@milaboratories/graph-maker 1.1.135 → 1.1.136
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/node_modules/@milaboratories/pf-plots/dist/index.js +235 -242
- package/dist/node_modules/@milaboratories/pf-plots/dist/index.js.map +1 -1
- package/dist/node_modules/@milaboratories/pl-model-common/dist/index.js +218 -163
- package/dist/node_modules/@milaboratories/pl-model-common/dist/index.js.map +1 -1
- package/dist/node_modules/@platforma-sdk/model/dist/index.js +89 -80
- package/package.json +2 -2
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { isDataInfo as ae, extractAllColumns as
|
|
2
|
-
import {
|
|
1
|
+
import { isDataInfo as ae, extractAllColumns as Ce, mapPTableDef as Ee, selectorsToPredicate as W, withEnrichments as ce, AnchoredIdDeriver as he, isPlRef as Te, mapValueInVOE as Fe, mapPObjectData as le, ensurePColumn as Oe, isPColumnSpec as G, isPColumn as be, resolveAnchors as pe, deriveNativeId as ke, isPartitionedDataInfoEntries as Re, getAxisId as de, entriesToDataInfo as De, isDataInfoEntries as _e, dataInfoToEntries as Ne, canonicalizeAxisId as $e, mapDataInfo as Ke } from "../../../@milaboratories/pl-model-common/dist/index.js";
|
|
2
|
+
import { PTableAbsent as bt, PTableNA as _t, PValueBytesNA as wt, PValueIntNA as Pt, PValueLongNA as At, PValueStringNA as xt, PlIdLength as St, canonicalizeJson as It, getAxesId as Lt, isValueAbsent as Ct, isValueNA as Et, mapJoinEntry as Tt, matchAxis as Ft, matchAxisId as Ot, matchPColumn as kt, pTableValue as Rt, stringifyColumnId as Dt } from "../../../@milaboratories/pl-model-common/dist/index.js";
|
|
3
3
|
import we from "../../../canonicalize/lib/canonicalize.js";
|
|
4
|
-
import
|
|
5
|
-
import { BasePlErrorLike as
|
|
6
|
-
var
|
|
4
|
+
import $ from "../../../zod/lib/index.js";
|
|
5
|
+
import { BasePlErrorLike as $t, ErrorLike as Kt, PlErrorLike as jt, StandardErrorLike as Bt } from "../../../@milaboratories/pl-error-like/dist/index.js";
|
|
6
|
+
var je = Object.defineProperty, Be = (r, e, t) => e in r ? je(r, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : r[e] = t, S = (r, e, t) => Be(r, typeof e != "symbol" ? e + "" : e, t);
|
|
7
7
|
function Z(r) {
|
|
8
8
|
return { type: "Immediate", value: r };
|
|
9
9
|
}
|
|
10
|
-
function
|
|
10
|
+
function Ve() {
|
|
11
11
|
return typeof globalThis.getPlatforma < "u" || typeof globalThis.platforma < "u";
|
|
12
12
|
}
|
|
13
|
-
function
|
|
13
|
+
function Je(r) {
|
|
14
14
|
if (r && typeof globalThis.getPlatforma == "function")
|
|
15
15
|
return globalThis.getPlatforma(r);
|
|
16
16
|
if (typeof globalThis.platforma < "u") return globalThis.platforma;
|
|
@@ -23,7 +23,7 @@ function c() {
|
|
|
23
23
|
if (typeof globalThis.cfgRenderCtx < "u") return globalThis.cfgRenderCtx;
|
|
24
24
|
throw new Error("Not in config rendering context");
|
|
25
25
|
}
|
|
26
|
-
function
|
|
26
|
+
function J(r, e) {
|
|
27
27
|
const t = Ue();
|
|
28
28
|
if (t === void 0) return !1;
|
|
29
29
|
if (r in t.callbackRegistry) throw new Error(`Callback with key ${r} already registered.`);
|
|
@@ -278,22 +278,22 @@ class I {
|
|
|
278
278
|
return s && (a = a.filter((l) => l[1] !== void 0)), a.map(([l, y]) => o(l, y));
|
|
279
279
|
}
|
|
280
280
|
}
|
|
281
|
-
const We = "staging", qe = "main", He = "pl7.app/label", ze = "pl7.app/trace", Ge =
|
|
282
|
-
type:
|
|
283
|
-
importance:
|
|
284
|
-
id:
|
|
285
|
-
label:
|
|
286
|
-
}), Ye =
|
|
281
|
+
const We = "staging", qe = "main", He = "pl7.app/label", ze = "pl7.app/trace", Ge = $.object({
|
|
282
|
+
type: $.string(),
|
|
283
|
+
importance: $.number().optional(),
|
|
284
|
+
id: $.string().optional(),
|
|
285
|
+
label: $.string()
|
|
286
|
+
}), Ye = $.array(Ge), Ze = 1e-3, Qe = "__LABEL__", fe = "__LABEL__@1";
|
|
287
287
|
function Pe(r, e, t = {}) {
|
|
288
288
|
const n = /* @__PURE__ */ new Map(), i = t.forceTraceElements !== void 0 && t.forceTraceElements.length > 0 ? new Set(t.forceTraceElements) : void 0, s = /* @__PURE__ */ new Map(), o = r.map((f) => {
|
|
289
289
|
var P, u;
|
|
290
290
|
const h = e(f);
|
|
291
|
-
let v,
|
|
292
|
-
"spec" in h && typeof h.spec == "object" ? (v = h.spec,
|
|
291
|
+
let v, L, C;
|
|
292
|
+
"spec" in h && typeof h.spec == "object" ? (v = h.spec, L = h.prefixTrace, C = h.suffixTrace) : v = h;
|
|
293
293
|
const p = (P = v.annotations) == null ? void 0 : P[He], A = (u = v.annotations) == null ? void 0 : u[ze], d = (A ? Ye.safeParse(JSON.parse(A)).data : void 0) ?? [], g = [
|
|
294
|
-
...
|
|
294
|
+
...L ?? [],
|
|
295
295
|
...d,
|
|
296
|
-
...
|
|
296
|
+
...C ?? []
|
|
297
297
|
];
|
|
298
298
|
if (p !== void 0) {
|
|
299
299
|
const x = { label: p, type: Qe, importance: -2 };
|
|
@@ -322,20 +322,20 @@ function Pe(r, e, t = {}) {
|
|
|
322
322
|
y.sort(([, f], [, P]) => P - f);
|
|
323
323
|
for (const [f] of y)
|
|
324
324
|
f.endsWith("@1") || s.get(f) === r.length ? a.push(f) : l.push(f);
|
|
325
|
-
const
|
|
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],
|
|
329
|
-
if (
|
|
328
|
+
const v = o[h], L = v.fullTrace.filter((A) => f.has(A.fullType) || i && i.has(A.type));
|
|
329
|
+
if (L.length === 0)
|
|
330
330
|
if (P)
|
|
331
331
|
u.push({
|
|
332
332
|
label: "Unlabeled",
|
|
333
333
|
value: v.value
|
|
334
334
|
});
|
|
335
335
|
else return;
|
|
336
|
-
const
|
|
336
|
+
const C = L.map((A) => A.label), p = t.separator ?? " / ";
|
|
337
337
|
u.push({
|
|
338
|
-
label:
|
|
338
|
+
label: C.join(p),
|
|
339
339
|
value: v.value
|
|
340
340
|
});
|
|
341
341
|
}
|
|
@@ -343,7 +343,7 @@ function Pe(r, e, t = {}) {
|
|
|
343
343
|
};
|
|
344
344
|
if (a.length === 0) {
|
|
345
345
|
if (l.length !== 0) throw new Error("Non-empty secondary types list while main types list is empty.");
|
|
346
|
-
return
|
|
346
|
+
return j(new Set(fe), !0);
|
|
347
347
|
}
|
|
348
348
|
let E = 0, F = -1;
|
|
349
349
|
for (; E < a.length; ) {
|
|
@@ -351,13 +351,13 @@ function Pe(r, e, t = {}) {
|
|
|
351
351
|
t.includeNativeLabel && f.add(fe);
|
|
352
352
|
for (let u = 0; u < E; ++u) f.add(a[u]);
|
|
353
353
|
F >= 0 && f.add(a[F]);
|
|
354
|
-
const P =
|
|
354
|
+
const P = j(f);
|
|
355
355
|
if (P !== void 0 && new Set(P.map((u) => u.label)).size === r.length) return P;
|
|
356
356
|
F++, F >= a.length && (E++, F = E);
|
|
357
357
|
}
|
|
358
|
-
return
|
|
358
|
+
return j(/* @__PURE__ */ new Set([...a, ...l]), !0);
|
|
359
359
|
}
|
|
360
|
-
const q = "PColumnData/", re = q + "ResourceMap", ie = q + "Partitioned/ResourceMap", U = q + "JsonPartitioned",
|
|
360
|
+
const q = "PColumnData/", re = q + "ResourceMap", ie = q + "Partitioned/ResourceMap", U = q + "JsonPartitioned", K = q + "BinaryPartitioned", Ae = q + "Partitioned/", Y = Ae + "JsonPartitioned", M = Ae + "BinaryPartitioned", se = (r) => {
|
|
361
361
|
if (r.endsWith(".index"))
|
|
362
362
|
return { baseKey: r.substring(0, r.length - 6), type: "index" };
|
|
363
363
|
if (r.endsWith(".values"))
|
|
@@ -376,7 +376,7 @@ function Xe(r) {
|
|
|
376
376
|
i = t.partitionKeyLength + t.keyLength;
|
|
377
377
|
break;
|
|
378
378
|
case U:
|
|
379
|
-
case
|
|
379
|
+
case K:
|
|
380
380
|
i = t.partitionKeyLength;
|
|
381
381
|
break;
|
|
382
382
|
case M:
|
|
@@ -387,9 +387,9 @@ function Xe(r) {
|
|
|
387
387
|
switch (e) {
|
|
388
388
|
case re:
|
|
389
389
|
case U:
|
|
390
|
-
case
|
|
390
|
+
case K:
|
|
391
391
|
for (let s of r.listInputFields()) {
|
|
392
|
-
e ===
|
|
392
|
+
e === K && (s = se(s).baseKey);
|
|
393
393
|
const o = [...JSON.parse(s)];
|
|
394
394
|
n.push(o);
|
|
395
395
|
}
|
|
@@ -471,7 +471,7 @@ function oe(r, e = []) {
|
|
|
471
471
|
parts: i
|
|
472
472
|
};
|
|
473
473
|
}
|
|
474
|
-
case
|
|
474
|
+
case K: {
|
|
475
475
|
if (typeof (n == null ? void 0 : n.partitionKeyLength) != "number")
|
|
476
476
|
throw new Error(`Missing partitionKeyLength in metadata for ${t}`);
|
|
477
477
|
const i = [], s = /* @__PURE__ */ new Map();
|
|
@@ -526,8 +526,8 @@ function oe(r, e = []) {
|
|
|
526
526
|
for (const o of r.listInputFields()) {
|
|
527
527
|
const a = r.resolve({ field: o, assertFieldType: "Input" });
|
|
528
528
|
if (a === void 0) return;
|
|
529
|
-
if (a.resourceType.name !==
|
|
530
|
-
throw new Error(`Expected ${
|
|
529
|
+
if (a.resourceType.name !== K)
|
|
530
|
+
throw new Error(`Expected ${K} inside ${t}, but got ${a.resourceType.name}`);
|
|
531
531
|
const l = oe(a, JSON.parse(o));
|
|
532
532
|
if (l === void 0) return;
|
|
533
533
|
if (l.type !== "BinaryPartitioned")
|
|
@@ -547,7 +547,7 @@ function oe(r, e = []) {
|
|
|
547
547
|
function nt(r) {
|
|
548
548
|
if (r !== void 0) {
|
|
549
549
|
if (_e(r)) return r;
|
|
550
|
-
if (ae(r)) return
|
|
550
|
+
if (ae(r)) return Ne(r);
|
|
551
551
|
if (r instanceof I) return oe(r);
|
|
552
552
|
throw new Error(`Unexpected input type: ${typeof r}`);
|
|
553
553
|
}
|
|
@@ -630,7 +630,7 @@ class st {
|
|
|
630
630
|
function ot(r) {
|
|
631
631
|
if (r)
|
|
632
632
|
return r.map((e) => ({
|
|
633
|
-
type: `split:${
|
|
633
|
+
type: `split:${$e(e.axisId)}`,
|
|
634
634
|
label: e.label,
|
|
635
635
|
importance: 1e6
|
|
636
636
|
// High importance for split filters in labels
|
|
@@ -698,8 +698,8 @@ class me {
|
|
|
698
698
|
});
|
|
699
699
|
y = (h) => u.some((v) => v(h));
|
|
700
700
|
}
|
|
701
|
-
const
|
|
702
|
-
for (const u of
|
|
701
|
+
const j = typeof e == "function" ? [e] : Array.isArray(e) ? e : [e], E = [], F = /* @__PURE__ */ new Set();
|
|
702
|
+
for (const u of j) {
|
|
703
703
|
const h = ge(u);
|
|
704
704
|
let v;
|
|
705
705
|
if (h) {
|
|
@@ -708,20 +708,20 @@ class me {
|
|
|
708
708
|
v = pe(n.anchors, u, t);
|
|
709
709
|
} else
|
|
710
710
|
v = u;
|
|
711
|
-
const
|
|
711
|
+
const L = /* @__PURE__ */ new Set(), C = [];
|
|
712
712
|
for (const d of this.providers) {
|
|
713
713
|
const g = d.selectColumns(v);
|
|
714
714
|
for (const m of g) {
|
|
715
715
|
if (y(m.spec)) continue;
|
|
716
|
-
if (
|
|
716
|
+
if (L.has(m.id))
|
|
717
717
|
throw new Error(`Duplicate column id ${m.id} in provider ${d.constructor.name}`);
|
|
718
718
|
const T = ke(m.spec);
|
|
719
|
-
F.has(T) || (
|
|
719
|
+
F.has(T) || (L.add(m.id), F.add(T), C.push(m));
|
|
720
720
|
}
|
|
721
721
|
}
|
|
722
|
-
if (
|
|
722
|
+
if (C.length === 0) continue;
|
|
723
723
|
const p = ut(u), A = p.length > 0;
|
|
724
|
-
for (const d of
|
|
724
|
+
for (const d of C) {
|
|
725
725
|
if (!G(d.spec)) continue;
|
|
726
726
|
const g = d.spec;
|
|
727
727
|
if (A) {
|
|
@@ -737,22 +737,22 @@ class me {
|
|
|
737
737
|
const T = tt(m), x = p[p.length - 1];
|
|
738
738
|
if (x >= m.partitionKeyLength)
|
|
739
739
|
throw new Error(`Not enough partition keys (${m.partitionKeyLength}) for requested split axes (max index ${x}) in column ${g.name}`);
|
|
740
|
-
const B = p.map((b) => this.findLabels(de(g.axesSpec[b]))), k = [], D = (b,
|
|
741
|
-
if (
|
|
740
|
+
const B = p.map((b) => this.findLabels(de(g.axesSpec[b]))), k = [], D = (b, V) => {
|
|
741
|
+
if (V >= p.length) {
|
|
742
742
|
if (k.push([...b]), k.length > 1e4)
|
|
743
743
|
throw new Error("Too many key combinations, aborting.");
|
|
744
744
|
return;
|
|
745
745
|
}
|
|
746
|
-
const R = p[
|
|
746
|
+
const R = p[V];
|
|
747
747
|
if (R >= T.length)
|
|
748
748
|
throw new Error(`Axis index ${R} out of bounds for unique keys array (length ${T.length}) during split key generation for column ${d.id}`);
|
|
749
|
-
const
|
|
750
|
-
if (
|
|
749
|
+
const N = T[R];
|
|
750
|
+
if (!N || N.length === 0) {
|
|
751
751
|
k.length = 0;
|
|
752
752
|
return;
|
|
753
753
|
}
|
|
754
|
-
for (const H of
|
|
755
|
-
b.push(H), D(b,
|
|
754
|
+
for (const H of N)
|
|
755
|
+
b.push(H), D(b, V + 1), b.pop();
|
|
756
756
|
};
|
|
757
757
|
if (D([], 0), k.length === 0)
|
|
758
758
|
continue;
|
|
@@ -761,9 +761,9 @@ class me {
|
|
|
761
761
|
O.splice(p[b], 1);
|
|
762
762
|
const Se = { ...g, axesSpec: O };
|
|
763
763
|
for (const b of k) {
|
|
764
|
-
const
|
|
765
|
-
const H = xe[
|
|
766
|
-
return { axisIdx: H, axisId: Ie, value: R, label:
|
|
764
|
+
const V = b.map((R, N) => {
|
|
765
|
+
const H = xe[N], Ie = de(g.axesSpec[H]), ue = B[N], Le = (ue == null ? void 0 : ue[R]) ?? String(R);
|
|
766
|
+
return { axisIdx: H, axisId: Ie, value: R, label: Le };
|
|
767
767
|
});
|
|
768
768
|
E.push({
|
|
769
769
|
type: "split",
|
|
@@ -771,7 +771,7 @@ class me {
|
|
|
771
771
|
spec: g,
|
|
772
772
|
adjustedSpec: Se,
|
|
773
773
|
dataEntries: m,
|
|
774
|
-
axisFilters:
|
|
774
|
+
axisFilters: V
|
|
775
775
|
});
|
|
776
776
|
}
|
|
777
777
|
} else
|
|
@@ -793,9 +793,9 @@ class me {
|
|
|
793
793
|
l
|
|
794
794
|
), P = [];
|
|
795
795
|
for (const { value: u, label: h } of f) {
|
|
796
|
-
const { originalColumn: v, spec:
|
|
796
|
+
const { originalColumn: v, spec: L } = u, C = u.type === "split" ? u.axisFilters : void 0, p = at(C);
|
|
797
797
|
let A;
|
|
798
|
-
n ? A = n.deriveS(
|
|
798
|
+
n ? A = n.deriveS(L, p) : A = lt(v.id, p);
|
|
799
799
|
let d = { ...u.adjustedSpec };
|
|
800
800
|
o && (d = {
|
|
801
801
|
...d,
|
|
@@ -876,7 +876,7 @@ function X(r, e) {
|
|
|
876
876
|
return !0;
|
|
877
877
|
}
|
|
878
878
|
function ve(r) {
|
|
879
|
-
return le(r, (e) => e instanceof I ? e.handle : ae(e) ?
|
|
879
|
+
return le(r, (e) => e instanceof I ? e.handle : ae(e) ? Ke(e, (t) => t.handle) : e);
|
|
880
880
|
}
|
|
881
881
|
class ct {
|
|
882
882
|
constructor() {
|
|
@@ -1235,7 +1235,7 @@ class z {
|
|
|
1235
1235
|
partitionFilters: e.filters ?? [],
|
|
1236
1236
|
filters: [],
|
|
1237
1237
|
sorting: e.sorting ?? []
|
|
1238
|
-
}) : t = this.patchPTableDef(e), this.verifyInlineAndExplicitColumnsSupport(
|
|
1238
|
+
}) : t = this.patchPTableDef(e), this.verifyInlineAndExplicitColumnsSupport(Ce(t.src)), this.ctx.createPTable(
|
|
1239
1239
|
Ee(t, (n) => ve(n))
|
|
1240
1240
|
);
|
|
1241
1241
|
}
|
|
@@ -1284,7 +1284,7 @@ const pt = class _ {
|
|
|
1284
1284
|
output(e, t, n = {}) {
|
|
1285
1285
|
if (typeof t == "function") {
|
|
1286
1286
|
const i = `output#${e}`;
|
|
1287
|
-
return
|
|
1287
|
+
return J(i, () => t(new z())), new _(
|
|
1288
1288
|
this._renderingMode,
|
|
1289
1289
|
this._initialArgs,
|
|
1290
1290
|
this._initialUiState,
|
|
@@ -1323,7 +1323,7 @@ const pt = class _ {
|
|
|
1323
1323
|
return this.output(e, t, { retentive: !0 });
|
|
1324
1324
|
}
|
|
1325
1325
|
argsValid(e) {
|
|
1326
|
-
return typeof e == "function" ? (
|
|
1326
|
+
return typeof e == "function" ? (J("inputsValid", () => e(new z())), new _(
|
|
1327
1327
|
this._renderingMode,
|
|
1328
1328
|
this._initialArgs,
|
|
1329
1329
|
this._initialUiState,
|
|
@@ -1349,7 +1349,7 @@ const pt = class _ {
|
|
|
1349
1349
|
);
|
|
1350
1350
|
}
|
|
1351
1351
|
sections(e) {
|
|
1352
|
-
return Array.isArray(e) ? this.sections(Z(e)) : typeof e == "function" ? (
|
|
1352
|
+
return Array.isArray(e) ? this.sections(Z(e)) : typeof e == "function" ? (J("sections", () => e(new z())), new _(
|
|
1353
1353
|
this._renderingMode,
|
|
1354
1354
|
this._initialArgs,
|
|
1355
1355
|
this._initialUiState,
|
|
@@ -1373,7 +1373,7 @@ const pt = class _ {
|
|
|
1373
1373
|
}
|
|
1374
1374
|
/** Sets a rendering function to derive block title, shown for the block in the left blocks-overview panel. */
|
|
1375
1375
|
title(e) {
|
|
1376
|
-
return
|
|
1376
|
+
return J("title", () => e(new z())), new _(
|
|
1377
1377
|
this._renderingMode,
|
|
1378
1378
|
this._initialArgs,
|
|
1379
1379
|
this._initialUiState,
|
|
@@ -1435,7 +1435,7 @@ const pt = class _ {
|
|
|
1435
1435
|
* Influences dependency graph construction.
|
|
1436
1436
|
*/
|
|
1437
1437
|
enriches(e) {
|
|
1438
|
-
return
|
|
1438
|
+
return J("enrichmentTargets", e), new _(
|
|
1439
1439
|
this._renderingMode,
|
|
1440
1440
|
this._initialArgs,
|
|
1441
1441
|
this._initialUiState,
|
|
@@ -1475,7 +1475,7 @@ const pt = class _ {
|
|
|
1475
1475
|
Object.entries(this._outputs).map(([t, n]) => [t, te(n)])
|
|
1476
1476
|
)
|
|
1477
1477
|
};
|
|
1478
|
-
return
|
|
1478
|
+
return Ve() ? Je({ sdkVersion: ee }) : { config: e };
|
|
1479
1479
|
}
|
|
1480
1480
|
};
|
|
1481
1481
|
S(pt, "INITIAL_BLOCK_FEATURE_FLAGS", {
|
|
@@ -1488,15 +1488,21 @@ function mt(r) {
|
|
|
1488
1488
|
}
|
|
1489
1489
|
export {
|
|
1490
1490
|
he as AnchoredIdDeriver,
|
|
1491
|
-
|
|
1492
|
-
|
|
1491
|
+
$t as BasePlErrorLike,
|
|
1492
|
+
Kt as ErrorLike,
|
|
1493
1493
|
w as FutureRef,
|
|
1494
1494
|
He as PAnnotationLabel,
|
|
1495
1495
|
ze as PAnnotationTrace,
|
|
1496
1496
|
me as PColumnCollection,
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1497
|
+
bt as PTableAbsent,
|
|
1498
|
+
_t as PTableNA,
|
|
1499
|
+
wt as PValueBytesNA,
|
|
1500
|
+
Pt as PValueIntNA,
|
|
1501
|
+
At as PValueLongNA,
|
|
1502
|
+
xt as PValueStringNA,
|
|
1503
|
+
jt as PlErrorLike,
|
|
1504
|
+
St as PlIdLength,
|
|
1505
|
+
K as RT_BINARY_PARTITIONED,
|
|
1500
1506
|
M as RT_BINARY_SUPER_PARTITIONED,
|
|
1501
1507
|
U as RT_JSON_PARTITIONED,
|
|
1502
1508
|
Y as RT_JSON_SUPER_PARTITIONED,
|
|
@@ -1504,22 +1510,22 @@ export {
|
|
|
1504
1510
|
ie as RT_RESOURCE_MAP_PARTITIONED,
|
|
1505
1511
|
z as RenderCtx,
|
|
1506
1512
|
ct as ResultPool,
|
|
1507
|
-
|
|
1513
|
+
Bt as StandardErrorLike,
|
|
1508
1514
|
Ye as Trace,
|
|
1509
1515
|
Ge as TraceEntry,
|
|
1510
1516
|
I as TreeNodeAccessor,
|
|
1511
|
-
|
|
1512
|
-
|
|
1517
|
+
$e as canonicalizeAxisId,
|
|
1518
|
+
It as canonicalizeJson,
|
|
1513
1519
|
nt as convertOrParsePColumnData,
|
|
1514
|
-
|
|
1520
|
+
Ne as dataInfoToEntries,
|
|
1515
1521
|
Pe as deriveLabels,
|
|
1516
1522
|
ke as deriveNativeId,
|
|
1517
1523
|
te as downgradeCfgOrLambda,
|
|
1518
1524
|
Oe as ensurePColumn,
|
|
1519
1525
|
De as entriesToDataInfo,
|
|
1520
|
-
|
|
1526
|
+
Ce as extractAllColumns,
|
|
1521
1527
|
rt as filterDataInfoEntries,
|
|
1522
|
-
|
|
1528
|
+
Lt as getAxesId,
|
|
1523
1529
|
de as getAxisId,
|
|
1524
1530
|
Z as getImmediate,
|
|
1525
1531
|
Xe as getPartitionKeysList,
|
|
@@ -1533,18 +1539,21 @@ export {
|
|
|
1533
1539
|
G as isPColumnSpec,
|
|
1534
1540
|
Re as isPartitionedDataInfoEntries,
|
|
1535
1541
|
Te as isPlRef,
|
|
1536
|
-
|
|
1537
|
-
|
|
1542
|
+
Ct as isValueAbsent,
|
|
1543
|
+
Et as isValueNA,
|
|
1544
|
+
Ke as mapDataInfo,
|
|
1545
|
+
Tt as mapJoinEntry,
|
|
1538
1546
|
le as mapPObjectData,
|
|
1539
1547
|
Ee as mapPTableDef,
|
|
1540
1548
|
Fe as mapValueInVOE,
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1549
|
+
Ft as matchAxis,
|
|
1550
|
+
Ot as matchAxisId,
|
|
1551
|
+
kt as matchPColumn,
|
|
1552
|
+
Rt as pTableValue,
|
|
1544
1553
|
oe as parsePColumnData,
|
|
1545
1554
|
pe as resolveAnchors,
|
|
1546
1555
|
W as selectorsToPredicate,
|
|
1547
|
-
|
|
1556
|
+
Dt as stringifyColumnId,
|
|
1548
1557
|
ce as withEnrichments
|
|
1549
1558
|
};
|
|
1550
1559
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@milaboratories/graph-maker",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.136",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/lib.js",
|
|
6
6
|
"types": "dist/lib.d.ts",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@ag-grid-community/core": "^32.3.3",
|
|
39
39
|
"@milaboratories/helpers": "^1.6.15",
|
|
40
40
|
"@milaboratories/miplots4": "^1.0.128",
|
|
41
|
-
"@milaboratories/pf-plots": "^1.1.
|
|
41
|
+
"@milaboratories/pf-plots": "^1.1.25",
|
|
42
42
|
"@platforma-sdk/model": "^1.39.8",
|
|
43
43
|
"@platforma-sdk/ui-vue": "^1.39.16",
|
|
44
44
|
"@types/d3-hierarchy": "^3.1.7",
|