@milaboratories/uikit 2.2.58 → 2.2.60
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 +12 -0
- package/dist/pl-uikit.js +212 -209
- package/dist/pl-uikit.js.map +1 -1
- package/dist/pl-uikit.umd.cjs +9 -9
- package/dist/pl-uikit.umd.cjs.map +1 -1
- package/dist/src/generated/icons-16.d.ts +1 -1
- package/dist/src/generated/icons-24.d.ts +1 -1
- package/dist/src/index.d.ts +2 -0
- package/dist/style.css +1 -1
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +4 -4
- package/src/assets/icons/icon-assets/16_progress.svg +10 -0
- package/src/assets/icons/icon-assets/24_progress.svg +3 -0
- package/src/assets/icons/icon-assets-min/16_progress.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_progress.svg +1 -0
- package/src/assets/icons/icons-16-generated.json +1 -0
- package/src/assets/icons/icons-16-generated.scss +1 -0
- package/src/assets/icons/icons-24-generated.json +1 -0
- package/src/assets/icons/icons-24-generated.scss +1 -0
- package/src/components/PlDropdown/PlDropdown.vue +3 -3
- package/src/generated/icons-16.ts +1 -0
- package/src/generated/icons-24.ts +1 -0
package/dist/pl-uikit.js
CHANGED
|
@@ -1058,7 +1058,7 @@ function pa(t, e) {
|
|
|
1058
1058
|
});
|
|
1059
1059
|
return b(() => Uo(Yo, o));
|
|
1060
1060
|
}
|
|
1061
|
-
const
|
|
1061
|
+
const W1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1062
1062
|
__proto__: null,
|
|
1063
1063
|
AsyncData: ua,
|
|
1064
1064
|
Component: Yo,
|
|
@@ -1109,7 +1109,7 @@ function ba(t) {
|
|
|
1109
1109
|
To.delete(n);
|
|
1110
1110
|
}), [e, o];
|
|
1111
1111
|
}
|
|
1112
|
-
const
|
|
1112
|
+
const Y1 = /* @__PURE__ */ N({
|
|
1113
1113
|
__name: "ThemeSwitcher",
|
|
1114
1114
|
setup(t) {
|
|
1115
1115
|
const [e, n] = ba();
|
|
@@ -1188,7 +1188,7 @@ const q1 = /* @__PURE__ */ N({
|
|
|
1188
1188
|
class: "pl-block-page__title"
|
|
1189
1189
|
}, Ma = { class: "pl-block-page__title__default" }, Ba = { class: "pl-block-page__title__append" }, Fa = { key: 1 }, Da = {
|
|
1190
1190
|
name: "PlBlockPage"
|
|
1191
|
-
},
|
|
1191
|
+
}, K1 = /* @__PURE__ */ N({
|
|
1192
1192
|
...Da,
|
|
1193
1193
|
props: {
|
|
1194
1194
|
noBodyGutters: { type: Boolean },
|
|
@@ -1235,7 +1235,7 @@ const q1 = /* @__PURE__ */ N({
|
|
|
1235
1235
|
}
|
|
1236
1236
|
}), Ra = {
|
|
1237
1237
|
name: "PlContainer"
|
|
1238
|
-
},
|
|
1238
|
+
}, X1 = /* @__PURE__ */ N({
|
|
1239
1239
|
...Ra,
|
|
1240
1240
|
props: {
|
|
1241
1241
|
width: {},
|
|
@@ -1260,7 +1260,7 @@ const q1 = /* @__PURE__ */ N({
|
|
|
1260
1260
|
}
|
|
1261
1261
|
}), Oa = {
|
|
1262
1262
|
name: "PlRow"
|
|
1263
|
-
},
|
|
1263
|
+
}, G1 = /* @__PURE__ */ N({
|
|
1264
1264
|
...Oa,
|
|
1265
1265
|
props: {
|
|
1266
1266
|
wrap: { type: Boolean },
|
|
@@ -1279,14 +1279,14 @@ const q1 = /* @__PURE__ */ N({
|
|
|
1279
1279
|
style: { "flex-grow": "1" }
|
|
1280
1280
|
}, Ia = {
|
|
1281
1281
|
name: "PlSpacer"
|
|
1282
|
-
},
|
|
1282
|
+
}, J1 = /* @__PURE__ */ N({
|
|
1283
1283
|
...Ia,
|
|
1284
1284
|
setup(t) {
|
|
1285
1285
|
return (e, n) => (f(), v("div", Pa));
|
|
1286
1286
|
}
|
|
1287
1287
|
}), Na = {
|
|
1288
1288
|
name: "PlGrid"
|
|
1289
|
-
},
|
|
1289
|
+
}, Q1 = /* @__PURE__ */ N({
|
|
1290
1290
|
...Na,
|
|
1291
1291
|
props: {
|
|
1292
1292
|
columns: {}
|
|
@@ -1307,7 +1307,7 @@ const q1 = /* @__PURE__ */ N({
|
|
|
1307
1307
|
class: "pl-alert__icon"
|
|
1308
1308
|
}, za = { class: "pl-alert__main" }, Ha = { key: 0 }, ja = { class: "pl-alert__main__text" }, Za = {
|
|
1309
1309
|
name: "PlAlert"
|
|
1310
|
-
},
|
|
1310
|
+
}, ew = /* @__PURE__ */ N({
|
|
1311
1311
|
...Za,
|
|
1312
1312
|
props: {
|
|
1313
1313
|
modelValue: { type: Boolean, default: !0 },
|
|
@@ -1427,7 +1427,7 @@ function eu(t, e) {
|
|
|
1427
1427
|
function tu(t, e) {
|
|
1428
1428
|
return t = Math.ceil(t), e = Math.floor(e), Math.floor(Math.random() * (e - t)) + t;
|
|
1429
1429
|
}
|
|
1430
|
-
function
|
|
1430
|
+
function tw(t) {
|
|
1431
1431
|
let e = "";
|
|
1432
1432
|
for (let n = 0; n < t; n++)
|
|
1433
1433
|
e += String.fromCharCode(tu(65, 91));
|
|
@@ -1438,7 +1438,7 @@ function nu(t) {
|
|
|
1438
1438
|
return 1 - t(1 - e);
|
|
1439
1439
|
};
|
|
1440
1440
|
}
|
|
1441
|
-
function
|
|
1441
|
+
function nw(t) {
|
|
1442
1442
|
return function(e) {
|
|
1443
1443
|
return e < 0.5 ? t(2 * e) / 2 : (2 - t(2 * (1 - e))) / 2;
|
|
1444
1444
|
};
|
|
@@ -1455,7 +1455,7 @@ function ou(t) {
|
|
|
1455
1455
|
s = !0;
|
|
1456
1456
|
};
|
|
1457
1457
|
}
|
|
1458
|
-
function
|
|
1458
|
+
function ow(t) {
|
|
1459
1459
|
const { getFraction: e, draw: n, timing: o } = t, r = performance.now();
|
|
1460
1460
|
let s = !1;
|
|
1461
1461
|
return requestAnimationFrame(function i(l) {
|
|
@@ -1479,7 +1479,7 @@ function ru(t, e, n = !0) {
|
|
|
1479
1479
|
}, (/* @__PURE__ */ new Date()).getTime() > o && r();
|
|
1480
1480
|
};
|
|
1481
1481
|
}
|
|
1482
|
-
function
|
|
1482
|
+
function rw(t) {
|
|
1483
1483
|
return t.map((e) => ({ text: String(e), value: e }));
|
|
1484
1484
|
}
|
|
1485
1485
|
function ct(t) {
|
|
@@ -1534,7 +1534,7 @@ const su = /* @__PURE__ */ N({
|
|
|
1534
1534
|
icon: iu
|
|
1535
1535
|
}, au = {
|
|
1536
1536
|
$style: lu
|
|
1537
|
-
}, Gt = /* @__PURE__ */ ve(su, [["__cssModules", au]]), uu = ["onKeyup"],
|
|
1537
|
+
}, Gt = /* @__PURE__ */ ve(su, [["__cssModules", au]]), uu = ["onKeyup"], sw = /* @__PURE__ */ N({
|
|
1538
1538
|
__name: "PlBtnSplit",
|
|
1539
1539
|
props: /* @__PURE__ */ Qe({
|
|
1540
1540
|
options: {},
|
|
@@ -1747,7 +1747,7 @@ const du = { key: 0 }, cu = {
|
|
|
1747
1747
|
}
|
|
1748
1748
|
}), hu = {
|
|
1749
1749
|
name: "PlBtnAccent"
|
|
1750
|
-
},
|
|
1750
|
+
}, iw = /* @__PURE__ */ N({
|
|
1751
1751
|
...hu,
|
|
1752
1752
|
props: {
|
|
1753
1753
|
loading: { type: Boolean },
|
|
@@ -1768,7 +1768,7 @@ const du = { key: 0 }, cu = {
|
|
|
1768
1768
|
}
|
|
1769
1769
|
}), mu = {
|
|
1770
1770
|
name: "PlBtnDanger"
|
|
1771
|
-
},
|
|
1771
|
+
}, lw = /* @__PURE__ */ N({
|
|
1772
1772
|
...mu,
|
|
1773
1773
|
props: {
|
|
1774
1774
|
loading: { type: Boolean },
|
|
@@ -1861,7 +1861,7 @@ const du = { key: 0 }, cu = {
|
|
|
1861
1861
|
Y(i.$slots, "append")
|
|
1862
1862
|
], 16));
|
|
1863
1863
|
}
|
|
1864
|
-
}),
|
|
1864
|
+
}), aw = /* @__PURE__ */ N({
|
|
1865
1865
|
__name: "PlBtnLink",
|
|
1866
1866
|
props: {
|
|
1867
1867
|
loading: { type: Boolean },
|
|
@@ -2135,7 +2135,7 @@ const ju = "_component_1prpy_1", Zu = "_container_1prpy_15", Uu = "_error_1prpy_
|
|
|
2135
2135
|
component: ju,
|
|
2136
2136
|
container: Zu,
|
|
2137
2137
|
error: Uu
|
|
2138
|
-
}, qu = { key: 0 }, Wu = ["placeholder"],
|
|
2138
|
+
}, qu = { key: 0 }, Wu = ["placeholder"], uw = /* @__PURE__ */ N({
|
|
2139
2139
|
__name: "PlEditableTitle",
|
|
2140
2140
|
props: /* @__PURE__ */ Qe({
|
|
2141
2141
|
placeholder: { default: "Title" },
|
|
@@ -2294,7 +2294,7 @@ const Qu = /* @__PURE__ */ N({
|
|
|
2294
2294
|
class: "pl-text-field__helper"
|
|
2295
2295
|
}, dd = {
|
|
2296
2296
|
name: "PlTextField"
|
|
2297
|
-
},
|
|
2297
|
+
}, dw = /* @__PURE__ */ N({
|
|
2298
2298
|
...dd,
|
|
2299
2299
|
props: /* @__PURE__ */ Qe({
|
|
2300
2300
|
label: {},
|
|
@@ -2497,7 +2497,7 @@ const Qu = /* @__PURE__ */ N({
|
|
|
2497
2497
|
class: "ui-text-area__helper"
|
|
2498
2498
|
}, Td = {
|
|
2499
2499
|
name: "PlTextArea"
|
|
2500
|
-
},
|
|
2500
|
+
}, cw = /* @__PURE__ */ N({
|
|
2501
2501
|
...Td,
|
|
2502
2502
|
props: {
|
|
2503
2503
|
modelValue: {},
|
|
@@ -2655,7 +2655,7 @@ function As(t, e, n, o) {
|
|
|
2655
2655
|
t.removeEventListener(e, n);
|
|
2656
2656
|
};
|
|
2657
2657
|
}
|
|
2658
|
-
function
|
|
2658
|
+
function fw(t, e) {
|
|
2659
2659
|
const n = e.getBoundingClientRect();
|
|
2660
2660
|
return t.x < n.x || t.x > n.x + n.width || t.y < n.y || t.y > n.y + n.height;
|
|
2661
2661
|
}
|
|
@@ -2894,8 +2894,7 @@ const Ts = /* @__PURE__ */ N({
|
|
|
2894
2894
|
x[10] || (x[10] = g()),
|
|
2895
2895
|
a.open ? (f(), U(w(Ts), {
|
|
2896
2896
|
key: 1,
|
|
2897
|
-
|
|
2898
|
-
ref: l,
|
|
2897
|
+
ref: "overlay",
|
|
2899
2898
|
root: s.value,
|
|
2900
2899
|
class: "pl-dropdown__options",
|
|
2901
2900
|
tabindex: "-1",
|
|
@@ -2925,7 +2924,7 @@ const Ts = /* @__PURE__ */ N({
|
|
|
2925
2924
|
}
|
|
2926
2925
|
}), Ud = {
|
|
2927
2926
|
name: "PlDropdownRef"
|
|
2928
|
-
},
|
|
2927
|
+
}, pw = /* @__PURE__ */ N({
|
|
2929
2928
|
...Ud,
|
|
2930
2929
|
props: {
|
|
2931
2930
|
modelValue: {},
|
|
@@ -3033,7 +3032,7 @@ const Wd = { class: "resizable-input" }, Yd = ["placeholder", "value", "disabled
|
|
|
3033
3032
|
}, nc = {
|
|
3034
3033
|
key: 0,
|
|
3035
3034
|
class: "pl-line-dropdown__no-item"
|
|
3036
|
-
},
|
|
3035
|
+
}, hw = /* @__PURE__ */ N({
|
|
3037
3036
|
__name: "PlDropdownLine",
|
|
3038
3037
|
props: {
|
|
3039
3038
|
modelValue: {},
|
|
@@ -3263,7 +3262,7 @@ const Wd = { class: "resizable-input" }, Yd = ["placeholder", "value", "disabled
|
|
|
3263
3262
|
class: "ui-dropdown__helper"
|
|
3264
3263
|
}, mc = {
|
|
3265
3264
|
name: "PlDropdown"
|
|
3266
|
-
},
|
|
3265
|
+
}, mw = /* @__PURE__ */ N({
|
|
3267
3266
|
...mc,
|
|
3268
3267
|
props: {
|
|
3269
3268
|
modelValue: {},
|
|
@@ -3466,7 +3465,7 @@ const Wd = { class: "resizable-input" }, Yd = ["placeholder", "value", "disabled
|
|
|
3466
3465
|
}), vc = {
|
|
3467
3466
|
key: 0,
|
|
3468
3467
|
class: "ui-progress-bar"
|
|
3469
|
-
}, gc = { class: "ui-progress-bar__messages d-flex align-center pl-6 pr-6" }, yc = { class: "ui-progress-bar__message flex-grow-1" }, _c = { class: "ui-progress-bar__percent" },
|
|
3468
|
+
}, gc = { class: "ui-progress-bar__messages d-flex align-center pl-6 pr-6" }, yc = { class: "ui-progress-bar__message flex-grow-1" }, _c = { class: "ui-progress-bar__percent" }, vw = /* @__PURE__ */ N({
|
|
3470
3469
|
__name: "PlProgressBar",
|
|
3471
3470
|
props: {
|
|
3472
3471
|
loading: { type: Boolean },
|
|
@@ -3494,7 +3493,7 @@ const Wd = { class: "resizable-input" }, Yd = ["placeholder", "value", "disabled
|
|
|
3494
3493
|
}, kc = ["disabled", "placeholder"], xc = {
|
|
3495
3494
|
key: 0,
|
|
3496
3495
|
class: "mi-number-field__hint text-description"
|
|
3497
|
-
},
|
|
3496
|
+
}, gw = /* @__PURE__ */ N({
|
|
3498
3497
|
__name: "PlNumberField",
|
|
3499
3498
|
props: /* @__PURE__ */ Qe({
|
|
3500
3499
|
disabled: { type: Boolean },
|
|
@@ -3940,7 +3939,7 @@ const Wd = { class: "resizable-input" }, Yd = ["placeholder", "value", "disabled
|
|
|
3940
3939
|
M.error ? (f(), v("div", Rc, I(M.error), 1)) : M.helper ? (f(), v("div", Oc, I(M.helper), 1)) : A("", !0)
|
|
3941
3940
|
]));
|
|
3942
3941
|
}
|
|
3943
|
-
}),
|
|
3942
|
+
}), yw = /* @__PURE__ */ N({
|
|
3944
3943
|
__name: "PlDropdownMultiRef",
|
|
3945
3944
|
props: {
|
|
3946
3945
|
modelValue: { default: () => [] },
|
|
@@ -3994,7 +3993,7 @@ const Wd = { class: "resizable-input" }, Yd = ["placeholder", "value", "disabled
|
|
|
3994
3993
|
}
|
|
3995
3994
|
}), Nc = {
|
|
3996
3995
|
name: "PlCheckbox"
|
|
3997
|
-
},
|
|
3996
|
+
}, _w = /* @__PURE__ */ N({
|
|
3998
3997
|
...Nc,
|
|
3999
3998
|
props: {
|
|
4000
3999
|
modelValue: { type: Boolean },
|
|
@@ -4022,7 +4021,7 @@ const Wd = { class: "resizable-input" }, Yd = ["placeholder", "value", "disabled
|
|
|
4022
4021
|
}
|
|
4023
4022
|
}), Lc = { key: 0 }, zc = ["onClick"], Hc = {
|
|
4024
4023
|
name: "PlCheckboxGroup"
|
|
4025
|
-
},
|
|
4024
|
+
}, bw = /* @__PURE__ */ N({
|
|
4026
4025
|
...Hc,
|
|
4027
4026
|
props: {
|
|
4028
4027
|
modelValue: {},
|
|
@@ -4199,7 +4198,7 @@ const Wc = {
|
|
|
4199
4198
|
}, of = {
|
|
4200
4199
|
name: "PlSlideModal",
|
|
4201
4200
|
inheritAttrs: !1
|
|
4202
|
-
},
|
|
4201
|
+
}, ww = /* @__PURE__ */ N({
|
|
4203
4202
|
...of,
|
|
4204
4203
|
props: {
|
|
4205
4204
|
modelValue: { type: Boolean, default: !1 },
|
|
@@ -4261,7 +4260,7 @@ const Wc = {
|
|
|
4261
4260
|
class: "label"
|
|
4262
4261
|
}, sf = {
|
|
4263
4262
|
name: "PlToggleSwitch"
|
|
4264
|
-
},
|
|
4263
|
+
}, kw = /* @__PURE__ */ N({
|
|
4265
4264
|
...sf,
|
|
4266
4265
|
props: {
|
|
4267
4266
|
label: {},
|
|
@@ -4392,7 +4391,7 @@ const pf = { key: 0 }, hf = { class: "pl-log-view__copy" }, mf = {
|
|
|
4392
4391
|
class: "pl-log-view__error"
|
|
4393
4392
|
}, vf = {
|
|
4394
4393
|
name: "PlLogView"
|
|
4395
|
-
},
|
|
4394
|
+
}, xw = /* @__PURE__ */ N({
|
|
4396
4395
|
...vf,
|
|
4397
4396
|
props: {
|
|
4398
4397
|
value: {},
|
|
@@ -4534,7 +4533,7 @@ const pf = { key: 0 }, hf = { class: "pl-log-view__copy" }, mf = {
|
|
|
4534
4533
|
}
|
|
4535
4534
|
}), xf = {
|
|
4536
4535
|
name: "PlTabs"
|
|
4537
|
-
},
|
|
4536
|
+
}, $w = /* @__PURE__ */ N({
|
|
4538
4537
|
...xf,
|
|
4539
4538
|
props: {
|
|
4540
4539
|
modelValue: {},
|
|
@@ -4588,7 +4587,7 @@ const pf = { key: 0 }, hf = { class: "pl-log-view__copy" }, mf = {
|
|
|
4588
4587
|
content: Sf
|
|
4589
4588
|
}, Af = {
|
|
4590
4589
|
$style: Ef
|
|
4591
|
-
}, Tf = /* @__PURE__ */ ve($f, [["__cssModules", Af]]),
|
|
4590
|
+
}, Tf = /* @__PURE__ */ ve($f, [["__cssModules", Af]]), Cw = /* @__PURE__ */ N({
|
|
4592
4591
|
__name: "PlAccordion",
|
|
4593
4592
|
props: /* @__PURE__ */ Qe({
|
|
4594
4593
|
multiple: { type: Boolean }
|
|
@@ -4681,7 +4680,7 @@ const pf = { key: 0 }, hf = { class: "pl-log-view__copy" }, mf = {
|
|
|
4681
4680
|
down: Of
|
|
4682
4681
|
}, If = {
|
|
4683
4682
|
$style: Pf
|
|
4684
|
-
},
|
|
4683
|
+
}, Sw = /* @__PURE__ */ ve(Bf, [["__cssModules", If]]), Ew = /* @__PURE__ */ N({
|
|
4685
4684
|
__name: "PlStatusTag",
|
|
4686
4685
|
props: {
|
|
4687
4686
|
type: {}
|
|
@@ -4706,7 +4705,7 @@ const pf = { key: 0 }, hf = { class: "pl-log-view__copy" }, mf = {
|
|
|
4706
4705
|
}), Nf = {
|
|
4707
4706
|
key: 0,
|
|
4708
4707
|
class: "progress-cell__infinity-loader"
|
|
4709
|
-
}, Lf = { class: "progress-cell__body" }, zf = { class: "progress-cell__stage text-s" }, Hf = { class: "progress-cell__percentage text-s d-flex align-center justify-end" },
|
|
4708
|
+
}, Lf = { class: "progress-cell__body" }, zf = { class: "progress-cell__stage text-s" }, Hf = { class: "progress-cell__percentage text-s d-flex align-center justify-end" }, Aw = /* @__PURE__ */ N({
|
|
4710
4709
|
__name: "PlProgressCell",
|
|
4711
4710
|
props: {
|
|
4712
4711
|
stage: { default: "not_started" },
|
|
@@ -8187,7 +8186,7 @@ const Bh = {
|
|
|
8187
8186
|
}, Ph = {
|
|
8188
8187
|
key: 1,
|
|
8189
8188
|
class: "pl-file-input__helper"
|
|
8190
|
-
},
|
|
8189
|
+
}, Tw = /* @__PURE__ */ N({
|
|
8191
8190
|
__name: "PlFileInput",
|
|
8192
8191
|
props: {
|
|
8193
8192
|
modelValue: {},
|
|
@@ -8322,7 +8321,7 @@ const Bh = {
|
|
|
8322
8321
|
}, zh = {
|
|
8323
8322
|
key: 0,
|
|
8324
8323
|
class: "pl-notification-alert__actions d-flex"
|
|
8325
|
-
},
|
|
8324
|
+
}, Vw = /* @__PURE__ */ N({
|
|
8326
8325
|
__name: "PlNotificationAlert",
|
|
8327
8326
|
props: /* @__PURE__ */ Qe({
|
|
8328
8327
|
type: { default: "neutral" },
|
|
@@ -8501,7 +8500,7 @@ const Bh = {
|
|
|
8501
8500
|
title: um
|
|
8502
8501
|
}, cm = {
|
|
8503
8502
|
$style: dm
|
|
8504
|
-
},
|
|
8503
|
+
}, Mw = /* @__PURE__ */ ve(lm, [["__cssModules", cm]]), fm = [".title"], pm = /* @__PURE__ */ N({
|
|
8505
8504
|
__name: "StackedRowCompact",
|
|
8506
8505
|
props: {
|
|
8507
8506
|
value: {},
|
|
@@ -8569,7 +8568,7 @@ const Bh = {
|
|
|
8569
8568
|
component: wm
|
|
8570
8569
|
}, xm = {
|
|
8571
8570
|
$style: km
|
|
8572
|
-
},
|
|
8571
|
+
}, Bw = /* @__PURE__ */ ve(bm, [["__cssModules", xm]]);
|
|
8573
8572
|
function Sn(t, e) {
|
|
8574
8573
|
return t == null || e == null ? NaN : t < e ? -1 : t > e ? 1 : t >= e ? 0 : NaN;
|
|
8575
8574
|
}
|
|
@@ -10979,7 +10978,7 @@ const B0 = /* @__PURE__ */ N({
|
|
|
10979
10978
|
title: D0
|
|
10980
10979
|
}, O0 = {
|
|
10981
10980
|
$style: R0
|
|
10982
|
-
},
|
|
10981
|
+
}, Fw = /* @__PURE__ */ ve(B0, [["__cssModules", O0]]), P0 = [
|
|
10983
10982
|
"#FFF680",
|
|
10984
10983
|
"#E8F66C",
|
|
10985
10984
|
"#C4F16B",
|
|
@@ -11261,7 +11260,7 @@ function X0(t, e, n) {
|
|
|
11261
11260
|
function G0(t) {
|
|
11262
11261
|
return typeof t == "string" ? Y0[t].map((e) => Ve.fromString(e)) : t.map((e) => typeof e == "string" ? Ve.fromString(e) : e);
|
|
11263
11262
|
}
|
|
11264
|
-
function
|
|
11263
|
+
function Dw(t) {
|
|
11265
11264
|
return new class {
|
|
11266
11265
|
constructor(e) {
|
|
11267
11266
|
this.colors = e;
|
|
@@ -11302,7 +11301,7 @@ function Bw(t) {
|
|
|
11302
11301
|
}
|
|
11303
11302
|
}(G0(t));
|
|
11304
11303
|
}
|
|
11305
|
-
const
|
|
11304
|
+
const Rw = /* @__PURE__ */ N({
|
|
11306
11305
|
__name: "ContextProvider",
|
|
11307
11306
|
props: {
|
|
11308
11307
|
context: {},
|
|
@@ -11337,7 +11336,7 @@ const kr = (t) => b(() => {
|
|
|
11337
11336
|
}, n_ = { class: "ui-slider__base" }, o_ = { class: "ui-slider__container" }, r_ = { class: "ui-slider__container ui-slider__container-thumb" }, s_ = { class: "ui-slider__input-wrapper d-flex" }, i_ = ["value"], l_ = {
|
|
11338
11337
|
key: 0,
|
|
11339
11338
|
class: "ui-slider__error"
|
|
11340
|
-
},
|
|
11339
|
+
}, Ow = /* @__PURE__ */ N({
|
|
11341
11340
|
__name: "Slider",
|
|
11342
11341
|
props: {
|
|
11343
11342
|
modelValue: {},
|
|
@@ -11467,7 +11466,7 @@ const kr = (t) => b(() => {
|
|
|
11467
11466
|
], 2));
|
|
11468
11467
|
}
|
|
11469
11468
|
});
|
|
11470
|
-
function
|
|
11469
|
+
function Pw(t, e = null, n = null) {
|
|
11471
11470
|
function o(l) {
|
|
11472
11471
|
const { scrollTop: a, scrollHeight: u, clientHeight: d } = l;
|
|
11473
11472
|
if (!(u > d) || !e)
|
|
@@ -11525,7 +11524,7 @@ const Xe = {
|
|
|
11525
11524
|
const { y: e, height: n } = t.getBoundingClientRect();
|
|
11526
11525
|
return e + n;
|
|
11527
11526
|
};
|
|
11528
|
-
function
|
|
11527
|
+
function Iw(t, e) {
|
|
11529
11528
|
const n = {
|
|
11530
11529
|
item: void 0,
|
|
11531
11530
|
options() {
|
|
@@ -11637,7 +11636,7 @@ const Ge = {
|
|
|
11637
11636
|
const { y: e, height: n } = t.getBoundingClientRect();
|
|
11638
11637
|
return e + n;
|
|
11639
11638
|
};
|
|
11640
|
-
function
|
|
11639
|
+
function Nw(t, e) {
|
|
11641
11640
|
const n = {
|
|
11642
11641
|
item: void 0,
|
|
11643
11642
|
options() {
|
|
@@ -11757,13 +11756,13 @@ function Pw(t, e) {
|
|
|
11757
11756
|
});
|
|
11758
11757
|
});
|
|
11759
11758
|
}
|
|
11760
|
-
function
|
|
11759
|
+
function Lw(t, e) {
|
|
11761
11760
|
let n;
|
|
11762
11761
|
ge(() => {
|
|
11763
11762
|
n = setInterval(t, e);
|
|
11764
11763
|
}), Ke(() => clearInterval(n));
|
|
11765
11764
|
}
|
|
11766
|
-
function
|
|
11765
|
+
function zw(t, e, n) {
|
|
11767
11766
|
const o = ue({
|
|
11768
11767
|
data: po.deepClone(e(t.value)),
|
|
11769
11768
|
changed: !1
|
|
@@ -11785,7 +11784,7 @@ function Nw(t, e, n) {
|
|
|
11785
11784
|
{ deep: !0, immediate: !0 }
|
|
11786
11785
|
), o;
|
|
11787
11786
|
}
|
|
11788
|
-
function
|
|
11787
|
+
function Hw(t) {
|
|
11789
11788
|
const e = ue({
|
|
11790
11789
|
isLoading: !1,
|
|
11791
11790
|
result: void 0,
|
|
@@ -11809,7 +11808,7 @@ function Lw(t) {
|
|
|
11809
11808
|
});
|
|
11810
11809
|
return e.run = e.run.bind(e), e;
|
|
11811
11810
|
}
|
|
11812
|
-
function
|
|
11811
|
+
function jw(t, e) {
|
|
11813
11812
|
function n(i, l) {
|
|
11814
11813
|
const a = w(t);
|
|
11815
11814
|
if (!a)
|
|
@@ -11840,7 +11839,7 @@ function zw(t, e) {
|
|
|
11840
11839
|
}
|
|
11841
11840
|
ge(r), Ke(s);
|
|
11842
11841
|
}
|
|
11843
|
-
function
|
|
11842
|
+
function Zw(t) {
|
|
11844
11843
|
return b(t);
|
|
11845
11844
|
}
|
|
11846
11845
|
const c_ = { class: "ui-slider__wrapper" }, f_ = { class: "ui-slider__label-section" }, p_ = {
|
|
@@ -11849,7 +11848,7 @@ const c_ = { class: "ui-slider__wrapper" }, f_ = { class: "ui-slider__label-sect
|
|
|
11849
11848
|
}, h_ = { class: "ui-slider__base" }, m_ = { class: "ui-slider__container" }, v_ = { class: "ui-slider__container ui-slider__container-thumb" }, g_ = ["data-percent"], y_ = ["data-percent"], __ = ["data-percent"], b_ = {
|
|
11850
11849
|
key: 0,
|
|
11851
11850
|
class: "ui-slider__error"
|
|
11852
|
-
},
|
|
11851
|
+
}, Uw = /* @__PURE__ */ N({
|
|
11853
11852
|
__name: "SliderRangeTriple",
|
|
11854
11853
|
props: {
|
|
11855
11854
|
modelValue: {},
|
|
@@ -12102,7 +12101,7 @@ const c_ = { class: "ui-slider__wrapper" }, f_ = { class: "ui-slider__label-sect
|
|
|
12102
12101
|
}, E_ = { class: "ui-slider__base" }, A_ = { class: "ui-slider__container" }, T_ = { class: "ui-slider__container ui-slider__container-thumb" }, V_ = { class: "ui-slider__input-wrapper d-flex" }, M_ = {
|
|
12103
12102
|
key: 0,
|
|
12104
12103
|
class: "ui-slider__error"
|
|
12105
|
-
},
|
|
12104
|
+
}, qw = /* @__PURE__ */ N({
|
|
12106
12105
|
__name: "SliderRange",
|
|
12107
12106
|
props: {
|
|
12108
12107
|
modelValue: {},
|
|
@@ -12330,7 +12329,7 @@ const c_ = { class: "ui-slider__wrapper" }, f_ = { class: "ui-slider__label-sect
|
|
|
12330
12329
|
}, null, 4)
|
|
12331
12330
|
], 512)) : A("", !0);
|
|
12332
12331
|
}
|
|
12333
|
-
}), D_ = { class: "ui-scrollable" },
|
|
12332
|
+
}), D_ = { class: "ui-scrollable" }, Ww = /* @__PURE__ */ N({
|
|
12334
12333
|
__name: "Scrollable",
|
|
12335
12334
|
setup(t) {
|
|
12336
12335
|
const e = j(), n = ue({
|
|
@@ -12396,7 +12395,7 @@ const c_ = { class: "ui-slider__wrapper" }, f_ = { class: "ui-slider__label-sect
|
|
|
12396
12395
|
}, null, 8, ["scroll-left", "client-width", "scroll-width"])
|
|
12397
12396
|
]));
|
|
12398
12397
|
}
|
|
12399
|
-
}), R_ = "add.svg", O_ = "box.svg", P_ = "calendar.svg", I_ = "checkmark.svg", N_ = "clipboard.svg", L_ = "close.svg", z_ = "copy.svg", H_ = "download.svg", j_ = "duplicate.svg", Z_ = "edit.svg", U_ = "error.svg", q_ = "filter.svg", W_ = "help.svg", Y_ = "info.svg", K_ = "link.svg", X_ = "loading.svg", G_ = "lock.svg", J_ = "maximize.svg", Q_ = "minimize.svg", eb = "minus.svg", tb = "more.svg", nb = "open.svg", ob = "pause.svg", rb = "play.svg", sb = "
|
|
12398
|
+
}), R_ = "add.svg", O_ = "box.svg", P_ = "calendar.svg", I_ = "checkmark.svg", N_ = "clipboard.svg", L_ = "close.svg", z_ = "copy.svg", H_ = "download.svg", j_ = "duplicate.svg", Z_ = "edit.svg", U_ = "error.svg", q_ = "filter.svg", W_ = "help.svg", Y_ = "info.svg", K_ = "link.svg", X_ = "loading.svg", G_ = "lock.svg", J_ = "maximize.svg", Q_ = "minimize.svg", eb = "minus.svg", tb = "more.svg", nb = "open.svg", ob = "pause.svg", rb = "play.svg", sb = "progress.svg", ib = "renew.svg", lb = "restart.svg", ab = "reverse.svg", ub = "settings.svg", db = "sort.svg", cb = "stop.svg", fb = "success.svg", pb = "time.svg", hb = "tune.svg", mb = "warning.svg", vb = "zip.svg", gb = {
|
|
12400
12399
|
add: R_,
|
|
12401
12400
|
"arrow-down": "arrow-down.svg",
|
|
12402
12401
|
"arrow-left": "arrow-left.svg",
|
|
@@ -12451,55 +12450,56 @@ const c_ = { class: "ui-slider__wrapper" }, f_ = { class: "ui-slider__label-sect
|
|
|
12451
12450
|
"paper-clip": "paper-clip.svg",
|
|
12452
12451
|
pause: ob,
|
|
12453
12452
|
play: rb,
|
|
12454
|
-
|
|
12455
|
-
|
|
12456
|
-
|
|
12457
|
-
|
|
12458
|
-
|
|
12459
|
-
|
|
12460
|
-
|
|
12461
|
-
|
|
12462
|
-
|
|
12463
|
-
|
|
12453
|
+
progress: sb,
|
|
12454
|
+
renew: ib,
|
|
12455
|
+
restart: lb,
|
|
12456
|
+
reverse: ab,
|
|
12457
|
+
settings: ub,
|
|
12458
|
+
sort: db,
|
|
12459
|
+
stop: cb,
|
|
12460
|
+
success: fb,
|
|
12461
|
+
time: pb,
|
|
12462
|
+
tune: hb,
|
|
12463
|
+
warning: mb,
|
|
12464
12464
|
"x-axis": "x-axis.svg",
|
|
12465
12465
|
"y-axis": "y-axis.svg",
|
|
12466
|
-
zip:
|
|
12467
|
-
},
|
|
12466
|
+
zip: vb
|
|
12467
|
+
}, yb = "add.svg", _b = "annotate.svg", bb = "annotation.svg", wb = "area.svg", kb = "axes.svg", xb = "bar.svg", $b = "bindot.svg", Cb = "box.svg", Sb = "boxplot.svg", Eb = "bubble.svg", Ab = "calendar.svg", Tb = "canvas.svg", Vb = "checkbox.svg", Mb = "checkmark.svg", Bb = "clipboard.svg", Fb = "close.svg", Db = "cluster.svg", Rb = "code.svg", Ob = "color.svg", Pb = "columns.svg", Ib = "container.svg", Nb = "cookie.svg", Lb = "copy.svg", zb = "cpu.svg", Hb = "debug.svg", jb = "dna.svg", Zb = "download.svg", Ub = "duplicate.svg", qb = "edit.svg", Wb = "error.svg", Yb = "filter.svg", Kb = "generate.svg", Xb = "graph.svg", Gb = "heatmap.svg", Jb = "help.svg", Qb = "info.svg", e1 = "jitter.svg", t1 = "lasso.svg", n1 = "layers.svg", o1 = "learn.svg", r1 = "legend.svg", s1 = "line.svg", i1 = "link.svg", l1 = "loading.svg", a1 = "lock.svg", u1 = "maximize.svg", d1 = "menu.svg", c1 = "minimize.svg", f1 = "minus.svg", p1 = "more.svg", h1 = "pause.svg", m1 = "pin.svg", v1 = "play.svg", g1 = "product.svg", y1 = "progress.svg", _1 = "publications.svg", b1 = "renew.svg", w1 = "restart.svg", k1 = "reverse.svg", x1 = "search.svg", $1 = "server.svg", C1 = "settings.svg", S1 = "sina.svg", E1 = "skatterplot.svg", A1 = "slice.svg", T1 = "sort.svg", V1 = "statistics.svg", M1 = "stop.svg", B1 = "success.svg", F1 = "table.svg", D1 = "template.svg", R1 = "terminal.svg", O1 = "time.svg", P1 = "tune.svg", I1 = "venn.svg", N1 = "violin.svg", L1 = "warning.svg", z1 = "wetlab.svg", H1 = "zip.svg", j1 = {
|
|
12468
12468
|
"add-layer": "add-layer.svg",
|
|
12469
|
-
add:
|
|
12469
|
+
add: yb,
|
|
12470
12470
|
"align-center": "align-center.svg",
|
|
12471
12471
|
"align-left": "align-left.svg",
|
|
12472
12472
|
"align-right": "align-right.svg",
|
|
12473
|
-
annotate:
|
|
12474
|
-
annotation:
|
|
12475
|
-
area:
|
|
12473
|
+
annotate: _b,
|
|
12474
|
+
annotation: bb,
|
|
12475
|
+
area: wb,
|
|
12476
12476
|
"arrow-down": "arrow-down.svg",
|
|
12477
12477
|
"arrow-left": "arrow-left.svg",
|
|
12478
12478
|
"arrow-link": "arrow-link.svg",
|
|
12479
12479
|
"arrow-right": "arrow-right.svg",
|
|
12480
12480
|
"arrow-up": "arrow-up.svg",
|
|
12481
|
-
axes:
|
|
12481
|
+
axes: kb,
|
|
12482
12482
|
"bar-cross": "bar-cross.svg",
|
|
12483
12483
|
"bar-error": "bar-error.svg",
|
|
12484
12484
|
"bar-stacked": "bar-stacked.svg",
|
|
12485
12485
|
"bar-trend": "bar-trend.svg",
|
|
12486
|
-
bar:
|
|
12487
|
-
bindot:
|
|
12488
|
-
box:
|
|
12486
|
+
bar: xb,
|
|
12487
|
+
bindot: $b,
|
|
12488
|
+
box: Cb,
|
|
12489
12489
|
"boxplot-binned": "boxplot-binned.svg",
|
|
12490
12490
|
"boxplot-jitter": "boxplot-jitter.svg",
|
|
12491
12491
|
"boxplot-notched": "boxplot-notched.svg",
|
|
12492
|
-
boxplot:
|
|
12493
|
-
bubble:
|
|
12494
|
-
calendar:
|
|
12495
|
-
canvas:
|
|
12492
|
+
boxplot: Sb,
|
|
12493
|
+
bubble: Eb,
|
|
12494
|
+
calendar: Ab,
|
|
12495
|
+
canvas: Tb,
|
|
12496
12496
|
"cell-type-num": "cell-type-num.svg",
|
|
12497
12497
|
"cell-type-subset": "cell-type-subset.svg",
|
|
12498
12498
|
"cell-type-txt": "cell-type-txt.svg",
|
|
12499
12499
|
"checkbox-checked": "checkbox-checked.svg",
|
|
12500
12500
|
"checkbox-intermediate": "checkbox-intermediate.svg",
|
|
12501
|
-
checkbox:
|
|
12502
|
-
checkmark:
|
|
12501
|
+
checkbox: Vb,
|
|
12502
|
+
checkmark: Mb,
|
|
12503
12503
|
"chevron-down": "chevron-down.svg",
|
|
12504
12504
|
"chevron-first": "chevron-first.svg",
|
|
12505
12505
|
"chevron-last": "chevron-last.svg",
|
|
@@ -12508,26 +12508,26 @@ const c_ = { class: "ui-slider__wrapper" }, f_ = { class: "ui-slider__label-sect
|
|
|
12508
12508
|
"chevron-sort": "chevron-sort.svg",
|
|
12509
12509
|
"chevron-up": "chevron-up.svg",
|
|
12510
12510
|
"clipboard-copied": "clipboard-copied.svg",
|
|
12511
|
-
clipboard:
|
|
12512
|
-
close:
|
|
12511
|
+
clipboard: Bb,
|
|
12512
|
+
close: Fb,
|
|
12513
12513
|
"cloud-download": "cloud-download.svg",
|
|
12514
12514
|
"cloud-offline": "cloud-offline.svg",
|
|
12515
12515
|
"cloud-online": "cloud-online.svg",
|
|
12516
12516
|
"cloud-upload": "cloud-upload.svg",
|
|
12517
|
-
cluster:
|
|
12518
|
-
code:
|
|
12517
|
+
cluster: Db,
|
|
12518
|
+
code: Rb,
|
|
12519
12519
|
"color-fill": "color-fill.svg",
|
|
12520
12520
|
"color-none": "color-none.svg",
|
|
12521
12521
|
"color-stroke": "color-stroke.svg",
|
|
12522
|
-
color:
|
|
12523
|
-
columns:
|
|
12522
|
+
color: Ob,
|
|
12523
|
+
columns: Pb,
|
|
12524
12524
|
"connected-points": "connected-points.svg",
|
|
12525
|
-
container:
|
|
12526
|
-
cookie:
|
|
12527
|
-
copy:
|
|
12528
|
-
cpu:
|
|
12525
|
+
container: Ib,
|
|
12526
|
+
cookie: Nb,
|
|
12527
|
+
copy: Lb,
|
|
12528
|
+
cpu: zb,
|
|
12529
12529
|
"data-dimentions": "data-dimentions.svg",
|
|
12530
|
-
debug:
|
|
12530
|
+
debug: Hb,
|
|
12531
12531
|
"delete-bin": "delete-bin.svg",
|
|
12532
12532
|
"delete-circle": "delete-circle.svg",
|
|
12533
12533
|
"delete-clear": "delete-clear.svg",
|
|
@@ -12537,15 +12537,15 @@ const c_ = { class: "ui-slider__wrapper" }, f_ = { class: "ui-slider__label-sect
|
|
|
12537
12537
|
"dendrogram-Y": "dendrogram-Y.svg",
|
|
12538
12538
|
"dna-add": "dna-add.svg",
|
|
12539
12539
|
"dna-import": "dna-import.svg",
|
|
12540
|
-
dna:
|
|
12541
|
-
download:
|
|
12540
|
+
dna: jb,
|
|
12541
|
+
download: Zb,
|
|
12542
12542
|
"drag-dots": "drag-dots.svg",
|
|
12543
12543
|
"drag-horizontal": "drag-horizontal.svg",
|
|
12544
12544
|
"drag-vertical": "drag-vertical.svg",
|
|
12545
|
-
duplicate:
|
|
12546
|
-
edit:
|
|
12545
|
+
duplicate: Ub,
|
|
12546
|
+
edit: qb,
|
|
12547
12547
|
"error-bar": "error-bar.svg",
|
|
12548
|
-
error:
|
|
12548
|
+
error: Wb,
|
|
12549
12549
|
"expand-left": "expand-left.svg",
|
|
12550
12550
|
"expand-right": "expand-right.svg",
|
|
12551
12551
|
export: "export.svg",
|
|
@@ -12554,7 +12554,7 @@ const c_ = { class: "ui-slider__wrapper" }, f_ = { class: "ui-slider__label-sect
|
|
|
12554
12554
|
"file-doc-import": "file-doc-import.svg",
|
|
12555
12555
|
"file-doc": "file-doc.svg",
|
|
12556
12556
|
"filter-on": "filter-on.svg",
|
|
12557
|
-
filter:
|
|
12557
|
+
filter: Yb,
|
|
12558
12558
|
"fire-tips": "fire-tips.svg",
|
|
12559
12559
|
"folder-parent": "folder-parent.svg",
|
|
12560
12560
|
"frame-type-all": "frame-type-all.svg",
|
|
@@ -12562,25 +12562,25 @@ const c_ = { class: "ui-slider__wrapper" }, f_ = { class: "ui-slider__label-sect
|
|
|
12562
12562
|
"frame-type-left-bottom": "frame-type-left-bottom.svg",
|
|
12563
12563
|
"frame-type-left": "frame-type-left.svg",
|
|
12564
12564
|
"frame-type-none": "frame-type-none.svg",
|
|
12565
|
-
generate:
|
|
12566
|
-
graph:
|
|
12567
|
-
heatmap:
|
|
12565
|
+
generate: Kb,
|
|
12566
|
+
graph: Xb,
|
|
12567
|
+
heatmap: Gb,
|
|
12568
12568
|
"help-outline": "help-outline.svg",
|
|
12569
|
-
help:
|
|
12569
|
+
help: Jb,
|
|
12570
12570
|
"info-outline": "info-outline.svg",
|
|
12571
|
-
info:
|
|
12572
|
-
jitter:
|
|
12571
|
+
info: Qb,
|
|
12572
|
+
jitter: e1,
|
|
12573
12573
|
"jump-link": "jump-link.svg",
|
|
12574
|
-
lasso:
|
|
12575
|
-
layers:
|
|
12576
|
-
learn:
|
|
12574
|
+
lasso: t1,
|
|
12575
|
+
layers: n1,
|
|
12576
|
+
learn: o1,
|
|
12577
12577
|
"legend-box-dot": "legend-box-dot.svg",
|
|
12578
12578
|
"legend-box": "legend-box.svg",
|
|
12579
|
-
legend:
|
|
12579
|
+
legend: r1,
|
|
12580
12580
|
"line-binned": "line-binned.svg",
|
|
12581
12581
|
"line-error": "line-error.svg",
|
|
12582
12582
|
"line-jitter": "line-jitter.svg",
|
|
12583
|
-
line:
|
|
12583
|
+
line: s1,
|
|
12584
12584
|
"linetype-dashed": "linetype-dashed.svg",
|
|
12585
12585
|
"linetype-dotdash": "linetype-dotdash.svg",
|
|
12586
12586
|
"linetype-dotted": "linetype-dotted.svg",
|
|
@@ -12588,18 +12588,18 @@ const c_ = { class: "ui-slider__wrapper" }, f_ = { class: "ui-slider__label-sect
|
|
|
12588
12588
|
"linetype-solid": "linetype-solid.svg",
|
|
12589
12589
|
"linetype-twodash": "linetype-twodash.svg",
|
|
12590
12590
|
"link-disabled": "link-disabled.svg",
|
|
12591
|
-
link:
|
|
12592
|
-
loading:
|
|
12593
|
-
lock:
|
|
12594
|
-
maximize:
|
|
12595
|
-
menu:
|
|
12596
|
-
minimize:
|
|
12597
|
-
minus:
|
|
12598
|
-
more:
|
|
12591
|
+
link: i1,
|
|
12592
|
+
loading: l1,
|
|
12593
|
+
lock: a1,
|
|
12594
|
+
maximize: u1,
|
|
12595
|
+
menu: d1,
|
|
12596
|
+
minimize: c1,
|
|
12597
|
+
minus: f1,
|
|
12598
|
+
more: p1,
|
|
12599
12599
|
"paper-clip": "paper-clip.svg",
|
|
12600
|
-
pause:
|
|
12601
|
-
pin:
|
|
12602
|
-
play:
|
|
12600
|
+
pause: h1,
|
|
12601
|
+
pin: m1,
|
|
12602
|
+
play: v1,
|
|
12603
12603
|
"position-bottom-annotation": "position-bottom-annotation.svg",
|
|
12604
12604
|
"position-bottom": "position-bottom.svg",
|
|
12605
12605
|
"position-left-annotation": "position-left-annotation.svg",
|
|
@@ -12608,23 +12608,24 @@ const c_ = { class: "ui-slider__wrapper" }, f_ = { class: "ui-slider__label-sect
|
|
|
12608
12608
|
"position-right": "position-right.svg",
|
|
12609
12609
|
"position-top-annotation": "position-top-annotation.svg",
|
|
12610
12610
|
"position-top": "position-top.svg",
|
|
12611
|
-
product:
|
|
12612
|
-
|
|
12611
|
+
product: g1,
|
|
12612
|
+
progress: y1,
|
|
12613
|
+
publications: _1,
|
|
12613
12614
|
"radio-button-checked": "radio-button-checked.svg",
|
|
12614
12615
|
"radio-button": "radio-button.svg",
|
|
12615
|
-
renew:
|
|
12616
|
-
restart:
|
|
12617
|
-
reverse:
|
|
12616
|
+
renew: b1,
|
|
12617
|
+
restart: w1,
|
|
12618
|
+
reverse: k1,
|
|
12618
12619
|
"rotation-0": "rotation-0.svg",
|
|
12619
12620
|
"rotation-45": "rotation-45.svg",
|
|
12620
12621
|
"rotation-90": "rotation-90.svg",
|
|
12621
|
-
search:
|
|
12622
|
+
search: x1,
|
|
12622
12623
|
"server-on": "server-on.svg",
|
|
12623
|
-
server:
|
|
12624
|
-
settings:
|
|
12625
|
-
sina:
|
|
12626
|
-
skatterplot:
|
|
12627
|
-
slice:
|
|
12624
|
+
server: $1,
|
|
12625
|
+
settings: C1,
|
|
12626
|
+
sina: S1,
|
|
12627
|
+
skatterplot: E1,
|
|
12628
|
+
slice: A1,
|
|
12628
12629
|
"social-github": "social-github.svg",
|
|
12629
12630
|
"social-linkedin": "social-linkedin.svg",
|
|
12630
12631
|
"social-twitter-X": "social-twitter-X.svg",
|
|
@@ -12632,41 +12633,41 @@ const c_ = { class: "ui-slider__wrapper" }, f_ = { class: "ui-slider__label-sect
|
|
|
12632
12633
|
"social-youtube": "social-youtube.svg",
|
|
12633
12634
|
"sort-list-down": "sort-list-down.svg",
|
|
12634
12635
|
"sort-list-up": "sort-list-up.svg",
|
|
12635
|
-
sort:
|
|
12636
|
-
statistics:
|
|
12637
|
-
stop:
|
|
12636
|
+
sort: T1,
|
|
12637
|
+
statistics: V1,
|
|
12638
|
+
stop: M1,
|
|
12638
12639
|
"strip-plot": "strip-plot.svg",
|
|
12639
|
-
success:
|
|
12640
|
+
success: B1,
|
|
12640
12641
|
"table-add": "table-add.svg",
|
|
12641
12642
|
"table-alias": "table-alias.svg",
|
|
12642
12643
|
"table-import": "table-import.svg",
|
|
12643
|
-
table:
|
|
12644
|
-
template:
|
|
12645
|
-
terminal:
|
|
12644
|
+
table: F1,
|
|
12645
|
+
template: D1,
|
|
12646
|
+
terminal: R1,
|
|
12646
12647
|
"text-align-center": "text-align-center.svg",
|
|
12647
12648
|
"text-align-left": "text-align-left.svg",
|
|
12648
12649
|
"text-align-right": "text-align-right.svg",
|
|
12649
12650
|
"theme-dark": "theme-dark.svg",
|
|
12650
12651
|
"theme-light": "theme-light.svg",
|
|
12651
|
-
time:
|
|
12652
|
-
tune:
|
|
12653
|
-
venn:
|
|
12652
|
+
time: O1,
|
|
12653
|
+
tune: P1,
|
|
12654
|
+
venn: I1,
|
|
12654
12655
|
"view-hide": "view-hide.svg",
|
|
12655
12656
|
"view-show": "view-show.svg",
|
|
12656
12657
|
"violin-binned": "violin-binned.svg",
|
|
12657
12658
|
"violin-jitter": "violin-jitter.svg",
|
|
12658
|
-
violin:
|
|
12659
|
-
warning:
|
|
12660
|
-
wetlab:
|
|
12659
|
+
violin: N1,
|
|
12660
|
+
warning: L1,
|
|
12661
|
+
wetlab: z1,
|
|
12661
12662
|
"windows-collapse": "windows-collapse.svg",
|
|
12662
12663
|
"windows-expand": "windows-expand.svg",
|
|
12663
12664
|
"x-axis": "x-axis.svg",
|
|
12664
12665
|
"y-axis": "y-axis.svg",
|
|
12665
|
-
zip:
|
|
12666
|
+
zip: H1,
|
|
12666
12667
|
"zoom-in": "zoom-in.svg",
|
|
12667
12668
|
"zoom-out": "zoom-out.svg"
|
|
12668
12669
|
};
|
|
12669
|
-
function
|
|
12670
|
+
function Z1() {
|
|
12670
12671
|
return {
|
|
12671
12672
|
txtSec: {
|
|
12672
12673
|
title: "Text",
|
|
@@ -12983,7 +12984,7 @@ function H1() {
|
|
|
12983
12984
|
}
|
|
12984
12985
|
};
|
|
12985
12986
|
}
|
|
12986
|
-
const
|
|
12987
|
+
const Yw = [
|
|
12987
12988
|
"add",
|
|
12988
12989
|
"arrow-down",
|
|
12989
12990
|
"arrow-left",
|
|
@@ -13038,6 +13039,7 @@ const qw = [
|
|
|
13038
13039
|
"paper-clip",
|
|
13039
13040
|
"pause",
|
|
13040
13041
|
"play",
|
|
13042
|
+
"progress",
|
|
13041
13043
|
"renew",
|
|
13042
13044
|
"restart",
|
|
13043
13045
|
"reverse",
|
|
@@ -13051,7 +13053,7 @@ const qw = [
|
|
|
13051
13053
|
"x-axis",
|
|
13052
13054
|
"y-axis",
|
|
13053
13055
|
"zip"
|
|
13054
|
-
],
|
|
13056
|
+
], Kw = [
|
|
13055
13057
|
"add-layer",
|
|
13056
13058
|
"add",
|
|
13057
13059
|
"align-center",
|
|
@@ -13196,6 +13198,7 @@ const qw = [
|
|
|
13196
13198
|
"position-top-annotation",
|
|
13197
13199
|
"position-top",
|
|
13198
13200
|
"product",
|
|
13201
|
+
"progress",
|
|
13199
13202
|
"publications",
|
|
13200
13203
|
"radio-button-checked",
|
|
13201
13204
|
"radio-button",
|
|
@@ -13252,117 +13255,117 @@ const qw = [
|
|
|
13252
13255
|
"zip",
|
|
13253
13256
|
"zoom-in",
|
|
13254
13257
|
"zoom-out"
|
|
13255
|
-
],
|
|
13258
|
+
], Xw = { allCssVariables: Z1(), icons16: gb, icons24: j1 };
|
|
13256
13259
|
export {
|
|
13257
13260
|
Ve as Color,
|
|
13258
|
-
|
|
13259
|
-
|
|
13260
|
-
|
|
13261
|
+
Rw as ContextProvider,
|
|
13262
|
+
W1 as DataTable,
|
|
13263
|
+
Xw as DemoData,
|
|
13261
13264
|
gn as DropdownListItem,
|
|
13262
13265
|
Ts as DropdownOverlay,
|
|
13263
|
-
|
|
13266
|
+
Dw as Gradient,
|
|
13264
13267
|
Es as LongText,
|
|
13265
|
-
|
|
13266
|
-
|
|
13267
|
-
|
|
13268
|
-
|
|
13269
|
-
|
|
13270
|
-
|
|
13268
|
+
Cw as PlAccordion,
|
|
13269
|
+
Sw as PlAccordionSection,
|
|
13270
|
+
ew as PlAlert,
|
|
13271
|
+
K1 as PlBlockPage,
|
|
13272
|
+
iw as PlBtnAccent,
|
|
13273
|
+
lw as PlBtnDanger,
|
|
13271
13274
|
ws as PlBtnGhost,
|
|
13272
13275
|
zu as PlBtnGroup,
|
|
13273
|
-
|
|
13276
|
+
aw as PlBtnLink,
|
|
13274
13277
|
pu as PlBtnPrimary,
|
|
13275
13278
|
gu as PlBtnSecondary,
|
|
13276
|
-
|
|
13277
|
-
|
|
13278
|
-
|
|
13279
|
-
|
|
13280
|
-
|
|
13281
|
-
|
|
13279
|
+
sw as PlBtnSplit,
|
|
13280
|
+
Fw as PlChartHistogram,
|
|
13281
|
+
Mw as PlChartStackedBar,
|
|
13282
|
+
Bw as PlChartStackedBarCompact,
|
|
13283
|
+
_w as PlCheckbox,
|
|
13284
|
+
bw as PlCheckboxGroup,
|
|
13282
13285
|
Dr as PlChip,
|
|
13283
13286
|
Yc as PlCloseModalBtn,
|
|
13284
|
-
|
|
13287
|
+
X1 as PlContainer,
|
|
13285
13288
|
Gc as PlDialogModal,
|
|
13286
13289
|
Vs as PlDropdown,
|
|
13287
|
-
|
|
13288
|
-
|
|
13290
|
+
mw as PlDropdownLegacy,
|
|
13291
|
+
hw as PlDropdownLine,
|
|
13289
13292
|
Ic as PlDropdownMulti,
|
|
13290
|
-
|
|
13291
|
-
|
|
13292
|
-
|
|
13293
|
+
yw as PlDropdownMultiRef,
|
|
13294
|
+
pw as PlDropdownRef,
|
|
13295
|
+
uw as PlEditableTitle,
|
|
13293
13296
|
kp as PlFileDialog,
|
|
13294
|
-
|
|
13295
|
-
|
|
13297
|
+
Tw as PlFileInput,
|
|
13298
|
+
Q1 as PlGrid,
|
|
13296
13299
|
Tt as PlIcon16,
|
|
13297
13300
|
Ss as PlIcon24,
|
|
13298
13301
|
Ta as PlLoaderCircular,
|
|
13299
|
-
|
|
13302
|
+
xw as PlLogView,
|
|
13300
13303
|
Gt as PlMaskIcon16,
|
|
13301
13304
|
Ae as PlMaskIcon24,
|
|
13302
|
-
|
|
13303
|
-
|
|
13304
|
-
|
|
13305
|
-
|
|
13306
|
-
|
|
13305
|
+
Vw as PlNotificationAlert,
|
|
13306
|
+
gw as PlNumberField,
|
|
13307
|
+
vw as PlProgressBar,
|
|
13308
|
+
Aw as PlProgressCell,
|
|
13309
|
+
G1 as PlRow,
|
|
13307
13310
|
wd as PlSearchField,
|
|
13308
13311
|
Tf as PlSectionSeparator,
|
|
13309
|
-
|
|
13310
|
-
|
|
13312
|
+
ww as PlSlideModal,
|
|
13313
|
+
J1 as PlSpacer,
|
|
13311
13314
|
ys as PlSplash,
|
|
13312
|
-
|
|
13313
|
-
|
|
13314
|
-
|
|
13315
|
-
|
|
13316
|
-
|
|
13315
|
+
Ew as PlStatusTag,
|
|
13316
|
+
$w as PlTabs,
|
|
13317
|
+
cw as PlTextArea,
|
|
13318
|
+
dw as PlTextField,
|
|
13319
|
+
kw as PlToggleSwitch,
|
|
13317
13320
|
be as PlTooltip,
|
|
13318
|
-
|
|
13319
|
-
|
|
13320
|
-
|
|
13321
|
-
|
|
13322
|
-
|
|
13321
|
+
Ww as Scrollable,
|
|
13322
|
+
Ow as Slider,
|
|
13323
|
+
qw as SliderRange,
|
|
13324
|
+
Uw as SliderRangeTriple,
|
|
13325
|
+
Y1 as ThemeSwitcher,
|
|
13323
13326
|
ou as animate,
|
|
13324
|
-
|
|
13327
|
+
ow as animateInfinite,
|
|
13325
13328
|
Ja as call,
|
|
13326
13329
|
K0 as categoricalColors,
|
|
13327
13330
|
Qa as delay,
|
|
13328
|
-
|
|
13331
|
+
fw as detectOutside,
|
|
13329
13332
|
As as eventListener,
|
|
13330
13333
|
Md as getElementScrollPosition,
|
|
13331
13334
|
X0 as interpolateColor,
|
|
13332
13335
|
Vd as isElementVisible,
|
|
13333
|
-
|
|
13336
|
+
rw as listToOptions,
|
|
13334
13337
|
I0 as magma,
|
|
13335
|
-
|
|
13338
|
+
nw as makeEaseInOut,
|
|
13336
13339
|
nu as makeEaseOut,
|
|
13337
|
-
|
|
13338
|
-
|
|
13340
|
+
Yw as maskIcons16,
|
|
13341
|
+
Kw as maskIcons24,
|
|
13339
13342
|
G0 as normalizeGradient,
|
|
13340
13343
|
ct as normalizeListOptions,
|
|
13341
13344
|
Y0 as palettes,
|
|
13342
13345
|
tu as randomInt,
|
|
13343
|
-
|
|
13346
|
+
tw as randomString,
|
|
13344
13347
|
_s as requestTick,
|
|
13345
13348
|
Jo as scrollIntoView,
|
|
13346
13349
|
vs as showContextMenu,
|
|
13347
13350
|
ru as throttle,
|
|
13348
13351
|
eu as timeout,
|
|
13349
13352
|
Xo as useClickOutside,
|
|
13350
|
-
|
|
13351
|
-
|
|
13353
|
+
Zw as useComponentProp,
|
|
13354
|
+
jw as useDraggable,
|
|
13352
13355
|
fe as useEventListener,
|
|
13353
|
-
|
|
13356
|
+
zw as useFormState,
|
|
13354
13357
|
jl as useHover,
|
|
13355
|
-
|
|
13358
|
+
Lw as useInterval,
|
|
13356
13359
|
it as useLabelNotch,
|
|
13357
13360
|
ya as useLocalStorage,
|
|
13358
13361
|
Hl as useMouse,
|
|
13359
13362
|
at as useMouseCapture,
|
|
13360
13363
|
no as usePosition,
|
|
13361
|
-
|
|
13364
|
+
Hw as useQuery,
|
|
13362
13365
|
a_ as useResizeObserver,
|
|
13363
|
-
|
|
13364
|
-
|
|
13365
|
-
|
|
13366
|
+
Pw as useScroll,
|
|
13367
|
+
Iw as useSortable,
|
|
13368
|
+
Nw as useSortable2,
|
|
13366
13369
|
ba as useTheme,
|
|
13367
13370
|
P0 as viridis
|
|
13368
13371
|
};
|