@wikicasa-dev/components 1.2.14 → 1.2.16

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 (237) hide show
  1. package/dist/AccessibleSelect.vue_vue_type_script_setup_true_lang-BoZC-MRc.cjs +1 -0
  2. package/dist/AccessibleSelect.vue_vue_type_script_setup_true_lang-cO2THN1r.js +204 -0
  3. package/dist/ArrowIcon-BAw-0KtW.js +28 -0
  4. package/dist/ArrowIcon-p3-glcm0.cjs +1 -0
  5. package/dist/BaseAccordion.vue_vue_type_script_setup_true_lang-CoE2D2rV.js +19 -0
  6. package/dist/BaseAccordion.vue_vue_type_script_setup_true_lang-f0Al20X4.cjs +1 -0
  7. package/dist/BaseAccordionBtn.vue_vue_type_script_setup_true_lang-B5N_3-gi.js +54 -0
  8. package/dist/BaseAccordionBtn.vue_vue_type_script_setup_true_lang-D9D4w7Mn.cjs +1 -0
  9. package/dist/BaseAccordionContent.vue_vue_type_script_setup_true_lang-N7oILwdv.js +32 -0
  10. package/dist/BaseAccordionContent.vue_vue_type_script_setup_true_lang-U3YQw0dV.cjs +1 -0
  11. package/dist/BaseAccordionItem.vue_vue_type_script_setup_true_lang-34wcOXN7.js +106 -0
  12. package/dist/BaseAccordionItem.vue_vue_type_script_setup_true_lang-CkRPO2NI.cjs +1 -0
  13. package/dist/BaseAutocomplete.vue_vue_type_script_setup_true_lang-CVOeKK-H.js +173 -0
  14. package/dist/BaseAutocomplete.vue_vue_type_script_setup_true_lang-LiuIZMOu.cjs +1 -0
  15. package/dist/BaseButton.vue_vue_type_script_setup_true_lang-8iapE8e5.cjs +1 -0
  16. package/dist/BaseButton.vue_vue_type_script_setup_true_lang-hyGBRoUS.js +75 -0
  17. package/dist/BaseDropDown.vue_vue_type_script_setup_true_lang-BdoYFj6h.cjs +1 -0
  18. package/dist/BaseDropDown.vue_vue_type_script_setup_true_lang-t-jias47.js +111 -0
  19. package/dist/CheckboxGroup.vue_vue_type_script_setup_true_lang-B28hp87l.js +93 -0
  20. package/dist/CheckboxGroup.vue_vue_type_script_setup_true_lang-BkB2KUyO.cjs +1 -0
  21. package/dist/CloseIcon-B0iqXdWk.cjs +1 -0
  22. package/dist/CloseIcon-o6CokGLA.js +38 -0
  23. package/dist/DefaultValues-S0CTWW-b.cjs +1 -0
  24. package/dist/DefaultValues-k7iQWtC2.js +9 -0
  25. package/dist/IntersectionObservable.vue_vue_type_script_setup_true_lang-D3wBzHZD.js +24 -0
  26. package/dist/IntersectionObservable.vue_vue_type_script_setup_true_lang-JNuYyviS.cjs +1 -0
  27. package/dist/IntersectionObserver.vue_vue_type_script_setup_true_lang-Bwf1jUFo.cjs +1 -0
  28. package/dist/IntersectionObserver.vue_vue_type_script_setup_true_lang-CQHjzQc3.js +52 -0
  29. package/dist/SelectItem.vue_vue_type_script_setup_true_lang-3ie26G8n.cjs +1 -0
  30. package/dist/SelectItem.vue_vue_type_script_setup_true_lang-BOLdDTLM.js +42 -0
  31. package/dist/SwiperCarousel.vue_vue_type_style_index_0_lang-CQsYG4_e.cjs +5 -0
  32. package/dist/SwiperCarousel.vue_vue_type_style_index_0_lang-DUANcQKT.js +716 -0
  33. package/dist/_plugin-vue_export-helper-BHFhmbuH.cjs +1 -0
  34. package/dist/_plugin-vue_export-helper-CHgC5LLL.js +9 -0
  35. package/dist/autoplay-Dyvby5gX.cjs +1 -0
  36. package/dist/controller-Dyvby5gX.cjs +1 -0
  37. package/dist/free-mode-Dyvby5gX.cjs +1 -0
  38. package/dist/{index-1oh628Cu.js → index-6DJ6N4f8.js} +2 -2
  39. package/dist/index-Dz30IWWY.cjs +1 -0
  40. package/dist/lib/UIKit/AccessibleSelect.cjs +1 -0
  41. package/dist/lib/UIKit/AccessibleSelect.js +4 -0
  42. package/dist/lib/UIKit/Accordion/BaseAccordion.cjs +1 -0
  43. package/dist/lib/UIKit/Accordion/BaseAccordion.js +4 -0
  44. package/dist/lib/UIKit/Accordion/BaseAccordionBtn.cjs +1 -0
  45. package/dist/lib/UIKit/Accordion/BaseAccordionBtn.js +4 -0
  46. package/dist/lib/UIKit/Accordion/BaseAccordionContent.cjs +1 -0
  47. package/dist/lib/UIKit/Accordion/BaseAccordionContent.js +4 -0
  48. package/dist/lib/UIKit/Accordion/BaseAccordionItem.cjs +1 -0
  49. package/dist/lib/UIKit/Accordion/BaseAccordionItem.js +4 -0
  50. package/dist/lib/UIKit/BaseAlert.cjs +1 -0
  51. package/dist/lib/UIKit/BaseAlert.js +23 -0
  52. package/dist/lib/UIKit/BaseAutocomplete.cjs +1 -0
  53. package/dist/lib/UIKit/BaseAutocomplete.js +4 -0
  54. package/dist/lib/UIKit/BaseBadge.cjs +1 -0
  55. package/dist/lib/UIKit/BaseBadge.js +20 -0
  56. package/dist/lib/UIKit/BaseBtModal.cjs +1 -0
  57. package/dist/lib/UIKit/BaseBtModal.js +179 -0
  58. package/dist/lib/UIKit/BaseBtModal.vue.d.ts +172 -0
  59. package/dist/lib/UIKit/BaseButton.cjs +1 -0
  60. package/dist/lib/UIKit/BaseButton.js +4 -0
  61. package/dist/lib/UIKit/BaseCard.cjs +1 -0
  62. package/dist/lib/UIKit/BaseCard.js +33 -0
  63. package/dist/lib/UIKit/BaseComplexToggle.cjs +1 -0
  64. package/dist/lib/UIKit/BaseComplexToggle.js +139 -0
  65. package/dist/lib/UIKit/BaseDropDown.cjs +1 -0
  66. package/dist/lib/UIKit/BaseDropDown.js +4 -0
  67. package/dist/lib/UIKit/BaseFloatingLabel.cjs +1 -0
  68. package/dist/lib/UIKit/BaseFloatingLabel.js +48 -0
  69. package/dist/lib/UIKit/BaseIcon.cjs +1 -0
  70. package/dist/lib/UIKit/BaseIcon.js +40 -0
  71. package/dist/lib/UIKit/BaseInput.cjs +1 -0
  72. package/dist/lib/UIKit/BaseInput.js +276 -0
  73. package/dist/{src → lib}/UIKit/BaseInput.vue.d.ts +3 -3
  74. package/dist/lib/UIKit/BaseNavItem.cjs +1 -0
  75. package/dist/lib/UIKit/BaseNavItem.js +58 -0
  76. package/dist/lib/UIKit/BasePagination.cjs +1 -0
  77. package/dist/lib/UIKit/BasePagination.js +151 -0
  78. package/dist/lib/UIKit/BasePaper.cjs +1 -0
  79. package/dist/lib/UIKit/BasePaper.js +14 -0
  80. package/dist/lib/UIKit/BaseSelect/SelectItem.cjs +1 -0
  81. package/dist/lib/UIKit/BaseSelect/SelectItem.js +4 -0
  82. package/dist/lib/UIKit/BaseSlider.cjs +8 -0
  83. package/dist/lib/UIKit/BaseSlider.js +261 -0
  84. package/dist/lib/UIKit/BaseSnackbar.cjs +1 -0
  85. package/dist/lib/UIKit/BaseSnackbar.js +79 -0
  86. package/dist/lib/UIKit/BaseSnackbar.vue.d.ts +56 -0
  87. package/dist/lib/UIKit/BaseTab.cjs +1 -0
  88. package/dist/lib/UIKit/BaseTab.js +78 -0
  89. package/dist/lib/UIKit/BaseTextarea.cjs +1 -0
  90. package/dist/lib/UIKit/BaseTextarea.js +142 -0
  91. package/dist/{src → lib}/UIKit/BaseTextarea.vue.d.ts +2 -2
  92. package/dist/lib/UIKit/BaseToggle.cjs +1 -0
  93. package/dist/lib/UIKit/BaseToggle.js +44 -0
  94. package/dist/lib/UIKit/BaseTooltip.cjs +1 -0
  95. package/dist/lib/UIKit/BaseTooltip.js +53 -0
  96. package/dist/lib/UIKit/BaseUploadFile.cjs +1 -0
  97. package/dist/lib/UIKit/BaseUploadFile.js +70 -0
  98. package/dist/lib/UIKit/Checkbox/CheckboxBtn.cjs +1 -0
  99. package/dist/lib/UIKit/Checkbox/CheckboxBtn.js +74 -0
  100. package/dist/lib/UIKit/Checkbox/CheckboxGroup.cjs +1 -0
  101. package/dist/lib/UIKit/Checkbox/CheckboxGroup.js +4 -0
  102. package/dist/lib/UIKit/Radio/RadioButton.cjs +1 -0
  103. package/dist/lib/UIKit/Radio/RadioButton.js +59 -0
  104. package/dist/lib/UIKit/Radio/RadioGroup.cjs +1 -0
  105. package/dist/lib/UIKit/Radio/RadioGroup.js +66 -0
  106. package/dist/lib/UIKit/StaticSpinner.cjs +1 -0
  107. package/dist/lib/UIKit/StaticSpinner.js +31 -0
  108. package/dist/lib/components/IntersectionObserver/IntersectionObservable.cjs +1 -0
  109. package/dist/lib/components/IntersectionObserver/IntersectionObservable.js +4 -0
  110. package/dist/lib/components/IntersectionObserver/IntersectionObserver.cjs +1 -0
  111. package/dist/lib/components/IntersectionObserver/IntersectionObserver.js +4 -0
  112. package/dist/lib/components/carousel/SwiperCarousel.cjs +1 -0
  113. package/dist/lib/components/carousel/SwiperCarousel.js +4 -0
  114. package/dist/lib/composables/useBreakpoints.cjs +1 -0
  115. package/dist/lib/composables/useBreakpoints.js +21 -0
  116. package/dist/lib/composables/useFloatingLabel.cjs +1 -0
  117. package/dist/lib/composables/useFloatingLabel.js +33 -0
  118. package/dist/lib/composables/useKeyboardController.cjs +1 -0
  119. package/dist/lib/composables/useKeyboardController.js +41 -0
  120. package/dist/lib/index.cjs +1 -0
  121. package/dist/lib/index.js +66 -0
  122. package/dist/navigation-Dyvby5gX.cjs +1 -0
  123. package/dist/pagination-Dyvby5gX.cjs +1 -0
  124. package/dist/poppins/poppins-v13-latin-300.eot +0 -0
  125. package/dist/poppins/poppins-v13-latin-300.svg +321 -0
  126. package/dist/poppins/poppins-v13-latin-300.ttf +0 -0
  127. package/dist/poppins/poppins-v13-latin-300.woff +0 -0
  128. package/dist/poppins/poppins-v13-latin-300.woff2 +0 -0
  129. package/dist/poppins/poppins-v13-latin-500.eot +0 -0
  130. package/dist/poppins/poppins-v13-latin-500.svg +323 -0
  131. package/dist/poppins/poppins-v13-latin-500.ttf +0 -0
  132. package/dist/poppins/poppins-v13-latin-500.woff +0 -0
  133. package/dist/poppins/poppins-v13-latin-500.woff2 +0 -0
  134. package/dist/poppins/poppins-v13-latin-600.eot +0 -0
  135. package/dist/poppins/poppins-v13-latin-600.svg +322 -0
  136. package/dist/poppins/poppins-v13-latin-600.ttf +0 -0
  137. package/dist/poppins/poppins-v13-latin-600.woff +0 -0
  138. package/dist/poppins/poppins-v13-latin-600.woff2 +0 -0
  139. package/dist/poppins/poppins-v13-latin-regular.eot +0 -0
  140. package/dist/poppins/poppins-v13-latin-regular.svg +323 -0
  141. package/dist/poppins/poppins-v13-latin-regular.ttf +0 -0
  142. package/dist/poppins/poppins-v13-latin-regular.woff +0 -0
  143. package/dist/poppins/poppins-v13-latin-regular.woff2 +0 -0
  144. package/dist/style.css +1 -1
  145. package/dist/thumbs-Dyvby5gX.cjs +1 -0
  146. package/dist/utilities-CBCDB5EB.js +1558 -0
  147. package/dist/utilities-gwVlEyWn.cjs +3 -0
  148. package/package.json +4 -3
  149. package/dist/components.js +0 -35
  150. package/dist/components.umd.cjs +0 -14
  151. package/dist/index-BYiujdKM.js +0 -4872
  152. package/dist/src/components/Pera.stories.d.ts +0 -6
  153. package/dist/src/components/base/BaseEmptyButton.stories.d.ts +0 -6
  154. package/dist/src/components/base/StaticSpinner.stories.d.ts +0 -6
  155. package/dist/src/components/input/TripleSelect.stories.d.ts +0 -6
  156. package/dist/src/components/insert/QualityScore.stories.d.ts +0 -6
  157. package/dist/src/stories/Button.stories.d.ts +0 -63
  158. package/dist/src/stories/Header.stories.d.ts +0 -66
  159. package/dist/src/stories/Page.stories.d.ts +0 -19
  160. package/dist/src/svgIcons/AboutUsIcon.d.ts +0 -3
  161. package/dist/src/svgIcons/ArrowIcon.d.ts +0 -3
  162. package/dist/src/svgIcons/BarChartIcon.d.ts +0 -3
  163. package/dist/src/svgIcons/BellIcon.d.ts +0 -3
  164. package/dist/src/svgIcons/BulbIcon.d.ts +0 -3
  165. package/dist/src/svgIcons/CloseIcon.d.ts +0 -3
  166. package/dist/src/svgIcons/DefaultValues.d.ts +0 -8
  167. package/dist/src/svgIcons/DeleteIcon.d.ts +0 -3
  168. package/dist/src/svgIcons/DrawIcon.d.ts +0 -3
  169. package/dist/src/svgIcons/GermanyFlagIcon.d.ts +0 -3
  170. package/dist/src/svgIcons/HeartIcon.d.ts +0 -3
  171. package/dist/src/svgIcons/HidePswIcon.d.ts +0 -3
  172. package/dist/src/svgIcons/ItalyFlagIcon.d.ts +0 -3
  173. package/dist/src/svgIcons/LocationIcon.d.ts +0 -3
  174. package/dist/src/svgIcons/LogoutIcon.d.ts +0 -3
  175. package/dist/src/svgIcons/MailIcon.d.ts +0 -3
  176. package/dist/src/svgIcons/MapIcon.d.ts +0 -3
  177. package/dist/src/svgIcons/NewsIcon.d.ts +0 -3
  178. package/dist/src/svgIcons/NotesIcon.d.ts +0 -3
  179. package/dist/src/svgIcons/PhoneIcon.d.ts +0 -3
  180. package/dist/src/svgIcons/PhotoIcon.d.ts +0 -3
  181. package/dist/src/svgIcons/PinIcon.d.ts +0 -3
  182. package/dist/src/svgIcons/PlanIcon.d.ts +0 -3
  183. package/dist/src/svgIcons/PlusIcon.d.ts +0 -3
  184. package/dist/src/svgIcons/PrestigeIcon.d.ts +0 -3
  185. package/dist/src/svgIcons/PrintIcon.d.ts +0 -3
  186. package/dist/src/svgIcons/ProfileIcon.d.ts +0 -3
  187. package/dist/src/svgIcons/QuotesIcon.d.ts +0 -3
  188. package/dist/src/svgIcons/RequestIcon.d.ts +0 -3
  189. package/dist/src/svgIcons/SearchIcon.d.ts +0 -3
  190. package/dist/src/svgIcons/ShareIcon.d.ts +0 -3
  191. package/dist/src/svgIcons/SuitcaseIcon.d.ts +0 -3
  192. package/dist/src/svgIcons/TieIcon.d.ts +0 -3
  193. package/dist/src/svgIcons/TourIcon.d.ts +0 -3
  194. package/dist/src/svgIcons/UkFlagIcon.d.ts +0 -3
  195. package/dist/src/svgIcons/ValuationIcon.d.ts +0 -3
  196. package/dist/src/svgIcons/VideoIcon.d.ts +0 -3
  197. package/dist/src/svgIcons/ViewPswIcon.d.ts +0 -3
  198. package/dist/src/svgIcons/WarningIcon.d.ts +0 -3
  199. package/dist/src/svgIcons/WarningIconRounded.d.ts +0 -3
  200. package/dist/src/svgIcons/WikiNerdIcon.d.ts +0 -3
  201. package/dist/src/svgIcons/WkAppIcon.d.ts +0 -3
  202. package/dist/vite.config.d.ts +0 -2
  203. package/dist/{src → lib}/UIKit/AccessibleSelect.vue.d.ts +2 -2
  204. package/dist/{src → lib}/UIKit/Accordion/BaseAccordion.vue.d.ts +0 -0
  205. package/dist/{src → lib}/UIKit/Accordion/BaseAccordionBtn.vue.d.ts +1 -1
  206. package/dist/{src → lib}/UIKit/Accordion/BaseAccordionContent.vue.d.ts +0 -0
  207. package/dist/{src → lib}/UIKit/Accordion/BaseAccordionItem.vue.d.ts +1 -1
  208. package/dist/{src → lib}/UIKit/BaseAlert.vue.d.ts +0 -0
  209. package/dist/{src → lib}/UIKit/BaseAutocomplete.vue.d.ts +9 -9
  210. package/dist/{src → lib}/UIKit/BaseBadge.vue.d.ts +0 -0
  211. package/dist/{src → lib}/UIKit/BaseButton.vue.d.ts +0 -0
  212. package/dist/{src → lib}/UIKit/BaseCard.vue.d.ts +0 -0
  213. package/dist/{src → lib}/UIKit/BaseComplexToggle.vue.d.ts +2 -2
  214. package/dist/{src → lib}/UIKit/BaseDropDown.vue.d.ts +2 -2
  215. package/dist/{src → lib}/UIKit/BaseFloatingLabel.vue.d.ts +1 -1
  216. package/dist/{src → lib}/UIKit/BaseIcon.vue.d.ts +0 -0
  217. package/dist/{src → lib}/UIKit/BaseNavItem.vue.d.ts +0 -0
  218. package/dist/{src → lib}/UIKit/BasePagination.vue.d.ts +0 -0
  219. package/dist/{src → lib}/UIKit/BasePaper.vue.d.ts +0 -0
  220. package/dist/{src → lib}/UIKit/BaseSelect/SelectItem.vue.d.ts +1 -1
  221. package/dist/{src → lib}/UIKit/BaseSlider.vue.d.ts +0 -0
  222. package/dist/{src → lib}/UIKit/BaseTab.vue.d.ts +0 -0
  223. package/dist/{src → lib}/UIKit/BaseToggle.vue.d.ts +1 -1
  224. package/dist/{src → lib}/UIKit/BaseTooltip.vue.d.ts +1 -1
  225. package/dist/{src → lib}/UIKit/BaseUploadFile.vue.d.ts +0 -0
  226. package/dist/{src → lib}/UIKit/Checkbox/CheckboxBtn.vue.d.ts +2 -2
  227. package/dist/{src → lib}/UIKit/Checkbox/CheckboxGroup.vue.d.ts +0 -0
  228. package/dist/{src → lib}/UIKit/Radio/RadioButton.vue.d.ts +0 -0
  229. package/dist/{src → lib}/UIKit/Radio/RadioGroup.vue.d.ts +0 -0
  230. package/dist/{src → lib}/UIKit/StaticSpinner.vue.d.ts +1 -1
  231. /package/dist/{src → lib}/components/IntersectionObserver/IntersectionObservable.vue.d.ts +0 -0
  232. /package/dist/{src → lib}/components/IntersectionObserver/IntersectionObserver.vue.d.ts +0 -0
  233. /package/dist/{src → lib}/components/carousel/SwiperCarousel.vue.d.ts +0 -0
  234. /package/dist/{src → lib}/composables/useBreakpoints.d.ts +0 -0
  235. /package/dist/{src → lib}/composables/useFloatingLabel.d.ts +0 -0
  236. /package/dist/{src → lib}/composables/useKeyboardController.d.ts +0 -0
  237. /package/dist/{src → lib}/index.d.ts +0 -0
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from "@storybook/vue3";
2
- import Pera from "./Pera.vue";
3
- declare const meta: Meta<typeof Pera>;
4
- export default meta;
5
- type Story = StoryObj<typeof Pera>;
6
- export declare const Primary: Story;
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from "@storybook/vue3";
2
- import BaseEmptyButton from "./BaseEmptyButton.vue";
3
- declare const meta: Meta<typeof BaseEmptyButton>;
4
- export default meta;
5
- type Story = StoryObj<typeof BaseEmptyButton>;
6
- export declare const Primary: Story;
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from "@storybook/vue3";
2
- import StaticSpinner from "./StaticSpinner.vue";
3
- declare const meta: Meta<typeof StaticSpinner>;
4
- export default meta;
5
- type Story = StoryObj<typeof StaticSpinner>;
6
- export declare const Primary: Story;
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from "@storybook/vue3";
2
- import TripleSelect from "./TripleSelect.vue";
3
- declare const meta: Meta<typeof TripleSelect>;
4
- export default meta;
5
- type Story = StoryObj<typeof TripleSelect>;
6
- export declare const Primary: Story;
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from "@storybook/vue3";
2
- import QualityScore from "./QualityScore.vue";
3
- declare const meta: Meta<typeof QualityScore>;
4
- export default meta;
5
- type Story = StoryObj<typeof QualityScore>;
6
- export declare const Primary: Story;
@@ -1,63 +0,0 @@
1
- import type { StoryObj } from "@storybook/vue3";
2
- declare const meta: {
3
- title: string;
4
- component: import("vue").DefineComponent<{
5
- label: {
6
- type: import("vue").PropType<string>;
7
- required: true;
8
- };
9
- size: {
10
- type: import("vue").PropType<"small" | "medium" | "large">;
11
- };
12
- primary: {
13
- type: import("vue").PropType<boolean>;
14
- default: boolean;
15
- };
16
- backgroundColor: {
17
- type: import("vue").PropType<string>;
18
- };
19
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
20
- click: (id: number) => void;
21
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
22
- label: {
23
- type: import("vue").PropType<string>;
24
- required: true;
25
- };
26
- size: {
27
- type: import("vue").PropType<"small" | "medium" | "large">;
28
- };
29
- primary: {
30
- type: import("vue").PropType<boolean>;
31
- default: boolean;
32
- };
33
- backgroundColor: {
34
- type: import("vue").PropType<string>;
35
- };
36
- }>> & {
37
- onClick?: ((id: number) => any) | undefined;
38
- }, {
39
- primary: boolean;
40
- }, {}>;
41
- tags: string[];
42
- argTypes: {
43
- size: {
44
- control: string;
45
- options: string[];
46
- };
47
- backgroundColor: {
48
- control: string;
49
- };
50
- onClick: {
51
- action: string;
52
- };
53
- };
54
- args: {
55
- primary: false;
56
- };
57
- };
58
- export default meta;
59
- type Story = StoryObj<typeof meta>;
60
- export declare const Primary: Story;
61
- export declare const Secondary: Story;
62
- export declare const Large: Story;
63
- export declare const Small: Story;
@@ -1,66 +0,0 @@
1
- import type { StoryObj } from "@storybook/vue3";
2
- declare const meta: {
3
- title: string;
4
- component: import("vue").DefineComponent<{
5
- user: {
6
- type: import("vue").PropType<{
7
- name: string;
8
- } | null>;
9
- required: true;
10
- };
11
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
- createAccount: () => void;
13
- login: () => void;
14
- logout: () => void;
15
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
16
- user: {
17
- type: import("vue").PropType<{
18
- name: string;
19
- } | null>;
20
- required: true;
21
- };
22
- }>> & {
23
- onCreateAccount?: (() => any) | undefined;
24
- onLogin?: (() => any) | undefined;
25
- onLogout?: (() => any) | undefined;
26
- }, {}, {}>;
27
- render: (args: any) => {
28
- components: {
29
- MyHeader: import("vue").DefineComponent<{
30
- user: {
31
- type: import("vue").PropType<{
32
- name: string;
33
- } | null>;
34
- required: true;
35
- };
36
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
37
- createAccount: () => void;
38
- login: () => void;
39
- logout: () => void;
40
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
41
- user: {
42
- type: import("vue").PropType<{
43
- name: string;
44
- } | null>;
45
- required: true;
46
- };
47
- }>> & {
48
- onCreateAccount?: (() => any) | undefined;
49
- onLogin?: (() => any) | undefined;
50
- onLogout?: (() => any) | undefined;
51
- }, {}, {}>;
52
- };
53
- setup(this: void): {
54
- args: any;
55
- };
56
- template: string;
57
- };
58
- parameters: {
59
- layout: string;
60
- };
61
- tags: string[];
62
- };
63
- export default meta;
64
- type Story = StoryObj<typeof meta>;
65
- export declare const LoggedIn: Story;
66
- export declare const LoggedOut: Story;
@@ -1,19 +0,0 @@
1
- import type { StoryObj } from "@storybook/vue3";
2
- declare const meta: {
3
- title: string;
4
- component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
5
- render: () => {
6
- components: {
7
- MyPage: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
8
- };
9
- template: string;
10
- };
11
- parameters: {
12
- layout: string;
13
- };
14
- tags: string[];
15
- };
16
- export default meta;
17
- type Story = StoryObj<typeof meta>;
18
- export declare const LoggedIn: Story;
19
- export declare const LoggedOut: Story;
@@ -1,3 +0,0 @@
1
- import type { FunctionalComponent } from "vue";
2
- import { SvgProps } from "@wikicasa-dev/types";
3
- export declare const AboutUsIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -1,3 +0,0 @@
1
- import type { FunctionalComponent } from "vue";
2
- import { SvgProps } from "@wikicasa-dev/types";
3
- export declare const ArrowIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -1,3 +0,0 @@
1
- import type { FunctionalComponent } from "vue";
2
- import { SvgProps } from "@wikicasa-dev/types";
3
- export declare const BarChartIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -1,3 +0,0 @@
1
- import type { FunctionalComponent } from "vue";
2
- import { SvgProps } from "@wikicasa-dev/types";
3
- export declare const BellIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -1,3 +0,0 @@
1
- import type { FunctionalComponent } from "vue";
2
- import { SvgProps } from "@wikicasa-dev/types";
3
- export declare const BulbIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -1,3 +0,0 @@
1
- import type { FunctionalComponent } from "vue";
2
- import { SvgProps } from "@wikicasa-dev/types";
3
- export declare const CloseIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -1,8 +0,0 @@
1
- interface DefaultSvgPropsValues {
2
- width: number;
3
- height: number;
4
- strokeColor: string;
5
- fillColor: string;
6
- }
7
- export declare const getDefaultSvgPropsValues: () => Readonly<DefaultSvgPropsValues>;
8
- export {};
@@ -1,3 +0,0 @@
1
- import type { FunctionalComponent } from "vue";
2
- import { SvgProps } from "@wikicasa-dev/types";
3
- export declare const DeleteIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -1,3 +0,0 @@
1
- import type { FunctionalComponent } from "vue";
2
- import { SvgProps } from "@wikicasa-dev/types";
3
- export declare const DrawIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -1,3 +0,0 @@
1
- import type { FunctionalComponent } from "vue";
2
- import { SvgProps } from "@wikicasa-dev/types";
3
- export declare const GermanyFlagIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -1,3 +0,0 @@
1
- import type { FunctionalComponent } from "vue";
2
- import { SvgProps } from "@wikicasa-dev/types";
3
- export declare const HeartIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -1,3 +0,0 @@
1
- import type { FunctionalComponent } from "vue";
2
- import { SvgProps } from "@wikicasa-dev/types";
3
- export declare const HidePswIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -1,3 +0,0 @@
1
- import type { FunctionalComponent } from "vue";
2
- import { SvgProps } from "@wikicasa-dev/types";
3
- export declare const ItalyFlagIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -1,3 +0,0 @@
1
- import type { FunctionalComponent } from "vue";
2
- import { SvgProps } from "@wikicasa-dev/types";
3
- export declare const LocationIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -1,3 +0,0 @@
1
- import type { FunctionalComponent } from "vue";
2
- import { SvgProps } from "@wikicasa-dev/types";
3
- export declare const LogoutIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -1,3 +0,0 @@
1
- import type { FunctionalComponent } from "vue";
2
- import { SvgProps } from "@wikicasa-dev/types";
3
- export declare const MailIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -1,3 +0,0 @@
1
- import type { FunctionalComponent } from "vue";
2
- import { SvgProps } from "@wikicasa-dev/types";
3
- export declare const MapIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -1,3 +0,0 @@
1
- import type { FunctionalComponent } from "vue";
2
- import { SvgProps } from "@wikicasa-dev/types";
3
- export declare const NewsIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -1,3 +0,0 @@
1
- import type { FunctionalComponent } from "vue";
2
- import { SvgProps } from "@wikicasa-dev/types";
3
- export declare const NotesIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -1,3 +0,0 @@
1
- import type { FunctionalComponent } from "vue";
2
- import { SvgProps } from "@wikicasa-dev/types";
3
- export declare const PhoneIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -1,3 +0,0 @@
1
- import type { FunctionalComponent } from "vue";
2
- import { SvgProps } from "@wikicasa-dev/types";
3
- export declare const PhotoIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -1,3 +0,0 @@
1
- import type { FunctionalComponent } from "vue";
2
- import { SvgProps } from "@wikicasa-dev/types";
3
- export declare const PinIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -1,3 +0,0 @@
1
- import type { FunctionalComponent } from "vue";
2
- import { SvgProps } from "@wikicasa-dev/types";
3
- export declare const PlanIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -1,3 +0,0 @@
1
- import type { FunctionalComponent } from "vue";
2
- import { SvgProps } from "@wikicasa-dev/types";
3
- export declare const PlusIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -1,3 +0,0 @@
1
- import type { FunctionalComponent } from "vue";
2
- import { SvgProps } from "@wikicasa-dev/types";
3
- export declare const PrestigeIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -1,3 +0,0 @@
1
- import type { FunctionalComponent } from "vue";
2
- import { SvgProps } from "@wikicasa-dev/types";
3
- export declare const PrintIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -1,3 +0,0 @@
1
- import type { FunctionalComponent } from "vue";
2
- import { SvgProps } from "@wikicasa-dev/types";
3
- export declare const ProfileIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -1,3 +0,0 @@
1
- import type { FunctionalComponent } from "vue";
2
- import { SvgProps } from "@wikicasa-dev/types";
3
- export declare const QuotesIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -1,3 +0,0 @@
1
- import type { FunctionalComponent } from "vue";
2
- import { SvgProps } from "@wikicasa-dev/types";
3
- export declare const RequestIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -1,3 +0,0 @@
1
- import type { FunctionalComponent } from "vue";
2
- import { SvgProps } from "@wikicasa-dev/types";
3
- export declare const SearchIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -1,3 +0,0 @@
1
- import type { FunctionalComponent } from "vue";
2
- import { SvgProps } from "@wikicasa-dev/types";
3
- export declare const ShareIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -1,3 +0,0 @@
1
- import type { FunctionalComponent } from "vue";
2
- import { SvgProps } from "@wikicasa-dev/types";
3
- export declare const SuitcaseIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -1,3 +0,0 @@
1
- import type { FunctionalComponent } from "vue";
2
- import { SvgProps } from "@wikicasa-dev/types";
3
- export declare const TieIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -1,3 +0,0 @@
1
- import type { FunctionalComponent } from "vue";
2
- import { SvgProps } from "@wikicasa-dev/types";
3
- export declare const TourIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -1,3 +0,0 @@
1
- import type { FunctionalComponent } from "vue";
2
- import { SvgProps } from "@wikicasa-dev/types";
3
- export declare const UkFlagIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -1,3 +0,0 @@
1
- import type { FunctionalComponent } from "vue";
2
- import { SvgProps } from "@wikicasa-dev/types";
3
- export declare const ValuationIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -1,3 +0,0 @@
1
- import type { FunctionalComponent } from "vue";
2
- import { SvgProps } from "@wikicasa-dev/types";
3
- export declare const VideoIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -1,3 +0,0 @@
1
- import type { FunctionalComponent } from "vue";
2
- import { SvgProps } from "@wikicasa-dev/types";
3
- export declare const ViewPswIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -1,3 +0,0 @@
1
- import type { FunctionalComponent } from "vue";
2
- import { SvgProps } from "@wikicasa-dev/types";
3
- export declare const WarningIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -1,3 +0,0 @@
1
- import type { FunctionalComponent } from "vue";
2
- import { SvgProps } from "@wikicasa-dev/types";
3
- export declare const WarningIconRounded: FunctionalComponent<Partial<SvgProps>>;
@@ -1,3 +0,0 @@
1
- import type { FunctionalComponent } from "vue";
2
- import { SvgProps } from "@wikicasa-dev/types";
3
- export declare const WikiNerdIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -1,3 +0,0 @@
1
- import type { FunctionalComponent } from "vue";
2
- import { SvgProps } from "@wikicasa-dev/types";
3
- export declare const WkAppIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -1,2 +0,0 @@
1
- declare const _default: import("vite").UserConfig;
2
- export default _default;
@@ -43,9 +43,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
43
43
  "onUpdate:modelValue"?: ((args_0: AccessibleSelectOptions) => any) | undefined;
44
44
  }, {
45
45
  label: string;
46
- dropdownPosition: "top" | "bottom";
47
- modelValue: AccessibleSelectOptions;
48
46
  isValid: boolean | null;
47
+ modelValue: AccessibleSelectOptions;
48
+ dropdownPosition: "top" | "bottom";
49
49
  }, {}>, {
50
50
  lefticon?(_: {}): any;
51
51
  }>;
@@ -24,8 +24,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
24
24
  onClick?: (() => any) | undefined;
25
25
  }, {
26
26
  arrowWidth: number;
27
- onContainerClickExpand: boolean;
28
27
  accordionOpen: boolean;
28
+ onContainerClickExpand: boolean;
29
29
  }, {}>, {
30
30
  custom_content?(_: {}): any;
31
31
  custom_btn?(_: {
@@ -24,8 +24,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
24
24
  onAccordionClosed?: ((a: AccordionItem) => any) | undefined;
25
25
  "onUpdate:accordionState"?: ((args_0: boolean) => any) | undefined;
26
26
  }, {
27
- arrowWidth: number;
28
27
  active: boolean;
28
+ arrowWidth: number;
29
29
  onContainerClickExpand: boolean;
30
30
  }, {}>, {
31
31
  custom_content?(_: {}): any;
File without changes
@@ -10,6 +10,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
10
10
  type: import("vue").PropType<Nullable<boolean>>;
11
11
  default: null;
12
12
  };
13
+ theme: {
14
+ type: import("vue").PropType<"" | "bordered" | "all-bordered" | "all-bordered-thick">;
15
+ default: string;
16
+ };
13
17
  border: {
14
18
  type: import("vue").PropType<boolean>;
15
19
  default: boolean;
@@ -18,10 +22,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
18
22
  type: import("vue").PropType<Nullable<"closed" | "open">>;
19
23
  default: null;
20
24
  };
21
- theme: {
22
- type: import("vue").PropType<"" | "bordered" | "all-bordered" | "all-bordered-thick">;
23
- default: string;
24
- };
25
25
  disableCb: {
26
26
  type: import("vue").PropType<boolean>;
27
27
  default: boolean;
@@ -54,6 +54,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
54
54
  type: import("vue").PropType<Nullable<boolean>>;
55
55
  default: null;
56
56
  };
57
+ theme: {
58
+ type: import("vue").PropType<"" | "bordered" | "all-bordered" | "all-bordered-thick">;
59
+ default: string;
60
+ };
57
61
  border: {
58
62
  type: import("vue").PropType<boolean>;
59
63
  default: boolean;
@@ -62,10 +66,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
62
66
  type: import("vue").PropType<Nullable<"closed" | "open">>;
63
67
  default: null;
64
68
  };
65
- theme: {
66
- type: import("vue").PropType<"" | "bordered" | "all-bordered" | "all-bordered-thick">;
67
- default: string;
68
- };
69
69
  disableCb: {
70
70
  type: import("vue").PropType<boolean>;
71
71
  default: boolean;
@@ -89,9 +89,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
89
89
  }, {
90
90
  label: string;
91
91
  isValid: Nullable<boolean>;
92
+ theme: "" | "bordered" | "all-bordered" | "all-bordered-thick";
92
93
  border: boolean;
93
94
  keepState: Nullable<"closed" | "open">;
94
- theme: "" | "bordered" | "all-bordered" | "all-bordered-thick";
95
95
  disableCb: boolean;
96
96
  onOptionSelectedCb: Nullable<(v: AccessibleSelectOptions) => void>;
97
97
  manualClose: boolean;
File without changes
File without changes
File without changes
@@ -74,9 +74,9 @@ declare const _default: import("vue").DefineComponent<{
74
74
  }>> & {
75
75
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
76
76
  }, {
77
- mode: "mobile";
78
- modelValue: string;
79
77
  type: "full" | "padded";
78
+ modelValue: string;
79
+ mode: "mobile";
80
80
  btnBgColor: "uikit-bg-w-black" | "uikit-bg-w-primary" | "uikit-bg-w-secondary" | "uikit-bg-w-dark-primary" | "uikit-bg-w-lavender-bordered" | "uikit-bg-w-cultured-bordered" | "uikit-bg-w-carbon" | "uikit-bg-w-gray" | "uikit-bg-w-warning" | "uikit-bg-w-danger" | "uikit-bg-facile";
81
81
  borderContainerColor: "uikit-border-w-primary";
82
82
  }, {}>;
@@ -74,15 +74,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
74
74
  "onUpdate:dropdownState"?: ((args_0: boolean) => any) | undefined;
75
75
  }, {
76
76
  id: string;
77
- labelClasses: string;
77
+ direction: "up" | "down";
78
78
  iconName: string;
79
+ labelClasses: string;
79
80
  dropdownClasses: string | string[] | (string | Record<string, boolean>)[];
80
81
  containerDropdownClasses: string;
81
82
  iconClasses: string;
82
83
  btnClasses: string;
83
84
  withArrowIcon: boolean;
84
85
  btnLabel: string;
85
- direction: "up" | "down";
86
86
  arrowWidth: number;
87
87
  isAbsolute: boolean;
88
88
  openDropdown: boolean;
@@ -37,8 +37,8 @@ declare const _default: import("vue").DefineComponent<{
37
37
  }>> & {
38
38
  onClick?: ((...args: any[]) => any) | undefined;
39
39
  }, {
40
- isValid: Nullable<boolean>;
41
40
  labelState: LabelState;
41
+ isValid: Nullable<boolean>;
42
42
  disabled: string | boolean;
43
43
  }, {}>;
44
44
  export default _default;
File without changes
File without changes
File without changes
File without changes
@@ -22,8 +22,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
22
22
  onMouseover?: ((args_0: number) => any) | undefined;
23
23
  }, {
24
24
  label: string;
25
- idx: number;
26
25
  active: boolean;
26
+ idx: number;
27
27
  }, {}>, {
28
28
  default?(_: {
29
29
  itemIdx: number;
File without changes
File without changes
@@ -30,7 +30,7 @@ declare const _default: import("vue").DefineComponent<{
30
30
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
31
31
  }, {
32
32
  label: string;
33
- modelValue: boolean;
34
33
  withRightLabel: boolean;
34
+ modelValue: boolean;
35
35
  }, {}>;
36
36
  export default _default;
@@ -45,11 +45,11 @@ declare const _default: import("vue").DefineComponent<{
45
45
  default: boolean;
46
46
  };
47
47
  }>>, {
48
- direction: "top" | "bottom" | "left" | "right" | "top-center" | "bottom-center";
49
48
  theme: {
50
49
  color: "blue" | "white";
51
50
  size: "sm" | "md" | "lg";
52
51
  };
52
+ direction: "top" | "bottom" | "left" | "right" | "top-center" | "bottom-center";
53
53
  customTooltipClass: "mail-alert";
54
54
  showTooltipContentManually: boolean;
55
55
  }, {}>;
File without changes