@reni-corp/reni-2c-ui 0.2.5
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/README.md +18 -0
- package/dist/components/elements/Alert.vue.d.ts +44 -0
- package/dist/components/elements/Alert.vue.d.ts.map +1 -0
- package/dist/components/elements/Button.vue.d.ts +63 -0
- package/dist/components/elements/Button.vue.d.ts.map +1 -0
- package/dist/components/elements/CheckBox.vue.d.ts +36 -0
- package/dist/components/elements/CheckBox.vue.d.ts.map +1 -0
- package/dist/components/elements/DescriptionList.vue.d.ts +44 -0
- package/dist/components/elements/DescriptionList.vue.d.ts.map +1 -0
- package/dist/components/elements/Divider.vue.d.ts +36 -0
- package/dist/components/elements/Divider.vue.d.ts.map +1 -0
- package/dist/components/elements/Icon.vue.d.ts +36 -0
- package/dist/components/elements/Icon.vue.d.ts.map +1 -0
- package/dist/components/elements/Label.vue.d.ts +44 -0
- package/dist/components/elements/Label.vue.d.ts.map +1 -0
- package/dist/components/elements/PasswordField.vue.d.ts +149 -0
- package/dist/components/elements/PasswordField.vue.d.ts.map +1 -0
- package/dist/components/elements/RadioButton.vue.d.ts +44 -0
- package/dist/components/elements/RadioButton.vue.d.ts.map +1 -0
- package/dist/components/elements/RadioButtonGroup.vue.d.ts +99 -0
- package/dist/components/elements/RadioButtonGroup.vue.d.ts.map +1 -0
- package/dist/components/elements/SelectBox.vue.d.ts +127 -0
- package/dist/components/elements/SelectBox.vue.d.ts.map +1 -0
- package/dist/components/elements/SpinButton.vue.d.ts +65 -0
- package/dist/components/elements/SpinButton.vue.d.ts.map +1 -0
- package/dist/components/elements/Spinner.vue.d.ts +35 -0
- package/dist/components/elements/Spinner.vue.d.ts.map +1 -0
- package/dist/components/elements/Text.vue.d.ts +55 -0
- package/dist/components/elements/Text.vue.d.ts.map +1 -0
- package/dist/components/elements/TextField.vue.d.ts +155 -0
- package/dist/components/elements/TextField.vue.d.ts.map +1 -0
- package/dist/components/elements/ToolChip.vue.d.ts +55 -0
- package/dist/components/elements/ToolChip.vue.d.ts.map +1 -0
- package/dist/components/features/AnnounceBar.vue.d.ts +55 -0
- package/dist/components/features/AnnounceBar.vue.d.ts.map +1 -0
- package/dist/components/features/AnnounceBarCollection.vue.d.ts +55 -0
- package/dist/components/features/AnnounceBarCollection.vue.d.ts.map +1 -0
- package/dist/components/features/BrandLogo.vue.d.ts +35 -0
- package/dist/components/features/BrandLogo.vue.d.ts.map +1 -0
- package/dist/components/features/CarouselBanner.vue.d.ts +36 -0
- package/dist/components/features/CarouselBanner.vue.d.ts.map +1 -0
- package/dist/components/features/CategoryBanner.vue.d.ts +39 -0
- package/dist/components/features/CategoryBanner.vue.d.ts.map +1 -0
- package/dist/components/features/FloatingBanner.vue.d.ts +31 -0
- package/dist/components/features/FloatingBanner.vue.d.ts.map +1 -0
- package/dist/components/features/Hero.vue.d.ts +39 -0
- package/dist/components/features/Hero.vue.d.ts.map +1 -0
- package/dist/components/features/Marquee.vue.d.ts +93 -0
- package/dist/components/features/Marquee.vue.d.ts.map +1 -0
- package/dist/components/features/MediaContent.vue.d.ts +70 -0
- package/dist/components/features/MediaContent.vue.d.ts.map +1 -0
- package/dist/components/features/ProductLabels.vue.d.ts +25 -0
- package/dist/components/features/ProductLabels.vue.d.ts.map +1 -0
- package/dist/components/features/ProductList.vue.d.ts +84 -0
- package/dist/components/features/ProductList.vue.d.ts.map +1 -0
- package/dist/components/features/ProductListItem.vue.d.ts +47 -0
- package/dist/components/features/ProductListItem.vue.d.ts.map +1 -0
- package/dist/components/features/Schedule.vue.d.ts +55 -0
- package/dist/components/features/Schedule.vue.d.ts.map +1 -0
- package/dist/components/features/ScheduleDateItem.vue.d.ts +40 -0
- package/dist/components/features/ScheduleDateItem.vue.d.ts.map +1 -0
- package/dist/components/features/ScheduleDelivery.vue.d.ts +18 -0
- package/dist/components/features/ScheduleDelivery.vue.d.ts.map +1 -0
- package/dist/components/features/ScheduleDeliveryItem.vue.d.ts +35 -0
- package/dist/components/features/ScheduleDeliveryItem.vue.d.ts.map +1 -0
- package/dist/components/features/SchedulePeriod.vue.d.ts +38 -0
- package/dist/components/features/SchedulePeriod.vue.d.ts.map +1 -0
- package/dist/components/features/SchedulePickup.vue.d.ts +9 -0
- package/dist/components/features/SchedulePickup.vue.d.ts.map +1 -0
- package/dist/components/features/SchedulePickupItem.vue.d.ts +36 -0
- package/dist/components/features/SchedulePickupItem.vue.d.ts.map +1 -0
- package/dist/components/features/SnsLink.vue.d.ts +42 -0
- package/dist/components/features/SnsLink.vue.d.ts.map +1 -0
- package/dist/components/features/VariationSelector.vue.d.ts +39 -0
- package/dist/components/features/VariationSelector.vue.d.ts.map +1 -0
- package/dist/components/foundation/AppBar.vue.d.ts +50 -0
- package/dist/components/foundation/AppBar.vue.d.ts.map +1 -0
- package/dist/components/foundation/AppBody.vue.d.ts +14 -0
- package/dist/components/foundation/AppBody.vue.d.ts.map +1 -0
- package/dist/components/foundation/AppFooter.vue.d.ts +17 -0
- package/dist/components/foundation/AppFooter.vue.d.ts.map +1 -0
- package/dist/components/foundation/AppFrame.vue.d.ts +15 -0
- package/dist/components/foundation/AppFrame.vue.d.ts.map +1 -0
- package/dist/components/interactive/Dialog.vue.d.ts +64 -0
- package/dist/components/interactive/Dialog.vue.d.ts.map +1 -0
- package/dist/components/interactive/DropDown.vue.d.ts +54 -0
- package/dist/components/interactive/DropDown.vue.d.ts.map +1 -0
- package/dist/components/interactive/Gallery.vue.d.ts +52 -0
- package/dist/components/interactive/Gallery.vue.d.ts.map +1 -0
- package/dist/components/interactive/Modal.vue.d.ts +51 -0
- package/dist/components/interactive/Modal.vue.d.ts.map +1 -0
- package/dist/components/interactive/Notification.vue.d.ts +51 -0
- package/dist/components/interactive/Notification.vue.d.ts.map +1 -0
- package/dist/components/interactive/Tab.vue.d.ts +38 -0
- package/dist/components/interactive/Tab.vue.d.ts.map +1 -0
- package/dist/components/interactive/TabPanel.vue.d.ts +13 -0
- package/dist/components/interactive/TabPanel.vue.d.ts.map +1 -0
- package/dist/components/interactive/TabPanels.vue.d.ts +48 -0
- package/dist/components/interactive/TabPanels.vue.d.ts.map +1 -0
- package/dist/components/interactive/Tabs.vue.d.ts +44 -0
- package/dist/components/interactive/Tabs.vue.d.ts.map +1 -0
- package/dist/components/layouts/Card.vue.d.ts +50 -0
- package/dist/components/layouts/Card.vue.d.ts.map +1 -0
- package/dist/components/layouts/Grid.vue.d.ts +46 -0
- package/dist/components/layouts/Grid.vue.d.ts.map +1 -0
- package/dist/components/layouts/List.vue.d.ts +72 -0
- package/dist/components/layouts/List.vue.d.ts.map +1 -0
- package/dist/components/layouts/Page.vue.d.ts +88 -0
- package/dist/components/layouts/Page.vue.d.ts.map +1 -0
- package/dist/components/layouts/Section.vue.d.ts +63 -0
- package/dist/components/layouts/Section.vue.d.ts.map +1 -0
- package/dist/components/layouts/Stack.vue.d.ts +78 -0
- package/dist/components/layouts/Stack.vue.d.ts.map +1 -0
- package/dist/components/navigation/BottomBar.vue.d.ts +39 -0
- package/dist/components/navigation/BottomBar.vue.d.ts.map +1 -0
- package/dist/components/navigation/Drawer.vue.d.ts +49 -0
- package/dist/components/navigation/Drawer.vue.d.ts.map +1 -0
- package/dist/components/renderless/DataProvider.vue.d.ts +51 -0
- package/dist/components/renderless/DataProvider.vue.d.ts.map +1 -0
- package/dist/components/renderless/OptionGroupSwitchController.vue.d.ts +64 -0
- package/dist/components/renderless/OptionGroupSwitchController.vue.d.ts.map +1 -0
- package/dist/composable/useAppDialogGuidance.d.ts +14 -0
- package/dist/composable/useAppDialogGuidance.d.ts.map +1 -0
- package/dist/composable/useAppNotifications.d.ts +21 -0
- package/dist/composable/useAppNotifications.d.ts.map +1 -0
- package/dist/composable/useSyncedTabPanel.d.ts +5 -0
- package/dist/composable/useSyncedTabPanel.d.ts.map +1 -0
- package/dist/composable/useToolChip.d.ts +19 -0
- package/dist/composable/useToolChip.d.ts.map +1 -0
- package/dist/constants.d.ts +79 -0
- package/dist/constants.d.ts.map +1 -0
- package/dist/directives/auto-scale.d.ts +5 -0
- package/dist/directives/auto-scale.d.ts.map +1 -0
- package/dist/directives/glitch.d.ts +5 -0
- package/dist/directives/glitch.d.ts.map +1 -0
- package/dist/index.d.ts +135 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/script.es.js +15595 -0
- package/dist/script.umd.js +602 -0
- package/dist/style.css +1 -0
- package/dist/types.d.ts +32 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/utils.d.ts +14 -0
- package/dist/utils.d.ts.map +1 -0
- package/dist/valueObjects/CurrencyValue.d.ts +12 -0
- package/dist/valueObjects/CurrencyValue.d.ts.map +1 -0
- package/dist/valueObjects/ValueObject.d.ts +16 -0
- package/dist/valueObjects/ValueObject.d.ts.map +1 -0
- package/package.json +92 -0
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { Color } from '../../types';
|
|
2
|
+
|
|
3
|
+
export type AnnounceBarProps = {
|
|
4
|
+
title: string;
|
|
5
|
+
subtitle?: string;
|
|
6
|
+
color?: Color;
|
|
7
|
+
colorStyle?: "default" | "tonal" | "gradient";
|
|
8
|
+
persistentHiddenKey?: string;
|
|
9
|
+
closable?: boolean;
|
|
10
|
+
url?: string;
|
|
11
|
+
isTargetBlank?: boolean;
|
|
12
|
+
dense?: boolean;
|
|
13
|
+
};
|
|
14
|
+
declare function __VLS_template(): {
|
|
15
|
+
default?(_: {}): any;
|
|
16
|
+
};
|
|
17
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<AnnounceBarProps>, {
|
|
18
|
+
color: string;
|
|
19
|
+
colorStyle: string;
|
|
20
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
21
|
+
click: (...args: any[]) => void;
|
|
22
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<AnnounceBarProps>, {
|
|
23
|
+
color: string;
|
|
24
|
+
colorStyle: string;
|
|
25
|
+
}>>> & Readonly<{
|
|
26
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
27
|
+
}>, {
|
|
28
|
+
color: Color;
|
|
29
|
+
colorStyle: "default" | "tonal" | "gradient";
|
|
30
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
31
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
32
|
+
export default _default;
|
|
33
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
34
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
35
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
36
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
37
|
+
} : {
|
|
38
|
+
type: import('vue').PropType<T[K]>;
|
|
39
|
+
required: true;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
type __VLS_WithDefaults<P, D> = {
|
|
43
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
44
|
+
default: D[K];
|
|
45
|
+
}> : P[K];
|
|
46
|
+
};
|
|
47
|
+
type __VLS_Prettify<T> = {
|
|
48
|
+
[K in keyof T]: T[K];
|
|
49
|
+
} & {};
|
|
50
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
51
|
+
new (): {
|
|
52
|
+
$slots: S;
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
//# sourceMappingURL=AnnounceBar.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnnounceBar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/AnnounceBar.vue"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,0BAA0B,CAAC;AAClC,MAAM,MAAM,gBAAgB,GAAG;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,UAAU,CAAC,EAAE,SAAS,GAAG,OAAO,GAAG,UAAU,CAAC;IAC9C,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB,CAAC;AA6FF,iBAAS,cAAc;qBA2GO,GAAG;EAGhC;AAgBD,QAAA,MAAM,eAAe;;;;;;;;;;;WAlOX,KAAK;gBACA,SAAS,GAAG,OAAO,GAAG,UAAU;4EAwO7C,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
|
|
2
|
+
export type AnnounceBarCollectionProps = {
|
|
3
|
+
variant?: "stack" | "slide";
|
|
4
|
+
slideDelay?: number;
|
|
5
|
+
themeColor?: string;
|
|
6
|
+
showNavigation?: boolean;
|
|
7
|
+
showSeparator?: boolean;
|
|
8
|
+
};
|
|
9
|
+
declare function __VLS_template(): {
|
|
10
|
+
default?(_: {}): any;
|
|
11
|
+
};
|
|
12
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<AnnounceBarCollectionProps>, {
|
|
13
|
+
variant: string;
|
|
14
|
+
slideDelay: number;
|
|
15
|
+
themeColor: string;
|
|
16
|
+
showNavigation: boolean;
|
|
17
|
+
showSeparator: boolean;
|
|
18
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<AnnounceBarCollectionProps>, {
|
|
19
|
+
variant: string;
|
|
20
|
+
slideDelay: number;
|
|
21
|
+
themeColor: string;
|
|
22
|
+
showNavigation: boolean;
|
|
23
|
+
showSeparator: boolean;
|
|
24
|
+
}>>> & Readonly<{}>, {
|
|
25
|
+
variant: "stack" | "slide";
|
|
26
|
+
slideDelay: number;
|
|
27
|
+
themeColor: string;
|
|
28
|
+
showNavigation: boolean;
|
|
29
|
+
showSeparator: boolean;
|
|
30
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
31
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
32
|
+
export default _default;
|
|
33
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
34
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
35
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
36
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
37
|
+
} : {
|
|
38
|
+
type: import('vue').PropType<T[K]>;
|
|
39
|
+
required: true;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
type __VLS_WithDefaults<P, D> = {
|
|
43
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
44
|
+
default: D[K];
|
|
45
|
+
}> : P[K];
|
|
46
|
+
};
|
|
47
|
+
type __VLS_Prettify<T> = {
|
|
48
|
+
[K in keyof T]: T[K];
|
|
49
|
+
} & {};
|
|
50
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
51
|
+
new (): {
|
|
52
|
+
$slots: S;
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
//# sourceMappingURL=AnnounceBarCollection.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnnounceBarCollection.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/AnnounceBarCollection.vue"],"names":[],"mappings":"AAKA,OAAO,YAAY,CAAC;AACpB,OAAO,qBAAqB,CAAC;AAC7B,OAAO,uBAAuB,CAAC;AAE/B,MAAM,MAAM,0BAA0B,GAAG;IACvC,OAAO,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC;IAC5B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB,CAAC;AAqDF,iBAAS,cAAc;qBAqKM,GAAG;EAG/B;AAmBD,QAAA,MAAM,eAAe;;;;;;;;;;;;;aArPT,OAAO,GAAG,OAAO;gBACd,MAAM;gBACN,MAAM;oBACF,OAAO;mBACR,OAAO;4EAuPvB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
|
|
2
|
+
export type BrandLogoProps = {
|
|
3
|
+
href: string;
|
|
4
|
+
title: string;
|
|
5
|
+
logoUrl: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
target?: '_blank' | '_self';
|
|
9
|
+
};
|
|
10
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BrandLogoProps>, {
|
|
11
|
+
width: number;
|
|
12
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BrandLogoProps>, {
|
|
13
|
+
width: number;
|
|
14
|
+
}>>> & Readonly<{}>, {
|
|
15
|
+
width: number;
|
|
16
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
17
|
+
export default _default;
|
|
18
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
19
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
20
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
21
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
22
|
+
} : {
|
|
23
|
+
type: import('vue').PropType<T[K]>;
|
|
24
|
+
required: true;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
type __VLS_WithDefaults<P, D> = {
|
|
28
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
29
|
+
default: D[K];
|
|
30
|
+
}> : P[K];
|
|
31
|
+
};
|
|
32
|
+
type __VLS_Prettify<T> = {
|
|
33
|
+
[K in keyof T]: T[K];
|
|
34
|
+
} & {};
|
|
35
|
+
//# sourceMappingURL=BrandLogo.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BrandLogo.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/BrandLogo.vue"],"names":[],"mappings":"AAGA,OAAO,0BAA0B,CAAA;AACjC,MAAM,MAAM,cAAc,GAAG;IAC3B,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;IACb,OAAO,EAAE,MAAM,CAAA;IACf,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,MAAM,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAA;CAC5B,CAAA;;;;;;WAHS,MAAM;;AA8EhB,wBAMG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
|
|
2
|
+
export type CarouselBannerProps = {
|
|
3
|
+
variant?: 'default' | 'overlay';
|
|
4
|
+
banners: {
|
|
5
|
+
title: string;
|
|
6
|
+
description?: string;
|
|
7
|
+
imageUrl: string;
|
|
8
|
+
linkUrl?: string;
|
|
9
|
+
}[];
|
|
10
|
+
};
|
|
11
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CarouselBannerProps>, {
|
|
12
|
+
variant: string;
|
|
13
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CarouselBannerProps>, {
|
|
14
|
+
variant: string;
|
|
15
|
+
}>>> & Readonly<{}>, {
|
|
16
|
+
variant: "default" | "overlay";
|
|
17
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
18
|
+
export default _default;
|
|
19
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
20
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
21
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
22
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
23
|
+
} : {
|
|
24
|
+
type: import('vue').PropType<T[K]>;
|
|
25
|
+
required: true;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
type __VLS_WithDefaults<P, D> = {
|
|
29
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
30
|
+
default: D[K];
|
|
31
|
+
}> : P[K];
|
|
32
|
+
};
|
|
33
|
+
type __VLS_Prettify<T> = {
|
|
34
|
+
[K in keyof T]: T[K];
|
|
35
|
+
} & {};
|
|
36
|
+
//# sourceMappingURL=CarouselBanner.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CarouselBanner.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/CarouselBanner.vue"],"names":[],"mappings":"AAGA,OAAO,0BAA0B,CAAA;AACjC,MAAM,MAAM,mBAAmB,GAAG;IAChC,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,CAAA;IAC/B,OAAO,EAAE;QACP,KAAK,EAAE,MAAM,CAAA;QACb,WAAW,CAAC,EAAE,MAAM,CAAA;QACpB,QAAQ,EAAE,MAAM,CAAA;QAChB,OAAO,CAAC,EAAE,MAAM,CAAA;KACjB,EAAE,CAAA;CACJ,CAAA;;;;;;aAPW,SAAS,GAAG,SAAS;;AA2KjC,wBAMG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
export interface CategoryBannerItemProps {
|
|
2
|
+
title?: string;
|
|
3
|
+
imageUrl: string;
|
|
4
|
+
href?: string;
|
|
5
|
+
target?: string;
|
|
6
|
+
layout?: "horizontal" | "vertical";
|
|
7
|
+
}
|
|
8
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CategoryBannerItemProps>, {
|
|
9
|
+
href: string;
|
|
10
|
+
target: string;
|
|
11
|
+
layout: string;
|
|
12
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CategoryBannerItemProps>, {
|
|
13
|
+
href: string;
|
|
14
|
+
target: string;
|
|
15
|
+
layout: string;
|
|
16
|
+
}>>> & Readonly<{}>, {
|
|
17
|
+
layout: "horizontal" | "vertical";
|
|
18
|
+
href: string;
|
|
19
|
+
target: string;
|
|
20
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
21
|
+
export default _default;
|
|
22
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
23
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
24
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
25
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
26
|
+
} : {
|
|
27
|
+
type: import('vue').PropType<T[K]>;
|
|
28
|
+
required: true;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
type __VLS_WithDefaults<P, D> = {
|
|
32
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
33
|
+
default: D[K];
|
|
34
|
+
}> : P[K];
|
|
35
|
+
};
|
|
36
|
+
type __VLS_Prettify<T> = {
|
|
37
|
+
[K in keyof T]: T[K];
|
|
38
|
+
} & {};
|
|
39
|
+
//# sourceMappingURL=CategoryBanner.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CategoryBanner.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/CategoryBanner.vue"],"names":[],"mappings":"AACA;AAIA,MAAM,WAAW,uBAAuB;IACtC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;CACpC;;;;;;;;;;YADU,YAAY,GAAG,UAAU;UAF3B,MAAM;YACJ,MAAM;;AAwKjB,wBAMG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
|
|
2
|
+
export type FloatingBannerProps = {
|
|
3
|
+
imageUrl: string;
|
|
4
|
+
persistentHiddenKey?: string;
|
|
5
|
+
url?: string;
|
|
6
|
+
offset?: number;
|
|
7
|
+
};
|
|
8
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<FloatingBannerProps>, {}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
9
|
+
click: (...args: any[]) => void;
|
|
10
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<FloatingBannerProps>, {}>>> & Readonly<{
|
|
11
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
12
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
15
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
16
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
17
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
18
|
+
} : {
|
|
19
|
+
type: import('vue').PropType<T[K]>;
|
|
20
|
+
required: true;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
type __VLS_WithDefaults<P, D> = {
|
|
24
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
25
|
+
default: D[K];
|
|
26
|
+
}> : P[K];
|
|
27
|
+
};
|
|
28
|
+
type __VLS_Prettify<T> = {
|
|
29
|
+
[K in keyof T]: T[K];
|
|
30
|
+
} & {};
|
|
31
|
+
//# sourceMappingURL=FloatingBanner.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FloatingBanner.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/FloatingBanner.vue"],"names":[],"mappings":"AAIA,OAAO,0BAA0B,CAAC;AAClC,MAAM,MAAM,mBAAmB,GAAG;IAChC,QAAQ,EAAE,MAAM,CAAC;IACjB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;;;;;;AA+HF,wBAOG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
|
|
2
|
+
export type HeroProps = {
|
|
3
|
+
imageUrl: string;
|
|
4
|
+
linkUrl?: string;
|
|
5
|
+
content?: string;
|
|
6
|
+
};
|
|
7
|
+
declare function __VLS_template(): {
|
|
8
|
+
default?(_: {}): any;
|
|
9
|
+
};
|
|
10
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<HeroProps>, {}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
11
|
+
click: (...args: any[]) => void;
|
|
12
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<HeroProps>, {}>>> & Readonly<{
|
|
13
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
14
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
15
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
18
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
19
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
20
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
21
|
+
} : {
|
|
22
|
+
type: import('vue').PropType<T[K]>;
|
|
23
|
+
required: true;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
type __VLS_WithDefaults<P, D> = {
|
|
27
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
28
|
+
default: D[K];
|
|
29
|
+
}> : P[K];
|
|
30
|
+
};
|
|
31
|
+
type __VLS_Prettify<T> = {
|
|
32
|
+
[K in keyof T]: T[K];
|
|
33
|
+
} & {};
|
|
34
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
35
|
+
new (): {
|
|
36
|
+
$slots: S;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
//# sourceMappingURL=Hero.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Hero.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/Hero.vue"],"names":[],"mappings":"AAGA,OAAO,0BAA0B,CAAC;AAClC,MAAM,MAAM,SAAS,GAAG;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAgCF,iBAAS,cAAc;qBA4EO,GAAG;EAGhC;AAeD,QAAA,MAAM,eAAe;;;;iFAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
export type SeamlessMarqueeImage = {
|
|
2
|
+
src: string;
|
|
3
|
+
alt?: string;
|
|
4
|
+
data?: any;
|
|
5
|
+
};
|
|
6
|
+
export type SeamlessMarqueeProps = {
|
|
7
|
+
images: SeamlessMarqueeImage[];
|
|
8
|
+
direction?: "horizontal" | "vertical";
|
|
9
|
+
speed?: "slow" | "medium" | "fast" | number;
|
|
10
|
+
startDirection?: "right-to-left" | "left-to-right" | "top-to-bottom" | "bottom-to-top";
|
|
11
|
+
customDuration?: number;
|
|
12
|
+
pauseOnHover?: boolean;
|
|
13
|
+
fillContainer?: boolean;
|
|
14
|
+
cloneCount?: number;
|
|
15
|
+
fixedImageWidth?: boolean;
|
|
16
|
+
imageWidth?: number | string;
|
|
17
|
+
imageHeight?: number | string;
|
|
18
|
+
height?: string;
|
|
19
|
+
width?: string;
|
|
20
|
+
disablePadding?: boolean;
|
|
21
|
+
};
|
|
22
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SeamlessMarqueeProps>, {
|
|
23
|
+
direction: string;
|
|
24
|
+
speed: string;
|
|
25
|
+
startDirection: string;
|
|
26
|
+
pauseOnHover: boolean;
|
|
27
|
+
fillContainer: boolean;
|
|
28
|
+
cloneCount: number;
|
|
29
|
+
fixedImageWidth: boolean;
|
|
30
|
+
imageWidth: number;
|
|
31
|
+
imageHeight: number;
|
|
32
|
+
customDuration: number;
|
|
33
|
+
height: string;
|
|
34
|
+
width: string;
|
|
35
|
+
disablePadding: boolean;
|
|
36
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
37
|
+
"image-click": (payload: {
|
|
38
|
+
image: SeamlessMarqueeImage;
|
|
39
|
+
imageIndex: number;
|
|
40
|
+
}) => void;
|
|
41
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SeamlessMarqueeProps>, {
|
|
42
|
+
direction: string;
|
|
43
|
+
speed: string;
|
|
44
|
+
startDirection: string;
|
|
45
|
+
pauseOnHover: boolean;
|
|
46
|
+
fillContainer: boolean;
|
|
47
|
+
cloneCount: number;
|
|
48
|
+
fixedImageWidth: boolean;
|
|
49
|
+
imageWidth: number;
|
|
50
|
+
imageHeight: number;
|
|
51
|
+
customDuration: number;
|
|
52
|
+
height: string;
|
|
53
|
+
width: string;
|
|
54
|
+
disablePadding: boolean;
|
|
55
|
+
}>>> & Readonly<{
|
|
56
|
+
"onImage-click"?: ((payload: {
|
|
57
|
+
image: SeamlessMarqueeImage;
|
|
58
|
+
imageIndex: number;
|
|
59
|
+
}) => any) | undefined;
|
|
60
|
+
}>, {
|
|
61
|
+
direction: "horizontal" | "vertical";
|
|
62
|
+
speed: "slow" | "medium" | "fast" | number;
|
|
63
|
+
startDirection: "right-to-left" | "left-to-right" | "top-to-bottom" | "bottom-to-top";
|
|
64
|
+
customDuration: number;
|
|
65
|
+
pauseOnHover: boolean;
|
|
66
|
+
fillContainer: boolean;
|
|
67
|
+
cloneCount: number;
|
|
68
|
+
fixedImageWidth: boolean;
|
|
69
|
+
imageWidth: number | string;
|
|
70
|
+
imageHeight: number | string;
|
|
71
|
+
height: string;
|
|
72
|
+
width: string;
|
|
73
|
+
disablePadding: boolean;
|
|
74
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
75
|
+
export default _default;
|
|
76
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
77
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
78
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
79
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
80
|
+
} : {
|
|
81
|
+
type: import('vue').PropType<T[K]>;
|
|
82
|
+
required: true;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
type __VLS_WithDefaults<P, D> = {
|
|
86
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
87
|
+
default: D[K];
|
|
88
|
+
}> : P[K];
|
|
89
|
+
};
|
|
90
|
+
type __VLS_Prettify<T> = {
|
|
91
|
+
[K in keyof T]: T[K];
|
|
92
|
+
} & {};
|
|
93
|
+
//# sourceMappingURL=Marquee.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Marquee.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/Marquee.vue"],"names":[],"mappings":"AACA;AAaA,MAAM,MAAM,oBAAoB,GAAG;IACjC,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,GAAG,CAAC;CACZ,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IAEjC,MAAM,EAAE,oBAAoB,EAAE,CAAC;IAE/B,SAAS,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;IAEtC,KAAK,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,MAAM,GAAG,MAAM,CAAC;IAC5C,cAAc,CAAC,EACX,eAAe,GACf,eAAe,GACf,eAAe,GACf,eAAe,CAAC;IACpB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC7B,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAE9B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B,CAAC;;;;;;;;;;;;;;;;;eAuBW,oBAAoB;oBACf,MAAM;;;;;;;;;;;;;;;;;;eADX,oBAAoB;oBACf,MAAM;;;eA7CV,YAAY,GAAG,UAAU;WAE7B,MAAM,GAAG,QAAQ,GAAG,MAAM,GAAG,MAAM;oBAEvC,eAAe,GACf,eAAe,GACf,eAAe,GACf,eAAe;oBACF,MAAM;kBACR,OAAO;mBAEN,OAAO;gBACV,MAAM;qBAED,OAAO;gBACZ,MAAM,GAAG,MAAM;iBACd,MAAM,GAAG,MAAM;YAEpB,MAAM;WACP,MAAM;oBACG,OAAO;;AAqW1B,wBAOG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { Color } from '../../types';
|
|
2
|
+
|
|
3
|
+
export type MediaContentProps = {
|
|
4
|
+
variant?: "default" | "boxed";
|
|
5
|
+
layout?: "half" | "full";
|
|
6
|
+
imageUrl: string;
|
|
7
|
+
imageAlt?: string;
|
|
8
|
+
eyebrow?: string;
|
|
9
|
+
title: string;
|
|
10
|
+
description?: string;
|
|
11
|
+
buttonText?: string;
|
|
12
|
+
buttonUrl?: string;
|
|
13
|
+
backgroundColor?: Color | `#${string}`;
|
|
14
|
+
contentBackgroundColor?: Color | `#${string}`;
|
|
15
|
+
textColor?: Color | `#${string}`;
|
|
16
|
+
textShadow?: boolean;
|
|
17
|
+
};
|
|
18
|
+
declare function __VLS_template(): {
|
|
19
|
+
image?(_: {}): any;
|
|
20
|
+
description?(_: {}): any;
|
|
21
|
+
button?(_: {}): any;
|
|
22
|
+
content?(_: {}): any;
|
|
23
|
+
};
|
|
24
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MediaContentProps>, {
|
|
25
|
+
variant: string;
|
|
26
|
+
layout: string;
|
|
27
|
+
imageAlt: string;
|
|
28
|
+
textShadow: boolean;
|
|
29
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
30
|
+
click: (...args: any[]) => void;
|
|
31
|
+
buttonClick: (...args: any[]) => void;
|
|
32
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MediaContentProps>, {
|
|
33
|
+
variant: string;
|
|
34
|
+
layout: string;
|
|
35
|
+
imageAlt: string;
|
|
36
|
+
textShadow: boolean;
|
|
37
|
+
}>>> & Readonly<{
|
|
38
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
39
|
+
onButtonClick?: ((...args: any[]) => any) | undefined;
|
|
40
|
+
}>, {
|
|
41
|
+
textShadow: boolean;
|
|
42
|
+
variant: "default" | "boxed";
|
|
43
|
+
layout: "half" | "full";
|
|
44
|
+
imageAlt: string;
|
|
45
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
46
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
47
|
+
export default _default;
|
|
48
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
49
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
50
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
51
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
52
|
+
} : {
|
|
53
|
+
type: import('vue').PropType<T[K]>;
|
|
54
|
+
required: true;
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
type __VLS_WithDefaults<P, D> = {
|
|
58
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
59
|
+
default: D[K];
|
|
60
|
+
}> : P[K];
|
|
61
|
+
};
|
|
62
|
+
type __VLS_Prettify<T> = {
|
|
63
|
+
[K in keyof T]: T[K];
|
|
64
|
+
} & {};
|
|
65
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
66
|
+
new (): {
|
|
67
|
+
$slots: S;
|
|
68
|
+
};
|
|
69
|
+
};
|
|
70
|
+
//# sourceMappingURL=MediaContent.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MediaContent.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/MediaContent.vue"],"names":[],"mappings":"AAGA,OAAO,0BAA0B,CAAC;AAClC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,MAAM,MAAM,iBAAiB,GAAG;IAC9B,OAAO,CAAC,EAAE,SAAS,GAAG,OAAO,CAAC;IAC9B,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,KAAK,GAAG,IAAI,MAAM,EAAE,CAAC;IACvC,sBAAsB,CAAC,EAAE,KAAK,GAAG,IAAI,MAAM,EAAE,CAAC;IAC9C,SAAS,CAAC,EAAE,KAAK,GAAG,IAAI,MAAM,EAAE,CAAC;IACjC,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AA+GF,iBAAS,cAAc;mBA6PK,GAAG;yBACG,GAAG;oBACR,GAAG;qBACF,GAAG;EAGhC;AAaD,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;gBAhYN,OAAO;aAZV,SAAS,GAAG,OAAO;YACpB,MAAM,GAAG,MAAM;cAEb,MAAM;4EAgZjB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
|
|
2
|
+
export type ProductLabelsProps = {
|
|
3
|
+
labelUrls?: string[];
|
|
4
|
+
soldLabelUrl?: string;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ProductLabelsProps>, {}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ProductLabelsProps>, {}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
export default _default;
|
|
8
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
9
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
10
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
11
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
12
|
+
} : {
|
|
13
|
+
type: import('vue').PropType<T[K]>;
|
|
14
|
+
required: true;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
type __VLS_WithDefaults<P, D> = {
|
|
18
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
19
|
+
default: D[K];
|
|
20
|
+
}> : P[K];
|
|
21
|
+
};
|
|
22
|
+
type __VLS_Prettify<T> = {
|
|
23
|
+
[K in keyof T]: T[K];
|
|
24
|
+
} & {};
|
|
25
|
+
//# sourceMappingURL=ProductLabels.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProductLabels.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/ProductLabels.vue"],"names":[],"mappings":"AAGA,OAAO,0BAA0B,CAAA;AACjC,MAAM,MAAM,kBAAkB,GAAG;IAC/B,SAAS,CAAC,EAAE,MAAM,EAAE,CAAA;IACpB,YAAY,CAAC,EAAE,MAAM,CAAA;CACtB,CAAA;;AAwGD,wBAMG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
|
|
2
|
+
export type DisplayMode = 'carousel' | 'list';
|
|
3
|
+
export type Props = {
|
|
4
|
+
data: any[];
|
|
5
|
+
loading: boolean;
|
|
6
|
+
error: Error | null;
|
|
7
|
+
pcRows?: number;
|
|
8
|
+
pcColumns?: number;
|
|
9
|
+
spRows?: number;
|
|
10
|
+
spColumns?: number;
|
|
11
|
+
autoplay?: boolean;
|
|
12
|
+
breakpoint?: number;
|
|
13
|
+
theme?: 'light' | 'dark';
|
|
14
|
+
displayMode?: DisplayMode;
|
|
15
|
+
showAllUrl?: string;
|
|
16
|
+
itemType?: 'default' | 'boxed';
|
|
17
|
+
basePath?: string;
|
|
18
|
+
idKey?: string;
|
|
19
|
+
};
|
|
20
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
21
|
+
data: () => never[];
|
|
22
|
+
loading: boolean;
|
|
23
|
+
error: null;
|
|
24
|
+
pcRows: number;
|
|
25
|
+
pcColumns: number;
|
|
26
|
+
spRows: number;
|
|
27
|
+
spColumns: number;
|
|
28
|
+
autoplay: boolean;
|
|
29
|
+
breakpoint: number;
|
|
30
|
+
theme: string;
|
|
31
|
+
displayMode: string;
|
|
32
|
+
itemType: string;
|
|
33
|
+
basePath: string;
|
|
34
|
+
idKey: string;
|
|
35
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
36
|
+
data: () => never[];
|
|
37
|
+
loading: boolean;
|
|
38
|
+
error: null;
|
|
39
|
+
pcRows: number;
|
|
40
|
+
pcColumns: number;
|
|
41
|
+
spRows: number;
|
|
42
|
+
spColumns: number;
|
|
43
|
+
autoplay: boolean;
|
|
44
|
+
breakpoint: number;
|
|
45
|
+
theme: string;
|
|
46
|
+
displayMode: string;
|
|
47
|
+
itemType: string;
|
|
48
|
+
basePath: string;
|
|
49
|
+
idKey: string;
|
|
50
|
+
}>>> & Readonly<{}>, {
|
|
51
|
+
data: any[];
|
|
52
|
+
loading: boolean;
|
|
53
|
+
error: Error | null;
|
|
54
|
+
pcRows: number;
|
|
55
|
+
pcColumns: number;
|
|
56
|
+
spRows: number;
|
|
57
|
+
spColumns: number;
|
|
58
|
+
autoplay: boolean;
|
|
59
|
+
breakpoint: number;
|
|
60
|
+
theme: "light" | "dark";
|
|
61
|
+
displayMode: DisplayMode;
|
|
62
|
+
itemType: "default" | "boxed";
|
|
63
|
+
basePath: string;
|
|
64
|
+
idKey: string;
|
|
65
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
66
|
+
export default _default;
|
|
67
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
68
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
69
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
70
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
71
|
+
} : {
|
|
72
|
+
type: import('vue').PropType<T[K]>;
|
|
73
|
+
required: true;
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
type __VLS_WithDefaults<P, D> = {
|
|
77
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
78
|
+
default: D[K];
|
|
79
|
+
}> : P[K];
|
|
80
|
+
};
|
|
81
|
+
type __VLS_Prettify<T> = {
|
|
82
|
+
[K in keyof T]: T[K];
|
|
83
|
+
} & {};
|
|
84
|
+
//# sourceMappingURL=ProductList.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProductList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/ProductList.vue"],"names":[],"mappings":"AA+FA;AAOA,OAAO,YAAY,CAAA;AACnB,OAAO,iBAAiB,CAAA;AACxB,OAAO,uBAAuB,CAAA;AAC9B,OAAO,uBAAuB,CAAA;AAE9B,MAAM,MAAM,WAAW,GAAG,UAAU,GAAG,MAAM,CAAA;AAE7C,MAAM,MAAM,KAAK,GAAG;IAClB,IAAI,EAAE,GAAG,EAAE,CAAA;IACX,OAAO,EAAE,OAAO,CAAA;IAChB,KAAK,EAAE,KAAK,GAAG,IAAI,CAAA;IACnB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,CAAA;IACxB,WAAW,CAAC,EAAE,WAAW,CAAA;IACzB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,QAAQ,CAAC,EAAE,SAAS,GAAG,OAAO,CAAA;IAC9B,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAfO,GAAG,EAAE;aACF,OAAO;WACT,KAAK,GAAG,IAAI;YACV,MAAM;eACH,MAAM;YACT,MAAM;eACH,MAAM;cACP,OAAO;gBACL,MAAM;WACX,OAAO,GAAG,MAAM;iBACV,WAAW;cAEd,SAAS,GAAG,OAAO;cACnB,MAAM;WACT,MAAM;;AAwZhB,wBAMG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|