@reltio/components 1.4.1603 → 1.4.1604

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 (169) hide show
  1. package/cjs/HOCs/index.d.ts +2 -0
  2. package/cjs/HOCs/index.js +5 -1
  3. package/cjs/HOCs/withDateRangeSelector/helpers.d.ts +8 -0
  4. package/cjs/HOCs/withDateRangeSelector/helpers.js +21 -0
  5. package/cjs/HOCs/withDateRangeSelector/styles.d.ts +1 -0
  6. package/cjs/HOCs/withDateRangeSelector/styles.js +18 -0
  7. package/cjs/HOCs/withDateRangeSelector/withDateRangeSelector.d.ts +19 -0
  8. package/cjs/HOCs/withDateRangeSelector/withDateRangeSelector.js +114 -0
  9. package/cjs/HOCs/withDragHandle/styles.d.ts +1 -0
  10. package/cjs/HOCs/withDragHandle/styles.js +43 -0
  11. package/cjs/HOCs/withDragHandle/withDragHandle.d.ts +6 -0
  12. package/cjs/HOCs/withDragHandle/withDragHandle.js +33 -0
  13. package/cjs/components/ActionButton/styles.d.ts +1 -1
  14. package/cjs/components/AttributeSelector/AttributeSelector.js +2 -2
  15. package/cjs/components/BasicTableView/BasicTablePagination/BasicTablePagination.d.ts +15 -26
  16. package/cjs/components/BasicTableView/BasicTablePagination/BasicTablePagination.js +5 -16
  17. package/cjs/components/BasicTableView/BasicTablePagination/styles.d.ts +1 -1
  18. package/cjs/components/BasicTableView/BasicTablePagination/styles.js +20 -1
  19. package/cjs/components/BasicView/BasicView.d.ts +1 -1
  20. package/cjs/components/CollaborationItem/SendMessageArea/styles.d.ts +1 -1
  21. package/cjs/components/ConfirmationDialog/styles.d.ts +1 -1
  22. package/cjs/components/DateRangePicker/DateRangePicker.d.ts +0 -1
  23. package/cjs/components/DateRangePicker/DateRangePicker.js +9 -12
  24. package/cjs/components/DateRangePicker/styles.d.ts +1 -1
  25. package/cjs/components/DateRangePicker/styles.js +3 -29
  26. package/cjs/components/DropDownMenuButton/styles.d.ts +1 -1
  27. package/cjs/components/DropDownSelector/styles.d.ts +1 -1
  28. package/cjs/components/FacetViewHeader/styles.js +0 -2
  29. package/cjs/components/ImageGalleryDialog/styles.d.ts +1 -1
  30. package/cjs/components/MetadataTypesSelector/styles.d.ts +1 -1
  31. package/cjs/components/ModeSwitcherSelect/styles.d.ts +1 -1
  32. package/cjs/components/MultipleInput/styles.d.ts +1 -1
  33. package/cjs/components/MultipliableSelect/styles.d.ts +1 -1
  34. package/cjs/components/Popper/Popper.d.ts +1 -1
  35. package/cjs/components/PopupWithArrow/styles.d.ts +1 -1
  36. package/cjs/components/ProfileBandNavigation/ProfileBandNavigationWidget.d.ts +1 -1
  37. package/cjs/components/ProfilesList/styles.d.ts +1 -1
  38. package/cjs/components/ReactSelect/MultiSelect/MultiSelect.d.ts +2 -0
  39. package/cjs/components/ReactSelect/MultiSelect/MultiSelect.js +2 -0
  40. package/cjs/components/ReltioGridLayout/styles.js +2 -2
  41. package/cjs/components/ReltioMap/MapControls/TopRightMapControls/TopRightMapControls.d.ts +2 -2
  42. package/cjs/components/SmallIconButton/SmallIconButton.d.ts +1 -1
  43. package/cjs/components/SmallIconButton/index.d.ts +1 -1
  44. package/cjs/components/UserSelector/UserSelector.js +2 -2
  45. package/cjs/components/activityLog/ActivityFilterEditor/ActivityFilterEditor.js +12 -7
  46. package/cjs/components/activityLog/ActivityFilterEditor/ActivitySelector.js +2 -2
  47. package/cjs/components/activityLog/ActivityFilterEditor/DateRangeSelector.js +1 -1
  48. package/cjs/components/activityLog/ActivityFilterEditor/EntityTypesSelector.js +2 -2
  49. package/cjs/components/activityLog/ActivityFilterEditor/SourceSelector.js +2 -2
  50. package/cjs/components/activityLog/ActivityFilterEditor/styles.d.ts +2 -1
  51. package/cjs/components/activityLog/ActivityFilterEditor/styles.js +5 -5
  52. package/cjs/components/activityLog/ActivityLog/ActivityLog.d.ts +1 -7
  53. package/cjs/components/activityLog/ActivityLog/ActivityLog.js +10 -12
  54. package/cjs/components/activityLog/ActivityLog/items/ActivityItem/ActivityItem.js +7 -9
  55. package/cjs/components/activityLog/ActivityLog/items/ActivityItem/styles.d.ts +1 -1
  56. package/cjs/components/activityLog/ActivityLog/items/ActivityItem/styles.js +5 -4
  57. package/cjs/components/activityLog/ActivityLog/items/GroupItem/styles.js +2 -1
  58. package/cjs/components/activityLog/ActivityLog/styles.js +3 -2
  59. package/cjs/components/activityLog/ActivityLogFilter/styles.js +4 -3
  60. package/cjs/components/activityLog/activities/ActivityTitle/styles.js +1 -2
  61. package/cjs/components/attributes/DescriptionIcon/DescriptionIcon.d.ts +1 -1
  62. package/cjs/components/attributes/OvIcon/OvIcon.d.ts +1 -1
  63. package/cjs/components/attributes/inline/SimpleAttributeEditor/styles.d.ts +1 -1
  64. package/cjs/components/commonReactSelectComponents/arrowIndicatorStyles.d.ts +1 -1
  65. package/cjs/components/editors/BooleanRadioEditor/styles.d.ts +1 -1
  66. package/cjs/components/editors/CustomDateRangeEditor/CustomDateRangeEditor.js +6 -9
  67. package/cjs/components/editors/CustomDateRangeEditor/styles.d.ts +1 -1
  68. package/cjs/components/editors/DateEditor/styles.d.ts +1 -1
  69. package/cjs/components/editors/DateRangeEditor/DateRangeEditor.d.ts +28 -17
  70. package/cjs/components/editors/DateRangeEditor/DateRangeEditor.js +24 -72
  71. package/cjs/components/editors/DateRangeEditor/styles.d.ts +1 -1
  72. package/cjs/components/editors/DateRangeEditor/styles.js +0 -12
  73. package/cjs/components/editors/TimestampEditor/styles.d.ts +1 -1
  74. package/cjs/components/history/DateRangeSelector/DateRangeSelector.js +1 -1
  75. package/cjs/components/history/HistoryActivitySelector/HistoryActivitySelector.d.ts +2 -1
  76. package/cjs/components/history/HistoryActivitySelector/HistoryActivitySelector.js +7 -4
  77. package/cjs/components/history/HistoryFilterButton/HistoryFilterButton.js +14 -9
  78. package/cjs/components/history/HistoryFilterButton/styles.d.ts +1 -1
  79. package/cjs/components/history/HistoryFilterButton/styles.js +8 -13
  80. package/cjs/components/history/HistoryGraph/HistoryCircle.d.ts +1 -1
  81. package/cjs/components/history/HistoryGraph/HistoryGraph.d.ts +1 -1
  82. package/cjs/components/history/HistoryMenuButton/styles.d.ts +1 -1
  83. package/esm/HOCs/index.d.ts +2 -0
  84. package/esm/HOCs/index.js +2 -0
  85. package/esm/HOCs/withDateRangeSelector/helpers.d.ts +8 -0
  86. package/esm/HOCs/withDateRangeSelector/helpers.js +17 -0
  87. package/esm/HOCs/withDateRangeSelector/styles.d.ts +1 -0
  88. package/esm/HOCs/withDateRangeSelector/styles.js +15 -0
  89. package/esm/HOCs/withDateRangeSelector/withDateRangeSelector.d.ts +19 -0
  90. package/esm/HOCs/withDateRangeSelector/withDateRangeSelector.js +86 -0
  91. package/esm/HOCs/withDragHandle/styles.d.ts +1 -0
  92. package/esm/HOCs/withDragHandle/styles.js +40 -0
  93. package/esm/HOCs/withDragHandle/withDragHandle.d.ts +6 -0
  94. package/esm/HOCs/withDragHandle/withDragHandle.js +28 -0
  95. package/esm/components/ActionButton/styles.d.ts +1 -1
  96. package/esm/components/AttributeSelector/AttributeSelector.js +2 -2
  97. package/esm/components/BasicTableView/BasicTablePagination/BasicTablePagination.d.ts +15 -26
  98. package/esm/components/BasicTableView/BasicTablePagination/BasicTablePagination.js +6 -17
  99. package/esm/components/BasicTableView/BasicTablePagination/styles.d.ts +1 -1
  100. package/esm/components/BasicTableView/BasicTablePagination/styles.js +20 -1
  101. package/esm/components/BasicView/BasicView.d.ts +1 -1
  102. package/esm/components/CollaborationItem/SendMessageArea/styles.d.ts +1 -1
  103. package/esm/components/ConfirmationDialog/styles.d.ts +1 -1
  104. package/esm/components/DateRangePicker/DateRangePicker.d.ts +0 -1
  105. package/esm/components/DateRangePicker/DateRangePicker.js +9 -12
  106. package/esm/components/DateRangePicker/styles.d.ts +1 -1
  107. package/esm/components/DateRangePicker/styles.js +3 -29
  108. package/esm/components/DropDownMenuButton/styles.d.ts +1 -1
  109. package/esm/components/DropDownSelector/styles.d.ts +1 -1
  110. package/esm/components/FacetViewHeader/styles.js +0 -2
  111. package/esm/components/ImageGalleryDialog/styles.d.ts +1 -1
  112. package/esm/components/MetadataTypesSelector/styles.d.ts +1 -1
  113. package/esm/components/ModeSwitcherSelect/styles.d.ts +1 -1
  114. package/esm/components/MultipleInput/styles.d.ts +1 -1
  115. package/esm/components/MultipliableSelect/styles.d.ts +1 -1
  116. package/esm/components/Popper/Popper.d.ts +1 -1
  117. package/esm/components/PopupWithArrow/styles.d.ts +1 -1
  118. package/esm/components/ProfileBandNavigation/ProfileBandNavigationWidget.d.ts +1 -1
  119. package/esm/components/ProfilesList/styles.d.ts +1 -1
  120. package/esm/components/ReactSelect/MultiSelect/MultiSelect.d.ts +2 -0
  121. package/esm/components/ReactSelect/MultiSelect/MultiSelect.js +2 -0
  122. package/esm/components/ReltioGridLayout/styles.js +2 -2
  123. package/esm/components/ReltioMap/MapControls/TopRightMapControls/TopRightMapControls.d.ts +2 -2
  124. package/esm/components/SmallIconButton/SmallIconButton.d.ts +1 -1
  125. package/esm/components/SmallIconButton/index.d.ts +1 -1
  126. package/esm/components/UserSelector/UserSelector.js +2 -2
  127. package/esm/components/activityLog/ActivityFilterEditor/ActivityFilterEditor.js +12 -7
  128. package/esm/components/activityLog/ActivityFilterEditor/ActivitySelector.js +2 -2
  129. package/esm/components/activityLog/ActivityFilterEditor/DateRangeSelector.js +1 -1
  130. package/esm/components/activityLog/ActivityFilterEditor/EntityTypesSelector.js +2 -2
  131. package/esm/components/activityLog/ActivityFilterEditor/SourceSelector.js +2 -2
  132. package/esm/components/activityLog/ActivityFilterEditor/styles.d.ts +2 -1
  133. package/esm/components/activityLog/ActivityFilterEditor/styles.js +5 -5
  134. package/esm/components/activityLog/ActivityLog/ActivityLog.d.ts +1 -7
  135. package/esm/components/activityLog/ActivityLog/ActivityLog.js +10 -12
  136. package/esm/components/activityLog/ActivityLog/items/ActivityItem/ActivityItem.js +7 -9
  137. package/esm/components/activityLog/ActivityLog/items/ActivityItem/styles.d.ts +1 -1
  138. package/esm/components/activityLog/ActivityLog/items/ActivityItem/styles.js +5 -4
  139. package/esm/components/activityLog/ActivityLog/items/GroupItem/styles.js +2 -1
  140. package/esm/components/activityLog/ActivityLog/styles.js +3 -2
  141. package/esm/components/activityLog/ActivityLogFilter/styles.js +4 -3
  142. package/esm/components/activityLog/activities/ActivityTitle/styles.js +1 -2
  143. package/esm/components/attributes/DescriptionIcon/DescriptionIcon.d.ts +1 -1
  144. package/esm/components/attributes/OvIcon/OvIcon.d.ts +1 -1
  145. package/esm/components/attributes/inline/SimpleAttributeEditor/styles.d.ts +1 -1
  146. package/esm/components/commonReactSelectComponents/arrowIndicatorStyles.d.ts +1 -1
  147. package/esm/components/editors/BooleanRadioEditor/styles.d.ts +1 -1
  148. package/esm/components/editors/CustomDateRangeEditor/CustomDateRangeEditor.js +6 -9
  149. package/esm/components/editors/CustomDateRangeEditor/styles.d.ts +1 -1
  150. package/esm/components/editors/DateEditor/styles.d.ts +1 -1
  151. package/esm/components/editors/DateRangeEditor/DateRangeEditor.d.ts +28 -17
  152. package/esm/components/editors/DateRangeEditor/DateRangeEditor.js +26 -74
  153. package/esm/components/editors/DateRangeEditor/styles.d.ts +1 -1
  154. package/esm/components/editors/DateRangeEditor/styles.js +0 -12
  155. package/esm/components/editors/TimestampEditor/styles.d.ts +1 -1
  156. package/esm/components/history/DateRangeSelector/DateRangeSelector.js +1 -1
  157. package/esm/components/history/HistoryActivitySelector/HistoryActivitySelector.d.ts +2 -1
  158. package/esm/components/history/HistoryActivitySelector/HistoryActivitySelector.js +7 -4
  159. package/esm/components/history/HistoryFilterButton/HistoryFilterButton.js +14 -9
  160. package/esm/components/history/HistoryFilterButton/styles.d.ts +1 -1
  161. package/esm/components/history/HistoryFilterButton/styles.js +8 -13
  162. package/esm/components/history/HistoryGraph/HistoryCircle.d.ts +1 -1
  163. package/esm/components/history/HistoryGraph/HistoryGraph.d.ts +1 -1
  164. package/esm/components/history/HistoryMenuButton/styles.d.ts +1 -1
  165. package/package.json +3 -3
  166. package/cjs/components/editors/DateRangeEditor/helpers.d.ts +0 -9
  167. package/cjs/components/editors/DateRangeEditor/helpers.js +0 -24
  168. package/esm/components/editors/DateRangeEditor/helpers.d.ts +0 -9
  169. package/esm/components/editors/DateRangeEditor/helpers.js +0 -20
@@ -1,40 +1,14 @@
1
1
  import { makeStyles } from '@mui/styles';
2
- export var useStyles = makeStyles(function (theme) { return ({
2
+ export var useStyles = makeStyles({
3
3
  container: {
4
4
  display: 'flex',
5
5
  flexDirection: 'column',
6
6
  minHeight: '182px'
7
7
  },
8
- header: {
9
- display: 'flex',
10
- paddingLeft: '10px',
11
- backgroundColor: '#FFFFFF'
12
- },
13
- title: {
14
- marginLeft: '10px',
15
- color: theme.palette.text.primary,
16
- fontSize: '20px',
17
- fontWeight: 500,
18
- letterSpacing: '0.25px',
19
- lineHeight: '24px'
20
- },
21
8
  dateRangeContainer: {
22
- display: 'flex',
23
- flexGrow: 1,
24
- whiteSpace: 'nowrap',
25
- cursor: 'default',
26
- paddingTop: '8px'
9
+ padding: '0px 16px'
27
10
  },
28
11
  dateInput: {
29
12
  margin: '0 7px'
30
- },
31
- actionButtons: {
32
- display: 'flex',
33
- justifyContent: 'flex-end',
34
- height: '48px',
35
- margin: '0px 8px'
36
- },
37
- button: {
38
- width: '96px'
39
13
  }
40
- }); });
14
+ });
@@ -1 +1 @@
1
- export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"selected" | "menuItem" | "paper" | "menuText" | "buttonRoot">;
1
+ export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"selected" | "paper" | "menuItem" | "menuText" | "buttonRoot">;
@@ -1,4 +1,4 @@
1
- export const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"control" | "formControl" | "filledInputUnderline" | "inputLabel" | "valueContainer" | "dropdownIndicator" | "filledInputRoot">;
1
+ export const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"filledInputUnderline" | "inputLabel" | "control" | "formControl" | "valueContainer" | "dropdownIndicator" | "filledInputRoot">;
2
2
  export namespace customStyles {
3
3
  function menu(baseStyles: any): any;
4
4
  function menuList(baseStyles: any): any;
@@ -7,8 +7,6 @@ export var useStyles = makeStyles({
7
7
  title: {
8
8
  fontSize: '16px',
9
9
  lineHeight: '19px',
10
- paddingTop: '16px',
11
- paddingBottom: '13px',
12
10
  justifyContent: 'flex-start'
13
11
  }
14
12
  });
@@ -1 +1 @@
1
- export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"content" | "toolbar" | "backdrop" | "paper" | "closeIcon" | "appBar" | "closeButton" | "headerLeft" | "headerCenter" | "headerRight" | "modeSwitcher">;
1
+ export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"content" | "toolbar" | "paper" | "backdrop" | "closeIcon" | "appBar" | "closeButton" | "headerLeft" | "headerCenter" | "headerRight" | "modeSwitcher">;
@@ -1 +1 @@
1
- export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"icon" | "input" | "root" | "inputRoot" | "inputLabel" | "inputText" | "emptyInput" | "disabledInput" | "disabledPointer" | "disabledUnderline" | "popup-opened-icon">;
1
+ export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"icon" | "input" | "root" | "inputLabel" | "inputRoot" | "inputText" | "emptyInput" | "disabledInput" | "disabledPointer" | "disabledUnderline" | "popup-opened-icon">;
@@ -1 +1 @@
1
- export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"root" | "outlined" | "menuItem" | "currentValue" | "arrowIcon" | "currentValueIcon" | "currentValueText" | "firstMenuItemButton" | "menuItemInner" | "menuItemIcon" | "menuItemLabel" | "menuItemDescription">;
1
+ export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"outlined" | "root" | "menuItem" | "currentValue" | "arrowIcon" | "currentValueIcon" | "currentValueText" | "firstMenuItemButton" | "menuItemInner" | "menuItemIcon" | "menuItemLabel" | "menuItemDescription">;
@@ -1 +1 @@
1
- export const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"isCrossedOut" | "inputRoot" | "autosizeInput">;
1
+ export const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"inputRoot" | "isCrossedOut" | "autosizeInput">;
@@ -1 +1 @@
1
- export const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"multiSelect" | "chips" | "isCrossedOut">;
1
+ export const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"isCrossedOut" | "multiSelect" | "chips">;
@@ -13,5 +13,5 @@ declare const Popper: React.ForwardRefExoticComponent<Pick<Omit<import("@mui/bas
13
13
  anchorEl?: HTMLElement | null;
14
14
  excludeAnchorFromBackdrop?: boolean;
15
15
  onClose?: () => void;
16
- }, "open" | "title" | "id" | "hidden" | "key" | "children" | "defaultValue" | "prefix" | "results" | "slot" | "style" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "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-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" | "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" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "container" | "transition" | "component" | "components" | "componentsProps" | "onClose" | "placement" | "slotProps" | "slots" | "anchorEl" | "disablePortal" | "keepMounted" | "modifiers" | "popperOptions" | "popperRef" | "modal" | "excludeAnchorFromBackdrop"> & React.RefAttributes<HTMLDivElement>>;
16
+ }, "open" | "title" | "id" | "hidden" | "key" | "children" | "defaultValue" | "prefix" | "results" | "slot" | "style" | "color" | "translate" | "container" | "transition" | "className" | "sx" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "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-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" | "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" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "placeholder" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "security" | "unselectable" | "inputMode" | "is" | "components" | "componentsProps" | "slotProps" | "slots" | "onClose" | "component" | "disablePortal" | "keepMounted" | "anchorEl" | "placement" | "modifiers" | "popperOptions" | "popperRef" | "modal" | "excludeAnchorFromBackdrop"> & React.RefAttributes<HTMLDivElement>>;
17
17
  export default Popper;
@@ -1 +1 @@
1
- export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"popper" | "arrow" | "paper">;
1
+ export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"popper" | "paper" | "arrow">;
@@ -17,7 +17,7 @@ declare const LinkWithTooltip: React.ForwardRefExoticComponent<import("prop-type
17
17
  variant?: import("@mui/types").OverridableStringUnion<"inherit" | import("@mui/material").TypographyVariant, import("@mui/material").TypographyPropsVariantOverrides>;
18
18
  } & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "key" | keyof React.AnchorHTMLAttributes<HTMLAnchorElement>> & {
19
19
  ref?: React.Ref<HTMLAnchorElement>;
20
- }, "m" | "visibility" | "type" | "title" | "id" | "hidden" | "key" | "children" | "defaultValue" | "prefix" | "order" | "width" | "minHeight" | "maxHeight" | "height" | "flex" | "minWidth" | "maxWidth" | "top" | "right" | "left" | "position" | "referrerPolicy" | "results" | "p" | "slot" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | keyof import("@mui/material/OverridableComponent").CommonProps | "contentEditable" | "contextMenu" | "dir" | "draggable" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "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-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" | "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" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "border" | "boxShadow" | "fontWeight" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "bgcolor" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "underline" | "download" | "href" | "hrefLang" | "media" | "ping" | "rel" | "target" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variant" | "variantMapping" | "TypographyClasses"> & {
20
+ }, "m" | "visibility" | "type" | "title" | "id" | "hidden" | "key" | "children" | "defaultValue" | "prefix" | "order" | "width" | "minHeight" | "maxHeight" | "height" | "flex" | "minWidth" | "maxWidth" | "top" | "right" | "left" | "position" | "referrerPolicy" | "results" | "p" | "slot" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "color" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "translate" | "whiteSpace" | "zIndex" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "underline" | keyof import("@mui/material/OverridableComponent").CommonProps | "sx" | "lang" | "media" | "target" | "role" | "tabIndex" | "href" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "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-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" | "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" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "placeholder" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "security" | "unselectable" | "inputMode" | "is" | "hrefLang" | "rel" | "download" | "ping" | "align" | "variant" | "bgcolor" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping" | "TypographyClasses"> & {
21
21
  component: string;
22
22
  }>;
23
23
  type Props = {
@@ -1 +1 @@
1
- export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"label" | "secondaryLabel" | "item" | "image" | "inactive" | "info" | "selected" | "avatar" | "clickable" | "highlighted" | "businessCard" | "@keyframes animate" | "justImported" | "secondRow">;
1
+ export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"label" | "secondaryLabel" | "item" | "image" | "inactive" | "selected" | "info" | "avatar" | "clickable" | "highlighted" | "businessCard" | "@keyframes animate" | "justImported" | "secondRow">;
@@ -105,6 +105,8 @@ declare namespace MultiSelect {
105
105
  export const getOptions: PropTypes.Requireable<(...args: any[]) => any>;
106
106
  export const menuPlacement: PropTypes.Requireable<string>;
107
107
  export const menuPortalTarget: PropTypes.Requireable<object>;
108
+ export const menuShouldBlockScroll: PropTypes.Requireable<boolean>;
109
+ export const captureMenuScroll: PropTypes.Requireable<boolean>;
108
110
  export const getOptionValue: PropTypes.Requireable<(...args: any[]) => any>;
109
111
  export const isSearchable: PropTypes.Requireable<boolean>;
110
112
  export const inputRef: PropTypes.Requireable<PropTypes.InferProps<{
@@ -204,6 +204,8 @@ MultiSelect.propTypes = {
204
204
  getOptions: PropTypes.func,
205
205
  menuPlacement: PropTypes.string,
206
206
  menuPortalTarget: PropTypes.object,
207
+ menuShouldBlockScroll: PropTypes.bool,
208
+ captureMenuScroll: PropTypes.bool,
207
209
  getOptionValue: PropTypes.func,
208
210
  isSearchable: PropTypes.bool,
209
211
  inputRef: PropTypes.shape({ current: PropTypes.object })
@@ -37,8 +37,8 @@ export var useStyles = makeStyles(function (_) { return ({
37
37
  },
38
38
  '& .react-resizable-handle': {
39
39
  position: 'absolute',
40
- width: '17px',
41
- height: '17px',
40
+ width: '14px',
41
+ height: '14px',
42
42
  bottom: 0,
43
43
  right: 0,
44
44
  zIndex: 20,
@@ -18,7 +18,7 @@ export declare const ButtonWithTooltip: React.ForwardRefExoticComponent<import("
18
18
  endIcon?: React.ReactNode;
19
19
  fullWidth?: boolean;
20
20
  href?: string;
21
- size?: import("@mui/types").OverridableStringUnion<"small" | "large" | "medium", import("@mui/material/Button").ButtonPropsSizeOverrides>;
21
+ size?: import("@mui/types").OverridableStringUnion<"small" | "medium" | "large", import("@mui/material/Button").ButtonPropsSizeOverrides>;
22
22
  startIcon?: React.ReactNode;
23
23
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme>;
24
24
  variant?: import("@mui/types").OverridableStringUnion<"text" | "outlined" | "contained", import("@mui/material/Button").ButtonPropsVariantOverrides>;
@@ -40,7 +40,7 @@ export declare const ButtonWithTooltip: React.ForwardRefExoticComponent<import("
40
40
  touchRippleRef?: React.Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions>;
41
41
  }, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "key" | keyof React.ButtonHTMLAttributes<HTMLButtonElement>> & {
42
42
  ref?: React.Ref<HTMLButtonElement>;
43
- }, "children" | "size" | "action" | keyof import("@mui/material/OverridableComponent").CommonProps | "tabIndex" | "color" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "sx" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "href" | "variant" | "fullWidth" | "disableElevation" | "endIcon" | "startIcon">>;
43
+ }, "children" | "size" | "action" | "color" | "disabled" | keyof import("@mui/material/OverridableComponent").CommonProps | "sx" | "tabIndex" | "href" | "fullWidth" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "disableElevation" | "endIcon" | "startIcon">>;
44
44
  type Props = {
45
45
  onDrawingModeChanged: (value: DrawingMode | null) => void;
46
46
  drawingMode: DrawingMode | null;
@@ -5,5 +5,5 @@ declare const _default: React.JSXElementConstructor<Omit<Pick<Omit<IconButtonPro
5
5
  iconClassName?: string;
6
6
  icon?: React.ElementType<any>;
7
7
  size?: "M" | "L" | "XXS" | "XS" | "S" | "MPlus" | "XL";
8
- }, "value" | "type" | "title" | "id" | "name" | "hidden" | "icon" | "key" | "children" | "defaultValue" | "size" | "prefix" | "action" | "results" | "form" | "slot" | "style" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "classes" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "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-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" | "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" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "sx" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "iconClassName"> & React.RefAttributes<HTMLButtonElement>, "classes"> & import("@mui/styles/withStyles").StyledComponentProps<"disabled" | "rootAll" | "rootXXS" | "iconXXS" | "rootXS" | "iconXS" | "rootS" | "iconS" | "rootM" | "rootMPlus" | "rootL" | "rootXL"> & object>;
8
+ }, "value" | "type" | "title" | "id" | "name" | "hidden" | "icon" | "key" | "children" | "defaultValue" | "size" | "prefix" | "action" | "results" | "form" | "slot" | "style" | "color" | "translate" | "disabled" | "className" | "classes" | "sx" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "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-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" | "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" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "placeholder" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "security" | "unselectable" | "inputMode" | "is" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge" | "iconClassName"> & React.RefAttributes<HTMLButtonElement>, "classes"> & import("@mui/styles/withStyles").StyledComponentProps<"disabled" | "rootAll" | "rootXXS" | "iconXXS" | "rootXS" | "iconXS" | "rootS" | "iconS" | "rootM" | "rootMPlus" | "rootL" | "rootXL"> & object>;
9
9
  export default _default;
@@ -13,5 +13,5 @@ declare const SmallIconButtonWithTooltip: import("react").ForwardRefExoticCompon
13
13
  iconClassName?: string;
14
14
  icon?: import("react").ElementType<any>;
15
15
  size?: "M" | "L" | "XXS" | "XS" | "S" | "MPlus" | "XL";
16
- }, "value" | "type" | "title" | "id" | "name" | "hidden" | "icon" | "key" | "children" | "defaultValue" | "size" | "prefix" | "action" | "results" | "form" | "slot" | "style" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "classes" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "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-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" | "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" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "sx" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "iconClassName"> & import("react").RefAttributes<HTMLButtonElement>, "classes"> & import("@mui/styles").StyledComponentProps<"disabled" | "rootAll" | "rootXXS" | "iconXXS" | "rootXS" | "iconXS" | "rootS" | "iconS" | "rootM" | "rootMPlus" | "rootL" | "rootXL"> & object>;
16
+ }, "value" | "type" | "title" | "id" | "name" | "hidden" | "icon" | "key" | "children" | "defaultValue" | "size" | "prefix" | "action" | "results" | "form" | "slot" | "style" | "color" | "translate" | "disabled" | "className" | "classes" | "sx" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "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-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" | "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" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "placeholder" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "security" | "unselectable" | "inputMode" | "is" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge" | "iconClassName"> & import("react").RefAttributes<HTMLButtonElement>, "classes"> & import("@mui/styles").StyledComponentProps<"disabled" | "rootAll" | "rootXXS" | "iconXXS" | "rootXS" | "iconXS" | "rootS" | "iconS" | "rootM" | "rootMPlus" | "rootL" | "rootXL"> & object>;
17
17
  export { SmallIconButton, SmallIconButtonWithTooltip };
@@ -26,13 +26,13 @@ var UserSelector = function (_a) {
26
26
  }
27
27
  return cachedRequest.current.then(pipe(pluck('username'), filterUsers(inputValue), prepareValues));
28
28
  };
29
- return (React.createElement("div", { className: classnames(styles.root, className) },
29
+ return (React.createElement("div", { className: classnames(styles.root, className), "data-reltio-id": "user-selector" },
30
30
  React.createElement(Typography, { className: styles.title, variant: 'subtitle1' }, i18n.text('User')),
31
31
  React.createElement(MultiSelect, { value: prepareValues(selectedUsers), onChange: pipe(defaultTo([]), pluck('value'), onChange), defaultOptions: true, getOptions: getOptions, TextFieldProps: {
32
32
  InputProps: { disableUnderline: disableUnderline },
33
33
  className: styles.dropDownInput
34
34
  }, components: {
35
35
  DropdownIndicator: DropdownIndicatorWithIconButton
36
- }, styles: customStyles, classes: styles, menuPortalTarget: document.body })));
36
+ }, styles: customStyles, classes: styles, menuPortalTarget: document.body, menuShouldBlockScroll: true, captureMenuScroll: false })));
37
37
  };
38
38
  export default UserSelector;
@@ -6,6 +6,9 @@ import i18n from 'ui-i18n';
6
6
  import Button from '@mui/material/Button';
7
7
  import Popover from '@mui/material/Popover';
8
8
  import Divider from '@mui/material/Divider';
9
+ import DialogActions from '@mui/material/DialogActions';
10
+ import DialogContent from '@mui/material/DialogContent';
11
+ import DialogTitle from '@mui/material/DialogTitle';
9
12
  import { ActivityTypes } from '../types';
10
13
  import { getSelectorActivityTypes } from './utils/getSelectorActivityTypes';
11
14
  import ActivitySelector from './ActivitySelector';
@@ -29,13 +32,15 @@ var ActivityFilterEditor = function (_a) {
29
32
  var _c = currentFilter || {}, _d = _c.activities, activities = _d === void 0 ? [] : _d, _e = _c.dateRange, dateRange = _e === void 0 ? null : _e, _f = _c.users, users = _f === void 0 ? [] : _f;
30
33
  var isEntityChangedActivity = activities.length === 1 && activities.includes(ActivityTypes.ENTITY_CHANGED);
31
34
  return (React.createElement(Popover, { open: open, anchorEl: anchorEl, onClose: onCancel, classes: { paper: styles.container }, anchorOrigin: { vertical: 'bottom', horizontal: 'right' }, transformOrigin: { vertical: 'top', horizontal: 'right' } },
32
- React.createElement(ActivitySelector, { activityTypes: getSelectorActivityTypes(metadata, entityType), selectedActivityTypes: activities, onChange: handlePropChange('activities') }),
33
- isEntityChangedActivity && (React.createElement(EntityChangedSelectors, { filter: currentFilter, entityType: entityType, onPropChange: handlePropChange })),
34
- React.createElement(Divider, { light: true, className: styles.divider }),
35
- React.createElement(DateRangeSelector, { value: dateRange, onChange: handlePropChange('dateRange') }),
36
- React.createElement(Divider, { light: true, className: styles.divider }),
37
- React.createElement(UserSelector, { selectedUsers: users, onChange: handlePropChange('users'), disableUnderline: true }),
38
- React.createElement("div", { className: styles.filterControls },
35
+ React.createElement(DialogTitle, null, i18n.text('Filter')),
36
+ React.createElement(DialogContent, { dividers: true, className: styles.editorFields },
37
+ React.createElement(ActivitySelector, { activityTypes: getSelectorActivityTypes(metadata, entityType), selectedActivityTypes: activities, onChange: handlePropChange('activities') }),
38
+ isEntityChangedActivity && (React.createElement(EntityChangedSelectors, { filter: currentFilter, entityType: entityType, onPropChange: handlePropChange })),
39
+ React.createElement(Divider, { light: true, className: styles.divider }),
40
+ React.createElement(DateRangeSelector, { value: dateRange, onChange: handlePropChange('dateRange') }),
41
+ React.createElement(Divider, { light: true, className: styles.divider }),
42
+ React.createElement(UserSelector, { selectedUsers: users, onChange: handlePropChange('users'), disableUnderline: true })),
43
+ React.createElement(DialogActions, null,
39
44
  React.createElement(Button, { onClick: pipe(clearCurrentFilter, onClear), className: styles.clearButton }, i18n.text('Clear all')),
40
45
  React.createElement(Button, { onClick: onCancel }, i18n.text('Cancel')),
41
46
  React.createElement(Button, { color: "primary", onClick: function () { return onApply(currentFilter); } }, i18n.text('Apply')))));
@@ -15,14 +15,14 @@ var ActivitySelector = function (_a) {
15
15
  var prepareValues = function (values) { return values.map(valueToOption); };
16
16
  var showHint = selectedActivityTypes.length > 1 && selectedActivityTypes.includes(ActivityTypes.ENTITY_CHANGED);
17
17
  var options = pipe(sortBy(function (option) { return getActivityLabel(option); }), prepareValues)(activityTypes);
18
- return (React.createElement("div", { className: styles.selectorWrapper },
18
+ return (React.createElement("div", { className: styles.selectorWrapper, "data-reltio-id": "activity-selector" },
19
19
  React.createElement(Typography, { className: classnames(styles.filterSubtitle, styles.labels), variant: 'subtitle1' }, i18n.text('Activity')),
20
20
  React.createElement(MultiSelect, { value: prepareValues(selectedActivityTypes), onChange: pipe(defaultTo([]), pluck('value'), onChange), options: options, TextFieldProps: {
21
21
  InputProps: { disableUnderline: true },
22
22
  classes: { root: styles.dropDownInput }
23
23
  }, components: {
24
24
  DropdownIndicator: DropdownIndicatorWithIconButton
25
- }, styles: customStyles, classes: styles, menuPlacement: "bottom" }),
25
+ }, styles: customStyles, classes: styles, menuPlacement: "bottom", menuPortalTarget: document.body, menuShouldBlockScroll: true, captureMenuScroll: false }),
26
26
  showHint && (React.createElement("span", { className: styles.selectorHint }, i18n.text('One at a time! Select a single Activity and any of its filters -OR- multiple Activities with no filters.')))));
27
27
  };
28
28
  export default ActivitySelector;
@@ -79,7 +79,7 @@ var DateRangeSelector = function (_a) {
79
79
  setAgoInterval(emptyInterval);
80
80
  }
81
81
  }, [value]);
82
- return (React.createElement("div", { className: styles.selectorWrapper },
82
+ return (React.createElement("div", { className: styles.selectorWrapper, "data-reltio-id": "date-range-selector" },
83
83
  React.createElement(Typography, { className: classnames(styles.filterSubtitle, styles.labels), variant: 'subtitle1' }, i18n.text('Date')),
84
84
  React.createElement(RadioGroup, { value: (value === null || value === void 0 ? void 0 : value.type) || null, onChange: pipe(getValue, changeType) },
85
85
  React.createElement("div", { className: styles.dateOptionWithin },
@@ -12,13 +12,13 @@ var EntityTypesSelector = function (_a) {
12
12
  var valueToOption = function (entityType) { return ({ value: entityType.uri, label: entityType.label, entityType: entityType }); };
13
13
  var prepareValues = function (values) { return values.map(valueToOption); };
14
14
  var options = pipe(sortBy(function (option) { return option.label; }), prepareValues)(entityTypes);
15
- return (React.createElement("div", { className: styles.selectorWrapper },
15
+ return (React.createElement("div", { className: styles.selectorWrapper, "data-reltio-id": "entity-types-selector" },
16
16
  React.createElement(Typography, { className: classnames(styles.filterSubtitle, styles.labels), variant: 'subtitle1' }, i18n.text('Type')),
17
17
  React.createElement(MultiSelect, { value: prepareValues(selectedEntityTypes), onChange: pipe(defaultTo([]), pluck('entityType'), onChange), options: options, TextFieldProps: {
18
18
  InputProps: { disableUnderline: true },
19
19
  classes: { root: styles.dropDownInput }
20
20
  }, components: {
21
21
  DropdownIndicator: DropdownIndicatorWithIconButton
22
- }, styles: customStyles, classes: styles, menuPlacement: "bottom" })));
22
+ }, styles: customStyles, classes: styles, menuPlacement: "bottom", menuPortalTarget: document.body, menuShouldBlockScroll: true, captureMenuScroll: false })));
23
23
  };
24
24
  export default EntityTypesSelector;
@@ -13,13 +13,13 @@ var SourceSelector = function (_a) {
13
13
  var styles = useStyles();
14
14
  var metadata = useSelector(mdmModule.selectors.getMetadata);
15
15
  var options = sortBy(function (option) { return option.label; })(metadata.sources);
16
- return (React.createElement("div", { className: styles.selectorWrapper },
16
+ return (React.createElement("div", { className: styles.selectorWrapper, "data-reltio-id": "source-selector" },
17
17
  React.createElement(Typography, { className: classnames(styles.filterSubtitle, styles.labels), variant: 'subtitle1' }, i18n.text('Source')),
18
18
  React.createElement(MultiSelect, { value: selectedSources, onChange: pipe(defaultTo([]), onChange), options: options, TextFieldProps: {
19
19
  InputProps: { disableUnderline: true },
20
20
  classes: { root: styles.dropDownInput }
21
21
  }, components: {
22
22
  DropdownIndicator: DropdownIndicatorWithIconButton
23
- }, styles: customStyles, classes: styles, getOptionValue: prop('abbreviation'), menuPlacement: "bottom" })));
23
+ }, styles: customStyles, classes: styles, getOptionValue: prop('abbreviation'), menuPlacement: "bottom", menuPortalTarget: document.body, menuShouldBlockScroll: true, captureMenuScroll: false })));
24
24
  };
25
25
  export default SourceSelector;
@@ -1,4 +1,5 @@
1
1
  export declare const customStyles: {
2
2
  input: (currentStyles: any) => any;
3
+ menuPortal: (currentStyles: any) => any;
3
4
  };
4
- export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"option" | "labels" | "container" | "divider" | "filterSubtitle" | "agoLabel" | "dateOption" | "dateOptionAgo" | "dateOptionWithin" | "dateOptionLabel" | "dropDownInput" | "filterControls" | "clearButton" | "selectorWrapper" | "selectorsGroup" | "selectorHint">;
5
+ export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"option" | "labels" | "container" | "divider" | "filterSubtitle" | "agoLabel" | "dateOption" | "dateOptionAgo" | "dateOptionWithin" | "dateOptionLabel" | "dropDownInput" | "editorFields" | "clearButton" | "selectorWrapper" | "selectorsGroup" | "selectorHint">;
@@ -11,11 +11,11 @@ var __assign = (this && this.__assign) || function () {
11
11
  };
12
12
  import { makeStyles } from '@mui/styles';
13
13
  export var customStyles = {
14
- input: function (currentStyles) { return (__assign(__assign({}, currentStyles), { fontSize: '14px' })); }
14
+ input: function (currentStyles) { return (__assign(__assign({}, currentStyles), { fontSize: '14px' })); },
15
+ menuPortal: function (currentStyles) { return (__assign(__assign({}, currentStyles), { zIndex: 1300 })); }
15
16
  };
16
17
  export var useStyles = makeStyles({
17
18
  container: {
18
- padding: 16,
19
19
  width: 500,
20
20
  boxSizing: 'border-box'
21
21
  },
@@ -53,9 +53,9 @@ export var useStyles = makeStyles({
53
53
  backgroundColor: 'rgba(0, 0, 0, 0.03)',
54
54
  borderTop: '4px'
55
55
  },
56
- filterControls: {
57
- display: 'flex',
58
- paddingTop: '30px'
56
+ editorFields: {
57
+ maxHeight: 400,
58
+ borderColor: 'rgba(0,0,0,0.12)'
59
59
  },
60
60
  clearButton: {
61
61
  marginRight: 'auto'
@@ -3,12 +3,6 @@ type Props = {
3
3
  width: number;
4
4
  height: number;
5
5
  activities: unknown[];
6
- count: number;
7
- page: number;
8
- onChangePage: (page: number) => void;
9
- rowsPerPage: number;
10
- onChangeRowsPerPage: (rowsPerPage: number) => void;
11
- rowsPerPageOptions: number[];
12
6
  };
13
- declare const ActivityLog: ({ width, height, activities, count, page, onChangePage, rowsPerPage, onChangeRowsPerPage, rowsPerPageOptions }: Props) => JSX.Element;
7
+ declare const ActivityLog: ({ width, height, activities }: Props) => JSX.Element;
14
8
  export default ActivityLog;
@@ -1,5 +1,4 @@
1
1
  import React, { useCallback, useEffect, useMemo, useState } from 'react';
2
- import i18n from 'ui-i18n';
3
2
  import classnames from 'classnames';
4
3
  import { adjust, evolve, filter, map, not, pipe } from 'ramda';
5
4
  import { buildGroupedItems, flattenGroupedItems, getItemKey, isGroupItem } from './helpers';
@@ -8,12 +7,10 @@ import { removeIgnoredItems } from '../utils/activities';
8
7
  import GroupItem from './items/GroupItem/GroupItem';
9
8
  import ActivityItem from './items/ActivityItem/ActivityItem';
10
9
  import AutoSizeList from '../../AutoSizeList/AutoSizeList';
11
- import BasicTablePagination from '../../BasicTableView/BasicTablePagination/BasicTablePagination';
12
10
  import { CollapsibleItemsProvider } from '../contexts/CollapsibleItemsContext';
13
11
  import { useStyles } from './styles';
14
- var PAGINATION_HEIGHT = 60;
15
12
  var ActivityLog = function (_a) {
16
- var width = _a.width, height = _a.height, activities = _a.activities, count = _a.count, page = _a.page, onChangePage = _a.onChangePage, rowsPerPage = _a.rowsPerPage, onChangeRowsPerPage = _a.onChangeRowsPerPage, rowsPerPageOptions = _a.rowsPerPageOptions;
13
+ var width = _a.width, height = _a.height, activities = _a.activities;
17
14
  var styles = useStyles();
18
15
  var _b = useState([]), groupedItems = _b[0], setGroupedItems = _b[1];
19
16
  var toggleGroupedItem = function (index) {
@@ -30,17 +27,18 @@ var ActivityLog = function (_a) {
30
27
  var _b;
31
28
  var data = _a.data, index = _a.index;
32
29
  var item = data[index];
30
+ var isSingleRow = data.length === 1;
31
+ var isFirstRow = index === 0;
32
+ var isLastRow = index === data.length - 1;
33
33
  return (React.createElement("div", { className: classnames(styles.listRow, (_b = {},
34
- _b[styles.singleRow] = data.length === 1,
35
- _b[styles.firstRow] = index === 0,
36
- _b[styles.lastRow] = index === data.length - 1,
34
+ _b[styles.singleRow] = isSingleRow,
35
+ _b[styles.firstRow] = isFirstRow,
36
+ _b[styles.lastRow] = isLastRow,
37
37
  _b)) }, isGroupItem(item) ? (React.createElement(GroupItem, { item: item, onToggle: toggleGroupedItem })) : (React.createElement(React.Fragment, null,
38
38
  React.createElement(ActivityItem, { item: item }),
39
- React.createElement(Divider, { className: styles.rowDivider, light: true, variant: 'inset' })))));
39
+ !isLastRow && React.createElement(Divider, { className: styles.rowDivider, light: true, variant: "inset" })))));
40
40
  }, []); // eslint-disable-line
41
- return (React.createElement(React.Fragment, null,
42
- React.createElement(CollapsibleItemsProvider, null,
43
- React.createElement(AutoSizeList, { width: width, height: height - PAGINATION_HEIGHT, data: flatItems, defaultItemSize: 40, itemKey: getItemKey }, renderRow)),
44
- React.createElement(BasicTablePagination, { count: count, onChangePage: onChangePage, page: page, rowsPerPage: rowsPerPage, onChangeRowsPerPage: onChangeRowsPerPage, rowsPerPageOptions: rowsPerPageOptions, labelRowsPerPage: i18n.text('Events per page:') })));
41
+ return (React.createElement(CollapsibleItemsProvider, null,
42
+ React.createElement(AutoSizeList, { width: width, height: height, data: flatItems, defaultItemSize: 40, itemKey: getItemKey }, renderRow)));
45
43
  };
46
44
  export default ActivityLog;
@@ -1,5 +1,4 @@
1
1
  import React from 'react';
2
- import Typography from '@mui/material/Typography';
3
2
  import { getActivityType, splitActivityByType } from '../../../utils/activities';
4
3
  import ActivitiesFactory from '../../../activities/ActivitiesFactory';
5
4
  import { useStyles } from './styles';
@@ -12,13 +11,12 @@ var ActivityItem = function (_a) {
12
11
  return (React.createElement("div", { className: styles.activityItem, "data-reltio-id": "activity-log-item" },
13
12
  React.createElement("div", { className: styles.activityIcon }, ActivitiesFactory.getIcon(type)),
14
13
  React.createElement("div", { className: styles.activityInfo },
15
- React.createElement(Typography, { className: styles.activityUser }, item.user),
16
- React.createElement("span", { className: styles.date }, i18n.date(item.timestamp, 'LT')),
17
- activities.map(function (activity, index) {
18
- return (React.createElement("div", { key: index, className: styles.activityEvent }, ActivitiesFactory.getComponent({
19
- type: getActivityType(activity),
20
- data: activity
21
- })));
22
- }))));
14
+ React.createElement("div", { className: styles.userContainer },
15
+ React.createElement("span", { className: styles.activityUser }, item.user),
16
+ React.createElement("span", { className: styles.date }, i18n.date(item.timestamp, 'LT'))),
17
+ activities.map(function (activity, index) { return (React.createElement("div", { key: index, className: styles.activityEvent }, ActivitiesFactory.getComponent({
18
+ type: getActivityType(activity),
19
+ data: activity
20
+ }))); }))));
23
21
  };
24
22
  export default ActivityItem;