@hybridcore/ui 1.6.0 → 1.6.2
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/CATALOG.md +179 -0
- package/README.md +1 -2
- package/dist/AccordionSummary-CJppWeqF.js +781 -0
- package/dist/Add-CqcD1PWb.js +403 -0
- package/dist/Box-DqUMmZjL.js +31 -0
- package/dist/{Button-CvE2gnly.js → Button-C5yquWAB.js} +120 -133
- package/dist/ButtonBase-BEF7oTOe.js +887 -0
- package/dist/{Delete-CW0UZv1m.js → Delete-BdyYpINH.js} +9 -8
- package/dist/{DialogContent-B3nbEbuv.js → DialogContent-BvVjD9z3.js} +127 -124
- package/dist/FormGroup-CpBsIyYR.js +89 -0
- package/dist/{IconButton-CHwRQF-g.js → IconButton-BoGwbvrP.js} +41 -43
- package/dist/InputLabel-Dd8RrneV.js +341 -0
- package/dist/{MenuItem-xZx_w7zA.js → MenuItem-DwqJqzuM.js} +51 -53
- package/dist/Modal-MUZygjmQ.js +1158 -0
- package/dist/Paper-BkQLdsCI.js +582 -0
- package/dist/Select-DHUl_uG3.js +3916 -0
- package/dist/SwitchBase-DTndTqI8.js +235 -0
- package/dist/TextField-e2oKaUN1.js +669 -0
- package/dist/TransitionGroupContext-BDAp2T0O.js +96 -0
- package/dist/{Typography-CxbneZy_.js → Typography-DgsSLCFC.js} +53 -53
- package/dist/assertThisInitialized-C1dAyb4j.js +7 -0
- package/dist/assets/index4.css +1 -0
- package/dist/clsx-OuTLNxxd.js +16 -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/button/index.js +10 -0
- package/dist/components/button/logic.js +26 -0
- package/dist/components/button/styled.js +9 -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/chart-error.js +19 -0
- package/dist/components/charts/candlestick/index.js +3 -3
- package/dist/components/charts/candlestick/logic.js +123 -113
- package/dist/components/charts/chart-wrapper/index.js +5 -5
- package/dist/components/charts/column-line-mix/index.js +9 -8
- package/dist/components/charts/column-line-mix/logic.js +68 -71
- package/dist/components/charts/drill-down-treemap/index.js +8 -7
- package/dist/components/charts/drill-down-treemap/logic.js +138 -144
- package/dist/components/charts/drill-down-voronoi-treemap/index.js +9 -8
- package/dist/components/charts/drill-down-voronoi-treemap/logic.js +222 -228
- package/dist/components/charts/heatmap/index.js +9 -8
- package/dist/components/charts/heatmap/logic.js +167 -173
- package/dist/components/charts/highlighting-line-data/index.js +3 -3
- package/dist/components/charts/line/index.js +9 -8
- package/dist/components/charts/line/logic.js +74 -79
- package/dist/components/charts/logaritmic-scale/index.js +9 -8
- package/dist/components/charts/logaritmic-scale/logic.js +63 -69
- package/dist/components/charts/multiple-value-axes/index.js +9 -8
- package/dist/components/charts/multiple-value-axes/logic.js +101 -107
- package/dist/components/charts/nested-pie/index.js +9 -8
- package/dist/components/charts/nested-pie/logic.js +62 -68
- package/dist/components/charts/packed-circles/index.js +7 -6
- package/dist/components/charts/packed-circles/logic.js +50 -56
- package/dist/components/charts/pie-chart/index.js +9 -8
- package/dist/components/charts/pie-chart/logic.js +49 -54
- package/dist/components/charts/stacked-area-radar/index.js +8 -7
- package/dist/components/charts/stacked-area-radar/logic.js +113 -118
- package/dist/components/charts/stacked-column-chart/index.js +9 -8
- package/dist/components/charts/stacked-column-chart/logic.js +78 -84
- package/dist/components/charts/xy-chart/index.js +9 -8
- package/dist/components/charts/xy-chart/logic.js +56 -60
- package/dist/components/collapsible-card/index.js +11 -10
- package/dist/components/collapsible-card/styled.js +1 -1
- package/dist/components/color-picker/index.js +7120 -0
- package/dist/components/color-picker/logic.js +18 -0
- package/dist/components/color-picker/styled.js +7 -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 -457
- package/dist/components/context-menu/logic.js +14 -0
- package/dist/components/context-menu/styled.js +40 -0
- package/dist/components/data-grid/index.js +22 -0
- package/dist/components/data-grid/logic.js +15 -0
- package/dist/components/data-grid/styled.js +20 -0
- package/dist/components/data-map/components/controls/index.js +4 -6
- package/dist/components/data-map/index.js +11 -11
- package/dist/components/data-security-selectors/dissemination-list/index.js +192 -191
- package/dist/components/data-security-selectors/dissemination-list/styled.js +12 -12
- package/dist/components/data-security-selectors/security-level/index.js +39 -91
- package/dist/components/data-security-selectors/security-level/logic.js +28 -0
- package/dist/components/data-security-selectors/security-level/styled.js +53 -0
- package/dist/components/date-picker-with-custom-range/index.js +1 -1
- package/dist/components/date-range-picker/index.js +2748 -0
- package/dist/components/date-range-picker/styled.js +14 -0
- package/dist/components/date-time-picker/index.js +45 -46
- package/dist/components/divider/index.js +11 -11
- package/dist/components/document-viewer/components/action-buttons/index.js +15 -15
- package/dist/components/document-viewer/components/navigation/index.js +9 -9
- package/dist/components/document-viewer/components/viewer/index.js +31 -35
- package/dist/components/document-viewer/index.js +31 -39
- package/dist/components/document-viewer/logic.js +41 -34
- package/dist/components/document-viewer/styled.js +115 -27
- package/dist/components/duration-select/index.js +27 -0
- package/dist/components/duration-select/logic.js +21 -0
- package/dist/components/duration-select/styled.js +26 -0
- package/dist/components/editable-text/index.js +20 -0
- package/dist/components/editable-text/logic.js +18 -0
- package/dist/components/editable-text/styled.js +22 -0
- package/dist/components/geometry-picker/coordinate/index.js +29 -29
- package/dist/components/geometry-picker/edit/index.js +18 -18
- package/dist/components/geometry-picker/geometry/index.js +67 -67
- package/dist/components/geometry-picker/geometry/map-overlay.js +6 -6
- package/dist/components/geometry-picker/index.js +69 -85
- package/dist/components/geometry-picker/kml/index.js +16 -16
- package/dist/components/geometry-picker/logic.js +50 -57
- package/dist/components/geometry-picker/map/index.js +8 -8
- package/dist/components/geometry-picker/parser/coordinate-input/index.js +4 -4
- package/dist/components/geometry-picker/parser/index.js +46 -50
- package/dist/components/geometry-picker/parser/styled.js +22 -4
- package/dist/components/geometry-picker/styled.js +97 -37
- package/dist/components/geometry-picker/wkt/index.js +13 -13
- package/dist/components/heat-map/components/controls/index.js +4 -6
- package/dist/components/heat-map/components/legend/index.js +15 -17
- package/dist/components/heat-map/index.js +7 -7
- package/dist/components/instance-form/components/TopLabelWrapper.js +8 -48
- package/dist/components/instance-form/components/composite-list/index.js +5 -3
- package/dist/components/instance-form/components/composite-matrix/components/editable-table/index.js +83 -74
- package/dist/components/instance-form/components/composite-matrix/components/editor/index.js +45 -66
- package/dist/components/instance-form/components/composite-matrix/components/form/index.js +60 -75
- package/dist/components/instance-form/components/composite-matrix/components/json-editor/index.js +2425 -2422
- package/dist/components/instance-form/components/composite-matrix/components/table/index.js +33 -52
- package/dist/components/instance-form/components/composite-matrix/index.js +30 -36
- package/dist/components/instance-form/components/policy-list/index.js +47 -81
- package/dist/components/instance-form/components/variable/index.js +6 -11
- package/dist/components/instance-form/components/variables/index.js +48 -55
- package/dist/components/instance-form/helpers.js +9 -0
- package/dist/components/instance-form/index.js +402 -518
- package/dist/components/instance-form/logic.js +115 -0
- package/dist/components/instance-form/styled.js +487 -0
- 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 +11 -11
- 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/index.js +28 -6
- package/dist/components/map/styled.js +1 -1
- package/dist/components/notification/index.js +67 -0
- package/dist/components/notification/logic.js +30 -0
- package/dist/components/notification/store.js +23 -0
- package/dist/components/notification/styled.js +52 -0
- package/dist/components/object-profile-card/components/avatar/index.js +9 -10
- package/dist/components/object-profile-card/index.js +19 -20
- package/dist/components/paginated-list/index.js +2 -3
- 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/placeholder/index.js +10 -0
- package/dist/components/placeholder/logic.js +12 -0
- package/dist/components/placeholder/styled.js +32 -0
- package/dist/components/positional-tooltip/index.js +24 -0
- package/dist/components/positional-tooltip/styled.js +17 -0
- package/dist/components/property-mapping/index.js +204 -423
- package/dist/components/property-mapping/logic.js +156 -0
- package/dist/components/property-mapping/styled.js +199 -0
- package/dist/components/prr-map/components/controls/index.js +4 -6
- package/dist/components/prr-map/components/legend/index.js +26 -28
- package/dist/components/prr-map/index.js +5 -5
- package/dist/components/range-selector/components/composite-list-range/index.js +42 -50
- package/dist/components/range-selector/components/date-range/index.js +87 -4221
- 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 +4294 -0
- package/dist/components/raster-grid-map/components/controls/index.js +4 -6
- package/dist/components/raster-grid-map/components/legend/index.js +4 -6
- package/dist/components/raster-grid-map/index.js +5 -5
- package/dist/components/scroll-drag/index.js +22 -0
- package/dist/components/scroll-drag/logic.js +39 -0
- package/dist/components/scroll-drag/styled.js +17 -0
- package/dist/components/search-input/logic.js +35 -33
- package/dist/components/simple-pivot-table/index.js +12 -12
- package/dist/components/sortable-list/index.js +599 -0
- package/dist/components/sortable-list/logic.js +18 -0
- package/dist/components/sortable-list/styled.js +38 -0
- package/dist/components/static-text/index.js +6 -6
- package/dist/components/stats-box/index.js +12 -0
- package/dist/components/stats-box/styled.js +36 -0
- 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 +27 -26
- 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 +758 -14
- package/dist/components/template-form/components/recognition-property-list/index.js +11 -11
- 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 +24 -23
- package/dist/components/template-form/components/select-icon/index.js +24 -24
- package/dist/components/template-form/helpers.js +17 -0
- package/dist/components/template-form/index.js +270 -309
- package/dist/components/template-form/logic.js +69 -0
- package/dist/components/template-form/styled.js +84 -0
- 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/text-overflow/index.js +6 -0
- package/dist/components/text-overflow/styled.js +13 -0
- package/dist/components/timeline/index.js +12 -12
- package/dist/components/toggle-view-button/index.js +35 -0
- package/dist/components/toggle-view-button/logic.js +22 -0
- package/dist/components/toggle-view-button/styled.js +11 -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/components/visually-hidden-input/index.js +4 -0
- package/dist/components/visually-hidden-input/styled.js +18 -0
- package/dist/createChainedFunction-C0nujS3O.js +9 -0
- package/dist/{createSvgIcon-DrtgaibK.js → createSvgIcon-Ch_cT8az.js} +69 -68
- package/dist/createSvgIcon-DuDuASu1.js +62 -0
- package/dist/{dialog-DcwXug9J.js → dialog-BYRnCztH.js} +18 -18
- package/dist/formControlState-vgaj2ksH.js +10 -0
- package/dist/generateUtilityClasses-C3ivN9Ie.js +2973 -0
- package/dist/{helpers-B4UL9NMD.js → helpers-D4uXfBfO.js} +2 -2
- package/dist/index-BtlzPygz.js +470 -0
- package/dist/index-DH6qsPBn.js +153 -0
- package/dist/{index-syTc6m_V.js → index-e9xTIYWt.js} +87 -87
- package/dist/main.d.ts +1722 -562
- package/dist/main.js +161 -128
- package/dist/ownerWindow-wg6foiOE.js +10 -0
- package/dist/setPrototypeOf-NPgp4cYc.js +8 -0
- package/dist/styled-Db1RdcPA.js +323 -0
- package/dist/unsupportedProp-DuqR2hj9.js +36 -0
- package/dist/useId-BW-oWmul.js +19 -0
- package/dist/useMobilePicker-CY8ndYRL.js +8279 -0
- package/dist/useSlot-B_Q4vnX5.js +42 -0
- package/package.json +15 -7
- package/dist/AccordionSummary-DgAwVTk8.js +0 -742
- package/dist/Add-DJLrrVHm.js +0 -382
- package/dist/Box-p6OtTUEo.js +0 -30
- package/dist/ButtonBase-2bPw77UP.js +0 -961
- package/dist/CardContent-CSHh-ZlM.js +0 -74
- package/dist/Checkbox-CWRMFTBp.js +0 -421
- package/dist/FormControl-BLbrq4C7.js +0 -1636
- package/dist/FormControlLabel-C8SPv14J.js +0 -195
- package/dist/InputAdornment-DLxWUE6H.js +0 -157
- package/dist/List-tqElle9C.js +0 -121
- package/dist/ListItem-CfjsIg4B.js +0 -430
- package/dist/Modal-DhPpOoGB.js +0 -1299
- package/dist/Paper-2B03OBmZ.js +0 -169
- package/dist/Select-BgYwkZgI.js +0 -2613
- package/dist/TextField-1yCesIbH.js +0 -457
- package/dist/assertThisInitialized-BUtkG-md.js +0 -13
- package/dist/capitalize-ciszXJ7R.js +0 -9
- package/dist/components/instance-form/components/composite-list/styled.js +0 -73
- package/dist/components/instance-form/components/composite-matrix/components/editor/styled.js +0 -1
- package/dist/components/instance-form/components/composite-matrix/styled.js +0 -69
- package/dist/components/key-protection/index.js +0 -4
- package/dist/components/key-protection/menu.js +0 -85
- package/dist/components/key-protection/utils.js +0 -10
- package/dist/components/treeview-filter/item/styled.js +0 -39
- package/dist/createSvgIcon-BjpIhJ30.js +0 -71
- package/dist/createTheme-DYxDnE9u.js +0 -612
- package/dist/index-BMS1Otro.js +0 -183
- package/dist/index-CcdvNlgr.js +0 -503
- package/dist/index-kCJ_Zvl8.js +0 -34
- package/dist/isHostComponent-kiaBvYVo.js +0 -6
- package/dist/isMuiElement-CxT3_ACP.js +0 -13
- package/dist/listItemTextClasses-C3lndiXO.js +0 -16
- package/dist/property-list-form-zZQfpR0X.js +0 -386
- package/dist/styled-eZwjUruw.js +0 -12
- package/dist/unsupportedProp-BND8AB6O.js +0 -25
- package/dist/useId-B4-oF9Mq.js +0 -34
- package/dist/useMobilePicker-BLg3Blg8.js +0 -7589
- package/dist/useThemeProps-BzzHcQyd.js +0 -58
- package/dist/utils-BDNynJcd.js +0 -365
- package/dist/utils-Bq0ye5vf.js +0 -115
package/dist/main.d.ts
CHANGED
|
@@ -1,13 +1,17 @@
|
|
|
1
1
|
import { AdapterDayjs } from '@mui/x-date-pickers/AdapterDayjs';
|
|
2
2
|
import { BoxOwnProps } from '@mui/system';
|
|
3
3
|
import { BoxProps } from '@mui/material';
|
|
4
|
+
import { ButtonProps as ButtonProps_2 } from '@mui/material/Button';
|
|
5
|
+
import { ClassAttributes } from 'react';
|
|
4
6
|
import { Collection } from 'ol';
|
|
5
7
|
import { CommonProps } from '@mui/material/OverridableComponent';
|
|
6
|
-
import { ComponentsOverrides } from '@mui/material';
|
|
7
|
-
import { ComponentsOverrides as ComponentsOverrides_2 } from '@mui/material
|
|
8
|
+
import { ComponentsOverrides } from '@mui/material/styles';
|
|
9
|
+
import { ComponentsOverrides as ComponentsOverrides_2 } from '@mui/material';
|
|
8
10
|
import { Coordinate } from 'ol/coordinate';
|
|
9
11
|
import { CoordinateFormat } from 'ol/coordinate';
|
|
10
12
|
import { createTheme } from '@mui/material';
|
|
13
|
+
import { DataGridProps as DataGridProps_2 } from '@mui/x-data-grid';
|
|
14
|
+
import { DateRangePickerProps as DateRangePickerProps_2 } from '@wojtekmaj/react-daterange-picker';
|
|
11
15
|
import { Dayjs } from 'dayjs';
|
|
12
16
|
import { default as default_2 } from 'react';
|
|
13
17
|
import { default as default_3 } from 'ol/layer/Layer';
|
|
@@ -19,38 +23,55 @@ import { DefaultValues } from 'react-hook-form';
|
|
|
19
23
|
import { DetailedHTMLProps } from 'react';
|
|
20
24
|
import { DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES } from 'react';
|
|
21
25
|
import { Extent } from 'ol/extent';
|
|
22
|
-
import { FC } from 'react';
|
|
23
26
|
import { Feature } from 'ol';
|
|
27
|
+
import { FieldPath } from 'react-hook-form';
|
|
28
|
+
import { FieldPathValue } from 'react-hook-form';
|
|
29
|
+
import { FieldValues } from 'react-hook-form';
|
|
24
30
|
import { Geometry } from 'ol/geom';
|
|
31
|
+
import { GridColDef } from '@mui/x-data-grid';
|
|
25
32
|
import { GridRenderCellParams } from '@mui/x-data-grid';
|
|
26
33
|
import { GridRowParams } from '@mui/x-data-grid';
|
|
34
|
+
import { GridValidRowModel } from '@mui/x-data-grid';
|
|
27
35
|
import { HTMLAttributes } from 'react';
|
|
28
36
|
import { IconButtonClasses } from '@mui/material';
|
|
29
37
|
import { IconButtonProps as IconButtonProps_2 } from '@mui/material/IconButton';
|
|
38
|
+
import { InputHTMLAttributes } from 'react';
|
|
30
39
|
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
31
40
|
import { LocalizationProvider } from '@mui/x-date-pickers';
|
|
41
|
+
import { MouseEvent as MouseEvent_2 } from 'react';
|
|
32
42
|
import { MUIStyledCommonProps } from '@mui/system';
|
|
33
|
-
import {
|
|
34
|
-
import { PaperClasses } from '@mui/material';
|
|
35
|
-
import { PaperPropsVariantOverrides } from '@mui/material';
|
|
43
|
+
import { PaperOwnProps } from '@mui/material';
|
|
36
44
|
import { Pixel } from 'ol/pixel';
|
|
37
|
-
import * as React_2 from 'react';
|
|
38
45
|
import { ReactNode } from 'react';
|
|
39
46
|
import { RefObject } from 'react';
|
|
40
47
|
import { Size } from 'ol/size';
|
|
48
|
+
import { SnackbarOrigin } from '@mui/material';
|
|
41
49
|
import { StyledComponent } from '@emotion/styled';
|
|
42
50
|
import { SxProps } from '@mui/material';
|
|
43
|
-
import { SxProps as SxProps_2 } from '@mui/material/styles';
|
|
44
|
-
import { SxProps as SxProps_3 } from '@mui/system';
|
|
45
51
|
import { TabsProps as TabsProps_2 } from '@mui/material';
|
|
46
52
|
import { Theme } from '@mui/material';
|
|
47
|
-
import { Theme as Theme_2 } from '@mui/material/styles';
|
|
48
53
|
import { ThemeOptions } from '@mui/material';
|
|
49
54
|
import { ThemeProvider } from '@mui/material';
|
|
50
55
|
|
|
51
|
-
export declare
|
|
56
|
+
export declare const Access: <T extends string>(props: AccessProps<T>) => JSX_2.Element | null;
|
|
52
57
|
|
|
53
|
-
declare type
|
|
58
|
+
export declare type AccessComponentOverride<Theme = unknown> = {
|
|
59
|
+
defaultProps?: AccessProps;
|
|
60
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCAccess"];
|
|
61
|
+
};
|
|
62
|
+
|
|
63
|
+
export declare type AccessFeatureType = AUTH.ModuleType;
|
|
64
|
+
|
|
65
|
+
export declare interface AccessProps<T extends string = string> {
|
|
66
|
+
appRoles: AUTH.PermissionType;
|
|
67
|
+
loading?: boolean;
|
|
68
|
+
pagePath?: string;
|
|
69
|
+
feature?: AccessFeatureType | T;
|
|
70
|
+
fallback?: default_2.ReactNode;
|
|
71
|
+
children?: default_2.ReactNode;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
export declare type AccessType = "READ" | "ALL" | "SUPER_ADMIN";
|
|
54
75
|
|
|
55
76
|
export declare namespace AccessUtils {
|
|
56
77
|
export {
|
|
@@ -70,31 +91,38 @@ declare interface Aggregation {
|
|
|
70
91
|
declare function alert_2(title: string, message: string): Promise<unknown>;
|
|
71
92
|
export { alert_2 as alert }
|
|
72
93
|
|
|
73
|
-
declare
|
|
94
|
+
declare type AnyDTO = ONTOLOGY.CreateObjectDTO | ONTOLOGY.CreateEventDTO | ONTOLOGY.CreateFileDTO | ONTOLOGY.CreateAgentDTO | ONTOLOGY.UpdateObjectDTO | ONTOLOGY.UpdateEventDTO | ONTOLOGY.UpdateFileDTO | ONTOLOGY.UpdateAgentDTO | ONTOLOGY.CreateSystemDTO | ONTOLOGY.UpdateSystemDTO;
|
|
74
95
|
|
|
75
|
-
declare
|
|
76
|
-
title: string;
|
|
77
|
-
subTitle: string;
|
|
78
|
-
image: string;
|
|
79
|
-
}
|
|
96
|
+
declare type AnyTemplate = ONTOLOGY.Object | ONTOLOGY.Event | ONTOLOGY.Agent | ONTOLOGY.File | ONTOLOGY.System;
|
|
80
97
|
|
|
81
98
|
export declare interface BaseInterval {
|
|
82
99
|
timeUnit: TimeUnit;
|
|
83
100
|
count: number;
|
|
84
101
|
}
|
|
85
102
|
|
|
86
|
-
declare
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
103
|
+
export declare const Button: (props: ButtonProps) => JSX_2.Element;
|
|
104
|
+
|
|
105
|
+
export declare type ButtonComponentOverride<Theme = unknown> = {
|
|
106
|
+
defaultProps?: Partial<ButtonProps>;
|
|
107
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCButton"];
|
|
108
|
+
};
|
|
109
|
+
|
|
110
|
+
export declare interface ButtonNavigateOptions {
|
|
111
|
+
state?: unknown;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
export declare interface ButtonProps extends ButtonProps_2 {
|
|
115
|
+
to?: string;
|
|
116
|
+
state?: unknown;
|
|
117
|
+
onNavigate?(to: string, opts: ButtonNavigateOptions): void;
|
|
118
|
+
onNavigateBack?(): void;
|
|
91
119
|
}
|
|
92
120
|
|
|
93
|
-
export declare
|
|
121
|
+
export declare const CandlestickChart: (inProps: CandlestickChartProps) => JSX_2.Element;
|
|
94
122
|
|
|
95
123
|
export declare type CandlestickChartComponentOverride<Theme = unknown> = {
|
|
96
124
|
defaultProps?: Partial<CandlestickChartProps>;
|
|
97
|
-
styleOverrides?:
|
|
125
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCCandlestickChart"];
|
|
98
126
|
};
|
|
99
127
|
|
|
100
128
|
export declare interface CandlestickChartProps {
|
|
@@ -132,11 +160,16 @@ export declare interface CandlestickData {
|
|
|
132
160
|
volume?: number; // optional volume
|
|
133
161
|
}
|
|
134
162
|
|
|
135
|
-
export declare const Card:
|
|
163
|
+
export declare const Card: (props: CardProps) => JSX_2.Element;
|
|
164
|
+
|
|
165
|
+
export declare const CardAlternate: (props: CardAlternateProps) => JSX_2.Element;
|
|
136
166
|
|
|
137
|
-
export declare
|
|
167
|
+
export declare type CardAlternateComponentOverride<Theme = unknown> = {
|
|
168
|
+
defaultProps?: CardAlternateProps;
|
|
169
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCCardAlternate"];
|
|
170
|
+
};
|
|
138
171
|
|
|
139
|
-
declare interface CardAlternateProps {
|
|
172
|
+
export declare interface CardAlternateProps {
|
|
140
173
|
title: string;
|
|
141
174
|
subTitle?: string;
|
|
142
175
|
text: string | default_2.ReactNode;
|
|
@@ -146,18 +179,32 @@ declare interface CardAlternateProps {
|
|
|
146
179
|
rightMenu?: default_2.ReactNode;
|
|
147
180
|
extra?: default_2.ReactNode;
|
|
148
181
|
loading?: boolean;
|
|
182
|
+
sx?: SxProps<Theme>;
|
|
149
183
|
onClick?(): void;
|
|
150
184
|
}
|
|
151
185
|
|
|
152
|
-
declare interface
|
|
186
|
+
export declare interface CardAvatar {
|
|
187
|
+
title: string;
|
|
188
|
+
subTitle: string;
|
|
189
|
+
image: string;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
export declare type CardComponentOverride<Theme = unknown> = {
|
|
193
|
+
defaultProps?: CardProps;
|
|
194
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCCard"];
|
|
195
|
+
};
|
|
196
|
+
|
|
197
|
+
export declare type CardOrientation = "portrait" | "landscape";
|
|
198
|
+
|
|
199
|
+
export declare interface CardProps {
|
|
153
200
|
title: string;
|
|
154
201
|
text: string;
|
|
155
202
|
image: string;
|
|
156
|
-
avatar:
|
|
203
|
+
avatar: CardAvatar;
|
|
157
204
|
actions: default_2.ReactNode;
|
|
158
205
|
onClick?(): void;
|
|
159
206
|
menu?: default_2.ReactNode;
|
|
160
|
-
orientation?:
|
|
207
|
+
orientation?: CardOrientation;
|
|
161
208
|
extraActions?: default_2.ReactNode;
|
|
162
209
|
/**
|
|
163
210
|
* Only available on landscape
|
|
@@ -168,6 +215,7 @@ declare interface CardProps {
|
|
|
168
215
|
*/
|
|
169
216
|
stats?: default_2.ReactNode;
|
|
170
217
|
loading?: boolean;
|
|
218
|
+
sx?: SxProps<Theme>;
|
|
171
219
|
}
|
|
172
220
|
|
|
173
221
|
export declare interface ChartDimension {
|
|
@@ -216,11 +264,11 @@ export declare interface ChartValue {
|
|
|
216
264
|
dataFieldName: string;
|
|
217
265
|
}
|
|
218
266
|
|
|
219
|
-
export declare
|
|
267
|
+
export declare const ChartWrapper: (inProps: ChartWrapperProps) => JSX_2.Element;
|
|
220
268
|
|
|
221
269
|
export declare type ChartWrapperComponentOverride<Theme = unknown> = {
|
|
222
270
|
defaultProps?: Partial<ChartWrapperProps>;
|
|
223
|
-
styleOverrides?:
|
|
271
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCChartWrapper"];
|
|
224
272
|
};
|
|
225
273
|
|
|
226
274
|
export declare interface ChartWrapperProps extends ChartProps {
|
|
@@ -235,7 +283,7 @@ export declare const CollapsibleCard: (props: CollapsibleCardProps) => JSX_2.Ele
|
|
|
235
283
|
|
|
236
284
|
export declare type CollapsibleCardComponentOverride<Theme = unknown> = {
|
|
237
285
|
defaultProps?: CollapsibleCardProps;
|
|
238
|
-
styleOverrides?:
|
|
286
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCCollapsibleCard"];
|
|
239
287
|
};
|
|
240
288
|
|
|
241
289
|
export declare interface CollapsibleCardProps {
|
|
@@ -248,16 +296,39 @@ export declare interface CollapsibleCardProps {
|
|
|
248
296
|
onChange?(event: React.SyntheticEvent, newExpanded: boolean): void;
|
|
249
297
|
}
|
|
250
298
|
|
|
251
|
-
export declare
|
|
299
|
+
export declare const ColorPicker: (props: ColorPickerProps) => JSX_2.Element;
|
|
300
|
+
|
|
301
|
+
export declare type ColorPickerComponentOverride<Theme = unknown> = {
|
|
302
|
+
defaultProps?: Partial<ColorPickerProps>;
|
|
303
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCColorPicker"];
|
|
304
|
+
};
|
|
305
|
+
|
|
306
|
+
export declare interface ColorPickerProps {
|
|
307
|
+
value: string;
|
|
308
|
+
swatches?: string[];
|
|
309
|
+
sx?: SxProps<Theme>;
|
|
310
|
+
onChange(value: string): void;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
export declare const ColumnLineMix: (inProps: ColumnLineMixProps) => JSX_2.Element;
|
|
252
314
|
|
|
253
315
|
export declare type ColumnLineMixComponentOverride<Theme = unknown> = {
|
|
254
316
|
defaultProps?: Partial<ColumnLineMixProps>;
|
|
255
|
-
styleOverrides?:
|
|
317
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCColumnLineMix"];
|
|
256
318
|
};
|
|
257
319
|
|
|
258
320
|
export declare type ColumnLineMixProps = ChartProps;
|
|
259
321
|
|
|
260
|
-
export declare
|
|
322
|
+
export declare interface CompositeListRangeProps {
|
|
323
|
+
value: SIMULATION.RandomInfoComposite;
|
|
324
|
+
mapboxAccessToken: string;
|
|
325
|
+
innerType?: string;
|
|
326
|
+
minDate?: string;
|
|
327
|
+
maxDate?: string;
|
|
328
|
+
onChange(value: SIMULATION.RandomInfoComposite): void;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
export declare const ConditionalWrapper: ({ condition, wrapper, children, }: ConditionalWrapperProps) => JSX_2.Element;
|
|
261
332
|
|
|
262
333
|
declare interface ConditionalWrapperProps {
|
|
263
334
|
/**
|
|
@@ -277,56 +348,79 @@ declare interface ConditionalWrapperProps {
|
|
|
277
348
|
declare function confirm_2(title: string, description: string, options?: OptionsType): Promise<unknown>;
|
|
278
349
|
export { confirm_2 as confirm }
|
|
279
350
|
|
|
280
|
-
export declare const Container:
|
|
351
|
+
export declare const Container: (props: ContainerProps) => JSX_2.Element;
|
|
281
352
|
|
|
282
|
-
declare
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
353
|
+
export declare type ContainerComponentOverride<Theme = unknown> = {
|
|
354
|
+
defaultProps?: ContainerProps;
|
|
355
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCContainer"];
|
|
356
|
+
};
|
|
357
|
+
|
|
358
|
+
export declare interface ContainerProps {
|
|
286
359
|
title?: default_2.ReactNode;
|
|
287
|
-
/**
|
|
288
|
-
*
|
|
289
|
-
*/
|
|
290
360
|
subheader?: string;
|
|
291
|
-
/**
|
|
292
|
-
*
|
|
293
|
-
*/
|
|
294
361
|
action?: default_2.ReactNode;
|
|
295
|
-
/**
|
|
296
|
-
*
|
|
297
|
-
*/
|
|
298
362
|
disableHeader?: boolean;
|
|
299
|
-
/**
|
|
300
|
-
*
|
|
301
|
-
*/
|
|
302
|
-
sx?: SxProps_2<Theme_2>;
|
|
303
|
-
/**
|
|
304
|
-
*
|
|
305
|
-
*/
|
|
306
|
-
headerSx?: SxProps_2<Theme_2>;
|
|
307
|
-
/**
|
|
308
|
-
*
|
|
309
|
-
*/
|
|
310
|
-
contentSx?: SxProps_2<Theme_2>;
|
|
311
|
-
/**
|
|
312
|
-
*
|
|
313
|
-
*/
|
|
314
363
|
elevation?: number;
|
|
315
|
-
/**
|
|
316
|
-
*
|
|
317
|
-
*/
|
|
318
364
|
children?: default_2.ReactNode;
|
|
365
|
+
sx?: SxProps<Theme>;
|
|
366
|
+
headerSx?: SxProps<Theme>;
|
|
367
|
+
contentSx?: SxProps<Theme>;
|
|
319
368
|
}
|
|
320
369
|
|
|
321
|
-
export declare const ContextMenu:
|
|
370
|
+
export declare const ContextMenu: (props: ContextMenuProps) => JSX_2.Element | null;
|
|
371
|
+
|
|
372
|
+
export declare interface ContextMenuButton {
|
|
373
|
+
label: string;
|
|
374
|
+
startIcon?: default_2.ReactNode;
|
|
375
|
+
endIcon?: default_2.ReactNode;
|
|
376
|
+
onClick?(event?: default_2.MouseEvent<HTMLElement>): void;
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
export declare type ContextMenuComponentOverride<Theme = unknown> = {
|
|
380
|
+
defaultProps?: ContextMenuProps;
|
|
381
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCContextMenu"];
|
|
382
|
+
};
|
|
383
|
+
|
|
384
|
+
export declare interface ContextMenuPosition {
|
|
385
|
+
top: number;
|
|
386
|
+
left: number;
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
export declare interface ContextMenuProps {
|
|
390
|
+
open: boolean;
|
|
391
|
+
buttons: ContextMenuButton[];
|
|
392
|
+
position?: ContextMenuPosition;
|
|
393
|
+
width?: number | string;
|
|
394
|
+
sx?: SxProps<Theme>;
|
|
395
|
+
onClose?(): void;
|
|
396
|
+
}
|
|
322
397
|
|
|
323
398
|
export { createTheme }
|
|
324
399
|
|
|
325
|
-
export declare
|
|
400
|
+
export declare const DataGrid: <R extends GridValidRowModel = GridValidRowModel>(inProps: DataGridProps<R>) => JSX_2.Element;
|
|
401
|
+
|
|
402
|
+
export declare type DataGridComponentOverride<Theme = unknown> = {
|
|
403
|
+
defaultProps?: Partial<DataGridProps>;
|
|
404
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCDataGrid"];
|
|
405
|
+
};
|
|
406
|
+
|
|
407
|
+
export declare interface DataGridProps<R extends GridValidRowModel = GridValidRowModel>
|
|
408
|
+
extends Omit<DataGridProps_2, "rows" | "columns"> {
|
|
409
|
+
rows: R[];
|
|
410
|
+
columns: GridColDef<R>[];
|
|
411
|
+
density?: "compact" | "standard" | "comfortable";
|
|
412
|
+
hideFooter?: boolean;
|
|
413
|
+
autoHeight?: boolean;
|
|
414
|
+
loading?: boolean;
|
|
415
|
+
onRowClick?(params: GridRowParams<R>): void;
|
|
416
|
+
sx?: SxProps<Theme>;
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
export declare const DataMap: (inProps: DataMapProps) => JSX_2.Element;
|
|
326
420
|
|
|
327
421
|
export declare type DataMapComponentOverride<Theme = unknown> = {
|
|
328
422
|
defaultProps?: Partial<DataMapProps>;
|
|
329
|
-
styleOverrides?:
|
|
423
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCDataMap"];
|
|
330
424
|
};
|
|
331
425
|
|
|
332
426
|
export declare interface DataMapProps {
|
|
@@ -342,21 +436,15 @@ export declare interface DataMapProps {
|
|
|
342
436
|
sx?: SxProps<Theme>;
|
|
343
437
|
}
|
|
344
438
|
|
|
345
|
-
declare interface DataType extends ItemProps {
|
|
346
|
-
idKey?: string;
|
|
347
|
-
children?: DataType[];
|
|
348
|
-
defaultSelected?: string[];
|
|
349
|
-
}
|
|
350
|
-
|
|
351
439
|
export declare type DateFilterValue =
|
|
352
440
|
| { type: "relative"; value: RelativeDatePreset }
|
|
353
441
|
| { type: "custom"; value: { min?: string; max?: string } };
|
|
354
442
|
|
|
355
|
-
export declare
|
|
443
|
+
export declare const DatePickerWithCustomRange: (inProps: DatePickerWithCustomRangeProps) => JSX_2.Element;
|
|
356
444
|
|
|
357
445
|
export declare type DatePickerWithCustomRangeComponentOverride<Theme = unknown> = {
|
|
358
446
|
defaultProps?: Partial<DatePickerWithCustomRangeProps>;
|
|
359
|
-
styleOverrides?:
|
|
447
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCDatePickerWithCustomRange"];
|
|
360
448
|
};
|
|
361
449
|
|
|
362
450
|
export declare interface DatePickerWithCustomRangeProps {
|
|
@@ -371,11 +459,30 @@ export declare interface DatePickerWithCustomRangeProps {
|
|
|
371
459
|
sx?: SxProps<Theme>;
|
|
372
460
|
}
|
|
373
461
|
|
|
374
|
-
export declare const
|
|
462
|
+
export declare const DateRangePicker: ({ label, sx, ...rest }: DateRangePickerProps) => JSX_2.Element;
|
|
463
|
+
|
|
464
|
+
export declare type DateRangePickerComponentOverride<Theme = unknown> = {
|
|
465
|
+
defaultProps?: Partial<DateRangePickerProps>;
|
|
466
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCDateRangePicker"];
|
|
467
|
+
};
|
|
468
|
+
|
|
469
|
+
export declare interface DateRangePickerProps extends DateRangePickerProps_2 {
|
|
470
|
+
label?: string;
|
|
471
|
+
sx?: SxProps<Theme>;
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
export declare interface DateRangeProps {
|
|
475
|
+
value: SIMULATION.RandomInfoDate;
|
|
476
|
+
minDate: string;
|
|
477
|
+
maxDate: string;
|
|
478
|
+
onChange(value: SIMULATION.RandomInfoDate): void;
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
export declare const DateTimePicker: (inProps: DateTimePickerProps) => JSX_2.Element;
|
|
375
482
|
|
|
376
483
|
export declare type DateTimePickerComponentOverride<Theme = unknown> = {
|
|
377
484
|
defaultProps?: Partial<DateTimePickerProps>;
|
|
378
|
-
styleOverrides?:
|
|
485
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCDateTimePicker"];
|
|
379
486
|
};
|
|
380
487
|
|
|
381
488
|
export declare type DateTimePickerLabelPosition = "default" | "top";
|
|
@@ -398,18 +505,6 @@ export declare type DateTimePickerSize = "small" | "medium";
|
|
|
398
505
|
|
|
399
506
|
export declare type DateTimePickerVariant = "standard" | "outlined" | "filled";
|
|
400
507
|
|
|
401
|
-
declare function decrypt(encryptionKey: any, base64data: string): Promise<{
|
|
402
|
-
status: string;
|
|
403
|
-
data: string;
|
|
404
|
-
message?: undefined;
|
|
405
|
-
} | {
|
|
406
|
-
status: string;
|
|
407
|
-
message: string;
|
|
408
|
-
data?: undefined;
|
|
409
|
-
}>;
|
|
410
|
-
|
|
411
|
-
declare const _default: default_2.MemoExoticComponent<(props: MAP.Props & default_2.RefAttributes<MAP.Handle>) => default_2.ReactNode | null>;
|
|
412
|
-
|
|
413
508
|
/**
|
|
414
509
|
* Default English labels for the relative preset chips. Consumers can override
|
|
415
510
|
* any subset via the `presetLabels` prop.
|
|
@@ -422,11 +517,11 @@ export declare const DEFAULT_RELATIVE_PRESET_LABELS: Record<RelativeDatePreset,
|
|
|
422
517
|
*/
|
|
423
518
|
export declare const DEFAULT_VIRIDIS_COOL: readonly string[];
|
|
424
519
|
|
|
425
|
-
export declare const DisseminationList: (
|
|
520
|
+
export declare const DisseminationList: (inProps: DisseminationListProps) => JSX_2.Element;
|
|
426
521
|
|
|
427
522
|
export declare type DisseminationListComponentOverride<Theme = unknown> = {
|
|
428
523
|
defaultProps?: Partial<DisseminationListProps>;
|
|
429
|
-
styleOverrides?:
|
|
524
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCDisseminationList"];
|
|
430
525
|
};
|
|
431
526
|
|
|
432
527
|
export declare type DisseminationListLabelPosition = "default" | "left" | "top";
|
|
@@ -443,11 +538,11 @@ export declare interface DisseminationListProps {
|
|
|
443
538
|
|
|
444
539
|
export declare type DisseminationListVariant = "standard" | "outlined" | "filled";
|
|
445
540
|
|
|
446
|
-
export declare
|
|
541
|
+
export declare const Divider: (inProps: DividerProps) => JSX_2.Element;
|
|
447
542
|
|
|
448
543
|
export declare type DividerComponentOverride<Theme = unknown> = {
|
|
449
544
|
defaultProps?: Partial<DividerProps>;
|
|
450
|
-
styleOverrides?:
|
|
545
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCDivider"];
|
|
451
546
|
};
|
|
452
547
|
|
|
453
548
|
export declare interface DividerProps {
|
|
@@ -455,9 +550,14 @@ export declare interface DividerProps {
|
|
|
455
550
|
sx?: SxProps<Theme>;
|
|
456
551
|
}
|
|
457
552
|
|
|
458
|
-
export declare const DocumentViewer:
|
|
553
|
+
export declare const DocumentViewer: (props: DocumentViewerProps) => JSX_2.Element;
|
|
554
|
+
|
|
555
|
+
export declare type DocumentViewerComponentOverride<Theme = unknown> = {
|
|
556
|
+
defaultProps?: Partial<DocumentViewerProps>;
|
|
557
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCDocumentViewer"];
|
|
558
|
+
};
|
|
459
559
|
|
|
460
|
-
declare interface DocumentViewerProps {
|
|
560
|
+
export declare interface DocumentViewerProps {
|
|
461
561
|
data?: string; // Base64
|
|
462
562
|
customContent?: default_2.ReactNode;
|
|
463
563
|
logo: default_2.ReactNode;
|
|
@@ -465,54 +565,48 @@ declare interface DocumentViewerProps {
|
|
|
465
565
|
rightPanel?: default_2.ReactNode;
|
|
466
566
|
rightPanelWidth?: number;
|
|
467
567
|
onBookmark(): void;
|
|
568
|
+
sx?: SxProps<Theme>;
|
|
468
569
|
}
|
|
469
570
|
|
|
470
|
-
export declare
|
|
571
|
+
export declare const DrillDownTreemap: (inProps: DrillDownTreemapProps) => JSX_2.Element;
|
|
471
572
|
|
|
472
573
|
export declare type DrillDownTreemapComponentOverride<Theme = unknown> = {
|
|
473
574
|
defaultProps?: Partial<DrillDownTreemapProps>;
|
|
474
|
-
styleOverrides?:
|
|
575
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCDrillDownTreemap"];
|
|
475
576
|
};
|
|
476
577
|
|
|
477
578
|
export declare type DrillDownTreemapProps = ChartProps;
|
|
478
579
|
|
|
479
|
-
export declare
|
|
580
|
+
export declare const DrillDownVoronoiTreemap: (inProps: DrillDownVoronoiTreemapProps) => JSX_2.Element;
|
|
480
581
|
|
|
481
582
|
export declare type DrillDownVoronoiTreemapComponentOverride<Theme = unknown> = {
|
|
482
583
|
defaultProps?: Partial<DrillDownVoronoiTreemapProps>;
|
|
483
|
-
styleOverrides?:
|
|
584
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCDrillDownVoronoiTreemap"];
|
|
484
585
|
};
|
|
485
586
|
|
|
486
587
|
export declare type DrillDownVoronoiTreemapProps = ChartProps;
|
|
487
588
|
|
|
488
|
-
declare
|
|
489
|
-
status: string;
|
|
490
|
-
data: string;
|
|
491
|
-
message?: undefined;
|
|
492
|
-
} | {
|
|
493
|
-
status: string;
|
|
494
|
-
message: string;
|
|
495
|
-
data?: undefined;
|
|
496
|
-
}>;
|
|
589
|
+
export declare const DurationSelect: (props: DurationSelectProps) => JSX_2.Element;
|
|
497
590
|
|
|
498
|
-
declare
|
|
591
|
+
export declare type DurationSelectComponentOverride<Theme = unknown> = {
|
|
592
|
+
defaultProps?: Partial<DurationSelectProps>;
|
|
593
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCDurationSelect"];
|
|
594
|
+
};
|
|
499
595
|
|
|
500
|
-
declare
|
|
596
|
+
export declare interface DurationSelectOption {
|
|
597
|
+
value: string;
|
|
598
|
+
label: string;
|
|
599
|
+
}
|
|
501
600
|
|
|
502
|
-
declare interface
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
minDate?: Dayjs;
|
|
508
|
-
helperText?: React.ReactNode;
|
|
509
|
-
placeholder?: string;
|
|
510
|
-
description?: string;
|
|
511
|
-
component?: React.ReactNode;
|
|
512
|
-
maxChar?: number;
|
|
513
|
-
[key: string]: string | number | object | boolean;
|
|
601
|
+
export declare interface DurationSelectProps {
|
|
602
|
+
value?: DurationSelectValue | string;
|
|
603
|
+
options?: DurationSelectOption[];
|
|
604
|
+
sx?: SxProps<Theme>;
|
|
605
|
+
onChange?(value: string): void;
|
|
514
606
|
}
|
|
515
607
|
|
|
608
|
+
export declare type DurationSelectValue = "24 Hours" | "7 Days" | "30 Days";
|
|
609
|
+
|
|
516
610
|
export declare const FlexCol: StyledComponent<BoxOwnProps<Theme> & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
517
611
|
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;
|
|
518
612
|
}, keyof BoxOwnProps<Theme>> & MUIStyledCommonProps<Theme>, {}, {}>;
|
|
@@ -521,9 +615,57 @@ export declare const FlexRow: StyledComponent<BoxOwnProps<Theme> & Omit<Omit<Det
|
|
|
521
615
|
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;
|
|
522
616
|
}, keyof BoxOwnProps<Theme>> & MUIStyledCommonProps<Theme>, {}, {}>;
|
|
523
617
|
|
|
524
|
-
declare
|
|
618
|
+
export declare const GeometryDraw: ({ mapId, mapboxAccessToken, value: defaultValue, disableActions, variant, defaultExtent, onCancel, onSubmit, onChange, }: GeometryDrawProps) => JSX_2.Element;
|
|
619
|
+
|
|
620
|
+
export declare interface GeometryDrawProps {
|
|
621
|
+
mapId: string;
|
|
622
|
+
mapboxAccessToken?: string;
|
|
623
|
+
value?: string;
|
|
624
|
+
disableActions?: boolean;
|
|
625
|
+
variant?: "inline" | "dialog";
|
|
626
|
+
defaultExtent?: Extent;
|
|
627
|
+
onCancel?(): void;
|
|
628
|
+
onSubmit?(value: string): void;
|
|
629
|
+
onChange?(value: string): void;
|
|
630
|
+
}
|
|
631
|
+
|
|
632
|
+
export declare const GeometryParser: (props: GeometryParserProps) => JSX_2.Element;
|
|
633
|
+
|
|
634
|
+
export declare interface GeometryParserProps {
|
|
635
|
+
value: string;
|
|
636
|
+
type?: 'WKT' | 'KML';
|
|
637
|
+
disableGrouping?: boolean;
|
|
638
|
+
onChange?(value: string): void;
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
export declare const GeometryPicker: (props: GeometryPickerProps) => JSX_2.Element;
|
|
642
|
+
|
|
643
|
+
export declare type GeometryPickerComponentOverride<Theme = unknown> = {
|
|
644
|
+
defaultProps?: Partial<GeometryPickerProps>;
|
|
645
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCGeometryPicker"];
|
|
646
|
+
};
|
|
647
|
+
|
|
648
|
+
export declare type GeometryPickerLabelPosition = "default" | "top";
|
|
649
|
+
|
|
650
|
+
export declare interface GeometryPickerProps {
|
|
651
|
+
label?: string;
|
|
652
|
+
mapboxAccessToken?: string;
|
|
653
|
+
value?: string;
|
|
654
|
+
disableAddCoordinate?: boolean;
|
|
655
|
+
defaultExtent?: Extent;
|
|
656
|
+
variant?: GeometryPickerVariant;
|
|
657
|
+
labelPosition?: GeometryPickerLabelPosition;
|
|
658
|
+
onChange?(value: string): void;
|
|
659
|
+
sx?: SxProps<Theme>;
|
|
660
|
+
}
|
|
661
|
+
|
|
662
|
+
export declare type GeometryPickerVariant = "standard" | "outlined" | "filled";
|
|
525
663
|
|
|
526
|
-
export declare
|
|
664
|
+
export declare interface GeometryRangeProps {
|
|
665
|
+
value: SIMULATION.RandomInfoGeometry;
|
|
666
|
+
mapboxAccessToken: string;
|
|
667
|
+
onChange(value: SIMULATION.RandomInfoGeometry): void;
|
|
668
|
+
}
|
|
527
669
|
|
|
528
670
|
declare const hasAccess: (path: string, access: AccessType, permissions: AUTH.PermissionType) => boolean;
|
|
529
671
|
|
|
@@ -536,20 +678,22 @@ declare const hasAccess: (path: string, access: AccessType, permissions: AUTH.Pe
|
|
|
536
678
|
*/
|
|
537
679
|
declare const hasDataAccess: (role: string, access: AccessType, permissions: AUTH.PermissionType) => boolean;
|
|
538
680
|
|
|
539
|
-
declare const hasUIAccess: <T extends string>(feature:
|
|
681
|
+
declare const hasUIAccess: <T extends string>(feature: AccessFeatureType | T, permissions?: AUTH.PermissionType) => boolean;
|
|
540
682
|
|
|
541
|
-
export declare
|
|
683
|
+
export declare const HCNotificationProvider: (props: NotificationProviderProps) => JSX_2.Element | null;
|
|
542
684
|
|
|
543
|
-
export declare
|
|
685
|
+
export declare const HeatMap: (inProps: HeatMapProps) => JSX_2.Element;
|
|
686
|
+
|
|
687
|
+
export declare const Heatmap: (inProps: HeatmapProps) => JSX_2.Element;
|
|
544
688
|
|
|
545
689
|
export declare type HeatMapComponentOverride<Theme = unknown> = {
|
|
546
690
|
defaultProps?: Partial<HeatMapProps>;
|
|
547
|
-
styleOverrides?:
|
|
691
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCHeatMap"];
|
|
548
692
|
};
|
|
549
693
|
|
|
550
694
|
export declare type HeatmapComponentOverride<Theme = unknown> = {
|
|
551
695
|
defaultProps?: Partial<HeatmapProps>;
|
|
552
|
-
styleOverrides?:
|
|
696
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCHeatmap"];
|
|
553
697
|
};
|
|
554
698
|
|
|
555
699
|
export declare interface HeatMapProps {
|
|
@@ -571,11 +715,11 @@ export declare interface HeatMapProps {
|
|
|
571
715
|
|
|
572
716
|
export declare type HeatmapProps = ChartProps;
|
|
573
717
|
|
|
574
|
-
export declare
|
|
718
|
+
export declare const HighlightLineChart: (props: HighlightLineChartProps) => JSX_2.Element;
|
|
575
719
|
|
|
576
720
|
export declare type HighlightLineChartComponentOverride<Theme = unknown> = {
|
|
577
721
|
defaultProps?: HighlightLineChartProps;
|
|
578
|
-
styleOverrides?:
|
|
722
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCHighlightLineChart"];
|
|
579
723
|
};
|
|
580
724
|
|
|
581
725
|
export declare interface HighlightLineChartProps {
|
|
@@ -593,7 +737,7 @@ export declare const IconButton: (props: IconButtonProps) => JSX_2.Element;
|
|
|
593
737
|
|
|
594
738
|
export declare type IconButtonComponentOverride<Theme = unknown> = {
|
|
595
739
|
defaultProps?: IconButtonProps;
|
|
596
|
-
styleOverrides?:
|
|
740
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCIconButton"];
|
|
597
741
|
};
|
|
598
742
|
|
|
599
743
|
export declare interface IconButtonProps extends Omit<IconButtonProps_2, "variant"> {
|
|
@@ -604,39 +748,46 @@ export declare interface IconButtonProps extends Omit<IconButtonProps_2, "varian
|
|
|
604
748
|
|
|
605
749
|
export declare type IconButtonVariant = "default" | "vertical" | "mini";
|
|
606
750
|
|
|
607
|
-
declare
|
|
751
|
+
export declare const InstanceForm: <T extends ONTOLOGY.Object | ONTOLOGY.Event | ONTOLOGY.Agent | ONTOLOGY.File | ONTOLOGY.System, K extends INSTANCE.CreateObjectDTO | INSTANCE.UpdateObjectDTO | INSTANCE.CreateEventDTO | INSTANCE.UpdateEventDTO | INSTANCE.CreateAgentDTO | INSTANCE.CreateFileDTO | INSTANCE.UpdateFileDTO | INSTANCE.CreateSystemDTO | INSTANCE.UpdateSystemDTO>(props: InstanceFormProps<T, K> & default_2.RefAttributes<InstanceFormHandle<FieldValues>>) => default_2.ReactNode | null;
|
|
608
752
|
|
|
609
|
-
export declare
|
|
753
|
+
export declare type InstanceFormComponentOverride<Theme = unknown> = {
|
|
754
|
+
defaultProps?: Partial<
|
|
755
|
+
InstanceFormProps<ONTOLOGY.Object, INSTANCE.CreateObjectDTO>
|
|
756
|
+
>;
|
|
757
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCInstanceForm"];
|
|
758
|
+
};
|
|
610
759
|
|
|
611
|
-
export declare interface
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
760
|
+
export declare interface InstanceFormFieldOptions {
|
|
761
|
+
order?: number;
|
|
762
|
+
hidden?: boolean;
|
|
763
|
+
disabled?: boolean;
|
|
764
|
+
clickable?: boolean;
|
|
765
|
+
minDate?: Dayjs;
|
|
766
|
+
helperText?: React.ReactNode;
|
|
767
|
+
placeholder?: string;
|
|
768
|
+
description?: string;
|
|
769
|
+
component?: React.ReactNode;
|
|
770
|
+
maxChar?: number;
|
|
771
|
+
[key: string]: string | number | object | boolean;
|
|
772
|
+
}
|
|
773
|
+
|
|
774
|
+
export declare interface InstanceFormHandle<K extends FieldValues = FieldValues> {
|
|
616
775
|
resetForm: () => void;
|
|
617
776
|
requestSubmit: () => void;
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
*/
|
|
624
|
-
setFormValue: (name: any, value: any) => void;
|
|
625
|
-
/**
|
|
626
|
-
*
|
|
627
|
-
* @param name
|
|
628
|
-
* @returns
|
|
629
|
-
*/
|
|
630
|
-
getFormValue: (name: any) => any;
|
|
631
|
-
/**
|
|
632
|
-
* @returns whether any form field has been modified
|
|
633
|
-
*/
|
|
777
|
+
setFormValue: <P extends FieldPath<K>>(
|
|
778
|
+
name: P,
|
|
779
|
+
value: FieldPathValue<K, P>,
|
|
780
|
+
) => void;
|
|
781
|
+
getFormValue: <P extends FieldPath<K>>(name: P) => FieldPathValue<K, P>;
|
|
634
782
|
isDirty(): boolean;
|
|
635
|
-
|
|
636
|
-
getWatchedValue: (name: string) => any;
|
|
783
|
+
getWatchedValue: <P extends FieldPath<K>>(name: P) => FieldPathValue<K, P>;
|
|
637
784
|
}
|
|
638
785
|
|
|
639
|
-
declare
|
|
786
|
+
export declare type InstanceFormInputVariant = "standard" | "outlined" | "filled";
|
|
787
|
+
|
|
788
|
+
export declare type InstanceFormLabelPosition = "default" | "left" | "top";
|
|
789
|
+
|
|
790
|
+
export declare interface InstanceFormProps<
|
|
640
791
|
T extends
|
|
641
792
|
| ONTOLOGY.Object
|
|
642
793
|
| ONTOLOGY.Event
|
|
@@ -652,22 +803,13 @@ K extends
|
|
|
652
803
|
| INSTANCE.CreateFileDTO
|
|
653
804
|
| INSTANCE.UpdateFileDTO
|
|
654
805
|
| INSTANCE.CreateSystemDTO
|
|
655
|
-
| INSTANCE.UpdateSystemDTO
|
|
806
|
+
| INSTANCE.UpdateSystemDTO,
|
|
656
807
|
> {
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
labelPosition?: "default" | "left" | "top";
|
|
663
|
-
/**
|
|
664
|
-
*
|
|
665
|
-
*/
|
|
666
|
-
mappedTemplates: Map<string | number, T>;
|
|
667
|
-
/**
|
|
668
|
-
*
|
|
669
|
-
*/
|
|
670
|
-
defaultValues: DefaultValues<
|
|
808
|
+
variant?: InstanceFormVariant;
|
|
809
|
+
inputVariant?: InstanceFormInputVariant;
|
|
810
|
+
labelPosition?: InstanceFormLabelPosition;
|
|
811
|
+
templates: Map<string | number, T>;
|
|
812
|
+
values?: DefaultValues<
|
|
671
813
|
INSTANCE.CreateObjectDTO &
|
|
672
814
|
INSTANCE.UpdateObjectDTO &
|
|
673
815
|
INSTANCE.CreateEventDTO &
|
|
@@ -677,88 +819,38 @@ K extends
|
|
|
677
819
|
INSTANCE.UpdateFileDTO
|
|
678
820
|
>;
|
|
679
821
|
fieldOptions?: {
|
|
680
|
-
[key: string]:
|
|
822
|
+
[key: string]: InstanceFormFieldOptions;
|
|
681
823
|
};
|
|
682
|
-
|
|
683
|
-
*
|
|
684
|
-
*/
|
|
685
|
-
loading: boolean;
|
|
686
|
-
/**
|
|
687
|
-
*
|
|
688
|
-
*/
|
|
824
|
+
loading?: boolean;
|
|
689
825
|
customSaveButtons?: React.ReactNode;
|
|
690
|
-
|
|
691
|
-
*
|
|
692
|
-
*/
|
|
693
|
-
removeLoading?: boolean;
|
|
694
|
-
/**
|
|
695
|
-
*
|
|
696
|
-
*/
|
|
697
|
-
/**
|
|
698
|
-
*
|
|
699
|
-
*/
|
|
700
|
-
minSecurityLevel?: number;
|
|
701
|
-
/**
|
|
702
|
-
*
|
|
703
|
-
*/
|
|
704
|
-
saveButtons?: SubmitButton[];
|
|
705
|
-
/**
|
|
706
|
-
*
|
|
707
|
-
*/
|
|
708
|
-
mode?: "create" | "edit";
|
|
709
|
-
/**
|
|
710
|
-
*
|
|
711
|
-
*/
|
|
826
|
+
saveButtons?: InstanceFormSubmitButton[];
|
|
712
827
|
keyAuth?: boolean;
|
|
713
|
-
/**
|
|
714
|
-
*
|
|
715
|
-
*/
|
|
716
|
-
securityLevelConfig?: SecurityLevelConfig;
|
|
717
|
-
/**
|
|
718
|
-
*
|
|
719
|
-
*/
|
|
720
828
|
memberedGroups: AUTH.MemberedGroupsType[];
|
|
721
|
-
/**
|
|
722
|
-
*
|
|
723
|
-
*/
|
|
724
|
-
ontologyId: number;
|
|
725
|
-
/**
|
|
726
|
-
*
|
|
727
|
-
*/
|
|
728
|
-
appRoles: AUTH.PermissionType;
|
|
729
|
-
/**
|
|
730
|
-
*
|
|
731
|
-
*/
|
|
732
829
|
securityLevels: AUTH.SecurityLevel[];
|
|
733
|
-
|
|
734
|
-
*
|
|
735
|
-
*/
|
|
736
|
-
policyList: POLICY.Policy[];
|
|
737
|
-
|
|
830
|
+
policyList?: POLICY.Policy[];
|
|
738
831
|
mapboxAccessToken?: string;
|
|
739
|
-
|
|
740
|
-
*
|
|
741
|
-
* @param template
|
|
742
|
-
*/
|
|
832
|
+
sx?: SxProps<Theme>;
|
|
743
833
|
onSelectedTemplateChange?(template: T | undefined): void;
|
|
744
|
-
|
|
745
|
-
*
|
|
746
|
-
* @param data
|
|
747
|
-
*/
|
|
748
|
-
onSubmit(data: any): void;
|
|
749
|
-
/**
|
|
750
|
-
*
|
|
751
|
-
*/
|
|
752
|
-
onRemove?(): void;
|
|
753
|
-
/**
|
|
754
|
-
*
|
|
755
|
-
*/
|
|
834
|
+
onSubmit(data: K): void;
|
|
756
835
|
onCancel?(isDirty?: boolean): void;
|
|
757
836
|
}
|
|
758
837
|
|
|
759
|
-
export declare
|
|
838
|
+
export declare interface InstanceFormSubmitButton {
|
|
839
|
+
label: string;
|
|
840
|
+
icon?: React.ReactNode;
|
|
841
|
+
onClick?(): void;
|
|
842
|
+
}
|
|
843
|
+
|
|
844
|
+
export declare type InstanceFormVariant = "inline" | "dialog";
|
|
845
|
+
|
|
846
|
+
export declare const InstanceHierarchyTable: (props: InstanceHierarchyTableProps) => JSX_2.Element | null;
|
|
760
847
|
|
|
761
|
-
declare
|
|
848
|
+
export declare type InstanceHierarchyTableComponentOverride<Theme = unknown> = {
|
|
849
|
+
defaultProps?: InstanceHierarchyTableProps;
|
|
850
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCInstanceHierarchyTable"];
|
|
851
|
+
};
|
|
852
|
+
|
|
853
|
+
export declare interface InstanceHierarchyTableProps {
|
|
762
854
|
data: FV.HierarchySearchResults;
|
|
763
855
|
templates: Map<string | number, ONTOLOGY.TemplateType>;
|
|
764
856
|
selectedIds?: number[];
|
|
@@ -766,11 +858,12 @@ declare interface InstanceHierarchyTableProps {
|
|
|
766
858
|
sortColumnsBy?: "name" | "type";
|
|
767
859
|
actions?: InstanceTableActionType[];
|
|
768
860
|
actionsWidth?: number;
|
|
861
|
+
sx?: SxProps<Theme>;
|
|
769
862
|
onSelect?(selectedIds: number[]): void;
|
|
770
863
|
onTitleClick?(instance: INSTANCE.GenericInstanceView): void;
|
|
771
864
|
}
|
|
772
865
|
|
|
773
|
-
export declare const InstanceTable:
|
|
866
|
+
export declare const InstanceTable: (props: InstanceTableProps) => JSX_2.Element;
|
|
774
867
|
|
|
775
868
|
export declare interface InstanceTableActionType {
|
|
776
869
|
label: string;
|
|
@@ -795,12 +888,17 @@ export declare interface InstanceTableActionType {
|
|
|
795
888
|
onClick?(params: GridRowParams<INSTANCE.GenericInstanceView>): void;
|
|
796
889
|
}
|
|
797
890
|
|
|
798
|
-
declare
|
|
891
|
+
export declare type InstanceTableComponentOverride<Theme = unknown> = {
|
|
892
|
+
defaultProps?: InstanceTableProps;
|
|
893
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCInstanceTable"];
|
|
894
|
+
};
|
|
895
|
+
|
|
896
|
+
export declare interface InstanceTableFieldOptions {
|
|
799
897
|
hidden?: boolean;
|
|
800
898
|
renderCell?(params: GridRenderCellParams<any>): React.ReactElement;
|
|
801
899
|
}
|
|
802
900
|
|
|
803
|
-
declare interface InstanceTableProps {
|
|
901
|
+
export declare interface InstanceTableProps {
|
|
804
902
|
template: ONTOLOGY.TemplateType;
|
|
805
903
|
data: INSTANCE.GenericInstanceView[];
|
|
806
904
|
selectedIds?: number[];
|
|
@@ -814,15 +912,16 @@ declare interface InstanceTableProps {
|
|
|
814
912
|
description?: InstanceTableFieldOptions;
|
|
815
913
|
[key: string]: InstanceTableFieldOptions;
|
|
816
914
|
};
|
|
915
|
+
sx?: SxProps<Theme>;
|
|
817
916
|
onSelect?(selectedIds: number[]): void;
|
|
818
917
|
onTitleClick?(instance: INSTANCE.GenericInstanceView): void;
|
|
819
918
|
}
|
|
820
919
|
|
|
821
|
-
export declare
|
|
920
|
+
export declare const InstanceVariableList: (inProps: InstanceVariableListProps) => JSX_2.Element;
|
|
822
921
|
|
|
823
922
|
export declare type InstanceVariableListComponentOverride<Theme = unknown> = {
|
|
824
923
|
defaultProps?: Partial<InstanceVariableListProps>;
|
|
825
|
-
styleOverrides?:
|
|
924
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCInstanceVariableList"];
|
|
826
925
|
};
|
|
827
926
|
|
|
828
927
|
export declare interface InstanceVariableListProps {
|
|
@@ -833,34 +932,11 @@ export declare interface InstanceVariableListProps {
|
|
|
833
932
|
sx?: SxProps<Theme>;
|
|
834
933
|
}
|
|
835
934
|
|
|
836
|
-
declare interface ItemProps {
|
|
837
|
-
id: string | number;
|
|
838
|
-
name: string;
|
|
839
|
-
checked?: boolean;
|
|
840
|
-
disabled?: boolean;
|
|
841
|
-
disabledIds?: string[];
|
|
842
|
-
onChange?(id: string, checked: boolean): void;
|
|
843
|
-
}
|
|
844
|
-
|
|
845
|
-
export declare namespace KeyProductionUtils {
|
|
846
|
-
export {
|
|
847
|
-
register,
|
|
848
|
-
authenticate,
|
|
849
|
-
generateKey,
|
|
850
|
-
encrypt,
|
|
851
|
-
decrypt,
|
|
852
|
-
exportKey,
|
|
853
|
-
importKey
|
|
854
|
-
}
|
|
855
|
-
}
|
|
856
|
-
|
|
857
|
-
export declare const KeyProtectionMenu: React.FC<Props_4>;
|
|
858
|
-
|
|
859
935
|
export declare const LinearIndicator: (props: LinearIndicatorProps) => JSX_2.Element;
|
|
860
936
|
|
|
861
937
|
export declare type LinearIndicatorComponentOverride<Theme = unknown> = {
|
|
862
938
|
defaultProps?: LinearIndicatorProps;
|
|
863
|
-
styleOverrides?:
|
|
939
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCLinearIndicator"];
|
|
864
940
|
};
|
|
865
941
|
|
|
866
942
|
export declare interface LinearIndicatorProps {
|
|
@@ -875,11 +951,11 @@ export declare interface LinearIndicatorProps {
|
|
|
875
951
|
sx?: SxProps<Theme>;
|
|
876
952
|
}
|
|
877
953
|
|
|
878
|
-
export declare
|
|
954
|
+
export declare const LineChart: (inProps: LineChartProps) => JSX_2.Element;
|
|
879
955
|
|
|
880
956
|
export declare type LineChartComponentOverride<Theme = unknown> = {
|
|
881
957
|
defaultProps?: Partial<LineChartProps>;
|
|
882
|
-
styleOverrides?:
|
|
958
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCLineChart"];
|
|
883
959
|
};
|
|
884
960
|
|
|
885
961
|
export declare type LineChartProps = ChartProps;
|
|
@@ -896,15 +972,37 @@ export declare interface LineSeriesData {
|
|
|
896
972
|
color?: string;
|
|
897
973
|
}
|
|
898
974
|
|
|
899
|
-
export declare const Loading:
|
|
900
|
-
|
|
901
|
-
export { LocalizationProvider }
|
|
902
|
-
|
|
903
|
-
export declare function LogaritmicScale(inProps: LogaritmicScaleProps): JSX_2.Element;
|
|
975
|
+
export declare const Loading: (props: LoadingProps) => JSX_2.Element | null;
|
|
904
976
|
|
|
905
|
-
export declare type
|
|
906
|
-
defaultProps?:
|
|
907
|
-
styleOverrides?: ComponentsOverrides<Theme>["
|
|
977
|
+
export declare type LoadingComponentOverride<Theme = unknown> = {
|
|
978
|
+
defaultProps?: LoadingProps;
|
|
979
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCLoading"];
|
|
980
|
+
};
|
|
981
|
+
|
|
982
|
+
export declare type LoadingIndicatorColor =
|
|
983
|
+
| "primary"
|
|
984
|
+
| "inherit"
|
|
985
|
+
| "secondary"
|
|
986
|
+
| "error"
|
|
987
|
+
| "info"
|
|
988
|
+
| "success"
|
|
989
|
+
| "warning";
|
|
990
|
+
|
|
991
|
+
export declare interface LoadingProps extends BoxProps {
|
|
992
|
+
show: boolean;
|
|
993
|
+
overlay?: boolean;
|
|
994
|
+
overlayColor?: string;
|
|
995
|
+
indicatorColor?: LoadingIndicatorColor;
|
|
996
|
+
sx?: SxProps<Theme>;
|
|
997
|
+
}
|
|
998
|
+
|
|
999
|
+
export { LocalizationProvider }
|
|
1000
|
+
|
|
1001
|
+
export declare const LogaritmicScale: (inProps: LogaritmicScaleProps) => JSX_2.Element;
|
|
1002
|
+
|
|
1003
|
+
export declare type LogaritmicScaleComponentOverride<Theme = unknown> = {
|
|
1004
|
+
defaultProps?: Partial<LogaritmicScaleProps>;
|
|
1005
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCLogaritmicScale"];
|
|
908
1006
|
};
|
|
909
1007
|
|
|
910
1008
|
export declare type LogaritmicScaleProps = ChartProps;
|
|
@@ -990,17 +1088,14 @@ declare namespace MAP {
|
|
|
990
1088
|
}
|
|
991
1089
|
}
|
|
992
1090
|
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
_default as default
|
|
996
|
-
}
|
|
997
|
-
}
|
|
1091
|
+
declare const Map_2: default_2.MemoExoticComponent<(props: MAP.Props & default_2.RefAttributes<MAP.Handle>) => default_2.ReactNode | null>;
|
|
1092
|
+
export { Map_2 as Map }
|
|
998
1093
|
|
|
999
1094
|
export declare const MetricCard: (props: MetricCardProps) => JSX_2.Element;
|
|
1000
1095
|
|
|
1001
1096
|
export declare type MetricCardComponentOverride<Theme = unknown> = {
|
|
1002
1097
|
defaultProps?: MetricCardProps;
|
|
1003
|
-
styleOverrides?:
|
|
1098
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCMetricCard"];
|
|
1004
1099
|
};
|
|
1005
1100
|
|
|
1006
1101
|
export declare interface MetricCardDataPoint {
|
|
@@ -1058,34 +1153,110 @@ export declare type MetricVariant =
|
|
|
1058
1153
|
| "warning"
|
|
1059
1154
|
| "danger";
|
|
1060
1155
|
|
|
1061
|
-
declare
|
|
1062
|
-
top: number;
|
|
1063
|
-
left: number;
|
|
1064
|
-
};
|
|
1065
|
-
|
|
1066
|
-
export declare function MultipleValueAxes(inProps: MultipleValueAxesProps): JSX_2.Element;
|
|
1156
|
+
export declare const MultipleValueAxes: (inProps: MultipleValueAxesProps) => JSX_2.Element;
|
|
1067
1157
|
|
|
1068
1158
|
export declare type MultipleValueAxesComponentOverride<Theme = unknown> = {
|
|
1069
1159
|
defaultProps?: Partial<MultipleValueAxesProps>;
|
|
1070
|
-
styleOverrides?:
|
|
1160
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCMultipleValueAxes"];
|
|
1071
1161
|
};
|
|
1072
1162
|
|
|
1073
1163
|
export declare type MultipleValueAxesProps = ChartProps;
|
|
1074
1164
|
|
|
1075
|
-
export declare
|
|
1165
|
+
export declare const NestedPie: (inProps: NestedPieProps) => JSX_2.Element;
|
|
1076
1166
|
|
|
1077
1167
|
export declare type NestedPieComponentOverride<Theme = unknown> = {
|
|
1078
1168
|
defaultProps?: Partial<NestedPieProps>;
|
|
1079
|
-
styleOverrides?:
|
|
1169
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCNestedPie"];
|
|
1080
1170
|
};
|
|
1081
1171
|
|
|
1082
1172
|
export declare type NestedPieProps = ChartProps;
|
|
1083
1173
|
|
|
1084
|
-
export declare
|
|
1174
|
+
export declare type NotificationComponentOverride<Theme = unknown> = {
|
|
1175
|
+
defaultProps?: Partial<NotificationProviderProps>;
|
|
1176
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCNotification"];
|
|
1177
|
+
};
|
|
1178
|
+
|
|
1179
|
+
export declare interface NotificationItem {
|
|
1180
|
+
id: string;
|
|
1181
|
+
severity: NotificationSeverity;
|
|
1182
|
+
message: string;
|
|
1183
|
+
options: NotifyOptions;
|
|
1184
|
+
}
|
|
1185
|
+
|
|
1186
|
+
export declare interface NotificationProviderProps {
|
|
1187
|
+
/**
|
|
1188
|
+
* Maximum number of notifications visible at the same time. Older items are
|
|
1189
|
+
* dropped when the queue exceeds this limit. Defaults to 5.
|
|
1190
|
+
*/
|
|
1191
|
+
maxVisible?: number;
|
|
1192
|
+
/**
|
|
1193
|
+
* Default anchor for notifications. Per-call `anchorOrigin` wins. Defaults
|
|
1194
|
+
* to `{ vertical: 'bottom', horizontal: 'right' }`.
|
|
1195
|
+
*/
|
|
1196
|
+
anchorOrigin?: SnackbarOrigin;
|
|
1197
|
+
/**
|
|
1198
|
+
* Default auto-hide duration in ms. Per-call value wins. Defaults to 4000.
|
|
1199
|
+
*/
|
|
1200
|
+
autoHideDuration?: number | null;
|
|
1201
|
+
/**
|
|
1202
|
+
* Default MUI Alert visual variant for every notification. Per-call value
|
|
1203
|
+
* wins. Defaults to `"filled"`.
|
|
1204
|
+
*/
|
|
1205
|
+
variant?: NotificationVariant;
|
|
1206
|
+
sx?: SxProps<Theme>;
|
|
1207
|
+
}
|
|
1208
|
+
|
|
1209
|
+
export declare type NotificationSeverity = "error" | "warning" | "info" | "success";
|
|
1210
|
+
|
|
1211
|
+
export declare type NotificationVariant = "standard" | "filled" | "outlined";
|
|
1212
|
+
|
|
1213
|
+
/**
|
|
1214
|
+
* Imperative notification API. Push a transient notification onto the queue;
|
|
1215
|
+
* the `HCNotificationProvider` mounted at the app root renders it. Returns
|
|
1216
|
+
* `void` — for programmatic dismissal, use `removeNotification(id)`.
|
|
1217
|
+
*/
|
|
1218
|
+
export declare const notify: {
|
|
1219
|
+
error: (message: string, options?: NotifyOptions) => void;
|
|
1220
|
+
warning: (message: string, options?: NotifyOptions) => void;
|
|
1221
|
+
info: (message: string, options?: NotifyOptions) => void;
|
|
1222
|
+
success: (message: string, options?: NotifyOptions) => void;
|
|
1223
|
+
};
|
|
1224
|
+
|
|
1225
|
+
export declare interface NotifyOptions {
|
|
1226
|
+
/**
|
|
1227
|
+
* Optional bold title rendered above the message.
|
|
1228
|
+
*/
|
|
1229
|
+
title?: string;
|
|
1230
|
+
/**
|
|
1231
|
+
* Milliseconds before the notification auto-dismisses. Defaults to 4000.
|
|
1232
|
+
* Set to `null` to keep the notification visible until manually closed.
|
|
1233
|
+
*/
|
|
1234
|
+
autoHideDuration?: number | null;
|
|
1235
|
+
/**
|
|
1236
|
+
* Anchor point shared by all notifications when this option is set on at
|
|
1237
|
+
* least one item; the provider uses the most-recently-set value. Defaults
|
|
1238
|
+
* to `{ vertical: 'bottom', horizontal: 'right' }`.
|
|
1239
|
+
*/
|
|
1240
|
+
anchorOrigin?: SnackbarOrigin;
|
|
1241
|
+
/**
|
|
1242
|
+
* MUI Alert visual variant. Per-call override of the provider default.
|
|
1243
|
+
*/
|
|
1244
|
+
variant?: NotificationVariant;
|
|
1245
|
+
}
|
|
1246
|
+
|
|
1247
|
+
export declare type NumberRangeMode = "range" | "list";
|
|
1248
|
+
|
|
1249
|
+
export declare interface NumberRangeProps {
|
|
1250
|
+
value: SIMULATION.RandomInfoNumber;
|
|
1251
|
+
variant?: RangeSelectorVariant;
|
|
1252
|
+
onChange(value: SIMULATION.RandomInfoNumber): void;
|
|
1253
|
+
}
|
|
1254
|
+
|
|
1255
|
+
export declare const ObjectProfileCard: (inProps: ObjectProfileCardProps) => JSX_2.Element | null;
|
|
1085
1256
|
|
|
1086
1257
|
export declare type ObjectProfileCardComponentOverride<Theme = unknown> = {
|
|
1087
1258
|
defaultProps?: Partial<ObjectProfileCardProps>;
|
|
1088
|
-
styleOverrides?:
|
|
1259
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCObjectProfileCard"];
|
|
1089
1260
|
};
|
|
1090
1261
|
|
|
1091
1262
|
export declare interface ObjectProfileCardProps {
|
|
@@ -1109,22 +1280,20 @@ declare interface OptionsType {
|
|
|
1109
1280
|
disableCancelButton?: boolean;
|
|
1110
1281
|
}
|
|
1111
1282
|
|
|
1112
|
-
declare
|
|
1113
|
-
|
|
1114
|
-
export declare function PackedCircles(inProps: PackedCirclesProps): JSX_2.Element;
|
|
1283
|
+
export declare const PackedCircles: (inProps: PackedCirclesProps) => JSX_2.Element;
|
|
1115
1284
|
|
|
1116
1285
|
export declare type PackedCirclesComponentOverride<Theme = unknown> = {
|
|
1117
1286
|
defaultProps?: Partial<PackedCirclesProps>;
|
|
1118
|
-
styleOverrides?:
|
|
1287
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCPackedCircles"];
|
|
1119
1288
|
};
|
|
1120
1289
|
|
|
1121
1290
|
export declare type PackedCirclesProps = ChartProps;
|
|
1122
1291
|
|
|
1123
|
-
export declare
|
|
1292
|
+
export declare const PaginatedList: (inProps: PaginatedListProps) => JSX_2.Element;
|
|
1124
1293
|
|
|
1125
1294
|
export declare type PaginatedListComponentOverride<Theme = unknown> = {
|
|
1126
1295
|
defaultProps?: Partial<PaginatedListProps>;
|
|
1127
|
-
styleOverrides?:
|
|
1296
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCPaginatedList"];
|
|
1128
1297
|
};
|
|
1129
1298
|
|
|
1130
1299
|
export declare interface PaginatedListItem {
|
|
@@ -1159,130 +1328,71 @@ export declare interface PaginatedListSnapshot {
|
|
|
1159
1328
|
data: PaginatedListItem[];
|
|
1160
1329
|
}
|
|
1161
1330
|
|
|
1162
|
-
export declare const PhoneInput:
|
|
1331
|
+
export declare const PhoneInput: (props: PhoneInputProps) => JSX_2.Element;
|
|
1332
|
+
|
|
1333
|
+
export declare type PhoneInputComponentOverride<Theme = unknown> = {
|
|
1334
|
+
defaultProps?: PhoneInputProps;
|
|
1335
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCPhoneInput"];
|
|
1336
|
+
};
|
|
1337
|
+
|
|
1338
|
+
export declare interface PhoneInputProps {
|
|
1339
|
+
label?: string;
|
|
1340
|
+
value: string;
|
|
1341
|
+
placeholder?: string;
|
|
1342
|
+
sx?: SxProps<Theme>;
|
|
1343
|
+
onChange(value: string): void;
|
|
1344
|
+
}
|
|
1163
1345
|
|
|
1164
|
-
export declare
|
|
1346
|
+
export declare const PieChart: (inProps: PieChartProps) => JSX_2.Element;
|
|
1165
1347
|
|
|
1166
1348
|
export declare type PieChartComponentOverride<Theme = unknown> = {
|
|
1167
1349
|
defaultProps?: Partial<PieChartProps>;
|
|
1168
|
-
styleOverrides?:
|
|
1350
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCPieChart"];
|
|
1169
1351
|
};
|
|
1170
1352
|
|
|
1171
1353
|
export declare type PieChartProps = ChartProps;
|
|
1172
1354
|
|
|
1173
|
-
export declare const
|
|
1355
|
+
export declare const Placeholder: (props: PlaceholderProps) => JSX_2.Element;
|
|
1174
1356
|
|
|
1175
|
-
declare
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
variant?: "standard" | "outlined" | "filled";
|
|
1180
|
-
onChange(value: any): void;
|
|
1181
|
-
}
|
|
1357
|
+
export declare type PlaceholderComponentOverride<Theme = unknown> = {
|
|
1358
|
+
defaultProps?: Partial<PlaceholderProps>;
|
|
1359
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCPlaceholder"];
|
|
1360
|
+
};
|
|
1182
1361
|
|
|
1183
|
-
declare
|
|
1184
|
-
/**
|
|
1185
|
-
*
|
|
1186
|
-
*/
|
|
1187
|
-
appRoles: AUTH.PermissionType;
|
|
1188
|
-
/**
|
|
1189
|
-
*
|
|
1190
|
-
*/
|
|
1191
|
-
loading?: boolean;
|
|
1192
|
-
/**
|
|
1193
|
-
*
|
|
1194
|
-
*/
|
|
1195
|
-
pagePath?: string;
|
|
1196
|
-
/**
|
|
1197
|
-
*
|
|
1198
|
-
*/
|
|
1199
|
-
feature?: FeatureType | T;
|
|
1200
|
-
/**
|
|
1201
|
-
*
|
|
1202
|
-
*/
|
|
1203
|
-
fallback?: default_2.ReactNode;
|
|
1204
|
-
/**
|
|
1205
|
-
*
|
|
1206
|
-
*/
|
|
1207
|
-
children?: default_2.ReactNode;
|
|
1208
|
-
}
|
|
1362
|
+
export declare type PlaceholderPlacement = "TOP" | "RIGHT" | "BOTTOM" | "LEFT";
|
|
1209
1363
|
|
|
1210
|
-
declare interface
|
|
1211
|
-
|
|
1212
|
-
buttons: ButtonType[];
|
|
1213
|
-
position?: MousePosition;
|
|
1364
|
+
export declare interface PlaceholderProps {
|
|
1365
|
+
placement: PlaceholderPlacement;
|
|
1214
1366
|
width?: number | string;
|
|
1215
|
-
sx?: SxProps
|
|
1216
|
-
|
|
1367
|
+
sx?: SxProps<Theme>;
|
|
1368
|
+
children?: default_2.ReactNode;
|
|
1217
1369
|
}
|
|
1218
1370
|
|
|
1219
|
-
declare
|
|
1220
|
-
/**
|
|
1221
|
-
*
|
|
1222
|
-
*/
|
|
1223
|
-
label?: string;
|
|
1224
|
-
/**
|
|
1225
|
-
*
|
|
1226
|
-
*/
|
|
1227
|
-
mapboxAccessToken?: string;
|
|
1228
|
-
/**
|
|
1229
|
-
*
|
|
1230
|
-
*/
|
|
1231
|
-
value?: string;
|
|
1232
|
-
/**
|
|
1233
|
-
*
|
|
1234
|
-
*/
|
|
1235
|
-
disableAddCoordinate?: boolean;
|
|
1236
|
-
/**
|
|
1237
|
-
*
|
|
1238
|
-
*/
|
|
1239
|
-
defaultExtent?: Extent;
|
|
1240
|
-
variant?: "standard" | "outlined" | "filled";
|
|
1241
|
-
labelPosition?: "default" | "top";
|
|
1242
|
-
/**
|
|
1243
|
-
*
|
|
1244
|
-
*/
|
|
1245
|
-
onChange?(value: string): void;
|
|
1246
|
-
}
|
|
1371
|
+
export declare const PositionalTooltip: ({ show, text, top, left, topOffset, leftOffset, sx, }: PositionalTooltipProps) => JSX_2.Element | null;
|
|
1247
1372
|
|
|
1248
|
-
declare
|
|
1249
|
-
|
|
1250
|
-
|
|
1373
|
+
export declare type PositionalTooltipComponentOverride<Theme = unknown> = {
|
|
1374
|
+
defaultProps?: Partial<PositionalTooltipProps>;
|
|
1375
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCPositionalTooltip"];
|
|
1376
|
+
};
|
|
1251
1377
|
|
|
1252
|
-
declare interface
|
|
1378
|
+
export declare interface PositionalTooltipProps {
|
|
1253
1379
|
show: boolean;
|
|
1380
|
+
text?: string;
|
|
1381
|
+
top?: number;
|
|
1382
|
+
left?: number;
|
|
1383
|
+
topOffset?: number;
|
|
1384
|
+
leftOffset?: number;
|
|
1385
|
+
sx?: SxProps<Theme>;
|
|
1254
1386
|
}
|
|
1255
1387
|
|
|
1256
|
-
declare
|
|
1257
|
-
label?: string;
|
|
1258
|
-
value: string;
|
|
1259
|
-
placeholder?: string;
|
|
1260
|
-
onChange(value: string): void;
|
|
1261
|
-
}
|
|
1262
|
-
|
|
1263
|
-
declare interface Props_7 {
|
|
1264
|
-
values: FV.TemplateFilter[];
|
|
1265
|
-
templates: Map<string | number, ONTOLOGY.TemplateType>;
|
|
1266
|
-
inputVariant?: "standard" | "outlined" | "filled";
|
|
1267
|
-
fieldOptions?: {
|
|
1268
|
-
[key: string]: FieldOptions;
|
|
1269
|
-
};
|
|
1270
|
-
onChange(values: FV.TemplateFilter[], value?: FV.TemplateFilter): void;
|
|
1271
|
-
}
|
|
1388
|
+
export declare const PropertyFilterInput: (props: PropertyFilterInputProps) => JSX_2.Element | null;
|
|
1272
1389
|
|
|
1273
|
-
declare interface
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
disableSearch?: boolean;
|
|
1280
|
-
onChange?(id: string, checked: boolean): void;
|
|
1281
|
-
onExpansionToggle?(
|
|
1282
|
-
event: React.SyntheticEvent,
|
|
1283
|
-
itemId: string,
|
|
1284
|
-
isExpanded: boolean
|
|
1285
|
-
): void;
|
|
1390
|
+
export declare interface PropertyFilterInputProps {
|
|
1391
|
+
property: ONTOLOGY.Property;
|
|
1392
|
+
value: FV.PropertyFilterValue;
|
|
1393
|
+
size?: "small" | "medium";
|
|
1394
|
+
variant?: TemplatePropertyFiltersInputVariant;
|
|
1395
|
+
onChange(value: any): void;
|
|
1286
1396
|
}
|
|
1287
1397
|
|
|
1288
1398
|
export declare interface PrrItem {
|
|
@@ -1301,11 +1411,11 @@ export declare interface PrrItem {
|
|
|
1301
1411
|
variables: INSTANCE.GroupedVariables;
|
|
1302
1412
|
}
|
|
1303
1413
|
|
|
1304
|
-
export declare
|
|
1414
|
+
export declare const PrrMap: (inProps: PrrMapProps) => JSX_2.Element;
|
|
1305
1415
|
|
|
1306
1416
|
export declare type PrrMapComponentOverride<Theme = unknown> = {
|
|
1307
1417
|
defaultProps?: Partial<PrrMapProps>;
|
|
1308
|
-
styleOverrides?:
|
|
1418
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCPrrMap"];
|
|
1309
1419
|
};
|
|
1310
1420
|
|
|
1311
1421
|
export declare interface PrrMapProps {
|
|
@@ -1320,11 +1430,73 @@ export declare interface PrrMapProps {
|
|
|
1320
1430
|
sx?: SxProps<Theme>;
|
|
1321
1431
|
}
|
|
1322
1432
|
|
|
1323
|
-
export declare
|
|
1433
|
+
export declare const RangeSelector: (props: RangeSelectorProps) => JSX_2.Element;
|
|
1434
|
+
|
|
1435
|
+
export declare type RangeSelectorAcceptedType =
|
|
1436
|
+
| "byte"
|
|
1437
|
+
| "double"
|
|
1438
|
+
| "integer"
|
|
1439
|
+
| "long"
|
|
1440
|
+
| "string"
|
|
1441
|
+
| "text"
|
|
1442
|
+
| "date"
|
|
1443
|
+
| "geometry"
|
|
1444
|
+
| "composite-list";
|
|
1445
|
+
|
|
1446
|
+
export declare type RangeSelectorComponentOverride<Theme = unknown> = {
|
|
1447
|
+
defaultProps?: Partial<RangeSelectorProps>;
|
|
1448
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCRangeSelector"];
|
|
1449
|
+
};
|
|
1450
|
+
|
|
1451
|
+
export declare type RangeSelectorProps =
|
|
1452
|
+
| {
|
|
1453
|
+
type: "byte" | "double" | "integer" | "long";
|
|
1454
|
+
value?: SIMULATION.RandomInfoNumber;
|
|
1455
|
+
mapboxAccessToken: string;
|
|
1456
|
+
sx?: SxProps<Theme>;
|
|
1457
|
+
onChange(value: SIMULATION.RandomInfoNumber): void;
|
|
1458
|
+
}
|
|
1459
|
+
| {
|
|
1460
|
+
type: "string" | "text";
|
|
1461
|
+
value?: SIMULATION.RandomInfoString;
|
|
1462
|
+
mapboxAccessToken: string;
|
|
1463
|
+
sx?: SxProps<Theme>;
|
|
1464
|
+
onChange(value: SIMULATION.RandomInfoString): void;
|
|
1465
|
+
}
|
|
1466
|
+
| {
|
|
1467
|
+
type: "date";
|
|
1468
|
+
value?: SIMULATION.RandomInfoDate;
|
|
1469
|
+
mapboxAccessToken: string;
|
|
1470
|
+
minDate: string;
|
|
1471
|
+
maxDate: string;
|
|
1472
|
+
sx?: SxProps<Theme>;
|
|
1473
|
+
onChange(value: SIMULATION.RandomInfoDate): void;
|
|
1474
|
+
}
|
|
1475
|
+
| {
|
|
1476
|
+
type: "geometry";
|
|
1477
|
+
value?: SIMULATION.RandomInfoGeometry;
|
|
1478
|
+
mapboxAccessToken: string;
|
|
1479
|
+
sx?: SxProps<Theme>;
|
|
1480
|
+
onChange(value: SIMULATION.RandomInfoGeometry): void;
|
|
1481
|
+
}
|
|
1482
|
+
| {
|
|
1483
|
+
type: "composite-list";
|
|
1484
|
+
value?: SIMULATION.RandomInfoComposite;
|
|
1485
|
+
mapboxAccessToken: string;
|
|
1486
|
+
innerType: string;
|
|
1487
|
+
minDate: string;
|
|
1488
|
+
maxDate: string;
|
|
1489
|
+
sx?: SxProps<Theme>;
|
|
1490
|
+
onChange(value: SIMULATION.RandomInfoComposite): void;
|
|
1491
|
+
};
|
|
1492
|
+
|
|
1493
|
+
export declare type RangeSelectorVariant = "standard" | "outlined" | "filled";
|
|
1494
|
+
|
|
1495
|
+
export declare const RasterGridMap: (inProps: RasterGridMapProps) => JSX_2.Element;
|
|
1324
1496
|
|
|
1325
1497
|
export declare type RasterGridMapComponentOverride<Theme = unknown> = {
|
|
1326
1498
|
defaultProps?: Partial<RasterGridMapProps>;
|
|
1327
|
-
styleOverrides?:
|
|
1499
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCRasterGridMap"];
|
|
1328
1500
|
};
|
|
1329
1501
|
|
|
1330
1502
|
export declare interface RasterGridMapProps {
|
|
@@ -1345,8 +1517,6 @@ export declare interface RasterGridMapProps {
|
|
|
1345
1517
|
sx?: SxProps<Theme>;
|
|
1346
1518
|
}
|
|
1347
1519
|
|
|
1348
|
-
declare function register(): Promise<Credential | null>;
|
|
1349
|
-
|
|
1350
1520
|
export declare type RelativeDatePreset =
|
|
1351
1521
|
| "TODAY"
|
|
1352
1522
|
| "YESTERDAY"
|
|
@@ -1359,17 +1529,37 @@ export declare type RelativeDatePreset =
|
|
|
1359
1529
|
| "THIS_YEAR"
|
|
1360
1530
|
| "LAST_YEAR";
|
|
1361
1531
|
|
|
1532
|
+
export declare const removeNotification: (id: string) => void;
|
|
1533
|
+
|
|
1534
|
+
export declare const ScrollDrag: (props: ScrollDragProps) => JSX_2.Element;
|
|
1535
|
+
|
|
1536
|
+
export declare type ScrollDragComponentOverride<Theme = unknown> = {
|
|
1537
|
+
defaultProps?: Partial<ScrollDragProps>;
|
|
1538
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCScrollDrag"];
|
|
1539
|
+
};
|
|
1540
|
+
|
|
1541
|
+
export declare interface ScrollDragProps {
|
|
1542
|
+
children: default_2.ReactElement;
|
|
1543
|
+
sx?: SxProps<Theme>;
|
|
1544
|
+
}
|
|
1545
|
+
|
|
1362
1546
|
export declare const SearchInput: (props: SearchInputProps) => JSX_2.Element;
|
|
1363
1547
|
|
|
1364
1548
|
export declare type SearchInputComponentOverride<Theme = unknown> = {
|
|
1365
1549
|
defaultProps?: SearchInputProps;
|
|
1366
|
-
styleOverrides?:
|
|
1550
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCSearchInput"];
|
|
1367
1551
|
};
|
|
1368
1552
|
|
|
1369
1553
|
export declare type SearchInputIconSize = "small" | "medium" | "large";
|
|
1370
1554
|
|
|
1371
1555
|
export declare interface SearchInputProps {
|
|
1556
|
+
/** Initial value when used uncontrolled. */
|
|
1372
1557
|
defaultValue?: string;
|
|
1558
|
+
/**
|
|
1559
|
+
* Controlled value. When provided, the component reflects this prop and
|
|
1560
|
+
* ignores its internal state. Pair with `onChange` for full control.
|
|
1561
|
+
*/
|
|
1562
|
+
value?: string;
|
|
1373
1563
|
label?: string;
|
|
1374
1564
|
placeholder?: string;
|
|
1375
1565
|
fullWidth?: boolean;
|
|
@@ -1386,65 +1576,27 @@ export declare type SearchInputSize = "small" | "medium";
|
|
|
1386
1576
|
|
|
1387
1577
|
export declare type SearchInputVariant = "outlined" | "filled" | "standard";
|
|
1388
1578
|
|
|
1389
|
-
export declare const SecurityLevel:
|
|
1579
|
+
export declare const SecurityLevel: (props: SecurityLevelProps) => JSX_2.Element;
|
|
1390
1580
|
|
|
1391
|
-
declare
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
}
|
|
1581
|
+
export declare type SecurityLevelComponentOverride<Theme = unknown> = {
|
|
1582
|
+
defaultProps?: SecurityLevelProps;
|
|
1583
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCSecurityLevel"];
|
|
1584
|
+
};
|
|
1395
1585
|
|
|
1396
|
-
declare
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
*/
|
|
1586
|
+
export declare type SecurityLevelLabelPosition = "default" | "left" | "top";
|
|
1587
|
+
|
|
1588
|
+
export declare interface SecurityLevelProps {
|
|
1400
1589
|
value: number;
|
|
1401
|
-
/**
|
|
1402
|
-
*
|
|
1403
|
-
*/
|
|
1404
|
-
ontologyId: number;
|
|
1405
|
-
/**
|
|
1406
|
-
*
|
|
1407
|
-
*/
|
|
1408
|
-
appRoles: AUTH.PermissionType;
|
|
1409
|
-
/**
|
|
1410
|
-
*
|
|
1411
|
-
*/
|
|
1412
1590
|
securityLevels: AUTH.SecurityLevel[];
|
|
1413
|
-
/**
|
|
1414
|
-
*
|
|
1415
|
-
*/
|
|
1416
|
-
minLevel?: number;
|
|
1417
|
-
/**
|
|
1418
|
-
*
|
|
1419
|
-
*/
|
|
1420
|
-
minLevelId?: number;
|
|
1421
|
-
/**
|
|
1422
|
-
*
|
|
1423
|
-
*/
|
|
1424
|
-
minLevelRoles?: string[];
|
|
1425
|
-
/**
|
|
1426
|
-
*
|
|
1427
|
-
*/
|
|
1428
1591
|
showError?: boolean;
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
variant?: "standard" | "outlined" | "filled";
|
|
1433
|
-
labelPosition?: "default" | "left" | "top";
|
|
1434
|
-
/**
|
|
1435
|
-
*
|
|
1436
|
-
*/
|
|
1437
|
-
templateKeys?: string[];
|
|
1438
|
-
/**
|
|
1439
|
-
*
|
|
1440
|
-
*/
|
|
1441
|
-
templateType?: string;
|
|
1442
|
-
/**
|
|
1443
|
-
*
|
|
1444
|
-
*/
|
|
1592
|
+
variant?: SecurityLevelVariant;
|
|
1593
|
+
labelPosition?: SecurityLevelLabelPosition;
|
|
1594
|
+
sx?: SxProps<Theme>;
|
|
1445
1595
|
onChange(value: number): void;
|
|
1446
1596
|
}
|
|
1447
1597
|
|
|
1598
|
+
export declare type SecurityLevelVariant = "standard" | "outlined" | "filled";
|
|
1599
|
+
|
|
1448
1600
|
export declare interface SeriesPoint {
|
|
1449
1601
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
1450
1602
|
t: any;
|
|
@@ -1459,11 +1611,11 @@ export declare interface SeriesResponse {
|
|
|
1459
1611
|
points?: SeriesPoint[];
|
|
1460
1612
|
}
|
|
1461
1613
|
|
|
1462
|
-
export declare
|
|
1614
|
+
export declare const SimplePivotTable: (inProps: SimplePivotTableProps) => JSX_2.Element;
|
|
1463
1615
|
|
|
1464
1616
|
export declare type SimplePivotTableComponentOverride<Theme = unknown> = {
|
|
1465
1617
|
defaultProps?: Partial<SimplePivotTableProps>;
|
|
1466
|
-
styleOverrides?:
|
|
1618
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCSimplePivotTable"];
|
|
1467
1619
|
};
|
|
1468
1620
|
|
|
1469
1621
|
export declare interface SimplePivotTableProps {
|
|
@@ -1481,29 +1633,52 @@ extends Omit<SimplePivotTableProps, "sx"> {
|
|
|
1481
1633
|
aggregations: Aggregation[];
|
|
1482
1634
|
}
|
|
1483
1635
|
|
|
1484
|
-
export declare
|
|
1636
|
+
export declare const SortableList: (props: SortableListProps) => JSX_2.Element;
|
|
1637
|
+
|
|
1638
|
+
export declare type SortableListComponentOverride<Theme = unknown> = {
|
|
1639
|
+
defaultProps?: Partial<SortableListProps>;
|
|
1640
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCSortableList"];
|
|
1641
|
+
};
|
|
1642
|
+
|
|
1643
|
+
export declare interface SortableListItem {
|
|
1644
|
+
id: number | string;
|
|
1645
|
+
name: string;
|
|
1646
|
+
selected?: boolean;
|
|
1647
|
+
icon?: default_2.ReactNode;
|
|
1648
|
+
actions?: default_2.ReactNode;
|
|
1649
|
+
onClick?(item: SortableListItem): void;
|
|
1650
|
+
}
|
|
1651
|
+
|
|
1652
|
+
export declare interface SortableListProps {
|
|
1653
|
+
items: SortableListItem[];
|
|
1654
|
+
setItems(items: SortableListItem[]): void;
|
|
1655
|
+
disabled?: boolean;
|
|
1656
|
+
sx?: SxProps<Theme>;
|
|
1657
|
+
}
|
|
1658
|
+
|
|
1659
|
+
export declare const StackedAreaRadar: (inProps: StackedAreaRadarProps) => JSX_2.Element;
|
|
1485
1660
|
|
|
1486
1661
|
export declare type StackedAreaRadarComponentOverride<Theme = unknown> = {
|
|
1487
1662
|
defaultProps?: Partial<StackedAreaRadarProps>;
|
|
1488
|
-
styleOverrides?:
|
|
1663
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCStackedAreaRadar"];
|
|
1489
1664
|
};
|
|
1490
1665
|
|
|
1491
1666
|
export declare type StackedAreaRadarProps = ChartProps;
|
|
1492
1667
|
|
|
1493
|
-
export declare
|
|
1668
|
+
export declare const StackedColumnChart: (inProps: StackedColumnChartProps) => JSX_2.Element;
|
|
1494
1669
|
|
|
1495
1670
|
export declare type StackedColumnChartComponentOverride<Theme = unknown> = {
|
|
1496
1671
|
defaultProps?: Partial<StackedColumnChartProps>;
|
|
1497
|
-
styleOverrides?:
|
|
1672
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCStackedColumnChart"];
|
|
1498
1673
|
};
|
|
1499
1674
|
|
|
1500
1675
|
export declare type StackedColumnChartProps = ChartProps;
|
|
1501
1676
|
|
|
1502
|
-
export declare
|
|
1677
|
+
export declare const StaticText: (inProps: StaticTextProps) => JSX_2.Element;
|
|
1503
1678
|
|
|
1504
1679
|
export declare type StaticTextComponentOverride<Theme = unknown> = {
|
|
1505
1680
|
defaultProps?: Partial<StaticTextProps>;
|
|
1506
|
-
styleOverrides?:
|
|
1681
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCStaticText"];
|
|
1507
1682
|
};
|
|
1508
1683
|
|
|
1509
1684
|
export declare interface StaticTextProps {
|
|
@@ -1512,29 +1687,23 @@ export declare interface StaticTextProps {
|
|
|
1512
1687
|
sx?: SxProps<Theme>;
|
|
1513
1688
|
}
|
|
1514
1689
|
|
|
1515
|
-
declare
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
| "secondary"
|
|
1522
|
-
| "error"
|
|
1523
|
-
| "info"
|
|
1524
|
-
| "success"
|
|
1525
|
-
| "warning";
|
|
1526
|
-
}
|
|
1690
|
+
export declare const StatsBox: ({ label, value, icon, ...rest }: StatsBoxProps) => JSX_2.Element;
|
|
1691
|
+
|
|
1692
|
+
export declare type StatsBoxComponentOverride<Theme = unknown> = {
|
|
1693
|
+
defaultProps?: Partial<StatsBoxProps>;
|
|
1694
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCStatsBox"];
|
|
1695
|
+
};
|
|
1527
1696
|
|
|
1528
|
-
declare interface
|
|
1697
|
+
export declare interface StatsBoxProps extends BoxProps {
|
|
1529
1698
|
label: string;
|
|
1530
|
-
|
|
1531
|
-
|
|
1699
|
+
value?: number | string;
|
|
1700
|
+
icon?: default_2.ReactNode;
|
|
1532
1701
|
}
|
|
1533
1702
|
|
|
1534
|
-
declare interface
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1703
|
+
export declare interface StringRangeProps {
|
|
1704
|
+
value: SIMULATION.RandomInfoString;
|
|
1705
|
+
variant?: RangeSelectorVariant;
|
|
1706
|
+
onChange(value: SIMULATION.RandomInfoString): void;
|
|
1538
1707
|
}
|
|
1539
1708
|
|
|
1540
1709
|
export declare interface TabContent {
|
|
@@ -1547,19 +1716,11 @@ export declare interface TabContent {
|
|
|
1547
1716
|
disableCustomScroll?: boolean;
|
|
1548
1717
|
}
|
|
1549
1718
|
|
|
1550
|
-
declare interface TabItem {
|
|
1551
|
-
label: default_2.ReactNode;
|
|
1552
|
-
templates: Map<string | number, ONTOLOGY.TemplateType>;
|
|
1553
|
-
filters: FV.TemplateFilter[];
|
|
1554
|
-
defaultExpanded?: string[];
|
|
1555
|
-
onChange: (filters: FV.TemplateFilter[]) => void;
|
|
1556
|
-
}
|
|
1557
|
-
|
|
1558
1719
|
export declare const Tabs: (props: TabsProps) => JSX_2.Element;
|
|
1559
1720
|
|
|
1560
1721
|
export declare type TabsComponentOverride<Theme = unknown> = {
|
|
1561
1722
|
defaultProps?: TabsProps;
|
|
1562
|
-
styleOverrides?:
|
|
1723
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCTabs"];
|
|
1563
1724
|
};
|
|
1564
1725
|
|
|
1565
1726
|
export declare interface TabsProps extends TabsProps_2 {
|
|
@@ -1575,20 +1736,49 @@ export declare interface TabsProps extends TabsProps_2 {
|
|
|
1575
1736
|
|
|
1576
1737
|
export declare type TabsStyleVariant = "DEFAULT" | "APPLE";
|
|
1577
1738
|
|
|
1578
|
-
declare
|
|
1579
|
-
|
|
1739
|
+
export declare const TemplateFilters: (props: TemplateFiltersProps) => JSX_2.Element;
|
|
1740
|
+
|
|
1741
|
+
export declare type TemplateFiltersComponentOverride<Theme = unknown> = {
|
|
1742
|
+
defaultProps?: TemplateFiltersProps;
|
|
1743
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCTemplateFilters"];
|
|
1744
|
+
};
|
|
1745
|
+
|
|
1746
|
+
export declare interface TemplateFiltersProps {
|
|
1747
|
+
tabs: TemplateFiltersTab[];
|
|
1748
|
+
sx?: SxProps<Theme>;
|
|
1749
|
+
}
|
|
1750
|
+
|
|
1751
|
+
export declare interface TemplateFiltersTab {
|
|
1752
|
+
label: default_2.ReactNode;
|
|
1753
|
+
templates: Map<string | number, ONTOLOGY.TemplateType>;
|
|
1754
|
+
filters: FV.TemplateFilter[];
|
|
1755
|
+
defaultExpanded?: string[];
|
|
1756
|
+
onChange: (filters: FV.TemplateFilter[]) => void;
|
|
1580
1757
|
}
|
|
1581
1758
|
|
|
1582
|
-
export declare const
|
|
1759
|
+
export declare const TemplateForm: <T extends AnyTemplate, K extends AnyDTO>(props: TemplateFormProps<T, K> & {
|
|
1760
|
+
ref?: default_2.Ref<TemplateFormHandle>;
|
|
1761
|
+
}) => ReturnType<typeof TemplateFormInner>;
|
|
1583
1762
|
|
|
1584
|
-
export declare
|
|
1763
|
+
export declare type TemplateFormComponentOverride<Theme = unknown> = {
|
|
1764
|
+
defaultProps?: Partial<
|
|
1765
|
+
TemplateFormProps<ONTOLOGY.Object, ONTOLOGY.CreateObjectDTO>
|
|
1766
|
+
>;
|
|
1767
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCTemplateForm"];
|
|
1768
|
+
};
|
|
1585
1769
|
|
|
1586
1770
|
export declare interface TemplateFormHandle {
|
|
1587
|
-
getValues: (key?: string) =>
|
|
1771
|
+
getValues: (key?: string) => unknown;
|
|
1588
1772
|
resetForm: () => void;
|
|
1589
1773
|
}
|
|
1590
1774
|
|
|
1591
|
-
declare
|
|
1775
|
+
declare function TemplateFormInner<T extends AnyTemplate, K extends AnyDTO>(props: TemplateFormProps<T, K>, ref: default_2.ForwardedRef<TemplateFormHandle>): JSX_2.Element;
|
|
1776
|
+
|
|
1777
|
+
export declare type TemplateFormInputVariant = "standard" | "outlined" | "filled";
|
|
1778
|
+
|
|
1779
|
+
export declare type TemplateFormLabelPosition = "default" | "left" | "top";
|
|
1780
|
+
|
|
1781
|
+
export declare interface TemplateFormProps<
|
|
1592
1782
|
T extends
|
|
1593
1783
|
| ONTOLOGY.Object
|
|
1594
1784
|
| ONTOLOGY.Event
|
|
@@ -1605,11 +1795,11 @@ K extends
|
|
|
1605
1795
|
| ONTOLOGY.UpdateEventDTO
|
|
1606
1796
|
| ONTOLOGY.UpdateFileDTO
|
|
1607
1797
|
| ONTOLOGY.UpdateAgentDTO
|
|
1608
|
-
| ONTOLOGY.UpdateSystemDTO
|
|
1798
|
+
| ONTOLOGY.UpdateSystemDTO,
|
|
1609
1799
|
> {
|
|
1610
|
-
|
|
1800
|
+
templates: Map<string | number, T>;
|
|
1611
1801
|
|
|
1612
|
-
|
|
1802
|
+
values: DefaultValues<
|
|
1613
1803
|
ONTOLOGY.CreateObjectDTO &
|
|
1614
1804
|
ONTOLOGY.CreateEventDTO &
|
|
1615
1805
|
ONTOLOGY.CreateFileDTO &
|
|
@@ -1625,28 +1815,87 @@ K extends
|
|
|
1625
1815
|
agentTemplates?: Map<string | number, ONTOLOGY.Agent>;
|
|
1626
1816
|
agentsData?: FV.HierarchySearchResults;
|
|
1627
1817
|
selectedAgentInstances?: INSTANCE.Agent[];
|
|
1628
|
-
inputVariant?:
|
|
1629
|
-
|
|
1818
|
+
inputVariant?: TemplateFormInputVariant;
|
|
1819
|
+
labelPosition?: TemplateFormLabelPosition;
|
|
1820
|
+
disableTemplateKey?: boolean;
|
|
1630
1821
|
disablePropertyId?: boolean;
|
|
1631
1822
|
disableParent?: boolean;
|
|
1632
|
-
saveButtons?: SubmitButton_2[];
|
|
1633
|
-
onSubmit(data: any, showNotification?: boolean): void;
|
|
1634
|
-
onCancel?(): void;
|
|
1635
|
-
onAgentSelect?(selectedIds: number[]): void;
|
|
1636
1823
|
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1824
|
+
/** URLs of icons selectable in the "Choose Icon" tab. */
|
|
1825
|
+
iconList?: string[];
|
|
1826
|
+
/**
|
|
1827
|
+
* URL of the most recently uploaded icon — echoes the result of
|
|
1828
|
+
* `onIconUpload` back into the dialog so the user can confirm it.
|
|
1829
|
+
*/
|
|
1830
|
+
newIcon?: string | null;
|
|
1831
|
+
/** Mark the upload button busy while the consumer's upload is in flight. */
|
|
1832
|
+
iconUploading?: boolean;
|
|
1833
|
+
/**
|
|
1834
|
+
* Called when the user chooses a file in the "Upload Icon" tab.
|
|
1835
|
+
* The consumer owns the actual upload (DVA dispatch, fetch, etc.) and
|
|
1836
|
+
* surfaces the resulting URL via `newIcon`.
|
|
1837
|
+
*/
|
|
1838
|
+
onIconUpload?(file: File): void;
|
|
1839
|
+
saveButtons?: TemplateFormSubmitButton[];
|
|
1840
|
+
onSubmit(data: K, showNotification?: boolean): void;
|
|
1841
|
+
onCancel?(): void;
|
|
1842
|
+
onAgentSelect?(selectedIds: number[]): void;
|
|
1843
|
+
|
|
1844
|
+
// Mapping props
|
|
1845
|
+
openMapping?: boolean;
|
|
1846
|
+
mappingData?: POLICY.InstancePolicyMapping[];
|
|
1640
1847
|
objectTemplate?: ONTOLOGY.Object;
|
|
1641
1848
|
selectedInstances?: INSTANCE.Agent[];
|
|
1642
1849
|
mapboxAccessToken?: string;
|
|
1643
1850
|
onMappingSubmit?(data: POLICY.InstancePolicyMapping[]): void;
|
|
1644
|
-
onMappingOpen?(event:
|
|
1851
|
+
onMappingOpen?(event: MouseEvent_2<HTMLButtonElement>): void;
|
|
1645
1852
|
onMappingClose?(): void;
|
|
1646
1853
|
onCatalogueInstanceSearchSubmit?(value?: string): void;
|
|
1854
|
+
|
|
1855
|
+
sx?: SxProps<Theme>;
|
|
1856
|
+
}
|
|
1857
|
+
|
|
1858
|
+
export declare interface TemplateFormSubmitButton {
|
|
1859
|
+
label: string;
|
|
1860
|
+
icon?: React.ReactNode;
|
|
1861
|
+
onClick?(): void;
|
|
1647
1862
|
}
|
|
1648
1863
|
|
|
1649
|
-
export declare const TemplatePropertyFilters:
|
|
1864
|
+
export declare const TemplatePropertyFilters: (props: TemplatePropertyFiltersProps) => JSX_2.Element;
|
|
1865
|
+
|
|
1866
|
+
export declare type TemplatePropertyFiltersComponentOverride<Theme = unknown> = {
|
|
1867
|
+
defaultProps?: TemplatePropertyFiltersProps;
|
|
1868
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCTemplatePropertyFilters"];
|
|
1869
|
+
};
|
|
1870
|
+
|
|
1871
|
+
export declare type TemplatePropertyFiltersInputVariant =
|
|
1872
|
+
| "standard"
|
|
1873
|
+
| "outlined"
|
|
1874
|
+
| "filled";
|
|
1875
|
+
|
|
1876
|
+
export declare interface TemplatePropertyFiltersProps {
|
|
1877
|
+
values: FV.TemplateFilter[];
|
|
1878
|
+
templates: Map<string | number, ONTOLOGY.TemplateType>;
|
|
1879
|
+
inputVariant?: TemplatePropertyFiltersInputVariant;
|
|
1880
|
+
fieldOptions?: {
|
|
1881
|
+
[key: string]: InstanceFormFieldOptions;
|
|
1882
|
+
};
|
|
1883
|
+
sx?: SxProps<Theme>;
|
|
1884
|
+
onChange(values: FV.TemplateFilter[], value?: FV.TemplateFilter): void;
|
|
1885
|
+
}
|
|
1886
|
+
|
|
1887
|
+
export declare const TextOverflow: (props: TextOverflowProps) => JSX_2.Element;
|
|
1888
|
+
|
|
1889
|
+
export declare type TextOverflowComponentOverride<Theme = unknown> = {
|
|
1890
|
+
defaultProps?: Partial<TextOverflowProps>;
|
|
1891
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCTextOverflow"];
|
|
1892
|
+
};
|
|
1893
|
+
|
|
1894
|
+
export declare interface TextOverflowProps {
|
|
1895
|
+
title?: string;
|
|
1896
|
+
children: default_2.ReactNode;
|
|
1897
|
+
sx?: SxProps<Theme>;
|
|
1898
|
+
}
|
|
1650
1899
|
|
|
1651
1900
|
export { ThemeOptions }
|
|
1652
1901
|
|
|
@@ -1654,7 +1903,7 @@ export { ThemeProvider }
|
|
|
1654
1903
|
|
|
1655
1904
|
export declare type TimelineComponentOverride<Theme = unknown> = {
|
|
1656
1905
|
defaultProps?: Partial<TimelineProps>;
|
|
1657
|
-
styleOverrides?:
|
|
1906
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCTimeline"];
|
|
1658
1907
|
};
|
|
1659
1908
|
|
|
1660
1909
|
export declare interface TimelineItem {
|
|
@@ -1686,7 +1935,7 @@ export declare interface TimelineProps {
|
|
|
1686
1935
|
sx?: SxProps<Theme>;
|
|
1687
1936
|
}
|
|
1688
1937
|
|
|
1689
|
-
export declare
|
|
1938
|
+
export declare const TimelineWidget: (inProps: TimelineProps) => JSX_2.Element;
|
|
1690
1939
|
|
|
1691
1940
|
export declare type TimeUnit =
|
|
1692
1941
|
| "millisecond"
|
|
@@ -1698,35 +1947,109 @@ export declare type TimeUnit =
|
|
|
1698
1947
|
| "month"
|
|
1699
1948
|
| "year";
|
|
1700
1949
|
|
|
1701
|
-
export declare const
|
|
1950
|
+
export declare const ToggleViewButton: (props: ToggleViewButtonProps) => JSX_2.Element;
|
|
1951
|
+
|
|
1952
|
+
export declare type ToggleViewButtonComponentOverride<Theme = unknown> = {
|
|
1953
|
+
defaultProps?: ToggleViewButtonProps;
|
|
1954
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCToggleViewButton"];
|
|
1955
|
+
};
|
|
1956
|
+
|
|
1957
|
+
export declare interface ToggleViewButtonProps {
|
|
1958
|
+
view: string;
|
|
1959
|
+
currentView: string;
|
|
1960
|
+
label: string;
|
|
1961
|
+
icon: default_2.ReactNode;
|
|
1962
|
+
type?: ToggleViewButtonType;
|
|
1963
|
+
size?: "small" | "medium";
|
|
1964
|
+
sx?: SxProps<Theme>;
|
|
1965
|
+
onClick?(view: string): void;
|
|
1966
|
+
}
|
|
1967
|
+
|
|
1968
|
+
export declare type ToggleViewButtonType = "icononly" | "button" | "radio";
|
|
1969
|
+
|
|
1970
|
+
export declare const TreeSelect: (props: TreeSelectProps) => JSX_2.Element;
|
|
1971
|
+
|
|
1972
|
+
export declare type TreeSelectComponentOverride<Theme = unknown> = {
|
|
1973
|
+
defaultProps?: TreeSelectProps;
|
|
1974
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCTreeSelect"];
|
|
1975
|
+
};
|
|
1976
|
+
|
|
1977
|
+
export declare type TreeSelectLabelPosition = "default" | "top";
|
|
1702
1978
|
|
|
1703
|
-
declare interface TreeSelectProps {
|
|
1979
|
+
export declare interface TreeSelectProps {
|
|
1704
1980
|
data: any;
|
|
1705
1981
|
selected: "" | string[] | undefined;
|
|
1706
|
-
variant?:
|
|
1707
|
-
labelPosition?:
|
|
1982
|
+
variant?: TreeSelectVariant;
|
|
1983
|
+
labelPosition?: TreeSelectLabelPosition;
|
|
1708
1984
|
disabled?: string[];
|
|
1709
1985
|
label?: string;
|
|
1710
1986
|
idKey?: string;
|
|
1987
|
+
sx?: SxProps<Theme>;
|
|
1711
1988
|
onChange(id: string, checked: boolean): void;
|
|
1712
1989
|
}
|
|
1713
1990
|
|
|
1714
|
-
export declare
|
|
1991
|
+
export declare type TreeSelectVariant = "standard" | "outlined" | "filled";
|
|
1992
|
+
|
|
1993
|
+
export declare const TreeViewFilter: (props: TreeViewFilterProps) => JSX_2.Element;
|
|
1994
|
+
|
|
1995
|
+
export declare type TreeViewFilterComponentOverride<Theme = unknown> = {
|
|
1996
|
+
defaultProps?: TreeViewFilterProps;
|
|
1997
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCTreeViewFilter"];
|
|
1998
|
+
};
|
|
1999
|
+
|
|
2000
|
+
export declare interface TreeViewFilterDataType extends TreeViewFilterItemProps {
|
|
2001
|
+
idKey?: string;
|
|
2002
|
+
children?: TreeViewFilterDataType[];
|
|
2003
|
+
defaultSelected?: string[];
|
|
2004
|
+
}
|
|
2005
|
+
|
|
2006
|
+
export declare interface TreeViewFilterItemProps {
|
|
2007
|
+
id: string | number;
|
|
2008
|
+
name: string;
|
|
2009
|
+
checked?: boolean;
|
|
2010
|
+
disabled?: boolean;
|
|
2011
|
+
disabledIds?: string[];
|
|
2012
|
+
onChange?(id: string, checked: boolean): void;
|
|
2013
|
+
}
|
|
2014
|
+
|
|
2015
|
+
export declare interface TreeViewFilterProps {
|
|
2016
|
+
data: TreeViewFilterDataType[];
|
|
2017
|
+
idKey?: string;
|
|
2018
|
+
selected?: string[];
|
|
2019
|
+
expanded?: string[];
|
|
2020
|
+
disabled?: string[];
|
|
2021
|
+
disableSearch?: boolean;
|
|
2022
|
+
sx?: SxProps<Theme>;
|
|
2023
|
+
onChange?(id: string, checked: boolean): void;
|
|
2024
|
+
onExpansionToggle?(
|
|
2025
|
+
event: default_2.SyntheticEvent,
|
|
2026
|
+
itemId: string,
|
|
2027
|
+
isExpanded: boolean,
|
|
2028
|
+
): void;
|
|
2029
|
+
}
|
|
2030
|
+
|
|
2031
|
+
export declare const Uploader: (props: UploaderProps) => JSX_2.Element;
|
|
1715
2032
|
|
|
1716
|
-
export declare
|
|
2033
|
+
export declare type UploaderComponentOverride<Theme = unknown> = {
|
|
2034
|
+
defaultProps?: UploaderProps;
|
|
2035
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCUploader"];
|
|
2036
|
+
};
|
|
1717
2037
|
|
|
1718
|
-
declare interface UploaderProps {
|
|
1719
|
-
type?:
|
|
2038
|
+
export declare interface UploaderProps {
|
|
2039
|
+
type?: UploaderType;
|
|
1720
2040
|
allowedExtensions?: string[];
|
|
1721
2041
|
urls?: string[];
|
|
1722
2042
|
inputName?: string;
|
|
1723
2043
|
multiple?: boolean;
|
|
1724
|
-
maxSize?: number;
|
|
1725
|
-
minSize?: number;
|
|
2044
|
+
maxSize?: number;
|
|
2045
|
+
minSize?: number;
|
|
2046
|
+
sx?: SxProps<Theme>;
|
|
1726
2047
|
onChange?(urls: string[]): void;
|
|
1727
|
-
uploadAction(file:
|
|
2048
|
+
uploadAction(file: File | File[]): Promise<string>;
|
|
1728
2049
|
}
|
|
1729
2050
|
|
|
2051
|
+
export declare type UploaderType = "IMAGE" | "VIDEO" | "FILE" | "AUDIO" | "OTHER";
|
|
2052
|
+
|
|
1730
2053
|
export declare interface VariableDataType {
|
|
1731
2054
|
title: string;
|
|
1732
2055
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
@@ -1734,42 +2057,41 @@ export declare interface VariableDataType {
|
|
|
1734
2057
|
type: string;
|
|
1735
2058
|
}
|
|
1736
2059
|
|
|
2060
|
+
export declare const VisuallyHiddenInput: StyledComponent<MUIStyledCommonProps<Theme>, Pick<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, keyof ClassAttributes<HTMLInputElement> | keyof InputHTMLAttributes<HTMLInputElement>>, {}>;
|
|
2061
|
+
|
|
2062
|
+
export declare type VisuallyHiddenInputComponentOverride<Theme = unknown> = {
|
|
2063
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCVisuallyHiddenInput"];
|
|
2064
|
+
};
|
|
2065
|
+
|
|
1737
2066
|
export declare const Widget: {
|
|
1738
|
-
Root: StyledComponent<Pick<{
|
|
1739
|
-
children?: React.ReactNode;
|
|
1740
|
-
classes?: Partial<PaperClasses>;
|
|
1741
|
-
elevation?: number;
|
|
1742
|
-
square?: boolean;
|
|
1743
|
-
sx?: SxProps_3<Theme>;
|
|
1744
|
-
variant?: OverridableStringUnion<"elevation" | "outlined", PaperPropsVariantOverrides>;
|
|
1745
|
-
} & CommonProps & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2067
|
+
Root: StyledComponent<Pick<PaperOwnProps & CommonProps & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
1746
2068
|
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;
|
|
1747
|
-
}, "children" | "sx" |
|
|
2069
|
+
}, "className" | "style" | "classes" | "children" | "sx" | "variant" | "elevation" | "square">, "className" | "style" | "classes" | "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>, {}, {}>;
|
|
1748
2070
|
Header: StyledComponent<Pick<BoxOwnProps<Theme> & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
1749
2071
|
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;
|
|
1750
|
-
}, keyof BoxOwnProps<Theme>>, "
|
|
2072
|
+
}, 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>, {}, {}>;
|
|
1751
2073
|
Content: StyledComponent<Pick<BoxOwnProps<Theme> & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
1752
2074
|
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;
|
|
1753
|
-
}, keyof BoxOwnProps<Theme>>, "
|
|
2075
|
+
}, 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>, {}, {}>;
|
|
1754
2076
|
Footer: StyledComponent<Pick<BoxOwnProps<Theme> & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
1755
2077
|
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;
|
|
1756
|
-
}, keyof BoxOwnProps<Theme>>, "
|
|
2078
|
+
}, 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>, {}, {}>;
|
|
1757
2079
|
};
|
|
1758
2080
|
|
|
1759
2081
|
export declare type WidgetComponentOverride<Theme = unknown> = {
|
|
1760
2082
|
defaultProps?: WidgetProps;
|
|
1761
|
-
styleOverrides?:
|
|
2083
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCWidget"];
|
|
1762
2084
|
};
|
|
1763
2085
|
|
|
1764
2086
|
export declare interface WidgetProps {
|
|
1765
2087
|
sx?: SxProps<Theme>;
|
|
1766
2088
|
}
|
|
1767
2089
|
|
|
1768
|
-
export declare
|
|
2090
|
+
export declare const XYChart: (inProps: XYChartProps) => JSX_2.Element;
|
|
1769
2091
|
|
|
1770
2092
|
export declare type XYChartComponentOverride<Theme = unknown> = {
|
|
1771
2093
|
defaultProps?: Partial<XYChartProps>;
|
|
1772
|
-
styleOverrides?:
|
|
2094
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCXYChart"];
|
|
1773
2095
|
};
|
|
1774
2096
|
|
|
1775
2097
|
export declare type XYChartProps = ChartProps;
|
|
@@ -1778,6 +2100,110 @@ export { }
|
|
|
1778
2100
|
|
|
1779
2101
|
|
|
1780
2102
|
|
|
2103
|
+
declare module "@mui/material/styles" {
|
|
2104
|
+
interface ComponentNameToClassKey {
|
|
2105
|
+
HCLoading: "root" | "indicator";
|
|
2106
|
+
}
|
|
2107
|
+
|
|
2108
|
+
interface ComponentsPropsList {
|
|
2109
|
+
HCLoading: LoadingProps;
|
|
2110
|
+
}
|
|
2111
|
+
|
|
2112
|
+
interface Components<Theme = unknown> {
|
|
2113
|
+
HCLoading?: LoadingComponentOverride<Theme>;
|
|
2114
|
+
}
|
|
2115
|
+
}
|
|
2116
|
+
|
|
2117
|
+
|
|
2118
|
+
|
|
2119
|
+
declare module "@mui/material/styles" {
|
|
2120
|
+
interface ComponentNameToClassKey {
|
|
2121
|
+
HCAccess: "root";
|
|
2122
|
+
}
|
|
2123
|
+
|
|
2124
|
+
interface ComponentsPropsList {
|
|
2125
|
+
HCAccess: AccessProps;
|
|
2126
|
+
}
|
|
2127
|
+
|
|
2128
|
+
interface Components<Theme = unknown> {
|
|
2129
|
+
HCAccess?: AccessComponentOverride<Theme>;
|
|
2130
|
+
}
|
|
2131
|
+
}
|
|
2132
|
+
|
|
2133
|
+
|
|
2134
|
+
|
|
2135
|
+
declare module "@mui/material/styles" {
|
|
2136
|
+
interface ComponentNameToClassKey {
|
|
2137
|
+
HCCard:
|
|
2138
|
+
| "root"
|
|
2139
|
+
| "landscapeRoot"
|
|
2140
|
+
| "media"
|
|
2141
|
+
| "mediaSkeleton"
|
|
2142
|
+
| "content"
|
|
2143
|
+
| "landscapeContent"
|
|
2144
|
+
| "menuContainer"
|
|
2145
|
+
| "contentBody"
|
|
2146
|
+
| "contentColumn"
|
|
2147
|
+
| "title"
|
|
2148
|
+
| "text"
|
|
2149
|
+
| "stats"
|
|
2150
|
+
| "infoBox"
|
|
2151
|
+
| "avatar"
|
|
2152
|
+
| "avatarLarge"
|
|
2153
|
+
| "avatarTitle"
|
|
2154
|
+
| "avatarSubTitle"
|
|
2155
|
+
| "extraActions"
|
|
2156
|
+
| "extraInfo"
|
|
2157
|
+
| "cardActions"
|
|
2158
|
+
| "avatarRow"
|
|
2159
|
+
| "avatarLabel"
|
|
2160
|
+
| "actionsContainer"
|
|
2161
|
+
| "skeletonLine"
|
|
2162
|
+
| "skeletonLineSubtle"
|
|
2163
|
+
| "skeletonAvatarCircle"
|
|
2164
|
+
| "skeletonExtraIcon"
|
|
2165
|
+
| "skeletonActions";
|
|
2166
|
+
}
|
|
2167
|
+
|
|
2168
|
+
interface ComponentsPropsList {
|
|
2169
|
+
HCCard: CardProps;
|
|
2170
|
+
}
|
|
2171
|
+
|
|
2172
|
+
interface Components<Theme = unknown> {
|
|
2173
|
+
HCCard?: CardComponentOverride<Theme>;
|
|
2174
|
+
}
|
|
2175
|
+
}
|
|
2176
|
+
|
|
2177
|
+
|
|
2178
|
+
|
|
2179
|
+
declare module "@mui/material/styles" {
|
|
2180
|
+
interface ComponentNameToClassKey {
|
|
2181
|
+
HCCardAlternate:
|
|
2182
|
+
| "root"
|
|
2183
|
+
| "body"
|
|
2184
|
+
| "menuContainer"
|
|
2185
|
+
| "headerRow"
|
|
2186
|
+
| "avatarContainer"
|
|
2187
|
+
| "titleColumn"
|
|
2188
|
+
| "title"
|
|
2189
|
+
| "subTitle"
|
|
2190
|
+
| "text"
|
|
2191
|
+
| "rightMenu"
|
|
2192
|
+
| "avatarSkeleton"
|
|
2193
|
+
| "lineSkeleton";
|
|
2194
|
+
}
|
|
2195
|
+
|
|
2196
|
+
interface ComponentsPropsList {
|
|
2197
|
+
HCCardAlternate: CardAlternateProps;
|
|
2198
|
+
}
|
|
2199
|
+
|
|
2200
|
+
interface Components<Theme = unknown> {
|
|
2201
|
+
HCCardAlternate?: CardAlternateComponentOverride<Theme>;
|
|
2202
|
+
}
|
|
2203
|
+
}
|
|
2204
|
+
|
|
2205
|
+
|
|
2206
|
+
|
|
1781
2207
|
declare module "@mui/material/styles" {
|
|
1782
2208
|
interface ComponentNameToClassKey {
|
|
1783
2209
|
HCCandlestickChart: "root";
|
|
@@ -2034,6 +2460,70 @@ declare module "@mui/material/styles" {
|
|
|
2034
2460
|
|
|
2035
2461
|
|
|
2036
2462
|
|
|
2463
|
+
declare module "@mui/material/styles" {
|
|
2464
|
+
interface ComponentNameToClassKey {
|
|
2465
|
+
HCButton: "root";
|
|
2466
|
+
}
|
|
2467
|
+
|
|
2468
|
+
interface ComponentsPropsList {
|
|
2469
|
+
HCButton: Partial<ButtonProps>;
|
|
2470
|
+
}
|
|
2471
|
+
|
|
2472
|
+
interface Components<Theme = unknown> {
|
|
2473
|
+
HCButton?: ButtonComponentOverride<Theme>;
|
|
2474
|
+
}
|
|
2475
|
+
}
|
|
2476
|
+
|
|
2477
|
+
|
|
2478
|
+
|
|
2479
|
+
declare module "@mui/material/styles" {
|
|
2480
|
+
interface ComponentNameToClassKey {
|
|
2481
|
+
HCIconButton: "root" | "verticalRoot" | "miniRoot";
|
|
2482
|
+
}
|
|
2483
|
+
|
|
2484
|
+
interface ComponentsPropsList {
|
|
2485
|
+
HCIconButton: IconButtonProps;
|
|
2486
|
+
}
|
|
2487
|
+
|
|
2488
|
+
interface Components<Theme = unknown> {
|
|
2489
|
+
HCIconButton?: IconButtonComponentOverride<Theme>;
|
|
2490
|
+
}
|
|
2491
|
+
}
|
|
2492
|
+
|
|
2493
|
+
|
|
2494
|
+
|
|
2495
|
+
declare module "@mui/material/styles" {
|
|
2496
|
+
interface ComponentNameToClassKey {
|
|
2497
|
+
HCColorPicker: "root" | "radio" | "pickerWrapper";
|
|
2498
|
+
}
|
|
2499
|
+
|
|
2500
|
+
interface ComponentsPropsList {
|
|
2501
|
+
HCColorPicker: Partial<ColorPickerProps>;
|
|
2502
|
+
}
|
|
2503
|
+
|
|
2504
|
+
interface Components<Theme = unknown> {
|
|
2505
|
+
HCColorPicker?: ColorPickerComponentOverride<Theme>;
|
|
2506
|
+
}
|
|
2507
|
+
}
|
|
2508
|
+
|
|
2509
|
+
|
|
2510
|
+
|
|
2511
|
+
declare module "@mui/material/styles" {
|
|
2512
|
+
interface ComponentNameToClassKey {
|
|
2513
|
+
HCContainer: "root" | "header" | "content";
|
|
2514
|
+
}
|
|
2515
|
+
|
|
2516
|
+
interface ComponentsPropsList {
|
|
2517
|
+
HCContainer: ContainerProps;
|
|
2518
|
+
}
|
|
2519
|
+
|
|
2520
|
+
interface Components<Theme = unknown> {
|
|
2521
|
+
HCContainer?: ContainerComponentOverride<Theme>;
|
|
2522
|
+
}
|
|
2523
|
+
}
|
|
2524
|
+
|
|
2525
|
+
|
|
2526
|
+
|
|
2037
2527
|
declare module "@mui/material/styles" {
|
|
2038
2528
|
interface ComponentNameToClassKey {
|
|
2039
2529
|
HCCollapsibleCard:
|
|
@@ -2056,6 +2546,60 @@ declare module "@mui/material/styles" {
|
|
|
2056
2546
|
|
|
2057
2547
|
|
|
2058
2548
|
|
|
2549
|
+
declare module "@mui/material/styles" {
|
|
2550
|
+
interface ComponentNameToClassKey {
|
|
2551
|
+
HCNotification: "root" | "stack" | "alert" | "title" | "message" | "closeButton";
|
|
2552
|
+
}
|
|
2553
|
+
|
|
2554
|
+
interface ComponentsPropsList {
|
|
2555
|
+
HCNotification: Partial<NotificationProviderProps>;
|
|
2556
|
+
}
|
|
2557
|
+
|
|
2558
|
+
interface Components<Theme = unknown> {
|
|
2559
|
+
HCNotification?: NotificationComponentOverride<Theme>;
|
|
2560
|
+
}
|
|
2561
|
+
}
|
|
2562
|
+
|
|
2563
|
+
|
|
2564
|
+
|
|
2565
|
+
declare module "@mui/material/styles" {
|
|
2566
|
+
interface ComponentNameToClassKey {
|
|
2567
|
+
HCContextMenu:
|
|
2568
|
+
| "root"
|
|
2569
|
+
| "list"
|
|
2570
|
+
| "item"
|
|
2571
|
+
| "itemButton"
|
|
2572
|
+
| "itemIcon"
|
|
2573
|
+
| "itemText";
|
|
2574
|
+
}
|
|
2575
|
+
|
|
2576
|
+
interface ComponentsPropsList {
|
|
2577
|
+
HCContextMenu: ContextMenuProps;
|
|
2578
|
+
}
|
|
2579
|
+
|
|
2580
|
+
interface Components<Theme = unknown> {
|
|
2581
|
+
HCContextMenu?: ContextMenuComponentOverride<Theme>;
|
|
2582
|
+
}
|
|
2583
|
+
}
|
|
2584
|
+
|
|
2585
|
+
|
|
2586
|
+
|
|
2587
|
+
declare module "@mui/material/styles" {
|
|
2588
|
+
interface ComponentNameToClassKey {
|
|
2589
|
+
HCDataGrid: "root";
|
|
2590
|
+
}
|
|
2591
|
+
|
|
2592
|
+
interface ComponentsPropsList {
|
|
2593
|
+
HCDataGrid: Partial<DataGridProps>;
|
|
2594
|
+
}
|
|
2595
|
+
|
|
2596
|
+
interface Components<Theme = unknown> {
|
|
2597
|
+
HCDataGrid?: DataGridComponentOverride<Theme>;
|
|
2598
|
+
}
|
|
2599
|
+
}
|
|
2600
|
+
|
|
2601
|
+
|
|
2602
|
+
|
|
2059
2603
|
declare namespace MAP {
|
|
2060
2604
|
interface Coordinate {
|
|
2061
2605
|
latitude: number;
|
|
@@ -2176,6 +2720,31 @@ declare module "@mui/material/styles" {
|
|
|
2176
2720
|
|
|
2177
2721
|
|
|
2178
2722
|
|
|
2723
|
+
declare module "@mui/material/styles" {
|
|
2724
|
+
interface ComponentNameToClassKey {
|
|
2725
|
+
HCSecurityLevel:
|
|
2726
|
+
| "root"
|
|
2727
|
+
| "topLabel"
|
|
2728
|
+
| "leftLayout"
|
|
2729
|
+
| "leftLabel"
|
|
2730
|
+
| "leftContent"
|
|
2731
|
+
| "formControl"
|
|
2732
|
+
| "select"
|
|
2733
|
+
| "menuItem"
|
|
2734
|
+
| "helperText";
|
|
2735
|
+
}
|
|
2736
|
+
|
|
2737
|
+
interface ComponentsPropsList {
|
|
2738
|
+
HCSecurityLevel: SecurityLevelProps;
|
|
2739
|
+
}
|
|
2740
|
+
|
|
2741
|
+
interface Components<Theme = unknown> {
|
|
2742
|
+
HCSecurityLevel?: SecurityLevelComponentOverride<Theme>;
|
|
2743
|
+
}
|
|
2744
|
+
}
|
|
2745
|
+
|
|
2746
|
+
|
|
2747
|
+
|
|
2179
2748
|
declare module "@mui/material/styles" {
|
|
2180
2749
|
interface ComponentNameToClassKey {
|
|
2181
2750
|
HCDatePickerWithCustomRange:
|
|
@@ -2237,15 +2806,15 @@ declare module "@mui/material/styles" {
|
|
|
2237
2806
|
|
|
2238
2807
|
declare module "@mui/material/styles" {
|
|
2239
2808
|
interface ComponentNameToClassKey {
|
|
2240
|
-
|
|
2809
|
+
HCDateRangePicker: "root" | "label";
|
|
2241
2810
|
}
|
|
2242
2811
|
|
|
2243
2812
|
interface ComponentsPropsList {
|
|
2244
|
-
|
|
2813
|
+
HCDateRangePicker: Partial<DateRangePickerProps>;
|
|
2245
2814
|
}
|
|
2246
2815
|
|
|
2247
2816
|
interface Components<Theme = unknown> {
|
|
2248
|
-
|
|
2817
|
+
HCDateRangePicker?: DateRangePickerComponentOverride<Theme>;
|
|
2249
2818
|
}
|
|
2250
2819
|
}
|
|
2251
2820
|
|
|
@@ -2253,11 +2822,92 @@ declare module "@mui/material/styles" {
|
|
|
2253
2822
|
|
|
2254
2823
|
declare module "@mui/material/styles" {
|
|
2255
2824
|
interface ComponentNameToClassKey {
|
|
2256
|
-
|
|
2825
|
+
HCDocumentViewer:
|
|
2826
|
+
| "root"
|
|
2827
|
+
| "appBar"
|
|
2828
|
+
| "toolbar"
|
|
2829
|
+
| "logo"
|
|
2830
|
+
| "navigation"
|
|
2831
|
+
| "actions"
|
|
2832
|
+
| "actionButton"
|
|
2833
|
+
| "actionButtonsRow"
|
|
2834
|
+
| "actionDivider"
|
|
2835
|
+
| "content"
|
|
2836
|
+
| "viewer"
|
|
2837
|
+
| "sidePanel"
|
|
2838
|
+
| "sidePanelToggleButton"
|
|
2839
|
+
| "sidePanelToggleIcon"
|
|
2840
|
+
| "input";
|
|
2257
2841
|
}
|
|
2258
2842
|
|
|
2259
2843
|
interface ComponentsPropsList {
|
|
2260
|
-
|
|
2844
|
+
HCDocumentViewer: Partial<DocumentViewerProps>;
|
|
2845
|
+
}
|
|
2846
|
+
|
|
2847
|
+
interface Components<Theme = unknown> {
|
|
2848
|
+
HCDocumentViewer?: DocumentViewerComponentOverride<Theme>;
|
|
2849
|
+
}
|
|
2850
|
+
}
|
|
2851
|
+
|
|
2852
|
+
|
|
2853
|
+
|
|
2854
|
+
declare module "@mui/material/styles" {
|
|
2855
|
+
interface ComponentNameToClassKey {
|
|
2856
|
+
HCDurationSelect: "root" | "select";
|
|
2857
|
+
}
|
|
2858
|
+
|
|
2859
|
+
interface ComponentsPropsList {
|
|
2860
|
+
HCDurationSelect: Partial<DurationSelectProps>;
|
|
2861
|
+
}
|
|
2862
|
+
|
|
2863
|
+
interface Components<Theme = unknown> {
|
|
2864
|
+
HCDurationSelect?: DurationSelectComponentOverride<Theme>;
|
|
2865
|
+
}
|
|
2866
|
+
}
|
|
2867
|
+
|
|
2868
|
+
|
|
2869
|
+
|
|
2870
|
+
declare module "@mui/material/styles" {
|
|
2871
|
+
interface ComponentNameToClassKey {
|
|
2872
|
+
HCGeometryPicker:
|
|
2873
|
+
| "root"
|
|
2874
|
+
| "topLabel"
|
|
2875
|
+
| "container"
|
|
2876
|
+
| "actions"
|
|
2877
|
+
| "actionButton"
|
|
2878
|
+
| "formControl"
|
|
2879
|
+
| "inputLabel"
|
|
2880
|
+
| "input"
|
|
2881
|
+
| "endAdornment"
|
|
2882
|
+
| "endAdornmentButton"
|
|
2883
|
+
| "dialog"
|
|
2884
|
+
| "dialogTitle"
|
|
2885
|
+
| "dialogContent"
|
|
2886
|
+
| "parserAccordion"
|
|
2887
|
+
| "parserLineLabel"
|
|
2888
|
+
| "parserRemoveButton"
|
|
2889
|
+
| "coordinateSubmit"
|
|
2890
|
+
| "geometryMapOverlay";
|
|
2891
|
+
}
|
|
2892
|
+
|
|
2893
|
+
interface ComponentsPropsList {
|
|
2894
|
+
HCGeometryPicker: Partial<GeometryPickerProps>;
|
|
2895
|
+
}
|
|
2896
|
+
|
|
2897
|
+
interface Components<Theme = unknown> {
|
|
2898
|
+
HCGeometryPicker?: GeometryPickerComponentOverride<Theme>;
|
|
2899
|
+
}
|
|
2900
|
+
}
|
|
2901
|
+
|
|
2902
|
+
|
|
2903
|
+
|
|
2904
|
+
declare module "@mui/material/styles" {
|
|
2905
|
+
interface ComponentNameToClassKey {
|
|
2906
|
+
HCHeatMap: "root" | "header" | "content";
|
|
2907
|
+
}
|
|
2908
|
+
|
|
2909
|
+
interface ComponentsPropsList {
|
|
2910
|
+
HCHeatMap: Partial<HeatMapProps>;
|
|
2261
2911
|
}
|
|
2262
2912
|
|
|
2263
2913
|
interface Components<Theme = unknown> {
|
|
@@ -2283,6 +2933,187 @@ declare module "@mui/material/styles" {
|
|
|
2283
2933
|
|
|
2284
2934
|
|
|
2285
2935
|
|
|
2936
|
+
declare module "@mui/material/styles" {
|
|
2937
|
+
interface ComponentNameToClassKey {
|
|
2938
|
+
HCTreeViewFilter:
|
|
2939
|
+
| "root"
|
|
2940
|
+
| "searchContainer"
|
|
2941
|
+
| "searchInput"
|
|
2942
|
+
| "divider"
|
|
2943
|
+
| "tree"
|
|
2944
|
+
| "treeItem"
|
|
2945
|
+
| "itemLabel"
|
|
2946
|
+
| "itemCheckbox"
|
|
2947
|
+
| "itemText";
|
|
2948
|
+
}
|
|
2949
|
+
|
|
2950
|
+
interface ComponentsPropsList {
|
|
2951
|
+
HCTreeViewFilter: TreeViewFilterProps;
|
|
2952
|
+
}
|
|
2953
|
+
|
|
2954
|
+
interface Components<Theme = unknown> {
|
|
2955
|
+
HCTreeViewFilter?: TreeViewFilterComponentOverride<Theme>;
|
|
2956
|
+
}
|
|
2957
|
+
}
|
|
2958
|
+
|
|
2959
|
+
|
|
2960
|
+
|
|
2961
|
+
declare module "@mui/material/styles" {
|
|
2962
|
+
interface ComponentNameToClassKey {
|
|
2963
|
+
HCTreeSelect:
|
|
2964
|
+
| "root"
|
|
2965
|
+
| "label"
|
|
2966
|
+
| "formControl"
|
|
2967
|
+
| "select"
|
|
2968
|
+
| "menuItem"
|
|
2969
|
+
| "dialog"
|
|
2970
|
+
| "dialogContent"
|
|
2971
|
+
| "dialogActions"
|
|
2972
|
+
| "confirmButton";
|
|
2973
|
+
}
|
|
2974
|
+
|
|
2975
|
+
interface ComponentsPropsList {
|
|
2976
|
+
HCTreeSelect: TreeSelectProps;
|
|
2977
|
+
}
|
|
2978
|
+
|
|
2979
|
+
interface Components<Theme = unknown> {
|
|
2980
|
+
HCTreeSelect?: TreeSelectComponentOverride<Theme>;
|
|
2981
|
+
}
|
|
2982
|
+
}
|
|
2983
|
+
|
|
2984
|
+
|
|
2985
|
+
|
|
2986
|
+
declare module "@mui/material/styles" {
|
|
2987
|
+
interface ComponentNameToClassKey {
|
|
2988
|
+
HCInstanceForm:
|
|
2989
|
+
| "root"
|
|
2990
|
+
| "container"
|
|
2991
|
+
| "form"
|
|
2992
|
+
| "field"
|
|
2993
|
+
| "leftLayout"
|
|
2994
|
+
| "leftLabel"
|
|
2995
|
+
| "leftContent"
|
|
2996
|
+
| "charCount"
|
|
2997
|
+
| "templateGroup"
|
|
2998
|
+
| "securityLevelContainer"
|
|
2999
|
+
| "actionsRow"
|
|
3000
|
+
| "cancelButton"
|
|
3001
|
+
| "saveButtonsContainer"
|
|
3002
|
+
| "saveButton"
|
|
3003
|
+
| "topLabelWrapper"
|
|
3004
|
+
| "topLabel"
|
|
3005
|
+
| "topLabelAsterisk"
|
|
3006
|
+
| "topLabelDescription"
|
|
3007
|
+
| "variablesContainer"
|
|
3008
|
+
| "variableFullWidth"
|
|
3009
|
+
| "policyListRoot"
|
|
3010
|
+
| "policyListLabel"
|
|
3011
|
+
| "compositeListContainer"
|
|
3012
|
+
| "compositeListLabel"
|
|
3013
|
+
| "compositeListValues"
|
|
3014
|
+
| "compositeListMiniButton"
|
|
3015
|
+
| "compositeListEnumLabel"
|
|
3016
|
+
| "compositeListEnumEmpty"
|
|
3017
|
+
| "compositeListShowMoreButton"
|
|
3018
|
+
| "compositeMatrixContainer"
|
|
3019
|
+
| "compositeMatrixLabel"
|
|
3020
|
+
| "compositeMatrixValues"
|
|
3021
|
+
| "compositeMatrixMiniButton"
|
|
3022
|
+
| "compositeMatrixFormLabel"
|
|
3023
|
+
| "compositeMatrixFormInput"
|
|
3024
|
+
| "compositeMatrixTableContainer"
|
|
3025
|
+
| "compositeMatrixTableHeaderCell"
|
|
3026
|
+
| "compositeMatrixTableCell"
|
|
3027
|
+
| "compositeMatrixEditableHeaderCell"
|
|
3028
|
+
| "compositeMatrixEditableCornerCell"
|
|
3029
|
+
| "compositeMatrixEditableRowCell"
|
|
3030
|
+
| "compositeMatrixJsonAlert"
|
|
3031
|
+
| "compositeMatrixEditorDialogTitle"
|
|
3032
|
+
| "compositeMatrixEditorDialogTitleLabel"
|
|
3033
|
+
| "compositeMatrixEditorTabs"
|
|
3034
|
+
| "compositeMatrixEditorTab"
|
|
3035
|
+
| "compositeMatrixEditorDialogContent"
|
|
3036
|
+
| "compositeMatrixEditorPanel"
|
|
3037
|
+
| "compositeMatrixEditorPreviewDivider"
|
|
3038
|
+
| "compositeMatrixEditorPreview"
|
|
3039
|
+
| "compositeMatrixEditorPreviewSwitch";
|
|
3040
|
+
}
|
|
3041
|
+
|
|
3042
|
+
interface ComponentsPropsList {
|
|
3043
|
+
HCInstanceForm: Partial<
|
|
3044
|
+
InstanceFormProps<ONTOLOGY.Object, INSTANCE.CreateObjectDTO>
|
|
3045
|
+
>;
|
|
3046
|
+
}
|
|
3047
|
+
|
|
3048
|
+
interface Components<Theme = unknown> {
|
|
3049
|
+
HCInstanceForm?: InstanceFormComponentOverride<Theme>;
|
|
3050
|
+
}
|
|
3051
|
+
}
|
|
3052
|
+
|
|
3053
|
+
|
|
3054
|
+
|
|
3055
|
+
declare module "@mui/material/styles" {
|
|
3056
|
+
interface ComponentNameToClassKey {
|
|
3057
|
+
HCPhoneInput: "root" | "label";
|
|
3058
|
+
}
|
|
3059
|
+
|
|
3060
|
+
interface ComponentsPropsList {
|
|
3061
|
+
HCPhoneInput: PhoneInputProps;
|
|
3062
|
+
}
|
|
3063
|
+
|
|
3064
|
+
interface Components<Theme = unknown> {
|
|
3065
|
+
HCPhoneInput?: PhoneInputComponentOverride<Theme>;
|
|
3066
|
+
}
|
|
3067
|
+
}
|
|
3068
|
+
|
|
3069
|
+
|
|
3070
|
+
|
|
3071
|
+
declare module "@mui/material/styles" {
|
|
3072
|
+
interface ComponentNameToClassKey {
|
|
3073
|
+
HCInstanceTable:
|
|
3074
|
+
| "root"
|
|
3075
|
+
| "dataGrid"
|
|
3076
|
+
| "actionsContainer"
|
|
3077
|
+
| "actionsGrid"
|
|
3078
|
+
| "templateIcon"
|
|
3079
|
+
| "titleButton";
|
|
3080
|
+
}
|
|
3081
|
+
|
|
3082
|
+
interface ComponentsPropsList {
|
|
3083
|
+
HCInstanceTable: InstanceTableProps;
|
|
3084
|
+
}
|
|
3085
|
+
|
|
3086
|
+
interface Components<Theme = unknown> {
|
|
3087
|
+
HCInstanceTable?: InstanceTableComponentOverride<Theme>;
|
|
3088
|
+
}
|
|
3089
|
+
}
|
|
3090
|
+
|
|
3091
|
+
|
|
3092
|
+
|
|
3093
|
+
declare module "@mui/material/styles" {
|
|
3094
|
+
interface ComponentNameToClassKey {
|
|
3095
|
+
HCInstanceHierarchyTable:
|
|
3096
|
+
| "root"
|
|
3097
|
+
| "accordion"
|
|
3098
|
+
| "summary"
|
|
3099
|
+
| "details"
|
|
3100
|
+
| "templateIcon"
|
|
3101
|
+
| "templateName"
|
|
3102
|
+
| "countChip"
|
|
3103
|
+
| "hierarchyLabel";
|
|
3104
|
+
}
|
|
3105
|
+
|
|
3106
|
+
interface ComponentsPropsList {
|
|
3107
|
+
HCInstanceHierarchyTable: InstanceHierarchyTableProps;
|
|
3108
|
+
}
|
|
3109
|
+
|
|
3110
|
+
interface Components<Theme = unknown> {
|
|
3111
|
+
HCInstanceHierarchyTable?: InstanceHierarchyTableComponentOverride<Theme>;
|
|
3112
|
+
}
|
|
3113
|
+
}
|
|
3114
|
+
|
|
3115
|
+
|
|
3116
|
+
|
|
2286
3117
|
declare module "@mui/material/styles" {
|
|
2287
3118
|
interface ComponentNameToClassKey {
|
|
2288
3119
|
HCInstanceVariableList: "root" | "row" | "title" | "value";
|
|
@@ -2384,6 +3215,38 @@ declare module "@mui/material/styles" {
|
|
|
2384
3215
|
|
|
2385
3216
|
|
|
2386
3217
|
|
|
3218
|
+
declare module "@mui/material/styles" {
|
|
3219
|
+
interface ComponentNameToClassKey {
|
|
3220
|
+
HCPlaceholder: "root";
|
|
3221
|
+
}
|
|
3222
|
+
|
|
3223
|
+
interface ComponentsPropsList {
|
|
3224
|
+
HCPlaceholder: Partial<PlaceholderProps>;
|
|
3225
|
+
}
|
|
3226
|
+
|
|
3227
|
+
interface Components<Theme = unknown> {
|
|
3228
|
+
HCPlaceholder?: PlaceholderComponentOverride<Theme>;
|
|
3229
|
+
}
|
|
3230
|
+
}
|
|
3231
|
+
|
|
3232
|
+
|
|
3233
|
+
|
|
3234
|
+
declare module "@mui/material/styles" {
|
|
3235
|
+
interface ComponentNameToClassKey {
|
|
3236
|
+
HCPositionalTooltip: "root";
|
|
3237
|
+
}
|
|
3238
|
+
|
|
3239
|
+
interface ComponentsPropsList {
|
|
3240
|
+
HCPositionalTooltip: Partial<PositionalTooltipProps>;
|
|
3241
|
+
}
|
|
3242
|
+
|
|
3243
|
+
interface Components<Theme = unknown> {
|
|
3244
|
+
HCPositionalTooltip?: PositionalTooltipComponentOverride<Theme>;
|
|
3245
|
+
}
|
|
3246
|
+
}
|
|
3247
|
+
|
|
3248
|
+
|
|
3249
|
+
|
|
2387
3250
|
declare module "@mui/material/styles" {
|
|
2388
3251
|
interface ComponentNameToClassKey {
|
|
2389
3252
|
HCPrrMap: "root" | "header" | "content";
|
|
@@ -2400,6 +3263,38 @@ declare module "@mui/material/styles" {
|
|
|
2400
3263
|
|
|
2401
3264
|
|
|
2402
3265
|
|
|
3266
|
+
declare module "@mui/material/styles" {
|
|
3267
|
+
interface ComponentNameToClassKey {
|
|
3268
|
+
HCRangeSelector:
|
|
3269
|
+
| "root"
|
|
3270
|
+
| "numberRow"
|
|
3271
|
+
| "numberRangeRow"
|
|
3272
|
+
| "numberInput"
|
|
3273
|
+
| "modeColumn"
|
|
3274
|
+
| "compositeRow"
|
|
3275
|
+
| "compositeCount"
|
|
3276
|
+
| "compositeChild"
|
|
3277
|
+
| "dateTrigger"
|
|
3278
|
+
| "dateTriggerText"
|
|
3279
|
+
| "dateTriggerArrow"
|
|
3280
|
+
| "dateLimitCaption"
|
|
3281
|
+
| "datePicker"
|
|
3282
|
+
| "dateUnitRow"
|
|
3283
|
+
| "dateUnitControl"
|
|
3284
|
+
| "dateRangeInput";
|
|
3285
|
+
}
|
|
3286
|
+
|
|
3287
|
+
interface ComponentsPropsList {
|
|
3288
|
+
HCRangeSelector: Partial<RangeSelectorProps>;
|
|
3289
|
+
}
|
|
3290
|
+
|
|
3291
|
+
interface Components<Theme = unknown> {
|
|
3292
|
+
HCRangeSelector?: RangeSelectorComponentOverride<Theme>;
|
|
3293
|
+
}
|
|
3294
|
+
}
|
|
3295
|
+
|
|
3296
|
+
|
|
3297
|
+
|
|
2403
3298
|
declare module "@mui/material/styles" {
|
|
2404
3299
|
interface ComponentNameToClassKey {
|
|
2405
3300
|
HCRasterGridMap: "root" | "header" | "content";
|
|
@@ -2416,6 +3311,22 @@ declare module "@mui/material/styles" {
|
|
|
2416
3311
|
|
|
2417
3312
|
|
|
2418
3313
|
|
|
3314
|
+
declare module "@mui/material/styles" {
|
|
3315
|
+
interface ComponentNameToClassKey {
|
|
3316
|
+
HCScrollDrag: "root";
|
|
3317
|
+
}
|
|
3318
|
+
|
|
3319
|
+
interface ComponentsPropsList {
|
|
3320
|
+
HCScrollDrag: Partial<ScrollDragProps>;
|
|
3321
|
+
}
|
|
3322
|
+
|
|
3323
|
+
interface Components<Theme = unknown> {
|
|
3324
|
+
HCScrollDrag?: ScrollDragComponentOverride<Theme>;
|
|
3325
|
+
}
|
|
3326
|
+
}
|
|
3327
|
+
|
|
3328
|
+
|
|
3329
|
+
|
|
2419
3330
|
declare module "@mui/material/styles" {
|
|
2420
3331
|
interface ComponentNameToClassKey {
|
|
2421
3332
|
HCSimplePivotTable: "root" | "header" | "content" | "footer";
|
|
@@ -2432,6 +3343,38 @@ declare module "@mui/material/styles" {
|
|
|
2432
3343
|
|
|
2433
3344
|
|
|
2434
3345
|
|
|
3346
|
+
declare module "@mui/material/styles" {
|
|
3347
|
+
interface ComponentNameToClassKey {
|
|
3348
|
+
HCSortableList: "root" | "item";
|
|
3349
|
+
}
|
|
3350
|
+
|
|
3351
|
+
interface ComponentsPropsList {
|
|
3352
|
+
HCSortableList: Partial<SortableListProps>;
|
|
3353
|
+
}
|
|
3354
|
+
|
|
3355
|
+
interface Components<Theme = unknown> {
|
|
3356
|
+
HCSortableList?: SortableListComponentOverride<Theme>;
|
|
3357
|
+
}
|
|
3358
|
+
}
|
|
3359
|
+
|
|
3360
|
+
|
|
3361
|
+
|
|
3362
|
+
declare module "@mui/material/styles" {
|
|
3363
|
+
interface ComponentNameToClassKey {
|
|
3364
|
+
HCStatsBox: "root" | "valueContainer" | "caption" | "value";
|
|
3365
|
+
}
|
|
3366
|
+
|
|
3367
|
+
interface ComponentsPropsList {
|
|
3368
|
+
HCStatsBox: Partial<StatsBoxProps>;
|
|
3369
|
+
}
|
|
3370
|
+
|
|
3371
|
+
interface Components<Theme = unknown> {
|
|
3372
|
+
HCStatsBox?: StatsBoxComponentOverride<Theme>;
|
|
3373
|
+
}
|
|
3374
|
+
}
|
|
3375
|
+
|
|
3376
|
+
|
|
3377
|
+
|
|
2435
3378
|
declare module "@mui/material/styles" {
|
|
2436
3379
|
interface ComponentNameToClassKey {
|
|
2437
3380
|
HCStaticText: "root";
|
|
@@ -2472,6 +3415,151 @@ declare module "@mui/material/styles" {
|
|
|
2472
3415
|
|
|
2473
3416
|
|
|
2474
3417
|
|
|
3418
|
+
declare module "@mui/material/styles" {
|
|
3419
|
+
interface ComponentNameToClassKey {
|
|
3420
|
+
HCTextOverflow: "root";
|
|
3421
|
+
}
|
|
3422
|
+
|
|
3423
|
+
interface ComponentsPropsList {
|
|
3424
|
+
HCTextOverflow: Partial<TextOverflowProps>;
|
|
3425
|
+
}
|
|
3426
|
+
|
|
3427
|
+
interface Components<Theme = unknown> {
|
|
3428
|
+
HCTextOverflow?: TextOverflowComponentOverride<Theme>;
|
|
3429
|
+
}
|
|
3430
|
+
}
|
|
3431
|
+
|
|
3432
|
+
|
|
3433
|
+
|
|
3434
|
+
declare module "@mui/material/styles" {
|
|
3435
|
+
interface ComponentNameToClassKey {
|
|
3436
|
+
HCTemplateFilters:
|
|
3437
|
+
| "root"
|
|
3438
|
+
| "tabsContainer"
|
|
3439
|
+
| "tabs"
|
|
3440
|
+
| "tab"
|
|
3441
|
+
| "tabPanel"
|
|
3442
|
+
| "tabPanelInner";
|
|
3443
|
+
}
|
|
3444
|
+
|
|
3445
|
+
interface ComponentsPropsList {
|
|
3446
|
+
HCTemplateFilters: TemplateFiltersProps;
|
|
3447
|
+
}
|
|
3448
|
+
|
|
3449
|
+
interface Components<Theme = unknown> {
|
|
3450
|
+
HCTemplateFilters?: TemplateFiltersComponentOverride<Theme>;
|
|
3451
|
+
}
|
|
3452
|
+
}
|
|
3453
|
+
|
|
3454
|
+
|
|
3455
|
+
|
|
3456
|
+
declare module "@mui/material/styles" {
|
|
3457
|
+
interface ComponentNameToClassKey {
|
|
3458
|
+
HCPropertyMapping:
|
|
3459
|
+
| "root"
|
|
3460
|
+
| "title"
|
|
3461
|
+
| "titleContent"
|
|
3462
|
+
| "titleHeading"
|
|
3463
|
+
| "titleSubtitle"
|
|
3464
|
+
| "titleAgentForm"
|
|
3465
|
+
| "titleAgentFields"
|
|
3466
|
+
| "titleAgentNameInput"
|
|
3467
|
+
| "titleAgentDescriptionInput"
|
|
3468
|
+
| "titleAgentMetaRow"
|
|
3469
|
+
| "titleAgentCountInput"
|
|
3470
|
+
| "titleAgentCriticalityInput"
|
|
3471
|
+
| "titleClose"
|
|
3472
|
+
| "titleCloseButton"
|
|
3473
|
+
| "content"
|
|
3474
|
+
| "policyCard"
|
|
3475
|
+
| "policyCardHeader"
|
|
3476
|
+
| "policyCardCatalogueNames"
|
|
3477
|
+
| "policyCardArrow"
|
|
3478
|
+
| "policyCardPolicyName"
|
|
3479
|
+
| "policyDataGrid"
|
|
3480
|
+
| "nameCell"
|
|
3481
|
+
| "requiredAsterisk"
|
|
3482
|
+
| "dataTypeCell"
|
|
3483
|
+
| "valueCell"
|
|
3484
|
+
| "valueCellInner"
|
|
3485
|
+
| "valueErrorIcon"
|
|
3486
|
+
| "valueUpdatedIcon"
|
|
3487
|
+
| "actions";
|
|
3488
|
+
}
|
|
3489
|
+
|
|
3490
|
+
interface ComponentsPropsList {
|
|
3491
|
+
HCPropertyMapping: Partial<PropertyMappingProps>;
|
|
3492
|
+
}
|
|
3493
|
+
|
|
3494
|
+
interface Components<Theme = unknown> {
|
|
3495
|
+
HCPropertyMapping?: PropertyMappingComponentOverride<Theme>;
|
|
3496
|
+
}
|
|
3497
|
+
}
|
|
3498
|
+
|
|
3499
|
+
|
|
3500
|
+
|
|
3501
|
+
declare module "@mui/material/styles" {
|
|
3502
|
+
interface ComponentNameToClassKey {
|
|
3503
|
+
HCTemplateForm:
|
|
3504
|
+
| "root"
|
|
3505
|
+
| "field"
|
|
3506
|
+
| "fieldGroup"
|
|
3507
|
+
| "checkboxesRow"
|
|
3508
|
+
| "actionsRow"
|
|
3509
|
+
| "actionsRight"
|
|
3510
|
+
| "cancelButton"
|
|
3511
|
+
| "saveButton"
|
|
3512
|
+
| "extraSaveButton"
|
|
3513
|
+
| "topLabel"
|
|
3514
|
+
| "leftLayout"
|
|
3515
|
+
| "leftLabel"
|
|
3516
|
+
| "leftContent";
|
|
3517
|
+
}
|
|
3518
|
+
|
|
3519
|
+
interface ComponentsPropsList {
|
|
3520
|
+
HCTemplateForm: Partial<
|
|
3521
|
+
TemplateFormProps<ONTOLOGY.Object, ONTOLOGY.CreateObjectDTO>
|
|
3522
|
+
>;
|
|
3523
|
+
}
|
|
3524
|
+
|
|
3525
|
+
interface Components<Theme = unknown> {
|
|
3526
|
+
HCTemplateForm?: TemplateFormComponentOverride<Theme>;
|
|
3527
|
+
}
|
|
3528
|
+
}
|
|
3529
|
+
|
|
3530
|
+
|
|
3531
|
+
|
|
3532
|
+
declare module "@mui/material/styles" {
|
|
3533
|
+
interface ComponentNameToClassKey {
|
|
3534
|
+
HCTemplatePropertyFilters:
|
|
3535
|
+
| "root"
|
|
3536
|
+
| "accordion"
|
|
3537
|
+
| "accordionSummary"
|
|
3538
|
+
| "accordionTitle"
|
|
3539
|
+
| "accordionDetails"
|
|
3540
|
+
| "propertyContainer"
|
|
3541
|
+
| "propertyLabel"
|
|
3542
|
+
| "propertyRangeRow"
|
|
3543
|
+
| "propertyRangeSeparator"
|
|
3544
|
+
| "propertyEnumLabel"
|
|
3545
|
+
| "propertyEnumItem"
|
|
3546
|
+
| "propertyEnumCheckbox"
|
|
3547
|
+
| "propertyShowMoreButton"
|
|
3548
|
+
| "expandIcon"
|
|
3549
|
+
| "collapseIcon";
|
|
3550
|
+
}
|
|
3551
|
+
|
|
3552
|
+
interface ComponentsPropsList {
|
|
3553
|
+
HCTemplatePropertyFilters: TemplatePropertyFiltersProps;
|
|
3554
|
+
}
|
|
3555
|
+
|
|
3556
|
+
interface Components<Theme = unknown> {
|
|
3557
|
+
HCTemplatePropertyFilters?: TemplatePropertyFiltersComponentOverride<Theme>;
|
|
3558
|
+
}
|
|
3559
|
+
}
|
|
3560
|
+
|
|
3561
|
+
|
|
3562
|
+
|
|
2475
3563
|
declare module "@mui/material/styles" {
|
|
2476
3564
|
interface ComponentNameToClassKey {
|
|
2477
3565
|
HCTimeline:
|
|
@@ -2494,6 +3582,62 @@ declare module "@mui/material/styles" {
|
|
|
2494
3582
|
|
|
2495
3583
|
|
|
2496
3584
|
|
|
3585
|
+
declare module "@mui/material/styles" {
|
|
3586
|
+
interface ComponentNameToClassKey {
|
|
3587
|
+
HCToggleViewButton: "root";
|
|
3588
|
+
}
|
|
3589
|
+
|
|
3590
|
+
interface ComponentsPropsList {
|
|
3591
|
+
HCToggleViewButton: ToggleViewButtonProps;
|
|
3592
|
+
}
|
|
3593
|
+
|
|
3594
|
+
interface Components<Theme = unknown> {
|
|
3595
|
+
HCToggleViewButton?: ToggleViewButtonComponentOverride<Theme>;
|
|
3596
|
+
}
|
|
3597
|
+
}
|
|
3598
|
+
|
|
3599
|
+
|
|
3600
|
+
|
|
3601
|
+
declare module "@mui/material/styles" {
|
|
3602
|
+
interface ComponentNameToClassKey {
|
|
3603
|
+
HCUploader:
|
|
3604
|
+
| "root"
|
|
3605
|
+
| "imageGrid"
|
|
3606
|
+
| "imageThumb"
|
|
3607
|
+
| "fileChip"
|
|
3608
|
+
| "chipIcon"
|
|
3609
|
+
| "dropArea"
|
|
3610
|
+
| "dropAreaIcon"
|
|
3611
|
+
| "dropAreaTitle"
|
|
3612
|
+
| "dropAreaCaption"
|
|
3613
|
+
| "previewDialog"
|
|
3614
|
+
| "previewCloseButton"
|
|
3615
|
+
| "previewImage";
|
|
3616
|
+
}
|
|
3617
|
+
|
|
3618
|
+
interface ComponentsPropsList {
|
|
3619
|
+
HCUploader: UploaderProps;
|
|
3620
|
+
}
|
|
3621
|
+
|
|
3622
|
+
interface Components<Theme = unknown> {
|
|
3623
|
+
HCUploader?: UploaderComponentOverride<Theme>;
|
|
3624
|
+
}
|
|
3625
|
+
}
|
|
3626
|
+
|
|
3627
|
+
|
|
3628
|
+
|
|
3629
|
+
declare module "@mui/material/styles" {
|
|
3630
|
+
interface ComponentNameToClassKey {
|
|
3631
|
+
HCVisuallyHiddenInput: "root";
|
|
3632
|
+
}
|
|
3633
|
+
|
|
3634
|
+
interface Components<Theme = unknown> {
|
|
3635
|
+
HCVisuallyHiddenInput?: VisuallyHiddenInputComponentOverride<Theme>;
|
|
3636
|
+
}
|
|
3637
|
+
}
|
|
3638
|
+
|
|
3639
|
+
|
|
3640
|
+
|
|
2497
3641
|
declare module "@mui/material/styles" {
|
|
2498
3642
|
interface ComponentNameToClassKey {
|
|
2499
3643
|
HCWidget: "root" | "header" | "content" | "footer";
|
|
@@ -2508,6 +3652,22 @@ declare module "@mui/material/styles" {
|
|
|
2508
3652
|
}
|
|
2509
3653
|
}
|
|
2510
3654
|
|
|
3655
|
+
|
|
3656
|
+
|
|
3657
|
+
declare module "@mui/material/styles" {
|
|
3658
|
+
interface ComponentNameToClassKey {
|
|
3659
|
+
HCEditableText: "root";
|
|
3660
|
+
}
|
|
3661
|
+
|
|
3662
|
+
interface ComponentsPropsList {
|
|
3663
|
+
HCEditableText: Partial<EditableTextProps>;
|
|
3664
|
+
}
|
|
3665
|
+
|
|
3666
|
+
interface Components<Theme = unknown> {
|
|
3667
|
+
HCEditableText?: EditableTextComponentOverride<Theme>;
|
|
3668
|
+
}
|
|
3669
|
+
}
|
|
3670
|
+
|
|
2511
3671
|
declare namespace AUTH {
|
|
2512
3672
|
type ModuleType =
|
|
2513
3673
|
| "UI"
|