@surveycake/rc 3.0.0-alpha.17 → 3.0.0-alpha.20
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/CHANGELOG.md +27 -5
- package/dist/V2/Icon/index.d.ts +1 -0
- package/dist/V2/IconButton/IconButton.stories.d.ts +1 -1
- package/dist/V2/IconButton/styles.d.ts +3 -0
- package/dist/V2/Tab/index.d.ts +8 -0
- package/dist/V2/Tab/styles.d.ts +3 -0
- package/dist/V2/Tabs/Tabs.stories.d.ts +6 -0
- package/dist/V2/Tabs/index.d.ts +10 -0
- package/dist/V2/Tabs/styles.d.ts +3 -0
- package/dist/V2/index.d.ts +2 -0
- package/dist/rc.cjs.development.js +120 -40
- package/dist/rc.cjs.development.js.map +1 -1
- package/dist/rc.cjs.production.min.js +1 -1
- package/dist/rc.cjs.production.min.js.map +1 -1
- package/dist/rc.esm.js +119 -39
- package/dist/rc.esm.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,13 +2,35 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [3.0.0-alpha.20](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.19...v3.0.0-alpha.20) (2021-11-26)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* adjust dialog divider padding ([6a360c8](https://fox.25sprout.com/surveycake/sdk/rc/commit/6a360c84f636e71924e616dff97dd4c13a0522ee))
|
|
11
|
+
|
|
12
|
+
## [3.0.0-alpha.19](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.18...v3.0.0-alpha.19) (2021-11-24)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* add Tab and Tabs to V2 components - surveycake/pm[#5004](https://fox.25sprout.com/surveycake/pm/-/issues/5004) ([21fa9b8](https://fox.25sprout.com/surveycake/sdk/rc/commit/21fa9b836e7dbd563d8c34ecc6f053d84343385f))
|
|
18
|
+
|
|
19
|
+
## [3.0.0-alpha.18](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.17...v3.0.0-alpha.18) (2021-11-23)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* add MoreHoriz icon - surveycake/pm[#5004](https://fox.25sprout.com/surveycake/pm/-/issues/5004) ([96858bb](https://fox.25sprout.com/surveycake/sdk/rc/commit/96858bb85ab3f1a8580b592591fe696c3ef9dbe1))
|
|
25
|
+
* adjust IconButton styles - surveycake/pm[#5004](https://fox.25sprout.com/surveycake/pm/-/issues/5004) ([efe52c6](https://fox.25sprout.com/surveycake/sdk/rc/commit/efe52c69a35288e82b86ca89f2daee198b5c4677))
|
|
26
|
+
|
|
5
27
|
## [3.0.0-alpha.17](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.16...v3.0.0-alpha.17) (2021-11-22)
|
|
6
28
|
|
|
7
29
|
|
|
8
30
|
### Features
|
|
9
31
|
|
|
10
32
|
* add filterAlt icon and normalize icon name ([d433e50](https://fox.25sprout.com/surveycake/sdk/rc/commit/d433e501d726a15abf79f89b2823452461d040d0))
|
|
11
|
-
* add several icons - surveycake/pm[#5004](https://fox.25sprout.com
|
|
33
|
+
* add several icons - surveycake/pm[#5004](https://fox.25sprout.com/surveycake/pm/-/issues/5004) ([a3a011a](https://fox.25sprout.com/surveycake/sdk/rc/commit/a3a011a9d510aab9fe9f5195fe07ef1c59964cb6))
|
|
12
34
|
|
|
13
35
|
|
|
14
36
|
### Bug Fixes
|
|
@@ -37,7 +59,7 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
37
59
|
|
|
38
60
|
### Features
|
|
39
61
|
|
|
40
|
-
* add GroupSelect component - surveycake/pm[#4917](https://fox.25sprout.com
|
|
62
|
+
* add GroupSelect component - surveycake/pm[#4917](https://fox.25sprout.com/surveycake/pm/-/issues/4917) ([6ff962a](https://fox.25sprout.com/surveycake/sdk/rc/commit/6ff962a6b694569d90472103de459c18a897313c))
|
|
41
63
|
|
|
42
64
|
## [3.0.0-alpha.13](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.12...v3.0.0-alpha.13) (2021-11-11)
|
|
43
65
|
|
|
@@ -52,7 +74,7 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
52
74
|
### Features
|
|
53
75
|
|
|
54
76
|
* add ButtonGroup to V2 components ([053f702](https://fox.25sprout.com/surveycake/sdk/rc/commit/053f7027a5a550c1a2b3e6b8e6da537e56ba736a))
|
|
55
|
-
* add ToggleButton and ToggleButtonGroup to V2 components - surveycake/pm[#3546](https://fox.25sprout.com
|
|
77
|
+
* add ToggleButton and ToggleButtonGroup to V2 components - surveycake/pm[#3546](https://fox.25sprout.com/surveycake/pm/-/issues/3546) ([417e968](https://fox.25sprout.com/surveycake/sdk/rc/commit/417e9680d56e2526de592d515196afb955269ba8))
|
|
56
78
|
* add Tooltip component ([a89f339](https://fox.25sprout.com/surveycake/sdk/rc/commit/a89f3397b2ae63fa458e1980afac698ef0236d3b))
|
|
57
79
|
|
|
58
80
|
|
|
@@ -275,7 +297,7 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
275
297
|
|
|
276
298
|
### Features
|
|
277
299
|
|
|
278
|
-
* restyle MenuList and MenuItem surveycake/pm[#3661](https://fox.25sprout.com
|
|
300
|
+
* restyle MenuList and MenuItem surveycake/pm[#3661](https://fox.25sprout.com/surveycake/pm/-/issues/3661) ([1f79329](https://fox.25sprout.com/surveycake/sdk/rc/commit/1f7932993e3e1408cd0ef12e6d4ffcac887f8c03))
|
|
279
301
|
|
|
280
302
|
### [2.3.10](https://fox.25sprout.com/surveycake/sdk/rc/compare/v2.3.9...v2.3.10) (2021-06-02)
|
|
281
303
|
|
|
@@ -443,7 +465,7 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
443
465
|
|
|
444
466
|
### Features
|
|
445
467
|
|
|
446
|
-
* datePicker add props disablePast/disableFuture issue qatesting[#609](https://fox.25sprout.com
|
|
468
|
+
* datePicker add props disablePast/disableFuture issue qatesting[#609](https://fox.25sprout.com/surveycake/pm/-/issues/609) ([80ddc87](https://fox.25sprout.com/surveycake/sdk/rc/commit/80ddc873a32f90e49a35aa41496d11874ca35fd6))
|
|
447
469
|
|
|
448
470
|
## [2.1.0](https://fox.25sprout.com/surveycake/sdk/rc/compare/v2.0.14...v2.1.0) (2020-12-01)
|
|
449
471
|
|
package/dist/V2/Icon/index.d.ts
CHANGED
|
@@ -18,6 +18,7 @@ export declare const Icons: {
|
|
|
18
18
|
Info: import("@material-ui/core/OverridableComponent").OverridableComponent<import("@material-ui/core/SvgIcon").SvgIconTypeMap<{}, "svg">>;
|
|
19
19
|
KeyboardArrowDown: import("@material-ui/core/OverridableComponent").OverridableComponent<import("@material-ui/core/SvgIcon").SvgIconTypeMap<{}, "svg">>;
|
|
20
20
|
Link: import("@material-ui/core/OverridableComponent").OverridableComponent<import("@material-ui/core/SvgIcon").SvgIconTypeMap<{}, "svg">>;
|
|
21
|
+
MoreHoriz: import("@material-ui/core/OverridableComponent").OverridableComponent<import("@material-ui/core/SvgIcon").SvgIconTypeMap<{}, "svg">>;
|
|
21
22
|
NavigateNext: import("@material-ui/core/OverridableComponent").OverridableComponent<import("@material-ui/core/SvgIcon").SvgIconTypeMap<{}, "svg">>;
|
|
22
23
|
OpenInNew: import("@material-ui/core/OverridableComponent").OverridableComponent<import("@material-ui/core/SvgIcon").SvgIconTypeMap<{}, "svg">>;
|
|
23
24
|
ReportProblemRounded: import("@material-ui/core/OverridableComponent").OverridableComponent<import("@material-ui/core/SvgIcon").SvgIconTypeMap<{}, "svg">>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { TabProps as MUITabProps } from '@material-ui/core/Tab';
|
|
3
|
+
export interface TabProps extends MUITabProps {
|
|
4
|
+
component?: string;
|
|
5
|
+
href?: string;
|
|
6
|
+
}
|
|
7
|
+
declare const Tab: React.ForwardRefExoticComponent<Pick<TabProps, "label" | "style" | "title" | "className" | "classes" | "innerRef" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css" | "key" | "selected" | "disabled" | "fullWidth" | "wrapped" | "component" | "href" | "disableFocusRipple" | "icon" | "textColor" | "value" | "action" | "buttonRef" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "onFocusVisible" | "TouchRippleProps"> & React.RefAttributes<HTMLDivElement>>;
|
|
8
|
+
export default Tab;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React, { ChangeEvent } from 'react';
|
|
2
|
+
import { TabsProps as MUITabsProps } from '@material-ui/core/Tabs';
|
|
3
|
+
/**
|
|
4
|
+
* https://github.com/mui-org/material-ui/issues/17454
|
|
5
|
+
*/
|
|
6
|
+
export interface TabsProps extends Omit<MUITabsProps, 'onChange'> {
|
|
7
|
+
onChange?: (event: ChangeEvent<{}>, value: any) => void;
|
|
8
|
+
}
|
|
9
|
+
declare const Tabs: React.ForwardRefExoticComponent<Pick<TabsProps, "form" | "style" | "title" | "className" | "classes" | "innerRef" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css" | "key" | "type" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "value" | "action" | "buttonRef" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "onFocusVisible" | "TouchRippleProps" | "centered" | "scrollButtons" | "indicatorColor" | "orientation" | "ScrollButtonComponent" | "selectionFollowsFocus" | "TabIndicatorProps" | "TabScrollButtonProps" | "textColor" | "variant"> & React.RefAttributes<HTMLButtonElement>>;
|
|
10
|
+
export default Tabs;
|
package/dist/V2/index.d.ts
CHANGED
|
@@ -25,6 +25,8 @@ export { default as MenuItem } from './MenuItem';
|
|
|
25
25
|
export { default as OutlinedInput } from './OutlinedInput';
|
|
26
26
|
export { default as Select } from './Select';
|
|
27
27
|
export { default as Switch } from './Switch';
|
|
28
|
+
export { default as Tab } from './Tab';
|
|
29
|
+
export { default as Tabs } from './Tabs';
|
|
28
30
|
export { default as TextField } from './TextField';
|
|
29
31
|
export { default as ToggleButton } from './ToggleButton';
|
|
30
32
|
export { default as ToggleButtonGroup } from './ToggleButtonGroup';
|
|
@@ -44,6 +44,7 @@ var HelpOutline = _interopDefault(require('@material-ui/icons/HelpOutline'));
|
|
|
44
44
|
var Info = _interopDefault(require('@material-ui/icons/Info'));
|
|
45
45
|
var KeyboardArrowDown = _interopDefault(require('@material-ui/icons/KeyboardArrowDown'));
|
|
46
46
|
var Link$3 = _interopDefault(require('@material-ui/icons/Link'));
|
|
47
|
+
var MoreHoriz = _interopDefault(require('@material-ui/icons/MoreHoriz'));
|
|
47
48
|
var NavigateNext = _interopDefault(require('@material-ui/icons/NavigateNext'));
|
|
48
49
|
var OpenInNew = _interopDefault(require('@material-ui/icons/OpenInNew'));
|
|
49
50
|
var ReportProblemRounded = _interopDefault(require('@material-ui/icons/ReportProblemRounded'));
|
|
@@ -60,6 +61,8 @@ var MUIIconButton = _interopDefault(require('@material-ui/core/IconButton'));
|
|
|
60
61
|
var MUILink = _interopDefault(require('@material-ui/core/Link'));
|
|
61
62
|
var MUIOutlinedInput = _interopDefault(require('@material-ui/core/OutlinedInput'));
|
|
62
63
|
var MUISwitch = _interopDefault(require('@material-ui/core/Switch'));
|
|
64
|
+
var MUITab = _interopDefault(require('@material-ui/core/Tab'));
|
|
65
|
+
var MUITabs = _interopDefault(require('@material-ui/core/Tabs'));
|
|
63
66
|
var MUITextField = _interopDefault(require('@material-ui/core/TextField'));
|
|
64
67
|
var MUIToggleButton = _interopDefault(require('@material-ui/lab/ToggleButton'));
|
|
65
68
|
var MUIToggleButtonGroup = _interopDefault(require('@material-ui/lab/ToggleButtonGroup'));
|
|
@@ -79,8 +82,6 @@ var core$1 = require('@emotion/core');
|
|
|
79
82
|
var Popper$1 = _interopDefault(require('@material-ui/core/Popper'));
|
|
80
83
|
var ClickAwayListener = _interopDefault(require('@material-ui/core/ClickAwayListener'));
|
|
81
84
|
var MuiMenuList = _interopDefault(require('@material-ui/core/MenuList'));
|
|
82
|
-
var MuiTabs = _interopDefault(require('@material-ui/core/Tabs'));
|
|
83
|
-
var MuiTab = _interopDefault(require('@material-ui/core/Tab'));
|
|
84
85
|
var RadioGroup = _interopDefault(require('@material-ui/core/RadioGroup'));
|
|
85
86
|
var Radio$1 = _interopDefault(require('@material-ui/core/Radio'));
|
|
86
87
|
var Checkbox = _interopDefault(require('@material-ui/core/Checkbox'));
|
|
@@ -344,7 +345,8 @@ var MuiDialogContent = {
|
|
|
344
345
|
core.spacing(1, 3, 3)
|
|
345
346
|
},
|
|
346
347
|
dividers: {
|
|
347
|
-
borderTop: 'none'
|
|
348
|
+
borderTop: 'none',
|
|
349
|
+
padding: '8px 24px 24px'
|
|
348
350
|
}
|
|
349
351
|
};
|
|
350
352
|
|
|
@@ -426,6 +428,23 @@ var MuiFormLabel = {
|
|
|
426
428
|
})
|
|
427
429
|
};
|
|
428
430
|
|
|
431
|
+
var MuiIconButton = {
|
|
432
|
+
colorPrimary: {
|
|
433
|
+
'&:focus': {
|
|
434
|
+
color: core.palette.primary.main,
|
|
435
|
+
backgroundColor:
|
|
436
|
+
/*#__PURE__*/
|
|
437
|
+
polished.lighten(0.45, core.palette.primary.main)
|
|
438
|
+
},
|
|
439
|
+
'&:hover': {
|
|
440
|
+
color: core.palette.primary.main,
|
|
441
|
+
backgroundColor:
|
|
442
|
+
/*#__PURE__*/
|
|
443
|
+
polished.lighten(0.45, core.palette.primary.main)
|
|
444
|
+
}
|
|
445
|
+
}
|
|
446
|
+
};
|
|
447
|
+
|
|
429
448
|
var MuiLink = {
|
|
430
449
|
root: {
|
|
431
450
|
'&:hover': {
|
|
@@ -436,6 +455,27 @@ var MuiLink = {
|
|
|
436
455
|
}
|
|
437
456
|
};
|
|
438
457
|
|
|
458
|
+
var MuiList = {
|
|
459
|
+
root: {
|
|
460
|
+
backgroundColor: core.palette.common.white
|
|
461
|
+
},
|
|
462
|
+
padding: {
|
|
463
|
+
paddingLeft:
|
|
464
|
+
/*#__PURE__*/
|
|
465
|
+
core.spacing(1),
|
|
466
|
+
paddingRight:
|
|
467
|
+
/*#__PURE__*/
|
|
468
|
+
core.spacing(1)
|
|
469
|
+
}
|
|
470
|
+
};
|
|
471
|
+
|
|
472
|
+
var MuiListSubheader = {
|
|
473
|
+
root: {
|
|
474
|
+
lineHeight: 1.6,
|
|
475
|
+
color: core.palette.grey[500]
|
|
476
|
+
}
|
|
477
|
+
};
|
|
478
|
+
|
|
439
479
|
var MuiMenuItem = {
|
|
440
480
|
root:
|
|
441
481
|
/*#__PURE__*/
|
|
@@ -614,6 +654,40 @@ var MuiSwitch = {
|
|
|
614
654
|
}
|
|
615
655
|
};
|
|
616
656
|
|
|
657
|
+
var MuiTab = {
|
|
658
|
+
root: {
|
|
659
|
+
padding: 0,
|
|
660
|
+
minHeight: 64,
|
|
661
|
+
maxWidth: 'initial',
|
|
662
|
+
minWidth: 'initial',
|
|
663
|
+
color: core.palette.grey[600],
|
|
664
|
+
fontSize: '1rem',
|
|
665
|
+
fontWeight: 400,
|
|
666
|
+
letterSpacing: 0,
|
|
667
|
+
textTransform: 'none',
|
|
668
|
+
'@media (min-width: 600px)': {
|
|
669
|
+
minWidth: 'initial'
|
|
670
|
+
},
|
|
671
|
+
'&:hover': {
|
|
672
|
+
color: core.palette.grey[700]
|
|
673
|
+
}
|
|
674
|
+
},
|
|
675
|
+
textColorPrimary: {
|
|
676
|
+
color: core.palette.grey[600],
|
|
677
|
+
'&$selected': {
|
|
678
|
+
'&:hover': {
|
|
679
|
+
color: core.palette.primary.dark
|
|
680
|
+
}
|
|
681
|
+
}
|
|
682
|
+
}
|
|
683
|
+
};
|
|
684
|
+
|
|
685
|
+
var MuiTabs = {
|
|
686
|
+
flexContainer: {
|
|
687
|
+
columnGap: 24
|
|
688
|
+
}
|
|
689
|
+
};
|
|
690
|
+
|
|
617
691
|
var MuiToggleButton = {
|
|
618
692
|
root: {
|
|
619
693
|
borderColor: core.palette.grey.A400,
|
|
@@ -695,27 +769,6 @@ var MuiTypography = {
|
|
|
695
769
|
}, _h6)
|
|
696
770
|
};
|
|
697
771
|
|
|
698
|
-
var MuiList = {
|
|
699
|
-
root: {
|
|
700
|
-
backgroundColor: core.palette.common.white
|
|
701
|
-
},
|
|
702
|
-
padding: {
|
|
703
|
-
paddingLeft:
|
|
704
|
-
/*#__PURE__*/
|
|
705
|
-
core.spacing(1),
|
|
706
|
-
paddingRight:
|
|
707
|
-
/*#__PURE__*/
|
|
708
|
-
core.spacing(1)
|
|
709
|
-
}
|
|
710
|
-
};
|
|
711
|
-
|
|
712
|
-
var MuiListSubheader = {
|
|
713
|
-
root: {
|
|
714
|
-
lineHeight: 1.6,
|
|
715
|
-
color: core.palette.grey[500]
|
|
716
|
-
}
|
|
717
|
-
};
|
|
718
|
-
|
|
719
772
|
var useMUITheme = function useMUITheme() {
|
|
720
773
|
return styles$5.useTheme();
|
|
721
774
|
};
|
|
@@ -731,18 +784,21 @@ styles$5.createTheme({
|
|
|
731
784
|
MuiFormControlLabel: MuiFormControlLabel,
|
|
732
785
|
MuiFormHelperText: MuiFormHelperText,
|
|
733
786
|
MuiFormLabel: MuiFormLabel,
|
|
787
|
+
MuiIconButton: MuiIconButton,
|
|
734
788
|
MuiLink: MuiLink,
|
|
789
|
+
MuiList: MuiList,
|
|
790
|
+
MuiListSubheader: MuiListSubheader,
|
|
735
791
|
MuiMenuItem: MuiMenuItem,
|
|
736
792
|
MuiOutlinedInput: MuiOutlinedInput,
|
|
737
793
|
MuiSelect: MuiSelect,
|
|
738
794
|
MuiSvgIcon: MuiSvgIcon,
|
|
739
795
|
MuiSwitch: MuiSwitch,
|
|
796
|
+
MuiTab: MuiTab,
|
|
797
|
+
MuiTabs: MuiTabs,
|
|
740
798
|
MuiToggleButton: MuiToggleButton,
|
|
741
799
|
MuiToggleButtonGroup: MuiToggleButtonGroup,
|
|
742
800
|
MuiTooltip: MuiTooltip,
|
|
743
|
-
MuiTypography: MuiTypography
|
|
744
|
-
MuiList: MuiList,
|
|
745
|
-
MuiListSubheader: MuiListSubheader
|
|
801
|
+
MuiTypography: MuiTypography
|
|
746
802
|
}
|
|
747
803
|
}, core);
|
|
748
804
|
|
|
@@ -955,6 +1011,7 @@ var Icons = {
|
|
|
955
1011
|
Info: Info,
|
|
956
1012
|
KeyboardArrowDown: KeyboardArrowDown,
|
|
957
1013
|
Link: Link$3,
|
|
1014
|
+
MoreHoriz: MoreHoriz,
|
|
958
1015
|
NavigateNext: NavigateNext,
|
|
959
1016
|
OpenInNew: OpenInNew,
|
|
960
1017
|
ReportProblemRounded: ReportProblemRounded,
|
|
@@ -1161,13 +1218,8 @@ GroupSelect.displayName = 'GroupSelect';
|
|
|
1161
1218
|
var IconButton =
|
|
1162
1219
|
/*#__PURE__*/
|
|
1163
1220
|
React.forwardRef(function (props, ref) {
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
rest = _objectWithoutPropertiesLoose(props, ["size"]);
|
|
1167
|
-
|
|
1168
|
-
return React__default.createElement(MUIIconButton, Object.assign({}, rest, {
|
|
1169
|
-
ref: ref,
|
|
1170
|
-
size: size
|
|
1221
|
+
return React__default.createElement(MUIIconButton, Object.assign({}, props, {
|
|
1222
|
+
ref: ref
|
|
1171
1223
|
}));
|
|
1172
1224
|
});
|
|
1173
1225
|
IconButton.displayName = 'IconButton';
|
|
@@ -1226,6 +1278,32 @@ React.forwardRef(function (props, ref) {
|
|
|
1226
1278
|
});
|
|
1227
1279
|
Switch.displayName = 'Switch';
|
|
1228
1280
|
|
|
1281
|
+
var Tab =
|
|
1282
|
+
/*#__PURE__*/
|
|
1283
|
+
React.forwardRef(function (props, ref) {
|
|
1284
|
+
return React__default.createElement(MUITab, Object.assign({}, props, {
|
|
1285
|
+
ref: ref
|
|
1286
|
+
}), props.children);
|
|
1287
|
+
});
|
|
1288
|
+
|
|
1289
|
+
var Tabs =
|
|
1290
|
+
/*#__PURE__*/
|
|
1291
|
+
React.forwardRef(function (props, ref) {
|
|
1292
|
+
var children = props.children,
|
|
1293
|
+
_props$indicatorColor = props.indicatorColor,
|
|
1294
|
+
indicatorColor = _props$indicatorColor === void 0 ? 'primary' : _props$indicatorColor,
|
|
1295
|
+
_props$textColor = props.textColor,
|
|
1296
|
+
textColor = _props$textColor === void 0 ? 'primary' : _props$textColor,
|
|
1297
|
+
restProps = _objectWithoutPropertiesLoose(props, ["children", "indicatorColor", "onFocusVisible", "textColor"]);
|
|
1298
|
+
|
|
1299
|
+
return React__default.createElement(MUITabs, Object.assign({}, restProps, {
|
|
1300
|
+
ref: ref,
|
|
1301
|
+
indicatorColor: indicatorColor,
|
|
1302
|
+
textColor: textColor
|
|
1303
|
+
}), children);
|
|
1304
|
+
});
|
|
1305
|
+
Tabs.displayName = 'Tabs';
|
|
1306
|
+
|
|
1229
1307
|
var TextField =
|
|
1230
1308
|
/*#__PURE__*/
|
|
1231
1309
|
React.forwardRef(function (props, ref) {
|
|
@@ -1295,6 +1373,8 @@ var index = {
|
|
|
1295
1373
|
OutlinedInput: OutlinedInput,
|
|
1296
1374
|
Select: Select,
|
|
1297
1375
|
Switch: Switch,
|
|
1376
|
+
Tab: Tab,
|
|
1377
|
+
Tabs: Tabs,
|
|
1298
1378
|
TextField: TextField,
|
|
1299
1379
|
ToggleButton: ToggleButton,
|
|
1300
1380
|
ToggleButtonGroup: ToggleButtonGroup,
|
|
@@ -2889,7 +2969,7 @@ styles$5.makeStyles({
|
|
|
2889
2969
|
}
|
|
2890
2970
|
});
|
|
2891
2971
|
|
|
2892
|
-
var Tabs =
|
|
2972
|
+
var Tabs$1 =
|
|
2893
2973
|
/*#__PURE__*/
|
|
2894
2974
|
React.forwardRef(function (_ref, ref) {
|
|
2895
2975
|
var children = _ref.children,
|
|
@@ -2898,7 +2978,7 @@ React.forwardRef(function (_ref, ref) {
|
|
|
2898
2978
|
restProps = _objectWithoutPropertiesLoose(_ref, ["children", "value", "onChange"]);
|
|
2899
2979
|
|
|
2900
2980
|
var classes = useStyles$6();
|
|
2901
|
-
return React__default.createElement(
|
|
2981
|
+
return React__default.createElement(MUITabs, Object.assign({
|
|
2902
2982
|
ref: ref,
|
|
2903
2983
|
value: value,
|
|
2904
2984
|
onChange: onChange,
|
|
@@ -2935,7 +3015,7 @@ styles$5.makeStyles(function (theme) {
|
|
|
2935
3015
|
});
|
|
2936
3016
|
});
|
|
2937
3017
|
|
|
2938
|
-
var Tab =
|
|
3018
|
+
var Tab$1 =
|
|
2939
3019
|
/*#__PURE__*/
|
|
2940
3020
|
React.forwardRef(function (_ref, ref) {
|
|
2941
3021
|
var label = _ref.label,
|
|
@@ -2945,7 +3025,7 @@ React.forwardRef(function (_ref, ref) {
|
|
|
2945
3025
|
restProps = _objectWithoutPropertiesLoose(_ref, ["label", "disabled", "icon", "value"]);
|
|
2946
3026
|
|
|
2947
3027
|
var classes = useStyles$7();
|
|
2948
|
-
return React__default.createElement(
|
|
3028
|
+
return React__default.createElement(MUITab, Object.assign({
|
|
2949
3029
|
ref: ref,
|
|
2950
3030
|
classes: classes,
|
|
2951
3031
|
label: label,
|
|
@@ -5662,8 +5742,8 @@ exports.Snackbar = Snackbar;
|
|
|
5662
5742
|
exports.Step = index$4;
|
|
5663
5743
|
exports.Stepper = index$3;
|
|
5664
5744
|
exports.Switch = Switch$1;
|
|
5665
|
-
exports.Tab = Tab;
|
|
5666
|
-
exports.Tabs = Tabs;
|
|
5745
|
+
exports.Tab = Tab$1;
|
|
5746
|
+
exports.Tabs = Tabs$1;
|
|
5667
5747
|
exports.Tag = Tag;
|
|
5668
5748
|
exports.ToggleButtonGroup = ToggleButtonGroup$1;
|
|
5669
5749
|
exports.Tooltip = Tooltip$1;
|