@maropost-ui/liquidsky-ui 0.1.61 → 0.1.62
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/index.js +14 -28
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -28708,7 +28708,7 @@ const d8 = /* @__PURE__ */ Ge({
|
|
|
28708
28708
|
return Ze((W(), ge("span", {
|
|
28709
28709
|
class: Q(["clipboard", { "clipboard-disabled": e.disabled }])
|
|
28710
28710
|
}, [
|
|
28711
|
-
fe(l) ? De(s.$slots, "success-icon", {
|
|
28711
|
+
fe(l) ? De(s.$slots, "success-icon", {}, () => [
|
|
28712
28712
|
h(c, {
|
|
28713
28713
|
color: "success",
|
|
28714
28714
|
size: e.size
|
|
@@ -28718,7 +28718,7 @@ const d8 = /* @__PURE__ */ Ge({
|
|
|
28718
28718
|
])]),
|
|
28719
28719
|
_: 1
|
|
28720
28720
|
}, 8, ["size"])
|
|
28721
|
-
]) : fe(i) ? De(s.$slots, "error-icon", {
|
|
28721
|
+
], void 0, 0) : fe(i) ? De(s.$slots, "error-icon", {}, () => [
|
|
28722
28722
|
h(c, {
|
|
28723
28723
|
color: "error",
|
|
28724
28724
|
size: e.size
|
|
@@ -28728,7 +28728,7 @@ const d8 = /* @__PURE__ */ Ge({
|
|
|
28728
28728
|
])]),
|
|
28729
28729
|
_: 1
|
|
28730
28730
|
}, 8, ["size"])
|
|
28731
|
-
]) : De(s.$slots, "copy-icon", {
|
|
28731
|
+
], void 0, 1) : De(s.$slots, "copy-icon", {}, () => [
|
|
28732
28732
|
h(c, {
|
|
28733
28733
|
class: Q(e.disabled ? "pointer-none" : "cursor-pointer"),
|
|
28734
28734
|
size: e.size,
|
|
@@ -28739,7 +28739,7 @@ const d8 = /* @__PURE__ */ Ge({
|
|
|
28739
28739
|
])]),
|
|
28740
28740
|
_: 1
|
|
28741
28741
|
}, 8, ["class", "size"])
|
|
28742
|
-
])
|
|
28742
|
+
], void 0, 2)
|
|
28743
28743
|
], 2)), [
|
|
28744
28744
|
[d, { location: e.tooltipPlacement, text: r.value, disabled: e.disabled }]
|
|
28745
28745
|
]);
|
|
@@ -29943,7 +29943,6 @@ function Tk(e, t, n = {}, a = [], l = (c) => c, i = {}, o = H(""), r = H([]), s
|
|
|
29943
29943
|
await U.findAll({
|
|
29944
29944
|
abort: !0,
|
|
29945
29945
|
params: {
|
|
29946
|
-
expand: "",
|
|
29947
29946
|
additional_info: "total_count",
|
|
29948
29947
|
q: z.q ?? "",
|
|
29949
29948
|
limit: z.limit,
|
|
@@ -31426,7 +31425,6 @@ const qk = { class: "tree-dropdown-select-all-label ml-1" }, Xk = { class: "tree
|
|
|
31426
31425
|
}), Sn({
|
|
31427
31426
|
selection: F((Pe) => [
|
|
31428
31427
|
Pe?.item ? De(ce.$slots, "selection", {
|
|
31429
|
-
key: 0,
|
|
31430
31428
|
item: Pe.item,
|
|
31431
31429
|
title: fe(V)(Pe.item.raw ?? Pe.item)
|
|
31432
31430
|
}, () => [
|
|
@@ -31434,7 +31432,7 @@ const qk = { class: "tree-dropdown-select-all-label ml-1" }, Xk = { class: "tree
|
|
|
31434
31432
|
text: fe(V)(Pe.item.raw ?? Pe.item),
|
|
31435
31433
|
"text-class": "truncate-one-line"
|
|
31436
31434
|
}, null, 8, ["text"])
|
|
31437
|
-
], !0) : Te("", !0)
|
|
31435
|
+
], !0, 0) : Te("", !0)
|
|
31438
31436
|
]),
|
|
31439
31437
|
"prepend-item": F(() => [
|
|
31440
31438
|
x("div", {
|
|
@@ -32700,7 +32698,7 @@ const qk = { class: "tree-dropdown-select-all-label ml-1" }, Xk = { class: "tree
|
|
|
32700
32698
|
class: "d-flex justify-end"
|
|
32701
32699
|
}, {
|
|
32702
32700
|
default: F(() => [
|
|
32703
|
-
e.hideControls ? Te("", !0) : De(oe.$slots, "controls", {
|
|
32701
|
+
e.hideControls ? Te("", !0) : De(oe.$slots, "controls", {}, () => [
|
|
32704
32702
|
e.hideSearch ? Te("", !0) : (W(), be(Le, {
|
|
32705
32703
|
key: "search",
|
|
32706
32704
|
modelValue: S.value,
|
|
@@ -32797,7 +32795,7 @@ const qk = { class: "tree-dropdown-select-all-label ml-1" }, Xk = { class: "tree
|
|
|
32797
32795
|
]),
|
|
32798
32796
|
_: 1
|
|
32799
32797
|
})
|
|
32800
|
-
])
|
|
32798
|
+
], void 0, 0)
|
|
32801
32799
|
]),
|
|
32802
32800
|
_: 3
|
|
32803
32801
|
})
|
|
@@ -33327,7 +33325,7 @@ const qk = { class: "tree-dropdown-select-all-label ml-1" }, Xk = { class: "tree
|
|
|
33327
33325
|
De(l.$slots, "account-dropdown"),
|
|
33328
33326
|
h(s, { class: "d-none d-md-flex" }, {
|
|
33329
33327
|
default: F(() => [
|
|
33330
|
-
n ? De(l.$slots, "timezone", {
|
|
33328
|
+
n ? De(l.$slots, "timezone", {}, void 0, void 0, 0) : (W(), be(fe(i5), {
|
|
33331
33329
|
key: 1,
|
|
33332
33330
|
"route-to-preferences": e.routeToPreferences || "",
|
|
33333
33331
|
timezone: e.timezone
|
|
@@ -33530,7 +33528,6 @@ const qk = { class: "tree-dropdown-select-all-label ml-1" }, Xk = { class: "tree
|
|
|
33530
33528
|
]),
|
|
33531
33529
|
default: F(() => [
|
|
33532
33530
|
(W(!0), ge(de, null, ut(_.submenu, (M, z) => De(v.$slots, "sub-sub-item", {
|
|
33533
|
-
key: `ssi-${z}`,
|
|
33534
33531
|
item: M,
|
|
33535
33532
|
parent: _,
|
|
33536
33533
|
grandParent: k,
|
|
@@ -33556,11 +33553,10 @@ const qk = { class: "tree-dropdown-select-all-label ml-1" }, Xk = { class: "tree
|
|
|
33556
33553
|
]),
|
|
33557
33554
|
_: 2
|
|
33558
33555
|
}, 1032, ["to", "href", "class", "onClick"]))
|
|
33559
|
-
])), 128))
|
|
33556
|
+
], void 0, `ssi-${z}`)), 128))
|
|
33560
33557
|
]),
|
|
33561
33558
|
_: 2
|
|
33562
33559
|
}, 1032, ["value"])) : De(v.$slots, "sub-item", {
|
|
33563
|
-
key: 1,
|
|
33564
33560
|
item: _,
|
|
33565
33561
|
parent: k,
|
|
33566
33562
|
isActive: r(_)
|
|
@@ -33585,12 +33581,11 @@ const qk = { class: "tree-dropdown-select-all-label ml-1" }, Xk = { class: "tree
|
|
|
33585
33581
|
]),
|
|
33586
33582
|
_: 2
|
|
33587
33583
|
}, 1032, ["to", "href", "class", "onClick"]))
|
|
33588
|
-
])
|
|
33584
|
+
], void 0, 1)
|
|
33589
33585
|
], 64))), 128))
|
|
33590
33586
|
]),
|
|
33591
33587
|
_: 2
|
|
33592
33588
|
}, 1032, ["value"])) : De(v.$slots, "item", {
|
|
33593
|
-
key: 1,
|
|
33594
33589
|
item: k,
|
|
33595
33590
|
isActive: s(k)
|
|
33596
33591
|
}, () => [
|
|
@@ -33625,7 +33620,7 @@ const qk = { class: "tree-dropdown-select-all-label ml-1" }, Xk = { class: "tree
|
|
|
33625
33620
|
]),
|
|
33626
33621
|
_: 2
|
|
33627
33622
|
}, 1032, ["to", "href", "class", "onClick"]))
|
|
33628
|
-
])
|
|
33623
|
+
], void 0, 1)
|
|
33629
33624
|
], 64))), 128))
|
|
33630
33625
|
]),
|
|
33631
33626
|
_: 3
|
|
@@ -33760,10 +33755,7 @@ const qk = { class: "tree-dropdown-select-all-label ml-1" }, Xk = { class: "tree
|
|
|
33760
33755
|
]),
|
|
33761
33756
|
_: 1
|
|
33762
33757
|
}, 8, ["model-value"])
|
|
33763
|
-
])) : De(o.$slots, "notification-actions", {
|
|
33764
|
-
key: 2,
|
|
33765
|
-
notification: b
|
|
33766
|
-
}, void 0, !0)
|
|
33758
|
+
])) : De(o.$slots, "notification-actions", { notification: b }, void 0, !0, 2)
|
|
33767
33759
|
]),
|
|
33768
33760
|
_: 2
|
|
33769
33761
|
}, 1032, ["title", "subtitle", "onClick"]))), 128)),
|
|
@@ -36350,10 +36342,7 @@ const e0 = (e, t) => {
|
|
|
36350
36342
|
De(te.$slots, "title", { node: we }, () => [
|
|
36351
36343
|
Se(me(we.title), 1)
|
|
36352
36344
|
]),
|
|
36353
|
-
!we.isLeaf && we.children.length == 0 && we.isExpanded ? De(te.$slots, "empty-node", {
|
|
36354
|
-
key: 1,
|
|
36355
|
-
node: we
|
|
36356
|
-
}) : Te("", !0)
|
|
36345
|
+
!we.isLeaf && we.children.length == 0 && we.isExpanded ? De(te.$slots, "empty-node", { node: we }, void 0, void 0, 1) : Te("", !0)
|
|
36357
36346
|
]),
|
|
36358
36347
|
x("div", AS, [
|
|
36359
36348
|
De(te.$slots, "sidebar", { node: we })
|
|
@@ -36388,10 +36377,7 @@ const e0 = (e, t) => {
|
|
|
36388
36377
|
De(te.$slots, "sidebar", { node: Fe })
|
|
36389
36378
|
]),
|
|
36390
36379
|
"empty-node": F(({ node: Fe }) => [
|
|
36391
|
-
!Fe.isLeaf && Fe.children.length === 0 && Fe.isExpanded ? De(te.$slots, "empty-node", {
|
|
36392
|
-
key: 0,
|
|
36393
|
-
node: Fe
|
|
36394
|
-
}) : Te("", !0)
|
|
36380
|
+
!Fe.isLeaf && Fe.children.length === 0 && Fe.isExpanded ? De(te.$slots, "empty-node", { node: Fe }, void 0, void 0, 0) : Te("", !0)
|
|
36395
36381
|
]),
|
|
36396
36382
|
_: 3
|
|
36397
36383
|
}, 8, ["model-value", "level", "parent-ind", "allow-multiselect", "allow-toggle-branch", "edge-size", "show-branches", "root-context"])) : Te("", !0),
|