@tactics/lokaal-loket 0.0.132 → 0.0.135
Sign up to get free protection for your applications and to get access to all the features.
- package/build/index.cjs +158 -158
- package/build/index.d.cts +9 -17
- package/build/index.d.ts +9 -17
- package/build/index.js +121 -121
- package/package.json +1 -1
package/build/index.d.cts
CHANGED
@@ -1589,21 +1589,13 @@ interface GoogleProcessingProviderProps extends PropsWithChildren {
|
|
1589
1589
|
}
|
1590
1590
|
declare const GoogleProcessingProvider: ({ children, apiKey, mapId, }: GoogleProcessingProviderProps) => react_jsx_runtime.JSX.Element;
|
1591
1591
|
|
1592
|
-
|
1593
|
-
|
1592
|
+
declare const GooglePlacesLibraryContext: React$1.Context<AsyncResult<google.maps.PlacesLibrary>>;
|
1593
|
+
interface GooglePlacesLibraryProviderProps extends PropsWithChildren {
|
1594
1594
|
}
|
1595
|
-
declare const
|
1596
|
-
interface GooglePlacesServiceProviderProps extends PropsWithChildren {
|
1597
|
-
}
|
1598
|
-
declare const GooglePlacesServiceProvider: ({ children, }: GooglePlacesServiceProviderProps) => react_jsx_runtime.JSX.Element;
|
1595
|
+
declare const GooglePlacesLibraryProvider: ({ children, }: GooglePlacesLibraryProviderProps) => react_jsx_runtime.JSX.Element;
|
1599
1596
|
|
1600
|
-
|
1601
|
-
|
1602
|
-
}
|
1603
|
-
declare const GoogleGeocodingServiceContext: React$1.Context<GoogleGeocodingServiceContextType>;
|
1604
|
-
interface GoogleGeocodingServiceProviderProps extends PropsWithChildren {
|
1605
|
-
}
|
1606
|
-
declare const GoogleGeocodingServiceProvider: ({ children, }: GoogleGeocodingServiceProviderProps) => react_jsx_runtime.JSX.Element;
|
1597
|
+
declare const GoogleGeocoderContext: React$1.Context<AsyncResult<google.maps.Geocoder>>;
|
1598
|
+
declare const GoogleGeocoderProvider: ({ children }: PropsWithChildren) => react_jsx_runtime.JSX.Element;
|
1607
1599
|
|
1608
1600
|
interface GoogleDirectionsServiceContextType {
|
1609
1601
|
routesLibrary: AsyncResult<google.maps.RoutesLibrary>;
|
@@ -1615,11 +1607,11 @@ declare const GoogleDirectionsServiceProvider: ({ children, }: GoogleDirectionsS
|
|
1615
1607
|
|
1616
1608
|
declare const useIsGoogleProcessing: () => boolean;
|
1617
1609
|
|
1618
|
-
declare const
|
1610
|
+
declare const useGooglePlacesLibrary: () => AsyncResult<google.maps.PlacesLibrary>;
|
1619
1611
|
|
1620
|
-
declare const
|
1612
|
+
declare const useGoogleDirections: () => AsyncResult<google.maps.DirectionsService>;
|
1621
1613
|
|
1622
|
-
declare const
|
1614
|
+
declare const useGoogleGeocoder: () => AsyncResult<google.maps.Geocoder>;
|
1623
1615
|
|
1624
1616
|
declare const useGoogleMapId: () => string;
|
1625
1617
|
|
@@ -1686,4 +1678,4 @@ declare const RouteLocationExample: ({ CompactAt, onChange, }: {
|
|
1686
1678
|
|
1687
1679
|
declare const LocationExample: () => react_jsx_runtime.JSX.Element;
|
1688
1680
|
|
1689
|
-
export { Accordeon, AccordeonContext, 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, BadgeType, BasicPage, BigChoice, BigPick, Blur, BlurContext, BlurProvider, BottomNavigation, Brand, Breadcrumb, Button, ButtonContext, ButtonType, Card, CardChildminderExample, CardDaycareExample, Checkbox, CheckboxContext, Choice, ChoiceContext, Close, type CloseI, Collapsable, Collapse, CompactNavigation, CompactNavigationContext, Cta, Details, DetailsSectionHeader, Drawer, DrawerContext, DrawerProvider, DrawerSize, Expand, Faq, Feature, Features, Figure, FigureSize, FigureType, Flip, FlyoutArrangementFull, FlyoutArrangementSplit, FlyoutHeading, Footer, FooterNavigation, Frame, FramePadding, GoogleDirectionsServiceContext, GoogleDirectionsServiceProvider, type GoogleDirectionsServiceProviderProps,
|
1681
|
+
export { Accordeon, AccordeonContext, 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, BadgeType, BasicPage, BigChoice, BigPick, Blur, BlurContext, BlurProvider, BottomNavigation, Brand, Breadcrumb, Button, ButtonContext, ButtonType, Card, CardChildminderExample, CardDaycareExample, Checkbox, CheckboxContext, Choice, ChoiceContext, Close, type CloseI, Collapsable, Collapse, CompactNavigation, CompactNavigationContext, Cta, Details, DetailsSectionHeader, Drawer, DrawerContext, DrawerProvider, DrawerSize, Expand, Faq, Feature, Features, Figure, FigureSize, FigureType, Flip, FlyoutArrangementFull, FlyoutArrangementSplit, FlyoutHeading, Footer, FooterNavigation, Frame, FramePadding, GoogleDirectionsServiceContext, GoogleDirectionsServiceProvider, type GoogleDirectionsServiceProviderProps, GoogleGeocoderContext, GoogleGeocoderProvider, GooglePlacesLibraryContext, GooglePlacesLibraryProvider, type GooglePlacesLibraryProviderProps, GoogleProcessingProvider, type GoogleProcessingProviderProps, Grid, type GridItemProps, type GridProps, HeaderAlternate, HeaderBottom, HeaderContext, HeaderTop, type HeadingArrangementI, HomeSectionCards, HomeSectionFaq, HomeSectionGettingStarted, HomeSectionLeftSplit, type IAccordeon, type IBackdrop, type IBackdropProvider, type IBadge, type IBasicPage, type IBigChoice, type IBigPick, type IBlur, type IBlurProvider, type IBottomNavigation, type IBrand, type IBreadcrumb, type IButton, type ICard, type ICheckbox, type IChoice, type ICollapsable, type ICollapse, type ICompactNavigation, type ICta, type IDestination, type IDetails, type IDetailsSectionHeader, type IDirectionBasedMapBase, type IDrawer, type IDrawerProvider, type IExpand, type IFaq, type IFeature, type IFeatures, type IFigure, type IFlip, type IFlyoutArrangementFull, type IFlyoutArrangementSplit, type IFooter, type IFooterNavigation, type IFrame, type IHeaderBottom, type IHeaderTop, type IHomeSectionCards, type IHomeSectionFaq, type IHomeSectionGettingStarted, type IHomeSectionLeftSplit, type IIcon, type IInfoCard, type IInformation, type IInput, type IInstruction, type ILabeledIcon, type ILink, type IList, type ILocationBasedMap, type ILogo, type IMap, type IMaskedImage, type IModal, type IModalProvider, type INavigation, type INavigationItem, type INotification, type IOnboarding, type IOnboardingArrangementInformation, type IOnboardingArrangementIntroduction, type IOnboardingArrangementStep, type IOrigin, type IOverlay, type IOverlayProvider, type IPick, type IPill, type IPin, type IPlainText, type IPoint, type IPoints, type IProfileNavigation, type IQuickSearch, type IRadio, type IRecord, type IRecords, type IRoute, type IRouteLocation, type IRoutes, type ISearch, type ISearchAutocomplete, type ISearchPage, type ISearchProvider, type ISearchSectionFilters, type ISearchStep, type ISearchStepAutocomplete, type ISearchWithMapPage, type ISharedSectionFooter, type ISharedSectionHeader, type IStatus, type IStatusList, type ISurface, type ITable, type ITableBody, type ITableCell, type ITableHead, type ITableRow, type ITerm, type ITerminal, type IToggle, type ITopNavigation, type ITopNavigationItemBase, type IWave, type IWizard, type IWizardControls, type IWizardProvider, type IWizardStep, type IWizardStepProvider, type IYesNo, Icon, IconContext, IconSize, IconType, InfoCard, Information, InformationBackground, InformationVariant, InlineSelect, type InlineSelectI, InlineSelectIconAsOption, InlineSelectIconAsOptionSelected, InlineSelectLabelAsOption, InlineSelectLabelAsOptionSelected, type InlineSelectOptionI, Input, InputContext, Instruction, ItemType, LabeledIcon, Link, LinkContext, List, ListType, Location, LocationExample, type LocationI, Logo, LogoSize, Map, MaskType, MaskedImage, Modal, ModalContext, ModalProvider, Navigation, Notification, Onboarding, OnboardingArrangementInformation, OnboardingArrangementIntroduction, OnboardingArrangementStep, OnboardingButton, Overlay, OverlayContext, OverlayHeading, OverlayProvider, PageHeading, Pick, PickContext, Pill, Pin, PinType, PlainText, Position, ProcessingContext, type ProcessingContextType, ProcessingProvider, ProfileNavigation, type ProfileNavigationItemThemeableProps, type ProfileNavigationThemeableProps, type PropsForThemeModeProvider, QuickSearch, Radio, RadioContext, Record, Records, Route, type RouteI, RouteLocation, RouteLocationExample, Search, SearchAutocomplete, SearchAutocompleteStep, SearchContext, SearchPage, SearchProvider, SearchSectionFilters, SearchStep, SearchWithMapPage, type SelectBlurEvent, type SelectChangeEvent, type SelectFocusEvent, SharedSectionFooter, SharedSectionHeader, Status, StatusCompact, StatusContext, StatusList, Surface, Switch, type SwitchI, type SwitchItemContentI, type SwitchItemI, Table, Term, Terminal, TextDecoration, ThemeModeContext, ThemeModeProvider, Toggle, TopNavigation, Wave, WavePosition, WaveType, Wizard, WizardContext, WizardControls, WizardProvider, WizardStep, WizardStepContext, WizardStepProvider, YesNo, YesNoContext, useGoogleApiKey, useGoogleDirections, useGoogleGeocoder, useGoogleMapId, useGooglePlacesLibrary, useIsGoogleProcessing, useIsProcessing };
|
package/build/index.d.ts
CHANGED
@@ -1589,21 +1589,13 @@ interface GoogleProcessingProviderProps extends PropsWithChildren {
|
|
1589
1589
|
}
|
1590
1590
|
declare const GoogleProcessingProvider: ({ children, apiKey, mapId, }: GoogleProcessingProviderProps) => react_jsx_runtime.JSX.Element;
|
1591
1591
|
|
1592
|
-
|
1593
|
-
|
1592
|
+
declare const GooglePlacesLibraryContext: React$1.Context<AsyncResult<google.maps.PlacesLibrary>>;
|
1593
|
+
interface GooglePlacesLibraryProviderProps extends PropsWithChildren {
|
1594
1594
|
}
|
1595
|
-
declare const
|
1596
|
-
interface GooglePlacesServiceProviderProps extends PropsWithChildren {
|
1597
|
-
}
|
1598
|
-
declare const GooglePlacesServiceProvider: ({ children, }: GooglePlacesServiceProviderProps) => react_jsx_runtime.JSX.Element;
|
1595
|
+
declare const GooglePlacesLibraryProvider: ({ children, }: GooglePlacesLibraryProviderProps) => react_jsx_runtime.JSX.Element;
|
1599
1596
|
|
1600
|
-
|
1601
|
-
|
1602
|
-
}
|
1603
|
-
declare const GoogleGeocodingServiceContext: React$1.Context<GoogleGeocodingServiceContextType>;
|
1604
|
-
interface GoogleGeocodingServiceProviderProps extends PropsWithChildren {
|
1605
|
-
}
|
1606
|
-
declare const GoogleGeocodingServiceProvider: ({ children, }: GoogleGeocodingServiceProviderProps) => react_jsx_runtime.JSX.Element;
|
1597
|
+
declare const GoogleGeocoderContext: React$1.Context<AsyncResult<google.maps.Geocoder>>;
|
1598
|
+
declare const GoogleGeocoderProvider: ({ children }: PropsWithChildren) => react_jsx_runtime.JSX.Element;
|
1607
1599
|
|
1608
1600
|
interface GoogleDirectionsServiceContextType {
|
1609
1601
|
routesLibrary: AsyncResult<google.maps.RoutesLibrary>;
|
@@ -1615,11 +1607,11 @@ declare const GoogleDirectionsServiceProvider: ({ children, }: GoogleDirectionsS
|
|
1615
1607
|
|
1616
1608
|
declare const useIsGoogleProcessing: () => boolean;
|
1617
1609
|
|
1618
|
-
declare const
|
1610
|
+
declare const useGooglePlacesLibrary: () => AsyncResult<google.maps.PlacesLibrary>;
|
1619
1611
|
|
1620
|
-
declare const
|
1612
|
+
declare const useGoogleDirections: () => AsyncResult<google.maps.DirectionsService>;
|
1621
1613
|
|
1622
|
-
declare const
|
1614
|
+
declare const useGoogleGeocoder: () => AsyncResult<google.maps.Geocoder>;
|
1623
1615
|
|
1624
1616
|
declare const useGoogleMapId: () => string;
|
1625
1617
|
|
@@ -1686,4 +1678,4 @@ declare const RouteLocationExample: ({ CompactAt, onChange, }: {
|
|
1686
1678
|
|
1687
1679
|
declare const LocationExample: () => react_jsx_runtime.JSX.Element;
|
1688
1680
|
|
1689
|
-
export { Accordeon, AccordeonContext, 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, BadgeType, BasicPage, BigChoice, BigPick, Blur, BlurContext, BlurProvider, BottomNavigation, Brand, Breadcrumb, Button, ButtonContext, ButtonType, Card, CardChildminderExample, CardDaycareExample, Checkbox, CheckboxContext, Choice, ChoiceContext, Close, type CloseI, Collapsable, Collapse, CompactNavigation, CompactNavigationContext, Cta, Details, DetailsSectionHeader, Drawer, DrawerContext, DrawerProvider, DrawerSize, Expand, Faq, Feature, Features, Figure, FigureSize, FigureType, Flip, FlyoutArrangementFull, FlyoutArrangementSplit, FlyoutHeading, Footer, FooterNavigation, Frame, FramePadding, GoogleDirectionsServiceContext, GoogleDirectionsServiceProvider, type GoogleDirectionsServiceProviderProps,
|
1681
|
+
export { Accordeon, AccordeonContext, 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, BadgeType, BasicPage, BigChoice, BigPick, Blur, BlurContext, BlurProvider, BottomNavigation, Brand, Breadcrumb, Button, ButtonContext, ButtonType, Card, CardChildminderExample, CardDaycareExample, Checkbox, CheckboxContext, Choice, ChoiceContext, Close, type CloseI, Collapsable, Collapse, CompactNavigation, CompactNavigationContext, Cta, Details, DetailsSectionHeader, Drawer, DrawerContext, DrawerProvider, DrawerSize, Expand, Faq, Feature, Features, Figure, FigureSize, FigureType, Flip, FlyoutArrangementFull, FlyoutArrangementSplit, FlyoutHeading, Footer, FooterNavigation, Frame, FramePadding, GoogleDirectionsServiceContext, GoogleDirectionsServiceProvider, type GoogleDirectionsServiceProviderProps, GoogleGeocoderContext, GoogleGeocoderProvider, GooglePlacesLibraryContext, GooglePlacesLibraryProvider, type GooglePlacesLibraryProviderProps, GoogleProcessingProvider, type GoogleProcessingProviderProps, Grid, type GridItemProps, type GridProps, HeaderAlternate, HeaderBottom, HeaderContext, HeaderTop, type HeadingArrangementI, HomeSectionCards, HomeSectionFaq, HomeSectionGettingStarted, HomeSectionLeftSplit, type IAccordeon, type IBackdrop, type IBackdropProvider, type IBadge, type IBasicPage, type IBigChoice, type IBigPick, type IBlur, type IBlurProvider, type IBottomNavigation, type IBrand, type IBreadcrumb, type IButton, type ICard, type ICheckbox, type IChoice, type ICollapsable, type ICollapse, type ICompactNavigation, type ICta, type IDestination, type IDetails, type IDetailsSectionHeader, type IDirectionBasedMapBase, type IDrawer, type IDrawerProvider, type IExpand, type IFaq, type IFeature, type IFeatures, type IFigure, type IFlip, type IFlyoutArrangementFull, type IFlyoutArrangementSplit, type IFooter, type IFooterNavigation, type IFrame, type IHeaderBottom, type IHeaderTop, type IHomeSectionCards, type IHomeSectionFaq, type IHomeSectionGettingStarted, type IHomeSectionLeftSplit, type IIcon, type IInfoCard, type IInformation, type IInput, type IInstruction, type ILabeledIcon, type ILink, type IList, type ILocationBasedMap, type ILogo, type IMap, type IMaskedImage, type IModal, type IModalProvider, type INavigation, type INavigationItem, type INotification, type IOnboarding, type IOnboardingArrangementInformation, type IOnboardingArrangementIntroduction, type IOnboardingArrangementStep, type IOrigin, type IOverlay, type IOverlayProvider, type IPick, type IPill, type IPin, type IPlainText, type IPoint, type IPoints, type IProfileNavigation, type IQuickSearch, type IRadio, type IRecord, type IRecords, type IRoute, type IRouteLocation, type IRoutes, type ISearch, type ISearchAutocomplete, type ISearchPage, type ISearchProvider, type ISearchSectionFilters, type ISearchStep, type ISearchStepAutocomplete, type ISearchWithMapPage, type ISharedSectionFooter, type ISharedSectionHeader, type IStatus, type IStatusList, type ISurface, type ITable, type ITableBody, type ITableCell, type ITableHead, type ITableRow, type ITerm, type ITerminal, type IToggle, type ITopNavigation, type ITopNavigationItemBase, type IWave, type IWizard, type IWizardControls, type IWizardProvider, type IWizardStep, type IWizardStepProvider, type IYesNo, Icon, IconContext, IconSize, IconType, InfoCard, Information, InformationBackground, InformationVariant, InlineSelect, type InlineSelectI, InlineSelectIconAsOption, InlineSelectIconAsOptionSelected, InlineSelectLabelAsOption, InlineSelectLabelAsOptionSelected, type InlineSelectOptionI, Input, InputContext, Instruction, ItemType, LabeledIcon, Link, LinkContext, List, ListType, Location, LocationExample, type LocationI, Logo, LogoSize, Map, MaskType, MaskedImage, Modal, ModalContext, ModalProvider, Navigation, Notification, Onboarding, OnboardingArrangementInformation, OnboardingArrangementIntroduction, OnboardingArrangementStep, OnboardingButton, Overlay, OverlayContext, OverlayHeading, OverlayProvider, PageHeading, Pick, PickContext, Pill, Pin, PinType, PlainText, Position, ProcessingContext, type ProcessingContextType, ProcessingProvider, ProfileNavigation, type ProfileNavigationItemThemeableProps, type ProfileNavigationThemeableProps, type PropsForThemeModeProvider, QuickSearch, Radio, RadioContext, Record, Records, Route, type RouteI, RouteLocation, RouteLocationExample, Search, SearchAutocomplete, SearchAutocompleteStep, SearchContext, SearchPage, SearchProvider, SearchSectionFilters, SearchStep, SearchWithMapPage, type SelectBlurEvent, type SelectChangeEvent, type SelectFocusEvent, SharedSectionFooter, SharedSectionHeader, Status, StatusCompact, StatusContext, StatusList, Surface, Switch, type SwitchI, type SwitchItemContentI, type SwitchItemI, Table, Term, Terminal, TextDecoration, ThemeModeContext, ThemeModeProvider, Toggle, TopNavigation, Wave, WavePosition, WaveType, Wizard, WizardContext, WizardControls, WizardProvider, WizardStep, WizardStepContext, WizardStepProvider, YesNo, YesNoContext, useGoogleApiKey, useGoogleDirections, useGoogleGeocoder, useGoogleMapId, useGooglePlacesLibrary, useIsGoogleProcessing, useIsProcessing };
|