@wikicasa-dev/components 1.2.32 → 1.2.34
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/README.md +46 -46
- package/dist/assets/BaseBtModal.css +1 -1
- package/dist/assets/BaseCard.css +1 -1
- package/dist/assets/BaseComplexToggle.css +1 -1
- package/dist/assets/BaseFloatingLabel.css +1 -1
- package/dist/assets/BaseIcon.css +1 -1
- package/dist/assets/BaseInput.css +1 -1
- package/dist/assets/BaseNavItem.css +1 -1
- package/dist/assets/BasePaper.css +1 -1
- package/dist/assets/BaseSlider.css +1 -1
- package/dist/assets/BaseSnackbar.css +1 -1
- package/dist/assets/BaseTextarea.css +1 -1
- package/dist/assets/BaseToggle.css +1 -1
- package/dist/assets/BaseTooltip.css +1 -1
- package/dist/assets/CheckboxBtn.css +1 -1
- package/dist/assets/StaticSpinner.css +1 -1
- package/dist/assets/index.css +1 -1
- package/dist/chunks/{AccessibleSelect.vue_vue_type_script_setup_true_lang.BYoss5rN.js → AccessibleSelect.vue_vue_type_script_setup_true_lang.AhyHg8B-.js} +1 -1
- package/dist/chunks/{BaseAutocomplete.vue_vue_type_script_setup_true_lang.BoWyUvIn.js → BaseAutocomplete.vue_vue_type_script_setup_true_lang.BnX_GNgN.js} +3 -3
- package/dist/chunks/{BaseButton.vue_vue_type_script_setup_true_lang.DZLJGoNO.js → BaseButton.vue_vue_type_script_setup_true_lang.iDhy6Jgy.js} +2 -2
- package/dist/chunks/{BaseDropDown.vue_vue_type_script_setup_true_lang.dYLwFJCe.js → BaseDropDown.vue_vue_type_script_setup_true_lang.BndQ5vGD.js} +1 -1
- package/dist/chunks/{CheckboxGroup.vue_vue_type_script_setup_true_lang.C5jcwwv6.js → CheckboxGroup.vue_vue_type_script_setup_true_lang.CpTRR57p.js} +1 -1
- package/dist/chunks/{IntersectionObserver.vue_vue_type_script_setup_true_lang.Bo-O96cp.js → IntersectionObserver.vue_vue_type_script_setup_true_lang.CQHjzQc3.js} +12 -12
- package/dist/chunks/{SwiperCarousel.vue_vue_type_style_index_0_lang.CbGACfP1.js → SwiperCarousel.vue_vue_type_style_index_0_lang.BHI3p0bd.js} +9 -9
- package/dist/chunks/{index.-NHoDoWD.js → index.CdEglHxG.js} +2 -2
- package/dist/lib/UIKit/AccessibleSelect.js +4 -0
- package/dist/lib/UIKit/Accordion/BaseAccordion.js +4 -0
- package/dist/lib/UIKit/Accordion/BaseAccordionBtn.js +4 -0
- package/dist/lib/UIKit/Accordion/BaseAccordionContent.js +4 -0
- package/dist/lib/UIKit/Accordion/BaseAccordionItem.js +4 -0
- package/dist/lib/UIKit/BaseAlert.js +4 -0
- package/dist/lib/UIKit/BaseAutocomplete.js +4 -0
- package/dist/lib/UIKit/BaseBadge.js +4 -0
- package/dist/{BaseBtModal.js → lib/UIKit/BaseBtModal.js} +7 -7
- package/dist/lib/UIKit/BaseBtModal.vue.d.ts +1 -1
- package/dist/lib/UIKit/BaseButton.js +4 -0
- package/dist/{BaseCard.js → lib/UIKit/BaseCard.js} +3 -3
- package/dist/lib/UIKit/BaseCard.vue.d.ts +3 -3
- package/dist/{BaseComplexToggle.js → lib/UIKit/BaseComplexToggle.js} +3 -3
- package/dist/lib/UIKit/BaseDropDown.js +4 -0
- package/dist/{BaseFloatingLabel.js → lib/UIKit/BaseFloatingLabel.js} +4 -4
- package/dist/{BaseIcon.js → lib/UIKit/BaseIcon.js} +3 -3
- package/dist/{BaseInput.js → lib/UIKit/BaseInput.js} +4 -4
- package/dist/lib/UIKit/BaseInput.vue.d.ts +2 -2
- package/dist/{BaseNavItem.js → lib/UIKit/BaseNavItem.js} +15 -15
- package/dist/{BasePagination.js → lib/UIKit/BasePagination.js} +2 -2
- package/dist/{BasePaper.js → lib/UIKit/BasePaper.js} +4 -4
- package/dist/lib/UIKit/BaseSelect/SelectItem.js +4 -0
- package/dist/lib/UIKit/BaseSelect/SelectItem.vue.d.ts +1 -1
- package/dist/{BaseSlider.js → lib/UIKit/BaseSlider.js} +3 -3
- package/dist/{BaseSnackbar.js → lib/UIKit/BaseSnackbar.js} +4 -4
- package/dist/{BaseTab.js → lib/UIKit/BaseTab.js} +1 -1
- package/dist/{BaseTextarea.js → lib/UIKit/BaseTextarea.js} +4 -4
- package/dist/lib/UIKit/BaseTextarea.vue.d.ts +1 -1
- package/dist/{BaseToggle.js → lib/UIKit/BaseToggle.js} +4 -4
- package/dist/{BaseTooltip.js → lib/UIKit/BaseTooltip.js} +4 -4
- package/dist/lib/UIKit/BaseTooltip.vue.d.ts +1 -1
- package/dist/{BaseUploadFile.js → lib/UIKit/BaseUploadFile.js} +1 -1
- package/dist/lib/UIKit/BaseUploadFile.vue.d.ts +1 -1
- package/dist/{CheckboxBtn.js → lib/UIKit/Checkbox/CheckboxBtn.js} +9 -9
- package/dist/lib/UIKit/Checkbox/CheckboxBtn.vue.d.ts +2 -2
- package/dist/lib/UIKit/Checkbox/CheckboxGroup.js +4 -0
- package/dist/{RadioButton.js → lib/UIKit/Radio/RadioButton.js} +1 -1
- package/dist/{RadioGroup.js → lib/UIKit/Radio/RadioGroup.js} +1 -1
- package/dist/{StaticSpinner.js → lib/UIKit/StaticSpinner.js} +3 -3
- package/dist/lib/components/IntersectionObserver/IntersectionObservable.js +4 -0
- package/dist/lib/components/IntersectionObserver/IntersectionObservable.vue.d.ts +1 -1
- package/dist/lib/components/IntersectionObserver/IntersectionObserver.js +4 -0
- package/dist/lib/components/IntersectionObserver/IntersectionObserver.vue.d.ts +1 -1
- package/dist/lib/components/carousel/SwiperCarousel.js +4 -0
- package/dist/lib/components/carousel/SwiperCarousel.vue.d.ts +2 -2
- package/dist/lib/index.js +67 -0
- package/package.json +2 -2
- 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/BaseButton.js +0 -4
- package/dist/BaseDropDown.js +0 -4
- package/dist/CheckboxGroup.js +0 -4
- package/dist/IntersectionObservable.js +0 -4
- package/dist/IntersectionObserver.js +0 -4
- package/dist/SelectItem.js +0 -4
- package/dist/SwiperCarousel.js +0 -4
- package/dist/assets/free-mode.css +0 -1
- package/dist/assets/navigation.css +0 -1
- package/dist/assets/pagination.css +0 -1
- package/dist/chunks/autoplay.l0sNRNKZ.js +0 -1
- package/dist/chunks/controller.l0sNRNKZ.js +0 -1
- package/dist/chunks/thumbs.l0sNRNKZ.js +0 -1
- package/dist/index.js +0 -67
- /package/dist/{useBreakpoints.js → lib/composables/useBreakpoints.js} +0 -0
- /package/dist/{useFloatingLabel.js → lib/composables/useFloatingLabel.js} +0 -0
- /package/dist/{useKeyboardController.js → lib/composables/useKeyboardController.js} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as p, reactive as d, ref as m, onBeforeMount as h, onBeforeUnmount as V, unref as t, openBlock as
|
|
1
|
+
import { defineComponent as p, reactive as d, ref as m, onBeforeMount as h, onBeforeUnmount as V, unref as t, openBlock as k, createElementBlock as B, normalizeClass as O, renderSlot as l } from "vue";
|
|
2
2
|
const _ = /* @__PURE__ */ p({
|
|
3
3
|
__name: "IntersectionObserver",
|
|
4
4
|
props: {
|
|
@@ -8,11 +8,11 @@ const _ = /* @__PURE__ */ p({
|
|
|
8
8
|
},
|
|
9
9
|
emits: ["intersection"],
|
|
10
10
|
setup(a, { emit: u }) {
|
|
11
|
-
const c = u,
|
|
12
|
-
let
|
|
11
|
+
const c = u, o = a;
|
|
12
|
+
let r = d({ root: null, isVisible: !1 });
|
|
13
13
|
const e = m(null), v = (s) => {
|
|
14
14
|
s.forEach(({ target: n, isIntersecting: i }) => {
|
|
15
|
-
i && (
|
|
15
|
+
i && (r.isVisible = !0, c("intersection")), o.observeOnce && i && b(n);
|
|
16
16
|
});
|
|
17
17
|
}, b = (s) => {
|
|
18
18
|
e.value && e.value.unobserve(s);
|
|
@@ -20,29 +20,29 @@ const _ = /* @__PURE__ */ p({
|
|
|
20
20
|
e.value && e.value.disconnect();
|
|
21
21
|
};
|
|
22
22
|
return h(() => {
|
|
23
|
-
if (
|
|
24
|
-
|
|
23
|
+
if (o.skip) {
|
|
24
|
+
r.isVisible = !0;
|
|
25
25
|
return;
|
|
26
26
|
}
|
|
27
27
|
e.value = new IntersectionObserver(v, {
|
|
28
28
|
root: null,
|
|
29
29
|
//if the root is null, then we will check if the target is visible in the doc root!
|
|
30
|
-
threshold:
|
|
31
|
-
})
|
|
30
|
+
threshold: o.threshold
|
|
31
|
+
});
|
|
32
32
|
}), V(() => {
|
|
33
33
|
f();
|
|
34
|
-
}), (s, n) => t(
|
|
34
|
+
}), (s, n) => t(r).isVisible ? l(s.$slots, "observer", {
|
|
35
35
|
key: 1,
|
|
36
36
|
observer: e.value,
|
|
37
|
-
isVisible: t(
|
|
38
|
-
}) : (
|
|
37
|
+
isVisible: t(r).isVisible
|
|
38
|
+
}) : (k(), B("div", {
|
|
39
39
|
key: 0,
|
|
40
40
|
ref: "root",
|
|
41
41
|
class: O(s.$attrs["root-classes"])
|
|
42
42
|
}, [
|
|
43
43
|
l(s.$slots, "observer", {
|
|
44
44
|
observer: e.value,
|
|
45
|
-
isVisible: t(
|
|
45
|
+
isVisible: t(r).isVisible
|
|
46
46
|
})
|
|
47
47
|
], 2));
|
|
48
48
|
}
|
|
@@ -551,12 +551,12 @@ const De = ["id"], ke = ["id", "data-cy"], Ie = ["data-idx", "loading", "alt", "
|
|
|
551
551
|
};
|
|
552
552
|
return Xe(async () => {
|
|
553
553
|
if (H(), I.value) {
|
|
554
|
-
const { Keyboard: c } = await import("./index
|
|
554
|
+
const { Keyboard: c } = await import("./index.CdEglHxG.js");
|
|
555
555
|
d.swiperParams.modules?.push(c), d.swiperParams.keyboard = o.swiperOptions.keyboard;
|
|
556
556
|
}
|
|
557
557
|
if (t.value) {
|
|
558
|
-
const { Pagination: c } = await import("./index
|
|
559
|
-
d.swiperParams.modules?.push(c),
|
|
558
|
+
const { Pagination: c } = await import("./index.CdEglHxG.js");
|
|
559
|
+
d.swiperParams.modules?.push(c), d.swiperParams.pagination = {
|
|
560
560
|
el: ".swiper-pagination",
|
|
561
561
|
renderFraction: (h, b) => `<div class="tw-rounded-xs tw-border-w-black tw-border tw-border-solid tw-px-3 tw-bg-white tw-pt-[3px] tw-pb-[3px]">
|
|
562
562
|
<span data-cy="swiper-pagination-current" class="${h}"></span>
|
|
@@ -567,8 +567,8 @@ const De = ["id"], ke = ["id", "data-cy"], Ie = ["data-idx", "loading", "alt", "
|
|
|
567
567
|
};
|
|
568
568
|
}
|
|
569
569
|
if (m.value) {
|
|
570
|
-
const { Navigation: c } = await import("./index
|
|
571
|
-
d.swiperParams.modules?.push(c)
|
|
570
|
+
const { Navigation: c } = await import("./index.CdEglHxG.js");
|
|
571
|
+
d.swiperParams.modules?.push(c);
|
|
572
572
|
const h = {
|
|
573
573
|
...o.swiperOptions.navigation.nextEl ?? {
|
|
574
574
|
nextEl: ".swiper-button-next"
|
|
@@ -583,8 +583,8 @@ const De = ["id"], ke = ["id", "data-cy"], Ie = ["data-idx", "loading", "alt", "
|
|
|
583
583
|
};
|
|
584
584
|
}
|
|
585
585
|
if (i.value) {
|
|
586
|
-
const { Autoplay: c } = await import("./index
|
|
587
|
-
d.swiperParams.modules?.push(c),
|
|
586
|
+
const { Autoplay: c } = await import("./index.CdEglHxG.js");
|
|
587
|
+
d.swiperParams.modules?.push(c), d.swiperParams.autoplay = o.swiperOptions.autoplay;
|
|
588
588
|
}
|
|
589
589
|
const l = {
|
|
590
590
|
...d.swiperParams,
|
|
@@ -596,8 +596,8 @@ const De = ["id"], ke = ["id", "data-cy"], Ie = ["data-idx", "loading", "alt", "
|
|
|
596
596
|
};
|
|
597
597
|
let f = null;
|
|
598
598
|
if (o.thumbSwiperOptions) {
|
|
599
|
-
const { Thumbs: c, FreeMode: h, Controller: b } = await import("./index
|
|
600
|
-
d.swiperParams.modules?.push(c), d.swiperParams.modules?.push(b),
|
|
599
|
+
const { Thumbs: c, FreeMode: h, Controller: b } = await import("./index.CdEglHxG.js");
|
|
600
|
+
d.swiperParams.modules?.push(c), d.swiperParams.modules?.push(b), f = new ve(`#thumb_${o.id}`, {
|
|
601
601
|
...o.thumbSwiperOptions,
|
|
602
602
|
modules: [h]
|
|
603
603
|
}), l.thumbs = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { g as N, a as W, e as R, b as X, c as G, d as Y, m as D, f as Z, h as j, n as J, i as F, j as Q, k as q } from "./SwiperCarousel.vue_vue_type_style_index_0_lang.
|
|
2
|
-
import { Z as ce } from "./SwiperCarousel.vue_vue_type_style_index_0_lang.
|
|
1
|
+
import { g as N, a as W, e as R, b as X, c as G, d as Y, m as D, f as Z, h as j, n as J, i as F, j as Q, k as q } from "./SwiperCarousel.vue_vue_type_style_index_0_lang.BHI3p0bd.js";
|
|
2
|
+
import { Z as ce } from "./SwiperCarousel.vue_vue_type_style_index_0_lang.BHI3p0bd.js";
|
|
3
3
|
function te(k) {
|
|
4
4
|
let {
|
|
5
5
|
swiper: e,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import '
|
|
1
|
+
import '../../assets/BaseBtModal.css';
|
|
2
2
|
import { defineComponent as b, resolveComponent as n, openBlock as d, createBlock as r, Teleport as f, createElementVNode as e, normalizeClass as o, withModifiers as h, withCtx as y, createVNode as C, createCommentVNode as c, renderSlot as a, createElementBlock as w } from "vue";
|
|
3
|
-
import "
|
|
4
|
-
import { _ as M } from "
|
|
5
|
-
import { C as v } from "
|
|
6
|
-
import { useBreakpoints as g } from "
|
|
7
|
-
import { _ as x } from "
|
|
3
|
+
import "../../chunks/js.cookie.BaTT4o7s.js";
|
|
4
|
+
import { _ as M } from "../../chunks/BaseButton.vue_vue_type_script_setup_true_lang.iDhy6Jgy.js";
|
|
5
|
+
import { C as v } from "../../chunks/CloseIcon.BiYjxFIs.js";
|
|
6
|
+
import { useBreakpoints as g } from "../composables/useBreakpoints.js";
|
|
7
|
+
import { _ as x } from "../../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
8
8
|
const B = (t, i) => new Promise((s, l) => {
|
|
9
9
|
setTimeout(() => {
|
|
10
10
|
try {
|
|
@@ -182,7 +182,7 @@ function O(t, i, s, l, u, H) {
|
|
|
182
182
|
], 2)
|
|
183
183
|
]);
|
|
184
184
|
}
|
|
185
|
-
const V = /* @__PURE__ */ x($, [["render", O], ["__scopeId", "data-v-
|
|
185
|
+
const V = /* @__PURE__ */ x($, [["render", O], ["__scopeId", "data-v-d2800423"]]);
|
|
186
186
|
export {
|
|
187
187
|
V as default
|
|
188
188
|
};
|
|
@@ -153,8 +153,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
153
153
|
onOpened?: ((...args: any[]) => any) | undefined;
|
|
154
154
|
onClosed?: ((...args: any[]) => any) | undefined;
|
|
155
155
|
}, {
|
|
156
|
-
id: string;
|
|
157
156
|
size: "modal-sm" | "modal-md" | "modal-lg" | "modal-xxl" | "modal-full";
|
|
157
|
+
id: string;
|
|
158
158
|
closeIcon: string;
|
|
159
159
|
customBackdropClasses: string;
|
|
160
160
|
customModalClasses: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import '
|
|
1
|
+
import '../../assets/BaseCard.css';
|
|
2
2
|
import { defineComponent as m, computed as r, openBlock as u, createElementBlock as f, normalizeClass as t, createElementVNode as o, renderSlot as c } from "vue";
|
|
3
|
-
import { _ as v } from "
|
|
3
|
+
import { _ as v } from "../../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
4
4
|
const y = /* @__PURE__ */ m({
|
|
5
5
|
inheritAttrs: !1,
|
|
6
6
|
__name: "BaseCard",
|
|
@@ -28,7 +28,7 @@ const y = /* @__PURE__ */ m({
|
|
|
28
28
|
], 2)
|
|
29
29
|
], 2));
|
|
30
30
|
}
|
|
31
|
-
}), k = /* @__PURE__ */ v(y, [["__scopeId", "data-v-
|
|
31
|
+
}), k = /* @__PURE__ */ v(y, [["__scopeId", "data-v-522b27f2"]]);
|
|
32
32
|
export {
|
|
33
33
|
k as default
|
|
34
34
|
};
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
-
type?: "" | "
|
|
2
|
+
type?: "" | "map-card" | "vertical" | "news" | undefined;
|
|
3
3
|
}>, {
|
|
4
4
|
type: string;
|
|
5
5
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
6
|
click: () => void;
|
|
7
7
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
8
|
-
type?: "" | "
|
|
8
|
+
type?: "" | "map-card" | "vertical" | "news" | undefined;
|
|
9
9
|
}>, {
|
|
10
10
|
type: string;
|
|
11
11
|
}>>> & {
|
|
12
12
|
onClick?: (() => any) | undefined;
|
|
13
13
|
}, {
|
|
14
|
-
type: "" | "
|
|
14
|
+
type: "" | "map-card" | "vertical" | "news";
|
|
15
15
|
}, {}>, {
|
|
16
16
|
"card-image"?(_: {}): any;
|
|
17
17
|
"card-description"?(_: {}): any;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import '
|
|
1
|
+
import '../../assets/BaseComplexToggle.css';
|
|
2
2
|
import { defineComponent as n, openBlock as l, createElementBlock as o, normalizeClass as a, createElementVNode as t, withModifiers as s, createCommentVNode as r } from "vue";
|
|
3
|
-
import { _ as d } from "
|
|
3
|
+
import { _ as d } from "../../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
4
4
|
const c = n({
|
|
5
5
|
name: "BaseComplexToggle",
|
|
6
6
|
props: {
|
|
@@ -134,7 +134,7 @@ function T(e, i, v, y, B, L) {
|
|
|
134
134
|
}, null, 2)
|
|
135
135
|
], 10, u);
|
|
136
136
|
}
|
|
137
|
-
const w = /* @__PURE__ */ d(c, [["render", T], ["__scopeId", "data-v-
|
|
137
|
+
const w = /* @__PURE__ */ d(c, [["render", T], ["__scopeId", "data-v-e52c9d8c"]]);
|
|
138
138
|
export {
|
|
139
139
|
w as default
|
|
140
140
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import '
|
|
1
|
+
import '../../assets/BaseFloatingLabel.css';
|
|
2
2
|
import { defineComponent as s, openBlock as a, createElementBlock as l, normalizeClass as t, withModifiers as o, createElementVNode as n, createCommentVNode as r } from "vue";
|
|
3
|
-
import { _ as u } from "
|
|
3
|
+
import { _ as u } from "../../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
4
4
|
const d = s({
|
|
5
5
|
name: "BaseFloatingLabel",
|
|
6
6
|
props: {
|
|
@@ -23,7 +23,7 @@ const d = s({
|
|
|
23
23
|
},
|
|
24
24
|
emits: ["click"]
|
|
25
25
|
}), p = ["for"], k = ["innerHTML"];
|
|
26
|
-
function
|
|
26
|
+
function c(e, i, m, f, b, y) {
|
|
27
27
|
return a(), l("label", {
|
|
28
28
|
for: e.$attrs.for,
|
|
29
29
|
class: t(["uikit-absolute uikit-left-15px uikit-h-5 uikit-text-sm", [
|
|
@@ -43,7 +43,7 @@ function m(e, i, c, f, b, y) {
|
|
|
43
43
|
}, " *", 2)) : r("", !0)
|
|
44
44
|
], 10, p);
|
|
45
45
|
}
|
|
46
|
-
const g = /* @__PURE__ */ u(d, [["render",
|
|
46
|
+
const g = /* @__PURE__ */ u(d, [["render", c], ["__scopeId", "data-v-c568e13c"]]);
|
|
47
47
|
export {
|
|
48
48
|
g as default
|
|
49
49
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import '
|
|
1
|
+
import '../../assets/BaseIcon.css';
|
|
2
2
|
import { defineComponent as e, openBlock as a, createElementBlock as i, normalizeClass as n, normalizeStyle as o } from "vue";
|
|
3
|
-
import { _ as s } from "
|
|
3
|
+
import { _ as s } from "../../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
4
4
|
const r = e({
|
|
5
5
|
name: "BaseIcon",
|
|
6
6
|
props: {
|
|
@@ -35,7 +35,7 @@ function d(t, p, c, f, m, u) {
|
|
|
35
35
|
loading: t.lazyLoading ? "lazy" : "eager"
|
|
36
36
|
}, null, 14, l);
|
|
37
37
|
}
|
|
38
|
-
const h = /* @__PURE__ */ s(r, [["render", d], ["__scopeId", "data-v-
|
|
38
|
+
const h = /* @__PURE__ */ s(r, [["render", d], ["__scopeId", "data-v-e6be9629"]]);
|
|
39
39
|
export {
|
|
40
40
|
h as default
|
|
41
41
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import '
|
|
1
|
+
import '../../assets/BaseInput.css';
|
|
2
2
|
import v from "./BaseFloatingLabel.js";
|
|
3
|
-
import { useFloatingLabel as y } from "
|
|
3
|
+
import { useFloatingLabel as y } from "../composables/useFloatingLabel.js";
|
|
4
4
|
import { defineComponent as w, resolveComponent as g, openBlock as l, createElementBlock as s, normalizeClass as n, renderSlot as d, createElementVNode as o, withModifiers as p, withKeys as V, createCommentVNode as b, createBlock as c, Fragment as m, renderList as $ } from "vue";
|
|
5
|
-
import { _ as I } from "
|
|
5
|
+
import { _ as I } from "../../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
6
6
|
const F = w({
|
|
7
7
|
name: "BaseInput",
|
|
8
8
|
components: { BaseFloatingLabel: v },
|
|
@@ -272,7 +272,7 @@ function j(e, t, a, k, h, f) {
|
|
|
272
272
|
])
|
|
273
273
|
], 2);
|
|
274
274
|
}
|
|
275
|
-
const z = /* @__PURE__ */ I(F, [["render", j], ["__scopeId", "data-v-
|
|
275
|
+
const z = /* @__PURE__ */ I(F, [["render", j], ["__scopeId", "data-v-423a57a1"]]);
|
|
276
276
|
export {
|
|
277
277
|
z as default
|
|
278
278
|
};
|
|
@@ -120,14 +120,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
120
120
|
default: null;
|
|
121
121
|
};
|
|
122
122
|
}>> & {
|
|
123
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
124
123
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
125
124
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
126
125
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
126
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
127
127
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
128
128
|
"onKeydown-enter-pressed"?: ((...args: any[]) => any) | undefined;
|
|
129
129
|
}, {
|
|
130
|
-
auto: boolean;
|
|
131
130
|
isValid: Nullable<boolean>;
|
|
132
131
|
labelText: string;
|
|
133
132
|
keepFloatingLabel: boolean;
|
|
@@ -135,6 +134,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
135
134
|
inputType: "select" | "text-input";
|
|
136
135
|
border: boolean;
|
|
137
136
|
radius: boolean;
|
|
137
|
+
auto: boolean;
|
|
138
138
|
formatter: {
|
|
139
139
|
formatFn: (n: number | string) => string;
|
|
140
140
|
unFormatFn?: ((v: string) => string | number | boolean) | undefined;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import '
|
|
1
|
+
import '../../assets/BaseNavItem.css';
|
|
2
2
|
import s from "./BaseIcon.js";
|
|
3
3
|
import { defineComponent as r, resolveComponent as n, openBlock as i, createElementBlock as l, normalizeClass as c, createBlock as m, createCommentVNode as u, renderSlot as p, createElementVNode as d, toDisplayString as f } from "vue";
|
|
4
|
-
import { _ as b } from "
|
|
4
|
+
import { _ as b } from "../../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
5
5
|
const k = r({
|
|
6
6
|
name: "BaseNavItem",
|
|
7
7
|
components: { BaseIcon: s },
|
|
@@ -26,34 +26,34 @@ const k = r({
|
|
|
26
26
|
},
|
|
27
27
|
emits: ["click"],
|
|
28
28
|
watch: {
|
|
29
|
-
isActive(
|
|
30
|
-
const
|
|
31
|
-
|
|
29
|
+
isActive(t) {
|
|
30
|
+
const e = this.$refs["base-nav-item"];
|
|
31
|
+
t ? e.classList.add("active") : e.classList.remove("active");
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
34
|
}), v = ["id"];
|
|
35
|
-
function g(
|
|
35
|
+
function g(t, e, C, y, $, N) {
|
|
36
36
|
const a = n("base-icon");
|
|
37
37
|
return i(), l("li", {
|
|
38
|
-
id: `${
|
|
39
|
-
class: c(["uikit-group/tabs uikit-relative uikit-flex uikit-cursor-pointer uikit-items-center uikit-pb-5px disabled:uikit-border-transparent disabled:uikit-bg-transparent disabled:uikit-text-gray-600", [
|
|
40
|
-
onClick:
|
|
38
|
+
id: `${t.$attrs.id}`,
|
|
39
|
+
class: c(["uikit-group/tabs uikit-relative uikit-flex uikit-cursor-pointer uikit-items-center uikit-pb-5px disabled:uikit-border-transparent disabled:uikit-bg-transparent disabled:uikit-text-gray-600", [t.navItemCustomClass]]),
|
|
40
|
+
onClick: e[0] || (e[0] = (o) => t.$emit("click", o))
|
|
41
41
|
}, [
|
|
42
|
-
|
|
42
|
+
t.iconName ? (i(), m(a, {
|
|
43
43
|
key: 0,
|
|
44
44
|
"alt-attribute": "icon",
|
|
45
|
-
"icon-name":
|
|
46
|
-
"icon-class":
|
|
45
|
+
"icon-name": t.iconName,
|
|
46
|
+
"icon-class": t.iconClass
|
|
47
47
|
}, null, 8, ["icon-name", "icon-class"])) : u("", !0),
|
|
48
|
-
p(
|
|
48
|
+
p(t.$slots, "default", {}, () => [
|
|
49
49
|
d("a", {
|
|
50
50
|
ref: "base-nav-item",
|
|
51
51
|
class: "after:uikit-absolute after:uikit-bottom-0 after:uikit-left-0 after:uikit-w-full after:uikit-content-[''] group-hover/tabs:after:uikit-border-b-2 group-hover/tabs:after:uikit-border-b-w-primary group-hover/tabs:after:[border-bottom-style:solid]"
|
|
52
|
-
}, f(
|
|
52
|
+
}, f(t.text), 513)
|
|
53
53
|
], !0)
|
|
54
54
|
], 10, v);
|
|
55
55
|
}
|
|
56
|
-
const _ = /* @__PURE__ */ b(k, [["render", g], ["__scopeId", "data-v-
|
|
56
|
+
const _ = /* @__PURE__ */ b(k, [["render", g], ["__scopeId", "data-v-d19a9a40"]]);
|
|
57
57
|
export {
|
|
58
58
|
_ as default
|
|
59
59
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import c from "./BaseIcon.js";
|
|
2
|
-
import "
|
|
2
|
+
import "../../chunks/js.cookie.BaTT4o7s.js";
|
|
3
3
|
import { defineComponent as h, resolveComponent as d, openBlock as r, createElementBlock as n, createVNode as k, createCommentVNode as o, Fragment as l, renderList as g, toDisplayString as s, createElementVNode as f } from "vue";
|
|
4
|
-
import { _ as v } from "
|
|
4
|
+
import { _ as v } from "../../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
5
5
|
function p(i, t = !1) {
|
|
6
6
|
return i == null ? "" : P(t ? Math.round(i) : Math.floor(i), 0);
|
|
7
7
|
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import '
|
|
1
|
+
import '../../assets/BasePaper.css';
|
|
2
2
|
import { defineComponent as o, openBlock as t, createElementBlock as r, renderSlot as s } from "vue";
|
|
3
|
-
import { _ as n } from "
|
|
3
|
+
import { _ as n } from "../../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
4
4
|
const a = o({
|
|
5
5
|
name: "BasePaper"
|
|
6
6
|
}), c = { class: "base-paper" };
|
|
7
|
-
function p(e, _, d,
|
|
7
|
+
function p(e, _, d, i, f, m) {
|
|
8
8
|
return t(), r("div", c, [
|
|
9
9
|
s(e.$slots, "content", {}, void 0, !0)
|
|
10
10
|
]);
|
|
11
11
|
}
|
|
12
|
-
const $ = /* @__PURE__ */ n(a, [["render", p], ["__scopeId", "data-v-
|
|
12
|
+
const $ = /* @__PURE__ */ n(a, [["render", p], ["__scopeId", "data-v-535e7409"]]);
|
|
13
13
|
export {
|
|
14
14
|
$ as default
|
|
15
15
|
};
|
|
@@ -22,8 +22,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
22
22
|
onMouseover?: ((args_0: number) => any) | undefined;
|
|
23
23
|
}, {
|
|
24
24
|
label: string;
|
|
25
|
-
idx: number;
|
|
26
25
|
active: boolean;
|
|
26
|
+
idx: number;
|
|
27
27
|
}, {}>, {
|
|
28
28
|
default?(_: {
|
|
29
29
|
itemIdx: number;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import '
|
|
1
|
+
import '../../assets/BaseSlider.css';
|
|
2
2
|
import f from "./BaseInput.js";
|
|
3
3
|
import { defineComponent as c, resolveComponent as S, openBlock as V, createElementBlock as g, createElementVNode as a, withModifiers as h, createVNode as d } from "vue";
|
|
4
|
-
import { _ as x } from "
|
|
4
|
+
import { _ as x } from "../../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
5
5
|
function p(t, i) {
|
|
6
6
|
const e = parseInt(t.value, 10), l = parseInt(i.value, 10);
|
|
7
7
|
return [e, l];
|
|
@@ -256,7 +256,7 @@ function b(t, i, e, l, s, r) {
|
|
|
256
256
|
])
|
|
257
257
|
]);
|
|
258
258
|
}
|
|
259
|
-
const _ = /* @__PURE__ */ x(I, [["render", b], ["__scopeId", "data-v-
|
|
259
|
+
const _ = /* @__PURE__ */ x(I, [["render", b], ["__scopeId", "data-v-4dbded3e"]]);
|
|
260
260
|
export {
|
|
261
261
|
_ as default
|
|
262
262
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import '
|
|
1
|
+
import '../../assets/BaseSnackbar.css';
|
|
2
2
|
import { defineComponent as b, ref as u, onBeforeMount as f, openBlock as i, createElementBlock as e, createElementVNode as o, normalizeClass as h, withModifiers as l, createCommentVNode as a, createVNode as y, unref as x } from "vue";
|
|
3
|
-
import { C as _ } from "
|
|
4
|
-
import { _ as v } from "
|
|
3
|
+
import { C as _ } from "../../chunks/CloseIcon.BiYjxFIs.js";
|
|
4
|
+
import { _ as v } from "../../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
5
5
|
const C = { class: "snackbar-container uikit-fixed uikit-bottom-10px uikit-left-10px uikit-z-[2000] max-sm:uikit-left-0 max-sm:uikit-w-full" }, g = ["data-cy"], w = ["src", "alt"], L = {
|
|
6
6
|
key: 1,
|
|
7
7
|
class: "snackbar-type-icon uikit-bg-contain uikit-bg-no-repeat"
|
|
@@ -74,7 +74,7 @@ const C = { class: "snackbar-container uikit-fixed uikit-bottom-10px uikit-left-
|
|
|
74
74
|
], 10, g)
|
|
75
75
|
]));
|
|
76
76
|
}
|
|
77
|
-
}), z = /* @__PURE__ */ v(S, [["__scopeId", "data-v-
|
|
77
|
+
}), z = /* @__PURE__ */ v(S, [["__scopeId", "data-v-2993c0a8"]]);
|
|
78
78
|
export {
|
|
79
79
|
z as default
|
|
80
80
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import r from "./BaseNavItem.js";
|
|
2
2
|
import { defineComponent as c, resolveComponent as m, openBlock as s, createElementBlock as o, normalizeClass as d, renderSlot as p, createVNode as l, Fragment as k, renderList as b, createBlock as u } from "vue";
|
|
3
|
-
import { _ as f } from "
|
|
3
|
+
import { _ as f } from "../../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
4
4
|
const v = c({
|
|
5
5
|
name: "BaseTab",
|
|
6
6
|
components: { BaseNavItem: r },
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import '
|
|
1
|
+
import '../../assets/BaseTextarea.css';
|
|
2
2
|
import f from "./BaseFloatingLabel.js";
|
|
3
|
-
import { useFloatingLabel as m } from "
|
|
3
|
+
import { useFloatingLabel as m } from "../composables/useFloatingLabel.js";
|
|
4
4
|
import { defineComponent as h, resolveComponent as v, openBlock as l, createElementBlock as s, normalizeClass as t, createElementVNode as a, withModifiers as r, createCommentVNode as b, createVNode as g } from "vue";
|
|
5
|
-
import { _ as w } from "
|
|
5
|
+
import { _ as w } from "../../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
6
6
|
const y = h({
|
|
7
7
|
name: "BaseTextarea",
|
|
8
8
|
components: { BaseFloatingLabel: f },
|
|
@@ -137,7 +137,7 @@ function L(e, i, o, u, n, d) {
|
|
|
137
137
|
}, null, 10, T)) : b("", !0)
|
|
138
138
|
], 2);
|
|
139
139
|
}
|
|
140
|
-
const x = /* @__PURE__ */ w(y, [["render", L], ["__scopeId", "data-v-
|
|
140
|
+
const x = /* @__PURE__ */ w(y, [["render", L], ["__scopeId", "data-v-a44de6a2"]]);
|
|
141
141
|
export {
|
|
142
142
|
x as default
|
|
143
143
|
};
|
|
@@ -73,10 +73,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
73
73
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
74
74
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
75
75
|
}, {
|
|
76
|
-
resize: boolean;
|
|
77
76
|
isValid: Nullable<boolean>;
|
|
78
77
|
labelText: string;
|
|
79
78
|
textAreaStyle: string;
|
|
80
79
|
isDisabled: boolean;
|
|
80
|
+
resize: boolean;
|
|
81
81
|
}, {}>;
|
|
82
82
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import '
|
|
1
|
+
import '../../assets/BaseToggle.css';
|
|
2
2
|
import { defineComponent as l, openBlock as a, createElementBlock as s, normalizeClass as u, renderSlot as o, createElementVNode as t, withModifiers as n, createCommentVNode as d, pushScopeId as k, popScopeId as c } from "vue";
|
|
3
|
-
import { _ as p } from "
|
|
3
|
+
import { _ as p } from "../../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
4
4
|
const b = l({
|
|
5
5
|
name: "BaseToggle",
|
|
6
6
|
inheritAttrs: !1,
|
|
@@ -15,7 +15,7 @@ const b = l({
|
|
|
15
15
|
this.$emit("update:modelValue", e.checked);
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
|
-
}), f = (e) => (k("data-v-
|
|
18
|
+
}), f = (e) => (k("data-v-45f07047"), e = e(), c(), e), h = { class: "switch uikit-relative uikit-inline-block uikit-min-w-[40px] uikit-text-sm" }, m = ["data-cy", "checked"], g = /* @__PURE__ */ f(() => /* @__PURE__ */ t("span", { class: "slider round uikit-absolute uikit-bottom-0 uikit-left-0 uikit-right-0 uikit-top-0 uikit-cursor-pointer uikit-bg-w-lavender uikit-duration-300 before:uikit-absolute before:uikit-bottom-0 before:uikit-left-0 before:uikit-h-[22px] before:uikit-w-[22px] before:uikit-rounded-circle before:uikit-border before:uikit-border-solid before:uikit-border-w-secondary before:uikit-bg-white before:uikit-shadow-sm before:uikit-duration-300 before:uikit-content-[''] peer-checked/toggle:uikit-bg-w-primary" }, null, -1)), w = ["innerHTML"];
|
|
19
19
|
function y(e, i, _, $, v, B) {
|
|
20
20
|
return a(), s("div", {
|
|
21
21
|
class: u(["switch-container uikit-inline-block uikit-items-center", e.$attrs.class])
|
|
@@ -39,7 +39,7 @@ function y(e, i, _, $, v, B) {
|
|
|
39
39
|
], !0) : d("", !0)
|
|
40
40
|
], 2);
|
|
41
41
|
}
|
|
42
|
-
const V = /* @__PURE__ */ p(b, [["render", y], ["__scopeId", "data-v-
|
|
42
|
+
const V = /* @__PURE__ */ p(b, [["render", y], ["__scopeId", "data-v-45f07047"]]);
|
|
43
43
|
export {
|
|
44
44
|
V as default
|
|
45
45
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import '
|
|
1
|
+
import '../../assets/BaseTooltip.css';
|
|
2
2
|
import { defineComponent as a, openBlock as o, createElementBlock as s, normalizeClass as t, renderSlot as r, createElementVNode as l, createCommentVNode as i } from "vue";
|
|
3
|
-
import { _ as n } from "
|
|
3
|
+
import { _ as n } from "../../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
4
4
|
const p = a({
|
|
5
5
|
name: "BaseTooltip",
|
|
6
6
|
inheritAttrs: !1,
|
|
@@ -28,7 +28,7 @@ const p = a({
|
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
});
|
|
31
|
-
function d(e,
|
|
31
|
+
function d(e, m, u, c, f, h) {
|
|
32
32
|
return o(), s("div", {
|
|
33
33
|
class: t(["base-tooltip", e.$attrs.class])
|
|
34
34
|
}, [
|
|
@@ -48,7 +48,7 @@ function d(e, c, m, u, f, h) {
|
|
|
48
48
|
], 2)
|
|
49
49
|
], 2);
|
|
50
50
|
}
|
|
51
|
-
const $ = /* @__PURE__ */ n(p, [["render", d], ["__scopeId", "data-v-
|
|
51
|
+
const $ = /* @__PURE__ */ n(p, [["render", d], ["__scopeId", "data-v-d8025021"]]);
|
|
52
52
|
export {
|
|
53
53
|
$ as default
|
|
54
54
|
};
|