@wikicasa-dev/components 2.1.4-alpha.9 → 2.1.4
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 +9 -20
- package/dist/UIKit/BaseBadge.d.ts +5 -40
- package/dist/UIKit/BaseBreadcrumb.js +2 -3
- package/dist/UIKit/BaseButton.d.ts +8 -9
- package/dist/UIKit/BaseComplexToggle.d.ts +1 -1
- package/dist/UIKit/BaseComplexToggle.js +2 -2
- package/dist/UIKit/BaseDropDown.d.ts +0 -5
- package/dist/UIKit/BaseFloatingLabel.js +3 -1
- package/dist/UIKit/BaseInput.d.ts +5 -4
- package/dist/UIKit/BaseInput.js +3 -1
- package/dist/UIKit/BasePagination.d.ts +3 -10
- package/dist/UIKit/BaseSlider.d.ts +10 -14
- package/dist/UIKit/BaseSlider.js +4 -1
- 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 +8 -5
- package/dist/UIKit/BaseToggle.js +4 -1
- package/dist/UIKit/BaseTooltip.d.ts +20 -10
- package/dist/UIKit/BaseTooltip.js +2 -2
- package/dist/UIKit/Checkbox/CheckboxBtn.d.ts +16 -9
- package/dist/UIKit/Checkbox/CheckboxBtn.js +5 -2
- package/dist/UIKit/Checkbox/CheckboxGroup.d.ts +3 -2
- package/dist/UIKit/ShimmerLoader/BaseShimmerLoader.js +3 -1
- package/dist/UIKit/ShimmerLoader/ShimmerMultiLine.d.ts +5 -1
- package/dist/UIKit/Slider/SimpleSlider.d.ts +19 -0
- package/dist/UIKit/Slider/SimpleSlider.js +7 -0
- package/dist/UIKit/Tab/BaseTabList.d.ts +0 -1
- package/dist/UIKit/types.d.ts +6 -11
- 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/BaseCard.css +1 -1
- 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/BaseSlider.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/BaseToggle.css +1 -0
- package/dist/assets/packages/components/lib/UIKit/BaseTooltip.css +1 -1
- package/dist/assets/packages/components/lib/UIKit/Checkbox/CheckboxBtn.css +1 -0
- package/dist/assets/packages/components/lib/UIKit/ShimmerLoader/BaseShimmerLoader.css +1 -1
- package/dist/assets/packages/components/lib/UIKit/Slider/SimpleSlider.css +1 -0
- 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 +2 -5
- package/dist/index.js +85 -98
- package/dist/node_modules/.pnpm/@wikicasa-dev_utilities@1.1.21/node_modules/@wikicasa-dev/utilities/dist/utils/ArrayUtils.js +4 -0
- package/dist/node_modules/.pnpm/@wikicasa-dev_utilities@1.1.21/node_modules/@wikicasa-dev/utilities/dist/utils/DeviceDetectionUtils.js +4 -0
- package/dist/node_modules/.pnpm/@wikicasa-dev_utilities@1.1.21/node_modules/@wikicasa-dev/utilities/dist/utils/GenericUtils.js +12 -0
- package/dist/node_modules/.pnpm/@wikicasa-dev_utilities@1.1.21/node_modules/@wikicasa-dev/utilities/dist/utils/NumberUtils.js +18 -0
- package/dist/node_modules/.pnpm/@wikicasa-dev_utilities@1.1.21/node_modules/@wikicasa-dev/utilities/dist/utils/StringUtils.js +4 -0
- package/dist/node_modules/.pnpm/{swiper@11.2.8 → swiper@11.2.6}/node_modules/swiper/modules/controller.js +1 -1
- package/dist/node_modules/.pnpm/{swiper@11.2.8 → swiper@11.2.6}/node_modules/swiper/modules/free-mode.js +1 -1
- package/dist/node_modules/.pnpm/{swiper@11.2.8 → swiper@11.2.6}/node_modules/swiper/modules/keyboard.js +9 -9
- package/dist/node_modules/.pnpm/{swiper@11.2.8 → swiper@11.2.6}/node_modules/swiper/modules/pagination.js +17 -17
- package/dist/node_modules/.pnpm/{swiper@11.2.8 → swiper@11.2.6}/node_modules/swiper/modules/thumbs.js +1 -1
- package/dist/node_modules/.pnpm/{swiper@11.2.8 → swiper@11.2.6}/node_modules/swiper/modules/zoom.js +13 -13
- package/dist/node_modules/.pnpm/{swiper@11.2.8 → swiper@11.2.6}/node_modules/swiper/shared/utils.js +26 -32
- 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 +13 -107
- package/dist/packages/components/lib/UIKit/BaseAutocomplete.vue.js +27 -28
- package/dist/packages/components/lib/UIKit/BaseBadge.vue.js +11 -46
- package/dist/packages/components/lib/UIKit/BaseBreadcrumb.vue.js +35 -32
- package/dist/packages/components/lib/UIKit/BaseButton.vue.js +36 -56
- package/dist/packages/components/lib/UIKit/BaseComplexToggle.vue.js +12 -12
- package/dist/packages/components/lib/UIKit/BaseDropDown.vue.js +45 -48
- package/dist/packages/components/lib/UIKit/BaseFloatingLabel.vue.js +17 -14
- package/dist/packages/components/lib/UIKit/BaseInput.vue.js +119 -93
- package/dist/packages/components/lib/UIKit/BaseModal.vue.js +66 -70
- package/dist/packages/components/lib/UIKit/BasePagination.vue.js +134 -89
- package/dist/packages/components/lib/UIKit/BaseSlider.vue.js +178 -107
- package/dist/packages/components/lib/UIKit/BaseSnackbar.vue.js +7 -7
- package/dist/packages/components/lib/UIKit/BaseTextarea.vue.js +73 -55
- package/dist/packages/components/lib/UIKit/BaseToggle.vue.js +31 -27
- package/dist/packages/components/lib/UIKit/BaseTooltip.vue.js +33 -48
- package/dist/packages/components/lib/UIKit/BaseUploadFile.vue.js +40 -19
- package/dist/packages/components/lib/UIKit/Checkbox/CheckboxBtn.vue.js +52 -55
- package/dist/packages/components/lib/UIKit/Checkbox/CheckboxGroup.vue.js +26 -20
- package/dist/packages/components/lib/UIKit/Radio/RadioButton.vue.js +9 -9
- package/dist/packages/components/lib/UIKit/ShimmerLoader/BaseShimmerLoader.vue.js +9 -10
- package/dist/packages/components/lib/UIKit/ShimmerLoader/ShimmerMultiLine.vue.js +9 -10
- package/dist/packages/components/lib/UIKit/Slider/SimpleSlider.vue.js +82 -0
- package/dist/packages/components/lib/UIKit/Tab/BaseTabList.vue.js +27 -28
- package/dist/packages/components/lib/UIKit/Tab/BaseTabView.vue.js +19 -21
- package/dist/packages/components/lib/components/carousel/SwiperCarousel.vue.js +6 -5
- package/dist/utils.d.ts +1 -1
- package/dist/utils.js +3 -5
- package/package.json +18 -25
- package/dist/UIKit/BaseBanner/Background/BaseBannerBgElement1.js +0 -4
- package/dist/UIKit/BaseBanner/Background/BaseBannerBgElement2.js +0 -4
- package/dist/UIKit/BaseBanner/Background/BaseBannerBgElement3.js +0 -4
- package/dist/UIKit/BaseBanner/Background/BaseBannerBgElement4.js +0 -4
- package/dist/UIKit/BaseBanner.js +0 -4
- package/dist/UIKit/BaseChip.js +0 -4
- package/dist/UIKit/BaseCollapse.js +0 -7
- package/dist/UIKit/BaseNotificationBadge.js +0 -4
- package/dist/UIKit/BasePin.d.ts +0 -22
- package/dist/UIKit/BasePin.js +0 -5
- package/dist/UIKit/BaseSelect.d.ts +0 -26
- package/dist/UIKit/BaseSelect.js +0 -5
- package/dist/UIKit/DatePicker.js +0 -5
- package/dist/UIKit/InputDropdown.js +0 -4
- package/dist/UIKit/Navigation/NavigationBar.d.ts +0 -17
- package/dist/UIKit/Navigation/NavigationBar.js +0 -5
- package/dist/UIKit/Navigation/NavigationBarItem.d.ts +0 -34
- package/dist/UIKit/Navigation/NavigationBarItem.js +0 -4
- package/dist/UIKit/SegmentedControl/SegmentedControl.js +0 -4
- package/dist/UIKit/SegmentedControl/SegmentedControlItem.js +0 -4
- package/dist/UIKit/Tab/BaseTabItem.d.ts +0 -27
- package/dist/UIKit/Tab/BaseTabItem.js +0 -4
- 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 +0 -1
- package/dist/assets/packages/components/lib/UIKit/BaseBreadcrumb.css +0 -1
- package/dist/assets/packages/components/lib/UIKit/BaseCollapse.css +0 -1
- package/dist/assets/packages/components/lib/UIKit/BasePin.css +0 -1
- package/dist/assets/packages/components/lib/UIKit/BaseSelect.css +0 -1
- package/dist/assets/packages/components/lib/UIKit/DatePicker.css +0 -1
- package/dist/assets/packages/components/lib/UIKit/Navigation/NavigationBar.css +0 -1
- 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 +0 -19
- 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 +0 -16
- 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 +0 -29
- 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 +0 -33
- package/dist/packages/components/lib/UIKit/BaseBanner/Background/BaseBannerBgElement1.vue.js +0 -29
- package/dist/packages/components/lib/UIKit/BaseBanner/Background/BaseBannerBgElement2.vue.js +0 -56
- package/dist/packages/components/lib/UIKit/BaseBanner/Background/BaseBannerBgElement3.vue.js +0 -56
- package/dist/packages/components/lib/UIKit/BaseBanner/Background/BaseBannerBgElement4.vue.js +0 -56
- package/dist/packages/components/lib/UIKit/BaseBanner.vue.js +0 -75
- package/dist/packages/components/lib/UIKit/BaseChip.vue.js +0 -38
- package/dist/packages/components/lib/UIKit/BaseCollapse.vue.js +0 -54
- package/dist/packages/components/lib/UIKit/BaseNotificationBadge.vue.js +0 -19
- package/dist/packages/components/lib/UIKit/BasePin.vue.js +0 -37
- package/dist/packages/components/lib/UIKit/BaseSelect.vue.js +0 -65
- package/dist/packages/components/lib/UIKit/DatePicker.vue.js +0 -143
- package/dist/packages/components/lib/UIKit/InputDropdown.vue.js +0 -152
- package/dist/packages/components/lib/UIKit/Navigation/NavigationBar.vue.js +0 -21
- package/dist/packages/components/lib/UIKit/Navigation/NavigationBarItem.vue.js +0 -48
- package/dist/packages/components/lib/UIKit/SegmentedControl/SegmentedControl.vue.js +0 -93
- package/dist/packages/components/lib/UIKit/SegmentedControl/SegmentedControlItem.vue.js +0 -30
- package/dist/packages/components/lib/UIKit/Tab/BaseTabItem.vue.js +0 -39
- package/plugins/buttonPlugin.ts +0 -290
- /package/dist/assets/node_modules/.pnpm/{swiper@11.2.8 → swiper@11.2.6}/node_modules/swiper/modules/free-mode.css +0 -0
- /package/dist/assets/node_modules/.pnpm/{swiper@11.2.8 → swiper@11.2.6}/node_modules/swiper/modules/navigation.css +0 -0
- /package/dist/assets/node_modules/.pnpm/{swiper@11.2.8 → swiper@11.2.6}/node_modules/swiper/modules/pagination.css +0 -0
- /package/dist/assets/node_modules/.pnpm/{swiper@11.2.8 → swiper@11.2.6}/node_modules/swiper/modules/zoom.css +0 -0
- /package/dist/assets/node_modules/.pnpm/{swiper@11.2.8 → swiper@11.2.6}/node_modules/swiper/swiper.css +0 -0
- /package/dist/node_modules/.pnpm/{@wikicasa-dev_svg-icons@1.2.12_typescript@5.8.3 → @wikicasa-dev_svg-icons@1.2.11_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.12_typescript@5.8.3 → @wikicasa-dev_svg-icons@1.2.11_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.12_typescript@5.8.3 → @wikicasa-dev_svg-icons@1.2.11_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.12_typescript@5.8.3 → @wikicasa-dev_svg-icons@1.2.11_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.12_typescript@5.8.3 → @wikicasa-dev_svg-icons@1.2.11_typescript@5.8.3}/node_modules/@wikicasa-dev/svg-icons/dist/WarningIconRounded.js +0 -0
- /package/dist/node_modules/.pnpm/{swiper@11.2.8 → swiper@11.2.6}/node_modules/swiper/modules/autoplay.css.js +0 -0
- /package/dist/node_modules/.pnpm/{swiper@11.2.8 → swiper@11.2.6}/node_modules/swiper/modules/autoplay.js +0 -0
- /package/dist/node_modules/.pnpm/{swiper@11.2.8 → swiper@11.2.6}/node_modules/swiper/modules/controller.css.js +0 -0
- /package/dist/node_modules/.pnpm/{swiper@11.2.8 → swiper@11.2.6}/node_modules/swiper/modules/keyboard.css.js +0 -0
- /package/dist/node_modules/.pnpm/{swiper@11.2.8 → swiper@11.2.6}/node_modules/swiper/modules/navigation.js +0 -0
- /package/dist/node_modules/.pnpm/{swiper@11.2.8 → swiper@11.2.6}/node_modules/swiper/modules/thumbs.css.js +0 -0
- /package/dist/node_modules/.pnpm/{swiper@11.2.8 → swiper@11.2.6}/node_modules/swiper/shared/classes-to-selector.js +0 -0
- /package/dist/node_modules/.pnpm/{swiper@11.2.8 → swiper@11.2.6}/node_modules/swiper/shared/create-element-if-not-defined.js +0 -0
- /package/dist/node_modules/.pnpm/{swiper@11.2.8 → swiper@11.2.6}/node_modules/swiper/shared/ssr-window.esm.js +0 -0
|
@@ -1,33 +1,22 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TwPrefix } from 'lib/types';
|
|
2
|
+
type AlertClassPrefix = "alert-";
|
|
3
|
+
type AlertColors = "w-primary" | "w-danger" | "w-dark-primary";
|
|
4
|
+
type AlertClass = `${TwPrefix}${AlertClassPrefix}${AlertColors}` | "";
|
|
2
5
|
type __VLS_Props = {
|
|
3
|
-
alertClass?:
|
|
4
|
-
/**
|
|
5
|
-
* Time in milliseconds that each toast should remain visible for.
|
|
6
|
-
*/
|
|
7
|
-
duration?: number;
|
|
6
|
+
alertClass?: AlertClass;
|
|
8
7
|
};
|
|
9
|
-
type __VLS_PublicProps = {
|
|
10
|
-
"open"?: Optional<boolean>;
|
|
11
|
-
} & __VLS_Props;
|
|
12
8
|
declare function __VLS_template(): {
|
|
13
9
|
attrs: Partial<{}>;
|
|
14
10
|
slots: {
|
|
15
|
-
trigger?(_: {
|
|
16
|
-
open: () => boolean;
|
|
17
|
-
}): any;
|
|
18
|
-
title?(_: {}): any;
|
|
19
11
|
default?(_: {}): any;
|
|
20
|
-
'toast-action'?(_: {}): any;
|
|
21
12
|
};
|
|
22
13
|
refs: {};
|
|
23
|
-
rootEl:
|
|
14
|
+
rootEl: HTMLDivElement;
|
|
24
15
|
};
|
|
25
16
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
26
|
-
declare const __VLS_component: import('vue').DefineComponent<
|
|
27
|
-
|
|
28
|
-
}, string, import('vue').
|
|
29
|
-
"onUpdate:open"?: ((value: Optional<boolean>) => any) | undefined;
|
|
30
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
18
|
+
alertClass: AlertClass;
|
|
19
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
31
20
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
32
21
|
export default _default;
|
|
33
22
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,42 +1,5 @@
|
|
|
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
|
-
};
|
|
38
1
|
type __VLS_Props = {
|
|
39
|
-
badgeClass?:
|
|
2
|
+
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";
|
|
40
3
|
};
|
|
41
4
|
declare function __VLS_template(): {
|
|
42
5
|
attrs: Partial<{}>;
|
|
@@ -44,10 +7,12 @@ declare function __VLS_template(): {
|
|
|
44
7
|
default?(_: {}): any;
|
|
45
8
|
};
|
|
46
9
|
refs: {};
|
|
47
|
-
rootEl:
|
|
10
|
+
rootEl: any;
|
|
48
11
|
};
|
|
49
12
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
50
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
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>;
|
|
51
16
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
52
17
|
export default _default;
|
|
53
18
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
import '../assets/packages/components/lib/UIKit/BaseBreadcrumb.css';/* empty css */
|
|
1
|
+
import f from "../packages/components/lib/UIKit/BaseBreadcrumb.vue.js";
|
|
3
2
|
export {
|
|
4
|
-
|
|
3
|
+
f as default
|
|
5
4
|
};
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ButtonType } from './types';
|
|
2
2
|
type HTMLButtonType = "button" | "submit" | "reset" | undefined;
|
|
3
3
|
type __VLS_Props = {
|
|
4
|
-
btnClass?:
|
|
4
|
+
btnClass?: ButtonType;
|
|
5
5
|
outlined?: boolean;
|
|
6
|
-
rounded?: boolean;
|
|
7
6
|
size?: "sm" | "lg" | "";
|
|
8
7
|
withMinWidth?: boolean;
|
|
9
8
|
keepActive?: boolean;
|
|
@@ -30,13 +29,13 @@ declare function __VLS_template(): {
|
|
|
30
29
|
};
|
|
31
30
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
32
31
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
33
|
-
click: (e:
|
|
34
|
-
mouseover: (e:
|
|
35
|
-
mouseout: (e:
|
|
32
|
+
click: (e: Event) => any;
|
|
33
|
+
mouseover: (e: Event) => any;
|
|
34
|
+
mouseout: (e: Event) => any;
|
|
36
35
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
37
|
-
onClick?: ((e:
|
|
38
|
-
onMouseover?: ((e:
|
|
39
|
-
onMouseout?: ((e:
|
|
36
|
+
onClick?: ((e: Event) => any) | undefined;
|
|
37
|
+
onMouseover?: ((e: Event) => any) | undefined;
|
|
38
|
+
onMouseout?: ((e: Event) => any) | undefined;
|
|
40
39
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
41
40
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
42
41
|
export default _default;
|
|
@@ -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" | "secondary" | "dark-primary" | "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 e from "../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const r = /* @__PURE__ */ e(o, [["__scopeId", "data-v-832ebde3"]]);
|
|
5
5
|
export {
|
|
6
6
|
r as default
|
|
7
7
|
};
|
|
@@ -18,7 +18,6 @@ type __VLS_Props = {
|
|
|
18
18
|
dropdownElement?: "div" | "ul" | "ol";
|
|
19
19
|
keepState?: "opened" | "closed" | "";
|
|
20
20
|
activateKeyboardController?: boolean;
|
|
21
|
-
disableSpaceHandler?: boolean;
|
|
22
21
|
dataCy?: string;
|
|
23
22
|
};
|
|
24
23
|
type __VLS_PublicProps = {
|
|
@@ -30,7 +29,6 @@ declare function __VLS_template(): {
|
|
|
30
29
|
btn_slot?(_: {
|
|
31
30
|
toggleDropdown: () => void;
|
|
32
31
|
isOpen: boolean;
|
|
33
|
-
setActiveIdx: (idx?: Nullable<number>) => void;
|
|
34
32
|
}): any;
|
|
35
33
|
default?(_: {
|
|
36
34
|
isOpen: boolean;
|
|
@@ -51,12 +49,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
51
49
|
click: () => any;
|
|
52
50
|
"update:toggleDropdown": (value: Optional<boolean>) => any;
|
|
53
51
|
"update:dropdownState": (args_0: boolean) => any;
|
|
54
|
-
"update:selectedIdx": (args_0: number) => any;
|
|
55
52
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
56
53
|
onClick?: (() => any) | undefined;
|
|
57
54
|
"onUpdate:toggleDropdown"?: ((value: Optional<boolean>) => any) | undefined;
|
|
58
55
|
"onUpdate:dropdownState"?: ((args_0: boolean) => any) | undefined;
|
|
59
|
-
"onUpdate:selectedIdx"?: ((args_0: number) => any) | undefined;
|
|
60
56
|
}>, {
|
|
61
57
|
dataCy: string;
|
|
62
58
|
arrowWidth: number;
|
|
@@ -73,7 +69,6 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
73
69
|
dropdownElement: "div" | "ul" | "ol";
|
|
74
70
|
keepState: "opened" | "closed" | "";
|
|
75
71
|
activateKeyboardController: boolean;
|
|
76
|
-
disableSpaceHandler: boolean;
|
|
77
72
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
78
73
|
dropdown: unknown;
|
|
79
74
|
}, any>;
|
|
@@ -1,5 +1,7 @@
|
|
|
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"]]);
|
|
3
5
|
export {
|
|
4
|
-
|
|
6
|
+
m as default
|
|
5
7
|
};
|
|
@@ -11,6 +11,7 @@ type __VLS_Props = {
|
|
|
11
11
|
unFormatFn: (v: string) => string | number | null;
|
|
12
12
|
}>>;
|
|
13
13
|
labelClasses?: ClassTypeProp;
|
|
14
|
+
fieldsetClasses?: ClassTypeProp;
|
|
14
15
|
labelTextClasses?: ClassTypeProp;
|
|
15
16
|
withLeftIcon?: boolean;
|
|
16
17
|
withRightIcon?: boolean;
|
|
@@ -42,16 +43,16 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
42
43
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
43
44
|
click: (args_0: MouseEvent) => any;
|
|
44
45
|
"update:modelValue": (value: string | number | undefined) => any;
|
|
45
|
-
focusin: (
|
|
46
|
-
focusout: (
|
|
46
|
+
focusin: () => any;
|
|
47
|
+
focusout: () => any;
|
|
47
48
|
keydown: (args_0: KeyboardEvent) => any;
|
|
48
49
|
keyup: (args_0: KeyboardEvent) => any;
|
|
49
50
|
keydownEnterPressed: () => any;
|
|
50
51
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
51
52
|
onClick?: ((args_0: MouseEvent) => any) | undefined;
|
|
52
53
|
"onUpdate:modelValue"?: ((value: string | number | undefined) => any) | undefined;
|
|
53
|
-
onFocusin?: ((
|
|
54
|
-
onFocusout?: ((
|
|
54
|
+
onFocusin?: (() => any) | undefined;
|
|
55
|
+
onFocusout?: (() => any) | undefined;
|
|
55
56
|
onKeydown?: ((args_0: KeyboardEvent) => any) | undefined;
|
|
56
57
|
onKeyup?: ((args_0: KeyboardEvent) => any) | undefined;
|
|
57
58
|
onKeydownEnterPressed?: (() => any) | undefined;
|
package/dist/UIKit/BaseInput.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
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"]]);
|
|
3
5
|
export {
|
|
4
|
-
|
|
6
|
+
m as default
|
|
5
7
|
};
|
|
@@ -1,18 +1,11 @@
|
|
|
1
1
|
import { Optional } from '@wikicasa-dev/types';
|
|
2
2
|
type __VLS_Props = {
|
|
3
|
-
/**
|
|
4
|
-
* Number of elements in the list
|
|
5
|
-
*/
|
|
6
3
|
count?: number;
|
|
7
|
-
/**
|
|
8
|
-
* Items per page
|
|
9
|
-
*/
|
|
10
4
|
limit?: number;
|
|
11
|
-
/**
|
|
12
|
-
* Number of sibling should be shown around the current page
|
|
13
|
-
*/
|
|
14
5
|
siblings?: number;
|
|
6
|
+
additionalCount?: number;
|
|
15
7
|
arrowColor?: string;
|
|
8
|
+
small?: boolean;
|
|
16
9
|
prevLabel?: string;
|
|
17
10
|
nextLabel?: string;
|
|
18
11
|
prevDataCy?: string;
|
|
@@ -25,5 +18,5 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
25
18
|
"update:pageNumber": (value: Optional<number>) => any;
|
|
26
19
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
27
20
|
"onUpdate:pageNumber"?: ((value: Optional<number>) => any) | undefined;
|
|
28
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
21
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
29
22
|
export default _default;
|
|
@@ -3,23 +3,19 @@ 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
|
-
}>;
|
|
13
6
|
};
|
|
14
7
|
type __VLS_PublicProps = {
|
|
15
|
-
"
|
|
16
|
-
"
|
|
8
|
+
"minValue"?: Optional<number>;
|
|
9
|
+
"maxValue"?: Optional<number>;
|
|
17
10
|
} & __VLS_Props;
|
|
18
11
|
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
19
|
-
"update:
|
|
20
|
-
"update:
|
|
12
|
+
"update:minValue": (value: Optional<number>) => any;
|
|
13
|
+
"update:maxValue": (value: Optional<number>) => any;
|
|
21
14
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
22
|
-
"onUpdate:
|
|
23
|
-
"onUpdate:
|
|
24
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
15
|
+
"onUpdate:minValue"?: ((value: Optional<number>) => any) | undefined;
|
|
16
|
+
"onUpdate:maxValue"?: ((value: Optional<number>) => any) | undefined;
|
|
17
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
18
|
+
fromSlider: HTMLInputElement;
|
|
19
|
+
toSlider: HTMLInputElement;
|
|
20
|
+
}, HTMLDivElement>;
|
|
25
21
|
export default _default;
|
package/dist/UIKit/BaseSlider.js
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import o from "../packages/components/lib/UIKit/BaseSlider.vue.js";
|
|
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"]]);
|
|
2
5
|
export {
|
|
3
6
|
f as default
|
|
4
7
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import a 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 o from "../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const f = /* @__PURE__ */ o(a, [["__scopeId", "data-v-ac8cba3f"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
f 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: (
|
|
21
|
-
focusout: (
|
|
20
|
+
focusin: () => any;
|
|
21
|
+
focusout: () => 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?: ((
|
|
27
|
-
onFocusout?: ((
|
|
26
|
+
onFocusin?: (() => any) | undefined;
|
|
27
|
+
onFocusout?: (() => 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 a 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__ */
|
|
3
|
+
import o from "../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const m = /* @__PURE__ */ o(a, [["__scopeId", "data-v-4c1a3e1d"]]);
|
|
5
5
|
export {
|
|
6
6
|
m as default
|
|
7
7
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { Optional } from '@wikicasa-dev/types';
|
|
2
1
|
type __VLS_Props = {
|
|
2
|
+
withRightLabel?: boolean;
|
|
3
3
|
label?: string;
|
|
4
4
|
};
|
|
5
5
|
type __VLS_PublicProps = {
|
|
6
|
-
modelValue?:
|
|
6
|
+
modelValue?: boolean | undefined;
|
|
7
7
|
} & __VLS_Props;
|
|
8
8
|
declare function __VLS_template(): {
|
|
9
9
|
attrs: Partial<{}>;
|
|
@@ -16,10 +16,13 @@ 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:
|
|
19
|
+
"update:modelValue": (value: boolean | undefined) => any;
|
|
20
20
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
21
|
-
"onUpdate:modelValue"?: ((value:
|
|
22
|
-
}>, {
|
|
21
|
+
"onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
|
|
22
|
+
}>, {
|
|
23
|
+
label: string;
|
|
24
|
+
withRightLabel: boolean;
|
|
25
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
23
26
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
24
27
|
export default _default;
|
|
25
28
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
package/dist/UIKit/BaseToggle.js
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import o from "../packages/components/lib/UIKit/BaseToggle.vue.js";
|
|
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"]]);
|
|
2
5
|
export {
|
|
3
6
|
f as default
|
|
4
7
|
};
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ClassType } from '@wikicasa-dev/types';
|
|
2
2
|
type __VLS_Props = {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
3
|
+
theme?: {
|
|
4
|
+
color: "blue" | "white";
|
|
5
|
+
size: "sm" | "md" | "lg";
|
|
6
|
+
};
|
|
7
|
+
direction?: "top" | "bottom" | "left" | "right" | "top-center" | "bottom-center";
|
|
8
|
+
customTooltipClass?: "mail-alert" | "";
|
|
9
|
+
showTooltipContentManually?: boolean;
|
|
10
|
+
tooltipContentClasses?: ClassType;
|
|
10
11
|
};
|
|
11
12
|
declare function __VLS_template(): {
|
|
12
13
|
attrs: Partial<{}>;
|
|
@@ -15,10 +16,19 @@ declare function __VLS_template(): {
|
|
|
15
16
|
content?(_: {}): any;
|
|
16
17
|
};
|
|
17
18
|
refs: {};
|
|
18
|
-
rootEl:
|
|
19
|
+
rootEl: HTMLDivElement;
|
|
19
20
|
};
|
|
20
21
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
21
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
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>;
|
|
22
32
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
23
33
|
export default _default;
|
|
24
34
|
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 e = /* @__PURE__ */ t(o, [["__scopeId", "data-v-b0e473d5"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
e as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ClassType } from '@wikicasa-dev/types';
|
|
1
|
+
import { ClassType, Nullable } from '@wikicasa-dev/types';
|
|
2
2
|
type EventPayload = {
|
|
3
3
|
id: string | number;
|
|
4
4
|
label: string | number;
|
|
@@ -8,15 +8,18 @@ type __VLS_Props = {
|
|
|
8
8
|
id?: string | number;
|
|
9
9
|
dataCy?: string;
|
|
10
10
|
disabled?: boolean;
|
|
11
|
-
/**
|
|
12
|
-
* @deprecated Use v-model instead
|
|
13
|
-
*/
|
|
14
11
|
checked?: boolean;
|
|
15
12
|
required?: boolean;
|
|
16
13
|
inputClass?: ClassType;
|
|
14
|
+
inline?: boolean;
|
|
17
15
|
label?: string | number;
|
|
18
16
|
labelClass?: ClassType;
|
|
17
|
+
isValid?: Nullable<boolean>;
|
|
19
18
|
containerId?: string;
|
|
19
|
+
/**
|
|
20
|
+
* If false, the click event won't be emitted
|
|
21
|
+
*/
|
|
22
|
+
handleLabelClick?: boolean;
|
|
20
23
|
modelValue?: boolean;
|
|
21
24
|
};
|
|
22
25
|
declare function __VLS_template(): {
|
|
@@ -24,19 +27,23 @@ declare function __VLS_template(): {
|
|
|
24
27
|
slots: {
|
|
25
28
|
label?(_: {}): any;
|
|
26
29
|
};
|
|
27
|
-
refs: {
|
|
28
|
-
|
|
30
|
+
refs: {
|
|
31
|
+
checkbox: HTMLInputElement;
|
|
32
|
+
};
|
|
33
|
+
rootEl: HTMLDivElement;
|
|
29
34
|
};
|
|
30
35
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
31
36
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
32
|
-
click: (
|
|
37
|
+
click: () => any;
|
|
33
38
|
change: (args_0: EventPayload) => any;
|
|
34
39
|
"update:modelValue": (args_0: boolean) => any;
|
|
35
40
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
36
|
-
onClick?: ((
|
|
41
|
+
onClick?: (() => any) | undefined;
|
|
37
42
|
onChange?: ((args_0: EventPayload) => any) | undefined;
|
|
38
43
|
"onUpdate:modelValue"?: ((args_0: boolean) => any) | undefined;
|
|
39
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
44
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
45
|
+
checkbox: HTMLInputElement;
|
|
46
|
+
}, HTMLDivElement>;
|
|
40
47
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
41
48
|
export default _default;
|
|
42
49
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import o from "../../packages/components/lib/UIKit/Checkbox/CheckboxBtn.vue.js";
|
|
2
|
+
import '../../assets/packages/components/lib/UIKit/Checkbox/CheckboxBtn.css';/* empty css */
|
|
3
|
+
import t from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-505c1129"]]);
|
|
2
5
|
export {
|
|
3
|
-
|
|
6
|
+
p as default
|
|
4
7
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { CheckboxButtonType, GetterIdType
|
|
1
|
+
import { CheckboxButtonType, GetterIdType } from '../types';
|
|
2
|
+
import { ClassType } from '@wikicasa-dev/types';
|
|
2
3
|
type __VLS_Props = {
|
|
3
4
|
checkboxData?: CheckboxButtonType[];
|
|
4
5
|
formCheckInline?: boolean;
|
|
@@ -54,7 +55,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
54
55
|
dataCy: string;
|
|
55
56
|
checkboxData: CheckboxButtonType[];
|
|
56
57
|
formCheckInline: boolean;
|
|
57
|
-
checkboxContainerClasses:
|
|
58
|
+
checkboxContainerClasses: ClassType;
|
|
58
59
|
autoCheckResetAll: boolean;
|
|
59
60
|
autoCheckResetEmpty: boolean;
|
|
60
61
|
manualToggleResetButton: boolean;
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import o from "../../packages/components/lib/UIKit/ShimmerLoader/BaseShimmerLoader.vue.js";
|
|
2
2
|
import '../../assets/packages/components/lib/UIKit/ShimmerLoader/BaseShimmerLoader.css';/* empty css */
|
|
3
|
+
import r from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const e = /* @__PURE__ */ r(o, [["__scopeId", "data-v-31264965"]]);
|
|
3
5
|
export {
|
|
4
|
-
|
|
6
|
+
e as default
|
|
5
7
|
};
|
|
@@ -5,7 +5,11 @@ type __VLS_Props = {
|
|
|
5
5
|
shimmerClasses?: ClassType;
|
|
6
6
|
inheritHeight?: boolean;
|
|
7
7
|
};
|
|
8
|
-
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
8
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
9
|
+
lines: number;
|
|
10
|
+
randomLength: boolean;
|
|
11
|
+
inheritHeight: boolean;
|
|
12
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
9
13
|
shimmerLines: (({
|
|
10
14
|
$: import('vue').ComponentInternalInstance;
|
|
11
15
|
$data: {};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Optional } from '@wikicasa-dev/types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
min?: number;
|
|
4
|
+
max?: number;
|
|
5
|
+
step?: number;
|
|
6
|
+
dataCy?: string;
|
|
7
|
+
logarithmic?: boolean;
|
|
8
|
+
};
|
|
9
|
+
type __VLS_PublicProps = {
|
|
10
|
+
modelValue?: Optional<number>;
|
|
11
|
+
} & __VLS_Props;
|
|
12
|
+
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
13
|
+
"update:modelValue": (value: Optional<number>) => any;
|
|
14
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
15
|
+
"onUpdate:modelValue"?: ((value: Optional<number>) => any) | undefined;
|
|
16
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
17
|
+
customSlider: HTMLDivElement;
|
|
18
|
+
}, HTMLDivElement>;
|
|
19
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import o from "../../packages/components/lib/UIKit/Slider/SimpleSlider.vue.js";
|
|
2
|
+
import '../../assets/packages/components/lib/UIKit/Slider/SimpleSlider.css';/* empty css */
|
|
3
|
+
import r from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const p = /* @__PURE__ */ r(o, [["__scopeId", "data-v-54b825e3"]]);
|
|
5
|
+
export {
|
|
6
|
+
p as default
|
|
7
|
+
};
|
|
@@ -4,7 +4,6 @@ type __VLS_Props = {
|
|
|
4
4
|
dataCy?: string;
|
|
5
5
|
uid: string;
|
|
6
6
|
tabListClasses?: ClassType;
|
|
7
|
-
activeBorderPosition?: "top" | "bottom";
|
|
8
7
|
};
|
|
9
8
|
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
10
9
|
tabClick: (e: Event, tabIdx: number, tabElement: TabType) => any;
|