digitinary-ui 1.0.13 → 1.0.15
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/README.md +30 -30
- package/dist/components/Accordion/Accordion.d.ts +3 -3
- package/dist/components/Accordion/index.d.ts +1 -1
- package/dist/components/Alert/Alert.d.ts +3 -3
- package/dist/components/Alert/index.d.ts +1 -1
- package/dist/components/Button/Button.d.ts +6 -6
- package/dist/components/Button/index.d.ts +1 -1
- package/dist/components/Card/Card.d.ts +3 -3
- package/dist/components/Card/index.d.ts +1 -1
- package/dist/components/Checkbox/Checkbox.d.ts +3 -3
- package/dist/components/Checkbox/index.d.ts +1 -1
- package/dist/components/Chip/Chip.d.ts +6 -6
- package/dist/components/Chip/index.d.ts +1 -1
- package/dist/components/Date/Date.d.ts +4 -4
- package/dist/components/Date/index.d.ts +1 -1
- package/dist/components/DateRange/DateRange.d.ts +4 -4
- package/dist/components/DateRange/index.d.ts +1 -1
- package/dist/components/Dialog/Dialog.d.ts +3 -3
- package/dist/components/Dialog/index.d.ts +1 -1
- package/dist/components/HelperText/HelperText.d.ts +3 -3
- package/dist/components/HelperText/index.d.ts +1 -1
- package/dist/components/Input/Input.d.ts +3 -3
- package/dist/components/Input/index.d.ts +1 -1
- package/dist/components/Label/Label.d.ts +3 -3
- package/dist/components/Label/index.d.ts +1 -1
- package/dist/components/Loader/Loader.d.ts +10 -6
- package/dist/components/Loader/index.d.ts +1 -1
- package/dist/components/Overlay/Overlay.d.ts +3 -3
- package/dist/components/Overlay/index.d.ts +1 -1
- package/dist/components/Pagination/Pagination.d.ts +3 -3
- package/dist/components/Pagination/index.d.ts +1 -1
- package/dist/components/Radio/Radio.d.ts +4 -4
- package/dist/components/Radio/index.d.ts +1 -1
- package/dist/components/RadioGroup/RadioGroup.d.ts +3 -3
- package/dist/components/RadioGroup/index.d.ts +1 -1
- package/dist/components/SelectGroup/SelectGroup.d.ts +3 -3
- package/dist/components/SelectGroup/index.d.ts +1 -1
- package/dist/components/SideDrawer/SideDrawer.d.ts +3 -3
- package/dist/components/SideDrawer/index.d.ts +1 -1
- package/dist/components/Switch/Switch.d.ts +3 -3
- package/dist/components/Switch/index.d.ts +1 -1
- package/dist/components/Table/Table.d.ts +3 -3
- package/dist/components/Table/index.d.ts +1 -1
- package/dist/components/TextArea/TextArea.d.ts +3 -3
- package/dist/components/TextArea/index.d.ts +1 -1
- package/dist/components/Tooltip/Tooltip.d.ts +6 -6
- package/dist/components/index.d.ts +20 -20
- package/dist/constants/index.d.ts +1 -4
- package/dist/icons/AlertErrorIcon.d.ts +3 -3
- package/dist/icons/AlertInfoIcon.d.ts +3 -3
- package/dist/icons/AlertSuccessIcon.d.ts +3 -3
- package/dist/icons/AlertWarningIcon.d.ts +3 -3
- package/dist/icons/ArrowBottom.d.ts +3 -3
- package/dist/icons/ArrowLeft.d.ts +3 -3
- package/dist/icons/ArrowRight.d.ts +3 -3
- package/dist/icons/ArrowUpIcon.d.ts +3 -3
- package/dist/icons/Calendar.d.ts +3 -3
- package/dist/icons/CheckMark.d.ts +3 -3
- package/dist/icons/ClearField.d.ts +3 -3
- package/dist/icons/CloseIcon.d.ts +3 -3
- package/dist/icons/DoubleLeftArrow.d.ts +3 -3
- package/dist/icons/DoubleRightArrow.d.ts +3 -3
- package/dist/icons/ExcelIcon.d.ts +3 -3
- package/dist/icons/HidePasswordIcon.d.ts +3 -3
- package/dist/icons/InfoIcon.d.ts +3 -3
- package/dist/icons/LeftArrowIcon.d.ts +3 -3
- package/dist/icons/LoaderIcon.d.ts +3 -3
- package/dist/icons/PdfIcon.d.ts +3 -3
- package/dist/icons/RightArrowIcon.d.ts +3 -3
- package/dist/icons/SearchIcon.d.ts +3 -3
- package/dist/icons/SelectFieldDownArrow.d.ts +3 -3
- package/dist/icons/SelectFieldUpArrow.d.ts +3 -3
- package/dist/icons/ShowPasswordIcon.d.ts +3 -3
- package/dist/icons/SortIcon.d.ts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +1 -1
- package/dist/types/all.scss.d.ts +4 -4
- package/dist/types/enums.d.ts +21 -21
- package/dist/types/index.d.ts +3 -3
- package/dist/types/interfaces.d.ts +268 -266
- package/dist/types/jsx.d.ts +12 -12
- package/dist/types/types.d.ts +23 -23
- package/dist/utils/index.d.ts +82 -82
- package/package.json +88 -84
package/README.md
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
# digitinary-ui
|
|
2
|
-
|
|
3
|
-
> Digitinary UI System
|
|
4
|
-
|
|
5
|
-
[](https://www.npmjs.com/package/digitinary-ui)
|
|
6
|
-
[](https://standardjs.com)
|
|
7
|
-
|
|
8
|
-
## Install
|
|
9
|
-
|
|
10
|
-
```bash
|
|
11
|
-
npm install digitinary-ui
|
|
12
|
-
```
|
|
13
|
-
|
|
14
|
-
## Usage
|
|
15
|
-
|
|
16
|
-
```jsx
|
|
17
|
-
import React, { Component } from 'react'
|
|
18
|
-
|
|
19
|
-
import MyComponent from 'digitinary-ui'
|
|
20
|
-
|
|
21
|
-
class Example extends Component {
|
|
22
|
-
render() {
|
|
23
|
-
return <MyComponent />
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
## License
|
|
29
|
-
|
|
30
|
-
MIT
|
|
1
|
+
# digitinary-ui
|
|
2
|
+
|
|
3
|
+
> Digitinary UI System
|
|
4
|
+
|
|
5
|
+
[](https://www.npmjs.com/package/digitinary-ui)
|
|
6
|
+
[](https://standardjs.com)
|
|
7
|
+
|
|
8
|
+
## Install
|
|
9
|
+
|
|
10
|
+
```bash
|
|
11
|
+
npm install digitinary-ui
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
## Usage
|
|
15
|
+
|
|
16
|
+
```jsx
|
|
17
|
+
import React, { Component } from 'react'
|
|
18
|
+
|
|
19
|
+
import MyComponent from 'digitinary-ui'
|
|
20
|
+
|
|
21
|
+
class Example extends Component {
|
|
22
|
+
render() {
|
|
23
|
+
return <MyComponent />
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
## License
|
|
29
|
+
|
|
30
|
+
MIT
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { AccordionProps } from '../../types';
|
|
2
|
-
declare const Accordion: ({ defaultExpanded, expanded, disabled, onChange, summary, children, className, }: AccordionProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
export default Accordion;
|
|
1
|
+
import { AccordionProps } from '../../types';
|
|
2
|
+
declare const Accordion: ({ defaultExpanded, expanded, disabled, onChange, summary, children, className, }: AccordionProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default Accordion;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from './Accordion';
|
|
1
|
+
export { default } from './Accordion';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { AlertProps } from '../../types';
|
|
2
|
-
declare const Alert: ({ severity, color, variant, onClose, action, className, icon, customStyle, children, }: AlertProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
3
|
-
export default Alert;
|
|
1
|
+
import { AlertProps } from '../../types';
|
|
2
|
+
declare const Alert: ({ severity, color, variant, onClose, action, className, icon, customStyle, children, }: AlertProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
3
|
+
export default Alert;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from './Alert';
|
|
1
|
+
export { default } from './Alert';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ButtonPropsType } from '../../types';
|
|
2
|
-
declare const Button: {
|
|
3
|
-
({ children, className, variant, color, size, type, disabled, loading, startIcon, endIcon, fullWidth, onKeyDown, onClick, active, ...props }: ButtonPropsType): import("react/jsx-runtime").JSX.Element;
|
|
4
|
-
displayName: string;
|
|
5
|
-
};
|
|
6
|
-
export default Button;
|
|
1
|
+
import { ButtonPropsType } from '../../types';
|
|
2
|
+
declare const Button: {
|
|
3
|
+
({ children, className, variant, color, size, type, disabled, loading, startIcon, endIcon, fullWidth, onKeyDown, onClick, active, ...props }: ButtonPropsType): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
displayName: string;
|
|
5
|
+
};
|
|
6
|
+
export default Button;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from './Button';
|
|
1
|
+
export { default } from './Button';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { CardPropsType } from '../../types';
|
|
2
|
-
declare const Card: ({ header, children, footer, className, rounded }: CardPropsType) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
export default Card;
|
|
1
|
+
import { CardPropsType } from '../../types';
|
|
2
|
+
declare const Card: ({ header, children, footer, className, rounded }: CardPropsType) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default Card;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from './Card';
|
|
1
|
+
export { default } from './Card';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { CheckboxPropsType } from '../../types';
|
|
2
|
-
declare const Checkbox: ({ label, labelPlacement, handleCheckboxChange, className, checked, size, disabled, }: CheckboxPropsType) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
export default Checkbox;
|
|
1
|
+
import { CheckboxPropsType } from '../../types';
|
|
2
|
+
declare const Checkbox: ({ label, labelPlacement, handleCheckboxChange, className, checked, size, disabled, }: CheckboxPropsType) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default Checkbox;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from './Checkbox';
|
|
1
|
+
export { default } from './Checkbox';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ChipPropsType } from '../../types';
|
|
2
|
-
declare const Chip: {
|
|
3
|
-
({ className, color, children, variant, clickable, onClick, onDelete, size, id, }: ChipPropsType): import("react/jsx-runtime").JSX.Element;
|
|
4
|
-
displayName: string;
|
|
5
|
-
};
|
|
6
|
-
export default Chip;
|
|
1
|
+
import { ChipPropsType } from '../../types';
|
|
2
|
+
declare const Chip: {
|
|
3
|
+
({ className, color, children, variant, clickable, onClick, onDelete, size, id, }: ChipPropsType): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
displayName: string;
|
|
5
|
+
};
|
|
6
|
+
export default Chip;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from './Chip';
|
|
1
|
+
export { default } from './Chip';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
2
|
-
import { DateProps } from '../../types';
|
|
3
|
-
declare const Date: FC<DateProps>;
|
|
4
|
-
export default Date;
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { DateProps } from '../../types';
|
|
3
|
+
declare const Date: FC<DateProps>;
|
|
4
|
+
export default Date;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from './Date';
|
|
1
|
+
export { default } from './Date';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
2
|
-
import { DateRangeProps } from '../../types';
|
|
3
|
-
declare const DateRange: FC<DateRangeProps>;
|
|
4
|
-
export default DateRange;
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { DateRangeProps } from '../../types';
|
|
3
|
+
declare const DateRange: FC<DateRangeProps>;
|
|
4
|
+
export default DateRange;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from './DateRange';
|
|
1
|
+
export { default } from './DateRange';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { DialogPropsType } from '../../types';
|
|
2
|
-
declare const Dialog: ({ open, onClose, header, content, footer, position, size, disableOverlay, disableBackdropClick, fullWidth, dataId, scroll, className, }: DialogPropsType) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
export default Dialog;
|
|
1
|
+
import { DialogPropsType } from '../../types';
|
|
2
|
+
declare const Dialog: ({ open, onClose, header, content, footer, position, size, disableOverlay, disableBackdropClick, fullWidth, dataId, scroll, className, }: DialogPropsType) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default Dialog;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from './Dialog';
|
|
1
|
+
export { default } from './Dialog';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { HelperTextPropsType } from '../../types';
|
|
2
|
-
declare const HelperText: ({ className, type, text }: HelperTextPropsType) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
export default HelperText;
|
|
1
|
+
import { HelperTextPropsType } from '../../types';
|
|
2
|
+
declare const HelperText: ({ className, type, text }: HelperTextPropsType) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default HelperText;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from './HelperText';
|
|
1
|
+
export { default } from './HelperText';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { InputProps } from '../../types';
|
|
2
|
-
declare const Input: ({ type, value, onChange, placeholder, label, disabled, errorMsg, helperText, fullWidth, size, startAdornment, endAdornment, blurText, required, clearable, className, autoComplete, direction, onKeyDown, onPaste, ...props }: InputProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
export default Input;
|
|
1
|
+
import { InputProps } from '../../types';
|
|
2
|
+
declare const Input: ({ type, value, onChange, placeholder, label, disabled, errorMsg, helperText, fullWidth, size, startAdornment, endAdornment, blurText, required, clearable, className, autoComplete, direction, onKeyDown, onPaste, onClear, ...props }: InputProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default Input;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from './Input';
|
|
1
|
+
export { default } from './Input';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { LabelPropsType } from '../../types';
|
|
2
|
-
declare const Label: ({ className, required, label }: LabelPropsType) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
export default Label;
|
|
1
|
+
import { LabelPropsType } from '../../types';
|
|
2
|
+
declare const Label: ({ className, required, label }: LabelPropsType) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default Label;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from './Label';
|
|
1
|
+
export { default } from './Label';
|
|
@@ -1,6 +1,10 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface LoaderProps {
|
|
3
|
-
className?: string;
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface LoaderProps {
|
|
3
|
+
className?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
color?: string;
|
|
7
|
+
shape?: 'quarter' | 'half' | 'three-quarters';
|
|
8
|
+
}
|
|
9
|
+
declare const Loader: React.FC<LoaderProps>;
|
|
10
|
+
export default Loader;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from './Loader';
|
|
1
|
+
export { default } from './Loader';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { OverlayPropsType } from '../../types';
|
|
2
|
-
declare const Overlay: ({ children, className, open }: OverlayPropsType) => import("react/jsx-runtime").JSX.Element | null;
|
|
3
|
-
export default Overlay;
|
|
1
|
+
import { OverlayPropsType } from '../../types';
|
|
2
|
+
declare const Overlay: ({ children, className, open }: OverlayPropsType) => import("react/jsx-runtime").JSX.Element | null;
|
|
3
|
+
export default Overlay;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from './Overlay';
|
|
1
|
+
export { default } from './Overlay';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { PaginationProps } from '../../types';
|
|
2
|
-
declare const Pagination: ({ page, setPage, count, totalElement, disabledExportExcelBtn, disabledExportPdfBtn, excelExport, showPageCount, showExportButtons, disabledNextButton, removeFirstLastButtons, pageSize, labels, className, }: PaginationProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
export default Pagination;
|
|
1
|
+
import { PaginationProps } from '../../types';
|
|
2
|
+
declare const Pagination: ({ page, setPage, count, totalElement, disabledExportExcelBtn, disabledExportPdfBtn, excelExport, showPageCount, showExportButtons, disabledNextButton, removeFirstLastButtons, pageSize, labels, className, }: PaginationProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default Pagination;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from './Pagination';
|
|
1
|
+
export { default } from './Pagination';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { RadioPropsType } from '../../types';
|
|
3
|
-
declare const Radio: React.ForwardRefExoticComponent<RadioPropsType & React.RefAttributes<unknown>>;
|
|
4
|
-
export default Radio;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { RadioPropsType } from '../../types';
|
|
3
|
+
declare const Radio: React.ForwardRefExoticComponent<RadioPropsType & React.RefAttributes<unknown>>;
|
|
4
|
+
export default Radio;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from './Radio';
|
|
1
|
+
export { default } from './Radio';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { RadioGroupProps } from '../../types';
|
|
2
|
-
declare const RadioGroup: ({ name, options, onChange, size, labelPosition, color, label, defaultValue, value, direction, gap, className, }: RadioGroupProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
export default RadioGroup;
|
|
1
|
+
import { RadioGroupProps } from '../../types';
|
|
2
|
+
declare const RadioGroup: ({ name, options, onChange, size, labelPosition, color, label, defaultValue, value, direction, gap, className, }: RadioGroupProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default RadioGroup;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from './RadioGroup';
|
|
1
|
+
export { default } from './RadioGroup';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { SelectProps, Option } from '../../types';
|
|
2
|
-
declare const SelectGroup: <T extends Option | Option[] | null>({ label, placeholder, options, value, onChange, isMultiple, disabled, className, errorMsg, helperText, withSearch, itemsLabel, size, required, }: SelectProps<T>) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
export default SelectGroup;
|
|
1
|
+
import { SelectProps, Option } from '../../types';
|
|
2
|
+
declare const SelectGroup: <T extends Option | Option[] | null>({ label, placeholder, options, value, onChange, isMultiple, disabled, className, errorMsg, helperText, withSearch, itemsLabel, size, required, isLoading, }: SelectProps<T>) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default SelectGroup;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from './SelectGroup';
|
|
1
|
+
export { default } from './SelectGroup';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { SideDrawerPropsType } from '../../types';
|
|
2
|
-
declare const SideDrawer: ({ open, setOpen, children, className, onClickOutSide, width, anchor, }: SideDrawerPropsType) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
export default SideDrawer;
|
|
1
|
+
import { SideDrawerPropsType } from '../../types';
|
|
2
|
+
declare const SideDrawer: ({ open, setOpen, children, className, onClickOutSide, width, anchor, }: SideDrawerPropsType) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default SideDrawer;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from './SideDrawer';
|
|
1
|
+
export { default } from './SideDrawer';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { SwitchProps } from '../../types';
|
|
2
|
-
declare const Switch: ({ checked, onClick, label, disabled, labelPlacement, color, }: SwitchProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
export default Switch;
|
|
1
|
+
import { SwitchProps } from '../../types';
|
|
2
|
+
declare const Switch: ({ checked, onClick, label, disabled, labelPlacement, color, }: SwitchProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default Switch;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from './Switch';
|
|
1
|
+
export { default } from './Switch';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { TableProps } from '../../types';
|
|
2
|
-
declare const Table: ({ id, headCells, data, sort, setSort, currentHeadCell, setCurrentHeadCell, fallback, footer, onRowClick, selectableRow, selectedRowId, rowDataId, paginationOptions, }: TableProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
export default Table;
|
|
1
|
+
import { TableProps } from '../../types';
|
|
2
|
+
declare const Table: ({ id, headCells, data, sort, setSort, currentHeadCell, setCurrentHeadCell, fallback, footer, onRowClick, selectableRow, selectedRowId, rowDataId, paginationOptions, }: TableProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default Table;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from './Table';
|
|
1
|
+
export { default } from './Table';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { TextAreaProps } from '../../types';
|
|
2
|
-
declare const TextArea: ({ value, onChange, label, placeholder, name, size, clearable, minRows, maxRows, errorMsg, disabled, maxLength, required, startDecorator, endDecorator, className, dataId, direction, }: TextAreaProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
export default TextArea;
|
|
1
|
+
import { TextAreaProps } from '../../types';
|
|
2
|
+
declare const TextArea: ({ value, onChange, label, placeholder, name, size, clearable, minRows, maxRows, errorMsg, disabled, maxLength, required, startDecorator, endDecorator, className, dataId, direction, }: TextAreaProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default TextArea;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from './TextArea';
|
|
1
|
+
export { default } from './TextArea';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import 'tippy.js/dist/tippy.css';
|
|
3
|
-
import './style.scss';
|
|
4
|
-
import { TooltipProps } from '../../types';
|
|
5
|
-
declare const Tooltip: React.FC<TooltipProps>;
|
|
6
|
-
export default Tooltip;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import 'tippy.js/dist/tippy.css';
|
|
3
|
+
import './style.scss';
|
|
4
|
+
import { TooltipProps } from '../../types';
|
|
5
|
+
declare const Tooltip: React.FC<TooltipProps>;
|
|
6
|
+
export default Tooltip;
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
export { default as Alert } from './Alert/index';
|
|
2
|
-
export { default as Button } from './Button/index';
|
|
3
|
-
export { default as Checkbox } from './Checkbox/index';
|
|
4
|
-
export { default as Chip } from './Chip/index';
|
|
5
|
-
export { default as Overlay } from './Overlay/index';
|
|
6
|
-
export { default as TextArea } from './TextArea/index';
|
|
7
|
-
export { default as Switch } from './Switch/index';
|
|
8
|
-
export { default as Dialog } from './Dialog/index';
|
|
9
|
-
export { default as Card } from './Card/index';
|
|
10
|
-
export { default as Radio } from './Radio/index';
|
|
11
|
-
export { default as SideDrawer } from './SideDrawer/index';
|
|
12
|
-
export { default as Accordion } from './Accordion/index';
|
|
13
|
-
export { default as Input } from './Input/index';
|
|
14
|
-
export { default as Table } from './Table/index';
|
|
15
|
-
export { default as RadioGroup } from './RadioGroup/index';
|
|
16
|
-
export { default as Date } from './Date/index';
|
|
17
|
-
export { default as DateRange } from './DateRange/index';
|
|
18
|
-
export { default as Pagination } from './Pagination/index';
|
|
19
|
-
export { default as SelectGroup } from './SelectGroup/index';
|
|
20
|
-
export { default as Loader } from './Loader/index';
|
|
1
|
+
export { default as Alert } from './Alert/index';
|
|
2
|
+
export { default as Button } from './Button/index';
|
|
3
|
+
export { default as Checkbox } from './Checkbox/index';
|
|
4
|
+
export { default as Chip } from './Chip/index';
|
|
5
|
+
export { default as Overlay } from './Overlay/index';
|
|
6
|
+
export { default as TextArea } from './TextArea/index';
|
|
7
|
+
export { default as Switch } from './Switch/index';
|
|
8
|
+
export { default as Dialog } from './Dialog/index';
|
|
9
|
+
export { default as Card } from './Card/index';
|
|
10
|
+
export { default as Radio } from './Radio/index';
|
|
11
|
+
export { default as SideDrawer } from './SideDrawer/index';
|
|
12
|
+
export { default as Accordion } from './Accordion/index';
|
|
13
|
+
export { default as Input } from './Input/index';
|
|
14
|
+
export { default as Table } from './Table/index';
|
|
15
|
+
export { default as RadioGroup } from './RadioGroup/index';
|
|
16
|
+
export { default as Date } from './Date/index';
|
|
17
|
+
export { default as DateRange } from './DateRange/index';
|
|
18
|
+
export { default as Pagination } from './Pagination/index';
|
|
19
|
+
export { default as SelectGroup } from './SelectGroup/index';
|
|
20
|
+
export { default as Loader } from './Loader/index';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IconProps } from '../types/interfaces';
|
|
2
|
-
declare const AlertErrorIcon: ({ width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
export default AlertErrorIcon;
|
|
1
|
+
import { IconProps } from '../types/interfaces';
|
|
2
|
+
declare const AlertErrorIcon: ({ width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default AlertErrorIcon;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IconProps } from '../types/interfaces';
|
|
2
|
-
declare const AlertInfoIcon: ({ width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
export default AlertInfoIcon;
|
|
1
|
+
import { IconProps } from '../types/interfaces';
|
|
2
|
+
declare const AlertInfoIcon: ({ width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default AlertInfoIcon;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IconProps } from '../types/interfaces';
|
|
2
|
-
declare const AlertSuccessIcon: ({ width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
export default AlertSuccessIcon;
|
|
1
|
+
import { IconProps } from '../types/interfaces';
|
|
2
|
+
declare const AlertSuccessIcon: ({ width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default AlertSuccessIcon;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IconProps } from '../types/interfaces';
|
|
2
|
-
declare const AlertWarningIcon: ({ width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
export default AlertWarningIcon;
|
|
1
|
+
import { IconProps } from '../types/interfaces';
|
|
2
|
+
declare const AlertWarningIcon: ({ width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default AlertWarningIcon;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IconProps } from '../types/interfaces';
|
|
2
|
-
declare const ArrowBottom: ({ width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
export default ArrowBottom;
|
|
1
|
+
import { IconProps } from '../types/interfaces';
|
|
2
|
+
declare const ArrowBottom: ({ width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default ArrowBottom;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IconProps } from '../types/interfaces';
|
|
2
|
-
declare const ArrowLeft: ({ width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
export default ArrowLeft;
|
|
1
|
+
import { IconProps } from '../types/interfaces';
|
|
2
|
+
declare const ArrowLeft: ({ width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default ArrowLeft;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IconProps } from '../types/interfaces';
|
|
2
|
-
declare const ArrowRight: ({ width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
export default ArrowRight;
|
|
1
|
+
import { IconProps } from '../types/interfaces';
|
|
2
|
+
declare const ArrowRight: ({ width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default ArrowRight;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IconProps } from '../types/interfaces';
|
|
2
|
-
declare const ArrowUpIcon: ({ width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
export default ArrowUpIcon;
|
|
1
|
+
import { IconProps } from '../types/interfaces';
|
|
2
|
+
declare const ArrowUpIcon: ({ width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default ArrowUpIcon;
|
package/dist/icons/Calendar.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IconProps } from '../types/interfaces';
|
|
2
|
-
declare const Calendar: ({ width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
export default Calendar;
|
|
1
|
+
import { IconProps } from '../types/interfaces';
|
|
2
|
+
declare const Calendar: ({ width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default Calendar;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IconProps } from '../types/interfaces';
|
|
2
|
-
declare const CheckMark: ({ width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
export default CheckMark;
|
|
1
|
+
import { IconProps } from '../types/interfaces';
|
|
2
|
+
declare const CheckMark: ({ width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default CheckMark;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IconProps } from '../types/interfaces';
|
|
2
|
-
declare const ClearField: ({ width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
export default ClearField;
|
|
1
|
+
import { IconProps } from '../types/interfaces';
|
|
2
|
+
declare const ClearField: ({ width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default ClearField;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IconProps } from '../types/interfaces';
|
|
2
|
-
declare const CloseIcon: ({ width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
export default CloseIcon;
|
|
1
|
+
import { IconProps } from '../types/interfaces';
|
|
2
|
+
declare const CloseIcon: ({ width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default CloseIcon;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IconProps } from '../types/interfaces';
|
|
2
|
-
declare const DoubleLeftArrow: ({ width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
export default DoubleLeftArrow;
|
|
1
|
+
import { IconProps } from '../types/interfaces';
|
|
2
|
+
declare const DoubleLeftArrow: ({ width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default DoubleLeftArrow;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IconProps } from '../types/interfaces';
|
|
2
|
-
declare const DoubleRightArrow: ({ width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
export default DoubleRightArrow;
|
|
1
|
+
import { IconProps } from '../types/interfaces';
|
|
2
|
+
declare const DoubleRightArrow: ({ width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default DoubleRightArrow;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IconProps } from '../types/interfaces';
|
|
2
|
-
declare const ExcelIcon: ({ width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
export default ExcelIcon;
|
|
1
|
+
import { IconProps } from '../types/interfaces';
|
|
2
|
+
declare const ExcelIcon: ({ width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default ExcelIcon;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IconProps } from '../types/interfaces';
|
|
2
|
-
declare const HidePasswordIcon: ({ width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
export default HidePasswordIcon;
|
|
1
|
+
import { IconProps } from '../types/interfaces';
|
|
2
|
+
declare const HidePasswordIcon: ({ width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default HidePasswordIcon;
|
package/dist/icons/InfoIcon.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IconProps } from '../types/interfaces';
|
|
2
|
-
declare const InfoIcon: ({ width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
export default InfoIcon;
|
|
1
|
+
import { IconProps } from '../types/interfaces';
|
|
2
|
+
declare const InfoIcon: ({ width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default InfoIcon;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IconProps } from '../types/interfaces';
|
|
2
|
-
declare const LeftArrowIcon: ({ width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
export default LeftArrowIcon;
|
|
1
|
+
import { IconProps } from '../types/interfaces';
|
|
2
|
+
declare const LeftArrowIcon: ({ width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default LeftArrowIcon;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IconProps } from '../types/interfaces';
|
|
2
|
-
declare const LoaderIcon: ({ width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
export default LoaderIcon;
|
|
1
|
+
import { IconProps } from '../types/interfaces';
|
|
2
|
+
declare const LoaderIcon: ({ width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default LoaderIcon;
|
package/dist/icons/PdfIcon.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IconProps } from '../types/interfaces';
|
|
2
|
-
declare const PdfIcon: ({ width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
export default PdfIcon;
|
|
1
|
+
import { IconProps } from '../types/interfaces';
|
|
2
|
+
declare const PdfIcon: ({ width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default PdfIcon;
|