@platforma-sdk/ui-vue 1.41.1 → 1.41.3
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 +14 -14
- package/.turbo/turbo-type-check.log +1 -1
- package/CHANGELOG.md +16 -0
- package/dist/components/PlAgDataTable/sources/table-source-v2.js +3 -3
- package/dist/components/PlAnnotations/components/DynamicForm.vue2.js +10 -10
- package/dist/components/PlMultiSequenceAlignment/data.js +14 -14
- package/dist/defineApp.js +12 -12
- package/dist/lib/ui/uikit/dist/components/PlAutocomplete/PlAutocomplete.vue.js +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/PlFileDialog/Local.vue.js +4 -4
- package/dist/lib/ui/uikit/dist/components/PlFileInput/PlFileInput.vue.js +1 -1
- 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/generated/components/svg/images/{SvgRequired.vue2.js → SvgRequired.vue.js} +1 -1
- package/dist/lib/ui/uikit/dist/generated/components/svg/images/SvgRequired.vue.js.map +1 -0
- package/dist/lib/ui/uikit/dist/sdk/model/dist/index.js +25 -25
- package/dist/lib/ui/uikit/dist/sdk/model/dist/index.js.map +1 -1
- package/dist/sdk/model/dist/index.js +102 -102
- package/dist/sdk/model/dist/index.js.map +1 -1
- package/package.json +5 -5
- package/dist/lib/ui/uikit/dist/generated/components/svg/images/SvgRequired.vue2.js.map +0 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { isPTableAbsent as ke, uniquePlId as Ne, PTableNA as De, isDataInfo as ue, extractAllColumns as Re, mapPTableDef as Ue, selectorsToPredicate as W, withEnrichments as ce, AnchoredIdDeriver as fe, isPlRef as $e, mapValueInVOE as Ke, mapPObjectData as pe, ensurePColumn as je, isPColumnSpec as
|
|
2
|
-
import { PTableAbsent as
|
|
1
|
+
import { isPTableAbsent as ke, uniquePlId as Ne, PTableNA as De, isDataInfo as ue, extractAllColumns as Re, mapPTableDef as Ue, selectorsToPredicate as W, withEnrichments as ce, AnchoredIdDeriver as fe, isPlRef as $e, mapValueInVOE as Ke, mapPObjectData as pe, ensurePColumn as je, isPColumnSpec as Q, isPColumn as Ce, resolveAnchors as he, deriveNativeId as Be, isPartitionedDataInfoEntries as Je, getAxisId as ge, entriesToDataInfo as qe, isDataInfoEntries as _e, dataInfoToEntries as Me, canonicalizeAxisId as We, mapDataInfo as He } from "../../../lib/model/common/dist/index.js";
|
|
2
|
+
import { PTableAbsent as Kt, PValueBytesNA as jt, PValueIntNA as Bt, PValueLongNA as Jt, PValueStringNA as qt, PlId as Mt, PlIdBytes as Wt, PlIdLength as Ht, canonicalizeJson as zt, deserializeError as Xt, ensureError as Gt, getAxesId as Qt, getPTableColumnId as Yt, hasAbortError as Zt, isValueAbsent as en, isValueNA as tn, mapJoinEntry as nn, matchAxis as rn, matchAxisId as sn, matchPColumn as an, pTableValue as on, parseJson as ln, stringifyColumnId as un, unwrapResult as pn } from "../../../lib/model/common/dist/index.js";
|
|
3
3
|
import Se from "../../../_virtual/canonicalize.js";
|
|
4
4
|
import U from "../../../node_modules/.pnpm/zod@3.23.8/node_modules/zod/lib/index.js";
|
|
5
|
-
import { BasePlErrorLike as
|
|
5
|
+
import { BasePlErrorLike as cn, ErrorLike as fn, PlErrorLike as hn, StandardErrorLike as gn, ensureErrorLike as mn } from "../../../lib/model/pl-error-like/dist/index.js";
|
|
6
6
|
var ze = Object.defineProperty, Xe = (n, e, t) => e in n ? ze(n, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : n[e] = t, w = (n, e, t) => Xe(n, typeof e != "symbol" ? e + "" : e, t);
|
|
7
7
|
function ee(n) {
|
|
8
8
|
return { type: "Immediate", value: n };
|
|
@@ -16,7 +16,7 @@ function we(n) {
|
|
|
16
16
|
if (typeof globalThis.platforma < "u") return globalThis.platforma;
|
|
17
17
|
throw new Error("Can't get platforma instance.");
|
|
18
18
|
}
|
|
19
|
-
function
|
|
19
|
+
function Qe() {
|
|
20
20
|
if (typeof globalThis.cfgRenderCtx < "u") return globalThis.cfgRenderCtx;
|
|
21
21
|
}
|
|
22
22
|
function p() {
|
|
@@ -24,13 +24,13 @@ function p() {
|
|
|
24
24
|
throw new Error("Not in config rendering context");
|
|
25
25
|
}
|
|
26
26
|
function J(n, e) {
|
|
27
|
-
const t =
|
|
27
|
+
const t = Qe();
|
|
28
28
|
if (t === void 0) return !1;
|
|
29
29
|
if (n in t.callbackRegistry) throw new Error(`Callback with key ${n} already registered.`);
|
|
30
30
|
return t.callbackRegistry[n] = e, !0;
|
|
31
31
|
}
|
|
32
32
|
const te = /* @__PURE__ */ new Map();
|
|
33
|
-
function
|
|
33
|
+
function Ye(n, e) {
|
|
34
34
|
n in p().callbackRegistry || (p().callbackRegistry[n] = (t) => {
|
|
35
35
|
for (const r of te.get(n))
|
|
36
36
|
r(t);
|
|
@@ -38,7 +38,7 @@ function Qe(n, e) {
|
|
|
38
38
|
}
|
|
39
39
|
class P {
|
|
40
40
|
constructor(e, t = (r) => r) {
|
|
41
|
-
w(this, "isResolved", !1), w(this, "resolvedValue"), this.handle = e, this.postProcess = t,
|
|
41
|
+
w(this, "isResolved", !1), w(this, "resolvedValue"), this.handle = e, this.postProcess = t, Ye(e, (r) => {
|
|
42
42
|
this.resolvedValue = t(r), this.isResolved = !0;
|
|
43
43
|
});
|
|
44
44
|
}
|
|
@@ -288,12 +288,12 @@ function Ae(n, e, t = {}) {
|
|
|
288
288
|
const r = /* @__PURE__ */ new Map(), i = t.forceTraceElements !== void 0 && t.forceTraceElements.length > 0 ? new Set(t.forceTraceElements) : void 0, s = /* @__PURE__ */ new Map(), a = n.map((h) => {
|
|
289
289
|
var C, u;
|
|
290
290
|
const d = e(h);
|
|
291
|
-
let b, I,
|
|
292
|
-
"spec" in d && typeof d.spec == "object" ? (b = d.spec, I = d.prefixTrace,
|
|
291
|
+
let b, I, F;
|
|
292
|
+
"spec" in d && typeof d.spec == "object" ? (b = d.spec, I = d.prefixTrace, F = d.suffixTrace) : b = d;
|
|
293
293
|
const c = (C = b.annotations) == null ? void 0 : C[tt], _ = (u = b.annotations) == null ? void 0 : u[nt], f = (_ ? it.safeParse(JSON.parse(_)).data : void 0) ?? [], g = [
|
|
294
294
|
...I ?? [],
|
|
295
295
|
...f,
|
|
296
|
-
...
|
|
296
|
+
...F ?? []
|
|
297
297
|
];
|
|
298
298
|
if (c !== void 0) {
|
|
299
299
|
const S = { label: c, type: at, importance: -2 };
|
|
@@ -333,9 +333,9 @@ function Ae(n, e, t = {}) {
|
|
|
333
333
|
value: b.value
|
|
334
334
|
});
|
|
335
335
|
else return;
|
|
336
|
-
const
|
|
336
|
+
const F = I.map((_) => _.label), c = t.separator ?? " / ";
|
|
337
337
|
u.push({
|
|
338
|
-
label:
|
|
338
|
+
label: F.join(c),
|
|
339
339
|
value: b.value
|
|
340
340
|
});
|
|
341
341
|
}
|
|
@@ -708,7 +708,7 @@ class be {
|
|
|
708
708
|
b = he(r.anchors, u, t);
|
|
709
709
|
} else
|
|
710
710
|
b = u;
|
|
711
|
-
const I = /* @__PURE__ */ new Set(),
|
|
711
|
+
const I = /* @__PURE__ */ new Set(), F = [];
|
|
712
712
|
for (const f of this.providers) {
|
|
713
713
|
const g = f.selectColumns(b);
|
|
714
714
|
for (const m of g) {
|
|
@@ -716,13 +716,13 @@ class be {
|
|
|
716
716
|
if (I.has(m.id))
|
|
717
717
|
throw new Error(`Duplicate column id ${m.id} in provider ${f.constructor.name}`);
|
|
718
718
|
const L = Be(m.spec);
|
|
719
|
-
V.has(L) || (I.add(m.id), V.add(L),
|
|
719
|
+
V.has(L) || (I.add(m.id), V.add(L), F.push(m));
|
|
720
720
|
}
|
|
721
721
|
}
|
|
722
|
-
if (
|
|
722
|
+
if (F.length === 0) continue;
|
|
723
723
|
const c = yt(u), _ = c.length > 0;
|
|
724
|
-
for (const f of
|
|
725
|
-
if (!
|
|
724
|
+
for (const f of F) {
|
|
725
|
+
if (!Q(f.spec)) continue;
|
|
726
726
|
const g = f.spec;
|
|
727
727
|
if (_) {
|
|
728
728
|
if (ct(f.data))
|
|
@@ -793,7 +793,7 @@ class be {
|
|
|
793
793
|
l
|
|
794
794
|
), C = [];
|
|
795
795
|
for (const { value: u, label: d } of h) {
|
|
796
|
-
const { originalColumn: b, spec: I } = u,
|
|
796
|
+
const { originalColumn: b, spec: I } = u, F = u.type === "split" ? u.axisFilters : void 0, c = gt(F);
|
|
797
797
|
let _;
|
|
798
798
|
r ? _ = r.deriveS(I, c) : _ = mt(b.id, c);
|
|
799
799
|
let f = { ...u.adjustedSpec };
|
|
@@ -1055,7 +1055,7 @@ class bt {
|
|
|
1055
1055
|
getPColumnSpecByRef(e) {
|
|
1056
1056
|
const t = this.getSpecByRef(e);
|
|
1057
1057
|
if (t) {
|
|
1058
|
-
if (!
|
|
1058
|
+
if (!Q(t)) throw new Error(`not a PColumn spec (kind = ${t.kind})`);
|
|
1059
1059
|
return t;
|
|
1060
1060
|
}
|
|
1061
1061
|
}
|
|
@@ -1074,7 +1074,7 @@ class bt {
|
|
|
1074
1074
|
findDataWithCompatibleSpec(e) {
|
|
1075
1075
|
const t = [];
|
|
1076
1076
|
e: for (const r of this.getData().entries) {
|
|
1077
|
-
if (!
|
|
1077
|
+
if (!Q(r.obj.spec))
|
|
1078
1078
|
continue;
|
|
1079
1079
|
const i = r.obj.spec;
|
|
1080
1080
|
if (e.name === i.name && e.valueType === i.valueType && e.axesSpec.length === i.axesSpec.length && ne(e.domain, i.domain)) {
|
|
@@ -1117,7 +1117,7 @@ class bt {
|
|
|
1117
1117
|
*/
|
|
1118
1118
|
selectColumns(e) {
|
|
1119
1119
|
const t = typeof e == "function" ? e : W(e);
|
|
1120
|
-
return this.getSpecs().entries.filter(({ obj: r }) =>
|
|
1120
|
+
return this.getSpecs().entries.filter(({ obj: r }) => Q(r) ? t(r) : !1).map(({ ref: r, obj: i }) => {
|
|
1121
1121
|
const s = i;
|
|
1122
1122
|
let a = null;
|
|
1123
1123
|
const o = this;
|
|
@@ -1256,15 +1256,15 @@ class X {
|
|
|
1256
1256
|
this.ctx.logError(e);
|
|
1257
1257
|
}
|
|
1258
1258
|
}
|
|
1259
|
-
const
|
|
1260
|
-
function
|
|
1259
|
+
const vt = "1.41.3", Y = vt;
|
|
1260
|
+
function Tt(n) {
|
|
1261
1261
|
return n.__renderLambda === !0;
|
|
1262
1262
|
}
|
|
1263
1263
|
function re(n) {
|
|
1264
1264
|
if (n !== void 0)
|
|
1265
|
-
return
|
|
1265
|
+
return Tt(n) ? n.handle : n;
|
|
1266
1266
|
}
|
|
1267
|
-
const
|
|
1267
|
+
const Pt = class v {
|
|
1268
1268
|
constructor(e, t, r, i, s, a, o, l, y) {
|
|
1269
1269
|
this._renderingMode = e, this._initialArgs = t, this._initialUiState = r, this._outputs = i, this._inputsValid = s, this._sections = a, this._title = o, this._enrichmentTargets = l, this._featureFlags = y;
|
|
1270
1270
|
}
|
|
@@ -1475,7 +1475,7 @@ const Tt = class v {
|
|
|
1475
1475
|
if (this._initialArgs === void 0) throw new Error("Initial arguments not set.");
|
|
1476
1476
|
const t = {
|
|
1477
1477
|
v3: {
|
|
1478
|
-
sdkVersion:
|
|
1478
|
+
sdkVersion: Y,
|
|
1479
1479
|
renderingMode: this._renderingMode,
|
|
1480
1480
|
initialArgs: this._initialArgs,
|
|
1481
1481
|
initialUiState: this._initialUiState,
|
|
@@ -1487,7 +1487,7 @@ const Tt = class v {
|
|
|
1487
1487
|
featureFlags: this._featureFlags
|
|
1488
1488
|
},
|
|
1489
1489
|
// fields below are added to allow previous desktop versions read generated configs
|
|
1490
|
-
sdkVersion:
|
|
1490
|
+
sdkVersion: Y,
|
|
1491
1491
|
renderingMode: this._renderingMode,
|
|
1492
1492
|
initialArgs: this._initialArgs,
|
|
1493
1493
|
inputsValid: re(this._inputsValid),
|
|
@@ -1496,15 +1496,15 @@ const Tt = class v {
|
|
|
1496
1496
|
Object.entries(this._outputs).map(([r, i]) => [r, re(i)])
|
|
1497
1497
|
)
|
|
1498
1498
|
};
|
|
1499
|
-
return globalThis.platformaApiVersion = e, Ge() ? we({ sdkVersion:
|
|
1499
|
+
return globalThis.platformaApiVersion = e, Ge() ? we({ sdkVersion: Y, apiVersion: platformaApiVersion }) : { config: t };
|
|
1500
1500
|
}
|
|
1501
1501
|
};
|
|
1502
|
-
w(
|
|
1502
|
+
w(Pt, "INITIAL_BLOCK_FEATURE_FLAGS", {
|
|
1503
1503
|
supportsLazyState: !0,
|
|
1504
1504
|
requiresUIAPIVersion: 1,
|
|
1505
1505
|
requiresModelAPIVersion: 1
|
|
1506
1506
|
});
|
|
1507
|
-
function
|
|
1507
|
+
function Fe() {
|
|
1508
1508
|
return {
|
|
1509
1509
|
sourceId: null,
|
|
1510
1510
|
hiddenColIds: null,
|
|
@@ -1517,23 +1517,23 @@ function Pe() {
|
|
|
1517
1517
|
return {
|
|
1518
1518
|
version: 4,
|
|
1519
1519
|
stateCache: [],
|
|
1520
|
-
pTableParams:
|
|
1520
|
+
pTableParams: Fe()
|
|
1521
1521
|
};
|
|
1522
1522
|
}
|
|
1523
|
-
function
|
|
1523
|
+
function At(n) {
|
|
1524
1524
|
return "version" in n || (n = Pe()), n.version === 2 && (n = {
|
|
1525
1525
|
version: 3,
|
|
1526
1526
|
stateCache: n.stateCache.map((e) => ({
|
|
1527
1527
|
...e,
|
|
1528
1528
|
filtersState: []
|
|
1529
1529
|
})),
|
|
1530
|
-
pTableParams:
|
|
1530
|
+
pTableParams: Fe()
|
|
1531
1531
|
}), n.version === 3 && (n = Pe()), n;
|
|
1532
1532
|
}
|
|
1533
|
-
function
|
|
1533
|
+
function It(n) {
|
|
1534
1534
|
return n.axesSpec.length === 1 && n.name === "pl7.app/label";
|
|
1535
1535
|
}
|
|
1536
|
-
function
|
|
1536
|
+
function Ft(n) {
|
|
1537
1537
|
var e;
|
|
1538
1538
|
return ((e = n.annotations) == null ? void 0 : e["pl7.app/table/visibility"]) === "hidden";
|
|
1539
1539
|
}
|
|
@@ -1541,12 +1541,12 @@ function xt(n) {
|
|
|
1541
1541
|
var e;
|
|
1542
1542
|
return ((e = n.annotations) == null ? void 0 : e["pl7.app/table/visibility"]) === "optional";
|
|
1543
1543
|
}
|
|
1544
|
-
function
|
|
1544
|
+
function Et(n) {
|
|
1545
1545
|
var e;
|
|
1546
|
-
return
|
|
1546
|
+
return ((e = n.annotations) == null ? void 0 : e[Ct]) === "true";
|
|
1547
1547
|
}
|
|
1548
|
-
const
|
|
1549
|
-
function
|
|
1548
|
+
const Ct = "pl7.app/isLinkerColumn";
|
|
1549
|
+
function Lt({
|
|
1550
1550
|
selection: n,
|
|
1551
1551
|
columnId: e = Ne(),
|
|
1552
1552
|
label: t = "Selection marker",
|
|
@@ -1572,16 +1572,16 @@ function Et({
|
|
|
1572
1572
|
data: i
|
|
1573
1573
|
};
|
|
1574
1574
|
}
|
|
1575
|
-
function
|
|
1575
|
+
function Vt(n) {
|
|
1576
1576
|
return n === De ? (console.error("Axis value can never be N/A"), "") : n;
|
|
1577
1577
|
}
|
|
1578
|
-
function
|
|
1578
|
+
function x(n) {
|
|
1579
1579
|
return n.valueType === "Int" || n.valueType === "Long" || n.valueType === "Float" || n.valueType === "Double";
|
|
1580
1580
|
}
|
|
1581
1581
|
function G(n) {
|
|
1582
1582
|
return n.valueType === "String";
|
|
1583
1583
|
}
|
|
1584
|
-
const
|
|
1584
|
+
const xe = {
|
|
1585
1585
|
lessThan: {
|
|
1586
1586
|
label: "Col < X (Less Than)",
|
|
1587
1587
|
form: {
|
|
@@ -1602,7 +1602,7 @@ const Fe = {
|
|
|
1602
1602
|
defaultValue: () => 0
|
|
1603
1603
|
}
|
|
1604
1604
|
},
|
|
1605
|
-
supportedFor:
|
|
1605
|
+
supportedFor: x
|
|
1606
1606
|
},
|
|
1607
1607
|
greaterThan: {
|
|
1608
1608
|
label: "Col > X (Greater Than)",
|
|
@@ -1624,7 +1624,7 @@ const Fe = {
|
|
|
1624
1624
|
defaultValue: () => 0
|
|
1625
1625
|
}
|
|
1626
1626
|
},
|
|
1627
|
-
supportedFor:
|
|
1627
|
+
supportedFor: x
|
|
1628
1628
|
},
|
|
1629
1629
|
lessThanOrEqual: {
|
|
1630
1630
|
label: "Col ≤ X (Less Than or Equal)",
|
|
@@ -1646,7 +1646,7 @@ const Fe = {
|
|
|
1646
1646
|
defaultValue: () => 0
|
|
1647
1647
|
}
|
|
1648
1648
|
},
|
|
1649
|
-
supportedFor:
|
|
1649
|
+
supportedFor: x
|
|
1650
1650
|
},
|
|
1651
1651
|
greaterThanOrEqual: {
|
|
1652
1652
|
label: "Col ≥ X (Greater Than or Equal)",
|
|
@@ -1668,7 +1668,7 @@ const Fe = {
|
|
|
1668
1668
|
defaultValue: () => 0
|
|
1669
1669
|
}
|
|
1670
1670
|
},
|
|
1671
|
-
supportedFor:
|
|
1671
|
+
supportedFor: x
|
|
1672
1672
|
},
|
|
1673
1673
|
lessThanColumn: {
|
|
1674
1674
|
label: "Col₁ < Col₂ (Compare Columns)",
|
|
@@ -1697,7 +1697,7 @@ const Fe = {
|
|
|
1697
1697
|
}
|
|
1698
1698
|
}
|
|
1699
1699
|
},
|
|
1700
|
-
supportedFor: (n, e) =>
|
|
1700
|
+
supportedFor: (n, e) => x(n) && (e === void 0 || x(e))
|
|
1701
1701
|
},
|
|
1702
1702
|
lessThanColumnOrEqual: {
|
|
1703
1703
|
label: "Col₁ ≤ Col₂ (Compare Columns)",
|
|
@@ -1726,7 +1726,7 @@ const Fe = {
|
|
|
1726
1726
|
}
|
|
1727
1727
|
}
|
|
1728
1728
|
},
|
|
1729
|
-
supportedFor: (n, e) =>
|
|
1729
|
+
supportedFor: (n, e) => x(n) && (e === void 0 || x(e))
|
|
1730
1730
|
},
|
|
1731
1731
|
topN: {
|
|
1732
1732
|
label: "Top N",
|
|
@@ -1748,7 +1748,7 @@ const Fe = {
|
|
|
1748
1748
|
defaultValue: () => 10
|
|
1749
1749
|
}
|
|
1750
1750
|
},
|
|
1751
|
-
supportedFor:
|
|
1751
|
+
supportedFor: x
|
|
1752
1752
|
},
|
|
1753
1753
|
bottomN: {
|
|
1754
1754
|
label: "Bottom N",
|
|
@@ -1770,7 +1770,7 @@ const Fe = {
|
|
|
1770
1770
|
defaultValue: () => 10
|
|
1771
1771
|
}
|
|
1772
1772
|
},
|
|
1773
|
-
supportedFor:
|
|
1773
|
+
supportedFor: x
|
|
1774
1774
|
},
|
|
1775
1775
|
patternContainSubsequence: {
|
|
1776
1776
|
label: "Col ~ Seq (Contain Subsequence)",
|
|
@@ -1945,44 +1945,44 @@ const Fe = {
|
|
|
1945
1945
|
supportedFor: () => !1
|
|
1946
1946
|
}
|
|
1947
1947
|
};
|
|
1948
|
-
function
|
|
1949
|
-
return n ? Object.entries(
|
|
1948
|
+
function Ot(n) {
|
|
1949
|
+
return n ? Object.entries(xe).filter(([e, t]) => t.supportedFor(n)).map(([e, t]) => ({
|
|
1950
1950
|
label: t.label,
|
|
1951
1951
|
value: e
|
|
1952
1952
|
})) : [];
|
|
1953
1953
|
}
|
|
1954
|
-
function
|
|
1955
|
-
return
|
|
1954
|
+
function kt(n) {
|
|
1955
|
+
return xe[n];
|
|
1956
1956
|
}
|
|
1957
|
-
function
|
|
1957
|
+
function Nt() {
|
|
1958
1958
|
return platformaApiVersion ?? 1;
|
|
1959
1959
|
}
|
|
1960
|
-
function
|
|
1961
|
-
return we({ sdkVersion:
|
|
1960
|
+
function Dt() {
|
|
1961
|
+
return we({ sdkVersion: Y, apiVersion: platformaApiVersion });
|
|
1962
1962
|
}
|
|
1963
|
-
function
|
|
1963
|
+
function Rt(n) {
|
|
1964
1964
|
if (typeof globalThis.getEnvironmentValue == "function")
|
|
1965
1965
|
return globalThis.getEnvironmentValue(n);
|
|
1966
1966
|
}
|
|
1967
1967
|
export {
|
|
1968
1968
|
fe as AnchoredIdDeriver,
|
|
1969
|
-
|
|
1970
|
-
|
|
1969
|
+
cn as BasePlErrorLike,
|
|
1970
|
+
fn as ErrorLike,
|
|
1971
1971
|
P as FutureRef,
|
|
1972
|
-
|
|
1972
|
+
Ct as LINKER_COLUMN_ANNOTATION,
|
|
1973
1973
|
tt as PAnnotationLabel,
|
|
1974
1974
|
nt as PAnnotationTrace,
|
|
1975
1975
|
be as PColumnCollection,
|
|
1976
|
-
|
|
1976
|
+
Kt as PTableAbsent,
|
|
1977
1977
|
De as PTableNA,
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1978
|
+
jt as PValueBytesNA,
|
|
1979
|
+
Bt as PValueIntNA,
|
|
1980
|
+
Jt as PValueLongNA,
|
|
1981
|
+
qt as PValueStringNA,
|
|
1982
|
+
hn as PlErrorLike,
|
|
1983
|
+
Mt as PlId,
|
|
1984
|
+
Wt as PlIdBytes,
|
|
1985
|
+
Ht as PlIdLength,
|
|
1986
1986
|
$ as RT_BINARY_PARTITIONED,
|
|
1987
1987
|
M as RT_BINARY_SUPER_PARTITIONED,
|
|
1988
1988
|
q as RT_JSON_PARTITIONED,
|
|
@@ -1991,73 +1991,73 @@ export {
|
|
|
1991
1991
|
ae as RT_RESOURCE_MAP_PARTITIONED,
|
|
1992
1992
|
X as RenderCtx,
|
|
1993
1993
|
bt as ResultPool,
|
|
1994
|
-
|
|
1994
|
+
gn as StandardErrorLike,
|
|
1995
1995
|
it as Trace,
|
|
1996
1996
|
rt as TraceEntry,
|
|
1997
1997
|
A as TreeNodeAccessor,
|
|
1998
1998
|
We as canonicalizeAxisId,
|
|
1999
|
-
|
|
1999
|
+
zt as canonicalizeJson,
|
|
2000
2000
|
pt as convertOrParsePColumnData,
|
|
2001
2001
|
Pe as createPlDataTableStateV2,
|
|
2002
|
-
|
|
2002
|
+
Lt as createRowSelectionColumn,
|
|
2003
2003
|
Me as dataInfoToEntries,
|
|
2004
2004
|
Ae as deriveLabels,
|
|
2005
2005
|
Be as deriveNativeId,
|
|
2006
|
-
|
|
2006
|
+
Xt as deserializeError,
|
|
2007
2007
|
re as downgradeCfgOrLambda,
|
|
2008
|
-
|
|
2009
|
-
|
|
2008
|
+
Gt as ensureError,
|
|
2009
|
+
mn as ensureErrorLike,
|
|
2010
2010
|
je as ensurePColumn,
|
|
2011
2011
|
qe as entriesToDataInfo,
|
|
2012
2012
|
Re as extractAllColumns,
|
|
2013
2013
|
dt as filterDataInfoEntries,
|
|
2014
|
-
|
|
2015
|
-
|
|
2014
|
+
xe as filterUiMetadata,
|
|
2015
|
+
Qt as getAxesId,
|
|
2016
2016
|
ge as getAxisId,
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2017
|
+
Rt as getEnvironmentValue,
|
|
2018
|
+
kt as getFilterUiMetadata,
|
|
2019
|
+
Ot as getFilterUiTypeOptions,
|
|
2020
2020
|
ee as getImmediate,
|
|
2021
2021
|
Yt as getPTableColumnId,
|
|
2022
2022
|
ot as getPartitionKeysList,
|
|
2023
|
-
|
|
2024
|
-
|
|
2023
|
+
Nt as getPlatformaApiVersion,
|
|
2024
|
+
Dt as getRawPlatformaInstance,
|
|
2025
2025
|
ut as getUniquePartitionKeys,
|
|
2026
|
-
|
|
2026
|
+
Zt as hasAbortError,
|
|
2027
2027
|
ie as ifDef,
|
|
2028
|
-
|
|
2028
|
+
Ft as isColumnHidden,
|
|
2029
2029
|
xt as isColumnOptional,
|
|
2030
|
-
|
|
2030
|
+
Tt as isConfigLambda,
|
|
2031
2031
|
ue as isDataInfo,
|
|
2032
2032
|
_e as isDataInfoEntries,
|
|
2033
|
-
|
|
2034
|
-
|
|
2033
|
+
It as isLabelColumn,
|
|
2034
|
+
Et as isLinkerColumn,
|
|
2035
2035
|
Ce as isPColumn,
|
|
2036
|
-
|
|
2036
|
+
Q as isPColumnSpec,
|
|
2037
2037
|
ke as isPTableAbsent,
|
|
2038
2038
|
Je as isPartitionedDataInfoEntries,
|
|
2039
2039
|
$e as isPlRef,
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2040
|
+
en as isValueAbsent,
|
|
2041
|
+
tn as isValueNA,
|
|
2042
|
+
Fe as makeDefaultPTableParams,
|
|
2043
2043
|
He as mapDataInfo,
|
|
2044
|
-
|
|
2044
|
+
nn as mapJoinEntry,
|
|
2045
2045
|
pe as mapPObjectData,
|
|
2046
2046
|
Ue as mapPTableDef,
|
|
2047
|
-
|
|
2047
|
+
Vt as mapPTableValueToAxisKey,
|
|
2048
2048
|
Ke as mapValueInVOE,
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2049
|
+
rn as matchAxis,
|
|
2050
|
+
sn as matchAxisId,
|
|
2051
|
+
an as matchPColumn,
|
|
2052
|
+
on as pTableValue,
|
|
2053
|
+
ln as parseJson,
|
|
2054
2054
|
le as parsePColumnData,
|
|
2055
2055
|
he as resolveAnchors,
|
|
2056
2056
|
W as selectorsToPredicate,
|
|
2057
|
-
|
|
2057
|
+
un as stringifyColumnId,
|
|
2058
2058
|
Ne as uniquePlId,
|
|
2059
|
-
|
|
2060
|
-
|
|
2059
|
+
pn as unwrapResult,
|
|
2060
|
+
At as upgradePlDataTableStateV2,
|
|
2061
2061
|
ce as withEnrichments
|
|
2062
2062
|
};
|
|
2063
2063
|
//# sourceMappingURL=index.js.map
|