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
package/README.md ADDED
@@ -0,0 +1,46 @@
1
+ # Komponentbibliotek
2
+
3
+ [![npm package](https://img.shields.io/npm/v/grep-components/latest.svg)](https://www.npmjs.com/package/grep-components)
4
+ [![Build](https://github.com/Utdanningsdirektoratet/Grep-komponenter/actions/workflows/build.yml/badge.svg)](https://github.com/Utdanningsdirektoratet/Grep-komponenter/actions/workflows/build.yml)
5
+
6
+ Komponentbibliotek for Grep. Brukes i Læreplanutvikleren og Grepadmin
7
+
8
+ # Installation
9
+
10
+ npm i grep-components
11
+
12
+ ## Features
13
+
14
+ - Bundles `cjs` and `es` module formats
15
+ - [create-react-app](https://github.com/facebookincubator/create-react-app) for example usage and local dev
16
+ - [Rollup](https://rollupjs.org/) for bundling
17
+ - [Babel](https://babeljs.io/) for transpiling
18
+ - [Jest](https://facebook.github.io/jest/) & [Enzyme](https://github.com/airbnb/enzyme) for testing
19
+ - Typescript
20
+ - Sourcemap creation
21
+ - [Storybook](https://storybook.js.org) for easy development of components
22
+ - [commitlint](https://github.com/conventional-changelog/commitlint) to enforce the [conventional commit format](https://www.conventionalcommits.org/en/v1.0.0/)
23
+ - [semantic-release](https://github.com/semantic-release/semantic-release) for version management and package publishing
24
+ - [Github Actions](https://docs.github.com/en/actions) for running build, test and release jobs
25
+ - [Dependabot](https://dependabot.com/) for dependency management
26
+
27
+ ## Publishing
28
+
29
+ Pushing to `master` or any feature-branch (`feature/some-feature`) will automatically run the [release-workflow](https://github.com/Utdanningsdirektoratet/Grep-komponenter/blob/master/.github/workflows/release.yml). This will build the package, analyze the commits to determine next version number and publish the new version to [NPM](https://www.npmjs.com/package/grep-components) and [Github](https://github.com/Utdanningsdirektoratet/Grep-komponenter/releases). Current and previous runs can be seen [here](https://github.com/Utdanningsdirektoratet/Grep-komponenter/actions/workflows/release.yml).
30
+
31
+ [Semantic-release](https://github.com/semantic-release/semantic-release) will determine the next version number by looking at the commit message prefix:
32
+
33
+ | Prefix | Release type | Example commit message |
34
+ | :----- | :--------------- | :------------------ |
35
+ | BREAKING CHANGE | Major release | BREAKING CHANGE: Some breaking changes |
36
+ | feat | Minor release | feat: Some minor changes |
37
+ | fix, perf, revert, refactor, build(deps) | Patch release | fix: Some fixes |
38
+
39
+ If a commit contains none of these, then no release will be created / published.
40
+
41
+ The release-workflow can also be manually triggered from [here](https://github.com/Utdanningsdirektoratet/Grep-komponenter/actions/workflows/release.yml), but will still only release if there is a commit with a valid prefix.
42
+
43
+ ### Important
44
+ - Commits with the `chore` prefix will skip the release-workflow job
45
+ - Feature-branches have to start with `feature/` to be included in the release-workflow. **Example:** `feature/some-feature`
46
+ - Published versions from a valid feature-branch will get the branch-name, excluding the `feature/` part, as a dist-tag in NPM. **Example:** `feature/some-feature` on version 0.18.0 will become `0.18.0-some-feature.1` and can be installed by running `npm i grep-components@some-feature`
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const _default: React.ComponentType<{}>;
3
+ 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 StyledAppBar: import("react").ComponentType<Pick<import("@material-ui/core/AppBar").AppBarProps, "color" | "position" | "translate" | "hidden" | "style" | "square" | "slot" | "title" | "ref" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "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" | "component" | "elevation" | "variant" | "innerRef"> & import("@material-ui/styles/withStyles/withStyles").StyledComponentProps<"root" | "positionFixed">>;
@@ -0,0 +1,2 @@
1
+ export { default } from './AppBar';
2
+ export * from './AppBar';
@@ -0,0 +1,9 @@
1
+ import * as React from 'react';
2
+ export interface AppBarLogoProps {
3
+ title: string;
4
+ environment: string;
5
+ imageSrc: string;
6
+ imageAlt: string;
7
+ }
8
+ declare const _default: React.ComponentType<AppBarLogoProps>;
9
+ export default _default;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ export declare const AppTitle: 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">>;
3
+ export declare const AppEnvironment: 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">>;
4
+ export declare const AppBarContainer: 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 './AppBarLogo';
2
+ export * from './AppBarLogo';
@@ -0,0 +1,15 @@
1
+ import * as React from 'react';
2
+ export interface NavigationProps {
3
+ id: number;
4
+ label: string;
5
+ toUrl?: string;
6
+ children?: NavigationProps[];
7
+ linkIcon?: React.ReactElement<any>;
8
+ }
9
+ export interface AppBarNavListProps {
10
+ selectedPage: number;
11
+ pages: NavigationProps[];
12
+ onChange: (selectedPage: number) => void;
13
+ }
14
+ declare const _default: React.ComponentType<AppBarNavListProps>;
15
+ export default _default;
@@ -0,0 +1,6 @@
1
+ export declare const navbarPages: {
2
+ id: number;
3
+ label: string;
4
+ onClick: (url: string) => void;
5
+ toUrl: string;
6
+ }[];
@@ -0,0 +1,11 @@
1
+ import * as React from 'react';
2
+ interface StyledTabsProps {
3
+ value: number;
4
+ onChange: (event: React.ChangeEvent<unknown>, newValue: number) => void;
5
+ }
6
+ export declare const StyledTabs: React.ComponentType<Pick<StyledTabsProps, "value" | "onChange"> & import("@material-ui/core/styles").StyledComponentProps<"root" | "indicator">>;
7
+ interface StyledTabProps {
8
+ label: string;
9
+ }
10
+ export declare const StyledTab: React.ComponentType<Pick<StyledTabProps, "label"> & import("@material-ui/core/styles").StyledComponentProps<"root">>;
11
+ export {};
@@ -0,0 +1,2 @@
1
+ export { default } from './AppBarNavList';
2
+ export * from './AppBarNavList';
@@ -0,0 +1,8 @@
1
+ import * as React from 'react';
2
+ export interface AppBarProfileProps {
3
+ userRole: string;
4
+ fullName: string;
5
+ onButtonClick: (args?: any) => void;
6
+ }
7
+ declare const _default: React.ComponentType<AppBarProfileProps>;
8
+ export default _default;
@@ -0,0 +1,5 @@
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 UserContainer: 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 UserName: 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" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variant" | "variantMapping"> & import("@material-ui/styles/withStyles/withStyles").StyledComponentProps<"root">>;
5
+ export declare const UserRole: 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" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variant" | "variantMapping"> & import("@material-ui/styles/withStyles/withStyles").StyledComponentProps<"root">>;
@@ -0,0 +1,2 @@
1
+ export { default } from './AppBarProfile';
2
+ export * from './AppBarProfile';
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ export interface AppBarTopProps {
3
+ children?: React.ReactNode;
4
+ }
5
+ declare const _default: React.ComponentType<AppBarTopProps>;
6
+ export default _default;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const StyledAppBarTop: 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 './AppBarTop';
2
+ export * from './AppBarTop';
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ export interface BodyLayoutProps {
3
+ children?: React.ReactNode;
4
+ }
5
+ declare const _default: React.ComponentType<BodyLayoutProps>;
6
+ export default _default;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const StyledBodyLayout: 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 './BodyLayout';
2
+ export * from './BodyLayout';
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ export interface CenterLayoutProps {
3
+ style?: React.CSSProperties;
4
+ }
5
+ declare const _default: React.ComponentType<CenterLayoutProps>;
6
+ export default _default;
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const StyledCenterLayout: 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 './CenterLayout';
2
+ export * from './CenterLayout';
@@ -0,0 +1,7 @@
1
+ import * as React from 'react';
2
+ import { CircularProgressProps } from '@material-ui/core/CircularProgress';
3
+ interface Props extends CircularProgressProps {
4
+ height?: number | string;
5
+ }
6
+ declare const _default: React.ComponentType<Props>;
7
+ export default _default;
@@ -0,0 +1,2 @@
1
+ export { default } from './CircularLoading';
2
+ export * from './CircularLoading';
@@ -0,0 +1,11 @@
1
+ import * as React from 'react';
2
+ export interface CleanPaperProps {
3
+ onClick?: () => void;
4
+ style?: React.CSSProperties;
5
+ elevation?: number;
6
+ classes: {
7
+ root: string;
8
+ };
9
+ }
10
+ declare const _default: React.ComponentType<CleanPaperProps>;
11
+ export default _default;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const CleanedPaper: import("react").ComponentType<Pick<import("@material-ui/core/Paper").PaperProps, "color" | "translate" | "hidden" | "style" | "square" | "slot" | "title" | "ref" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "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" | "component" | "elevation" | "variant" | "innerRef"> & import("@material-ui/styles/withStyles/withStyles").StyledComponentProps<"root">>;
@@ -0,0 +1,2 @@
1
+ export { default } from './CleanPaper';
2
+ export * from './CleanPaper';
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ export interface ConfirmationOptions {
3
+ title: string;
4
+ description: string;
5
+ warning?: boolean;
6
+ confirmText?: string;
7
+ cancelText?: string;
8
+ }
9
+ interface Props extends Partial<ConfirmationOptions> {
10
+ open: boolean;
11
+ onSubmit: () => void;
12
+ onCancel: () => void;
13
+ }
14
+ export declare const ConfirmationDialog: React.FC<Props>;
15
+ export {};
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { ConfirmationOptions } from './dialog';
3
+ export declare const ConfirmationServiceProvider: React.FC;
4
+ export declare const useConfirmation: () => (options: ConfirmationOptions) => Promise<void>;
@@ -0,0 +1 @@
1
+ export declare const useStyles: (props?: any) => Record<"discard", string>;
@@ -0,0 +1,10 @@
1
+ import * as React from 'react';
2
+ import { NavigationProps } from '..';
3
+ interface Props {
4
+ title: string;
5
+ pages: NavigationProps[];
6
+ style?: React.CSSProperties;
7
+ onPageClick: (page: NavigationProps) => void;
8
+ }
9
+ declare const _default: React.ComponentType<Props>;
10
+ export default _default;
@@ -0,0 +1,2 @@
1
+ import { NavigationProps } from '../AppBarNavList';
2
+ export declare const myPages: NavigationProps[];
@@ -0,0 +1,7 @@
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 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" | "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" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variant" | "variantMapping"> & import("@material-ui/styles/withStyles/withStyles").StyledComponentProps<"root">>;
4
+ export declare const StyledList: import("react").ComponentType<Pick<import("@material-ui/core/OverridableComponent").DefaultComponentProps<import("@material-ui/core/List/List").ListTypeMap<{}, "ul">>, "color" | "translate" | "hidden" | "style" | "dense" | "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" | "disablePadding" | "subheader"> & import("@material-ui/styles/withStyles/withStyles").StyledComponentProps<"root">>;
5
+ export declare const StyledListItem: import("react").ComponentType<Pick<import("@material-ui/core/OverridableComponent").DefaultComponentProps<import("@material-ui/core").ExtendButtonBaseTypeMap<import("@material-ui/core/ListItem/ListItem").ListItemTypeMap<{
6
+ button: true;
7
+ }, "div">>>, "alignItems" | "color" | "translate" | "button" | "hidden" | "style" | "dense" | "disabled" | "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" | "autoFocus" | "ContainerComponent" | "ContainerProps" | "disableGutters" | "divider" | "focusVisibleClassName" | "selected" | "action" | "buttonRef" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "onFocusVisible" | "TouchRippleProps"> & import("@material-ui/styles/withStyles/withStyles").StyledComponentProps<never>>;
@@ -0,0 +1,2 @@
1
+ export { default } from './ContainedLinkList';
2
+ export * from './ContainedLinkList';
@@ -0,0 +1,8 @@
1
+ import * as React from 'react';
2
+ import { GrepTableProps } from '../GrepTable/GrepTable';
3
+ interface CurriculumListProps<T> extends GrepTableProps<T> {
4
+ title: string;
5
+ style?: React.CSSProperties;
6
+ }
7
+ declare const _default: <T extends unknown>(props: CurriculumListProps<T>) => JSX.Element;
8
+ export default _default;
@@ -0,0 +1,7 @@
1
+ export declare const curriculums: {
2
+ id: number;
3
+ code: string;
4
+ title: string;
5
+ statusText: string;
6
+ lastModified: string;
7
+ }[];
@@ -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 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" | "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" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variant" | "variantMapping"> & import("@material-ui/styles/withStyles/withStyles").StyledComponentProps<"root">>;
@@ -0,0 +1,2 @@
1
+ export { default } from './CurriculumTable';
2
+ export * from './CurriculumTable';
@@ -0,0 +1,8 @@
1
+ import { DropdownMenuItem } from '..';
2
+ interface TestMenuItem {
3
+ label: string;
4
+ handleClick: VoidFunction;
5
+ disabled?: boolean;
6
+ }
7
+ export declare const menuItems: DropdownMenuItem<TestMenuItem>[];
8
+ export {};
@@ -0,0 +1,26 @@
1
+ import React, { PropsWithChildren, FunctionComponent } from 'react';
2
+ import { MenuItemProps } from '@material-ui/core/MenuItem';
3
+ /**
4
+ * TypeError: Failed to construct 'CustomEvent': Please use the 'new' operator, this DOM object constructor cannot be called as a function.
5
+ * hack to make React emulate event
6
+ *
7
+ * export class CollapsableMenuStatusEvent extends CustomEvent<React.Ref<any>> {}
8
+ */
9
+ declare class CollapsableMenuStatusEvent {
10
+ type: ToggleState;
11
+ currentTarget: React.Ref<any>;
12
+ private _defaultPrevented?;
13
+ get defaultPrevented(): boolean;
14
+ constructor(type: ToggleState, currentTarget: React.Ref<any>);
15
+ preventDefault(): void;
16
+ }
17
+ export declare type ToggleState = 'collapse' | 'expand';
18
+ export interface Properties extends Omit<MenuItemProps, 'button'> {
19
+ items?: React.ReactNode;
20
+ tooltipText?: string;
21
+ onToggle?: (event: CollapsableMenuStatusEvent) => void;
22
+ onClose?: (event: CollapsableMenuStatusEvent) => void;
23
+ level: number;
24
+ }
25
+ export declare const CollapsableMenuItem: FunctionComponent<PropsWithChildren<Properties>>;
26
+ export default CollapsableMenuItem;
@@ -0,0 +1,6 @@
1
+ interface Properties {
2
+ open: boolean;
3
+ indent: number;
4
+ }
5
+ export declare const useStyles: (props: Properties) => Record<"root" | "subMenu" | "expander", string>;
6
+ export default useStyles;
@@ -0,0 +1,9 @@
1
+ import { PropsWithChildren, FunctionComponent } from 'react';
2
+ import { StandardProps } from '@material-ui/core';
3
+ import { TransitionProps } from '@material-ui/core/transitions/transition';
4
+ import { CollapseClassKey } from '@material-ui/core/Collapse';
5
+ interface Properties extends StandardProps<TransitionProps, CollapseClassKey> {
6
+ onMenuClose?: VoidFunction;
7
+ }
8
+ export declare const CollapsableMenu: FunctionComponent<PropsWithChildren<Properties>>;
9
+ export default CollapsableMenu;
@@ -0,0 +1,17 @@
1
+ /// <reference types="react" />
2
+ import { MenuProps } from '@material-ui/core/Menu';
3
+ import { MenuItemProps } from '@material-ui/core/MenuItem/MenuItem';
4
+ declare type BooleanFunction<T> = (context?: T) => boolean;
5
+ export declare type DropdownMenuItem<T> = Omit<MenuItemProps, 'disabled'> & {
6
+ label: string;
7
+ tooltipText?: string;
8
+ disabled?: BooleanFunction<T> | boolean;
9
+ children?: Array<DropdownMenuItem<T>>;
10
+ handleClick?: (context?: T) => void;
11
+ };
12
+ export interface DropdownMenuProps<T> extends MenuProps {
13
+ context?: T;
14
+ menuItems: Array<DropdownMenuItem<T>>;
15
+ }
16
+ declare const _default: <T extends unknown>({ context, menuItems, ...menuProps }: DropdownMenuProps<T>) => JSX.Element;
17
+ export default _default;