@reltio/components 1.4.1602 → 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 (171) 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/BasicTableView/RowCellAutoSizer/RowCellAutoSizer.js +1 -0
  20. package/cjs/components/BasicView/BasicView.d.ts +1 -1
  21. package/cjs/components/CollaborationItem/SendMessageArea/styles.d.ts +1 -1
  22. package/cjs/components/ConfirmationDialog/styles.d.ts +1 -1
  23. package/cjs/components/DateRangePicker/DateRangePicker.d.ts +0 -1
  24. package/cjs/components/DateRangePicker/DateRangePicker.js +9 -12
  25. package/cjs/components/DateRangePicker/styles.d.ts +1 -1
  26. package/cjs/components/DateRangePicker/styles.js +3 -29
  27. package/cjs/components/DropDownMenuButton/styles.d.ts +1 -1
  28. package/cjs/components/DropDownSelector/styles.d.ts +1 -1
  29. package/cjs/components/FacetViewHeader/styles.js +0 -2
  30. package/cjs/components/ImageGalleryDialog/styles.d.ts +1 -1
  31. package/cjs/components/MetadataTypesSelector/styles.d.ts +1 -1
  32. package/cjs/components/ModeSwitcherSelect/styles.d.ts +1 -1
  33. package/cjs/components/MultipleInput/styles.d.ts +1 -1
  34. package/cjs/components/MultipliableSelect/styles.d.ts +1 -1
  35. package/cjs/components/Popper/Popper.d.ts +1 -1
  36. package/cjs/components/PopupWithArrow/styles.d.ts +1 -1
  37. package/cjs/components/ProfileBandNavigation/ProfileBandNavigationWidget.d.ts +1 -1
  38. package/cjs/components/ProfilesList/styles.d.ts +1 -1
  39. package/cjs/components/ReactSelect/MultiSelect/MultiSelect.d.ts +2 -0
  40. package/cjs/components/ReactSelect/MultiSelect/MultiSelect.js +2 -0
  41. package/cjs/components/ReltioGridLayout/styles.js +2 -2
  42. package/cjs/components/ReltioMap/MapControls/TopRightMapControls/TopRightMapControls.d.ts +2 -2
  43. package/cjs/components/SmallIconButton/SmallIconButton.d.ts +1 -1
  44. package/cjs/components/SmallIconButton/index.d.ts +1 -1
  45. package/cjs/components/UserSelector/UserSelector.js +2 -2
  46. package/cjs/components/activityLog/ActivityFilterEditor/ActivityFilterEditor.js +12 -7
  47. package/cjs/components/activityLog/ActivityFilterEditor/ActivitySelector.js +2 -2
  48. package/cjs/components/activityLog/ActivityFilterEditor/DateRangeSelector.js +1 -1
  49. package/cjs/components/activityLog/ActivityFilterEditor/EntityTypesSelector.js +2 -2
  50. package/cjs/components/activityLog/ActivityFilterEditor/SourceSelector.js +2 -2
  51. package/cjs/components/activityLog/ActivityFilterEditor/styles.d.ts +2 -1
  52. package/cjs/components/activityLog/ActivityFilterEditor/styles.js +5 -5
  53. package/cjs/components/activityLog/ActivityLog/ActivityLog.d.ts +1 -7
  54. package/cjs/components/activityLog/ActivityLog/ActivityLog.js +10 -12
  55. package/cjs/components/activityLog/ActivityLog/items/ActivityItem/ActivityItem.js +7 -9
  56. package/cjs/components/activityLog/ActivityLog/items/ActivityItem/styles.d.ts +1 -1
  57. package/cjs/components/activityLog/ActivityLog/items/ActivityItem/styles.js +5 -4
  58. package/cjs/components/activityLog/ActivityLog/items/GroupItem/styles.js +2 -1
  59. package/cjs/components/activityLog/ActivityLog/styles.js +3 -2
  60. package/cjs/components/activityLog/ActivityLogFilter/styles.js +4 -3
  61. package/cjs/components/activityLog/activities/ActivityTitle/styles.js +1 -2
  62. package/cjs/components/attributes/DescriptionIcon/DescriptionIcon.d.ts +1 -1
  63. package/cjs/components/attributes/OvIcon/OvIcon.d.ts +1 -1
  64. package/cjs/components/attributes/inline/SimpleAttributeEditor/styles.d.ts +1 -1
  65. package/cjs/components/commonReactSelectComponents/arrowIndicatorStyles.d.ts +1 -1
  66. package/cjs/components/editors/BooleanRadioEditor/styles.d.ts +1 -1
  67. package/cjs/components/editors/CustomDateRangeEditor/CustomDateRangeEditor.js +6 -9
  68. package/cjs/components/editors/CustomDateRangeEditor/styles.d.ts +1 -1
  69. package/cjs/components/editors/DateEditor/styles.d.ts +1 -1
  70. package/cjs/components/editors/DateRangeEditor/DateRangeEditor.d.ts +28 -17
  71. package/cjs/components/editors/DateRangeEditor/DateRangeEditor.js +24 -72
  72. package/cjs/components/editors/DateRangeEditor/styles.d.ts +1 -1
  73. package/cjs/components/editors/DateRangeEditor/styles.js +0 -12
  74. package/cjs/components/editors/TimestampEditor/styles.d.ts +1 -1
  75. package/cjs/components/history/DateRangeSelector/DateRangeSelector.js +1 -1
  76. package/cjs/components/history/HistoryActivitySelector/HistoryActivitySelector.d.ts +2 -1
  77. package/cjs/components/history/HistoryActivitySelector/HistoryActivitySelector.js +7 -4
  78. package/cjs/components/history/HistoryFilterButton/HistoryFilterButton.js +14 -9
  79. package/cjs/components/history/HistoryFilterButton/styles.d.ts +1 -1
  80. package/cjs/components/history/HistoryFilterButton/styles.js +8 -13
  81. package/cjs/components/history/HistoryGraph/HistoryCircle.d.ts +1 -1
  82. package/cjs/components/history/HistoryGraph/HistoryGraph.d.ts +1 -1
  83. package/cjs/components/history/HistoryMenuButton/styles.d.ts +1 -1
  84. package/esm/HOCs/index.d.ts +2 -0
  85. package/esm/HOCs/index.js +2 -0
  86. package/esm/HOCs/withDateRangeSelector/helpers.d.ts +8 -0
  87. package/esm/HOCs/withDateRangeSelector/helpers.js +17 -0
  88. package/esm/HOCs/withDateRangeSelector/styles.d.ts +1 -0
  89. package/esm/HOCs/withDateRangeSelector/styles.js +15 -0
  90. package/esm/HOCs/withDateRangeSelector/withDateRangeSelector.d.ts +19 -0
  91. package/esm/HOCs/withDateRangeSelector/withDateRangeSelector.js +86 -0
  92. package/esm/HOCs/withDragHandle/styles.d.ts +1 -0
  93. package/esm/HOCs/withDragHandle/styles.js +40 -0
  94. package/esm/HOCs/withDragHandle/withDragHandle.d.ts +6 -0
  95. package/esm/HOCs/withDragHandle/withDragHandle.js +28 -0
  96. package/esm/components/ActionButton/styles.d.ts +1 -1
  97. package/esm/components/AttributeSelector/AttributeSelector.js +2 -2
  98. package/esm/components/BasicTableView/BasicTablePagination/BasicTablePagination.d.ts +15 -26
  99. package/esm/components/BasicTableView/BasicTablePagination/BasicTablePagination.js +6 -17
  100. package/esm/components/BasicTableView/BasicTablePagination/styles.d.ts +1 -1
  101. package/esm/components/BasicTableView/BasicTablePagination/styles.js +20 -1
  102. package/esm/components/BasicTableView/RowCellAutoSizer/RowCellAutoSizer.js +2 -1
  103. package/esm/components/BasicView/BasicView.d.ts +1 -1
  104. package/esm/components/CollaborationItem/SendMessageArea/styles.d.ts +1 -1
  105. package/esm/components/ConfirmationDialog/styles.d.ts +1 -1
  106. package/esm/components/DateRangePicker/DateRangePicker.d.ts +0 -1
  107. package/esm/components/DateRangePicker/DateRangePicker.js +9 -12
  108. package/esm/components/DateRangePicker/styles.d.ts +1 -1
  109. package/esm/components/DateRangePicker/styles.js +3 -29
  110. package/esm/components/DropDownMenuButton/styles.d.ts +1 -1
  111. package/esm/components/DropDownSelector/styles.d.ts +1 -1
  112. package/esm/components/FacetViewHeader/styles.js +0 -2
  113. package/esm/components/ImageGalleryDialog/styles.d.ts +1 -1
  114. package/esm/components/MetadataTypesSelector/styles.d.ts +1 -1
  115. package/esm/components/ModeSwitcherSelect/styles.d.ts +1 -1
  116. package/esm/components/MultipleInput/styles.d.ts +1 -1
  117. package/esm/components/MultipliableSelect/styles.d.ts +1 -1
  118. package/esm/components/Popper/Popper.d.ts +1 -1
  119. package/esm/components/PopupWithArrow/styles.d.ts +1 -1
  120. package/esm/components/ProfileBandNavigation/ProfileBandNavigationWidget.d.ts +1 -1
  121. package/esm/components/ProfilesList/styles.d.ts +1 -1
  122. package/esm/components/ReactSelect/MultiSelect/MultiSelect.d.ts +2 -0
  123. package/esm/components/ReactSelect/MultiSelect/MultiSelect.js +2 -0
  124. package/esm/components/ReltioGridLayout/styles.js +2 -2
  125. package/esm/components/ReltioMap/MapControls/TopRightMapControls/TopRightMapControls.d.ts +2 -2
  126. package/esm/components/SmallIconButton/SmallIconButton.d.ts +1 -1
  127. package/esm/components/SmallIconButton/index.d.ts +1 -1
  128. package/esm/components/UserSelector/UserSelector.js +2 -2
  129. package/esm/components/activityLog/ActivityFilterEditor/ActivityFilterEditor.js +12 -7
  130. package/esm/components/activityLog/ActivityFilterEditor/ActivitySelector.js +2 -2
  131. package/esm/components/activityLog/ActivityFilterEditor/DateRangeSelector.js +1 -1
  132. package/esm/components/activityLog/ActivityFilterEditor/EntityTypesSelector.js +2 -2
  133. package/esm/components/activityLog/ActivityFilterEditor/SourceSelector.js +2 -2
  134. package/esm/components/activityLog/ActivityFilterEditor/styles.d.ts +2 -1
  135. package/esm/components/activityLog/ActivityFilterEditor/styles.js +5 -5
  136. package/esm/components/activityLog/ActivityLog/ActivityLog.d.ts +1 -7
  137. package/esm/components/activityLog/ActivityLog/ActivityLog.js +10 -12
  138. package/esm/components/activityLog/ActivityLog/items/ActivityItem/ActivityItem.js +7 -9
  139. package/esm/components/activityLog/ActivityLog/items/ActivityItem/styles.d.ts +1 -1
  140. package/esm/components/activityLog/ActivityLog/items/ActivityItem/styles.js +5 -4
  141. package/esm/components/activityLog/ActivityLog/items/GroupItem/styles.js +2 -1
  142. package/esm/components/activityLog/ActivityLog/styles.js +3 -2
  143. package/esm/components/activityLog/ActivityLogFilter/styles.js +4 -3
  144. package/esm/components/activityLog/activities/ActivityTitle/styles.js +1 -2
  145. package/esm/components/attributes/DescriptionIcon/DescriptionIcon.d.ts +1 -1
  146. package/esm/components/attributes/OvIcon/OvIcon.d.ts +1 -1
  147. package/esm/components/attributes/inline/SimpleAttributeEditor/styles.d.ts +1 -1
  148. package/esm/components/commonReactSelectComponents/arrowIndicatorStyles.d.ts +1 -1
  149. package/esm/components/editors/BooleanRadioEditor/styles.d.ts +1 -1
  150. package/esm/components/editors/CustomDateRangeEditor/CustomDateRangeEditor.js +6 -9
  151. package/esm/components/editors/CustomDateRangeEditor/styles.d.ts +1 -1
  152. package/esm/components/editors/DateEditor/styles.d.ts +1 -1
  153. package/esm/components/editors/DateRangeEditor/DateRangeEditor.d.ts +28 -17
  154. package/esm/components/editors/DateRangeEditor/DateRangeEditor.js +26 -74
  155. package/esm/components/editors/DateRangeEditor/styles.d.ts +1 -1
  156. package/esm/components/editors/DateRangeEditor/styles.js +0 -12
  157. package/esm/components/editors/TimestampEditor/styles.d.ts +1 -1
  158. package/esm/components/history/DateRangeSelector/DateRangeSelector.js +1 -1
  159. package/esm/components/history/HistoryActivitySelector/HistoryActivitySelector.d.ts +2 -1
  160. package/esm/components/history/HistoryActivitySelector/HistoryActivitySelector.js +7 -4
  161. package/esm/components/history/HistoryFilterButton/HistoryFilterButton.js +14 -9
  162. package/esm/components/history/HistoryFilterButton/styles.d.ts +1 -1
  163. package/esm/components/history/HistoryFilterButton/styles.js +8 -13
  164. package/esm/components/history/HistoryGraph/HistoryCircle.d.ts +1 -1
  165. package/esm/components/history/HistoryGraph/HistoryGraph.d.ts +1 -1
  166. package/esm/components/history/HistoryMenuButton/styles.d.ts +1 -1
  167. package/package.json +3 -3
  168. package/cjs/components/editors/DateRangeEditor/helpers.d.ts +0 -9
  169. package/cjs/components/editors/DateRangeEditor/helpers.js +0 -24
  170. package/esm/components/editors/DateRangeEditor/helpers.d.ts +0 -9
  171. package/esm/components/editors/DateRangeEditor/helpers.js +0 -20
@@ -2,42 +2,16 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.useStyles = void 0;
4
4
  var styles_1 = require("@mui/styles");
5
- exports.useStyles = (0, styles_1.makeStyles)(function (theme) { return ({
5
+ exports.useStyles = (0, styles_1.makeStyles)({
6
6
  container: {
7
7
  display: 'flex',
8
8
  flexDirection: 'column',
9
9
  minHeight: '182px'
10
10
  },
11
- header: {
12
- display: 'flex',
13
- paddingLeft: '10px',
14
- backgroundColor: '#FFFFFF'
15
- },
16
- title: {
17
- marginLeft: '10px',
18
- color: theme.palette.text.primary,
19
- fontSize: '20px',
20
- fontWeight: 500,
21
- letterSpacing: '0.25px',
22
- lineHeight: '24px'
23
- },
24
11
  dateRangeContainer: {
25
- display: 'flex',
26
- flexGrow: 1,
27
- whiteSpace: 'nowrap',
28
- cursor: 'default',
29
- paddingTop: '8px'
12
+ padding: '0px 16px'
30
13
  },
31
14
  dateInput: {
32
15
  margin: '0 7px'
33
- },
34
- actionButtons: {
35
- display: 'flex',
36
- justifyContent: 'flex-end',
37
- height: '48px',
38
- margin: '0px 8px'
39
- },
40
- button: {
41
- width: '96px'
42
16
  }
43
- }); });
17
+ });
@@ -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;
@@ -10,8 +10,6 @@ exports.useStyles = (0, styles_1.makeStyles)({
10
10
  title: {
11
11
  fontSize: '16px',
12
12
  lineHeight: '19px',
13
- paddingTop: '16px',
14
- paddingBottom: '13px',
15
13
  justifyContent: 'flex-start'
16
14
  }
17
15
  });
@@ -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<{
@@ -232,6 +232,8 @@ MultiSelect.propTypes = {
232
232
  getOptions: prop_types_1.default.func,
233
233
  menuPlacement: prop_types_1.default.string,
234
234
  menuPortalTarget: prop_types_1.default.object,
235
+ menuShouldBlockScroll: prop_types_1.default.bool,
236
+ captureMenuScroll: prop_types_1.default.bool,
235
237
  getOptionValue: prop_types_1.default.func,
236
238
  isSearchable: prop_types_1.default.bool,
237
239
  inputRef: prop_types_1.default.shape({ current: prop_types_1.default.object })
@@ -40,8 +40,8 @@ exports.useStyles = (0, styles_1.makeStyles)(function (_) { return ({
40
40
  },
41
41
  '& .react-resizable-handle': {
42
42
  position: 'absolute',
43
- width: '17px',
44
- height: '17px',
43
+ width: '14px',
44
+ height: '14px',
45
45
  bottom: 0,
46
46
  right: 0,
47
47
  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 };
@@ -54,13 +54,13 @@ var UserSelector = function (_a) {
54
54
  }
55
55
  return cachedRequest.current.then((0, ramda_1.pipe)((0, ramda_1.pluck)('username'), filterUsers(inputValue), prepareValues));
56
56
  };
57
- return (react_1.default.createElement("div", { className: (0, classnames_1.default)(styles.root, className) },
57
+ return (react_1.default.createElement("div", { className: (0, classnames_1.default)(styles.root, className), "data-reltio-id": "user-selector" },
58
58
  react_1.default.createElement(Typography_1.default, { className: styles.title, variant: 'subtitle1' }, ui_i18n_1.default.text('User')),
59
59
  react_1.default.createElement(MultiSelect_1.default, { value: prepareValues(selectedUsers), onChange: (0, ramda_1.pipe)((0, ramda_1.defaultTo)([]), (0, ramda_1.pluck)('value'), onChange), defaultOptions: true, getOptions: getOptions, TextFieldProps: {
60
60
  InputProps: { disableUnderline: disableUnderline },
61
61
  className: styles.dropDownInput
62
62
  }, components: {
63
63
  DropdownIndicator: DropdownIndicatorWithIconButton_1.default
64
- }, styles: styles_1.customStyles, classes: styles, menuPortalTarget: document.body })));
64
+ }, styles: styles_1.customStyles, classes: styles, menuPortalTarget: document.body, menuShouldBlockScroll: true, captureMenuScroll: false })));
65
65
  };
66
66
  exports.default = UserSelector;
@@ -34,6 +34,9 @@ var ui_i18n_1 = __importDefault(require("ui-i18n"));
34
34
  var Button_1 = __importDefault(require("@mui/material/Button"));
35
35
  var Popover_1 = __importDefault(require("@mui/material/Popover"));
36
36
  var Divider_1 = __importDefault(require("@mui/material/Divider"));
37
+ var DialogActions_1 = __importDefault(require("@mui/material/DialogActions"));
38
+ var DialogContent_1 = __importDefault(require("@mui/material/DialogContent"));
39
+ var DialogTitle_1 = __importDefault(require("@mui/material/DialogTitle"));
37
40
  var types_1 = require("../types");
38
41
  var getSelectorActivityTypes_1 = require("./utils/getSelectorActivityTypes");
39
42
  var ActivitySelector_1 = __importDefault(require("./ActivitySelector"));
@@ -57,13 +60,15 @@ var ActivityFilterEditor = function (_a) {
57
60
  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;
58
61
  var isEntityChangedActivity = activities.length === 1 && activities.includes(types_1.ActivityTypes.ENTITY_CHANGED);
59
62
  return (react_1.default.createElement(Popover_1.default, { open: open, anchorEl: anchorEl, onClose: onCancel, classes: { paper: styles.container }, anchorOrigin: { vertical: 'bottom', horizontal: 'right' }, transformOrigin: { vertical: 'top', horizontal: 'right' } },
60
- react_1.default.createElement(ActivitySelector_1.default, { activityTypes: (0, getSelectorActivityTypes_1.getSelectorActivityTypes)(metadata, entityType), selectedActivityTypes: activities, onChange: handlePropChange('activities') }),
61
- isEntityChangedActivity && (react_1.default.createElement(EntityChangedSelectors_1.default, { filter: currentFilter, entityType: entityType, onPropChange: handlePropChange })),
62
- react_1.default.createElement(Divider_1.default, { light: true, className: styles.divider }),
63
- react_1.default.createElement(DateRangeSelector_1.default, { value: dateRange, onChange: handlePropChange('dateRange') }),
64
- react_1.default.createElement(Divider_1.default, { light: true, className: styles.divider }),
65
- react_1.default.createElement(UserSelector_1.default, { selectedUsers: users, onChange: handlePropChange('users'), disableUnderline: true }),
66
- react_1.default.createElement("div", { className: styles.filterControls },
63
+ react_1.default.createElement(DialogTitle_1.default, null, ui_i18n_1.default.text('Filter')),
64
+ react_1.default.createElement(DialogContent_1.default, { dividers: true, className: styles.editorFields },
65
+ react_1.default.createElement(ActivitySelector_1.default, { activityTypes: (0, getSelectorActivityTypes_1.getSelectorActivityTypes)(metadata, entityType), selectedActivityTypes: activities, onChange: handlePropChange('activities') }),
66
+ isEntityChangedActivity && (react_1.default.createElement(EntityChangedSelectors_1.default, { filter: currentFilter, entityType: entityType, onPropChange: handlePropChange })),
67
+ react_1.default.createElement(Divider_1.default, { light: true, className: styles.divider }),
68
+ react_1.default.createElement(DateRangeSelector_1.default, { value: dateRange, onChange: handlePropChange('dateRange') }),
69
+ react_1.default.createElement(Divider_1.default, { light: true, className: styles.divider }),
70
+ react_1.default.createElement(UserSelector_1.default, { selectedUsers: users, onChange: handlePropChange('users'), disableUnderline: true })),
71
+ react_1.default.createElement(DialogActions_1.default, null,
67
72
  react_1.default.createElement(Button_1.default, { onClick: (0, ramda_1.pipe)(clearCurrentFilter, onClear), className: styles.clearButton }, ui_i18n_1.default.text('Clear all')),
68
73
  react_1.default.createElement(Button_1.default, { onClick: onCancel }, ui_i18n_1.default.text('Cancel')),
69
74
  react_1.default.createElement(Button_1.default, { color: "primary", onClick: function () { return onApply(currentFilter); } }, ui_i18n_1.default.text('Apply')))));
@@ -20,14 +20,14 @@ var ActivitySelector = function (_a) {
20
20
  var prepareValues = function (values) { return values.map(valueToOption); };
21
21
  var showHint = selectedActivityTypes.length > 1 && selectedActivityTypes.includes(ActivityTypes_1.ActivityTypes.ENTITY_CHANGED);
22
22
  var options = (0, ramda_1.pipe)((0, ramda_1.sortBy)(function (option) { return (0, activities_1.getActivityLabel)(option); }), prepareValues)(activityTypes);
23
- return (react_1.default.createElement("div", { className: styles.selectorWrapper },
23
+ return (react_1.default.createElement("div", { className: styles.selectorWrapper, "data-reltio-id": "activity-selector" },
24
24
  react_1.default.createElement(Typography_1.default, { className: (0, classnames_1.default)(styles.filterSubtitle, styles.labels), variant: 'subtitle1' }, ui_i18n_1.default.text('Activity')),
25
25
  react_1.default.createElement(MultiSelect_1.default, { value: prepareValues(selectedActivityTypes), onChange: (0, ramda_1.pipe)((0, ramda_1.defaultTo)([]), (0, ramda_1.pluck)('value'), onChange), options: options, TextFieldProps: {
26
26
  InputProps: { disableUnderline: true },
27
27
  classes: { root: styles.dropDownInput }
28
28
  }, components: {
29
29
  DropdownIndicator: DropdownIndicatorWithIconButton_1.default
30
- }, styles: styles_1.customStyles, classes: styles, menuPlacement: "bottom" }),
30
+ }, styles: styles_1.customStyles, classes: styles, menuPlacement: "bottom", menuPortalTarget: document.body, menuShouldBlockScroll: true, captureMenuScroll: false }),
31
31
  showHint && (react_1.default.createElement("span", { className: styles.selectorHint }, ui_i18n_1.default.text('One at a time! Select a single Activity and any of its filters -OR- multiple Activities with no filters.')))));
32
32
  };
33
33
  exports.default = ActivitySelector;
@@ -107,7 +107,7 @@ var DateRangeSelector = function (_a) {
107
107
  setAgoInterval(emptyInterval);
108
108
  }
109
109
  }, [value]);
110
- return (react_1.default.createElement("div", { className: styles.selectorWrapper },
110
+ return (react_1.default.createElement("div", { className: styles.selectorWrapper, "data-reltio-id": "date-range-selector" },
111
111
  react_1.default.createElement(Typography_1.default, { className: (0, classnames_1.default)(styles.filterSubtitle, styles.labels), variant: 'subtitle1' }, ui_i18n_1.default.text('Date')),
112
112
  react_1.default.createElement(RadioGroup_1.default, { value: (value === null || value === void 0 ? void 0 : value.type) || null, onChange: (0, ramda_1.pipe)(utils_1.getValue, changeType) },
113
113
  react_1.default.createElement("div", { className: styles.dateOptionWithin },
@@ -17,13 +17,13 @@ var EntityTypesSelector = function (_a) {
17
17
  var valueToOption = function (entityType) { return ({ value: entityType.uri, label: entityType.label, entityType: entityType }); };
18
18
  var prepareValues = function (values) { return values.map(valueToOption); };
19
19
  var options = (0, ramda_1.pipe)((0, ramda_1.sortBy)(function (option) { return option.label; }), prepareValues)(entityTypes);
20
- return (react_1.default.createElement("div", { className: styles.selectorWrapper },
20
+ return (react_1.default.createElement("div", { className: styles.selectorWrapper, "data-reltio-id": "entity-types-selector" },
21
21
  react_1.default.createElement(Typography_1.default, { className: (0, classnames_1.default)(styles.filterSubtitle, styles.labels), variant: 'subtitle1' }, ui_i18n_1.default.text('Type')),
22
22
  react_1.default.createElement(MultiSelect_1.default, { value: prepareValues(selectedEntityTypes), onChange: (0, ramda_1.pipe)((0, ramda_1.defaultTo)([]), (0, ramda_1.pluck)('entityType'), onChange), options: options, TextFieldProps: {
23
23
  InputProps: { disableUnderline: true },
24
24
  classes: { root: styles.dropDownInput }
25
25
  }, components: {
26
26
  DropdownIndicator: DropdownIndicatorWithIconButton_1.default
27
- }, styles: styles_1.customStyles, classes: styles, menuPlacement: "bottom" })));
27
+ }, styles: styles_1.customStyles, classes: styles, menuPlacement: "bottom", menuPortalTarget: document.body, menuShouldBlockScroll: true, captureMenuScroll: false })));
28
28
  };
29
29
  exports.default = EntityTypesSelector;
@@ -18,13 +18,13 @@ var SourceSelector = function (_a) {
18
18
  var styles = (0, styles_1.useStyles)();
19
19
  var metadata = (0, react_redux_1.useSelector)(mdm_module_1.default.selectors.getMetadata);
20
20
  var options = (0, ramda_1.sortBy)(function (option) { return option.label; })(metadata.sources);
21
- return (react_1.default.createElement("div", { className: styles.selectorWrapper },
21
+ return (react_1.default.createElement("div", { className: styles.selectorWrapper, "data-reltio-id": "source-selector" },
22
22
  react_1.default.createElement(Typography_1.default, { className: (0, classnames_1.default)(styles.filterSubtitle, styles.labels), variant: 'subtitle1' }, ui_i18n_1.default.text('Source')),
23
23
  react_1.default.createElement(MultiSelect_1.default, { value: selectedSources, onChange: (0, ramda_1.pipe)((0, ramda_1.defaultTo)([]), onChange), options: options, TextFieldProps: {
24
24
  InputProps: { disableUnderline: true },
25
25
  classes: { root: styles.dropDownInput }
26
26
  }, components: {
27
27
  DropdownIndicator: DropdownIndicatorWithIconButton_1.default
28
- }, styles: styles_1.customStyles, classes: styles, getOptionValue: (0, ramda_1.prop)('abbreviation'), menuPlacement: "bottom" })));
28
+ }, styles: styles_1.customStyles, classes: styles, getOptionValue: (0, ramda_1.prop)('abbreviation'), menuPlacement: "bottom", menuPortalTarget: document.body, menuShouldBlockScroll: true, captureMenuScroll: false })));
29
29
  };
30
30
  exports.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">;
@@ -14,11 +14,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
14
14
  exports.useStyles = exports.customStyles = void 0;
15
15
  var styles_1 = require("@mui/styles");
16
16
  exports.customStyles = {
17
- input: function (currentStyles) { return (__assign(__assign({}, currentStyles), { fontSize: '14px' })); }
17
+ input: function (currentStyles) { return (__assign(__assign({}, currentStyles), { fontSize: '14px' })); },
18
+ menuPortal: function (currentStyles) { return (__assign(__assign({}, currentStyles), { zIndex: 1300 })); }
18
19
  };
19
20
  exports.useStyles = (0, styles_1.makeStyles)({
20
21
  container: {
21
- padding: 16,
22
22
  width: 500,
23
23
  boxSizing: 'border-box'
24
24
  },
@@ -56,9 +56,9 @@ exports.useStyles = (0, styles_1.makeStyles)({
56
56
  backgroundColor: 'rgba(0, 0, 0, 0.03)',
57
57
  borderTop: '4px'
58
58
  },
59
- filterControls: {
60
- display: 'flex',
61
- paddingTop: '30px'
59
+ editorFields: {
60
+ maxHeight: 400,
61
+ borderColor: 'rgba(0,0,0,0.12)'
62
62
  },
63
63
  clearButton: {
64
64
  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;
@@ -27,7 +27,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  var react_1 = __importStar(require("react"));
30
- var ui_i18n_1 = __importDefault(require("ui-i18n"));
31
30
  var classnames_1 = __importDefault(require("classnames"));
32
31
  var ramda_1 = require("ramda");
33
32
  var helpers_1 = require("./helpers");
@@ -36,12 +35,10 @@ var activities_1 = require("../utils/activities");
36
35
  var GroupItem_1 = __importDefault(require("./items/GroupItem/GroupItem"));
37
36
  var ActivityItem_1 = __importDefault(require("./items/ActivityItem/ActivityItem"));
38
37
  var AutoSizeList_1 = __importDefault(require("../../AutoSizeList/AutoSizeList"));
39
- var BasicTablePagination_1 = __importDefault(require("../../BasicTableView/BasicTablePagination/BasicTablePagination"));
40
38
  var CollapsibleItemsContext_1 = require("../contexts/CollapsibleItemsContext");
41
39
  var styles_1 = require("./styles");
42
- var PAGINATION_HEIGHT = 60;
43
40
  var ActivityLog = function (_a) {
44
- 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;
41
+ var width = _a.width, height = _a.height, activities = _a.activities;
45
42
  var styles = (0, styles_1.useStyles)();
46
43
  var _b = (0, react_1.useState)([]), groupedItems = _b[0], setGroupedItems = _b[1];
47
44
  var toggleGroupedItem = function (index) {
@@ -58,17 +55,18 @@ var ActivityLog = function (_a) {
58
55
  var _b;
59
56
  var data = _a.data, index = _a.index;
60
57
  var item = data[index];
58
+ var isSingleRow = data.length === 1;
59
+ var isFirstRow = index === 0;
60
+ var isLastRow = index === data.length - 1;
61
61
  return (react_1.default.createElement("div", { className: (0, classnames_1.default)(styles.listRow, (_b = {},
62
- _b[styles.singleRow] = data.length === 1,
63
- _b[styles.firstRow] = index === 0,
64
- _b[styles.lastRow] = index === data.length - 1,
62
+ _b[styles.singleRow] = isSingleRow,
63
+ _b[styles.firstRow] = isFirstRow,
64
+ _b[styles.lastRow] = isLastRow,
65
65
  _b)) }, (0, helpers_1.isGroupItem)(item) ? (react_1.default.createElement(GroupItem_1.default, { item: item, onToggle: toggleGroupedItem })) : (react_1.default.createElement(react_1.default.Fragment, null,
66
66
  react_1.default.createElement(ActivityItem_1.default, { item: item }),
67
- react_1.default.createElement(Divider_1.default, { className: styles.rowDivider, light: true, variant: 'inset' })))));
67
+ !isLastRow && react_1.default.createElement(Divider_1.default, { className: styles.rowDivider, light: true, variant: "inset" })))));
68
68
  }, []); // eslint-disable-line
69
- return (react_1.default.createElement(react_1.default.Fragment, null,
70
- react_1.default.createElement(CollapsibleItemsContext_1.CollapsibleItemsProvider, null,
71
- react_1.default.createElement(AutoSizeList_1.default, { width: width, height: height - PAGINATION_HEIGHT, data: flatItems, defaultItemSize: 40, itemKey: helpers_1.getItemKey }, renderRow)),
72
- react_1.default.createElement(BasicTablePagination_1.default, { count: count, onChangePage: onChangePage, page: page, rowsPerPage: rowsPerPage, onChangeRowsPerPage: onChangeRowsPerPage, rowsPerPageOptions: rowsPerPageOptions, labelRowsPerPage: ui_i18n_1.default.text('Events per page:') })));
69
+ return (react_1.default.createElement(CollapsibleItemsContext_1.CollapsibleItemsProvider, null,
70
+ react_1.default.createElement(AutoSizeList_1.default, { width: width, height: height, data: flatItems, defaultItemSize: 40, itemKey: helpers_1.getItemKey }, renderRow)));
73
71
  };
74
72
  exports.default = ActivityLog;