@wikicasa-dev/components 2.1.2-alpha.1 → 2.1.2-alpha.3

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 (219) hide show
  1. package/dist/UIKit/AccessibleSelect.js +1 -1
  2. package/dist/UIKit/Accordion/BaseAccordion.js +1 -1
  3. package/dist/UIKit/Accordion/BaseAccordionBtn.js +1 -1
  4. package/dist/UIKit/Accordion/BaseAccordionContent.js +1 -1
  5. package/dist/UIKit/Accordion/BaseAccordionItem.js +1 -1
  6. package/dist/UIKit/BaseAlert.js +3 -2
  7. package/dist/UIKit/BaseAutocomplete.js +1 -1
  8. package/dist/UIKit/BaseBadge.js +3 -2
  9. package/dist/UIKit/BaseBreadcrumb.js +1 -1
  10. package/dist/UIKit/BaseButton.js +1 -1
  11. package/dist/UIKit/BaseCard.js +5 -36
  12. package/dist/UIKit/BaseComplexToggle.js +5 -105
  13. package/dist/UIKit/BaseDropDown.js +1 -1
  14. package/dist/UIKit/BaseFloatingLabel.js +5 -39
  15. package/dist/UIKit/BaseIcon.js +4 -25
  16. package/dist/UIKit/BaseInput.js +5 -210
  17. package/dist/UIKit/BaseModal.js +3 -2
  18. package/dist/UIKit/BasePagination.js +1 -1
  19. package/dist/UIKit/BasePaper.js +9 -9
  20. package/dist/UIKit/BaseSelect/SelectItem.js +1 -1
  21. package/dist/UIKit/BaseSlider.js +5 -206
  22. package/dist/UIKit/BaseSnackbar.js +5 -80
  23. package/dist/UIKit/BaseTextarea.js +5 -126
  24. package/dist/UIKit/BaseToggle.js +5 -41
  25. package/dist/UIKit/BaseTooltip.js +5 -40
  26. package/dist/UIKit/BaseUploadFile.js +1 -1
  27. package/dist/UIKit/Checkbox/CheckboxBtn.js +5 -74
  28. package/dist/UIKit/Checkbox/CheckboxGroup.js +1 -1
  29. package/dist/UIKit/Radio/RadioButton.js +1 -1
  30. package/dist/UIKit/Radio/RadioGroup.js +1 -1
  31. package/dist/UIKit/ShimmerLoader/BaseShimmerLoader.js +5 -20
  32. package/dist/UIKit/ShimmerLoader/ShimmerMultiLine.js +1 -1
  33. package/dist/UIKit/Slider/SimpleSlider.js +5 -81
  34. package/dist/UIKit/StaticSpinner.js +5 -26
  35. package/dist/UIKit/Tab/BaseTab.js +1 -1
  36. package/dist/UIKit/Tab/BaseTabList.js +1 -1
  37. package/dist/UIKit/Tab/BaseTabPanel.js +1 -1
  38. package/dist/UIKit/Tab/BaseTabView.js +1 -1
  39. package/dist/_virtual/_plugin-vue_export-helper.js +9 -0
  40. package/dist/_virtual/polyline.js +2 -0
  41. package/dist/assets/node_modules/.pnpm/swiper@11.2.6/node_modules/swiper/modules/zoom.css +1 -0
  42. package/dist/assets/{SwiperCarousel.css → node_modules/.pnpm/swiper@11.2.6/node_modules/swiper/swiper.css} +1 -1
  43. package/dist/assets/packages/components/lib/components/carousel/SwiperCarousel.css +1 -0
  44. package/dist/assets/packages/components/lib/components/carousel/SwiperCarousel2.css +1 -0
  45. package/dist/chart/DoughnutChart.js +1 -1
  46. package/dist/chart/LineChart.js +1 -1
  47. package/dist/components/IntersectionObserver/IntersectionObservable.js +1 -1
  48. package/dist/components/IntersectionObserver/IntersectionObserver.js +1 -1
  49. package/dist/components/carousel/SwiperCarousel.js +6 -3
  50. package/dist/components/carousel/SwiperSlide.js +1 -1
  51. package/dist/index.js +89 -85
  52. package/dist/{chunks/ArrowIcon.Bq6Xr3uH.js → node_modules/.pnpm/@wikicasa-dev_svg-icons@1.2.11_typescript@5.8.3/node_modules/@wikicasa-dev/svg-icons/dist/ArrowIcon.js} +3 -3
  53. package/dist/{chunks/CloseIcon.BZ4U3aiI.js → node_modules/.pnpm/@wikicasa-dev_svg-icons@1.2.11_typescript@5.8.3/node_modules/@wikicasa-dev/svg-icons/dist/CloseIcon.js} +11 -11
  54. package/dist/node_modules/.pnpm/@wikicasa-dev_svg-icons@1.2.11_typescript@5.8.3/node_modules/@wikicasa-dev/svg-icons/dist/DefaultValues-CpabIgVz.js +9 -0
  55. package/dist/node_modules/.pnpm/@wikicasa-dev_svg-icons@1.2.11_typescript@5.8.3/node_modules/@wikicasa-dev/svg-icons/dist/PharmacyIcon.js +2 -0
  56. package/dist/node_modules/.pnpm/@wikicasa-dev_svg-icons@1.2.11_typescript@5.8.3/node_modules/@wikicasa-dev/svg-icons/dist/WarningIconRounded.js +40 -0
  57. package/dist/node_modules/.pnpm/@wikicasa-dev_utilities@1.1.21/node_modules/@wikicasa-dev/utilities/dist/utils/ArrayUtils.js +4 -0
  58. package/dist/node_modules/.pnpm/@wikicasa-dev_utilities@1.1.21/node_modules/@wikicasa-dev/utilities/dist/utils/DeviceDetectionUtils.js +4 -0
  59. package/dist/node_modules/.pnpm/@wikicasa-dev_utilities@1.1.21/node_modules/@wikicasa-dev/utilities/dist/utils/FunctionUtils.js +15 -0
  60. package/dist/node_modules/.pnpm/@wikicasa-dev_utilities@1.1.21/node_modules/@wikicasa-dev/utilities/dist/utils/GenericUtils.js +12 -0
  61. package/dist/node_modules/.pnpm/@wikicasa-dev_utilities@1.1.21/node_modules/@wikicasa-dev/utilities/dist/utils/NumberUtils.js +18 -0
  62. package/dist/node_modules/.pnpm/@wikicasa-dev_utilities@1.1.21/node_modules/@wikicasa-dev/utilities/dist/utils/ObjectUtils.js +10 -0
  63. package/dist/node_modules/.pnpm/@wikicasa-dev_utilities@1.1.21/node_modules/@wikicasa-dev/utilities/dist/utils/StringUtils.js +4 -0
  64. package/dist/node_modules/.pnpm/@wikicasa-dev_vue-composables@0.0.23_typescript@5.8.3/node_modules/@wikicasa-dev/vue-composables/dist/useKeyboardController.js +41 -0
  65. package/dist/node_modules/.pnpm/google-polyline@1.0.3/node_modules/google-polyline/lib/decode.js +22 -0
  66. package/dist/node_modules/.pnpm/google-polyline@1.0.3/node_modules/google-polyline/lib/encode.js +34 -0
  67. package/dist/node_modules/.pnpm/google-polyline@1.0.3/node_modules/google-polyline/lib/polyline.js +12 -0
  68. package/dist/node_modules/.pnpm/js-cookie@3.0.5/node_modules/js-cookie/dist/js.cookie.js +71 -0
  69. package/dist/node_modules/.pnpm/swiper@11.2.6/node_modules/swiper/modules/autoplay.css.js +1 -0
  70. package/dist/{chunks/autoplay.PAkd8mEA.js → node_modules/.pnpm/swiper@11.2.6/node_modules/swiper/modules/autoplay.js} +2 -2
  71. package/dist/node_modules/.pnpm/swiper@11.2.6/node_modules/swiper/modules/controller.css.js +1 -0
  72. package/dist/{chunks/controller.B4dN1HzT.js → node_modules/.pnpm/swiper@11.2.6/node_modules/swiper/modules/controller.js} +2 -2
  73. package/dist/{chunks/free-mode.CgW-CG5o.js → node_modules/.pnpm/swiper@11.2.6/node_modules/swiper/modules/free-mode.js} +3 -3
  74. package/dist/node_modules/.pnpm/swiper@11.2.6/node_modules/swiper/modules/keyboard.css.js +1 -0
  75. package/dist/{chunks/keyboard.1cl3p4mk.js → node_modules/.pnpm/swiper@11.2.6/node_modules/swiper/modules/keyboard.js} +14 -13
  76. package/dist/{chunks/navigation.BMbGenMb.js → node_modules/.pnpm/swiper@11.2.6/node_modules/swiper/modules/navigation.js} +4 -4
  77. package/dist/{chunks/pagination.BY56pkKE.js → node_modules/.pnpm/swiper@11.2.6/node_modules/swiper/modules/pagination.js} +46 -48
  78. package/dist/node_modules/.pnpm/swiper@11.2.6/node_modules/swiper/modules/thumbs.css.js +1 -0
  79. package/dist/{chunks/thumbs.DMUSQ4UG.js → node_modules/.pnpm/swiper@11.2.6/node_modules/swiper/modules/thumbs.js} +7 -6
  80. package/dist/node_modules/.pnpm/swiper@11.2.6/node_modules/swiper/modules/zoom.js +310 -0
  81. package/dist/node_modules/.pnpm/swiper@11.2.6/node_modules/swiper/shared/classes-to-selector.js +6 -0
  82. package/dist/{chunks/create-element-if-not-defined.DjTnEoTJ.js → node_modules/.pnpm/swiper@11.2.6/node_modules/swiper/shared/create-element-if-not-defined.js} +1 -1
  83. package/dist/node_modules/.pnpm/swiper@11.2.6/node_modules/swiper/shared/ssr-window.esm.js +135 -0
  84. package/dist/node_modules/.pnpm/swiper@11.2.6/node_modules/swiper/shared/utils.js +85 -0
  85. package/dist/packages/components/lazyModules/Swiper/autoplay.js +5 -0
  86. package/dist/packages/components/lazyModules/Swiper/controller.js +5 -0
  87. package/dist/packages/components/lazyModules/Swiper/free-mode.js +5 -0
  88. package/dist/packages/components/lazyModules/Swiper/keyboard.js +5 -0
  89. package/dist/packages/components/lazyModules/Swiper/navigation.js +5 -0
  90. package/dist/packages/components/lazyModules/Swiper/pagination.js +5 -0
  91. package/dist/packages/components/lazyModules/Swiper/thumbs.js +5 -0
  92. package/dist/packages/components/lib/UIKit/AccessibleSelect.vue.js +213 -0
  93. package/dist/packages/components/lib/UIKit/Accordion/BaseAccordion.vue.js +33 -0
  94. package/dist/{chunks/BaseAccordionBtn.vue_vue_type_script_setup_true_lang.APN3hif2.js → packages/components/lib/UIKit/Accordion/BaseAccordionBtn.vue.js} +8 -8
  95. package/dist/{chunks/BaseAccordionContent.vue_vue_type_script_setup_true_lang.Dn4qNu2R.js → packages/components/lib/UIKit/Accordion/BaseAccordionContent.vue.js} +1 -1
  96. package/dist/{chunks/BaseAccordionItem.vue_vue_type_script_setup_true_lang.Dpjir3yq.js → packages/components/lib/UIKit/Accordion/BaseAccordionItem.vue.js} +21 -21
  97. package/dist/{chunks/BaseAlert.vue_vue_type_style_index_0_lang.DUWb9d9_.js → packages/components/lib/UIKit/BaseAlert.vue.js} +2 -2
  98. package/dist/{chunks/BaseAutocomplete.vue_vue_type_script_setup_true_lang.Ol7Hmb-E.js → packages/components/lib/UIKit/BaseAutocomplete.vue.js} +64 -74
  99. package/dist/packages/components/lib/UIKit/BaseBadge.vue.js +19 -0
  100. package/dist/{chunks/BaseBreadcrumb.vue_vue_type_script_setup_true_lang.DlSPjwQe.js → packages/components/lib/UIKit/BaseBreadcrumb.vue.js} +5 -5
  101. package/dist/{chunks/BaseButton.vue_vue_type_script_setup_true_lang.BPSr-Zxr.js → packages/components/lib/UIKit/BaseButton.vue.js} +6 -6
  102. package/dist/packages/components/lib/UIKit/BaseCard.vue.js +37 -0
  103. package/dist/packages/components/lib/UIKit/BaseComplexToggle.vue.js +106 -0
  104. package/dist/{chunks/BaseDropDown.vue_vue_type_script_setup_true_lang.Cb0-JXG0.js → packages/components/lib/UIKit/BaseDropDown.vue.js} +25 -25
  105. package/dist/packages/components/lib/UIKit/BaseFloatingLabel.vue.js +40 -0
  106. package/dist/packages/components/lib/UIKit/BaseIcon.vue.js +27 -0
  107. package/dist/packages/components/lib/UIKit/BaseInput.vue.js +211 -0
  108. package/dist/{chunks/BaseModal.vue_vue_type_style_index_0_lang.CCb032YN.js → packages/components/lib/UIKit/BaseModal.vue.js} +56 -61
  109. package/dist/{chunks/BasePagination.vue_vue_type_script_setup_true_lang.Cbo8eLhz.js → packages/components/lib/UIKit/BasePagination.vue.js} +71 -83
  110. package/dist/packages/components/lib/UIKit/BasePaper.vue.js +7 -0
  111. package/dist/{chunks/SelectItem.vue_vue_type_script_setup_true_lang.Drq_K7Vx.js → packages/components/lib/UIKit/BaseSelect/SelectItem.vue.js} +1 -1
  112. package/dist/packages/components/lib/UIKit/BaseSlider.vue.js +207 -0
  113. package/dist/packages/components/lib/UIKit/BaseSnackbar.vue.js +81 -0
  114. package/dist/packages/components/lib/UIKit/BaseTextarea.vue.js +127 -0
  115. package/dist/packages/components/lib/UIKit/BaseToggle.vue.js +42 -0
  116. package/dist/packages/components/lib/UIKit/BaseTooltip.vue.js +41 -0
  117. package/dist/{chunks/BaseUploadFile.vue_vue_type_script_setup_true_lang.CdwKhQoc.js → packages/components/lib/UIKit/BaseUploadFile.vue.js} +2 -2
  118. package/dist/packages/components/lib/UIKit/Checkbox/CheckboxBtn.vue.js +75 -0
  119. package/dist/packages/components/lib/UIKit/Checkbox/CheckboxGroup.vue.js +114 -0
  120. package/dist/{chunks/RadioButton.vue_vue_type_script_setup_true_lang.DRQnjRA7.js → packages/components/lib/UIKit/Radio/RadioButton.vue.js} +9 -9
  121. package/dist/{chunks/RadioGroup.vue_vue_type_script_setup_true_lang.CpsMf2PN.js → packages/components/lib/UIKit/Radio/RadioGroup.vue.js} +6 -6
  122. package/dist/packages/components/lib/UIKit/ShimmerLoader/BaseShimmerLoader.vue.js +21 -0
  123. package/dist/{chunks/ShimmerMultiLine.vue_vue_type_script_setup_true_lang.BoEMYLem.js → packages/components/lib/UIKit/ShimmerLoader/ShimmerMultiLine.vue.js} +8 -8
  124. package/dist/packages/components/lib/UIKit/Slider/SimpleSlider.vue.js +82 -0
  125. package/dist/packages/components/lib/UIKit/StaticSpinner.vue.js +27 -0
  126. package/dist/{chunks/BaseTab.vue_vue_type_script_setup_true_lang.Cu67jd8K.js → packages/components/lib/UIKit/Tab/BaseTab.vue.js} +3 -3
  127. package/dist/{chunks/BaseTabList.vue_vue_type_script_setup_true_lang.CHOGs5d-.js → packages/components/lib/UIKit/Tab/BaseTabList.vue.js} +1 -1
  128. package/dist/{chunks/BaseTabPanel.vue_vue_type_script_setup_true_lang.CVJUssBq.js → packages/components/lib/UIKit/Tab/BaseTabPanel.vue.js} +1 -1
  129. package/dist/{chunks/BaseTabView.vue_vue_type_script_setup_true_lang.CUgJNst9.js → packages/components/lib/UIKit/Tab/BaseTabView.vue.js} +17 -17
  130. package/dist/packages/components/lib/chart/DoughnutChart.vue.js +27 -0
  131. package/dist/{chunks/LineChart.vue_vue_type_script_setup_true_lang.ByrHxeZr.js → packages/components/lib/chart/LineChart.vue.js} +2 -2
  132. package/dist/{chunks/IntersectionObservable.vue_vue_type_script_setup_true_lang.DC17cx-h.js → packages/components/lib/components/IntersectionObserver/IntersectionObservable.vue.js} +5 -5
  133. package/dist/{chunks/IntersectionObserver.vue_vue_type_script_setup_true_lang.BKewKDXG.js → packages/components/lib/components/IntersectionObserver/IntersectionObserver.vue.js} +4 -4
  134. package/dist/packages/components/lib/components/carousel/SwiperCarousel.vue.js +242 -0
  135. package/package.json +1 -1
  136. package/dist/chunks/AccessibleSelect.vue_vue_type_script_setup_true_lang.gRPd8LaO.js +0 -246
  137. package/dist/chunks/BaseAccordion.vue_vue_type_script_setup_true_lang.BJW28Y_i.js +0 -32
  138. package/dist/chunks/BaseBadge.vue_vue_type_style_index_0_lang.D2PAy8_x.js +0 -19
  139. package/dist/chunks/CheckboxGroup.vue_vue_type_script_setup_true_lang.C9gKO-hI.js +0 -111
  140. package/dist/chunks/DoughnutChart.vue_vue_type_script_setup_true_lang.M0NEigw0.js +0 -27
  141. package/dist/chunks/ObjectUtils.DwkJjVq1.js +0 -10
  142. package/dist/chunks/PharmacyIcon.DEQ8mOEJ.js +0 -11
  143. package/dist/chunks/SwiperCarousel.BymL6KSO.js +0 -753
  144. package/dist/chunks/_plugin-vue_export-helper.CHgC5LLL.js +0 -9
  145. package/dist/chunks/polyline.tNTK3v2u.js +0 -129
  146. package/dist/chunks/useKeyboardController.Cs_5GQTJ.js +0 -41
  147. /package/dist/{lib/UIKit → UIKit}/AccessibleSelect.d.ts +0 -0
  148. /package/dist/{lib/UIKit → UIKit}/Accordion/BaseAccordion.d.ts +0 -0
  149. /package/dist/{lib/UIKit → UIKit}/Accordion/BaseAccordionBtn.d.ts +0 -0
  150. /package/dist/{lib/UIKit → UIKit}/Accordion/BaseAccordionContent.d.ts +0 -0
  151. /package/dist/{lib/UIKit → UIKit}/Accordion/BaseAccordionItem.d.ts +0 -0
  152. /package/dist/{lib/UIKit → UIKit}/BaseAlert.d.ts +0 -0
  153. /package/dist/{lib/UIKit → UIKit}/BaseAutocomplete.d.ts +0 -0
  154. /package/dist/{lib/UIKit → UIKit}/BaseBadge.d.ts +0 -0
  155. /package/dist/{lib/UIKit → UIKit}/BaseBreadcrumb.d.ts +0 -0
  156. /package/dist/{lib/UIKit → UIKit}/BaseButton.d.ts +0 -0
  157. /package/dist/{lib/UIKit → UIKit}/BaseCard.d.ts +0 -0
  158. /package/dist/{lib/UIKit → UIKit}/BaseComplexToggle.d.ts +0 -0
  159. /package/dist/{lib/UIKit → UIKit}/BaseDropDown.d.ts +0 -0
  160. /package/dist/{lib/UIKit → UIKit}/BaseFloatingLabel.d.ts +0 -0
  161. /package/dist/{lib/UIKit → UIKit}/BaseIcon.d.ts +0 -0
  162. /package/dist/{lib/UIKit → UIKit}/BaseInput.d.ts +0 -0
  163. /package/dist/{lib/UIKit → UIKit}/BaseModal.d.ts +0 -0
  164. /package/dist/{lib/UIKit → UIKit}/BasePagination.d.ts +0 -0
  165. /package/dist/{lib/UIKit → UIKit}/BasePaper.d.ts +0 -0
  166. /package/dist/{lib/UIKit → UIKit}/BaseSelect/SelectItem.d.ts +0 -0
  167. /package/dist/{lib/UIKit → UIKit}/BaseSlider.d.ts +0 -0
  168. /package/dist/{lib/UIKit → UIKit}/BaseSnackbar.d.ts +0 -0
  169. /package/dist/{lib/UIKit → UIKit}/BaseTextarea.d.ts +0 -0
  170. /package/dist/{lib/UIKit → UIKit}/BaseToggle.d.ts +0 -0
  171. /package/dist/{lib/UIKit → UIKit}/BaseTooltip.d.ts +0 -0
  172. /package/dist/{lib/UIKit → UIKit}/BaseUploadFile.d.ts +0 -0
  173. /package/dist/{lib/UIKit → UIKit}/Checkbox/CheckboxBtn.d.ts +0 -0
  174. /package/dist/{lib/UIKit → UIKit}/Checkbox/CheckboxGroup.d.ts +0 -0
  175. /package/dist/{lib/UIKit → UIKit}/Radio/RadioButton.d.ts +0 -0
  176. /package/dist/{lib/UIKit → UIKit}/Radio/RadioGroup.d.ts +0 -0
  177. /package/dist/{lib/UIKit → UIKit}/ShimmerLoader/BaseShimmerLoader.d.ts +0 -0
  178. /package/dist/{lib/UIKit → UIKit}/ShimmerLoader/ShimmerMultiLine.d.ts +0 -0
  179. /package/dist/{lib/UIKit → UIKit}/Slider/SimpleSlider.d.ts +0 -0
  180. /package/dist/{lib/UIKit → UIKit}/StaticSpinner.d.ts +0 -0
  181. /package/dist/{lib/UIKit → UIKit}/Tab/BaseTab.d.ts +0 -0
  182. /package/dist/{lib/UIKit → UIKit}/Tab/BaseTabList.d.ts +0 -0
  183. /package/dist/{lib/UIKit → UIKit}/Tab/BaseTabPanel.d.ts +0 -0
  184. /package/dist/{lib/UIKit → UIKit}/Tab/BaseTabView.d.ts +0 -0
  185. /package/dist/{lib/UIKit → UIKit}/types.d.ts +0 -0
  186. /package/dist/assets/{free-mode.css → node_modules/.pnpm/swiper@11.2.6/node_modules/swiper/modules/free-mode.css} +0 -0
  187. /package/dist/assets/{navigation.css → node_modules/.pnpm/swiper@11.2.6/node_modules/swiper/modules/navigation.css} +0 -0
  188. /package/dist/assets/{pagination.css → node_modules/.pnpm/swiper@11.2.6/node_modules/swiper/modules/pagination.css} +0 -0
  189. /package/dist/assets/{BaseAlert.css → packages/components/lib/UIKit/BaseAlert.css} +0 -0
  190. /package/dist/assets/{BaseBadge.css → packages/components/lib/UIKit/BaseBadge.css} +0 -0
  191. /package/dist/assets/{BaseCard.css → packages/components/lib/UIKit/BaseCard.css} +0 -0
  192. /package/dist/assets/{BaseComplexToggle.css → packages/components/lib/UIKit/BaseComplexToggle.css} +0 -0
  193. /package/dist/assets/{BaseFloatingLabel.css → packages/components/lib/UIKit/BaseFloatingLabel.css} +0 -0
  194. /package/dist/assets/{BaseIcon.css → packages/components/lib/UIKit/BaseIcon.css} +0 -0
  195. /package/dist/assets/{BaseInput.css → packages/components/lib/UIKit/BaseInput.css} +0 -0
  196. /package/dist/assets/{BaseModal.css → packages/components/lib/UIKit/BaseModal.css} +0 -0
  197. /package/dist/assets/{BasePaper.css → packages/components/lib/UIKit/BasePaper.css} +0 -0
  198. /package/dist/assets/{BaseSlider.css → packages/components/lib/UIKit/BaseSlider.css} +0 -0
  199. /package/dist/assets/{BaseSnackbar.css → packages/components/lib/UIKit/BaseSnackbar.css} +0 -0
  200. /package/dist/assets/{BaseTextarea.css → packages/components/lib/UIKit/BaseTextarea.css} +0 -0
  201. /package/dist/assets/{BaseToggle.css → packages/components/lib/UIKit/BaseToggle.css} +0 -0
  202. /package/dist/assets/{BaseTooltip.css → packages/components/lib/UIKit/BaseTooltip.css} +0 -0
  203. /package/dist/assets/{CheckboxBtn.css → packages/components/lib/UIKit/Checkbox/CheckboxBtn.css} +0 -0
  204. /package/dist/assets/{BaseShimmerLoader.css → packages/components/lib/UIKit/ShimmerLoader/BaseShimmerLoader.css} +0 -0
  205. /package/dist/assets/{SimpleSlider.css → packages/components/lib/UIKit/Slider/SimpleSlider.css} +0 -0
  206. /package/dist/assets/{StaticSpinner.css → packages/components/lib/UIKit/StaticSpinner.css} +0 -0
  207. /package/dist/assets/{index.css → packages/components/src/tailwind.css} +0 -0
  208. /package/dist/{lib/chart → chart}/DoughnutChart.d.ts +0 -0
  209. /package/dist/{lib/chart → chart}/LineChart.d.ts +0 -0
  210. /package/dist/{lib/chart → chart}/composables/useChartjsModules.d.ts +0 -0
  211. /package/dist/{lib/components → components}/IntersectionObserver/IntersectionObservable.d.ts +0 -0
  212. /package/dist/{lib/components → components}/IntersectionObserver/IntersectionObserver.d.ts +0 -0
  213. /package/dist/{lib/components → components}/carousel/SwiperCarousel.d.ts +0 -0
  214. /package/dist/{lib/components → components}/carousel/SwiperSlide.d.ts +0 -0
  215. /package/dist/{lib/composables → composables}/useFloatingLabel.d.ts +0 -0
  216. /package/dist/{lib/composables → composables}/useValidator.d.ts +0 -0
  217. /package/dist/{lib/index.d.ts → index.d.ts} +0 -0
  218. /package/dist/{lib/types.d.ts → types.d.ts} +0 -0
  219. /package/dist/{lib/utils.d.ts → utils.d.ts} +0 -0
@@ -1,208 +1,7 @@
1
- import { defineComponent as R, mergeModels as j, useModel as D, ref as p, useTemplateRef as T, useAttrs as q, onMounted as G, createElementBlock as H, openBlock as J, createElementVNode as x, withModifiers as _, unref as h, createVNode as k } from "vue";
2
- import C from "./BaseInput.js";
3
- import { _ as K } from "../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
4
- import '../assets/BaseSlider.css';const O = { class: "range_container" }, Q = { class: "sliders_control" }, W = ["value", "min", "max", "step"], X = ["value", "min", "max", "step"], Y = { class: "form_control row" }, Z = { class: "pb-15 pb-sm-0 col-sm-6 col-xl-4" }, ee = { class: "col-sm-6 col-xl-4" }, le = /* @__PURE__ */ R({
5
- __name: "BaseSlider",
6
- props: /* @__PURE__ */ j({
7
- type: { default: "linear" },
8
- min: { default: 0 },
9
- max: { default: 100 }
10
- }, {
11
- minValue: { default: 0 },
12
- minValueModifiers: {},
13
- maxValue: { default: 0 },
14
- maxValueModifiers: {}
15
- }),
16
- emits: ["update:minValue", "update:maxValue"],
17
- setup(m) {
18
- function M(e, l) {
19
- const a = parseInt(e.value, 10), t = parseInt(l.value, 10);
20
- return [a, t];
21
- }
22
- const E = (e) => e.minPos + (Math.log(e.value) - e.minlval) / e.scale, L = (e) => Math.exp(
23
- (e.position - e.minPos) * e.scale + e.minlval
24
- );
25
- function V(e, l, a, t, v) {
26
- const i = l.max - l.min, f = e - l.min, $ = l.value - l.min;
27
- v.style.background = `linear-gradient(
28
- to right,
29
- ${a} 0%,
30
- ${a} ${f / i * 100}%,
31
- ${t} ${f / i * 100}%,
32
- ${t} ${$ / i * 100}%,
33
- ${a} ${$ / i * 100}%,
34
- ${a} 100%)`;
35
- }
36
- function y(e, l) {
37
- e <= 0 ? l.style.zIndex = "2" : l.style.zIndex = "0";
38
- }
39
- const r = D(m, "minValue"), o = D(m, "maxValue"), n = p(0), u = p(100), c = p(10), d = p(40), F = p(0), P = p(0), B = p(0), g = T("fromSlider"), s = T("toSlider"), S = (e, l) => {
40
- if (!g.value || !s.value) return;
41
- l || (l = "0");
42
- const a = parseInt(l, 10);
43
- if (e == "min-input") {
44
- if (a >= o.value) return;
45
- r.value = a, z(s.value, a, o.value);
46
- return;
47
- }
48
- a < r.value || (o.value = a, A(s.value, s.value, r.value, a));
49
- }, I = (e) => {
50
- if (m.type === "logarithmic")
51
- return e = e || 1, parseInt(
52
- E({
53
- value: e,
54
- minPos: n.value,
55
- minlval: F.value,
56
- scale: B.value
57
- }).toFixed(0),
58
- 10
59
- );
60
- if (m.type === "linear")
61
- return e;
62
- throw new Error("The slider type has not been implemented");
63
- }, b = (e) => {
64
- if (m.type === "logarithmic")
65
- return e = e || 1, parseInt(
66
- L({
67
- position: e,
68
- scale: B.value,
69
- minlval: F.value,
70
- minPos: n.value
71
- }).toFixed(0),
72
- 10
73
- );
74
- if (m.type === "linear")
75
- return e;
76
- throw new Error("The slider type has not been implemented");
77
- }, z = (e, l, a) => {
78
- const t = I(l), v = I(a);
79
- V(
80
- t,
81
- {
82
- min: n.value,
83
- max: u.value,
84
- value: v
85
- },
86
- "#B4C2F0",
87
- "#2B5DFF",
88
- e
89
- );
90
- const i = t, f = o.value;
91
- i > f ? c.value = f : c.value = i;
92
- }, A = (e, l, a, t) => {
93
- const v = I(a), i = I(t);
94
- V(
95
- v,
96
- {
97
- min: n.value,
98
- max: u.value,
99
- value: i
100
- },
101
- "#B4C2F0",
102
- "#2B5DFF",
103
- l
104
- );
105
- const f = r.value, $ = i;
106
- y(o.value, e), f <= $ ? d.value = $ : d.value = f;
107
- }, N = (e, l) => {
108
- if (!l.value) return;
109
- const [a, t] = M(e, l), v = b(a);
110
- V(
111
- a,
112
- {
113
- min: n.value,
114
- max: u.value,
115
- value: t
116
- },
117
- "#B4C2F0",
118
- "#2B5DFF",
119
- l
120
- ), a > t ? (e.value = `${t}`, c.value = t, r.value = t) : (c.value = a, r.value = v);
121
- }, U = (e, l) => {
122
- if (!l.value) return;
123
- const [a, t] = M(e, l), v = b(t);
124
- V(
125
- c.value,
126
- {
127
- min: n.value,
128
- max: u.value,
129
- value: t
130
- },
131
- "#B4C2F0",
132
- "#2B5DFF",
133
- l
134
- ), y(parseInt(l.value, 10), l), a <= t ? (d.value = t, o.value = v) : (l.value = `${a}`, d.value = a, o.value = a);
135
- }, w = q();
136
- return (() => {
137
- n.value = parseInt(`${m.min || 0}`, 10), u.value = parseInt(`${m.max || 100}`, 10), c.value = n.value, d.value = u.value, r.value = parseInt(`${w.minValue || n.value}`, 10), o.value = parseInt(`${w.maxValue || u.value}`, 10), F.value = Math.log(r.value || 1), P.value = Math.log(o.value), B.value = (P.value - F.value) / (u.value - n.value);
138
- })(), G(() => {
139
- !g.value || !s.value || (V(
140
- c.value,
141
- {
142
- min: n.value,
143
- max: u.value,
144
- value: d.value
145
- },
146
- "#B4C2F0",
147
- "#2B5DFF",
148
- s.value
149
- ), y(d.value, s.value));
150
- }), (e, l) => (J(), H("div", O, [
151
- x("div", Q, [
152
- x("input", {
153
- ref_key: "fromSlider",
154
- ref: g,
155
- class: "fromSlider",
156
- type: "range",
157
- value: c.value,
158
- min: n.value,
159
- max: u.value,
160
- step: e.$attrs.step,
161
- onInput: l[0] || (l[0] = _((a) => N(
162
- h(g),
163
- h(s)
164
- ), ["stop"]))
165
- }, null, 40, W),
166
- x("input", {
167
- ref_key: "toSlider",
168
- ref: s,
169
- class: "toSlider",
170
- type: "range",
171
- value: d.value,
172
- min: n.value,
173
- max: u.value,
174
- step: e.$attrs.step,
175
- onInput: l[1] || (l[1] = _((a) => U(
176
- h(g),
177
- h(s)
178
- ), ["stop"]))
179
- }, null, 40, X)
180
- ]),
181
- x("div", Y, [
182
- x("div", Z, [
183
- k(C, {
184
- "label-text": "Min",
185
- type: "text",
186
- pattern: "[0-9]*",
187
- inputmode: "numeric",
188
- "model-value": r.value,
189
- "onUpdate:modelValue": l[2] || (l[2] = (a) => S("min-input", `${a || ""}`))
190
- }, null, 8, ["model-value"])
191
- ]),
192
- x("div", ee, [
193
- k(C, {
194
- "label-text": "Max",
195
- type: "text",
196
- pattern: "[0-9]*",
197
- inputmode: "numeric",
198
- "model-value": o.value,
199
- "onUpdate:modelValue": l[3] || (l[3] = (a) => S("max-input", `${a || ""}`))
200
- }, null, 8, ["model-value"])
201
- ])
202
- ])
203
- ]));
204
- }
205
- }), oe = /* @__PURE__ */ K(le, [["__scopeId", "data-v-581ec7f4"]]);
1
+ import o from "../packages/components/lib/UIKit/BaseSlider.vue.js";
2
+ import '../assets/packages/components/lib/UIKit/BaseSlider.css';/* empty css */
3
+ import r from "../_virtual/_plugin-vue_export-helper.js";
4
+ const f = /* @__PURE__ */ r(o, [["__scopeId", "data-v-581ec7f4"]]);
206
5
  export {
207
- oe as default
6
+ f as default
208
7
  };
@@ -1,82 +1,7 @@
1
- import { defineComponent as b, ref as u, onBeforeMount as f, createBlock as h, openBlock as i, Teleport as y, createElementVNode as e, withModifiers as l, normalizeClass as x, createElementBlock as a, createCommentVNode as s, createVNode as _, unref as v } from "vue";
2
- import { l as g } from "../chunks/CloseIcon.BZ4U3aiI.js";
3
- import "../chunks/PharmacyIcon.DEQ8mOEJ.js";
4
- import { _ as C } from "../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
5
- import '../assets/BaseSnackbar.css';const T = { class: "snackbar-container uikit-fixed uikit-bottom-10px uikit-left-10px uikit-z-[2000] max-sm:uikit-left-0 max-sm:uikit-w-full" }, w = ["data-cy"], B = ["src", "alt"], L = {
6
- key: 1,
7
- class: "snackbar-type-icon uikit-bg-contain uikit-bg-no-repeat"
8
- }, M = { class: "snackbar-text uikit-px-4 uikit-py-0 uikit-text uikit-font-regular max-sm:uikit-max-w-[80%] max-sm:uikit-pr-0 sm:uikit-text-16" }, S = ["innerHTML"], H = ["innerHTML"], E = /* @__PURE__ */ b({
9
- inheritAttrs: !1,
10
- __name: "BaseSnackbar",
11
- props: {
12
- type: { default: "" },
13
- title: {},
14
- body: {},
15
- icon: {},
16
- timeout: { default: 55e4 },
17
- cb: { default: null }
18
- },
19
- emits: ["snackbar-hidden"],
20
- setup(k, { emit: m }) {
21
- const n = k, d = m, o = u(null), r = u(null), p = () => {
22
- o.value && o.value();
23
- }, c = () => {
24
- const t = r.value;
25
- t && (t.classList.remove("snackbar-active"), t.classList.add("snackbar-hidden"), setTimeout(() => {
26
- d("snackbar-hidden");
27
- }, 300));
28
- };
29
- return f(() => {
30
- n.cb && (o.value = n.cb), setTimeout(() => {
31
- c();
32
- }, n.timeout);
33
- }), (t, N) => (i(), h(y, { to: "body" }, [
34
- e("div", T, [
35
- e("div", {
36
- ref_key: "snackbar",
37
- ref: r,
38
- "data-cy": t.$attrs["data-cy"],
39
- class: x(["snackbar snackbar-active uikit-flex uikit-items-center uikit-rounded-[5px] uikit-px-4 uikit-py-10px uikit-font-medium uikit-shadow hover:uikit-cursor-pointer max-sm:uikit-relative max-sm:uikit-mx-10px max-sm:uikit-my-0", t.type]),
40
- onClick: l(p, ["stop"])
41
- }, [
42
- t.icon ? (i(), a("img", {
43
- key: 0,
44
- src: t.icon.src,
45
- alt: `${t.icon.alt}`,
46
- width: "20",
47
- height: "20"
48
- }, null, 8, B)) : s("", !0),
49
- t.type && !t.icon ? (i(), a("span", L)) : s("", !0),
50
- e("div", M, [
51
- t.title ? (i(), a("p", {
52
- key: 0,
53
- class: "uikit-m-0",
54
- innerHTML: t.title
55
- }, null, 8, S)) : s("", !0),
56
- t.body ? (i(), a("p", {
57
- key: 1,
58
- class: "uikit-m-0",
59
- innerHTML: t.body
60
- }, null, 8, H)) : s("", !0)
61
- ]),
62
- e("button", {
63
- type: "button",
64
- "data-cy": "base-snackbar-close-btn",
65
- class: "uikit-bg-transparent max-sm:uikit-absolute max-sm:uikit-right-5",
66
- onClick: l(c, ["stop"])
67
- }, [
68
- _(v(g), {
69
- class: "snackbar-close-icon",
70
- width: 20,
71
- height: 20,
72
- "stroke-color": "#000"
73
- })
74
- ])
75
- ], 10, w)
76
- ])
77
- ]));
78
- }
79
- }), I = /* @__PURE__ */ C(E, [["__scopeId", "data-v-ac8cba3f"]]);
1
+ import a from "../packages/components/lib/UIKit/BaseSnackbar.vue.js";
2
+ import '../assets/packages/components/lib/UIKit/BaseSnackbar.css';/* empty css */
3
+ import o from "../_virtual/_plugin-vue_export-helper.js";
4
+ const f = /* @__PURE__ */ o(a, [["__scopeId", "data-v-ac8cba3f"]]);
80
5
  export {
81
- I as default
6
+ f as default
82
7
  };
@@ -1,128 +1,7 @@
1
- import { defineComponent as h, mergeModels as f, useModel as x, ref as $, watch as L, createElementBlock as k, openBlock as b, normalizeClass as s, createElementVNode as o, createCommentVNode as p, unref as l, createVNode as M, withModifiers as d, nextTick as C } from "vue";
2
- import F from "./BaseFloatingLabel.js";
3
- import { useFloatingLabel as B } from "../composables/useFloatingLabel.js";
4
- import { _ as z } from "../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
5
- import '../assets/BaseTextarea.css';const E = ["id", "data-cy", "rows", "disabled", "aria-labelledby", "readonly", "value"], H = {
6
- key: 0,
7
- class: "uikit-visible uikit-float-none uikit-ml-2 uikit-block uikit-h-3 uikit-w-auto uikit-max-w-full uikit-overflow-hidden uikit-whitespace-nowrap uikit-p-0 uikit-text uikit-duration-[50s] uikit-ease-out"
8
- }, I = ["innerHTML"], q = ["innerHTML"], A = /* @__PURE__ */ h({
9
- inheritAttrs: !1,
10
- __name: "BaseTextarea",
11
- props: /* @__PURE__ */ f({
12
- labelText: { default: "" },
13
- feedback: {},
14
- isValid: { default: null },
15
- resize: { type: Boolean, default: !1 },
16
- labelClasses: {}
17
- }, {
18
- modelValue: { default: "" },
19
- modelModifiers: {}
20
- }),
21
- emits: /* @__PURE__ */ f(["focusin", "focusout", "click", "keydown"], ["update:modelValue"]),
22
- setup(v, { expose: m, emit: c }) {
23
- const r = x(v, "modelValue"), n = c, {
24
- labelState: a,
25
- handleFocusIn: w,
26
- handleFocusOut: g,
27
- setFloatingLabel: y,
28
- setInlineLabel: V
29
- } = B(n), i = $(null);
30
- L(
31
- r,
32
- (e) => {
33
- `${e}`.length && a.value !== "floating-label" ? y() : !e?.length && a.value !== "inline-label" && document.activeElement !== i.value && V();
34
- },
35
- { immediate: !0 }
36
- );
37
- const T = ({ target: e }) => {
38
- r.value = e.value;
39
- };
40
- return m({
41
- disableTextarea: () => {
42
- i.value && (i.value.setAttribute("readonly", "readonly"), i.value.classList.add("disabled"));
43
- },
44
- clearTextareaElem: () => {
45
- i.value && (i.value.value = "");
46
- },
47
- focusDisabledTextarea: () => {
48
- i.value && (i.value.removeAttribute("readonly"), i.value.classList.remove("disabled"), C(() => {
49
- i.value && i.value.focus();
50
- }));
51
- }
52
- }), (e, t) => (b(), k("div", {
53
- class: s(e.$attrs["wrapper-classes"])
54
- }, [
55
- o("div", {
56
- class: s(["input-wrapper uikit-relative uikit-rounded-xs uikit-px-0", [
57
- l(a) === "floating-label" ? "floating-state" : "inline-state"
58
- ]])
59
- }, [
60
- o("textarea", {
61
- id: e.$attrs.id,
62
- ref_key: "textarea",
63
- ref: i,
64
- "data-cy": e.$attrs["data-cy"],
65
- class: s(["textarea-scrollbar uikit-peer/fieldset uikit-relative uikit-z-20 uikit-mb-10px uikit-mt-15px uikit-w-[calc(100%-1px)] uikit-overflow-y-auto uikit-whitespace-pre-wrap uikit-rounded-xs uikit-border-0 uikit-bg-transparent uikit-bg-no-repeat uikit-px-15px uikit-pb-[8px] uikit-outline-none", [
66
- { "is-invalid invalid-bg !uikit-pr-10": e.isValid === !1 },
67
- { "is-valid valid-bg !uikit-pr-10": e.isValid },
68
- { "uikit-resize-none": !e.resize },
69
- e.$attrs.class
70
- ]]),
71
- rows: e.$attrs.rows,
72
- disabled: e.$attrs.disabled,
73
- "aria-labelledby": e.$attrs.id,
74
- readonly: e.$attrs.readonly,
75
- onFocusin: t[0] || (t[0] = d((u) => l(w)(), ["stop"])),
76
- onFocusout: t[1] || (t[1] = d((u) => l(g)(`${r.value}`.trim()), ["stop"])),
77
- onInput: d(T, ["stop"]),
78
- onKeydown: t[2] || (t[2] = d((u) => n("keydown", u), ["stop"])),
79
- onClick: t[3] || (t[3] = (u) => n("click", u)),
80
- value: r.value
81
- }, null, 42, E),
82
- o("fieldset", {
83
- class: s(["uikit-pointer-events-none uikit-absolute -uikit-top-0 uikit-bottom-[3px] uikit-left-0 uikit-right-0 uikit-m-0 uikit-min-w-0 uikit-overflow-hidden uikit-rounded-xs uikit-border uikit-border-solid uikit-bg-white uikit-p-0 uikit-px-2 uikit-text-start uikit-transition-[border] uikit-duration-100 uikit-ease-out peer-focus/fieldset:uikit-border-2 peer-focus/fieldset:uikit-border-w-primary peer-disabled/fieldset:uikit-bg-w-cultured peer-[&.disabled]/fieldset:uikit-bg-w-cultured peer-focus/fieldset:[&.is-invalid]:uikit-border-w-danger", [
84
- { "is-invalid": e.isValid === !1, "is-valid": e.isValid },
85
- { "uikit-border-w-danger": e.isValid === !1 },
86
- { "uikit-border-w-primary": e.isValid },
87
- { "uikit-border-w-secondary": e.isValid === null }
88
- ]])
89
- }, [
90
- e.labelText ? (b(), k("legend", H, [
91
- o("span", {
92
- class: s(["uikit-px-5px uikit-opacity-0", [
93
- {
94
- "uikit-visible uikit-inline-block": l(a) === "floating-label"
95
- },
96
- {
97
- "uikit-invisible uikit-hidden": l(a) === "inline-label"
98
- }
99
- ]]),
100
- innerHTML: e.labelText
101
- }, null, 10, I)
102
- ])) : p("", !0)
103
- ], 2),
104
- M(F, {
105
- for: e.$attrs.id,
106
- "label-text": e.labelText,
107
- "label-state": l(a),
108
- required: e.$attrs.required,
109
- "is-valid": e.isValid,
110
- "label-classes": [
111
- l(a) === "floating-label" ? "!-uikit-top-1" : "!uikit-top-4",
112
- e.labelClasses
113
- ]
114
- }, null, 8, ["for", "label-text", "label-state", "required", "is-valid", "label-classes"])
115
- ], 2),
116
- (e.isValid || e.isValid === !1) && e.feedback ? (b(), k("div", {
117
- key: 0,
118
- class: s(
119
- e.isValid === !1 ? "uikit-mt-1 uikit-text-12 uikit-text-w-danger" : "uikit-mt-1 uikit-text-12 uikit-text-w-primary"
120
- ),
121
- innerHTML: e.isValid === !1 ? e.feedback.invalid : e.feedback.valid
122
- }, null, 10, q)) : p("", !0)
123
- ], 2));
124
- }
125
- }), J = /* @__PURE__ */ z(A, [["__scopeId", "data-v-4c1a3e1d"]]);
1
+ import a from "../packages/components/lib/UIKit/BaseTextarea.vue.js";
2
+ import '../assets/packages/components/lib/UIKit/BaseTextarea.css';/* empty css */
3
+ import o from "../_virtual/_plugin-vue_export-helper.js";
4
+ const m = /* @__PURE__ */ o(a, [["__scopeId", "data-v-4c1a3e1d"]]);
126
5
  export {
127
- J as default
6
+ m as default
128
7
  };
@@ -1,43 +1,7 @@
1
- import { defineComponent as a, mergeModels as n, useModel as d, createElementBlock as k, openBlock as b, normalizeClass as c, renderSlot as l, createElementVNode as i, createCommentVNode as f, withModifiers as p } from "vue";
2
- import { _ as m } from "../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
3
- import '../assets/BaseToggle.css';const h = { class: "switch uikit-relative uikit-inline-block uikit-min-w-[40px] uikit-text-sm" }, g = ["data-cy", "checked"], w = ["innerHTML"], y = /* @__PURE__ */ a({
4
- inheritAttrs: !1,
5
- __name: "BaseToggle",
6
- props: /* @__PURE__ */ n({
7
- withRightLabel: { type: Boolean, default: !0 },
8
- label: { default: "" }
9
- }, {
10
- modelValue: { type: Boolean, default: !1 },
11
- modelModifiers: {}
12
- }),
13
- emits: ["update:modelValue"],
14
- setup(r) {
15
- const o = d(r, "modelValue"), u = ({ target: e }) => {
16
- o.value = e.checked;
17
- };
18
- return (e, t) => (b(), k("div", {
19
- class: c(["switch-container uikit-inline-block uikit-items-center", e.$attrs.class])
20
- }, [
21
- l(e.$slots, "leftLabel", {}, void 0, !0),
22
- i("label", h, [
23
- i("input", {
24
- "data-cy": e.$attrs["data-cy"] ?? "",
25
- class: "uikit-peer/toggle uikit-h-0 uikit-w-0 uikit-opacity-0",
26
- type: "checkbox",
27
- checked: o.value,
28
- onInput: t[0] || (t[0] = p((s) => u(s), ["stop"]))
29
- }, null, 40, g),
30
- t[1] || (t[1] = i("span", { class: "slider round uikit-absolute uikit-bottom-0 uikit-left-0 uikit-right-0 uikit-top-0 uikit-cursor-pointer uikit-bg-w-lavender uikit-duration-300 before:uikit-absolute before:uikit-bottom-0 before:uikit-left-0 before:uikit-top-0 before:uikit-box-border before:uikit-h-[22px] before:uikit-w-[22px] before:uikit-rounded-circle before:uikit-border before:uikit-border-solid before:uikit-border-w-secondary before:uikit-bg-white before:uikit-shadow-sm before:uikit-duration-300 before:uikit-content-[''] peer-checked/toggle:uikit-bg-w-primary" }, null, -1))
31
- ]),
32
- e.withRightLabel ? l(e.$slots, "rightLabel", { key: 0 }, () => [
33
- i("span", {
34
- class: "uikit-ml-10px",
35
- innerHTML: e.label
36
- }, null, 8, w)
37
- ], !0) : f("", !0)
38
- ], 2));
39
- }
40
- }), B = /* @__PURE__ */ m(y, [["__scopeId", "data-v-1e6f488b"]]);
1
+ import o from "../packages/components/lib/UIKit/BaseToggle.vue.js";
2
+ import '../assets/packages/components/lib/UIKit/BaseToggle.css';/* empty css */
3
+ import t from "../_virtual/_plugin-vue_export-helper.js";
4
+ const f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-1e6f488b"]]);
41
5
  export {
42
- B as default
6
+ f as default
43
7
  };
@@ -1,42 +1,7 @@
1
- import { defineComponent as a, createElementBlock as e, openBlock as t, renderSlot as s, createElementVNode as i, normalizeClass as l, createCommentVNode as n } from "vue";
2
- import { _ as r } from "../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
3
- import '../assets/BaseTooltip.css';const p = { class: "base-tooltip" }, d = /* @__PURE__ */ a({
4
- __name: "BaseTooltip",
5
- props: {
6
- theme: { default: () => ({
7
- color: "blue",
8
- size: "sm"
9
- }) },
10
- direction: { default: "top" },
11
- customTooltipClass: { default: "" },
12
- showTooltipContentManually: { type: Boolean, default: !0 },
13
- tooltipContentClasses: { default: "" }
14
- },
15
- setup(m) {
16
- return (o, u) => (t(), e("div", p, [
17
- s(o.$slots, "trigger", {}, void 0, !0),
18
- i("div", {
19
- class: l(["bg-transparent", [
20
- o.theme.size,
21
- `${o.customTooltipClass ? o.customTooltipClass : "tooltip-content-wrapper"}`
22
- ]])
23
- }, [
24
- o.showTooltipContentManually ? (t(), e("div", {
25
- key: 0,
26
- class: l(["tooltip-content uikit-shadow-lg uikit-shadow-w-primary/10", [
27
- "base-tooltip-arrow",
28
- o.direction,
29
- o.theme.color,
30
- o.theme.size,
31
- o.tooltipContentClasses
32
- ]])
33
- }, [
34
- s(o.$slots, "content", {}, void 0, !0)
35
- ], 2)) : n("", !0)
36
- ], 2)
37
- ]));
38
- }
39
- }), f = /* @__PURE__ */ r(d, [["__scopeId", "data-v-b0e473d5"]]);
1
+ import o from "../packages/components/lib/UIKit/BaseTooltip.vue.js";
2
+ import '../assets/packages/components/lib/UIKit/BaseTooltip.css';/* empty css */
3
+ import t from "../_virtual/_plugin-vue_export-helper.js";
4
+ const e = /* @__PURE__ */ t(o, [["__scopeId", "data-v-b0e473d5"]]);
40
5
  export {
41
- f as default
6
+ e as default
42
7
  };
@@ -1,4 +1,4 @@
1
- import { _ as f } from "../chunks/BaseUploadFile.vue_vue_type_script_setup_true_lang.CdwKhQoc.js";
1
+ import f from "../packages/components/lib/UIKit/BaseUploadFile.vue.js";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,76 +1,7 @@
1
- import { defineComponent as b, useId as f, computed as h, createElementBlock as s, openBlock as r, withModifiers as o, normalizeClass as l, createElementVNode as u, renderSlot as m, createCommentVNode as C, toDisplayString as g } from "vue";
2
- import { _ as y } from "../../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
3
- import '../../assets/CheckboxBtn.css';const v = ["id"], V = ["id", "data-cy", "checked", "disabled"], B = ["for"], w = /* @__PURE__ */ b({
4
- __name: "CheckboxBtn",
5
- props: {
6
- id: {},
7
- dataCy: {},
8
- disabled: { type: Boolean },
9
- checked: { type: Boolean, default: () => {
10
- } },
11
- required: { type: Boolean },
12
- inputClass: {},
13
- inline: { type: Boolean, default: !1 },
14
- label: { default: "" },
15
- labelClass: {},
16
- isValid: { default: null },
17
- containerId: {},
18
- handleLabelClick: { type: Boolean, default: !0 },
19
- modelValue: { type: Boolean, default: !1 }
20
- },
21
- emits: ["click", "change", "update:modelValue"],
22
- setup(i, { emit: c }) {
23
- const a = c, d = f(), n = h(() => `${i.id ?? d}`), k = () => {
24
- const e = i.checked ?? i.modelValue;
25
- a("change", {
26
- id: i.id ?? d,
27
- label: i.label,
28
- checked: !e
29
- }), a("update:modelValue", !e);
30
- }, p = () => {
31
- k(), i.handleLabelClick && a("click");
32
- };
33
- return (e, t) => (r(), s("div", {
34
- id: e.containerId,
35
- class: l(["uikit-group uikit-relative uikit-items-center uikit-pl-30px hover:uikit-cursor-pointer", [
36
- { "uikit-inline-flex": e.inline },
37
- { "uikit-flex": !e.inline },
38
- e.$attrs["wrapper-classes"]
39
- ]]),
40
- onClick: o(p, ["stop"])
41
- }, [
42
- u("input", {
43
- id: n.value,
44
- ref: "checkbox",
45
- "data-cy": e.dataCy,
46
- class: l(["uikit-pointer-events-none uikit-absolute uikit-left-0 uikit-size-4 uikit-appearance-none uikit-rounded-3xs uikit-border uikit-border-solid uikit-border-w-secondary uikit-bg-white checked:uikit-bg-center checked:uikit-bg-no-repeat group-hover:uikit-cursor-pointer", [
47
- { "!uikit-border-w-danger": e.isValid === !1 },
48
- e.inputClass,
49
- e.isValid === !1 ? "checked-bg-invalid" : "checked-bg"
50
- ]]),
51
- type: "checkbox",
52
- checked: e.checked ?? e.modelValue,
53
- disabled: e.disabled,
54
- onChange: t[0] || (t[0] = o(() => {
55
- }, ["prevent", "stop"])),
56
- onClick: t[1] || (t[1] = o(() => {
57
- }, ["prevent", "stop"]))
58
- }, null, 42, V),
59
- m(e.$slots, "label", {}, () => [
60
- u("label", {
61
- class: l(["uikit-text-sm group-hover:uikit-cursor-pointer", [e.labelClass, { "uikit-text-w-danger": e.isValid === !1 }]]),
62
- for: n.value
63
- }, g(e.label), 11, B),
64
- e.required ? (r(), s("span", {
65
- key: 0,
66
- class: l(["required after:uikit-content-['*']", [
67
- e.isValid !== !1 ? "after:uikit-text-w-primary" : "after:uikit-text-w-danger"
68
- ]])
69
- }, null, 2)) : C("", !0)
70
- ], !0)
71
- ], 10, v));
72
- }
73
- }), $ = /* @__PURE__ */ y(w, [["__scopeId", "data-v-505c1129"]]);
1
+ import o from "../../packages/components/lib/UIKit/Checkbox/CheckboxBtn.vue.js";
2
+ import '../../assets/packages/components/lib/UIKit/Checkbox/CheckboxBtn.css';/* empty css */
3
+ import t from "../../_virtual/_plugin-vue_export-helper.js";
4
+ const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-505c1129"]]);
74
5
  export {
75
- $ as default
6
+ p as default
76
7
  };
@@ -1,4 +1,4 @@
1
- import { _ as f } from "../../chunks/CheckboxGroup.vue_vue_type_script_setup_true_lang.C9gKO-hI.js";
1
+ import f from "../../packages/components/lib/UIKit/Checkbox/CheckboxGroup.vue.js";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,4 +1,4 @@
1
- import { _ as f } from "../../chunks/RadioButton.vue_vue_type_script_setup_true_lang.DRQnjRA7.js";
1
+ import f from "../../packages/components/lib/UIKit/Radio/RadioButton.vue.js";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,4 +1,4 @@
1
- import { _ as f } from "../../chunks/RadioGroup.vue_vue_type_script_setup_true_lang.CpsMf2PN.js";
1
+ import f from "../../packages/components/lib/UIKit/Radio/RadioGroup.vue.js";
2
2
  export {
3
3
  f as default
4
4
  };