@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.
- package/CHANGELOG.md +7 -0
- package/dist/Accordion/Accordion.d.ts +1 -0
- package/dist/Accordion/AccordionActions.d.ts +1 -0
- package/dist/Accordion/AccordionDetails.d.ts +1 -0
- package/dist/Accordion/AccordionSummary.d.ts +1 -0
- package/dist/Accordion/types.d.ts +1 -1
- package/dist/AppBar/AppBar.d.ts +1 -0
- package/dist/Autocomplete/Autocomplete.d.ts +1 -0
- package/dist/Autocomplete/Autocomplete.js.map +1 -1
- package/dist/Autocomplete/types.d.ts +1 -1
- package/dist/Avatar/Avatar.d.ts +1 -0
- package/dist/Avatar/AvatarGroup.d.ts +1 -0
- package/dist/Badge/Badge.d.ts +1 -0
- package/dist/Box/Box.d.ts +1 -0
- package/dist/Breadcrumbs/Breadcrumbs.d.ts +1 -0
- package/dist/Button/Button.d.ts +1 -0
- package/dist/ButtonGroup/ButtonGroup.d.ts +1 -0
- package/dist/Card/Card.d.ts +1 -0
- package/dist/Checkbox/Checkbox.d.ts +1 -0
- package/dist/Chip/Chip.d.ts +1 -0
- package/dist/Collapse/Collapse.d.ts +1 -0
- package/dist/Dialog/Dialog.d.ts +1 -0
- package/dist/Dialog/types.d.ts +11 -5
- package/dist/Divider/Divider.d.ts +1 -0
- package/dist/Drawer/Drawer.d.ts +1 -0
- package/dist/Drawer/types.d.ts +1 -1
- package/dist/Form/types.d.ts +2 -6
- package/dist/Grid/Grid.d.ts +1 -0
- package/dist/Hidden/Hidden.d.ts +1 -0
- package/dist/Icon/Icon.d.ts +1 -0
- package/dist/Image/Image.d.ts +1 -0
- package/dist/Link/Link.d.ts +1 -0
- package/dist/List/List.d.ts +1 -0
- package/dist/Notification/Notification.d.ts +1 -0
- package/dist/Pagination/Pagination.d.ts +1 -0
- package/dist/Pickers/DatePicker.d.ts +3 -1
- package/dist/Pickers/DatePicker.js +2 -1
- package/dist/Pickers/DatePicker.js.map +1 -1
- package/dist/Pickers/DateTimePicker.d.ts +1 -0
- package/dist/Pickers/TimePicker.d.ts +1 -0
- package/dist/Popover/types.d.ts +2 -2
- package/dist/Progress/Progress.d.ts +1 -0
- package/dist/Progress/types.d.ts +2 -2
- package/dist/Radio/Radio.d.ts +1 -0
- package/dist/Radio/RadioGroup.d.ts +1 -0
- package/dist/Rating/Rating.d.ts +1 -0
- package/dist/Select/Select.d.ts +1 -0
- package/dist/Slide/Slide.d.ts +3 -0
- package/dist/Slide/Slide.js +12 -0
- package/dist/Slide/Slide.js.map +1 -0
- package/dist/Slide/index.d.ts +2 -0
- package/dist/Slide/index.js +8 -0
- package/dist/Slide/index.js.map +1 -0
- package/dist/Slide/types.d.ts +2 -0
- package/dist/Slide/types.js +3 -0
- package/dist/Slide/types.js.map +1 -0
- package/dist/Snackbar/Snackbar.d.ts +1 -0
- package/dist/Spacing/Spacing.d.ts +1 -0
- package/dist/Stepper/MobileStepper.d.ts +1 -0
- package/dist/Stepper/Stepper.d.ts +1 -0
- package/dist/Switch/Switch.d.ts +1 -0
- package/dist/Table/ResizeTableCell/ResizeTableCell.d.ts +1 -0
- package/dist/TableColumnSettings/TableColumnSettings.d.ts +1 -0
- package/dist/TableColumnSettings/TableColumnSettingsStyles.d.ts +1 -1
- package/dist/Tabs/Tabs.d.ts +1 -0
- package/dist/TextField/CurrencyTextField.d.ts +1 -0
- package/dist/TextField/InlineTextField.d.ts +1 -0
- package/dist/TextField/MaskedTextField.d.ts +1 -0
- package/dist/TextField/ValidatedTextField.d.ts +1 -0
- package/dist/ThemeProvider/ThemeProvider.d.ts +1 -0
- package/dist/ToggleButton/ToggleButton.d.ts +1 -0
- package/dist/ToggleButtonGroup/ToggleButtonGroup.d.ts +1 -0
- package/dist/Tooltip/Tooltip.d.ts +1 -0
- package/dist/Typography/Typography.d.ts +1 -0
- package/dist/bundle.js +191 -2
- package/dist/bundle.js.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +7 -8
- 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
|
|
|
@@ -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<
|
|
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.
|
package/dist/AppBar/AppBar.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Autocomplete.js","sourceRoot":"","sources":["../../src/Autocomplete/Autocomplete.tsx"],"names":[],"mappings":";;;;AAAA,0CAAoE;AACpE,qFAAsD;AACtD,wCAAkE;AAClE,qDAAkD;AAElD,gCAA8B;AAC9B,0CAAwC;AAExC,mCAAgD;AAGhD,SAAS,cAAc,CAAC,KAAkB;IACxC,OAAO,CACL,iCAAC,aAAS,uBACJ,KAAK,IACT,SAAS,EAAE;YACT,IAAI,EAAE,EAAE,OAAO,EAAE,KAAK,EAAE;YACxB,eAAe,EAAE,EAAE,OAAO,EAAE,KAAK,EAAE;SACpC,IACD,CACH,CAAA;AACH,CAAC;AAED,SAAgB,YAAY,CAAC,KAAwB;IAEjD,IAAA,KAAK,GAiBH,KAAK,MAjBF,EACL,KAAK,GAgBH,KAAK,MAhBF,EACL,KAeE,KAAK,SAfQ,EAAf,QAAQ,mBAAG,IAAI,KAAA,EACf,KAcE,KAAK,UAdqC,EAA5C,SAAS,mBAAG,iCAAC,uBAAU,IAAC,KAAK,EAAC,WAAW,GAAG,KAAA,EAC5C,aAAa,GAaX,KAAK,cAbM,EACb,OAAO,GAYL,KAAK,QAZA,EACP,WAAW,GAWT,KAAK,YAXI,EACX,KAAK,GAUH,KAAK,MAVF,EACL,QAAQ,GASN,KAAK,SATC,EACR,kBAAkB,GAQhB,KAAK,mBARW,EAClB,QAAQ,GAON,KAAK,SAPC,EACR,SAAS,GAMP,KAAK,UANE,EACT,EAAE,GAKA,KAAK,GALL,EACF,QAAQ,GAIN,KAAK,SAJC,EACR,KAGE,KAAK,QAHW,EAAlB,OAAO,mBAAG,QAAQ,KAAA,EAClB,KAEE,KAAK,kBAFkB,EAAzB,iBAAiB,mBAAG,KAAK,KAAA,EACtB,IAAI,kBACL,KAAK,EAlBH,4MAkBL,CADQ,CACA;IACD,IAAA,kBAAkB,GAAK,8BAAqB,EAAE,mBAA5B,CAA4B;IAChD,IAAA,KAAkB,gBAAQ,CAAC,KAAK,CAAC,EAAhC,IAAI,QAAA,EAAE,OAAO,QAAmB,CAAA;IACjC,IAAA,KAA8B,gBAAQ,CAAC,EAAE,CAAC,EAAzC,UAAU,QAAA,EAAE,aAAa,QAAgB,CAAA;IAEhD,iBAAS,CAAC;QACR,IAAI,CAAC,kBAAkB;YAAE,OAAO,CAAC,IAAI,CAAC,CAAA;IACxC,CAAC,EAAE,CAAC,kBAAkB,CAAC,CAAC,CAAA;IAExB,IAAM,cAAc,GAAG,UACrB,
|
|
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<
|
|
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
|
*/
|
package/dist/Avatar/Avatar.d.ts
CHANGED
package/dist/Badge/Badge.d.ts
CHANGED
package/dist/Box/Box.d.ts
CHANGED
package/dist/Button/Button.d.ts
CHANGED
package/dist/Card/Card.d.ts
CHANGED
|
@@ -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;
|
package/dist/Chip/Chip.d.ts
CHANGED
package/dist/Dialog/Dialog.d.ts
CHANGED
|
@@ -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;
|
package/dist/Dialog/types.d.ts
CHANGED
|
@@ -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;
|
package/dist/Drawer/Drawer.d.ts
CHANGED
package/dist/Drawer/types.d.ts
CHANGED
|
@@ -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;
|
package/dist/Form/types.d.ts
CHANGED
|
@@ -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 };
|
package/dist/Grid/Grid.d.ts
CHANGED
package/dist/Hidden/Hidden.d.ts
CHANGED
package/dist/Icon/Icon.d.ts
CHANGED
package/dist/Image/Image.d.ts
CHANGED
package/dist/Link/Link.d.ts
CHANGED
package/dist/List/List.d.ts
CHANGED
|
@@ -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,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;
|
|
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"}
|
package/dist/Popover/types.d.ts
CHANGED
|
@@ -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 };
|
package/dist/Progress/types.d.ts
CHANGED
|
@@ -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 };
|
package/dist/Radio/Radio.d.ts
CHANGED
package/dist/Rating/Rating.d.ts
CHANGED
package/dist/Select/Select.d.ts
CHANGED
|
@@ -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,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 @@
|
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/Slide/types.ts"],"names":[],"mappings":""}
|
package/dist/Switch/Switch.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const useClasses: (props?: any) => Record<"header" | "text" | "
|
|
1
|
+
export declare const useClasses: (props?: any) => Record<"header" | "text" | "container" | "item" | "inputRoot" | "formControlRoot" | "formControlLabel" | "contentContainer" | "dragItem" | "switchTrack" | "informationContainer" | "dragIcon" | "dragIconDisabled" | "showContainer" | "noClick", string>;
|
package/dist/Tabs/Tabs.d.ts
CHANGED