fui-material 0.2.60 → 0.2.62
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 +10 -3
- 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
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import React, {FC} from "react";
|
|
2
|
-
|
|
3
|
-
export interface IFTableBody {
|
|
4
|
-
st?: React.CSSProperties
|
|
5
|
-
children?: React.ReactChild | React.ReactNode
|
|
6
|
-
onClick?: React.MouseEventHandler<HTMLTableSectionElement> | undefined
|
|
7
|
-
id?: string
|
|
8
|
-
className?: string
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
const FTableBody: FC<IFTableBody> = ({
|
|
13
|
-
st,
|
|
14
|
-
children,
|
|
15
|
-
id,
|
|
16
|
-
className,
|
|
17
|
-
onClick
|
|
18
|
-
}) => {
|
|
19
|
-
return (
|
|
20
|
-
<React.Fragment>
|
|
21
|
-
<tbody style={st} className={className} id={id} onClick={onClick}>
|
|
22
|
-
{children}
|
|
23
|
-
</tbody>
|
|
24
|
-
</React.Fragment>
|
|
25
|
-
);
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
export default FTableBody;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./FTableBody";
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import React, {FC} from "react";
|
|
2
|
-
|
|
3
|
-
export interface IFTableDataCell {
|
|
4
|
-
st?: React.CSSProperties
|
|
5
|
-
row?: number | undefined
|
|
6
|
-
col?: number | undefined
|
|
7
|
-
children?: React.ReactChild | React.ReactNode
|
|
8
|
-
onClick?: React.MouseEventHandler<HTMLTableHeaderCellElement> | undefined
|
|
9
|
-
id?: string
|
|
10
|
-
onBlur?: React.FocusEventHandler<HTMLTableDataCellElement> | undefined,
|
|
11
|
-
onFocus?: React.FocusEventHandler<HTMLTableDataCellElement> | undefined
|
|
12
|
-
className?: string
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
const FTableDataCell: FC<IFTableDataCell> = ({
|
|
17
|
-
st,
|
|
18
|
-
row,
|
|
19
|
-
col,
|
|
20
|
-
children,
|
|
21
|
-
onClick,
|
|
22
|
-
id,
|
|
23
|
-
onBlur,
|
|
24
|
-
onFocus,
|
|
25
|
-
className
|
|
26
|
-
}) => {
|
|
27
|
-
return (
|
|
28
|
-
<React.Fragment>
|
|
29
|
-
<td
|
|
30
|
-
style={st}
|
|
31
|
-
rowSpan={row}
|
|
32
|
-
colSpan={col}
|
|
33
|
-
onClick={onClick}
|
|
34
|
-
id={id}
|
|
35
|
-
onBlur={onBlur}
|
|
36
|
-
onFocus={onFocus}
|
|
37
|
-
className={className}
|
|
38
|
-
>
|
|
39
|
-
{children}
|
|
40
|
-
</td>
|
|
41
|
-
</React.Fragment>
|
|
42
|
-
);
|
|
43
|
-
};
|
|
44
|
-
|
|
45
|
-
export default FTableDataCell;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {default} from "./FTableDataCell";
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import React, {FC} from "react";
|
|
2
|
-
|
|
3
|
-
export interface IFTableFooter {
|
|
4
|
-
st?: React.CSSProperties
|
|
5
|
-
children?: React.ReactChild | React.ReactNode
|
|
6
|
-
onClick?: React.MouseEventHandler<HTMLTableSectionElement> | undefined
|
|
7
|
-
id?: string
|
|
8
|
-
className?: string
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
const FTableFooter: FC<IFTableFooter> = ({
|
|
13
|
-
st,
|
|
14
|
-
children,
|
|
15
|
-
id,
|
|
16
|
-
className,
|
|
17
|
-
onClick
|
|
18
|
-
}) => {
|
|
19
|
-
|
|
20
|
-
return (
|
|
21
|
-
<React.Fragment>
|
|
22
|
-
<tfoot style={st} id={id} className={className} onClick={onClick}>
|
|
23
|
-
{children}
|
|
24
|
-
</tfoot>
|
|
25
|
-
</React.Fragment>
|
|
26
|
-
);
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
export default FTableFooter;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./FTableFooter";
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import React, {FC} from "react";
|
|
2
|
-
|
|
3
|
-
export interface IFTableHead {
|
|
4
|
-
st?: React.CSSProperties
|
|
5
|
-
children?: React.ReactChild | React.ReactNode
|
|
6
|
-
onClick?: React.MouseEventHandler<HTMLTableSectionElement> | undefined
|
|
7
|
-
id?: string
|
|
8
|
-
className?: string
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
const FTableHead: FC<IFTableHead> = ({
|
|
13
|
-
st,
|
|
14
|
-
children,
|
|
15
|
-
id,
|
|
16
|
-
className,
|
|
17
|
-
onClick
|
|
18
|
-
}) => {
|
|
19
|
-
return (
|
|
20
|
-
<React.Fragment>
|
|
21
|
-
<thead style={st} id={id} className={className} onClick={onClick}>
|
|
22
|
-
{children}
|
|
23
|
-
</thead>
|
|
24
|
-
</React.Fragment>
|
|
25
|
-
);
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
export default FTableHead;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./FTableHead";
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import React, {FC} from "react";
|
|
2
|
-
|
|
3
|
-
export interface IFTableHeaderCell {
|
|
4
|
-
st?: React.CSSProperties
|
|
5
|
-
row?: number | undefined
|
|
6
|
-
col?: number | undefined
|
|
7
|
-
children?: React.ReactChild | React.ReactNode
|
|
8
|
-
onClick?: React.MouseEventHandler<HTMLTableHeaderCellElement> | undefined
|
|
9
|
-
id?: string
|
|
10
|
-
className?: string
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
const FTableHeaderCell: FC<IFTableHeaderCell> = ({
|
|
15
|
-
st,
|
|
16
|
-
row,
|
|
17
|
-
col,
|
|
18
|
-
children,
|
|
19
|
-
onClick,
|
|
20
|
-
id,
|
|
21
|
-
className
|
|
22
|
-
}) => {
|
|
23
|
-
return (
|
|
24
|
-
<React.Fragment>
|
|
25
|
-
<th
|
|
26
|
-
style={st}
|
|
27
|
-
rowSpan={row}
|
|
28
|
-
colSpan={col}
|
|
29
|
-
onClick={onClick}
|
|
30
|
-
id={id}
|
|
31
|
-
className={className}
|
|
32
|
-
>
|
|
33
|
-
{children}
|
|
34
|
-
</th>
|
|
35
|
-
</React.Fragment>
|
|
36
|
-
);
|
|
37
|
-
};
|
|
38
|
-
|
|
39
|
-
export default FTableHeaderCell;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {default} from "./FTableHeaderCell";
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import React, {FC} from "react";
|
|
2
|
-
|
|
3
|
-
export interface IFTableRow {
|
|
4
|
-
st?: React.CSSProperties
|
|
5
|
-
children?: React.ReactChild | React.ReactNode
|
|
6
|
-
onClick?: React.MouseEventHandler<HTMLTableRowElement> | undefined
|
|
7
|
-
id?: string
|
|
8
|
-
className?: string
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
const FTableRow: FC<IFTableRow> = ({
|
|
13
|
-
st,
|
|
14
|
-
children,
|
|
15
|
-
onClick,
|
|
16
|
-
id,
|
|
17
|
-
className
|
|
18
|
-
}) => {
|
|
19
|
-
return (
|
|
20
|
-
<React.Fragment>
|
|
21
|
-
<tr style={st} onClick={onClick} id={id} className={className}>
|
|
22
|
-
{children}
|
|
23
|
-
</tr>
|
|
24
|
-
</React.Fragment>
|
|
25
|
-
);
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
export default FTableRow;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {default} from "./FTableRow";
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import React, {FC} from "react";
|
|
2
|
-
import '../styles/FTabs.css'
|
|
3
|
-
|
|
4
|
-
export interface IFTabs {
|
|
5
|
-
children?: React.ReactChild | React.ReactNode
|
|
6
|
-
id?: string,
|
|
7
|
-
className?: string
|
|
8
|
-
st?: React.CSSProperties,
|
|
9
|
-
disabled?: boolean
|
|
10
|
-
active?: boolean
|
|
11
|
-
onClick?: React.MouseEventHandler<HTMLButtonElement> | undefined
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
const FTab: FC<IFTabs> = ({
|
|
15
|
-
children,
|
|
16
|
-
id,
|
|
17
|
-
className,
|
|
18
|
-
st,
|
|
19
|
-
onClick,
|
|
20
|
-
disabled,
|
|
21
|
-
active
|
|
22
|
-
}) => {
|
|
23
|
-
|
|
24
|
-
return (
|
|
25
|
-
<React.Fragment>
|
|
26
|
-
<button
|
|
27
|
-
className={`f-tabs-btn ${active ? 'active' : ''} ${className !== undefined ? className : ''}`}
|
|
28
|
-
disabled={disabled}
|
|
29
|
-
onClick={onClick}
|
|
30
|
-
id={id}
|
|
31
|
-
style={st}
|
|
32
|
-
>
|
|
33
|
-
{children}
|
|
34
|
-
</button>
|
|
35
|
-
</React.Fragment>
|
|
36
|
-
)
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
export default FTab
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import React, {FC} from "react";
|
|
2
|
-
import '../styles/FTabs.css'
|
|
3
|
-
|
|
4
|
-
export interface IFTabs {
|
|
5
|
-
children?: React.ReactChild | React.ReactNode
|
|
6
|
-
id?: string,
|
|
7
|
-
className?: string
|
|
8
|
-
st?: React.CSSProperties
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
const FTabs: FC<IFTabs> = ({
|
|
12
|
-
children,
|
|
13
|
-
id,
|
|
14
|
-
className,
|
|
15
|
-
st
|
|
16
|
-
}) => {
|
|
17
|
-
|
|
18
|
-
return (
|
|
19
|
-
<React.Fragment>
|
|
20
|
-
<div className={`f-tabs ${className !== undefined ? className : ''}`} id={id} style={st}>
|
|
21
|
-
{children}
|
|
22
|
-
</div>
|
|
23
|
-
</React.Fragment>
|
|
24
|
-
)
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
export default FTabs
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
.f-tabs {
|
|
2
|
-
display: flex;
|
|
3
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
|
|
4
|
-
margin-bottom: 16px;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.f-tabs-btn {
|
|
8
|
-
display: inline-flex;
|
|
9
|
-
-webkit-box-align: center;
|
|
10
|
-
align-items: center;
|
|
11
|
-
-webkit-box-pack: center;
|
|
12
|
-
justify-content: center;
|
|
13
|
-
box-sizing: border-box;
|
|
14
|
-
-webkit-tap-highlight-color: transparent;
|
|
15
|
-
background-color: transparent;
|
|
16
|
-
outline: 0px;
|
|
17
|
-
border: 0px;
|
|
18
|
-
margin: 0px;
|
|
19
|
-
border-radius: 0px;
|
|
20
|
-
cursor: pointer;
|
|
21
|
-
user-select: none;
|
|
22
|
-
vertical-align: middle;
|
|
23
|
-
appearance: none;
|
|
24
|
-
text-decoration: none;
|
|
25
|
-
font-family: Roboto, Helvetica, Arial, sans-serif;
|
|
26
|
-
font-weight: 500;
|
|
27
|
-
line-height: 1.25;
|
|
28
|
-
letter-spacing: 0.02857em;
|
|
29
|
-
text-transform: uppercase;
|
|
30
|
-
max-width: 360px;
|
|
31
|
-
min-width: 90px;
|
|
32
|
-
position: relative;
|
|
33
|
-
min-height: 48px;
|
|
34
|
-
flex-shrink: 0;
|
|
35
|
-
padding: 12px 16px;
|
|
36
|
-
overflow: hidden;
|
|
37
|
-
white-space: normal;
|
|
38
|
-
text-align: center;
|
|
39
|
-
flex-direction: column;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.f-tabs-btn.active {
|
|
43
|
-
color: #2F80ED;
|
|
44
|
-
border-bottom: solid 2px #2F80ED;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.f-tabs-btn:disabled {
|
|
48
|
-
color: rgb(196, 196, 196);
|
|
49
|
-
}
|
package/src/material/index.ts
DELETED
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
export {default as FButton} from "./FButton";
|
|
2
|
-
export {default as FButtonFile} from "./FButtonFile";
|
|
3
|
-
export {default as FTextField} from "./FTextField";
|
|
4
|
-
export {default as FStack} from "./FStack";
|
|
5
|
-
export {default as FGrid} from "./FGrid";
|
|
6
|
-
export {default as FContainer} from "./FContainer";
|
|
7
|
-
export {default as FPaper} from "./FPaper";
|
|
8
|
-
|
|
9
|
-
export {default as FTable} from "./TableComponents/FTable";
|
|
10
|
-
export {default as FTableHead} from "./TableComponents/FTableHead";
|
|
11
|
-
export {default as FTableBody} from "./TableComponents/FTableBody";
|
|
12
|
-
export {default as FTableRow} from "./TableComponents/FTableRow";
|
|
13
|
-
export {default as FTableHeaderCell} from "./TableComponents/FTableHeaderCell";
|
|
14
|
-
export {default as FTableDataCell} from "./TableComponents/FTableDataCell";
|
|
15
|
-
export {default as FTableFooter} from "./TableComponents/FTableFooter";
|
|
16
|
-
|
|
17
|
-
export {default as FDialog} from "./Dialog/FDialog";
|
|
18
|
-
export {default as FDialogHeader} from "./Dialog/FDialogHeader";
|
|
19
|
-
export {default as FDialogBody} from "./Dialog/FDialogBody";
|
|
20
|
-
export {default as FDialogFooter} from "./Dialog/FDialogFooter";
|
|
21
|
-
|
|
22
|
-
export {default as FProgress} from "./FProgress";
|
|
23
|
-
export {default as FPreloader} from "./FPreloader";
|
|
24
|
-
|
|
25
|
-
export {default as FCheckbox} from "./FCheckbox";
|
|
26
|
-
export {default as FRadioButton} from "./FRadioButton";
|
|
27
|
-
|
|
28
|
-
export {default as FPagination} from "./FPagination";
|
|
29
|
-
|
|
30
|
-
export {default as FTimeline} from "./FTimelineComponents/FTimeline";
|
|
31
|
-
export {default as FTimelineCard} from "./FTimelineComponents/FTimelineCard";
|
|
32
|
-
|
|
33
|
-
export {default as FOpenImgFull} from "./FOpenImgFull"
|
|
34
|
-
|
|
35
|
-
export {default as FAccordion} from "./FAccordion"
|
|
36
|
-
|
|
37
|
-
export {default as FInputFileForm} from "./FInputFileForm"
|
|
38
|
-
|
|
39
|
-
export {default as FFile} from "./FFile"
|
|
40
|
-
|
|
41
|
-
export {default as FSelect} from "./SelectComponents/FSelect"
|
|
42
|
-
export {default as FSelectItem} from "./SelectComponents/FSelectItem"
|
|
43
|
-
|
|
44
|
-
export {default as FFullDateField} from "./FFullDateField"
|
|
45
|
-
|
|
46
|
-
export {default as FSelectSearchDb} from "./FSelectSearchDb"
|
|
47
|
-
|
|
48
|
-
export {default as FTextArea} from "./FTextArea"
|
|
49
|
-
|
|
50
|
-
export {default as FAlert} from "./FAlert"
|
|
51
|
-
|
|
52
|
-
export {default as FNative} from "./FNative"
|
|
53
|
-
|
|
54
|
-
export {default as FTabs} from "./Tabs/FTabs"
|
|
55
|
-
export {default as FTab} from "./Tabs/FTab"
|
|
56
|
-
|
|
57
|
-
export {default as FDropdown} from "./Dropdown/FDropdown"
|
|
58
|
-
export {default as FDropdownItem} from "./Dropdown/FDropdownItem"
|
|
59
|
-
|
|
60
|
-
export {default as FSearchBox} from "./FSearchBox"
|
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
.primary {
|
|
2
|
-
fill: #2F80ED !important;
|
|
3
|
-
}
|
|
4
|
-
.secondary {
|
|
5
|
-
fill: #6c757d !important;
|
|
6
|
-
}
|
|
7
|
-
.success {
|
|
8
|
-
fill: #198754 !important;
|
|
9
|
-
}
|
|
10
|
-
.danger {
|
|
11
|
-
fill: #dc3545 !important;
|
|
12
|
-
}
|
|
13
|
-
.warning {
|
|
14
|
-
fill: #ffc107 !important;
|
|
15
|
-
}
|
|
16
|
-
.info {
|
|
17
|
-
fill: #0dcaf0 !important;
|
|
18
|
-
}
|
|
19
|
-
.light {
|
|
20
|
-
fill: #f8f9fa !important;
|
|
21
|
-
}
|
|
22
|
-
.dark {
|
|
23
|
-
fill: #212529 !important;
|
|
24
|
-
}
|
|
25
|
-
.link {
|
|
26
|
-
fill: #0a58ca !important;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.btn-primary {
|
|
30
|
-
background-color: #2F80ED !important;
|
|
31
|
-
}
|
|
32
|
-
.btn-secondary {
|
|
33
|
-
background-color: #6c757d !important;
|
|
34
|
-
}
|
|
35
|
-
.btn-success {
|
|
36
|
-
color: #EFF5F0 !important;
|
|
37
|
-
background-color: #2E7D32 !important;
|
|
38
|
-
border-color: #2E7D32 !important;
|
|
39
|
-
}
|
|
40
|
-
.btn-danger {
|
|
41
|
-
background-color: #dc3545 !important;
|
|
42
|
-
}
|
|
43
|
-
.btn-warning {
|
|
44
|
-
background-color: #ffc107 !important;
|
|
45
|
-
}
|
|
46
|
-
.btn-info {
|
|
47
|
-
background-color: #0dcaf0 !important;
|
|
48
|
-
}
|
|
49
|
-
.btn-light {
|
|
50
|
-
background-color: #f8f9fa !important;
|
|
51
|
-
}
|
|
52
|
-
.btn-dark {
|
|
53
|
-
background-color: #212529 !important;
|
|
54
|
-
}
|
|
55
|
-
.btn-link {
|
|
56
|
-
background-color: #0a58ca !important;
|
|
57
|
-
color: #fff !important;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.btn-default-primary {
|
|
61
|
-
background-color: #2F80ED !important;
|
|
62
|
-
}
|
|
63
|
-
.btn-default-secondary {
|
|
64
|
-
background-color: #6c757d !important;
|
|
65
|
-
}
|
|
66
|
-
.btn-default-success {
|
|
67
|
-
background-color: #198754 !important;
|
|
68
|
-
}
|
|
69
|
-
.btn-default-danger {
|
|
70
|
-
background-color: #dc3545 !important;
|
|
71
|
-
}
|
|
72
|
-
.btn-default-warning {
|
|
73
|
-
background-color: #ffc107 !important;
|
|
74
|
-
}
|
|
75
|
-
.btn-default-info {
|
|
76
|
-
background-color: #0dcaf0 !important;
|
|
77
|
-
}
|
|
78
|
-
.btn-default-light {
|
|
79
|
-
background-color: #f8f9fa !important;
|
|
80
|
-
}
|
|
81
|
-
.btn-default-dark {
|
|
82
|
-
background-color: #212529 !important;
|
|
83
|
-
}
|
|
84
|
-
.btn-default-link {
|
|
85
|
-
background-color: #0a58ca !important;
|
|
86
|
-
color: #fff !important;
|
|
87
|
-
}
|
package/tsconfig.json
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compilerOptions": {
|
|
3
|
-
"lib": ["es5", "es6", "dom", "ESNext", "dom.iterable"],
|
|
4
|
-
"target": "ES6",
|
|
5
|
-
"module": "ESNext",
|
|
6
|
-
"strict": true,
|
|
7
|
-
"moduleResolution": "node",
|
|
8
|
-
"jsx": "react",
|
|
9
|
-
"esModuleInterop": true,
|
|
10
|
-
"skipLibCheck": true,
|
|
11
|
-
"forceConsistentCasingInFileNames": true,
|
|
12
|
-
"declaration": true,
|
|
13
|
-
"outDir": "dist",
|
|
14
|
-
"baseUrl": "./src",
|
|
15
|
-
"paths": {
|
|
16
|
-
"*": ["types/*"]
|
|
17
|
-
}
|
|
18
|
-
},
|
|
19
|
-
"include": ["src/**/*.ts", "src/**/*.tsx"],
|
|
20
|
-
"exclude": ["node_modules"]
|
|
21
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{src/material/Dropdown/FDropdown/index.ts → dist/material/Dropdown/FDropdown/index.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|