@smg-automotive/components 25.11.0-chakra-v3.8 → 25.11.0-chakra-v3.10
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/dist/cjs/components/colorPicker/index.d.ts +8 -0
- package/dist/cjs/components/colorPicker/index.d.ts.map +1 -0
- package/dist/cjs/components/errorPage/content/index.d.ts +10 -0
- package/dist/cjs/components/errorPage/content/index.d.ts.map +1 -0
- package/dist/cjs/components/errorPage/index.d.ts +2 -9
- package/dist/cjs/components/errorPage/index.d.ts.map +1 -1
- package/dist/cjs/components/filterPatterns/ActionButton.d.ts.map +1 -1
- package/dist/cjs/components/filterPatterns/Heading.d.ts +2 -9
- package/dist/cjs/components/filterPatterns/Heading.d.ts.map +1 -1
- package/dist/cjs/components/filterPatterns/HeadingContent.d.ts +10 -0
- package/dist/cjs/components/filterPatterns/HeadingContent.d.ts.map +1 -0
- package/dist/cjs/components/filterPatterns/dialog/Content.d.ts +4 -0
- package/dist/cjs/components/filterPatterns/dialog/Content.d.ts.map +1 -0
- package/dist/cjs/components/filterPatterns/dialog/index.d.ts +1 -2
- package/dist/cjs/components/filterPatterns/dialog/index.d.ts.map +1 -1
- package/dist/cjs/components/filterPatterns/popover/Content.d.ts +4 -0
- package/dist/cjs/components/filterPatterns/popover/Content.d.ts.map +1 -0
- package/dist/cjs/components/filterPatterns/popover/index.d.ts +1 -2
- package/dist/cjs/components/filterPatterns/popover/index.d.ts.map +1 -1
- package/dist/cjs/components/galleryHeader/Content.d.ts +10 -0
- package/dist/cjs/components/galleryHeader/Content.d.ts.map +1 -0
- package/dist/cjs/components/galleryHeader/index.d.ts +3 -9
- package/dist/cjs/components/galleryHeader/index.d.ts.map +1 -1
- package/dist/cjs/components/index.d.ts +10 -9
- package/dist/cjs/components/index.d.ts.map +1 -1
- package/dist/cjs/components/link/index.d.ts +3 -2
- package/dist/cjs/components/link/index.d.ts.map +1 -1
- package/dist/cjs/components/navigation/header/NavigationAvatar.d.ts.map +1 -1
- package/dist/cjs/components/navigation/header/drawer/DrawerLoginToggle.d.ts.map +1 -1
- package/dist/cjs/components/navigation/header/links/NavigationLink.d.ts.map +1 -1
- package/dist/cjs/components/navigation/header/navigationTenantMenu/index.d.ts.map +1 -1
- package/dist/cjs/components/skeleton/index.d.ts +1 -1
- package/dist/cjs/components/skeleton/index.d.ts.map +1 -1
- package/dist/cjs/components/tab/index.d.ts +4 -4
- package/dist/cjs/components/tab/index.d.ts.map +1 -1
- package/dist/cjs/components/tenantSelection/Overview.d.ts.map +1 -1
- package/dist/cjs/components/tenantSelection/select/index.d.ts.map +1 -1
- package/dist/cjs/components/text/index.d.ts +1 -1
- package/dist/cjs/components/text/index.d.ts.map +1 -1
- package/dist/cjs/components/translationProvider/index.d.ts.map +1 -1
- package/dist/cjs/components/translationProvider/withTranslationProvider.d.ts +8 -0
- package/dist/cjs/components/translationProvider/withTranslationProvider.d.ts.map +1 -0
- package/dist/cjs/index.js +1025 -1004
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/utilities/i18nInit.d.ts +18 -0
- package/dist/cjs/utilities/i18nInit.d.ts.map +1 -0
- package/dist/esm/components/colorPicker/index.d.ts +8 -0
- package/dist/esm/components/colorPicker/index.d.ts.map +1 -0
- package/dist/esm/components/colorPicker/index.js +13 -0
- package/dist/esm/components/colorPicker/index.js.map +1 -0
- package/dist/esm/components/errorPage/content/EmailChangeVerification.js +1 -1
- package/dist/esm/components/errorPage/content/index.d.ts +10 -0
- package/dist/esm/components/errorPage/content/index.d.ts.map +1 -0
- package/dist/esm/components/errorPage/content/index.js +283 -0
- package/dist/esm/components/errorPage/content/index.js.map +1 -0
- package/dist/esm/components/errorPage/index.d.ts +2 -9
- package/dist/esm/components/errorPage/index.d.ts.map +1 -1
- package/dist/esm/components/errorPage/index.js +5 -283
- package/dist/esm/components/errorPage/index.js.map +1 -1
- package/dist/esm/components/filterPatterns/ActionButton.d.ts.map +1 -1
- package/dist/esm/components/filterPatterns/Heading.d.ts +2 -9
- package/dist/esm/components/filterPatterns/Heading.d.ts.map +1 -1
- package/dist/esm/components/filterPatterns/HeadingContent.d.ts +10 -0
- package/dist/esm/components/filterPatterns/HeadingContent.d.ts.map +1 -0
- package/dist/esm/components/filterPatterns/dialog/Content.d.ts +4 -0
- package/dist/esm/components/filterPatterns/dialog/Content.d.ts.map +1 -0
- package/dist/esm/components/filterPatterns/dialog/index.d.ts +1 -2
- package/dist/esm/components/filterPatterns/dialog/index.d.ts.map +1 -1
- package/dist/esm/components/filterPatterns/popover/Content.d.ts +4 -0
- package/dist/esm/components/filterPatterns/popover/Content.d.ts.map +1 -0
- package/dist/esm/components/filterPatterns/popover/index.d.ts +1 -2
- package/dist/esm/components/filterPatterns/popover/index.d.ts.map +1 -1
- package/dist/esm/components/galleryHeader/Content.d.ts +10 -0
- package/dist/esm/components/galleryHeader/Content.d.ts.map +1 -0
- package/dist/esm/components/galleryHeader/Content.js +196 -0
- package/dist/esm/components/galleryHeader/Content.js.map +1 -0
- package/dist/esm/components/galleryHeader/index.d.ts +3 -9
- package/dist/esm/components/galleryHeader/index.d.ts.map +1 -1
- package/dist/esm/components/galleryHeader/index.js +3 -196
- package/dist/esm/components/galleryHeader/index.js.map +1 -1
- package/dist/esm/components/index.d.ts +10 -9
- package/dist/esm/components/index.d.ts.map +1 -1
- package/dist/esm/components/link/index.d.ts +3 -2
- package/dist/esm/components/link/index.d.ts.map +1 -1
- package/dist/esm/components/link/index.js.map +1 -1
- package/dist/esm/components/navigation/footer/Apps.js +1 -1
- package/dist/esm/components/navigation/footer/Copyright.js +1 -1
- package/dist/esm/components/navigation/footer/Link.js +1 -1
- package/dist/esm/components/navigation/footer/Sections.js +1 -1
- package/dist/esm/components/navigation/header/ComparisonItem.js +1 -1
- package/dist/esm/components/navigation/header/FavoritesItem.js +1 -1
- package/dist/esm/components/navigation/header/NavigationAvatar.d.ts.map +1 -1
- package/dist/esm/components/navigation/header/NavigationAvatar.js +1 -1
- package/dist/esm/components/navigation/header/NavigationItem.js +1 -1
- package/dist/esm/components/navigation/header/drawer/DrawerLoginToggle.d.ts.map +1 -1
- package/dist/esm/components/navigation/header/drawer/DrawerLoginToggle.js +1 -1
- package/dist/esm/components/navigation/header/drawer/DrawerSections.js +1 -1
- package/dist/esm/components/navigation/header/drawer/index.js +1 -1
- package/dist/esm/components/navigation/header/drawer/index.js.map +1 -1
- package/dist/esm/components/navigation/header/links/NavigationLink.d.ts.map +1 -1
- package/dist/esm/components/navigation/header/links/NavigationLink.js +1 -1
- package/dist/esm/components/navigation/header/links/NavigationLink.js.map +1 -1
- package/dist/esm/components/navigation/header/navigationTenantMenu/index.d.ts.map +1 -1
- package/dist/esm/components/navigation/header/navigationTenantMenu/index.js +1 -1
- package/dist/esm/components/skeleton/index.d.ts +1 -1
- package/dist/esm/components/skeleton/index.d.ts.map +1 -1
- package/dist/esm/components/tab/index.d.ts +4 -4
- package/dist/esm/components/tab/index.d.ts.map +1 -1
- package/dist/esm/components/tenantSelection/Overview.d.ts.map +1 -1
- package/dist/esm/components/tenantSelection/Overview.js +1 -1
- package/dist/esm/components/tenantSelection/Overview.js.map +1 -1
- package/dist/esm/components/tenantSelection/select/index.d.ts.map +1 -1
- package/dist/esm/components/tenantSelection/select/index.js +1 -1
- package/dist/esm/components/tenantSelection/select/index.js.map +1 -1
- package/dist/esm/components/text/index.d.ts +1 -1
- package/dist/esm/components/text/index.d.ts.map +1 -1
- package/dist/esm/components/translationProvider/index.d.ts.map +1 -1
- package/dist/esm/components/translationProvider/index.js +2 -1
- package/dist/esm/components/translationProvider/index.js.map +1 -1
- package/dist/esm/components/translationProvider/withTranslationProvider.d.ts +8 -0
- package/dist/esm/components/translationProvider/withTranslationProvider.d.ts.map +1 -0
- package/dist/esm/components/translationProvider/withTranslationProvider.js +16 -0
- package/dist/esm/components/translationProvider/withTranslationProvider.js.map +1 -0
- package/dist/esm/index.js +10 -9
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/utilities/i18nInit.d.ts +18 -0
- package/dist/esm/utilities/i18nInit.d.ts.map +1 -0
- package/dist/esm/utilities/i18nInit.js +7 -0
- package/dist/esm/utilities/i18nInit.js.map +1 -0
- package/dist/index.d.ts +257 -197
- package/package.json +12 -12
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { keyframes } from '@emotion/react';
|
|
2
2
|
import * as _chakra_ui_react from '@chakra-ui/react';
|
|
3
|
-
import { UseMediaQueryOptions, AccordionRootProps, RecipeVariantProps, BoxProps, BadgeProps as BadgeProps$1, BreadcrumbRootProps, ButtonProps, Card as Card$1,
|
|
3
|
+
import { UseMediaQueryOptions, AccordionRootProps, RecipeVariantProps, BoxProps, BadgeProps as BadgeProps$1, BreadcrumbRootProps, ButtonProps, Card as Card$1, InputProps as InputProps$1, CenterProps as CenterProps$1, CheckboxCheckedChangeDetails, Switch as Switch$1, UseDialogProps, DrawerContentProps, DrawerBodyProps, DrawerRootProps, FlexProps as FlexProps$1, HeadingProps as HeadingProps$1, LinkProps as LinkProps$2, List as List$1, ConditionalValue, MenuTriggerProps, MenuContentProps, MenuRootProps, Accordion as Accordion$1, NumberInput, Slider, NativeSelectRootProps, NativeSelectFieldProps, SeparatorProps, SimpleGridProps, StackProps as StackProps$1, TabsTriggerProps, TabsListProps, TabsContentProps, TabsRootProps, Table as Table$1, TextProps } from '@chakra-ui/react';
|
|
4
4
|
export { AspectRatioProps, Box, BoxProps, CardBodyProps, CardFooterProps, CardHeaderProps, GridItemProps, GridProps, ListItemProps, ListRootProps, SeparatorProps, StackSeparator, TableBodyProps, TableCaptionProps, TableCellProps, TableColumnGroupProps, TableColumnHeaderProps, TableColumnProps, TableFooterProps, TableHeaderProps, TableRootProps, TableRowProps, TableScrollAreaProps, TextProps, useBreakpointValue, useChakraContext, useDisclosure } from '@chakra-ui/react';
|
|
5
5
|
import * as React from 'react';
|
|
6
6
|
import React__default, { FocusEventHandler, ChangeEventHandler, FC, PropsWithChildren, ReactNode, ReactElement, ElementType, ComponentProps, JSX } from 'react';
|
|
@@ -9,8 +9,8 @@ import * as node_modules__chakra_ui_react_dist_types_styled_system_generated_sys
|
|
|
9
9
|
import * as node_modules__chakra_ui_react_dist_types_styled_system_generated_prop_types_gen from 'node_modules/@chakra-ui/react/dist/types/styled-system/generated/prop-types.gen';
|
|
10
10
|
import * as node_modules__chakra_ui_react_dist_types_styled_system_css_types from 'node_modules/@chakra-ui/react/dist/types/styled-system/css.types';
|
|
11
11
|
import { Language as Language$1 } from '@smg-automotive/i18n-pkg';
|
|
12
|
-
import { EnrichedSessionUser } from '@smg-automotive/auth';
|
|
13
12
|
import { RangeTuple } from 'fuse.js';
|
|
13
|
+
import { EnrichedSessionUser } from '@smg-automotive/auth';
|
|
14
14
|
|
|
15
15
|
declare const motoScout24Config: _chakra_ui_react.SystemConfig;
|
|
16
16
|
declare const _default$1: _chakra_ui_react.SystemContext;
|
|
@@ -289,6 +289,47 @@ declare const Card: {
|
|
|
289
289
|
Footer: React.ForwardRefExoticComponent<Card$1.FooterProps & React.RefAttributes<HTMLDivElement>>;
|
|
290
290
|
};
|
|
291
291
|
|
|
292
|
+
type BreakpointKeys = keyof typeof breakpoints;
|
|
293
|
+
type ResponsiveValue<T> = Partial<Record<BreakpointKeys, T>>;
|
|
294
|
+
|
|
295
|
+
type SharedProps$2 = {
|
|
296
|
+
startIndex?: number;
|
|
297
|
+
onSlideClick?: (index: number) => void;
|
|
298
|
+
onSlideSelect?: (index: number) => void;
|
|
299
|
+
slidesPerView?: ResponsiveValue<number> | 1;
|
|
300
|
+
loop?: boolean;
|
|
301
|
+
slidesToScroll?: 'auto' | number;
|
|
302
|
+
};
|
|
303
|
+
type DefaultProps = {
|
|
304
|
+
fullScreen?: never;
|
|
305
|
+
children: ReactNode[];
|
|
306
|
+
paginationType?: Exclude<PaginationType, PaginationType.Thumbnail>;
|
|
307
|
+
} & SharedProps$2;
|
|
308
|
+
type FullScreenSlide = {
|
|
309
|
+
slide: ReactNode;
|
|
310
|
+
thumbnail: ReactNode;
|
|
311
|
+
onSlideEnter?: () => void;
|
|
312
|
+
onSlideLeave?: () => void;
|
|
313
|
+
};
|
|
314
|
+
type FullScreenProps = {
|
|
315
|
+
fullScreen: true;
|
|
316
|
+
paginationType?: never;
|
|
317
|
+
children: FullScreenSlide[];
|
|
318
|
+
} & SharedProps$2;
|
|
319
|
+
type CarouselProps = DefaultProps | FullScreenProps;
|
|
320
|
+
declare enum PaginationType {
|
|
321
|
+
Thumbnail = "thumbnail",
|
|
322
|
+
Number = "number",
|
|
323
|
+
None = "none",
|
|
324
|
+
Dot = "dot"
|
|
325
|
+
}
|
|
326
|
+
declare const Carousel: FC<CarouselProps>;
|
|
327
|
+
|
|
328
|
+
interface ColorPickerProps extends InputProps$1 {
|
|
329
|
+
invalid?: boolean;
|
|
330
|
+
}
|
|
331
|
+
declare const ColorPicker: React__default.ForwardRefExoticComponent<ColorPickerProps & React__default.RefAttributes<HTMLInputElement>>;
|
|
332
|
+
|
|
292
333
|
type CenterProps = Pick<CenterProps$1, 'children' | 'padding'>;
|
|
293
334
|
declare const Center: FC<CenterProps>;
|
|
294
335
|
|
|
@@ -362,6 +403,39 @@ interface CheckboxGroupProps extends CheckboxProps {
|
|
|
362
403
|
}
|
|
363
404
|
declare const CheckboxGroup: FC<CheckboxGroupProps>;
|
|
364
405
|
|
|
406
|
+
declare const chipRecipe: _chakra_ui_react.RecipeDefinition<{
|
|
407
|
+
selected: {
|
|
408
|
+
false: {
|
|
409
|
+
_hover: {
|
|
410
|
+
bg: "white";
|
|
411
|
+
borderColor: "black";
|
|
412
|
+
_active: {
|
|
413
|
+
bg: "gray.100";
|
|
414
|
+
borderColor: "gray.200";
|
|
415
|
+
};
|
|
416
|
+
};
|
|
417
|
+
};
|
|
418
|
+
true: {
|
|
419
|
+
bg: "blue.100";
|
|
420
|
+
px: "md";
|
|
421
|
+
borderColor: "transparent";
|
|
422
|
+
_hover: {
|
|
423
|
+
bg: "blue.50";
|
|
424
|
+
_active: {
|
|
425
|
+
bg: "blue.200";
|
|
426
|
+
};
|
|
427
|
+
};
|
|
428
|
+
};
|
|
429
|
+
};
|
|
430
|
+
}>;
|
|
431
|
+
|
|
432
|
+
type ChipProps = {
|
|
433
|
+
onClick?: () => void;
|
|
434
|
+
href?: string;
|
|
435
|
+
'aria-label'?: string;
|
|
436
|
+
} & RecipeVariantProps<typeof chipRecipe>;
|
|
437
|
+
declare const Chip: FC<PropsWithChildren<ChipProps>>;
|
|
438
|
+
|
|
365
439
|
declare const countRecipe: _chakra_ui_react.RecipeDefinition<{
|
|
366
440
|
variant: {
|
|
367
441
|
primary: {
|
|
@@ -432,7 +506,7 @@ type DatePickerProps = Pick<InputProps$1, 'onFocus' | 'onBlur' | 'onChange'> & I
|
|
|
432
506
|
value?: string;
|
|
433
507
|
invalid?: boolean;
|
|
434
508
|
};
|
|
435
|
-
declare const DatePicker: React__default.ForwardRefExoticComponent<Pick<InputProps$1, "
|
|
509
|
+
declare const DatePicker: React__default.ForwardRefExoticComponent<Pick<InputProps$1, "onFocus" | "onBlur" | "onChange"> & {
|
|
436
510
|
variant?: _chakra_ui_react.ConditionalValue<"outline" | undefined>;
|
|
437
511
|
size?: _chakra_ui_react.ConditionalValue<"md" | "lg" | undefined>;
|
|
438
512
|
} & {
|
|
@@ -1740,6 +1814,19 @@ type DialogProps = DialogRootProps & {
|
|
|
1740
1814
|
};
|
|
1741
1815
|
declare const Dialog: FC<PropsWithChildren<DialogProps>>;
|
|
1742
1816
|
|
|
1817
|
+
type DiscreteSliderMark<T> = {
|
|
1818
|
+
stepValue?: number;
|
|
1819
|
+
label: ReactNode;
|
|
1820
|
+
value: T;
|
|
1821
|
+
};
|
|
1822
|
+
type DiscreteSliderProps<T> = {
|
|
1823
|
+
applyIndentation?: boolean;
|
|
1824
|
+
marks: DiscreteSliderMark<T>[];
|
|
1825
|
+
value: T;
|
|
1826
|
+
onValueChanged: (arg: T) => void;
|
|
1827
|
+
};
|
|
1828
|
+
declare const DiscreteSlider: <T>({ marks, applyIndentation, onValueChanged, value, }: DiscreteSliderProps<T>) => React__default.JSX.Element;
|
|
1829
|
+
|
|
1743
1830
|
declare const DrawerOverlay: FC<PropsWithChildren>;
|
|
1744
1831
|
|
|
1745
1832
|
interface Props$6 extends DrawerContentProps {
|
|
@@ -1801,16 +1888,26 @@ declare const EnergyLabel: FC<EnergyLabelProps>;
|
|
|
1801
1888
|
|
|
1802
1889
|
type ErrorStatusCode = 404 | 500 | 'clientSide' | 'UNVERIFIED_EMAIL' | 'INITIAL_UNVERIFIED_EMAIL' | 'USER_BLOCKED' | 'UNKNOWN_AUTH_ERROR' | 'EMAIL_CHANGE_VERIFICATION_ERROR';
|
|
1803
1890
|
|
|
1804
|
-
interface
|
|
1891
|
+
interface ErrorPageContentProps {
|
|
1805
1892
|
statusCode: ErrorStatusCode;
|
|
1806
1893
|
language: Language$1;
|
|
1807
1894
|
onButtonClick?: () => void;
|
|
1808
1895
|
}
|
|
1809
|
-
|
|
1896
|
+
|
|
1897
|
+
declare const ErrorPage: React.FC<ErrorPageContentProps>;
|
|
1810
1898
|
|
|
1811
1899
|
type FlexProps = Omit<FlexProps$1, 'gap' | 'columnGap' | 'rowGap'>;
|
|
1812
1900
|
declare const Flex: FC<FlexProps>;
|
|
1813
1901
|
|
|
1902
|
+
type BaseProps = {
|
|
1903
|
+
id: string;
|
|
1904
|
+
errorMessage?: string;
|
|
1905
|
+
label?: string;
|
|
1906
|
+
hint?: string;
|
|
1907
|
+
tooltip?: string;
|
|
1908
|
+
};
|
|
1909
|
+
declare const FormControlSection: FC<PropsWithChildren<BaseProps>>;
|
|
1910
|
+
|
|
1814
1911
|
declare const FullHeight: FC<PropsWithChildren>;
|
|
1815
1912
|
|
|
1816
1913
|
type Language = 'de' | 'fr' | 'it' | 'en';
|
|
@@ -1821,7 +1918,8 @@ interface GalleryHeaderProps {
|
|
|
1821
1918
|
onClose: () => void;
|
|
1822
1919
|
language: Language;
|
|
1823
1920
|
}
|
|
1824
|
-
|
|
1921
|
+
|
|
1922
|
+
declare const GalleryHeader: React.FC<PropsWithChildren<GalleryHeaderProps>>;
|
|
1825
1923
|
|
|
1826
1924
|
declare const Grid: React.ForwardRefExoticComponent<_chakra_ui_react.GridProps & React.RefAttributes<HTMLDivElement>>;
|
|
1827
1925
|
declare const GridItem: React.ForwardRefExoticComponent<_chakra_ui_react.GridItemProps & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -2167,7 +2265,7 @@ declare const CollapseIcon: React__default.ForwardRefExoticComponent<_chakra_ui_
|
|
|
2167
2265
|
declare const ForwardIcon: React__default.ForwardRefExoticComponent<_chakra_ui_react.IconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
2168
2266
|
|
|
2169
2267
|
type InputVariantProps = RecipeVariantProps<typeof inputSlotRecipe>;
|
|
2170
|
-
type SharedProps$
|
|
2268
|
+
type SharedProps$1 = InputVariantProps & {
|
|
2171
2269
|
placeholder?: string;
|
|
2172
2270
|
disabled?: boolean;
|
|
2173
2271
|
onBlur?: FocusEventHandler<HTMLInputElement>;
|
|
@@ -2186,19 +2284,19 @@ type ControlledInputProps = {
|
|
|
2186
2284
|
value: string | number;
|
|
2187
2285
|
onChange: ChangeEventHandler<HTMLInputElement>;
|
|
2188
2286
|
setInputValue?: never;
|
|
2189
|
-
} & SharedProps$
|
|
2287
|
+
} & SharedProps$1;
|
|
2190
2288
|
type BaseInputPros = {
|
|
2191
2289
|
debounce?: false;
|
|
2192
2290
|
value?: never;
|
|
2193
2291
|
onChange?: ChangeEventHandler<HTMLInputElement>;
|
|
2194
2292
|
setInputValue?: never;
|
|
2195
|
-
} & SharedProps$
|
|
2293
|
+
} & SharedProps$1;
|
|
2196
2294
|
type DebouncedInputPros = {
|
|
2197
2295
|
value: string | number;
|
|
2198
2296
|
onChange?: never;
|
|
2199
2297
|
debounce: true;
|
|
2200
2298
|
setInputValue: (value: string) => void;
|
|
2201
|
-
} & SharedProps$
|
|
2299
|
+
} & SharedProps$1;
|
|
2202
2300
|
type InputProps = ControlledInputProps | BaseInputPros | DebouncedInputPros;
|
|
2203
2301
|
declare const Input: React__default.ForwardRefExoticComponent<InputProps & React__default.RefAttributes<HTMLInputElement>>;
|
|
2204
2302
|
|
|
@@ -2259,9 +2357,62 @@ interface Props$4 extends Omit<TwoColumnsLayoutProps, 'left' | 'right'> {
|
|
|
2259
2357
|
}
|
|
2260
2358
|
declare const LayoutWithVehicleReference: FC<PropsWithChildren<Props$4>>;
|
|
2261
2359
|
|
|
2360
|
+
declare const linkRecipe: _chakra_ui_react.RecipeDefinition<{
|
|
2361
|
+
variant: {
|
|
2362
|
+
baseLink: {
|
|
2363
|
+
_hover: {
|
|
2364
|
+
cursor: "pointer";
|
|
2365
|
+
textDecoration: "underline";
|
|
2366
|
+
};
|
|
2367
|
+
};
|
|
2368
|
+
navigationLink: {
|
|
2369
|
+
color: "gray.900";
|
|
2370
|
+
cursor: "pointer";
|
|
2371
|
+
fontSize: "base";
|
|
2372
|
+
_hover: {
|
|
2373
|
+
textDecoration: "none";
|
|
2374
|
+
color: "blue.700";
|
|
2375
|
+
};
|
|
2376
|
+
};
|
|
2377
|
+
subNavigationLink: {
|
|
2378
|
+
color: "gray.900";
|
|
2379
|
+
cursor: "pointer";
|
|
2380
|
+
fontSize: "base";
|
|
2381
|
+
_hover: {
|
|
2382
|
+
textDecoration: "underline";
|
|
2383
|
+
};
|
|
2384
|
+
_focusVisible: {
|
|
2385
|
+
outline: "none";
|
|
2386
|
+
};
|
|
2387
|
+
};
|
|
2388
|
+
footerLink: {
|
|
2389
|
+
color: "white";
|
|
2390
|
+
_hover: {
|
|
2391
|
+
textDecoration: "underline";
|
|
2392
|
+
};
|
|
2393
|
+
_active: {
|
|
2394
|
+
color: "gray.50";
|
|
2395
|
+
};
|
|
2396
|
+
_visited: {
|
|
2397
|
+
color: "white";
|
|
2398
|
+
};
|
|
2399
|
+
};
|
|
2400
|
+
};
|
|
2401
|
+
disabled: {
|
|
2402
|
+
true: {
|
|
2403
|
+
textDecoration: "none";
|
|
2404
|
+
pointerEvents: "none";
|
|
2405
|
+
color: "gray.500";
|
|
2406
|
+
_hover: {
|
|
2407
|
+
textDecoration: "none";
|
|
2408
|
+
};
|
|
2409
|
+
};
|
|
2410
|
+
};
|
|
2411
|
+
}>;
|
|
2412
|
+
|
|
2262
2413
|
type LinkProps = LinkProps$2 & {
|
|
2263
2414
|
isExternal?: boolean;
|
|
2264
|
-
}
|
|
2415
|
+
} & RecipeVariantProps<typeof linkRecipe>;
|
|
2265
2416
|
declare const Link: FC<LinkProps>;
|
|
2266
2417
|
|
|
2267
2418
|
declare const Root$1: React.ForwardRefExoticComponent<List$1.RootProps & React.RefAttributes<HTMLUListElement>>;
|
|
@@ -2271,38 +2422,51 @@ declare const List: {
|
|
|
2271
2422
|
Item: React.ForwardRefExoticComponent<List$1.ItemProps & React.RefAttributes<HTMLLIElement>>;
|
|
2272
2423
|
};
|
|
2273
2424
|
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
bg: "gray.100";
|
|
2282
|
-
borderColor: "gray.200";
|
|
2283
|
-
};
|
|
2284
|
-
};
|
|
2285
|
-
};
|
|
2286
|
-
true: {
|
|
2287
|
-
bg: "blue.100";
|
|
2288
|
-
px: "md";
|
|
2289
|
-
borderColor: "transparent";
|
|
2290
|
-
_hover: {
|
|
2291
|
-
bg: "blue.50";
|
|
2292
|
-
_active: {
|
|
2293
|
-
bg: "blue.200";
|
|
2294
|
-
};
|
|
2295
|
-
};
|
|
2296
|
-
};
|
|
2297
|
-
};
|
|
2298
|
-
}>;
|
|
2425
|
+
type SearchFieldOptions = {
|
|
2426
|
+
placeholder?: string;
|
|
2427
|
+
onFocus?: () => void;
|
|
2428
|
+
onBlur?: () => void;
|
|
2429
|
+
autofocusOnDesktop?: boolean;
|
|
2430
|
+
autoComplete?: 'on' | 'off';
|
|
2431
|
+
};
|
|
2299
2432
|
|
|
2300
|
-
type
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2433
|
+
type CommonListItem = {
|
|
2434
|
+
label: string;
|
|
2435
|
+
value: string;
|
|
2436
|
+
facet?: string;
|
|
2437
|
+
isSelected: boolean;
|
|
2438
|
+
showChevron?: boolean;
|
|
2439
|
+
highlightIndices?: readonly RangeTuple[];
|
|
2440
|
+
isCheckbox?: boolean;
|
|
2441
|
+
paddingLeft?: ConditionalValue<'md' | '2xl'>;
|
|
2442
|
+
};
|
|
2443
|
+
type CheckboxListItem = {
|
|
2444
|
+
onClick: (details: CheckboxCheckedChangeDetails) => void;
|
|
2445
|
+
isCheckbox: true;
|
|
2446
|
+
isIndeterminate?: boolean;
|
|
2447
|
+
} & CommonListItem;
|
|
2448
|
+
type RadioButtonListItem = {
|
|
2449
|
+
onClick: React__default.MouseEventHandler<HTMLButtonElement>;
|
|
2450
|
+
isCheckbox?: false;
|
|
2451
|
+
} & CommonListItem;
|
|
2452
|
+
type ListItemType = CheckboxListItem | RadioButtonListItem;
|
|
2453
|
+
|
|
2454
|
+
type ListItemWithChildren = ListItemType & {
|
|
2455
|
+
children?: ListItemType[];
|
|
2456
|
+
};
|
|
2457
|
+
type Props$3 = {
|
|
2458
|
+
listItems: ListItemWithChildren[];
|
|
2459
|
+
NoResults?: FC;
|
|
2460
|
+
EmptyQueryPlaceholder?: FC;
|
|
2461
|
+
listAriaLabel?: string;
|
|
2462
|
+
searchFieldOptions?: SearchFieldOptions;
|
|
2463
|
+
listOptions?: {
|
|
2464
|
+
columns?: number;
|
|
2465
|
+
childrenSpacing?: 'md' | '2xl';
|
|
2466
|
+
};
|
|
2467
|
+
listRef?: React__default.RefObject<HTMLUListElement | null>;
|
|
2468
|
+
};
|
|
2469
|
+
declare const SearchableList: FC<Props$3>;
|
|
2306
2470
|
|
|
2307
2471
|
interface MenuItem {
|
|
2308
2472
|
text: JSX.Element | string;
|
|
@@ -2382,6 +2546,33 @@ type PaginationProps = {
|
|
|
2382
2546
|
} & Pick<BoxProps, 'marginTop' | 'marginBottom'>;
|
|
2383
2547
|
declare const Pagination: FC<PaginationProps>;
|
|
2384
2548
|
|
|
2549
|
+
type RangeFilterInputField<Name> = {
|
|
2550
|
+
name: Name;
|
|
2551
|
+
value?: number | null;
|
|
2552
|
+
placeholder?: string;
|
|
2553
|
+
ariaLabel?: string;
|
|
2554
|
+
};
|
|
2555
|
+
type ChangeCallback<Name> = {
|
|
2556
|
+
value?: number | null;
|
|
2557
|
+
name: Name;
|
|
2558
|
+
};
|
|
2559
|
+
type PickedNumberInputProps = Pick<React__default.ComponentProps<typeof NumberInput.Root>, 'min' | 'max' | 'disabled' | 'onFocus'>;
|
|
2560
|
+
type RangeFilterInputProps<NameFrom extends string, NameTo extends string> = {
|
|
2561
|
+
from: RangeFilterInputField<NameFrom>;
|
|
2562
|
+
handleChange: (event: ChangeCallback<NameFrom | NameTo>) => void;
|
|
2563
|
+
onBlur?: (event: ChangeCallback<NameFrom | NameTo>) => void;
|
|
2564
|
+
to: RangeFilterInputField<NameTo>;
|
|
2565
|
+
unit?: string;
|
|
2566
|
+
} & PickedNumberInputProps;
|
|
2567
|
+
declare const RangeFilterInput: <NameFrom extends string, NameTo extends string>({ from, to, handleChange, unit, onBlur, ...rest }: RangeFilterInputProps<NameFrom, NameTo>) => React__default.JSX.Element;
|
|
2568
|
+
|
|
2569
|
+
type SliderRootProps = Omit<React__default.ComponentProps<typeof Slider.Root>, 'onChange'>;
|
|
2570
|
+
type RangeSliderProps = SliderRootProps & {
|
|
2571
|
+
onChange?: (values: number[]) => void;
|
|
2572
|
+
onChangeEnd?: (values: number[]) => void;
|
|
2573
|
+
};
|
|
2574
|
+
declare const RangeSlider: React__default.FC<RangeSliderProps>;
|
|
2575
|
+
|
|
2385
2576
|
declare const ratingRecipe: _chakra_ui_react.RecipeDefinition<{
|
|
2386
2577
|
size: {
|
|
2387
2578
|
sm: {
|
|
@@ -2461,8 +2652,8 @@ declare const Select: React__default.ForwardRefExoticComponent<SelectProps & Rea
|
|
|
2461
2652
|
|
|
2462
2653
|
declare const Separator: React.ForwardRefExoticComponent<SeparatorProps & React.RefAttributes<HTMLSpanElement>>;
|
|
2463
2654
|
|
|
2464
|
-
type Props$
|
|
2465
|
-
declare const SimpleGrid: FC<Props$
|
|
2655
|
+
type Props$2 = Pick<SimpleGridProps, 'minChildWidth' | 'columns' | 'children' | 'alignItems' | 'width' | 'rowGap' | 'gap'>;
|
|
2656
|
+
declare const SimpleGrid: FC<Props$2>;
|
|
2466
2657
|
|
|
2467
2658
|
interface SimpleHeaderProps {
|
|
2468
2659
|
title: string;
|
|
@@ -2582,6 +2773,19 @@ declare const Table: {
|
|
|
2582
2773
|
ScrollArea: _chakra_ui_react.ChakraComponent<"div", {}>;
|
|
2583
2774
|
};
|
|
2584
2775
|
|
|
2776
|
+
type TenantSelectionState = {
|
|
2777
|
+
showSelection: boolean;
|
|
2778
|
+
persistSelection: boolean;
|
|
2779
|
+
selectedTenant: null | number;
|
|
2780
|
+
};
|
|
2781
|
+
type TenantSelectionProps = {
|
|
2782
|
+
user: EnrichedSessionUser | null;
|
|
2783
|
+
isLoading?: boolean;
|
|
2784
|
+
selectTenant: (sellerId: number | string) => void;
|
|
2785
|
+
language: Language$1;
|
|
2786
|
+
};
|
|
2787
|
+
declare const TenantSelection: FC<TenantSelectionProps>;
|
|
2788
|
+
|
|
2585
2789
|
declare const Text: React.ForwardRefExoticComponent<TextProps & React.RefAttributes<HTMLParagraphElement>>;
|
|
2586
2790
|
|
|
2587
2791
|
type HighlightedTextProps = {
|
|
@@ -2619,12 +2823,12 @@ declare const markedTextRecipe: _chakra_ui_react.SlotRecipeDefinition<"container
|
|
|
2619
2823
|
};
|
|
2620
2824
|
}>;
|
|
2621
2825
|
|
|
2622
|
-
type SharedProps
|
|
2623
|
-
type HighlightProps = SharedProps
|
|
2826
|
+
type SharedProps = Exclude<BoxProps, 'position' | 'width' | 'display' | 'alignItems'> & RecipeVariantProps<typeof markedTextRecipe>;
|
|
2827
|
+
type HighlightProps = SharedProps & {
|
|
2624
2828
|
variant?: 'highlight';
|
|
2625
2829
|
highlightColor?: 'white' | 'gray.100' | 'brand.primary';
|
|
2626
2830
|
};
|
|
2627
|
-
type UnderlineProps = SharedProps
|
|
2831
|
+
type UnderlineProps = SharedProps & {
|
|
2628
2832
|
variant: 'underline';
|
|
2629
2833
|
highlightColor?: never;
|
|
2630
2834
|
};
|
|
@@ -2639,160 +2843,16 @@ type ThemeProviderProps = {
|
|
|
2639
2843
|
};
|
|
2640
2844
|
declare const ThemeProvider: FC<PropsWithChildren<ThemeProviderProps>>;
|
|
2641
2845
|
|
|
2642
|
-
type Props$2 = {
|
|
2643
|
-
aspectRatio?: number;
|
|
2644
|
-
};
|
|
2645
|
-
declare const TopListingBadge: FC<PropsWithChildren<Props$2>>;
|
|
2646
|
-
|
|
2647
|
-
type RangeFilterInputField<Name> = {
|
|
2648
|
-
name: Name;
|
|
2649
|
-
value?: number | null;
|
|
2650
|
-
placeholder?: string;
|
|
2651
|
-
ariaLabel?: string;
|
|
2652
|
-
};
|
|
2653
|
-
type ChangeCallback<Name> = {
|
|
2654
|
-
value?: number | null;
|
|
2655
|
-
name: Name;
|
|
2656
|
-
};
|
|
2657
|
-
type PickedNumberInputProps = Pick<React__default.ComponentProps<typeof NumberInput.Root>, 'min' | 'max' | 'disabled' | 'onFocus'>;
|
|
2658
|
-
type RangeFilterInputProps<NameFrom extends string, NameTo extends string> = {
|
|
2659
|
-
from: RangeFilterInputField<NameFrom>;
|
|
2660
|
-
handleChange: (event: ChangeCallback<NameFrom | NameTo>) => void;
|
|
2661
|
-
onBlur?: (event: ChangeCallback<NameFrom | NameTo>) => void;
|
|
2662
|
-
to: RangeFilterInputField<NameTo>;
|
|
2663
|
-
unit?: string;
|
|
2664
|
-
} & PickedNumberInputProps;
|
|
2665
|
-
declare const RangeFilterInput: <NameFrom extends string, NameTo extends string>({ from, to, handleChange, unit, onBlur, ...rest }: RangeFilterInputProps<NameFrom, NameTo>) => React__default.JSX.Element;
|
|
2666
|
-
|
|
2667
2846
|
type Props$1 = {
|
|
2668
2847
|
aspectRatio?: number;
|
|
2669
|
-
brand: Brand;
|
|
2670
|
-
};
|
|
2671
|
-
declare const TopVehicleSharedBadge: FC<PropsWithChildren<Props$1>>;
|
|
2672
|
-
|
|
2673
|
-
type DiscreteSliderMark<T> = {
|
|
2674
|
-
stepValue?: number;
|
|
2675
|
-
label: ReactNode;
|
|
2676
|
-
value: T;
|
|
2677
|
-
};
|
|
2678
|
-
type DiscreteSliderProps<T> = {
|
|
2679
|
-
applyIndentation?: boolean;
|
|
2680
|
-
marks: DiscreteSliderMark<T>[];
|
|
2681
|
-
value: T;
|
|
2682
|
-
onValueChanged: (arg: T) => void;
|
|
2683
|
-
};
|
|
2684
|
-
declare const DiscreteSlider: <T>({ marks, applyIndentation, onValueChanged, value, }: DiscreteSliderProps<T>) => React__default.JSX.Element;
|
|
2685
|
-
|
|
2686
|
-
type BaseProps = {
|
|
2687
|
-
id: string;
|
|
2688
|
-
errorMessage?: string;
|
|
2689
|
-
label?: string;
|
|
2690
|
-
hint?: string;
|
|
2691
|
-
tooltip?: string;
|
|
2692
2848
|
};
|
|
2693
|
-
declare const
|
|
2849
|
+
declare const TopListingBadge: FC<PropsWithChildren<Props$1>>;
|
|
2694
2850
|
|
|
2695
|
-
type SliderRootProps = Omit<React__default.ComponentProps<typeof Slider.Root>, 'onChange'>;
|
|
2696
|
-
type RangeSliderProps = SliderRootProps & {
|
|
2697
|
-
onChange?: (values: number[]) => void;
|
|
2698
|
-
onChangeEnd?: (values: number[]) => void;
|
|
2699
|
-
};
|
|
2700
|
-
declare const RangeSlider: React__default.FC<RangeSliderProps>;
|
|
2701
|
-
|
|
2702
|
-
type BreakpointKeys = keyof typeof breakpoints;
|
|
2703
|
-
type ResponsiveValue<T> = Partial<Record<BreakpointKeys, T>>;
|
|
2704
|
-
|
|
2705
|
-
type SharedProps = {
|
|
2706
|
-
startIndex?: number;
|
|
2707
|
-
onSlideClick?: (index: number) => void;
|
|
2708
|
-
onSlideSelect?: (index: number) => void;
|
|
2709
|
-
slidesPerView?: ResponsiveValue<number> | 1;
|
|
2710
|
-
loop?: boolean;
|
|
2711
|
-
slidesToScroll?: 'auto' | number;
|
|
2712
|
-
};
|
|
2713
|
-
type DefaultProps = {
|
|
2714
|
-
fullScreen?: never;
|
|
2715
|
-
children: ReactNode[];
|
|
2716
|
-
paginationType?: Exclude<PaginationType, PaginationType.Thumbnail>;
|
|
2717
|
-
} & SharedProps;
|
|
2718
|
-
type FullScreenSlide = {
|
|
2719
|
-
slide: ReactNode;
|
|
2720
|
-
thumbnail: ReactNode;
|
|
2721
|
-
onSlideEnter?: () => void;
|
|
2722
|
-
onSlideLeave?: () => void;
|
|
2723
|
-
};
|
|
2724
|
-
type FullScreenProps = {
|
|
2725
|
-
fullScreen: true;
|
|
2726
|
-
paginationType?: never;
|
|
2727
|
-
children: FullScreenSlide[];
|
|
2728
|
-
} & SharedProps;
|
|
2729
|
-
type CarouselProps = DefaultProps | FullScreenProps;
|
|
2730
|
-
declare enum PaginationType {
|
|
2731
|
-
Thumbnail = "thumbnail",
|
|
2732
|
-
Number = "number",
|
|
2733
|
-
None = "none",
|
|
2734
|
-
Dot = "dot"
|
|
2735
|
-
}
|
|
2736
|
-
declare const Carousel: FC<CarouselProps>;
|
|
2737
|
-
|
|
2738
|
-
type SearchFieldOptions = {
|
|
2739
|
-
placeholder?: string;
|
|
2740
|
-
onFocus?: () => void;
|
|
2741
|
-
onBlur?: () => void;
|
|
2742
|
-
autofocusOnDesktop?: boolean;
|
|
2743
|
-
autoComplete?: 'on' | 'off';
|
|
2744
|
-
};
|
|
2745
|
-
|
|
2746
|
-
type CommonListItem = {
|
|
2747
|
-
label: string;
|
|
2748
|
-
value: string;
|
|
2749
|
-
facet?: string;
|
|
2750
|
-
isSelected: boolean;
|
|
2751
|
-
showChevron?: boolean;
|
|
2752
|
-
highlightIndices?: readonly RangeTuple[];
|
|
2753
|
-
isCheckbox?: boolean;
|
|
2754
|
-
paddingLeft?: ConditionalValue<'md' | '2xl'>;
|
|
2755
|
-
};
|
|
2756
|
-
type CheckboxListItem = {
|
|
2757
|
-
onClick: (details: CheckboxCheckedChangeDetails) => void;
|
|
2758
|
-
isCheckbox: true;
|
|
2759
|
-
isIndeterminate?: boolean;
|
|
2760
|
-
} & CommonListItem;
|
|
2761
|
-
type RadioButtonListItem = {
|
|
2762
|
-
onClick: React__default.MouseEventHandler<HTMLButtonElement>;
|
|
2763
|
-
isCheckbox?: false;
|
|
2764
|
-
} & CommonListItem;
|
|
2765
|
-
type ListItemType = CheckboxListItem | RadioButtonListItem;
|
|
2766
|
-
|
|
2767
|
-
type ListItemWithChildren = ListItemType & {
|
|
2768
|
-
children?: ListItemType[];
|
|
2769
|
-
};
|
|
2770
2851
|
type Props = {
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
EmptyQueryPlaceholder?: FC;
|
|
2774
|
-
listAriaLabel?: string;
|
|
2775
|
-
searchFieldOptions?: SearchFieldOptions;
|
|
2776
|
-
listOptions?: {
|
|
2777
|
-
columns?: number;
|
|
2778
|
-
childrenSpacing?: 'md' | '2xl';
|
|
2779
|
-
};
|
|
2780
|
-
listRef?: React__default.RefObject<HTMLUListElement | null>;
|
|
2781
|
-
};
|
|
2782
|
-
declare const SearchableList: FC<Props>;
|
|
2783
|
-
|
|
2784
|
-
type TenantSelectionState = {
|
|
2785
|
-
showSelection: boolean;
|
|
2786
|
-
persistSelection: boolean;
|
|
2787
|
-
selectedTenant: null | number;
|
|
2788
|
-
};
|
|
2789
|
-
type TenantSelectionProps = {
|
|
2790
|
-
user: EnrichedSessionUser | null;
|
|
2791
|
-
isLoading?: boolean;
|
|
2792
|
-
selectTenant: (sellerId: number | string) => void;
|
|
2793
|
-
language: Language$1;
|
|
2852
|
+
aspectRatio?: number;
|
|
2853
|
+
brand: Brand;
|
|
2794
2854
|
};
|
|
2795
|
-
declare const
|
|
2855
|
+
declare const TopVehicleSharedBadge: FC<PropsWithChildren<Props>>;
|
|
2796
2856
|
|
|
2797
2857
|
declare const convertRemEmToPx: (value: string) => number;
|
|
2798
2858
|
|
|
@@ -2801,5 +2861,5 @@ declare class Logger {
|
|
|
2801
2861
|
}
|
|
2802
2862
|
declare const logger: Logger;
|
|
2803
2863
|
|
|
2804
|
-
export { Accordion, AddPhotoIcon, AdvancedSearchIcon, AndroidIcon, AppleIcon, ArrowCircleIcon, ArrowDiagonalIcon, ArrowDownCircleIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpCircleIcon, ArrowUpIcon, ArticleTeaser, AspectRatio, AutoScout24AppLogo, AutoScout24Icon, Avatar, AvatarIcon, AvatarWithNotificationIcon, Badge, BankNotesIcon, BatteryIcon, BookmarkIcon, Breadcrumbs, BulbIcon, Button, CabrioletIcon, CalculatorIcon, CalendarIcon, CallIcon, CamperIcon, CarConditionIcon, CarIcon, Card, Body$1 as CardBody, Footer$2 as CardFooter, Header$1 as CardHeader, Root$2 as CardRoot, Carousel, CartIcon, CategoryAIcon, CategoryAMinusIcon, CategoryAOneIcon, Center, ChartIcon, ChatBubbleIcon, CheckShieldIcon, Checkbox, CheckboxGroup, CheckmarkCircleColorIcon, CheckmarkCircleIcon, CheckmarkIcon, ChevronDownLargeIcon, ChevronDownSmallIcon, ChevronLeftLargeIcon, ChevronLeftSmallIcon, ChevronRightLargeIcon, ChevronRightSmallIcon, ChevronRightTinyIcon, ChevronUpLargeIcon, ChevronUpSmallIcon, ChfCurrencyIcon, Chip, CloseIcon, CollapseIcon, CompareIcon, ConsumptionIcon, CopyIcon, Count, CoupeIcon, CreditCardIcon, CreditIcon, DatePicker, DaylightIcon, DeleteIcon, DevOverlay, Dialog, DigitalContractIcon, DiscreteSlider, DocumentCheckIcon, DocumentIcon, DoubleChevronDownIcon, DoubleChevronUpIcon, DoubleLineIcon, DownloadIcon, DragIcon, Drawer, DrawerBody, DrawerContent, DrawerOverlay, DriveSystemIcon, DriveSystemLargeIcon, DriveTypeIcon, EnergyLabel, EquipmentIcon, ErrorIcon, ErrorPage, ExchangeIcon, ExpandIcon, EyeCrossedIcon, EyeIcon, FacebookIcon, FlagIcon, FlameIcon, FlashIcon, Flex, Footer$1 as Footer, FormControlSection, ForwardIcon, FullHeight, GalleryHeader, GarageIcon, GasStationIcon, GlobeIcon, GoogleIcon, Grid, GridItem, H1, H2, H3, H4, H5, H6, HamburgerMenuIcon, HeartIcon, HighlightedText, HistoryClockIcon, HouseIcon, ImageIcon, InfinityCircleIcon, InfoIcon, InformationBubbleIcon, InformationIcon, Input, InstagramIcon, InteriorIcon, LabelIcon, LayoutWithVehicleReference, Link, LinkedinIcon, List, ListIcon, Item as ListItem, Root$1 as ListRoot, LocationPinIcon, LockIcon, LogoutIcon, MagnifierIcon, MagnifierLargeIcon, MarkedText, Menu, MessageIcon, MiniVanIcon, MinusIcon, MissingImage, MissingImageIcon, MobileOnlyAccordion, MotoScout24AppLogo, MotoScout24Icon, MotorcycleIcon, Navigation, NoPhotoIcon, NotAvailableIcon, NotAvailableSquareIcon, OptimizerIcon, OverflowVerticalIcon, PageLayout, Pagination, PaginationType, PartialClockIcon, PenIcon, PickUpIcon, PlusCircleIcon, PlusIcon, PrintIcon, QualitySealIcon, RangeFilterInput, RangeIcon, RangeSlider, Rating, RoadIcon, RocketIcon, RotateIcon, SafeNumberIcon, SaveSearchIcon, ScreenIcon, SearchableList, Section, SedanIcon, Select, Separator, ShareIcon, SimpleGrid, SimpleHeader, SingleColumnCenteredLayout, SmallCarIcon, SortIcon, SpeakerIcon, Stack, StarCircleIcon, StarIcon, SteeringWheelIcon, SuvIcon, SwissFlagIcon, Switch, Tab, TabList, TabPanel, TabPanels, Table, Body as TableBody, Caption as TableCaption, Cell as TableCell, Column as TableColumn, ColumnGroup as TableColumnGroup, ColumnHeader as TableColumnHeader, Footer as TableFooter, Header as TableHeader, Root as TableRoot, Row as TableRow, ScrollArea as TableScrollArea, Tabs, TenantSelection, Text, ThemeProvider, ThreeSixtyIcon, ThumbsDownIcon, ThumbsUpIcon, TiltedRectangleIcon, TimeIcon, TooltipIcon, TopListingBadge, TopListingIcon, TopVehicleSharedBadge, TrailerIcon, TransmissionIcon, TrashIcon, TriangleIcon, TruckIcon, TwitterIcon, TwoColumnsLayout, UtilityVehicleIcon, VanIcon, VehiclePowerIcon, VehicleReference, VehicleTypesMotorcycleIcon, VehicleTypesMotorcycleStarIcon, VideoCameraIcon, VideoIcon, ViewCarIcon, ViewMotorcycleIcon, WagonIcon, WarningIcon, WarrantyIcon, WhatsAppIcon, WindowsIcon, YoutubeIcon, autoScout24Config, _default as autoScout24System, breakpoints, convertRemEmToPx, logger, motoScout24Config, _default$1 as motoScout24System, repeatArea, useDebouncedOnChange, useMediaQuery, useToken };
|
|
2805
|
-
export type { AccordionProps, ArticleTeaserProps, AvatarProps, BadgeProps, BaseButtonProps, BaseProps, BreadcrumbsPropsExtended, ButtonSharedProps, CarouselProps, CenterProps, ChangeCallback, CheckboxGroupProps, CheckboxProps, ChipProps, CountProps, DatePickerProps, DevOverlayProps, DevOverlayVariables, DialogProps, DiscreteSliderMark, DiscreteSliderProps, DrawerProps, EnergyLabelProps,
|
|
2864
|
+
export { Accordion, AddPhotoIcon, AdvancedSearchIcon, AndroidIcon, AppleIcon, ArrowCircleIcon, ArrowDiagonalIcon, ArrowDownCircleIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpCircleIcon, ArrowUpIcon, ArticleTeaser, AspectRatio, AutoScout24AppLogo, AutoScout24Icon, Avatar, AvatarIcon, AvatarWithNotificationIcon, Badge, BankNotesIcon, BatteryIcon, BookmarkIcon, Breadcrumbs, BulbIcon, Button, CabrioletIcon, CalculatorIcon, CalendarIcon, CallIcon, CamperIcon, CarConditionIcon, CarIcon, Card, Body$1 as CardBody, Footer$2 as CardFooter, Header$1 as CardHeader, Root$2 as CardRoot, Carousel, CartIcon, CategoryAIcon, CategoryAMinusIcon, CategoryAOneIcon, Center, ChartIcon, ChatBubbleIcon, CheckShieldIcon, Checkbox, CheckboxGroup, CheckmarkCircleColorIcon, CheckmarkCircleIcon, CheckmarkIcon, ChevronDownLargeIcon, ChevronDownSmallIcon, ChevronLeftLargeIcon, ChevronLeftSmallIcon, ChevronRightLargeIcon, ChevronRightSmallIcon, ChevronRightTinyIcon, ChevronUpLargeIcon, ChevronUpSmallIcon, ChfCurrencyIcon, Chip, CloseIcon, CollapseIcon, ColorPicker, CompareIcon, ConsumptionIcon, CopyIcon, Count, CoupeIcon, CreditCardIcon, CreditIcon, DatePicker, DaylightIcon, DeleteIcon, DevOverlay, Dialog, DigitalContractIcon, DiscreteSlider, DocumentCheckIcon, DocumentIcon, DoubleChevronDownIcon, DoubleChevronUpIcon, DoubleLineIcon, DownloadIcon, DragIcon, Drawer, DrawerBody, DrawerContent, DrawerOverlay, DriveSystemIcon, DriveSystemLargeIcon, DriveTypeIcon, EnergyLabel, EquipmentIcon, ErrorIcon, ErrorPage, ExchangeIcon, ExpandIcon, EyeCrossedIcon, EyeIcon, FacebookIcon, FlagIcon, FlameIcon, FlashIcon, Flex, Footer$1 as Footer, FormControlSection, ForwardIcon, FullHeight, GalleryHeader, GarageIcon, GasStationIcon, GlobeIcon, GoogleIcon, Grid, GridItem, H1, H2, H3, H4, H5, H6, HamburgerMenuIcon, HeartIcon, HighlightedText, HistoryClockIcon, HouseIcon, ImageIcon, InfinityCircleIcon, InfoIcon, InformationBubbleIcon, InformationIcon, Input, InstagramIcon, InteriorIcon, LabelIcon, LayoutWithVehicleReference, Link, LinkedinIcon, List, ListIcon, Item as ListItem, Root$1 as ListRoot, LocationPinIcon, LockIcon, LogoutIcon, MagnifierIcon, MagnifierLargeIcon, MarkedText, Menu, MessageIcon, MiniVanIcon, MinusIcon, MissingImage, MissingImageIcon, MobileOnlyAccordion, MotoScout24AppLogo, MotoScout24Icon, MotorcycleIcon, Navigation, NoPhotoIcon, NotAvailableIcon, NotAvailableSquareIcon, OptimizerIcon, OverflowVerticalIcon, PageLayout, Pagination, PaginationType, PartialClockIcon, PenIcon, PickUpIcon, PlusCircleIcon, PlusIcon, PrintIcon, QualitySealIcon, RangeFilterInput, RangeIcon, RangeSlider, Rating, RoadIcon, RocketIcon, RotateIcon, SafeNumberIcon, SaveSearchIcon, ScreenIcon, SearchableList, Section, SedanIcon, Select, Separator, ShareIcon, SimpleGrid, SimpleHeader, SingleColumnCenteredLayout, SmallCarIcon, SortIcon, SpeakerIcon, Stack, StarCircleIcon, StarIcon, SteeringWheelIcon, SuvIcon, SwissFlagIcon, Switch, Tab, TabList, TabPanel, TabPanels, Table, Body as TableBody, Caption as TableCaption, Cell as TableCell, Column as TableColumn, ColumnGroup as TableColumnGroup, ColumnHeader as TableColumnHeader, Footer as TableFooter, Header as TableHeader, Root as TableRoot, Row as TableRow, ScrollArea as TableScrollArea, Tabs, TenantSelection, Text, ThemeProvider, ThreeSixtyIcon, ThumbsDownIcon, ThumbsUpIcon, TiltedRectangleIcon, TimeIcon, TooltipIcon, TopListingBadge, TopListingIcon, TopVehicleSharedBadge, TrailerIcon, TransmissionIcon, TrashIcon, TriangleIcon, TruckIcon, TwitterIcon, TwoColumnsLayout, UtilityVehicleIcon, VanIcon, VehiclePowerIcon, VehicleReference, VehicleTypesMotorcycleIcon, VehicleTypesMotorcycleStarIcon, VideoCameraIcon, VideoIcon, ViewCarIcon, ViewMotorcycleIcon, WagonIcon, WarningIcon, WarrantyIcon, WhatsAppIcon, WindowsIcon, YoutubeIcon, autoScout24Config, _default as autoScout24System, breakpoints, convertRemEmToPx, logger, motoScout24Config, _default$1 as motoScout24System, repeatArea, useDebouncedOnChange, useMediaQuery, useToken };
|
|
2865
|
+
export type { AccordionProps, ArticleTeaserProps, AvatarProps, BadgeProps, BaseButtonProps, BaseProps, BreadcrumbsPropsExtended, ButtonSharedProps, CarouselProps, CenterProps, ChangeCallback, CheckboxGroupProps, CheckboxProps, ChipProps, CountProps, DatePickerProps, DevOverlayProps, DevOverlayVariables, DialogProps, DiscreteSliderMark, DiscreteSliderProps, DrawerProps, EnergyLabelProps, FlexProps, BaseProps as FormControlSectionProps, HeadingProps, HighlightedTextProps, InputProps, LinkProps, ListItemWithChildren, MarkedTextProps, MenuProps, MissingImageProps, MobileOnlyAccordionProps, NavigationProps, Option, PaginationProps, PickedNumberInputProps, Props$2 as Props, RangeFilterInputField, RangeSliderProps, RatingProps, SectionProps, SelectProps, SimpleHeaderProps, StackProps, SwitchProps, TabListProps, TabPanelProps, TabPanelsProps, TabProps, TabsProps, TenantSelectionProps, TenantSelectionState, ThemeProviderProps, UnifiedButtonProps, VehicleReferenceProps };
|