@reni-corp/reni-2c-ui 0.3.29 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (233) hide show
  1. package/README.md +4 -192
  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
@@ -6,36 +6,21 @@ export type DescriptionListProps = {
6
6
  direction: Direction;
7
7
  };
8
8
  declare function __VLS_template(): {
9
- title?(_: {}): any;
10
- description?(_: {}): any;
11
- caption?(_: {}): any;
9
+ attrs: Partial<{}>;
10
+ slots: {
11
+ title?(_: {}): any;
12
+ description?(_: {}): any;
13
+ caption?(_: {}): any;
14
+ };
15
+ refs: {};
16
+ rootEl: HTMLDivElement;
12
17
  };
13
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<DescriptionListProps>, {
14
- direction: string;
15
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<DescriptionListProps>, {
16
- direction: string;
17
- }>>> & Readonly<{}>, {
18
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
+ declare const __VLS_component: import('vue').DefineComponent<DescriptionListProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<DescriptionListProps> & Readonly<{}>, {
18
20
  direction: Direction;
19
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
20
- 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"]>;
21
23
  export default _default;
22
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
23
- type __VLS_TypePropsToRuntimeProps<T> = {
24
- [K in keyof T]-?: {} extends Pick<T, K> ? {
25
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
26
- } : {
27
- type: import('vue').PropType<T[K]>;
28
- required: true;
29
- };
30
- };
31
- type __VLS_WithDefaults<P, D> = {
32
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
33
- default: D[K];
34
- }> : P[K];
35
- };
36
- type __VLS_Prettify<T> = {
37
- [K in keyof T]: T[K];
38
- } & {};
39
24
  type __VLS_WithTemplateSlots<T, S> = T & {
40
25
  new (): {
41
26
  $slots: S;
@@ -1 +1 @@
1
- {"version":3,"file":"DescriptionList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/elements/DescriptionList.vue"],"names":[],"mappings":"AAMA,KAAK,SAAS,GAAG,YAAY,GAAG,UAAU,CAAA;AAE1C,MAAM,MAAM,oBAAoB,GAAG;IACjC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,SAAS,EAAE,SAAS,CAAA;CACrB,CAAA;AA4BD,iBAAS,cAAc;mBAuKK,GAAG;yBACG,GAAG;qBACP,GAAG;EAGhC;AAYD,QAAA,MAAM,eAAe;;;;;eArNR,SAAS;4EA2NpB,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":"DescriptionList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/elements/DescriptionList.vue"],"names":[],"mappings":"AA0GA,KAAK,SAAS,GAAG,YAAY,GAAG,UAAU,CAAA;AAE1C,MAAM,MAAM,oBAAoB,GAAG;IACjC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,SAAS,EAAE,SAAS,CAAA;CACrB,CAAA;AA4BD,iBAAS,cAAc;WAuGT,OAAO,IAA6B;;uBAZvB,GAAG;6BACG,GAAG;yBACN,GAAG;;;;EAehC;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;eAvJR,SAAS;wFA+JpB,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
1
  import { Color } from '../../types';
2
-
3
2
  export type DividerProps = {
4
3
  color?: Color;
5
4
  direction?: 'horizontal' | 'vertical';
6
5
  weight?: 'thin' | 'thick' | 'normal';
7
6
  };
8
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<DividerProps>, {
9
- color: string;
10
- direction: string;
11
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<DividerProps>, {
12
- color: string;
13
- direction: string;
14
- }>>> & Readonly<{}>, {
15
- direction: "horizontal" | "vertical";
7
+ declare const _default: import('vue').DefineComponent<DividerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<DividerProps> & Readonly<{}>, {
16
8
  color: Color;
17
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
9
+ direction: "horizontal" | "vertical";
10
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLHRElement>;
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=Divider.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Divider.vue.d.ts","sourceRoot":"","sources":["../../../src/components/elements/Divider.vue"],"names":[],"mappings":"AAEA,OAAO,0BAA0B,CAAA;AAEjC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAG/B,MAAM,MAAM,YAAY,GAAG;IACzB,KAAK,CAAC,EAAE,KAAK,CAAA;IACb,SAAS,CAAC,EAAE,YAAY,GAAG,UAAU,CAAA;IACrC,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,QAAQ,CAAA;CACrC,CAAA;;;;;;;;eAFa,YAAY,GAAG,UAAU;WAD7B,KAAK;;AA2Ef,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":"Divider.vue.d.ts","sourceRoot":"","sources":["../../../src/components/elements/Divider.vue"],"names":[],"mappings":"AA6EA,OAAO,0BAA0B,CAAA;AAEjC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAG/B,MAAM,MAAM,YAAY,GAAG;IACzB,KAAK,CAAC,EAAE,KAAK,CAAA;IACb,SAAS,CAAC,EAAE,YAAY,GAAG,UAAU,CAAA;IACrC,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,QAAQ,CAAA;CACrC,CAAA;;WAHS,KAAK;eACD,YAAY,GAAG,UAAU;;AAqEvC,wBAQG"}
@@ -1,4 +1,3 @@
1
-
2
1
  export type HtmlProps = {
3
2
  content?: string;
4
3
  nl2br?: boolean;
@@ -6,41 +5,12 @@ export type HtmlProps = {
6
5
  allowedAttributes?: string[];
7
6
  removeEmpty?: boolean;
8
7
  };
9
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<HtmlProps>, {
10
- content: string;
11
- nl2br: boolean;
12
- forbiddenTags: () => string[];
13
- allowedAttributes: () => string[];
14
- removeEmpty: boolean;
15
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<HtmlProps>, {
16
- content: string;
17
- nl2br: boolean;
18
- forbiddenTags: () => string[];
19
- allowedAttributes: () => string[];
20
- removeEmpty: boolean;
21
- }>>> & Readonly<{}>, {
8
+ declare const _default: import('vue').DefineComponent<HtmlProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<HtmlProps> & Readonly<{}>, {
22
9
  nl2br: boolean;
23
10
  content: string;
24
11
  forbiddenTags: string[];
25
12
  allowedAttributes: string[];
26
13
  removeEmpty: boolean;
27
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
14
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
28
15
  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
16
  //# sourceMappingURL=Html.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Html.vue.d.ts","sourceRoot":"","sources":["../../../src/components/elements/Html.vue"],"names":[],"mappings":"AAEA,OAAO,0BAA0B,CAAA;AAiGjC,MAAM,MAAM,SAAS,GAAG;IACtB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,aAAa,CAAC,EAAE,MAAM,EAAE,CAAA;IACxB,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAA;IAC5B,WAAW,CAAC,EAAE,OAAO,CAAA;CACtB,CAAA;;;;;;;;;;;;;;WAJS,OAAO;aADL,MAAM;mBAEA,MAAM,EAAE;uBACJ,MAAM,EAAE;iBACd,OAAO;;AA0IvB,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":"Html.vue.d.ts","sourceRoot":"","sources":["../../../src/components/elements/Html.vue"],"names":[],"mappings":"AAueA,OAAO,0BAA0B,CAAA;AA2NjC,MAAM,MAAM,SAAS,GAAG;IACtB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,aAAa,CAAC,EAAE,MAAM,EAAE,CAAA;IACxB,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAA;IAC5B,WAAW,CAAC,EAAE,OAAO,CAAA;CACtB,CAAA;;WAJS,OAAO;aADL,MAAM;mBAEA,MAAM,EAAE;uBACJ,MAAM,EAAE;iBACd,OAAO;;AA+RvB,wBAQG"}
@@ -1,36 +1,12 @@
1
1
  import { Color } from '../../types';
2
-
3
2
  export type IconProps = {
4
3
  icon: string | string[];
5
4
  size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | number | 'inherit';
6
- color?: Color;
5
+ color?: Color | 'inherit' | 'white';
7
6
  };
8
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IconProps>, {
9
- size: string;
10
- color: string;
11
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IconProps>, {
12
- size: string;
13
- color: string;
14
- }>>> & Readonly<{}>, {
15
- color: Color;
7
+ declare const _default: import('vue').DefineComponent<IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<IconProps> & Readonly<{}>, {
16
8
  size: "xs" | "sm" | "md" | "lg" | "xl" | number | "inherit";
17
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
9
+ color: Color | "inherit" | "white";
10
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
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=Icon.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Icon.vue.d.ts","sourceRoot":"","sources":["../../../src/components/elements/Icon.vue"],"names":[],"mappings":"AAEA,OAAO,0BAA0B,CAAA;AA+JjC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAG/B,MAAM,MAAM,SAAS,GAAG;IACtB,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;IACvB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,GAAG,SAAS,CAAA;IAC5D,KAAK,CAAC,EAAE,KAAK,CAAA;CACd,CAAA;;;;;;;;WADS,KAAK;UADN,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,GAAG,SAAS;;AA2F9D,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":"Icon.vue.d.ts","sourceRoot":"","sources":["../../../src/components/elements/Icon.vue"],"names":[],"mappings":"AAoOA,OAAO,0BAA0B,CAAA;AA6JjC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAG/B,MAAM,MAAM,SAAS,GAAG;IACtB,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;IACvB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,GAAG,SAAS,CAAA;IAC5D,KAAK,CAAC,EAAE,KAAK,GAAG,SAAS,GAAG,OAAO,CAAA;CACpC,CAAA;;UAFQ,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,GAAG,SAAS;WACpD,KAAK,GAAG,SAAS,GAAG,OAAO;;AAgGrC,wBAQG"}
@@ -1,4 +1,3 @@
1
-
2
1
  export type ImageProps = {
3
2
  src: {
4
3
  xs?: string;
@@ -32,54 +31,31 @@ export type ImageProps = {
32
31
  textSize?: 'auto' | 'sm' | 'md' | 'lg';
33
32
  };
34
33
  declare function __VLS_template(): {
35
- "top-left"?(_: {}): any;
36
- "top-center"?(_: {}): any;
37
- "top-right"?(_: {}): any;
38
- "left-center"?(_: {}): any;
39
- "right-center"?(_: {}): any;
40
- "bottom-left"?(_: {}): any;
41
- "bottom-center"?(_: {}): any;
42
- "bottom-right"?(_: {}): any;
43
- extra?(_: {}): any;
34
+ attrs: Partial<{}>;
35
+ slots: {
36
+ 'top-left'?(_: {}): any;
37
+ 'top-center'?(_: {}): any;
38
+ 'top-right'?(_: {}): any;
39
+ 'left-center'?(_: {}): any;
40
+ 'right-center'?(_: {}): any;
41
+ 'bottom-left'?(_: {}): any;
42
+ 'bottom-center'?(_: {}): any;
43
+ 'bottom-right'?(_: {}): any;
44
+ extra?(_: {}): any;
45
+ };
46
+ refs: {};
47
+ rootEl: any;
44
48
  };
45
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ImageProps>, {
46
- size: string;
47
- loading: string;
48
- textPosition: string;
49
- textAlignment: string;
50
- textSize: string;
51
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ImageProps>, {
52
- size: string;
53
- loading: string;
54
- textPosition: string;
55
- textAlignment: string;
56
- textSize: string;
57
- }>>> & Readonly<{}>, {
58
- loading: "lazy" | "eager";
49
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
50
+ declare const __VLS_component: import('vue').DefineComponent<ImageProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ImageProps> & Readonly<{}>, {
59
51
  size: "sm" | "md" | "lg" | "xl" | "auto";
52
+ loading: "lazy" | "eager";
60
53
  textPosition: "normal" | "overlay";
61
54
  textAlignment: "left" | "center" | "right";
62
55
  textSize: "auto" | "sm" | "md" | "lg";
63
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
64
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
56
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
57
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
65
58
  export default _default;
66
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
67
- type __VLS_TypePropsToRuntimeProps<T> = {
68
- [K in keyof T]-?: {} extends Pick<T, K> ? {
69
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
70
- } : {
71
- type: import('vue').PropType<T[K]>;
72
- required: true;
73
- };
74
- };
75
- type __VLS_WithDefaults<P, D> = {
76
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
77
- default: D[K];
78
- }> : P[K];
79
- };
80
- type __VLS_Prettify<T> = {
81
- [K in keyof T]: T[K];
82
- } & {};
83
59
  type __VLS_WithTemplateSlots<T, S> = T & {
84
60
  new (): {
85
61
  $slots: S;
@@ -1 +1 @@
1
- {"version":3,"file":"Image.vue.d.ts","sourceRoot":"","sources":["../../../src/components/elements/Image.vue"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Image.vue.d.ts","sourceRoot":"","sources":["../../../src/components/elements/Image.vue"],"names":[],"mappings":"AAkoBA,OAAO,0BAA0B,CAAA;AAKjC,MAAM,MAAM,UAAU,GAAG;IACvB,GAAG,EACC;QACE,EAAE,CAAC,EAAE,MAAM,CAAA;QACX,EAAE,CAAC,EAAE,MAAM,CAAA;QACX,EAAE,CAAC,EAAE,MAAM,CAAA;QACX,EAAE,CAAC,EAAE,MAAM,CAAA;QACX,EAAE,CAAC,EAAE,MAAM,CAAA;KACZ,GACD,MAAM,CAAA;IACV,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAA;IACzC,OAAO,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;IAC1B,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EACF,MAAM,GACN,MAAM,GACN;QACE,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;QACpB,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;QACpB,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;QACpB,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;QACpB,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;KACrB,CAAA;IAEL,MAAM,CAAC,EACH,MAAM,GACN,MAAM,GACN;QACE,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;QACpB,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;QACpB,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;QACpB,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;QACpB,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;KACrB,CAAA;IAEL,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,YAAY,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAA;IACnC,aAAa,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAA;IAC3C,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;CACvC,CAAA;AA8PD,iBAAS,cAAc;WAwJT,OAAO,IAA6B;;4BAlBlB,GAAG;8BACD,GAAG;6BACJ,GAAG;+BACD,GAAG;gCACF,GAAG;+BACJ,GAAG;iCACD,GAAG;gCACJ,GAAG;uBACZ,GAAG;;;;EAe7B;AAkBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;UA5cZ,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM;aAC/B,MAAM,GAAG,OAAO;kBA0BX,QAAQ,GAAG,SAAS;mBACnB,MAAM,GAAG,QAAQ,GAAG,OAAO;cAChC,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI;6EAsbtC,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,45 +1,25 @@
1
1
  import { Color } from '../../types';
2
-
3
2
  export type LabelProps = {
4
3
  color?: Color;
5
4
  size?: 'sm' | 'md';
6
5
  variant?: 'filled' | 'outline';
7
6
  };
8
7
  declare function __VLS_template(): {
9
- default?(_: {}): any;
8
+ attrs: Partial<{}>;
9
+ slots: {
10
+ default?(_: {}): any;
11
+ };
12
+ refs: {};
13
+ rootEl: HTMLDivElement;
10
14
  };
11
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<LabelProps>, {
12
- color: string;
13
- size: string;
14
- variant: string;
15
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<LabelProps>, {
16
- color: string;
17
- size: string;
18
- variant: string;
19
- }>>> & Readonly<{}>, {
20
- variant: "filled" | "outline";
21
- color: Color;
15
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
16
+ declare const __VLS_component: import('vue').DefineComponent<LabelProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<LabelProps> & Readonly<{}>, {
22
17
  size: "sm" | "md";
23
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
24
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
18
+ color: Color;
19
+ variant: "filled" | "outline";
20
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
21
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
25
22
  export default _default;
26
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
27
- type __VLS_TypePropsToRuntimeProps<T> = {
28
- [K in keyof T]-?: {} extends Pick<T, K> ? {
29
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
30
- } : {
31
- type: import('vue').PropType<T[K]>;
32
- required: true;
33
- };
34
- };
35
- type __VLS_WithDefaults<P, D> = {
36
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
37
- default: D[K];
38
- }> : P[K];
39
- };
40
- type __VLS_Prettify<T> = {
41
- [K in keyof T]: T[K];
42
- } & {};
43
23
  type __VLS_WithTemplateSlots<T, S> = T & {
44
24
  new (): {
45
25
  $slots: S;
@@ -1 +1 @@
1
- {"version":3,"file":"Label.vue.d.ts","sourceRoot":"","sources":["../../../src/components/elements/Label.vue"],"names":[],"mappings":"AAEA,OAAO,0BAA0B,CAAA;AACjC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAI/B,MAAM,MAAM,UAAU,GAAG;IACvB,KAAK,CAAC,EAAE,KAAK,CAAA;IACb,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAA;IAClB,OAAO,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAA;CAC/B,CAAA;AA+BD,iBAAS,cAAc;qBAsCM,GAAG;EAK/B;AAUD,QAAA,MAAM,eAAe;;;;;;;;;aArFT,QAAQ,GAAG,SAAS;WAFtB,KAAK;UACN,IAAI,GAAG,IAAI;4EA4FlB,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":"Label.vue.d.ts","sourceRoot":"","sources":["../../../src/components/elements/Label.vue"],"names":[],"mappings":"AAiGA,OAAO,0BAA0B,CAAA;AACjC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAI/B,MAAM,MAAM,UAAU,GAAG;IACvB,KAAK,CAAC,EAAE,KAAK,CAAA;IACb,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAA;IAClB,OAAO,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAA;CAC/B,CAAA;AA6BD,iBAAS,cAAc;WA0BT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;UA1EZ,IAAI,GAAG,IAAI;WADV,KAAK;aAEH,QAAQ,GAAG,SAAS;wFAiF9B,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 { HTMLInputAttribute } from '../../types';
2
-
3
2
  export type PasswordFieldProps = {
4
3
  label?: string;
5
4
  disabled?: boolean;
@@ -11,80 +10,12 @@ export type PasswordFieldProps = {
11
10
  name?: string;
12
11
  validateOnMount?: boolean;
13
12
  } & HTMLInputAttribute;
14
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
15
- modelValue: import('vue').PropType<any>;
16
- required: {
17
- type: import('vue').PropType<boolean>;
18
- default: boolean;
19
- };
20
- form: {
21
- type: import('vue').PropType<string>;
22
- };
23
- label: {
24
- type: import('vue').PropType<string>;
25
- default: string;
26
- };
27
- pattern: {
28
- type: import('vue').PropType<string>;
29
- };
30
- value: {
31
- type: import('vue').PropType<string>;
32
- };
33
- disabled: {
34
- type: import('vue').PropType<boolean>;
35
- };
36
- name: {
37
- type: import('vue').PropType<string>;
38
- default: string;
39
- };
40
- size: {
41
- type: import('vue').PropType<number>;
42
- };
43
- placeholder: {
44
- type: import('vue').PropType<string>;
45
- };
46
- validateOnMount: {
47
- type: import('vue').PropType<boolean>;
48
- default: boolean;
49
- };
50
- requiredErrorMessage: {
51
- type: import('vue').PropType<string>;
52
- default: string;
53
- };
54
- autocomplete: {
55
- type: import('vue').PropType<string>;
56
- };
57
- showStrengthIndicator: {
58
- type: import('vue').PropType<boolean>;
59
- default: boolean;
60
- };
61
- requireStrongPassword: {
62
- type: import('vue').PropType<boolean>;
63
- default: boolean;
64
- };
65
- customErrorMessage: {
66
- type: import('vue').PropType<string>;
67
- default: string;
68
- };
69
- autofocus: {
70
- type: import('vue').PropType<boolean>;
71
- };
72
- maxLength: {
73
- type: import('vue').PropType<number>;
74
- };
75
- minLength: {
76
- type: import('vue').PropType<number>;
77
- };
78
- readOnly: {
79
- type: import('vue').PropType<boolean>;
80
- };
81
- spellcheck: {
82
- type: import('vue').PropType<boolean>;
83
- };
84
- tabindex: {
85
- type: import('vue').PropType<number>;
86
- };
87
- }>, {
13
+ declare const modelValue: import('vue').ModelRef<string, string, string, string>;
14
+ type __VLS_Props = PasswordFieldProps;
15
+ type __VLS_PublicProps = {
16
+ modelValue?: typeof modelValue['value'];
17
+ } & __VLS_Props;
18
+ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
88
19
  passwordStrength: import('vue').ComputedRef<number>;
89
20
  strengthLevel: import('vue').ComputedRef<1 | 2 | 3>;
90
21
  strengthMessage: import('vue').ComputedRef<"弱い" | "普通" | "強い">;
@@ -112,88 +43,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
112
43
  handleBlur: (e?: Event, shouldValidate?: boolean) => void;
113
44
  fieldValue: import('vue').Ref<string, string>;
114
45
  errorMessage: import('vue').Ref<string | undefined, string | undefined>;
115
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
116
- modelValue: import('vue').PropType<any>;
117
- required: {
118
- type: import('vue').PropType<boolean>;
119
- default: boolean;
120
- };
121
- form: {
122
- type: import('vue').PropType<string>;
123
- };
124
- label: {
125
- type: import('vue').PropType<string>;
126
- default: string;
127
- };
128
- pattern: {
129
- type: import('vue').PropType<string>;
130
- };
131
- value: {
132
- type: import('vue').PropType<string>;
133
- };
134
- disabled: {
135
- type: import('vue').PropType<boolean>;
136
- };
137
- name: {
138
- type: import('vue').PropType<string>;
139
- default: string;
140
- };
141
- size: {
142
- type: import('vue').PropType<number>;
143
- };
144
- placeholder: {
145
- type: import('vue').PropType<string>;
146
- };
147
- validateOnMount: {
148
- type: import('vue').PropType<boolean>;
149
- default: boolean;
150
- };
151
- requiredErrorMessage: {
152
- type: import('vue').PropType<string>;
153
- default: string;
154
- };
155
- autocomplete: {
156
- type: import('vue').PropType<string>;
157
- };
158
- showStrengthIndicator: {
159
- type: import('vue').PropType<boolean>;
160
- default: boolean;
161
- };
162
- requireStrongPassword: {
163
- type: import('vue').PropType<boolean>;
164
- default: boolean;
165
- };
166
- customErrorMessage: {
167
- type: import('vue').PropType<string>;
168
- default: string;
169
- };
170
- autofocus: {
171
- type: import('vue').PropType<boolean>;
172
- };
173
- maxLength: {
174
- type: import('vue').PropType<number>;
175
- };
176
- minLength: {
177
- type: import('vue').PropType<number>;
178
- };
179
- readOnly: {
180
- type: import('vue').PropType<boolean>;
181
- };
182
- spellcheck: {
183
- type: import('vue').PropType<boolean>;
184
- };
185
- tabindex: {
186
- type: import('vue').PropType<number>;
187
- };
188
- }>> & Readonly<{}>, {
46
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
47
+ "update:modelValue": (value: string) => any;
48
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
49
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
50
+ }>, {
189
51
  required: boolean;
190
52
  label: string;
191
53
  name: string;
192
54
  validateOnMount: boolean;
193
- requiredErrorMessage: string;
194
55
  showStrengthIndicator: boolean;
195
56
  requireStrongPassword: boolean;
196
57
  customErrorMessage: string;
197
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
58
+ requiredErrorMessage: string;
59
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
198
60
  export default _default;
199
61
  //# sourceMappingURL=PasswordField.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PasswordField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/elements/PasswordField.vue"],"names":[],"mappings":"AAEA,OAAO,0BAA0B,CAAA;AAGjC,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAG5C,MAAM,MAAM,kBAAkB,GAAG;IAC/B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,qBAAqB,CAAC,EAAE,OAAO,CAAA;IAC/B,qBAAqB,CAAC,EAAE,OAAO,CAAA;IAC/B,kBAAkB,CAAC,EAAE,MAAM,CAAA;IAC3B,oBAAoB,CAAC,EAAE,MAAM,CAAA;IAC7B,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,eAAe,CAAC,EAAE,OAAO,CAAA;CAC1B,GAAG,kBAAkB,CAAA;;gBAiPV,OAAO,KAAK,EAAE,QAAQ,CAAC,GAAG,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAA3B,OAAO,KAAK,EAAE,QAAQ,CAAC,GAAG,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAxP1B,OAAO;WAFV,MAAM;UAOP,MAAM;qBACK,OAAO;0BAFF,MAAM;2BAHL,OAAO;2BACP,OAAO;wBACV,MAAM;;AAue7B,wBAUG"}
1
+ {"version":3,"file":"PasswordField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/elements/PasswordField.vue"],"names":[],"mappings":"AAgXA,OAAO,0BAA0B,CAAA;AAGjC,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAG5C,MAAM,MAAM,kBAAkB,GAAG;IAC/B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,qBAAqB,CAAC,EAAE,OAAO,CAAA;IAC/B,qBAAqB,CAAC,EAAE,OAAO,CAAA;IAC/B,kBAAkB,CAAC,EAAE,MAAM,CAAA;IAC3B,oBAAoB,CAAC,EAAE,MAAM,CAAA;IAC7B,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,eAAe,CAAC,EAAE,OAAO,CAAA;CAC1B,GAAG,kBAAkB,CAAA;AAEtB,QAAA,MAAM,UAAU,wDAGd,CAAA;AAGF,KAAK,WAAW,GAAG,kBAAkB,CAAC;AA4OtC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,UAAU,CAAC,OAAO,CAAC,CAAC;CACvC,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA7PH,OAAO;WAFV,MAAM;UAOP,MAAM;qBACK,OAAO;2BALD,OAAO;2BACP,OAAO;wBACV,MAAM;0BACJ,MAAM;;AA2Z/B,wBAUG"}
@@ -1,5 +1,4 @@
1
1
  import { Color } from '../../types';
2
-
3
2
  export type ProgressProps = {
4
3
  value: number;
5
4
  max: number;
@@ -8,38 +7,11 @@ export type ProgressProps = {
8
7
  labelType?: 'percent' | 'fraction';
9
8
  color?: Color;
10
9
  };
11
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ProgressProps>, {
12
- variant: string;
13
- showLabel: boolean;
14
- labelType: string;
15
- color: string;
16
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ProgressProps>, {
17
- variant: string;
18
- showLabel: boolean;
19
- labelType: string;
20
- color: string;
21
- }>>> & Readonly<{}>, {
22
- variant: "linear";
10
+ declare const _default: import('vue').DefineComponent<ProgressProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ProgressProps> & Readonly<{}>, {
23
11
  color: Color;
12
+ variant: "linear";
24
13
  showLabel: boolean;
25
14
  labelType: "percent" | "fraction";
26
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
15
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
27
16
  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
17
  //# sourceMappingURL=Progress.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Progress.vue.d.ts","sourceRoot":"","sources":["../../../src/components/elements/Progress.vue"],"names":[],"mappings":"AAEA,OAAO,0BAA0B,CAAA;AACjC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAI/B,MAAM,MAAM,aAAa,GAAG;IAC1B,KAAK,EAAE,MAAM,CAAA;IACb,GAAG,EAAE,MAAM,CAAA;IACX,OAAO,CAAC,EAAE,QAAQ,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,SAAS,CAAC,EAAE,SAAS,GAAG,UAAU,CAAA;IAClC,KAAK,CAAC,EAAE,KAAK,CAAA;CACd,CAAA;;;;;;;;;;;;aAJW,QAAQ;WAGV,KAAK;eAFD,OAAO;eACP,SAAS,GAAG,UAAU;;AA6HpC,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":"Progress.vue.d.ts","sourceRoot":"","sources":["../../../src/components/elements/Progress.vue"],"names":[],"mappings":"AA4GA,OAAO,0BAA0B,CAAA;AACjC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAI/B,MAAM,MAAM,aAAa,GAAG;IAC1B,KAAK,EAAE,MAAM,CAAA;IACb,GAAG,EAAE,MAAM,CAAA;IACX,OAAO,CAAC,EAAE,QAAQ,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,SAAS,CAAC,EAAE,SAAS,GAAG,UAAU,CAAA;IAClC,KAAK,CAAC,EAAE,KAAK,CAAA;CACd,CAAA;;WADS,KAAK;aAHH,QAAQ;eACN,OAAO;eACP,SAAS,GAAG,UAAU;;AA4GpC,wBAQG"}