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,95 +0,0 @@
|
|
|
1
|
-
.ui.input {
|
|
2
|
-
font-size: 1em;
|
|
3
|
-
}
|
|
4
|
-
.ui.input {
|
|
5
|
-
position: relative;
|
|
6
|
-
border: 2px solid #e4e9f100;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.ui.icon.input>i.icon:not(.link) {
|
|
10
|
-
pointer-events: none;
|
|
11
|
-
}
|
|
12
|
-
.ui[class*="left icon"].input>i.icon {
|
|
13
|
-
right: auto;
|
|
14
|
-
left: 1px;
|
|
15
|
-
border-radius: .28571429rem 0 0 .28571429rem;
|
|
16
|
-
}
|
|
17
|
-
.ui.icon.input>i.icon {
|
|
18
|
-
cursor: default;
|
|
19
|
-
position: absolute;
|
|
20
|
-
line-height: 1;
|
|
21
|
-
text-align: center;
|
|
22
|
-
top: 0;
|
|
23
|
-
right: 0;
|
|
24
|
-
margin: 0;
|
|
25
|
-
height: 100%;
|
|
26
|
-
width: 2.67142857em;
|
|
27
|
-
opacity: .5;
|
|
28
|
-
border-radius: 0 .28571429rem .28571429rem 0;
|
|
29
|
-
transition: opacity .3s ease;
|
|
30
|
-
}
|
|
31
|
-
i.icon, i.icons {
|
|
32
|
-
font-size: 1em;
|
|
33
|
-
}
|
|
34
|
-
i.icon {
|
|
35
|
-
animation: 1.2s spin infinite linear;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.ui.loading.loading.input>i.icon:before {
|
|
39
|
-
position: absolute;
|
|
40
|
-
content: '';
|
|
41
|
-
top: 50%;
|
|
42
|
-
left: 50%;
|
|
43
|
-
margin: -.64285714em 0 0 -.64285714em;
|
|
44
|
-
width: 1.28571429em;
|
|
45
|
-
height: 1.28571429em;
|
|
46
|
-
border-radius: 500rem;
|
|
47
|
-
border: .2em solid rgba(0,0,0,.1);
|
|
48
|
-
}
|
|
49
|
-
.ui.icon.input>i.icon:after, .ui.icon.input>i.icon:before {
|
|
50
|
-
left: 0;
|
|
51
|
-
position: absolute;
|
|
52
|
-
text-align: center;
|
|
53
|
-
top: 50%;
|
|
54
|
-
width: 100%;
|
|
55
|
-
margin-top: -.5em;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
i.icon.search:before {
|
|
59
|
-
content: "\f002";
|
|
60
|
-
}
|
|
61
|
-
i.icon:before {
|
|
62
|
-
background: 0 0!important;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.ui.loading.loading.input>i.icon:after {
|
|
66
|
-
position: absolute;
|
|
67
|
-
content: '';
|
|
68
|
-
top: 50%;
|
|
69
|
-
left: 50%;
|
|
70
|
-
margin: -.64285714em 0 0 -.64285714em;
|
|
71
|
-
width: 1.28571429em;
|
|
72
|
-
height: 1.28571429em;
|
|
73
|
-
-webkit-animation: button-spin .6s linear;
|
|
74
|
-
animation: button-spin .6s linear;
|
|
75
|
-
-webkit-animation-iteration-count: infinite;
|
|
76
|
-
animation-iteration-count: infinite;
|
|
77
|
-
border-radius: 500rem;
|
|
78
|
-
border-color: #2164BE transparent transparent;
|
|
79
|
-
border-style: solid;
|
|
80
|
-
border-width: .2em;
|
|
81
|
-
box-shadow: 0 0 0 1px transparent;
|
|
82
|
-
}
|
|
83
|
-
.ui.icon.input>i.icon:after, .ui.icon.input>i.icon:before {
|
|
84
|
-
left: 0;
|
|
85
|
-
position: absolute;
|
|
86
|
-
text-align: center;
|
|
87
|
-
top: 50%;
|
|
88
|
-
width: 100%;
|
|
89
|
-
margin-top: -.5em;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
.ui[class*="left icon"].input>input {
|
|
93
|
-
padding-left: 2.67142857em!important;
|
|
94
|
-
padding-right: 1em!important;
|
|
95
|
-
}
|
|
@@ -1,163 +0,0 @@
|
|
|
1
|
-
import React, {FC} from "react";
|
|
2
|
-
import {FStack} from "../index";
|
|
3
|
-
import "./FTextField.css"
|
|
4
|
-
import FLoadIcon from "../../icons/FLoadIcon";
|
|
5
|
-
|
|
6
|
-
export interface IFTextField {
|
|
7
|
-
label?: string,
|
|
8
|
-
st?: React.CSSProperties,
|
|
9
|
-
value?: string | number | readonly string[] | undefined | null,
|
|
10
|
-
onChange?: React.ChangeEventHandler<HTMLInputElement> | undefined,
|
|
11
|
-
type?: 'text' | 'number' | 'email' | 'tel' | 'password',
|
|
12
|
-
onBlur?: React.FocusEventHandler<HTMLInputElement> | undefined,
|
|
13
|
-
onFocus?: React.FocusEventHandler<HTMLInputElement> | undefined,
|
|
14
|
-
fullWidth?: boolean,
|
|
15
|
-
disabled?: boolean,
|
|
16
|
-
readOnly?: boolean | undefined,
|
|
17
|
-
defaultValue?: string | number | readonly string[] | undefined,
|
|
18
|
-
errText?: string[],
|
|
19
|
-
helpText?: string,
|
|
20
|
-
onInput?: React.FormEventHandler<HTMLInputElement> | undefined,
|
|
21
|
-
id?: string,
|
|
22
|
-
className?: string,
|
|
23
|
-
load?: boolean,
|
|
24
|
-
min?: number,
|
|
25
|
-
max?: number,
|
|
26
|
-
placeholder?: string | undefined,
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
const FTextField: FC<IFTextField> = (
|
|
30
|
-
{
|
|
31
|
-
label,
|
|
32
|
-
value,
|
|
33
|
-
onChange,
|
|
34
|
-
type = 'text',
|
|
35
|
-
onBlur,
|
|
36
|
-
onFocus,
|
|
37
|
-
fullWidth,
|
|
38
|
-
disabled,
|
|
39
|
-
readOnly,
|
|
40
|
-
defaultValue,
|
|
41
|
-
errText,
|
|
42
|
-
helpText,
|
|
43
|
-
onInput,
|
|
44
|
-
st,
|
|
45
|
-
id,
|
|
46
|
-
className,
|
|
47
|
-
load = false,
|
|
48
|
-
min,
|
|
49
|
-
max,
|
|
50
|
-
placeholder,
|
|
51
|
-
}
|
|
52
|
-
) => {
|
|
53
|
-
|
|
54
|
-
if (fullWidth) {
|
|
55
|
-
if (st === undefined) {
|
|
56
|
-
st = {
|
|
57
|
-
width: '100%'
|
|
58
|
-
}
|
|
59
|
-
} else {
|
|
60
|
-
st.width = '100%'
|
|
61
|
-
}
|
|
62
|
-
} else {
|
|
63
|
-
if (st === undefined) {
|
|
64
|
-
st = {
|
|
65
|
-
width: 'fit-content'
|
|
66
|
-
}
|
|
67
|
-
} else {
|
|
68
|
-
st.width = 'fit-content'
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
let style = {
|
|
73
|
-
whiteSpace: 'nowrap',
|
|
74
|
-
overflow: 'hidden',
|
|
75
|
-
textOverflow: 'ellipsis',
|
|
76
|
-
}
|
|
77
|
-
st = Object.assign({}, st, style);
|
|
78
|
-
|
|
79
|
-
if (value === null) {
|
|
80
|
-
value = ''
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
if (type === 'number' && (value === undefined)) {
|
|
84
|
-
value = ''
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
return (
|
|
88
|
-
<React.Fragment>
|
|
89
|
-
<div
|
|
90
|
-
className={`
|
|
91
|
-
form-group ${className !== undefined ? className : ''}`} style={st} id={id}>
|
|
92
|
-
{label &&
|
|
93
|
-
<label className="control-label with-offset" style={{
|
|
94
|
-
whiteSpace: 'nowrap',
|
|
95
|
-
overflow: 'hidden',
|
|
96
|
-
textOverflow: 'ellipsis'
|
|
97
|
-
}}>
|
|
98
|
-
{label}
|
|
99
|
-
</label>
|
|
100
|
-
}
|
|
101
|
-
<div className={`${load ? 'ui left icon input loading' : ''}`}>
|
|
102
|
-
<input
|
|
103
|
-
placeholder={placeholder}
|
|
104
|
-
style={{
|
|
105
|
-
borderColor: errText !== undefined && errText.length > 0 ? 'red' : '#C4C4C4'
|
|
106
|
-
}}
|
|
107
|
-
min={min}
|
|
108
|
-
max={max}
|
|
109
|
-
disabled={disabled}
|
|
110
|
-
defaultValue={defaultValue}
|
|
111
|
-
required
|
|
112
|
-
onInput={onInput}
|
|
113
|
-
readOnly={readOnly || load}
|
|
114
|
-
value={value}
|
|
115
|
-
//@ts-ignore
|
|
116
|
-
onChange={onChange}
|
|
117
|
-
type={type}
|
|
118
|
-
className="form-control"
|
|
119
|
-
onBlur={onBlur}
|
|
120
|
-
onFocus={onFocus}
|
|
121
|
-
/>
|
|
122
|
-
{helpText !== undefined &&
|
|
123
|
-
<span
|
|
124
|
-
style={{
|
|
125
|
-
whiteSpace: 'initial',
|
|
126
|
-
color: '#a6a3a3',
|
|
127
|
-
fontSize: '12px'
|
|
128
|
-
}}
|
|
129
|
-
>
|
|
130
|
-
{helpText}
|
|
131
|
-
</span>
|
|
132
|
-
}
|
|
133
|
-
{errText !== undefined && errText.length > 0 &&
|
|
134
|
-
<FStack direction={'column'} st={{paddingLeft: '11px'}}>
|
|
135
|
-
{
|
|
136
|
-
errText?.map((opt, index) => {
|
|
137
|
-
return (
|
|
138
|
-
<span
|
|
139
|
-
key={index}
|
|
140
|
-
style={{
|
|
141
|
-
whiteSpace: 'initial',
|
|
142
|
-
color: 'red'
|
|
143
|
-
}}
|
|
144
|
-
>
|
|
145
|
-
{opt}
|
|
146
|
-
</span>
|
|
147
|
-
)
|
|
148
|
-
})
|
|
149
|
-
}
|
|
150
|
-
</FStack>
|
|
151
|
-
}
|
|
152
|
-
{load &&
|
|
153
|
-
<div className={'input-load'}>
|
|
154
|
-
<FLoadIcon size={10}/>
|
|
155
|
-
</div>
|
|
156
|
-
}
|
|
157
|
-
</div>
|
|
158
|
-
</div>
|
|
159
|
-
</React.Fragment>
|
|
160
|
-
)
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
export default FTextField;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./FTextField";
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
.fv-tl-block-card {
|
|
2
|
-
position: relative;
|
|
3
|
-
max-width: 100%;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.fv-tl-block-card:nth-child(odd) {
|
|
7
|
-
padding: 30px 0 30px 30px;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.fv-tl-block-card:nth-child(even) {
|
|
11
|
-
padding: 30px 30px 30px 0;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.fv-tl-block-card::before {
|
|
15
|
-
content: "";
|
|
16
|
-
position: absolute;
|
|
17
|
-
width: 50%;
|
|
18
|
-
border: solid #0d6efd;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.fv-tl-block-card:nth-child(odd)::before {
|
|
22
|
-
left: 0px;
|
|
23
|
-
top: -4.5px;
|
|
24
|
-
bottom: -4.5px;
|
|
25
|
-
border-width: 5px 0 5px 5px;
|
|
26
|
-
border-radius: 50px 0 0 50px;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.fv-tl-block-card:nth-child(even)::before {
|
|
30
|
-
right: 0;
|
|
31
|
-
top: 0;
|
|
32
|
-
bottom: 0;
|
|
33
|
-
border-width: 5px 5px 5px 0;
|
|
34
|
-
border-radius: 0 50px 50px 0;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.fv-tl-block-card:first-child::before {
|
|
38
|
-
border-top: 0;
|
|
39
|
-
border-top-left-radius: 0;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.fv-tl-block-card:last-child:nth-child(odd)::before {
|
|
43
|
-
border-bottom: 0;
|
|
44
|
-
border-bottom-left-radius: 0;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.fv-tl-block-card:last-child:nth-child(even)::before {
|
|
48
|
-
border-bottom: 0;
|
|
49
|
-
border-bottom-right-radius: 0;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.fv-tl-card {
|
|
53
|
-
position: inherit;
|
|
54
|
-
z-index: 1;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.fv-tl-line-circle {
|
|
58
|
-
color: #0d6efd;
|
|
59
|
-
position: relative;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.fv-tl-line-circle::before {
|
|
63
|
-
content: "";
|
|
64
|
-
position: absolute;
|
|
65
|
-
width: 10px;
|
|
66
|
-
height: 10px;
|
|
67
|
-
background: white;
|
|
68
|
-
border-radius: 999px;
|
|
69
|
-
border: 3px solid #0d6efd;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.fv-tl-block-card:nth-child(even) > .fv-tl-line-circle {
|
|
73
|
-
text-align: right;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.fv-tl-block-card:nth-child(odd) > .fv-tl-line-circle::before {
|
|
77
|
-
left: -32px;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
.fv-tl-block-card:nth-child(even) > .fv-tl-line-circle::before {
|
|
81
|
-
right: -30px;
|
|
82
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import React, {FC} from 'react';
|
|
2
|
-
import "./FTimeline.css"
|
|
3
|
-
|
|
4
|
-
export interface IFTimeline {
|
|
5
|
-
children?: React.ReactChild | React.ReactNode,
|
|
6
|
-
st?: React.CSSProperties,
|
|
7
|
-
id?: string,
|
|
8
|
-
className?: string
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
const FTimeline: FC<IFTimeline> = ({
|
|
12
|
-
children,
|
|
13
|
-
st,
|
|
14
|
-
id,
|
|
15
|
-
className
|
|
16
|
-
}) => {
|
|
17
|
-
|
|
18
|
-
return (
|
|
19
|
-
<React.Fragment>
|
|
20
|
-
<div className={`fv-timeline ${className !== undefined ? className : ''}`} style={st} id={id}>
|
|
21
|
-
{children}
|
|
22
|
-
</div>
|
|
23
|
-
</React.Fragment>
|
|
24
|
-
|
|
25
|
-
);
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
export default FTimeline;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./FTimeline";
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import React, {FC} from 'react';
|
|
2
|
-
import {FPaper} from "../../index";
|
|
3
|
-
|
|
4
|
-
export interface IFTimelineCard {
|
|
5
|
-
children?: React.ReactChild | React.ReactNode,
|
|
6
|
-
st?: React.CSSProperties,
|
|
7
|
-
title?: string,
|
|
8
|
-
id?: string,
|
|
9
|
-
className?: string
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
const FTimelineCard: FC<IFTimelineCard> = ({
|
|
13
|
-
children,
|
|
14
|
-
st,
|
|
15
|
-
title,
|
|
16
|
-
id,
|
|
17
|
-
className
|
|
18
|
-
}) => {
|
|
19
|
-
return (
|
|
20
|
-
<React.Fragment>
|
|
21
|
-
<div className={`fv-tl-block-card ${className !== undefined ? className : ''}`} id={id}>
|
|
22
|
-
<div className={'fv-tl-line-circle'}/>
|
|
23
|
-
<FPaper label={title} st={st} className={'fv-tl-card'}>
|
|
24
|
-
{children}
|
|
25
|
-
</FPaper>
|
|
26
|
-
</div>
|
|
27
|
-
</React.Fragment>
|
|
28
|
-
);
|
|
29
|
-
};
|
|
30
|
-
|
|
31
|
-
export default FTimelineCard;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./FTimelineCard";
|
|
File without changes
|
|
@@ -1,121 +0,0 @@
|
|
|
1
|
-
import React, {FC} from "react";
|
|
2
|
-
import "./FSelect.css"
|
|
3
|
-
import {FStack} from "../../index";
|
|
4
|
-
import FLoadIcon from "../../../icons/FLoadIcon";
|
|
5
|
-
|
|
6
|
-
export interface IFSelect {
|
|
7
|
-
label?: string
|
|
8
|
-
st?: React.CSSProperties
|
|
9
|
-
onChange?: React.ChangeEventHandler<HTMLSelectElement> | undefined
|
|
10
|
-
children?: React.ReactChild | React.ReactNode
|
|
11
|
-
value?: string | number | readonly string[] | undefined
|
|
12
|
-
multiple?: boolean | undefined
|
|
13
|
-
size?: number | undefined
|
|
14
|
-
fullWidth?: boolean
|
|
15
|
-
disabled?: boolean
|
|
16
|
-
defaultValue?: string | number | readonly string[] | undefined,
|
|
17
|
-
id?: string,
|
|
18
|
-
className?: string,
|
|
19
|
-
load?: boolean,
|
|
20
|
-
errText?: string[],
|
|
21
|
-
helpText?: string,
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
const FSelect: FC<IFSelect> = ({
|
|
25
|
-
label,
|
|
26
|
-
st,
|
|
27
|
-
onChange,
|
|
28
|
-
children,
|
|
29
|
-
value,
|
|
30
|
-
multiple,
|
|
31
|
-
size,
|
|
32
|
-
fullWidth,
|
|
33
|
-
disabled,
|
|
34
|
-
defaultValue,
|
|
35
|
-
id,
|
|
36
|
-
className,
|
|
37
|
-
load = false,
|
|
38
|
-
errText,
|
|
39
|
-
helpText,
|
|
40
|
-
}) => {
|
|
41
|
-
|
|
42
|
-
return (
|
|
43
|
-
<React.Fragment>
|
|
44
|
-
<div
|
|
45
|
-
className={`form-group ${className !== undefined ? className : ''}`}
|
|
46
|
-
style={{
|
|
47
|
-
width: fullWidth ? '100%' : 'fit-content',
|
|
48
|
-
whiteSpace: 'nowrap',
|
|
49
|
-
overflow: 'hidden',
|
|
50
|
-
textOverflow: 'ellipsis'
|
|
51
|
-
|
|
52
|
-
}}
|
|
53
|
-
id={id}
|
|
54
|
-
>
|
|
55
|
-
<label
|
|
56
|
-
className="control-label with-offset"
|
|
57
|
-
style={{
|
|
58
|
-
whiteSpace: 'nowrap',
|
|
59
|
-
overflow: 'hidden',
|
|
60
|
-
textOverflow: 'ellipsis'
|
|
61
|
-
}}
|
|
62
|
-
>
|
|
63
|
-
{label}
|
|
64
|
-
</label>
|
|
65
|
-
<div className={`${load ? 'ui left icon input loading' : ''}`}>
|
|
66
|
-
<select
|
|
67
|
-
disabled={disabled || load}
|
|
68
|
-
style={Object.assign({}, st, {borderColor: errText !== undefined && errText.length > 0 ? 'red' : '#C4C4C4'})}
|
|
69
|
-
className="form-control"
|
|
70
|
-
onChange={onChange}
|
|
71
|
-
value={load ? undefined : value}
|
|
72
|
-
multiple={multiple}
|
|
73
|
-
size={size}
|
|
74
|
-
defaultValue={defaultValue}
|
|
75
|
-
>
|
|
76
|
-
{!load &&
|
|
77
|
-
children
|
|
78
|
-
}
|
|
79
|
-
</select>
|
|
80
|
-
{helpText !== undefined &&
|
|
81
|
-
<span
|
|
82
|
-
style={{
|
|
83
|
-
whiteSpace: 'initial',
|
|
84
|
-
color: '#a6a3a3',
|
|
85
|
-
fontSize: '12px'
|
|
86
|
-
}}
|
|
87
|
-
>
|
|
88
|
-
{helpText}
|
|
89
|
-
</span>
|
|
90
|
-
}
|
|
91
|
-
{errText !== undefined && errText.length > 0 &&
|
|
92
|
-
<FStack direction={'column'} st={{paddingLeft: '11px'}}>
|
|
93
|
-
{
|
|
94
|
-
errText?.map((opt, index) => {
|
|
95
|
-
return (
|
|
96
|
-
<span
|
|
97
|
-
key={index}
|
|
98
|
-
style={{
|
|
99
|
-
whiteSpace: 'initial',
|
|
100
|
-
color: 'red'
|
|
101
|
-
}}
|
|
102
|
-
>
|
|
103
|
-
{opt}
|
|
104
|
-
</span>
|
|
105
|
-
)
|
|
106
|
-
})
|
|
107
|
-
}
|
|
108
|
-
</FStack>
|
|
109
|
-
}
|
|
110
|
-
{load &&
|
|
111
|
-
<div className={'input-load'}>
|
|
112
|
-
<FLoadIcon size={10}/>
|
|
113
|
-
</div>
|
|
114
|
-
}
|
|
115
|
-
</div>
|
|
116
|
-
</div>
|
|
117
|
-
</React.Fragment>
|
|
118
|
-
)
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
export default FSelect
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./FSelect";
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import React, {FC} from "react";
|
|
2
|
-
|
|
3
|
-
export interface IFSelectItem {
|
|
4
|
-
st?: React.CSSProperties
|
|
5
|
-
value?: string | number | readonly string[] | undefined
|
|
6
|
-
children?: React.ReactChild | React.ReactNode
|
|
7
|
-
disabled?: boolean
|
|
8
|
-
onClick?: React.MouseEventHandler<HTMLOptionElement> | undefined
|
|
9
|
-
selected?: boolean
|
|
10
|
-
className?: string,
|
|
11
|
-
id?: string
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
const FSelectItem: FC<IFSelectItem> = ({
|
|
15
|
-
st,
|
|
16
|
-
value,
|
|
17
|
-
children,
|
|
18
|
-
onClick,
|
|
19
|
-
disabled,
|
|
20
|
-
className,
|
|
21
|
-
id
|
|
22
|
-
}) => {
|
|
23
|
-
|
|
24
|
-
return (
|
|
25
|
-
<React.Fragment>
|
|
26
|
-
<option
|
|
27
|
-
selected={true}
|
|
28
|
-
disabled={disabled}
|
|
29
|
-
onClick={onClick}
|
|
30
|
-
style={st}
|
|
31
|
-
value={value}
|
|
32
|
-
className={className}
|
|
33
|
-
id={id}
|
|
34
|
-
>
|
|
35
|
-
{children}
|
|
36
|
-
</option>
|
|
37
|
-
</React.Fragment>
|
|
38
|
-
)
|
|
39
|
-
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
export default FSelectItem
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./FSelectItem";
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
.table-responsive .table {
|
|
2
|
-
min-width: 100%;
|
|
3
|
-
margin-bottom: 10px;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.table-bordered.table-bordered-half {
|
|
7
|
-
border-width: 0;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
table, .table {
|
|
11
|
-
font-size: 13px;
|
|
12
|
-
color: #656565;
|
|
13
|
-
border-collapse: collapse;
|
|
14
|
-
border-top-width: 0;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.table-bordered {
|
|
18
|
-
border: 1px solid #C4C4C4;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.table {
|
|
22
|
-
width: 100%;
|
|
23
|
-
max-width: 100%;
|
|
24
|
-
margin-bottom: 20px;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
table {
|
|
28
|
-
background-color: transparent;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
table {
|
|
32
|
-
border-collapse: collapse;
|
|
33
|
-
border-spacing: 0;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
table thead tr {
|
|
37
|
-
border-top: 0;
|
|
38
|
-
}
|
|
39
|
-
table thead tr th {
|
|
40
|
-
border-top: 0;
|
|
41
|
-
}
|
|
42
|
-
table thead tr th:first-child {
|
|
43
|
-
border-left: 0;
|
|
44
|
-
}
|
|
45
|
-
table thead tr th:last-child {
|
|
46
|
-
border-right: 0;
|
|
47
|
-
}
|
|
48
|
-
table tbody tr td:first-child {
|
|
49
|
-
border-left: 0;
|
|
50
|
-
}
|
|
51
|
-
table tbody tr td:last-child {
|
|
52
|
-
border-right: 0;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
table > tbody > tr > th, table > tbody > tr > td, table > tfoot > tr > th, table > tfoot > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
|
|
56
|
-
vertical-align: middle;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
|
|
60
|
-
padding: 12px 20px;
|
|
61
|
-
line-height: 1.42857;
|
|
62
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import React, {FC} from "react";
|
|
2
|
-
import "./FTable.css"
|
|
3
|
-
import {FStack} from "../../index";
|
|
4
|
-
|
|
5
|
-
export interface IFTable {
|
|
6
|
-
st?: React.CSSProperties
|
|
7
|
-
children?: React.ReactChild | React.ReactNode
|
|
8
|
-
id?: string
|
|
9
|
-
className?: string
|
|
10
|
-
onClick?: React.MouseEventHandler<HTMLTableElement> | undefined,
|
|
11
|
-
overflowX?: 'visible' | 'hidden' | 'clip' | 'scroll' | 'auto' | undefined
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
const FTable: FC<IFTable> = ({
|
|
16
|
-
st,
|
|
17
|
-
children,
|
|
18
|
-
id,
|
|
19
|
-
className,
|
|
20
|
-
onClick,
|
|
21
|
-
overflowX="auto"
|
|
22
|
-
}) => {
|
|
23
|
-
return (
|
|
24
|
-
<React.Fragment>
|
|
25
|
-
<FStack direction={'row'} spacing={2} st={{overflowX: overflowX}}>
|
|
26
|
-
<table
|
|
27
|
-
className={`table table-bordered table-bordered-half ${className}`}
|
|
28
|
-
style={st}
|
|
29
|
-
id={id}
|
|
30
|
-
onClick={onClick}
|
|
31
|
-
>
|
|
32
|
-
{children}
|
|
33
|
-
</table>
|
|
34
|
-
</FStack>
|
|
35
|
-
</React.Fragment>
|
|
36
|
-
);
|
|
37
|
-
};
|
|
38
|
-
|
|
39
|
-
export default FTable;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./FTable";
|