@wikicasa-dev/components 0.1.5 → 1.1.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 (134) hide show
  1. package/README.md +39 -11
  2. package/dist/BaseSnackbar-BiEYmHwi.js +78 -0
  3. package/dist/components.js +31 -6899
  4. package/dist/components.umd.cjs +30 -12
  5. package/dist/main-hMfaViVU.js +8193 -0
  6. package/dist/src/App.vue.d.ts +2 -0
  7. package/dist/src/UIKit/AccessibleSelect.vue.d.ts +74 -0
  8. package/dist/src/UIKit/Accordion/BaseAccordion.vue.d.ts +45 -0
  9. package/dist/src/UIKit/Accordion/BaseAccordionBtn.vue.d.ts +59 -0
  10. package/dist/src/UIKit/Accordion/BaseAccordionContent.vue.d.ts +29 -0
  11. package/dist/src/UIKit/Accordion/BaseAccordionItem.vue.d.ts +71 -0
  12. package/dist/src/UIKit/BaseAlert.vue.d.ts +41 -0
  13. package/dist/src/UIKit/BaseAutocomplete.vue.d.ts +109 -0
  14. package/dist/src/UIKit/BaseBadge.vue.d.ts +36 -0
  15. package/dist/src/UIKit/BaseBtModal.vue.d.ts +172 -0
  16. package/dist/src/UIKit/BaseButton.vue.d.ts +87 -0
  17. package/dist/src/UIKit/BaseCard.vue.d.ts +41 -0
  18. package/dist/{UIKit → src/UIKit}/BaseComplexToggle.vue.d.ts +2 -2
  19. package/dist/src/UIKit/BaseDropDown.vue.d.ts +123 -0
  20. package/dist/{UIKit → src/UIKit}/BaseFloatingLabel.vue.d.ts +4 -4
  21. package/dist/{UIKit → src/UIKit}/BaseIcon.vue.d.ts +1 -3
  22. package/dist/{UIKit → src/UIKit}/BaseInput.vue.d.ts +16 -6
  23. package/dist/{UIKit → src/UIKit}/BaseNavItem.vue.d.ts +1 -1
  24. package/dist/{UIKit → src/UIKit}/BasePagination.vue.d.ts +2 -4
  25. package/dist/src/UIKit/BasePaper.vue.d.ts +2 -0
  26. package/dist/src/UIKit/BaseSelect/SelectItem.vue.d.ts +54 -0
  27. package/dist/{UIKit → src/UIKit}/BaseSlider.vue.d.ts +4 -4
  28. package/dist/src/UIKit/BaseSnackbar.vue.d.ts +56 -0
  29. package/dist/{UIKit → src/UIKit}/BaseTab.vue.d.ts +1 -1
  30. package/dist/{UIKit → src/UIKit}/BaseTextarea.vue.d.ts +4 -4
  31. package/dist/{UIKit → src/UIKit}/BaseToggle.vue.d.ts +1 -1
  32. package/dist/{UIKit → src/UIKit}/BaseTooltip.vue.d.ts +2 -2
  33. package/dist/{UIKit → src/UIKit}/BaseUploadFile.vue.d.ts +1 -1
  34. package/dist/src/UIKit/Checkbox/CheckboxBtn.vue.d.ts +92 -0
  35. package/dist/src/UIKit/Checkbox/CheckboxGroup.vue.d.ts +78 -0
  36. package/dist/{UIKit → src/UIKit}/Radio/RadioButton.vue.d.ts +3 -3
  37. package/dist/{UIKit → src/UIKit}/Radio/RadioGroup.vue.d.ts +3 -2
  38. package/dist/src/UIKit/StaticSpinner.vue.d.ts +34 -0
  39. package/dist/src/Views/AccordionSection.vue.d.ts +2 -0
  40. package/dist/src/Views/AlertSection.vue.d.ts +2 -0
  41. package/dist/src/Views/AutocompleteSection.vue.d.ts +2 -0
  42. package/dist/src/Views/BadgeSection.vue.d.ts +2 -0
  43. package/dist/src/Views/ButtonsSection.vue.d.ts +2 -0
  44. package/dist/src/Views/CardSection.vue.d.ts +2 -0
  45. package/dist/src/Views/CheckboxSection.vue.d.ts +6 -0
  46. package/dist/src/Views/DropdownSection.vue.d.ts +35 -0
  47. package/dist/src/Views/ModalSection.vue.d.ts +4 -0
  48. package/dist/src/Views/PaginationSection.vue.d.ts +2 -0
  49. package/dist/src/Views/PaperSection.vue.d.ts +2 -0
  50. package/dist/src/Views/RadioSection.vue.d.ts +9 -0
  51. package/dist/src/Views/SliderSection.vue.d.ts +9 -0
  52. package/dist/src/Views/SnackbarSection.vue.d.ts +2 -0
  53. package/dist/src/Views/TabSection.vue.d.ts +2 -0
  54. package/dist/src/Views/TextInputSection.vue.d.ts +2 -0
  55. package/dist/src/Views/TextareaSection.vue.d.ts +6 -0
  56. package/dist/src/Views/ToggleSection.vue.d.ts +2 -0
  57. package/dist/src/Views/TooltipSection.vue.d.ts +2 -0
  58. package/dist/src/Views/UiKitSidebar.vue.d.ts +18 -0
  59. package/dist/src/Views/UploadBtnSection.vue.d.ts +2 -0
  60. package/dist/src/Views/WikicasaUiKit.vue.d.ts +19 -0
  61. package/dist/src/composables/useBreakpoints.d.ts +10 -0
  62. package/dist/{composables → src/composables}/useFloatingLabel.d.ts +1 -1
  63. package/dist/src/composables/useKeyboardController.d.ts +11 -0
  64. package/dist/{main.d.ts → src/main.d.ts} +12 -12
  65. package/dist/{stories → src/stories}/Button.stories.d.ts +2 -2
  66. package/dist/{stories → src/stories}/Header.stories.d.ts +3 -3
  67. package/dist/{stories → src/stories}/Page.stories.d.ts +3 -3
  68. package/dist/src/svgIcons/AboutUsIcon.d.ts +3 -0
  69. package/dist/src/svgIcons/ArrowIcon.d.ts +3 -0
  70. package/dist/src/svgIcons/BarChartIcon.d.ts +3 -0
  71. package/dist/src/svgIcons/BellIcon.d.ts +3 -0
  72. package/dist/src/svgIcons/BulbIcon.d.ts +3 -0
  73. package/dist/src/svgIcons/CloseIcon.d.ts +3 -0
  74. package/dist/src/svgIcons/DefaultValues.d.ts +8 -0
  75. package/dist/src/svgIcons/DeleteIcon.d.ts +3 -0
  76. package/dist/src/svgIcons/DrawIcon.d.ts +3 -0
  77. package/dist/src/svgIcons/GermanyFlagIcon.d.ts +3 -0
  78. package/dist/src/svgIcons/HeartIcon.d.ts +3 -0
  79. package/dist/src/svgIcons/HidePswIcon.d.ts +3 -0
  80. package/dist/src/svgIcons/ItalyFlagIcon.d.ts +3 -0
  81. package/dist/src/svgIcons/LocationIcon.d.ts +3 -0
  82. package/dist/src/svgIcons/LogoutIcon.d.ts +3 -0
  83. package/dist/src/svgIcons/MailIcon.d.ts +3 -0
  84. package/dist/src/svgIcons/MapIcon.d.ts +3 -0
  85. package/dist/src/svgIcons/NewsIcon.d.ts +3 -0
  86. package/dist/src/svgIcons/NotesIcon.d.ts +3 -0
  87. package/dist/src/svgIcons/PhoneIcon.d.ts +3 -0
  88. package/dist/src/svgIcons/PhotoIcon.d.ts +3 -0
  89. package/dist/src/svgIcons/PinIcon.d.ts +3 -0
  90. package/dist/src/svgIcons/PlanIcon.d.ts +3 -0
  91. package/dist/src/svgIcons/PlusIcon.d.ts +3 -0
  92. package/dist/src/svgIcons/PrestigeIcon.d.ts +3 -0
  93. package/dist/src/svgIcons/PrintIcon.d.ts +3 -0
  94. package/dist/src/svgIcons/ProfileIcon.d.ts +3 -0
  95. package/dist/src/svgIcons/QuotesIcon.d.ts +3 -0
  96. package/dist/src/svgIcons/RequestIcon.d.ts +3 -0
  97. package/dist/src/svgIcons/SearchIcon.d.ts +3 -0
  98. package/dist/src/svgIcons/ShareIcon.d.ts +3 -0
  99. package/dist/src/svgIcons/SuitcaseIcon.d.ts +3 -0
  100. package/dist/src/svgIcons/TieIcon.d.ts +3 -0
  101. package/dist/src/svgIcons/TourIcon.d.ts +3 -0
  102. package/dist/src/svgIcons/UkFlagIcon.d.ts +3 -0
  103. package/dist/src/svgIcons/ValuationIcon.d.ts +3 -0
  104. package/dist/src/svgIcons/VideoIcon.d.ts +3 -0
  105. package/dist/src/svgIcons/ViewPswIcon.d.ts +3 -0
  106. package/dist/src/svgIcons/WarningIcon.d.ts +3 -0
  107. package/dist/src/svgIcons/WarningIconRounded.d.ts +3 -0
  108. package/dist/src/svgIcons/WikiNerdIcon.d.ts +3 -0
  109. package/dist/src/svgIcons/WkAppIcon.d.ts +3 -0
  110. package/dist/style.css +1 -1
  111. package/package.json +35 -30
  112. package/dist/App.vue.d.ts +0 -2
  113. package/dist/UIKit/BaseAccordion.vue.d.ts +0 -25
  114. package/dist/UIKit/BaseAlert.vue.d.ts +0 -16
  115. package/dist/UIKit/BaseAutocomplete.vue.d.ts +0 -103
  116. package/dist/UIKit/BaseBadge.vue.d.ts +0 -14
  117. package/dist/UIKit/BaseButton.stories.d.ts +0 -10
  118. package/dist/UIKit/BaseButton.vue.d.ts +0 -90
  119. package/dist/UIKit/BaseCloseButton.vue.d.ts +0 -2
  120. package/dist/UIKit/BaseDropDown.vue.d.ts +0 -78
  121. package/dist/UIKit/BaseInput.stories.d.ts +0 -6
  122. package/dist/UIKit/BasePaper.vue.d.ts +0 -2
  123. package/dist/UIKit/BaseSearchBox.vue.d.ts +0 -4
  124. package/dist/UIKit/BaseSelect.vue.d.ts +0 -150
  125. package/dist/UIKit/BaseToggle.stories.d.ts +0 -7
  126. package/dist/UIKit/Checkbox/CheckboxBtn.vue.d.ts +0 -101
  127. package/dist/UIKit/Checkbox/CheckboxGroup.vue.d.ts +0 -55
  128. package/dist/components/HelloWorld.vue.d.ts +0 -2
  129. package/dist/components/base/StaticSpinner.vue.d.ts +0 -23
  130. /package/dist/{components → src/components}/Pera.stories.d.ts +0 -0
  131. /package/dist/{components → src/components}/base/BaseEmptyButton.stories.d.ts +0 -0
  132. /package/dist/{components → src/components}/base/StaticSpinner.stories.d.ts +0 -0
  133. /package/dist/{components → src/components}/input/TripleSelect.stories.d.ts +0 -0
  134. /package/dist/{components → src/components}/insert/QualityScore.stories.d.ts +0 -0
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from "vue";
2
+ import { SvgProps } from "@wikicasa-dev/types";
3
+ export declare const LocationIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from "vue";
2
+ import { SvgProps } from "@wikicasa-dev/types";
3
+ export declare const LogoutIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from "vue";
2
+ import { SvgProps } from "@wikicasa-dev/types";
3
+ export declare const MailIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from "vue";
2
+ import { SvgProps } from "@wikicasa-dev/types";
3
+ export declare const MapIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from "vue";
2
+ import { SvgProps } from "@wikicasa-dev/types";
3
+ export declare const NewsIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from "vue";
2
+ import { SvgProps } from "@wikicasa-dev/types";
3
+ export declare const NotesIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from "vue";
2
+ import { SvgProps } from "@wikicasa-dev/types";
3
+ export declare const PhoneIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from "vue";
2
+ import { SvgProps } from "@wikicasa-dev/types";
3
+ export declare const PhotoIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from "vue";
2
+ import { SvgProps } from "@wikicasa-dev/types";
3
+ export declare const PinIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from "vue";
2
+ import { SvgProps } from "@wikicasa-dev/types";
3
+ export declare const PlanIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from "vue";
2
+ import { SvgProps } from "@wikicasa-dev/types";
3
+ export declare const PlusIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from "vue";
2
+ import { SvgProps } from "@wikicasa-dev/types";
3
+ export declare const PrestigeIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from "vue";
2
+ import { SvgProps } from "@wikicasa-dev/types";
3
+ export declare const PrintIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from "vue";
2
+ import { SvgProps } from "@wikicasa-dev/types";
3
+ export declare const ProfileIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from "vue";
2
+ import { SvgProps } from "@wikicasa-dev/types";
3
+ export declare const QuotesIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from "vue";
2
+ import { SvgProps } from "@wikicasa-dev/types";
3
+ export declare const RequestIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from "vue";
2
+ import { SvgProps } from "@wikicasa-dev/types";
3
+ export declare const SearchIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from "vue";
2
+ import { SvgProps } from "@wikicasa-dev/types";
3
+ export declare const ShareIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from "vue";
2
+ import { SvgProps } from "@wikicasa-dev/types";
3
+ export declare const SuitcaseIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from "vue";
2
+ import { SvgProps } from "@wikicasa-dev/types";
3
+ export declare const TieIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from "vue";
2
+ import { SvgProps } from "@wikicasa-dev/types";
3
+ export declare const TourIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from "vue";
2
+ import { SvgProps } from "@wikicasa-dev/types";
3
+ export declare const UkFlagIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from "vue";
2
+ import { SvgProps } from "@wikicasa-dev/types";
3
+ export declare const ValuationIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from "vue";
2
+ import { SvgProps } from "@wikicasa-dev/types";
3
+ export declare const VideoIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from "vue";
2
+ import { SvgProps } from "@wikicasa-dev/types";
3
+ export declare const ViewPswIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from "vue";
2
+ import { SvgProps } from "@wikicasa-dev/types";
3
+ export declare const WarningIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from "vue";
2
+ import { SvgProps } from "@wikicasa-dev/types";
3
+ export declare const WarningIconRounded: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from "vue";
2
+ import { SvgProps } from "@wikicasa-dev/types";
3
+ export declare const WikiNerdIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from "vue";
2
+ import { SvgProps } from "@wikicasa-dev/types";
3
+ export declare const WkAppIcon: FunctionalComponent<Partial<SvgProps>>;