@hybridcore/ui 1.6.1 → 1.6.3
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-C5yquWAB.js +357 -0
- package/dist/ButtonBase-BEF7oTOe.js +887 -0
- package/dist/{Delete-fBLhTHbF.js → Delete-BdyYpINH.js} +9 -8
- package/dist/{DialogContent-CGJ7alb8.js → DialogContent-BvVjD9z3.js} +127 -122
- package/dist/FormGroup-CpBsIyYR.js +89 -0
- package/dist/{IconButton-_opV1iNK.js → IconButton-BoGwbvrP.js} +26 -26
- package/dist/{InputLabel-rEwwnD4_.js → InputLabel-Dd8RrneV.js} +140 -153
- package/dist/{MenuItem-DrE50M_p.js → MenuItem-DwqJqzuM.js} +65 -89
- 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-B-Z5Y0Xq.js → Typography-DgsSLCFC.js} +28 -26
- 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/logic.js +1 -1
- 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/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/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 +18 -15
- package/dist/components/data-security-selectors/security-level/logic.js +18 -63
- package/dist/components/data-security-selectors/security-level/styled.js +23 -17
- 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 -86
- 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 -9
- 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/styled.js +1 -1
- package/dist/components/instance-variable-list/index.js +11 -11
- 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/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/styled.js +1106 -1034
- 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-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 -12
- 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 -22
- 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 -308
- package/dist/components/template-form/logic.js +69 -0
- package/dist/components/template-form/styled.js +84 -0
- 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 +1 -1
- 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-DX-SqL8M.js → createSvgIcon-Ch_cT8az.js} +68 -65
- package/dist/createSvgIcon-DuDuASu1.js +62 -0
- package/dist/debounce-46wSf_lW.js +15 -0
- package/dist/{dialog-cf4HUXXl.js → dialog-BYRnCztH.js} +30 -29
- 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-C8C3YXle.js → index-e9xTIYWt.js} +139 -137
- package/dist/main.d.ts +1066 -328
- package/dist/main.js +165 -130
- 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/useFormControl-CatNKXAi.js +10 -0
- package/dist/useId-BW-oWmul.js +19 -0
- package/dist/{useMobilePicker-B-M3dnTn.js → useMobilePicker-CY8ndYRL.js} +4777 -4491
- package/dist/useSlot-B_Q4vnX5.js +42 -0
- package/package.json +15 -7
- package/dist/AccordionSummary-CMg08YSA.js +0 -739
- package/dist/Add-DuVVJeQU.js +0 -380
- package/dist/ButtonBase-sObABYY2.js +0 -965
- package/dist/FormControl-BCurCxRj.js +0 -1294
- package/dist/FormControlLabel-BkRfrhNy.js +0 -601
- package/dist/InputAdornment-C7PEvvYr.js +0 -155
- package/dist/Modal-DlB6GH-f.js +0 -1659
- package/dist/Paper-q9kKjAKx.js +0 -527
- package/dist/TextField-DSDIEEKu.js +0 -3161
- package/dist/assertThisInitialized-BUtkG-md.js +0 -13
- package/dist/capitalize-quqpGCFu.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 -47
- package/dist/components/key-protection/logic.js +0 -40
- package/dist/components/key-protection/styled.js +0 -45
- package/dist/components/key-protection/utils.js +0 -10
- package/dist/createSvgIcon-BM3-TsGy.js +0 -70
- package/dist/index-BMS1Otro.js +0 -183
- package/dist/index-DPKUmQnz.js +0 -501
- package/dist/index-kCJ_Zvl8.js +0 -34
- package/dist/isMuiElement-BkJ72LB3.js +0 -26
- package/dist/property-list-form-DL_dEoNn.js +0 -381
- package/dist/styled-Bsjp3kFh.js +0 -668
- package/dist/unsupportedProp-BND8AB6O.js +0 -25
- package/dist/useId-B4-oF9Mq.js +0 -34
- package/dist/utils-Cxu-fHjQ.js +0 -115
package/dist/main.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
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
8
|
import { ComponentsOverrides } from '@mui/material/styles';
|
|
@@ -8,6 +10,8 @@ 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,32 +23,36 @@ 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/system';
|
|
44
51
|
import { TabsProps as TabsProps_2 } from '@mui/material';
|
|
45
52
|
import { Theme } from '@mui/material';
|
|
46
53
|
import { ThemeOptions } from '@mui/material';
|
|
47
54
|
import { ThemeProvider } from '@mui/material';
|
|
55
|
+
import { TypographyProps } from '@mui/material';
|
|
48
56
|
|
|
49
57
|
export declare const Access: <T extends string>(props: AccessProps<T>) => JSX_2.Element | null;
|
|
50
58
|
|
|
@@ -84,14 +92,34 @@ declare interface Aggregation {
|
|
|
84
92
|
declare function alert_2(title: string, message: string): Promise<unknown>;
|
|
85
93
|
export { alert_2 as alert }
|
|
86
94
|
|
|
87
|
-
declare
|
|
95
|
+
declare type AnyDTO = ONTOLOGY.CreateObjectDTO | ONTOLOGY.CreateEventDTO | ONTOLOGY.CreateFileDTO | ONTOLOGY.CreateAgentDTO | ONTOLOGY.UpdateObjectDTO | ONTOLOGY.UpdateEventDTO | ONTOLOGY.UpdateFileDTO | ONTOLOGY.UpdateAgentDTO | ONTOLOGY.CreateSystemDTO | ONTOLOGY.UpdateSystemDTO;
|
|
96
|
+
|
|
97
|
+
declare type AnyTemplate = ONTOLOGY.Object | ONTOLOGY.Event | ONTOLOGY.Agent | ONTOLOGY.File | ONTOLOGY.System;
|
|
88
98
|
|
|
89
99
|
export declare interface BaseInterval {
|
|
90
100
|
timeUnit: TimeUnit;
|
|
91
101
|
count: number;
|
|
92
102
|
}
|
|
93
103
|
|
|
94
|
-
export declare
|
|
104
|
+
export declare const Button: (props: ButtonProps) => JSX_2.Element;
|
|
105
|
+
|
|
106
|
+
export declare type ButtonComponentOverride<Theme = unknown> = {
|
|
107
|
+
defaultProps?: Partial<ButtonProps>;
|
|
108
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCButton"];
|
|
109
|
+
};
|
|
110
|
+
|
|
111
|
+
export declare interface ButtonNavigateOptions {
|
|
112
|
+
state?: unknown;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
export declare interface ButtonProps extends ButtonProps_2 {
|
|
116
|
+
to?: string;
|
|
117
|
+
state?: unknown;
|
|
118
|
+
onNavigate?(to: string, opts: ButtonNavigateOptions): void;
|
|
119
|
+
onNavigateBack?(): void;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
export declare const CandlestickChart: (inProps: CandlestickChartProps) => JSX_2.Element;
|
|
95
123
|
|
|
96
124
|
export declare type CandlestickChartComponentOverride<Theme = unknown> = {
|
|
97
125
|
defaultProps?: Partial<CandlestickChartProps>;
|
|
@@ -237,7 +265,7 @@ export declare interface ChartValue {
|
|
|
237
265
|
dataFieldName: string;
|
|
238
266
|
}
|
|
239
267
|
|
|
240
|
-
export declare
|
|
268
|
+
export declare const ChartWrapper: (inProps: ChartWrapperProps) => JSX_2.Element;
|
|
241
269
|
|
|
242
270
|
export declare type ChartWrapperComponentOverride<Theme = unknown> = {
|
|
243
271
|
defaultProps?: Partial<ChartWrapperProps>;
|
|
@@ -269,7 +297,21 @@ export declare interface CollapsibleCardProps {
|
|
|
269
297
|
onChange?(event: React.SyntheticEvent, newExpanded: boolean): void;
|
|
270
298
|
}
|
|
271
299
|
|
|
272
|
-
export declare
|
|
300
|
+
export declare const ColorPicker: (props: ColorPickerProps) => JSX_2.Element;
|
|
301
|
+
|
|
302
|
+
export declare type ColorPickerComponentOverride<Theme = unknown> = {
|
|
303
|
+
defaultProps?: Partial<ColorPickerProps>;
|
|
304
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCColorPicker"];
|
|
305
|
+
};
|
|
306
|
+
|
|
307
|
+
export declare interface ColorPickerProps {
|
|
308
|
+
value: string;
|
|
309
|
+
swatches?: string[];
|
|
310
|
+
sx?: SxProps<Theme>;
|
|
311
|
+
onChange(value: string): void;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
export declare const ColumnLineMix: (inProps: ColumnLineMixProps) => JSX_2.Element;
|
|
273
315
|
|
|
274
316
|
export declare type ColumnLineMixComponentOverride<Theme = unknown> = {
|
|
275
317
|
defaultProps?: Partial<ColumnLineMixProps>;
|
|
@@ -278,7 +320,16 @@ export declare type ColumnLineMixComponentOverride<Theme = unknown> = {
|
|
|
278
320
|
|
|
279
321
|
export declare type ColumnLineMixProps = ChartProps;
|
|
280
322
|
|
|
281
|
-
export declare
|
|
323
|
+
export declare interface CompositeListRangeProps {
|
|
324
|
+
value: SIMULATION.RandomInfoComposite;
|
|
325
|
+
mapboxAccessToken: string;
|
|
326
|
+
innerType?: string;
|
|
327
|
+
minDate?: string;
|
|
328
|
+
maxDate?: string;
|
|
329
|
+
onChange(value: SIMULATION.RandomInfoComposite): void;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
export declare const ConditionalWrapper: ({ condition, wrapper, children, }: ConditionalWrapperProps) => JSX_2.Element;
|
|
282
333
|
|
|
283
334
|
declare interface ConditionalWrapperProps {
|
|
284
335
|
/**
|
|
@@ -347,7 +398,26 @@ export declare interface ContextMenuProps {
|
|
|
347
398
|
|
|
348
399
|
export { createTheme }
|
|
349
400
|
|
|
350
|
-
export declare
|
|
401
|
+
export declare const DataGrid: <R extends GridValidRowModel = GridValidRowModel>(inProps: DataGridProps<R>) => JSX_2.Element;
|
|
402
|
+
|
|
403
|
+
export declare type DataGridComponentOverride<Theme = unknown> = {
|
|
404
|
+
defaultProps?: Partial<DataGridProps>;
|
|
405
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCDataGrid"];
|
|
406
|
+
};
|
|
407
|
+
|
|
408
|
+
export declare interface DataGridProps<R extends GridValidRowModel = GridValidRowModel>
|
|
409
|
+
extends Omit<DataGridProps_2, "rows" | "columns"> {
|
|
410
|
+
rows: R[];
|
|
411
|
+
columns: GridColDef<R>[];
|
|
412
|
+
density?: "compact" | "standard" | "comfortable";
|
|
413
|
+
hideFooter?: boolean;
|
|
414
|
+
autoHeight?: boolean;
|
|
415
|
+
loading?: boolean;
|
|
416
|
+
onRowClick?(params: GridRowParams<R>): void;
|
|
417
|
+
sx?: SxProps<Theme>;
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
export declare const DataMap: (inProps: DataMapProps) => JSX_2.Element;
|
|
351
421
|
|
|
352
422
|
export declare type DataMapComponentOverride<Theme = unknown> = {
|
|
353
423
|
defaultProps?: Partial<DataMapProps>;
|
|
@@ -371,7 +441,7 @@ export declare type DateFilterValue =
|
|
|
371
441
|
| { type: "relative"; value: RelativeDatePreset }
|
|
372
442
|
| { type: "custom"; value: { min?: string; max?: string } };
|
|
373
443
|
|
|
374
|
-
export declare
|
|
444
|
+
export declare const DatePickerWithCustomRange: (inProps: DatePickerWithCustomRangeProps) => JSX_2.Element;
|
|
375
445
|
|
|
376
446
|
export declare type DatePickerWithCustomRangeComponentOverride<Theme = unknown> = {
|
|
377
447
|
defaultProps?: Partial<DatePickerWithCustomRangeProps>;
|
|
@@ -390,7 +460,26 @@ export declare interface DatePickerWithCustomRangeProps {
|
|
|
390
460
|
sx?: SxProps<Theme>;
|
|
391
461
|
}
|
|
392
462
|
|
|
393
|
-
export declare const
|
|
463
|
+
export declare const DateRangePicker: ({ label, sx, ...rest }: DateRangePickerProps) => JSX_2.Element;
|
|
464
|
+
|
|
465
|
+
export declare type DateRangePickerComponentOverride<Theme = unknown> = {
|
|
466
|
+
defaultProps?: Partial<DateRangePickerProps>;
|
|
467
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCDateRangePicker"];
|
|
468
|
+
};
|
|
469
|
+
|
|
470
|
+
export declare interface DateRangePickerProps extends DateRangePickerProps_2 {
|
|
471
|
+
label?: string;
|
|
472
|
+
sx?: SxProps<Theme>;
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
export declare interface DateRangeProps {
|
|
476
|
+
value: SIMULATION.RandomInfoDate;
|
|
477
|
+
minDate: string;
|
|
478
|
+
maxDate: string;
|
|
479
|
+
onChange(value: SIMULATION.RandomInfoDate): void;
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
export declare const DateTimePicker: (inProps: DateTimePickerProps) => JSX_2.Element;
|
|
394
483
|
|
|
395
484
|
export declare type DateTimePickerComponentOverride<Theme = unknown> = {
|
|
396
485
|
defaultProps?: Partial<DateTimePickerProps>;
|
|
@@ -417,18 +506,6 @@ export declare type DateTimePickerSize = "small" | "medium";
|
|
|
417
506
|
|
|
418
507
|
export declare type DateTimePickerVariant = "standard" | "outlined" | "filled";
|
|
419
508
|
|
|
420
|
-
declare function decrypt(encryptionKey: any, base64data: string): Promise<{
|
|
421
|
-
status: string;
|
|
422
|
-
data: string;
|
|
423
|
-
message?: undefined;
|
|
424
|
-
} | {
|
|
425
|
-
status: string;
|
|
426
|
-
message: string;
|
|
427
|
-
data?: undefined;
|
|
428
|
-
}>;
|
|
429
|
-
|
|
430
|
-
declare const _default: default_2.MemoExoticComponent<(props: MAP.Props & default_2.RefAttributes<MAP.Handle>) => default_2.ReactNode | null>;
|
|
431
|
-
|
|
432
509
|
/**
|
|
433
510
|
* Default English labels for the relative preset chips. Consumers can override
|
|
434
511
|
* any subset via the `presetLabels` prop.
|
|
@@ -441,7 +518,7 @@ export declare const DEFAULT_RELATIVE_PRESET_LABELS: Record<RelativeDatePreset,
|
|
|
441
518
|
*/
|
|
442
519
|
export declare const DEFAULT_VIRIDIS_COOL: readonly string[];
|
|
443
520
|
|
|
444
|
-
export declare const DisseminationList: (
|
|
521
|
+
export declare const DisseminationList: (inProps: DisseminationListProps) => JSX_2.Element;
|
|
445
522
|
|
|
446
523
|
export declare type DisseminationListComponentOverride<Theme = unknown> = {
|
|
447
524
|
defaultProps?: Partial<DisseminationListProps>;
|
|
@@ -462,7 +539,7 @@ export declare interface DisseminationListProps {
|
|
|
462
539
|
|
|
463
540
|
export declare type DisseminationListVariant = "standard" | "outlined" | "filled";
|
|
464
541
|
|
|
465
|
-
export declare
|
|
542
|
+
export declare const Divider: (inProps: DividerProps) => JSX_2.Element;
|
|
466
543
|
|
|
467
544
|
export declare type DividerComponentOverride<Theme = unknown> = {
|
|
468
545
|
defaultProps?: Partial<DividerProps>;
|
|
@@ -474,9 +551,14 @@ export declare interface DividerProps {
|
|
|
474
551
|
sx?: SxProps<Theme>;
|
|
475
552
|
}
|
|
476
553
|
|
|
477
|
-
export declare const DocumentViewer:
|
|
554
|
+
export declare const DocumentViewer: (props: DocumentViewerProps) => JSX_2.Element;
|
|
555
|
+
|
|
556
|
+
export declare type DocumentViewerComponentOverride<Theme = unknown> = {
|
|
557
|
+
defaultProps?: Partial<DocumentViewerProps>;
|
|
558
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCDocumentViewer"];
|
|
559
|
+
};
|
|
478
560
|
|
|
479
|
-
declare interface DocumentViewerProps {
|
|
561
|
+
export declare interface DocumentViewerProps {
|
|
480
562
|
data?: string; // Base64
|
|
481
563
|
customContent?: default_2.ReactNode;
|
|
482
564
|
logo: default_2.ReactNode;
|
|
@@ -484,9 +566,10 @@ declare interface DocumentViewerProps {
|
|
|
484
566
|
rightPanel?: default_2.ReactNode;
|
|
485
567
|
rightPanelWidth?: number;
|
|
486
568
|
onBookmark(): void;
|
|
569
|
+
sx?: SxProps<Theme>;
|
|
487
570
|
}
|
|
488
571
|
|
|
489
|
-
export declare
|
|
572
|
+
export declare const DrillDownTreemap: (inProps: DrillDownTreemapProps) => JSX_2.Element;
|
|
490
573
|
|
|
491
574
|
export declare type DrillDownTreemapComponentOverride<Theme = unknown> = {
|
|
492
575
|
defaultProps?: Partial<DrillDownTreemapProps>;
|
|
@@ -495,7 +578,7 @@ export declare type DrillDownTreemapComponentOverride<Theme = unknown> = {
|
|
|
495
578
|
|
|
496
579
|
export declare type DrillDownTreemapProps = ChartProps;
|
|
497
580
|
|
|
498
|
-
export declare
|
|
581
|
+
export declare const DrillDownVoronoiTreemap: (inProps: DrillDownVoronoiTreemapProps) => JSX_2.Element;
|
|
499
582
|
|
|
500
583
|
export declare type DrillDownVoronoiTreemapComponentOverride<Theme = unknown> = {
|
|
501
584
|
defaultProps?: Partial<DrillDownVoronoiTreemapProps>;
|
|
@@ -504,30 +587,38 @@ export declare type DrillDownVoronoiTreemapComponentOverride<Theme = unknown> =
|
|
|
504
587
|
|
|
505
588
|
export declare type DrillDownVoronoiTreemapProps = ChartProps;
|
|
506
589
|
|
|
507
|
-
declare
|
|
508
|
-
status: string;
|
|
509
|
-
data: string;
|
|
510
|
-
message?: undefined;
|
|
511
|
-
} | {
|
|
512
|
-
status: string;
|
|
513
|
-
message: string;
|
|
514
|
-
data?: undefined;
|
|
515
|
-
}>;
|
|
590
|
+
export declare const DurationSelect: (props: DurationSelectProps) => JSX_2.Element;
|
|
516
591
|
|
|
517
|
-
declare
|
|
592
|
+
export declare type DurationSelectComponentOverride<Theme = unknown> = {
|
|
593
|
+
defaultProps?: Partial<DurationSelectProps>;
|
|
594
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCDurationSelect"];
|
|
595
|
+
};
|
|
518
596
|
|
|
519
|
-
declare interface
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
597
|
+
export declare interface DurationSelectOption {
|
|
598
|
+
value: string;
|
|
599
|
+
label: string;
|
|
600
|
+
}
|
|
601
|
+
|
|
602
|
+
export declare interface DurationSelectProps {
|
|
603
|
+
value?: DurationSelectValue | string;
|
|
604
|
+
options?: DurationSelectOption[];
|
|
605
|
+
sx?: SxProps<Theme>;
|
|
606
|
+
onChange?(value: string): void;
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
export declare type DurationSelectValue = "24 Hours" | "7 Days" | "30 Days";
|
|
610
|
+
|
|
611
|
+
export declare const EditableText: (props: EditableTextProps) => JSX_2.Element;
|
|
612
|
+
|
|
613
|
+
export declare type EditableTextComponentOverride<Theme = unknown> = {
|
|
614
|
+
defaultProps?: Partial<EditableTextProps>;
|
|
615
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCEditableText"];
|
|
616
|
+
};
|
|
617
|
+
|
|
618
|
+
export declare interface EditableTextProps extends TypographyProps {
|
|
619
|
+
text?: string;
|
|
526
620
|
placeholder?: string;
|
|
527
|
-
|
|
528
|
-
component?: React.ReactNode;
|
|
529
|
-
maxChar?: number;
|
|
530
|
-
[key: string]: string | number | object | boolean;
|
|
621
|
+
onChange?(text: string | null): void;
|
|
531
622
|
}
|
|
532
623
|
|
|
533
624
|
export declare const FlexCol: StyledComponent<BoxOwnProps<Theme> & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
@@ -538,9 +629,57 @@ export declare const FlexRow: StyledComponent<BoxOwnProps<Theme> & Omit<Omit<Det
|
|
|
538
629
|
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;
|
|
539
630
|
}, keyof BoxOwnProps<Theme>> & MUIStyledCommonProps<Theme>, {}, {}>;
|
|
540
631
|
|
|
541
|
-
declare
|
|
632
|
+
export declare const GeometryDraw: ({ mapId, mapboxAccessToken, value: defaultValue, disableActions, variant, defaultExtent, onCancel, onSubmit, onChange, }: GeometryDrawProps) => JSX_2.Element;
|
|
542
633
|
|
|
543
|
-
export declare
|
|
634
|
+
export declare interface GeometryDrawProps {
|
|
635
|
+
mapId: string;
|
|
636
|
+
mapboxAccessToken?: string;
|
|
637
|
+
value?: string;
|
|
638
|
+
disableActions?: boolean;
|
|
639
|
+
variant?: "inline" | "dialog";
|
|
640
|
+
defaultExtent?: Extent;
|
|
641
|
+
onCancel?(): void;
|
|
642
|
+
onSubmit?(value: string): void;
|
|
643
|
+
onChange?(value: string): void;
|
|
644
|
+
}
|
|
645
|
+
|
|
646
|
+
export declare const GeometryParser: (props: GeometryParserProps) => JSX_2.Element;
|
|
647
|
+
|
|
648
|
+
export declare interface GeometryParserProps {
|
|
649
|
+
value: string;
|
|
650
|
+
type?: 'WKT' | 'KML';
|
|
651
|
+
disableGrouping?: boolean;
|
|
652
|
+
onChange?(value: string): void;
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
export declare const GeometryPicker: (props: GeometryPickerProps) => JSX_2.Element;
|
|
656
|
+
|
|
657
|
+
export declare type GeometryPickerComponentOverride<Theme = unknown> = {
|
|
658
|
+
defaultProps?: Partial<GeometryPickerProps>;
|
|
659
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCGeometryPicker"];
|
|
660
|
+
};
|
|
661
|
+
|
|
662
|
+
export declare type GeometryPickerLabelPosition = "default" | "top";
|
|
663
|
+
|
|
664
|
+
export declare interface GeometryPickerProps {
|
|
665
|
+
label?: string;
|
|
666
|
+
mapboxAccessToken?: string;
|
|
667
|
+
value?: string;
|
|
668
|
+
disableAddCoordinate?: boolean;
|
|
669
|
+
defaultExtent?: Extent;
|
|
670
|
+
variant?: GeometryPickerVariant;
|
|
671
|
+
labelPosition?: GeometryPickerLabelPosition;
|
|
672
|
+
onChange?(value: string): void;
|
|
673
|
+
sx?: SxProps<Theme>;
|
|
674
|
+
}
|
|
675
|
+
|
|
676
|
+
export declare type GeometryPickerVariant = "standard" | "outlined" | "filled";
|
|
677
|
+
|
|
678
|
+
export declare interface GeometryRangeProps {
|
|
679
|
+
value: SIMULATION.RandomInfoGeometry;
|
|
680
|
+
mapboxAccessToken: string;
|
|
681
|
+
onChange(value: SIMULATION.RandomInfoGeometry): void;
|
|
682
|
+
}
|
|
544
683
|
|
|
545
684
|
declare const hasAccess: (path: string, access: AccessType, permissions: AUTH.PermissionType) => boolean;
|
|
546
685
|
|
|
@@ -555,9 +694,11 @@ declare const hasDataAccess: (role: string, access: AccessType, permissions: AUT
|
|
|
555
694
|
|
|
556
695
|
declare const hasUIAccess: <T extends string>(feature: AccessFeatureType | T, permissions?: AUTH.PermissionType) => boolean;
|
|
557
696
|
|
|
558
|
-
export declare
|
|
697
|
+
export declare const HCNotificationProvider: (props: NotificationProviderProps) => JSX_2.Element | null;
|
|
559
698
|
|
|
560
|
-
export declare
|
|
699
|
+
export declare const HeatMap: (inProps: HeatMapProps) => JSX_2.Element;
|
|
700
|
+
|
|
701
|
+
export declare const Heatmap: (inProps: HeatmapProps) => JSX_2.Element;
|
|
561
702
|
|
|
562
703
|
export declare type HeatMapComponentOverride<Theme = unknown> = {
|
|
563
704
|
defaultProps?: Partial<HeatMapProps>;
|
|
@@ -588,7 +729,7 @@ export declare interface HeatMapProps {
|
|
|
588
729
|
|
|
589
730
|
export declare type HeatmapProps = ChartProps;
|
|
590
731
|
|
|
591
|
-
export declare
|
|
732
|
+
export declare const HighlightLineChart: (props: HighlightLineChartProps) => JSX_2.Element;
|
|
592
733
|
|
|
593
734
|
export declare type HighlightLineChartComponentOverride<Theme = unknown> = {
|
|
594
735
|
defaultProps?: HighlightLineChartProps;
|
|
@@ -621,39 +762,46 @@ export declare interface IconButtonProps extends Omit<IconButtonProps_2, "varian
|
|
|
621
762
|
|
|
622
763
|
export declare type IconButtonVariant = "default" | "vertical" | "mini";
|
|
623
764
|
|
|
624
|
-
declare
|
|
765
|
+
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;
|
|
625
766
|
|
|
626
|
-
export declare
|
|
767
|
+
export declare type InstanceFormComponentOverride<Theme = unknown> = {
|
|
768
|
+
defaultProps?: Partial<
|
|
769
|
+
InstanceFormProps<ONTOLOGY.Object, INSTANCE.CreateObjectDTO>
|
|
770
|
+
>;
|
|
771
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCInstanceForm"];
|
|
772
|
+
};
|
|
627
773
|
|
|
628
|
-
export declare interface
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
774
|
+
export declare interface InstanceFormFieldOptions {
|
|
775
|
+
order?: number;
|
|
776
|
+
hidden?: boolean;
|
|
777
|
+
disabled?: boolean;
|
|
778
|
+
clickable?: boolean;
|
|
779
|
+
minDate?: Dayjs;
|
|
780
|
+
helperText?: React.ReactNode;
|
|
781
|
+
placeholder?: string;
|
|
782
|
+
description?: string;
|
|
783
|
+
component?: React.ReactNode;
|
|
784
|
+
maxChar?: number;
|
|
785
|
+
[key: string]: string | number | object | boolean;
|
|
786
|
+
}
|
|
787
|
+
|
|
788
|
+
export declare interface InstanceFormHandle<K extends FieldValues = FieldValues> {
|
|
633
789
|
resetForm: () => void;
|
|
634
790
|
requestSubmit: () => void;
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
*/
|
|
641
|
-
setFormValue: (name: any, value: any) => void;
|
|
642
|
-
/**
|
|
643
|
-
*
|
|
644
|
-
* @param name
|
|
645
|
-
* @returns
|
|
646
|
-
*/
|
|
647
|
-
getFormValue: (name: any) => any;
|
|
648
|
-
/**
|
|
649
|
-
* @returns whether any form field has been modified
|
|
650
|
-
*/
|
|
791
|
+
setFormValue: <P extends FieldPath<K>>(
|
|
792
|
+
name: P,
|
|
793
|
+
value: FieldPathValue<K, P>,
|
|
794
|
+
) => void;
|
|
795
|
+
getFormValue: <P extends FieldPath<K>>(name: P) => FieldPathValue<K, P>;
|
|
651
796
|
isDirty(): boolean;
|
|
652
|
-
|
|
653
|
-
getWatchedValue: (name: string) => any;
|
|
797
|
+
getWatchedValue: <P extends FieldPath<K>>(name: P) => FieldPathValue<K, P>;
|
|
654
798
|
}
|
|
655
799
|
|
|
656
|
-
declare
|
|
800
|
+
export declare type InstanceFormInputVariant = "standard" | "outlined" | "filled";
|
|
801
|
+
|
|
802
|
+
export declare type InstanceFormLabelPosition = "default" | "left" | "top";
|
|
803
|
+
|
|
804
|
+
export declare interface InstanceFormProps<
|
|
657
805
|
T extends
|
|
658
806
|
| ONTOLOGY.Object
|
|
659
807
|
| ONTOLOGY.Event
|
|
@@ -669,22 +817,13 @@ K extends
|
|
|
669
817
|
| INSTANCE.CreateFileDTO
|
|
670
818
|
| INSTANCE.UpdateFileDTO
|
|
671
819
|
| INSTANCE.CreateSystemDTO
|
|
672
|
-
| INSTANCE.UpdateSystemDTO
|
|
820
|
+
| INSTANCE.UpdateSystemDTO,
|
|
673
821
|
> {
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
labelPosition?: "default" | "left" | "top";
|
|
680
|
-
/**
|
|
681
|
-
*
|
|
682
|
-
*/
|
|
683
|
-
mappedTemplates: Map<string | number, T>;
|
|
684
|
-
/**
|
|
685
|
-
*
|
|
686
|
-
*/
|
|
687
|
-
defaultValues: DefaultValues<
|
|
822
|
+
variant?: InstanceFormVariant;
|
|
823
|
+
inputVariant?: InstanceFormInputVariant;
|
|
824
|
+
labelPosition?: InstanceFormLabelPosition;
|
|
825
|
+
templates: Map<string | number, T>;
|
|
826
|
+
values?: DefaultValues<
|
|
688
827
|
INSTANCE.CreateObjectDTO &
|
|
689
828
|
INSTANCE.UpdateObjectDTO &
|
|
690
829
|
INSTANCE.CreateEventDTO &
|
|
@@ -694,85 +833,30 @@ K extends
|
|
|
694
833
|
INSTANCE.UpdateFileDTO
|
|
695
834
|
>;
|
|
696
835
|
fieldOptions?: {
|
|
697
|
-
[key: string]:
|
|
836
|
+
[key: string]: InstanceFormFieldOptions;
|
|
698
837
|
};
|
|
699
|
-
|
|
700
|
-
*
|
|
701
|
-
*/
|
|
702
|
-
loading: boolean;
|
|
703
|
-
/**
|
|
704
|
-
*
|
|
705
|
-
*/
|
|
838
|
+
loading?: boolean;
|
|
706
839
|
customSaveButtons?: React.ReactNode;
|
|
707
|
-
|
|
708
|
-
*
|
|
709
|
-
*/
|
|
710
|
-
removeLoading?: boolean;
|
|
711
|
-
/**
|
|
712
|
-
*
|
|
713
|
-
*/
|
|
714
|
-
/**
|
|
715
|
-
*
|
|
716
|
-
*/
|
|
717
|
-
minSecurityLevel?: number;
|
|
718
|
-
/**
|
|
719
|
-
*
|
|
720
|
-
*/
|
|
721
|
-
saveButtons?: SubmitButton[];
|
|
722
|
-
/**
|
|
723
|
-
*
|
|
724
|
-
*/
|
|
725
|
-
mode?: "create" | "edit";
|
|
726
|
-
/**
|
|
727
|
-
*
|
|
728
|
-
*/
|
|
840
|
+
saveButtons?: InstanceFormSubmitButton[];
|
|
729
841
|
keyAuth?: boolean;
|
|
730
|
-
/**
|
|
731
|
-
*
|
|
732
|
-
*/
|
|
733
|
-
securityLevelConfig?: SecurityLevelConfig;
|
|
734
|
-
/**
|
|
735
|
-
*
|
|
736
|
-
*/
|
|
737
842
|
memberedGroups: AUTH.MemberedGroupsType[];
|
|
738
|
-
/**
|
|
739
|
-
*
|
|
740
|
-
*/
|
|
741
|
-
ontologyId: number;
|
|
742
|
-
/**
|
|
743
|
-
*
|
|
744
|
-
*/
|
|
745
|
-
appRoles: AUTH.PermissionType;
|
|
746
|
-
/**
|
|
747
|
-
*
|
|
748
|
-
*/
|
|
749
843
|
securityLevels: AUTH.SecurityLevel[];
|
|
750
|
-
|
|
751
|
-
*
|
|
752
|
-
*/
|
|
753
|
-
policyList: POLICY.Policy[];
|
|
754
|
-
|
|
844
|
+
policyList?: POLICY.Policy[];
|
|
755
845
|
mapboxAccessToken?: string;
|
|
756
|
-
|
|
757
|
-
*
|
|
758
|
-
* @param template
|
|
759
|
-
*/
|
|
846
|
+
sx?: SxProps<Theme>;
|
|
760
847
|
onSelectedTemplateChange?(template: T | undefined): void;
|
|
761
|
-
|
|
762
|
-
*
|
|
763
|
-
* @param data
|
|
764
|
-
*/
|
|
765
|
-
onSubmit(data: any): void;
|
|
766
|
-
/**
|
|
767
|
-
*
|
|
768
|
-
*/
|
|
769
|
-
onRemove?(): void;
|
|
770
|
-
/**
|
|
771
|
-
*
|
|
772
|
-
*/
|
|
848
|
+
onSubmit(data: K): void;
|
|
773
849
|
onCancel?(isDirty?: boolean): void;
|
|
774
850
|
}
|
|
775
851
|
|
|
852
|
+
export declare interface InstanceFormSubmitButton {
|
|
853
|
+
label: string;
|
|
854
|
+
icon?: React.ReactNode;
|
|
855
|
+
onClick?(): void;
|
|
856
|
+
}
|
|
857
|
+
|
|
858
|
+
export declare type InstanceFormVariant = "inline" | "dialog";
|
|
859
|
+
|
|
776
860
|
export declare const InstanceHierarchyTable: (props: InstanceHierarchyTableProps) => JSX_2.Element | null;
|
|
777
861
|
|
|
778
862
|
export declare type InstanceHierarchyTableComponentOverride<Theme = unknown> = {
|
|
@@ -847,7 +931,7 @@ export declare interface InstanceTableProps {
|
|
|
847
931
|
onTitleClick?(instance: INSTANCE.GenericInstanceView): void;
|
|
848
932
|
}
|
|
849
933
|
|
|
850
|
-
export declare
|
|
934
|
+
export declare const InstanceVariableList: (inProps: InstanceVariableListProps) => JSX_2.Element;
|
|
851
935
|
|
|
852
936
|
export declare type InstanceVariableListComponentOverride<Theme = unknown> = {
|
|
853
937
|
defaultProps?: Partial<InstanceVariableListProps>;
|
|
@@ -862,30 +946,6 @@ export declare interface InstanceVariableListProps {
|
|
|
862
946
|
sx?: SxProps<Theme>;
|
|
863
947
|
}
|
|
864
948
|
|
|
865
|
-
export declare namespace KeyProductionUtils {
|
|
866
|
-
export {
|
|
867
|
-
register,
|
|
868
|
-
authenticate,
|
|
869
|
-
generateKey,
|
|
870
|
-
encrypt,
|
|
871
|
-
decrypt,
|
|
872
|
-
exportKey,
|
|
873
|
-
importKey
|
|
874
|
-
}
|
|
875
|
-
}
|
|
876
|
-
|
|
877
|
-
export declare const KeyProtectionMenu: (props: KeyProtectionMenuProps) => JSX_2.Element;
|
|
878
|
-
|
|
879
|
-
export declare type KeyProtectionMenuComponentOverride<Theme = unknown> = {
|
|
880
|
-
defaultProps?: KeyProtectionMenuProps;
|
|
881
|
-
styleOverrides?: ComponentsOverrides<Theme>["HCKeyProtectionMenu"];
|
|
882
|
-
};
|
|
883
|
-
|
|
884
|
-
export declare interface KeyProtectionMenuProps {
|
|
885
|
-
encryptionKey?: CryptoKey | null;
|
|
886
|
-
sx?: SxProps<Theme>;
|
|
887
|
-
}
|
|
888
|
-
|
|
889
949
|
export declare const LinearIndicator: (props: LinearIndicatorProps) => JSX_2.Element;
|
|
890
950
|
|
|
891
951
|
export declare type LinearIndicatorComponentOverride<Theme = unknown> = {
|
|
@@ -905,7 +965,7 @@ export declare interface LinearIndicatorProps {
|
|
|
905
965
|
sx?: SxProps<Theme>;
|
|
906
966
|
}
|
|
907
967
|
|
|
908
|
-
export declare
|
|
968
|
+
export declare const LineChart: (inProps: LineChartProps) => JSX_2.Element;
|
|
909
969
|
|
|
910
970
|
export declare type LineChartComponentOverride<Theme = unknown> = {
|
|
911
971
|
defaultProps?: Partial<LineChartProps>;
|
|
@@ -952,7 +1012,7 @@ export declare interface LoadingProps extends BoxProps {
|
|
|
952
1012
|
|
|
953
1013
|
export { LocalizationProvider }
|
|
954
1014
|
|
|
955
|
-
export declare
|
|
1015
|
+
export declare const LogaritmicScale: (inProps: LogaritmicScaleProps) => JSX_2.Element;
|
|
956
1016
|
|
|
957
1017
|
export declare type LogaritmicScaleComponentOverride<Theme = unknown> = {
|
|
958
1018
|
defaultProps?: Partial<LogaritmicScaleProps>;
|
|
@@ -1042,11 +1102,8 @@ declare namespace MAP {
|
|
|
1042
1102
|
}
|
|
1043
1103
|
}
|
|
1044
1104
|
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
_default as default
|
|
1048
|
-
}
|
|
1049
|
-
}
|
|
1105
|
+
declare const Map_2: default_2.MemoExoticComponent<(props: MAP.Props & default_2.RefAttributes<MAP.Handle>) => default_2.ReactNode | null>;
|
|
1106
|
+
export { Map_2 as Map }
|
|
1050
1107
|
|
|
1051
1108
|
export declare const MetricCard: (props: MetricCardProps) => JSX_2.Element;
|
|
1052
1109
|
|
|
@@ -1110,7 +1167,7 @@ export declare type MetricVariant =
|
|
|
1110
1167
|
| "warning"
|
|
1111
1168
|
| "danger";
|
|
1112
1169
|
|
|
1113
|
-
export declare
|
|
1170
|
+
export declare const MultipleValueAxes: (inProps: MultipleValueAxesProps) => JSX_2.Element;
|
|
1114
1171
|
|
|
1115
1172
|
export declare type MultipleValueAxesComponentOverride<Theme = unknown> = {
|
|
1116
1173
|
defaultProps?: Partial<MultipleValueAxesProps>;
|
|
@@ -1119,7 +1176,7 @@ export declare type MultipleValueAxesComponentOverride<Theme = unknown> = {
|
|
|
1119
1176
|
|
|
1120
1177
|
export declare type MultipleValueAxesProps = ChartProps;
|
|
1121
1178
|
|
|
1122
|
-
export declare
|
|
1179
|
+
export declare const NestedPie: (inProps: NestedPieProps) => JSX_2.Element;
|
|
1123
1180
|
|
|
1124
1181
|
export declare type NestedPieComponentOverride<Theme = unknown> = {
|
|
1125
1182
|
defaultProps?: Partial<NestedPieProps>;
|
|
@@ -1128,7 +1185,88 @@ export declare type NestedPieComponentOverride<Theme = unknown> = {
|
|
|
1128
1185
|
|
|
1129
1186
|
export declare type NestedPieProps = ChartProps;
|
|
1130
1187
|
|
|
1131
|
-
export declare
|
|
1188
|
+
export declare type NotificationComponentOverride<Theme = unknown> = {
|
|
1189
|
+
defaultProps?: Partial<NotificationProviderProps>;
|
|
1190
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCNotification"];
|
|
1191
|
+
};
|
|
1192
|
+
|
|
1193
|
+
export declare interface NotificationItem {
|
|
1194
|
+
id: string;
|
|
1195
|
+
severity: NotificationSeverity;
|
|
1196
|
+
message: string;
|
|
1197
|
+
options: NotifyOptions;
|
|
1198
|
+
}
|
|
1199
|
+
|
|
1200
|
+
export declare interface NotificationProviderProps {
|
|
1201
|
+
/**
|
|
1202
|
+
* Maximum number of notifications visible at the same time. Older items are
|
|
1203
|
+
* dropped when the queue exceeds this limit. Defaults to 5.
|
|
1204
|
+
*/
|
|
1205
|
+
maxVisible?: number;
|
|
1206
|
+
/**
|
|
1207
|
+
* Default anchor for notifications. Per-call `anchorOrigin` wins. Defaults
|
|
1208
|
+
* to `{ vertical: 'bottom', horizontal: 'right' }`.
|
|
1209
|
+
*/
|
|
1210
|
+
anchorOrigin?: SnackbarOrigin;
|
|
1211
|
+
/**
|
|
1212
|
+
* Default auto-hide duration in ms. Per-call value wins. Defaults to 4000.
|
|
1213
|
+
*/
|
|
1214
|
+
autoHideDuration?: number | null;
|
|
1215
|
+
/**
|
|
1216
|
+
* Default MUI Alert visual variant for every notification. Per-call value
|
|
1217
|
+
* wins. Defaults to `"filled"`.
|
|
1218
|
+
*/
|
|
1219
|
+
variant?: NotificationVariant;
|
|
1220
|
+
sx?: SxProps<Theme>;
|
|
1221
|
+
}
|
|
1222
|
+
|
|
1223
|
+
export declare type NotificationSeverity = "error" | "warning" | "info" | "success";
|
|
1224
|
+
|
|
1225
|
+
export declare type NotificationVariant = "standard" | "filled" | "outlined";
|
|
1226
|
+
|
|
1227
|
+
/**
|
|
1228
|
+
* Imperative notification API. Push a transient notification onto the queue;
|
|
1229
|
+
* the `HCNotificationProvider` mounted at the app root renders it. Returns
|
|
1230
|
+
* `void` — for programmatic dismissal, use `removeNotification(id)`.
|
|
1231
|
+
*/
|
|
1232
|
+
export declare const notify: {
|
|
1233
|
+
error: (message: string, options?: NotifyOptions) => void;
|
|
1234
|
+
warning: (message: string, options?: NotifyOptions) => void;
|
|
1235
|
+
info: (message: string, options?: NotifyOptions) => void;
|
|
1236
|
+
success: (message: string, options?: NotifyOptions) => void;
|
|
1237
|
+
};
|
|
1238
|
+
|
|
1239
|
+
export declare interface NotifyOptions {
|
|
1240
|
+
/**
|
|
1241
|
+
* Optional bold title rendered above the message.
|
|
1242
|
+
*/
|
|
1243
|
+
title?: string;
|
|
1244
|
+
/**
|
|
1245
|
+
* Milliseconds before the notification auto-dismisses. Defaults to 4000.
|
|
1246
|
+
* Set to `null` to keep the notification visible until manually closed.
|
|
1247
|
+
*/
|
|
1248
|
+
autoHideDuration?: number | null;
|
|
1249
|
+
/**
|
|
1250
|
+
* Anchor point shared by all notifications when this option is set on at
|
|
1251
|
+
* least one item; the provider uses the most-recently-set value. Defaults
|
|
1252
|
+
* to `{ vertical: 'bottom', horizontal: 'right' }`.
|
|
1253
|
+
*/
|
|
1254
|
+
anchorOrigin?: SnackbarOrigin;
|
|
1255
|
+
/**
|
|
1256
|
+
* MUI Alert visual variant. Per-call override of the provider default.
|
|
1257
|
+
*/
|
|
1258
|
+
variant?: NotificationVariant;
|
|
1259
|
+
}
|
|
1260
|
+
|
|
1261
|
+
export declare type NumberRangeMode = "range" | "list";
|
|
1262
|
+
|
|
1263
|
+
export declare interface NumberRangeProps {
|
|
1264
|
+
value: SIMULATION.RandomInfoNumber;
|
|
1265
|
+
variant?: RangeSelectorVariant;
|
|
1266
|
+
onChange(value: SIMULATION.RandomInfoNumber): void;
|
|
1267
|
+
}
|
|
1268
|
+
|
|
1269
|
+
export declare const ObjectProfileCard: (inProps: ObjectProfileCardProps) => JSX_2.Element | null;
|
|
1132
1270
|
|
|
1133
1271
|
export declare type ObjectProfileCardComponentOverride<Theme = unknown> = {
|
|
1134
1272
|
defaultProps?: Partial<ObjectProfileCardProps>;
|
|
@@ -1156,7 +1294,7 @@ declare interface OptionsType {
|
|
|
1156
1294
|
disableCancelButton?: boolean;
|
|
1157
1295
|
}
|
|
1158
1296
|
|
|
1159
|
-
export declare
|
|
1297
|
+
export declare const PackedCircles: (inProps: PackedCirclesProps) => JSX_2.Element;
|
|
1160
1298
|
|
|
1161
1299
|
export declare type PackedCirclesComponentOverride<Theme = unknown> = {
|
|
1162
1300
|
defaultProps?: Partial<PackedCirclesProps>;
|
|
@@ -1165,7 +1303,7 @@ export declare type PackedCirclesComponentOverride<Theme = unknown> = {
|
|
|
1165
1303
|
|
|
1166
1304
|
export declare type PackedCirclesProps = ChartProps;
|
|
1167
1305
|
|
|
1168
|
-
export declare
|
|
1306
|
+
export declare const PaginatedList: (inProps: PaginatedListProps) => JSX_2.Element;
|
|
1169
1307
|
|
|
1170
1308
|
export declare type PaginatedListComponentOverride<Theme = unknown> = {
|
|
1171
1309
|
defaultProps?: Partial<PaginatedListProps>;
|
|
@@ -1219,7 +1357,7 @@ export declare interface PhoneInputProps {
|
|
|
1219
1357
|
onChange(value: string): void;
|
|
1220
1358
|
}
|
|
1221
1359
|
|
|
1222
|
-
export declare
|
|
1360
|
+
export declare const PieChart: (inProps: PieChartProps) => JSX_2.Element;
|
|
1223
1361
|
|
|
1224
1362
|
export declare type PieChartComponentOverride<Theme = unknown> = {
|
|
1225
1363
|
defaultProps?: Partial<PieChartProps>;
|
|
@@ -1228,6 +1366,39 @@ export declare type PieChartComponentOverride<Theme = unknown> = {
|
|
|
1228
1366
|
|
|
1229
1367
|
export declare type PieChartProps = ChartProps;
|
|
1230
1368
|
|
|
1369
|
+
export declare const Placeholder: (props: PlaceholderProps) => JSX_2.Element;
|
|
1370
|
+
|
|
1371
|
+
export declare type PlaceholderComponentOverride<Theme = unknown> = {
|
|
1372
|
+
defaultProps?: Partial<PlaceholderProps>;
|
|
1373
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCPlaceholder"];
|
|
1374
|
+
};
|
|
1375
|
+
|
|
1376
|
+
export declare type PlaceholderPlacement = "TOP" | "RIGHT" | "BOTTOM" | "LEFT";
|
|
1377
|
+
|
|
1378
|
+
export declare interface PlaceholderProps {
|
|
1379
|
+
placement: PlaceholderPlacement;
|
|
1380
|
+
width?: number | string;
|
|
1381
|
+
sx?: SxProps<Theme>;
|
|
1382
|
+
children?: default_2.ReactNode;
|
|
1383
|
+
}
|
|
1384
|
+
|
|
1385
|
+
export declare const PositionalTooltip: ({ show, text, top, left, topOffset, leftOffset, sx, }: PositionalTooltipProps) => JSX_2.Element | null;
|
|
1386
|
+
|
|
1387
|
+
export declare type PositionalTooltipComponentOverride<Theme = unknown> = {
|
|
1388
|
+
defaultProps?: Partial<PositionalTooltipProps>;
|
|
1389
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCPositionalTooltip"];
|
|
1390
|
+
};
|
|
1391
|
+
|
|
1392
|
+
export declare interface PositionalTooltipProps {
|
|
1393
|
+
show: boolean;
|
|
1394
|
+
text?: string;
|
|
1395
|
+
top?: number;
|
|
1396
|
+
left?: number;
|
|
1397
|
+
topOffset?: number;
|
|
1398
|
+
leftOffset?: number;
|
|
1399
|
+
sx?: SxProps<Theme>;
|
|
1400
|
+
}
|
|
1401
|
+
|
|
1231
1402
|
export declare const PropertyFilterInput: (props: PropertyFilterInputProps) => JSX_2.Element | null;
|
|
1232
1403
|
|
|
1233
1404
|
export declare interface PropertyFilterInputProps {
|
|
@@ -1238,35 +1409,6 @@ export declare interface PropertyFilterInputProps {
|
|
|
1238
1409
|
onChange(value: any): void;
|
|
1239
1410
|
}
|
|
1240
1411
|
|
|
1241
|
-
declare interface Props {
|
|
1242
|
-
/**
|
|
1243
|
-
*
|
|
1244
|
-
*/
|
|
1245
|
-
label?: string;
|
|
1246
|
-
/**
|
|
1247
|
-
*
|
|
1248
|
-
*/
|
|
1249
|
-
mapboxAccessToken?: string;
|
|
1250
|
-
/**
|
|
1251
|
-
*
|
|
1252
|
-
*/
|
|
1253
|
-
value?: string;
|
|
1254
|
-
/**
|
|
1255
|
-
*
|
|
1256
|
-
*/
|
|
1257
|
-
disableAddCoordinate?: boolean;
|
|
1258
|
-
/**
|
|
1259
|
-
*
|
|
1260
|
-
*/
|
|
1261
|
-
defaultExtent?: Extent;
|
|
1262
|
-
variant?: "standard" | "outlined" | "filled";
|
|
1263
|
-
labelPosition?: "default" | "top";
|
|
1264
|
-
/**
|
|
1265
|
-
*
|
|
1266
|
-
*/
|
|
1267
|
-
onChange?(value: string): void;
|
|
1268
|
-
}
|
|
1269
|
-
|
|
1270
1412
|
export declare interface PrrItem {
|
|
1271
1413
|
id: string;
|
|
1272
1414
|
templateId: string;
|
|
@@ -1283,7 +1425,7 @@ export declare interface PrrItem {
|
|
|
1283
1425
|
variables: INSTANCE.GroupedVariables;
|
|
1284
1426
|
}
|
|
1285
1427
|
|
|
1286
|
-
export declare
|
|
1428
|
+
export declare const PrrMap: (inProps: PrrMapProps) => JSX_2.Element;
|
|
1287
1429
|
|
|
1288
1430
|
export declare type PrrMapComponentOverride<Theme = unknown> = {
|
|
1289
1431
|
defaultProps?: Partial<PrrMapProps>;
|
|
@@ -1302,7 +1444,69 @@ export declare interface PrrMapProps {
|
|
|
1302
1444
|
sx?: SxProps<Theme>;
|
|
1303
1445
|
}
|
|
1304
1446
|
|
|
1305
|
-
export declare
|
|
1447
|
+
export declare const RangeSelector: (props: RangeSelectorProps) => JSX_2.Element;
|
|
1448
|
+
|
|
1449
|
+
export declare type RangeSelectorAcceptedType =
|
|
1450
|
+
| "byte"
|
|
1451
|
+
| "double"
|
|
1452
|
+
| "integer"
|
|
1453
|
+
| "long"
|
|
1454
|
+
| "string"
|
|
1455
|
+
| "text"
|
|
1456
|
+
| "date"
|
|
1457
|
+
| "geometry"
|
|
1458
|
+
| "composite-list";
|
|
1459
|
+
|
|
1460
|
+
export declare type RangeSelectorComponentOverride<Theme = unknown> = {
|
|
1461
|
+
defaultProps?: Partial<RangeSelectorProps>;
|
|
1462
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCRangeSelector"];
|
|
1463
|
+
};
|
|
1464
|
+
|
|
1465
|
+
export declare type RangeSelectorProps =
|
|
1466
|
+
| {
|
|
1467
|
+
type: "byte" | "double" | "integer" | "long";
|
|
1468
|
+
value?: SIMULATION.RandomInfoNumber;
|
|
1469
|
+
mapboxAccessToken: string;
|
|
1470
|
+
sx?: SxProps<Theme>;
|
|
1471
|
+
onChange(value: SIMULATION.RandomInfoNumber): void;
|
|
1472
|
+
}
|
|
1473
|
+
| {
|
|
1474
|
+
type: "string" | "text";
|
|
1475
|
+
value?: SIMULATION.RandomInfoString;
|
|
1476
|
+
mapboxAccessToken: string;
|
|
1477
|
+
sx?: SxProps<Theme>;
|
|
1478
|
+
onChange(value: SIMULATION.RandomInfoString): void;
|
|
1479
|
+
}
|
|
1480
|
+
| {
|
|
1481
|
+
type: "date";
|
|
1482
|
+
value?: SIMULATION.RandomInfoDate;
|
|
1483
|
+
mapboxAccessToken: string;
|
|
1484
|
+
minDate: string;
|
|
1485
|
+
maxDate: string;
|
|
1486
|
+
sx?: SxProps<Theme>;
|
|
1487
|
+
onChange(value: SIMULATION.RandomInfoDate): void;
|
|
1488
|
+
}
|
|
1489
|
+
| {
|
|
1490
|
+
type: "geometry";
|
|
1491
|
+
value?: SIMULATION.RandomInfoGeometry;
|
|
1492
|
+
mapboxAccessToken: string;
|
|
1493
|
+
sx?: SxProps<Theme>;
|
|
1494
|
+
onChange(value: SIMULATION.RandomInfoGeometry): void;
|
|
1495
|
+
}
|
|
1496
|
+
| {
|
|
1497
|
+
type: "composite-list";
|
|
1498
|
+
value?: SIMULATION.RandomInfoComposite;
|
|
1499
|
+
mapboxAccessToken: string;
|
|
1500
|
+
innerType: string;
|
|
1501
|
+
minDate: string;
|
|
1502
|
+
maxDate: string;
|
|
1503
|
+
sx?: SxProps<Theme>;
|
|
1504
|
+
onChange(value: SIMULATION.RandomInfoComposite): void;
|
|
1505
|
+
};
|
|
1506
|
+
|
|
1507
|
+
export declare type RangeSelectorVariant = "standard" | "outlined" | "filled";
|
|
1508
|
+
|
|
1509
|
+
export declare const RasterGridMap: (inProps: RasterGridMapProps) => JSX_2.Element;
|
|
1306
1510
|
|
|
1307
1511
|
export declare type RasterGridMapComponentOverride<Theme = unknown> = {
|
|
1308
1512
|
defaultProps?: Partial<RasterGridMapProps>;
|
|
@@ -1327,8 +1531,6 @@ export declare interface RasterGridMapProps {
|
|
|
1327
1531
|
sx?: SxProps<Theme>;
|
|
1328
1532
|
}
|
|
1329
1533
|
|
|
1330
|
-
declare function register(): Promise<Credential | null>;
|
|
1331
|
-
|
|
1332
1534
|
export declare type RelativeDatePreset =
|
|
1333
1535
|
| "TODAY"
|
|
1334
1536
|
| "YESTERDAY"
|
|
@@ -1341,6 +1543,20 @@ export declare type RelativeDatePreset =
|
|
|
1341
1543
|
| "THIS_YEAR"
|
|
1342
1544
|
| "LAST_YEAR";
|
|
1343
1545
|
|
|
1546
|
+
export declare const removeNotification: (id: string) => void;
|
|
1547
|
+
|
|
1548
|
+
export declare const ScrollDrag: (props: ScrollDragProps) => JSX_2.Element;
|
|
1549
|
+
|
|
1550
|
+
export declare type ScrollDragComponentOverride<Theme = unknown> = {
|
|
1551
|
+
defaultProps?: Partial<ScrollDragProps>;
|
|
1552
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCScrollDrag"];
|
|
1553
|
+
};
|
|
1554
|
+
|
|
1555
|
+
export declare interface ScrollDragProps {
|
|
1556
|
+
children: default_2.ReactElement;
|
|
1557
|
+
sx?: SxProps<Theme>;
|
|
1558
|
+
}
|
|
1559
|
+
|
|
1344
1560
|
export declare const SearchInput: (props: SearchInputProps) => JSX_2.Element;
|
|
1345
1561
|
|
|
1346
1562
|
export declare type SearchInputComponentOverride<Theme = unknown> = {
|
|
@@ -1351,7 +1567,13 @@ export declare type SearchInputComponentOverride<Theme = unknown> = {
|
|
|
1351
1567
|
export declare type SearchInputIconSize = "small" | "medium" | "large";
|
|
1352
1568
|
|
|
1353
1569
|
export declare interface SearchInputProps {
|
|
1570
|
+
/** Initial value when used uncontrolled. */
|
|
1354
1571
|
defaultValue?: string;
|
|
1572
|
+
/**
|
|
1573
|
+
* Controlled value. When provided, the component reflects this prop and
|
|
1574
|
+
* ignores its internal state. Pair with `onChange` for full control.
|
|
1575
|
+
*/
|
|
1576
|
+
value?: string;
|
|
1355
1577
|
label?: string;
|
|
1356
1578
|
placeholder?: string;
|
|
1357
1579
|
fullWidth?: boolean;
|
|
@@ -1375,26 +1597,14 @@ export declare type SecurityLevelComponentOverride<Theme = unknown> = {
|
|
|
1375
1597
|
styleOverrides?: ComponentsOverrides<Theme>["HCSecurityLevel"];
|
|
1376
1598
|
};
|
|
1377
1599
|
|
|
1378
|
-
declare interface SecurityLevelConfig {
|
|
1379
|
-
templateKeys: string[];
|
|
1380
|
-
templateType: string;
|
|
1381
|
-
}
|
|
1382
|
-
|
|
1383
1600
|
export declare type SecurityLevelLabelPosition = "default" | "left" | "top";
|
|
1384
1601
|
|
|
1385
1602
|
export declare interface SecurityLevelProps {
|
|
1386
1603
|
value: number;
|
|
1387
|
-
ontologyId: number;
|
|
1388
|
-
appRoles: AUTH.PermissionType;
|
|
1389
1604
|
securityLevels: AUTH.SecurityLevel[];
|
|
1390
|
-
minLevel?: number;
|
|
1391
|
-
minLevelId?: number;
|
|
1392
|
-
minLevelRoles?: string[];
|
|
1393
1605
|
showError?: boolean;
|
|
1394
1606
|
variant?: SecurityLevelVariant;
|
|
1395
1607
|
labelPosition?: SecurityLevelLabelPosition;
|
|
1396
|
-
templateKeys?: string[];
|
|
1397
|
-
templateType?: string;
|
|
1398
1608
|
sx?: SxProps<Theme>;
|
|
1399
1609
|
onChange(value: number): void;
|
|
1400
1610
|
}
|
|
@@ -1415,7 +1625,7 @@ export declare interface SeriesResponse {
|
|
|
1415
1625
|
points?: SeriesPoint[];
|
|
1416
1626
|
}
|
|
1417
1627
|
|
|
1418
|
-
export declare
|
|
1628
|
+
export declare const SimplePivotTable: (inProps: SimplePivotTableProps) => JSX_2.Element;
|
|
1419
1629
|
|
|
1420
1630
|
export declare type SimplePivotTableComponentOverride<Theme = unknown> = {
|
|
1421
1631
|
defaultProps?: Partial<SimplePivotTableProps>;
|
|
@@ -1437,7 +1647,30 @@ extends Omit<SimplePivotTableProps, "sx"> {
|
|
|
1437
1647
|
aggregations: Aggregation[];
|
|
1438
1648
|
}
|
|
1439
1649
|
|
|
1440
|
-
export declare
|
|
1650
|
+
export declare const SortableList: (props: SortableListProps) => JSX_2.Element;
|
|
1651
|
+
|
|
1652
|
+
export declare type SortableListComponentOverride<Theme = unknown> = {
|
|
1653
|
+
defaultProps?: Partial<SortableListProps>;
|
|
1654
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCSortableList"];
|
|
1655
|
+
};
|
|
1656
|
+
|
|
1657
|
+
export declare interface SortableListItem {
|
|
1658
|
+
id: number | string;
|
|
1659
|
+
name: string;
|
|
1660
|
+
selected?: boolean;
|
|
1661
|
+
icon?: default_2.ReactNode;
|
|
1662
|
+
actions?: default_2.ReactNode;
|
|
1663
|
+
onClick?(item: SortableListItem): void;
|
|
1664
|
+
}
|
|
1665
|
+
|
|
1666
|
+
export declare interface SortableListProps {
|
|
1667
|
+
items: SortableListItem[];
|
|
1668
|
+
setItems(items: SortableListItem[]): void;
|
|
1669
|
+
disabled?: boolean;
|
|
1670
|
+
sx?: SxProps<Theme>;
|
|
1671
|
+
}
|
|
1672
|
+
|
|
1673
|
+
export declare const StackedAreaRadar: (inProps: StackedAreaRadarProps) => JSX_2.Element;
|
|
1441
1674
|
|
|
1442
1675
|
export declare type StackedAreaRadarComponentOverride<Theme = unknown> = {
|
|
1443
1676
|
defaultProps?: Partial<StackedAreaRadarProps>;
|
|
@@ -1446,7 +1679,7 @@ export declare type StackedAreaRadarComponentOverride<Theme = unknown> = {
|
|
|
1446
1679
|
|
|
1447
1680
|
export declare type StackedAreaRadarProps = ChartProps;
|
|
1448
1681
|
|
|
1449
|
-
export declare
|
|
1682
|
+
export declare const StackedColumnChart: (inProps: StackedColumnChartProps) => JSX_2.Element;
|
|
1450
1683
|
|
|
1451
1684
|
export declare type StackedColumnChartComponentOverride<Theme = unknown> = {
|
|
1452
1685
|
defaultProps?: Partial<StackedColumnChartProps>;
|
|
@@ -1455,7 +1688,7 @@ export declare type StackedColumnChartComponentOverride<Theme = unknown> = {
|
|
|
1455
1688
|
|
|
1456
1689
|
export declare type StackedColumnChartProps = ChartProps;
|
|
1457
1690
|
|
|
1458
|
-
export declare
|
|
1691
|
+
export declare const StaticText: (inProps: StaticTextProps) => JSX_2.Element;
|
|
1459
1692
|
|
|
1460
1693
|
export declare type StaticTextComponentOverride<Theme = unknown> = {
|
|
1461
1694
|
defaultProps?: Partial<StaticTextProps>;
|
|
@@ -1468,16 +1701,23 @@ export declare interface StaticTextProps {
|
|
|
1468
1701
|
sx?: SxProps<Theme>;
|
|
1469
1702
|
}
|
|
1470
1703
|
|
|
1471
|
-
declare
|
|
1704
|
+
export declare const StatsBox: ({ label, value, icon, ...rest }: StatsBoxProps) => JSX_2.Element;
|
|
1705
|
+
|
|
1706
|
+
export declare type StatsBoxComponentOverride<Theme = unknown> = {
|
|
1707
|
+
defaultProps?: Partial<StatsBoxProps>;
|
|
1708
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCStatsBox"];
|
|
1709
|
+
};
|
|
1710
|
+
|
|
1711
|
+
export declare interface StatsBoxProps extends BoxProps {
|
|
1472
1712
|
label: string;
|
|
1473
|
-
|
|
1474
|
-
|
|
1713
|
+
value?: number | string;
|
|
1714
|
+
icon?: default_2.ReactNode;
|
|
1475
1715
|
}
|
|
1476
1716
|
|
|
1477
|
-
declare interface
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1717
|
+
export declare interface StringRangeProps {
|
|
1718
|
+
value: SIMULATION.RandomInfoString;
|
|
1719
|
+
variant?: RangeSelectorVariant;
|
|
1720
|
+
onChange(value: SIMULATION.RandomInfoString): void;
|
|
1481
1721
|
}
|
|
1482
1722
|
|
|
1483
1723
|
export declare interface TabContent {
|
|
@@ -1530,14 +1770,29 @@ export declare interface TemplateFiltersTab {
|
|
|
1530
1770
|
onChange: (filters: FV.TemplateFilter[]) => void;
|
|
1531
1771
|
}
|
|
1532
1772
|
|
|
1533
|
-
export declare const TemplateForm: <T extends
|
|
1773
|
+
export declare const TemplateForm: <T extends AnyTemplate, K extends AnyDTO>(props: TemplateFormProps<T, K> & {
|
|
1774
|
+
ref?: default_2.Ref<TemplateFormHandle>;
|
|
1775
|
+
}) => ReturnType<typeof TemplateFormInner>;
|
|
1776
|
+
|
|
1777
|
+
export declare type TemplateFormComponentOverride<Theme = unknown> = {
|
|
1778
|
+
defaultProps?: Partial<
|
|
1779
|
+
TemplateFormProps<ONTOLOGY.Object, ONTOLOGY.CreateObjectDTO>
|
|
1780
|
+
>;
|
|
1781
|
+
styleOverrides?: ComponentsOverrides_2<Theme>["HCTemplateForm"];
|
|
1782
|
+
};
|
|
1534
1783
|
|
|
1535
1784
|
export declare interface TemplateFormHandle {
|
|
1536
|
-
getValues: (key?: string) =>
|
|
1785
|
+
getValues: (key?: string) => unknown;
|
|
1537
1786
|
resetForm: () => void;
|
|
1538
1787
|
}
|
|
1539
1788
|
|
|
1540
|
-
declare
|
|
1789
|
+
declare function TemplateFormInner<T extends AnyTemplate, K extends AnyDTO>(props: TemplateFormProps<T, K>, ref: default_2.ForwardedRef<TemplateFormHandle>): JSX_2.Element;
|
|
1790
|
+
|
|
1791
|
+
export declare type TemplateFormInputVariant = "standard" | "outlined" | "filled";
|
|
1792
|
+
|
|
1793
|
+
export declare type TemplateFormLabelPosition = "default" | "left" | "top";
|
|
1794
|
+
|
|
1795
|
+
export declare interface TemplateFormProps<
|
|
1541
1796
|
T extends
|
|
1542
1797
|
| ONTOLOGY.Object
|
|
1543
1798
|
| ONTOLOGY.Event
|
|
@@ -1554,11 +1809,11 @@ K extends
|
|
|
1554
1809
|
| ONTOLOGY.UpdateEventDTO
|
|
1555
1810
|
| ONTOLOGY.UpdateFileDTO
|
|
1556
1811
|
| ONTOLOGY.UpdateAgentDTO
|
|
1557
|
-
| ONTOLOGY.UpdateSystemDTO
|
|
1812
|
+
| ONTOLOGY.UpdateSystemDTO,
|
|
1558
1813
|
> {
|
|
1559
|
-
|
|
1814
|
+
templates: Map<string | number, T>;
|
|
1560
1815
|
|
|
1561
|
-
|
|
1816
|
+
values: DefaultValues<
|
|
1562
1817
|
ONTOLOGY.CreateObjectDTO &
|
|
1563
1818
|
ONTOLOGY.CreateEventDTO &
|
|
1564
1819
|
ONTOLOGY.CreateFileDTO &
|
|
@@ -1574,25 +1829,50 @@ K extends
|
|
|
1574
1829
|
agentTemplates?: Map<string | number, ONTOLOGY.Agent>;
|
|
1575
1830
|
agentsData?: FV.HierarchySearchResults;
|
|
1576
1831
|
selectedAgentInstances?: INSTANCE.Agent[];
|
|
1577
|
-
inputVariant?:
|
|
1578
|
-
|
|
1832
|
+
inputVariant?: TemplateFormInputVariant;
|
|
1833
|
+
labelPosition?: TemplateFormLabelPosition;
|
|
1834
|
+
disableTemplateKey?: boolean;
|
|
1579
1835
|
disablePropertyId?: boolean;
|
|
1580
1836
|
disableParent?: boolean;
|
|
1581
|
-
|
|
1582
|
-
|
|
1837
|
+
|
|
1838
|
+
/** URLs of icons selectable in the "Choose Icon" tab. */
|
|
1839
|
+
iconList?: string[];
|
|
1840
|
+
/**
|
|
1841
|
+
* URL of the most recently uploaded icon — echoes the result of
|
|
1842
|
+
* `onIconUpload` back into the dialog so the user can confirm it.
|
|
1843
|
+
*/
|
|
1844
|
+
newIcon?: string | null;
|
|
1845
|
+
/** Mark the upload button busy while the consumer's upload is in flight. */
|
|
1846
|
+
iconUploading?: boolean;
|
|
1847
|
+
/**
|
|
1848
|
+
* Called when the user chooses a file in the "Upload Icon" tab.
|
|
1849
|
+
* The consumer owns the actual upload (DVA dispatch, fetch, etc.) and
|
|
1850
|
+
* surfaces the resulting URL via `newIcon`.
|
|
1851
|
+
*/
|
|
1852
|
+
onIconUpload?(file: File): void;
|
|
1853
|
+
saveButtons?: TemplateFormSubmitButton[];
|
|
1854
|
+
onSubmit(data: K, showNotification?: boolean): void;
|
|
1583
1855
|
onCancel?(): void;
|
|
1584
1856
|
onAgentSelect?(selectedIds: number[]): void;
|
|
1585
1857
|
|
|
1586
|
-
//
|
|
1858
|
+
// Mapping props
|
|
1587
1859
|
openMapping?: boolean;
|
|
1588
1860
|
mappingData?: POLICY.InstancePolicyMapping[];
|
|
1589
1861
|
objectTemplate?: ONTOLOGY.Object;
|
|
1590
1862
|
selectedInstances?: INSTANCE.Agent[];
|
|
1591
1863
|
mapboxAccessToken?: string;
|
|
1592
1864
|
onMappingSubmit?(data: POLICY.InstancePolicyMapping[]): void;
|
|
1593
|
-
onMappingOpen?(event:
|
|
1865
|
+
onMappingOpen?(event: MouseEvent_2<HTMLButtonElement>): void;
|
|
1594
1866
|
onMappingClose?(): void;
|
|
1595
1867
|
onCatalogueInstanceSearchSubmit?(value?: string): void;
|
|
1868
|
+
|
|
1869
|
+
sx?: SxProps<Theme>;
|
|
1870
|
+
}
|
|
1871
|
+
|
|
1872
|
+
export declare interface TemplateFormSubmitButton {
|
|
1873
|
+
label: string;
|
|
1874
|
+
icon?: React.ReactNode;
|
|
1875
|
+
onClick?(): void;
|
|
1596
1876
|
}
|
|
1597
1877
|
|
|
1598
1878
|
export declare const TemplatePropertyFilters: (props: TemplatePropertyFiltersProps) => JSX_2.Element;
|
|
@@ -1612,12 +1892,25 @@ export declare interface TemplatePropertyFiltersProps {
|
|
|
1612
1892
|
templates: Map<string | number, ONTOLOGY.TemplateType>;
|
|
1613
1893
|
inputVariant?: TemplatePropertyFiltersInputVariant;
|
|
1614
1894
|
fieldOptions?: {
|
|
1615
|
-
[key: string]:
|
|
1895
|
+
[key: string]: InstanceFormFieldOptions;
|
|
1616
1896
|
};
|
|
1617
1897
|
sx?: SxProps<Theme>;
|
|
1618
1898
|
onChange(values: FV.TemplateFilter[], value?: FV.TemplateFilter): void;
|
|
1619
1899
|
}
|
|
1620
1900
|
|
|
1901
|
+
export declare const TextOverflow: (props: TextOverflowProps) => JSX_2.Element;
|
|
1902
|
+
|
|
1903
|
+
export declare type TextOverflowComponentOverride<Theme = unknown> = {
|
|
1904
|
+
defaultProps?: Partial<TextOverflowProps>;
|
|
1905
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCTextOverflow"];
|
|
1906
|
+
};
|
|
1907
|
+
|
|
1908
|
+
export declare interface TextOverflowProps {
|
|
1909
|
+
title?: string;
|
|
1910
|
+
children: default_2.ReactNode;
|
|
1911
|
+
sx?: SxProps<Theme>;
|
|
1912
|
+
}
|
|
1913
|
+
|
|
1621
1914
|
export { ThemeOptions }
|
|
1622
1915
|
|
|
1623
1916
|
export { ThemeProvider }
|
|
@@ -1656,7 +1949,7 @@ export declare interface TimelineProps {
|
|
|
1656
1949
|
sx?: SxProps<Theme>;
|
|
1657
1950
|
}
|
|
1658
1951
|
|
|
1659
|
-
export declare
|
|
1952
|
+
export declare const TimelineWidget: (inProps: TimelineProps) => JSX_2.Element;
|
|
1660
1953
|
|
|
1661
1954
|
export declare type TimeUnit =
|
|
1662
1955
|
| "millisecond"
|
|
@@ -1668,6 +1961,26 @@ export declare type TimeUnit =
|
|
|
1668
1961
|
| "month"
|
|
1669
1962
|
| "year";
|
|
1670
1963
|
|
|
1964
|
+
export declare const ToggleViewButton: (props: ToggleViewButtonProps) => JSX_2.Element;
|
|
1965
|
+
|
|
1966
|
+
export declare type ToggleViewButtonComponentOverride<Theme = unknown> = {
|
|
1967
|
+
defaultProps?: ToggleViewButtonProps;
|
|
1968
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCToggleViewButton"];
|
|
1969
|
+
};
|
|
1970
|
+
|
|
1971
|
+
export declare interface ToggleViewButtonProps {
|
|
1972
|
+
view: string;
|
|
1973
|
+
currentView: string;
|
|
1974
|
+
label: string;
|
|
1975
|
+
icon: default_2.ReactNode;
|
|
1976
|
+
type?: ToggleViewButtonType;
|
|
1977
|
+
size?: "small" | "medium";
|
|
1978
|
+
sx?: SxProps<Theme>;
|
|
1979
|
+
onClick?(view: string): void;
|
|
1980
|
+
}
|
|
1981
|
+
|
|
1982
|
+
export declare type ToggleViewButtonType = "icononly" | "button" | "radio";
|
|
1983
|
+
|
|
1671
1984
|
export declare const TreeSelect: (props: TreeSelectProps) => JSX_2.Element;
|
|
1672
1985
|
|
|
1673
1986
|
export declare type TreeSelectComponentOverride<Theme = unknown> = {
|
|
@@ -1758,17 +2071,16 @@ export declare interface VariableDataType {
|
|
|
1758
2071
|
type: string;
|
|
1759
2072
|
}
|
|
1760
2073
|
|
|
2074
|
+
export declare const VisuallyHiddenInput: StyledComponent<MUIStyledCommonProps<Theme>, Pick<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, keyof ClassAttributes<HTMLInputElement> | keyof InputHTMLAttributes<HTMLInputElement>>, {}>;
|
|
2075
|
+
|
|
2076
|
+
export declare type VisuallyHiddenInputComponentOverride<Theme = unknown> = {
|
|
2077
|
+
styleOverrides?: ComponentsOverrides<Theme>["HCVisuallyHiddenInput"];
|
|
2078
|
+
};
|
|
2079
|
+
|
|
1761
2080
|
export declare const Widget: {
|
|
1762
|
-
Root: StyledComponent<Pick<{
|
|
1763
|
-
children?: React.ReactNode;
|
|
1764
|
-
classes?: Partial<PaperClasses>;
|
|
1765
|
-
elevation?: number;
|
|
1766
|
-
square?: boolean;
|
|
1767
|
-
sx?: SxProps_2<Theme>;
|
|
1768
|
-
variant?: OverridableStringUnion<"elevation" | "outlined", PaperPropsVariantOverrides>;
|
|
1769
|
-
} & CommonProps & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2081
|
+
Root: StyledComponent<Pick<PaperOwnProps & CommonProps & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
1770
2082
|
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;
|
|
1771
|
-
},
|
|
2083
|
+
}, "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>, {}, {}>;
|
|
1772
2084
|
Header: StyledComponent<Pick<BoxOwnProps<Theme> & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
1773
2085
|
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;
|
|
1774
2086
|
}, 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>, {}, {}>;
|
|
@@ -1789,7 +2101,7 @@ export declare interface WidgetProps {
|
|
|
1789
2101
|
sx?: SxProps<Theme>;
|
|
1790
2102
|
}
|
|
1791
2103
|
|
|
1792
|
-
export declare
|
|
2104
|
+
export declare const XYChart: (inProps: XYChartProps) => JSX_2.Element;
|
|
1793
2105
|
|
|
1794
2106
|
export declare type XYChartComponentOverride<Theme = unknown> = {
|
|
1795
2107
|
defaultProps?: Partial<XYChartProps>;
|
|
@@ -2162,6 +2474,54 @@ declare module "@mui/material/styles" {
|
|
|
2162
2474
|
|
|
2163
2475
|
|
|
2164
2476
|
|
|
2477
|
+
declare module "@mui/material/styles" {
|
|
2478
|
+
interface ComponentNameToClassKey {
|
|
2479
|
+
HCButton: "root";
|
|
2480
|
+
}
|
|
2481
|
+
|
|
2482
|
+
interface ComponentsPropsList {
|
|
2483
|
+
HCButton: Partial<ButtonProps>;
|
|
2484
|
+
}
|
|
2485
|
+
|
|
2486
|
+
interface Components<Theme = unknown> {
|
|
2487
|
+
HCButton?: ButtonComponentOverride<Theme>;
|
|
2488
|
+
}
|
|
2489
|
+
}
|
|
2490
|
+
|
|
2491
|
+
|
|
2492
|
+
|
|
2493
|
+
declare module "@mui/material/styles" {
|
|
2494
|
+
interface ComponentNameToClassKey {
|
|
2495
|
+
HCIconButton: "root" | "verticalRoot" | "miniRoot";
|
|
2496
|
+
}
|
|
2497
|
+
|
|
2498
|
+
interface ComponentsPropsList {
|
|
2499
|
+
HCIconButton: IconButtonProps;
|
|
2500
|
+
}
|
|
2501
|
+
|
|
2502
|
+
interface Components<Theme = unknown> {
|
|
2503
|
+
HCIconButton?: IconButtonComponentOverride<Theme>;
|
|
2504
|
+
}
|
|
2505
|
+
}
|
|
2506
|
+
|
|
2507
|
+
|
|
2508
|
+
|
|
2509
|
+
declare module "@mui/material/styles" {
|
|
2510
|
+
interface ComponentNameToClassKey {
|
|
2511
|
+
HCColorPicker: "root" | "radio" | "pickerWrapper";
|
|
2512
|
+
}
|
|
2513
|
+
|
|
2514
|
+
interface ComponentsPropsList {
|
|
2515
|
+
HCColorPicker: Partial<ColorPickerProps>;
|
|
2516
|
+
}
|
|
2517
|
+
|
|
2518
|
+
interface Components<Theme = unknown> {
|
|
2519
|
+
HCColorPicker?: ColorPickerComponentOverride<Theme>;
|
|
2520
|
+
}
|
|
2521
|
+
}
|
|
2522
|
+
|
|
2523
|
+
|
|
2524
|
+
|
|
2165
2525
|
declare module "@mui/material/styles" {
|
|
2166
2526
|
interface ComponentNameToClassKey {
|
|
2167
2527
|
HCContainer: "root" | "header" | "content";
|
|
@@ -2200,6 +2560,22 @@ declare module "@mui/material/styles" {
|
|
|
2200
2560
|
|
|
2201
2561
|
|
|
2202
2562
|
|
|
2563
|
+
declare module "@mui/material/styles" {
|
|
2564
|
+
interface ComponentNameToClassKey {
|
|
2565
|
+
HCNotification: "root" | "stack" | "alert" | "title" | "message" | "closeButton";
|
|
2566
|
+
}
|
|
2567
|
+
|
|
2568
|
+
interface ComponentsPropsList {
|
|
2569
|
+
HCNotification: Partial<NotificationProviderProps>;
|
|
2570
|
+
}
|
|
2571
|
+
|
|
2572
|
+
interface Components<Theme = unknown> {
|
|
2573
|
+
HCNotification?: NotificationComponentOverride<Theme>;
|
|
2574
|
+
}
|
|
2575
|
+
}
|
|
2576
|
+
|
|
2577
|
+
|
|
2578
|
+
|
|
2203
2579
|
declare module "@mui/material/styles" {
|
|
2204
2580
|
interface ComponentNameToClassKey {
|
|
2205
2581
|
HCContextMenu:
|
|
@@ -2222,6 +2598,22 @@ declare module "@mui/material/styles" {
|
|
|
2222
2598
|
|
|
2223
2599
|
|
|
2224
2600
|
|
|
2601
|
+
declare module "@mui/material/styles" {
|
|
2602
|
+
interface ComponentNameToClassKey {
|
|
2603
|
+
HCDataGrid: "root";
|
|
2604
|
+
}
|
|
2605
|
+
|
|
2606
|
+
interface ComponentsPropsList {
|
|
2607
|
+
HCDataGrid: Partial<DataGridProps>;
|
|
2608
|
+
}
|
|
2609
|
+
|
|
2610
|
+
interface Components<Theme = unknown> {
|
|
2611
|
+
HCDataGrid?: DataGridComponentOverride<Theme>;
|
|
2612
|
+
}
|
|
2613
|
+
}
|
|
2614
|
+
|
|
2615
|
+
|
|
2616
|
+
|
|
2225
2617
|
declare namespace MAP {
|
|
2226
2618
|
interface Coordinate {
|
|
2227
2619
|
latitude: number;
|
|
@@ -2346,6 +2738,7 @@ declare module "@mui/material/styles" {
|
|
|
2346
2738
|
interface ComponentNameToClassKey {
|
|
2347
2739
|
HCSecurityLevel:
|
|
2348
2740
|
| "root"
|
|
2741
|
+
| "topLabel"
|
|
2349
2742
|
| "leftLayout"
|
|
2350
2743
|
| "leftLabel"
|
|
2351
2744
|
| "leftContent"
|
|
@@ -2427,15 +2820,112 @@ declare module "@mui/material/styles" {
|
|
|
2427
2820
|
|
|
2428
2821
|
declare module "@mui/material/styles" {
|
|
2429
2822
|
interface ComponentNameToClassKey {
|
|
2430
|
-
|
|
2823
|
+
HCDateRangePicker: "root" | "label";
|
|
2431
2824
|
}
|
|
2432
2825
|
|
|
2433
2826
|
interface ComponentsPropsList {
|
|
2434
|
-
|
|
2827
|
+
HCDateRangePicker: Partial<DateRangePickerProps>;
|
|
2435
2828
|
}
|
|
2436
2829
|
|
|
2437
2830
|
interface Components<Theme = unknown> {
|
|
2438
|
-
|
|
2831
|
+
HCDateRangePicker?: DateRangePickerComponentOverride<Theme>;
|
|
2832
|
+
}
|
|
2833
|
+
}
|
|
2834
|
+
|
|
2835
|
+
|
|
2836
|
+
|
|
2837
|
+
declare module "@mui/material/styles" {
|
|
2838
|
+
interface ComponentNameToClassKey {
|
|
2839
|
+
HCDocumentViewer:
|
|
2840
|
+
| "root"
|
|
2841
|
+
| "appBar"
|
|
2842
|
+
| "toolbar"
|
|
2843
|
+
| "logo"
|
|
2844
|
+
| "navigation"
|
|
2845
|
+
| "actions"
|
|
2846
|
+
| "actionButton"
|
|
2847
|
+
| "actionButtonsRow"
|
|
2848
|
+
| "actionDivider"
|
|
2849
|
+
| "content"
|
|
2850
|
+
| "viewer"
|
|
2851
|
+
| "sidePanel"
|
|
2852
|
+
| "sidePanelToggleButton"
|
|
2853
|
+
| "sidePanelToggleIcon"
|
|
2854
|
+
| "input";
|
|
2855
|
+
}
|
|
2856
|
+
|
|
2857
|
+
interface ComponentsPropsList {
|
|
2858
|
+
HCDocumentViewer: Partial<DocumentViewerProps>;
|
|
2859
|
+
}
|
|
2860
|
+
|
|
2861
|
+
interface Components<Theme = unknown> {
|
|
2862
|
+
HCDocumentViewer?: DocumentViewerComponentOverride<Theme>;
|
|
2863
|
+
}
|
|
2864
|
+
}
|
|
2865
|
+
|
|
2866
|
+
|
|
2867
|
+
|
|
2868
|
+
declare module "@mui/material/styles" {
|
|
2869
|
+
interface ComponentNameToClassKey {
|
|
2870
|
+
HCDurationSelect: "root" | "select";
|
|
2871
|
+
}
|
|
2872
|
+
|
|
2873
|
+
interface ComponentsPropsList {
|
|
2874
|
+
HCDurationSelect: Partial<DurationSelectProps>;
|
|
2875
|
+
}
|
|
2876
|
+
|
|
2877
|
+
interface Components<Theme = unknown> {
|
|
2878
|
+
HCDurationSelect?: DurationSelectComponentOverride<Theme>;
|
|
2879
|
+
}
|
|
2880
|
+
}
|
|
2881
|
+
|
|
2882
|
+
|
|
2883
|
+
|
|
2884
|
+
declare module "@mui/material/styles" {
|
|
2885
|
+
interface ComponentNameToClassKey {
|
|
2886
|
+
HCEditableText: "root";
|
|
2887
|
+
}
|
|
2888
|
+
|
|
2889
|
+
interface ComponentsPropsList {
|
|
2890
|
+
HCEditableText: Partial<EditableTextProps>;
|
|
2891
|
+
}
|
|
2892
|
+
|
|
2893
|
+
interface Components<Theme = unknown> {
|
|
2894
|
+
HCEditableText?: EditableTextComponentOverride<Theme>;
|
|
2895
|
+
}
|
|
2896
|
+
}
|
|
2897
|
+
|
|
2898
|
+
|
|
2899
|
+
|
|
2900
|
+
declare module "@mui/material/styles" {
|
|
2901
|
+
interface ComponentNameToClassKey {
|
|
2902
|
+
HCGeometryPicker:
|
|
2903
|
+
| "root"
|
|
2904
|
+
| "topLabel"
|
|
2905
|
+
| "container"
|
|
2906
|
+
| "actions"
|
|
2907
|
+
| "actionButton"
|
|
2908
|
+
| "formControl"
|
|
2909
|
+
| "inputLabel"
|
|
2910
|
+
| "input"
|
|
2911
|
+
| "endAdornment"
|
|
2912
|
+
| "endAdornmentButton"
|
|
2913
|
+
| "dialog"
|
|
2914
|
+
| "dialogTitle"
|
|
2915
|
+
| "dialogContent"
|
|
2916
|
+
| "parserAccordion"
|
|
2917
|
+
| "parserLineLabel"
|
|
2918
|
+
| "parserRemoveButton"
|
|
2919
|
+
| "coordinateSubmit"
|
|
2920
|
+
| "geometryMapOverlay";
|
|
2921
|
+
}
|
|
2922
|
+
|
|
2923
|
+
interface ComponentsPropsList {
|
|
2924
|
+
HCGeometryPicker: Partial<GeometryPickerProps>;
|
|
2925
|
+
}
|
|
2926
|
+
|
|
2927
|
+
interface Components<Theme = unknown> {
|
|
2928
|
+
HCGeometryPicker?: GeometryPickerComponentOverride<Theme>;
|
|
2439
2929
|
}
|
|
2440
2930
|
}
|
|
2441
2931
|
|
|
@@ -2523,6 +3013,75 @@ declare module "@mui/material/styles" {
|
|
|
2523
3013
|
|
|
2524
3014
|
|
|
2525
3015
|
|
|
3016
|
+
declare module "@mui/material/styles" {
|
|
3017
|
+
interface ComponentNameToClassKey {
|
|
3018
|
+
HCInstanceForm:
|
|
3019
|
+
| "root"
|
|
3020
|
+
| "container"
|
|
3021
|
+
| "form"
|
|
3022
|
+
| "field"
|
|
3023
|
+
| "leftLayout"
|
|
3024
|
+
| "leftLabel"
|
|
3025
|
+
| "leftContent"
|
|
3026
|
+
| "charCount"
|
|
3027
|
+
| "templateGroup"
|
|
3028
|
+
| "securityLevelContainer"
|
|
3029
|
+
| "actionsRow"
|
|
3030
|
+
| "cancelButton"
|
|
3031
|
+
| "saveButtonsContainer"
|
|
3032
|
+
| "saveButton"
|
|
3033
|
+
| "topLabelWrapper"
|
|
3034
|
+
| "topLabel"
|
|
3035
|
+
| "topLabelAsterisk"
|
|
3036
|
+
| "topLabelDescription"
|
|
3037
|
+
| "variablesContainer"
|
|
3038
|
+
| "variableFullWidth"
|
|
3039
|
+
| "policyListRoot"
|
|
3040
|
+
| "policyListLabel"
|
|
3041
|
+
| "compositeListContainer"
|
|
3042
|
+
| "compositeListLabel"
|
|
3043
|
+
| "compositeListValues"
|
|
3044
|
+
| "compositeListMiniButton"
|
|
3045
|
+
| "compositeListEnumLabel"
|
|
3046
|
+
| "compositeListEnumEmpty"
|
|
3047
|
+
| "compositeListShowMoreButton"
|
|
3048
|
+
| "compositeMatrixContainer"
|
|
3049
|
+
| "compositeMatrixLabel"
|
|
3050
|
+
| "compositeMatrixValues"
|
|
3051
|
+
| "compositeMatrixMiniButton"
|
|
3052
|
+
| "compositeMatrixFormLabel"
|
|
3053
|
+
| "compositeMatrixFormInput"
|
|
3054
|
+
| "compositeMatrixTableContainer"
|
|
3055
|
+
| "compositeMatrixTableHeaderCell"
|
|
3056
|
+
| "compositeMatrixTableCell"
|
|
3057
|
+
| "compositeMatrixEditableHeaderCell"
|
|
3058
|
+
| "compositeMatrixEditableCornerCell"
|
|
3059
|
+
| "compositeMatrixEditableRowCell"
|
|
3060
|
+
| "compositeMatrixJsonAlert"
|
|
3061
|
+
| "compositeMatrixEditorDialogTitle"
|
|
3062
|
+
| "compositeMatrixEditorDialogTitleLabel"
|
|
3063
|
+
| "compositeMatrixEditorTabs"
|
|
3064
|
+
| "compositeMatrixEditorTab"
|
|
3065
|
+
| "compositeMatrixEditorDialogContent"
|
|
3066
|
+
| "compositeMatrixEditorPanel"
|
|
3067
|
+
| "compositeMatrixEditorPreviewDivider"
|
|
3068
|
+
| "compositeMatrixEditorPreview"
|
|
3069
|
+
| "compositeMatrixEditorPreviewSwitch";
|
|
3070
|
+
}
|
|
3071
|
+
|
|
3072
|
+
interface ComponentsPropsList {
|
|
3073
|
+
HCInstanceForm: Partial<
|
|
3074
|
+
InstanceFormProps<ONTOLOGY.Object, INSTANCE.CreateObjectDTO>
|
|
3075
|
+
>;
|
|
3076
|
+
}
|
|
3077
|
+
|
|
3078
|
+
interface Components<Theme = unknown> {
|
|
3079
|
+
HCInstanceForm?: InstanceFormComponentOverride<Theme>;
|
|
3080
|
+
}
|
|
3081
|
+
}
|
|
3082
|
+
|
|
3083
|
+
|
|
3084
|
+
|
|
2526
3085
|
declare module "@mui/material/styles" {
|
|
2527
3086
|
interface ComponentNameToClassKey {
|
|
2528
3087
|
HCPhoneInput: "root" | "label";
|
|
@@ -2601,27 +3160,6 @@ declare module "@mui/material/styles" {
|
|
|
2601
3160
|
|
|
2602
3161
|
|
|
2603
3162
|
|
|
2604
|
-
declare module "@mui/material/styles" {
|
|
2605
|
-
interface ComponentNameToClassKey {
|
|
2606
|
-
HCKeyProtectionMenu:
|
|
2607
|
-
| "root"
|
|
2608
|
-
| "iconButton"
|
|
2609
|
-
| "menu"
|
|
2610
|
-
| "menuItem"
|
|
2611
|
-
| "menuItemIcon";
|
|
2612
|
-
}
|
|
2613
|
-
|
|
2614
|
-
interface ComponentsPropsList {
|
|
2615
|
-
HCKeyProtectionMenu: KeyProtectionMenuProps;
|
|
2616
|
-
}
|
|
2617
|
-
|
|
2618
|
-
interface Components<Theme = unknown> {
|
|
2619
|
-
HCKeyProtectionMenu?: KeyProtectionMenuComponentOverride<Theme>;
|
|
2620
|
-
}
|
|
2621
|
-
}
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
3163
|
declare module "@mui/material/styles" {
|
|
2626
3164
|
interface ComponentNameToClassKey {
|
|
2627
3165
|
HCLinearIndicator:
|
|
@@ -2707,6 +3245,38 @@ declare module "@mui/material/styles" {
|
|
|
2707
3245
|
|
|
2708
3246
|
|
|
2709
3247
|
|
|
3248
|
+
declare module "@mui/material/styles" {
|
|
3249
|
+
interface ComponentNameToClassKey {
|
|
3250
|
+
HCPlaceholder: "root";
|
|
3251
|
+
}
|
|
3252
|
+
|
|
3253
|
+
interface ComponentsPropsList {
|
|
3254
|
+
HCPlaceholder: Partial<PlaceholderProps>;
|
|
3255
|
+
}
|
|
3256
|
+
|
|
3257
|
+
interface Components<Theme = unknown> {
|
|
3258
|
+
HCPlaceholder?: PlaceholderComponentOverride<Theme>;
|
|
3259
|
+
}
|
|
3260
|
+
}
|
|
3261
|
+
|
|
3262
|
+
|
|
3263
|
+
|
|
3264
|
+
declare module "@mui/material/styles" {
|
|
3265
|
+
interface ComponentNameToClassKey {
|
|
3266
|
+
HCPositionalTooltip: "root";
|
|
3267
|
+
}
|
|
3268
|
+
|
|
3269
|
+
interface ComponentsPropsList {
|
|
3270
|
+
HCPositionalTooltip: Partial<PositionalTooltipProps>;
|
|
3271
|
+
}
|
|
3272
|
+
|
|
3273
|
+
interface Components<Theme = unknown> {
|
|
3274
|
+
HCPositionalTooltip?: PositionalTooltipComponentOverride<Theme>;
|
|
3275
|
+
}
|
|
3276
|
+
}
|
|
3277
|
+
|
|
3278
|
+
|
|
3279
|
+
|
|
2710
3280
|
declare module "@mui/material/styles" {
|
|
2711
3281
|
interface ComponentNameToClassKey {
|
|
2712
3282
|
HCPrrMap: "root" | "header" | "content";
|
|
@@ -2723,6 +3293,38 @@ declare module "@mui/material/styles" {
|
|
|
2723
3293
|
|
|
2724
3294
|
|
|
2725
3295
|
|
|
3296
|
+
declare module "@mui/material/styles" {
|
|
3297
|
+
interface ComponentNameToClassKey {
|
|
3298
|
+
HCRangeSelector:
|
|
3299
|
+
| "root"
|
|
3300
|
+
| "numberRow"
|
|
3301
|
+
| "numberRangeRow"
|
|
3302
|
+
| "numberInput"
|
|
3303
|
+
| "modeColumn"
|
|
3304
|
+
| "compositeRow"
|
|
3305
|
+
| "compositeCount"
|
|
3306
|
+
| "compositeChild"
|
|
3307
|
+
| "dateTrigger"
|
|
3308
|
+
| "dateTriggerText"
|
|
3309
|
+
| "dateTriggerArrow"
|
|
3310
|
+
| "dateLimitCaption"
|
|
3311
|
+
| "datePicker"
|
|
3312
|
+
| "dateUnitRow"
|
|
3313
|
+
| "dateUnitControl"
|
|
3314
|
+
| "dateRangeInput";
|
|
3315
|
+
}
|
|
3316
|
+
|
|
3317
|
+
interface ComponentsPropsList {
|
|
3318
|
+
HCRangeSelector: Partial<RangeSelectorProps>;
|
|
3319
|
+
}
|
|
3320
|
+
|
|
3321
|
+
interface Components<Theme = unknown> {
|
|
3322
|
+
HCRangeSelector?: RangeSelectorComponentOverride<Theme>;
|
|
3323
|
+
}
|
|
3324
|
+
}
|
|
3325
|
+
|
|
3326
|
+
|
|
3327
|
+
|
|
2726
3328
|
declare module "@mui/material/styles" {
|
|
2727
3329
|
interface ComponentNameToClassKey {
|
|
2728
3330
|
HCRasterGridMap: "root" | "header" | "content";
|
|
@@ -2739,6 +3341,22 @@ declare module "@mui/material/styles" {
|
|
|
2739
3341
|
|
|
2740
3342
|
|
|
2741
3343
|
|
|
3344
|
+
declare module "@mui/material/styles" {
|
|
3345
|
+
interface ComponentNameToClassKey {
|
|
3346
|
+
HCScrollDrag: "root";
|
|
3347
|
+
}
|
|
3348
|
+
|
|
3349
|
+
interface ComponentsPropsList {
|
|
3350
|
+
HCScrollDrag: Partial<ScrollDragProps>;
|
|
3351
|
+
}
|
|
3352
|
+
|
|
3353
|
+
interface Components<Theme = unknown> {
|
|
3354
|
+
HCScrollDrag?: ScrollDragComponentOverride<Theme>;
|
|
3355
|
+
}
|
|
3356
|
+
}
|
|
3357
|
+
|
|
3358
|
+
|
|
3359
|
+
|
|
2742
3360
|
declare module "@mui/material/styles" {
|
|
2743
3361
|
interface ComponentNameToClassKey {
|
|
2744
3362
|
HCSimplePivotTable: "root" | "header" | "content" | "footer";
|
|
@@ -2755,6 +3373,38 @@ declare module "@mui/material/styles" {
|
|
|
2755
3373
|
|
|
2756
3374
|
|
|
2757
3375
|
|
|
3376
|
+
declare module "@mui/material/styles" {
|
|
3377
|
+
interface ComponentNameToClassKey {
|
|
3378
|
+
HCSortableList: "root" | "item";
|
|
3379
|
+
}
|
|
3380
|
+
|
|
3381
|
+
interface ComponentsPropsList {
|
|
3382
|
+
HCSortableList: Partial<SortableListProps>;
|
|
3383
|
+
}
|
|
3384
|
+
|
|
3385
|
+
interface Components<Theme = unknown> {
|
|
3386
|
+
HCSortableList?: SortableListComponentOverride<Theme>;
|
|
3387
|
+
}
|
|
3388
|
+
}
|
|
3389
|
+
|
|
3390
|
+
|
|
3391
|
+
|
|
3392
|
+
declare module "@mui/material/styles" {
|
|
3393
|
+
interface ComponentNameToClassKey {
|
|
3394
|
+
HCStatsBox: "root" | "valueContainer" | "caption" | "value";
|
|
3395
|
+
}
|
|
3396
|
+
|
|
3397
|
+
interface ComponentsPropsList {
|
|
3398
|
+
HCStatsBox: Partial<StatsBoxProps>;
|
|
3399
|
+
}
|
|
3400
|
+
|
|
3401
|
+
interface Components<Theme = unknown> {
|
|
3402
|
+
HCStatsBox?: StatsBoxComponentOverride<Theme>;
|
|
3403
|
+
}
|
|
3404
|
+
}
|
|
3405
|
+
|
|
3406
|
+
|
|
3407
|
+
|
|
2758
3408
|
declare module "@mui/material/styles" {
|
|
2759
3409
|
interface ComponentNameToClassKey {
|
|
2760
3410
|
HCStaticText: "root";
|
|
@@ -2795,6 +3445,22 @@ declare module "@mui/material/styles" {
|
|
|
2795
3445
|
|
|
2796
3446
|
|
|
2797
3447
|
|
|
3448
|
+
declare module "@mui/material/styles" {
|
|
3449
|
+
interface ComponentNameToClassKey {
|
|
3450
|
+
HCTextOverflow: "root";
|
|
3451
|
+
}
|
|
3452
|
+
|
|
3453
|
+
interface ComponentsPropsList {
|
|
3454
|
+
HCTextOverflow: Partial<TextOverflowProps>;
|
|
3455
|
+
}
|
|
3456
|
+
|
|
3457
|
+
interface Components<Theme = unknown> {
|
|
3458
|
+
HCTextOverflow?: TextOverflowComponentOverride<Theme>;
|
|
3459
|
+
}
|
|
3460
|
+
}
|
|
3461
|
+
|
|
3462
|
+
|
|
3463
|
+
|
|
2798
3464
|
declare module "@mui/material/styles" {
|
|
2799
3465
|
interface ComponentNameToClassKey {
|
|
2800
3466
|
HCTemplateFilters:
|
|
@@ -2819,31 +3485,75 @@ declare module "@mui/material/styles" {
|
|
|
2819
3485
|
|
|
2820
3486
|
declare module "@mui/material/styles" {
|
|
2821
3487
|
interface ComponentNameToClassKey {
|
|
2822
|
-
|
|
3488
|
+
HCPropertyMapping:
|
|
2823
3489
|
| "root"
|
|
2824
|
-
| "
|
|
2825
|
-
| "
|
|
2826
|
-
| "
|
|
2827
|
-
| "
|
|
2828
|
-
| "
|
|
2829
|
-
| "
|
|
2830
|
-
| "
|
|
2831
|
-
| "
|
|
2832
|
-
| "
|
|
2833
|
-
| "
|
|
2834
|
-
| "
|
|
2835
|
-
| "
|
|
2836
|
-
| "
|
|
2837
|
-
| "
|
|
2838
|
-
| "
|
|
3490
|
+
| "title"
|
|
3491
|
+
| "titleContent"
|
|
3492
|
+
| "titleHeading"
|
|
3493
|
+
| "titleSubtitle"
|
|
3494
|
+
| "titleAgentForm"
|
|
3495
|
+
| "titleAgentFields"
|
|
3496
|
+
| "titleAgentNameInput"
|
|
3497
|
+
| "titleAgentDescriptionInput"
|
|
3498
|
+
| "titleAgentMetaRow"
|
|
3499
|
+
| "titleAgentCountInput"
|
|
3500
|
+
| "titleAgentCriticalityInput"
|
|
3501
|
+
| "titleClose"
|
|
3502
|
+
| "titleCloseButton"
|
|
3503
|
+
| "content"
|
|
3504
|
+
| "policyCard"
|
|
3505
|
+
| "policyCardHeader"
|
|
3506
|
+
| "policyCardCatalogueNames"
|
|
3507
|
+
| "policyCardArrow"
|
|
3508
|
+
| "policyCardPolicyName"
|
|
3509
|
+
| "policyDataGrid"
|
|
3510
|
+
| "nameCell"
|
|
3511
|
+
| "requiredAsterisk"
|
|
3512
|
+
| "dataTypeCell"
|
|
3513
|
+
| "valueCell"
|
|
3514
|
+
| "valueCellInner"
|
|
3515
|
+
| "valueErrorIcon"
|
|
3516
|
+
| "valueUpdatedIcon"
|
|
3517
|
+
| "actions";
|
|
2839
3518
|
}
|
|
2840
3519
|
|
|
2841
3520
|
interface ComponentsPropsList {
|
|
2842
|
-
|
|
3521
|
+
HCPropertyMapping: Partial<PropertyMappingProps>;
|
|
2843
3522
|
}
|
|
2844
3523
|
|
|
2845
3524
|
interface Components<Theme = unknown> {
|
|
2846
|
-
|
|
3525
|
+
HCPropertyMapping?: PropertyMappingComponentOverride<Theme>;
|
|
3526
|
+
}
|
|
3527
|
+
}
|
|
3528
|
+
|
|
3529
|
+
|
|
3530
|
+
|
|
3531
|
+
declare module "@mui/material/styles" {
|
|
3532
|
+
interface ComponentNameToClassKey {
|
|
3533
|
+
HCTemplateForm:
|
|
3534
|
+
| "root"
|
|
3535
|
+
| "field"
|
|
3536
|
+
| "fieldGroup"
|
|
3537
|
+
| "checkboxesRow"
|
|
3538
|
+
| "actionsRow"
|
|
3539
|
+
| "actionsRight"
|
|
3540
|
+
| "cancelButton"
|
|
3541
|
+
| "saveButton"
|
|
3542
|
+
| "extraSaveButton"
|
|
3543
|
+
| "topLabel"
|
|
3544
|
+
| "leftLayout"
|
|
3545
|
+
| "leftLabel"
|
|
3546
|
+
| "leftContent";
|
|
3547
|
+
}
|
|
3548
|
+
|
|
3549
|
+
interface ComponentsPropsList {
|
|
3550
|
+
HCTemplateForm: Partial<
|
|
3551
|
+
TemplateFormProps<ONTOLOGY.Object, ONTOLOGY.CreateObjectDTO>
|
|
3552
|
+
>;
|
|
3553
|
+
}
|
|
3554
|
+
|
|
3555
|
+
interface Components<Theme = unknown> {
|
|
3556
|
+
HCTemplateForm?: TemplateFormComponentOverride<Theme>;
|
|
2847
3557
|
}
|
|
2848
3558
|
}
|
|
2849
3559
|
|
|
@@ -2902,6 +3612,22 @@ declare module "@mui/material/styles" {
|
|
|
2902
3612
|
|
|
2903
3613
|
|
|
2904
3614
|
|
|
3615
|
+
declare module "@mui/material/styles" {
|
|
3616
|
+
interface ComponentNameToClassKey {
|
|
3617
|
+
HCToggleViewButton: "root";
|
|
3618
|
+
}
|
|
3619
|
+
|
|
3620
|
+
interface ComponentsPropsList {
|
|
3621
|
+
HCToggleViewButton: ToggleViewButtonProps;
|
|
3622
|
+
}
|
|
3623
|
+
|
|
3624
|
+
interface Components<Theme = unknown> {
|
|
3625
|
+
HCToggleViewButton?: ToggleViewButtonComponentOverride<Theme>;
|
|
3626
|
+
}
|
|
3627
|
+
}
|
|
3628
|
+
|
|
3629
|
+
|
|
3630
|
+
|
|
2905
3631
|
declare module "@mui/material/styles" {
|
|
2906
3632
|
interface ComponentNameToClassKey {
|
|
2907
3633
|
HCUploader:
|
|
@@ -2930,6 +3656,18 @@ declare module "@mui/material/styles" {
|
|
|
2930
3656
|
|
|
2931
3657
|
|
|
2932
3658
|
|
|
3659
|
+
declare module "@mui/material/styles" {
|
|
3660
|
+
interface ComponentNameToClassKey {
|
|
3661
|
+
HCVisuallyHiddenInput: "root";
|
|
3662
|
+
}
|
|
3663
|
+
|
|
3664
|
+
interface Components<Theme = unknown> {
|
|
3665
|
+
HCVisuallyHiddenInput?: VisuallyHiddenInputComponentOverride<Theme>;
|
|
3666
|
+
}
|
|
3667
|
+
}
|
|
3668
|
+
|
|
3669
|
+
|
|
3670
|
+
|
|
2933
3671
|
declare module "@mui/material/styles" {
|
|
2934
3672
|
interface ComponentNameToClassKey {
|
|
2935
3673
|
HCWidget: "root" | "header" | "content" | "footer";
|