@reni-corp/reni-2c-ui 0.3.291 → 0.4.1
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 +131 -0
- package/dist/__tests__/helpers/assert-contract.d.ts +9 -0
- package/dist/__tests__/helpers/assert-contract.d.ts.map +1 -0
- package/dist/__tests__/helpers/contract-helpers.d.ts +45 -0
- package/dist/__tests__/helpers/contract-helpers.d.ts.map +1 -0
- package/dist/__tests__/setup.d.ts +1 -0
- package/dist/__tests__/setup.d.ts.map +1 -0
- 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 +13 -33
- 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 +25 -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 +27 -32
- package/dist/components/interactive/TabPanels.vue.d.ts.map +1 -1
- package/dist/components/interactive/Tabs.vue.d.ts +31 -31
- 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 +22 -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 +22 -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 +6795 -6735
- package/dist/script.es.js +8571 -8506
- package/dist/script.umd.js +28 -28
- package/dist/style.css +1 -1
- package/dist/types.d.ts +0 -1
- package/dist/{composables-93778bb4.js → useAppDialogGuidance-Bs1h3YmP.js} +1060 -1044
- 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 +29 -28
- 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 +97 -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 +24 -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/src/stories/compositions/EventPage.stories.ts +184 -0
- package/src/stories/compositions/FormPage.stories.ts +222 -0
- package/src/stories/compositions/TopPage.stories.ts +164 -0
- 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,51 +1,30 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
interface Props {
|
|
1
|
+
type FormProps = {
|
|
4
2
|
validateOnMount?: boolean;
|
|
5
|
-
}
|
|
3
|
+
};
|
|
4
|
+
type __VLS_Props = FormProps;
|
|
5
|
+
type __VLS_PublicProps = {
|
|
6
|
+
'invalid'?: boolean;
|
|
7
|
+
} & __VLS_Props;
|
|
6
8
|
declare function __VLS_template(): {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
errors: any;
|
|
16
|
-
validate: () => Promise<any>;
|
|
17
|
-
resetForm: (state?: any) => void;
|
|
18
|
-
setFieldValue: (field: string, value: any) => void;
|
|
19
|
-
setErrors: (newErrors: Record<string, string>) => void;
|
|
20
|
-
setTouched: (fields: Record<string, boolean>) => void;
|
|
21
|
-
}): any;
|
|
9
|
+
attrs: Partial<{}>;
|
|
10
|
+
slots: Readonly<{
|
|
11
|
+
default(props: Record<string, unknown>): any;
|
|
12
|
+
}> & {
|
|
13
|
+
default(props: Record<string, unknown>): any;
|
|
14
|
+
};
|
|
15
|
+
refs: {};
|
|
16
|
+
rootEl: HTMLDivElement;
|
|
22
17
|
};
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
18
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
19
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
20
|
+
"update:invalid": (value: boolean) => any;
|
|
21
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
22
|
+
"onUpdate:invalid"?: ((value: boolean) => any) | undefined;
|
|
23
|
+
}>, {
|
|
28
24
|
validateOnMount: boolean;
|
|
29
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
30
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
25
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
26
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
31
27
|
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
28
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
50
29
|
new (): {
|
|
51
30
|
$slots: S;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Form.vue.d.ts","sourceRoot":"","sources":["../../../src/components/renderless/Form.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Form.vue.d.ts","sourceRoot":"","sources":["../../../src/components/renderless/Form.vue"],"names":[],"mappings":"AAwHA,OAAO,0BAA0B,CAAA;AAEjC,KAAK,SAAS,GAAG;IACf,eAAe,CAAC,EAAE,OAAO,CAAA;CAC1B,CAAA;AAED,KAAK,WAAW,GAAG,SAAS,CAAC;AA0G7B,KAAK,iBAAiB,GAAG;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAqCT,OAAO,IAA6B;;uBArIjC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,GAAG;;uBAA7B,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,GAAG;;;;EA0I7C;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;qBA7KD,OAAO;wFAsLzB,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"}
|
|
@@ -6,56 +6,33 @@ export type OptionGroupSwitchControllerProps = {
|
|
|
6
6
|
defaultActiveValue: string;
|
|
7
7
|
};
|
|
8
8
|
declare function __VLS_template(): {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
9
|
+
attrs: Partial<{}>;
|
|
10
|
+
slots: {
|
|
11
|
+
default?(_: {
|
|
12
|
+
optionGroups: any[];
|
|
13
|
+
optionGroupByContents: {
|
|
14
|
+
isActive: boolean;
|
|
15
|
+
mapKey: any;
|
|
16
|
+
group: any;
|
|
17
|
+
items: any[];
|
|
18
|
+
}[];
|
|
19
|
+
activeValue: string;
|
|
20
|
+
updateActiveValue: (value: string) => void;
|
|
21
|
+
}): any;
|
|
22
|
+
};
|
|
23
|
+
refs: {};
|
|
24
|
+
rootEl: any;
|
|
20
25
|
};
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
groupMapKey: string;
|
|
24
|
-
groups: () => never[];
|
|
25
|
-
items: () => never[];
|
|
26
|
-
defaultActiveValue: string;
|
|
27
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<OptionGroupSwitchControllerProps>, {
|
|
28
|
-
itemMapKey: string;
|
|
29
|
-
groupMapKey: string;
|
|
30
|
-
groups: () => never[];
|
|
31
|
-
items: () => never[];
|
|
32
|
-
defaultActiveValue: string;
|
|
33
|
-
}>>> & Readonly<{}>, {
|
|
26
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
27
|
+
declare const __VLS_component: import('vue').DefineComponent<OptionGroupSwitchControllerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OptionGroupSwitchControllerProps> & Readonly<{}>, {
|
|
34
28
|
items: any[];
|
|
35
29
|
itemMapKey: string;
|
|
36
30
|
groupMapKey: string;
|
|
37
31
|
groups: any[];
|
|
38
32
|
defaultActiveValue: string;
|
|
39
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
40
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
33
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
34
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
41
35
|
export default _default;
|
|
42
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
43
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
44
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
45
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
46
|
-
} : {
|
|
47
|
-
type: import('vue').PropType<T[K]>;
|
|
48
|
-
required: true;
|
|
49
|
-
};
|
|
50
|
-
};
|
|
51
|
-
type __VLS_WithDefaults<P, D> = {
|
|
52
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
53
|
-
default: D[K];
|
|
54
|
-
}> : P[K];
|
|
55
|
-
};
|
|
56
|
-
type __VLS_Prettify<T> = {
|
|
57
|
-
[K in keyof T]: T[K];
|
|
58
|
-
} & {};
|
|
59
36
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
60
37
|
new (): {
|
|
61
38
|
$slots: S;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OptionGroupSwitchController.vue.d.ts","sourceRoot":"","sources":["../../../src/components/renderless/OptionGroupSwitchController.vue"],"names":[],"mappings":"AAQA;
|
|
1
|
+
{"version":3,"file":"OptionGroupSwitchController.vue.d.ts","sourceRoot":"","sources":["../../../src/components/renderless/OptionGroupSwitchController.vue"],"names":[],"mappings":"AAQA;AAkEA,MAAM,MAAM,gCAAgC,GAAG;IAC7C,UAAU,EAAE,MAAM,CAAA;IAClB,WAAW,EAAE,MAAM,CAAA;IACnB,MAAM,EAAE,GAAG,EAAE,CAAA;IACb,KAAK,EAAE,GAAG,EAAE,CAAA;IACZ,kBAAkB,EAAE,MAAM,CAAA;CAC3B,CAAA;AAwDD,iBAAS,cAAc;WAwBT,OAAO,IAA6B;;;;;;;;;;;uCA/ChB,MAAM;YAqCX,GAAG;;;;EAe/B;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;WArGZ,GAAG,EAAE;gBAHA,MAAM;iBACL,MAAM;YACX,GAAG,EAAE;wBAEO,MAAM;6EA2G1B,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 { hideAllPoppers } from 'floating-vue';
|
|
2
|
-
|
|
3
2
|
type ToolChipPlacementType = 'auto' | 'auto-start' | 'auto-end' | 'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end';
|
|
4
3
|
export default function useToolChip(): {
|
|
5
4
|
hideAllPoppers: typeof hideAllPoppers;
|
package/dist/composables.d.ts
CHANGED
|
@@ -2,6 +2,5 @@ import { default as useAppNotifications } from './composable/useAppNotifications
|
|
|
2
2
|
import { default as useSyncedTabPanel } from './composable/useSyncedTabPanel';
|
|
3
3
|
import { default as useToolChip } from './composable/useToolChip';
|
|
4
4
|
import { default as useAppDialogGuidance } from './composable/useAppDialogGuidance';
|
|
5
|
-
|
|
6
5
|
export { useAppNotifications, useSyncedTabPanel, useToolChip, useAppDialogGuidance, };
|
|
7
6
|
//# sourceMappingURL=composables.d.ts.map
|
package/dist/composables.es.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import "vue";
|
|
1
|
+
import { u as e, a as o, b as i, c as p } from "./useAppDialogGuidance-Bs1h3YmP.js";
|
|
3
2
|
export {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
e as useAppDialogGuidance,
|
|
4
|
+
o as useAppNotifications,
|
|
5
|
+
i as useSyncedTabPanel,
|
|
6
|
+
p as useToolChip
|
|
8
7
|
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { InjectionKey, Ref } from 'vue';
|
|
2
|
+
export type TabGroupContext = {
|
|
3
|
+
activeIndex: Ref<number>;
|
|
4
|
+
setActiveIndex: (index: number) => void;
|
|
5
|
+
registerTab: (id: symbol) => number;
|
|
6
|
+
unregisterTab: (id: symbol) => void;
|
|
7
|
+
};
|
|
8
|
+
export declare const TAB_GROUP_KEY: InjectionKey<TabGroupContext>;
|
|
9
|
+
export type TabVariant = 'inline' | 'icon';
|
|
10
|
+
export type IndicatorPosition = 'top' | 'bottom';
|
|
11
|
+
/** Tabs が子コンポーネントに公開するコンテキスト */
|
|
12
|
+
export type TabsContext = {
|
|
13
|
+
tabVariant: Ref<TabVariant>;
|
|
14
|
+
indicatorPosition: Ref<IndicatorPosition>;
|
|
15
|
+
};
|
|
16
|
+
export declare const TABS_KEY: InjectionKey<TabsContext>;
|
|
17
|
+
//# sourceMappingURL=tabGroup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tabGroup.d.ts","sourceRoot":"","sources":["../../src/contexts/tabGroup.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;AAE5C,MAAM,MAAM,eAAe,GAAG;IAC5B,WAAW,EAAE,GAAG,CAAC,MAAM,CAAC,CAAA;IACxB,cAAc,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IACvC,WAAW,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,MAAM,CAAA;IACnC,aAAa,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAA;CACpC,CAAA;AAED,eAAO,MAAM,aAAa,EAAE,YAAY,CAAC,eAAe,CAAuB,CAAA;AAE/E,MAAM,MAAM,UAAU,GAAG,QAAQ,GAAG,MAAM,CAAA;AAC1C,MAAM,MAAM,iBAAiB,GAAG,KAAK,GAAG,QAAQ,CAAA;AAEhD,gCAAgC;AAChC,MAAM,MAAM,WAAW,GAAG;IACxB,UAAU,EAAE,GAAG,CAAC,UAAU,CAAC,CAAA;IAC3B,iBAAiB,EAAE,GAAG,CAAC,iBAAiB,CAAC,CAAA;CAC1C,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,YAAY,CAAC,WAAW,CAAkB,CAAA"}
|
|
@@ -12,7 +12,7 @@ var Sn = Object.create, Gt = Object.defineProperty, In = Object.getOwnPropertyDe
|
|
|
12
12
|
// file that has been converted to a CommonJS file using a Babel-
|
|
13
13
|
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
14
14
|
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
15
|
-
|
|
15
|
+
Gt(n, "default", { value: e, enumerable: !0 }),
|
|
16
16
|
e
|
|
17
17
|
)), ee = Rn({
|
|
18
18
|
"../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.51.1_@types+node@22.13.14__jiti@2.4.2_postcss@8.5_96eb05a9d65343021e53791dd83f3773/node_modules/tsup/assets/esm_shims.js"() {
|
|
@@ -24,8 +24,7 @@ var Sn = Object.create, Gt = Object.defineProperty, In = Object.getOwnPropertyDe
|
|
|
24
24
|
return o instanceof Buffer ? Buffer.from(o) : new o.constructor(o.buffer.slice(), o.byteOffset, o.length);
|
|
25
25
|
}
|
|
26
26
|
function u(o) {
|
|
27
|
-
if (o = o || {}, o.circles)
|
|
28
|
-
return r(o);
|
|
27
|
+
if (o = o || {}, o.circles) return r(o);
|
|
29
28
|
const i = /* @__PURE__ */ new Map();
|
|
30
29
|
if (i.set(Date, (d) => new Date(d)), i.set(Map, (d, m) => new Map(h(Array.from(d), m))), i.set(Set, (d, m) => new Set(h(Array.from(d), m))), o.constructorHandlers)
|
|
31
30
|
for (const d of o.constructorHandlers)
|
|
@@ -41,26 +40,21 @@ var Sn = Object.create, Gt = Object.defineProperty, In = Object.getOwnPropertyDe
|
|
|
41
40
|
return _;
|
|
42
41
|
}
|
|
43
42
|
function p(d) {
|
|
44
|
-
if (typeof d != "object" || d === null)
|
|
45
|
-
|
|
46
|
-
if (Array.isArray(d))
|
|
47
|
-
return h(d, p);
|
|
43
|
+
if (typeof d != "object" || d === null) return d;
|
|
44
|
+
if (Array.isArray(d)) return h(d, p);
|
|
48
45
|
if (d.constructor !== Object && (a = i.get(d.constructor)))
|
|
49
46
|
return a(d, p);
|
|
50
47
|
const m = {};
|
|
51
48
|
for (const c in d) {
|
|
52
|
-
if (Object.hasOwnProperty.call(d, c) === !1)
|
|
53
|
-
continue;
|
|
49
|
+
if (Object.hasOwnProperty.call(d, c) === !1) continue;
|
|
54
50
|
const _ = d[c];
|
|
55
51
|
typeof _ != "object" || _ === null ? m[c] = _ : _.constructor !== Object && (a = i.get(_.constructor)) ? m[c] = a(_, p) : ArrayBuffer.isView(_) ? m[c] = n(_) : m[c] = p(_);
|
|
56
52
|
}
|
|
57
53
|
return m;
|
|
58
54
|
}
|
|
59
55
|
function A(d) {
|
|
60
|
-
if (typeof d != "object" || d === null)
|
|
61
|
-
|
|
62
|
-
if (Array.isArray(d))
|
|
63
|
-
return h(d, A);
|
|
56
|
+
if (typeof d != "object" || d === null) return d;
|
|
57
|
+
if (Array.isArray(d)) return h(d, A);
|
|
64
58
|
if (d.constructor !== Object && (a = i.get(d.constructor)))
|
|
65
59
|
return a(d, A);
|
|
66
60
|
const m = {};
|
|
@@ -96,17 +90,14 @@ var Sn = Object.create, Gt = Object.defineProperty, In = Object.getOwnPropertyDe
|
|
|
96
90
|
return f;
|
|
97
91
|
}
|
|
98
92
|
function d(c) {
|
|
99
|
-
if (typeof c != "object" || c === null)
|
|
100
|
-
|
|
101
|
-
if (Array.isArray(c))
|
|
102
|
-
return A(c, d);
|
|
93
|
+
if (typeof c != "object" || c === null) return c;
|
|
94
|
+
if (Array.isArray(c)) return A(c, d);
|
|
103
95
|
if (c.constructor !== Object && (p = h.get(c.constructor)))
|
|
104
96
|
return p(c, d);
|
|
105
97
|
const _ = {};
|
|
106
98
|
i.push(c), a.push(_);
|
|
107
99
|
for (const g in c) {
|
|
108
|
-
if (Object.hasOwnProperty.call(c, g) === !1)
|
|
109
|
-
continue;
|
|
100
|
+
if (Object.hasOwnProperty.call(c, g) === !1) continue;
|
|
110
101
|
const f = c[g];
|
|
111
102
|
if (typeof f != "object" || f === null)
|
|
112
103
|
_[g] = f;
|
|
@@ -122,10 +113,8 @@ var Sn = Object.create, Gt = Object.defineProperty, In = Object.getOwnPropertyDe
|
|
|
122
113
|
return i.pop(), a.pop(), _;
|
|
123
114
|
}
|
|
124
115
|
function m(c) {
|
|
125
|
-
if (typeof c != "object" || c === null)
|
|
126
|
-
|
|
127
|
-
if (Array.isArray(c))
|
|
128
|
-
return A(c, m);
|
|
116
|
+
if (typeof c != "object" || c === null) return c;
|
|
117
|
+
if (Array.isArray(c)) return A(c, m);
|
|
129
118
|
if (c.constructor !== Object && (p = h.get(c.constructor)))
|
|
130
119
|
return p(c, m);
|
|
131
120
|
const _ = {};
|
|
@@ -157,7 +146,7 @@ Wt && (l.self, l.top);
|
|
|
157
146
|
var ze;
|
|
158
147
|
typeof navigator < "u" && ((ze = navigator.userAgent) == null || ze.toLowerCase().includes("electron"));
|
|
159
148
|
ee();
|
|
160
|
-
var Nn = Vn(xn()
|
|
149
|
+
var Nn = Vn(xn()), Fn = /(?:^|[-_/])(\w)/g;
|
|
161
150
|
function Un(e, t) {
|
|
162
151
|
return t ? t.toUpperCase() : "";
|
|
163
152
|
}
|
|
@@ -168,11 +157,10 @@ function Ln(e, t) {
|
|
|
168
157
|
let n = e.replace(/^[a-z]:/i, "").replace(/\\/g, "/");
|
|
169
158
|
n.endsWith(`index${t}`) && (n = n.replace(`/index${t}`, t));
|
|
170
159
|
const u = n.lastIndexOf("/"), r = n.substring(u + 1);
|
|
171
|
-
|
|
160
|
+
{
|
|
172
161
|
const o = r.lastIndexOf(t);
|
|
173
162
|
return r.substring(0, o);
|
|
174
163
|
}
|
|
175
|
-
return "";
|
|
176
164
|
}
|
|
177
165
|
var Mn = /^https?:\/\//;
|
|
178
166
|
function Kn(e) {
|
|
@@ -350,7 +338,7 @@ var Yn = Object.create, Zt = Object.defineProperty, Zn = Object.getOwnPropertyDe
|
|
|
350
338
|
// file that has been converted to a CommonJS file using a Babel-
|
|
351
339
|
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
352
340
|
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
353
|
-
|
|
341
|
+
Zt(n, "default", { value: e, enumerable: !0 }),
|
|
354
342
|
e
|
|
355
343
|
)), s = Qn({
|
|
356
344
|
"../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.51.1_@types+node@22.13.14__jiti@2.4.2_postcss@8.5_96eb05a9d65343021e53791dd83f3773/node_modules/tsup/assets/esm_shims.js"() {
|
|
@@ -2127,7 +2115,7 @@ s();
|
|
|
2127
2115
|
s();
|
|
2128
2116
|
var ku = "__VUE_DEVTOOLS_KIT_TIMELINE_LAYERS_STATE__";
|
|
2129
2117
|
function bu() {
|
|
2130
|
-
if (!Wt || typeof localStorage > "u" || localStorage === null)
|
|
2118
|
+
if (typeof window > "u" || !Wt || typeof localStorage > "u" || localStorage === null)
|
|
2131
2119
|
return {
|
|
2132
2120
|
recordingState: !1,
|
|
2133
2121
|
mouseEventEnabled: !1,
|
|
@@ -2136,7 +2124,7 @@ function bu() {
|
|
|
2136
2124
|
performanceEventEnabled: !1,
|
|
2137
2125
|
selected: ""
|
|
2138
2126
|
};
|
|
2139
|
-
const e = localStorage.getItem(ku);
|
|
2127
|
+
const e = typeof localStorage.getItem < "u" ? localStorage.getItem(ku) : null;
|
|
2140
2128
|
return e ? JSON.parse(e) : {
|
|
2141
2129
|
recordingState: !1,
|
|
2142
2130
|
mouseEventEnabled: !1,
|
|
@@ -2882,7 +2870,7 @@ var Ct = Vu(), Tt, Dt;
|
|
|
2882
2870
|
});
|
|
2883
2871
|
var N = l.__VUE_DEVTOOLS_KIT_CONTEXT__;
|
|
2884
2872
|
s();
|
|
2885
|
-
tu(uu()
|
|
2873
|
+
tu(uu());
|
|
2886
2874
|
var St, It;
|
|
2887
2875
|
(It = (St = l).__VUE_DEVTOOLS_NEXT_APP_RECORD_INFO__) != null || (St.__VUE_DEVTOOLS_NEXT_APP_RECORD_INFO__ = {
|
|
2888
2876
|
id: 0,
|
package/dist/index.d.ts
CHANGED
|
@@ -27,7 +27,6 @@ import { default as Image } from './components/elements/Image.vue';
|
|
|
27
27
|
import { default as ComboBox } from './components/elements/ComboBox.vue';
|
|
28
28
|
import { default as SkeletonLoader } from './components/elements/SkeletonLoader.vue';
|
|
29
29
|
import { default as Progress } from './components/elements/Progress.vue';
|
|
30
|
-
import { default as Form } from './components/renderless/Form.vue';
|
|
31
30
|
import { default as Stack } from './components/layouts/Stack.vue';
|
|
32
31
|
import { default as Card } from './components/layouts/Card.vue';
|
|
33
32
|
import { default as List } from './components/layouts/List.vue';
|
|
@@ -41,12 +40,12 @@ import { default as TabPanels } from './components/interactive/TabPanels.vue';
|
|
|
41
40
|
import { default as TabPanel } from './components/interactive/TabPanel.vue';
|
|
42
41
|
import { default as Tabs } from './components/interactive/Tabs.vue';
|
|
43
42
|
import { default as Tab } from './components/interactive/Tab.vue';
|
|
43
|
+
import { default as TabGroup } from './components/interactive/TabGroup.vue';
|
|
44
44
|
import { default as Dialog } from './components/interactive/Dialog.vue';
|
|
45
|
-
import { default as Carousel } from './components/interactive/Carousel.vue';
|
|
46
|
-
import { default as CarouselItem } from './components/interactive/CarouselItem.vue';
|
|
47
45
|
import { default as DropDown } from './components/interactive/DropDown.vue';
|
|
48
46
|
import { default as Slider } from './components/interactive/Slider.vue';
|
|
49
47
|
import { default as Disclosure } from './components/interactive/Disclosure.vue';
|
|
48
|
+
import { default as Lightbox } from './components/interactive/Lightbox.vue';
|
|
50
49
|
import { default as Drawer } from './components/navigation/Drawer.vue';
|
|
51
50
|
import { default as BottomBar } from './components/navigation/BottomBar.vue';
|
|
52
51
|
import { default as AppBar } from './components/foundation/AppBar.vue';
|
|
@@ -58,7 +57,7 @@ import { default as AnnounceBar } from './components/features/AnnounceBar.vue';
|
|
|
58
57
|
import { default as AnnounceBarCollection } from './components/features/AnnounceBarCollection.vue';
|
|
59
58
|
import { default as Hero } from './components/features/Hero.vue';
|
|
60
59
|
import { default as MediaContent } from './components/features/MediaContent.vue';
|
|
61
|
-
import { default as
|
|
60
|
+
import { default as Banner } from './components/features/Banner.vue';
|
|
62
61
|
import { default as ProductLabels } from './components/features/ProductLabels.vue';
|
|
63
62
|
import { default as ProductList } from './components/features/ProductList.vue';
|
|
64
63
|
import { default as ProductListItem } from './components/features/ProductListItem.vue';
|
|
@@ -71,7 +70,6 @@ import { default as ScheduleDelivery } from './components/features/ScheduleDeliv
|
|
|
71
70
|
import { default as ScheduleDeliveryItem } from './components/features/ScheduleDeliveryItem.vue';
|
|
72
71
|
import { default as CategoryBanner } from './components/features/CategoryBanner.vue';
|
|
73
72
|
import { default as Marquee } from './components/features/Marquee.vue';
|
|
74
|
-
import { default as VariationSelector } from './components/features/VariationSelector.vue';
|
|
75
73
|
import { default as SnsLink } from './components/features/SnsLink.vue';
|
|
76
74
|
import { default as BrandLogo } from './components/features/BrandLogo.vue';
|
|
77
75
|
import { default as ImageGrid } from './components/features/ImageGrid.vue';
|
|
@@ -79,10 +77,10 @@ import { default as RnLinkList } from './components/features/LinkList.vue';
|
|
|
79
77
|
import { default as ProductPurchase } from './components/features/ProductPurchase.vue';
|
|
80
78
|
import { default as OptionGroupSwitchController } from './components/renderless/OptionGroupSwitchController.vue';
|
|
81
79
|
import { default as DataProvider } from './components/renderless/DataProvider.vue';
|
|
82
|
-
|
|
80
|
+
import { default as Form } from './components/renderless/Form.vue';
|
|
83
81
|
export { createReniOneUI, generateCSSVariables, applyCSSVariables, type ReniOneUIOptions, type ReniOneUITheme, type ResponsiveValue, type ValidationConfig, useAppNotifications, useSyncedTabPanel, useToolChip, useAppDialogGuidance, };
|
|
84
82
|
export { CurrencyValue, NumberValue };
|
|
85
|
-
export { Alert, Button, Icon, Spinner, Text, Html, SpinButton, Label, Divider, ToolChip, TextField, PasswordField, SelectBox, RadioButtonGroup, RadioButton, CheckBox as Checkbox, DescriptionList, Image, ComboBox, SkeletonLoader, Progress, Form, Stack, Card, List, Grid, Section, Page, Gallery, Modal, Notification, TabPanels, TabPanel, Tab, Tabs,
|
|
83
|
+
export { Alert, Button, Icon, Spinner, Text, Html, SpinButton, Label, Divider, ToolChip, TextField, PasswordField, SelectBox, RadioButtonGroup, RadioButton, CheckBox as Checkbox, DescriptionList, Image, ComboBox, SkeletonLoader, Progress, Form, Stack, Card, List, Grid, Section, Page, Gallery, Modal, Notification, TabPanels, TabPanel, Tab, Tabs, TabGroup, Dialog, DropDown, Slider, Disclosure, Lightbox, Drawer, BottomBar, AppBar, AppBody, AppFrame, AppFooter, FloatingBanner, AnnounceBar, AnnounceBarCollection, Hero, MediaContent, Banner, ProductLabels, ProductList, ProductListItem, Schedule, Schedules, ScheduleDateItem, SchedulePeriod, SchedulePickup, SchedulePickupItem, ScheduleDelivery, ScheduleDeliveryItem, CategoryBanner, Marquee, SnsLink, BrandLogo, ImageGrid, RnLinkList, ProductPurchase, OptionGroupSwitchController, DataProvider, };
|
|
86
84
|
declare module 'vue' {
|
|
87
85
|
interface GlobalComponents {
|
|
88
86
|
RnAlert: (typeof import('./components/elements/Alert.vue'))['default'];
|
|
@@ -120,12 +118,12 @@ declare module 'vue' {
|
|
|
120
118
|
RnTabPanel: (typeof import('./components/interactive/TabPanel.vue'))['default'];
|
|
121
119
|
RnTabs: (typeof import('./components/interactive/Tabs.vue'))['default'];
|
|
122
120
|
RnTab: (typeof import('./components/interactive/Tab.vue'))['default'];
|
|
121
|
+
RnTabGroup: (typeof import('./components/interactive/TabGroup.vue'))['default'];
|
|
123
122
|
RnDialog: (typeof import('./components/interactive/Dialog.vue'))['default'];
|
|
124
|
-
RnCarousel: (typeof import('./components/interactive/Carousel.vue'))['default'];
|
|
125
|
-
RnCarouselItem: (typeof import('./components/interactive/CarouselItem.vue'))['default'];
|
|
126
123
|
RnDropDown: (typeof import('./components/interactive/DropDown.vue'))['default'];
|
|
127
124
|
RnSlider: (typeof import('./components/interactive/Slider.vue'))['default'];
|
|
128
125
|
RnDisclosure: (typeof import('./components/interactive/Disclosure.vue'))['default'];
|
|
126
|
+
RnLightbox: (typeof import('./components/interactive/Lightbox.vue'))['default'];
|
|
129
127
|
RnDrawer: (typeof import('./components/navigation/Drawer.vue'))['default'];
|
|
130
128
|
RnBottomBar: (typeof import('./components/navigation/BottomBar.vue'))['default'];
|
|
131
129
|
RnAppBar: (typeof import('./components/foundation/AppBar.vue'))['default'];
|
|
@@ -136,7 +134,7 @@ declare module 'vue' {
|
|
|
136
134
|
RnAnnounceBarCollection: (typeof import('./components/features/AnnounceBarCollection.vue'))['default'];
|
|
137
135
|
RnHero: (typeof import('./components/features/Hero.vue'))['default'];
|
|
138
136
|
RnMediaContent: (typeof import('./components/features/MediaContent.vue'))['default'];
|
|
139
|
-
|
|
137
|
+
RnBanner: (typeof import('./components/features/Banner.vue'))['default'];
|
|
140
138
|
RnProductLabels: (typeof import('./components/features/ProductLabels.vue'))['default'];
|
|
141
139
|
RnProductList: (typeof import('./components/features/ProductList.vue'))['default'];
|
|
142
140
|
RnProductListItem: (typeof import('./components/features/ProductListItem.vue'))['default'];
|
|
@@ -151,7 +149,6 @@ declare module 'vue' {
|
|
|
151
149
|
RnCategoryBanner: (typeof import('./components/features/CategoryBanner.vue'))['default'];
|
|
152
150
|
RnCategoryBannerItem: (typeof import('./components/features/CategoryBannerItem.vue'))['default'];
|
|
153
151
|
RnMarquee: (typeof import('./components/features/Marquee.vue'))['default'];
|
|
154
|
-
RnVariationSelector: (typeof import('./components/features/VariationSelector.vue'))['default'];
|
|
155
152
|
RnSnsLink: (typeof import('./components/features/SnsLink.vue'))['default'];
|
|
156
153
|
RnBrandLogo: (typeof import('./components/features/BrandLogo.vue'))['default'];
|
|
157
154
|
RnImageGrid: (typeof import('./components/features/ImageGrid.vue'))['default'];
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,0BAA0B,CAAA;AAGjC,OAAO,EACL,eAAe,EACf,oBAAoB,EACpB,iBAAiB,EACjB,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,eAAe,EACrB,MAAM,SAAS,CAAA;AAChB,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,cAAc,CAAA;AAEpD,OAAO,mBAAmB,MAAM,kCAAkC,CAAA;AAClE,OAAO,iBAAiB,MAAM,gCAAgC,CAAA;AAC9D,OAAO,WAAW,MAAM,0BAA0B,CAAA;AAClD,OAAO,oBAAoB,MAAM,mCAAmC,CAAA;AAGpE,OAAO,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAA;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAGxD,OAAO,KAAK,MAAM,iCAAiC,CAAA;AACnD,OAAO,MAAM,MAAM,kCAAkC,CAAA;AACrD,OAAO,IAAI,MAAM,gCAAgC,CAAA;AACjD,OAAO,OAAO,MAAM,mCAAmC,CAAA;AACvD,OAAO,IAAI,MAAM,gCAAgC,CAAA;AACjD,OAAO,IAAI,MAAM,gCAAgC,CAAA;AACjD,OAAO,UAAU,MAAM,sCAAsC,CAAA;AAC7D,OAAO,KAAK,MAAM,iCAAiC,CAAA;AACnD,OAAO,OAAO,MAAM,mCAAmC,CAAA;AACvD,OAAO,QAAQ,MAAM,oCAAoC,CAAA;AACzD,OAAO,SAAS,MAAM,qCAAqC,CAAA;AAC3D,OAAO,aAAa,MAAM,yCAAyC,CAAA;AACnE,OAAO,SAAS,MAAM,qCAAqC,CAAA;AAC3D,OAAO,gBAAgB,MAAM,4CAA4C,CAAA;AACzE,OAAO,WAAW,MAAM,uCAAuC,CAAA;AAC/D,OAAO,QAAQ,MAAM,oCAAoC,CAAA;AACzD,OAAO,eAAe,MAAM,2CAA2C,CAAA;AACvE,OAAO,KAAK,MAAM,iCAAiC,CAAA;AACnD,OAAO,QAAQ,MAAM,oCAAoC,CAAA;AACzD,OAAO,cAAc,MAAM,0CAA0C,CAAA;AACrE,OAAO,QAAQ,MAAM,oCAAoC,CAAA;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|