@wikicasa-dev/components 2.1.24-alpha.9 → 2.1.24
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.js +2 -2
- 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 +18 -1
- 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/{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.d.ts +28 -0
- package/dist/components/carousel/SwiperCarousel.js +3 -3
- package/dist/index.js +31 -31
- 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 +41 -0
- 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/AccessibleSelect.vue.js +4 -4
- package/dist/{lib → packages/components/lib}/UIKit/Accordion/BaseAccordion.vue.js +3 -3
- 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/BaseAutocomplete.vue.js +5 -5
- package/dist/packages/components/lib/UIKit/BaseBadge.vue.js +18 -0
- package/dist/{lib → packages/components/lib}/UIKit/BaseBreadcrumb.vue.js +2 -2
- package/dist/{lib → packages/components/lib}/UIKit/BaseButton.vue.js +1 -1
- package/dist/{lib → packages/components/lib}/UIKit/BaseDropDown.vue.js +3 -3
- package/dist/{lib → packages/components/lib}/UIKit/BaseInput.vue.js +2 -2
- package/dist/{lib → packages/components/lib}/UIKit/BaseModal.vue.js +6 -6
- package/dist/{lib → packages/components/lib}/UIKit/BasePagination.vue.js +2 -2
- package/dist/{lib → packages/components/lib}/UIKit/BaseSlider.vue.js +1 -1
- package/dist/packages/components/lib/UIKit/BaseSnackbar.vue.js +146 -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/packages/components/lib/components/IntersectionObserver/IntersectionObserver.vue.js +50 -0
- package/dist/{lib → packages/components/lib}/components/carousel/SwiperCarousel.vue.js +6 -6
- package/dist/utils.js +3 -3
- package/package.json +13 -12
- 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/BaseBadge.vue.js +0 -19
- package/dist/lib/UIKit/BaseSnackbar.vue.js +0 -133
- package/dist/lib/components/IntersectionObserver/IntersectionObserver.vue.js +0 -52
- 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/modules/controller.css → .pnpm/swiper@12.0.3/node_modules/swiper/modules/keyboard.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 → .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_svg-icons@1.2.21-alpha.2_vue@3.5.24_typescript@5.9.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.21-alpha.2_vue@3.5.24_typescript@5.9.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.21-alpha.2_vue@3.5.24_typescript@5.9.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.21-alpha.2_vue@3.5.24_typescript@5.9.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.21-alpha.2_vue@3.5.24_typescript@5.9.3_/node_modules/@wikicasa-dev}/svg-icons/dist/WarningIconRounded.js +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/Accordion/BaseAccordionContent.vue.js +0 -0
- /package/dist/{lib → packages/components/lib}/UIKit/BaseAlert.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/BaseFloatingLabel.vue.js +0 -0
- /package/dist/{lib → packages/components/lib}/UIKit/BaseIcon.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
|
@@ -281,6 +281,8 @@ 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;
|
|
284
286
|
[Symbol.iterator]: () => StringIterator<string>;
|
|
285
287
|
} | null | undefined;
|
|
286
288
|
preventClicks?: boolean | undefined;
|
|
@@ -390,6 +392,8 @@ declare const __VLS_component: import('vue').DefineComponent<SwiperCarouselProps
|
|
|
390
392
|
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
391
393
|
};
|
|
392
394
|
at: (index: number) => string | undefined;
|
|
395
|
+
isWellFormed: () => boolean;
|
|
396
|
+
toWellFormed: () => string;
|
|
393
397
|
[Symbol.iterator]: () => StringIterator<string>;
|
|
394
398
|
} | "container" | "window" | undefined;
|
|
395
399
|
observer?: boolean | undefined;
|
|
@@ -603,6 +607,8 @@ declare const __VLS_component: import('vue').DefineComponent<SwiperCarouselProps
|
|
|
603
607
|
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
604
608
|
};
|
|
605
609
|
at: (index: number) => string | undefined;
|
|
610
|
+
isWellFormed: () => boolean;
|
|
611
|
+
toWellFormed: () => string;
|
|
606
612
|
[Symbol.iterator]: () => StringIterator<string>;
|
|
607
613
|
} | "container" | "wrapper" | undefined;
|
|
608
614
|
thresholdDelta?: number | null | undefined;
|
|
@@ -705,6 +711,8 @@ declare const __VLS_component: import('vue').DefineComponent<SwiperCarouselProps
|
|
|
705
711
|
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
706
712
|
};
|
|
707
713
|
at: (index: number) => string | undefined;
|
|
714
|
+
isWellFormed: () => boolean;
|
|
715
|
+
toWellFormed: () => string;
|
|
708
716
|
[Symbol.iterator]: () => StringIterator<string>;
|
|
709
717
|
} | null | undefined;
|
|
710
718
|
prevEl?: HTMLElement | {
|
|
@@ -801,6 +809,8 @@ declare const __VLS_component: import('vue').DefineComponent<SwiperCarouselProps
|
|
|
801
809
|
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
802
810
|
};
|
|
803
811
|
at: (index: number) => string | undefined;
|
|
812
|
+
isWellFormed: () => boolean;
|
|
813
|
+
toWellFormed: () => string;
|
|
804
814
|
[Symbol.iterator]: () => StringIterator<string>;
|
|
805
815
|
} | null | undefined;
|
|
806
816
|
addIcons?: boolean | undefined;
|
|
@@ -906,6 +916,8 @@ declare const __VLS_component: import('vue').DefineComponent<SwiperCarouselProps
|
|
|
906
916
|
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
907
917
|
};
|
|
908
918
|
at: (index: number) => string | undefined;
|
|
919
|
+
isWellFormed: () => boolean;
|
|
920
|
+
toWellFormed: () => string;
|
|
909
921
|
[Symbol.iterator]: () => StringIterator<string>;
|
|
910
922
|
} | null | undefined;
|
|
911
923
|
type?: "bullets" | "fraction" | "progressbar" | "custom" | undefined;
|
|
@@ -1034,6 +1046,8 @@ declare const __VLS_component: import('vue').DefineComponent<SwiperCarouselProps
|
|
|
1034
1046
|
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
1035
1047
|
};
|
|
1036
1048
|
at: (index: number) => string | undefined;
|
|
1049
|
+
isWellFormed: () => boolean;
|
|
1050
|
+
toWellFormed: () => string;
|
|
1037
1051
|
[Symbol.iterator]: () => StringIterator<string>;
|
|
1038
1052
|
} | null | undefined;
|
|
1039
1053
|
hide?: boolean | undefined;
|
|
@@ -1341,6 +1355,8 @@ declare const __VLS_component: import('vue').DefineComponent<SwiperCarouselProps
|
|
|
1341
1355
|
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
1342
1356
|
};
|
|
1343
1357
|
at: (index: number) => string | undefined;
|
|
1358
|
+
isWellFormed: () => boolean;
|
|
1359
|
+
toWellFormed: () => string;
|
|
1344
1360
|
[Symbol.iterator]: () => StringIterator<string>;
|
|
1345
1361
|
} | null | undefined;
|
|
1346
1362
|
preventClicks?: boolean | undefined;
|
|
@@ -1450,6 +1466,8 @@ declare const __VLS_component: import('vue').DefineComponent<SwiperCarouselProps
|
|
|
1450
1466
|
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
1451
1467
|
};
|
|
1452
1468
|
at: (index: number) => string | undefined;
|
|
1469
|
+
isWellFormed: () => boolean;
|
|
1470
|
+
toWellFormed: () => string;
|
|
1453
1471
|
[Symbol.iterator]: () => StringIterator<string>;
|
|
1454
1472
|
} | "container" | "window" | undefined;
|
|
1455
1473
|
observer?: boolean | undefined;
|
|
@@ -1663,6 +1681,8 @@ declare const __VLS_component: import('vue').DefineComponent<SwiperCarouselProps
|
|
|
1663
1681
|
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
1664
1682
|
};
|
|
1665
1683
|
at: (index: number) => string | undefined;
|
|
1684
|
+
isWellFormed: () => boolean;
|
|
1685
|
+
toWellFormed: () => string;
|
|
1666
1686
|
[Symbol.iterator]: () => StringIterator<string>;
|
|
1667
1687
|
} | "container" | "wrapper" | undefined;
|
|
1668
1688
|
thresholdDelta?: number | null | undefined;
|
|
@@ -1765,6 +1785,8 @@ declare const __VLS_component: import('vue').DefineComponent<SwiperCarouselProps
|
|
|
1765
1785
|
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
1766
1786
|
};
|
|
1767
1787
|
at: (index: number) => string | undefined;
|
|
1788
|
+
isWellFormed: () => boolean;
|
|
1789
|
+
toWellFormed: () => string;
|
|
1768
1790
|
[Symbol.iterator]: () => StringIterator<string>;
|
|
1769
1791
|
} | null | undefined;
|
|
1770
1792
|
prevEl?: HTMLElement | {
|
|
@@ -1861,6 +1883,8 @@ declare const __VLS_component: import('vue').DefineComponent<SwiperCarouselProps
|
|
|
1861
1883
|
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
1862
1884
|
};
|
|
1863
1885
|
at: (index: number) => string | undefined;
|
|
1886
|
+
isWellFormed: () => boolean;
|
|
1887
|
+
toWellFormed: () => string;
|
|
1864
1888
|
[Symbol.iterator]: () => StringIterator<string>;
|
|
1865
1889
|
} | null | undefined;
|
|
1866
1890
|
addIcons?: boolean | undefined;
|
|
@@ -1966,6 +1990,8 @@ declare const __VLS_component: import('vue').DefineComponent<SwiperCarouselProps
|
|
|
1966
1990
|
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
1967
1991
|
};
|
|
1968
1992
|
at: (index: number) => string | undefined;
|
|
1993
|
+
isWellFormed: () => boolean;
|
|
1994
|
+
toWellFormed: () => string;
|
|
1969
1995
|
[Symbol.iterator]: () => StringIterator<string>;
|
|
1970
1996
|
} | null | undefined;
|
|
1971
1997
|
type?: "bullets" | "fraction" | "progressbar" | "custom" | undefined;
|
|
@@ -2094,6 +2120,8 @@ declare const __VLS_component: import('vue').DefineComponent<SwiperCarouselProps
|
|
|
2094
2120
|
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
2095
2121
|
};
|
|
2096
2122
|
at: (index: number) => string | undefined;
|
|
2123
|
+
isWellFormed: () => boolean;
|
|
2124
|
+
toWellFormed: () => string;
|
|
2097
2125
|
[Symbol.iterator]: () => StringIterator<string>;
|
|
2098
2126
|
} | null | undefined;
|
|
2099
2127
|
hide?: boolean | undefined;
|
|
@@ -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.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
|
|
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
35
|
import { default as ie } from "./UIKit/StaticSpinner.js";
|
|
36
36
|
import { default as ne } from "./UIKit/ShimmerLoader/BaseShimmerLoader.js";
|
|
37
|
-
import { default as Se } from "./lib/UIKit/ShimmerLoader/ShimmerMultiLine.vue.js";
|
|
38
|
-
import { default as ge } from "./lib/chart/DoughnutChart.vue.js";
|
|
39
|
-
import { default as he } from "./lib/chart/LineChart.vue.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
40
|
import { default as Ie } from "./UIKit/Slider/SimpleSlider.js";
|
|
41
|
-
import { default as we } from "./lib/UIKit/BaseSnackbar.vue.js";
|
|
42
|
-
/* empty css
|
|
43
|
-
import { default as ke } from "./lib/components/IntersectionObserver/IntersectionObservable.vue.js";
|
|
44
|
-
import { default as ve } from "./lib/components/IntersectionObserver/IntersectionObserver.vue.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,
|
|
@@ -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
|
+
};
|
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 e } from "../../../../node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/modules/controller.js";
|
|
2
|
+
import '../../../../assets/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/modules/keyboard.css';/* empty css */
|
|
3
|
+
export {
|
|
4
|
+
e as Controller
|
|
5
|
+
};
|
|
@@ -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,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/.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";
|
|
3
|
+
import { ArrowIcon as q } from "../../../../node_modules/.pnpm/@wikicasa-dev_svg-icons@1.2.21-alpha.2_vue@3.5.24_typescript@5.9.3_/node_modules/@wikicasa-dev/svg-icons/dist/ArrowIcon.js";
|
|
4
|
+
import { WarningIconRounded as j } from "../../../../node_modules/.pnpm/@wikicasa-dev_svg-icons@1.2.21-alpha.2_vue@3.5.24_typescript@5.9.3_/node_modules/@wikicasa-dev/svg-icons/dist/WarningIconRounded.js";
|
|
5
|
+
import "../../../../node_modules/.pnpm/@wikicasa-dev_svg-icons@1.2.21-alpha.2_vue@3.5.24_typescript@5.9.3_/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/.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,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/.pnpm/@wikicasa-dev_svg-icons@1.2.21-alpha.2_vue@3.5.24_typescript@5.9.3_/node_modules/@wikicasa-dev/svg-icons/dist/ArrowIcon.js";
|
|
3
|
+
import "../../../../../node_modules/.pnpm/@wikicasa-dev_svg-icons@1.2.21-alpha.2_vue@3.5.24_typescript@5.9.3_/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/.pnpm/@wikicasa-dev_svg-icons@1.2.21-alpha.2_vue@3.5.24_typescript@5.9.3_/node_modules/@wikicasa-dev/svg-icons/dist/ArrowIcon.js";
|
|
5
|
+
import "../../../../../node_modules/.pnpm/@wikicasa-dev_svg-icons@1.2.21-alpha.2_vue@3.5.24_typescript@5.9.3_/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/.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
|
-
import { useKeyboardController as J } from "
|
|
8
|
+
import { useKeyboardController as J } from "../../../../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";
|
|
9
9
|
const Q = ["innerHTML"], ae = /* @__PURE__ */ P({
|
|
10
10
|
__name: "BaseAutocomplete",
|
|
11
11
|
props: /* @__PURE__ */ y({
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { defineComponent as a, createElementBlock as t, openBlock as o, normalizeClass as r, renderSlot as d } from "vue";
|
|
2
|
+
const i = ["id"], m = /* @__PURE__ */ a({
|
|
3
|
+
__name: "BaseBadge",
|
|
4
|
+
props: {
|
|
5
|
+
badgeClass: { default: "uikit-badge-w-primary-sm" }
|
|
6
|
+
},
|
|
7
|
+
setup(s) {
|
|
8
|
+
return (e, l) => (o(), t("span", {
|
|
9
|
+
id: e.$attrs.id,
|
|
10
|
+
class: r(["uikit-badge uikit-shadow-sm", s.badgeClass, e.$attrs.class])
|
|
11
|
+
}, [
|
|
12
|
+
d(e.$slots, "default")
|
|
13
|
+
], 10, i));
|
|
14
|
+
}
|
|
15
|
+
});
|
|
16
|
+
export {
|
|
17
|
+
m as default
|
|
18
|
+
};
|
|
@@ -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/.pnpm/@wikicasa-dev_svg-icons@1.2.21-alpha.2_vue@3.5.24_typescript@5.9.3_/node_modules/@wikicasa-dev/svg-icons/dist/ArrowIcon.js";
|
|
3
|
+
import "../../../../node_modules/.pnpm/@wikicasa-dev_svg-icons@1.2.21-alpha.2_vue@3.5.24_typescript@5.9.3_/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: {
|
|
@@ -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/.pnpm/@wikicasa-dev_svg-icons@1.2.21-alpha.2_vue@3.5.24_typescript@5.9.3_/node_modules/@wikicasa-dev/svg-icons/dist/ArrowIcon.js";
|
|
4
|
+
import "../../../../node_modules/.pnpm/@wikicasa-dev_svg-icons@1.2.21-alpha.2_vue@3.5.24_typescript@5.9.3_/node_modules/@wikicasa-dev/svg-icons/dist/PharmacyIcon.js";
|
|
5
|
+
import { useKeyboardController as U } from "../../../../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";
|
|
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/.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
|
+
import { CloseIcon as V } from "../../../../node_modules/.pnpm/@wikicasa-dev_svg-icons@1.2.21-alpha.2_vue@3.5.24_typescript@5.9.3_/node_modules/@wikicasa-dev/svg-icons/dist/CloseIcon.js";
|
|
7
|
+
import "../../../../node_modules/.pnpm/@wikicasa-dev_svg-icons@1.2.21-alpha.2_vue@3.5.24_typescript@5.9.3_/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/.pnpm/@wikicasa-dev_svg-icons@1.2.21-alpha.2_vue@3.5.24_typescript@5.9.3_/node_modules/@wikicasa-dev/svg-icons/dist/ArrowIcon.js";
|
|
3
|
+
import "../../../../node_modules/.pnpm/@wikicasa-dev_svg-icons@1.2.21-alpha.2_vue@3.5.24_typescript@5.9.3_/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__ */ _({
|