fui-material 0.2.45 → 0.2.46
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/cjs/icons/FArrowIcon/FArrowIcon.d.ts +13 -0
- package/dist/cjs/icons/FArrowIcon/FArrowIcon.stories.d.ts +12 -0
- package/dist/cjs/icons/FArrowIcon/index.d.ts +1 -0
- package/dist/cjs/icons/FCheckIcon/FCheckIcon.d.ts +12 -0
- package/dist/cjs/icons/FCheckIcon/FCheckIcon.stories.d.ts +11 -0
- package/dist/cjs/icons/FCheckIcon/index.d.ts +1 -0
- package/dist/cjs/icons/FCloseIcon/FCloseIcon.d.ts +10 -0
- package/dist/cjs/icons/FCloseIcon/FCloseIcon.stories.d.ts +10 -0
- package/dist/cjs/icons/FCloseIcon/index.d.ts +1 -0
- package/dist/cjs/icons/FCopyAddIcon/FCopyAdd.d.ts +12 -0
- package/dist/cjs/icons/FCopyAddIcon/FCopyAdd.stories.d.ts +11 -0
- package/dist/cjs/icons/FCopyAddIcon/index.d.ts +1 -0
- package/dist/cjs/icons/FDownloadIcon/FDownloadIcon.d.ts +11 -0
- package/dist/cjs/icons/FDownloadIcon/FDownloadIcon.stories.d.ts +11 -0
- package/dist/cjs/icons/FDownloadIcon/index.d.ts +1 -0
- package/dist/cjs/icons/FFilterIcon/FFilterIcon.d.ts +11 -0
- package/dist/cjs/icons/FFilterIcon/FTrashIcon.stories.d.ts +16 -0
- package/dist/cjs/icons/FFilterIcon/index.d.ts +1 -0
- package/dist/cjs/icons/FListIcon/FListIcon.d.ts +12 -0
- package/dist/cjs/icons/FListIcon/FListIcon.stories.d.ts +11 -0
- package/dist/cjs/icons/FListIcon/index.d.ts +1 -0
- package/dist/cjs/icons/FLoadIcon/FLoadIcon.d.ts +12 -0
- package/dist/cjs/icons/FLoadIcon/FLoadIcon.stories.d.ts +16 -0
- package/dist/cjs/icons/FLoadIcon/index.d.ts +1 -0
- package/dist/cjs/icons/FPenIcon/FPenIcon.d.ts +12 -0
- package/dist/cjs/icons/FPenIcon/FPenIcon.stories.d.ts +11 -0
- package/dist/cjs/icons/FPenIcon/index.d.ts +1 -0
- package/dist/cjs/icons/FPlusIcon/FPlusIcon.d.ts +12 -0
- package/dist/cjs/icons/FPlusIcon/FPlusIcon.stories.d.ts +11 -0
- package/dist/cjs/icons/FPlusIcon/index.d.ts +1 -0
- package/dist/cjs/icons/FTrashIcon/FTrashIcon.d.ts +12 -0
- package/dist/cjs/icons/FTrashIcon/FTrashIcon.stories.d.ts +16 -0
- package/dist/cjs/icons/FTrashIcon/index.d.ts +1 -0
- package/dist/cjs/icons/FUnlinkIcon/FUnlinkIcon.d.ts +12 -0
- package/dist/cjs/icons/FUnlinkIcon/FUnlinkIcon.stories.d.ts +11 -0
- package/dist/cjs/icons/FUnlinkIcon/index.d.ts +1 -0
- package/dist/cjs/icons/index.d.ts +12 -0
- package/dist/cjs/index.d.ts +2 -0
- package/dist/cjs/material/Dialog/FDialog/FDialog.d.ts +14 -0
- package/dist/cjs/material/Dialog/FDialog/index.d.ts +1 -0
- package/dist/cjs/material/Dialog/FDialog.stories.d.ts +10 -0
- package/dist/cjs/material/Dialog/FDialogBody/FDialogBody.d.ts +8 -0
- package/dist/cjs/material/Dialog/FDialogBody/index.d.ts +1 -0
- package/dist/cjs/material/Dialog/FDialogFooter/FDialogFooter.d.ts +6 -0
- package/dist/cjs/material/Dialog/FDialogFooter/index.d.ts +1 -0
- package/dist/cjs/material/Dialog/FDialogHeader/FDialogHeader.d.ts +7 -0
- package/dist/cjs/material/Dialog/FDialogHeader/index.d.ts +1 -0
- package/dist/cjs/material/Dropdown/FDropdown/FDropdown.d.ts +15 -0
- package/dist/cjs/material/Dropdown/FDropdown/FDropdown.stories.d.ts +10 -0
- package/dist/cjs/material/Dropdown/FDropdown/index.d.ts +1 -0
- package/dist/cjs/material/Dropdown/FDropdownItem/FDropdownItem.d.ts +11 -0
- package/dist/cjs/material/Dropdown/FDropdownItem/FDropdownItem.stories.d.ts +10 -0
- package/dist/cjs/material/Dropdown/FDropdownItem/index.d.ts +1 -0
- package/dist/cjs/material/FAccordion/FAccordion.d.ts +13 -0
- package/dist/cjs/material/FAccordion/FAccordion.stories.d.ts +10 -0
- package/dist/cjs/material/FAccordion/index.d.ts +1 -0
- package/dist/cjs/material/FAlert/FAlert.d.ts +17 -0
- package/dist/cjs/material/FAlert/FAlert.stories.d.ts +25 -0
- package/dist/cjs/material/FAlert/index.d.ts +1 -0
- package/dist/cjs/material/FButton/FButton.d.ts +18 -0
- package/dist/cjs/material/FButton/FButton.stories.d.ts +17 -0
- package/dist/cjs/material/FButton/FButton.test.d.ts +1 -0
- package/dist/cjs/material/FButton/index.d.ts +1 -0
- package/dist/cjs/material/FButtonFile/FButtonFile.d.ts +21 -0
- package/dist/cjs/material/FButtonFile/FButtonFile.stories.d.ts +17 -0
- package/dist/cjs/material/FButtonFile/index.d.ts +1 -0
- package/dist/cjs/material/FCheckbox/FCheckbox.d.ts +14 -0
- package/dist/cjs/material/FCheckbox/FCheckbox.stories.d.ts +10 -0
- package/dist/cjs/material/FCheckbox/index.d.ts +1 -0
- package/dist/cjs/material/FContainer/FContainer.d.ts +11 -0
- package/dist/cjs/material/FContainer/FContainer.stories.d.ts +16 -0
- package/dist/cjs/material/FContainer/index.d.ts +1 -0
- package/dist/cjs/material/FFile/FFile.d.ts +10 -0
- package/dist/cjs/material/FFile/FFile.stories.d.ts +10 -0
- package/dist/cjs/material/FFile/index.d.ts +1 -0
- package/dist/cjs/material/FFullDateField/FFullDateField.d.ts +24 -0
- package/dist/cjs/material/FFullDateField/FFullDateField.stories.d.ts +16 -0
- package/dist/cjs/material/FFullDateField/index.d.ts +1 -0
- package/dist/cjs/material/FGrid/FGrid.d.ts +17 -0
- package/dist/cjs/material/FGrid/FGrid.stories.d.ts +12 -0
- package/dist/cjs/material/FGrid/index.d.ts +1 -0
- package/dist/cjs/material/FInputFileForm/FInputFileForm.d.ts +20 -0
- package/dist/cjs/material/FInputFileForm/FInputFileForm.stories.d.ts +10 -0
- package/dist/cjs/material/FInputFileForm/index.d.ts +1 -0
- package/dist/cjs/material/FNative/FNative.d.ts +19 -0
- package/dist/cjs/material/FNative/FNative.stories.d.ts +17 -0
- package/dist/cjs/material/FNative/index.d.ts +1 -0
- package/dist/cjs/material/FOpenImgFull/FOpenImgFull.d.ts +14 -0
- package/dist/cjs/material/FOpenImgFull/FOpenImgFull.stories.d.ts +10 -0
- package/dist/cjs/material/FOpenImgFull/index.d.ts +1 -0
- package/dist/cjs/material/FPagination/FPagination.d.ts +14 -0
- package/dist/cjs/material/FPagination/FPagination.stories.d.ts +11 -0
- package/dist/cjs/material/FPagination/hooks/usePagination.d.ts +9 -0
- package/dist/cjs/material/FPagination/index.d.ts +1 -0
- package/dist/cjs/material/FPaper/FPaper.d.ts +18 -0
- package/dist/cjs/material/FPaper/FPaper.stories.d.ts +12 -0
- package/dist/cjs/material/FPaper/index.d.ts +1 -0
- package/dist/cjs/material/FPreloader/FPreloader.d.ts +10 -0
- package/dist/cjs/material/FPreloader/FPreloader.stories.d.ts +10 -0
- package/dist/cjs/material/FPreloader/index.d.ts +1 -0
- package/dist/cjs/material/FProgress/FProgress.d.ts +8 -0
- package/dist/cjs/material/FProgress/FProgress.stories.d.ts +10 -0
- package/dist/cjs/material/FProgress/index.d.ts +1 -0
- package/dist/cjs/material/FRadioButton/FRadioButton.d.ts +13 -0
- package/dist/cjs/material/FRadioButton/FRadioButton.stories.d.ts +9 -0
- package/dist/cjs/material/FRadioButton/index.d.ts +1 -0
- package/dist/cjs/material/FSearchBox/FSearchBox.d.ts +32 -0
- package/dist/cjs/material/FSearchBox/FSearchBox.stories.d.ts +26 -0
- package/dist/cjs/material/FSearchBox/index.d.ts +1 -0
- package/dist/cjs/material/FSelectSearchDb/FSelectSearchDb.d.ts +21 -0
- package/dist/cjs/material/FSelectSearchDb/FSelectSearchDb.stories.d.ts +15 -0
- package/dist/cjs/material/FSelectSearchDb/FSelectSearchDbLegacy.d.ts +1 -0
- package/dist/cjs/material/FSelectSearchDb/index.d.ts +1 -0
- package/dist/cjs/material/FStack/FStack.d.ts +14 -0
- package/dist/cjs/material/FStack/FStack.stories.d.ts +16 -0
- package/dist/cjs/material/FStack/index.d.ts +1 -0
- package/dist/cjs/material/FTextArea/FTextArea.d.ts +23 -0
- package/dist/cjs/material/FTextArea/FTextArea.stories.d.ts +16 -0
- package/dist/cjs/material/FTextArea/index.d.ts +1 -0
- package/dist/cjs/material/FTextField/FTextField.d.ts +26 -0
- package/dist/cjs/material/FTextField/FTextField.stories.d.ts +23 -0
- package/dist/cjs/material/FTextField/index.d.ts +1 -0
- package/dist/cjs/material/FTimelineComponents/FTimeline/FTimeline.d.ts +10 -0
- package/dist/cjs/material/FTimelineComponents/FTimeline/index.d.ts +1 -0
- package/dist/cjs/material/FTimelineComponents/FTimeline.stories.d.ts +10 -0
- package/dist/cjs/material/FTimelineComponents/FTimelineCard/FTimelineCard.d.ts +10 -0
- package/dist/cjs/material/FTimelineComponents/FTimelineCard/index.d.ts +1 -0
- package/dist/cjs/material/SelectComponents/FSelect/FSelect.d.ts +21 -0
- package/dist/cjs/material/SelectComponents/FSelect/index.d.ts +1 -0
- package/dist/cjs/material/SelectComponents/FSelect.stories.d.ts +21 -0
- package/dist/cjs/material/SelectComponents/FSelectItem/FSelectItem.d.ts +13 -0
- package/dist/cjs/material/SelectComponents/FSelectItem/index.d.ts +1 -0
- package/dist/cjs/material/TableComponents/FTable/FTable.d.ts +12 -0
- package/dist/cjs/material/TableComponents/FTable/index.d.ts +1 -0
- package/dist/cjs/material/TableComponents/FTable.stories.d.ts +21 -0
- package/dist/cjs/material/TableComponents/FTableBody/FTableBody.d.ts +10 -0
- package/dist/cjs/material/TableComponents/FTableBody/index.d.ts +1 -0
- package/dist/cjs/material/TableComponents/FTableDataCell/FTableDataCell.d.ts +14 -0
- package/dist/cjs/material/TableComponents/FTableDataCell/index.d.ts +1 -0
- package/dist/cjs/material/TableComponents/FTableFooter/FTableFooter.d.ts +10 -0
- package/dist/cjs/material/TableComponents/FTableFooter/index.d.ts +1 -0
- package/dist/cjs/material/TableComponents/FTableHead/FTableHead.d.ts +10 -0
- package/dist/cjs/material/TableComponents/FTableHead/index.d.ts +1 -0
- package/dist/cjs/material/TableComponents/FTableHeaderCell/FTableHeaderCell.d.ts +12 -0
- package/dist/cjs/material/TableComponents/FTableHeaderCell/index.d.ts +1 -0
- package/dist/cjs/material/TableComponents/FTableRow/FTableRow.d.ts +10 -0
- package/dist/cjs/material/TableComponents/FTableRow/index.d.ts +1 -0
- package/dist/cjs/material/Tabs/FTab/FTab.d.ts +13 -0
- package/dist/cjs/material/Tabs/FTab/index.d.ts +1 -0
- package/dist/cjs/material/Tabs/FTabs/FTabs.d.ts +10 -0
- package/dist/cjs/material/Tabs/FTabs/index.d.ts +1 -0
- package/dist/cjs/material/Tabs/FTabs.stories.d.ts +10 -0
- package/dist/cjs/material/index.d.ts +41 -0
- package/dist/cjs/stories/Button.d.ts +28 -0
- package/dist/cjs/stories/Header.d.ts +12 -0
- package/dist/cjs/stories/Page.d.ts +3 -0
- package/dist/cjs/stories/Page.stories.d.ts +13 -0
- package/dist/esm/icons/FArrowIcon/FArrowIcon.d.ts +13 -0
- package/dist/esm/icons/FArrowIcon/FArrowIcon.stories.d.ts +12 -0
- package/dist/esm/icons/FArrowIcon/index.d.ts +1 -0
- package/dist/esm/icons/FCheckIcon/FCheckIcon.d.ts +12 -0
- package/dist/esm/icons/FCheckIcon/FCheckIcon.stories.d.ts +11 -0
- package/dist/esm/icons/FCheckIcon/index.d.ts +1 -0
- package/dist/esm/icons/FCloseIcon/FCloseIcon.d.ts +10 -0
- package/dist/esm/icons/FCloseIcon/FCloseIcon.stories.d.ts +10 -0
- package/dist/esm/icons/FCloseIcon/index.d.ts +1 -0
- package/dist/esm/icons/FCopyAddIcon/FCopyAdd.d.ts +12 -0
- package/dist/esm/icons/FCopyAddIcon/FCopyAdd.stories.d.ts +11 -0
- package/dist/esm/icons/FCopyAddIcon/index.d.ts +1 -0
- package/dist/esm/icons/FDownloadIcon/FDownloadIcon.d.ts +11 -0
- package/dist/esm/icons/FDownloadIcon/FDownloadIcon.stories.d.ts +11 -0
- package/dist/esm/icons/FDownloadIcon/index.d.ts +1 -0
- package/dist/esm/icons/FFilterIcon/FFilterIcon.d.ts +11 -0
- package/dist/esm/icons/FFilterIcon/FTrashIcon.stories.d.ts +16 -0
- package/dist/esm/icons/FFilterIcon/index.d.ts +1 -0
- package/dist/esm/icons/FListIcon/FListIcon.d.ts +12 -0
- package/dist/esm/icons/FListIcon/FListIcon.stories.d.ts +11 -0
- package/dist/esm/icons/FListIcon/index.d.ts +1 -0
- package/dist/esm/icons/FLoadIcon/FLoadIcon.d.ts +12 -0
- package/dist/esm/icons/FLoadIcon/FLoadIcon.stories.d.ts +16 -0
- package/dist/esm/icons/FLoadIcon/index.d.ts +1 -0
- package/dist/esm/icons/FPenIcon/FPenIcon.d.ts +12 -0
- package/dist/esm/icons/FPenIcon/FPenIcon.stories.d.ts +11 -0
- package/dist/esm/icons/FPenIcon/index.d.ts +1 -0
- package/dist/esm/icons/FPlusIcon/FPlusIcon.d.ts +12 -0
- package/dist/esm/icons/FPlusIcon/FPlusIcon.stories.d.ts +11 -0
- package/dist/esm/icons/FPlusIcon/index.d.ts +1 -0
- package/dist/esm/icons/FTrashIcon/FTrashIcon.d.ts +12 -0
- package/dist/esm/icons/FTrashIcon/FTrashIcon.stories.d.ts +16 -0
- package/dist/esm/icons/FTrashIcon/index.d.ts +1 -0
- package/dist/esm/icons/FUnlinkIcon/FUnlinkIcon.d.ts +12 -0
- package/dist/esm/icons/FUnlinkIcon/FUnlinkIcon.stories.d.ts +11 -0
- package/dist/esm/icons/FUnlinkIcon/index.d.ts +1 -0
- package/dist/esm/icons/index.d.ts +12 -0
- package/dist/esm/index.d.ts +2 -0
- package/dist/esm/material/Dialog/FDialog/FDialog.d.ts +14 -0
- package/dist/esm/material/Dialog/FDialog/index.d.ts +1 -0
- package/dist/esm/material/Dialog/FDialog.stories.d.ts +10 -0
- package/dist/esm/material/Dialog/FDialogBody/FDialogBody.d.ts +8 -0
- package/dist/esm/material/Dialog/FDialogBody/index.d.ts +1 -0
- package/dist/esm/material/Dialog/FDialogFooter/FDialogFooter.d.ts +6 -0
- package/dist/esm/material/Dialog/FDialogFooter/index.d.ts +1 -0
- package/dist/esm/material/Dialog/FDialogHeader/FDialogHeader.d.ts +7 -0
- package/dist/esm/material/Dialog/FDialogHeader/index.d.ts +1 -0
- package/dist/esm/material/Dropdown/FDropdown/FDropdown.d.ts +15 -0
- package/dist/esm/material/Dropdown/FDropdown/FDropdown.stories.d.ts +10 -0
- package/dist/esm/material/Dropdown/FDropdown/index.d.ts +1 -0
- package/dist/esm/material/Dropdown/FDropdownItem/FDropdownItem.d.ts +11 -0
- package/dist/esm/material/Dropdown/FDropdownItem/FDropdownItem.stories.d.ts +10 -0
- package/dist/esm/material/Dropdown/FDropdownItem/index.d.ts +1 -0
- package/dist/esm/material/FAccordion/FAccordion.d.ts +13 -0
- package/dist/esm/material/FAccordion/FAccordion.stories.d.ts +10 -0
- package/dist/esm/material/FAccordion/index.d.ts +1 -0
- package/dist/esm/material/FAlert/FAlert.d.ts +17 -0
- package/dist/esm/material/FAlert/FAlert.stories.d.ts +25 -0
- package/dist/esm/material/FAlert/index.d.ts +1 -0
- package/dist/esm/material/FButton/FButton.d.ts +18 -0
- package/dist/esm/material/FButton/FButton.stories.d.ts +17 -0
- package/dist/esm/material/FButton/FButton.test.d.ts +1 -0
- package/dist/esm/material/FButton/index.d.ts +1 -0
- package/dist/esm/material/FButtonFile/FButtonFile.d.ts +21 -0
- package/dist/esm/material/FButtonFile/FButtonFile.stories.d.ts +17 -0
- package/dist/esm/material/FButtonFile/index.d.ts +1 -0
- package/dist/esm/material/FCheckbox/FCheckbox.d.ts +14 -0
- package/dist/esm/material/FCheckbox/FCheckbox.stories.d.ts +10 -0
- package/dist/esm/material/FCheckbox/index.d.ts +1 -0
- package/dist/esm/material/FContainer/FContainer.d.ts +11 -0
- package/dist/esm/material/FContainer/FContainer.stories.d.ts +16 -0
- package/dist/esm/material/FContainer/index.d.ts +1 -0
- package/dist/esm/material/FFile/FFile.d.ts +10 -0
- package/dist/esm/material/FFile/FFile.stories.d.ts +10 -0
- package/dist/esm/material/FFile/index.d.ts +1 -0
- package/dist/esm/material/FFullDateField/FFullDateField.d.ts +24 -0
- package/dist/esm/material/FFullDateField/FFullDateField.stories.d.ts +16 -0
- package/dist/esm/material/FFullDateField/index.d.ts +1 -0
- package/dist/esm/material/FGrid/FGrid.d.ts +17 -0
- package/dist/esm/material/FGrid/FGrid.stories.d.ts +12 -0
- package/dist/esm/material/FGrid/index.d.ts +1 -0
- package/dist/esm/material/FInputFileForm/FInputFileForm.d.ts +20 -0
- package/dist/esm/material/FInputFileForm/FInputFileForm.stories.d.ts +10 -0
- package/dist/esm/material/FInputFileForm/index.d.ts +1 -0
- package/dist/esm/material/FNative/FNative.d.ts +19 -0
- package/dist/esm/material/FNative/FNative.stories.d.ts +17 -0
- package/dist/esm/material/FNative/index.d.ts +1 -0
- package/dist/esm/material/FOpenImgFull/FOpenImgFull.d.ts +14 -0
- package/dist/esm/material/FOpenImgFull/FOpenImgFull.stories.d.ts +10 -0
- package/dist/esm/material/FOpenImgFull/index.d.ts +1 -0
- package/dist/esm/material/FPagination/FPagination.d.ts +14 -0
- package/dist/esm/material/FPagination/FPagination.stories.d.ts +11 -0
- package/dist/esm/material/FPagination/hooks/usePagination.d.ts +9 -0
- package/dist/esm/material/FPagination/index.d.ts +1 -0
- package/dist/esm/material/FPaper/FPaper.d.ts +18 -0
- package/dist/esm/material/FPaper/FPaper.stories.d.ts +12 -0
- package/dist/esm/material/FPaper/index.d.ts +1 -0
- package/dist/esm/material/FPreloader/FPreloader.d.ts +10 -0
- package/dist/esm/material/FPreloader/FPreloader.stories.d.ts +10 -0
- package/dist/esm/material/FPreloader/index.d.ts +1 -0
- package/dist/esm/material/FProgress/FProgress.d.ts +8 -0
- package/dist/esm/material/FProgress/FProgress.stories.d.ts +10 -0
- package/dist/esm/material/FProgress/index.d.ts +1 -0
- package/dist/esm/material/FRadioButton/FRadioButton.d.ts +13 -0
- package/dist/esm/material/FRadioButton/FRadioButton.stories.d.ts +9 -0
- package/dist/esm/material/FRadioButton/index.d.ts +1 -0
- package/dist/esm/material/FSearchBox/FSearchBox.d.ts +32 -0
- package/dist/esm/material/FSearchBox/FSearchBox.stories.d.ts +26 -0
- package/dist/esm/material/FSearchBox/index.d.ts +1 -0
- package/dist/esm/material/FSelectSearchDb/FSelectSearchDb.d.ts +21 -0
- package/dist/esm/material/FSelectSearchDb/FSelectSearchDb.stories.d.ts +15 -0
- package/dist/esm/material/FSelectSearchDb/FSelectSearchDbLegacy.d.ts +1 -0
- package/dist/esm/material/FSelectSearchDb/index.d.ts +1 -0
- package/dist/esm/material/FStack/FStack.d.ts +14 -0
- package/dist/esm/material/FStack/FStack.stories.d.ts +16 -0
- package/dist/esm/material/FStack/index.d.ts +1 -0
- package/dist/esm/material/FTextArea/FTextArea.d.ts +23 -0
- package/dist/esm/material/FTextArea/FTextArea.stories.d.ts +16 -0
- package/dist/esm/material/FTextArea/index.d.ts +1 -0
- package/dist/esm/material/FTextField/FTextField.d.ts +26 -0
- package/dist/esm/material/FTextField/FTextField.stories.d.ts +23 -0
- package/dist/esm/material/FTextField/index.d.ts +1 -0
- package/dist/esm/material/FTimelineComponents/FTimeline/FTimeline.d.ts +10 -0
- package/dist/esm/material/FTimelineComponents/FTimeline/index.d.ts +1 -0
- package/dist/esm/material/FTimelineComponents/FTimeline.stories.d.ts +10 -0
- package/dist/esm/material/FTimelineComponents/FTimelineCard/FTimelineCard.d.ts +10 -0
- package/dist/esm/material/FTimelineComponents/FTimelineCard/index.d.ts +1 -0
- package/dist/esm/material/SelectComponents/FSelect/FSelect.d.ts +21 -0
- package/dist/esm/material/SelectComponents/FSelect/index.d.ts +1 -0
- package/dist/esm/material/SelectComponents/FSelect.stories.d.ts +21 -0
- package/dist/esm/material/SelectComponents/FSelectItem/FSelectItem.d.ts +13 -0
- package/dist/esm/material/SelectComponents/FSelectItem/index.d.ts +1 -0
- package/dist/esm/material/TableComponents/FTable/FTable.d.ts +12 -0
- package/dist/esm/material/TableComponents/FTable/index.d.ts +1 -0
- package/dist/esm/material/TableComponents/FTable.stories.d.ts +21 -0
- package/dist/esm/material/TableComponents/FTableBody/FTableBody.d.ts +10 -0
- package/dist/esm/material/TableComponents/FTableBody/index.d.ts +1 -0
- package/dist/esm/material/TableComponents/FTableDataCell/FTableDataCell.d.ts +14 -0
- package/dist/esm/material/TableComponents/FTableDataCell/index.d.ts +1 -0
- package/dist/esm/material/TableComponents/FTableFooter/FTableFooter.d.ts +10 -0
- package/dist/esm/material/TableComponents/FTableFooter/index.d.ts +1 -0
- package/dist/esm/material/TableComponents/FTableHead/FTableHead.d.ts +10 -0
- package/dist/esm/material/TableComponents/FTableHead/index.d.ts +1 -0
- package/dist/esm/material/TableComponents/FTableHeaderCell/FTableHeaderCell.d.ts +12 -0
- package/dist/esm/material/TableComponents/FTableHeaderCell/index.d.ts +1 -0
- package/dist/esm/material/TableComponents/FTableRow/FTableRow.d.ts +10 -0
- package/dist/esm/material/TableComponents/FTableRow/index.d.ts +1 -0
- package/dist/esm/material/Tabs/FTab/FTab.d.ts +13 -0
- package/dist/esm/material/Tabs/FTab/index.d.ts +1 -0
- package/dist/esm/material/Tabs/FTabs/FTabs.d.ts +10 -0
- package/dist/esm/material/Tabs/FTabs/index.d.ts +1 -0
- package/dist/esm/material/Tabs/FTabs.stories.d.ts +10 -0
- package/dist/esm/material/index.d.ts +41 -0
- package/dist/esm/stories/Button.d.ts +28 -0
- package/dist/esm/stories/Header.d.ts +12 -0
- package/dist/esm/stories/Page.d.ts +3 -0
- package/dist/esm/stories/Page.stories.d.ts +13 -0
- package/package.json +3 -2
|
@@ -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) => import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
export default FArrowIcon;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { StoryFn } from '@storybook/react';
|
|
2
|
+
import 'bootstrap/dist/css/bootstrap.css';
|
|
3
|
+
import { IFArrowIcon } from './FArrowIcon';
|
|
4
|
+
declare const _default: {
|
|
5
|
+
title: string;
|
|
6
|
+
tags: string[];
|
|
7
|
+
component: ({ color, size, st, direction, handleClick, id, className }: IFArrowIcon) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
};
|
|
9
|
+
export default _default;
|
|
10
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, IFArrowIcon>;
|
|
11
|
+
export declare const ColorContained: StoryFn<IFArrowIcon>;
|
|
12
|
+
export declare const Direction: StoryFn<IFArrowIcon>;
|
|
@@ -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) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export default FCheckIcon;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { StoryFn } from '@storybook/react';
|
|
2
|
+
import { IFCheckIcon } from './FCheckIcon';
|
|
3
|
+
import 'bootstrap/dist/css/bootstrap.css';
|
|
4
|
+
declare const _default: {
|
|
5
|
+
title: string;
|
|
6
|
+
tags: string[];
|
|
7
|
+
component: ({ color, size, st, id, className, handleClick }: IFCheckIcon) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
};
|
|
9
|
+
export default _default;
|
|
10
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, IFCheckIcon>;
|
|
11
|
+
export declare const ColorContained: StoryFn<IFCheckIcon>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./FCheckIcon";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React, { FC } from 'react';
|
|
2
|
+
import "./FIcoClose.css";
|
|
3
|
+
export interface IFCloseIcon {
|
|
4
|
+
handleClose?: () => void;
|
|
5
|
+
st?: React.CSSProperties;
|
|
6
|
+
className?: string;
|
|
7
|
+
id?: string;
|
|
8
|
+
}
|
|
9
|
+
declare const FCloseIcon: FC<IFCloseIcon>;
|
|
10
|
+
export default FCloseIcon;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import 'bootstrap/dist/css/bootstrap.css';
|
|
3
|
+
import { IFCloseIcon } from './FCloseIcon';
|
|
4
|
+
declare const _default: {
|
|
5
|
+
title: string;
|
|
6
|
+
tags: string[];
|
|
7
|
+
component: React.FC<IFCloseIcon>;
|
|
8
|
+
};
|
|
9
|
+
export default _default;
|
|
10
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, IFCloseIcon>;
|
|
@@ -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) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export default FCopyAddIcon;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { StoryFn } from '@storybook/react';
|
|
2
|
+
import 'bootstrap/dist/css/bootstrap.css';
|
|
3
|
+
import { IFCopyAddIcon } from './FCopyAdd';
|
|
4
|
+
declare const _default: {
|
|
5
|
+
title: string;
|
|
6
|
+
tags: string[];
|
|
7
|
+
component: ({ color, size, st, id, className, handleClick }: IFCopyAddIcon) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
};
|
|
9
|
+
export default _default;
|
|
10
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, IFCopyAddIcon>;
|
|
11
|
+
export declare const ColorContained: StoryFn<IFCopyAddIcon>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./FCopyAdd";
|
|
@@ -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) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export default FDownloadIcon;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { StoryFn } from '@storybook/react';
|
|
2
|
+
import { IFDownloadIcon } from './FDownloadIcon';
|
|
3
|
+
import 'bootstrap/dist/css/bootstrap.css';
|
|
4
|
+
declare const _default: {
|
|
5
|
+
title: string;
|
|
6
|
+
tags: string[];
|
|
7
|
+
component: ({ color, size, st, id, className, handleClick }: IFDownloadIcon) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
};
|
|
9
|
+
export default _default;
|
|
10
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, IFDownloadIcon>;
|
|
11
|
+
export declare const ColorContained: StoryFn<IFDownloadIcon>;
|
|
@@ -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) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export default FFilterIcon;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { StoryFn } from '@storybook/react';
|
|
2
|
+
import { IFFilterIcon } from './FFilterIcon';
|
|
3
|
+
import 'bootstrap/dist/css/bootstrap.css';
|
|
4
|
+
declare const _default: {
|
|
5
|
+
title: string;
|
|
6
|
+
tags: string[];
|
|
7
|
+
component: ({ color, size, st, id, className, handleClick }: IFFilterIcon) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
argTypes: {
|
|
9
|
+
spacing: {
|
|
10
|
+
defaultValue: number;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
export default _default;
|
|
15
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, IFFilterIcon>;
|
|
16
|
+
export declare const ColorContained: StoryFn<IFFilterIcon>;
|
|
@@ -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) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export default FListIcon;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { StoryFn } from '@storybook/react';
|
|
2
|
+
import { IFListIcon } from './FListIcon';
|
|
3
|
+
import 'bootstrap/dist/css/bootstrap.css';
|
|
4
|
+
declare const _default: {
|
|
5
|
+
title: string;
|
|
6
|
+
tags: string[];
|
|
7
|
+
component: ({ color, size, st, id, className, handleClick }: IFListIcon) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
};
|
|
9
|
+
export default _default;
|
|
10
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, IFListIcon>;
|
|
11
|
+
export declare const ColorContained: StoryFn<IFListIcon>;
|
|
@@ -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) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export default FLoadIcon;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { StoryFn } from '@storybook/react';
|
|
2
|
+
import { IFLoadIcon } from './FLoadIcon';
|
|
3
|
+
import 'bootstrap/dist/css/bootstrap.css';
|
|
4
|
+
declare const _default: {
|
|
5
|
+
title: string;
|
|
6
|
+
tags: string[];
|
|
7
|
+
component: ({ size, st, id, className, color }: IFLoadIcon) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
argTypes: {
|
|
9
|
+
spacing: {
|
|
10
|
+
defaultValue: number;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
export default _default;
|
|
15
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, IFLoadIcon>;
|
|
16
|
+
export declare const ColorContained: StoryFn<IFLoadIcon>;
|
|
@@ -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) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export default FPenIcon;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { StoryFn } from '@storybook/react';
|
|
2
|
+
import { IFPenIcon } from './FPenIcon';
|
|
3
|
+
import 'bootstrap/dist/css/bootstrap.css';
|
|
4
|
+
declare const _default: {
|
|
5
|
+
title: string;
|
|
6
|
+
tags: string[];
|
|
7
|
+
component: ({ color, size, st, id, className, handleClick }: IFPenIcon) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
};
|
|
9
|
+
export default _default;
|
|
10
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, IFPenIcon>;
|
|
11
|
+
export declare const ColorContained: StoryFn<IFPenIcon>;
|
|
@@ -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) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export default FPlusIcon;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { StoryFn } from '@storybook/react';
|
|
2
|
+
import { IFPlusIcon } from './FPlusIcon';
|
|
3
|
+
import 'bootstrap/dist/css/bootstrap.css';
|
|
4
|
+
declare const _default: {
|
|
5
|
+
title: string;
|
|
6
|
+
tags: string[];
|
|
7
|
+
component: ({ color, size, st, className, id, handleClick }: IFPlusIcon) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
};
|
|
9
|
+
export default _default;
|
|
10
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, IFPlusIcon>;
|
|
11
|
+
export declare const ColorContained: StoryFn<IFPlusIcon>;
|
|
@@ -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) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export default FTrashIcon;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { StoryFn } from '@storybook/react';
|
|
2
|
+
import { IFTrashIcon } from './FTrashIcon';
|
|
3
|
+
import 'bootstrap/dist/css/bootstrap.css';
|
|
4
|
+
declare const _default: {
|
|
5
|
+
title: string;
|
|
6
|
+
tags: string[];
|
|
7
|
+
component: ({ color, size, st, id, className, handleClick, }: IFTrashIcon) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
argTypes: {
|
|
9
|
+
spacing: {
|
|
10
|
+
defaultValue: number;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
export default _default;
|
|
15
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, IFTrashIcon>;
|
|
16
|
+
export declare const ColorContained: StoryFn<IFTrashIcon>;
|
|
@@ -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) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export default FUnlinkIcon;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { StoryFn } from '@storybook/react';
|
|
2
|
+
import { IFUnlinkIcon } from './FUnlinkIcon';
|
|
3
|
+
import 'bootstrap/dist/css/bootstrap.css';
|
|
4
|
+
declare const _default: {
|
|
5
|
+
title: string;
|
|
6
|
+
tags: string[];
|
|
7
|
+
component: ({ color, size, st, id, className, handleClick }: IFUnlinkIcon) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
};
|
|
9
|
+
export default _default;
|
|
10
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, IFUnlinkIcon>;
|
|
11
|
+
export declare const ColorContained: StoryFn<IFUnlinkIcon>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./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,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import 'bootstrap/dist/css/bootstrap.css';
|
|
3
|
+
import { IFDialog } from './FDialog/FDialog';
|
|
4
|
+
declare const _default: {
|
|
5
|
+
title: string;
|
|
6
|
+
tags: string[];
|
|
7
|
+
component: React.FC<IFDialog>;
|
|
8
|
+
};
|
|
9
|
+
export default _default;
|
|
10
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, IFDialog>;
|
|
@@ -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,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import 'bootstrap/dist/css/bootstrap.css';
|
|
3
|
+
import { IFDropdown } from './FDropdown';
|
|
4
|
+
declare const _default: {
|
|
5
|
+
title: string;
|
|
6
|
+
tags: string[];
|
|
7
|
+
component: React.FC<IFDropdown>;
|
|
8
|
+
};
|
|
9
|
+
export default _default;
|
|
10
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, IFDropdown>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./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,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import 'bootstrap/dist/css/bootstrap.css';
|
|
3
|
+
import { IFDropdownItem } from './FDropdownItem';
|
|
4
|
+
declare const _default: {
|
|
5
|
+
title: string;
|
|
6
|
+
tags: string[];
|
|
7
|
+
component: React.FC<IFDropdownItem>;
|
|
8
|
+
};
|
|
9
|
+
export default _default;
|
|
10
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, IFDropdownItem>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./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,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import 'bootstrap/dist/css/bootstrap.css';
|
|
3
|
+
import { IFAccordion } from './FAccordion';
|
|
4
|
+
declare const _default: {
|
|
5
|
+
title: string;
|
|
6
|
+
tags: string[];
|
|
7
|
+
component: React.FC<IFAccordion>;
|
|
8
|
+
};
|
|
9
|
+
export default _default;
|
|
10
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, IFAccordion>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./FAccordion";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React, { FC } from 'react';
|
|
2
|
+
import "./FAlert.css";
|
|
3
|
+
export interface IFAlert {
|
|
4
|
+
variant: 'info' | 'error';
|
|
5
|
+
onClose?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
6
|
+
title: string;
|
|
7
|
+
body: string;
|
|
8
|
+
st?: React.CSSProperties | undefined;
|
|
9
|
+
open: boolean;
|
|
10
|
+
vertical: 'top' | 'bottom';
|
|
11
|
+
horizontal: 'left' | 'center' | 'right';
|
|
12
|
+
buttonClose: boolean;
|
|
13
|
+
id?: string;
|
|
14
|
+
className?: string;
|
|
15
|
+
}
|
|
16
|
+
declare const FAlert: FC<IFAlert>;
|
|
17
|
+
export default FAlert;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IFAlert } from './FAlert';
|
|
3
|
+
import 'bootstrap/dist/css/bootstrap.css';
|
|
4
|
+
import './FAlert-stories.css';
|
|
5
|
+
declare const _default: {
|
|
6
|
+
title: string;
|
|
7
|
+
tags: string[];
|
|
8
|
+
component: React.FC<IFAlert>;
|
|
9
|
+
argTypes: {
|
|
10
|
+
title: {
|
|
11
|
+
defaultValue: string;
|
|
12
|
+
};
|
|
13
|
+
body: {
|
|
14
|
+
defaultValue: string;
|
|
15
|
+
};
|
|
16
|
+
open: {
|
|
17
|
+
defaultValue: boolean;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
export default _default;
|
|
22
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, IFAlert>;
|
|
23
|
+
export declare const ButtonClose: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, IFAlert>;
|
|
24
|
+
export declare const Variant: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, IFAlert>;
|
|
25
|
+
export declare const Position: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, IFAlert>;
|
|
@@ -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) => import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
export default FButton;
|