@tactics/lokaal-loket 0.0.65 → 0.0.67
Sign up to get free protection for your applications and to get access to all the features.
- package/build/index.cjs +480 -378
- package/build/index.d.cts +23 -2
- package/build/index.d.ts +23 -2
- package/build/index.js +346 -248
- package/package.json +1 -1
package/build/index.d.cts
CHANGED
@@ -49,7 +49,8 @@ declare enum IconType {
|
|
49
49
|
COMMENT = "COMMENT",
|
50
50
|
IN_PROCESS = "IN_PROCESS",
|
51
51
|
COLLAPSE = "COLLAPSE",
|
52
|
-
EXPAND = "EXPAND"
|
52
|
+
EXPAND = "EXPAND",
|
53
|
+
SEARCH = "SEARCH"
|
53
54
|
}
|
54
55
|
|
55
56
|
interface IIconLoad {
|
@@ -763,6 +764,17 @@ declare const WizardControls: ({ next, back }: IWizardControls) => react_jsx_run
|
|
763
764
|
|
764
765
|
declare const Wizard: ({ children }: IWizard) => react_jsx_runtime.JSX.Element;
|
765
766
|
|
767
|
+
interface ISearch {
|
768
|
+
children: React$1.ReactElement<ISearchStep> | React$1.ReactElement<ISearchStep>[];
|
769
|
+
}
|
770
|
+
interface ISearchStep extends PropsWithChildren {
|
771
|
+
flyout: React$1.ReactElement;
|
772
|
+
}
|
773
|
+
|
774
|
+
declare const SearchStep: ({ children }: ISearchStep) => react_jsx_runtime.JSX.Element;
|
775
|
+
|
776
|
+
declare const Search: (props: ISearch) => react_jsx_runtime.JSX.Element;
|
777
|
+
|
766
778
|
declare const Icon: ({ size, type, screenReaderText, context }: IIcon) => react_jsx_runtime.JSX.Element;
|
767
779
|
|
768
780
|
declare enum AccordeonContext {
|
@@ -1046,6 +1058,15 @@ interface PropsForThemeModeProvider extends PropsWithChildren {
|
|
1046
1058
|
}
|
1047
1059
|
declare const ThemeModeProvider: FC<PropsForThemeModeProvider>;
|
1048
1060
|
|
1061
|
+
interface SearchContextType {
|
1062
|
+
active: number;
|
1063
|
+
setActive: React$1.Dispatch<React$1.SetStateAction<number>>;
|
1064
|
+
}
|
1065
|
+
declare const SearchContext: React$1.Context<SearchContextType>;
|
1066
|
+
interface ISearchProvider extends PropsWithChildren {
|
1067
|
+
}
|
1068
|
+
declare const SearchProvider: ({ children }: ISearchProvider) => react_jsx_runtime.JSX.Element;
|
1069
|
+
|
1049
1070
|
interface WizardContextType {
|
1050
1071
|
active: number;
|
1051
1072
|
setActive: React$1.Dispatch<React$1.SetStateAction<number>>;
|
@@ -1065,4 +1086,4 @@ interface IWizardStepProvider extends PropsWithChildren {
|
|
1065
1086
|
}
|
1066
1087
|
declare const WizardStepProvider: ({ children }: IWizardStepProvider) => react_jsx_runtime.JSX.Element;
|
1067
1088
|
|
1068
|
-
export { Accordeon, AccordeonContext, AutoComplete, type AutoCompleteBlurEvent, type AutoCompleteChangeEvent, AutoCompleteContext, type AutoCompleteFocusEvent, Backdrop, BackdropContext, BackdropProvider, Badge, BadgeType, Blur, BlurContext, BlurProvider, Brand, Breadcrumb, Button, ButtonContext, ButtonType, Checkbox, CheckboxContext, Choice, ChoiceContext, Collapsable, Collapse, CompactNavigation, CompactNavigationContext, Contained, Container, ContainerType, Details, Drawer, DrawerContext, DrawerProvider, DrawerSize, Expand, Faq, Feature, Features, Figure, FigureContext, FigureSize, FigureType, Frame, GoogleAPIProvider, type GoogleAPIProviderProps, GoogleApiRoutesDirectionRendererContext, GoogleApiRoutesDirectionRendererProvider, Grid, type GridItemProps, type GridProps, Header, Heading, HtmlHeading, type IAccordeon, type IAutoComplete, type IBackdrop, type IBackdropProvider, type IBadge, type IBlur, type IBlurProvider, type IBrand, type IBreadcrumb, type IButton, type ICheckbox, type IChoice, type ICollapsable, type ICollapse, type ICompactNavigation, type IContained, type IContainer, type IDetails, type IDrawer, type IDrawerProvider, type IExpand, type IFaq, type IFeature, type IFeatures, type IFigure, type IFrame, type IHeader, type IHeading, type IIcon, type IInformation, type IInput, type ILink, type IList, type ILogo, type IMap, type IMargin, type IMarginCssItem, type IMarginItem, type IModal, type IModalProvider, type INavigation, type INavigationItem, type INotification, type IOnboarding, type IOverlay, type IOverlayProvider, type IPadding, type IPaddingCssItem, type IPaddingItem, type IPick, type IPill, type IPin, type IPlainText, type IProfileNavigation, type IRadio, type IRecord, type IRecords, type IStatus, type IStatusList, type ISurface, type ITerm, type ITerminal, type ITopNavigation, type ITopNavigationItemBase, type IWave, type IWizard, type IWizardControls, type IWizardProvider, type IWizardStep, type IWizardStepProvider, type IYesNo, Icon, IconContext, IconSize, IconType, Information, Input, InputContext, ItemType, Link, LinkContext, List, ListType, Logo, Map, Margin, Modal, ModalContext, ModalProvider, Navigation, Notification, Onboarding, Overlay, OverlayContext, OverlayProvider, Padding, Pick, PickContext, Pill, Pin, PinType, PlainText, Position, ProcessingContext, type ProcessingContextType, ProcessingProvider, ProfileNavigation, type ProfileNavigationItemThemeableProps, type ProfileNavigationThemeableProps, type PropsForThemeModeProvider, Radio, RadioContext, Record, Records, Status, StatusCompact, StatusContext, StatusList, Surface, Term, Terminal, TextDecoration, ThemeModeContext, ThemeModeProvider, TopNavigation, Wave, WavePosition, WaveType, Wizard, WizardContext, WizardControls, WizardProvider, WizardStep, WizardStepContext, WizardStepProvider, YesNo, YesNoContext, useIsProcessing };
|
1089
|
+
export { Accordeon, AccordeonContext, AutoComplete, type AutoCompleteBlurEvent, type AutoCompleteChangeEvent, AutoCompleteContext, type AutoCompleteFocusEvent, Backdrop, BackdropContext, BackdropProvider, Badge, BadgeType, Blur, BlurContext, BlurProvider, Brand, Breadcrumb, Button, ButtonContext, ButtonType, Checkbox, CheckboxContext, Choice, ChoiceContext, Collapsable, Collapse, CompactNavigation, CompactNavigationContext, Contained, Container, ContainerType, Details, Drawer, DrawerContext, DrawerProvider, DrawerSize, Expand, Faq, Feature, Features, Figure, FigureContext, FigureSize, FigureType, Frame, GoogleAPIProvider, type GoogleAPIProviderProps, GoogleApiRoutesDirectionRendererContext, GoogleApiRoutesDirectionRendererProvider, Grid, type GridItemProps, type GridProps, Header, Heading, HtmlHeading, type IAccordeon, type IAutoComplete, type IBackdrop, type IBackdropProvider, type IBadge, type IBlur, type IBlurProvider, type IBrand, type IBreadcrumb, type IButton, type ICheckbox, type IChoice, type ICollapsable, type ICollapse, type ICompactNavigation, type IContained, type IContainer, type IDetails, type IDrawer, type IDrawerProvider, type IExpand, type IFaq, type IFeature, type IFeatures, type IFigure, type IFrame, type IHeader, type IHeading, type IIcon, type IInformation, type IInput, type ILink, type IList, type ILogo, type IMap, type IMargin, type IMarginCssItem, type IMarginItem, type IModal, type IModalProvider, type INavigation, type INavigationItem, type INotification, type IOnboarding, type IOverlay, type IOverlayProvider, type IPadding, type IPaddingCssItem, type IPaddingItem, type IPick, type IPill, type IPin, type IPlainText, type IProfileNavigation, type IRadio, type IRecord, type IRecords, type ISearch, type ISearchProvider, type ISearchStep, type IStatus, type IStatusList, type ISurface, type ITerm, type ITerminal, type ITopNavigation, type ITopNavigationItemBase, type IWave, type IWizard, type IWizardControls, type IWizardProvider, type IWizardStep, type IWizardStepProvider, type IYesNo, Icon, IconContext, IconSize, IconType, Information, Input, InputContext, ItemType, Link, LinkContext, List, ListType, Logo, Map, Margin, Modal, ModalContext, ModalProvider, Navigation, Notification, Onboarding, Overlay, OverlayContext, OverlayProvider, Padding, Pick, PickContext, Pill, Pin, PinType, PlainText, Position, ProcessingContext, type ProcessingContextType, ProcessingProvider, ProfileNavigation, type ProfileNavigationItemThemeableProps, type ProfileNavigationThemeableProps, type PropsForThemeModeProvider, Radio, RadioContext, Record, Records, Search, SearchContext, SearchProvider, SearchStep, Status, StatusCompact, StatusContext, StatusList, Surface, Term, Terminal, TextDecoration, ThemeModeContext, ThemeModeProvider, TopNavigation, Wave, WavePosition, WaveType, Wizard, WizardContext, WizardControls, WizardProvider, WizardStep, WizardStepContext, WizardStepProvider, YesNo, YesNoContext, useIsProcessing };
|
package/build/index.d.ts
CHANGED
@@ -49,7 +49,8 @@ declare enum IconType {
|
|
49
49
|
COMMENT = "COMMENT",
|
50
50
|
IN_PROCESS = "IN_PROCESS",
|
51
51
|
COLLAPSE = "COLLAPSE",
|
52
|
-
EXPAND = "EXPAND"
|
52
|
+
EXPAND = "EXPAND",
|
53
|
+
SEARCH = "SEARCH"
|
53
54
|
}
|
54
55
|
|
55
56
|
interface IIconLoad {
|
@@ -763,6 +764,17 @@ declare const WizardControls: ({ next, back }: IWizardControls) => react_jsx_run
|
|
763
764
|
|
764
765
|
declare const Wizard: ({ children }: IWizard) => react_jsx_runtime.JSX.Element;
|
765
766
|
|
767
|
+
interface ISearch {
|
768
|
+
children: React$1.ReactElement<ISearchStep> | React$1.ReactElement<ISearchStep>[];
|
769
|
+
}
|
770
|
+
interface ISearchStep extends PropsWithChildren {
|
771
|
+
flyout: React$1.ReactElement;
|
772
|
+
}
|
773
|
+
|
774
|
+
declare const SearchStep: ({ children }: ISearchStep) => react_jsx_runtime.JSX.Element;
|
775
|
+
|
776
|
+
declare const Search: (props: ISearch) => react_jsx_runtime.JSX.Element;
|
777
|
+
|
766
778
|
declare const Icon: ({ size, type, screenReaderText, context }: IIcon) => react_jsx_runtime.JSX.Element;
|
767
779
|
|
768
780
|
declare enum AccordeonContext {
|
@@ -1046,6 +1058,15 @@ interface PropsForThemeModeProvider extends PropsWithChildren {
|
|
1046
1058
|
}
|
1047
1059
|
declare const ThemeModeProvider: FC<PropsForThemeModeProvider>;
|
1048
1060
|
|
1061
|
+
interface SearchContextType {
|
1062
|
+
active: number;
|
1063
|
+
setActive: React$1.Dispatch<React$1.SetStateAction<number>>;
|
1064
|
+
}
|
1065
|
+
declare const SearchContext: React$1.Context<SearchContextType>;
|
1066
|
+
interface ISearchProvider extends PropsWithChildren {
|
1067
|
+
}
|
1068
|
+
declare const SearchProvider: ({ children }: ISearchProvider) => react_jsx_runtime.JSX.Element;
|
1069
|
+
|
1049
1070
|
interface WizardContextType {
|
1050
1071
|
active: number;
|
1051
1072
|
setActive: React$1.Dispatch<React$1.SetStateAction<number>>;
|
@@ -1065,4 +1086,4 @@ interface IWizardStepProvider extends PropsWithChildren {
|
|
1065
1086
|
}
|
1066
1087
|
declare const WizardStepProvider: ({ children }: IWizardStepProvider) => react_jsx_runtime.JSX.Element;
|
1067
1088
|
|
1068
|
-
export { Accordeon, AccordeonContext, AutoComplete, type AutoCompleteBlurEvent, type AutoCompleteChangeEvent, AutoCompleteContext, type AutoCompleteFocusEvent, Backdrop, BackdropContext, BackdropProvider, Badge, BadgeType, Blur, BlurContext, BlurProvider, Brand, Breadcrumb, Button, ButtonContext, ButtonType, Checkbox, CheckboxContext, Choice, ChoiceContext, Collapsable, Collapse, CompactNavigation, CompactNavigationContext, Contained, Container, ContainerType, Details, Drawer, DrawerContext, DrawerProvider, DrawerSize, Expand, Faq, Feature, Features, Figure, FigureContext, FigureSize, FigureType, Frame, GoogleAPIProvider, type GoogleAPIProviderProps, GoogleApiRoutesDirectionRendererContext, GoogleApiRoutesDirectionRendererProvider, Grid, type GridItemProps, type GridProps, Header, Heading, HtmlHeading, type IAccordeon, type IAutoComplete, type IBackdrop, type IBackdropProvider, type IBadge, type IBlur, type IBlurProvider, type IBrand, type IBreadcrumb, type IButton, type ICheckbox, type IChoice, type ICollapsable, type ICollapse, type ICompactNavigation, type IContained, type IContainer, type IDetails, type IDrawer, type IDrawerProvider, type IExpand, type IFaq, type IFeature, type IFeatures, type IFigure, type IFrame, type IHeader, type IHeading, type IIcon, type IInformation, type IInput, type ILink, type IList, type ILogo, type IMap, type IMargin, type IMarginCssItem, type IMarginItem, type IModal, type IModalProvider, type INavigation, type INavigationItem, type INotification, type IOnboarding, type IOverlay, type IOverlayProvider, type IPadding, type IPaddingCssItem, type IPaddingItem, type IPick, type IPill, type IPin, type IPlainText, type IProfileNavigation, type IRadio, type IRecord, type IRecords, type IStatus, type IStatusList, type ISurface, type ITerm, type ITerminal, type ITopNavigation, type ITopNavigationItemBase, type IWave, type IWizard, type IWizardControls, type IWizardProvider, type IWizardStep, type IWizardStepProvider, type IYesNo, Icon, IconContext, IconSize, IconType, Information, Input, InputContext, ItemType, Link, LinkContext, List, ListType, Logo, Map, Margin, Modal, ModalContext, ModalProvider, Navigation, Notification, Onboarding, Overlay, OverlayContext, OverlayProvider, Padding, Pick, PickContext, Pill, Pin, PinType, PlainText, Position, ProcessingContext, type ProcessingContextType, ProcessingProvider, ProfileNavigation, type ProfileNavigationItemThemeableProps, type ProfileNavigationThemeableProps, type PropsForThemeModeProvider, Radio, RadioContext, Record, Records, Status, StatusCompact, StatusContext, StatusList, Surface, Term, Terminal, TextDecoration, ThemeModeContext, ThemeModeProvider, TopNavigation, Wave, WavePosition, WaveType, Wizard, WizardContext, WizardControls, WizardProvider, WizardStep, WizardStepContext, WizardStepProvider, YesNo, YesNoContext, useIsProcessing };
|
1089
|
+
export { Accordeon, AccordeonContext, AutoComplete, type AutoCompleteBlurEvent, type AutoCompleteChangeEvent, AutoCompleteContext, type AutoCompleteFocusEvent, Backdrop, BackdropContext, BackdropProvider, Badge, BadgeType, Blur, BlurContext, BlurProvider, Brand, Breadcrumb, Button, ButtonContext, ButtonType, Checkbox, CheckboxContext, Choice, ChoiceContext, Collapsable, Collapse, CompactNavigation, CompactNavigationContext, Contained, Container, ContainerType, Details, Drawer, DrawerContext, DrawerProvider, DrawerSize, Expand, Faq, Feature, Features, Figure, FigureContext, FigureSize, FigureType, Frame, GoogleAPIProvider, type GoogleAPIProviderProps, GoogleApiRoutesDirectionRendererContext, GoogleApiRoutesDirectionRendererProvider, Grid, type GridItemProps, type GridProps, Header, Heading, HtmlHeading, type IAccordeon, type IAutoComplete, type IBackdrop, type IBackdropProvider, type IBadge, type IBlur, type IBlurProvider, type IBrand, type IBreadcrumb, type IButton, type ICheckbox, type IChoice, type ICollapsable, type ICollapse, type ICompactNavigation, type IContained, type IContainer, type IDetails, type IDrawer, type IDrawerProvider, type IExpand, type IFaq, type IFeature, type IFeatures, type IFigure, type IFrame, type IHeader, type IHeading, type IIcon, type IInformation, type IInput, type ILink, type IList, type ILogo, type IMap, type IMargin, type IMarginCssItem, type IMarginItem, type IModal, type IModalProvider, type INavigation, type INavigationItem, type INotification, type IOnboarding, type IOverlay, type IOverlayProvider, type IPadding, type IPaddingCssItem, type IPaddingItem, type IPick, type IPill, type IPin, type IPlainText, type IProfileNavigation, type IRadio, type IRecord, type IRecords, type ISearch, type ISearchProvider, type ISearchStep, type IStatus, type IStatusList, type ISurface, type ITerm, type ITerminal, type ITopNavigation, type ITopNavigationItemBase, type IWave, type IWizard, type IWizardControls, type IWizardProvider, type IWizardStep, type IWizardStepProvider, type IYesNo, Icon, IconContext, IconSize, IconType, Information, Input, InputContext, ItemType, Link, LinkContext, List, ListType, Logo, Map, Margin, Modal, ModalContext, ModalProvider, Navigation, Notification, Onboarding, Overlay, OverlayContext, OverlayProvider, Padding, Pick, PickContext, Pill, Pin, PinType, PlainText, Position, ProcessingContext, type ProcessingContextType, ProcessingProvider, ProfileNavigation, type ProfileNavigationItemThemeableProps, type ProfileNavigationThemeableProps, type PropsForThemeModeProvider, Radio, RadioContext, Record, Records, Search, SearchContext, SearchProvider, SearchStep, Status, StatusCompact, StatusContext, StatusList, Surface, Term, Terminal, TextDecoration, ThemeModeContext, ThemeModeProvider, TopNavigation, Wave, WavePosition, WaveType, Wizard, WizardContext, WizardControls, WizardProvider, WizardStep, WizardStepContext, WizardStepProvider, YesNo, YesNoContext, useIsProcessing };
|