@platforma-sdk/ui-vue 1.41.2 → 1.41.4
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 +20 -30
- package/.turbo/turbo-type-check.log +1 -1
- package/CHANGELOG.md +17 -0
- package/dist/aggrid.js +4 -4
- package/dist/components/PlAgDataTable/PlAgDataTableV2.vue.d.ts +14 -3
- package/dist/components/PlAgDataTable/PlAgDataTableV2.vue.d.ts.map +1 -1
- package/dist/components/PlAgDataTable/PlAgDataTableV2.vue2.js +252 -179
- package/dist/components/PlAgDataTable/PlAgDataTableV2.vue2.js.map +1 -1
- package/dist/components/PlAgDataTable/PlAgRowCount.vue.js +1 -1
- package/dist/components/PlAgDataTable/sources/focus-row.d.ts +8 -7
- package/dist/components/PlAgDataTable/sources/focus-row.d.ts.map +1 -1
- package/dist/components/PlAgDataTable/sources/focus-row.js +46 -31
- package/dist/components/PlAgDataTable/sources/focus-row.js.map +1 -1
- package/dist/components/PlAgDataTable/sources/table-source-v2.d.ts +10 -5
- package/dist/components/PlAgDataTable/sources/table-source-v2.d.ts.map +1 -1
- package/dist/components/PlAgDataTable/sources/table-source-v2.js +144 -141
- package/dist/components/PlAgDataTable/sources/table-source-v2.js.map +1 -1
- package/dist/components/PlAgDataTable/types.d.ts +27 -1
- package/dist/components/PlAgDataTable/types.d.ts.map +1 -1
- package/dist/components/PlAgDataTable/types.js.map +1 -1
- package/dist/components/PlAgRowNumCheckbox/PlAgRowNumCheckbox.vue.js +1 -1
- package/dist/components/PlAgRowNumHeader.vue.js +1 -1
- package/dist/components/PlAnnotations/components/DynamicForm.vue2.js +29 -29
- package/dist/components/PlAnnotations/components/FilterSidebar.vue2.js +2 -2
- package/dist/components/PlMultiSequenceAlignment/data.js +14 -14
- package/dist/defineApp.js +12 -12
- package/dist/internal/test-helpers/BlockMock.d.ts +1 -0
- package/dist/internal/test-helpers/BlockMock.d.ts.map +1 -1
- package/dist/lib/ui/uikit/dist/components/PlAccordion/{ExpandTransition.vue.js → ExpandTransition.vue2.js} +1 -1
- package/dist/lib/ui/uikit/dist/components/PlAccordion/ExpandTransition.vue2.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/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/lib/util/helpers/dist/index.js +88 -73
- package/dist/lib/util/helpers/dist/index.js.map +1 -1
- package/dist/lib.js +73 -73
- package/dist/sdk/model/dist/index.js +110 -103
- package/dist/sdk/model/dist/index.js.map +1 -1
- package/package.json +8 -8
- package/src/components/PlAgDataTable/PlAgDataTableV2.vue +172 -45
- package/src/components/PlAgDataTable/sources/focus-row.ts +38 -37
- package/src/components/PlAgDataTable/sources/table-source-v2.ts +113 -110
- package/src/components/PlAgDataTable/types.ts +30 -1
- package/src/internal/test-helpers/BlockMock.ts +5 -0
- package/dist/lib/ui/uikit/dist/components/PlAccordion/ExpandTransition.vue.js.map +0 -1
- 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 jt, PValueBytesNA as Bt, PValueIntNA as Jt, PValueLongNA as qt, PValueStringNA as Mt, PlId as Wt, PlIdBytes as Ht, PlIdLength as zt, canonicalizeJson as Xt, deserializeError as Gt, ensureError as Qt, getAxesId as Yt, getPTableColumnId as Zt, hasAbortError as en, isValueAbsent as tn, isValueNA as nn, mapJoinEntry as rn, matchAxis as sn, matchAxisId as an, matchPColumn as on, pTableValue as ln, parseJson as un, stringifyColumnId as pn, unwrapResult as dn } 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 fn, ErrorLike as hn, PlErrorLike as gn, StandardErrorLike as mn, ensureErrorLike as yn } 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, x;
|
|
292
|
+
"spec" in d && typeof d.spec == "object" ? (b = d.spec, I = d.prefixTrace, x = 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
|
+
...x ?? []
|
|
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 x = I.map((_) => _.label), c = t.separator ?? " / ";
|
|
337
337
|
u.push({
|
|
338
|
-
label:
|
|
338
|
+
label: x.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(), x = [];
|
|
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), x.push(m));
|
|
720
720
|
}
|
|
721
721
|
}
|
|
722
|
-
if (
|
|
722
|
+
if (x.length === 0) continue;
|
|
723
723
|
const c = yt(u), _ = c.length > 0;
|
|
724
|
-
for (const f of
|
|
725
|
-
if (!
|
|
724
|
+
for (const f of x) {
|
|
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, x = u.type === "split" ? u.axisFilters : void 0, c = gt(x);
|
|
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.4", 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 xe() {
|
|
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: xe()
|
|
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: xe()
|
|
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 xt(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 Ft(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 ((e = n.annotations) == null ? void 0 : e[
|
|
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,22 @@ function Et({
|
|
|
1572
1572
|
data: i
|
|
1573
1573
|
};
|
|
1574
1574
|
}
|
|
1575
|
-
function
|
|
1575
|
+
function Vt() {
|
|
1576
|
+
return {
|
|
1577
|
+
axesSpec: [],
|
|
1578
|
+
selectedKeys: []
|
|
1579
|
+
};
|
|
1580
|
+
}
|
|
1581
|
+
function Ot(n) {
|
|
1576
1582
|
return n === De ? (console.error("Axis value can never be N/A"), "") : n;
|
|
1577
1583
|
}
|
|
1578
|
-
function
|
|
1584
|
+
function F(n) {
|
|
1579
1585
|
return n.valueType === "Int" || n.valueType === "Long" || n.valueType === "Float" || n.valueType === "Double";
|
|
1580
1586
|
}
|
|
1581
1587
|
function G(n) {
|
|
1582
1588
|
return n.valueType === "String";
|
|
1583
1589
|
}
|
|
1584
|
-
const
|
|
1590
|
+
const Fe = {
|
|
1585
1591
|
lessThan: {
|
|
1586
1592
|
label: "Col < X (Less Than)",
|
|
1587
1593
|
form: {
|
|
@@ -1602,7 +1608,7 @@ const xe = {
|
|
|
1602
1608
|
defaultValue: () => 0
|
|
1603
1609
|
}
|
|
1604
1610
|
},
|
|
1605
|
-
supportedFor:
|
|
1611
|
+
supportedFor: F
|
|
1606
1612
|
},
|
|
1607
1613
|
greaterThan: {
|
|
1608
1614
|
label: "Col > X (Greater Than)",
|
|
@@ -1624,7 +1630,7 @@ const xe = {
|
|
|
1624
1630
|
defaultValue: () => 0
|
|
1625
1631
|
}
|
|
1626
1632
|
},
|
|
1627
|
-
supportedFor:
|
|
1633
|
+
supportedFor: F
|
|
1628
1634
|
},
|
|
1629
1635
|
lessThanOrEqual: {
|
|
1630
1636
|
label: "Col ≤ X (Less Than or Equal)",
|
|
@@ -1646,7 +1652,7 @@ const xe = {
|
|
|
1646
1652
|
defaultValue: () => 0
|
|
1647
1653
|
}
|
|
1648
1654
|
},
|
|
1649
|
-
supportedFor:
|
|
1655
|
+
supportedFor: F
|
|
1650
1656
|
},
|
|
1651
1657
|
greaterThanOrEqual: {
|
|
1652
1658
|
label: "Col ≥ X (Greater Than or Equal)",
|
|
@@ -1668,7 +1674,7 @@ const xe = {
|
|
|
1668
1674
|
defaultValue: () => 0
|
|
1669
1675
|
}
|
|
1670
1676
|
},
|
|
1671
|
-
supportedFor:
|
|
1677
|
+
supportedFor: F
|
|
1672
1678
|
},
|
|
1673
1679
|
lessThanColumn: {
|
|
1674
1680
|
label: "Col₁ < Col₂ (Compare Columns)",
|
|
@@ -1697,7 +1703,7 @@ const xe = {
|
|
|
1697
1703
|
}
|
|
1698
1704
|
}
|
|
1699
1705
|
},
|
|
1700
|
-
supportedFor: (n, e) =>
|
|
1706
|
+
supportedFor: (n, e) => F(n) && (e === void 0 || F(e))
|
|
1701
1707
|
},
|
|
1702
1708
|
lessThanColumnOrEqual: {
|
|
1703
1709
|
label: "Col₁ ≤ Col₂ (Compare Columns)",
|
|
@@ -1726,7 +1732,7 @@ const xe = {
|
|
|
1726
1732
|
}
|
|
1727
1733
|
}
|
|
1728
1734
|
},
|
|
1729
|
-
supportedFor: (n, e) =>
|
|
1735
|
+
supportedFor: (n, e) => F(n) && (e === void 0 || F(e))
|
|
1730
1736
|
},
|
|
1731
1737
|
topN: {
|
|
1732
1738
|
label: "Top N",
|
|
@@ -1748,7 +1754,7 @@ const xe = {
|
|
|
1748
1754
|
defaultValue: () => 10
|
|
1749
1755
|
}
|
|
1750
1756
|
},
|
|
1751
|
-
supportedFor:
|
|
1757
|
+
supportedFor: F
|
|
1752
1758
|
},
|
|
1753
1759
|
bottomN: {
|
|
1754
1760
|
label: "Bottom N",
|
|
@@ -1770,7 +1776,7 @@ const xe = {
|
|
|
1770
1776
|
defaultValue: () => 10
|
|
1771
1777
|
}
|
|
1772
1778
|
},
|
|
1773
|
-
supportedFor:
|
|
1779
|
+
supportedFor: F
|
|
1774
1780
|
},
|
|
1775
1781
|
patternContainSubsequence: {
|
|
1776
1782
|
label: "Col ~ Seq (Contain Subsequence)",
|
|
@@ -1945,44 +1951,44 @@ const xe = {
|
|
|
1945
1951
|
supportedFor: () => !1
|
|
1946
1952
|
}
|
|
1947
1953
|
};
|
|
1948
|
-
function
|
|
1949
|
-
return n ? Object.entries(
|
|
1954
|
+
function kt(n) {
|
|
1955
|
+
return n ? Object.entries(Fe).filter(([e, t]) => t.supportedFor(n)).map(([e, t]) => ({
|
|
1950
1956
|
label: t.label,
|
|
1951
1957
|
value: e
|
|
1952
1958
|
})) : [];
|
|
1953
1959
|
}
|
|
1954
|
-
function
|
|
1955
|
-
return
|
|
1960
|
+
function Nt(n) {
|
|
1961
|
+
return Fe[n];
|
|
1956
1962
|
}
|
|
1957
|
-
function
|
|
1963
|
+
function Dt() {
|
|
1958
1964
|
return platformaApiVersion ?? 1;
|
|
1959
1965
|
}
|
|
1960
|
-
function
|
|
1961
|
-
return we({ sdkVersion:
|
|
1966
|
+
function Rt() {
|
|
1967
|
+
return we({ sdkVersion: Y, apiVersion: platformaApiVersion });
|
|
1962
1968
|
}
|
|
1963
|
-
function
|
|
1969
|
+
function Ut(n) {
|
|
1964
1970
|
if (typeof globalThis.getEnvironmentValue == "function")
|
|
1965
1971
|
return globalThis.getEnvironmentValue(n);
|
|
1966
1972
|
}
|
|
1967
1973
|
export {
|
|
1968
1974
|
fe as AnchoredIdDeriver,
|
|
1969
|
-
|
|
1970
|
-
|
|
1975
|
+
fn as BasePlErrorLike,
|
|
1976
|
+
hn as ErrorLike,
|
|
1971
1977
|
P as FutureRef,
|
|
1972
|
-
|
|
1978
|
+
Ct as LINKER_COLUMN_ANNOTATION,
|
|
1973
1979
|
tt as PAnnotationLabel,
|
|
1974
1980
|
nt as PAnnotationTrace,
|
|
1975
1981
|
be as PColumnCollection,
|
|
1976
|
-
|
|
1982
|
+
jt as PTableAbsent,
|
|
1977
1983
|
De as PTableNA,
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1984
|
+
Bt as PValueBytesNA,
|
|
1985
|
+
Jt as PValueIntNA,
|
|
1986
|
+
qt as PValueLongNA,
|
|
1987
|
+
Mt as PValueStringNA,
|
|
1988
|
+
gn as PlErrorLike,
|
|
1989
|
+
Wt as PlId,
|
|
1990
|
+
Ht as PlIdBytes,
|
|
1991
|
+
zt as PlIdLength,
|
|
1986
1992
|
$ as RT_BINARY_PARTITIONED,
|
|
1987
1993
|
M as RT_BINARY_SUPER_PARTITIONED,
|
|
1988
1994
|
q as RT_JSON_PARTITIONED,
|
|
@@ -1991,73 +1997,74 @@ export {
|
|
|
1991
1997
|
ae as RT_RESOURCE_MAP_PARTITIONED,
|
|
1992
1998
|
X as RenderCtx,
|
|
1993
1999
|
bt as ResultPool,
|
|
1994
|
-
|
|
2000
|
+
mn as StandardErrorLike,
|
|
1995
2001
|
it as Trace,
|
|
1996
2002
|
rt as TraceEntry,
|
|
1997
2003
|
A as TreeNodeAccessor,
|
|
1998
2004
|
We as canonicalizeAxisId,
|
|
1999
|
-
|
|
2005
|
+
Xt as canonicalizeJson,
|
|
2000
2006
|
pt as convertOrParsePColumnData,
|
|
2001
2007
|
Pe as createPlDataTableStateV2,
|
|
2002
|
-
|
|
2008
|
+
Vt as createPlSelectionModel,
|
|
2009
|
+
Lt as createRowSelectionColumn,
|
|
2003
2010
|
Me as dataInfoToEntries,
|
|
2004
2011
|
Ae as deriveLabels,
|
|
2005
2012
|
Be as deriveNativeId,
|
|
2006
|
-
|
|
2013
|
+
Gt as deserializeError,
|
|
2007
2014
|
re as downgradeCfgOrLambda,
|
|
2008
|
-
|
|
2009
|
-
|
|
2015
|
+
Qt as ensureError,
|
|
2016
|
+
yn as ensureErrorLike,
|
|
2010
2017
|
je as ensurePColumn,
|
|
2011
2018
|
qe as entriesToDataInfo,
|
|
2012
2019
|
Re as extractAllColumns,
|
|
2013
2020
|
dt as filterDataInfoEntries,
|
|
2014
|
-
|
|
2015
|
-
|
|
2021
|
+
Fe as filterUiMetadata,
|
|
2022
|
+
Yt as getAxesId,
|
|
2016
2023
|
ge as getAxisId,
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2024
|
+
Ut as getEnvironmentValue,
|
|
2025
|
+
Nt as getFilterUiMetadata,
|
|
2026
|
+
kt as getFilterUiTypeOptions,
|
|
2020
2027
|
ee as getImmediate,
|
|
2021
|
-
|
|
2028
|
+
Zt as getPTableColumnId,
|
|
2022
2029
|
ot as getPartitionKeysList,
|
|
2023
|
-
|
|
2024
|
-
|
|
2030
|
+
Dt as getPlatformaApiVersion,
|
|
2031
|
+
Rt as getRawPlatformaInstance,
|
|
2025
2032
|
ut as getUniquePartitionKeys,
|
|
2026
|
-
|
|
2033
|
+
en as hasAbortError,
|
|
2027
2034
|
ie as ifDef,
|
|
2028
|
-
|
|
2035
|
+
xt as isColumnHidden,
|
|
2029
2036
|
Ft as isColumnOptional,
|
|
2030
|
-
|
|
2037
|
+
Tt as isConfigLambda,
|
|
2031
2038
|
ue as isDataInfo,
|
|
2032
2039
|
_e as isDataInfoEntries,
|
|
2033
|
-
|
|
2034
|
-
|
|
2040
|
+
It as isLabelColumn,
|
|
2041
|
+
Et as isLinkerColumn,
|
|
2035
2042
|
Ce as isPColumn,
|
|
2036
|
-
|
|
2043
|
+
Q as isPColumnSpec,
|
|
2037
2044
|
ke as isPTableAbsent,
|
|
2038
2045
|
Je as isPartitionedDataInfoEntries,
|
|
2039
2046
|
$e as isPlRef,
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2047
|
+
tn as isValueAbsent,
|
|
2048
|
+
nn as isValueNA,
|
|
2049
|
+
xe as makeDefaultPTableParams,
|
|
2043
2050
|
He as mapDataInfo,
|
|
2044
|
-
|
|
2051
|
+
rn as mapJoinEntry,
|
|
2045
2052
|
pe as mapPObjectData,
|
|
2046
2053
|
Ue as mapPTableDef,
|
|
2047
|
-
|
|
2054
|
+
Ot as mapPTableValueToAxisKey,
|
|
2048
2055
|
Ke as mapValueInVOE,
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2056
|
+
sn as matchAxis,
|
|
2057
|
+
an as matchAxisId,
|
|
2058
|
+
on as matchPColumn,
|
|
2059
|
+
ln as pTableValue,
|
|
2060
|
+
un as parseJson,
|
|
2054
2061
|
le as parsePColumnData,
|
|
2055
2062
|
he as resolveAnchors,
|
|
2056
2063
|
W as selectorsToPredicate,
|
|
2057
|
-
|
|
2064
|
+
pn as stringifyColumnId,
|
|
2058
2065
|
Ne as uniquePlId,
|
|
2059
|
-
|
|
2060
|
-
|
|
2066
|
+
dn as unwrapResult,
|
|
2067
|
+
At as upgradePlDataTableStateV2,
|
|
2061
2068
|
ce as withEnrichments
|
|
2062
2069
|
};
|
|
2063
2070
|
//# sourceMappingURL=index.js.map
|