@wikicasa-dev/components 2.1.4-alpha.19 → 2.1.4-alpha.2
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.
- package/dist/UIKit/AccessibleSelect.js +1 -1
- package/dist/UIKit/Accordion/BaseAccordion.js +1 -1
- package/dist/UIKit/Accordion/BaseAccordionBtn.js +1 -1
- package/dist/UIKit/Accordion/BaseAccordionContent.js +1 -1
- package/dist/UIKit/Accordion/BaseAccordionItem.js +1 -1
- package/dist/UIKit/BaseAlert.js +2 -2
- package/dist/UIKit/BaseAutocomplete.d.ts +12 -14
- package/dist/UIKit/BaseAutocomplete.js +2 -3
- package/dist/UIKit/BaseBadge.d.ts +2 -2
- package/dist/UIKit/BaseBadge.js +2 -2
- package/dist/UIKit/BaseBanner/Background/BaseBannerBgElement1.js +1 -1
- package/dist/UIKit/BaseBanner/Background/BaseBannerBgElement2.js +1 -1
- package/dist/UIKit/BaseBanner/Background/BaseBannerBgElement3.js +1 -1
- package/dist/UIKit/BaseBanner/Background/BaseBannerBgElement4.js +1 -1
- package/dist/UIKit/BaseBanner.js +1 -1
- package/dist/UIKit/BaseBreadcrumb.js +2 -2
- package/dist/UIKit/BaseButton.js +1 -1
- package/dist/UIKit/BaseCard.js +2 -2
- package/dist/UIKit/BaseChip.js +1 -1
- package/dist/UIKit/BaseCollapse.js +2 -2
- package/dist/UIKit/BaseComplexToggle.js +2 -2
- package/dist/UIKit/BaseDropDown.d.ts +13 -8
- package/dist/UIKit/BaseDropDown.js +1 -1
- package/dist/UIKit/BaseFloatingLabel.js +2 -2
- package/dist/UIKit/BaseIcon.js +2 -2
- package/dist/UIKit/BaseInput.d.ts +5 -4
- package/dist/UIKit/BaseInput.js +2 -2
- package/dist/UIKit/BaseModal.js +2 -2
- package/dist/UIKit/BaseNotificationBadge.js +1 -1
- package/dist/UIKit/BasePagination.d.ts +1 -7
- package/dist/UIKit/BasePagination.js +1 -1
- package/dist/UIKit/BasePaper.js +2 -2
- package/dist/UIKit/BasePin.js +2 -2
- package/dist/UIKit/BaseSelect/SelectItem.js +1 -1
- package/dist/UIKit/BaseSlider.js +1 -1
- package/dist/UIKit/BaseSnackbar.js +2 -2
- package/dist/UIKit/BaseTextarea.js +4 -4
- package/dist/UIKit/BaseToggle.js +1 -1
- package/dist/UIKit/BaseTooltip.js +2 -2
- package/dist/UIKit/BaseUploadFile.js +1 -1
- package/dist/UIKit/Checkbox/CheckboxBtn.js +1 -1
- package/dist/UIKit/Checkbox/CheckboxGroup.d.ts +3 -3
- package/dist/UIKit/Checkbox/CheckboxGroup.js +1 -1
- package/dist/UIKit/DatePicker.js +2 -2
- package/dist/UIKit/InputDropdown.js +1 -1
- package/dist/UIKit/NativeSelect.js +5 -0
- package/dist/UIKit/Navigation/NavigationBar.js +2 -2
- package/dist/UIKit/Navigation/NavigationBarItem.js +1 -1
- package/dist/UIKit/Radio/RadioButton.js +1 -1
- package/dist/UIKit/Radio/RadioGroup.js +1 -1
- package/dist/UIKit/SegmentedControl/SegmentedControl.js +1 -1
- package/dist/UIKit/SegmentedControl/SegmentedControlItem.js +1 -1
- package/dist/UIKit/ShimmerLoader/BaseShimmerLoader.js +2 -2
- package/dist/UIKit/ShimmerLoader/ShimmerMultiLine.js +1 -1
- package/dist/UIKit/StaticSpinner.js +2 -2
- package/dist/UIKit/Tab/BaseTab.js +1 -1
- package/dist/UIKit/Tab/BaseTabItem.js +1 -1
- package/dist/UIKit/Tab/BaseTabList.js +1 -1
- package/dist/UIKit/Tab/BaseTabPanel.js +1 -1
- package/dist/UIKit/Tab/BaseTabView.js +1 -1
- package/dist/UIKit/types.d.ts +3 -7
- package/dist/_virtual/polyline.js +1 -1
- package/dist/assets/packages/components/lib/UIKit/BaseAlert.css +1 -0
- package/dist/assets/packages/components/lib/UIKit/BaseBadge.css +1 -0
- package/dist/assets/{lib → packages/components/lib}/UIKit/BaseComplexToggle.css +1 -1
- package/dist/assets/packages/components/lib/UIKit/BaseInput.css +1 -0
- package/dist/assets/packages/components/lib/UIKit/BaseTextarea.css +1 -0
- package/dist/assets/{lib/UIKit/BaseSelect.css → packages/components/lib/UIKit/NativeSelect.css} +1 -1
- package/dist/assets/packages/components/src/tailwind.css +1 -0
- package/dist/chart/DoughnutChart.js +1 -1
- package/dist/chart/LineChart.js +1 -1
- package/dist/chart/composables/useChartjsModules.d.ts +1 -1
- package/dist/components/IntersectionObserver/IntersectionObservable.js +1 -1
- package/dist/components/IntersectionObserver/IntersectionObserver.js +1 -1
- package/dist/components/carousel/SwiperCarousel.js +3 -3
- package/dist/index.d.ts +1 -3
- package/dist/index.js +95 -102
- package/dist/node_modules/{swiper → .pnpm/swiper@11.2.8/node_modules/swiper}/modules/keyboard.js +13 -13
- package/dist/node_modules/{swiper → .pnpm/swiper@11.2.8/node_modules/swiper}/shared/classes-to-selector.js +1 -1
- package/dist/packages/components/lazyModules/Swiper/autoplay.js +5 -0
- package/dist/packages/components/lazyModules/Swiper/controller.js +5 -0
- package/dist/packages/components/lazyModules/Swiper/free-mode.js +5 -0
- package/dist/packages/components/lazyModules/Swiper/keyboard.js +5 -0
- package/dist/packages/components/lazyModules/Swiper/navigation.js +5 -0
- package/dist/packages/components/lazyModules/Swiper/pagination.js +5 -0
- package/dist/packages/components/lazyModules/Swiper/thumbs.js +5 -0
- package/dist/{lib → packages/components/lib}/UIKit/AccessibleSelect.vue.js +24 -24
- package/dist/packages/components/lib/UIKit/Accordion/BaseAccordion.vue.js +33 -0
- package/dist/{lib → packages/components/lib}/UIKit/Accordion/BaseAccordionBtn.vue.js +2 -2
- package/dist/{lib → packages/components/lib}/UIKit/Accordion/BaseAccordionItem.vue.js +2 -2
- package/dist/{lib → packages/components/lib}/UIKit/BaseAlert.vue.js +2 -2
- package/dist/packages/components/lib/UIKit/BaseAutocomplete.vue.js +193 -0
- package/dist/{lib → packages/components/lib}/UIKit/BaseBadge.vue.js +5 -5
- package/dist/{lib → packages/components/lib}/UIKit/BaseBanner.vue.js +9 -9
- package/dist/{lib → packages/components/lib}/UIKit/BaseButton.vue.js +15 -15
- package/dist/{lib → packages/components/lib}/UIKit/BaseChip.vue.js +2 -2
- package/dist/{lib → packages/components/lib}/UIKit/BaseCollapse.vue.js +2 -2
- package/dist/packages/components/lib/UIKit/BaseDropDown.vue.js +140 -0
- package/dist/{lib → packages/components/lib}/UIKit/BaseFloatingLabel.vue.js +4 -4
- package/dist/{lib → packages/components/lib}/UIKit/BaseInput.vue.js +52 -53
- package/dist/{lib → packages/components/lib}/UIKit/BaseModal.vue.js +2 -2
- package/dist/packages/components/lib/UIKit/BasePagination.vue.js +107 -0
- package/dist/{lib → packages/components/lib}/UIKit/BaseSlider.vue.js +1 -1
- package/dist/{lib → packages/components/lib}/UIKit/BaseSnackbar.vue.js +2 -2
- package/dist/{lib → packages/components/lib}/UIKit/BaseTextarea.vue.js +10 -10
- package/dist/{lib → packages/components/lib}/UIKit/BaseUploadFile.vue.js +1 -1
- package/dist/{lib → packages/components/lib}/UIKit/Checkbox/CheckboxBtn.vue.js +3 -3
- package/dist/{lib → packages/components/lib}/UIKit/Checkbox/CheckboxGroup.vue.js +9 -7
- package/dist/{lib → packages/components/lib}/UIKit/DatePicker.vue.js +5 -5
- package/dist/{lib → packages/components/lib}/UIKit/InputDropdown.vue.js +1 -1
- package/dist/{lib/UIKit/BaseSelect.vue.js → packages/components/lib/UIKit/NativeSelect.vue.js} +12 -12
- package/dist/{lib → packages/components/lib}/UIKit/Navigation/NavigationBarItem.vue.js +18 -18
- package/dist/{lib → packages/components/lib}/UIKit/ShimmerLoader/ShimmerMultiLine.vue.js +1 -1
- package/dist/{lib → packages/components/lib}/UIKit/Tab/BaseTabItem.vue.js +3 -3
- package/dist/{lib → packages/components/lib}/chart/DoughnutChart.vue.js +1 -1
- package/dist/{lib → packages/components/lib}/chart/LineChart.vue.js +1 -1
- package/dist/{lib → packages/components/lib}/components/carousel/SwiperCarousel.vue.js +8 -9
- package/package.json +31 -24
- package/dist/UIKit/BasePin.d.ts +0 -22
- package/dist/UIKit/BaseSelect.d.ts +0 -26
- package/dist/UIKit/BaseSelect.js +0 -5
- package/dist/_virtual/_commonjsHelpers.js +0 -6
- package/dist/_virtual/cloneDeep.js +0 -4
- package/dist/_virtual/create-plugin.js +0 -4
- package/dist/_virtual/createPlugin.js +0 -4
- package/dist/_virtual/default-theme.js +0 -4
- package/dist/_virtual/defaultTheme.js +0 -7
- package/dist/_virtual/plugin.js +0 -7
- package/dist/assets/lib/UIKit/BaseAlert.css +0 -1
- package/dist/assets/lib/UIKit/BaseAutocomplete.css +0 -1
- package/dist/assets/lib/UIKit/BaseBadge.css +0 -1
- package/dist/assets/lib/UIKit/BaseInput.css +0 -1
- package/dist/assets/lib/UIKit/BaseTextarea.css +0 -1
- package/dist/assets/src/tailwind.css +0 -1
- package/dist/lazyModules/Swiper/autoplay.js +0 -5
- package/dist/lazyModules/Swiper/controller.js +0 -5
- package/dist/lazyModules/Swiper/free-mode.js +0 -5
- package/dist/lazyModules/Swiper/keyboard.js +0 -5
- package/dist/lazyModules/Swiper/navigation.js +0 -5
- package/dist/lazyModules/Swiper/pagination.js +0 -5
- package/dist/lazyModules/Swiper/thumbs.js +0 -5
- package/dist/lib/UIKit/Accordion/BaseAccordion.vue.js +0 -34
- package/dist/lib/UIKit/BaseAutocomplete.vue.js +0 -158
- package/dist/lib/UIKit/BaseDropDown.vue.js +0 -128
- package/dist/lib/UIKit/BasePagination.vue.js +0 -130
- package/dist/node_modules/tailwindcss/defaultTheme.js +0 -11
- package/dist/node_modules/tailwindcss/lib/public/create-plugin.js +0 -25
- package/dist/node_modules/tailwindcss/lib/public/default-theme.js +0 -26
- package/dist/node_modules/tailwindcss/lib/util/cloneDeep.js +0 -23
- package/dist/node_modules/tailwindcss/lib/util/createPlugin.js +0 -34
- package/dist/node_modules/tailwindcss/plugin.js +0 -11
- package/dist/node_modules/tailwindcss/stubs/config.full.js +0 -1068
- package/dist/plugins/buttonPlugin.js +0 -232
- package/dist/tailwind.config.js +0 -144
- package/plugins/buttonPlugin.ts +0 -290
- /package/dist/assets/node_modules/{@vuepic → .pnpm/@vuepic_vue-datepicker@11.0.2_vue@3.5.16_typescript@5.8.3_/node_modules/@vuepic}/vue-datepicker/dist/main.css +0 -0
- /package/dist/assets/node_modules/{swiper → .pnpm/swiper@11.2.8/node_modules/swiper}/modules/free-mode.css +0 -0
- /package/dist/assets/node_modules/{swiper → .pnpm/swiper@11.2.8/node_modules/swiper}/modules/navigation.css +0 -0
- /package/dist/assets/node_modules/{swiper → .pnpm/swiper@11.2.8/node_modules/swiper}/modules/pagination.css +0 -0
- /package/dist/assets/node_modules/{swiper → .pnpm/swiper@11.2.8/node_modules/swiper}/modules/zoom.css +0 -0
- /package/dist/assets/node_modules/{swiper → .pnpm/swiper@11.2.8/node_modules/swiper}/swiper.css +0 -0
- /package/dist/assets/{lib → packages/components/lib}/UIKit/BaseBreadcrumb.css +0 -0
- /package/dist/assets/{lib → packages/components/lib}/UIKit/BaseCard.css +0 -0
- /package/dist/assets/{lib → packages/components/lib}/UIKit/BaseCollapse.css +0 -0
- /package/dist/assets/{lib → packages/components/lib}/UIKit/BaseFloatingLabel.css +0 -0
- /package/dist/assets/{lib → packages/components/lib}/UIKit/BaseIcon.css +0 -0
- /package/dist/assets/{lib → packages/components/lib}/UIKit/BaseModal.css +0 -0
- /package/dist/assets/{lib → packages/components/lib}/UIKit/BasePaper.css +0 -0
- /package/dist/assets/{lib → packages/components/lib}/UIKit/BasePin.css +0 -0
- /package/dist/assets/{lib → packages/components/lib}/UIKit/BaseSnackbar.css +0 -0
- /package/dist/assets/{lib → packages/components/lib}/UIKit/BaseTooltip.css +0 -0
- /package/dist/assets/{lib → packages/components/lib}/UIKit/DatePicker.css +0 -0
- /package/dist/assets/{lib → packages/components/lib}/UIKit/Navigation/NavigationBar.css +0 -0
- /package/dist/assets/{lib → packages/components/lib}/UIKit/ShimmerLoader/BaseShimmerLoader.css +0 -0
- /package/dist/assets/{lib → packages/components/lib}/UIKit/StaticSpinner.css +0 -0
- /package/dist/assets/{lib → packages/components/lib}/components/carousel/SwiperCarousel.css +0 -0
- /package/dist/assets/{lib → packages/components/lib}/components/carousel/SwiperCarousel2.css +0 -0
- /package/dist/node_modules/{@wikicasa-dev → .pnpm/@wikicasa-dev_svg-icons@1.2.12_typescript@5.8.3/node_modules/@wikicasa-dev}/svg-icons/dist/ArrowFilledIcon.js +0 -0
- /package/dist/node_modules/{@wikicasa-dev → .pnpm/@wikicasa-dev_svg-icons@1.2.12_typescript@5.8.3/node_modules/@wikicasa-dev}/svg-icons/dist/ArrowIcon.js +0 -0
- /package/dist/node_modules/{@wikicasa-dev → .pnpm/@wikicasa-dev_svg-icons@1.2.12_typescript@5.8.3/node_modules/@wikicasa-dev}/svg-icons/dist/CheckIcon.js +0 -0
- /package/dist/node_modules/{@wikicasa-dev → .pnpm/@wikicasa-dev_svg-icons@1.2.12_typescript@5.8.3/node_modules/@wikicasa-dev}/svg-icons/dist/CloseIcon.js +0 -0
- /package/dist/node_modules/{@wikicasa-dev → .pnpm/@wikicasa-dev_svg-icons@1.2.12_typescript@5.8.3/node_modules/@wikicasa-dev}/svg-icons/dist/DefaultValues-CpabIgVz.js +0 -0
- /package/dist/node_modules/{@wikicasa-dev → .pnpm/@wikicasa-dev_svg-icons@1.2.12_typescript@5.8.3/node_modules/@wikicasa-dev}/svg-icons/dist/PharmacyIcon.js +0 -0
- /package/dist/node_modules/{@wikicasa-dev → .pnpm/@wikicasa-dev_svg-icons@1.2.12_typescript@5.8.3/node_modules/@wikicasa-dev}/svg-icons/dist/WarningIconRounded.js +0 -0
- /package/dist/node_modules/{@wikicasa-dev → .pnpm/@wikicasa-dev_svg-icons@1.2.12_typescript@5.8.3/node_modules/@wikicasa-dev}/svg-icons/dist/svgIconFactory-BpnFimFz.js +0 -0
- /package/dist/node_modules/{@wikicasa-dev → .pnpm/@wikicasa-dev_utilities@1.1.21/node_modules/@wikicasa-dev}/utilities/dist/utils/FunctionUtils.js +0 -0
- /package/dist/node_modules/{@wikicasa-dev → .pnpm/@wikicasa-dev_utilities@1.1.21/node_modules/@wikicasa-dev}/utilities/dist/utils/ObjectUtils.js +0 -0
- /package/dist/node_modules/{@wikicasa-dev → .pnpm/@wikicasa-dev_vue-composables@0.0.23_typescript@5.8.3/node_modules/@wikicasa-dev}/vue-composables/dist/useBreakpoints.js +0 -0
- /package/dist/node_modules/{@wikicasa-dev → .pnpm/@wikicasa-dev_vue-composables@0.0.23_typescript@5.8.3/node_modules/@wikicasa-dev}/vue-composables/dist/useKeyboardController.js +0 -0
- /package/dist/node_modules/{google-polyline → .pnpm/google-polyline@1.0.3/node_modules/google-polyline}/lib/decode.js +0 -0
- /package/dist/node_modules/{google-polyline → .pnpm/google-polyline@1.0.3/node_modules/google-polyline}/lib/encode.js +0 -0
- /package/dist/node_modules/{google-polyline → .pnpm/google-polyline@1.0.3/node_modules/google-polyline}/lib/polyline.js +0 -0
- /package/dist/node_modules/{js-cookie → .pnpm/js-cookie@3.0.5/node_modules/js-cookie}/dist/js.cookie.js +0 -0
- /package/dist/node_modules/{swiper → .pnpm/swiper@11.2.8/node_modules/swiper}/modules/autoplay.css.js +0 -0
- /package/dist/node_modules/{swiper → .pnpm/swiper@11.2.8/node_modules/swiper}/modules/autoplay.js +0 -0
- /package/dist/node_modules/{swiper → .pnpm/swiper@11.2.8/node_modules/swiper}/modules/controller.css.js +0 -0
- /package/dist/node_modules/{swiper → .pnpm/swiper@11.2.8/node_modules/swiper}/modules/controller.js +0 -0
- /package/dist/node_modules/{swiper → .pnpm/swiper@11.2.8/node_modules/swiper}/modules/free-mode.js +0 -0
- /package/dist/node_modules/{swiper → .pnpm/swiper@11.2.8/node_modules/swiper}/modules/keyboard.css.js +0 -0
- /package/dist/node_modules/{swiper → .pnpm/swiper@11.2.8/node_modules/swiper}/modules/navigation.js +0 -0
- /package/dist/node_modules/{swiper → .pnpm/swiper@11.2.8/node_modules/swiper}/modules/pagination.js +0 -0
- /package/dist/node_modules/{swiper → .pnpm/swiper@11.2.8/node_modules/swiper}/modules/thumbs.css.js +0 -0
- /package/dist/node_modules/{swiper → .pnpm/swiper@11.2.8/node_modules/swiper}/modules/thumbs.js +0 -0
- /package/dist/node_modules/{swiper → .pnpm/swiper@11.2.8/node_modules/swiper}/modules/zoom.js +0 -0
- /package/dist/node_modules/{swiper → .pnpm/swiper@11.2.8/node_modules/swiper}/shared/create-element-if-not-defined.js +0 -0
- /package/dist/node_modules/{swiper → .pnpm/swiper@11.2.8/node_modules/swiper}/shared/ssr-window.esm.js +0 -0
- /package/dist/node_modules/{swiper → .pnpm/swiper@11.2.8/node_modules/swiper}/shared/utils.js +0 -0
- /package/dist/{lib → packages/components/lib}/UIKit/Accordion/BaseAccordionContent.vue.js +0 -0
- /package/dist/{lib → packages/components/lib}/UIKit/BaseBanner/Background/BaseBannerBgElement1.vue.js +0 -0
- /package/dist/{lib → packages/components/lib}/UIKit/BaseBanner/Background/BaseBannerBgElement2.vue.js +0 -0
- /package/dist/{lib → packages/components/lib}/UIKit/BaseBanner/Background/BaseBannerBgElement3.vue.js +0 -0
- /package/dist/{lib → packages/components/lib}/UIKit/BaseBanner/Background/BaseBannerBgElement4.vue.js +0 -0
- /package/dist/{lib → packages/components/lib}/UIKit/BaseBreadcrumb.vue.js +0 -0
- /package/dist/{lib → packages/components/lib}/UIKit/BaseCard.vue.js +0 -0
- /package/dist/{lib → packages/components/lib}/UIKit/BaseComplexToggle.vue.js +0 -0
- /package/dist/{lib → packages/components/lib}/UIKit/BaseIcon.vue.js +0 -0
- /package/dist/{lib → packages/components/lib}/UIKit/BaseNotificationBadge.vue.js +0 -0
- /package/dist/{lib → packages/components/lib}/UIKit/BasePaper.vue.js +0 -0
- /package/dist/{lib → packages/components/lib}/UIKit/BasePin.vue.js +0 -0
- /package/dist/{lib → packages/components/lib}/UIKit/BaseSelect/SelectItem.vue.js +0 -0
- /package/dist/{lib → packages/components/lib}/UIKit/BaseToggle.vue.js +0 -0
- /package/dist/{lib → packages/components/lib}/UIKit/BaseTooltip.vue.js +0 -0
- /package/dist/{lib → packages/components/lib}/UIKit/Navigation/NavigationBar.vue.js +0 -0
- /package/dist/{lib → packages/components/lib}/UIKit/Radio/RadioButton.vue.js +0 -0
- /package/dist/{lib → packages/components/lib}/UIKit/Radio/RadioGroup.vue.js +0 -0
- /package/dist/{lib → packages/components/lib}/UIKit/SegmentedControl/SegmentedControl.vue.js +0 -0
- /package/dist/{lib → packages/components/lib}/UIKit/SegmentedControl/SegmentedControlItem.vue.js +0 -0
- /package/dist/{lib → packages/components/lib}/UIKit/ShimmerLoader/BaseShimmerLoader.vue.js +0 -0
- /package/dist/{lib → packages/components/lib}/UIKit/StaticSpinner.vue.js +0 -0
- /package/dist/{lib → packages/components/lib}/UIKit/Tab/BaseTab.vue.js +0 -0
- /package/dist/{lib → packages/components/lib}/UIKit/Tab/BaseTabList.vue.js +0 -0
- /package/dist/{lib → packages/components/lib}/UIKit/Tab/BaseTabPanel.vue.js +0 -0
- /package/dist/{lib → packages/components/lib}/UIKit/Tab/BaseTabView.vue.js +0 -0
- /package/dist/{lib → packages/components/lib}/components/IntersectionObserver/IntersectionObservable.vue.js +0 -0
- /package/dist/{lib → packages/components/lib}/components/IntersectionObserver/IntersectionObserver.vue.js +0 -0
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { default as i } from "../../../../node_modules/.pnpm/swiper@11.2.8/node_modules/swiper/modules/navigation.js";
|
|
2
|
+
import '../../../../assets/node_modules/.pnpm/swiper@11.2.8/node_modules/swiper/modules/navigation.css';/* empty css */
|
|
3
|
+
export {
|
|
4
|
+
i as Navigation
|
|
5
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { default as i } from "../../../../node_modules/.pnpm/swiper@11.2.8/node_modules/swiper/modules/pagination.js";
|
|
2
|
+
import '../../../../assets/node_modules/.pnpm/swiper@11.2.8/node_modules/swiper/modules/pagination.css';/* empty css */
|
|
3
|
+
export {
|
|
4
|
+
i as Pagination
|
|
5
|
+
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent as F, mergeModels as $, useModel as M, useId as A, computed as V, ref as L, watch as w, onMounted as E, onUnmounted as P, createElementBlock as s, openBlock as a, normalizeClass as l, createElementVNode as o, createCommentVNode as d, withModifiers as p, renderSlot as z, unref as b, createBlock as N, createVNode as O, Fragment as T, renderList as S } from "vue";
|
|
2
|
-
import { useKeyboardController as q } from "
|
|
3
|
-
import { ArrowIcon as j } from "
|
|
4
|
-
import { WarningIconRounded as K } from "
|
|
5
|
-
import "
|
|
2
|
+
import { useKeyboardController as q } from "../../../../node_modules/.pnpm/@wikicasa-dev_vue-composables@0.0.23_typescript@5.8.3/node_modules/@wikicasa-dev/vue-composables/dist/useKeyboardController.js";
|
|
3
|
+
import { ArrowIcon as j } from "../../../../node_modules/.pnpm/@wikicasa-dev_svg-icons@1.2.12_typescript@5.8.3/node_modules/@wikicasa-dev/svg-icons/dist/ArrowIcon.js";
|
|
4
|
+
import { WarningIconRounded as K } from "../../../../node_modules/.pnpm/@wikicasa-dev_svg-icons@1.2.12_typescript@5.8.3/node_modules/@wikicasa-dev/svg-icons/dist/WarningIconRounded.js";
|
|
5
|
+
import "../../../../node_modules/.pnpm/@wikicasa-dev_svg-icons@1.2.12_typescript@5.8.3/node_modules/@wikicasa-dev/svg-icons/dist/PharmacyIcon.js";
|
|
6
6
|
const R = ["id", "innerHTML"], U = ["id", "data-cy", "aria-required", "aria-controls", "aria-labelledby", "aria-expanded", "aria-activedescendant", "aria-invalid", "aria-describedby"], W = ["innerHTML"], G = { class: "uikit-pointer-events-none uikit-mt-1 uikit-inline-flex" }, J = ["innerHTML"], Q = ["data-cy"], X = ["id", "aria-selected", "onClick", "onMouseover"], Y = { class: "uikit-inline-block uikit-cursor-pointer uikit-text-sm" }, Z = ["name", "checked", "onInput"], x = ["innerHTML"], _ = ["id", "arial-live", "innerHTML"], ee = ["id", "arial-live", "innerHTML"], se = /* @__PURE__ */ F({
|
|
7
7
|
inheritAttrs: !1,
|
|
8
8
|
__name: "AccessibleSelect",
|
|
@@ -36,27 +36,27 @@ const R = ["id", "innerHTML"], U = ["id", "data-cy", "aria-required", "aria-cont
|
|
|
36
36
|
toggleDropdownModifiers: {}
|
|
37
37
|
}),
|
|
38
38
|
emits: /* @__PURE__ */ $(["click", "update:dropdownState"], ["update:modelValue", "update:toggleDropdown"]),
|
|
39
|
-
setup(
|
|
40
|
-
const h = B, k = M(
|
|
41
|
-
optionsLength:
|
|
39
|
+
setup(u, { emit: B }) {
|
|
40
|
+
const h = B, k = M(u, "modelValue"), y = M(u, "toggleDropdown"), H = A(), t = V(() => u.namespace || H), i = L(!1), I = L(null), f = V(() => !!k.value.label), { activeIdx: v, selectedIdx: D } = q({
|
|
41
|
+
optionsLength: u.options.length,
|
|
42
42
|
isDropdownOpen: i
|
|
43
43
|
}), m = (e) => {
|
|
44
44
|
i.value = !1, k.value = e;
|
|
45
45
|
};
|
|
46
46
|
w(D, (e) => {
|
|
47
|
-
m(
|
|
48
|
-
}), w(
|
|
49
|
-
e && (i.value = !i.value,
|
|
47
|
+
m(u.options[e]), i.value = !1;
|
|
48
|
+
}), w(y, (e) => {
|
|
49
|
+
e && (i.value = !i.value, y.value = !1);
|
|
50
50
|
}), w(i, (e) => {
|
|
51
51
|
h("update:dropdownState", e);
|
|
52
52
|
});
|
|
53
|
-
const
|
|
53
|
+
const g = ({ target: e }) => {
|
|
54
54
|
`${t.value}_btn` !== e.id && (i.value = !1);
|
|
55
55
|
};
|
|
56
56
|
return E(() => {
|
|
57
|
-
|
|
57
|
+
u.closeOnBodyPressed && document.addEventListener("click", g);
|
|
58
58
|
}), P(() => {
|
|
59
|
-
|
|
59
|
+
u.closeOnBodyPressed && document.removeEventListener("click", g);
|
|
60
60
|
}), (e, n) => (a(), s("div", {
|
|
61
61
|
class: l(e.$attrs.class)
|
|
62
62
|
}, [
|
|
@@ -77,7 +77,7 @@ const R = ["id", "innerHTML"], U = ["id", "data-cy", "aria-required", "aria-cont
|
|
|
77
77
|
e.$slots.lefticon ? (a(), s("span", {
|
|
78
78
|
key: 1,
|
|
79
79
|
class: "uikit-z-20 uikit-mt-2 uikit-pl-2",
|
|
80
|
-
onClick: n[0] || (n[0] = p((
|
|
80
|
+
onClick: n[0] || (n[0] = p((r) => i.value = !i.value, ["stop"]))
|
|
81
81
|
}, [
|
|
82
82
|
z(e.$slots, "lefticon")
|
|
83
83
|
])) : d("", !0),
|
|
@@ -97,8 +97,8 @@ const R = ["id", "innerHTML"], U = ["id", "data-cy", "aria-required", "aria-cont
|
|
|
97
97
|
"aria-activedescendant": b(v) >= 0 && i.value ? `${t.value}_element_${e.options[b(v)].label}` : "",
|
|
98
98
|
"aria-invalid": e.isValid === !1,
|
|
99
99
|
"aria-describedby": e.isValid === !1 ? `${t.value}_invalid_msg` : void 0,
|
|
100
|
-
onClick: n[1] || (n[1] = (
|
|
101
|
-
i.value = !i.value, h("click",
|
|
100
|
+
onClick: n[1] || (n[1] = (r) => {
|
|
101
|
+
i.value = !i.value, h("click", r);
|
|
102
102
|
})
|
|
103
103
|
}, [
|
|
104
104
|
o("span", {
|
|
@@ -128,9 +128,9 @@ const R = ["id", "innerHTML"], U = ["id", "data-cy", "aria-required", "aria-cont
|
|
|
128
128
|
"aria-hidden": "true",
|
|
129
129
|
class: l(["uikit-pointer-events-none uikit-absolute uikit-bottom-0 uikit-left-0 uikit-right-0 uikit-m-0 uikit-box-border uikit-h-12 uikit-cursor-pointer uikit-rounded-xs uikit-bg-white uikit-px-2 uikit-py-0 peer-focus:uikit-border-2", [
|
|
130
130
|
e.fieldsetClasses,
|
|
131
|
-
e.isValid ? "uikit-border-w-
|
|
131
|
+
e.isValid ? "uikit-border-w-primary" : e.isValid === !1 ? "uikit-border-w-danger" : "uikit-border-w-lightgray",
|
|
132
132
|
{
|
|
133
|
-
"peer-aria-invalid:uikit-border-w-danger uikit-border uikit-border-solid peer-focus:uikit-border-w-
|
|
133
|
+
"peer-aria-invalid:uikit-border-w-danger uikit-border uikit-border-solid peer-focus:uikit-border-w-primary peer-focus-visible:uikit-border-2 peer-focus-visible:uikit-border-w-primary": e.border
|
|
134
134
|
},
|
|
135
135
|
{ "uikit-border-0 peer-focus:uikit-border-0": !e.border }
|
|
136
136
|
]])
|
|
@@ -162,13 +162,13 @@ const R = ["id", "innerHTML"], U = ["id", "data-cy", "aria-required", "aria-cont
|
|
|
162
162
|
onClick: n[3] || (n[3] = p(() => {
|
|
163
163
|
}, ["stop"]))
|
|
164
164
|
}, [
|
|
165
|
-
(a(!0), s(T, null, S(e.options, (
|
|
165
|
+
(a(!0), s(T, null, S(e.options, (r, c) => (a(), s("li", {
|
|
166
166
|
id: `${t.value}_element_${e.options[c].label}`,
|
|
167
|
-
key: `${
|
|
167
|
+
key: `${r.label}_${c}`,
|
|
168
168
|
role: "option",
|
|
169
169
|
"aria-selected": b(v) === c,
|
|
170
170
|
class: l(["uikit-px-20px uikit-m-1 uikit-cursor-pointer uikit-py-xs uikit-text aria-selected:uikit-rounded-xs aria-selected:uikit-bg-w-cultured", e.dropdownItemClasses]),
|
|
171
|
-
onClick: p((C) => m(
|
|
171
|
+
onClick: p((C) => m(r), ["stop"]),
|
|
172
172
|
onMouseover: p((C) => v.value = c, ["stop"]),
|
|
173
173
|
onBlur: n[2] || (n[2] = p(() => {
|
|
174
174
|
}, ["stop"]))
|
|
@@ -179,11 +179,11 @@ const R = ["id", "innerHTML"], U = ["id", "data-cy", "aria-required", "aria-cont
|
|
|
179
179
|
class: "uikit-m-0 uikit-appearance-none",
|
|
180
180
|
name: `${t.value}_radio`,
|
|
181
181
|
type: "radio",
|
|
182
|
-
checked:
|
|
183
|
-
onInput: p((C) => m(
|
|
182
|
+
checked: r.label === k.value.label,
|
|
183
|
+
onInput: p((C) => m(r), ["stop"])
|
|
184
184
|
}, null, 40, Z),
|
|
185
185
|
o("span", {
|
|
186
|
-
innerHTML:
|
|
186
|
+
innerHTML: r.label
|
|
187
187
|
}, null, 8, x)
|
|
188
188
|
])
|
|
189
189
|
], 42, X))), 128))
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { defineComponent as p, ref as u, provide as c, renderSlot as d } from "vue";
|
|
2
|
+
import "../../../../../node_modules/.pnpm/js-cookie@3.0.5/node_modules/js-cookie/dist/js.cookie.js";
|
|
3
|
+
import { isEmptyObject as f } from "../../../../../node_modules/.pnpm/@wikicasa-dev_utilities@1.1.21/node_modules/@wikicasa-dev/utilities/dist/utils/ObjectUtils.js";
|
|
4
|
+
import "../../../../../_virtual/polyline.js";
|
|
5
|
+
const k = /* @__PURE__ */ p({
|
|
6
|
+
__name: "BaseAccordion",
|
|
7
|
+
props: {
|
|
8
|
+
autoClose: { type: Boolean, default: !0 },
|
|
9
|
+
autoUpdate: { type: Boolean, default: !0 }
|
|
10
|
+
},
|
|
11
|
+
setup(l) {
|
|
12
|
+
const n = u(null), o = u(
|
|
13
|
+
{}
|
|
14
|
+
), i = (e, t) => {
|
|
15
|
+
if (l.autoClose && t && !f(t))
|
|
16
|
+
for (const a in t)
|
|
17
|
+
a !== `${e}` && (t[a].active = !1);
|
|
18
|
+
}, s = (e, t) => {
|
|
19
|
+
t && (t[e].active = !(t[e].active ?? !1));
|
|
20
|
+
}, r = (e, t) => {
|
|
21
|
+
i(e.id, t ?? o.value), n.value = e, s(e.id, t ?? o.value);
|
|
22
|
+
};
|
|
23
|
+
return c("handleClick", (e) => {
|
|
24
|
+
l.autoUpdate && r(e);
|
|
25
|
+
}), c("accordionItems", o), (e, t) => d(e.$slots, "default", {
|
|
26
|
+
updatePrev: r,
|
|
27
|
+
prev: n.value
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
});
|
|
31
|
+
export {
|
|
32
|
+
k as default
|
|
33
|
+
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as s, createElementBlock as l, openBlock as d, normalizeClass as e, renderSlot as n, createElementVNode as c, withModifiers as p, createVNode as u, unref as k } from "vue";
|
|
2
|
-
import { ArrowIcon as m } from "
|
|
3
|
-
import "
|
|
2
|
+
import { ArrowIcon as m } from "../../../../../node_modules/.pnpm/@wikicasa-dev_svg-icons@1.2.12_typescript@5.8.3/node_modules/@wikicasa-dev/svg-icons/dist/ArrowIcon.js";
|
|
3
|
+
import "../../../../../node_modules/.pnpm/@wikicasa-dev_svg-icons@1.2.12_typescript@5.8.3/node_modules/@wikicasa-dev/svg-icons/dist/PharmacyIcon.js";
|
|
4
4
|
const f = ["id"], g = ["aria-expanded", "aria-controls"], b = /* @__PURE__ */ s({
|
|
5
5
|
inheritAttrs: !1,
|
|
6
6
|
__name: "BaseAccordionBtn",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent as h, ref as $, inject as C, watch as l, unref as d, createElementBlock as v, openBlock as u, normalizeClass as m, createBlock as y, createCommentVNode as g, renderSlot as s, createElementVNode as f, withModifiers as O, createVNode as k, withCtx as c } from "vue";
|
|
2
2
|
import A from "./BaseAccordionBtn.vue.js";
|
|
3
3
|
import B from "./BaseAccordionContent.vue.js";
|
|
4
|
-
import { ArrowIcon as E } from "
|
|
5
|
-
import "
|
|
4
|
+
import { ArrowIcon as E } from "../../../../../node_modules/.pnpm/@wikicasa-dev_svg-icons@1.2.12_typescript@5.8.3/node_modules/@wikicasa-dev/svg-icons/dist/ArrowIcon.js";
|
|
5
|
+
import "../../../../../node_modules/.pnpm/@wikicasa-dev_svg-icons@1.2.12_typescript@5.8.3/node_modules/@wikicasa-dev/svg-icons/dist/PharmacyIcon.js";
|
|
6
6
|
const W = { key: 0 }, I = ["id", "data-cy", "aria-expanded", "aria-controls"], M = ["itemprop", "innerHTML"], P = /* @__PURE__ */ h({
|
|
7
7
|
inheritAttrs: !1,
|
|
8
8
|
__name: "BaseAccordionItem",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as g, mergeModels as T, useModel as h, ref as w, watch as x, nextTick as y, createBlock as f, openBlock as m, unref as e, withCtx as l, renderSlot as r, createVNode as i, normalizeClass as C, createCommentVNode as I, normalizeStyle as b } from "vue";
|
|
2
|
-
import { CloseIcon as V } from "
|
|
3
|
-
import "
|
|
2
|
+
import { CloseIcon as V } from "../../../../node_modules/.pnpm/@wikicasa-dev_svg-icons@1.2.12_typescript@5.8.3/node_modules/@wikicasa-dev/svg-icons/dist/CloseIcon.js";
|
|
3
|
+
import "../../../../node_modules/.pnpm/@wikicasa-dev_svg-icons@1.2.12_typescript@5.8.3/node_modules/@wikicasa-dev/svg-icons/dist/PharmacyIcon.js";
|
|
4
4
|
import { ToastProvider as $, ToastRoot as z, ToastTitle as M, ToastDescription as P, ToastClose as B, ToastAction as D, ProgressRoot as j, ProgressIndicator as A, ToastViewport as N } from "reka-ui";
|
|
5
5
|
const X = /* @__PURE__ */ g({
|
|
6
6
|
__name: "BaseAlert",
|
|
@@ -0,0 +1,193 @@
|
|
|
1
|
+
import { defineComponent as L, mergeModels as y, useModel as F, ref as d, computed as k, onBeforeMount as H, watch as f, createBlock as g, openBlock as h, normalizeClass as K, withCtx as s, createElementBlock as T, Fragment as z, renderList as A, unref as N, createElementVNode as U, createVNode as W, renderSlot as $ } from "vue";
|
|
2
|
+
import j from "./BaseInput.vue.js";
|
|
3
|
+
import '../../../../assets/packages/components/lib/UIKit/BaseInput.css';/* empty css */
|
|
4
|
+
import q from "./BaseDropDown.vue.js";
|
|
5
|
+
import "../../../../node_modules/.pnpm/js-cookie@3.0.5/node_modules/js-cookie/dist/js.cookie.js";
|
|
6
|
+
import { debounce as G } from "../../../../node_modules/.pnpm/@wikicasa-dev_utilities@1.1.21/node_modules/@wikicasa-dev/utilities/dist/utils/FunctionUtils.js";
|
|
7
|
+
import "../../../../_virtual/polyline.js";
|
|
8
|
+
import J from "./BaseSelect/SelectItem.vue.js";
|
|
9
|
+
import { useKeyboardController as Q } from "../../../../node_modules/.pnpm/@wikicasa-dev_vue-composables@0.0.23_typescript@5.8.3/node_modules/@wikicasa-dev/vue-composables/dist/useKeyboardController.js";
|
|
10
|
+
const R = ["innerHTML"], ne = /* @__PURE__ */ L({
|
|
11
|
+
__name: "BaseAutocomplete",
|
|
12
|
+
props: /* @__PURE__ */ y({
|
|
13
|
+
isValid: { default: null },
|
|
14
|
+
theme: { default: "" },
|
|
15
|
+
label: { default: "" },
|
|
16
|
+
disableCb: { type: Boolean, default: !1 },
|
|
17
|
+
onInputChangeCb: { type: Function },
|
|
18
|
+
onOptionSelectedCb: { default: null },
|
|
19
|
+
keepState: { default: null },
|
|
20
|
+
cleanupOnClose: { type: Boolean, default: !0 },
|
|
21
|
+
dropdownClasses: { default: "" },
|
|
22
|
+
closeDropdownOnBodyPressed: { type: Boolean, default: !0 },
|
|
23
|
+
inputClasses: {},
|
|
24
|
+
fieldsetClasses: {},
|
|
25
|
+
dataCy: { default: "" }
|
|
26
|
+
}, {
|
|
27
|
+
modelValue: {
|
|
28
|
+
default() {
|
|
29
|
+
return { id: "", label: "" };
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
modelModifiers: {}
|
|
33
|
+
}),
|
|
34
|
+
emits: /* @__PURE__ */ y(["update:dropdownState", "changedValue", "click", "keydown", "keydownEnterPressed"], ["update:modelValue"]),
|
|
35
|
+
setup(o, { expose: S, emit: V }) {
|
|
36
|
+
const r = F(
|
|
37
|
+
o,
|
|
38
|
+
"modelValue"
|
|
39
|
+
), u = V, i = d(""), a = d([]), p = d(null), b = d(!1), l = d(!1), w = d(null), B = k(() => a.value.length);
|
|
40
|
+
H(() => {
|
|
41
|
+
p.value = G({ delay: 300 }, o.onInputChangeCb);
|
|
42
|
+
});
|
|
43
|
+
const { activeIdx: v, selectedIdx: m } = Q({
|
|
44
|
+
optionsLength: B,
|
|
45
|
+
isDropdownOpen: l,
|
|
46
|
+
disableSpaceHandler: !0
|
|
47
|
+
}), O = k(() => {
|
|
48
|
+
switch (o.theme) {
|
|
49
|
+
case "bordered":
|
|
50
|
+
return "";
|
|
51
|
+
case "all-bordered":
|
|
52
|
+
return "!uikit-rounded " + (l.value && "!uikit-rounded-b-none");
|
|
53
|
+
case "all-bordered-thick":
|
|
54
|
+
return "!uikit-rounded-[30px] !uikit-h-[52px] " + (l.value && "!uikit-rounded-b-none");
|
|
55
|
+
default:
|
|
56
|
+
return "";
|
|
57
|
+
}
|
|
58
|
+
}), M = k(() => {
|
|
59
|
+
switch (o.theme) {
|
|
60
|
+
case "bordered":
|
|
61
|
+
return "";
|
|
62
|
+
case "all-bordered":
|
|
63
|
+
return "uikit-border uikit-border-w-lavender uikit-border-solid !uikit-rounded !uikit-border-w-lavender !uikit-border " + (l.value ? "!uikit-border-b-0 !uikit-rounded-b-none" : "");
|
|
64
|
+
case "all-bordered-thick":
|
|
65
|
+
return "!uikit-rounded-[30px] !uikit-h-[60px] !uikit-border-w-lavender !uikit-border-none " + (l.value ? "!uikit-rounded-b-none" : "");
|
|
66
|
+
default:
|
|
67
|
+
return "";
|
|
68
|
+
}
|
|
69
|
+
}), I = k(() => {
|
|
70
|
+
const e = "uikit-rounded-b-xl uikit-shadow uikit-rounded-t-none uikit-mb-0 !uikit-mt-0 uikit-text-w-black !uikit-rounded-b-xl !uikit-rounded-t-none";
|
|
71
|
+
switch (o.theme) {
|
|
72
|
+
case "bordered":
|
|
73
|
+
return "before:uikit-content-[''] before:uikit-absolute before:uikit-w-1/2 before:uikit-border-b before:uikit-border-b-w-lavender before:[border-bottom-style:solid] before:uikit-right-1/4 uikit-rounded-b-xl uikit-shadow uikit-rounded-t-none uikit-mt-5px uikit-mb-0";
|
|
74
|
+
case "all-bordered":
|
|
75
|
+
return e;
|
|
76
|
+
case "all-bordered-thick":
|
|
77
|
+
return e + " !uikit-border-0";
|
|
78
|
+
default:
|
|
79
|
+
return "";
|
|
80
|
+
}
|
|
81
|
+
}), D = async (e) => {
|
|
82
|
+
if (i.value !== e && (u("changedValue", e), i.value = e, !!o.onInputChangeCb)) {
|
|
83
|
+
if (!e || b.value) {
|
|
84
|
+
a.value = [], b.value = !1, m.value = -1, v.value = -1, r.value && (r.value.label = ""), l.value = !1, await p.value(null);
|
|
85
|
+
return;
|
|
86
|
+
}
|
|
87
|
+
o.disableCb || (a.value = await p.value(e), l.value = !!a.value.length);
|
|
88
|
+
}
|
|
89
|
+
}, C = (e, t) => {
|
|
90
|
+
o.onOptionSelectedCb && o.onOptionSelectedCb(e), o.cleanupOnClose && (a.value = []), b.value = !0, i.value = e.label, r.value = e, l.value = !1, m.value = t;
|
|
91
|
+
}, E = () => {
|
|
92
|
+
a.value.length && o.keepState !== "closed" && (l.value = !0);
|
|
93
|
+
};
|
|
94
|
+
return f(
|
|
95
|
+
r,
|
|
96
|
+
(e, t) => {
|
|
97
|
+
e === t || e?.label === i.value || (i.value = e?.label || "");
|
|
98
|
+
},
|
|
99
|
+
{ immediate: !0 }
|
|
100
|
+
), f(m, (e) => {
|
|
101
|
+
if (e === -1 || !a.value.length) return;
|
|
102
|
+
const t = a.value[e];
|
|
103
|
+
b.value && t.label === r.value?.label || C(t, e);
|
|
104
|
+
}), f(
|
|
105
|
+
() => o.keepState,
|
|
106
|
+
(e) => {
|
|
107
|
+
e === "closed" ? (l.value = !1, o.cleanupOnClose && (a.value = [])) : e === "open" && a.value.length && (l.value = !0);
|
|
108
|
+
}
|
|
109
|
+
), f(l, (e) => {
|
|
110
|
+
u("update:dropdownState", e);
|
|
111
|
+
}), S({
|
|
112
|
+
select: () => {
|
|
113
|
+
w.value?.select();
|
|
114
|
+
}
|
|
115
|
+
}), (e, t) => (h(), g(q, {
|
|
116
|
+
class: K(e.$attrs["root-classes"]),
|
|
117
|
+
"data-cy": e.dataCy ? e.dataCy : `ac_${e.$attrs.id}`,
|
|
118
|
+
"dropdown-element": "ul",
|
|
119
|
+
"dropdown-classes": [
|
|
120
|
+
{ "bordered-dropdown": e.theme === "bordered" },
|
|
121
|
+
{ "all-bordered-dropdown": e.theme === "all-bordered" },
|
|
122
|
+
{ "all-bordered-dropdown thick": e.theme === "all-bordered-thick" },
|
|
123
|
+
{
|
|
124
|
+
"uikit-mt-10px !uikit-border !uikit-border-w-lightgray !uikit-rounded-xs": !e.theme
|
|
125
|
+
},
|
|
126
|
+
I.value,
|
|
127
|
+
"!uikit-max-h-[210px] uikit-z-30",
|
|
128
|
+
e.dropdownClasses
|
|
129
|
+
],
|
|
130
|
+
"open-dropdown": l.value,
|
|
131
|
+
"keep-state": !a.value.length || e.keepState === "closed" ? "closed" : "opened",
|
|
132
|
+
"close-when-clicked-outside": e.closeDropdownOnBodyPressed,
|
|
133
|
+
"activate-keyboard-controller": !1,
|
|
134
|
+
"onUpdate:dropdownState": t[3] || (t[3] = (n) => l.value = n),
|
|
135
|
+
onClick: t[4] || (t[4] = (n) => {
|
|
136
|
+
u("click"), E();
|
|
137
|
+
})
|
|
138
|
+
}, {
|
|
139
|
+
btn_slot: s(() => [
|
|
140
|
+
W(j, {
|
|
141
|
+
id: e.$attrs.id ? `ac_input_${e.$attrs.id}` : "",
|
|
142
|
+
ref_key: "baseInput",
|
|
143
|
+
ref: w,
|
|
144
|
+
"data-cy": e.dataCy ? `ac_input_${e.dataCy}` : `ac_input_${e.$attrs.id}`,
|
|
145
|
+
"label-text": e.label,
|
|
146
|
+
"model-value": i.value,
|
|
147
|
+
"is-valid": e.isValid,
|
|
148
|
+
disabled: e.$attrs.disabled,
|
|
149
|
+
placeholder: e.$attrs.placeholder,
|
|
150
|
+
"with-left-icon": !!e.$slots.lefticon,
|
|
151
|
+
"with-right-icon": !!e.$slots.righticon,
|
|
152
|
+
"input-class": [
|
|
153
|
+
O.value,
|
|
154
|
+
e.inputClasses,
|
|
155
|
+
"!uikit-ml-0 !uikit-w-full"
|
|
156
|
+
],
|
|
157
|
+
"fieldset-classes": [M.value, e.fieldsetClasses],
|
|
158
|
+
"onUpdate:modelValue": t[0] || (t[0] = (n) => D(n === void 0 ? "" : `${n}`)),
|
|
159
|
+
onKeydown: t[1] || (t[1] = (n) => u("keydown", n)),
|
|
160
|
+
onKeydownEnterPressed: t[2] || (t[2] = () => u("keydownEnterPressed"))
|
|
161
|
+
}, {
|
|
162
|
+
leftIcon: s(() => [
|
|
163
|
+
$(e.$slots, "lefticon")
|
|
164
|
+
]),
|
|
165
|
+
righticon: s(({ handleClean: n }) => [
|
|
166
|
+
$(e.$slots, "righticon", { handleClean: n })
|
|
167
|
+
]),
|
|
168
|
+
_: 3
|
|
169
|
+
}, 8, ["id", "data-cy", "label-text", "model-value", "is-valid", "disabled", "placeholder", "with-left-icon", "with-right-icon", "input-class", "fieldset-classes"])
|
|
170
|
+
]),
|
|
171
|
+
default: s(() => [
|
|
172
|
+
(h(!0), T(z, null, A(a.value, (n, c) => (h(), g(J, {
|
|
173
|
+
key: c,
|
|
174
|
+
active: N(v) === c,
|
|
175
|
+
class: "uikit-py-xs uikit-m-1 uikit-rounded-[5px] uikit-px-5 hover:uikit-cursor-pointer",
|
|
176
|
+
onClick: (P) => C(n, c),
|
|
177
|
+
onMouseover: (P) => v.value = c
|
|
178
|
+
}, {
|
|
179
|
+
default: s(() => [
|
|
180
|
+
U("span", {
|
|
181
|
+
innerHTML: n.label
|
|
182
|
+
}, null, 8, R)
|
|
183
|
+
]),
|
|
184
|
+
_: 2
|
|
185
|
+
}, 1032, ["active", "onClick", "onMouseover"]))), 128))
|
|
186
|
+
]),
|
|
187
|
+
_: 3
|
|
188
|
+
}, 8, ["class", "data-cy", "dropdown-classes", "open-dropdown", "keep-state", "close-when-clicked-outside"]));
|
|
189
|
+
}
|
|
190
|
+
});
|
|
191
|
+
export {
|
|
192
|
+
ne as default
|
|
193
|
+
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as a, createElementBlock as t, openBlock as u, normalizeClass as
|
|
1
|
+
import { defineComponent as a, createElementBlock as t, openBlock as u, normalizeClass as r, renderSlot as d } from "vue";
|
|
2
2
|
const l = /* @__PURE__ */ a({
|
|
3
3
|
__name: "BaseBadge",
|
|
4
4
|
props: {
|
|
@@ -25,11 +25,11 @@ const l = /* @__PURE__ */ a({
|
|
|
25
25
|
/**
|
|
26
26
|
* @deprecated Old style
|
|
27
27
|
*/
|
|
28
|
-
"primary-sm": "uikit-badge-w-
|
|
28
|
+
"primary-sm": "uikit-badge-w-primary-sm",
|
|
29
29
|
/**
|
|
30
30
|
* @deprecated Old style
|
|
31
31
|
*/
|
|
32
|
-
"dark-primary": "uikit-badge-w-
|
|
32
|
+
"dark-primary": "uikit-badge-w-dark-primary",
|
|
33
33
|
/**
|
|
34
34
|
* @deprecated Old style
|
|
35
35
|
*/
|
|
@@ -43,9 +43,9 @@ const l = /* @__PURE__ */ a({
|
|
|
43
43
|
discount: "uikit-badge-discount"
|
|
44
44
|
};
|
|
45
45
|
return (i, s) => (u(), t("span", {
|
|
46
|
-
class:
|
|
46
|
+
class: r(["uikit-badge uikit-rounded-2xs uikit-px-xs uikit-py-2xs uikit-text uikit-font-medium uikit-shadow-sm", e[i.badgeClass]])
|
|
47
47
|
}, [
|
|
48
|
-
|
|
48
|
+
d(i.$slots, "default")
|
|
49
49
|
], 2));
|
|
50
50
|
}
|
|
51
51
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as d, createElementBlock as
|
|
1
|
+
import { defineComponent as d, createElementBlock as m, openBlock as e, normalizeClass as k, createElementVNode as n, renderSlot as o, createVNode as t, createBlock as s, resolveDynamicComponent as r, withCtx as l, createTextVNode as u, toDisplayString as a } from "vue";
|
|
2
2
|
import c from "./BaseBanner/Background/BaseBannerBgElement1.vue.js";
|
|
3
3
|
import b from "./BaseBanner/Background/BaseBannerBgElement2.vue.js";
|
|
4
4
|
import h from "./BaseBanner/Background/BaseBannerBgElement3.vue.js";
|
|
@@ -10,21 +10,21 @@ const f = ["aria-label"], g = { class: "uikit-relative uikit-z-[2]" }, v = { cla
|
|
|
10
10
|
headerTag: {},
|
|
11
11
|
title: {},
|
|
12
12
|
description: {},
|
|
13
|
-
ctaComponent: {},
|
|
13
|
+
ctaComponent: { type: [Object, Function] },
|
|
14
14
|
ctaLabel: {},
|
|
15
15
|
bannerClass: {}
|
|
16
16
|
},
|
|
17
17
|
setup(C) {
|
|
18
|
-
return (i,
|
|
18
|
+
return (i, w) => (e(), m("section", {
|
|
19
19
|
"aria-label": i.ariaLabel,
|
|
20
|
-
class:
|
|
20
|
+
class: k([
|
|
21
21
|
"uikit-relative uikit-overflow-hidden uikit-rounded-xs uikit-p-md uikit-text-white sm:uikit-p-lg",
|
|
22
|
-
i.bannerClass === "secondary" ? "uikit-bg-w-blue" : "uikit-bg-w-
|
|
22
|
+
i.bannerClass === "secondary" ? "uikit-bg-w-blue" : "uikit-bg-w-primary"
|
|
23
23
|
])
|
|
24
24
|
}, [
|
|
25
|
-
|
|
25
|
+
n("div", g, [
|
|
26
26
|
o(i.$slots, "title", {}, () => [
|
|
27
|
-
(e(),
|
|
27
|
+
(e(), s(r(i.headerTag || "h2"), { class: "uikit-m-0 uikit-text-20 max-sm:uikit-mb-xs" }, {
|
|
28
28
|
default: l(() => [
|
|
29
29
|
u(a(i.title), 1)
|
|
30
30
|
]),
|
|
@@ -32,11 +32,11 @@ const f = ["aria-label"], g = { class: "uikit-relative uikit-z-[2]" }, v = { cla
|
|
|
32
32
|
}))
|
|
33
33
|
]),
|
|
34
34
|
o(i.$slots, "description", {}, () => [
|
|
35
|
-
|
|
35
|
+
n("p", v, a(i.description), 1)
|
|
36
36
|
])
|
|
37
37
|
]),
|
|
38
38
|
o(i.$slots, "cta", {}, () => [
|
|
39
|
-
(e(),
|
|
39
|
+
(e(), s(r(i.ctaComponent || "button"), { class: "uikit-btn uikit-btn-w-ternary uikit-relative uikit-z-[2]" }, {
|
|
40
40
|
default: l(() => [
|
|
41
41
|
u(a(i.ctaLabel), 1)
|
|
42
42
|
]),
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent as f, ref as
|
|
2
|
-
import
|
|
1
|
+
import { defineComponent as f, ref as c, computed as s, createElementBlock as v, openBlock as g, withModifiers as l, normalizeStyle as w, normalizeClass as B, renderSlot as r, createVNode as h } from "vue";
|
|
2
|
+
import C from "../../../../UIKit/StaticSpinner.js";
|
|
3
3
|
const M = ["id", "data-cy", "type", "data-active", "disabled", "aria-label", "title"], S = /* @__PURE__ */ f({
|
|
4
4
|
__name: "BaseButton",
|
|
5
5
|
props: {
|
|
@@ -19,12 +19,12 @@ const M = ["id", "data-cy", "type", "data-active", "disabled", "aria-label", "ti
|
|
|
19
19
|
emits: ["mouseover", "mouseout", "click"],
|
|
20
20
|
setup(a, { emit: u }) {
|
|
21
21
|
const n = u, d = {
|
|
22
|
-
primary: "uikit-btn-primary",
|
|
23
|
-
secondary: "uikit-btn-secondary",
|
|
24
|
-
ternary: "uikit-btn-ternary",
|
|
25
|
-
quaternary: "uikit-btn-quaternary",
|
|
26
|
-
warning: "uikit-btn-warning",
|
|
27
|
-
danger: "uikit-btn-danger",
|
|
22
|
+
primary: "uikit-btn-w-primary",
|
|
23
|
+
secondary: "uikit-btn-w-secondary",
|
|
24
|
+
ternary: "uikit-btn-w-ternary",
|
|
25
|
+
quaternary: "uikit-btn-w-quaternary",
|
|
26
|
+
warning: "uikit-btn-w-warning",
|
|
27
|
+
danger: "uikit-btn-w-danger",
|
|
28
28
|
transparent: "uikit-btn-transparent",
|
|
29
29
|
light: "uikit-btn-light",
|
|
30
30
|
"show-more": "uikit-btn-show-more",
|
|
@@ -34,19 +34,19 @@ const M = ["id", "data-cy", "type", "data-active", "disabled", "aria-label", "ti
|
|
|
34
34
|
}, k = {
|
|
35
35
|
sm: "uikit-btn-sm",
|
|
36
36
|
lg: "uikit-btn-lg"
|
|
37
|
-
}, o =
|
|
38
|
-
() => k[a.size]
|
|
37
|
+
}, o = c(!1), b = s(
|
|
38
|
+
() => k[a.size] || "uikit-btn-md"
|
|
39
39
|
), m = s(() => a.outlined ? "uikit-btn-outline" : ""), p = () => {
|
|
40
40
|
o.value = !0;
|
|
41
41
|
}, y = () => {
|
|
42
42
|
o.value = !1;
|
|
43
43
|
};
|
|
44
|
-
return (t, e) => (g(),
|
|
44
|
+
return (t, e) => (g(), v("button", {
|
|
45
45
|
id: t.$attrs.id,
|
|
46
46
|
"data-cy": t.dataCy,
|
|
47
47
|
type: t.type,
|
|
48
|
-
class:
|
|
49
|
-
"uikit-btn",
|
|
48
|
+
class: B([
|
|
49
|
+
"uikit-shadow-surface uikit-btn",
|
|
50
50
|
{
|
|
51
51
|
"uikit-btn-empty": !t.withMinWidth,
|
|
52
52
|
"active uikit-font-medium": t.keepActive,
|
|
@@ -57,7 +57,7 @@ const M = ["id", "data-cy", "type", "data-active", "disabled", "aria-label", "ti
|
|
|
57
57
|
m.value,
|
|
58
58
|
{ "uikit-btn-rounded": t.rounded }
|
|
59
59
|
]),
|
|
60
|
-
style:
|
|
60
|
+
style: w(t.$attrs.style),
|
|
61
61
|
"data-active": t.keepActive,
|
|
62
62
|
disabled: t.isLoading || t.disabled,
|
|
63
63
|
"aria-label": t.ariaLabel,
|
|
@@ -71,7 +71,7 @@ const M = ["id", "data-cy", "type", "data-active", "disabled", "aria-label", "ti
|
|
|
71
71
|
onClick: e[2] || (e[2] = (i) => n("click", i))
|
|
72
72
|
}, [
|
|
73
73
|
t.isLoading ? r(t.$slots, "spinner", { key: 1 }, () => [
|
|
74
|
-
C
|
|
74
|
+
h(C, {
|
|
75
75
|
"stroke-color": t.outlined ? "#ACB4C3" : "#fff"
|
|
76
76
|
}, null, 8, ["stroke-color"])
|
|
77
77
|
]) : r(t.$slots, "default", {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as a, useModel as d, createBlock as s, openBlock as i, unref as o, withCtx as k, renderSlot as m, createElementBlock as n, createCommentVNode as f, createVNode as c } from "vue";
|
|
2
2
|
import { Toggle as p } from "reka-ui";
|
|
3
|
-
import { CloseIcon as x } from "
|
|
4
|
-
import "
|
|
3
|
+
import { CloseIcon as x } from "../../../../node_modules/.pnpm/@wikicasa-dev_svg-icons@1.2.12_typescript@5.8.3/node_modules/@wikicasa-dev/svg-icons/dist/CloseIcon.js";
|
|
4
|
+
import "../../../../node_modules/.pnpm/@wikicasa-dev_svg-icons@1.2.12_typescript@5.8.3/node_modules/@wikicasa-dev/svg-icons/dist/PharmacyIcon.js";
|
|
5
5
|
const b = {
|
|
6
6
|
key: 0,
|
|
7
7
|
class: "uikit-box-border uikit-flex uikit-size-sm uikit-items-center uikit-justify-center uikit-rounded-full uikit-bg-w-blue uikit-text-10 uikit-text-white"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as s, mergeModels as p, useModel as d, createBlock as f, openBlock as m, unref as t, withCtx as i, createVNode as n, renderSlot as l, normalizeClass as k } from "vue";
|
|
2
|
-
import { ArrowFilledIcon as c } from "
|
|
3
|
-
import "
|
|
2
|
+
import { ArrowFilledIcon as c } from "../../../../node_modules/.pnpm/@wikicasa-dev_svg-icons@1.2.12_typescript@5.8.3/node_modules/@wikicasa-dev/svg-icons/dist/ArrowFilledIcon.js";
|
|
3
|
+
import "../../../../node_modules/.pnpm/@wikicasa-dev_svg-icons@1.2.12_typescript@5.8.3/node_modules/@wikicasa-dev/svg-icons/dist/PharmacyIcon.js";
|
|
4
4
|
import { CollapsibleRoot as b, CollapsibleTrigger as g, CollapsibleContent as C } from "reka-ui";
|
|
5
5
|
const M = /* @__PURE__ */ s({
|
|
6
6
|
__name: "BaseCollapse",
|