@hybridcore/ui 1.5.90 → 1.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{AccordionDetails-DhriPVPP.js → AccordionSummary-CMg08YSA.js} +91 -95
- package/dist/{Add-CMz4N2zT.js → Add-DuVVJeQU.js} +35 -36
- package/dist/AnimatedTheme-jnasw6rT.js +11305 -0
- package/dist/AxisRenderer-DTyLLA6c.js +3579 -0
- package/dist/AxisRendererY-C_ItLPNV.js +445 -0
- package/dist/Bullet-DVczI2TD.js +41 -0
- package/dist/Button-CcsPEIDh.js +35 -0
- package/dist/{ButtonBase-DsX-jMQJ.js → ButtonBase-sObABYY2.js} +62 -58
- package/dist/CategoryAxis-CwnfaGc8.js +458 -0
- 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-fBLhTHbF.js} +1 -1
- package/dist/{DialogContent-CqTojymQ.js → DialogContent-CGJ7alb8.js} +10 -13
- package/dist/FormControl-BCurCxRj.js +1294 -0
- package/dist/FormControlLabel-BkRfrhNy.js +601 -0
- package/dist/Hierarchy-Bihj0S61.js +925 -0
- package/dist/{IconButton-DJ-31-Fd.js → IconButton-_opV1iNK.js} +18 -19
- package/dist/IconPlus-yPkff_Vj.js +19 -0
- package/dist/{InputAdornment-B7qEA4kN.js → InputAdornment-C7PEvvYr.js} +17 -19
- package/dist/InputLabel-rEwwnD4_.js +354 -0
- package/dist/Legend-Dp_MKfS4.js +178 -0
- package/dist/LineSeries-Uiv5o56b.js +472 -0
- package/dist/{MenuItem-C6qlUyV3.js → MenuItem-DrE50M_p.js} +92 -69
- package/dist/Modal-DlB6GH-f.js +1659 -0
- package/dist/Paper-q9kKjAKx.js +527 -0
- package/dist/PieSeries-B2fW3z0s.js +693 -0
- package/dist/RoundedRectangle-CWLi2PXn.js +34 -0
- package/dist/Scrollbar-D86MJyr2.js +171 -0
- 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-DSDIEEKu.js +3161 -0
- package/dist/Tick-2bcLyHpF.js +162 -0
- package/dist/{Typography-D1t7XuLN.js → Typography-B-Z5Y0Xq.js} +48 -50
- 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-quqpGCFu.js +9 -0
- package/dist/components/access/helpers.js +1 -1
- package/dist/components/access/index.js +8 -15
- package/dist/components/access/logic.js +25 -0
- package/dist/components/card/index.js +158 -498
- package/dist/components/card/logic.js +24 -0
- package/dist/components/card/styled.js +226 -51
- package/dist/components/card-alternate/index.js +111 -139
- package/dist/components/card-alternate/logic.js +17 -0
- package/dist/components/card-alternate/styled.js +113 -19
- 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 +28 -269
- package/dist/components/container/logic.js +12 -0
- package/dist/components/container/styled.js +29 -0
- package/dist/components/context-menu/index.js +25 -557
- package/dist/components/context-menu/logic.js +14 -0
- package/dist/components/context-menu/styled.js +40 -0
- 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 +36 -91
- package/dist/components/data-security-selectors/security-level/logic.js +73 -0
- package/dist/components/data-security-selectors/security-level/styled.js +47 -0
- 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 +8 -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 +7 -9
- package/dist/components/instance-form/components/variables/index.js +1 -1
- package/dist/components/instance-form/index.js +1 -1
- package/dist/components/instance-hierarchy-table/index.js +32 -37
- package/dist/components/instance-hierarchy-table/logic.js +16 -0
- package/dist/components/instance-hierarchy-table/styled.js +53 -12
- package/dist/components/instance-table/index.js +30 -135
- package/dist/components/instance-table/logic.js +122 -0
- package/dist/components/instance-table/styled.js +53 -11
- 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/key-protection/index.js +45 -2
- package/dist/components/key-protection/logic.js +40 -0
- package/dist/components/key-protection/styled.js +45 -0
- package/dist/components/key-protection/utils.js +1 -1
- 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/loading/index.js +15 -9
- package/dist/components/loading/logic.js +15 -0
- package/dist/components/loading/styled.js +26 -19
- 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/phone-input/index.js +18 -22
- package/dist/components/phone-input/logic.js +14 -0
- package/dist/components/phone-input/styled.js +12 -4
- 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 +42 -50
- package/dist/components/range-selector/components/date-range/index.js +148 -7
- package/dist/components/range-selector/components/geometry-range/index.js +11 -17
- package/dist/components/range-selector/components/number-range/index.js +48 -53
- package/dist/components/range-selector/components/string-range/index.js +15 -17
- package/dist/components/range-selector/index.js +63 -57
- package/dist/components/range-selector/logic.js +12 -0
- package/dist/components/range-selector/styled.js +4222 -0
- 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/filter/index.js +13 -18
- package/dist/components/template-filters/components/tab-panel/index.js +8 -16
- package/dist/components/template-filters/index.js +21 -29
- package/dist/components/template-filters/logic.js +18 -0
- package/dist/components/template-filters/styled.js +44 -1
- package/dist/components/template-form/components/property-list/index.js +8 -8
- 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 +8 -10
- 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 +8 -9
- package/dist/components/template-form/index.js +32 -33
- package/dist/components/template-property-filters/index.js +45 -95
- package/dist/components/template-property-filters/logic.js +27 -0
- package/dist/components/template-property-filters/property.js +105 -165
- package/dist/components/template-property-filters/styled.js +121 -20
- 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 +52 -67
- package/dist/components/tree-select/logic.js +59 -0
- package/dist/components/tree-select/styled.js +45 -62
- package/dist/components/treeview-filter/index.js +43 -65
- package/dist/components/treeview-filter/item/index.js +43 -42
- package/dist/components/treeview-filter/item-label/index.js +17 -37
- package/dist/components/treeview-filter/logic.js +28 -0
- package/dist/components/treeview-filter/styled.js +86 -0
- package/dist/components/uploader/index.js +532 -567
- package/dist/components/uploader/logic.js +74 -0
- package/dist/components/uploader/styled.js +93 -46
- package/dist/constant-BiOGvlZc.js +21 -0
- package/dist/createReactComponent-C7L-DMHj.js +60 -0
- package/dist/{createSvgIcon-DLPYMuH1.js → createSvgIcon-BM3-TsGy.js} +33 -36
- package/dist/{createSvgIcon-OuwzpcaC.js → createSvgIcon-DX-SqL8M.js} +24 -26
- package/dist/{dialog-BE4D6swf.js → dialog-cf4HUXXl.js} +27 -28
- package/dist/{helpers-DaCoWmi2.js → helpers-B4UL9NMD.js} +3 -3
- package/dist/index-BMS1Otro.js +183 -0
- package/dist/index-C8C3YXle.js +1932 -0
- package/dist/index-C__OZmYy.js +663 -0
- package/dist/{index-CGNxsLVm.js → index-DPKUmQnz.js} +11 -13
- package/dist/{index-JrtqxUdI.js → index-kCJ_Zvl8.js} +5 -5
- package/dist/index.es-CHNMhaMi.js +2067 -0
- package/dist/index.esm-BLLrbTzY.js +318 -0
- package/dist/isMuiElement-BkJ72LB3.js +26 -0
- package/dist/main.d.ts +1869 -565
- 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-DL_dEoNn.js} +57 -62
- package/dist/{createTheme-CNnKNxwL.js → styled-Bsjp3kFh.js} +275 -278
- package/dist/useId-B4-oF9Mq.js +34 -0
- package/dist/useMobilePicker-B-M3dnTn.js +7993 -0
- package/dist/{utils-Bq0ye5vf.js → utils-Cxu-fHjQ.js} +7 -7
- package/package.json +11 -2
- package/dist/AxisRendererY-kADUad00.js +0 -18370
- package/dist/Box-B1AVyJ_s.js +0 -71
- package/dist/Button-eqWvpDuh.js +0 -356
- package/dist/CardContent-DsYqqPeJ.js +0 -74
- package/dist/Checkbox-CrU2hpWB.js +0 -420
- package/dist/DateAxis-CMum47iz.js +0 -924
- package/dist/FormControlLabel-BrdX4R71.js +0 -195
- package/dist/Input-CoIrGZAh.js +0 -326
- package/dist/InputLabel-CBuAYyuT.js +0 -1367
- package/dist/LineSeries-CfcpoYla.js +0 -549
- package/dist/List-DOD5kSk3.js +0 -121
- package/dist/ListItem-r8PbsvCz.js +0 -429
- package/dist/Modal-CkcFEpHa.js +0 -1284
- package/dist/OutlinedInput-B-iZoc9l.js +0 -450
- package/dist/Paper-CjqLScHA.js +0 -163
- package/dist/Select-t3ewnSdf.js +0 -2180
- package/dist/Tabs-Cn42Z5QI.js +0 -789
- package/dist/TextField-BQ8a50fA.js +0 -459
- package/dist/components/collapsible-card/style.js +0 -49
- package/dist/components/key-protection/menu.js +0 -85
- 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/components/treeview-filter/item/styled.js +0 -39
- package/dist/createStyled-BGx1I94c.js +0 -352
- package/dist/createTheme-CyC5HawC.js +0 -879
- package/dist/debounce-46wSf_lW.js +0 -15
- 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/isHostComponent-kiaBvYVo.js +0 -6
- package/dist/isMuiElement-CxT3_ACP.js +0 -13
- package/dist/listItemTextClasses-CNjn41Of.js +0 -16
- 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/useFormControl-CatNKXAi.js +0 -10
- 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/utils-CsOZUsQj.js +0 -365
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/styles';
|
|
7
|
+
import { ComponentsOverrides as ComponentsOverrides_2 } from '@mui/material';
|
|
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';
|
|
@@ -36,18 +40,31 @@ import { RefObject } from 'react';
|
|
|
36
40
|
import { Size } from 'ol/size';
|
|
37
41
|
import { StyledComponent } from '@emotion/styled';
|
|
38
42
|
import { SxProps } from '@mui/material';
|
|
39
|
-
import { SxProps as SxProps_2 } from '@mui/
|
|
40
|
-
import { SxProps as SxProps_3 } from '@mui/system';
|
|
43
|
+
import { SxProps as SxProps_2 } from '@mui/system';
|
|
41
44
|
import { TabsProps as TabsProps_2 } from '@mui/material';
|
|
42
45
|
import { Theme } from '@mui/material';
|
|
43
|
-
import { Theme as Theme_2 } from '@mui/material/styles';
|
|
44
46
|
import { ThemeOptions } from '@mui/material';
|
|
45
47
|
import { ThemeProvider } from '@mui/material';
|
|
46
|
-
import { View } from 'ol';
|
|
47
48
|
|
|
48
|
-
export declare
|
|
49
|
+
export declare const Access: <T extends string>(props: AccessProps<T>) => JSX_2.Element | null;
|
|
49
50
|
|
|
50
|
-
declare type
|
|
51
|
+
export declare type AccessComponentOverride<Theme = unknown> = {
|
|
52
|
+
defaultProps?: AccessProps;
|
|
53
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCAccess"];
|
|
54
|
+
};
|
|
55
|
+
|
|
56
|
+
export declare type AccessFeatureType = AUTH.ModuleType;
|
|
57
|
+
|
|
58
|
+
export declare interface AccessProps<T extends string = string> {
|
|
59
|
+
appRoles: AUTH.PermissionType;
|
|
60
|
+
loading?: boolean;
|
|
61
|
+
pagePath?: string;
|
|
62
|
+
feature?: AccessFeatureType | T;
|
|
63
|
+
fallback?: default_2.ReactNode;
|
|
64
|
+
children?: default_2.ReactNode;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
export declare type AccessType = "READ" | "ALL" | "SUPER_ADMIN";
|
|
51
68
|
|
|
52
69
|
export declare namespace AccessUtils {
|
|
53
70
|
export {
|
|
@@ -59,28 +76,42 @@ export declare namespace AccessUtils {
|
|
|
59
76
|
|
|
60
77
|
export { AdapterDayjs }
|
|
61
78
|
|
|
79
|
+
declare interface Aggregation {
|
|
80
|
+
label: string;
|
|
81
|
+
value: number | string;
|
|
82
|
+
}
|
|
83
|
+
|
|
62
84
|
declare function alert_2(title: string, message: string): Promise<unknown>;
|
|
63
85
|
export { alert_2 as alert }
|
|
64
86
|
|
|
65
87
|
declare function authenticate(credId: BufferSource): Promise<boolean>;
|
|
66
88
|
|
|
67
|
-
declare interface
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
image: string;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
declare interface ButtonType {
|
|
74
|
-
label: string;
|
|
75
|
-
startIcon?: React.ReactNode;
|
|
76
|
-
endIcon?: React.ReactNode;
|
|
77
|
-
onClick?(event?: React.MouseEvent<HTMLElement>): void;
|
|
89
|
+
export declare interface BaseInterval {
|
|
90
|
+
timeUnit: TimeUnit;
|
|
91
|
+
count: number;
|
|
78
92
|
}
|
|
79
93
|
|
|
80
94
|
export declare function CandlestickChart(inProps: CandlestickChartProps): JSX_2.Element;
|
|
81
95
|
|
|
96
|
+
export declare type CandlestickChartComponentOverride<Theme = unknown> = {
|
|
97
|
+
defaultProps?: Partial<CandlestickChartProps>;
|
|
98
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCCandlestickChart"];
|
|
99
|
+
};
|
|
100
|
+
|
|
82
101
|
export declare interface CandlestickChartProps {
|
|
83
102
|
data: CandlestickData[];
|
|
103
|
+
baseInterval?: {
|
|
104
|
+
timeUnit:
|
|
105
|
+
| "millisecond"
|
|
106
|
+
| "second"
|
|
107
|
+
| "minute"
|
|
108
|
+
| "hour"
|
|
109
|
+
| "day"
|
|
110
|
+
| "week"
|
|
111
|
+
| "month"
|
|
112
|
+
| "year";
|
|
113
|
+
count: number;
|
|
114
|
+
};
|
|
84
115
|
height?: string | number;
|
|
85
116
|
width?: string | number;
|
|
86
117
|
chartId?: string;
|
|
@@ -102,11 +133,16 @@ export declare interface CandlestickData {
|
|
|
102
133
|
volume?: number; // optional volume
|
|
103
134
|
}
|
|
104
135
|
|
|
105
|
-
export declare const Card:
|
|
136
|
+
export declare const Card: (props: CardProps) => JSX_2.Element;
|
|
137
|
+
|
|
138
|
+
export declare const CardAlternate: (props: CardAlternateProps) => JSX_2.Element;
|
|
106
139
|
|
|
107
|
-
export declare
|
|
140
|
+
export declare type CardAlternateComponentOverride<Theme = unknown> = {
|
|
141
|
+
defaultProps?: CardAlternateProps;
|
|
142
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCCardAlternate"];
|
|
143
|
+
};
|
|
108
144
|
|
|
109
|
-
declare interface CardAlternateProps {
|
|
145
|
+
export declare interface CardAlternateProps {
|
|
110
146
|
title: string;
|
|
111
147
|
subTitle?: string;
|
|
112
148
|
text: string | default_2.ReactNode;
|
|
@@ -116,18 +152,32 @@ declare interface CardAlternateProps {
|
|
|
116
152
|
rightMenu?: default_2.ReactNode;
|
|
117
153
|
extra?: default_2.ReactNode;
|
|
118
154
|
loading?: boolean;
|
|
155
|
+
sx?: SxProps<Theme>;
|
|
119
156
|
onClick?(): void;
|
|
120
157
|
}
|
|
121
158
|
|
|
122
|
-
declare interface
|
|
159
|
+
export declare interface CardAvatar {
|
|
160
|
+
title: string;
|
|
161
|
+
subTitle: string;
|
|
162
|
+
image: string;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
export declare type CardComponentOverride<Theme = unknown> = {
|
|
166
|
+
defaultProps?: CardProps;
|
|
167
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCCard"];
|
|
168
|
+
};
|
|
169
|
+
|
|
170
|
+
export declare type CardOrientation = "portrait" | "landscape";
|
|
171
|
+
|
|
172
|
+
export declare interface CardProps {
|
|
123
173
|
title: string;
|
|
124
174
|
text: string;
|
|
125
175
|
image: string;
|
|
126
|
-
avatar:
|
|
176
|
+
avatar: CardAvatar;
|
|
127
177
|
actions: default_2.ReactNode;
|
|
128
178
|
onClick?(): void;
|
|
129
179
|
menu?: default_2.ReactNode;
|
|
130
|
-
orientation?:
|
|
180
|
+
orientation?: CardOrientation;
|
|
131
181
|
extraActions?: default_2.ReactNode;
|
|
132
182
|
/**
|
|
133
183
|
* Only available on landscape
|
|
@@ -138,9 +188,95 @@ declare interface CardProps {
|
|
|
138
188
|
*/
|
|
139
189
|
stats?: default_2.ReactNode;
|
|
140
190
|
loading?: boolean;
|
|
191
|
+
sx?: SxProps<Theme>;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
export declare interface ChartDimension {
|
|
195
|
+
value: string;
|
|
196
|
+
type: string;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
export declare type ChartNameType =
|
|
200
|
+
| "HeatLegend"
|
|
201
|
+
| "XYChart"
|
|
202
|
+
| "MultipleValueAxes"
|
|
203
|
+
| "PieChart"
|
|
204
|
+
| "StackedAreaRadar"
|
|
205
|
+
| "StackedColumnChart"
|
|
206
|
+
| "LineChart"
|
|
207
|
+
| "NestedPie"
|
|
208
|
+
| "SingleLevelPackedCircles"
|
|
209
|
+
| "LogarithmicScale"
|
|
210
|
+
| "ColumnAndLineMix"
|
|
211
|
+
| "DrillDownTreemap"
|
|
212
|
+
| "DrillDownVoronoiTreemap"
|
|
213
|
+
| "CandlestickChart";
|
|
214
|
+
|
|
215
|
+
export declare interface ChartProps {
|
|
216
|
+
dimensions: ChartDimension[];
|
|
217
|
+
values: ChartValue[];
|
|
218
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
219
|
+
data: any[];
|
|
220
|
+
initDelay?: number;
|
|
221
|
+
interval?: string;
|
|
222
|
+
baseInterval?: BaseInterval;
|
|
223
|
+
/**
|
|
224
|
+
* Color palette used for series. Defaults to the lib's built-in viridis-cool
|
|
225
|
+
* palette. Pass `theme.palette.viridisCool` (or any sequential palette) from
|
|
226
|
+
* a custom theme to override per-deployment.
|
|
227
|
+
*/
|
|
228
|
+
colors?: readonly string[];
|
|
229
|
+
sx?: SxProps<Theme>;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
export declare interface ChartValue {
|
|
233
|
+
name: string;
|
|
234
|
+
fieldName: string;
|
|
235
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
236
|
+
operator: any;
|
|
237
|
+
dataFieldName: string;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
export declare function ChartWrapper(inProps: ChartWrapperProps): JSX_2.Element;
|
|
241
|
+
|
|
242
|
+
export declare type ChartWrapperComponentOverride<Theme = unknown> = {
|
|
243
|
+
defaultProps?: Partial<ChartWrapperProps>;
|
|
244
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCChartWrapper"];
|
|
245
|
+
};
|
|
246
|
+
|
|
247
|
+
export declare interface ChartWrapperProps extends ChartProps {
|
|
248
|
+
id?: number;
|
|
249
|
+
title: string;
|
|
250
|
+
description?: string;
|
|
251
|
+
type: ChartNameType;
|
|
252
|
+
series?: SeriesResponse[];
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
export declare const CollapsibleCard: (props: CollapsibleCardProps) => JSX_2.Element;
|
|
256
|
+
|
|
257
|
+
export declare type CollapsibleCardComponentOverride<Theme = unknown> = {
|
|
258
|
+
defaultProps?: CollapsibleCardProps;
|
|
259
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCCollapsibleCard"];
|
|
260
|
+
};
|
|
261
|
+
|
|
262
|
+
export declare interface CollapsibleCardProps {
|
|
263
|
+
header: React.ReactNode;
|
|
264
|
+
content: React.ReactNode;
|
|
265
|
+
actions?: React.ReactNode;
|
|
266
|
+
expanded?: boolean;
|
|
267
|
+
defaultExpanded?: boolean;
|
|
268
|
+
sx?: SxProps<Theme>;
|
|
269
|
+
onChange?(event: React.SyntheticEvent, newExpanded: boolean): void;
|
|
141
270
|
}
|
|
142
271
|
|
|
143
|
-
export declare
|
|
272
|
+
export declare function ColumnLineMix(inProps: ColumnLineMixProps): JSX_2.Element;
|
|
273
|
+
|
|
274
|
+
export declare type ColumnLineMixComponentOverride<Theme = unknown> = {
|
|
275
|
+
defaultProps?: Partial<ColumnLineMixProps>;
|
|
276
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCColumnLineMix"];
|
|
277
|
+
};
|
|
278
|
+
|
|
279
|
+
export declare type ColumnLineMixProps = ChartProps;
|
|
144
280
|
|
|
145
281
|
export declare const ConditionalWrapper: React.FC<ConditionalWrapperProps>;
|
|
146
282
|
|
|
@@ -162,59 +298,105 @@ declare interface ConditionalWrapperProps {
|
|
|
162
298
|
declare function confirm_2(title: string, description: string, options?: OptionsType): Promise<unknown>;
|
|
163
299
|
export { confirm_2 as confirm }
|
|
164
300
|
|
|
165
|
-
export declare const Container:
|
|
301
|
+
export declare const Container: (props: ContainerProps) => JSX_2.Element;
|
|
166
302
|
|
|
167
|
-
declare
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
303
|
+
export declare type ContainerComponentOverride<Theme = unknown> = {
|
|
304
|
+
defaultProps?: ContainerProps;
|
|
305
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCContainer"];
|
|
306
|
+
};
|
|
307
|
+
|
|
308
|
+
export declare interface ContainerProps {
|
|
171
309
|
title?: default_2.ReactNode;
|
|
172
|
-
/**
|
|
173
|
-
*
|
|
174
|
-
*/
|
|
175
310
|
subheader?: string;
|
|
176
|
-
/**
|
|
177
|
-
*
|
|
178
|
-
*/
|
|
179
311
|
action?: default_2.ReactNode;
|
|
180
|
-
/**
|
|
181
|
-
*
|
|
182
|
-
*/
|
|
183
312
|
disableHeader?: boolean;
|
|
184
|
-
/**
|
|
185
|
-
*
|
|
186
|
-
*/
|
|
187
|
-
sx?: SxProps_2<Theme_2>;
|
|
188
|
-
/**
|
|
189
|
-
*
|
|
190
|
-
*/
|
|
191
|
-
headerSx?: SxProps_2<Theme_2>;
|
|
192
|
-
/**
|
|
193
|
-
*
|
|
194
|
-
*/
|
|
195
|
-
contentSx?: SxProps_2<Theme_2>;
|
|
196
|
-
/**
|
|
197
|
-
*
|
|
198
|
-
*/
|
|
199
313
|
elevation?: number;
|
|
200
|
-
/**
|
|
201
|
-
*
|
|
202
|
-
*/
|
|
203
314
|
children?: default_2.ReactNode;
|
|
315
|
+
sx?: SxProps<Theme>;
|
|
316
|
+
headerSx?: SxProps<Theme>;
|
|
317
|
+
contentSx?: SxProps<Theme>;
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
export declare const ContextMenu: (props: ContextMenuProps) => JSX_2.Element | null;
|
|
321
|
+
|
|
322
|
+
export declare interface ContextMenuButton {
|
|
323
|
+
label: string;
|
|
324
|
+
startIcon?: default_2.ReactNode;
|
|
325
|
+
endIcon?: default_2.ReactNode;
|
|
326
|
+
onClick?(event?: default_2.MouseEvent<HTMLElement>): void;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
export declare type ContextMenuComponentOverride<Theme = unknown> = {
|
|
330
|
+
defaultProps?: ContextMenuProps;
|
|
331
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCContextMenu"];
|
|
332
|
+
};
|
|
333
|
+
|
|
334
|
+
export declare interface ContextMenuPosition {
|
|
335
|
+
top: number;
|
|
336
|
+
left: number;
|
|
204
337
|
}
|
|
205
338
|
|
|
206
|
-
export declare
|
|
339
|
+
export declare interface ContextMenuProps {
|
|
340
|
+
open: boolean;
|
|
341
|
+
buttons: ContextMenuButton[];
|
|
342
|
+
position?: ContextMenuPosition;
|
|
343
|
+
width?: number | string;
|
|
344
|
+
sx?: SxProps<Theme>;
|
|
345
|
+
onClose?(): void;
|
|
346
|
+
}
|
|
207
347
|
|
|
208
348
|
export { createTheme }
|
|
209
349
|
|
|
210
|
-
declare
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
350
|
+
export declare function DataMap(inProps: DataMapProps): JSX_2.Element;
|
|
351
|
+
|
|
352
|
+
export declare type DataMapComponentOverride<Theme = unknown> = {
|
|
353
|
+
defaultProps?: Partial<DataMapProps>;
|
|
354
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCDataMap"];
|
|
355
|
+
};
|
|
356
|
+
|
|
357
|
+
export declare interface DataMapProps {
|
|
358
|
+
title: string;
|
|
359
|
+
data: FV.SearchResult[];
|
|
360
|
+
payload: FV.SearchDTO;
|
|
361
|
+
onPayloadUpdate(payload: FV.SearchDTO): void;
|
|
362
|
+
/**
|
|
363
|
+
* Mapbox access token. Required for the basemap. Pass the consumer's
|
|
364
|
+
* Mapbox public token here. The lib does not ship a token.
|
|
365
|
+
*/
|
|
366
|
+
accessToken: string;
|
|
367
|
+
sx?: SxProps<Theme>;
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
export declare type DateFilterValue =
|
|
371
|
+
| { type: "relative"; value: RelativeDatePreset }
|
|
372
|
+
| { type: "custom"; value: { min?: string; max?: string } };
|
|
373
|
+
|
|
374
|
+
export declare function DatePickerWithCustomRange(inProps: DatePickerWithCustomRangeProps): JSX_2.Element;
|
|
375
|
+
|
|
376
|
+
export declare type DatePickerWithCustomRangeComponentOverride<Theme = unknown> = {
|
|
377
|
+
defaultProps?: Partial<DatePickerWithCustomRangeProps>;
|
|
378
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCDatePickerWithCustomRange"];
|
|
379
|
+
};
|
|
380
|
+
|
|
381
|
+
export declare interface DatePickerWithCustomRangeProps {
|
|
382
|
+
value: DateFilterValue | null;
|
|
383
|
+
onChange: (value: DateFilterValue) => void;
|
|
384
|
+
/**
|
|
385
|
+
* Optional override for the relative preset labels. Defaults to
|
|
386
|
+
* `DEFAULT_RELATIVE_PRESET_LABELS` (English). Pass a partial map to override
|
|
387
|
+
* only the labels you want to customize.
|
|
388
|
+
*/
|
|
389
|
+
presetLabels?: Partial<Record<RelativeDatePreset, string>>;
|
|
390
|
+
sx?: SxProps<Theme>;
|
|
214
391
|
}
|
|
215
392
|
|
|
216
393
|
export declare const DateTimePicker: (props: DateTimePickerProps & React_2.RefAttributes<HTMLDivElement>) => React_2.ReactNode | null;
|
|
217
394
|
|
|
395
|
+
export declare type DateTimePickerComponentOverride<Theme = unknown> = {
|
|
396
|
+
defaultProps?: Partial<DateTimePickerProps>;
|
|
397
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCDateTimePicker"];
|
|
398
|
+
};
|
|
399
|
+
|
|
218
400
|
export declare type DateTimePickerLabelPosition = "default" | "top";
|
|
219
401
|
|
|
220
402
|
export declare interface DateTimePickerProps {
|
|
@@ -247,8 +429,25 @@ declare function decrypt(encryptionKey: any, base64data: string): Promise<{
|
|
|
247
429
|
|
|
248
430
|
declare const _default: default_2.MemoExoticComponent<(props: MAP.Props & default_2.RefAttributes<MAP.Handle>) => default_2.ReactNode | null>;
|
|
249
431
|
|
|
432
|
+
/**
|
|
433
|
+
* Default English labels for the relative preset chips. Consumers can override
|
|
434
|
+
* any subset via the `presetLabels` prop.
|
|
435
|
+
*/
|
|
436
|
+
export declare const DEFAULT_RELATIVE_PRESET_LABELS: Record<RelativeDatePreset, string>;
|
|
437
|
+
|
|
438
|
+
/**
|
|
439
|
+
* Built-in fallback palette (viridis-cool gradient). Charts use this when the
|
|
440
|
+
* consumer does not pass a `colors` prop.
|
|
441
|
+
*/
|
|
442
|
+
export declare const DEFAULT_VIRIDIS_COOL: readonly string[];
|
|
443
|
+
|
|
250
444
|
export declare const DisseminationList: (props: DisseminationListProps & React_2.RefAttributes<HTMLDivElement>) => React_2.ReactNode | null;
|
|
251
445
|
|
|
446
|
+
export declare type DisseminationListComponentOverride<Theme = unknown> = {
|
|
447
|
+
defaultProps?: Partial<DisseminationListProps>;
|
|
448
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCDisseminationList"];
|
|
449
|
+
};
|
|
450
|
+
|
|
252
451
|
export declare type DisseminationListLabelPosition = "default" | "left" | "top";
|
|
253
452
|
|
|
254
453
|
export declare interface DisseminationListProps {
|
|
@@ -263,6 +462,18 @@ export declare interface DisseminationListProps {
|
|
|
263
462
|
|
|
264
463
|
export declare type DisseminationListVariant = "standard" | "outlined" | "filled";
|
|
265
464
|
|
|
465
|
+
export declare function Divider(inProps: DividerProps): JSX_2.Element;
|
|
466
|
+
|
|
467
|
+
export declare type DividerComponentOverride<Theme = unknown> = {
|
|
468
|
+
defaultProps?: Partial<DividerProps>;
|
|
469
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCDivider"];
|
|
470
|
+
};
|
|
471
|
+
|
|
472
|
+
export declare interface DividerProps {
|
|
473
|
+
orientation?: "horizontal" | "vertical";
|
|
474
|
+
sx?: SxProps<Theme>;
|
|
475
|
+
}
|
|
476
|
+
|
|
266
477
|
export declare const DocumentViewer: FC<DocumentViewerProps>;
|
|
267
478
|
|
|
268
479
|
declare interface DocumentViewerProps {
|
|
@@ -275,6 +486,24 @@ declare interface DocumentViewerProps {
|
|
|
275
486
|
onBookmark(): void;
|
|
276
487
|
}
|
|
277
488
|
|
|
489
|
+
export declare function DrillDownTreemap(inProps: DrillDownTreemapProps): JSX_2.Element;
|
|
490
|
+
|
|
491
|
+
export declare type DrillDownTreemapComponentOverride<Theme = unknown> = {
|
|
492
|
+
defaultProps?: Partial<DrillDownTreemapProps>;
|
|
493
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCDrillDownTreemap"];
|
|
494
|
+
};
|
|
495
|
+
|
|
496
|
+
export declare type DrillDownTreemapProps = ChartProps;
|
|
497
|
+
|
|
498
|
+
export declare function DrillDownVoronoiTreemap(inProps: DrillDownVoronoiTreemapProps): JSX_2.Element;
|
|
499
|
+
|
|
500
|
+
export declare type DrillDownVoronoiTreemapComponentOverride<Theme = unknown> = {
|
|
501
|
+
defaultProps?: Partial<DrillDownVoronoiTreemapProps>;
|
|
502
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCDrillDownVoronoiTreemap"];
|
|
503
|
+
};
|
|
504
|
+
|
|
505
|
+
export declare type DrillDownVoronoiTreemapProps = ChartProps;
|
|
506
|
+
|
|
278
507
|
declare function encrypt(encryptionKey: any, data: any): Promise<{
|
|
279
508
|
status: string;
|
|
280
509
|
data: string;
|
|
@@ -287,8 +516,6 @@ declare function encrypt(encryptionKey: any, data: any): Promise<{
|
|
|
287
516
|
|
|
288
517
|
declare function exportKey(key: any): Promise<JsonWebKey>;
|
|
289
518
|
|
|
290
|
-
declare type FeatureType = AUTH.ModuleType;
|
|
291
|
-
|
|
292
519
|
declare interface FieldOptions {
|
|
293
520
|
order?: number;
|
|
294
521
|
hidden?: boolean;
|
|
@@ -313,7 +540,7 @@ ref?: ((instance: HTMLDivElement | null) => void | DO_NOT_USE_OR_YOU_WILL_BE_FIR
|
|
|
313
540
|
|
|
314
541
|
declare function generateKey(): Promise<CryptoKey>;
|
|
315
542
|
|
|
316
|
-
export declare const GeometryPicker: React.FC<
|
|
543
|
+
export declare const GeometryPicker: React.FC<Props>;
|
|
317
544
|
|
|
318
545
|
declare const hasAccess: (path: string, access: AccessType, permissions: AUTH.PermissionType) => boolean;
|
|
319
546
|
|
|
@@ -326,10 +553,48 @@ declare const hasAccess: (path: string, access: AccessType, permissions: AUTH.Pe
|
|
|
326
553
|
*/
|
|
327
554
|
declare const hasDataAccess: (role: string, access: AccessType, permissions: AUTH.PermissionType) => boolean;
|
|
328
555
|
|
|
329
|
-
declare const hasUIAccess: <T extends string>(feature:
|
|
556
|
+
declare const hasUIAccess: <T extends string>(feature: AccessFeatureType | T, permissions?: AUTH.PermissionType) => boolean;
|
|
557
|
+
|
|
558
|
+
export declare function HeatMap(inProps: HeatMapProps): JSX_2.Element;
|
|
559
|
+
|
|
560
|
+
export declare function Heatmap(inProps: HeatmapProps): JSX_2.Element;
|
|
561
|
+
|
|
562
|
+
export declare type HeatMapComponentOverride<Theme = unknown> = {
|
|
563
|
+
defaultProps?: Partial<HeatMapProps>;
|
|
564
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCHeatMap"];
|
|
565
|
+
};
|
|
566
|
+
|
|
567
|
+
export declare type HeatmapComponentOverride<Theme = unknown> = {
|
|
568
|
+
defaultProps?: Partial<HeatmapProps>;
|
|
569
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCHeatmap"];
|
|
570
|
+
};
|
|
571
|
+
|
|
572
|
+
export declare interface HeatMapProps {
|
|
573
|
+
title: string;
|
|
574
|
+
data: FV.SearchResult[];
|
|
575
|
+
payload: FV.SearchDTO;
|
|
576
|
+
onPayloadUpdate(payload: FV.SearchDTO): void;
|
|
577
|
+
/**
|
|
578
|
+
* Mapbox access token. Required for the basemap.
|
|
579
|
+
*/
|
|
580
|
+
accessToken: string;
|
|
581
|
+
/**
|
|
582
|
+
* Color stops used for both the OL heatmap layer's gradient and the legend.
|
|
583
|
+
* Order is low → high. Defaults to the lib's `DEFAULT_VIRIDIS_COOL`.
|
|
584
|
+
*/
|
|
585
|
+
gradient?: readonly string[];
|
|
586
|
+
sx?: SxProps<Theme>;
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
export declare type HeatmapProps = ChartProps;
|
|
330
590
|
|
|
331
591
|
export declare function HighlightLineChart(props: HighlightLineChartProps): JSX_2.Element;
|
|
332
592
|
|
|
593
|
+
export declare type HighlightLineChartComponentOverride<Theme = unknown> = {
|
|
594
|
+
defaultProps?: HighlightLineChartProps;
|
|
595
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCHighlightLineChart"];
|
|
596
|
+
};
|
|
597
|
+
|
|
333
598
|
export declare interface HighlightLineChartProps {
|
|
334
599
|
seriesData: LineSeriesData[];
|
|
335
600
|
height?: string | number;
|
|
@@ -341,7 +606,20 @@ export declare interface HighlightLineChartProps {
|
|
|
341
606
|
sx?: SxProps<Theme>;
|
|
342
607
|
}
|
|
343
608
|
|
|
344
|
-
export declare const IconButton:
|
|
609
|
+
export declare const IconButton: (props: IconButtonProps) => JSX_2.Element;
|
|
610
|
+
|
|
611
|
+
export declare type IconButtonComponentOverride<Theme = unknown> = {
|
|
612
|
+
defaultProps?: IconButtonProps;
|
|
613
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCIconButton"];
|
|
614
|
+
};
|
|
615
|
+
|
|
616
|
+
export declare interface IconButtonProps extends Omit<IconButtonProps_2, "variant"> {
|
|
617
|
+
variant?: IconButtonVariant;
|
|
618
|
+
startIcon?: React.ReactNode;
|
|
619
|
+
children: React.ReactNode;
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
export declare type IconButtonVariant = "default" | "vertical" | "mini";
|
|
345
623
|
|
|
346
624
|
declare function importKey(jwk: any): Promise<CryptoKey>;
|
|
347
625
|
|
|
@@ -495,9 +773,14 @@ K extends
|
|
|
495
773
|
onCancel?(isDirty?: boolean): void;
|
|
496
774
|
}
|
|
497
775
|
|
|
498
|
-
export declare const InstanceHierarchyTable:
|
|
776
|
+
export declare const InstanceHierarchyTable: (props: InstanceHierarchyTableProps) => JSX_2.Element | null;
|
|
499
777
|
|
|
500
|
-
declare
|
|
778
|
+
export declare type InstanceHierarchyTableComponentOverride<Theme = unknown> = {
|
|
779
|
+
defaultProps?: InstanceHierarchyTableProps;
|
|
780
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCInstanceHierarchyTable"];
|
|
781
|
+
};
|
|
782
|
+
|
|
783
|
+
export declare interface InstanceHierarchyTableProps {
|
|
501
784
|
data: FV.HierarchySearchResults;
|
|
502
785
|
templates: Map<string | number, ONTOLOGY.TemplateType>;
|
|
503
786
|
selectedIds?: number[];
|
|
@@ -505,11 +788,12 @@ declare interface InstanceHierarchyTableProps {
|
|
|
505
788
|
sortColumnsBy?: "name" | "type";
|
|
506
789
|
actions?: InstanceTableActionType[];
|
|
507
790
|
actionsWidth?: number;
|
|
791
|
+
sx?: SxProps<Theme>;
|
|
508
792
|
onSelect?(selectedIds: number[]): void;
|
|
509
793
|
onTitleClick?(instance: INSTANCE.GenericInstanceView): void;
|
|
510
794
|
}
|
|
511
795
|
|
|
512
|
-
export declare const InstanceTable:
|
|
796
|
+
export declare const InstanceTable: (props: InstanceTableProps) => JSX_2.Element;
|
|
513
797
|
|
|
514
798
|
export declare interface InstanceTableActionType {
|
|
515
799
|
label: string;
|
|
@@ -534,12 +818,17 @@ export declare interface InstanceTableActionType {
|
|
|
534
818
|
onClick?(params: GridRowParams<INSTANCE.GenericInstanceView>): void;
|
|
535
819
|
}
|
|
536
820
|
|
|
537
|
-
declare
|
|
821
|
+
export declare type InstanceTableComponentOverride<Theme = unknown> = {
|
|
822
|
+
defaultProps?: InstanceTableProps;
|
|
823
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCInstanceTable"];
|
|
824
|
+
};
|
|
825
|
+
|
|
826
|
+
export declare interface InstanceTableFieldOptions {
|
|
538
827
|
hidden?: boolean;
|
|
539
828
|
renderCell?(params: GridRenderCellParams<any>): React.ReactElement;
|
|
540
829
|
}
|
|
541
830
|
|
|
542
|
-
declare interface InstanceTableProps {
|
|
831
|
+
export declare interface InstanceTableProps {
|
|
543
832
|
template: ONTOLOGY.TemplateType;
|
|
544
833
|
data: INSTANCE.GenericInstanceView[];
|
|
545
834
|
selectedIds?: number[];
|
|
@@ -553,27 +842,24 @@ declare interface InstanceTableProps {
|
|
|
553
842
|
description?: InstanceTableFieldOptions;
|
|
554
843
|
[key: string]: InstanceTableFieldOptions;
|
|
555
844
|
};
|
|
845
|
+
sx?: SxProps<Theme>;
|
|
556
846
|
onSelect?(selectedIds: number[]): void;
|
|
557
847
|
onTitleClick?(instance: INSTANCE.GenericInstanceView): void;
|
|
558
848
|
}
|
|
559
849
|
|
|
560
|
-
export declare
|
|
850
|
+
export declare function InstanceVariableList(inProps: InstanceVariableListProps): JSX_2.Element;
|
|
561
851
|
|
|
562
|
-
export declare
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
[key: string]: FieldOptions;
|
|
567
|
-
};
|
|
568
|
-
}
|
|
852
|
+
export declare type InstanceVariableListComponentOverride<Theme = unknown> = {
|
|
853
|
+
defaultProps?: Partial<InstanceVariableListProps>;
|
|
854
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCInstanceVariableList"];
|
|
855
|
+
};
|
|
569
856
|
|
|
570
|
-
declare interface
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
onChange?(id: string, checked: boolean): void;
|
|
857
|
+
export declare interface InstanceVariableListProps {
|
|
858
|
+
variables: INSTANCE.GroupedVariables;
|
|
859
|
+
template?: ONTOLOGY.TemplateType;
|
|
860
|
+
extraData?: VariableDataType[];
|
|
861
|
+
disableDividers?: boolean;
|
|
862
|
+
sx?: SxProps<Theme>;
|
|
577
863
|
}
|
|
578
864
|
|
|
579
865
|
export declare namespace KeyProductionUtils {
|
|
@@ -588,11 +874,26 @@ export declare namespace KeyProductionUtils {
|
|
|
588
874
|
}
|
|
589
875
|
}
|
|
590
876
|
|
|
591
|
-
export declare const KeyProtectionMenu:
|
|
877
|
+
export declare const KeyProtectionMenu: (props: KeyProtectionMenuProps) => JSX_2.Element;
|
|
878
|
+
|
|
879
|
+
export declare type KeyProtectionMenuComponentOverride<Theme = unknown> = {
|
|
880
|
+
defaultProps?: KeyProtectionMenuProps;
|
|
881
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCKeyProtectionMenu"];
|
|
882
|
+
};
|
|
883
|
+
|
|
884
|
+
export declare interface KeyProtectionMenuProps {
|
|
885
|
+
encryptionKey?: CryptoKey | null;
|
|
886
|
+
sx?: SxProps<Theme>;
|
|
887
|
+
}
|
|
888
|
+
|
|
889
|
+
export declare const LinearIndicator: (props: LinearIndicatorProps) => JSX_2.Element;
|
|
592
890
|
|
|
593
|
-
export declare
|
|
891
|
+
export declare type LinearIndicatorComponentOverride<Theme = unknown> = {
|
|
892
|
+
defaultProps?: LinearIndicatorProps;
|
|
893
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCLinearIndicator"];
|
|
894
|
+
};
|
|
594
895
|
|
|
595
|
-
declare interface LinearIndicatorProps {
|
|
896
|
+
export declare interface LinearIndicatorProps {
|
|
596
897
|
value: number | number[];
|
|
597
898
|
positiveBarColor?: string | string[];
|
|
598
899
|
negativeBarColor?: string | string[];
|
|
@@ -601,8 +902,18 @@ declare interface LinearIndicatorProps {
|
|
|
601
902
|
showPositive?: boolean;
|
|
602
903
|
showNegative?: boolean;
|
|
603
904
|
showMiddle?: boolean;
|
|
905
|
+
sx?: SxProps<Theme>;
|
|
604
906
|
}
|
|
605
907
|
|
|
908
|
+
export declare function LineChart(inProps: LineChartProps): JSX_2.Element;
|
|
909
|
+
|
|
910
|
+
export declare type LineChartComponentOverride<Theme = unknown> = {
|
|
911
|
+
defaultProps?: Partial<LineChartProps>;
|
|
912
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCLineChart"];
|
|
913
|
+
};
|
|
914
|
+
|
|
915
|
+
export declare type LineChartProps = ChartProps;
|
|
916
|
+
|
|
606
917
|
export declare interface LineDataPoint {
|
|
607
918
|
date: number; // timestamp
|
|
608
919
|
value: number;
|
|
@@ -615,10 +926,41 @@ export declare interface LineSeriesData {
|
|
|
615
926
|
color?: string;
|
|
616
927
|
}
|
|
617
928
|
|
|
618
|
-
export declare const Loading:
|
|
929
|
+
export declare const Loading: (props: LoadingProps) => JSX_2.Element | null;
|
|
930
|
+
|
|
931
|
+
export declare type LoadingComponentOverride<Theme = unknown> = {
|
|
932
|
+
defaultProps?: LoadingProps;
|
|
933
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCLoading"];
|
|
934
|
+
};
|
|
935
|
+
|
|
936
|
+
export declare type LoadingIndicatorColor =
|
|
937
|
+
| "primary"
|
|
938
|
+
| "inherit"
|
|
939
|
+
| "secondary"
|
|
940
|
+
| "error"
|
|
941
|
+
| "info"
|
|
942
|
+
| "success"
|
|
943
|
+
| "warning";
|
|
944
|
+
|
|
945
|
+
export declare interface LoadingProps extends BoxProps {
|
|
946
|
+
show: boolean;
|
|
947
|
+
overlay?: boolean;
|
|
948
|
+
overlayColor?: string;
|
|
949
|
+
indicatorColor?: LoadingIndicatorColor;
|
|
950
|
+
sx?: SxProps<Theme>;
|
|
951
|
+
}
|
|
619
952
|
|
|
620
953
|
export { LocalizationProvider }
|
|
621
954
|
|
|
955
|
+
export declare function LogaritmicScale(inProps: LogaritmicScaleProps): JSX_2.Element;
|
|
956
|
+
|
|
957
|
+
export declare type LogaritmicScaleComponentOverride<Theme = unknown> = {
|
|
958
|
+
defaultProps?: Partial<LogaritmicScaleProps>;
|
|
959
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCLogaritmicScale"];
|
|
960
|
+
};
|
|
961
|
+
|
|
962
|
+
export declare type LogaritmicScaleProps = ChartProps;
|
|
963
|
+
|
|
622
964
|
declare namespace MAP {
|
|
623
965
|
interface Coordinate {
|
|
624
966
|
latitude: number;
|
|
@@ -632,7 +974,7 @@ declare namespace MAP {
|
|
|
632
974
|
|
|
633
975
|
interface OptionsType {
|
|
634
976
|
cursor?: string;
|
|
635
|
-
cssPosition?:
|
|
977
|
+
cssPosition?: 'absolute' | 'fixed' | 'relative';
|
|
636
978
|
interactions?: DefaultsOptions;
|
|
637
979
|
controls?: DefaultsOptions_2;
|
|
638
980
|
}
|
|
@@ -646,6 +988,24 @@ declare namespace MAP {
|
|
|
646
988
|
onInit?(): void;
|
|
647
989
|
}
|
|
648
990
|
|
|
991
|
+
interface KMLMarker {
|
|
992
|
+
icon: string;
|
|
993
|
+
geometry: string[];
|
|
994
|
+
clusterIcon: string;
|
|
995
|
+
data?: FV.SearchResult;
|
|
996
|
+
groupName?: string;
|
|
997
|
+
selected?: boolean;
|
|
998
|
+
}
|
|
999
|
+
|
|
1000
|
+
interface WKTMarker {
|
|
1001
|
+
icon: string;
|
|
1002
|
+
geometry: string[];
|
|
1003
|
+
clusterIcon: string;
|
|
1004
|
+
data?: FV.SearchResult;
|
|
1005
|
+
groupName?: string;
|
|
1006
|
+
selected?: boolean;
|
|
1007
|
+
}
|
|
1008
|
+
|
|
649
1009
|
interface Handle {
|
|
650
1010
|
addLayer(layer: any): void;
|
|
651
1011
|
addOverlay(overlay: any): void;
|
|
@@ -657,6 +1017,7 @@ declare namespace MAP {
|
|
|
657
1017
|
getCoordinateFromPixel(pixel: Pixel): Coordinate;
|
|
658
1018
|
getLayerGroup(): void;
|
|
659
1019
|
getLayers(): Collection<default_3 | default_4>;
|
|
1020
|
+
getPixelFromCoordinate(coordinate: Coordinate): Pixel;
|
|
660
1021
|
getSize(): Size;
|
|
661
1022
|
getZoomLevel(): number | undefined;
|
|
662
1023
|
removeLayer(layer: any): void;
|
|
@@ -665,49 +1026,34 @@ declare namespace MAP {
|
|
|
665
1026
|
addInteraction(interaction: any): void;
|
|
666
1027
|
removeInteraction(interaction: any): void;
|
|
667
1028
|
on(eventName: string, callback: (event?: any) => void): void;
|
|
668
|
-
getView():
|
|
1029
|
+
getView(): default_5;
|
|
669
1030
|
getEventPixel(event: MouseEvent): Pixel;
|
|
670
|
-
getEventCoordinate(event: MouseEvent):
|
|
671
|
-
forEachFeatureAtPixel(pixel: Pixel): Feature;
|
|
1031
|
+
getEventCoordinate(event: MouseEvent): CoordinateFormat;
|
|
1032
|
+
forEachFeatureAtPixel(pixel: Pixel, hitTolerance?: number): Feature;
|
|
672
1033
|
centerToFeature(feature: Feature<Geometry>, padding?: number[]): void;
|
|
673
|
-
centerToExtent(
|
|
674
|
-
extent: Extent,
|
|
675
|
-
minResolution?: number,
|
|
676
|
-
padding?: number[]
|
|
677
|
-
): void;
|
|
1034
|
+
centerToExtent(extent: Extent, minResolution?: number, padding?: number[]): void;
|
|
678
1035
|
setCenter(coordinate: Coordinate): void;
|
|
679
1036
|
setZoomLevel(level: number): void;
|
|
680
1037
|
updateSize(): void;
|
|
681
1038
|
zoomIn(): void;
|
|
682
1039
|
zoomOut(): void;
|
|
1040
|
+
getResolution(): number;
|
|
1041
|
+
getResolutionForZoom(zoom: number): number;
|
|
683
1042
|
}
|
|
1043
|
+
}
|
|
684
1044
|
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
clusterIcon: string;
|
|
689
|
-
data?: any;
|
|
690
|
-
groupName?: string;
|
|
691
|
-
selected?: boolean;
|
|
1045
|
+
export declare namespace Map_2 {
|
|
1046
|
+
export {
|
|
1047
|
+
_default as default
|
|
692
1048
|
}
|
|
1049
|
+
}
|
|
693
1050
|
|
|
694
|
-
|
|
695
|
-
icon: string;
|
|
696
|
-
geometry: string[];
|
|
697
|
-
clusterIcon: string;
|
|
698
|
-
data?: any;
|
|
699
|
-
groupName?: string;
|
|
700
|
-
selected?: boolean;
|
|
701
|
-
}
|
|
702
|
-
}
|
|
703
|
-
|
|
704
|
-
export declare namespace Map_2 {
|
|
705
|
-
export {
|
|
706
|
-
_default as default
|
|
707
|
-
}
|
|
708
|
-
}
|
|
1051
|
+
export declare const MetricCard: (props: MetricCardProps) => JSX_2.Element;
|
|
709
1052
|
|
|
710
|
-
export declare
|
|
1053
|
+
export declare type MetricCardComponentOverride<Theme = unknown> = {
|
|
1054
|
+
defaultProps?: MetricCardProps;
|
|
1055
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCMetricCard"];
|
|
1056
|
+
};
|
|
711
1057
|
|
|
712
1058
|
export declare interface MetricCardDataPoint {
|
|
713
1059
|
t: string; // ISO date
|
|
@@ -764,22 +1110,69 @@ export declare type MetricVariant =
|
|
|
764
1110
|
| "warning"
|
|
765
1111
|
| "danger";
|
|
766
1112
|
|
|
767
|
-
declare
|
|
768
|
-
|
|
769
|
-
|
|
1113
|
+
export declare function MultipleValueAxes(inProps: MultipleValueAxesProps): JSX_2.Element;
|
|
1114
|
+
|
|
1115
|
+
export declare type MultipleValueAxesComponentOverride<Theme = unknown> = {
|
|
1116
|
+
defaultProps?: Partial<MultipleValueAxesProps>;
|
|
1117
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCMultipleValueAxes"];
|
|
1118
|
+
};
|
|
1119
|
+
|
|
1120
|
+
export declare type MultipleValueAxesProps = ChartProps;
|
|
1121
|
+
|
|
1122
|
+
export declare function NestedPie(inProps: NestedPieProps): JSX_2.Element;
|
|
1123
|
+
|
|
1124
|
+
export declare type NestedPieComponentOverride<Theme = unknown> = {
|
|
1125
|
+
defaultProps?: Partial<NestedPieProps>;
|
|
1126
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCNestedPie"];
|
|
1127
|
+
};
|
|
1128
|
+
|
|
1129
|
+
export declare type NestedPieProps = ChartProps;
|
|
1130
|
+
|
|
1131
|
+
export declare function ObjectProfileCard(inProps: ObjectProfileCardProps): JSX_2.Element | null;
|
|
1132
|
+
|
|
1133
|
+
export declare type ObjectProfileCardComponentOverride<Theme = unknown> = {
|
|
1134
|
+
defaultProps?: Partial<ObjectProfileCardProps>;
|
|
1135
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCObjectProfileCard"];
|
|
770
1136
|
};
|
|
771
1137
|
|
|
1138
|
+
export declare interface ObjectProfileCardProps {
|
|
1139
|
+
data: INSTANCE.Object;
|
|
1140
|
+
templates?: Map<string | number, API.ObjectOntology>;
|
|
1141
|
+
/**
|
|
1142
|
+
* Whether avatar upload is currently in progress. Forwarded to the avatar.
|
|
1143
|
+
*/
|
|
1144
|
+
avatarUploading?: boolean;
|
|
1145
|
+
/**
|
|
1146
|
+
* Called when the user picks a new avatar file. If omitted, the avatar is
|
|
1147
|
+
* read-only.
|
|
1148
|
+
*/
|
|
1149
|
+
onAvatarUpload?: (file: File) => void;
|
|
1150
|
+
sx?: SxProps<Theme>;
|
|
1151
|
+
}
|
|
1152
|
+
|
|
772
1153
|
declare interface OptionsType {
|
|
773
1154
|
confirmButtonText?: string;
|
|
774
1155
|
cancelButtonText?: string;
|
|
775
1156
|
disableCancelButton?: boolean;
|
|
776
1157
|
}
|
|
777
1158
|
|
|
778
|
-
declare
|
|
1159
|
+
export declare function PackedCircles(inProps: PackedCirclesProps): JSX_2.Element;
|
|
1160
|
+
|
|
1161
|
+
export declare type PackedCirclesComponentOverride<Theme = unknown> = {
|
|
1162
|
+
defaultProps?: Partial<PackedCirclesProps>;
|
|
1163
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCPackedCircles"];
|
|
1164
|
+
};
|
|
1165
|
+
|
|
1166
|
+
export declare type PackedCirclesProps = ChartProps;
|
|
779
1167
|
|
|
780
1168
|
export declare function PaginatedList(inProps: PaginatedListProps): JSX_2.Element;
|
|
781
1169
|
|
|
782
|
-
declare
|
|
1170
|
+
export declare type PaginatedListComponentOverride<Theme = unknown> = {
|
|
1171
|
+
defaultProps?: Partial<PaginatedListProps>;
|
|
1172
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCPaginatedList"];
|
|
1173
|
+
};
|
|
1174
|
+
|
|
1175
|
+
export declare interface PaginatedListItem {
|
|
783
1176
|
id: number;
|
|
784
1177
|
title: string;
|
|
785
1178
|
description: string;
|
|
@@ -793,83 +1186,59 @@ export declare interface PaginatedListProps {
|
|
|
793
1186
|
payload?: Partial<FV.SearchDTO>;
|
|
794
1187
|
onChange?: (params: Partial<FV.SearchDTO>) => void;
|
|
795
1188
|
onItemClick?: (item: PaginatedListItem) => void;
|
|
1189
|
+
/**
|
|
1190
|
+
* Enable selection mode. When `true`, items render with a checkbox and
|
|
1191
|
+
* clicking an item toggles its selection instead of calling `onItemClick`.
|
|
1192
|
+
* Controlled — pair with `selected` and `onSelectionChange`.
|
|
1193
|
+
*/
|
|
1194
|
+
selectionMode?: boolean;
|
|
1195
|
+
/** Currently selected item ids (controlled). */
|
|
1196
|
+
selected?: number[];
|
|
1197
|
+
/** Fires when the selection set changes in selection mode. */
|
|
1198
|
+
onSelectionChange?: (selected: number[], item: PaginatedListItem) => void;
|
|
796
1199
|
sx?: SxProps<Theme>;
|
|
797
1200
|
}
|
|
798
1201
|
|
|
799
|
-
export declare
|
|
1202
|
+
export declare interface PaginatedListSnapshot {
|
|
1203
|
+
title?: string;
|
|
1204
|
+
data: PaginatedListItem[];
|
|
1205
|
+
}
|
|
800
1206
|
|
|
801
|
-
export declare const
|
|
1207
|
+
export declare const PhoneInput: (props: PhoneInputProps) => JSX_2.Element;
|
|
802
1208
|
|
|
803
|
-
declare
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
variant?: "standard" | "outlined" | "filled";
|
|
808
|
-
onChange(value: any): void;
|
|
809
|
-
}
|
|
1209
|
+
export declare type PhoneInputComponentOverride<Theme = unknown> = {
|
|
1210
|
+
defaultProps?: PhoneInputProps;
|
|
1211
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCPhoneInput"];
|
|
1212
|
+
};
|
|
810
1213
|
|
|
811
|
-
declare interface
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
*
|
|
818
|
-
*/
|
|
819
|
-
loading?: boolean;
|
|
820
|
-
/**
|
|
821
|
-
*
|
|
822
|
-
*/
|
|
823
|
-
pagePath?: string;
|
|
824
|
-
/**
|
|
825
|
-
*
|
|
826
|
-
*/
|
|
827
|
-
feature?: FeatureType | T;
|
|
828
|
-
/**
|
|
829
|
-
*
|
|
830
|
-
*/
|
|
831
|
-
fallback?: default_2.ReactNode;
|
|
832
|
-
/**
|
|
833
|
-
*
|
|
834
|
-
*/
|
|
835
|
-
children?: default_2.ReactNode;
|
|
1214
|
+
export declare interface PhoneInputProps {
|
|
1215
|
+
label?: string;
|
|
1216
|
+
value: string;
|
|
1217
|
+
placeholder?: string;
|
|
1218
|
+
sx?: SxProps<Theme>;
|
|
1219
|
+
onChange(value: string): void;
|
|
836
1220
|
}
|
|
837
1221
|
|
|
838
|
-
declare
|
|
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
|
-
}
|
|
1222
|
+
export declare function PieChart(inProps: PieChartProps): JSX_2.Element;
|
|
852
1223
|
|
|
853
|
-
declare
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
defaultExpanded?: boolean;
|
|
858
|
-
actions?: React.ReactNode;
|
|
859
|
-
sx?: SxProps;
|
|
860
|
-
onChange?(event: React.SyntheticEvent, newExpanded: boolean): void;
|
|
861
|
-
}
|
|
1224
|
+
export declare type PieChartComponentOverride<Theme = unknown> = {
|
|
1225
|
+
defaultProps?: Partial<PieChartProps>;
|
|
1226
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCPieChart"];
|
|
1227
|
+
};
|
|
862
1228
|
|
|
863
|
-
declare
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
1229
|
+
export declare type PieChartProps = ChartProps;
|
|
1230
|
+
|
|
1231
|
+
export declare const PropertyFilterInput: (props: PropertyFilterInputProps) => JSX_2.Element | null;
|
|
1232
|
+
|
|
1233
|
+
export declare interface PropertyFilterInputProps {
|
|
1234
|
+
property: ONTOLOGY.Property;
|
|
1235
|
+
value: FV.PropertyFilterValue;
|
|
1236
|
+
size?: "small" | "medium";
|
|
1237
|
+
variant?: TemplatePropertyFiltersInputVariant;
|
|
1238
|
+
onChange(value: any): void;
|
|
870
1239
|
}
|
|
871
1240
|
|
|
872
|
-
declare interface
|
|
1241
|
+
declare interface Props {
|
|
873
1242
|
/**
|
|
874
1243
|
*
|
|
875
1244
|
*/
|
|
@@ -898,142 +1267,205 @@ declare interface Props_4 {
|
|
|
898
1267
|
onChange?(value: string): void;
|
|
899
1268
|
}
|
|
900
1269
|
|
|
901
|
-
declare interface
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
*
|
|
916
|
-
*/
|
|
917
|
-
children: React.ReactNode;
|
|
1270
|
+
export declare interface PrrItem {
|
|
1271
|
+
id: string;
|
|
1272
|
+
templateId: string;
|
|
1273
|
+
title: string;
|
|
1274
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
1275
|
+
description: any;
|
|
1276
|
+
templateName: string;
|
|
1277
|
+
templateType: string;
|
|
1278
|
+
createDate: number;
|
|
1279
|
+
createUser: string;
|
|
1280
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
1281
|
+
updateDate: any;
|
|
1282
|
+
updateUser: string;
|
|
1283
|
+
variables: INSTANCE.GroupedVariables;
|
|
918
1284
|
}
|
|
919
1285
|
|
|
920
|
-
declare
|
|
921
|
-
encryptionKey: CryptoKey | null;
|
|
922
|
-
}
|
|
1286
|
+
export declare function PrrMap(inProps: PrrMapProps): JSX_2.Element;
|
|
923
1287
|
|
|
924
|
-
declare
|
|
925
|
-
|
|
926
|
-
|
|
1288
|
+
export declare type PrrMapComponentOverride<Theme = unknown> = {
|
|
1289
|
+
defaultProps?: Partial<PrrMapProps>;
|
|
1290
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCPrrMap"];
|
|
1291
|
+
};
|
|
927
1292
|
|
|
928
|
-
declare interface
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
1293
|
+
export declare interface PrrMapProps {
|
|
1294
|
+
title: string;
|
|
1295
|
+
data: PrrItem[];
|
|
1296
|
+
payload: FV.SearchDTO;
|
|
1297
|
+
onPayloadUpdate(payload: FV.SearchDTO): void;
|
|
1298
|
+
/**
|
|
1299
|
+
* Mapbox access token. Required for the basemap.
|
|
1300
|
+
*/
|
|
1301
|
+
accessToken: string;
|
|
1302
|
+
sx?: SxProps<Theme>;
|
|
933
1303
|
}
|
|
934
1304
|
|
|
935
|
-
declare
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
1305
|
+
export declare function RasterGridMap(inProps: RasterGridMapProps): JSX_2.Element;
|
|
1306
|
+
|
|
1307
|
+
export declare type RasterGridMapComponentOverride<Theme = unknown> = {
|
|
1308
|
+
defaultProps?: Partial<RasterGridMapProps>;
|
|
1309
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCRasterGridMap"];
|
|
1310
|
+
};
|
|
1311
|
+
|
|
1312
|
+
export declare interface RasterGridMapProps {
|
|
1313
|
+
title: string;
|
|
1314
|
+
data: FV.HeatMapResponseDTO;
|
|
1315
|
+
payload: FV.HeatMapRequestDTO;
|
|
1316
|
+
onPayloadUpdate(payload: FV.HeatMapRequestDTO): void;
|
|
1317
|
+
/**
|
|
1318
|
+
* Mapbox access token. Required for the basemap.
|
|
1319
|
+
*/
|
|
1320
|
+
accessToken: string;
|
|
1321
|
+
/**
|
|
1322
|
+
* Color stops used for the heat scale. Order is low → high. Defaults to the
|
|
1323
|
+
* lib's `DEFAULT_VIRIDIS_COOL` (reversed internally so high values get the
|
|
1324
|
+
* cooler end of the gradient).
|
|
1325
|
+
*/
|
|
1326
|
+
palette?: readonly string[];
|
|
1327
|
+
sx?: SxProps<Theme>;
|
|
943
1328
|
}
|
|
944
1329
|
|
|
945
1330
|
declare function register(): Promise<Credential | null>;
|
|
946
1331
|
|
|
947
|
-
export declare
|
|
1332
|
+
export declare type RelativeDatePreset =
|
|
1333
|
+
| "TODAY"
|
|
1334
|
+
| "YESTERDAY"
|
|
1335
|
+
| "THIS_WEEK"
|
|
1336
|
+
| "LAST_7_DAYS"
|
|
1337
|
+
| "THIS_MONTH"
|
|
1338
|
+
| "LAST_30_DAYS"
|
|
1339
|
+
| "LAST_MONTH"
|
|
1340
|
+
| "LAST_3_MONTHS"
|
|
1341
|
+
| "THIS_YEAR"
|
|
1342
|
+
| "LAST_YEAR";
|
|
1343
|
+
|
|
1344
|
+
export declare const SearchInput: (props: SearchInputProps) => JSX_2.Element;
|
|
1345
|
+
|
|
1346
|
+
export declare type SearchInputComponentOverride<Theme = unknown> = {
|
|
1347
|
+
defaultProps?: SearchInputProps;
|
|
1348
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCSearchInput"];
|
|
1349
|
+
};
|
|
948
1350
|
|
|
949
|
-
export declare
|
|
950
|
-
reset: () => void;
|
|
951
|
-
}
|
|
1351
|
+
export declare type SearchInputIconSize = "small" | "medium" | "large";
|
|
952
1352
|
|
|
953
|
-
declare interface SearchInputProps {
|
|
1353
|
+
export declare interface SearchInputProps {
|
|
954
1354
|
defaultValue?: string;
|
|
955
1355
|
label?: string;
|
|
956
1356
|
placeholder?: string;
|
|
957
1357
|
fullWidth?: boolean;
|
|
958
1358
|
disableLabel?: boolean;
|
|
959
|
-
variant?:
|
|
960
|
-
size?:
|
|
961
|
-
iconSize?:
|
|
962
|
-
sx?:
|
|
1359
|
+
variant?: SearchInputVariant;
|
|
1360
|
+
size?: SearchInputSize;
|
|
1361
|
+
iconSize?: SearchInputIconSize;
|
|
1362
|
+
sx?: SxProps<Theme>;
|
|
963
1363
|
onChange?(value: string): void;
|
|
964
1364
|
onSubmit?(value: string | undefined): void;
|
|
965
1365
|
}
|
|
966
1366
|
|
|
967
|
-
export declare
|
|
1367
|
+
export declare type SearchInputSize = "small" | "medium";
|
|
1368
|
+
|
|
1369
|
+
export declare type SearchInputVariant = "outlined" | "filled" | "standard";
|
|
1370
|
+
|
|
1371
|
+
export declare const SecurityLevel: (props: SecurityLevelProps) => JSX_2.Element;
|
|
1372
|
+
|
|
1373
|
+
export declare type SecurityLevelComponentOverride<Theme = unknown> = {
|
|
1374
|
+
defaultProps?: SecurityLevelProps;
|
|
1375
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCSecurityLevel"];
|
|
1376
|
+
};
|
|
968
1377
|
|
|
969
1378
|
declare interface SecurityLevelConfig {
|
|
970
1379
|
templateKeys: string[];
|
|
971
1380
|
templateType: string;
|
|
972
1381
|
}
|
|
973
1382
|
|
|
974
|
-
declare
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
*/
|
|
1383
|
+
export declare type SecurityLevelLabelPosition = "default" | "left" | "top";
|
|
1384
|
+
|
|
1385
|
+
export declare interface SecurityLevelProps {
|
|
978
1386
|
value: number;
|
|
979
|
-
/**
|
|
980
|
-
*
|
|
981
|
-
*/
|
|
982
1387
|
ontologyId: number;
|
|
983
|
-
/**
|
|
984
|
-
*
|
|
985
|
-
*/
|
|
986
1388
|
appRoles: AUTH.PermissionType;
|
|
987
|
-
/**
|
|
988
|
-
*
|
|
989
|
-
*/
|
|
990
1389
|
securityLevels: AUTH.SecurityLevel[];
|
|
991
|
-
/**
|
|
992
|
-
*
|
|
993
|
-
*/
|
|
994
1390
|
minLevel?: number;
|
|
995
|
-
/**
|
|
996
|
-
*
|
|
997
|
-
*/
|
|
998
1391
|
minLevelId?: number;
|
|
999
|
-
/**
|
|
1000
|
-
*
|
|
1001
|
-
*/
|
|
1002
1392
|
minLevelRoles?: string[];
|
|
1003
|
-
/**
|
|
1004
|
-
*
|
|
1005
|
-
*/
|
|
1006
1393
|
showError?: boolean;
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
*/
|
|
1010
|
-
variant?: "standard" | "outlined" | "filled";
|
|
1011
|
-
labelPosition?: "default" | "left" | "top";
|
|
1012
|
-
/**
|
|
1013
|
-
*
|
|
1014
|
-
*/
|
|
1394
|
+
variant?: SecurityLevelVariant;
|
|
1395
|
+
labelPosition?: SecurityLevelLabelPosition;
|
|
1015
1396
|
templateKeys?: string[];
|
|
1016
|
-
/**
|
|
1017
|
-
*
|
|
1018
|
-
*/
|
|
1019
1397
|
templateType?: string;
|
|
1020
|
-
|
|
1021
|
-
*
|
|
1022
|
-
*/
|
|
1398
|
+
sx?: SxProps<Theme>;
|
|
1023
1399
|
onChange(value: number): void;
|
|
1024
1400
|
}
|
|
1025
1401
|
|
|
1026
|
-
declare
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1402
|
+
export declare type SecurityLevelVariant = "standard" | "outlined" | "filled";
|
|
1403
|
+
|
|
1404
|
+
export declare interface SeriesPoint {
|
|
1405
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
1406
|
+
t: any;
|
|
1407
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
1408
|
+
v: any;
|
|
1409
|
+
}
|
|
1410
|
+
|
|
1411
|
+
export declare interface SeriesResponse {
|
|
1412
|
+
type: string;
|
|
1413
|
+
label: string;
|
|
1414
|
+
propertyId?: string;
|
|
1415
|
+
points?: SeriesPoint[];
|
|
1416
|
+
}
|
|
1417
|
+
|
|
1418
|
+
export declare function SimplePivotTable(inProps: SimplePivotTableProps): JSX_2.Element;
|
|
1419
|
+
|
|
1420
|
+
export declare type SimplePivotTableComponentOverride<Theme = unknown> = {
|
|
1421
|
+
defaultProps?: Partial<SimplePivotTableProps>;
|
|
1422
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCSimplePivotTable"];
|
|
1423
|
+
};
|
|
1424
|
+
|
|
1425
|
+
export declare interface SimplePivotTableProps {
|
|
1426
|
+
title: string;
|
|
1427
|
+
description?: string;
|
|
1428
|
+
dimensions: ChartDimension[];
|
|
1429
|
+
values: ChartValue[];
|
|
1430
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
1431
|
+
data: any[];
|
|
1432
|
+
sx?: SxProps<Theme>;
|
|
1433
|
+
}
|
|
1434
|
+
|
|
1435
|
+
export declare interface SimplePivotTableSnapshot
|
|
1436
|
+
extends Omit<SimplePivotTableProps, "sx"> {
|
|
1437
|
+
aggregations: Aggregation[];
|
|
1438
|
+
}
|
|
1439
|
+
|
|
1440
|
+
export declare function StackedAreaRadar(inProps: StackedAreaRadarProps): JSX_2.Element;
|
|
1441
|
+
|
|
1442
|
+
export declare type StackedAreaRadarComponentOverride<Theme = unknown> = {
|
|
1443
|
+
defaultProps?: Partial<StackedAreaRadarProps>;
|
|
1444
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCStackedAreaRadar"];
|
|
1445
|
+
};
|
|
1446
|
+
|
|
1447
|
+
export declare type StackedAreaRadarProps = ChartProps;
|
|
1448
|
+
|
|
1449
|
+
export declare function StackedColumnChart(inProps: StackedColumnChartProps): JSX_2.Element;
|
|
1450
|
+
|
|
1451
|
+
export declare type StackedColumnChartComponentOverride<Theme = unknown> = {
|
|
1452
|
+
defaultProps?: Partial<StackedColumnChartProps>;
|
|
1453
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCStackedColumnChart"];
|
|
1454
|
+
};
|
|
1455
|
+
|
|
1456
|
+
export declare type StackedColumnChartProps = ChartProps;
|
|
1457
|
+
|
|
1458
|
+
export declare function StaticText(inProps: StaticTextProps): JSX_2.Element;
|
|
1459
|
+
|
|
1460
|
+
export declare type StaticTextComponentOverride<Theme = unknown> = {
|
|
1461
|
+
defaultProps?: Partial<StaticTextProps>;
|
|
1462
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCStaticText"];
|
|
1463
|
+
};
|
|
1464
|
+
|
|
1465
|
+
export declare interface StaticTextProps {
|
|
1466
|
+
/** HTML string to render. Rendered via `dangerouslySetInnerHTML`. */
|
|
1467
|
+
content?: string;
|
|
1468
|
+
sx?: SxProps<Theme>;
|
|
1037
1469
|
}
|
|
1038
1470
|
|
|
1039
1471
|
declare interface SubmitButton {
|
|
@@ -1048,7 +1480,7 @@ declare interface SubmitButton_2 {
|
|
|
1048
1480
|
onClick?(): void;
|
|
1049
1481
|
}
|
|
1050
1482
|
|
|
1051
|
-
declare interface TabContent {
|
|
1483
|
+
export declare interface TabContent {
|
|
1052
1484
|
label: string;
|
|
1053
1485
|
content?: React.ReactNode;
|
|
1054
1486
|
badgeContent?: string | number;
|
|
@@ -1058,32 +1490,45 @@ declare interface TabContent {
|
|
|
1058
1490
|
disableCustomScroll?: boolean;
|
|
1059
1491
|
}
|
|
1060
1492
|
|
|
1061
|
-
declare
|
|
1062
|
-
label: default_2.ReactNode;
|
|
1063
|
-
templates: Map<string | number, ONTOLOGY.TemplateType>;
|
|
1064
|
-
filters: FV.TemplateFilter[];
|
|
1065
|
-
defaultExpanded?: string[];
|
|
1066
|
-
onChange: (filters: FV.TemplateFilter[]) => void;
|
|
1067
|
-
}
|
|
1493
|
+
export declare const Tabs: (props: TabsProps) => JSX_2.Element;
|
|
1068
1494
|
|
|
1069
|
-
export declare
|
|
1495
|
+
export declare type TabsComponentOverride<Theme = unknown> = {
|
|
1496
|
+
defaultProps?: TabsProps;
|
|
1497
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCTabs"];
|
|
1498
|
+
};
|
|
1070
1499
|
|
|
1071
1500
|
export declare interface TabsProps extends TabsProps_2 {
|
|
1072
1501
|
id?: string;
|
|
1073
1502
|
defaultActive?: number;
|
|
1074
1503
|
tabContents: TabContent[];
|
|
1075
|
-
styleVariant?:
|
|
1504
|
+
styleVariant?: TabsStyleVariant;
|
|
1076
1505
|
tabPanelStyle?: React.CSSProperties;
|
|
1077
1506
|
bottomOffset?: number;
|
|
1078
1507
|
disableHashState?: boolean;
|
|
1079
1508
|
onChange?(value: any): void;
|
|
1080
1509
|
}
|
|
1081
1510
|
|
|
1082
|
-
declare
|
|
1083
|
-
|
|
1511
|
+
export declare type TabsStyleVariant = "DEFAULT" | "APPLE";
|
|
1512
|
+
|
|
1513
|
+
export declare const TemplateFilters: (props: TemplateFiltersProps) => JSX_2.Element;
|
|
1514
|
+
|
|
1515
|
+
export declare type TemplateFiltersComponentOverride<Theme = unknown> = {
|
|
1516
|
+
defaultProps?: TemplateFiltersProps;
|
|
1517
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCTemplateFilters"];
|
|
1518
|
+
};
|
|
1519
|
+
|
|
1520
|
+
export declare interface TemplateFiltersProps {
|
|
1521
|
+
tabs: TemplateFiltersTab[];
|
|
1522
|
+
sx?: SxProps<Theme>;
|
|
1084
1523
|
}
|
|
1085
1524
|
|
|
1086
|
-
export declare
|
|
1525
|
+
export declare interface TemplateFiltersTab {
|
|
1526
|
+
label: default_2.ReactNode;
|
|
1527
|
+
templates: Map<string | number, ONTOLOGY.TemplateType>;
|
|
1528
|
+
filters: FV.TemplateFilter[];
|
|
1529
|
+
defaultExpanded?: string[];
|
|
1530
|
+
onChange: (filters: FV.TemplateFilter[]) => void;
|
|
1531
|
+
}
|
|
1087
1532
|
|
|
1088
1533
|
export declare const TemplateForm: <T extends ONTOLOGY.Object | ONTOLOGY.Event | ONTOLOGY.Agent | ONTOLOGY.File | ONTOLOGY.System, K extends ONTOLOGY.CreateObjectDTO | ONTOLOGY.CreateEventDTO | ONTOLOGY.CreateFileDTO | ONTOLOGY.CreateAgentDTO | ONTOLOGY.UpdateObjectDTO | ONTOLOGY.UpdateEventDTO | ONTOLOGY.UpdateFileDTO | ONTOLOGY.UpdateAgentDTO | ONTOLOGY.CreateSystemDTO | ONTOLOGY.UpdateSystemDTO>(props: TemplateFormProps<T, K> & default_2.RefAttributes<TemplateFormHandle>) => default_2.ReactNode | null;
|
|
1089
1534
|
|
|
@@ -1150,39 +1595,167 @@ K extends
|
|
|
1150
1595
|
onCatalogueInstanceSearchSubmit?(value?: string): void;
|
|
1151
1596
|
}
|
|
1152
1597
|
|
|
1153
|
-
export declare const TemplatePropertyFilters:
|
|
1154
|
-
|
|
1155
|
-
export { ThemeOptions }
|
|
1598
|
+
export declare const TemplatePropertyFilters: (props: TemplatePropertyFiltersProps) => JSX_2.Element;
|
|
1156
1599
|
|
|
1157
|
-
export
|
|
1600
|
+
export declare type TemplatePropertyFiltersComponentOverride<Theme = unknown> = {
|
|
1601
|
+
defaultProps?: TemplatePropertyFiltersProps;
|
|
1602
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCTemplatePropertyFilters"];
|
|
1603
|
+
};
|
|
1158
1604
|
|
|
1159
|
-
export declare
|
|
1605
|
+
export declare type TemplatePropertyFiltersInputVariant =
|
|
1606
|
+
| "standard"
|
|
1607
|
+
| "outlined"
|
|
1608
|
+
| "filled";
|
|
1160
1609
|
|
|
1161
|
-
declare interface
|
|
1162
|
-
|
|
1610
|
+
export declare interface TemplatePropertyFiltersProps {
|
|
1611
|
+
values: FV.TemplateFilter[];
|
|
1612
|
+
templates: Map<string | number, ONTOLOGY.TemplateType>;
|
|
1613
|
+
inputVariant?: TemplatePropertyFiltersInputVariant;
|
|
1614
|
+
fieldOptions?: {
|
|
1615
|
+
[key: string]: FieldOptions;
|
|
1616
|
+
};
|
|
1617
|
+
sx?: SxProps<Theme>;
|
|
1618
|
+
onChange(values: FV.TemplateFilter[], value?: FV.TemplateFilter): void;
|
|
1619
|
+
}
|
|
1620
|
+
|
|
1621
|
+
export { ThemeOptions }
|
|
1622
|
+
|
|
1623
|
+
export { ThemeProvider }
|
|
1624
|
+
|
|
1625
|
+
export declare type TimelineComponentOverride<Theme = unknown> = {
|
|
1626
|
+
defaultProps?: Partial<TimelineProps>;
|
|
1627
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCTimeline"];
|
|
1628
|
+
};
|
|
1629
|
+
|
|
1630
|
+
export declare interface TimelineItem {
|
|
1631
|
+
id: number | string;
|
|
1632
|
+
title: string;
|
|
1633
|
+
startDate?: string;
|
|
1634
|
+
description?: string;
|
|
1635
|
+
timestamp?: number;
|
|
1636
|
+
}
|
|
1637
|
+
|
|
1638
|
+
export declare interface TimelineProps {
|
|
1639
|
+
data: TimelineItem[];
|
|
1640
|
+
title?: string;
|
|
1641
|
+
loading?: boolean;
|
|
1642
|
+
/**
|
|
1643
|
+
* How many items to show before the "Load more" button appears. The user can
|
|
1644
|
+
* load `pageSize` more items per click. Defaults to 5.
|
|
1645
|
+
*/
|
|
1646
|
+
pageSize?: number;
|
|
1647
|
+
/**
|
|
1648
|
+
* Optional custom node rendered inside each `TimelineDot`. Defaults to a
|
|
1649
|
+
* small filled dot. Pass an icon element to customize per-deployment.
|
|
1650
|
+
*/
|
|
1651
|
+
dotIcon?: ReactNode;
|
|
1652
|
+
/**
|
|
1653
|
+
* Locale passed to `Intl.DateTimeFormat`. Defaults to "en-US".
|
|
1654
|
+
*/
|
|
1655
|
+
locale?: string;
|
|
1656
|
+
sx?: SxProps<Theme>;
|
|
1657
|
+
}
|
|
1658
|
+
|
|
1659
|
+
export declare function TimelineWidget(inProps: TimelineProps): JSX_2.Element;
|
|
1660
|
+
|
|
1661
|
+
export declare type TimeUnit =
|
|
1662
|
+
| "millisecond"
|
|
1663
|
+
| "second"
|
|
1664
|
+
| "minute"
|
|
1665
|
+
| "hour"
|
|
1666
|
+
| "day"
|
|
1667
|
+
| "week"
|
|
1668
|
+
| "month"
|
|
1669
|
+
| "year";
|
|
1670
|
+
|
|
1671
|
+
export declare const TreeSelect: (props: TreeSelectProps) => JSX_2.Element;
|
|
1672
|
+
|
|
1673
|
+
export declare type TreeSelectComponentOverride<Theme = unknown> = {
|
|
1674
|
+
defaultProps?: TreeSelectProps;
|
|
1675
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCTreeSelect"];
|
|
1676
|
+
};
|
|
1677
|
+
|
|
1678
|
+
export declare type TreeSelectLabelPosition = "default" | "top";
|
|
1679
|
+
|
|
1680
|
+
export declare interface TreeSelectProps {
|
|
1681
|
+
data: any;
|
|
1163
1682
|
selected: "" | string[] | undefined;
|
|
1164
|
-
variant?:
|
|
1165
|
-
labelPosition?:
|
|
1683
|
+
variant?: TreeSelectVariant;
|
|
1684
|
+
labelPosition?: TreeSelectLabelPosition;
|
|
1166
1685
|
disabled?: string[];
|
|
1167
1686
|
label?: string;
|
|
1168
1687
|
idKey?: string;
|
|
1688
|
+
sx?: SxProps<Theme>;
|
|
1169
1689
|
onChange(id: string, checked: boolean): void;
|
|
1170
1690
|
}
|
|
1171
1691
|
|
|
1172
|
-
export declare
|
|
1692
|
+
export declare type TreeSelectVariant = "standard" | "outlined" | "filled";
|
|
1693
|
+
|
|
1694
|
+
export declare const TreeViewFilter: (props: TreeViewFilterProps) => JSX_2.Element;
|
|
1695
|
+
|
|
1696
|
+
export declare type TreeViewFilterComponentOverride<Theme = unknown> = {
|
|
1697
|
+
defaultProps?: TreeViewFilterProps;
|
|
1698
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCTreeViewFilter"];
|
|
1699
|
+
};
|
|
1700
|
+
|
|
1701
|
+
export declare interface TreeViewFilterDataType extends TreeViewFilterItemProps {
|
|
1702
|
+
idKey?: string;
|
|
1703
|
+
children?: TreeViewFilterDataType[];
|
|
1704
|
+
defaultSelected?: string[];
|
|
1705
|
+
}
|
|
1706
|
+
|
|
1707
|
+
export declare interface TreeViewFilterItemProps {
|
|
1708
|
+
id: string | number;
|
|
1709
|
+
name: string;
|
|
1710
|
+
checked?: boolean;
|
|
1711
|
+
disabled?: boolean;
|
|
1712
|
+
disabledIds?: string[];
|
|
1713
|
+
onChange?(id: string, checked: boolean): void;
|
|
1714
|
+
}
|
|
1715
|
+
|
|
1716
|
+
export declare interface TreeViewFilterProps {
|
|
1717
|
+
data: TreeViewFilterDataType[];
|
|
1718
|
+
idKey?: string;
|
|
1719
|
+
selected?: string[];
|
|
1720
|
+
expanded?: string[];
|
|
1721
|
+
disabled?: string[];
|
|
1722
|
+
disableSearch?: boolean;
|
|
1723
|
+
sx?: SxProps<Theme>;
|
|
1724
|
+
onChange?(id: string, checked: boolean): void;
|
|
1725
|
+
onExpansionToggle?(
|
|
1726
|
+
event: default_2.SyntheticEvent,
|
|
1727
|
+
itemId: string,
|
|
1728
|
+
isExpanded: boolean,
|
|
1729
|
+
): void;
|
|
1730
|
+
}
|
|
1731
|
+
|
|
1732
|
+
export declare const Uploader: (props: UploaderProps) => JSX_2.Element;
|
|
1173
1733
|
|
|
1174
|
-
export declare
|
|
1734
|
+
export declare type UploaderComponentOverride<Theme = unknown> = {
|
|
1735
|
+
defaultProps?: UploaderProps;
|
|
1736
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCUploader"];
|
|
1737
|
+
};
|
|
1175
1738
|
|
|
1176
|
-
declare interface UploaderProps {
|
|
1177
|
-
type?:
|
|
1739
|
+
export declare interface UploaderProps {
|
|
1740
|
+
type?: UploaderType;
|
|
1178
1741
|
allowedExtensions?: string[];
|
|
1179
1742
|
urls?: string[];
|
|
1180
1743
|
inputName?: string;
|
|
1181
1744
|
multiple?: boolean;
|
|
1182
|
-
maxSize?: number;
|
|
1183
|
-
minSize?: number;
|
|
1745
|
+
maxSize?: number;
|
|
1746
|
+
minSize?: number;
|
|
1747
|
+
sx?: SxProps<Theme>;
|
|
1184
1748
|
onChange?(urls: string[]): void;
|
|
1185
|
-
uploadAction(file:
|
|
1749
|
+
uploadAction(file: File | File[]): Promise<string>;
|
|
1750
|
+
}
|
|
1751
|
+
|
|
1752
|
+
export declare type UploaderType = "IMAGE" | "VIDEO" | "FILE" | "AUDIO" | "OTHER";
|
|
1753
|
+
|
|
1754
|
+
export declare interface VariableDataType {
|
|
1755
|
+
title: string;
|
|
1756
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
1757
|
+
value: any;
|
|
1758
|
+
type: string;
|
|
1186
1759
|
}
|
|
1187
1760
|
|
|
1188
1761
|
export declare const Widget: {
|
|
@@ -1191,47 +1764,662 @@ export declare const Widget: {
|
|
|
1191
1764
|
classes?: Partial<PaperClasses>;
|
|
1192
1765
|
elevation?: number;
|
|
1193
1766
|
square?: boolean;
|
|
1194
|
-
sx?:
|
|
1767
|
+
sx?: SxProps_2<Theme>;
|
|
1195
1768
|
variant?: OverridableStringUnion<"elevation" | "outlined", PaperPropsVariantOverrides>;
|
|
1196
1769
|
} & CommonProps & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
1197
1770
|
ref?: ((instance: HTMLDivElement | null) => void | DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | RefObject<HTMLDivElement> | null | undefined;
|
|
1198
|
-
}, "children" | "sx" | keyof CommonProps | "
|
|
1771
|
+
}, keyof CommonProps | "children" | "sx" | "variant" | "elevation" | "square">, keyof CommonProps | "color" | "content" | "translate" | "children" | "ref" | "sx" | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "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" | "variant" | "elevation" | "square"> & MUIStyledCommonProps<Theme>, {}, {}>;
|
|
1199
1772
|
Header: StyledComponent<Pick<BoxOwnProps<Theme> & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
1200
1773
|
ref?: ((instance: HTMLDivElement | null) => void | DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | RefObject<HTMLDivElement> | null | undefined;
|
|
1201
|
-
}, keyof BoxOwnProps<Theme>>, "
|
|
1774
|
+
}, keyof BoxOwnProps<Theme>>, "className" | "style" | "content" | "translate" | keyof BoxOwnProps<Theme> | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "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"> & MUIStyledCommonProps<Theme>, {}, {}>;
|
|
1202
1775
|
Content: StyledComponent<Pick<BoxOwnProps<Theme> & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
1203
1776
|
ref?: ((instance: HTMLDivElement | null) => void | DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | RefObject<HTMLDivElement> | null | undefined;
|
|
1204
|
-
}, keyof BoxOwnProps<Theme>>, "
|
|
1777
|
+
}, keyof BoxOwnProps<Theme>>, "className" | "style" | "content" | "translate" | keyof BoxOwnProps<Theme> | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "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"> & MUIStyledCommonProps<Theme>, {}, {}>;
|
|
1205
1778
|
Footer: StyledComponent<Pick<BoxOwnProps<Theme> & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
1206
1779
|
ref?: ((instance: HTMLDivElement | null) => void | DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | RefObject<HTMLDivElement> | null | undefined;
|
|
1207
|
-
}, keyof BoxOwnProps<Theme>>, "
|
|
1780
|
+
}, keyof BoxOwnProps<Theme>>, "className" | "style" | "content" | "translate" | keyof BoxOwnProps<Theme> | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "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"> & MUIStyledCommonProps<Theme>, {}, {}>;
|
|
1781
|
+
};
|
|
1782
|
+
|
|
1783
|
+
export declare type WidgetComponentOverride<Theme = unknown> = {
|
|
1784
|
+
defaultProps?: WidgetProps;
|
|
1785
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCWidget"];
|
|
1208
1786
|
};
|
|
1209
1787
|
|
|
1210
1788
|
export declare interface WidgetProps {
|
|
1211
1789
|
sx?: SxProps<Theme>;
|
|
1212
1790
|
}
|
|
1213
1791
|
|
|
1792
|
+
export declare function XYChart(inProps: XYChartProps): JSX_2.Element;
|
|
1793
|
+
|
|
1794
|
+
export declare type XYChartComponentOverride<Theme = unknown> = {
|
|
1795
|
+
defaultProps?: Partial<XYChartProps>;
|
|
1796
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCXYChart"];
|
|
1797
|
+
};
|
|
1798
|
+
|
|
1799
|
+
export declare type XYChartProps = ChartProps;
|
|
1800
|
+
|
|
1214
1801
|
export { }
|
|
1215
1802
|
|
|
1216
1803
|
|
|
1217
1804
|
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1805
|
+
declare module "@mui/material/styles" {
|
|
1806
|
+
interface ComponentNameToClassKey {
|
|
1807
|
+
HCLoading: "root" | "indicator";
|
|
1808
|
+
}
|
|
1809
|
+
|
|
1810
|
+
interface ComponentsPropsList {
|
|
1811
|
+
HCLoading: LoadingProps;
|
|
1812
|
+
}
|
|
1813
|
+
|
|
1814
|
+
interface Components<Theme = unknown> {
|
|
1815
|
+
HCLoading?: LoadingComponentOverride<Theme>;
|
|
1816
|
+
}
|
|
1817
|
+
}
|
|
1818
|
+
|
|
1819
|
+
|
|
1820
|
+
|
|
1821
|
+
declare module "@mui/material/styles" {
|
|
1822
|
+
interface ComponentNameToClassKey {
|
|
1823
|
+
HCAccess: "root";
|
|
1824
|
+
}
|
|
1825
|
+
|
|
1826
|
+
interface ComponentsPropsList {
|
|
1827
|
+
HCAccess: AccessProps;
|
|
1828
|
+
}
|
|
1829
|
+
|
|
1830
|
+
interface Components<Theme = unknown> {
|
|
1831
|
+
HCAccess?: AccessComponentOverride<Theme>;
|
|
1832
|
+
}
|
|
1833
|
+
}
|
|
1834
|
+
|
|
1835
|
+
|
|
1836
|
+
|
|
1837
|
+
declare module "@mui/material/styles" {
|
|
1838
|
+
interface ComponentNameToClassKey {
|
|
1839
|
+
HCCard:
|
|
1840
|
+
| "root"
|
|
1841
|
+
| "landscapeRoot"
|
|
1842
|
+
| "media"
|
|
1843
|
+
| "mediaSkeleton"
|
|
1844
|
+
| "content"
|
|
1845
|
+
| "landscapeContent"
|
|
1846
|
+
| "menuContainer"
|
|
1847
|
+
| "contentBody"
|
|
1848
|
+
| "contentColumn"
|
|
1849
|
+
| "title"
|
|
1850
|
+
| "text"
|
|
1851
|
+
| "stats"
|
|
1852
|
+
| "infoBox"
|
|
1853
|
+
| "avatar"
|
|
1854
|
+
| "avatarLarge"
|
|
1855
|
+
| "avatarTitle"
|
|
1856
|
+
| "avatarSubTitle"
|
|
1857
|
+
| "extraActions"
|
|
1858
|
+
| "extraInfo"
|
|
1859
|
+
| "cardActions"
|
|
1860
|
+
| "avatarRow"
|
|
1861
|
+
| "avatarLabel"
|
|
1862
|
+
| "actionsContainer"
|
|
1863
|
+
| "skeletonLine"
|
|
1864
|
+
| "skeletonLineSubtle"
|
|
1865
|
+
| "skeletonAvatarCircle"
|
|
1866
|
+
| "skeletonExtraIcon"
|
|
1867
|
+
| "skeletonActions";
|
|
1868
|
+
}
|
|
1869
|
+
|
|
1870
|
+
interface ComponentsPropsList {
|
|
1871
|
+
HCCard: CardProps;
|
|
1872
|
+
}
|
|
1873
|
+
|
|
1874
|
+
interface Components<Theme = unknown> {
|
|
1875
|
+
HCCard?: CardComponentOverride<Theme>;
|
|
1876
|
+
}
|
|
1877
|
+
}
|
|
1878
|
+
|
|
1879
|
+
|
|
1880
|
+
|
|
1881
|
+
declare module "@mui/material/styles" {
|
|
1882
|
+
interface ComponentNameToClassKey {
|
|
1883
|
+
HCCardAlternate:
|
|
1884
|
+
| "root"
|
|
1885
|
+
| "body"
|
|
1886
|
+
| "menuContainer"
|
|
1887
|
+
| "headerRow"
|
|
1888
|
+
| "avatarContainer"
|
|
1889
|
+
| "titleColumn"
|
|
1890
|
+
| "title"
|
|
1891
|
+
| "subTitle"
|
|
1892
|
+
| "text"
|
|
1893
|
+
| "rightMenu"
|
|
1894
|
+
| "avatarSkeleton"
|
|
1895
|
+
| "lineSkeleton";
|
|
1896
|
+
}
|
|
1897
|
+
|
|
1898
|
+
interface ComponentsPropsList {
|
|
1899
|
+
HCCardAlternate: CardAlternateProps;
|
|
1900
|
+
}
|
|
1901
|
+
|
|
1902
|
+
interface Components<Theme = unknown> {
|
|
1903
|
+
HCCardAlternate?: CardAlternateComponentOverride<Theme>;
|
|
1904
|
+
}
|
|
1905
|
+
}
|
|
1906
|
+
|
|
1907
|
+
|
|
1908
|
+
|
|
1909
|
+
declare module "@mui/material/styles" {
|
|
1910
|
+
interface ComponentNameToClassKey {
|
|
1911
|
+
HCCandlestickChart: "root";
|
|
1912
|
+
}
|
|
1913
|
+
|
|
1914
|
+
interface ComponentsPropsList {
|
|
1915
|
+
HCCandlestickChart: Partial<CandlestickChartProps>;
|
|
1916
|
+
}
|
|
1917
|
+
|
|
1918
|
+
interface Components<Theme = unknown> {
|
|
1919
|
+
HCCandlestickChart?: CandlestickChartComponentOverride<Theme>;
|
|
1920
|
+
}
|
|
1921
|
+
}
|
|
1922
|
+
|
|
1923
|
+
|
|
1924
|
+
|
|
1925
|
+
declare module "@mui/material/styles" {
|
|
1926
|
+
interface ComponentNameToClassKey {
|
|
1927
|
+
HCColumnLineMix: "root";
|
|
1928
|
+
}
|
|
1929
|
+
|
|
1930
|
+
interface ComponentsPropsList {
|
|
1931
|
+
HCColumnLineMix: Partial<ColumnLineMixProps>;
|
|
1932
|
+
}
|
|
1933
|
+
|
|
1934
|
+
interface Components<Theme = unknown> {
|
|
1935
|
+
HCColumnLineMix?: ColumnLineMixComponentOverride<Theme>;
|
|
1936
|
+
}
|
|
1937
|
+
}
|
|
1938
|
+
|
|
1939
|
+
|
|
1940
|
+
|
|
1941
|
+
declare module "@mui/material/styles" {
|
|
1942
|
+
interface ComponentNameToClassKey {
|
|
1943
|
+
HCDrillDownTreemap: "root";
|
|
1944
|
+
}
|
|
1945
|
+
|
|
1946
|
+
interface ComponentsPropsList {
|
|
1947
|
+
HCDrillDownTreemap: Partial<DrillDownTreemapProps>;
|
|
1948
|
+
}
|
|
1949
|
+
|
|
1950
|
+
interface Components<Theme = unknown> {
|
|
1951
|
+
HCDrillDownTreemap?: DrillDownTreemapComponentOverride<Theme>;
|
|
1952
|
+
}
|
|
1953
|
+
}
|
|
1954
|
+
|
|
1955
|
+
|
|
1956
|
+
|
|
1957
|
+
declare module "@mui/material/styles" {
|
|
1958
|
+
interface ComponentNameToClassKey {
|
|
1959
|
+
HCDrillDownVoronoiTreemap: "root";
|
|
1960
|
+
}
|
|
1961
|
+
|
|
1962
|
+
interface ComponentsPropsList {
|
|
1963
|
+
HCDrillDownVoronoiTreemap: Partial<DrillDownVoronoiTreemapProps>;
|
|
1964
|
+
}
|
|
1965
|
+
|
|
1966
|
+
interface Components<Theme = unknown> {
|
|
1967
|
+
HCDrillDownVoronoiTreemap?: DrillDownVoronoiTreemapComponentOverride<Theme>;
|
|
1968
|
+
}
|
|
1969
|
+
}
|
|
1970
|
+
|
|
1971
|
+
|
|
1972
|
+
|
|
1973
|
+
declare module "@mui/material/styles" {
|
|
1974
|
+
interface ComponentNameToClassKey {
|
|
1975
|
+
HCHeatmap: "root";
|
|
1976
|
+
}
|
|
1977
|
+
|
|
1978
|
+
interface ComponentsPropsList {
|
|
1979
|
+
HCHeatmap: Partial<HeatmapProps>;
|
|
1980
|
+
}
|
|
1981
|
+
|
|
1982
|
+
interface Components<Theme = unknown> {
|
|
1983
|
+
HCHeatmap?: HeatmapComponentOverride<Theme>;
|
|
1984
|
+
}
|
|
1985
|
+
}
|
|
1986
|
+
|
|
1987
|
+
|
|
1988
|
+
|
|
1989
|
+
declare module "@mui/material/styles" {
|
|
1990
|
+
interface ComponentNameToClassKey {
|
|
1991
|
+
HCLineChart: "root";
|
|
1992
|
+
}
|
|
1993
|
+
|
|
1994
|
+
interface ComponentsPropsList {
|
|
1995
|
+
HCLineChart: Partial<LineChartProps>;
|
|
1996
|
+
}
|
|
1997
|
+
|
|
1998
|
+
interface Components<Theme = unknown> {
|
|
1999
|
+
HCLineChart?: LineChartComponentOverride<Theme>;
|
|
2000
|
+
}
|
|
2001
|
+
}
|
|
2002
|
+
|
|
2003
|
+
|
|
2004
|
+
|
|
2005
|
+
declare module "@mui/material/styles" {
|
|
2006
|
+
interface ComponentNameToClassKey {
|
|
2007
|
+
HCLogaritmicScale: "root";
|
|
2008
|
+
}
|
|
2009
|
+
|
|
2010
|
+
interface ComponentsPropsList {
|
|
2011
|
+
HCLogaritmicScale: Partial<LogaritmicScaleProps>;
|
|
2012
|
+
}
|
|
2013
|
+
|
|
2014
|
+
interface Components<Theme = unknown> {
|
|
2015
|
+
HCLogaritmicScale?: LogaritmicScaleComponentOverride<Theme>;
|
|
2016
|
+
}
|
|
2017
|
+
}
|
|
2018
|
+
|
|
2019
|
+
|
|
2020
|
+
|
|
2021
|
+
declare module "@mui/material/styles" {
|
|
2022
|
+
interface ComponentNameToClassKey {
|
|
2023
|
+
HCMultipleValueAxes: "root";
|
|
2024
|
+
}
|
|
2025
|
+
|
|
2026
|
+
interface ComponentsPropsList {
|
|
2027
|
+
HCMultipleValueAxes: Partial<MultipleValueAxesProps>;
|
|
2028
|
+
}
|
|
2029
|
+
|
|
2030
|
+
interface Components<Theme = unknown> {
|
|
2031
|
+
HCMultipleValueAxes?: MultipleValueAxesComponentOverride<Theme>;
|
|
2032
|
+
}
|
|
2033
|
+
}
|
|
2034
|
+
|
|
2035
|
+
|
|
2036
|
+
|
|
2037
|
+
declare module "@mui/material/styles" {
|
|
2038
|
+
interface ComponentNameToClassKey {
|
|
2039
|
+
HCNestedPie: "root";
|
|
2040
|
+
}
|
|
2041
|
+
|
|
2042
|
+
interface ComponentsPropsList {
|
|
2043
|
+
HCNestedPie: Partial<NestedPieProps>;
|
|
2044
|
+
}
|
|
2045
|
+
|
|
2046
|
+
interface Components<Theme = unknown> {
|
|
2047
|
+
HCNestedPie?: NestedPieComponentOverride<Theme>;
|
|
2048
|
+
}
|
|
2049
|
+
}
|
|
2050
|
+
|
|
2051
|
+
|
|
2052
|
+
|
|
2053
|
+
declare module "@mui/material/styles" {
|
|
2054
|
+
interface ComponentNameToClassKey {
|
|
2055
|
+
HCPackedCircles: "root";
|
|
2056
|
+
}
|
|
2057
|
+
|
|
2058
|
+
interface ComponentsPropsList {
|
|
2059
|
+
HCPackedCircles: Partial<PackedCirclesProps>;
|
|
2060
|
+
}
|
|
2061
|
+
|
|
2062
|
+
interface Components<Theme = unknown> {
|
|
2063
|
+
HCPackedCircles?: PackedCirclesComponentOverride<Theme>;
|
|
2064
|
+
}
|
|
2065
|
+
}
|
|
2066
|
+
|
|
2067
|
+
|
|
2068
|
+
|
|
2069
|
+
declare module "@mui/material/styles" {
|
|
2070
|
+
interface ComponentNameToClassKey {
|
|
2071
|
+
HCPieChart: "root";
|
|
2072
|
+
}
|
|
2073
|
+
|
|
2074
|
+
interface ComponentsPropsList {
|
|
2075
|
+
HCPieChart: Partial<PieChartProps>;
|
|
2076
|
+
}
|
|
2077
|
+
|
|
2078
|
+
interface Components<Theme = unknown> {
|
|
2079
|
+
HCPieChart?: PieChartComponentOverride<Theme>;
|
|
2080
|
+
}
|
|
2081
|
+
}
|
|
2082
|
+
|
|
2083
|
+
|
|
2084
|
+
|
|
2085
|
+
declare module "@mui/material/styles" {
|
|
2086
|
+
interface ComponentNameToClassKey {
|
|
2087
|
+
HCStackedAreaRadar: "root";
|
|
2088
|
+
}
|
|
2089
|
+
|
|
2090
|
+
interface ComponentsPropsList {
|
|
2091
|
+
HCStackedAreaRadar: Partial<StackedAreaRadarProps>;
|
|
2092
|
+
}
|
|
2093
|
+
|
|
2094
|
+
interface Components<Theme = unknown> {
|
|
2095
|
+
HCStackedAreaRadar?: StackedAreaRadarComponentOverride<Theme>;
|
|
2096
|
+
}
|
|
2097
|
+
}
|
|
2098
|
+
|
|
2099
|
+
|
|
2100
|
+
|
|
2101
|
+
declare module "@mui/material/styles" {
|
|
2102
|
+
interface ComponentNameToClassKey {
|
|
2103
|
+
HCStackedColumnChart: "root";
|
|
2104
|
+
}
|
|
2105
|
+
|
|
2106
|
+
interface ComponentsPropsList {
|
|
2107
|
+
HCStackedColumnChart: Partial<StackedColumnChartProps>;
|
|
2108
|
+
}
|
|
2109
|
+
|
|
2110
|
+
interface Components<Theme = unknown> {
|
|
2111
|
+
HCStackedColumnChart?: StackedColumnChartComponentOverride<Theme>;
|
|
2112
|
+
}
|
|
2113
|
+
}
|
|
2114
|
+
|
|
2115
|
+
|
|
2116
|
+
|
|
2117
|
+
declare module "@mui/material/styles" {
|
|
2118
|
+
interface ComponentNameToClassKey {
|
|
2119
|
+
HCXYChart: "root";
|
|
2120
|
+
}
|
|
2121
|
+
|
|
2122
|
+
interface ComponentsPropsList {
|
|
2123
|
+
HCXYChart: Partial<XYChartProps>;
|
|
2124
|
+
}
|
|
2125
|
+
|
|
2126
|
+
interface Components<Theme = unknown> {
|
|
2127
|
+
HCXYChart?: XYChartComponentOverride<Theme>;
|
|
2128
|
+
}
|
|
2129
|
+
}
|
|
2130
|
+
|
|
2131
|
+
|
|
2132
|
+
|
|
2133
|
+
declare module "@mui/material/styles" {
|
|
2134
|
+
interface ComponentNameToClassKey {
|
|
2135
|
+
HCChartWrapper: "root" | "header" | "content";
|
|
2136
|
+
}
|
|
2137
|
+
|
|
2138
|
+
interface ComponentsPropsList {
|
|
2139
|
+
HCChartWrapper: Partial<ChartWrapperProps>;
|
|
2140
|
+
}
|
|
2141
|
+
|
|
2142
|
+
interface Components<Theme = unknown> {
|
|
2143
|
+
HCChartWrapper?: ChartWrapperComponentOverride<Theme>;
|
|
2144
|
+
}
|
|
2145
|
+
}
|
|
2146
|
+
|
|
2147
|
+
|
|
2148
|
+
|
|
2149
|
+
declare module "@mui/material/styles" {
|
|
2150
|
+
interface ComponentNameToClassKey {
|
|
2151
|
+
HCHighlightLineChart: "root";
|
|
2152
|
+
}
|
|
2153
|
+
|
|
2154
|
+
interface ComponentsPropsList {
|
|
2155
|
+
HCHighlightLineChart: HighlightLineChartProps;
|
|
2156
|
+
}
|
|
2157
|
+
|
|
2158
|
+
interface Components<Theme = unknown> {
|
|
2159
|
+
HCHighlightLineChart?: HighlightLineChartComponentOverride<Theme>;
|
|
2160
|
+
}
|
|
2161
|
+
}
|
|
2162
|
+
|
|
2163
|
+
|
|
2164
|
+
|
|
2165
|
+
declare module "@mui/material/styles" {
|
|
2166
|
+
interface ComponentNameToClassKey {
|
|
2167
|
+
HCContainer: "root" | "header" | "content";
|
|
2168
|
+
}
|
|
2169
|
+
|
|
2170
|
+
interface ComponentsPropsList {
|
|
2171
|
+
HCContainer: ContainerProps;
|
|
2172
|
+
}
|
|
2173
|
+
|
|
2174
|
+
interface Components<Theme = unknown> {
|
|
2175
|
+
HCContainer?: ContainerComponentOverride<Theme>;
|
|
2176
|
+
}
|
|
2177
|
+
}
|
|
2178
|
+
|
|
2179
|
+
|
|
2180
|
+
|
|
2181
|
+
declare module "@mui/material/styles" {
|
|
2182
|
+
interface ComponentNameToClassKey {
|
|
2183
|
+
HCCollapsibleCard:
|
|
2184
|
+
| "root"
|
|
2185
|
+
| "accordion"
|
|
2186
|
+
| "summary"
|
|
2187
|
+
| "summaryHeader"
|
|
2188
|
+
| "summaryActions"
|
|
2189
|
+
| "details";
|
|
2190
|
+
}
|
|
2191
|
+
|
|
2192
|
+
interface ComponentsPropsList {
|
|
2193
|
+
HCCollapsibleCard: CollapsibleCardProps;
|
|
2194
|
+
}
|
|
2195
|
+
|
|
2196
|
+
interface Components<Theme = unknown> {
|
|
2197
|
+
HCCollapsibleCard?: CollapsibleCardComponentOverride<Theme>;
|
|
2198
|
+
}
|
|
2199
|
+
}
|
|
2200
|
+
|
|
2201
|
+
|
|
2202
|
+
|
|
2203
|
+
declare module "@mui/material/styles" {
|
|
2204
|
+
interface ComponentNameToClassKey {
|
|
2205
|
+
HCContextMenu:
|
|
2206
|
+
| "root"
|
|
2207
|
+
| "list"
|
|
2208
|
+
| "item"
|
|
2209
|
+
| "itemButton"
|
|
2210
|
+
| "itemIcon"
|
|
2211
|
+
| "itemText";
|
|
2212
|
+
}
|
|
2213
|
+
|
|
2214
|
+
interface ComponentsPropsList {
|
|
2215
|
+
HCContextMenu: ContextMenuProps;
|
|
2216
|
+
}
|
|
2217
|
+
|
|
2218
|
+
interface Components<Theme = unknown> {
|
|
2219
|
+
HCContextMenu?: ContextMenuComponentOverride<Theme>;
|
|
2220
|
+
}
|
|
2221
|
+
}
|
|
2222
|
+
|
|
2223
|
+
|
|
2224
|
+
|
|
2225
|
+
declare namespace MAP {
|
|
2226
|
+
interface Coordinate {
|
|
2227
|
+
latitude: number;
|
|
2228
|
+
longitude: number;
|
|
2229
|
+
}
|
|
2230
|
+
|
|
2231
|
+
interface BoundingBox {
|
|
2232
|
+
bottomLeft: Coordinate;
|
|
2233
|
+
topRight: Coordinate;
|
|
2234
|
+
}
|
|
2235
|
+
|
|
2236
|
+
interface OptionsType {
|
|
2237
|
+
cursor?: string;
|
|
2238
|
+
cssPosition?: 'absolute' | 'fixed' | 'relative';
|
|
2239
|
+
interactions?: InteractionDefaultsOptions;
|
|
2240
|
+
controls?: ControlDefaultsOptions;
|
|
2241
|
+
}
|
|
2242
|
+
|
|
2243
|
+
interface Props {
|
|
2244
|
+
id?: string;
|
|
2245
|
+
layers?: any[];
|
|
2246
|
+
center?: Coordinate;
|
|
2247
|
+
zoom?: number;
|
|
2248
|
+
options?: OptionsType;
|
|
2249
|
+
onInit?(): void;
|
|
2250
|
+
}
|
|
2251
|
+
|
|
2252
|
+
interface KMLMarker {
|
|
2253
|
+
icon: string;
|
|
2254
|
+
geometry: string[];
|
|
2255
|
+
clusterIcon: string;
|
|
2256
|
+
data?: FV.SearchResult;
|
|
2257
|
+
groupName?: string;
|
|
2258
|
+
selected?: boolean;
|
|
2259
|
+
}
|
|
2260
|
+
|
|
2261
|
+
interface WKTMarker {
|
|
2262
|
+
icon: string;
|
|
2263
|
+
geometry: string[];
|
|
2264
|
+
clusterIcon: string;
|
|
2265
|
+
data?: FV.SearchResult;
|
|
2266
|
+
groupName?: string;
|
|
2267
|
+
selected?: boolean;
|
|
2268
|
+
}
|
|
2269
|
+
|
|
2270
|
+
interface Handle {
|
|
2271
|
+
addLayer(layer: any): void;
|
|
2272
|
+
addOverlay(overlay: any): void;
|
|
2273
|
+
removeOverlay(overlay: any): void;
|
|
2274
|
+
removeOverlayById(id: string | number): void;
|
|
2275
|
+
insertLayerAt(index: number, layer: any): void;
|
|
2276
|
+
getAllLayers(): Array<Layer>;
|
|
2277
|
+
getBoundingBox(): BoundingBox;
|
|
2278
|
+
getCoordinateFromPixel(pixel: Pixel): OlCoordinate;
|
|
2279
|
+
getLayerGroup(): void;
|
|
2280
|
+
getLayers(): Collection<Layer | LayerGroup>;
|
|
2281
|
+
getPixelFromCoordinate(coordinate: OlCoordinate): Pixel;
|
|
2282
|
+
getSize(): Size;
|
|
2283
|
+
getZoomLevel(): number | undefined;
|
|
2284
|
+
removeLayer(layer: any): void;
|
|
2285
|
+
setLayerGroup(layerGroup: any): void;
|
|
2286
|
+
setLayers(layers: any[]): void;
|
|
2287
|
+
addInteraction(interaction: any): void;
|
|
2288
|
+
removeInteraction(interaction: any): void;
|
|
2289
|
+
on(eventName: string, callback: (event?: any) => void): void;
|
|
2290
|
+
getView(): View;
|
|
2291
|
+
getEventPixel(event: MouseEvent): Pixel;
|
|
2292
|
+
getEventCoordinate(event: MouseEvent): CoordinateFormat;
|
|
2293
|
+
forEachFeatureAtPixel(pixel: Pixel, hitTolerance?: number): Feature;
|
|
2294
|
+
centerToFeature(feature: Feature<Geometry>, padding?: number[]): void;
|
|
2295
|
+
centerToExtent(extent: Extent, minResolution?: number, padding?: number[]): void;
|
|
2296
|
+
setCenter(coordinate: OlCoordinate): void;
|
|
2297
|
+
setZoomLevel(level: number): void;
|
|
2298
|
+
updateSize(): void;
|
|
2299
|
+
zoomIn(): void;
|
|
2300
|
+
zoomOut(): void;
|
|
2301
|
+
getResolution(): number;
|
|
2302
|
+
getResolutionForZoom(zoom: number): number;
|
|
2303
|
+
}
|
|
2304
|
+
}
|
|
2305
|
+
|
|
2306
|
+
|
|
2307
|
+
|
|
2308
|
+
declare module "@mui/material/styles" {
|
|
2309
|
+
interface ComponentNameToClassKey {
|
|
2310
|
+
HCDataMap: "root" | "header" | "content";
|
|
2311
|
+
}
|
|
2312
|
+
|
|
2313
|
+
interface ComponentsPropsList {
|
|
2314
|
+
HCDataMap: Partial<DataMapProps>;
|
|
2315
|
+
}
|
|
2316
|
+
|
|
2317
|
+
interface Components<Theme = unknown> {
|
|
2318
|
+
HCDataMap?: DataMapComponentOverride<Theme>;
|
|
2319
|
+
}
|
|
2320
|
+
}
|
|
2321
|
+
|
|
2322
|
+
|
|
2323
|
+
|
|
2324
|
+
declare module "@mui/material/styles" {
|
|
2325
|
+
interface ComponentNameToClassKey {
|
|
2326
|
+
HCDisseminationList:
|
|
2327
|
+
| "root"
|
|
2328
|
+
| "label"
|
|
2329
|
+
| "sideLabel"
|
|
2330
|
+
| "selectWrapper"
|
|
2331
|
+
| "helperText";
|
|
2332
|
+
}
|
|
2333
|
+
|
|
2334
|
+
interface ComponentsPropsList {
|
|
2335
|
+
HCDisseminationList: Partial<DisseminationListProps>;
|
|
2336
|
+
}
|
|
2337
|
+
|
|
2338
|
+
interface Components<Theme = unknown> {
|
|
2339
|
+
HCDisseminationList?: DisseminationListComponentOverride<Theme>;
|
|
2340
|
+
}
|
|
2341
|
+
}
|
|
2342
|
+
|
|
2343
|
+
|
|
2344
|
+
|
|
2345
|
+
declare module "@mui/material/styles" {
|
|
2346
|
+
interface ComponentNameToClassKey {
|
|
2347
|
+
HCSecurityLevel:
|
|
2348
|
+
| "root"
|
|
2349
|
+
| "leftLayout"
|
|
2350
|
+
| "leftLabel"
|
|
2351
|
+
| "leftContent"
|
|
2352
|
+
| "formControl"
|
|
2353
|
+
| "select"
|
|
2354
|
+
| "menuItem"
|
|
2355
|
+
| "helperText";
|
|
2356
|
+
}
|
|
2357
|
+
|
|
2358
|
+
interface ComponentsPropsList {
|
|
2359
|
+
HCSecurityLevel: SecurityLevelProps;
|
|
2360
|
+
}
|
|
2361
|
+
|
|
2362
|
+
interface Components<Theme = unknown> {
|
|
2363
|
+
HCSecurityLevel?: SecurityLevelComponentOverride<Theme>;
|
|
2364
|
+
}
|
|
2365
|
+
}
|
|
2366
|
+
|
|
2367
|
+
|
|
2368
|
+
|
|
2369
|
+
declare module "@mui/material/styles" {
|
|
2370
|
+
interface ComponentNameToClassKey {
|
|
2371
|
+
HCDatePickerWithCustomRange:
|
|
2372
|
+
| "root"
|
|
2373
|
+
| "toggle"
|
|
2374
|
+
| "presetGrid"
|
|
2375
|
+
| "presetButton"
|
|
2376
|
+
| "customRow";
|
|
2377
|
+
}
|
|
2378
|
+
|
|
2379
|
+
interface ComponentsPropsList {
|
|
2380
|
+
HCDatePickerWithCustomRange: Partial<DatePickerWithCustomRangeProps>;
|
|
2381
|
+
}
|
|
2382
|
+
|
|
2383
|
+
interface Components<Theme = unknown> {
|
|
2384
|
+
HCDatePickerWithCustomRange?: DatePickerWithCustomRangeComponentOverride<Theme>;
|
|
2385
|
+
}
|
|
2386
|
+
}
|
|
2387
|
+
|
|
2388
|
+
|
|
2389
|
+
|
|
2390
|
+
declare module "@mui/material/styles" {
|
|
2391
|
+
interface ComponentNameToClassKey {
|
|
2392
|
+
HCDateTimePicker:
|
|
2393
|
+
| "root"
|
|
2394
|
+
| "label"
|
|
2395
|
+
| "container"
|
|
2396
|
+
| "timeInputContainer"
|
|
2397
|
+
| "timeInput"
|
|
2398
|
+
| "timeButton";
|
|
2399
|
+
}
|
|
2400
|
+
|
|
2401
|
+
interface ComponentsPropsList {
|
|
2402
|
+
HCDateTimePicker: Partial<DateTimePickerProps>;
|
|
2403
|
+
}
|
|
2404
|
+
|
|
2405
|
+
interface Components<Theme = unknown> {
|
|
2406
|
+
HCDateTimePicker?: DateTimePickerComponentOverride<Theme>;
|
|
2407
|
+
}
|
|
2408
|
+
}
|
|
2409
|
+
|
|
2410
|
+
|
|
2411
|
+
|
|
2412
|
+
declare module "@mui/material/styles" {
|
|
1221
2413
|
interface ComponentNameToClassKey {
|
|
1222
|
-
|
|
2414
|
+
HCDivider: "root";
|
|
1223
2415
|
}
|
|
1224
2416
|
|
|
1225
2417
|
interface ComponentsPropsList {
|
|
1226
|
-
|
|
2418
|
+
HCDivider: Partial<DividerProps>;
|
|
1227
2419
|
}
|
|
1228
2420
|
|
|
1229
|
-
interface Components {
|
|
1230
|
-
|
|
1231
|
-
defaultProps?: ComponentsPropsList["HCCandlestickChart"];
|
|
1232
|
-
styleOverrides?: ComponentsOverrides<Theme>["HCCandlestickChart"];
|
|
1233
|
-
variants?: ComponentsVariants["HCCandlestickChart"];
|
|
1234
|
-
};
|
|
2421
|
+
interface Components<Theme = unknown> {
|
|
2422
|
+
HCDivider?: DividerComponentOverride<Theme>;
|
|
1235
2423
|
}
|
|
1236
2424
|
}
|
|
1237
2425
|
|
|
@@ -1239,41 +2427,31 @@ declare module "@mui/material" {
|
|
|
1239
2427
|
|
|
1240
2428
|
declare module "@mui/material/styles" {
|
|
1241
2429
|
interface ComponentNameToClassKey {
|
|
1242
|
-
|
|
2430
|
+
HCIconButton: "root" | "verticalRoot" | "miniRoot";
|
|
1243
2431
|
}
|
|
1244
2432
|
|
|
1245
2433
|
interface ComponentsPropsList {
|
|
1246
|
-
|
|
2434
|
+
HCIconButton: IconButtonProps;
|
|
1247
2435
|
}
|
|
1248
2436
|
|
|
1249
|
-
interface Components {
|
|
1250
|
-
|
|
1251
|
-
defaultProps?: ComponentsPropsList["HCCandlestickChart"];
|
|
1252
|
-
styleOverrides?: ComponentsOverrides<Theme>["HCCandlestickChart"];
|
|
1253
|
-
variants?: ComponentsVariants["HCCandlestickChart"];
|
|
1254
|
-
};
|
|
2437
|
+
interface Components<Theme = unknown> {
|
|
2438
|
+
HCIconButton?: IconButtonComponentOverride<Theme>;
|
|
1255
2439
|
}
|
|
1256
2440
|
}
|
|
1257
2441
|
|
|
1258
2442
|
|
|
1259
2443
|
|
|
1260
|
-
|
|
1261
|
-
// See docs/COMPONENT_GUIDE.md § "Theme augmentation targets" for rationale.
|
|
1262
|
-
declare module "@mui/material" {
|
|
2444
|
+
declare module "@mui/material/styles" {
|
|
1263
2445
|
interface ComponentNameToClassKey {
|
|
1264
|
-
|
|
2446
|
+
HCHeatMap: "root" | "header" | "content";
|
|
1265
2447
|
}
|
|
1266
2448
|
|
|
1267
2449
|
interface ComponentsPropsList {
|
|
1268
|
-
|
|
2450
|
+
HCHeatMap: Partial<HeatMapProps>;
|
|
1269
2451
|
}
|
|
1270
2452
|
|
|
1271
|
-
interface Components {
|
|
1272
|
-
|
|
1273
|
-
defaultProps?: ComponentsPropsList["HCHighlightLineChart"];
|
|
1274
|
-
styleOverrides?: ComponentsOverrides<Theme>["HCHighlightLineChart"];
|
|
1275
|
-
variants?: ComponentsVariants["HCHighlightLineChart"];
|
|
1276
|
-
};
|
|
2453
|
+
interface Components<Theme = unknown> {
|
|
2454
|
+
HCHeatMap?: HeatMapComponentOverride<Theme>;
|
|
1277
2455
|
}
|
|
1278
2456
|
}
|
|
1279
2457
|
|
|
@@ -1281,46 +2459,40 @@ declare module "@mui/material" {
|
|
|
1281
2459
|
|
|
1282
2460
|
declare module "@mui/material/styles" {
|
|
1283
2461
|
interface ComponentNameToClassKey {
|
|
1284
|
-
|
|
2462
|
+
HCSearchInput: "root" | "label" | "input" | "endAdornment" | "iconButton";
|
|
1285
2463
|
}
|
|
1286
2464
|
|
|
1287
2465
|
interface ComponentsPropsList {
|
|
1288
|
-
|
|
2466
|
+
HCSearchInput: SearchInputProps;
|
|
1289
2467
|
}
|
|
1290
2468
|
|
|
1291
|
-
interface Components {
|
|
1292
|
-
|
|
1293
|
-
defaultProps?: ComponentsPropsList["HCHighlightLineChart"];
|
|
1294
|
-
styleOverrides?: ComponentsOverrides<Theme>["HCHighlightLineChart"];
|
|
1295
|
-
variants?: ComponentsVariants["HCHighlightLineChart"];
|
|
1296
|
-
};
|
|
2469
|
+
interface Components<Theme = unknown> {
|
|
2470
|
+
HCSearchInput?: SearchInputComponentOverride<Theme>;
|
|
1297
2471
|
}
|
|
1298
2472
|
}
|
|
1299
2473
|
|
|
1300
2474
|
|
|
1301
2475
|
|
|
1302
|
-
|
|
1303
|
-
// See docs/COMPONENT_GUIDE.md § "Theme augmentation targets" for rationale.
|
|
1304
|
-
declare module "@mui/material" {
|
|
2476
|
+
declare module "@mui/material/styles" {
|
|
1305
2477
|
interface ComponentNameToClassKey {
|
|
1306
|
-
|
|
2478
|
+
HCTreeViewFilter:
|
|
1307
2479
|
| "root"
|
|
1308
|
-
| "
|
|
1309
|
-
| "
|
|
1310
|
-
| "
|
|
1311
|
-
| "
|
|
2480
|
+
| "searchContainer"
|
|
2481
|
+
| "searchInput"
|
|
2482
|
+
| "divider"
|
|
2483
|
+
| "tree"
|
|
2484
|
+
| "treeItem"
|
|
2485
|
+
| "itemLabel"
|
|
2486
|
+
| "itemCheckbox"
|
|
2487
|
+
| "itemText";
|
|
1312
2488
|
}
|
|
1313
2489
|
|
|
1314
2490
|
interface ComponentsPropsList {
|
|
1315
|
-
|
|
2491
|
+
HCTreeViewFilter: TreeViewFilterProps;
|
|
1316
2492
|
}
|
|
1317
2493
|
|
|
1318
|
-
interface Components {
|
|
1319
|
-
|
|
1320
|
-
defaultProps?: ComponentsPropsList["HCDisseminationList"];
|
|
1321
|
-
styleOverrides?: ComponentsOverrides<Theme>["HCDisseminationList"];
|
|
1322
|
-
variants?: ComponentsVariants["HCDisseminationList"];
|
|
1323
|
-
};
|
|
2494
|
+
interface Components<Theme = unknown> {
|
|
2495
|
+
HCTreeViewFilter?: TreeViewFilterComponentOverride<Theme>;
|
|
1324
2496
|
}
|
|
1325
2497
|
}
|
|
1326
2498
|
|
|
@@ -1328,52 +2500,62 @@ declare module "@mui/material" {
|
|
|
1328
2500
|
|
|
1329
2501
|
declare module "@mui/material/styles" {
|
|
1330
2502
|
interface ComponentNameToClassKey {
|
|
1331
|
-
|
|
2503
|
+
HCTreeSelect:
|
|
1332
2504
|
| "root"
|
|
1333
2505
|
| "label"
|
|
1334
|
-
| "
|
|
1335
|
-
| "
|
|
1336
|
-
| "
|
|
2506
|
+
| "formControl"
|
|
2507
|
+
| "select"
|
|
2508
|
+
| "menuItem"
|
|
2509
|
+
| "dialog"
|
|
2510
|
+
| "dialogContent"
|
|
2511
|
+
| "dialogActions"
|
|
2512
|
+
| "confirmButton";
|
|
1337
2513
|
}
|
|
1338
2514
|
|
|
1339
2515
|
interface ComponentsPropsList {
|
|
1340
|
-
|
|
2516
|
+
HCTreeSelect: TreeSelectProps;
|
|
1341
2517
|
}
|
|
1342
2518
|
|
|
1343
|
-
interface Components {
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
2519
|
+
interface Components<Theme = unknown> {
|
|
2520
|
+
HCTreeSelect?: TreeSelectComponentOverride<Theme>;
|
|
2521
|
+
}
|
|
2522
|
+
}
|
|
2523
|
+
|
|
2524
|
+
|
|
2525
|
+
|
|
2526
|
+
declare module "@mui/material/styles" {
|
|
2527
|
+
interface ComponentNameToClassKey {
|
|
2528
|
+
HCPhoneInput: "root" | "label";
|
|
2529
|
+
}
|
|
2530
|
+
|
|
2531
|
+
interface ComponentsPropsList {
|
|
2532
|
+
HCPhoneInput: PhoneInputProps;
|
|
2533
|
+
}
|
|
2534
|
+
|
|
2535
|
+
interface Components<Theme = unknown> {
|
|
2536
|
+
HCPhoneInput?: PhoneInputComponentOverride<Theme>;
|
|
1349
2537
|
}
|
|
1350
2538
|
}
|
|
1351
2539
|
|
|
1352
2540
|
|
|
1353
2541
|
|
|
1354
|
-
|
|
1355
|
-
// See docs/COMPONENT_GUIDE.md § "Theme augmentation targets" for rationale.
|
|
1356
|
-
declare module "@mui/material" {
|
|
2542
|
+
declare module "@mui/material/styles" {
|
|
1357
2543
|
interface ComponentNameToClassKey {
|
|
1358
|
-
|
|
2544
|
+
HCInstanceTable:
|
|
1359
2545
|
| "root"
|
|
1360
|
-
| "
|
|
1361
|
-
| "
|
|
1362
|
-
| "
|
|
1363
|
-
| "
|
|
1364
|
-
| "
|
|
2546
|
+
| "dataGrid"
|
|
2547
|
+
| "actionsContainer"
|
|
2548
|
+
| "actionsGrid"
|
|
2549
|
+
| "templateIcon"
|
|
2550
|
+
| "titleButton";
|
|
1365
2551
|
}
|
|
1366
2552
|
|
|
1367
2553
|
interface ComponentsPropsList {
|
|
1368
|
-
|
|
2554
|
+
HCInstanceTable: InstanceTableProps;
|
|
1369
2555
|
}
|
|
1370
2556
|
|
|
1371
|
-
interface Components {
|
|
1372
|
-
|
|
1373
|
-
defaultProps?: ComponentsPropsList["HCDateTimePicker"];
|
|
1374
|
-
styleOverrides?: ComponentsOverrides<Theme>["HCDateTimePicker"];
|
|
1375
|
-
variants?: ComponentsVariants["HCDateTimePicker"];
|
|
1376
|
-
};
|
|
2557
|
+
interface Components<Theme = unknown> {
|
|
2558
|
+
HCInstanceTable?: InstanceTableComponentOverride<Theme>;
|
|
1377
2559
|
}
|
|
1378
2560
|
}
|
|
1379
2561
|
|
|
@@ -1381,117 +2563,88 @@ declare module "@mui/material" {
|
|
|
1381
2563
|
|
|
1382
2564
|
declare module "@mui/material/styles" {
|
|
1383
2565
|
interface ComponentNameToClassKey {
|
|
1384
|
-
|
|
2566
|
+
HCInstanceHierarchyTable:
|
|
1385
2567
|
| "root"
|
|
1386
|
-
| "
|
|
1387
|
-
| "
|
|
1388
|
-
| "
|
|
1389
|
-
| "
|
|
1390
|
-
| "
|
|
2568
|
+
| "accordion"
|
|
2569
|
+
| "summary"
|
|
2570
|
+
| "details"
|
|
2571
|
+
| "templateIcon"
|
|
2572
|
+
| "templateName"
|
|
2573
|
+
| "countChip"
|
|
2574
|
+
| "hierarchyLabel";
|
|
1391
2575
|
}
|
|
1392
2576
|
|
|
1393
2577
|
interface ComponentsPropsList {
|
|
1394
|
-
|
|
2578
|
+
HCInstanceHierarchyTable: InstanceHierarchyTableProps;
|
|
1395
2579
|
}
|
|
1396
2580
|
|
|
1397
|
-
interface Components {
|
|
1398
|
-
|
|
1399
|
-
defaultProps?: ComponentsPropsList["HCDateTimePicker"];
|
|
1400
|
-
styleOverrides?: ComponentsOverrides<Theme>["HCDateTimePicker"];
|
|
1401
|
-
variants?: ComponentsVariants["HCDateTimePicker"];
|
|
1402
|
-
};
|
|
2581
|
+
interface Components<Theme = unknown> {
|
|
2582
|
+
HCInstanceHierarchyTable?: InstanceHierarchyTableComponentOverride<Theme>;
|
|
1403
2583
|
}
|
|
1404
2584
|
}
|
|
1405
2585
|
|
|
1406
2586
|
|
|
1407
2587
|
|
|
1408
|
-
declare
|
|
1409
|
-
interface
|
|
1410
|
-
|
|
1411
|
-
longitude: number;
|
|
2588
|
+
declare module "@mui/material/styles" {
|
|
2589
|
+
interface ComponentNameToClassKey {
|
|
2590
|
+
HCInstanceVariableList: "root" | "row" | "title" | "value";
|
|
1412
2591
|
}
|
|
1413
2592
|
|
|
1414
|
-
interface
|
|
1415
|
-
|
|
1416
|
-
topRight: Coordinate;
|
|
2593
|
+
interface ComponentsPropsList {
|
|
2594
|
+
HCInstanceVariableList: Partial<InstanceVariableListProps>;
|
|
1417
2595
|
}
|
|
1418
2596
|
|
|
1419
|
-
interface
|
|
1420
|
-
|
|
1421
|
-
cssPosition?: "absolute" | "fixed" | "relative";
|
|
1422
|
-
interactions?: InteractionDefaultsOptions;
|
|
1423
|
-
controls?: ControlDefaultsOptions;
|
|
2597
|
+
interface Components<Theme = unknown> {
|
|
2598
|
+
HCInstanceVariableList?: InstanceVariableListComponentOverride<Theme>;
|
|
1424
2599
|
}
|
|
2600
|
+
}
|
|
1425
2601
|
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
2602
|
+
|
|
2603
|
+
|
|
2604
|
+
declare module "@mui/material/styles" {
|
|
2605
|
+
interface ComponentNameToClassKey {
|
|
2606
|
+
HCKeyProtectionMenu:
|
|
2607
|
+
| "root"
|
|
2608
|
+
| "iconButton"
|
|
2609
|
+
| "menu"
|
|
2610
|
+
| "menuItem"
|
|
2611
|
+
| "menuItemIcon";
|
|
1433
2612
|
}
|
|
1434
2613
|
|
|
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;
|
|
2614
|
+
interface ComponentsPropsList {
|
|
2615
|
+
HCKeyProtectionMenu: KeyProtectionMenuProps;
|
|
1469
2616
|
}
|
|
1470
2617
|
|
|
1471
|
-
interface
|
|
1472
|
-
|
|
1473
|
-
geometry: string[];
|
|
1474
|
-
clusterIcon: string;
|
|
1475
|
-
data?: any;
|
|
1476
|
-
groupName?: string;
|
|
1477
|
-
selected?: boolean;
|
|
2618
|
+
interface Components<Theme = unknown> {
|
|
2619
|
+
HCKeyProtectionMenu?: KeyProtectionMenuComponentOverride<Theme>;
|
|
1478
2620
|
}
|
|
2621
|
+
}
|
|
1479
2622
|
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
2623
|
+
|
|
2624
|
+
|
|
2625
|
+
declare module "@mui/material/styles" {
|
|
2626
|
+
interface ComponentNameToClassKey {
|
|
2627
|
+
HCLinearIndicator:
|
|
2628
|
+
| "root"
|
|
2629
|
+
| "barContainer"
|
|
2630
|
+
| "barBackground"
|
|
2631
|
+
| "bar"
|
|
2632
|
+
| "middleContainer"
|
|
2633
|
+
| "middle";
|
|
2634
|
+
}
|
|
2635
|
+
|
|
2636
|
+
interface ComponentsPropsList {
|
|
2637
|
+
HCLinearIndicator: LinearIndicatorProps;
|
|
2638
|
+
}
|
|
2639
|
+
|
|
2640
|
+
interface Components<Theme = unknown> {
|
|
2641
|
+
HCLinearIndicator?: LinearIndicatorComponentOverride<Theme>;
|
|
1487
2642
|
}
|
|
1488
2643
|
}
|
|
1489
2644
|
|
|
1490
2645
|
|
|
1491
2646
|
|
|
1492
|
-
|
|
1493
|
-
// See docs/COMPONENT_GUIDE.md § "Theme augmentation targets" for rationale.
|
|
1494
|
-
declare module "@mui/material" {
|
|
2647
|
+
declare module "@mui/material/styles" {
|
|
1495
2648
|
interface ComponentNameToClassKey {
|
|
1496
2649
|
HCMetricCard:
|
|
1497
2650
|
| "root"
|
|
@@ -1510,12 +2663,8 @@ declare module "@mui/material" {
|
|
|
1510
2663
|
HCMetricCard: MetricCardProps;
|
|
1511
2664
|
}
|
|
1512
2665
|
|
|
1513
|
-
interface Components {
|
|
1514
|
-
HCMetricCard?:
|
|
1515
|
-
defaultProps?: ComponentsPropsList["HCMetricCard"];
|
|
1516
|
-
styleOverrides?: ComponentsOverrides<Theme>["HCMetricCard"];
|
|
1517
|
-
variants?: ComponentsVariants["HCMetricCard"];
|
|
1518
|
-
};
|
|
2666
|
+
interface Components<Theme = unknown> {
|
|
2667
|
+
HCMetricCard?: MetricCardComponentOverride<Theme>;
|
|
1519
2668
|
}
|
|
1520
2669
|
}
|
|
1521
2670
|
|
|
@@ -1523,51 +2672,36 @@ declare module "@mui/material" {
|
|
|
1523
2672
|
|
|
1524
2673
|
declare module "@mui/material/styles" {
|
|
1525
2674
|
interface ComponentNameToClassKey {
|
|
1526
|
-
|
|
2675
|
+
HCObjectProfileCard:
|
|
1527
2676
|
| "root"
|
|
1528
2677
|
| "content"
|
|
1529
|
-
| "
|
|
1530
|
-
| "
|
|
1531
|
-
| "
|
|
1532
|
-
| "trendValue"
|
|
1533
|
-
| "description"
|
|
1534
|
-
| "icon"
|
|
1535
|
-
| "cornerIcon"
|
|
1536
|
-
| "chart";
|
|
2678
|
+
| "header"
|
|
2679
|
+
| "hierarchy"
|
|
2680
|
+
| "variables";
|
|
1537
2681
|
}
|
|
1538
2682
|
|
|
1539
2683
|
interface ComponentsPropsList {
|
|
1540
|
-
|
|
2684
|
+
HCObjectProfileCard: Partial<ObjectProfileCardProps>;
|
|
1541
2685
|
}
|
|
1542
2686
|
|
|
1543
|
-
interface Components {
|
|
1544
|
-
|
|
1545
|
-
defaultProps?: ComponentsPropsList["HCMetricCard"];
|
|
1546
|
-
styleOverrides?: ComponentsOverrides<Theme>["HCMetricCard"];
|
|
1547
|
-
variants?: ComponentsVariants["HCMetricCard"];
|
|
1548
|
-
};
|
|
2687
|
+
interface Components<Theme = unknown> {
|
|
2688
|
+
HCObjectProfileCard?: ObjectProfileCardComponentOverride<Theme>;
|
|
1549
2689
|
}
|
|
1550
2690
|
}
|
|
1551
2691
|
|
|
1552
2692
|
|
|
1553
2693
|
|
|
1554
|
-
|
|
1555
|
-
// See docs/COMPONENT_GUIDE.md § "Theme augmentation targets" for rationale.
|
|
1556
|
-
declare module "@mui/material" {
|
|
2694
|
+
declare module "@mui/material/styles" {
|
|
1557
2695
|
interface ComponentNameToClassKey {
|
|
1558
|
-
HCPaginatedList: "root" | "
|
|
2696
|
+
HCPaginatedList: "root" | "header" | "content" | "list" | "pagination";
|
|
1559
2697
|
}
|
|
1560
2698
|
|
|
1561
2699
|
interface ComponentsPropsList {
|
|
1562
|
-
HCPaginatedList: PaginatedListProps
|
|
2700
|
+
HCPaginatedList: Partial<PaginatedListProps>;
|
|
1563
2701
|
}
|
|
1564
2702
|
|
|
1565
|
-
interface Components {
|
|
1566
|
-
HCPaginatedList?:
|
|
1567
|
-
defaultProps?: ComponentsPropsList["HCPaginatedList"];
|
|
1568
|
-
styleOverrides?: ComponentsOverrides<Theme>["HCPaginatedList"];
|
|
1569
|
-
variants?: ComponentsVariants["HCPaginatedList"];
|
|
1570
|
-
};
|
|
2703
|
+
interface Components<Theme = unknown> {
|
|
2704
|
+
HCPaginatedList?: PaginatedListComponentOverride<Theme>;
|
|
1571
2705
|
}
|
|
1572
2706
|
}
|
|
1573
2707
|
|
|
@@ -1575,41 +2709,31 @@ declare module "@mui/material" {
|
|
|
1575
2709
|
|
|
1576
2710
|
declare module "@mui/material/styles" {
|
|
1577
2711
|
interface ComponentNameToClassKey {
|
|
1578
|
-
|
|
2712
|
+
HCPrrMap: "root" | "header" | "content";
|
|
1579
2713
|
}
|
|
1580
2714
|
|
|
1581
2715
|
interface ComponentsPropsList {
|
|
1582
|
-
|
|
2716
|
+
HCPrrMap: Partial<PrrMapProps>;
|
|
1583
2717
|
}
|
|
1584
2718
|
|
|
1585
|
-
interface Components {
|
|
1586
|
-
|
|
1587
|
-
defaultProps?: ComponentsPropsList["HCPaginatedList"];
|
|
1588
|
-
styleOverrides?: ComponentsOverrides<Theme>["HCPaginatedList"];
|
|
1589
|
-
variants?: ComponentsVariants["HCPaginatedList"];
|
|
1590
|
-
};
|
|
2719
|
+
interface Components<Theme = unknown> {
|
|
2720
|
+
HCPrrMap?: PrrMapComponentOverride<Theme>;
|
|
1591
2721
|
}
|
|
1592
2722
|
}
|
|
1593
2723
|
|
|
1594
2724
|
|
|
1595
2725
|
|
|
1596
|
-
|
|
1597
|
-
// See docs/COMPONENT_GUIDE.md § "Theme augmentation targets" for rationale.
|
|
1598
|
-
declare module "@mui/material" {
|
|
2726
|
+
declare module "@mui/material/styles" {
|
|
1599
2727
|
interface ComponentNameToClassKey {
|
|
1600
|
-
|
|
2728
|
+
HCRasterGridMap: "root" | "header" | "content";
|
|
1601
2729
|
}
|
|
1602
2730
|
|
|
1603
2731
|
interface ComponentsPropsList {
|
|
1604
|
-
|
|
2732
|
+
HCRasterGridMap: Partial<RasterGridMapProps>;
|
|
1605
2733
|
}
|
|
1606
2734
|
|
|
1607
|
-
interface Components {
|
|
1608
|
-
|
|
1609
|
-
defaultProps?: ComponentsPropsList["HCWidget"];
|
|
1610
|
-
styleOverrides?: ComponentsOverrides<Theme>["HCWidget"];
|
|
1611
|
-
variants?: ComponentsVariants["HCWidget"];
|
|
1612
|
-
};
|
|
2735
|
+
interface Components<Theme = unknown> {
|
|
2736
|
+
HCRasterGridMap?: RasterGridMapComponentOverride<Theme>;
|
|
1613
2737
|
}
|
|
1614
2738
|
}
|
|
1615
2739
|
|
|
@@ -1617,41 +2741,31 @@ declare module "@mui/material" {
|
|
|
1617
2741
|
|
|
1618
2742
|
declare module "@mui/material/styles" {
|
|
1619
2743
|
interface ComponentNameToClassKey {
|
|
1620
|
-
|
|
2744
|
+
HCSimplePivotTable: "root" | "header" | "content" | "footer";
|
|
1621
2745
|
}
|
|
1622
2746
|
|
|
1623
2747
|
interface ComponentsPropsList {
|
|
1624
|
-
|
|
2748
|
+
HCSimplePivotTable: Partial<SimplePivotTableProps>;
|
|
1625
2749
|
}
|
|
1626
2750
|
|
|
1627
|
-
interface Components {
|
|
1628
|
-
|
|
1629
|
-
defaultProps?: ComponentsPropsList["HCWidget"];
|
|
1630
|
-
styleOverrides?: ComponentsOverrides<Theme>["HCWidget"];
|
|
1631
|
-
variants?: ComponentsVariants["HCWidget"];
|
|
1632
|
-
};
|
|
2751
|
+
interface Components<Theme = unknown> {
|
|
2752
|
+
HCSimplePivotTable?: SimplePivotTableComponentOverride<Theme>;
|
|
1633
2753
|
}
|
|
1634
2754
|
}
|
|
1635
2755
|
|
|
1636
2756
|
|
|
1637
2757
|
|
|
1638
|
-
|
|
1639
|
-
// See docs/COMPONENT_GUIDE.md § "Theme augmentation targets" for rationale.
|
|
1640
|
-
declare module "@mui/material" {
|
|
2758
|
+
declare module "@mui/material/styles" {
|
|
1641
2759
|
interface ComponentNameToClassKey {
|
|
1642
|
-
|
|
2760
|
+
HCStaticText: "root";
|
|
1643
2761
|
}
|
|
1644
2762
|
|
|
1645
2763
|
interface ComponentsPropsList {
|
|
1646
|
-
|
|
2764
|
+
HCStaticText: Partial<StaticTextProps>;
|
|
1647
2765
|
}
|
|
1648
2766
|
|
|
1649
|
-
interface Components {
|
|
1650
|
-
|
|
1651
|
-
defaultProps?: ComponentsPropsList["HCProfileCard"];
|
|
1652
|
-
styleOverrides?: ComponentsOverrides<Theme>["HCProfileCard"];
|
|
1653
|
-
variants?: ComponentsVariants["HCProfileCard"];
|
|
1654
|
-
};
|
|
2767
|
+
interface Components<Theme = unknown> {
|
|
2768
|
+
HCStaticText?: StaticTextComponentOverride<Theme>;
|
|
1655
2769
|
}
|
|
1656
2770
|
}
|
|
1657
2771
|
|
|
@@ -1659,19 +2773,174 @@ declare module "@mui/material" {
|
|
|
1659
2773
|
|
|
1660
2774
|
declare module "@mui/material/styles" {
|
|
1661
2775
|
interface ComponentNameToClassKey {
|
|
1662
|
-
|
|
2776
|
+
HCTabs:
|
|
2777
|
+
| "root"
|
|
2778
|
+
| "tabs"
|
|
2779
|
+
| "tab"
|
|
2780
|
+
| "appleTabs"
|
|
2781
|
+
| "appleTab"
|
|
2782
|
+
| "badge"
|
|
2783
|
+
| "panel"
|
|
2784
|
+
| "panelContent";
|
|
1663
2785
|
}
|
|
1664
2786
|
|
|
1665
2787
|
interface ComponentsPropsList {
|
|
1666
|
-
|
|
2788
|
+
HCTabs: TabsProps;
|
|
1667
2789
|
}
|
|
1668
2790
|
|
|
1669
|
-
interface Components {
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
2791
|
+
interface Components<Theme = unknown> {
|
|
2792
|
+
HCTabs?: TabsComponentOverride<Theme>;
|
|
2793
|
+
}
|
|
2794
|
+
}
|
|
2795
|
+
|
|
2796
|
+
|
|
2797
|
+
|
|
2798
|
+
declare module "@mui/material/styles" {
|
|
2799
|
+
interface ComponentNameToClassKey {
|
|
2800
|
+
HCTemplateFilters:
|
|
2801
|
+
| "root"
|
|
2802
|
+
| "tabsContainer"
|
|
2803
|
+
| "tabs"
|
|
2804
|
+
| "tab"
|
|
2805
|
+
| "tabPanel"
|
|
2806
|
+
| "tabPanelInner";
|
|
2807
|
+
}
|
|
2808
|
+
|
|
2809
|
+
interface ComponentsPropsList {
|
|
2810
|
+
HCTemplateFilters: TemplateFiltersProps;
|
|
2811
|
+
}
|
|
2812
|
+
|
|
2813
|
+
interface Components<Theme = unknown> {
|
|
2814
|
+
HCTemplateFilters?: TemplateFiltersComponentOverride<Theme>;
|
|
2815
|
+
}
|
|
2816
|
+
}
|
|
2817
|
+
|
|
2818
|
+
|
|
2819
|
+
|
|
2820
|
+
declare module "@mui/material/styles" {
|
|
2821
|
+
interface ComponentNameToClassKey {
|
|
2822
|
+
HCRangeSelector:
|
|
2823
|
+
| "root"
|
|
2824
|
+
| "numberRow"
|
|
2825
|
+
| "numberRangeRow"
|
|
2826
|
+
| "numberInput"
|
|
2827
|
+
| "modeColumn"
|
|
2828
|
+
| "compositeRow"
|
|
2829
|
+
| "compositeCount"
|
|
2830
|
+
| "compositeChild"
|
|
2831
|
+
| "dateTrigger"
|
|
2832
|
+
| "dateTriggerText"
|
|
2833
|
+
| "dateTriggerArrow"
|
|
2834
|
+
| "dateLimitCaption"
|
|
2835
|
+
| "datePicker"
|
|
2836
|
+
| "dateUnitRow"
|
|
2837
|
+
| "dateUnitControl"
|
|
2838
|
+
| "dateRangeInput";
|
|
2839
|
+
}
|
|
2840
|
+
|
|
2841
|
+
interface ComponentsPropsList {
|
|
2842
|
+
HCRangeSelector: Partial<RangeSelectorProps>;
|
|
2843
|
+
}
|
|
2844
|
+
|
|
2845
|
+
interface Components<Theme = unknown> {
|
|
2846
|
+
HCRangeSelector?: RangeSelectorComponentOverride<Theme>;
|
|
2847
|
+
}
|
|
2848
|
+
}
|
|
2849
|
+
|
|
2850
|
+
|
|
2851
|
+
|
|
2852
|
+
declare module "@mui/material/styles" {
|
|
2853
|
+
interface ComponentNameToClassKey {
|
|
2854
|
+
HCTemplatePropertyFilters:
|
|
2855
|
+
| "root"
|
|
2856
|
+
| "accordion"
|
|
2857
|
+
| "accordionSummary"
|
|
2858
|
+
| "accordionTitle"
|
|
2859
|
+
| "accordionDetails"
|
|
2860
|
+
| "propertyContainer"
|
|
2861
|
+
| "propertyLabel"
|
|
2862
|
+
| "propertyRangeRow"
|
|
2863
|
+
| "propertyRangeSeparator"
|
|
2864
|
+
| "propertyEnumLabel"
|
|
2865
|
+
| "propertyEnumItem"
|
|
2866
|
+
| "propertyEnumCheckbox"
|
|
2867
|
+
| "propertyShowMoreButton"
|
|
2868
|
+
| "expandIcon"
|
|
2869
|
+
| "collapseIcon";
|
|
2870
|
+
}
|
|
2871
|
+
|
|
2872
|
+
interface ComponentsPropsList {
|
|
2873
|
+
HCTemplatePropertyFilters: TemplatePropertyFiltersProps;
|
|
2874
|
+
}
|
|
2875
|
+
|
|
2876
|
+
interface Components<Theme = unknown> {
|
|
2877
|
+
HCTemplatePropertyFilters?: TemplatePropertyFiltersComponentOverride<Theme>;
|
|
2878
|
+
}
|
|
2879
|
+
}
|
|
2880
|
+
|
|
2881
|
+
|
|
2882
|
+
|
|
2883
|
+
declare module "@mui/material/styles" {
|
|
2884
|
+
interface ComponentNameToClassKey {
|
|
2885
|
+
HCTimeline:
|
|
2886
|
+
| "root"
|
|
2887
|
+
| "header"
|
|
2888
|
+
| "content"
|
|
2889
|
+
| "list"
|
|
2890
|
+
| "dot"
|
|
2891
|
+
| "loadMore";
|
|
2892
|
+
}
|
|
2893
|
+
|
|
2894
|
+
interface ComponentsPropsList {
|
|
2895
|
+
HCTimeline: Partial<TimelineProps>;
|
|
2896
|
+
}
|
|
2897
|
+
|
|
2898
|
+
interface Components<Theme = unknown> {
|
|
2899
|
+
HCTimeline?: TimelineComponentOverride<Theme>;
|
|
2900
|
+
}
|
|
2901
|
+
}
|
|
2902
|
+
|
|
2903
|
+
|
|
2904
|
+
|
|
2905
|
+
declare module "@mui/material/styles" {
|
|
2906
|
+
interface ComponentNameToClassKey {
|
|
2907
|
+
HCUploader:
|
|
2908
|
+
| "root"
|
|
2909
|
+
| "imageGrid"
|
|
2910
|
+
| "imageThumb"
|
|
2911
|
+
| "fileChip"
|
|
2912
|
+
| "chipIcon"
|
|
2913
|
+
| "dropArea"
|
|
2914
|
+
| "dropAreaIcon"
|
|
2915
|
+
| "dropAreaTitle"
|
|
2916
|
+
| "dropAreaCaption"
|
|
2917
|
+
| "previewDialog"
|
|
2918
|
+
| "previewCloseButton"
|
|
2919
|
+
| "previewImage";
|
|
2920
|
+
}
|
|
2921
|
+
|
|
2922
|
+
interface ComponentsPropsList {
|
|
2923
|
+
HCUploader: UploaderProps;
|
|
2924
|
+
}
|
|
2925
|
+
|
|
2926
|
+
interface Components<Theme = unknown> {
|
|
2927
|
+
HCUploader?: UploaderComponentOverride<Theme>;
|
|
2928
|
+
}
|
|
2929
|
+
}
|
|
2930
|
+
|
|
2931
|
+
|
|
2932
|
+
|
|
2933
|
+
declare module "@mui/material/styles" {
|
|
2934
|
+
interface ComponentNameToClassKey {
|
|
2935
|
+
HCWidget: "root" | "header" | "content" | "footer";
|
|
2936
|
+
}
|
|
2937
|
+
|
|
2938
|
+
interface ComponentsPropsList {
|
|
2939
|
+
HCWidget: WidgetProps;
|
|
2940
|
+
}
|
|
2941
|
+
|
|
2942
|
+
interface Components<Theme = unknown> {
|
|
2943
|
+
HCWidget?: WidgetComponentOverride<Theme>;
|
|
1675
2944
|
}
|
|
1676
2945
|
}
|
|
1677
2946
|
|
|
@@ -1868,6 +3137,26 @@ declare namespace FV {
|
|
|
1868
3137
|
pageNumber: number;
|
|
1869
3138
|
rows: number;
|
|
1870
3139
|
}
|
|
3140
|
+
|
|
3141
|
+
interface HeatMapRequestDTO {
|
|
3142
|
+
heatGridMapFilter: REPORT_API.HeatGridMapFilter;
|
|
3143
|
+
templateFilters?: TemplateFilter[];
|
|
3144
|
+
spatialFilter?: SpatialFilter | null;
|
|
3145
|
+
startDateFilter?: REPORT_API.DateRangeType | null;
|
|
3146
|
+
templateTypes?: TemplateType[];
|
|
3147
|
+
keyword?: string;
|
|
3148
|
+
languages?: string[];
|
|
3149
|
+
}
|
|
3150
|
+
|
|
3151
|
+
interface HeatMapResponseDTO {
|
|
3152
|
+
minX: number;
|
|
3153
|
+
minY: number;
|
|
3154
|
+
maxX: number;
|
|
3155
|
+
maxY: number;
|
|
3156
|
+
rowCount: number;
|
|
3157
|
+
columnCount: number;
|
|
3158
|
+
result: number[][] | null;
|
|
3159
|
+
}
|
|
1871
3160
|
}
|
|
1872
3161
|
|
|
1873
3162
|
declare namespace INSTANCE {
|
|
@@ -2509,6 +3798,21 @@ declare module "react" {
|
|
|
2509
3798
|
): (props: P & React.RefAttributes<T>) => React.ReactNode | null;
|
|
2510
3799
|
}
|
|
2511
3800
|
|
|
3801
|
+
declare namespace REPORT_API {
|
|
3802
|
+
interface HeatGridMapFilter {
|
|
3803
|
+
minX: number;
|
|
3804
|
+
minY: number;
|
|
3805
|
+
maxX: number;
|
|
3806
|
+
maxY: number;
|
|
3807
|
+
gridLevel: number;
|
|
3808
|
+
}
|
|
3809
|
+
|
|
3810
|
+
interface DateRangeType {
|
|
3811
|
+
min?: string;
|
|
3812
|
+
max?: string;
|
|
3813
|
+
}
|
|
3814
|
+
}
|
|
3815
|
+
|
|
2512
3816
|
declare namespace SIMULATION {
|
|
2513
3817
|
type EnvironmentType = "GIS" | "GIS_3D" | "CARTESIAN" | "NON_SPACE";
|
|
2514
3818
|
|