react-asc 20.1.0 → 20.2.0
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/apple-touch-icon.png +0 -0
- package/assets/index.1f5e1902.js +10 -0
- package/assets/index.a1009f35.css +1 -0
- package/assets/vendor.d012860f.js +57 -0
- package/changelog.md +919 -0
- package/favicon-16x16.png +0 -0
- package/favicon-32x32.png +0 -0
- package/favicon.ico +0 -0
- package/favicon.svg +23 -0
- package/index.html +27 -0
- package/manifest.webmanifest +1 -0
- package/package.json +1 -1
- package/pwa-192x192.png +0 -0
- package/pwa-512x512.png +0 -0
- package/react-asc.scss +63 -2
- package/registerSW.js +1 -0
- package/robots.txt +3 -0
- package/showcase/alert.md +3 -0
- package/showcase/appbar.md +8 -0
- package/showcase/autocomplete.md +53 -0
- package/showcase/backdrop.md +11 -0
- package/showcase/badge.md +8 -0
- package/showcase/breadcrumb.md +5 -0
- package/showcase/button.md +11 -0
- package/showcase/buttongroup.md +5 -0
- package/showcase/card.md +9 -0
- package/showcase/checkbox.md +7 -0
- package/showcase/chip.md +7 -0
- package/showcase/dateselect.md +8 -0
- package/showcase/drawer.md +13 -0
- package/showcase/expansionpanel.md +40 -0
- package/showcase/fileinput.md +6 -0
- package/showcase/floatingactionbutton.md +8 -0
- package/showcase/form.md +7 -0
- package/showcase/grid.md +5 -0
- package/showcase/hookuseconstructor.md +3 -0
- package/showcase/hookusedebounce.md +5 -0
- package/showcase/hookusehover.md +8 -0
- package/showcase/hookusewindowsize.md +5 -0
- package/showcase/icon.md +3 -0
- package/showcase/iconbutton.md +5 -0
- package/showcase/link.md +1 -0
- package/showcase/list.md +7 -0
- package/showcase/loadingindicator.md +18 -0
- package/showcase/menu.md +18 -0
- package/showcase/modal.md +17 -0
- package/showcase/numberselect.md +20 -0
- package/showcase/select.md +27 -0
- package/showcase/snackbar.md +22 -0
- package/showcase/speeddial.md +43 -0
- package/showcase/stepper.md +1 -0
- package/showcase/table.md +34 -0
- package/showcase/tabs.md +35 -0
- package/showcase/timeselect.md +1 -0
- package/showcase/tooltip.md +6 -0
- package/showcase/treeview.md +12 -0
- package/showcase/typography.md +6 -0
- package/sw.js +1 -0
- package/workbox-6cd28afd.js +1 -0
- package/components/Alert/Alert.d.ts +0 -11
- package/components/Alert/index.d.ts +0 -1
- package/components/AppBar/AppBar.d.ts +0 -9
- package/components/AppBar/AppBarTitle.d.ts +0 -5
- package/components/AppBar/index.d.ts +0 -2
- package/components/AutoComplete/AutoComplete.d.ts +0 -19
- package/components/AutoComplete/index.d.ts +0 -1
- package/components/Backdrop/Backdrop.d.ts +0 -7
- package/components/Backdrop/index.d.ts +0 -1
- package/components/Badge/Badge.d.ts +0 -7
- package/components/Badge/index.d.ts +0 -1
- package/components/Breadcrumb/Breadcrumb.d.ts +0 -5
- package/components/Breadcrumb/BreadcrumbItem.d.ts +0 -6
- package/components/Breadcrumb/index.d.ts +0 -2
- package/components/Button/Button.d.ts +0 -12
- package/components/Button/index.d.ts +0 -1
- package/components/ButtonGroup/ButtonGroup.d.ts +0 -2
- package/components/ButtonGroup/index.d.ts +0 -1
- package/components/Card/Card.d.ts +0 -6
- package/components/Card/CardBody.d.ts +0 -2
- package/components/Card/CardFooter.d.ts +0 -2
- package/components/Card/CardImage.d.ts +0 -2
- package/components/Card/CardSubtitle.d.ts +0 -2
- package/components/Card/CardText.d.ts +0 -2
- package/components/Card/CardTitle.d.ts +0 -6
- package/components/Card/index.d.ts +0 -7
- package/components/Checkbox/Checkbox.d.ts +0 -7
- package/components/Checkbox/index.d.ts +0 -1
- package/components/Chip/Chip.d.ts +0 -11
- package/components/Chip/index.d.ts +0 -1
- package/components/ConditionalWrapper/ConditionalWrapper.d.ts +0 -8
- package/components/ConditionalWrapper/index.d.ts +0 -1
- package/components/DateSelect/DateSelect.d.ts +0 -17
- package/components/DateSelect/DaySelect.d.ts +0 -12
- package/components/DateSelect/MonthSelect.d.ts +0 -10
- package/components/DateSelect/YearSelect.d.ts +0 -12
- package/components/DateSelect/index.d.ts +0 -4
- package/components/Drawer/Drawer.d.ts +0 -9
- package/components/Drawer/index.d.ts +0 -1
- package/components/ExpansionPanel/ExpansionPanel.d.ts +0 -8
- package/components/ExpansionPanel/ExpansionPanelContent.d.ts +0 -5
- package/components/ExpansionPanel/ExpansionPanelHeader.d.ts +0 -7
- package/components/ExpansionPanel/index.d.ts +0 -3
- package/components/FileInput/FileInput.d.ts +0 -5
- package/components/FileInput/index.d.ts +0 -1
- package/components/FloatingActionButton/FloatingActionButton.d.ts +0 -12
- package/components/FloatingActionButton/index.d.ts +0 -1
- package/components/Form/Form.d.ts +0 -38
- package/components/Form/FormError.d.ts +0 -8
- package/components/Form/FormGroup.d.ts +0 -7
- package/components/Form/FormHint/FormHint.d.ts +0 -2
- package/components/Form/FormHint/index.d.ts +0 -1
- package/components/Form/FormInput/FormInput.d.ts +0 -29
- package/components/Form/FormInput/index.d.ts +0 -1
- package/components/Form/FormLabel/FormLabel.d.ts +0 -2
- package/components/Form/FormLabel/index.d.ts +0 -1
- package/components/Form/form.interfaces.d.ts +0 -42
- package/components/Form/form.models.d.ts +0 -12
- package/components/Form/form.types.d.ts +0 -2
- package/components/Form/index.d.ts +0 -10
- package/components/Form/validators/EmailValidtor.d.ts +0 -1
- package/components/Form/validators/IsEmptyValidator.d.ts +0 -1
- package/components/Form/validators/IsEqualValidator.d.ts +0 -1
- package/components/Form/validators/index.d.ts +0 -3
- package/components/Grid/Column/Column.d.ts +0 -10
- package/components/Grid/Column/index.d.ts +0 -1
- package/components/Grid/Row/Row.d.ts +0 -5
- package/components/Grid/Row/index.d.ts +0 -1
- package/components/Grid/index.d.ts +0 -2
- package/components/Icon/Icon.d.ts +0 -6
- package/components/Icon/index.d.ts +0 -1
- package/components/IconButton/IconButton.d.ts +0 -11
- package/components/IconButton/index.d.ts +0 -1
- package/components/Link/Link.d.ts +0 -2
- package/components/Link/Link.test.d.ts +0 -1
- package/components/Link/index.d.ts +0 -1
- package/components/List/List.d.ts +0 -5
- package/components/List/ListItem.d.ts +0 -9
- package/components/List/ListItemAction.d.ts +0 -2
- package/components/List/ListItemAvatar.d.ts +0 -6
- package/components/List/ListItemIcon.d.ts +0 -6
- package/components/List/ListItemText.d.ts +0 -7
- package/components/List/index.d.ts +0 -6
- package/components/List/list.models.d.ts +0 -8
- package/components/LoadingIndicator/LoadingIndicator.d.ts +0 -2
- package/components/LoadingIndicator/LoadingIndicatorContainer.d.ts +0 -5
- package/components/LoadingIndicator/index.d.ts +0 -3
- package/components/LoadingIndicator/loading-indicator.service.d.ts +0 -11
- package/components/Menu/Menu.d.ts +0 -11
- package/components/Menu/MenuBackdrop.d.ts +0 -6
- package/components/Menu/MenuBody.d.ts +0 -12
- package/components/Menu/MenuContext.d.ts +0 -6
- package/components/Menu/MenuDivider.d.ts +0 -2
- package/components/Menu/MenuItem.d.ts +0 -8
- package/components/Menu/MenuToggle.d.ts +0 -6
- package/components/Menu/index.d.ts +0 -6
- package/components/Menu/menu.types.d.ts +0 -1
- package/components/Modal/GlobalModal.d.ts +0 -19
- package/components/Modal/Modal.d.ts +0 -14
- package/components/Modal/ModalBody.d.ts +0 -6
- package/components/Modal/ModalFooter.d.ts +0 -2
- package/components/Modal/ModalHeader.d.ts +0 -7
- package/components/Modal/index.d.ts +0 -8
- package/components/Modal/modal.enum.d.ts +0 -10
- package/components/Modal/modal.interfaces.d.ts +0 -12
- package/components/Modal/modal.service.d.ts +0 -21
- package/components/NumberSelect/NumberSelect.d.ts +0 -12
- package/components/NumberSelect/index.d.ts +0 -1
- package/components/Select/Select.d.ts +0 -15
- package/components/Select/index.d.ts +0 -1
- package/components/Sidebar/Sidebar.d.ts +0 -9
- package/components/Sidebar/index.d.ts +0 -2
- package/components/Sidebar/sidebar.interfaces.d.ts +0 -9
- package/components/Sidebar/sidebar.models.d.ts +0 -11
- package/components/Snackbar/Snackbar.d.ts +0 -8
- package/components/Snackbar/index.d.ts +0 -2
- package/components/Snackbar/snackbar.service.d.ts +0 -19
- package/components/SpeedDial/SpeedDial.d.ts +0 -7
- package/components/SpeedDial/SpeedDialAction.d.ts +0 -9
- package/components/SpeedDial/SpeedDialActions.d.ts +0 -2
- package/components/SpeedDial/SpeedDialIcon.d.ts +0 -5
- package/components/SpeedDial/index.d.ts +0 -3
- package/components/Stepper/Step/Step.d.ts +0 -19
- package/components/Stepper/Step/index.d.ts +0 -1
- package/components/Stepper/StepConnector/StepConnector.d.ts +0 -6
- package/components/Stepper/StepPanel/StepPanel.d.ts +0 -5
- package/components/Stepper/Stepper.d.ts +0 -16
- package/components/Stepper/StepperActions/StepperActions.d.ts +0 -12
- package/components/Stepper/StepperActions/index.d.ts +0 -1
- package/components/Stepper/index.d.ts +0 -3
- package/components/Table/Table.d.ts +0 -10
- package/components/Table/index.d.ts +0 -1
- package/components/Tabs/Tab.d.ts +0 -14
- package/components/Tabs/TabIndicator.d.ts +0 -10
- package/components/Tabs/TabPanel.d.ts +0 -6
- package/components/Tabs/Tabs.d.ts +0 -17
- package/components/Tabs/index.d.ts +0 -3
- package/components/Textarea/Textarea.d.ts +0 -5
- package/components/Textarea/index.d.ts +0 -1
- package/components/TimeSelect/HourSelect.d.ts +0 -10
- package/components/TimeSelect/MilliSecondSelect.d.ts +0 -11
- package/components/TimeSelect/MinuteSelect.d.ts +0 -10
- package/components/TimeSelect/SecondSelect.d.ts +0 -10
- package/components/TimeSelect/TimeSelect.d.ts +0 -20
- package/components/TimeSelect/index.d.ts +0 -5
- package/components/Tooltip/Tooltip.d.ts +0 -6
- package/components/Tooltip/index.d.ts +0 -1
- package/components/TreeView/TreeItem.d.ts +0 -14
- package/components/TreeView/TreeView.d.ts +0 -2
- package/components/TreeView/index.d.ts +0 -2
- package/components/Typography/Typography.d.ts +0 -10
- package/components/Typography/index.d.ts +0 -1
- package/components/component.enums.d.ts +0 -25
- package/components/component.interfaces.d.ts +0 -18
- package/components/index.d.ts +0 -41
- package/hooks/index.d.ts +0 -4
- package/hooks/useConstructor.d.ts +0 -1
- package/hooks/useDebounce.d.ts +0 -2
- package/hooks/useHover.d.ts +0 -2
- package/hooks/useWindowSize.d.ts +0 -4
- package/icons/CaretDownSolidIcon.d.ts +0 -2
- package/icons/CheckSolidIcon.d.ts +0 -2
- package/icons/CheckSquareRegularIcon.d.ts +0 -2
- package/icons/ChevronDownSolidIcon.d.ts +0 -2
- package/icons/ChevronLeftSolidIcon.d.ts +0 -2
- package/icons/ChevronRightSolidIcon.d.ts +0 -2
- package/icons/ChevronUpSolidIcon.d.ts +0 -2
- package/icons/CircleSolidIcon.d.ts +0 -2
- package/icons/HomeSolidIcon.d.ts +0 -2
- package/icons/PlusSolidIcon.d.ts +0 -2
- package/icons/SpinnerSolidIcon.d.ts +0 -2
- package/icons/SquareRegularIcon.d.ts +0 -2
- package/icons/TimesCircleSolidIcon.d.ts +0 -2
- package/icons/TimesSolidIcon.d.ts +0 -2
- package/icons/index.d.ts +0 -14
- package/index.d.ts +0 -3
- package/index.es.js +0 -2629
- package/index.js +0 -2745
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { ReactElement } from 'react';
|
|
2
|
-
import { IStepProps } from './Step';
|
|
3
|
-
export interface IStepperProps {
|
|
4
|
-
children?: ReactElement<IStepProps> | Array<ReactElement<IStepProps>>;
|
|
5
|
-
isLinear?: boolean;
|
|
6
|
-
isDisabled?: boolean;
|
|
7
|
-
showLabel?: boolean;
|
|
8
|
-
showProgressCheckIcon?: boolean;
|
|
9
|
-
isHorizontal?: boolean;
|
|
10
|
-
onChange?: (val: number) => void;
|
|
11
|
-
onFinish?: () => void;
|
|
12
|
-
alternativeLabel?: boolean;
|
|
13
|
-
value?: number;
|
|
14
|
-
isReadonly?: boolean;
|
|
15
|
-
}
|
|
16
|
-
export declare const Stepper: (props: IStepperProps) => JSX.Element;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export interface IStepperActionsProps {
|
|
3
|
-
className?: string;
|
|
4
|
-
isCompleted?: boolean;
|
|
5
|
-
isFirstStep?: boolean;
|
|
6
|
-
isStepOptional?: boolean;
|
|
7
|
-
onBack?: () => void;
|
|
8
|
-
onSkip?: () => void;
|
|
9
|
-
onNext?: () => void;
|
|
10
|
-
onReset?: () => void;
|
|
11
|
-
}
|
|
12
|
-
export declare const StepperActions: (props: IStepperActionsProps) => JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './StepperActions';
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { ReactElement } from 'react';
|
|
2
|
-
export interface ITableProps {
|
|
3
|
-
children?: ReactElement | Array<ReactElement>;
|
|
4
|
-
className?: string;
|
|
5
|
-
striped?: boolean;
|
|
6
|
-
bordered?: boolean;
|
|
7
|
-
hover?: boolean;
|
|
8
|
-
responsive?: boolean;
|
|
9
|
-
}
|
|
10
|
-
export declare const Table: (props: ITableProps) => JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './Table';
|
package/components/Tabs/Tab.d.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import React, { ReactNode } from 'react';
|
|
2
|
-
export interface ITabProps {
|
|
3
|
-
label: ReactNode;
|
|
4
|
-
value: string;
|
|
5
|
-
isActive?: boolean;
|
|
6
|
-
fixed?: boolean;
|
|
7
|
-
disabled?: boolean;
|
|
8
|
-
className?: string;
|
|
9
|
-
onClick?: (e: {
|
|
10
|
-
event: React.MouseEvent;
|
|
11
|
-
value: string;
|
|
12
|
-
}) => void;
|
|
13
|
-
}
|
|
14
|
-
export declare const Tab: (props: ITabProps) => JSX.Element;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { COLOR } from '../component.enums';
|
|
3
|
-
export interface ITabIndicatorProps extends React.DetailedHTMLProps<React.HtmlHTMLAttributes<HTMLDivElement>, HTMLDivElement> {
|
|
4
|
-
amount?: number;
|
|
5
|
-
index?: number;
|
|
6
|
-
color?: COLOR;
|
|
7
|
-
width?: string;
|
|
8
|
-
left?: number;
|
|
9
|
-
}
|
|
10
|
-
export declare const TabIndicator: (props: ITabIndicatorProps) => JSX.Element;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import React, { ReactElement } from 'react';
|
|
2
|
-
import { COLOR } from '../component.enums';
|
|
3
|
-
import { ITabProps } from './Tab';
|
|
4
|
-
export interface ITabOnChangeEvent {
|
|
5
|
-
event: React.MouseEvent;
|
|
6
|
-
newValue: string;
|
|
7
|
-
}
|
|
8
|
-
export interface ITabsProps {
|
|
9
|
-
color?: COLOR;
|
|
10
|
-
indicatorColor?: COLOR;
|
|
11
|
-
children?: ReactElement<ITabProps> | Array<ReactElement<ITabProps>>;
|
|
12
|
-
className?: string;
|
|
13
|
-
fixed?: boolean;
|
|
14
|
-
onChange?: (e: ITabOnChangeEvent) => void;
|
|
15
|
-
value?: string;
|
|
16
|
-
}
|
|
17
|
-
export declare const Tabs: (props: ITabsProps) => JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './Textarea';
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export interface IHourProps {
|
|
3
|
-
value?: number;
|
|
4
|
-
className?: string;
|
|
5
|
-
id?: string;
|
|
6
|
-
name?: string;
|
|
7
|
-
disabled?: boolean;
|
|
8
|
-
onChange?: (val: number) => void;
|
|
9
|
-
}
|
|
10
|
-
export declare const HourSelect: (props: IHourProps) => JSX.Element;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export interface IMilliSecondProps {
|
|
3
|
-
className?: string;
|
|
4
|
-
value?: number;
|
|
5
|
-
steps?: number;
|
|
6
|
-
id?: string;
|
|
7
|
-
name?: string;
|
|
8
|
-
disabled?: boolean;
|
|
9
|
-
onChange?: (val: number) => void;
|
|
10
|
-
}
|
|
11
|
-
export declare const MilliSecondSelect: (props: IMilliSecondProps) => JSX.Element;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export interface IMinuteProps {
|
|
3
|
-
value?: number;
|
|
4
|
-
className?: string;
|
|
5
|
-
id?: string;
|
|
6
|
-
name?: string;
|
|
7
|
-
disabled?: boolean;
|
|
8
|
-
onChange?: (val: number) => void;
|
|
9
|
-
}
|
|
10
|
-
export declare const MinuteSelect: (props: IMinuteProps) => JSX.Element;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export interface ISecondProps {
|
|
3
|
-
value?: number;
|
|
4
|
-
className?: string;
|
|
5
|
-
id?: string;
|
|
6
|
-
name?: string;
|
|
7
|
-
disabled?: boolean;
|
|
8
|
-
onChange?: (val: number) => void;
|
|
9
|
-
}
|
|
10
|
-
export declare const SecondSelect: (props: ISecondProps) => JSX.Element;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare enum TIMEMODE {
|
|
3
|
-
HOUR = 0,
|
|
4
|
-
MINUTE = 1,
|
|
5
|
-
SECONDS = 2,
|
|
6
|
-
MILLISECONDS = 3
|
|
7
|
-
}
|
|
8
|
-
export interface ITimeSelectProps {
|
|
9
|
-
value?: Date;
|
|
10
|
-
className?: string;
|
|
11
|
-
id?: string;
|
|
12
|
-
name?: string;
|
|
13
|
-
showHours?: boolean;
|
|
14
|
-
showMinutes?: boolean;
|
|
15
|
-
showSeconds?: boolean;
|
|
16
|
-
showMilliSeconds?: boolean;
|
|
17
|
-
disabled?: boolean;
|
|
18
|
-
onChange?: (val: Date) => void;
|
|
19
|
-
}
|
|
20
|
-
export declare const TimeSelect: (props: ITimeSelectProps) => JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './Tooltip';
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
export interface ITreeItemProps extends React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLLIElement>, HTMLLIElement> {
|
|
3
|
-
nodeId: string;
|
|
4
|
-
label: string;
|
|
5
|
-
isExpanded?: boolean;
|
|
6
|
-
isSelected?: boolean;
|
|
7
|
-
isSelectable?: boolean;
|
|
8
|
-
onToggleExpand?: (id: string) => void;
|
|
9
|
-
onItemSelect?: (e: {
|
|
10
|
-
id: string;
|
|
11
|
-
isSelected: boolean;
|
|
12
|
-
}) => void;
|
|
13
|
-
}
|
|
14
|
-
export declare const TreeItem: (props: ITreeItemProps) => JSX.Element;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface IWrapperProps {
|
|
3
|
-
as?: string;
|
|
4
|
-
children: React.ReactNode;
|
|
5
|
-
className?: string;
|
|
6
|
-
}
|
|
7
|
-
export interface ITypographyProps extends React.ComponentProps<"span"> {
|
|
8
|
-
as?: string;
|
|
9
|
-
}
|
|
10
|
-
export declare const Typography: ({ children, as, ...rest }: ITypographyProps) => JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './Typography';
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
export declare enum COLOR {
|
|
2
|
-
primary = "primary",
|
|
3
|
-
accent = "accent",
|
|
4
|
-
secondary = "secondary",
|
|
5
|
-
light = "light",
|
|
6
|
-
dark = "dark"
|
|
7
|
-
}
|
|
8
|
-
export declare enum VARIANT {
|
|
9
|
-
contained = "contained",
|
|
10
|
-
outline = "outline",
|
|
11
|
-
text = "text"
|
|
12
|
-
}
|
|
13
|
-
export declare enum SIZE {
|
|
14
|
-
sm = "sm",
|
|
15
|
-
md = "md",
|
|
16
|
-
lg = "lg"
|
|
17
|
-
}
|
|
18
|
-
export declare enum POSITION {
|
|
19
|
-
right = "right",
|
|
20
|
-
left = "left"
|
|
21
|
-
}
|
|
22
|
-
export declare const STATUS: {
|
|
23
|
-
HOVERED: string;
|
|
24
|
-
NORMAL: string;
|
|
25
|
-
};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export interface HtmlBaseProps {
|
|
3
|
-
className?: string;
|
|
4
|
-
id?: string;
|
|
5
|
-
name?: string;
|
|
6
|
-
autoFocus?: boolean;
|
|
7
|
-
readOnly?: boolean;
|
|
8
|
-
disabled?: boolean;
|
|
9
|
-
}
|
|
10
|
-
export interface HtmlInputProps extends HtmlBaseProps {
|
|
11
|
-
onBlur?: (val: React.FocusEvent<HTMLInputElement>) => void;
|
|
12
|
-
onChange?: (val: React.FocusEvent<HTMLInputElement>) => void;
|
|
13
|
-
placeholder?: string;
|
|
14
|
-
}
|
|
15
|
-
export interface ISelectOption {
|
|
16
|
-
value: string;
|
|
17
|
-
label?: string;
|
|
18
|
-
}
|
package/components/index.d.ts
DELETED
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
export * from './Alert';
|
|
2
|
-
export * from './AppBar';
|
|
3
|
-
export * from './AutoComplete';
|
|
4
|
-
export * from './Backdrop';
|
|
5
|
-
export * from './Badge';
|
|
6
|
-
export * from './Button';
|
|
7
|
-
export * from './ButtonGroup';
|
|
8
|
-
export * from './Breadcrumb';
|
|
9
|
-
export * from './Card';
|
|
10
|
-
export * from './ConditionalWrapper';
|
|
11
|
-
export * from './Checkbox';
|
|
12
|
-
export * from './Chip';
|
|
13
|
-
export * from './DateSelect';
|
|
14
|
-
export * from './Drawer';
|
|
15
|
-
export * from './Menu';
|
|
16
|
-
export * from './ExpansionPanel';
|
|
17
|
-
export * from './FileInput';
|
|
18
|
-
export * from './FloatingActionButton';
|
|
19
|
-
export * from './Form';
|
|
20
|
-
export * from './Grid';
|
|
21
|
-
export * from './Icon';
|
|
22
|
-
export * from './IconButton';
|
|
23
|
-
export * from './Link';
|
|
24
|
-
export * from './List';
|
|
25
|
-
export * from './LoadingIndicator';
|
|
26
|
-
export * from './Modal';
|
|
27
|
-
export * from './NumberSelect';
|
|
28
|
-
export * from './Sidebar';
|
|
29
|
-
export * from './Snackbar';
|
|
30
|
-
export * from './SpeedDial';
|
|
31
|
-
export * from './Select';
|
|
32
|
-
export * from './Stepper';
|
|
33
|
-
export * from './Table';
|
|
34
|
-
export * from './Tabs';
|
|
35
|
-
export * from './Textarea';
|
|
36
|
-
export * from './Tooltip';
|
|
37
|
-
export * from './TimeSelect';
|
|
38
|
-
export * from './TreeView';
|
|
39
|
-
export * from './Typography';
|
|
40
|
-
export * from './component.enums';
|
|
41
|
-
export * from './component.interfaces';
|
package/hooks/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const useConstructor: (callBack: () => void) => void;
|
package/hooks/useDebounce.d.ts
DELETED
package/hooks/useHover.d.ts
DELETED
package/hooks/useWindowSize.d.ts
DELETED
package/icons/HomeSolidIcon.d.ts
DELETED
package/icons/PlusSolidIcon.d.ts
DELETED
package/icons/index.d.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export * from './CaretDownSolidIcon';
|
|
2
|
-
export * from './CheckSquareRegularIcon';
|
|
3
|
-
export * from './ChevronDownSolidIcon';
|
|
4
|
-
export * from './ChevronRightSolidIcon';
|
|
5
|
-
export * from './ChevronUpSolidIcon';
|
|
6
|
-
export * from './HomeSolidIcon';
|
|
7
|
-
export * from './SquareRegularIcon';
|
|
8
|
-
export * from './TimesCircleSolidIcon';
|
|
9
|
-
export * from './TimesSolidIcon';
|
|
10
|
-
export * from './SpinnerSolidIcon';
|
|
11
|
-
export * from './PlusSolidIcon';
|
|
12
|
-
export * from './CheckSolidIcon';
|
|
13
|
-
export * from './CircleSolidIcon';
|
|
14
|
-
export * from './ChevronLeftSolidIcon';
|
package/index.d.ts
DELETED