@epilot/base-elements 4.0.0 → 4.0.1
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/dist/Accordion/AccordionSummary.d.ts +2 -2
- package/dist/Alert/Alert.d.ts +1 -1
- package/dist/Autocomplete/Autocomplete.d.ts +1 -1
- package/dist/Avatar/Avatar.d.ts +2 -2
- package/dist/Avatar/AvatarGroup.d.ts +2 -2
- package/dist/Badge/Badge.d.ts +1 -1
- package/dist/Checkbox/Checkbox.d.ts +2 -2
- package/dist/Chip/Chip.d.ts +1 -1
- package/dist/Chip/RandomColoredChip.d.ts +1 -1
- package/dist/Chip360/Chip360.d.ts +3 -3
- package/dist/Drawer360/ActionFooter.d.ts +1 -1
- package/dist/Drawer360/DiscardDialog.d.ts +1 -1
- package/dist/Drawer360/Drawer360.d.ts +2 -2
- package/dist/Drawer360/Drawer360Context.d.ts +1 -1
- package/dist/Drawer360/helpers.js +10 -6
- package/dist/Drawer360/helpers.js.map +1 -1
- package/dist/FeedbackMessage/FeedbackMessage.d.ts +1 -1
- package/dist/FeedbackRating/FeedbackRating.d.ts +1 -1
- package/dist/Icon/Icon.d.ts +2 -2
- package/dist/IconButton/IconButton.d.ts +3 -3
- package/dist/IconButtonWithText/IconButtonWithText.d.ts +2 -2
- package/dist/Image/Image.d.ts +1 -1
- package/dist/List/List.d.ts +2 -2
- package/dist/Notification/Notification.d.ts +4 -4
- package/dist/Pagination/Pagination.d.ts +1 -1
- package/dist/Pickers/DatePicker.d.ts +3 -3
- package/dist/Pickers/DateTimePicker.d.ts +2 -2
- package/dist/Pickers/TimePicker.d.ts +2 -2
- package/dist/Radio/Radio.d.ts +1 -1
- package/dist/Rating/Rating.d.ts +1 -1
- package/dist/Select/Select.d.ts +1 -1
- package/dist/Spacing/Spacing.d.ts +6 -6
- package/dist/Stepper/Stepper.d.ts +1 -1
- package/dist/Switch/Switch.d.ts +1 -1
- package/dist/Table/ResizeTableCell/ResizeTableCell.d.ts +2 -2
- package/dist/Table/ResizeTableCell/ResizeTableCellStyles.d.ts +1 -1
- package/dist/Table/ResizeTableCell/ResizeTableContext.d.ts +1 -1
- package/dist/TableColumnSettings/TableColumnSettings.d.ts +2 -2
- package/dist/Tabs/Tabs.d.ts +2 -2
- package/dist/TextField/CurrencyTextField.d.ts +2 -2
- package/dist/TextField/InlineTextField.d.ts +1 -1
- package/dist/TextField/MaskedTextField.d.ts +2 -2
- package/dist/TextField/TextField.d.ts +2 -2
- package/dist/TextField/ValidatedTextField.d.ts +1 -1
- package/dist/ThemeProvider/ThemeProvider.d.ts +2 -2
- package/dist/Tooltip/Tooltip.d.ts +1 -1
- package/dist/Tree/Tree.d.ts +4 -4
- package/dist/Typography/Typography.d.ts +11 -11
- package/dist/bundle.js +15 -15
- package/dist/bundle.js.map +1 -1
- package/dist/context/ClassPrefixContext.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import { TimePickerProps } from '..';
|
|
3
|
-
export declare function TimePicker(props: TimePickerProps):
|
|
3
|
+
export declare function TimePicker(props: TimePickerProps): JSX.Element;
|
package/dist/Radio/Radio.d.ts
CHANGED
package/dist/Rating/Rating.d.ts
CHANGED
package/dist/Select/Select.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import type { SpacingProps } from './types';
|
|
3
|
-
export declare const InsetSpacing: ({ scale, style, ...props }: SpacingProps) =>
|
|
4
|
-
export declare const InsetSquishSpacing: ({ scale, style, ...props }: SpacingProps) =>
|
|
5
|
-
export declare const InsetStretchSpacing: ({ scale, style, ...props }: SpacingProps) =>
|
|
6
|
-
export declare const StackSpacing: ({ alignItems, scale, className, ...props }: SpacingProps) =>
|
|
7
|
-
export declare const InlineSpacing: ({ alignItems, scale, className, ...props }: SpacingProps) =>
|
|
3
|
+
export declare const InsetSpacing: ({ scale, style, ...props }: SpacingProps) => JSX.Element;
|
|
4
|
+
export declare const InsetSquishSpacing: ({ scale, style, ...props }: SpacingProps) => JSX.Element;
|
|
5
|
+
export declare const InsetStretchSpacing: ({ scale, style, ...props }: SpacingProps) => JSX.Element;
|
|
6
|
+
export declare const StackSpacing: ({ alignItems, scale, className, ...props }: SpacingProps) => JSX.Element;
|
|
7
|
+
export declare const InlineSpacing: ({ alignItems, scale, className, ...props }: SpacingProps) => JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { StepperProps } from './types';
|
|
3
3
|
export { Step, StepLabel, StepContent, StepConnector } from '@material-ui/core';
|
|
4
|
-
export declare const Stepper: React.ForwardRefExoticComponent<Pick<StepperProps, "security" | "style" | "title" | "translate" | "className" | "classes" | "innerRef" | "slot" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "
|
|
4
|
+
export declare const Stepper: React.ForwardRefExoticComponent<Pick<StepperProps, "security" | "style" | "title" | "translate" | "className" | "classes" | "innerRef" | "slot" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "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" | "orientation" | "activeStep" | "connector" | "alignment"> & React.RefAttributes<unknown>>;
|
package/dist/Switch/Switch.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { SwitchProps } from './types';
|
|
3
|
-
export declare const Switch: React.MemoExoticComponent<({ label, labelPlacement, ...props }: SwitchProps) =>
|
|
3
|
+
export declare const Switch: React.MemoExoticComponent<({ label, labelPlacement, ...props }: SwitchProps) => JSX.Element>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import { TableCellProps } from '../..';
|
|
3
3
|
export declare type ResizeTableCellProps = TableCellProps & {
|
|
4
4
|
columnId: string;
|
|
@@ -9,4 +9,4 @@ export declare type ResizeTableCellProps = TableCellProps & {
|
|
|
9
9
|
minWidth?: number;
|
|
10
10
|
hasResizeDisabled?: boolean;
|
|
11
11
|
};
|
|
12
|
-
export declare const ResizeTableCell: ({ children, columnId, onDragStart, onDragEnd, onWidthChange, width, hasResizeDisabled, minWidth, style, className, ...restProps }: ResizeTableCellProps) =>
|
|
12
|
+
export declare const ResizeTableCell: ({ children, columnId, onDragStart, onDragEnd, onWidthChange, width, hasResizeDisabled, minWidth, style, className, ...restProps }: ResizeTableCellProps) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const useClasses: (props?: any) => Record<"content" | "
|
|
1
|
+
declare const useClasses: (props?: any) => Record<"content" | "container" | "hoverContainer" | "dragContainer" | "draggableContainer" | "draggableContainerActive" | "arrowLeft" | "arrowRight" | "bar", string>;
|
|
2
2
|
export default useClasses;
|
|
@@ -8,5 +8,5 @@ interface ResizeTableContextValue {
|
|
|
8
8
|
};
|
|
9
9
|
}
|
|
10
10
|
export declare const ResizeTableContext: React.Context<ResizeTableContextValue>;
|
|
11
|
-
export declare const ResizeTableContextProvider: (props: Omit<ComponentProps<typeof ResizeTableContext.Provider>, 'value'>) =>
|
|
11
|
+
export declare const ResizeTableContextProvider: (props: Omit<ComponentProps<typeof ResizeTableContext.Provider>, 'value'>) => JSX.Element;
|
|
12
12
|
export {};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import type { TableColumnSettingsProps } from './types';
|
|
3
|
-
export declare const TableColumnSettings: ({ columns, onColumnsChange, locales: _locales }: TableColumnSettingsProps) =>
|
|
3
|
+
export declare const TableColumnSettings: ({ columns, onColumnsChange, locales: _locales }: TableColumnSettingsProps) => JSX.Element;
|
package/dist/Tabs/Tabs.d.ts
CHANGED
|
@@ -2,5 +2,5 @@ import React from 'react';
|
|
|
2
2
|
import type { TabsProps } from './types';
|
|
3
3
|
export { Tab } from '@material-ui/core';
|
|
4
4
|
export { useTabContext, TabContext, TabPanel, TabList } from '@material-ui/lab';
|
|
5
|
-
export declare const Tabs: React.ForwardRefExoticComponent<Pick<TabsProps, "key" | "type" | "security" | "style" | "title" | "translate" | "className" | "classes" | "innerRef" | "form" | "slot" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "
|
|
6
|
-
export declare const PrimaryTabs: React.ForwardRefExoticComponent<Pick<import("@material-ui/core/OverridableComponent").OverrideProps<import("@material-ui/lab").TabListTypeMap<{}, import("@material-ui/core").ExtendButtonBase<import("@material-ui/core").ButtonBaseTypeMap<{}, "button">>>, import("@material-ui/core").ExtendButtonBase<import("@material-ui/core").ButtonBaseTypeMap<{}, "button">>>, "key" | "type" | "security" | "style" | "title" | "translate" | "className" | "classes" | "innerRef" | "form" | "slot" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "
|
|
5
|
+
export declare const Tabs: React.ForwardRefExoticComponent<Pick<TabsProps, "key" | "type" | "security" | "style" | "title" | "translate" | "className" | "classes" | "innerRef" | "form" | "slot" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "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" | "action" | "disabled" | "name" | "orientation" | "value" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "buttonRef" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "onFocusVisible" | "TouchRippleProps" | "variant" | "centered" | "scrollButtons" | "indicatorColor" | "ScrollButtonComponent" | "selectionFollowsFocus" | "TabIndicatorProps" | "TabScrollButtonProps" | "textColor" | "buttonsVariant"> & React.RefAttributes<HTMLButtonElement>>;
|
|
6
|
+
export declare const PrimaryTabs: React.ForwardRefExoticComponent<Pick<import("@material-ui/core/OverridableComponent").OverrideProps<import("@material-ui/lab").TabListTypeMap<{}, import("@material-ui/core").ExtendButtonBase<import("@material-ui/core").ButtonBaseTypeMap<{}, "button">>>, import("@material-ui/core").ExtendButtonBase<import("@material-ui/core").ButtonBaseTypeMap<{}, "button">>>, "key" | "type" | "security" | "style" | "title" | "translate" | "className" | "classes" | "innerRef" | "form" | "slot" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "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" | "action" | "disabled" | "name" | "orientation" | "value" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "buttonRef" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "onFocusVisible" | "TouchRippleProps" | "variant" | "centered" | "scrollButtons" | "indicatorColor" | "ScrollButtonComponent" | "selectionFollowsFocus" | "TabIndicatorProps" | "TabScrollButtonProps" | "textColor"> & React.RefAttributes<HTMLButtonElement>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import { CurrencyTextFieldProps } from './types';
|
|
3
|
-
export declare const CurrencyTextField: (props: CurrencyTextFieldProps) =>
|
|
3
|
+
export declare const CurrencyTextField: (props: CurrencyTextFieldProps) => JSX.Element;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { InlineTextFieldProps } from './types';
|
|
3
|
-
export declare const InlineTextField: React.MemoExoticComponent<(props: InlineTextFieldProps) =>
|
|
3
|
+
export declare const InlineTextField: React.MemoExoticComponent<(props: InlineTextFieldProps) => JSX.Element>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import { MaskedTextFieldProps } from './types';
|
|
3
|
-
export declare function MaskedTextField(props: MaskedTextFieldProps):
|
|
3
|
+
export declare function MaskedTextField(props: MaskedTextFieldProps): JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import type { TextFieldProps } from './types';
|
|
3
3
|
export declare const TextField: {
|
|
4
|
-
({ InputProps, inputProps, customBackgroundColor, readOnly, ...props }: TextFieldProps):
|
|
4
|
+
({ InputProps, inputProps, customBackgroundColor, readOnly, ...props }: TextFieldProps): JSX.Element;
|
|
5
5
|
displayName: string;
|
|
6
6
|
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { ValidatedTextFieldProps } from './types';
|
|
3
|
-
export declare const ValidatedTextField: React.MemoExoticComponent<(props: ValidatedTextFieldProps) =>
|
|
3
|
+
export declare const ValidatedTextField: React.MemoExoticComponent<(props: ValidatedTextFieldProps) => JSX.Element>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import '../global.css';
|
|
2
|
-
import React from 'react';
|
|
3
3
|
import { ThemeProviderProps } from './types';
|
|
4
|
-
export declare function ThemeProvider({ children, theme, classPrefix, isMuiTheme }: ThemeProviderProps):
|
|
4
|
+
export declare function ThemeProvider({ children, theme, classPrefix, isMuiTheme }: ThemeProviderProps): JSX.Element;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { TooltipProps } from './types';
|
|
3
|
-
export declare const Tooltip: React.MemoExoticComponent<({ mode, ...props }: TooltipProps) =>
|
|
3
|
+
export declare const Tooltip: React.MemoExoticComponent<({ mode, ...props }: TooltipProps) => JSX.Element>;
|
package/dist/Tree/Tree.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
export declare function TreeItem(props: any):
|
|
3
|
-
export declare function TreeView(props: any):
|
|
4
|
-
export declare const useTreeItemStyles: (props?: any) => Record<"group" | "label" | "
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare function TreeItem(props: any): JSX.Element;
|
|
3
|
+
export declare function TreeView(props: any): JSX.Element;
|
|
4
|
+
export declare const useTreeItemStyles: (props?: any) => Record<"group" | "label" | "root" | "selected" | "content" | "expanded", string>;
|
|
@@ -1,43 +1,43 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export { Typography } from '@material-ui/core';
|
|
2
|
-
import React from 'react';
|
|
3
3
|
import type { TypographyProps } from './types';
|
|
4
4
|
export declare const H1: {
|
|
5
|
-
(props: TypographyProps):
|
|
5
|
+
(props: TypographyProps): JSX.Element;
|
|
6
6
|
displayName: string;
|
|
7
7
|
};
|
|
8
8
|
export declare const H2: {
|
|
9
|
-
(props: TypographyProps):
|
|
9
|
+
(props: TypographyProps): JSX.Element;
|
|
10
10
|
displayName: string;
|
|
11
11
|
};
|
|
12
12
|
export declare const H3: {
|
|
13
|
-
(props: TypographyProps):
|
|
13
|
+
(props: TypographyProps): JSX.Element;
|
|
14
14
|
displayName: string;
|
|
15
15
|
};
|
|
16
16
|
export declare const H4: {
|
|
17
|
-
(props: TypographyProps):
|
|
17
|
+
(props: TypographyProps): JSX.Element;
|
|
18
18
|
displayName: string;
|
|
19
19
|
};
|
|
20
20
|
export declare const H5: {
|
|
21
|
-
(props: TypographyProps):
|
|
21
|
+
(props: TypographyProps): JSX.Element;
|
|
22
22
|
displayName: string;
|
|
23
23
|
};
|
|
24
24
|
export declare const H6: {
|
|
25
|
-
(props: TypographyProps):
|
|
25
|
+
(props: TypographyProps): JSX.Element;
|
|
26
26
|
displayName: string;
|
|
27
27
|
};
|
|
28
28
|
export declare const DisplayText: {
|
|
29
|
-
(props: TypographyProps):
|
|
29
|
+
(props: TypographyProps): JSX.Element;
|
|
30
30
|
defaultName: string;
|
|
31
31
|
};
|
|
32
32
|
export declare const LargeText: {
|
|
33
|
-
(props: TypographyProps):
|
|
33
|
+
(props: TypographyProps): JSX.Element;
|
|
34
34
|
displayName: string;
|
|
35
35
|
};
|
|
36
36
|
export declare const BodyText: {
|
|
37
|
-
(props: TypographyProps):
|
|
37
|
+
(props: TypographyProps): JSX.Element;
|
|
38
38
|
displayName: string;
|
|
39
39
|
};
|
|
40
40
|
export declare const SmallText: {
|
|
41
|
-
(props: TypographyProps):
|
|
41
|
+
(props: TypographyProps): JSX.Element;
|
|
42
42
|
displayName: string;
|
|
43
43
|
};
|