prlg-ui 1.8.318 → 1.8.320
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/prlg-ui.css +1 -1
- package/dist/reka-ui/index.cjs.js +2 -2
- package/dist/reka-ui/index.es.js +136 -130
- package/dist/rekaUI.d.ts +5 -1
- package/package.json +1 -1
package/dist/reka-ui/index.es.js
CHANGED
|
@@ -21587,13 +21587,13 @@ const Iw = ["for"], Ow = { key: 0 }, $w = { class: "input__wrapper" }, Aw = ["va
|
|
|
21587
21587
|
})
|
|
21588
21588
|
]));
|
|
21589
21589
|
}
|
|
21590
|
-
}), Hw = /* @__PURE__ */ F(Lw, [["__scopeId", "data-v-34b59b7c"]]), zw = { class: "
|
|
21590
|
+
}), Hw = /* @__PURE__ */ F(Lw, [["__scopeId", "data-v-34b59b7c"]]), zw = { class: "image__wrapper" }, Ww = ["src", "alt"], Kw = {
|
|
21591
21591
|
key: 0,
|
|
21592
21592
|
class: "image__info"
|
|
21593
|
-
},
|
|
21593
|
+
}, jw = {
|
|
21594
21594
|
key: 0,
|
|
21595
21595
|
class: "image__size"
|
|
21596
|
-
},
|
|
21596
|
+
}, Uw = /* @__PURE__ */ g({
|
|
21597
21597
|
__name: "Image",
|
|
21598
21598
|
props: {
|
|
21599
21599
|
file: {},
|
|
@@ -21602,59 +21602,63 @@ const Iw = ["for"], Ow = { key: 0 }, $w = { class: "input__wrapper" }, Aw = ["va
|
|
|
21602
21602
|
fullScreen: { type: Boolean },
|
|
21603
21603
|
viewInfo: { type: Boolean, default: !1 }
|
|
21604
21604
|
},
|
|
21605
|
-
|
|
21606
|
-
|
|
21607
|
-
|
|
21608
|
-
|
|
21609
|
-
|
|
21605
|
+
emits: ["delete"],
|
|
21606
|
+
setup(e, { emit: a }) {
|
|
21607
|
+
const t = a, l = Na(), n = Vl("imageFullModal"), o = O(null);
|
|
21608
|
+
async function s(u, c = "image") {
|
|
21609
|
+
const f = await (await fetch(u)).blob(), v = f.type.split("/")[1] || "", h = v ? `${c}.${v}` : c;
|
|
21610
|
+
return new File([f], h, { type: f.type });
|
|
21610
21611
|
}
|
|
21611
|
-
const
|
|
21612
|
+
const i = q(() => typeof e.file == "string" ? e.file : e.file.url);
|
|
21612
21613
|
return se(async () => {
|
|
21613
21614
|
if (e.viewInfo)
|
|
21614
21615
|
if (typeof e.file == "string") {
|
|
21615
|
-
const
|
|
21616
|
-
|
|
21617
|
-
id:
|
|
21616
|
+
const u = await s(e.file);
|
|
21617
|
+
o.value = {
|
|
21618
|
+
id: l,
|
|
21618
21619
|
url: e.file,
|
|
21619
|
-
name:
|
|
21620
|
-
mime:
|
|
21621
|
-
size:
|
|
21620
|
+
name: u.name,
|
|
21621
|
+
mime: u.type,
|
|
21622
|
+
size: u.size
|
|
21622
21623
|
};
|
|
21623
21624
|
} else
|
|
21624
|
-
|
|
21625
|
-
}), (
|
|
21625
|
+
o.value = e.file;
|
|
21626
|
+
}), (u, c) => (p(), E(ge, null, [
|
|
21626
21627
|
K("div", {
|
|
21627
|
-
class: De(["image", `image--${
|
|
21628
|
+
class: De(["image", `image--${u.size}`, { "image--full-screen": u.fullScreen }])
|
|
21628
21629
|
}, [
|
|
21629
|
-
K("button",
|
|
21630
|
+
K("button", {
|
|
21631
|
+
class: "image__delete",
|
|
21632
|
+
onClick: c[0] || (c[0] = (d) => t("delete"))
|
|
21633
|
+
}, [
|
|
21630
21634
|
N(r(Lt))
|
|
21631
21635
|
]),
|
|
21632
|
-
K("div",
|
|
21633
|
-
|
|
21636
|
+
K("div", zw, [
|
|
21637
|
+
u.fullScreen ? (p(), E("div", {
|
|
21634
21638
|
key: 0,
|
|
21635
21639
|
class: "image__overlay",
|
|
21636
|
-
onClick:
|
|
21640
|
+
onClick: c[1] || (c[1] = (d) => n.value?.open())
|
|
21637
21641
|
}, [
|
|
21638
21642
|
N(r(Fl))
|
|
21639
21643
|
])) : W("", !0),
|
|
21640
21644
|
K("img", {
|
|
21641
|
-
src:
|
|
21642
|
-
alt:
|
|
21643
|
-
}, null, 8,
|
|
21645
|
+
src: i.value,
|
|
21646
|
+
alt: u.alt
|
|
21647
|
+
}, null, 8, Ww)
|
|
21644
21648
|
]),
|
|
21645
|
-
|
|
21646
|
-
|
|
21649
|
+
u.viewInfo && o.value && (o.value.mime || o.value.size) && u.size === "large" ? (p(), E("div", Kw, [
|
|
21650
|
+
o.value.size ? (p(), E("div", jw, re(o.value ? r(qs)(o.value.size) : "0 Б"), 1)) : W("", !0)
|
|
21647
21651
|
])) : W("", !0)
|
|
21648
21652
|
], 2),
|
|
21649
|
-
|
|
21653
|
+
u.fullScreen ? (p(), m(Hw, {
|
|
21650
21654
|
key: 0,
|
|
21651
21655
|
ref: "imageFullModal",
|
|
21652
|
-
src:
|
|
21653
|
-
alt:
|
|
21656
|
+
src: i.value,
|
|
21657
|
+
alt: u.alt
|
|
21654
21658
|
}, null, 8, ["src", "alt"])) : W("", !0)
|
|
21655
21659
|
], 64));
|
|
21656
21660
|
}
|
|
21657
|
-
}), H1 = /* @__PURE__ */ F(
|
|
21661
|
+
}), H1 = /* @__PURE__ */ F(Uw, [["__scopeId", "data-v-ffb35456"]]), Gw = /* @__PURE__ */ g({
|
|
21658
21662
|
__name: "PopoverContent",
|
|
21659
21663
|
props: {
|
|
21660
21664
|
width: { default: 400 },
|
|
@@ -21693,7 +21697,7 @@ const Iw = ["for"], Ow = { key: 0 }, $w = { class: "input__wrapper" }, Aw = ["va
|
|
|
21693
21697
|
_: 3
|
|
21694
21698
|
}, 16));
|
|
21695
21699
|
}
|
|
21696
|
-
}), z1 = /* @__PURE__ */ F(
|
|
21700
|
+
}), z1 = /* @__PURE__ */ F(Gw, [["__scopeId", "data-v-0d5ea1c3"]]), Yw = /* @__PURE__ */ g({
|
|
21697
21701
|
__name: "PopoverArrow",
|
|
21698
21702
|
props: {
|
|
21699
21703
|
width: { default: 34 },
|
|
@@ -21706,7 +21710,7 @@ const Iw = ["for"], Ow = { key: 0 }, $w = { class: "input__wrapper" }, Aw = ["va
|
|
|
21706
21710
|
const t = L(e);
|
|
21707
21711
|
return (l, n) => (p(), m(r(ur), B({ class: "popover-arrow" }, r(t)), null, 16));
|
|
21708
21712
|
}
|
|
21709
|
-
}), W1 = /* @__PURE__ */ F(
|
|
21713
|
+
}), W1 = /* @__PURE__ */ F(Yw, [["__scopeId", "data-v-19ed4001"]]), Zw = /* @__PURE__ */ g({
|
|
21710
21714
|
__name: "RadioGroupItem",
|
|
21711
21715
|
props: {
|
|
21712
21716
|
size: { default: "default" },
|
|
@@ -21729,7 +21733,7 @@ const Iw = ["for"], Ow = { key: 0 }, $w = { class: "input__wrapper" }, Aw = ["va
|
|
|
21729
21733
|
_: 1
|
|
21730
21734
|
}, 16, ["class"]));
|
|
21731
21735
|
}
|
|
21732
|
-
}), K1 = /* @__PURE__ */ F(
|
|
21736
|
+
}), K1 = /* @__PURE__ */ F(Zw, [["__scopeId", "data-v-3141727a"]]), Xw = /* @__PURE__ */ g({
|
|
21733
21737
|
__name: "TabsRoot",
|
|
21734
21738
|
setup(e) {
|
|
21735
21739
|
return (a, t) => (p(), m(r(Y_), { class: "tabs-root" }, {
|
|
@@ -21739,7 +21743,7 @@ const Iw = ["for"], Ow = { key: 0 }, $w = { class: "input__wrapper" }, Aw = ["va
|
|
|
21739
21743
|
_: 3
|
|
21740
21744
|
}));
|
|
21741
21745
|
}
|
|
21742
|
-
}), j1 = /* @__PURE__ */ F(
|
|
21746
|
+
}), j1 = /* @__PURE__ */ F(Xw, [["__scopeId", "data-v-b22e10d6"]]), Jw = /* @__PURE__ */ g({
|
|
21743
21747
|
__name: "TabsTrigger",
|
|
21744
21748
|
props: {
|
|
21745
21749
|
value: {},
|
|
@@ -21756,7 +21760,7 @@ const Iw = ["for"], Ow = { key: 0 }, $w = { class: "input__wrapper" }, Aw = ["va
|
|
|
21756
21760
|
_: 3
|
|
21757
21761
|
}, 16));
|
|
21758
21762
|
}
|
|
21759
|
-
}), U1 = /* @__PURE__ */ F(
|
|
21763
|
+
}), U1 = /* @__PURE__ */ F(Jw, [["__scopeId", "data-v-a7ca27e1"]]), Qw = /* @__PURE__ */ g({
|
|
21760
21764
|
__name: "TabsList",
|
|
21761
21765
|
props: {
|
|
21762
21766
|
loop: { type: Boolean },
|
|
@@ -21772,7 +21776,7 @@ const Iw = ["for"], Ow = { key: 0 }, $w = { class: "input__wrapper" }, Aw = ["va
|
|
|
21772
21776
|
_: 3
|
|
21773
21777
|
}, 16));
|
|
21774
21778
|
}
|
|
21775
|
-
}), G1 = /* @__PURE__ */ F(
|
|
21779
|
+
}), G1 = /* @__PURE__ */ F(Qw, [["__scopeId", "data-v-4b530d2e"]]), e0 = /* @__PURE__ */ g({
|
|
21776
21780
|
__name: "Tag",
|
|
21777
21781
|
props: {
|
|
21778
21782
|
outlined: { type: Boolean },
|
|
@@ -21795,10 +21799,10 @@ const Iw = ["for"], Ow = { key: 0 }, $w = { class: "input__wrapper" }, Aw = ["va
|
|
|
21795
21799
|
b(l.$slots, "default", {}, void 0, !0)
|
|
21796
21800
|
], 6));
|
|
21797
21801
|
}
|
|
21798
|
-
}), Kr = /* @__PURE__ */ F(
|
|
21802
|
+
}), Kr = /* @__PURE__ */ F(e0, [["__scopeId", "data-v-0b0d2a15"]]), t0 = ["for"], a0 = { key: 0 }, l0 = { class: "textarea__wrapper" }, r0 = ["maxlength", "id", "placeholder", "name", "disabled", "rows", "resizable", "cols"], n0 = { class: "textarea__footer" }, o0 = {
|
|
21799
21803
|
key: 1,
|
|
21800
21804
|
class: "textarea__count-char"
|
|
21801
|
-
},
|
|
21805
|
+
}, s0 = /* @__PURE__ */ g({
|
|
21802
21806
|
__name: "Textarea",
|
|
21803
21807
|
props: /* @__PURE__ */ Ve({
|
|
21804
21808
|
label: {},
|
|
@@ -21856,10 +21860,10 @@ const Iw = ["for"], Ow = { key: 0 }, $w = { class: "input__wrapper" }, Aw = ["va
|
|
|
21856
21860
|
for: u.inputId ?? r(o),
|
|
21857
21861
|
class: "textarea__label"
|
|
21858
21862
|
}, [
|
|
21859
|
-
u.required ? (p(), E("sup",
|
|
21863
|
+
u.required ? (p(), E("sup", a0, "*")) : W("", !0),
|
|
21860
21864
|
ie(" " + re(u.label), 1)
|
|
21861
|
-
], 8,
|
|
21862
|
-
K("div",
|
|
21865
|
+
], 8, t0)) : W("", !0),
|
|
21866
|
+
K("div", l0, [
|
|
21863
21867
|
xt(K("textarea", {
|
|
21864
21868
|
"onUpdate:modelValue": c[0] || (c[0] = (d) => l.value = d),
|
|
21865
21869
|
ref_key: "textareaRef",
|
|
@@ -21878,7 +21882,7 @@ const Iw = ["for"], Ow = { key: 0 }, $w = { class: "input__wrapper" }, Aw = ["va
|
|
|
21878
21882
|
onFocusIn: c[1] || (c[1] = (d) => t("focusIn", d)),
|
|
21879
21883
|
onFocusOut: c[2] || (c[2] = (d) => t("focusOut", d)),
|
|
21880
21884
|
onBlur: c[3] || (c[3] = (d) => t("blur", d))
|
|
21881
|
-
}, null, 44,
|
|
21885
|
+
}, null, 44, r0), [
|
|
21882
21886
|
[dn, l.value]
|
|
21883
21887
|
]),
|
|
21884
21888
|
u.allowClear && l.value && l.value.length > 0 ? (p(), E("button", {
|
|
@@ -21889,16 +21893,16 @@ const Iw = ["for"], Ow = { key: 0 }, $w = { class: "input__wrapper" }, Aw = ["va
|
|
|
21889
21893
|
N(r(Ml))
|
|
21890
21894
|
])) : W("", !0)
|
|
21891
21895
|
]),
|
|
21892
|
-
K("div",
|
|
21896
|
+
K("div", n0, [
|
|
21893
21897
|
u.smallText || u.error && u.errorText ? (p(), E("div", {
|
|
21894
21898
|
key: 0,
|
|
21895
21899
|
class: De(["textarea__small", { "textarea__small--error": u.error }])
|
|
21896
21900
|
}, re(u.error ? u.errorText : u.smallText), 3)) : W("", !0),
|
|
21897
|
-
u.maxlength ? (p(), E("div",
|
|
21901
|
+
u.maxlength ? (p(), E("div", o0, re(l.value ? l.value.length : 0) + " / " + re(u.maxlength), 1)) : W("", !0)
|
|
21898
21902
|
])
|
|
21899
21903
|
], 2));
|
|
21900
21904
|
}
|
|
21901
|
-
}), Y1 = /* @__PURE__ */ F(
|
|
21905
|
+
}), Y1 = /* @__PURE__ */ F(s0, [["__scopeId", "data-v-bcdac491"]]), i0 = /* @__PURE__ */ g({
|
|
21902
21906
|
__name: "ToastProvider",
|
|
21903
21907
|
props: {
|
|
21904
21908
|
label: {},
|
|
@@ -21915,7 +21919,7 @@ const Iw = ["for"], Ow = { key: 0 }, $w = { class: "input__wrapper" }, Aw = ["va
|
|
|
21915
21919
|
_: 3
|
|
21916
21920
|
}, 16, ["swipe-direction"]));
|
|
21917
21921
|
}
|
|
21918
|
-
}),
|
|
21922
|
+
}), u0 = /* @__PURE__ */ g({
|
|
21919
21923
|
__name: "ToastClose",
|
|
21920
21924
|
props: {
|
|
21921
21925
|
asChild: { type: Boolean },
|
|
@@ -21930,7 +21934,7 @@ const Iw = ["for"], Ow = { key: 0 }, $w = { class: "input__wrapper" }, Aw = ["va
|
|
|
21930
21934
|
_: 1
|
|
21931
21935
|
}, 16));
|
|
21932
21936
|
}
|
|
21933
|
-
}),
|
|
21937
|
+
}), d0 = /* @__PURE__ */ F(u0, [["__scopeId", "data-v-c4aa0f8f"]]), c0 = {
|
|
21934
21938
|
warn: yl,
|
|
21935
21939
|
success: Os,
|
|
21936
21940
|
error: Is,
|
|
@@ -21952,7 +21956,7 @@ const Iw = ["for"], Ow = { key: 0 }, $w = { class: "input__wrapper" }, Aw = ["va
|
|
|
21952
21956
|
bg: "var(--theme-info-100)",
|
|
21953
21957
|
icon: "var(--theme-info-500)"
|
|
21954
21958
|
}
|
|
21955
|
-
},
|
|
21959
|
+
}, p0 = { class: "toast-item__content" }, f0 = /* @__PURE__ */ g({
|
|
21956
21960
|
__name: "ToastRoot",
|
|
21957
21961
|
props: {
|
|
21958
21962
|
variant: { default: "success" },
|
|
@@ -21974,19 +21978,19 @@ const Iw = ["for"], Ow = { key: 0 }, $w = { class: "input__wrapper" }, Aw = ["va
|
|
|
21974
21978
|
"onUpdate:open": o.onOpenChange
|
|
21975
21979
|
}), {
|
|
21976
21980
|
default: y(() => [
|
|
21977
|
-
(p(), m(Ge(r(
|
|
21981
|
+
(p(), m(Ge(r(c0)[t.variant]), {
|
|
21978
21982
|
class: "toast-item__icon",
|
|
21979
21983
|
style: ke({ color: r(jr)[t.variant].icon })
|
|
21980
21984
|
}, null, 8, ["style"])),
|
|
21981
|
-
K("div",
|
|
21985
|
+
K("div", p0, [
|
|
21982
21986
|
b(o.$slots, "default")
|
|
21983
21987
|
]),
|
|
21984
|
-
N(
|
|
21988
|
+
N(d0, { class: "toast-item__close" })
|
|
21985
21989
|
]),
|
|
21986
21990
|
_: 3
|
|
21987
21991
|
}, 16, ["style", "onUpdate:open"]));
|
|
21988
21992
|
}
|
|
21989
|
-
}),
|
|
21993
|
+
}), v0 = /* @__PURE__ */ g({
|
|
21990
21994
|
__name: "ToastViewport",
|
|
21991
21995
|
props: {
|
|
21992
21996
|
hotkey: {},
|
|
@@ -21998,7 +22002,7 @@ const Iw = ["for"], Ow = { key: 0 }, $w = { class: "input__wrapper" }, Aw = ["va
|
|
|
21998
22002
|
const t = L(e);
|
|
21999
22003
|
return (l, n) => (p(), m(r(Ah), B(r(t), { class: "toast-viewport" }), null, 16));
|
|
22000
22004
|
}
|
|
22001
|
-
}),
|
|
22005
|
+
}), m0 = /* @__PURE__ */ F(v0, [["__scopeId", "data-v-f5575ae4"]]), y0 = /* @__PURE__ */ g({
|
|
22002
22006
|
__name: "ToastDescription",
|
|
22003
22007
|
props: {
|
|
22004
22008
|
asChild: { type: Boolean },
|
|
@@ -22013,7 +22017,7 @@ const Iw = ["for"], Ow = { key: 0 }, $w = { class: "input__wrapper" }, Aw = ["va
|
|
|
22013
22017
|
_: 3
|
|
22014
22018
|
}, 16));
|
|
22015
22019
|
}
|
|
22016
|
-
}),
|
|
22020
|
+
}), g0 = /* @__PURE__ */ g({
|
|
22017
22021
|
__name: "ToastTitle",
|
|
22018
22022
|
props: {
|
|
22019
22023
|
asChild: { type: Boolean },
|
|
@@ -22028,14 +22032,14 @@ const Iw = ["for"], Ow = { key: 0 }, $w = { class: "input__wrapper" }, Aw = ["va
|
|
|
22028
22032
|
_: 3
|
|
22029
22033
|
}, 16));
|
|
22030
22034
|
}
|
|
22031
|
-
}),
|
|
22035
|
+
}), _0 = /* @__PURE__ */ F(g0, [["__scopeId", "data-v-0b65e629"]]), h0 = 1, b0 = 1e6, vt = {
|
|
22032
22036
|
ADD_TOAST: "ADD_TOAST",
|
|
22033
22037
|
UPDATE_TOAST: "UPDATE_TOAST",
|
|
22034
22038
|
DISMISS_TOAST: "DISMISS_TOAST",
|
|
22035
22039
|
REMOVE_TOAST: "REMOVE_TOAST"
|
|
22036
22040
|
};
|
|
22037
22041
|
let vl = 0;
|
|
22038
|
-
function
|
|
22042
|
+
function C0() {
|
|
22039
22043
|
return vl = (vl + 1) % Number.MAX_VALUE, vl.toString();
|
|
22040
22044
|
}
|
|
22041
22045
|
const ml = /* @__PURE__ */ new Map();
|
|
@@ -22046,7 +22050,7 @@ function Ur(e) {
|
|
|
22046
22050
|
type: vt.REMOVE_TOAST,
|
|
22047
22051
|
toastId: e
|
|
22048
22052
|
});
|
|
22049
|
-
},
|
|
22053
|
+
}, b0);
|
|
22050
22054
|
ml.set(e, a);
|
|
22051
22055
|
}
|
|
22052
22056
|
const Xe = O({
|
|
@@ -22057,7 +22061,7 @@ function ea(e) {
|
|
|
22057
22061
|
case vt.ADD_TOAST:
|
|
22058
22062
|
Xe.value.toasts = [e.toast, ...Xe.value.toasts].slice(
|
|
22059
22063
|
0,
|
|
22060
|
-
|
|
22064
|
+
h0
|
|
22061
22065
|
);
|
|
22062
22066
|
break;
|
|
22063
22067
|
case vt.UPDATE_TOAST:
|
|
@@ -22084,15 +22088,15 @@ function ea(e) {
|
|
|
22084
22088
|
break;
|
|
22085
22089
|
}
|
|
22086
22090
|
}
|
|
22087
|
-
function
|
|
22091
|
+
function w0() {
|
|
22088
22092
|
return {
|
|
22089
22093
|
toasts: q(() => Xe.value.toasts),
|
|
22090
|
-
toast:
|
|
22094
|
+
toast: q0,
|
|
22091
22095
|
dismiss: (e) => ea({ type: vt.DISMISS_TOAST, toastId: e })
|
|
22092
22096
|
};
|
|
22093
22097
|
}
|
|
22094
|
-
function
|
|
22095
|
-
const a =
|
|
22098
|
+
function q0(e) {
|
|
22099
|
+
const a = C0(), t = (n) => ea({
|
|
22096
22100
|
type: vt.UPDATE_TOAST,
|
|
22097
22101
|
toast: { ...n, id: a }
|
|
22098
22102
|
}), l = () => ea({ type: vt.DISMISS_TOAST, toastId: a });
|
|
@@ -22115,20 +22119,20 @@ function S0(e) {
|
|
|
22115
22119
|
const Z1 = /* @__PURE__ */ g({
|
|
22116
22120
|
__name: "Toaster",
|
|
22117
22121
|
setup(e) {
|
|
22118
|
-
const { toasts: a } =
|
|
22119
|
-
return (t, l) => (p(), m(r(
|
|
22122
|
+
const { toasts: a } = w0();
|
|
22123
|
+
return (t, l) => (p(), m(r(i0), null, {
|
|
22120
22124
|
default: y(() => [
|
|
22121
|
-
(p(!0), E(ge, null, Re(r(a), (n) => (p(), m(r(
|
|
22125
|
+
(p(!0), E(ge, null, Re(r(a), (n) => (p(), m(r(f0), B({
|
|
22122
22126
|
key: n.id
|
|
22123
22127
|
}, { ref_for: !0 }, n), {
|
|
22124
22128
|
default: y(() => [
|
|
22125
|
-
N(r(
|
|
22129
|
+
N(r(_0), null, {
|
|
22126
22130
|
default: y(() => [
|
|
22127
22131
|
ie(re(n.title), 1)
|
|
22128
22132
|
]),
|
|
22129
22133
|
_: 2
|
|
22130
22134
|
}, 1024),
|
|
22131
|
-
N(r(
|
|
22135
|
+
N(r(y0), null, {
|
|
22132
22136
|
default: y(() => [
|
|
22133
22137
|
ie(re(n.description), 1)
|
|
22134
22138
|
]),
|
|
@@ -22137,40 +22141,40 @@ const Z1 = /* @__PURE__ */ g({
|
|
|
22137
22141
|
]),
|
|
22138
22142
|
_: 2
|
|
22139
22143
|
}, 1040))), 128)),
|
|
22140
|
-
N(r(
|
|
22144
|
+
N(r(m0))
|
|
22141
22145
|
]),
|
|
22142
22146
|
_: 1
|
|
22143
22147
|
}));
|
|
22144
22148
|
}
|
|
22145
|
-
}),
|
|
22149
|
+
}), S0 = {
|
|
22146
22150
|
key: 0,
|
|
22147
22151
|
width: "12",
|
|
22148
22152
|
height: "7",
|
|
22149
22153
|
viewBox: "0 0 12 7",
|
|
22150
22154
|
fill: "none",
|
|
22151
22155
|
xmlns: "http://www.w3.org/2000/svg"
|
|
22152
|
-
},
|
|
22156
|
+
}, D0 = {
|
|
22153
22157
|
key: 1,
|
|
22154
22158
|
width: "7",
|
|
22155
22159
|
height: "12",
|
|
22156
22160
|
viewBox: "0 0 7 12",
|
|
22157
22161
|
fill: "none",
|
|
22158
22162
|
xmlns: "http://www.w3.org/2000/svg"
|
|
22159
|
-
},
|
|
22163
|
+
}, P0 = {
|
|
22160
22164
|
key: 2,
|
|
22161
22165
|
width: "12",
|
|
22162
22166
|
height: "6",
|
|
22163
22167
|
viewBox: "0 0 12 6",
|
|
22164
22168
|
fill: "none",
|
|
22165
22169
|
xmlns: "http://www.w3.org/2000/svg"
|
|
22166
|
-
},
|
|
22170
|
+
}, B0 = {
|
|
22167
22171
|
key: 3,
|
|
22168
22172
|
width: "7",
|
|
22169
22173
|
height: "12",
|
|
22170
22174
|
viewBox: "0 0 7 12",
|
|
22171
22175
|
fill: "none",
|
|
22172
22176
|
xmlns: "http://www.w3.org/2000/svg"
|
|
22173
|
-
},
|
|
22177
|
+
}, k0 = /* @__PURE__ */ g({
|
|
22174
22178
|
__name: "TooltipArrow",
|
|
22175
22179
|
props: {
|
|
22176
22180
|
side: { default: "top" },
|
|
@@ -22183,7 +22187,7 @@ const Z1 = /* @__PURE__ */ g({
|
|
|
22183
22187
|
const t = L(e);
|
|
22184
22188
|
return (l, n) => (p(), m(r(Rh), B({ class: "tooltip-arrow" }, r(t)), {
|
|
22185
22189
|
default: y(() => [
|
|
22186
|
-
l.side === "bottom" ? (p(), E("svg",
|
|
22190
|
+
l.side === "bottom" ? (p(), E("svg", S0, [...n[0] || (n[0] = [
|
|
22187
22191
|
K("g", { "clip-path": "url(#clip0_19587_153315)" }, [
|
|
22188
22192
|
K("path", {
|
|
22189
22193
|
d: "M4.24204 2.07437C5.02309 1.29332 6.28941 1.29332 7.07046 2.07437L11.3131 6.31701L5.65625 11.9739L-0.000604153 6.31701L4.24204 2.07437Z",
|
|
@@ -22201,7 +22205,7 @@ const Z1 = /* @__PURE__ */ g({
|
|
|
22201
22205
|
])
|
|
22202
22206
|
], -1)
|
|
22203
22207
|
])])) : W("", !0),
|
|
22204
|
-
l.side === "left" ? (p(), E("svg",
|
|
22208
|
+
l.side === "left" ? (p(), E("svg", D0, [...n[1] || (n[1] = [
|
|
22205
22209
|
K("g", { "clip-path": "url(#clip0_22023_154302)" }, [
|
|
22206
22210
|
K("path", {
|
|
22207
22211
|
d: "M5.07016 4.41293C5.85121 5.19398 5.85121 6.46031 5.07016 7.24136L0.82752 11.484L-4.82933 5.82715L0.827521 0.170294L5.07016 4.41293Z",
|
|
@@ -22219,7 +22223,7 @@ const Z1 = /* @__PURE__ */ g({
|
|
|
22219
22223
|
])
|
|
22220
22224
|
], -1)
|
|
22221
22225
|
])])) : W("", !0),
|
|
22222
|
-
l.side === "top" ? (p(), E("svg",
|
|
22226
|
+
l.side === "top" ? (p(), E("svg", P0, [...n[2] || (n[2] = [
|
|
22223
22227
|
K("g", { "clip-path": "url(#clip0_22023_154302)" }, [
|
|
22224
22228
|
K("path", {
|
|
22225
22229
|
d: "M7.07242 4.24057C6.29137 5.02162 5.02504 5.02162 4.24399 4.24057L0.00134945 -0.00206947L5.6582 -5.65892L11.3151 -0.00206852L7.07242 4.24057Z",
|
|
@@ -22237,7 +22241,7 @@ const Z1 = /* @__PURE__ */ g({
|
|
|
22237
22241
|
])
|
|
22238
22242
|
], -1)
|
|
22239
22243
|
])])) : W("", !0),
|
|
22240
|
-
l.side === "right" ? (p(), E("svg",
|
|
22244
|
+
l.side === "right" ? (p(), E("svg", B0, [...n[3] || (n[3] = [
|
|
22241
22245
|
K("g", { "clip-path": "url(#clip0_22023_154302)" }, [
|
|
22242
22246
|
K("path", {
|
|
22243
22247
|
d: "M2.24429 7.24136C1.46324 6.46031 1.46324 5.19398 2.24429 4.41293L6.48693 0.170294L12.1438 5.82715L6.48693 11.484L2.24429 7.24136Z",
|
|
@@ -22259,7 +22263,7 @@ const Z1 = /* @__PURE__ */ g({
|
|
|
22259
22263
|
_: 1
|
|
22260
22264
|
}, 16));
|
|
22261
22265
|
}
|
|
22262
|
-
}),
|
|
22266
|
+
}), x0 = /* @__PURE__ */ F(k0, [["__scopeId", "data-v-fb289615"]]), I0 = /* @__PURE__ */ g({
|
|
22263
22267
|
__name: "TooltipContent",
|
|
22264
22268
|
props: {
|
|
22265
22269
|
viewArrow: { type: Boolean, default: !0 },
|
|
@@ -22286,7 +22290,7 @@ const Z1 = /* @__PURE__ */ g({
|
|
|
22286
22290
|
return (o, s) => (p(), m(r(Wh), B({ class: "tooltip-content" }, r(n)), {
|
|
22287
22291
|
default: y(() => [
|
|
22288
22292
|
b(o.$slots, "default", {}, void 0, !0),
|
|
22289
|
-
o.viewArrow ? (p(), m(
|
|
22293
|
+
o.viewArrow ? (p(), m(x0, {
|
|
22290
22294
|
key: 0,
|
|
22291
22295
|
side: o.side
|
|
22292
22296
|
}, null, 8, ["side"])) : W("", !0)
|
|
@@ -22294,7 +22298,7 @@ const Z1 = /* @__PURE__ */ g({
|
|
|
22294
22298
|
_: 3
|
|
22295
22299
|
}, 16));
|
|
22296
22300
|
}
|
|
22297
|
-
}), X1 = /* @__PURE__ */ F(
|
|
22301
|
+
}), X1 = /* @__PURE__ */ F(I0, [["__scopeId", "data-v-f71df21f"]]), O0 = /* @__PURE__ */ g({
|
|
22298
22302
|
__name: "TimeField",
|
|
22299
22303
|
props: {
|
|
22300
22304
|
defaultValue: {},
|
|
@@ -22352,7 +22356,7 @@ const Z1 = /* @__PURE__ */ g({
|
|
|
22352
22356
|
_: 1
|
|
22353
22357
|
}, 16, ["disabled"]));
|
|
22354
22358
|
}
|
|
22355
|
-
}), Gr = /* @__PURE__ */ F(
|
|
22359
|
+
}), Gr = /* @__PURE__ */ F(O0, [["__scopeId", "data-v-84bc185e"]]), $0 = /* @__PURE__ */ g({
|
|
22356
22360
|
__name: "ScrollAreaRoot",
|
|
22357
22361
|
props: {
|
|
22358
22362
|
maxHeight: { default: "100%" },
|
|
@@ -22398,7 +22402,7 @@ const Z1 = /* @__PURE__ */ g({
|
|
|
22398
22402
|
_: 3
|
|
22399
22403
|
}, 16));
|
|
22400
22404
|
}
|
|
22401
|
-
}), J1 = /* @__PURE__ */ F(
|
|
22405
|
+
}), J1 = /* @__PURE__ */ F($0, [["__scopeId", "data-v-f25de647"]]), Q1 = /* @__PURE__ */ g({
|
|
22402
22406
|
__name: "ScrollAreaScrollbar",
|
|
22403
22407
|
props: {
|
|
22404
22408
|
orientation: {},
|
|
@@ -22431,7 +22435,7 @@ const Z1 = /* @__PURE__ */ g({
|
|
|
22431
22435
|
_: 3
|
|
22432
22436
|
}, 16));
|
|
22433
22437
|
}
|
|
22434
|
-
}), T0 = { class: "shedule__content" }, R0 = { class: "shedule__item-title" }, E0 = { class: "shedule__item-time" }, V0 = { class: "shedule__item-time" }, M0 = /* @__PURE__ */ g({
|
|
22438
|
+
}), A0 = { style: { position: "relative", "z-index": "999" } }, T0 = { class: "shedule__content" }, R0 = { class: "shedule__item-title" }, E0 = { class: "shedule__item-time" }, V0 = { class: "shedule__item-time" }, M0 = /* @__PURE__ */ g({
|
|
22435
22439
|
__name: "Schedule",
|
|
22436
22440
|
props: /* @__PURE__ */ Ve({
|
|
22437
22441
|
placeholder: {}
|
|
@@ -22540,44 +22544,46 @@ const Z1 = /* @__PURE__ */ g({
|
|
|
22540
22544
|
}),
|
|
22541
22545
|
N(r(hy), null, {
|
|
22542
22546
|
default: y(() => [
|
|
22543
|
-
|
|
22544
|
-
|
|
22545
|
-
|
|
22546
|
-
|
|
22547
|
-
|
|
22548
|
-
|
|
22549
|
-
(
|
|
22550
|
-
|
|
22551
|
-
|
|
22552
|
-
|
|
22553
|
-
|
|
22554
|
-
|
|
22555
|
-
|
|
22556
|
-
|
|
22557
|
-
|
|
22558
|
-
|
|
22559
|
-
|
|
22560
|
-
|
|
22561
|
-
|
|
22562
|
-
|
|
22563
|
-
|
|
22564
|
-
|
|
22565
|
-
|
|
22566
|
-
|
|
22567
|
-
|
|
22568
|
-
|
|
22569
|
-
|
|
22570
|
-
|
|
22571
|
-
|
|
22572
|
-
|
|
22573
|
-
|
|
22574
|
-
|
|
22575
|
-
|
|
22576
|
-
|
|
22577
|
-
|
|
22578
|
-
|
|
22579
|
-
|
|
22580
|
-
|
|
22547
|
+
K("div", A0, [
|
|
22548
|
+
N(r(tw), {
|
|
22549
|
+
width: 400,
|
|
22550
|
+
align: "start"
|
|
22551
|
+
}, {
|
|
22552
|
+
default: y(() => [
|
|
22553
|
+
K("div", T0, [
|
|
22554
|
+
(p(!0), E(ge, null, Re(t.value, (h, _) => (p(), E("div", {
|
|
22555
|
+
class: "shedule__item",
|
|
22556
|
+
key: _
|
|
22557
|
+
}, [
|
|
22558
|
+
N(r(oa), {
|
|
22559
|
+
modelValue: l.value[_].active,
|
|
22560
|
+
"onUpdate:modelValue": (C) => l.value[_].active = C,
|
|
22561
|
+
class: "shedule__item-checkbox",
|
|
22562
|
+
checked: l.value[_].active
|
|
22563
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "checked"]),
|
|
22564
|
+
K("span", R0, re(h), 1),
|
|
22565
|
+
K("div", E0, [
|
|
22566
|
+
v[0] || (v[0] = K("span", { class: "shedule__item-time__text" }, "с", -1)),
|
|
22567
|
+
N(r(Gr), {
|
|
22568
|
+
modelValue: l.value[_].time[0],
|
|
22569
|
+
"onUpdate:modelValue": (C) => l.value[_].time[0] = C,
|
|
22570
|
+
disabled: !l.value[_].active
|
|
22571
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "disabled"])
|
|
22572
|
+
]),
|
|
22573
|
+
K("div", V0, [
|
|
22574
|
+
v[1] || (v[1] = K("span", { class: "shedule__item-time__text" }, "по", -1)),
|
|
22575
|
+
N(r(Gr), {
|
|
22576
|
+
modelValue: l.value[_].time[1],
|
|
22577
|
+
"onUpdate:modelValue": (C) => l.value[_].time[1] = C,
|
|
22578
|
+
disabled: !l.value[_].active
|
|
22579
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "disabled"])
|
|
22580
|
+
])
|
|
22581
|
+
]))), 128))
|
|
22582
|
+
])
|
|
22583
|
+
]),
|
|
22584
|
+
_: 1
|
|
22585
|
+
})
|
|
22586
|
+
])
|
|
22581
22587
|
]),
|
|
22582
22588
|
_: 1
|
|
22583
22589
|
})
|
|
@@ -22585,7 +22591,7 @@ const Z1 = /* @__PURE__ */ g({
|
|
|
22585
22591
|
_: 1
|
|
22586
22592
|
}));
|
|
22587
22593
|
}
|
|
22588
|
-
}), tD = /* @__PURE__ */ F(M0, [["__scopeId", "data-v-
|
|
22594
|
+
}), tD = /* @__PURE__ */ F(M0, [["__scopeId", "data-v-04837bfb"]]), F0 = ["width", "height"], N0 = /* @__PURE__ */ g({
|
|
22589
22595
|
__name: "Spinner",
|
|
22590
22596
|
props: {
|
|
22591
22597
|
color: { default: "currentColor" },
|
|
@@ -23151,13 +23157,13 @@ export {
|
|
|
23151
23157
|
Y1 as Textarea,
|
|
23152
23158
|
Gr as TimeField,
|
|
23153
23159
|
rS as ToastAction,
|
|
23154
|
-
|
|
23155
|
-
|
|
23160
|
+
d0 as ToastClose,
|
|
23161
|
+
y0 as ToastDescription,
|
|
23156
23162
|
nS as ToastPortal,
|
|
23157
|
-
|
|
23158
|
-
|
|
23159
|
-
|
|
23160
|
-
|
|
23163
|
+
i0 as ToastProvider,
|
|
23164
|
+
f0 as ToastRoot,
|
|
23165
|
+
_0 as ToastTitle,
|
|
23166
|
+
m0 as ToastViewport,
|
|
23161
23167
|
Z1 as Toaster,
|
|
23162
23168
|
X1 as TooltipContent,
|
|
23163
23169
|
iS as TooltipPortal,
|
|
@@ -23168,6 +23174,6 @@ export {
|
|
|
23168
23174
|
ei as createColumnHelper,
|
|
23169
23175
|
dt as dayjs,
|
|
23170
23176
|
mq as priceFormat,
|
|
23171
|
-
|
|
23177
|
+
w0 as useToast,
|
|
23172
23178
|
aD as vLoading
|
|
23173
23179
|
};
|
package/dist/rekaUI.d.ts
CHANGED
|
@@ -3364,7 +3364,11 @@ export declare interface IFile {
|
|
|
3364
3364
|
size: number | null;
|
|
3365
3365
|
}
|
|
3366
3366
|
|
|
3367
|
-
declare const Image_2: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}
|
|
3367
|
+
declare const Image_2: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
3368
|
+
delete: () => any;
|
|
3369
|
+
}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{
|
|
3370
|
+
onDelete?: (() => any) | undefined;
|
|
3371
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
3368
3372
|
imageFullModal: CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
3369
3373
|
src: string;
|
|
3370
3374
|
alt?: string;
|