@tactics/lokaal-loket 0.2.38 → 0.2.39

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/build/index.d.cts CHANGED
@@ -1412,6 +1412,45 @@ interface IPlatform {
1412
1412
 
1413
1413
  declare const Platform: ({ label }: IPlatform) => react_jsx_runtime.JSX.Element;
1414
1414
 
1415
+ interface SimpleAutocompleteI<T> {
1416
+ name: string;
1417
+ label?: string;
1418
+ description?: string;
1419
+ required: boolean;
1420
+ readyForInput: boolean;
1421
+ loadingPlaceholder?: string;
1422
+ placeholder?: string;
1423
+ ariaLabel?: string;
1424
+ withIconBefore?: React__default.ReactElement<IIcon>;
1425
+ withIconAfter?: React__default.ReactElement<IIcon>;
1426
+ debounceTime?: number;
1427
+ htmlFor?: string;
1428
+ options: T[];
1429
+ optionDefault?: T;
1430
+ optionToDisplay: (option: T) => React__default.ReactNode;
1431
+ optionToDisplayWhenSelected?: (option: T) => React__default.ReactNode;
1432
+ optionToInputValue: (option: T) => string;
1433
+ onSelected?: (e: AutocompleteSelectEvent<T>) => void;
1434
+ onInputChange?: (e: AutocompleteChangeEvent) => void;
1435
+ onNavigate?: (e: AutocompleteOptionNavigatedEvent<T>) => void;
1436
+ onBlur?: (e: SimpleAutocompleteBlurEvent) => void;
1437
+ onFocus?: (e: SimpleAutocompleteFocusEvent) => void;
1438
+ }
1439
+ interface SimpleAutocompleteBlurEvent extends AutocompleteBlurEvent {
1440
+ }
1441
+ interface SimpleAutocompleteFocusEvent extends AutocompleteFocusEvent {
1442
+ }
1443
+
1444
+ interface SimpleAutocompleteHandle<T> {
1445
+ setInput: (value: string) => void;
1446
+ setSelected: (value: T) => void;
1447
+ focus: () => void;
1448
+ blur: () => void;
1449
+ }
1450
+ declare const SimpleAutocomplete: <T>(props: SimpleAutocompleteI<T> & {
1451
+ ref?: Ref<SimpleAutocompleteHandle<T>>;
1452
+ }) => React__default.ReactNode;
1453
+
1415
1454
  interface IOverlayNavigation extends IOverlayNavigationBase {
1416
1455
  }
1417
1456
  interface IOverlayNavigationHeader {
@@ -3710,4 +3749,4 @@ interface IContextProviderOffsetViewportHeightType extends IContextOffsetViewpor
3710
3749
  }
3711
3750
  declare const ContextProviderOffsetViewportHeight: (props: IContextProviderOffsetViewportHeightType) => react_jsx_runtime.JSX.Element;
3712
3751
 
3713
- export { Accordeon, AccordeonContext, AccordeonGroupProvider, AccountSectionContent, AccountSectionHeader, AccountSectionPlatform, AccountSectionProfile, AccountSectionRegister, ActionMenu, type AutoCompleteContextType, type AutocompleteBlurEvent, type AutocompleteChangeEvent, type AutocompleteFocusEvent, type AutocompleteI, AutocompleteInput, type AutocompleteInputI, AutocompleteOption, type AutocompleteOptionNavigatedEvent, AutocompleteOptionSelected, AutocompleteOptions, type AutocompleteOptionsI, type AutocompleteSelectEvent, Backdrop, BackdropContext, BackdropProvider, Badge, BadgeSize, BadgeTitle, BadgeType, BigPick, BlockLink, BlockRadio, BlockRadioContext, Blur, BlurContext, BlurProvider, Bookmarks, BottomNavigation, Brand, Breadcrumb, Burger, Button, ButtonContext, ButtonGroup, ButtonInput, ButtonType, Card, CardFavorite, CategoryLink, Chat, ChatUnread, Checkbox, CheckboxContext, Choice, ChoiceContext, Cluster, Collapsable, CollapsableContext, CollapsableProvider, CollapsableRatio, Collapse, ColoredBox, CompactDetailsSectionGeneral, CompactDetailsSectionHeader, CompactDetailsSectionHours, CompactHeader, CompactHeaderOverlay, type CompactHeaderOverlayHandle, Confirm, ConfirmModal, Container, ContainerPaddingType, ContextProviderOffsetViewportHeight, Count, Cover, CoverRatio, Cta, DailCode, DailCodeOption, DataTable, DataTableCellType, DateInput, type DateInputLanguage, DateInputValueToIso, DaySelect, Details, DetailsBody, DetailsHeader, DetailsSectionBack, DetailsSectionBasic, DetailsSectionDecorated, DetailsSectionFacilities, DetailsSectionGallery, DetailsSectionGeneral, DetailsSectionHeader, DetailsSectionHours, DetailsSectionMap, DetailsSectionPrice, DetailsSectionQuote, DetailsSectionTitle, DetailsSectionVacation, Dock, Drawer, DrawerContext, DrawerProvider, DrawerSize, Dropdown, DropdownContext, Empty, Expand, Faq, FavoritesSectionConfirm, FavoritesSectionEmpty, FavoritesSectionHeader, FavoritesSectionList, Favoured, Feature, Features, Figure, FigureHeading, FigureLink, FigureSize, FigureType, Flip, FlyoutArrangementFull, FlyoutArrangementSplit, FlyoutHeading, Footer, FooterNavigation, Form, FormElement, type FormHandle, FormItem, FormMessage, FormMessageType, FullScreen, Gallery, GoogleDirectionsRendererContext, GoogleDirectionsRendererProvider, GoogleDirectionsServiceContext, GoogleDirectionsServiceProvider, GoogleDistanceBetween, GoogleGeocoderContext, GoogleGeocoderProvider, GoogleGeometryContext, GoogleGeometryProvider, GoogleGetDirections, GoogleLatLngToPoint, GoogleLatLngToPosition, GoogleLatLngToTerminal, GooglePlacesContext, GooglePlacesProvider, GooglePointsAtDistanceFromPolyline, GoogleProcessingProvider, type GoogleProcessingProviderProps, GoogleRoutesToMapRoutes, GoogleZoomLevelForRoute, Grid, type GridGap, type GridItemProps, type GridProps, HTMLInputType, Header, HeaderContext, Heading, type HeadingArrangementI, HomeSectionCards, HomeSectionFaq, HomeSectionGettingStarted, HomeSectionLeftSplit, HorizontalScrollContainer, HorizontalTabs, HoursTable, Hr, HtmlHeading, type IAccordeon, type IAccountSectionContent, type IAccountSectionHeader, type IAccountSectionPlatform, type IAccountSectionProfile, type IAccountSectionRegister, type IActionMenu, type IActionMenuItem, type IActionMenuToggleItem, type IBackdrop, type IBackdropProvider, type IBadge, type IBadgeTitle, type IBigPick, type IBlockLink, type IBlockRadio, type IBlur, type IBlurProvider, type IBookmarks, type IBottomNavigation, type IBound, type IBrand, type IBreadcrumb, type IBurger, type IButton, type IButtonGroup, type IButtonInput, type ICard, type ICardFavorite, type ICategoryLink, type IChat, type ICheckbox, type IChoice, type IClusterOptions, type ICollapsable, type ICollapsableProvider, type ICollapse, type IColoredBox, type ICompactDetailsSectionGeneral, type ICompactDetailsSectionHeader, type ICompactDetailsSectionHours, type ICompactHeader, type IConfirm, type IConfirmModal, type IContactData, type IContainerArrangement, type ICount, type ICover, type ICta, type IDailCode, type IDailCodeOption, type IDataTable, type IDataTableBody, type IDataTableCell, type IDataTableHead, type IDataTableRow, type IDateInput, type IDateInputDate, type IDaySelect, type IDetails, type IDetailsBody, type IDetailsHeader, type IDetailsSectionBack, type IDetailsSectionBasic, type IDetailsSectionDecorated, type IDetailsSectionFacilities, type IDetailsSectionGallery, type IDetailsSectionGeneral, type IDetailsSectionHeader, type IDetailsSectionHours, type IDetailsSectionMap, type IDetailsSectionPrice, type IDetailsSectionQuote, type IDetailsSectionTitle, type IDetailsSectionVacation, type IDock, type IDockItem, type IDrawer, type IDrawerProvider, type IDropdown, type IEmpty, type IExpand, type IFaq, type IFavoritesSectionConfirm, type IFavoritesSectionEmpty, type IFavoritesSectionHeader, type IFavoritesSectionList, type IFavoured, type IFeature, type IFeatures, type IFigure, type IFigureHeading, type IFigureLink, type IFlip, type IFlyoutArrangementFull, type IFlyoutArrangementSplit, type IFooter, type IFooterNavigation, type IForm, type IFormElement, type IFormItem, type IFormMessage, type IFullScreen, type IGallery, type IHeader, type IHeaderBottom, type IHeaderContent, type IHeaderTop, type IHeading, type IHomeSectionCards, type IHomeSectionFaq, type IHomeSectionGettingStarted, type IHomeSectionLeftSplit, type IHorizontalScrollContainer, type IHoursTable, type IHoursTableRow, type IHr, type IIcon, type IInfoCard, type IInfoTable, type IInfoTableItem, type IInformation, type IInformationTooltip, type IInput, type IInstruction, type ILabel, type ILabeledIcon, type ILayoutSwitch, type ILink, type ILinkGroup, type IList, type IListCard, type ILogo, type IMapControl, type IMapLegend, type IMapLegendItem, type IMapLegendLabel, type IMapLoading, type IMapPoint, type IMapPointProperties, type IMapPoints, type IMapRoute, type IMapRouteLeg, type IMapRouteLegProperties, type IMapRouteLegStep, type IMapRouteLegStepProperties, type IMapRouteLegSteps, type IMapRouteLegs, type IMapRouteProperties, type IMapRoutes, type IMapTerminal, type IMapTerminalProperties, type IMapTerminals, type IMaskedImage, type IMessage, type IMinimalCard, type IMinimalHeader, type IModal, type IModalProvider, type IMonitorSectionDashboard, type IMonitorSectionList, type INavigation, type INavigationItem, type INoResults, type INoneAvailable, type INotification, type INotificationIcon, type IObjectHeader, type IOnboarding, type IOnboardingButton, type IOops, type IOopsError, type IOpeningHoursSelect, type IOverlay, type IOverlayNavigation, type IOverlayNavigationFooter, type IOverlayNavigationHeader, type IOverlayProvider, type IPadding, type IPaddingCssItem, type IPaddingItem, type IPage, type IPageHeader$1 as IPageHeader, type IPagination, type IPick, type IPill, type IPillCheckbox, type IPillStatus, type IPillStatusLegend, type IPillStatusLegendDot, type IPin, type IPlaceholderPhoto, type IPlainText, type IPlatform, type IPosition, type IProfileNavigation, type IProfileRequestsSectionConfirmModal, type IProfileRequestsSectionEmpty, type IProfileSectionHeader, type IProfileSectionMessages, type IProfileSectionRequest, type IProfileSectionRequestContent, type IProfileSectionRequests, type IProfileSectionThread, type IProgress, type IProgressSteps, type IQuote, type IRadio, type IRecentItems, type IRecord, type IRecords, type IRequestArrangementConfirm, type IRequestArrangementHeader, type IRequestDetailsCard, type IRequestSummary, type IRequestSummaryContainer, type IRequestsSectionFooter, type IRequestsSectionHeader, type IRequestsSectionList, type IRequestsSectionMessage, type IResultHeading, type ISafeHtml, type ISafeHtmlMessage, type ISafeHtmlMessagePreview, type IScheduleSelect, type IScheduleSelectHeader, type IScheduleSelectRow, type IScreen, type IScrollContainer, type ISearchFilters, type ISearchFiltersItem, type ISearchFiltersModal, type ISearchFiltersOverlay, type ISearchInputs, type ISearchInputsElement, type ISearchInputsLabel, type ISearchInputsLabelWithIcon, type ISearchInputsOverlayInput, type ISearchPage, type ISearchProvider, type ISearchSectionEmpty, type ISearchSectionFilters, type ISearchSectionNotAvailable, type ISearchSectionResults, type ISearchWithMapPage, type ISelectionHeader, type ISharedSectionFooter, type IShoppingCartAction, type IStatBlock, type IStatBlockList, type IStatus, type IStatusSectionBasic, type IStatusSummary, type IStatusSummaryList, type ISummary, type ISummaryItem, type ISurface, type ISwipe, type ISwipeable, type ITabGroup, type ITabGroupItem, type ITable, type ITableBody, type ITableCell, type ITableHead, type ITableRow, type ITag, type ITerm, type ITextArea, type ITextMessage, type ITextualContent, type IThread, type IThreadGroup, type IThreadMessage, type IThreadMessagesUnread, type IThreadNoMessages, type IThreadPreview, type IToggle, type ITopNavigation, type ITopNavigationItemBase, type IUnFavoured, type IVerticalTabs, type IVerticalTabsItem, type IWave, type IWizard, type IWizardArrangementInlineControlled, type IWizardArrangementLeftOnly, type IWizardArrangementSplitBox, type IWizardControls, type IWizardProvider, type IWizardSplit, type IWizardStep, type IWizardStepProvider, Icon, IconContext, IconSize, IconType, InfoCard, InfoTable, Information, InformationBackground, InformationTooltip, InformationVariant, InlineSelectIconAsOption, InlineSelectIconAsOptionSelected, InlineSelectLabelAsOption, InlineSelectLabelAsOptionSelected, type InlineSelectOptionI, Input, InputButtonContext, type InputButtonContextType, InputContext, Instruction, IsoToDateInputValue, ItemType, Label, LabelSize, LabeledIcon, LayoutSwitch, Link, LinkContext, LinkGroup, List, ListCard, ListType, Location, type LocationHandle, type LocationI, Logo, LogoSize, MapControlContainer, MapLegend, MapLegendItem, MapLegendLabel, MapLoading, type MapPointType, type MapTerminalType, MaskType, MaskedImage, Message, MinimalCard, MinimalHeader, Modal, ModalContext, ModalFooterSticky, ModalHeaderSticky, ModalPaddedContent, ModalProvider, ModalSize, MonitorSectionDashboard, MonitorSectionList, Name, type NameHandle, type NameI, Navigation, NoResults, NoneAvailable, Notification, NotificationIcon, ObjectHeader, Onboarding, OnboardingButton, Oops, OopsError, OpeningHoursSelect, type OpeningHoursSelectHours, Openinghours, type OpeninghoursI, Overlay, OverlayContext, OverlayHeading, OverlayNavigation, OverlayNavigationFooter, OverlayNavigationHeader, OverlayProvider, OverlaySize, Padding, Page, PageHeader, PageHeading, Pagination, Pick, PickContext, Pill, PillCheckbox, PillStatus, PillStatusLegend, PillStatusLegendDot, PillStatusState, Pin, PinType, PlaceholderPhoto, PlaceholderPhotoRatio, PlaceholderPhotoType, PlainText, Platform, Position, ProcessingContext, type ProcessingContextType, ProcessingProvider, ProfileNavigation, type ProfileNavigationItemThemeableProps, type ProfileNavigationThemeableProps, ProfileRequestsSectionConfirmModal, ProfileRequestsSectionEmpty, ProfileSectionHeader, ProfileSectionMessages, ProfileSectionRequest, ProfileSectionRequestContent, ProfileSectionRequests, ProfileSectionThread, Progress, ProgressSteps, type PropsForThemeModeProvider, Quote, Radio, RadioContext, RecentItems, Record, Records, RequestArrangementConfirm, RequestArrangementHeader, RequestDetailsCard, RequestSummary, RequestSummaryContainer, RequestSummarySize, RequestsSectionFooter, RequestsSectionHeader, RequestsSectionList, RequestsSectionMessage, ResultHeading, Route, type RouteHandle, type RouteI, RouteMap, type RouteMapHandle, SafeHtml, SafeHtmlMessage, SafeHtmlMessagePreview, ScaledFigure, ScaledIcon, ScheduleSelect, Screen, ScrollContainer, SearchContext, SearchFilters, SearchFiltersItem, SearchFiltersLabel, SearchFiltersModal, SearchFiltersOverlay, SearchInputs, SearchInputsElement, SearchInputsLabel, SearchInputsLabelWithIcon, SearchInputsOverlay, SearchInputsOverlayInput, SearchPage, SearchProvider, SearchSectionEmpty, SearchSectionFilters, SearchSectionNotAvailableModal, SearchSectionResults, SearchWithMapPage, type SelectBlurEvent, type SelectChangeEvent, type SelectFocusEvent, SelectionHeader, SharedSectionFooter, ShoppingCartAction, StatBlock, StatBlockList, StatBlockSize, StaticMap, type StaticMapHandle, Status, StatusCompact, StatusContext, StatusSectionBasic, StatusSummary, StatusSummaryList, StatusSummaryType, StyleProviderMbp, StyleVarsMbp, Summary, Surface, Swipe, Swipeable, TabBody, TabGroup, Table, TableCellType, TabsContext, TabsProvider, Tag, TagContext, Term, Terminal, TextAlignment, TextArea, TextAreaContext, TextDecoration, TextMessage, TextualContent, ThemeModeContext, ThemeModeProvider, Thread, ThreadGroup, ThreadMessage, ThreadMessagesUnread, ThreadNoMessages, ThreadPreview, Toggle, TopNavigation, type TravelMode, UnFavoured, VerticalTabs, Wave, WavePosition, WaveType, Wizard, WizardArrangementInlineControlled, WizardArrangementLeftOnly, WizardArrangementSplitBox, WizardContext, WizardControls, WizardHeader, WizardProvider, WizardSplit, WizardStep, WizardStepContext, WizardStepProvider, type ZoomLevels, useGoogleApiKey, useGoogleDirections, useGoogleDirectionsRenderer, useGoogleGeocoder, useGoogleGeometry, useGoogleMapId, useGooglePlaces, useHeader, useIsGoogleProcessing, useIsProcessing, useProcessing };
3752
+ export { Accordeon, AccordeonContext, AccordeonGroupProvider, AccountSectionContent, AccountSectionHeader, AccountSectionPlatform, AccountSectionProfile, AccountSectionRegister, ActionMenu, type AutoCompleteContextType, type AutocompleteBlurEvent, type AutocompleteChangeEvent, type AutocompleteFocusEvent, type AutocompleteI, AutocompleteInput, type AutocompleteInputI, AutocompleteOption, type AutocompleteOptionNavigatedEvent, AutocompleteOptionSelected, AutocompleteOptions, type AutocompleteOptionsI, type AutocompleteSelectEvent, Backdrop, BackdropContext, BackdropProvider, Badge, BadgeSize, BadgeTitle, BadgeType, BigPick, BlockLink, BlockRadio, BlockRadioContext, Blur, BlurContext, BlurProvider, Bookmarks, BottomNavigation, Brand, Breadcrumb, Burger, Button, ButtonContext, ButtonGroup, ButtonInput, ButtonType, Card, CardFavorite, CategoryLink, Chat, ChatUnread, Checkbox, CheckboxContext, Choice, ChoiceContext, Cluster, Collapsable, CollapsableContext, CollapsableProvider, CollapsableRatio, Collapse, ColoredBox, CompactDetailsSectionGeneral, CompactDetailsSectionHeader, CompactDetailsSectionHours, CompactHeader, CompactHeaderOverlay, type CompactHeaderOverlayHandle, Confirm, ConfirmModal, Container, ContainerPaddingType, ContextProviderOffsetViewportHeight, Count, Cover, CoverRatio, Cta, DailCode, DailCodeOption, DataTable, DataTableCellType, DateInput, type DateInputLanguage, DateInputValueToIso, DaySelect, Details, DetailsBody, DetailsHeader, DetailsSectionBack, DetailsSectionBasic, DetailsSectionDecorated, DetailsSectionFacilities, DetailsSectionGallery, DetailsSectionGeneral, DetailsSectionHeader, DetailsSectionHours, DetailsSectionMap, DetailsSectionPrice, DetailsSectionQuote, DetailsSectionTitle, DetailsSectionVacation, Dock, Drawer, DrawerContext, DrawerProvider, DrawerSize, Dropdown, DropdownContext, Empty, Expand, Faq, FavoritesSectionConfirm, FavoritesSectionEmpty, FavoritesSectionHeader, FavoritesSectionList, Favoured, Feature, Features, Figure, FigureHeading, FigureLink, FigureSize, FigureType, Flip, FlyoutArrangementFull, FlyoutArrangementSplit, FlyoutHeading, Footer, FooterNavigation, Form, FormElement, type FormHandle, FormItem, FormMessage, FormMessageType, FullScreen, Gallery, GoogleDirectionsRendererContext, GoogleDirectionsRendererProvider, GoogleDirectionsServiceContext, GoogleDirectionsServiceProvider, GoogleDistanceBetween, GoogleGeocoderContext, GoogleGeocoderProvider, GoogleGeometryContext, GoogleGeometryProvider, GoogleGetDirections, GoogleLatLngToPoint, GoogleLatLngToPosition, GoogleLatLngToTerminal, GooglePlacesContext, GooglePlacesProvider, GooglePointsAtDistanceFromPolyline, GoogleProcessingProvider, type GoogleProcessingProviderProps, GoogleRoutesToMapRoutes, GoogleZoomLevelForRoute, Grid, type GridGap, type GridItemProps, type GridProps, HTMLInputType, Header, HeaderContext, Heading, type HeadingArrangementI, HomeSectionCards, HomeSectionFaq, HomeSectionGettingStarted, HomeSectionLeftSplit, HorizontalScrollContainer, HorizontalTabs, HoursTable, Hr, HtmlHeading, type IAccordeon, type IAccountSectionContent, type IAccountSectionHeader, type IAccountSectionPlatform, type IAccountSectionProfile, type IAccountSectionRegister, type IActionMenu, type IActionMenuItem, type IActionMenuToggleItem, type IBackdrop, type IBackdropProvider, type IBadge, type IBadgeTitle, type IBigPick, type IBlockLink, type IBlockRadio, type IBlur, type IBlurProvider, type IBookmarks, type IBottomNavigation, type IBound, type IBrand, type IBreadcrumb, type IBurger, type IButton, type IButtonGroup, type IButtonInput, type ICard, type ICardFavorite, type ICategoryLink, type IChat, type ICheckbox, type IChoice, type IClusterOptions, type ICollapsable, type ICollapsableProvider, type ICollapse, type IColoredBox, type ICompactDetailsSectionGeneral, type ICompactDetailsSectionHeader, type ICompactDetailsSectionHours, type ICompactHeader, type IConfirm, type IConfirmModal, type IContactData, type IContainerArrangement, type ICount, type ICover, type ICta, type IDailCode, type IDailCodeOption, type IDataTable, type IDataTableBody, type IDataTableCell, type IDataTableHead, type IDataTableRow, type IDateInput, type IDateInputDate, type IDaySelect, type IDetails, type IDetailsBody, type IDetailsHeader, type IDetailsSectionBack, type IDetailsSectionBasic, type IDetailsSectionDecorated, type IDetailsSectionFacilities, type IDetailsSectionGallery, type IDetailsSectionGeneral, type IDetailsSectionHeader, type IDetailsSectionHours, type IDetailsSectionMap, type IDetailsSectionPrice, type IDetailsSectionQuote, type IDetailsSectionTitle, type IDetailsSectionVacation, type IDock, type IDockItem, type IDrawer, type IDrawerProvider, type IDropdown, type IEmpty, type IExpand, type IFaq, type IFavoritesSectionConfirm, type IFavoritesSectionEmpty, type IFavoritesSectionHeader, type IFavoritesSectionList, type IFavoured, type IFeature, type IFeatures, type IFigure, type IFigureHeading, type IFigureLink, type IFlip, type IFlyoutArrangementFull, type IFlyoutArrangementSplit, type IFooter, type IFooterNavigation, type IForm, type IFormElement, type IFormItem, type IFormMessage, type IFullScreen, type IGallery, type IHeader, type IHeaderBottom, type IHeaderContent, type IHeaderTop, type IHeading, type IHomeSectionCards, type IHomeSectionFaq, type IHomeSectionGettingStarted, type IHomeSectionLeftSplit, type IHorizontalScrollContainer, type IHoursTable, type IHoursTableRow, type IHr, type IIcon, type IInfoCard, type IInfoTable, type IInfoTableItem, type IInformation, type IInformationTooltip, type IInput, type IInstruction, type ILabel, type ILabeledIcon, type ILayoutSwitch, type ILink, type ILinkGroup, type IList, type IListCard, type ILogo, type IMapControl, type IMapLegend, type IMapLegendItem, type IMapLegendLabel, type IMapLoading, type IMapPoint, type IMapPointProperties, type IMapPoints, type IMapRoute, type IMapRouteLeg, type IMapRouteLegProperties, type IMapRouteLegStep, type IMapRouteLegStepProperties, type IMapRouteLegSteps, type IMapRouteLegs, type IMapRouteProperties, type IMapRoutes, type IMapTerminal, type IMapTerminalProperties, type IMapTerminals, type IMaskedImage, type IMessage, type IMinimalCard, type IMinimalHeader, type IModal, type IModalProvider, type IMonitorSectionDashboard, type IMonitorSectionList, type INavigation, type INavigationItem, type INoResults, type INoneAvailable, type INotification, type INotificationIcon, type IObjectHeader, type IOnboarding, type IOnboardingButton, type IOops, type IOopsError, type IOpeningHoursSelect, type IOverlay, type IOverlayNavigation, type IOverlayNavigationFooter, type IOverlayNavigationHeader, type IOverlayProvider, type IPadding, type IPaddingCssItem, type IPaddingItem, type IPage, type IPageHeader$1 as IPageHeader, type IPagination, type IPick, type IPill, type IPillCheckbox, type IPillStatus, type IPillStatusLegend, type IPillStatusLegendDot, type IPin, type IPlaceholderPhoto, type IPlainText, type IPlatform, type IPosition, type IProfileNavigation, type IProfileRequestsSectionConfirmModal, type IProfileRequestsSectionEmpty, type IProfileSectionHeader, type IProfileSectionMessages, type IProfileSectionRequest, type IProfileSectionRequestContent, type IProfileSectionRequests, type IProfileSectionThread, type IProgress, type IProgressSteps, type IQuote, type IRadio, type IRecentItems, type IRecord, type IRecords, type IRequestArrangementConfirm, type IRequestArrangementHeader, type IRequestDetailsCard, type IRequestSummary, type IRequestSummaryContainer, type IRequestsSectionFooter, type IRequestsSectionHeader, type IRequestsSectionList, type IRequestsSectionMessage, type IResultHeading, type ISafeHtml, type ISafeHtmlMessage, type ISafeHtmlMessagePreview, type IScheduleSelect, type IScheduleSelectHeader, type IScheduleSelectRow, type IScreen, type IScrollContainer, type ISearchFilters, type ISearchFiltersItem, type ISearchFiltersModal, type ISearchFiltersOverlay, type ISearchInputs, type ISearchInputsElement, type ISearchInputsLabel, type ISearchInputsLabelWithIcon, type ISearchInputsOverlayInput, type ISearchPage, type ISearchProvider, type ISearchSectionEmpty, type ISearchSectionFilters, type ISearchSectionNotAvailable, type ISearchSectionResults, type ISearchWithMapPage, type ISelectionHeader, type ISharedSectionFooter, type IShoppingCartAction, type IStatBlock, type IStatBlockList, type IStatus, type IStatusSectionBasic, type IStatusSummary, type IStatusSummaryList, type ISummary, type ISummaryItem, type ISurface, type ISwipe, type ISwipeable, type ITabGroup, type ITabGroupItem, type ITable, type ITableBody, type ITableCell, type ITableHead, type ITableRow, type ITag, type ITerm, type ITextArea, type ITextMessage, type ITextualContent, type IThread, type IThreadGroup, type IThreadMessage, type IThreadMessagesUnread, type IThreadNoMessages, type IThreadPreview, type IToggle, type ITopNavigation, type ITopNavigationItemBase, type IUnFavoured, type IVerticalTabs, type IVerticalTabsItem, type IWave, type IWizard, type IWizardArrangementInlineControlled, type IWizardArrangementLeftOnly, type IWizardArrangementSplitBox, type IWizardControls, type IWizardProvider, type IWizardSplit, type IWizardStep, type IWizardStepProvider, Icon, IconContext, IconSize, IconType, InfoCard, InfoTable, Information, InformationBackground, InformationTooltip, InformationVariant, InlineSelectIconAsOption, InlineSelectIconAsOptionSelected, InlineSelectLabelAsOption, InlineSelectLabelAsOptionSelected, type InlineSelectOptionI, Input, InputButtonContext, type InputButtonContextType, InputContext, Instruction, IsoToDateInputValue, ItemType, Label, LabelSize, LabeledIcon, LayoutSwitch, Link, LinkContext, LinkGroup, List, ListCard, ListType, Location, type LocationHandle, type LocationI, Logo, LogoSize, MapControlContainer, MapLegend, MapLegendItem, MapLegendLabel, MapLoading, type MapPointType, type MapTerminalType, MaskType, MaskedImage, Message, MinimalCard, MinimalHeader, Modal, ModalContext, ModalFooterSticky, ModalHeaderSticky, ModalPaddedContent, ModalProvider, ModalSize, MonitorSectionDashboard, MonitorSectionList, Name, type NameHandle, type NameI, Navigation, NoResults, NoneAvailable, Notification, NotificationIcon, ObjectHeader, Onboarding, OnboardingButton, Oops, OopsError, OpeningHoursSelect, type OpeningHoursSelectHours, Openinghours, type OpeninghoursI, Overlay, OverlayContext, OverlayHeading, OverlayNavigation, OverlayNavigationFooter, OverlayNavigationHeader, OverlayProvider, OverlaySize, Padding, Page, PageHeader, PageHeading, Pagination, Pick, PickContext, Pill, PillCheckbox, PillStatus, PillStatusLegend, PillStatusLegendDot, PillStatusState, Pin, PinType, PlaceholderPhoto, PlaceholderPhotoRatio, PlaceholderPhotoType, PlainText, Platform, Position, ProcessingContext, type ProcessingContextType, ProcessingProvider, ProfileNavigation, type ProfileNavigationItemThemeableProps, type ProfileNavigationThemeableProps, ProfileRequestsSectionConfirmModal, ProfileRequestsSectionEmpty, ProfileSectionHeader, ProfileSectionMessages, ProfileSectionRequest, ProfileSectionRequestContent, ProfileSectionRequests, ProfileSectionThread, Progress, ProgressSteps, type PropsForThemeModeProvider, Quote, Radio, RadioContext, RecentItems, Record, Records, RequestArrangementConfirm, RequestArrangementHeader, RequestDetailsCard, RequestSummary, RequestSummaryContainer, RequestSummarySize, RequestsSectionFooter, RequestsSectionHeader, RequestsSectionList, RequestsSectionMessage, ResultHeading, Route, type RouteHandle, type RouteI, RouteMap, type RouteMapHandle, SafeHtml, SafeHtmlMessage, SafeHtmlMessagePreview, ScaledFigure, ScaledIcon, ScheduleSelect, Screen, ScrollContainer, SearchContext, SearchFilters, SearchFiltersItem, SearchFiltersLabel, SearchFiltersModal, SearchFiltersOverlay, SearchInputs, SearchInputsElement, SearchInputsLabel, SearchInputsLabelWithIcon, SearchInputsOverlay, SearchInputsOverlayInput, SearchPage, SearchProvider, SearchSectionEmpty, SearchSectionFilters, SearchSectionNotAvailableModal, SearchSectionResults, SearchWithMapPage, type SelectBlurEvent, type SelectChangeEvent, type SelectFocusEvent, SelectionHeader, SharedSectionFooter, ShoppingCartAction, SimpleAutocomplete, type SimpleAutocompleteHandle, type SimpleAutocompleteI, StatBlock, StatBlockList, StatBlockSize, StaticMap, type StaticMapHandle, Status, StatusCompact, StatusContext, StatusSectionBasic, StatusSummary, StatusSummaryList, StatusSummaryType, StyleProviderMbp, StyleVarsMbp, Summary, Surface, Swipe, Swipeable, TabBody, TabGroup, Table, TableCellType, TabsContext, TabsProvider, Tag, TagContext, Term, Terminal, TextAlignment, TextArea, TextAreaContext, TextDecoration, TextMessage, TextualContent, ThemeModeContext, ThemeModeProvider, Thread, ThreadGroup, ThreadMessage, ThreadMessagesUnread, ThreadNoMessages, ThreadPreview, Toggle, TopNavigation, type TravelMode, UnFavoured, VerticalTabs, Wave, WavePosition, WaveType, Wizard, WizardArrangementInlineControlled, WizardArrangementLeftOnly, WizardArrangementSplitBox, WizardContext, WizardControls, WizardHeader, WizardProvider, WizardSplit, WizardStep, WizardStepContext, WizardStepProvider, type ZoomLevels, useGoogleApiKey, useGoogleDirections, useGoogleDirectionsRenderer, useGoogleGeocoder, useGoogleGeometry, useGoogleMapId, useGooglePlaces, useHeader, useIsGoogleProcessing, useIsProcessing, useProcessing };
package/build/index.d.ts CHANGED
@@ -1412,6 +1412,45 @@ interface IPlatform {
1412
1412
 
1413
1413
  declare const Platform: ({ label }: IPlatform) => react_jsx_runtime.JSX.Element;
1414
1414
 
1415
+ interface SimpleAutocompleteI<T> {
1416
+ name: string;
1417
+ label?: string;
1418
+ description?: string;
1419
+ required: boolean;
1420
+ readyForInput: boolean;
1421
+ loadingPlaceholder?: string;
1422
+ placeholder?: string;
1423
+ ariaLabel?: string;
1424
+ withIconBefore?: React__default.ReactElement<IIcon>;
1425
+ withIconAfter?: React__default.ReactElement<IIcon>;
1426
+ debounceTime?: number;
1427
+ htmlFor?: string;
1428
+ options: T[];
1429
+ optionDefault?: T;
1430
+ optionToDisplay: (option: T) => React__default.ReactNode;
1431
+ optionToDisplayWhenSelected?: (option: T) => React__default.ReactNode;
1432
+ optionToInputValue: (option: T) => string;
1433
+ onSelected?: (e: AutocompleteSelectEvent<T>) => void;
1434
+ onInputChange?: (e: AutocompleteChangeEvent) => void;
1435
+ onNavigate?: (e: AutocompleteOptionNavigatedEvent<T>) => void;
1436
+ onBlur?: (e: SimpleAutocompleteBlurEvent) => void;
1437
+ onFocus?: (e: SimpleAutocompleteFocusEvent) => void;
1438
+ }
1439
+ interface SimpleAutocompleteBlurEvent extends AutocompleteBlurEvent {
1440
+ }
1441
+ interface SimpleAutocompleteFocusEvent extends AutocompleteFocusEvent {
1442
+ }
1443
+
1444
+ interface SimpleAutocompleteHandle<T> {
1445
+ setInput: (value: string) => void;
1446
+ setSelected: (value: T) => void;
1447
+ focus: () => void;
1448
+ blur: () => void;
1449
+ }
1450
+ declare const SimpleAutocomplete: <T>(props: SimpleAutocompleteI<T> & {
1451
+ ref?: Ref<SimpleAutocompleteHandle<T>>;
1452
+ }) => React__default.ReactNode;
1453
+
1415
1454
  interface IOverlayNavigation extends IOverlayNavigationBase {
1416
1455
  }
1417
1456
  interface IOverlayNavigationHeader {
@@ -3710,4 +3749,4 @@ interface IContextProviderOffsetViewportHeightType extends IContextOffsetViewpor
3710
3749
  }
3711
3750
  declare const ContextProviderOffsetViewportHeight: (props: IContextProviderOffsetViewportHeightType) => react_jsx_runtime.JSX.Element;
3712
3751
 
3713
- export { Accordeon, AccordeonContext, AccordeonGroupProvider, AccountSectionContent, AccountSectionHeader, AccountSectionPlatform, AccountSectionProfile, AccountSectionRegister, ActionMenu, type AutoCompleteContextType, type AutocompleteBlurEvent, type AutocompleteChangeEvent, type AutocompleteFocusEvent, type AutocompleteI, AutocompleteInput, type AutocompleteInputI, AutocompleteOption, type AutocompleteOptionNavigatedEvent, AutocompleteOptionSelected, AutocompleteOptions, type AutocompleteOptionsI, type AutocompleteSelectEvent, Backdrop, BackdropContext, BackdropProvider, Badge, BadgeSize, BadgeTitle, BadgeType, BigPick, BlockLink, BlockRadio, BlockRadioContext, Blur, BlurContext, BlurProvider, Bookmarks, BottomNavigation, Brand, Breadcrumb, Burger, Button, ButtonContext, ButtonGroup, ButtonInput, ButtonType, Card, CardFavorite, CategoryLink, Chat, ChatUnread, Checkbox, CheckboxContext, Choice, ChoiceContext, Cluster, Collapsable, CollapsableContext, CollapsableProvider, CollapsableRatio, Collapse, ColoredBox, CompactDetailsSectionGeneral, CompactDetailsSectionHeader, CompactDetailsSectionHours, CompactHeader, CompactHeaderOverlay, type CompactHeaderOverlayHandle, Confirm, ConfirmModal, Container, ContainerPaddingType, ContextProviderOffsetViewportHeight, Count, Cover, CoverRatio, Cta, DailCode, DailCodeOption, DataTable, DataTableCellType, DateInput, type DateInputLanguage, DateInputValueToIso, DaySelect, Details, DetailsBody, DetailsHeader, DetailsSectionBack, DetailsSectionBasic, DetailsSectionDecorated, DetailsSectionFacilities, DetailsSectionGallery, DetailsSectionGeneral, DetailsSectionHeader, DetailsSectionHours, DetailsSectionMap, DetailsSectionPrice, DetailsSectionQuote, DetailsSectionTitle, DetailsSectionVacation, Dock, Drawer, DrawerContext, DrawerProvider, DrawerSize, Dropdown, DropdownContext, Empty, Expand, Faq, FavoritesSectionConfirm, FavoritesSectionEmpty, FavoritesSectionHeader, FavoritesSectionList, Favoured, Feature, Features, Figure, FigureHeading, FigureLink, FigureSize, FigureType, Flip, FlyoutArrangementFull, FlyoutArrangementSplit, FlyoutHeading, Footer, FooterNavigation, Form, FormElement, type FormHandle, FormItem, FormMessage, FormMessageType, FullScreen, Gallery, GoogleDirectionsRendererContext, GoogleDirectionsRendererProvider, GoogleDirectionsServiceContext, GoogleDirectionsServiceProvider, GoogleDistanceBetween, GoogleGeocoderContext, GoogleGeocoderProvider, GoogleGeometryContext, GoogleGeometryProvider, GoogleGetDirections, GoogleLatLngToPoint, GoogleLatLngToPosition, GoogleLatLngToTerminal, GooglePlacesContext, GooglePlacesProvider, GooglePointsAtDistanceFromPolyline, GoogleProcessingProvider, type GoogleProcessingProviderProps, GoogleRoutesToMapRoutes, GoogleZoomLevelForRoute, Grid, type GridGap, type GridItemProps, type GridProps, HTMLInputType, Header, HeaderContext, Heading, type HeadingArrangementI, HomeSectionCards, HomeSectionFaq, HomeSectionGettingStarted, HomeSectionLeftSplit, HorizontalScrollContainer, HorizontalTabs, HoursTable, Hr, HtmlHeading, type IAccordeon, type IAccountSectionContent, type IAccountSectionHeader, type IAccountSectionPlatform, type IAccountSectionProfile, type IAccountSectionRegister, type IActionMenu, type IActionMenuItem, type IActionMenuToggleItem, type IBackdrop, type IBackdropProvider, type IBadge, type IBadgeTitle, type IBigPick, type IBlockLink, type IBlockRadio, type IBlur, type IBlurProvider, type IBookmarks, type IBottomNavigation, type IBound, type IBrand, type IBreadcrumb, type IBurger, type IButton, type IButtonGroup, type IButtonInput, type ICard, type ICardFavorite, type ICategoryLink, type IChat, type ICheckbox, type IChoice, type IClusterOptions, type ICollapsable, type ICollapsableProvider, type ICollapse, type IColoredBox, type ICompactDetailsSectionGeneral, type ICompactDetailsSectionHeader, type ICompactDetailsSectionHours, type ICompactHeader, type IConfirm, type IConfirmModal, type IContactData, type IContainerArrangement, type ICount, type ICover, type ICta, type IDailCode, type IDailCodeOption, type IDataTable, type IDataTableBody, type IDataTableCell, type IDataTableHead, type IDataTableRow, type IDateInput, type IDateInputDate, type IDaySelect, type IDetails, type IDetailsBody, type IDetailsHeader, type IDetailsSectionBack, type IDetailsSectionBasic, type IDetailsSectionDecorated, type IDetailsSectionFacilities, type IDetailsSectionGallery, type IDetailsSectionGeneral, type IDetailsSectionHeader, type IDetailsSectionHours, type IDetailsSectionMap, type IDetailsSectionPrice, type IDetailsSectionQuote, type IDetailsSectionTitle, type IDetailsSectionVacation, type IDock, type IDockItem, type IDrawer, type IDrawerProvider, type IDropdown, type IEmpty, type IExpand, type IFaq, type IFavoritesSectionConfirm, type IFavoritesSectionEmpty, type IFavoritesSectionHeader, type IFavoritesSectionList, type IFavoured, type IFeature, type IFeatures, type IFigure, type IFigureHeading, type IFigureLink, type IFlip, type IFlyoutArrangementFull, type IFlyoutArrangementSplit, type IFooter, type IFooterNavigation, type IForm, type IFormElement, type IFormItem, type IFormMessage, type IFullScreen, type IGallery, type IHeader, type IHeaderBottom, type IHeaderContent, type IHeaderTop, type IHeading, type IHomeSectionCards, type IHomeSectionFaq, type IHomeSectionGettingStarted, type IHomeSectionLeftSplit, type IHorizontalScrollContainer, type IHoursTable, type IHoursTableRow, type IHr, type IIcon, type IInfoCard, type IInfoTable, type IInfoTableItem, type IInformation, type IInformationTooltip, type IInput, type IInstruction, type ILabel, type ILabeledIcon, type ILayoutSwitch, type ILink, type ILinkGroup, type IList, type IListCard, type ILogo, type IMapControl, type IMapLegend, type IMapLegendItem, type IMapLegendLabel, type IMapLoading, type IMapPoint, type IMapPointProperties, type IMapPoints, type IMapRoute, type IMapRouteLeg, type IMapRouteLegProperties, type IMapRouteLegStep, type IMapRouteLegStepProperties, type IMapRouteLegSteps, type IMapRouteLegs, type IMapRouteProperties, type IMapRoutes, type IMapTerminal, type IMapTerminalProperties, type IMapTerminals, type IMaskedImage, type IMessage, type IMinimalCard, type IMinimalHeader, type IModal, type IModalProvider, type IMonitorSectionDashboard, type IMonitorSectionList, type INavigation, type INavigationItem, type INoResults, type INoneAvailable, type INotification, type INotificationIcon, type IObjectHeader, type IOnboarding, type IOnboardingButton, type IOops, type IOopsError, type IOpeningHoursSelect, type IOverlay, type IOverlayNavigation, type IOverlayNavigationFooter, type IOverlayNavigationHeader, type IOverlayProvider, type IPadding, type IPaddingCssItem, type IPaddingItem, type IPage, type IPageHeader$1 as IPageHeader, type IPagination, type IPick, type IPill, type IPillCheckbox, type IPillStatus, type IPillStatusLegend, type IPillStatusLegendDot, type IPin, type IPlaceholderPhoto, type IPlainText, type IPlatform, type IPosition, type IProfileNavigation, type IProfileRequestsSectionConfirmModal, type IProfileRequestsSectionEmpty, type IProfileSectionHeader, type IProfileSectionMessages, type IProfileSectionRequest, type IProfileSectionRequestContent, type IProfileSectionRequests, type IProfileSectionThread, type IProgress, type IProgressSteps, type IQuote, type IRadio, type IRecentItems, type IRecord, type IRecords, type IRequestArrangementConfirm, type IRequestArrangementHeader, type IRequestDetailsCard, type IRequestSummary, type IRequestSummaryContainer, type IRequestsSectionFooter, type IRequestsSectionHeader, type IRequestsSectionList, type IRequestsSectionMessage, type IResultHeading, type ISafeHtml, type ISafeHtmlMessage, type ISafeHtmlMessagePreview, type IScheduleSelect, type IScheduleSelectHeader, type IScheduleSelectRow, type IScreen, type IScrollContainer, type ISearchFilters, type ISearchFiltersItem, type ISearchFiltersModal, type ISearchFiltersOverlay, type ISearchInputs, type ISearchInputsElement, type ISearchInputsLabel, type ISearchInputsLabelWithIcon, type ISearchInputsOverlayInput, type ISearchPage, type ISearchProvider, type ISearchSectionEmpty, type ISearchSectionFilters, type ISearchSectionNotAvailable, type ISearchSectionResults, type ISearchWithMapPage, type ISelectionHeader, type ISharedSectionFooter, type IShoppingCartAction, type IStatBlock, type IStatBlockList, type IStatus, type IStatusSectionBasic, type IStatusSummary, type IStatusSummaryList, type ISummary, type ISummaryItem, type ISurface, type ISwipe, type ISwipeable, type ITabGroup, type ITabGroupItem, type ITable, type ITableBody, type ITableCell, type ITableHead, type ITableRow, type ITag, type ITerm, type ITextArea, type ITextMessage, type ITextualContent, type IThread, type IThreadGroup, type IThreadMessage, type IThreadMessagesUnread, type IThreadNoMessages, type IThreadPreview, type IToggle, type ITopNavigation, type ITopNavigationItemBase, type IUnFavoured, type IVerticalTabs, type IVerticalTabsItem, type IWave, type IWizard, type IWizardArrangementInlineControlled, type IWizardArrangementLeftOnly, type IWizardArrangementSplitBox, type IWizardControls, type IWizardProvider, type IWizardSplit, type IWizardStep, type IWizardStepProvider, Icon, IconContext, IconSize, IconType, InfoCard, InfoTable, Information, InformationBackground, InformationTooltip, InformationVariant, InlineSelectIconAsOption, InlineSelectIconAsOptionSelected, InlineSelectLabelAsOption, InlineSelectLabelAsOptionSelected, type InlineSelectOptionI, Input, InputButtonContext, type InputButtonContextType, InputContext, Instruction, IsoToDateInputValue, ItemType, Label, LabelSize, LabeledIcon, LayoutSwitch, Link, LinkContext, LinkGroup, List, ListCard, ListType, Location, type LocationHandle, type LocationI, Logo, LogoSize, MapControlContainer, MapLegend, MapLegendItem, MapLegendLabel, MapLoading, type MapPointType, type MapTerminalType, MaskType, MaskedImage, Message, MinimalCard, MinimalHeader, Modal, ModalContext, ModalFooterSticky, ModalHeaderSticky, ModalPaddedContent, ModalProvider, ModalSize, MonitorSectionDashboard, MonitorSectionList, Name, type NameHandle, type NameI, Navigation, NoResults, NoneAvailable, Notification, NotificationIcon, ObjectHeader, Onboarding, OnboardingButton, Oops, OopsError, OpeningHoursSelect, type OpeningHoursSelectHours, Openinghours, type OpeninghoursI, Overlay, OverlayContext, OverlayHeading, OverlayNavigation, OverlayNavigationFooter, OverlayNavigationHeader, OverlayProvider, OverlaySize, Padding, Page, PageHeader, PageHeading, Pagination, Pick, PickContext, Pill, PillCheckbox, PillStatus, PillStatusLegend, PillStatusLegendDot, PillStatusState, Pin, PinType, PlaceholderPhoto, PlaceholderPhotoRatio, PlaceholderPhotoType, PlainText, Platform, Position, ProcessingContext, type ProcessingContextType, ProcessingProvider, ProfileNavigation, type ProfileNavigationItemThemeableProps, type ProfileNavigationThemeableProps, ProfileRequestsSectionConfirmModal, ProfileRequestsSectionEmpty, ProfileSectionHeader, ProfileSectionMessages, ProfileSectionRequest, ProfileSectionRequestContent, ProfileSectionRequests, ProfileSectionThread, Progress, ProgressSteps, type PropsForThemeModeProvider, Quote, Radio, RadioContext, RecentItems, Record, Records, RequestArrangementConfirm, RequestArrangementHeader, RequestDetailsCard, RequestSummary, RequestSummaryContainer, RequestSummarySize, RequestsSectionFooter, RequestsSectionHeader, RequestsSectionList, RequestsSectionMessage, ResultHeading, Route, type RouteHandle, type RouteI, RouteMap, type RouteMapHandle, SafeHtml, SafeHtmlMessage, SafeHtmlMessagePreview, ScaledFigure, ScaledIcon, ScheduleSelect, Screen, ScrollContainer, SearchContext, SearchFilters, SearchFiltersItem, SearchFiltersLabel, SearchFiltersModal, SearchFiltersOverlay, SearchInputs, SearchInputsElement, SearchInputsLabel, SearchInputsLabelWithIcon, SearchInputsOverlay, SearchInputsOverlayInput, SearchPage, SearchProvider, SearchSectionEmpty, SearchSectionFilters, SearchSectionNotAvailableModal, SearchSectionResults, SearchWithMapPage, type SelectBlurEvent, type SelectChangeEvent, type SelectFocusEvent, SelectionHeader, SharedSectionFooter, ShoppingCartAction, StatBlock, StatBlockList, StatBlockSize, StaticMap, type StaticMapHandle, Status, StatusCompact, StatusContext, StatusSectionBasic, StatusSummary, StatusSummaryList, StatusSummaryType, StyleProviderMbp, StyleVarsMbp, Summary, Surface, Swipe, Swipeable, TabBody, TabGroup, Table, TableCellType, TabsContext, TabsProvider, Tag, TagContext, Term, Terminal, TextAlignment, TextArea, TextAreaContext, TextDecoration, TextMessage, TextualContent, ThemeModeContext, ThemeModeProvider, Thread, ThreadGroup, ThreadMessage, ThreadMessagesUnread, ThreadNoMessages, ThreadPreview, Toggle, TopNavigation, type TravelMode, UnFavoured, VerticalTabs, Wave, WavePosition, WaveType, Wizard, WizardArrangementInlineControlled, WizardArrangementLeftOnly, WizardArrangementSplitBox, WizardContext, WizardControls, WizardHeader, WizardProvider, WizardSplit, WizardStep, WizardStepContext, WizardStepProvider, type ZoomLevels, useGoogleApiKey, useGoogleDirections, useGoogleDirectionsRenderer, useGoogleGeocoder, useGoogleGeometry, useGoogleMapId, useGooglePlaces, useHeader, useIsGoogleProcessing, useIsProcessing, useProcessing };
3752
+ export { Accordeon, AccordeonContext, AccordeonGroupProvider, AccountSectionContent, AccountSectionHeader, AccountSectionPlatform, AccountSectionProfile, AccountSectionRegister, ActionMenu, type AutoCompleteContextType, type AutocompleteBlurEvent, type AutocompleteChangeEvent, type AutocompleteFocusEvent, type AutocompleteI, AutocompleteInput, type AutocompleteInputI, AutocompleteOption, type AutocompleteOptionNavigatedEvent, AutocompleteOptionSelected, AutocompleteOptions, type AutocompleteOptionsI, type AutocompleteSelectEvent, Backdrop, BackdropContext, BackdropProvider, Badge, BadgeSize, BadgeTitle, BadgeType, BigPick, BlockLink, BlockRadio, BlockRadioContext, Blur, BlurContext, BlurProvider, Bookmarks, BottomNavigation, Brand, Breadcrumb, Burger, Button, ButtonContext, ButtonGroup, ButtonInput, ButtonType, Card, CardFavorite, CategoryLink, Chat, ChatUnread, Checkbox, CheckboxContext, Choice, ChoiceContext, Cluster, Collapsable, CollapsableContext, CollapsableProvider, CollapsableRatio, Collapse, ColoredBox, CompactDetailsSectionGeneral, CompactDetailsSectionHeader, CompactDetailsSectionHours, CompactHeader, CompactHeaderOverlay, type CompactHeaderOverlayHandle, Confirm, ConfirmModal, Container, ContainerPaddingType, ContextProviderOffsetViewportHeight, Count, Cover, CoverRatio, Cta, DailCode, DailCodeOption, DataTable, DataTableCellType, DateInput, type DateInputLanguage, DateInputValueToIso, DaySelect, Details, DetailsBody, DetailsHeader, DetailsSectionBack, DetailsSectionBasic, DetailsSectionDecorated, DetailsSectionFacilities, DetailsSectionGallery, DetailsSectionGeneral, DetailsSectionHeader, DetailsSectionHours, DetailsSectionMap, DetailsSectionPrice, DetailsSectionQuote, DetailsSectionTitle, DetailsSectionVacation, Dock, Drawer, DrawerContext, DrawerProvider, DrawerSize, Dropdown, DropdownContext, Empty, Expand, Faq, FavoritesSectionConfirm, FavoritesSectionEmpty, FavoritesSectionHeader, FavoritesSectionList, Favoured, Feature, Features, Figure, FigureHeading, FigureLink, FigureSize, FigureType, Flip, FlyoutArrangementFull, FlyoutArrangementSplit, FlyoutHeading, Footer, FooterNavigation, Form, FormElement, type FormHandle, FormItem, FormMessage, FormMessageType, FullScreen, Gallery, GoogleDirectionsRendererContext, GoogleDirectionsRendererProvider, GoogleDirectionsServiceContext, GoogleDirectionsServiceProvider, GoogleDistanceBetween, GoogleGeocoderContext, GoogleGeocoderProvider, GoogleGeometryContext, GoogleGeometryProvider, GoogleGetDirections, GoogleLatLngToPoint, GoogleLatLngToPosition, GoogleLatLngToTerminal, GooglePlacesContext, GooglePlacesProvider, GooglePointsAtDistanceFromPolyline, GoogleProcessingProvider, type GoogleProcessingProviderProps, GoogleRoutesToMapRoutes, GoogleZoomLevelForRoute, Grid, type GridGap, type GridItemProps, type GridProps, HTMLInputType, Header, HeaderContext, Heading, type HeadingArrangementI, HomeSectionCards, HomeSectionFaq, HomeSectionGettingStarted, HomeSectionLeftSplit, HorizontalScrollContainer, HorizontalTabs, HoursTable, Hr, HtmlHeading, type IAccordeon, type IAccountSectionContent, type IAccountSectionHeader, type IAccountSectionPlatform, type IAccountSectionProfile, type IAccountSectionRegister, type IActionMenu, type IActionMenuItem, type IActionMenuToggleItem, type IBackdrop, type IBackdropProvider, type IBadge, type IBadgeTitle, type IBigPick, type IBlockLink, type IBlockRadio, type IBlur, type IBlurProvider, type IBookmarks, type IBottomNavigation, type IBound, type IBrand, type IBreadcrumb, type IBurger, type IButton, type IButtonGroup, type IButtonInput, type ICard, type ICardFavorite, type ICategoryLink, type IChat, type ICheckbox, type IChoice, type IClusterOptions, type ICollapsable, type ICollapsableProvider, type ICollapse, type IColoredBox, type ICompactDetailsSectionGeneral, type ICompactDetailsSectionHeader, type ICompactDetailsSectionHours, type ICompactHeader, type IConfirm, type IConfirmModal, type IContactData, type IContainerArrangement, type ICount, type ICover, type ICta, type IDailCode, type IDailCodeOption, type IDataTable, type IDataTableBody, type IDataTableCell, type IDataTableHead, type IDataTableRow, type IDateInput, type IDateInputDate, type IDaySelect, type IDetails, type IDetailsBody, type IDetailsHeader, type IDetailsSectionBack, type IDetailsSectionBasic, type IDetailsSectionDecorated, type IDetailsSectionFacilities, type IDetailsSectionGallery, type IDetailsSectionGeneral, type IDetailsSectionHeader, type IDetailsSectionHours, type IDetailsSectionMap, type IDetailsSectionPrice, type IDetailsSectionQuote, type IDetailsSectionTitle, type IDetailsSectionVacation, type IDock, type IDockItem, type IDrawer, type IDrawerProvider, type IDropdown, type IEmpty, type IExpand, type IFaq, type IFavoritesSectionConfirm, type IFavoritesSectionEmpty, type IFavoritesSectionHeader, type IFavoritesSectionList, type IFavoured, type IFeature, type IFeatures, type IFigure, type IFigureHeading, type IFigureLink, type IFlip, type IFlyoutArrangementFull, type IFlyoutArrangementSplit, type IFooter, type IFooterNavigation, type IForm, type IFormElement, type IFormItem, type IFormMessage, type IFullScreen, type IGallery, type IHeader, type IHeaderBottom, type IHeaderContent, type IHeaderTop, type IHeading, type IHomeSectionCards, type IHomeSectionFaq, type IHomeSectionGettingStarted, type IHomeSectionLeftSplit, type IHorizontalScrollContainer, type IHoursTable, type IHoursTableRow, type IHr, type IIcon, type IInfoCard, type IInfoTable, type IInfoTableItem, type IInformation, type IInformationTooltip, type IInput, type IInstruction, type ILabel, type ILabeledIcon, type ILayoutSwitch, type ILink, type ILinkGroup, type IList, type IListCard, type ILogo, type IMapControl, type IMapLegend, type IMapLegendItem, type IMapLegendLabel, type IMapLoading, type IMapPoint, type IMapPointProperties, type IMapPoints, type IMapRoute, type IMapRouteLeg, type IMapRouteLegProperties, type IMapRouteLegStep, type IMapRouteLegStepProperties, type IMapRouteLegSteps, type IMapRouteLegs, type IMapRouteProperties, type IMapRoutes, type IMapTerminal, type IMapTerminalProperties, type IMapTerminals, type IMaskedImage, type IMessage, type IMinimalCard, type IMinimalHeader, type IModal, type IModalProvider, type IMonitorSectionDashboard, type IMonitorSectionList, type INavigation, type INavigationItem, type INoResults, type INoneAvailable, type INotification, type INotificationIcon, type IObjectHeader, type IOnboarding, type IOnboardingButton, type IOops, type IOopsError, type IOpeningHoursSelect, type IOverlay, type IOverlayNavigation, type IOverlayNavigationFooter, type IOverlayNavigationHeader, type IOverlayProvider, type IPadding, type IPaddingCssItem, type IPaddingItem, type IPage, type IPageHeader$1 as IPageHeader, type IPagination, type IPick, type IPill, type IPillCheckbox, type IPillStatus, type IPillStatusLegend, type IPillStatusLegendDot, type IPin, type IPlaceholderPhoto, type IPlainText, type IPlatform, type IPosition, type IProfileNavigation, type IProfileRequestsSectionConfirmModal, type IProfileRequestsSectionEmpty, type IProfileSectionHeader, type IProfileSectionMessages, type IProfileSectionRequest, type IProfileSectionRequestContent, type IProfileSectionRequests, type IProfileSectionThread, type IProgress, type IProgressSteps, type IQuote, type IRadio, type IRecentItems, type IRecord, type IRecords, type IRequestArrangementConfirm, type IRequestArrangementHeader, type IRequestDetailsCard, type IRequestSummary, type IRequestSummaryContainer, type IRequestsSectionFooter, type IRequestsSectionHeader, type IRequestsSectionList, type IRequestsSectionMessage, type IResultHeading, type ISafeHtml, type ISafeHtmlMessage, type ISafeHtmlMessagePreview, type IScheduleSelect, type IScheduleSelectHeader, type IScheduleSelectRow, type IScreen, type IScrollContainer, type ISearchFilters, type ISearchFiltersItem, type ISearchFiltersModal, type ISearchFiltersOverlay, type ISearchInputs, type ISearchInputsElement, type ISearchInputsLabel, type ISearchInputsLabelWithIcon, type ISearchInputsOverlayInput, type ISearchPage, type ISearchProvider, type ISearchSectionEmpty, type ISearchSectionFilters, type ISearchSectionNotAvailable, type ISearchSectionResults, type ISearchWithMapPage, type ISelectionHeader, type ISharedSectionFooter, type IShoppingCartAction, type IStatBlock, type IStatBlockList, type IStatus, type IStatusSectionBasic, type IStatusSummary, type IStatusSummaryList, type ISummary, type ISummaryItem, type ISurface, type ISwipe, type ISwipeable, type ITabGroup, type ITabGroupItem, type ITable, type ITableBody, type ITableCell, type ITableHead, type ITableRow, type ITag, type ITerm, type ITextArea, type ITextMessage, type ITextualContent, type IThread, type IThreadGroup, type IThreadMessage, type IThreadMessagesUnread, type IThreadNoMessages, type IThreadPreview, type IToggle, type ITopNavigation, type ITopNavigationItemBase, type IUnFavoured, type IVerticalTabs, type IVerticalTabsItem, type IWave, type IWizard, type IWizardArrangementInlineControlled, type IWizardArrangementLeftOnly, type IWizardArrangementSplitBox, type IWizardControls, type IWizardProvider, type IWizardSplit, type IWizardStep, type IWizardStepProvider, Icon, IconContext, IconSize, IconType, InfoCard, InfoTable, Information, InformationBackground, InformationTooltip, InformationVariant, InlineSelectIconAsOption, InlineSelectIconAsOptionSelected, InlineSelectLabelAsOption, InlineSelectLabelAsOptionSelected, type InlineSelectOptionI, Input, InputButtonContext, type InputButtonContextType, InputContext, Instruction, IsoToDateInputValue, ItemType, Label, LabelSize, LabeledIcon, LayoutSwitch, Link, LinkContext, LinkGroup, List, ListCard, ListType, Location, type LocationHandle, type LocationI, Logo, LogoSize, MapControlContainer, MapLegend, MapLegendItem, MapLegendLabel, MapLoading, type MapPointType, type MapTerminalType, MaskType, MaskedImage, Message, MinimalCard, MinimalHeader, Modal, ModalContext, ModalFooterSticky, ModalHeaderSticky, ModalPaddedContent, ModalProvider, ModalSize, MonitorSectionDashboard, MonitorSectionList, Name, type NameHandle, type NameI, Navigation, NoResults, NoneAvailable, Notification, NotificationIcon, ObjectHeader, Onboarding, OnboardingButton, Oops, OopsError, OpeningHoursSelect, type OpeningHoursSelectHours, Openinghours, type OpeninghoursI, Overlay, OverlayContext, OverlayHeading, OverlayNavigation, OverlayNavigationFooter, OverlayNavigationHeader, OverlayProvider, OverlaySize, Padding, Page, PageHeader, PageHeading, Pagination, Pick, PickContext, Pill, PillCheckbox, PillStatus, PillStatusLegend, PillStatusLegendDot, PillStatusState, Pin, PinType, PlaceholderPhoto, PlaceholderPhotoRatio, PlaceholderPhotoType, PlainText, Platform, Position, ProcessingContext, type ProcessingContextType, ProcessingProvider, ProfileNavigation, type ProfileNavigationItemThemeableProps, type ProfileNavigationThemeableProps, ProfileRequestsSectionConfirmModal, ProfileRequestsSectionEmpty, ProfileSectionHeader, ProfileSectionMessages, ProfileSectionRequest, ProfileSectionRequestContent, ProfileSectionRequests, ProfileSectionThread, Progress, ProgressSteps, type PropsForThemeModeProvider, Quote, Radio, RadioContext, RecentItems, Record, Records, RequestArrangementConfirm, RequestArrangementHeader, RequestDetailsCard, RequestSummary, RequestSummaryContainer, RequestSummarySize, RequestsSectionFooter, RequestsSectionHeader, RequestsSectionList, RequestsSectionMessage, ResultHeading, Route, type RouteHandle, type RouteI, RouteMap, type RouteMapHandle, SafeHtml, SafeHtmlMessage, SafeHtmlMessagePreview, ScaledFigure, ScaledIcon, ScheduleSelect, Screen, ScrollContainer, SearchContext, SearchFilters, SearchFiltersItem, SearchFiltersLabel, SearchFiltersModal, SearchFiltersOverlay, SearchInputs, SearchInputsElement, SearchInputsLabel, SearchInputsLabelWithIcon, SearchInputsOverlay, SearchInputsOverlayInput, SearchPage, SearchProvider, SearchSectionEmpty, SearchSectionFilters, SearchSectionNotAvailableModal, SearchSectionResults, SearchWithMapPage, type SelectBlurEvent, type SelectChangeEvent, type SelectFocusEvent, SelectionHeader, SharedSectionFooter, ShoppingCartAction, SimpleAutocomplete, type SimpleAutocompleteHandle, type SimpleAutocompleteI, StatBlock, StatBlockList, StatBlockSize, StaticMap, type StaticMapHandle, Status, StatusCompact, StatusContext, StatusSectionBasic, StatusSummary, StatusSummaryList, StatusSummaryType, StyleProviderMbp, StyleVarsMbp, Summary, Surface, Swipe, Swipeable, TabBody, TabGroup, Table, TableCellType, TabsContext, TabsProvider, Tag, TagContext, Term, Terminal, TextAlignment, TextArea, TextAreaContext, TextDecoration, TextMessage, TextualContent, ThemeModeContext, ThemeModeProvider, Thread, ThreadGroup, ThreadMessage, ThreadMessagesUnread, ThreadNoMessages, ThreadPreview, Toggle, TopNavigation, type TravelMode, UnFavoured, VerticalTabs, Wave, WavePosition, WaveType, Wizard, WizardArrangementInlineControlled, WizardArrangementLeftOnly, WizardArrangementSplitBox, WizardContext, WizardControls, WizardHeader, WizardProvider, WizardSplit, WizardStep, WizardStepContext, WizardStepProvider, type ZoomLevels, useGoogleApiKey, useGoogleDirections, useGoogleDirectionsRenderer, useGoogleGeocoder, useGoogleGeometry, useGoogleMapId, useGooglePlaces, useHeader, useIsGoogleProcessing, useIsProcessing, useProcessing };