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.
- package/README.md +46 -0
- package/dist/components/AppBar/AppBar.d.ts +3 -0
- package/dist/components/AppBar/AppBar.stories.d.ts +1 -0
- package/dist/components/AppBar/AppBar.test.d.ts +1 -0
- package/dist/components/AppBar/appBarStyles.d.ts +2 -0
- package/dist/components/AppBar/index.d.ts +2 -0
- package/dist/components/AppBarLogo/AppBarLogo.d.ts +9 -0
- package/dist/components/AppBarLogo/AppBarLogo.stories.d.ts +1 -0
- package/dist/components/AppBarLogo/AppBarLogo.test.d.ts +1 -0
- package/dist/components/AppBarLogo/appBarLogoStyles.d.ts +4 -0
- package/dist/components/AppBarLogo/index.d.ts +2 -0
- package/dist/components/AppBarNavList/AppBarNavList.d.ts +15 -0
- package/dist/components/AppBarNavList/AppBarNavList.stories.d.ts +6 -0
- package/dist/components/AppBarNavList/AppBarNavList.test.d.ts +1 -0
- package/dist/components/AppBarNavList/appBarNavListStyles.d.ts +11 -0
- package/dist/components/AppBarNavList/index.d.ts +2 -0
- package/dist/components/AppBarProfile/AppBarProfile.d.ts +8 -0
- package/dist/components/AppBarProfile/AppBarProfile.stories.d.ts +1 -0
- package/dist/components/AppBarProfile/AppBarProfile.test.d.ts +1 -0
- package/dist/components/AppBarProfile/appBarProfileStyles.d.ts +5 -0
- package/dist/components/AppBarProfile/index.d.ts +2 -0
- package/dist/components/AppBarTop/AppBarTop.d.ts +6 -0
- package/dist/components/AppBarTop/AppBarTop.test.d.ts +1 -0
- package/dist/components/AppBarTop/appBarTopStyles.d.ts +2 -0
- package/dist/components/AppBarTop/index.d.ts +2 -0
- package/dist/components/BodyLayout/BodyLayout.d.ts +6 -0
- package/dist/components/BodyLayout/BodyLayout.test.d.ts +1 -0
- package/dist/components/BodyLayout/bodyLayoutStyles.d.ts +2 -0
- package/dist/components/BodyLayout/index.d.ts +2 -0
- package/dist/components/CenterLayout/CenterLayout.d.ts +6 -0
- package/dist/components/CenterLayout/CenterLayout.stories.d.ts +1 -0
- package/dist/components/CenterLayout/CenterLayout.test.d.ts +1 -0
- package/dist/components/CenterLayout/centerLayoutStyles.d.ts +2 -0
- package/dist/components/CenterLayout/index.d.ts +2 -0
- package/dist/components/CircularLoading/CircularLoading.d.ts +7 -0
- package/dist/components/CircularLoading/CircularLoading.stories.d.ts +1 -0
- package/dist/components/CircularLoading/index.d.ts +2 -0
- package/dist/components/CleanPaper/CleanPaper.d.ts +11 -0
- package/dist/components/CleanPaper/CleanPaper.test.d.ts +1 -0
- package/dist/components/CleanPaper/cleanPaperStyles.d.ts +2 -0
- package/dist/components/CleanPaper/index.d.ts +2 -0
- package/dist/components/ConfirmationDialog/dialog.d.ts +15 -0
- package/dist/components/ConfirmationDialog/index.d.ts +4 -0
- package/dist/components/ConfirmationDialog/stories/dialog.stories.d.ts +1 -0
- package/dist/components/ConfirmationDialog/styles.d.ts +1 -0
- package/dist/components/ContainedLinkList/ContainedLinkList.d.ts +10 -0
- package/dist/components/ContainedLinkList/ContainedLinkList.stories.d.ts +2 -0
- package/dist/components/ContainedLinkList/containedLinkListStyles.d.ts +7 -0
- package/dist/components/ContainedLinkList/index.d.ts +2 -0
- package/dist/components/CurriculumTable/CurriculumTable.d.ts +8 -0
- package/dist/components/CurriculumTable/CurriculumTable.stories.d.ts +7 -0
- package/dist/components/CurriculumTable/curriculumTableStyles.d.ts +3 -0
- package/dist/components/CurriculumTable/index.d.ts +2 -0
- package/dist/components/DropdownMenu/DropDownMenu.stories.d.ts +8 -0
- package/dist/components/DropdownMenu/DropDownMenu.test.d.ts +1 -0
- package/dist/components/DropdownMenu/collapsable-menu-item.d.ts +26 -0
- package/dist/components/DropdownMenu/collapsable-menu-item.style.d.ts +6 -0
- package/dist/components/DropdownMenu/collapsable-menu.d.ts +9 -0
- package/dist/components/DropdownMenu/dropdown-menu.d.ts +17 -0
- package/dist/components/DropdownMenu/dropdown-menu.style.d.ts +2 -0
- package/dist/components/DropdownMenu/index.d.ts +2 -0
- package/dist/components/DropdownMenu/tooltip-menu-item.d.ts +7 -0
- package/dist/components/Footer/Footer.d.ts +11 -0
- package/dist/components/Footer/Footer.stories.d.ts +2 -0
- package/dist/components/Footer/footerStyles.d.ts +1 -0
- package/dist/components/Footer/index.d.ts +2 -0
- package/dist/components/GDPR/GDPR.d.ts +3 -0
- package/dist/components/GDPR/GDPR.stories.d.ts +2 -0
- package/dist/components/GDPR/gdprStyles.d.ts +6 -0
- package/dist/components/GDPR/index.d.ts +2 -0
- package/dist/components/GrepCrumbs/GrepCrumbs.d.ts +12 -0
- package/dist/components/GrepCrumbs/GrepCrumbs.stories.d.ts +2 -0
- package/dist/components/GrepCrumbs/grepCrumbStyles.d.ts +1 -0
- package/dist/components/GrepCrumbs/index.d.ts +2 -0
- package/dist/components/GrepDatePicker/DatePicker.d.ts +11 -0
- package/dist/components/GrepDatePicker/DatePicker.stories.d.ts +1 -0
- package/dist/components/GrepDatePicker/DatePicker.test.d.ts +1 -0
- package/dist/components/GrepDatePicker/index.d.ts +2 -0
- package/dist/components/GrepDateRange/index.d.ts +17 -0
- package/dist/components/GrepDateRange/stories/index.d.ts +1 -0
- package/dist/components/GrepEditor/GrepEditor.stories.d.ts +1 -0
- package/dist/components/GrepEditor/buttons/InlineButton.d.ts +11 -0
- package/dist/components/GrepEditor/buttons/button.d.ts +12 -0
- package/dist/components/GrepEditor/buttons/index.d.ts +2 -0
- package/dist/components/GrepEditor/buttons/styles.d.ts +1 -0
- package/dist/components/GrepEditor/context.d.ts +10 -0
- package/dist/components/GrepEditor/editor.d.ts +36 -0
- package/dist/components/GrepEditor/handlers/key.d.ts +5 -0
- package/dist/components/GrepEditor/index.d.ts +12 -0
- package/dist/components/GrepEditor/plugins/_link.d.ts +14 -0
- package/dist/components/GrepEditor/provider.d.ts +9 -0
- package/dist/components/GrepEditor/style.d.ts +7 -0
- package/dist/components/GrepEditor/toolbars/floating-toolbar.d.ts +5 -0
- package/dist/components/GrepEditor/toolbars/floating-toolbar.style.d.ts +4 -0
- package/dist/components/GrepEditor/toolbars/index.d.ts +7 -0
- package/dist/components/GrepEditor/utils.d.ts +16 -0
- package/dist/components/GrepInput/GrepInput.d.ts +8 -0
- package/dist/components/GrepInput/GrepInput.stories.d.ts +1 -0
- package/dist/components/GrepInput/index.d.ts +2 -0
- package/dist/components/GrepSelect/GrepSelect.d.ts +18 -0
- package/dist/components/GrepSelect/GrepSelect.stories.d.ts +1 -0
- package/dist/components/GrepSelect/index.d.ts +2 -0
- package/dist/components/GrepTable/GrepPaginationActions.d.ts +18 -0
- package/dist/components/GrepTable/GrepTable.d.ts +54 -0
- package/dist/components/GrepTable/GrepTable.stories.d.ts +11 -0
- package/dist/components/GrepTable/grep-table-cell.d.ts +13 -0
- package/dist/components/GrepTable/grep-table-header-cell.d.ts +14 -0
- package/dist/components/GrepTable/grep-table-header.d.ts +14 -0
- package/dist/components/GrepTable/grep-table-pagination.d.ts +7 -0
- package/dist/components/GrepTable/grep-table-placeholder.d.ts +9 -0
- package/dist/components/GrepTable/grep-table-row.d.ts +13 -0
- package/dist/components/GrepTable/grepTableStyles.d.ts +3 -0
- package/dist/components/GrepTable/index.d.ts +2 -0
- package/dist/components/GreyCover/GreyCover.d.ts +6 -0
- package/dist/components/GreyCover/GreyCover.stories.d.ts +1 -0
- package/dist/components/GreyCover/GreyCover.test.d.ts +1 -0
- package/dist/components/GreyCover/greyCoverStyles.d.ts +2 -0
- package/dist/components/GreyCover/index.d.ts +2 -0
- package/dist/components/InfoContainer/InfoContainer.d.ts +13 -0
- package/dist/components/InfoContainer/index.d.ts +2 -0
- package/dist/components/InfoContainer/infoContainer.stories.d.ts +1 -0
- package/dist/components/InfoContainer/infoContainerStyles.d.ts +13 -0
- package/dist/components/LinkList/LinkList.d.ts +9 -0
- package/dist/components/LinkList/LinkList.stories.d.ts +2 -0
- package/dist/components/LinkList/index.d.ts +2 -0
- package/dist/components/LinkList/linkListStyles.d.ts +2 -0
- package/dist/components/LoadingOverlay/LoadingOverlay.stories.d.ts +1 -0
- package/dist/components/LoadingOverlay/index.d.ts +10 -0
- package/dist/components/MainLayout/MainLayout.d.ts +6 -0
- package/dist/components/MainLayout/MainLayout.stories.d.ts +1 -0
- package/dist/components/MainLayout/MainLayout.test.d.ts +1 -0
- package/dist/components/MainLayout/index.d.ts +2 -0
- package/dist/components/MainLayout/mainLayoutStyles.d.ts +2 -0
- package/dist/components/NavGuard/index.d.ts +14 -0
- package/dist/components/NavGuard/stories/_scaffold.d.ts +5 -0
- package/dist/components/NavGuard/stories/index.d.ts +1 -0
- package/dist/components/NavGuard/stories/standard.d.ts +3 -0
- package/dist/components/NavGuard/styles.d.ts +1 -0
- package/dist/components/NavigateBack/NavigateBack.d.ts +8 -0
- package/dist/components/NavigateBack/index.d.ts +2 -0
- package/dist/components/NavigateBack/navigateBack.stories.d.ts +1 -0
- package/dist/components/OverflowTooltip/OverflowTooltip.d.ts +7 -0
- package/dist/components/OverflowTooltip/index.d.ts +2 -0
- package/dist/components/ProfileInfo/ProfileInfo.d.ts +10 -0
- package/dist/components/ProfileInfo/ProfileInfo.stories.d.ts +7 -0
- package/dist/components/ProfileInfo/index.d.ts +2 -0
- package/dist/components/ProfileInfo/profileInfoStyles.d.ts +3 -0
- package/dist/components/SearchBar/SearchBar.d.ts +14 -0
- package/dist/components/SearchBar/SearchBar.stories.d.ts +1 -0
- package/dist/components/SearchBar/index.d.ts +2 -0
- package/dist/components/SearchBar/searchBarStyles.d.ts +5 -0
- package/dist/components/ServiceMessage/index.d.ts +9 -0
- package/dist/components/ServiceMessage/styles.d.ts +2 -0
- package/dist/components/Sidebar/Sidebar.d.ts +9 -0
- package/dist/components/Sidebar/Sidebar.stories.d.ts +2 -0
- package/dist/components/Sidebar/index.d.ts +2 -0
- package/dist/components/Sidebar/sidebarStyles.d.ts +1 -0
- package/dist/components/SortableTable/cell.d.ts +7 -0
- package/dist/components/SortableTable/index.d.ts +3 -0
- package/dist/components/SortableTable/row.d.ts +11 -0
- package/dist/components/SortableTable/row.style.d.ts +5 -0
- package/dist/components/SortableTable/stories/index.d.ts +1 -0
- package/dist/components/SortableTable/table.d.ts +20 -0
- package/dist/components/ToC/component.d.ts +8 -0
- package/dist/components/ToC/components/context-provider.d.ts +17 -0
- package/dist/components/ToC/components/index.d.ts +4 -0
- package/dist/components/ToC/components/nav-tree-node.d.ts +19 -0
- package/dist/components/ToC/components/nav-tree-node.style.d.ts +5 -0
- package/dist/components/ToC/components/nav-tree.d.ts +9 -0
- package/dist/components/ToC/components/nav-tree.style.d.ts +2 -0
- package/dist/components/ToC/components/nav.d.ts +7 -0
- package/dist/components/ToC/components/nav.style.d.ts +2 -0
- package/dist/components/ToC/context.d.ts +11 -0
- package/dist/components/ToC/index.d.ts +4 -0
- package/dist/components/ToC/stories/_scaffold.d.ts +5 -0
- package/dist/components/ToC/stories/_text.d.ts +3 -0
- package/dist/components/ToC/stories/index.d.ts +1 -0
- package/dist/components/ToC/stories/standard.d.ts +3 -0
- package/dist/components/ToC/utils/element-level.d.ts +5 -0
- package/dist/components/ToC/utils/identity-element.d.ts +8 -0
- package/dist/components/ToC/utils/normalize.d.ts +12 -0
- package/dist/components/ToC/utils/tree-builder.d.ts +7 -0
- package/dist/components/index.d.ts +68 -0
- package/dist/hooks/index.d.ts +3 -0
- package/dist/hooks/use-content-elements.d.ts +9 -0
- package/dist/hooks/use-date.d.ts +13 -0
- package/dist/hooks/use-debounce.d.ts +21 -0
- package/dist/index.d.ts +41 -0
- package/dist/index.js +57855 -0
- package/dist/index.js.map +1 -0
- package/dist/setupEnzyme.d.ts +1 -0
- package/dist/setupTests.d.ts +1 -0
- package/dist/stories/index.d.ts +4 -0
- package/dist/styling/Colors/colors.d.ts +27 -0
- package/dist/styling/Colors/index.d.ts +2 -0
- package/dist/styling/hex2rgb.d.ts +3 -0
- package/dist/styling/index.d.ts +3 -0
- package/dist/utils/dateHelper.d.ts +27 -0
- package/dist/utils/index.d.ts +2 -0
- package/dist/utils/keyboard.d.ts +6 -0
- package/package.json +179 -0
package/README.md
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
# Komponentbibliotek
|
|
2
|
+
|
|
3
|
+
[](https://www.npmjs.com/package/grep-components)
|
|
4
|
+
[](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 @@
|
|
|
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 @@
|
|
|
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,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 @@
|
|
|
1
|
+
export {};
|
|
@@ -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 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -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,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 @@
|
|
|
1
|
+
export {};
|
|
@@ -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,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 @@
|
|
|
1
|
+
export {};
|
|
@@ -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,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,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,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 @@
|
|
|
1
|
+
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,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;
|