@reni-corp/reni-2c-ui 0.3.29 → 0.4.0
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 +4 -192
- package/dist/components/elements/Alert.vue.d.ts +14 -36
- package/dist/components/elements/Alert.vue.d.ts.map +1 -1
- package/dist/components/elements/Button.vue.d.ts +13 -41
- package/dist/components/elements/Button.vue.d.ts.map +1 -1
- package/dist/components/elements/CheckBox.vue.d.ts +11 -60
- package/dist/components/elements/CheckBox.vue.d.ts.map +1 -1
- package/dist/components/elements/ComboBox.vue.d.ts +34 -116
- package/dist/components/elements/ComboBox.vue.d.ts.map +1 -1
- package/dist/components/elements/DescriptionList.vue.d.ts +12 -27
- package/dist/components/elements/DescriptionList.vue.d.ts.map +1 -1
- package/dist/components/elements/Divider.vue.d.ts +3 -27
- package/dist/components/elements/Divider.vue.d.ts.map +1 -1
- package/dist/components/elements/Html.vue.d.ts +2 -32
- package/dist/components/elements/Html.vue.d.ts.map +1 -1
- package/dist/components/elements/Icon.vue.d.ts +4 -28
- package/dist/components/elements/Icon.vue.d.ts.map +1 -1
- package/dist/components/elements/Image.vue.d.ts +19 -43
- package/dist/components/elements/Image.vue.d.ts.map +1 -1
- package/dist/components/elements/Label.vue.d.ts +12 -32
- package/dist/components/elements/Label.vue.d.ts.map +1 -1
- package/dist/components/elements/PasswordField.vue.d.ts +13 -151
- package/dist/components/elements/PasswordField.vue.d.ts.map +1 -1
- package/dist/components/elements/Progress.vue.d.ts +3 -31
- package/dist/components/elements/Progress.vue.d.ts.map +1 -1
- package/dist/components/elements/RadioButton.vue.d.ts +17 -28
- package/dist/components/elements/RadioButton.vue.d.ts.map +1 -1
- package/dist/components/elements/RadioButtonGroup.vue.d.ts +26 -75
- package/dist/components/elements/RadioButtonGroup.vue.d.ts.map +1 -1
- package/dist/components/elements/SelectBox.vue.d.ts +30 -121
- package/dist/components/elements/SelectBox.vue.d.ts.map +1 -1
- package/dist/components/elements/SkeletonLoader.vue.d.ts +2 -24
- package/dist/components/elements/SkeletonLoader.vue.d.ts.map +1 -1
- package/dist/components/elements/SpinButton.vue.d.ts +23 -52
- package/dist/components/elements/SpinButton.vue.d.ts.map +1 -1
- package/dist/components/elements/Spinner.vue.d.ts +3 -27
- package/dist/components/elements/Spinner.vue.d.ts.map +1 -1
- package/dist/components/elements/Text.vue.d.ts +12 -34
- package/dist/components/elements/Text.vue.d.ts.map +1 -1
- package/dist/components/elements/TextField.vue.d.ts +23 -146
- package/dist/components/elements/TextField.vue.d.ts.map +1 -1
- package/dist/components/elements/ToolChip.vue.d.ts +11 -33
- package/dist/components/elements/ToolChip.vue.d.ts.map +1 -1
- package/dist/components/features/AnnounceBar.vue.d.ts +11 -29
- package/dist/components/features/AnnounceBar.vue.d.ts.map +1 -1
- package/dist/components/features/AnnounceBarCollection.vue.d.ts +10 -34
- package/dist/components/features/AnnounceBarCollection.vue.d.ts.map +1 -1
- package/dist/components/features/Banner.vue.d.ts +22 -0
- package/dist/components/features/Banner.vue.d.ts.map +1 -0
- package/dist/components/features/BrandLogo.vue.d.ts +2 -24
- package/dist/components/features/BrandLogo.vue.d.ts.map +1 -1
- package/dist/components/features/CategoryBanner.vue.d.ts +3 -30
- package/dist/components/features/CategoryBanner.vue.d.ts.map +1 -1
- package/dist/components/features/FloatingBanner.vue.d.ts +3 -21
- package/dist/components/features/FloatingBanner.vue.d.ts.map +1 -1
- package/dist/components/features/Hero.vue.d.ts +32 -52
- package/dist/components/features/Hero.vue.d.ts.map +1 -1
- package/dist/components/features/ImageGrid.vue.d.ts +3 -30
- package/dist/components/features/ImageGrid.vue.d.ts.map +1 -1
- package/dist/components/features/LinkList.vue.d.ts +3 -28
- package/dist/components/features/LinkList.vue.d.ts.map +1 -1
- package/dist/components/features/Marquee.vue.d.ts +19 -49
- package/dist/components/features/Marquee.vue.d.ts.map +1 -1
- package/dist/components/features/MediaContent.vue.d.ts +14 -36
- package/dist/components/features/MediaContent.vue.d.ts.map +1 -1
- package/dist/components/features/ProductLabels.vue.d.ts +1 -19
- package/dist/components/features/ProductLabels.vue.d.ts.map +1 -1
- package/dist/components/features/ProductList.vue.d.ts +63 -88
- package/dist/components/features/ProductList.vue.d.ts.map +1 -1
- package/dist/components/features/ProductListItem.vue.d.ts +7 -35
- package/dist/components/features/ProductListItem.vue.d.ts.map +1 -1
- package/dist/components/features/ProductPurchase.vue.d.ts +12 -43
- package/dist/components/features/ProductPurchase.vue.d.ts.map +1 -1
- package/dist/components/features/Schedule.vue.d.ts +11 -29
- package/dist/components/features/Schedule.vue.d.ts.map +1 -1
- package/dist/components/features/ScheduleDateItem.vue.d.ts +2 -26
- package/dist/components/features/ScheduleDateItem.vue.d.ts.map +1 -1
- package/dist/components/features/ScheduleDelivery.vue.d.ts +10 -26
- package/dist/components/features/ScheduleDelivery.vue.d.ts.map +1 -1
- package/dist/components/features/ScheduleDeliveryItem.vue.d.ts +2 -24
- package/dist/components/features/ScheduleDeliveryItem.vue.d.ts.map +1 -1
- package/dist/components/features/SchedulePeriod.vue.d.ts +2 -26
- package/dist/components/features/SchedulePeriod.vue.d.ts.map +1 -1
- package/dist/components/features/SchedulePickup.vue.d.ts +10 -26
- package/dist/components/features/SchedulePickup.vue.d.ts.map +1 -1
- package/dist/components/features/SchedulePickupItem.vue.d.ts +2 -24
- package/dist/components/features/SchedulePickupItem.vue.d.ts.map +1 -1
- package/dist/components/features/Schedules.vue.d.ts +10 -22
- package/dist/components/features/Schedules.vue.d.ts.map +1 -1
- package/dist/components/features/SnsLink.vue.d.ts +3 -29
- package/dist/components/features/SnsLink.vue.d.ts.map +1 -1
- package/dist/components/foundation/AppBar.vue.d.ts +15 -40
- package/dist/components/foundation/AppBar.vue.d.ts.map +1 -1
- package/dist/components/foundation/AppBody.vue.d.ts +9 -4
- package/dist/components/foundation/AppBody.vue.d.ts.map +1 -1
- package/dist/components/foundation/AppFooter.vue.d.ts +13 -35
- package/dist/components/foundation/AppFooter.vue.d.ts.map +1 -1
- package/dist/components/foundation/AppFrame.vue.d.ts +10 -5
- package/dist/components/foundation/AppFrame.vue.d.ts.map +1 -1
- package/dist/components/interactive/Dialog.vue.d.ts +18 -40
- package/dist/components/interactive/Dialog.vue.d.ts.map +1 -1
- package/dist/components/interactive/Disclosure.vue.d.ts +22 -37
- package/dist/components/interactive/Disclosure.vue.d.ts.map +1 -1
- package/dist/components/interactive/DropDown.vue.d.ts +20 -34
- package/dist/components/interactive/DropDown.vue.d.ts.map +1 -1
- package/dist/components/interactive/Gallery.vue.d.ts +2 -34
- package/dist/components/interactive/Gallery.vue.d.ts.map +1 -1
- package/dist/components/interactive/Lightbox.vue.d.ts +32 -0
- package/dist/components/interactive/Lightbox.vue.d.ts.map +1 -0
- package/dist/components/interactive/Modal.vue.d.ts +15 -33
- package/dist/components/interactive/Modal.vue.d.ts.map +1 -1
- package/dist/components/interactive/Notification.vue.d.ts +5 -35
- package/dist/components/interactive/Notification.vue.d.ts.map +1 -1
- package/dist/components/interactive/Slider.vue.d.ts +32 -28
- package/dist/components/interactive/Slider.vue.d.ts.map +1 -1
- package/dist/components/interactive/Tab.vue.d.ts +17 -25
- package/dist/components/interactive/Tab.vue.d.ts.map +1 -1
- package/dist/components/interactive/TabGroup.vue.d.ts +27 -0
- package/dist/components/interactive/TabGroup.vue.d.ts.map +1 -0
- package/dist/components/interactive/TabPanel.vue.d.ts +9 -3
- package/dist/components/interactive/TabPanel.vue.d.ts.map +1 -1
- package/dist/components/interactive/TabPanels.vue.d.ts +21 -30
- package/dist/components/interactive/TabPanels.vue.d.ts.map +1 -1
- package/dist/components/interactive/Tabs.vue.d.ts +23 -29
- package/dist/components/interactive/Tabs.vue.d.ts.map +1 -1
- package/dist/components/layouts/Card.vue.d.ts +12 -30
- package/dist/components/layouts/Card.vue.d.ts.map +1 -1
- package/dist/components/layouts/Grid.vue.d.ts +11 -32
- package/dist/components/layouts/Grid.vue.d.ts.map +1 -1
- package/dist/components/layouts/List.vue.d.ts +28 -42
- package/dist/components/layouts/List.vue.d.ts.map +1 -1
- package/dist/components/layouts/Page.vue.d.ts +33 -62
- package/dist/components/layouts/Page.vue.d.ts.map +1 -1
- package/dist/components/layouts/Section.vue.d.ts +20 -41
- package/dist/components/layouts/Section.vue.d.ts.map +1 -1
- package/dist/components/layouts/Stack.vue.d.ts +12 -40
- package/dist/components/layouts/Stack.vue.d.ts.map +1 -1
- package/dist/components/navigation/BottomBar.vue.d.ts +10 -26
- package/dist/components/navigation/BottomBar.vue.d.ts.map +1 -1
- package/dist/components/navigation/Drawer.vue.d.ts +14 -32
- package/dist/components/navigation/Drawer.vue.d.ts.map +1 -1
- package/dist/components/renderless/DataProvider.vue.d.ts +19 -42
- package/dist/components/renderless/DataProvider.vue.d.ts.map +1 -1
- package/dist/components/renderless/Form.vue.d.ts +20 -43
- package/dist/components/renderless/Form.vue.d.ts.map +1 -1
- package/dist/components/renderless/OptionGroupSwitchController.vue.d.ts +20 -43
- package/dist/components/renderless/OptionGroupSwitchController.vue.d.ts.map +1 -1
- package/dist/composable/useAppNotifications.d.ts +0 -1
- package/dist/composable/useToolChip.d.ts +0 -1
- package/dist/composables.d.ts +0 -1
- package/dist/composables.es.js +5 -6
- package/dist/contexts/tabGroup.d.ts +17 -0
- package/dist/contexts/tabGroup.d.ts.map +1 -0
- package/dist/directives/auto-scale.d.ts +0 -1
- package/dist/directives/glitch.d.ts +0 -1
- package/dist/{index-a725a791.js → index-D7ldGb8i.js} +18 -30
- package/dist/index.d.ts +8 -11
- package/dist/index.d.ts.map +1 -1
- package/dist/index.es.js +6605 -6564
- package/dist/script.es.js +8231 -8185
- package/dist/script.umd.js +26 -26
- package/dist/style.css +1 -1
- package/dist/types.d.ts +0 -1
- package/dist/{composables-93778bb4.js → useAppDialogGuidance-BhYqv41n.js} +1033 -1017
- package/dist/utils.d.ts +46 -1
- package/dist/utils.d.ts.map +1 -1
- package/dist/validation.d.ts +0 -1
- package/dist/valueObjects/CurrencyValue.d.ts +0 -1
- package/dist/valueObjects/NumberValue.d.ts +0 -1
- package/dist/{valueObjects-e0ea7f1b.js → valueObjects-CvF0zaqR.js} +1 -1
- package/dist/valueObjects.es.js +1 -1
- package/package.json +20 -23
- package/src/stories/Alert.stories.ts +1 -1
- package/src/stories/AnnounceBar.stories.ts +1 -1
- package/src/stories/AnnounceBarCollection.stories.ts +135 -0
- package/src/stories/AppBar.stories.ts +6 -2
- package/src/stories/AppFooter.stories.ts +1 -1
- package/src/stories/AppFrame.stories.ts +1 -1
- package/src/stories/AppLayout.stories.ts +5 -16
- package/src/stories/Banner.stories.ts +235 -0
- package/src/stories/Button.stories.ts +1 -1
- package/src/stories/Card.stories.ts +1 -1
- package/src/stories/CheckBox.stories.ts +84 -22
- package/src/stories/ComboBox.stories.ts +62 -2
- package/src/stories/Dialog.stories.ts +1 -1
- package/src/stories/Disclosure.stories.ts +1 -1
- package/src/stories/Divider.stories.ts +1 -1
- package/src/stories/Drawer.stories.ts +1 -1
- package/src/stories/DropDown.stories.ts +1 -1
- package/src/stories/FloatingBanner.stories.ts +1 -1
- package/src/stories/Form.stories.ts +96 -1
- package/src/stories/Gallery.stories.ts +1 -1
- package/src/stories/Grid.stories.ts +1 -1
- package/src/stories/Hero.stories.ts +175 -26
- package/src/stories/Html.stories.ts +69 -1
- package/src/stories/Icon.stories.ts +1 -1
- package/src/stories/Image.stories.ts +1 -1
- package/src/stories/Label.stories.ts +85 -4
- package/src/stories/Lightbox.stories.ts +231 -0
- package/src/stories/List.stories.ts +62 -15
- package/src/stories/Modal.stories.ts +1 -1
- package/src/stories/Notification.stories.ts +1 -1
- package/src/stories/Page.stories.ts +36 -1
- package/src/stories/PasswordField.stories.ts +1 -1
- package/src/stories/ProductList.stories.ts +65 -3
- package/src/stories/ProductPurchase.stories.ts +2 -2
- package/src/stories/Progress.stories.ts +1 -1
- package/src/stories/Radio.stories.ts +130 -12
- package/src/stories/Section.stories.ts +29 -4
- package/src/stories/SelectBox.stories.ts +56 -1
- package/src/stories/SkeletonLoader.stories.ts +1 -1
- package/src/stories/Slider.stories.ts +365 -7
- package/src/stories/SnsLink.stories.ts +1 -1
- package/src/stories/SpinButton.stories.ts +1 -1
- package/src/stories/Spinner.stories.ts +1 -1
- package/src/stories/Stack.stories.ts +1 -1
- package/src/stories/Switch.stories.ts +1 -1
- package/src/stories/Tab.stories.ts +28 -11
- package/src/stories/TabGroup.stories.ts +290 -0
- package/src/stories/TabPanels.stories.ts +1 -1
- package/src/stories/Tabs.stories.ts +104 -3
- package/src/stories/Text.stories.ts +1 -1
- package/src/stories/TextArea.stories.ts +78 -1
- package/src/stories/TextField.stories.ts +75 -2
- package/src/stories/ToolChip.stories.ts +1 -1
- package/dist/components/features/CarouselBanner.vue.d.ts +0 -36
- package/dist/components/features/CarouselBanner.vue.d.ts.map +0 -1
- package/dist/components/features/VariationSelector.vue.d.ts +0 -39
- package/dist/components/features/VariationSelector.vue.d.ts.map +0 -1
- package/src/stories/Carousel.stories.ts +0 -62
- package/src/stories/CarouselBanner.stories.ts +0 -103
- package/src/stories/ProductLabels.stories.ts +0 -65
- package/src/stories/SoldStacker.stories.ts +0 -68
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
2
1
|
export type HeroProps = {
|
|
3
|
-
layout?: 'vertical-split' | 'horizontal-sprit';
|
|
2
|
+
layout?: 'vertical-split' | 'horizontal-sprit' | 'overlay';
|
|
4
3
|
reverse?: boolean;
|
|
5
4
|
media?: string | {
|
|
6
5
|
src: string;
|
|
@@ -10,61 +9,42 @@ export type HeroProps = {
|
|
|
10
9
|
title?: string;
|
|
11
10
|
subtitle?: string;
|
|
12
11
|
description?: string;
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
12
|
+
contentAlign?: 'left' | 'center' | 'right';
|
|
13
|
+
contentVerticalAlign?: 'top' | 'center' | 'bottom';
|
|
14
|
+
overlayColor?: string;
|
|
15
|
+
eyebrowFont?: 'default' | 'key' | 'mono';
|
|
16
|
+
titleFont?: 'default' | 'key' | 'mono';
|
|
17
|
+
subtitleFont?: 'default' | 'key' | 'mono';
|
|
18
|
+
descriptionFont?: 'default' | 'key' | 'mono';
|
|
17
19
|
};
|
|
18
20
|
declare function __VLS_template(): {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
21
|
+
attrs: Partial<{}>;
|
|
22
|
+
slots: {
|
|
23
|
+
media?(_: {}): any;
|
|
24
|
+
'default-media'?(_: {}): any;
|
|
25
|
+
eyebrow?(_: {}): any;
|
|
26
|
+
title?(_: {}): any;
|
|
27
|
+
subtitle?(_: {}): any;
|
|
28
|
+
description?(_: {}): any;
|
|
29
|
+
default?(_: {}): any;
|
|
30
|
+
};
|
|
31
|
+
refs: {};
|
|
32
|
+
rootEl: HTMLDivElement;
|
|
26
33
|
};
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
reverse: boolean;
|
|
30
|
-
eyebrowFont: string;
|
|
31
|
-
titleFont: string;
|
|
32
|
-
subtitleFont: string;
|
|
33
|
-
descriptionFont: string;
|
|
34
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<HeroProps>, {
|
|
35
|
-
layout: string;
|
|
36
|
-
reverse: boolean;
|
|
37
|
-
eyebrowFont: string;
|
|
38
|
-
titleFont: string;
|
|
39
|
-
subtitleFont: string;
|
|
40
|
-
descriptionFont: string;
|
|
41
|
-
}>>> & Readonly<{}>, {
|
|
34
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
35
|
+
declare const __VLS_component: import('vue').DefineComponent<HeroProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<HeroProps> & Readonly<{}>, {
|
|
42
36
|
reverse: boolean;
|
|
43
|
-
eyebrowFont: "default" | "key" | "
|
|
44
|
-
titleFont: "default" | "key" | "
|
|
45
|
-
descriptionFont: "default" | "key" | "
|
|
46
|
-
layout: "vertical-split" | "horizontal-sprit";
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
37
|
+
eyebrowFont: "default" | "key" | "mono";
|
|
38
|
+
titleFont: "default" | "key" | "mono";
|
|
39
|
+
descriptionFont: "default" | "key" | "mono";
|
|
40
|
+
layout: "vertical-split" | "horizontal-sprit" | "overlay";
|
|
41
|
+
contentAlign: "left" | "center" | "right";
|
|
42
|
+
contentVerticalAlign: "top" | "center" | "bottom";
|
|
43
|
+
overlayColor: string;
|
|
44
|
+
subtitleFont: "default" | "key" | "mono";
|
|
45
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
46
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
50
47
|
export default _default;
|
|
51
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
52
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
53
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
54
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
55
|
-
} : {
|
|
56
|
-
type: import('vue').PropType<T[K]>;
|
|
57
|
-
required: true;
|
|
58
|
-
};
|
|
59
|
-
};
|
|
60
|
-
type __VLS_WithDefaults<P, D> = {
|
|
61
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
62
|
-
default: D[K];
|
|
63
|
-
}> : P[K];
|
|
64
|
-
};
|
|
65
|
-
type __VLS_Prettify<T> = {
|
|
66
|
-
[K in keyof T]: T[K];
|
|
67
|
-
} & {};
|
|
68
48
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
69
49
|
new (): {
|
|
70
50
|
$slots: S;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Hero.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/Hero.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Hero.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/Hero.vue"],"names":[],"mappings":"AA2bA,OAAO,0BAA0B,CAAA;AAEjC,MAAM,MAAM,SAAS,GAAG;IACtB,MAAM,CAAC,EAAE,gBAAgB,GAAG,kBAAkB,GAAG,SAAS,CAAA;IAC1D,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,KAAK,CAAC,EACF,MAAM,GACN;QACE,GAAG,EAAE,MAAM,CAAA;QACX,GAAG,CAAC,EAAE,MAAM,CAAA;KACb,CAAA;IACL,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,YAAY,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAA;IAC1C,oBAAoB,CAAC,EAAE,KAAK,GAAG,QAAQ,GAAG,QAAQ,CAAA;IAClD,YAAY,CAAC,EAAE,MAAM,CAAA;IAErB,WAAW,CAAC,EAAE,SAAS,GAAG,KAAK,GAAG,MAAM,CAAA;IACxC,SAAS,CAAC,EAAE,SAAS,GAAG,KAAK,GAAG,MAAM,CAAA;IACtC,YAAY,CAAC,EAAE,SAAS,GAAG,KAAK,GAAG,MAAM,CAAA;IACzC,eAAe,CAAC,EAAE,SAAS,GAAG,KAAK,GAAG,MAAM,CAAA;CAC7C,CAAA;AAqHD,iBAAS,cAAc;WA0GT,OAAO,IAA6B;;uBAhBvB,GAAG;iCACO,GAAG;yBACX,GAAG;uBACL,GAAG;0BACA,GAAG;6BACA,GAAG;yBACP,GAAG;;;;EAe/B;AAsBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;aA9QT,OAAO;iBAeH,SAAS,GAAG,KAAK,GAAG,MAAM;eAC5B,SAAS,GAAG,KAAK,GAAG,MAAM;qBAEpB,SAAS,GAAG,KAAK,GAAG,MAAM;YAnBnC,gBAAgB,GAAG,kBAAkB,GAAG,SAAS;kBAY3C,MAAM,GAAG,QAAQ,GAAG,OAAO;0BACnB,KAAK,GAAG,QAAQ,GAAG,QAAQ;kBACnC,MAAM;kBAIN,SAAS,GAAG,KAAK,GAAG,MAAM;wFAqQzC,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -8,42 +8,15 @@ export type ImageGridProps = {
|
|
|
8
8
|
columnY?: number;
|
|
9
9
|
gap?: number;
|
|
10
10
|
};
|
|
11
|
-
declare const _default: import('vue').DefineComponent<import('vue').
|
|
12
|
-
images: () => never[];
|
|
13
|
-
columnX: number;
|
|
14
|
-
columnY: number;
|
|
15
|
-
gap: number;
|
|
16
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ImageGridProps>, {
|
|
17
|
-
images: () => never[];
|
|
18
|
-
columnX: number;
|
|
19
|
-
columnY: number;
|
|
20
|
-
gap: number;
|
|
21
|
-
}>>> & Readonly<{}>, {
|
|
22
|
-
gap: number;
|
|
11
|
+
declare const _default: import('vue').DefineComponent<ImageGridProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ImageGridProps> & Readonly<{}>, {
|
|
23
12
|
images: {
|
|
24
13
|
src: string;
|
|
25
14
|
width?: number;
|
|
26
15
|
height?: number;
|
|
27
16
|
}[];
|
|
17
|
+
gap: number;
|
|
28
18
|
columnX: number;
|
|
29
19
|
columnY: number;
|
|
30
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
20
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
31
21
|
export default _default;
|
|
32
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
33
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
34
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
35
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
36
|
-
} : {
|
|
37
|
-
type: import('vue').PropType<T[K]>;
|
|
38
|
-
required: true;
|
|
39
|
-
};
|
|
40
|
-
};
|
|
41
|
-
type __VLS_WithDefaults<P, D> = {
|
|
42
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
43
|
-
default: D[K];
|
|
44
|
-
}> : P[K];
|
|
45
|
-
};
|
|
46
|
-
type __VLS_Prettify<T> = {
|
|
47
|
-
[K in keyof T]: T[K];
|
|
48
|
-
} & {};
|
|
49
22
|
//# sourceMappingURL=ImageGrid.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ImageGrid.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/ImageGrid.vue"],"names":[],"mappings":"AAiBA;
|
|
1
|
+
{"version":3,"file":"ImageGrid.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/ImageGrid.vue"],"names":[],"mappings":"AAiBA;AA4GA,MAAM,MAAM,cAAc,GAAG;IAC3B,MAAM,EAAE;QACN,GAAG,EAAE,MAAM,CAAA;QACX,KAAK,CAAC,EAAE,MAAM,CAAA;QACd,MAAM,CAAC,EAAE,MAAM,CAAA;KAChB,EAAE,CAAA;IACH,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,GAAG,CAAC,EAAE,MAAM,CAAA;CACb,CAAA;;YARS;QACN,GAAG,EAAE,MAAM,CAAA;QACX,KAAK,CAAC,EAAE,MAAM,CAAA;QACd,MAAM,CAAC,EAAE,MAAM,CAAA;KAChB,EAAE;SAGG,MAAM;aAFF,MAAM;aACN,MAAM;;AAyHlB,wBAQG"}
|
|
@@ -7,38 +7,13 @@ export interface LinkListProps {
|
|
|
7
7
|
}[];
|
|
8
8
|
size?: 'sm' | 'md' | 'lg';
|
|
9
9
|
}
|
|
10
|
-
declare const _default: import('vue').DefineComponent<import('vue').
|
|
11
|
-
variant: string;
|
|
12
|
-
layout: string;
|
|
13
|
-
items: () => never[];
|
|
14
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<LinkListProps>, {
|
|
15
|
-
variant: string;
|
|
16
|
-
layout: string;
|
|
17
|
-
items: () => never[];
|
|
18
|
-
}>>> & Readonly<{}>, {
|
|
10
|
+
declare const _default: import('vue').DefineComponent<LinkListProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<LinkListProps> & Readonly<{}>, {
|
|
19
11
|
variant: "default";
|
|
20
|
-
layout: "inline";
|
|
21
12
|
items: {
|
|
22
13
|
title: string;
|
|
23
14
|
href: string;
|
|
24
15
|
}[];
|
|
25
|
-
|
|
16
|
+
layout: "inline";
|
|
17
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
26
18
|
export default _default;
|
|
27
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
28
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
29
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
30
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
31
|
-
} : {
|
|
32
|
-
type: import('vue').PropType<T[K]>;
|
|
33
|
-
required: true;
|
|
34
|
-
};
|
|
35
|
-
};
|
|
36
|
-
type __VLS_WithDefaults<P, D> = {
|
|
37
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
38
|
-
default: D[K];
|
|
39
|
-
}> : P[K];
|
|
40
|
-
};
|
|
41
|
-
type __VLS_Prettify<T> = {
|
|
42
|
-
[K in keyof T]: T[K];
|
|
43
|
-
} & {};
|
|
44
19
|
//# sourceMappingURL=LinkList.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LinkList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/LinkList.vue"],"names":[],"mappings":"AACA;
|
|
1
|
+
{"version":3,"file":"LinkList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/LinkList.vue"],"names":[],"mappings":"AACA;AA6HA,MAAM,WAAW,aAAa;IAC5B,MAAM,CAAC,EAAE,QAAQ,CAAA;IACjB,OAAO,CAAC,EAAE,SAAS,CAAA;IACnB,KAAK,CAAC,EAAE;QACN,KAAK,EAAE,MAAM,CAAA;QACb,IAAI,EAAE,MAAM,CAAA;KACb,EAAE,CAAA;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;CAC1B;;aANW,SAAS;WACX;QACN,KAAK,EAAE,MAAM,CAAA;QACb,IAAI,EAAE,MAAM,CAAA;KACb,EAAE;YALM,QAAQ;;AA6FnB,wBAQG"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
1
|
export type MarqueeSliderProps = {
|
|
3
2
|
autoWidth?: boolean;
|
|
4
3
|
height?: number | string;
|
|
@@ -12,61 +11,32 @@ export type MarqueeSliderProps = {
|
|
|
12
11
|
direction?: 'horizontal' | 'vertical';
|
|
13
12
|
};
|
|
14
13
|
declare function __VLS_template(): {
|
|
15
|
-
|
|
14
|
+
attrs: Partial<{}>;
|
|
15
|
+
slots: {
|
|
16
|
+
default?(_: {}): any;
|
|
17
|
+
};
|
|
18
|
+
refs: {
|
|
19
|
+
containerRef: HTMLDivElement;
|
|
20
|
+
};
|
|
21
|
+
rootEl: HTMLDivElement;
|
|
16
22
|
};
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
height: number;
|
|
20
|
-
width: number;
|
|
21
|
-
id: undefined;
|
|
22
|
-
paused: boolean;
|
|
23
|
-
repeat: number;
|
|
24
|
-
reverse: boolean;
|
|
25
|
-
space: number;
|
|
26
|
-
speed: number;
|
|
27
|
-
direction: string;
|
|
28
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MarqueeSliderProps>, {
|
|
29
|
-
autoWidth: boolean;
|
|
30
|
-
height: number;
|
|
31
|
-
width: number;
|
|
32
|
-
id: undefined;
|
|
33
|
-
paused: boolean;
|
|
34
|
-
repeat: number;
|
|
35
|
-
reverse: boolean;
|
|
36
|
-
space: number;
|
|
37
|
-
speed: number;
|
|
38
|
-
direction: string;
|
|
39
|
-
}>>> & Readonly<{}>, {
|
|
23
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
24
|
+
declare const __VLS_component: import('vue').DefineComponent<MarqueeSliderProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<MarqueeSliderProps> & Readonly<{}>, {
|
|
40
25
|
repeat: number;
|
|
41
26
|
reverse: boolean;
|
|
42
|
-
autoWidth: boolean;
|
|
43
|
-
height: number | string;
|
|
44
27
|
width: number | string;
|
|
45
28
|
id: string;
|
|
46
|
-
|
|
47
|
-
space: number;
|
|
48
|
-
speed: number;
|
|
29
|
+
height: number | string;
|
|
49
30
|
direction: "horizontal" | "vertical";
|
|
50
|
-
|
|
51
|
-
|
|
31
|
+
speed: number;
|
|
32
|
+
space: number;
|
|
33
|
+
paused: boolean;
|
|
34
|
+
autoWidth: boolean;
|
|
35
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
36
|
+
containerRef: HTMLDivElement;
|
|
37
|
+
}, HTMLDivElement>;
|
|
38
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
52
39
|
export default _default;
|
|
53
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
54
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
55
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
56
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
57
|
-
} : {
|
|
58
|
-
type: import('vue').PropType<T[K]>;
|
|
59
|
-
required: true;
|
|
60
|
-
};
|
|
61
|
-
};
|
|
62
|
-
type __VLS_WithDefaults<P, D> = {
|
|
63
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
64
|
-
default: D[K];
|
|
65
|
-
}> : P[K];
|
|
66
|
-
};
|
|
67
|
-
type __VLS_Prettify<T> = {
|
|
68
|
-
[K in keyof T]: T[K];
|
|
69
|
-
} & {};
|
|
70
40
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
71
41
|
new (): {
|
|
72
42
|
$slots: S;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Marquee.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/Marquee.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Marquee.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/Marquee.vue"],"names":[],"mappings":"AAiRA,OAAO,0BAA0B,CAAA;AAIjC,MAAM,MAAM,kBAAkB,GAAG;IAC/B,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACxB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACvB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,SAAS,CAAC,EAAE,YAAY,GAAG,UAAU,CAAA;CACtC,CAAA;AAuMD,iBAAS,cAAc;WA2CT,OAAO,IAA6B;;yBAXrB,GAAG;;;;;;EAgB/B;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;YA7QV,MAAM;aACL,OAAO;WAJT,MAAM,GAAG,MAAM;QAClB,MAAM;YAFF,MAAM,GAAG,MAAM;eAQZ,YAAY,GAAG,UAAU;WAD7B,MAAM;WADN,MAAM;YAHL,OAAO;eAJJ,OAAO;;;kBA2RnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { Color } from '../../types';
|
|
2
|
-
|
|
3
2
|
export type MediaContentProps = {
|
|
4
3
|
variant?: 'default' | 'boxed';
|
|
5
4
|
layout?: 'half' | 'full';
|
|
@@ -16,25 +15,21 @@ export type MediaContentProps = {
|
|
|
16
15
|
textShadow?: boolean;
|
|
17
16
|
};
|
|
18
17
|
declare function __VLS_template(): {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
18
|
+
attrs: Partial<{}>;
|
|
19
|
+
slots: {
|
|
20
|
+
image?(_: {}): any;
|
|
21
|
+
description?(_: {}): any;
|
|
22
|
+
button?(_: {}): any;
|
|
23
|
+
content?(_: {}): any;
|
|
24
|
+
};
|
|
25
|
+
refs: {};
|
|
26
|
+
rootEl: HTMLDivElement;
|
|
23
27
|
};
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
layout: string;
|
|
27
|
-
imageAlt: string;
|
|
28
|
-
textShadow: boolean;
|
|
29
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
28
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
29
|
+
declare const __VLS_component: import('vue').DefineComponent<MediaContentProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
30
30
|
click: (...args: any[]) => void;
|
|
31
31
|
buttonClick: (...args: any[]) => void;
|
|
32
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
33
|
-
variant: string;
|
|
34
|
-
layout: string;
|
|
35
|
-
imageAlt: string;
|
|
36
|
-
textShadow: boolean;
|
|
37
|
-
}>>> & Readonly<{
|
|
32
|
+
}, string, import('vue').PublicProps, Readonly<MediaContentProps> & Readonly<{
|
|
38
33
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
39
34
|
onButtonClick?: ((...args: any[]) => any) | undefined;
|
|
40
35
|
}>, {
|
|
@@ -42,26 +37,9 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
42
37
|
layout: "half" | "full";
|
|
43
38
|
imageAlt: string;
|
|
44
39
|
textShadow: boolean;
|
|
45
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
46
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
40
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
41
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
47
42
|
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
43
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
66
44
|
new (): {
|
|
67
45
|
$slots: S;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MediaContent.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/MediaContent.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"MediaContent.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/MediaContent.vue"],"names":[],"mappings":"AAgbA,OAAO,0BAA0B,CAAA;AACjC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAG/B,MAAM,MAAM,iBAAiB,GAAG;IAC9B,OAAO,CAAC,EAAE,SAAS,GAAG,OAAO,CAAA;IAC7B,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACxB,QAAQ,EAAE,MAAM,CAAA;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,KAAK,EAAE,MAAM,CAAA;IACb,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,eAAe,CAAC,EAAE,KAAK,GAAG,IAAI,MAAM,EAAE,CAAA;IACtC,sBAAsB,CAAC,EAAE,KAAK,GAAG,IAAI,MAAM,EAAE,CAAA;IAC7C,SAAS,CAAC,EAAE,KAAK,GAAG,IAAI,MAAM,EAAE,CAAA;IAChC,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB,CAAA;AA2HD,iBAAS,cAAc;WAkHT,OAAO,IAA6B;;uBAbvB,GAAG;6BACG,GAAG;wBACR,GAAG;yBACD,GAAG;;;;EAehC;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;aA9QT,SAAS,GAAG,OAAO;YACpB,MAAM,GAAG,MAAM;cAEb,MAAM;gBASJ,OAAO;wFA2QpB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,25 +1,7 @@
|
|
|
1
|
-
|
|
2
1
|
export type ProductLabelsProps = {
|
|
3
2
|
labelUrls?: string[];
|
|
4
3
|
soldLabelUrl?: string;
|
|
5
4
|
};
|
|
6
|
-
declare const _default: import('vue').DefineComponent<
|
|
5
|
+
declare const _default: import('vue').DefineComponent<ProductLabelsProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ProductLabelsProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
7
6
|
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
7
|
//# sourceMappingURL=ProductLabels.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProductLabels.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/ProductLabels.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ProductLabels.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/ProductLabels.vue"],"names":[],"mappings":"AAoEA,OAAO,0BAA0B,CAAA;AACjC,MAAM,MAAM,kBAAkB,GAAG;IAC/B,SAAS,CAAC,EAAE,MAAM,EAAE,CAAA;IACpB,YAAY,CAAC,EAAE,MAAM,CAAA;CACtB,CAAA;;AA6ED,wBAQG"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
|
|
2
1
|
export type DisplayMode = 'carousel' | 'carousel-peek' | 'list';
|
|
3
2
|
export type PaginationType = 'bullets' | 'scrollbar';
|
|
3
|
+
export type VariantType = 'flat' | 'bordered' | 'card';
|
|
4
4
|
export interface ProductListProps {
|
|
5
|
-
data
|
|
6
|
-
loading
|
|
7
|
-
error
|
|
5
|
+
data?: any[];
|
|
6
|
+
loading?: boolean;
|
|
7
|
+
error?: Error | null;
|
|
8
8
|
pcRows?: number;
|
|
9
9
|
pcColumns?: number;
|
|
10
10
|
spRows?: number;
|
|
@@ -17,89 +17,76 @@ export interface ProductListProps {
|
|
|
17
17
|
displayMode?: DisplayMode;
|
|
18
18
|
paginationType?: PaginationType;
|
|
19
19
|
itemType?: 'default' | 'boxed';
|
|
20
|
+
variant?: VariantType;
|
|
20
21
|
infiniteScroll?: boolean;
|
|
21
22
|
hasMore?: boolean;
|
|
22
23
|
loadingMore?: boolean;
|
|
23
24
|
showTitle2?: boolean;
|
|
24
25
|
}
|
|
25
26
|
declare function __VLS_template(): {
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
27
|
+
attrs: Partial<{}>;
|
|
28
|
+
slots: {
|
|
29
|
+
item?(_: {
|
|
30
|
+
item: any;
|
|
31
|
+
autoplay: boolean;
|
|
32
|
+
type: "default" | "boxed";
|
|
33
|
+
variant: VariantType;
|
|
34
|
+
}): any;
|
|
35
|
+
item?(_: {
|
|
36
|
+
item: any;
|
|
37
|
+
autoplay: boolean;
|
|
38
|
+
type: "default" | "boxed";
|
|
39
|
+
variant: VariantType;
|
|
40
|
+
}): any;
|
|
41
|
+
append?(_: {
|
|
42
|
+
hasMore: boolean;
|
|
43
|
+
loadingMore: boolean;
|
|
44
|
+
loadMore: () => void;
|
|
45
|
+
totalItems: number;
|
|
46
|
+
isCarousel: boolean;
|
|
47
|
+
}): any;
|
|
48
|
+
append?(_: {
|
|
49
|
+
hasMore: boolean;
|
|
50
|
+
loadingMore: boolean;
|
|
51
|
+
loadMore: () => void;
|
|
52
|
+
totalItems: number;
|
|
53
|
+
isCarousel: boolean;
|
|
54
|
+
}): any;
|
|
55
|
+
footer?(_: {
|
|
56
|
+
hasMore: boolean;
|
|
57
|
+
loadingMore: boolean;
|
|
58
|
+
loadMore: () => void;
|
|
59
|
+
totalItems: number;
|
|
60
|
+
displayMode: DisplayMode;
|
|
61
|
+
}): any;
|
|
62
|
+
};
|
|
63
|
+
refs: {
|
|
64
|
+
rootEl: HTMLDivElement;
|
|
65
|
+
prevButtonRef: HTMLButtonElement;
|
|
66
|
+
nextButtonRef: HTMLButtonElement;
|
|
67
|
+
loadMoreTrigger: HTMLDivElement;
|
|
68
|
+
};
|
|
69
|
+
rootEl: HTMLDivElement;
|
|
45
70
|
};
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
pcRows: number;
|
|
51
|
-
pcColumns: number;
|
|
52
|
-
spRows: number;
|
|
53
|
-
spColumns: number;
|
|
54
|
-
pcSpaceBetween: number;
|
|
55
|
-
spSpaceBetween: number;
|
|
56
|
-
autoplay: boolean;
|
|
57
|
-
breakpoint: number;
|
|
58
|
-
theme: string;
|
|
59
|
-
displayMode: string;
|
|
60
|
-
paginationType: string;
|
|
61
|
-
itemType: string;
|
|
62
|
-
infiniteScroll: boolean;
|
|
63
|
-
hasMore: boolean;
|
|
64
|
-
loadingMore: boolean;
|
|
65
|
-
showTitle2: boolean;
|
|
66
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
67
|
-
loadMore: () => void;
|
|
68
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ProductListProps>, {
|
|
69
|
-
data: () => never[];
|
|
70
|
-
loading: boolean;
|
|
71
|
-
error: null;
|
|
72
|
-
pcRows: number;
|
|
73
|
-
pcColumns: number;
|
|
74
|
-
spRows: number;
|
|
75
|
-
spColumns: number;
|
|
76
|
-
pcSpaceBetween: number;
|
|
77
|
-
spSpaceBetween: number;
|
|
78
|
-
autoplay: boolean;
|
|
79
|
-
breakpoint: number;
|
|
80
|
-
theme: string;
|
|
81
|
-
displayMode: string;
|
|
82
|
-
paginationType: string;
|
|
83
|
-
itemType: string;
|
|
84
|
-
infiniteScroll: boolean;
|
|
85
|
-
hasMore: boolean;
|
|
86
|
-
loadingMore: boolean;
|
|
87
|
-
showTitle2: boolean;
|
|
88
|
-
}>>> & Readonly<{
|
|
71
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
72
|
+
declare const __VLS_component: import('vue').DefineComponent<ProductListProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
73
|
+
loadMore: () => any;
|
|
74
|
+
}, string, import('vue').PublicProps, Readonly<ProductListProps> & Readonly<{
|
|
89
75
|
onLoadMore?: (() => any) | undefined;
|
|
90
76
|
}>, {
|
|
91
77
|
data: any[];
|
|
78
|
+
variant: VariantType;
|
|
92
79
|
loading: boolean;
|
|
80
|
+
autoplay: boolean;
|
|
93
81
|
error: Error | null;
|
|
82
|
+
theme: "light" | "dark";
|
|
83
|
+
breakpoint: number;
|
|
94
84
|
pcRows: number;
|
|
95
85
|
pcColumns: number;
|
|
96
86
|
spRows: number;
|
|
97
87
|
spColumns: number;
|
|
98
88
|
pcSpaceBetween: number;
|
|
99
89
|
spSpaceBetween: number;
|
|
100
|
-
autoplay: boolean;
|
|
101
|
-
breakpoint: number;
|
|
102
|
-
theme: "light" | "dark";
|
|
103
90
|
displayMode: DisplayMode;
|
|
104
91
|
paginationType: PaginationType;
|
|
105
92
|
itemType: "default" | "boxed";
|
|
@@ -107,26 +94,14 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
107
94
|
hasMore: boolean;
|
|
108
95
|
loadingMore: boolean;
|
|
109
96
|
showTitle2: boolean;
|
|
110
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
111
|
-
|
|
97
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
98
|
+
rootEl: HTMLDivElement;
|
|
99
|
+
prevButtonRef: HTMLButtonElement;
|
|
100
|
+
nextButtonRef: HTMLButtonElement;
|
|
101
|
+
loadMoreTrigger: HTMLDivElement;
|
|
102
|
+
}, HTMLDivElement>;
|
|
103
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
112
104
|
export default _default;
|
|
113
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
114
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
115
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
116
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
117
|
-
} : {
|
|
118
|
-
type: import('vue').PropType<T[K]>;
|
|
119
|
-
required: true;
|
|
120
|
-
};
|
|
121
|
-
};
|
|
122
|
-
type __VLS_WithDefaults<P, D> = {
|
|
123
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
124
|
-
default: D[K];
|
|
125
|
-
}> : P[K];
|
|
126
|
-
};
|
|
127
|
-
type __VLS_Prettify<T> = {
|
|
128
|
-
[K in keyof T]: T[K];
|
|
129
|
-
} & {};
|
|
130
105
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
131
106
|
new (): {
|
|
132
107
|
$slots: S;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProductList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/ProductList.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ProductList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/ProductList.vue"],"names":[],"mappings":"AA8KA;AA05BA,OAAO,YAAY,CAAA;AACnB,OAAO,iBAAiB,CAAA;AACxB,OAAO,uBAAuB,CAAA;AAC9B,OAAO,uBAAuB,CAAA;AAC9B,OAAO,sBAAsB,CAAA;AAE7B,MAAM,MAAM,WAAW,GAAG,UAAU,GAAG,eAAe,GAAG,MAAM,CAAA;AAC/D,MAAM,MAAM,cAAc,GAAG,SAAS,GAAG,WAAW,CAAA;AACpD,MAAM,MAAM,WAAW,GAAG,MAAM,GAAG,UAAU,GAAG,MAAM,CAAA;AAEtD,MAAM,WAAW,gBAAgB;IAC/B,IAAI,CAAC,EAAE,GAAG,EAAE,CAAA;IACZ,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,KAAK,CAAC,EAAE,KAAK,GAAG,IAAI,CAAA;IACpB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,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,cAAc,CAAC,EAAE,cAAc,CAAA;IAC/B,QAAQ,CAAC,EAAE,SAAS,GAAG,OAAO,CAAA;IAC9B,OAAO,CAAC,EAAE,WAAW,CAAA;IAErB,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB;AAwWD,iBAAS,cAAc;WA0RT,OAAO,IAA6B;;;;;;;YAlBvB,GAAG;;;;;;YAEH,GAAG;;;;;;;YADD,GAAG;;;;;;;YAEH,GAAG;;;;;;;YACH,GAAG;;;;;;;;;EAmB/B;AA+BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;UA5rBZ,GAAG,EAAE;aAeF,WAAW;aAdX,OAAO;cAQN,OAAO;WAPV,KAAK,GAAG,IAAI;WASZ,OAAO,GAAG,MAAM;gBADX,MAAM;YAPV,MAAM;eACH,MAAM;YACT,MAAM;eACH,MAAM;oBACD,MAAM;oBACN,MAAM;iBAIT,WAAW;oBACR,cAAc;cACpB,SAAS,GAAG,OAAO;oBAGb,OAAO;aACd,OAAO;iBACH,OAAO;gBACR,OAAO;;;;;;kBAkrBpB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|