@hybridcore/ui 1.6.0 → 1.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (128) hide show
  1. package/dist/{AccordionSummary-DgAwVTk8.js → AccordionSummary-CMg08YSA.js} +20 -23
  2. package/dist/{Add-DJLrrVHm.js → Add-DuVVJeQU.js} +65 -67
  3. package/dist/{ButtonBase-2bPw77UP.js → ButtonBase-sObABYY2.js} +60 -56
  4. package/dist/{Delete-CW0UZv1m.js → Delete-fBLhTHbF.js} +1 -1
  5. package/dist/{DialogContent-B3nbEbuv.js → DialogContent-CGJ7alb8.js} +8 -10
  6. package/dist/{FormControl-BLbrq4C7.js → FormControl-BCurCxRj.js} +377 -719
  7. package/dist/FormControlLabel-BkRfrhNy.js +601 -0
  8. package/dist/{IconButton-CHwRQF-g.js → IconButton-_opV1iNK.js} +26 -28
  9. package/dist/{InputAdornment-DLxWUE6H.js → InputAdornment-C7PEvvYr.js} +16 -18
  10. package/dist/InputLabel-rEwwnD4_.js +354 -0
  11. package/dist/{MenuItem-xZx_w7zA.js → MenuItem-DrE50M_p.js} +92 -70
  12. package/dist/Modal-DlB6GH-f.js +1659 -0
  13. package/dist/Paper-q9kKjAKx.js +527 -0
  14. package/dist/{Select-BgYwkZgI.js → TextField-DSDIEEKu.js} +1449 -901
  15. package/dist/{Typography-CxbneZy_.js → Typography-B-Z5Y0Xq.js} +46 -48
  16. package/dist/{capitalize-ciszXJ7R.js → capitalize-quqpGCFu.js} +1 -1
  17. package/dist/components/access/index.js +8 -15
  18. package/dist/components/access/logic.js +25 -0
  19. package/dist/components/card/index.js +158 -498
  20. package/dist/components/card/logic.js +24 -0
  21. package/dist/components/card/styled.js +226 -51
  22. package/dist/components/card-alternate/index.js +111 -139
  23. package/dist/components/card-alternate/logic.js +17 -0
  24. package/dist/components/card-alternate/styled.js +113 -19
  25. package/dist/components/collapsible-card/index.js +1 -1
  26. package/dist/components/collapsible-card/styled.js +1 -1
  27. package/dist/components/confirm/dialog.js +3 -3
  28. package/dist/components/confirm/index.js +1 -1
  29. package/dist/components/container/index.js +28 -269
  30. package/dist/components/container/logic.js +12 -0
  31. package/dist/components/container/styled.js +29 -0
  32. package/dist/components/context-menu/index.js +25 -457
  33. package/dist/components/context-menu/logic.js +14 -0
  34. package/dist/components/context-menu/styled.js +40 -0
  35. package/dist/components/data-security-selectors/security-level/index.js +36 -91
  36. package/dist/components/data-security-selectors/security-level/logic.js +73 -0
  37. package/dist/components/data-security-selectors/security-level/styled.js +47 -0
  38. package/dist/components/date-picker-with-custom-range/index.js +1 -1
  39. package/dist/components/geometry-picker/index.js +13 -12
  40. package/dist/components/instance-form/components/composite-list/index.js +1 -1
  41. package/dist/components/instance-form/components/variable/index.js +7 -9
  42. package/dist/components/instance-form/components/variables/index.js +1 -1
  43. package/dist/components/instance-form/index.js +1 -1
  44. package/dist/components/instance-hierarchy-table/index.js +32 -37
  45. package/dist/components/instance-hierarchy-table/logic.js +16 -0
  46. package/dist/components/instance-hierarchy-table/styled.js +53 -12
  47. package/dist/components/instance-table/index.js +30 -135
  48. package/dist/components/instance-table/logic.js +122 -0
  49. package/dist/components/instance-table/styled.js +53 -11
  50. package/dist/components/key-protection/index.js +45 -2
  51. package/dist/components/key-protection/logic.js +40 -0
  52. package/dist/components/key-protection/styled.js +45 -0
  53. package/dist/components/key-protection/utils.js +1 -1
  54. package/dist/components/loading/index.js +15 -9
  55. package/dist/components/loading/logic.js +15 -0
  56. package/dist/components/loading/styled.js +26 -19
  57. package/dist/components/phone-input/index.js +18 -22
  58. package/dist/components/phone-input/logic.js +14 -0
  59. package/dist/components/phone-input/styled.js +12 -4
  60. package/dist/components/property-mapping/index.js +1 -1
  61. package/dist/components/range-selector/components/composite-list-range/index.js +42 -50
  62. package/dist/components/range-selector/components/date-range/index.js +87 -4221
  63. package/dist/components/range-selector/components/geometry-range/index.js +11 -17
  64. package/dist/components/range-selector/components/number-range/index.js +48 -53
  65. package/dist/components/range-selector/components/string-range/index.js +15 -17
  66. package/dist/components/range-selector/index.js +63 -57
  67. package/dist/components/range-selector/logic.js +12 -0
  68. package/dist/components/range-selector/styled.js +4222 -0
  69. package/dist/components/template-filters/components/filter/index.js +13 -18
  70. package/dist/components/template-filters/components/tab-panel/index.js +8 -16
  71. package/dist/components/template-filters/index.js +21 -29
  72. package/dist/components/template-filters/logic.js +18 -0
  73. package/dist/components/template-filters/styled.js +44 -1
  74. package/dist/components/template-form/components/property-list/index.js +8 -8
  75. package/dist/components/template-form/components/property-list/property-list-columns.js +3 -3
  76. package/dist/components/template-form/components/property-list/property-list-form.js +8 -10
  77. package/dist/components/template-form/components/recognition-property-list/index.js +6 -6
  78. package/dist/components/template-form/components/recognition-property-list/recognition-property-list-columns.js +2 -2
  79. package/dist/components/template-form/components/recognition-property-list/recognition-property-list-form.js +8 -9
  80. package/dist/components/template-form/index.js +32 -33
  81. package/dist/components/template-property-filters/index.js +45 -95
  82. package/dist/components/template-property-filters/logic.js +27 -0
  83. package/dist/components/template-property-filters/property.js +105 -165
  84. package/dist/components/template-property-filters/styled.js +121 -20
  85. package/dist/components/tree-select/index.js +52 -67
  86. package/dist/components/tree-select/logic.js +59 -0
  87. package/dist/components/tree-select/styled.js +45 -62
  88. package/dist/components/treeview-filter/index.js +43 -65
  89. package/dist/components/treeview-filter/item/index.js +43 -42
  90. package/dist/components/treeview-filter/item-label/index.js +17 -37
  91. package/dist/components/treeview-filter/logic.js +28 -0
  92. package/dist/components/treeview-filter/styled.js +86 -0
  93. package/dist/components/uploader/index.js +532 -567
  94. package/dist/components/uploader/logic.js +74 -0
  95. package/dist/components/uploader/styled.js +93 -46
  96. package/dist/{createSvgIcon-BjpIhJ30.js → createSvgIcon-BM3-TsGy.js} +25 -26
  97. package/dist/{createSvgIcon-DrtgaibK.js → createSvgIcon-DX-SqL8M.js} +23 -25
  98. package/dist/{dialog-DcwXug9J.js → dialog-cf4HUXXl.js} +26 -27
  99. package/dist/{index-syTc6m_V.js → index-C8C3YXle.js} +92 -94
  100. package/dist/{index-CcdvNlgr.js → index-DPKUmQnz.js} +11 -13
  101. package/dist/isMuiElement-BkJ72LB3.js +26 -0
  102. package/dist/main.d.ts +734 -298
  103. package/dist/main.js +15 -15
  104. package/dist/{property-list-form-zZQfpR0X.js → property-list-form-DL_dEoNn.js} +56 -61
  105. package/dist/{createTheme-DYxDnE9u.js → styled-Bsjp3kFh.js} +232 -176
  106. package/dist/{useMobilePicker-BLg3Blg8.js → useMobilePicker-B-M3dnTn.js} +2692 -2288
  107. package/dist/{utils-Bq0ye5vf.js → utils-Cxu-fHjQ.js} +7 -7
  108. package/package.json +1 -1
  109. package/dist/Box-p6OtTUEo.js +0 -30
  110. package/dist/Button-CvE2gnly.js +0 -370
  111. package/dist/CardContent-CSHh-ZlM.js +0 -74
  112. package/dist/Checkbox-CWRMFTBp.js +0 -421
  113. package/dist/FormControlLabel-C8SPv14J.js +0 -195
  114. package/dist/List-tqElle9C.js +0 -121
  115. package/dist/ListItem-CfjsIg4B.js +0 -430
  116. package/dist/Modal-DhPpOoGB.js +0 -1299
  117. package/dist/Paper-2B03OBmZ.js +0 -169
  118. package/dist/TextField-1yCesIbH.js +0 -457
  119. package/dist/components/key-protection/menu.js +0 -85
  120. package/dist/components/treeview-filter/item/styled.js +0 -39
  121. package/dist/debounce-46wSf_lW.js +0 -15
  122. package/dist/isHostComponent-kiaBvYVo.js +0 -6
  123. package/dist/isMuiElement-CxT3_ACP.js +0 -13
  124. package/dist/listItemTextClasses-C3lndiXO.js +0 -16
  125. package/dist/styled-eZwjUruw.js +0 -12
  126. package/dist/useFormControl-CatNKXAi.js +0 -10
  127. package/dist/useThemeProps-BzzHcQyd.js +0 -58
  128. package/dist/utils-BDNynJcd.js +0 -365
package/dist/main.d.ts CHANGED
@@ -3,8 +3,8 @@ import { BoxOwnProps } from '@mui/system';
3
3
  import { BoxProps } from '@mui/material';
4
4
  import { Collection } from 'ol';
5
5
  import { CommonProps } from '@mui/material/OverridableComponent';
6
- import { ComponentsOverrides } from '@mui/material';
7
- import { ComponentsOverrides as ComponentsOverrides_2 } from '@mui/material/styles';
6
+ import { ComponentsOverrides } from '@mui/material/styles';
7
+ import { ComponentsOverrides as ComponentsOverrides_2 } from '@mui/material';
8
8
  import { Coordinate } from 'ol/coordinate';
9
9
  import { CoordinateFormat } from 'ol/coordinate';
10
10
  import { createTheme } from '@mui/material';
@@ -40,17 +40,31 @@ import { RefObject } from 'react';
40
40
  import { Size } from 'ol/size';
41
41
  import { StyledComponent } from '@emotion/styled';
42
42
  import { SxProps } from '@mui/material';
43
- import { SxProps as SxProps_2 } from '@mui/material/styles';
44
- import { SxProps as SxProps_3 } from '@mui/system';
43
+ import { SxProps as SxProps_2 } from '@mui/system';
45
44
  import { TabsProps as TabsProps_2 } from '@mui/material';
46
45
  import { Theme } from '@mui/material';
47
- import { Theme as Theme_2 } from '@mui/material/styles';
48
46
  import { ThemeOptions } from '@mui/material';
49
47
  import { ThemeProvider } from '@mui/material';
50
48
 
51
- export declare function Access<T extends string>({ pagePath, feature, appRoles, fallback, loading, children, }: Props<T>): string | number | true | Iterable<ReactNode> | JSX_2.Element | null;
49
+ export declare const Access: <T extends string>(props: AccessProps<T>) => JSX_2.Element | null;
52
50
 
53
- declare type AccessType = "READ" | "ALL" | "SUPER_ADMIN";
51
+ export declare type AccessComponentOverride<Theme = unknown> = {
52
+ defaultProps?: AccessProps;
53
+ styleOverrides?: ComponentsOverrides<Theme>["HCAccess"];
54
+ };
55
+
56
+ export declare type AccessFeatureType = AUTH.ModuleType;
57
+
58
+ export declare interface AccessProps<T extends string = string> {
59
+ appRoles: AUTH.PermissionType;
60
+ loading?: boolean;
61
+ pagePath?: string;
62
+ feature?: AccessFeatureType | T;
63
+ fallback?: default_2.ReactNode;
64
+ children?: default_2.ReactNode;
65
+ }
66
+
67
+ export declare type AccessType = "READ" | "ALL" | "SUPER_ADMIN";
54
68
 
55
69
  export declare namespace AccessUtils {
56
70
  export {
@@ -72,29 +86,16 @@ export { alert_2 as alert }
72
86
 
73
87
  declare function authenticate(credId: BufferSource): Promise<boolean>;
74
88
 
75
- declare interface AvatarType {
76
- title: string;
77
- subTitle: string;
78
- image: string;
79
- }
80
-
81
89
  export declare interface BaseInterval {
82
90
  timeUnit: TimeUnit;
83
91
  count: number;
84
92
  }
85
93
 
86
- declare interface ButtonType {
87
- label: string;
88
- startIcon?: React.ReactNode;
89
- endIcon?: React.ReactNode;
90
- onClick?(event?: React.MouseEvent<HTMLElement>): void;
91
- }
92
-
93
94
  export declare function CandlestickChart(inProps: CandlestickChartProps): JSX_2.Element;
94
95
 
95
96
  export declare type CandlestickChartComponentOverride<Theme = unknown> = {
96
97
  defaultProps?: Partial<CandlestickChartProps>;
97
- styleOverrides?: ComponentsOverrides<Theme>["HCCandlestickChart"];
98
+ styleOverrides?: ComponentsOverrides_2<Theme>["HCCandlestickChart"];
98
99
  };
99
100
 
100
101
  export declare interface CandlestickChartProps {
@@ -132,11 +133,16 @@ export declare interface CandlestickData {
132
133
  volume?: number; // optional volume
133
134
  }
134
135
 
135
- export declare const Card: React.FC<CardProps>;
136
+ export declare const Card: (props: CardProps) => JSX_2.Element;
137
+
138
+ export declare const CardAlternate: (props: CardAlternateProps) => JSX_2.Element;
136
139
 
137
- export declare const CardAlternate: FC<CardAlternateProps>;
140
+ export declare type CardAlternateComponentOverride<Theme = unknown> = {
141
+ defaultProps?: CardAlternateProps;
142
+ styleOverrides?: ComponentsOverrides<Theme>["HCCardAlternate"];
143
+ };
138
144
 
139
- declare interface CardAlternateProps {
145
+ export declare interface CardAlternateProps {
140
146
  title: string;
141
147
  subTitle?: string;
142
148
  text: string | default_2.ReactNode;
@@ -146,18 +152,32 @@ declare interface CardAlternateProps {
146
152
  rightMenu?: default_2.ReactNode;
147
153
  extra?: default_2.ReactNode;
148
154
  loading?: boolean;
155
+ sx?: SxProps<Theme>;
149
156
  onClick?(): void;
150
157
  }
151
158
 
152
- declare interface CardProps {
159
+ export declare interface CardAvatar {
160
+ title: string;
161
+ subTitle: string;
162
+ image: string;
163
+ }
164
+
165
+ export declare type CardComponentOverride<Theme = unknown> = {
166
+ defaultProps?: CardProps;
167
+ styleOverrides?: ComponentsOverrides<Theme>["HCCard"];
168
+ };
169
+
170
+ export declare type CardOrientation = "portrait" | "landscape";
171
+
172
+ export declare interface CardProps {
153
173
  title: string;
154
174
  text: string;
155
175
  image: string;
156
- avatar: AvatarType;
176
+ avatar: CardAvatar;
157
177
  actions: default_2.ReactNode;
158
178
  onClick?(): void;
159
179
  menu?: default_2.ReactNode;
160
- orientation?: OrientationType_2;
180
+ orientation?: CardOrientation;
161
181
  extraActions?: default_2.ReactNode;
162
182
  /**
163
183
  * Only available on landscape
@@ -168,6 +188,7 @@ declare interface CardProps {
168
188
  */
169
189
  stats?: default_2.ReactNode;
170
190
  loading?: boolean;
191
+ sx?: SxProps<Theme>;
171
192
  }
172
193
 
173
194
  export declare interface ChartDimension {
@@ -220,7 +241,7 @@ export declare function ChartWrapper(inProps: ChartWrapperProps): JSX_2.Element;
220
241
 
221
242
  export declare type ChartWrapperComponentOverride<Theme = unknown> = {
222
243
  defaultProps?: Partial<ChartWrapperProps>;
223
- styleOverrides?: ComponentsOverrides<Theme>["HCChartWrapper"];
244
+ styleOverrides?: ComponentsOverrides_2<Theme>["HCChartWrapper"];
224
245
  };
225
246
 
226
247
  export declare interface ChartWrapperProps extends ChartProps {
@@ -235,7 +256,7 @@ export declare const CollapsibleCard: (props: CollapsibleCardProps) => JSX_2.Ele
235
256
 
236
257
  export declare type CollapsibleCardComponentOverride<Theme = unknown> = {
237
258
  defaultProps?: CollapsibleCardProps;
238
- styleOverrides?: ComponentsOverrides<Theme>["HCCollapsibleCard"];
259
+ styleOverrides?: ComponentsOverrides_2<Theme>["HCCollapsibleCard"];
239
260
  };
240
261
 
241
262
  export declare interface CollapsibleCardProps {
@@ -252,7 +273,7 @@ export declare function ColumnLineMix(inProps: ColumnLineMixProps): JSX_2.Elemen
252
273
 
253
274
  export declare type ColumnLineMixComponentOverride<Theme = unknown> = {
254
275
  defaultProps?: Partial<ColumnLineMixProps>;
255
- styleOverrides?: ComponentsOverrides<Theme>["HCColumnLineMix"];
276
+ styleOverrides?: ComponentsOverrides_2<Theme>["HCColumnLineMix"];
256
277
  };
257
278
 
258
279
  export declare type ColumnLineMixProps = ChartProps;
@@ -277,48 +298,52 @@ declare interface ConditionalWrapperProps {
277
298
  declare function confirm_2(title: string, description: string, options?: OptionsType): Promise<unknown>;
278
299
  export { confirm_2 as confirm }
279
300
 
280
- export declare const Container: React.FC<ContainerProps>;
301
+ export declare const Container: (props: ContainerProps) => JSX_2.Element;
281
302
 
282
- declare interface ContainerProps {
283
- /**
284
- *
285
- */
303
+ export declare type ContainerComponentOverride<Theme = unknown> = {
304
+ defaultProps?: ContainerProps;
305
+ styleOverrides?: ComponentsOverrides<Theme>["HCContainer"];
306
+ };
307
+
308
+ export declare interface ContainerProps {
286
309
  title?: default_2.ReactNode;
287
- /**
288
- *
289
- */
290
310
  subheader?: string;
291
- /**
292
- *
293
- */
294
311
  action?: default_2.ReactNode;
295
- /**
296
- *
297
- */
298
312
  disableHeader?: boolean;
299
- /**
300
- *
301
- */
302
- sx?: SxProps_2<Theme_2>;
303
- /**
304
- *
305
- */
306
- headerSx?: SxProps_2<Theme_2>;
307
- /**
308
- *
309
- */
310
- contentSx?: SxProps_2<Theme_2>;
311
- /**
312
- *
313
- */
314
313
  elevation?: number;
315
- /**
316
- *
317
- */
318
314
  children?: default_2.ReactNode;
315
+ sx?: SxProps<Theme>;
316
+ headerSx?: SxProps<Theme>;
317
+ contentSx?: SxProps<Theme>;
318
+ }
319
+
320
+ export declare const ContextMenu: (props: ContextMenuProps) => JSX_2.Element | null;
321
+
322
+ export declare interface ContextMenuButton {
323
+ label: string;
324
+ startIcon?: default_2.ReactNode;
325
+ endIcon?: default_2.ReactNode;
326
+ onClick?(event?: default_2.MouseEvent<HTMLElement>): void;
327
+ }
328
+
329
+ export declare type ContextMenuComponentOverride<Theme = unknown> = {
330
+ defaultProps?: ContextMenuProps;
331
+ styleOverrides?: ComponentsOverrides<Theme>["HCContextMenu"];
332
+ };
333
+
334
+ export declare interface ContextMenuPosition {
335
+ top: number;
336
+ left: number;
319
337
  }
320
338
 
321
- export declare const ContextMenu: React.FC<Props_2>;
339
+ export declare interface ContextMenuProps {
340
+ open: boolean;
341
+ buttons: ContextMenuButton[];
342
+ position?: ContextMenuPosition;
343
+ width?: number | string;
344
+ sx?: SxProps<Theme>;
345
+ onClose?(): void;
346
+ }
322
347
 
323
348
  export { createTheme }
324
349
 
@@ -326,7 +351,7 @@ export declare function DataMap(inProps: DataMapProps): JSX_2.Element;
326
351
 
327
352
  export declare type DataMapComponentOverride<Theme = unknown> = {
328
353
  defaultProps?: Partial<DataMapProps>;
329
- styleOverrides?: ComponentsOverrides<Theme>["HCDataMap"];
354
+ styleOverrides?: ComponentsOverrides_2<Theme>["HCDataMap"];
330
355
  };
331
356
 
332
357
  export declare interface DataMapProps {
@@ -342,12 +367,6 @@ export declare interface DataMapProps {
342
367
  sx?: SxProps<Theme>;
343
368
  }
344
369
 
345
- declare interface DataType extends ItemProps {
346
- idKey?: string;
347
- children?: DataType[];
348
- defaultSelected?: string[];
349
- }
350
-
351
370
  export declare type DateFilterValue =
352
371
  | { type: "relative"; value: RelativeDatePreset }
353
372
  | { type: "custom"; value: { min?: string; max?: string } };
@@ -356,7 +375,7 @@ export declare function DatePickerWithCustomRange(inProps: DatePickerWithCustomR
356
375
 
357
376
  export declare type DatePickerWithCustomRangeComponentOverride<Theme = unknown> = {
358
377
  defaultProps?: Partial<DatePickerWithCustomRangeProps>;
359
- styleOverrides?: ComponentsOverrides<Theme>["HCDatePickerWithCustomRange"];
378
+ styleOverrides?: ComponentsOverrides_2<Theme>["HCDatePickerWithCustomRange"];
360
379
  };
361
380
 
362
381
  export declare interface DatePickerWithCustomRangeProps {
@@ -375,7 +394,7 @@ export declare const DateTimePicker: (props: DateTimePickerProps & React_2.RefAt
375
394
 
376
395
  export declare type DateTimePickerComponentOverride<Theme = unknown> = {
377
396
  defaultProps?: Partial<DateTimePickerProps>;
378
- styleOverrides?: ComponentsOverrides<Theme>["HCDateTimePicker"];
397
+ styleOverrides?: ComponentsOverrides_2<Theme>["HCDateTimePicker"];
379
398
  };
380
399
 
381
400
  export declare type DateTimePickerLabelPosition = "default" | "top";
@@ -426,7 +445,7 @@ export declare const DisseminationList: (props: DisseminationListProps & React_2
426
445
 
427
446
  export declare type DisseminationListComponentOverride<Theme = unknown> = {
428
447
  defaultProps?: Partial<DisseminationListProps>;
429
- styleOverrides?: ComponentsOverrides<Theme>["HCDisseminationList"];
448
+ styleOverrides?: ComponentsOverrides_2<Theme>["HCDisseminationList"];
430
449
  };
431
450
 
432
451
  export declare type DisseminationListLabelPosition = "default" | "left" | "top";
@@ -447,7 +466,7 @@ export declare function Divider(inProps: DividerProps): JSX_2.Element;
447
466
 
448
467
  export declare type DividerComponentOverride<Theme = unknown> = {
449
468
  defaultProps?: Partial<DividerProps>;
450
- styleOverrides?: ComponentsOverrides<Theme>["HCDivider"];
469
+ styleOverrides?: ComponentsOverrides_2<Theme>["HCDivider"];
451
470
  };
452
471
 
453
472
  export declare interface DividerProps {
@@ -471,7 +490,7 @@ export declare function DrillDownTreemap(inProps: DrillDownTreemapProps): JSX_2.
471
490
 
472
491
  export declare type DrillDownTreemapComponentOverride<Theme = unknown> = {
473
492
  defaultProps?: Partial<DrillDownTreemapProps>;
474
- styleOverrides?: ComponentsOverrides<Theme>["HCDrillDownTreemap"];
493
+ styleOverrides?: ComponentsOverrides_2<Theme>["HCDrillDownTreemap"];
475
494
  };
476
495
 
477
496
  export declare type DrillDownTreemapProps = ChartProps;
@@ -480,7 +499,7 @@ export declare function DrillDownVoronoiTreemap(inProps: DrillDownVoronoiTreemap
480
499
 
481
500
  export declare type DrillDownVoronoiTreemapComponentOverride<Theme = unknown> = {
482
501
  defaultProps?: Partial<DrillDownVoronoiTreemapProps>;
483
- styleOverrides?: ComponentsOverrides<Theme>["HCDrillDownVoronoiTreemap"];
502
+ styleOverrides?: ComponentsOverrides_2<Theme>["HCDrillDownVoronoiTreemap"];
484
503
  };
485
504
 
486
505
  export declare type DrillDownVoronoiTreemapProps = ChartProps;
@@ -497,8 +516,6 @@ declare function encrypt(encryptionKey: any, data: any): Promise<{
497
516
 
498
517
  declare function exportKey(key: any): Promise<JsonWebKey>;
499
518
 
500
- declare type FeatureType = AUTH.ModuleType;
501
-
502
519
  declare interface FieldOptions {
503
520
  order?: number;
504
521
  hidden?: boolean;
@@ -523,7 +540,7 @@ ref?: ((instance: HTMLDivElement | null) => void | DO_NOT_USE_OR_YOU_WILL_BE_FIR
523
540
 
524
541
  declare function generateKey(): Promise<CryptoKey>;
525
542
 
526
- export declare const GeometryPicker: React.FC<Props_3>;
543
+ export declare const GeometryPicker: React.FC<Props>;
527
544
 
528
545
  declare const hasAccess: (path: string, access: AccessType, permissions: AUTH.PermissionType) => boolean;
529
546
 
@@ -536,7 +553,7 @@ declare const hasAccess: (path: string, access: AccessType, permissions: AUTH.Pe
536
553
  */
537
554
  declare const hasDataAccess: (role: string, access: AccessType, permissions: AUTH.PermissionType) => boolean;
538
555
 
539
- declare const hasUIAccess: <T extends string>(feature: FeatureType | T, permissions?: AUTH.PermissionType) => boolean;
556
+ declare const hasUIAccess: <T extends string>(feature: AccessFeatureType | T, permissions?: AUTH.PermissionType) => boolean;
540
557
 
541
558
  export declare function HeatMap(inProps: HeatMapProps): JSX_2.Element;
542
559
 
@@ -544,12 +561,12 @@ export declare function Heatmap(inProps: HeatmapProps): JSX_2.Element;
544
561
 
545
562
  export declare type HeatMapComponentOverride<Theme = unknown> = {
546
563
  defaultProps?: Partial<HeatMapProps>;
547
- styleOverrides?: ComponentsOverrides<Theme>["HCHeatMap"];
564
+ styleOverrides?: ComponentsOverrides_2<Theme>["HCHeatMap"];
548
565
  };
549
566
 
550
567
  export declare type HeatmapComponentOverride<Theme = unknown> = {
551
568
  defaultProps?: Partial<HeatmapProps>;
552
- styleOverrides?: ComponentsOverrides<Theme>["HCHeatmap"];
569
+ styleOverrides?: ComponentsOverrides_2<Theme>["HCHeatmap"];
553
570
  };
554
571
 
555
572
  export declare interface HeatMapProps {
@@ -575,7 +592,7 @@ export declare function HighlightLineChart(props: HighlightLineChartProps): JSX_
575
592
 
576
593
  export declare type HighlightLineChartComponentOverride<Theme = unknown> = {
577
594
  defaultProps?: HighlightLineChartProps;
578
- styleOverrides?: ComponentsOverrides<Theme>["HCHighlightLineChart"];
595
+ styleOverrides?: ComponentsOverrides_2<Theme>["HCHighlightLineChart"];
579
596
  };
580
597
 
581
598
  export declare interface HighlightLineChartProps {
@@ -593,7 +610,7 @@ export declare const IconButton: (props: IconButtonProps) => JSX_2.Element;
593
610
 
594
611
  export declare type IconButtonComponentOverride<Theme = unknown> = {
595
612
  defaultProps?: IconButtonProps;
596
- styleOverrides?: ComponentsOverrides<Theme>["HCIconButton"];
613
+ styleOverrides?: ComponentsOverrides_2<Theme>["HCIconButton"];
597
614
  };
598
615
 
599
616
  export declare interface IconButtonProps extends Omit<IconButtonProps_2, "variant"> {
@@ -756,9 +773,14 @@ K extends
756
773
  onCancel?(isDirty?: boolean): void;
757
774
  }
758
775
 
759
- export declare const InstanceHierarchyTable: FC<InstanceHierarchyTableProps>;
776
+ export declare const InstanceHierarchyTable: (props: InstanceHierarchyTableProps) => JSX_2.Element | null;
777
+
778
+ export declare type InstanceHierarchyTableComponentOverride<Theme = unknown> = {
779
+ defaultProps?: InstanceHierarchyTableProps;
780
+ styleOverrides?: ComponentsOverrides<Theme>["HCInstanceHierarchyTable"];
781
+ };
760
782
 
761
- declare interface InstanceHierarchyTableProps {
783
+ export declare interface InstanceHierarchyTableProps {
762
784
  data: FV.HierarchySearchResults;
763
785
  templates: Map<string | number, ONTOLOGY.TemplateType>;
764
786
  selectedIds?: number[];
@@ -766,11 +788,12 @@ declare interface InstanceHierarchyTableProps {
766
788
  sortColumnsBy?: "name" | "type";
767
789
  actions?: InstanceTableActionType[];
768
790
  actionsWidth?: number;
791
+ sx?: SxProps<Theme>;
769
792
  onSelect?(selectedIds: number[]): void;
770
793
  onTitleClick?(instance: INSTANCE.GenericInstanceView): void;
771
794
  }
772
795
 
773
- export declare const InstanceTable: FC<InstanceTableProps>;
796
+ export declare const InstanceTable: (props: InstanceTableProps) => JSX_2.Element;
774
797
 
775
798
  export declare interface InstanceTableActionType {
776
799
  label: string;
@@ -795,12 +818,17 @@ export declare interface InstanceTableActionType {
795
818
  onClick?(params: GridRowParams<INSTANCE.GenericInstanceView>): void;
796
819
  }
797
820
 
798
- declare interface InstanceTableFieldOptions {
821
+ export declare type InstanceTableComponentOverride<Theme = unknown> = {
822
+ defaultProps?: InstanceTableProps;
823
+ styleOverrides?: ComponentsOverrides<Theme>["HCInstanceTable"];
824
+ };
825
+
826
+ export declare interface InstanceTableFieldOptions {
799
827
  hidden?: boolean;
800
828
  renderCell?(params: GridRenderCellParams<any>): React.ReactElement;
801
829
  }
802
830
 
803
- declare interface InstanceTableProps {
831
+ export declare interface InstanceTableProps {
804
832
  template: ONTOLOGY.TemplateType;
805
833
  data: INSTANCE.GenericInstanceView[];
806
834
  selectedIds?: number[];
@@ -814,6 +842,7 @@ declare interface InstanceTableProps {
814
842
  description?: InstanceTableFieldOptions;
815
843
  [key: string]: InstanceTableFieldOptions;
816
844
  };
845
+ sx?: SxProps<Theme>;
817
846
  onSelect?(selectedIds: number[]): void;
818
847
  onTitleClick?(instance: INSTANCE.GenericInstanceView): void;
819
848
  }
@@ -822,7 +851,7 @@ export declare function InstanceVariableList(inProps: InstanceVariableListProps)
822
851
 
823
852
  export declare type InstanceVariableListComponentOverride<Theme = unknown> = {
824
853
  defaultProps?: Partial<InstanceVariableListProps>;
825
- styleOverrides?: ComponentsOverrides<Theme>["HCInstanceVariableList"];
854
+ styleOverrides?: ComponentsOverrides_2<Theme>["HCInstanceVariableList"];
826
855
  };
827
856
 
828
857
  export declare interface InstanceVariableListProps {
@@ -833,15 +862,6 @@ export declare interface InstanceVariableListProps {
833
862
  sx?: SxProps<Theme>;
834
863
  }
835
864
 
836
- declare interface ItemProps {
837
- id: string | number;
838
- name: string;
839
- checked?: boolean;
840
- disabled?: boolean;
841
- disabledIds?: string[];
842
- onChange?(id: string, checked: boolean): void;
843
- }
844
-
845
865
  export declare namespace KeyProductionUtils {
846
866
  export {
847
867
  register,
@@ -854,13 +874,23 @@ export declare namespace KeyProductionUtils {
854
874
  }
855
875
  }
856
876
 
857
- export declare const KeyProtectionMenu: React.FC<Props_4>;
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
+ }
858
888
 
859
889
  export declare const LinearIndicator: (props: LinearIndicatorProps) => JSX_2.Element;
860
890
 
861
891
  export declare type LinearIndicatorComponentOverride<Theme = unknown> = {
862
892
  defaultProps?: LinearIndicatorProps;
863
- styleOverrides?: ComponentsOverrides<Theme>["HCLinearIndicator"];
893
+ styleOverrides?: ComponentsOverrides_2<Theme>["HCLinearIndicator"];
864
894
  };
865
895
 
866
896
  export declare interface LinearIndicatorProps {
@@ -879,7 +909,7 @@ export declare function LineChart(inProps: LineChartProps): JSX_2.Element;
879
909
 
880
910
  export declare type LineChartComponentOverride<Theme = unknown> = {
881
911
  defaultProps?: Partial<LineChartProps>;
882
- styleOverrides?: ComponentsOverrides<Theme>["HCLineChart"];
912
+ styleOverrides?: ComponentsOverrides_2<Theme>["HCLineChart"];
883
913
  };
884
914
 
885
915
  export declare type LineChartProps = ChartProps;
@@ -896,7 +926,29 @@ export declare interface LineSeriesData {
896
926
  color?: string;
897
927
  }
898
928
 
899
- export declare const Loading: React.FC<Props_5>;
929
+ export declare const Loading: (props: LoadingProps) => JSX_2.Element | null;
930
+
931
+ export declare type LoadingComponentOverride<Theme = unknown> = {
932
+ defaultProps?: LoadingProps;
933
+ styleOverrides?: ComponentsOverrides<Theme>["HCLoading"];
934
+ };
935
+
936
+ export declare type LoadingIndicatorColor =
937
+ | "primary"
938
+ | "inherit"
939
+ | "secondary"
940
+ | "error"
941
+ | "info"
942
+ | "success"
943
+ | "warning";
944
+
945
+ export declare interface LoadingProps extends BoxProps {
946
+ show: boolean;
947
+ overlay?: boolean;
948
+ overlayColor?: string;
949
+ indicatorColor?: LoadingIndicatorColor;
950
+ sx?: SxProps<Theme>;
951
+ }
900
952
 
901
953
  export { LocalizationProvider }
902
954
 
@@ -904,7 +956,7 @@ export declare function LogaritmicScale(inProps: LogaritmicScaleProps): JSX_2.El
904
956
 
905
957
  export declare type LogaritmicScaleComponentOverride<Theme = unknown> = {
906
958
  defaultProps?: Partial<LogaritmicScaleProps>;
907
- styleOverrides?: ComponentsOverrides<Theme>["HCLogaritmicScale"];
959
+ styleOverrides?: ComponentsOverrides_2<Theme>["HCLogaritmicScale"];
908
960
  };
909
961
 
910
962
  export declare type LogaritmicScaleProps = ChartProps;
@@ -1000,7 +1052,7 @@ export declare const MetricCard: (props: MetricCardProps) => JSX_2.Element;
1000
1052
 
1001
1053
  export declare type MetricCardComponentOverride<Theme = unknown> = {
1002
1054
  defaultProps?: MetricCardProps;
1003
- styleOverrides?: ComponentsOverrides<Theme>["HCMetricCard"];
1055
+ styleOverrides?: ComponentsOverrides_2<Theme>["HCMetricCard"];
1004
1056
  };
1005
1057
 
1006
1058
  export declare interface MetricCardDataPoint {
@@ -1058,16 +1110,11 @@ export declare type MetricVariant =
1058
1110
  | "warning"
1059
1111
  | "danger";
1060
1112
 
1061
- declare type MousePosition = {
1062
- top: number;
1063
- left: number;
1064
- };
1065
-
1066
1113
  export declare function MultipleValueAxes(inProps: MultipleValueAxesProps): JSX_2.Element;
1067
1114
 
1068
1115
  export declare type MultipleValueAxesComponentOverride<Theme = unknown> = {
1069
1116
  defaultProps?: Partial<MultipleValueAxesProps>;
1070
- styleOverrides?: ComponentsOverrides<Theme>["HCMultipleValueAxes"];
1117
+ styleOverrides?: ComponentsOverrides_2<Theme>["HCMultipleValueAxes"];
1071
1118
  };
1072
1119
 
1073
1120
  export declare type MultipleValueAxesProps = ChartProps;
@@ -1076,7 +1123,7 @@ export declare function NestedPie(inProps: NestedPieProps): JSX_2.Element;
1076
1123
 
1077
1124
  export declare type NestedPieComponentOverride<Theme = unknown> = {
1078
1125
  defaultProps?: Partial<NestedPieProps>;
1079
- styleOverrides?: ComponentsOverrides<Theme>["HCNestedPie"];
1126
+ styleOverrides?: ComponentsOverrides_2<Theme>["HCNestedPie"];
1080
1127
  };
1081
1128
 
1082
1129
  export declare type NestedPieProps = ChartProps;
@@ -1085,7 +1132,7 @@ export declare function ObjectProfileCard(inProps: ObjectProfileCardProps): JSX_
1085
1132
 
1086
1133
  export declare type ObjectProfileCardComponentOverride<Theme = unknown> = {
1087
1134
  defaultProps?: Partial<ObjectProfileCardProps>;
1088
- styleOverrides?: ComponentsOverrides<Theme>["HCObjectProfileCard"];
1135
+ styleOverrides?: ComponentsOverrides_2<Theme>["HCObjectProfileCard"];
1089
1136
  };
1090
1137
 
1091
1138
  export declare interface ObjectProfileCardProps {
@@ -1109,13 +1156,11 @@ declare interface OptionsType {
1109
1156
  disableCancelButton?: boolean;
1110
1157
  }
1111
1158
 
1112
- declare type OrientationType_2 = "portrait" | "landscape";
1113
-
1114
1159
  export declare function PackedCircles(inProps: PackedCirclesProps): JSX_2.Element;
1115
1160
 
1116
1161
  export declare type PackedCirclesComponentOverride<Theme = unknown> = {
1117
1162
  defaultProps?: Partial<PackedCirclesProps>;
1118
- styleOverrides?: ComponentsOverrides<Theme>["HCPackedCircles"];
1163
+ styleOverrides?: ComponentsOverrides_2<Theme>["HCPackedCircles"];
1119
1164
  };
1120
1165
 
1121
1166
  export declare type PackedCirclesProps = ChartProps;
@@ -1124,7 +1169,7 @@ export declare function PaginatedList(inProps: PaginatedListProps): JSX_2.Elemen
1124
1169
 
1125
1170
  export declare type PaginatedListComponentOverride<Theme = unknown> = {
1126
1171
  defaultProps?: Partial<PaginatedListProps>;
1127
- styleOverrides?: ComponentsOverrides<Theme>["HCPaginatedList"];
1172
+ styleOverrides?: ComponentsOverrides_2<Theme>["HCPaginatedList"];
1128
1173
  };
1129
1174
 
1130
1175
  export declare interface PaginatedListItem {
@@ -1159,64 +1204,41 @@ export declare interface PaginatedListSnapshot {
1159
1204
  data: PaginatedListItem[];
1160
1205
  }
1161
1206
 
1162
- export declare const PhoneInput: React.FC<Props_6>;
1207
+ export declare const PhoneInput: (props: PhoneInputProps) => JSX_2.Element;
1208
+
1209
+ export declare type PhoneInputComponentOverride<Theme = unknown> = {
1210
+ defaultProps?: PhoneInputProps;
1211
+ styleOverrides?: ComponentsOverrides<Theme>["HCPhoneInput"];
1212
+ };
1213
+
1214
+ export declare interface PhoneInputProps {
1215
+ label?: string;
1216
+ value: string;
1217
+ placeholder?: string;
1218
+ sx?: SxProps<Theme>;
1219
+ onChange(value: string): void;
1220
+ }
1163
1221
 
1164
1222
  export declare function PieChart(inProps: PieChartProps): JSX_2.Element;
1165
1223
 
1166
1224
  export declare type PieChartComponentOverride<Theme = unknown> = {
1167
1225
  defaultProps?: Partial<PieChartProps>;
1168
- styleOverrides?: ComponentsOverrides<Theme>["HCPieChart"];
1226
+ styleOverrides?: ComponentsOverrides_2<Theme>["HCPieChart"];
1169
1227
  };
1170
1228
 
1171
1229
  export declare type PieChartProps = ChartProps;
1172
1230
 
1173
- export declare const PropertyFilterInput: FC<PropertyProps>;
1231
+ export declare const PropertyFilterInput: (props: PropertyFilterInputProps) => JSX_2.Element | null;
1174
1232
 
1175
- declare interface PropertyProps {
1233
+ export declare interface PropertyFilterInputProps {
1176
1234
  property: ONTOLOGY.Property;
1177
1235
  value: FV.PropertyFilterValue;
1178
1236
  size?: "small" | "medium";
1179
- variant?: "standard" | "outlined" | "filled";
1237
+ variant?: TemplatePropertyFiltersInputVariant;
1180
1238
  onChange(value: any): void;
1181
1239
  }
1182
1240
 
1183
- declare interface Props<T extends string> {
1184
- /**
1185
- *
1186
- */
1187
- appRoles: AUTH.PermissionType;
1188
- /**
1189
- *
1190
- */
1191
- loading?: boolean;
1192
- /**
1193
- *
1194
- */
1195
- pagePath?: string;
1196
- /**
1197
- *
1198
- */
1199
- feature?: FeatureType | T;
1200
- /**
1201
- *
1202
- */
1203
- fallback?: default_2.ReactNode;
1204
- /**
1205
- *
1206
- */
1207
- children?: default_2.ReactNode;
1208
- }
1209
-
1210
- declare interface Props_2 {
1211
- open: boolean;
1212
- buttons: ButtonType[];
1213
- position?: MousePosition;
1214
- width?: number | string;
1215
- sx?: SxProps;
1216
- onClose?(): void;
1217
- }
1218
-
1219
- declare interface Props_3 {
1241
+ declare interface Props {
1220
1242
  /**
1221
1243
  *
1222
1244
  */
@@ -1245,46 +1267,6 @@ declare interface Props_3 {
1245
1267
  onChange?(value: string): void;
1246
1268
  }
1247
1269
 
1248
- declare interface Props_4 {
1249
- encryptionKey: CryptoKey | null;
1250
- }
1251
-
1252
- declare interface Props_5 extends StyleProps {
1253
- show: boolean;
1254
- }
1255
-
1256
- declare interface Props_6 {
1257
- label?: string;
1258
- value: string;
1259
- placeholder?: string;
1260
- onChange(value: string): void;
1261
- }
1262
-
1263
- declare interface Props_7 {
1264
- values: FV.TemplateFilter[];
1265
- templates: Map<string | number, ONTOLOGY.TemplateType>;
1266
- inputVariant?: "standard" | "outlined" | "filled";
1267
- fieldOptions?: {
1268
- [key: string]: FieldOptions;
1269
- };
1270
- onChange(values: FV.TemplateFilter[], value?: FV.TemplateFilter): void;
1271
- }
1272
-
1273
- declare interface Props_8 {
1274
- data: DataType[];
1275
- idKey?: string;
1276
- selected?: string[];
1277
- expanded?: string[];
1278
- disabled?: string[];
1279
- disableSearch?: boolean;
1280
- onChange?(id: string, checked: boolean): void;
1281
- onExpansionToggle?(
1282
- event: React.SyntheticEvent,
1283
- itemId: string,
1284
- isExpanded: boolean
1285
- ): void;
1286
- }
1287
-
1288
1270
  export declare interface PrrItem {
1289
1271
  id: string;
1290
1272
  templateId: string;
@@ -1305,7 +1287,7 @@ export declare function PrrMap(inProps: PrrMapProps): JSX_2.Element;
1305
1287
 
1306
1288
  export declare type PrrMapComponentOverride<Theme = unknown> = {
1307
1289
  defaultProps?: Partial<PrrMapProps>;
1308
- styleOverrides?: ComponentsOverrides<Theme>["HCPrrMap"];
1290
+ styleOverrides?: ComponentsOverrides_2<Theme>["HCPrrMap"];
1309
1291
  };
1310
1292
 
1311
1293
  export declare interface PrrMapProps {
@@ -1324,7 +1306,7 @@ export declare function RasterGridMap(inProps: RasterGridMapProps): JSX_2.Elemen
1324
1306
 
1325
1307
  export declare type RasterGridMapComponentOverride<Theme = unknown> = {
1326
1308
  defaultProps?: Partial<RasterGridMapProps>;
1327
- styleOverrides?: ComponentsOverrides<Theme>["HCRasterGridMap"];
1309
+ styleOverrides?: ComponentsOverrides_2<Theme>["HCRasterGridMap"];
1328
1310
  };
1329
1311
 
1330
1312
  export declare interface RasterGridMapProps {
@@ -1363,7 +1345,7 @@ export declare const SearchInput: (props: SearchInputProps) => JSX_2.Element;
1363
1345
 
1364
1346
  export declare type SearchInputComponentOverride<Theme = unknown> = {
1365
1347
  defaultProps?: SearchInputProps;
1366
- styleOverrides?: ComponentsOverrides<Theme>["HCSearchInput"];
1348
+ styleOverrides?: ComponentsOverrides_2<Theme>["HCSearchInput"];
1367
1349
  };
1368
1350
 
1369
1351
  export declare type SearchInputIconSize = "small" | "medium" | "large";
@@ -1386,65 +1368,39 @@ export declare type SearchInputSize = "small" | "medium";
1386
1368
 
1387
1369
  export declare type SearchInputVariant = "outlined" | "filled" | "standard";
1388
1370
 
1389
- export declare const SecurityLevel: React.FC<SecurityLevelProps>;
1371
+ export declare const SecurityLevel: (props: SecurityLevelProps) => JSX_2.Element;
1372
+
1373
+ export declare type SecurityLevelComponentOverride<Theme = unknown> = {
1374
+ defaultProps?: SecurityLevelProps;
1375
+ styleOverrides?: ComponentsOverrides<Theme>["HCSecurityLevel"];
1376
+ };
1390
1377
 
1391
1378
  declare interface SecurityLevelConfig {
1392
1379
  templateKeys: string[];
1393
1380
  templateType: string;
1394
1381
  }
1395
1382
 
1396
- declare interface SecurityLevelProps {
1397
- /**
1398
- *
1399
- */
1383
+ export declare type SecurityLevelLabelPosition = "default" | "left" | "top";
1384
+
1385
+ export declare interface SecurityLevelProps {
1400
1386
  value: number;
1401
- /**
1402
- *
1403
- */
1404
1387
  ontologyId: number;
1405
- /**
1406
- *
1407
- */
1408
1388
  appRoles: AUTH.PermissionType;
1409
- /**
1410
- *
1411
- */
1412
1389
  securityLevels: AUTH.SecurityLevel[];
1413
- /**
1414
- *
1415
- */
1416
1390
  minLevel?: number;
1417
- /**
1418
- *
1419
- */
1420
1391
  minLevelId?: number;
1421
- /**
1422
- *
1423
- */
1424
1392
  minLevelRoles?: string[];
1425
- /**
1426
- *
1427
- */
1428
1393
  showError?: boolean;
1429
- /**
1430
- *
1431
- */
1432
- variant?: "standard" | "outlined" | "filled";
1433
- labelPosition?: "default" | "left" | "top";
1434
- /**
1435
- *
1436
- */
1394
+ variant?: SecurityLevelVariant;
1395
+ labelPosition?: SecurityLevelLabelPosition;
1437
1396
  templateKeys?: string[];
1438
- /**
1439
- *
1440
- */
1441
1397
  templateType?: string;
1442
- /**
1443
- *
1444
- */
1398
+ sx?: SxProps<Theme>;
1445
1399
  onChange(value: number): void;
1446
1400
  }
1447
1401
 
1402
+ export declare type SecurityLevelVariant = "standard" | "outlined" | "filled";
1403
+
1448
1404
  export declare interface SeriesPoint {
1449
1405
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
1450
1406
  t: any;
@@ -1463,7 +1419,7 @@ export declare function SimplePivotTable(inProps: SimplePivotTableProps): JSX_2.
1463
1419
 
1464
1420
  export declare type SimplePivotTableComponentOverride<Theme = unknown> = {
1465
1421
  defaultProps?: Partial<SimplePivotTableProps>;
1466
- styleOverrides?: ComponentsOverrides<Theme>["HCSimplePivotTable"];
1422
+ styleOverrides?: ComponentsOverrides_2<Theme>["HCSimplePivotTable"];
1467
1423
  };
1468
1424
 
1469
1425
  export declare interface SimplePivotTableProps {
@@ -1485,7 +1441,7 @@ export declare function StackedAreaRadar(inProps: StackedAreaRadarProps): JSX_2.
1485
1441
 
1486
1442
  export declare type StackedAreaRadarComponentOverride<Theme = unknown> = {
1487
1443
  defaultProps?: Partial<StackedAreaRadarProps>;
1488
- styleOverrides?: ComponentsOverrides<Theme>["HCStackedAreaRadar"];
1444
+ styleOverrides?: ComponentsOverrides_2<Theme>["HCStackedAreaRadar"];
1489
1445
  };
1490
1446
 
1491
1447
  export declare type StackedAreaRadarProps = ChartProps;
@@ -1494,7 +1450,7 @@ export declare function StackedColumnChart(inProps: StackedColumnChartProps): JS
1494
1450
 
1495
1451
  export declare type StackedColumnChartComponentOverride<Theme = unknown> = {
1496
1452
  defaultProps?: Partial<StackedColumnChartProps>;
1497
- styleOverrides?: ComponentsOverrides<Theme>["HCStackedColumnChart"];
1453
+ styleOverrides?: ComponentsOverrides_2<Theme>["HCStackedColumnChart"];
1498
1454
  };
1499
1455
 
1500
1456
  export declare type StackedColumnChartProps = ChartProps;
@@ -1503,7 +1459,7 @@ export declare function StaticText(inProps: StaticTextProps): JSX_2.Element;
1503
1459
 
1504
1460
  export declare type StaticTextComponentOverride<Theme = unknown> = {
1505
1461
  defaultProps?: Partial<StaticTextProps>;
1506
- styleOverrides?: ComponentsOverrides<Theme>["HCStaticText"];
1462
+ styleOverrides?: ComponentsOverrides_2<Theme>["HCStaticText"];
1507
1463
  };
1508
1464
 
1509
1465
  export declare interface StaticTextProps {
@@ -1512,19 +1468,6 @@ export declare interface StaticTextProps {
1512
1468
  sx?: SxProps<Theme>;
1513
1469
  }
1514
1470
 
1515
- declare interface StyleProps extends BoxProps {
1516
- overlay?: boolean;
1517
- overlayColor?: string;
1518
- indicatorColor?:
1519
- | "primary"
1520
- | "inherit"
1521
- | "secondary"
1522
- | "error"
1523
- | "info"
1524
- | "success"
1525
- | "warning";
1526
- }
1527
-
1528
1471
  declare interface SubmitButton {
1529
1472
  label: string;
1530
1473
  icon?: React.ReactNode;
@@ -1547,19 +1490,11 @@ export declare interface TabContent {
1547
1490
  disableCustomScroll?: boolean;
1548
1491
  }
1549
1492
 
1550
- declare interface TabItem {
1551
- label: default_2.ReactNode;
1552
- templates: Map<string | number, ONTOLOGY.TemplateType>;
1553
- filters: FV.TemplateFilter[];
1554
- defaultExpanded?: string[];
1555
- onChange: (filters: FV.TemplateFilter[]) => void;
1556
- }
1557
-
1558
1493
  export declare const Tabs: (props: TabsProps) => JSX_2.Element;
1559
1494
 
1560
1495
  export declare type TabsComponentOverride<Theme = unknown> = {
1561
1496
  defaultProps?: TabsProps;
1562
- styleOverrides?: ComponentsOverrides_2<Theme>["HCTabs"];
1497
+ styleOverrides?: ComponentsOverrides<Theme>["HCTabs"];
1563
1498
  };
1564
1499
 
1565
1500
  export declare interface TabsProps extends TabsProps_2 {
@@ -1575,20 +1510,34 @@ export declare interface TabsProps extends TabsProps_2 {
1575
1510
 
1576
1511
  export declare type TabsStyleVariant = "DEFAULT" | "APPLE";
1577
1512
 
1578
- declare interface TemplateFilterProps {
1579
- tabs: TabItem[];
1580
- }
1581
-
1582
- export declare const TemplateFilters: React.FC<TemplateFilterProps>;
1513
+ export declare const TemplateFilters: (props: TemplateFiltersProps) => JSX_2.Element;
1583
1514
 
1584
- 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;
1515
+ export declare type TemplateFiltersComponentOverride<Theme = unknown> = {
1516
+ defaultProps?: TemplateFiltersProps;
1517
+ styleOverrides?: ComponentsOverrides<Theme>["HCTemplateFilters"];
1518
+ };
1585
1519
 
1586
- export declare interface TemplateFormHandle {
1587
- getValues: (key?: string) => any;
1588
- resetForm: () => void;
1520
+ export declare interface TemplateFiltersProps {
1521
+ tabs: TemplateFiltersTab[];
1522
+ sx?: SxProps<Theme>;
1589
1523
  }
1590
1524
 
1591
- declare interface TemplateFormProps<
1525
+ export declare interface TemplateFiltersTab {
1526
+ label: default_2.ReactNode;
1527
+ templates: Map<string | number, ONTOLOGY.TemplateType>;
1528
+ filters: FV.TemplateFilter[];
1529
+ defaultExpanded?: string[];
1530
+ onChange: (filters: FV.TemplateFilter[]) => void;
1531
+ }
1532
+
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;
1534
+
1535
+ export declare interface TemplateFormHandle {
1536
+ getValues: (key?: string) => any;
1537
+ resetForm: () => void;
1538
+ }
1539
+
1540
+ declare interface TemplateFormProps<
1592
1541
  T extends
1593
1542
  | ONTOLOGY.Object
1594
1543
  | ONTOLOGY.Event
@@ -1646,7 +1595,28 @@ K extends
1646
1595
  onCatalogueInstanceSearchSubmit?(value?: string): void;
1647
1596
  }
1648
1597
 
1649
- export declare const TemplatePropertyFilters: FC<Props_7>;
1598
+ export declare const TemplatePropertyFilters: (props: TemplatePropertyFiltersProps) => JSX_2.Element;
1599
+
1600
+ export declare type TemplatePropertyFiltersComponentOverride<Theme = unknown> = {
1601
+ defaultProps?: TemplatePropertyFiltersProps;
1602
+ styleOverrides?: ComponentsOverrides<Theme>["HCTemplatePropertyFilters"];
1603
+ };
1604
+
1605
+ export declare type TemplatePropertyFiltersInputVariant =
1606
+ | "standard"
1607
+ | "outlined"
1608
+ | "filled";
1609
+
1610
+ export declare interface TemplatePropertyFiltersProps {
1611
+ values: FV.TemplateFilter[];
1612
+ templates: Map<string | number, ONTOLOGY.TemplateType>;
1613
+ inputVariant?: TemplatePropertyFiltersInputVariant;
1614
+ fieldOptions?: {
1615
+ [key: string]: FieldOptions;
1616
+ };
1617
+ sx?: SxProps<Theme>;
1618
+ onChange(values: FV.TemplateFilter[], value?: FV.TemplateFilter): void;
1619
+ }
1650
1620
 
1651
1621
  export { ThemeOptions }
1652
1622
 
@@ -1654,7 +1624,7 @@ export { ThemeProvider }
1654
1624
 
1655
1625
  export declare type TimelineComponentOverride<Theme = unknown> = {
1656
1626
  defaultProps?: Partial<TimelineProps>;
1657
- styleOverrides?: ComponentsOverrides<Theme>["HCTimeline"];
1627
+ styleOverrides?: ComponentsOverrides_2<Theme>["HCTimeline"];
1658
1628
  };
1659
1629
 
1660
1630
  export declare interface TimelineItem {
@@ -1698,35 +1668,89 @@ export declare type TimeUnit =
1698
1668
  | "month"
1699
1669
  | "year";
1700
1670
 
1701
- export declare const TreeSelect: FC<TreeSelectProps>;
1671
+ export declare const TreeSelect: (props: TreeSelectProps) => JSX_2.Element;
1672
+
1673
+ export declare type TreeSelectComponentOverride<Theme = unknown> = {
1674
+ defaultProps?: TreeSelectProps;
1675
+ styleOverrides?: ComponentsOverrides<Theme>["HCTreeSelect"];
1676
+ };
1677
+
1678
+ export declare type TreeSelectLabelPosition = "default" | "top";
1702
1679
 
1703
- declare interface TreeSelectProps {
1680
+ export declare interface TreeSelectProps {
1704
1681
  data: any;
1705
1682
  selected: "" | string[] | undefined;
1706
- variant?: "standard" | "outlined" | "filled";
1707
- labelPosition?: "default" | "top";
1683
+ variant?: TreeSelectVariant;
1684
+ labelPosition?: TreeSelectLabelPosition;
1708
1685
  disabled?: string[];
1709
1686
  label?: string;
1710
1687
  idKey?: string;
1688
+ sx?: SxProps<Theme>;
1711
1689
  onChange(id: string, checked: boolean): void;
1712
1690
  }
1713
1691
 
1714
- export declare const TreeViewFilter: FC<Props_8>;
1692
+ export declare type TreeSelectVariant = "standard" | "outlined" | "filled";
1715
1693
 
1716
- export declare const Uploader: FC<UploaderProps>;
1694
+ export declare const TreeViewFilter: (props: TreeViewFilterProps) => JSX_2.Element;
1695
+
1696
+ export declare type TreeViewFilterComponentOverride<Theme = unknown> = {
1697
+ defaultProps?: TreeViewFilterProps;
1698
+ styleOverrides?: ComponentsOverrides<Theme>["HCTreeViewFilter"];
1699
+ };
1700
+
1701
+ export declare interface TreeViewFilterDataType extends TreeViewFilterItemProps {
1702
+ idKey?: string;
1703
+ children?: TreeViewFilterDataType[];
1704
+ defaultSelected?: string[];
1705
+ }
1717
1706
 
1718
- declare interface UploaderProps {
1719
- type?: "IMAGE" | "VIDEO" | "FILE" | "AUDIO" | "OTHER";
1707
+ export declare interface TreeViewFilterItemProps {
1708
+ id: string | number;
1709
+ name: string;
1710
+ checked?: boolean;
1711
+ disabled?: boolean;
1712
+ disabledIds?: string[];
1713
+ onChange?(id: string, checked: boolean): void;
1714
+ }
1715
+
1716
+ export declare interface TreeViewFilterProps {
1717
+ data: TreeViewFilterDataType[];
1718
+ idKey?: string;
1719
+ selected?: string[];
1720
+ expanded?: string[];
1721
+ disabled?: string[];
1722
+ disableSearch?: boolean;
1723
+ sx?: SxProps<Theme>;
1724
+ onChange?(id: string, checked: boolean): void;
1725
+ onExpansionToggle?(
1726
+ event: default_2.SyntheticEvent,
1727
+ itemId: string,
1728
+ isExpanded: boolean,
1729
+ ): void;
1730
+ }
1731
+
1732
+ export declare const Uploader: (props: UploaderProps) => JSX_2.Element;
1733
+
1734
+ export declare type UploaderComponentOverride<Theme = unknown> = {
1735
+ defaultProps?: UploaderProps;
1736
+ styleOverrides?: ComponentsOverrides<Theme>["HCUploader"];
1737
+ };
1738
+
1739
+ export declare interface UploaderProps {
1740
+ type?: UploaderType;
1720
1741
  allowedExtensions?: string[];
1721
1742
  urls?: string[];
1722
1743
  inputName?: string;
1723
1744
  multiple?: boolean;
1724
- maxSize?: number; // Max file size in mb
1725
- minSize?: number; // Min file size in mb
1745
+ maxSize?: number;
1746
+ minSize?: number;
1747
+ sx?: SxProps<Theme>;
1726
1748
  onChange?(urls: string[]): void;
1727
- uploadAction(file: any): Promise<string>;
1749
+ uploadAction(file: File | File[]): Promise<string>;
1728
1750
  }
1729
1751
 
1752
+ export declare type UploaderType = "IMAGE" | "VIDEO" | "FILE" | "AUDIO" | "OTHER";
1753
+
1730
1754
  export declare interface VariableDataType {
1731
1755
  title: string;
1732
1756
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
@@ -1740,25 +1764,25 @@ export declare const Widget: {
1740
1764
  classes?: Partial<PaperClasses>;
1741
1765
  elevation?: number;
1742
1766
  square?: boolean;
1743
- sx?: SxProps_3<Theme>;
1767
+ sx?: SxProps_2<Theme>;
1744
1768
  variant?: OverridableStringUnion<"elevation" | "outlined", PaperPropsVariantOverrides>;
1745
1769
  } & CommonProps & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
1746
1770
  ref?: ((instance: HTMLDivElement | null) => void | DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | RefObject<HTMLDivElement> | null | undefined;
1747
- }, "children" | "sx" | keyof CommonProps | "elevation" | "square" | "variant">, "ref" | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "color" | "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" | "children" | "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" | "sx" | keyof CommonProps | "elevation" | "square" | "variant"> & MUIStyledCommonProps<Theme>, {}, {}>;
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>, {}, {}>;
1748
1772
  Header: StyledComponent<Pick<BoxOwnProps<Theme> & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
1749
1773
  ref?: ((instance: HTMLDivElement | null) => void | DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | RefObject<HTMLDivElement> | null | undefined;
1750
- }, keyof BoxOwnProps<Theme>>, "slot" | "style" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | keyof BoxOwnProps<Theme>> & MUIStyledCommonProps<Theme>, {}, {}>;
1774
+ }, keyof BoxOwnProps<Theme>>, "className" | "style" | "content" | "translate" | keyof BoxOwnProps<Theme> | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & MUIStyledCommonProps<Theme>, {}, {}>;
1751
1775
  Content: StyledComponent<Pick<BoxOwnProps<Theme> & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
1752
1776
  ref?: ((instance: HTMLDivElement | null) => void | DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | RefObject<HTMLDivElement> | null | undefined;
1753
- }, keyof BoxOwnProps<Theme>>, "slot" | "style" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | keyof BoxOwnProps<Theme>> & MUIStyledCommonProps<Theme>, {}, {}>;
1777
+ }, keyof BoxOwnProps<Theme>>, "className" | "style" | "content" | "translate" | keyof BoxOwnProps<Theme> | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & MUIStyledCommonProps<Theme>, {}, {}>;
1754
1778
  Footer: StyledComponent<Pick<BoxOwnProps<Theme> & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
1755
1779
  ref?: ((instance: HTMLDivElement | null) => void | DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | RefObject<HTMLDivElement> | null | undefined;
1756
- }, keyof BoxOwnProps<Theme>>, "slot" | "style" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | keyof BoxOwnProps<Theme>> & MUIStyledCommonProps<Theme>, {}, {}>;
1780
+ }, keyof BoxOwnProps<Theme>>, "className" | "style" | "content" | "translate" | keyof BoxOwnProps<Theme> | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & MUIStyledCommonProps<Theme>, {}, {}>;
1757
1781
  };
1758
1782
 
1759
1783
  export declare type WidgetComponentOverride<Theme = unknown> = {
1760
1784
  defaultProps?: WidgetProps;
1761
- styleOverrides?: ComponentsOverrides<Theme>["HCWidget"];
1785
+ styleOverrides?: ComponentsOverrides_2<Theme>["HCWidget"];
1762
1786
  };
1763
1787
 
1764
1788
  export declare interface WidgetProps {
@@ -1769,7 +1793,7 @@ export declare function XYChart(inProps: XYChartProps): JSX_2.Element;
1769
1793
 
1770
1794
  export declare type XYChartComponentOverride<Theme = unknown> = {
1771
1795
  defaultProps?: Partial<XYChartProps>;
1772
- styleOverrides?: ComponentsOverrides<Theme>["HCXYChart"];
1796
+ styleOverrides?: ComponentsOverrides_2<Theme>["HCXYChart"];
1773
1797
  };
1774
1798
 
1775
1799
  export declare type XYChartProps = ChartProps;
@@ -1778,6 +1802,110 @@ export { }
1778
1802
 
1779
1803
 
1780
1804
 
1805
+ declare module "@mui/material/styles" {
1806
+ interface ComponentNameToClassKey {
1807
+ HCLoading: "root" | "indicator";
1808
+ }
1809
+
1810
+ interface ComponentsPropsList {
1811
+ HCLoading: LoadingProps;
1812
+ }
1813
+
1814
+ interface Components<Theme = unknown> {
1815
+ HCLoading?: LoadingComponentOverride<Theme>;
1816
+ }
1817
+ }
1818
+
1819
+
1820
+
1821
+ declare module "@mui/material/styles" {
1822
+ interface ComponentNameToClassKey {
1823
+ HCAccess: "root";
1824
+ }
1825
+
1826
+ interface ComponentsPropsList {
1827
+ HCAccess: AccessProps;
1828
+ }
1829
+
1830
+ interface Components<Theme = unknown> {
1831
+ HCAccess?: AccessComponentOverride<Theme>;
1832
+ }
1833
+ }
1834
+
1835
+
1836
+
1837
+ declare module "@mui/material/styles" {
1838
+ interface ComponentNameToClassKey {
1839
+ HCCard:
1840
+ | "root"
1841
+ | "landscapeRoot"
1842
+ | "media"
1843
+ | "mediaSkeleton"
1844
+ | "content"
1845
+ | "landscapeContent"
1846
+ | "menuContainer"
1847
+ | "contentBody"
1848
+ | "contentColumn"
1849
+ | "title"
1850
+ | "text"
1851
+ | "stats"
1852
+ | "infoBox"
1853
+ | "avatar"
1854
+ | "avatarLarge"
1855
+ | "avatarTitle"
1856
+ | "avatarSubTitle"
1857
+ | "extraActions"
1858
+ | "extraInfo"
1859
+ | "cardActions"
1860
+ | "avatarRow"
1861
+ | "avatarLabel"
1862
+ | "actionsContainer"
1863
+ | "skeletonLine"
1864
+ | "skeletonLineSubtle"
1865
+ | "skeletonAvatarCircle"
1866
+ | "skeletonExtraIcon"
1867
+ | "skeletonActions";
1868
+ }
1869
+
1870
+ interface ComponentsPropsList {
1871
+ HCCard: CardProps;
1872
+ }
1873
+
1874
+ interface Components<Theme = unknown> {
1875
+ HCCard?: CardComponentOverride<Theme>;
1876
+ }
1877
+ }
1878
+
1879
+
1880
+
1881
+ declare module "@mui/material/styles" {
1882
+ interface ComponentNameToClassKey {
1883
+ HCCardAlternate:
1884
+ | "root"
1885
+ | "body"
1886
+ | "menuContainer"
1887
+ | "headerRow"
1888
+ | "avatarContainer"
1889
+ | "titleColumn"
1890
+ | "title"
1891
+ | "subTitle"
1892
+ | "text"
1893
+ | "rightMenu"
1894
+ | "avatarSkeleton"
1895
+ | "lineSkeleton";
1896
+ }
1897
+
1898
+ interface ComponentsPropsList {
1899
+ HCCardAlternate: CardAlternateProps;
1900
+ }
1901
+
1902
+ interface Components<Theme = unknown> {
1903
+ HCCardAlternate?: CardAlternateComponentOverride<Theme>;
1904
+ }
1905
+ }
1906
+
1907
+
1908
+
1781
1909
  declare module "@mui/material/styles" {
1782
1910
  interface ComponentNameToClassKey {
1783
1911
  HCCandlestickChart: "root";
@@ -2034,6 +2162,22 @@ declare module "@mui/material/styles" {
2034
2162
 
2035
2163
 
2036
2164
 
2165
+ declare module "@mui/material/styles" {
2166
+ interface ComponentNameToClassKey {
2167
+ HCContainer: "root" | "header" | "content";
2168
+ }
2169
+
2170
+ interface ComponentsPropsList {
2171
+ HCContainer: ContainerProps;
2172
+ }
2173
+
2174
+ interface Components<Theme = unknown> {
2175
+ HCContainer?: ContainerComponentOverride<Theme>;
2176
+ }
2177
+ }
2178
+
2179
+
2180
+
2037
2181
  declare module "@mui/material/styles" {
2038
2182
  interface ComponentNameToClassKey {
2039
2183
  HCCollapsibleCard:
@@ -2056,6 +2200,28 @@ declare module "@mui/material/styles" {
2056
2200
 
2057
2201
 
2058
2202
 
2203
+ declare module "@mui/material/styles" {
2204
+ interface ComponentNameToClassKey {
2205
+ HCContextMenu:
2206
+ | "root"
2207
+ | "list"
2208
+ | "item"
2209
+ | "itemButton"
2210
+ | "itemIcon"
2211
+ | "itemText";
2212
+ }
2213
+
2214
+ interface ComponentsPropsList {
2215
+ HCContextMenu: ContextMenuProps;
2216
+ }
2217
+
2218
+ interface Components<Theme = unknown> {
2219
+ HCContextMenu?: ContextMenuComponentOverride<Theme>;
2220
+ }
2221
+ }
2222
+
2223
+
2224
+
2059
2225
  declare namespace MAP {
2060
2226
  interface Coordinate {
2061
2227
  latitude: number;
@@ -2176,6 +2342,30 @@ declare module "@mui/material/styles" {
2176
2342
 
2177
2343
 
2178
2344
 
2345
+ declare module "@mui/material/styles" {
2346
+ interface ComponentNameToClassKey {
2347
+ HCSecurityLevel:
2348
+ | "root"
2349
+ | "leftLayout"
2350
+ | "leftLabel"
2351
+ | "leftContent"
2352
+ | "formControl"
2353
+ | "select"
2354
+ | "menuItem"
2355
+ | "helperText";
2356
+ }
2357
+
2358
+ interface ComponentsPropsList {
2359
+ HCSecurityLevel: SecurityLevelProps;
2360
+ }
2361
+
2362
+ interface Components<Theme = unknown> {
2363
+ HCSecurityLevel?: SecurityLevelComponentOverride<Theme>;
2364
+ }
2365
+ }
2366
+
2367
+
2368
+
2179
2369
  declare module "@mui/material/styles" {
2180
2370
  interface ComponentNameToClassKey {
2181
2371
  HCDatePickerWithCustomRange:
@@ -2283,6 +2473,118 @@ declare module "@mui/material/styles" {
2283
2473
 
2284
2474
 
2285
2475
 
2476
+ declare module "@mui/material/styles" {
2477
+ interface ComponentNameToClassKey {
2478
+ HCTreeViewFilter:
2479
+ | "root"
2480
+ | "searchContainer"
2481
+ | "searchInput"
2482
+ | "divider"
2483
+ | "tree"
2484
+ | "treeItem"
2485
+ | "itemLabel"
2486
+ | "itemCheckbox"
2487
+ | "itemText";
2488
+ }
2489
+
2490
+ interface ComponentsPropsList {
2491
+ HCTreeViewFilter: TreeViewFilterProps;
2492
+ }
2493
+
2494
+ interface Components<Theme = unknown> {
2495
+ HCTreeViewFilter?: TreeViewFilterComponentOverride<Theme>;
2496
+ }
2497
+ }
2498
+
2499
+
2500
+
2501
+ declare module "@mui/material/styles" {
2502
+ interface ComponentNameToClassKey {
2503
+ HCTreeSelect:
2504
+ | "root"
2505
+ | "label"
2506
+ | "formControl"
2507
+ | "select"
2508
+ | "menuItem"
2509
+ | "dialog"
2510
+ | "dialogContent"
2511
+ | "dialogActions"
2512
+ | "confirmButton";
2513
+ }
2514
+
2515
+ interface ComponentsPropsList {
2516
+ HCTreeSelect: TreeSelectProps;
2517
+ }
2518
+
2519
+ interface Components<Theme = unknown> {
2520
+ HCTreeSelect?: TreeSelectComponentOverride<Theme>;
2521
+ }
2522
+ }
2523
+
2524
+
2525
+
2526
+ declare module "@mui/material/styles" {
2527
+ interface ComponentNameToClassKey {
2528
+ HCPhoneInput: "root" | "label";
2529
+ }
2530
+
2531
+ interface ComponentsPropsList {
2532
+ HCPhoneInput: PhoneInputProps;
2533
+ }
2534
+
2535
+ interface Components<Theme = unknown> {
2536
+ HCPhoneInput?: PhoneInputComponentOverride<Theme>;
2537
+ }
2538
+ }
2539
+
2540
+
2541
+
2542
+ declare module "@mui/material/styles" {
2543
+ interface ComponentNameToClassKey {
2544
+ HCInstanceTable:
2545
+ | "root"
2546
+ | "dataGrid"
2547
+ | "actionsContainer"
2548
+ | "actionsGrid"
2549
+ | "templateIcon"
2550
+ | "titleButton";
2551
+ }
2552
+
2553
+ interface ComponentsPropsList {
2554
+ HCInstanceTable: InstanceTableProps;
2555
+ }
2556
+
2557
+ interface Components<Theme = unknown> {
2558
+ HCInstanceTable?: InstanceTableComponentOverride<Theme>;
2559
+ }
2560
+ }
2561
+
2562
+
2563
+
2564
+ declare module "@mui/material/styles" {
2565
+ interface ComponentNameToClassKey {
2566
+ HCInstanceHierarchyTable:
2567
+ | "root"
2568
+ | "accordion"
2569
+ | "summary"
2570
+ | "details"
2571
+ | "templateIcon"
2572
+ | "templateName"
2573
+ | "countChip"
2574
+ | "hierarchyLabel";
2575
+ }
2576
+
2577
+ interface ComponentsPropsList {
2578
+ HCInstanceHierarchyTable: InstanceHierarchyTableProps;
2579
+ }
2580
+
2581
+ interface Components<Theme = unknown> {
2582
+ HCInstanceHierarchyTable?: InstanceHierarchyTableComponentOverride<Theme>;
2583
+ }
2584
+ }
2585
+
2586
+
2587
+
2286
2588
  declare module "@mui/material/styles" {
2287
2589
  interface ComponentNameToClassKey {
2288
2590
  HCInstanceVariableList: "root" | "row" | "title" | "value";
@@ -2299,6 +2601,27 @@ declare module "@mui/material/styles" {
2299
2601
 
2300
2602
 
2301
2603
 
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
+
2302
2625
  declare module "@mui/material/styles" {
2303
2626
  interface ComponentNameToClassKey {
2304
2627
  HCLinearIndicator:
@@ -2472,6 +2795,91 @@ declare module "@mui/material/styles" {
2472
2795
 
2473
2796
 
2474
2797
 
2798
+ declare module "@mui/material/styles" {
2799
+ interface ComponentNameToClassKey {
2800
+ HCTemplateFilters:
2801
+ | "root"
2802
+ | "tabsContainer"
2803
+ | "tabs"
2804
+ | "tab"
2805
+ | "tabPanel"
2806
+ | "tabPanelInner";
2807
+ }
2808
+
2809
+ interface ComponentsPropsList {
2810
+ HCTemplateFilters: TemplateFiltersProps;
2811
+ }
2812
+
2813
+ interface Components<Theme = unknown> {
2814
+ HCTemplateFilters?: TemplateFiltersComponentOverride<Theme>;
2815
+ }
2816
+ }
2817
+
2818
+
2819
+
2820
+ declare module "@mui/material/styles" {
2821
+ interface ComponentNameToClassKey {
2822
+ HCRangeSelector:
2823
+ | "root"
2824
+ | "numberRow"
2825
+ | "numberRangeRow"
2826
+ | "numberInput"
2827
+ | "modeColumn"
2828
+ | "compositeRow"
2829
+ | "compositeCount"
2830
+ | "compositeChild"
2831
+ | "dateTrigger"
2832
+ | "dateTriggerText"
2833
+ | "dateTriggerArrow"
2834
+ | "dateLimitCaption"
2835
+ | "datePicker"
2836
+ | "dateUnitRow"
2837
+ | "dateUnitControl"
2838
+ | "dateRangeInput";
2839
+ }
2840
+
2841
+ interface ComponentsPropsList {
2842
+ HCRangeSelector: Partial<RangeSelectorProps>;
2843
+ }
2844
+
2845
+ interface Components<Theme = unknown> {
2846
+ HCRangeSelector?: RangeSelectorComponentOverride<Theme>;
2847
+ }
2848
+ }
2849
+
2850
+
2851
+
2852
+ declare module "@mui/material/styles" {
2853
+ interface ComponentNameToClassKey {
2854
+ HCTemplatePropertyFilters:
2855
+ | "root"
2856
+ | "accordion"
2857
+ | "accordionSummary"
2858
+ | "accordionTitle"
2859
+ | "accordionDetails"
2860
+ | "propertyContainer"
2861
+ | "propertyLabel"
2862
+ | "propertyRangeRow"
2863
+ | "propertyRangeSeparator"
2864
+ | "propertyEnumLabel"
2865
+ | "propertyEnumItem"
2866
+ | "propertyEnumCheckbox"
2867
+ | "propertyShowMoreButton"
2868
+ | "expandIcon"
2869
+ | "collapseIcon";
2870
+ }
2871
+
2872
+ interface ComponentsPropsList {
2873
+ HCTemplatePropertyFilters: TemplatePropertyFiltersProps;
2874
+ }
2875
+
2876
+ interface Components<Theme = unknown> {
2877
+ HCTemplatePropertyFilters?: TemplatePropertyFiltersComponentOverride<Theme>;
2878
+ }
2879
+ }
2880
+
2881
+
2882
+
2475
2883
  declare module "@mui/material/styles" {
2476
2884
  interface ComponentNameToClassKey {
2477
2885
  HCTimeline:
@@ -2494,6 +2902,34 @@ declare module "@mui/material/styles" {
2494
2902
 
2495
2903
 
2496
2904
 
2905
+ declare module "@mui/material/styles" {
2906
+ interface ComponentNameToClassKey {
2907
+ HCUploader:
2908
+ | "root"
2909
+ | "imageGrid"
2910
+ | "imageThumb"
2911
+ | "fileChip"
2912
+ | "chipIcon"
2913
+ | "dropArea"
2914
+ | "dropAreaIcon"
2915
+ | "dropAreaTitle"
2916
+ | "dropAreaCaption"
2917
+ | "previewDialog"
2918
+ | "previewCloseButton"
2919
+ | "previewImage";
2920
+ }
2921
+
2922
+ interface ComponentsPropsList {
2923
+ HCUploader: UploaderProps;
2924
+ }
2925
+
2926
+ interface Components<Theme = unknown> {
2927
+ HCUploader?: UploaderComponentOverride<Theme>;
2928
+ }
2929
+ }
2930
+
2931
+
2932
+
2497
2933
  declare module "@mui/material/styles" {
2498
2934
  interface ComponentNameToClassKey {
2499
2935
  HCWidget: "root" | "header" | "content" | "footer";