@wikicasa-dev/components 2.1.24-alpha.15 → 2.1.24-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.js +1 -1
- package/dist/UIKit/BaseBadge.d.ts +2 -2
- 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 +2 -23
- 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/_virtual/polyline.js +1 -1
- package/dist/assets/{packages/components/lib → lib}/UIKit/BaseBadge.css +1 -1
- package/dist/assets/lib/UIKit/BaseCard.css +1 -0
- package/dist/assets/lib/UIKit/BaseComplexToggle.css +1 -0
- package/dist/assets/lib/UIKit/BaseModal.css +1 -0
- package/dist/assets/lib/UIKit/BaseSnackbar.css +1 -0
- package/dist/assets/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.d.ts +0 -28
- package/dist/components/carousel/SwiperCarousel.js +3 -3
- package/dist/index.d.ts +2 -2
- package/dist/index.js +41 -41
- package/dist/lazyModules/Swiper/autoplay.js +5 -0
- package/dist/lazyModules/Swiper/controller.js +5 -0
- package/dist/lazyModules/Swiper/free-mode.js +5 -0
- package/dist/lazyModules/Swiper/keyboard.js +5 -0
- package/dist/lazyModules/Swiper/navigation.js +5 -0
- package/dist/lazyModules/Swiper/pagination.js +5 -0
- package/dist/lazyModules/Swiper/thumbs.js +5 -0
- package/dist/{packages/components/lib → lib}/UIKit/AccessibleSelect.vue.js +4 -4
- package/dist/{packages/components/lib → lib}/UIKit/Accordion/BaseAccordion.vue.js +3 -3
- package/dist/{packages/components/lib → lib}/UIKit/Accordion/BaseAccordionBtn.vue.js +2 -2
- package/dist/{packages/components/lib → lib}/UIKit/Accordion/BaseAccordionItem.vue.js +2 -2
- package/dist/{packages/components/lib → lib}/UIKit/BaseAutocomplete.vue.js +5 -5
- package/dist/lib/UIKit/BaseBadge.vue.js +19 -0
- package/dist/{packages/components/lib → lib}/UIKit/BaseBreadcrumb.vue.js +2 -2
- package/dist/{packages/components/lib → lib}/UIKit/BaseButton.vue.js +1 -1
- package/dist/lib/UIKit/BaseCard.vue.js +37 -0
- package/dist/{packages/components/lib → lib}/UIKit/BaseDropDown.vue.js +3 -3
- package/dist/{packages/components/lib → lib}/UIKit/BaseInput.vue.js +2 -2
- package/dist/{packages/components/lib → lib}/UIKit/BaseModal.vue.js +6 -6
- package/dist/{packages/components/lib → lib}/UIKit/BasePagination.vue.js +2 -2
- package/dist/{packages/components/lib → lib}/UIKit/BaseSlider.vue.js +1 -1
- package/dist/lib/UIKit/BaseSnackbar.vue.js +119 -0
- package/dist/{packages/components/lib → lib}/UIKit/BaseTextarea.vue.js +2 -2
- package/dist/{packages/components/lib → lib}/UIKit/BaseUploadFile.vue.js +1 -1
- package/dist/{packages/components/lib → lib}/UIKit/Checkbox/CheckboxGroup.vue.js +5 -5
- package/dist/{packages/components/lib → lib}/UIKit/ShimmerLoader/ShimmerMultiLine.vue.js +1 -1
- package/dist/{packages/components/lib → lib}/chart/DoughnutChart.vue.js +1 -1
- package/dist/{packages/components/lib → lib}/chart/LineChart.vue.js +1 -1
- package/dist/lib/components/IntersectionObserver/IntersectionObserver.vue.js +52 -0
- package/dist/{packages/components/lib → lib}/components/carousel/SwiperCarousel.vue.js +6 -6
- package/dist/node_modules/@wikicasa-dev/vue-composables/dist/useKeyboardController.js +41 -0
- package/dist/node_modules/{.pnpm/swiper@12.0.3/node_modules/swiper → swiper}/modules/controller.js +2 -2
- package/dist/utils.js +3 -3
- package/package.json +12 -14
- package/dist/assets/packages/components/lib/UIKit/BaseCard.css +0 -1
- package/dist/assets/packages/components/lib/UIKit/BaseComplexToggle.css +0 -1
- package/dist/assets/packages/components/lib/UIKit/BaseModal.css +0 -1
- package/dist/assets/packages/components/lib/UIKit/BaseSnackbar.css +0 -1
- package/dist/assets/packages/components/src/tailwind.css +0 -1
- package/dist/node_modules/.pnpm/@wikicasa-dev_vue-composables@0.0.24-alpha.0_vue@3.5.24_typescript@5.9.3_/node_modules/@wikicasa-dev/vue-composables/dist/useKeyboardController.js +0 -41
- package/dist/packages/components/lazyModules/Swiper/autoplay.js +0 -5
- package/dist/packages/components/lazyModules/Swiper/controller.js +0 -5
- package/dist/packages/components/lazyModules/Swiper/free-mode.js +0 -5
- package/dist/packages/components/lazyModules/Swiper/keyboard.js +0 -5
- package/dist/packages/components/lazyModules/Swiper/navigation.js +0 -5
- package/dist/packages/components/lazyModules/Swiper/pagination.js +0 -5
- package/dist/packages/components/lazyModules/Swiper/thumbs.js +0 -5
- package/dist/packages/components/lib/UIKit/BaseBadge.vue.js +0 -18
- package/dist/packages/components/lib/UIKit/BaseCard.vue.js +0 -37
- package/dist/packages/components/lib/UIKit/BaseSnackbar.vue.js +0 -146
- package/dist/packages/components/lib/components/IntersectionObserver/IntersectionObserver.vue.js +0 -50
- /package/dist/assets/{packages/components/lib → lib}/UIKit/BaseAlert.css +0 -0
- /package/dist/assets/{packages/components/lib → lib}/UIKit/BaseFloatingLabel.css +0 -0
- /package/dist/assets/{packages/components/lib → lib}/UIKit/BaseIcon.css +0 -0
- /package/dist/assets/{packages/components/lib → lib}/UIKit/BaseInput.css +0 -0
- /package/dist/assets/{packages/components/lib → lib}/UIKit/BasePaper.css +0 -0
- /package/dist/assets/{packages/components/lib → lib}/UIKit/BaseSlider.css +0 -0
- /package/dist/assets/{packages/components/lib → lib}/UIKit/BaseTextarea.css +0 -0
- /package/dist/assets/{packages/components/lib → lib}/UIKit/BaseToggle.css +0 -0
- /package/dist/assets/{packages/components/lib → lib}/UIKit/BaseTooltip.css +0 -0
- /package/dist/assets/{packages/components/lib → lib}/UIKit/Checkbox/CheckboxBtn.css +0 -0
- /package/dist/assets/{packages/components/lib → lib}/UIKit/ShimmerLoader/BaseShimmerLoader.css +0 -0
- /package/dist/assets/{packages/components/lib → lib}/UIKit/Slider/SimpleSlider.css +0 -0
- /package/dist/assets/{packages/components/lib → lib}/UIKit/StaticSpinner.css +0 -0
- /package/dist/assets/{packages/components/lib → lib}/components/carousel/SwiperCarousel.css +0 -0
- /package/dist/assets/{packages/components/lib → lib}/components/carousel/SwiperCarousel2.css +0 -0
- /package/dist/assets/node_modules/{.pnpm/swiper@12.0.3/node_modules/swiper/modules/autoplay.css → swiper/modules/controller.css} +0 -0
- /package/dist/assets/node_modules/{.pnpm/swiper@12.0.3/node_modules/swiper → swiper}/modules/free-mode.css +0 -0
- /package/dist/assets/node_modules/{.pnpm/swiper@12.0.3/node_modules/swiper → swiper}/modules/navigation.css +0 -0
- /package/dist/assets/node_modules/{.pnpm/swiper@12.0.3/node_modules/swiper → swiper}/modules/pagination.css +0 -0
- /package/dist/assets/node_modules/{.pnpm/swiper@12.0.3/node_modules/swiper → swiper}/modules/zoom.css +0 -0
- /package/dist/assets/node_modules/{.pnpm/swiper@12.0.3/node_modules/swiper → swiper}/swiper.css +0 -0
- /package/dist/{packages/components/lib → lib}/UIKit/Accordion/BaseAccordionContent.vue.js +0 -0
- /package/dist/{packages/components/lib → lib}/UIKit/BaseAlert.vue.js +0 -0
- /package/dist/{packages/components/lib → lib}/UIKit/BaseComplexToggle.vue.js +0 -0
- /package/dist/{packages/components/lib → lib}/UIKit/BaseFloatingLabel.vue.js +0 -0
- /package/dist/{packages/components/lib → lib}/UIKit/BaseIcon.vue.js +0 -0
- /package/dist/{packages/components/lib → lib}/UIKit/BasePaper.vue.js +0 -0
- /package/dist/{packages/components/lib → lib}/UIKit/BaseSelect/SelectItem.vue.js +0 -0
- /package/dist/{packages/components/lib → lib}/UIKit/BaseToggle.vue.js +0 -0
- /package/dist/{packages/components/lib → lib}/UIKit/BaseTooltip.vue.js +0 -0
- /package/dist/{packages/components/lib → lib}/UIKit/Checkbox/CheckboxBtn.vue.js +0 -0
- /package/dist/{packages/components/lib → lib}/UIKit/Radio/RadioButton.vue.js +0 -0
- /package/dist/{packages/components/lib → lib}/UIKit/Radio/RadioGroup.vue.js +0 -0
- /package/dist/{packages/components/lib → lib}/UIKit/ShimmerLoader/BaseShimmerLoader.vue.js +0 -0
- /package/dist/{packages/components/lib → lib}/UIKit/Slider/SimpleSlider.vue.js +0 -0
- /package/dist/{packages/components/lib → lib}/UIKit/StaticSpinner.vue.js +0 -0
- /package/dist/{packages/components/lib → lib}/UIKit/Tab/BaseTab.vue.js +0 -0
- /package/dist/{packages/components/lib → lib}/UIKit/Tab/BaseTabList.vue.js +0 -0
- /package/dist/{packages/components/lib → lib}/UIKit/Tab/BaseTabPanel.vue.js +0 -0
- /package/dist/{packages/components/lib → lib}/UIKit/Tab/BaseTabView.vue.js +0 -0
- /package/dist/{packages/components/lib → lib}/components/IntersectionObserver/IntersectionObservable.vue.js +0 -0
- /package/dist/node_modules/{.pnpm/@wikicasa-dev_svg-icons@1.2.21-alpha.2_vue@3.5.24_typescript@5.9.3_/node_modules/@wikicasa-dev → @wikicasa-dev}/svg-icons/dist/ArrowIcon.js +0 -0
- /package/dist/node_modules/{.pnpm/@wikicasa-dev_svg-icons@1.2.21-alpha.2_vue@3.5.24_typescript@5.9.3_/node_modules/@wikicasa-dev → @wikicasa-dev}/svg-icons/dist/CloseIcon.js +0 -0
- /package/dist/node_modules/{.pnpm/@wikicasa-dev_svg-icons@1.2.21-alpha.2_vue@3.5.24_typescript@5.9.3_/node_modules/@wikicasa-dev → @wikicasa-dev}/svg-icons/dist/DefaultValues-CpabIgVz.js +0 -0
- /package/dist/node_modules/{.pnpm/@wikicasa-dev_svg-icons@1.2.21-alpha.2_vue@3.5.24_typescript@5.9.3_/node_modules/@wikicasa-dev → @wikicasa-dev}/svg-icons/dist/PharmacyIcon.js +0 -0
- /package/dist/node_modules/{.pnpm/@wikicasa-dev_svg-icons@1.2.21-alpha.2_vue@3.5.24_typescript@5.9.3_/node_modules/@wikicasa-dev → @wikicasa-dev}/svg-icons/dist/WarningIconRounded.js +0 -0
- /package/dist/node_modules/{.pnpm/@wikicasa-dev_utilities@1.1.21/node_modules/@wikicasa-dev → @wikicasa-dev}/utilities/dist/utils/ArrayUtils.js +0 -0
- /package/dist/node_modules/{.pnpm/@wikicasa-dev_utilities@1.1.21/node_modules/@wikicasa-dev → @wikicasa-dev}/utilities/dist/utils/DeviceDetectionUtils.js +0 -0
- /package/dist/node_modules/{.pnpm/@wikicasa-dev_utilities@1.1.21/node_modules/@wikicasa-dev → @wikicasa-dev}/utilities/dist/utils/FunctionUtils.js +0 -0
- /package/dist/node_modules/{.pnpm/@wikicasa-dev_utilities@1.1.21/node_modules/@wikicasa-dev → @wikicasa-dev}/utilities/dist/utils/GenericUtils.js +0 -0
- /package/dist/node_modules/{.pnpm/@wikicasa-dev_utilities@1.1.21/node_modules/@wikicasa-dev → @wikicasa-dev}/utilities/dist/utils/ObjectUtils.js +0 -0
- /package/dist/node_modules/{.pnpm/@wikicasa-dev_utilities@1.1.21/node_modules/@wikicasa-dev → @wikicasa-dev}/utilities/dist/utils/StringUtils.js +0 -0
- /package/dist/node_modules/{.pnpm/google-polyline@1.0.3/node_modules/google-polyline → google-polyline}/lib/decode.js +0 -0
- /package/dist/node_modules/{.pnpm/google-polyline@1.0.3/node_modules/google-polyline → google-polyline}/lib/encode.js +0 -0
- /package/dist/node_modules/{.pnpm/google-polyline@1.0.3/node_modules/google-polyline → google-polyline}/lib/polyline.js +0 -0
- /package/dist/node_modules/{.pnpm/js-cookie@3.0.5/node_modules/js-cookie → js-cookie}/dist/js.cookie.js +0 -0
- /package/dist/node_modules/{.pnpm/swiper@12.0.3/node_modules/swiper → swiper}/modules/autoplay.js +0 -0
- /package/dist/node_modules/{.pnpm/swiper@12.0.3/node_modules/swiper → swiper}/modules/free-mode.js +0 -0
- /package/dist/node_modules/{.pnpm/swiper@12.0.3/node_modules/swiper → swiper}/modules/keyboard.js +0 -0
- /package/dist/node_modules/{.pnpm/swiper@12.0.3/node_modules/swiper → swiper}/modules/navigation.js +0 -0
- /package/dist/node_modules/{.pnpm/swiper@12.0.3/node_modules/swiper → swiper}/modules/pagination.js +0 -0
- /package/dist/node_modules/{.pnpm/swiper@12.0.3/node_modules/swiper → swiper}/modules/thumbs.js +0 -0
- /package/dist/node_modules/{.pnpm/swiper@12.0.3/node_modules/swiper → swiper}/modules/zoom.js +0 -0
- /package/dist/node_modules/{.pnpm/swiper@12.0.3/node_modules/swiper → swiper}/shared/classes-to-selector.js +0 -0
- /package/dist/node_modules/{.pnpm/swiper@12.0.3/node_modules/swiper → swiper}/shared/create-element-if-not-defined.js +0 -0
- /package/dist/node_modules/{.pnpm/swiper@12.0.3/node_modules/swiper → swiper}/shared/ssr-window.esm.js +0 -0
- /package/dist/node_modules/{.pnpm/swiper@12.0.3/node_modules/swiper → swiper}/shared/utils.js +0 -0
|
@@ -281,8 +281,6 @@ declare const __VLS_component: import('vue').DefineComponent<SwiperCarouselProps
|
|
|
281
281
|
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
282
282
|
};
|
|
283
283
|
at: (index: number) => string | undefined;
|
|
284
|
-
isWellFormed: () => boolean;
|
|
285
|
-
toWellFormed: () => string;
|
|
286
284
|
[Symbol.iterator]: () => StringIterator<string>;
|
|
287
285
|
} | null | undefined;
|
|
288
286
|
preventClicks?: boolean | undefined;
|
|
@@ -392,8 +390,6 @@ declare const __VLS_component: import('vue').DefineComponent<SwiperCarouselProps
|
|
|
392
390
|
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
393
391
|
};
|
|
394
392
|
at: (index: number) => string | undefined;
|
|
395
|
-
isWellFormed: () => boolean;
|
|
396
|
-
toWellFormed: () => string;
|
|
397
393
|
[Symbol.iterator]: () => StringIterator<string>;
|
|
398
394
|
} | "container" | "window" | undefined;
|
|
399
395
|
observer?: boolean | undefined;
|
|
@@ -607,8 +603,6 @@ declare const __VLS_component: import('vue').DefineComponent<SwiperCarouselProps
|
|
|
607
603
|
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
608
604
|
};
|
|
609
605
|
at: (index: number) => string | undefined;
|
|
610
|
-
isWellFormed: () => boolean;
|
|
611
|
-
toWellFormed: () => string;
|
|
612
606
|
[Symbol.iterator]: () => StringIterator<string>;
|
|
613
607
|
} | "container" | "wrapper" | undefined;
|
|
614
608
|
thresholdDelta?: number | null | undefined;
|
|
@@ -711,8 +705,6 @@ declare const __VLS_component: import('vue').DefineComponent<SwiperCarouselProps
|
|
|
711
705
|
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
712
706
|
};
|
|
713
707
|
at: (index: number) => string | undefined;
|
|
714
|
-
isWellFormed: () => boolean;
|
|
715
|
-
toWellFormed: () => string;
|
|
716
708
|
[Symbol.iterator]: () => StringIterator<string>;
|
|
717
709
|
} | null | undefined;
|
|
718
710
|
prevEl?: HTMLElement | {
|
|
@@ -809,8 +801,6 @@ declare const __VLS_component: import('vue').DefineComponent<SwiperCarouselProps
|
|
|
809
801
|
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
810
802
|
};
|
|
811
803
|
at: (index: number) => string | undefined;
|
|
812
|
-
isWellFormed: () => boolean;
|
|
813
|
-
toWellFormed: () => string;
|
|
814
804
|
[Symbol.iterator]: () => StringIterator<string>;
|
|
815
805
|
} | null | undefined;
|
|
816
806
|
addIcons?: boolean | undefined;
|
|
@@ -916,8 +906,6 @@ declare const __VLS_component: import('vue').DefineComponent<SwiperCarouselProps
|
|
|
916
906
|
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
917
907
|
};
|
|
918
908
|
at: (index: number) => string | undefined;
|
|
919
|
-
isWellFormed: () => boolean;
|
|
920
|
-
toWellFormed: () => string;
|
|
921
909
|
[Symbol.iterator]: () => StringIterator<string>;
|
|
922
910
|
} | null | undefined;
|
|
923
911
|
type?: "bullets" | "fraction" | "progressbar" | "custom" | undefined;
|
|
@@ -1046,8 +1034,6 @@ declare const __VLS_component: import('vue').DefineComponent<SwiperCarouselProps
|
|
|
1046
1034
|
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
1047
1035
|
};
|
|
1048
1036
|
at: (index: number) => string | undefined;
|
|
1049
|
-
isWellFormed: () => boolean;
|
|
1050
|
-
toWellFormed: () => string;
|
|
1051
1037
|
[Symbol.iterator]: () => StringIterator<string>;
|
|
1052
1038
|
} | null | undefined;
|
|
1053
1039
|
hide?: boolean | undefined;
|
|
@@ -1355,8 +1341,6 @@ declare const __VLS_component: import('vue').DefineComponent<SwiperCarouselProps
|
|
|
1355
1341
|
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
1356
1342
|
};
|
|
1357
1343
|
at: (index: number) => string | undefined;
|
|
1358
|
-
isWellFormed: () => boolean;
|
|
1359
|
-
toWellFormed: () => string;
|
|
1360
1344
|
[Symbol.iterator]: () => StringIterator<string>;
|
|
1361
1345
|
} | null | undefined;
|
|
1362
1346
|
preventClicks?: boolean | undefined;
|
|
@@ -1466,8 +1450,6 @@ declare const __VLS_component: import('vue').DefineComponent<SwiperCarouselProps
|
|
|
1466
1450
|
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
1467
1451
|
};
|
|
1468
1452
|
at: (index: number) => string | undefined;
|
|
1469
|
-
isWellFormed: () => boolean;
|
|
1470
|
-
toWellFormed: () => string;
|
|
1471
1453
|
[Symbol.iterator]: () => StringIterator<string>;
|
|
1472
1454
|
} | "container" | "window" | undefined;
|
|
1473
1455
|
observer?: boolean | undefined;
|
|
@@ -1681,8 +1663,6 @@ declare const __VLS_component: import('vue').DefineComponent<SwiperCarouselProps
|
|
|
1681
1663
|
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
1682
1664
|
};
|
|
1683
1665
|
at: (index: number) => string | undefined;
|
|
1684
|
-
isWellFormed: () => boolean;
|
|
1685
|
-
toWellFormed: () => string;
|
|
1686
1666
|
[Symbol.iterator]: () => StringIterator<string>;
|
|
1687
1667
|
} | "container" | "wrapper" | undefined;
|
|
1688
1668
|
thresholdDelta?: number | null | undefined;
|
|
@@ -1785,8 +1765,6 @@ declare const __VLS_component: import('vue').DefineComponent<SwiperCarouselProps
|
|
|
1785
1765
|
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
1786
1766
|
};
|
|
1787
1767
|
at: (index: number) => string | undefined;
|
|
1788
|
-
isWellFormed: () => boolean;
|
|
1789
|
-
toWellFormed: () => string;
|
|
1790
1768
|
[Symbol.iterator]: () => StringIterator<string>;
|
|
1791
1769
|
} | null | undefined;
|
|
1792
1770
|
prevEl?: HTMLElement | {
|
|
@@ -1883,8 +1861,6 @@ declare const __VLS_component: import('vue').DefineComponent<SwiperCarouselProps
|
|
|
1883
1861
|
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
1884
1862
|
};
|
|
1885
1863
|
at: (index: number) => string | undefined;
|
|
1886
|
-
isWellFormed: () => boolean;
|
|
1887
|
-
toWellFormed: () => string;
|
|
1888
1864
|
[Symbol.iterator]: () => StringIterator<string>;
|
|
1889
1865
|
} | null | undefined;
|
|
1890
1866
|
addIcons?: boolean | undefined;
|
|
@@ -1990,8 +1966,6 @@ declare const __VLS_component: import('vue').DefineComponent<SwiperCarouselProps
|
|
|
1990
1966
|
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
1991
1967
|
};
|
|
1992
1968
|
at: (index: number) => string | undefined;
|
|
1993
|
-
isWellFormed: () => boolean;
|
|
1994
|
-
toWellFormed: () => string;
|
|
1995
1969
|
[Symbol.iterator]: () => StringIterator<string>;
|
|
1996
1970
|
} | null | undefined;
|
|
1997
1971
|
type?: "bullets" | "fraction" | "progressbar" | "custom" | undefined;
|
|
@@ -2120,8 +2094,6 @@ declare const __VLS_component: import('vue').DefineComponent<SwiperCarouselProps
|
|
|
2120
2094
|
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
2121
2095
|
};
|
|
2122
2096
|
at: (index: number) => string | undefined;
|
|
2123
|
-
isWellFormed: () => boolean;
|
|
2124
|
-
toWellFormed: () => string;
|
|
2125
2097
|
[Symbol.iterator]: () => StringIterator<string>;
|
|
2126
2098
|
} | null | undefined;
|
|
2127
2099
|
hide?: boolean | undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import o from "../../
|
|
2
|
-
import '../../assets/
|
|
3
|
-
/* empty css
|
|
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 */
|
|
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,6 +28,7 @@ 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';
|
|
31
32
|
import { default as StaticSpinner } from './UIKit/StaticSpinner';
|
|
32
33
|
import { default as BaseShimmerLoader } from './UIKit/ShimmerLoader/BaseShimmerLoader';
|
|
33
34
|
import { default as ShimmerMultiLine } from './UIKit/ShimmerLoader/ShimmerMultiLine';
|
|
@@ -40,6 +41,5 @@ import { default as SwiperCarousel } from './components/carousel/SwiperCarousel'
|
|
|
40
41
|
import { default as SwiperSlide } from './components/carousel/SwiperSlide';
|
|
41
42
|
import { default as BaseBreadcrumb } from './UIKit/BaseBreadcrumb';
|
|
42
43
|
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, BaseTabView, BaseShimmerLoader, ShimmerMultiLine, StaticSpinner, BaseBreadcrumb, SimpleSlider, };
|
|
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, BaseSnackbar, BaseTabView, BaseShimmerLoader, ShimmerMultiLine, StaticSpinner, BaseBreadcrumb, SimpleSlider, };
|
package/dist/index.js
CHANGED
|
@@ -1,50 +1,50 @@
|
|
|
1
|
-
import './assets/
|
|
2
|
-
import { default as l } from "./
|
|
3
|
-
import { default as d } from "./
|
|
4
|
-
import { default as u } from "./
|
|
5
|
-
import { default as i } from "./
|
|
6
|
-
import { default as n } from "./
|
|
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";
|
|
7
7
|
import { default as S } from "./UIKit/Checkbox/CheckboxBtn.js";
|
|
8
|
-
import { default as g } from "./
|
|
9
|
-
import { default as h } from "./
|
|
10
|
-
import { default as I } from "./
|
|
11
|
-
import { default as w } from "./
|
|
12
|
-
import { default as k } from "./
|
|
13
|
-
import { default as v } from "./
|
|
14
|
-
import { default as G } from "./
|
|
15
|
-
/* empty css
|
|
16
|
-
import { default as O } from "./
|
|
17
|
-
import { default as R } from "./
|
|
18
|
-
/* empty css
|
|
19
|
-
import { default as V } from "./
|
|
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";
|
|
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 "./
|
|
22
|
+
import { default as H } from "./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 "./
|
|
26
|
+
import { default as Z } from "./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 "./
|
|
33
|
-
import { default as ue } from "./
|
|
34
|
-
/* empty css
|
|
35
|
-
import { default as ie } from "./UIKit/
|
|
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 "./
|
|
44
|
-
import { default as ve } from "./
|
|
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 "./lib/UIKit/BaseSnackbar.vue.js";
|
|
36
|
+
/* empty css */
|
|
37
|
+
import { default as ne } from "./UIKit/StaticSpinner.js";
|
|
38
|
+
import { default as Se } from "./UIKit/ShimmerLoader/BaseShimmerLoader.js";
|
|
39
|
+
import { default as ge } from "./lib/UIKit/ShimmerLoader/ShimmerMultiLine.vue.js";
|
|
40
|
+
import { default as he } from "./lib/chart/DoughnutChart.vue.js";
|
|
41
|
+
import { default as Ie } from "./lib/chart/LineChart.vue.js";
|
|
42
|
+
import { default as we } from "./UIKit/Slider/SimpleSlider.js";
|
|
43
|
+
import { default as ke } from "./lib/components/IntersectionObserver/IntersectionObservable.vue.js";
|
|
44
|
+
import { default as ve } from "./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 "./
|
|
47
|
+
import { default as Re } from "./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
|
+
Se as BaseShimmerLoader,
|
|
69
69
|
ae as BaseSlider,
|
|
70
|
-
|
|
70
|
+
ie 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
|
+
he as DoughnutChart,
|
|
80
80
|
ke as IntersectionObservable,
|
|
81
81
|
ve as IntersectionObserver,
|
|
82
|
-
|
|
82
|
+
Ie as LineChart,
|
|
83
83
|
w as RadioButton,
|
|
84
84
|
k as RadioGroup,
|
|
85
85
|
n as SelectItem,
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
86
|
+
ge as ShimmerMultiLine,
|
|
87
|
+
we as SimpleSlider,
|
|
88
|
+
ne as StaticSpinner,
|
|
89
89
|
Ge as SwiperCarousel,
|
|
90
90
|
Oe as SwiperSlide
|
|
91
91
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent as D, mergeModels as $, useModel as p, useId as F, computed as M, ref as V, watch as h, onMounted as A, onUnmounted as E, createElementBlock as u, openBlock as n, normalizeClass as a, createElementVNode as o, createCommentVNode as r, withModifiers as c, renderSlot as P, unref as b, createBlock as z, createVNode as N, Fragment as L, renderList as O } from "vue";
|
|
2
|
-
import { useKeyboardController as S } from "
|
|
3
|
-
import { ArrowIcon as q } from "
|
|
4
|
-
import { WarningIconRounded as j } from "
|
|
5
|
-
import "
|
|
2
|
+
import { useKeyboardController as S } from "../../node_modules/@wikicasa-dev/vue-composables/dist/useKeyboardController.js";
|
|
3
|
+
import { ArrowIcon as q } from "../../node_modules/@wikicasa-dev/svg-icons/dist/ArrowIcon.js";
|
|
4
|
+
import { WarningIconRounded as j } from "../../node_modules/@wikicasa-dev/svg-icons/dist/WarningIconRounded.js";
|
|
5
|
+
import "../../node_modules/@wikicasa-dev/svg-icons/dist/PharmacyIcon.js";
|
|
6
6
|
const K = ["id", "innerHTML"], R = ["id", "data-cy", "aria-required", "aria-controls", "aria-labelledby", "aria-expanded", "aria-activedescendant", "aria-invalid", "aria-describedby"], U = ["innerHTML"], W = { class: "uikit-pointer-events-none uikit-mt-1 uikit-inline-flex" }, G = ["innerHTML"], J = ["data-cy"], Q = ["id", "aria-selected", "onClick", "onMouseover"], X = { class: "uikit-inline-block uikit-cursor-pointer uikit-text-sm" }, Y = ["name", "checked", "onInput"], Z = ["innerHTML"], _ = ["id", "arial-live", "innerHTML"], ee = ["id", "arial-live", "innerHTML"], oe = /* @__PURE__ */ D({
|
|
7
7
|
inheritAttrs: !1,
|
|
8
8
|
__name: "AccessibleSelect",
|
|
@@ -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/js-cookie/dist/js.cookie.js";
|
|
3
|
+
import { isEmptyObject as f } from "../../../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,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as s, createElementBlock as l, openBlock as d, normalizeClass as n, renderSlot as i, createElementVNode as u, withModifiers as k, createVNode as m, unref as f } from "vue";
|
|
2
|
-
import { ArrowIcon as g } from "
|
|
3
|
-
import "
|
|
2
|
+
import { ArrowIcon as g } from "../../../node_modules/@wikicasa-dev/svg-icons/dist/ArrowIcon.js";
|
|
3
|
+
import "../../../node_modules/@wikicasa-dev/svg-icons/dist/PharmacyIcon.js";
|
|
4
4
|
const C = ["id"], w = ["aria-expanded", "aria-controls"], A = /* @__PURE__ */ s({
|
|
5
5
|
inheritAttrs: !1,
|
|
6
6
|
__name: "BaseAccordionBtn",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent as $, ref as y, inject as v, watch as r, unref as d, createElementBlock as f, openBlock as u, normalizeClass as m, createBlock as g, createCommentVNode as O, renderSlot as a, createElementVNode as k, withModifiers as A, createVNode as w, withCtx as n } from "vue";
|
|
2
2
|
import B from "./BaseAccordionBtn.vue.js";
|
|
3
3
|
import E from "./BaseAccordionContent.vue.js";
|
|
4
|
-
import { ArrowIcon as W } from "
|
|
5
|
-
import "
|
|
4
|
+
import { ArrowIcon as W } from "../../../node_modules/@wikicasa-dev/svg-icons/dist/ArrowIcon.js";
|
|
5
|
+
import "../../../node_modules/@wikicasa-dev/svg-icons/dist/PharmacyIcon.js";
|
|
6
6
|
const x = { key: 0 }, I = ["id", "data-cy", "aria-expanded", "aria-controls"], M = ["itemprop", "innerHTML"], P = /* @__PURE__ */ $({
|
|
7
7
|
inheritAttrs: !1,
|
|
8
8
|
__name: "BaseAccordionItem",
|
|
@@ -1,11 +1,11 @@
|
|
|
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/js-cookie/dist/js.cookie.js";
|
|
5
|
+
import { debounce as q } from "../../node_modules/@wikicasa-dev/utilities/dist/utils/FunctionUtils.js";
|
|
6
|
+
import "../../_virtual/polyline.js";
|
|
7
7
|
import G from "./BaseSelect/SelectItem.vue.js";
|
|
8
|
-
import { useKeyboardController as J } from "
|
|
8
|
+
import { useKeyboardController as J } from "../../node_modules/@wikicasa-dev/vue-composables/dist/useKeyboardController.js";
|
|
9
9
|
const Q = ["innerHTML"], ae = /* @__PURE__ */ P({
|
|
10
10
|
__name: "BaseAutocomplete",
|
|
11
11
|
props: /* @__PURE__ */ y({
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { defineComponent as a, createElementBlock as t, openBlock as r, normalizeClass as i, renderSlot as o } from "vue";
|
|
2
|
+
const d = ["id"], m = /* @__PURE__ */ a({
|
|
3
|
+
inheritAttrs: !1,
|
|
4
|
+
__name: "BaseBadge",
|
|
5
|
+
props: {
|
|
6
|
+
badgeClass: { default: "uikit-badge-w-primary-sm" }
|
|
7
|
+
},
|
|
8
|
+
setup(s) {
|
|
9
|
+
return (e, l) => (r(), t("span", {
|
|
10
|
+
id: e.$attrs.id,
|
|
11
|
+
class: i(["uikit-badge uikit-shadow-sm", s.badgeClass, e.$attrs.class])
|
|
12
|
+
}, [
|
|
13
|
+
o(e.$slots, "default")
|
|
14
|
+
], 10, d));
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
export {
|
|
18
|
+
m as default
|
|
19
|
+
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as d, computed as k, createElementBlock as i, openBlock as l, createElementVNode as n, normalizeClass as r, Fragment as u, renderList as h, renderSlot as c, toDisplayString as b, createVNode as p, unref as f } from "vue";
|
|
2
|
-
import { ArrowIcon as C } from "
|
|
3
|
-
import "
|
|
2
|
+
import { ArrowIcon as C } from "../../node_modules/@wikicasa-dev/svg-icons/dist/ArrowIcon.js";
|
|
3
|
+
import "../../node_modules/@wikicasa-dev/svg-icons/dist/PharmacyIcon.js";
|
|
4
4
|
const g = { "aria-label": "Breadcrumb" }, w = ["data-tooltip"], I = ["href"], $ = /* @__PURE__ */ d({
|
|
5
5
|
__name: "BaseBreadcrumb",
|
|
6
6
|
props: {
|
|
@@ -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 m, computed as d, createBlock as u, openBlock as C, resolveDynamicComponent as y, normalizeClass as t, withCtx as f, createElementVNode as o, renderSlot as c } from "vue";
|
|
2
|
+
const p = /* @__PURE__ */ m({
|
|
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 (a, s) => (C(), u(y(e.rootComponent), {
|
|
16
|
+
class: t(["card", [r.value]]),
|
|
17
|
+
onClick: s[0] || (s[0] = (v) => n("click"))
|
|
18
|
+
}, {
|
|
19
|
+
default: f(() => [
|
|
20
|
+
o("div", {
|
|
21
|
+
class: t(["card-img", [i.value, e.cardImgClasses]])
|
|
22
|
+
}, [
|
|
23
|
+
c(a.$slots, "card-image", {}, void 0, !0)
|
|
24
|
+
], 2),
|
|
25
|
+
o("div", {
|
|
26
|
+
class: t(["card-body", [e.cardBodyClasses]])
|
|
27
|
+
}, [
|
|
28
|
+
c(a.$slots, "card-description", {}, void 0, !0)
|
|
29
|
+
], 2)
|
|
30
|
+
]),
|
|
31
|
+
_: 3
|
|
32
|
+
}, 8, ["class"]));
|
|
33
|
+
}
|
|
34
|
+
});
|
|
35
|
+
export {
|
|
36
|
+
p as default
|
|
37
|
+
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent as A, mergeModels as b, useId as L, useModel as M, ref as h, computed as E, useTemplateRef as O, watch as d, onBeforeMount as W, onMounted as $, onUnmounted as H, createElementBlock as K, openBlock as c, withModifiers as y, normalizeClass as l, renderSlot as C, createBlock as g, createVNode as N, unref as a, withCtx as D, createElementVNode as T, createCommentVNode as V, resolveDynamicComponent as q } from "vue";
|
|
2
2
|
import z from "./BaseButton.vue.js";
|
|
3
|
-
import { ArrowIcon as R } from "
|
|
4
|
-
import "
|
|
5
|
-
import { useKeyboardController as U } from "
|
|
3
|
+
import { ArrowIcon as R } from "../../node_modules/@wikicasa-dev/svg-icons/dist/ArrowIcon.js";
|
|
4
|
+
import "../../node_modules/@wikicasa-dev/svg-icons/dist/PharmacyIcon.js";
|
|
5
|
+
import { useKeyboardController as U } from "../../node_modules/@wikicasa-dev/vue-composables/dist/useKeyboardController.js";
|
|
6
6
|
const j = ["innerHTML"], Y = /* @__PURE__ */ A({
|
|
7
7
|
inheritAttrs: !1,
|
|
8
8
|
__name: "BaseDropDown",
|
|
@@ -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,10 +1,10 @@
|
|
|
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 "
|
|
6
|
-
import { CloseIcon as V } from "
|
|
7
|
-
import "
|
|
2
|
+
import "../../node_modules/js-cookie/dist/js.cookie.js";
|
|
3
|
+
import { isWindows as C } from "../../node_modules/@wikicasa-dev/utilities/dist/utils/DeviceDetectionUtils.js";
|
|
4
|
+
import { awaitableSetTimeout as S } from "../../node_modules/@wikicasa-dev/utilities/dist/utils/GenericUtils.js";
|
|
5
|
+
import "../../_virtual/polyline.js";
|
|
6
|
+
import { CloseIcon as V } from "../../node_modules/@wikicasa-dev/svg-icons/dist/CloseIcon.js";
|
|
7
|
+
import "../../node_modules/@wikicasa-dev/svg-icons/dist/PharmacyIcon.js";
|
|
8
8
|
const F = ["id", "data-cy"], U = ["innerHTML"], J = /* @__PURE__ */ T({
|
|
9
9
|
__name: "BaseModal",
|
|
10
10
|
props: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as O, mergeModels as V, useModel as A, computed as s, createElementBlock as o, openBlock as a, createCommentVNode as k, createElementVNode as P, createBlock as v, resolveDynamicComponent as m, mergeProps as h, withCtx as f, createVNode as $, unref as p, toDisplayString as g, Fragment as w, createTextVNode as x, renderList as j } from "vue";
|
|
2
|
-
import { ArrowIcon as B } from "
|
|
3
|
-
import "
|
|
2
|
+
import { ArrowIcon as B } from "../../node_modules/@wikicasa-dev/svg-icons/dist/ArrowIcon.js";
|
|
3
|
+
import "../../node_modules/@wikicasa-dev/svg-icons/dist/PharmacyIcon.js";
|
|
4
4
|
const Q = {
|
|
5
5
|
"aria-label": "Page navigation",
|
|
6
6
|
class: "uikit-overflow-auto"
|
|
@@ -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__ */ _({
|