fui-material 0.2.44 → 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/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- 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/cjs/types/icons/FLoadIcon/FLoadIcon.d.ts +12 -0
- package/dist/cjs/types/icons/FLoadIcon/FLoadIcon.stories.d.ts +16 -0
- package/dist/cjs/types/icons/FLoadIcon/index.d.ts +1 -0
- package/dist/cjs/types/icons/index.d.ts +1 -0
- package/dist/cjs/types/material/Dialog/FDialog/FDialog.d.ts +1 -1
- package/dist/cjs/types/material/FFullDateField/FFullDateField.d.ts +1 -0
- package/dist/cjs/types/material/FSearchBox/FSearchBox.d.ts +1 -0
- package/dist/cjs/types/material/FSelectSearchDb/FSelectSearchDb.d.ts +5 -6
- package/dist/cjs/types/material/FSelectSearchDb/FSelectSearchDb.stories.d.ts +0 -1
- package/dist/cjs/types/material/FSelectSearchDb/FSelectSearchDbLegacy.d.ts +1 -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/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- 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/dist/esm/types/icons/FLoadIcon/FLoadIcon.d.ts +12 -0
- package/dist/esm/types/icons/FLoadIcon/FLoadIcon.stories.d.ts +16 -0
- package/dist/esm/types/icons/FLoadIcon/index.d.ts +1 -0
- package/dist/esm/types/icons/index.d.ts +1 -0
- package/dist/esm/types/material/Dialog/FDialog/FDialog.d.ts +1 -1
- package/dist/esm/types/material/FFullDateField/FFullDateField.d.ts +1 -0
- package/dist/esm/types/material/FSearchBox/FSearchBox.d.ts +1 -0
- package/dist/esm/types/material/FSelectSearchDb/FSelectSearchDb.d.ts +5 -6
- package/dist/esm/types/material/FSelectSearchDb/FSelectSearchDb.stories.d.ts +0 -1
- package/dist/esm/types/material/FSelectSearchDb/FSelectSearchDbLegacy.d.ts +1 -0
- package/dist/index.d.ts +17 -8
- package/package.json +4 -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";
|