@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.
Files changed (149) hide show
  1. package/README.md +18 -0
  2. package/dist/components/elements/Alert.vue.d.ts +44 -0
  3. package/dist/components/elements/Alert.vue.d.ts.map +1 -0
  4. package/dist/components/elements/Button.vue.d.ts +63 -0
  5. package/dist/components/elements/Button.vue.d.ts.map +1 -0
  6. package/dist/components/elements/CheckBox.vue.d.ts +36 -0
  7. package/dist/components/elements/CheckBox.vue.d.ts.map +1 -0
  8. package/dist/components/elements/DescriptionList.vue.d.ts +44 -0
  9. package/dist/components/elements/DescriptionList.vue.d.ts.map +1 -0
  10. package/dist/components/elements/Divider.vue.d.ts +36 -0
  11. package/dist/components/elements/Divider.vue.d.ts.map +1 -0
  12. package/dist/components/elements/Icon.vue.d.ts +36 -0
  13. package/dist/components/elements/Icon.vue.d.ts.map +1 -0
  14. package/dist/components/elements/Label.vue.d.ts +44 -0
  15. package/dist/components/elements/Label.vue.d.ts.map +1 -0
  16. package/dist/components/elements/PasswordField.vue.d.ts +149 -0
  17. package/dist/components/elements/PasswordField.vue.d.ts.map +1 -0
  18. package/dist/components/elements/RadioButton.vue.d.ts +44 -0
  19. package/dist/components/elements/RadioButton.vue.d.ts.map +1 -0
  20. package/dist/components/elements/RadioButtonGroup.vue.d.ts +99 -0
  21. package/dist/components/elements/RadioButtonGroup.vue.d.ts.map +1 -0
  22. package/dist/components/elements/SelectBox.vue.d.ts +127 -0
  23. package/dist/components/elements/SelectBox.vue.d.ts.map +1 -0
  24. package/dist/components/elements/SpinButton.vue.d.ts +65 -0
  25. package/dist/components/elements/SpinButton.vue.d.ts.map +1 -0
  26. package/dist/components/elements/Spinner.vue.d.ts +35 -0
  27. package/dist/components/elements/Spinner.vue.d.ts.map +1 -0
  28. package/dist/components/elements/Text.vue.d.ts +55 -0
  29. package/dist/components/elements/Text.vue.d.ts.map +1 -0
  30. package/dist/components/elements/TextField.vue.d.ts +155 -0
  31. package/dist/components/elements/TextField.vue.d.ts.map +1 -0
  32. package/dist/components/elements/ToolChip.vue.d.ts +55 -0
  33. package/dist/components/elements/ToolChip.vue.d.ts.map +1 -0
  34. package/dist/components/features/AnnounceBar.vue.d.ts +55 -0
  35. package/dist/components/features/AnnounceBar.vue.d.ts.map +1 -0
  36. package/dist/components/features/AnnounceBarCollection.vue.d.ts +55 -0
  37. package/dist/components/features/AnnounceBarCollection.vue.d.ts.map +1 -0
  38. package/dist/components/features/BrandLogo.vue.d.ts +35 -0
  39. package/dist/components/features/BrandLogo.vue.d.ts.map +1 -0
  40. package/dist/components/features/CarouselBanner.vue.d.ts +36 -0
  41. package/dist/components/features/CarouselBanner.vue.d.ts.map +1 -0
  42. package/dist/components/features/CategoryBanner.vue.d.ts +39 -0
  43. package/dist/components/features/CategoryBanner.vue.d.ts.map +1 -0
  44. package/dist/components/features/FloatingBanner.vue.d.ts +31 -0
  45. package/dist/components/features/FloatingBanner.vue.d.ts.map +1 -0
  46. package/dist/components/features/Hero.vue.d.ts +39 -0
  47. package/dist/components/features/Hero.vue.d.ts.map +1 -0
  48. package/dist/components/features/Marquee.vue.d.ts +93 -0
  49. package/dist/components/features/Marquee.vue.d.ts.map +1 -0
  50. package/dist/components/features/MediaContent.vue.d.ts +70 -0
  51. package/dist/components/features/MediaContent.vue.d.ts.map +1 -0
  52. package/dist/components/features/ProductLabels.vue.d.ts +25 -0
  53. package/dist/components/features/ProductLabels.vue.d.ts.map +1 -0
  54. package/dist/components/features/ProductList.vue.d.ts +84 -0
  55. package/dist/components/features/ProductList.vue.d.ts.map +1 -0
  56. package/dist/components/features/ProductListItem.vue.d.ts +47 -0
  57. package/dist/components/features/ProductListItem.vue.d.ts.map +1 -0
  58. package/dist/components/features/Schedule.vue.d.ts +55 -0
  59. package/dist/components/features/Schedule.vue.d.ts.map +1 -0
  60. package/dist/components/features/ScheduleDateItem.vue.d.ts +40 -0
  61. package/dist/components/features/ScheduleDateItem.vue.d.ts.map +1 -0
  62. package/dist/components/features/ScheduleDelivery.vue.d.ts +18 -0
  63. package/dist/components/features/ScheduleDelivery.vue.d.ts.map +1 -0
  64. package/dist/components/features/ScheduleDeliveryItem.vue.d.ts +35 -0
  65. package/dist/components/features/ScheduleDeliveryItem.vue.d.ts.map +1 -0
  66. package/dist/components/features/SchedulePeriod.vue.d.ts +38 -0
  67. package/dist/components/features/SchedulePeriod.vue.d.ts.map +1 -0
  68. package/dist/components/features/SchedulePickup.vue.d.ts +9 -0
  69. package/dist/components/features/SchedulePickup.vue.d.ts.map +1 -0
  70. package/dist/components/features/SchedulePickupItem.vue.d.ts +36 -0
  71. package/dist/components/features/SchedulePickupItem.vue.d.ts.map +1 -0
  72. package/dist/components/features/SnsLink.vue.d.ts +42 -0
  73. package/dist/components/features/SnsLink.vue.d.ts.map +1 -0
  74. package/dist/components/features/VariationSelector.vue.d.ts +39 -0
  75. package/dist/components/features/VariationSelector.vue.d.ts.map +1 -0
  76. package/dist/components/foundation/AppBar.vue.d.ts +50 -0
  77. package/dist/components/foundation/AppBar.vue.d.ts.map +1 -0
  78. package/dist/components/foundation/AppBody.vue.d.ts +14 -0
  79. package/dist/components/foundation/AppBody.vue.d.ts.map +1 -0
  80. package/dist/components/foundation/AppFooter.vue.d.ts +17 -0
  81. package/dist/components/foundation/AppFooter.vue.d.ts.map +1 -0
  82. package/dist/components/foundation/AppFrame.vue.d.ts +15 -0
  83. package/dist/components/foundation/AppFrame.vue.d.ts.map +1 -0
  84. package/dist/components/interactive/Dialog.vue.d.ts +64 -0
  85. package/dist/components/interactive/Dialog.vue.d.ts.map +1 -0
  86. package/dist/components/interactive/DropDown.vue.d.ts +54 -0
  87. package/dist/components/interactive/DropDown.vue.d.ts.map +1 -0
  88. package/dist/components/interactive/Gallery.vue.d.ts +52 -0
  89. package/dist/components/interactive/Gallery.vue.d.ts.map +1 -0
  90. package/dist/components/interactive/Modal.vue.d.ts +51 -0
  91. package/dist/components/interactive/Modal.vue.d.ts.map +1 -0
  92. package/dist/components/interactive/Notification.vue.d.ts +51 -0
  93. package/dist/components/interactive/Notification.vue.d.ts.map +1 -0
  94. package/dist/components/interactive/Tab.vue.d.ts +38 -0
  95. package/dist/components/interactive/Tab.vue.d.ts.map +1 -0
  96. package/dist/components/interactive/TabPanel.vue.d.ts +13 -0
  97. package/dist/components/interactive/TabPanel.vue.d.ts.map +1 -0
  98. package/dist/components/interactive/TabPanels.vue.d.ts +48 -0
  99. package/dist/components/interactive/TabPanels.vue.d.ts.map +1 -0
  100. package/dist/components/interactive/Tabs.vue.d.ts +44 -0
  101. package/dist/components/interactive/Tabs.vue.d.ts.map +1 -0
  102. package/dist/components/layouts/Card.vue.d.ts +50 -0
  103. package/dist/components/layouts/Card.vue.d.ts.map +1 -0
  104. package/dist/components/layouts/Grid.vue.d.ts +46 -0
  105. package/dist/components/layouts/Grid.vue.d.ts.map +1 -0
  106. package/dist/components/layouts/List.vue.d.ts +72 -0
  107. package/dist/components/layouts/List.vue.d.ts.map +1 -0
  108. package/dist/components/layouts/Page.vue.d.ts +88 -0
  109. package/dist/components/layouts/Page.vue.d.ts.map +1 -0
  110. package/dist/components/layouts/Section.vue.d.ts +63 -0
  111. package/dist/components/layouts/Section.vue.d.ts.map +1 -0
  112. package/dist/components/layouts/Stack.vue.d.ts +78 -0
  113. package/dist/components/layouts/Stack.vue.d.ts.map +1 -0
  114. package/dist/components/navigation/BottomBar.vue.d.ts +39 -0
  115. package/dist/components/navigation/BottomBar.vue.d.ts.map +1 -0
  116. package/dist/components/navigation/Drawer.vue.d.ts +49 -0
  117. package/dist/components/navigation/Drawer.vue.d.ts.map +1 -0
  118. package/dist/components/renderless/DataProvider.vue.d.ts +51 -0
  119. package/dist/components/renderless/DataProvider.vue.d.ts.map +1 -0
  120. package/dist/components/renderless/OptionGroupSwitchController.vue.d.ts +64 -0
  121. package/dist/components/renderless/OptionGroupSwitchController.vue.d.ts.map +1 -0
  122. package/dist/composable/useAppDialogGuidance.d.ts +14 -0
  123. package/dist/composable/useAppDialogGuidance.d.ts.map +1 -0
  124. package/dist/composable/useAppNotifications.d.ts +21 -0
  125. package/dist/composable/useAppNotifications.d.ts.map +1 -0
  126. package/dist/composable/useSyncedTabPanel.d.ts +5 -0
  127. package/dist/composable/useSyncedTabPanel.d.ts.map +1 -0
  128. package/dist/composable/useToolChip.d.ts +19 -0
  129. package/dist/composable/useToolChip.d.ts.map +1 -0
  130. package/dist/constants.d.ts +79 -0
  131. package/dist/constants.d.ts.map +1 -0
  132. package/dist/directives/auto-scale.d.ts +5 -0
  133. package/dist/directives/auto-scale.d.ts.map +1 -0
  134. package/dist/directives/glitch.d.ts +5 -0
  135. package/dist/directives/glitch.d.ts.map +1 -0
  136. package/dist/index.d.ts +135 -0
  137. package/dist/index.d.ts.map +1 -0
  138. package/dist/script.es.js +15595 -0
  139. package/dist/script.umd.js +602 -0
  140. package/dist/style.css +1 -0
  141. package/dist/types.d.ts +32 -0
  142. package/dist/types.d.ts.map +1 -0
  143. package/dist/utils.d.ts +14 -0
  144. package/dist/utils.d.ts.map +1 -0
  145. package/dist/valueObjects/CurrencyValue.d.ts +12 -0
  146. package/dist/valueObjects/CurrencyValue.d.ts.map +1 -0
  147. package/dist/valueObjects/ValueObject.d.ts +16 -0
  148. package/dist/valueObjects/ValueObject.d.ts.map +1 -0
  149. package/package.json +92 -0
@@ -0,0 +1,47 @@
1
+ export type ProductListItemProps = {
2
+ item: any;
3
+ autoplay?: boolean;
4
+ backgroundColor?: string;
5
+ textColor?: string;
6
+ type?: 'default' | 'boxed';
7
+ basePath?: string;
8
+ idKey?: string;
9
+ };
10
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ProductListItemProps>, {
11
+ item: null;
12
+ autoplay: boolean;
13
+ backgroundColor: string;
14
+ textColor: string;
15
+ type: string;
16
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ProductListItemProps>, {
17
+ item: null;
18
+ autoplay: boolean;
19
+ backgroundColor: string;
20
+ textColor: string;
21
+ type: string;
22
+ }>>> & Readonly<{}>, {
23
+ type: "default" | "boxed";
24
+ backgroundColor: string;
25
+ textColor: string;
26
+ autoplay: boolean;
27
+ item: any;
28
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
29
+ export default _default;
30
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
31
+ type __VLS_TypePropsToRuntimeProps<T> = {
32
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
33
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
34
+ } : {
35
+ type: import('vue').PropType<T[K]>;
36
+ required: true;
37
+ };
38
+ };
39
+ type __VLS_WithDefaults<P, D> = {
40
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
41
+ default: D[K];
42
+ }> : P[K];
43
+ };
44
+ type __VLS_Prettify<T> = {
45
+ [K in keyof T]: T[K];
46
+ } & {};
47
+ //# sourceMappingURL=ProductListItem.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProductListItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/ProductListItem.vue"],"names":[],"mappings":"AAqBA;AAKA,MAAM,MAAM,oBAAoB,GAAG;IACjC,IAAI,EAAE,GAAG,CAAA;IACT,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,IAAI,CAAC,EAAE,SAAS,GAAG,OAAO,CAAA;IAC1B,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAA;;;;;;;;;;;;;;UAHQ,SAAS,GAAG,OAAO;qBAFR,MAAM;eACZ,MAAM;cAFP,OAAO;UADZ,GAAG;;AAyLX,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,55 @@
1
+
2
+ export type ScheduleProps = {
3
+ variant?: "default" | "boxed";
4
+ coverImage?: string;
5
+ coverLayout?: "full" | "half";
6
+ title: string;
7
+ subtitle?: string;
8
+ fromDate: string;
9
+ toDate: string;
10
+ guideUrl?: string;
11
+ guideText?: string;
12
+ };
13
+ declare function __VLS_template(): {
14
+ content?(_: {}): any;
15
+ aside?(_: {}): any;
16
+ };
17
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ScheduleProps>, {
18
+ variant: string;
19
+ coverLayout: 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<ScheduleProps>, {
23
+ variant: string;
24
+ coverLayout: string;
25
+ }>>> & Readonly<{
26
+ onClick?: ((...args: any[]) => any) | undefined;
27
+ }>, {
28
+ variant: "default" | "boxed";
29
+ coverLayout: "full" | "half";
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=Schedule.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Schedule.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/Schedule.vue"],"names":[],"mappings":"AAGA,OAAO,0BAA0B,CAAC;AAElC,MAAM,MAAM,aAAa,GAAG;IAC1B,OAAO,CAAC,EAAE,SAAS,GAAG,OAAO,CAAC;IAC9B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AA8DF,iBAAS,cAAc;qBAmSO,GAAG;mBACL,GAAG;EAG9B;AAeD,QAAA,MAAM,eAAe;;;;;;;;;;;aA7XT,SAAS,GAAG,OAAO;iBAEf,MAAM,GAAG,MAAM;4EAkY7B,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,40 @@
1
+
2
+ export type DateFormat = "full" | "short" | "day-only";
3
+ export type ScheduleProps = {
4
+ dateTime: string;
5
+ langFormatType?: "ja" | "en";
6
+ format?: DateFormat;
7
+ };
8
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ScheduleProps>, {
9
+ langFormatType: string;
10
+ format: string;
11
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
+ click: (...args: any[]) => void;
13
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ScheduleProps>, {
14
+ langFormatType: string;
15
+ format: string;
16
+ }>>> & Readonly<{
17
+ onClick?: ((...args: any[]) => any) | undefined;
18
+ }>, {
19
+ langFormatType: "ja" | "en";
20
+ format: DateFormat;
21
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
22
+ export default _default;
23
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
24
+ type __VLS_TypePropsToRuntimeProps<T> = {
25
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
26
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
27
+ } : {
28
+ type: import('vue').PropType<T[K]>;
29
+ required: true;
30
+ };
31
+ };
32
+ type __VLS_WithDefaults<P, D> = {
33
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
34
+ default: D[K];
35
+ }> : P[K];
36
+ };
37
+ type __VLS_Prettify<T> = {
38
+ [K in keyof T]: T[K];
39
+ } & {};
40
+ //# sourceMappingURL=ScheduleDateItem.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScheduleDateItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/ScheduleDateItem.vue"],"names":[],"mappings":"AAIA,OAAO,iBAAiB,CAAC;AACzB,OAAO,0BAA0B,CAAC;AAElC,MAAM,MAAM,UAAU,GAAG,MAAM,GAAG,OAAO,GAAG,UAAU,CAAC;AAEvD,MAAM,MAAM,aAAa,GAAG;IAC1B,QAAQ,EAAE,MAAM,CAAC;IACjB,cAAc,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC7B,MAAM,CAAC,EAAE,UAAU,CAAC;CACrB,CAAC;;;;;;;;;;;;oBAFiB,IAAI,GAAG,IAAI;YACnB,UAAU;;AAyIrB,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,18 @@
1
+
2
+ export type ScheduleProps = {};
3
+ declare function __VLS_template(): {
4
+ default?(_: {}): any;
5
+ };
6
+ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
+ click: (...args: any[]) => void;
8
+ }, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
9
+ onClick?: ((...args: any[]) => any) | undefined;
10
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
11
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
12
+ export default _default;
13
+ type __VLS_WithTemplateSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };
18
+ //# sourceMappingURL=ScheduleDelivery.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScheduleDelivery.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/ScheduleDelivery.vue"],"names":[],"mappings":"AAGA,OAAO,0BAA0B,CAAA;AACjC,MAAM,MAAM,aAAa,GAAG,EAAE,CAAA;AAiB9B,iBAAS,cAAc;qBA+EO,GAAG;EAKhC;AAWD,QAAA,MAAM,eAAe;;;;iFAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AAUxG,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 ScheduleProps = {
3
+ variant?: 'before' | 'after';
4
+ date: string;
5
+ };
6
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ScheduleProps>, {
7
+ variant: string;
8
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
9
+ click: (...args: any[]) => void;
10
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ScheduleProps>, {
11
+ variant: string;
12
+ }>>> & Readonly<{
13
+ onClick?: ((...args: any[]) => any) | undefined;
14
+ }>, {
15
+ variant: "before" | "after";
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=ScheduleDeliveryItem.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScheduleDeliveryItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/ScheduleDeliveryItem.vue"],"names":[],"mappings":"AAGA,OAAO,0BAA0B,CAAA;AAEjC,MAAM,MAAM,aAAa,GAAG;IAC1B,OAAO,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAA;IAC5B,IAAI,EAAE,MAAM,CAAA;CACb,CAAA;;;;;;;;;;aAFW,QAAQ,GAAG,OAAO;;AA0L9B,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,38 @@
1
+
2
+ export type SchedulePeriodProps = {
3
+ fromDate?: string;
4
+ toDate?: string;
5
+ };
6
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SchedulePeriodProps>, {
7
+ fromDate: string;
8
+ toDate: string;
9
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
+ click: (...args: any[]) => void;
11
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SchedulePeriodProps>, {
12
+ fromDate: string;
13
+ toDate: string;
14
+ }>>> & Readonly<{
15
+ onClick?: ((...args: any[]) => any) | undefined;
16
+ }>, {
17
+ fromDate: string;
18
+ toDate: string;
19
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
20
+ export default _default;
21
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
22
+ type __VLS_TypePropsToRuntimeProps<T> = {
23
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
24
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
25
+ } : {
26
+ type: import('vue').PropType<T[K]>;
27
+ required: true;
28
+ };
29
+ };
30
+ type __VLS_WithDefaults<P, D> = {
31
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
32
+ default: D[K];
33
+ }> : P[K];
34
+ };
35
+ type __VLS_Prettify<T> = {
36
+ [K in keyof T]: T[K];
37
+ } & {};
38
+ //# sourceMappingURL=SchedulePeriod.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SchedulePeriod.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/SchedulePeriod.vue"],"names":[],"mappings":"AAIA,OAAO,iBAAiB,CAAC;AACzB,OAAO,0BAA0B,CAAC;AAElC,MAAM,MAAM,mBAAmB,GAAG;IAChC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;;;;;;;;;;;;cAFW,MAAM;YACR,MAAM;;AAoNjB,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,9 @@
1
+
2
+ export type SchedulePickupProps = {};
3
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
4
+ click: (...args: any[]) => void;
5
+ }, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
6
+ onClick?: ((...args: any[]) => any) | undefined;
7
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
8
+ export default _default;
9
+ //# sourceMappingURL=SchedulePickup.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SchedulePickup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/SchedulePickup.vue"],"names":[],"mappings":"AAIA,OAAO,0BAA0B,CAAC;AAElC,MAAM,MAAM,mBAAmB,GAAG,EAAE,CAAC;;;;;;AA6LrC,wBAOG"}
@@ -0,0 +1,36 @@
1
+
2
+ export type SchedulePickupItemProps = {
3
+ date?: string;
4
+ place?: string;
5
+ langFormatType?: "ja" | "en";
6
+ };
7
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SchedulePickupItemProps>, {
8
+ langFormatType: string;
9
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
+ click: (...args: any[]) => void;
11
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SchedulePickupItemProps>, {
12
+ langFormatType: string;
13
+ }>>> & Readonly<{
14
+ onClick?: ((...args: any[]) => any) | undefined;
15
+ }>, {
16
+ langFormatType: "ja" | "en";
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=SchedulePickupItem.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SchedulePickupItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/SchedulePickupItem.vue"],"names":[],"mappings":"AAIA,OAAO,0BAA0B,CAAC;AAElC,MAAM,MAAM,uBAAuB,GAAG;IACpC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,cAAc,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CAC9B,CAAC;;;;;;;;;;oBADiB,IAAI,GAAG,IAAI;;AAuM9B,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,42 @@
1
+ import { Color } from '../../types';
2
+
3
+ export type SnsLinkProps = {
4
+ type: 'x-twitter' | 'youtube' | 'instagram' | 'tiktok' | 'facebook';
5
+ href: string;
6
+ color?: Color;
7
+ size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | number;
8
+ target?: '_blank' | '_self';
9
+ variant: 'icon' | 'label';
10
+ };
11
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SnsLinkProps>, {
12
+ color: string;
13
+ target: string;
14
+ variant: string;
15
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SnsLinkProps>, {
16
+ color: string;
17
+ target: string;
18
+ variant: string;
19
+ }>>> & Readonly<{}>, {
20
+ variant: "icon" | "label";
21
+ color: Color;
22
+ target: "_blank" | "_self";
23
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
24
+ export default _default;
25
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
26
+ type __VLS_TypePropsToRuntimeProps<T> = {
27
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
28
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
29
+ } : {
30
+ type: import('vue').PropType<T[K]>;
31
+ required: true;
32
+ };
33
+ };
34
+ type __VLS_WithDefaults<P, D> = {
35
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
36
+ default: D[K];
37
+ }> : P[K];
38
+ };
39
+ type __VLS_Prettify<T> = {
40
+ [K in keyof T]: T[K];
41
+ } & {};
42
+ //# sourceMappingURL=SnsLink.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SnsLink.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/SnsLink.vue"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAC/B,OAAO,0BAA0B,CAAA;AACjC,MAAM,MAAM,YAAY,GAAG;IACzB,IAAI,EAAE,WAAW,GAAG,SAAS,GAAG,WAAW,GAAG,QAAQ,GAAG,UAAU,CAAA;IACnE,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,CAAC,EAAE,KAAK,CAAA;IACb,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAA;IAChD,MAAM,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAA;IAC3B,OAAO,EAAE,MAAM,GAAG,OAAO,CAAA;CAC1B,CAAA;;;;;;;;;;aADU,MAAM,GAAG,OAAO;WAHjB,KAAK;YAEJ,QAAQ,GAAG,OAAO;;AA8G7B,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
+
2
+ export type VariationSelectorProps = {
3
+ options: {
4
+ label: string;
5
+ value: string;
6
+ disabled?: boolean;
7
+ }[];
8
+ };
9
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
10
+ modelValue: import('vue').PropType<any>;
11
+ options: {
12
+ type: import('vue').PropType<{
13
+ label: string;
14
+ value: string;
15
+ disabled?: boolean;
16
+ }[]>;
17
+ required: true;
18
+ default: () => never[];
19
+ };
20
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
21
+ modelValue: import('vue').PropType<any>;
22
+ options: {
23
+ type: import('vue').PropType<{
24
+ label: string;
25
+ value: string;
26
+ disabled?: boolean;
27
+ }[]>;
28
+ required: true;
29
+ default: () => never[];
30
+ };
31
+ }>> & Readonly<{}>, {
32
+ options: {
33
+ label: string;
34
+ value: string;
35
+ disabled?: boolean;
36
+ }[];
37
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
38
+ export default _default;
39
+ //# sourceMappingURL=VariationSelector.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VariationSelector.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/VariationSelector.vue"],"names":[],"mappings":"AAGA,OAAO,0BAA0B,CAAA;AAEjC,MAAM,MAAM,sBAAsB,GAAG;IACnC,OAAO,EAAE;QACP,KAAK,EAAE,MAAM,CAAA;QACb,KAAK,EAAE,MAAM,CAAA;QACb,QAAQ,CAAC,EAAE,OAAO,CAAA;KACnB,EAAE,CAAA;CACJ,CAAA;;gBAuBW,OAAO,KAAK,EAAE,QAAQ,CAAC,GAAG,CAAC;;;mBA3B5B,MAAM;mBACN,MAAM;uBACF,OAAO;;kBAmK+K,IAAI;;;;gBA1I7L,OAAO,KAAK,EAAE,QAAQ,CAAC,GAAG,CAAC;;;mBA3B5B,MAAM;mBACN,MAAM;uBACF,OAAO;;kBAmK+K,IAAI;;;;aAtK9L;QACP,KAAK,EAAE,MAAM,CAAA;QACb,KAAK,EAAE,MAAM,CAAA;QACb,QAAQ,CAAC,EAAE,OAAO,CAAA;KACnB,EAAE;;AAuJL,wBASG"}
@@ -0,0 +1,50 @@
1
+
2
+ export type AppBarProps = {
3
+ title?: string;
4
+ sticky?: boolean;
5
+ flat?: boolean;
6
+ };
7
+ declare function __VLS_template(): {
8
+ "left-items"?(_: {}): any;
9
+ "center-items"?(_: {}): any;
10
+ "right-items"?(_: {}): any;
11
+ extra?(_: {}): any;
12
+ };
13
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<AppBarProps>, {
14
+ title: string;
15
+ sticky: boolean;
16
+ flat: boolean;
17
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<AppBarProps>, {
18
+ title: string;
19
+ sticky: boolean;
20
+ flat: boolean;
21
+ }>>> & Readonly<{}>, {
22
+ flat: boolean;
23
+ title: string;
24
+ sticky: boolean;
25
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
26
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
27
+ export default _default;
28
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
29
+ type __VLS_TypePropsToRuntimeProps<T> = {
30
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
31
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
32
+ } : {
33
+ type: import('vue').PropType<T[K]>;
34
+ required: true;
35
+ };
36
+ };
37
+ type __VLS_WithDefaults<P, D> = {
38
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
39
+ default: D[K];
40
+ }> : P[K];
41
+ };
42
+ type __VLS_Prettify<T> = {
43
+ [K in keyof T]: T[K];
44
+ } & {};
45
+ type __VLS_WithTemplateSlots<T, S> = T & {
46
+ new (): {
47
+ $slots: S;
48
+ };
49
+ };
50
+ //# sourceMappingURL=AppBar.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppBar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/foundation/AppBar.vue"],"names":[],"mappings":"AAIA,OAAO,0BAA0B,CAAA;AACjC,MAAM,MAAM,WAAW,GAAG;IACxB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,IAAI,CAAC,EAAE,OAAO,CAAA;CACf,CAAA;AAwCD,iBAAS,cAAc;0BAwIY,GAAG;4BACD,GAAG;2BACJ,GAAG;mBACX,GAAG;EAG9B;AAaD,QAAA,MAAM,eAAe;;;;;;;;;UApMZ,OAAO;WAFN,MAAM;YACL,OAAO;4EA2MhB,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,14 @@
1
+
2
+ export type AppBarProps = {};
3
+ declare function __VLS_template(): {
4
+ default?(_: {}): any;
5
+ };
6
+ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
7
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
8
+ export default _default;
9
+ type __VLS_WithTemplateSlots<T, S> = T & {
10
+ new (): {
11
+ $slots: S;
12
+ };
13
+ };
14
+ //# sourceMappingURL=AppBody.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppBody.vue.d.ts","sourceRoot":"","sources":["../../../src/components/foundation/AppBody.vue"],"names":[],"mappings":"AAIA,OAAO,0BAA0B,CAAA;AACjC,MAAM,MAAM,WAAW,GAAG,EAAE,CAAA;AAe5B,iBAAS,cAAc;qBAsCM,GAAG;EAK/B;AASD,QAAA,MAAM,eAAe,+QAKnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
@@ -0,0 +1,17 @@
1
+
2
+ export type AppFooterProps = {};
3
+ declare function __VLS_template(): {
4
+ logos?(_: {}): any;
5
+ "sns-links"?(_: {}): any;
6
+ menus?(_: {}): any;
7
+ copyright?(_: {}): any;
8
+ };
9
+ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
10
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
11
+ export default _default;
12
+ type __VLS_WithTemplateSlots<T, S> = T & {
13
+ new (): {
14
+ $slots: S;
15
+ };
16
+ };
17
+ //# sourceMappingURL=AppFooter.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppFooter.vue.d.ts","sourceRoot":"","sources":["../../../src/components/foundation/AppFooter.vue"],"names":[],"mappings":"AAIA,OAAO,0BAA0B,CAAA;AACjC,MAAM,MAAM,cAAc,GAAG,EAAE,CAAA;AAc/B,iBAAS,cAAc;mBAuIK,GAAG;yBACG,GAAG;mBACT,GAAG;uBACC,GAAG;EAGlC;AAOD,QAAA,MAAM,eAAe,+QAKnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
@@ -0,0 +1,15 @@
1
+
2
+ export type AppBarProps = {};
3
+ declare function __VLS_template(): {
4
+ default?(_: {}): any;
5
+ floating?(_: {}): any;
6
+ };
7
+ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
8
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
9
+ export default _default;
10
+ type __VLS_WithTemplateSlots<T, S> = T & {
11
+ new (): {
12
+ $slots: S;
13
+ };
14
+ };
15
+ //# sourceMappingURL=AppFrame.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppFrame.vue.d.ts","sourceRoot":"","sources":["../../../src/components/foundation/AppFrame.vue"],"names":[],"mappings":"AAIA,OAAO,0BAA0B,CAAC;AAClC,MAAM,MAAM,WAAW,GAAG,EAAE,CAAC;AAmB7B,iBAAS,cAAc;qBA0DM,GAAG;sBACD,GAAG;EAGjC;AAWD,QAAA,MAAM,eAAe,+QAKnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
@@ -0,0 +1,64 @@
1
+
2
+ export type DialogProps = {
3
+ title?: string;
4
+ visible: boolean;
5
+ scrollable?: boolean;
6
+ type?: "default" | "alert" | "confirm";
7
+ persistent?: boolean;
8
+ };
9
+ declare function __VLS_template(): {
10
+ header?(_: {}): any;
11
+ headerLeftItem?(_: {}): any;
12
+ headerRightItem?(_: {}): any;
13
+ body?(_: {}): any;
14
+ footer?(_: {}): any;
15
+ };
16
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<DialogProps>, {
17
+ title: string;
18
+ visible: boolean;
19
+ scrollable: boolean;
20
+ type: string;
21
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
22
+ onChangeVisible: (...args: any[]) => void;
23
+ onConfirm: (...args: any[]) => void;
24
+ onCancel: (...args: any[]) => void;
25
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<DialogProps>, {
26
+ title: string;
27
+ visible: boolean;
28
+ scrollable: boolean;
29
+ type: string;
30
+ }>>> & Readonly<{
31
+ onOnChangeVisible?: ((...args: any[]) => any) | undefined;
32
+ onOnConfirm?: ((...args: any[]) => any) | undefined;
33
+ onOnCancel?: ((...args: any[]) => any) | undefined;
34
+ }>, {
35
+ type: "default" | "alert" | "confirm";
36
+ title: string;
37
+ visible: boolean;
38
+ scrollable: boolean;
39
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
40
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
41
+ 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
+ type __VLS_WithTemplateSlots<T, S> = T & {
60
+ new (): {
61
+ $slots: S;
62
+ };
63
+ };
64
+ //# sourceMappingURL=Dialog.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Dialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/interactive/Dialog.vue"],"names":[],"mappings":"AAMA,OAAO,0BAA0B,CAAC;AAClC,MAAM,MAAM,WAAW,GAAG;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,OAAO,CAAC;IACjB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,IAAI,CAAC,EAAE,SAAS,GAAG,OAAO,GAAG,SAAS,CAAC;IACvC,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAwDF,iBAAS,cAAc;oBAoNM,GAAG;4BACK,GAAG;6BACF,GAAG;kBACd,GAAG;oBACD,GAAG;EAG/B;AAkBD,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;UAvSZ,SAAS,GAAG,OAAO,GAAG,SAAS;WAH9B,MAAM;aACL,OAAO;gBACH,OAAO;4EA+SpB,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"}