@milaboratories/uikit 2.2.35 → 2.2.36
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/CHANGELOG.md +6 -0
- package/dist/pl-uikit.js +503 -474
- package/dist/pl-uikit.umd.cjs +4 -4
- package/dist/src/components/PlLoaderCircular/PlLoaderCircular.vue.d.ts +8 -0
- package/dist/src/components/PlLoaderCircular/index.d.ts +1 -0
- package/dist/src/index.d.ts +1 -0
- package/dist/style.css +1 -1
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/src/components/PlLoaderCircular/PlLoaderCircular.vue +16 -0
- package/src/components/PlLoaderCircular/index.ts +1 -0
- package/src/components/PlLoaderCircular/pl-loader-circular.scss +67 -0
- package/src/index.ts +1 -0
package/dist/pl-uikit.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var Ao = Object.defineProperty;
|
|
2
2
|
var Do = (n, e, t) => e in n ? Ao(n, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : n[e] = t;
|
|
3
3
|
var Pn = (n, e, t) => Do(n, typeof e != "symbol" ? e + "" : e, t);
|
|
4
|
-
import { defineComponent as F, openBlock as u, createElementBlock as p, Fragment as ae, renderList as ce, withModifiers as ne, createElementVNode as h, toDisplayString as A, h as $n, render as An, inject as hn, reactive as de, computed as g, ref as L, normalizeClass as E, unref as y, createBlock as H, resolveDynamicComponent as Gn, createTextVNode as m, renderSlot as Z, createCommentVNode as $, normalizeStyle as
|
|
4
|
+
import { defineComponent as F, openBlock as u, createElementBlock as p, Fragment as ae, renderList as ce, withModifiers as ne, createElementVNode as h, toDisplayString as A, h as $n, render as An, inject as hn, reactive as de, computed as g, ref as L, normalizeClass as E, unref as y, createBlock as H, resolveDynamicComponent as Gn, createTextVNode as m, renderSlot as Z, createCommentVNode as $, normalizeStyle as oe, nextTick as Ne, onMounted as he, onUnmounted as Le, watchEffect as Xn, watch as ie, provide as Nt, watchPostEffect as en, createVNode as J, withCtx as Q, useSlots as _e, withDirectives as be, mergeModels as Je, useModel as mt, withKeys as Ee, Teleport as vt, mergeProps as me, toRef as It, Transition as tn, vModelText as Me, normalizeProps as Mo, guardReactiveProps as Io, onUpdated as Lo, onBeforeUnmount as Fo, vModelDynamic as jo, useCssVars as No, useTemplateRef as Cn, vShow as Dn, createSlots as Jn, useAttrs as Qn, getCurrentScope as zo, onScopeDispose as Ho, readonly as Zo } from "vue";
|
|
5
5
|
function zt(n, e) {
|
|
6
6
|
if (n == null)
|
|
7
7
|
throw Error(e ?? "Empty (null | undefined) value");
|
|
@@ -480,7 +480,7 @@ const Ps = ["^data-col-id"], As = /* @__PURE__ */ F({
|
|
|
480
480
|
ref: e,
|
|
481
481
|
class: E(["tr-body", { selected: s.row.selected }]),
|
|
482
482
|
scroll: "no",
|
|
483
|
-
style:
|
|
483
|
+
style: oe(s.row.style),
|
|
484
484
|
onScroll: t
|
|
485
485
|
}, [
|
|
486
486
|
Z(s.$slots, "default")
|
|
@@ -699,7 +699,7 @@ const er = /* @__PURE__ */ F({
|
|
|
699
699
|
t("change:offset", k), v.x = c.x, v.y = c.y;
|
|
700
700
|
}), (c, v) => (u(), p("div", {
|
|
701
701
|
class: "t-scroll",
|
|
702
|
-
style:
|
|
702
|
+
style: oe({ height: `${c.windowSize}px` })
|
|
703
703
|
}, [
|
|
704
704
|
h("div", null, [
|
|
705
705
|
i.value ? (u(), p("div", {
|
|
@@ -707,7 +707,7 @@ const er = /* @__PURE__ */ F({
|
|
|
707
707
|
ref_key: "handleRef",
|
|
708
708
|
ref: o,
|
|
709
709
|
class: "t-scroll__handle",
|
|
710
|
-
style:
|
|
710
|
+
style: oe(d.value)
|
|
711
711
|
}, null, 4)) : $("", !0)
|
|
712
712
|
])
|
|
713
713
|
], 4));
|
|
@@ -922,7 +922,7 @@ const rr = { class: "command-menu__container" }, lr = {
|
|
|
922
922
|
(u(!0), p(ae, null, ce(y(v), (V, W) => (u(), H(As, {
|
|
923
923
|
key: W,
|
|
924
924
|
col: V,
|
|
925
|
-
style:
|
|
925
|
+
style: oe(V.style),
|
|
926
926
|
"onChange:sort": M[0] || (M[0] = (B) => D.$emit("change:sort", B))
|
|
927
927
|
}, null, 8, ["col", "style"]))), 128))
|
|
928
928
|
]),
|
|
@@ -934,7 +934,7 @@ const rr = { class: "command-menu__container" }, lr = {
|
|
|
934
934
|
ref_key: "bodyRef",
|
|
935
935
|
ref: d,
|
|
936
936
|
class: "table-body",
|
|
937
|
-
style:
|
|
937
|
+
style: oe(i.value),
|
|
938
938
|
onWheel: C
|
|
939
939
|
}, [
|
|
940
940
|
r.value ? (u(), p("div", lr, [
|
|
@@ -953,7 +953,7 @@ const rr = { class: "command-menu__container" }, lr = {
|
|
|
953
953
|
(u(!0), p(ae, null, ce(V.cells, (B) => (u(), H($s, {
|
|
954
954
|
key: B.column.id + ":" + W,
|
|
955
955
|
cell: B,
|
|
956
|
-
style:
|
|
956
|
+
style: oe(B.style)
|
|
957
957
|
}, null, 8, ["cell", "style"]))), 128))
|
|
958
958
|
]),
|
|
959
959
|
_: 2
|
|
@@ -964,7 +964,7 @@ const rr = { class: "command-menu__container" }, lr = {
|
|
|
964
964
|
(u(!0), p(ae, null, ce(y(v), (V, W) => (u(), H(Ms, {
|
|
965
965
|
key: W,
|
|
966
966
|
column: V,
|
|
967
|
-
style:
|
|
967
|
+
style: oe(V.style),
|
|
968
968
|
"onChange:sort": M[1] || (M[1] = (B) => D.$emit("change:sort", B))
|
|
969
969
|
}, null, 8, ["column", "style"]))), 128))
|
|
970
970
|
]),
|
|
@@ -1058,7 +1058,7 @@ function fr(n, e) {
|
|
|
1058
1058
|
});
|
|
1059
1059
|
return g(() => $n(Vn, s));
|
|
1060
1060
|
}
|
|
1061
|
-
const
|
|
1061
|
+
const Vm = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1062
1062
|
__proto__: null,
|
|
1063
1063
|
AsyncData: dr,
|
|
1064
1064
|
Component: Vn,
|
|
@@ -1106,7 +1106,7 @@ function yr(n, e) {
|
|
|
1106
1106
|
function _r(n, e) {
|
|
1107
1107
|
return n = Math.ceil(n), e = Math.floor(e), Math.floor(Math.random() * (e - n)) + n;
|
|
1108
1108
|
}
|
|
1109
|
-
function
|
|
1109
|
+
function Tm(n) {
|
|
1110
1110
|
let e = "";
|
|
1111
1111
|
for (let t = 0; t < n; t++)
|
|
1112
1112
|
e += String.fromCharCode(_r(65, 91));
|
|
@@ -1117,7 +1117,7 @@ function br(n) {
|
|
|
1117
1117
|
return 1 - n(1 - e);
|
|
1118
1118
|
};
|
|
1119
1119
|
}
|
|
1120
|
-
function
|
|
1120
|
+
function Sm(n) {
|
|
1121
1121
|
return function(e) {
|
|
1122
1122
|
return e < 0.5 ? n(2 * e) / 2 : (2 - n(2 * (1 - e))) / 2;
|
|
1123
1123
|
};
|
|
@@ -1134,7 +1134,7 @@ function wr(n) {
|
|
|
1134
1134
|
r = !0;
|
|
1135
1135
|
};
|
|
1136
1136
|
}
|
|
1137
|
-
function
|
|
1137
|
+
function Em(n) {
|
|
1138
1138
|
const { getFraction: e, draw: t, timing: s } = n, o = performance.now();
|
|
1139
1139
|
let r = !1;
|
|
1140
1140
|
return requestAnimationFrame(function i(l) {
|
|
@@ -1164,7 +1164,7 @@ function xr(n, e, t = !0) {
|
|
|
1164
1164
|
}, (/* @__PURE__ */ new Date()).getTime() > s && o();
|
|
1165
1165
|
};
|
|
1166
1166
|
}
|
|
1167
|
-
function
|
|
1167
|
+
function Om(n) {
|
|
1168
1168
|
return n.map((e) => ({ text: String(e), value: e }));
|
|
1169
1169
|
}
|
|
1170
1170
|
function Qe(n) {
|
|
@@ -1205,7 +1205,7 @@ function Sr(n) {
|
|
|
1205
1205
|
gn.delete(t);
|
|
1206
1206
|
}), [e, s];
|
|
1207
1207
|
}
|
|
1208
|
-
const
|
|
1208
|
+
const Bm = /* @__PURE__ */ F({
|
|
1209
1209
|
__name: "ThemeSwitcher",
|
|
1210
1210
|
setup(n) {
|
|
1211
1211
|
const [e, t] = Sr();
|
|
@@ -1222,7 +1222,7 @@ const Sm = /* @__PURE__ */ F({
|
|
|
1222
1222
|
class: "pl-block-page__title"
|
|
1223
1223
|
}, Or = { class: "pl-block-page__title__default" }, Br = { class: "pl-block-page__title__append" }, Rr = { key: 1 }, Pr = { class: "pl-block-page__body" }, Ar = {
|
|
1224
1224
|
name: "PlBlockPage"
|
|
1225
|
-
},
|
|
1225
|
+
}, Rm = /* @__PURE__ */ F({
|
|
1226
1226
|
...Ar,
|
|
1227
1227
|
props: {
|
|
1228
1228
|
noBodyGutters: { type: Boolean }
|
|
@@ -1260,7 +1260,7 @@ const Sm = /* @__PURE__ */ F({
|
|
|
1260
1260
|
}
|
|
1261
1261
|
}), Dr = {
|
|
1262
1262
|
name: "PlContainer"
|
|
1263
|
-
},
|
|
1263
|
+
}, Pm = /* @__PURE__ */ F({
|
|
1264
1264
|
...Dr,
|
|
1265
1265
|
props: {
|
|
1266
1266
|
width: {}
|
|
@@ -1271,14 +1271,14 @@ const Sm = /* @__PURE__ */ F({
|
|
|
1271
1271
|
}));
|
|
1272
1272
|
return (s, o) => (u(), p("div", {
|
|
1273
1273
|
class: "pl-container pl-layout-component",
|
|
1274
|
-
style:
|
|
1274
|
+
style: oe(t.value)
|
|
1275
1275
|
}, [
|
|
1276
1276
|
Z(s.$slots, "default")
|
|
1277
1277
|
], 4));
|
|
1278
1278
|
}
|
|
1279
1279
|
}), Mr = {
|
|
1280
1280
|
name: "PlRow"
|
|
1281
|
-
},
|
|
1281
|
+
}, Am = /* @__PURE__ */ F({
|
|
1282
1282
|
...Mr,
|
|
1283
1283
|
props: {
|
|
1284
1284
|
wrap: { type: Boolean },
|
|
@@ -1297,14 +1297,14 @@ const Sm = /* @__PURE__ */ F({
|
|
|
1297
1297
|
style: { "flex-grow": "1" }
|
|
1298
1298
|
}, Lr = {
|
|
1299
1299
|
name: "PlSpacer"
|
|
1300
|
-
},
|
|
1300
|
+
}, Dm = /* @__PURE__ */ F({
|
|
1301
1301
|
...Lr,
|
|
1302
1302
|
setup(n) {
|
|
1303
1303
|
return (e, t) => (u(), p("div", Ir));
|
|
1304
1304
|
}
|
|
1305
1305
|
}), Fr = {
|
|
1306
1306
|
name: "PlGrid"
|
|
1307
|
-
},
|
|
1307
|
+
}, Mm = /* @__PURE__ */ F({
|
|
1308
1308
|
...Fr,
|
|
1309
1309
|
props: {
|
|
1310
1310
|
columns: {}
|
|
@@ -1315,7 +1315,7 @@ const Sm = /* @__PURE__ */ F({
|
|
|
1315
1315
|
}));
|
|
1316
1316
|
return (s, o) => (u(), p("div", {
|
|
1317
1317
|
class: "pl-layout-component pl-grid",
|
|
1318
|
-
style:
|
|
1318
|
+
style: oe(t.value)
|
|
1319
1319
|
}, [
|
|
1320
1320
|
Z(s.$slots, "default")
|
|
1321
1321
|
], 4));
|
|
@@ -1325,7 +1325,7 @@ const Sm = /* @__PURE__ */ F({
|
|
|
1325
1325
|
class: "pl-alert__icon"
|
|
1326
1326
|
}, Nr = { class: "pl-alert__main" }, zr = { key: 0 }, Hr = { class: "pl-alert__main__text" }, Zr = {
|
|
1327
1327
|
name: "PlAlert"
|
|
1328
|
-
},
|
|
1328
|
+
}, Im = /* @__PURE__ */ F({
|
|
1329
1329
|
...Zr,
|
|
1330
1330
|
props: {
|
|
1331
1331
|
modelValue: { type: Boolean, default: !0 },
|
|
@@ -1348,7 +1348,7 @@ const Sm = /* @__PURE__ */ F({
|
|
|
1348
1348
|
return (t, s) => t.modelValue ? (u(), p("div", {
|
|
1349
1349
|
key: 0,
|
|
1350
1350
|
class: E(["pl-alert", [{ monospace: t.monospace, whiteSpacePre: t.whiteSpacePre }, t.type ? `pl-alert__${t.type}` : ""]]),
|
|
1351
|
-
style:
|
|
1351
|
+
style: oe({ maxHeight: t.maxHeight })
|
|
1352
1352
|
}, [
|
|
1353
1353
|
t.icon && t.type ? (u(), p("div", jr, [
|
|
1354
1354
|
h("div", {
|
|
@@ -1457,7 +1457,7 @@ const Jr = /* @__PURE__ */ F({
|
|
|
1457
1457
|
setup(n) {
|
|
1458
1458
|
const e = n, t = g(() => e.size === "large" ? "--mask-size: 24px" : ""), s = g(() => `mask-16 mask-${e.name}`);
|
|
1459
1459
|
return (o, r) => (u(), p("i", {
|
|
1460
|
-
style:
|
|
1460
|
+
style: oe(t.value),
|
|
1461
1461
|
class: E([s.value, o.$style.icon])
|
|
1462
1462
|
}, null, 6));
|
|
1463
1463
|
}
|
|
@@ -1465,7 +1465,7 @@ const Jr = /* @__PURE__ */ F({
|
|
|
1465
1465
|
icon: Qr
|
|
1466
1466
|
}, tl = {
|
|
1467
1467
|
$style: el
|
|
1468
|
-
}, kt = /* @__PURE__ */ $e(Jr, [["__cssModules", tl]]), nl = ["onKeyup"],
|
|
1468
|
+
}, kt = /* @__PURE__ */ $e(Jr, [["__cssModules", tl]]), nl = ["onKeyup"], Lm = /* @__PURE__ */ F({
|
|
1469
1469
|
__name: "PlBtnSplit",
|
|
1470
1470
|
props: /* @__PURE__ */ Je({
|
|
1471
1471
|
options: {},
|
|
@@ -1589,7 +1589,7 @@ const Jr = /* @__PURE__ */ F({
|
|
|
1589
1589
|
ref_key: "list",
|
|
1590
1590
|
ref: l,
|
|
1591
1591
|
class: "pl-dropdown__options",
|
|
1592
|
-
style:
|
|
1592
|
+
style: oe(v),
|
|
1593
1593
|
tabindex: "-1"
|
|
1594
1594
|
}, [
|
|
1595
1595
|
(u(!0), p(ae, null, ce(C.value, (T, P) => (u(), H(Lt, {
|
|
@@ -1678,7 +1678,7 @@ const ol = { key: 0 }, sl = {
|
|
|
1678
1678
|
}
|
|
1679
1679
|
}), il = {
|
|
1680
1680
|
name: "PlBtnAccent"
|
|
1681
|
-
},
|
|
1681
|
+
}, Fm = /* @__PURE__ */ F({
|
|
1682
1682
|
...il,
|
|
1683
1683
|
props: {
|
|
1684
1684
|
loading: { type: Boolean },
|
|
@@ -1699,7 +1699,7 @@ const ol = { key: 0 }, sl = {
|
|
|
1699
1699
|
}
|
|
1700
1700
|
}), al = {
|
|
1701
1701
|
name: "PlBtnDanger"
|
|
1702
|
-
},
|
|
1702
|
+
}, jm = /* @__PURE__ */ F({
|
|
1703
1703
|
...al,
|
|
1704
1704
|
props: {
|
|
1705
1705
|
loading: { type: Boolean },
|
|
@@ -1792,7 +1792,7 @@ const ol = { key: 0 }, sl = {
|
|
|
1792
1792
|
Z(i.$slots, "append")
|
|
1793
1793
|
], 16));
|
|
1794
1794
|
}
|
|
1795
|
-
}),
|
|
1795
|
+
}), Nm = /* @__PURE__ */ F({
|
|
1796
1796
|
__name: "PlBtnLink",
|
|
1797
1797
|
props: {
|
|
1798
1798
|
loading: { type: Boolean },
|
|
@@ -1944,13 +1944,13 @@ const xl = /* @__PURE__ */ $e(bl, [["render", kl]]), pn = /* @__PURE__ */ new Ma
|
|
|
1944
1944
|
r.tooltipOpen ? (u(), p("div", {
|
|
1945
1945
|
key: 0,
|
|
1946
1946
|
class: "pl-tooltip__container",
|
|
1947
|
-
style:
|
|
1947
|
+
style: oe(y(C))
|
|
1948
1948
|
}, [
|
|
1949
1949
|
h("div", {
|
|
1950
1950
|
ref_key: "tooltip",
|
|
1951
1951
|
ref: w,
|
|
1952
1952
|
class: E(["pl-tooltip", M.position]),
|
|
1953
|
-
style:
|
|
1953
|
+
style: oe(D.value),
|
|
1954
1954
|
onMouseover: c,
|
|
1955
1955
|
onMouseleave: v
|
|
1956
1956
|
}, [
|
|
@@ -2066,7 +2066,7 @@ const Ml = "_component_1abv8_1", Il = "_container_1abv8_15", Ll = "_error_1abv8_
|
|
|
2066
2066
|
component: Ml,
|
|
2067
2067
|
container: Il,
|
|
2068
2068
|
error: Ll
|
|
2069
|
-
}, Fl = { key: 0 }, jl = ["placeholder"],
|
|
2069
|
+
}, Fl = { key: 0 }, jl = ["placeholder"], zm = /* @__PURE__ */ F({
|
|
2070
2070
|
__name: "PlEditableTitle",
|
|
2071
2071
|
props: /* @__PURE__ */ Je({
|
|
2072
2072
|
placeholder: { default: "Title" },
|
|
@@ -2100,7 +2100,7 @@ const Ml = "_component_1abv8_1", Il = "_container_1abv8_15", Ll = "_error_1abv8_
|
|
|
2100
2100
|
}, i = L();
|
|
2101
2101
|
return (l, a) => (u(), p("div", {
|
|
2102
2102
|
class: E(["pl-editable-title", y(fn).component]),
|
|
2103
|
-
style:
|
|
2103
|
+
style: oe(o.value)
|
|
2104
2104
|
}, [
|
|
2105
2105
|
h("div", {
|
|
2106
2106
|
class: E(y(fn).container),
|
|
@@ -2200,7 +2200,7 @@ const Wl = /* @__PURE__ */ F({
|
|
|
2200
2200
|
setup(n) {
|
|
2201
2201
|
const e = n, t = g(() => e.size === "large" ? "--icon-size: 24px" : ""), s = g(() => `icon-16 icon-${e.name}`);
|
|
2202
2202
|
return (o, r) => (u(), p("i", {
|
|
2203
|
-
style:
|
|
2203
|
+
style: oe(t.value),
|
|
2204
2204
|
class: E([s.value, o.$style.icon])
|
|
2205
2205
|
}, null, 6));
|
|
2206
2206
|
}
|
|
@@ -2225,7 +2225,7 @@ const Wl = /* @__PURE__ */ F({
|
|
|
2225
2225
|
class: "pl-text-field__helper"
|
|
2226
2226
|
}, oi = {
|
|
2227
2227
|
name: "PlTextField"
|
|
2228
|
-
},
|
|
2228
|
+
}, Hm = /* @__PURE__ */ F({
|
|
2229
2229
|
...oi,
|
|
2230
2230
|
props: /* @__PURE__ */ Je({
|
|
2231
2231
|
label: {},
|
|
@@ -2428,7 +2428,7 @@ const Wl = /* @__PURE__ */ F({
|
|
|
2428
2428
|
class: "ui-text-area__helper"
|
|
2429
2429
|
}, ki = {
|
|
2430
2430
|
name: "PlTextArea"
|
|
2431
|
-
},
|
|
2431
|
+
}, Zm = /* @__PURE__ */ F({
|
|
2432
2432
|
...ki,
|
|
2433
2433
|
props: {
|
|
2434
2434
|
modelValue: {},
|
|
@@ -2586,7 +2586,7 @@ function ho(n, e, t, s) {
|
|
|
2586
2586
|
n.removeEventListener(e, t);
|
|
2587
2587
|
};
|
|
2588
2588
|
}
|
|
2589
|
-
function
|
|
2589
|
+
function Um(n, e) {
|
|
2590
2590
|
const t = e.getBoundingClientRect();
|
|
2591
2591
|
return n.x < t.x || n.x > t.x + t.width || n.y < t.y || n.y > t.y + t.height;
|
|
2592
2592
|
}
|
|
@@ -2725,7 +2725,7 @@ const go = /* @__PURE__ */ F({
|
|
|
2725
2725
|
if (!j)
|
|
2726
2726
|
return;
|
|
2727
2727
|
O.code === "Enter" && _((ht = I.find((ot) => ot.index === x)) == null ? void 0 : ht.value);
|
|
2728
|
-
const
|
|
2728
|
+
const se = I.findIndex((ot) => ot.index === x) ?? -1, re = O.code === "ArrowDown" ? 1 : O.code === "ArrowUp" ? -1 : 0, Ye = Math.abs(se + re + j) % j;
|
|
2729
2729
|
a.activeIndex = B.value[Ye].index ?? -1;
|
|
2730
2730
|
};
|
|
2731
2731
|
return Ke(r), ie(() => s.modelValue, c, { immediate: !0 }), ie(
|
|
@@ -2856,7 +2856,7 @@ const go = /* @__PURE__ */ F({
|
|
|
2856
2856
|
}
|
|
2857
2857
|
}), Li = {
|
|
2858
2858
|
name: "PlDropdownRef"
|
|
2859
|
-
},
|
|
2859
|
+
}, Wm = /* @__PURE__ */ F({
|
|
2860
2860
|
...Li,
|
|
2861
2861
|
props: {
|
|
2862
2862
|
modelValue: {},
|
|
@@ -2919,7 +2919,7 @@ const ji = { class: "resizable-input" }, Ni = ["placeholder", "value", "disabled
|
|
|
2919
2919
|
}
|
|
2920
2920
|
return (l, a) => (u(), p("div", ji, [
|
|
2921
2921
|
h("span", {
|
|
2922
|
-
style:
|
|
2922
|
+
style: oe(r.value),
|
|
2923
2923
|
class: "resizable-input__size-span"
|
|
2924
2924
|
}, A(o.value), 5),
|
|
2925
2925
|
a[0] || (a[0] = m()),
|
|
@@ -2956,7 +2956,7 @@ const ji = { class: "resizable-input" }, Ni = ["placeholder", "value", "disabled
|
|
|
2956
2956
|
}, Yi = {
|
|
2957
2957
|
key: 0,
|
|
2958
2958
|
class: "pl-line-dropdown__no-item"
|
|
2959
|
-
},
|
|
2959
|
+
}, qm = /* @__PURE__ */ F({
|
|
2960
2960
|
__name: "PlDropdownLine",
|
|
2961
2961
|
props: {
|
|
2962
2962
|
modelValue: {},
|
|
@@ -3112,7 +3112,7 @@ const ji = { class: "resizable-input" }, Ni = ["placeholder", "value", "disabled
|
|
|
3112
3112
|
key: 0,
|
|
3113
3113
|
ref_key: "list",
|
|
3114
3114
|
ref: i,
|
|
3115
|
-
style:
|
|
3115
|
+
style: oe(Y),
|
|
3116
3116
|
tabindex: "-1",
|
|
3117
3117
|
class: "pl-line-dropdown__items",
|
|
3118
3118
|
onFocusout: _
|
|
@@ -3142,7 +3142,7 @@ const ji = { class: "resizable-input" }, Ni = ["placeholder", "value", "disabled
|
|
|
3142
3142
|
key: 1,
|
|
3143
3143
|
ref_key: "list",
|
|
3144
3144
|
ref: i,
|
|
3145
|
-
style:
|
|
3145
|
+
style: oe(Y),
|
|
3146
3146
|
tabindex: "-1",
|
|
3147
3147
|
class: "pl-line-dropdown__items-tabs",
|
|
3148
3148
|
onFocusout: _
|
|
@@ -3186,7 +3186,7 @@ const ji = { class: "resizable-input" }, Ni = ["placeholder", "value", "disabled
|
|
|
3186
3186
|
class: "ui-dropdown__helper"
|
|
3187
3187
|
}, aa = {
|
|
3188
3188
|
name: "PlDropdown"
|
|
3189
|
-
},
|
|
3189
|
+
}, Km = /* @__PURE__ */ F({
|
|
3190
3190
|
...aa,
|
|
3191
3191
|
props: {
|
|
3192
3192
|
modelValue: {},
|
|
@@ -3261,11 +3261,11 @@ const ji = { class: "resizable-input" }, Ni = ["placeholder", "value", "disabled
|
|
|
3261
3261
|
return;
|
|
3262
3262
|
}
|
|
3263
3263
|
b.code === "Escape" && (a.open = !1, (ht = r.value) == null || ht.focus());
|
|
3264
|
-
const j = y(B), { length:
|
|
3265
|
-
if (!
|
|
3264
|
+
const j = y(B), { length: se } = j;
|
|
3265
|
+
if (!se)
|
|
3266
3266
|
return;
|
|
3267
3267
|
b.code === "Enter" && _((ot = j.find((ln) => ln.index === I)) == null ? void 0 : ot.value);
|
|
3268
|
-
const re = j.findIndex((ln) => ln.index === I) ?? -1, Ye = b.code === "ArrowDown" ? 1 : b.code === "ArrowUp" ? -1 : 0, nt = Math.abs(re + Ye +
|
|
3268
|
+
const re = j.findIndex((ln) => ln.index === I) ?? -1, Ye = b.code === "ArrowDown" ? 1 : b.code === "ArrowUp" ? -1 : 0, nt = Math.abs(re + Ye + se) % se;
|
|
3269
3269
|
a.activeIndex = B.value[nt].index ?? -1;
|
|
3270
3270
|
};
|
|
3271
3271
|
return Ke(r), ie(() => s.modelValue, c, { immediate: !0 }), ie(
|
|
@@ -3373,7 +3373,7 @@ const ji = { class: "resizable-input" }, Ni = ["placeholder", "value", "disabled
|
|
|
3373
3373
|
"is-selected": I.isSelected,
|
|
3374
3374
|
"is-hovered": I.isActive,
|
|
3375
3375
|
size: b.optionSize,
|
|
3376
|
-
onClick: ne((
|
|
3376
|
+
onClick: ne((se) => _(I.value), ["stop"])
|
|
3377
3377
|
}, null, 8, ["option", "is-selected", "is-hovered", "size", "onClick"]))), 128)),
|
|
3378
3378
|
x[8] || (x[8] = m()),
|
|
3379
3379
|
B.value.length ? $("", !0) : (u(), p("div", sa, "Nothing found"))
|
|
@@ -3389,7 +3389,7 @@ const ji = { class: "resizable-input" }, Ni = ["placeholder", "value", "disabled
|
|
|
3389
3389
|
}), da = {
|
|
3390
3390
|
key: 0,
|
|
3391
3391
|
class: "ui-progress-bar"
|
|
3392
|
-
}, ua = { class: "ui-progress-bar__messages d-flex align-center pl-6 pr-6" }, ca = { class: "ui-progress-bar__message flex-grow-1" }, pa = { class: "ui-progress-bar__percent" },
|
|
3392
|
+
}, ua = { class: "ui-progress-bar__messages d-flex align-center pl-6 pr-6" }, ca = { class: "ui-progress-bar__message flex-grow-1" }, pa = { class: "ui-progress-bar__percent" }, Ym = /* @__PURE__ */ F({
|
|
3393
3393
|
__name: "PlProgressBar",
|
|
3394
3394
|
props: {
|
|
3395
3395
|
loading: { type: Boolean },
|
|
@@ -3401,7 +3401,7 @@ const ji = { class: "resizable-input" }, Ni = ["placeholder", "value", "disabled
|
|
|
3401
3401
|
return (s, o) => s.loading ? (u(), p("div", da, [
|
|
3402
3402
|
h("div", {
|
|
3403
3403
|
class: "ui-progress-bar__indicator",
|
|
3404
|
-
style:
|
|
3404
|
+
style: oe({ width: s.progress + "%" })
|
|
3405
3405
|
}, null, 4),
|
|
3406
3406
|
o[1] || (o[1] = m()),
|
|
3407
3407
|
h("div", ua, [
|
|
@@ -3417,7 +3417,7 @@ const ji = { class: "resizable-input" }, Ni = ["placeholder", "value", "disabled
|
|
|
3417
3417
|
}, ha = ["disabled", "placeholder"], ga = { class: "mi-number-field__icons d-flex-column" }, ya = {
|
|
3418
3418
|
key: 0,
|
|
3419
3419
|
class: "mi-number-field__hint text-description"
|
|
3420
|
-
},
|
|
3420
|
+
}, Gm = /* @__PURE__ */ F({
|
|
3421
3421
|
__name: "PlNumberField",
|
|
3422
3422
|
props: {
|
|
3423
3423
|
modelValue: {},
|
|
@@ -3618,7 +3618,7 @@ const ji = { class: "resizable-input" }, Ni = ["placeholder", "value", "disabled
|
|
|
3618
3618
|
class: "pl-dropdown-multi__helper"
|
|
3619
3619
|
}, Ra = {
|
|
3620
3620
|
name: "PlDropdownMulti"
|
|
3621
|
-
},
|
|
3621
|
+
}, Xm = /* @__PURE__ */ F({
|
|
3622
3622
|
...Ra,
|
|
3623
3623
|
props: {
|
|
3624
3624
|
modelValue: { default: () => [] },
|
|
@@ -3825,7 +3825,7 @@ const ji = { class: "resizable-input" }, Ni = ["placeholder", "value", "disabled
|
|
|
3825
3825
|
}
|
|
3826
3826
|
}), Pa = {
|
|
3827
3827
|
name: "PlCheckbox"
|
|
3828
|
-
},
|
|
3828
|
+
}, Jm = /* @__PURE__ */ F({
|
|
3829
3829
|
...Pa,
|
|
3830
3830
|
props: {
|
|
3831
3831
|
modelValue: { type: Boolean },
|
|
@@ -3853,7 +3853,7 @@ const ji = { class: "resizable-input" }, Ni = ["placeholder", "value", "disabled
|
|
|
3853
3853
|
}
|
|
3854
3854
|
}), Aa = { key: 0 }, Da = ["onClick"], Ma = {
|
|
3855
3855
|
name: "PlCheckboxGroup"
|
|
3856
|
-
},
|
|
3856
|
+
}, Qm = /* @__PURE__ */ F({
|
|
3857
3857
|
...Ma,
|
|
3858
3858
|
props: {
|
|
3859
3859
|
modelValue: {},
|
|
@@ -3998,7 +3998,7 @@ const Na = {
|
|
|
3998
3998
|
}, Ga = {
|
|
3999
3999
|
name: "PlSlideModal",
|
|
4000
4000
|
inheritAttrs: !1
|
|
4001
|
-
},
|
|
4001
|
+
}, ev = /* @__PURE__ */ F({
|
|
4002
4002
|
...Ga,
|
|
4003
4003
|
props: {
|
|
4004
4004
|
modelValue: { type: Boolean, default: !1 },
|
|
@@ -4058,7 +4058,7 @@ const Na = {
|
|
|
4058
4058
|
class: "label"
|
|
4059
4059
|
}, Ja = {
|
|
4060
4060
|
name: "PlToggleSwitch"
|
|
4061
|
-
},
|
|
4061
|
+
}, tv = /* @__PURE__ */ F({
|
|
4062
4062
|
...Ja,
|
|
4063
4063
|
props: {
|
|
4064
4064
|
label: {},
|
|
@@ -4190,7 +4190,7 @@ const id = { key: 0 }, ad = { class: "pl-log-view__copy" }, dd = {
|
|
|
4190
4190
|
class: "pl-log-view__error"
|
|
4191
4191
|
}, ud = {
|
|
4192
4192
|
name: "PlLogView"
|
|
4193
|
-
},
|
|
4193
|
+
}, nv = /* @__PURE__ */ F({
|
|
4194
4194
|
...ud,
|
|
4195
4195
|
props: {
|
|
4196
4196
|
value: {},
|
|
@@ -4319,7 +4319,7 @@ const id = { key: 0 }, ad = { class: "pl-log-view__copy" }, dd = {
|
|
|
4319
4319
|
}
|
|
4320
4320
|
}), gd = {
|
|
4321
4321
|
name: "PlTabs"
|
|
4322
|
-
},
|
|
4322
|
+
}, ov = /* @__PURE__ */ F({
|
|
4323
4323
|
...gd,
|
|
4324
4324
|
props: {
|
|
4325
4325
|
modelValue: {},
|
|
@@ -4339,7 +4339,7 @@ const id = { key: 0 }, ad = { class: "pl-log-view__copy" }, dd = {
|
|
|
4339
4339
|
tabindex: o.modelValue === i.value || o.disabled || i.disabled ? void 0 : 0,
|
|
4340
4340
|
option: i,
|
|
4341
4341
|
class: E([{ [y(st).active]: o.modelValue === i.value, [y(st).disabled]: i.disabled }, y(st).tab]),
|
|
4342
|
-
style:
|
|
4342
|
+
style: oe({ "--pl-tabs-item-max-width": i.maxWidth ?? o.maxTabWidth }),
|
|
4343
4343
|
onKeydown: Ee((a) => s(i.value), ["enter"]),
|
|
4344
4344
|
onClick: (a) => s(i.value)
|
|
4345
4345
|
}, {
|
|
@@ -4373,7 +4373,7 @@ const id = { key: 0 }, ad = { class: "pl-log-view__copy" }, dd = {
|
|
|
4373
4373
|
content: bd
|
|
4374
4374
|
}, kd = {
|
|
4375
4375
|
$style: wd
|
|
4376
|
-
}, xd = /* @__PURE__ */ $e(yd, [["__cssModules", kd]]),
|
|
4376
|
+
}, xd = /* @__PURE__ */ $e(yd, [["__cssModules", kd]]), sv = /* @__PURE__ */ F({
|
|
4377
4377
|
__name: "PlAccordion",
|
|
4378
4378
|
props: /* @__PURE__ */ Je({
|
|
4379
4379
|
multiple: { type: Boolean }
|
|
@@ -4466,7 +4466,7 @@ const id = { key: 0 }, ad = { class: "pl-log-view__copy" }, dd = {
|
|
|
4466
4466
|
down: Ed
|
|
4467
4467
|
}, Bd = {
|
|
4468
4468
|
$style: Od
|
|
4469
|
-
},
|
|
4469
|
+
}, rv = /* @__PURE__ */ $e(Cd, [["__cssModules", Bd]]), lv = /* @__PURE__ */ F({
|
|
4470
4470
|
__name: "PlStatusTag",
|
|
4471
4471
|
props: {
|
|
4472
4472
|
type: {}
|
|
@@ -4488,28 +4488,56 @@ const id = { key: 0 }, ad = { class: "pl-log-view__copy" }, dd = {
|
|
|
4488
4488
|
])
|
|
4489
4489
|
], 16)) : $("", !0);
|
|
4490
4490
|
}
|
|
4491
|
-
}), Rd =
|
|
4492
|
-
|
|
4493
|
-
|
|
4494
|
-
|
|
4495
|
-
|
|
4496
|
-
|
|
4491
|
+
}), Rd = { class: "pl-loader-circular" }, Pd = {
|
|
4492
|
+
class: "pl-loader-circular__svg",
|
|
4493
|
+
viewBox: "25 25 50 50"
|
|
4494
|
+
}, Ad = ["stroke"], iv = /* @__PURE__ */ F({
|
|
4495
|
+
__name: "PlLoaderCircular",
|
|
4496
|
+
props: {
|
|
4497
|
+
size: { default: "16" }
|
|
4498
|
+
},
|
|
4499
|
+
setup(n) {
|
|
4500
|
+
return (e, t) => (u(), p("div", Rd, [
|
|
4501
|
+
h("div", {
|
|
4502
|
+
style: oe({ height: `${e.size}px`, width: `${e.size}px`, "--main-color": `${+e.size < 48 ? "var(--ic-01)" : "var(--ic-02)"}` }),
|
|
4503
|
+
class: "pl-circle-loader__wrapper"
|
|
4504
|
+
}, [
|
|
4505
|
+
(u(), p("svg", Pd, [
|
|
4506
|
+
h("circle", {
|
|
4507
|
+
class: "pl-loader-circular__svg-circle",
|
|
4508
|
+
cx: "50",
|
|
4509
|
+
cy: "50",
|
|
4510
|
+
r: "20",
|
|
4511
|
+
fill: "none",
|
|
4512
|
+
stroke: `${+e.size < 48 ? "var(--ic-01)" : "var(--ic-02)"}`,
|
|
4513
|
+
"stroke-width": "2"
|
|
4514
|
+
}, null, 8, Ad)
|
|
4515
|
+
]))
|
|
4516
|
+
], 4)
|
|
4517
|
+
]));
|
|
4518
|
+
}
|
|
4519
|
+
}), Dd = "_component_1ietr_1", Md = "_local_1ietr_1", Id = "_supported_1ietr_26", Ld = "_remote_1ietr_32", Fd = "_search_1ietr_40", jd = "_selected_1ietr_72", Nd = "_breadcrumbs_1ietr_86", zd = "_cat_1ietr_116", Hd = "_message_1ietr_122", Zd = "_isFile_1ietr_197", Ud = "_isDir_1ietr_201", Wd = "_canBeSelected_1ietr_207", qd = "_spin_1ietr_1", pe = {
|
|
4520
|
+
component: Dd,
|
|
4521
|
+
local: Md,
|
|
4522
|
+
supported: Id,
|
|
4523
|
+
remote: Ld,
|
|
4524
|
+
search: Fd,
|
|
4497
4525
|
"ls-container": "_ls-container_1ietr_50",
|
|
4498
4526
|
"ls-head": "_ls-head_1ietr_57",
|
|
4499
|
-
selected:
|
|
4500
|
-
breadcrumbs:
|
|
4527
|
+
selected: jd,
|
|
4528
|
+
breadcrumbs: Nd,
|
|
4501
4529
|
"ls-error": "_ls-error_1ietr_108",
|
|
4502
|
-
cat:
|
|
4503
|
-
message:
|
|
4530
|
+
cat: zd,
|
|
4531
|
+
message: Hd,
|
|
4504
4532
|
"ls-empty": "_ls-empty_1ietr_131",
|
|
4505
4533
|
"ls-body": "_ls-body_1ietr_152",
|
|
4506
|
-
isFile:
|
|
4507
|
-
isDir:
|
|
4508
|
-
canBeSelected:
|
|
4534
|
+
isFile: Zd,
|
|
4535
|
+
isDir: Ud,
|
|
4536
|
+
canBeSelected: Wd,
|
|
4509
4537
|
"ls-loader": "_ls-loader_1ietr_213",
|
|
4510
4538
|
"loader-icon": "_loader-icon_1ietr_221",
|
|
4511
|
-
spin:
|
|
4512
|
-
},
|
|
4539
|
+
spin: qd
|
|
4540
|
+
}, Kd = /* @__PURE__ */ F({
|
|
4513
4541
|
__name: "Shortcuts",
|
|
4514
4542
|
setup(n) {
|
|
4515
4543
|
return (e, t) => (u(), H(y(ke), {
|
|
@@ -4563,14 +4591,14 @@ const id = { key: 0 }, ad = { class: "pl-log-view__copy" }, dd = {
|
|
|
4563
4591
|
_: 1
|
|
4564
4592
|
}));
|
|
4565
4593
|
}
|
|
4566
|
-
}),
|
|
4567
|
-
title:
|
|
4568
|
-
row:
|
|
4569
|
-
head:
|
|
4570
|
-
body:
|
|
4571
|
-
},
|
|
4572
|
-
$style:
|
|
4573
|
-
},
|
|
4594
|
+
}), Yd = "_title_14dct_2", Gd = "_row_14dct_10", Xd = "_head_14dct_30", Jd = "_body_14dct_58", Qd = {
|
|
4595
|
+
title: Yd,
|
|
4596
|
+
row: Gd,
|
|
4597
|
+
head: Xd,
|
|
4598
|
+
body: Jd
|
|
4599
|
+
}, eu = {
|
|
4600
|
+
$style: Qd
|
|
4601
|
+
}, tu = /* @__PURE__ */ $e(Kd, [["__cssModules", eu]]), Un = () => ({
|
|
4574
4602
|
dirPath: "",
|
|
4575
4603
|
search: "",
|
|
4576
4604
|
storageEntry: void 0,
|
|
@@ -4582,7 +4610,7 @@ const id = { key: 0 }, ad = { class: "pl-log-view__copy" }, dd = {
|
|
|
4582
4610
|
currentLoadingPath: void 0,
|
|
4583
4611
|
showHiddenItems: !1
|
|
4584
4612
|
});
|
|
4585
|
-
function
|
|
4613
|
+
function nu(n) {
|
|
4586
4614
|
return g(() => {
|
|
4587
4615
|
let e = n.items;
|
|
4588
4616
|
if (n.showHiddenItems || (e = e.filter((t) => !t.name.startsWith("."))), n.search) {
|
|
@@ -4603,7 +4631,7 @@ const Wn = {
|
|
|
4603
4631
|
function bo(n) {
|
|
4604
4632
|
return n ? n.map((e) => "." + Xo(e, ["."])) : void 0;
|
|
4605
4633
|
}
|
|
4606
|
-
function
|
|
4634
|
+
function ou(n) {
|
|
4607
4635
|
const e = n.split("/");
|
|
4608
4636
|
e[0] !== "" && e.unshift("");
|
|
4609
4637
|
const t = [];
|
|
@@ -4615,10 +4643,10 @@ function eu(n) {
|
|
|
4615
4643
|
});
|
|
4616
4644
|
return t;
|
|
4617
4645
|
}
|
|
4618
|
-
const
|
|
4646
|
+
const su = ["title", "onClick"], ru = {
|
|
4619
4647
|
key: 0,
|
|
4620
4648
|
class: "ls-loader"
|
|
4621
|
-
},
|
|
4649
|
+
}, lu = ["onClick"], iu = ["title"], au = ["onClick"], du = ["title"], uu = /* @__PURE__ */ F({
|
|
4622
4650
|
__name: "Remote",
|
|
4623
4651
|
props: {
|
|
4624
4652
|
modelValue: { type: Boolean },
|
|
@@ -4632,7 +4660,7 @@ const tu = ["title", "onClick"], nu = {
|
|
|
4632
4660
|
setup(n, { expose: e }) {
|
|
4633
4661
|
const t = (_) => _.ctrlKey || _.metaKey, s = n, o = de(Un()), r = () => {
|
|
4634
4662
|
o.search = "", o.error = "", o.lastSelected = void 0;
|
|
4635
|
-
}, i = g(() => bo(s.extensions)), l =
|
|
4663
|
+
}, i = g(() => bo(s.extensions)), l = nu(o), a = g(() => {
|
|
4636
4664
|
var _;
|
|
4637
4665
|
return {
|
|
4638
4666
|
modelValue: s.modelValue,
|
|
@@ -4656,7 +4684,7 @@ const tu = ["title", "onClick"], nu = {
|
|
|
4656
4684
|
r();
|
|
4657
4685
|
const { storageHandle: _, dirPath: f, modelValue: T } = a.value;
|
|
4658
4686
|
_ && T && d(_, f);
|
|
4659
|
-
}, v = g(() =>
|
|
4687
|
+
}, v = g(() => ou(o.dirPath)), k = g(() => o.items.filter((_) => _.canBeSelected && _.selected && !_.isDir)), w = g(() => {
|
|
4660
4688
|
var _;
|
|
4661
4689
|
return k.value.length > 0 && ((_ = o.storageEntry) == null ? void 0 : _.handle);
|
|
4662
4690
|
}), C = () => {
|
|
@@ -4757,7 +4785,7 @@ const tu = ["title", "onClick"], nu = {
|
|
|
4757
4785
|
h("div", {
|
|
4758
4786
|
title: T.path,
|
|
4759
4787
|
onClick: (Y) => D(T.path)
|
|
4760
|
-
}, A(T.name), 9,
|
|
4788
|
+
}, A(T.name), 9, su),
|
|
4761
4789
|
f[3] || (f[3] = m()),
|
|
4762
4790
|
T.index !== v.value.length - 1 ? (u(), H(y(ut), {
|
|
4763
4791
|
key: 0,
|
|
@@ -4771,11 +4799,11 @@ const tu = ["title", "onClick"], nu = {
|
|
|
4771
4799
|
}, [
|
|
4772
4800
|
h("span", null, "Selected: " + A(k.value.length), 1),
|
|
4773
4801
|
f[4] || (f[4] = m()),
|
|
4774
|
-
J(
|
|
4802
|
+
J(tu)
|
|
4775
4803
|
], 2)
|
|
4776
4804
|
], 2),
|
|
4777
4805
|
f[11] || (f[11] = m()),
|
|
4778
|
-
o.currentLoadingPath !== void 0 ? (u(), p("div",
|
|
4806
|
+
o.currentLoadingPath !== void 0 ? (u(), p("div", ru, f[6] || (f[6] = [
|
|
4779
4807
|
h("i", { class: "mask-24 mask-loading loader-icon" }, null, -1)
|
|
4780
4808
|
]))) : o.storageEntry ? o.error ? (u(), p("div", {
|
|
4781
4809
|
key: 2,
|
|
@@ -4806,10 +4834,10 @@ const tu = ["title", "onClick"], nu = {
|
|
|
4806
4834
|
title: T.name
|
|
4807
4835
|
}, [
|
|
4808
4836
|
m(A(T.name), 1)
|
|
4809
|
-
], 8,
|
|
4837
|
+
], 8, iu)), [
|
|
4810
4838
|
[y(Wn)]
|
|
4811
4839
|
])
|
|
4812
|
-
], 10,
|
|
4840
|
+
], 10, lu)) : (u(), p("div", {
|
|
4813
4841
|
key: 1,
|
|
4814
4842
|
class: E({ [y(pe).canBeSelected]: T.canBeSelected, [y(pe).selected]: T.selected }),
|
|
4815
4843
|
onClick: ne((P) => M(P, T), ["stop"])
|
|
@@ -4823,10 +4851,10 @@ const tu = ["title", "onClick"], nu = {
|
|
|
4823
4851
|
title: T.name
|
|
4824
4852
|
}, [
|
|
4825
4853
|
m(A(T.name), 1)
|
|
4826
|
-
], 8,
|
|
4854
|
+
], 8, du)), [
|
|
4827
4855
|
[y(Wn)]
|
|
4828
4856
|
])
|
|
4829
|
-
], 10,
|
|
4857
|
+
], 10, au))
|
|
4830
4858
|
], 64))), 128))
|
|
4831
4859
|
], 2)) : (u(), p("div", {
|
|
4832
4860
|
key: 1,
|
|
@@ -4843,10 +4871,10 @@ const tu = ["title", "onClick"], nu = {
|
|
|
4843
4871
|
], 2)
|
|
4844
4872
|
], 2));
|
|
4845
4873
|
}
|
|
4846
|
-
}),
|
|
4874
|
+
}), cu = {
|
|
4847
4875
|
key: 1,
|
|
4848
4876
|
class: "alert-error"
|
|
4849
|
-
},
|
|
4877
|
+
}, pu = /* @__PURE__ */ F({
|
|
4850
4878
|
__name: "Local",
|
|
4851
4879
|
props: {
|
|
4852
4880
|
importFiles: { type: Function },
|
|
@@ -4907,10 +4935,10 @@ const tu = ["title", "onClick"], nu = {
|
|
|
4907
4935
|
class: E(y(pe).supported)
|
|
4908
4936
|
}, "Supported formats: " + A(i.extensions.join(", ")), 3)) : $("", !0),
|
|
4909
4937
|
l[3] || (l[3] = m()),
|
|
4910
|
-
t.error ? (u(), p("span",
|
|
4938
|
+
t.error ? (u(), p("span", cu, A(t.error), 1)) : $("", !0)
|
|
4911
4939
|
], 34));
|
|
4912
4940
|
}
|
|
4913
|
-
}),
|
|
4941
|
+
}), fu = { style: { margin: "0 24px" } }, mu = /* @__PURE__ */ F({
|
|
4914
4942
|
__name: "PlFileDialog",
|
|
4915
4943
|
props: {
|
|
4916
4944
|
modelValue: { type: Boolean },
|
|
@@ -4951,7 +4979,7 @@ const tu = ["title", "onClick"], nu = {
|
|
|
4951
4979
|
]),
|
|
4952
4980
|
default: Q(() => [
|
|
4953
4981
|
k[4] || (k[4] = m()),
|
|
4954
|
-
h("div",
|
|
4982
|
+
h("div", fu, [
|
|
4955
4983
|
J(y(Al), {
|
|
4956
4984
|
modelValue: o.value,
|
|
4957
4985
|
"onUpdate:modelValue": k[0] || (k[0] = (w) => o.value = w),
|
|
@@ -4959,12 +4987,12 @@ const tu = ["title", "onClick"], nu = {
|
|
|
4959
4987
|
}, null, 8, ["modelValue"])
|
|
4960
4988
|
]),
|
|
4961
4989
|
k[5] || (k[5] = m()),
|
|
4962
|
-
o.value === "remote" ? (u(), H(
|
|
4990
|
+
o.value === "remote" ? (u(), H(uu, me({
|
|
4963
4991
|
key: 0,
|
|
4964
4992
|
ref: "remote"
|
|
4965
4993
|
}, v.$props, { submit: d }), null, 16)) : $("", !0),
|
|
4966
4994
|
k[6] || (k[6] = m()),
|
|
4967
|
-
o.value === "local" ? (u(), H(
|
|
4995
|
+
o.value === "local" ? (u(), H(pu, me({
|
|
4968
4996
|
key: 1,
|
|
4969
4997
|
"import-files": c
|
|
4970
4998
|
}, v.$props), null, 16)) : $("", !0),
|
|
@@ -5107,7 +5135,7 @@ const z = le.arrayToEnum([
|
|
|
5107
5135
|
"invalid_intersection_types",
|
|
5108
5136
|
"not_multiple_of",
|
|
5109
5137
|
"not_finite"
|
|
5110
|
-
]),
|
|
5138
|
+
]), vu = (n) => JSON.stringify(n, null, 2).replace(/"([^"]+)":/g, "$1:");
|
|
5111
5139
|
class Ce extends Error {
|
|
5112
5140
|
constructor(e) {
|
|
5113
5141
|
super(), this.issues = [], this.addIssue = (s) => {
|
|
@@ -5225,7 +5253,7 @@ const ct = (n, e) => {
|
|
|
5225
5253
|
return { message: t };
|
|
5226
5254
|
};
|
|
5227
5255
|
let wo = ct;
|
|
5228
|
-
function
|
|
5256
|
+
function hu(n) {
|
|
5229
5257
|
wo = n;
|
|
5230
5258
|
}
|
|
5231
5259
|
function qt() {
|
|
@@ -5251,7 +5279,7 @@ const Kt = (n) => {
|
|
|
5251
5279
|
path: r,
|
|
5252
5280
|
message: l
|
|
5253
5281
|
};
|
|
5254
|
-
},
|
|
5282
|
+
}, gu = [];
|
|
5255
5283
|
function N(n, e) {
|
|
5256
5284
|
const t = qt(), s = Kt({
|
|
5257
5285
|
issueData: e,
|
|
@@ -5542,14 +5570,14 @@ class te {
|
|
|
5542
5570
|
return this.safeParse(null).success;
|
|
5543
5571
|
}
|
|
5544
5572
|
}
|
|
5545
|
-
const
|
|
5573
|
+
const yu = /^c[^\s-]{8,}$/i, _u = /^[0-9a-z]+$/, bu = /^[0-9A-HJKMNP-TV-Z]{26}$/, wu = /^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i, ku = /^[a-z0-9_-]{21}$/i, xu = /^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/, $u = /^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i, Cu = "^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";
|
|
5546
5574
|
let vn;
|
|
5547
|
-
const
|
|
5575
|
+
const Vu = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/, Tu = /^(([a-f0-9]{1,4}:){7}|::([a-f0-9]{1,4}:){0,6}|([a-f0-9]{1,4}:){1}:([a-f0-9]{1,4}:){0,5}|([a-f0-9]{1,4}:){2}:([a-f0-9]{1,4}:){0,4}|([a-f0-9]{1,4}:){3}:([a-f0-9]{1,4}:){0,3}|([a-f0-9]{1,4}:){4}:([a-f0-9]{1,4}:){0,2}|([a-f0-9]{1,4}:){5}:([a-f0-9]{1,4}:){0,1})([a-f0-9]{1,4}|(((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))\.){3}((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2})))$/, Su = /^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/, xo = "((\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-((0[13578]|1[02])-(0[1-9]|[12]\\d|3[01])|(0[469]|11)-(0[1-9]|[12]\\d|30)|(02)-(0[1-9]|1\\d|2[0-8])))", Eu = new RegExp(`^${xo}$`);
|
|
5548
5576
|
function $o(n) {
|
|
5549
5577
|
let e = "([01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d";
|
|
5550
5578
|
return n.precision ? e = `${e}\\.\\d{${n.precision}}` : n.precision == null && (e = `${e}(\\.\\d+)?`), e;
|
|
5551
5579
|
}
|
|
5552
|
-
function
|
|
5580
|
+
function Ou(n) {
|
|
5553
5581
|
return new RegExp(`^${$o(n)}$`);
|
|
5554
5582
|
}
|
|
5555
5583
|
function Co(n) {
|
|
@@ -5557,8 +5585,8 @@ function Co(n) {
|
|
|
5557
5585
|
const t = [];
|
|
5558
5586
|
return t.push(n.local ? "Z?" : "Z"), n.offset && t.push("([+-]\\d{2}:?\\d{2})"), e = `${e}(${t.join("|")})`, new RegExp(`^${e}$`);
|
|
5559
5587
|
}
|
|
5560
|
-
function
|
|
5561
|
-
return !!((e === "v4" || !e) &&
|
|
5588
|
+
function Bu(n, e) {
|
|
5589
|
+
return !!((e === "v4" || !e) && Vu.test(n) || (e === "v6" || !e) && Tu.test(n));
|
|
5562
5590
|
}
|
|
5563
5591
|
class Te extends te {
|
|
5564
5592
|
_parse(e) {
|
|
@@ -5609,43 +5637,43 @@ class Te extends te {
|
|
|
5609
5637
|
message: r.message
|
|
5610
5638
|
}), s.dirty());
|
|
5611
5639
|
} else if (r.kind === "email")
|
|
5612
|
-
|
|
5640
|
+
$u.test(e.data) || (o = this._getOrReturnCtx(e, o), N(o, {
|
|
5613
5641
|
validation: "email",
|
|
5614
5642
|
code: S.invalid_string,
|
|
5615
5643
|
message: r.message
|
|
5616
5644
|
}), s.dirty());
|
|
5617
5645
|
else if (r.kind === "emoji")
|
|
5618
|
-
vn || (vn = new RegExp(
|
|
5646
|
+
vn || (vn = new RegExp(Cu, "u")), vn.test(e.data) || (o = this._getOrReturnCtx(e, o), N(o, {
|
|
5619
5647
|
validation: "emoji",
|
|
5620
5648
|
code: S.invalid_string,
|
|
5621
5649
|
message: r.message
|
|
5622
5650
|
}), s.dirty());
|
|
5623
5651
|
else if (r.kind === "uuid")
|
|
5624
|
-
|
|
5652
|
+
wu.test(e.data) || (o = this._getOrReturnCtx(e, o), N(o, {
|
|
5625
5653
|
validation: "uuid",
|
|
5626
5654
|
code: S.invalid_string,
|
|
5627
5655
|
message: r.message
|
|
5628
5656
|
}), s.dirty());
|
|
5629
5657
|
else if (r.kind === "nanoid")
|
|
5630
|
-
|
|
5658
|
+
ku.test(e.data) || (o = this._getOrReturnCtx(e, o), N(o, {
|
|
5631
5659
|
validation: "nanoid",
|
|
5632
5660
|
code: S.invalid_string,
|
|
5633
5661
|
message: r.message
|
|
5634
5662
|
}), s.dirty());
|
|
5635
5663
|
else if (r.kind === "cuid")
|
|
5636
|
-
|
|
5664
|
+
yu.test(e.data) || (o = this._getOrReturnCtx(e, o), N(o, {
|
|
5637
5665
|
validation: "cuid",
|
|
5638
5666
|
code: S.invalid_string,
|
|
5639
5667
|
message: r.message
|
|
5640
5668
|
}), s.dirty());
|
|
5641
5669
|
else if (r.kind === "cuid2")
|
|
5642
|
-
|
|
5670
|
+
_u.test(e.data) || (o = this._getOrReturnCtx(e, o), N(o, {
|
|
5643
5671
|
validation: "cuid2",
|
|
5644
5672
|
code: S.invalid_string,
|
|
5645
5673
|
message: r.message
|
|
5646
5674
|
}), s.dirty());
|
|
5647
5675
|
else if (r.kind === "ulid")
|
|
5648
|
-
|
|
5676
|
+
bu.test(e.data) || (o = this._getOrReturnCtx(e, o), N(o, {
|
|
5649
5677
|
validation: "ulid",
|
|
5650
5678
|
code: S.invalid_string,
|
|
5651
5679
|
message: r.message
|
|
@@ -5680,23 +5708,23 @@ class Te extends te {
|
|
|
5680
5708
|
code: S.invalid_string,
|
|
5681
5709
|
validation: "datetime",
|
|
5682
5710
|
message: r.message
|
|
5683
|
-
}), s.dirty()) : r.kind === "date" ?
|
|
5711
|
+
}), s.dirty()) : r.kind === "date" ? Eu.test(e.data) || (o = this._getOrReturnCtx(e, o), N(o, {
|
|
5684
5712
|
code: S.invalid_string,
|
|
5685
5713
|
validation: "date",
|
|
5686
5714
|
message: r.message
|
|
5687
|
-
}), s.dirty()) : r.kind === "time" ?
|
|
5715
|
+
}), s.dirty()) : r.kind === "time" ? Ou(r).test(e.data) || (o = this._getOrReturnCtx(e, o), N(o, {
|
|
5688
5716
|
code: S.invalid_string,
|
|
5689
5717
|
validation: "time",
|
|
5690
5718
|
message: r.message
|
|
5691
|
-
}), s.dirty()) : r.kind === "duration" ?
|
|
5719
|
+
}), s.dirty()) : r.kind === "duration" ? xu.test(e.data) || (o = this._getOrReturnCtx(e, o), N(o, {
|
|
5692
5720
|
validation: "duration",
|
|
5693
5721
|
code: S.invalid_string,
|
|
5694
5722
|
message: r.message
|
|
5695
|
-
}), s.dirty()) : r.kind === "ip" ?
|
|
5723
|
+
}), s.dirty()) : r.kind === "ip" ? Bu(e.data, r.version) || (o = this._getOrReturnCtx(e, o), N(o, {
|
|
5696
5724
|
validation: "ip",
|
|
5697
5725
|
code: S.invalid_string,
|
|
5698
5726
|
message: r.message
|
|
5699
|
-
}), s.dirty()) : r.kind === "base64" ?
|
|
5727
|
+
}), s.dirty()) : r.kind === "base64" ? Su.test(e.data) || (o = this._getOrReturnCtx(e, o), N(o, {
|
|
5700
5728
|
validation: "base64",
|
|
5701
5729
|
code: S.invalid_string,
|
|
5702
5730
|
message: r.message
|
|
@@ -5918,7 +5946,7 @@ Te.create = (n) => {
|
|
|
5918
5946
|
...ee(n)
|
|
5919
5947
|
});
|
|
5920
5948
|
};
|
|
5921
|
-
function
|
|
5949
|
+
function Ru(n, e) {
|
|
5922
5950
|
const t = (n.toString().split(".")[1] || "").length, s = (e.toString().split(".")[1] || "").length, o = t > s ? t : s, r = parseInt(n.toFixed(o).replace(".", "")), i = parseInt(e.toFixed(o).replace(".", ""));
|
|
5923
5951
|
return r % i / Math.pow(10, o);
|
|
5924
5952
|
}
|
|
@@ -5957,7 +5985,7 @@ class ze extends te {
|
|
|
5957
5985
|
inclusive: r.inclusive,
|
|
5958
5986
|
exact: !1,
|
|
5959
5987
|
message: r.message
|
|
5960
|
-
}), o.dirty()) : r.kind === "multipleOf" ?
|
|
5988
|
+
}), o.dirty()) : r.kind === "multipleOf" ? Ru(e.data, r.value) !== 0 && (s = this._getOrReturnCtx(e, s), N(s, {
|
|
5961
5989
|
code: S.not_multiple_of,
|
|
5962
5990
|
multipleOf: r.value,
|
|
5963
5991
|
message: r.message
|
|
@@ -7658,7 +7686,7 @@ Qt.create = (n) => new Qt({
|
|
|
7658
7686
|
typeName: G.ZodNaN,
|
|
7659
7687
|
...ee(n)
|
|
7660
7688
|
});
|
|
7661
|
-
const
|
|
7689
|
+
const Pu = Symbol("zod_brand");
|
|
7662
7690
|
class Bn extends te {
|
|
7663
7691
|
_parse(e) {
|
|
7664
7692
|
const { ctx: t } = this._processInputParams(e), s = t.data;
|
|
@@ -7735,16 +7763,16 @@ function To(n, e = {}, t) {
|
|
|
7735
7763
|
}
|
|
7736
7764
|
}) : pt.create();
|
|
7737
7765
|
}
|
|
7738
|
-
const
|
|
7766
|
+
const Au = {
|
|
7739
7767
|
object: ue.lazycreate
|
|
7740
7768
|
};
|
|
7741
7769
|
var G;
|
|
7742
7770
|
(function(n) {
|
|
7743
7771
|
n.ZodString = "ZodString", n.ZodNumber = "ZodNumber", n.ZodNaN = "ZodNaN", n.ZodBigInt = "ZodBigInt", n.ZodBoolean = "ZodBoolean", n.ZodDate = "ZodDate", n.ZodSymbol = "ZodSymbol", n.ZodUndefined = "ZodUndefined", n.ZodNull = "ZodNull", n.ZodAny = "ZodAny", n.ZodUnknown = "ZodUnknown", n.ZodNever = "ZodNever", n.ZodVoid = "ZodVoid", n.ZodArray = "ZodArray", n.ZodObject = "ZodObject", n.ZodUnion = "ZodUnion", n.ZodDiscriminatedUnion = "ZodDiscriminatedUnion", n.ZodIntersection = "ZodIntersection", n.ZodTuple = "ZodTuple", n.ZodRecord = "ZodRecord", n.ZodMap = "ZodMap", n.ZodSet = "ZodSet", n.ZodFunction = "ZodFunction", n.ZodLazy = "ZodLazy", n.ZodLiteral = "ZodLiteral", n.ZodEnum = "ZodEnum", n.ZodEffects = "ZodEffects", n.ZodNativeEnum = "ZodNativeEnum", n.ZodOptional = "ZodOptional", n.ZodNullable = "ZodNullable", n.ZodDefault = "ZodDefault", n.ZodCatch = "ZodCatch", n.ZodPromise = "ZodPromise", n.ZodBranded = "ZodBranded", n.ZodPipeline = "ZodPipeline", n.ZodReadonly = "ZodReadonly";
|
|
7744
7772
|
})(G || (G = {}));
|
|
7745
|
-
const
|
|
7773
|
+
const Du = (n, e = {
|
|
7746
7774
|
message: `Input not instance of ${n.name}`
|
|
7747
|
-
}) => To((t) => t instanceof n, e), So = Te.create, Eo = ze.create,
|
|
7775
|
+
}) => To((t) => t instanceof n, e), So = Te.create, Eo = ze.create, Mu = Qt.create, Iu = He.create, Oo = Ct.create, Lu = et.create, Fu = Gt.create, ju = Vt.create, Nu = Tt.create, zu = pt.create, Hu = Xe.create, Zu = Ie.create, Uu = Xt.create, Wu = Se.create, qu = ue.create, Ku = ue.strictCreate, Yu = St.create, Gu = rn.create, Xu = Et.create, Ju = Ae.create, Qu = Ot.create, ec = Jt.create, tc = tt.create, nc = it.create, oc = Bt.create, sc = Rt.create, rc = Ze.create, lc = Pt.create, ic = ft.create, Kn = Oe.create, ac = Re.create, dc = Ue.create, uc = Oe.createWithPreprocess, cc = jt.create, pc = () => So().optional(), fc = () => Eo().optional(), mc = () => Oo().optional(), vc = {
|
|
7748
7776
|
string: (n) => Te.create({ ...n, coerce: !0 }),
|
|
7749
7777
|
number: (n) => ze.create({ ...n, coerce: !0 }),
|
|
7750
7778
|
boolean: (n) => Ct.create({
|
|
@@ -7753,14 +7781,14 @@ const Ru = (n, e = {
|
|
|
7753
7781
|
}),
|
|
7754
7782
|
bigint: (n) => He.create({ ...n, coerce: !0 }),
|
|
7755
7783
|
date: (n) => et.create({ ...n, coerce: !0 })
|
|
7756
|
-
},
|
|
7784
|
+
}, hc = X;
|
|
7757
7785
|
var Be = /* @__PURE__ */ Object.freeze({
|
|
7758
7786
|
__proto__: null,
|
|
7759
7787
|
defaultErrorMap: ct,
|
|
7760
|
-
setErrorMap:
|
|
7788
|
+
setErrorMap: hu,
|
|
7761
7789
|
getErrorMap: qt,
|
|
7762
7790
|
makeIssue: Kt,
|
|
7763
|
-
EMPTY_PATH:
|
|
7791
|
+
EMPTY_PATH: gu,
|
|
7764
7792
|
addIssueToContext: N,
|
|
7765
7793
|
ParseStatus: ye,
|
|
7766
7794
|
INVALID: X,
|
|
@@ -7814,87 +7842,87 @@ var Be = /* @__PURE__ */ Object.freeze({
|
|
|
7814
7842
|
ZodDefault: At,
|
|
7815
7843
|
ZodCatch: Dt,
|
|
7816
7844
|
ZodNaN: Qt,
|
|
7817
|
-
BRAND:
|
|
7845
|
+
BRAND: Pu,
|
|
7818
7846
|
ZodBranded: Bn,
|
|
7819
7847
|
ZodPipeline: jt,
|
|
7820
7848
|
ZodReadonly: Mt,
|
|
7821
7849
|
custom: To,
|
|
7822
7850
|
Schema: te,
|
|
7823
7851
|
ZodSchema: te,
|
|
7824
|
-
late:
|
|
7852
|
+
late: Au,
|
|
7825
7853
|
get ZodFirstPartyTypeKind() {
|
|
7826
7854
|
return G;
|
|
7827
7855
|
},
|
|
7828
|
-
coerce:
|
|
7829
|
-
any:
|
|
7830
|
-
array:
|
|
7831
|
-
bigint:
|
|
7856
|
+
coerce: vc,
|
|
7857
|
+
any: zu,
|
|
7858
|
+
array: Wu,
|
|
7859
|
+
bigint: Iu,
|
|
7832
7860
|
boolean: Oo,
|
|
7833
|
-
date:
|
|
7834
|
-
discriminatedUnion:
|
|
7861
|
+
date: Lu,
|
|
7862
|
+
discriminatedUnion: Gu,
|
|
7835
7863
|
effect: Kn,
|
|
7836
|
-
enum:
|
|
7837
|
-
function:
|
|
7838
|
-
instanceof:
|
|
7839
|
-
intersection:
|
|
7840
|
-
lazy:
|
|
7841
|
-
literal:
|
|
7842
|
-
map:
|
|
7843
|
-
nan:
|
|
7844
|
-
nativeEnum:
|
|
7845
|
-
never:
|
|
7846
|
-
null:
|
|
7847
|
-
nullable:
|
|
7864
|
+
enum: rc,
|
|
7865
|
+
function: nc,
|
|
7866
|
+
instanceof: Du,
|
|
7867
|
+
intersection: Xu,
|
|
7868
|
+
lazy: oc,
|
|
7869
|
+
literal: sc,
|
|
7870
|
+
map: ec,
|
|
7871
|
+
nan: Mu,
|
|
7872
|
+
nativeEnum: lc,
|
|
7873
|
+
never: Zu,
|
|
7874
|
+
null: Nu,
|
|
7875
|
+
nullable: dc,
|
|
7848
7876
|
number: Eo,
|
|
7849
|
-
object:
|
|
7850
|
-
oboolean:
|
|
7851
|
-
onumber:
|
|
7852
|
-
optional:
|
|
7853
|
-
ostring:
|
|
7854
|
-
pipeline:
|
|
7855
|
-
preprocess:
|
|
7856
|
-
promise:
|
|
7857
|
-
record:
|
|
7858
|
-
set:
|
|
7859
|
-
strictObject:
|
|
7877
|
+
object: qu,
|
|
7878
|
+
oboolean: mc,
|
|
7879
|
+
onumber: fc,
|
|
7880
|
+
optional: ac,
|
|
7881
|
+
ostring: pc,
|
|
7882
|
+
pipeline: cc,
|
|
7883
|
+
preprocess: uc,
|
|
7884
|
+
promise: ic,
|
|
7885
|
+
record: Qu,
|
|
7886
|
+
set: tc,
|
|
7887
|
+
strictObject: Ku,
|
|
7860
7888
|
string: So,
|
|
7861
|
-
symbol:
|
|
7889
|
+
symbol: Fu,
|
|
7862
7890
|
transformer: Kn,
|
|
7863
|
-
tuple:
|
|
7864
|
-
undefined:
|
|
7865
|
-
union:
|
|
7866
|
-
unknown:
|
|
7867
|
-
void:
|
|
7868
|
-
NEVER:
|
|
7891
|
+
tuple: Ju,
|
|
7892
|
+
undefined: ju,
|
|
7893
|
+
union: Yu,
|
|
7894
|
+
unknown: Hu,
|
|
7895
|
+
void: Uu,
|
|
7896
|
+
NEVER: hc,
|
|
7869
7897
|
ZodIssueCode: S,
|
|
7870
|
-
quotelessJson:
|
|
7898
|
+
quotelessJson: vu,
|
|
7871
7899
|
ZodError: Ce
|
|
7872
7900
|
});
|
|
7873
|
-
function
|
|
7901
|
+
function gc(n) {
|
|
7874
7902
|
throw new Error("Unexpected object: " + n);
|
|
7875
7903
|
}
|
|
7876
7904
|
const Bo = "upload://upload/", Ro = "index://index/";
|
|
7877
|
-
function
|
|
7905
|
+
function yc(n) {
|
|
7878
7906
|
return n.startsWith(Bo);
|
|
7879
7907
|
}
|
|
7880
|
-
function
|
|
7908
|
+
function _c(n) {
|
|
7881
7909
|
return n.startsWith(Ro);
|
|
7882
7910
|
}
|
|
7883
7911
|
function Po(n) {
|
|
7884
|
-
if (
|
|
7912
|
+
if (_c(n)) {
|
|
7885
7913
|
const e = n.slice(Ro.length);
|
|
7886
7914
|
return JSON.parse(decodeURIComponent(e)).path;
|
|
7887
|
-
} else if (
|
|
7915
|
+
} else if (yc(n)) {
|
|
7888
7916
|
const e = n.slice(Bo.length);
|
|
7889
7917
|
return JSON.parse(decodeURIComponent(e)).localPath;
|
|
7890
7918
|
}
|
|
7891
|
-
|
|
7919
|
+
gc(n);
|
|
7892
7920
|
}
|
|
7893
|
-
function
|
|
7921
|
+
function bc(n) {
|
|
7894
7922
|
return n.replace(/^.*[\\/]/, "");
|
|
7895
7923
|
}
|
|
7896
|
-
function
|
|
7897
|
-
return
|
|
7924
|
+
function wc(n) {
|
|
7925
|
+
return bc(Po(n));
|
|
7898
7926
|
}
|
|
7899
7927
|
Be.object({
|
|
7900
7928
|
__isRef: Be.literal(!0).describe("Crucial marker for the block dependency tree reconstruction"),
|
|
@@ -7903,29 +7931,29 @@ Be.object({
|
|
|
7903
7931
|
}).describe(
|
|
7904
7932
|
"Universal reference type, allowing to set block connections. It is crucial that {@link __isRef} is present and equal to true, internal logic relies on this marker to build block dependency trees."
|
|
7905
7933
|
).strict().readonly();
|
|
7906
|
-
const
|
|
7934
|
+
const kc = Be.object({
|
|
7907
7935
|
type: Be.string(),
|
|
7908
7936
|
importance: Be.number().optional(),
|
|
7909
7937
|
id: Be.string().optional(),
|
|
7910
7938
|
label: Be.string()
|
|
7911
7939
|
});
|
|
7912
|
-
Be.array(
|
|
7913
|
-
const
|
|
7940
|
+
Be.array(kc);
|
|
7941
|
+
const xc = {
|
|
7914
7942
|
key: 0,
|
|
7915
7943
|
ref: "label"
|
|
7916
|
-
},
|
|
7944
|
+
}, $c = {
|
|
7917
7945
|
key: 0,
|
|
7918
7946
|
class: "required-icon"
|
|
7919
|
-
},
|
|
7947
|
+
}, Cc = ["data-placeholder"], Vc = {
|
|
7920
7948
|
key: 5,
|
|
7921
7949
|
class: "pl-file-input__stats"
|
|
7922
|
-
},
|
|
7950
|
+
}, Tc = {
|
|
7923
7951
|
key: 0,
|
|
7924
7952
|
class: "pl-file-input__error"
|
|
7925
|
-
},
|
|
7953
|
+
}, Sc = {
|
|
7926
7954
|
key: 1,
|
|
7927
7955
|
class: "pl-file-input__helper"
|
|
7928
|
-
},
|
|
7956
|
+
}, av = /* @__PURE__ */ F({
|
|
7929
7957
|
__name: "PlFileInput",
|
|
7930
7958
|
props: {
|
|
7931
7959
|
modelValue: {},
|
|
@@ -7953,7 +7981,7 @@ const bc = {
|
|
|
7953
7981
|
} catch (_) {
|
|
7954
7982
|
return t.error = _ instanceof Error ? _.message : String(_), B;
|
|
7955
7983
|
}
|
|
7956
|
-
}, l = g(() => i(r.modelValue,
|
|
7984
|
+
}, l = g(() => i(r.modelValue, wc)), a = g(() => i(r.modelValue, Po)), d = g(() => r.progress && !r.progress.done), c = g(() => r.progress && r.progress.done), v = g(() => t.error ?? r.error), k = g(() => !!v.value), w = g(() => {
|
|
7957
7985
|
const { status: B, done: U } = r.progress ?? {};
|
|
7958
7986
|
return !B || !B.bytesTotal ? "" : B.bytesProcessed && !U ? dn(B.bytesProcessed, {}) + " / " + dn(B.bytesTotal, {}) : dn(B.bytesTotal, {});
|
|
7959
7987
|
}), C = g(() => {
|
|
@@ -7989,11 +8017,11 @@ const bc = {
|
|
|
7989
8017
|
}, [
|
|
7990
8018
|
h("div", {
|
|
7991
8019
|
class: "pl-file-input__progress",
|
|
7992
|
-
style:
|
|
8020
|
+
style: oe(C.value)
|
|
7993
8021
|
}, null, 4),
|
|
7994
8022
|
U[3] || (U[3] = m()),
|
|
7995
|
-
!B.cellStyle && B.label ? (u(), p("label",
|
|
7996
|
-
B.required ? (u(), p("i",
|
|
8023
|
+
!B.cellStyle && B.label ? (u(), p("label", xc, [
|
|
8024
|
+
B.required ? (u(), p("i", $c)) : $("", !0),
|
|
7997
8025
|
U[1] || (U[1] = m()),
|
|
7998
8026
|
h("span", null, A(B.label), 1),
|
|
7999
8027
|
U[2] || (U[2] = m()),
|
|
@@ -8028,9 +8056,9 @@ const bc = {
|
|
|
8028
8056
|
h("div", {
|
|
8029
8057
|
"data-placeholder": B.placeholder ?? "Choose file",
|
|
8030
8058
|
class: "pl-file-input__filename"
|
|
8031
|
-
}, A(l.value), 9,
|
|
8059
|
+
}, A(l.value), 9, Cc),
|
|
8032
8060
|
U[6] || (U[6] = m()),
|
|
8033
|
-
w.value ? (u(), p("div",
|
|
8061
|
+
w.value ? (u(), p("div", Vc, A(w.value), 1)) : $("", !0),
|
|
8034
8062
|
U[7] || (U[7] = m()),
|
|
8035
8063
|
B.modelValue ? (u(), H(y(Ve), {
|
|
8036
8064
|
key: 6,
|
|
@@ -8041,10 +8069,10 @@ const bc = {
|
|
|
8041
8069
|
J(qe, { class: "pl-file-input__contour" })
|
|
8042
8070
|
], 34),
|
|
8043
8071
|
U[9] || (U[9] = m()),
|
|
8044
|
-
k.value ? (u(), p("div",
|
|
8072
|
+
k.value ? (u(), p("div", Tc, A(v.value), 1)) : B.helper ? (u(), p("div", Sc, A(B.helper), 1)) : $("", !0)
|
|
8045
8073
|
], 2),
|
|
8046
8074
|
U[10] || (U[10] = m()),
|
|
8047
|
-
J(y(
|
|
8075
|
+
J(y(mu), {
|
|
8048
8076
|
modelValue: t.fileDialogOpen,
|
|
8049
8077
|
"onUpdate:modelValue": U[0] || (U[0] = (_) => t.fileDialogOpen = _),
|
|
8050
8078
|
extensions: B.extensions,
|
|
@@ -8054,13 +8082,13 @@ const bc = {
|
|
|
8054
8082
|
}, null, 8, ["modelValue", "extensions", "title", "close-on-outside-click"])
|
|
8055
8083
|
], 64));
|
|
8056
8084
|
}
|
|
8057
|
-
}),
|
|
8085
|
+
}), Ec = { class: "pl-notification-alert__wrapper d-flex text-s" }, Oc = { class: "pl-notification-alert__content flex-grow-1" }, Bc = {
|
|
8058
8086
|
key: 0,
|
|
8059
8087
|
class: "pl-notification-alert__close"
|
|
8060
|
-
},
|
|
8088
|
+
}, Rc = {
|
|
8061
8089
|
key: 0,
|
|
8062
8090
|
class: "pl-notification-alert__actions d-flex"
|
|
8063
|
-
},
|
|
8091
|
+
}, dv = /* @__PURE__ */ F({
|
|
8064
8092
|
__name: "PlNotificationAlert",
|
|
8065
8093
|
props: /* @__PURE__ */ Je({
|
|
8066
8094
|
type: { default: "neutral" },
|
|
@@ -8079,14 +8107,14 @@ const bc = {
|
|
|
8079
8107
|
return (o, r) => t.value ? (u(), p("div", {
|
|
8080
8108
|
key: 0,
|
|
8081
8109
|
class: E([o.type, "pl-notification-alert d-flex flex-column gap-16"]),
|
|
8082
|
-
style:
|
|
8110
|
+
style: oe({ width: `${o.width}` })
|
|
8083
8111
|
}, [
|
|
8084
|
-
h("div",
|
|
8085
|
-
h("div",
|
|
8112
|
+
h("div", Ec, [
|
|
8113
|
+
h("div", Oc, [
|
|
8086
8114
|
Z(o.$slots, "default")
|
|
8087
8115
|
]),
|
|
8088
8116
|
r[0] || (r[0] = m()),
|
|
8089
|
-
o.closable ? (u(), p("div",
|
|
8117
|
+
o.closable ? (u(), p("div", Bc, [
|
|
8090
8118
|
J(y(ao), {
|
|
8091
8119
|
icon: "close",
|
|
8092
8120
|
onClick: s
|
|
@@ -8094,12 +8122,12 @@ const bc = {
|
|
|
8094
8122
|
])) : $("", !0)
|
|
8095
8123
|
]),
|
|
8096
8124
|
r[1] || (r[1] = m()),
|
|
8097
|
-
o.$slots.actions ? (u(), p("div",
|
|
8125
|
+
o.$slots.actions ? (u(), p("div", Rc, [
|
|
8098
8126
|
Z(o.$slots, "actions")
|
|
8099
8127
|
])) : $("", !0)
|
|
8100
8128
|
], 6)) : $("", !0);
|
|
8101
8129
|
}
|
|
8102
|
-
}),
|
|
8130
|
+
}), uv = /* @__PURE__ */ F({
|
|
8103
8131
|
__name: "ContextProvider",
|
|
8104
8132
|
props: {
|
|
8105
8133
|
context: {},
|
|
@@ -8125,16 +8153,16 @@ const Rn = (n) => g(() => {
|
|
|
8125
8153
|
e.push(l);
|
|
8126
8154
|
}
|
|
8127
8155
|
return e;
|
|
8128
|
-
}),
|
|
8156
|
+
}), Pc = { class: "ui-slider__wrapper" }, Ac = { class: "ui-slider__label-section" }, Dc = {
|
|
8129
8157
|
key: 0,
|
|
8130
8158
|
class: "text-s"
|
|
8131
|
-
},
|
|
8159
|
+
}, Mc = {
|
|
8132
8160
|
key: 1,
|
|
8133
8161
|
class: "ui-slider__value-static text-s"
|
|
8134
|
-
},
|
|
8162
|
+
}, Ic = { class: "ui-slider__base" }, Lc = { class: "ui-slider__container" }, Fc = { class: "ui-slider__container ui-slider__container-thumb" }, jc = { class: "ui-slider__input-wrapper d-flex" }, Nc = ["value"], zc = {
|
|
8135
8163
|
key: 0,
|
|
8136
8164
|
class: "ui-slider__error"
|
|
8137
|
-
},
|
|
8165
|
+
}, cv = /* @__PURE__ */ F({
|
|
8138
8166
|
__name: "Slider",
|
|
8139
8167
|
props: {
|
|
8140
8168
|
modelValue: {},
|
|
@@ -8195,9 +8223,9 @@ const Rn = (n) => g(() => {
|
|
|
8195
8223
|
h("div", {
|
|
8196
8224
|
class: E([`ui-slider__mode-${o.mode}`, "ui-slider"])
|
|
8197
8225
|
}, [
|
|
8198
|
-
h("div",
|
|
8199
|
-
h("div",
|
|
8200
|
-
_.label ? (u(), p("label",
|
|
8226
|
+
h("div", Pc, [
|
|
8227
|
+
h("div", Ac, [
|
|
8228
|
+
_.label ? (u(), p("label", Dc, [
|
|
8201
8229
|
h("span", null, A(_.label), 1),
|
|
8202
8230
|
f[1] || (f[1] = m()),
|
|
8203
8231
|
y(t).tooltip ? (u(), H(y(ke), {
|
|
@@ -8212,11 +8240,11 @@ const Rn = (n) => g(() => {
|
|
|
8212
8240
|
})) : $("", !0)
|
|
8213
8241
|
])) : $("", !0),
|
|
8214
8242
|
f[2] || (f[2] = m()),
|
|
8215
|
-
o.mode === "text" ? (u(), p("div",
|
|
8243
|
+
o.mode === "text" ? (u(), p("div", Mc, A(a.value) + A(_.measure), 1)) : $("", !0)
|
|
8216
8244
|
]),
|
|
8217
8245
|
f[6] || (f[6] = m()),
|
|
8218
|
-
h("div",
|
|
8219
|
-
h("div",
|
|
8246
|
+
h("div", Ic, [
|
|
8247
|
+
h("div", Lc, [
|
|
8220
8248
|
h("div", {
|
|
8221
8249
|
ref_key: "barRef",
|
|
8222
8250
|
ref: D,
|
|
@@ -8224,15 +8252,15 @@ const Rn = (n) => g(() => {
|
|
|
8224
8252
|
}, [
|
|
8225
8253
|
h("div", {
|
|
8226
8254
|
class: "ui-slider__progress",
|
|
8227
|
-
style:
|
|
8255
|
+
style: oe(w.value)
|
|
8228
8256
|
}, null, 4)
|
|
8229
8257
|
], 512)
|
|
8230
8258
|
]),
|
|
8231
8259
|
f[5] || (f[5] = m()),
|
|
8232
|
-
h("div",
|
|
8260
|
+
h("div", Fc, [
|
|
8233
8261
|
o.breakpoints ? (u(!0), p(ae, { key: 0 }, ce(y(v), (T, P) => (u(), p("div", {
|
|
8234
8262
|
key: P,
|
|
8235
|
-
style:
|
|
8263
|
+
style: oe({ right: `${T}%` }),
|
|
8236
8264
|
class: "ui-slider__thumb-step"
|
|
8237
8265
|
}, null, 4))), 128)) : $("", !0),
|
|
8238
8266
|
f[4] || (f[4] = m()),
|
|
@@ -8241,7 +8269,7 @@ const Rn = (n) => g(() => {
|
|
|
8241
8269
|
ref: M,
|
|
8242
8270
|
tabindex: "0",
|
|
8243
8271
|
class: "ui-slider__thumb ui-slider__thumb-active",
|
|
8244
|
-
style:
|
|
8272
|
+
style: oe(C.value),
|
|
8245
8273
|
onKeydown: U
|
|
8246
8274
|
}, f[3] || (f[3] = [
|
|
8247
8275
|
h("div", { class: "ui-slider__thumb-focused-contour" }, null, -1)
|
|
@@ -8250,21 +8278,21 @@ const Rn = (n) => g(() => {
|
|
|
8250
8278
|
])
|
|
8251
8279
|
]),
|
|
8252
8280
|
f[7] || (f[7] = m()),
|
|
8253
|
-
h("div",
|
|
8281
|
+
h("div", jc, [
|
|
8254
8282
|
o.mode === "input" ? (u(), p("input", {
|
|
8255
8283
|
key: 0,
|
|
8256
8284
|
value: a.value,
|
|
8257
8285
|
class: "ui-slider__value text-s",
|
|
8258
8286
|
onChange: f[0] || (f[0] = (T) => B(T))
|
|
8259
|
-
}, null, 40,
|
|
8287
|
+
}, null, 40, Nc)) : $("", !0)
|
|
8260
8288
|
])
|
|
8261
8289
|
], 2),
|
|
8262
8290
|
f[8] || (f[8] = m()),
|
|
8263
|
-
d.value ? (u(), p("div",
|
|
8291
|
+
d.value ? (u(), p("div", zc, A(d.value), 1)) : $("", !0)
|
|
8264
8292
|
], 2));
|
|
8265
8293
|
}
|
|
8266
8294
|
});
|
|
8267
|
-
function
|
|
8295
|
+
function pv(n, e = null, t = null) {
|
|
8268
8296
|
function s(l) {
|
|
8269
8297
|
const { scrollTop: a, scrollHeight: d, clientHeight: c } = l;
|
|
8270
8298
|
if (!(d > c) || !e)
|
|
@@ -8301,7 +8329,7 @@ function av(n, e = null, t = null) {
|
|
|
8301
8329
|
const i = lo(r);
|
|
8302
8330
|
he(r), fe(window, "scroll", i, !0), fe(window, "resize", i, !0);
|
|
8303
8331
|
}
|
|
8304
|
-
function
|
|
8332
|
+
function Hc(n, e) {
|
|
8305
8333
|
uo(() => {
|
|
8306
8334
|
ve(y(n), (t) => {
|
|
8307
8335
|
co(t, () => e(t));
|
|
@@ -8318,11 +8346,11 @@ const Fe = {
|
|
|
8318
8346
|
}, gt = (n) => n.getBoundingClientRect().y, Yn = (n) => {
|
|
8319
8347
|
const { y: e, height: t } = n.getBoundingClientRect();
|
|
8320
8348
|
return e + Math.ceil(t / 2);
|
|
8321
|
-
},
|
|
8349
|
+
}, Zc = (n) => {
|
|
8322
8350
|
const { y: e, height: t } = n.getBoundingClientRect();
|
|
8323
8351
|
return e + t;
|
|
8324
8352
|
};
|
|
8325
|
-
function
|
|
8353
|
+
function fv(n, e) {
|
|
8326
8354
|
const t = {
|
|
8327
8355
|
item: void 0,
|
|
8328
8356
|
options() {
|
|
@@ -8391,7 +8419,7 @@ function dv(n, e) {
|
|
|
8391
8419
|
return;
|
|
8392
8420
|
const { el: C } = t.item;
|
|
8393
8421
|
v(t.item, w.y);
|
|
8394
|
-
const D = gt(t.item.el), M =
|
|
8422
|
+
const D = gt(t.item.el), M = Zc(t.item.el), V = l(C), W = a(C);
|
|
8395
8423
|
V.forEach((B) => {
|
|
8396
8424
|
const U = Yn(B);
|
|
8397
8425
|
D + o < U && k(d(B, C));
|
|
@@ -8424,13 +8452,13 @@ function dv(n, e) {
|
|
|
8424
8452
|
});
|
|
8425
8453
|
});
|
|
8426
8454
|
}
|
|
8427
|
-
function
|
|
8455
|
+
function mv(n, e) {
|
|
8428
8456
|
let t;
|
|
8429
8457
|
he(() => {
|
|
8430
8458
|
t = setInterval(n, e);
|
|
8431
8459
|
}), Le(() => clearInterval(t));
|
|
8432
8460
|
}
|
|
8433
|
-
function
|
|
8461
|
+
function vv(n, e, t) {
|
|
8434
8462
|
const s = de({
|
|
8435
8463
|
data: an.deepClone(e(n.value)),
|
|
8436
8464
|
changed: !1
|
|
@@ -8452,7 +8480,7 @@ function cv(n, e, t) {
|
|
|
8452
8480
|
{ deep: !0, immediate: !0 }
|
|
8453
8481
|
), s;
|
|
8454
8482
|
}
|
|
8455
|
-
function
|
|
8483
|
+
function hv(n) {
|
|
8456
8484
|
const e = de({
|
|
8457
8485
|
isLoading: !1,
|
|
8458
8486
|
result: void 0,
|
|
@@ -8476,7 +8504,7 @@ function pv(n) {
|
|
|
8476
8504
|
});
|
|
8477
8505
|
return e.run = e.run.bind(e), e;
|
|
8478
8506
|
}
|
|
8479
|
-
function
|
|
8507
|
+
function gv(n, e) {
|
|
8480
8508
|
function t(i, l) {
|
|
8481
8509
|
const a = y(n);
|
|
8482
8510
|
if (!a)
|
|
@@ -8507,13 +8535,13 @@ function fv(n, e) {
|
|
|
8507
8535
|
}
|
|
8508
8536
|
he(o), Le(r);
|
|
8509
8537
|
}
|
|
8510
|
-
const
|
|
8538
|
+
const Uc = { class: "ui-slider__wrapper" }, Wc = { class: "ui-slider__label-section" }, qc = {
|
|
8511
8539
|
key: 0,
|
|
8512
8540
|
class: "text-s"
|
|
8513
|
-
},
|
|
8541
|
+
}, Kc = { class: "ui-slider__base" }, Yc = { class: "ui-slider__container" }, Gc = { class: "ui-slider__container ui-slider__container-thumb" }, Xc = ["data-percent"], Jc = ["data-percent"], Qc = ["data-percent"], ep = {
|
|
8514
8542
|
key: 0,
|
|
8515
8543
|
class: "ui-slider__error"
|
|
8516
|
-
},
|
|
8544
|
+
}, yv = /* @__PURE__ */ F({
|
|
8517
8545
|
__name: "SliderRangeTriple",
|
|
8518
8546
|
props: {
|
|
8519
8547
|
modelValue: {},
|
|
@@ -8538,10 +8566,10 @@ const zc = { class: "ui-slider__wrapper" }, Hc = { class: "ui-slider__label-sect
|
|
|
8538
8566
|
const I = o.modelValue;
|
|
8539
8567
|
if (!(Array.isArray(I) && I.length === 3 && I.every((re) => Number.isFinite(re))))
|
|
8540
8568
|
return "Expected model [number, number, number]";
|
|
8541
|
-
const
|
|
8569
|
+
const se = [];
|
|
8542
8570
|
return [...o.modelValue].forEach((re) => {
|
|
8543
|
-
re > o.max &&
|
|
8544
|
-
}),
|
|
8571
|
+
re > o.max && se.push(`Max model value must be lower than max props ${o.max}.`), re < o.min && se.push("Min model value must be greater than max props.");
|
|
8572
|
+
}), se.length > 0 ? se.join(" ") : o.error;
|
|
8545
8573
|
}), V = g(() => (w.value - o.min) / c.value), W = g(() => (C.value - o.min) / c.value), B = g(() => (D.value - o.min) / c.value), U = g(() => R()), _ = g(() => ({
|
|
8546
8574
|
right: U.value[0] + "%",
|
|
8547
8575
|
left: 100 - U.value[2] + "%"
|
|
@@ -8554,30 +8582,30 @@ const zc = { class: "ui-slider__wrapper" }, Hc = { class: "ui-slider__label-sect
|
|
|
8554
8582
|
}));
|
|
8555
8583
|
Ge(l, (I) => {
|
|
8556
8584
|
var j;
|
|
8557
|
-
ve((j = y(i)) == null ? void 0 : j.getBoundingClientRect(), (
|
|
8585
|
+
ve((j = y(i)) == null ? void 0 : j.getBoundingClientRect(), (se) => {
|
|
8558
8586
|
const { dx: re } = I;
|
|
8559
|
-
r.deltaValue1 = re /
|
|
8587
|
+
r.deltaValue1 = re / se.width * c.value, l.value && Y(l.value, o.modelValue[0], r.deltaValue1), I.stop && (O([q(w.value), q(C.value), q(D.value)]), r.deltaValue1 = 0);
|
|
8560
8588
|
});
|
|
8561
8589
|
}), Ge(a, (I) => {
|
|
8562
8590
|
var j;
|
|
8563
|
-
ve((j = y(i)) == null ? void 0 : j.getBoundingClientRect(), (
|
|
8591
|
+
ve((j = y(i)) == null ? void 0 : j.getBoundingClientRect(), (se) => {
|
|
8564
8592
|
const { dx: re } = I;
|
|
8565
|
-
r.deltaValue2 = re /
|
|
8593
|
+
r.deltaValue2 = re / se.width * c.value, a.value && Y(a.value, o.modelValue[1], r.deltaValue2), I.stop && (O([q(w.value), q(C.value), q(D.value)]), r.deltaValue2 = 0);
|
|
8566
8594
|
});
|
|
8567
8595
|
}), Ge(d, (I) => {
|
|
8568
8596
|
var j;
|
|
8569
|
-
ve((j = y(i)) == null ? void 0 : j.getBoundingClientRect(), (
|
|
8597
|
+
ve((j = y(i)) == null ? void 0 : j.getBoundingClientRect(), (se) => {
|
|
8570
8598
|
const { dx: re } = I;
|
|
8571
|
-
r.deltaValue3 = re /
|
|
8599
|
+
r.deltaValue3 = re / se.width * c.value, d.value && Y(d.value, o.modelValue[2], r.deltaValue3), I.stop && (O([q(w.value), q(C.value), q(D.value)]), r.deltaValue3 = 0);
|
|
8572
8600
|
});
|
|
8573
8601
|
});
|
|
8574
|
-
function Y(I, j,
|
|
8575
|
-
const re = q(ge((j ?? 0) +
|
|
8602
|
+
function Y(I, j, se) {
|
|
8603
|
+
const re = q(ge((j ?? 0) + se, o.min, o.max));
|
|
8576
8604
|
I.dataset.percent = `${re}${o.measure}`, b();
|
|
8577
8605
|
}
|
|
8578
8606
|
function R() {
|
|
8579
|
-
const I = Math.ceil((1 - V.value) * 100), j = Math.ceil((1 - W.value) * 100),
|
|
8580
|
-
return [I, j,
|
|
8607
|
+
const I = Math.ceil((1 - V.value) * 100), j = Math.ceil((1 - W.value) * 100), se = Math.ceil((1 - B.value) * 100);
|
|
8608
|
+
return [I, j, se].sort((re, Ye) => re - Ye);
|
|
8581
8609
|
}
|
|
8582
8610
|
function q(I) {
|
|
8583
8611
|
const j = ge(I, o.min, o.max);
|
|
@@ -8587,17 +8615,17 @@ const zc = { class: "ui-slider__wrapper" }, Hc = { class: "ui-slider__label-sect
|
|
|
8587
8615
|
s("update:modelValue", I);
|
|
8588
8616
|
}
|
|
8589
8617
|
function b() {
|
|
8590
|
-
const I = Number(f.value.right.substring(0, f.value.right.length - 1)), j = Number(T.value.right.substring(0, T.value.right.length - 1)),
|
|
8618
|
+
const I = Number(f.value.right.substring(0, f.value.right.length - 1)), j = Number(T.value.right.substring(0, T.value.right.length - 1)), se = Number(P.value.right.substring(0, P.value.right.length - 1)), re = [
|
|
8591
8619
|
{ r: I, th: l },
|
|
8592
8620
|
{ r: j, th: a },
|
|
8593
|
-
{ r:
|
|
8621
|
+
{ r: se, th: d }
|
|
8594
8622
|
].sort((Ye, nt) => Ye.r - nt.r);
|
|
8595
8623
|
re[0].th.value && (re[0].th.value.dataset.hint = "high"), re[1].th.value && (re[1].th.value.dataset.hint = "mid"), re[2].th.value && (re[2].th.value.dataset.hint = "low");
|
|
8596
8624
|
}
|
|
8597
8625
|
function x(I, j) {
|
|
8598
8626
|
["ArrowDown", "ArrowUp", "ArrowRight", "ArrowLeft", "Enter"].includes(I.code) && I.preventDefault();
|
|
8599
|
-
const
|
|
8600
|
-
re[j] = ge(re[j] +
|
|
8627
|
+
const se = I.code === "ArrowUp" || I.code === "ArrowRight" ? o.step * 1 : I.code === "ArrowDown" || I.code === "ArrowLeft" ? o.step * -1 : 0, re = [...o.modelValue];
|
|
8628
|
+
re[j] = ge(re[j] + se, o.min, o.max), O(re), b();
|
|
8601
8629
|
}
|
|
8602
8630
|
return he(() => {
|
|
8603
8631
|
b();
|
|
@@ -8607,9 +8635,9 @@ const zc = { class: "ui-slider__wrapper" }, Hc = { class: "ui-slider__label-sect
|
|
|
8607
8635
|
h("div", {
|
|
8608
8636
|
class: E([`ui-slider__mode-${o.mode}`, "ui-slider"])
|
|
8609
8637
|
}, [
|
|
8610
|
-
h("div",
|
|
8611
|
-
h("div",
|
|
8612
|
-
I.label ? (u(), p("label",
|
|
8638
|
+
h("div", Uc, [
|
|
8639
|
+
h("div", Wc, [
|
|
8640
|
+
I.label ? (u(), p("label", qc, [
|
|
8613
8641
|
h("span", null, A(I.label), 1),
|
|
8614
8642
|
j[3] || (j[3] = m()),
|
|
8615
8643
|
y(t).tooltip ? (u(), H(y(ke), {
|
|
@@ -8625,8 +8653,8 @@ const zc = { class: "ui-slider__wrapper" }, Hc = { class: "ui-slider__label-sect
|
|
|
8625
8653
|
])) : $("", !0)
|
|
8626
8654
|
]),
|
|
8627
8655
|
j[11] || (j[11] = m()),
|
|
8628
|
-
h("div",
|
|
8629
|
-
h("div",
|
|
8656
|
+
h("div", Kc, [
|
|
8657
|
+
h("div", Yc, [
|
|
8630
8658
|
h("div", {
|
|
8631
8659
|
ref_key: "barRef",
|
|
8632
8660
|
ref: i,
|
|
@@ -8634,56 +8662,56 @@ const zc = { class: "ui-slider__wrapper" }, Hc = { class: "ui-slider__label-sect
|
|
|
8634
8662
|
}, [
|
|
8635
8663
|
h("div", {
|
|
8636
8664
|
class: "ui-slider__progress",
|
|
8637
|
-
style:
|
|
8665
|
+
style: oe(_.value)
|
|
8638
8666
|
}, null, 4)
|
|
8639
8667
|
], 512)
|
|
8640
8668
|
]),
|
|
8641
8669
|
j[10] || (j[10] = m()),
|
|
8642
|
-
h("div",
|
|
8643
|
-
o.breakpoints ? (u(!0), p(ae, { key: 0 }, ce(y(k), (
|
|
8670
|
+
h("div", Gc, [
|
|
8671
|
+
o.breakpoints ? (u(!0), p(ae, { key: 0 }, ce(y(k), (se, re) => (u(), p("div", {
|
|
8644
8672
|
key: re,
|
|
8645
|
-
style:
|
|
8673
|
+
style: oe({ right: `${se}%` }),
|
|
8646
8674
|
class: "ui-slider__thumb-step"
|
|
8647
8675
|
}, null, 4))), 128)) : $("", !0),
|
|
8648
8676
|
j[7] || (j[7] = m()),
|
|
8649
8677
|
h("div", {
|
|
8650
8678
|
ref_key: "thumbRef1",
|
|
8651
8679
|
ref: l,
|
|
8652
|
-
style:
|
|
8680
|
+
style: oe(f.value),
|
|
8653
8681
|
"data-percent": o.modelValue[0] + "%",
|
|
8654
8682
|
class: "ui-slider__thumb ui-slider__triple-thumb",
|
|
8655
8683
|
r1: "",
|
|
8656
8684
|
tabindex: "0",
|
|
8657
|
-
onKeydown: j[0] || (j[0] = (
|
|
8685
|
+
onKeydown: j[0] || (j[0] = (se) => x(se, 0))
|
|
8658
8686
|
}, j[4] || (j[4] = [
|
|
8659
8687
|
h("div", { class: "ui-slider__thumb-focused-contour" }, null, -1)
|
|
8660
|
-
]), 44,
|
|
8688
|
+
]), 44, Xc),
|
|
8661
8689
|
j[8] || (j[8] = m()),
|
|
8662
8690
|
h("div", {
|
|
8663
8691
|
ref_key: "thumbRef2",
|
|
8664
8692
|
ref: a,
|
|
8665
|
-
style:
|
|
8693
|
+
style: oe(T.value),
|
|
8666
8694
|
"data-percent": o.modelValue[1] + "%",
|
|
8667
8695
|
class: "ui-slider__thumb ui-slider__triple-thumb",
|
|
8668
8696
|
r2: "",
|
|
8669
8697
|
tabindex: "0",
|
|
8670
|
-
onKeydown: j[1] || (j[1] = (
|
|
8698
|
+
onKeydown: j[1] || (j[1] = (se) => x(se, 1))
|
|
8671
8699
|
}, j[5] || (j[5] = [
|
|
8672
8700
|
h("div", { class: "ui-slider__thumb-focused-contour" }, null, -1)
|
|
8673
|
-
]), 44,
|
|
8701
|
+
]), 44, Jc),
|
|
8674
8702
|
j[9] || (j[9] = m()),
|
|
8675
8703
|
h("div", {
|
|
8676
8704
|
ref_key: "thumbRef3",
|
|
8677
8705
|
ref: d,
|
|
8678
|
-
style:
|
|
8706
|
+
style: oe(P.value),
|
|
8679
8707
|
"data-percent": o.modelValue[2] + "%",
|
|
8680
8708
|
class: "ui-slider__thumb ui-slider__triple-thumb",
|
|
8681
8709
|
r3: "",
|
|
8682
8710
|
tabindex: "0",
|
|
8683
|
-
onKeydown: j[2] || (j[2] = (
|
|
8711
|
+
onKeydown: j[2] || (j[2] = (se) => x(se, 2))
|
|
8684
8712
|
}, j[6] || (j[6] = [
|
|
8685
8713
|
h("div", { class: "ui-slider__thumb-focused-contour" }, null, -1)
|
|
8686
|
-
]), 44,
|
|
8714
|
+
]), 44, Qc)
|
|
8687
8715
|
])
|
|
8688
8716
|
])
|
|
8689
8717
|
]),
|
|
@@ -8691,10 +8719,10 @@ const zc = { class: "ui-slider__wrapper" }, Hc = { class: "ui-slider__label-sect
|
|
|
8691
8719
|
j[13] || (j[13] = h("div", { class: "ui-slider__input-wrapper d-flex" }, null, -1))
|
|
8692
8720
|
], 2),
|
|
8693
8721
|
j[14] || (j[14] = m()),
|
|
8694
|
-
M.value ? (u(), p("div",
|
|
8722
|
+
M.value ? (u(), p("div", ep, A(M.value), 1)) : $("", !0)
|
|
8695
8723
|
], 2));
|
|
8696
8724
|
}
|
|
8697
|
-
}),
|
|
8725
|
+
}), tp = { class: "ui-input-range__separator" }, np = /* @__PURE__ */ F({
|
|
8698
8726
|
__name: "InputRange",
|
|
8699
8727
|
props: {
|
|
8700
8728
|
modelValue: {},
|
|
@@ -8742,7 +8770,7 @@ const zc = { class: "ui-slider__wrapper" }, Hc = { class: "ui-slider__label-sect
|
|
|
8742
8770
|
[Me, l.value.left]
|
|
8743
8771
|
]),
|
|
8744
8772
|
v[8] || (v[8] = m()),
|
|
8745
|
-
h("div",
|
|
8773
|
+
h("div", tp, A(t.separator), 1),
|
|
8746
8774
|
v[9] || (v[9] = m()),
|
|
8747
8775
|
be(h("input", {
|
|
8748
8776
|
"onUpdate:modelValue": v[4] || (v[4] = (k) => l.value.right = k),
|
|
@@ -8757,16 +8785,16 @@ const zc = { class: "ui-slider__wrapper" }, Hc = { class: "ui-slider__label-sect
|
|
|
8757
8785
|
])
|
|
8758
8786
|
], 16));
|
|
8759
8787
|
}
|
|
8760
|
-
}),
|
|
8788
|
+
}), op = { class: "ui-slider__wrapper" }, sp = { class: "ui-slider__label-section" }, rp = {
|
|
8761
8789
|
key: 0,
|
|
8762
8790
|
class: "text-s"
|
|
8763
|
-
},
|
|
8791
|
+
}, lp = {
|
|
8764
8792
|
key: 1,
|
|
8765
8793
|
class: "ui-slider__value-static text-s"
|
|
8766
|
-
},
|
|
8794
|
+
}, ip = { class: "ui-slider__base" }, ap = { class: "ui-slider__container" }, dp = { class: "ui-slider__container ui-slider__container-thumb" }, up = { class: "ui-slider__input-wrapper d-flex" }, cp = {
|
|
8767
8795
|
key: 0,
|
|
8768
8796
|
class: "ui-slider__error"
|
|
8769
|
-
},
|
|
8797
|
+
}, _v = /* @__PURE__ */ F({
|
|
8770
8798
|
__name: "SliderRange",
|
|
8771
8799
|
props: {
|
|
8772
8800
|
modelValue: {},
|
|
@@ -8807,13 +8835,13 @@ const zc = { class: "ui-slider__wrapper" }, Hc = { class: "ui-slider__label-sect
|
|
|
8807
8835
|
var x;
|
|
8808
8836
|
ve((x = y(i)) == null ? void 0 : x.getBoundingClientRect(), (I) => {
|
|
8809
8837
|
const { dx: j } = b;
|
|
8810
|
-
r.deltaValue1 = j / I.width * D.value, c.value = R(ge((o.modelValue[0] ?? 0) + r.deltaValue1, o.min, o.max)), d.value = [c.value, v.value].sort((
|
|
8838
|
+
r.deltaValue1 = j / I.width * D.value, c.value = R(ge((o.modelValue[0] ?? 0) + r.deltaValue1, o.min, o.max)), d.value = [c.value, v.value].sort((se, re) => se - re), b.stop && (q([R(M.value), R(V.value)]), r.deltaValue1 = 0);
|
|
8811
8839
|
});
|
|
8812
8840
|
}), Ge(a, (b) => {
|
|
8813
8841
|
var x;
|
|
8814
8842
|
ve((x = y(i)) == null ? void 0 : x.getBoundingClientRect(), (I) => {
|
|
8815
8843
|
const { dx: j } = b;
|
|
8816
|
-
r.deltaValue2 = j / I.width * D.value, v.value = R(ge((o.modelValue[1] ?? 0) + r.deltaValue2, o.min, o.max)), d.value = [c.value, v.value].sort((
|
|
8844
|
+
r.deltaValue2 = j / I.width * D.value, v.value = R(ge((o.modelValue[1] ?? 0) + r.deltaValue2, o.min, o.max)), d.value = [c.value, v.value].sort((se, re) => se - re), b.stop && (q([R(M.value), R(V.value)]), r.deltaValue2 = 0);
|
|
8817
8845
|
});
|
|
8818
8846
|
});
|
|
8819
8847
|
function Y() {
|
|
@@ -8838,9 +8866,9 @@ const zc = { class: "ui-slider__wrapper" }, Hc = { class: "ui-slider__label-sect
|
|
|
8838
8866
|
h("div", {
|
|
8839
8867
|
class: E([`ui-slider__mode-${o.mode}`, "ui-slider"])
|
|
8840
8868
|
}, [
|
|
8841
|
-
h("div",
|
|
8842
|
-
h("div",
|
|
8843
|
-
b.label ? (u(), p("label",
|
|
8869
|
+
h("div", op, [
|
|
8870
|
+
h("div", sp, [
|
|
8871
|
+
b.label ? (u(), p("label", rp, [
|
|
8844
8872
|
h("span", null, A(b.label), 1),
|
|
8845
8873
|
x[3] || (x[3] = m()),
|
|
8846
8874
|
y(t).tooltip ? (u(), H(y(ke), {
|
|
@@ -8855,11 +8883,11 @@ const zc = { class: "ui-slider__wrapper" }, Hc = { class: "ui-slider__label-sect
|
|
|
8855
8883
|
})) : $("", !0)
|
|
8856
8884
|
])) : $("", !0),
|
|
8857
8885
|
x[4] || (x[4] = m()),
|
|
8858
|
-
o.mode === "text" ? (u(), p("div",
|
|
8886
|
+
o.mode === "text" ? (u(), p("div", lp, A(C.value), 1)) : $("", !0)
|
|
8859
8887
|
]),
|
|
8860
8888
|
x[10] || (x[10] = m()),
|
|
8861
|
-
h("div",
|
|
8862
|
-
h("div",
|
|
8889
|
+
h("div", ip, [
|
|
8890
|
+
h("div", ap, [
|
|
8863
8891
|
h("div", {
|
|
8864
8892
|
ref_key: "barRef",
|
|
8865
8893
|
ref: i,
|
|
@@ -8867,22 +8895,22 @@ const zc = { class: "ui-slider__wrapper" }, Hc = { class: "ui-slider__label-sect
|
|
|
8867
8895
|
}, [
|
|
8868
8896
|
h("div", {
|
|
8869
8897
|
class: "ui-slider__progress",
|
|
8870
|
-
style:
|
|
8898
|
+
style: oe(f.value)
|
|
8871
8899
|
}, null, 4)
|
|
8872
8900
|
], 512)
|
|
8873
8901
|
]),
|
|
8874
8902
|
x[9] || (x[9] = m()),
|
|
8875
|
-
h("div",
|
|
8903
|
+
h("div", dp, [
|
|
8876
8904
|
o.breakpoints ? (u(!0), p(ae, { key: 0 }, ce(y(w), (I, j) => (u(), p("div", {
|
|
8877
8905
|
key: j,
|
|
8878
|
-
style:
|
|
8906
|
+
style: oe({ right: `${I}%` }),
|
|
8879
8907
|
class: "ui-slider__thumb-step"
|
|
8880
8908
|
}, null, 4))), 128)) : $("", !0),
|
|
8881
8909
|
x[7] || (x[7] = m()),
|
|
8882
8910
|
h("div", {
|
|
8883
8911
|
ref_key: "thumbRef1",
|
|
8884
8912
|
ref: l,
|
|
8885
|
-
style:
|
|
8913
|
+
style: oe(T.value),
|
|
8886
8914
|
class: "ui-slider__thumb",
|
|
8887
8915
|
tabindex: "0",
|
|
8888
8916
|
onKeydown: x[0] || (x[0] = (I) => O(I, 0))
|
|
@@ -8893,7 +8921,7 @@ const zc = { class: "ui-slider__wrapper" }, Hc = { class: "ui-slider__label-sect
|
|
|
8893
8921
|
h("div", {
|
|
8894
8922
|
ref_key: "thumbRef2",
|
|
8895
8923
|
ref: a,
|
|
8896
|
-
style:
|
|
8924
|
+
style: oe(P.value),
|
|
8897
8925
|
class: "ui-slider__thumb",
|
|
8898
8926
|
tabindex: "0",
|
|
8899
8927
|
onKeydown: x[1] || (x[1] = (I) => O(I, 1))
|
|
@@ -8904,8 +8932,8 @@ const zc = { class: "ui-slider__wrapper" }, Hc = { class: "ui-slider__label-sect
|
|
|
8904
8932
|
])
|
|
8905
8933
|
]),
|
|
8906
8934
|
x[11] || (x[11] = m()),
|
|
8907
|
-
h("div",
|
|
8908
|
-
o.mode === "input" ? (u(), H(
|
|
8935
|
+
h("div", up, [
|
|
8936
|
+
o.mode === "input" ? (u(), H(np, {
|
|
8909
8937
|
key: 0,
|
|
8910
8938
|
modelValue: d.value,
|
|
8911
8939
|
"onUpdate:modelValue": x[2] || (x[2] = (I) => d.value = I),
|
|
@@ -8915,10 +8943,10 @@ const zc = { class: "ui-slider__wrapper" }, Hc = { class: "ui-slider__label-sect
|
|
|
8915
8943
|
])
|
|
8916
8944
|
], 2),
|
|
8917
8945
|
x[12] || (x[12] = m()),
|
|
8918
|
-
W.value ? (u(), p("div",
|
|
8946
|
+
W.value ? (u(), p("div", cp, A(W.value), 1)) : $("", !0)
|
|
8919
8947
|
], 2));
|
|
8920
8948
|
}
|
|
8921
|
-
}),
|
|
8949
|
+
}), pp = /* @__PURE__ */ F({
|
|
8922
8950
|
__name: "VScroll",
|
|
8923
8951
|
props: {
|
|
8924
8952
|
scrollTop: {},
|
|
@@ -8952,11 +8980,11 @@ const zc = { class: "ui-slider__wrapper" }, Hc = { class: "ui-slider__label-sect
|
|
|
8952
8980
|
}, [
|
|
8953
8981
|
h("div", {
|
|
8954
8982
|
class: "v-scroll__scrollbar",
|
|
8955
|
-
style:
|
|
8983
|
+
style: oe(l.value)
|
|
8956
8984
|
}, null, 4)
|
|
8957
8985
|
], 512)) : $("", !0);
|
|
8958
8986
|
}
|
|
8959
|
-
}),
|
|
8987
|
+
}), fp = /* @__PURE__ */ F({
|
|
8960
8988
|
__name: "HScroll",
|
|
8961
8989
|
props: {
|
|
8962
8990
|
scrollLeft: {},
|
|
@@ -8990,11 +9018,11 @@ const zc = { class: "ui-slider__wrapper" }, Hc = { class: "ui-slider__label-sect
|
|
|
8990
9018
|
}, [
|
|
8991
9019
|
h("div", {
|
|
8992
9020
|
class: "h-scroll__scrollbar",
|
|
8993
|
-
style:
|
|
9021
|
+
style: oe(l.value)
|
|
8994
9022
|
}, null, 4)
|
|
8995
9023
|
], 512)) : $("", !0);
|
|
8996
9024
|
}
|
|
8997
|
-
}),
|
|
9025
|
+
}), mp = { class: "ui-scrollable" }, bv = /* @__PURE__ */ F({
|
|
8998
9026
|
__name: "Scrollable",
|
|
8999
9027
|
setup(n) {
|
|
9000
9028
|
const e = L(), t = de({
|
|
@@ -9023,7 +9051,7 @@ const zc = { class: "ui-slider__wrapper" }, Hc = { class: "ui-slider__label-sect
|
|
|
9023
9051
|
a.scrollLeft = l, s(a);
|
|
9024
9052
|
});
|
|
9025
9053
|
}
|
|
9026
|
-
return
|
|
9054
|
+
return Hc(e, (l) => {
|
|
9027
9055
|
ve(l, (a) => s(a));
|
|
9028
9056
|
}), he(() => {
|
|
9029
9057
|
ve(y(e), (l) => {
|
|
@@ -9031,7 +9059,7 @@ const zc = { class: "ui-slider__wrapper" }, Hc = { class: "ui-slider__label-sect
|
|
|
9031
9059
|
});
|
|
9032
9060
|
}), Le(() => {
|
|
9033
9061
|
ve(y(e), (l) => l.removeEventListener("wheel", o));
|
|
9034
|
-
}), (l, a) => (u(), p("div",
|
|
9062
|
+
}), (l, a) => (u(), p("div", mp, [
|
|
9035
9063
|
h("div", {
|
|
9036
9064
|
ref_key: "containerRef",
|
|
9037
9065
|
ref: e,
|
|
@@ -9041,7 +9069,7 @@ const zc = { class: "ui-slider__wrapper" }, Hc = { class: "ui-slider__label-sect
|
|
|
9041
9069
|
Z(l.$slots, "default")
|
|
9042
9070
|
], 544),
|
|
9043
9071
|
a[2] || (a[2] = m()),
|
|
9044
|
-
J(
|
|
9072
|
+
J(pp, {
|
|
9045
9073
|
"scroll-top": t.scrollTop,
|
|
9046
9074
|
"client-height": t.clientHeight,
|
|
9047
9075
|
"scroll-height": t.scrollHeight,
|
|
@@ -9050,7 +9078,7 @@ const zc = { class: "ui-slider__wrapper" }, Hc = { class: "ui-slider__label-sect
|
|
|
9050
9078
|
"onUpdate:scrollTop": r
|
|
9051
9079
|
}, null, 8, ["scroll-top", "client-height", "scroll-height"]),
|
|
9052
9080
|
a[3] || (a[3] = m()),
|
|
9053
|
-
J(
|
|
9081
|
+
J(fp, {
|
|
9054
9082
|
"scroll-left": t.scrollLeft,
|
|
9055
9083
|
"client-width": t.clientWidth,
|
|
9056
9084
|
"scroll-width": t.scrollWidth,
|
|
@@ -9060,22 +9088,22 @@ const zc = { class: "ui-slider__wrapper" }, Hc = { class: "ui-slider__label-sect
|
|
|
9060
9088
|
}, null, 8, ["scroll-left", "client-width", "scroll-width"])
|
|
9061
9089
|
]));
|
|
9062
9090
|
}
|
|
9063
|
-
}),
|
|
9064
|
-
add:
|
|
9091
|
+
}), vp = "add.svg", hp = "box.svg", gp = "calendar.svg", yp = "checkmark.svg", _p = "clipboard.svg", bp = "close.svg", wp = "copy.svg", kp = "download.svg", xp = "duplicate.svg", $p = "edit.svg", Cp = "error.svg", Vp = "filter.svg", Tp = "help.svg", Sp = "info.svg", Ep = "link.svg", Op = "loading.svg", Bp = "lock.svg", Rp = "maximize.svg", Pp = "minimize.svg", Ap = "minus.svg", Dp = "more.svg", Mp = "open.svg", Ip = "pause.svg", Lp = "play.svg", Fp = "renew.svg", jp = "restart.svg", Np = "reverse.svg", zp = "settings.svg", Hp = "sort.svg", Zp = "stop.svg", Up = "success.svg", Wp = "time.svg", qp = "tune.svg", Kp = "warning.svg", Yp = "zip.svg", Gp = {
|
|
9092
|
+
add: vp,
|
|
9065
9093
|
"arrow-down": "arrow-down.svg",
|
|
9066
9094
|
"arrow-left": "arrow-left.svg",
|
|
9067
9095
|
"arrow-link": "arrow-link.svg",
|
|
9068
9096
|
"arrow-right": "arrow-right.svg",
|
|
9069
9097
|
"arrow-up": "arrow-up.svg",
|
|
9070
|
-
box:
|
|
9071
|
-
calendar:
|
|
9098
|
+
box: hp,
|
|
9099
|
+
calendar: gp,
|
|
9072
9100
|
"caret-down": "caret-down.svg",
|
|
9073
9101
|
"caret-left": "caret-left.svg",
|
|
9074
9102
|
"caret-right": "caret-right.svg",
|
|
9075
9103
|
"caret-up": "caret-up.svg",
|
|
9076
9104
|
"cell-type-num": "cell-type-num.svg",
|
|
9077
9105
|
"cell-type-txt": "cell-type-txt.svg",
|
|
9078
|
-
checkmark:
|
|
9106
|
+
checkmark: yp,
|
|
9079
9107
|
"chevron-down": "chevron-down.svg",
|
|
9080
9108
|
"chevron-first": "chevron-first.svg",
|
|
9081
9109
|
"chevron-last": "chevron-last.svg",
|
|
@@ -9083,85 +9111,85 @@ const zc = { class: "ui-slider__wrapper" }, Hc = { class: "ui-slider__label-sect
|
|
|
9083
9111
|
"chevron-right": "chevron-right.svg",
|
|
9084
9112
|
"chevron-up": "chevron-up.svg",
|
|
9085
9113
|
"clipboard-copied": "clipboard-copied.svg",
|
|
9086
|
-
clipboard:
|
|
9087
|
-
close:
|
|
9088
|
-
copy:
|
|
9114
|
+
clipboard: _p,
|
|
9115
|
+
close: bp,
|
|
9116
|
+
copy: wp,
|
|
9089
9117
|
"data-dimentions": "data-dimentions.svg",
|
|
9090
9118
|
"delete-bin": "delete-bin.svg",
|
|
9091
9119
|
"delete-circle": "delete-circle.svg",
|
|
9092
9120
|
"delete-clear": "delete-clear.svg",
|
|
9093
|
-
download:
|
|
9121
|
+
download: kp,
|
|
9094
9122
|
"drag-dots": "drag-dots.svg",
|
|
9095
|
-
duplicate:
|
|
9096
|
-
edit:
|
|
9097
|
-
error:
|
|
9123
|
+
duplicate: xp,
|
|
9124
|
+
edit: $p,
|
|
9125
|
+
error: Cp,
|
|
9098
9126
|
export: "export.svg",
|
|
9099
9127
|
"filter-on": "filter-on.svg",
|
|
9100
|
-
filter:
|
|
9128
|
+
filter: Vp,
|
|
9101
9129
|
"help-outline": "help-outline.svg",
|
|
9102
|
-
help:
|
|
9130
|
+
help: Tp,
|
|
9103
9131
|
"info-outline": "info-outline.svg",
|
|
9104
|
-
info:
|
|
9132
|
+
info: Sp,
|
|
9105
9133
|
"jump-link": "jump-link.svg",
|
|
9106
|
-
link:
|
|
9107
|
-
loading:
|
|
9108
|
-
lock:
|
|
9109
|
-
maximize:
|
|
9110
|
-
minimize:
|
|
9111
|
-
minus:
|
|
9112
|
-
more:
|
|
9113
|
-
open:
|
|
9134
|
+
link: Ep,
|
|
9135
|
+
loading: Op,
|
|
9136
|
+
lock: Bp,
|
|
9137
|
+
maximize: Rp,
|
|
9138
|
+
minimize: Pp,
|
|
9139
|
+
minus: Ap,
|
|
9140
|
+
more: Dp,
|
|
9141
|
+
open: Mp,
|
|
9114
9142
|
"paper-clip": "paper-clip.svg",
|
|
9115
|
-
pause:
|
|
9116
|
-
play:
|
|
9117
|
-
renew:
|
|
9118
|
-
restart:
|
|
9119
|
-
reverse:
|
|
9120
|
-
settings:
|
|
9121
|
-
sort:
|
|
9122
|
-
stop:
|
|
9123
|
-
success:
|
|
9124
|
-
time:
|
|
9125
|
-
tune:
|
|
9126
|
-
warning:
|
|
9143
|
+
pause: Ip,
|
|
9144
|
+
play: Lp,
|
|
9145
|
+
renew: Fp,
|
|
9146
|
+
restart: jp,
|
|
9147
|
+
reverse: Np,
|
|
9148
|
+
settings: zp,
|
|
9149
|
+
sort: Hp,
|
|
9150
|
+
stop: Zp,
|
|
9151
|
+
success: Up,
|
|
9152
|
+
time: Wp,
|
|
9153
|
+
tune: qp,
|
|
9154
|
+
warning: Kp,
|
|
9127
9155
|
"x-axis": "x-axis.svg",
|
|
9128
9156
|
"y-axis": "y-axis.svg",
|
|
9129
|
-
zip:
|
|
9130
|
-
},
|
|
9157
|
+
zip: Yp
|
|
9158
|
+
}, Xp = "add.svg", Jp = "annotate.svg", Qp = "annotation.svg", ef = "area.svg", tf = "axes.svg", nf = "bar.svg", of = "bindot.svg", sf = "box.svg", rf = "boxplot.svg", lf = "bubble.svg", af = "calendar.svg", df = "canvas.svg", uf = "checkbox.svg", cf = "checkmark.svg", pf = "clipboard.svg", ff = "close.svg", mf = "cluster.svg", vf = "code.svg", hf = "color.svg", gf = "columns.svg", yf = "container.svg", _f = "cookie.svg", bf = "copy.svg", wf = "cpu.svg", kf = "debug.svg", xf = "dna.svg", $f = "download.svg", Cf = "duplicate.svg", Vf = "edit.svg", Tf = "error.svg", Sf = "filter.svg", Ef = "generate.svg", Of = "graph.svg", Bf = "heatmap.svg", Rf = "help.svg", Pf = "info.svg", Af = "jitter.svg", Df = "lasso.svg", Mf = "layers.svg", If = "learn.svg", Lf = "legend.svg", Ff = "line.svg", jf = "link.svg", Nf = "loading.svg", zf = "lock.svg", Hf = "maximize.svg", Zf = "menu.svg", Uf = "minimize.svg", Wf = "minus.svg", qf = "more.svg", Kf = "pause.svg", Yf = "pin.svg", Gf = "play.svg", Xf = "product.svg", Jf = "publications.svg", Qf = "renew.svg", em = "restart.svg", tm = "reverse.svg", nm = "search.svg", om = "server.svg", sm = "settings.svg", rm = "sina.svg", lm = "skatterplot.svg", im = "slice.svg", am = "sort.svg", dm = "statistics.svg", um = "stop.svg", cm = "success.svg", pm = "table.svg", fm = "template.svg", mm = "terminal.svg", vm = "time.svg", hm = "tune.svg", gm = "venn.svg", ym = "violin.svg", _m = "warning.svg", bm = "wetlab.svg", wm = "zip.svg", km = {
|
|
9131
9159
|
"add-layer": "add-layer.svg",
|
|
9132
|
-
add:
|
|
9160
|
+
add: Xp,
|
|
9133
9161
|
"align-center": "align-center.svg",
|
|
9134
9162
|
"align-left": "align-left.svg",
|
|
9135
9163
|
"align-right": "align-right.svg",
|
|
9136
|
-
annotate:
|
|
9137
|
-
annotation:
|
|
9138
|
-
area:
|
|
9164
|
+
annotate: Jp,
|
|
9165
|
+
annotation: Qp,
|
|
9166
|
+
area: ef,
|
|
9139
9167
|
"arrow-down": "arrow-down.svg",
|
|
9140
9168
|
"arrow-left": "arrow-left.svg",
|
|
9141
9169
|
"arrow-link": "arrow-link.svg",
|
|
9142
9170
|
"arrow-right": "arrow-right.svg",
|
|
9143
9171
|
"arrow-up": "arrow-up.svg",
|
|
9144
|
-
axes:
|
|
9172
|
+
axes: tf,
|
|
9145
9173
|
"bar-cross": "bar-cross.svg",
|
|
9146
9174
|
"bar-error": "bar-error.svg",
|
|
9147
9175
|
"bar-stacked": "bar-stacked.svg",
|
|
9148
9176
|
"bar-trend": "bar-trend.svg",
|
|
9149
|
-
bar:
|
|
9150
|
-
bindot:
|
|
9151
|
-
box:
|
|
9177
|
+
bar: nf,
|
|
9178
|
+
bindot: of,
|
|
9179
|
+
box: sf,
|
|
9152
9180
|
"boxplot-binned": "boxplot-binned.svg",
|
|
9153
9181
|
"boxplot-jitter": "boxplot-jitter.svg",
|
|
9154
9182
|
"boxplot-notched": "boxplot-notched.svg",
|
|
9155
|
-
boxplot:
|
|
9156
|
-
bubble:
|
|
9157
|
-
calendar:
|
|
9158
|
-
canvas:
|
|
9183
|
+
boxplot: rf,
|
|
9184
|
+
bubble: lf,
|
|
9185
|
+
calendar: af,
|
|
9186
|
+
canvas: df,
|
|
9159
9187
|
"cell-type-num": "cell-type-num.svg",
|
|
9160
9188
|
"cell-type-txt": "cell-type-txt.svg",
|
|
9161
9189
|
"checkbox-checked": "checkbox-checked.svg",
|
|
9162
9190
|
"checkbox-intermediate": "checkbox-intermediate.svg",
|
|
9163
|
-
checkbox:
|
|
9164
|
-
checkmark:
|
|
9191
|
+
checkbox: uf,
|
|
9192
|
+
checkmark: cf,
|
|
9165
9193
|
"chevron-down": "chevron-down.svg",
|
|
9166
9194
|
"chevron-first": "chevron-first.svg",
|
|
9167
9195
|
"chevron-last": "chevron-last.svg",
|
|
@@ -9170,26 +9198,26 @@ const zc = { class: "ui-slider__wrapper" }, Hc = { class: "ui-slider__label-sect
|
|
|
9170
9198
|
"chevron-sort": "chevron-sort.svg",
|
|
9171
9199
|
"chevron-up": "chevron-up.svg",
|
|
9172
9200
|
"clipboard-copied": "clipboard-copied.svg",
|
|
9173
|
-
clipboard:
|
|
9174
|
-
close:
|
|
9201
|
+
clipboard: pf,
|
|
9202
|
+
close: ff,
|
|
9175
9203
|
"cloud-download": "cloud-download.svg",
|
|
9176
9204
|
"cloud-offline": "cloud-offline.svg",
|
|
9177
9205
|
"cloud-online": "cloud-online.svg",
|
|
9178
9206
|
"cloud-upload": "cloud-upload.svg",
|
|
9179
|
-
cluster:
|
|
9180
|
-
code:
|
|
9207
|
+
cluster: mf,
|
|
9208
|
+
code: vf,
|
|
9181
9209
|
"color-fill": "color-fill.svg",
|
|
9182
9210
|
"color-none": "color-none.svg",
|
|
9183
9211
|
"color-stroke": "color-stroke.svg",
|
|
9184
|
-
color:
|
|
9185
|
-
columns:
|
|
9212
|
+
color: hf,
|
|
9213
|
+
columns: gf,
|
|
9186
9214
|
"connected-points": "connected-points.svg",
|
|
9187
|
-
container:
|
|
9188
|
-
cookie:
|
|
9189
|
-
copy:
|
|
9190
|
-
cpu:
|
|
9215
|
+
container: yf,
|
|
9216
|
+
cookie: _f,
|
|
9217
|
+
copy: bf,
|
|
9218
|
+
cpu: wf,
|
|
9191
9219
|
"data-dimentions": "data-dimentions.svg",
|
|
9192
|
-
debug:
|
|
9220
|
+
debug: kf,
|
|
9193
9221
|
"delete-bin": "delete-bin.svg",
|
|
9194
9222
|
"delete-circle": "delete-circle.svg",
|
|
9195
9223
|
"delete-clear": "delete-clear.svg",
|
|
@@ -9199,15 +9227,15 @@ const zc = { class: "ui-slider__wrapper" }, Hc = { class: "ui-slider__label-sect
|
|
|
9199
9227
|
"dendrogram-Y": "dendrogram-Y.svg",
|
|
9200
9228
|
"dna-add": "dna-add.svg",
|
|
9201
9229
|
"dna-import": "dna-import.svg",
|
|
9202
|
-
dna:
|
|
9203
|
-
download:
|
|
9230
|
+
dna: xf,
|
|
9231
|
+
download: $f,
|
|
9204
9232
|
"drag-dots": "drag-dots.svg",
|
|
9205
9233
|
"drag-horizontal": "drag-horizontal.svg",
|
|
9206
9234
|
"drag-vertical": "drag-vertical.svg",
|
|
9207
|
-
duplicate:
|
|
9208
|
-
edit:
|
|
9235
|
+
duplicate: Cf,
|
|
9236
|
+
edit: Vf,
|
|
9209
9237
|
"error-bar": "error-bar.svg",
|
|
9210
|
-
error:
|
|
9238
|
+
error: Tf,
|
|
9211
9239
|
"expand-left": "expand-left.svg",
|
|
9212
9240
|
"expand-right": "expand-right.svg",
|
|
9213
9241
|
export: "export.svg",
|
|
@@ -9216,7 +9244,7 @@ const zc = { class: "ui-slider__wrapper" }, Hc = { class: "ui-slider__label-sect
|
|
|
9216
9244
|
"file-doc-import": "file-doc-import.svg",
|
|
9217
9245
|
"file-doc": "file-doc.svg",
|
|
9218
9246
|
"filter-on": "filter-on.svg",
|
|
9219
|
-
filter:
|
|
9247
|
+
filter: Sf,
|
|
9220
9248
|
"fire-tips": "fire-tips.svg",
|
|
9221
9249
|
"folder-parent": "folder-parent.svg",
|
|
9222
9250
|
"frame-type-all": "frame-type-all.svg",
|
|
@@ -9224,25 +9252,25 @@ const zc = { class: "ui-slider__wrapper" }, Hc = { class: "ui-slider__label-sect
|
|
|
9224
9252
|
"frame-type-left-bottom": "frame-type-left-bottom.svg",
|
|
9225
9253
|
"frame-type-left": "frame-type-left.svg",
|
|
9226
9254
|
"frame-type-none": "frame-type-none.svg",
|
|
9227
|
-
generate:
|
|
9228
|
-
graph:
|
|
9229
|
-
heatmap:
|
|
9255
|
+
generate: Ef,
|
|
9256
|
+
graph: Of,
|
|
9257
|
+
heatmap: Bf,
|
|
9230
9258
|
"help-outline": "help-outline.svg",
|
|
9231
|
-
help:
|
|
9259
|
+
help: Rf,
|
|
9232
9260
|
"info-outline": "info-outline.svg",
|
|
9233
|
-
info:
|
|
9234
|
-
jitter:
|
|
9261
|
+
info: Pf,
|
|
9262
|
+
jitter: Af,
|
|
9235
9263
|
"jump-link": "jump-link.svg",
|
|
9236
|
-
lasso:
|
|
9237
|
-
layers:
|
|
9238
|
-
learn:
|
|
9264
|
+
lasso: Df,
|
|
9265
|
+
layers: Mf,
|
|
9266
|
+
learn: If,
|
|
9239
9267
|
"legend-box-dot": "legend-box-dot.svg",
|
|
9240
9268
|
"legend-box": "legend-box.svg",
|
|
9241
|
-
legend:
|
|
9269
|
+
legend: Lf,
|
|
9242
9270
|
"line-binned": "line-binned.svg",
|
|
9243
9271
|
"line-error": "line-error.svg",
|
|
9244
9272
|
"line-jitter": "line-jitter.svg",
|
|
9245
|
-
line:
|
|
9273
|
+
line: Ff,
|
|
9246
9274
|
"linetype-dashed": "linetype-dashed.svg",
|
|
9247
9275
|
"linetype-dotdash": "linetype-dotdash.svg",
|
|
9248
9276
|
"linetype-dotted": "linetype-dotted.svg",
|
|
@@ -9250,18 +9278,18 @@ const zc = { class: "ui-slider__wrapper" }, Hc = { class: "ui-slider__label-sect
|
|
|
9250
9278
|
"linetype-solid": "linetype-solid.svg",
|
|
9251
9279
|
"linetype-twodash": "linetype-twodash.svg",
|
|
9252
9280
|
"link-disabled": "link-disabled.svg",
|
|
9253
|
-
link:
|
|
9254
|
-
loading:
|
|
9255
|
-
lock:
|
|
9256
|
-
maximize:
|
|
9257
|
-
menu:
|
|
9258
|
-
minimize:
|
|
9259
|
-
minus:
|
|
9260
|
-
more:
|
|
9281
|
+
link: jf,
|
|
9282
|
+
loading: Nf,
|
|
9283
|
+
lock: zf,
|
|
9284
|
+
maximize: Hf,
|
|
9285
|
+
menu: Zf,
|
|
9286
|
+
minimize: Uf,
|
|
9287
|
+
minus: Wf,
|
|
9288
|
+
more: qf,
|
|
9261
9289
|
"paper-clip": "paper-clip.svg",
|
|
9262
|
-
pause:
|
|
9263
|
-
pin:
|
|
9264
|
-
play:
|
|
9290
|
+
pause: Kf,
|
|
9291
|
+
pin: Yf,
|
|
9292
|
+
play: Gf,
|
|
9265
9293
|
"position-bottom-annotation": "position-bottom-annotation.svg",
|
|
9266
9294
|
"position-bottom": "position-bottom.svg",
|
|
9267
9295
|
"position-left-annotation": "position-left-annotation.svg",
|
|
@@ -9270,23 +9298,23 @@ const zc = { class: "ui-slider__wrapper" }, Hc = { class: "ui-slider__label-sect
|
|
|
9270
9298
|
"position-right": "position-right.svg",
|
|
9271
9299
|
"position-top-annotation": "position-top-annotation.svg",
|
|
9272
9300
|
"position-top": "position-top.svg",
|
|
9273
|
-
product:
|
|
9274
|
-
publications:
|
|
9301
|
+
product: Xf,
|
|
9302
|
+
publications: Jf,
|
|
9275
9303
|
"radio-button-checked": "radio-button-checked.svg",
|
|
9276
9304
|
"radio-button": "radio-button.svg",
|
|
9277
|
-
renew:
|
|
9278
|
-
restart:
|
|
9279
|
-
reverse:
|
|
9305
|
+
renew: Qf,
|
|
9306
|
+
restart: em,
|
|
9307
|
+
reverse: tm,
|
|
9280
9308
|
"rotation-0": "rotation-0.svg",
|
|
9281
9309
|
"rotation-45": "rotation-45.svg",
|
|
9282
9310
|
"rotation-90": "rotation-90.svg",
|
|
9283
|
-
search:
|
|
9311
|
+
search: nm,
|
|
9284
9312
|
"server-on": "server-on.svg",
|
|
9285
|
-
server:
|
|
9286
|
-
settings:
|
|
9287
|
-
sina:
|
|
9288
|
-
skatterplot:
|
|
9289
|
-
slice:
|
|
9313
|
+
server: om,
|
|
9314
|
+
settings: sm,
|
|
9315
|
+
sina: rm,
|
|
9316
|
+
skatterplot: lm,
|
|
9317
|
+
slice: im,
|
|
9290
9318
|
"social-github": "social-github.svg",
|
|
9291
9319
|
"social-linkedin": "social-linkedin.svg",
|
|
9292
9320
|
"social-twitter-X": "social-twitter-X.svg",
|
|
@@ -9294,41 +9322,41 @@ const zc = { class: "ui-slider__wrapper" }, Hc = { class: "ui-slider__label-sect
|
|
|
9294
9322
|
"social-youtube": "social-youtube.svg",
|
|
9295
9323
|
"sort-list-down": "sort-list-down.svg",
|
|
9296
9324
|
"sort-list-up": "sort-list-up.svg",
|
|
9297
|
-
sort:
|
|
9298
|
-
statistics:
|
|
9299
|
-
stop:
|
|
9325
|
+
sort: am,
|
|
9326
|
+
statistics: dm,
|
|
9327
|
+
stop: um,
|
|
9300
9328
|
"strip-plot": "strip-plot.svg",
|
|
9301
|
-
success:
|
|
9329
|
+
success: cm,
|
|
9302
9330
|
"table-add": "table-add.svg",
|
|
9303
9331
|
"table-alias": "table-alias.svg",
|
|
9304
9332
|
"table-import": "table-import.svg",
|
|
9305
|
-
table:
|
|
9306
|
-
template:
|
|
9307
|
-
terminal:
|
|
9333
|
+
table: pm,
|
|
9334
|
+
template: fm,
|
|
9335
|
+
terminal: mm,
|
|
9308
9336
|
"text-align-center": "text-align-center.svg",
|
|
9309
9337
|
"text-align-left": "text-align-left.svg",
|
|
9310
9338
|
"text-align-right": "text-align-right.svg",
|
|
9311
9339
|
"theme-dark": "theme-dark.svg",
|
|
9312
9340
|
"theme-light": "theme-light.svg",
|
|
9313
|
-
time:
|
|
9314
|
-
tune:
|
|
9315
|
-
venn:
|
|
9341
|
+
time: vm,
|
|
9342
|
+
tune: hm,
|
|
9343
|
+
venn: gm,
|
|
9316
9344
|
"view-hide": "view-hide.svg",
|
|
9317
9345
|
"view-show": "view-show.svg",
|
|
9318
9346
|
"violin-binned": "violin-binned.svg",
|
|
9319
9347
|
"violin-jitter": "violin-jitter.svg",
|
|
9320
|
-
violin:
|
|
9321
|
-
warning:
|
|
9322
|
-
wetlab:
|
|
9348
|
+
violin: ym,
|
|
9349
|
+
warning: _m,
|
|
9350
|
+
wetlab: bm,
|
|
9323
9351
|
"windows-collapse": "windows-collapse.svg",
|
|
9324
9352
|
"windows-expand": "windows-expand.svg",
|
|
9325
9353
|
"x-axis": "x-axis.svg",
|
|
9326
9354
|
"y-axis": "y-axis.svg",
|
|
9327
|
-
zip:
|
|
9355
|
+
zip: wm,
|
|
9328
9356
|
"zoom-in": "zoom-in.svg",
|
|
9329
9357
|
"zoom-out": "zoom-out.svg"
|
|
9330
9358
|
};
|
|
9331
|
-
function
|
|
9359
|
+
function xm() {
|
|
9332
9360
|
return {
|
|
9333
9361
|
txtSec: {
|
|
9334
9362
|
title: "Text",
|
|
@@ -9645,7 +9673,7 @@ function bm() {
|
|
|
9645
9673
|
}
|
|
9646
9674
|
};
|
|
9647
9675
|
}
|
|
9648
|
-
const
|
|
9676
|
+
const wv = [
|
|
9649
9677
|
"add",
|
|
9650
9678
|
"arrow-down",
|
|
9651
9679
|
"arrow-left",
|
|
@@ -9712,7 +9740,7 @@ const gv = [
|
|
|
9712
9740
|
"x-axis",
|
|
9713
9741
|
"y-axis",
|
|
9714
9742
|
"zip"
|
|
9715
|
-
],
|
|
9743
|
+
], kv = [
|
|
9716
9744
|
"add-layer",
|
|
9717
9745
|
"add",
|
|
9718
9746
|
"align-center",
|
|
@@ -9912,102 +9940,103 @@ const gv = [
|
|
|
9912
9940
|
"zip",
|
|
9913
9941
|
"zoom-in",
|
|
9914
9942
|
"zoom-out"
|
|
9915
|
-
],
|
|
9943
|
+
], xv = { allCssVariables: xm(), icons16: Gp, icons24: km };
|
|
9916
9944
|
export {
|
|
9917
|
-
|
|
9918
|
-
|
|
9919
|
-
|
|
9945
|
+
uv as ContextProvider,
|
|
9946
|
+
Vm as DataTable,
|
|
9947
|
+
xv as DemoData,
|
|
9920
9948
|
Lt as DropdownListItem,
|
|
9921
9949
|
go as DropdownOverlay,
|
|
9922
9950
|
vo as LongText,
|
|
9923
|
-
|
|
9924
|
-
|
|
9925
|
-
|
|
9926
|
-
|
|
9927
|
-
|
|
9928
|
-
|
|
9951
|
+
sv as PlAccordion,
|
|
9952
|
+
rv as PlAccordionSection,
|
|
9953
|
+
Im as PlAlert,
|
|
9954
|
+
Rm as PlBlockPage,
|
|
9955
|
+
Fm as PlBtnAccent,
|
|
9956
|
+
jm as PlBtnDanger,
|
|
9929
9957
|
ao as PlBtnGhost,
|
|
9930
9958
|
Al as PlBtnGroup,
|
|
9931
|
-
|
|
9959
|
+
Nm as PlBtnLink,
|
|
9932
9960
|
ll as PlBtnPrimary,
|
|
9933
9961
|
ul as PlBtnSecondary,
|
|
9934
|
-
|
|
9935
|
-
|
|
9936
|
-
|
|
9962
|
+
Lm as PlBtnSplit,
|
|
9963
|
+
Jm as PlCheckbox,
|
|
9964
|
+
Qm as PlCheckboxGroup,
|
|
9937
9965
|
Zn as PlChip,
|
|
9938
9966
|
za as PlCloseModalBtn,
|
|
9939
|
-
|
|
9967
|
+
Pm as PlContainer,
|
|
9940
9968
|
Ua as PlDialogModal,
|
|
9941
9969
|
yo as PlDropdown,
|
|
9942
|
-
|
|
9943
|
-
|
|
9944
|
-
|
|
9945
|
-
|
|
9946
|
-
|
|
9947
|
-
|
|
9948
|
-
|
|
9949
|
-
|
|
9970
|
+
Km as PlDropdownLegacy,
|
|
9971
|
+
qm as PlDropdownLine,
|
|
9972
|
+
Xm as PlDropdownMulti,
|
|
9973
|
+
Wm as PlDropdownRef,
|
|
9974
|
+
zm as PlEditableTitle,
|
|
9975
|
+
mu as PlFileDialog,
|
|
9976
|
+
av as PlFileInput,
|
|
9977
|
+
Mm as PlGrid,
|
|
9950
9978
|
ut as PlIcon16,
|
|
9951
9979
|
mo as PlIcon24,
|
|
9952
|
-
|
|
9980
|
+
iv as PlLoaderCircular,
|
|
9981
|
+
nv as PlLogView,
|
|
9953
9982
|
kt as PlMaskIcon16,
|
|
9954
9983
|
Ve as PlMaskIcon24,
|
|
9955
|
-
|
|
9956
|
-
|
|
9957
|
-
|
|
9958
|
-
|
|
9984
|
+
dv as PlNotificationAlert,
|
|
9985
|
+
Gm as PlNumberField,
|
|
9986
|
+
Ym as PlProgressBar,
|
|
9987
|
+
Am as PlRow,
|
|
9959
9988
|
mi as PlSearchField,
|
|
9960
9989
|
xd as PlSectionSeparator,
|
|
9961
|
-
|
|
9962
|
-
|
|
9963
|
-
|
|
9964
|
-
|
|
9965
|
-
|
|
9966
|
-
|
|
9967
|
-
|
|
9990
|
+
ev as PlSlideModal,
|
|
9991
|
+
Dm as PlSpacer,
|
|
9992
|
+
lv as PlStatusTag,
|
|
9993
|
+
ov as PlTabs,
|
|
9994
|
+
Zm as PlTextArea,
|
|
9995
|
+
Hm as PlTextField,
|
|
9996
|
+
tv as PlToggleSwitch,
|
|
9968
9997
|
ke as PlTooltip,
|
|
9969
|
-
|
|
9970
|
-
|
|
9971
|
-
|
|
9972
|
-
|
|
9973
|
-
|
|
9998
|
+
bv as Scrollable,
|
|
9999
|
+
cv as Slider,
|
|
10000
|
+
_v as SliderRange,
|
|
10001
|
+
yv as SliderRangeTriple,
|
|
10002
|
+
Bm as ThemeSwitcher,
|
|
9974
10003
|
wr as animate,
|
|
9975
|
-
|
|
10004
|
+
Em as animateInfinite,
|
|
9976
10005
|
hr as call,
|
|
9977
10006
|
kr as debounce,
|
|
9978
10007
|
gr as delay,
|
|
9979
|
-
|
|
10008
|
+
Um as detectOutside,
|
|
9980
10009
|
ho as eventListener,
|
|
9981
10010
|
$i as getElementScrollPosition,
|
|
9982
10011
|
xi as isElementVisible,
|
|
9983
|
-
|
|
9984
|
-
|
|
10012
|
+
Om as listToOptions,
|
|
10013
|
+
Sm as makeEaseInOut,
|
|
9985
10014
|
br as makeEaseOut,
|
|
9986
|
-
|
|
9987
|
-
|
|
10015
|
+
wv as maskIcons16,
|
|
10016
|
+
kv as maskIcons24,
|
|
9988
10017
|
Qe as normalizeListOptions,
|
|
9989
10018
|
ro as notEmpty,
|
|
9990
10019
|
_r as randomInt,
|
|
9991
|
-
|
|
10020
|
+
Tm as randomString,
|
|
9992
10021
|
lo as requestTick,
|
|
9993
10022
|
On as scrollIntoView,
|
|
9994
10023
|
oo as showContextMenu,
|
|
9995
10024
|
xr as throttle,
|
|
9996
10025
|
yr as timeout,
|
|
9997
10026
|
Sn as useClickOutside,
|
|
9998
|
-
|
|
10027
|
+
gv as useDraggable,
|
|
9999
10028
|
fe as useEventListener,
|
|
10000
|
-
|
|
10029
|
+
vv as useFormState,
|
|
10001
10030
|
Hs as useHover,
|
|
10002
|
-
|
|
10031
|
+
mv as useInterval,
|
|
10003
10032
|
Ke as useLabelNotch,
|
|
10004
10033
|
Vr as useLocalStorage,
|
|
10005
10034
|
zs as useMouse,
|
|
10006
10035
|
Ge as useMouseCapture,
|
|
10007
10036
|
on as usePosition,
|
|
10008
|
-
|
|
10009
|
-
|
|
10010
|
-
|
|
10011
|
-
|
|
10037
|
+
hv as useQuery,
|
|
10038
|
+
Hc as useResizeObserver,
|
|
10039
|
+
pv as useScroll,
|
|
10040
|
+
fv as useSortable,
|
|
10012
10041
|
Sr as useTheme
|
|
10013
10042
|
};
|