@reni-corp/reni-2c-ui 0.3.291 → 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.
Files changed (233) hide show
  1. package/README.md +131 -0
  2. package/dist/components/elements/Alert.vue.d.ts +14 -36
  3. package/dist/components/elements/Alert.vue.d.ts.map +1 -1
  4. package/dist/components/elements/Button.vue.d.ts +13 -41
  5. package/dist/components/elements/Button.vue.d.ts.map +1 -1
  6. package/dist/components/elements/CheckBox.vue.d.ts +11 -60
  7. package/dist/components/elements/CheckBox.vue.d.ts.map +1 -1
  8. package/dist/components/elements/ComboBox.vue.d.ts +34 -116
  9. package/dist/components/elements/ComboBox.vue.d.ts.map +1 -1
  10. package/dist/components/elements/DescriptionList.vue.d.ts +12 -27
  11. package/dist/components/elements/DescriptionList.vue.d.ts.map +1 -1
  12. package/dist/components/elements/Divider.vue.d.ts +3 -27
  13. package/dist/components/elements/Divider.vue.d.ts.map +1 -1
  14. package/dist/components/elements/Html.vue.d.ts +2 -32
  15. package/dist/components/elements/Html.vue.d.ts.map +1 -1
  16. package/dist/components/elements/Icon.vue.d.ts +4 -28
  17. package/dist/components/elements/Icon.vue.d.ts.map +1 -1
  18. package/dist/components/elements/Image.vue.d.ts +19 -43
  19. package/dist/components/elements/Image.vue.d.ts.map +1 -1
  20. package/dist/components/elements/Label.vue.d.ts +12 -32
  21. package/dist/components/elements/Label.vue.d.ts.map +1 -1
  22. package/dist/components/elements/PasswordField.vue.d.ts +13 -151
  23. package/dist/components/elements/PasswordField.vue.d.ts.map +1 -1
  24. package/dist/components/elements/Progress.vue.d.ts +3 -31
  25. package/dist/components/elements/Progress.vue.d.ts.map +1 -1
  26. package/dist/components/elements/RadioButton.vue.d.ts +17 -28
  27. package/dist/components/elements/RadioButton.vue.d.ts.map +1 -1
  28. package/dist/components/elements/RadioButtonGroup.vue.d.ts +26 -75
  29. package/dist/components/elements/RadioButtonGroup.vue.d.ts.map +1 -1
  30. package/dist/components/elements/SelectBox.vue.d.ts +30 -121
  31. package/dist/components/elements/SelectBox.vue.d.ts.map +1 -1
  32. package/dist/components/elements/SkeletonLoader.vue.d.ts +2 -24
  33. package/dist/components/elements/SkeletonLoader.vue.d.ts.map +1 -1
  34. package/dist/components/elements/SpinButton.vue.d.ts +23 -52
  35. package/dist/components/elements/SpinButton.vue.d.ts.map +1 -1
  36. package/dist/components/elements/Spinner.vue.d.ts +3 -27
  37. package/dist/components/elements/Spinner.vue.d.ts.map +1 -1
  38. package/dist/components/elements/Text.vue.d.ts +12 -34
  39. package/dist/components/elements/Text.vue.d.ts.map +1 -1
  40. package/dist/components/elements/TextField.vue.d.ts +23 -146
  41. package/dist/components/elements/TextField.vue.d.ts.map +1 -1
  42. package/dist/components/elements/ToolChip.vue.d.ts +11 -33
  43. package/dist/components/elements/ToolChip.vue.d.ts.map +1 -1
  44. package/dist/components/features/AnnounceBar.vue.d.ts +11 -29
  45. package/dist/components/features/AnnounceBar.vue.d.ts.map +1 -1
  46. package/dist/components/features/AnnounceBarCollection.vue.d.ts +10 -34
  47. package/dist/components/features/AnnounceBarCollection.vue.d.ts.map +1 -1
  48. package/dist/components/features/Banner.vue.d.ts +22 -0
  49. package/dist/components/features/Banner.vue.d.ts.map +1 -0
  50. package/dist/components/features/BrandLogo.vue.d.ts +2 -24
  51. package/dist/components/features/BrandLogo.vue.d.ts.map +1 -1
  52. package/dist/components/features/CategoryBanner.vue.d.ts +3 -30
  53. package/dist/components/features/CategoryBanner.vue.d.ts.map +1 -1
  54. package/dist/components/features/FloatingBanner.vue.d.ts +3 -21
  55. package/dist/components/features/FloatingBanner.vue.d.ts.map +1 -1
  56. package/dist/components/features/Hero.vue.d.ts +32 -52
  57. package/dist/components/features/Hero.vue.d.ts.map +1 -1
  58. package/dist/components/features/ImageGrid.vue.d.ts +3 -30
  59. package/dist/components/features/ImageGrid.vue.d.ts.map +1 -1
  60. package/dist/components/features/LinkList.vue.d.ts +3 -28
  61. package/dist/components/features/LinkList.vue.d.ts.map +1 -1
  62. package/dist/components/features/Marquee.vue.d.ts +19 -49
  63. package/dist/components/features/Marquee.vue.d.ts.map +1 -1
  64. package/dist/components/features/MediaContent.vue.d.ts +14 -36
  65. package/dist/components/features/MediaContent.vue.d.ts.map +1 -1
  66. package/dist/components/features/ProductLabels.vue.d.ts +1 -19
  67. package/dist/components/features/ProductLabels.vue.d.ts.map +1 -1
  68. package/dist/components/features/ProductList.vue.d.ts +63 -88
  69. package/dist/components/features/ProductList.vue.d.ts.map +1 -1
  70. package/dist/components/features/ProductListItem.vue.d.ts +7 -35
  71. package/dist/components/features/ProductListItem.vue.d.ts.map +1 -1
  72. package/dist/components/features/ProductPurchase.vue.d.ts +12 -43
  73. package/dist/components/features/ProductPurchase.vue.d.ts.map +1 -1
  74. package/dist/components/features/Schedule.vue.d.ts +11 -29
  75. package/dist/components/features/Schedule.vue.d.ts.map +1 -1
  76. package/dist/components/features/ScheduleDateItem.vue.d.ts +2 -26
  77. package/dist/components/features/ScheduleDateItem.vue.d.ts.map +1 -1
  78. package/dist/components/features/ScheduleDelivery.vue.d.ts +10 -26
  79. package/dist/components/features/ScheduleDelivery.vue.d.ts.map +1 -1
  80. package/dist/components/features/ScheduleDeliveryItem.vue.d.ts +2 -24
  81. package/dist/components/features/ScheduleDeliveryItem.vue.d.ts.map +1 -1
  82. package/dist/components/features/SchedulePeriod.vue.d.ts +2 -26
  83. package/dist/components/features/SchedulePeriod.vue.d.ts.map +1 -1
  84. package/dist/components/features/SchedulePickup.vue.d.ts +10 -26
  85. package/dist/components/features/SchedulePickup.vue.d.ts.map +1 -1
  86. package/dist/components/features/SchedulePickupItem.vue.d.ts +2 -24
  87. package/dist/components/features/SchedulePickupItem.vue.d.ts.map +1 -1
  88. package/dist/components/features/Schedules.vue.d.ts +10 -22
  89. package/dist/components/features/Schedules.vue.d.ts.map +1 -1
  90. package/dist/components/features/SnsLink.vue.d.ts +3 -29
  91. package/dist/components/features/SnsLink.vue.d.ts.map +1 -1
  92. package/dist/components/foundation/AppBar.vue.d.ts +15 -40
  93. package/dist/components/foundation/AppBar.vue.d.ts.map +1 -1
  94. package/dist/components/foundation/AppBody.vue.d.ts +9 -4
  95. package/dist/components/foundation/AppBody.vue.d.ts.map +1 -1
  96. package/dist/components/foundation/AppFooter.vue.d.ts +13 -35
  97. package/dist/components/foundation/AppFooter.vue.d.ts.map +1 -1
  98. package/dist/components/foundation/AppFrame.vue.d.ts +10 -5
  99. package/dist/components/foundation/AppFrame.vue.d.ts.map +1 -1
  100. package/dist/components/interactive/Dialog.vue.d.ts +18 -40
  101. package/dist/components/interactive/Dialog.vue.d.ts.map +1 -1
  102. package/dist/components/interactive/Disclosure.vue.d.ts +22 -37
  103. package/dist/components/interactive/Disclosure.vue.d.ts.map +1 -1
  104. package/dist/components/interactive/DropDown.vue.d.ts +20 -34
  105. package/dist/components/interactive/DropDown.vue.d.ts.map +1 -1
  106. package/dist/components/interactive/Gallery.vue.d.ts +2 -34
  107. package/dist/components/interactive/Gallery.vue.d.ts.map +1 -1
  108. package/dist/components/interactive/Lightbox.vue.d.ts +32 -0
  109. package/dist/components/interactive/Lightbox.vue.d.ts.map +1 -0
  110. package/dist/components/interactive/Modal.vue.d.ts +15 -33
  111. package/dist/components/interactive/Modal.vue.d.ts.map +1 -1
  112. package/dist/components/interactive/Notification.vue.d.ts +5 -35
  113. package/dist/components/interactive/Notification.vue.d.ts.map +1 -1
  114. package/dist/components/interactive/Slider.vue.d.ts +32 -28
  115. package/dist/components/interactive/Slider.vue.d.ts.map +1 -1
  116. package/dist/components/interactive/Tab.vue.d.ts +17 -25
  117. package/dist/components/interactive/Tab.vue.d.ts.map +1 -1
  118. package/dist/components/interactive/TabGroup.vue.d.ts +27 -0
  119. package/dist/components/interactive/TabGroup.vue.d.ts.map +1 -0
  120. package/dist/components/interactive/TabPanel.vue.d.ts +9 -3
  121. package/dist/components/interactive/TabPanel.vue.d.ts.map +1 -1
  122. package/dist/components/interactive/TabPanels.vue.d.ts +21 -30
  123. package/dist/components/interactive/TabPanels.vue.d.ts.map +1 -1
  124. package/dist/components/interactive/Tabs.vue.d.ts +23 -29
  125. package/dist/components/interactive/Tabs.vue.d.ts.map +1 -1
  126. package/dist/components/layouts/Card.vue.d.ts +12 -30
  127. package/dist/components/layouts/Card.vue.d.ts.map +1 -1
  128. package/dist/components/layouts/Grid.vue.d.ts +11 -32
  129. package/dist/components/layouts/Grid.vue.d.ts.map +1 -1
  130. package/dist/components/layouts/List.vue.d.ts +28 -42
  131. package/dist/components/layouts/List.vue.d.ts.map +1 -1
  132. package/dist/components/layouts/Page.vue.d.ts +33 -62
  133. package/dist/components/layouts/Page.vue.d.ts.map +1 -1
  134. package/dist/components/layouts/Section.vue.d.ts +20 -41
  135. package/dist/components/layouts/Section.vue.d.ts.map +1 -1
  136. package/dist/components/layouts/Stack.vue.d.ts +12 -40
  137. package/dist/components/layouts/Stack.vue.d.ts.map +1 -1
  138. package/dist/components/navigation/BottomBar.vue.d.ts +10 -26
  139. package/dist/components/navigation/BottomBar.vue.d.ts.map +1 -1
  140. package/dist/components/navigation/Drawer.vue.d.ts +14 -32
  141. package/dist/components/navigation/Drawer.vue.d.ts.map +1 -1
  142. package/dist/components/renderless/DataProvider.vue.d.ts +19 -42
  143. package/dist/components/renderless/DataProvider.vue.d.ts.map +1 -1
  144. package/dist/components/renderless/Form.vue.d.ts +20 -43
  145. package/dist/components/renderless/Form.vue.d.ts.map +1 -1
  146. package/dist/components/renderless/OptionGroupSwitchController.vue.d.ts +20 -43
  147. package/dist/components/renderless/OptionGroupSwitchController.vue.d.ts.map +1 -1
  148. package/dist/composable/useAppNotifications.d.ts +0 -1
  149. package/dist/composable/useToolChip.d.ts +0 -1
  150. package/dist/composables.d.ts +0 -1
  151. package/dist/composables.es.js +5 -6
  152. package/dist/contexts/tabGroup.d.ts +17 -0
  153. package/dist/contexts/tabGroup.d.ts.map +1 -0
  154. package/dist/directives/auto-scale.d.ts +0 -1
  155. package/dist/directives/glitch.d.ts +0 -1
  156. package/dist/{index-a725a791.js → index-D7ldGb8i.js} +18 -30
  157. package/dist/index.d.ts +8 -11
  158. package/dist/index.d.ts.map +1 -1
  159. package/dist/index.es.js +6605 -6564
  160. package/dist/script.es.js +8231 -8185
  161. package/dist/script.umd.js +26 -26
  162. package/dist/style.css +1 -1
  163. package/dist/types.d.ts +0 -1
  164. package/dist/{composables-93778bb4.js → useAppDialogGuidance-BhYqv41n.js} +1033 -1017
  165. package/dist/utils.d.ts +46 -1
  166. package/dist/utils.d.ts.map +1 -1
  167. package/dist/validation.d.ts +0 -1
  168. package/dist/valueObjects/CurrencyValue.d.ts +0 -1
  169. package/dist/valueObjects/NumberValue.d.ts +0 -1
  170. package/dist/{valueObjects-e0ea7f1b.js → valueObjects-CvF0zaqR.js} +1 -1
  171. package/dist/valueObjects.es.js +1 -1
  172. package/package.json +20 -23
  173. package/src/stories/Alert.stories.ts +1 -1
  174. package/src/stories/AnnounceBar.stories.ts +1 -1
  175. package/src/stories/AnnounceBarCollection.stories.ts +135 -0
  176. package/src/stories/AppBar.stories.ts +6 -2
  177. package/src/stories/AppFooter.stories.ts +1 -1
  178. package/src/stories/AppFrame.stories.ts +1 -1
  179. package/src/stories/AppLayout.stories.ts +5 -16
  180. package/src/stories/Banner.stories.ts +235 -0
  181. package/src/stories/Button.stories.ts +1 -1
  182. package/src/stories/Card.stories.ts +1 -1
  183. package/src/stories/CheckBox.stories.ts +84 -22
  184. package/src/stories/ComboBox.stories.ts +62 -2
  185. package/src/stories/Dialog.stories.ts +1 -1
  186. package/src/stories/Disclosure.stories.ts +1 -1
  187. package/src/stories/Divider.stories.ts +1 -1
  188. package/src/stories/Drawer.stories.ts +1 -1
  189. package/src/stories/DropDown.stories.ts +1 -1
  190. package/src/stories/FloatingBanner.stories.ts +1 -1
  191. package/src/stories/Form.stories.ts +96 -1
  192. package/src/stories/Gallery.stories.ts +1 -1
  193. package/src/stories/Grid.stories.ts +1 -1
  194. package/src/stories/Hero.stories.ts +175 -26
  195. package/src/stories/Html.stories.ts +69 -1
  196. package/src/stories/Icon.stories.ts +1 -1
  197. package/src/stories/Image.stories.ts +1 -1
  198. package/src/stories/Label.stories.ts +85 -4
  199. package/src/stories/Lightbox.stories.ts +231 -0
  200. package/src/stories/List.stories.ts +62 -15
  201. package/src/stories/Modal.stories.ts +1 -1
  202. package/src/stories/Notification.stories.ts +1 -1
  203. package/src/stories/Page.stories.ts +36 -1
  204. package/src/stories/PasswordField.stories.ts +1 -1
  205. package/src/stories/ProductList.stories.ts +65 -3
  206. package/src/stories/ProductPurchase.stories.ts +2 -2
  207. package/src/stories/Progress.stories.ts +1 -1
  208. package/src/stories/Radio.stories.ts +130 -12
  209. package/src/stories/Section.stories.ts +29 -4
  210. package/src/stories/SelectBox.stories.ts +56 -1
  211. package/src/stories/SkeletonLoader.stories.ts +1 -1
  212. package/src/stories/Slider.stories.ts +365 -7
  213. package/src/stories/SnsLink.stories.ts +1 -1
  214. package/src/stories/SpinButton.stories.ts +1 -1
  215. package/src/stories/Spinner.stories.ts +1 -1
  216. package/src/stories/Stack.stories.ts +1 -1
  217. package/src/stories/Switch.stories.ts +1 -1
  218. package/src/stories/Tab.stories.ts +28 -11
  219. package/src/stories/TabGroup.stories.ts +290 -0
  220. package/src/stories/TabPanels.stories.ts +1 -1
  221. package/src/stories/Tabs.stories.ts +104 -3
  222. package/src/stories/Text.stories.ts +1 -1
  223. package/src/stories/TextArea.stories.ts +78 -1
  224. package/src/stories/TextField.stories.ts +75 -2
  225. package/src/stories/ToolChip.stories.ts +1 -1
  226. package/dist/components/features/CarouselBanner.vue.d.ts +0 -36
  227. package/dist/components/features/CarouselBanner.vue.d.ts.map +0 -1
  228. package/dist/components/features/VariationSelector.vue.d.ts +0 -39
  229. package/dist/components/features/VariationSelector.vue.d.ts.map +0 -1
  230. package/src/stories/Carousel.stories.ts +0 -62
  231. package/src/stories/CarouselBanner.stories.ts +0 -103
  232. package/src/stories/ProductLabels.stories.ts +0 -65
  233. package/src/stories/SoldStacker.stories.ts +0 -68
@@ -1,49 +1,21 @@
1
+ export type ProductListItemVariant = 'flat' | 'bordered' | 'card';
1
2
  export type ProductListItemProps = {
2
3
  item: any;
3
4
  autoplay?: boolean;
4
5
  backgroundColor?: string;
5
6
  textColor?: string;
6
7
  type?: 'default' | 'boxed';
8
+ variant?: ProductListItemVariant;
7
9
  showTitle2?: boolean;
8
10
  };
9
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ProductListItemProps>, {
10
- item: null;
11
- autoplay: boolean;
12
- backgroundColor: string;
13
- textColor: string;
14
- type: string;
15
- showTitle2: boolean;
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
- showTitle2: boolean;
23
- }>>> & Readonly<{}>, {
11
+ declare const _default: import('vue').DefineComponent<ProductListItemProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ProductListItemProps> & Readonly<{}>, {
24
12
  type: "default" | "boxed";
13
+ variant: ProductListItemVariant;
14
+ autoplay: boolean;
25
15
  backgroundColor: string;
16
+ item: any;
26
17
  textColor: string;
27
- autoplay: boolean;
28
18
  showTitle2: boolean;
29
- item: any;
30
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
19
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLAnchorElement>;
31
20
  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
21
  //# sourceMappingURL=ProductListItem.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ProductListItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/ProductListItem.vue"],"names":[],"mappings":"AA+DA;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,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB,CAAA;;;;;;;;;;;;;;;;UAFQ,SAAS,GAAG,OAAO;qBAFR,MAAM;eACZ,MAAM;cAFP,OAAO;gBAIL,OAAO;UALd,GAAG;;AA6RX,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"}
1
+ {"version":3,"file":"ProductListItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/ProductListItem.vue"],"names":[],"mappings":"AAkEA;AA2MA,MAAM,MAAM,sBAAsB,GAAG,MAAM,GAAG,UAAU,GAAG,MAAM,CAAA;AAEjE,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,OAAO,CAAC,EAAE,sBAAsB,CAAA;IAChC,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB,CAAA;;UAHQ,SAAS,GAAG,OAAO;aAChB,sBAAsB;cAJrB,OAAO;qBACA,MAAM;UAFlB,GAAG;eAGG,MAAM;gBAGL,OAAO;;AAkStB,wBAQG"}
@@ -30,35 +30,21 @@ export type ProductPurchaseProps = {
30
30
  addToCartLabel?: string;
31
31
  };
32
32
  declare function __VLS_template(): {
33
- description?(_: {}): any;
33
+ attrs: Partial<{}>;
34
+ slots: {
35
+ description?(_: {}): any;
36
+ };
37
+ refs: {};
38
+ rootEl: HTMLDivElement;
34
39
  };
35
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ProductPurchaseProps>, {
36
- defaultQuantity: number;
37
- quantityMin: number;
38
- quantityMax: number;
39
- disabled: boolean;
40
- submitting: boolean;
41
- showImage: boolean;
42
- showQuantity: boolean;
43
- showVariation: boolean;
44
- addToCartLabel: string;
45
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
40
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
41
+ declare const __VLS_component: import('vue').DefineComponent<ProductPurchaseProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
46
42
  addToCart: (payload: {
47
43
  product: ProductPurchaseProps["product"];
48
44
  variationId: string | null;
49
45
  quantity: number;
50
- }) => void;
51
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ProductPurchaseProps>, {
52
- defaultQuantity: number;
53
- quantityMin: number;
54
- quantityMax: number;
55
- disabled: boolean;
56
- submitting: boolean;
57
- showImage: boolean;
58
- showQuantity: boolean;
59
- showVariation: boolean;
60
- addToCartLabel: string;
61
- }>>> & Readonly<{
46
+ }) => any;
47
+ }, string, import('vue').PublicProps, Readonly<ProductPurchaseProps> & Readonly<{
62
48
  onAddToCart?: ((payload: {
63
49
  product: ProductPurchaseProps["product"];
64
50
  variationId: string | null;
@@ -74,26 +60,9 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
74
60
  showQuantity: boolean;
75
61
  showVariation: boolean;
76
62
  addToCartLabel: string;
77
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
78
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
63
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
64
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
79
65
  export default _default;
80
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
81
- type __VLS_TypePropsToRuntimeProps<T> = {
82
- [K in keyof T]-?: {} extends Pick<T, K> ? {
83
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
84
- } : {
85
- type: import('vue').PropType<T[K]>;
86
- required: true;
87
- };
88
- };
89
- type __VLS_WithDefaults<P, D> = {
90
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
91
- default: D[K];
92
- }> : P[K];
93
- };
94
- type __VLS_Prettify<T> = {
95
- [K in keyof T]: T[K];
96
- } & {};
97
66
  type __VLS_WithTemplateSlots<T, S> = T & {
98
67
  new (): {
99
68
  $slots: S;
@@ -1 +1 @@
1
- {"version":3,"file":"ProductPurchase.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/ProductPurchase.vue"],"names":[],"mappings":"AAyFA;AAKA,MAAM,MAAM,oBAAoB,GAAG;IACjC,wBAAwB;IACxB,OAAO,EAAE;QACP,EAAE,EAAE,MAAM,CAAA;QACV,KAAK,EAAE,MAAM,CAAA;QACb,KAAK,EAAE,MAAM,CAAA;QACb,SAAS,CAAC,EAAE,MAAM,CAAA;QAClB,SAAS,CAAC,EAAE,MAAM,CAAA;QAClB,qBAAqB,CAAC,EAAE,MAAM,CAAA;QAC9B,SAAS,CAAC,EAAE,MAAM,EAAE,CAAA;QACpB,UAAU,EAAE,KAAK,CAAC;YAChB,EAAE,EAAE,MAAM,CAAA;YACV,KAAK,EAAE,MAAM,CAAA;YACb,SAAS,EAAE,OAAO,CAAA;SACnB,CAAC,CAAA;KACH,CAAA;IAED,wBAAwB;IACxB,kBAAkB,CAAC,EAAE,MAAM,CAAA;IAC3B,eAAe,CAAC,EAAE,MAAM,CAAA;IAExB,cAAc;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB,WAAW;IACX,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB,cAAc;IACd,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,cAAc,CAAC,EAAE,MAAM,CAAA;CACxB,CAAA;AAsID,iBAAS,cAAc;yBA6RY,GAAG;EAGrC;AAmBD,QAAA,MAAM,eAAe;;;;;;;;;;;;iBAtaN,oBAAoB,CAAC,SAAS,CAAC;qBAC3B,MAAM,GAAG,IAAI;kBAChB,MAAM;;;;;;;;;;;;;;iBAFP,oBAAoB,CAAC,SAAS,CAAC;qBAC3B,MAAM,GAAG,IAAI;kBAChB,MAAM;;;cA7BT,OAAO;qBAPA,MAAM;iBAGV,MAAM;iBACN,MAAM;gBAIP,OAAO;eAGR,OAAO;kBACJ,OAAO;mBACN,OAAO;oBACN,MAAM;4EAicvB,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"}
1
+ {"version":3,"file":"ProductPurchase.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/ProductPurchase.vue"],"names":[],"mappings":"AAyFA;AAmYA,MAAM,MAAM,oBAAoB,GAAG;IACjC,wBAAwB;IACxB,OAAO,EAAE;QACP,EAAE,EAAE,MAAM,CAAA;QACV,KAAK,EAAE,MAAM,CAAA;QACb,KAAK,EAAE,MAAM,CAAA;QACb,SAAS,CAAC,EAAE,MAAM,CAAA;QAClB,SAAS,CAAC,EAAE,MAAM,CAAA;QAClB,qBAAqB,CAAC,EAAE,MAAM,CAAA;QAC9B,SAAS,CAAC,EAAE,MAAM,EAAE,CAAA;QACpB,UAAU,EAAE,KAAK,CAAC;YAChB,EAAE,EAAE,MAAM,CAAA;YACV,KAAK,EAAE,MAAM,CAAA;YACb,SAAS,EAAE,OAAO,CAAA;SACnB,CAAC,CAAA;KACH,CAAA;IAED,wBAAwB;IACxB,kBAAkB,CAAC,EAAE,MAAM,CAAA;IAC3B,eAAe,CAAC,EAAE,MAAM,CAAA;IAExB,cAAc;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB,WAAW;IACX,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB,cAAc;IACd,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,cAAc,CAAC,EAAE,MAAM,CAAA;CACxB,CAAA;AAqID,iBAAS,cAAc;WAyNT,OAAO,IAA6B;;6BAVhB,GAAG;;;;EAepC;AAoBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;iBAtWN,oBAAoB,CAAC,SAAS,CAAC;qBAC3B,MAAM,GAAG,IAAI;kBAChB,MAAM;;;;iBAFP,oBAAoB,CAAC,SAAS,CAAC;qBAC3B,MAAM,GAAG,IAAI;kBAChB,MAAM;;;cA5BT,OAAO;qBAPA,MAAM;iBAGV,MAAM;iBACN,MAAM;gBAIP,OAAO;eAGR,OAAO;kBACJ,OAAO;mBACN,OAAO;oBACN,MAAM;wFAkYvB,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,4 +1,3 @@
1
-
2
1
  export type ScheduleProps = {
3
2
  variant?: 'default' | 'boxed';
4
3
  coverImage?: string;
@@ -11,38 +10,21 @@ export type ScheduleProps = {
11
10
  guideText?: string;
12
11
  };
13
12
  declare function __VLS_template(): {
14
- content?(_: {}): any;
15
- aside?(_: {}): any;
13
+ attrs: Partial<{}>;
14
+ slots: {
15
+ content?(_: {}): any;
16
+ aside?(_: {}): any;
17
+ };
18
+ refs: {};
19
+ rootEl: HTMLDivElement;
16
20
  };
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, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ScheduleProps>, {
21
- variant: string;
22
- coverLayout: string;
23
- }>>> & Readonly<{}>, {
21
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
22
+ declare const __VLS_component: import('vue').DefineComponent<ScheduleProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ScheduleProps> & Readonly<{}>, {
24
23
  variant: "default" | "boxed";
25
24
  coverLayout: "full" | "half";
26
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
27
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
25
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
26
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
28
27
  export default _default;
29
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
30
- type __VLS_TypePropsToRuntimeProps<T> = {
31
- [K in keyof T]-?: {} extends Pick<T, K> ? {
32
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
33
- } : {
34
- type: import('vue').PropType<T[K]>;
35
- required: true;
36
- };
37
- };
38
- type __VLS_WithDefaults<P, D> = {
39
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
40
- default: D[K];
41
- }> : P[K];
42
- };
43
- type __VLS_Prettify<T> = {
44
- [K in keyof T]: T[K];
45
- } & {};
46
28
  type __VLS_WithTemplateSlots<T, S> = T & {
47
29
  new (): {
48
30
  $slots: S;
@@ -1 +1 @@
1
- {"version":3,"file":"Schedule.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/Schedule.vue"],"names":[],"mappings":"AAGA,OAAO,0BAA0B,CAAA;AAEjC,MAAM,MAAM,aAAa,GAAG;IAC1B,OAAO,CAAC,EAAE,SAAS,GAAG,OAAO,CAAA;IAC7B,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAC7B,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,QAAQ,EAAE,MAAM,CAAA;IAChB,MAAM,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AA8DD,iBAAS,cAAc;qBAmSO,GAAG;mBACL,GAAG;EAG9B;AAcD,QAAA,MAAM,eAAe;;;;;;;aA5XT,SAAS,GAAG,OAAO;iBAEf,MAAM,GAAG,MAAM;4EAgY7B,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"}
1
+ {"version":3,"file":"Schedule.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/Schedule.vue"],"names":[],"mappings":"AAwWA,OAAO,0BAA0B,CAAA;AAEjC,MAAM,MAAM,aAAa,GAAG;IAC1B,OAAO,CAAC,EAAE,SAAS,GAAG,OAAO,CAAA;IAC7B,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAC7B,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,QAAQ,EAAE,MAAM,CAAA;IAChB,MAAM,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AA4DD,iBAAS,cAAc;WAwIT,OAAO,IAA6B;;yBAXpB,GAAG;uBACL,GAAG;;;;EAe9B;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;aAlOT,SAAS,GAAG,OAAO;iBAEf,MAAM,GAAG,MAAM;wFAwO7B,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,36 +1,12 @@
1
-
2
1
  export type DateFormat = 'full' | 'short' | 'day-only';
3
2
  export type ScheduleProps = {
4
3
  dateTime: string;
5
4
  langFormatType?: 'ja' | 'en';
6
5
  format?: DateFormat;
7
6
  };
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, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ScheduleProps>, {
12
- langFormatType: string;
13
- format: string;
14
- }>>> & Readonly<{}>, {
7
+ declare const _default: import('vue').DefineComponent<ScheduleProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ScheduleProps> & Readonly<{}>, {
15
8
  langFormatType: "ja" | "en";
16
9
  format: DateFormat;
17
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
10
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
18
11
  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
12
  //# sourceMappingURL=ScheduleDateItem.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ScheduleDateItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/ScheduleDateItem.vue"],"names":[],"mappings":"AAIA,OAAO,iBAAiB,CAAA;AACxB,OAAO,0BAA0B,CAAA;AAEjC,MAAM,MAAM,UAAU,GAAG,MAAM,GAAG,OAAO,GAAG,UAAU,CAAA;AAEtD,MAAM,MAAM,aAAa,GAAG;IAC1B,QAAQ,EAAE,MAAM,CAAA;IAChB,cAAc,CAAC,EAAE,IAAI,GAAG,IAAI,CAAA;IAC5B,MAAM,CAAC,EAAE,UAAU,CAAA;CACpB,CAAA;;;;;;;;oBAFkB,IAAI,GAAG,IAAI;YACnB,UAAU;;AAwIrB,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"}
1
+ {"version":3,"file":"ScheduleDateItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/ScheduleDateItem.vue"],"names":[],"mappings":"AAqFA,OAAO,iBAAiB,CAAA;AACxB,OAAO,0BAA0B,CAAA;AAEjC,MAAM,MAAM,UAAU,GAAG,MAAM,GAAG,OAAO,GAAG,UAAU,CAAA;AAEtD,MAAM,MAAM,aAAa,GAAG;IAC1B,QAAQ,EAAE,MAAM,CAAA;IAChB,cAAc,CAAC,EAAE,IAAI,GAAG,IAAI,CAAA;IAC5B,MAAM,CAAC,EAAE,UAAU,CAAA;CACpB,CAAA;;oBAFkB,IAAI,GAAG,IAAI;YACnB,UAAU;;AA+GrB,wBAQG"}
@@ -1,4 +1,3 @@
1
-
2
1
  export type ScheduleDeliveryProps = {
3
2
  title?: string;
4
3
  fromDate: string;
@@ -7,34 +6,19 @@ export type ScheduleDeliveryProps = {
7
6
  variant?: 'default' | 'hight-light';
8
7
  };
9
8
  declare function __VLS_template(): {
10
- aside?(_: {}): any;
9
+ attrs: Partial<{}>;
10
+ slots: {
11
+ aside?(_: {}): any;
12
+ };
13
+ refs: {};
14
+ rootEl: HTMLDivElement;
11
15
  };
12
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ScheduleDeliveryProps>, {
13
- title: string;
14
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ScheduleDeliveryProps>, {
15
- title: string;
16
- }>>> & Readonly<{}>, {
16
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
+ declare const __VLS_component: import('vue').DefineComponent<ScheduleDeliveryProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ScheduleDeliveryProps> & Readonly<{}>, {
17
18
  title: string;
18
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
19
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
19
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
20
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
20
21
  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
22
  type __VLS_WithTemplateSlots<T, S> = T & {
39
23
  new (): {
40
24
  $slots: S;
@@ -1 +1 @@
1
- {"version":3,"file":"ScheduleDelivery.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/ScheduleDelivery.vue"],"names":[],"mappings":"AAIA,OAAO,iBAAiB,CAAA;AACxB,OAAO,0BAA0B,CAAA;AAEjC,MAAM,MAAM,qBAAqB,GAAG;IAClC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,EAAE,MAAM,CAAA;IAChB,MAAM,EAAE,MAAM,CAAA;IACd,YAAY,EAAE,MAAM,CAAA;IACpB,OAAO,CAAC,EAAE,SAAS,GAAG,aAAa,CAAA;CACpC,CAAA;AA6CD,iBAAS,cAAc;mBAgOK,GAAG;EAG9B;AAaD,QAAA,MAAM,eAAe;;;;;WAlSX,MAAM;4EAwSd,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"}
1
+ {"version":3,"file":"ScheduleDelivery.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/ScheduleDelivery.vue"],"names":[],"mappings":"AAwKA,OAAO,iBAAiB,CAAA;AACxB,OAAO,0BAA0B,CAAA;AAEjC,MAAM,MAAM,qBAAqB,GAAG;IAClC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,EAAE,MAAM,CAAA;IAChB,MAAM,EAAE,MAAM,CAAA;IACd,YAAY,EAAE,MAAM,CAAA;IACpB,OAAO,CAAC,EAAE,SAAS,GAAG,aAAa,CAAA;CACpC,CAAA;AA2CD,iBAAS,cAAc;WAwFT,OAAO,IAA6B;;uBAVvB,GAAG;;;;EAe7B;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;WA5JX,MAAM;wFAoKd,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,31 +1,9 @@
1
-
2
1
  export type ScheduleProps = {
3
2
  variant?: 'before' | 'after';
4
3
  date: string;
5
4
  };
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, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ScheduleProps>, {
9
- variant: string;
10
- }>>> & Readonly<{}>, {
5
+ declare const _default: import('vue').DefineComponent<ScheduleProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ScheduleProps> & Readonly<{}>, {
11
6
  variant: "before" | "after";
12
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
7
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
13
8
  export default _default;
14
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
- type __VLS_TypePropsToRuntimeProps<T> = {
16
- [K in keyof T]-?: {} extends Pick<T, K> ? {
17
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
- } : {
19
- type: import('vue').PropType<T[K]>;
20
- required: true;
21
- };
22
- };
23
- type __VLS_WithDefaults<P, D> = {
24
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
25
- default: D[K];
26
- }> : P[K];
27
- };
28
- type __VLS_Prettify<T> = {
29
- [K in keyof T]: T[K];
30
- } & {};
31
9
  //# sourceMappingURL=ScheduleDeliveryItem.vue.d.ts.map
@@ -1 +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;;AAyL9B,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"}
1
+ {"version":3,"file":"ScheduleDeliveryItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/ScheduleDeliveryItem.vue"],"names":[],"mappings":"AAsHA,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;;AA2I9B,wBAQG"}
@@ -1,34 +1,10 @@
1
-
2
1
  export type SchedulePeriodProps = {
3
2
  fromDate?: string;
4
3
  toDate?: string;
5
4
  };
6
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SchedulePeriodProps>, {
5
+ declare const _default: import('vue').DefineComponent<SchedulePeriodProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SchedulePeriodProps> & Readonly<{}>, {
7
6
  fromDate: string;
8
7
  toDate: string;
9
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SchedulePeriodProps>, {
10
- fromDate: string;
11
- toDate: string;
12
- }>>> & Readonly<{}>, {
13
- fromDate: string;
14
- toDate: string;
15
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
8
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
16
9
  export default _default;
17
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
18
- type __VLS_TypePropsToRuntimeProps<T> = {
19
- [K in keyof T]-?: {} extends Pick<T, K> ? {
20
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
21
- } : {
22
- type: import('vue').PropType<T[K]>;
23
- required: true;
24
- };
25
- };
26
- type __VLS_WithDefaults<P, D> = {
27
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
28
- default: D[K];
29
- }> : P[K];
30
- };
31
- type __VLS_Prettify<T> = {
32
- [K in keyof T]: T[K];
33
- } & {};
34
10
  //# sourceMappingURL=SchedulePeriod.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SchedulePeriod.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/SchedulePeriod.vue"],"names":[],"mappings":"AAIA,OAAO,iBAAiB,CAAA;AACxB,OAAO,0BAA0B,CAAA;AAEjC,MAAM,MAAM,mBAAmB,GAAG;IAChC,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB,CAAA;;;;;;;;cAFY,MAAM;YACR,MAAM;;AAmNjB,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"}
1
+ {"version":3,"file":"SchedulePeriod.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/SchedulePeriod.vue"],"names":[],"mappings":"AAsIA,OAAO,iBAAiB,CAAA;AACxB,OAAO,0BAA0B,CAAA;AAEjC,MAAM,MAAM,mBAAmB,GAAG;IAChC,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB,CAAA;;cAFY,MAAM;YACR,MAAM;;AAoLjB,wBAQG"}
@@ -1,4 +1,3 @@
1
-
2
1
  export type SchedulePickUpProps = {
3
2
  title?: string;
4
3
  fromDate: string;
@@ -9,34 +8,19 @@ export type SchedulePickUpProps = {
9
8
  }[];
10
9
  };
11
10
  declare function __VLS_template(): {
12
- aside?(_: {}): any;
11
+ attrs: Partial<{}>;
12
+ slots: {
13
+ aside?(_: {}): any;
14
+ };
15
+ refs: {};
16
+ rootEl: HTMLDivElement;
13
17
  };
14
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SchedulePickUpProps>, {
15
- title: string;
16
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SchedulePickUpProps>, {
17
- title: string;
18
- }>>> & Readonly<{}>, {
18
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
+ declare const __VLS_component: import('vue').DefineComponent<SchedulePickUpProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SchedulePickUpProps> & Readonly<{}>, {
19
20
  title: string;
20
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
21
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
21
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
22
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
22
23
  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
24
  type __VLS_WithTemplateSlots<T, S> = T & {
41
25
  new (): {
42
26
  $slots: S;
@@ -1 +1 @@
1
- {"version":3,"file":"SchedulePickup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/SchedulePickup.vue"],"names":[],"mappings":"AAIA,OAAO,iBAAiB,CAAA;AACxB,OAAO,0BAA0B,CAAA;AAEjC,MAAM,MAAM,mBAAmB,GAAG;IAChC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,EAAE,MAAM,CAAA;IAChB,MAAM,EAAE,MAAM,CAAA;IACd,MAAM,EAAE;QACN,IAAI,EAAE,MAAM,CAAA;QACZ,IAAI,EAAE,MAAM,CAAA;KACb,EAAE,CAAA;CACJ,CAAA;AAkDD,iBAAS,cAAc;mBA8QM,GAAG;EAG/B;AAcD,QAAA,MAAM,eAAe;;;;;WAxVX,MAAM;4EA8Vd,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"}
1
+ {"version":3,"file":"SchedulePickup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/SchedulePickup.vue"],"names":[],"mappings":"AAoMA,OAAO,iBAAiB,CAAA;AACxB,OAAO,0BAA0B,CAAA;AAEjC,MAAM,MAAM,mBAAmB,GAAG;IAChC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,EAAE,MAAM,CAAA;IAChB,MAAM,EAAE,MAAM,CAAA;IACd,MAAM,EAAE;QACN,IAAI,EAAE,MAAM,CAAA;QACZ,IAAI,EAAE,MAAM,CAAA;KACb,EAAE,CAAA;CACJ,CAAA;AAgDD,iBAAS,cAAc;WA6GT,OAAO,IAA6B;;uBAVvB,GAAG;;;;EAe7B;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;WAzLX,MAAM;wFAiMd,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,32 +1,10 @@
1
-
2
1
  export type SchedulePickupItemProps = {
3
2
  date?: string;
4
3
  place?: string;
5
4
  langFormatType?: 'ja' | 'en';
6
5
  };
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, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SchedulePickupItemProps>, {
10
- langFormatType: string;
11
- }>>> & Readonly<{}>, {
6
+ declare const _default: import('vue').DefineComponent<SchedulePickupItemProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SchedulePickupItemProps> & Readonly<{}>, {
12
7
  langFormatType: "ja" | "en";
13
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
8
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
14
9
  export default _default;
15
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
16
- type __VLS_TypePropsToRuntimeProps<T> = {
17
- [K in keyof T]-?: {} extends Pick<T, K> ? {
18
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
19
- } : {
20
- type: import('vue').PropType<T[K]>;
21
- required: true;
22
- };
23
- };
24
- type __VLS_WithDefaults<P, D> = {
25
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
26
- default: D[K];
27
- }> : P[K];
28
- };
29
- type __VLS_Prettify<T> = {
30
- [K in keyof T]: T[K];
31
- } & {};
32
10
  //# sourceMappingURL=SchedulePickupItem.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SchedulePickupItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/SchedulePickupItem.vue"],"names":[],"mappings":"AAIA,OAAO,0BAA0B,CAAA;AAEjC,MAAM,MAAM,uBAAuB,GAAG;IACpC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,cAAc,CAAC,EAAE,IAAI,GAAG,IAAI,CAAA;CAC7B,CAAA;;;;;;oBADkB,IAAI,GAAG,IAAI;;AAuM9B,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"}
1
+ {"version":3,"file":"SchedulePickupItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/SchedulePickupItem.vue"],"names":[],"mappings":"AA2HA,OAAO,0BAA0B,CAAA;AAEjC,MAAM,MAAM,uBAAuB,GAAG;IACpC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,cAAc,CAAC,EAAE,IAAI,GAAG,IAAI,CAAA;CAC7B,CAAA;;oBADkB,IAAI,GAAG,IAAI;;AA4J9B,wBAQG"}
@@ -1,32 +1,20 @@
1
-
2
1
  export type Schedules = {
3
2
  title?: string;
4
3
  variant?: 'default' | 'hight-light' | 'boxed';
5
4
  };
6
5
  declare function __VLS_template(): {
7
- default?(_: {}): any;
8
- aside?(_: {}): any;
9
- };
10
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Schedules>, {}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Schedules>, {}>>> & Readonly<{}>, {}, {}, {}, {}, 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_NonUndefinedable<T> = T extends undefined ? never : T;
14
- type __VLS_TypePropsToRuntimeProps<T> = {
15
- [K in keyof T]-?: {} extends Pick<T, K> ? {
16
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
17
- } : {
18
- type: import('vue').PropType<T[K]>;
19
- required: true;
6
+ attrs: Partial<{}>;
7
+ slots: {
8
+ default?(_: {}): any;
9
+ aside?(_: {}): any;
20
10
  };
11
+ refs: {};
12
+ rootEl: HTMLDivElement;
21
13
  };
22
- type __VLS_WithDefaults<P, D> = {
23
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
24
- default: D[K];
25
- }> : P[K];
26
- };
27
- type __VLS_Prettify<T> = {
28
- [K in keyof T]: T[K];
29
- } & {};
14
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
+ declare const __VLS_component: import('vue').DefineComponent<Schedules, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Schedules> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
16
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
17
+ export default _default;
30
18
  type __VLS_WithTemplateSlots<T, S> = T & {
31
19
  new (): {
32
20
  $slots: S;
@@ -1 +1 @@
1
- {"version":3,"file":"Schedules.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/Schedules.vue"],"names":[],"mappings":"AAGA,OAAO,0BAA0B,CAAA;AAEjC,MAAM,MAAM,SAAS,GAAG;IACtB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,OAAO,CAAC,EAAE,SAAS,GAAG,aAAa,GAAG,OAAO,CAAA;CAC9C,CAAA;AAkCD,iBAAS,cAAc;qBAsFO,GAAG;mBACL,GAAG;EAG9B;AAaD,QAAA,MAAM,eAAe,2cAMnB,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"}
1
+ {"version":3,"file":"Schedules.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/Schedules.vue"],"names":[],"mappings":"AA6FA,OAAO,0BAA0B,CAAA;AAEjC,MAAM,MAAM,SAAS,GAAG;IACtB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,OAAO,CAAC,EAAE,SAAS,GAAG,aAAa,GAAG,OAAO,CAAA;CAC9C,CAAA;AAgCD,iBAAS,cAAc;WA2CT,OAAO,IAA6B;;yBAXrB,GAAG;uBACL,GAAG;;;;EAe7B;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,ySAQnB,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, SNS } from '../../types';
2
-
3
2
  export type SnsLinkProps = {
4
3
  type: SNS;
5
4
  href: string;
@@ -8,35 +7,10 @@ export type SnsLinkProps = {
8
7
  target?: '_blank' | '_self';
9
8
  variant: 'icon' | 'label';
10
9
  };
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";
10
+ declare const _default: import('vue').DefineComponent<SnsLinkProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SnsLinkProps> & Readonly<{}>, {
21
11
  color: Color;
22
12
  target: "_blank" | "_self";
23
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
13
+ variant: "icon" | "label";
14
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLAnchorElement>;
24
15
  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
16
  //# sourceMappingURL=SnsLink.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SnsLink.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/SnsLink.vue"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,EAAE,GAAG,EAAE,MAAM,SAAS,CAAA;AACpC,OAAO,0BAA0B,CAAA;AACjC,MAAM,MAAM,YAAY,GAAG;IACzB,IAAI,EAAE,GAAG,CAAA;IACT,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;;AAiI7B,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"}
1
+ {"version":3,"file":"SnsLink.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/SnsLink.vue"],"names":[],"mappings":"AAyFA,OAAO,EAAE,KAAK,EAAE,GAAG,EAAE,MAAM,SAAS,CAAA;AACpC,OAAO,0BAA0B,CAAA;AACjC,MAAM,MAAM,YAAY,GAAG;IACzB,IAAI,EAAE,GAAG,CAAA;IACT,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;;WAJS,KAAK;YAEJ,QAAQ,GAAG,OAAO;aAClB,MAAM,GAAG,OAAO;;AAoH3B,wBAQG"}