@smg-automotive/components 25.11.0-dgajin-vsst-4352-migrate-carousel.1 → 25.11.0-dgajin-vsst-4352-migrate-carousel.3
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/alert/index.d.ts +2 -2
- package/dist/cjs/components/alert/index.d.ts.map +1 -1
- package/dist/cjs/components/carousel/DotsPagination.d.ts +1 -1
- package/dist/cjs/components/carousel/DotsPagination.d.ts.map +1 -1
- package/dist/cjs/components/carousel/DotsPaginationIndicator.d.ts.map +1 -1
- package/dist/cjs/components/carousel/NumbersPaginationButton.d.ts.map +1 -1
- package/dist/cjs/components/closeButton/index.d.ts +2 -2
- package/dist/cjs/components/closeButton/index.d.ts.map +1 -1
- package/dist/cjs/components/index.d.ts +2 -0
- package/dist/cjs/components/index.d.ts.map +1 -1
- package/dist/cjs/components/list/SearchableList.d.ts.map +1 -1
- package/dist/cjs/components/list/SearchableListItem.d.ts +2 -1
- package/dist/cjs/components/list/SearchableListItem.d.ts.map +1 -1
- package/dist/cjs/components/list/SearchableListItemLabel.d.ts.map +1 -1
- package/dist/cjs/components/tenantSelection/Container.d.ts +6 -0
- package/dist/cjs/components/tenantSelection/Container.d.ts.map +1 -0
- package/dist/cjs/components/tenantSelection/Loading.d.ts +3 -0
- package/dist/cjs/components/tenantSelection/Loading.d.ts.map +1 -0
- package/dist/cjs/components/tenantSelection/ModalLayout.d.ts +3 -0
- package/dist/cjs/components/tenantSelection/ModalLayout.d.ts.map +1 -0
- package/dist/cjs/components/tenantSelection/Overview.d.ts +12 -0
- package/dist/cjs/components/tenantSelection/Overview.d.ts.map +1 -0
- package/dist/cjs/components/tenantSelection/__tests__/createTenantLabel.test.d.ts +2 -0
- package/dist/cjs/components/tenantSelection/__tests__/createTenantLabel.test.d.ts.map +1 -0
- package/dist/cjs/components/tenantSelection/index.d.ts +16 -0
- package/dist/cjs/components/tenantSelection/index.d.ts.map +1 -0
- package/dist/cjs/components/tenantSelection/select/index.d.ts +11 -0
- package/dist/cjs/components/tenantSelection/select/index.d.ts.map +1 -0
- package/dist/cjs/hooks/useToast/Toast.d.ts +12 -0
- package/dist/cjs/hooks/useToast/Toast.d.ts.map +1 -0
- package/dist/cjs/hooks/useToast/TopRightToast.d.ts +4 -0
- package/dist/cjs/hooks/useToast/TopRightToast.d.ts.map +1 -0
- package/dist/cjs/hooks/useToast/TopToaster.d.ts +4 -0
- package/dist/cjs/hooks/useToast/TopToaster.d.ts.map +1 -0
- package/dist/cjs/hooks/useToast/index.d.ts +9 -0
- package/dist/cjs/hooks/useToast/index.d.ts.map +1 -0
- package/dist/cjs/index.js +154 -54
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/themes/shared/index.d.ts +17 -1
- package/dist/cjs/themes/shared/index.d.ts.map +1 -1
- package/dist/cjs/themes/shared/slotRecipes/alert.d.ts +16 -0
- package/dist/cjs/themes/shared/slotRecipes/alert.d.ts.map +1 -1
- package/dist/cjs/themes/shared/slotRecipes/carousel.d.ts +1 -1
- package/dist/cjs/themes/shared/slotRecipes/carousel.d.ts.map +1 -1
- package/dist/cjs/themes/shared/slotRecipes/index.d.ts +17 -1
- package/dist/cjs/themes/shared/slotRecipes/index.d.ts.map +1 -1
- package/dist/esm/components/alert/index.d.ts +2 -2
- package/dist/esm/components/alert/index.d.ts.map +1 -1
- package/dist/esm/components/carousel/DotsPagination.d.ts +1 -1
- package/dist/esm/components/carousel/DotsPagination.d.ts.map +1 -1
- package/dist/esm/components/carousel/DotsPagination.js +2 -2
- package/dist/esm/components/carousel/DotsPagination.js.map +1 -1
- package/dist/esm/components/carousel/DotsPaginationIndicator.d.ts.map +1 -1
- package/dist/esm/components/carousel/DotsPaginationIndicator.js +1 -3
- package/dist/esm/components/carousel/DotsPaginationIndicator.js.map +1 -1
- package/dist/esm/components/carousel/NumbersPaginationButton.d.ts.map +1 -1
- package/dist/esm/components/carousel/NumbersPaginationButton.js +1 -3
- package/dist/esm/components/carousel/NumbersPaginationButton.js.map +1 -1
- package/dist/esm/components/carousel/index.js +2 -2
- package/dist/esm/components/carousel/index.js.map +1 -1
- package/dist/esm/components/closeButton/index.d.ts +2 -2
- package/dist/esm/components/closeButton/index.d.ts.map +1 -1
- package/dist/esm/components/index.d.ts +2 -0
- package/dist/esm/components/index.d.ts.map +1 -1
- package/dist/esm/components/list/SearchableList.d.ts.map +1 -1
- package/dist/esm/components/list/SearchableList.js +9 -4
- package/dist/esm/components/list/SearchableList.js.map +1 -1
- package/dist/esm/components/list/SearchableListItem.d.ts +2 -1
- package/dist/esm/components/list/SearchableListItem.d.ts.map +1 -1
- package/dist/esm/components/list/SearchableListItem.js +2 -5
- package/dist/esm/components/list/SearchableListItem.js.map +1 -1
- package/dist/esm/components/list/SearchableListItemLabel.d.ts.map +1 -1
- package/dist/esm/components/list/SearchableListItemLabel.js +2 -2
- package/dist/esm/components/list/SearchableListItemLabel.js.map +1 -1
- package/dist/esm/components/tenantSelection/Container.d.ts +6 -0
- package/dist/esm/components/tenantSelection/Container.d.ts.map +1 -0
- package/dist/esm/components/tenantSelection/Container.js +12 -0
- package/dist/esm/components/tenantSelection/Container.js.map +1 -0
- package/dist/esm/components/tenantSelection/Loading.d.ts +3 -0
- package/dist/esm/components/tenantSelection/Loading.d.ts.map +1 -0
- package/dist/esm/components/tenantSelection/Loading.js +13 -0
- package/dist/esm/components/tenantSelection/Loading.js.map +1 -0
- package/dist/esm/components/tenantSelection/ModalLayout.d.ts +3 -0
- package/dist/esm/components/tenantSelection/ModalLayout.d.ts.map +1 -0
- package/dist/esm/components/tenantSelection/ModalLayout.js +12 -0
- package/dist/esm/components/tenantSelection/ModalLayout.js.map +1 -0
- package/dist/esm/components/tenantSelection/Overview.d.ts +12 -0
- package/dist/esm/components/tenantSelection/Overview.d.ts.map +1 -0
- package/dist/esm/components/tenantSelection/Overview.js +40 -0
- package/dist/esm/components/tenantSelection/Overview.js.map +1 -0
- package/dist/esm/components/tenantSelection/__tests__/createTenantLabel.test.d.ts +2 -0
- package/dist/esm/components/tenantSelection/__tests__/createTenantLabel.test.d.ts.map +1 -0
- package/dist/esm/components/tenantSelection/index.d.ts +16 -0
- package/dist/esm/components/tenantSelection/index.d.ts.map +1 -0
- package/dist/esm/components/tenantSelection/index.js +29 -0
- package/dist/esm/components/tenantSelection/index.js.map +1 -0
- package/dist/esm/components/tenantSelection/select/index.d.ts +11 -0
- package/dist/esm/components/tenantSelection/select/index.d.ts.map +1 -0
- package/dist/esm/components/tenantSelection/select/index.js +20 -0
- package/dist/esm/components/tenantSelection/select/index.js.map +1 -0
- package/dist/esm/components/tenantSelection/tenantSelectionIllustration.png.js +4 -0
- package/dist/esm/components/tenantSelection/tenantSelectionIllustration.png.js.map +1 -0
- package/dist/esm/hooks/useToast/Toast.d.ts +12 -0
- package/dist/esm/hooks/useToast/Toast.d.ts.map +1 -0
- package/dist/esm/hooks/useToast/TopRightToast.d.ts +4 -0
- package/dist/esm/hooks/useToast/TopRightToast.d.ts.map +1 -0
- package/dist/esm/hooks/useToast/TopToaster.d.ts +4 -0
- package/dist/esm/hooks/useToast/TopToaster.d.ts.map +1 -0
- package/dist/esm/hooks/useToast/index.d.ts +9 -0
- package/dist/esm/hooks/useToast/index.d.ts.map +1 -0
- package/dist/esm/index.js +2 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/themes/shared/index.d.ts +17 -1
- package/dist/esm/themes/shared/index.d.ts.map +1 -1
- package/dist/esm/themes/shared/slotRecipes/alert.d.ts +16 -0
- package/dist/esm/themes/shared/slotRecipes/alert.d.ts.map +1 -1
- package/dist/esm/themes/shared/slotRecipes/alert.js +19 -0
- package/dist/esm/themes/shared/slotRecipes/alert.js.map +1 -1
- package/dist/esm/themes/shared/slotRecipes/carousel.d.ts +1 -1
- package/dist/esm/themes/shared/slotRecipes/carousel.d.ts.map +1 -1
- package/dist/esm/themes/shared/slotRecipes/carousel.js +22 -18
- package/dist/esm/themes/shared/slotRecipes/carousel.js.map +1 -1
- package/dist/esm/themes/shared/slotRecipes/index.d.ts +17 -1
- package/dist/esm/themes/shared/slotRecipes/index.d.ts.map +1 -1
- package/dist/index.d.ts +76 -16
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/themes/shared/slotRecipes/index.ts"],"names":[],"mappings":"AA+BA,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/themes/shared/slotRecipes/index.ts"],"names":[],"mappings":"AA+BA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+BvB,CAAC"}
|
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, CenterProps as CenterProps$1, CheckboxCheckedChangeDetails, InputProps as InputProps$1, Switch as Switch$1, UseDialogProps, DrawerContentProps, DrawerBodyProps, DrawerRootProps, FlexProps as FlexProps$1, HeadingProps as HeadingProps$1, LinkProps as LinkProps$2, List as List$1, MenuTriggerProps, MenuContentProps, MenuRootProps, Accordion as Accordion$1, NativeSelectRootProps, NativeSelectFieldProps, SeparatorProps, SimpleGridProps, StackProps as StackProps$1, TabsTriggerProps, TabsListProps, TabsContentProps, TabsRootProps, Table as Table$1, TextProps, NumberInput, Slider } from '@chakra-ui/react';
|
|
3
|
+
import { UseMediaQueryOptions, AccordionRootProps, RecipeVariantProps, BoxProps, BadgeProps as BadgeProps$1, BreadcrumbRootProps, ButtonProps, Card as Card$1, CenterProps as CenterProps$1, CheckboxCheckedChangeDetails, InputProps as InputProps$1, Switch as Switch$1, UseDialogProps, DrawerContentProps, DrawerBodyProps, DrawerRootProps, FlexProps as FlexProps$1, HeadingProps as HeadingProps$1, LinkProps as LinkProps$2, List as List$1, MenuTriggerProps, MenuContentProps, MenuRootProps, Accordion as Accordion$1, NativeSelectRootProps, NativeSelectFieldProps, SeparatorProps, SimpleGridProps, StackProps as StackProps$1, TabsTriggerProps, TabsListProps, TabsContentProps, TabsRootProps, Table as Table$1, TextProps, NumberInput, Slider, ConditionalValue } 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';
|
|
@@ -10,6 +10,7 @@ import * as node_modules__chakra_ui_react_dist_types_styled_system_generated_pro
|
|
|
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
12
|
import { EnrichedSessionUser } from '@smg-automotive/auth';
|
|
13
|
+
import { RangeTuple } from 'fuse.js';
|
|
13
14
|
|
|
14
15
|
declare const motoScout24Config: _chakra_ui_react.SystemConfig;
|
|
15
16
|
declare const _default$1: _chakra_ui_react.SystemContext;
|
|
@@ -431,7 +432,7 @@ type DatePickerProps = Pick<InputProps$1, 'onFocus' | 'onBlur' | 'onChange'> & I
|
|
|
431
432
|
value?: string;
|
|
432
433
|
invalid?: boolean;
|
|
433
434
|
};
|
|
434
|
-
declare const DatePicker: React__default.ForwardRefExoticComponent<Pick<InputProps$1, "
|
|
435
|
+
declare const DatePicker: React__default.ForwardRefExoticComponent<Pick<InputProps$1, "onFocus" | "onBlur" | "onChange"> & {
|
|
435
436
|
variant?: _chakra_ui_react.ConditionalValue<"outline" | undefined>;
|
|
436
437
|
size?: _chakra_ui_react.ConditionalValue<"md" | "lg" | undefined>;
|
|
437
438
|
} & {
|
|
@@ -1741,10 +1742,10 @@ declare const Dialog: FC<PropsWithChildren<DialogProps>>;
|
|
|
1741
1742
|
|
|
1742
1743
|
declare const DrawerOverlay: FC<PropsWithChildren>;
|
|
1743
1744
|
|
|
1744
|
-
interface Props$
|
|
1745
|
+
interface Props$6 extends DrawerContentProps {
|
|
1745
1746
|
withCloseButton?: boolean;
|
|
1746
1747
|
}
|
|
1747
|
-
declare const DrawerContent: FC<PropsWithChildren<Props$
|
|
1748
|
+
declare const DrawerContent: FC<PropsWithChildren<Props$6>>;
|
|
1748
1749
|
|
|
1749
1750
|
declare const DrawerBody: FC<PropsWithChildren<DrawerBodyProps>>;
|
|
1750
1751
|
|
|
@@ -2203,14 +2204,14 @@ declare const Input: React__default.ForwardRefExoticComponent<InputProps & React
|
|
|
2203
2204
|
|
|
2204
2205
|
declare const repeatArea: (count: number, area: string) => string;
|
|
2205
2206
|
|
|
2206
|
-
interface Props$
|
|
2207
|
+
interface Props$5 {
|
|
2207
2208
|
header?: ReactNode;
|
|
2208
2209
|
maxContentWidth: keyof typeof sizes.container;
|
|
2209
2210
|
skyScraperAd?: ReactNode;
|
|
2210
2211
|
heroAd?: ReactNode;
|
|
2211
2212
|
footer?: ReactNode;
|
|
2212
2213
|
}
|
|
2213
|
-
declare const PageLayout: FC<PropsWithChildren<Props$
|
|
2214
|
+
declare const PageLayout: FC<PropsWithChildren<Props$5>>;
|
|
2214
2215
|
|
|
2215
2216
|
type SingleColumnCenteredLayoutProps = PropsWithChildren<{
|
|
2216
2217
|
maxContentWidth?: keyof (typeof sizes)['container'];
|
|
@@ -2251,12 +2252,12 @@ type VehicleReferenceProps = VehicleReferenceVariantProps & {
|
|
|
2251
2252
|
};
|
|
2252
2253
|
declare const VehicleReference: FC<VehicleReferenceProps>;
|
|
2253
2254
|
|
|
2254
|
-
interface Props$
|
|
2255
|
+
interface Props$4 extends Omit<TwoColumnsLayoutProps, 'left' | 'right'> {
|
|
2255
2256
|
vehicle: VehicleReferenceProps;
|
|
2256
2257
|
leftColumnSize?: ColumnSize;
|
|
2257
2258
|
rightColumnSize?: ColumnSize;
|
|
2258
2259
|
}
|
|
2259
|
-
declare const LayoutWithVehicleReference: FC<PropsWithChildren<Props$
|
|
2260
|
+
declare const LayoutWithVehicleReference: FC<PropsWithChildren<Props$4>>;
|
|
2260
2261
|
|
|
2261
2262
|
type LinkProps = LinkProps$2 & {
|
|
2262
2263
|
isExternal?: boolean;
|
|
@@ -2460,8 +2461,8 @@ declare const Select: React__default.ForwardRefExoticComponent<SelectProps & Rea
|
|
|
2460
2461
|
|
|
2461
2462
|
declare const Separator: React.ForwardRefExoticComponent<SeparatorProps & React.RefAttributes<HTMLSpanElement>>;
|
|
2462
2463
|
|
|
2463
|
-
type Props$
|
|
2464
|
-
declare const SimpleGrid: FC<Props$
|
|
2464
|
+
type Props$3 = Pick<SimpleGridProps, 'minChildWidth' | 'columns' | 'children' | 'alignItems' | 'width' | 'rowGap' | 'gap'>;
|
|
2465
|
+
declare const SimpleGrid: FC<Props$3>;
|
|
2465
2466
|
|
|
2466
2467
|
interface SimpleHeaderProps {
|
|
2467
2468
|
title: string;
|
|
@@ -2638,10 +2639,10 @@ type ThemeProviderProps = {
|
|
|
2638
2639
|
};
|
|
2639
2640
|
declare const ThemeProvider: FC<PropsWithChildren<ThemeProviderProps>>;
|
|
2640
2641
|
|
|
2641
|
-
type Props$
|
|
2642
|
+
type Props$2 = {
|
|
2642
2643
|
aspectRatio?: number;
|
|
2643
2644
|
};
|
|
2644
|
-
declare const TopListingBadge: FC<PropsWithChildren<Props$
|
|
2645
|
+
declare const TopListingBadge: FC<PropsWithChildren<Props$2>>;
|
|
2645
2646
|
|
|
2646
2647
|
type RangeFilterInputField<Name> = {
|
|
2647
2648
|
name: Name;
|
|
@@ -2663,11 +2664,11 @@ type RangeFilterInputProps<NameFrom extends string, NameTo extends string> = {
|
|
|
2663
2664
|
} & PickedNumberInputProps;
|
|
2664
2665
|
declare const RangeFilterInput: <NameFrom extends string, NameTo extends string>({ from, to, handleChange, unit, onBlur, ...rest }: RangeFilterInputProps<NameFrom, NameTo>) => React__default.JSX.Element;
|
|
2665
2666
|
|
|
2666
|
-
type Props = {
|
|
2667
|
+
type Props$1 = {
|
|
2667
2668
|
aspectRatio?: number;
|
|
2668
2669
|
brand: Brand;
|
|
2669
2670
|
};
|
|
2670
|
-
declare const TopVehicleSharedBadge: FC<PropsWithChildren<Props>>;
|
|
2671
|
+
declare const TopVehicleSharedBadge: FC<PropsWithChildren<Props$1>>;
|
|
2671
2672
|
|
|
2672
2673
|
type DiscreteSliderMark<T> = {
|
|
2673
2674
|
stepValue?: number;
|
|
@@ -2734,6 +2735,65 @@ declare enum PaginationType {
|
|
|
2734
2735
|
}
|
|
2735
2736
|
declare const Carousel: FC<CarouselProps>;
|
|
2736
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
|
+
type Props = {
|
|
2771
|
+
listItems: ListItemWithChildren[];
|
|
2772
|
+
NoResults?: FC;
|
|
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;
|
|
2794
|
+
};
|
|
2795
|
+
declare const TenantSelection: FC<TenantSelectionProps>;
|
|
2796
|
+
|
|
2737
2797
|
declare const convertRemEmToPx: (value: string) => number;
|
|
2738
2798
|
|
|
2739
2799
|
declare class Logger {
|
|
@@ -2741,5 +2801,5 @@ declare class Logger {
|
|
|
2741
2801
|
}
|
|
2742
2802
|
declare const logger: Logger;
|
|
2743
2803
|
|
|
2744
|
-
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, 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, 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 };
|
|
2745
|
-
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, ErrorPageProps, FlexProps, BaseProps as FormControlSectionProps, GalleryHeaderProps, HeadingProps, HighlightedTextProps, InputProps, LinkProps, MarkedTextProps, MenuProps, MissingImageProps, MobileOnlyAccordionProps, NavigationProps, Option, PaginationProps, PickedNumberInputProps, Props$
|
|
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, ErrorPageProps, FlexProps, BaseProps as FormControlSectionProps, GalleryHeaderProps, HeadingProps, HighlightedTextProps, InputProps, LinkProps, ListItemWithChildren, MarkedTextProps, MenuProps, MissingImageProps, MobileOnlyAccordionProps, NavigationProps, Option, PaginationProps, PickedNumberInputProps, Props$3 as Props, RangeFilterInputField, RangeSliderProps, RatingProps, SectionProps, SelectProps, SimpleHeaderProps, StackProps, SwitchProps, TabListProps, TabPanelProps, TabPanelsProps, TabProps, TabsProps, TenantSelectionProps, TenantSelectionState, ThemeProviderProps, UnifiedButtonProps, VehicleReferenceProps };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smg-automotive/components",
|
|
3
|
-
"version": "25.11.0-dgajin-vsst-4352-migrate-carousel.
|
|
3
|
+
"version": "25.11.0-dgajin-vsst-4352-migrate-carousel.3",
|
|
4
4
|
"description": "SMG Automotive components library",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|