@reni-corp/reni-2c-ui 0.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (149) hide show
  1. package/README.md +18 -0
  2. package/dist/components/elements/Alert.vue.d.ts +44 -0
  3. package/dist/components/elements/Alert.vue.d.ts.map +1 -0
  4. package/dist/components/elements/Button.vue.d.ts +63 -0
  5. package/dist/components/elements/Button.vue.d.ts.map +1 -0
  6. package/dist/components/elements/CheckBox.vue.d.ts +36 -0
  7. package/dist/components/elements/CheckBox.vue.d.ts.map +1 -0
  8. package/dist/components/elements/DescriptionList.vue.d.ts +44 -0
  9. package/dist/components/elements/DescriptionList.vue.d.ts.map +1 -0
  10. package/dist/components/elements/Divider.vue.d.ts +36 -0
  11. package/dist/components/elements/Divider.vue.d.ts.map +1 -0
  12. package/dist/components/elements/Icon.vue.d.ts +36 -0
  13. package/dist/components/elements/Icon.vue.d.ts.map +1 -0
  14. package/dist/components/elements/Label.vue.d.ts +44 -0
  15. package/dist/components/elements/Label.vue.d.ts.map +1 -0
  16. package/dist/components/elements/PasswordField.vue.d.ts +149 -0
  17. package/dist/components/elements/PasswordField.vue.d.ts.map +1 -0
  18. package/dist/components/elements/RadioButton.vue.d.ts +44 -0
  19. package/dist/components/elements/RadioButton.vue.d.ts.map +1 -0
  20. package/dist/components/elements/RadioButtonGroup.vue.d.ts +99 -0
  21. package/dist/components/elements/RadioButtonGroup.vue.d.ts.map +1 -0
  22. package/dist/components/elements/SelectBox.vue.d.ts +127 -0
  23. package/dist/components/elements/SelectBox.vue.d.ts.map +1 -0
  24. package/dist/components/elements/SpinButton.vue.d.ts +65 -0
  25. package/dist/components/elements/SpinButton.vue.d.ts.map +1 -0
  26. package/dist/components/elements/Spinner.vue.d.ts +35 -0
  27. package/dist/components/elements/Spinner.vue.d.ts.map +1 -0
  28. package/dist/components/elements/Text.vue.d.ts +55 -0
  29. package/dist/components/elements/Text.vue.d.ts.map +1 -0
  30. package/dist/components/elements/TextField.vue.d.ts +155 -0
  31. package/dist/components/elements/TextField.vue.d.ts.map +1 -0
  32. package/dist/components/elements/ToolChip.vue.d.ts +55 -0
  33. package/dist/components/elements/ToolChip.vue.d.ts.map +1 -0
  34. package/dist/components/features/AnnounceBar.vue.d.ts +55 -0
  35. package/dist/components/features/AnnounceBar.vue.d.ts.map +1 -0
  36. package/dist/components/features/AnnounceBarCollection.vue.d.ts +55 -0
  37. package/dist/components/features/AnnounceBarCollection.vue.d.ts.map +1 -0
  38. package/dist/components/features/BrandLogo.vue.d.ts +35 -0
  39. package/dist/components/features/BrandLogo.vue.d.ts.map +1 -0
  40. package/dist/components/features/CarouselBanner.vue.d.ts +36 -0
  41. package/dist/components/features/CarouselBanner.vue.d.ts.map +1 -0
  42. package/dist/components/features/CategoryBanner.vue.d.ts +39 -0
  43. package/dist/components/features/CategoryBanner.vue.d.ts.map +1 -0
  44. package/dist/components/features/FloatingBanner.vue.d.ts +31 -0
  45. package/dist/components/features/FloatingBanner.vue.d.ts.map +1 -0
  46. package/dist/components/features/Hero.vue.d.ts +39 -0
  47. package/dist/components/features/Hero.vue.d.ts.map +1 -0
  48. package/dist/components/features/Marquee.vue.d.ts +93 -0
  49. package/dist/components/features/Marquee.vue.d.ts.map +1 -0
  50. package/dist/components/features/MediaContent.vue.d.ts +70 -0
  51. package/dist/components/features/MediaContent.vue.d.ts.map +1 -0
  52. package/dist/components/features/ProductLabels.vue.d.ts +25 -0
  53. package/dist/components/features/ProductLabels.vue.d.ts.map +1 -0
  54. package/dist/components/features/ProductList.vue.d.ts +84 -0
  55. package/dist/components/features/ProductList.vue.d.ts.map +1 -0
  56. package/dist/components/features/ProductListItem.vue.d.ts +47 -0
  57. package/dist/components/features/ProductListItem.vue.d.ts.map +1 -0
  58. package/dist/components/features/Schedule.vue.d.ts +55 -0
  59. package/dist/components/features/Schedule.vue.d.ts.map +1 -0
  60. package/dist/components/features/ScheduleDateItem.vue.d.ts +40 -0
  61. package/dist/components/features/ScheduleDateItem.vue.d.ts.map +1 -0
  62. package/dist/components/features/ScheduleDelivery.vue.d.ts +18 -0
  63. package/dist/components/features/ScheduleDelivery.vue.d.ts.map +1 -0
  64. package/dist/components/features/ScheduleDeliveryItem.vue.d.ts +35 -0
  65. package/dist/components/features/ScheduleDeliveryItem.vue.d.ts.map +1 -0
  66. package/dist/components/features/SchedulePeriod.vue.d.ts +38 -0
  67. package/dist/components/features/SchedulePeriod.vue.d.ts.map +1 -0
  68. package/dist/components/features/SchedulePickup.vue.d.ts +9 -0
  69. package/dist/components/features/SchedulePickup.vue.d.ts.map +1 -0
  70. package/dist/components/features/SchedulePickupItem.vue.d.ts +36 -0
  71. package/dist/components/features/SchedulePickupItem.vue.d.ts.map +1 -0
  72. package/dist/components/features/SnsLink.vue.d.ts +42 -0
  73. package/dist/components/features/SnsLink.vue.d.ts.map +1 -0
  74. package/dist/components/features/VariationSelector.vue.d.ts +39 -0
  75. package/dist/components/features/VariationSelector.vue.d.ts.map +1 -0
  76. package/dist/components/foundation/AppBar.vue.d.ts +50 -0
  77. package/dist/components/foundation/AppBar.vue.d.ts.map +1 -0
  78. package/dist/components/foundation/AppBody.vue.d.ts +14 -0
  79. package/dist/components/foundation/AppBody.vue.d.ts.map +1 -0
  80. package/dist/components/foundation/AppFooter.vue.d.ts +17 -0
  81. package/dist/components/foundation/AppFooter.vue.d.ts.map +1 -0
  82. package/dist/components/foundation/AppFrame.vue.d.ts +15 -0
  83. package/dist/components/foundation/AppFrame.vue.d.ts.map +1 -0
  84. package/dist/components/interactive/Dialog.vue.d.ts +64 -0
  85. package/dist/components/interactive/Dialog.vue.d.ts.map +1 -0
  86. package/dist/components/interactive/DropDown.vue.d.ts +54 -0
  87. package/dist/components/interactive/DropDown.vue.d.ts.map +1 -0
  88. package/dist/components/interactive/Gallery.vue.d.ts +52 -0
  89. package/dist/components/interactive/Gallery.vue.d.ts.map +1 -0
  90. package/dist/components/interactive/Modal.vue.d.ts +51 -0
  91. package/dist/components/interactive/Modal.vue.d.ts.map +1 -0
  92. package/dist/components/interactive/Notification.vue.d.ts +51 -0
  93. package/dist/components/interactive/Notification.vue.d.ts.map +1 -0
  94. package/dist/components/interactive/Tab.vue.d.ts +38 -0
  95. package/dist/components/interactive/Tab.vue.d.ts.map +1 -0
  96. package/dist/components/interactive/TabPanel.vue.d.ts +13 -0
  97. package/dist/components/interactive/TabPanel.vue.d.ts.map +1 -0
  98. package/dist/components/interactive/TabPanels.vue.d.ts +48 -0
  99. package/dist/components/interactive/TabPanels.vue.d.ts.map +1 -0
  100. package/dist/components/interactive/Tabs.vue.d.ts +44 -0
  101. package/dist/components/interactive/Tabs.vue.d.ts.map +1 -0
  102. package/dist/components/layouts/Card.vue.d.ts +50 -0
  103. package/dist/components/layouts/Card.vue.d.ts.map +1 -0
  104. package/dist/components/layouts/Grid.vue.d.ts +46 -0
  105. package/dist/components/layouts/Grid.vue.d.ts.map +1 -0
  106. package/dist/components/layouts/List.vue.d.ts +72 -0
  107. package/dist/components/layouts/List.vue.d.ts.map +1 -0
  108. package/dist/components/layouts/Page.vue.d.ts +88 -0
  109. package/dist/components/layouts/Page.vue.d.ts.map +1 -0
  110. package/dist/components/layouts/Section.vue.d.ts +63 -0
  111. package/dist/components/layouts/Section.vue.d.ts.map +1 -0
  112. package/dist/components/layouts/Stack.vue.d.ts +78 -0
  113. package/dist/components/layouts/Stack.vue.d.ts.map +1 -0
  114. package/dist/components/navigation/BottomBar.vue.d.ts +39 -0
  115. package/dist/components/navigation/BottomBar.vue.d.ts.map +1 -0
  116. package/dist/components/navigation/Drawer.vue.d.ts +49 -0
  117. package/dist/components/navigation/Drawer.vue.d.ts.map +1 -0
  118. package/dist/components/renderless/DataProvider.vue.d.ts +51 -0
  119. package/dist/components/renderless/DataProvider.vue.d.ts.map +1 -0
  120. package/dist/components/renderless/OptionGroupSwitchController.vue.d.ts +64 -0
  121. package/dist/components/renderless/OptionGroupSwitchController.vue.d.ts.map +1 -0
  122. package/dist/composable/useAppDialogGuidance.d.ts +14 -0
  123. package/dist/composable/useAppDialogGuidance.d.ts.map +1 -0
  124. package/dist/composable/useAppNotifications.d.ts +21 -0
  125. package/dist/composable/useAppNotifications.d.ts.map +1 -0
  126. package/dist/composable/useSyncedTabPanel.d.ts +5 -0
  127. package/dist/composable/useSyncedTabPanel.d.ts.map +1 -0
  128. package/dist/composable/useToolChip.d.ts +19 -0
  129. package/dist/composable/useToolChip.d.ts.map +1 -0
  130. package/dist/constants.d.ts +79 -0
  131. package/dist/constants.d.ts.map +1 -0
  132. package/dist/directives/auto-scale.d.ts +5 -0
  133. package/dist/directives/auto-scale.d.ts.map +1 -0
  134. package/dist/directives/glitch.d.ts +5 -0
  135. package/dist/directives/glitch.d.ts.map +1 -0
  136. package/dist/index.d.ts +135 -0
  137. package/dist/index.d.ts.map +1 -0
  138. package/dist/script.es.js +15595 -0
  139. package/dist/script.umd.js +602 -0
  140. package/dist/style.css +1 -0
  141. package/dist/types.d.ts +32 -0
  142. package/dist/types.d.ts.map +1 -0
  143. package/dist/utils.d.ts +14 -0
  144. package/dist/utils.d.ts.map +1 -0
  145. package/dist/valueObjects/CurrencyValue.d.ts +12 -0
  146. package/dist/valueObjects/CurrencyValue.d.ts.map +1 -0
  147. package/dist/valueObjects/ValueObject.d.ts +16 -0
  148. package/dist/valueObjects/ValueObject.d.ts.map +1 -0
  149. package/package.json +92 -0
package/README.md ADDED
@@ -0,0 +1,18 @@
1
+ # Vue 3 + TypeScript + Vite
2
+
3
+ This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
4
+
5
+ ## Recommended IDE Setup
6
+
7
+ - [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
8
+
9
+ ## Type Support For `.vue` Imports in TS
10
+
11
+ TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin) to make the TypeScript language service aware of `.vue` types.
12
+
13
+ If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a [Take Over Mode](https://github.com/johnsoncodehk/volar/discussions/471#discussioncomment-1361669) that is more performant. You can enable it by the following steps:
14
+
15
+ 1. Disable the built-in TypeScript Extension
16
+ 1. Run `Extensions: Show Built-in Extensions` from VSCode's command palette
17
+ 2. Find `TypeScript and JavaScript Language Features`, right click and select `Disable (Workspace)`
18
+ 2. Reload the VSCode window by running `Developer: Reload Window` from the command palette.
@@ -0,0 +1,44 @@
1
+ import { StatusColor } from '../../types';
2
+
3
+ export type AlertProps = {
4
+ color?: StatusColor;
5
+ message: string;
6
+ size?: "sm" | "md";
7
+ width?: "hug" | "fill";
8
+ hasHtml?: boolean;
9
+ };
10
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<AlertProps>, {
11
+ color: string;
12
+ size: string;
13
+ width: string;
14
+ hasHtml: boolean;
15
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<AlertProps>, {
16
+ color: string;
17
+ size: string;
18
+ width: string;
19
+ hasHtml: boolean;
20
+ }>>> & Readonly<{}>, {
21
+ width: "hug" | "fill";
22
+ color: StatusColor;
23
+ size: "sm" | "md";
24
+ hasHtml: boolean;
25
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
26
+ export default _default;
27
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
28
+ type __VLS_TypePropsToRuntimeProps<T> = {
29
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
30
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
31
+ } : {
32
+ type: import('vue').PropType<T[K]>;
33
+ required: true;
34
+ };
35
+ };
36
+ type __VLS_WithDefaults<P, D> = {
37
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
38
+ default: D[K];
39
+ }> : P[K];
40
+ };
41
+ type __VLS_Prettify<T> = {
42
+ [K in keyof T]: T[K];
43
+ } & {};
44
+ //# sourceMappingURL=Alert.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Alert.vue.d.ts","sourceRoot":"","sources":["../../../src/components/elements/Alert.vue"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAKtC,MAAM,MAAM,UAAU,GAAG;IACvB,KAAK,CAAC,EAAE,WAAW,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACnB,KAAK,CAAC,EAAE,KAAK,GAAG,MAAM,CAAC;IACvB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;;;;;;;;;;;;WAFQ,KAAK,GAAG,MAAM;WAHd,WAAW;UAEZ,IAAI,GAAG,IAAI;aAER,OAAO;;AA2KnB,wBAMG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
@@ -0,0 +1,63 @@
1
+ import { Color } from '../../types';
2
+
3
+ export type ButtonProps = {
4
+ variant?: "text" | "fill" | "outlined";
5
+ size?: "xs" | "sm" | "md" | "lg" | "xl";
6
+ color?: Color;
7
+ loading?: boolean;
8
+ disabled?: boolean;
9
+ elevated?: boolean;
10
+ href?: string;
11
+ target?: string;
12
+ block?: boolean;
13
+ };
14
+ declare function __VLS_template(): {
15
+ default?(_: {}): any;
16
+ };
17
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ButtonProps>, {
18
+ variant: string;
19
+ size: string;
20
+ color: string;
21
+ loading: boolean;
22
+ disabled: boolean;
23
+ elevated: boolean;
24
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ButtonProps>, {
25
+ variant: string;
26
+ size: string;
27
+ color: string;
28
+ loading: boolean;
29
+ disabled: boolean;
30
+ elevated: boolean;
31
+ }>>> & Readonly<{}>, {
32
+ loading: boolean;
33
+ disabled: boolean;
34
+ variant: "text" | "fill" | "outlined";
35
+ color: Color;
36
+ size: "xs" | "sm" | "md" | "lg" | "xl";
37
+ elevated: boolean;
38
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
39
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
40
+ export default _default;
41
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
42
+ type __VLS_TypePropsToRuntimeProps<T> = {
43
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
44
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
45
+ } : {
46
+ type: import('vue').PropType<T[K]>;
47
+ required: true;
48
+ };
49
+ };
50
+ type __VLS_WithDefaults<P, D> = {
51
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
52
+ default: D[K];
53
+ }> : P[K];
54
+ };
55
+ type __VLS_Prettify<T> = {
56
+ [K in keyof T]: T[K];
57
+ } & {};
58
+ type __VLS_WithTemplateSlots<T, S> = T & {
59
+ new (): {
60
+ $slots: S;
61
+ };
62
+ };
63
+ //# sourceMappingURL=Button.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Button.vue.d.ts","sourceRoot":"","sources":["../../../src/components/elements/Button.vue"],"names":[],"mappings":"AAEA,OAAO,0BAA0B,CAAC;AAGlC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,MAAM,MAAM,WAAW,GAAG;IACxB,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,UAAU,CAAC;IACvC,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACxC,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB,CAAC;AAsFF,iBAAS,cAAc;qBAmEO,GAAG;EAGhC;AAaD,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;aA/KT,OAAO;cACN,OAAO;aAJR,MAAM,GAAG,MAAM,GAAG,UAAU;WAE9B,KAAK;UADN,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI;cAI5B,OAAO;4EAmLlB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
@@ -0,0 +1,36 @@
1
+ import { Color } from '../../types';
2
+
3
+ export type CheckBoxProps = {
4
+ label?: string;
5
+ color?: Color;
6
+ disabled?: boolean;
7
+ };
8
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
9
+ modelValue: import('vue').PropType<any>;
10
+ disabled: {
11
+ type: import('vue').PropType<boolean>;
12
+ };
13
+ label: {
14
+ type: import('vue').PropType<string>;
15
+ };
16
+ color: {
17
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "warning" | "danger" | "success" | "info" | "subtle" | "muted" | "light">;
18
+ default: string;
19
+ };
20
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
21
+ modelValue: import('vue').PropType<any>;
22
+ disabled: {
23
+ type: import('vue').PropType<boolean>;
24
+ };
25
+ label: {
26
+ type: import('vue').PropType<string>;
27
+ };
28
+ color: {
29
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "warning" | "danger" | "success" | "info" | "subtle" | "muted" | "light">;
30
+ default: string;
31
+ };
32
+ }>> & Readonly<{}>, {
33
+ color: Color;
34
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
35
+ export default _default;
36
+ //# sourceMappingURL=CheckBox.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CheckBox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/elements/CheckBox.vue"],"names":[],"mappings":"AAEA,OAAO,0BAA0B,CAAA;AAEjC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAG/B,MAAM,MAAM,aAAa,GAAG;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,KAAK,CAAA;IACb,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAA;;gBA2BW,OAAO,KAAK,EAAE,QAAQ,CAAC,GAAG,CAAC;;;;;;;;;;;;gBAA3B,OAAO,KAAK,EAAE,QAAQ,CAAC,GAAG,CAAC;;;;;;;;;;;;WA7B7B,KAAK;;AAgIf,wBASG"}
@@ -0,0 +1,44 @@
1
+ type Direction = 'horizontal' | 'vertical';
2
+ export type DescriptionListProps = {
3
+ title?: string;
4
+ description?: string;
5
+ caption?: string;
6
+ direction: Direction;
7
+ };
8
+ declare function __VLS_template(): {
9
+ title?(_: {}): any;
10
+ description?(_: {}): any;
11
+ caption?(_: {}): any;
12
+ };
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
+ direction: Direction;
19
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
20
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
21
+ 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
+ type __VLS_WithTemplateSlots<T, S> = T & {
40
+ new (): {
41
+ $slots: S;
42
+ };
43
+ };
44
+ //# sourceMappingURL=DescriptionList.vue.d.ts.map
@@ -0,0 +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"}
@@ -0,0 +1,36 @@
1
+ import { Color } from '../../types';
2
+
3
+ export type DividerProps = {
4
+ color?: Color;
5
+ direction?: 'horizontal' | 'vertical';
6
+ weight?: 'thin' | 'thick' | 'normal';
7
+ };
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";
16
+ color: Color;
17
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
18
+ export default _default;
19
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
20
+ type __VLS_TypePropsToRuntimeProps<T> = {
21
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
22
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
23
+ } : {
24
+ type: import('vue').PropType<T[K]>;
25
+ required: true;
26
+ };
27
+ };
28
+ type __VLS_WithDefaults<P, D> = {
29
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
30
+ default: D[K];
31
+ }> : P[K];
32
+ };
33
+ type __VLS_Prettify<T> = {
34
+ [K in keyof T]: T[K];
35
+ } & {};
36
+ //# sourceMappingURL=Divider.vue.d.ts.map
@@ -0,0 +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"}
@@ -0,0 +1,36 @@
1
+ import { Color } from '../../types';
2
+
3
+ export type IconProps = {
4
+ icon: string | string[];
5
+ size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | number;
6
+ color?: Color;
7
+ };
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;
16
+ size: "xs" | "sm" | "md" | "lg" | "xl" | number;
17
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
18
+ export default _default;
19
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
20
+ type __VLS_TypePropsToRuntimeProps<T> = {
21
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
22
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
23
+ } : {
24
+ type: import('vue').PropType<T[K]>;
25
+ required: true;
26
+ };
27
+ };
28
+ type __VLS_WithDefaults<P, D> = {
29
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
30
+ default: D[K];
31
+ }> : P[K];
32
+ };
33
+ type __VLS_Prettify<T> = {
34
+ [K in keyof T]: T[K];
35
+ } & {};
36
+ //# sourceMappingURL=Icon.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Icon.vue.d.ts","sourceRoot":"","sources":["../../../src/components/elements/Icon.vue"],"names":[],"mappings":"AAEA,OAAO,0BAA0B,CAAA;AAqGjC,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,CAAA;IAChD,KAAK,CAAC,EAAE,KAAK,CAAA;CACd,CAAA;;;;;;;;WADS,KAAK;UADN,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM;;AA2FlD,wBAMG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
@@ -0,0 +1,44 @@
1
+ import { Color } from '../../types';
2
+
3
+ export type LabelProps = {
4
+ color?: Color;
5
+ size: "sm" | "md";
6
+ };
7
+ declare function __VLS_template(): {
8
+ default?(_: {}): any;
9
+ };
10
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<LabelProps>, {
11
+ color: string;
12
+ size: string;
13
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<LabelProps>, {
14
+ color: string;
15
+ size: string;
16
+ }>>> & Readonly<{}>, {
17
+ color: Color;
18
+ size: "sm" | "md";
19
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
20
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
21
+ 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
+ type __VLS_WithTemplateSlots<T, S> = T & {
40
+ new (): {
41
+ $slots: S;
42
+ };
43
+ };
44
+ //# sourceMappingURL=Label.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Label.vue.d.ts","sourceRoot":"","sources":["../../../src/components/elements/Label.vue"],"names":[],"mappings":"AAEA,OAAO,0BAA0B,CAAC;AAClC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAIhC,MAAM,MAAM,UAAU,GAAG;IACvB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;CACnB,CAAC;AAgCF,iBAAS,cAAc;qBAsCM,GAAG;EAK/B;AAUD,QAAA,MAAM,eAAe;;;;;;;WAvFX,KAAK;UACP,IAAI,GAAG,IAAI;4EA4FjB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
@@ -0,0 +1,149 @@
1
+ import { HTMLInputAttribute } from '../../types';
2
+
3
+ export type PasswordFieldProps = {
4
+ label?: string;
5
+ disabled?: boolean;
6
+ showStrengthIndicator?: boolean;
7
+ requireStrongPassword?: boolean;
8
+ customErrorMessage?: string;
9
+ } & HTMLInputAttribute;
10
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
11
+ modelValue: import('vue').PropType<any>;
12
+ required: {
13
+ type: import('vue').PropType<boolean>;
14
+ };
15
+ disabled: {
16
+ type: import('vue').PropType<boolean>;
17
+ };
18
+ name: {
19
+ type: import('vue').PropType<string>;
20
+ };
21
+ form: {
22
+ type: import('vue').PropType<string>;
23
+ };
24
+ label: {
25
+ type: import('vue').PropType<string>;
26
+ default: string;
27
+ };
28
+ pattern: {
29
+ type: import('vue').PropType<string>;
30
+ };
31
+ size: {
32
+ type: import('vue').PropType<number>;
33
+ };
34
+ value: {
35
+ type: import('vue').PropType<string>;
36
+ };
37
+ autocomplete: {
38
+ type: import('vue').PropType<string>;
39
+ };
40
+ autofocus: {
41
+ type: import('vue').PropType<boolean>;
42
+ };
43
+ maxLength: {
44
+ type: import('vue').PropType<number>;
45
+ };
46
+ minLength: {
47
+ type: import('vue').PropType<number>;
48
+ };
49
+ placeholder: {
50
+ type: import('vue').PropType<string>;
51
+ };
52
+ readOnly: {
53
+ type: import('vue').PropType<boolean>;
54
+ };
55
+ spellcheck: {
56
+ type: import('vue').PropType<boolean>;
57
+ };
58
+ tabindex: {
59
+ type: import('vue').PropType<number>;
60
+ };
61
+ showStrengthIndicator: {
62
+ type: import('vue').PropType<boolean>;
63
+ default: boolean;
64
+ };
65
+ requireStrongPassword: {
66
+ type: import('vue').PropType<boolean>;
67
+ default: boolean;
68
+ };
69
+ customErrorMessage: {
70
+ type: import('vue').PropType<string>;
71
+ default: string;
72
+ };
73
+ }>, {
74
+ passwordStrength: import('vue').ComputedRef<number>;
75
+ strengthLevel: import('vue').ComputedRef<1 | 2 | 3>;
76
+ strengthMessage: import('vue').ComputedRef<"弱い" | "普通" | "強い">;
77
+ isValid: import('vue').Ref<boolean, boolean>;
78
+ isStrongPassword: import('vue').ComputedRef<boolean>;
79
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
80
+ modelValue: import('vue').PropType<any>;
81
+ required: {
82
+ type: import('vue').PropType<boolean>;
83
+ };
84
+ disabled: {
85
+ type: import('vue').PropType<boolean>;
86
+ };
87
+ name: {
88
+ type: import('vue').PropType<string>;
89
+ };
90
+ form: {
91
+ type: import('vue').PropType<string>;
92
+ };
93
+ label: {
94
+ type: import('vue').PropType<string>;
95
+ default: string;
96
+ };
97
+ pattern: {
98
+ type: import('vue').PropType<string>;
99
+ };
100
+ size: {
101
+ type: import('vue').PropType<number>;
102
+ };
103
+ value: {
104
+ type: import('vue').PropType<string>;
105
+ };
106
+ autocomplete: {
107
+ type: import('vue').PropType<string>;
108
+ };
109
+ autofocus: {
110
+ type: import('vue').PropType<boolean>;
111
+ };
112
+ maxLength: {
113
+ type: import('vue').PropType<number>;
114
+ };
115
+ minLength: {
116
+ type: import('vue').PropType<number>;
117
+ };
118
+ placeholder: {
119
+ type: import('vue').PropType<string>;
120
+ };
121
+ readOnly: {
122
+ type: import('vue').PropType<boolean>;
123
+ };
124
+ spellcheck: {
125
+ type: import('vue').PropType<boolean>;
126
+ };
127
+ tabindex: {
128
+ type: import('vue').PropType<number>;
129
+ };
130
+ showStrengthIndicator: {
131
+ type: import('vue').PropType<boolean>;
132
+ default: boolean;
133
+ };
134
+ requireStrongPassword: {
135
+ type: import('vue').PropType<boolean>;
136
+ default: boolean;
137
+ };
138
+ customErrorMessage: {
139
+ type: import('vue').PropType<string>;
140
+ default: string;
141
+ };
142
+ }>> & Readonly<{}>, {
143
+ label: string;
144
+ showStrengthIndicator: boolean;
145
+ requireStrongPassword: boolean;
146
+ customErrorMessage: string;
147
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
148
+ export default _default;
149
+ //# sourceMappingURL=PasswordField.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PasswordField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/elements/PasswordField.vue"],"names":[],"mappings":"AAEA,OAAO,0BAA0B,CAAA;AAEjC,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,qBAAqB,CAAC,EAAE,OAAO,CAAA;IAC/B,qBAAqB,CAAC,EAAE,OAAO,CAAA;IAC/B,kBAAkB,CAAC,EAAE,MAAM,CAAA;CAC5B,GAAG,kBAAkB,CAAA;;gBA+JV,OAAO,KAAK,EAAE,QAAQ,CAAC,GAAG,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAA3B,OAAO,KAAK,EAAE,QAAQ,CAAC,GAAG,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WApK7B,MAAM;2BAEU,OAAO;2BACP,OAAO;wBACV,MAAM;;AA4W7B,wBAUG"}
@@ -0,0 +1,44 @@
1
+
2
+ export type RadioButtonProps = {
3
+ name: string;
4
+ value: string;
5
+ label?: string;
6
+ };
7
+ declare function __VLS_template(): {
8
+ default?(_: {}): any;
9
+ };
10
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
11
+ modelValue: import('vue').PropType<string>;
12
+ name: {
13
+ type: import('vue').PropType<string>;
14
+ required: true;
15
+ };
16
+ value: {
17
+ type: import('vue').PropType<string>;
18
+ required: true;
19
+ };
20
+ label: {
21
+ type: import('vue').PropType<string>;
22
+ };
23
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
24
+ modelValue: import('vue').PropType<string>;
25
+ name: {
26
+ type: import('vue').PropType<string>;
27
+ required: true;
28
+ };
29
+ value: {
30
+ type: import('vue').PropType<string>;
31
+ required: true;
32
+ };
33
+ label: {
34
+ type: import('vue').PropType<string>;
35
+ };
36
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
37
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
38
+ export default _default;
39
+ type __VLS_WithTemplateSlots<T, S> = T & {
40
+ new (): {
41
+ $slots: S;
42
+ };
43
+ };
44
+ //# sourceMappingURL=RadioButton.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RadioButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/elements/RadioButton.vue"],"names":[],"mappings":"AAEA,OAAO,0BAA0B,CAAA;AAGjC,MAAM,MAAM,gBAAgB,GAAG;IAC7B,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAA;AAkCD,iBAAS,cAAc;qBAmDO,GAAG;EAKhC;AAeD,QAAA,MAAM,eAAe;gBA7ET,OAAO,KAAK,EAAE,QAAQ,CAAC,MAAM,CAAC;;;kBAyF2J,IAAI;;;;kBAAJ,IAAI;;;;;;gBAzF7L,OAAO,KAAK,EAAE,QAAQ,CAAC,MAAM,CAAC;;;kBAyF2J,IAAI;;;;kBAAJ,IAAI;;;;;iGAHvM,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AAGxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}