@wikicasa-dev/components 2.0.53 → 2.0.54-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/AccessibleSelect.js +1 -1
- package/dist/BaseAccordion.js +1 -1
- package/dist/BaseAccordionBtn.js +1 -1
- package/dist/BaseAccordionContent.js +1 -1
- package/dist/BaseAccordionItem.js +1 -1
- package/dist/BaseAlert.js +1 -1
- package/dist/BaseAutocomplete.js +1 -1
- package/dist/BaseBadge.js +1 -1
- package/dist/BaseBreadcrumb.js +1 -1
- package/dist/BaseButton.js +1 -1
- package/dist/BaseCard.js +2 -2
- package/dist/BaseComplexToggle.js +4 -4
- package/dist/BaseDropDown.js +1 -1
- package/dist/BaseFloatingLabel.js +3 -3
- package/dist/BaseIcon.js +4 -4
- package/dist/BaseInput.js +9 -9
- package/dist/BaseModal.js +1 -1
- package/dist/BasePagination.js +1 -1
- package/dist/BasePaper.js +2 -2
- package/dist/BaseShimmerLoader.js +2 -2
- package/dist/BaseSlider.js +2 -2
- package/dist/BaseSnackbar.js +3 -3
- package/dist/BaseTabList.js +1 -1
- package/dist/BaseTabPanel.js +1 -1
- package/dist/BaseTabView.js +1 -1
- package/dist/BaseTextarea.js +4 -4
- package/dist/BaseToggle.js +4 -4
- package/dist/BaseTooltip.js +3 -3
- package/dist/BaseUploadFile.js +1 -1
- package/dist/CheckboxBtn.js +5 -5
- package/dist/CheckboxGroup.js +1 -1
- package/dist/DoughnutChart.js +1 -1
- package/dist/IntersectionObservable.js +1 -1
- package/dist/IntersectionObserver.js +1 -1
- package/dist/LineChart.js +1 -1
- package/dist/RadioButton.js +1 -1
- package/dist/RadioGroup.js +1 -1
- package/dist/SelectItem.js +1 -1
- package/dist/ShimmerMultiLine.js +1 -1
- package/dist/SimpleSlider.js +2 -2
- package/dist/StaticSpinner.js +2 -2
- package/dist/SwiperCarousel.js +861 -829
- package/dist/SwiperSlide.js +2 -2
- package/dist/UIKit/AccessibleSelect.vue.d.ts +5 -10
- package/dist/UIKit/Accordion/BaseAccordion.vue.d.ts +9 -12
- package/dist/UIKit/Accordion/BaseAccordionBtn.vue.d.ts +12 -17
- package/dist/UIKit/Accordion/BaseAccordionContent.vue.d.ts +10 -14
- package/dist/UIKit/Accordion/BaseAccordionItem.vue.d.ts +20 -33
- package/dist/UIKit/BaseAlert.vue.d.ts +7 -7
- package/dist/UIKit/BaseAutocomplete.vue.d.ts +4 -8
- package/dist/UIKit/BaseBadge.vue.d.ts +6 -6
- package/dist/UIKit/BaseBreadcrumb.vue.d.ts +8 -10
- package/dist/UIKit/BaseButton.vue.d.ts +17 -30
- package/dist/UIKit/BaseCard.vue.d.ts +12 -15
- package/dist/UIKit/BaseComplexToggle.vue.d.ts +7 -6
- package/dist/UIKit/BaseDropDown.vue.d.ts +9 -6
- package/dist/UIKit/BaseFloatingLabel.vue.d.ts +5 -11
- package/dist/UIKit/BaseIcon.vue.d.ts +3 -9
- package/dist/UIKit/BaseInput.vue.d.ts +10 -7
- package/dist/UIKit/BaseModal.vue.d.ts +25 -44
- package/dist/UIKit/BasePagination.vue.d.ts +5 -5
- package/dist/UIKit/BaseSelect/SelectItem.vue.d.ts +10 -12
- package/dist/UIKit/BaseSlider.vue.d.ts +10 -7
- package/dist/UIKit/BaseSnackbar.vue.d.ts +7 -14
- package/dist/UIKit/BaseTextarea.vue.d.ts +7 -5
- package/dist/UIKit/BaseToggle.vue.d.ts +6 -5
- package/dist/UIKit/BaseTooltip.vue.d.ts +13 -20
- package/dist/UIKit/BaseUploadFile.vue.d.ts +13 -19
- package/dist/UIKit/Checkbox/CheckboxBtn.vue.d.ts +18 -31
- package/dist/UIKit/Checkbox/CheckboxGroup.vue.d.ts +23 -43
- package/dist/UIKit/Radio/RadioButton.vue.d.ts +7 -11
- package/dist/UIKit/Radio/RadioGroup.vue.d.ts +8 -7
- package/dist/UIKit/ShimmerLoader/BaseShimmerLoader.vue.d.ts +6 -6
- package/dist/UIKit/ShimmerLoader/ShimmerMultiLine.vue.d.ts +54 -8
- package/dist/UIKit/Slider/SimpleSlider.vue.d.ts +7 -5
- package/dist/UIKit/StaticSpinner.vue.d.ts +3 -5
- package/dist/UIKit/Tab/BaseTab.vue.d.ts +8 -10
- package/dist/UIKit/Tab/BaseTabList.vue.d.ts +5 -7
- package/dist/UIKit/Tab/BaseTabPanel.vue.d.ts +9 -11
- package/dist/UIKit/Tab/BaseTabView.vue.d.ts +7 -5
- package/dist/chart/DoughnutChart.vue.d.ts +3 -5
- package/dist/chart/LineChart.vue.d.ts +4 -6
- package/dist/chart/composables/useChartjsModules.d.ts +1 -1
- 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.m9DVH1he.js} +9 -9
- 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.ChUdDzP1.js} +4 -4
- package/dist/chunks/{BaseDropDown.vue_vue_type_script_setup_true_lang.CpbjEyOl.js → BaseDropDown.vue_vue_type_script_setup_true_lang.CPpsFIZy.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.Cgu0FMFv.js} +1 -1
- package/dist/chunks/{CheckboxGroup.vue_vue_type_script_setup_true_lang.BC3hlJfx.js → CheckboxGroup.vue_vue_type_script_setup_true_lang.CDFRhya0.js} +5 -5
- 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.B8wxbJBV.js} +3 -3
- 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.CXNsFiyD.js} +3 -3
- 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.CF7CkxXk.js} +3 -3
- 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 +10 -9
- package/dist/components/IntersectionObserver/IntersectionObserver.vue.d.ts +5 -2
- package/dist/components/carousel/SwiperCarousel.vue.d.ts +6 -2
- package/dist/components/carousel/SwiperSlide.vue.d.ts +3 -2
- package/dist/index.js +24 -24
- package/dist/useChartjsModules.js +24 -29
- package/package.json +6 -5
- 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
|
@@ -1,19 +1,20 @@
|
|
|
1
1
|
import { RadioButtonType } from '../types';
|
|
2
2
|
import { ClassType, Nullable, Optional } from '@wikicasa-dev/types';
|
|
3
|
-
|
|
3
|
+
type __VLS_Props = {
|
|
4
4
|
radioValues?: RadioButtonType[];
|
|
5
5
|
dataCy?: string;
|
|
6
6
|
radioContainerClasses?: ClassType;
|
|
7
7
|
};
|
|
8
8
|
type __VLS_PublicProps = {
|
|
9
9
|
"resetRadio"?: Optional<boolean>;
|
|
10
|
-
} &
|
|
10
|
+
} & __VLS_Props;
|
|
11
11
|
declare function __VLS_template(): {
|
|
12
|
+
attrs: Partial<{}>;
|
|
12
13
|
slots: {
|
|
13
14
|
default?(_: {
|
|
14
15
|
handleClick: (elem: RadioButtonType) => void;
|
|
15
16
|
activeValue: {
|
|
16
|
-
id?:
|
|
17
|
+
id?: string | number | null | undefined;
|
|
17
18
|
label: string | number;
|
|
18
19
|
payload?: unknown;
|
|
19
20
|
active?: boolean | undefined;
|
|
@@ -24,7 +25,7 @@ declare function __VLS_template(): {
|
|
|
24
25
|
radio_elements?(_: {
|
|
25
26
|
handleClick: (elem: RadioButtonType) => void;
|
|
26
27
|
activeValue: {
|
|
27
|
-
id?:
|
|
28
|
+
id?: string | number | null | undefined;
|
|
28
29
|
label: string | number;
|
|
29
30
|
payload?: unknown;
|
|
30
31
|
active?: boolean | undefined;
|
|
@@ -34,15 +35,15 @@ declare function __VLS_template(): {
|
|
|
34
35
|
}): any;
|
|
35
36
|
};
|
|
36
37
|
refs: {};
|
|
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, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
41
42
|
"update:modelValue": (args_0: Nullable<RadioButtonType>) => any;
|
|
42
|
-
"update:resetRadio": (
|
|
43
|
+
"update:resetRadio": (value: Optional<boolean>) => any;
|
|
43
44
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
44
45
|
"onUpdate:modelValue"?: ((args_0: Nullable<RadioButtonType>) => any) | undefined;
|
|
45
|
-
"onUpdate:resetRadio"?: ((
|
|
46
|
+
"onUpdate:resetRadio"?: ((value: Optional<boolean>) => any) | undefined;
|
|
46
47
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
47
48
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
48
49
|
export default _default;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { ClassType } from '@wikicasa-dev/types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
shimmerClasses?: ClassType;
|
|
4
|
+
};
|
|
2
5
|
declare function __VLS_template(): {
|
|
6
|
+
attrs: Partial<{}>;
|
|
3
7
|
slots: {
|
|
4
8
|
default?(_: {}): any;
|
|
5
9
|
};
|
|
6
10
|
refs: {};
|
|
7
|
-
|
|
11
|
+
rootEl: any;
|
|
8
12
|
};
|
|
9
13
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
-
declare const __VLS_component: import('vue').DefineComponent<{
|
|
11
|
-
shimmerClasses?: ClassType;
|
|
12
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
13
|
-
shimmerClasses?: ClassType;
|
|
14
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
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>;
|
|
15
15
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
16
16
|
export default _default;
|
|
17
17
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,17 +1,63 @@
|
|
|
1
1
|
import { ClassType } from '@wikicasa-dev/types';
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
lines?: number;
|
|
4
4
|
randomLength?: boolean;
|
|
5
5
|
shimmerClasses?: ClassType;
|
|
6
6
|
inheritHeight?: boolean;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
randomLength?: boolean;
|
|
10
|
-
shimmerClasses?: ClassType;
|
|
11
|
-
inheritHeight?: boolean;
|
|
12
|
-
}> & Readonly<{}>, {
|
|
7
|
+
};
|
|
8
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
13
9
|
lines: number;
|
|
14
10
|
randomLength: boolean;
|
|
15
11
|
inheritHeight: boolean;
|
|
16
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
12
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
13
|
+
shimmerLines: (({
|
|
14
|
+
$: import('vue').ComponentInternalInstance;
|
|
15
|
+
$data: {};
|
|
16
|
+
$props: {
|
|
17
|
+
readonly shimmerClasses?: ClassType | undefined;
|
|
18
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
19
|
+
$attrs: {
|
|
20
|
+
[x: string]: unknown;
|
|
21
|
+
};
|
|
22
|
+
$refs: {
|
|
23
|
+
[x: string]: unknown;
|
|
24
|
+
};
|
|
25
|
+
$slots: Readonly<{
|
|
26
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
27
|
+
}>;
|
|
28
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
29
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
30
|
+
$host: Element | null;
|
|
31
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
32
|
+
$el: any;
|
|
33
|
+
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
34
|
+
shimmerClasses?: ClassType;
|
|
35
|
+
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
36
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
37
|
+
created?: (() => void) | (() => void)[];
|
|
38
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
39
|
+
mounted?: (() => void) | (() => void)[];
|
|
40
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
41
|
+
updated?: (() => void) | (() => void)[];
|
|
42
|
+
activated?: (() => void) | (() => void)[];
|
|
43
|
+
deactivated?: (() => void) | (() => void)[];
|
|
44
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
45
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
46
|
+
destroyed?: (() => void) | (() => void)[];
|
|
47
|
+
unmounted?: (() => void) | (() => void)[];
|
|
48
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
49
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
50
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
51
|
+
};
|
|
52
|
+
$forceUpdate: () => void;
|
|
53
|
+
$nextTick: typeof import('vue').nextTick;
|
|
54
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
55
|
+
} & Readonly<{}> & Omit<Readonly<{
|
|
56
|
+
shimmerClasses?: ClassType;
|
|
57
|
+
}> & Readonly<{}>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
58
|
+
$slots: {
|
|
59
|
+
default?(_: {}): any;
|
|
60
|
+
};
|
|
61
|
+
}) | null)[];
|
|
62
|
+
}, any>;
|
|
17
63
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Optional } from '@wikicasa-dev/types';
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
min?: number;
|
|
4
4
|
max?: number;
|
|
5
5
|
step?: number;
|
|
@@ -8,10 +8,12 @@ declare let __VLS_typeProps: {
|
|
|
8
8
|
};
|
|
9
9
|
type __VLS_PublicProps = {
|
|
10
10
|
modelValue?: Optional<number>;
|
|
11
|
-
} &
|
|
11
|
+
} & __VLS_Props;
|
|
12
12
|
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
13
|
-
"update:modelValue": (
|
|
13
|
+
"update:modelValue": (value: Optional<number>) => any;
|
|
14
14
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
15
|
-
"onUpdate:modelValue"?: ((
|
|
16
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
15
|
+
"onUpdate:modelValue"?: ((value: Optional<number>) => any) | undefined;
|
|
16
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
17
|
+
customSlider: HTMLDivElement;
|
|
18
|
+
}, HTMLDivElement>;
|
|
17
19
|
export default _default;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
thickness?: number;
|
|
3
3
|
strokeColor?: string;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
strokeColor?: string;
|
|
7
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
4
|
+
};
|
|
5
|
+
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, {}, SVGSVGElement>;
|
|
8
6
|
export default _default;
|
|
@@ -1,21 +1,19 @@
|
|
|
1
1
|
import { ClassType } from '@wikicasa-dev/types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
activeTabPanelIdx?: number;
|
|
4
|
+
headerTitle?: string;
|
|
5
|
+
tabPanelClasses?: ClassType;
|
|
6
|
+
};
|
|
2
7
|
declare function __VLS_template(): {
|
|
8
|
+
attrs: Partial<{}>;
|
|
3
9
|
slots: {
|
|
4
10
|
header?(_: {}): any;
|
|
5
11
|
};
|
|
6
12
|
refs: {};
|
|
7
|
-
|
|
13
|
+
rootEl: any;
|
|
8
14
|
};
|
|
9
15
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
-
declare const __VLS_component: import('vue').DefineComponent<{
|
|
11
|
-
activeTabPanelIdx?: number;
|
|
12
|
-
headerTitle?: string;
|
|
13
|
-
tabPanelClasses?: ClassType;
|
|
14
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
15
|
-
activeTabPanelIdx?: number;
|
|
16
|
-
headerTitle?: string;
|
|
17
|
-
tabPanelClasses?: ClassType;
|
|
18
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
16
|
+
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>;
|
|
19
17
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
20
18
|
export default _default;
|
|
21
19
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,16 +1,14 @@
|
|
|
1
1
|
import { ClassType } from '@wikicasa-dev/types';
|
|
2
2
|
import { TabType } from '../types';
|
|
3
|
-
|
|
3
|
+
type __VLS_Props = {
|
|
4
4
|
uid: string;
|
|
5
5
|
tabListClasses?: ClassType;
|
|
6
|
-
}
|
|
6
|
+
};
|
|
7
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
8
|
tabClick: (e: Event, tabIdx: number, tabElement: TabType) => any;
|
|
8
|
-
}, string, import('vue').PublicProps, Readonly<{
|
|
9
|
-
uid: string;
|
|
10
|
-
tabListClasses?: ClassType;
|
|
11
|
-
}> & Readonly<{
|
|
9
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
12
10
|
onTabClick?: ((e: Event, tabIdx: number, tabElement: TabType) => any) | undefined;
|
|
13
11
|
}>, {
|
|
14
12
|
tabListClasses: ClassType;
|
|
15
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
13
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
16
14
|
export default _default;
|
|
@@ -1,22 +1,20 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
id: string;
|
|
3
|
+
active?: boolean;
|
|
4
|
+
labelledBy: string;
|
|
5
|
+
};
|
|
1
6
|
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
2
8
|
slots: {
|
|
3
9
|
default?(_: {}): any;
|
|
4
10
|
};
|
|
5
11
|
refs: {};
|
|
6
|
-
|
|
12
|
+
rootEl: HTMLDivElement;
|
|
7
13
|
};
|
|
8
14
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
-
declare const __VLS_component: import('vue').DefineComponent<{
|
|
10
|
-
id: string;
|
|
11
|
-
active?: boolean;
|
|
12
|
-
labelledBy: string;
|
|
13
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
14
|
-
id: string;
|
|
15
|
-
active?: boolean;
|
|
16
|
-
labelledBy: string;
|
|
17
|
-
}> & Readonly<{}>, {
|
|
15
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
18
16
|
active: boolean;
|
|
19
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
17
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
20
18
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
21
19
|
export default _default;
|
|
22
20
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ClassType } from '@wikicasa-dev/types';
|
|
2
2
|
import { TabType } from '../types';
|
|
3
|
-
|
|
3
|
+
type __VLS_Props = {
|
|
4
4
|
tabsPosition?: "top" | "bottom";
|
|
5
5
|
tabViewDescription: string;
|
|
6
6
|
tabListClasses?: ClassType;
|
|
@@ -8,18 +8,20 @@ declare let __VLS_typeProps: {
|
|
|
8
8
|
};
|
|
9
9
|
type __VLS_PublicProps = {
|
|
10
10
|
"activeIdx"?: number | undefined;
|
|
11
|
-
} &
|
|
11
|
+
} & __VLS_Props;
|
|
12
12
|
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
13
13
|
tabClicked: (args_0: {
|
|
14
14
|
tabIdx: number;
|
|
15
15
|
tabElement: TabType;
|
|
16
16
|
}) => any;
|
|
17
|
-
"update:activeIdx": (
|
|
17
|
+
"update:activeIdx": (value: number | undefined) => any;
|
|
18
18
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
19
19
|
onTabClicked?: ((args_0: {
|
|
20
20
|
tabIdx: number;
|
|
21
21
|
tabElement: TabType;
|
|
22
22
|
}) => any) | undefined;
|
|
23
|
-
"onUpdate:activeIdx"?: ((
|
|
24
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
23
|
+
"onUpdate:activeIdx"?: ((value: number | undefined) => any) | undefined;
|
|
24
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
25
|
+
root: HTMLDivElement;
|
|
26
|
+
}, any>;
|
|
25
27
|
export default _default;
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { ChartOptions, ChartData } from 'chart.js';
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
options: ChartOptions<"doughnut">;
|
|
4
4
|
data: ChartData<"doughnut">;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
data: ChartData<"doughnut">;
|
|
8
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
5
|
+
};
|
|
6
|
+
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, {}, any>;
|
|
9
7
|
export default _default;
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
import { ChartOptions, ChartData, Chart } from 'chart.js';
|
|
2
2
|
import { Optional } from '@wikicasa-dev/types';
|
|
3
|
-
|
|
3
|
+
type __VLS_Props = {
|
|
4
4
|
options: ChartOptions<"line">;
|
|
5
5
|
data: ChartData<"line">;
|
|
6
|
-
}
|
|
6
|
+
};
|
|
7
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
7
8
|
chartInstance: import('vue').ComputedRef<Optional<Chart<"line", (number | import('chart.js').Point | null)[], unknown>>>;
|
|
8
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
9
|
-
options: ChartOptions<"line">;
|
|
10
|
-
data: ChartData<"line">;
|
|
11
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
9
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
12
10
|
chart: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<Omit<import('vue-chartjs').ChartProps<"line", (number | import('chart.js').Point | null)[], unknown>, "type">>, {}, {}, import('vue').ComputedOptions, import('vue').MethodOptions, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
13
11
|
P: {};
|
|
14
12
|
B: {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChartOptions, ChartType } from 'chart.js';
|
|
2
|
-
export declare const useChartJsModules: <T extends ChartType =
|
|
2
|
+
export declare const useChartJsModules: <T extends ChartType = ChartType>(options: ChartOptions<T>) => {
|
|
3
3
|
registerTitle: () => Promise<void>;
|
|
4
4
|
registerLegend: () => Promise<void>;
|
|
5
5
|
registerTooltip: () => Promise<void>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { h as m, defineComponent as D, mergeModels as L, useModel as V, useId as z, computed as T, ref as B, watch as g, onMounted as E, onUnmounted as P,
|
|
2
|
-
import { A as j } from "./useKeyboardController.
|
|
3
|
-
import { a as U } from "./ArrowIcon.
|
|
4
|
-
import { e as G } from "./PharmacyIcon.
|
|
1
|
+
import { h as m, defineComponent as D, mergeModels as L, useModel as V, useId as z, computed as T, ref as B, watch as g, onMounted as E, onUnmounted as P, createElementBlock as n, openBlock as o, normalizeClass as a, createElementVNode as s, createCommentVNode as k, withModifiers as p, renderSlot as N, unref as b, createBlock as O, createVNode as S, Fragment as H, renderList as q } from "vue";
|
|
2
|
+
import { A as j } from "./useKeyboardController.Cs_5GQTJ.js";
|
|
3
|
+
import { a as U } from "./ArrowIcon.Bq6Xr3uH.js";
|
|
4
|
+
import { e as G } from "./PharmacyIcon.DEQ8mOEJ.js";
|
|
5
5
|
const J = (t, { attrs: w }) => {
|
|
6
6
|
t = { ...G(), ...t };
|
|
7
7
|
const { width: c, height: r } = t;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as d, ref as u, provide as c, renderSlot as f } from "vue";
|
|
2
|
-
import "./
|
|
3
|
-
import {
|
|
2
|
+
import "./polyline.tNTK3v2u.js";
|
|
3
|
+
import { u as p } from "./ObjectUtils.DwkJjVq1.js";
|
|
4
4
|
const k = /* @__PURE__ */ d({
|
|
5
5
|
__name: "BaseAccordion",
|
|
6
6
|
props: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent as s,
|
|
2
|
-
import { a as m } from "./ArrowIcon.
|
|
3
|
-
import "./PharmacyIcon.
|
|
1
|
+
import { defineComponent as s, createElementBlock as l, openBlock as d, normalizeClass as e, renderSlot as i, createElementVNode as c, withModifiers as p, createVNode as u, unref as k } from "vue";
|
|
2
|
+
import { a as m } from "./ArrowIcon.Bq6Xr3uH.js";
|
|
3
|
+
import "./PharmacyIcon.DEQ8mOEJ.js";
|
|
4
4
|
const f = ["id"], g = ["aria-expanded", "aria-controls"], b = /* @__PURE__ */ s({
|
|
5
5
|
inheritAttrs: !1,
|
|
6
6
|
__name: "BaseAccordionBtn",
|
|
@@ -15,7 +15,7 @@ const f = ["id"], g = ["aria-expanded", "aria-controls"], b = /* @__PURE__ */ s(
|
|
|
15
15
|
emits: ["click"],
|
|
16
16
|
setup(C, { emit: n }) {
|
|
17
17
|
const r = n;
|
|
18
|
-
return (o, t) => (
|
|
18
|
+
return (o, t) => (d(), l("div", {
|
|
19
19
|
id: `${o.id}`,
|
|
20
20
|
class: e(["uikit-flex uikit-items-center uikit-justify-around", [
|
|
21
21
|
o.$attrs["btn-wrapper-classes"],
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as n,
|
|
1
|
+
import { defineComponent as n, createElementBlock as a, openBlock as s, normalizeClass as o, renderSlot as e, createElementVNode as r } from "vue";
|
|
2
2
|
const t = ["id", "aria-labelledby"], p = /* @__PURE__ */ n({
|
|
3
3
|
__name: "BaseAccordionContent",
|
|
4
4
|
props: {
|
|
@@ -9,7 +9,7 @@ const t = ["id", "aria-labelledby"], p = /* @__PURE__ */ n({
|
|
|
9
9
|
accordionContentClasses: {}
|
|
10
10
|
},
|
|
11
11
|
setup(d) {
|
|
12
|
-
return (i, c) => (
|
|
12
|
+
return (i, c) => (s(), a("div", {
|
|
13
13
|
id: `accordion-text-${i.id}`,
|
|
14
14
|
role: "region",
|
|
15
15
|
"aria-labelledby": `accordion-title-${i.id}`,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { defineComponent as h, ref as $, inject as p, watch as l, unref as d,
|
|
2
|
-
import { _ as B } from "./BaseAccordionBtn.vue_vue_type_script_setup_true_lang.
|
|
3
|
-
import { _ as A } from "./BaseAccordionContent.vue_vue_type_script_setup_true_lang.
|
|
4
|
-
import { a as E } from "./ArrowIcon.
|
|
5
|
-
import "./PharmacyIcon.
|
|
1
|
+
import { defineComponent as h, ref as $, inject as p, watch as l, unref as d, createElementBlock as v, openBlock as u, normalizeClass as m, createBlock as y, createCommentVNode as g, renderSlot as t, createElementVNode as f, withModifiers as O, createVNode as k, withCtx as c } from "vue";
|
|
2
|
+
import { _ as B } from "./BaseAccordionBtn.vue_vue_type_script_setup_true_lang.APN3hif2.js";
|
|
3
|
+
import { _ as A } from "./BaseAccordionContent.vue_vue_type_script_setup_true_lang.Dn4qNu2R.js";
|
|
4
|
+
import { a as E } from "./ArrowIcon.Bq6Xr3uH.js";
|
|
5
|
+
import "./PharmacyIcon.DEQ8mOEJ.js";
|
|
6
6
|
const W = { key: 0 }, I = ["id", "data-cy", "aria-expanded", "aria-controls"], M = ["itemprop", "innerHTML"], P = /* @__PURE__ */ h({
|
|
7
7
|
inheritAttrs: !1,
|
|
8
8
|
__name: "BaseAccordionItem",
|
|
@@ -72,7 +72,7 @@ const W = { key: 0 }, I = ["id", "data-cy", "aria-expanded", "aria-controls"], M
|
|
|
72
72
|
"data-cy": e.dataCy,
|
|
73
73
|
"aria-expanded": o.value,
|
|
74
74
|
"aria-controls": `accordion-text-${e.id}`,
|
|
75
|
-
onClick: s[0] || (s[0] =
|
|
75
|
+
onClick: s[0] || (s[0] = O((N) => {
|
|
76
76
|
n(), d(b)?.({ id: e.id, title: e.title, active: o.value }), a("click");
|
|
77
77
|
}, ["prevent", "stop"]))
|
|
78
78
|
}, [
|
|
@@ -90,7 +90,7 @@ const W = { key: 0 }, I = ["id", "data-cy", "aria-expanded", "aria-controls"], M
|
|
|
90
90
|
height: e.arrowWidth
|
|
91
91
|
}, null, 8, ["class", "arrow-classes", "width", "height"])
|
|
92
92
|
], 10, I)
|
|
93
|
-
])) : (e.$slots.custom_content || e.$slots.custom_btn) && !e.$slots.custom_accordion ? (u(),
|
|
93
|
+
])) : (e.$slots.custom_content || e.$slots.custom_btn) && !e.$slots.custom_accordion ? (u(), y(B, {
|
|
94
94
|
key: 1,
|
|
95
95
|
id: e.id,
|
|
96
96
|
"btn-wrapper-classes": e.btnWrapperClasses,
|
|
@@ -112,7 +112,7 @@ const W = { key: 0 }, I = ["id", "data-cy", "aria-expanded", "aria-controls"], M
|
|
|
112
112
|
})
|
|
113
113
|
]),
|
|
114
114
|
_: 3
|
|
115
|
-
}, 8, ["id", "btn-wrapper-classes", "btn-classes", "arrow-color", "arrow-classes", "on-container-click-expand", "accordion-open"])) :
|
|
115
|
+
}, 8, ["id", "btn-wrapper-classes", "btn-classes", "arrow-color", "arrow-classes", "on-container-click-expand", "accordion-open"])) : g("", !0),
|
|
116
116
|
t(e.$slots, "custom_accordion", {
|
|
117
117
|
id: e.id,
|
|
118
118
|
isOpen: o.value,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { defineComponent as t,
|
|
1
|
+
import { defineComponent as t, createElementBlock as r, openBlock as s, normalizeClass as a, renderSlot as l } from "vue";
|
|
2
2
|
import '../assets/BaseAlert.css';const o = ["id"], p = /* @__PURE__ */ t({
|
|
3
3
|
__name: "BaseAlert",
|
|
4
4
|
props: {
|
|
5
5
|
alertClass: { default: "" }
|
|
6
6
|
},
|
|
7
7
|
setup(n) {
|
|
8
|
-
return (e, i) => (
|
|
8
|
+
return (e, i) => (s(), r("div", {
|
|
9
9
|
id: e.$attrs.id,
|
|
10
10
|
class: a(["uikit-alert", e.alertClass]),
|
|
11
11
|
role: "alert"
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { defineComponent as T, mergeModels as $, useModel as L, ref as r, computed as k, onBeforeMount as F, watch as f,
|
|
1
|
+
import { defineComponent as T, mergeModels as $, useModel as L, ref as r, computed as k, onBeforeMount as F, watch as f, createBlock as S, openBlock as C, normalizeClass as H, withCtx as s, createElementBlock as z, Fragment as A, renderList as K, unref as N, createElementVNode as U, createVNode as W, renderSlot as V } from "vue";
|
|
2
2
|
import j from "../BaseInput.js";
|
|
3
|
-
import { _ as q } from "./BaseDropDown.vue_vue_type_script_setup_true_lang.
|
|
4
|
-
import "./
|
|
5
|
-
import { _ as G } from "./SelectItem.vue_vue_type_script_setup_true_lang.
|
|
6
|
-
import { A as J } from "./useKeyboardController.
|
|
3
|
+
import { _ as q } from "./BaseDropDown.vue_vue_type_script_setup_true_lang.CPpsFIZy.js";
|
|
4
|
+
import "./polyline.tNTK3v2u.js";
|
|
5
|
+
import { _ as G } from "./SelectItem.vue_vue_type_script_setup_true_lang.Drq_K7Vx.js";
|
|
6
|
+
import { A as J } from "./useKeyboardController.Cs_5GQTJ.js";
|
|
7
7
|
function Q(t, p) {
|
|
8
8
|
return (...v) => new Promise((d, u) => {
|
|
9
9
|
t.id && clearTimeout(t.id), t.id = setTimeout(() => {
|
|
@@ -146,7 +146,7 @@ const R = ["innerHTML"], le = /* @__PURE__ */ T({
|
|
|
146
146
|
})
|
|
147
147
|
}, {
|
|
148
148
|
btn_slot: s(() => [
|
|
149
|
-
|
|
149
|
+
W(j, {
|
|
150
150
|
id: e.$attrs.id ? `ac_input_${e.$attrs.id}` : "",
|
|
151
151
|
ref_key: "baseInput",
|
|
152
152
|
ref: y,
|
|
@@ -178,15 +178,15 @@ const R = ["innerHTML"], le = /* @__PURE__ */ T({
|
|
|
178
178
|
}, 8, ["id", "data-cy", "label-text", "model-value", "is-valid", "disabled", "placeholder", "with-left-icon", "with-right-icon", "input-class", "fieldset-classes"])
|
|
179
179
|
]),
|
|
180
180
|
default: s(() => [
|
|
181
|
-
(C(!0), A
|
|
181
|
+
(C(!0), z(A, null, K(n.value, (a, b) => (C(), S(G, {
|
|
182
182
|
key: b,
|
|
183
|
-
active:
|
|
183
|
+
active: N(h) === b,
|
|
184
184
|
class: "uikit-m-1 uikit-rounded-[5px] uikit-px-5 uikit-py-10px hover:uikit-cursor-pointer",
|
|
185
185
|
onClick: (E) => g(a, b),
|
|
186
186
|
onMouseover: (E) => h.value = b
|
|
187
187
|
}, {
|
|
188
188
|
default: s(() => [
|
|
189
|
-
|
|
189
|
+
U("span", {
|
|
190
190
|
innerHTML: a.label
|
|
191
191
|
}, null, 8, R)
|
|
192
192
|
]),
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as e,
|
|
1
|
+
import { defineComponent as e, createElementBlock as a, openBlock as t, normalizeClass as r, renderSlot as i } from "vue";
|
|
2
2
|
import '../assets/BaseBadge.css';const o = ["id"], p = /* @__PURE__ */ e({
|
|
3
3
|
inheritAttrs: !1,
|
|
4
4
|
__name: "BaseBadge",
|
|
@@ -6,7 +6,7 @@ import '../assets/BaseBadge.css';const o = ["id"], p = /* @__PURE__ */ e({
|
|
|
6
6
|
badgeClass: { default: "uikit-badge-w-primary-sm" }
|
|
7
7
|
},
|
|
8
8
|
setup(n) {
|
|
9
|
-
return (s, d) => (
|
|
9
|
+
return (s, d) => (t(), a("span", {
|
|
10
10
|
id: s.$attrs.id,
|
|
11
11
|
class: r(["uikit-badge uikit-shadow-sm", s.badgeClass, s.$attrs.class])
|
|
12
12
|
}, [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent as d, computed as k,
|
|
2
|
-
import { a as C } from "./ArrowIcon.
|
|
3
|
-
import "./PharmacyIcon.
|
|
1
|
+
import { defineComponent as d, computed as k, createElementBlock as s, openBlock as i, createElementVNode as n, normalizeClass as a, Fragment as u, renderList as p, renderSlot as c, toDisplayString as h, createVNode as b, unref as f } from "vue";
|
|
2
|
+
import { a as C } from "./ArrowIcon.Bq6Xr3uH.js";
|
|
3
|
+
import "./PharmacyIcon.DEQ8mOEJ.js";
|
|
4
4
|
const g = { "aria-label": "Breadcrumb" }, w = ["data-tooltip"], B = ["href"], $ = /* @__PURE__ */ d({
|
|
5
5
|
__name: "BaseBreadcrumb",
|
|
6
6
|
props: {
|
|
@@ -16,12 +16,12 @@ const g = { "aria-label": "Breadcrumb" }, w = ["data-tooltip"], B = ["href"], $
|
|
|
16
16
|
l.push({ ...r.items[e], idx: e }), e < r.items.length - 1 && l.push({ arrowIcon: !0 }), e++;
|
|
17
17
|
return l;
|
|
18
18
|
});
|
|
19
|
-
return (e, l) => (
|
|
19
|
+
return (e, l) => (i(), s("nav", g, [
|
|
20
20
|
n("ol", {
|
|
21
21
|
class: a(["uikit-flex uikit-items-center uikit-gap-10px uikit-p-0", e.listClasses])
|
|
22
22
|
}, [
|
|
23
|
-
(
|
|
24
|
-
t?.label ? (
|
|
23
|
+
(i(!0), s(u, null, p(m.value, (t, o) => (i(), s(u, null, [
|
|
24
|
+
t?.label ? (i(), s("li", {
|
|
25
25
|
key: `breadcrumb-li-${o}`,
|
|
26
26
|
class: a(["uikit-list-none", e.listItemClasses]),
|
|
27
27
|
"data-tooltip": t.dataTooltip
|
|
@@ -34,7 +34,7 @@ const g = { "aria-label": "Breadcrumb" }, w = ["data-tooltip"], B = ["href"], $
|
|
|
34
34
|
href: t.link
|
|
35
35
|
}, h(t.label), 11, B)
|
|
36
36
|
])
|
|
37
|
-
], 10, w)) : (
|
|
37
|
+
], 10, w)) : (i(), s("li", {
|
|
38
38
|
key: `breadcrumb-li-no-label-${o}`,
|
|
39
39
|
class: a(["uikit-list-none", e.listItemClasses]),
|
|
40
40
|
"aria-hidden": "true"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as y, ref as b, computed as s,
|
|
1
|
+
import { defineComponent as y, ref as b, computed as s, createElementBlock as f, openBlock as v, withModifiers as l, normalizeStyle as B, normalizeClass as C, renderSlot as u, createVNode as c } from "vue";
|
|
2
2
|
import M from "../StaticSpinner.js";
|
|
3
3
|
const z = ["id", "data-cy", "type", "data-active", "disabled", "aria-label", "title"], S = /* @__PURE__ */ y({
|
|
4
4
|
__name: "BaseButton",
|
|
@@ -22,11 +22,11 @@ const z = ["id", "data-cy", "type", "data-active", "disabled", "aria-label", "ti
|
|
|
22
22
|
}, k = () => {
|
|
23
23
|
n.value = !1;
|
|
24
24
|
};
|
|
25
|
-
return (e, t) => (
|
|
25
|
+
return (e, t) => (v(), f("button", {
|
|
26
26
|
id: e.$attrs.id,
|
|
27
27
|
"data-cy": e.dataCy,
|
|
28
28
|
type: e.type,
|
|
29
|
-
class:
|
|
29
|
+
class: C([
|
|
30
30
|
"uikit-btn",
|
|
31
31
|
{
|
|
32
32
|
"uikit-btn-empty": !e.withMinWidth,
|
|
@@ -37,7 +37,7 @@ const z = ["id", "data-cy", "type", "data-active", "disabled", "aria-label", "ti
|
|
|
37
37
|
d.value,
|
|
38
38
|
m.value
|
|
39
39
|
]),
|
|
40
|
-
style:
|
|
40
|
+
style: B(e.$attrs.style),
|
|
41
41
|
"data-active": e.keepActive,
|
|
42
42
|
disabled: e.isLoading || e.disabled,
|
|
43
43
|
"aria-label": e.ariaLabel,
|