@hybridcore/ui 1.6.1 → 1.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (231) hide show
  1. package/CATALOG.md +179 -0
  2. package/README.md +1 -2
  3. package/dist/AccordionSummary-CJppWeqF.js +781 -0
  4. package/dist/Add-CqcD1PWb.js +403 -0
  5. package/dist/Box-DqUMmZjL.js +31 -0
  6. package/dist/Button-C5yquWAB.js +357 -0
  7. package/dist/ButtonBase-BEF7oTOe.js +887 -0
  8. package/dist/{Delete-fBLhTHbF.js → Delete-BdyYpINH.js} +9 -8
  9. package/dist/{DialogContent-CGJ7alb8.js → DialogContent-BvVjD9z3.js} +127 -122
  10. package/dist/FormGroup-CpBsIyYR.js +89 -0
  11. package/dist/{IconButton-_opV1iNK.js → IconButton-BoGwbvrP.js} +26 -26
  12. package/dist/{InputLabel-rEwwnD4_.js → InputLabel-Dd8RrneV.js} +140 -153
  13. package/dist/{MenuItem-DrE50M_p.js → MenuItem-DwqJqzuM.js} +65 -89
  14. package/dist/Modal-MUZygjmQ.js +1158 -0
  15. package/dist/Paper-BkQLdsCI.js +582 -0
  16. package/dist/Select-DHUl_uG3.js +3916 -0
  17. package/dist/SwitchBase-DTndTqI8.js +235 -0
  18. package/dist/TextField-e2oKaUN1.js +669 -0
  19. package/dist/TransitionGroupContext-BDAp2T0O.js +96 -0
  20. package/dist/{Typography-B-Z5Y0Xq.js → Typography-DgsSLCFC.js} +28 -26
  21. package/dist/assertThisInitialized-C1dAyb4j.js +7 -0
  22. package/dist/assets/index4.css +1 -0
  23. package/dist/clsx-OuTLNxxd.js +16 -0
  24. package/dist/components/access/helpers.js +1 -1
  25. package/dist/components/access/logic.js +1 -1
  26. package/dist/components/button/index.js +10 -0
  27. package/dist/components/button/logic.js +26 -0
  28. package/dist/components/button/styled.js +9 -0
  29. package/dist/components/charts/_common/chart-error.js +19 -0
  30. package/dist/components/charts/candlestick/index.js +3 -3
  31. package/dist/components/charts/candlestick/logic.js +123 -113
  32. package/dist/components/charts/chart-wrapper/index.js +5 -5
  33. package/dist/components/charts/column-line-mix/index.js +9 -8
  34. package/dist/components/charts/column-line-mix/logic.js +68 -71
  35. package/dist/components/charts/drill-down-treemap/index.js +8 -7
  36. package/dist/components/charts/drill-down-treemap/logic.js +138 -144
  37. package/dist/components/charts/drill-down-voronoi-treemap/index.js +9 -8
  38. package/dist/components/charts/drill-down-voronoi-treemap/logic.js +222 -228
  39. package/dist/components/charts/heatmap/index.js +9 -8
  40. package/dist/components/charts/heatmap/logic.js +167 -173
  41. package/dist/components/charts/highlighting-line-data/index.js +3 -3
  42. package/dist/components/charts/line/index.js +9 -8
  43. package/dist/components/charts/line/logic.js +74 -79
  44. package/dist/components/charts/logaritmic-scale/index.js +9 -8
  45. package/dist/components/charts/logaritmic-scale/logic.js +63 -69
  46. package/dist/components/charts/multiple-value-axes/index.js +9 -8
  47. package/dist/components/charts/multiple-value-axes/logic.js +101 -107
  48. package/dist/components/charts/nested-pie/index.js +9 -8
  49. package/dist/components/charts/nested-pie/logic.js +62 -68
  50. package/dist/components/charts/packed-circles/index.js +7 -6
  51. package/dist/components/charts/packed-circles/logic.js +50 -56
  52. package/dist/components/charts/pie-chart/index.js +9 -8
  53. package/dist/components/charts/pie-chart/logic.js +49 -54
  54. package/dist/components/charts/stacked-area-radar/index.js +8 -7
  55. package/dist/components/charts/stacked-area-radar/logic.js +113 -118
  56. package/dist/components/charts/stacked-column-chart/index.js +9 -8
  57. package/dist/components/charts/stacked-column-chart/logic.js +78 -84
  58. package/dist/components/charts/xy-chart/index.js +9 -8
  59. package/dist/components/charts/xy-chart/logic.js +56 -60
  60. package/dist/components/collapsible-card/index.js +11 -10
  61. package/dist/components/collapsible-card/styled.js +1 -1
  62. package/dist/components/color-picker/index.js +7120 -0
  63. package/dist/components/color-picker/logic.js +18 -0
  64. package/dist/components/color-picker/styled.js +7 -0
  65. package/dist/components/confirm/dialog.js +3 -3
  66. package/dist/components/confirm/index.js +1 -1
  67. package/dist/components/data-grid/index.js +22 -0
  68. package/dist/components/data-grid/logic.js +15 -0
  69. package/dist/components/data-grid/styled.js +20 -0
  70. package/dist/components/data-map/components/controls/index.js +4 -6
  71. package/dist/components/data-map/index.js +11 -11
  72. package/dist/components/data-security-selectors/dissemination-list/index.js +192 -191
  73. package/dist/components/data-security-selectors/dissemination-list/styled.js +12 -12
  74. package/dist/components/data-security-selectors/security-level/index.js +18 -15
  75. package/dist/components/data-security-selectors/security-level/logic.js +18 -63
  76. package/dist/components/data-security-selectors/security-level/styled.js +23 -17
  77. package/dist/components/date-picker-with-custom-range/index.js +1 -1
  78. package/dist/components/date-range-picker/index.js +2748 -0
  79. package/dist/components/date-range-picker/styled.js +14 -0
  80. package/dist/components/date-time-picker/index.js +45 -46
  81. package/dist/components/divider/index.js +11 -11
  82. package/dist/components/document-viewer/components/action-buttons/index.js +15 -15
  83. package/dist/components/document-viewer/components/navigation/index.js +9 -9
  84. package/dist/components/document-viewer/components/viewer/index.js +31 -35
  85. package/dist/components/document-viewer/index.js +31 -39
  86. package/dist/components/document-viewer/logic.js +41 -34
  87. package/dist/components/document-viewer/styled.js +115 -27
  88. package/dist/components/duration-select/index.js +27 -0
  89. package/dist/components/duration-select/logic.js +21 -0
  90. package/dist/components/duration-select/styled.js +26 -0
  91. package/dist/components/editable-text/index.js +20 -0
  92. package/dist/components/editable-text/logic.js +18 -0
  93. package/dist/components/editable-text/styled.js +22 -0
  94. package/dist/components/geometry-picker/coordinate/index.js +29 -29
  95. package/dist/components/geometry-picker/edit/index.js +18 -18
  96. package/dist/components/geometry-picker/geometry/index.js +67 -67
  97. package/dist/components/geometry-picker/geometry/map-overlay.js +6 -6
  98. package/dist/components/geometry-picker/index.js +69 -86
  99. package/dist/components/geometry-picker/kml/index.js +16 -16
  100. package/dist/components/geometry-picker/logic.js +50 -57
  101. package/dist/components/geometry-picker/map/index.js +8 -8
  102. package/dist/components/geometry-picker/parser/coordinate-input/index.js +4 -4
  103. package/dist/components/geometry-picker/parser/index.js +46 -50
  104. package/dist/components/geometry-picker/parser/styled.js +22 -4
  105. package/dist/components/geometry-picker/styled.js +97 -37
  106. package/dist/components/geometry-picker/wkt/index.js +13 -13
  107. package/dist/components/heat-map/components/controls/index.js +4 -6
  108. package/dist/components/heat-map/components/legend/index.js +15 -17
  109. package/dist/components/heat-map/index.js +7 -7
  110. package/dist/components/instance-form/components/TopLabelWrapper.js +8 -48
  111. package/dist/components/instance-form/components/composite-list/index.js +5 -3
  112. package/dist/components/instance-form/components/composite-matrix/components/editable-table/index.js +83 -74
  113. package/dist/components/instance-form/components/composite-matrix/components/editor/index.js +45 -66
  114. package/dist/components/instance-form/components/composite-matrix/components/form/index.js +60 -75
  115. package/dist/components/instance-form/components/composite-matrix/components/json-editor/index.js +2425 -2422
  116. package/dist/components/instance-form/components/composite-matrix/components/table/index.js +33 -52
  117. package/dist/components/instance-form/components/composite-matrix/index.js +30 -36
  118. package/dist/components/instance-form/components/policy-list/index.js +47 -81
  119. package/dist/components/instance-form/components/variable/index.js +6 -9
  120. package/dist/components/instance-form/components/variables/index.js +48 -55
  121. package/dist/components/instance-form/helpers.js +9 -0
  122. package/dist/components/instance-form/index.js +402 -518
  123. package/dist/components/instance-form/logic.js +115 -0
  124. package/dist/components/instance-form/styled.js +487 -0
  125. package/dist/components/instance-hierarchy-table/styled.js +1 -1
  126. package/dist/components/instance-variable-list/index.js +11 -11
  127. package/dist/components/map/index.js +28 -6
  128. package/dist/components/map/styled.js +1 -1
  129. package/dist/components/notification/index.js +67 -0
  130. package/dist/components/notification/logic.js +30 -0
  131. package/dist/components/notification/store.js +23 -0
  132. package/dist/components/notification/styled.js +52 -0
  133. package/dist/components/object-profile-card/components/avatar/index.js +9 -10
  134. package/dist/components/object-profile-card/index.js +19 -20
  135. package/dist/components/paginated-list/index.js +2 -3
  136. package/dist/components/placeholder/index.js +10 -0
  137. package/dist/components/placeholder/logic.js +12 -0
  138. package/dist/components/placeholder/styled.js +32 -0
  139. package/dist/components/positional-tooltip/index.js +24 -0
  140. package/dist/components/positional-tooltip/styled.js +17 -0
  141. package/dist/components/property-mapping/index.js +204 -423
  142. package/dist/components/property-mapping/logic.js +156 -0
  143. package/dist/components/property-mapping/styled.js +199 -0
  144. package/dist/components/prr-map/components/controls/index.js +4 -6
  145. package/dist/components/prr-map/components/legend/index.js +26 -28
  146. package/dist/components/prr-map/index.js +5 -5
  147. package/dist/components/range-selector/styled.js +1106 -1034
  148. package/dist/components/raster-grid-map/components/controls/index.js +4 -6
  149. package/dist/components/raster-grid-map/components/legend/index.js +4 -6
  150. package/dist/components/raster-grid-map/index.js +5 -5
  151. package/dist/components/scroll-drag/index.js +22 -0
  152. package/dist/components/scroll-drag/logic.js +39 -0
  153. package/dist/components/scroll-drag/styled.js +17 -0
  154. package/dist/components/search-input/logic.js +35 -33
  155. package/dist/components/simple-pivot-table/index.js +12 -12
  156. package/dist/components/sortable-list/index.js +599 -0
  157. package/dist/components/sortable-list/logic.js +18 -0
  158. package/dist/components/sortable-list/styled.js +38 -0
  159. package/dist/components/static-text/index.js +6 -6
  160. package/dist/components/stats-box/index.js +12 -0
  161. package/dist/components/stats-box/styled.js +36 -0
  162. package/dist/components/template-form/components/property-list/index.js +27 -26
  163. package/dist/components/template-form/components/property-list/property-list-columns.js +3 -3
  164. package/dist/components/template-form/components/property-list/property-list-form.js +758 -12
  165. package/dist/components/template-form/components/recognition-property-list/index.js +11 -11
  166. package/dist/components/template-form/components/recognition-property-list/recognition-property-list-columns.js +2 -2
  167. package/dist/components/template-form/components/recognition-property-list/recognition-property-list-form.js +24 -22
  168. package/dist/components/template-form/components/select-icon/index.js +24 -24
  169. package/dist/components/template-form/helpers.js +17 -0
  170. package/dist/components/template-form/index.js +270 -308
  171. package/dist/components/template-form/logic.js +69 -0
  172. package/dist/components/template-form/styled.js +84 -0
  173. package/dist/components/text-overflow/index.js +6 -0
  174. package/dist/components/text-overflow/styled.js +13 -0
  175. package/dist/components/timeline/index.js +12 -12
  176. package/dist/components/toggle-view-button/index.js +35 -0
  177. package/dist/components/toggle-view-button/logic.js +22 -0
  178. package/dist/components/toggle-view-button/styled.js +11 -0
  179. package/dist/components/tree-select/index.js +1 -1
  180. package/dist/components/visually-hidden-input/index.js +4 -0
  181. package/dist/components/visually-hidden-input/styled.js +18 -0
  182. package/dist/createChainedFunction-C0nujS3O.js +9 -0
  183. package/dist/{createSvgIcon-DX-SqL8M.js → createSvgIcon-Ch_cT8az.js} +68 -65
  184. package/dist/createSvgIcon-DuDuASu1.js +62 -0
  185. package/dist/debounce-46wSf_lW.js +15 -0
  186. package/dist/{dialog-cf4HUXXl.js → dialog-BYRnCztH.js} +30 -29
  187. package/dist/formControlState-vgaj2ksH.js +10 -0
  188. package/dist/generateUtilityClasses-C3ivN9Ie.js +2973 -0
  189. package/dist/{helpers-B4UL9NMD.js → helpers-D4uXfBfO.js} +2 -2
  190. package/dist/index-BtlzPygz.js +470 -0
  191. package/dist/index-DH6qsPBn.js +153 -0
  192. package/dist/{index-C8C3YXle.js → index-e9xTIYWt.js} +139 -137
  193. package/dist/main.d.ts +1054 -330
  194. package/dist/main.js +163 -130
  195. package/dist/ownerWindow-wg6foiOE.js +10 -0
  196. package/dist/setPrototypeOf-NPgp4cYc.js +8 -0
  197. package/dist/styled-Db1RdcPA.js +323 -0
  198. package/dist/unsupportedProp-DuqR2hj9.js +36 -0
  199. package/dist/useFormControl-CatNKXAi.js +10 -0
  200. package/dist/useId-BW-oWmul.js +19 -0
  201. package/dist/{useMobilePicker-B-M3dnTn.js → useMobilePicker-CY8ndYRL.js} +4777 -4491
  202. package/dist/useSlot-B_Q4vnX5.js +42 -0
  203. package/package.json +15 -7
  204. package/dist/AccordionSummary-CMg08YSA.js +0 -739
  205. package/dist/Add-DuVVJeQU.js +0 -380
  206. package/dist/ButtonBase-sObABYY2.js +0 -965
  207. package/dist/FormControl-BCurCxRj.js +0 -1294
  208. package/dist/FormControlLabel-BkRfrhNy.js +0 -601
  209. package/dist/InputAdornment-C7PEvvYr.js +0 -155
  210. package/dist/Modal-DlB6GH-f.js +0 -1659
  211. package/dist/Paper-q9kKjAKx.js +0 -527
  212. package/dist/TextField-DSDIEEKu.js +0 -3161
  213. package/dist/assertThisInitialized-BUtkG-md.js +0 -13
  214. package/dist/capitalize-quqpGCFu.js +0 -9
  215. package/dist/components/instance-form/components/composite-list/styled.js +0 -73
  216. package/dist/components/instance-form/components/composite-matrix/components/editor/styled.js +0 -1
  217. package/dist/components/instance-form/components/composite-matrix/styled.js +0 -69
  218. package/dist/components/key-protection/index.js +0 -47
  219. package/dist/components/key-protection/logic.js +0 -40
  220. package/dist/components/key-protection/styled.js +0 -45
  221. package/dist/components/key-protection/utils.js +0 -10
  222. package/dist/createSvgIcon-BM3-TsGy.js +0 -70
  223. package/dist/index-BMS1Otro.js +0 -183
  224. package/dist/index-DPKUmQnz.js +0 -501
  225. package/dist/index-kCJ_Zvl8.js +0 -34
  226. package/dist/isMuiElement-BkJ72LB3.js +0 -26
  227. package/dist/property-list-form-DL_dEoNn.js +0 -381
  228. package/dist/styled-Bsjp3kFh.js +0 -668
  229. package/dist/unsupportedProp-BND8AB6O.js +0 -25
  230. package/dist/useId-B4-oF9Mq.js +0 -34
  231. 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,28 +23,31 @@ 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 { OverridableStringUnion } from '@mui/types';
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';
@@ -84,14 +91,34 @@ declare interface Aggregation {
84
91
  declare function alert_2(title: string, message: string): Promise<unknown>;
85
92
  export { alert_2 as alert }
86
93
 
87
- declare function authenticate(credId: BufferSource): Promise<boolean>;
94
+ declare type AnyDTO = ONTOLOGY.CreateObjectDTO | ONTOLOGY.CreateEventDTO | ONTOLOGY.CreateFileDTO | ONTOLOGY.CreateAgentDTO | ONTOLOGY.UpdateObjectDTO | ONTOLOGY.UpdateEventDTO | ONTOLOGY.UpdateFileDTO | ONTOLOGY.UpdateAgentDTO | ONTOLOGY.CreateSystemDTO | ONTOLOGY.UpdateSystemDTO;
95
+
96
+ declare type AnyTemplate = ONTOLOGY.Object | ONTOLOGY.Event | ONTOLOGY.Agent | ONTOLOGY.File | ONTOLOGY.System;
88
97
 
89
98
  export declare interface BaseInterval {
90
99
  timeUnit: TimeUnit;
91
100
  count: number;
92
101
  }
93
102
 
94
- export declare function CandlestickChart(inProps: CandlestickChartProps): JSX_2.Element;
103
+ export declare const Button: (props: ButtonProps) => JSX_2.Element;
104
+
105
+ export declare type ButtonComponentOverride<Theme = unknown> = {
106
+ defaultProps?: Partial<ButtonProps>;
107
+ styleOverrides?: ComponentsOverrides<Theme>["HCButton"];
108
+ };
109
+
110
+ export declare interface ButtonNavigateOptions {
111
+ state?: unknown;
112
+ }
113
+
114
+ export declare interface ButtonProps extends ButtonProps_2 {
115
+ to?: string;
116
+ state?: unknown;
117
+ onNavigate?(to: string, opts: ButtonNavigateOptions): void;
118
+ onNavigateBack?(): void;
119
+ }
120
+
121
+ export declare const CandlestickChart: (inProps: CandlestickChartProps) => JSX_2.Element;
95
122
 
96
123
  export declare type CandlestickChartComponentOverride<Theme = unknown> = {
97
124
  defaultProps?: Partial<CandlestickChartProps>;
@@ -237,7 +264,7 @@ export declare interface ChartValue {
237
264
  dataFieldName: string;
238
265
  }
239
266
 
240
- export declare function ChartWrapper(inProps: ChartWrapperProps): JSX_2.Element;
267
+ export declare const ChartWrapper: (inProps: ChartWrapperProps) => JSX_2.Element;
241
268
 
242
269
  export declare type ChartWrapperComponentOverride<Theme = unknown> = {
243
270
  defaultProps?: Partial<ChartWrapperProps>;
@@ -269,7 +296,21 @@ export declare interface CollapsibleCardProps {
269
296
  onChange?(event: React.SyntheticEvent, newExpanded: boolean): void;
270
297
  }
271
298
 
272
- export declare function ColumnLineMix(inProps: ColumnLineMixProps): JSX_2.Element;
299
+ export declare const ColorPicker: (props: ColorPickerProps) => JSX_2.Element;
300
+
301
+ export declare type ColorPickerComponentOverride<Theme = unknown> = {
302
+ defaultProps?: Partial<ColorPickerProps>;
303
+ styleOverrides?: ComponentsOverrides<Theme>["HCColorPicker"];
304
+ };
305
+
306
+ export declare interface ColorPickerProps {
307
+ value: string;
308
+ swatches?: string[];
309
+ sx?: SxProps<Theme>;
310
+ onChange(value: string): void;
311
+ }
312
+
313
+ export declare const ColumnLineMix: (inProps: ColumnLineMixProps) => JSX_2.Element;
273
314
 
274
315
  export declare type ColumnLineMixComponentOverride<Theme = unknown> = {
275
316
  defaultProps?: Partial<ColumnLineMixProps>;
@@ -278,7 +319,16 @@ export declare type ColumnLineMixComponentOverride<Theme = unknown> = {
278
319
 
279
320
  export declare type ColumnLineMixProps = ChartProps;
280
321
 
281
- export declare const ConditionalWrapper: React.FC<ConditionalWrapperProps>;
322
+ export declare interface CompositeListRangeProps {
323
+ value: SIMULATION.RandomInfoComposite;
324
+ mapboxAccessToken: string;
325
+ innerType?: string;
326
+ minDate?: string;
327
+ maxDate?: string;
328
+ onChange(value: SIMULATION.RandomInfoComposite): void;
329
+ }
330
+
331
+ export declare const ConditionalWrapper: ({ condition, wrapper, children, }: ConditionalWrapperProps) => JSX_2.Element;
282
332
 
283
333
  declare interface ConditionalWrapperProps {
284
334
  /**
@@ -347,7 +397,26 @@ export declare interface ContextMenuProps {
347
397
 
348
398
  export { createTheme }
349
399
 
350
- export declare function DataMap(inProps: DataMapProps): JSX_2.Element;
400
+ export declare const DataGrid: <R extends GridValidRowModel = GridValidRowModel>(inProps: DataGridProps<R>) => JSX_2.Element;
401
+
402
+ export declare type DataGridComponentOverride<Theme = unknown> = {
403
+ defaultProps?: Partial<DataGridProps>;
404
+ styleOverrides?: ComponentsOverrides<Theme>["HCDataGrid"];
405
+ };
406
+
407
+ export declare interface DataGridProps<R extends GridValidRowModel = GridValidRowModel>
408
+ extends Omit<DataGridProps_2, "rows" | "columns"> {
409
+ rows: R[];
410
+ columns: GridColDef<R>[];
411
+ density?: "compact" | "standard" | "comfortable";
412
+ hideFooter?: boolean;
413
+ autoHeight?: boolean;
414
+ loading?: boolean;
415
+ onRowClick?(params: GridRowParams<R>): void;
416
+ sx?: SxProps<Theme>;
417
+ }
418
+
419
+ export declare const DataMap: (inProps: DataMapProps) => JSX_2.Element;
351
420
 
352
421
  export declare type DataMapComponentOverride<Theme = unknown> = {
353
422
  defaultProps?: Partial<DataMapProps>;
@@ -371,7 +440,7 @@ export declare type DateFilterValue =
371
440
  | { type: "relative"; value: RelativeDatePreset }
372
441
  | { type: "custom"; value: { min?: string; max?: string } };
373
442
 
374
- export declare function DatePickerWithCustomRange(inProps: DatePickerWithCustomRangeProps): JSX_2.Element;
443
+ export declare const DatePickerWithCustomRange: (inProps: DatePickerWithCustomRangeProps) => JSX_2.Element;
375
444
 
376
445
  export declare type DatePickerWithCustomRangeComponentOverride<Theme = unknown> = {
377
446
  defaultProps?: Partial<DatePickerWithCustomRangeProps>;
@@ -390,7 +459,26 @@ export declare interface DatePickerWithCustomRangeProps {
390
459
  sx?: SxProps<Theme>;
391
460
  }
392
461
 
393
- export declare const DateTimePicker: (props: DateTimePickerProps & React_2.RefAttributes<HTMLDivElement>) => React_2.ReactNode | null;
462
+ export declare const DateRangePicker: ({ label, sx, ...rest }: DateRangePickerProps) => JSX_2.Element;
463
+
464
+ export declare type DateRangePickerComponentOverride<Theme = unknown> = {
465
+ defaultProps?: Partial<DateRangePickerProps>;
466
+ styleOverrides?: ComponentsOverrides<Theme>["HCDateRangePicker"];
467
+ };
468
+
469
+ export declare interface DateRangePickerProps extends DateRangePickerProps_2 {
470
+ label?: string;
471
+ sx?: SxProps<Theme>;
472
+ }
473
+
474
+ export declare interface DateRangeProps {
475
+ value: SIMULATION.RandomInfoDate;
476
+ minDate: string;
477
+ maxDate: string;
478
+ onChange(value: SIMULATION.RandomInfoDate): void;
479
+ }
480
+
481
+ export declare const DateTimePicker: (inProps: DateTimePickerProps) => JSX_2.Element;
394
482
 
395
483
  export declare type DateTimePickerComponentOverride<Theme = unknown> = {
396
484
  defaultProps?: Partial<DateTimePickerProps>;
@@ -417,18 +505,6 @@ export declare type DateTimePickerSize = "small" | "medium";
417
505
 
418
506
  export declare type DateTimePickerVariant = "standard" | "outlined" | "filled";
419
507
 
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
508
  /**
433
509
  * Default English labels for the relative preset chips. Consumers can override
434
510
  * any subset via the `presetLabels` prop.
@@ -441,7 +517,7 @@ export declare const DEFAULT_RELATIVE_PRESET_LABELS: Record<RelativeDatePreset,
441
517
  */
442
518
  export declare const DEFAULT_VIRIDIS_COOL: readonly string[];
443
519
 
444
- export declare const DisseminationList: (props: DisseminationListProps & React_2.RefAttributes<HTMLDivElement>) => React_2.ReactNode | null;
520
+ export declare const DisseminationList: (inProps: DisseminationListProps) => JSX_2.Element;
445
521
 
446
522
  export declare type DisseminationListComponentOverride<Theme = unknown> = {
447
523
  defaultProps?: Partial<DisseminationListProps>;
@@ -462,7 +538,7 @@ export declare interface DisseminationListProps {
462
538
 
463
539
  export declare type DisseminationListVariant = "standard" | "outlined" | "filled";
464
540
 
465
- export declare function Divider(inProps: DividerProps): JSX_2.Element;
541
+ export declare const Divider: (inProps: DividerProps) => JSX_2.Element;
466
542
 
467
543
  export declare type DividerComponentOverride<Theme = unknown> = {
468
544
  defaultProps?: Partial<DividerProps>;
@@ -474,9 +550,14 @@ export declare interface DividerProps {
474
550
  sx?: SxProps<Theme>;
475
551
  }
476
552
 
477
- export declare const DocumentViewer: FC<DocumentViewerProps>;
553
+ export declare const DocumentViewer: (props: DocumentViewerProps) => JSX_2.Element;
554
+
555
+ export declare type DocumentViewerComponentOverride<Theme = unknown> = {
556
+ defaultProps?: Partial<DocumentViewerProps>;
557
+ styleOverrides?: ComponentsOverrides_2<Theme>["HCDocumentViewer"];
558
+ };
478
559
 
479
- declare interface DocumentViewerProps {
560
+ export declare interface DocumentViewerProps {
480
561
  data?: string; // Base64
481
562
  customContent?: default_2.ReactNode;
482
563
  logo: default_2.ReactNode;
@@ -484,9 +565,10 @@ declare interface DocumentViewerProps {
484
565
  rightPanel?: default_2.ReactNode;
485
566
  rightPanelWidth?: number;
486
567
  onBookmark(): void;
568
+ sx?: SxProps<Theme>;
487
569
  }
488
570
 
489
- export declare function DrillDownTreemap(inProps: DrillDownTreemapProps): JSX_2.Element;
571
+ export declare const DrillDownTreemap: (inProps: DrillDownTreemapProps) => JSX_2.Element;
490
572
 
491
573
  export declare type DrillDownTreemapComponentOverride<Theme = unknown> = {
492
574
  defaultProps?: Partial<DrillDownTreemapProps>;
@@ -495,7 +577,7 @@ export declare type DrillDownTreemapComponentOverride<Theme = unknown> = {
495
577
 
496
578
  export declare type DrillDownTreemapProps = ChartProps;
497
579
 
498
- export declare function DrillDownVoronoiTreemap(inProps: DrillDownVoronoiTreemapProps): JSX_2.Element;
580
+ export declare const DrillDownVoronoiTreemap: (inProps: DrillDownVoronoiTreemapProps) => JSX_2.Element;
499
581
 
500
582
  export declare type DrillDownVoronoiTreemapComponentOverride<Theme = unknown> = {
501
583
  defaultProps?: Partial<DrillDownVoronoiTreemapProps>;
@@ -504,32 +586,27 @@ export declare type DrillDownVoronoiTreemapComponentOverride<Theme = unknown> =
504
586
 
505
587
  export declare type DrillDownVoronoiTreemapProps = ChartProps;
506
588
 
507
- declare function encrypt(encryptionKey: any, data: any): Promise<{
508
- status: string;
509
- data: string;
510
- message?: undefined;
511
- } | {
512
- status: string;
513
- message: string;
514
- data?: undefined;
515
- }>;
589
+ export declare const DurationSelect: (props: DurationSelectProps) => JSX_2.Element;
516
590
 
517
- declare function exportKey(key: any): Promise<JsonWebKey>;
591
+ export declare type DurationSelectComponentOverride<Theme = unknown> = {
592
+ defaultProps?: Partial<DurationSelectProps>;
593
+ styleOverrides?: ComponentsOverrides<Theme>["HCDurationSelect"];
594
+ };
518
595
 
519
- declare interface FieldOptions {
520
- order?: number;
521
- hidden?: boolean;
522
- disabled?: boolean;
523
- clickable?: boolean;
524
- minDate?: Dayjs;
525
- helperText?: React.ReactNode;
526
- placeholder?: string;
527
- description?: string;
528
- component?: React.ReactNode;
529
- maxChar?: number;
530
- [key: string]: string | number | object | boolean;
596
+ export declare interface DurationSelectOption {
597
+ value: string;
598
+ label: string;
599
+ }
600
+
601
+ export declare interface DurationSelectProps {
602
+ value?: DurationSelectValue | string;
603
+ options?: DurationSelectOption[];
604
+ sx?: SxProps<Theme>;
605
+ onChange?(value: string): void;
531
606
  }
532
607
 
608
+ export declare type DurationSelectValue = "24 Hours" | "7 Days" | "30 Days";
609
+
533
610
  export declare const FlexCol: StyledComponent<BoxOwnProps<Theme> & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
534
611
  ref?: ((instance: HTMLDivElement | null) => void | DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | RefObject<HTMLDivElement> | null | undefined;
535
612
  }, keyof BoxOwnProps<Theme>> & MUIStyledCommonProps<Theme>, {}, {}>;
@@ -538,9 +615,57 @@ export declare const FlexRow: StyledComponent<BoxOwnProps<Theme> & Omit<Omit<Det
538
615
  ref?: ((instance: HTMLDivElement | null) => void | DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | RefObject<HTMLDivElement> | null | undefined;
539
616
  }, keyof BoxOwnProps<Theme>> & MUIStyledCommonProps<Theme>, {}, {}>;
540
617
 
541
- declare function generateKey(): Promise<CryptoKey>;
618
+ export declare const GeometryDraw: ({ mapId, mapboxAccessToken, value: defaultValue, disableActions, variant, defaultExtent, onCancel, onSubmit, onChange, }: GeometryDrawProps) => JSX_2.Element;
619
+
620
+ export declare interface GeometryDrawProps {
621
+ mapId: string;
622
+ mapboxAccessToken?: string;
623
+ value?: string;
624
+ disableActions?: boolean;
625
+ variant?: "inline" | "dialog";
626
+ defaultExtent?: Extent;
627
+ onCancel?(): void;
628
+ onSubmit?(value: string): void;
629
+ onChange?(value: string): void;
630
+ }
631
+
632
+ export declare const GeometryParser: (props: GeometryParserProps) => JSX_2.Element;
633
+
634
+ export declare interface GeometryParserProps {
635
+ value: string;
636
+ type?: 'WKT' | 'KML';
637
+ disableGrouping?: boolean;
638
+ onChange?(value: string): void;
639
+ }
640
+
641
+ export declare const GeometryPicker: (props: GeometryPickerProps) => JSX_2.Element;
642
+
643
+ export declare type GeometryPickerComponentOverride<Theme = unknown> = {
644
+ defaultProps?: Partial<GeometryPickerProps>;
645
+ styleOverrides?: ComponentsOverrides_2<Theme>["HCGeometryPicker"];
646
+ };
647
+
648
+ export declare type GeometryPickerLabelPosition = "default" | "top";
649
+
650
+ export declare interface GeometryPickerProps {
651
+ label?: string;
652
+ mapboxAccessToken?: string;
653
+ value?: string;
654
+ disableAddCoordinate?: boolean;
655
+ defaultExtent?: Extent;
656
+ variant?: GeometryPickerVariant;
657
+ labelPosition?: GeometryPickerLabelPosition;
658
+ onChange?(value: string): void;
659
+ sx?: SxProps<Theme>;
660
+ }
661
+
662
+ export declare type GeometryPickerVariant = "standard" | "outlined" | "filled";
542
663
 
543
- export declare const GeometryPicker: React.FC<Props>;
664
+ export declare interface GeometryRangeProps {
665
+ value: SIMULATION.RandomInfoGeometry;
666
+ mapboxAccessToken: string;
667
+ onChange(value: SIMULATION.RandomInfoGeometry): void;
668
+ }
544
669
 
545
670
  declare const hasAccess: (path: string, access: AccessType, permissions: AUTH.PermissionType) => boolean;
546
671
 
@@ -555,9 +680,11 @@ declare const hasDataAccess: (role: string, access: AccessType, permissions: AUT
555
680
 
556
681
  declare const hasUIAccess: <T extends string>(feature: AccessFeatureType | T, permissions?: AUTH.PermissionType) => boolean;
557
682
 
558
- export declare function HeatMap(inProps: HeatMapProps): JSX_2.Element;
683
+ export declare const HCNotificationProvider: (props: NotificationProviderProps) => JSX_2.Element | null;
559
684
 
560
- export declare function Heatmap(inProps: HeatmapProps): JSX_2.Element;
685
+ export declare const HeatMap: (inProps: HeatMapProps) => JSX_2.Element;
686
+
687
+ export declare const Heatmap: (inProps: HeatmapProps) => JSX_2.Element;
561
688
 
562
689
  export declare type HeatMapComponentOverride<Theme = unknown> = {
563
690
  defaultProps?: Partial<HeatMapProps>;
@@ -588,7 +715,7 @@ export declare interface HeatMapProps {
588
715
 
589
716
  export declare type HeatmapProps = ChartProps;
590
717
 
591
- export declare function HighlightLineChart(props: HighlightLineChartProps): JSX_2.Element;
718
+ export declare const HighlightLineChart: (props: HighlightLineChartProps) => JSX_2.Element;
592
719
 
593
720
  export declare type HighlightLineChartComponentOverride<Theme = unknown> = {
594
721
  defaultProps?: HighlightLineChartProps;
@@ -621,39 +748,46 @@ export declare interface IconButtonProps extends Omit<IconButtonProps_2, "varian
621
748
 
622
749
  export declare type IconButtonVariant = "default" | "vertical" | "mini";
623
750
 
624
- declare function importKey(jwk: any): Promise<CryptoKey>;
751
+ export declare const InstanceForm: <T extends ONTOLOGY.Object | ONTOLOGY.Event | ONTOLOGY.Agent | ONTOLOGY.File | ONTOLOGY.System, K extends INSTANCE.CreateObjectDTO | INSTANCE.UpdateObjectDTO | INSTANCE.CreateEventDTO | INSTANCE.UpdateEventDTO | INSTANCE.CreateAgentDTO | INSTANCE.CreateFileDTO | INSTANCE.UpdateFileDTO | INSTANCE.CreateSystemDTO | INSTANCE.UpdateSystemDTO>(props: InstanceFormProps<T, K> & default_2.RefAttributes<InstanceFormHandle<FieldValues>>) => default_2.ReactNode | null;
625
752
 
626
- 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>) => default_2.ReactNode | null;
753
+ export declare type InstanceFormComponentOverride<Theme = unknown> = {
754
+ defaultProps?: Partial<
755
+ InstanceFormProps<ONTOLOGY.Object, INSTANCE.CreateObjectDTO>
756
+ >;
757
+ styleOverrides?: ComponentsOverrides<Theme>["HCInstanceForm"];
758
+ };
627
759
 
628
- export declare interface InstanceFormHandle {
629
- /**
630
- *
631
- * @returns
632
- */
760
+ export declare interface InstanceFormFieldOptions {
761
+ order?: number;
762
+ hidden?: boolean;
763
+ disabled?: boolean;
764
+ clickable?: boolean;
765
+ minDate?: Dayjs;
766
+ helperText?: React.ReactNode;
767
+ placeholder?: string;
768
+ description?: string;
769
+ component?: React.ReactNode;
770
+ maxChar?: number;
771
+ [key: string]: string | number | object | boolean;
772
+ }
773
+
774
+ export declare interface InstanceFormHandle<K extends FieldValues = FieldValues> {
633
775
  resetForm: () => void;
634
776
  requestSubmit: () => void;
635
- /**
636
- *
637
- * @param name
638
- * @param value
639
- * @returns
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
- */
777
+ setFormValue: <P extends FieldPath<K>>(
778
+ name: P,
779
+ value: FieldPathValue<K, P>,
780
+ ) => void;
781
+ getFormValue: <P extends FieldPath<K>>(name: P) => FieldPathValue<K, P>;
651
782
  isDirty(): boolean;
652
-
653
- getWatchedValue: (name: string) => any;
783
+ getWatchedValue: <P extends FieldPath<K>>(name: P) => FieldPathValue<K, P>;
654
784
  }
655
785
 
656
- declare interface InstanceFormProps<
786
+ export declare type InstanceFormInputVariant = "standard" | "outlined" | "filled";
787
+
788
+ export declare type InstanceFormLabelPosition = "default" | "left" | "top";
789
+
790
+ export declare interface InstanceFormProps<
657
791
  T extends
658
792
  | ONTOLOGY.Object
659
793
  | ONTOLOGY.Event
@@ -669,22 +803,13 @@ K extends
669
803
  | INSTANCE.CreateFileDTO
670
804
  | INSTANCE.UpdateFileDTO
671
805
  | INSTANCE.CreateSystemDTO
672
- | INSTANCE.UpdateSystemDTO
806
+ | INSTANCE.UpdateSystemDTO,
673
807
  > {
674
- /**
675
- *
676
- */
677
- variant?: "inline" | "dialog";
678
- inputVariant?: "standard" | "outlined" | "filled";
679
- labelPosition?: "default" | "left" | "top";
680
- /**
681
- *
682
- */
683
- mappedTemplates: Map<string | number, T>;
684
- /**
685
- *
686
- */
687
- defaultValues: DefaultValues<
808
+ variant?: InstanceFormVariant;
809
+ inputVariant?: InstanceFormInputVariant;
810
+ labelPosition?: InstanceFormLabelPosition;
811
+ templates: Map<string | number, T>;
812
+ values?: DefaultValues<
688
813
  INSTANCE.CreateObjectDTO &
689
814
  INSTANCE.UpdateObjectDTO &
690
815
  INSTANCE.CreateEventDTO &
@@ -694,85 +819,30 @@ K extends
694
819
  INSTANCE.UpdateFileDTO
695
820
  >;
696
821
  fieldOptions?: {
697
- [key: string]: FieldOptions;
822
+ [key: string]: InstanceFormFieldOptions;
698
823
  };
699
- /**
700
- *
701
- */
702
- loading: boolean;
703
- /**
704
- *
705
- */
824
+ loading?: boolean;
706
825
  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
- */
826
+ saveButtons?: InstanceFormSubmitButton[];
729
827
  keyAuth?: boolean;
730
- /**
731
- *
732
- */
733
- securityLevelConfig?: SecurityLevelConfig;
734
- /**
735
- *
736
- */
737
828
  memberedGroups: AUTH.MemberedGroupsType[];
738
- /**
739
- *
740
- */
741
- ontologyId: number;
742
- /**
743
- *
744
- */
745
- appRoles: AUTH.PermissionType;
746
- /**
747
- *
748
- */
749
829
  securityLevels: AUTH.SecurityLevel[];
750
- /**
751
- *
752
- */
753
- policyList: POLICY.Policy[];
754
-
830
+ policyList?: POLICY.Policy[];
755
831
  mapboxAccessToken?: string;
756
- /**
757
- *
758
- * @param template
759
- */
832
+ sx?: SxProps<Theme>;
760
833
  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
- */
834
+ onSubmit(data: K): void;
773
835
  onCancel?(isDirty?: boolean): void;
774
836
  }
775
837
 
838
+ export declare interface InstanceFormSubmitButton {
839
+ label: string;
840
+ icon?: React.ReactNode;
841
+ onClick?(): void;
842
+ }
843
+
844
+ export declare type InstanceFormVariant = "inline" | "dialog";
845
+
776
846
  export declare const InstanceHierarchyTable: (props: InstanceHierarchyTableProps) => JSX_2.Element | null;
777
847
 
778
848
  export declare type InstanceHierarchyTableComponentOverride<Theme = unknown> = {
@@ -847,7 +917,7 @@ export declare interface InstanceTableProps {
847
917
  onTitleClick?(instance: INSTANCE.GenericInstanceView): void;
848
918
  }
849
919
 
850
- export declare function InstanceVariableList(inProps: InstanceVariableListProps): JSX_2.Element;
920
+ export declare const InstanceVariableList: (inProps: InstanceVariableListProps) => JSX_2.Element;
851
921
 
852
922
  export declare type InstanceVariableListComponentOverride<Theme = unknown> = {
853
923
  defaultProps?: Partial<InstanceVariableListProps>;
@@ -862,30 +932,6 @@ export declare interface InstanceVariableListProps {
862
932
  sx?: SxProps<Theme>;
863
933
  }
864
934
 
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
935
  export declare const LinearIndicator: (props: LinearIndicatorProps) => JSX_2.Element;
890
936
 
891
937
  export declare type LinearIndicatorComponentOverride<Theme = unknown> = {
@@ -905,7 +951,7 @@ export declare interface LinearIndicatorProps {
905
951
  sx?: SxProps<Theme>;
906
952
  }
907
953
 
908
- export declare function LineChart(inProps: LineChartProps): JSX_2.Element;
954
+ export declare const LineChart: (inProps: LineChartProps) => JSX_2.Element;
909
955
 
910
956
  export declare type LineChartComponentOverride<Theme = unknown> = {
911
957
  defaultProps?: Partial<LineChartProps>;
@@ -952,7 +998,7 @@ export declare interface LoadingProps extends BoxProps {
952
998
 
953
999
  export { LocalizationProvider }
954
1000
 
955
- export declare function LogaritmicScale(inProps: LogaritmicScaleProps): JSX_2.Element;
1001
+ export declare const LogaritmicScale: (inProps: LogaritmicScaleProps) => JSX_2.Element;
956
1002
 
957
1003
  export declare type LogaritmicScaleComponentOverride<Theme = unknown> = {
958
1004
  defaultProps?: Partial<LogaritmicScaleProps>;
@@ -1042,11 +1088,8 @@ declare namespace MAP {
1042
1088
  }
1043
1089
  }
1044
1090
 
1045
- export declare namespace Map_2 {
1046
- export {
1047
- _default as default
1048
- }
1049
- }
1091
+ declare const Map_2: default_2.MemoExoticComponent<(props: MAP.Props & default_2.RefAttributes<MAP.Handle>) => default_2.ReactNode | null>;
1092
+ export { Map_2 as Map }
1050
1093
 
1051
1094
  export declare const MetricCard: (props: MetricCardProps) => JSX_2.Element;
1052
1095
 
@@ -1110,7 +1153,7 @@ export declare type MetricVariant =
1110
1153
  | "warning"
1111
1154
  | "danger";
1112
1155
 
1113
- export declare function MultipleValueAxes(inProps: MultipleValueAxesProps): JSX_2.Element;
1156
+ export declare const MultipleValueAxes: (inProps: MultipleValueAxesProps) => JSX_2.Element;
1114
1157
 
1115
1158
  export declare type MultipleValueAxesComponentOverride<Theme = unknown> = {
1116
1159
  defaultProps?: Partial<MultipleValueAxesProps>;
@@ -1119,7 +1162,7 @@ export declare type MultipleValueAxesComponentOverride<Theme = unknown> = {
1119
1162
 
1120
1163
  export declare type MultipleValueAxesProps = ChartProps;
1121
1164
 
1122
- export declare function NestedPie(inProps: NestedPieProps): JSX_2.Element;
1165
+ export declare const NestedPie: (inProps: NestedPieProps) => JSX_2.Element;
1123
1166
 
1124
1167
  export declare type NestedPieComponentOverride<Theme = unknown> = {
1125
1168
  defaultProps?: Partial<NestedPieProps>;
@@ -1128,7 +1171,88 @@ export declare type NestedPieComponentOverride<Theme = unknown> = {
1128
1171
 
1129
1172
  export declare type NestedPieProps = ChartProps;
1130
1173
 
1131
- export declare function ObjectProfileCard(inProps: ObjectProfileCardProps): JSX_2.Element | null;
1174
+ export declare type NotificationComponentOverride<Theme = unknown> = {
1175
+ defaultProps?: Partial<NotificationProviderProps>;
1176
+ styleOverrides?: ComponentsOverrides_2<Theme>["HCNotification"];
1177
+ };
1178
+
1179
+ export declare interface NotificationItem {
1180
+ id: string;
1181
+ severity: NotificationSeverity;
1182
+ message: string;
1183
+ options: NotifyOptions;
1184
+ }
1185
+
1186
+ export declare interface NotificationProviderProps {
1187
+ /**
1188
+ * Maximum number of notifications visible at the same time. Older items are
1189
+ * dropped when the queue exceeds this limit. Defaults to 5.
1190
+ */
1191
+ maxVisible?: number;
1192
+ /**
1193
+ * Default anchor for notifications. Per-call `anchorOrigin` wins. Defaults
1194
+ * to `{ vertical: 'bottom', horizontal: 'right' }`.
1195
+ */
1196
+ anchorOrigin?: SnackbarOrigin;
1197
+ /**
1198
+ * Default auto-hide duration in ms. Per-call value wins. Defaults to 4000.
1199
+ */
1200
+ autoHideDuration?: number | null;
1201
+ /**
1202
+ * Default MUI Alert visual variant for every notification. Per-call value
1203
+ * wins. Defaults to `"filled"`.
1204
+ */
1205
+ variant?: NotificationVariant;
1206
+ sx?: SxProps<Theme>;
1207
+ }
1208
+
1209
+ export declare type NotificationSeverity = "error" | "warning" | "info" | "success";
1210
+
1211
+ export declare type NotificationVariant = "standard" | "filled" | "outlined";
1212
+
1213
+ /**
1214
+ * Imperative notification API. Push a transient notification onto the queue;
1215
+ * the `HCNotificationProvider` mounted at the app root renders it. Returns
1216
+ * `void` — for programmatic dismissal, use `removeNotification(id)`.
1217
+ */
1218
+ export declare const notify: {
1219
+ error: (message: string, options?: NotifyOptions) => void;
1220
+ warning: (message: string, options?: NotifyOptions) => void;
1221
+ info: (message: string, options?: NotifyOptions) => void;
1222
+ success: (message: string, options?: NotifyOptions) => void;
1223
+ };
1224
+
1225
+ export declare interface NotifyOptions {
1226
+ /**
1227
+ * Optional bold title rendered above the message.
1228
+ */
1229
+ title?: string;
1230
+ /**
1231
+ * Milliseconds before the notification auto-dismisses. Defaults to 4000.
1232
+ * Set to `null` to keep the notification visible until manually closed.
1233
+ */
1234
+ autoHideDuration?: number | null;
1235
+ /**
1236
+ * Anchor point shared by all notifications when this option is set on at
1237
+ * least one item; the provider uses the most-recently-set value. Defaults
1238
+ * to `{ vertical: 'bottom', horizontal: 'right' }`.
1239
+ */
1240
+ anchorOrigin?: SnackbarOrigin;
1241
+ /**
1242
+ * MUI Alert visual variant. Per-call override of the provider default.
1243
+ */
1244
+ variant?: NotificationVariant;
1245
+ }
1246
+
1247
+ export declare type NumberRangeMode = "range" | "list";
1248
+
1249
+ export declare interface NumberRangeProps {
1250
+ value: SIMULATION.RandomInfoNumber;
1251
+ variant?: RangeSelectorVariant;
1252
+ onChange(value: SIMULATION.RandomInfoNumber): void;
1253
+ }
1254
+
1255
+ export declare const ObjectProfileCard: (inProps: ObjectProfileCardProps) => JSX_2.Element | null;
1132
1256
 
1133
1257
  export declare type ObjectProfileCardComponentOverride<Theme = unknown> = {
1134
1258
  defaultProps?: Partial<ObjectProfileCardProps>;
@@ -1156,7 +1280,7 @@ declare interface OptionsType {
1156
1280
  disableCancelButton?: boolean;
1157
1281
  }
1158
1282
 
1159
- export declare function PackedCircles(inProps: PackedCirclesProps): JSX_2.Element;
1283
+ export declare const PackedCircles: (inProps: PackedCirclesProps) => JSX_2.Element;
1160
1284
 
1161
1285
  export declare type PackedCirclesComponentOverride<Theme = unknown> = {
1162
1286
  defaultProps?: Partial<PackedCirclesProps>;
@@ -1165,7 +1289,7 @@ export declare type PackedCirclesComponentOverride<Theme = unknown> = {
1165
1289
 
1166
1290
  export declare type PackedCirclesProps = ChartProps;
1167
1291
 
1168
- export declare function PaginatedList(inProps: PaginatedListProps): JSX_2.Element;
1292
+ export declare const PaginatedList: (inProps: PaginatedListProps) => JSX_2.Element;
1169
1293
 
1170
1294
  export declare type PaginatedListComponentOverride<Theme = unknown> = {
1171
1295
  defaultProps?: Partial<PaginatedListProps>;
@@ -1219,7 +1343,7 @@ export declare interface PhoneInputProps {
1219
1343
  onChange(value: string): void;
1220
1344
  }
1221
1345
 
1222
- export declare function PieChart(inProps: PieChartProps): JSX_2.Element;
1346
+ export declare const PieChart: (inProps: PieChartProps) => JSX_2.Element;
1223
1347
 
1224
1348
  export declare type PieChartComponentOverride<Theme = unknown> = {
1225
1349
  defaultProps?: Partial<PieChartProps>;
@@ -1228,6 +1352,39 @@ export declare type PieChartComponentOverride<Theme = unknown> = {
1228
1352
 
1229
1353
  export declare type PieChartProps = ChartProps;
1230
1354
 
1355
+ export declare const Placeholder: (props: PlaceholderProps) => JSX_2.Element;
1356
+
1357
+ export declare type PlaceholderComponentOverride<Theme = unknown> = {
1358
+ defaultProps?: Partial<PlaceholderProps>;
1359
+ styleOverrides?: ComponentsOverrides<Theme>["HCPlaceholder"];
1360
+ };
1361
+
1362
+ export declare type PlaceholderPlacement = "TOP" | "RIGHT" | "BOTTOM" | "LEFT";
1363
+
1364
+ export declare interface PlaceholderProps {
1365
+ placement: PlaceholderPlacement;
1366
+ width?: number | string;
1367
+ sx?: SxProps<Theme>;
1368
+ children?: default_2.ReactNode;
1369
+ }
1370
+
1371
+ export declare const PositionalTooltip: ({ show, text, top, left, topOffset, leftOffset, sx, }: PositionalTooltipProps) => JSX_2.Element | null;
1372
+
1373
+ export declare type PositionalTooltipComponentOverride<Theme = unknown> = {
1374
+ defaultProps?: Partial<PositionalTooltipProps>;
1375
+ styleOverrides?: ComponentsOverrides<Theme>["HCPositionalTooltip"];
1376
+ };
1377
+
1378
+ export declare interface PositionalTooltipProps {
1379
+ show: boolean;
1380
+ text?: string;
1381
+ top?: number;
1382
+ left?: number;
1383
+ topOffset?: number;
1384
+ leftOffset?: number;
1385
+ sx?: SxProps<Theme>;
1386
+ }
1387
+
1231
1388
  export declare const PropertyFilterInput: (props: PropertyFilterInputProps) => JSX_2.Element | null;
1232
1389
 
1233
1390
  export declare interface PropertyFilterInputProps {
@@ -1238,35 +1395,6 @@ export declare interface PropertyFilterInputProps {
1238
1395
  onChange(value: any): void;
1239
1396
  }
1240
1397
 
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
1398
  export declare interface PrrItem {
1271
1399
  id: string;
1272
1400
  templateId: string;
@@ -1283,7 +1411,7 @@ export declare interface PrrItem {
1283
1411
  variables: INSTANCE.GroupedVariables;
1284
1412
  }
1285
1413
 
1286
- export declare function PrrMap(inProps: PrrMapProps): JSX_2.Element;
1414
+ export declare const PrrMap: (inProps: PrrMapProps) => JSX_2.Element;
1287
1415
 
1288
1416
  export declare type PrrMapComponentOverride<Theme = unknown> = {
1289
1417
  defaultProps?: Partial<PrrMapProps>;
@@ -1302,9 +1430,71 @@ export declare interface PrrMapProps {
1302
1430
  sx?: SxProps<Theme>;
1303
1431
  }
1304
1432
 
1305
- export declare function RasterGridMap(inProps: RasterGridMapProps): JSX_2.Element;
1433
+ export declare const RangeSelector: (props: RangeSelectorProps) => JSX_2.Element;
1434
+
1435
+ export declare type RangeSelectorAcceptedType =
1436
+ | "byte"
1437
+ | "double"
1438
+ | "integer"
1439
+ | "long"
1440
+ | "string"
1441
+ | "text"
1442
+ | "date"
1443
+ | "geometry"
1444
+ | "composite-list";
1445
+
1446
+ export declare type RangeSelectorComponentOverride<Theme = unknown> = {
1447
+ defaultProps?: Partial<RangeSelectorProps>;
1448
+ styleOverrides?: ComponentsOverrides<Theme>["HCRangeSelector"];
1449
+ };
1306
1450
 
1307
- export declare type RasterGridMapComponentOverride<Theme = unknown> = {
1451
+ export declare type RangeSelectorProps =
1452
+ | {
1453
+ type: "byte" | "double" | "integer" | "long";
1454
+ value?: SIMULATION.RandomInfoNumber;
1455
+ mapboxAccessToken: string;
1456
+ sx?: SxProps<Theme>;
1457
+ onChange(value: SIMULATION.RandomInfoNumber): void;
1458
+ }
1459
+ | {
1460
+ type: "string" | "text";
1461
+ value?: SIMULATION.RandomInfoString;
1462
+ mapboxAccessToken: string;
1463
+ sx?: SxProps<Theme>;
1464
+ onChange(value: SIMULATION.RandomInfoString): void;
1465
+ }
1466
+ | {
1467
+ type: "date";
1468
+ value?: SIMULATION.RandomInfoDate;
1469
+ mapboxAccessToken: string;
1470
+ minDate: string;
1471
+ maxDate: string;
1472
+ sx?: SxProps<Theme>;
1473
+ onChange(value: SIMULATION.RandomInfoDate): void;
1474
+ }
1475
+ | {
1476
+ type: "geometry";
1477
+ value?: SIMULATION.RandomInfoGeometry;
1478
+ mapboxAccessToken: string;
1479
+ sx?: SxProps<Theme>;
1480
+ onChange(value: SIMULATION.RandomInfoGeometry): void;
1481
+ }
1482
+ | {
1483
+ type: "composite-list";
1484
+ value?: SIMULATION.RandomInfoComposite;
1485
+ mapboxAccessToken: string;
1486
+ innerType: string;
1487
+ minDate: string;
1488
+ maxDate: string;
1489
+ sx?: SxProps<Theme>;
1490
+ onChange(value: SIMULATION.RandomInfoComposite): void;
1491
+ };
1492
+
1493
+ export declare type RangeSelectorVariant = "standard" | "outlined" | "filled";
1494
+
1495
+ export declare const RasterGridMap: (inProps: RasterGridMapProps) => JSX_2.Element;
1496
+
1497
+ export declare type RasterGridMapComponentOverride<Theme = unknown> = {
1308
1498
  defaultProps?: Partial<RasterGridMapProps>;
1309
1499
  styleOverrides?: ComponentsOverrides_2<Theme>["HCRasterGridMap"];
1310
1500
  };
@@ -1327,8 +1517,6 @@ export declare interface RasterGridMapProps {
1327
1517
  sx?: SxProps<Theme>;
1328
1518
  }
1329
1519
 
1330
- declare function register(): Promise<Credential | null>;
1331
-
1332
1520
  export declare type RelativeDatePreset =
1333
1521
  | "TODAY"
1334
1522
  | "YESTERDAY"
@@ -1341,6 +1529,20 @@ export declare type RelativeDatePreset =
1341
1529
  | "THIS_YEAR"
1342
1530
  | "LAST_YEAR";
1343
1531
 
1532
+ export declare const removeNotification: (id: string) => void;
1533
+
1534
+ export declare const ScrollDrag: (props: ScrollDragProps) => JSX_2.Element;
1535
+
1536
+ export declare type ScrollDragComponentOverride<Theme = unknown> = {
1537
+ defaultProps?: Partial<ScrollDragProps>;
1538
+ styleOverrides?: ComponentsOverrides<Theme>["HCScrollDrag"];
1539
+ };
1540
+
1541
+ export declare interface ScrollDragProps {
1542
+ children: default_2.ReactElement;
1543
+ sx?: SxProps<Theme>;
1544
+ }
1545
+
1344
1546
  export declare const SearchInput: (props: SearchInputProps) => JSX_2.Element;
1345
1547
 
1346
1548
  export declare type SearchInputComponentOverride<Theme = unknown> = {
@@ -1351,7 +1553,13 @@ export declare type SearchInputComponentOverride<Theme = unknown> = {
1351
1553
  export declare type SearchInputIconSize = "small" | "medium" | "large";
1352
1554
 
1353
1555
  export declare interface SearchInputProps {
1556
+ /** Initial value when used uncontrolled. */
1354
1557
  defaultValue?: string;
1558
+ /**
1559
+ * Controlled value. When provided, the component reflects this prop and
1560
+ * ignores its internal state. Pair with `onChange` for full control.
1561
+ */
1562
+ value?: string;
1355
1563
  label?: string;
1356
1564
  placeholder?: string;
1357
1565
  fullWidth?: boolean;
@@ -1375,26 +1583,14 @@ export declare type SecurityLevelComponentOverride<Theme = unknown> = {
1375
1583
  styleOverrides?: ComponentsOverrides<Theme>["HCSecurityLevel"];
1376
1584
  };
1377
1585
 
1378
- declare interface SecurityLevelConfig {
1379
- templateKeys: string[];
1380
- templateType: string;
1381
- }
1382
-
1383
1586
  export declare type SecurityLevelLabelPosition = "default" | "left" | "top";
1384
1587
 
1385
1588
  export declare interface SecurityLevelProps {
1386
1589
  value: number;
1387
- ontologyId: number;
1388
- appRoles: AUTH.PermissionType;
1389
1590
  securityLevels: AUTH.SecurityLevel[];
1390
- minLevel?: number;
1391
- minLevelId?: number;
1392
- minLevelRoles?: string[];
1393
1591
  showError?: boolean;
1394
1592
  variant?: SecurityLevelVariant;
1395
1593
  labelPosition?: SecurityLevelLabelPosition;
1396
- templateKeys?: string[];
1397
- templateType?: string;
1398
1594
  sx?: SxProps<Theme>;
1399
1595
  onChange(value: number): void;
1400
1596
  }
@@ -1415,7 +1611,7 @@ export declare interface SeriesResponse {
1415
1611
  points?: SeriesPoint[];
1416
1612
  }
1417
1613
 
1418
- export declare function SimplePivotTable(inProps: SimplePivotTableProps): JSX_2.Element;
1614
+ export declare const SimplePivotTable: (inProps: SimplePivotTableProps) => JSX_2.Element;
1419
1615
 
1420
1616
  export declare type SimplePivotTableComponentOverride<Theme = unknown> = {
1421
1617
  defaultProps?: Partial<SimplePivotTableProps>;
@@ -1437,7 +1633,30 @@ extends Omit<SimplePivotTableProps, "sx"> {
1437
1633
  aggregations: Aggregation[];
1438
1634
  }
1439
1635
 
1440
- export declare function StackedAreaRadar(inProps: StackedAreaRadarProps): JSX_2.Element;
1636
+ export declare const SortableList: (props: SortableListProps) => JSX_2.Element;
1637
+
1638
+ export declare type SortableListComponentOverride<Theme = unknown> = {
1639
+ defaultProps?: Partial<SortableListProps>;
1640
+ styleOverrides?: ComponentsOverrides<Theme>["HCSortableList"];
1641
+ };
1642
+
1643
+ export declare interface SortableListItem {
1644
+ id: number | string;
1645
+ name: string;
1646
+ selected?: boolean;
1647
+ icon?: default_2.ReactNode;
1648
+ actions?: default_2.ReactNode;
1649
+ onClick?(item: SortableListItem): void;
1650
+ }
1651
+
1652
+ export declare interface SortableListProps {
1653
+ items: SortableListItem[];
1654
+ setItems(items: SortableListItem[]): void;
1655
+ disabled?: boolean;
1656
+ sx?: SxProps<Theme>;
1657
+ }
1658
+
1659
+ export declare const StackedAreaRadar: (inProps: StackedAreaRadarProps) => JSX_2.Element;
1441
1660
 
1442
1661
  export declare type StackedAreaRadarComponentOverride<Theme = unknown> = {
1443
1662
  defaultProps?: Partial<StackedAreaRadarProps>;
@@ -1446,7 +1665,7 @@ export declare type StackedAreaRadarComponentOverride<Theme = unknown> = {
1446
1665
 
1447
1666
  export declare type StackedAreaRadarProps = ChartProps;
1448
1667
 
1449
- export declare function StackedColumnChart(inProps: StackedColumnChartProps): JSX_2.Element;
1668
+ export declare const StackedColumnChart: (inProps: StackedColumnChartProps) => JSX_2.Element;
1450
1669
 
1451
1670
  export declare type StackedColumnChartComponentOverride<Theme = unknown> = {
1452
1671
  defaultProps?: Partial<StackedColumnChartProps>;
@@ -1455,7 +1674,7 @@ export declare type StackedColumnChartComponentOverride<Theme = unknown> = {
1455
1674
 
1456
1675
  export declare type StackedColumnChartProps = ChartProps;
1457
1676
 
1458
- export declare function StaticText(inProps: StaticTextProps): JSX_2.Element;
1677
+ export declare const StaticText: (inProps: StaticTextProps) => JSX_2.Element;
1459
1678
 
1460
1679
  export declare type StaticTextComponentOverride<Theme = unknown> = {
1461
1680
  defaultProps?: Partial<StaticTextProps>;
@@ -1468,16 +1687,23 @@ export declare interface StaticTextProps {
1468
1687
  sx?: SxProps<Theme>;
1469
1688
  }
1470
1689
 
1471
- declare interface SubmitButton {
1690
+ export declare const StatsBox: ({ label, value, icon, ...rest }: StatsBoxProps) => JSX_2.Element;
1691
+
1692
+ export declare type StatsBoxComponentOverride<Theme = unknown> = {
1693
+ defaultProps?: Partial<StatsBoxProps>;
1694
+ styleOverrides?: ComponentsOverrides<Theme>["HCStatsBox"];
1695
+ };
1696
+
1697
+ export declare interface StatsBoxProps extends BoxProps {
1472
1698
  label: string;
1473
- icon?: React.ReactNode;
1474
- onClick?(): void;
1699
+ value?: number | string;
1700
+ icon?: default_2.ReactNode;
1475
1701
  }
1476
1702
 
1477
- declare interface SubmitButton_2 {
1478
- label: string;
1479
- icon?: React.ReactNode;
1480
- onClick?(): void;
1703
+ export declare interface StringRangeProps {
1704
+ value: SIMULATION.RandomInfoString;
1705
+ variant?: RangeSelectorVariant;
1706
+ onChange(value: SIMULATION.RandomInfoString): void;
1481
1707
  }
1482
1708
 
1483
1709
  export declare interface TabContent {
@@ -1530,14 +1756,29 @@ export declare interface TemplateFiltersTab {
1530
1756
  onChange: (filters: FV.TemplateFilter[]) => void;
1531
1757
  }
1532
1758
 
1533
- export declare const TemplateForm: <T extends ONTOLOGY.Object | ONTOLOGY.Event | ONTOLOGY.Agent | ONTOLOGY.File | ONTOLOGY.System, K extends ONTOLOGY.CreateObjectDTO | ONTOLOGY.CreateEventDTO | ONTOLOGY.CreateFileDTO | ONTOLOGY.CreateAgentDTO | ONTOLOGY.UpdateObjectDTO | ONTOLOGY.UpdateEventDTO | ONTOLOGY.UpdateFileDTO | ONTOLOGY.UpdateAgentDTO | ONTOLOGY.CreateSystemDTO | ONTOLOGY.UpdateSystemDTO>(props: TemplateFormProps<T, K> & default_2.RefAttributes<TemplateFormHandle>) => default_2.ReactNode | null;
1759
+ export declare const TemplateForm: <T extends AnyTemplate, K extends AnyDTO>(props: TemplateFormProps<T, K> & {
1760
+ ref?: default_2.Ref<TemplateFormHandle>;
1761
+ }) => ReturnType<typeof TemplateFormInner>;
1762
+
1763
+ export declare type TemplateFormComponentOverride<Theme = unknown> = {
1764
+ defaultProps?: Partial<
1765
+ TemplateFormProps<ONTOLOGY.Object, ONTOLOGY.CreateObjectDTO>
1766
+ >;
1767
+ styleOverrides?: ComponentsOverrides_2<Theme>["HCTemplateForm"];
1768
+ };
1534
1769
 
1535
1770
  export declare interface TemplateFormHandle {
1536
- getValues: (key?: string) => any;
1771
+ getValues: (key?: string) => unknown;
1537
1772
  resetForm: () => void;
1538
1773
  }
1539
1774
 
1540
- declare interface TemplateFormProps<
1775
+ declare function TemplateFormInner<T extends AnyTemplate, K extends AnyDTO>(props: TemplateFormProps<T, K>, ref: default_2.ForwardedRef<TemplateFormHandle>): JSX_2.Element;
1776
+
1777
+ export declare type TemplateFormInputVariant = "standard" | "outlined" | "filled";
1778
+
1779
+ export declare type TemplateFormLabelPosition = "default" | "left" | "top";
1780
+
1781
+ export declare interface TemplateFormProps<
1541
1782
  T extends
1542
1783
  | ONTOLOGY.Object
1543
1784
  | ONTOLOGY.Event
@@ -1554,11 +1795,11 @@ K extends
1554
1795
  | ONTOLOGY.UpdateEventDTO
1555
1796
  | ONTOLOGY.UpdateFileDTO
1556
1797
  | ONTOLOGY.UpdateAgentDTO
1557
- | ONTOLOGY.UpdateSystemDTO
1798
+ | ONTOLOGY.UpdateSystemDTO,
1558
1799
  > {
1559
- mappedTemplates: Map<string | number, T>;
1800
+ templates: Map<string | number, T>;
1560
1801
 
1561
- defaultValues: DefaultValues<
1802
+ values: DefaultValues<
1562
1803
  ONTOLOGY.CreateObjectDTO &
1563
1804
  ONTOLOGY.CreateEventDTO &
1564
1805
  ONTOLOGY.CreateFileDTO &
@@ -1574,25 +1815,50 @@ K extends
1574
1815
  agentTemplates?: Map<string | number, ONTOLOGY.Agent>;
1575
1816
  agentsData?: FV.HierarchySearchResults;
1576
1817
  selectedAgentInstances?: INSTANCE.Agent[];
1577
- inputVariant?: "standard" | "outlined" | "filled";
1578
- disableTemlateKey?: boolean;
1818
+ inputVariant?: TemplateFormInputVariant;
1819
+ labelPosition?: TemplateFormLabelPosition;
1820
+ disableTemplateKey?: boolean;
1579
1821
  disablePropertyId?: boolean;
1580
1822
  disableParent?: boolean;
1581
- saveButtons?: SubmitButton_2[];
1582
- onSubmit(data: any, showNotification?: boolean): void;
1823
+
1824
+ /** URLs of icons selectable in the "Choose Icon" tab. */
1825
+ iconList?: string[];
1826
+ /**
1827
+ * URL of the most recently uploaded icon — echoes the result of
1828
+ * `onIconUpload` back into the dialog so the user can confirm it.
1829
+ */
1830
+ newIcon?: string | null;
1831
+ /** Mark the upload button busy while the consumer's upload is in flight. */
1832
+ iconUploading?: boolean;
1833
+ /**
1834
+ * Called when the user chooses a file in the "Upload Icon" tab.
1835
+ * The consumer owns the actual upload (DVA dispatch, fetch, etc.) and
1836
+ * surfaces the resulting URL via `newIcon`.
1837
+ */
1838
+ onIconUpload?(file: File): void;
1839
+ saveButtons?: TemplateFormSubmitButton[];
1840
+ onSubmit(data: K, showNotification?: boolean): void;
1583
1841
  onCancel?(): void;
1584
1842
  onAgentSelect?(selectedIds: number[]): void;
1585
1843
 
1586
- //Props for mapping
1844
+ // Mapping props
1587
1845
  openMapping?: boolean;
1588
1846
  mappingData?: POLICY.InstancePolicyMapping[];
1589
1847
  objectTemplate?: ONTOLOGY.Object;
1590
1848
  selectedInstances?: INSTANCE.Agent[];
1591
1849
  mapboxAccessToken?: string;
1592
1850
  onMappingSubmit?(data: POLICY.InstancePolicyMapping[]): void;
1593
- onMappingOpen?(event: MouseEvent<HTMLButtonElement>): void;
1851
+ onMappingOpen?(event: MouseEvent_2<HTMLButtonElement>): void;
1594
1852
  onMappingClose?(): void;
1595
1853
  onCatalogueInstanceSearchSubmit?(value?: string): void;
1854
+
1855
+ sx?: SxProps<Theme>;
1856
+ }
1857
+
1858
+ export declare interface TemplateFormSubmitButton {
1859
+ label: string;
1860
+ icon?: React.ReactNode;
1861
+ onClick?(): void;
1596
1862
  }
1597
1863
 
1598
1864
  export declare const TemplatePropertyFilters: (props: TemplatePropertyFiltersProps) => JSX_2.Element;
@@ -1612,12 +1878,25 @@ export declare interface TemplatePropertyFiltersProps {
1612
1878
  templates: Map<string | number, ONTOLOGY.TemplateType>;
1613
1879
  inputVariant?: TemplatePropertyFiltersInputVariant;
1614
1880
  fieldOptions?: {
1615
- [key: string]: FieldOptions;
1881
+ [key: string]: InstanceFormFieldOptions;
1616
1882
  };
1617
1883
  sx?: SxProps<Theme>;
1618
1884
  onChange(values: FV.TemplateFilter[], value?: FV.TemplateFilter): void;
1619
1885
  }
1620
1886
 
1887
+ export declare const TextOverflow: (props: TextOverflowProps) => JSX_2.Element;
1888
+
1889
+ export declare type TextOverflowComponentOverride<Theme = unknown> = {
1890
+ defaultProps?: Partial<TextOverflowProps>;
1891
+ styleOverrides?: ComponentsOverrides<Theme>["HCTextOverflow"];
1892
+ };
1893
+
1894
+ export declare interface TextOverflowProps {
1895
+ title?: string;
1896
+ children: default_2.ReactNode;
1897
+ sx?: SxProps<Theme>;
1898
+ }
1899
+
1621
1900
  export { ThemeOptions }
1622
1901
 
1623
1902
  export { ThemeProvider }
@@ -1656,7 +1935,7 @@ export declare interface TimelineProps {
1656
1935
  sx?: SxProps<Theme>;
1657
1936
  }
1658
1937
 
1659
- export declare function TimelineWidget(inProps: TimelineProps): JSX_2.Element;
1938
+ export declare const TimelineWidget: (inProps: TimelineProps) => JSX_2.Element;
1660
1939
 
1661
1940
  export declare type TimeUnit =
1662
1941
  | "millisecond"
@@ -1668,6 +1947,26 @@ export declare type TimeUnit =
1668
1947
  | "month"
1669
1948
  | "year";
1670
1949
 
1950
+ export declare const ToggleViewButton: (props: ToggleViewButtonProps) => JSX_2.Element;
1951
+
1952
+ export declare type ToggleViewButtonComponentOverride<Theme = unknown> = {
1953
+ defaultProps?: ToggleViewButtonProps;
1954
+ styleOverrides?: ComponentsOverrides<Theme>["HCToggleViewButton"];
1955
+ };
1956
+
1957
+ export declare interface ToggleViewButtonProps {
1958
+ view: string;
1959
+ currentView: string;
1960
+ label: string;
1961
+ icon: default_2.ReactNode;
1962
+ type?: ToggleViewButtonType;
1963
+ size?: "small" | "medium";
1964
+ sx?: SxProps<Theme>;
1965
+ onClick?(view: string): void;
1966
+ }
1967
+
1968
+ export declare type ToggleViewButtonType = "icononly" | "button" | "radio";
1969
+
1671
1970
  export declare const TreeSelect: (props: TreeSelectProps) => JSX_2.Element;
1672
1971
 
1673
1972
  export declare type TreeSelectComponentOverride<Theme = unknown> = {
@@ -1758,17 +2057,16 @@ export declare interface VariableDataType {
1758
2057
  type: string;
1759
2058
  }
1760
2059
 
2060
+ export declare const VisuallyHiddenInput: StyledComponent<MUIStyledCommonProps<Theme>, Pick<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, keyof ClassAttributes<HTMLInputElement> | keyof InputHTMLAttributes<HTMLInputElement>>, {}>;
2061
+
2062
+ export declare type VisuallyHiddenInputComponentOverride<Theme = unknown> = {
2063
+ styleOverrides?: ComponentsOverrides<Theme>["HCVisuallyHiddenInput"];
2064
+ };
2065
+
1761
2066
  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"> & {
2067
+ Root: StyledComponent<Pick<PaperOwnProps & CommonProps & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
1770
2068
  ref?: ((instance: HTMLDivElement | null) => void | DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | RefObject<HTMLDivElement> | null | undefined;
1771
- }, keyof CommonProps | "children" | "sx" | "variant" | "elevation" | "square">, keyof CommonProps | "color" | "content" | "translate" | "children" | "ref" | "sx" | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "variant" | "elevation" | "square"> & MUIStyledCommonProps<Theme>, {}, {}>;
2069
+ }, "className" | "style" | "classes" | "children" | "sx" | "variant" | "elevation" | "square">, "className" | "style" | "classes" | "color" | "content" | "translate" | "children" | "ref" | "sx" | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "variant" | "elevation" | "square"> & MUIStyledCommonProps<Theme>, {}, {}>;
1772
2070
  Header: StyledComponent<Pick<BoxOwnProps<Theme> & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
1773
2071
  ref?: ((instance: HTMLDivElement | null) => void | DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | RefObject<HTMLDivElement> | null | undefined;
1774
2072
  }, keyof BoxOwnProps<Theme>>, "className" | "style" | "content" | "translate" | keyof BoxOwnProps<Theme> | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & MUIStyledCommonProps<Theme>, {}, {}>;
@@ -1789,7 +2087,7 @@ export declare interface WidgetProps {
1789
2087
  sx?: SxProps<Theme>;
1790
2088
  }
1791
2089
 
1792
- export declare function XYChart(inProps: XYChartProps): JSX_2.Element;
2090
+ export declare const XYChart: (inProps: XYChartProps) => JSX_2.Element;
1793
2091
 
1794
2092
  export declare type XYChartComponentOverride<Theme = unknown> = {
1795
2093
  defaultProps?: Partial<XYChartProps>;
@@ -2162,6 +2460,54 @@ declare module "@mui/material/styles" {
2162
2460
 
2163
2461
 
2164
2462
 
2463
+ declare module "@mui/material/styles" {
2464
+ interface ComponentNameToClassKey {
2465
+ HCButton: "root";
2466
+ }
2467
+
2468
+ interface ComponentsPropsList {
2469
+ HCButton: Partial<ButtonProps>;
2470
+ }
2471
+
2472
+ interface Components<Theme = unknown> {
2473
+ HCButton?: ButtonComponentOverride<Theme>;
2474
+ }
2475
+ }
2476
+
2477
+
2478
+
2479
+ declare module "@mui/material/styles" {
2480
+ interface ComponentNameToClassKey {
2481
+ HCIconButton: "root" | "verticalRoot" | "miniRoot";
2482
+ }
2483
+
2484
+ interface ComponentsPropsList {
2485
+ HCIconButton: IconButtonProps;
2486
+ }
2487
+
2488
+ interface Components<Theme = unknown> {
2489
+ HCIconButton?: IconButtonComponentOverride<Theme>;
2490
+ }
2491
+ }
2492
+
2493
+
2494
+
2495
+ declare module "@mui/material/styles" {
2496
+ interface ComponentNameToClassKey {
2497
+ HCColorPicker: "root" | "radio" | "pickerWrapper";
2498
+ }
2499
+
2500
+ interface ComponentsPropsList {
2501
+ HCColorPicker: Partial<ColorPickerProps>;
2502
+ }
2503
+
2504
+ interface Components<Theme = unknown> {
2505
+ HCColorPicker?: ColorPickerComponentOverride<Theme>;
2506
+ }
2507
+ }
2508
+
2509
+
2510
+
2165
2511
  declare module "@mui/material/styles" {
2166
2512
  interface ComponentNameToClassKey {
2167
2513
  HCContainer: "root" | "header" | "content";
@@ -2200,6 +2546,22 @@ declare module "@mui/material/styles" {
2200
2546
 
2201
2547
 
2202
2548
 
2549
+ declare module "@mui/material/styles" {
2550
+ interface ComponentNameToClassKey {
2551
+ HCNotification: "root" | "stack" | "alert" | "title" | "message" | "closeButton";
2552
+ }
2553
+
2554
+ interface ComponentsPropsList {
2555
+ HCNotification: Partial<NotificationProviderProps>;
2556
+ }
2557
+
2558
+ interface Components<Theme = unknown> {
2559
+ HCNotification?: NotificationComponentOverride<Theme>;
2560
+ }
2561
+ }
2562
+
2563
+
2564
+
2203
2565
  declare module "@mui/material/styles" {
2204
2566
  interface ComponentNameToClassKey {
2205
2567
  HCContextMenu:
@@ -2222,6 +2584,22 @@ declare module "@mui/material/styles" {
2222
2584
 
2223
2585
 
2224
2586
 
2587
+ declare module "@mui/material/styles" {
2588
+ interface ComponentNameToClassKey {
2589
+ HCDataGrid: "root";
2590
+ }
2591
+
2592
+ interface ComponentsPropsList {
2593
+ HCDataGrid: Partial<DataGridProps>;
2594
+ }
2595
+
2596
+ interface Components<Theme = unknown> {
2597
+ HCDataGrid?: DataGridComponentOverride<Theme>;
2598
+ }
2599
+ }
2600
+
2601
+
2602
+
2225
2603
  declare namespace MAP {
2226
2604
  interface Coordinate {
2227
2605
  latitude: number;
@@ -2346,6 +2724,7 @@ declare module "@mui/material/styles" {
2346
2724
  interface ComponentNameToClassKey {
2347
2725
  HCSecurityLevel:
2348
2726
  | "root"
2727
+ | "topLabel"
2349
2728
  | "leftLayout"
2350
2729
  | "leftLabel"
2351
2730
  | "leftContent"
@@ -2427,15 +2806,96 @@ declare module "@mui/material/styles" {
2427
2806
 
2428
2807
  declare module "@mui/material/styles" {
2429
2808
  interface ComponentNameToClassKey {
2430
- HCIconButton: "root" | "verticalRoot" | "miniRoot";
2809
+ HCDateRangePicker: "root" | "label";
2431
2810
  }
2432
2811
 
2433
2812
  interface ComponentsPropsList {
2434
- HCIconButton: IconButtonProps;
2813
+ HCDateRangePicker: Partial<DateRangePickerProps>;
2435
2814
  }
2436
2815
 
2437
2816
  interface Components<Theme = unknown> {
2438
- HCIconButton?: IconButtonComponentOverride<Theme>;
2817
+ HCDateRangePicker?: DateRangePickerComponentOverride<Theme>;
2818
+ }
2819
+ }
2820
+
2821
+
2822
+
2823
+ declare module "@mui/material/styles" {
2824
+ interface ComponentNameToClassKey {
2825
+ HCDocumentViewer:
2826
+ | "root"
2827
+ | "appBar"
2828
+ | "toolbar"
2829
+ | "logo"
2830
+ | "navigation"
2831
+ | "actions"
2832
+ | "actionButton"
2833
+ | "actionButtonsRow"
2834
+ | "actionDivider"
2835
+ | "content"
2836
+ | "viewer"
2837
+ | "sidePanel"
2838
+ | "sidePanelToggleButton"
2839
+ | "sidePanelToggleIcon"
2840
+ | "input";
2841
+ }
2842
+
2843
+ interface ComponentsPropsList {
2844
+ HCDocumentViewer: Partial<DocumentViewerProps>;
2845
+ }
2846
+
2847
+ interface Components<Theme = unknown> {
2848
+ HCDocumentViewer?: DocumentViewerComponentOverride<Theme>;
2849
+ }
2850
+ }
2851
+
2852
+
2853
+
2854
+ declare module "@mui/material/styles" {
2855
+ interface ComponentNameToClassKey {
2856
+ HCDurationSelect: "root" | "select";
2857
+ }
2858
+
2859
+ interface ComponentsPropsList {
2860
+ HCDurationSelect: Partial<DurationSelectProps>;
2861
+ }
2862
+
2863
+ interface Components<Theme = unknown> {
2864
+ HCDurationSelect?: DurationSelectComponentOverride<Theme>;
2865
+ }
2866
+ }
2867
+
2868
+
2869
+
2870
+ declare module "@mui/material/styles" {
2871
+ interface ComponentNameToClassKey {
2872
+ HCGeometryPicker:
2873
+ | "root"
2874
+ | "topLabel"
2875
+ | "container"
2876
+ | "actions"
2877
+ | "actionButton"
2878
+ | "formControl"
2879
+ | "inputLabel"
2880
+ | "input"
2881
+ | "endAdornment"
2882
+ | "endAdornmentButton"
2883
+ | "dialog"
2884
+ | "dialogTitle"
2885
+ | "dialogContent"
2886
+ | "parserAccordion"
2887
+ | "parserLineLabel"
2888
+ | "parserRemoveButton"
2889
+ | "coordinateSubmit"
2890
+ | "geometryMapOverlay";
2891
+ }
2892
+
2893
+ interface ComponentsPropsList {
2894
+ HCGeometryPicker: Partial<GeometryPickerProps>;
2895
+ }
2896
+
2897
+ interface Components<Theme = unknown> {
2898
+ HCGeometryPicker?: GeometryPickerComponentOverride<Theme>;
2439
2899
  }
2440
2900
  }
2441
2901
 
@@ -2523,6 +2983,75 @@ declare module "@mui/material/styles" {
2523
2983
 
2524
2984
 
2525
2985
 
2986
+ declare module "@mui/material/styles" {
2987
+ interface ComponentNameToClassKey {
2988
+ HCInstanceForm:
2989
+ | "root"
2990
+ | "container"
2991
+ | "form"
2992
+ | "field"
2993
+ | "leftLayout"
2994
+ | "leftLabel"
2995
+ | "leftContent"
2996
+ | "charCount"
2997
+ | "templateGroup"
2998
+ | "securityLevelContainer"
2999
+ | "actionsRow"
3000
+ | "cancelButton"
3001
+ | "saveButtonsContainer"
3002
+ | "saveButton"
3003
+ | "topLabelWrapper"
3004
+ | "topLabel"
3005
+ | "topLabelAsterisk"
3006
+ | "topLabelDescription"
3007
+ | "variablesContainer"
3008
+ | "variableFullWidth"
3009
+ | "policyListRoot"
3010
+ | "policyListLabel"
3011
+ | "compositeListContainer"
3012
+ | "compositeListLabel"
3013
+ | "compositeListValues"
3014
+ | "compositeListMiniButton"
3015
+ | "compositeListEnumLabel"
3016
+ | "compositeListEnumEmpty"
3017
+ | "compositeListShowMoreButton"
3018
+ | "compositeMatrixContainer"
3019
+ | "compositeMatrixLabel"
3020
+ | "compositeMatrixValues"
3021
+ | "compositeMatrixMiniButton"
3022
+ | "compositeMatrixFormLabel"
3023
+ | "compositeMatrixFormInput"
3024
+ | "compositeMatrixTableContainer"
3025
+ | "compositeMatrixTableHeaderCell"
3026
+ | "compositeMatrixTableCell"
3027
+ | "compositeMatrixEditableHeaderCell"
3028
+ | "compositeMatrixEditableCornerCell"
3029
+ | "compositeMatrixEditableRowCell"
3030
+ | "compositeMatrixJsonAlert"
3031
+ | "compositeMatrixEditorDialogTitle"
3032
+ | "compositeMatrixEditorDialogTitleLabel"
3033
+ | "compositeMatrixEditorTabs"
3034
+ | "compositeMatrixEditorTab"
3035
+ | "compositeMatrixEditorDialogContent"
3036
+ | "compositeMatrixEditorPanel"
3037
+ | "compositeMatrixEditorPreviewDivider"
3038
+ | "compositeMatrixEditorPreview"
3039
+ | "compositeMatrixEditorPreviewSwitch";
3040
+ }
3041
+
3042
+ interface ComponentsPropsList {
3043
+ HCInstanceForm: Partial<
3044
+ InstanceFormProps<ONTOLOGY.Object, INSTANCE.CreateObjectDTO>
3045
+ >;
3046
+ }
3047
+
3048
+ interface Components<Theme = unknown> {
3049
+ HCInstanceForm?: InstanceFormComponentOverride<Theme>;
3050
+ }
3051
+ }
3052
+
3053
+
3054
+
2526
3055
  declare module "@mui/material/styles" {
2527
3056
  interface ComponentNameToClassKey {
2528
3057
  HCPhoneInput: "root" | "label";
@@ -2601,27 +3130,6 @@ declare module "@mui/material/styles" {
2601
3130
 
2602
3131
 
2603
3132
 
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
3133
  declare module "@mui/material/styles" {
2626
3134
  interface ComponentNameToClassKey {
2627
3135
  HCLinearIndicator:
@@ -2707,6 +3215,38 @@ declare module "@mui/material/styles" {
2707
3215
 
2708
3216
 
2709
3217
 
3218
+ declare module "@mui/material/styles" {
3219
+ interface ComponentNameToClassKey {
3220
+ HCPlaceholder: "root";
3221
+ }
3222
+
3223
+ interface ComponentsPropsList {
3224
+ HCPlaceholder: Partial<PlaceholderProps>;
3225
+ }
3226
+
3227
+ interface Components<Theme = unknown> {
3228
+ HCPlaceholder?: PlaceholderComponentOverride<Theme>;
3229
+ }
3230
+ }
3231
+
3232
+
3233
+
3234
+ declare module "@mui/material/styles" {
3235
+ interface ComponentNameToClassKey {
3236
+ HCPositionalTooltip: "root";
3237
+ }
3238
+
3239
+ interface ComponentsPropsList {
3240
+ HCPositionalTooltip: Partial<PositionalTooltipProps>;
3241
+ }
3242
+
3243
+ interface Components<Theme = unknown> {
3244
+ HCPositionalTooltip?: PositionalTooltipComponentOverride<Theme>;
3245
+ }
3246
+ }
3247
+
3248
+
3249
+
2710
3250
  declare module "@mui/material/styles" {
2711
3251
  interface ComponentNameToClassKey {
2712
3252
  HCPrrMap: "root" | "header" | "content";
@@ -2723,6 +3263,38 @@ declare module "@mui/material/styles" {
2723
3263
 
2724
3264
 
2725
3265
 
3266
+ declare module "@mui/material/styles" {
3267
+ interface ComponentNameToClassKey {
3268
+ HCRangeSelector:
3269
+ | "root"
3270
+ | "numberRow"
3271
+ | "numberRangeRow"
3272
+ | "numberInput"
3273
+ | "modeColumn"
3274
+ | "compositeRow"
3275
+ | "compositeCount"
3276
+ | "compositeChild"
3277
+ | "dateTrigger"
3278
+ | "dateTriggerText"
3279
+ | "dateTriggerArrow"
3280
+ | "dateLimitCaption"
3281
+ | "datePicker"
3282
+ | "dateUnitRow"
3283
+ | "dateUnitControl"
3284
+ | "dateRangeInput";
3285
+ }
3286
+
3287
+ interface ComponentsPropsList {
3288
+ HCRangeSelector: Partial<RangeSelectorProps>;
3289
+ }
3290
+
3291
+ interface Components<Theme = unknown> {
3292
+ HCRangeSelector?: RangeSelectorComponentOverride<Theme>;
3293
+ }
3294
+ }
3295
+
3296
+
3297
+
2726
3298
  declare module "@mui/material/styles" {
2727
3299
  interface ComponentNameToClassKey {
2728
3300
  HCRasterGridMap: "root" | "header" | "content";
@@ -2739,6 +3311,22 @@ declare module "@mui/material/styles" {
2739
3311
 
2740
3312
 
2741
3313
 
3314
+ declare module "@mui/material/styles" {
3315
+ interface ComponentNameToClassKey {
3316
+ HCScrollDrag: "root";
3317
+ }
3318
+
3319
+ interface ComponentsPropsList {
3320
+ HCScrollDrag: Partial<ScrollDragProps>;
3321
+ }
3322
+
3323
+ interface Components<Theme = unknown> {
3324
+ HCScrollDrag?: ScrollDragComponentOverride<Theme>;
3325
+ }
3326
+ }
3327
+
3328
+
3329
+
2742
3330
  declare module "@mui/material/styles" {
2743
3331
  interface ComponentNameToClassKey {
2744
3332
  HCSimplePivotTable: "root" | "header" | "content" | "footer";
@@ -2755,6 +3343,38 @@ declare module "@mui/material/styles" {
2755
3343
 
2756
3344
 
2757
3345
 
3346
+ declare module "@mui/material/styles" {
3347
+ interface ComponentNameToClassKey {
3348
+ HCSortableList: "root" | "item";
3349
+ }
3350
+
3351
+ interface ComponentsPropsList {
3352
+ HCSortableList: Partial<SortableListProps>;
3353
+ }
3354
+
3355
+ interface Components<Theme = unknown> {
3356
+ HCSortableList?: SortableListComponentOverride<Theme>;
3357
+ }
3358
+ }
3359
+
3360
+
3361
+
3362
+ declare module "@mui/material/styles" {
3363
+ interface ComponentNameToClassKey {
3364
+ HCStatsBox: "root" | "valueContainer" | "caption" | "value";
3365
+ }
3366
+
3367
+ interface ComponentsPropsList {
3368
+ HCStatsBox: Partial<StatsBoxProps>;
3369
+ }
3370
+
3371
+ interface Components<Theme = unknown> {
3372
+ HCStatsBox?: StatsBoxComponentOverride<Theme>;
3373
+ }
3374
+ }
3375
+
3376
+
3377
+
2758
3378
  declare module "@mui/material/styles" {
2759
3379
  interface ComponentNameToClassKey {
2760
3380
  HCStaticText: "root";
@@ -2795,6 +3415,22 @@ declare module "@mui/material/styles" {
2795
3415
 
2796
3416
 
2797
3417
 
3418
+ declare module "@mui/material/styles" {
3419
+ interface ComponentNameToClassKey {
3420
+ HCTextOverflow: "root";
3421
+ }
3422
+
3423
+ interface ComponentsPropsList {
3424
+ HCTextOverflow: Partial<TextOverflowProps>;
3425
+ }
3426
+
3427
+ interface Components<Theme = unknown> {
3428
+ HCTextOverflow?: TextOverflowComponentOverride<Theme>;
3429
+ }
3430
+ }
3431
+
3432
+
3433
+
2798
3434
  declare module "@mui/material/styles" {
2799
3435
  interface ComponentNameToClassKey {
2800
3436
  HCTemplateFilters:
@@ -2819,31 +3455,75 @@ declare module "@mui/material/styles" {
2819
3455
 
2820
3456
  declare module "@mui/material/styles" {
2821
3457
  interface ComponentNameToClassKey {
2822
- HCRangeSelector:
3458
+ HCPropertyMapping:
2823
3459
  | "root"
2824
- | "numberRow"
2825
- | "numberRangeRow"
2826
- | "numberInput"
2827
- | "modeColumn"
2828
- | "compositeRow"
2829
- | "compositeCount"
2830
- | "compositeChild"
2831
- | "dateTrigger"
2832
- | "dateTriggerText"
2833
- | "dateTriggerArrow"
2834
- | "dateLimitCaption"
2835
- | "datePicker"
2836
- | "dateUnitRow"
2837
- | "dateUnitControl"
2838
- | "dateRangeInput";
3460
+ | "title"
3461
+ | "titleContent"
3462
+ | "titleHeading"
3463
+ | "titleSubtitle"
3464
+ | "titleAgentForm"
3465
+ | "titleAgentFields"
3466
+ | "titleAgentNameInput"
3467
+ | "titleAgentDescriptionInput"
3468
+ | "titleAgentMetaRow"
3469
+ | "titleAgentCountInput"
3470
+ | "titleAgentCriticalityInput"
3471
+ | "titleClose"
3472
+ | "titleCloseButton"
3473
+ | "content"
3474
+ | "policyCard"
3475
+ | "policyCardHeader"
3476
+ | "policyCardCatalogueNames"
3477
+ | "policyCardArrow"
3478
+ | "policyCardPolicyName"
3479
+ | "policyDataGrid"
3480
+ | "nameCell"
3481
+ | "requiredAsterisk"
3482
+ | "dataTypeCell"
3483
+ | "valueCell"
3484
+ | "valueCellInner"
3485
+ | "valueErrorIcon"
3486
+ | "valueUpdatedIcon"
3487
+ | "actions";
2839
3488
  }
2840
3489
 
2841
3490
  interface ComponentsPropsList {
2842
- HCRangeSelector: Partial<RangeSelectorProps>;
3491
+ HCPropertyMapping: Partial<PropertyMappingProps>;
2843
3492
  }
2844
3493
 
2845
3494
  interface Components<Theme = unknown> {
2846
- HCRangeSelector?: RangeSelectorComponentOverride<Theme>;
3495
+ HCPropertyMapping?: PropertyMappingComponentOverride<Theme>;
3496
+ }
3497
+ }
3498
+
3499
+
3500
+
3501
+ declare module "@mui/material/styles" {
3502
+ interface ComponentNameToClassKey {
3503
+ HCTemplateForm:
3504
+ | "root"
3505
+ | "field"
3506
+ | "fieldGroup"
3507
+ | "checkboxesRow"
3508
+ | "actionsRow"
3509
+ | "actionsRight"
3510
+ | "cancelButton"
3511
+ | "saveButton"
3512
+ | "extraSaveButton"
3513
+ | "topLabel"
3514
+ | "leftLayout"
3515
+ | "leftLabel"
3516
+ | "leftContent";
3517
+ }
3518
+
3519
+ interface ComponentsPropsList {
3520
+ HCTemplateForm: Partial<
3521
+ TemplateFormProps<ONTOLOGY.Object, ONTOLOGY.CreateObjectDTO>
3522
+ >;
3523
+ }
3524
+
3525
+ interface Components<Theme = unknown> {
3526
+ HCTemplateForm?: TemplateFormComponentOverride<Theme>;
2847
3527
  }
2848
3528
  }
2849
3529
 
@@ -2902,6 +3582,22 @@ declare module "@mui/material/styles" {
2902
3582
 
2903
3583
 
2904
3584
 
3585
+ declare module "@mui/material/styles" {
3586
+ interface ComponentNameToClassKey {
3587
+ HCToggleViewButton: "root";
3588
+ }
3589
+
3590
+ interface ComponentsPropsList {
3591
+ HCToggleViewButton: ToggleViewButtonProps;
3592
+ }
3593
+
3594
+ interface Components<Theme = unknown> {
3595
+ HCToggleViewButton?: ToggleViewButtonComponentOverride<Theme>;
3596
+ }
3597
+ }
3598
+
3599
+
3600
+
2905
3601
  declare module "@mui/material/styles" {
2906
3602
  interface ComponentNameToClassKey {
2907
3603
  HCUploader:
@@ -2930,6 +3626,18 @@ declare module "@mui/material/styles" {
2930
3626
 
2931
3627
 
2932
3628
 
3629
+ declare module "@mui/material/styles" {
3630
+ interface ComponentNameToClassKey {
3631
+ HCVisuallyHiddenInput: "root";
3632
+ }
3633
+
3634
+ interface Components<Theme = unknown> {
3635
+ HCVisuallyHiddenInput?: VisuallyHiddenInputComponentOverride<Theme>;
3636
+ }
3637
+ }
3638
+
3639
+
3640
+
2933
3641
  declare module "@mui/material/styles" {
2934
3642
  interface ComponentNameToClassKey {
2935
3643
  HCWidget: "root" | "header" | "content" | "footer";
@@ -2944,6 +3652,22 @@ declare module "@mui/material/styles" {
2944
3652
  }
2945
3653
  }
2946
3654
 
3655
+
3656
+
3657
+ declare module "@mui/material/styles" {
3658
+ interface ComponentNameToClassKey {
3659
+ HCEditableText: "root";
3660
+ }
3661
+
3662
+ interface ComponentsPropsList {
3663
+ HCEditableText: Partial<EditableTextProps>;
3664
+ }
3665
+
3666
+ interface Components<Theme = unknown> {
3667
+ HCEditableText?: EditableTextComponentOverride<Theme>;
3668
+ }
3669
+ }
3670
+
2947
3671
  declare namespace AUTH {
2948
3672
  type ModuleType =
2949
3673
  | "UI"