react-asc 25.19.0 → 26.0.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/components/Alert/Alert.d.ts +10 -0
- package/components/AppBar/AppBar.d.ts +9 -0
- package/{lib/components → components}/AppBar/AppBarTitle.d.ts +2 -3
- package/{lib/components → components}/AutoComplete/AutoComplete.d.ts +3 -2
- package/{lib/components → components}/Backdrop/Backdrop.d.ts +2 -2
- package/{lib/components → components}/Badge/Badge.d.ts +2 -2
- package/components/Breadcrumb/Breadcrumb.d.ts +5 -0
- package/{lib/components → components}/Breadcrumb/BreadcrumbItem.d.ts +2 -2
- package/{lib/components → components}/Button/Button.d.ts +1 -1
- package/{lib/components → components}/Button/ButtonContext.d.ts +1 -1
- package/{lib/components → components}/ButtonGroup/ButtonGroup.d.ts +2 -2
- package/components/Card/Card.d.ts +6 -0
- package/components/Card/CardBody.d.ts +2 -0
- package/components/Card/CardFooter.d.ts +2 -0
- package/components/Card/CardImage.d.ts +2 -0
- package/components/Card/CardSubtitle.d.ts +2 -0
- package/components/Card/CardText.d.ts +2 -0
- package/components/Card/CardTitle.d.ts +6 -0
- package/{lib/components → components}/Checkbox/Checkbox.d.ts +2 -2
- package/{lib/components → components}/Chip/Chip.d.ts +4 -4
- package/components/ConditionalWrapper/ConditionalWrapper.d.ts +8 -0
- package/{lib/components → components}/CssTransition/CssTransition.d.ts +2 -2
- package/{lib/components → components}/DatePicker/DatePicker.d.ts +1 -2
- package/{lib/components → components}/DateSelect/DateSelect.d.ts +1 -1
- package/{lib/components → components}/DateSelect/DaySelect.d.ts +1 -1
- package/{lib/components → components}/DateSelect/MonthSelect.d.ts +1 -1
- package/{lib/components → components}/DateSelect/YearSelect.d.ts +1 -1
- package/{lib/components → components}/Drawer/Drawer.d.ts +2 -2
- package/{lib/components → components}/ExpansionPanel/ExpansionPanel.d.ts +3 -4
- package/{lib/components → components}/ExpansionPanel/ExpansionPanelContent.d.ts +2 -2
- package/{lib/components → components}/ExpansionPanel/ExpansionPanelHeader.d.ts +2 -3
- package/{lib/components → components}/FileInput/FileInput.d.ts +2 -2
- package/{lib/components → components}/FloatingActionButton/FloatingActionButton.d.ts +2 -2
- package/{lib/components → components}/Form/Form.d.ts +5 -5
- package/components/Form/FormError.d.ts +7 -0
- package/components/Form/FormGroup.d.ts +7 -0
- package/components/Form/FormHint/FormHint.d.ts +2 -0
- package/{lib/components → components}/Form/FormInput/FormInput.d.ts +4 -4
- package/components/Form/FormLabel/FormLabel.d.ts +2 -0
- package/{lib/components → components}/Form/form.interfaces.d.ts +1 -1
- package/{lib/components → components}/Form/form.models.d.ts +2 -2
- package/components/Grid/Column/Column.d.ts +7 -0
- package/{lib/components → components}/Grid/Row/Row.d.ts +2 -2
- package/components/Icon/Icon.d.ts +7 -0
- package/{lib/components → components}/IconButton/IconButton.d.ts +2 -2
- package/{lib/components → components}/Link/Link.d.ts +2 -2
- package/components/List/List.d.ts +5 -0
- package/{lib/components → components}/List/ListItem.d.ts +3 -3
- package/components/List/ListItemAction.d.ts +2 -0
- package/{lib/components → components}/List/ListItemAvatar.d.ts +2 -2
- package/{lib/components → components}/List/ListItemIcon.d.ts +2 -2
- package/{lib/components → components}/List/ListItemText.d.ts +2 -3
- package/{lib/components → components}/List/list.models.d.ts +2 -2
- package/components/LoadingIndicator/LoadingIndicator.d.ts +2 -0
- package/{lib/components → components}/LoadingIndicator/LoadingIndicatorContainer.d.ts +2 -2
- package/{lib/components → components}/Menu/Menu.d.ts +4 -5
- package/components/Menu/MenuBody.d.ts +12 -0
- package/{lib/components → components}/Menu/MenuContext.d.ts +1 -1
- package/components/Menu/MenuDivider.d.ts +1 -0
- package/components/Menu/MenuItem.d.ts +3 -0
- package/{lib/components → components}/Menu/MenuToggle.d.ts +1 -1
- package/{lib/components → components}/Modal/GlobalModal.d.ts +4 -4
- package/{lib/components → components}/Modal/Modal.d.ts +3 -3
- package/{lib/components → components}/Modal/ModalBody.d.ts +2 -2
- package/{lib/components → components}/Modal/ModalFooter.d.ts +2 -2
- package/{lib/components → components}/Modal/ModalHeader.d.ts +2 -2
- package/{lib/components → components}/Modal/modal.interfaces.d.ts +2 -2
- package/{lib/components → components}/Modal/modal.service.d.ts +4 -4
- package/{lib/components → components}/NumberSelect/NumberSelect.d.ts +1 -1
- package/{lib/components → components}/Portal/Portal.d.ts +1 -1
- package/{lib/components → components}/ProgressBar/ProgressBar.d.ts +2 -2
- package/{lib/components → components}/Select/Select.d.ts +3 -3
- package/components/Sidebar/Sidebar.d.ts +9 -0
- package/{lib/components → components}/Skeleton/SkeletonAvatar.d.ts +2 -2
- package/{lib/components → components}/Skeleton/SkeletonFooter.d.ts +2 -2
- package/{lib/components → components}/Skeleton/SkeletonImage.d.ts +2 -2
- package/{lib/components → components}/Skeleton/SkeletonText.d.ts +2 -2
- package/{lib/components → components}/Snackbar/Snackbar.d.ts +2 -3
- package/{lib/components → components}/Snackbar/snackbar.service.d.ts +1 -1
- package/{lib/components → components}/SpeedDial/SpeedDial.d.ts +2 -2
- package/{lib/components → components}/SpeedDial/SpeedDialAction.d.ts +2 -2
- package/components/SpeedDial/SpeedDialActions.d.ts +2 -0
- package/{lib/components → components}/SpeedDial/SpeedDialIcon.d.ts +2 -3
- package/{lib/components → components}/Stepper/Dot/Dot.d.ts +2 -2
- package/{lib/components → components}/Stepper/Step/Step.d.ts +2 -3
- package/{lib/components → components}/Stepper/StepConnector/StepConnector.d.ts +1 -1
- package/components/Stepper/StepPanel/StepPanel.d.ts +5 -0
- package/{lib/components → components}/Stepper/Stepper.d.ts +3 -3
- package/{lib/components → components}/Stepper/StepperActions/StepperActions.d.ts +1 -1
- package/{lib/components → components}/Table/Table.d.ts +2 -2
- package/components/Table/TableBody.d.ts +2 -0
- package/{lib/components → components}/Table/TableCell.d.ts +2 -2
- package/{lib/components → components}/Table/TableContext.d.ts +1 -1
- package/components/Table/TableHead.d.ts +2 -0
- package/components/Table/TableRow.d.ts +2 -0
- package/{lib/components → components}/Tabs/Tab.d.ts +2 -3
- package/{lib/components → components}/Tabs/TabContext.d.ts +1 -1
- package/{lib/components → components}/Tabs/TabIndicator.d.ts +2 -2
- package/{lib/components → components}/Tabs/TabPanel.d.ts +2 -2
- package/{lib/components → components}/Tabs/Tabs.d.ts +3 -3
- package/components/Textarea/Textarea.d.ts +5 -0
- package/{lib/components → components}/TimeSelect/HourSelect.d.ts +1 -1
- package/{lib/components → components}/TimeSelect/MilliSecondSelect.d.ts +1 -1
- package/{lib/components → components}/TimeSelect/MinuteSelect.d.ts +1 -1
- package/{lib/components → components}/TimeSelect/SecondSelect.d.ts +1 -1
- package/{lib/components → components}/TimeSelect/TimeSelect.d.ts +1 -1
- package/{lib/components → components}/Tooltip/Tooltip.d.ts +2 -2
- package/{lib/components → components}/TreeView/TreeItem.d.ts +2 -2
- package/components/TreeView/TreeView.d.ts +2 -0
- package/{lib/components → components}/Typography/Typography.d.ts +2 -2
- package/{lib/hooks → hooks}/useDebounce.d.ts +1 -1
- package/icons/CaretDownSolidIcon.d.ts +1 -0
- package/icons/CheckSolidIcon.d.ts +1 -0
- package/icons/CheckSquareRegularIcon.d.ts +1 -0
- package/icons/ChevronDownSolidIcon.d.ts +1 -0
- package/icons/ChevronLeftSolidIcon.d.ts +1 -0
- package/icons/ChevronRightSolidIcon.d.ts +1 -0
- package/icons/ChevronUpSolidIcon.d.ts +1 -0
- package/icons/CircleSolidIcon.d.ts +1 -0
- package/icons/HomeSolidIcon.d.ts +1 -0
- package/icons/PlusSolidIcon.d.ts +1 -0
- package/icons/SpinnerSolidIcon.d.ts +1 -0
- package/icons/SquareRegularIcon.d.ts +1 -0
- package/icons/TimesCircleSolidIcon.d.ts +1 -0
- package/icons/TimesSolidIcon.d.ts +1 -0
- package/index.cjs.js +21 -0
- package/index.d.ts +7 -1148
- package/index.es.d.ts +1 -0
- package/index.es.js +3184 -5554
- package/index.umd.js +21 -0
- package/package.json +4 -5
- package/{lib/typings → typings}/array-extension.d.ts +1 -1
- package/{lib/typings → typings}/date-extension.d.ts +1 -1
- package/vite.config.d.ts +1 -1
- package/index.js +0 -5721
- package/lib/components/Alert/Alert.d.ts +0 -12
- package/lib/components/AppBar/AppBar.d.ts +0 -11
- package/lib/components/Breadcrumb/Breadcrumb.d.ts +0 -6
- package/lib/components/Card/Card.d.ts +0 -6
- package/lib/components/Card/CardBody.d.ts +0 -2
- package/lib/components/Card/CardFooter.d.ts +0 -2
- package/lib/components/Card/CardImage.d.ts +0 -2
- package/lib/components/Card/CardSubtitle.d.ts +0 -2
- package/lib/components/Card/CardText.d.ts +0 -2
- package/lib/components/Card/CardTitle.d.ts +0 -6
- package/lib/components/ConditionalWrapper/ConditionalWrapper.d.ts +0 -8
- package/lib/components/Form/FormError.d.ts +0 -7
- package/lib/components/Form/FormGroup.d.ts +0 -7
- package/lib/components/Form/FormHint/FormHint.d.ts +0 -2
- package/lib/components/Form/FormLabel/FormLabel.d.ts +0 -2
- package/lib/components/Grid/Column/Column.d.ts +0 -7
- package/lib/components/Icon/Icon.d.ts +0 -8
- package/lib/components/List/List.d.ts +0 -5
- package/lib/components/List/ListItemAction.d.ts +0 -2
- package/lib/components/LoadingIndicator/LoadingIndicator.d.ts +0 -2
- package/lib/components/Menu/MenuBody.d.ts +0 -13
- package/lib/components/Menu/MenuDivider.d.ts +0 -1
- package/lib/components/Menu/MenuItem.d.ts +0 -2
- package/lib/components/Sidebar/Sidebar.d.ts +0 -9
- package/lib/components/SpeedDial/SpeedDialActions.d.ts +0 -2
- package/lib/components/Stepper/StepPanel/StepPanel.d.ts +0 -5
- package/lib/components/Table/TableBody.d.ts +0 -2
- package/lib/components/Table/TableHead.d.ts +0 -2
- package/lib/components/Table/TableRow.d.ts +0 -2
- package/lib/components/Textarea/Textarea.d.ts +0 -5
- package/lib/components/TreeView/TreeView.d.ts +0 -2
- package/lib/icons/CaretDownSolidIcon.d.ts +0 -1
- package/lib/icons/CheckSolidIcon.d.ts +0 -1
- package/lib/icons/CheckSquareRegularIcon.d.ts +0 -1
- package/lib/icons/ChevronDownSolidIcon.d.ts +0 -1
- package/lib/icons/ChevronLeftSolidIcon.d.ts +0 -1
- package/lib/icons/ChevronRightSolidIcon.d.ts +0 -1
- package/lib/icons/ChevronUpSolidIcon.d.ts +0 -1
- package/lib/icons/CircleSolidIcon.d.ts +0 -1
- package/lib/icons/HomeSolidIcon.d.ts +0 -1
- package/lib/icons/PlusSolidIcon.d.ts +0 -1
- package/lib/icons/SpinnerSolidIcon.d.ts +0 -1
- package/lib/icons/SquareRegularIcon.d.ts +0 -1
- package/lib/icons/TimesCircleSolidIcon.d.ts +0 -1
- package/lib/icons/TimesSolidIcon.d.ts +0 -1
- package/lib/index.d.ts +0 -8
- package/lib/services/clipboard.service.d.ts +0 -5
- package/lib/services/file.service.d.ts +0 -14
- package/lib/services/index.d.ts +0 -4
- package/lib/services/local.service.d.ts +0 -10
- package/lib/services/logger.service.d.ts +0 -25
- package/react-asc.scss +0 -382
- /package/{lib/components → components}/Alert/index.d.ts +0 -0
- /package/{lib/components → components}/AppBar/index.d.ts +0 -0
- /package/{lib/components → components}/AutoComplete/index.d.ts +0 -0
- /package/{lib/components → components}/Backdrop/index.d.ts +0 -0
- /package/{lib/components → components}/Badge/index.d.ts +0 -0
- /package/{lib/components → components}/Breadcrumb/index.d.ts +0 -0
- /package/{lib/components → components}/Button/index.d.ts +0 -0
- /package/{lib/components → components}/ButtonGroup/index.d.ts +0 -0
- /package/{lib/components → components}/Card/index.d.ts +0 -0
- /package/{lib/components → components}/Checkbox/index.d.ts +0 -0
- /package/{lib/components → components}/Chip/index.d.ts +0 -0
- /package/{lib/components → components}/ConditionalWrapper/index.d.ts +0 -0
- /package/{lib/components → components}/CssTransition/index.d.ts +0 -0
- /package/{lib/components → components}/DatePicker/index.d.ts +0 -0
- /package/{lib/components → components}/DateSelect/index.d.ts +0 -0
- /package/{lib/components → components}/Drawer/index.d.ts +0 -0
- /package/{lib/components → components}/ExpansionPanel/index.d.ts +0 -0
- /package/{lib/components → components}/FileInput/index.d.ts +0 -0
- /package/{lib/components → components}/FloatingActionButton/index.d.ts +0 -0
- /package/{lib/components → components}/Form/FormHint/index.d.ts +0 -0
- /package/{lib/components → components}/Form/FormInput/index.d.ts +0 -0
- /package/{lib/components → components}/Form/FormLabel/index.d.ts +0 -0
- /package/{lib/components → components}/Form/form.types.d.ts +0 -0
- /package/{lib/components → components}/Form/index.d.ts +0 -0
- /package/{lib/components → components}/Form/validators/EmailValidtor.d.ts +0 -0
- /package/{lib/components → components}/Form/validators/IsEmptyValidator.d.ts +0 -0
- /package/{lib/components → components}/Form/validators/IsEqualValidator.d.ts +0 -0
- /package/{lib/components → components}/Form/validators/MaxValidator.d.ts +0 -0
- /package/{lib/components → components}/Form/validators/MinValidator.d.ts +0 -0
- /package/{lib/components → components}/Form/validators/index.d.ts +0 -0
- /package/{lib/components → components}/Grid/Column/column.types.d.ts +0 -0
- /package/{lib/components → components}/Grid/Column/index.d.ts +0 -0
- /package/{lib/components → components}/Grid/Row/index.d.ts +0 -0
- /package/{lib/components → components}/Grid/index.d.ts +0 -0
- /package/{lib/components → components}/Icon/index.d.ts +0 -0
- /package/{lib/components → components}/IconButton/index.d.ts +0 -0
- /package/{lib/components → components}/Link/Link.test.d.ts +0 -0
- /package/{lib/components → components}/Link/index.d.ts +0 -0
- /package/{lib/components → components}/List/index.d.ts +0 -0
- /package/{lib/components → components}/LoadingIndicator/index.d.ts +0 -0
- /package/{lib/components → components}/LoadingIndicator/loading-indicator.service.d.ts +0 -0
- /package/{lib/components → components}/Menu/index.d.ts +0 -0
- /package/{lib/components → components}/Menu/menu.types.d.ts +0 -0
- /package/{lib/components → components}/Modal/index.d.ts +0 -0
- /package/{lib/components → components}/Modal/modal.enum.d.ts +0 -0
- /package/{lib/components → components}/NumberSelect/index.d.ts +0 -0
- /package/{lib/components → components}/Portal/index.d.ts +0 -0
- /package/{lib/components → components}/ProgressBar/index.d.ts +0 -0
- /package/{lib/components → components}/Select/index.d.ts +0 -0
- /package/{lib/components → components}/Sidebar/index.d.ts +0 -0
- /package/{lib/components → components}/Sidebar/sidebar.interfaces.d.ts +0 -0
- /package/{lib/components → components}/Sidebar/sidebar.models.d.ts +0 -0
- /package/{lib/components → components}/Skeleton/index.d.ts +0 -0
- /package/{lib/components → components}/Snackbar/index.d.ts +0 -0
- /package/{lib/components → components}/SpeedDial/index.d.ts +0 -0
- /package/{lib/components → components}/Stepper/Dot/index.d.ts +0 -0
- /package/{lib/components → components}/Stepper/Step/index.d.ts +0 -0
- /package/{lib/components → components}/Stepper/StepperActions/index.d.ts +0 -0
- /package/{lib/components → components}/Stepper/index.d.ts +0 -0
- /package/{lib/components → components}/Table/index.d.ts +0 -0
- /package/{lib/components → components}/Tabs/index.d.ts +0 -0
- /package/{lib/components → components}/Textarea/index.d.ts +0 -0
- /package/{lib/components → components}/TimeSelect/index.d.ts +0 -0
- /package/{lib/components → components}/Tooltip/index.d.ts +0 -0
- /package/{lib/components → components}/Tooltip/tooltip.enums.d.ts +0 -0
- /package/{lib/components → components}/TreeView/index.d.ts +0 -0
- /package/{lib/components → components}/Typography/index.d.ts +0 -0
- /package/{lib/components → components}/component.interfaces.d.ts +0 -0
- /package/{lib/components → components}/index.d.ts +0 -0
- /package/{lib/enums → enums}/color.enum.d.ts +0 -0
- /package/{lib/enums → enums}/index.d.ts +0 -0
- /package/{lib/enums → enums}/position.enum.d.ts +0 -0
- /package/{lib/enums → enums}/screensize.enum.d.ts +0 -0
- /package/{lib/enums → enums}/size.enum.d.ts +0 -0
- /package/{lib/enums → enums}/status.enum.d.ts +0 -0
- /package/{lib/enums → enums}/variant.enum.d.ts +0 -0
- /package/{lib/helpers → helpers}/index.d.ts +0 -0
- /package/{lib/helpers → helpers}/sort.helper.d.ts +0 -0
- /package/{lib/hooks → hooks}/index.d.ts +0 -0
- /package/{lib/hooks → hooks}/useConstructor.d.ts +0 -0
- /package/{lib/hooks → hooks}/useCssClasses.d.ts +0 -0
- /package/{lib/hooks → hooks}/useHover.d.ts +0 -0
- /package/{lib/hooks → hooks}/useMobileDetect.d.ts +0 -0
- /package/{lib/hooks → hooks}/useOnDestroy.d.ts +0 -0
- /package/{lib/hooks → hooks}/usePrevious.d.ts +0 -0
- /package/{lib/hooks → hooks}/useScreenSizeDetect.d.ts +0 -0
- /package/{lib/hooks → hooks}/useWindowSize.d.ts +0 -0
- /package/{lib/icons → icons}/index.d.ts +0 -0
- /package/{lib/interfaces → interfaces}/index.d.ts +0 -0
- /package/{lib/interfaces → interfaces}/interfaces.d.ts +0 -0
- /package/{lib/types → types}/index.d.ts +0 -0
- /package/{lib/types → types}/nullable.type.d.ts +0 -0
- /package/{lib/typings → typings}/index.d.ts +0 -0
- /package/{lib/typings → typings}/string-extensions.d.ts +0 -0
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import type { ReactNode } from 'react';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import type { SIZE } from '../../enums';
|
|
4
|
-
import { Color, VARIANT } from '../../enums';
|
|
5
|
-
export interface IAlertProps extends React.ComponentProps<'div'> {
|
|
6
|
-
children?: ReactNode;
|
|
7
|
-
className?: string;
|
|
8
|
-
variant?: VARIANT;
|
|
9
|
-
color?: Color;
|
|
10
|
-
shadow?: boolean | SIZE.sm | SIZE.md | SIZE.lg;
|
|
11
|
-
}
|
|
12
|
-
export declare const Alert: (props: IAlertProps) => JSX.Element;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { ReactNode } from 'react';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import type { SIZE } from '../../enums';
|
|
4
|
-
import { Color } from '../../enums';
|
|
5
|
-
export interface IAppBarProps extends React.ComponentProps<'nav'> {
|
|
6
|
-
children?: ReactNode;
|
|
7
|
-
className?: string;
|
|
8
|
-
color?: Color;
|
|
9
|
-
shadow?: boolean | SIZE.sm | SIZE.md | SIZE.lg;
|
|
10
|
-
}
|
|
11
|
-
export declare const AppBar: (props: IAppBarProps) => JSX.Element;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type React from 'react';
|
|
2
|
-
interface IConditionalWrapperProps {
|
|
3
|
-
condition: boolean;
|
|
4
|
-
wrapper: (children: React.ReactNode) => JSX.Element;
|
|
5
|
-
children: any;
|
|
6
|
-
}
|
|
7
|
-
export declare const ConditionalWrapper: ({ condition, wrapper, children }: IConditionalWrapperProps) => JSX.Element;
|
|
8
|
-
export {};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { ComponentProps } from 'react';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import type { Color } from '../../enums';
|
|
4
|
-
export interface IIconProps extends ComponentProps<'div'> {
|
|
5
|
-
iconColor?: Color;
|
|
6
|
-
children?: React.ReactNode;
|
|
7
|
-
}
|
|
8
|
-
export declare const Icon: (props: IIconProps) => JSX.Element;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { ReactElement } from 'react';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import type { IListItemProps } from '../List';
|
|
4
|
-
import type { MenuPosition } from './menu.types';
|
|
5
|
-
export interface IMenuBodyProps {
|
|
6
|
-
children?: ReactElement<IListItemProps> | ReactElement<IListItemProps>[];
|
|
7
|
-
className?: string;
|
|
8
|
-
menuPosition?: MenuPosition;
|
|
9
|
-
parentRef: React.RefObject<HTMLDivElement>;
|
|
10
|
-
shadow?: boolean;
|
|
11
|
-
onClickBackdrop?: () => void;
|
|
12
|
-
}
|
|
13
|
-
export declare const MenuBody: (props: IMenuBodyProps) => JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const MenuDivider: () => JSX.Element;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { ISidebarItem } from './sidebar.interfaces';
|
|
3
|
-
interface ISidebarProps extends React.ComponentProps<'nav'> {
|
|
4
|
-
items: ISidebarItem[];
|
|
5
|
-
currentUrl: string;
|
|
6
|
-
onItemClicked: (path: string) => void;
|
|
7
|
-
}
|
|
8
|
-
export declare const Sidebar: (props: ISidebarProps) => JSX.Element;
|
|
9
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CaretDownSolidIcon: () => JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CheckSolidIcon: () => JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CheckSquareRegularIcon: () => JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const ChevronDownSolidIcon: () => JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const ChevronLeftSolidIcon: () => JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const ChevronRightSolidIcon: () => JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const ChevronUpSolidIcon: () => JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CircleSolidIcon: () => JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const HomeSolidIcon: () => JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const PlusSolidIcon: () => JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const SpinnerSolidIcon: () => JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const SquareRegularIcon: () => JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const TimesCircleSolidIcon: () => JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const TimesSolidIcon: () => JSX.Element;
|
package/lib/index.d.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import type { ParseResult, UnparseObject } from 'papaparse';
|
|
2
|
-
export declare class FileService {
|
|
3
|
-
readAsText(file: File): Promise<ProgressEvent<FileReader>>;
|
|
4
|
-
readAsBinaryString(file: File): Promise<ProgressEvent<FileReader>>;
|
|
5
|
-
unparse<T>(data: T[] | UnparseObject<T>, config?: IFileUnparseConfig): string;
|
|
6
|
-
parse<T>(content: string | File): Promise<ParseResult<T>>;
|
|
7
|
-
saveAs(content: BlobPart, fileName: string, fileType: string): void;
|
|
8
|
-
getFileExtension(filename: string): string;
|
|
9
|
-
}
|
|
10
|
-
export interface IFileUnparseConfig {
|
|
11
|
-
delimiter?: string;
|
|
12
|
-
header?: boolean;
|
|
13
|
-
}
|
|
14
|
-
export declare const fileService: FileService;
|
package/lib/services/index.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { Nullable } from '../types';
|
|
2
|
-
declare class LocalService {
|
|
3
|
-
set<T>(key: string, value: T): void;
|
|
4
|
-
get<T>(key: string): Nullable<T>;
|
|
5
|
-
remove(key: string): void;
|
|
6
|
-
removeAll(): void;
|
|
7
|
-
getKeysBy(key: string): string[];
|
|
8
|
-
}
|
|
9
|
-
export declare const localService: LocalService;
|
|
10
|
-
export {};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
export interface ILoggerService {
|
|
2
|
-
log(...args: unknown[]): void;
|
|
3
|
-
info(...args: unknown[]): void;
|
|
4
|
-
warn(...args: unknown[]): void;
|
|
5
|
-
debug(...args: unknown[]): void;
|
|
6
|
-
error(...args: unknown[]): void;
|
|
7
|
-
}
|
|
8
|
-
export declare enum LogType {
|
|
9
|
-
log = "log",
|
|
10
|
-
info = "info",
|
|
11
|
-
warn = "warn",
|
|
12
|
-
debug = "debug",
|
|
13
|
-
error = "error"
|
|
14
|
-
}
|
|
15
|
-
declare class LoggerService implements ILoggerService {
|
|
16
|
-
logType: typeof LogType;
|
|
17
|
-
log(...args: unknown[]): void;
|
|
18
|
-
info(...args: unknown[]): void;
|
|
19
|
-
warn(...args: unknown[]): void;
|
|
20
|
-
debug(...args: unknown[]): void;
|
|
21
|
-
error(...args: unknown[]): void;
|
|
22
|
-
_doLog(logType: LogType, ...args: unknown[]): void;
|
|
23
|
-
}
|
|
24
|
-
export declare const loggerService: LoggerService;
|
|
25
|
-
export {};
|