@wikicasa-dev/components 2.1.24-alpha.1 → 2.1.24-alpha.11
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.js +1 -1
- package/dist/UIKit/BaseBadge.js +2 -2
- package/dist/UIKit/BaseBreadcrumb.js +1 -1
- package/dist/UIKit/BaseButton.js +1 -1
- package/dist/UIKit/BaseCard.d.ts +2 -2
- package/dist/UIKit/BaseCard.js +3 -3
- package/dist/UIKit/BaseComplexToggle.js +2 -2
- 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.js +2 -2
- package/dist/UIKit/BaseModal.js +2 -2
- package/dist/UIKit/BasePagination.js +1 -1
- package/dist/UIKit/BasePaper.js +2 -2
- package/dist/UIKit/BaseSelect/SelectItem.js +1 -1
- package/dist/UIKit/BaseSlider.js +2 -2
- package/dist/UIKit/BaseSnackbar.d.ts +30 -27
- package/dist/UIKit/BaseSnackbar.js +2 -2
- package/dist/UIKit/BaseTextarea.js +2 -2
- package/dist/UIKit/BaseToggle.js +2 -2
- package/dist/UIKit/BaseTooltip.js +2 -2
- package/dist/UIKit/BaseUploadFile.js +1 -1
- package/dist/UIKit/Checkbox/CheckboxBtn.js +2 -2
- package/dist/UIKit/Checkbox/CheckboxGroup.js +1 -1
- package/dist/UIKit/Radio/RadioButton.js +1 -1
- package/dist/UIKit/Radio/RadioGroup.js +1 -1
- package/dist/UIKit/ShimmerLoader/BaseShimmerLoader.js +2 -2
- package/dist/UIKit/ShimmerLoader/ShimmerMultiLine.js +1 -1
- package/dist/UIKit/Slider/SimpleSlider.js +2 -2
- package/dist/UIKit/StaticSpinner.js +2 -2
- package/dist/UIKit/Tab/BaseTab.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 +0 -1
- package/dist/_virtual/polyline.js +1 -1
- package/dist/assets/{lib → packages/components/lib}/UIKit/BaseBadge.css +1 -1
- package/dist/assets/packages/components/lib/UIKit/BaseCard.css +1 -0
- package/dist/assets/packages/components/lib/UIKit/BaseComplexToggle.css +1 -0
- package/dist/assets/packages/components/lib/UIKit/BaseModal.css +1 -0
- package/dist/assets/packages/components/lib/UIKit/BaseSnackbar.css +1 -0
- 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/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 +2 -2
- package/dist/index.js +41 -41
- package/dist/node_modules/{swiper → .pnpm/swiper@12.0.3/node_modules/swiper}/modules/controller.js +2 -2
- 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/Accordion/BaseAccordion.vue.js +3 -3
- package/dist/{lib → packages/components/lib}/UIKit/BaseAutocomplete.vue.js +4 -4
- package/dist/{lib → packages/components/lib}/UIKit/BaseButton.vue.js +1 -1
- package/dist/packages/components/lib/UIKit/BaseCard.vue.js +37 -0
- package/dist/{lib → packages/components/lib}/UIKit/BaseInput.vue.js +2 -2
- package/dist/{lib → packages/components/lib}/UIKit/BaseModal.vue.js +4 -4
- package/dist/{lib → packages/components/lib}/UIKit/BaseSlider.vue.js +1 -1
- package/dist/packages/components/lib/UIKit/BaseSnackbar.vue.js +137 -0
- package/dist/{lib → packages/components/lib}/UIKit/BaseTextarea.vue.js +2 -2
- package/dist/{lib → packages/components/lib}/UIKit/BaseUploadFile.vue.js +1 -1
- package/dist/{lib → packages/components/lib}/UIKit/Checkbox/CheckboxGroup.vue.js +5 -5
- package/dist/{lib → packages/components/lib}/UIKit/ShimmerLoader/ShimmerMultiLine.vue.js +1 -1
- 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 +6 -6
- package/dist/packages/components/node_modules/@wikicasa-dev/vue-composables/dist/useKeyboardController.js +41 -0
- package/package.json +8 -8
- package/dist/assets/lib/UIKit/BaseCard.css +0 -1
- package/dist/assets/lib/UIKit/BaseComplexToggle.css +0 -1
- package/dist/assets/lib/UIKit/BaseModal.css +0 -1
- package/dist/assets/lib/UIKit/BaseSnackbar.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/BaseCard.vue.js +0 -37
- package/dist/lib/UIKit/BaseSnackbar.vue.js +0 -119
- package/dist/node_modules/@wikicasa-dev/vue-composables/dist/useKeyboardController.js +0 -41
- /package/dist/assets/node_modules/{swiper → .pnpm/swiper@12.0.3/node_modules/swiper}/modules/free-mode.css +0 -0
- /package/dist/assets/node_modules/{swiper → .pnpm/swiper@12.0.3/node_modules/swiper}/modules/navigation.css +0 -0
- /package/dist/assets/node_modules/{swiper → .pnpm/swiper@12.0.3/node_modules/swiper}/modules/pagination.css +0 -0
- /package/dist/assets/node_modules/{swiper/modules/autoplay.css → .pnpm/swiper@12.0.3/node_modules/swiper/modules/thumbs.css} +0 -0
- /package/dist/assets/node_modules/{swiper → .pnpm/swiper@12.0.3/node_modules/swiper}/modules/zoom.css +0 -0
- /package/dist/assets/node_modules/{swiper → .pnpm/swiper@12.0.3/node_modules/swiper}/swiper.css +0 -0
- /package/dist/assets/{lib → packages/components/lib}/UIKit/BaseAlert.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/BaseInput.css +0 -0
- /package/dist/assets/{lib → packages/components/lib}/UIKit/BasePaper.css +0 -0
- /package/dist/assets/{lib → packages/components/lib}/UIKit/BaseSlider.css +0 -0
- /package/dist/assets/{lib → packages/components/lib}/UIKit/BaseTextarea.css +0 -0
- /package/dist/assets/{lib → packages/components/lib}/UIKit/BaseToggle.css +0 -0
- /package/dist/assets/{lib → packages/components/lib}/UIKit/BaseTooltip.css +0 -0
- /package/dist/assets/{lib → packages/components/lib}/UIKit/Checkbox/CheckboxBtn.css +0 -0
- /package/dist/assets/{lib → packages/components/lib}/UIKit/ShimmerLoader/BaseShimmerLoader.css +0 -0
- /package/dist/assets/{lib → packages/components/lib}/UIKit/Slider/SimpleSlider.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_utilities@1.1.21/node_modules/@wikicasa-dev}/utilities/dist/utils/ArrayUtils.js +0 -0
- /package/dist/node_modules/{@wikicasa-dev → .pnpm/@wikicasa-dev_utilities@1.1.21/node_modules/@wikicasa-dev}/utilities/dist/utils/DeviceDetectionUtils.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/GenericUtils.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_utilities@1.1.21/node_modules/@wikicasa-dev}/utilities/dist/utils/StringUtils.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@12.0.3/node_modules/swiper}/modules/autoplay.js +0 -0
- /package/dist/node_modules/{swiper → .pnpm/swiper@12.0.3/node_modules/swiper}/modules/free-mode.js +0 -0
- /package/dist/node_modules/{swiper → .pnpm/swiper@12.0.3/node_modules/swiper}/modules/keyboard.js +0 -0
- /package/dist/node_modules/{swiper → .pnpm/swiper@12.0.3/node_modules/swiper}/modules/navigation.js +0 -0
- /package/dist/node_modules/{swiper → .pnpm/swiper@12.0.3/node_modules/swiper}/modules/pagination.js +0 -0
- /package/dist/node_modules/{swiper → .pnpm/swiper@12.0.3/node_modules/swiper}/modules/thumbs.js +0 -0
- /package/dist/node_modules/{swiper → .pnpm/swiper@12.0.3/node_modules/swiper}/modules/zoom.js +0 -0
- /package/dist/node_modules/{swiper → .pnpm/swiper@12.0.3/node_modules/swiper}/shared/classes-to-selector.js +0 -0
- /package/dist/node_modules/{swiper → .pnpm/swiper@12.0.3/node_modules/swiper}/shared/create-element-if-not-defined.js +0 -0
- /package/dist/node_modules/{swiper → .pnpm/swiper@12.0.3/node_modules/swiper}/shared/ssr-window.esm.js +0 -0
- /package/dist/node_modules/{swiper → .pnpm/swiper@12.0.3/node_modules/swiper}/shared/utils.js +0 -0
- /package/dist/{lib → packages/components/lib}/UIKit/AccessibleSelect.vue.js +0 -0
- /package/dist/{lib → packages/components/lib}/UIKit/Accordion/BaseAccordionBtn.vue.js +0 -0
- /package/dist/{lib → packages/components/lib}/UIKit/Accordion/BaseAccordionContent.vue.js +0 -0
- /package/dist/{lib → packages/components/lib}/UIKit/Accordion/BaseAccordionItem.vue.js +0 -0
- /package/dist/{lib → packages/components/lib}/UIKit/BaseAlert.vue.js +0 -0
- /package/dist/{lib → packages/components/lib}/UIKit/BaseBadge.vue.js +0 -0
- /package/dist/{lib → packages/components/lib}/UIKit/BaseBreadcrumb.vue.js +0 -0
- /package/dist/{lib → packages/components/lib}/UIKit/BaseComplexToggle.vue.js +0 -0
- /package/dist/{lib → packages/components/lib}/UIKit/BaseDropDown.vue.js +0 -0
- /package/dist/{lib → packages/components/lib}/UIKit/BaseFloatingLabel.vue.js +0 -0
- /package/dist/{lib → packages/components/lib}/UIKit/BaseIcon.vue.js +0 -0
- /package/dist/{lib → packages/components/lib}/UIKit/BasePagination.vue.js +0 -0
- /package/dist/{lib → packages/components/lib}/UIKit/BasePaper.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/Checkbox/CheckboxBtn.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/ShimmerLoader/BaseShimmerLoader.vue.js +0 -0
- /package/dist/{lib → packages/components/lib}/UIKit/Slider/SimpleSlider.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
- /package/dist/{node_modules → packages/components/node_modules}/@wikicasa-dev/svg-icons/dist/ArrowIcon.js +0 -0
- /package/dist/{node_modules → packages/components/node_modules}/@wikicasa-dev/svg-icons/dist/CloseIcon.js +0 -0
- /package/dist/{node_modules → packages/components/node_modules}/@wikicasa-dev/svg-icons/dist/DefaultValues-CpabIgVz.js +0 -0
- /package/dist/{node_modules → packages/components/node_modules}/@wikicasa-dev/svg-icons/dist/PharmacyIcon.js +0 -0
- /package/dist/{node_modules → packages/components/node_modules}/@wikicasa-dev/svg-icons/dist/WarningIconRounded.js +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import o from "../../lib/components/carousel/SwiperCarousel.vue.js";
|
|
2
|
-
import '../../assets/lib/components/carousel/SwiperCarousel2.css';import '../../assets/lib/components/carousel/SwiperCarousel.css';/* empty css
|
|
3
|
-
/* empty css
|
|
1
|
+
import o from "../../packages/components/lib/components/carousel/SwiperCarousel.vue.js";
|
|
2
|
+
import '../../assets/packages/components/lib/components/carousel/SwiperCarousel2.css';import '../../assets/packages/components/lib/components/carousel/SwiperCarousel.css';/* empty css */
|
|
3
|
+
/* empty css */
|
|
4
4
|
import r from "../../_virtual/_plugin-vue_export-helper.js";
|
|
5
5
|
const m = /* @__PURE__ */ r(o, [["__scopeId", "data-v-1ea2f6ce"]]);
|
|
6
6
|
export {
|
package/dist/index.d.ts
CHANGED
|
@@ -28,7 +28,6 @@ import { default as BaseToggle } from './UIKit/BaseToggle';
|
|
|
28
28
|
import { default as BaseTooltip } from './UIKit/BaseTooltip';
|
|
29
29
|
import { default as BaseUploadFile } from './UIKit/BaseUploadFile';
|
|
30
30
|
import { default as BaseModal } from './UIKit/BaseModal';
|
|
31
|
-
import { default as BaseSnackbar } from './UIKit/BaseSnackbar';
|
|
32
31
|
import { default as StaticSpinner } from './UIKit/StaticSpinner';
|
|
33
32
|
import { default as BaseShimmerLoader } from './UIKit/ShimmerLoader/BaseShimmerLoader';
|
|
34
33
|
import { default as ShimmerMultiLine } from './UIKit/ShimmerLoader/ShimmerMultiLine';
|
|
@@ -41,5 +40,6 @@ import { default as SwiperCarousel } from './components/carousel/SwiperCarousel'
|
|
|
41
40
|
import { default as SwiperSlide } from './components/carousel/SwiperSlide';
|
|
42
41
|
import { default as BaseBreadcrumb } from './UIKit/BaseBreadcrumb';
|
|
43
42
|
export * from './UIKit/types';
|
|
43
|
+
export { default as BaseSnackbar, type SnackbarProps, } from './UIKit/BaseSnackbar';
|
|
44
44
|
export type { ChartOptions, ChartData } from 'chart.js';
|
|
45
|
-
export { DoughnutChart, LineChart, BaseAccordion, BaseAccordionBtn, BaseAccordionContent, BaseAccordionItem, SelectItem, BaseAlert, BaseAutocomplete, BaseBadge, BaseButton, AccessibleSelect, BaseComplexToggle, BaseDropDown, BaseFloatingLabel, BaseCard, BaseIcon, BaseInput, BasePagination, BasePaper, BaseSlider, BaseTab, BaseTextarea, BaseToggle, BaseTooltip, BaseUploadFile, CheckboxBtn, CheckboxGroup, RadioButton, RadioGroup, SwiperCarousel, SwiperSlide, IntersectionObservable, IntersectionObserver, BaseModal,
|
|
45
|
+
export { DoughnutChart, LineChart, BaseAccordion, BaseAccordionBtn, BaseAccordionContent, BaseAccordionItem, SelectItem, BaseAlert, BaseAutocomplete, BaseBadge, BaseButton, AccessibleSelect, BaseComplexToggle, BaseDropDown, BaseFloatingLabel, BaseCard, BaseIcon, BaseInput, BasePagination, BasePaper, BaseSlider, BaseTab, BaseTextarea, BaseToggle, BaseTooltip, BaseUploadFile, CheckboxBtn, CheckboxGroup, RadioButton, RadioGroup, SwiperCarousel, SwiperSlide, IntersectionObservable, IntersectionObserver, BaseModal, BaseTabView, BaseShimmerLoader, ShimmerMultiLine, StaticSpinner, BaseBreadcrumb, SimpleSlider, };
|
package/dist/index.js
CHANGED
|
@@ -1,50 +1,50 @@
|
|
|
1
|
-
import './assets/lib/UIKit/BaseSnackbar.css';import './assets/lib/UIKit/BaseModal.css';import './assets/lib/UIKit/BaseBadge.css';import './assets/lib/UIKit/BaseAlert.css';import './assets/src/tailwind.css';/* empty css
|
|
2
|
-
import { default as l } from "./lib/UIKit/Accordion/BaseAccordion.vue.js";
|
|
3
|
-
import { default as d } from "./lib/UIKit/Accordion/BaseAccordionBtn.vue.js";
|
|
4
|
-
import { default as u } from "./lib/UIKit/Accordion/BaseAccordionContent.vue.js";
|
|
5
|
-
import { default as i } from "./lib/UIKit/Accordion/BaseAccordionItem.vue.js";
|
|
6
|
-
import { default as n } from "./lib/UIKit/BaseSelect/SelectItem.vue.js";
|
|
1
|
+
import './assets/packages/components/lib/UIKit/BaseSnackbar.css';import './assets/packages/components/lib/UIKit/BaseModal.css';import './assets/packages/components/lib/UIKit/BaseBadge.css';import './assets/packages/components/lib/UIKit/BaseAlert.css';import './assets/packages/components/src/tailwind.css';/* empty css */
|
|
2
|
+
import { default as l } from "./packages/components/lib/UIKit/Accordion/BaseAccordion.vue.js";
|
|
3
|
+
import { default as d } from "./packages/components/lib/UIKit/Accordion/BaseAccordionBtn.vue.js";
|
|
4
|
+
import { default as u } from "./packages/components/lib/UIKit/Accordion/BaseAccordionContent.vue.js";
|
|
5
|
+
import { default as i } from "./packages/components/lib/UIKit/Accordion/BaseAccordionItem.vue.js";
|
|
6
|
+
import { default as n } from "./packages/components/lib/UIKit/BaseSelect/SelectItem.vue.js";
|
|
7
7
|
import { default as S } from "./UIKit/Checkbox/CheckboxBtn.js";
|
|
8
|
-
import { default as g } from "./lib/UIKit/Checkbox/CheckboxGroup.vue.js";
|
|
9
|
-
import { default as h } from "./lib/UIKit/Tab/BaseTab.vue.js";
|
|
10
|
-
import { default as I } from "./lib/UIKit/Tab/BaseTabView.vue.js";
|
|
11
|
-
import { default as w } from "./lib/UIKit/Radio/RadioButton.vue.js";
|
|
12
|
-
import { default as k } from "./lib/UIKit/Radio/RadioGroup.vue.js";
|
|
13
|
-
import { default as v } from "./lib/UIKit/AccessibleSelect.vue.js";
|
|
14
|
-
import { default as G } from "./lib/UIKit/BaseAlert.vue.js";
|
|
15
|
-
/* empty css
|
|
16
|
-
import { default as O } from "./lib/UIKit/BaseAutocomplete.vue.js";
|
|
17
|
-
import { default as R } from "./lib/UIKit/BaseBadge.vue.js";
|
|
18
|
-
/* empty css
|
|
19
|
-
import { default as V } from "./lib/UIKit/BaseButton.vue.js";
|
|
8
|
+
import { default as g } from "./packages/components/lib/UIKit/Checkbox/CheckboxGroup.vue.js";
|
|
9
|
+
import { default as h } from "./packages/components/lib/UIKit/Tab/BaseTab.vue.js";
|
|
10
|
+
import { default as I } from "./packages/components/lib/UIKit/Tab/BaseTabView.vue.js";
|
|
11
|
+
import { default as w } from "./packages/components/lib/UIKit/Radio/RadioButton.vue.js";
|
|
12
|
+
import { default as k } from "./packages/components/lib/UIKit/Radio/RadioGroup.vue.js";
|
|
13
|
+
import { default as v } from "./packages/components/lib/UIKit/AccessibleSelect.vue.js";
|
|
14
|
+
import { default as G } from "./packages/components/lib/UIKit/BaseAlert.vue.js";
|
|
15
|
+
/* empty css */
|
|
16
|
+
import { default as O } from "./packages/components/lib/UIKit/BaseAutocomplete.vue.js";
|
|
17
|
+
import { default as R } from "./packages/components/lib/UIKit/BaseBadge.vue.js";
|
|
18
|
+
/* empty css */
|
|
19
|
+
import { default as V } from "./packages/components/lib/UIKit/BaseButton.vue.js";
|
|
20
20
|
import { default as q } from "./UIKit/BaseCard.js";
|
|
21
21
|
import { default as z } from "./UIKit/BaseComplexToggle.js";
|
|
22
|
-
import { default as H } from "./lib/UIKit/BaseDropDown.vue.js";
|
|
22
|
+
import { default as H } from "./packages/components/lib/UIKit/BaseDropDown.vue.js";
|
|
23
23
|
import { default as K } from "./UIKit/BaseFloatingLabel.js";
|
|
24
24
|
import { default as Q } from "./UIKit/BaseIcon.js";
|
|
25
25
|
import { default as X } from "./UIKit/BaseInput.js";
|
|
26
|
-
import { default as Z } from "./lib/UIKit/BasePagination.vue.js";
|
|
26
|
+
import { default as Z } from "./packages/components/lib/UIKit/BasePagination.vue.js";
|
|
27
27
|
import { default as $ } from "./UIKit/BasePaper.js";
|
|
28
28
|
import { default as ae } from "./UIKit/BaseSlider.js";
|
|
29
29
|
import { default as re } from "./UIKit/BaseTextarea.js";
|
|
30
30
|
import { default as fe } from "./UIKit/BaseToggle.js";
|
|
31
31
|
import { default as le } from "./UIKit/BaseTooltip.js";
|
|
32
|
-
import { default as de } from "./lib/UIKit/BaseUploadFile.vue.js";
|
|
33
|
-
import { default as ue } from "./lib/UIKit/BaseModal.vue.js";
|
|
34
|
-
/* empty css
|
|
35
|
-
import { default as ie } from "./
|
|
36
|
-
|
|
37
|
-
import { default as
|
|
38
|
-
import { default as
|
|
39
|
-
import { default as
|
|
40
|
-
import { default as
|
|
41
|
-
import { default as
|
|
42
|
-
|
|
43
|
-
import { default as ke } from "./lib/components/IntersectionObserver/IntersectionObservable.vue.js";
|
|
44
|
-
import { default as ve } from "./lib/components/IntersectionObserver/IntersectionObserver.vue.js";
|
|
32
|
+
import { default as de } from "./packages/components/lib/UIKit/BaseUploadFile.vue.js";
|
|
33
|
+
import { default as ue } from "./packages/components/lib/UIKit/BaseModal.vue.js";
|
|
34
|
+
/* empty css */
|
|
35
|
+
import { default as ie } from "./UIKit/StaticSpinner.js";
|
|
36
|
+
import { default as ne } from "./UIKit/ShimmerLoader/BaseShimmerLoader.js";
|
|
37
|
+
import { default as Se } from "./packages/components/lib/UIKit/ShimmerLoader/ShimmerMultiLine.vue.js";
|
|
38
|
+
import { default as ge } from "./packages/components/lib/chart/DoughnutChart.vue.js";
|
|
39
|
+
import { default as he } from "./packages/components/lib/chart/LineChart.vue.js";
|
|
40
|
+
import { default as Ie } from "./UIKit/Slider/SimpleSlider.js";
|
|
41
|
+
import { default as we } from "./packages/components/lib/UIKit/BaseSnackbar.vue.js";
|
|
42
|
+
/* empty css */
|
|
43
|
+
import { default as ke } from "./packages/components/lib/components/IntersectionObserver/IntersectionObservable.vue.js";
|
|
44
|
+
import { default as ve } from "./packages/components/lib/components/IntersectionObserver/IntersectionObserver.vue.js";
|
|
45
45
|
import { default as Ge } from "./components/carousel/SwiperCarousel.js";
|
|
46
46
|
import { default as Oe } from "./components/carousel/SwiperSlide.js";
|
|
47
|
-
import { default as Re } from "./lib/UIKit/BaseBreadcrumb.vue.js";
|
|
47
|
+
import { default as Re } from "./packages/components/lib/UIKit/BaseBreadcrumb.vue.js";
|
|
48
48
|
export {
|
|
49
49
|
v as AccessibleSelect,
|
|
50
50
|
l as BaseAccordion,
|
|
@@ -65,9 +65,9 @@ export {
|
|
|
65
65
|
ue as BaseModal,
|
|
66
66
|
Z as BasePagination,
|
|
67
67
|
$ as BasePaper,
|
|
68
|
-
|
|
68
|
+
ne as BaseShimmerLoader,
|
|
69
69
|
ae as BaseSlider,
|
|
70
|
-
|
|
70
|
+
we as BaseSnackbar,
|
|
71
71
|
h as BaseTab,
|
|
72
72
|
I as BaseTabView,
|
|
73
73
|
re as BaseTextarea,
|
|
@@ -76,16 +76,16 @@ export {
|
|
|
76
76
|
de as BaseUploadFile,
|
|
77
77
|
S as CheckboxBtn,
|
|
78
78
|
g as CheckboxGroup,
|
|
79
|
-
|
|
79
|
+
ge as DoughnutChart,
|
|
80
80
|
ke as IntersectionObservable,
|
|
81
81
|
ve as IntersectionObserver,
|
|
82
|
-
|
|
82
|
+
he as LineChart,
|
|
83
83
|
w as RadioButton,
|
|
84
84
|
k as RadioGroup,
|
|
85
85
|
n as SelectItem,
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
86
|
+
Se as ShimmerMultiLine,
|
|
87
|
+
Ie as SimpleSlider,
|
|
88
|
+
ie as StaticSpinner,
|
|
89
89
|
Ge as SwiperCarousel,
|
|
90
90
|
Oe as SwiperSlide
|
|
91
91
|
};
|
package/dist/node_modules/{swiper → .pnpm/swiper@12.0.3/node_modules/swiper}/modules/controller.js
RENAMED
|
@@ -15,14 +15,14 @@ function A({
|
|
|
15
15
|
control: void 0
|
|
16
16
|
};
|
|
17
17
|
function u(i, a) {
|
|
18
|
-
const r = /* @__PURE__ */
|
|
18
|
+
const r = /* @__PURE__ */ function() {
|
|
19
19
|
let l, o, c;
|
|
20
20
|
return (m, g) => {
|
|
21
21
|
for (o = -1, l = m.length; l - o > 1; )
|
|
22
22
|
c = l + o >> 1, m[c] <= g ? o = c : l = c;
|
|
23
23
|
return l;
|
|
24
24
|
};
|
|
25
|
-
}
|
|
25
|
+
}();
|
|
26
26
|
this.x = i, this.y = a, this.lastIndex = i.length - 1;
|
|
27
27
|
let n, e;
|
|
28
28
|
return this.interpolate = function(l) {
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { default as i } from "../../../../node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/modules/navigation.js";
|
|
2
|
+
import '../../../../assets/node_modules/.pnpm/swiper@12.0.3/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@12.0.3/node_modules/swiper/modules/pagination.js";
|
|
2
|
+
import '../../../../assets/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/modules/pagination.css';/* empty css */
|
|
3
|
+
export {
|
|
4
|
+
i as Pagination
|
|
5
|
+
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as p, ref as u, provide as c, renderSlot as d } from "vue";
|
|
2
|
-
import "
|
|
3
|
-
import { isEmptyObject as f } from "
|
|
4
|
-
import "
|
|
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
5
|
const k = /* @__PURE__ */ p({
|
|
6
6
|
__name: "BaseAccordion",
|
|
7
7
|
props: {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { defineComponent as P, mergeModels as y, useModel as F, ref as d, computed as k, onBeforeMount as L, watch as f, createBlock as g, openBlock as w, normalizeClass as H, withCtx as s, createElementBlock as K, Fragment as T, renderList as z, unref as A, createElementVNode as N, createVNode as U, renderSlot as $ } from "vue";
|
|
2
|
-
import W from "
|
|
2
|
+
import W from "../../../../UIKit/BaseInput.js";
|
|
3
3
|
import j from "./BaseDropDown.vue.js";
|
|
4
|
-
import "
|
|
5
|
-
import { debounce as q } from "
|
|
6
|
-
import "
|
|
4
|
+
import "../../../../node_modules/.pnpm/js-cookie@3.0.5/node_modules/js-cookie/dist/js.cookie.js";
|
|
5
|
+
import { debounce as q } from "../../../../node_modules/.pnpm/@wikicasa-dev_utilities@1.1.21/node_modules/@wikicasa-dev/utilities/dist/utils/FunctionUtils.js";
|
|
6
|
+
import "../../../../_virtual/polyline.js";
|
|
7
7
|
import G from "./BaseSelect/SelectItem.vue.js";
|
|
8
8
|
import { useKeyboardController as J } from "../../node_modules/@wikicasa-dev/vue-composables/dist/useKeyboardController.js";
|
|
9
9
|
const Q = ["innerHTML"], ae = /* @__PURE__ */ P({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as c, ref as b, computed as l, createElementBlock as f, openBlock as v, withModifiers as s, normalizeStyle as B, normalizeClass as C, renderSlot as u, createVNode as M } from "vue";
|
|
2
|
-
import z from "
|
|
2
|
+
import z from "../../../../UIKit/StaticSpinner.js";
|
|
3
3
|
const L = ["id", "data-cy", "type", "data-active", "disabled", "aria-label", "title"], $ = /* @__PURE__ */ c({
|
|
4
4
|
__name: "BaseButton",
|
|
5
5
|
props: {
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { defineComponent as u, computed as d, createBlock as C, openBlock as y, resolveDynamicComponent as f, normalizeClass as a, withCtx as v, createElementVNode as o, renderSlot as c } from "vue";
|
|
2
|
+
const p = /* @__PURE__ */ u({
|
|
3
|
+
__name: "BaseCard",
|
|
4
|
+
props: {
|
|
5
|
+
type: { default: "" },
|
|
6
|
+
rootComponent: { default: "div" },
|
|
7
|
+
cardImgClasses: { default: "" },
|
|
8
|
+
cardBodyClasses: { default: "" }
|
|
9
|
+
},
|
|
10
|
+
emits: ["click"],
|
|
11
|
+
setup(e, { emit: l }) {
|
|
12
|
+
const n = l, r = d(
|
|
13
|
+
() => e.type === "news" ? "news-card" : e.type
|
|
14
|
+
), i = d(() => e.type ? `${e.type}-img` : "");
|
|
15
|
+
return (t, s) => (y(), C(f(e.rootComponent), {
|
|
16
|
+
class: a(["card", [r.value]]),
|
|
17
|
+
onClick: s[0] || (s[0] = (m) => n("click", m))
|
|
18
|
+
}, {
|
|
19
|
+
default: v(() => [
|
|
20
|
+
o("div", {
|
|
21
|
+
class: a(["card-img", [i.value, e.cardImgClasses]])
|
|
22
|
+
}, [
|
|
23
|
+
c(t.$slots, "card-image", {}, void 0, !0)
|
|
24
|
+
], 2),
|
|
25
|
+
o("div", {
|
|
26
|
+
class: a(["card-body", [e.cardBodyClasses]])
|
|
27
|
+
}, [
|
|
28
|
+
c(t.$slots, "card-description", {}, void 0, !0)
|
|
29
|
+
], 2)
|
|
30
|
+
]),
|
|
31
|
+
_: 3
|
|
32
|
+
}, 8, ["class"]));
|
|
33
|
+
}
|
|
34
|
+
});
|
|
35
|
+
export {
|
|
36
|
+
p as default
|
|
37
|
+
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as z, mergeModels as C, useModel as A, ref as m, watch as w, useAttrs as N, createElementBlock as r, openBlock as u, normalizeClass as v, unref as s, renderSlot as c, createElementVNode as h, createBlock as O, createCommentVNode as y, withKeys as j, withModifiers as $, Fragment as T, renderList as B } from "vue";
|
|
2
|
-
import D from "
|
|
3
|
-
import { useFloatingLabel as G } from "
|
|
2
|
+
import D from "../../../../UIKit/BaseFloatingLabel.js";
|
|
3
|
+
import { useFloatingLabel as G } from "../../../../composables/useFloatingLabel.js";
|
|
4
4
|
const J = ["id", "data-cy", "name", "autocomplete", "disabled", "aria-labelledby", "readonly", "type", "pattern", "min", "max", "maxlength", "inputmode", "placeholder", "value"], Q = { class: "uikit-invisible uikit-float-none uikit-mb-2 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-transition-[max-width] uikit-duration-[50ms] uikit-ease-out" }, W = ["innerHTML"], X = ["innerHTML"], Y = ["innerHTML"], Z = {
|
|
5
5
|
key: 1,
|
|
6
6
|
class: "under-label uikit-absolute uikit-text-12"
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent as T, ref as n, useTemplateRef as z, onUnmounted as H, watch as I, createBlock as O, openBlock as k, Teleport as $, createElementVNode as l, normalizeClass as s, withModifiers as y, createElementBlock as h, createCommentVNode as w, renderSlot as d, createVNode as D, unref as K, nextTick as N } from "vue";
|
|
2
|
-
import "
|
|
3
|
-
import { isWindows as C } from "
|
|
4
|
-
import { awaitableSetTimeout as S } from "
|
|
5
|
-
import "
|
|
2
|
+
import "../../../../node_modules/.pnpm/js-cookie@3.0.5/node_modules/js-cookie/dist/js.cookie.js";
|
|
3
|
+
import { isWindows as C } from "../../../../node_modules/.pnpm/@wikicasa-dev_utilities@1.1.21/node_modules/@wikicasa-dev/utilities/dist/utils/DeviceDetectionUtils.js";
|
|
4
|
+
import { awaitableSetTimeout as S } from "../../../../node_modules/.pnpm/@wikicasa-dev_utilities@1.1.21/node_modules/@wikicasa-dev/utilities/dist/utils/GenericUtils.js";
|
|
5
|
+
import "../../../../_virtual/polyline.js";
|
|
6
6
|
import { CloseIcon as V } from "../../node_modules/@wikicasa-dev/svg-icons/dist/CloseIcon.js";
|
|
7
7
|
import "../../node_modules/@wikicasa-dev/svg-icons/dist/PharmacyIcon.js";
|
|
8
8
|
const F = ["id", "data-cy"], U = ["innerHTML"], J = /* @__PURE__ */ T({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as R, mergeModels as _, useModel as w, ref as p, useTemplateRef as D, useAttrs as j, onMounted as q, createElementBlock as G, openBlock as H, createElementVNode as x, withModifiers as T, createVNode as k } from "vue";
|
|
2
|
-
import C from "
|
|
2
|
+
import C from "../../../../UIKit/BaseInput.js";
|
|
3
3
|
const J = { class: "range_container" }, K = { class: "sliders_control" }, O = ["value", "min", "max", "step"], Q = ["value", "min", "max", "step"], W = { class: "form_control row" }, X = { class: "pb-15 pb-sm-0 col-sm-6 col-xl-4" }, Y = { class: "col-sm-6 col-xl-4" }, ae = /* @__PURE__ */ R({
|
|
4
4
|
__name: "BaseSlider",
|
|
5
5
|
props: /* @__PURE__ */ _({
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
import { defineComponent as h, mergeModels as C, useModel as T, ref as x, watch as I, nextTick as $, createBlock as u, openBlock as s, unref as e, withCtx as a, renderSlot as k, createVNode as r, normalizeClass as m, createCommentVNode as p, normalizeStyle as b } from "vue";
|
|
2
|
+
import { CloseIcon as V } from "../../node_modules/@wikicasa-dev/svg-icons/dist/CloseIcon.js";
|
|
3
|
+
import "../../node_modules/@wikicasa-dev/svg-icons/dist/PharmacyIcon.js";
|
|
4
|
+
import { ToastProvider as B, ToastRoot as D, ToastTitle as P, ToastDescription as z, ToastClose as M, ToastAction as S, ProgressRoot as A, ProgressIndicator as N, ToastPortal as R, ToastViewport as v } from "reka-ui";
|
|
5
|
+
const q = /* @__PURE__ */ h({
|
|
6
|
+
inheritAttrs: !1,
|
|
7
|
+
__name: "BaseSnackbar",
|
|
8
|
+
props: /* @__PURE__ */ C({
|
|
9
|
+
alertClass: { default: "primary" },
|
|
10
|
+
duration: { default: 3e3 },
|
|
11
|
+
swipeDirection: { default: "right" },
|
|
12
|
+
to: { type: [String, Boolean], default: "body" },
|
|
13
|
+
dataCy: { default: "" },
|
|
14
|
+
withCloseIcon: { type: Boolean, default: !0 },
|
|
15
|
+
viewportClasses: { default: "" }
|
|
16
|
+
}, {
|
|
17
|
+
open: { type: Boolean, default: !1 },
|
|
18
|
+
openModifiers: {}
|
|
19
|
+
}),
|
|
20
|
+
emits: ["update:open"],
|
|
21
|
+
setup(t) {
|
|
22
|
+
const n = T(t, "open"), l = x(0);
|
|
23
|
+
let f, c;
|
|
24
|
+
const w = (i = 3e3) => {
|
|
25
|
+
l.value = 0;
|
|
26
|
+
const o = Date.now();
|
|
27
|
+
c = setInterval(() => {
|
|
28
|
+
const g = Date.now() - o;
|
|
29
|
+
l.value = Math.min(100, g / i * 100), l.value >= 100 && clearInterval(c);
|
|
30
|
+
}, 30);
|
|
31
|
+
}, y = () => {
|
|
32
|
+
clearTimeout(f), f = setTimeout(() => {
|
|
33
|
+
n.value = !1;
|
|
34
|
+
}, t.duration), w(t.duration);
|
|
35
|
+
};
|
|
36
|
+
return I(
|
|
37
|
+
n,
|
|
38
|
+
(i) => {
|
|
39
|
+
$(() => {
|
|
40
|
+
if (i) {
|
|
41
|
+
y();
|
|
42
|
+
return;
|
|
43
|
+
}
|
|
44
|
+
clearInterval(c), clearTimeout(f), l.value = 0;
|
|
45
|
+
});
|
|
46
|
+
},
|
|
47
|
+
{ immediate: !0 }
|
|
48
|
+
), (i, o) => (s(), u(e(B), { "swipe-direction": t.swipeDirection }, {
|
|
49
|
+
default: a(() => [
|
|
50
|
+
k(i.$slots, "trigger", {
|
|
51
|
+
open: () => n.value = !0
|
|
52
|
+
}),
|
|
53
|
+
r(e(D), {
|
|
54
|
+
open: n.value,
|
|
55
|
+
"onUpdate:open": o[1] || (o[1] = (d) => n.value = d),
|
|
56
|
+
duration: t.duration,
|
|
57
|
+
class: m(["uikit-toast-root uikit-relative uikit-flex uikit-gap-[8px] uikit-overflow-hidden uikit-rounded-[4px] uikit-p-[16px] uikit-text-16 uikit-font-medium uikit-shadow-surface sm:uikit-max-w-[460px]", ["uikit-alert", `uikit-alert-w-${t.alertClass}`, i.$attrs.class]]),
|
|
58
|
+
"data-cy": t.dataCy
|
|
59
|
+
}, {
|
|
60
|
+
default: a(() => [
|
|
61
|
+
i.$slots.title ? (s(), u(e(P), {
|
|
62
|
+
key: 0,
|
|
63
|
+
"as-child": ""
|
|
64
|
+
}, {
|
|
65
|
+
default: a(() => [
|
|
66
|
+
k(i.$slots, "title")
|
|
67
|
+
]),
|
|
68
|
+
_: 3
|
|
69
|
+
})) : p("", !0),
|
|
70
|
+
r(e(z), { "as-child": "" }, {
|
|
71
|
+
default: a(() => [
|
|
72
|
+
k(i.$slots, "default"),
|
|
73
|
+
t.withCloseIcon ? (s(), u(e(M), {
|
|
74
|
+
key: 0,
|
|
75
|
+
class: "uikit-ml-[16px] uikit-flex uikit-size-[24px] uikit-shrink-0 uikit-cursor-pointer uikit-appearance-none uikit-items-center uikit-justify-center uikit-rounded-full uikit-bg-[#C1C8D5]"
|
|
76
|
+
}, {
|
|
77
|
+
default: a(() => [
|
|
78
|
+
r(e(V), {
|
|
79
|
+
width: 12,
|
|
80
|
+
height: 12,
|
|
81
|
+
"stroke-color": "#fff"
|
|
82
|
+
})
|
|
83
|
+
]),
|
|
84
|
+
_: 1
|
|
85
|
+
})) : p("", !0)
|
|
86
|
+
]),
|
|
87
|
+
_: 3
|
|
88
|
+
}),
|
|
89
|
+
i.$slots["toast-action"] ? (s(), u(e(S), {
|
|
90
|
+
key: 1,
|
|
91
|
+
class: "[grid-area:_action]",
|
|
92
|
+
"as-child": "",
|
|
93
|
+
"alt-text": "Goto schedule to undo"
|
|
94
|
+
}, {
|
|
95
|
+
default: a(() => [
|
|
96
|
+
k(i.$slots, "toast-action")
|
|
97
|
+
]),
|
|
98
|
+
_: 3
|
|
99
|
+
})) : p("", !0),
|
|
100
|
+
r(e(A), {
|
|
101
|
+
modelValue: l.value,
|
|
102
|
+
"onUpdate:modelValue": o[0] || (o[0] = (d) => l.value = d),
|
|
103
|
+
class: "uikit-absolute uikit-bottom-0 uikit-left-0 uikit-h-[4px] uikit-w-full uikit-overflow-hidden"
|
|
104
|
+
}, {
|
|
105
|
+
default: a(() => [
|
|
106
|
+
r(e(N), {
|
|
107
|
+
class: "uikit-relative uikit-block uikit-size-full uikit-bg-[#2b5dff] uikit-transition-transform uikit-duration-75 uikit-will-change-transform",
|
|
108
|
+
style: b(`transform: translateX(-${100 - l.value}%)`)
|
|
109
|
+
}, null, 8, ["style"])
|
|
110
|
+
]),
|
|
111
|
+
_: 1
|
|
112
|
+
}, 8, ["modelValue"])
|
|
113
|
+
]),
|
|
114
|
+
_: 3
|
|
115
|
+
}, 8, ["open", "duration", "class", "data-cy"]),
|
|
116
|
+
t.to ? (s(), u(e(R), {
|
|
117
|
+
key: 0,
|
|
118
|
+
to: t.to
|
|
119
|
+
}, {
|
|
120
|
+
default: a(() => [
|
|
121
|
+
r(e(v), {
|
|
122
|
+
class: m(["uikit-alert-viewport uikit-m-0 uikit-w-full uikit-list-none uikit-gap-[8px]", t.viewportClasses])
|
|
123
|
+
}, null, 8, ["class"])
|
|
124
|
+
]),
|
|
125
|
+
_: 1
|
|
126
|
+
}, 8, ["to"])) : (s(), u(e(v), {
|
|
127
|
+
key: 1,
|
|
128
|
+
class: m(["uikit-alert-viewport uikit-m-0 uikit-w-full uikit-list-none uikit-gap-[8px]", t.viewportClasses])
|
|
129
|
+
}, null, 8, ["class"]))
|
|
130
|
+
]),
|
|
131
|
+
_: 3
|
|
132
|
+
}, 8, ["swipe-direction"]));
|
|
133
|
+
}
|
|
134
|
+
});
|
|
135
|
+
export {
|
|
136
|
+
q as default
|
|
137
|
+
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as T, mergeModels as c, useModel as h, ref as $, watch as L, createElementBlock as b, openBlock as f, normalizeClass as s, createElementVNode as r, createCommentVNode as v, unref as u, createVNode as M, withModifiers as o, nextTick as C } from "vue";
|
|
2
|
-
import F from "
|
|
3
|
-
import { useFloatingLabel as B } from "
|
|
2
|
+
import F from "../../../../UIKit/BaseFloatingLabel.js";
|
|
3
|
+
import { useFloatingLabel as B } from "../../../../composables/useFloatingLabel.js";
|
|
4
4
|
const z = ["id", "data-cy", "rows", "disabled", "aria-labelledby", "readonly", "value"], E = {
|
|
5
5
|
key: 0,
|
|
6
6
|
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"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as b, ref as m, watch as p, createElementBlock as o, openBlock as u, normalizeClass as l, createElementVNode as a, createBlock as x, createCommentVNode as d, renderSlot as h } from "vue";
|
|
2
|
-
import v from "
|
|
2
|
+
import v from "../../../../UIKit/BaseFloatingLabel.js";
|
|
3
3
|
const w = ["innerHTML"], C = ["for"], g = ["id", "multiple", "accept"], B = /* @__PURE__ */ b({
|
|
4
4
|
inheritAttrs: !1,
|
|
5
5
|
__name: "BaseUploadFile",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { defineComponent as x, ref as y, computed as h, watch as v, renderSlot as b, createElementVNode as D, normalizeClass as E, createElementBlock as $, createCommentVNode as B, openBlock as g, Fragment as A, renderList as I, createBlock as R, unref as K } from "vue";
|
|
2
|
-
import { isArrNullOrEmpty as V } from "
|
|
3
|
-
import "
|
|
4
|
-
import { stringToHyphened as L } from "
|
|
5
|
-
import "
|
|
6
|
-
import G from "
|
|
2
|
+
import { isArrNullOrEmpty as V } from "../../../../../node_modules/.pnpm/@wikicasa-dev_utilities@1.1.21/node_modules/@wikicasa-dev/utilities/dist/utils/ArrayUtils.js";
|
|
3
|
+
import "../../../../../node_modules/.pnpm/js-cookie@3.0.5/node_modules/js-cookie/dist/js.cookie.js";
|
|
4
|
+
import { stringToHyphened as L } from "../../../../../node_modules/.pnpm/@wikicasa-dev_utilities@1.1.21/node_modules/@wikicasa-dev/utilities/dist/utils/StringUtils.js";
|
|
5
|
+
import "../../../../../_virtual/polyline.js";
|
|
6
|
+
import G from "../../../../../UIKit/Checkbox/CheckboxBtn.js";
|
|
7
7
|
const N = ["id", "data-cy"], z = /* @__PURE__ */ x({
|
|
8
8
|
inheritAttrs: !1,
|
|
9
9
|
__name: "CheckboxGroup",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as i, createElementBlock as n, openBlock as t, Fragment as l, renderList as a, createBlock as m, normalizeStyle as s, normalizeClass as o } from "vue";
|
|
2
|
-
import u from "
|
|
2
|
+
import u from "../../../../../UIKit/ShimmerLoader/BaseShimmerLoader.js";
|
|
3
3
|
const k = /* @__PURE__ */ i({
|
|
4
4
|
__name: "ShimmerMultiLine",
|
|
5
5
|
props: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as s, onBeforeMount as u, createBlock as i, createCommentVNode as c, unref as o, openBlock as m } from "vue";
|
|
2
2
|
import { Doughnut as p } from "vue-chartjs";
|
|
3
3
|
import { Chart as l, DoughnutController as d, ArcElement as f } from "chart.js";
|
|
4
|
-
import { useChartJsModules as g } from "
|
|
4
|
+
import { useChartJsModules as g } from "../../../../chart/composables/useChartjsModules.js";
|
|
5
5
|
const y = /* @__PURE__ */ s({
|
|
6
6
|
__name: "DoughnutChart",
|
|
7
7
|
props: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as m, onBeforeMount as p, useTemplateRef as u, computed as f, createBlock as d, createCommentVNode as h, unref as t, openBlock as C } from "vue";
|
|
2
2
|
import { Line as g } from "vue-chartjs";
|
|
3
3
|
import { Chart as x, LineController as L, LineElement as k, Filler as B, PointElement as E, CategoryScale as v, LinearScale as y } from "chart.js";
|
|
4
|
-
import { useChartJsModules as M } from "
|
|
4
|
+
import { useChartJsModules as M } from "../../../../chart/composables/useChartjsModules.js";
|
|
5
5
|
const F = /* @__PURE__ */ m({
|
|
6
6
|
__name: "LineChart",
|
|
7
7
|
props: {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { defineComponent as Q, reactive as U, ref as k, useId as X, computed as f, onMounted as Y, watch as x, nextTick as V, createElementBlock as l, openBlock as u, normalizeClass as d, createElementVNode as v, createCommentVNode as $, renderSlot as M, Fragment as P, renderList as E, mergeProps as F, withModifiers as O } from "vue";
|
|
2
2
|
import { Swiper as T } from "swiper";
|
|
3
|
-
import _ from "
|
|
4
|
-
import '
|
|
5
|
-
/* empty css
|
|
6
|
-
import "
|
|
7
|
-
import { shallowCopyObjectTo as ee } from "
|
|
8
|
-
import "
|
|
3
|
+
import _ from "../../../../../node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/modules/zoom.js";
|
|
4
|
+
import '../../../../../assets/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/modules/zoom.css';import '../../../../../assets/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/swiper.css';/* empty css */
|
|
5
|
+
/* empty css */
|
|
6
|
+
import "../../../../../node_modules/.pnpm/js-cookie@3.0.5/node_modules/js-cookie/dist/js.cookie.js";
|
|
7
|
+
import { shallowCopyObjectTo as ee } from "../../../../../node_modules/.pnpm/@wikicasa-dev_utilities@1.1.21/node_modules/@wikicasa-dev/utilities/dist/utils/ObjectUtils.js";
|
|
8
|
+
import "../../../../../_virtual/polyline.js";
|
|
9
9
|
const te = ["id"], se = ["id", "data-cy"], ie = ["data-idx", "alt", "width", "height", "onLoad"], ae = ["id"], re = ["alt"], fe = /* @__PURE__ */ Q({
|
|
10
10
|
inheritAttrs: !1,
|
|
11
11
|
__name: "SwiperCarousel",
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { ref as p, onMounted as w, onUnmounted as E, unref as x } from "vue";
|
|
2
|
+
const D = (o) => {
|
|
3
|
+
const { isDropdownOpen: t, disableSpaceHandler: m } = o, n = p(-1), a = p(-1);
|
|
4
|
+
if (!(o.activate === void 0 || o.activate)) return { activeIdx: n, selectedIdx: a };
|
|
5
|
+
const l = (e) => {
|
|
6
|
+
const d = "ArrowUp", v = "ArrowDown", s = "Enter", i = "Escape", r = " ", c = "PageUp", y = "Home", f = "PageDown", k = "End";
|
|
7
|
+
if (!t.value || ![
|
|
8
|
+
d,
|
|
9
|
+
v,
|
|
10
|
+
s,
|
|
11
|
+
i,
|
|
12
|
+
r,
|
|
13
|
+
c,
|
|
14
|
+
y,
|
|
15
|
+
f,
|
|
16
|
+
k
|
|
17
|
+
].includes(e.key))
|
|
18
|
+
return;
|
|
19
|
+
const u = x(o.optionsLength);
|
|
20
|
+
if (e.key === d)
|
|
21
|
+
n.value = n.value === 0 ? u - 1 : n.value - 1;
|
|
22
|
+
else if (e.key === v)
|
|
23
|
+
n.value = (n.value + 1) % u;
|
|
24
|
+
else if (e.key === s || e.key === r) {
|
|
25
|
+
if (e.key === r && m) return;
|
|
26
|
+
a.value = n.value, t.value = !1;
|
|
27
|
+
} else e.key === i ? (n.value = a.value, t.value = !1) : e.key === c || e.key === y ? n.value = 0 : (e.key === f || e.key === k) && (n.value = u - 1);
|
|
28
|
+
e.stopPropagation(), e.preventDefault();
|
|
29
|
+
};
|
|
30
|
+
return w(() => {
|
|
31
|
+
document && document.addEventListener("keydown", l);
|
|
32
|
+
}), E(() => {
|
|
33
|
+
document && document.removeEventListener("keydown", l);
|
|
34
|
+
}), {
|
|
35
|
+
activeIdx: n,
|
|
36
|
+
selectedIdx: a
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
export {
|
|
40
|
+
D as useKeyboardController
|
|
41
|
+
};
|