@epilot/base-elements 2.5.8 → 2.5.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (81) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/Accordion/Accordion.d.ts +1 -0
  3. package/dist/Accordion/AccordionActions.d.ts +1 -0
  4. package/dist/Accordion/AccordionDetails.d.ts +1 -0
  5. package/dist/Accordion/AccordionSummary.d.ts +1 -0
  6. package/dist/Accordion/types.d.ts +1 -1
  7. package/dist/AppBar/AppBar.d.ts +1 -0
  8. package/dist/Autocomplete/Autocomplete.d.ts +1 -0
  9. package/dist/Autocomplete/Autocomplete.js.map +1 -1
  10. package/dist/Autocomplete/types.d.ts +1 -1
  11. package/dist/Avatar/Avatar.d.ts +1 -0
  12. package/dist/Avatar/AvatarGroup.d.ts +1 -0
  13. package/dist/Badge/Badge.d.ts +1 -0
  14. package/dist/Box/Box.d.ts +1 -0
  15. package/dist/Breadcrumbs/Breadcrumbs.d.ts +1 -0
  16. package/dist/Button/Button.d.ts +1 -0
  17. package/dist/ButtonGroup/ButtonGroup.d.ts +1 -0
  18. package/dist/Card/Card.d.ts +1 -0
  19. package/dist/Checkbox/Checkbox.d.ts +1 -0
  20. package/dist/Chip/Chip.d.ts +1 -0
  21. package/dist/Collapse/Collapse.d.ts +1 -0
  22. package/dist/Dialog/Dialog.d.ts +1 -0
  23. package/dist/Dialog/types.d.ts +11 -5
  24. package/dist/Divider/Divider.d.ts +1 -0
  25. package/dist/Drawer/Drawer.d.ts +1 -0
  26. package/dist/Drawer/types.d.ts +1 -1
  27. package/dist/Form/types.d.ts +2 -6
  28. package/dist/Grid/Grid.d.ts +1 -0
  29. package/dist/Hidden/Hidden.d.ts +1 -0
  30. package/dist/Icon/Icon.d.ts +1 -0
  31. package/dist/Image/Image.d.ts +1 -0
  32. package/dist/Link/Link.d.ts +1 -0
  33. package/dist/List/List.d.ts +1 -0
  34. package/dist/Notification/Notification.d.ts +1 -0
  35. package/dist/Pagination/Pagination.d.ts +1 -0
  36. package/dist/Pickers/DatePicker.d.ts +3 -1
  37. package/dist/Pickers/DatePicker.js +2 -1
  38. package/dist/Pickers/DatePicker.js.map +1 -1
  39. package/dist/Pickers/DateTimePicker.d.ts +1 -0
  40. package/dist/Pickers/TimePicker.d.ts +1 -0
  41. package/dist/Popover/types.d.ts +2 -2
  42. package/dist/Progress/Progress.d.ts +1 -0
  43. package/dist/Progress/types.d.ts +2 -2
  44. package/dist/Radio/Radio.d.ts +1 -0
  45. package/dist/Radio/RadioGroup.d.ts +1 -0
  46. package/dist/Rating/Rating.d.ts +1 -0
  47. package/dist/Select/Select.d.ts +1 -0
  48. package/dist/Slide/Slide.d.ts +3 -0
  49. package/dist/Slide/Slide.js +12 -0
  50. package/dist/Slide/Slide.js.map +1 -0
  51. package/dist/Slide/index.d.ts +2 -0
  52. package/dist/Slide/index.js +8 -0
  53. package/dist/Slide/index.js.map +1 -0
  54. package/dist/Slide/types.d.ts +2 -0
  55. package/dist/Slide/types.js +3 -0
  56. package/dist/Slide/types.js.map +1 -0
  57. package/dist/Snackbar/Snackbar.d.ts +1 -0
  58. package/dist/Spacing/Spacing.d.ts +1 -0
  59. package/dist/Stepper/MobileStepper.d.ts +1 -0
  60. package/dist/Stepper/Stepper.d.ts +1 -0
  61. package/dist/Switch/Switch.d.ts +1 -0
  62. package/dist/Table/ResizeTableCell/ResizeTableCell.d.ts +1 -0
  63. package/dist/TableColumnSettings/TableColumnSettings.d.ts +1 -0
  64. package/dist/TableColumnSettings/TableColumnSettingsStyles.d.ts +1 -1
  65. package/dist/Tabs/Tabs.d.ts +1 -0
  66. package/dist/TextField/CurrencyTextField.d.ts +1 -0
  67. package/dist/TextField/InlineTextField.d.ts +1 -0
  68. package/dist/TextField/MaskedTextField.d.ts +1 -0
  69. package/dist/TextField/ValidatedTextField.d.ts +1 -0
  70. package/dist/ThemeProvider/ThemeProvider.d.ts +1 -0
  71. package/dist/ToggleButton/ToggleButton.d.ts +1 -0
  72. package/dist/ToggleButtonGroup/ToggleButtonGroup.d.ts +1 -0
  73. package/dist/Tooltip/Tooltip.d.ts +1 -0
  74. package/dist/Typography/Typography.d.ts +1 -0
  75. package/dist/bundle.js +191 -2
  76. package/dist/bundle.js.map +1 -0
  77. package/dist/index.d.ts +1 -0
  78. package/dist/index.js +1 -0
  79. package/dist/index.js.map +1 -1
  80. package/package.json +7 -8
  81. package/dist/bundle.js.LICENSE.txt +0 -64
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
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
+ ### [2.5.12](https://gitlab.com/e-pilot/frontend/base/elements/compare/v2.5.11...v2.5.12) (2022-02-11)
6
+ ### [2.5.11](https://gitlab.com/e-pilot/frontend/base/elements/compare/v2.5.10...v2.5.11) (2022-01-24)
7
+
8
+ ### [2.5.10](https://gitlab.com/e-pilot/frontend/base/elements/compare/v2.5.9...v2.5.10) (2022-01-24)
9
+
10
+ ### [2.5.9](https://gitlab.com/e-pilot/frontend/base/elements/compare/v2.5.8...v2.5.9) (2022-01-24)
11
+
5
12
  ### [2.5.8](https://gitlab.com/e-pilot/product/frontend/base/elements/compare/v2.5.7...v2.5.8) (2021-11-30)
6
13
 
7
14
 
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { AccordionProps } from './types';
2
3
  export declare function Accordion(props: AccordionProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { AccordionActionsProps } from './types';
2
3
  export declare function AccordionActions(props: AccordionActionsProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { AccordionDetailsProps } from './types';
2
3
  export declare function AccordionDetails(props: AccordionDetailsProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { AccordionSummaryProps } from './types';
2
3
  export declare function AccordionSummary(props: AccordionSummaryProps): JSX.Element;
@@ -25,7 +25,7 @@ export declare type AccordionProps = PaperProps & {
25
25
  * @param {object} event The event source of the callback.
26
26
  * @param {boolean} expanded The `expanded` state of the accordion.
27
27
  */
28
- onChange?: (event: React.ChangeEvent<{}>, expanded: boolean) => void;
28
+ onChange?: (event: React.ChangeEvent<unknown>, expanded: boolean) => void;
29
29
  /**
30
30
  * The component used for the collapse effect.
31
31
  * [Follow this guide](/components/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { AppBarProps, ToolbarProps } from './types';
2
3
  export declare function AppBar(props: AppBarProps): JSX.Element;
3
4
  export declare function Toolbar(props: ToolbarProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { AutocompleteProps } from './types';
2
3
  export declare function Autocomplete(props: AutocompleteProps): JSX.Element;
@@ -1 +1 @@
1
- {"version":3,"file":"Autocomplete.js","sourceRoot":"","sources":["../../src/Autocomplete/Autocomplete.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Autocomplete.js","sourceRoot":"","sources":["../../src/Autocomplete/Autocomplete.tsx"],"names":[],"mappings":"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"}
@@ -38,7 +38,7 @@ export declare type AutocompleteProps = Omit<MuiAutocompleteProps<any, Multiple,
38
38
  /**
39
39
  * Callback fired when the value changes.
40
40
  */
41
- onChange?: (event: React.ChangeEvent<{}>, value: string | string[] | null) => void;
41
+ onChange?: (event: React.ChangeEvent<unknown>, value: string | string[] | null) => void;
42
42
  /**
43
43
  * If true, the options will not be displayed until typing starts.
44
44
  */
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { AvatarProps } from './types';
2
3
  export declare function Avatar(props: AvatarProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { AvatarGroupProps } from './types';
2
3
  export declare function AvatarGroup(props: AvatarGroupProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { BadgeProps } from './types';
2
3
  export declare function Badge(props: BadgeProps): JSX.Element;
package/dist/Box/Box.d.ts CHANGED
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { BoxProps } from './types';
2
3
  export declare function Box(props: BoxProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { BreadcrumbsProps } from './types';
2
3
  export declare function Breadcrumbs(props: BreadcrumbsProps): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { Button } from '@material-ui/core';
2
3
  import { IconButtonProps, ColoredButtonProps, ElevatedIconButtonProps } from './types';
3
4
  export { Button };
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { ButtonGroupProps } from './types';
2
3
  export declare function ButtonGroup(props: ButtonGroupProps): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { CardProps, CardActionAreaProps, CardActionsProps, CardContentProps, CardHeaderProps, CardMediaProps } from './types';
2
3
  export declare function Card(props: CardProps): JSX.Element;
3
4
  export declare function CardActionArea(props: CardActionAreaProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { CheckboxProps } from './types';
2
3
  export declare function Checkbox(props: CheckboxProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { ChipProps } from './types';
2
3
  export declare function Chip(props: ChipProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { CollapseProps } from './types';
2
3
  export declare function Collapse(props: CollapseProps): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { DialogProps, DialogActionsProps, DialogContentProps, DialogContentTextProps, DialogTitleProps } from './types';
2
3
  export declare function Dialog(props: DialogProps): JSX.Element;
3
4
  export declare function DialogActions(props: DialogActionsProps): JSX.Element;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { DialogActionsProps as MuiDialogActionsProps, DialogContentProps as MuiDialogContentProps, DialogContentTextProps as MuiDialogContentTextProps, DialogTitleProps as MuiDialogTitleProps, ModalProps, PaperProps, PortalProps } from '@material-ui/core';
2
+ import { DialogActionsProps as MuiDialogActionsProps, DialogClassKey, DialogContentProps as MuiDialogContentProps, DialogContentTextProps as MuiDialogContentTextProps, DialogTitleProps as MuiDialogTitleProps, ModalProps, PaperProps, PortalProps } from '@material-ui/core';
3
3
  import { TransitionHandlerProps, TransitionProps } from '@material-ui/core/transitions';
4
4
  export declare type DialogProps = {
5
5
  /**
@@ -14,6 +14,12 @@ export declare type DialogProps = {
14
14
  * Dialog children, usually the included sub-components.
15
15
  */
16
16
  children?: React.ReactNode;
17
+ /**
18
+ * Override or extend the styles applied to the component. See https://v4.mui.com/api/dialog/#css for more details.
19
+ */
20
+ classes: Partial<{
21
+ [P in DialogClassKey]: string;
22
+ }>;
17
23
  /**
18
24
  * If `true`, clicking the backdrop will not fire the `onClose` callback.
19
25
  */
@@ -129,7 +135,7 @@ export declare type DialogProps = {
129
135
  */
130
136
  TransitionProps?: TransitionProps;
131
137
  };
132
- export declare type DialogActionsProps = MuiDialogActionsProps & {};
133
- export declare type DialogContentProps = MuiDialogContentProps & {};
134
- export declare type DialogContentTextProps = MuiDialogContentTextProps & {};
135
- export declare type DialogTitleProps = MuiDialogTitleProps & {};
138
+ export declare type DialogActionsProps = MuiDialogActionsProps;
139
+ export declare type DialogContentProps = MuiDialogContentProps;
140
+ export declare type DialogContentTextProps = MuiDialogContentTextProps;
141
+ export declare type DialogTitleProps = MuiDialogTitleProps;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { DividerProps } from './types';
2
3
  export declare function Divider(props: DividerProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { DrawerProps } from './types';
2
3
  export declare function Drawer(props: DrawerProps): JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import { DrawerProps as MuiDrawerProps } from '@material-ui/core';
2
- export declare type DrawerProps = MuiDrawerProps & {};
2
+ export declare type DrawerProps = MuiDrawerProps;
@@ -1,13 +1,9 @@
1
1
  /// <reference types="react" />
2
- import { FormControlProps as MuiFormControlProps, FormLabelProps as MuiFormLabelProps, InputLabelProps, FormControlLabelProps, FormHelperTextProps, InputAdornmentProps, FormGroupProps } from '@material-ui/core';
2
+ import type { FormControlProps as MuiFormControlProps, FormLabelProps as MuiFormLabelProps, InputLabelProps, FormControlLabelProps, FormHelperTextProps, InputAdornmentProps, FormGroupProps } from '@material-ui/core';
3
3
  export declare type FormControlProps = MuiFormControlProps & {
4
4
  component?: string | React.ReactNode;
5
5
  };
6
6
  export declare type FormLabelProps = MuiFormLabelProps & {
7
7
  component: string | React.ReactNode;
8
8
  };
9
- export { InputLabelProps };
10
- export { FormHelperTextProps };
11
- export { FormControlLabelProps };
12
- export { InputAdornmentProps };
13
- export { FormGroupProps };
9
+ export type { InputLabelProps, FormHelperTextProps, FormControlLabelProps, InputAdornmentProps, FormGroupProps };
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { GridProps } from './types';
2
3
  export declare function Grid(props: GridProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { HiddenProps } from './types';
2
3
  export declare function Hidden(props: HiddenProps): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IconProps, SvgIconProps, EIconProps } from './types';
2
3
  export default function Icon(props: IconProps): JSX.Element;
3
4
  export declare function EIcon(props: EIconProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { ImageProps } from './types';
2
3
  export declare function Image(props: ImageProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { LinkProps } from './types';
2
3
  export declare function Link(props: LinkProps): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ListProps, ListItemProps, ListItemContentProps, ListItemPrefixProps, ListItemSufixProps, ListSubheaderProps } from './types';
2
3
  export declare function List(props: ListProps): JSX.Element;
3
4
  export declare function ListItem(props: ListItemProps): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { BaseNotificationProps } from './types';
2
3
  export declare function InfoNotification(props: BaseNotificationProps): JSX.Element;
3
4
  export declare function ErrorNotification(props: BaseNotificationProps): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PaginationProps } from './types';
2
3
  declare const Pagination: (props: PaginationProps) => JSX.Element;
3
4
  export default Pagination;
@@ -1,8 +1,10 @@
1
+ /// <reference types="react" />
1
2
  import DateFnsUtils from '@date-io/date-fns';
2
- import { MuiPickersUtilsProvider, KeyboardDatePicker, KeyboardTimePicker } from '@material-ui/pickers';
3
+ import { MuiPickersUtilsProvider, KeyboardDatePicker, KeyboardTimePicker, KeyboardDateTimePicker } from '@material-ui/pickers';
3
4
  import { DatePickerProps } from '..';
4
5
  export { MuiPickersUtilsProvider };
5
6
  export { KeyboardTimePicker };
6
7
  export { KeyboardDatePicker };
8
+ export { KeyboardDateTimePicker };
7
9
  export { DateFnsUtils };
8
10
  export declare function DatePicker(props: DatePickerProps): JSX.Element;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  exports.__esModule = true;
3
- exports.DatePicker = exports.DateFnsUtils = exports.KeyboardDatePicker = exports.KeyboardTimePicker = exports.MuiPickersUtilsProvider = void 0;
3
+ exports.DatePicker = exports.DateFnsUtils = exports.KeyboardDateTimePicker = exports.KeyboardDatePicker = exports.KeyboardTimePicker = exports.MuiPickersUtilsProvider = void 0;
4
4
  var tslib_1 = require("tslib");
5
5
  var date_fns_1 = tslib_1.__importDefault(require("@date-io/date-fns"));
6
6
  exports.DateFnsUtils = date_fns_1["default"];
@@ -9,6 +9,7 @@ var pickers_1 = require("@material-ui/pickers");
9
9
  exports.MuiPickersUtilsProvider = pickers_1.MuiPickersUtilsProvider;
10
10
  exports.KeyboardDatePicker = pickers_1.KeyboardDatePicker;
11
11
  exports.KeyboardTimePicker = pickers_1.KeyboardTimePicker;
12
+ exports.KeyboardDateTimePicker = pickers_1.KeyboardDateTimePicker;
12
13
  var react_1 = tslib_1.__importDefault(require("react"));
13
14
  var __1 = require("..");
14
15
  var useClasses = core_1.makeStyles(function () {
@@ -1 +1 @@
1
- {"version":3,"file":"DatePicker.js","sourceRoot":"","sources":["../../src/Pickers/DatePicker.tsx"],"names":[],"mappings":";;;;AAAA,uEAA4C;AAqBnC,uBArBF,qBAAY,CAqBE;AApBrB,0CAA4D;AAC5D,gDAK6B;AAWpB,kCAdP,iCAAuB,CAcO;AAEvB,6BAfP,4BAAkB,CAeO;AADlB,6BAbP,4BAAkB,CAaO;AAX3B,wDAAyB;AAEzB,wBAMW;AAOX,IAAM,UAAU,GAAG,iBAAU,CAAC;IAC5B,OAAA,mBAAY,CAAC,EAAE,IAAI,EAAE,EAAE,UAAU,EAAE,MAAM,EAAE,EAAE,CAAC;AAA9C,CAA8C,CAC/C,CAAA;AAED,SAAgB,UAAU,CAAC,KAAsB;IAE7C,IAAA,QAAQ,GAcN,KAAK,SAdC,EACR,KAAK,GAaH,KAAK,MAbF,EACL,SAAS,GAYP,KAAK,UAZE,EACT,UAAU,GAWR,KAAK,WAXG,EACV,KAUE,KAAK,GAVK,EAAZ,EAAE,mBAAG,OAAO,KAAA,EACZ,KAAK,GASH,KAAK,MATF,EACL,QAAQ,GAQN,KAAK,SARC,EACR,cAAc,GAOZ,KAAK,eAPO,EACd,KAAK,GAMH,KAAK,MANF,EACL,KAKE,KAAK,KALQ,EAAf,IAAI,mBAAG,QAAQ,KAAA,EACf,KAIE,KAAK,OAJc,EAArB,MAAM,mBAAG,YAAY,KAAA,EACrB,QAAQ,GAGN,KAAK,SAHC,EACR,iBAAiB,GAEf,KAAK,kBAFU,EACd,IAAI,kBACL,KAAK,EAfH,yJAeL,CADQ,CACA;IAET,IAAM,OAAO,GAAG,UAAU,EAAE,CAAA;IAE5B,IAAM,MAAM,GAAG,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,kBAAkB,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,SAAS,CAAA;IAElE,OAAO,CACL,iCAAC,eAAW,IACV,QAAQ,EAAE,QAAQ,EAClB,KAAK,EAAE,KAAK,EACZ,SAAS,EAAE,SAAS,EACpB,KAAK,EAAE,cAAc;QAEpB,KAAK,IAAI,CACR,iCAAC,cAAU,IACT,OAAO,EAAE,EAAE,IAAI,EAAE,OAAO,CAAC,IAAI,EAAE,EAC/B,OAAO,EAAE,WAAS,EAAI,EACtB,MAAM;YAEL,KAAK;YACL,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CACV,CACd;QACD,iCAAC,iCAAuB,IAAC,KAAK,EAAE,qBAAY;YAC1C,iCAAC,oBAAa,qBACZ,kBAAkB,EAAE,UAAA,KAAK,IAAI,OAAA,CAC3B,iCAAC,aAAS,IACR,QAAQ,EAAE,QAAQ,EAClB,KAAK,EAAE,CAAC,CAAC,KAAK,EACd,SAAS,EAAE,SAAS,EACpB,EAAE,EAAE,MAAM,EACV,KAAK,EAAE,KAAK,IAAI,SAAS,EACzB,QAAQ,EAAE,KAAK,CAAC,QAAQ,EACxB,OAAO,EAAE,KAAK,CAAC,OAAO,EACtB,QAAQ,EAAE,QAAQ,EAClB,IAAI,EAAE,IAAI,EACV,KAAK,EAAE,KAAK,CAAC,KAAK,GAClB,CACH,EAb4B,CAa5B,IACG,IAAI,IACR,KAAK,EAAE,KAAK,EACZ,MAAM,EAAE,MAAM,EACd,SAAS,EAAE,SAAS,EACpB,EAAE,EAAE,MAAM,IAAI,WAAS,MAAQ,EAC/B,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,QAAQ,EAClB,iBAAiB,EAAE,iBAAiB,IAAI,SAAS,EACjD,IAAI,EAAE,IAAI,EACV,KAAK,EAAE,KAAK,IACZ,CACsB;QACzB,CAAC,CAAC,UAAU,IAAI,iCAAC,kBAAc,QAAE,UAAU,CAAkB,CAClD,CACf,CAAA;AACH,CAAC;AAtED,gCAsEC"}
1
+ {"version":3,"file":"DatePicker.js","sourceRoot":"","sources":["../../src/Pickers/DatePicker.tsx"],"names":[],"mappings":";;;;AAAA,uEAA4C;AAwBnC,uBAxBF,qBAAY,CAwBE;AAvBrB,0CAA4D;AAC5D,gDAM6B;AAWpB,kCAfP,iCAAuB,CAeO;AAEvB,6BAhBP,4BAAkB,CAgBO;AADlB,6BAdP,4BAAkB,CAcO;AAElB,iCAfP,gCAAsB,CAeO;AAb/B,wDAAyB;AAEzB,wBAMW;AASX,IAAM,UAAU,GAAG,iBAAU,CAAC;IAC5B,OAAA,mBAAY,CAAC,EAAE,IAAI,EAAE,EAAE,UAAU,EAAE,MAAM,EAAE,EAAE,CAAC;AAA9C,CAA8C,CAC/C,CAAA;AAED,SAAgB,UAAU,CAAC,KAAsB;IAE7C,IAAA,QAAQ,GAcN,KAAK,SAdC,EACR,KAAK,GAaH,KAAK,MAbF,EACL,SAAS,GAYP,KAAK,UAZE,EACT,UAAU,GAWR,KAAK,WAXG,EACV,KAUE,KAAK,GAVK,EAAZ,EAAE,mBAAG,OAAO,KAAA,EACZ,KAAK,GASH,KAAK,MATF,EACL,QAAQ,GAQN,KAAK,SARC,EACR,cAAc,GAOZ,KAAK,eAPO,EACd,KAAK,GAMH,KAAK,MANF,EACL,KAKE,KAAK,KALQ,EAAf,IAAI,mBAAG,QAAQ,KAAA,EACf,KAIE,KAAK,OAJc,EAArB,MAAM,mBAAG,YAAY,KAAA,EACrB,QAAQ,GAGN,KAAK,SAHC,EACR,iBAAiB,GAEf,KAAK,kBAFU,EACd,IAAI,kBACL,KAAK,EAfH,yJAeL,CADQ,CACA;IAET,IAAM,OAAO,GAAG,UAAU,EAAE,CAAA;IAE5B,IAAM,MAAM,GAAG,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,kBAAkB,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,SAAS,CAAA;IAElE,OAAO,CACL,iCAAC,eAAW,IACV,QAAQ,EAAE,QAAQ,EAClB,KAAK,EAAE,KAAK,EACZ,SAAS,EAAE,SAAS,EACpB,KAAK,EAAE,cAAc;QAEpB,KAAK,IAAI,CACR,iCAAC,cAAU,IACT,OAAO,EAAE,EAAE,IAAI,EAAE,OAAO,CAAC,IAAI,EAAE,EAC/B,OAAO,EAAE,WAAS,EAAI,EACtB,MAAM;YAEL,KAAK;YACL,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CACV,CACd;QACD,iCAAC,iCAAuB,IAAC,KAAK,EAAE,qBAAY;YAC1C,iCAAC,oBAAa,qBACZ,kBAAkB,EAAE,UAAA,KAAK,IAAI,OAAA,CAC3B,iCAAC,aAAS,IACR,QAAQ,EAAE,QAAQ,EAClB,KAAK,EAAE,CAAC,CAAC,KAAK,EACd,SAAS,EAAE,SAAS,EACpB,EAAE,EAAE,MAAM,EACV,KAAK,EAAE,KAAK,IAAI,SAAS,EACzB,QAAQ,EAAE,KAAK,CAAC,QAAQ,EACxB,OAAO,EAAE,KAAK,CAAC,OAAO,EACtB,QAAQ,EAAE,QAAQ,EAClB,IAAI,EAAE,IAAI,EACV,KAAK,EAAE,KAAK,CAAC,KAAK,GAClB,CACH,EAb4B,CAa5B,IACG,IAAI,IACR,KAAK,EAAE,KAAK,EACZ,MAAM,EAAE,MAAM,EACd,SAAS,EAAE,SAAS,EACpB,EAAE,EAAE,MAAM,IAAI,WAAS,MAAQ,EAC/B,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,QAAQ,EAClB,iBAAiB,EAAE,iBAAiB,IAAI,SAAS,EACjD,IAAI,EAAE,IAAI,EACV,KAAK,EAAE,KAAK,IACZ,CACsB;QACzB,CAAC,CAAC,UAAU,IAAI,iCAAC,kBAAc,QAAE,UAAU,CAAkB,CAClD,CACf,CAAA;AACH,CAAC;AAtED,gCAsEC"}
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { DateTimePickerProps } from '..';
2
3
  export declare function DateTimePicker(props: DateTimePickerProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { TimePickerProps } from '..';
2
3
  export declare function TimePicker(props: TimePickerProps): JSX.Element;
@@ -1,2 +1,2 @@
1
- import { PopoverProps } from '@material-ui/core';
2
- export { PopoverProps };
1
+ import type { PopoverProps } from '@material-ui/core';
2
+ export type { PopoverProps };
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { LinearProgress } from '@material-ui/core';
2
3
  import { CircularProgressProps } from './types';
3
4
  export declare function CircularProgress(props: CircularProgressProps): JSX.Element;
@@ -1,3 +1,3 @@
1
- import { CircularProgressProps as MuiCircularProgressProps, LinearProgressProps } from '@material-ui/core';
1
+ import type { CircularProgressProps as MuiCircularProgressProps, LinearProgressProps } from '@material-ui/core';
2
2
  export declare type CircularProgressProps = MuiCircularProgressProps;
3
- export { LinearProgressProps };
3
+ export type { LinearProgressProps };
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { RadioProps } from './types';
2
3
  export default function Radio(props: RadioProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { RadioGroupProps } from './types';
2
3
  export default function RadioGroup(props: RadioGroupProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { RatingProps } from './types';
2
3
  export declare function Rating(props: RatingProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { SelectProps } from './types';
2
3
  export declare function Select(props: SelectProps): JSX.Element;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { SlideProps } from './types';
3
+ export declare function Slide(props: SlideProps): JSX.Element;
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.Slide = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var Slide_1 = tslib_1.__importDefault(require("@material-ui/core/Slide"));
6
+ var react_1 = tslib_1.__importDefault(require("react"));
7
+ function Slide(props) {
8
+ var children = props.children, rest = tslib_1.__rest(props, ["children"]);
9
+ return react_1["default"].createElement(Slide_1["default"], tslib_1.__assign({}, rest), children);
10
+ }
11
+ exports.Slide = Slide;
12
+ //# sourceMappingURL=Slide.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Slide.js","sourceRoot":"","sources":["../../src/Slide/Slide.tsx"],"names":[],"mappings":";;;;AAAA,0EAA8C;AAC9C,wDAAyB;AAIzB,SAAgB,KAAK,CAAC,KAAiB;IAC7B,IAAA,QAAQ,GAAc,KAAK,SAAnB,EAAK,IAAI,kBAAK,KAAK,EAA7B,YAAqB,CAAF,CAAU;IAEnC,OAAO,iCAAC,kBAAQ,uBAAK,IAAI,GAAG,QAAQ,CAAY,CAAA;AAClD,CAAC;AAJD,sBAIC"}
@@ -0,0 +1,2 @@
1
+ export { Slide } from './Slide';
2
+ export * from './types';
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.Slide = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var Slide_1 = require("./Slide");
6
+ tslib_1.__createBinding(exports, Slide_1, "Slide");
7
+ tslib_1.__exportStar(require("./types"), exports);
8
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/Slide/index.ts"],"names":[],"mappings":";;;;AAAA,iCAA+B;AAAtB,mDAAK;AACd,kDAAuB"}
@@ -0,0 +1,2 @@
1
+ import { SlideProps as MuiSlideProps } from '@material-ui/core';
2
+ export declare type SlideProps = Omit<MuiSlideProps, 'error'>;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/Slide/types.ts"],"names":[],"mappings":""}
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { SnackbarProps } from './types';
2
3
  export declare function Snackbar(props: SnackbarProps): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { SpacingProps } from './types';
2
3
  export declare function InsetSpacing(props: SpacingProps): JSX.Element;
3
4
  export declare function InsetSquishSpacing(props: SpacingProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { MobileStepperProps } from './types';
2
3
  export declare function MobileStepper(props: MobileStepperProps): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { StepperProps, StepProps, StepLabelProps, StepContentProps, StepConnectorProps } from './types';
2
3
  export declare function Stepper(props: StepperProps): JSX.Element;
3
4
  export declare function Step(props: StepProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { SwitchProps } from './types';
2
3
  export default function Switch(props: SwitchProps): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { TableCellProps } from '../..';
2
3
  export interface ResizeTableCellProps extends TableCellProps {
3
4
  columnId: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { TableColumnSettingsProps } from './types';
2
3
  declare const TableColumnSettings: ({ columns, onColumnsChange, locales: propLocales }: TableColumnSettingsProps) => JSX.Element;
3
4
  export default TableColumnSettings;
@@ -1 +1 @@
1
- export declare const useClasses: (props?: any) => Record<"header" | "text" | "inputRoot" | "container" | "item" | "formControlRoot" | "formControlLabel" | "contentContainer" | "dragItem" | "switchTrack" | "informationContainer" | "dragIcon" | "dragIconDisabled" | "showContainer" | "noClick", string>;
1
+ export declare const useClasses: (props?: any) => Record<"header" | "text" | "container" | "item" | "inputRoot" | "formControlRoot" | "formControlLabel" | "contentContainer" | "dragItem" | "switchTrack" | "informationContainer" | "dragIcon" | "dragIconDisabled" | "showContainer" | "noClick", string>;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { useTabContext } from '@material-ui/lab';
2
3
  import { TabsProps, TabPanelProps, TabProps, TabContextProps, TabListProps } from './types';
3
4
  export declare function Tabs(props: TabsProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { CurrencyTextFieldProps } from './types';
2
3
  export declare const CurrencyTextField: (props: CurrencyTextFieldProps) => JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { InlineTextFieldProps } from './types';
2
3
  export declare function InlineTextField(props: InlineTextFieldProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { MaskedTextFieldProps } from './types';
2
3
  export declare function MaskedTextField(props: MaskedTextFieldProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { ValidatedTextFieldProps } from './types';
2
3
  export declare function ValidatedTextField(props: ValidatedTextFieldProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { ThemeProviderProps } from './types';
2
3
  export declare function ThemeProvider({ children, theme, classPrefix, isMuiTheme }: ThemeProviderProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { ToggleButtonProps } from './types';
2
3
  export declare function ToggleButton(props: ToggleButtonProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { ToggleButtonGroupProps } from './types';
2
3
  export declare function ToggleButtonGroup(props: ToggleButtonGroupProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { TooltipProps } from './types';
2
3
  export declare function Tooltip(props: TooltipProps): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { TypographyProps } from './types';
2
3
  export declare function Typography(props: TypographyProps): JSX.Element;
3
4
  export declare function DisplayText(props: TypographyProps): JSX.Element;