grep-components 0.18.6

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 (201) hide show
  1. package/README.md +46 -0
  2. package/dist/components/AppBar/AppBar.d.ts +3 -0
  3. package/dist/components/AppBar/AppBar.stories.d.ts +1 -0
  4. package/dist/components/AppBar/AppBar.test.d.ts +1 -0
  5. package/dist/components/AppBar/appBarStyles.d.ts +2 -0
  6. package/dist/components/AppBar/index.d.ts +2 -0
  7. package/dist/components/AppBarLogo/AppBarLogo.d.ts +9 -0
  8. package/dist/components/AppBarLogo/AppBarLogo.stories.d.ts +1 -0
  9. package/dist/components/AppBarLogo/AppBarLogo.test.d.ts +1 -0
  10. package/dist/components/AppBarLogo/appBarLogoStyles.d.ts +4 -0
  11. package/dist/components/AppBarLogo/index.d.ts +2 -0
  12. package/dist/components/AppBarNavList/AppBarNavList.d.ts +15 -0
  13. package/dist/components/AppBarNavList/AppBarNavList.stories.d.ts +6 -0
  14. package/dist/components/AppBarNavList/AppBarNavList.test.d.ts +1 -0
  15. package/dist/components/AppBarNavList/appBarNavListStyles.d.ts +11 -0
  16. package/dist/components/AppBarNavList/index.d.ts +2 -0
  17. package/dist/components/AppBarProfile/AppBarProfile.d.ts +8 -0
  18. package/dist/components/AppBarProfile/AppBarProfile.stories.d.ts +1 -0
  19. package/dist/components/AppBarProfile/AppBarProfile.test.d.ts +1 -0
  20. package/dist/components/AppBarProfile/appBarProfileStyles.d.ts +5 -0
  21. package/dist/components/AppBarProfile/index.d.ts +2 -0
  22. package/dist/components/AppBarTop/AppBarTop.d.ts +6 -0
  23. package/dist/components/AppBarTop/AppBarTop.test.d.ts +1 -0
  24. package/dist/components/AppBarTop/appBarTopStyles.d.ts +2 -0
  25. package/dist/components/AppBarTop/index.d.ts +2 -0
  26. package/dist/components/BodyLayout/BodyLayout.d.ts +6 -0
  27. package/dist/components/BodyLayout/BodyLayout.test.d.ts +1 -0
  28. package/dist/components/BodyLayout/bodyLayoutStyles.d.ts +2 -0
  29. package/dist/components/BodyLayout/index.d.ts +2 -0
  30. package/dist/components/CenterLayout/CenterLayout.d.ts +6 -0
  31. package/dist/components/CenterLayout/CenterLayout.stories.d.ts +1 -0
  32. package/dist/components/CenterLayout/CenterLayout.test.d.ts +1 -0
  33. package/dist/components/CenterLayout/centerLayoutStyles.d.ts +2 -0
  34. package/dist/components/CenterLayout/index.d.ts +2 -0
  35. package/dist/components/CircularLoading/CircularLoading.d.ts +7 -0
  36. package/dist/components/CircularLoading/CircularLoading.stories.d.ts +1 -0
  37. package/dist/components/CircularLoading/index.d.ts +2 -0
  38. package/dist/components/CleanPaper/CleanPaper.d.ts +11 -0
  39. package/dist/components/CleanPaper/CleanPaper.test.d.ts +1 -0
  40. package/dist/components/CleanPaper/cleanPaperStyles.d.ts +2 -0
  41. package/dist/components/CleanPaper/index.d.ts +2 -0
  42. package/dist/components/ConfirmationDialog/dialog.d.ts +15 -0
  43. package/dist/components/ConfirmationDialog/index.d.ts +4 -0
  44. package/dist/components/ConfirmationDialog/stories/dialog.stories.d.ts +1 -0
  45. package/dist/components/ConfirmationDialog/styles.d.ts +1 -0
  46. package/dist/components/ContainedLinkList/ContainedLinkList.d.ts +10 -0
  47. package/dist/components/ContainedLinkList/ContainedLinkList.stories.d.ts +2 -0
  48. package/dist/components/ContainedLinkList/containedLinkListStyles.d.ts +7 -0
  49. package/dist/components/ContainedLinkList/index.d.ts +2 -0
  50. package/dist/components/CurriculumTable/CurriculumTable.d.ts +8 -0
  51. package/dist/components/CurriculumTable/CurriculumTable.stories.d.ts +7 -0
  52. package/dist/components/CurriculumTable/curriculumTableStyles.d.ts +3 -0
  53. package/dist/components/CurriculumTable/index.d.ts +2 -0
  54. package/dist/components/DropdownMenu/DropDownMenu.stories.d.ts +8 -0
  55. package/dist/components/DropdownMenu/DropDownMenu.test.d.ts +1 -0
  56. package/dist/components/DropdownMenu/collapsable-menu-item.d.ts +26 -0
  57. package/dist/components/DropdownMenu/collapsable-menu-item.style.d.ts +6 -0
  58. package/dist/components/DropdownMenu/collapsable-menu.d.ts +9 -0
  59. package/dist/components/DropdownMenu/dropdown-menu.d.ts +17 -0
  60. package/dist/components/DropdownMenu/dropdown-menu.style.d.ts +2 -0
  61. package/dist/components/DropdownMenu/index.d.ts +2 -0
  62. package/dist/components/DropdownMenu/tooltip-menu-item.d.ts +7 -0
  63. package/dist/components/Footer/Footer.d.ts +11 -0
  64. package/dist/components/Footer/Footer.stories.d.ts +2 -0
  65. package/dist/components/Footer/footerStyles.d.ts +1 -0
  66. package/dist/components/Footer/index.d.ts +2 -0
  67. package/dist/components/GDPR/GDPR.d.ts +3 -0
  68. package/dist/components/GDPR/GDPR.stories.d.ts +2 -0
  69. package/dist/components/GDPR/gdprStyles.d.ts +6 -0
  70. package/dist/components/GDPR/index.d.ts +2 -0
  71. package/dist/components/GrepCrumbs/GrepCrumbs.d.ts +12 -0
  72. package/dist/components/GrepCrumbs/GrepCrumbs.stories.d.ts +2 -0
  73. package/dist/components/GrepCrumbs/grepCrumbStyles.d.ts +1 -0
  74. package/dist/components/GrepCrumbs/index.d.ts +2 -0
  75. package/dist/components/GrepDatePicker/DatePicker.d.ts +11 -0
  76. package/dist/components/GrepDatePicker/DatePicker.stories.d.ts +1 -0
  77. package/dist/components/GrepDatePicker/DatePicker.test.d.ts +1 -0
  78. package/dist/components/GrepDatePicker/index.d.ts +2 -0
  79. package/dist/components/GrepDateRange/index.d.ts +17 -0
  80. package/dist/components/GrepDateRange/stories/index.d.ts +1 -0
  81. package/dist/components/GrepEditor/GrepEditor.stories.d.ts +1 -0
  82. package/dist/components/GrepEditor/buttons/InlineButton.d.ts +11 -0
  83. package/dist/components/GrepEditor/buttons/button.d.ts +12 -0
  84. package/dist/components/GrepEditor/buttons/index.d.ts +2 -0
  85. package/dist/components/GrepEditor/buttons/styles.d.ts +1 -0
  86. package/dist/components/GrepEditor/context.d.ts +10 -0
  87. package/dist/components/GrepEditor/editor.d.ts +36 -0
  88. package/dist/components/GrepEditor/handlers/key.d.ts +5 -0
  89. package/dist/components/GrepEditor/index.d.ts +12 -0
  90. package/dist/components/GrepEditor/plugins/_link.d.ts +14 -0
  91. package/dist/components/GrepEditor/provider.d.ts +9 -0
  92. package/dist/components/GrepEditor/style.d.ts +7 -0
  93. package/dist/components/GrepEditor/toolbars/floating-toolbar.d.ts +5 -0
  94. package/dist/components/GrepEditor/toolbars/floating-toolbar.style.d.ts +4 -0
  95. package/dist/components/GrepEditor/toolbars/index.d.ts +7 -0
  96. package/dist/components/GrepEditor/utils.d.ts +16 -0
  97. package/dist/components/GrepInput/GrepInput.d.ts +8 -0
  98. package/dist/components/GrepInput/GrepInput.stories.d.ts +1 -0
  99. package/dist/components/GrepInput/index.d.ts +2 -0
  100. package/dist/components/GrepSelect/GrepSelect.d.ts +18 -0
  101. package/dist/components/GrepSelect/GrepSelect.stories.d.ts +1 -0
  102. package/dist/components/GrepSelect/index.d.ts +2 -0
  103. package/dist/components/GrepTable/GrepPaginationActions.d.ts +18 -0
  104. package/dist/components/GrepTable/GrepTable.d.ts +54 -0
  105. package/dist/components/GrepTable/GrepTable.stories.d.ts +11 -0
  106. package/dist/components/GrepTable/grep-table-cell.d.ts +13 -0
  107. package/dist/components/GrepTable/grep-table-header-cell.d.ts +14 -0
  108. package/dist/components/GrepTable/grep-table-header.d.ts +14 -0
  109. package/dist/components/GrepTable/grep-table-pagination.d.ts +7 -0
  110. package/dist/components/GrepTable/grep-table-placeholder.d.ts +9 -0
  111. package/dist/components/GrepTable/grep-table-row.d.ts +13 -0
  112. package/dist/components/GrepTable/grepTableStyles.d.ts +3 -0
  113. package/dist/components/GrepTable/index.d.ts +2 -0
  114. package/dist/components/GreyCover/GreyCover.d.ts +6 -0
  115. package/dist/components/GreyCover/GreyCover.stories.d.ts +1 -0
  116. package/dist/components/GreyCover/GreyCover.test.d.ts +1 -0
  117. package/dist/components/GreyCover/greyCoverStyles.d.ts +2 -0
  118. package/dist/components/GreyCover/index.d.ts +2 -0
  119. package/dist/components/InfoContainer/InfoContainer.d.ts +13 -0
  120. package/dist/components/InfoContainer/index.d.ts +2 -0
  121. package/dist/components/InfoContainer/infoContainer.stories.d.ts +1 -0
  122. package/dist/components/InfoContainer/infoContainerStyles.d.ts +13 -0
  123. package/dist/components/LinkList/LinkList.d.ts +9 -0
  124. package/dist/components/LinkList/LinkList.stories.d.ts +2 -0
  125. package/dist/components/LinkList/index.d.ts +2 -0
  126. package/dist/components/LinkList/linkListStyles.d.ts +2 -0
  127. package/dist/components/LoadingOverlay/LoadingOverlay.stories.d.ts +1 -0
  128. package/dist/components/LoadingOverlay/index.d.ts +10 -0
  129. package/dist/components/MainLayout/MainLayout.d.ts +6 -0
  130. package/dist/components/MainLayout/MainLayout.stories.d.ts +1 -0
  131. package/dist/components/MainLayout/MainLayout.test.d.ts +1 -0
  132. package/dist/components/MainLayout/index.d.ts +2 -0
  133. package/dist/components/MainLayout/mainLayoutStyles.d.ts +2 -0
  134. package/dist/components/NavGuard/index.d.ts +14 -0
  135. package/dist/components/NavGuard/stories/_scaffold.d.ts +5 -0
  136. package/dist/components/NavGuard/stories/index.d.ts +1 -0
  137. package/dist/components/NavGuard/stories/standard.d.ts +3 -0
  138. package/dist/components/NavGuard/styles.d.ts +1 -0
  139. package/dist/components/NavigateBack/NavigateBack.d.ts +8 -0
  140. package/dist/components/NavigateBack/index.d.ts +2 -0
  141. package/dist/components/NavigateBack/navigateBack.stories.d.ts +1 -0
  142. package/dist/components/OverflowTooltip/OverflowTooltip.d.ts +7 -0
  143. package/dist/components/OverflowTooltip/index.d.ts +2 -0
  144. package/dist/components/ProfileInfo/ProfileInfo.d.ts +10 -0
  145. package/dist/components/ProfileInfo/ProfileInfo.stories.d.ts +7 -0
  146. package/dist/components/ProfileInfo/index.d.ts +2 -0
  147. package/dist/components/ProfileInfo/profileInfoStyles.d.ts +3 -0
  148. package/dist/components/SearchBar/SearchBar.d.ts +14 -0
  149. package/dist/components/SearchBar/SearchBar.stories.d.ts +1 -0
  150. package/dist/components/SearchBar/index.d.ts +2 -0
  151. package/dist/components/SearchBar/searchBarStyles.d.ts +5 -0
  152. package/dist/components/ServiceMessage/index.d.ts +9 -0
  153. package/dist/components/ServiceMessage/styles.d.ts +2 -0
  154. package/dist/components/Sidebar/Sidebar.d.ts +9 -0
  155. package/dist/components/Sidebar/Sidebar.stories.d.ts +2 -0
  156. package/dist/components/Sidebar/index.d.ts +2 -0
  157. package/dist/components/Sidebar/sidebarStyles.d.ts +1 -0
  158. package/dist/components/SortableTable/cell.d.ts +7 -0
  159. package/dist/components/SortableTable/index.d.ts +3 -0
  160. package/dist/components/SortableTable/row.d.ts +11 -0
  161. package/dist/components/SortableTable/row.style.d.ts +5 -0
  162. package/dist/components/SortableTable/stories/index.d.ts +1 -0
  163. package/dist/components/SortableTable/table.d.ts +20 -0
  164. package/dist/components/ToC/component.d.ts +8 -0
  165. package/dist/components/ToC/components/context-provider.d.ts +17 -0
  166. package/dist/components/ToC/components/index.d.ts +4 -0
  167. package/dist/components/ToC/components/nav-tree-node.d.ts +19 -0
  168. package/dist/components/ToC/components/nav-tree-node.style.d.ts +5 -0
  169. package/dist/components/ToC/components/nav-tree.d.ts +9 -0
  170. package/dist/components/ToC/components/nav-tree.style.d.ts +2 -0
  171. package/dist/components/ToC/components/nav.d.ts +7 -0
  172. package/dist/components/ToC/components/nav.style.d.ts +2 -0
  173. package/dist/components/ToC/context.d.ts +11 -0
  174. package/dist/components/ToC/index.d.ts +4 -0
  175. package/dist/components/ToC/stories/_scaffold.d.ts +5 -0
  176. package/dist/components/ToC/stories/_text.d.ts +3 -0
  177. package/dist/components/ToC/stories/index.d.ts +1 -0
  178. package/dist/components/ToC/stories/standard.d.ts +3 -0
  179. package/dist/components/ToC/utils/element-level.d.ts +5 -0
  180. package/dist/components/ToC/utils/identity-element.d.ts +8 -0
  181. package/dist/components/ToC/utils/normalize.d.ts +12 -0
  182. package/dist/components/ToC/utils/tree-builder.d.ts +7 -0
  183. package/dist/components/index.d.ts +68 -0
  184. package/dist/hooks/index.d.ts +3 -0
  185. package/dist/hooks/use-content-elements.d.ts +9 -0
  186. package/dist/hooks/use-date.d.ts +13 -0
  187. package/dist/hooks/use-debounce.d.ts +21 -0
  188. package/dist/index.d.ts +41 -0
  189. package/dist/index.js +57855 -0
  190. package/dist/index.js.map +1 -0
  191. package/dist/setupEnzyme.d.ts +1 -0
  192. package/dist/setupTests.d.ts +1 -0
  193. package/dist/stories/index.d.ts +4 -0
  194. package/dist/styling/Colors/colors.d.ts +27 -0
  195. package/dist/styling/Colors/index.d.ts +2 -0
  196. package/dist/styling/hex2rgb.d.ts +3 -0
  197. package/dist/styling/index.d.ts +3 -0
  198. package/dist/utils/dateHelper.d.ts +27 -0
  199. package/dist/utils/index.d.ts +2 -0
  200. package/dist/utils/keyboard.d.ts +6 -0
  201. package/package.json +179 -0
@@ -0,0 +1,11 @@
1
+ import { TableColumn } from './GrepTable';
2
+ interface ICurriculum {
3
+ id: number;
4
+ code: string;
5
+ title: string;
6
+ statusText: string;
7
+ lastModified: string;
8
+ }
9
+ export declare const tableColumns: TableColumn<ICurriculum>[];
10
+ export declare const tableData: (samples?: number) => ICurriculum[];
11
+ export {};
@@ -0,0 +1,13 @@
1
+ import { PropsWithChildren, FunctionComponent } from 'react';
2
+ import { TableCellProps } from '@material-ui/core/TableCell';
3
+ import { TableColumn } from './GrepTable';
4
+ export interface Properties<T> extends TableCellProps {
5
+ row?: T;
6
+ column: TableColumn<T>;
7
+ lines?: number;
8
+ selected?: boolean;
9
+ }
10
+ declare type ComponentProperties<T> = PropsWithChildren<Properties<T>>;
11
+ export declare type Component<T> = FunctionComponent<ComponentProperties<T>>;
12
+ export declare const GrepTableRow: Component<any>;
13
+ export default GrepTableRow;
@@ -0,0 +1,14 @@
1
+ import React from 'react';
2
+ import { TableColumn } from './GrepTable';
3
+ import { TableSortLabelProps } from '@material-ui/core/TableSortLabel';
4
+ interface Properties<T> extends TableSortLabelProps {
5
+ column: TableColumn<T>;
6
+ onSortBy?: (row: T) => void;
7
+ }
8
+ declare type Component<T> = React.FunctionComponent<Properties<T>>;
9
+ interface Styles<T> {
10
+ column: TableColumn<T>;
11
+ }
12
+ export declare const useStyles: (props: Styles<any>) => Record<"th", string>;
13
+ export declare const TableHeaderCell: Component<any>;
14
+ export default TableHeaderCell;
@@ -0,0 +1,14 @@
1
+ import React from 'react';
2
+ import { TableHeadProps } from '@material-ui/core/TableHead';
3
+ import { TableColumn } from './GrepTable';
4
+ import { DropdownMenuItem } from '../DropdownMenu';
5
+ interface Properties<T> extends TableHeadProps {
6
+ columns: Array<TableColumn<T>>;
7
+ sortBy?: string;
8
+ sortDirection?: 'desc' | 'asc';
9
+ onSortBy?: (col: TableColumn<T>) => any;
10
+ dropdownItems?: Array<DropdownMenuItem<T>>;
11
+ }
12
+ declare type Component<T> = React.FunctionComponent<Properties<T>>;
13
+ export declare const TableHeader: Component<any>;
14
+ export default TableHeader;
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ import { TablePaginationProps } from '@material-ui/core/TablePagination';
3
+ declare type Properties = TablePaginationProps;
4
+ declare type Component = React.FunctionComponent<Properties>;
5
+ export declare const useStyles: (props?: any) => Record<"caption" | "input" | "toolbar" | "spacer", string>;
6
+ export declare const GrepTablePagination: Component;
7
+ export default GrepTablePagination;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import { TableColumn } from './GrepTable';
3
+ interface Properties<T> {
4
+ columns: Array<TableColumn<T>>;
5
+ text?: string;
6
+ }
7
+ declare type Component<T> = React.FunctionComponent<Properties<T>>;
8
+ export declare const GrepTablePlaceholder: Component<any>;
9
+ export default GrepTablePlaceholder;
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ import { TableRowProps } from '@material-ui/core/TableRow/TableRow';
3
+ import { TableColumn } from './GrepTable';
4
+ import { Properties as TableCellProperties } from './grep-table-cell';
5
+ interface Properties<T> extends TableRowProps, Pick<TableCellProperties<T>, 'variant'> {
6
+ row: T;
7
+ columns: Array<TableColumn<T>>;
8
+ clickable?: boolean;
9
+ height?: number;
10
+ }
11
+ declare type Component<T> = React.FunctionComponent<Properties<T>>;
12
+ export declare const GrepTableRow: Component<any>;
13
+ export default GrepTableRow;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ export declare const PaginationTextButton: import("react").ComponentType<Pick<import("@material-ui/core/OverridableComponent").DefaultComponentProps<import("@material-ui/core").ExtendButtonBaseTypeMap<import("@material-ui/core").ButtonTypeMap<{}, "button">>>, "color" | "translate" | "hidden" | "size" | "style" | "disabled" | "form" | "slot" | "title" | "ref" | "className" | "innerRef" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "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" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "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" | "css" | "key" | "href" | "type" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "value" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "startIcon" | "variant" | "action" | "buttonRef" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "onFocusVisible" | "TouchRippleProps"> & import("@material-ui/core").StyledComponentProps<"root">>;
3
+ export declare const PaginationButton: import("react").ComponentType<(Pick<Pick<import("@material-ui/core/OverridableComponent").DefaultComponentProps<import("@material-ui/core").ExtendButtonBaseTypeMap<import("@material-ui/core").ButtonTypeMap<{}, "button">>>, "color" | "translate" | "hidden" | "size" | "style" | "disabled" | "form" | "slot" | "title" | "ref" | "className" | "innerRef" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "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" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "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" | "css" | "key" | "href" | "type" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "value" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "startIcon" | "variant" | "action" | "buttonRef" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "onFocusVisible" | "TouchRippleProps"> & import("@material-ui/core").StyledComponentProps<"root">, "color" | "translate" | "hidden" | "size" | "style" | "disabled" | "form" | "slot" | "title" | "ref" | "classes" | "className" | "innerRef" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "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" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "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" | "css" | "key" | "href" | "type" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "value" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "startIcon" | "variant" | "action" | "buttonRef" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "onFocusVisible" | "TouchRippleProps"> & import("@material-ui/core/styles/withTheme").ThemedComponentProps) | (Pick<import("react").PropsWithChildren<Pick<import("@material-ui/core/OverridableComponent").DefaultComponentProps<import("@material-ui/core").ExtendButtonBaseTypeMap<import("@material-ui/core").ButtonTypeMap<{}, "button">>>, "color" | "translate" | "hidden" | "size" | "style" | "disabled" | "form" | "slot" | "title" | "ref" | "className" | "innerRef" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "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" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "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" | "css" | "key" | "href" | "type" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "value" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "startIcon" | "variant" | "action" | "buttonRef" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "onFocusVisible" | "TouchRippleProps"> & import("@material-ui/core").StyledComponentProps<"root">>, "color" | "translate" | "hidden" | "size" | "style" | "disabled" | "form" | "slot" | "title" | "ref" | "classes" | "className" | "innerRef" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "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" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "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" | "css" | "key" | "href" | "type" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "value" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "startIcon" | "variant" | "action" | "buttonRef" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "onFocusVisible" | "TouchRippleProps"> & import("@material-ui/core/styles/withTheme").ThemedComponentProps)>;
@@ -0,0 +1,2 @@
1
+ export { default } from './GrepTable';
2
+ export * from './GrepTable';
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ export interface GreyCoverProps {
3
+ elevation?: number;
4
+ }
5
+ declare const _default: React.ComponentType<GreyCoverProps>;
6
+ export default _default;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const StyledGreyCover: import("react").ComponentType<(Pick<import("../CleanPaper").CleanPaperProps, "style" | "onClick" | "elevation"> & import("@material-ui/styles/withStyles/withStyles").StyledComponentProps<"root">) | (Pick<import("react").PropsWithChildren<import("../CleanPaper").CleanPaperProps>, "style" | "children" | "onClick" | "elevation"> & import("@material-ui/styles/withStyles/withStyles").StyledComponentProps<"root">)>;
@@ -0,0 +1,2 @@
1
+ export { default } from './GreyCover';
2
+ export * from './GreyCover';
@@ -0,0 +1,13 @@
1
+ import * as React from 'react';
2
+ export interface InfoField {
3
+ key: string;
4
+ value: string;
5
+ }
6
+ interface InfoProps {
7
+ header?: string;
8
+ inline?: boolean;
9
+ infoFields: InfoField[];
10
+ style?: React.CSSProperties;
11
+ }
12
+ declare const _default: React.ComponentType<InfoProps>;
13
+ export default _default;
@@ -0,0 +1,2 @@
1
+ export { default } from './InfoContainer';
2
+ export * from './InfoContainer';
@@ -0,0 +1,13 @@
1
+ import * as React from 'react';
2
+ export declare const InfoKey: React.FC<{
3
+ style?: React.CSSProperties;
4
+ }>;
5
+ export declare const InfoValue: React.FC<{
6
+ style?: React.CSSProperties;
7
+ }>;
8
+ export declare const InfoHeader: React.FC<{
9
+ style?: React.CSSProperties;
10
+ }>;
11
+ export declare const InfoField: React.ComponentType<(Pick<import("../CleanPaper").CleanPaperProps, "style" | "onClick" | "elevation"> & import("@material-ui/styles/withStyles/withStyles").StyledComponentProps<"root">) | (Pick<React.PropsWithChildren<import("../CleanPaper").CleanPaperProps>, "style" | "children" | "onClick" | "elevation"> & import("@material-ui/styles/withStyles/withStyles").StyledComponentProps<"root">)>;
12
+ export declare const Container: React.ComponentType<(Pick<import("../CleanPaper").CleanPaperProps, "style" | "onClick" | "elevation"> & import("@material-ui/styles/withStyles/withStyles").StyledComponentProps<"root">) | (Pick<React.PropsWithChildren<import("../CleanPaper").CleanPaperProps>, "style" | "children" | "onClick" | "elevation"> & import("@material-ui/styles/withStyles/withStyles").StyledComponentProps<"root">)>;
13
+ export declare const HorizontalContainer: React.ComponentType<(Pick<import("../CleanPaper").CleanPaperProps, "style" | "onClick" | "elevation"> & import("@material-ui/styles/withStyles/withStyles").StyledComponentProps<"root">) | (Pick<React.PropsWithChildren<import("../CleanPaper").CleanPaperProps>, "style" | "children" | "onClick" | "elevation"> & import("@material-ui/styles/withStyles/withStyles").StyledComponentProps<"root">)>;
@@ -0,0 +1,9 @@
1
+ import * as React from 'react';
2
+ import { NavigationProps } from '..';
3
+ interface Props {
4
+ title: string;
5
+ pages: NavigationProps[];
6
+ onPageClick: (page: NavigationProps) => any;
7
+ }
8
+ declare const _default: React.ComponentType<Props>;
9
+ export default _default;
@@ -0,0 +1,2 @@
1
+ import { NavigationProps } from '../AppBarNavList';
2
+ export declare const adminPages: NavigationProps[];
@@ -0,0 +1,2 @@
1
+ export { default } from './LinkList';
2
+ export * from './LinkList';
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const Title: import("react").ComponentType<Pick<import("@material-ui/core/OverridableComponent").DefaultComponentProps<import("@material-ui/core/Typography/Typography").TypographyTypeMap<{}, "span">>, "color" | "display" | "translate" | "hidden" | "style" | "slot" | "title" | "ref" | "className" | "innerRef" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "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" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "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" | "css" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variant" | "variantMapping"> & import("@material-ui/styles/withStyles/withStyles").StyledComponentProps<"root">>;
@@ -0,0 +1,10 @@
1
+ import React, { ReactNode } from 'react';
2
+ interface Properties {
3
+ show: boolean;
4
+ overlay?: string;
5
+ children?: ReactNode;
6
+ minHeight?: number | string;
7
+ minTime?: number;
8
+ }
9
+ export declare const LoadingOverlay: React.FC<Properties>;
10
+ export default LoadingOverlay;
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ export interface MainLayoutProps {
3
+ children: React.ReactNode;
4
+ }
5
+ declare const _default: React.ComponentType<MainLayoutProps>;
6
+ export default _default;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,2 @@
1
+ export { default } from './MainLayout';
2
+ export * from './MainLayout';
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const StyledMainLayout: import("react").ComponentType<(Pick<import("../CleanPaper").CleanPaperProps, "style" | "onClick" | "elevation"> & import("@material-ui/styles/withStyles/withStyles").StyledComponentProps<"root">) | (Pick<import("react").PropsWithChildren<import("../CleanPaper").CleanPaperProps>, "style" | "children" | "onClick" | "elevation"> & import("@material-ui/styles/withStyles/withStyles").StyledComponentProps<"root">)>;
@@ -0,0 +1,14 @@
1
+ /// <reference types="react" />
2
+ export interface NavGuardProperties {
3
+ when: boolean;
4
+ title: string;
5
+ txt: string;
6
+ txtSave: string;
7
+ txtCancel: string;
8
+ txtDiscard: string;
9
+ onDiscard?: () => void;
10
+ onCancel?: () => void;
11
+ onSave?: () => void;
12
+ }
13
+ declare const _default: ({ when, title, txt, txtSave, txtCancel, txtDiscard, onSave, onCancel, onDiscard, }: NavGuardProperties) => JSX.Element;
14
+ export default _default;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ declare const _default: ({ children }: {
3
+ children: React.ReactNode;
4
+ }) => JSX.Element;
5
+ export default _default;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const _default: () => JSX.Element;
3
+ export default _default;
@@ -0,0 +1 @@
1
+ export declare const useStyles: (props?: any) => Record<"discard", string>;
@@ -0,0 +1,8 @@
1
+ import * as React from 'react';
2
+ interface NavigateBackProps {
3
+ label: string;
4
+ style?: React.CSSProperties;
5
+ onClick: () => void;
6
+ }
7
+ declare const _default: React.ComponentType<NavigateBackProps>;
8
+ export default _default;
@@ -0,0 +1,2 @@
1
+ export { default } from './NavigateBack';
2
+ export * from './NavigateBack';
@@ -0,0 +1,7 @@
1
+ import * as React from 'react';
2
+ export interface OverflowTooltipProps {
3
+ title: any;
4
+ force?: boolean;
5
+ }
6
+ declare const _default: React.ComponentType<OverflowTooltipProps>;
7
+ export default _default;
@@ -0,0 +1,2 @@
1
+ export { default } from './OverflowTooltip';
2
+ export * from './OverflowTooltip';
@@ -0,0 +1,10 @@
1
+ import * as React from 'react';
2
+ interface Props {
3
+ firstName: string;
4
+ lastName: string;
5
+ email: string;
6
+ phoneNumber: string;
7
+ role: string;
8
+ }
9
+ declare const _default: React.ComponentType<Props>;
10
+ export default _default;
@@ -0,0 +1,7 @@
1
+ export declare const user: {
2
+ firstName: string;
3
+ lastName: string;
4
+ email: string;
5
+ phoneNumber: string;
6
+ role: string;
7
+ };
@@ -0,0 +1,2 @@
1
+ export { default } from './ProfileInfo';
2
+ export * from './ProfileInfo';
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ export declare const Container: import("react").ComponentType<(Pick<import("../CleanPaper").CleanPaperProps, "style" | "onClick" | "elevation"> & import("@material-ui/styles/withStyles/withStyles").StyledComponentProps<"root">) | (Pick<import("react").PropsWithChildren<import("../CleanPaper").CleanPaperProps>, "style" | "children" | "onClick" | "elevation"> & import("@material-ui/styles/withStyles/withStyles").StyledComponentProps<"root">)>;
3
+ export declare const ProfileField: import("react").ComponentType<(Pick<import("@material-ui/core/TextField/TextField").StandardTextFieldProps, "color" | "translate" | "margin" | "hidden" | "size" | "style" | "disabled" | "label" | "slot" | "select" | "title" | "ref" | "children" | "onClick" | "className" | "innerRef" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "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" | "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" | "css" | "fullWidth" | "error" | "focused" | "hiddenLabel" | "required" | "variant" | "InputProps" | "inputProps" | "autoComplete" | "autoFocus" | "FormHelperTextProps" | "helperText" | "InputLabelProps" | "inputRef" | "multiline" | "name" | "rows" | "rowsMax" | "SelectProps" | "type" | "value"> & import("@material-ui/styles/withStyles/withStyles").StyledComponentProps<"root">) | (Pick<import("@material-ui/core/TextField/TextField").FilledTextFieldProps, "color" | "translate" | "margin" | "hidden" | "size" | "style" | "disabled" | "label" | "slot" | "select" | "title" | "ref" | "children" | "onClick" | "className" | "innerRef" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "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" | "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" | "css" | "fullWidth" | "error" | "focused" | "hiddenLabel" | "required" | "variant" | "InputProps" | "inputProps" | "autoComplete" | "autoFocus" | "FormHelperTextProps" | "helperText" | "InputLabelProps" | "inputRef" | "multiline" | "name" | "rows" | "rowsMax" | "SelectProps" | "type" | "value"> & import("@material-ui/styles/withStyles/withStyles").StyledComponentProps<"root">) | (Pick<import("@material-ui/core/TextField/TextField").OutlinedTextFieldProps, "color" | "translate" | "margin" | "hidden" | "size" | "style" | "disabled" | "label" | "slot" | "select" | "title" | "ref" | "children" | "onClick" | "className" | "innerRef" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "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" | "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" | "css" | "fullWidth" | "error" | "focused" | "hiddenLabel" | "required" | "variant" | "InputProps" | "inputProps" | "autoComplete" | "autoFocus" | "FormHelperTextProps" | "helperText" | "InputLabelProps" | "inputRef" | "multiline" | "name" | "rows" | "rowsMax" | "SelectProps" | "type" | "value"> & import("@material-ui/styles/withStyles/withStyles").StyledComponentProps<"root">)>;
@@ -0,0 +1,14 @@
1
+ import * as React from 'react';
2
+ interface SearchBarProps {
3
+ helpText?: string;
4
+ outlined?: boolean;
5
+ autoFocus?: boolean;
6
+ initValue?: string;
7
+ placeholder?: string;
8
+ searchAllText?: string;
9
+ onClear: () => void;
10
+ onSearchAll?: () => void;
11
+ onInputChange: (value: string) => void;
12
+ }
13
+ declare const _default: React.ComponentType<SearchBarProps>;
14
+ export default _default;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,2 @@
1
+ export { default } from './SearchBar';
2
+ export * from './SearchBar';
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ export declare const Outer: import("react").ComponentType<(Pick<import("../CleanPaper").CleanPaperProps, "style" | "onClick" | "elevation"> & import("@material-ui/styles/withStyles/withStyles").StyledComponentProps<"root">) | (Pick<import("react").PropsWithChildren<import("../CleanPaper").CleanPaperProps>, "style" | "children" | "onClick" | "elevation"> & import("@material-ui/styles/withStyles/withStyles").StyledComponentProps<"root">)>;
3
+ export declare const IconBox: import("react").ComponentType<(Pick<import("../CleanPaper").CleanPaperProps, "style" | "onClick" | "elevation"> & import("@material-ui/styles/withStyles/withStyles").StyledComponentProps<"root">) | (Pick<import("react").PropsWithChildren<import("../CleanPaper").CleanPaperProps>, "style" | "children" | "onClick" | "elevation"> & import("@material-ui/styles/withStyles/withStyles").StyledComponentProps<"root">)>;
4
+ export declare const StyledInput: import("react").ComponentType<(Pick<import("@material-ui/core/TextField/TextField").StandardTextFieldProps, "color" | "translate" | "margin" | "hidden" | "size" | "style" | "disabled" | "label" | "slot" | "select" | "title" | "ref" | "children" | "onClick" | "className" | "innerRef" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "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" | "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" | "css" | "fullWidth" | "error" | "focused" | "hiddenLabel" | "required" | "variant" | "InputProps" | "inputProps" | "autoComplete" | "autoFocus" | "FormHelperTextProps" | "helperText" | "InputLabelProps" | "inputRef" | "multiline" | "name" | "rows" | "rowsMax" | "SelectProps" | "type" | "value"> & import("@material-ui/styles/withStyles/withStyles").StyledComponentProps<"root">) | (Pick<import("@material-ui/core/TextField/TextField").FilledTextFieldProps, "color" | "translate" | "margin" | "hidden" | "size" | "style" | "disabled" | "label" | "slot" | "select" | "title" | "ref" | "children" | "onClick" | "className" | "innerRef" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "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" | "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" | "css" | "fullWidth" | "error" | "focused" | "hiddenLabel" | "required" | "variant" | "InputProps" | "inputProps" | "autoComplete" | "autoFocus" | "FormHelperTextProps" | "helperText" | "InputLabelProps" | "inputRef" | "multiline" | "name" | "rows" | "rowsMax" | "SelectProps" | "type" | "value"> & import("@material-ui/styles/withStyles/withStyles").StyledComponentProps<"root">) | (Pick<import("@material-ui/core/TextField/TextField").OutlinedTextFieldProps, "color" | "translate" | "margin" | "hidden" | "size" | "style" | "disabled" | "label" | "slot" | "select" | "title" | "ref" | "children" | "onClick" | "className" | "innerRef" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "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" | "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" | "css" | "fullWidth" | "error" | "focused" | "hiddenLabel" | "required" | "variant" | "InputProps" | "inputProps" | "autoComplete" | "autoFocus" | "FormHelperTextProps" | "helperText" | "InputLabelProps" | "inputRef" | "multiline" | "name" | "rows" | "rowsMax" | "SelectProps" | "type" | "value"> & import("@material-ui/styles/withStyles/withStyles").StyledComponentProps<"root">)>;
5
+ export declare const HelpText: import("react").ComponentType<Pick<import("@material-ui/core/OverridableComponent").DefaultComponentProps<import("@material-ui/core/Typography/Typography").TypographyTypeMap<{}, "span">>, "color" | "display" | "translate" | "hidden" | "style" | "slot" | "title" | "ref" | "children" | "onClick" | "className" | "innerRef" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "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" | "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" | "css" | "variant" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import("@material-ui/styles/withStyles/withStyles").StyledComponentProps<"root">>;
@@ -0,0 +1,9 @@
1
+ /// <reference types="react" />
2
+ declare type Props = {
3
+ id: number;
4
+ message: string;
5
+ isPublic?: boolean;
6
+ onDismiss?: (id: number) => void;
7
+ };
8
+ declare const _default: ({ id, message, isPublic, onDismiss }: Props) => JSX.Element;
9
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: (props?: any) => Record<"button" | "message" | "messageText" | "messageType" | "warning" | "close", string>;
2
+ export default _default;
@@ -0,0 +1,9 @@
1
+ /// <reference types="react" />
2
+ import { NavigationProps } from '..';
3
+ export interface SidebarProps {
4
+ currentPageId?: number;
5
+ pages: NavigationProps[];
6
+ onPageClick: (page: NavigationProps) => any;
7
+ }
8
+ declare const _default: ({ pages, onPageClick, currentPageId }: SidebarProps) => JSX.Element;
9
+ export default _default;
@@ -0,0 +1,2 @@
1
+ import { NavigationProps } from '../AppBarNavList';
2
+ export declare const adminPages: NavigationProps[];
@@ -0,0 +1,2 @@
1
+ export { default } from './Sidebar';
2
+ export * from './Sidebar';
@@ -0,0 +1 @@
1
+ export declare const useStyles: (props?: any) => Record<"text" | "icon" | "container" | "item" | "selected", string>;
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ import { TableCellProps } from '@material-ui/core/TableCell';
3
+ export interface Properties extends TableCellProps {
4
+ locked: boolean;
5
+ }
6
+ export declare function SortableTableCell({ locked, children, ...props }: React.PropsWithChildren<Properties>): JSX.Element;
7
+ export default SortableTableCell;
@@ -0,0 +1,3 @@
1
+ import SortableTable from './table';
2
+ export * from './table';
3
+ export default SortableTable;
@@ -0,0 +1,11 @@
1
+ /// <reference types="react" />
2
+ import { CellNode } from './table';
3
+ interface Properties<T> {
4
+ id: string | number;
5
+ item: T;
6
+ index: number;
7
+ disabled?: boolean;
8
+ render: (item: T) => CellNode[];
9
+ }
10
+ export declare function SortableTableRow<T>({ item, id, index, render, disabled, }: Properties<T>): JSX.Element;
11
+ export default SortableTableRow;
@@ -0,0 +1,5 @@
1
+ interface Properties {
2
+ isDragging: boolean;
3
+ }
4
+ export declare const useStyles: (props: Properties) => Record<"row", string>;
5
+ export default useStyles;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,20 @@
1
+ import { ReactNode } from 'react';
2
+ import { TableCellProps } from '@material-ui/core/TableCell';
3
+ export interface CellNode {
4
+ value: ReactNode;
5
+ properties?: TableCellProps;
6
+ }
7
+ interface Properties<T = unknown> {
8
+ columns: Array<keyof T>;
9
+ items: T[];
10
+ disabled?: boolean;
11
+ identify: (item: T) => string | number;
12
+ headerValue?: (column: keyof T) => CellNode | ReactNode;
13
+ cellValue?: (column: keyof T, item: T) => CellNode | ReactNode;
14
+ onChange?: (order: {
15
+ id: string | number;
16
+ index: number;
17
+ }[]) => void;
18
+ }
19
+ export declare const SortableTable: <T extends unknown>({ columns, items, identify, headerValue, cellValue, disabled, onChange, }: Properties<T>) => JSX.Element;
20
+ export default SortableTable;