@mittwald/flow-react-components 1.2.0-next.4 → 1.2.0-next.40
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/AGENTS.md +47 -0
- package/MIGRATION.md +212 -11
- package/dist/assets/component-index.json +1 -1
- package/dist/assets/doc-properties.json +1 -1
- package/dist/css/all-layered.css +1 -1
- package/dist/css/all.css +1 -1
- package/dist/js/_virtual/_10.locale.mjs +3 -9
- package/dist/js/_virtual/_11.locale.mjs +9 -3
- package/dist/js/_virtual/_12.locale.mjs +3 -9
- package/dist/js/_virtual/_4.locale.mjs +9 -3
- package/dist/js/_virtual/_5.locale.mjs +3 -21
- package/dist/js/_virtual/_6.locale.mjs +21 -3
- package/dist/js/_virtual/_7.locale.mjs +3 -3
- package/dist/js/_virtual/_8.locale.mjs +3 -3
- package/dist/js/_virtual/_9.locale.mjs +3 -3
- package/dist/js/default.mjs +8 -7
- package/dist/js/packages/components/src/components/Activity/Activity.mjs +16 -5
- package/dist/js/packages/components/src/components/Activity/Activity.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Activity/context.mjs +20 -0
- package/dist/js/packages/components/src/components/Activity/context.mjs.map +1 -0
- package/dist/js/packages/components/src/components/AlertBadge/AlertBadge.mjs +1 -1
- package/dist/js/packages/components/src/components/Autocomplete/Autocomplete.mjs +3 -5
- package/dist/js/packages/components/src/components/Autocomplete/Autocomplete.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Badge/Badge.mjs +21 -2
- package/dist/js/packages/components/src/components/Badge/Badge.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Badge/Badge.module.mjs +3 -1
- package/dist/js/packages/components/src/components/Badge/Badge.module.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Badge/components/ContextualHelpButton/ContextualHelpButton.mjs +25 -0
- package/dist/js/packages/components/src/components/Badge/components/ContextualHelpButton/ContextualHelpButton.mjs.map +1 -0
- package/dist/js/packages/components/src/components/Button/Button.mjs +8 -10
- package/dist/js/packages/components/src/components/Button/Button.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Button/Button.module.mjs +5 -3
- package/dist/js/packages/components/src/components/Button/Button.module.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Calendar/components/RangeCalendar/helpers/useCalendarDateRangePresets.mjs +1 -1
- package/dist/js/packages/components/src/components/CartesianChart/CartesianChart.mjs +34 -26
- package/dist/js/packages/components/src/components/CartesianChart/CartesianChart.mjs.map +1 -1
- package/dist/js/packages/components/src/components/CartesianChart/components/Bar/Bar.mjs +40 -0
- package/dist/js/packages/components/src/components/CartesianChart/components/Bar/Bar.mjs.map +1 -0
- package/dist/js/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipProgressBar.mjs +1 -1
- package/dist/js/packages/components/src/components/CartesianChart/components/XAxis/XAxis.mjs +13 -2
- package/dist/js/packages/components/src/components/CartesianChart/components/XAxis/XAxis.mjs.map +1 -1
- package/dist/js/packages/components/src/components/CartesianChart/components/YAxis/YAxis.mjs +12 -2
- package/dist/js/packages/components/src/components/CartesianChart/components/YAxis/YAxis.mjs.map +1 -1
- package/dist/js/packages/components/src/components/CartesianChart/context.mjs +11 -0
- package/dist/js/packages/components/src/components/CartesianChart/context.mjs.map +1 -0
- package/dist/js/packages/components/src/components/CartesianChart/types.mjs.map +1 -1
- package/dist/js/packages/components/src/components/CodeBlock/CodeBlock.mjs +1 -1
- package/dist/js/packages/components/src/components/ComboBox/ComboBox.mjs +3 -5
- package/dist/js/packages/components/src/components/ComboBox/ComboBox.mjs.map +1 -1
- package/dist/js/packages/components/src/components/ContextualHelp/components/ContextualHelpTrigger/ContextualHelpTrigger.mjs +1 -1
- package/dist/js/packages/components/src/components/CopyButton/CopyButton.mjs +1 -1
- package/dist/js/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.module.mjs.map +1 -1
- package/dist/js/packages/components/src/components/FileCard/FileCard.mjs +1 -1
- package/dist/js/packages/components/src/components/Label/Label.mjs +1 -1
- package/dist/js/packages/components/src/components/LightBox/LightBox.mjs +1 -1
- package/dist/js/packages/components/src/components/Link/Link.mjs +1 -2
- package/dist/js/packages/components/src/components/Link/Link.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Link/Link.module.mjs +2 -2
- package/dist/js/packages/components/src/components/Link/Link.module.mjs.map +1 -1
- package/dist/js/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.mjs +1 -1
- package/dist/js/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.mjs +1 -1
- package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.mjs +1 -1
- package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.mjs +1 -1
- package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.mjs +1 -1
- package/dist/js/packages/components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.mjs +1 -1
- package/dist/js/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.mjs +1 -1
- package/dist/js/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.mjs +1 -1
- package/dist/js/packages/components/src/components/List/components/Items/components/Item/Item.mjs +1 -1
- package/dist/js/packages/components/src/components/List/components/Items/components/Item/Item.mjs.map +1 -1
- package/dist/js/packages/components/src/components/List/components/Items/components/Item/Item.module.mjs +3 -1
- package/dist/js/packages/components/src/components/List/components/Items/components/Item/Item.module.mjs.map +1 -1
- package/dist/js/packages/components/src/components/List/components/Items/components/Item/components/AccordionButton.mjs +1 -1
- package/dist/js/packages/components/src/components/List/components/Items/components/Item/components/OptionsButton/OptionsButton.mjs +1 -1
- package/dist/js/packages/components/src/components/List/components/Items/views/GridListItem/GridListItem.mjs +13 -3
- package/dist/js/packages/components/src/components/List/components/Items/views/GridListItem/GridListItem.mjs.map +1 -1
- package/dist/js/packages/components/src/components/List/model/item/ItemView.mjs +7 -0
- package/dist/js/packages/components/src/components/List/model/item/ItemView.mjs.map +1 -1
- package/dist/js/packages/components/src/components/List/views/EmptyView/EmptyView.mjs +1 -1
- package/dist/js/packages/components/src/components/Markdown/Markdown.mjs +8 -1
- package/dist/js/packages/components/src/components/Markdown/Markdown.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Markdown/Markdown.module.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Modal/Modal.mjs +1 -1
- package/dist/js/packages/components/src/components/Modal/Modal.module.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Navigation/Navigation.mjs +9 -0
- package/dist/js/packages/components/src/components/Navigation/Navigation.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Navigation/Navigation.module.mjs.map +1 -1
- package/dist/js/packages/components/src/components/NotificationProvider/NotificationContainer/NotificationContainer.mjs +1 -0
- package/dist/js/packages/components/src/components/NotificationProvider/NotificationContainer/NotificationContainer.mjs.map +1 -1
- package/dist/js/packages/components/src/components/NotificationProvider/NotificationContainer/NotificationContainer.module.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Option/Option.mjs +21 -4
- package/dist/js/packages/components/src/components/Option/Option.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Option/optionsTunnel.mjs +36 -0
- package/dist/js/packages/components/src/components/Option/optionsTunnel.mjs.map +1 -0
- package/dist/js/packages/components/src/components/Overlay/components/OverlayContent.mjs +3 -0
- package/dist/js/packages/components/src/components/Overlay/components/OverlayContent.mjs.map +1 -1
- package/dist/js/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.mjs +1 -1
- package/dist/js/packages/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.mjs +1 -1
- package/dist/js/packages/components/src/components/Popover/components/PopoverContent/PopoverContent.mjs +3 -0
- package/dist/js/packages/components/src/components/Popover/components/PopoverContent/PopoverContent.mjs.map +1 -1
- package/dist/js/packages/components/src/components/ProgressBar/components/ProgressBarValue.mjs +1 -1
- package/dist/js/packages/components/src/components/Select/Select.mjs +2 -4
- package/dist/js/packages/components/src/components/Select/Select.mjs.map +1 -1
- package/dist/js/packages/components/src/components/TabNavigation/TabNavigation.mjs +1 -1
- package/dist/js/packages/components/src/components/Tabs/Tabs.mjs +1 -1
- package/dist/js/packages/components/src/components/Tabs/Tabs.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Tabs/components/FallbackTab/FallbackTab.mjs +1 -1
- package/dist/js/packages/components/src/components/Tabs/components/TabList/TabList.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Tooltip/Tooltip.mjs +3 -0
- package/dist/js/packages/components/src/components/Tooltip/Tooltip.mjs.map +1 -1
- package/dist/js/packages/components/src/lib/componentFactory/flowComponent.mjs +1 -0
- package/dist/js/packages/components/src/lib/componentFactory/flowComponent.mjs.map +1 -1
- package/dist/js/packages/components/src/lib/react/remote.mjs +43 -3
- package/dist/js/packages/components/src/lib/react/remote.mjs.map +1 -1
- package/dist/js/packages/components/src/lib/types/props.mjs.map +1 -1
- package/dist/js/packages/components/src/views/ContextualHelpTriggerView.mjs +16 -0
- package/dist/js/packages/components/src/views/ContextualHelpTriggerView.mjs.map +1 -0
- package/dist/js/packages/design-tokens/dist/json-runtime/all-dark.mjs +6 -1
- package/dist/js/packages/design-tokens/dist/json-runtime/all-dark.mjs.map +1 -1
- package/dist/js/packages/design-tokens/dist/json-runtime/all-light.mjs +6 -1
- package/dist/js/packages/design-tokens/dist/json-runtime/all-light.mjs.map +1 -1
- package/dist/types/components/Activity/Activity.d.ts.map +1 -1
- package/dist/types/components/Activity/context.d.ts +12 -0
- package/dist/types/components/Activity/context.d.ts.map +1 -0
- package/dist/types/components/Autocomplete/Autocomplete.d.ts.map +1 -1
- package/dist/types/components/Badge/Badge.d.ts.map +1 -1
- package/dist/types/components/Badge/components/ContextualHelpButton/ContextualHelpButton.d.ts +14 -0
- package/dist/types/components/Badge/components/ContextualHelpButton/ContextualHelpButton.d.ts.map +1 -0
- package/dist/types/components/Badge/components/ContextualHelpButton/index.d.ts +3 -0
- package/dist/types/components/Badge/components/ContextualHelpButton/index.d.ts.map +1 -0
- package/dist/types/components/Button/Button.d.ts.map +1 -1
- package/dist/types/components/CartesianChart/CartesianChart.d.ts +12 -1
- package/dist/types/components/CartesianChart/CartesianChart.d.ts.map +1 -1
- package/dist/types/components/CartesianChart/components/Bar/Bar.d.ts +19 -0
- package/dist/types/components/CartesianChart/components/Bar/Bar.d.ts.map +1 -0
- package/dist/types/components/CartesianChart/components/Bar/index.d.ts +3 -0
- package/dist/types/components/CartesianChart/components/Bar/index.d.ts.map +1 -0
- package/dist/types/components/CartesianChart/components/Bar/view.d.ts +8 -0
- package/dist/types/components/CartesianChart/components/Bar/view.d.ts.map +1 -0
- package/dist/types/components/CartesianChart/components/XAxis/XAxis.d.ts +10 -1
- package/dist/types/components/CartesianChart/components/XAxis/XAxis.d.ts.map +1 -1
- package/dist/types/components/CartesianChart/components/YAxis/YAxis.d.ts +10 -1
- package/dist/types/components/CartesianChart/components/YAxis/YAxis.d.ts.map +1 -1
- package/dist/types/components/CartesianChart/context.d.ts +8 -0
- package/dist/types/components/CartesianChart/context.d.ts.map +1 -0
- package/dist/types/components/CartesianChart/index.d.ts +1 -0
- package/dist/types/components/CartesianChart/index.d.ts.map +1 -1
- package/dist/types/components/CartesianChart/types.d.ts +6 -0
- package/dist/types/components/CartesianChart/types.d.ts.map +1 -1
- package/dist/types/components/ComboBox/ComboBox.d.ts.map +1 -1
- package/dist/types/components/Link/Link.d.ts.map +1 -1
- package/dist/types/components/List/components/Items/components/Item/Item.d.ts.map +1 -1
- package/dist/types/components/List/components/Items/views/GridListItem/GridListItem.d.ts.map +1 -1
- package/dist/types/components/List/model/item/ItemView.d.ts +5 -0
- package/dist/types/components/List/model/item/ItemView.d.ts.map +1 -1
- package/dist/types/components/Markdown/Markdown.d.ts.map +1 -1
- package/dist/types/components/Modal/components/ModalTrigger/ModalTrigger.d.ts +1 -0
- package/dist/types/components/Modal/components/ModalTrigger/ModalTrigger.d.ts.map +1 -1
- package/dist/types/components/Navigation/Navigation.d.ts.map +1 -1
- package/dist/types/components/Option/Option.d.ts +17 -0
- package/dist/types/components/Option/Option.d.ts.map +1 -1
- package/dist/types/components/Option/optionsTunnel.d.ts +22 -0
- package/dist/types/components/Option/optionsTunnel.d.ts.map +1 -0
- package/dist/types/components/Overlay/components/OverlayContent.d.ts.map +1 -1
- package/dist/types/components/Popover/components/PopoverContent/PopoverContent.d.ts.map +1 -1
- package/dist/types/components/Select/Select.d.ts.map +1 -1
- package/dist/types/components/Tabs/Tabs.d.ts.map +1 -1
- package/dist/types/components/Tabs/components/TabList/TabList.d.ts +1 -1
- package/dist/types/components/Tabs/components/TabList/TabList.d.ts.map +1 -1
- package/dist/types/components/Tooltip/Tooltip.d.ts.map +1 -1
- package/dist/types/lib/componentFactory/flowComponent.d.ts.map +1 -1
- package/dist/types/lib/react/remote.d.ts +31 -0
- package/dist/types/lib/react/remote.d.ts.map +1 -1
- package/dist/types/lib/theming/hooks/useDesignTokens.d.ts +6 -0
- package/dist/types/lib/theming/hooks/useDesignTokens.d.ts.map +1 -1
- package/dist/types/lib/types/props.d.ts.map +1 -1
- package/dist/types/views/BarView.d.ts +5 -0
- package/dist/types/views/BarView.d.ts.map +1 -0
- package/package.json +14 -10
- package/dist/types/components/AccentBox/stories/Default.stories.d.ts +0 -12
- package/dist/types/components/AccentBox/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/Accordion/stories/Default.stories.d.ts +0 -8
- package/dist/types/components/Accordion/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/Action/Action.browser.test.d.ts +0 -2
- package/dist/types/components/Action/Action.browser.test.d.ts.map +0 -1
- package/dist/types/components/Action/models/ActionExecutionBatch.browser.test.d.ts +0 -2
- package/dist/types/components/Action/models/ActionExecutionBatch.browser.test.d.ts.map +0 -1
- package/dist/types/components/Action/stories/Default.stories.d.ts +0 -17
- package/dist/types/components/Action/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/Action/stories/EdgeCases.stories.d.ts +0 -7
- package/dist/types/components/Action/stories/EdgeCases.stories.d.ts.map +0 -1
- package/dist/types/components/ActionGroup/stories/Default.stories.d.ts +0 -15
- package/dist/types/components/ActionGroup/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/Activity/Activity.browser.test.d.ts +0 -2
- package/dist/types/components/Activity/Activity.browser.test.d.ts.map +0 -1
- package/dist/types/components/Alert/stories/Default.stories.d.ts +0 -8
- package/dist/types/components/Alert/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/AlertBadge/stories/Default.stories.d.ts +0 -7
- package/dist/types/components/AlertBadge/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/AlertIcon/stories/Default.stories.d.ts +0 -7
- package/dist/types/components/AlertIcon/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/AlertText/stories/Default.stories.d.ts +0 -9
- package/dist/types/components/AlertText/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/Align/Align.browser.test.d.ts +0 -2
- package/dist/types/components/Align/Align.browser.test.d.ts.map +0 -1
- package/dist/types/components/Autocomplete/stories/Default.stories.d.ts +0 -9
- package/dist/types/components/Autocomplete/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/Avatar/Avatar.browser.test.d.ts +0 -2
- package/dist/types/components/Avatar/Avatar.browser.test.d.ts.map +0 -1
- package/dist/types/components/Avatar/stories/Default.stories.d.ts +0 -11
- package/dist/types/components/Avatar/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/AvatarStack/stories/Default.stories.d.ts +0 -9
- package/dist/types/components/AvatarStack/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/Badge/stories/Default.stories.d.ts +0 -10
- package/dist/types/components/Badge/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/BigNumber/stories/Default.stories.d.ts +0 -8
- package/dist/types/components/BigNumber/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/Breadcrumb/stories/Default.stories.d.ts +0 -7
- package/dist/types/components/Breadcrumb/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/Button/Button.browser.test.d.ts +0 -2
- package/dist/types/components/Button/Button.browser.test.d.ts.map +0 -1
- package/dist/types/components/Button/stories/Default.stories.d.ts +0 -10
- package/dist/types/components/Button/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/CartesianChart/stories/Default.stories.d.ts +0 -11
- package/dist/types/components/CartesianChart/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/Chat/stories/Default.stories.d.ts +0 -10
- package/dist/types/components/Chat/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/Checkbox/stories/Default.stories.d.ts +0 -8
- package/dist/types/components/Checkbox/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/CheckboxButton/stories/Default.stories.d.ts +0 -9
- package/dist/types/components/CheckboxButton/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/CheckboxGroup/stories/Default.stories.d.ts +0 -11
- package/dist/types/components/CheckboxGroup/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/CodeBlock/stories/Default.stories.d.ts +0 -9
- package/dist/types/components/CodeBlock/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/CodeEditor/CodeEditor.browser.test.d.ts +0 -2
- package/dist/types/components/CodeEditor/CodeEditor.browser.test.d.ts.map +0 -1
- package/dist/types/components/CodeEditor/stories/Default.stories.d.ts +0 -10
- package/dist/types/components/CodeEditor/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/Color/stories/Default.stories.d.ts +0 -8
- package/dist/types/components/Color/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/ColumnLayout/lib/getColumns.test.d.ts +0 -2
- package/dist/types/components/ColumnLayout/lib/getColumns.test.d.ts.map +0 -1
- package/dist/types/components/ColumnLayout/stories/Default.stories.d.ts +0 -9
- package/dist/types/components/ColumnLayout/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/Combine/stories/Default.stories.d.ts +0 -10
- package/dist/types/components/Combine/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/Combine/stories/InputButton.stories.d.ts +0 -12
- package/dist/types/components/Combine/stories/InputButton.stories.d.ts.map +0 -1
- package/dist/types/components/ComboBox/stories/Default.stories.d.ts +0 -14
- package/dist/types/components/ComboBox/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/ComboBox/stories/FileComboBox.stories.d.ts +0 -7
- package/dist/types/components/ComboBox/stories/FileComboBox.stories.d.ts.map +0 -1
- package/dist/types/components/ComponentDefaultsProvider/ComponentDefaultsProvider.test.d.ts +0 -2
- package/dist/types/components/ComponentDefaultsProvider/ComponentDefaultsProvider.test.d.ts.map +0 -1
- package/dist/types/components/ComponentUsageProvider/ComponentUsageProvider.browser.test.d.ts +0 -2
- package/dist/types/components/ComponentUsageProvider/ComponentUsageProvider.browser.test.d.ts.map +0 -1
- package/dist/types/components/Content/stories/Default.stories.d.ts +0 -7
- package/dist/types/components/Content/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/ContextMenu/ContextMenu.browser.test.d.ts +0 -2
- package/dist/types/components/ContextMenu/ContextMenu.browser.test.d.ts.map +0 -1
- package/dist/types/components/ContextMenu/stories/Default.stories.d.ts +0 -18
- package/dist/types/components/ContextMenu/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/ContextMenu/stories/EdgeCases.stories.d.ts +0 -8
- package/dist/types/components/ContextMenu/stories/EdgeCases.stories.d.ts.map +0 -1
- package/dist/types/components/ContextualHelp/ContextualHelp.browser.test.d.ts +0 -2
- package/dist/types/components/ContextualHelp/ContextualHelp.browser.test.d.ts.map +0 -1
- package/dist/types/components/ContextualHelp/stories/Default.stories.d.ts +0 -7
- package/dist/types/components/ContextualHelp/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/CopyButton/stories/Default.stories.d.ts +0 -7
- package/dist/types/components/CopyButton/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/CounterBadge/stories/Default.stories.d.ts +0 -10
- package/dist/types/components/CounterBadge/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/DatePicker/stories/Default.stories.d.ts +0 -10
- package/dist/types/components/DatePicker/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/DateRangePicker/stories/Default.stories.d.ts +0 -11
- package/dist/types/components/DateRangePicker/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/DeprecationWarningProvider/DeprecationWarningProvider.test.d.ts +0 -2
- package/dist/types/components/DeprecationWarningProvider/DeprecationWarningProvider.test.d.ts.map +0 -1
- package/dist/types/components/DonutChart/stories/Default.stories.d.ts +0 -10
- package/dist/types/components/DonutChart/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/EmulatedBoldText/stories/Default.stories.d.ts +0 -7
- package/dist/types/components/EmulatedBoldText/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/FileCard/stories/Default.stories.d.ts +0 -15
- package/dist/types/components/FileCard/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/FileCard/stories/EdgeCases.stories.d.ts +0 -8
- package/dist/types/components/FileCard/stories/EdgeCases.stories.d.ts.map +0 -1
- package/dist/types/components/FileCardList/stories/Default.stories.d.ts +0 -7
- package/dist/types/components/FileCardList/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/FileDropZone/stories/Default.stories.d.ts +0 -10
- package/dist/types/components/FileDropZone/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/FileField/FileField.browser.test.d.ts +0 -2
- package/dist/types/components/FileField/FileField.browser.test.d.ts.map +0 -1
- package/dist/types/components/FileField/stories/Default.stories.d.ts +0 -11
- package/dist/types/components/FileField/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/Flex/stories/Default.stories.d.ts +0 -7
- package/dist/types/components/Flex/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/Header/stories/Default.stories.d.ts +0 -7
- package/dist/types/components/Header/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/HeaderNavigation/stories/Default.stories.d.ts +0 -7
- package/dist/types/components/HeaderNavigation/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/Heading/stories/Default.stories.d.ts +0 -10
- package/dist/types/components/Heading/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/Icon/stories/Default.stories.d.ts +0 -11
- package/dist/types/components/Icon/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/IllustratedMessage/stories/Default.stories.d.ts +0 -9
- package/dist/types/components/IllustratedMessage/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/Image/stories/Default.stories.d.ts +0 -8
- package/dist/types/components/Image/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/ImageCropper/stories/Default.stories.d.ts +0 -9
- package/dist/types/components/ImageCropper/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/Initials/lib/getColorFromInitials.test.d.ts +0 -2
- package/dist/types/components/Initials/lib/getColorFromInitials.test.d.ts.map +0 -1
- package/dist/types/components/Initials/lib/getInitialsFromString.test.d.ts +0 -2
- package/dist/types/components/Initials/lib/getInitialsFromString.test.d.ts.map +0 -1
- package/dist/types/components/Initials/stories/Default.stories.d.ts +0 -9
- package/dist/types/components/Initials/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/InlineCode/stories/Default.stories.d.ts +0 -7
- package/dist/types/components/InlineCode/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/Kbd/stories/Default.stories.d.ts +0 -8
- package/dist/types/components/Kbd/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/Label/stories/Default.stories.d.ts +0 -9
- package/dist/types/components/Label/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/LabeledValue/stories/Default.stories.d.ts +0 -11
- package/dist/types/components/LabeledValue/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/LayoutCard/stories/Default.stories.d.ts +0 -9
- package/dist/types/components/LayoutCard/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/Legend/stories/Default.stories.d.ts +0 -7
- package/dist/types/components/Legend/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/LightBox/stories/Default.stories.d.ts +0 -12
- package/dist/types/components/LightBox/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/Link/Link.browser.test.d.ts +0 -2
- package/dist/types/components/Link/Link.browser.test.d.ts.map +0 -1
- package/dist/types/components/Link/stories/Default.stories.d.ts +0 -12
- package/dist/types/components/Link/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/List/List.browser.test.d.ts +0 -2
- package/dist/types/components/List/List.browser.test.d.ts.map +0 -1
- package/dist/types/components/List/stories/Default.stories.d.ts +0 -16
- package/dist/types/components/List/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/List/stories/EdgeCases.stories.d.ts +0 -8
- package/dist/types/components/List/stories/EdgeCases.stories.d.ts.map +0 -1
- package/dist/types/components/List/stories/ListItem.stories.d.ts +0 -11
- package/dist/types/components/List/stories/ListItem.stories.d.ts.map +0 -1
- package/dist/types/components/LoadingSpinner/stories/Default.stories.d.ts +0 -7
- package/dist/types/components/LoadingSpinner/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/Markdown/lib/getHeadingLevelWithOffset.test.d.ts +0 -2
- package/dist/types/components/Markdown/lib/getHeadingLevelWithOffset.test.d.ts.map +0 -1
- package/dist/types/components/Markdown/stories/Default.stories.d.ts +0 -8
- package/dist/types/components/Markdown/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/MarkdownEditor/MarkdownEditor.browser.test.d.ts +0 -2
- package/dist/types/components/MarkdownEditor/MarkdownEditor.browser.test.d.ts.map +0 -1
- package/dist/types/components/MarkdownEditor/lib/modifyValueByMarkdownSyntax.test.d.ts +0 -2
- package/dist/types/components/MarkdownEditor/lib/modifyValueByMarkdownSyntax.test.d.ts.map +0 -1
- package/dist/types/components/MarkdownEditor/lib/modifyValueByType.test.d.ts +0 -2
- package/dist/types/components/MarkdownEditor/lib/modifyValueByType.test.d.ts.map +0 -1
- package/dist/types/components/MarkdownEditor/stories/Default.stories.d.ts +0 -14
- package/dist/types/components/MarkdownEditor/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/Message/stories/Default.stories.d.ts +0 -10
- package/dist/types/components/Message/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/MessageThread/stories/Default.stories.d.ts +0 -7
- package/dist/types/components/MessageThread/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/Modal/Modal.browser.test.d.ts +0 -2
- package/dist/types/components/Modal/Modal.browser.test.d.ts.map +0 -1
- package/dist/types/components/Modal/stories/Default.stories.d.ts +0 -14
- package/dist/types/components/Modal/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/Modal/stories/EdgeCases.stories.d.ts +0 -7
- package/dist/types/components/Modal/stories/EdgeCases.stories.d.ts.map +0 -1
- package/dist/types/components/Navigation/stories/Default.stories.d.ts +0 -9
- package/dist/types/components/Navigation/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/Notification/stories/Default.stories.d.ts +0 -8
- package/dist/types/components/Notification/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/NotificationProvider/stories/Default.stories.d.ts +0 -11
- package/dist/types/components/NotificationProvider/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/NumberField/stories/Default.stories.d.ts +0 -12
- package/dist/types/components/NumberField/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/Overlay/Overlay.browser.test.d.ts +0 -2
- package/dist/types/components/Overlay/Overlay.browser.test.d.ts.map +0 -1
- package/dist/types/components/OverlayTrigger/OverlayTrigger.browser.test.d.ts +0 -2
- package/dist/types/components/OverlayTrigger/OverlayTrigger.browser.test.d.ts.map +0 -1
- package/dist/types/components/PasswordCreationField/PasswordCreationField.browser.test.d.ts +0 -1
- package/dist/types/components/PasswordCreationField/PasswordCreationField.browser.test.d.ts.map +0 -1
- package/dist/types/components/PasswordCreationField/stories/Default.stories.d.ts +0 -10
- package/dist/types/components/PasswordCreationField/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/Popover/stories/Default.stories.d.ts +0 -9
- package/dist/types/components/Popover/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/Popover/stories/EdgeCases.stories.d.ts +0 -7
- package/dist/types/components/Popover/stories/EdgeCases.stories.d.ts.map +0 -1
- package/dist/types/components/ProgressBar/stories/Default.stories.d.ts +0 -12
- package/dist/types/components/ProgressBar/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/RadioGroup/stories/Default.stories.d.ts +0 -13
- package/dist/types/components/RadioGroup/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/Rating/Rating.browser.test.d.ts +0 -2
- package/dist/types/components/Rating/Rating.browser.test.d.ts.map +0 -1
- package/dist/types/components/Rating/stories/Default.stories.d.ts +0 -12
- package/dist/types/components/Rating/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/SearchField/stories/Default.stories.d.ts +0 -10
- package/dist/types/components/SearchField/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/Section/stories/Default.stories.d.ts +0 -9
- package/dist/types/components/Section/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/Section/stories/EdgeCases.stories.d.ts +0 -12
- package/dist/types/components/Section/stories/EdgeCases.stories.d.ts.map +0 -1
- package/dist/types/components/SegmentedControl/stories/Default.stories.d.ts +0 -10
- package/dist/types/components/SegmentedControl/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/Select/stories/Default.stories.d.ts +0 -14
- package/dist/types/components/Select/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/Select/stories/EdgeCases.stories.d.ts +0 -8
- package/dist/types/components/Select/stories/EdgeCases.stories.d.ts.map +0 -1
- package/dist/types/components/Separator/stories/Default.stories.d.ts +0 -7
- package/dist/types/components/Separator/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/SettingsProvider/SettingsProvider.browser.test.d.ts +0 -2
- package/dist/types/components/SettingsProvider/SettingsProvider.browser.test.d.ts.map +0 -1
- package/dist/types/components/SettingsProvider/models/SettingsStore.test.d.ts +0 -2
- package/dist/types/components/SettingsProvider/models/SettingsStore.test.d.ts.map +0 -1
- package/dist/types/components/Skeleton/stories/Default.stories.d.ts +0 -9
- package/dist/types/components/Skeleton/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/SkeletonText/stories/Default.stories.d.ts +0 -10
- package/dist/types/components/SkeletonText/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/Slider/stories/Default.stories.d.ts +0 -9
- package/dist/types/components/Slider/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/Switch/stories/Default.stories.d.ts +0 -7
- package/dist/types/components/Switch/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/TabNavigation/TabNavigation.browser.test.d.ts +0 -2
- package/dist/types/components/TabNavigation/TabNavigation.browser.test.d.ts.map +0 -1
- package/dist/types/components/TabNavigation/lib/getVisibleItemCount.test.d.ts +0 -2
- package/dist/types/components/TabNavigation/lib/getVisibleItemCount.test.d.ts.map +0 -1
- package/dist/types/components/TabNavigation/stories/Default.stories.d.ts +0 -7
- package/dist/types/components/TabNavigation/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/Table/stories/Default.stories.d.ts +0 -11
- package/dist/types/components/Table/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/Tabs/Tabs.browser.test.d.ts +0 -2
- package/dist/types/components/Tabs/Tabs.browser.test.d.ts.map +0 -1
- package/dist/types/components/Tabs/stories/Default.stories.d.ts +0 -11
- package/dist/types/components/Tabs/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/Text/stories/Default.stories.d.ts +0 -7
- package/dist/types/components/Text/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/TextArea/TextArea.browser.test.d.ts +0 -2
- package/dist/types/components/TextArea/TextArea.browser.test.d.ts.map +0 -1
- package/dist/types/components/TextArea/stories/Default.stories.d.ts +0 -13
- package/dist/types/components/TextArea/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/TextField/TextField.browser.test.d.ts +0 -2
- package/dist/types/components/TextField/TextField.browser.test.d.ts.map +0 -1
- package/dist/types/components/TextField/stories/Default.stories.d.ts +0 -14
- package/dist/types/components/TextField/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/TimeField/stories/Default.stories.d.ts +0 -11
- package/dist/types/components/TimeField/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/Tooltip/stories/Default.stories.d.ts +0 -7
- package/dist/types/components/Tooltip/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/Tooltip/stories/EdgeCases.stories.d.ts +0 -7
- package/dist/types/components/Tooltip/stories/EdgeCases.stories.d.ts.map +0 -1
- package/dist/types/components/TranslationProvider/stories/Default.stories.d.ts +0 -9
- package/dist/types/components/TranslationProvider/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/components/Truncate/stories/Default.stories.d.ts +0 -11
- package/dist/types/components/Truncate/stories/Default.stories.d.ts.map +0 -1
- package/dist/types/integrations/react-hook-form/components/Field/Field.browser.test.d.ts +0 -2
- package/dist/types/integrations/react-hook-form/components/Field/Field.browser.test.d.ts.map +0 -1
- package/dist/types/integrations/react-hook-form/components/Field/lib/debounceValidate.test.d.ts +0 -2
- package/dist/types/integrations/react-hook-form/components/Field/lib/debounceValidate.test.d.ts.map +0 -1
- package/dist/types/integrations/react-hook-form/components/Field/stories/Autocomplete.stories.d.ts +0 -10
- package/dist/types/integrations/react-hook-form/components/Field/stories/Autocomplete.stories.d.ts.map +0 -1
- package/dist/types/integrations/react-hook-form/components/Field/stories/Checkbox.stories.d.ts +0 -9
- package/dist/types/integrations/react-hook-form/components/Field/stories/Checkbox.stories.d.ts.map +0 -1
- package/dist/types/integrations/react-hook-form/components/Field/stories/CheckboxButton.stories.d.ts +0 -9
- package/dist/types/integrations/react-hook-form/components/Field/stories/CheckboxButton.stories.d.ts.map +0 -1
- package/dist/types/integrations/react-hook-form/components/Field/stories/CheckboxGroup.stories.d.ts +0 -9
- package/dist/types/integrations/react-hook-form/components/Field/stories/CheckboxGroup.stories.d.ts.map +0 -1
- package/dist/types/integrations/react-hook-form/components/Field/stories/CodeEditor.stories.d.ts +0 -9
- package/dist/types/integrations/react-hook-form/components/Field/stories/CodeEditor.stories.d.ts.map +0 -1
- package/dist/types/integrations/react-hook-form/components/Field/stories/ComboBox.stories.d.ts +0 -9
- package/dist/types/integrations/react-hook-form/components/Field/stories/ComboBox.stories.d.ts.map +0 -1
- package/dist/types/integrations/react-hook-form/components/Field/stories/DatePicker.stories.d.ts +0 -9
- package/dist/types/integrations/react-hook-form/components/Field/stories/DatePicker.stories.d.ts.map +0 -1
- package/dist/types/integrations/react-hook-form/components/Field/stories/DateRangePicker.stories.d.ts +0 -9
- package/dist/types/integrations/react-hook-form/components/Field/stories/DateRangePicker.stories.d.ts.map +0 -1
- package/dist/types/integrations/react-hook-form/components/Field/stories/FileField.stories.d.ts +0 -9
- package/dist/types/integrations/react-hook-form/components/Field/stories/FileField.stories.d.ts.map +0 -1
- package/dist/types/integrations/react-hook-form/components/Field/stories/MarkdownEditor.stories.d.ts +0 -9
- package/dist/types/integrations/react-hook-form/components/Field/stories/MarkdownEditor.stories.d.ts.map +0 -1
- package/dist/types/integrations/react-hook-form/components/Field/stories/NumberField.stories.d.ts +0 -9
- package/dist/types/integrations/react-hook-form/components/Field/stories/NumberField.stories.d.ts.map +0 -1
- package/dist/types/integrations/react-hook-form/components/Field/stories/PasswordCreationField.stories.d.ts +0 -10
- package/dist/types/integrations/react-hook-form/components/Field/stories/PasswordCreationField.stories.d.ts.map +0 -1
- package/dist/types/integrations/react-hook-form/components/Field/stories/RadioGroup.stories.d.ts +0 -9
- package/dist/types/integrations/react-hook-form/components/Field/stories/RadioGroup.stories.d.ts.map +0 -1
- package/dist/types/integrations/react-hook-form/components/Field/stories/SearchField.stories.d.ts +0 -9
- package/dist/types/integrations/react-hook-form/components/Field/stories/SearchField.stories.d.ts.map +0 -1
- package/dist/types/integrations/react-hook-form/components/Field/stories/SegmentedControl.stories.d.ts +0 -9
- package/dist/types/integrations/react-hook-form/components/Field/stories/SegmentedControl.stories.d.ts.map +0 -1
- package/dist/types/integrations/react-hook-form/components/Field/stories/Select.stories.d.ts +0 -9
- package/dist/types/integrations/react-hook-form/components/Field/stories/Select.stories.d.ts.map +0 -1
- package/dist/types/integrations/react-hook-form/components/Field/stories/Slider.stories.d.ts +0 -9
- package/dist/types/integrations/react-hook-form/components/Field/stories/Slider.stories.d.ts.map +0 -1
- package/dist/types/integrations/react-hook-form/components/Field/stories/Switch.stories.d.ts +0 -9
- package/dist/types/integrations/react-hook-form/components/Field/stories/Switch.stories.d.ts.map +0 -1
- package/dist/types/integrations/react-hook-form/components/Field/stories/TextArea.stories.d.ts +0 -9
- package/dist/types/integrations/react-hook-form/components/Field/stories/TextArea.stories.d.ts.map +0 -1
- package/dist/types/integrations/react-hook-form/components/Field/stories/TextField.stories.d.ts +0 -10
- package/dist/types/integrations/react-hook-form/components/Field/stories/TextField.stories.d.ts.map +0 -1
- package/dist/types/integrations/react-hook-form/components/Field/stories/TimeField.stories.d.ts +0 -9
- package/dist/types/integrations/react-hook-form/components/Field/stories/TimeField.stories.d.ts.map +0 -1
- package/dist/types/integrations/react-hook-form/components/Form/Form.browser.test.d.ts +0 -2
- package/dist/types/integrations/react-hook-form/components/Form/Form.browser.test.d.ts.map +0 -1
- package/dist/types/integrations/react-hook-form/components/Form/stories/Form.stories.d.ts +0 -13
- package/dist/types/integrations/react-hook-form/components/Form/stories/Form.stories.d.ts.map +0 -1
- package/dist/types/integrations/react-hook-form/components/ResetButton/ResetButton.browser.test.d.ts +0 -2
- package/dist/types/integrations/react-hook-form/components/ResetButton/ResetButton.browser.test.d.ts.map +0 -1
- package/dist/types/integrations/react-hook-form/components/SubmitButton/SubmitButton.browser.test.d.ts +0 -2
- package/dist/types/integrations/react-hook-form/components/SubmitButton/SubmitButton.browser.test.d.ts.map +0 -1
- package/dist/types/lib/componentFactory/flowComponent.browser.test.d.ts +0 -2
- package/dist/types/lib/componentFactory/flowComponent.browser.test.d.ts.map +0 -1
- package/dist/types/lib/controller/overlay/useOverlayController.browser.test.d.ts +0 -2
- package/dist/types/lib/controller/overlay/useOverlayController.browser.test.d.ts.map +0 -1
- package/dist/types/lib/dom/createFrameResizeObserver.browser.test.d.ts +0 -2
- package/dist/types/lib/dom/createFrameResizeObserver.browser.test.d.ts.map +0 -1
- package/dist/types/lib/hooks/dom/useKeepBrowserExtensionsInteractive.browser.test.d.ts +0 -2
- package/dist/types/lib/hooks/dom/useKeepBrowserExtensionsInteractive.browser.test.d.ts.map +0 -1
- package/dist/types/lib/hooks/dom/useVirtualKeyboardVisible.test.d.ts +0 -2
- package/dist/types/lib/hooks/dom/useVirtualKeyboardVisible.test.d.ts.map +0 -1
- package/dist/types/lib/hooks/useProps.browser.test.d.ts +0 -2
- package/dist/types/lib/hooks/useProps.browser.test.d.ts.map +0 -1
- package/dist/types/lib/promises/callFunctionsInOrder.test.d.ts +0 -2
- package/dist/types/lib/promises/callFunctionsInOrder.test.d.ts.map +0 -1
- package/dist/types/lib/propsContext/dynamicProps/resolveDynamicProps.test.d.ts +0 -2
- package/dist/types/lib/propsContext/dynamicProps/resolveDynamicProps.test.d.ts.map +0 -1
- package/dist/types/lib/propsContext/mergePropsContext.test.d.ts +0 -2
- package/dist/types/lib/propsContext/mergePropsContext.test.d.ts.map +0 -1
- package/dist/types/lib/react/components/Render/Render.browser.test.d.ts +0 -2
- package/dist/types/lib/react/components/Render/Render.browser.test.d.ts.map +0 -1
- package/dist/types/lib/react/deepFindOfType.test.d.ts +0 -2
- package/dist/types/lib/react/deepFindOfType.test.d.ts.map +0 -1
- package/dist/types/styles/styles.browser.test.d.ts +0 -2
- package/dist/types/styles/styles.browser.test.d.ts.map +0 -1
- package/dist/types/tests/layered/CodeEditor.browser.test.d.ts +0 -2
- package/dist/types/tests/layered/CodeEditor.browser.test.d.ts.map +0 -1
- package/dist/types/tests/layered/Icon.browser.test.d.ts +0 -2
- package/dist/types/tests/layered/Icon.browser.test.d.ts.map +0 -1
- package/dist/types/tests/layered/ImageCropper.browser.test.d.ts +0 -2
- package/dist/types/tests/layered/ImageCropper.browser.test.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Activity.d.ts","sourceRoot":"","sources":["../../../../src/components/Activity/Activity.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,EAAE,KAAK,iBAAiB,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Activity.d.ts","sourceRoot":"","sources":["../../../../src/components/Activity/Activity.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,EAAE,KAAK,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAQxD,MAAM,WAAW,aAAc,SAAQ,iBAAiB;IACtD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;CAGxB;AAeD,eAAO,MAAM,QAAQ,EAAE,EAAE,CAAC,aAAa,CAoEtC,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Whether the surrounding `Activity` is active.
|
|
3
|
+
*
|
|
4
|
+
* A deactivated `Activity` hides its subtree by suspending it (or by React's
|
|
5
|
+
* own `Activity`). Either way React stops committing that subtree's renders, so
|
|
6
|
+
* everything it portalled out of its own DOM — an open popover, a modal — stays
|
|
7
|
+
* on screen, frozen. Content that renders outside the subtree must therefore
|
|
8
|
+
* unmount itself while this is `false`.
|
|
9
|
+
*/
|
|
10
|
+
export declare const useIsActivityActive: () => boolean;
|
|
11
|
+
export declare const ActivityContextProvider: import('react').Provider<boolean>;
|
|
12
|
+
//# sourceMappingURL=context.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../../../../src/components/Activity/context.ts"],"names":[],"mappings":"AAIA;;;;;;;;GAQG;AACH,eAAO,MAAM,mBAAmB,QAAO,OAAsC,CAAC;AAE9E,eAAO,MAAM,uBAAuB,mCAA2B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Autocomplete.d.ts","sourceRoot":"","sources":["../../../../src/components/Autocomplete/Autocomplete.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Autocomplete.d.ts","sourceRoot":"","sources":["../../../../src/components/Autocomplete/Autocomplete.tsx"],"names":[],"mappings":"AACA,OAAO,EAAU,KAAK,iBAAiB,EAAE,MAAM,OAAO,CAAC;AACvD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAE5D,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAE9C,OAAO,EAEL,KAAK,kBAAkB,EACxB,MAAM,sCAAsC,CAAC;AAmB9C,MAAM,WAAW,iBACf,SACE,iBAAiB,EACjB,kBAAkB,EAClB,kBAAkB,CAAC,gBAAgB,CAAC,EACpC,IAAI,CACF,IAAI,CAAC,iBAAiB,EACtB,UAAU,GAAG,eAAe,GAAG,YAAY,GAAG,mBAAmB,GAAG,KAAK,CAC1E;CAAG;AAER,wBAAwB;AACxB,eAAO,MAAM,YAAY,wGA8GvB,CAAC;AAEH,eAAe,YAAY,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../../src/components/Badge/Badge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAG/C,OAAO,EAGL,KAAK,kBAAkB,EACxB,MAAM,mBAAmB,CAAC;AAE3B,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAE/E,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../../src/components/Badge/Badge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAG/C,OAAO,EAGL,KAAK,kBAAkB,EACxB,MAAM,mBAAmB,CAAC;AAE3B,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAE/E,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAQtD,eAAO,MAAM,WAAW,2IAWd,CAAC;AACX,MAAM,MAAM,WAAW,GAAG,CAAC,OAAO,WAAW,CAAC,CAAC,MAAM,CAAC,CAAC;AAEvD,MAAM,WAAW,UACf,SAAQ,iBAAiB,EAAE,kBAAkB,EAAE,kBAAkB;IACjE,wDAAwD;IACxD,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,UAAU,KAAK,IAAI,CAAC;IAClC,oEAAoE;IACpE,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,UAAU,KAAK,IAAI,CAAC;IAClC,iDAAiD;IACjD,KAAK,CAAC,EAAE,WAAW,CAAC;IACpB,qCAAqC;IACrC,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAOD,wBAAwB;AACxB,eAAO,MAAM,KAAK,+FAyFhB,CAAC;AAEH,eAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { FC, PropsWithChildren } from 'react';
|
|
2
|
+
import { AlphaColor, PropsWithClassName } from '../../../../lib/types/props';
|
|
3
|
+
interface Props extends PropsWithChildren, PropsWithClassName {
|
|
4
|
+
color: AlphaColor;
|
|
5
|
+
isDisabled?: boolean;
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* Supplies the trigger button for a contextual help placed in a badge, so the
|
|
9
|
+
* consumer only writes the <ContextualHelp>. Icon and accessibility label come
|
|
10
|
+
* from the trigger.
|
|
11
|
+
*/
|
|
12
|
+
export declare const ContextualHelpButton: FC<Props>;
|
|
13
|
+
export default ContextualHelpButton;
|
|
14
|
+
//# sourceMappingURL=ContextualHelpButton.d.ts.map
|
package/dist/types/components/Badge/components/ContextualHelpButton/ContextualHelpButton.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContextualHelpButton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Badge/components/ContextualHelpButton/ContextualHelpButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AACnD,OAAO,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAIxE,UAAU,KAAM,SAAQ,iBAAiB,EAAE,kBAAkB;IAC3D,KAAK,EAAE,UAAU,CAAC;IAClB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,EAAE,EAAE,CAAC,KAAK,CAe1C,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Badge/components/ContextualHelpButton/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE/C,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE/C,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAM9C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAK/E,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAIpD,MAAM,WAAW,WACf,SACE,iBAAiB,CAAC,IAAI,CAAC,WAAW,CAAC,EACnC,kBAAkB,CAAC,iBAAiB,CAAC;IACvC,kDAAkD;IAClD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;;OAKG;IACH,KAAK,CAAC,EACJ,SAAS,GAAG,SAAS,GAAG,WAAW,GAAG,QAAQ,GAAG,UAAU,GAAG,QAAQ,CAAC;IACzE,yDAAyD;IACzD,OAAO,CAAC,EAAE,OAAO,GAAG,OAAO,GAAG,MAAM,GAAG,SAAS,CAAC;IACjD,2CAA2C;IAC3C,IAAI,CAAC,EAAE,GAAG,GAAG,GAAG,CAAC;IACjB,8CAA8C;IAC9C,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,gDAAgD;IAChD,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,kDAAkD;IAClD,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,+CAA+C;IAC/C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,kDAAkD;IAClD,UAAU,CAAC,EAAE,OAAO,CAAC;CAOtB;AA+CD,wBAAwB;AACxB,eAAO,MAAM,MAAM,mGAqIjB,CAAC;AAEH,eAAe,MAAM,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ComposedChart } from 'recharts';
|
|
2
2
|
import { ComponentProps, ComponentType, FC, PropsWithChildren, ReactNode } from 'react';
|
|
3
|
-
import { ChartDataValue, DataKeyProp } from './types';
|
|
3
|
+
import { CartesianChartLayout, ChartDataValue, DataKeyProp } from './types';
|
|
4
4
|
/** @deprecated Use a ReactNode instead */
|
|
5
5
|
export interface CartesianChartEmptyViewProps {
|
|
6
6
|
data?: ComponentProps<typeof ComposedChart>["data"];
|
|
@@ -10,6 +10,16 @@ export interface CartesianChartProps<TData = ChartDataValue> extends Pick<Compon
|
|
|
10
10
|
data?: TData[];
|
|
11
11
|
/** The height of the chart. */
|
|
12
12
|
height?: string;
|
|
13
|
+
/**
|
|
14
|
+
* The orientation of the axes and graphical items. `"horizontal"` puts the
|
|
15
|
+
* category axis on the x-axis — bars grow upwards. `"vertical"` puts it on
|
|
16
|
+
* the y-axis — bars grow to the side. `XAxis` and `YAxis` follow the layout
|
|
17
|
+
* on their own; only the `dataKey` moves to whichever axis is the categorical
|
|
18
|
+
* one.
|
|
19
|
+
*
|
|
20
|
+
* @default "horizontal"
|
|
21
|
+
*/
|
|
22
|
+
layout?: CartesianChartLayout;
|
|
13
23
|
/** View that is provided when data is empty/undefined */
|
|
14
24
|
emptyView?: ReactNode;
|
|
15
25
|
/**
|
|
@@ -23,6 +33,7 @@ export declare const CartesianChart: FC<CartesianChartProps>;
|
|
|
23
33
|
export declare const typedCartesianChart: <TData extends ChartDataValue<any> = ChartDataValue<any>, XAxisDataKey extends DataKeyProp<TData> = DataKeyProp<TData>>() => {
|
|
24
34
|
Chart: ComponentType<CartesianChartProps<TData>>;
|
|
25
35
|
Area: ComponentType<import('./components/Area').AreaPropsByDataKeyProp<TData>>;
|
|
36
|
+
Bar: ComponentType<import('./components/Bar').BarPropsByDataKeyProp<TData>>;
|
|
26
37
|
XAxis: <const TProp extends XAxisDataKey, XAxisDataKeyValue = import('./types').DataKeyValue<TData, TProp>>(props: import('./components/XAxis').XAxisProps<TData, TProp, XAxisDataKeyValue>) => ReactNode;
|
|
27
38
|
YAxis: <const TProp extends keyof TData, TMatcherValue = import('./types').DataKeyValue<TData, TProp>>(props: import('./components/YAxis').YAxisProps<TData, TProp, TMatcherValue>) => ReactNode;
|
|
28
39
|
Grid: ComponentType<import('./components/ChartGrid').ChartGridProps>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CartesianChart.d.ts","sourceRoot":"","sources":["../../../../src/components/CartesianChart/CartesianChart.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAuB,MAAM,UAAU,CAAC;AAC9D,OAAO,EACL,KAAK,cAAc,EACnB,KAAK,aAAa,EAClB,KAAK,EAAE,EAEP,KAAK,iBAAiB,EACtB,KAAK,SAAS,EAEf,MAAM,OAAO,CAAC;AAMf,OAAO,KAAK,EACV,cAAc,EACd,WAAW,EACZ,MAAM,mCAAmC,CAAC;
|
|
1
|
+
{"version":3,"file":"CartesianChart.d.ts","sourceRoot":"","sources":["../../../../src/components/CartesianChart/CartesianChart.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAuB,MAAM,UAAU,CAAC;AAC9D,OAAO,EACL,KAAK,cAAc,EACnB,KAAK,aAAa,EAClB,KAAK,EAAE,EAEP,KAAK,iBAAiB,EACtB,KAAK,SAAS,EAEf,MAAM,OAAO,CAAC;AAMf,OAAO,KAAK,EACV,oBAAoB,EACpB,cAAc,EACd,WAAW,EACZ,MAAM,mCAAmC,CAAC;AAY3C,0CAA0C;AAC1C,MAAM,WAAW,4BAA4B;IAC3C,IAAI,CAAC,EAAE,cAAc,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,CAAC,CAAC;CACrD;AAED,MAAM,WAAW,mBAAmB,CAAC,KAAK,GAAG,cAAc,CACzD,SACE,IAAI,CACF,cAAc,CAAC,OAAO,aAAa,CAAC,EACpC,WAAW,GAAG,QAAQ,GAAG,YAAY,CACtC,EACD,iBAAiB;IACnB,6CAA6C;IAC7C,IAAI,CAAC,EAAE,KAAK,EAAE,CAAC;IAEf,+BAA+B;IAC/B,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;;;;;;OAQG;IACH,MAAM,CAAC,EAAE,oBAAoB,CAAC;IAE9B,yDAAyD;IACzD,SAAS,CAAC,EAAE,SAAS,CAAC;IAEtB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,wBAAwB;AACxB,eAAO,MAAM,cAAc,EAAE,EAAE,CAAC,mBAAmB,CA6ElD,CAAC;AAEF,eAAO,MAAM,mBAAmB,GAE9B,KAAK,SAAS,cAAc,CAAC,GAAG,CAAC,GAAG,cAAc,CAAC,GAAG,CAAC,EACvD,YAAY,SAAS,WAAW,CAAC,KAAK,CAAC,GAAG,WAAW,CAAC,KAAK,CAAC;WAEnC,aAAa,CAAC,mBAAmB,CAAC,KAAK,CAAC,CAAC;;;;;;;;;CASlE,CAAC;AAEH,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ComponentType, FC } from 'react';
|
|
2
|
+
import { CategoricalWithCustomColor } from '../../../../lib/tokens/CategoricalColors';
|
|
3
|
+
import { ChartDataValue, DataKeyProp, DataKeyWithLabel } from '../../types';
|
|
4
|
+
import * as Recharts from "recharts";
|
|
5
|
+
type BarBaseProps = Pick<Recharts.BarProps, "className" | "stackId" | "key" | "xAxisId" | "yAxisId" | "unit" | "barSize" | "maxBarSize" | "minPointSize"> & {
|
|
6
|
+
/** The color of the bar. @default "sea-green" */
|
|
7
|
+
color?: CategoricalWithCustomColor;
|
|
8
|
+
};
|
|
9
|
+
export interface BarPropsByDataKeyProp<TData extends ChartDataValue = ChartDataValue> extends BarBaseProps {
|
|
10
|
+
dataKey: DataKeyProp<TData>;
|
|
11
|
+
}
|
|
12
|
+
export interface BarPropsByDataKey<TData extends ChartDataValue = ChartDataValue> extends BarBaseProps, DataKeyWithLabel<TData> {
|
|
13
|
+
}
|
|
14
|
+
export type BarProps<TData extends ChartDataValue = ChartDataValue> = BarPropsByDataKey<TData> | BarPropsByDataKeyProp<TData>;
|
|
15
|
+
/** @flr-generate all */
|
|
16
|
+
export declare const Bar: FC<BarProps>;
|
|
17
|
+
export declare const TypedBar: <TData extends ChartDataValue = ChartDataValue>() => ComponentType<BarPropsByDataKeyProp<TData>>;
|
|
18
|
+
export default Bar;
|
|
19
|
+
//# sourceMappingURL=Bar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Bar.d.ts","sourceRoot":"","sources":["../../../../../../src/components/CartesianChart/components/Bar/Bar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,aAAa,EAAE,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AACpD,OAAO,KAAK,QAAQ,MAAM,UAAU,CAAC;AACrC,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,gCAAgC,CAAC;AAEjF,OAAO,EACL,KAAK,cAAc,EACnB,KAAK,WAAW,EAChB,KAAK,gBAAgB,EAEtB,MAAM,mCAAmC,CAAC;AAI3C,KAAK,YAAY,GAAG,IAAI,CACtB,QAAQ,CAAC,QAAQ,EACf,WAAW,GACX,SAAS,GACT,KAAK,GACL,SAAS,GACT,SAAS,GACT,MAAM,GACN,SAAS,GACT,YAAY,GACZ,cAAc,CACjB,GAAG;IACF,iDAAiD;IACjD,KAAK,CAAC,EAAE,0BAA0B,CAAC;CACpC,CAAC;AAEF,MAAM,WAAW,qBAAqB,CACpC,KAAK,SAAS,cAAc,GAAG,cAAc,CAC7C,SAAQ,YAAY;IACpB,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;CAC7B;AAED,MAAM,WAAW,iBAAiB,CAChC,KAAK,SAAS,cAAc,GAAG,cAAc,CAE7C,SAAQ,YAAY,EAAE,gBAAgB,CAAC,KAAK,CAAC;CAAG;AAElD,MAAM,MAAM,QAAQ,CAAC,KAAK,SAAS,cAAc,GAAG,cAAc,IAChE,iBAAiB,CAAC,KAAK,CAAC,GAAG,qBAAqB,CAAC,KAAK,CAAC,CAAC;AAE1D,wBAAwB;AACxB,eAAO,MAAM,GAAG,EAAE,EAAE,CAAC,QAAQ,CA0B5B,CAAC;AAEF,eAAO,MAAM,QAAQ,GAAI,KAAK,SAAS,cAAc,GAAG,cAAc,OAC7D,aAAa,CAAC,qBAAqB,CAAC,KAAK,CAAC,CAAC,CAAC;AAErD,eAAe,GAAG,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/CartesianChart/components/Bar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAChC,cAAc,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"view.d.ts","sourceRoot":"","sources":["../../../../../../src/components/CartesianChart/components/Bar/view.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AACjC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAEhE,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,kBAAkB;QAC1B,GAAG,EAAE,aAAa,CAAC,OAAO,GAAG,CAAC,CAAC;KAChC;CACF"}
|
|
@@ -5,7 +5,16 @@ export type XAxisProps<TData extends ChartDataValue = ChartDataValue, TDataKey e
|
|
|
5
5
|
dataKey?: TDataKey;
|
|
6
6
|
tickFormatter?: (value: TDataKeyValue, index: number) => string;
|
|
7
7
|
};
|
|
8
|
-
/**
|
|
8
|
+
/**
|
|
9
|
+
* `tickFormatter` is deliberately not part of the remote surface. A function
|
|
10
|
+
* property crosses the boundary as a thread proxy whose call returns a Promise,
|
|
11
|
+
* and recharts concatenates the formatter's result straight into the tick label
|
|
12
|
+
* — so remotely every tick rendered `[object Promise]`. Dropping it from the
|
|
13
|
+
* remote surface leaves the raw value there; the prop keeps working locally.
|
|
14
|
+
*
|
|
15
|
+
* @flr-generate all
|
|
16
|
+
* @flr-ignore-props tickFormatter
|
|
17
|
+
*/
|
|
9
18
|
export declare const XAxis: FC<XAxisProps>;
|
|
10
19
|
export { TypedXAxis } from './types';
|
|
11
20
|
export default XAxis;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"XAxis.d.ts","sourceRoot":"","sources":["../../../../../../src/components/CartesianChart/components/XAxis/XAxis.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,KAAK,QAAQ,MAAM,UAAU,CAAC;AACrC,OAAO,KAAK,EACV,cAAc,EACd,OAAO,EACP,YAAY,EACb,MAAM,mCAAmC,CAAC;AAG3C,MAAM,MAAM,UAAU,CACpB,KAAK,SAAS,cAAc,GAAG,cAAc,EAC7C,QAAQ,SAAS,OAAO,CAAC,KAAK,CAAC,GAAG,OAAO,CAAC,KAAK,CAAC,EAChD,aAAa,GAAG,YAAY,CAAC,KAAK,EAAE,QAAQ,CAAC,IAC3C,IAAI,CACN,QAAQ,CAAC,UAAU,EACjB,WAAW,GACX,aAAa,GACb,eAAe,GACf,mBAAmB,GACnB,UAAU,GACV,YAAY,GACZ,OAAO,GACP,MAAM,GACN,QAAQ,GACR,MAAM,GACN,MAAM,CACT,GAAG;IACF,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,aAAa,EAAE,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;CACjE,CAAC;AAEF
|
|
1
|
+
{"version":3,"file":"XAxis.d.ts","sourceRoot":"","sources":["../../../../../../src/components/CartesianChart/components/XAxis/XAxis.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,KAAK,QAAQ,MAAM,UAAU,CAAC;AACrC,OAAO,KAAK,EACV,cAAc,EACd,OAAO,EACP,YAAY,EACb,MAAM,mCAAmC,CAAC;AAG3C,MAAM,MAAM,UAAU,CACpB,KAAK,SAAS,cAAc,GAAG,cAAc,EAC7C,QAAQ,SAAS,OAAO,CAAC,KAAK,CAAC,GAAG,OAAO,CAAC,KAAK,CAAC,EAChD,aAAa,GAAG,YAAY,CAAC,KAAK,EAAE,QAAQ,CAAC,IAC3C,IAAI,CACN,QAAQ,CAAC,UAAU,EACjB,WAAW,GACX,aAAa,GACb,eAAe,GACf,mBAAmB,GACnB,UAAU,GACV,YAAY,GACZ,OAAO,GACP,MAAM,GACN,QAAQ,GACR,MAAM,GACN,MAAM,CACT,GAAG;IACF,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,aAAa,EAAE,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;CACjE,CAAC;AAEF;;;;;;;;;GASG;AACH,eAAO,MAAM,KAAK,EAAE,EAAE,CAAC,UAAU,CAiBhC,CAAC;AAEF,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAErC,eAAe,KAAK,CAAC"}
|
|
@@ -5,7 +5,16 @@ export type YAxisProps<TData extends ChartDataValue = ChartDataValue, TDataKey e
|
|
|
5
5
|
dataKey?: TDataKey;
|
|
6
6
|
tickFormatter?: (value: TDataMatch, index: number) => string;
|
|
7
7
|
};
|
|
8
|
-
/**
|
|
8
|
+
/**
|
|
9
|
+
* `tickFormatter` is deliberately not part of the remote surface. A function
|
|
10
|
+
* property crosses the boundary as a thread proxy whose call returns a Promise,
|
|
11
|
+
* and recharts concatenates the formatter's result straight into the tick label
|
|
12
|
+
* — so remotely every tick rendered `[object Promise]`. Dropping it from the
|
|
13
|
+
* remote surface leaves the raw value there; the prop keeps working locally.
|
|
14
|
+
*
|
|
15
|
+
* @flr-generate all
|
|
16
|
+
* @flr-ignore-props tickFormatter
|
|
17
|
+
*/
|
|
9
18
|
export declare const YAxis: FC<YAxisProps>;
|
|
10
19
|
export { TypedYAxis } from './types';
|
|
11
20
|
export default YAxis;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"YAxis.d.ts","sourceRoot":"","sources":["../../../../../../src/components/CartesianChart/components/YAxis/YAxis.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,KAAK,QAAQ,MAAM,UAAU,CAAC;AACrC,OAAO,KAAK,EACV,cAAc,EACd,OAAO,EACP,YAAY,EACb,MAAM,mCAAmC,CAAC;AAG3C,MAAM,MAAM,UAAU,CACpB,KAAK,SAAS,cAAc,GAAG,cAAc,EAC7C,QAAQ,SAAS,OAAO,CAAC,KAAK,CAAC,GAAG,OAAO,CAAC,KAAK,CAAC,EAChD,UAAU,GAAG,YAAY,CAAC,KAAK,EAAE,QAAQ,CAAC,IACxC,IAAI,CACN,QAAQ,CAAC,UAAU,EACjB,WAAW,GACX,aAAa,GACb,eAAe,GACf,UAAU,GACV,YAAY,GACZ,OAAO,GACP,MAAM,GACN,QAAQ,GACR,MAAM,GACN,MAAM,CACT,GAAG;IACF,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;CAC9D,CAAC;AAEF
|
|
1
|
+
{"version":3,"file":"YAxis.d.ts","sourceRoot":"","sources":["../../../../../../src/components/CartesianChart/components/YAxis/YAxis.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,KAAK,QAAQ,MAAM,UAAU,CAAC;AACrC,OAAO,KAAK,EACV,cAAc,EACd,OAAO,EACP,YAAY,EACb,MAAM,mCAAmC,CAAC;AAG3C,MAAM,MAAM,UAAU,CACpB,KAAK,SAAS,cAAc,GAAG,cAAc,EAC7C,QAAQ,SAAS,OAAO,CAAC,KAAK,CAAC,GAAG,OAAO,CAAC,KAAK,CAAC,EAChD,UAAU,GAAG,YAAY,CAAC,KAAK,EAAE,QAAQ,CAAC,IACxC,IAAI,CACN,QAAQ,CAAC,UAAU,EACjB,WAAW,GACX,aAAa,GACb,eAAe,GACf,UAAU,GACV,YAAY,GACZ,OAAO,GACP,MAAM,GACN,QAAQ,GACR,MAAM,GACN,MAAM,CACT,GAAG;IACF,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;CAC9D,CAAC;AAEF;;;;;;;;;GASG;AACH,eAAO,MAAM,KAAK,EAAE,EAAE,CAAC,UAAU,CAmBhC,CAAC;AAEF,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAErC,eAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { CartesianChartLayout } from './types';
|
|
2
|
+
interface CartesianChartContext {
|
|
3
|
+
layout: CartesianChartLayout;
|
|
4
|
+
}
|
|
5
|
+
export declare const useCartesianChartContext: () => CartesianChartContext;
|
|
6
|
+
export declare const CartesianChartContextProvider: import('react').Provider<CartesianChartContext>;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=context.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../../../../src/components/CartesianChart/context.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AAE9E,UAAU,qBAAqB;IAC7B,MAAM,EAAE,oBAAoB,CAAC;CAC9B;AAMD,eAAO,MAAM,wBAAwB,QAAO,qBACT,CAAC;AAEpC,eAAO,MAAM,6BAA6B,iDAAiC,CAAC"}
|
|
@@ -2,6 +2,7 @@ export * from './view';
|
|
|
2
2
|
export { type CartesianChartProps, type CartesianChartEmptyViewProps, CartesianChart, typedCartesianChart, } from './CartesianChart';
|
|
3
3
|
export * from './components/Area';
|
|
4
4
|
export * from './components/AreaDot';
|
|
5
|
+
export * from './components/Bar';
|
|
5
6
|
export * from './components/Line';
|
|
6
7
|
export * from './components/ChartTooltip';
|
|
7
8
|
export * from './components/ChartGrid';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/CartesianChart/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,OAAO,EACL,KAAK,mBAAmB,EACxB,KAAK,4BAA4B,EACjC,cAAc,EACd,mBAAmB,GACpB,MAAM,kBAAkB,CAAC;AAC1B,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0BAA0B,CAAC;AACzC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/CartesianChart/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,OAAO,EACL,KAAK,mBAAmB,EACxB,KAAK,4BAA4B,EACjC,cAAc,EACd,mBAAmB,GACpB,MAAM,kBAAkB,CAAC;AAC1B,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0BAA0B,CAAC;AACzC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC"}
|
|
@@ -8,4 +8,10 @@ export type DataKeyProp<TData extends ChartDataValue = ChartDataValue> = keyof T
|
|
|
8
8
|
export type DataKey<TData extends ChartDataValue = ChartDataValue, TValue = unknown> = DataKeyProp<TData> | DataKeyFn<TData, TValue>;
|
|
9
9
|
export type DataKeyValue<TData extends ChartDataValue, TDataKey extends DataKey<TData>> = TDataKey extends (data: TData) => infer R ? R : TDataKey extends keyof TData ? TData[TDataKey] : never;
|
|
10
10
|
export declare const isDataKeyWithLabel: <TData extends ChartDataValue>(obj: unknown) => obj is DataKeyWithLabel<TData>;
|
|
11
|
+
/**
|
|
12
|
+
* The orientation of the chart's axes and graphical items. `"horizontal"` puts
|
|
13
|
+
* the category axis on the x-axis (bars grow upwards), `"vertical"` puts it on
|
|
14
|
+
* the y-axis (bars grow to the side).
|
|
15
|
+
*/
|
|
16
|
+
export type CartesianChartLayout = "horizontal" | "vertical";
|
|
11
17
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/CartesianChart/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,cAAc,CAAC,MAAM,GAAG,OAAO,IAAI,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;AAEtE,MAAM,WAAW,gBAAgB,CAAC,KAAK,SAAS,cAAc;IAC5D,OAAO,EAAE,SAAS,CAAC,KAAK,CAAC,CAAC;IAC1B,YAAY,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;CAClC;AAED,MAAM,MAAM,SAAS,CACnB,KAAK,SAAS,cAAc,GAAG,cAAc,EAC7C,MAAM,GAAG,OAAO,IACd,CAAC,IAAI,EAAE,KAAK,KAAK,MAAM,CAAC;AAE5B,MAAM,MAAM,WAAW,CAAC,KAAK,SAAS,cAAc,GAAG,cAAc,IACnE,MAAM,KAAK,CAAC;AAEd,MAAM,MAAM,OAAO,CACjB,KAAK,SAAS,cAAc,GAAG,cAAc,EAC7C,MAAM,GAAG,OAAO,IACd,WAAW,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC;AAElD,MAAM,MAAM,YAAY,CACtB,KAAK,SAAS,cAAc,EAC5B,QAAQ,SAAS,OAAO,CAAC,KAAK,CAAC,IAC7B,QAAQ,SAAS,CAAC,IAAI,EAAE,KAAK,KAAK,MAAM,CAAC,GACzC,CAAC,GACD,QAAQ,SAAS,MAAM,KAAK,GAC1B,KAAK,CAAC,QAAQ,CAAC,GACf,KAAK,CAAC;AAEZ,eAAO,MAAM,kBAAkB,GAAI,KAAK,SAAS,cAAc,EAC7D,KAAK,OAAO,KACX,GAAG,IAAI,gBAAgB,CAAC,KAAK,CAO/B,CAAC"}
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/CartesianChart/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,cAAc,CAAC,MAAM,GAAG,OAAO,IAAI,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;AAEtE,MAAM,WAAW,gBAAgB,CAAC,KAAK,SAAS,cAAc;IAC5D,OAAO,EAAE,SAAS,CAAC,KAAK,CAAC,CAAC;IAC1B,YAAY,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;CAClC;AAED,MAAM,MAAM,SAAS,CACnB,KAAK,SAAS,cAAc,GAAG,cAAc,EAC7C,MAAM,GAAG,OAAO,IACd,CAAC,IAAI,EAAE,KAAK,KAAK,MAAM,CAAC;AAE5B,MAAM,MAAM,WAAW,CAAC,KAAK,SAAS,cAAc,GAAG,cAAc,IACnE,MAAM,KAAK,CAAC;AAEd,MAAM,MAAM,OAAO,CACjB,KAAK,SAAS,cAAc,GAAG,cAAc,EAC7C,MAAM,GAAG,OAAO,IACd,WAAW,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC;AAElD,MAAM,MAAM,YAAY,CACtB,KAAK,SAAS,cAAc,EAC5B,QAAQ,SAAS,OAAO,CAAC,KAAK,CAAC,IAC7B,QAAQ,SAAS,CAAC,IAAI,EAAE,KAAK,KAAK,MAAM,CAAC,GACzC,CAAC,GACD,QAAQ,SAAS,MAAM,KAAK,GAC1B,KAAK,CAAC,QAAQ,CAAC,GACf,KAAK,CAAC;AAEZ,eAAO,MAAM,kBAAkB,GAAI,KAAK,SAAS,cAAc,EAC7D,KAAK,OAAO,KACX,GAAG,IAAI,gBAAgB,CAAC,KAAK,CAO/B,CAAC;AAEF;;;;GAIG;AACH,MAAM,MAAM,oBAAoB,GAAG,YAAY,GAAG,UAAU,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ComboBox.d.ts","sourceRoot":"","sources":["../../../../src/components/ComboBox/ComboBox.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE/C,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAU9C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;
|
|
1
|
+
{"version":3,"file":"ComboBox.d.ts","sourceRoot":"","sources":["../../../../src/components/ComboBox/ComboBox.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE/C,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAU9C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAI/E,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAIjE,MAAM,WAAW,aACf,SACE,IAAI,CAAC,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,EAAE,UAAU,GAAG,UAAU,CAAC,EACxD,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,aAAa,CAAC,EACpC,IAAI,CAAC,YAAY,EAAE,kBAAkB,CAAC,EACtC,iBAAiB,EACjB,kBAAkB,CAAC,gBAAgB,CAAC;IACtC,iFAAiF;IACjF,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACpC;AAED,wBAAwB;AACxB,eAAO,MAAM,QAAQ,oGAoFnB,CAAC;AAEH,eAAe,QAAQ,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Link.d.ts","sourceRoot":"","sources":["../../../../src/components/Link/Link.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,cAAc,EACd,aAAa,EACb,aAAa,EAEb,iBAAiB,EAClB,MAAM,OAAO,CAAC;AAEf,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAK9C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAE/E,OAAO,EACL,KAAK,UAAU,EAEf,KAAK,kBAAkB,EACxB,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"Link.d.ts","sourceRoot":"","sources":["../../../../src/components/Link/Link.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,cAAc,EACd,aAAa,EACb,aAAa,EAEb,iBAAiB,EAClB,MAAM,OAAO,CAAC;AAEf,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAK9C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAE/E,OAAO,EACL,KAAK,UAAU,EAEf,KAAK,kBAAkB,EACxB,MAAM,mBAAmB,CAAC;AAM3B,MAAM,WAAW,SACf,SACE,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,UAAU,GAAG,MAAM,GAAG,WAAW,CAAC,CAAC,EAC1E,kBAAkB,CAAC,iBAAiB,CAAC,EACrC,kBAAkB;IACpB,2EAA2E;IAC3E,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,qCAAqC;IACrC,aAAa,CAAC,EAAE,aAAa,CAAC,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,EAAE,KAAK,CAAC,CAAC,CAAC;IAChE,gDAAgD;IAChD,KAAK,CAAC,EAAE,SAAS,GAAG,UAAU,CAAC;IAC/B,wEAAwE;IACxE,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,kDAAkD;IAClD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,+CAA+C;IAC/C,UAAU,CAAC,EAAE,aAAa,CAAC,YAAY,CAAC,CAAC;IACzC,4CAA4C;IAC5C,IAAI,CAAC,EAAE,GAAG,GAAG,GAAG,CAAC;CAGlB;AAED,wBAAwB;AACxB,eAAO,MAAM,IAAI,iGAmHf,CAAC;AAEH,eAAe,IAAI,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Item.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/List/components/Items/components/Item/Item.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,SAAS,MAAM,8BAA8B,CAAC;AAG1D,OAAO,KAAK,EAAE,EAAE,EAAE,iBAAiB,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAExD,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,uBAAuB,CAAC;AAIjD,UAAU,KAAM,SAAQ,iBAAiB;IACvC,EAAE,EAAE,GAAG,CAAC;IACR,IAAI,EAAE,KAAK,CAAC;IACZ,UAAU,CAAC,EAAE,GAAG,CAAC,cAAc,CAAC,CAAC;IACjC,IAAI,EAAE,SAAS,CAAC,KAAK,CAAC,CAAC;IACvB,MAAM,EAAE,OAAO,CAAC;CACjB;
|
|
1
|
+
{"version":3,"file":"Item.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/List/components/Items/components/Item/Item.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,SAAS,MAAM,8BAA8B,CAAC;AAG1D,OAAO,KAAK,EAAE,EAAE,EAAE,iBAAiB,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAExD,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,uBAAuB,CAAC;AAIjD,UAAU,KAAM,SAAQ,iBAAiB;IACvC,EAAE,EAAE,GAAG,CAAC;IACR,IAAI,EAAE,KAAK,CAAC;IACZ,UAAU,CAAC,EAAE,GAAG,CAAC,cAAc,CAAC,CAAC;IACjC,IAAI,EAAE,SAAS,CAAC,KAAK,CAAC,CAAC;IACvB,MAAM,EAAE,OAAO,CAAC;CACjB;AA0CD,eAAO,MAAM,IAAI,8CAxCQ,KAAK,wCAkD7B,CAAC;AAGF,UAAU,kBAAmB,SAAQ,iBAAiB;IACpD,EAAE,CAAC,EAAE,GAAG,CAAC;IACT,IAAI,CAAC,EAAE,KAAK,CAAC;CACd;AAED,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC,kBAAkB,CAWhD,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
package/dist/types/components/List/components/Items/views/GridListItem/GridListItem.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GridListItem.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/List/components/Items/views/GridListItem/GridListItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAC9C,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"GridListItem.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/List/components/Items/views/GridListItem/GridListItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAC9C,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAKhC,MAAM,MAAM,iBAAiB,GAAG,IAAI,CAAC,iBAAiB,CAAC,KAAK,CAAC,GAAG;IAC9D,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,wBAAwB;AACxB,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CA0C9C,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -27,6 +27,11 @@ export declare class ItemView<T> {
|
|
|
27
27
|
private readonly renderFn?;
|
|
28
28
|
constructor(list: List<T>, shape?: ItemViewShape<T>);
|
|
29
29
|
private static fallbackRenderItemFn;
|
|
30
|
+
/**
|
|
31
|
+
* Whether `other` would render this item identically — i.e. all render
|
|
32
|
+
* functions taken from the consumer's `ListItem` element are still the same.
|
|
33
|
+
*/
|
|
34
|
+
rendersSameAs(other?: ItemView<T>): boolean;
|
|
30
35
|
render(data: T): ReactNode;
|
|
31
36
|
}
|
|
32
37
|
//# sourceMappingURL=ItemView.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ItemView.d.ts","sourceRoot":"","sources":["../../../../../../src/components/List/model/item/ItemView.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,yBAAyB,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEhF,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AACvE,OAAO,KAAK,IAAI,MAAM,8BAA8B,CAAC;AAErD,MAAM,WAAW,aAAa,CAAC,CAAC;IAC9B,SAAS,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,MAAM,CAAC;IAChC,IAAI,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,MAAM,CAAC;IAC3B,MAAM,CAAC,EAAE,yBAAyB,CAAC;IACnC,eAAe,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,OAAO,CAAC;IACvC,QAAQ,CAAC,EAAE,YAAY,CAAC,CAAC,CAAC,CAAC;IAC3B,0CAA0C;IAC1C,QAAQ,CAAC,EAAE,YAAY,CAAC;IACxB,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,qBAAa,QAAQ,CAAC,CAAC;IACrB,SAAgB,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC;IAC9B,SAAgB,SAAS,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,MAAM,CAAC;IAChD,SAAgB,IAAI,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,MAAM,CAAC;IAC3C,SAAgB,MAAM,CAAC,EAAE,yBAAyB,CAAC;IACnD,SAAgB,eAAe,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,OAAO,CAAC;IACvD,SAAgB,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3C,SAAgB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpC,SAAgB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnC,SAAgB,YAAY,EAAE,MAAM,CAAC;IACrC,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAkB;gBAEzB,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC,EAAE,KAAK,GAAE,aAAa,CAAC,CAAC,CAAM;IAyB9D,OAAO,CAAC,MAAM,CAAC,oBAAoB,CACqB;
|
|
1
|
+
{"version":3,"file":"ItemView.d.ts","sourceRoot":"","sources":["../../../../../../src/components/List/model/item/ItemView.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,yBAAyB,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEhF,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AACvE,OAAO,KAAK,IAAI,MAAM,8BAA8B,CAAC;AAErD,MAAM,WAAW,aAAa,CAAC,CAAC;IAC9B,SAAS,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,MAAM,CAAC;IAChC,IAAI,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,MAAM,CAAC;IAC3B,MAAM,CAAC,EAAE,yBAAyB,CAAC;IACnC,eAAe,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,OAAO,CAAC;IACvC,QAAQ,CAAC,EAAE,YAAY,CAAC,CAAC,CAAC,CAAC;IAC3B,0CAA0C;IAC1C,QAAQ,CAAC,EAAE,YAAY,CAAC;IACxB,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,qBAAa,QAAQ,CAAC,CAAC;IACrB,SAAgB,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC;IAC9B,SAAgB,SAAS,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,MAAM,CAAC;IAChD,SAAgB,IAAI,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,MAAM,CAAC;IAC3C,SAAgB,MAAM,CAAC,EAAE,yBAAyB,CAAC;IACnD,SAAgB,eAAe,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,OAAO,CAAC;IACvD,SAAgB,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3C,SAAgB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpC,SAAgB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnC,SAAgB,YAAY,EAAE,MAAM,CAAC;IACrC,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAkB;gBAEzB,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC,EAAE,KAAK,GAAE,aAAa,CAAC,CAAC,CAAM;IAyB9D,OAAO,CAAC,MAAM,CAAC,oBAAoB,CACqB;IAExD;;;OAGG;IACI,aAAa,CAAC,KAAK,CAAC,EAAE,QAAQ,CAAC,CAAC,CAAC,GAAG,OAAO;IAW3C,MAAM,CAAC,IAAI,EAAE,CAAC,GAAG,SAAS;CAKlC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Markdown.d.ts","sourceRoot":"","sources":["../../../../src/components/Markdown/Markdown.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAiB,EAAE,EAAa,GAAG,EAAE,MAAM,OAAO,CAAC;AAE/D,OAAO,KAAK,EAAE,UAAU,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC;AAI1D,OAAO,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAMxE,MAAM,WAAW,aACf,SAAQ,kBAAkB,EAAE,IAAI,CAAC,OAAO,EAAE,YAAY,CAAC;IACvD,qEAAqE;IACrE,KAAK,CAAC,EAAE,SAAS,GAAG,UAAU,CAAC;IAC/B,gEAAgE;IAChE,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,iEAAiE;IACjE,UAAU,CAAC,EAAE,UAAU,CAAC;IAGxB,kCAAkC;IAClC,GAAG,CAAC,EAAE,GAAG,CAAC,cAAc,CAAC,CAAC;CAC3B;AAED;;;GAGG;AACH,eAAO,MAAM,QAAQ,EAAE,EAAE,CAAC,aAAa,
|
|
1
|
+
{"version":3,"file":"Markdown.d.ts","sourceRoot":"","sources":["../../../../src/components/Markdown/Markdown.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAiB,EAAE,EAAa,GAAG,EAAE,MAAM,OAAO,CAAC;AAE/D,OAAO,KAAK,EAAE,UAAU,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC;AAI1D,OAAO,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAMxE,MAAM,WAAW,aACf,SAAQ,kBAAkB,EAAE,IAAI,CAAC,OAAO,EAAE,YAAY,CAAC;IACvD,qEAAqE;IACrE,KAAK,CAAC,EAAE,SAAS,GAAG,UAAU,CAAC;IAC/B,gEAAgE;IAChE,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,iEAAiE;IACjE,UAAU,CAAC,EAAE,UAAU,CAAC;IAGxB,kCAAkC;IAClC,GAAG,CAAC,EAAE,GAAG,CAAC,cAAc,CAAC,CAAC;CAC3B;AAED;;;GAGG;AACH,eAAO,MAAM,QAAQ,EAAE,EAAE,CAAC,aAAa,CAiJtC,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
|
@@ -9,6 +9,7 @@ export declare const ModalTrigger: import('react').FunctionComponent<{
|
|
|
9
9
|
tunnel?: {
|
|
10
10
|
id: string;
|
|
11
11
|
component: import('../../../propTypes').FlowComponentName;
|
|
12
|
+
staticEntryId?: string;
|
|
12
13
|
} | null | undefined;
|
|
13
14
|
ref?: import('react').Ref<HTMLDivElement> | undefined;
|
|
14
15
|
key?: import('react').Key | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ModalTrigger.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Modal/components/ModalTrigger/ModalTrigger.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AAEvE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAI1C,YAAY,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AAEvE,MAAM,MAAM,iBAAiB,GAAG,QAAQ,CAAC,mBAAmB,CAAC,CAAC;AAE9D,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"ModalTrigger.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Modal/components/ModalTrigger/ModalTrigger.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AAEvE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAI1C,YAAY,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AAEvE,MAAM,MAAM,iBAAiB,GAAG,QAAQ,CAAC,mBAAmB,CAAC,CAAC;AAE9D,eAAO,MAAM,YAAY;;;;;;;qBAkBqK,CAAC;;;;;kDAH9L,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Navigation.d.ts","sourceRoot":"","sources":["../../../../src/components/Navigation/Navigation.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,iBAAiB,
|
|
1
|
+
{"version":3,"file":"Navigation.d.ts","sourceRoot":"","sources":["../../../../src/components/Navigation/Navigation.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,iBAAiB,EAAa,MAAM,OAAO,CAAC;AAK1E,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAC5D,OAAO,EAEL,KAAK,kBAAkB,EACxB,MAAM,sCAAsC,CAAC;AAK9C,MAAM,WAAW,eACf,SACE,iBAAiB,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC,EACxC,kBAAkB,EAClB,kBAAkB,CAAC,WAAW,CAAC;CAAG;AAWtC,wBAAwB;AACxB,eAAO,MAAM,UAAU,iGAwCrB,CAAC;AAEH,eAAe,UAAU,CAAC"}
|
|
@@ -2,8 +2,25 @@ import { PropsWithChildren } from 'react';
|
|
|
2
2
|
import { FlowComponentProps } from '../../lib/componentFactory/flowComponent';
|
|
3
3
|
import * as Aria from "react-aria-components";
|
|
4
4
|
export interface OptionProps extends Omit<Aria.ListBoxItemProps, "children" | "value" | "id">, PropsWithChildren, FlowComponentProps {
|
|
5
|
+
/**
|
|
6
|
+
* The value this option contributes to the field's selection, and the key
|
|
7
|
+
* `defaultValue` / `value` of the surrounding field target.
|
|
8
|
+
*
|
|
9
|
+
* Defaults to `textValue`, which itself defaults to the text among the
|
|
10
|
+
* option's children — element children such as a `Badge` do not contribute,
|
|
11
|
+
* so `<Option>Millennium Falcon <Badge>Latest</Badge></Option>` is
|
|
12
|
+
* `"Millennium Falcon"`. Pass it explicitly when the value must not follow
|
|
13
|
+
* the display text, or when the children carry no text at all.
|
|
14
|
+
*/
|
|
5
15
|
value?: string | number;
|
|
6
16
|
}
|
|
17
|
+
/**
|
|
18
|
+
* The key an option contributes to its collection: an explicit `value`, else
|
|
19
|
+
* the `textValue`, else the text among the children. Shared with the props
|
|
20
|
+
* context that routes options through a field's tunnel, so both derive the same
|
|
21
|
+
* identity for one option.
|
|
22
|
+
*/
|
|
23
|
+
export declare const getOptionValue: (props: Pick<OptionProps, "value" | "textValue" | "children">) => string | number | undefined;
|
|
7
24
|
/** @flr-generate all */
|
|
8
25
|
export declare const Option: import('react').FunctionComponent<OptionProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
9
26
|
export default Option;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Option.d.ts","sourceRoot":"","sources":["../../../../src/components/Option/Option.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE/C,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAG9C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAK/E,MAAM,WAAW,WACf,SACE,IAAI,CAAC,IAAI,CAAC,gBAAgB,EAAE,UAAU,GAAG,OAAO,GAAG,IAAI,CAAC,EACxD,iBAAiB,EACjB,kBAAkB;IACpB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACzB;AAED,wBAAwB;AACxB,eAAO,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"Option.d.ts","sourceRoot":"","sources":["../../../../src/components/Option/Option.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE/C,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAG9C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAK/E,MAAM,WAAW,WACf,SACE,IAAI,CAAC,IAAI,CAAC,gBAAgB,EAAE,UAAU,GAAG,OAAO,GAAG,IAAI,CAAC,EACxD,iBAAiB,EACjB,kBAAkB;IACpB;;;;;;;;;OASG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACzB;AAED;;;;;GAKG;AACH,eAAO,MAAM,cAAc,GACzB,OAAO,IAAI,CAAC,WAAW,EAAE,OAAO,GAAG,WAAW,GAAG,UAAU,CAAC,KAC3D,MAAM,GAAG,MAAM,GAAG,SACsD,CAAC;AAE5E,wBAAwB;AACxB,eAAO,MAAM,MAAM,gGAiCjB,CAAC;AA6BH,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { FlowComponentName } from '../propTypes';
|
|
2
|
+
export declare const optionsTunnelId = "options";
|
|
3
|
+
/**
|
|
4
|
+
* Props context entry that routes a field's `Option` children through its
|
|
5
|
+
* "options" tunnel.
|
|
6
|
+
*
|
|
7
|
+
* The entry id is the option's own collection key rather than a generated one.
|
|
8
|
+
* react-aria renders collection children twice — once into its hidden
|
|
9
|
+
* collection document, once for real — and both renders register a tunnel
|
|
10
|
+
* entry. With a generated id each render becomes its own entry, so the tunnel
|
|
11
|
+
* exit renders every option twice: the collection then holds two element nodes
|
|
12
|
+
* per key, and the `prevKey`/`nextKey` links derived from that doubled sibling
|
|
13
|
+
* chain form a ring. That ring makes `ArrowUp` on the first option wrap to the
|
|
14
|
+
* last one, and lets react-stately's focus restoration walk `getKeyBefore`
|
|
15
|
+
* forever, which freezes the tab.
|
|
16
|
+
*
|
|
17
|
+
* An option without a value keeps a generated id. Its collection key is a
|
|
18
|
+
* react-aria render counter in that case, which is unstable for other reasons
|
|
19
|
+
* already — `Option` warns about it.
|
|
20
|
+
*/
|
|
21
|
+
export declare const getOptionsTunnelProps: (component: FlowComponentName) => import('../../lib/propsContext/dynamicProps/types').DynamicProp<"Option", "tunnel">;
|
|
22
|
+
//# sourceMappingURL=optionsTunnel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"optionsTunnel.d.ts","sourceRoot":"","sources":["../../../../src/components/Option/optionsTunnel.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAIhE,eAAO,MAAM,eAAe,YAAY,CAAC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,eAAO,MAAM,qBAAqB,GAAI,WAAW,iBAAiB,wFAS9D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OverlayContent.d.ts","sourceRoot":"","sources":["../../../../../src/components/Overlay/components/OverlayContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAC9C,OAAO,EAAE,KAAK,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,GAAG,EAAY,MAAM,OAAO,CAAC;AAE5E,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"OverlayContent.d.ts","sourceRoot":"","sources":["../../../../../src/components/Overlay/components/OverlayContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAC9C,OAAO,EAAE,KAAK,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,GAAG,EAAY,MAAM,OAAO,CAAC;AAE5E,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAkD5D,MAAM,WAAW,mBACf,SACE,iBAAiB,EACjB,kBAAkB,EAClB,IAAI,CAAC,IAAI,CAAC,WAAW,EAAE,iBAAiB,CAAC;IAC3C,GAAG,CAAC,EAAE,GAAG,CAAC,cAAc,CAAC,CAAC;IAC1B,YAAY,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;IACxC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,wBAAwB;AACxB,eAAO,MAAM,cAAc,EAAE,EAAE,CAAC,mBAAmB,CAuClD,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PopoverContent.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Popover/components/PopoverContent/PopoverContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,iBAAiB,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGnE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"PopoverContent.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Popover/components/PopoverContent/PopoverContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,iBAAiB,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGnE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAG5D,MAAM,WAAW,mBACf,SAAQ,iBAAiB,EAAE,kBAAkB;IAC7C,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,YAAY,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;IACxC,GAAG,CAAC,EAAE,GAAG,CAAC,WAAW,CAAC,CAAC;IACvB,UAAU,CAAC,EAAE,SAAS,CAAC,OAAO,GAAG,IAAI,CAAC,CAAC;CACxC;AAED,wBAAwB;AACxB,eAAO,MAAM,cAAc,EAAE,EAAE,CAAC,mBAAmB,CAyClD,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../../../../src/components/Select/Select.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAO9C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;
|
|
1
|
+
{"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../../../../src/components/Select/Select.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAO9C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAI/E,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAM5D,MAAM,WAAW,WACf,SACE,iBAAiB,CACf,IAAI,CACF,IAAI,CAAC,WAAW,CAAC,MAAM,EAAE,QAAQ,GAAG,UAAU,CAAC,EAC/C,UAAU,GAAG,WAAW,GAAG,KAAK,CACjC,CACF,EACD,kBAAkB,CAAC,iBAAiB,CAAC,EACrC,kBAAkB;IACpB,8DAA8D;IAC9D,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,GAAG,GAAG,EAAE,GAAG,IAAI,KAAK,IAAI,CAAC;IAC/C,0CAA0C;IAC1C,iBAAiB,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,GAAG,GAAG,EAAE,GAAG,IAAI,KAAK,IAAI,CAAC;IACxD,0CAA0C;IAC1C,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,wBAAwB;AACxB,eAAO,MAAM,MAAM,mGAiFjB,CAAC;AAEH,eAAe,MAAM,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tabs.d.ts","sourceRoot":"","sources":["../../../../src/components/Tabs/Tabs.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAG/E,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAE1D,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAM9C,MAAM,WAAW,SACf,SACE,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,UAAU,CAAC,EAChC,iBAAiB,EACjB,kBAAkB;IACpB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,oDAAoD;IACpD,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;;OAGG;IACH,eAAe,CAAC,EAAE,SAAS,CAAC;CAC7B;AAED,wBAAwB;AACxB,eAAO,MAAM,IAAI,
|
|
1
|
+
{"version":3,"file":"Tabs.d.ts","sourceRoot":"","sources":["../../../../src/components/Tabs/Tabs.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAG/E,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAE1D,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAM9C,MAAM,WAAW,SACf,SACE,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,UAAU,CAAC,EAChC,iBAAiB,EACjB,kBAAkB;IACpB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,oDAAoD;IACpD,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;;OAGG;IACH,eAAe,CAAC,EAAE,SAAS,CAAC;CAC7B;AAED,wBAAwB;AACxB,eAAO,MAAM,IAAI,8FAgEf,CAAC;AAEH,eAAe,IAAI,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
2
|
import * as Aria from "react-aria-components";
|
|
3
3
|
interface Props {
|
|
4
|
-
selection: Aria.Key |
|
|
4
|
+
selection: Aria.Key | null;
|
|
5
5
|
onContextMenuSelectionChange: (key: Aria.Key) => void;
|
|
6
6
|
disabledKeys?: Iterable<Aria.Key>;
|
|
7
7
|
"aria-label"?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TabList.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Tabs/components/TabList/TabList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAY9C,UAAU,KAAK;IACb,SAAS,EAAE,IAAI,CAAC,GAAG,GAAG,
|
|
1
|
+
{"version":3,"file":"TabList.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Tabs/components/TabList/TabList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAY9C,UAAU,KAAK;IACb,SAAS,EAAE,IAAI,CAAC,GAAG,GAAG,IAAI,CAAC;IAC3B,4BAA4B,EAAE,CAAC,GAAG,EAAE,IAAI,CAAC,GAAG,KAAK,IAAI,CAAC;IACtD,YAAY,CAAC,EAAE,QAAQ,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;IAClC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,eAAO,MAAM,OAAO,EAAE,EAAE,CAAC,KAAK,CA0E7B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../../src/components/Tooltip/Tooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAC9C,OAAO,KAAK,EAAE,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../../src/components/Tooltip/Tooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAC9C,OAAO,KAAK,EAAE,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAMnD,MAAM,MAAM,YAAY,GAAG,iBAAiB,CAC1C,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE,UAAU,CAAC,CACpC,CAAC;AAEF,wBAAwB;AACxB,eAAO,MAAM,OAAO,EAAE,EAAE,CAAC,YAAY,CAuBpC,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"flowComponent.d.ts","sourceRoot":"","sources":["../../../../src/lib/componentFactory/flowComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,iBAAiB,EACjB,kBAAkB,IAAI,wBAAwB,EAC/C,MAAM,wBAAwB,CAAC;AAChC,OAAO,KAAK,EAEV,aAAa,EACb,iBAAiB,EACjB,YAAY,EAEZ,aAAa,EACd,MAAM,OAAO,CAAC;AAEf,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAczD,KAAK,OAAO,CAAC,CAAC,IAAI,CAAC,SAAS,aAAa,CAAC,MAAM,CAAC,CAAC,GAAG,CAAC,GAAG,SAAS,CAAC;AAEnE,MAAM,WAAW,kBAAkB,CAAC,CAAC,GAAG,cAAc,CACpD,SAAQ,eAAe,EAAE,aAAa,CAAC,CAAC,CAAC;IACzC;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,YAAY,CAAC;CACzB;AAED,MAAM,MAAM,gCAAgC,CAAC,CAAC,SAAS,iBAAiB,IACtE,IAAI,CAAC,wBAAwB,CAAC,CAAC,CAAC,EAAE,MAAM,kBAAkB,CAAC,GACzD,aAAa,CAAC,OAAO,CAAC,wBAAwB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;AAExD,KAAK,+BAA+B,CAAC,CAAC,SAAS,iBAAiB,IAC9D,aAAa,CAAC,gCAAgC,CAAC,CAAC,CAAC,CAAC,CAAC;AAErD,KAAK,iBAAiB,CAAC,CAAC,SAAS,iBAAiB,IAAI,iBAAiB,CACrE,wBAAwB,CAAC,CAAC,CAAC,GACzB,aAAa,CAAC,OAAO,CAAC,wBAAwB,CAAC,CAAC,CAAC,CAAC,CAAC,CACtD,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG,UAAU,GAAG,IAAI,GAAG,QAAQ,CAAC;AAEtE,UAAU,OAAO;IACf,IAAI,CAAC,EAAE,0BAA0B,CAAC;IAClC,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED,wBAAgB,aAAa,CAAC,CAAC,SAAS,iBAAiB,EACvD,aAAa,EAAE,CAAC,EAChB,2BAA2B,EAAE,+BAA+B,CAAC,CAAC,CAAC,EAC/D,OAAO,GAAE,OAAY,GACpB,iBAAiB,CAAC,CAAC,CAAC,
|
|
1
|
+
{"version":3,"file":"flowComponent.d.ts","sourceRoot":"","sources":["../../../../src/lib/componentFactory/flowComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,iBAAiB,EACjB,kBAAkB,IAAI,wBAAwB,EAC/C,MAAM,wBAAwB,CAAC;AAChC,OAAO,KAAK,EAEV,aAAa,EACb,iBAAiB,EACjB,YAAY,EAEZ,aAAa,EACd,MAAM,OAAO,CAAC;AAEf,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAczD,KAAK,OAAO,CAAC,CAAC,IAAI,CAAC,SAAS,aAAa,CAAC,MAAM,CAAC,CAAC,GAAG,CAAC,GAAG,SAAS,CAAC;AAEnE,MAAM,WAAW,kBAAkB,CAAC,CAAC,GAAG,cAAc,CACpD,SAAQ,eAAe,EAAE,aAAa,CAAC,CAAC,CAAC;IACzC;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,YAAY,CAAC;CACzB;AAED,MAAM,MAAM,gCAAgC,CAAC,CAAC,SAAS,iBAAiB,IACtE,IAAI,CAAC,wBAAwB,CAAC,CAAC,CAAC,EAAE,MAAM,kBAAkB,CAAC,GACzD,aAAa,CAAC,OAAO,CAAC,wBAAwB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;AAExD,KAAK,+BAA+B,CAAC,CAAC,SAAS,iBAAiB,IAC9D,aAAa,CAAC,gCAAgC,CAAC,CAAC,CAAC,CAAC,CAAC;AAErD,KAAK,iBAAiB,CAAC,CAAC,SAAS,iBAAiB,IAAI,iBAAiB,CACrE,wBAAwB,CAAC,CAAC,CAAC,GACzB,aAAa,CAAC,OAAO,CAAC,wBAAwB,CAAC,CAAC,CAAC,CAAC,CAAC,CACtD,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG,UAAU,GAAG,IAAI,GAAG,QAAQ,CAAC;AAEtE,UAAU,OAAO;IACf,IAAI,CAAC,EAAE,0BAA0B,CAAC;IAClC,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED,wBAAgB,aAAa,CAAC,CAAC,SAAS,iBAAiB,EACvD,aAAa,EAAE,CAAC,EAChB,2BAA2B,EAAE,+BAA+B,CAAC,CAAC,CAAC,EAC/D,OAAO,GAAE,OAAY,GACpB,iBAAiB,CAAC,CAAC,CAAC,CAoGtB"}
|
|
@@ -1,6 +1,37 @@
|
|
|
1
1
|
import { RemoteComponentRendererProps, RemoteTextRendererProps } from '@mittwald/remote-dom-react/host';
|
|
2
2
|
import { ReactNode } from 'react';
|
|
3
3
|
export declare function isRemoteComponentRendererProps(props: unknown): props is RemoteComponentRendererProps;
|
|
4
|
+
/**
|
|
5
|
+
* The text `children` are _themselves_ — plain strings and numbers locally,
|
|
6
|
+
* `RemoteTextRenderer` elements remotely — joined and trimmed. `undefined` when
|
|
7
|
+
* there is none.
|
|
8
|
+
*
|
|
9
|
+
* Text inside an element child is deliberately left out, because it belongs to
|
|
10
|
+
* that element rather than to the component being described:
|
|
11
|
+
* `<Option>Millennium Falcon <Badge>Latest</Badge></Option>` is the option
|
|
12
|
+
* "Millennium Falcon", not "Millennium Falcon Latest". A fragment is grouping
|
|
13
|
+
* rather than rendered output, so this looks through it.
|
|
14
|
+
*
|
|
15
|
+
* Use this over {@link extractTextFromFirstChild} when the question is "what
|
|
16
|
+
* does this read as", not "are the children one single text node".
|
|
17
|
+
*/
|
|
18
|
+
export declare const extractTextFromChildren: (children: ReactNode) => string | undefined;
|
|
19
|
+
/**
|
|
20
|
+
* Whether `children` render any text of their own — what `Button` and `Link`
|
|
21
|
+
* ask to tell a labelled control from an icon-only one. The same reading as
|
|
22
|
+
* {@link extractTextFromChildren}, so fragments are transparent and children
|
|
23
|
+
* that are only whitespace do not count as a label.
|
|
24
|
+
*/
|
|
25
|
+
export declare const containsTextChild: (children: ReactNode) => boolean;
|
|
26
|
+
/**
|
|
27
|
+
* The text of `children` when they are exactly one text node — locally a
|
|
28
|
+
* string, remotely a `RemoteTextRenderer` element. `undefined` for anything
|
|
29
|
+
* else, including a single string next to anything at all.
|
|
30
|
+
*
|
|
31
|
+
* That strictness is the point for its callers: `Markdown` takes it as the
|
|
32
|
+
* markdown source, and `Initials` and `Truncate` operate on the whole content.
|
|
33
|
+
* For "what does this read as", use {@link extractTextFromChildren}.
|
|
34
|
+
*/
|
|
4
35
|
export declare const extractTextFromFirstChild: (children: ReactNode) => string | undefined;
|
|
5
36
|
export declare function isRemoteTextRenderProps(props: unknown): props is RemoteTextRendererProps;
|
|
6
37
|
//# sourceMappingURL=remote.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"remote.d.ts","sourceRoot":"","sources":["../../../../src/lib/react/remote.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,4BAA4B,EAC5B,uBAAuB,EACxB,MAAM,iCAAiC,CAAC;AAEzC,OAAO,
|
|
1
|
+
{"version":3,"file":"remote.d.ts","sourceRoot":"","sources":["../../../../src/lib/react/remote.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,4BAA4B,EAC5B,uBAAuB,EACxB,MAAM,iCAAiC,CAAC;AAEzC,OAAO,EAKL,KAAK,SAAS,EACf,MAAM,OAAO,CAAC;AAEf,wBAAgB,8BAA8B,CAC5C,KAAK,EAAE,OAAO,GACb,KAAK,IAAI,4BAA4B,CAOvC;AAED;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,uBAAuB,GAClC,UAAU,SAAS,KAClB,MAAM,GAAG,SAIX,CAAC;AAuBF;;;;;GAKG;AACH,eAAO,MAAM,iBAAiB,GAAI,UAAU,SAAS,KAAG,OACP,CAAC;AAElD;;;;;;;;GAQG;AACH,eAAO,MAAM,yBAAyB,GAAI,UAAU,SAAS,uBAY5D,CAAC;AAEF,wBAAgB,uBAAuB,CACrC,KAAK,EAAE,OAAO,GACb,KAAK,IAAI,uBAAuB,CAQlC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDesignTokens.d.ts","sourceRoot":"","sources":["../../../../../src/lib/theming/hooks/useDesignTokens.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"useDesignTokens.d.ts","sourceRoot":"","sources":["../../../../../src/lib/theming/hooks/useDesignTokens.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAG3B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"props.d.ts","sourceRoot":"","sources":["../../../../src/lib/types/props.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE7D,eAAO,MAAM,WAAW,kEAMd,CAAC;AAEX,MAAM,MAAM,MAAM,GAAG,CAAC,OAAO,WAAW,CAAC,CAAC,MAAM,CAAC,CAAC;AAElD,MAAM,MAAM,eAAe,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,EAAE,CAAC,GAAG,OAAO,IAAI,CAAC,GAAG;IACxE,0BAA0B;IAC1B,MAAM,CAAC,EAAE,CAAC,CAAC;CACZ,CAAC;AAEF,MAAM,WAAW,eAAe;
|
|
1
|
+
{"version":3,"file":"props.d.ts","sourceRoot":"","sources":["../../../../src/lib/types/props.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE7D,eAAO,MAAM,WAAW,kEAMd,CAAC;AAEX,MAAM,MAAM,MAAM,GAAG,CAAC,OAAO,WAAW,CAAC,CAAC,MAAM,CAAC,CAAC;AAElD,MAAM,MAAM,eAAe,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,EAAE,CAAC,GAAG,OAAO,IAAI,CAAC,GAAG;IACxE,0BAA0B;IAC1B,MAAM,CAAC,EAAE,CAAC,CAAC;CACZ,CAAC;AAEF,MAAM,WAAW,eAAe;CAe/B;AAED,MAAM,WAAW,kBAAkB;IACjC,+BAA+B;IAC/B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,MAAM,oBAAoB,CAC9B,CAAC,SAAS,MAAM,qBAAqB,GAAG,KAAK,IAC3C,cAAc,CAAC,WAAW,CAAC,GAAG;IAChC,yEAAyE;IACzE,WAAW,CAAC,EAAE,CAAC,GAAG,eAAe,CAAC;CACnC,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG,IAAI,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,CAAC;AAEpE,MAAM,WAAW,gCAAgC;IAC/C;;;;OAIG;IACH,uBAAuB,CAAC,EAAE,uBAAuB,CAAC;CACnD;AAED,eAAO,MAAM,WAAW,2DAKd,CAAC;AAEX,MAAM,MAAM,UAAU,GAAG,CAAC,OAAO,WAAW,CAAC,CAAC,MAAM,CAAC,CAAC;AAEtD,wBAAgB,YAAY,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,UAAU,CAE/D"}
|