@fattureincloud/fic-design-system 0.6.2-temp-table → 0.6.3
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/dist/components/accordion-new/Accordion.d.ts +12 -0
- package/dist/components/accordion-new/accordion-new.stories.d.ts +4 -0
- package/dist/components/accordion-new/components/AccordionIcon.d.ts +3 -0
- package/dist/components/accordion-new/components/AccordionItem.d.ts +3 -0
- package/dist/components/accordion-new/components/styled.d.ts +8 -0
- package/dist/components/accordion-new/index.d.ts +3 -0
- package/dist/components/accordion-new/types.d.ts +58 -0
- package/dist/components/accordion-new/utils.d.ts +10 -0
- package/dist/components/checkbox/Checkbox.d.ts +15 -0
- package/dist/components/checkbox/checkbox.stories.d.ts +1 -0
- package/dist/components/checkbox/checkboxPalette.d.ts +16 -0
- package/dist/components/checkbox/components/Input.d.ts +9 -0
- package/dist/components/checkbox/components/Label.d.ts +8 -0
- package/dist/components/checkbox/hooks/useCheckboxValue.d.ts +11 -0
- package/dist/components/checkbox/index.d.ts +4 -0
- package/dist/components/checkbox/types.d.ts +19 -0
- package/dist/components/checkbox/utils.d.ts +24 -0
- package/dist/components/dropdown/DropdownImpl.d.ts +1 -1
- package/dist/components/dropdown/types.d.ts +0 -1
- package/dist/components/form/fileUploader/fileTypes.d.ts +3 -0
- package/dist/components/form/fileUploader/hooks/useIcon.d.ts +4 -0
- package/dist/components/form/fileUploader/hooks/useTexts.d.ts +3 -0
- package/dist/components/form/inputText/InputText.d.ts +1 -0
- package/dist/components/form/inputText/components/InputElement.d.ts +1 -0
- package/dist/components/form/inputText/types.d.ts +3 -2
- package/dist/components/form/select/components/types.d.ts +10 -0
- package/dist/components/form/textArea/TextArea.d.ts +3 -3
- package/dist/components/form/textArea/components/TextAreaElement.d.ts +2 -2
- package/dist/components/inputText/components/icons.d.ts +8 -0
- package/dist/components/inputText/components/inputContainer.d.ts +1 -0
- package/dist/components/inputText/components/messages.d.ts +2 -0
- package/dist/components/inputText/components/wrapperTextArea.d.ts +1 -0
- package/dist/components/inputText/icons.d.ts +9 -0
- package/dist/components/inputText/index.d.ts +3 -0
- package/dist/components/inputText/inputText.stories.d.ts +1 -0
- package/dist/components/inputText/inputTextStyledWrapper.d.ts +2 -0
- package/dist/components/inputText/sideText.d.ts +6 -0
- package/dist/components/inputText/typings/enums.d.ts +17 -0
- package/dist/components/inputText/typings/inputText.d.ts +43 -0
- package/dist/components/inputText/utils.d.ts +8 -0
- package/dist/components/modals/stepModal/components/StepModalBody.d.ts +1 -1
- package/dist/components/modals/stepModal/components/StepModalFooter.d.ts +1 -1
- package/dist/components/modals/stepModal/components/StepModalHeader.d.ts +1 -1
- package/dist/components/modals/stepModal/types.d.ts +3 -0
- package/dist/components/pagination/Pagination.d.ts +1 -0
- package/dist/components/pagination/pagination.stories.d.ts +2 -1
- package/dist/components/pagination/styled.d.ts +4 -3
- package/dist/components/pagination/types.d.ts +4 -14
- package/dist/components/select/hooks/constants.d.ts +4613 -0
- package/dist/components/select/hooks/useCustomSelectStyle.d.ts +4 -0
- package/dist/components/select/index.d.ts +4 -0
- package/dist/components/select/select.stories.d.ts +1 -0
- package/dist/components/select/typings/select.d.ts +22 -0
- package/dist/components/stepBar/components/singleStep.d.ts +3 -0
- package/dist/components/stepBar/components/styledStepBarWrapper.d.ts +2 -0
- package/dist/components/stepBar/index.d.ts +2 -0
- package/dist/components/stepBar/stepBar.d.ts +7 -0
- package/dist/components/stepBar/stepBar.stories.d.ts +1 -0
- package/dist/components/stepBar/types.d.ts +15 -0
- package/dist/components/table/components/actionLink.d.ts +3 -0
- package/dist/components/table/components/actions/actionsContainer.d.ts +1 -0
- package/dist/components/table/components/actions/actionsPopUp.d.ts +12 -0
- package/dist/components/table/components/actions/actionsPopUpButton.d.ts +8 -0
- package/dist/components/table/components/actions/actionsPopUpUnderlay.d.ts +3 -0
- package/dist/components/table/components/components/headDesktop.d.ts +15 -0
- package/dist/components/table/components/components/listMobile.d.ts +15 -0
- package/dist/components/table/components/components/rowDesktop.d.ts +18 -0
- package/dist/components/table/components/customizationModal/customizationsModal.d.ts +10 -0
- package/dist/components/table/components/customizationModal/index.d.ts +2 -0
- package/dist/components/table/components/customizationModal/styledWrapper.d.ts +3 -0
- package/dist/components/table/components/customizationModal/useDnd.d.ts +8 -0
- package/dist/components/table/components/customizationModal/utils.d.ts +6 -0
- package/dist/components/table/components/emptySet.d.ts +10 -0
- package/dist/components/table/components/linearBackground.d.ts +1 -0
- package/dist/components/table/components/loadingContent.d.ts +7 -0
- package/dist/components/table/components/{Pagination.d.ts → pagination.d.ts} +0 -0
- package/dist/components/table/components/sortIcon.d.ts +2 -0
- package/dist/components/table/components/styledWrapper.d.ts +3 -0
- package/dist/components/table/components/unstyledTable.d.ts +11 -0
- package/dist/components/table/{Table.d.ts → table.d.ts} +0 -0
- package/dist/components/table/typings/main.d.ts +92 -0
- package/dist/components/table/utils/configPersistency.d.ts +14 -0
- package/dist/components/textButton/TextButton.d.ts +12 -0
- package/dist/components/textButton/index.d.ts +2 -0
- package/dist/components/textButton/textButton.stories.d.ts +1 -0
- package/dist/components/toast/typings/toast.d.ts +0 -2
- package/dist/components/tooltip/Tooltip.d.ts +1 -3
- package/dist/components/tooltips/components/message.d.ts +12 -0
- package/dist/components/tooltips/components/styledTooltipWrapper.d.ts +1 -0
- package/dist/components/tooltips/index.d.ts +2 -0
- package/dist/components/tooltips/tooltips.d.ts +15 -0
- package/dist/components/tooltips/tooltips.stories.d.ts +1 -0
- package/dist/components/tooltips/types.d.ts +25 -0
- package/dist/index.d.ts +1 -2
- package/dist/index.esm.js +5 -26
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +4 -25
- package/dist/index.js.map +1 -1
- package/dist/styles/elevations.d.ts +7 -0
- package/dist/utils/FICNumbers.d.ts +11 -0
- package/package.json +1 -2
- package/dist/components/form/datepicker/hooks/useDatePickerValues.d.ts +0 -13
- package/dist/components/form/inputText/components/codeInput/CodeInput.d.ts +0 -4
- package/dist/components/form/inputText/components/codeInput/styled.d.ts +0 -29
- package/dist/components/form/inputText/components/codeInput/useCodeInputHooks.d.ts +0 -11
- package/dist/components/form/inputText/components/telephoneInput/TelephoneInput.d.ts +0 -4
- package/dist/components/form/inputText/components/telephoneInput/countriesTelephonePrefixes.d.ts +0 -7
- package/dist/components/form/inputText/components/telephoneInput/styled.d.ts +0 -2
- package/dist/components/newTable/Table.d.ts +0 -32
- package/dist/components/newTable/components/action/favorite/Favorite.d.ts +0 -14
- package/dist/components/newTable/components/action/favorite/index.d.ts +0 -1
- package/dist/components/newTable/components/action/favorite/styled.d.ts +0 -4
- package/dist/components/newTable/components/action/settings/ColumnsSettings/ColumnItem/ColumnItem.d.ts +0 -8
- package/dist/components/newTable/components/action/settings/ColumnsSettings/ColumnItem/styled.d.ts +0 -4
- package/dist/components/newTable/components/action/settings/ColumnsSettings/ColumnsSettings.d.ts +0 -8
- package/dist/components/newTable/components/action/settings/ColumnsSettings/DraggableContent/DraggableContent.d.ts +0 -7
- package/dist/components/newTable/components/action/settings/ColumnsSettings/index.d.ts +0 -2
- package/dist/components/newTable/components/action/settings/ColumnsSettings/styled.d.ts +0 -4
- package/dist/components/newTable/components/action/settings/DropdownSettings/DropdownSettings.d.ts +0 -7
- package/dist/components/newTable/components/action/settings/DropdownSettings/index.d.ts +0 -1
- package/dist/components/newTable/components/action/settings/DropdownSettings/styled.d.ts +0 -4
- package/dist/components/newTable/components/action/settings/RowHeightSettings/RowHeightSettings.d.ts +0 -10
- package/dist/components/newTable/components/action/settings/RowHeightSettings/index.d.ts +0 -1
- package/dist/components/newTable/components/action/settings/RowHeightSettings/styled.d.ts +0 -2
- package/dist/components/newTable/components/action/settings/Settings.d.ts +0 -8
- package/dist/components/newTable/components/action/settings/hooks/index.d.ts +0 -2
- package/dist/components/newTable/components/action/settings/hooks/useColumnValues.d.ts +0 -8
- package/dist/components/newTable/components/action/settings/hooks/useDropdownSettingsValues.d.ts +0 -13
- package/dist/components/newTable/components/action/settings/index.d.ts +0 -1
- package/dist/components/newTable/components/action/settings/styled.d.ts +0 -2
- package/dist/components/newTable/components/action/toggle/Toggle.d.ts +0 -14
- package/dist/components/newTable/components/action/toggle/constants.d.ts +0 -3
- package/dist/components/newTable/components/action/toggle/index.d.ts +0 -1
- package/dist/components/newTable/components/action/toggle/styled.d.ts +0 -5
- package/dist/components/newTable/components/body/Body.d.ts +0 -9
- package/dist/components/newTable/components/bulkBar/BulkBar.d.ts +0 -9
- package/dist/components/newTable/components/bulkBar/styled.d.ts +0 -10
- package/dist/components/newTable/components/cell/Cell.d.ts +0 -12
- package/dist/components/newTable/components/cell/customActionCell/CustomActionCell.d.ts +0 -12
- package/dist/components/newTable/components/cell/customActionCell/DropdownActionCell.d.ts +0 -10
- package/dist/components/newTable/components/cell/customActionCell/PrimaryActionCell.d.ts +0 -9
- package/dist/components/newTable/components/cell/customActionCell/index.d.ts +0 -3
- package/dist/components/newTable/components/cell/customActionCell/styled.d.ts +0 -4
- package/dist/components/newTable/components/cell/customCell/CustomCell.d.ts +0 -11
- package/dist/components/newTable/components/cell/customCell/CustomInput.d.ts +0 -9
- package/dist/components/newTable/components/cell/customCell/TextAreaPopup.d.ts +0 -9
- package/dist/components/newTable/components/cell/customCell/constants.d.ts +0 -1
- package/dist/components/newTable/components/cell/customCell/index.d.ts +0 -1
- package/dist/components/newTable/components/cell/customCell/styled.d.ts +0 -7
- package/dist/components/newTable/components/cell/hooks/index.d.ts +0 -1
- package/dist/components/newTable/components/cell/hooks/useCellValues.d.ts +0 -16
- package/dist/components/newTable/components/cell/loadingCell/LoadingCell.d.ts +0 -7
- package/dist/components/newTable/components/cell/loadingCell/index.d.ts +0 -1
- package/dist/components/newTable/components/cell/styled.d.ts +0 -20
- package/dist/components/newTable/components/footer/Footer.d.ts +0 -7
- package/dist/components/newTable/components/header/Header.d.ts +0 -10
- package/dist/components/newTable/components/header/headerCell/ActionHeaderCell.d.ts +0 -8
- package/dist/components/newTable/components/header/headerCell/HeaderCell.d.ts +0 -12
- package/dist/components/newTable/components/header/headerCell/styled.d.ts +0 -9
- package/dist/components/newTable/components/header/hooks/index.d.ts +0 -2
- package/dist/components/newTable/components/header/hooks/useActionHeaderValues.d.ts +0 -16
- package/dist/components/newTable/components/header/hooks/useHeaderValues.d.ts +0 -14
- package/dist/components/newTable/components/row/Row.d.ts +0 -10
- package/dist/components/newTable/components/row/styled.d.ts +0 -6
- package/dist/components/newTable/components/utils.d.ts +0 -10
- package/dist/components/newTable/constants.d.ts +0 -2
- package/dist/components/newTable/hooks/useColumnPinning.d.ts +0 -8
- package/dist/components/newTable/hooks/usePagination.d.ts +0 -9
- package/dist/components/newTable/index.d.ts +0 -2
- package/dist/components/newTable/providers/TableProvider/TableProvider.d.ts +0 -5
- package/dist/components/newTable/providers/TableProvider/index.d.ts +0 -3
- package/dist/components/newTable/providers/TableProvider/types.d.ts +0 -10
- package/dist/components/newTable/stories/actions.d.ts +0 -4
- package/dist/components/newTable/stories/columns.d.ts +0 -3
- package/dist/components/newTable/stories/data.d.ts +0 -2
- package/dist/components/newTable/stories/styled.d.ts +0 -1
- package/dist/components/newTable/stories/types.d.ts +0 -9
- package/dist/components/newTable/styled.d.ts +0 -9
- package/dist/components/newTable/table.stories.d.ts +0 -6
- package/dist/components/newTable/types.d.ts +0 -170
- package/dist/components/newTable/utils.d.ts +0 -8
- package/dist/components/table/components/ActionsCell.d.ts +0 -10
- package/dist/components/table/components/SortIndicator.d.ts +0 -6
- package/dist/components/table/components/TableBody.d.ts +0 -14
- package/dist/components/table/components/TableFoot.d.ts +0 -2
- package/dist/components/table/components/TableHeader.d.ts +0 -7
- package/dist/components/table/components/tableBody/TableBodyLoader.d.ts +0 -7
- package/dist/components/table/components/tableBody/styled.d.ts +0 -3
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { AccordionProps } from './types';
|
|
2
|
+
/**
|
|
3
|
+
* Component props
|
|
4
|
+
* @param {boolean} multipleOpen Allows to open multiple accordion items at the same time
|
|
5
|
+
* @param {AnimatedIcon} leftIcon Left icon on the header of the accorion
|
|
6
|
+
* @param {AnimatedIcon} rightIcon Right icon on the header of the accordion
|
|
7
|
+
* @param {ReactChild} divider Component used to divide accordion items
|
|
8
|
+
* @param {ItemListProps} items List of the accordion items
|
|
9
|
+
* @param {object} style Styles for header and content of each accordion item
|
|
10
|
+
*/
|
|
11
|
+
declare const AccordionNew: ({ divider, items, leftIcon, multipleOpen, rightIcon, style }: AccordionProps) => JSX.Element;
|
|
12
|
+
export default AccordionNew;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { IconContainerProps, MappedProps } from '../types';
|
|
2
|
+
export declare const Header: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
|
3
|
+
export declare const HeaderContent: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
|
|
4
|
+
leftPad: boolean;
|
|
5
|
+
rightPad: boolean;
|
|
6
|
+
}, never>;
|
|
7
|
+
export declare const Content: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
|
8
|
+
export declare const IconContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, MappedProps & IconContainerProps, keyof MappedProps>;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { CSSProperties, ReactChild } from 'react';
|
|
2
|
+
import { IconProps } from '../icon';
|
|
3
|
+
export declare const rotate45 = "rotate45";
|
|
4
|
+
export declare const rotate90 = "rotate90";
|
|
5
|
+
export declare const rotate180 = "rotate180";
|
|
6
|
+
export declare type Animations = typeof rotate45 | typeof rotate90 | typeof rotate180;
|
|
7
|
+
export interface AnimatedIcon extends Omit<IconProps, 'rotation'> {
|
|
8
|
+
animation?: Animations;
|
|
9
|
+
changeColor?: boolean;
|
|
10
|
+
}
|
|
11
|
+
export interface AccordionProps {
|
|
12
|
+
multipleOpen?: boolean;
|
|
13
|
+
leftIcon?: AnimatedIcon;
|
|
14
|
+
rightIcon?: IconProps;
|
|
15
|
+
divider?: ReactChild;
|
|
16
|
+
items: ItemListProps[];
|
|
17
|
+
style?: {
|
|
18
|
+
header?: Record<string, unknown>;
|
|
19
|
+
content?: Record<string, unknown>;
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
export interface ItemListProps {
|
|
23
|
+
header: React.ReactChild;
|
|
24
|
+
content: React.ReactChild;
|
|
25
|
+
style?: {
|
|
26
|
+
header?: CSSProperties;
|
|
27
|
+
content?: CSSProperties;
|
|
28
|
+
};
|
|
29
|
+
defaultOpen?: boolean;
|
|
30
|
+
leftIcon?: AnimatedIcon;
|
|
31
|
+
rightIcon?: AnimatedIcon;
|
|
32
|
+
}
|
|
33
|
+
export interface AccordionItemProps {
|
|
34
|
+
index: number;
|
|
35
|
+
header: React.ReactChild;
|
|
36
|
+
content: React.ReactChild;
|
|
37
|
+
style?: {
|
|
38
|
+
header?: CSSProperties;
|
|
39
|
+
content?: CSSProperties;
|
|
40
|
+
};
|
|
41
|
+
open: boolean;
|
|
42
|
+
toggleOpen: (index: number) => void;
|
|
43
|
+
leftIcon?: AnimatedIcon;
|
|
44
|
+
rightIcon?: AnimatedIcon;
|
|
45
|
+
}
|
|
46
|
+
export interface AccordionIconProps {
|
|
47
|
+
iconProps: AnimatedIcon;
|
|
48
|
+
open: boolean;
|
|
49
|
+
}
|
|
50
|
+
export interface MappedProps {
|
|
51
|
+
animation: string;
|
|
52
|
+
iconColor: string;
|
|
53
|
+
}
|
|
54
|
+
export interface IconContainerProps {
|
|
55
|
+
animation?: Animations;
|
|
56
|
+
changeColor?: boolean;
|
|
57
|
+
open: boolean;
|
|
58
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { DefaultTheme } from 'styled-components';
|
|
2
|
+
import { Animations, MappedProps } from './types';
|
|
3
|
+
interface MapParams {
|
|
4
|
+
animation?: Animations;
|
|
5
|
+
changeColor?: boolean;
|
|
6
|
+
open: boolean;
|
|
7
|
+
theme: DefaultTheme;
|
|
8
|
+
}
|
|
9
|
+
export declare const mapAnimation: ({ animation, changeColor, open, theme }: MapParams) => MappedProps;
|
|
10
|
+
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ChangeEvent, InputHTMLAttributes } from 'react';
|
|
2
|
+
import { CheckboxInputProps } from './components/Input';
|
|
3
|
+
import { CheckboxLabelProps } from './components/Label';
|
|
4
|
+
interface CheckboxImplProps extends Omit<CheckboxInputProps, 'hasError'>, Omit<CheckboxLabelProps, 'hasError'> {
|
|
5
|
+
onClick?: (e: ChangeEvent<HTMLInputElement>) => void;
|
|
6
|
+
text?: string;
|
|
7
|
+
error?: string;
|
|
8
|
+
className?: string;
|
|
9
|
+
onChange?: InputHTMLAttributes<HTMLInputElement>['onChange'];
|
|
10
|
+
}
|
|
11
|
+
export interface CheckboxProps extends Omit<CheckboxImplProps, 'value'> {
|
|
12
|
+
value: CheckboxImplProps['value'] | boolean;
|
|
13
|
+
}
|
|
14
|
+
declare const Checkbox: ({ value, ...rest }: CheckboxProps) => JSX.Element;
|
|
15
|
+
export default Checkbox;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { paletteColor } from '../../styles/types';
|
|
2
|
+
import { checkboxParts, checkboxState, checkboxStatus } from './types';
|
|
3
|
+
export declare type CheckboxPalette = {
|
|
4
|
+
input: {
|
|
5
|
+
[k in checkboxState]: {
|
|
6
|
+
[k in checkboxStatus]: {
|
|
7
|
+
[k in checkboxParts]: paletteColor;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
label: {
|
|
12
|
+
[k in checkboxState]: paletteColor;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
declare const checkboxPalette: CheckboxPalette;
|
|
16
|
+
export default checkboxPalette;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { checkboxStatus, CheckboxStyles } from '../types';
|
|
2
|
+
export interface CheckboxInputProps {
|
|
3
|
+
value: checkboxStatus;
|
|
4
|
+
isDisabled?: boolean;
|
|
5
|
+
large?: boolean;
|
|
6
|
+
hasError: boolean;
|
|
7
|
+
}
|
|
8
|
+
declare const Input: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, CheckboxStyles & CheckboxInputProps, "height" | "width" | "backgroundColor" | "tickColor" | "borderColor" | "cursor" | "opacity">;
|
|
9
|
+
export default Input;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { MappedLabelProps } from '../types';
|
|
2
|
+
export interface CheckboxLabelProps {
|
|
3
|
+
large?: boolean;
|
|
4
|
+
isDisabled?: boolean;
|
|
5
|
+
hasError: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const Label: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, MappedLabelProps & CheckboxLabelProps, "color" | "fontSize" | "cursor" | "opacity">;
|
|
8
|
+
export default Label;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { checkboxStatus } from '../types';
|
|
2
|
+
interface UseCheckboxValueReturn {
|
|
3
|
+
status: checkboxStatus;
|
|
4
|
+
value: boolean;
|
|
5
|
+
setCheck: () => void;
|
|
6
|
+
setUncheck: () => void;
|
|
7
|
+
setIndeterminate: () => void;
|
|
8
|
+
toggleCheckbox: () => void;
|
|
9
|
+
}
|
|
10
|
+
declare const useCheckboxValue: (initialValue?: boolean | "checked" | "unchecked" | "indeterminate") => UseCheckboxValueReturn;
|
|
11
|
+
export default useCheckboxValue;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import Checkbox, { CheckboxProps } from './Checkbox';
|
|
2
|
+
import checkboxPalette, { CheckboxPalette } from './checkboxPalette';
|
|
3
|
+
import useCheckboxValue from './hooks/useCheckboxValue';
|
|
4
|
+
export { Checkbox, useCheckboxValue, CheckboxProps, checkboxPalette, CheckboxPalette };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { paletteColor } from '../../styles/types';
|
|
2
|
+
export declare type checkboxStatus = 'checked' | 'unchecked' | 'indeterminate';
|
|
3
|
+
export declare type checkboxState = 'normal' | 'error';
|
|
4
|
+
export declare type checkboxParts = 'tickColor' | 'backgroundColor' | 'borderColor';
|
|
5
|
+
export interface CheckboxStyles {
|
|
6
|
+
height: string;
|
|
7
|
+
width: string;
|
|
8
|
+
backgroundColor: paletteColor;
|
|
9
|
+
tickColor: paletteColor;
|
|
10
|
+
borderColor: paletteColor;
|
|
11
|
+
cursor: string;
|
|
12
|
+
opacity: number;
|
|
13
|
+
}
|
|
14
|
+
export interface MappedLabelProps {
|
|
15
|
+
fontSize: string;
|
|
16
|
+
cursor: string;
|
|
17
|
+
color: paletteColor;
|
|
18
|
+
opacity: number;
|
|
19
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { DefaultTheme } from 'styled-components';
|
|
2
|
+
import { IconProps } from '../icon';
|
|
3
|
+
import { CheckboxInputProps } from './components/Input';
|
|
4
|
+
import { CheckboxLabelProps } from './components/Label';
|
|
5
|
+
import { checkboxStatus, CheckboxStyles } from './types';
|
|
6
|
+
interface InputMapParams extends CheckboxInputProps {
|
|
7
|
+
theme: DefaultTheme;
|
|
8
|
+
}
|
|
9
|
+
export declare const getInputStyle: ({ theme, value, isDisabled, large, hasError }: InputMapParams) => CheckboxStyles;
|
|
10
|
+
interface LabelMapProps extends CheckboxLabelProps {
|
|
11
|
+
theme: DefaultTheme;
|
|
12
|
+
}
|
|
13
|
+
export declare const getLabelStyle: ({ isDisabled, large, theme, hasError }: LabelMapProps) => {
|
|
14
|
+
fontSize: string;
|
|
15
|
+
cursor: string;
|
|
16
|
+
opacity: number;
|
|
17
|
+
color: string;
|
|
18
|
+
};
|
|
19
|
+
declare type statusIconType = {
|
|
20
|
+
[k in checkboxStatus]: IconProps['icon'] | null;
|
|
21
|
+
};
|
|
22
|
+
export declare const statusIcon: statusIconType;
|
|
23
|
+
export declare const convertToStatus: (value: boolean | "checked" | "unchecked" | "indeterminate") => checkboxStatus;
|
|
24
|
+
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { DropdownProps } from './types';
|
|
3
|
-
declare const DropdownImpl: ({ className, content, fullWidth, maxWidth, maxHeight, minWidthAsTrigger, placement, renderContent, renderTrigger, triggerStyles, title, forceOpen, disableArrowNavigation, isDisabled, emptyState,
|
|
3
|
+
declare const DropdownImpl: ({ className, content, fullWidth, maxWidth, maxHeight, minWidthAsTrigger, placement, renderContent, renderTrigger, triggerStyles, title, forceOpen, disableArrowNavigation, isDisabled, emptyState, }: DropdownProps) => JSX.Element;
|
|
4
4
|
export default DropdownImpl;
|
|
@@ -22,7 +22,6 @@ export declare type DropdownProps = {
|
|
|
22
22
|
disableArrowNavigation?: boolean;
|
|
23
23
|
isDisabled?: boolean;
|
|
24
24
|
emptyState?: JSX.Element;
|
|
25
|
-
onOpen?: (isOpen: boolean) => void;
|
|
26
25
|
};
|
|
27
26
|
export declare type DropdownItemType = 'default' | 'danger' | 'success' | 'warning' | 'link';
|
|
28
27
|
export interface DropdownItemProps {
|
|
@@ -12,6 +12,7 @@ declare const _default: React.ForwardRefExoticComponent<import("../label").Label
|
|
|
12
12
|
required?: boolean | undefined;
|
|
13
13
|
} & {
|
|
14
14
|
actionIcon?: import("../../icon").IconProps | undefined;
|
|
15
|
+
hideStatusIcon?: boolean | undefined;
|
|
15
16
|
inputType?: "number" | "text" | "password" | undefined;
|
|
16
17
|
isPrefilled?: boolean | undefined;
|
|
17
18
|
isTransparent?: boolean | undefined;
|
|
@@ -17,6 +17,7 @@ declare const _default: React.ForwardRefExoticComponent<import("../../common/typ
|
|
|
17
17
|
required?: boolean | undefined;
|
|
18
18
|
} & {
|
|
19
19
|
actionIcon?: import("../../../icon").IconProps | undefined;
|
|
20
|
+
hideStatusIcon?: boolean | undefined;
|
|
20
21
|
inputType?: "number" | "text" | "password" | undefined;
|
|
21
22
|
isPrefilled?: boolean | undefined;
|
|
22
23
|
isTransparent?: boolean | undefined;
|
|
@@ -9,6 +9,7 @@ export declare type inputTypes = typeof inputTypesArray[number];
|
|
|
9
9
|
declare type HTMLInputProps = Pick<InputHTMLAttributes<HTMLInputElement>, 'autoFocus' | 'className' | 'name' | 'onBlur' | 'onChange' | 'onFocus' | 'onKeyDown' | 'onKeyPress' | 'onKeyUp' | 'required'>;
|
|
10
10
|
export declare type InputElementProps = CommonFormTypes & HTMLInputProps & {
|
|
11
11
|
actionIcon?: IconProps;
|
|
12
|
+
hideStatusIcon?: boolean;
|
|
12
13
|
inputType?: 'password' | 'text' | 'number';
|
|
13
14
|
isPrefilled?: boolean;
|
|
14
15
|
isTransparent?: boolean;
|
|
@@ -23,13 +24,13 @@ export declare type InputElementProps = CommonFormTypes & HTMLInputProps & {
|
|
|
23
24
|
export declare type InputCodeProps = LabelProps & CommonFormTypes & Omit<HTMLInputProps, 'onChange'> & {
|
|
24
25
|
fieldsCount: number;
|
|
25
26
|
fieldsGap?: number;
|
|
26
|
-
inputType
|
|
27
|
+
inputType?: 'code';
|
|
27
28
|
onChange?: (code: (string | null)[]) => void;
|
|
28
29
|
style?: CSSProperties;
|
|
29
30
|
};
|
|
30
31
|
export declare type InputTelephoneProps = LabelProps & CommonFormTypes & {
|
|
31
32
|
className?: string;
|
|
32
|
-
inputType
|
|
33
|
+
inputType?: 'telephone';
|
|
33
34
|
placeholder?: ReactText;
|
|
34
35
|
required?: boolean;
|
|
35
36
|
setValue: Dispatch<SetStateAction<string>>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ComponentProps } from 'react';
|
|
2
|
+
import { SelectProps } from '../types';
|
|
3
|
+
declare type SelectComponents<IsMulti extends boolean = false> = Required<Required<SelectProps<IsMulti>>['components']>;
|
|
4
|
+
export declare type OptionProps<IsMulti extends boolean = false> = ComponentProps<SelectComponents<IsMulti>['Option']>;
|
|
5
|
+
export declare type PlaceholderProps<IsMulti extends boolean = false> = ComponentProps<SelectComponents<IsMulti>['Placeholder']>;
|
|
6
|
+
export declare type ControlProps<IsMulti extends boolean = false> = ComponentProps<SelectComponents<IsMulti>['Control']>;
|
|
7
|
+
export declare type MenuListProps<IsMulti extends boolean = false> = ComponentProps<SelectComponents<IsMulti>['MenuList']>;
|
|
8
|
+
export declare type DropdownIndicatorProps<IsMulti extends boolean = false> = ComponentProps<NonNullable<SelectComponents<IsMulti>['DropdownIndicator']>>;
|
|
9
|
+
export declare type ClearIndicatorProps<IsMulti extends boolean = false> = ComponentProps<NonNullable<SelectComponents<IsMulti>['ClearIndicator']>>;
|
|
10
|
+
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import { LabelProps } from '../label';
|
|
3
3
|
import { TextAreaElementProps } from './types';
|
|
4
4
|
export declare type TextAreaProps = LabelProps & TextAreaElementProps;
|
|
5
|
-
declare const
|
|
6
|
-
export default
|
|
5
|
+
declare const TextArea: (props: TextAreaProps) => JSX.Element;
|
|
6
|
+
export default TextArea;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import { BoxedInputWrapperProps } from '../../common/styles';
|
|
3
3
|
import { TextAreaElementProps } from '../types';
|
|
4
|
-
declare const TextAreaElement:
|
|
4
|
+
declare const TextAreaElement: ({ autoFocus, onBlur, onChange, value, placeholder, disabled, name, onKeyPress, status, onKeyDown, onKeyUp, onFocus, className, setValue, initialHeight, maxLength, isResizable, showCounter, isPrefilled, }: TextAreaElementProps) => JSX.Element;
|
|
5
5
|
export declare type TextAreaWrapperProps = Pick<TextAreaElementProps, 'disabled' | 'status' | 'initialHeight' | 'isResizable' | 'isPrefilled'>;
|
|
6
6
|
export declare type TextAreaStyles = Omit<BoxedInputWrapperProps, 'status'>;
|
|
7
7
|
export default TextAreaElement;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { EInputSize } from '../typings/enums';
|
|
2
|
+
interface IconProps {
|
|
3
|
+
size?: EInputSize;
|
|
4
|
+
hasAction: boolean;
|
|
5
|
+
}
|
|
6
|
+
export declare const IconLeft: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, IconProps, never>;
|
|
7
|
+
export declare const IconRight: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, IconProps, never>;
|
|
8
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const InputContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const ErrorMessage: import("styled-components").StyledComponent<"p", import("styled-components").DefaultTheme, {}, never>;
|
|
2
|
+
export declare const DescriptionMessage: import("styled-components").StyledComponent<"p", import("styled-components").DefaultTheme, {}, never>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const WrapperTextArea: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IconProps } from '../icon';
|
|
2
|
+
export declare const LefIcon: import("styled-components").StyledComponent<typeof import("@fortawesome/react-fontawesome").FontAwesomeIcon, import("styled-components").DefaultTheme, import("../icon/iconPalette").IconColorPalette & IconProps & {
|
|
3
|
+
isDisabled?: boolean | undefined;
|
|
4
|
+
}, "primary" | "secondary">;
|
|
5
|
+
export declare const RightIcon: import("styled-components").StyledComponent<typeof import("@fortawesome/react-fontawesome").FontAwesomeIcon, import("styled-components").DefaultTheme, import("../icon/iconPalette").IconColorPalette & IconProps & {
|
|
6
|
+
isDisabled?: boolean | undefined;
|
|
7
|
+
} & {
|
|
8
|
+
isValid?: boolean | undefined;
|
|
9
|
+
}, "primary" | "secondary">;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export declare const LeftText: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {
|
|
2
|
+
size?: "small" | "large" | "medium" | undefined;
|
|
3
|
+
}, never>;
|
|
4
|
+
export declare const RightText: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {
|
|
5
|
+
size?: "small" | "large" | "medium" | undefined;
|
|
6
|
+
}, never>;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare enum EInputSize {
|
|
2
|
+
medium = "medium",
|
|
3
|
+
large = "large"
|
|
4
|
+
}
|
|
5
|
+
export declare enum EInputTags {
|
|
6
|
+
textarea = "textarea",
|
|
7
|
+
input = "input"
|
|
8
|
+
}
|
|
9
|
+
export declare enum EInputTypes {
|
|
10
|
+
password = "password",
|
|
11
|
+
text = "text",
|
|
12
|
+
number = "number"
|
|
13
|
+
}
|
|
14
|
+
export declare enum EInputErrorTypes {
|
|
15
|
+
generic = "generic",
|
|
16
|
+
wordcount = "wordcount"
|
|
17
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IconProps } from '../../icon';
|
|
3
|
+
import { EInputErrorTypes, EInputSize, EInputTags, EInputTypes } from './enums';
|
|
4
|
+
export declare type MergedInputElements = HTMLInputElement | HTMLTextAreaElement;
|
|
5
|
+
export interface InputTextStateInterface {
|
|
6
|
+
}
|
|
7
|
+
export interface InputTextStylingPropsInterface {
|
|
8
|
+
size?: EInputSize;
|
|
9
|
+
isDisabled?: boolean;
|
|
10
|
+
inputWidth?: string;
|
|
11
|
+
error?: {
|
|
12
|
+
id: EInputErrorTypes;
|
|
13
|
+
message: string;
|
|
14
|
+
};
|
|
15
|
+
rightInputIcon?: IconProps;
|
|
16
|
+
leftInputIcon?: IconProps;
|
|
17
|
+
}
|
|
18
|
+
export interface InputTextPropsInterface extends InputTextStylingPropsInterface {
|
|
19
|
+
tag?: EInputTags;
|
|
20
|
+
inputType?: EInputTypes;
|
|
21
|
+
value?: number | string;
|
|
22
|
+
inputPlaceholder?: string;
|
|
23
|
+
autoFocus?: boolean;
|
|
24
|
+
label?: string;
|
|
25
|
+
textAreaWordCount?: {
|
|
26
|
+
max: number;
|
|
27
|
+
current: number;
|
|
28
|
+
};
|
|
29
|
+
name?: string;
|
|
30
|
+
rows?: number;
|
|
31
|
+
className?: string;
|
|
32
|
+
description?: {
|
|
33
|
+
message: string;
|
|
34
|
+
};
|
|
35
|
+
onChange?: (e: React.ChangeEvent<MergedInputElements>) => void;
|
|
36
|
+
onFocus?: (e: React.FocusEvent<MergedInputElements>) => void;
|
|
37
|
+
onBlur?: (e: React.FocusEvent<MergedInputElements>) => void;
|
|
38
|
+
onKeyPress?: (e: React.KeyboardEvent<MergedInputElements>) => void;
|
|
39
|
+
onKeyUp?: (e: React.KeyboardEvent<MergedInputElements>) => void;
|
|
40
|
+
onKeyDown?: (e: React.KeyboardEvent<MergedInputElements>) => void;
|
|
41
|
+
rightIconOnClick?: () => void;
|
|
42
|
+
leftIconOnClick?: () => void;
|
|
43
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { MergedInputElements } from './typings/inputText';
|
|
3
|
+
/**
|
|
4
|
+
*
|
|
5
|
+
* @param textInput
|
|
6
|
+
* It checks if the type of input is HTMLTextAreaElement or not
|
|
7
|
+
*/
|
|
8
|
+
export declare function isTextArea(textInput: React.RefObject<MergedInputElements>): textInput is React.RefObject<HTMLTextAreaElement>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { StepModalBodyProps } from '../types';
|
|
3
|
-
declare const StepModalBody: ({ children, height, isFullscreen, minHeight }: StepModalBodyProps) => JSX.Element;
|
|
3
|
+
declare const StepModalBody: ({ children, className, height, isFullscreen, minHeight }: StepModalBodyProps) => JSX.Element;
|
|
4
4
|
export default StepModalBody;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { StepModalFooterProps } from '../types';
|
|
3
|
-
declare const StepModalFooter: ({ buttons, children }: StepModalFooterProps) => JSX.Element;
|
|
3
|
+
declare const StepModalFooter: ({ buttons, children, className }: StepModalFooterProps) => JSX.Element;
|
|
4
4
|
export default StepModalFooter;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { StepModalHeaderProps } from '../types';
|
|
3
|
-
declare const StepModalHeader: ({ children, currentStep, setIsOpen, setStep, subtitle, title, }: StepModalHeaderProps) => JSX.Element;
|
|
3
|
+
declare const StepModalHeader: ({ children, className, currentStep, setIsOpen, setStep, subtitle, title, }: StepModalHeaderProps) => JSX.Element;
|
|
4
4
|
export default StepModalHeader;
|
|
@@ -34,13 +34,16 @@ export declare type ContentWrapperProps = {
|
|
|
34
34
|
isSmall?: boolean;
|
|
35
35
|
};
|
|
36
36
|
export declare type StepModalFooterProps = HasChildren & {
|
|
37
|
+
className?: string;
|
|
37
38
|
buttons?: ButtonProps[];
|
|
38
39
|
};
|
|
39
40
|
export declare type StepModalHeaderProps = Partial<StepModalCommonProps> & HasChildren & {
|
|
41
|
+
className?: string;
|
|
40
42
|
subtitle?: string;
|
|
41
43
|
title?: string;
|
|
42
44
|
};
|
|
43
45
|
export declare type StepModalBodyProps = Partial<StepModalCommonProps> & HasChildren & {
|
|
46
|
+
className?: string;
|
|
44
47
|
isFullscreen?: boolean;
|
|
45
48
|
};
|
|
46
49
|
export {};
|
|
@@ -10,6 +10,7 @@ import { PaginationProps } from './types';
|
|
|
10
10
|
* @param {number} currentPage Used to set the current page number
|
|
11
11
|
* @param {string} prevText Define previous label text
|
|
12
12
|
* @param {string} nextText Define next label text
|
|
13
|
+
* @param {PaginationType} color Used to set the theme of the component
|
|
13
14
|
*/
|
|
14
15
|
declare const Pagination: (props: PaginationProps) => JSX.Element;
|
|
15
16
|
export default Pagination;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { Meta, Story } from '@storybook/react';
|
|
2
3
|
import { PaginationProps } from './types';
|
|
3
4
|
export declare const Template: Story<PaginationProps>;
|
|
4
|
-
export declare const Normal:
|
|
5
|
+
export declare const Normal: () => JSX.Element;
|
|
5
6
|
declare const PaginationStories: Meta<PaginationProps>;
|
|
6
7
|
export default PaginationStories;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
import { PaginationType } from './';
|
|
1
2
|
export declare const PaginationContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
|
2
|
-
export declare const PaginationElement: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
export declare const PaginationElement: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
|
|
4
|
+
color: PaginationType;
|
|
5
|
+
}, never>;
|
|
@@ -15,21 +15,11 @@ export declare type PaginationProps = {
|
|
|
15
15
|
currentPage: number;
|
|
16
16
|
prevText: string;
|
|
17
17
|
nextText: string;
|
|
18
|
+
color?: PaginationType;
|
|
18
19
|
};
|
|
19
|
-
declare type PaginationNumbersStatus = 'normal' | 'hover' | 'active';
|
|
20
|
-
declare type PaginationButtonsStatus = 'normal' | 'disabled';
|
|
21
20
|
export declare type PaginationPalette = {
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
color: paletteColor;
|
|
26
|
-
};
|
|
27
|
-
};
|
|
28
|
-
buttons: {
|
|
29
|
-
[k in PaginationButtonsStatus]: {
|
|
30
|
-
backgroundColor: paletteColor;
|
|
31
|
-
color: paletteColor;
|
|
32
|
-
};
|
|
21
|
+
[key in PaginationType]: {
|
|
22
|
+
backgroundColor: paletteColor;
|
|
23
|
+
color: paletteColor;
|
|
33
24
|
};
|
|
34
25
|
};
|
|
35
|
-
export {};
|