@milaboratories/uikit 2.2.57 → 2.2.59
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 +211 -207
- 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/PlProgressCell/PlProgressCell.vue +2 -2
- package/src/components/PlProgressCell/pl-progress-cell.scss +4 -4
- package/src/components/PlProgressCell/types.ts +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
|
}
|
|
@@ -2925,7 +2925,7 @@ const Ts = /* @__PURE__ */ N({
|
|
|
2925
2925
|
}
|
|
2926
2926
|
}), Ud = {
|
|
2927
2927
|
name: "PlDropdownRef"
|
|
2928
|
-
},
|
|
2928
|
+
}, pw = /* @__PURE__ */ N({
|
|
2929
2929
|
...Ud,
|
|
2930
2930
|
props: {
|
|
2931
2931
|
modelValue: {},
|
|
@@ -3033,7 +3033,7 @@ const Wd = { class: "resizable-input" }, Yd = ["placeholder", "value", "disabled
|
|
|
3033
3033
|
}, nc = {
|
|
3034
3034
|
key: 0,
|
|
3035
3035
|
class: "pl-line-dropdown__no-item"
|
|
3036
|
-
},
|
|
3036
|
+
}, hw = /* @__PURE__ */ N({
|
|
3037
3037
|
__name: "PlDropdownLine",
|
|
3038
3038
|
props: {
|
|
3039
3039
|
modelValue: {},
|
|
@@ -3263,7 +3263,7 @@ const Wd = { class: "resizable-input" }, Yd = ["placeholder", "value", "disabled
|
|
|
3263
3263
|
class: "ui-dropdown__helper"
|
|
3264
3264
|
}, mc = {
|
|
3265
3265
|
name: "PlDropdown"
|
|
3266
|
-
},
|
|
3266
|
+
}, mw = /* @__PURE__ */ N({
|
|
3267
3267
|
...mc,
|
|
3268
3268
|
props: {
|
|
3269
3269
|
modelValue: {},
|
|
@@ -3466,7 +3466,7 @@ const Wd = { class: "resizable-input" }, Yd = ["placeholder", "value", "disabled
|
|
|
3466
3466
|
}), vc = {
|
|
3467
3467
|
key: 0,
|
|
3468
3468
|
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" },
|
|
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" }, vw = /* @__PURE__ */ N({
|
|
3470
3470
|
__name: "PlProgressBar",
|
|
3471
3471
|
props: {
|
|
3472
3472
|
loading: { type: Boolean },
|
|
@@ -3494,7 +3494,7 @@ const Wd = { class: "resizable-input" }, Yd = ["placeholder", "value", "disabled
|
|
|
3494
3494
|
}, kc = ["disabled", "placeholder"], xc = {
|
|
3495
3495
|
key: 0,
|
|
3496
3496
|
class: "mi-number-field__hint text-description"
|
|
3497
|
-
},
|
|
3497
|
+
}, gw = /* @__PURE__ */ N({
|
|
3498
3498
|
__name: "PlNumberField",
|
|
3499
3499
|
props: /* @__PURE__ */ Qe({
|
|
3500
3500
|
disabled: { type: Boolean },
|
|
@@ -3940,7 +3940,7 @@ const Wd = { class: "resizable-input" }, Yd = ["placeholder", "value", "disabled
|
|
|
3940
3940
|
M.error ? (f(), v("div", Rc, I(M.error), 1)) : M.helper ? (f(), v("div", Oc, I(M.helper), 1)) : A("", !0)
|
|
3941
3941
|
]));
|
|
3942
3942
|
}
|
|
3943
|
-
}),
|
|
3943
|
+
}), yw = /* @__PURE__ */ N({
|
|
3944
3944
|
__name: "PlDropdownMultiRef",
|
|
3945
3945
|
props: {
|
|
3946
3946
|
modelValue: { default: () => [] },
|
|
@@ -3994,7 +3994,7 @@ const Wd = { class: "resizable-input" }, Yd = ["placeholder", "value", "disabled
|
|
|
3994
3994
|
}
|
|
3995
3995
|
}), Nc = {
|
|
3996
3996
|
name: "PlCheckbox"
|
|
3997
|
-
},
|
|
3997
|
+
}, _w = /* @__PURE__ */ N({
|
|
3998
3998
|
...Nc,
|
|
3999
3999
|
props: {
|
|
4000
4000
|
modelValue: { type: Boolean },
|
|
@@ -4022,7 +4022,7 @@ const Wd = { class: "resizable-input" }, Yd = ["placeholder", "value", "disabled
|
|
|
4022
4022
|
}
|
|
4023
4023
|
}), Lc = { key: 0 }, zc = ["onClick"], Hc = {
|
|
4024
4024
|
name: "PlCheckboxGroup"
|
|
4025
|
-
},
|
|
4025
|
+
}, bw = /* @__PURE__ */ N({
|
|
4026
4026
|
...Hc,
|
|
4027
4027
|
props: {
|
|
4028
4028
|
modelValue: {},
|
|
@@ -4199,7 +4199,7 @@ const Wc = {
|
|
|
4199
4199
|
}, of = {
|
|
4200
4200
|
name: "PlSlideModal",
|
|
4201
4201
|
inheritAttrs: !1
|
|
4202
|
-
},
|
|
4202
|
+
}, ww = /* @__PURE__ */ N({
|
|
4203
4203
|
...of,
|
|
4204
4204
|
props: {
|
|
4205
4205
|
modelValue: { type: Boolean, default: !1 },
|
|
@@ -4261,7 +4261,7 @@ const Wc = {
|
|
|
4261
4261
|
class: "label"
|
|
4262
4262
|
}, sf = {
|
|
4263
4263
|
name: "PlToggleSwitch"
|
|
4264
|
-
},
|
|
4264
|
+
}, kw = /* @__PURE__ */ N({
|
|
4265
4265
|
...sf,
|
|
4266
4266
|
props: {
|
|
4267
4267
|
label: {},
|
|
@@ -4392,7 +4392,7 @@ const pf = { key: 0 }, hf = { class: "pl-log-view__copy" }, mf = {
|
|
|
4392
4392
|
class: "pl-log-view__error"
|
|
4393
4393
|
}, vf = {
|
|
4394
4394
|
name: "PlLogView"
|
|
4395
|
-
},
|
|
4395
|
+
}, xw = /* @__PURE__ */ N({
|
|
4396
4396
|
...vf,
|
|
4397
4397
|
props: {
|
|
4398
4398
|
value: {},
|
|
@@ -4534,7 +4534,7 @@ const pf = { key: 0 }, hf = { class: "pl-log-view__copy" }, mf = {
|
|
|
4534
4534
|
}
|
|
4535
4535
|
}), xf = {
|
|
4536
4536
|
name: "PlTabs"
|
|
4537
|
-
},
|
|
4537
|
+
}, $w = /* @__PURE__ */ N({
|
|
4538
4538
|
...xf,
|
|
4539
4539
|
props: {
|
|
4540
4540
|
modelValue: {},
|
|
@@ -4588,7 +4588,7 @@ const pf = { key: 0 }, hf = { class: "pl-log-view__copy" }, mf = {
|
|
|
4588
4588
|
content: Sf
|
|
4589
4589
|
}, Af = {
|
|
4590
4590
|
$style: Ef
|
|
4591
|
-
}, Tf = /* @__PURE__ */ ve($f, [["__cssModules", Af]]),
|
|
4591
|
+
}, Tf = /* @__PURE__ */ ve($f, [["__cssModules", Af]]), Cw = /* @__PURE__ */ N({
|
|
4592
4592
|
__name: "PlAccordion",
|
|
4593
4593
|
props: /* @__PURE__ */ Qe({
|
|
4594
4594
|
multiple: { type: Boolean }
|
|
@@ -4681,7 +4681,7 @@ const pf = { key: 0 }, hf = { class: "pl-log-view__copy" }, mf = {
|
|
|
4681
4681
|
down: Of
|
|
4682
4682
|
}, If = {
|
|
4683
4683
|
$style: Pf
|
|
4684
|
-
},
|
|
4684
|
+
}, Sw = /* @__PURE__ */ ve(Bf, [["__cssModules", If]]), Ew = /* @__PURE__ */ N({
|
|
4685
4685
|
__name: "PlStatusTag",
|
|
4686
4686
|
props: {
|
|
4687
4687
|
type: {}
|
|
@@ -4706,7 +4706,7 @@ const pf = { key: 0 }, hf = { class: "pl-log-view__copy" }, mf = {
|
|
|
4706
4706
|
}), Nf = {
|
|
4707
4707
|
key: 0,
|
|
4708
4708
|
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" },
|
|
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" }, Aw = /* @__PURE__ */ N({
|
|
4710
4710
|
__name: "PlProgressCell",
|
|
4711
4711
|
props: {
|
|
4712
4712
|
stage: { default: "not_started" },
|
|
@@ -8187,7 +8187,7 @@ const Bh = {
|
|
|
8187
8187
|
}, Ph = {
|
|
8188
8188
|
key: 1,
|
|
8189
8189
|
class: "pl-file-input__helper"
|
|
8190
|
-
},
|
|
8190
|
+
}, Tw = /* @__PURE__ */ N({
|
|
8191
8191
|
__name: "PlFileInput",
|
|
8192
8192
|
props: {
|
|
8193
8193
|
modelValue: {},
|
|
@@ -8322,7 +8322,7 @@ const Bh = {
|
|
|
8322
8322
|
}, zh = {
|
|
8323
8323
|
key: 0,
|
|
8324
8324
|
class: "pl-notification-alert__actions d-flex"
|
|
8325
|
-
},
|
|
8325
|
+
}, Vw = /* @__PURE__ */ N({
|
|
8326
8326
|
__name: "PlNotificationAlert",
|
|
8327
8327
|
props: /* @__PURE__ */ Qe({
|
|
8328
8328
|
type: { default: "neutral" },
|
|
@@ -8501,7 +8501,7 @@ const Bh = {
|
|
|
8501
8501
|
title: um
|
|
8502
8502
|
}, cm = {
|
|
8503
8503
|
$style: dm
|
|
8504
|
-
},
|
|
8504
|
+
}, Mw = /* @__PURE__ */ ve(lm, [["__cssModules", cm]]), fm = [".title"], pm = /* @__PURE__ */ N({
|
|
8505
8505
|
__name: "StackedRowCompact",
|
|
8506
8506
|
props: {
|
|
8507
8507
|
value: {},
|
|
@@ -8569,7 +8569,7 @@ const Bh = {
|
|
|
8569
8569
|
component: wm
|
|
8570
8570
|
}, xm = {
|
|
8571
8571
|
$style: km
|
|
8572
|
-
},
|
|
8572
|
+
}, Bw = /* @__PURE__ */ ve(bm, [["__cssModules", xm]]);
|
|
8573
8573
|
function Sn(t, e) {
|
|
8574
8574
|
return t == null || e == null ? NaN : t < e ? -1 : t > e ? 1 : t >= e ? 0 : NaN;
|
|
8575
8575
|
}
|
|
@@ -10979,7 +10979,7 @@ const B0 = /* @__PURE__ */ N({
|
|
|
10979
10979
|
title: D0
|
|
10980
10980
|
}, O0 = {
|
|
10981
10981
|
$style: R0
|
|
10982
|
-
},
|
|
10982
|
+
}, Fw = /* @__PURE__ */ ve(B0, [["__cssModules", O0]]), P0 = [
|
|
10983
10983
|
"#FFF680",
|
|
10984
10984
|
"#E8F66C",
|
|
10985
10985
|
"#C4F16B",
|
|
@@ -11261,7 +11261,7 @@ function X0(t, e, n) {
|
|
|
11261
11261
|
function G0(t) {
|
|
11262
11262
|
return typeof t == "string" ? Y0[t].map((e) => Ve.fromString(e)) : t.map((e) => typeof e == "string" ? Ve.fromString(e) : e);
|
|
11263
11263
|
}
|
|
11264
|
-
function
|
|
11264
|
+
function Dw(t) {
|
|
11265
11265
|
return new class {
|
|
11266
11266
|
constructor(e) {
|
|
11267
11267
|
this.colors = e;
|
|
@@ -11302,7 +11302,7 @@ function Bw(t) {
|
|
|
11302
11302
|
}
|
|
11303
11303
|
}(G0(t));
|
|
11304
11304
|
}
|
|
11305
|
-
const
|
|
11305
|
+
const Rw = /* @__PURE__ */ N({
|
|
11306
11306
|
__name: "ContextProvider",
|
|
11307
11307
|
props: {
|
|
11308
11308
|
context: {},
|
|
@@ -11337,7 +11337,7 @@ const kr = (t) => b(() => {
|
|
|
11337
11337
|
}, 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
11338
|
key: 0,
|
|
11339
11339
|
class: "ui-slider__error"
|
|
11340
|
-
},
|
|
11340
|
+
}, Ow = /* @__PURE__ */ N({
|
|
11341
11341
|
__name: "Slider",
|
|
11342
11342
|
props: {
|
|
11343
11343
|
modelValue: {},
|
|
@@ -11467,7 +11467,7 @@ const kr = (t) => b(() => {
|
|
|
11467
11467
|
], 2));
|
|
11468
11468
|
}
|
|
11469
11469
|
});
|
|
11470
|
-
function
|
|
11470
|
+
function Pw(t, e = null, n = null) {
|
|
11471
11471
|
function o(l) {
|
|
11472
11472
|
const { scrollTop: a, scrollHeight: u, clientHeight: d } = l;
|
|
11473
11473
|
if (!(u > d) || !e)
|
|
@@ -11525,7 +11525,7 @@ const Xe = {
|
|
|
11525
11525
|
const { y: e, height: n } = t.getBoundingClientRect();
|
|
11526
11526
|
return e + n;
|
|
11527
11527
|
};
|
|
11528
|
-
function
|
|
11528
|
+
function Iw(t, e) {
|
|
11529
11529
|
const n = {
|
|
11530
11530
|
item: void 0,
|
|
11531
11531
|
options() {
|
|
@@ -11637,7 +11637,7 @@ const Ge = {
|
|
|
11637
11637
|
const { y: e, height: n } = t.getBoundingClientRect();
|
|
11638
11638
|
return e + n;
|
|
11639
11639
|
};
|
|
11640
|
-
function
|
|
11640
|
+
function Nw(t, e) {
|
|
11641
11641
|
const n = {
|
|
11642
11642
|
item: void 0,
|
|
11643
11643
|
options() {
|
|
@@ -11757,13 +11757,13 @@ function Pw(t, e) {
|
|
|
11757
11757
|
});
|
|
11758
11758
|
});
|
|
11759
11759
|
}
|
|
11760
|
-
function
|
|
11760
|
+
function Lw(t, e) {
|
|
11761
11761
|
let n;
|
|
11762
11762
|
ge(() => {
|
|
11763
11763
|
n = setInterval(t, e);
|
|
11764
11764
|
}), Ke(() => clearInterval(n));
|
|
11765
11765
|
}
|
|
11766
|
-
function
|
|
11766
|
+
function zw(t, e, n) {
|
|
11767
11767
|
const o = ue({
|
|
11768
11768
|
data: po.deepClone(e(t.value)),
|
|
11769
11769
|
changed: !1
|
|
@@ -11785,7 +11785,7 @@ function Nw(t, e, n) {
|
|
|
11785
11785
|
{ deep: !0, immediate: !0 }
|
|
11786
11786
|
), o;
|
|
11787
11787
|
}
|
|
11788
|
-
function
|
|
11788
|
+
function Hw(t) {
|
|
11789
11789
|
const e = ue({
|
|
11790
11790
|
isLoading: !1,
|
|
11791
11791
|
result: void 0,
|
|
@@ -11809,7 +11809,7 @@ function Lw(t) {
|
|
|
11809
11809
|
});
|
|
11810
11810
|
return e.run = e.run.bind(e), e;
|
|
11811
11811
|
}
|
|
11812
|
-
function
|
|
11812
|
+
function jw(t, e) {
|
|
11813
11813
|
function n(i, l) {
|
|
11814
11814
|
const a = w(t);
|
|
11815
11815
|
if (!a)
|
|
@@ -11840,7 +11840,7 @@ function zw(t, e) {
|
|
|
11840
11840
|
}
|
|
11841
11841
|
ge(r), Ke(s);
|
|
11842
11842
|
}
|
|
11843
|
-
function
|
|
11843
|
+
function Zw(t) {
|
|
11844
11844
|
return b(t);
|
|
11845
11845
|
}
|
|
11846
11846
|
const c_ = { class: "ui-slider__wrapper" }, f_ = { class: "ui-slider__label-section" }, p_ = {
|
|
@@ -11849,7 +11849,7 @@ const c_ = { class: "ui-slider__wrapper" }, f_ = { class: "ui-slider__label-sect
|
|
|
11849
11849
|
}, 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
11850
|
key: 0,
|
|
11851
11851
|
class: "ui-slider__error"
|
|
11852
|
-
},
|
|
11852
|
+
}, Uw = /* @__PURE__ */ N({
|
|
11853
11853
|
__name: "SliderRangeTriple",
|
|
11854
11854
|
props: {
|
|
11855
11855
|
modelValue: {},
|
|
@@ -12102,7 +12102,7 @@ const c_ = { class: "ui-slider__wrapper" }, f_ = { class: "ui-slider__label-sect
|
|
|
12102
12102
|
}, 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
12103
|
key: 0,
|
|
12104
12104
|
class: "ui-slider__error"
|
|
12105
|
-
},
|
|
12105
|
+
}, qw = /* @__PURE__ */ N({
|
|
12106
12106
|
__name: "SliderRange",
|
|
12107
12107
|
props: {
|
|
12108
12108
|
modelValue: {},
|
|
@@ -12330,7 +12330,7 @@ const c_ = { class: "ui-slider__wrapper" }, f_ = { class: "ui-slider__label-sect
|
|
|
12330
12330
|
}, null, 4)
|
|
12331
12331
|
], 512)) : A("", !0);
|
|
12332
12332
|
}
|
|
12333
|
-
}), D_ = { class: "ui-scrollable" },
|
|
12333
|
+
}), D_ = { class: "ui-scrollable" }, Ww = /* @__PURE__ */ N({
|
|
12334
12334
|
__name: "Scrollable",
|
|
12335
12335
|
setup(t) {
|
|
12336
12336
|
const e = j(), n = ue({
|
|
@@ -12396,7 +12396,7 @@ const c_ = { class: "ui-slider__wrapper" }, f_ = { class: "ui-slider__label-sect
|
|
|
12396
12396
|
}, null, 8, ["scroll-left", "client-width", "scroll-width"])
|
|
12397
12397
|
]));
|
|
12398
12398
|
}
|
|
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 = "
|
|
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 = "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
12400
|
add: R_,
|
|
12401
12401
|
"arrow-down": "arrow-down.svg",
|
|
12402
12402
|
"arrow-left": "arrow-left.svg",
|
|
@@ -12451,55 +12451,56 @@ const c_ = { class: "ui-slider__wrapper" }, f_ = { class: "ui-slider__label-sect
|
|
|
12451
12451
|
"paper-clip": "paper-clip.svg",
|
|
12452
12452
|
pause: ob,
|
|
12453
12453
|
play: rb,
|
|
12454
|
-
|
|
12455
|
-
|
|
12456
|
-
|
|
12457
|
-
|
|
12458
|
-
|
|
12459
|
-
|
|
12460
|
-
|
|
12461
|
-
|
|
12462
|
-
|
|
12463
|
-
|
|
12454
|
+
progress: sb,
|
|
12455
|
+
renew: ib,
|
|
12456
|
+
restart: lb,
|
|
12457
|
+
reverse: ab,
|
|
12458
|
+
settings: ub,
|
|
12459
|
+
sort: db,
|
|
12460
|
+
stop: cb,
|
|
12461
|
+
success: fb,
|
|
12462
|
+
time: pb,
|
|
12463
|
+
tune: hb,
|
|
12464
|
+
warning: mb,
|
|
12464
12465
|
"x-axis": "x-axis.svg",
|
|
12465
12466
|
"y-axis": "y-axis.svg",
|
|
12466
|
-
zip:
|
|
12467
|
-
},
|
|
12467
|
+
zip: vb
|
|
12468
|
+
}, 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
12469
|
"add-layer": "add-layer.svg",
|
|
12469
|
-
add:
|
|
12470
|
+
add: yb,
|
|
12470
12471
|
"align-center": "align-center.svg",
|
|
12471
12472
|
"align-left": "align-left.svg",
|
|
12472
12473
|
"align-right": "align-right.svg",
|
|
12473
|
-
annotate:
|
|
12474
|
-
annotation:
|
|
12475
|
-
area:
|
|
12474
|
+
annotate: _b,
|
|
12475
|
+
annotation: bb,
|
|
12476
|
+
area: wb,
|
|
12476
12477
|
"arrow-down": "arrow-down.svg",
|
|
12477
12478
|
"arrow-left": "arrow-left.svg",
|
|
12478
12479
|
"arrow-link": "arrow-link.svg",
|
|
12479
12480
|
"arrow-right": "arrow-right.svg",
|
|
12480
12481
|
"arrow-up": "arrow-up.svg",
|
|
12481
|
-
axes:
|
|
12482
|
+
axes: kb,
|
|
12482
12483
|
"bar-cross": "bar-cross.svg",
|
|
12483
12484
|
"bar-error": "bar-error.svg",
|
|
12484
12485
|
"bar-stacked": "bar-stacked.svg",
|
|
12485
12486
|
"bar-trend": "bar-trend.svg",
|
|
12486
|
-
bar:
|
|
12487
|
-
bindot:
|
|
12488
|
-
box:
|
|
12487
|
+
bar: xb,
|
|
12488
|
+
bindot: $b,
|
|
12489
|
+
box: Cb,
|
|
12489
12490
|
"boxplot-binned": "boxplot-binned.svg",
|
|
12490
12491
|
"boxplot-jitter": "boxplot-jitter.svg",
|
|
12491
12492
|
"boxplot-notched": "boxplot-notched.svg",
|
|
12492
|
-
boxplot:
|
|
12493
|
-
bubble:
|
|
12494
|
-
calendar:
|
|
12495
|
-
canvas:
|
|
12493
|
+
boxplot: Sb,
|
|
12494
|
+
bubble: Eb,
|
|
12495
|
+
calendar: Ab,
|
|
12496
|
+
canvas: Tb,
|
|
12496
12497
|
"cell-type-num": "cell-type-num.svg",
|
|
12497
12498
|
"cell-type-subset": "cell-type-subset.svg",
|
|
12498
12499
|
"cell-type-txt": "cell-type-txt.svg",
|
|
12499
12500
|
"checkbox-checked": "checkbox-checked.svg",
|
|
12500
12501
|
"checkbox-intermediate": "checkbox-intermediate.svg",
|
|
12501
|
-
checkbox:
|
|
12502
|
-
checkmark:
|
|
12502
|
+
checkbox: Vb,
|
|
12503
|
+
checkmark: Mb,
|
|
12503
12504
|
"chevron-down": "chevron-down.svg",
|
|
12504
12505
|
"chevron-first": "chevron-first.svg",
|
|
12505
12506
|
"chevron-last": "chevron-last.svg",
|
|
@@ -12508,26 +12509,26 @@ const c_ = { class: "ui-slider__wrapper" }, f_ = { class: "ui-slider__label-sect
|
|
|
12508
12509
|
"chevron-sort": "chevron-sort.svg",
|
|
12509
12510
|
"chevron-up": "chevron-up.svg",
|
|
12510
12511
|
"clipboard-copied": "clipboard-copied.svg",
|
|
12511
|
-
clipboard:
|
|
12512
|
-
close:
|
|
12512
|
+
clipboard: Bb,
|
|
12513
|
+
close: Fb,
|
|
12513
12514
|
"cloud-download": "cloud-download.svg",
|
|
12514
12515
|
"cloud-offline": "cloud-offline.svg",
|
|
12515
12516
|
"cloud-online": "cloud-online.svg",
|
|
12516
12517
|
"cloud-upload": "cloud-upload.svg",
|
|
12517
|
-
cluster:
|
|
12518
|
-
code:
|
|
12518
|
+
cluster: Db,
|
|
12519
|
+
code: Rb,
|
|
12519
12520
|
"color-fill": "color-fill.svg",
|
|
12520
12521
|
"color-none": "color-none.svg",
|
|
12521
12522
|
"color-stroke": "color-stroke.svg",
|
|
12522
|
-
color:
|
|
12523
|
-
columns:
|
|
12523
|
+
color: Ob,
|
|
12524
|
+
columns: Pb,
|
|
12524
12525
|
"connected-points": "connected-points.svg",
|
|
12525
|
-
container:
|
|
12526
|
-
cookie:
|
|
12527
|
-
copy:
|
|
12528
|
-
cpu:
|
|
12526
|
+
container: Ib,
|
|
12527
|
+
cookie: Nb,
|
|
12528
|
+
copy: Lb,
|
|
12529
|
+
cpu: zb,
|
|
12529
12530
|
"data-dimentions": "data-dimentions.svg",
|
|
12530
|
-
debug:
|
|
12531
|
+
debug: Hb,
|
|
12531
12532
|
"delete-bin": "delete-bin.svg",
|
|
12532
12533
|
"delete-circle": "delete-circle.svg",
|
|
12533
12534
|
"delete-clear": "delete-clear.svg",
|
|
@@ -12537,15 +12538,15 @@ const c_ = { class: "ui-slider__wrapper" }, f_ = { class: "ui-slider__label-sect
|
|
|
12537
12538
|
"dendrogram-Y": "dendrogram-Y.svg",
|
|
12538
12539
|
"dna-add": "dna-add.svg",
|
|
12539
12540
|
"dna-import": "dna-import.svg",
|
|
12540
|
-
dna:
|
|
12541
|
-
download:
|
|
12541
|
+
dna: jb,
|
|
12542
|
+
download: Zb,
|
|
12542
12543
|
"drag-dots": "drag-dots.svg",
|
|
12543
12544
|
"drag-horizontal": "drag-horizontal.svg",
|
|
12544
12545
|
"drag-vertical": "drag-vertical.svg",
|
|
12545
|
-
duplicate:
|
|
12546
|
-
edit:
|
|
12546
|
+
duplicate: Ub,
|
|
12547
|
+
edit: qb,
|
|
12547
12548
|
"error-bar": "error-bar.svg",
|
|
12548
|
-
error:
|
|
12549
|
+
error: Wb,
|
|
12549
12550
|
"expand-left": "expand-left.svg",
|
|
12550
12551
|
"expand-right": "expand-right.svg",
|
|
12551
12552
|
export: "export.svg",
|
|
@@ -12554,7 +12555,7 @@ const c_ = { class: "ui-slider__wrapper" }, f_ = { class: "ui-slider__label-sect
|
|
|
12554
12555
|
"file-doc-import": "file-doc-import.svg",
|
|
12555
12556
|
"file-doc": "file-doc.svg",
|
|
12556
12557
|
"filter-on": "filter-on.svg",
|
|
12557
|
-
filter:
|
|
12558
|
+
filter: Yb,
|
|
12558
12559
|
"fire-tips": "fire-tips.svg",
|
|
12559
12560
|
"folder-parent": "folder-parent.svg",
|
|
12560
12561
|
"frame-type-all": "frame-type-all.svg",
|
|
@@ -12562,25 +12563,25 @@ const c_ = { class: "ui-slider__wrapper" }, f_ = { class: "ui-slider__label-sect
|
|
|
12562
12563
|
"frame-type-left-bottom": "frame-type-left-bottom.svg",
|
|
12563
12564
|
"frame-type-left": "frame-type-left.svg",
|
|
12564
12565
|
"frame-type-none": "frame-type-none.svg",
|
|
12565
|
-
generate:
|
|
12566
|
-
graph:
|
|
12567
|
-
heatmap:
|
|
12566
|
+
generate: Kb,
|
|
12567
|
+
graph: Xb,
|
|
12568
|
+
heatmap: Gb,
|
|
12568
12569
|
"help-outline": "help-outline.svg",
|
|
12569
|
-
help:
|
|
12570
|
+
help: Jb,
|
|
12570
12571
|
"info-outline": "info-outline.svg",
|
|
12571
|
-
info:
|
|
12572
|
-
jitter:
|
|
12572
|
+
info: Qb,
|
|
12573
|
+
jitter: e1,
|
|
12573
12574
|
"jump-link": "jump-link.svg",
|
|
12574
|
-
lasso:
|
|
12575
|
-
layers:
|
|
12576
|
-
learn:
|
|
12575
|
+
lasso: t1,
|
|
12576
|
+
layers: n1,
|
|
12577
|
+
learn: o1,
|
|
12577
12578
|
"legend-box-dot": "legend-box-dot.svg",
|
|
12578
12579
|
"legend-box": "legend-box.svg",
|
|
12579
|
-
legend:
|
|
12580
|
+
legend: r1,
|
|
12580
12581
|
"line-binned": "line-binned.svg",
|
|
12581
12582
|
"line-error": "line-error.svg",
|
|
12582
12583
|
"line-jitter": "line-jitter.svg",
|
|
12583
|
-
line:
|
|
12584
|
+
line: s1,
|
|
12584
12585
|
"linetype-dashed": "linetype-dashed.svg",
|
|
12585
12586
|
"linetype-dotdash": "linetype-dotdash.svg",
|
|
12586
12587
|
"linetype-dotted": "linetype-dotted.svg",
|
|
@@ -12588,18 +12589,18 @@ const c_ = { class: "ui-slider__wrapper" }, f_ = { class: "ui-slider__label-sect
|
|
|
12588
12589
|
"linetype-solid": "linetype-solid.svg",
|
|
12589
12590
|
"linetype-twodash": "linetype-twodash.svg",
|
|
12590
12591
|
"link-disabled": "link-disabled.svg",
|
|
12591
|
-
link:
|
|
12592
|
-
loading:
|
|
12593
|
-
lock:
|
|
12594
|
-
maximize:
|
|
12595
|
-
menu:
|
|
12596
|
-
minimize:
|
|
12597
|
-
minus:
|
|
12598
|
-
more:
|
|
12592
|
+
link: i1,
|
|
12593
|
+
loading: l1,
|
|
12594
|
+
lock: a1,
|
|
12595
|
+
maximize: u1,
|
|
12596
|
+
menu: d1,
|
|
12597
|
+
minimize: c1,
|
|
12598
|
+
minus: f1,
|
|
12599
|
+
more: p1,
|
|
12599
12600
|
"paper-clip": "paper-clip.svg",
|
|
12600
|
-
pause:
|
|
12601
|
-
pin:
|
|
12602
|
-
play:
|
|
12601
|
+
pause: h1,
|
|
12602
|
+
pin: m1,
|
|
12603
|
+
play: v1,
|
|
12603
12604
|
"position-bottom-annotation": "position-bottom-annotation.svg",
|
|
12604
12605
|
"position-bottom": "position-bottom.svg",
|
|
12605
12606
|
"position-left-annotation": "position-left-annotation.svg",
|
|
@@ -12608,23 +12609,24 @@ const c_ = { class: "ui-slider__wrapper" }, f_ = { class: "ui-slider__label-sect
|
|
|
12608
12609
|
"position-right": "position-right.svg",
|
|
12609
12610
|
"position-top-annotation": "position-top-annotation.svg",
|
|
12610
12611
|
"position-top": "position-top.svg",
|
|
12611
|
-
product:
|
|
12612
|
-
|
|
12612
|
+
product: g1,
|
|
12613
|
+
progress: y1,
|
|
12614
|
+
publications: _1,
|
|
12613
12615
|
"radio-button-checked": "radio-button-checked.svg",
|
|
12614
12616
|
"radio-button": "radio-button.svg",
|
|
12615
|
-
renew:
|
|
12616
|
-
restart:
|
|
12617
|
-
reverse:
|
|
12617
|
+
renew: b1,
|
|
12618
|
+
restart: w1,
|
|
12619
|
+
reverse: k1,
|
|
12618
12620
|
"rotation-0": "rotation-0.svg",
|
|
12619
12621
|
"rotation-45": "rotation-45.svg",
|
|
12620
12622
|
"rotation-90": "rotation-90.svg",
|
|
12621
|
-
search:
|
|
12623
|
+
search: x1,
|
|
12622
12624
|
"server-on": "server-on.svg",
|
|
12623
|
-
server:
|
|
12624
|
-
settings:
|
|
12625
|
-
sina:
|
|
12626
|
-
skatterplot:
|
|
12627
|
-
slice:
|
|
12625
|
+
server: $1,
|
|
12626
|
+
settings: C1,
|
|
12627
|
+
sina: S1,
|
|
12628
|
+
skatterplot: E1,
|
|
12629
|
+
slice: A1,
|
|
12628
12630
|
"social-github": "social-github.svg",
|
|
12629
12631
|
"social-linkedin": "social-linkedin.svg",
|
|
12630
12632
|
"social-twitter-X": "social-twitter-X.svg",
|
|
@@ -12632,41 +12634,41 @@ const c_ = { class: "ui-slider__wrapper" }, f_ = { class: "ui-slider__label-sect
|
|
|
12632
12634
|
"social-youtube": "social-youtube.svg",
|
|
12633
12635
|
"sort-list-down": "sort-list-down.svg",
|
|
12634
12636
|
"sort-list-up": "sort-list-up.svg",
|
|
12635
|
-
sort:
|
|
12636
|
-
statistics:
|
|
12637
|
-
stop:
|
|
12637
|
+
sort: T1,
|
|
12638
|
+
statistics: V1,
|
|
12639
|
+
stop: M1,
|
|
12638
12640
|
"strip-plot": "strip-plot.svg",
|
|
12639
|
-
success:
|
|
12641
|
+
success: B1,
|
|
12640
12642
|
"table-add": "table-add.svg",
|
|
12641
12643
|
"table-alias": "table-alias.svg",
|
|
12642
12644
|
"table-import": "table-import.svg",
|
|
12643
|
-
table:
|
|
12644
|
-
template:
|
|
12645
|
-
terminal:
|
|
12645
|
+
table: F1,
|
|
12646
|
+
template: D1,
|
|
12647
|
+
terminal: R1,
|
|
12646
12648
|
"text-align-center": "text-align-center.svg",
|
|
12647
12649
|
"text-align-left": "text-align-left.svg",
|
|
12648
12650
|
"text-align-right": "text-align-right.svg",
|
|
12649
12651
|
"theme-dark": "theme-dark.svg",
|
|
12650
12652
|
"theme-light": "theme-light.svg",
|
|
12651
|
-
time:
|
|
12652
|
-
tune:
|
|
12653
|
-
venn:
|
|
12653
|
+
time: O1,
|
|
12654
|
+
tune: P1,
|
|
12655
|
+
venn: I1,
|
|
12654
12656
|
"view-hide": "view-hide.svg",
|
|
12655
12657
|
"view-show": "view-show.svg",
|
|
12656
12658
|
"violin-binned": "violin-binned.svg",
|
|
12657
12659
|
"violin-jitter": "violin-jitter.svg",
|
|
12658
|
-
violin:
|
|
12659
|
-
warning:
|
|
12660
|
-
wetlab:
|
|
12660
|
+
violin: N1,
|
|
12661
|
+
warning: L1,
|
|
12662
|
+
wetlab: z1,
|
|
12661
12663
|
"windows-collapse": "windows-collapse.svg",
|
|
12662
12664
|
"windows-expand": "windows-expand.svg",
|
|
12663
12665
|
"x-axis": "x-axis.svg",
|
|
12664
12666
|
"y-axis": "y-axis.svg",
|
|
12665
|
-
zip:
|
|
12667
|
+
zip: H1,
|
|
12666
12668
|
"zoom-in": "zoom-in.svg",
|
|
12667
12669
|
"zoom-out": "zoom-out.svg"
|
|
12668
12670
|
};
|
|
12669
|
-
function
|
|
12671
|
+
function Z1() {
|
|
12670
12672
|
return {
|
|
12671
12673
|
txtSec: {
|
|
12672
12674
|
title: "Text",
|
|
@@ -12983,7 +12985,7 @@ function H1() {
|
|
|
12983
12985
|
}
|
|
12984
12986
|
};
|
|
12985
12987
|
}
|
|
12986
|
-
const
|
|
12988
|
+
const Yw = [
|
|
12987
12989
|
"add",
|
|
12988
12990
|
"arrow-down",
|
|
12989
12991
|
"arrow-left",
|
|
@@ -13038,6 +13040,7 @@ const qw = [
|
|
|
13038
13040
|
"paper-clip",
|
|
13039
13041
|
"pause",
|
|
13040
13042
|
"play",
|
|
13043
|
+
"progress",
|
|
13041
13044
|
"renew",
|
|
13042
13045
|
"restart",
|
|
13043
13046
|
"reverse",
|
|
@@ -13051,7 +13054,7 @@ const qw = [
|
|
|
13051
13054
|
"x-axis",
|
|
13052
13055
|
"y-axis",
|
|
13053
13056
|
"zip"
|
|
13054
|
-
],
|
|
13057
|
+
], Kw = [
|
|
13055
13058
|
"add-layer",
|
|
13056
13059
|
"add",
|
|
13057
13060
|
"align-center",
|
|
@@ -13196,6 +13199,7 @@ const qw = [
|
|
|
13196
13199
|
"position-top-annotation",
|
|
13197
13200
|
"position-top",
|
|
13198
13201
|
"product",
|
|
13202
|
+
"progress",
|
|
13199
13203
|
"publications",
|
|
13200
13204
|
"radio-button-checked",
|
|
13201
13205
|
"radio-button",
|
|
@@ -13252,117 +13256,117 @@ const qw = [
|
|
|
13252
13256
|
"zip",
|
|
13253
13257
|
"zoom-in",
|
|
13254
13258
|
"zoom-out"
|
|
13255
|
-
],
|
|
13259
|
+
], Xw = { allCssVariables: Z1(), icons16: gb, icons24: j1 };
|
|
13256
13260
|
export {
|
|
13257
13261
|
Ve as Color,
|
|
13258
|
-
|
|
13259
|
-
|
|
13260
|
-
|
|
13262
|
+
Rw as ContextProvider,
|
|
13263
|
+
W1 as DataTable,
|
|
13264
|
+
Xw as DemoData,
|
|
13261
13265
|
gn as DropdownListItem,
|
|
13262
13266
|
Ts as DropdownOverlay,
|
|
13263
|
-
|
|
13267
|
+
Dw as Gradient,
|
|
13264
13268
|
Es as LongText,
|
|
13265
|
-
|
|
13266
|
-
|
|
13267
|
-
|
|
13268
|
-
|
|
13269
|
-
|
|
13270
|
-
|
|
13269
|
+
Cw as PlAccordion,
|
|
13270
|
+
Sw as PlAccordionSection,
|
|
13271
|
+
ew as PlAlert,
|
|
13272
|
+
K1 as PlBlockPage,
|
|
13273
|
+
iw as PlBtnAccent,
|
|
13274
|
+
lw as PlBtnDanger,
|
|
13271
13275
|
ws as PlBtnGhost,
|
|
13272
13276
|
zu as PlBtnGroup,
|
|
13273
|
-
|
|
13277
|
+
aw as PlBtnLink,
|
|
13274
13278
|
pu as PlBtnPrimary,
|
|
13275
13279
|
gu as PlBtnSecondary,
|
|
13276
|
-
|
|
13277
|
-
|
|
13278
|
-
|
|
13279
|
-
|
|
13280
|
-
|
|
13281
|
-
|
|
13280
|
+
sw as PlBtnSplit,
|
|
13281
|
+
Fw as PlChartHistogram,
|
|
13282
|
+
Mw as PlChartStackedBar,
|
|
13283
|
+
Bw as PlChartStackedBarCompact,
|
|
13284
|
+
_w as PlCheckbox,
|
|
13285
|
+
bw as PlCheckboxGroup,
|
|
13282
13286
|
Dr as PlChip,
|
|
13283
13287
|
Yc as PlCloseModalBtn,
|
|
13284
|
-
|
|
13288
|
+
X1 as PlContainer,
|
|
13285
13289
|
Gc as PlDialogModal,
|
|
13286
13290
|
Vs as PlDropdown,
|
|
13287
|
-
|
|
13288
|
-
|
|
13291
|
+
mw as PlDropdownLegacy,
|
|
13292
|
+
hw as PlDropdownLine,
|
|
13289
13293
|
Ic as PlDropdownMulti,
|
|
13290
|
-
|
|
13291
|
-
|
|
13292
|
-
|
|
13294
|
+
yw as PlDropdownMultiRef,
|
|
13295
|
+
pw as PlDropdownRef,
|
|
13296
|
+
uw as PlEditableTitle,
|
|
13293
13297
|
kp as PlFileDialog,
|
|
13294
|
-
|
|
13295
|
-
|
|
13298
|
+
Tw as PlFileInput,
|
|
13299
|
+
Q1 as PlGrid,
|
|
13296
13300
|
Tt as PlIcon16,
|
|
13297
13301
|
Ss as PlIcon24,
|
|
13298
13302
|
Ta as PlLoaderCircular,
|
|
13299
|
-
|
|
13303
|
+
xw as PlLogView,
|
|
13300
13304
|
Gt as PlMaskIcon16,
|
|
13301
13305
|
Ae as PlMaskIcon24,
|
|
13302
|
-
|
|
13303
|
-
|
|
13304
|
-
|
|
13305
|
-
|
|
13306
|
-
|
|
13306
|
+
Vw as PlNotificationAlert,
|
|
13307
|
+
gw as PlNumberField,
|
|
13308
|
+
vw as PlProgressBar,
|
|
13309
|
+
Aw as PlProgressCell,
|
|
13310
|
+
G1 as PlRow,
|
|
13307
13311
|
wd as PlSearchField,
|
|
13308
13312
|
Tf as PlSectionSeparator,
|
|
13309
|
-
|
|
13310
|
-
|
|
13313
|
+
ww as PlSlideModal,
|
|
13314
|
+
J1 as PlSpacer,
|
|
13311
13315
|
ys as PlSplash,
|
|
13312
|
-
|
|
13313
|
-
|
|
13314
|
-
|
|
13315
|
-
|
|
13316
|
-
|
|
13316
|
+
Ew as PlStatusTag,
|
|
13317
|
+
$w as PlTabs,
|
|
13318
|
+
cw as PlTextArea,
|
|
13319
|
+
dw as PlTextField,
|
|
13320
|
+
kw as PlToggleSwitch,
|
|
13317
13321
|
be as PlTooltip,
|
|
13318
|
-
|
|
13319
|
-
|
|
13320
|
-
|
|
13321
|
-
|
|
13322
|
-
|
|
13322
|
+
Ww as Scrollable,
|
|
13323
|
+
Ow as Slider,
|
|
13324
|
+
qw as SliderRange,
|
|
13325
|
+
Uw as SliderRangeTriple,
|
|
13326
|
+
Y1 as ThemeSwitcher,
|
|
13323
13327
|
ou as animate,
|
|
13324
|
-
|
|
13328
|
+
ow as animateInfinite,
|
|
13325
13329
|
Ja as call,
|
|
13326
13330
|
K0 as categoricalColors,
|
|
13327
13331
|
Qa as delay,
|
|
13328
|
-
|
|
13332
|
+
fw as detectOutside,
|
|
13329
13333
|
As as eventListener,
|
|
13330
13334
|
Md as getElementScrollPosition,
|
|
13331
13335
|
X0 as interpolateColor,
|
|
13332
13336
|
Vd as isElementVisible,
|
|
13333
|
-
|
|
13337
|
+
rw as listToOptions,
|
|
13334
13338
|
I0 as magma,
|
|
13335
|
-
|
|
13339
|
+
nw as makeEaseInOut,
|
|
13336
13340
|
nu as makeEaseOut,
|
|
13337
|
-
|
|
13338
|
-
|
|
13341
|
+
Yw as maskIcons16,
|
|
13342
|
+
Kw as maskIcons24,
|
|
13339
13343
|
G0 as normalizeGradient,
|
|
13340
13344
|
ct as normalizeListOptions,
|
|
13341
13345
|
Y0 as palettes,
|
|
13342
13346
|
tu as randomInt,
|
|
13343
|
-
|
|
13347
|
+
tw as randomString,
|
|
13344
13348
|
_s as requestTick,
|
|
13345
13349
|
Jo as scrollIntoView,
|
|
13346
13350
|
vs as showContextMenu,
|
|
13347
13351
|
ru as throttle,
|
|
13348
13352
|
eu as timeout,
|
|
13349
13353
|
Xo as useClickOutside,
|
|
13350
|
-
|
|
13351
|
-
|
|
13354
|
+
Zw as useComponentProp,
|
|
13355
|
+
jw as useDraggable,
|
|
13352
13356
|
fe as useEventListener,
|
|
13353
|
-
|
|
13357
|
+
zw as useFormState,
|
|
13354
13358
|
jl as useHover,
|
|
13355
|
-
|
|
13359
|
+
Lw as useInterval,
|
|
13356
13360
|
it as useLabelNotch,
|
|
13357
13361
|
ya as useLocalStorage,
|
|
13358
13362
|
Hl as useMouse,
|
|
13359
13363
|
at as useMouseCapture,
|
|
13360
13364
|
no as usePosition,
|
|
13361
|
-
|
|
13365
|
+
Hw as useQuery,
|
|
13362
13366
|
a_ as useResizeObserver,
|
|
13363
|
-
|
|
13364
|
-
|
|
13365
|
-
|
|
13367
|
+
Pw as useScroll,
|
|
13368
|
+
Iw as useSortable,
|
|
13369
|
+
Nw as useSortable2,
|
|
13366
13370
|
ba as useTheme,
|
|
13367
13371
|
P0 as viridis
|
|
13368
13372
|
};
|