@platforma-sdk/ui-vue 1.40.4 → 1.40.5
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/.turbo/turbo-build.log +58 -31
- package/.turbo/turbo-type-check.log +1 -1
- package/CHANGELOG.md +9 -0
- package/dist/AgGridVue/useAgGridOptions.js +1 -1
- package/dist/components/PlAgDataTable/PlAgDataTableV2.vue.d.ts.map +1 -1
- package/dist/components/PlAgDataTable/PlAgDataTableV2.vue2.js +19 -19
- package/dist/components/PlAgDataTable/PlAgDataTableV2.vue2.js.map +1 -1
- package/dist/components/PlAgDataTable/PlAgRowCount.vue.js +1 -1
- package/dist/components/PlAgDataTable/sources/table-source-v2.js +18 -18
- package/dist/components/PlAgGridColumnManager/PlAgGridColumnManager.vue.js +6 -6
- package/dist/components/PlAgRowNumCheckbox/PlAgRowNumCheckbox.vue.js +1 -1
- package/dist/components/PlAgRowNumHeader.vue.js +1 -1
- package/dist/components/PlAnnotations/components/AnnotationsSidebar.vue.d.ts +17 -0
- package/dist/components/PlAnnotations/components/AnnotationsSidebar.vue.d.ts.map +1 -0
- package/dist/components/PlAnnotations/components/AnnotationsSidebar.vue.js +10 -0
- package/dist/components/PlAnnotations/components/AnnotationsSidebar.vue.js.map +1 -0
- package/dist/components/PlAnnotations/components/AnnotationsSidebar.vue2.js +99 -0
- package/dist/components/PlAnnotations/components/AnnotationsSidebar.vue2.js.map +1 -0
- package/dist/components/PlAnnotations/components/AnnotationsSidebar.vue3.js +15 -0
- package/dist/components/PlAnnotations/components/AnnotationsSidebar.vue3.js.map +1 -0
- package/dist/components/PlAnnotations/components/DynamicForm.vue.d.ts +25 -0
- package/dist/components/PlAnnotations/components/DynamicForm.vue.d.ts.map +1 -0
- package/dist/components/PlAnnotations/components/DynamicForm.vue.js +10 -0
- package/dist/components/PlAnnotations/components/DynamicForm.vue.js.map +1 -0
- package/dist/components/PlAnnotations/components/DynamicForm.vue2.js +110 -0
- package/dist/components/PlAnnotations/components/DynamicForm.vue2.js.map +1 -0
- package/dist/components/PlAnnotations/components/DynamicForm.vue3.js +9 -0
- package/dist/components/PlAnnotations/components/DynamicForm.vue3.js.map +1 -0
- package/dist/components/PlAnnotations/components/FilterSidebar.vue.d.ts +20 -0
- package/dist/components/PlAnnotations/components/FilterSidebar.vue.d.ts.map +1 -0
- package/dist/components/PlAnnotations/components/FilterSidebar.vue.js +10 -0
- package/dist/components/PlAnnotations/components/FilterSidebar.vue.js.map +1 -0
- package/dist/components/PlAnnotations/components/FilterSidebar.vue2.js +124 -0
- package/dist/components/PlAnnotations/components/FilterSidebar.vue2.js.map +1 -0
- package/dist/components/PlAnnotations/components/FilterSidebar.vue3.js +13 -0
- package/dist/components/PlAnnotations/components/FilterSidebar.vue3.js.map +1 -0
- package/dist/components/PlAnnotations/components/PlAnnotationCreateDialog.vue.d.ts +19 -0
- package/dist/components/PlAnnotations/components/PlAnnotationCreateDialog.vue.d.ts.map +1 -0
- package/dist/components/PlAnnotations/components/PlAnnotationCreateDialog.vue.js +78 -0
- package/dist/components/PlAnnotations/components/PlAnnotationCreateDialog.vue.js.map +1 -0
- package/dist/components/PlAnnotations/components/PlAnnotationCreateDialog.vue2.js +5 -0
- package/dist/components/PlAnnotations/components/PlAnnotationCreateDialog.vue2.js.map +1 -0
- package/dist/components/PlAnnotations/components/PlAnnotationsModal.vue.d.ts +23 -0
- package/dist/components/PlAnnotations/components/PlAnnotationsModal.vue.d.ts.map +1 -0
- package/dist/components/PlAnnotations/components/PlAnnotationsModal.vue.js +10 -0
- package/dist/components/PlAnnotations/components/PlAnnotationsModal.vue.js.map +1 -0
- package/dist/components/PlAnnotations/components/PlAnnotationsModal.vue2.js +97 -0
- package/dist/components/PlAnnotations/components/PlAnnotationsModal.vue2.js.map +1 -0
- package/dist/components/PlAnnotations/components/PlAnnotationsModal.vue3.js +13 -0
- package/dist/components/PlAnnotations/components/PlAnnotationsModal.vue3.js.map +1 -0
- package/dist/components/PlAnnotations/index.d.ts +2 -0
- package/dist/components/PlAnnotations/index.d.ts.map +1 -0
- package/dist/components/PlAnnotations/types.d.ts +8 -0
- package/dist/components/PlAnnotations/types.d.ts.map +1 -0
- package/dist/components/PlAnnotations/utils.d.ts +6 -0
- package/dist/components/PlAnnotations/utils.d.ts.map +1 -0
- package/dist/components/PlAnnotations/utils.js +29 -0
- package/dist/components/PlAnnotations/utils.js.map +1 -0
- package/dist/components/PlAppErrorNotificationAlert/PlAppErrorNotificationAlert.vue.js +8 -8
- package/dist/components/PlMultiSequenceAlignment/Toolbar.vue2.js +5 -5
- package/dist/components/PlMultiSequenceAlignment/data.js +62 -62
- package/dist/components/PlTableFilters/PlTableAddFilterV2.vue.js +8 -8
- package/dist/defineApp.js +6 -6
- package/dist/lib/ui/uikit/dist/components/DataTable/TableComponent.vue.js +22 -22
- package/dist/lib/ui/uikit/dist/components/PlAccordion/{ExpandTransition.vue2.js → ExpandTransition.vue.js} +1 -1
- package/dist/lib/ui/uikit/dist/components/PlAccordion/ExpandTransition.vue.js.map +1 -0
- package/dist/lib/ui/uikit/dist/components/PlAccordion/PlAccordionSection.vue2.js +1 -1
- package/dist/lib/ui/uikit/dist/components/PlAutocomplete/PlAutocomplete.vue.js +1 -1
- package/dist/lib/ui/uikit/dist/components/PlBtnGhost/PlBtnGhost.vue.js +3 -3
- package/dist/lib/ui/uikit/dist/components/PlConfirmDialog.vue.js +63 -0
- package/dist/lib/ui/uikit/dist/components/PlConfirmDialog.vue.js.map +1 -0
- package/dist/lib/ui/uikit/dist/components/PlDialogModal/PlDialogModal.vue.js +37 -37
- package/dist/lib/ui/uikit/dist/components/PlDialogModal/PlDialogModal.vue.js.map +1 -1
- package/dist/lib/ui/uikit/dist/components/PlDropdown/PlDropdown.vue.js +1 -1
- package/dist/lib/ui/uikit/dist/components/PlDropdownLegacy/PlDropdownLegacy.vue.js +1 -1
- package/dist/lib/ui/uikit/dist/components/PlDropdownMulti/PlDropdownMulti.vue.js +1 -1
- package/dist/lib/ui/uikit/dist/components/PlEditableTitle/PlEditableTitle.vue.js +42 -38
- package/dist/lib/ui/uikit/dist/components/PlEditableTitle/PlEditableTitle.vue.js.map +1 -1
- package/dist/lib/ui/uikit/dist/components/PlElementList/PlElementList.vue2.js +20 -16
- package/dist/lib/ui/uikit/dist/components/PlElementList/PlElementList.vue2.js.map +1 -1
- package/dist/lib/ui/uikit/dist/components/PlElementList/PlElementListItem.vue.js +2 -2
- package/dist/lib/ui/uikit/dist/components/PlElementList/PlElementListItem.vue2.js +17 -16
- package/dist/lib/ui/uikit/dist/components/PlElementList/PlElementListItem.vue2.js.map +1 -1
- package/dist/lib/ui/uikit/dist/components/PlElementList/PlElementListItem.vue3.js +27 -27
- package/dist/lib/ui/uikit/dist/components/PlElementList/utils.js +7 -6
- package/dist/lib/ui/uikit/dist/components/PlElementList/utils.js.map +1 -1
- package/dist/lib/ui/uikit/dist/components/PlFileDialog/PlFileDialog.vue.js +19 -19
- package/dist/lib/ui/uikit/dist/components/PlFileInput/PlFileInput.vue.js +1 -1
- package/dist/lib/ui/uikit/dist/components/PlSidebar/PlSidebarGroup.vue.js +10 -0
- package/dist/lib/ui/uikit/dist/components/PlSidebar/PlSidebarGroup.vue.js.map +1 -0
- package/dist/lib/ui/uikit/dist/components/PlSidebar/PlSidebarGroup.vue2.js +21 -0
- package/dist/lib/ui/uikit/dist/components/PlSidebar/PlSidebarGroup.vue2.js.map +1 -0
- package/dist/lib/ui/uikit/dist/components/PlSidebar/PlSidebarGroup.vue3.js +20 -0
- package/dist/lib/ui/uikit/dist/components/PlSidebar/PlSidebarGroup.vue3.js.map +1 -0
- package/dist/lib/ui/uikit/dist/components/PlSidebar/PlSidebarItem.vue.js +10 -0
- package/dist/lib/ui/uikit/dist/components/PlSidebar/PlSidebarItem.vue.js.map +1 -0
- package/dist/lib/ui/uikit/dist/components/PlSidebar/PlSidebarItem.vue2.js +39 -0
- package/dist/lib/ui/uikit/dist/components/PlSidebar/PlSidebarItem.vue2.js.map +1 -0
- package/dist/lib/ui/uikit/dist/components/PlSidebar/PlSidebarItem.vue3.js +26 -0
- package/dist/lib/ui/uikit/dist/components/PlSidebar/PlSidebarItem.vue3.js.map +1 -0
- package/dist/lib/ui/uikit/dist/components/PlSlideModal/PlPureSlideModal.vue.js +116 -0
- package/dist/lib/ui/uikit/dist/components/PlSlideModal/PlPureSlideModal.vue.js.map +1 -0
- package/dist/lib/ui/uikit/dist/components/PlSlideModal/PlSlideModal.vue.js +7 -128
- package/dist/lib/ui/uikit/dist/components/PlSlideModal/PlSlideModal.vue.js.map +1 -1
- package/dist/lib/ui/uikit/dist/components/PlSlideModal/PlSlideModal.vue2.js +56 -0
- package/dist/lib/ui/uikit/dist/components/PlSlideModal/PlSlideModal.vue2.js.map +1 -0
- package/dist/lib/ui/uikit/dist/components/PlSlideModal/PlSlideModal.vue3.js +18 -0
- package/dist/lib/ui/uikit/dist/components/PlSlideModal/PlSlideModal.vue3.js.map +1 -0
- package/dist/lib/ui/uikit/dist/components/PlSlideModal/props.js +10 -0
- package/dist/lib/ui/uikit/dist/components/PlSlideModal/props.js.map +1 -0
- package/dist/lib/ui/uikit/dist/components/PlTextArea/PlTextArea.vue.js +1 -1
- package/dist/lib/ui/uikit/dist/components/PlTextField/PlTextField.vue.js +1 -1
- package/dist/lib/ui/uikit/dist/composition/useConfirm.js +23 -0
- package/dist/lib/ui/uikit/dist/composition/useConfirm.js.map +1 -0
- package/dist/lib/ui/uikit/dist/generated/components/svg/images/{SvgRequired.vue.js → SvgRequired.vue2.js} +1 -1
- package/dist/lib/ui/uikit/dist/generated/components/svg/images/SvgRequired.vue2.js.map +1 -0
- package/dist/lib/ui/uikit/dist/index.js +92 -88
- package/dist/lib/ui/uikit/dist/index.js.map +1 -1
- package/dist/lib/ui/uikit/dist/sdk/model/dist/index.js +26 -26
- package/dist/lib/ui/uikit/dist/sdk/model/dist/index.js.map +1 -1
- package/dist/lib/util/helpers/dist/index.js +60 -50
- package/dist/lib/util/helpers/dist/index.js.map +1 -1
- package/dist/lib.d.ts +1 -0
- package/dist/lib.d.ts.map +1 -1
- package/dist/lib.js +261 -251
- package/dist/lib.js.map +1 -1
- package/dist/plugins/Monetization/MonetizationSidebar.vue.js +9 -9
- package/dist/sdk/model/dist/index.js +927 -545
- package/dist/sdk/model/dist/index.js.map +1 -1
- package/package.json +5 -7
- package/src/components/PlAgDataTable/PlAgDataTableV2.vue +14 -43
- package/src/components/PlAnnotations/components/AnnotationsSidebar.vue +103 -0
- package/src/components/PlAnnotations/components/DynamicForm.vue +144 -0
- package/src/components/PlAnnotations/components/FilterSidebar.vue +143 -0
- package/src/components/PlAnnotations/components/PlAnnotationCreateDialog.vue +64 -0
- package/src/components/PlAnnotations/components/PlAnnotationsModal.vue +114 -0
- package/src/components/PlAnnotations/index.ts +1 -0
- package/src/components/PlAnnotations/types.ts +9 -0
- package/src/components/PlAnnotations/utils.ts +25 -0
- package/src/lib.ts +2 -0
- package/dist/lib/ui/uikit/dist/components/PlAccordion/ExpandTransition.vue2.js.map +0 -1
- package/dist/lib/ui/uikit/dist/generated/components/svg/images/SvgRequired.vue.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { isDataInfo as ae, extractAllColumns as Ee, mapPTableDef as Te, selectorsToPredicate as W, withEnrichments as ce, AnchoredIdDeriver as he, isPlRef as Fe, mapValueInVOE as Oe, mapPObjectData as le, ensurePColumn as ke, isPColumnSpec as G, isPColumn as be, resolveAnchors as pe, deriveNativeId as Re, isPartitionedDataInfoEntries as De, getAxisId as de, entriesToDataInfo as $e, isDataInfoEntries as _e, dataInfoToEntries as Ke, canonicalizeAxisId as Ne, mapDataInfo as je } from "../../../lib/model/common/dist/index.js";
|
|
2
|
-
import { PlIdLength as bt, getAxesId as _t, getFileNameFromHandle as wt, getFilePathFromHandle as Pt, isImportFileHandleIndex as
|
|
2
|
+
import { PlIdLength as bt, getAxesId as _t, getFileNameFromHandle as wt, getFilePathFromHandle as Pt, isImportFileHandleIndex as At, isImportFileHandleUpload as xt, mapJoinEntry as It, matchAxis as Lt, matchAxisId as St, matchPColumn as Ct, stringifyColumnId as Et } from "../../../lib/model/common/dist/index.js";
|
|
3
3
|
import we from "../../../_virtual/canonicalize.js";
|
|
4
4
|
import K from "../../../node_modules/.pnpm/zod@3.23.8/node_modules/zod/lib/index.js";
|
|
5
5
|
import { BasePlErrorLike as Ft, ErrorLike as Ot, PlErrorLike as kt, StandardErrorLike as Rt } from "../../../lib/model/pl-error-like/dist/index.js";
|
|
@@ -284,33 +284,33 @@ const We = "staging", He = "main", qe = "pl7.app/label", ze = "pl7.app/trace", G
|
|
|
284
284
|
id: K.string().optional(),
|
|
285
285
|
label: K.string()
|
|
286
286
|
}), Ye = K.array(Ge), Qe = 1e-3, Xe = "__LABEL__", fe = "__LABEL__@1";
|
|
287
|
-
function
|
|
287
|
+
function Ae(i, e, t = {}) {
|
|
288
288
|
const r = /* @__PURE__ */ new Map(), s = t.forceTraceElements !== void 0 && t.forceTraceElements.length > 0 ? new Set(t.forceTraceElements) : void 0, n = /* @__PURE__ */ new Map(), o = i.map((f) => {
|
|
289
289
|
var P, u;
|
|
290
290
|
const h = e(f);
|
|
291
291
|
let v, S, C;
|
|
292
292
|
"spec" in h && typeof h.spec == "object" ? (v = h.spec, S = h.prefixTrace, C = h.suffixTrace) : v = h;
|
|
293
|
-
const p = (P = v.annotations) == null ? void 0 : P[qe],
|
|
293
|
+
const p = (P = v.annotations) == null ? void 0 : P[qe], A = (u = v.annotations) == null ? void 0 : u[ze], d = (A ? Ye.safeParse(JSON.parse(A)).data : void 0) ?? [], g = [
|
|
294
294
|
...S ?? [],
|
|
295
295
|
...d,
|
|
296
296
|
...C ?? []
|
|
297
297
|
];
|
|
298
298
|
if (p !== void 0) {
|
|
299
|
-
const
|
|
300
|
-
t.addLabelAsSuffix ? g.push(
|
|
299
|
+
const x = { label: p, type: Xe, importance: -2 };
|
|
300
|
+
t.addLabelAsSuffix ? g.push(x) : g.splice(0, 0, x);
|
|
301
301
|
}
|
|
302
302
|
const m = [], T = /* @__PURE__ */ new Map();
|
|
303
|
-
for (let
|
|
304
|
-
const { type: B } = g[
|
|
303
|
+
for (let x = g.length - 1; x >= 0; --x) {
|
|
304
|
+
const { type: B } = g[x], k = g[x].importance ?? 0, D = (T.get(B) ?? 0) + 1;
|
|
305
305
|
T.set(B, D);
|
|
306
306
|
const O = `${B}@${D}`;
|
|
307
307
|
n.set(O, (n.get(O) ?? 0) + 1), r.set(
|
|
308
308
|
O,
|
|
309
309
|
Math.max(
|
|
310
310
|
r.get(O) ?? Number.NEGATIVE_INFINITY,
|
|
311
|
-
k - (g.length -
|
|
311
|
+
k - (g.length - x) * Qe
|
|
312
312
|
)
|
|
313
|
-
), m.push({ ...g[
|
|
313
|
+
), m.push({ ...g[x], fullType: O, occurrenceIndex: D });
|
|
314
314
|
}
|
|
315
315
|
return m.reverse(), {
|
|
316
316
|
value: f,
|
|
@@ -325,7 +325,7 @@ function xe(i, e, t = {}) {
|
|
|
325
325
|
const j = (f, P = !1) => {
|
|
326
326
|
const u = [];
|
|
327
327
|
for (let h = 0; h < o.length; h++) {
|
|
328
|
-
const v = o[h], S = v.fullTrace.filter((
|
|
328
|
+
const v = o[h], S = v.fullTrace.filter((A) => f.has(A.fullType) || s && s.has(A.type));
|
|
329
329
|
if (S.length === 0)
|
|
330
330
|
if (P)
|
|
331
331
|
u.push({
|
|
@@ -333,7 +333,7 @@ function xe(i, e, t = {}) {
|
|
|
333
333
|
value: v.value
|
|
334
334
|
});
|
|
335
335
|
else return;
|
|
336
|
-
const C = S.map((
|
|
336
|
+
const C = S.map((A) => A.label), p = t.separator ?? " / ";
|
|
337
337
|
u.push({
|
|
338
338
|
label: C.join(p),
|
|
339
339
|
value: v.value
|
|
@@ -357,7 +357,7 @@ function xe(i, e, t = {}) {
|
|
|
357
357
|
}
|
|
358
358
|
return j(/* @__PURE__ */ new Set([...a, ...l]), !0);
|
|
359
359
|
}
|
|
360
|
-
const H = "PColumnData/", ie = H + "ResourceMap", se = H + "Partitioned/ResourceMap", V = H + "JsonPartitioned", N = H + "BinaryPartitioned",
|
|
360
|
+
const H = "PColumnData/", ie = H + "ResourceMap", se = H + "Partitioned/ResourceMap", V = H + "JsonPartitioned", N = H + "BinaryPartitioned", xe = H + "Partitioned/", Q = xe + "JsonPartitioned", M = xe + "BinaryPartitioned", ne = (i) => {
|
|
361
361
|
if (i.endsWith(".index"))
|
|
362
362
|
return { baseKey: i.substring(0, i.length - 6), type: "index" };
|
|
363
363
|
if (i.endsWith(".values"))
|
|
@@ -720,11 +720,11 @@ class me {
|
|
|
720
720
|
}
|
|
721
721
|
}
|
|
722
722
|
if (C.length === 0) continue;
|
|
723
|
-
const p = ut(u),
|
|
723
|
+
const p = ut(u), A = p.length > 0;
|
|
724
724
|
for (const d of C) {
|
|
725
725
|
if (!G(d.spec)) continue;
|
|
726
726
|
const g = d.spec;
|
|
727
|
-
if (
|
|
727
|
+
if (A) {
|
|
728
728
|
if (st(d.data))
|
|
729
729
|
throw new Error(`Splitting is not supported for PColumns with PColumnValues data format. Column id: ${d.id}`);
|
|
730
730
|
const m = rt(d.data);
|
|
@@ -734,9 +734,9 @@ class me {
|
|
|
734
734
|
}
|
|
735
735
|
if (!De(m))
|
|
736
736
|
throw new Error(`Splitting requires Partitioned DataInfoEntries, but parsing resulted in ${m.type} for column ${d.id}`);
|
|
737
|
-
const T = tt(m),
|
|
738
|
-
if (
|
|
739
|
-
throw new Error(`Not enough partition keys (${m.partitionKeyLength}) for requested split axes (max index ${
|
|
737
|
+
const T = tt(m), x = p[p.length - 1];
|
|
738
|
+
if (x >= m.partitionKeyLength)
|
|
739
|
+
throw new Error(`Not enough partition keys (${m.partitionKeyLength}) for requested split axes (max index ${x}) in column ${g.name}`);
|
|
740
740
|
const B = p.map((b) => this.findLabels(de(g.axesSpec[b]))), k = [], D = (b, U) => {
|
|
741
741
|
if (U >= p.length) {
|
|
742
742
|
if (k.push([...b]), k.length > 1e4)
|
|
@@ -784,7 +784,7 @@ class me {
|
|
|
784
784
|
}
|
|
785
785
|
}
|
|
786
786
|
if (E.length === 0) return [];
|
|
787
|
-
const f =
|
|
787
|
+
const f = Ae(
|
|
788
788
|
E,
|
|
789
789
|
(u) => ({
|
|
790
790
|
spec: u.spec,
|
|
@@ -794,8 +794,8 @@ class me {
|
|
|
794
794
|
), P = [];
|
|
795
795
|
for (const { value: u, label: h } of f) {
|
|
796
796
|
const { originalColumn: v, spec: S } = u, C = u.type === "split" ? u.axisFilters : void 0, p = at(C);
|
|
797
|
-
let
|
|
798
|
-
r ?
|
|
797
|
+
let A;
|
|
798
|
+
r ? A = r.deriveS(S, p) : A = lt(v.id, p);
|
|
799
799
|
let d = { ...u.adjustedSpec };
|
|
800
800
|
o && (d = {
|
|
801
801
|
...d,
|
|
@@ -804,7 +804,7 @@ class me {
|
|
|
804
804
|
"pl7.app/label": h
|
|
805
805
|
}
|
|
806
806
|
}), P.push({
|
|
807
|
-
id:
|
|
807
|
+
id: A,
|
|
808
808
|
spec: d,
|
|
809
809
|
data: () => u.type === "split" ? $e(it(u.dataEntries, p)) : u.originalColumn.data,
|
|
810
810
|
label: h
|
|
@@ -891,7 +891,7 @@ class ct {
|
|
|
891
891
|
getOptions(e, t) {
|
|
892
892
|
const r = typeof e == "function" ? e : W(e), s = this.getSpecs().entries.filter((a) => r(a.obj));
|
|
893
893
|
let n = {}, o = !1;
|
|
894
|
-
return typeof t < "u" && (typeof t == "function" ? n = t : typeof t == "object" && ("includeNativeLabel" in t || "separator" in t || "addLabelAsSuffix" in t ? n = t : (t = t, n = t.label ?? {}, o = t.refsWithEnrichments ?? !1))), typeof n == "object" ?
|
|
894
|
+
return typeof t < "u" && (typeof t == "function" ? n = t : typeof t == "object" && ("includeNativeLabel" in t || "separator" in t || "addLabelAsSuffix" in t ? n = t : (t = t, n = t.label ?? {}, o = t.refsWithEnrichments ?? !1))), typeof n == "object" ? Ae(s, (a) => a.obj, n ?? {}).map(({ value: { ref: a }, label: l }) => ({
|
|
895
895
|
ref: ce(a, o),
|
|
896
896
|
label: l
|
|
897
897
|
})) : s.map(({ ref: a, obj: l }) => ({
|
|
@@ -1256,7 +1256,7 @@ class z {
|
|
|
1256
1256
|
this.ctx.logError(e);
|
|
1257
1257
|
}
|
|
1258
1258
|
}
|
|
1259
|
-
const Y = "1.40.
|
|
1259
|
+
const Y = "1.40.5";
|
|
1260
1260
|
function ht(i) {
|
|
1261
1261
|
return i.__renderLambda === !0;
|
|
1262
1262
|
}
|
|
@@ -1511,7 +1511,7 @@ export {
|
|
|
1511
1511
|
Ne as canonicalizeAxisId,
|
|
1512
1512
|
rt as convertOrParsePColumnData,
|
|
1513
1513
|
Ke as dataInfoToEntries,
|
|
1514
|
-
|
|
1514
|
+
Ae as deriveLabels,
|
|
1515
1515
|
Re as deriveNativeId,
|
|
1516
1516
|
te as downgradeCfgOrLambda,
|
|
1517
1517
|
ke as ensurePColumn,
|
|
@@ -1530,8 +1530,8 @@ export {
|
|
|
1530
1530
|
ht as isConfigLambda,
|
|
1531
1531
|
ae as isDataInfo,
|
|
1532
1532
|
_e as isDataInfoEntries,
|
|
1533
|
-
|
|
1534
|
-
|
|
1533
|
+
At as isImportFileHandleIndex,
|
|
1534
|
+
xt as isImportFileHandleUpload,
|
|
1535
1535
|
be as isPColumn,
|
|
1536
1536
|
G as isPColumnSpec,
|
|
1537
1537
|
De as isPartitionedDataInfoEntries,
|