@wikicasa-dev/components 2.0.54 → 2.1.0
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.vue.d.ts → AccessibleSelect.d.ts} +5 -10
- package/dist/UIKit/AccessibleSelect.js +4 -0
- package/dist/UIKit/Accordion/{BaseAccordion.vue.d.ts → BaseAccordion.d.ts} +9 -12
- package/dist/UIKit/Accordion/BaseAccordion.js +4 -0
- package/dist/UIKit/Accordion/{BaseAccordionBtn.vue.d.ts → BaseAccordionBtn.d.ts} +12 -17
- package/dist/UIKit/Accordion/BaseAccordionBtn.js +4 -0
- package/dist/UIKit/Accordion/{BaseAccordionContent.vue.d.ts → BaseAccordionContent.d.ts} +10 -14
- package/dist/UIKit/Accordion/BaseAccordionContent.js +4 -0
- package/dist/UIKit/Accordion/{BaseAccordionItem.vue.d.ts → BaseAccordionItem.d.ts} +20 -33
- package/dist/UIKit/Accordion/BaseAccordionItem.js +4 -0
- package/dist/UIKit/{BaseAlert.vue.d.ts → BaseAlert.d.ts} +7 -7
- package/dist/UIKit/BaseAlert.js +4 -0
- package/dist/UIKit/{BaseAutocomplete.vue.d.ts → BaseAutocomplete.d.ts} +4 -8
- package/dist/UIKit/BaseAutocomplete.js +4 -0
- package/dist/UIKit/{BaseBadge.vue.d.ts → BaseBadge.d.ts} +6 -6
- package/dist/UIKit/BaseBadge.js +4 -0
- package/dist/UIKit/{BaseBreadcrumb.vue.d.ts → BaseBreadcrumb.d.ts} +8 -10
- package/dist/UIKit/BaseBreadcrumb.js +4 -0
- package/dist/UIKit/{BaseButton.vue.d.ts → BaseButton.d.ts} +17 -30
- package/dist/UIKit/BaseButton.js +4 -0
- package/dist/UIKit/{BaseCard.vue.d.ts → BaseCard.d.ts} +12 -15
- package/dist/{BaseCard.js → UIKit/BaseCard.js} +4 -4
- package/dist/UIKit/{BaseComplexToggle.vue.d.ts → BaseComplexToggle.d.ts} +7 -6
- package/dist/{BaseComplexToggle.js → UIKit/BaseComplexToggle.js} +6 -6
- package/dist/UIKit/{BaseDropDown.vue.d.ts → BaseDropDown.d.ts} +9 -6
- package/dist/UIKit/BaseDropDown.js +4 -0
- package/dist/UIKit/{BaseFloatingLabel.vue.d.ts → BaseFloatingLabel.d.ts} +5 -11
- package/dist/{BaseFloatingLabel.js → UIKit/BaseFloatingLabel.js} +5 -5
- package/dist/UIKit/BaseIcon.d.ts +11 -0
- package/dist/{BaseIcon.js → UIKit/BaseIcon.js} +6 -6
- package/dist/UIKit/{BaseInput.vue.d.ts → BaseInput.d.ts} +10 -7
- package/dist/{BaseInput.js → UIKit/BaseInput.js} +12 -12
- package/dist/UIKit/{BaseModal.vue.d.ts → BaseModal.d.ts} +25 -44
- package/dist/UIKit/BaseModal.js +4 -0
- package/dist/UIKit/{BasePagination.vue.d.ts → BasePagination.d.ts} +5 -5
- package/dist/UIKit/BasePagination.js +4 -0
- package/dist/{BasePaper.js → UIKit/BasePaper.js} +4 -4
- package/dist/UIKit/BaseSelect/{SelectItem.vue.d.ts → SelectItem.d.ts} +10 -12
- package/dist/UIKit/BaseSelect/SelectItem.js +4 -0
- package/dist/UIKit/{BaseSlider.vue.d.ts → BaseSlider.d.ts} +10 -7
- package/dist/{BaseSlider.js → UIKit/BaseSlider.js} +4 -4
- package/dist/UIKit/{BaseSnackbar.vue.d.ts → BaseSnackbar.d.ts} +7 -14
- package/dist/{BaseSnackbar.js → UIKit/BaseSnackbar.js} +5 -5
- package/dist/UIKit/{BaseTextarea.vue.d.ts → BaseTextarea.d.ts} +7 -5
- package/dist/{BaseTextarea.js → UIKit/BaseTextarea.js} +7 -7
- package/dist/UIKit/{BaseToggle.vue.d.ts → BaseToggle.d.ts} +6 -5
- package/dist/{BaseToggle.js → UIKit/BaseToggle.js} +6 -6
- package/dist/UIKit/{BaseTooltip.vue.d.ts → BaseTooltip.d.ts} +13 -20
- package/dist/{BaseTooltip.js → UIKit/BaseTooltip.js} +5 -5
- package/dist/UIKit/{BaseUploadFile.vue.d.ts → BaseUploadFile.d.ts} +13 -19
- package/dist/UIKit/BaseUploadFile.js +4 -0
- package/dist/UIKit/Checkbox/{CheckboxBtn.vue.d.ts → CheckboxBtn.d.ts} +18 -31
- package/dist/{CheckboxBtn.js → UIKit/Checkbox/CheckboxBtn.js} +7 -7
- package/dist/UIKit/Checkbox/{CheckboxGroup.vue.d.ts → CheckboxGroup.d.ts} +23 -43
- package/dist/UIKit/Checkbox/CheckboxGroup.js +4 -0
- package/dist/UIKit/Radio/{RadioButton.vue.d.ts → RadioButton.d.ts} +7 -11
- package/dist/UIKit/Radio/RadioButton.js +4 -0
- package/dist/UIKit/Radio/{RadioGroup.vue.d.ts → RadioGroup.d.ts} +8 -7
- package/dist/UIKit/Radio/RadioGroup.js +4 -0
- package/dist/UIKit/ShimmerLoader/{BaseShimmerLoader.vue.d.ts → BaseShimmerLoader.d.ts} +6 -6
- package/dist/{BaseShimmerLoader.js → UIKit/ShimmerLoader/BaseShimmerLoader.js} +4 -4
- package/dist/UIKit/ShimmerLoader/ShimmerMultiLine.d.ts +63 -0
- package/dist/UIKit/ShimmerLoader/ShimmerMultiLine.js +4 -0
- package/dist/UIKit/Slider/{SimpleSlider.vue.d.ts → SimpleSlider.d.ts} +7 -5
- package/dist/{SimpleSlider.js → UIKit/Slider/SimpleSlider.js} +4 -4
- package/dist/UIKit/StaticSpinner.d.ts +6 -0
- package/dist/{StaticSpinner.js → UIKit/StaticSpinner.js} +4 -4
- package/dist/UIKit/Tab/{BaseTab.vue.d.ts → BaseTab.d.ts} +8 -10
- package/dist/UIKit/Tab/BaseTab.js +4 -0
- package/dist/UIKit/Tab/{BaseTabList.vue.d.ts → BaseTabList.d.ts} +5 -7
- package/dist/UIKit/Tab/BaseTabList.js +4 -0
- package/dist/UIKit/Tab/{BaseTabPanel.vue.d.ts → BaseTabPanel.d.ts} +9 -11
- package/dist/UIKit/Tab/BaseTabPanel.js +4 -0
- package/dist/UIKit/Tab/{BaseTabView.vue.d.ts → BaseTabView.d.ts} +7 -5
- package/dist/UIKit/Tab/BaseTabView.js +4 -0
- package/dist/UIKit/types.js +1 -0
- package/dist/assets/SwiperCarousel.css +1 -1
- package/dist/chart/DoughnutChart.d.ts +7 -0
- package/dist/chart/DoughnutChart.js +4 -0
- package/dist/chart/{LineChart.vue.d.ts → LineChart.d.ts} +4 -6
- package/dist/chart/LineChart.js +4 -0
- package/dist/chart/composables/useChartjsModules.d.ts +1 -1
- package/dist/{useChartjsModules.js → chart/composables/useChartjsModules.js} +5 -5
- package/dist/chunks/{AccessibleSelect.vue_vue_type_script_setup_true_lang.tcyWuhKm.js → AccessibleSelect.vue_vue_type_script_setup_true_lang.gRPd8LaO.js} +4 -4
- package/dist/chunks/{ArrowIcon.CCFMdsq6.js → ArrowIcon.Bq6Xr3uH.js} +1 -1
- package/dist/chunks/{BaseAccordion.vue_vue_type_script_setup_true_lang.R7qkuKlw.js → BaseAccordion.vue_vue_type_script_setup_true_lang.BJW28Y_i.js} +2 -2
- package/dist/chunks/{BaseAccordionBtn.vue_vue_type_script_setup_true_lang.DsDqk9iP.js → BaseAccordionBtn.vue_vue_type_script_setup_true_lang.APN3hif2.js} +4 -4
- package/dist/chunks/{BaseAccordionContent.vue_vue_type_script_setup_true_lang.C0aiiljz.js → BaseAccordionContent.vue_vue_type_script_setup_true_lang.Dn4qNu2R.js} +2 -2
- package/dist/chunks/{BaseAccordionItem.vue_vue_type_script_setup_true_lang.Caagpb9M.js → BaseAccordionItem.vue_vue_type_script_setup_true_lang.Dpjir3yq.js} +8 -8
- package/dist/chunks/{BaseAlert.vue_vue_type_style_index_0_lang.BtqP_iYL.js → BaseAlert.vue_vue_type_style_index_0_lang.DUWb9d9_.js} +2 -2
- package/dist/chunks/{BaseAutocomplete.vue_vue_type_script_setup_true_lang.B31Vyyn6.js → BaseAutocomplete.vue_vue_type_script_setup_true_lang.Ol7Hmb-E.js} +10 -10
- package/dist/chunks/{BaseBadge.vue_vue_type_style_index_0_lang.BOA1gBKu.js → BaseBadge.vue_vue_type_style_index_0_lang.D2PAy8_x.js} +2 -2
- package/dist/chunks/{BaseBreadcrumb.vue_vue_type_script_setup_true_lang.BAE3i6sW.js → BaseBreadcrumb.vue_vue_type_script_setup_true_lang.DlSPjwQe.js} +7 -7
- package/dist/chunks/{BaseButton.vue_vue_type_script_setup_true_lang.BWZPE2Gf.js → BaseButton.vue_vue_type_script_setup_true_lang.BPSr-Zxr.js} +5 -5
- package/dist/chunks/{BaseDropDown.vue_vue_type_script_setup_true_lang.CpbjEyOl.js → BaseDropDown.vue_vue_type_script_setup_true_lang.Cb0-JXG0.js} +9 -9
- package/dist/chunks/{BaseModal.vue_vue_type_style_index_0_lang.CeKWAwpg.js → BaseModal.vue_vue_type_style_index_0_lang.CCb032YN.js} +4 -4
- package/dist/chunks/{BasePagination.vue_vue_type_script_setup_true_lang.Cb6fEMc-.js → BasePagination.vue_vue_type_script_setup_true_lang.Cbo8eLhz.js} +20 -19
- package/dist/chunks/{BaseTabList.vue_vue_type_script_setup_true_lang.CohlLou1.js → BaseTabList.vue_vue_type_script_setup_true_lang.CHOGs5d-.js} +2 -2
- package/dist/chunks/{BaseTabPanel.vue_vue_type_script_setup_true_lang.DoZHWHt1.js → BaseTabPanel.vue_vue_type_script_setup_true_lang.CVJUssBq.js} +2 -2
- package/dist/chunks/{BaseTabView.vue_vue_type_script_setup_true_lang.DTPN9Rg-.js → BaseTabView.vue_vue_type_script_setup_true_lang.CUgJNst9.js} +3 -3
- package/dist/chunks/{BaseUploadFile.vue_vue_type_script_setup_true_lang.2elmVcZt.js → BaseUploadFile.vue_vue_type_script_setup_true_lang.CdwKhQoc.js} +2 -2
- package/dist/chunks/{CheckboxGroup.vue_vue_type_script_setup_true_lang.BC3hlJfx.js → CheckboxGroup.vue_vue_type_script_setup_true_lang.C9gKO-hI.js} +6 -6
- package/dist/chunks/{CloseIcon.DIkr4soH.js → CloseIcon.BZ4U3aiI.js} +1 -1
- package/dist/chunks/{DoughnutChart.vue_vue_type_script_setup_true_lang.C4QPaUsI.js → DoughnutChart.vue_vue_type_script_setup_true_lang.M0NEigw0.js} +4 -4
- package/dist/chunks/{IntersectionObservable.vue_vue_type_script_setup_true_lang.BBMxY-re.js → IntersectionObservable.vue_vue_type_script_setup_true_lang.DC17cx-h.js} +2 -2
- package/dist/chunks/{IntersectionObserver.vue_vue_type_script_setup_true_lang.CQHjzQc3.js → IntersectionObserver.vue_vue_type_script_setup_true_lang.BKewKDXG.js} +2 -2
- package/dist/chunks/{LineChart.vue_vue_type_script_setup_true_lang.iRZ_Q6nK.js → LineChart.vue_vue_type_script_setup_true_lang.ByrHxeZr.js} +4 -4
- package/dist/chunks/ObjectUtils.DwkJjVq1.js +10 -0
- package/dist/chunks/PharmacyIcon.DEQ8mOEJ.js +11 -0
- package/dist/chunks/{RadioButton.vue_vue_type_script_setup_true_lang.CiJAhkRj.js → RadioButton.vue_vue_type_script_setup_true_lang.DRQnjRA7.js} +2 -2
- package/dist/chunks/{RadioGroup.vue_vue_type_script_setup_true_lang.DdmSUyxZ.js → RadioGroup.vue_vue_type_script_setup_true_lang.CpsMf2PN.js} +2 -2
- package/dist/chunks/{SelectItem.vue_vue_type_script_setup_true_lang.GPFf7fjA.js → SelectItem.vue_vue_type_script_setup_true_lang.Drq_K7Vx.js} +2 -2
- package/dist/chunks/{ShimmerMultiLine.vue_vue_type_script_setup_true_lang.DuLXZx8X.js → ShimmerMultiLine.vue_vue_type_script_setup_true_lang.BoEMYLem.js} +4 -4
- package/dist/chunks/polyline.tNTK3v2u.js +129 -0
- package/dist/chunks/useKeyboardController.Cs_5GQTJ.js +41 -0
- package/dist/components/IntersectionObserver/{IntersectionObservable.vue.d.ts → IntersectionObservable.d.ts} +10 -9
- package/dist/components/IntersectionObserver/IntersectionObservable.js +4 -0
- package/dist/components/IntersectionObserver/{IntersectionObserver.vue.d.ts → IntersectionObserver.d.ts} +5 -2
- package/dist/components/IntersectionObserver/IntersectionObserver.js +4 -0
- package/dist/components/carousel/{SwiperCarousel.vue.d.ts → SwiperCarousel.d.ts} +6 -2
- package/dist/components/carousel/SwiperCarousel.js +1595 -0
- package/dist/components/carousel/{SwiperSlide.vue.d.ts → SwiperSlide.d.ts} +3 -2
- package/dist/{SwiperSlide.js → components/carousel/SwiperSlide.js} +3 -3
- package/dist/index.d.ts +42 -42
- package/dist/index.js +41 -41
- package/package.json +19 -6
- package/dist/AccessibleSelect.js +0 -4
- package/dist/BaseAccordion.js +0 -4
- package/dist/BaseAccordionBtn.js +0 -4
- package/dist/BaseAccordionContent.js +0 -4
- package/dist/BaseAccordionItem.js +0 -4
- package/dist/BaseAlert.js +0 -4
- package/dist/BaseAutocomplete.js +0 -4
- package/dist/BaseBadge.js +0 -4
- package/dist/BaseBreadcrumb.js +0 -4
- package/dist/BaseButton.js +0 -4
- package/dist/BaseDropDown.js +0 -4
- package/dist/BaseModal.js +0 -4
- package/dist/BasePagination.js +0 -4
- package/dist/BaseTab.js +0 -4
- package/dist/BaseTabList.js +0 -4
- package/dist/BaseTabPanel.js +0 -4
- package/dist/BaseTabView.js +0 -4
- package/dist/BaseUploadFile.js +0 -4
- package/dist/CheckboxGroup.js +0 -4
- package/dist/DoughnutChart.js +0 -4
- package/dist/IntersectionObservable.js +0 -4
- package/dist/IntersectionObserver.js +0 -4
- package/dist/LineChart.js +0 -4
- package/dist/RadioButton.js +0 -4
- package/dist/RadioGroup.js +0 -4
- package/dist/SelectItem.js +0 -4
- package/dist/ShimmerMultiLine.js +0 -4
- package/dist/SwiperCarousel.js +0 -1563
- package/dist/UIKit/BaseIcon.vue.d.ts +0 -17
- package/dist/UIKit/ShimmerLoader/ShimmerMultiLine.vue.d.ts +0 -17
- package/dist/UIKit/StaticSpinner.vue.d.ts +0 -8
- package/dist/chart/DoughnutChart.vue.d.ts +0 -9
- package/dist/chunks/ObjectUtils.BOUbloeg.js +0 -10
- package/dist/chunks/PharmacyIcon.56ql_DYl.js +0 -19
- package/dist/chunks/types-B0dZ7OiV.D29wNgoj.js +0 -3209
- package/dist/chunks/useKeyboardController.CutKeclN.js +0 -41
- /package/dist/UIKit/{BasePaper.vue.d.ts → BasePaper.d.ts} +0 -0
- /package/dist/{useFloatingLabel.js → composables/useFloatingLabel.js} +0 -0
- /package/dist/{useValidator.js → composables/useValidator.js} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Nullable, Optional } from '@wikicasa-dev/types';
|
|
2
2
|
import { ClassType } from './types';
|
|
3
|
-
|
|
3
|
+
type __VLS_Props = {
|
|
4
4
|
dropdownClasses?: ClassType;
|
|
5
5
|
btnClasses?: string;
|
|
6
6
|
withArrowIcon?: boolean;
|
|
@@ -22,8 +22,9 @@ declare let __VLS_typeProps: {
|
|
|
22
22
|
};
|
|
23
23
|
type __VLS_PublicProps = {
|
|
24
24
|
"toggleDropdown"?: Optional<boolean>;
|
|
25
|
-
} &
|
|
25
|
+
} & __VLS_Props;
|
|
26
26
|
declare function __VLS_template(): {
|
|
27
|
+
attrs: Partial<{}>;
|
|
27
28
|
slots: {
|
|
28
29
|
btn_slot?(_: {
|
|
29
30
|
toggleDropdown: () => void;
|
|
@@ -41,16 +42,16 @@ declare function __VLS_template(): {
|
|
|
41
42
|
refs: {
|
|
42
43
|
dropdown: unknown;
|
|
43
44
|
};
|
|
44
|
-
|
|
45
|
+
rootEl: any;
|
|
45
46
|
};
|
|
46
47
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
47
48
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
48
49
|
click: () => any;
|
|
49
|
-
"update:toggleDropdown": (
|
|
50
|
+
"update:toggleDropdown": (value: Optional<boolean>) => any;
|
|
50
51
|
"update:dropdownState": (args_0: boolean) => any;
|
|
51
52
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
52
53
|
onClick?: (() => any) | undefined;
|
|
53
|
-
"onUpdate:toggleDropdown"?: ((
|
|
54
|
+
"onUpdate:toggleDropdown"?: ((value: Optional<boolean>) => any) | undefined;
|
|
54
55
|
"onUpdate:dropdownState"?: ((args_0: boolean) => any) | undefined;
|
|
55
56
|
}>, {
|
|
56
57
|
dataCy: string;
|
|
@@ -68,7 +69,9 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
68
69
|
dropdownElement: "div" | "ul" | "ol";
|
|
69
70
|
keepState: "opened" | "closed" | "";
|
|
70
71
|
activateKeyboardController: boolean;
|
|
71
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
72
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
73
|
+
dropdown: unknown;
|
|
74
|
+
}, any>;
|
|
72
75
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
73
76
|
export default _default;
|
|
74
77
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,23 +1,17 @@
|
|
|
1
1
|
import { Nullable } from '@wikicasa-dev/types';
|
|
2
2
|
import { ClassTypeProp } from './types';
|
|
3
3
|
type LabelState = "inline-label" | "floating-label";
|
|
4
|
-
|
|
4
|
+
type __VLS_Props = {
|
|
5
5
|
labelState?: LabelState;
|
|
6
6
|
isValid?: Nullable<boolean>;
|
|
7
7
|
labelText: string;
|
|
8
8
|
disabled?: string | boolean;
|
|
9
9
|
labelClasses?: ClassTypeProp;
|
|
10
10
|
labelTextClasses?: ClassTypeProp;
|
|
11
|
-
}
|
|
11
|
+
};
|
|
12
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12
13
|
click: (...args: any[]) => void;
|
|
13
|
-
}, string, import('vue').PublicProps, Readonly<{
|
|
14
|
-
labelState?: LabelState;
|
|
15
|
-
isValid?: Nullable<boolean>;
|
|
16
|
-
labelText: string;
|
|
17
|
-
disabled?: string | boolean;
|
|
18
|
-
labelClasses?: ClassTypeProp;
|
|
19
|
-
labelTextClasses?: ClassTypeProp;
|
|
20
|
-
}> & Readonly<{
|
|
14
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
21
15
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
22
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
16
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
23
17
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent as n,
|
|
2
|
-
import { _ as k } from "
|
|
3
|
-
import '
|
|
1
|
+
import { defineComponent as n, createElementBlock as l, openBlock as s, withModifiers as r, normalizeClass as t, createElementVNode as d, createCommentVNode as u } from "vue";
|
|
2
|
+
import { _ as k } from "../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
3
|
+
import '../assets/BaseFloatingLabel.css';const b = ["for"], m = ["innerHTML"], p = /* @__PURE__ */ n({
|
|
4
4
|
__name: "BaseFloatingLabel",
|
|
5
5
|
props: {
|
|
6
6
|
labelState: { default: "inline-label" },
|
|
@@ -13,7 +13,7 @@ import './assets/BaseFloatingLabel.css';const b = ["for"], m = ["innerHTML"], p
|
|
|
13
13
|
emits: ["click"],
|
|
14
14
|
setup(f, { emit: a }) {
|
|
15
15
|
const o = a;
|
|
16
|
-
return (e, i) => (
|
|
16
|
+
return (e, i) => (s(), l("label", {
|
|
17
17
|
for: e.$attrs.for,
|
|
18
18
|
class: t(["uikit-pointer-events-none uikit-absolute uikit-left-15px uikit-h-5 uikit-text-sm", [e.labelState, { "uikit-text-w-secondary": e.disabled }, e.labelClasses]]),
|
|
19
19
|
onClick: i[0] || (i[0] = r((c) => o("click"), ["stop"]))
|
|
@@ -25,7 +25,7 @@ import './assets/BaseFloatingLabel.css';const b = ["for"], m = ["innerHTML"], p
|
|
|
25
25
|
]]),
|
|
26
26
|
innerHTML: e.labelText
|
|
27
27
|
}, null, 10, m),
|
|
28
|
-
e.$attrs.required ? (
|
|
28
|
+
e.$attrs.required ? (s(), l("sup", {
|
|
29
29
|
key: 0,
|
|
30
30
|
class: t(["uikit-absolute -uikit-top-[0.3rem] uikit-text", [
|
|
31
31
|
{ "uikit-text-w-secondary": e.disabled },
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ClassType } from '@wikicasa-dev/types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
lazyLoading?: boolean;
|
|
4
|
+
altAttribute?: string;
|
|
5
|
+
iconType?: "icon-sm" | "icon-md" | "icon-lg" | "icon-xl" | "icon-xxl";
|
|
6
|
+
iconClass?: ClassType;
|
|
7
|
+
width?: number;
|
|
8
|
+
height?: number;
|
|
9
|
+
};
|
|
10
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLImageElement>;
|
|
11
|
+
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent as e,
|
|
2
|
-
import { _ as l } from "
|
|
3
|
-
import '
|
|
1
|
+
import { defineComponent as e, createElementBlock as a, openBlock as i, normalizeStyle as o, normalizeClass as s } from "vue";
|
|
2
|
+
import { _ as l } from "../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
3
|
+
import '../assets/BaseIcon.css';const n = ["id", "alt", "src", "width", "height", "loading"], r = /* @__PURE__ */ e({
|
|
4
4
|
__name: "BaseIcon",
|
|
5
5
|
props: {
|
|
6
6
|
lazyLoading: { type: Boolean },
|
|
@@ -11,11 +11,11 @@ import './assets/BaseIcon.css';const n = ["id", "alt", "src", "width", "height",
|
|
|
11
11
|
height: {}
|
|
12
12
|
},
|
|
13
13
|
setup(d) {
|
|
14
|
-
return (t, c) => (
|
|
14
|
+
return (t, c) => (i(), a("img", {
|
|
15
15
|
id: t.$attrs.id,
|
|
16
|
-
class:
|
|
16
|
+
class: s(["uikit-inline-block", t.iconType, t.iconClass]),
|
|
17
17
|
alt: t.altAttribute || t.$attrs.alt,
|
|
18
|
-
style:
|
|
18
|
+
style: o(t.$attrs.style),
|
|
19
19
|
src: t.$attrs.src ? t.$attrs.src : "",
|
|
20
20
|
width: t.width,
|
|
21
21
|
height: t.height,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Nullable, InputTypeHTMLAttribute } from '@wikicasa-dev/types';
|
|
2
2
|
import { ClassType, ClassTypeProp, FeedbackLabels } from './types';
|
|
3
|
-
|
|
3
|
+
type __VLS_Props = {
|
|
4
4
|
inputClass?: ClassType | ClassType[];
|
|
5
5
|
labelText?: string;
|
|
6
6
|
feedback?: FeedbackLabels;
|
|
@@ -19,8 +19,9 @@ declare let __VLS_typeProps: {
|
|
|
19
19
|
};
|
|
20
20
|
type __VLS_PublicProps = {
|
|
21
21
|
modelValue?: string | number | undefined;
|
|
22
|
-
} &
|
|
22
|
+
} & __VLS_Props;
|
|
23
23
|
declare function __VLS_template(): {
|
|
24
|
+
attrs: Partial<{}>;
|
|
24
25
|
slots: {
|
|
25
26
|
leftIcon?(_: {}): any;
|
|
26
27
|
righticon?(_: {
|
|
@@ -29,19 +30,19 @@ declare function __VLS_template(): {
|
|
|
29
30
|
curType: InputTypeHTMLAttribute;
|
|
30
31
|
}): any;
|
|
31
32
|
feedback?(_: {}): any;
|
|
32
|
-
|
|
33
|
+
'under-label'?(_: {}): any;
|
|
33
34
|
};
|
|
34
35
|
refs: {
|
|
35
36
|
baseInputEl: HTMLInputElement;
|
|
36
37
|
};
|
|
37
|
-
|
|
38
|
+
rootEl: any;
|
|
38
39
|
};
|
|
39
40
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
40
41
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
41
42
|
select: () => void;
|
|
42
43
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
43
44
|
click: (args_0: MouseEvent) => any;
|
|
44
|
-
"update:modelValue": (
|
|
45
|
+
"update:modelValue": (value: string | number | undefined) => any;
|
|
45
46
|
focusin: () => any;
|
|
46
47
|
focusout: () => any;
|
|
47
48
|
keydown: (args_0: KeyboardEvent) => any;
|
|
@@ -49,13 +50,15 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
49
50
|
keydownEnterPressed: () => any;
|
|
50
51
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
51
52
|
onClick?: ((args_0: MouseEvent) => any) | undefined;
|
|
52
|
-
"onUpdate:modelValue"?: ((
|
|
53
|
+
"onUpdate:modelValue"?: ((value: string | number | undefined) => any) | undefined;
|
|
53
54
|
onFocusin?: (() => any) | undefined;
|
|
54
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;
|
|
58
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
59
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
60
|
+
baseInputEl: HTMLInputElement;
|
|
61
|
+
}, any>;
|
|
59
62
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
60
63
|
export default _default;
|
|
61
64
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { defineComponent as z, mergeModels as C, useModel as A, ref as m, watch as g, useAttrs as N,
|
|
1
|
+
import { defineComponent as z, mergeModels as C, useModel as A, ref as m, watch as g, useAttrs as N, createElementBlock as r, openBlock as u, normalizeClass as v, unref as s, renderSlot as p, createElementVNode as h, createBlock as O, createCommentVNode as w, withKeys as j, withModifiers as y, Fragment as T, renderList as B } from "vue";
|
|
2
2
|
import D from "./BaseFloatingLabel.js";
|
|
3
|
-
import { useFloatingLabel as G } from "
|
|
4
|
-
import { _ as J } from "
|
|
5
|
-
import '
|
|
3
|
+
import { useFloatingLabel as G } from "../composables/useFloatingLabel.js";
|
|
4
|
+
import { _ as J } from "../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
5
|
+
import '../assets/BaseInput.css';const Q = ["id", "data-cy", "name", "autocomplete", "disabled", "aria-labelledby", "readonly", "type", "pattern", "min", "max", "maxlength", "inputmode", "placeholder", "value"], W = { 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" }, X = ["innerHTML"], Y = ["innerHTML"], Z = ["innerHTML"], x = {
|
|
6
6
|
key: 1,
|
|
7
7
|
class: "under-label uikit-absolute uikit-text-12"
|
|
8
8
|
}, U = /* @__PURE__ */ z({
|
|
@@ -141,11 +141,11 @@ import './assets/BaseInput.css';const Q = ["id", "data-cy", "name", "autocomplet
|
|
|
141
141
|
placeholder: e.$attrs.placeholder,
|
|
142
142
|
value: a.value,
|
|
143
143
|
onClick: i[0] || (i[0] = (t) => k("click", t)),
|
|
144
|
-
onFocusin: i[1] || (i[1] =
|
|
145
|
-
onFocusout: i[2] || (i[2] =
|
|
146
|
-
onInput:
|
|
144
|
+
onFocusin: i[1] || (i[1] = y(() => e.labelText && s(H)(), ["stop"])),
|
|
145
|
+
onFocusout: i[2] || (i[2] = y((t) => e.labelText && !e.keepFloatingLabel && s($)(a.value), ["stop"])),
|
|
146
|
+
onInput: y(P, ["stop"]),
|
|
147
147
|
onKeydown: [
|
|
148
|
-
i[3] || (i[3] =
|
|
148
|
+
i[3] || (i[3] = j(() => k("keydownEnterPressed"), ["enter"])),
|
|
149
149
|
i[4] || (i[4] = (t) => k("keydown", t))
|
|
150
150
|
],
|
|
151
151
|
onKeyup: i[5] || (i[5] = (t) => k("keyup", t))
|
|
@@ -176,7 +176,7 @@ import './assets/BaseInput.css';const Q = ["id", "data-cy", "name", "autocomplet
|
|
|
176
176
|
}, null, 10, X)
|
|
177
177
|
])
|
|
178
178
|
], 2),
|
|
179
|
-
e.labelText ? (u(),
|
|
179
|
+
e.labelText ? (u(), O(D, {
|
|
180
180
|
key: 0,
|
|
181
181
|
for: e.$attrs.id,
|
|
182
182
|
"label-text": e.labelText,
|
|
@@ -189,7 +189,7 @@ import './assets/BaseInput.css';const Q = ["id", "data-cy", "name", "autocomplet
|
|
|
189
189
|
e.labelClasses
|
|
190
190
|
],
|
|
191
191
|
"label-text-classes": e.labelTextClasses
|
|
192
|
-
}, null, 8, ["for", "label-text", "label-state", "is-valid", "required", "disabled", "label-classes", "label-text-classes"])) :
|
|
192
|
+
}, null, 8, ["for", "label-text", "label-state", "is-valid", "required", "disabled", "label-classes", "label-text-classes"])) : w("", !0),
|
|
193
193
|
p(e.$slots, "feedback", {}, () => [
|
|
194
194
|
e.isValid === !1 ? (u(!0), r(T, { key: 0 }, B(f.value.invalid, (t, c) => (u(), r("div", {
|
|
195
195
|
key: `${e.$attrs.id}_invalid_${c}`,
|
|
@@ -199,11 +199,11 @@ import './assets/BaseInput.css';const Q = ["id", "data-cy", "name", "autocomplet
|
|
|
199
199
|
key: `${e.$attrs.id}_valid_${c}`,
|
|
200
200
|
class: "uikit-mt-1 uikit-text-12 uikit-text-w-primary",
|
|
201
201
|
innerHTML: t
|
|
202
|
-
}, null, 8, Z))), 128)) :
|
|
202
|
+
}, null, 8, Z))), 128)) : w("", !0)
|
|
203
203
|
], !0),
|
|
204
204
|
e.$slots["under-label"] ? (u(), r("div", x, [
|
|
205
205
|
p(e.$slots, "under-label", {}, void 0, !0)
|
|
206
|
-
])) :
|
|
206
|
+
])) : w("", !0)
|
|
207
207
|
], 2));
|
|
208
208
|
}
|
|
209
209
|
}), ae = /* @__PURE__ */ J(U, [["__scopeId", "data-v-919095a8"]]);
|
|
@@ -1,25 +1,5 @@
|
|
|
1
1
|
import { ClassTypeProp } from './types';
|
|
2
|
-
|
|
3
|
-
slots: {
|
|
4
|
-
header?(_: {
|
|
5
|
-
closeModal: () => Promise<void>;
|
|
6
|
-
}): any;
|
|
7
|
-
body?(_: {
|
|
8
|
-
closeModal: () => Promise<void>;
|
|
9
|
-
}): any;
|
|
10
|
-
footer?(_: {
|
|
11
|
-
closeModal: () => Promise<void>;
|
|
12
|
-
}): any;
|
|
13
|
-
"fixed-bottom"?(_: {}): any;
|
|
14
|
-
};
|
|
15
|
-
refs: {
|
|
16
|
-
backdropEl: HTMLDivElement;
|
|
17
|
-
modalDialog: HTMLDialogElement;
|
|
18
|
-
};
|
|
19
|
-
attrs: Partial<{}>;
|
|
20
|
-
};
|
|
21
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
22
|
-
declare const __VLS_component: import('vue').DefineComponent<{
|
|
2
|
+
type __VLS_Props = {
|
|
23
3
|
id?: string;
|
|
24
4
|
size?: "modal-sm" | "modal-md" | "modal-lg" | "modal-xxl" | "modal-full";
|
|
25
5
|
customBackdropClasses?: ClassTypeProp;
|
|
@@ -40,32 +20,33 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
40
20
|
dataCy?: string;
|
|
41
21
|
closeIconBtnClasses?: ClassTypeProp;
|
|
42
22
|
titleClasses?: ClassTypeProp;
|
|
43
|
-
}
|
|
23
|
+
};
|
|
24
|
+
declare function __VLS_template(): {
|
|
25
|
+
attrs: Partial<{}>;
|
|
26
|
+
slots: {
|
|
27
|
+
header?(_: {
|
|
28
|
+
closeModal: () => Promise<void>;
|
|
29
|
+
}): any;
|
|
30
|
+
body?(_: {
|
|
31
|
+
closeModal: () => Promise<void>;
|
|
32
|
+
}): any;
|
|
33
|
+
footer?(_: {
|
|
34
|
+
closeModal: () => Promise<void>;
|
|
35
|
+
}): any;
|
|
36
|
+
'fixed-bottom'?(_: {}): any;
|
|
37
|
+
};
|
|
38
|
+
refs: {
|
|
39
|
+
backdropEl: HTMLDivElement;
|
|
40
|
+
modalDialog: HTMLDialogElement;
|
|
41
|
+
};
|
|
42
|
+
rootEl: any;
|
|
43
|
+
};
|
|
44
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
45
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
44
46
|
opened: () => any;
|
|
45
47
|
closed: () => any;
|
|
46
48
|
dialogClick: (args_0: MouseEvent) => any;
|
|
47
|
-
}, string, import('vue').PublicProps, Readonly<{
|
|
48
|
-
id?: string;
|
|
49
|
-
size?: "modal-sm" | "modal-md" | "modal-lg" | "modal-xxl" | "modal-full";
|
|
50
|
-
customBackdropClasses?: ClassTypeProp;
|
|
51
|
-
customModalDialogClasses?: ClassTypeProp;
|
|
52
|
-
customModalHeaderClasses?: ClassTypeProp;
|
|
53
|
-
customModalBodyClasses?: ClassTypeProp;
|
|
54
|
-
customModalFooterClasses?: ClassTypeProp;
|
|
55
|
-
withCloseIcon?: boolean;
|
|
56
|
-
showModal?: boolean;
|
|
57
|
-
headerTitle?: string;
|
|
58
|
-
autoClose?: number;
|
|
59
|
-
fullHeight?: boolean;
|
|
60
|
-
closeOnClickOut?: boolean;
|
|
61
|
-
/**
|
|
62
|
-
* If true, the modal will be centered in desktop mode
|
|
63
|
-
*/
|
|
64
|
-
centered?: boolean;
|
|
65
|
-
dataCy?: string;
|
|
66
|
-
closeIconBtnClasses?: ClassTypeProp;
|
|
67
|
-
titleClasses?: ClassTypeProp;
|
|
68
|
-
}> & Readonly<{
|
|
49
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
69
50
|
onOpened?: (() => any) | undefined;
|
|
70
51
|
onClosed?: (() => any) | undefined;
|
|
71
52
|
onDialogClick?: ((args_0: MouseEvent) => any) | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Optional } from '@wikicasa-dev/types';
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
count?: number;
|
|
4
4
|
limit?: number;
|
|
5
5
|
siblings?: number;
|
|
@@ -13,10 +13,10 @@ declare let __VLS_typeProps: {
|
|
|
13
13
|
};
|
|
14
14
|
type __VLS_PublicProps = {
|
|
15
15
|
"pageNumber"?: Optional<number>;
|
|
16
|
-
} &
|
|
16
|
+
} & __VLS_Props;
|
|
17
17
|
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
18
|
-
"update:pageNumber": (
|
|
18
|
+
"update:pageNumber": (value: Optional<number>) => any;
|
|
19
19
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
20
|
-
"onUpdate:pageNumber"?: ((
|
|
21
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
20
|
+
"onUpdate:pageNumber"?: ((value: Optional<number>) => any) | undefined;
|
|
21
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
22
22
|
export default _default;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { defineComponent as o,
|
|
2
|
-
import { _ as n } from "
|
|
3
|
-
import '
|
|
1
|
+
import { defineComponent as o, createElementBlock as t, openBlock as r, renderSlot as s } from "vue";
|
|
2
|
+
import { _ as n } from "../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
3
|
+
import '../assets/BasePaper.css';const a = o({
|
|
4
4
|
name: "BasePaper"
|
|
5
5
|
}), c = { class: "base-paper" };
|
|
6
6
|
function p(e, _, d, f, i, m) {
|
|
7
|
-
return
|
|
7
|
+
return r(), t("div", c, [
|
|
8
8
|
s(e.$slots, "content", {}, void 0, !0)
|
|
9
9
|
]);
|
|
10
10
|
}
|
|
@@ -1,4 +1,10 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
label?: string;
|
|
3
|
+
active?: boolean;
|
|
4
|
+
idx?: number;
|
|
5
|
+
};
|
|
1
6
|
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
2
8
|
slots: {
|
|
3
9
|
default?(_: {
|
|
4
10
|
itemIdx: number;
|
|
@@ -7,21 +13,13 @@ declare function __VLS_template(): {
|
|
|
7
13
|
refs: {
|
|
8
14
|
liItem: HTMLLIElement;
|
|
9
15
|
};
|
|
10
|
-
|
|
16
|
+
rootEl: HTMLLIElement;
|
|
11
17
|
};
|
|
12
18
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
-
declare const __VLS_component: import('vue').DefineComponent<{
|
|
14
|
-
label?: string;
|
|
15
|
-
active?: boolean;
|
|
16
|
-
idx?: number;
|
|
17
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
19
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
18
20
|
click: (args_0: number) => any;
|
|
19
21
|
mouseover: (args_0: number) => any;
|
|
20
|
-
}, string, import('vue').PublicProps, Readonly<{
|
|
21
|
-
label?: string;
|
|
22
|
-
active?: boolean;
|
|
23
|
-
idx?: number;
|
|
24
|
-
}> & Readonly<{
|
|
22
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
25
23
|
onClick?: ((args_0: number) => any) | undefined;
|
|
26
24
|
onMouseover?: ((args_0: number) => any) | undefined;
|
|
27
25
|
}>, {
|
|
@@ -30,7 +28,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
30
28
|
idx: number;
|
|
31
29
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
32
30
|
liItem: HTMLLIElement;
|
|
33
|
-
},
|
|
31
|
+
}, HTMLLIElement>;
|
|
34
32
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
35
33
|
export default _default;
|
|
36
34
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Optional } from '@wikicasa-dev/types';
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
type?: "linear" | "logarithmic";
|
|
4
4
|
min?: number;
|
|
5
5
|
max?: number;
|
|
@@ -7,12 +7,15 @@ declare let __VLS_typeProps: {
|
|
|
7
7
|
type __VLS_PublicProps = {
|
|
8
8
|
"minValue"?: Optional<number>;
|
|
9
9
|
"maxValue"?: Optional<number>;
|
|
10
|
-
} &
|
|
10
|
+
} & __VLS_Props;
|
|
11
11
|
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12
|
-
"update:minValue": (
|
|
13
|
-
"update:maxValue": (
|
|
12
|
+
"update:minValue": (value: Optional<number>) => any;
|
|
13
|
+
"update:maxValue": (value: Optional<number>) => any;
|
|
14
14
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
15
|
-
"onUpdate:minValue"?: ((
|
|
16
|
-
"onUpdate:maxValue"?: ((
|
|
17
|
-
}>, {}, {}, {}, {}, 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>;
|
|
18
21
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { defineComponent as R, mergeModels as j, useModel as D, ref as p, useTemplateRef as T, useAttrs as q, onMounted as G,
|
|
1
|
+
import { defineComponent as R, mergeModels as j, useModel as D, ref as p, useTemplateRef as T, useAttrs as q, onMounted as G, createElementBlock as H, openBlock as J, createElementVNode as x, withModifiers as _, unref as h, createVNode as k } from "vue";
|
|
2
2
|
import C from "./BaseInput.js";
|
|
3
|
-
import { _ as K } from "
|
|
4
|
-
import '
|
|
3
|
+
import { _ as K } from "../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
4
|
+
import '../assets/BaseSlider.css';const O = { class: "range_container" }, Q = { class: "sliders_control" }, W = ["value", "min", "max", "step"], X = ["value", "min", "max", "step"], Y = { class: "form_control row" }, Z = { class: "pb-15 pb-sm-0 col-sm-6 col-xl-4" }, ee = { class: "col-sm-6 col-xl-4" }, le = /* @__PURE__ */ R({
|
|
5
5
|
__name: "BaseSlider",
|
|
6
6
|
props: /* @__PURE__ */ j({
|
|
7
7
|
type: { default: "linear" },
|
|
@@ -147,7 +147,7 @@ import './assets/BaseSlider.css';const O = { class: "range_container" }, Q = { c
|
|
|
147
147
|
"#2B5DFF",
|
|
148
148
|
s.value
|
|
149
149
|
), y(d.value, s.value));
|
|
150
|
-
}), (e, l) => (
|
|
150
|
+
}), (e, l) => (J(), H("div", O, [
|
|
151
151
|
x("div", Q, [
|
|
152
152
|
x("input", {
|
|
153
153
|
ref_key: "fromSlider",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Action, Nullable, SnackbarTypes } from '@wikicasa-dev/types';
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
type?: SnackbarTypes;
|
|
4
4
|
title: string;
|
|
5
5
|
body: string;
|
|
@@ -9,23 +9,16 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
9
9
|
};
|
|
10
10
|
timeout?: number;
|
|
11
11
|
cb?: Nullable<Action>;
|
|
12
|
-
}
|
|
12
|
+
};
|
|
13
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
13
14
|
"snackbar-hidden": () => any;
|
|
14
|
-
}, string, import('vue').PublicProps, Readonly<{
|
|
15
|
-
type?: SnackbarTypes;
|
|
16
|
-
title: string;
|
|
17
|
-
body: string;
|
|
18
|
-
icon?: {
|
|
19
|
-
src: string;
|
|
20
|
-
alt: string;
|
|
21
|
-
};
|
|
22
|
-
timeout?: number;
|
|
23
|
-
cb?: Nullable<Action>;
|
|
24
|
-
}> & Readonly<{
|
|
15
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
25
16
|
"onSnackbar-hidden"?: (() => any) | undefined;
|
|
26
17
|
}>, {
|
|
27
18
|
type: SnackbarTypes;
|
|
28
19
|
timeout: number;
|
|
29
20
|
cb: Nullable<Action>;
|
|
30
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
21
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
22
|
+
snackbar: HTMLDivElement;
|
|
23
|
+
}, any>;
|
|
31
24
|
export default _default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { defineComponent as b, ref as u, onBeforeMount as f,
|
|
2
|
-
import { l as g } from "
|
|
3
|
-
import "
|
|
4
|
-
import { _ as C } from "
|
|
5
|
-
import '
|
|
1
|
+
import { defineComponent as b, ref as u, onBeforeMount as f, createBlock as h, openBlock as i, Teleport as y, createElementVNode as e, withModifiers as l, normalizeClass as x, createElementBlock as a, createCommentVNode as s, createVNode as _, unref as v } from "vue";
|
|
2
|
+
import { l as g } from "../chunks/CloseIcon.BZ4U3aiI.js";
|
|
3
|
+
import "../chunks/PharmacyIcon.DEQ8mOEJ.js";
|
|
4
|
+
import { _ as C } from "../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
5
|
+
import '../assets/BaseSnackbar.css';const T = { class: "snackbar-container uikit-fixed uikit-bottom-10px uikit-left-10px uikit-z-[2000] max-sm:uikit-left-0 max-sm:uikit-w-full" }, w = ["data-cy"], B = ["src", "alt"], L = {
|
|
6
6
|
key: 1,
|
|
7
7
|
class: "snackbar-type-icon uikit-bg-contain uikit-bg-no-repeat"
|
|
8
8
|
}, M = { class: "snackbar-text uikit-px-4 uikit-py-0 uikit-text uikit-font-regular max-sm:uikit-max-w-[80%] max-sm:uikit-pr-0 sm:uikit-text-16" }, S = ["innerHTML"], H = ["innerHTML"], E = /* @__PURE__ */ b({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Nullable } from '@wikicasa-dev/types';
|
|
2
2
|
import { FeedbackLabels, ClassTypeProp } from './types';
|
|
3
|
-
|
|
3
|
+
type __VLS_Props = {
|
|
4
4
|
labelText?: string;
|
|
5
5
|
feedback?: FeedbackLabels;
|
|
6
6
|
isValid?: Nullable<boolean>;
|
|
@@ -9,22 +9,24 @@ declare let __VLS_typeProps: {
|
|
|
9
9
|
};
|
|
10
10
|
type __VLS_PublicProps = {
|
|
11
11
|
modelValue?: string | undefined;
|
|
12
|
-
} &
|
|
12
|
+
} & __VLS_Props;
|
|
13
13
|
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
14
14
|
disableTextarea: () => void;
|
|
15
15
|
clearTextareaElem: () => void;
|
|
16
16
|
focusDisabledTextarea: () => void;
|
|
17
17
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
18
18
|
click: (args_0: MouseEvent) => any;
|
|
19
|
-
"update:modelValue": (
|
|
19
|
+
"update:modelValue": (value: string | undefined) => any;
|
|
20
20
|
focusin: () => any;
|
|
21
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
|
-
"onUpdate:modelValue"?: ((
|
|
25
|
+
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
26
26
|
onFocusin?: (() => any) | undefined;
|
|
27
27
|
onFocusout?: (() => any) | undefined;
|
|
28
28
|
onKeydown?: ((args_0: KeyboardEvent) => any) | undefined;
|
|
29
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
29
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
30
|
+
textarea: HTMLTextAreaElement;
|
|
31
|
+
}, any>;
|
|
30
32
|
export default _default;
|