@wikicasa-dev/components 2.1.3 → 2.1.4-alpha.10
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/BaseAlert.d.ts +20 -9
- package/dist/UIKit/BaseBadge.d.ts +40 -5
- package/dist/UIKit/BaseBanner/Background/BaseBannerBgElement1.js +4 -0
- package/dist/UIKit/BaseBanner/Background/BaseBannerBgElement2.js +4 -0
- package/dist/UIKit/BaseBanner/Background/BaseBannerBgElement3.js +4 -0
- package/dist/UIKit/BaseBanner/Background/BaseBannerBgElement4.js +4 -0
- package/dist/UIKit/BaseBanner.js +4 -0
- package/dist/UIKit/BaseBreadcrumb.js +3 -2
- package/dist/UIKit/BaseButton.d.ts +9 -8
- package/dist/UIKit/BaseChip.js +4 -0
- package/dist/UIKit/BaseCollapse.js +7 -0
- package/dist/UIKit/BaseComplexToggle.d.ts +1 -1
- package/dist/UIKit/BaseComplexToggle.js +2 -2
- package/dist/UIKit/BaseDropDown.d.ts +5 -0
- package/dist/UIKit/BaseFloatingLabel.js +1 -3
- package/dist/UIKit/BaseInput.d.ts +4 -5
- package/dist/UIKit/BaseInput.js +1 -3
- package/dist/UIKit/BaseNotificationBadge.js +4 -0
- package/dist/UIKit/BasePagination.d.ts +10 -3
- package/dist/UIKit/BasePin.d.ts +22 -0
- package/dist/UIKit/BasePin.js +5 -0
- package/dist/UIKit/BaseSelect.d.ts +26 -0
- package/dist/UIKit/BaseSelect.js +5 -0
- package/dist/UIKit/BaseSlider.d.ts +14 -10
- package/dist/UIKit/BaseSlider.js +1 -4
- package/dist/UIKit/BaseSnackbar.js +4 -4
- package/dist/UIKit/BaseTextarea.d.ts +4 -4
- package/dist/UIKit/BaseTextarea.js +3 -3
- package/dist/UIKit/BaseToggle.d.ts +5 -8
- package/dist/UIKit/BaseToggle.js +1 -4
- package/dist/UIKit/BaseTooltip.d.ts +10 -20
- package/dist/UIKit/BaseTooltip.js +2 -2
- package/dist/UIKit/Checkbox/CheckboxBtn.d.ts +9 -16
- package/dist/UIKit/Checkbox/CheckboxBtn.js +2 -5
- package/dist/UIKit/Checkbox/CheckboxGroup.d.ts +2 -3
- package/dist/UIKit/DatePicker.js +5 -0
- package/dist/UIKit/InputDropdown.js +4 -0
- package/dist/UIKit/Navigation/NavigationBar.d.ts +17 -0
- package/dist/UIKit/Navigation/NavigationBar.js +5 -0
- package/dist/UIKit/Navigation/NavigationBarItem.d.ts +34 -0
- package/dist/UIKit/Navigation/NavigationBarItem.js +4 -0
- package/dist/UIKit/SegmentedControl/SegmentedControl.js +4 -0
- package/dist/UIKit/SegmentedControl/SegmentedControlItem.js +4 -0
- package/dist/UIKit/ShimmerLoader/BaseShimmerLoader.js +1 -3
- package/dist/UIKit/ShimmerLoader/ShimmerMultiLine.d.ts +1 -5
- package/dist/UIKit/Tab/BaseTabItem.d.ts +27 -0
- package/dist/UIKit/Tab/BaseTabItem.js +4 -0
- package/dist/UIKit/Tab/BaseTabList.d.ts +3 -3
- package/dist/UIKit/types.d.ts +11 -6
- package/dist/assets/node_modules/.pnpm/@vuepic_vue-datepicker@11.0.2_vue@3.5.16_typescript@5.8.3_/node_modules/@vuepic/vue-datepicker/dist/main.css +1 -0
- package/dist/assets/packages/components/lib/UIKit/BaseAlert.css +1 -1
- package/dist/assets/packages/components/lib/UIKit/BaseBadge.css +1 -1
- package/dist/assets/packages/components/lib/UIKit/BaseBreadcrumb.css +1 -0
- package/dist/assets/packages/components/lib/UIKit/BaseCard.css +1 -1
- package/dist/assets/packages/components/lib/UIKit/BaseCollapse.css +1 -0
- package/dist/assets/packages/components/lib/UIKit/BaseComplexToggle.css +1 -1
- package/dist/assets/packages/components/lib/UIKit/BaseFloatingLabel.css +1 -1
- package/dist/assets/packages/components/lib/UIKit/BaseInput.css +1 -1
- package/dist/assets/packages/components/lib/UIKit/BaseModal.css +1 -1
- package/dist/assets/packages/components/lib/UIKit/BasePin.css +1 -0
- package/dist/assets/packages/components/lib/UIKit/BaseSelect.css +1 -0
- package/dist/assets/packages/components/lib/UIKit/BaseSnackbar.css +1 -1
- package/dist/assets/packages/components/lib/UIKit/BaseTextarea.css +1 -1
- package/dist/assets/packages/components/lib/UIKit/BaseTooltip.css +1 -1
- package/dist/assets/packages/components/lib/UIKit/DatePicker.css +1 -0
- package/dist/assets/packages/components/lib/UIKit/Navigation/NavigationBar.css +1 -0
- package/dist/assets/packages/components/lib/UIKit/ShimmerLoader/BaseShimmerLoader.css +1 -1
- package/dist/assets/packages/components/src/tailwind.css +1 -1
- package/dist/composables/useFloatingLabel.d.ts +1 -1
- package/dist/composables/useFloatingLabel.js +20 -20
- package/dist/index.d.ts +5 -2
- package/dist/index.js +98 -85
- package/dist/node_modules/.pnpm/@wikicasa-dev_svg-icons@1.2.12_typescript@5.8.3/node_modules/@wikicasa-dev/svg-icons/dist/ArrowFilledIcon.js +19 -0
- package/dist/node_modules/.pnpm/@wikicasa-dev_svg-icons@1.2.12_typescript@5.8.3/node_modules/@wikicasa-dev/svg-icons/dist/CheckIcon.js +16 -0
- package/dist/node_modules/.pnpm/@wikicasa-dev_svg-icons@1.2.12_typescript@5.8.3/node_modules/@wikicasa-dev/svg-icons/dist/svgIconFactory-BpnFimFz.js +29 -0
- package/dist/node_modules/.pnpm/@wikicasa-dev_vue-composables@0.0.23_typescript@5.8.3/node_modules/@wikicasa-dev/vue-composables/dist/useBreakpoints.js +33 -0
- package/dist/node_modules/.pnpm/{swiper@11.2.6 → swiper@11.2.8}/node_modules/swiper/modules/controller.js +1 -1
- package/dist/node_modules/.pnpm/{swiper@11.2.6 → swiper@11.2.8}/node_modules/swiper/modules/free-mode.js +1 -1
- package/dist/node_modules/.pnpm/{swiper@11.2.6 → swiper@11.2.8}/node_modules/swiper/modules/keyboard.js +9 -9
- package/dist/node_modules/.pnpm/{swiper@11.2.6 → swiper@11.2.8}/node_modules/swiper/modules/pagination.js +17 -17
- package/dist/node_modules/.pnpm/{swiper@11.2.6 → swiper@11.2.8}/node_modules/swiper/modules/thumbs.js +1 -1
- package/dist/node_modules/.pnpm/{swiper@11.2.6 → swiper@11.2.8}/node_modules/swiper/modules/zoom.js +13 -13
- package/dist/node_modules/.pnpm/{swiper@11.2.6 → swiper@11.2.8}/node_modules/swiper/shared/utils.js +32 -26
- package/dist/packages/components/lazyModules/Swiper/autoplay.js +2 -2
- package/dist/packages/components/lazyModules/Swiper/controller.js +2 -2
- package/dist/packages/components/lazyModules/Swiper/free-mode.js +2 -2
- package/dist/packages/components/lazyModules/Swiper/keyboard.js +2 -2
- package/dist/packages/components/lazyModules/Swiper/navigation.js +2 -2
- package/dist/packages/components/lazyModules/Swiper/pagination.js +2 -2
- package/dist/packages/components/lazyModules/Swiper/thumbs.js +2 -2
- package/dist/packages/components/lib/UIKit/AccessibleSelect.vue.js +30 -30
- package/dist/packages/components/lib/UIKit/Accordion/BaseAccordionBtn.vue.js +2 -2
- package/dist/packages/components/lib/UIKit/Accordion/BaseAccordionItem.vue.js +9 -9
- package/dist/packages/components/lib/UIKit/BaseAlert.vue.js +107 -13
- package/dist/packages/components/lib/UIKit/BaseAutocomplete.vue.js +28 -27
- package/dist/packages/components/lib/UIKit/BaseBadge.vue.js +46 -11
- package/dist/packages/components/lib/UIKit/BaseBanner/Background/BaseBannerBgElement1.vue.js +29 -0
- package/dist/packages/components/lib/UIKit/BaseBanner/Background/BaseBannerBgElement2.vue.js +56 -0
- package/dist/packages/components/lib/UIKit/BaseBanner/Background/BaseBannerBgElement3.vue.js +56 -0
- package/dist/packages/components/lib/UIKit/BaseBanner/Background/BaseBannerBgElement4.vue.js +56 -0
- package/dist/packages/components/lib/UIKit/BaseBanner.vue.js +75 -0
- package/dist/packages/components/lib/UIKit/BaseBreadcrumb.vue.js +32 -35
- package/dist/packages/components/lib/UIKit/BaseButton.vue.js +56 -36
- package/dist/packages/components/lib/UIKit/BaseChip.vue.js +38 -0
- package/dist/packages/components/lib/UIKit/BaseCollapse.vue.js +54 -0
- package/dist/packages/components/lib/UIKit/BaseComplexToggle.vue.js +12 -12
- package/dist/packages/components/lib/UIKit/BaseDropDown.vue.js +48 -45
- package/dist/packages/components/lib/UIKit/BaseFloatingLabel.vue.js +14 -17
- package/dist/packages/components/lib/UIKit/BaseInput.vue.js +93 -119
- package/dist/packages/components/lib/UIKit/BaseModal.vue.js +70 -66
- package/dist/packages/components/lib/UIKit/BaseNotificationBadge.vue.js +19 -0
- package/dist/packages/components/lib/UIKit/BasePagination.vue.js +89 -134
- package/dist/packages/components/lib/UIKit/BasePin.vue.js +37 -0
- package/dist/packages/components/lib/UIKit/BaseSelect.vue.js +65 -0
- package/dist/packages/components/lib/UIKit/BaseSlider.vue.js +107 -178
- package/dist/packages/components/lib/UIKit/BaseSnackbar.vue.js +7 -7
- package/dist/packages/components/lib/UIKit/BaseTextarea.vue.js +55 -73
- package/dist/packages/components/lib/UIKit/BaseToggle.vue.js +27 -31
- package/dist/packages/components/lib/UIKit/BaseTooltip.vue.js +48 -33
- package/dist/packages/components/lib/UIKit/BaseUploadFile.vue.js +19 -40
- package/dist/packages/components/lib/UIKit/Checkbox/CheckboxBtn.vue.js +55 -52
- package/dist/packages/components/lib/UIKit/Checkbox/CheckboxGroup.vue.js +20 -26
- package/dist/packages/components/lib/UIKit/DatePicker.vue.js +143 -0
- package/dist/packages/components/lib/UIKit/InputDropdown.vue.js +152 -0
- package/dist/packages/components/lib/UIKit/Navigation/NavigationBar.vue.js +21 -0
- package/dist/packages/components/lib/UIKit/Navigation/NavigationBarItem.vue.js +48 -0
- package/dist/packages/components/lib/UIKit/Radio/RadioButton.vue.js +9 -9
- package/dist/packages/components/lib/UIKit/SegmentedControl/SegmentedControl.vue.js +93 -0
- package/dist/packages/components/lib/UIKit/SegmentedControl/SegmentedControlItem.vue.js +30 -0
- package/dist/packages/components/lib/UIKit/ShimmerLoader/BaseShimmerLoader.vue.js +10 -9
- package/dist/packages/components/lib/UIKit/ShimmerLoader/ShimmerMultiLine.vue.js +10 -9
- package/dist/packages/components/lib/UIKit/Tab/BaseTabItem.vue.js +39 -0
- package/dist/packages/components/lib/UIKit/Tab/BaseTabList.vue.js +30 -27
- package/dist/packages/components/lib/UIKit/Tab/BaseTabView.vue.js +40 -36
- package/dist/packages/components/lib/components/carousel/SwiperCarousel.vue.js +5 -6
- package/dist/utils.d.ts +1 -1
- package/dist/utils.js +5 -3
- package/package.json +26 -19
- package/plugins/buttonPlugin.ts +290 -0
- package/dist/UIKit/Slider/SimpleSlider.d.ts +0 -19
- package/dist/UIKit/Slider/SimpleSlider.js +0 -7
- package/dist/assets/packages/components/lib/UIKit/BaseSlider.css +0 -1
- package/dist/assets/packages/components/lib/UIKit/BaseToggle.css +0 -1
- package/dist/assets/packages/components/lib/UIKit/Checkbox/CheckboxBtn.css +0 -1
- package/dist/assets/packages/components/lib/UIKit/Slider/SimpleSlider.css +0 -1
- package/dist/node_modules/.pnpm/@wikicasa-dev_utilities@1.1.21/node_modules/@wikicasa-dev/utilities/dist/utils/ArrayUtils.js +0 -4
- package/dist/node_modules/.pnpm/@wikicasa-dev_utilities@1.1.21/node_modules/@wikicasa-dev/utilities/dist/utils/DeviceDetectionUtils.js +0 -4
- package/dist/node_modules/.pnpm/@wikicasa-dev_utilities@1.1.21/node_modules/@wikicasa-dev/utilities/dist/utils/GenericUtils.js +0 -12
- package/dist/node_modules/.pnpm/@wikicasa-dev_utilities@1.1.21/node_modules/@wikicasa-dev/utilities/dist/utils/NumberUtils.js +0 -18
- package/dist/node_modules/.pnpm/@wikicasa-dev_utilities@1.1.21/node_modules/@wikicasa-dev/utilities/dist/utils/StringUtils.js +0 -4
- package/dist/packages/components/lib/UIKit/Slider/SimpleSlider.vue.js +0 -82
- /package/dist/assets/node_modules/.pnpm/{swiper@11.2.6 → swiper@11.2.8}/node_modules/swiper/modules/free-mode.css +0 -0
- /package/dist/assets/node_modules/.pnpm/{swiper@11.2.6 → swiper@11.2.8}/node_modules/swiper/modules/navigation.css +0 -0
- /package/dist/assets/node_modules/.pnpm/{swiper@11.2.6 → swiper@11.2.8}/node_modules/swiper/modules/pagination.css +0 -0
- /package/dist/assets/node_modules/.pnpm/{swiper@11.2.6 → swiper@11.2.8}/node_modules/swiper/modules/zoom.css +0 -0
- /package/dist/assets/node_modules/.pnpm/{swiper@11.2.6 → swiper@11.2.8}/node_modules/swiper/swiper.css +0 -0
- /package/dist/node_modules/.pnpm/{@wikicasa-dev_svg-icons@1.2.11_typescript@5.8.3 → @wikicasa-dev_svg-icons@1.2.12_typescript@5.8.3}/node_modules/@wikicasa-dev/svg-icons/dist/ArrowIcon.js +0 -0
- /package/dist/node_modules/.pnpm/{@wikicasa-dev_svg-icons@1.2.11_typescript@5.8.3 → @wikicasa-dev_svg-icons@1.2.12_typescript@5.8.3}/node_modules/@wikicasa-dev/svg-icons/dist/CloseIcon.js +0 -0
- /package/dist/node_modules/.pnpm/{@wikicasa-dev_svg-icons@1.2.11_typescript@5.8.3 → @wikicasa-dev_svg-icons@1.2.12_typescript@5.8.3}/node_modules/@wikicasa-dev/svg-icons/dist/DefaultValues-CpabIgVz.js +0 -0
- /package/dist/node_modules/.pnpm/{@wikicasa-dev_svg-icons@1.2.11_typescript@5.8.3 → @wikicasa-dev_svg-icons@1.2.12_typescript@5.8.3}/node_modules/@wikicasa-dev/svg-icons/dist/PharmacyIcon.js +0 -0
- /package/dist/node_modules/.pnpm/{@wikicasa-dev_svg-icons@1.2.11_typescript@5.8.3 → @wikicasa-dev_svg-icons@1.2.12_typescript@5.8.3}/node_modules/@wikicasa-dev/svg-icons/dist/WarningIconRounded.js +0 -0
- /package/dist/node_modules/.pnpm/{swiper@11.2.6 → swiper@11.2.8}/node_modules/swiper/modules/autoplay.css.js +0 -0
- /package/dist/node_modules/.pnpm/{swiper@11.2.6 → swiper@11.2.8}/node_modules/swiper/modules/autoplay.js +0 -0
- /package/dist/node_modules/.pnpm/{swiper@11.2.6 → swiper@11.2.8}/node_modules/swiper/modules/controller.css.js +0 -0
- /package/dist/node_modules/.pnpm/{swiper@11.2.6 → swiper@11.2.8}/node_modules/swiper/modules/keyboard.css.js +0 -0
- /package/dist/node_modules/.pnpm/{swiper@11.2.6 → swiper@11.2.8}/node_modules/swiper/modules/navigation.js +0 -0
- /package/dist/node_modules/.pnpm/{swiper@11.2.6 → swiper@11.2.8}/node_modules/swiper/modules/thumbs.css.js +0 -0
- /package/dist/node_modules/.pnpm/{swiper@11.2.6 → swiper@11.2.8}/node_modules/swiper/shared/classes-to-selector.js +0 -0
- /package/dist/node_modules/.pnpm/{swiper@11.2.6 → swiper@11.2.8}/node_modules/swiper/shared/create-element-if-not-defined.js +0 -0
- /package/dist/node_modules/.pnpm/{swiper@11.2.6 → swiper@11.2.8}/node_modules/swiper/shared/ssr-window.esm.js +0 -0
|
@@ -1,22 +1,33 @@
|
|
|
1
|
-
import {
|
|
2
|
-
type AlertClassPrefix = "alert-";
|
|
3
|
-
type AlertColors = "w-primary" | "w-danger" | "w-dark-primary";
|
|
4
|
-
type AlertClass = `${TwPrefix}${AlertClassPrefix}${AlertColors}` | "";
|
|
1
|
+
import { Optional } from '@wikicasa-dev/types';
|
|
5
2
|
type __VLS_Props = {
|
|
6
|
-
alertClass?:
|
|
3
|
+
alertClass?: "primary" | "danger" | "dark-primary";
|
|
4
|
+
/**
|
|
5
|
+
* Time in milliseconds that each toast should remain visible for.
|
|
6
|
+
*/
|
|
7
|
+
duration?: number;
|
|
7
8
|
};
|
|
9
|
+
type __VLS_PublicProps = {
|
|
10
|
+
"open"?: Optional<boolean>;
|
|
11
|
+
} & __VLS_Props;
|
|
8
12
|
declare function __VLS_template(): {
|
|
9
13
|
attrs: Partial<{}>;
|
|
10
14
|
slots: {
|
|
15
|
+
trigger?(_: {
|
|
16
|
+
open: () => boolean;
|
|
17
|
+
}): any;
|
|
18
|
+
title?(_: {}): any;
|
|
11
19
|
default?(_: {}): any;
|
|
20
|
+
'toast-action'?(_: {}): any;
|
|
12
21
|
};
|
|
13
22
|
refs: {};
|
|
14
|
-
rootEl:
|
|
23
|
+
rootEl: any;
|
|
15
24
|
};
|
|
16
25
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
17
|
-
declare const __VLS_component: import('vue').DefineComponent<
|
|
18
|
-
|
|
19
|
-
},
|
|
26
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
27
|
+
"update:open": (value: Optional<boolean>) => any;
|
|
28
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
29
|
+
"onUpdate:open"?: ((value: Optional<boolean>) => any) | undefined;
|
|
30
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
20
31
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
21
32
|
export default _default;
|
|
22
33
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,5 +1,42 @@
|
|
|
1
|
+
declare const badgeType: {
|
|
2
|
+
/**
|
|
3
|
+
* @deprecated Old style
|
|
4
|
+
*/
|
|
5
|
+
readonly warning: "uikit-badge-w-warning";
|
|
6
|
+
/**
|
|
7
|
+
* @deprecated Old style
|
|
8
|
+
*/
|
|
9
|
+
readonly lavender: "uikit-badge-w-lavender";
|
|
10
|
+
/**
|
|
11
|
+
* @deprecated Old style
|
|
12
|
+
*/
|
|
13
|
+
readonly danger: "uikit-badge-w-danger";
|
|
14
|
+
/**
|
|
15
|
+
* @deprecated Old style
|
|
16
|
+
*/
|
|
17
|
+
readonly "outline-tag": "uikit-badge-outline-tag";
|
|
18
|
+
/**
|
|
19
|
+
* @deprecated Old style
|
|
20
|
+
*/
|
|
21
|
+
readonly "primary-sm": "uikit-badge-w-pink-sm";
|
|
22
|
+
/**
|
|
23
|
+
* @deprecated Old style
|
|
24
|
+
*/
|
|
25
|
+
readonly "dark-primary": "uikit-badge-w-darkblue";
|
|
26
|
+
/**
|
|
27
|
+
* @deprecated Old style
|
|
28
|
+
*/
|
|
29
|
+
readonly "outline-tag-listing": "uikit-badge-outline-tag-listing";
|
|
30
|
+
readonly gold: "uikit-badge-gold";
|
|
31
|
+
readonly silver: "uikit-badge-silver";
|
|
32
|
+
readonly premium: "uikit-badge-premium";
|
|
33
|
+
readonly luxury: "uikit-badge-luxury";
|
|
34
|
+
readonly alert: "uikit-badge-alert";
|
|
35
|
+
readonly new: "uikit-badge-new";
|
|
36
|
+
readonly discount: "uikit-badge-discount";
|
|
37
|
+
};
|
|
1
38
|
type __VLS_Props = {
|
|
2
|
-
badgeClass?:
|
|
39
|
+
badgeClass?: keyof typeof badgeType;
|
|
3
40
|
};
|
|
4
41
|
declare function __VLS_template(): {
|
|
5
42
|
attrs: Partial<{}>;
|
|
@@ -7,12 +44,10 @@ declare function __VLS_template(): {
|
|
|
7
44
|
default?(_: {}): any;
|
|
8
45
|
};
|
|
9
46
|
refs: {};
|
|
10
|
-
rootEl:
|
|
47
|
+
rootEl: HTMLSpanElement;
|
|
11
48
|
};
|
|
12
49
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
14
|
-
badgeClass: "uikit-badge-w-warning" | "uikit-badge-w-lavender" | "uikit-badge-outline-tag" | "uikit-badge-w-primary-sm" | "uikit-badge-outline-tag-listing" | "uikit-badge-w-dark-primary" | "uikit-badge-w-danger";
|
|
15
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
50
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
16
51
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
17
52
|
export default _default;
|
|
18
53
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import
|
|
1
|
+
import o from "../packages/components/lib/UIKit/BaseBreadcrumb.vue.js";
|
|
2
|
+
import '../assets/packages/components/lib/UIKit/BaseBreadcrumb.css';/* empty css */
|
|
2
3
|
export {
|
|
3
|
-
|
|
4
|
+
o as default
|
|
4
5
|
};
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BtnVariant } from './types';
|
|
2
2
|
type HTMLButtonType = "button" | "submit" | "reset" | undefined;
|
|
3
3
|
type __VLS_Props = {
|
|
4
|
-
btnClass?:
|
|
4
|
+
btnClass?: BtnVariant;
|
|
5
5
|
outlined?: boolean;
|
|
6
|
+
rounded?: boolean;
|
|
6
7
|
size?: "sm" | "lg" | "";
|
|
7
8
|
withMinWidth?: boolean;
|
|
8
9
|
keepActive?: boolean;
|
|
@@ -29,13 +30,13 @@ declare function __VLS_template(): {
|
|
|
29
30
|
};
|
|
30
31
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
31
32
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
32
|
-
click: (e:
|
|
33
|
-
mouseover: (e:
|
|
34
|
-
mouseout: (e:
|
|
33
|
+
click: (e: MouseEvent) => any;
|
|
34
|
+
mouseover: (e: MouseEvent) => any;
|
|
35
|
+
mouseout: (e: MouseEvent) => any;
|
|
35
36
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
36
|
-
onClick?: ((e:
|
|
37
|
-
onMouseover?: ((e:
|
|
38
|
-
onMouseout?: ((e:
|
|
37
|
+
onClick?: ((e: MouseEvent) => any) | undefined;
|
|
38
|
+
onMouseover?: ((e: MouseEvent) => any) | undefined;
|
|
39
|
+
onMouseout?: ((e: MouseEvent) => any) | undefined;
|
|
39
40
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
40
41
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
41
42
|
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import o from "../packages/components/lib/UIKit/BaseCollapse.vue.js";
|
|
2
|
+
import '../assets/packages/components/lib/UIKit/BaseCollapse.css';/* empty css */
|
|
3
|
+
import a from "../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const r = /* @__PURE__ */ a(o, [["__scopeId", "data-v-ae1482e7"]]);
|
|
5
|
+
export {
|
|
6
|
+
r as default
|
|
7
|
+
};
|
|
@@ -3,7 +3,7 @@ import { ComplexToggleType, ToggleType } from './types';
|
|
|
3
3
|
import { TwPrefix } from '../types';
|
|
4
4
|
type BgPrefix = "bg-w-";
|
|
5
5
|
type BorderPrefix = "border-w-";
|
|
6
|
-
type ColorsType = "black" | "primary" | "
|
|
6
|
+
type ColorsType = "black" | "primary" | "darkblue" | "carbon" | "gray" | "warning" | "danger" | "lavender";
|
|
7
7
|
type BtnBgColorType = `${TwPrefix}${BgPrefix}${ColorsType}` | "";
|
|
8
8
|
type BorderColorType = `${TwPrefix}${BorderPrefix}${ColorsType}`;
|
|
9
9
|
type __VLS_Props = {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "../packages/components/lib/UIKit/BaseComplexToggle.vue.js";
|
|
2
2
|
import '../assets/packages/components/lib/UIKit/BaseComplexToggle.css';/* empty css */
|
|
3
|
-
import
|
|
4
|
-
const r = /* @__PURE__ */
|
|
3
|
+
import t from "../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const r = /* @__PURE__ */ t(o, [["__scopeId", "data-v-7737664c"]]);
|
|
5
5
|
export {
|
|
6
6
|
r as default
|
|
7
7
|
};
|
|
@@ -18,6 +18,7 @@ type __VLS_Props = {
|
|
|
18
18
|
dropdownElement?: "div" | "ul" | "ol";
|
|
19
19
|
keepState?: "opened" | "closed" | "";
|
|
20
20
|
activateKeyboardController?: boolean;
|
|
21
|
+
disableSpaceHandler?: boolean;
|
|
21
22
|
dataCy?: string;
|
|
22
23
|
};
|
|
23
24
|
type __VLS_PublicProps = {
|
|
@@ -29,6 +30,7 @@ declare function __VLS_template(): {
|
|
|
29
30
|
btn_slot?(_: {
|
|
30
31
|
toggleDropdown: () => void;
|
|
31
32
|
isOpen: boolean;
|
|
33
|
+
setActiveIdx: (idx?: Nullable<number>) => void;
|
|
32
34
|
}): any;
|
|
33
35
|
default?(_: {
|
|
34
36
|
isOpen: boolean;
|
|
@@ -49,10 +51,12 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
49
51
|
click: () => any;
|
|
50
52
|
"update:toggleDropdown": (value: Optional<boolean>) => any;
|
|
51
53
|
"update:dropdownState": (args_0: boolean) => any;
|
|
54
|
+
"update:selectedIdx": (args_0: number) => any;
|
|
52
55
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
53
56
|
onClick?: (() => any) | undefined;
|
|
54
57
|
"onUpdate:toggleDropdown"?: ((value: Optional<boolean>) => any) | undefined;
|
|
55
58
|
"onUpdate:dropdownState"?: ((args_0: boolean) => any) | undefined;
|
|
59
|
+
"onUpdate:selectedIdx"?: ((args_0: number) => any) | undefined;
|
|
56
60
|
}>, {
|
|
57
61
|
dataCy: string;
|
|
58
62
|
arrowWidth: number;
|
|
@@ -69,6 +73,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
69
73
|
dropdownElement: "div" | "ul" | "ol";
|
|
70
74
|
keepState: "opened" | "closed" | "";
|
|
71
75
|
activateKeyboardController: boolean;
|
|
76
|
+
disableSpaceHandler: boolean;
|
|
72
77
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
73
78
|
dropdown: unknown;
|
|
74
79
|
}, any>;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import o from "../packages/components/lib/UIKit/BaseFloatingLabel.vue.js";
|
|
2
2
|
import '../assets/packages/components/lib/UIKit/BaseFloatingLabel.css';/* empty css */
|
|
3
|
-
import t from "../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-2b36371e"]]);
|
|
5
3
|
export {
|
|
6
|
-
|
|
4
|
+
o as default
|
|
7
5
|
};
|
|
@@ -11,7 +11,6 @@ type __VLS_Props = {
|
|
|
11
11
|
unFormatFn: (v: string) => string | number | null;
|
|
12
12
|
}>>;
|
|
13
13
|
labelClasses?: ClassTypeProp;
|
|
14
|
-
fieldsetClasses?: ClassTypeProp;
|
|
15
14
|
labelTextClasses?: ClassTypeProp;
|
|
16
15
|
withLeftIcon?: boolean;
|
|
17
16
|
withRightIcon?: boolean;
|
|
@@ -43,16 +42,16 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
43
42
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
44
43
|
click: (args_0: MouseEvent) => any;
|
|
45
44
|
"update:modelValue": (value: string | number | undefined) => any;
|
|
46
|
-
focusin: () => any;
|
|
47
|
-
focusout: () => any;
|
|
45
|
+
focusin: (args_0: FocusEvent) => any;
|
|
46
|
+
focusout: (args_0: FocusEvent) => any;
|
|
48
47
|
keydown: (args_0: KeyboardEvent) => any;
|
|
49
48
|
keyup: (args_0: KeyboardEvent) => any;
|
|
50
49
|
keydownEnterPressed: () => any;
|
|
51
50
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
52
51
|
onClick?: ((args_0: MouseEvent) => any) | undefined;
|
|
53
52
|
"onUpdate:modelValue"?: ((value: string | number | undefined) => any) | undefined;
|
|
54
|
-
onFocusin?: (() => any) | undefined;
|
|
55
|
-
onFocusout?: (() => any) | undefined;
|
|
53
|
+
onFocusin?: ((args_0: FocusEvent) => any) | undefined;
|
|
54
|
+
onFocusout?: ((args_0: FocusEvent) => any) | undefined;
|
|
56
55
|
onKeydown?: ((args_0: KeyboardEvent) => any) | undefined;
|
|
57
56
|
onKeyup?: ((args_0: KeyboardEvent) => any) | undefined;
|
|
58
57
|
onKeydownEnterPressed?: (() => any) | undefined;
|
package/dist/UIKit/BaseInput.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import o from "../packages/components/lib/UIKit/BaseInput.vue.js";
|
|
2
2
|
import '../assets/packages/components/lib/UIKit/BaseInput.css';/* empty css */
|
|
3
|
-
import t from "../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-919095a8"]]);
|
|
5
3
|
export {
|
|
6
|
-
|
|
4
|
+
o as default
|
|
7
5
|
};
|
|
@@ -1,11 +1,18 @@
|
|
|
1
1
|
import { Optional } from '@wikicasa-dev/types';
|
|
2
2
|
type __VLS_Props = {
|
|
3
|
+
/**
|
|
4
|
+
* Number of elements in the list
|
|
5
|
+
*/
|
|
3
6
|
count?: number;
|
|
7
|
+
/**
|
|
8
|
+
* Items per page
|
|
9
|
+
*/
|
|
4
10
|
limit?: number;
|
|
11
|
+
/**
|
|
12
|
+
* Number of sibling should be shown around the current page
|
|
13
|
+
*/
|
|
5
14
|
siblings?: number;
|
|
6
|
-
additionalCount?: number;
|
|
7
15
|
arrowColor?: string;
|
|
8
|
-
small?: boolean;
|
|
9
16
|
prevLabel?: string;
|
|
10
17
|
nextLabel?: string;
|
|
11
18
|
prevDataCy?: string;
|
|
@@ -18,5 +25,5 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
18
25
|
"update:pageNumber": (value: Optional<number>) => any;
|
|
19
26
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
20
27
|
"onUpdate:pageNumber"?: ((value: Optional<number>) => any) | undefined;
|
|
21
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
28
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
22
29
|
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
type?: "default" | "large" | "rounded";
|
|
3
|
+
pinClass?: "white" | "blue" | "cultured" | "dark-blue" | "red";
|
|
4
|
+
outlined?: boolean;
|
|
5
|
+
};
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
rootEl: HTMLSpanElement;
|
|
13
|
+
};
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
16
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
17
|
+
export default _default;
|
|
18
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
19
|
+
new (): {
|
|
20
|
+
$slots: S;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { AccessibleSelectOptions, ClassTypeProp } from './types';
|
|
2
|
+
import { Optional } from '@wikicasa-dev/types';
|
|
3
|
+
declare const _default: <TPayload, TID extends string | number | undefined>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
5
|
+
readonly onChange?: ((args_0: Event) => any) | undefined;
|
|
6
|
+
readonly "onUpdate:modelValue"?: ((value: Optional<AccessibleSelectOptions<TPayload, TID>>) => any) | undefined;
|
|
7
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onChange" | "onUpdate:modelValue"> & ({
|
|
8
|
+
modelValue?: Optional<AccessibleSelectOptions<TPayload, TID>>;
|
|
9
|
+
} & {
|
|
10
|
+
labelText?: string;
|
|
11
|
+
options?: AccessibleSelectOptions<TPayload, TID>[];
|
|
12
|
+
border?: boolean;
|
|
13
|
+
labelClasses?: ClassTypeProp;
|
|
14
|
+
arrowSize?: number;
|
|
15
|
+
}) & Partial<{}>> & import('vue').PublicProps;
|
|
16
|
+
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
17
|
+
attrs: any;
|
|
18
|
+
slots: {};
|
|
19
|
+
emit: ((evt: "change", args_0: Event) => void) & ((evt: "update:modelValue", value: Optional<AccessibleSelectOptions<TPayload, TID>>) => void);
|
|
20
|
+
}>) => import('vue').VNode & {
|
|
21
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
22
|
+
};
|
|
23
|
+
export default _default;
|
|
24
|
+
type __VLS_PrettifyLocal<T> = {
|
|
25
|
+
[K in keyof T]: T[K];
|
|
26
|
+
} & {};
|
|
@@ -3,19 +3,23 @@ type __VLS_Props = {
|
|
|
3
3
|
type?: "linear" | "logarithmic";
|
|
4
4
|
min?: number;
|
|
5
5
|
max?: number;
|
|
6
|
+
step?: number;
|
|
7
|
+
dataCy?: Partial<{
|
|
8
|
+
rangeMinInput: string;
|
|
9
|
+
rangeMaxInput: string;
|
|
10
|
+
thumbMin: string;
|
|
11
|
+
thumbMax: string;
|
|
12
|
+
}>;
|
|
6
13
|
};
|
|
7
14
|
type __VLS_PublicProps = {
|
|
8
|
-
"
|
|
9
|
-
"
|
|
15
|
+
"rangeMin"?: Optional<number>;
|
|
16
|
+
"rangeMax"?: Optional<number>;
|
|
10
17
|
} & __VLS_Props;
|
|
11
18
|
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12
|
-
"update:
|
|
13
|
-
"update:
|
|
19
|
+
"update:rangeMin": (value: Optional<number>) => any;
|
|
20
|
+
"update:rangeMax": (value: Optional<number>) => any;
|
|
14
21
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
15
|
-
"onUpdate:
|
|
16
|
-
"onUpdate:
|
|
17
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
18
|
-
fromSlider: HTMLInputElement;
|
|
19
|
-
toSlider: HTMLInputElement;
|
|
20
|
-
}, HTMLDivElement>;
|
|
22
|
+
"onUpdate:rangeMin"?: ((value: Optional<number>) => any) | undefined;
|
|
23
|
+
"onUpdate:rangeMax"?: ((value: Optional<number>) => any) | undefined;
|
|
24
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
21
25
|
export default _default;
|
package/dist/UIKit/BaseSlider.js
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
import '../assets/packages/components/lib/UIKit/BaseSlider.css';/* empty css */
|
|
3
|
-
import r from "../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const f = /* @__PURE__ */ r(o, [["__scopeId", "data-v-581ec7f4"]]);
|
|
1
|
+
import f from "../packages/components/lib/UIKit/BaseSlider.vue.js";
|
|
5
2
|
export {
|
|
6
3
|
f as default
|
|
7
4
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import o from "../packages/components/lib/UIKit/BaseSnackbar.vue.js";
|
|
2
2
|
import '../assets/packages/components/lib/UIKit/BaseSnackbar.css';/* empty css */
|
|
3
|
-
import
|
|
4
|
-
const
|
|
3
|
+
import a from "../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const p = /* @__PURE__ */ a(o, [["__scopeId", "data-v-8080638b"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
p as default
|
|
7
7
|
};
|
|
@@ -17,14 +17,14 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
|
17
17
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
18
18
|
click: (args_0: MouseEvent) => any;
|
|
19
19
|
"update:modelValue": (value: string | undefined) => any;
|
|
20
|
-
focusin: () => any;
|
|
21
|
-
focusout: () => any;
|
|
20
|
+
focusin: (args_0: FocusEvent) => any;
|
|
21
|
+
focusout: (args_0: FocusEvent) => any;
|
|
22
22
|
keydown: (args_0: KeyboardEvent) => any;
|
|
23
23
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
24
24
|
onClick?: ((args_0: MouseEvent) => any) | undefined;
|
|
25
25
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
26
|
-
onFocusin?: (() => any) | undefined;
|
|
27
|
-
onFocusout?: (() => any) | undefined;
|
|
26
|
+
onFocusin?: ((args_0: FocusEvent) => any) | undefined;
|
|
27
|
+
onFocusout?: ((args_0: FocusEvent) => any) | undefined;
|
|
28
28
|
onKeydown?: ((args_0: KeyboardEvent) => any) | undefined;
|
|
29
29
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
30
30
|
textarea: HTMLTextAreaElement;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import o from "../packages/components/lib/UIKit/BaseTextarea.vue.js";
|
|
2
2
|
import '../assets/packages/components/lib/UIKit/BaseTextarea.css';/* empty css */
|
|
3
|
-
import
|
|
4
|
-
const m = /* @__PURE__ */ o
|
|
3
|
+
import t from "../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-e9dd2650"]]);
|
|
5
5
|
export {
|
|
6
6
|
m as default
|
|
7
7
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
+
import { Optional } from '@wikicasa-dev/types';
|
|
1
2
|
type __VLS_Props = {
|
|
2
|
-
withRightLabel?: boolean;
|
|
3
3
|
label?: string;
|
|
4
4
|
};
|
|
5
5
|
type __VLS_PublicProps = {
|
|
6
|
-
modelValue?: boolean
|
|
6
|
+
modelValue?: Optional<boolean>;
|
|
7
7
|
} & __VLS_Props;
|
|
8
8
|
declare function __VLS_template(): {
|
|
9
9
|
attrs: Partial<{}>;
|
|
@@ -16,13 +16,10 @@ declare function __VLS_template(): {
|
|
|
16
16
|
};
|
|
17
17
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
18
18
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
19
|
-
"update:modelValue": (value: boolean
|
|
19
|
+
"update:modelValue": (value: Optional<boolean>) => any;
|
|
20
20
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
21
|
-
"onUpdate:modelValue"?: ((value: boolean
|
|
22
|
-
}>, {
|
|
23
|
-
label: string;
|
|
24
|
-
withRightLabel: boolean;
|
|
25
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
21
|
+
"onUpdate:modelValue"?: ((value: Optional<boolean>) => any) | undefined;
|
|
22
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
26
23
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
27
24
|
export default _default;
|
|
28
25
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
package/dist/UIKit/BaseToggle.js
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
import '../assets/packages/components/lib/UIKit/BaseToggle.css';/* empty css */
|
|
3
|
-
import t from "../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-1e6f488b"]]);
|
|
1
|
+
import f from "../packages/components/lib/UIKit/BaseToggle.vue.js";
|
|
5
2
|
export {
|
|
6
3
|
f as default
|
|
7
4
|
};
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ClassTypeProp } from './types';
|
|
2
2
|
type __VLS_Props = {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
tooltipContentClasses?: ClassType;
|
|
3
|
+
/**
|
|
4
|
+
* The preferred side of the trigger to render against when open. Will be reversed when collisions occur and avoidCollisions is enabled.
|
|
5
|
+
*/
|
|
6
|
+
direction?: "top" | "bottom" | "left" | "right";
|
|
7
|
+
tooltipContentClasses?: ClassTypeProp;
|
|
8
|
+
triggerClasses?: ClassTypeProp;
|
|
9
|
+
delayDuration?: number;
|
|
11
10
|
};
|
|
12
11
|
declare function __VLS_template(): {
|
|
13
12
|
attrs: Partial<{}>;
|
|
@@ -16,19 +15,10 @@ declare function __VLS_template(): {
|
|
|
16
15
|
content?(_: {}): any;
|
|
17
16
|
};
|
|
18
17
|
refs: {};
|
|
19
|
-
rootEl:
|
|
18
|
+
rootEl: any;
|
|
20
19
|
};
|
|
21
20
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
22
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
23
|
-
direction: "top" | "bottom" | "left" | "right" | "top-center" | "bottom-center";
|
|
24
|
-
theme: {
|
|
25
|
-
color: "blue" | "white";
|
|
26
|
-
size: "sm" | "md" | "lg";
|
|
27
|
-
};
|
|
28
|
-
customTooltipClass: "mail-alert" | "";
|
|
29
|
-
showTooltipContentManually: boolean;
|
|
30
|
-
tooltipContentClasses: ClassType;
|
|
31
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
21
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
32
22
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
33
23
|
export default _default;
|
|
34
24
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "../packages/components/lib/UIKit/BaseTooltip.vue.js";
|
|
2
2
|
import '../assets/packages/components/lib/UIKit/BaseTooltip.css';/* empty css */
|
|
3
3
|
import t from "../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-ca57365d"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
m as default
|
|
7
7
|
};
|