fui-material 0.2.60 → 0.2.61
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/bundle.css +1980 -0
- package/dist/bundle.esm.css +1980 -0
- package/dist/bundle.esm.js +1341 -0
- package/dist/bundle.js +1398 -0
- package/dist/function-elements/fAlert/fAlert.d.ts +8 -0
- package/dist/function-elements/fAlert/index.d.ts +1 -0
- package/dist/function-elements/fConfirm/fConfirm.d.ts +7 -0
- package/dist/function-elements/fConfirm/index.d.ts +1 -0
- package/dist/function-elements/fPrompt/fPrompt.d.ts +8 -0
- package/dist/function-elements/fPrompt/index.d.ts +1 -0
- package/dist/function-elements/index.d.ts +3 -0
- package/dist/icons/FArrowIcon/FArrowIcon.d.ts +13 -0
- package/dist/icons/FArrowIcon/index.d.ts +1 -0
- package/dist/icons/FCheckIcon/FCheckIcon.d.ts +12 -0
- package/dist/icons/FCheckIcon/index.d.ts +1 -0
- package/dist/icons/FCloseIcon/FCloseIcon.d.ts +12 -0
- package/dist/icons/FCloseIcon/index.d.ts +1 -0
- package/dist/icons/FCopyAddIcon/FCopyAdd.d.ts +12 -0
- package/dist/icons/FDownloadIcon/FDownloadIcon.d.ts +11 -0
- package/dist/icons/FDownloadIcon/index.d.ts +1 -0
- package/dist/icons/FFilterIcon/FFilterIcon.d.ts +11 -0
- package/dist/icons/FFilterIcon/index.d.ts +1 -0
- package/dist/icons/FListIcon/FListIcon.d.ts +12 -0
- package/dist/icons/FListIcon/index.d.ts +1 -0
- package/dist/icons/FLoadIcon/FLoadIcon.d.ts +12 -0
- package/dist/icons/FLoadIcon/index.d.ts +1 -0
- package/dist/icons/FPenIcon/FPenIcon.d.ts +12 -0
- package/dist/icons/FPenIcon/index.d.ts +1 -0
- package/dist/icons/FPlusIcon/FPlusIcon.d.ts +12 -0
- package/dist/icons/FPlusIcon/index.d.ts +1 -0
- package/dist/icons/FTrashIcon/FTrashIcon.d.ts +12 -0
- package/dist/icons/FTrashIcon/index.d.ts +1 -0
- package/dist/icons/FUnlinkIcon/FUnlinkIcon.d.ts +12 -0
- package/dist/icons/index.d.ts +12 -0
- package/dist/material/Dialog/FDialog/FDialog.d.ts +14 -0
- package/dist/material/Dialog/FDialog/index.d.ts +1 -0
- package/dist/material/Dialog/FDialogBody/FDialogBody.d.ts +8 -0
- package/dist/material/Dialog/FDialogBody/index.d.ts +1 -0
- package/dist/material/Dialog/FDialogFooter/FDialogFooter.d.ts +6 -0
- package/dist/material/Dialog/FDialogFooter/index.d.ts +1 -0
- package/dist/material/Dialog/FDialogHeader/FDialogHeader.d.ts +7 -0
- package/dist/material/Dialog/FDialogHeader/index.d.ts +1 -0
- package/dist/material/Dropdown/FDropdown/FDropdown.d.ts +15 -0
- package/dist/material/Dropdown/FDropdownItem/FDropdownItem.d.ts +11 -0
- package/dist/material/FAccordion/FAccordion.d.ts +13 -0
- package/dist/material/FAccordion/index.d.ts +1 -0
- package/dist/material/FAlert/FAlert.d.ts +18 -0
- package/dist/material/FAlert/index.d.ts +1 -0
- package/dist/material/FButton/FButton.d.ts +18 -0
- package/dist/material/FButton/index.d.ts +1 -0
- package/dist/material/FButtonFile/FButtonFile.d.ts +21 -0
- package/dist/material/FButtonFile/index.d.ts +1 -0
- package/dist/material/FCheckbox/FCheckbox.d.ts +14 -0
- package/dist/material/FCheckbox/index.d.ts +1 -0
- package/dist/material/FContainer/FContainer.d.ts +11 -0
- package/dist/material/FContainer/index.d.ts +1 -0
- package/dist/material/FFile/FFile.d.ts +10 -0
- package/dist/material/FFile/index.d.ts +1 -0
- package/dist/material/FFullDateField/FFullDateField.d.ts +24 -0
- package/dist/material/FFullDateField/index.d.ts +1 -0
- package/dist/material/FGrid/FGrid.d.ts +17 -0
- package/dist/material/FGrid/index.d.ts +1 -0
- package/dist/material/FInputFileForm/FInputFileForm.d.ts +20 -0
- package/dist/material/FInputFileForm/index.d.ts +1 -0
- package/dist/material/FNative/FNative.d.ts +19 -0
- package/dist/material/FNative/index.d.ts +1 -0
- package/dist/material/FOpenImgFull/FOpenImgFull.d.ts +14 -0
- package/dist/material/FOpenImgFull/index.d.ts +1 -0
- package/dist/material/FPagination/FPagination.d.ts +14 -0
- package/dist/material/FPagination/hooks/usePagination.d.ts +9 -0
- package/dist/material/FPagination/index.d.ts +1 -0
- package/dist/material/FPaper/FPaper.d.ts +18 -0
- package/dist/material/FPaper/index.d.ts +1 -0
- package/dist/material/FPreloader/FPreloader.d.ts +10 -0
- package/dist/material/FPreloader/index.d.ts +1 -0
- package/dist/material/FProgress/FProgress.d.ts +8 -0
- package/dist/material/FProgress/index.d.ts +1 -0
- package/dist/material/FRadioButton/FRadioButton.d.ts +13 -0
- package/dist/material/FRadioButton/index.d.ts +1 -0
- package/dist/material/FSearchBox/FSearchBox.d.ts +32 -0
- package/dist/material/FSelectSearchDb/FSelectSearchDb.d.ts +21 -0
- package/dist/material/FSelectSearchDb/index.d.ts +1 -0
- package/dist/material/FStack/FStack.d.ts +14 -0
- package/dist/material/FStack/index.d.ts +1 -0
- package/dist/material/FTextArea/FTextArea.d.ts +23 -0
- package/dist/material/FTextArea/index.d.ts +1 -0
- package/dist/material/FTextField/FTextField.d.ts +26 -0
- package/dist/material/FTextField/index.d.ts +1 -0
- package/dist/material/FTimelineComponents/FTimeline/FTimeline.d.ts +10 -0
- package/dist/material/FTimelineComponents/FTimeline/index.d.ts +1 -0
- package/dist/material/FTimelineComponents/FTimelineCard/FTimelineCard.d.ts +10 -0
- package/dist/material/FTimelineComponents/FTimelineCard/index.d.ts +1 -0
- package/dist/material/SelectComponents/FSelect/FSelect.d.ts +21 -0
- package/dist/material/SelectComponents/FSelect/index.d.ts +1 -0
- package/dist/material/SelectComponents/FSelectItem/FSelectItem.d.ts +13 -0
- package/dist/material/SelectComponents/FSelectItem/index.d.ts +1 -0
- package/dist/material/TableComponents/FTable/FTable.d.ts +12 -0
- package/dist/material/TableComponents/FTable/index.d.ts +1 -0
- package/dist/material/TableComponents/FTableBody/FTableBody.d.ts +10 -0
- package/dist/material/TableComponents/FTableBody/index.d.ts +1 -0
- package/dist/material/TableComponents/FTableDataCell/FTableDataCell.d.ts +14 -0
- package/dist/material/TableComponents/FTableDataCell/index.d.ts +1 -0
- package/dist/material/TableComponents/FTableFooter/FTableFooter.d.ts +10 -0
- package/dist/material/TableComponents/FTableFooter/index.d.ts +1 -0
- package/dist/material/TableComponents/FTableHead/FTableHead.d.ts +10 -0
- package/dist/material/TableComponents/FTableHead/index.d.ts +1 -0
- package/dist/material/TableComponents/FTableHeaderCell/FTableHeaderCell.d.ts +12 -0
- package/dist/material/TableComponents/FTableHeaderCell/index.d.ts +1 -0
- package/dist/material/TableComponents/FTableRow/FTableRow.d.ts +10 -0
- package/dist/material/TableComponents/FTableRow/index.d.ts +1 -0
- package/dist/material/Tabs/FTab/FTab.d.ts +13 -0
- package/dist/material/Tabs/FTabs/FTabs.d.ts +10 -0
- package/dist/material/index.d.ts +41 -0
- package/package.json +7 -2
- package/.storybook/main.ts +0 -19
- package/.storybook/preview.ts +0 -15
- package/bun.lockb +0 -0
- package/public/favicon.ico +0 -0
- package/public/index.html +0 -43
- package/public/logo192.png +0 -0
- package/public/logo512.png +0 -0
- package/public/manifest.json +0 -25
- package/public/robots.txt +0 -3
- package/rollup.config.js +0 -33
- package/src/function-elements/fAlert/fAlert.css +0 -99
- package/src/function-elements/fAlert/fAlert.ts +0 -66
- package/src/function-elements/fAlert/index.tsx +0 -1
- package/src/function-elements/fConfirm/fConfirm.css +0 -80
- package/src/function-elements/fConfirm/fConfirm.ts +0 -66
- package/src/function-elements/fConfirm/index.tsx +0 -1
- package/src/function-elements/fPrompt/fPrompt.css +0 -85
- package/src/function-elements/fPrompt/fPrompt.ts +0 -77
- package/src/function-elements/fPrompt/index.tsx +0 -1
- package/src/function-elements/index.ts +0 -3
- package/src/icons/FArrowIcon/FArrowIcon.tsx +0 -50
- package/src/icons/FArrowIcon/index.ts +0 -1
- package/src/icons/FCheckIcon/FCheckIcon.tsx +0 -37
- package/src/icons/FCheckIcon/index.ts +0 -1
- package/src/icons/FCloseIcon/FCloseIcon.tsx +0 -28
- package/src/icons/FCloseIcon/index.ts +0 -1
- package/src/icons/FCopyAddIcon/FCopyAdd.tsx +0 -30
- package/src/icons/FDownloadIcon/FDownloadIcon.tsx +0 -29
- package/src/icons/FDownloadIcon/index.ts +0 -1
- package/src/icons/FFilterIcon/FFilterIcon.tsx +0 -28
- package/src/icons/FFilterIcon/index.ts +0 -1
- package/src/icons/FListIcon/FListIcon.tsx +0 -38
- package/src/icons/FListIcon/index.ts +0 -1
- package/src/icons/FLoadIcon/FLoadIcon.tsx +0 -61
- package/src/icons/FLoadIcon/FLoadIconCss.css +0 -48
- package/src/icons/FLoadIcon/index.ts +0 -1
- package/src/icons/FPenIcon/FPenIcon.tsx +0 -29
- package/src/icons/FPenIcon/index.ts +0 -1
- package/src/icons/FPlusIcon/FPlusIcon.tsx +0 -39
- package/src/icons/FPlusIcon/index.ts +0 -1
- package/src/icons/FTrashIcon/FTrashIcon.tsx +0 -40
- package/src/icons/FTrashIcon/index.ts +0 -1
- package/src/icons/FUnlinkIcon/FUnlinkIcon.tsx +0 -38
- package/src/icons/index.ts +0 -12
- package/src/material/Dialog/FDialog/FDialog.tsx +0 -61
- package/src/material/Dialog/FDialog/index.ts +0 -1
- package/src/material/Dialog/FDialogBody/FDialogBody.tsx +0 -43
- package/src/material/Dialog/FDialogBody/index.ts +0 -1
- package/src/material/Dialog/FDialogFooter/FDialogFooter.tsx +0 -26
- package/src/material/Dialog/FDialogFooter/index.ts +0 -1
- package/src/material/Dialog/FDialogHeader/FDialogHeader.tsx +0 -40
- package/src/material/Dialog/FDialogHeader/index.ts +0 -1
- package/src/material/Dialog/style/style.css +0 -73
- package/src/material/Dropdown/FDropdown/FDropdown.tsx +0 -60
- package/src/material/Dropdown/FDropdownItem/FDropdownItem.tsx +0 -35
- package/src/material/Dropdown/statick/FDropdown.css +0 -68
- package/src/material/Dropdown/statick/down-arrow.png +0 -0
- package/src/material/FAccordion/FAccordion.css +0 -80
- package/src/material/FAccordion/FAccordion.tsx +0 -37
- package/src/material/FAccordion/index.ts +0 -1
- package/src/material/FAlert/FAlert.css +0 -153
- package/src/material/FAlert/FAlert.tsx +0 -226
- package/src/material/FAlert/index.ts +0 -1
- package/src/material/FButton/FButton.css +0 -50
- package/src/material/FButton/FButton.tsx +0 -69
- package/src/material/FButton/index.ts +0 -1
- package/src/material/FButtonFile/FButtonFile.css +0 -180
- package/src/material/FButtonFile/FButtonFile.tsx +0 -157
- package/src/material/FButtonFile/index.ts +0 -1
- package/src/material/FCheckbox/Checkbox.css +0 -57
- package/src/material/FCheckbox/FCheckbox.tsx +0 -45
- package/src/material/FCheckbox/index.ts +0 -1
- package/src/material/FContainer/FContainer.css +0 -165
- package/src/material/FContainer/FContainer.tsx +0 -33
- package/src/material/FContainer/index.ts +0 -1
- package/src/material/FFile/FFile.css +0 -0
- package/src/material/FFile/FFile.tsx +0 -46
- package/src/material/FFile/index.ts +0 -1
- package/src/material/FFullDateField/FFullDateField.tsx +0 -137
- package/src/material/FFullDateField/index.ts +0 -1
- package/src/material/FGrid/FGrid.css +0 -179
- package/src/material/FGrid/FGrid.tsx +0 -76
- package/src/material/FGrid/css/bootstrap-theme.css +0 -589
- package/src/material/FGrid/css/bootstrap-theme.min.css +0 -7
- package/src/material/FGrid/css/bootstrap.css +0 -1020
- package/src/material/FGrid/css/bootstrap.min.css +0 -7
- package/src/material/FGrid/index.ts +0 -1
- package/src/material/FInputFileForm/FInputFileForm.css +0 -95
- package/src/material/FInputFileForm/FInputFileForm.tsx +0 -147
- package/src/material/FInputFileForm/index.ts +0 -1
- package/src/material/FNative/FNative.css +0 -41
- package/src/material/FNative/FNative.tsx +0 -97
- package/src/material/FNative/index.ts +0 -1
- package/src/material/FOpenImgFull/FOpenImgFull.css +0 -10
- package/src/material/FOpenImgFull/FOpenImgFull.tsx +0 -109
- package/src/material/FOpenImgFull/index.ts +0 -1
- package/src/material/FOpenImgFull/statick/1.png +0 -0
- package/src/material/FOpenImgFull/statick/3.png +0 -0
- package/src/material/FOpenImgFull/statick/OKrG1rmJMps.jpg +0 -0
- package/src/material/FPagination/FPagination.css +0 -59
- package/src/material/FPagination/FPagination.tsx +0 -90
- package/src/material/FPagination/hooks/usePagination.tsx +0 -69
- package/src/material/FPagination/index.ts +0 -1
- package/src/material/FPaper/FPaper.css +0 -61
- package/src/material/FPaper/FPaper.tsx +0 -62
- package/src/material/FPaper/index.ts +0 -1
- package/src/material/FPreloader/FPreloader.css +0 -21
- package/src/material/FPreloader/FPreloader.tsx +0 -49
- package/src/material/FPreloader/index.ts +0 -1
- package/src/material/FProgress/FProgress.css +0 -9
- package/src/material/FProgress/FProgress.tsx +0 -41
- package/src/material/FProgress/index.ts +0 -1
- package/src/material/FRadioButton/FRadioButton.tsx +0 -43
- package/src/material/FRadioButton/RadioButton.css +0 -58
- package/src/material/FRadioButton/index.ts +0 -1
- package/src/material/FSearchBox/FSearchBox.css +0 -11
- package/src/material/FSearchBox/FSearchBox.tsx +0 -184
- package/src/material/FSelectSearchDb/FSelectSearchDb.css +0 -83
- package/src/material/FSelectSearchDb/FSelectSearchDb.tsx +0 -196
- package/src/material/FSelectSearchDb/index.ts +0 -1
- package/src/material/FStack/FStack.css +0 -3
- package/src/material/FStack/FStack.tsx +0 -55
- package/src/material/FStack/index.ts +0 -1
- package/src/material/FTextArea/FTextArea.tsx +0 -124
- package/src/material/FTextArea/index.ts +0 -1
- package/src/material/FTextField/FTextField.css +0 -95
- package/src/material/FTextField/FTextField.tsx +0 -163
- package/src/material/FTextField/index.ts +0 -1
- package/src/material/FTimelineComponents/FTimeline/FTimeline.css +0 -82
- package/src/material/FTimelineComponents/FTimeline/FTimeline.tsx +0 -28
- package/src/material/FTimelineComponents/FTimeline/index.ts +0 -1
- package/src/material/FTimelineComponents/FTimelineCard/FTimelineCard.tsx +0 -31
- package/src/material/FTimelineComponents/FTimelineCard/index.ts +0 -1
- package/src/material/SelectComponents/FSelect/FSelect.css +0 -0
- package/src/material/SelectComponents/FSelect/FSelect.tsx +0 -121
- package/src/material/SelectComponents/FSelect/index.ts +0 -1
- package/src/material/SelectComponents/FSelectItem/FSelectItem.tsx +0 -42
- package/src/material/SelectComponents/FSelectItem/index.ts +0 -1
- package/src/material/TableComponents/FTable/FTable.css +0 -62
- package/src/material/TableComponents/FTable/FTable.tsx +0 -39
- package/src/material/TableComponents/FTable/index.ts +0 -1
- package/src/material/TableComponents/FTableBody/FTableBody.tsx +0 -28
- package/src/material/TableComponents/FTableBody/index.ts +0 -1
- package/src/material/TableComponents/FTableDataCell/FTableDataCell.tsx +0 -45
- package/src/material/TableComponents/FTableDataCell/index.ts +0 -1
- package/src/material/TableComponents/FTableFooter/FTableFooter.tsx +0 -29
- package/src/material/TableComponents/FTableFooter/index.ts +0 -1
- package/src/material/TableComponents/FTableHead/FTableHead.tsx +0 -28
- package/src/material/TableComponents/FTableHead/index.ts +0 -1
- package/src/material/TableComponents/FTableHeaderCell/FTableHeaderCell.tsx +0 -39
- package/src/material/TableComponents/FTableHeaderCell/index.ts +0 -1
- package/src/material/TableComponents/FTableRow/FTableRow.tsx +0 -28
- package/src/material/TableComponents/FTableRow/index.ts +0 -1
- package/src/material/Tabs/FTab/FTab.tsx +0 -39
- package/src/material/Tabs/FTabs/FTabs.tsx +0 -27
- package/src/material/Tabs/styles/FTabs.css +0 -49
- package/src/material/index.ts +0 -60
- package/src/material/statick/Colors.css +0 -87
- package/src/material/statick/index.css +0 -7
- package/tsconfig.json +0 -21
- /package/{src/icons/FCopyAddIcon/index.ts → dist/icons/FCopyAddIcon/index.d.ts} +0 -0
- /package/{src/icons/FUnlinkIcon/index.ts → dist/icons/FUnlinkIcon/index.d.ts} +0 -0
- /package/{src/index.ts → dist/index.d.ts} +0 -0
- /package/{src/material/Dropdown/FDropdown/index.ts → dist/material/Dropdown/FDropdown/index.d.ts} +0 -0
- /package/{src/material/Dropdown/FDropdownItem/index.ts → dist/material/Dropdown/FDropdownItem/index.d.ts} +0 -0
- /package/{src/material/FSearchBox/index.ts → dist/material/FSearchBox/index.d.ts} +0 -0
- /package/{src/material/Tabs/FTab/index.ts → dist/material/Tabs/FTab/index.d.ts} +0 -0
- /package/{src/material/Tabs/FTabs/index.ts → dist/material/Tabs/FTabs/index.d.ts} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./fAlert";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./fConfirm";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import './fPrompt.css';
|
|
2
|
+
export interface IfPrompt {
|
|
3
|
+
title?: string;
|
|
4
|
+
body?: string;
|
|
5
|
+
}
|
|
6
|
+
export declare function getValue(element: HTMLInputElement | null): string | null;
|
|
7
|
+
declare const fPrompt: ({ title, body }: IfPrompt) => Promise<string | null>;
|
|
8
|
+
export default fPrompt;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./fPrompt";
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import "../../material/statick/Colors.css";
|
|
3
|
+
export interface IFArrowIcon {
|
|
4
|
+
color?: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | 'dark' | 'link';
|
|
5
|
+
size?: number;
|
|
6
|
+
st?: React.CSSProperties;
|
|
7
|
+
direction?: 'up' | 'down' | 'left' | 'right';
|
|
8
|
+
handleClick?: () => void;
|
|
9
|
+
id?: string;
|
|
10
|
+
className?: string;
|
|
11
|
+
}
|
|
12
|
+
declare const FArrowIcon: ({ color, size, st, direction, handleClick, id, className }: IFArrowIcon) => React.JSX.Element;
|
|
13
|
+
export default FArrowIcon;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./FArrowIcon";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import "../../material/statick/Colors.css";
|
|
3
|
+
export interface IFCheckIcon {
|
|
4
|
+
color?: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | 'dark' | 'link';
|
|
5
|
+
size?: number;
|
|
6
|
+
st?: React.CSSProperties;
|
|
7
|
+
id?: string;
|
|
8
|
+
className?: string;
|
|
9
|
+
handleClick?: () => void;
|
|
10
|
+
}
|
|
11
|
+
declare const FCheckIcon: ({ color, size, st, id, className, handleClick }: IFCheckIcon) => React.JSX.Element;
|
|
12
|
+
export default FCheckIcon;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./FCheckIcon";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import "../../material/statick/Colors.css";
|
|
3
|
+
export interface IFCloseIcon {
|
|
4
|
+
color?: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | 'dark' | 'link';
|
|
5
|
+
size?: number;
|
|
6
|
+
st?: React.CSSProperties;
|
|
7
|
+
id?: string;
|
|
8
|
+
className?: string;
|
|
9
|
+
handleClose?: () => void;
|
|
10
|
+
}
|
|
11
|
+
declare const FCloseIcon: ({ color, size, st, id, className, handleClose }: IFCloseIcon) => React.JSX.Element;
|
|
12
|
+
export default FCloseIcon;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./FCloseIcon";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import "../../material/statick/Colors.css";
|
|
3
|
+
export interface IFCopyAddIcon {
|
|
4
|
+
color?: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | 'dark' | 'link';
|
|
5
|
+
size?: number;
|
|
6
|
+
st?: React.CSSProperties;
|
|
7
|
+
id?: string;
|
|
8
|
+
className?: string;
|
|
9
|
+
handleClick?: () => void;
|
|
10
|
+
}
|
|
11
|
+
declare const FCopyAddIcon: ({ color, size, st, id, className, handleClick }: IFCopyAddIcon) => React.JSX.Element;
|
|
12
|
+
export default FCopyAddIcon;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IFDownloadIcon {
|
|
3
|
+
color?: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | 'dark' | 'link';
|
|
4
|
+
size?: number;
|
|
5
|
+
st?: React.CSSProperties;
|
|
6
|
+
id?: string;
|
|
7
|
+
className?: string;
|
|
8
|
+
handleClick?: () => void;
|
|
9
|
+
}
|
|
10
|
+
declare const FDownloadIcon: ({ color, size, st, id, className, handleClick }: IFDownloadIcon) => React.JSX.Element;
|
|
11
|
+
export default FDownloadIcon;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./FDownloadIcon";
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IFFilterIcon {
|
|
3
|
+
color?: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | 'dark' | 'link';
|
|
4
|
+
size?: number;
|
|
5
|
+
st?: React.CSSProperties;
|
|
6
|
+
id?: string;
|
|
7
|
+
className?: string;
|
|
8
|
+
handleClick?: () => void;
|
|
9
|
+
}
|
|
10
|
+
declare const FFilterIcon: ({ color, size, st, id, className, handleClick }: IFFilterIcon) => React.JSX.Element;
|
|
11
|
+
export default FFilterIcon;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./FFilterIcon";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import "../../material/statick/Colors.css";
|
|
3
|
+
export interface IFListIcon {
|
|
4
|
+
color?: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | 'dark' | 'link';
|
|
5
|
+
size?: number;
|
|
6
|
+
st?: React.CSSProperties;
|
|
7
|
+
id?: string;
|
|
8
|
+
className?: string;
|
|
9
|
+
handleClick?: () => void;
|
|
10
|
+
}
|
|
11
|
+
declare const FListIcon: ({ color, size, st, id, className, handleClick }: IFListIcon) => React.JSX.Element;
|
|
12
|
+
export default FListIcon;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./FListIcon";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './FLoadIconCss.css';
|
|
3
|
+
export interface IFLoadIcon {
|
|
4
|
+
color?: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | 'dark' | 'link';
|
|
5
|
+
size?: number;
|
|
6
|
+
st?: React.CSSProperties;
|
|
7
|
+
id?: string;
|
|
8
|
+
className?: string;
|
|
9
|
+
handleClick?: () => void;
|
|
10
|
+
}
|
|
11
|
+
declare const FLoadIcon: ({ size, st, id, className, color }: IFLoadIcon) => React.JSX.Element;
|
|
12
|
+
export default FLoadIcon;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./FLoadIcon";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import "../../material/statick/Colors.css";
|
|
3
|
+
export interface IFPenIcon {
|
|
4
|
+
color?: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | 'dark' | 'link';
|
|
5
|
+
size?: number;
|
|
6
|
+
st?: React.CSSProperties;
|
|
7
|
+
id?: string;
|
|
8
|
+
className?: string;
|
|
9
|
+
handleClick?: () => void;
|
|
10
|
+
}
|
|
11
|
+
declare const FPenIcon: ({ color, size, st, id, className, handleClick }: IFPenIcon) => React.JSX.Element;
|
|
12
|
+
export default FPenIcon;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./FPenIcon";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import "../../material/statick/Colors.css";
|
|
3
|
+
export interface IFPlusIcon {
|
|
4
|
+
color?: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | 'dark' | 'link';
|
|
5
|
+
size?: number;
|
|
6
|
+
st?: React.CSSProperties;
|
|
7
|
+
id?: string;
|
|
8
|
+
className?: string;
|
|
9
|
+
handleClick?: () => void;
|
|
10
|
+
}
|
|
11
|
+
declare const FPlusIcon: ({ color, size, st, className, id, handleClick }: IFPlusIcon) => React.JSX.Element;
|
|
12
|
+
export default FPlusIcon;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./FPlusIcon";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import "../../material/statick/Colors.css";
|
|
3
|
+
export interface IFTrashIcon {
|
|
4
|
+
color?: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | 'dark' | 'link';
|
|
5
|
+
size?: number;
|
|
6
|
+
st?: React.CSSProperties;
|
|
7
|
+
id?: string;
|
|
8
|
+
className?: string;
|
|
9
|
+
handleClick?: () => void;
|
|
10
|
+
}
|
|
11
|
+
declare const FTrashIcon: ({ color, size, st, id, className, handleClick, }: IFTrashIcon) => React.JSX.Element;
|
|
12
|
+
export default FTrashIcon;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./FTrashIcon";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import "../../material/statick/Colors.css";
|
|
3
|
+
export interface IFUnlinkIcon {
|
|
4
|
+
color?: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | 'dark' | 'link';
|
|
5
|
+
size?: number;
|
|
6
|
+
st?: React.CSSProperties;
|
|
7
|
+
id?: string;
|
|
8
|
+
className?: string;
|
|
9
|
+
handleClick?: () => void;
|
|
10
|
+
}
|
|
11
|
+
declare const FUnlinkIcon: ({ color, size, st, id, className, handleClick }: IFUnlinkIcon) => React.JSX.Element;
|
|
12
|
+
export default FUnlinkIcon;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export { default as FCloseIcon } from "./FCloseIcon";
|
|
2
|
+
export { default as FArrowIcon } from "./FArrowIcon";
|
|
3
|
+
export { default as FPlusIcon } from "./FPlusIcon";
|
|
4
|
+
export { default as FTrashIcon } from "./FTrashIcon";
|
|
5
|
+
export { default as FCheckIcon } from "./FCheckIcon";
|
|
6
|
+
export { default as FListIcon } from "./FListIcon";
|
|
7
|
+
export { default as FPenIcon } from "./FPenIcon";
|
|
8
|
+
export { default as FDownloadIcon } from "./FDownloadIcon";
|
|
9
|
+
export { default as FCopyAddIcon } from "./FCopyAddIcon";
|
|
10
|
+
export { default as FUnlinkIcon } from "./FUnlinkIcon";
|
|
11
|
+
export { default as FFilterIcon } from "./FFilterIcon";
|
|
12
|
+
export { default as FLoadIcon } from "./FLoadIcon";
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React, { FC } from "react";
|
|
2
|
+
import "../style/style.css";
|
|
3
|
+
export interface IFDialog {
|
|
4
|
+
openAndClose: boolean;
|
|
5
|
+
id?: string;
|
|
6
|
+
className?: string;
|
|
7
|
+
st?: React.CSSProperties;
|
|
8
|
+
children?: React.ReactChild | React.ReactNode;
|
|
9
|
+
hide?: boolean;
|
|
10
|
+
closeButtonBackPage?: React.Dispatch<React.SetStateAction<boolean>>;
|
|
11
|
+
width?: 'xs' | 'md' | 'lg' | 'xxl' | 'adaptive';
|
|
12
|
+
}
|
|
13
|
+
declare const FDialog: FC<IFDialog>;
|
|
14
|
+
export default FDialog;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./FDialog";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./FDialogBody";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./FDialogFooter";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./FDialogHeader";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { FC } from "react";
|
|
2
|
+
import '../statick/FDropdown.css';
|
|
3
|
+
export interface IFDropdown {
|
|
4
|
+
label?: React.ReactChild | React.ReactNode;
|
|
5
|
+
children?: React.ReactChild | React.ReactNode;
|
|
6
|
+
variant?: 'contained' | 'default';
|
|
7
|
+
color?: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | 'dark' | 'link';
|
|
8
|
+
size?: 'btn-lg' | 'btn-sm' | 'btn-xs';
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
st?: React.CSSProperties;
|
|
11
|
+
className?: string;
|
|
12
|
+
id?: string;
|
|
13
|
+
}
|
|
14
|
+
declare const FDropdown: FC<IFDropdown>;
|
|
15
|
+
export default FDropdown;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React, { FC } from "react";
|
|
2
|
+
export interface IFDropdownItem {
|
|
3
|
+
disabled?: boolean;
|
|
4
|
+
st?: React.CSSProperties;
|
|
5
|
+
className?: string;
|
|
6
|
+
id?: string;
|
|
7
|
+
children?: React.ReactChild | React.ReactNode;
|
|
8
|
+
onClick?: React.MouseEventHandler<HTMLLIElement> | undefined;
|
|
9
|
+
}
|
|
10
|
+
declare const FDropdownItem: FC<IFDropdownItem>;
|
|
11
|
+
export default FDropdownItem;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React, { FC } from 'react';
|
|
2
|
+
import './FAccordion.css';
|
|
3
|
+
export interface IFAccordion {
|
|
4
|
+
children?: React.ReactChild | React.ReactNode;
|
|
5
|
+
variant?: 'info' | 'alert' | 'warning';
|
|
6
|
+
title?: string;
|
|
7
|
+
id?: string;
|
|
8
|
+
className?: string;
|
|
9
|
+
st?: React.CSSProperties;
|
|
10
|
+
defaultOpen?: boolean;
|
|
11
|
+
}
|
|
12
|
+
declare const FAccordion: FC<IFAccordion>;
|
|
13
|
+
export default FAccordion;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./FAccordion";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import React, { FC } from "react";
|
|
2
|
+
import './FAlert.css';
|
|
3
|
+
export interface IFAlert {
|
|
4
|
+
title?: string;
|
|
5
|
+
body?: string;
|
|
6
|
+
variant: 'info' | 'error' | 'success' | 'warning';
|
|
7
|
+
onClose?: (e: boolean) => void;
|
|
8
|
+
st?: React.CSSProperties | undefined;
|
|
9
|
+
open: boolean;
|
|
10
|
+
vertical?: 'top' | 'bottom' | 'center';
|
|
11
|
+
horizontal?: 'left' | 'center' | 'right';
|
|
12
|
+
buttonClose?: boolean;
|
|
13
|
+
className?: string;
|
|
14
|
+
displayTime?: number;
|
|
15
|
+
size?: string;
|
|
16
|
+
}
|
|
17
|
+
declare const FAlert: FC<IFAlert>;
|
|
18
|
+
export default FAlert;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./FAlert";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import './FButton.css';
|
|
3
|
+
import "../statick/Colors.css";
|
|
4
|
+
export interface IFButton {
|
|
5
|
+
children?: React.ReactChild | React.ReactNode;
|
|
6
|
+
variant?: 'contained' | 'default';
|
|
7
|
+
color?: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | 'dark' | 'link';
|
|
8
|
+
size?: 'btn-lg' | 'btn-sm' | 'btn-xs';
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
onClick?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
11
|
+
st?: React.CSSProperties;
|
|
12
|
+
className?: string;
|
|
13
|
+
fullWidth?: boolean;
|
|
14
|
+
id?: string;
|
|
15
|
+
type?: "button" | "submit" | "reset" | undefined;
|
|
16
|
+
}
|
|
17
|
+
declare const FButton: ({ children, variant, color, size, disabled, onClick, st, className, fullWidth, id, type }: IFButton) => React.JSX.Element;
|
|
18
|
+
export default FButton;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./FButton";
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import './FButtonFile.css';
|
|
3
|
+
export interface IFButtonFile {
|
|
4
|
+
children?: React.ReactChild | React.ReactNode;
|
|
5
|
+
variant?: 'contained' | 'default';
|
|
6
|
+
color?: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | 'dark' | 'link';
|
|
7
|
+
size?: 'btn-lg' | 'btn-sm' | 'btn-xs';
|
|
8
|
+
disabled?: boolean;
|
|
9
|
+
st?: React.CSSProperties;
|
|
10
|
+
className?: string;
|
|
11
|
+
fullWidth?: boolean;
|
|
12
|
+
id?: string;
|
|
13
|
+
onChange: (file: FileList | null) => void;
|
|
14
|
+
multiple?: boolean;
|
|
15
|
+
maxCount?: number;
|
|
16
|
+
accept?: string;
|
|
17
|
+
spacing?: 0 | 0.5 | 1 | 2 | 3 | 4 | 8 | 12 | undefined;
|
|
18
|
+
direction?: "row" | "row-reverse" | "column" | "column-reverse" | undefined;
|
|
19
|
+
}
|
|
20
|
+
declare const FButtonFile: ({ children, variant, color, size, disabled, st, className, fullWidth, id, onChange, multiple, maxCount, accept, spacing, direction }: IFButtonFile) => React.JSX.Element;
|
|
21
|
+
export default FButtonFile;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./FButtonFile";
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React, { FC } from "react";
|
|
2
|
+
import "./Checkbox.css";
|
|
3
|
+
export interface IFCheckbox {
|
|
4
|
+
label?: React.ReactChild | React.ReactNode;
|
|
5
|
+
onChange: React.ChangeEventHandler<HTMLInputElement> | undefined;
|
|
6
|
+
defaultChecked?: boolean | undefined;
|
|
7
|
+
className?: string;
|
|
8
|
+
id?: string;
|
|
9
|
+
st?: React.CSSProperties | undefined;
|
|
10
|
+
checked?: boolean | undefined;
|
|
11
|
+
disabled?: boolean;
|
|
12
|
+
}
|
|
13
|
+
declare const FCheckbox: FC<IFCheckbox>;
|
|
14
|
+
export default FCheckbox;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./FCheckbox";
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React, { FC } from "react";
|
|
2
|
+
import "./FContainer.css";
|
|
3
|
+
export interface IFContainer {
|
|
4
|
+
maxWidth?: 'container-xs' | 'container-sm' | 'container-md' | 'container-lg' | 'container-xl' | 'container-xxl' | 'container-fluid';
|
|
5
|
+
children?: React.ReactChild | React.ReactNode;
|
|
6
|
+
className?: string;
|
|
7
|
+
st?: React.CSSProperties;
|
|
8
|
+
id?: string;
|
|
9
|
+
}
|
|
10
|
+
declare const FContainer: FC<IFContainer>;
|
|
11
|
+
export default FContainer;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./FContainer";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./FFile";
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import React, { FC } from "react";
|
|
2
|
+
import '../statick/index.css';
|
|
3
|
+
export interface IFFullDateField {
|
|
4
|
+
label?: string;
|
|
5
|
+
st?: React.CSSProperties;
|
|
6
|
+
value?: string | number | undefined | null;
|
|
7
|
+
onChange?: React.ChangeEventHandler<HTMLInputElement> | undefined;
|
|
8
|
+
fullWidth?: boolean;
|
|
9
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
readOnly?: boolean;
|
|
12
|
+
id?: string;
|
|
13
|
+
className?: string;
|
|
14
|
+
onkeydown?: React.KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
15
|
+
min?: string | undefined;
|
|
16
|
+
max?: string | undefined;
|
|
17
|
+
load?: boolean;
|
|
18
|
+
errText?: string[];
|
|
19
|
+
helpText?: string;
|
|
20
|
+
onBlur?: React.FocusEventHandler<HTMLInputElement> | undefined;
|
|
21
|
+
onFocus?: React.FocusEventHandler<HTMLInputElement> | undefined;
|
|
22
|
+
}
|
|
23
|
+
declare const FFullDateField: FC<IFFullDateField>;
|
|
24
|
+
export default FFullDateField;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./FFullDateField";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React, { FC } from "react";
|
|
2
|
+
export interface IFGrid {
|
|
3
|
+
children?: React.ReactChild | React.ReactNode;
|
|
4
|
+
className?: string;
|
|
5
|
+
st?: React.CSSProperties;
|
|
6
|
+
id?: string;
|
|
7
|
+
obj?: 'container' | 'item';
|
|
8
|
+
xs?: number;
|
|
9
|
+
sm?: number;
|
|
10
|
+
md?: number;
|
|
11
|
+
lg?: number;
|
|
12
|
+
xl?: number;
|
|
13
|
+
xxl?: number;
|
|
14
|
+
colAuto?: 'col-sm-auto' | 'col-md-auto' | 'col-lg-auto' | 'col-xl-auto' | 'col-xxl-auto';
|
|
15
|
+
}
|
|
16
|
+
declare const FGrid: FC<IFGrid>;
|
|
17
|
+
export default FGrid;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./FGrid";
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import React, { FC } from 'react';
|
|
2
|
+
import "./FInputFileForm.css";
|
|
3
|
+
export interface IFInputFileForm {
|
|
4
|
+
id?: string;
|
|
5
|
+
className?: string;
|
|
6
|
+
st?: React.CSSProperties;
|
|
7
|
+
dataMaxSize?: {
|
|
8
|
+
dimension: 'МБ' | 'КБ';
|
|
9
|
+
size: number;
|
|
10
|
+
};
|
|
11
|
+
name?: string;
|
|
12
|
+
accept?: string;
|
|
13
|
+
multiple?: boolean;
|
|
14
|
+
onChange: (e: FileList) => void;
|
|
15
|
+
disabled?: boolean;
|
|
16
|
+
deleteFile?: boolean;
|
|
17
|
+
title?: string;
|
|
18
|
+
}
|
|
19
|
+
declare const FInputFileForm: FC<IFInputFileForm>;
|
|
20
|
+
export default FInputFileForm;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./FInputFileForm";
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import React, { FC } from "react";
|
|
2
|
+
import "./FNative.css";
|
|
3
|
+
export interface IFNative {
|
|
4
|
+
label: string;
|
|
5
|
+
id?: string;
|
|
6
|
+
className?: string;
|
|
7
|
+
st?: React.CSSProperties;
|
|
8
|
+
children?: React.ReactChild | React.ReactNode;
|
|
9
|
+
value?: string[] | number[];
|
|
10
|
+
singleChoice?: (element: string[]) => void;
|
|
11
|
+
multipleChoice?: (element: string[]) => void;
|
|
12
|
+
disabled?: boolean;
|
|
13
|
+
size?: number;
|
|
14
|
+
overflowX?: boolean;
|
|
15
|
+
width?: number | 'auto' | 'fit-content' | 'inherit' | 'initial' | 'max-content' | 'min-content' | 'revert' | 'unset' | '-webkit-fill-available';
|
|
16
|
+
fullWidth?: boolean;
|
|
17
|
+
}
|
|
18
|
+
declare const FNative: FC<IFNative>;
|
|
19
|
+
export default FNative;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./FNative";
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React, { FC } from 'react';
|
|
2
|
+
import './FOpenImgFull.css';
|
|
3
|
+
export interface IFOpenImgFull {
|
|
4
|
+
id?: string;
|
|
5
|
+
className?: string;
|
|
6
|
+
st?: React.CSSProperties;
|
|
7
|
+
imagesUrl: string[];
|
|
8
|
+
selectedImg: number;
|
|
9
|
+
handleClose?: () => void;
|
|
10
|
+
setSelectedImg: (number: number) => void;
|
|
11
|
+
openAndClose: boolean;
|
|
12
|
+
}
|
|
13
|
+
declare const FOpenImgFull: FC<IFOpenImgFull>;
|
|
14
|
+
export default FOpenImgFull;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./FOpenImgFull";
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React, { FC } from 'react';
|
|
2
|
+
import "./FPagination.css";
|
|
3
|
+
export interface IFPagination {
|
|
4
|
+
currentPage: number;
|
|
5
|
+
totalCount: number;
|
|
6
|
+
pageSize: number;
|
|
7
|
+
onPageChange: (page: number | string | number) => void;
|
|
8
|
+
id?: string;
|
|
9
|
+
className?: string;
|
|
10
|
+
st?: React.CSSProperties | undefined;
|
|
11
|
+
siblingCount: 0 | 1 | 2;
|
|
12
|
+
}
|
|
13
|
+
declare const FPagination: FC<IFPagination>;
|
|
14
|
+
export default FPagination;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare const DOTS = "...";
|
|
2
|
+
interface IProps {
|
|
3
|
+
currentPage: number;
|
|
4
|
+
totalCount: number;
|
|
5
|
+
pageSize: number;
|
|
6
|
+
siblingCount: number;
|
|
7
|
+
}
|
|
8
|
+
export declare const usePagination: ({ totalCount, pageSize, siblingCount, currentPage }: IProps) => (string | number)[] | undefined;
|
|
9
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./FPagination";
|