@mittwald/flow-react-components 0.2.0-alpha.82 → 0.2.0-alpha.84
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/CHANGELOG.md +12 -0
- package/dist/assets/doc-properties.json +1435 -1361
- package/dist/css/all.css +1 -1
- package/dist/js/components/Accordion/Accordion.mjs +2 -2
- package/dist/js/components/Action/Action.mjs +2 -1
- package/dist/js/components/Action/Action.mjs.map +1 -1
- package/dist/js/components/ActionGroup/ActionGroup.mjs +2 -1
- package/dist/js/components/ActionGroup/ActionGroup.mjs.map +1 -1
- package/dist/js/components/Alert/Alert.mjs +3 -3
- package/dist/js/components/Alert/Alert.mjs.map +1 -1
- package/dist/js/components/AlertBadge/AlertBadge.mjs +5 -4
- package/dist/js/components/AlertBadge/AlertBadge.mjs.map +1 -1
- package/dist/js/components/AlertIcon/AlertIcon.mjs +4 -4
- package/dist/js/components/AlertIcon/AlertIcon.mjs.map +1 -1
- package/dist/js/components/Align/Align.mjs +4 -3
- package/dist/js/components/Align/Align.mjs.map +1 -1
- package/dist/js/components/Avatar/Avatar.mjs +7 -6
- package/dist/js/components/Avatar/Avatar.mjs.map +1 -1
- package/dist/js/components/AvatarStack/AvatarStack.mjs +1 -0
- package/dist/js/components/AvatarStack/AvatarStack.mjs.map +1 -1
- package/dist/js/components/Badge/Badge.mjs +6 -6
- package/dist/js/components/Badge/Badge.mjs.map +1 -1
- package/dist/js/components/Breadcrumb/Breadcrumb.mjs +5 -3
- package/dist/js/components/Breadcrumb/Breadcrumb.mjs.map +1 -1
- package/dist/js/components/Button/Button.mjs +10 -10
- package/dist/js/components/Button/Button.mjs.map +1 -1
- package/dist/js/components/Calendar/components/CalendarHeader/CalendarHeader.mjs +1 -1
- package/dist/js/components/Chat/Chat.mjs +2 -0
- package/dist/js/components/Chat/Chat.mjs.map +1 -1
- package/dist/js/components/Checkbox/Checkbox.mjs +3 -3
- package/dist/js/components/Checkbox/Checkbox.mjs.map +1 -1
- package/dist/js/components/CheckboxButton/CheckboxButton.mjs +7 -6
- package/dist/js/components/CheckboxButton/CheckboxButton.mjs.map +1 -1
- package/dist/js/components/CheckboxGroup/CheckboxGroup.mjs +2 -0
- package/dist/js/components/CheckboxGroup/CheckboxGroup.mjs.map +1 -1
- package/dist/js/components/ClearPropsContext/ClearPropsContext.mjs +4 -3
- package/dist/js/components/ClearPropsContext/ClearPropsContext.mjs.map +1 -1
- package/dist/js/components/ClearPropsContext/components/ClearPropsContextContent.mjs +12 -0
- package/dist/js/components/ClearPropsContext/components/ClearPropsContextContent.mjs.map +1 -0
- package/dist/js/components/ColumnLayout/ColumnLayout.mjs +5 -3
- package/dist/js/components/ColumnLayout/ColumnLayout.mjs.map +1 -1
- package/dist/js/components/ComboBox/ComboBox.mjs +1 -1
- package/dist/js/components/Content/Content.mjs +4 -3
- package/dist/js/components/Content/Content.mjs.map +1 -1
- package/dist/js/components/ContextMenu/ContextMenu.mjs +6 -9
- package/dist/js/components/ContextMenu/ContextMenu.mjs.map +1 -1
- package/dist/js/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.mjs +1 -0
- package/dist/js/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.mjs.map +1 -1
- package/dist/js/components/ContextMenu/index.mjs +1 -1
- package/dist/js/components/ContextualHelp/ContextualHelp.mjs +5 -8
- package/dist/js/components/ContextualHelp/ContextualHelp.mjs.map +1 -1
- package/dist/js/components/ContextualHelp/components/ContextualHelpTrigger/ContextualHelpTrigger.mjs +2 -2
- package/dist/js/components/CopyButton/CopyButton.mjs +8 -8
- package/dist/js/components/CopyButton/CopyButton.mjs.map +1 -1
- package/dist/js/components/DatePicker/DatePicker.mjs +11 -12
- package/dist/js/components/DatePicker/DatePicker.mjs.map +1 -1
- package/dist/js/components/DatePicker/components/DateInput/DateInput.mjs +1 -1
- package/dist/js/components/DateRangePicker/DateRangePicker.mjs +7 -8
- package/dist/js/components/DateRangePicker/DateRangePicker.mjs.map +1 -1
- package/dist/js/components/DateRangePicker/components/DateRangeInput/DateRangeInput.mjs +1 -1
- package/dist/js/components/FieldDescription/FieldDescription.mjs +5 -4
- package/dist/js/components/FieldDescription/FieldDescription.mjs.map +1 -1
- package/dist/js/components/FieldError/FieldError.mjs +5 -5
- package/dist/js/components/FieldError/FieldError.mjs.map +1 -1
- package/dist/js/components/FileCard/components/DeleteButton/DeleteButton.mjs +1 -1
- package/dist/js/components/FileCardList/FileCardList.mjs +3 -1
- package/dist/js/components/FileCardList/FileCardList.mjs.map +1 -1
- package/dist/js/components/FileDropZone/FileDropZone.mjs +1 -0
- package/dist/js/components/FileDropZone/FileDropZone.mjs.map +1 -1
- package/dist/js/components/FileField/FileField.mjs +5 -4
- package/dist/js/components/FileField/FileField.mjs.map +1 -1
- package/dist/js/components/FileField/components/FileInput.mjs +1 -0
- package/dist/js/components/FileField/components/FileInput.mjs.map +1 -1
- package/dist/js/components/HeaderNavigation/HeaderNavigation.mjs +4 -2
- package/dist/js/components/HeaderNavigation/HeaderNavigation.mjs.map +1 -1
- package/dist/js/components/Heading/Heading.mjs +7 -6
- package/dist/js/components/Heading/Heading.mjs.map +1 -1
- package/dist/js/components/Icon/Icon.mjs +5 -5
- package/dist/js/components/Icon/Icon.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconApp.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconAttachment.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconAutoresponder.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconBackLink.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconBackup.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconBulb.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconCalendar.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconCamera.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconCertificate.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconChangelog.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconCheck.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconCheckboxChecked.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconCheckboxEmpty.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconCheckboxIndeterminate.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconChevronDown.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconChevronLeft.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconChevronRight.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconChevronUp.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconClock.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconClose.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconCode.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconContextMenu.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconContextMenuVertical.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconContract.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconContractPartner.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconCopy.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconCronjob.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconCustomer.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconDanger.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconDashboard.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconDatabase.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconDelete.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconDeliveryBox.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconDesktop.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconDirectory.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconDomain.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconDownload.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconEdit.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconEmail.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconExtension.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconExternalLink.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconFailed.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconFile.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconFilter.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconForward.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconHide.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconHome.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconImage.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconInbox.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconInfo.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconInvoice.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconLink.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconLock.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconLockOpen.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconLogout.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconMaximize.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconMember.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconMenu.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconMinimize.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconMinus.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconMobile.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconMove.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconNotification.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconNumber.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconOrder.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconPassword.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconPayment.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconPending.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconPerformance.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconPicture.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconPlus.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconProject.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconRadioOff.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconRadioOn.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconRedo.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconRefresh.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconSave.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconSearch.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconSearchEngine.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconSecurity.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconServer.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconSettings.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconShare.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconShow.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconSorting.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconSpamProtectionOff.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconSpamProtectionOn.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconSparkles.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconSshKey.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconSshSftp.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconStar.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconStarFilled.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconSubdomain.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconSucceeded.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconSuccess.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconSupport.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconTerminate.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconTicket.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconUndo.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconUpload.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconUser.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconVhost.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconView.mjs +1 -1
- package/dist/js/components/Icon/components/icons/IconWarning.mjs +1 -1
- package/dist/js/components/IllustratedMessage/IllustratedMessage.mjs +4 -2
- package/dist/js/components/IllustratedMessage/IllustratedMessage.mjs.map +1 -1
- package/dist/js/components/Image/Image.mjs +2 -2
- package/dist/js/components/Image/Image.mjs.map +1 -1
- package/dist/js/components/Initials/Initials.mjs +6 -5
- package/dist/js/components/Initials/Initials.mjs.map +1 -1
- package/dist/js/components/InlineCode/InlineCode.mjs +3 -2
- package/dist/js/components/InlineCode/InlineCode.mjs.map +1 -1
- package/dist/js/components/Label/Label.mjs +7 -5
- package/dist/js/components/Label/Label.mjs.map +1 -1
- package/dist/js/components/LabeledValue/LabeledValue.mjs +5 -4
- package/dist/js/components/LabeledValue/LabeledValue.mjs.map +1 -1
- package/dist/js/components/LayoutCard/LayoutCard.mjs +4 -2
- package/dist/js/components/LayoutCard/LayoutCard.mjs.map +1 -1
- package/dist/js/components/LightBox/LightBox.mjs +8 -9
- package/dist/js/components/LightBox/LightBox.mjs.map +1 -1
- package/dist/js/components/Link/Link.mjs +8 -8
- package/dist/js/components/Link/Link.mjs.map +1 -1
- package/dist/js/components/Link/components/LinkIcon/LinkIcon.mjs +1 -1
- package/dist/js/components/List/List.mjs +19 -18
- package/dist/js/components/List/List.mjs.map +1 -1
- package/dist/js/components/List/components/Header/components/FilterPicker/FilterPicker.mjs +1 -1
- package/dist/js/components/List/components/Header/components/SearchField/SearchField.mjs +0 -1
- package/dist/js/components/List/components/Header/components/SearchField/SearchField.mjs.map +1 -1
- package/dist/js/components/List/components/Header/components/SortingPicker/SortingPicker.mjs +1 -1
- package/dist/js/components/List/components/Header/components/ViewModeMenu/ViewModeMenu.mjs +4 -4
- package/dist/js/components/List/components/Items/Items.mjs +2 -2
- package/dist/js/components/List/components/Items/components/Item/components/AccordionButton.mjs +1 -1
- package/dist/js/components/List/components/Items/components/Item/components/OptionsButton/OptionsButton.mjs +1 -1
- package/dist/js/components/List/components/Items/components/Item/hooks/useGridItemProps.mjs +5 -5
- package/dist/js/components/List/components/ListItemView/ListItemView.mjs +5 -5
- package/dist/js/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.mjs +2 -1
- package/dist/js/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.mjs.map +1 -1
- package/dist/js/components/List/components/Table/Table.mjs +4 -4
- package/dist/js/components/List/typedList.mjs +0 -16
- package/dist/js/components/List/typedList.mjs.map +1 -1
- package/dist/js/components/List/views/EmptyView/EmptyView.mjs +1 -1
- package/dist/js/components/LoadingSpinner/LoadingSpinner.mjs +1 -1
- package/dist/js/components/MenuItem/components/MenuItemContent/MenuItemContent.mjs +2 -2
- package/dist/js/components/Message/Message.mjs +2 -2
- package/dist/js/components/Message/Message.mjs.map +1 -1
- package/dist/js/components/MessageThread/MessageThread.mjs +6 -4
- package/dist/js/components/MessageThread/MessageThread.mjs.map +1 -1
- package/dist/js/components/Modal/Modal.mjs +1 -2
- package/dist/js/components/Modal/Modal.mjs.map +1 -1
- package/dist/js/components/Navigation/Navigation.mjs +1 -0
- package/dist/js/components/Navigation/Navigation.mjs.map +1 -1
- package/dist/js/components/Navigation/components/NavigationGroup/NavigationGroup.mjs +1 -0
- package/dist/js/components/Navigation/components/NavigationGroup/NavigationGroup.mjs.map +1 -1
- package/dist/js/components/Notification/Notification.mjs +8 -8
- package/dist/js/components/Notification/Notification.mjs.map +1 -1
- package/dist/js/components/NumberField/NumberField.mjs +53 -45
- package/dist/js/components/NumberField/NumberField.mjs.map +1 -1
- package/dist/js/components/Options/Options.mjs +1 -10
- package/dist/js/components/Options/Options.mjs.map +1 -1
- package/dist/js/components/OverlayTrigger/OverlayTrigger.mjs +1 -0
- package/dist/js/components/OverlayTrigger/OverlayTrigger.mjs.map +1 -1
- package/dist/js/components/ProgressBar/ProgressBar.mjs +6 -4
- package/dist/js/components/ProgressBar/ProgressBar.mjs.map +1 -1
- package/dist/js/components/RadioGroup/RadioGroup.mjs +1 -0
- package/dist/js/components/RadioGroup/RadioGroup.mjs.map +1 -1
- package/dist/js/components/RadioGroup/components/Radio/Radio.mjs +5 -5
- package/dist/js/components/RadioGroup/components/Radio/Radio.mjs.map +1 -1
- package/dist/js/components/RadioGroup/components/RadioButton/RadioButton.mjs +4 -4
- package/dist/js/components/RadioGroup/components/RadioButton/RadioButton.mjs.map +1 -1
- package/dist/js/components/SearchField/SearchField.mjs +12 -12
- package/dist/js/components/SearchField/SearchField.mjs.map +1 -1
- package/dist/js/components/Section/Section.mjs +1 -0
- package/dist/js/components/Section/Section.mjs.map +1 -1
- package/dist/js/components/Section/components/SectionHeader/SectionHeader.mjs +1 -0
- package/dist/js/components/Section/components/SectionHeader/SectionHeader.mjs.map +1 -1
- package/dist/js/components/SegmentedControl/SegmentedControl.mjs +1 -0
- package/dist/js/components/SegmentedControl/SegmentedControl.mjs.map +1 -1
- package/dist/js/components/SegmentedControl/components/Segment/Segment.mjs +5 -5
- package/dist/js/components/SegmentedControl/components/Segment/Segment.mjs.map +1 -1
- package/dist/js/components/Select/Select.mjs +8 -8
- package/dist/js/components/Select/Select.mjs.map +1 -1
- package/dist/js/components/Slider/Slider.mjs +7 -7
- package/dist/js/components/Slider/Slider.mjs.map +1 -1
- package/dist/js/components/Switch/Switch.mjs +5 -5
- package/dist/js/components/Switch/Switch.mjs.map +1 -1
- package/dist/js/components/Tabs/components/Tab/Tab.mjs +7 -6
- package/dist/js/components/Tabs/components/Tab/Tab.mjs.map +1 -1
- package/dist/js/components/Tabs/components/TabList/TabList.mjs +5 -11
- package/dist/js/components/Tabs/components/TabList/TabList.mjs.map +1 -1
- package/dist/js/components/Text/Text.mjs +8 -7
- package/dist/js/components/Text/Text.mjs.map +1 -1
- package/dist/js/components/TextArea/TextArea.mjs +5 -5
- package/dist/js/components/TextArea/TextArea.mjs.map +1 -1
- package/dist/js/components/TextField/TextField.mjs +5 -4
- package/dist/js/components/TextField/TextField.mjs.map +1 -1
- package/dist/js/components/TextFieldBase/TextFieldBase.mjs +8 -8
- package/dist/js/components/TextFieldBase/TextFieldBase.mjs.map +1 -1
- package/dist/js/components/TimeField/TimeField.mjs +5 -3
- package/dist/js/components/TimeField/TimeField.mjs.map +1 -1
- package/dist/js/flr-universal.mjs +7 -7
- package/dist/js/icons.mjs +3 -1
- package/dist/js/icons.mjs.map +1 -1
- package/dist/js/index.mjs +3 -2
- package/dist/js/index.mjs.map +1 -1
- package/dist/js/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.mjs +2 -1
- package/dist/js/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.mjs.map +1 -1
- package/dist/js/integrations/react-hook-form/components/Field/Field.mjs +2 -1
- package/dist/js/integrations/react-hook-form/components/Field/Field.mjs.map +1 -1
- package/dist/js/internal.mjs +3 -1
- package/dist/js/internal.mjs.map +1 -1
- package/dist/js/lib/propsContext/PropsContextProvider.mjs +1 -3
- package/dist/js/lib/propsContext/PropsContextProvider.mjs.map +1 -1
- package/dist/js/views/ClearPropsContextContentView.mjs +14 -0
- package/dist/js/views/ClearPropsContextContentView.mjs.map +1 -0
- package/dist/js/views/ContextMenuContentView.mjs +2 -2
- package/dist/js/views/DialogTriggerView.mjs +1 -1
- package/dist/js/views/ItemsGridListItemView.mjs +3 -3
- package/dist/js/views/ItemsGridListView.mjs +1 -1
- package/dist/js/views/ListEmptyViewView.mjs +1 -1
- package/dist/js/views/ListItemViewContentView.mjs +3 -3
- package/dist/js/views/MenuTriggerView.mjs +1 -1
- package/dist/js/views/PopoverContentView.mjs +1 -1
- package/dist/types/components/Alert/Alert.d.ts +4 -1
- package/dist/types/components/Alert/Alert.d.ts.map +1 -1
- package/dist/types/components/AlertBadge/AlertBadge.d.ts +7 -4
- package/dist/types/components/AlertBadge/AlertBadge.d.ts.map +1 -1
- package/dist/types/components/AlertIcon/AlertIcon.d.ts +6 -3
- package/dist/types/components/AlertIcon/AlertIcon.d.ts.map +1 -1
- package/dist/types/components/Align/Align.d.ts +7 -4
- package/dist/types/components/Align/Align.d.ts.map +1 -1
- package/dist/types/components/Avatar/Avatar.d.ts +7 -4
- package/dist/types/components/Avatar/Avatar.d.ts.map +1 -1
- package/dist/types/components/Badge/Badge.d.ts +7 -4
- package/dist/types/components/Badge/Badge.d.ts.map +1 -1
- package/dist/types/components/Breadcrumb/Breadcrumb.d.ts +4 -1
- package/dist/types/components/Breadcrumb/Breadcrumb.d.ts.map +1 -1
- package/dist/types/components/Button/Button.d.ts +6 -3
- package/dist/types/components/Button/Button.d.ts.map +1 -1
- package/dist/types/components/Checkbox/Checkbox.d.ts +4 -1
- package/dist/types/components/Checkbox/Checkbox.d.ts.map +1 -1
- package/dist/types/components/CheckboxButton/CheckboxButton.d.ts +6 -2
- package/dist/types/components/CheckboxButton/CheckboxButton.d.ts.map +1 -1
- package/dist/types/components/CheckboxGroup/CheckboxGroup.d.ts +4 -1
- package/dist/types/components/CheckboxGroup/CheckboxGroup.d.ts.map +1 -1
- package/dist/types/components/ClearPropsContext/ClearPropsContext.d.ts +0 -1
- package/dist/types/components/ClearPropsContext/ClearPropsContext.d.ts.map +1 -1
- package/dist/types/components/ClearPropsContext/components/ClearPropsContextContent.d.ts +6 -0
- package/dist/types/components/ClearPropsContext/components/ClearPropsContextContent.d.ts.map +1 -0
- package/dist/types/components/ClearPropsContext/components/index.d.ts +3 -0
- package/dist/types/components/ClearPropsContext/components/index.d.ts.map +1 -0
- package/dist/types/components/ClearPropsContext/components/view.d.ts +8 -0
- package/dist/types/components/ClearPropsContext/components/view.d.ts.map +1 -0
- package/dist/types/components/ClearPropsContext/index.d.ts +3 -0
- package/dist/types/components/ClearPropsContext/index.d.ts.map +1 -1
- package/dist/types/components/ColumnLayout/ColumnLayout.d.ts +5 -2
- package/dist/types/components/ColumnLayout/ColumnLayout.d.ts.map +1 -1
- package/dist/types/components/Content/Content.d.ts +7 -4
- package/dist/types/components/Content/Content.d.ts.map +1 -1
- package/dist/types/components/ContextMenu/ContextMenu.d.ts +1 -1
- package/dist/types/components/ContextMenu/ContextMenu.d.ts.map +1 -1
- package/dist/types/components/ContextMenu/lib.d.ts +1 -1
- package/dist/types/components/ContextualHelp/ContextualHelp.d.ts +7 -3
- package/dist/types/components/ContextualHelp/ContextualHelp.d.ts.map +1 -1
- package/dist/types/components/CopyButton/CopyButton.d.ts +6 -3
- package/dist/types/components/CopyButton/CopyButton.d.ts.map +1 -1
- package/dist/types/components/DatePicker/DatePicker.d.ts +6 -3
- package/dist/types/components/DatePicker/DatePicker.d.ts.map +1 -1
- package/dist/types/components/DateRangePicker/DateRangePicker.d.ts +6 -3
- package/dist/types/components/DateRangePicker/DateRangePicker.d.ts.map +1 -1
- package/dist/types/components/FieldDescription/FieldDescription.d.ts +6 -2
- package/dist/types/components/FieldDescription/FieldDescription.d.ts.map +1 -1
- package/dist/types/components/FieldError/FieldError.d.ts +6 -3
- package/dist/types/components/FieldError/FieldError.d.ts.map +1 -1
- package/dist/types/components/FileCardList/FileCardList.d.ts +6 -2
- package/dist/types/components/FileCardList/FileCardList.d.ts.map +1 -1
- package/dist/types/components/FileField/FileField.d.ts +6 -3
- package/dist/types/components/FileField/FileField.d.ts.map +1 -1
- package/dist/types/components/HeaderNavigation/HeaderNavigation.d.ts +5 -2
- package/dist/types/components/HeaderNavigation/HeaderNavigation.d.ts.map +1 -1
- package/dist/types/components/Heading/Heading.d.ts +6 -2
- package/dist/types/components/Heading/Heading.d.ts.map +1 -1
- package/dist/types/components/Icon/Icon.d.ts +5 -2
- package/dist/types/components/Icon/Icon.d.ts.map +1 -1
- package/dist/types/components/IllustratedMessage/IllustratedMessage.d.ts +4 -1
- package/dist/types/components/IllustratedMessage/IllustratedMessage.d.ts.map +1 -1
- package/dist/types/components/Image/Image.d.ts +4 -1
- package/dist/types/components/Image/Image.d.ts.map +1 -1
- package/dist/types/components/Initials/Initials.d.ts +6 -3
- package/dist/types/components/Initials/Initials.d.ts.map +1 -1
- package/dist/types/components/InlineCode/InlineCode.d.ts +4 -1
- package/dist/types/components/InlineCode/InlineCode.d.ts.map +1 -1
- package/dist/types/components/Label/Label.d.ts +6 -3
- package/dist/types/components/Label/Label.d.ts.map +1 -1
- package/dist/types/components/LabeledValue/LabeledValue.d.ts +5 -2
- package/dist/types/components/LabeledValue/LabeledValue.d.ts.map +1 -1
- package/dist/types/components/LayoutCard/LayoutCard.d.ts +7 -4
- package/dist/types/components/LayoutCard/LayoutCard.d.ts.map +1 -1
- package/dist/types/components/LightBox/LightBox.d.ts +7 -4
- package/dist/types/components/LightBox/LightBox.d.ts.map +1 -1
- package/dist/types/components/Link/Link.d.ts +6 -3
- package/dist/types/components/Link/Link.d.ts.map +1 -1
- package/dist/types/components/List/List.d.ts +2 -2
- package/dist/types/components/List/List.d.ts.map +1 -1
- package/dist/types/components/List/typedList.d.ts +2 -2
- package/dist/types/components/Message/Message.d.ts +7 -4
- package/dist/types/components/Message/Message.d.ts.map +1 -1
- package/dist/types/components/MessageThread/MessageThread.d.ts +9 -6
- package/dist/types/components/MessageThread/MessageThread.d.ts.map +1 -1
- package/dist/types/components/Notification/Notification.d.ts +5 -2
- package/dist/types/components/Notification/Notification.d.ts.map +1 -1
- package/dist/types/components/NumberField/NumberField.d.ts +6 -3
- package/dist/types/components/NumberField/NumberField.d.ts.map +1 -1
- package/dist/types/components/ProgressBar/ProgressBar.d.ts +5 -2
- package/dist/types/components/ProgressBar/ProgressBar.d.ts.map +1 -1
- package/dist/types/components/RadioGroup/components/Radio/Radio.d.ts +6 -3
- package/dist/types/components/RadioGroup/components/Radio/Radio.d.ts.map +1 -1
- package/dist/types/components/RadioGroup/components/RadioButton/RadioButton.d.ts +6 -2
- package/dist/types/components/RadioGroup/components/RadioButton/RadioButton.d.ts.map +1 -1
- package/dist/types/components/SearchField/SearchField.d.ts +6 -3
- package/dist/types/components/SearchField/SearchField.d.ts.map +1 -1
- package/dist/types/components/SegmentedControl/components/Segment/Segment.d.ts +6 -3
- package/dist/types/components/SegmentedControl/components/Segment/Segment.d.ts.map +1 -1
- package/dist/types/components/Select/Select.d.ts +7 -4
- package/dist/types/components/Select/Select.d.ts.map +1 -1
- package/dist/types/components/Slider/Slider.d.ts +6 -3
- package/dist/types/components/Slider/Slider.d.ts.map +1 -1
- package/dist/types/components/Switch/Switch.d.ts +6 -3
- package/dist/types/components/Switch/Switch.d.ts.map +1 -1
- package/dist/types/components/Tabs/components/Tab/Tab.d.ts +4 -1
- package/dist/types/components/Tabs/components/Tab/Tab.d.ts.map +1 -1
- package/dist/types/components/Tabs/components/TabList/TabList.d.ts.map +1 -1
- package/dist/types/components/Text/Text.d.ts +7 -4
- package/dist/types/components/Text/Text.d.ts.map +1 -1
- package/dist/types/components/TextArea/TextArea.d.ts +6 -2
- package/dist/types/components/TextArea/TextArea.d.ts.map +1 -1
- package/dist/types/components/TextField/TextField.d.ts +6 -2
- package/dist/types/components/TextField/TextField.d.ts.map +1 -1
- package/dist/types/components/TextFieldBase/TextFieldBase.d.ts.map +1 -1
- package/dist/types/components/TimeField/TimeField.d.ts +6 -3
- package/dist/types/components/TimeField/TimeField.d.ts.map +1 -1
- package/dist/types/components/public.d.ts +0 -1
- package/dist/types/components/public.d.ts.map +1 -1
- package/dist/types/lib/propsContext/PropsContextProvider.d.ts.map +1 -1
- package/dist/types/lib/propsContext/index.d.ts +2 -1
- package/dist/types/lib/propsContext/index.d.ts.map +1 -1
- package/dist/types/views/ClearPropsContextContentView.d.ts +5 -0
- package/dist/types/views/ClearPropsContextContentView.d.ts.map +1 -0
- package/package.json +4 -4
- package/dist/js/views/ClearPropsContextView.mjs +0 -14
- package/dist/js/views/ClearPropsContextView.mjs.map +0 -1
- package/dist/types/components/ClearPropsContext/view.d.ts +0 -8
- package/dist/types/components/ClearPropsContext/view.d.ts.map +0 -1
- package/dist/types/views/ClearPropsContextView.d.ts +0 -5
- package/dist/types/views/ClearPropsContextView.d.ts.map +0 -1
|
@@ -441,7 +441,8 @@
|
|
|
441
441
|
},
|
|
442
442
|
{
|
|
443
443
|
"tags": {
|
|
444
|
-
"flr-generate": "all"
|
|
444
|
+
"flr-generate": "all",
|
|
445
|
+
"flr-clear-props-context": ""
|
|
445
446
|
},
|
|
446
447
|
"filePath": "src/components/TimeField/TimeField.tsx",
|
|
447
448
|
"description": "",
|
|
@@ -2093,7 +2094,8 @@
|
|
|
2093
2094
|
},
|
|
2094
2095
|
{
|
|
2095
2096
|
"tags": {
|
|
2096
|
-
"flr-generate": "all"
|
|
2097
|
+
"flr-generate": "all",
|
|
2098
|
+
"flr-clear-props-context": ""
|
|
2097
2099
|
},
|
|
2098
2100
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/TextField/TextField.tsx",
|
|
2099
2101
|
"description": "",
|
|
@@ -3151,7 +3153,8 @@
|
|
|
3151
3153
|
},
|
|
3152
3154
|
{
|
|
3153
3155
|
"tags": {
|
|
3154
|
-
"flr-generate": "all"
|
|
3156
|
+
"flr-generate": "all",
|
|
3157
|
+
"flr-clear-props-context": ""
|
|
3155
3158
|
},
|
|
3156
3159
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/TextArea/TextArea.tsx",
|
|
3157
3160
|
"description": "",
|
|
@@ -4228,7 +4231,8 @@
|
|
|
4228
4231
|
},
|
|
4229
4232
|
{
|
|
4230
4233
|
"tags": {
|
|
4231
|
-
"flr-generate": "all"
|
|
4234
|
+
"flr-generate": "all",
|
|
4235
|
+
"flr-clear-props-context": ""
|
|
4232
4236
|
},
|
|
4233
4237
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Text/Text.tsx",
|
|
4234
4238
|
"description": "",
|
|
@@ -9610,438 +9614,9 @@
|
|
|
9610
9614
|
"tags": {
|
|
9611
9615
|
"flr-generate": "all"
|
|
9612
9616
|
},
|
|
9613
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
9617
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/Tabs.tsx",
|
|
9614
9618
|
"description": "",
|
|
9615
|
-
"displayName": "
|
|
9616
|
-
"methods": [],
|
|
9617
|
-
"props": {
|
|
9618
|
-
"children": {
|
|
9619
|
-
"defaultValue": null,
|
|
9620
|
-
"description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
|
|
9621
|
-
"name": "children",
|
|
9622
|
-
"parent": {
|
|
9623
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
9624
|
-
"name": "TableProps"
|
|
9625
|
-
},
|
|
9626
|
-
"declarations": [
|
|
9627
|
-
{
|
|
9628
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
9629
|
-
"name": "TableProps"
|
|
9630
|
-
}
|
|
9631
|
-
],
|
|
9632
|
-
"required": false,
|
|
9633
|
-
"type": {
|
|
9634
|
-
"name": "ReactNode"
|
|
9635
|
-
}
|
|
9636
|
-
},
|
|
9637
|
-
"selectionBehavior": {
|
|
9638
|
-
"defaultValue": {
|
|
9639
|
-
"value": "\"toggle\""
|
|
9640
|
-
},
|
|
9641
|
-
"description": "How multiple selection should behave in the collection.",
|
|
9642
|
-
"name": "selectionBehavior",
|
|
9643
|
-
"parent": {
|
|
9644
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
9645
|
-
"name": "TableProps"
|
|
9646
|
-
},
|
|
9647
|
-
"declarations": [
|
|
9648
|
-
{
|
|
9649
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
9650
|
-
"name": "TableProps"
|
|
9651
|
-
}
|
|
9652
|
-
],
|
|
9653
|
-
"required": false,
|
|
9654
|
-
"type": {
|
|
9655
|
-
"name": "SelectionBehavior"
|
|
9656
|
-
}
|
|
9657
|
-
},
|
|
9658
|
-
"disabledBehavior": {
|
|
9659
|
-
"defaultValue": {
|
|
9660
|
-
"value": "\"selection\""
|
|
9661
|
-
},
|
|
9662
|
-
"description": "Whether `disabledKeys` applies to all interactions, or only selection.",
|
|
9663
|
-
"name": "disabledBehavior",
|
|
9664
|
-
"parent": {
|
|
9665
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
9666
|
-
"name": "TableProps"
|
|
9667
|
-
},
|
|
9668
|
-
"declarations": [
|
|
9669
|
-
{
|
|
9670
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
9671
|
-
"name": "TableProps"
|
|
9672
|
-
}
|
|
9673
|
-
],
|
|
9674
|
-
"required": false,
|
|
9675
|
-
"type": {
|
|
9676
|
-
"name": "DisabledBehavior"
|
|
9677
|
-
}
|
|
9678
|
-
},
|
|
9679
|
-
"onRowAction": {
|
|
9680
|
-
"defaultValue": null,
|
|
9681
|
-
"description": "Handler that is called when a user performs an action on the row.",
|
|
9682
|
-
"name": "onRowAction",
|
|
9683
|
-
"parent": {
|
|
9684
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
9685
|
-
"name": "TableProps"
|
|
9686
|
-
},
|
|
9687
|
-
"declarations": [
|
|
9688
|
-
{
|
|
9689
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
9690
|
-
"name": "TableProps"
|
|
9691
|
-
}
|
|
9692
|
-
],
|
|
9693
|
-
"required": false,
|
|
9694
|
-
"type": {
|
|
9695
|
-
"name": "((key: Key) => void)"
|
|
9696
|
-
}
|
|
9697
|
-
},
|
|
9698
|
-
"dragAndDropHooks": {
|
|
9699
|
-
"defaultValue": null,
|
|
9700
|
-
"description": "The drag and drop hooks returned by `useDragAndDrop` used to enable drag and drop behavior for the Table.",
|
|
9701
|
-
"name": "dragAndDropHooks",
|
|
9702
|
-
"parent": {
|
|
9703
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
9704
|
-
"name": "TableProps"
|
|
9705
|
-
},
|
|
9706
|
-
"declarations": [
|
|
9707
|
-
{
|
|
9708
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
9709
|
-
"name": "TableProps"
|
|
9710
|
-
}
|
|
9711
|
-
],
|
|
9712
|
-
"required": false,
|
|
9713
|
-
"type": {
|
|
9714
|
-
"name": "DragAndDropHooks"
|
|
9715
|
-
}
|
|
9716
|
-
},
|
|
9717
|
-
"disallowEmptySelection": {
|
|
9718
|
-
"defaultValue": null,
|
|
9719
|
-
"description": "Whether the collection allows empty selection.",
|
|
9720
|
-
"name": "disallowEmptySelection",
|
|
9721
|
-
"parent": {
|
|
9722
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
9723
|
-
"name": "MultipleSelection"
|
|
9724
|
-
},
|
|
9725
|
-
"declarations": [
|
|
9726
|
-
{
|
|
9727
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
9728
|
-
"name": "MultipleSelection"
|
|
9729
|
-
}
|
|
9730
|
-
],
|
|
9731
|
-
"required": false,
|
|
9732
|
-
"type": {
|
|
9733
|
-
"name": "boolean"
|
|
9734
|
-
}
|
|
9735
|
-
},
|
|
9736
|
-
"onSelectionChange": {
|
|
9737
|
-
"defaultValue": null,
|
|
9738
|
-
"description": "Handler that is called when the selection changes.",
|
|
9739
|
-
"name": "onSelectionChange",
|
|
9740
|
-
"parent": {
|
|
9741
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
9742
|
-
"name": "MultipleSelection"
|
|
9743
|
-
},
|
|
9744
|
-
"declarations": [
|
|
9745
|
-
{
|
|
9746
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
9747
|
-
"name": "MultipleSelection"
|
|
9748
|
-
}
|
|
9749
|
-
],
|
|
9750
|
-
"required": false,
|
|
9751
|
-
"type": {
|
|
9752
|
-
"name": "((keys: Selection) => void)"
|
|
9753
|
-
}
|
|
9754
|
-
},
|
|
9755
|
-
"disabledKeys": {
|
|
9756
|
-
"defaultValue": null,
|
|
9757
|
-
"description": "A list of row keys to disable.",
|
|
9758
|
-
"name": "disabledKeys",
|
|
9759
|
-
"parent": {
|
|
9760
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+table@3.10.4_react@19.0.0/node_modules/@react-types/table/src/index.d.ts",
|
|
9761
|
-
"name": "TableProps"
|
|
9762
|
-
},
|
|
9763
|
-
"declarations": [
|
|
9764
|
-
{
|
|
9765
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+table@3.10.4_react@19.0.0/node_modules/@react-types/table/src/index.d.ts",
|
|
9766
|
-
"name": "TableProps"
|
|
9767
|
-
}
|
|
9768
|
-
],
|
|
9769
|
-
"required": false,
|
|
9770
|
-
"type": {
|
|
9771
|
-
"name": "Iterable<Key>"
|
|
9772
|
-
}
|
|
9773
|
-
},
|
|
9774
|
-
"selectedKeys": {
|
|
9775
|
-
"defaultValue": null,
|
|
9776
|
-
"description": "The currently selected keys in the collection (controlled).",
|
|
9777
|
-
"name": "selectedKeys",
|
|
9778
|
-
"parent": {
|
|
9779
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
9780
|
-
"name": "MultipleSelection"
|
|
9781
|
-
},
|
|
9782
|
-
"declarations": [
|
|
9783
|
-
{
|
|
9784
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
9785
|
-
"name": "MultipleSelection"
|
|
9786
|
-
}
|
|
9787
|
-
],
|
|
9788
|
-
"required": false,
|
|
9789
|
-
"type": {
|
|
9790
|
-
"name": "\"all\" | Iterable<Key>"
|
|
9791
|
-
}
|
|
9792
|
-
},
|
|
9793
|
-
"defaultSelectedKeys": {
|
|
9794
|
-
"defaultValue": null,
|
|
9795
|
-
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
9796
|
-
"name": "defaultSelectedKeys",
|
|
9797
|
-
"parent": {
|
|
9798
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
9799
|
-
"name": "MultipleSelection"
|
|
9800
|
-
},
|
|
9801
|
-
"declarations": [
|
|
9802
|
-
{
|
|
9803
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
9804
|
-
"name": "MultipleSelection"
|
|
9805
|
-
}
|
|
9806
|
-
],
|
|
9807
|
-
"required": false,
|
|
9808
|
-
"type": {
|
|
9809
|
-
"name": "\"all\" | Iterable<Key>"
|
|
9810
|
-
}
|
|
9811
|
-
},
|
|
9812
|
-
"selectionMode": {
|
|
9813
|
-
"defaultValue": null,
|
|
9814
|
-
"description": "The type of selection that is allowed in the collection.",
|
|
9815
|
-
"name": "selectionMode",
|
|
9816
|
-
"parent": {
|
|
9817
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
9818
|
-
"name": "MultipleSelection"
|
|
9819
|
-
},
|
|
9820
|
-
"declarations": [
|
|
9821
|
-
{
|
|
9822
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
9823
|
-
"name": "MultipleSelection"
|
|
9824
|
-
}
|
|
9825
|
-
],
|
|
9826
|
-
"required": false,
|
|
9827
|
-
"type": {
|
|
9828
|
-
"name": "SelectionMode"
|
|
9829
|
-
}
|
|
9830
|
-
},
|
|
9831
|
-
"sortDescriptor": {
|
|
9832
|
-
"defaultValue": null,
|
|
9833
|
-
"description": "The current sorted column and direction.",
|
|
9834
|
-
"name": "sortDescriptor",
|
|
9835
|
-
"parent": {
|
|
9836
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
9837
|
-
"name": "Sortable"
|
|
9838
|
-
},
|
|
9839
|
-
"declarations": [
|
|
9840
|
-
{
|
|
9841
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
9842
|
-
"name": "Sortable"
|
|
9843
|
-
}
|
|
9844
|
-
],
|
|
9845
|
-
"required": false,
|
|
9846
|
-
"type": {
|
|
9847
|
-
"name": "SortDescriptor"
|
|
9848
|
-
}
|
|
9849
|
-
},
|
|
9850
|
-
"onSortChange": {
|
|
9851
|
-
"defaultValue": null,
|
|
9852
|
-
"description": "Handler that is called when the sorted column or direction changes.",
|
|
9853
|
-
"name": "onSortChange",
|
|
9854
|
-
"parent": {
|
|
9855
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
9856
|
-
"name": "Sortable"
|
|
9857
|
-
},
|
|
9858
|
-
"declarations": [
|
|
9859
|
-
{
|
|
9860
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
9861
|
-
"name": "Sortable"
|
|
9862
|
-
}
|
|
9863
|
-
],
|
|
9864
|
-
"required": false,
|
|
9865
|
-
"type": {
|
|
9866
|
-
"name": "((descriptor: SortDescriptor) => any)"
|
|
9867
|
-
}
|
|
9868
|
-
},
|
|
9869
|
-
"className": {
|
|
9870
|
-
"defaultValue": null,
|
|
9871
|
-
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
|
|
9872
|
-
"name": "className",
|
|
9873
|
-
"parent": {
|
|
9874
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
9875
|
-
"name": "StyleRenderProps"
|
|
9876
|
-
},
|
|
9877
|
-
"declarations": [
|
|
9878
|
-
{
|
|
9879
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
9880
|
-
"name": "StyleRenderProps"
|
|
9881
|
-
}
|
|
9882
|
-
],
|
|
9883
|
-
"required": false,
|
|
9884
|
-
"type": {
|
|
9885
|
-
"name": "string | ((values: TableRenderProps & { defaultClassName: string; }) => string)"
|
|
9886
|
-
}
|
|
9887
|
-
},
|
|
9888
|
-
"style": {
|
|
9889
|
-
"defaultValue": null,
|
|
9890
|
-
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
|
|
9891
|
-
"name": "style",
|
|
9892
|
-
"parent": {
|
|
9893
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
9894
|
-
"name": "StyleRenderProps"
|
|
9895
|
-
},
|
|
9896
|
-
"declarations": [
|
|
9897
|
-
{
|
|
9898
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
9899
|
-
"name": "StyleRenderProps"
|
|
9900
|
-
}
|
|
9901
|
-
],
|
|
9902
|
-
"required": false,
|
|
9903
|
-
"type": {
|
|
9904
|
-
"name": "CSSProperties | ((values: TableRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
|
|
9905
|
-
}
|
|
9906
|
-
},
|
|
9907
|
-
"slot": {
|
|
9908
|
-
"defaultValue": null,
|
|
9909
|
-
"description": "A slot name for the component. Slots allow the component to receive props from a parent component.\nAn explicit `null` value indicates that the local props completely override all props received from a parent.",
|
|
9910
|
-
"name": "slot",
|
|
9911
|
-
"parent": {
|
|
9912
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
9913
|
-
"name": "SlotProps"
|
|
9914
|
-
},
|
|
9915
|
-
"declarations": [
|
|
9916
|
-
{
|
|
9917
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
9918
|
-
"name": "SlotProps"
|
|
9919
|
-
}
|
|
9920
|
-
],
|
|
9921
|
-
"required": false,
|
|
9922
|
-
"type": {
|
|
9923
|
-
"name": "string | null"
|
|
9924
|
-
}
|
|
9925
|
-
},
|
|
9926
|
-
"aria-label": {
|
|
9927
|
-
"defaultValue": null,
|
|
9928
|
-
"description": "Defines a string value that labels the current element.",
|
|
9929
|
-
"name": "aria-label",
|
|
9930
|
-
"parent": {
|
|
9931
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
9932
|
-
"name": "AriaLabelingProps"
|
|
9933
|
-
},
|
|
9934
|
-
"declarations": [
|
|
9935
|
-
{
|
|
9936
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
9937
|
-
"name": "AriaLabelingProps"
|
|
9938
|
-
}
|
|
9939
|
-
],
|
|
9940
|
-
"required": false,
|
|
9941
|
-
"type": {
|
|
9942
|
-
"name": "string"
|
|
9943
|
-
}
|
|
9944
|
-
},
|
|
9945
|
-
"aria-labelledby": {
|
|
9946
|
-
"defaultValue": null,
|
|
9947
|
-
"description": "Identifies the element (or elements) that labels the current element.",
|
|
9948
|
-
"name": "aria-labelledby",
|
|
9949
|
-
"parent": {
|
|
9950
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
9951
|
-
"name": "AriaLabelingProps"
|
|
9952
|
-
},
|
|
9953
|
-
"declarations": [
|
|
9954
|
-
{
|
|
9955
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
9956
|
-
"name": "AriaLabelingProps"
|
|
9957
|
-
}
|
|
9958
|
-
],
|
|
9959
|
-
"required": false,
|
|
9960
|
-
"type": {
|
|
9961
|
-
"name": "string"
|
|
9962
|
-
}
|
|
9963
|
-
},
|
|
9964
|
-
"aria-describedby": {
|
|
9965
|
-
"defaultValue": null,
|
|
9966
|
-
"description": "Identifies the element (or elements) that describes the object.",
|
|
9967
|
-
"name": "aria-describedby",
|
|
9968
|
-
"parent": {
|
|
9969
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
9970
|
-
"name": "AriaLabelingProps"
|
|
9971
|
-
},
|
|
9972
|
-
"declarations": [
|
|
9973
|
-
{
|
|
9974
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
9975
|
-
"name": "AriaLabelingProps"
|
|
9976
|
-
}
|
|
9977
|
-
],
|
|
9978
|
-
"required": false,
|
|
9979
|
-
"type": {
|
|
9980
|
-
"name": "string"
|
|
9981
|
-
}
|
|
9982
|
-
},
|
|
9983
|
-
"aria-details": {
|
|
9984
|
-
"defaultValue": null,
|
|
9985
|
-
"description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
|
|
9986
|
-
"name": "aria-details",
|
|
9987
|
-
"parent": {
|
|
9988
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
9989
|
-
"name": "AriaLabelingProps"
|
|
9990
|
-
},
|
|
9991
|
-
"declarations": [
|
|
9992
|
-
{
|
|
9993
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
9994
|
-
"name": "AriaLabelingProps"
|
|
9995
|
-
}
|
|
9996
|
-
],
|
|
9997
|
-
"required": false,
|
|
9998
|
-
"type": {
|
|
9999
|
-
"name": "string"
|
|
10000
|
-
}
|
|
10001
|
-
},
|
|
10002
|
-
"onScroll": {
|
|
10003
|
-
"defaultValue": null,
|
|
10004
|
-
"description": "Handler that is called when a user scrolls. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/scroll_event).",
|
|
10005
|
-
"name": "onScroll",
|
|
10006
|
-
"parent": {
|
|
10007
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
10008
|
-
"name": "ScrollableProps"
|
|
10009
|
-
},
|
|
10010
|
-
"declarations": [
|
|
10011
|
-
{
|
|
10012
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
10013
|
-
"name": "ScrollableProps"
|
|
10014
|
-
}
|
|
10015
|
-
],
|
|
10016
|
-
"required": false,
|
|
10017
|
-
"type": {
|
|
10018
|
-
"name": "((e: UIEvent<HTMLTableElement, UIEvent>) => void)"
|
|
10019
|
-
}
|
|
10020
|
-
},
|
|
10021
|
-
"verticalAlign": {
|
|
10022
|
-
"defaultValue": null,
|
|
10023
|
-
"description": "The vertical alignment of the table cells content.",
|
|
10024
|
-
"name": "verticalAlign",
|
|
10025
|
-
"declarations": [
|
|
10026
|
-
{
|
|
10027
|
-
"fileName": "components/src/components/Table/Table.tsx",
|
|
10028
|
-
"name": "TypeLiteral"
|
|
10029
|
-
}
|
|
10030
|
-
],
|
|
10031
|
-
"required": false,
|
|
10032
|
-
"type": {
|
|
10033
|
-
"name": "\"top\" | \"middle\""
|
|
10034
|
-
}
|
|
10035
|
-
}
|
|
10036
|
-
}
|
|
10037
|
-
},
|
|
10038
|
-
{
|
|
10039
|
-
"tags": {
|
|
10040
|
-
"flr-generate": "all"
|
|
10041
|
-
},
|
|
10042
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/Tabs.tsx",
|
|
10043
|
-
"description": "",
|
|
10044
|
-
"displayName": "Tabs",
|
|
9619
|
+
"displayName": "Tabs",
|
|
10045
9620
|
"methods": [],
|
|
10046
9621
|
"props": {
|
|
10047
9622
|
"aria-label": {
|
|
@@ -10430,6 +10005,436 @@
|
|
|
10430
10005
|
"tags": {
|
|
10431
10006
|
"flr-generate": "all"
|
|
10432
10007
|
},
|
|
10008
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/Table.tsx",
|
|
10009
|
+
"description": "",
|
|
10010
|
+
"displayName": "Table",
|
|
10011
|
+
"methods": [],
|
|
10012
|
+
"props": {
|
|
10013
|
+
"children": {
|
|
10014
|
+
"defaultValue": null,
|
|
10015
|
+
"description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
|
|
10016
|
+
"name": "children",
|
|
10017
|
+
"parent": {
|
|
10018
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
10019
|
+
"name": "TableProps"
|
|
10020
|
+
},
|
|
10021
|
+
"declarations": [
|
|
10022
|
+
{
|
|
10023
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
10024
|
+
"name": "TableProps"
|
|
10025
|
+
}
|
|
10026
|
+
],
|
|
10027
|
+
"required": false,
|
|
10028
|
+
"type": {
|
|
10029
|
+
"name": "ReactNode"
|
|
10030
|
+
}
|
|
10031
|
+
},
|
|
10032
|
+
"selectionBehavior": {
|
|
10033
|
+
"defaultValue": {
|
|
10034
|
+
"value": "\"toggle\""
|
|
10035
|
+
},
|
|
10036
|
+
"description": "How multiple selection should behave in the collection.",
|
|
10037
|
+
"name": "selectionBehavior",
|
|
10038
|
+
"parent": {
|
|
10039
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
10040
|
+
"name": "TableProps"
|
|
10041
|
+
},
|
|
10042
|
+
"declarations": [
|
|
10043
|
+
{
|
|
10044
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
10045
|
+
"name": "TableProps"
|
|
10046
|
+
}
|
|
10047
|
+
],
|
|
10048
|
+
"required": false,
|
|
10049
|
+
"type": {
|
|
10050
|
+
"name": "SelectionBehavior"
|
|
10051
|
+
}
|
|
10052
|
+
},
|
|
10053
|
+
"disabledBehavior": {
|
|
10054
|
+
"defaultValue": {
|
|
10055
|
+
"value": "\"selection\""
|
|
10056
|
+
},
|
|
10057
|
+
"description": "Whether `disabledKeys` applies to all interactions, or only selection.",
|
|
10058
|
+
"name": "disabledBehavior",
|
|
10059
|
+
"parent": {
|
|
10060
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
10061
|
+
"name": "TableProps"
|
|
10062
|
+
},
|
|
10063
|
+
"declarations": [
|
|
10064
|
+
{
|
|
10065
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
10066
|
+
"name": "TableProps"
|
|
10067
|
+
}
|
|
10068
|
+
],
|
|
10069
|
+
"required": false,
|
|
10070
|
+
"type": {
|
|
10071
|
+
"name": "DisabledBehavior"
|
|
10072
|
+
}
|
|
10073
|
+
},
|
|
10074
|
+
"onRowAction": {
|
|
10075
|
+
"defaultValue": null,
|
|
10076
|
+
"description": "Handler that is called when a user performs an action on the row.",
|
|
10077
|
+
"name": "onRowAction",
|
|
10078
|
+
"parent": {
|
|
10079
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
10080
|
+
"name": "TableProps"
|
|
10081
|
+
},
|
|
10082
|
+
"declarations": [
|
|
10083
|
+
{
|
|
10084
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
10085
|
+
"name": "TableProps"
|
|
10086
|
+
}
|
|
10087
|
+
],
|
|
10088
|
+
"required": false,
|
|
10089
|
+
"type": {
|
|
10090
|
+
"name": "((key: Key) => void)"
|
|
10091
|
+
}
|
|
10092
|
+
},
|
|
10093
|
+
"dragAndDropHooks": {
|
|
10094
|
+
"defaultValue": null,
|
|
10095
|
+
"description": "The drag and drop hooks returned by `useDragAndDrop` used to enable drag and drop behavior for the Table.",
|
|
10096
|
+
"name": "dragAndDropHooks",
|
|
10097
|
+
"parent": {
|
|
10098
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
10099
|
+
"name": "TableProps"
|
|
10100
|
+
},
|
|
10101
|
+
"declarations": [
|
|
10102
|
+
{
|
|
10103
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
10104
|
+
"name": "TableProps"
|
|
10105
|
+
}
|
|
10106
|
+
],
|
|
10107
|
+
"required": false,
|
|
10108
|
+
"type": {
|
|
10109
|
+
"name": "DragAndDropHooks"
|
|
10110
|
+
}
|
|
10111
|
+
},
|
|
10112
|
+
"disallowEmptySelection": {
|
|
10113
|
+
"defaultValue": null,
|
|
10114
|
+
"description": "Whether the collection allows empty selection.",
|
|
10115
|
+
"name": "disallowEmptySelection",
|
|
10116
|
+
"parent": {
|
|
10117
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
10118
|
+
"name": "MultipleSelection"
|
|
10119
|
+
},
|
|
10120
|
+
"declarations": [
|
|
10121
|
+
{
|
|
10122
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
10123
|
+
"name": "MultipleSelection"
|
|
10124
|
+
}
|
|
10125
|
+
],
|
|
10126
|
+
"required": false,
|
|
10127
|
+
"type": {
|
|
10128
|
+
"name": "boolean"
|
|
10129
|
+
}
|
|
10130
|
+
},
|
|
10131
|
+
"onSelectionChange": {
|
|
10132
|
+
"defaultValue": null,
|
|
10133
|
+
"description": "Handler that is called when the selection changes.",
|
|
10134
|
+
"name": "onSelectionChange",
|
|
10135
|
+
"parent": {
|
|
10136
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
10137
|
+
"name": "MultipleSelection"
|
|
10138
|
+
},
|
|
10139
|
+
"declarations": [
|
|
10140
|
+
{
|
|
10141
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
10142
|
+
"name": "MultipleSelection"
|
|
10143
|
+
}
|
|
10144
|
+
],
|
|
10145
|
+
"required": false,
|
|
10146
|
+
"type": {
|
|
10147
|
+
"name": "((keys: Selection) => void)"
|
|
10148
|
+
}
|
|
10149
|
+
},
|
|
10150
|
+
"disabledKeys": {
|
|
10151
|
+
"defaultValue": null,
|
|
10152
|
+
"description": "A list of row keys to disable.",
|
|
10153
|
+
"name": "disabledKeys",
|
|
10154
|
+
"parent": {
|
|
10155
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+table@3.10.4_react@19.0.0/node_modules/@react-types/table/src/index.d.ts",
|
|
10156
|
+
"name": "TableProps"
|
|
10157
|
+
},
|
|
10158
|
+
"declarations": [
|
|
10159
|
+
{
|
|
10160
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+table@3.10.4_react@19.0.0/node_modules/@react-types/table/src/index.d.ts",
|
|
10161
|
+
"name": "TableProps"
|
|
10162
|
+
}
|
|
10163
|
+
],
|
|
10164
|
+
"required": false,
|
|
10165
|
+
"type": {
|
|
10166
|
+
"name": "Iterable<Key>"
|
|
10167
|
+
}
|
|
10168
|
+
},
|
|
10169
|
+
"selectedKeys": {
|
|
10170
|
+
"defaultValue": null,
|
|
10171
|
+
"description": "The currently selected keys in the collection (controlled).",
|
|
10172
|
+
"name": "selectedKeys",
|
|
10173
|
+
"parent": {
|
|
10174
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
10175
|
+
"name": "MultipleSelection"
|
|
10176
|
+
},
|
|
10177
|
+
"declarations": [
|
|
10178
|
+
{
|
|
10179
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
10180
|
+
"name": "MultipleSelection"
|
|
10181
|
+
}
|
|
10182
|
+
],
|
|
10183
|
+
"required": false,
|
|
10184
|
+
"type": {
|
|
10185
|
+
"name": "\"all\" | Iterable<Key>"
|
|
10186
|
+
}
|
|
10187
|
+
},
|
|
10188
|
+
"defaultSelectedKeys": {
|
|
10189
|
+
"defaultValue": null,
|
|
10190
|
+
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
10191
|
+
"name": "defaultSelectedKeys",
|
|
10192
|
+
"parent": {
|
|
10193
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
10194
|
+
"name": "MultipleSelection"
|
|
10195
|
+
},
|
|
10196
|
+
"declarations": [
|
|
10197
|
+
{
|
|
10198
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
10199
|
+
"name": "MultipleSelection"
|
|
10200
|
+
}
|
|
10201
|
+
],
|
|
10202
|
+
"required": false,
|
|
10203
|
+
"type": {
|
|
10204
|
+
"name": "\"all\" | Iterable<Key>"
|
|
10205
|
+
}
|
|
10206
|
+
},
|
|
10207
|
+
"selectionMode": {
|
|
10208
|
+
"defaultValue": null,
|
|
10209
|
+
"description": "The type of selection that is allowed in the collection.",
|
|
10210
|
+
"name": "selectionMode",
|
|
10211
|
+
"parent": {
|
|
10212
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
10213
|
+
"name": "MultipleSelection"
|
|
10214
|
+
},
|
|
10215
|
+
"declarations": [
|
|
10216
|
+
{
|
|
10217
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
10218
|
+
"name": "MultipleSelection"
|
|
10219
|
+
}
|
|
10220
|
+
],
|
|
10221
|
+
"required": false,
|
|
10222
|
+
"type": {
|
|
10223
|
+
"name": "SelectionMode"
|
|
10224
|
+
}
|
|
10225
|
+
},
|
|
10226
|
+
"sortDescriptor": {
|
|
10227
|
+
"defaultValue": null,
|
|
10228
|
+
"description": "The current sorted column and direction.",
|
|
10229
|
+
"name": "sortDescriptor",
|
|
10230
|
+
"parent": {
|
|
10231
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
10232
|
+
"name": "Sortable"
|
|
10233
|
+
},
|
|
10234
|
+
"declarations": [
|
|
10235
|
+
{
|
|
10236
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
10237
|
+
"name": "Sortable"
|
|
10238
|
+
}
|
|
10239
|
+
],
|
|
10240
|
+
"required": false,
|
|
10241
|
+
"type": {
|
|
10242
|
+
"name": "SortDescriptor"
|
|
10243
|
+
}
|
|
10244
|
+
},
|
|
10245
|
+
"onSortChange": {
|
|
10246
|
+
"defaultValue": null,
|
|
10247
|
+
"description": "Handler that is called when the sorted column or direction changes.",
|
|
10248
|
+
"name": "onSortChange",
|
|
10249
|
+
"parent": {
|
|
10250
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
10251
|
+
"name": "Sortable"
|
|
10252
|
+
},
|
|
10253
|
+
"declarations": [
|
|
10254
|
+
{
|
|
10255
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
10256
|
+
"name": "Sortable"
|
|
10257
|
+
}
|
|
10258
|
+
],
|
|
10259
|
+
"required": false,
|
|
10260
|
+
"type": {
|
|
10261
|
+
"name": "((descriptor: SortDescriptor) => any)"
|
|
10262
|
+
}
|
|
10263
|
+
},
|
|
10264
|
+
"className": {
|
|
10265
|
+
"defaultValue": null,
|
|
10266
|
+
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
|
|
10267
|
+
"name": "className",
|
|
10268
|
+
"parent": {
|
|
10269
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
10270
|
+
"name": "StyleRenderProps"
|
|
10271
|
+
},
|
|
10272
|
+
"declarations": [
|
|
10273
|
+
{
|
|
10274
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
10275
|
+
"name": "StyleRenderProps"
|
|
10276
|
+
}
|
|
10277
|
+
],
|
|
10278
|
+
"required": false,
|
|
10279
|
+
"type": {
|
|
10280
|
+
"name": "string | ((values: TableRenderProps & { defaultClassName: string; }) => string)"
|
|
10281
|
+
}
|
|
10282
|
+
},
|
|
10283
|
+
"style": {
|
|
10284
|
+
"defaultValue": null,
|
|
10285
|
+
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
|
|
10286
|
+
"name": "style",
|
|
10287
|
+
"parent": {
|
|
10288
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
10289
|
+
"name": "StyleRenderProps"
|
|
10290
|
+
},
|
|
10291
|
+
"declarations": [
|
|
10292
|
+
{
|
|
10293
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
10294
|
+
"name": "StyleRenderProps"
|
|
10295
|
+
}
|
|
10296
|
+
],
|
|
10297
|
+
"required": false,
|
|
10298
|
+
"type": {
|
|
10299
|
+
"name": "CSSProperties | ((values: TableRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
|
|
10300
|
+
}
|
|
10301
|
+
},
|
|
10302
|
+
"slot": {
|
|
10303
|
+
"defaultValue": null,
|
|
10304
|
+
"description": "A slot name for the component. Slots allow the component to receive props from a parent component.\nAn explicit `null` value indicates that the local props completely override all props received from a parent.",
|
|
10305
|
+
"name": "slot",
|
|
10306
|
+
"parent": {
|
|
10307
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
10308
|
+
"name": "SlotProps"
|
|
10309
|
+
},
|
|
10310
|
+
"declarations": [
|
|
10311
|
+
{
|
|
10312
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
10313
|
+
"name": "SlotProps"
|
|
10314
|
+
}
|
|
10315
|
+
],
|
|
10316
|
+
"required": false,
|
|
10317
|
+
"type": {
|
|
10318
|
+
"name": "string | null"
|
|
10319
|
+
}
|
|
10320
|
+
},
|
|
10321
|
+
"aria-label": {
|
|
10322
|
+
"defaultValue": null,
|
|
10323
|
+
"description": "Defines a string value that labels the current element.",
|
|
10324
|
+
"name": "aria-label",
|
|
10325
|
+
"parent": {
|
|
10326
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
10327
|
+
"name": "AriaLabelingProps"
|
|
10328
|
+
},
|
|
10329
|
+
"declarations": [
|
|
10330
|
+
{
|
|
10331
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
10332
|
+
"name": "AriaLabelingProps"
|
|
10333
|
+
}
|
|
10334
|
+
],
|
|
10335
|
+
"required": false,
|
|
10336
|
+
"type": {
|
|
10337
|
+
"name": "string"
|
|
10338
|
+
}
|
|
10339
|
+
},
|
|
10340
|
+
"aria-labelledby": {
|
|
10341
|
+
"defaultValue": null,
|
|
10342
|
+
"description": "Identifies the element (or elements) that labels the current element.",
|
|
10343
|
+
"name": "aria-labelledby",
|
|
10344
|
+
"parent": {
|
|
10345
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
10346
|
+
"name": "AriaLabelingProps"
|
|
10347
|
+
},
|
|
10348
|
+
"declarations": [
|
|
10349
|
+
{
|
|
10350
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
10351
|
+
"name": "AriaLabelingProps"
|
|
10352
|
+
}
|
|
10353
|
+
],
|
|
10354
|
+
"required": false,
|
|
10355
|
+
"type": {
|
|
10356
|
+
"name": "string"
|
|
10357
|
+
}
|
|
10358
|
+
},
|
|
10359
|
+
"aria-describedby": {
|
|
10360
|
+
"defaultValue": null,
|
|
10361
|
+
"description": "Identifies the element (or elements) that describes the object.",
|
|
10362
|
+
"name": "aria-describedby",
|
|
10363
|
+
"parent": {
|
|
10364
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
10365
|
+
"name": "AriaLabelingProps"
|
|
10366
|
+
},
|
|
10367
|
+
"declarations": [
|
|
10368
|
+
{
|
|
10369
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
10370
|
+
"name": "AriaLabelingProps"
|
|
10371
|
+
}
|
|
10372
|
+
],
|
|
10373
|
+
"required": false,
|
|
10374
|
+
"type": {
|
|
10375
|
+
"name": "string"
|
|
10376
|
+
}
|
|
10377
|
+
},
|
|
10378
|
+
"aria-details": {
|
|
10379
|
+
"defaultValue": null,
|
|
10380
|
+
"description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
|
|
10381
|
+
"name": "aria-details",
|
|
10382
|
+
"parent": {
|
|
10383
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
10384
|
+
"name": "AriaLabelingProps"
|
|
10385
|
+
},
|
|
10386
|
+
"declarations": [
|
|
10387
|
+
{
|
|
10388
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
10389
|
+
"name": "AriaLabelingProps"
|
|
10390
|
+
}
|
|
10391
|
+
],
|
|
10392
|
+
"required": false,
|
|
10393
|
+
"type": {
|
|
10394
|
+
"name": "string"
|
|
10395
|
+
}
|
|
10396
|
+
},
|
|
10397
|
+
"onScroll": {
|
|
10398
|
+
"defaultValue": null,
|
|
10399
|
+
"description": "Handler that is called when a user scrolls. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/scroll_event).",
|
|
10400
|
+
"name": "onScroll",
|
|
10401
|
+
"parent": {
|
|
10402
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
10403
|
+
"name": "ScrollableProps"
|
|
10404
|
+
},
|
|
10405
|
+
"declarations": [
|
|
10406
|
+
{
|
|
10407
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
10408
|
+
"name": "ScrollableProps"
|
|
10409
|
+
}
|
|
10410
|
+
],
|
|
10411
|
+
"required": false,
|
|
10412
|
+
"type": {
|
|
10413
|
+
"name": "((e: UIEvent<HTMLTableElement, UIEvent>) => void)"
|
|
10414
|
+
}
|
|
10415
|
+
},
|
|
10416
|
+
"verticalAlign": {
|
|
10417
|
+
"defaultValue": null,
|
|
10418
|
+
"description": "The vertical alignment of the table cells content.",
|
|
10419
|
+
"name": "verticalAlign",
|
|
10420
|
+
"declarations": [
|
|
10421
|
+
{
|
|
10422
|
+
"fileName": "components/src/components/Table/Table.tsx",
|
|
10423
|
+
"name": "TypeLiteral"
|
|
10424
|
+
}
|
|
10425
|
+
],
|
|
10426
|
+
"required": false,
|
|
10427
|
+
"type": {
|
|
10428
|
+
"name": "\"top\" | \"middle\""
|
|
10429
|
+
}
|
|
10430
|
+
}
|
|
10431
|
+
}
|
|
10432
|
+
},
|
|
10433
|
+
{
|
|
10434
|
+
"tags": {
|
|
10435
|
+
"flr-generate": "all",
|
|
10436
|
+
"flr-clear-props-context": ""
|
|
10437
|
+
},
|
|
10433
10438
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Switch/Switch.tsx",
|
|
10434
10439
|
"description": "",
|
|
10435
10440
|
"displayName": "Switch",
|
|
@@ -11064,7 +11069,8 @@
|
|
|
11064
11069
|
},
|
|
11065
11070
|
{
|
|
11066
11071
|
"tags": {
|
|
11067
|
-
"flr-generate": "all"
|
|
11072
|
+
"flr-generate": "all",
|
|
11073
|
+
"flr-clear-props-context": ""
|
|
11068
11074
|
},
|
|
11069
11075
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Slider/Slider.tsx",
|
|
11070
11076
|
"description": "",
|
|
@@ -22487,7 +22493,8 @@
|
|
|
22487
22493
|
},
|
|
22488
22494
|
{
|
|
22489
22495
|
"tags": {
|
|
22490
|
-
"flr-generate": "all"
|
|
22496
|
+
"flr-generate": "all",
|
|
22497
|
+
"flr-clear-props-context": ""
|
|
22491
22498
|
},
|
|
22492
22499
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Select/Select.tsx",
|
|
22493
22500
|
"description": "",
|
|
@@ -29134,7 +29141,8 @@
|
|
|
29134
29141
|
},
|
|
29135
29142
|
{
|
|
29136
29143
|
"tags": {
|
|
29137
|
-
"flr-generate": "all"
|
|
29144
|
+
"flr-generate": "all",
|
|
29145
|
+
"flr-clear-props-context": ""
|
|
29138
29146
|
},
|
|
29139
29147
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/SearchField/SearchField.tsx",
|
|
29140
29148
|
"description": "",
|
|
@@ -30769,7 +30777,8 @@
|
|
|
30769
30777
|
},
|
|
30770
30778
|
{
|
|
30771
30779
|
"tags": {
|
|
30772
|
-
"flr-generate": "all"
|
|
30780
|
+
"flr-generate": "all",
|
|
30781
|
+
"flr-clear-props-context": ""
|
|
30773
30782
|
},
|
|
30774
30783
|
"filePath": "src/components/ProgressBar/ProgressBar.tsx",
|
|
30775
30784
|
"description": "",
|
|
@@ -31124,7 +31133,7 @@
|
|
|
31124
31133
|
},
|
|
31125
31134
|
{
|
|
31126
31135
|
"tags": {},
|
|
31127
|
-
"filePath": "
|
|
31136
|
+
"filePath": "src/components/Popover/Popover.tsx",
|
|
31128
31137
|
"description": "",
|
|
31129
31138
|
"displayName": "Popover",
|
|
31130
31139
|
"methods": [],
|
|
@@ -31134,12 +31143,12 @@
|
|
|
31134
31143
|
"description": "Whether the popover should display a tip, pointing towards the trigger\nelement.",
|
|
31135
31144
|
"name": "withTip",
|
|
31136
31145
|
"parent": {
|
|
31137
|
-
"fileName": "
|
|
31146
|
+
"fileName": "src/components/Popover/Popover.tsx",
|
|
31138
31147
|
"name": "PopoverProps"
|
|
31139
31148
|
},
|
|
31140
31149
|
"declarations": [
|
|
31141
31150
|
{
|
|
31142
|
-
"fileName": "
|
|
31151
|
+
"fileName": "src/components/Popover/Popover.tsx",
|
|
31143
31152
|
"name": "PopoverProps"
|
|
31144
31153
|
}
|
|
31145
31154
|
],
|
|
@@ -31153,12 +31162,12 @@
|
|
|
31153
31162
|
"description": "Whether the popover contains a dialog.",
|
|
31154
31163
|
"name": "isDialogContent",
|
|
31155
31164
|
"parent": {
|
|
31156
|
-
"fileName": "
|
|
31165
|
+
"fileName": "src/components/Popover/Popover.tsx",
|
|
31157
31166
|
"name": "PopoverProps"
|
|
31158
31167
|
},
|
|
31159
31168
|
"declarations": [
|
|
31160
31169
|
{
|
|
31161
|
-
"fileName": "
|
|
31170
|
+
"fileName": "src/components/Popover/Popover.tsx",
|
|
31162
31171
|
"name": "PopoverProps"
|
|
31163
31172
|
}
|
|
31164
31173
|
],
|
|
@@ -31172,12 +31181,12 @@
|
|
|
31172
31181
|
"description": "An overlay controller to control the popover state.",
|
|
31173
31182
|
"name": "controller",
|
|
31174
31183
|
"parent": {
|
|
31175
|
-
"fileName": "
|
|
31184
|
+
"fileName": "src/components/Popover/Popover.tsx",
|
|
31176
31185
|
"name": "PopoverProps"
|
|
31177
31186
|
},
|
|
31178
31187
|
"declarations": [
|
|
31179
31188
|
{
|
|
31180
|
-
"fileName": "
|
|
31189
|
+
"fileName": "src/components/Popover/Popover.tsx",
|
|
31181
31190
|
"name": "PopoverProps"
|
|
31182
31191
|
}
|
|
31183
31192
|
],
|
|
@@ -31191,12 +31200,12 @@
|
|
|
31191
31200
|
"description": "A fixed width for the popover.",
|
|
31192
31201
|
"name": "width",
|
|
31193
31202
|
"parent": {
|
|
31194
|
-
"fileName": "
|
|
31203
|
+
"fileName": "src/components/Popover/Popover.tsx",
|
|
31195
31204
|
"name": "PopoverProps"
|
|
31196
31205
|
},
|
|
31197
31206
|
"declarations": [
|
|
31198
31207
|
{
|
|
31199
|
-
"fileName": "
|
|
31208
|
+
"fileName": "src/components/Popover/Popover.tsx",
|
|
31200
31209
|
"name": "PopoverProps"
|
|
31201
31210
|
}
|
|
31202
31211
|
],
|
|
@@ -31212,12 +31221,12 @@
|
|
|
31212
31221
|
"description": "The popovers padding.",
|
|
31213
31222
|
"name": "padding",
|
|
31214
31223
|
"parent": {
|
|
31215
|
-
"fileName": "
|
|
31224
|
+
"fileName": "src/components/Popover/Popover.tsx",
|
|
31216
31225
|
"name": "PopoverProps"
|
|
31217
31226
|
},
|
|
31218
31227
|
"declarations": [
|
|
31219
31228
|
{
|
|
31220
|
-
"fileName": "
|
|
31229
|
+
"fileName": "src/components/Popover/Popover.tsx",
|
|
31221
31230
|
"name": "PopoverProps"
|
|
31222
31231
|
}
|
|
31223
31232
|
],
|
|
@@ -31899,7 +31908,7 @@
|
|
|
31899
31908
|
},
|
|
31900
31909
|
{
|
|
31901
31910
|
"tags": {},
|
|
31902
|
-
"filePath": "
|
|
31911
|
+
"filePath": "src/components/Overlay/Overlay.tsx",
|
|
31903
31912
|
"description": "",
|
|
31904
31913
|
"displayName": "Overlay",
|
|
31905
31914
|
"methods": [],
|
|
@@ -31909,12 +31918,12 @@
|
|
|
31909
31918
|
"description": "",
|
|
31910
31919
|
"name": "ref",
|
|
31911
31920
|
"parent": {
|
|
31912
|
-
"fileName": "
|
|
31921
|
+
"fileName": "src/components/Overlay/Overlay.tsx",
|
|
31913
31922
|
"name": "OverlayProps"
|
|
31914
31923
|
},
|
|
31915
31924
|
"declarations": [
|
|
31916
31925
|
{
|
|
31917
|
-
"fileName": "
|
|
31926
|
+
"fileName": "src/components/Overlay/Overlay.tsx",
|
|
31918
31927
|
"name": "OverlayProps"
|
|
31919
31928
|
}
|
|
31920
31929
|
],
|
|
@@ -31928,12 +31937,12 @@
|
|
|
31928
31937
|
"description": "The controller to control the overlay state.",
|
|
31929
31938
|
"name": "controller",
|
|
31930
31939
|
"parent": {
|
|
31931
|
-
"fileName": "
|
|
31940
|
+
"fileName": "src/components/Overlay/Overlay.tsx",
|
|
31932
31941
|
"name": "OverlayProps"
|
|
31933
31942
|
},
|
|
31934
31943
|
"declarations": [
|
|
31935
31944
|
{
|
|
31936
|
-
"fileName": "
|
|
31945
|
+
"fileName": "src/components/Overlay/Overlay.tsx",
|
|
31937
31946
|
"name": "OverlayProps"
|
|
31938
31947
|
}
|
|
31939
31948
|
],
|
|
@@ -31947,12 +31956,12 @@
|
|
|
31947
31956
|
"description": "Whether the overlay can be closed by clicking outside of it.",
|
|
31948
31957
|
"name": "isDismissable",
|
|
31949
31958
|
"parent": {
|
|
31950
|
-
"fileName": "
|
|
31959
|
+
"fileName": "src/components/Overlay/Overlay.tsx",
|
|
31951
31960
|
"name": "OverlayProps"
|
|
31952
31961
|
},
|
|
31953
31962
|
"declarations": [
|
|
31954
31963
|
{
|
|
31955
|
-
"fileName": "
|
|
31964
|
+
"fileName": "src/components/Overlay/Overlay.tsx",
|
|
31956
31965
|
"name": "OverlayProps"
|
|
31957
31966
|
}
|
|
31958
31967
|
],
|
|
@@ -31966,12 +31975,12 @@
|
|
|
31966
31975
|
"description": "Whether the overlay is a modal or a light box.",
|
|
31967
31976
|
"name": "overlayType",
|
|
31968
31977
|
"parent": {
|
|
31969
|
-
"fileName": "
|
|
31978
|
+
"fileName": "src/components/Overlay/Overlay.tsx",
|
|
31970
31979
|
"name": "OverlayProps"
|
|
31971
31980
|
},
|
|
31972
31981
|
"declarations": [
|
|
31973
31982
|
{
|
|
31974
|
-
"fileName": "
|
|
31983
|
+
"fileName": "src/components/Overlay/Overlay.tsx",
|
|
31975
31984
|
"name": "OverlayProps"
|
|
31976
31985
|
}
|
|
31977
31986
|
],
|
|
@@ -33045,7 +33054,8 @@
|
|
|
33045
33054
|
},
|
|
33046
33055
|
{
|
|
33047
33056
|
"tags": {
|
|
33048
|
-
"flr-generate": "all"
|
|
33057
|
+
"flr-generate": "all",
|
|
33058
|
+
"flr-clear-props-context": ""
|
|
33049
33059
|
},
|
|
33050
33060
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/NumberField/NumberField.tsx",
|
|
33051
33061
|
"description": "",
|
|
@@ -44544,7 +44554,8 @@
|
|
|
44544
44554
|
},
|
|
44545
44555
|
{
|
|
44546
44556
|
"tags": {
|
|
44547
|
-
"flr-generate": "all"
|
|
44557
|
+
"flr-generate": "all",
|
|
44558
|
+
"flr-clear-props-context": ""
|
|
44548
44559
|
},
|
|
44549
44560
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Notification/Notification.tsx",
|
|
44550
44561
|
"description": "",
|
|
@@ -55447,7 +55458,8 @@
|
|
|
55447
55458
|
},
|
|
55448
55459
|
{
|
|
55449
55460
|
"tags": {
|
|
55450
|
-
"flr-generate": "all"
|
|
55461
|
+
"flr-generate": "all",
|
|
55462
|
+
"flr-clear-props-context": ""
|
|
55451
55463
|
},
|
|
55452
55464
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/MessageThread/MessageThread.tsx",
|
|
55453
55465
|
"description": "",
|
|
@@ -55613,7 +55625,8 @@
|
|
|
55613
55625
|
},
|
|
55614
55626
|
{
|
|
55615
55627
|
"tags": {
|
|
55616
|
-
"flr-generate": "all"
|
|
55628
|
+
"flr-generate": "all",
|
|
55629
|
+
"flr-clear-props-context": ""
|
|
55617
55630
|
},
|
|
55618
55631
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Message/Message.tsx",
|
|
55619
55632
|
"description": "",
|
|
@@ -66045,7 +66058,8 @@
|
|
|
66045
66058
|
},
|
|
66046
66059
|
{
|
|
66047
66060
|
"tags": {
|
|
66048
|
-
"flr-generate": "all"
|
|
66061
|
+
"flr-generate": "all",
|
|
66062
|
+
"flr-clear-props-context": ""
|
|
66049
66063
|
},
|
|
66050
66064
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Link/Link.tsx",
|
|
66051
66065
|
"description": "",
|
|
@@ -66814,7 +66828,8 @@
|
|
|
66814
66828
|
},
|
|
66815
66829
|
{
|
|
66816
66830
|
"tags": {
|
|
66817
|
-
"flr-generate": "all"
|
|
66831
|
+
"flr-generate": "all",
|
|
66832
|
+
"flr-clear-props-context": ""
|
|
66818
66833
|
},
|
|
66819
66834
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/LightBox.tsx",
|
|
66820
66835
|
"description": "",
|
|
@@ -66975,7 +66990,8 @@
|
|
|
66975
66990
|
},
|
|
66976
66991
|
{
|
|
66977
66992
|
"tags": {
|
|
66978
|
-
"flr-generate": "all"
|
|
66993
|
+
"flr-generate": "all",
|
|
66994
|
+
"flr-clear-props-context": ""
|
|
66979
66995
|
},
|
|
66980
66996
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/LayoutCard/LayoutCard.tsx",
|
|
66981
66997
|
"description": "",
|
|
@@ -72317,7 +72333,8 @@
|
|
|
72317
72333
|
},
|
|
72318
72334
|
{
|
|
72319
72335
|
"tags": {
|
|
72320
|
-
"flr-generate": "all"
|
|
72336
|
+
"flr-generate": "all",
|
|
72337
|
+
"flr-clear-props-context": ""
|
|
72321
72338
|
},
|
|
72322
72339
|
"filePath": "src/components/LabeledValue/LabeledValue.tsx",
|
|
72323
72340
|
"description": "",
|
|
@@ -72362,7 +72379,8 @@
|
|
|
72362
72379
|
},
|
|
72363
72380
|
{
|
|
72364
72381
|
"tags": {
|
|
72365
|
-
"flr-generate": "all"
|
|
72382
|
+
"flr-generate": "all",
|
|
72383
|
+
"flr-clear-props-context": ""
|
|
72366
72384
|
},
|
|
72367
72385
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Label/Label.tsx",
|
|
72368
72386
|
"description": "",
|
|
@@ -77803,7 +77821,8 @@
|
|
|
77803
77821
|
},
|
|
77804
77822
|
{
|
|
77805
77823
|
"tags": {
|
|
77806
|
-
"flr-generate": "all"
|
|
77824
|
+
"flr-generate": "all",
|
|
77825
|
+
"flr-clear-props-context": ""
|
|
77807
77826
|
},
|
|
77808
77827
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/InlineCode/InlineCode.tsx",
|
|
77809
77828
|
"description": "",
|
|
@@ -83100,7 +83119,8 @@
|
|
|
83100
83119
|
},
|
|
83101
83120
|
{
|
|
83102
83121
|
"tags": {
|
|
83103
|
-
"flr-generate": "all"
|
|
83122
|
+
"flr-generate": "all",
|
|
83123
|
+
"flr-clear-props-context": ""
|
|
83104
83124
|
},
|
|
83105
83125
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Initials/Initials.tsx",
|
|
83106
83126
|
"description": "",
|
|
@@ -83240,7 +83260,8 @@
|
|
|
83240
83260
|
},
|
|
83241
83261
|
{
|
|
83242
83262
|
"tags": {
|
|
83243
|
-
"flr-generate": "all"
|
|
83263
|
+
"flr-generate": "all",
|
|
83264
|
+
"flr-clear-props-context": ""
|
|
83244
83265
|
},
|
|
83245
83266
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Image/Image.tsx",
|
|
83246
83267
|
"description": "",
|
|
@@ -88822,7 +88843,8 @@
|
|
|
88822
88843
|
},
|
|
88823
88844
|
{
|
|
88824
88845
|
"tags": {
|
|
88825
|
-
"flr-generate": "all"
|
|
88846
|
+
"flr-generate": "all",
|
|
88847
|
+
"flr-clear-props-context": ""
|
|
88826
88848
|
},
|
|
88827
88849
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/IllustratedMessage/IllustratedMessage.tsx",
|
|
88828
88850
|
"description": "",
|
|
@@ -94121,7 +94143,8 @@
|
|
|
94121
94143
|
},
|
|
94122
94144
|
{
|
|
94123
94145
|
"tags": {
|
|
94124
|
-
"flr-generate": "all"
|
|
94146
|
+
"flr-generate": "all",
|
|
94147
|
+
"flr-clear-props-context": ""
|
|
94125
94148
|
},
|
|
94126
94149
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Icon/Icon.tsx",
|
|
94127
94150
|
"description": "",
|
|
@@ -103406,7 +103429,8 @@
|
|
|
103406
103429
|
},
|
|
103407
103430
|
{
|
|
103408
103431
|
"tags": {
|
|
103409
|
-
"flr-generate": "all"
|
|
103432
|
+
"flr-generate": "all",
|
|
103433
|
+
"flr-clear-props-context": ""
|
|
103410
103434
|
},
|
|
103411
103435
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Heading/Heading.tsx",
|
|
103412
103436
|
"description": "",
|
|
@@ -108777,7 +108801,8 @@
|
|
|
108777
108801
|
},
|
|
108778
108802
|
{
|
|
108779
108803
|
"tags": {
|
|
108780
|
-
"flr-generate": "all"
|
|
108804
|
+
"flr-generate": "all",
|
|
108805
|
+
"flr-clear-props-context": ""
|
|
108781
108806
|
},
|
|
108782
108807
|
"filePath": "src/components/HeaderNavigation/HeaderNavigation.tsx",
|
|
108783
108808
|
"description": "",
|
|
@@ -119463,7 +119488,8 @@
|
|
|
119463
119488
|
},
|
|
119464
119489
|
{
|
|
119465
119490
|
"tags": {
|
|
119466
|
-
"flr-generate": "all"
|
|
119491
|
+
"flr-generate": "all",
|
|
119492
|
+
"flr-clear-props-context": ""
|
|
119467
119493
|
},
|
|
119468
119494
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileField/FileField.tsx",
|
|
119469
119495
|
"description": "",
|
|
@@ -119819,7 +119845,8 @@
|
|
|
119819
119845
|
},
|
|
119820
119846
|
{
|
|
119821
119847
|
"tags": {
|
|
119822
|
-
"flr-generate": "all"
|
|
119848
|
+
"flr-generate": "all",
|
|
119849
|
+
"flr-clear-props-context": ""
|
|
119823
119850
|
},
|
|
119824
119851
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCardList/FileCardList.tsx",
|
|
119825
119852
|
"description": "",
|
|
@@ -130741,7 +130768,8 @@
|
|
|
130741
130768
|
},
|
|
130742
130769
|
{
|
|
130743
130770
|
"tags": {
|
|
130744
|
-
"flr-generate": "all"
|
|
130771
|
+
"flr-generate": "all",
|
|
130772
|
+
"flr-clear-props-context": ""
|
|
130745
130773
|
},
|
|
130746
130774
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FieldError/FieldError.tsx",
|
|
130747
130775
|
"description": "",
|
|
@@ -130900,7 +130928,8 @@
|
|
|
130900
130928
|
},
|
|
130901
130929
|
{
|
|
130902
130930
|
"tags": {
|
|
130903
|
-
"flr-generate": "all"
|
|
130931
|
+
"flr-generate": "all",
|
|
130932
|
+
"flr-clear-props-context": ""
|
|
130904
130933
|
},
|
|
130905
130934
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FieldDescription/FieldDescription.tsx",
|
|
130906
130935
|
"description": "",
|
|
@@ -141639,7 +141668,8 @@
|
|
|
141639
141668
|
},
|
|
141640
141669
|
{
|
|
141641
141670
|
"tags": {
|
|
141642
|
-
"flr-generate": "all"
|
|
141671
|
+
"flr-generate": "all",
|
|
141672
|
+
"flr-clear-props-context": ""
|
|
141643
141673
|
},
|
|
141644
141674
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/DateRangePicker.tsx",
|
|
141645
141675
|
"description": "",
|
|
@@ -142490,7 +142520,8 @@
|
|
|
142490
142520
|
},
|
|
142491
142521
|
{
|
|
142492
142522
|
"tags": {
|
|
142493
|
-
"flr-generate": "all"
|
|
142523
|
+
"flr-generate": "all",
|
|
142524
|
+
"flr-clear-props-context": ""
|
|
142494
142525
|
},
|
|
142495
142526
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/DatePicker/DatePicker.tsx",
|
|
142496
142527
|
"description": "",
|
|
@@ -148668,7 +148699,8 @@
|
|
|
148668
148699
|
},
|
|
148669
148700
|
{
|
|
148670
148701
|
"tags": {
|
|
148671
|
-
"flr-generate": "all"
|
|
148702
|
+
"flr-generate": "all",
|
|
148703
|
+
"flr-clear-props-context": ""
|
|
148672
148704
|
},
|
|
148673
148705
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CopyButton/CopyButton.tsx",
|
|
148674
148706
|
"description": "",
|
|
@@ -149660,7 +149692,8 @@
|
|
|
149660
149692
|
},
|
|
149661
149693
|
{
|
|
149662
149694
|
"tags": {
|
|
149663
|
-
"flr-generate": "all"
|
|
149695
|
+
"flr-generate": "all",
|
|
149696
|
+
"flr-clear-props-context": ""
|
|
149664
149697
|
},
|
|
149665
149698
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextualHelp/ContextualHelp.tsx",
|
|
149666
149699
|
"description": "",
|
|
@@ -150165,12 +150198,12 @@
|
|
|
150165
150198
|
"description": "Whether the popover contains a dialog.",
|
|
150166
150199
|
"name": "isDialogContent",
|
|
150167
150200
|
"parent": {
|
|
150168
|
-
"fileName": "
|
|
150201
|
+
"fileName": "src/components/Popover/Popover.tsx",
|
|
150169
150202
|
"name": "PopoverProps"
|
|
150170
150203
|
},
|
|
150171
150204
|
"declarations": [
|
|
150172
150205
|
{
|
|
150173
|
-
"fileName": "
|
|
150206
|
+
"fileName": "src/components/Popover/Popover.tsx",
|
|
150174
150207
|
"name": "PopoverProps"
|
|
150175
150208
|
}
|
|
150176
150209
|
],
|
|
@@ -150184,12 +150217,12 @@
|
|
|
150184
150217
|
"description": "An overlay controller to control the popover state.",
|
|
150185
150218
|
"name": "controller",
|
|
150186
150219
|
"parent": {
|
|
150187
|
-
"fileName": "
|
|
150220
|
+
"fileName": "src/components/Popover/Popover.tsx",
|
|
150188
150221
|
"name": "PopoverProps"
|
|
150189
150222
|
},
|
|
150190
150223
|
"declarations": [
|
|
150191
150224
|
{
|
|
150192
|
-
"fileName": "
|
|
150225
|
+
"fileName": "src/components/Popover/Popover.tsx",
|
|
150193
150226
|
"name": "PopoverProps"
|
|
150194
150227
|
}
|
|
150195
150228
|
],
|
|
@@ -150203,12 +150236,12 @@
|
|
|
150203
150236
|
"description": "A fixed width for the popover.",
|
|
150204
150237
|
"name": "width",
|
|
150205
150238
|
"parent": {
|
|
150206
|
-
"fileName": "
|
|
150239
|
+
"fileName": "src/components/Popover/Popover.tsx",
|
|
150207
150240
|
"name": "PopoverProps"
|
|
150208
150241
|
},
|
|
150209
150242
|
"declarations": [
|
|
150210
150243
|
{
|
|
150211
|
-
"fileName": "
|
|
150244
|
+
"fileName": "src/components/Popover/Popover.tsx",
|
|
150212
150245
|
"name": "PopoverProps"
|
|
150213
150246
|
}
|
|
150214
150247
|
],
|
|
@@ -150224,12 +150257,12 @@
|
|
|
150224
150257
|
"description": "The popovers padding.",
|
|
150225
150258
|
"name": "padding",
|
|
150226
150259
|
"parent": {
|
|
150227
|
-
"fileName": "
|
|
150260
|
+
"fileName": "src/components/Popover/Popover.tsx",
|
|
150228
150261
|
"name": "PopoverProps"
|
|
150229
150262
|
},
|
|
150230
150263
|
"declarations": [
|
|
150231
150264
|
{
|
|
150232
|
-
"fileName": "
|
|
150265
|
+
"fileName": "src/components/Popover/Popover.tsx",
|
|
150233
150266
|
"name": "PopoverProps"
|
|
150234
150267
|
}
|
|
150235
150268
|
],
|
|
@@ -150821,12 +150854,12 @@
|
|
|
150821
150854
|
"description": "Whether the popover contains a dialog.",
|
|
150822
150855
|
"name": "isDialogContent",
|
|
150823
150856
|
"parent": {
|
|
150824
|
-
"fileName": "
|
|
150857
|
+
"fileName": "src/components/Popover/Popover.tsx",
|
|
150825
150858
|
"name": "PopoverProps"
|
|
150826
150859
|
},
|
|
150827
150860
|
"declarations": [
|
|
150828
150861
|
{
|
|
150829
|
-
"fileName": "
|
|
150862
|
+
"fileName": "src/components/Popover/Popover.tsx",
|
|
150830
150863
|
"name": "PopoverProps"
|
|
150831
150864
|
}
|
|
150832
150865
|
],
|
|
@@ -150840,12 +150873,12 @@
|
|
|
150840
150873
|
"description": "An overlay controller to control the popover state.",
|
|
150841
150874
|
"name": "controller",
|
|
150842
150875
|
"parent": {
|
|
150843
|
-
"fileName": "
|
|
150876
|
+
"fileName": "src/components/Popover/Popover.tsx",
|
|
150844
150877
|
"name": "PopoverProps"
|
|
150845
150878
|
},
|
|
150846
150879
|
"declarations": [
|
|
150847
150880
|
{
|
|
150848
|
-
"fileName": "
|
|
150881
|
+
"fileName": "src/components/Popover/Popover.tsx",
|
|
150849
150882
|
"name": "PopoverProps"
|
|
150850
150883
|
}
|
|
150851
150884
|
],
|
|
@@ -150861,12 +150894,12 @@
|
|
|
150861
150894
|
"description": "The popovers padding.",
|
|
150862
150895
|
"name": "padding",
|
|
150863
150896
|
"parent": {
|
|
150864
|
-
"fileName": "
|
|
150897
|
+
"fileName": "src/components/Popover/Popover.tsx",
|
|
150865
150898
|
"name": "PopoverProps"
|
|
150866
150899
|
},
|
|
150867
150900
|
"declarations": [
|
|
150868
150901
|
{
|
|
150869
|
-
"fileName": "
|
|
150902
|
+
"fileName": "src/components/Popover/Popover.tsx",
|
|
150870
150903
|
"name": "PopoverProps"
|
|
150871
150904
|
}
|
|
150872
150905
|
],
|
|
@@ -151050,7 +151083,8 @@
|
|
|
151050
151083
|
},
|
|
151051
151084
|
{
|
|
151052
151085
|
"tags": {
|
|
151053
|
-
"flr-generate": "all"
|
|
151086
|
+
"flr-generate": "all",
|
|
151087
|
+
"flr-clear-props-context": ""
|
|
151054
151088
|
},
|
|
151055
151089
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Content/Content.tsx",
|
|
151056
151090
|
"description": "",
|
|
@@ -157277,7 +157311,8 @@
|
|
|
157277
157311
|
},
|
|
157278
157312
|
{
|
|
157279
157313
|
"tags": {
|
|
157280
|
-
"flr-generate": "all"
|
|
157314
|
+
"flr-generate": "all",
|
|
157315
|
+
"flr-clear-props-context": ""
|
|
157281
157316
|
},
|
|
157282
157317
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
157283
157318
|
"description": "",
|
|
@@ -162747,9 +162782,7 @@
|
|
|
162747
162782
|
}
|
|
162748
162783
|
},
|
|
162749
162784
|
{
|
|
162750
|
-
"tags": {
|
|
162751
|
-
"flr-generate": "all"
|
|
162752
|
-
},
|
|
162785
|
+
"tags": {},
|
|
162753
162786
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ClearPropsContext/ClearPropsContext.tsx",
|
|
162754
162787
|
"description": "",
|
|
162755
162788
|
"displayName": "ClearPropsContext",
|
|
@@ -162774,7 +162807,8 @@
|
|
|
162774
162807
|
},
|
|
162775
162808
|
{
|
|
162776
162809
|
"tags": {
|
|
162777
|
-
"flr-generate": "all"
|
|
162810
|
+
"flr-generate": "all",
|
|
162811
|
+
"flr-clear-props-context": ""
|
|
162778
162812
|
},
|
|
162779
162813
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CheckboxGroup/CheckboxGroup.tsx",
|
|
162780
162814
|
"description": "",
|
|
@@ -163353,7 +163387,8 @@
|
|
|
163353
163387
|
},
|
|
163354
163388
|
{
|
|
163355
163389
|
"tags": {
|
|
163356
|
-
"flr-generate": "all"
|
|
163390
|
+
"flr-generate": "all",
|
|
163391
|
+
"flr-clear-props-context": ""
|
|
163357
163392
|
},
|
|
163358
163393
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CheckboxButton/CheckboxButton.tsx",
|
|
163359
163394
|
"description": "",
|
|
@@ -164084,7 +164119,8 @@
|
|
|
164084
164119
|
},
|
|
164085
164120
|
{
|
|
164086
164121
|
"tags": {
|
|
164087
|
-
"flr-generate": "all"
|
|
164122
|
+
"flr-generate": "all",
|
|
164123
|
+
"flr-clear-props-context": ""
|
|
164088
164124
|
},
|
|
164089
164125
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Checkbox/Checkbox.tsx",
|
|
164090
164126
|
"description": "",
|
|
@@ -164895,7 +164931,8 @@
|
|
|
164895
164931
|
},
|
|
164896
164932
|
{
|
|
164897
164933
|
"tags": {
|
|
164898
|
-
"flr-generate": "all"
|
|
164934
|
+
"flr-generate": "all",
|
|
164935
|
+
"flr-clear-props-context": ""
|
|
164899
164936
|
},
|
|
164900
164937
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Button/Button.tsx",
|
|
164901
164938
|
"description": "",
|
|
@@ -165906,7 +165943,8 @@
|
|
|
165906
165943
|
},
|
|
165907
165944
|
{
|
|
165908
165945
|
"tags": {
|
|
165909
|
-
"flr-generate": "all"
|
|
165946
|
+
"flr-generate": "all",
|
|
165947
|
+
"flr-clear-props-context": ""
|
|
165910
165948
|
},
|
|
165911
165949
|
"filePath": "src/components/Breadcrumb/Breadcrumb.tsx",
|
|
165912
165950
|
"description": "",
|
|
@@ -166181,7 +166219,8 @@
|
|
|
166181
166219
|
},
|
|
166182
166220
|
{
|
|
166183
166221
|
"tags": {
|
|
166184
|
-
"flr-generate": "all"
|
|
166222
|
+
"flr-generate": "all",
|
|
166223
|
+
"flr-clear-props-context": ""
|
|
166185
166224
|
},
|
|
166186
166225
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Badge/Badge.tsx",
|
|
166187
166226
|
"description": "",
|
|
@@ -166484,7 +166523,8 @@
|
|
|
166484
166523
|
},
|
|
166485
166524
|
{
|
|
166486
166525
|
"tags": {
|
|
166487
|
-
"flr-generate": "all"
|
|
166526
|
+
"flr-generate": "all",
|
|
166527
|
+
"flr-clear-props-context": ""
|
|
166488
166528
|
},
|
|
166489
166529
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Avatar/Avatar.tsx",
|
|
166490
166530
|
"description": "",
|
|
@@ -166645,7 +166685,8 @@
|
|
|
166645
166685
|
},
|
|
166646
166686
|
{
|
|
166647
166687
|
"tags": {
|
|
166648
|
-
"flr-generate": "all"
|
|
166688
|
+
"flr-generate": "all",
|
|
166689
|
+
"flr-clear-props-context": ""
|
|
166649
166690
|
},
|
|
166650
166691
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Align/Align.tsx",
|
|
166651
166692
|
"description": "",
|
|
@@ -166766,7 +166807,8 @@
|
|
|
166766
166807
|
},
|
|
166767
166808
|
{
|
|
166768
166809
|
"tags": {
|
|
166769
|
-
"flr-generate": "all"
|
|
166810
|
+
"flr-generate": "all",
|
|
166811
|
+
"flr-clear-props-context": ""
|
|
166770
166812
|
},
|
|
166771
166813
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/AlertIcon/AlertIcon.tsx",
|
|
166772
166814
|
"description": "",
|
|
@@ -176013,143 +176055,8 @@
|
|
|
176013
176055
|
},
|
|
176014
176056
|
{
|
|
176015
176057
|
"tags": {
|
|
176016
|
-
"flr-generate": "all"
|
|
176017
|
-
|
|
176018
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/AlertBadge/AlertBadge.tsx",
|
|
176019
|
-
"description": "",
|
|
176020
|
-
"displayName": "AlertBadge",
|
|
176021
|
-
"methods": [],
|
|
176022
|
-
"props": {
|
|
176023
|
-
"children": {
|
|
176024
|
-
"defaultValue": null,
|
|
176025
|
-
"description": "",
|
|
176026
|
-
"name": "children",
|
|
176027
|
-
"declarations": [
|
|
176028
|
-
{
|
|
176029
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
176030
|
-
"name": "TypeLiteral"
|
|
176031
|
-
}
|
|
176032
|
-
],
|
|
176033
|
-
"required": false,
|
|
176034
|
-
"type": {
|
|
176035
|
-
"name": "ReactNode"
|
|
176036
|
-
}
|
|
176037
|
-
},
|
|
176038
|
-
"status": {
|
|
176039
|
-
"defaultValue": null,
|
|
176040
|
-
"description": "The elements status",
|
|
176041
|
-
"name": "status",
|
|
176042
|
-
"declarations": [
|
|
176043
|
-
{
|
|
176044
|
-
"fileName": "src/lib/types/props.ts",
|
|
176045
|
-
"name": "TypeLiteral"
|
|
176046
|
-
}
|
|
176047
|
-
],
|
|
176048
|
-
"required": false,
|
|
176049
|
-
"type": {
|
|
176050
|
-
"name": "Status"
|
|
176051
|
-
}
|
|
176052
|
-
},
|
|
176053
|
-
"wrapWith": {
|
|
176054
|
-
"defaultValue": null,
|
|
176055
|
-
"description": "",
|
|
176056
|
-
"name": "wrapWith",
|
|
176057
|
-
"parent": {
|
|
176058
|
-
"fileName": "src/lib/componentFactory/flowComponent.tsx",
|
|
176059
|
-
"name": "FlowComponentProps"
|
|
176060
|
-
},
|
|
176061
|
-
"declarations": [
|
|
176062
|
-
{
|
|
176063
|
-
"fileName": "src/lib/componentFactory/flowComponent.tsx",
|
|
176064
|
-
"name": "FlowComponentProps"
|
|
176065
|
-
}
|
|
176066
|
-
],
|
|
176067
|
-
"required": false,
|
|
176068
|
-
"type": {
|
|
176069
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
176070
|
-
}
|
|
176071
|
-
},
|
|
176072
|
-
"tunnelId": {
|
|
176073
|
-
"defaultValue": null,
|
|
176074
|
-
"description": "@internal",
|
|
176075
|
-
"name": "tunnelId",
|
|
176076
|
-
"parent": {
|
|
176077
|
-
"fileName": "src/lib/types/props.ts",
|
|
176078
|
-
"name": "PropsWithTunnel"
|
|
176079
|
-
},
|
|
176080
|
-
"declarations": [
|
|
176081
|
-
{
|
|
176082
|
-
"fileName": "src/lib/types/props.ts",
|
|
176083
|
-
"name": "PropsWithTunnel"
|
|
176084
|
-
}
|
|
176085
|
-
],
|
|
176086
|
-
"required": false,
|
|
176087
|
-
"type": {
|
|
176088
|
-
"name": "string | null"
|
|
176089
|
-
}
|
|
176090
|
-
},
|
|
176091
|
-
"className": {
|
|
176092
|
-
"defaultValue": null,
|
|
176093
|
-
"description": "The elements class name.",
|
|
176094
|
-
"name": "className",
|
|
176095
|
-
"parent": {
|
|
176096
|
-
"fileName": "src/lib/types/props.ts",
|
|
176097
|
-
"name": "PropsWithClassName"
|
|
176098
|
-
},
|
|
176099
|
-
"declarations": [
|
|
176100
|
-
{
|
|
176101
|
-
"fileName": "src/lib/types/props.ts",
|
|
176102
|
-
"name": "PropsWithClassName"
|
|
176103
|
-
}
|
|
176104
|
-
],
|
|
176105
|
-
"required": false,
|
|
176106
|
-
"type": {
|
|
176107
|
-
"name": "string"
|
|
176108
|
-
}
|
|
176109
|
-
},
|
|
176110
|
-
"ref": {
|
|
176111
|
-
"defaultValue": null,
|
|
176112
|
-
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
176113
|
-
"name": "ref",
|
|
176114
|
-
"parent": {
|
|
176115
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
176116
|
-
"name": "RefAttributes"
|
|
176117
|
-
},
|
|
176118
|
-
"declarations": [
|
|
176119
|
-
{
|
|
176120
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
176121
|
-
"name": "RefAttributes"
|
|
176122
|
-
}
|
|
176123
|
-
],
|
|
176124
|
-
"required": false,
|
|
176125
|
-
"type": {
|
|
176126
|
-
"name": "Ref<HTMLDivElement>"
|
|
176127
|
-
}
|
|
176128
|
-
},
|
|
176129
|
-
"key": {
|
|
176130
|
-
"defaultValue": null,
|
|
176131
|
-
"description": "",
|
|
176132
|
-
"name": "key",
|
|
176133
|
-
"parent": {
|
|
176134
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
176135
|
-
"name": "Attributes"
|
|
176136
|
-
},
|
|
176137
|
-
"declarations": [
|
|
176138
|
-
{
|
|
176139
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
176140
|
-
"name": "Attributes"
|
|
176141
|
-
}
|
|
176142
|
-
],
|
|
176143
|
-
"required": false,
|
|
176144
|
-
"type": {
|
|
176145
|
-
"name": "Key | null"
|
|
176146
|
-
}
|
|
176147
|
-
}
|
|
176148
|
-
}
|
|
176149
|
-
},
|
|
176150
|
-
{
|
|
176151
|
-
"tags": {
|
|
176152
|
-
"flr-generate": "all"
|
|
176058
|
+
"flr-generate": "all",
|
|
176059
|
+
"flr-clear-props-context": ""
|
|
176153
176060
|
},
|
|
176154
176061
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Alert/Alert.tsx",
|
|
176155
176062
|
"description": "",
|
|
@@ -181559,6 +181466,143 @@
|
|
|
181559
181466
|
}
|
|
181560
181467
|
}
|
|
181561
181468
|
},
|
|
181469
|
+
{
|
|
181470
|
+
"tags": {
|
|
181471
|
+
"flr-generate": "all",
|
|
181472
|
+
"flr-clear-props-context": ""
|
|
181473
|
+
},
|
|
181474
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/AlertBadge/AlertBadge.tsx",
|
|
181475
|
+
"description": "",
|
|
181476
|
+
"displayName": "AlertBadge",
|
|
181477
|
+
"methods": [],
|
|
181478
|
+
"props": {
|
|
181479
|
+
"children": {
|
|
181480
|
+
"defaultValue": null,
|
|
181481
|
+
"description": "",
|
|
181482
|
+
"name": "children",
|
|
181483
|
+
"declarations": [
|
|
181484
|
+
{
|
|
181485
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
181486
|
+
"name": "TypeLiteral"
|
|
181487
|
+
}
|
|
181488
|
+
],
|
|
181489
|
+
"required": false,
|
|
181490
|
+
"type": {
|
|
181491
|
+
"name": "ReactNode"
|
|
181492
|
+
}
|
|
181493
|
+
},
|
|
181494
|
+
"status": {
|
|
181495
|
+
"defaultValue": null,
|
|
181496
|
+
"description": "The elements status",
|
|
181497
|
+
"name": "status",
|
|
181498
|
+
"declarations": [
|
|
181499
|
+
{
|
|
181500
|
+
"fileName": "src/lib/types/props.ts",
|
|
181501
|
+
"name": "TypeLiteral"
|
|
181502
|
+
}
|
|
181503
|
+
],
|
|
181504
|
+
"required": false,
|
|
181505
|
+
"type": {
|
|
181506
|
+
"name": "Status"
|
|
181507
|
+
}
|
|
181508
|
+
},
|
|
181509
|
+
"wrapWith": {
|
|
181510
|
+
"defaultValue": null,
|
|
181511
|
+
"description": "",
|
|
181512
|
+
"name": "wrapWith",
|
|
181513
|
+
"parent": {
|
|
181514
|
+
"fileName": "src/lib/componentFactory/flowComponent.tsx",
|
|
181515
|
+
"name": "FlowComponentProps"
|
|
181516
|
+
},
|
|
181517
|
+
"declarations": [
|
|
181518
|
+
{
|
|
181519
|
+
"fileName": "src/lib/componentFactory/flowComponent.tsx",
|
|
181520
|
+
"name": "FlowComponentProps"
|
|
181521
|
+
}
|
|
181522
|
+
],
|
|
181523
|
+
"required": false,
|
|
181524
|
+
"type": {
|
|
181525
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
181526
|
+
}
|
|
181527
|
+
},
|
|
181528
|
+
"tunnelId": {
|
|
181529
|
+
"defaultValue": null,
|
|
181530
|
+
"description": "@internal",
|
|
181531
|
+
"name": "tunnelId",
|
|
181532
|
+
"parent": {
|
|
181533
|
+
"fileName": "src/lib/types/props.ts",
|
|
181534
|
+
"name": "PropsWithTunnel"
|
|
181535
|
+
},
|
|
181536
|
+
"declarations": [
|
|
181537
|
+
{
|
|
181538
|
+
"fileName": "src/lib/types/props.ts",
|
|
181539
|
+
"name": "PropsWithTunnel"
|
|
181540
|
+
}
|
|
181541
|
+
],
|
|
181542
|
+
"required": false,
|
|
181543
|
+
"type": {
|
|
181544
|
+
"name": "string | null"
|
|
181545
|
+
}
|
|
181546
|
+
},
|
|
181547
|
+
"className": {
|
|
181548
|
+
"defaultValue": null,
|
|
181549
|
+
"description": "The elements class name.",
|
|
181550
|
+
"name": "className",
|
|
181551
|
+
"parent": {
|
|
181552
|
+
"fileName": "src/lib/types/props.ts",
|
|
181553
|
+
"name": "PropsWithClassName"
|
|
181554
|
+
},
|
|
181555
|
+
"declarations": [
|
|
181556
|
+
{
|
|
181557
|
+
"fileName": "src/lib/types/props.ts",
|
|
181558
|
+
"name": "PropsWithClassName"
|
|
181559
|
+
}
|
|
181560
|
+
],
|
|
181561
|
+
"required": false,
|
|
181562
|
+
"type": {
|
|
181563
|
+
"name": "string"
|
|
181564
|
+
}
|
|
181565
|
+
},
|
|
181566
|
+
"ref": {
|
|
181567
|
+
"defaultValue": null,
|
|
181568
|
+
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
181569
|
+
"name": "ref",
|
|
181570
|
+
"parent": {
|
|
181571
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
181572
|
+
"name": "RefAttributes"
|
|
181573
|
+
},
|
|
181574
|
+
"declarations": [
|
|
181575
|
+
{
|
|
181576
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
181577
|
+
"name": "RefAttributes"
|
|
181578
|
+
}
|
|
181579
|
+
],
|
|
181580
|
+
"required": false,
|
|
181581
|
+
"type": {
|
|
181582
|
+
"name": "Ref<HTMLDivElement>"
|
|
181583
|
+
}
|
|
181584
|
+
},
|
|
181585
|
+
"key": {
|
|
181586
|
+
"defaultValue": null,
|
|
181587
|
+
"description": "",
|
|
181588
|
+
"name": "key",
|
|
181589
|
+
"parent": {
|
|
181590
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
181591
|
+
"name": "Attributes"
|
|
181592
|
+
},
|
|
181593
|
+
"declarations": [
|
|
181594
|
+
{
|
|
181595
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
181596
|
+
"name": "Attributes"
|
|
181597
|
+
}
|
|
181598
|
+
],
|
|
181599
|
+
"required": false,
|
|
181600
|
+
"type": {
|
|
181601
|
+
"name": "Key | null"
|
|
181602
|
+
}
|
|
181603
|
+
}
|
|
181604
|
+
}
|
|
181605
|
+
},
|
|
181562
181606
|
{
|
|
181563
181607
|
"tags": {
|
|
181564
181608
|
"flr-generate": "all"
|
|
@@ -187613,6 +187657,32 @@
|
|
|
187613
187657
|
}
|
|
187614
187658
|
}
|
|
187615
187659
|
},
|
|
187660
|
+
{
|
|
187661
|
+
"tags": {
|
|
187662
|
+
"flr-generate": "all"
|
|
187663
|
+
},
|
|
187664
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ClearPropsContext/components/ClearPropsContextContent.tsx",
|
|
187665
|
+
"description": "",
|
|
187666
|
+
"displayName": "ClearPropsContextContent",
|
|
187667
|
+
"methods": [],
|
|
187668
|
+
"props": {
|
|
187669
|
+
"children": {
|
|
187670
|
+
"defaultValue": null,
|
|
187671
|
+
"description": "",
|
|
187672
|
+
"name": "children",
|
|
187673
|
+
"declarations": [
|
|
187674
|
+
{
|
|
187675
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
187676
|
+
"name": "TypeLiteral"
|
|
187677
|
+
}
|
|
187678
|
+
],
|
|
187679
|
+
"required": false,
|
|
187680
|
+
"type": {
|
|
187681
|
+
"name": "ReactNode"
|
|
187682
|
+
}
|
|
187683
|
+
}
|
|
187684
|
+
}
|
|
187685
|
+
},
|
|
187616
187686
|
{
|
|
187617
187687
|
"tags": {},
|
|
187618
187688
|
"filePath": "src/components/Button/stories/lib.tsx",
|
|
@@ -202646,121 +202716,130 @@
|
|
|
202646
202716
|
}
|
|
202647
202717
|
},
|
|
202648
202718
|
{
|
|
202649
|
-
"tags": {
|
|
202650
|
-
|
|
202651
|
-
},
|
|
202652
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableRow/TableRow.tsx",
|
|
202719
|
+
"tags": {},
|
|
202720
|
+
"filePath": "src/components/Tabs/components/TabTitle/TabTitleCollapsed.tsx",
|
|
202653
202721
|
"description": "",
|
|
202654
|
-
"displayName": "
|
|
202722
|
+
"displayName": "TabTitleCollapsed",
|
|
202655
202723
|
"methods": [],
|
|
202656
202724
|
"props": {
|
|
202657
202725
|
"id": {
|
|
202658
202726
|
"defaultValue": null,
|
|
202659
|
-
"description": "
|
|
202727
|
+
"description": "",
|
|
202660
202728
|
"name": "id",
|
|
202661
202729
|
"parent": {
|
|
202662
|
-
"fileName": "
|
|
202663
|
-
"name": "
|
|
202730
|
+
"fileName": "src/components/Tabs/components/TabTitle/TabTitleCollapsed.tsx",
|
|
202731
|
+
"name": "Props"
|
|
202664
202732
|
},
|
|
202665
202733
|
"declarations": [
|
|
202666
202734
|
{
|
|
202667
|
-
"fileName": "
|
|
202668
|
-
"name": "
|
|
202735
|
+
"fileName": "src/components/Tabs/components/TabTitle/TabTitleCollapsed.tsx",
|
|
202736
|
+
"name": "Props"
|
|
202669
202737
|
}
|
|
202670
202738
|
],
|
|
202671
202739
|
"required": false,
|
|
202672
202740
|
"type": {
|
|
202673
|
-
"name": "
|
|
202741
|
+
"name": "string"
|
|
202674
202742
|
}
|
|
202675
202743
|
},
|
|
202676
|
-
"
|
|
202744
|
+
"className": {
|
|
202677
202745
|
"defaultValue": null,
|
|
202678
|
-
"description": "
|
|
202679
|
-
"name": "
|
|
202746
|
+
"description": "The elements class name.",
|
|
202747
|
+
"name": "className",
|
|
202680
202748
|
"parent": {
|
|
202681
|
-
"fileName": "
|
|
202682
|
-
"name": "
|
|
202749
|
+
"fileName": "src/lib/types/props.ts",
|
|
202750
|
+
"name": "PropsWithClassName"
|
|
202683
202751
|
},
|
|
202684
202752
|
"declarations": [
|
|
202685
202753
|
{
|
|
202686
|
-
"fileName": "
|
|
202687
|
-
"name": "
|
|
202754
|
+
"fileName": "src/lib/types/props.ts",
|
|
202755
|
+
"name": "PropsWithClassName"
|
|
202688
202756
|
}
|
|
202689
202757
|
],
|
|
202690
202758
|
"required": false,
|
|
202691
202759
|
"type": {
|
|
202692
|
-
"name": "
|
|
202760
|
+
"name": "string"
|
|
202693
202761
|
}
|
|
202694
|
-
}
|
|
202695
|
-
|
|
202762
|
+
}
|
|
202763
|
+
}
|
|
202764
|
+
},
|
|
202765
|
+
{
|
|
202766
|
+
"tags": {
|
|
202767
|
+
"flr-generate": "all"
|
|
202768
|
+
},
|
|
202769
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabTitle/TabTitle.tsx",
|
|
202770
|
+
"description": "",
|
|
202771
|
+
"displayName": "TabTitle",
|
|
202772
|
+
"methods": [],
|
|
202773
|
+
"props": {
|
|
202774
|
+
"aria-label": {
|
|
202696
202775
|
"defaultValue": null,
|
|
202697
|
-
"description": "
|
|
202698
|
-
"name": "
|
|
202776
|
+
"description": "Defines a string value that labels the current element.",
|
|
202777
|
+
"name": "aria-label",
|
|
202699
202778
|
"parent": {
|
|
202700
|
-
"fileName": "flow/node_modules/.pnpm
|
|
202701
|
-
"name": "
|
|
202779
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
202780
|
+
"name": "AriaLabelingProps"
|
|
202702
202781
|
},
|
|
202703
202782
|
"declarations": [
|
|
202704
202783
|
{
|
|
202705
|
-
"fileName": "flow/node_modules/.pnpm
|
|
202706
|
-
"name": "
|
|
202784
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
202785
|
+
"name": "AriaLabelingProps"
|
|
202707
202786
|
}
|
|
202708
202787
|
],
|
|
202709
202788
|
"required": false,
|
|
202710
202789
|
"type": {
|
|
202711
|
-
"name": "
|
|
202790
|
+
"name": "string"
|
|
202712
202791
|
}
|
|
202713
202792
|
},
|
|
202714
|
-
"
|
|
202793
|
+
"aria-labelledby": {
|
|
202715
202794
|
"defaultValue": null,
|
|
202716
|
-
"description": "
|
|
202717
|
-
"name": "
|
|
202795
|
+
"description": "Identifies the element (or elements) that labels the current element.",
|
|
202796
|
+
"name": "aria-labelledby",
|
|
202718
202797
|
"parent": {
|
|
202719
|
-
"fileName": "flow/node_modules/.pnpm
|
|
202720
|
-
"name": "
|
|
202798
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
202799
|
+
"name": "AriaLabelingProps"
|
|
202721
202800
|
},
|
|
202722
202801
|
"declarations": [
|
|
202723
202802
|
{
|
|
202724
|
-
"fileName": "flow/node_modules/.pnpm
|
|
202725
|
-
"name": "
|
|
202803
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
202804
|
+
"name": "AriaLabelingProps"
|
|
202726
202805
|
}
|
|
202727
202806
|
],
|
|
202728
202807
|
"required": false,
|
|
202729
202808
|
"type": {
|
|
202730
|
-
"name": "
|
|
202809
|
+
"name": "string"
|
|
202731
202810
|
}
|
|
202732
202811
|
},
|
|
202733
|
-
"
|
|
202812
|
+
"aria-describedby": {
|
|
202734
202813
|
"defaultValue": null,
|
|
202735
|
-
"description": "
|
|
202736
|
-
"name": "
|
|
202814
|
+
"description": "Identifies the element (or elements) that describes the object.",
|
|
202815
|
+
"name": "aria-describedby",
|
|
202737
202816
|
"parent": {
|
|
202738
|
-
"fileName": "flow/node_modules/.pnpm
|
|
202739
|
-
"name": "
|
|
202817
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
202818
|
+
"name": "AriaLabelingProps"
|
|
202740
202819
|
},
|
|
202741
202820
|
"declarations": [
|
|
202742
202821
|
{
|
|
202743
|
-
"fileName": "flow/node_modules/.pnpm
|
|
202744
|
-
"name": "
|
|
202822
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
202823
|
+
"name": "AriaLabelingProps"
|
|
202745
202824
|
}
|
|
202746
202825
|
],
|
|
202747
202826
|
"required": false,
|
|
202748
202827
|
"type": {
|
|
202749
|
-
"name": "
|
|
202828
|
+
"name": "string"
|
|
202750
202829
|
}
|
|
202751
202830
|
},
|
|
202752
|
-
"
|
|
202831
|
+
"aria-details": {
|
|
202753
202832
|
"defaultValue": null,
|
|
202754
|
-
"description": "
|
|
202755
|
-
"name": "
|
|
202833
|
+
"description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
|
|
202834
|
+
"name": "aria-details",
|
|
202756
202835
|
"parent": {
|
|
202757
|
-
"fileName": "flow/node_modules/.pnpm
|
|
202758
|
-
"name": "
|
|
202836
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
202837
|
+
"name": "AriaLabelingProps"
|
|
202759
202838
|
},
|
|
202760
202839
|
"declarations": [
|
|
202761
202840
|
{
|
|
202762
|
-
"fileName": "flow/node_modules/.pnpm
|
|
202763
|
-
"name": "
|
|
202841
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
202842
|
+
"name": "AriaLabelingProps"
|
|
202764
202843
|
}
|
|
202765
202844
|
],
|
|
202766
202845
|
"required": false,
|
|
@@ -202768,80 +202847,80 @@
|
|
|
202768
202847
|
"name": "string"
|
|
202769
202848
|
}
|
|
202770
202849
|
},
|
|
202771
|
-
"
|
|
202850
|
+
"className": {
|
|
202772
202851
|
"defaultValue": null,
|
|
202773
|
-
"description": "
|
|
202774
|
-
"name": "
|
|
202852
|
+
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
|
|
202853
|
+
"name": "className",
|
|
202775
202854
|
"parent": {
|
|
202776
202855
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
202777
|
-
"name": "
|
|
202856
|
+
"name": "StyleRenderProps"
|
|
202778
202857
|
},
|
|
202779
202858
|
"declarations": [
|
|
202780
202859
|
{
|
|
202781
202860
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
202782
|
-
"name": "
|
|
202861
|
+
"name": "StyleRenderProps"
|
|
202783
202862
|
}
|
|
202784
202863
|
],
|
|
202785
202864
|
"required": false,
|
|
202786
202865
|
"type": {
|
|
202787
|
-
"name": "
|
|
202866
|
+
"name": "string | ((values: TabRenderProps & { defaultClassName: string; }) => string)"
|
|
202788
202867
|
}
|
|
202789
202868
|
},
|
|
202790
|
-
"
|
|
202869
|
+
"style": {
|
|
202791
202870
|
"defaultValue": null,
|
|
202792
|
-
"description": "
|
|
202793
|
-
"name": "
|
|
202871
|
+
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
|
|
202872
|
+
"name": "style",
|
|
202794
202873
|
"parent": {
|
|
202795
202874
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
202796
|
-
"name": "
|
|
202875
|
+
"name": "StyleRenderProps"
|
|
202797
202876
|
},
|
|
202798
202877
|
"declarations": [
|
|
202799
202878
|
{
|
|
202800
202879
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
202801
|
-
"name": "
|
|
202880
|
+
"name": "StyleRenderProps"
|
|
202802
202881
|
}
|
|
202803
202882
|
],
|
|
202804
202883
|
"required": false,
|
|
202805
202884
|
"type": {
|
|
202806
|
-
"name": "(() =>
|
|
202885
|
+
"name": "CSSProperties | ((values: TabRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
|
|
202807
202886
|
}
|
|
202808
202887
|
},
|
|
202809
|
-
"
|
|
202888
|
+
"rel": {
|
|
202810
202889
|
"defaultValue": null,
|
|
202811
|
-
"description": "The
|
|
202812
|
-
"name": "
|
|
202890
|
+
"description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
|
|
202891
|
+
"name": "rel",
|
|
202813
202892
|
"parent": {
|
|
202814
|
-
"fileName": "flow/node_modules/.pnpm
|
|
202815
|
-
"name": "
|
|
202893
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
202894
|
+
"name": "LinkDOMProps"
|
|
202816
202895
|
},
|
|
202817
202896
|
"declarations": [
|
|
202818
202897
|
{
|
|
202819
|
-
"fileName": "flow/node_modules/.pnpm
|
|
202820
|
-
"name": "
|
|
202898
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
202899
|
+
"name": "LinkDOMProps"
|
|
202821
202900
|
}
|
|
202822
202901
|
],
|
|
202823
202902
|
"required": false,
|
|
202824
202903
|
"type": {
|
|
202825
|
-
"name": "string
|
|
202904
|
+
"name": "string"
|
|
202826
202905
|
}
|
|
202827
202906
|
},
|
|
202828
|
-
"
|
|
202907
|
+
"target": {
|
|
202829
202908
|
"defaultValue": null,
|
|
202830
|
-
"description": "The
|
|
202831
|
-
"name": "
|
|
202909
|
+
"description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
|
|
202910
|
+
"name": "target",
|
|
202832
202911
|
"parent": {
|
|
202833
|
-
"fileName": "flow/node_modules/.pnpm
|
|
202834
|
-
"name": "
|
|
202912
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
202913
|
+
"name": "LinkDOMProps"
|
|
202835
202914
|
},
|
|
202836
202915
|
"declarations": [
|
|
202837
202916
|
{
|
|
202838
|
-
"fileName": "flow/node_modules/.pnpm
|
|
202839
|
-
"name": "
|
|
202917
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
202918
|
+
"name": "LinkDOMProps"
|
|
202840
202919
|
}
|
|
202841
202920
|
],
|
|
202842
202921
|
"required": false,
|
|
202843
202922
|
"type": {
|
|
202844
|
-
"name": "
|
|
202923
|
+
"name": "HTMLAttributeAnchorTarget"
|
|
202845
202924
|
}
|
|
202846
202925
|
},
|
|
202847
202926
|
"href": {
|
|
@@ -202863,61 +202942,61 @@
|
|
|
202863
202942
|
"name": "string"
|
|
202864
202943
|
}
|
|
202865
202944
|
},
|
|
202866
|
-
"
|
|
202945
|
+
"onHoverStart": {
|
|
202867
202946
|
"defaultValue": null,
|
|
202868
|
-
"description": "
|
|
202869
|
-
"name": "
|
|
202947
|
+
"description": "Handler that is called when a hover interaction starts.",
|
|
202948
|
+
"name": "onHoverStart",
|
|
202870
202949
|
"parent": {
|
|
202871
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
202872
|
-
"name": "
|
|
202950
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
202951
|
+
"name": "HoverEvents"
|
|
202873
202952
|
},
|
|
202874
202953
|
"declarations": [
|
|
202875
202954
|
{
|
|
202876
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
202877
|
-
"name": "
|
|
202955
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
202956
|
+
"name": "HoverEvents"
|
|
202878
202957
|
}
|
|
202879
202958
|
],
|
|
202880
202959
|
"required": false,
|
|
202881
202960
|
"type": {
|
|
202882
|
-
"name": "
|
|
202961
|
+
"name": "((e: HoverEvent) => void)"
|
|
202883
202962
|
}
|
|
202884
202963
|
},
|
|
202885
|
-
"
|
|
202964
|
+
"onHoverEnd": {
|
|
202886
202965
|
"defaultValue": null,
|
|
202887
|
-
"description": "
|
|
202888
|
-
"name": "
|
|
202966
|
+
"description": "Handler that is called when a hover interaction ends.",
|
|
202967
|
+
"name": "onHoverEnd",
|
|
202889
202968
|
"parent": {
|
|
202890
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
202891
|
-
"name": "
|
|
202969
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
202970
|
+
"name": "HoverEvents"
|
|
202892
202971
|
},
|
|
202893
202972
|
"declarations": [
|
|
202894
202973
|
{
|
|
202895
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
202896
|
-
"name": "
|
|
202974
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
202975
|
+
"name": "HoverEvents"
|
|
202897
202976
|
}
|
|
202898
202977
|
],
|
|
202899
202978
|
"required": false,
|
|
202900
202979
|
"type": {
|
|
202901
|
-
"name": "
|
|
202980
|
+
"name": "((e: HoverEvent) => void)"
|
|
202902
202981
|
}
|
|
202903
202982
|
},
|
|
202904
|
-
"
|
|
202983
|
+
"onHoverChange": {
|
|
202905
202984
|
"defaultValue": null,
|
|
202906
|
-
"description": "
|
|
202907
|
-
"name": "
|
|
202985
|
+
"description": "Handler that is called when the hover state changes.",
|
|
202986
|
+
"name": "onHoverChange",
|
|
202908
202987
|
"parent": {
|
|
202909
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
202910
|
-
"name": "
|
|
202988
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
202989
|
+
"name": "HoverEvents"
|
|
202911
202990
|
},
|
|
202912
202991
|
"declarations": [
|
|
202913
202992
|
{
|
|
202914
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
202915
|
-
"name": "
|
|
202993
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
202994
|
+
"name": "HoverEvents"
|
|
202916
202995
|
}
|
|
202917
202996
|
],
|
|
202918
202997
|
"required": false,
|
|
202919
202998
|
"type": {
|
|
202920
|
-
"name": "
|
|
202999
|
+
"name": "((isHovering: boolean) => void)"
|
|
202921
203000
|
}
|
|
202922
203001
|
},
|
|
202923
203002
|
"download": {
|
|
@@ -202939,6 +203018,25 @@
|
|
|
202939
203018
|
"name": "string | boolean"
|
|
202940
203019
|
}
|
|
202941
203020
|
},
|
|
203021
|
+
"hrefLang": {
|
|
203022
|
+
"defaultValue": null,
|
|
203023
|
+
"description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
|
|
203024
|
+
"name": "hrefLang",
|
|
203025
|
+
"parent": {
|
|
203026
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
203027
|
+
"name": "LinkDOMProps"
|
|
203028
|
+
},
|
|
203029
|
+
"declarations": [
|
|
203030
|
+
{
|
|
203031
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
203032
|
+
"name": "LinkDOMProps"
|
|
203033
|
+
}
|
|
203034
|
+
],
|
|
203035
|
+
"required": false,
|
|
203036
|
+
"type": {
|
|
203037
|
+
"name": "string"
|
|
203038
|
+
}
|
|
203039
|
+
},
|
|
202942
203040
|
"ping": {
|
|
202943
203041
|
"defaultValue": null,
|
|
202944
203042
|
"description": "A space-separated list of URLs to ping when the link is followed. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
|
|
@@ -202996,144 +203094,173 @@
|
|
|
202996
203094
|
"name": "undefined"
|
|
202997
203095
|
}
|
|
202998
203096
|
},
|
|
202999
|
-
"
|
|
203097
|
+
"children": {
|
|
203000
203098
|
"defaultValue": null,
|
|
203001
|
-
"description": "
|
|
203002
|
-
"name": "
|
|
203003
|
-
"parent": {
|
|
203004
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
203005
|
-
"name": "HoverEvents"
|
|
203006
|
-
},
|
|
203099
|
+
"description": "",
|
|
203100
|
+
"name": "children",
|
|
203007
203101
|
"declarations": [
|
|
203008
203102
|
{
|
|
203009
|
-
"fileName": "flow/node_modules/.pnpm/@
|
|
203010
|
-
"name": "
|
|
203103
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
203104
|
+
"name": "TypeLiteral"
|
|
203011
203105
|
}
|
|
203012
203106
|
],
|
|
203013
203107
|
"required": false,
|
|
203014
203108
|
"type": {
|
|
203015
|
-
"name": "
|
|
203109
|
+
"name": "ReactNode"
|
|
203016
203110
|
}
|
|
203017
|
-
}
|
|
203018
|
-
|
|
203111
|
+
}
|
|
203112
|
+
}
|
|
203113
|
+
},
|
|
203114
|
+
{
|
|
203115
|
+
"tags": {},
|
|
203116
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
203117
|
+
"description": "",
|
|
203118
|
+
"displayName": "TabList",
|
|
203119
|
+
"methods": [],
|
|
203120
|
+
"props": {
|
|
203121
|
+
"selection": {
|
|
203019
203122
|
"defaultValue": null,
|
|
203020
|
-
"description": "
|
|
203021
|
-
"name": "
|
|
203123
|
+
"description": "",
|
|
203124
|
+
"name": "selection",
|
|
203022
203125
|
"parent": {
|
|
203023
|
-
"fileName": "
|
|
203024
|
-
"name": "
|
|
203126
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
203127
|
+
"name": "Props"
|
|
203025
203128
|
},
|
|
203026
203129
|
"declarations": [
|
|
203027
203130
|
{
|
|
203028
|
-
"fileName": "
|
|
203029
|
-
"name": "
|
|
203131
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
203132
|
+
"name": "Props"
|
|
203030
203133
|
}
|
|
203031
203134
|
],
|
|
203032
|
-
"required":
|
|
203135
|
+
"required": true,
|
|
203033
203136
|
"type": {
|
|
203034
|
-
"name": "
|
|
203137
|
+
"name": "Key | undefined"
|
|
203035
203138
|
}
|
|
203036
203139
|
},
|
|
203037
|
-
"
|
|
203140
|
+
"onContextMenuSelectionChange": {
|
|
203038
203141
|
"defaultValue": null,
|
|
203039
|
-
"description": "
|
|
203040
|
-
"name": "
|
|
203142
|
+
"description": "",
|
|
203143
|
+
"name": "onContextMenuSelectionChange",
|
|
203041
203144
|
"parent": {
|
|
203042
|
-
"fileName": "
|
|
203043
|
-
"name": "
|
|
203145
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
203146
|
+
"name": "Props"
|
|
203044
203147
|
},
|
|
203045
203148
|
"declarations": [
|
|
203046
203149
|
{
|
|
203047
|
-
"fileName": "
|
|
203048
|
-
"name": "
|
|
203150
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
203151
|
+
"name": "Props"
|
|
203049
203152
|
}
|
|
203050
203153
|
],
|
|
203051
|
-
"required":
|
|
203154
|
+
"required": true,
|
|
203052
203155
|
"type": {
|
|
203053
|
-
"name": "(
|
|
203156
|
+
"name": "(key: Key) => void"
|
|
203054
203157
|
}
|
|
203055
203158
|
},
|
|
203056
|
-
"
|
|
203159
|
+
"disabledKeys": {
|
|
203057
203160
|
"defaultValue": null,
|
|
203058
|
-
"description": "
|
|
203059
|
-
"name": "
|
|
203161
|
+
"description": "",
|
|
203162
|
+
"name": "disabledKeys",
|
|
203163
|
+
"parent": {
|
|
203164
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
203165
|
+
"name": "Props"
|
|
203166
|
+
},
|
|
203060
203167
|
"declarations": [
|
|
203061
203168
|
{
|
|
203062
|
-
"fileName": "components/src/components/
|
|
203063
|
-
"name": "
|
|
203169
|
+
"fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
|
|
203170
|
+
"name": "Props"
|
|
203064
203171
|
}
|
|
203065
203172
|
],
|
|
203066
203173
|
"required": false,
|
|
203067
203174
|
"type": {
|
|
203068
|
-
"name": "
|
|
203175
|
+
"name": "Iterable<Key>"
|
|
203069
203176
|
}
|
|
203070
203177
|
}
|
|
203071
203178
|
}
|
|
203072
203179
|
},
|
|
203073
203180
|
{
|
|
203074
203181
|
"tags": {
|
|
203075
|
-
"flr-generate": "all"
|
|
203182
|
+
"flr-generate": "all",
|
|
203183
|
+
"flr-clear-props-context": ""
|
|
203076
203184
|
},
|
|
203077
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
203185
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/Tab/Tab.tsx",
|
|
203078
203186
|
"description": "",
|
|
203079
|
-
"displayName": "
|
|
203187
|
+
"displayName": "Tab",
|
|
203080
203188
|
"methods": [],
|
|
203081
203189
|
"props": {
|
|
203082
|
-
"
|
|
203190
|
+
"aria-label": {
|
|
203083
203191
|
"defaultValue": null,
|
|
203084
|
-
"description": "
|
|
203085
|
-
"name": "
|
|
203192
|
+
"description": "Defines a string value that labels the current element.",
|
|
203193
|
+
"name": "aria-label",
|
|
203086
203194
|
"parent": {
|
|
203087
|
-
"fileName": "flow/node_modules/.pnpm
|
|
203088
|
-
"name": "
|
|
203195
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
203196
|
+
"name": "AriaLabelingProps"
|
|
203089
203197
|
},
|
|
203090
203198
|
"declarations": [
|
|
203091
203199
|
{
|
|
203092
|
-
"fileName": "flow/node_modules/.pnpm
|
|
203093
|
-
"name": "
|
|
203200
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
203201
|
+
"name": "AriaLabelingProps"
|
|
203094
203202
|
}
|
|
203095
203203
|
],
|
|
203096
203204
|
"required": false,
|
|
203097
203205
|
"type": {
|
|
203098
|
-
"name": "
|
|
203206
|
+
"name": "string"
|
|
203099
203207
|
}
|
|
203100
203208
|
},
|
|
203101
|
-
"
|
|
203209
|
+
"aria-labelledby": {
|
|
203102
203210
|
"defaultValue": null,
|
|
203103
|
-
"description": "
|
|
203104
|
-
"name": "
|
|
203211
|
+
"description": "Identifies the element (or elements) that labels the current element.",
|
|
203212
|
+
"name": "aria-labelledby",
|
|
203105
203213
|
"parent": {
|
|
203106
|
-
"fileName": "flow/node_modules/.pnpm
|
|
203107
|
-
"name": "
|
|
203214
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
203215
|
+
"name": "AriaLabelingProps"
|
|
203108
203216
|
},
|
|
203109
203217
|
"declarations": [
|
|
203110
203218
|
{
|
|
203111
|
-
"fileName": "flow/node_modules/.pnpm
|
|
203112
|
-
"name": "
|
|
203219
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
203220
|
+
"name": "AriaLabelingProps"
|
|
203113
203221
|
}
|
|
203114
203222
|
],
|
|
203115
203223
|
"required": false,
|
|
203116
203224
|
"type": {
|
|
203117
|
-
"name": "
|
|
203225
|
+
"name": "string"
|
|
203118
203226
|
}
|
|
203119
203227
|
},
|
|
203120
|
-
"
|
|
203228
|
+
"aria-describedby": {
|
|
203121
203229
|
"defaultValue": null,
|
|
203122
|
-
"description": "
|
|
203123
|
-
"name": "
|
|
203230
|
+
"description": "Identifies the element (or elements) that describes the object.",
|
|
203231
|
+
"name": "aria-describedby",
|
|
203124
203232
|
"parent": {
|
|
203125
|
-
"fileName": "flow/node_modules/.pnpm
|
|
203126
|
-
"name": "
|
|
203233
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
203234
|
+
"name": "AriaLabelingProps"
|
|
203127
203235
|
},
|
|
203128
203236
|
"declarations": [
|
|
203129
203237
|
{
|
|
203130
|
-
"fileName": "flow/node_modules/.pnpm
|
|
203131
|
-
"name": "
|
|
203238
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
203239
|
+
"name": "AriaLabelingProps"
|
|
203132
203240
|
}
|
|
203133
203241
|
],
|
|
203134
203242
|
"required": false,
|
|
203135
203243
|
"type": {
|
|
203136
|
-
"name": "
|
|
203244
|
+
"name": "string"
|
|
203245
|
+
}
|
|
203246
|
+
},
|
|
203247
|
+
"aria-details": {
|
|
203248
|
+
"defaultValue": null,
|
|
203249
|
+
"description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
|
|
203250
|
+
"name": "aria-details",
|
|
203251
|
+
"parent": {
|
|
203252
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
203253
|
+
"name": "AriaLabelingProps"
|
|
203254
|
+
},
|
|
203255
|
+
"declarations": [
|
|
203256
|
+
{
|
|
203257
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
203258
|
+
"name": "AriaLabelingProps"
|
|
203259
|
+
}
|
|
203260
|
+
],
|
|
203261
|
+
"required": false,
|
|
203262
|
+
"type": {
|
|
203263
|
+
"name": "string"
|
|
203137
203264
|
}
|
|
203138
203265
|
},
|
|
203139
203266
|
"className": {
|
|
@@ -203152,7 +203279,7 @@
|
|
|
203152
203279
|
],
|
|
203153
203280
|
"required": false,
|
|
203154
203281
|
"type": {
|
|
203155
|
-
"name": "string | ((values:
|
|
203282
|
+
"name": "string | ((values: TabPanelRenderProps & { defaultClassName: string; }) => string)"
|
|
203156
203283
|
}
|
|
203157
203284
|
},
|
|
203158
203285
|
"style": {
|
|
@@ -203171,64 +203298,62 @@
|
|
|
203171
203298
|
],
|
|
203172
203299
|
"required": false,
|
|
203173
203300
|
"type": {
|
|
203174
|
-
"name": "CSSProperties | ((values:
|
|
203301
|
+
"name": "CSSProperties | ((values: TabPanelRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
|
|
203175
203302
|
}
|
|
203176
203303
|
},
|
|
203177
|
-
"
|
|
203304
|
+
"id": {
|
|
203178
203305
|
"defaultValue": null,
|
|
203179
|
-
"description": "
|
|
203180
|
-
"name": "
|
|
203306
|
+
"description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
203307
|
+
"name": "id",
|
|
203181
203308
|
"parent": {
|
|
203182
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
203183
|
-
"name": "
|
|
203309
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
203310
|
+
"name": "DOMProps"
|
|
203184
203311
|
},
|
|
203185
203312
|
"declarations": [
|
|
203186
203313
|
{
|
|
203187
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/
|
|
203188
|
-
"name": "
|
|
203314
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
203315
|
+
"name": "DOMProps"
|
|
203189
203316
|
}
|
|
203190
203317
|
],
|
|
203191
203318
|
"required": false,
|
|
203192
203319
|
"type": {
|
|
203193
|
-
"name": "
|
|
203320
|
+
"name": "string"
|
|
203194
203321
|
}
|
|
203195
203322
|
},
|
|
203196
|
-
"
|
|
203197
|
-
"defaultValue":
|
|
203198
|
-
|
|
203199
|
-
|
|
203323
|
+
"shouldForceMount": {
|
|
203324
|
+
"defaultValue": {
|
|
203325
|
+
"value": "false"
|
|
203326
|
+
},
|
|
203327
|
+
"description": "Whether to mount the tab panel in the DOM even when it is not currently selected.\nInactive tab panels are inert and cannot be interacted with. They must be styled appropriately so this is clear to the user visually.",
|
|
203328
|
+
"name": "shouldForceMount",
|
|
203200
203329
|
"parent": {
|
|
203201
|
-
"fileName": "flow/node_modules/.pnpm
|
|
203202
|
-
"name": "
|
|
203330
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
203331
|
+
"name": "TabPanelProps"
|
|
203203
203332
|
},
|
|
203204
203333
|
"declarations": [
|
|
203205
203334
|
{
|
|
203206
|
-
"fileName": "flow/node_modules/.pnpm
|
|
203207
|
-
"name": "
|
|
203335
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
203336
|
+
"name": "TabPanelProps"
|
|
203208
203337
|
}
|
|
203209
203338
|
],
|
|
203210
203339
|
"required": false,
|
|
203211
203340
|
"type": {
|
|
203212
|
-
"name": "
|
|
203341
|
+
"name": "boolean"
|
|
203213
203342
|
}
|
|
203214
203343
|
},
|
|
203215
|
-
"
|
|
203344
|
+
"children": {
|
|
203216
203345
|
"defaultValue": null,
|
|
203217
|
-
"description": "
|
|
203218
|
-
"name": "
|
|
203219
|
-
"parent": {
|
|
203220
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
203221
|
-
"name": "HoverEvents"
|
|
203222
|
-
},
|
|
203346
|
+
"description": "",
|
|
203347
|
+
"name": "children",
|
|
203223
203348
|
"declarations": [
|
|
203224
203349
|
{
|
|
203225
|
-
"fileName": "flow/node_modules/.pnpm/@
|
|
203226
|
-
"name": "
|
|
203350
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
203351
|
+
"name": "TypeLiteral"
|
|
203227
203352
|
}
|
|
203228
203353
|
],
|
|
203229
203354
|
"required": false,
|
|
203230
203355
|
"type": {
|
|
203231
|
-
"name": "
|
|
203356
|
+
"name": "ReactNode"
|
|
203232
203357
|
}
|
|
203233
203358
|
}
|
|
203234
203359
|
}
|
|
@@ -203237,9 +203362,9 @@
|
|
|
203237
203362
|
"tags": {
|
|
203238
203363
|
"flr-generate": "all"
|
|
203239
203364
|
},
|
|
203240
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
203365
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableRow/TableRow.tsx",
|
|
203241
203366
|
"description": "",
|
|
203242
|
-
"displayName": "
|
|
203367
|
+
"displayName": "TableRow",
|
|
203243
203368
|
"methods": [],
|
|
203244
203369
|
"props": {
|
|
203245
203370
|
"id": {
|
|
@@ -203662,239 +203787,161 @@
|
|
|
203662
203787
|
"tags": {
|
|
203663
203788
|
"flr-generate": "all"
|
|
203664
203789
|
},
|
|
203665
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
203790
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableHeader/TableHeader.tsx",
|
|
203666
203791
|
"description": "",
|
|
203667
|
-
"displayName": "
|
|
203792
|
+
"displayName": "TableHeader",
|
|
203668
203793
|
"methods": [],
|
|
203669
203794
|
"props": {
|
|
203670
|
-
"
|
|
203671
|
-
"defaultValue": {
|
|
203672
|
-
"value": "\"start\""
|
|
203673
|
-
},
|
|
203674
|
-
"description": "Horizontal alignment of the cell content",
|
|
203675
|
-
"name": "horizontalAlign",
|
|
203676
|
-
"parent": {
|
|
203677
|
-
"fileName": "components/src/components/Table/components/TableColumn/TableColumn.tsx",
|
|
203678
|
-
"name": "TableColumnProps"
|
|
203679
|
-
},
|
|
203680
|
-
"declarations": [
|
|
203681
|
-
{
|
|
203682
|
-
"fileName": "components/src/components/Table/components/TableColumn/TableColumn.tsx",
|
|
203683
|
-
"name": "TableColumnProps"
|
|
203684
|
-
}
|
|
203685
|
-
],
|
|
203686
|
-
"required": false,
|
|
203687
|
-
"type": {
|
|
203688
|
-
"name": "\"start\" | \"end\" | \"center\""
|
|
203689
|
-
}
|
|
203690
|
-
},
|
|
203691
|
-
"id": {
|
|
203692
|
-
"defaultValue": null,
|
|
203693
|
-
"description": "The unique id of the column.",
|
|
203694
|
-
"name": "id",
|
|
203695
|
-
"parent": {
|
|
203696
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
203697
|
-
"name": "ColumnProps"
|
|
203698
|
-
},
|
|
203699
|
-
"declarations": [
|
|
203700
|
-
{
|
|
203701
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
203702
|
-
"name": "ColumnProps"
|
|
203703
|
-
}
|
|
203704
|
-
],
|
|
203705
|
-
"required": false,
|
|
203706
|
-
"type": {
|
|
203707
|
-
"name": "Key"
|
|
203708
|
-
}
|
|
203709
|
-
},
|
|
203710
|
-
"allowsSorting": {
|
|
203711
|
-
"defaultValue": null,
|
|
203712
|
-
"description": "Whether the column allows sorting.",
|
|
203713
|
-
"name": "allowsSorting",
|
|
203714
|
-
"parent": {
|
|
203715
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
203716
|
-
"name": "ColumnProps"
|
|
203717
|
-
},
|
|
203718
|
-
"declarations": [
|
|
203719
|
-
{
|
|
203720
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
203721
|
-
"name": "ColumnProps"
|
|
203722
|
-
}
|
|
203723
|
-
],
|
|
203724
|
-
"required": false,
|
|
203725
|
-
"type": {
|
|
203726
|
-
"name": "boolean"
|
|
203727
|
-
}
|
|
203728
|
-
},
|
|
203729
|
-
"isRowHeader": {
|
|
203730
|
-
"defaultValue": null,
|
|
203731
|
-
"description": "Whether a column is a [row header](https://www.w3.org/TR/wai-aria-1.1/#rowheader) and should be announced by assistive technology during row navigation.",
|
|
203732
|
-
"name": "isRowHeader",
|
|
203733
|
-
"parent": {
|
|
203734
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
203735
|
-
"name": "ColumnProps"
|
|
203736
|
-
},
|
|
203737
|
-
"declarations": [
|
|
203738
|
-
{
|
|
203739
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
203740
|
-
"name": "ColumnProps"
|
|
203741
|
-
}
|
|
203742
|
-
],
|
|
203743
|
-
"required": false,
|
|
203744
|
-
"type": {
|
|
203745
|
-
"name": "boolean"
|
|
203746
|
-
}
|
|
203747
|
-
},
|
|
203748
|
-
"textValue": {
|
|
203795
|
+
"columns": {
|
|
203749
203796
|
"defaultValue": null,
|
|
203750
|
-
"description": "A
|
|
203751
|
-
"name": "
|
|
203797
|
+
"description": "A list of table columns.",
|
|
203798
|
+
"name": "columns",
|
|
203752
203799
|
"parent": {
|
|
203753
203800
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
203754
|
-
"name": "
|
|
203801
|
+
"name": "TableHeaderProps"
|
|
203755
203802
|
},
|
|
203756
203803
|
"declarations": [
|
|
203757
203804
|
{
|
|
203758
203805
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
203759
|
-
"name": "
|
|
203806
|
+
"name": "TableHeaderProps"
|
|
203760
203807
|
}
|
|
203761
203808
|
],
|
|
203762
203809
|
"required": false,
|
|
203763
203810
|
"type": {
|
|
203764
|
-
"name": "
|
|
203811
|
+
"name": "never[]"
|
|
203765
203812
|
}
|
|
203766
203813
|
},
|
|
203767
|
-
"
|
|
203814
|
+
"children": {
|
|
203768
203815
|
"defaultValue": null,
|
|
203769
|
-
"description": "
|
|
203770
|
-
"name": "
|
|
203816
|
+
"description": "A list of `Column(s)` or a function. If the latter, a list of columns must be provided using the `columns` prop.",
|
|
203817
|
+
"name": "children",
|
|
203771
203818
|
"parent": {
|
|
203772
203819
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
203773
|
-
"name": "
|
|
203820
|
+
"name": "TableHeaderProps"
|
|
203774
203821
|
},
|
|
203775
203822
|
"declarations": [
|
|
203776
203823
|
{
|
|
203777
203824
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
203778
|
-
"name": "
|
|
203825
|
+
"name": "TableHeaderProps"
|
|
203779
203826
|
}
|
|
203780
203827
|
],
|
|
203781
203828
|
"required": false,
|
|
203782
203829
|
"type": {
|
|
203783
|
-
"name": "
|
|
203830
|
+
"name": "ReactNode | ((item: never) => ReactElement<unknown, string | JSXElementConstructor<any>>)"
|
|
203784
203831
|
}
|
|
203785
203832
|
},
|
|
203786
|
-
"
|
|
203833
|
+
"dependencies": {
|
|
203787
203834
|
"defaultValue": null,
|
|
203788
|
-
"description": "
|
|
203789
|
-
"name": "
|
|
203835
|
+
"description": "Values that should invalidate the column cache when using dynamic collections.",
|
|
203836
|
+
"name": "dependencies",
|
|
203790
203837
|
"parent": {
|
|
203791
203838
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
203792
|
-
"name": "
|
|
203839
|
+
"name": "TableHeaderProps"
|
|
203793
203840
|
},
|
|
203794
203841
|
"declarations": [
|
|
203795
203842
|
{
|
|
203796
203843
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
203797
|
-
"name": "
|
|
203844
|
+
"name": "TableHeaderProps"
|
|
203798
203845
|
}
|
|
203799
203846
|
],
|
|
203800
203847
|
"required": false,
|
|
203801
203848
|
"type": {
|
|
203802
|
-
"name": "
|
|
203849
|
+
"name": "any[]"
|
|
203803
203850
|
}
|
|
203804
203851
|
},
|
|
203805
|
-
"
|
|
203852
|
+
"className": {
|
|
203806
203853
|
"defaultValue": null,
|
|
203807
|
-
"description": "The
|
|
203808
|
-
"name": "
|
|
203854
|
+
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
|
|
203855
|
+
"name": "className",
|
|
203809
203856
|
"parent": {
|
|
203810
203857
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
203811
|
-
"name": "
|
|
203858
|
+
"name": "StyleRenderProps"
|
|
203812
203859
|
},
|
|
203813
203860
|
"declarations": [
|
|
203814
203861
|
{
|
|
203815
203862
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
203816
|
-
"name": "
|
|
203863
|
+
"name": "StyleRenderProps"
|
|
203817
203864
|
}
|
|
203818
203865
|
],
|
|
203819
203866
|
"required": false,
|
|
203820
203867
|
"type": {
|
|
203821
|
-
"name": "
|
|
203868
|
+
"name": "string | ((values: TableHeaderRenderProps & { defaultClassName: string; }) => string)"
|
|
203822
203869
|
}
|
|
203823
203870
|
},
|
|
203824
|
-
"
|
|
203871
|
+
"style": {
|
|
203825
203872
|
"defaultValue": null,
|
|
203826
|
-
"description": "The
|
|
203827
|
-
"name": "
|
|
203873
|
+
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
|
|
203874
|
+
"name": "style",
|
|
203828
203875
|
"parent": {
|
|
203829
203876
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
203830
|
-
"name": "
|
|
203877
|
+
"name": "StyleRenderProps"
|
|
203831
203878
|
},
|
|
203832
203879
|
"declarations": [
|
|
203833
203880
|
{
|
|
203834
203881
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
203835
|
-
"name": "
|
|
203882
|
+
"name": "StyleRenderProps"
|
|
203836
203883
|
}
|
|
203837
203884
|
],
|
|
203838
203885
|
"required": false,
|
|
203839
203886
|
"type": {
|
|
203840
|
-
"name": "
|
|
203887
|
+
"name": "CSSProperties | ((values: TableHeaderRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
|
|
203841
203888
|
}
|
|
203842
203889
|
},
|
|
203843
|
-
"
|
|
203890
|
+
"onHoverStart": {
|
|
203844
203891
|
"defaultValue": null,
|
|
203845
|
-
"description": "
|
|
203846
|
-
"name": "
|
|
203892
|
+
"description": "Handler that is called when a hover interaction starts.",
|
|
203893
|
+
"name": "onHoverStart",
|
|
203847
203894
|
"parent": {
|
|
203848
|
-
"fileName": "flow/node_modules/.pnpm
|
|
203849
|
-
"name": "
|
|
203895
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
203896
|
+
"name": "HoverEvents"
|
|
203850
203897
|
},
|
|
203851
203898
|
"declarations": [
|
|
203852
203899
|
{
|
|
203853
|
-
"fileName": "flow/node_modules/.pnpm
|
|
203854
|
-
"name": "
|
|
203900
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
203901
|
+
"name": "HoverEvents"
|
|
203855
203902
|
}
|
|
203856
203903
|
],
|
|
203857
203904
|
"required": false,
|
|
203858
203905
|
"type": {
|
|
203859
|
-
"name": "
|
|
203906
|
+
"name": "((e: HoverEvent) => void)"
|
|
203860
203907
|
}
|
|
203861
203908
|
},
|
|
203862
|
-
"
|
|
203909
|
+
"onHoverEnd": {
|
|
203863
203910
|
"defaultValue": null,
|
|
203864
|
-
"description": "
|
|
203865
|
-
"name": "
|
|
203911
|
+
"description": "Handler that is called when a hover interaction ends.",
|
|
203912
|
+
"name": "onHoverEnd",
|
|
203866
203913
|
"parent": {
|
|
203867
|
-
"fileName": "flow/node_modules/.pnpm
|
|
203868
|
-
"name": "
|
|
203914
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
203915
|
+
"name": "HoverEvents"
|
|
203869
203916
|
},
|
|
203870
203917
|
"declarations": [
|
|
203871
203918
|
{
|
|
203872
|
-
"fileName": "flow/node_modules/.pnpm
|
|
203873
|
-
"name": "
|
|
203919
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
203920
|
+
"name": "HoverEvents"
|
|
203874
203921
|
}
|
|
203875
203922
|
],
|
|
203876
203923
|
"required": false,
|
|
203877
203924
|
"type": {
|
|
203878
|
-
"name": "
|
|
203925
|
+
"name": "((e: HoverEvent) => void)"
|
|
203879
203926
|
}
|
|
203880
203927
|
},
|
|
203881
|
-
"
|
|
203928
|
+
"onHoverChange": {
|
|
203882
203929
|
"defaultValue": null,
|
|
203883
|
-
"description": "
|
|
203884
|
-
"name": "
|
|
203930
|
+
"description": "Handler that is called when the hover state changes.",
|
|
203931
|
+
"name": "onHoverChange",
|
|
203885
203932
|
"parent": {
|
|
203886
|
-
"fileName": "flow/node_modules/.pnpm
|
|
203887
|
-
"name": "
|
|
203933
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
203934
|
+
"name": "HoverEvents"
|
|
203888
203935
|
},
|
|
203889
203936
|
"declarations": [
|
|
203890
203937
|
{
|
|
203891
|
-
"fileName": "flow/node_modules/.pnpm
|
|
203892
|
-
"name": "
|
|
203938
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
203939
|
+
"name": "HoverEvents"
|
|
203893
203940
|
}
|
|
203894
203941
|
],
|
|
203895
203942
|
"required": false,
|
|
203896
203943
|
"type": {
|
|
203897
|
-
"name": "
|
|
203944
|
+
"name": "((isHovering: boolean) => void)"
|
|
203898
203945
|
}
|
|
203899
203946
|
}
|
|
203900
203947
|
}
|
|
@@ -203903,82 +203950,23 @@
|
|
|
203903
203950
|
"tags": {
|
|
203904
203951
|
"flr-generate": "all"
|
|
203905
203952
|
},
|
|
203906
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/
|
|
203953
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableFooterRow/TableFooterRow.tsx",
|
|
203907
203954
|
"description": "",
|
|
203908
|
-
"displayName": "
|
|
203955
|
+
"displayName": "TableFooterRow",
|
|
203909
203956
|
"methods": [],
|
|
203910
203957
|
"props": {
|
|
203911
|
-
"rowHeader": {
|
|
203912
|
-
"defaultValue": null,
|
|
203913
|
-
"description": "Use cell as row header",
|
|
203914
|
-
"name": "rowHeader",
|
|
203915
|
-
"parent": {
|
|
203916
|
-
"fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
203917
|
-
"name": "TableCellProps"
|
|
203918
|
-
},
|
|
203919
|
-
"declarations": [
|
|
203920
|
-
{
|
|
203921
|
-
"fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
203922
|
-
"name": "TableCellProps"
|
|
203923
|
-
}
|
|
203924
|
-
],
|
|
203925
|
-
"required": false,
|
|
203926
|
-
"type": {
|
|
203927
|
-
"name": "boolean"
|
|
203928
|
-
}
|
|
203929
|
-
},
|
|
203930
|
-
"horizontalAlign": {
|
|
203931
|
-
"defaultValue": {
|
|
203932
|
-
"value": "\"start\""
|
|
203933
|
-
},
|
|
203934
|
-
"description": "Horizontal alignment of the cell content",
|
|
203935
|
-
"name": "horizontalAlign",
|
|
203936
|
-
"parent": {
|
|
203937
|
-
"fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
203938
|
-
"name": "TableCellProps"
|
|
203939
|
-
},
|
|
203940
|
-
"declarations": [
|
|
203941
|
-
{
|
|
203942
|
-
"fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
203943
|
-
"name": "TableCellProps"
|
|
203944
|
-
}
|
|
203945
|
-
],
|
|
203946
|
-
"required": false,
|
|
203947
|
-
"type": {
|
|
203948
|
-
"name": "\"start\" | \"end\" | \"center\""
|
|
203949
|
-
}
|
|
203950
|
-
},
|
|
203951
|
-
"className": {
|
|
203952
|
-
"defaultValue": null,
|
|
203953
|
-
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
|
|
203954
|
-
"name": "className",
|
|
203955
|
-
"parent": {
|
|
203956
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
203957
|
-
"name": "StyleRenderProps"
|
|
203958
|
-
},
|
|
203959
|
-
"declarations": [
|
|
203960
|
-
{
|
|
203961
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
203962
|
-
"name": "StyleRenderProps"
|
|
203963
|
-
}
|
|
203964
|
-
],
|
|
203965
|
-
"required": false,
|
|
203966
|
-
"type": {
|
|
203967
|
-
"name": "string | ((values: CellRenderProps & { defaultClassName: string; }) => string)"
|
|
203968
|
-
}
|
|
203969
|
-
},
|
|
203970
203958
|
"id": {
|
|
203971
203959
|
"defaultValue": null,
|
|
203972
|
-
"description": "The unique id of the
|
|
203960
|
+
"description": "The unique id of the row.",
|
|
203973
203961
|
"name": "id",
|
|
203974
203962
|
"parent": {
|
|
203975
203963
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
203976
|
-
"name": "
|
|
203964
|
+
"name": "RowProps"
|
|
203977
203965
|
},
|
|
203978
203966
|
"declarations": [
|
|
203979
203967
|
{
|
|
203980
203968
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
203981
|
-
"name": "
|
|
203969
|
+
"name": "RowProps"
|
|
203982
203970
|
}
|
|
203983
203971
|
],
|
|
203984
203972
|
"required": false,
|
|
@@ -203986,144 +203974,137 @@
|
|
|
203986
203974
|
"name": "Key"
|
|
203987
203975
|
}
|
|
203988
203976
|
},
|
|
203989
|
-
"
|
|
203977
|
+
"columns": {
|
|
203990
203978
|
"defaultValue": null,
|
|
203991
|
-
"description": "A
|
|
203992
|
-
"name": "
|
|
203979
|
+
"description": "A list of columns used when dynamically rendering cells.",
|
|
203980
|
+
"name": "columns",
|
|
203993
203981
|
"parent": {
|
|
203994
203982
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
203995
|
-
"name": "
|
|
203983
|
+
"name": "RowProps"
|
|
203996
203984
|
},
|
|
203997
203985
|
"declarations": [
|
|
203998
203986
|
{
|
|
203999
203987
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204000
|
-
"name": "
|
|
203988
|
+
"name": "RowProps"
|
|
204001
203989
|
}
|
|
204002
203990
|
],
|
|
204003
203991
|
"required": false,
|
|
204004
203992
|
"type": {
|
|
204005
|
-
"name": "
|
|
203993
|
+
"name": "Iterable<never>"
|
|
204006
203994
|
}
|
|
204007
203995
|
},
|
|
204008
203996
|
"children": {
|
|
204009
203997
|
"defaultValue": null,
|
|
204010
|
-
"description": "",
|
|
203998
|
+
"description": "The cells within the row. Supports static items or a function for dynamic rendering.",
|
|
204011
203999
|
"name": "children",
|
|
204000
|
+
"parent": {
|
|
204001
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204002
|
+
"name": "RowProps"
|
|
204003
|
+
},
|
|
204012
204004
|
"declarations": [
|
|
204013
204005
|
{
|
|
204014
|
-
"fileName": "flow/node_modules/.pnpm
|
|
204015
|
-
"name": "
|
|
204006
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204007
|
+
"name": "RowProps"
|
|
204016
204008
|
}
|
|
204017
204009
|
],
|
|
204018
204010
|
"required": false,
|
|
204019
204011
|
"type": {
|
|
204020
|
-
"name": "ReactNode"
|
|
204012
|
+
"name": "ReactNode | ((item: never) => ReactElement<unknown, string | JSXElementConstructor<any>>)"
|
|
204021
204013
|
}
|
|
204022
|
-
}
|
|
204023
|
-
|
|
204024
|
-
},
|
|
204025
|
-
{
|
|
204026
|
-
"tags": {
|
|
204027
|
-
"flr-generate": "all"
|
|
204028
|
-
},
|
|
204029
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableBody/TableBody.tsx",
|
|
204030
|
-
"description": "",
|
|
204031
|
-
"displayName": "TableBody",
|
|
204032
|
-
"methods": [],
|
|
204033
|
-
"props": {
|
|
204034
|
-
"renderEmptyState": {
|
|
204014
|
+
},
|
|
204015
|
+
"value": {
|
|
204035
204016
|
"defaultValue": null,
|
|
204036
|
-
"description": "
|
|
204037
|
-
"name": "
|
|
204017
|
+
"description": "The object value that this row represents. When using dynamic collections, this is set automatically.",
|
|
204018
|
+
"name": "value",
|
|
204038
204019
|
"parent": {
|
|
204039
204020
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204040
|
-
"name": "
|
|
204021
|
+
"name": "RowProps"
|
|
204041
204022
|
},
|
|
204042
204023
|
"declarations": [
|
|
204043
204024
|
{
|
|
204044
204025
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204045
|
-
"name": "
|
|
204026
|
+
"name": "RowProps"
|
|
204046
204027
|
}
|
|
204047
204028
|
],
|
|
204048
204029
|
"required": false,
|
|
204049
204030
|
"type": {
|
|
204050
|
-
"name": "
|
|
204031
|
+
"name": "undefined"
|
|
204051
204032
|
}
|
|
204052
204033
|
},
|
|
204053
|
-
"
|
|
204034
|
+
"dependencies": {
|
|
204054
204035
|
"defaultValue": null,
|
|
204055
|
-
"description": "
|
|
204056
|
-
"name": "
|
|
204036
|
+
"description": "Values that should invalidate the cell cache when using dynamic collections.",
|
|
204037
|
+
"name": "dependencies",
|
|
204057
204038
|
"parent": {
|
|
204058
204039
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204059
|
-
"name": "
|
|
204040
|
+
"name": "RowProps"
|
|
204060
204041
|
},
|
|
204061
204042
|
"declarations": [
|
|
204062
204043
|
{
|
|
204063
204044
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204064
|
-
"name": "
|
|
204045
|
+
"name": "RowProps"
|
|
204065
204046
|
}
|
|
204066
204047
|
],
|
|
204067
204048
|
"required": false,
|
|
204068
204049
|
"type": {
|
|
204069
|
-
"name": "
|
|
204050
|
+
"name": "any[]"
|
|
204070
204051
|
}
|
|
204071
204052
|
},
|
|
204072
|
-
"
|
|
204053
|
+
"textValue": {
|
|
204073
204054
|
"defaultValue": null,
|
|
204074
|
-
"description": "
|
|
204075
|
-
"name": "
|
|
204055
|
+
"description": "A string representation of the row's contents, used for features like typeahead.",
|
|
204056
|
+
"name": "textValue",
|
|
204076
204057
|
"parent": {
|
|
204077
204058
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204078
|
-
"name": "
|
|
204059
|
+
"name": "RowProps"
|
|
204079
204060
|
},
|
|
204080
204061
|
"declarations": [
|
|
204081
204062
|
{
|
|
204082
204063
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204083
|
-
"name": "
|
|
204064
|
+
"name": "RowProps"
|
|
204084
204065
|
}
|
|
204085
204066
|
],
|
|
204086
204067
|
"required": false,
|
|
204087
204068
|
"type": {
|
|
204088
|
-
"name": "
|
|
204069
|
+
"name": "string"
|
|
204089
204070
|
}
|
|
204090
204071
|
},
|
|
204091
|
-
"
|
|
204072
|
+
"isDisabled": {
|
|
204092
204073
|
"defaultValue": null,
|
|
204093
|
-
"description": "
|
|
204094
|
-
"name": "
|
|
204074
|
+
"description": "Whether the row is disabled.",
|
|
204075
|
+
"name": "isDisabled",
|
|
204095
204076
|
"parent": {
|
|
204096
|
-
"fileName": "flow/node_modules/.pnpm
|
|
204097
|
-
"name": "
|
|
204077
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204078
|
+
"name": "RowProps"
|
|
204098
204079
|
},
|
|
204099
204080
|
"declarations": [
|
|
204100
204081
|
{
|
|
204101
|
-
"fileName": "flow/node_modules/.pnpm
|
|
204102
|
-
"name": "
|
|
204082
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204083
|
+
"name": "RowProps"
|
|
204103
204084
|
}
|
|
204104
204085
|
],
|
|
204105
204086
|
"required": false,
|
|
204106
204087
|
"type": {
|
|
204107
|
-
"name": "
|
|
204088
|
+
"name": "boolean"
|
|
204108
204089
|
}
|
|
204109
204090
|
},
|
|
204110
|
-
"
|
|
204091
|
+
"onAction": {
|
|
204111
204092
|
"defaultValue": null,
|
|
204112
|
-
"description": "
|
|
204113
|
-
"name": "
|
|
204093
|
+
"description": "Handler that is called when a user performs an action on the row. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
|
|
204094
|
+
"name": "onAction",
|
|
204114
204095
|
"parent": {
|
|
204115
|
-
"fileName": "flow/node_modules/.pnpm
|
|
204116
|
-
"name": "
|
|
204096
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204097
|
+
"name": "RowProps"
|
|
204117
204098
|
},
|
|
204118
204099
|
"declarations": [
|
|
204119
204100
|
{
|
|
204120
|
-
"fileName": "flow/node_modules/.pnpm
|
|
204121
|
-
"name": "
|
|
204101
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204102
|
+
"name": "RowProps"
|
|
204122
204103
|
}
|
|
204123
204104
|
],
|
|
204124
204105
|
"required": false,
|
|
204125
204106
|
"type": {
|
|
204126
|
-
"name": "
|
|
204107
|
+
"name": "(() => void)"
|
|
204127
204108
|
}
|
|
204128
204109
|
},
|
|
204129
204110
|
"className": {
|
|
@@ -204142,7 +204123,7 @@
|
|
|
204142
204123
|
],
|
|
204143
204124
|
"required": false,
|
|
204144
204125
|
"type": {
|
|
204145
|
-
"name": "string | ((values:
|
|
204126
|
+
"name": "string | ((values: RowRenderProps & { defaultClassName: string; }) => string)"
|
|
204146
204127
|
}
|
|
204147
204128
|
},
|
|
204148
204129
|
"style": {
|
|
@@ -204161,79 +204142,21 @@
|
|
|
204161
204142
|
],
|
|
204162
204143
|
"required": false,
|
|
204163
204144
|
"type": {
|
|
204164
|
-
"name": "CSSProperties | ((values:
|
|
204165
|
-
}
|
|
204166
|
-
}
|
|
204167
|
-
}
|
|
204168
|
-
},
|
|
204169
|
-
{
|
|
204170
|
-
"tags": {},
|
|
204171
|
-
"filePath": "src/components/Tabs/components/TabTitle/TabTitleCollapsed.tsx",
|
|
204172
|
-
"description": "",
|
|
204173
|
-
"displayName": "TabTitleCollapsed",
|
|
204174
|
-
"methods": [],
|
|
204175
|
-
"props": {
|
|
204176
|
-
"id": {
|
|
204177
|
-
"defaultValue": null,
|
|
204178
|
-
"description": "",
|
|
204179
|
-
"name": "id",
|
|
204180
|
-
"parent": {
|
|
204181
|
-
"fileName": "src/components/Tabs/components/TabTitle/TabTitleCollapsed.tsx",
|
|
204182
|
-
"name": "Props"
|
|
204183
|
-
},
|
|
204184
|
-
"declarations": [
|
|
204185
|
-
{
|
|
204186
|
-
"fileName": "src/components/Tabs/components/TabTitle/TabTitleCollapsed.tsx",
|
|
204187
|
-
"name": "Props"
|
|
204188
|
-
}
|
|
204189
|
-
],
|
|
204190
|
-
"required": false,
|
|
204191
|
-
"type": {
|
|
204192
|
-
"name": "string"
|
|
204145
|
+
"name": "CSSProperties | ((values: RowRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
|
|
204193
204146
|
}
|
|
204194
204147
|
},
|
|
204195
|
-
"
|
|
204196
|
-
"defaultValue": null,
|
|
204197
|
-
"description": "The elements class name.",
|
|
204198
|
-
"name": "className",
|
|
204199
|
-
"parent": {
|
|
204200
|
-
"fileName": "src/lib/types/props.ts",
|
|
204201
|
-
"name": "PropsWithClassName"
|
|
204202
|
-
},
|
|
204203
|
-
"declarations": [
|
|
204204
|
-
{
|
|
204205
|
-
"fileName": "src/lib/types/props.ts",
|
|
204206
|
-
"name": "PropsWithClassName"
|
|
204207
|
-
}
|
|
204208
|
-
],
|
|
204209
|
-
"required": false,
|
|
204210
|
-
"type": {
|
|
204211
|
-
"name": "string"
|
|
204212
|
-
}
|
|
204213
|
-
}
|
|
204214
|
-
}
|
|
204215
|
-
},
|
|
204216
|
-
{
|
|
204217
|
-
"tags": {
|
|
204218
|
-
"flr-generate": "all"
|
|
204219
|
-
},
|
|
204220
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabTitle/TabTitle.tsx",
|
|
204221
|
-
"description": "",
|
|
204222
|
-
"displayName": "TabTitle",
|
|
204223
|
-
"methods": [],
|
|
204224
|
-
"props": {
|
|
204225
|
-
"aria-label": {
|
|
204148
|
+
"href": {
|
|
204226
204149
|
"defaultValue": null,
|
|
204227
|
-
"description": "
|
|
204228
|
-
"name": "
|
|
204150
|
+
"description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
|
|
204151
|
+
"name": "href",
|
|
204229
204152
|
"parent": {
|
|
204230
204153
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
204231
|
-
"name": "
|
|
204154
|
+
"name": "LinkDOMProps"
|
|
204232
204155
|
},
|
|
204233
204156
|
"declarations": [
|
|
204234
204157
|
{
|
|
204235
204158
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
204236
|
-
"name": "
|
|
204159
|
+
"name": "LinkDOMProps"
|
|
204237
204160
|
}
|
|
204238
204161
|
],
|
|
204239
204162
|
"required": false,
|
|
@@ -204241,18 +204164,18 @@
|
|
|
204241
204164
|
"name": "string"
|
|
204242
204165
|
}
|
|
204243
204166
|
},
|
|
204244
|
-
"
|
|
204167
|
+
"hrefLang": {
|
|
204245
204168
|
"defaultValue": null,
|
|
204246
|
-
"description": "
|
|
204247
|
-
"name": "
|
|
204169
|
+
"description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
|
|
204170
|
+
"name": "hrefLang",
|
|
204248
204171
|
"parent": {
|
|
204249
204172
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
204250
|
-
"name": "
|
|
204173
|
+
"name": "LinkDOMProps"
|
|
204251
204174
|
},
|
|
204252
204175
|
"declarations": [
|
|
204253
204176
|
{
|
|
204254
204177
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
204255
|
-
"name": "
|
|
204178
|
+
"name": "LinkDOMProps"
|
|
204256
204179
|
}
|
|
204257
204180
|
],
|
|
204258
204181
|
"required": false,
|
|
@@ -204260,37 +204183,37 @@
|
|
|
204260
204183
|
"name": "string"
|
|
204261
204184
|
}
|
|
204262
204185
|
},
|
|
204263
|
-
"
|
|
204186
|
+
"target": {
|
|
204264
204187
|
"defaultValue": null,
|
|
204265
|
-
"description": "
|
|
204266
|
-
"name": "
|
|
204188
|
+
"description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
|
|
204189
|
+
"name": "target",
|
|
204267
204190
|
"parent": {
|
|
204268
204191
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
204269
|
-
"name": "
|
|
204192
|
+
"name": "LinkDOMProps"
|
|
204270
204193
|
},
|
|
204271
204194
|
"declarations": [
|
|
204272
204195
|
{
|
|
204273
204196
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
204274
|
-
"name": "
|
|
204197
|
+
"name": "LinkDOMProps"
|
|
204275
204198
|
}
|
|
204276
204199
|
],
|
|
204277
204200
|
"required": false,
|
|
204278
204201
|
"type": {
|
|
204279
|
-
"name": "
|
|
204202
|
+
"name": "HTMLAttributeAnchorTarget"
|
|
204280
204203
|
}
|
|
204281
204204
|
},
|
|
204282
|
-
"
|
|
204205
|
+
"rel": {
|
|
204283
204206
|
"defaultValue": null,
|
|
204284
|
-
"description": "
|
|
204285
|
-
"name": "
|
|
204207
|
+
"description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
|
|
204208
|
+
"name": "rel",
|
|
204286
204209
|
"parent": {
|
|
204287
204210
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
204288
|
-
"name": "
|
|
204211
|
+
"name": "LinkDOMProps"
|
|
204289
204212
|
},
|
|
204290
204213
|
"declarations": [
|
|
204291
204214
|
{
|
|
204292
204215
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
204293
|
-
"name": "
|
|
204216
|
+
"name": "LinkDOMProps"
|
|
204294
204217
|
}
|
|
204295
204218
|
],
|
|
204296
204219
|
"required": false,
|
|
@@ -204298,48 +204221,29 @@
|
|
|
204298
204221
|
"name": "string"
|
|
204299
204222
|
}
|
|
204300
204223
|
},
|
|
204301
|
-
"
|
|
204302
|
-
"defaultValue": null,
|
|
204303
|
-
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
|
|
204304
|
-
"name": "className",
|
|
204305
|
-
"parent": {
|
|
204306
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204307
|
-
"name": "StyleRenderProps"
|
|
204308
|
-
},
|
|
204309
|
-
"declarations": [
|
|
204310
|
-
{
|
|
204311
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204312
|
-
"name": "StyleRenderProps"
|
|
204313
|
-
}
|
|
204314
|
-
],
|
|
204315
|
-
"required": false,
|
|
204316
|
-
"type": {
|
|
204317
|
-
"name": "string | ((values: TabRenderProps & { defaultClassName: string; }) => string)"
|
|
204318
|
-
}
|
|
204319
|
-
},
|
|
204320
|
-
"style": {
|
|
204224
|
+
"download": {
|
|
204321
204225
|
"defaultValue": null,
|
|
204322
|
-
"description": "
|
|
204323
|
-
"name": "
|
|
204226
|
+
"description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
|
|
204227
|
+
"name": "download",
|
|
204324
204228
|
"parent": {
|
|
204325
|
-
"fileName": "flow/node_modules/.pnpm
|
|
204326
|
-
"name": "
|
|
204229
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
204230
|
+
"name": "LinkDOMProps"
|
|
204327
204231
|
},
|
|
204328
204232
|
"declarations": [
|
|
204329
204233
|
{
|
|
204330
|
-
"fileName": "flow/node_modules/.pnpm
|
|
204331
|
-
"name": "
|
|
204234
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
204235
|
+
"name": "LinkDOMProps"
|
|
204332
204236
|
}
|
|
204333
204237
|
],
|
|
204334
204238
|
"required": false,
|
|
204335
204239
|
"type": {
|
|
204336
|
-
"name": "
|
|
204240
|
+
"name": "string | boolean"
|
|
204337
204241
|
}
|
|
204338
204242
|
},
|
|
204339
|
-
"
|
|
204243
|
+
"ping": {
|
|
204340
204244
|
"defaultValue": null,
|
|
204341
|
-
"description": "
|
|
204342
|
-
"name": "
|
|
204245
|
+
"description": "A space-separated list of URLs to ping when the link is followed. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
|
|
204246
|
+
"name": "ping",
|
|
204343
204247
|
"parent": {
|
|
204344
204248
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
204345
204249
|
"name": "LinkDOMProps"
|
|
@@ -204355,10 +204259,10 @@
|
|
|
204355
204259
|
"name": "string"
|
|
204356
204260
|
}
|
|
204357
204261
|
},
|
|
204358
|
-
"
|
|
204262
|
+
"referrerPolicy": {
|
|
204359
204263
|
"defaultValue": null,
|
|
204360
|
-
"description": "
|
|
204361
|
-
"name": "
|
|
204264
|
+
"description": "How much of the referrer to send when following the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
|
|
204265
|
+
"name": "referrerPolicy",
|
|
204362
204266
|
"parent": {
|
|
204363
204267
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
204364
204268
|
"name": "LinkDOMProps"
|
|
@@ -204371,13 +204275,13 @@
|
|
|
204371
204275
|
],
|
|
204372
204276
|
"required": false,
|
|
204373
204277
|
"type": {
|
|
204374
|
-
"name": "
|
|
204278
|
+
"name": "HTMLAttributeReferrerPolicy"
|
|
204375
204279
|
}
|
|
204376
204280
|
},
|
|
204377
|
-
"
|
|
204281
|
+
"routerOptions": {
|
|
204378
204282
|
"defaultValue": null,
|
|
204379
|
-
"description": "
|
|
204380
|
-
"name": "
|
|
204283
|
+
"description": "Options for the configured client side router.",
|
|
204284
|
+
"name": "routerOptions",
|
|
204381
204285
|
"parent": {
|
|
204382
204286
|
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
204383
204287
|
"name": "LinkDOMProps"
|
|
@@ -204390,7 +204294,7 @@
|
|
|
204390
204294
|
],
|
|
204391
204295
|
"required": false,
|
|
204392
204296
|
"type": {
|
|
204393
|
-
"name": "
|
|
204297
|
+
"name": "undefined"
|
|
204394
204298
|
}
|
|
204395
204299
|
},
|
|
204396
204300
|
"onHoverStart": {
|
|
@@ -204450,99 +204354,127 @@
|
|
|
204450
204354
|
"name": "((isHovering: boolean) => void)"
|
|
204451
204355
|
}
|
|
204452
204356
|
},
|
|
204453
|
-
"
|
|
204357
|
+
"footer": {
|
|
204454
204358
|
"defaultValue": null,
|
|
204455
|
-
"description": "
|
|
204456
|
-
"name": "
|
|
204359
|
+
"description": "@internal",
|
|
204360
|
+
"name": "footer",
|
|
204361
|
+
"declarations": [
|
|
204362
|
+
{
|
|
204363
|
+
"fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
|
|
204364
|
+
"name": "TypeLiteral"
|
|
204365
|
+
}
|
|
204366
|
+
],
|
|
204367
|
+
"required": false,
|
|
204368
|
+
"type": {
|
|
204369
|
+
"name": "boolean"
|
|
204370
|
+
}
|
|
204371
|
+
}
|
|
204372
|
+
}
|
|
204373
|
+
},
|
|
204374
|
+
{
|
|
204375
|
+
"tags": {
|
|
204376
|
+
"flr-generate": "all"
|
|
204377
|
+
},
|
|
204378
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
204379
|
+
"description": "",
|
|
204380
|
+
"displayName": "TableCell",
|
|
204381
|
+
"methods": [],
|
|
204382
|
+
"props": {
|
|
204383
|
+
"rowHeader": {
|
|
204384
|
+
"defaultValue": null,
|
|
204385
|
+
"description": "Use cell as row header",
|
|
204386
|
+
"name": "rowHeader",
|
|
204457
204387
|
"parent": {
|
|
204458
|
-
"fileName": "
|
|
204459
|
-
"name": "
|
|
204388
|
+
"fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
204389
|
+
"name": "TableCellProps"
|
|
204460
204390
|
},
|
|
204461
204391
|
"declarations": [
|
|
204462
204392
|
{
|
|
204463
|
-
"fileName": "
|
|
204464
|
-
"name": "
|
|
204393
|
+
"fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
204394
|
+
"name": "TableCellProps"
|
|
204465
204395
|
}
|
|
204466
204396
|
],
|
|
204467
204397
|
"required": false,
|
|
204468
204398
|
"type": {
|
|
204469
|
-
"name": "
|
|
204399
|
+
"name": "boolean"
|
|
204470
204400
|
}
|
|
204471
204401
|
},
|
|
204472
|
-
"
|
|
204473
|
-
"defaultValue":
|
|
204474
|
-
|
|
204475
|
-
|
|
204402
|
+
"horizontalAlign": {
|
|
204403
|
+
"defaultValue": {
|
|
204404
|
+
"value": "\"start\""
|
|
204405
|
+
},
|
|
204406
|
+
"description": "Horizontal alignment of the cell content",
|
|
204407
|
+
"name": "horizontalAlign",
|
|
204476
204408
|
"parent": {
|
|
204477
|
-
"fileName": "
|
|
204478
|
-
"name": "
|
|
204409
|
+
"fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
204410
|
+
"name": "TableCellProps"
|
|
204479
204411
|
},
|
|
204480
204412
|
"declarations": [
|
|
204481
204413
|
{
|
|
204482
|
-
"fileName": "
|
|
204483
|
-
"name": "
|
|
204414
|
+
"fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
|
|
204415
|
+
"name": "TableCellProps"
|
|
204484
204416
|
}
|
|
204485
204417
|
],
|
|
204486
204418
|
"required": false,
|
|
204487
204419
|
"type": {
|
|
204488
|
-
"name": "
|
|
204420
|
+
"name": "\"start\" | \"end\" | \"center\""
|
|
204489
204421
|
}
|
|
204490
204422
|
},
|
|
204491
|
-
"
|
|
204423
|
+
"className": {
|
|
204492
204424
|
"defaultValue": null,
|
|
204493
|
-
"description": "
|
|
204494
|
-
"name": "
|
|
204425
|
+
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
|
|
204426
|
+
"name": "className",
|
|
204495
204427
|
"parent": {
|
|
204496
|
-
"fileName": "flow/node_modules/.pnpm
|
|
204497
|
-
"name": "
|
|
204428
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204429
|
+
"name": "StyleRenderProps"
|
|
204498
204430
|
},
|
|
204499
204431
|
"declarations": [
|
|
204500
204432
|
{
|
|
204501
|
-
"fileName": "flow/node_modules/.pnpm
|
|
204502
|
-
"name": "
|
|
204433
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204434
|
+
"name": "StyleRenderProps"
|
|
204503
204435
|
}
|
|
204504
204436
|
],
|
|
204505
204437
|
"required": false,
|
|
204506
204438
|
"type": {
|
|
204507
|
-
"name": "string"
|
|
204439
|
+
"name": "string | ((values: CellRenderProps & { defaultClassName: string; }) => string)"
|
|
204508
204440
|
}
|
|
204509
204441
|
},
|
|
204510
|
-
"
|
|
204442
|
+
"id": {
|
|
204511
204443
|
"defaultValue": null,
|
|
204512
|
-
"description": "
|
|
204513
|
-
"name": "
|
|
204444
|
+
"description": "The unique id of the cell.",
|
|
204445
|
+
"name": "id",
|
|
204514
204446
|
"parent": {
|
|
204515
|
-
"fileName": "flow/node_modules/.pnpm
|
|
204516
|
-
"name": "
|
|
204447
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204448
|
+
"name": "CellProps"
|
|
204517
204449
|
},
|
|
204518
204450
|
"declarations": [
|
|
204519
204451
|
{
|
|
204520
|
-
"fileName": "flow/node_modules/.pnpm
|
|
204521
|
-
"name": "
|
|
204452
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204453
|
+
"name": "CellProps"
|
|
204522
204454
|
}
|
|
204523
204455
|
],
|
|
204524
204456
|
"required": false,
|
|
204525
204457
|
"type": {
|
|
204526
|
-
"name": "
|
|
204458
|
+
"name": "Key"
|
|
204527
204459
|
}
|
|
204528
204460
|
},
|
|
204529
|
-
"
|
|
204461
|
+
"textValue": {
|
|
204530
204462
|
"defaultValue": null,
|
|
204531
|
-
"description": "
|
|
204532
|
-
"name": "
|
|
204463
|
+
"description": "A string representation of the cell's contents, used for features like typeahead.",
|
|
204464
|
+
"name": "textValue",
|
|
204533
204465
|
"parent": {
|
|
204534
|
-
"fileName": "flow/node_modules/.pnpm
|
|
204535
|
-
"name": "
|
|
204466
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204467
|
+
"name": "CellProps"
|
|
204536
204468
|
},
|
|
204537
204469
|
"declarations": [
|
|
204538
204470
|
{
|
|
204539
|
-
"fileName": "flow/node_modules/.pnpm
|
|
204540
|
-
"name": "
|
|
204471
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204472
|
+
"name": "CellProps"
|
|
204541
204473
|
}
|
|
204542
204474
|
],
|
|
204543
204475
|
"required": false,
|
|
204544
204476
|
"type": {
|
|
204545
|
-
"name": "
|
|
204477
|
+
"name": "string"
|
|
204546
204478
|
}
|
|
204547
204479
|
},
|
|
204548
204480
|
"children": {
|
|
@@ -204563,92 +204495,104 @@
|
|
|
204563
204495
|
}
|
|
204564
204496
|
},
|
|
204565
204497
|
{
|
|
204566
|
-
"tags": {
|
|
204567
|
-
|
|
204498
|
+
"tags": {
|
|
204499
|
+
"flr-generate": "all"
|
|
204500
|
+
},
|
|
204501
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableColumn/TableColumn.tsx",
|
|
204568
204502
|
"description": "",
|
|
204569
|
-
"displayName": "
|
|
204503
|
+
"displayName": "TableColumn",
|
|
204570
204504
|
"methods": [],
|
|
204571
204505
|
"props": {
|
|
204572
|
-
"
|
|
204506
|
+
"horizontalAlign": {
|
|
204507
|
+
"defaultValue": {
|
|
204508
|
+
"value": "\"start\""
|
|
204509
|
+
},
|
|
204510
|
+
"description": "Horizontal alignment of the cell content",
|
|
204511
|
+
"name": "horizontalAlign",
|
|
204512
|
+
"parent": {
|
|
204513
|
+
"fileName": "components/src/components/Table/components/TableColumn/TableColumn.tsx",
|
|
204514
|
+
"name": "TableColumnProps"
|
|
204515
|
+
},
|
|
204516
|
+
"declarations": [
|
|
204517
|
+
{
|
|
204518
|
+
"fileName": "components/src/components/Table/components/TableColumn/TableColumn.tsx",
|
|
204519
|
+
"name": "TableColumnProps"
|
|
204520
|
+
}
|
|
204521
|
+
],
|
|
204522
|
+
"required": false,
|
|
204523
|
+
"type": {
|
|
204524
|
+
"name": "\"start\" | \"end\" | \"center\""
|
|
204525
|
+
}
|
|
204526
|
+
},
|
|
204527
|
+
"id": {
|
|
204573
204528
|
"defaultValue": null,
|
|
204574
|
-
"description": "",
|
|
204575
|
-
"name": "
|
|
204529
|
+
"description": "The unique id of the column.",
|
|
204530
|
+
"name": "id",
|
|
204576
204531
|
"parent": {
|
|
204577
|
-
"fileName": "
|
|
204578
|
-
"name": "
|
|
204532
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204533
|
+
"name": "ColumnProps"
|
|
204579
204534
|
},
|
|
204580
204535
|
"declarations": [
|
|
204581
204536
|
{
|
|
204582
|
-
"fileName": "
|
|
204583
|
-
"name": "
|
|
204537
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204538
|
+
"name": "ColumnProps"
|
|
204584
204539
|
}
|
|
204585
204540
|
],
|
|
204586
|
-
"required":
|
|
204541
|
+
"required": false,
|
|
204587
204542
|
"type": {
|
|
204588
|
-
"name": "Key
|
|
204543
|
+
"name": "Key"
|
|
204589
204544
|
}
|
|
204590
204545
|
},
|
|
204591
|
-
"
|
|
204546
|
+
"allowsSorting": {
|
|
204592
204547
|
"defaultValue": null,
|
|
204593
|
-
"description": "",
|
|
204594
|
-
"name": "
|
|
204548
|
+
"description": "Whether the column allows sorting.",
|
|
204549
|
+
"name": "allowsSorting",
|
|
204595
204550
|
"parent": {
|
|
204596
|
-
"fileName": "
|
|
204597
|
-
"name": "
|
|
204551
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204552
|
+
"name": "ColumnProps"
|
|
204598
204553
|
},
|
|
204599
204554
|
"declarations": [
|
|
204600
204555
|
{
|
|
204601
|
-
"fileName": "
|
|
204602
|
-
"name": "
|
|
204556
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204557
|
+
"name": "ColumnProps"
|
|
204603
204558
|
}
|
|
204604
204559
|
],
|
|
204605
|
-
"required":
|
|
204560
|
+
"required": false,
|
|
204606
204561
|
"type": {
|
|
204607
|
-
"name": "
|
|
204562
|
+
"name": "boolean"
|
|
204608
204563
|
}
|
|
204609
204564
|
},
|
|
204610
|
-
"
|
|
204565
|
+
"isRowHeader": {
|
|
204611
204566
|
"defaultValue": null,
|
|
204612
|
-
"description": "",
|
|
204613
|
-
"name": "
|
|
204567
|
+
"description": "Whether a column is a [row header](https://www.w3.org/TR/wai-aria-1.1/#rowheader) and should be announced by assistive technology during row navigation.",
|
|
204568
|
+
"name": "isRowHeader",
|
|
204614
204569
|
"parent": {
|
|
204615
|
-
"fileName": "
|
|
204616
|
-
"name": "
|
|
204570
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204571
|
+
"name": "ColumnProps"
|
|
204617
204572
|
},
|
|
204618
204573
|
"declarations": [
|
|
204619
204574
|
{
|
|
204620
|
-
"fileName": "
|
|
204621
|
-
"name": "
|
|
204575
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204576
|
+
"name": "ColumnProps"
|
|
204622
204577
|
}
|
|
204623
204578
|
],
|
|
204624
204579
|
"required": false,
|
|
204625
204580
|
"type": {
|
|
204626
|
-
"name": "
|
|
204581
|
+
"name": "boolean"
|
|
204627
204582
|
}
|
|
204628
|
-
}
|
|
204629
|
-
|
|
204630
|
-
},
|
|
204631
|
-
{
|
|
204632
|
-
"tags": {
|
|
204633
|
-
"flr-generate": "all"
|
|
204634
|
-
},
|
|
204635
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/Tab/Tab.tsx",
|
|
204636
|
-
"description": "",
|
|
204637
|
-
"displayName": "Tab",
|
|
204638
|
-
"methods": [],
|
|
204639
|
-
"props": {
|
|
204640
|
-
"aria-label": {
|
|
204583
|
+
},
|
|
204584
|
+
"textValue": {
|
|
204641
204585
|
"defaultValue": null,
|
|
204642
|
-
"description": "
|
|
204643
|
-
"name": "
|
|
204586
|
+
"description": "A string representation of the column's contents, used for accessibility announcements.",
|
|
204587
|
+
"name": "textValue",
|
|
204644
204588
|
"parent": {
|
|
204645
|
-
"fileName": "flow/node_modules/.pnpm
|
|
204646
|
-
"name": "
|
|
204589
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204590
|
+
"name": "ColumnProps"
|
|
204647
204591
|
},
|
|
204648
204592
|
"declarations": [
|
|
204649
204593
|
{
|
|
204650
|
-
"fileName": "flow/node_modules/.pnpm
|
|
204651
|
-
"name": "
|
|
204594
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204595
|
+
"name": "ColumnProps"
|
|
204652
204596
|
}
|
|
204653
204597
|
],
|
|
204654
204598
|
"required": false,
|
|
@@ -204656,61 +204600,99 @@
|
|
|
204656
204600
|
"name": "string"
|
|
204657
204601
|
}
|
|
204658
204602
|
},
|
|
204659
|
-
"
|
|
204603
|
+
"width": {
|
|
204660
204604
|
"defaultValue": null,
|
|
204661
|
-
"description": "
|
|
204662
|
-
"name": "
|
|
204605
|
+
"description": "The width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
|
|
204606
|
+
"name": "width",
|
|
204663
204607
|
"parent": {
|
|
204664
|
-
"fileName": "flow/node_modules/.pnpm
|
|
204665
|
-
"name": "
|
|
204608
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204609
|
+
"name": "ColumnProps"
|
|
204666
204610
|
},
|
|
204667
204611
|
"declarations": [
|
|
204668
204612
|
{
|
|
204669
|
-
"fileName": "flow/node_modules/.pnpm
|
|
204670
|
-
"name": "
|
|
204613
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204614
|
+
"name": "ColumnProps"
|
|
204671
204615
|
}
|
|
204672
204616
|
],
|
|
204673
204617
|
"required": false,
|
|
204674
204618
|
"type": {
|
|
204675
|
-
"name": "
|
|
204619
|
+
"name": "ColumnSize | null"
|
|
204676
204620
|
}
|
|
204677
204621
|
},
|
|
204678
|
-
"
|
|
204622
|
+
"defaultWidth": {
|
|
204679
204623
|
"defaultValue": null,
|
|
204680
|
-
"description": "
|
|
204681
|
-
"name": "
|
|
204624
|
+
"description": "The default width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
|
|
204625
|
+
"name": "defaultWidth",
|
|
204682
204626
|
"parent": {
|
|
204683
|
-
"fileName": "flow/node_modules/.pnpm
|
|
204684
|
-
"name": "
|
|
204627
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204628
|
+
"name": "ColumnProps"
|
|
204685
204629
|
},
|
|
204686
204630
|
"declarations": [
|
|
204687
204631
|
{
|
|
204688
|
-
"fileName": "flow/node_modules/.pnpm
|
|
204689
|
-
"name": "
|
|
204632
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204633
|
+
"name": "ColumnProps"
|
|
204690
204634
|
}
|
|
204691
204635
|
],
|
|
204692
204636
|
"required": false,
|
|
204693
204637
|
"type": {
|
|
204694
|
-
"name": "
|
|
204638
|
+
"name": "ColumnSize | null"
|
|
204695
204639
|
}
|
|
204696
204640
|
},
|
|
204697
|
-
"
|
|
204641
|
+
"minWidth": {
|
|
204698
204642
|
"defaultValue": null,
|
|
204699
|
-
"description": "
|
|
204700
|
-
"name": "
|
|
204643
|
+
"description": "The minimum width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
|
|
204644
|
+
"name": "minWidth",
|
|
204701
204645
|
"parent": {
|
|
204702
|
-
"fileName": "flow/node_modules/.pnpm
|
|
204703
|
-
"name": "
|
|
204646
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204647
|
+
"name": "ColumnProps"
|
|
204704
204648
|
},
|
|
204705
204649
|
"declarations": [
|
|
204706
204650
|
{
|
|
204707
|
-
"fileName": "flow/node_modules/.pnpm
|
|
204708
|
-
"name": "
|
|
204651
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204652
|
+
"name": "ColumnProps"
|
|
204709
204653
|
}
|
|
204710
204654
|
],
|
|
204711
204655
|
"required": false,
|
|
204712
204656
|
"type": {
|
|
204713
|
-
"name": "
|
|
204657
|
+
"name": "ColumnStaticSize | null"
|
|
204658
|
+
}
|
|
204659
|
+
},
|
|
204660
|
+
"maxWidth": {
|
|
204661
|
+
"defaultValue": null,
|
|
204662
|
+
"description": "The maximum width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
|
|
204663
|
+
"name": "maxWidth",
|
|
204664
|
+
"parent": {
|
|
204665
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204666
|
+
"name": "ColumnProps"
|
|
204667
|
+
},
|
|
204668
|
+
"declarations": [
|
|
204669
|
+
{
|
|
204670
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204671
|
+
"name": "ColumnProps"
|
|
204672
|
+
}
|
|
204673
|
+
],
|
|
204674
|
+
"required": false,
|
|
204675
|
+
"type": {
|
|
204676
|
+
"name": "ColumnStaticSize | null"
|
|
204677
|
+
}
|
|
204678
|
+
},
|
|
204679
|
+
"children": {
|
|
204680
|
+
"defaultValue": null,
|
|
204681
|
+
"description": "The children of the component. A function may be provided to alter the children based on component state.",
|
|
204682
|
+
"name": "children",
|
|
204683
|
+
"parent": {
|
|
204684
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204685
|
+
"name": "RenderProps"
|
|
204686
|
+
},
|
|
204687
|
+
"declarations": [
|
|
204688
|
+
{
|
|
204689
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204690
|
+
"name": "RenderProps"
|
|
204691
|
+
}
|
|
204692
|
+
],
|
|
204693
|
+
"required": false,
|
|
204694
|
+
"type": {
|
|
204695
|
+
"name": "ReactNode | ((values: ColumnRenderProps & { defaultChildren: ReactNode; }) => ReactNode)"
|
|
204714
204696
|
}
|
|
204715
204697
|
},
|
|
204716
204698
|
"className": {
|
|
@@ -204729,7 +204711,7 @@
|
|
|
204729
204711
|
],
|
|
204730
204712
|
"required": false,
|
|
204731
204713
|
"type": {
|
|
204732
|
-
"name": "string | ((values:
|
|
204714
|
+
"name": "string | ((values: ColumnRenderProps & { defaultClassName: string; }) => string)"
|
|
204733
204715
|
}
|
|
204734
204716
|
},
|
|
204735
204717
|
"style": {
|
|
@@ -204748,62 +204730,151 @@
|
|
|
204748
204730
|
],
|
|
204749
204731
|
"required": false,
|
|
204750
204732
|
"type": {
|
|
204751
|
-
"name": "CSSProperties | ((values:
|
|
204733
|
+
"name": "CSSProperties | ((values: ColumnRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
|
|
204734
|
+
}
|
|
204735
|
+
}
|
|
204736
|
+
}
|
|
204737
|
+
},
|
|
204738
|
+
{
|
|
204739
|
+
"tags": {
|
|
204740
|
+
"flr-generate": "all"
|
|
204741
|
+
},
|
|
204742
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableBody/TableBody.tsx",
|
|
204743
|
+
"description": "",
|
|
204744
|
+
"displayName": "TableBody",
|
|
204745
|
+
"methods": [],
|
|
204746
|
+
"props": {
|
|
204747
|
+
"renderEmptyState": {
|
|
204748
|
+
"defaultValue": null,
|
|
204749
|
+
"description": "Provides content to display when there are no rows in the table.",
|
|
204750
|
+
"name": "renderEmptyState",
|
|
204751
|
+
"parent": {
|
|
204752
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204753
|
+
"name": "TableBodyProps"
|
|
204754
|
+
},
|
|
204755
|
+
"declarations": [
|
|
204756
|
+
{
|
|
204757
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204758
|
+
"name": "TableBodyProps"
|
|
204759
|
+
}
|
|
204760
|
+
],
|
|
204761
|
+
"required": false,
|
|
204762
|
+
"type": {
|
|
204763
|
+
"name": "((props: TableBodyRenderProps) => ReactNode)"
|
|
204752
204764
|
}
|
|
204753
204765
|
},
|
|
204754
|
-
"
|
|
204766
|
+
"children": {
|
|
204755
204767
|
"defaultValue": null,
|
|
204756
|
-
"description": "The
|
|
204757
|
-
"name": "
|
|
204768
|
+
"description": "The contents of the collection.",
|
|
204769
|
+
"name": "children",
|
|
204758
204770
|
"parent": {
|
|
204759
|
-
"fileName": "flow/node_modules/.pnpm
|
|
204760
|
-
"name": "
|
|
204771
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204772
|
+
"name": "CollectionProps"
|
|
204761
204773
|
},
|
|
204762
204774
|
"declarations": [
|
|
204763
204775
|
{
|
|
204764
|
-
"fileName": "flow/node_modules/.pnpm
|
|
204765
|
-
"name": "
|
|
204776
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204777
|
+
"name": "CollectionProps"
|
|
204766
204778
|
}
|
|
204767
204779
|
],
|
|
204768
204780
|
"required": false,
|
|
204769
204781
|
"type": {
|
|
204770
|
-
"name": "
|
|
204782
|
+
"name": "ReactNode | ((item: never) => ReactNode)"
|
|
204771
204783
|
}
|
|
204772
204784
|
},
|
|
204773
|
-
"
|
|
204774
|
-
"defaultValue":
|
|
204775
|
-
|
|
204785
|
+
"dependencies": {
|
|
204786
|
+
"defaultValue": null,
|
|
204787
|
+
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
204788
|
+
"name": "dependencies",
|
|
204789
|
+
"parent": {
|
|
204790
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204791
|
+
"name": "CollectionProps"
|
|
204776
204792
|
},
|
|
204777
|
-
"
|
|
204778
|
-
|
|
204793
|
+
"declarations": [
|
|
204794
|
+
{
|
|
204795
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204796
|
+
"name": "CollectionProps"
|
|
204797
|
+
}
|
|
204798
|
+
],
|
|
204799
|
+
"required": false,
|
|
204800
|
+
"type": {
|
|
204801
|
+
"name": "any[]"
|
|
204802
|
+
}
|
|
204803
|
+
},
|
|
204804
|
+
"items": {
|
|
204805
|
+
"defaultValue": null,
|
|
204806
|
+
"description": "Item objects in the collection.",
|
|
204807
|
+
"name": "items",
|
|
204808
|
+
"parent": {
|
|
204809
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
204810
|
+
"name": "CollectionBase"
|
|
204811
|
+
},
|
|
204812
|
+
"declarations": [
|
|
204813
|
+
{
|
|
204814
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
204815
|
+
"name": "CollectionBase"
|
|
204816
|
+
}
|
|
204817
|
+
],
|
|
204818
|
+
"required": false,
|
|
204819
|
+
"type": {
|
|
204820
|
+
"name": "Iterable<never>"
|
|
204821
|
+
}
|
|
204822
|
+
},
|
|
204823
|
+
"disabledKeys": {
|
|
204824
|
+
"defaultValue": null,
|
|
204825
|
+
"description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
|
|
204826
|
+
"name": "disabledKeys",
|
|
204827
|
+
"parent": {
|
|
204828
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
204829
|
+
"name": "CollectionBase"
|
|
204830
|
+
},
|
|
204831
|
+
"declarations": [
|
|
204832
|
+
{
|
|
204833
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.27.0_react@19.0.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
204834
|
+
"name": "CollectionBase"
|
|
204835
|
+
}
|
|
204836
|
+
],
|
|
204837
|
+
"required": false,
|
|
204838
|
+
"type": {
|
|
204839
|
+
"name": "Iterable<Key>"
|
|
204840
|
+
}
|
|
204841
|
+
},
|
|
204842
|
+
"className": {
|
|
204843
|
+
"defaultValue": null,
|
|
204844
|
+
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
|
|
204845
|
+
"name": "className",
|
|
204779
204846
|
"parent": {
|
|
204780
204847
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204781
|
-
"name": "
|
|
204848
|
+
"name": "StyleRenderProps"
|
|
204782
204849
|
},
|
|
204783
204850
|
"declarations": [
|
|
204784
204851
|
{
|
|
204785
204852
|
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204786
|
-
"name": "
|
|
204853
|
+
"name": "StyleRenderProps"
|
|
204787
204854
|
}
|
|
204788
204855
|
],
|
|
204789
204856
|
"required": false,
|
|
204790
204857
|
"type": {
|
|
204791
|
-
"name": "
|
|
204858
|
+
"name": "string | ((values: TableBodyRenderProps & { defaultClassName: string; }) => string)"
|
|
204792
204859
|
}
|
|
204793
204860
|
},
|
|
204794
|
-
"
|
|
204861
|
+
"style": {
|
|
204795
204862
|
"defaultValue": null,
|
|
204796
|
-
"description": "",
|
|
204797
|
-
"name": "
|
|
204863
|
+
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
|
|
204864
|
+
"name": "style",
|
|
204865
|
+
"parent": {
|
|
204866
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204867
|
+
"name": "StyleRenderProps"
|
|
204868
|
+
},
|
|
204798
204869
|
"declarations": [
|
|
204799
204870
|
{
|
|
204800
|
-
"fileName": "flow/node_modules/.pnpm
|
|
204801
|
-
"name": "
|
|
204871
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
204872
|
+
"name": "StyleRenderProps"
|
|
204802
204873
|
}
|
|
204803
204874
|
],
|
|
204804
204875
|
"required": false,
|
|
204805
204876
|
"type": {
|
|
204806
|
-
"name": "
|
|
204877
|
+
"name": "CSSProperties | ((values: TableBodyRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
|
|
204807
204878
|
}
|
|
204808
204879
|
}
|
|
204809
204880
|
}
|
|
@@ -205486,7 +205557,8 @@
|
|
|
205486
205557
|
},
|
|
205487
205558
|
{
|
|
205488
205559
|
"tags": {
|
|
205489
|
-
"flr-generate": "all"
|
|
205560
|
+
"flr-generate": "all",
|
|
205561
|
+
"flr-clear-props-context": ""
|
|
205490
205562
|
},
|
|
205491
205563
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/SegmentedControl/components/Segment/Segment.tsx",
|
|
205492
205564
|
"description": "",
|
|
@@ -206011,7 +206083,8 @@
|
|
|
206011
206083
|
},
|
|
206012
206084
|
{
|
|
206013
206085
|
"tags": {
|
|
206014
|
-
"flr-generate": "all"
|
|
206086
|
+
"flr-generate": "all",
|
|
206087
|
+
"flr-clear-props-context": ""
|
|
206015
206088
|
},
|
|
206016
206089
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
|
|
206017
206090
|
"description": "",
|
|
@@ -206493,7 +206566,8 @@
|
|
|
206493
206566
|
},
|
|
206494
206567
|
{
|
|
206495
206568
|
"tags": {
|
|
206496
|
-
"flr-generate": "all"
|
|
206569
|
+
"flr-generate": "all",
|
|
206570
|
+
"flr-clear-props-context": ""
|
|
206497
206571
|
},
|
|
206498
206572
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
|
|
206499
206573
|
"description": "",
|
|
@@ -213336,7 +213410,7 @@
|
|
|
213336
213410
|
},
|
|
213337
213411
|
{
|
|
213338
213412
|
"tags": {},
|
|
213339
|
-
"filePath": "
|
|
213413
|
+
"filePath": "src/components/List/components/Items/Items.tsx",
|
|
213340
213414
|
"description": "",
|
|
213341
213415
|
"displayName": "Items",
|
|
213342
213416
|
"methods": [],
|
|
@@ -213344,7 +213418,7 @@
|
|
|
213344
213418
|
},
|
|
213345
213419
|
{
|
|
213346
213420
|
"tags": {},
|
|
213347
|
-
"filePath": "
|
|
213421
|
+
"filePath": "src/components/List/components/Header/Header.tsx",
|
|
213348
213422
|
"description": "",
|
|
213349
213423
|
"displayName": "Header",
|
|
213350
213424
|
"methods": [],
|
|
@@ -213354,12 +213428,12 @@
|
|
|
213354
213428
|
"description": "",
|
|
213355
213429
|
"name": "hasActionGroup",
|
|
213356
213430
|
"parent": {
|
|
213357
|
-
"fileName": "
|
|
213431
|
+
"fileName": "src/components/List/components/Header/Header.tsx",
|
|
213358
213432
|
"name": "Props"
|
|
213359
213433
|
},
|
|
213360
213434
|
"declarations": [
|
|
213361
213435
|
{
|
|
213362
|
-
"fileName": "
|
|
213436
|
+
"fileName": "src/components/List/components/Header/Header.tsx",
|
|
213363
213437
|
"name": "Props"
|
|
213364
213438
|
}
|
|
213365
213439
|
],
|