@luscii-healthtech/web-ui 0.0.0-alpha.00bf0f6
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/README.md +181 -0
- package/dist/.storybook/constants.d.ts +18 -0
- package/dist/.storybook/decorators.d.ts +31 -0
- package/dist/index.development.js +6041 -0
- package/dist/index.development.js.map +1 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -0
- package/dist/src/components/Accordion/Accordion.d.ts +15 -0
- package/dist/src/components/Accordion/AccordionItem.d.ts +17 -0
- package/dist/src/components/AccordionList/AccordionList.d.ts +51 -0
- package/dist/src/components/AccordionList/subcomponents/AccordionListActions.d.ts +18 -0
- package/dist/src/components/Alerts/AlertWidget.d.ts +20 -0
- package/dist/src/components/AsideLayout/AsideLayout.d.ts +7 -0
- package/dist/src/components/Avatar/Avatar.d.ts +53 -0
- package/dist/src/components/Avatar/AvatarGroup.d.ts +31 -0
- package/dist/src/components/Badge/Badge.d.ts +11 -0
- package/dist/src/components/BaseList/BaseList.d.ts +7 -0
- package/dist/src/components/BaseList/BaseList.types.d.ts +84 -0
- package/dist/src/components/BaseList/BaseListEmptyState.d.ts +7 -0
- package/dist/src/components/BaseList/BaseListHeader.d.ts +4 -0
- package/dist/src/components/BaseList/BaseListIcon.d.ts +5 -0
- package/dist/src/components/BaseList/BaseListItem.d.ts +4 -0
- package/dist/src/components/BaseList/DraggableBaseList/DraggableBaseList.d.ts +4 -0
- package/dist/src/components/BaseList/DraggableBaseList/DraggableBaseListItem.d.ts +3 -0
- package/dist/src/components/BaseList/DraggableBaseList/index.d.ts +2 -0
- package/dist/src/components/BaseList/ListSkeleton/ListItemSkeleton.d.ts +1 -0
- package/dist/src/components/BaseList/ListSkeleton/ListSkeleton.d.ts +7 -0
- package/dist/src/components/BaseList/SortableBaseList/SortableBaseList.d.ts +4 -0
- package/dist/src/components/BaseList/SortableBaseList/SortableBaseListItem.d.ts +3 -0
- package/dist/src/components/BaseList/SortableBaseList/index.d.ts +2 -0
- package/dist/src/components/BaseList/index.d.ts +6 -0
- package/dist/src/components/BaseList/utils.d.ts +10 -0
- package/dist/src/components/Box/Box.d.ts +39 -0
- package/dist/src/components/Breadcrumbs/BreadcrumbItem.d.ts +4 -0
- package/dist/src/components/Breadcrumbs/Breadcrumbs.d.ts +3 -0
- package/dist/src/components/Breadcrumbs/Breadcrumbs.types.d.ts +25 -0
- package/dist/src/components/Breadcrumbs/index.d.ts +2 -0
- package/dist/src/components/ButtonV2/ButtonProps.type.d.ts +104 -0
- package/dist/src/components/ButtonV2/ButtonV2.d.ts +3 -0
- package/dist/src/components/ButtonV2/PrimaryButton.d.ts +3 -0
- package/dist/src/components/ButtonV2/PrimaryIconButton.d.ts +3 -0
- package/dist/src/components/ButtonV2/SecondaryButton.d.ts +3 -0
- package/dist/src/components/ButtonV2/SecondaryIconButton.d.ts +3 -0
- package/dist/src/components/ButtonV2/TertiaryButton.d.ts +3 -0
- package/dist/src/components/ButtonV2/TertiaryIconButton.d.ts +15 -0
- package/dist/src/components/Card/Actions.d.ts +2 -0
- package/dist/src/components/Card/Card.d.ts +67 -0
- package/dist/src/components/Card/Padding.d.ts +6 -0
- package/dist/src/components/Card/Section.d.ts +6 -0
- package/dist/src/components/Card/TopBar.d.ts +10 -0
- package/dist/src/components/Carousel/Carousel.d.ts +30 -0
- package/dist/src/components/CenteredHero/CenteredHero.d.ts +16 -0
- package/dist/src/components/ChatBubble/ChatBubble.d.ts +54 -0
- package/dist/src/components/CheckBoxListModal/CheckboxListModal.d.ts +35 -0
- package/dist/src/components/Checkbox/Checkbox.d.ts +68 -0
- package/dist/src/components/CheckboxList/CheckboxGroup.d.ts +7 -0
- package/dist/src/components/CheckboxList/CheckboxList.d.ts +10 -0
- package/dist/src/components/CheckboxList/CheckboxList.types.d.ts +74 -0
- package/dist/src/components/Chip/Chip.d.ts +9 -0
- package/dist/src/components/Collapse/Collapse.d.ts +25 -0
- package/dist/src/components/ConfirmationDialog/ConfirmationDialog.d.ts +3 -0
- package/dist/src/components/ConfirmationDialog/ConfirmationDialogChoices.d.ts +7 -0
- package/dist/src/components/ConfirmationDialog/ConfirmationDialogMessage.d.ts +4 -0
- package/dist/src/components/ConfirmationDialog/ConfirmationDialogTitle.d.ts +3 -0
- package/dist/src/components/ConfirmationDialog/types/ConfirmationDialog.types.d.ts +52 -0
- package/dist/src/components/Container/FlexColumn.d.ts +7 -0
- package/dist/src/components/Container/FlexContainer.d.ts +9 -0
- package/dist/src/components/Container/FlexRow.d.ts +7 -0
- package/dist/src/components/Container/types/FlexContainerProps.type.d.ts +26 -0
- package/dist/src/components/DatePicker/DatePicker.d.ts +72 -0
- package/dist/src/components/DatePicker/LabeledDatePicker.d.ts +9 -0
- package/dist/src/components/DetailsDisclosure/DetailsDisclosure.d.ts +81 -0
- package/dist/src/components/Divider/Divider.d.ts +36 -0
- package/dist/src/components/DragHandle/DragHandle.d.ts +6 -0
- package/dist/src/components/DragHandle/DragHandle.types.d.ts +5 -0
- package/dist/src/components/DragHandle/index.d.ts +2 -0
- package/dist/src/components/Dropdown/Dropdown.d.ts +61 -0
- package/dist/src/components/Dropzone/Dropzone.d.ts +6 -0
- package/dist/src/components/Dropzone/Dropzone.types.d.ts +33 -0
- package/dist/src/components/Dropzone/index.d.ts +2 -0
- package/dist/src/components/EmptyListMessage/EmptyListMessage.d.ts +13 -0
- package/dist/src/components/FilePreviewModal/FilePreview.d.ts +25 -0
- package/dist/src/components/FileUpload/FileUpload.d.ts +32 -0
- package/dist/src/components/FilterBar/ActiveFilters.d.ts +9 -0
- package/dist/src/components/FilterBar/FilterBar.d.ts +111 -0
- package/dist/src/components/FilterBar/FilterBar.utils.d.ts +32 -0
- package/dist/src/components/FilterBar/FilterBarProps.type.d.ts +135 -0
- package/dist/src/components/FilterBar/FilterMenu.d.ts +10 -0
- package/dist/src/components/FilterBar/FiltersMenus.d.ts +11 -0
- package/dist/src/components/FilterBar/PresetFiltersMenu.d.ts +9 -0
- package/dist/src/components/FilterBar/SortMenu.d.ts +9 -0
- package/dist/src/components/FilterBar/index.d.ts +2 -0
- package/dist/src/components/FlyOutMenu/FlyOutMenu.d.ts +59 -0
- package/dist/src/components/HoverCard/HoverCard.d.ts +40 -0
- package/dist/src/components/HoverCard/index.d.ts +1 -0
- package/dist/src/components/HoverIndicatorControl/HoverIndicatorControl.d.ts +24 -0
- package/dist/src/components/Icon/Icon.d.ts +17 -0
- package/dist/src/components/Icon/index.d.ts +1 -0
- package/dist/src/components/Icons/AbsentIcon.d.ts +3 -0
- package/dist/src/components/Icons/AddNoteIcon.d.ts +3 -0
- package/dist/src/components/Icons/AlarmClockIcon.d.ts +3 -0
- package/dist/src/components/Icons/AmberAlertIcon.d.ts +3 -0
- package/dist/src/components/Icons/ArrowForward.d.ts +3 -0
- package/dist/src/components/Icons/AssignIcon.d.ts +3 -0
- package/dist/src/components/Icons/AssignedIcon.d.ts +3 -0
- package/dist/src/components/Icons/BellIcon.d.ts +3 -0
- package/dist/src/components/Icons/BellIconSlashed.d.ts +3 -0
- package/dist/src/components/Icons/BluetoothIcon.d.ts +3 -0
- package/dist/src/components/Icons/BrushIcon.d.ts +3 -0
- package/dist/src/components/Icons/CakeIcon.d.ts +3 -0
- package/dist/src/components/Icons/CalendarDayIcon.d.ts +3 -0
- package/dist/src/components/Icons/CalendarMonthIcon.d.ts +3 -0
- package/dist/src/components/Icons/CalendarRepeatIcon.d.ts +3 -0
- package/dist/src/components/Icons/ChartBarsIcon.d.ts +3 -0
- package/dist/src/components/Icons/ChartLineAndBarsIcon.d.ts +3 -0
- package/dist/src/components/Icons/ChartLineIcon.d.ts +3 -0
- package/dist/src/components/Icons/ChatBubbleIcon.d.ts +3 -0
- package/dist/src/components/Icons/ChatBubbleWithTextIcon.d.ts +3 -0
- package/dist/src/components/Icons/CheckIcon.d.ts +3 -0
- package/dist/src/components/Icons/ChevronDoubleIcon.d.ts +3 -0
- package/dist/src/components/Icons/ChevronDownIcon.d.ts +3 -0
- package/dist/src/components/Icons/ChevronLeftIcon.d.ts +3 -0
- package/dist/src/components/Icons/ChevronRightIcon.d.ts +3 -0
- package/dist/src/components/Icons/ClockIcon.d.ts +3 -0
- package/dist/src/components/Icons/CogwheelIcon.d.ts +3 -0
- package/dist/src/components/Icons/CompareIcon.d.ts +3 -0
- package/dist/src/components/Icons/CopyToClipboardIcon.d.ts +3 -0
- package/dist/src/components/Icons/CrossIcon.d.ts +3 -0
- package/dist/src/components/Icons/CrossInCircleIcon.d.ts +3 -0
- package/dist/src/components/Icons/CrossInFilledCircleIcon.d.ts +3 -0
- package/dist/src/components/Icons/DatabaseIcon.d.ts +3 -0
- package/dist/src/components/Icons/DownloadIcon.d.ts +3 -0
- package/dist/src/components/Icons/DragIndicatorIcon.d.ts +3 -0
- package/dist/src/components/Icons/EarthIcon.d.ts +3 -0
- package/dist/src/components/Icons/EmailIcon.d.ts +3 -0
- package/dist/src/components/Icons/EmptyIcon.d.ts +3 -0
- package/dist/src/components/Icons/ExclamationMarkIcon.d.ts +3 -0
- package/dist/src/components/Icons/ExportIcon.d.ts +3 -0
- package/dist/src/components/Icons/ExternalLinkIcon.d.ts +3 -0
- package/dist/src/components/Icons/EyeClosedIcon.d.ts +3 -0
- package/dist/src/components/Icons/EyeOpenIcon.d.ts +3 -0
- package/dist/src/components/Icons/FilterIcon.d.ts +3 -0
- package/dist/src/components/Icons/FireIcon.d.ts +3 -0
- package/dist/src/components/Icons/FirstAidKitIcon.d.ts +3 -0
- package/dist/src/components/Icons/FlagIcon.d.ts +3 -0
- package/dist/src/components/Icons/FolderIcon.d.ts +3 -0
- package/dist/src/components/Icons/ForwardIcon.d.ts +3 -0
- package/dist/src/components/Icons/GrayAlertIcon.d.ts +3 -0
- package/dist/src/components/Icons/GroupIcon.d.ts +3 -0
- package/dist/src/components/Icons/GroupOfThreeIcon.d.ts +3 -0
- package/dist/src/components/Icons/HamburgerIcon.d.ts +3 -0
- package/dist/src/components/Icons/HandUp.d.ts +3 -0
- package/dist/src/components/Icons/HandshakeIcon.d.ts +3 -0
- package/dist/src/components/Icons/HeartIcon.d.ts +3 -0
- package/dist/src/components/Icons/HeartMinusIcon.d.ts +3 -0
- package/dist/src/components/Icons/HomeIcon.d.ts +3 -0
- package/dist/src/components/Icons/IdBadgeIcon.d.ts +3 -0
- package/dist/src/components/Icons/ImageIcon.d.ts +3 -0
- package/dist/src/components/Icons/ImageLibraryIcon.d.ts +3 -0
- package/dist/src/components/Icons/InfoIcon.d.ts +3 -0
- package/dist/src/components/Icons/LifebuoyIcon.d.ts +3 -0
- package/dist/src/components/Icons/LightBulbIcon.d.ts +3 -0
- package/dist/src/components/Icons/LinkIcon.d.ts +3 -0
- package/dist/src/components/Icons/ListDescIcon.d.ts +3 -0
- package/dist/src/components/Icons/ListIcon.d.ts +3 -0
- package/dist/src/components/Icons/LockIcon.d.ts +3 -0
- package/dist/src/components/Icons/LogInIcon.d.ts +3 -0
- package/dist/src/components/Icons/LogOutIcon.d.ts +3 -0
- package/dist/src/components/Icons/MessageWithArrowIcon.d.ts +3 -0
- package/dist/src/components/Icons/MoreIcon.d.ts +3 -0
- package/dist/src/components/Icons/MouseIcon.d.ts +3 -0
- package/dist/src/components/Icons/NoteIcon.d.ts +3 -0
- package/dist/src/components/Icons/OpenFolderIcon.d.ts +3 -0
- package/dist/src/components/Icons/PageIcon.d.ts +3 -0
- package/dist/src/components/Icons/PageViewIcon.d.ts +3 -0
- package/dist/src/components/Icons/PaperclipIcon.d.ts +3 -0
- package/dist/src/components/Icons/PatientIcon.d.ts +3 -0
- package/dist/src/components/Icons/PencilIcon.d.ts +3 -0
- package/dist/src/components/Icons/PersonIcon.d.ts +3 -0
- package/dist/src/components/Icons/PhoneIcon.d.ts +3 -0
- package/dist/src/components/Icons/PieChartIcon.d.ts +3 -0
- package/dist/src/components/Icons/PinIcon.d.ts +3 -0
- package/dist/src/components/Icons/PlusIcon.d.ts +3 -0
- package/dist/src/components/Icons/PrinterIcon.d.ts +3 -0
- package/dist/src/components/Icons/RedAlertIcon.d.ts +3 -0
- package/dist/src/components/Icons/RobotIcon.d.ts +3 -0
- package/dist/src/components/Icons/RocketIcon.d.ts +3 -0
- package/dist/src/components/Icons/SearchIcon.d.ts +3 -0
- package/dist/src/components/Icons/SendIcon.d.ts +3 -0
- package/dist/src/components/Icons/ShareIcon.d.ts +3 -0
- package/dist/src/components/Icons/SidebarIcon.d.ts +3 -0
- package/dist/src/components/Icons/SmallArrowDownIcon.d.ts +3 -0
- package/dist/src/components/Icons/SmallArrowUpIcon.d.ts +3 -0
- package/dist/src/components/Icons/SmallCircleIcon.d.ts +3 -0
- package/dist/src/components/Icons/SmallDiamondIcon.d.ts +3 -0
- package/dist/src/components/Icons/SmallSquareIcon.d.ts +3 -0
- package/dist/src/components/Icons/SmallUpsideDownTriangleIcon.d.ts +3 -0
- package/dist/src/components/Icons/StarFilledIcon.d.ts +3 -0
- package/dist/src/components/Icons/StarIcon.d.ts +3 -0
- package/dist/src/components/Icons/StopwatchIcon.d.ts +3 -0
- package/dist/src/components/Icons/SummaryIcon.d.ts +3 -0
- package/dist/src/components/Icons/TadaIcon.d.ts +3 -0
- package/dist/src/components/Icons/ThresholdIcon.d.ts +3 -0
- package/dist/src/components/Icons/TrashBinIcon.d.ts +3 -0
- package/dist/src/components/Icons/TreeIcon.d.ts +3 -0
- package/dist/src/components/Icons/UnassignedIcon.d.ts +3 -0
- package/dist/src/components/Icons/UnpinIcon.d.ts +3 -0
- package/dist/src/components/Icons/UploadIcon.d.ts +3 -0
- package/dist/src/components/Icons/VideoIcon.d.ts +3 -0
- package/dist/src/components/Icons/iconWrapper/iconWrapper.d.ts +4 -0
- package/dist/src/components/Icons/iconWrapper/index.d.ts +1 -0
- package/dist/src/components/Icons/index.d.ts +288 -0
- package/dist/src/components/Icons/special-icons/AmberAlertColoredIcon.d.ts +3 -0
- package/dist/src/components/Icons/special-icons/ChartLineColoredIcon.d.ts +3 -0
- package/dist/src/components/Icons/special-icons/CheckFilledColoredIcon.d.ts +3 -0
- package/dist/src/components/Icons/special-icons/FlagDeColoredIcon.d.ts +3 -0
- package/dist/src/components/Icons/special-icons/FlagFrColoredIcon.d.ts +3 -0
- package/dist/src/components/Icons/special-icons/FlagNlColoredIcon.d.ts +3 -0
- package/dist/src/components/Icons/special-icons/FlagPtColoredIcon.d.ts +3 -0
- package/dist/src/components/Icons/special-icons/FlagUkColoredIcon.d.ts +3 -0
- package/dist/src/components/Icons/special-icons/GearColoredIcon.d.ts +3 -0
- package/dist/src/components/Icons/special-icons/GrayAlertColoredIcon.d.ts +3 -0
- package/dist/src/components/Icons/special-icons/GreenAlertColoredIcon.d.ts +3 -0
- package/dist/src/components/Icons/special-icons/GroupColoredIcon.d.ts +3 -0
- package/dist/src/components/Icons/special-icons/RedAlertColoredIcon.d.ts +3 -0
- package/dist/src/components/Icons/special-icons/StatusActiveColoredIcon.d.ts +3 -0
- package/dist/src/components/Icons/special-icons/StatusAddedColoredIcon.d.ts +3 -0
- package/dist/src/components/Icons/special-icons/StatusBlockedColoredIcon.d.ts +3 -0
- package/dist/src/components/Icons/special-icons/StatusCancelledColoredIcon.d.ts +3 -0
- package/dist/src/components/Icons/special-icons/StatusColoredIcon.d.ts +3 -0
- package/dist/src/components/Icons/special-icons/StatusStoppedColoredIcon.d.ts +3 -0
- package/dist/src/components/Icons/special-icons/index.d.ts +19 -0
- package/dist/src/components/Icons/types/IconProps.type.d.ts +18 -0
- package/dist/src/components/Image/Image.d.ts +17 -0
- package/dist/src/components/InfoField/InfoField.d.ts +28 -0
- package/dist/src/components/Input/Input.d.ts +53 -0
- package/dist/src/components/Input/LabeledInput.d.ts +23 -0
- package/dist/src/components/Input/SearchInput.d.ts +24 -0
- package/dist/src/components/Input/StyledInput.d.ts +12 -0
- package/dist/src/components/Line/Line.d.ts +14 -0
- package/dist/src/components/Link/Link.d.ts +19 -0
- package/dist/src/components/List/List.d.ts +6 -0
- package/dist/src/components/List/List.types.d.ts +30 -0
- package/dist/src/components/List/ListItem.d.ts +4 -0
- package/dist/src/components/List/index.d.ts +5 -0
- package/dist/src/components/LoadingIndicator/LoadingIndicator.d.ts +11 -0
- package/dist/src/components/MediaPicker/ImageCategory.d.ts +14 -0
- package/dist/src/components/MediaPicker/MediaPicker.d.ts +91 -0
- package/dist/src/components/Modal/FullPageModal.d.ts +41 -0
- package/dist/src/components/Modal/FullPageModalHeader.d.ts +13 -0
- package/dist/src/components/Modal/Modal.d.ts +11 -0
- package/dist/src/components/Modal/ModalBase.d.ts +16 -0
- package/dist/src/components/Modal/ModalFooter.d.ts +27 -0
- package/dist/src/components/Modal/ModalHeader.d.ts +6 -0
- package/dist/src/components/Modal/subcomponents/FullPageModalActions.d.ts +18 -0
- package/dist/src/components/ModalDialog/ModalDialog.d.ts +97 -0
- package/dist/src/components/NavMenu/NavLayout.d.ts +35 -0
- package/dist/src/components/NotificationBanner/NotificationBanner.d.ts +35 -0
- package/dist/src/components/Page/CRUDPage.d.ts +4 -0
- package/dist/src/components/Page/CRUDPage.types.d.ts +62 -0
- package/dist/src/components/Page/Page.d.ts +56 -0
- package/dist/src/components/Page/index.d.ts +3 -0
- package/dist/src/components/PageHeader/PageHeader.d.ts +4 -0
- package/dist/src/components/PageHeader/PageHeader.types.d.ts +46 -0
- package/dist/src/components/PageHeader/index.d.ts +2 -0
- package/dist/src/components/PaginationMenu/PaginationMenu.d.ts +2 -0
- package/dist/src/components/PaginationMenu/PaginationMenu.types.d.ts +62 -0
- package/dist/src/components/PaginationMenu/PaginationMenu.utils.d.ts +15 -0
- package/dist/src/components/PaginationMenu/PaginationMenuCursor.d.ts +3 -0
- package/dist/src/components/PaginationMenu/PaginationMenuLarge.d.ts +3 -0
- package/dist/src/components/PaginationMenu/PaginationMenuSmall.d.ts +2 -0
- package/dist/src/components/PreviewPhone/PreviewPhone.d.ts +7 -0
- package/dist/src/components/PreviewPhone/useWindowDimensions.d.ts +4 -0
- package/dist/src/components/Radio/LabeledRadio.d.ts +67 -0
- package/dist/src/components/Radio/LabeledRadioGroup.d.ts +23 -0
- package/dist/src/components/Radio/Radio.d.ts +25 -0
- package/dist/src/components/Radio/RadioV2.d.ts +16 -0
- package/dist/src/components/Radio/StyledRadio.d.ts +5 -0
- package/dist/src/components/RadioGroup/RadioGroup.d.ts +33 -0
- package/dist/src/components/RadioGroup/RadioGroupV2.d.ts +10 -0
- package/dist/src/components/Section/Section.d.ts +29 -0
- package/dist/src/components/Section/SectionItem.d.ts +9 -0
- package/dist/src/components/Section/SectionItemWithContent.d.ts +8 -0
- package/dist/src/components/Section/subcomponents/SectionActions.d.ts +21 -0
- package/dist/src/components/Section/subcomponents/SectionFooter.d.ts +6 -0
- package/dist/src/components/Section/subcomponents/SectionHeader.d.ts +8 -0
- package/dist/src/components/Select/LabeledSelect.d.ts +21 -0
- package/dist/src/components/Select/Select.d.ts +49 -0
- package/dist/src/components/Select/Select.types.d.ts +4 -0
- package/dist/src/components/Select/SelectDropdownIndicator.d.ts +3 -0
- package/dist/src/components/Select/SelectLoadingIndicator.d.ts +3 -0
- package/dist/src/components/Select/StyledSelect.d.ts +10 -0
- package/dist/src/components/SettingsMenuButton/SettingsMenuButton.d.ts +19 -0
- package/dist/src/components/Skeleton/Skeleton.d.ts +9 -0
- package/dist/src/components/Spinner/Spinner.d.ts +6 -0
- package/dist/src/components/Stack/Stack.d.ts +49 -0
- package/dist/src/components/StatusIndicator/StatusIndicator.d.ts +16 -0
- package/dist/src/components/Steps/Step.d.ts +9 -0
- package/dist/src/components/Steps/Steps.d.ts +9 -0
- package/dist/src/components/StyledLists/StyledBaseList.d.ts +33 -0
- package/dist/src/components/StyledLists/StyledOrderedList.d.ts +25 -0
- package/dist/src/components/StyledLists/StyledUnorderedList.d.ts +43 -0
- package/dist/src/components/Switch/Switch.d.ts +23 -0
- package/dist/src/components/Switcher/Switcher.d.ts +26 -0
- package/dist/src/components/Switcher/SwitcherItem.d.ts +24 -0
- package/dist/src/components/Tabbar/Tabbar.d.ts +20 -0
- package/dist/src/components/Tabbar/TabbarItem.d.ts +15 -0
- package/dist/src/components/Table/Table.d.ts +52 -0
- package/dist/src/components/Table/Table.types.d.ts +41 -0
- package/dist/src/components/Table/Table.utils.d.ts +58 -0
- package/dist/src/components/Table/TableBody.d.ts +32 -0
- package/dist/src/components/Table/TableBodyRowDataCell.d.ts +7 -0
- package/dist/src/components/Table/TableFooter.d.ts +7 -0
- package/dist/src/components/Table/TableHeader.d.ts +18 -0
- package/dist/src/components/Tag/Tag.d.ts +31 -0
- package/dist/src/components/Tag/TagGroup.d.ts +23 -0
- package/dist/src/components/Text/Text.d.ts +138 -0
- package/dist/src/components/TextEditor/TextEditor.d.ts +69 -0
- package/dist/src/components/TextLink/TextLink.d.ts +13 -0
- package/dist/src/components/Textarea/Textarea.d.ts +29 -0
- package/dist/src/components/Timeline/Timeline.d.ts +13 -0
- package/dist/src/components/Timeline/TimelineHeader.d.ts +10 -0
- package/dist/src/components/Timeline/TimelineStep.d.ts +10 -0
- package/dist/src/components/TimelineCard/LoadingState.d.ts +1 -0
- package/dist/src/components/TimelineCard/TimelineCard.d.ts +52 -0
- package/dist/src/components/TimelineCardLayout/TimelineCardLayout.d.ts +18 -0
- package/dist/src/components/Title/PageTitle.d.ts +6 -0
- package/dist/src/components/Title/Title.d.ts +41 -0
- package/dist/src/components/Toaster/Toaster.d.ts +3 -0
- package/dist/src/components/Toaster/ToasterPanel.d.ts +15 -0
- package/dist/src/components/Toaster/toast.d.ts +12 -0
- package/dist/src/components/Tooltip/Tooltip.d.ts +40 -0
- package/dist/src/components/Tooltip/index.d.ts +1 -0
- package/dist/src/components/UnorderedList/UnorderedList.d.ts +63 -0
- package/dist/src/components/VerticalMenu/VerticalMenu.d.ts +128 -0
- package/dist/src/components/WeekdaysPicker/WeekdaysPicker.d.ts +42 -0
- package/dist/src/components/forms/shared/HelperAndErrorText.d.ts +13 -0
- package/dist/src/components/forms/shared/LabelText.d.ts +5 -0
- package/dist/src/context/LocaleContext.d.ts +3 -0
- package/dist/src/index.d.ts +126 -0
- package/dist/src/system/Elevation.d.ts +9 -0
- package/dist/src/system/Locale.d.ts +3 -0
- package/dist/src/system/Sizes.d.ts +43 -0
- package/dist/src/types/general.types.d.ts +11 -0
- package/dist/src/utils/radius.utils.d.ts +37 -0
- package/dist/src/utils/responsiveness.utils.d.ts +30 -0
- package/dist/src/utils/shadow.utils.d.ts +21 -0
- package/dist/src/utils/string.utils.d.ts +7 -0
- package/dist/src/utils/useOutsideClick.d.ts +2 -0
- package/dist/stories/Accordion.stories.d.ts +24 -0
- package/dist/stories/AccordionList.stories.d.ts +109 -0
- package/dist/stories/AlertsWidget.stories.d.ts +14 -0
- package/dist/stories/AsideLayout.stories.d.ts +22 -0
- package/dist/stories/Avatar.stories.d.ts +46 -0
- package/dist/stories/Badge.stories.d.ts +21 -0
- package/dist/stories/BaseList.stories.d.ts +16 -0
- package/dist/stories/Box.stories.d.ts +15 -0
- package/dist/stories/Breadcrumbs.stories.d.ts +10 -0
- package/dist/stories/Button.stories.d.ts +11 -0
- package/dist/stories/CRUDPage.stories.d.ts +15 -0
- package/dist/stories/Card.stories.d.ts +43 -0
- package/dist/stories/Carousel.stories.d.ts +44 -0
- package/dist/stories/CenteredHero.stories.d.ts +14 -0
- package/dist/stories/ChatBubble.stories.d.ts +50 -0
- package/dist/stories/CheckBoxListModal.stories.d.ts +137 -0
- package/dist/stories/Checkbox.stories.d.ts +61 -0
- package/dist/stories/CheckboxList.stories.d.ts +23 -0
- package/dist/stories/Chip.stories.d.ts +15 -0
- package/dist/stories/Collapse.stories.d.ts +25 -0
- package/dist/stories/ConfirmationDialog.stories.d.ts +13 -0
- package/dist/stories/DatePicker.stories.d.ts +56 -0
- package/dist/stories/DetailsDisclosure.stories.d.ts +9506 -0
- package/dist/stories/Divider.stories.d.ts +67 -0
- package/dist/stories/DragHandle.stories.d.ts +23 -0
- package/dist/stories/DraggableAccordionList.stories.d.ts +11 -0
- package/dist/stories/DraggableList.stories.d.ts +10 -0
- package/dist/stories/Dropdown.stories.d.ts +13 -0
- package/dist/stories/Dropzone.stories.d.ts +14 -0
- package/dist/stories/EmptyListMessage.stories.d.ts +21 -0
- package/dist/stories/FilePreview.stories.d.ts +29 -0
- package/dist/stories/FileUpload.stories.d.ts +9 -0
- package/dist/stories/FilterBar.stories.d.ts +34 -0
- package/dist/stories/FlexContainer.stories.d.ts +13 -0
- package/dist/stories/FlyOutMenu.stories.d.ts +15 -0
- package/dist/stories/FullPageModal.stories.d.ts +42 -0
- package/dist/stories/HoverCard.stories.d.ts +8 -0
- package/dist/stories/HoverIndicatorControl.stories.d.ts +31 -0
- package/dist/stories/Icon.stories.d.ts +16 -0
- package/dist/stories/InfoField.stories.d.ts +35 -0
- package/dist/stories/Input.stories.d.ts +26 -0
- package/dist/stories/LabeledDatePicker.stories.d.ts +56 -0
- package/dist/stories/LabeledInput.stories.d.ts +44 -0
- package/dist/stories/LabeledRadio.stories.d.ts +33 -0
- package/dist/stories/Line.stories.d.ts +22 -0
- package/dist/stories/Link.stories.d.ts +20 -0
- package/dist/stories/LinkIcon.stories.d.ts +13 -0
- package/dist/stories/List.stories.d.ts +253 -0
- package/dist/stories/LoadingIndicator.stories.d.ts +26 -0
- package/dist/stories/MediaPicker.stories.d.ts +11 -0
- package/dist/stories/Modal.stories.d.ts +119 -0
- package/dist/stories/ModalDialog.stories.d.ts +17572 -0
- package/dist/stories/NavLayout.stories.d.ts +25 -0
- package/dist/stories/NotificationBanner.stories.d.ts +43 -0
- package/dist/stories/Page.stories.d.ts +36 -0
- package/dist/stories/PageHeader.stories.d.ts +23 -0
- package/dist/stories/Pagination.stories.d.ts +18 -0
- package/dist/stories/PreviewPhone.stories.d.ts +17 -0
- package/dist/stories/PrimaryButton.stories.d.ts +18 -0
- package/dist/stories/PrimaryIconButton.stories.d.ts +13 -0
- package/dist/stories/Radio.stories.d.ts +28 -0
- package/dist/stories/RadioGroup.stories.d.ts +30 -0
- package/dist/stories/RadioGroupV2.stories.d.ts +36 -0
- package/dist/stories/RadioV2.stories.d.ts +41 -0
- package/dist/stories/SearchInput.stories.d.ts +14 -0
- package/dist/stories/SecondaryButton.stories.d.ts +15 -0
- package/dist/stories/SecondaryIconButton.stories.d.ts +12 -0
- package/dist/stories/Section.stories.d.ts +68 -0
- package/dist/stories/SectionItem.stories.d.ts +16 -0
- package/dist/stories/SectionItemWithContent.stories.d.ts +16 -0
- package/dist/stories/Select.stories.d.ts +181 -0
- package/dist/stories/SettingsMenuButton.stories.d.ts +98 -0
- package/dist/stories/Skeleton.stories.d.ts +19 -0
- package/dist/stories/SortableList.stories.d.ts +9 -0
- package/dist/stories/Spinner.stories.d.ts +17 -0
- package/dist/stories/Stack.stories.d.ts +21 -0
- package/dist/stories/StatusIndicator.stories.d.ts +19 -0
- package/dist/stories/Step.stories.d.ts +25 -0
- package/dist/stories/Steps.stories.d.ts +14 -0
- package/dist/stories/StyledOrderedList.stories.d.ts +281 -0
- package/dist/stories/StyledUnorderedList.stories.d.ts +285 -0
- package/dist/stories/Switch.stories.d.ts +11 -0
- package/dist/stories/Switcher.stories.d.ts +40 -0
- package/dist/stories/Tabbar.stories.d.ts +8 -0
- package/dist/stories/Table.stories.d.ts +3263 -0
- package/dist/stories/Tag.stories.d.ts +18 -0
- package/dist/stories/TertiaryButton.stories.d.ts +14 -0
- package/dist/stories/TertiaryIconButton.stories.d.ts +20 -0
- package/dist/stories/Text.stories.d.ts +45 -0
- package/dist/stories/TextColors.stories.d.ts +30 -0
- package/dist/stories/TextEditor.stories.d.ts +29 -0
- package/dist/stories/TextLink.stories.d.ts +13 -0
- package/dist/stories/Textarea.stories.d.ts +65 -0
- package/dist/stories/Timeline.stories.d.ts +11 -0
- package/dist/stories/TimelineCard.stories.d.ts +39 -0
- package/dist/stories/TimelineCardLayout.stories.d.ts +40 -0
- package/dist/stories/Title.stories.d.ts +19 -0
- package/dist/stories/Toaster.stories.d.ts +12 -0
- package/dist/stories/Tooltip.stories.d.ts +8 -0
- package/dist/stories/UnorderedList.stories.d.ts +40 -0
- package/dist/stories/VerticalMenu.stories.d.ts +105 -0
- package/dist/stories/WeekdaysPicker.stories.d.ts +40 -0
- package/dist/web-ui-tailwind.css +4611 -0
- package/dist/web-ui.esm.js +2 -0
- package/dist/web-ui.esm.js.map +1 -0
- package/package.json +178 -0
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import { type SettingsMenuButtonProps } from "../src/components/SettingsMenuButton/SettingsMenuButton";
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: <ExtraDataType extends object = Record<string, unknown>>(props: SettingsMenuButtonProps<ExtraDataType>) => import("react").ReactElement;
|
|
5
|
+
argTypes: {
|
|
6
|
+
configuration: {
|
|
7
|
+
chartId: string;
|
|
8
|
+
chartTitle: string;
|
|
9
|
+
visible: boolean;
|
|
10
|
+
}[];
|
|
11
|
+
onConfigurationChange: () => undefined;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
export default _default;
|
|
15
|
+
export declare const DefaultWithNoTitle: {
|
|
16
|
+
render: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, SettingsMenuButtonProps<object>>;
|
|
17
|
+
args: {
|
|
18
|
+
configuration: {
|
|
19
|
+
itemId: string;
|
|
20
|
+
itemName: string;
|
|
21
|
+
on: boolean;
|
|
22
|
+
extra?: Record<string, unknown> | undefined;
|
|
23
|
+
}[];
|
|
24
|
+
onConfigurationChange: (newConfig: {
|
|
25
|
+
itemId: string;
|
|
26
|
+
itemName: string;
|
|
27
|
+
on: boolean;
|
|
28
|
+
extra?: Record<string, unknown> | undefined;
|
|
29
|
+
}) => void;
|
|
30
|
+
shiftMenuTo?: "right" | "right-md" | "left" | "left-md";
|
|
31
|
+
buttonTitle?: string;
|
|
32
|
+
menuTitle?: string;
|
|
33
|
+
iconComponent: import("react").FC<import("../src").IconProps>;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
export declare const DefaultWithTitle: {
|
|
37
|
+
render: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, SettingsMenuButtonProps<object>>;
|
|
38
|
+
args: {
|
|
39
|
+
buttonTitle: string;
|
|
40
|
+
configuration: {
|
|
41
|
+
itemId: string;
|
|
42
|
+
itemName: string;
|
|
43
|
+
on: boolean;
|
|
44
|
+
extra?: Record<string, unknown> | undefined;
|
|
45
|
+
}[];
|
|
46
|
+
onConfigurationChange: (newConfig: {
|
|
47
|
+
itemId: string;
|
|
48
|
+
itemName: string;
|
|
49
|
+
on: boolean;
|
|
50
|
+
extra?: Record<string, unknown> | undefined;
|
|
51
|
+
}) => void;
|
|
52
|
+
shiftMenuTo?: "right" | "right-md" | "left" | "left-md";
|
|
53
|
+
menuTitle?: string;
|
|
54
|
+
iconComponent: import("react").FC<import("../src").IconProps>;
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
export declare const ShiftedLeft: {
|
|
58
|
+
render: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, SettingsMenuButtonProps<object>>;
|
|
59
|
+
args: {
|
|
60
|
+
shiftMenuTo: string;
|
|
61
|
+
configuration: {
|
|
62
|
+
itemId: string;
|
|
63
|
+
itemName: string;
|
|
64
|
+
on: boolean;
|
|
65
|
+
extra?: Record<string, unknown> | undefined;
|
|
66
|
+
}[];
|
|
67
|
+
onConfigurationChange: (newConfig: {
|
|
68
|
+
itemId: string;
|
|
69
|
+
itemName: string;
|
|
70
|
+
on: boolean;
|
|
71
|
+
extra?: Record<string, unknown> | undefined;
|
|
72
|
+
}) => void;
|
|
73
|
+
buttonTitle?: string;
|
|
74
|
+
menuTitle?: string;
|
|
75
|
+
iconComponent: import("react").FC<import("../src").IconProps>;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
78
|
+
export declare const ShiftedRight: {
|
|
79
|
+
render: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, SettingsMenuButtonProps<object>>;
|
|
80
|
+
args: {
|
|
81
|
+
shiftMenuTo: string;
|
|
82
|
+
configuration: {
|
|
83
|
+
itemId: string;
|
|
84
|
+
itemName: string;
|
|
85
|
+
on: boolean;
|
|
86
|
+
extra?: Record<string, unknown> | undefined;
|
|
87
|
+
}[];
|
|
88
|
+
onConfigurationChange: (newConfig: {
|
|
89
|
+
itemId: string;
|
|
90
|
+
itemName: string;
|
|
91
|
+
on: boolean;
|
|
92
|
+
extra?: Record<string, unknown> | undefined;
|
|
93
|
+
}) => void;
|
|
94
|
+
buttonTitle?: string;
|
|
95
|
+
menuTitle?: string;
|
|
96
|
+
iconComponent: import("react").FC<import("../src").IconProps>;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { type StoryObj } from "@storybook/react";
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import("react").FC<{
|
|
5
|
+
width?: number;
|
|
6
|
+
height?: number;
|
|
7
|
+
variant?: "rounded" | "rectangular" | "circular" | "text";
|
|
8
|
+
children?: import("react").ReactNode;
|
|
9
|
+
}>;
|
|
10
|
+
};
|
|
11
|
+
export default meta;
|
|
12
|
+
type Story = StoryObj<typeof meta>;
|
|
13
|
+
export declare const Base: Story;
|
|
14
|
+
export declare const ForText: Story;
|
|
15
|
+
export declare const FixedSizes: Story;
|
|
16
|
+
export declare const Circular: Story;
|
|
17
|
+
export declare const Rounded: Story;
|
|
18
|
+
export declare const Rectangular: Story;
|
|
19
|
+
export declare const ExampleCard: Story;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { type StoryObj } from "@storybook/react";
|
|
2
|
+
import { type SortableListProps } from "../src/components/List/List.types";
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: import("react").FC<import("../src/components/List").ListProps>;
|
|
6
|
+
argTypes: {};
|
|
7
|
+
};
|
|
8
|
+
export default _default;
|
|
9
|
+
export declare const Simple: StoryObj<SortableListProps>;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { type StoryObj } from "@storybook/react";
|
|
2
|
+
import { BADGES } from "../.storybook/constants";
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: import("react").FC<{
|
|
6
|
+
className?: string;
|
|
7
|
+
}>;
|
|
8
|
+
parameters: {
|
|
9
|
+
badges: BADGES[];
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export default meta;
|
|
13
|
+
type Story = StoryObj<typeof meta>;
|
|
14
|
+
export declare const Base: Story;
|
|
15
|
+
export declare const HIDE_SkeletonLoader: Story;
|
|
16
|
+
export declare const HIDE_SpinnerGalore: Story;
|
|
17
|
+
export declare const HIDE_SpinnerTooLong: Story;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { type StoryObj } from "@storybook/react";
|
|
2
|
+
import { type ComponentProps } from "react";
|
|
3
|
+
import { Box } from "../src/components/Box/Box";
|
|
4
|
+
declare const meta: {
|
|
5
|
+
title: string;
|
|
6
|
+
component: <C extends import("react").ElementType = "div">(props: import("../src/components/Stack/Stack").StackProps<C> & ComponentProps<typeof Box>) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
parameters: {
|
|
8
|
+
backgrounds: {
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
export default meta;
|
|
14
|
+
type Story = StoryObj<typeof meta>;
|
|
15
|
+
export declare const Base: Story;
|
|
16
|
+
export declare const WithGap: Story;
|
|
17
|
+
export declare const Veritcal: Story;
|
|
18
|
+
export declare const JustifyBetween: Story;
|
|
19
|
+
export declare const AlignEnd: Story;
|
|
20
|
+
export declare const WithDivider: Story;
|
|
21
|
+
export declare const Composition: Story;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { type StoryObj } from "@storybook/react";
|
|
2
|
+
import StatusIndicatorDocs from "./StatusIndicator.docs.mdx";
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: import("react").FC<{
|
|
6
|
+
status: "fine" | "caution" | "danger";
|
|
7
|
+
children: import("react").ReactNode;
|
|
8
|
+
}>;
|
|
9
|
+
parameters: {
|
|
10
|
+
docs: {
|
|
11
|
+
page: typeof StatusIndicatorDocs;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
export default meta;
|
|
16
|
+
type Story = StoryObj<typeof meta>;
|
|
17
|
+
export declare const Fine: Story;
|
|
18
|
+
export declare const Caution: Story;
|
|
19
|
+
export declare const Danger: Story;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: ({ title, stepNumber, active, localization, }: import("../src/components/Steps/Step").StepProps) => JSX.Element;
|
|
4
|
+
};
|
|
5
|
+
export default _default;
|
|
6
|
+
export declare const Active: {
|
|
7
|
+
args: {
|
|
8
|
+
title: string;
|
|
9
|
+
stepNumber: number;
|
|
10
|
+
active: boolean;
|
|
11
|
+
localization: {
|
|
12
|
+
step: string;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
export declare const Future: {
|
|
17
|
+
args: {
|
|
18
|
+
title: string;
|
|
19
|
+
stepNumber: number;
|
|
20
|
+
active: boolean;
|
|
21
|
+
localization: {
|
|
22
|
+
step: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: ({ orderedStepTitles, currentStep, className, localization, }: import("../src/components/Steps/Steps").StepsProps) => JSX.Element;
|
|
4
|
+
};
|
|
5
|
+
export default _default;
|
|
6
|
+
export declare const Full: {
|
|
7
|
+
args: {
|
|
8
|
+
orderedStepTitles: string[];
|
|
9
|
+
currentStep: number;
|
|
10
|
+
localization: {
|
|
11
|
+
step: string;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
};
|
|
@@ -0,0 +1,281 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: import("react").FC<{
|
|
4
|
+
position?: "inside" | "outside" | undefined;
|
|
5
|
+
children?: import("react").ReactNode;
|
|
6
|
+
className?: string | undefined | undefined;
|
|
7
|
+
slot?: string | undefined | undefined;
|
|
8
|
+
style?: import("react").CSSProperties | undefined;
|
|
9
|
+
title?: string | undefined | undefined;
|
|
10
|
+
variant?: import("../src/components/Text/Text").TextStyle | undefined;
|
|
11
|
+
color?: "white" | "base" | "slate-200" | "slate-400" | "slate-500" | "slate-600" | "red" | "green" | "amber" | "orange" | "grey" | "blue-800" | "current" | "on-negative" | "on-positive" | "on-secondary" | "on-surface" | "on-surface-variant" | "on-warning" | "positive-solid" | "negative-solid" | "neutral-interactive" | "primary" | "primary-dark" | undefined;
|
|
12
|
+
suppressHydrationWarning?: boolean | undefined | undefined;
|
|
13
|
+
defaultChecked?: boolean | undefined | undefined;
|
|
14
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
15
|
+
suppressContentEditableWarning?: boolean | undefined | undefined;
|
|
16
|
+
content?: string | undefined | undefined;
|
|
17
|
+
dir?: string | undefined | undefined;
|
|
18
|
+
key?: import("react").Key | null | undefined;
|
|
19
|
+
accessKey?: string | undefined | undefined;
|
|
20
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {}) | undefined;
|
|
21
|
+
autoFocus?: boolean | undefined | undefined;
|
|
22
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
23
|
+
contextMenu?: string | undefined | undefined;
|
|
24
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
25
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
|
|
26
|
+
hidden?: boolean | undefined | undefined;
|
|
27
|
+
id?: string | undefined | undefined;
|
|
28
|
+
lang?: string | undefined | undefined;
|
|
29
|
+
nonce?: string | undefined | undefined;
|
|
30
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
31
|
+
tabIndex?: number | undefined | undefined;
|
|
32
|
+
translate?: "yes" | "no" | undefined | undefined;
|
|
33
|
+
radioGroup?: string | undefined | undefined;
|
|
34
|
+
role?: import("react").AriaRole | undefined;
|
|
35
|
+
about?: string | undefined | undefined;
|
|
36
|
+
datatype?: string | undefined | undefined;
|
|
37
|
+
inlist?: any;
|
|
38
|
+
prefix?: string | undefined | undefined;
|
|
39
|
+
property?: string | undefined | undefined;
|
|
40
|
+
rel?: string | undefined | undefined;
|
|
41
|
+
resource?: string | undefined | undefined;
|
|
42
|
+
rev?: string | undefined | undefined;
|
|
43
|
+
typeof?: string | undefined | undefined;
|
|
44
|
+
vocab?: string | undefined | undefined;
|
|
45
|
+
autoCorrect?: string | undefined | undefined;
|
|
46
|
+
autoSave?: string | undefined | undefined;
|
|
47
|
+
itemProp?: string | undefined | undefined;
|
|
48
|
+
itemScope?: boolean | undefined | undefined;
|
|
49
|
+
itemType?: string | undefined | undefined;
|
|
50
|
+
itemID?: string | undefined | undefined;
|
|
51
|
+
itemRef?: string | undefined | undefined;
|
|
52
|
+
results?: number | undefined | undefined;
|
|
53
|
+
security?: string | undefined | undefined;
|
|
54
|
+
unselectable?: "on" | "off" | undefined | undefined;
|
|
55
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
56
|
+
is?: string | undefined | undefined;
|
|
57
|
+
"aria-activedescendant"?: string | undefined | undefined;
|
|
58
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
59
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
|
|
60
|
+
"aria-braillelabel"?: string | undefined | undefined;
|
|
61
|
+
"aria-brailleroledescription"?: string | undefined | undefined;
|
|
62
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
63
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
|
|
64
|
+
"aria-colcount"?: number | undefined | undefined;
|
|
65
|
+
"aria-colindex"?: number | undefined | undefined;
|
|
66
|
+
"aria-colindextext"?: string | undefined | undefined;
|
|
67
|
+
"aria-colspan"?: number | undefined | undefined;
|
|
68
|
+
"aria-controls"?: string | undefined | undefined;
|
|
69
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined | undefined;
|
|
70
|
+
"aria-describedby"?: string | undefined | undefined;
|
|
71
|
+
"aria-description"?: string | undefined | undefined;
|
|
72
|
+
"aria-details"?: string | undefined | undefined;
|
|
73
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
74
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined;
|
|
75
|
+
"aria-errormessage"?: string | undefined | undefined;
|
|
76
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
77
|
+
"aria-flowto"?: string | undefined | undefined;
|
|
78
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
79
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
|
|
80
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
81
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined | undefined;
|
|
82
|
+
"aria-keyshortcuts"?: string | undefined | undefined;
|
|
83
|
+
"aria-label"?: string | undefined | undefined;
|
|
84
|
+
"aria-labelledby"?: string | undefined | undefined;
|
|
85
|
+
"aria-level"?: number | undefined | undefined;
|
|
86
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined | undefined;
|
|
87
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
88
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
89
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
90
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined | undefined;
|
|
91
|
+
"aria-owns"?: string | undefined | undefined;
|
|
92
|
+
"aria-placeholder"?: string | undefined | undefined;
|
|
93
|
+
"aria-posinset"?: number | undefined | undefined;
|
|
94
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
|
|
95
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
96
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
|
|
97
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
98
|
+
"aria-roledescription"?: string | undefined | undefined;
|
|
99
|
+
"aria-rowcount"?: number | undefined | undefined;
|
|
100
|
+
"aria-rowindex"?: number | undefined | undefined;
|
|
101
|
+
"aria-rowindextext"?: string | undefined | undefined;
|
|
102
|
+
"aria-rowspan"?: number | undefined | undefined;
|
|
103
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
104
|
+
"aria-setsize"?: number | undefined | undefined;
|
|
105
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined | undefined;
|
|
106
|
+
"aria-valuemax"?: number | undefined | undefined;
|
|
107
|
+
"aria-valuemin"?: number | undefined | undefined;
|
|
108
|
+
"aria-valuenow"?: number | undefined | undefined;
|
|
109
|
+
"aria-valuetext"?: string | undefined | undefined;
|
|
110
|
+
dangerouslySetInnerHTML?: {
|
|
111
|
+
__html: string | TrustedHTML;
|
|
112
|
+
} | undefined | undefined;
|
|
113
|
+
onCopy?: import("react").ClipboardEventHandler<HTMLUListElement> | undefined;
|
|
114
|
+
onCopyCapture?: import("react").ClipboardEventHandler<HTMLUListElement> | undefined;
|
|
115
|
+
onCut?: import("react").ClipboardEventHandler<HTMLUListElement> | undefined;
|
|
116
|
+
onCutCapture?: import("react").ClipboardEventHandler<HTMLUListElement> | undefined;
|
|
117
|
+
onPaste?: import("react").ClipboardEventHandler<HTMLUListElement> | undefined;
|
|
118
|
+
onPasteCapture?: import("react").ClipboardEventHandler<HTMLUListElement> | undefined;
|
|
119
|
+
onCompositionEnd?: import("react").CompositionEventHandler<HTMLUListElement> | undefined;
|
|
120
|
+
onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLUListElement> | undefined;
|
|
121
|
+
onCompositionStart?: import("react").CompositionEventHandler<HTMLUListElement> | undefined;
|
|
122
|
+
onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLUListElement> | undefined;
|
|
123
|
+
onCompositionUpdate?: import("react").CompositionEventHandler<HTMLUListElement> | undefined;
|
|
124
|
+
onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLUListElement> | undefined;
|
|
125
|
+
onFocus?: import("react").FocusEventHandler<HTMLUListElement> | undefined;
|
|
126
|
+
onFocusCapture?: import("react").FocusEventHandler<HTMLUListElement> | undefined;
|
|
127
|
+
onBlur?: import("react").FocusEventHandler<HTMLUListElement> | undefined;
|
|
128
|
+
onBlurCapture?: import("react").FocusEventHandler<HTMLUListElement> | undefined;
|
|
129
|
+
onChange?: import("react").FormEventHandler<HTMLUListElement> | undefined;
|
|
130
|
+
onChangeCapture?: import("react").FormEventHandler<HTMLUListElement> | undefined;
|
|
131
|
+
onBeforeInput?: import("react").FormEventHandler<HTMLUListElement> | undefined;
|
|
132
|
+
onBeforeInputCapture?: import("react").FormEventHandler<HTMLUListElement> | undefined;
|
|
133
|
+
onInput?: import("react").FormEventHandler<HTMLUListElement> | undefined;
|
|
134
|
+
onInputCapture?: import("react").FormEventHandler<HTMLUListElement> | undefined;
|
|
135
|
+
onReset?: import("react").FormEventHandler<HTMLUListElement> | undefined;
|
|
136
|
+
onResetCapture?: import("react").FormEventHandler<HTMLUListElement> | undefined;
|
|
137
|
+
onSubmit?: import("react").FormEventHandler<HTMLUListElement> | undefined;
|
|
138
|
+
onSubmitCapture?: import("react").FormEventHandler<HTMLUListElement> | undefined;
|
|
139
|
+
onInvalid?: import("react").FormEventHandler<HTMLUListElement> | undefined;
|
|
140
|
+
onInvalidCapture?: import("react").FormEventHandler<HTMLUListElement> | undefined;
|
|
141
|
+
onLoad?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
142
|
+
onLoadCapture?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
143
|
+
onError?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
144
|
+
onErrorCapture?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
145
|
+
onKeyDown?: import("react").KeyboardEventHandler<HTMLUListElement> | undefined;
|
|
146
|
+
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLUListElement> | undefined;
|
|
147
|
+
onKeyPress?: import("react").KeyboardEventHandler<HTMLUListElement> | undefined;
|
|
148
|
+
onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLUListElement> | undefined;
|
|
149
|
+
onKeyUp?: import("react").KeyboardEventHandler<HTMLUListElement> | undefined;
|
|
150
|
+
onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLUListElement> | undefined;
|
|
151
|
+
onAbort?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
152
|
+
onAbortCapture?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
153
|
+
onCanPlay?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
154
|
+
onCanPlayCapture?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
155
|
+
onCanPlayThrough?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
156
|
+
onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
157
|
+
onDurationChange?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
158
|
+
onDurationChangeCapture?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
159
|
+
onEmptied?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
160
|
+
onEmptiedCapture?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
161
|
+
onEncrypted?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
162
|
+
onEncryptedCapture?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
163
|
+
onEnded?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
164
|
+
onEndedCapture?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
165
|
+
onLoadedData?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
166
|
+
onLoadedDataCapture?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
167
|
+
onLoadedMetadata?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
168
|
+
onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
169
|
+
onLoadStart?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
170
|
+
onLoadStartCapture?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
171
|
+
onPause?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
172
|
+
onPauseCapture?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
173
|
+
onPlay?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
174
|
+
onPlayCapture?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
175
|
+
onPlaying?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
176
|
+
onPlayingCapture?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
177
|
+
onProgress?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
178
|
+
onProgressCapture?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
179
|
+
onRateChange?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
180
|
+
onRateChangeCapture?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
181
|
+
onResize?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
182
|
+
onResizeCapture?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
183
|
+
onSeeked?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
184
|
+
onSeekedCapture?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
185
|
+
onSeeking?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
186
|
+
onSeekingCapture?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
187
|
+
onStalled?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
188
|
+
onStalledCapture?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
189
|
+
onSuspend?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
190
|
+
onSuspendCapture?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
191
|
+
onTimeUpdate?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
192
|
+
onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
193
|
+
onVolumeChange?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
194
|
+
onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
195
|
+
onWaiting?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
196
|
+
onWaitingCapture?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
197
|
+
onAuxClick?: import("react").MouseEventHandler<HTMLUListElement> | undefined;
|
|
198
|
+
onAuxClickCapture?: import("react").MouseEventHandler<HTMLUListElement> | undefined;
|
|
199
|
+
onClick?: import("react").MouseEventHandler<HTMLUListElement> | undefined;
|
|
200
|
+
onClickCapture?: import("react").MouseEventHandler<HTMLUListElement> | undefined;
|
|
201
|
+
onContextMenu?: import("react").MouseEventHandler<HTMLUListElement> | undefined;
|
|
202
|
+
onContextMenuCapture?: import("react").MouseEventHandler<HTMLUListElement> | undefined;
|
|
203
|
+
onDoubleClick?: import("react").MouseEventHandler<HTMLUListElement> | undefined;
|
|
204
|
+
onDoubleClickCapture?: import("react").MouseEventHandler<HTMLUListElement> | undefined;
|
|
205
|
+
onDrag?: import("react").DragEventHandler<HTMLUListElement> | undefined;
|
|
206
|
+
onDragCapture?: import("react").DragEventHandler<HTMLUListElement> | undefined;
|
|
207
|
+
onDragEnd?: import("react").DragEventHandler<HTMLUListElement> | undefined;
|
|
208
|
+
onDragEndCapture?: import("react").DragEventHandler<HTMLUListElement> | undefined;
|
|
209
|
+
onDragEnter?: import("react").DragEventHandler<HTMLUListElement> | undefined;
|
|
210
|
+
onDragEnterCapture?: import("react").DragEventHandler<HTMLUListElement> | undefined;
|
|
211
|
+
onDragExit?: import("react").DragEventHandler<HTMLUListElement> | undefined;
|
|
212
|
+
onDragExitCapture?: import("react").DragEventHandler<HTMLUListElement> | undefined;
|
|
213
|
+
onDragLeave?: import("react").DragEventHandler<HTMLUListElement> | undefined;
|
|
214
|
+
onDragLeaveCapture?: import("react").DragEventHandler<HTMLUListElement> | undefined;
|
|
215
|
+
onDragOver?: import("react").DragEventHandler<HTMLUListElement> | undefined;
|
|
216
|
+
onDragOverCapture?: import("react").DragEventHandler<HTMLUListElement> | undefined;
|
|
217
|
+
onDragStart?: import("react").DragEventHandler<HTMLUListElement> | undefined;
|
|
218
|
+
onDragStartCapture?: import("react").DragEventHandler<HTMLUListElement> | undefined;
|
|
219
|
+
onDrop?: import("react").DragEventHandler<HTMLUListElement> | undefined;
|
|
220
|
+
onDropCapture?: import("react").DragEventHandler<HTMLUListElement> | undefined;
|
|
221
|
+
onMouseDown?: import("react").MouseEventHandler<HTMLUListElement> | undefined;
|
|
222
|
+
onMouseDownCapture?: import("react").MouseEventHandler<HTMLUListElement> | undefined;
|
|
223
|
+
onMouseEnter?: import("react").MouseEventHandler<HTMLUListElement> | undefined;
|
|
224
|
+
onMouseLeave?: import("react").MouseEventHandler<HTMLUListElement> | undefined;
|
|
225
|
+
onMouseMove?: import("react").MouseEventHandler<HTMLUListElement> | undefined;
|
|
226
|
+
onMouseMoveCapture?: import("react").MouseEventHandler<HTMLUListElement> | undefined;
|
|
227
|
+
onMouseOut?: import("react").MouseEventHandler<HTMLUListElement> | undefined;
|
|
228
|
+
onMouseOutCapture?: import("react").MouseEventHandler<HTMLUListElement> | undefined;
|
|
229
|
+
onMouseOver?: import("react").MouseEventHandler<HTMLUListElement> | undefined;
|
|
230
|
+
onMouseOverCapture?: import("react").MouseEventHandler<HTMLUListElement> | undefined;
|
|
231
|
+
onMouseUp?: import("react").MouseEventHandler<HTMLUListElement> | undefined;
|
|
232
|
+
onMouseUpCapture?: import("react").MouseEventHandler<HTMLUListElement> | undefined;
|
|
233
|
+
onSelect?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
234
|
+
onSelectCapture?: import("react").ReactEventHandler<HTMLUListElement> | undefined;
|
|
235
|
+
onTouchCancel?: import("react").TouchEventHandler<HTMLUListElement> | undefined;
|
|
236
|
+
onTouchCancelCapture?: import("react").TouchEventHandler<HTMLUListElement> | undefined;
|
|
237
|
+
onTouchEnd?: import("react").TouchEventHandler<HTMLUListElement> | undefined;
|
|
238
|
+
onTouchEndCapture?: import("react").TouchEventHandler<HTMLUListElement> | undefined;
|
|
239
|
+
onTouchMove?: import("react").TouchEventHandler<HTMLUListElement> | undefined;
|
|
240
|
+
onTouchMoveCapture?: import("react").TouchEventHandler<HTMLUListElement> | undefined;
|
|
241
|
+
onTouchStart?: import("react").TouchEventHandler<HTMLUListElement> | undefined;
|
|
242
|
+
onTouchStartCapture?: import("react").TouchEventHandler<HTMLUListElement> | undefined;
|
|
243
|
+
onPointerDown?: import("react").PointerEventHandler<HTMLUListElement> | undefined;
|
|
244
|
+
onPointerDownCapture?: import("react").PointerEventHandler<HTMLUListElement> | undefined;
|
|
245
|
+
onPointerMove?: import("react").PointerEventHandler<HTMLUListElement> | undefined;
|
|
246
|
+
onPointerMoveCapture?: import("react").PointerEventHandler<HTMLUListElement> | undefined;
|
|
247
|
+
onPointerUp?: import("react").PointerEventHandler<HTMLUListElement> | undefined;
|
|
248
|
+
onPointerUpCapture?: import("react").PointerEventHandler<HTMLUListElement> | undefined;
|
|
249
|
+
onPointerCancel?: import("react").PointerEventHandler<HTMLUListElement> | undefined;
|
|
250
|
+
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLUListElement> | undefined;
|
|
251
|
+
onPointerEnter?: import("react").PointerEventHandler<HTMLUListElement> | undefined;
|
|
252
|
+
onPointerLeave?: import("react").PointerEventHandler<HTMLUListElement> | undefined;
|
|
253
|
+
onPointerOver?: import("react").PointerEventHandler<HTMLUListElement> | undefined;
|
|
254
|
+
onPointerOverCapture?: import("react").PointerEventHandler<HTMLUListElement> | undefined;
|
|
255
|
+
onPointerOut?: import("react").PointerEventHandler<HTMLUListElement> | undefined;
|
|
256
|
+
onPointerOutCapture?: import("react").PointerEventHandler<HTMLUListElement> | undefined;
|
|
257
|
+
onGotPointerCapture?: import("react").PointerEventHandler<HTMLUListElement> | undefined;
|
|
258
|
+
onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLUListElement> | undefined;
|
|
259
|
+
onLostPointerCapture?: import("react").PointerEventHandler<HTMLUListElement> | undefined;
|
|
260
|
+
onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLUListElement> | undefined;
|
|
261
|
+
onScroll?: import("react").UIEventHandler<HTMLUListElement> | undefined;
|
|
262
|
+
onScrollCapture?: import("react").UIEventHandler<HTMLUListElement> | undefined;
|
|
263
|
+
onWheel?: import("react").WheelEventHandler<HTMLUListElement> | undefined;
|
|
264
|
+
onWheelCapture?: import("react").WheelEventHandler<HTMLUListElement> | undefined;
|
|
265
|
+
onAnimationStart?: import("react").AnimationEventHandler<HTMLUListElement> | undefined;
|
|
266
|
+
onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLUListElement> | undefined;
|
|
267
|
+
onAnimationEnd?: import("react").AnimationEventHandler<HTMLUListElement> | undefined;
|
|
268
|
+
onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLUListElement> | undefined;
|
|
269
|
+
onAnimationIteration?: import("react").AnimationEventHandler<HTMLUListElement> | undefined;
|
|
270
|
+
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLUListElement> | undefined;
|
|
271
|
+
onTransitionEnd?: import("react").TransitionEventHandler<HTMLUListElement> | undefined;
|
|
272
|
+
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLUListElement> | undefined;
|
|
273
|
+
}> & {
|
|
274
|
+
Item: typeof import("../src/components/StyledLists/StyledBaseList").StyledBaseList.Item;
|
|
275
|
+
};
|
|
276
|
+
};
|
|
277
|
+
export default _default;
|
|
278
|
+
export declare const Default: {
|
|
279
|
+
args: {};
|
|
280
|
+
render: (args: any) => import("react/jsx-runtime").JSX.Element;
|
|
281
|
+
};
|