@milaboratories/uikit 2.3.10 → 2.3.12
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 +19 -19
- package/.turbo/turbo-type-check.log +1 -1
- package/CHANGELOG.md +13 -0
- package/dist/components/PlAutocomplete/PlAutocomplete.vue.js +1 -1
- package/dist/components/PlDropdown/PlDropdown.vue.js +1 -1
- package/dist/components/PlDropdownLegacy/PlDropdownLegacy.vue.js +1 -1
- package/dist/components/PlDropdownMulti/PlDropdownMulti.vue.js +1 -1
- package/dist/components/PlFileInput/PlFileInput.vue.js +1 -1
- package/dist/components/PlSvg/registry.d.ts.map +1 -1
- package/dist/components/PlSvg/registry.js +26 -28
- package/dist/components/PlSvg/registry.js.map +1 -1
- package/dist/components/PlTextArea/PlTextArea.vue.js +1 -1
- package/dist/components/PlTextField/PlTextField.vue.js +1 -1
- package/dist/composition/computedCached.d.ts +4 -5
- package/dist/composition/computedCached.d.ts.map +1 -1
- package/dist/composition/computedCached.js +13 -14
- package/dist/composition/computedCached.js.map +1 -1
- package/dist/composition/watchCached.d.ts +1 -1
- package/dist/composition/watchCached.d.ts.map +1 -1
- package/dist/composition/watchCached.js +12 -12
- package/dist/composition/watchCached.js.map +1 -1
- package/dist/generated/components/svg/images/{SvgRequired.vue.js → SvgRequired.vue2.js} +1 -1
- package/dist/generated/components/svg/images/SvgRequired.vue2.js.map +1 -0
- package/dist/lib/model/common/dist/index.js +10 -10
- package/dist/sdk/model/dist/index.js +55 -55
- package/dist/sdk/model/dist/index.js.map +1 -1
- package/package.json +5 -5
- package/src/components/PlSvg/registry.ts +10 -12
- package/src/composition/computedCached.ts +18 -16
- package/src/composition/watchCached.ts +9 -6
- package/dist/generated/components/svg/images/SvgRequired.vue.js.map +0 -1
|
@@ -98,7 +98,7 @@ function E(e) {
|
|
|
98
98
|
function H(e) {
|
|
99
99
|
return E(e) ? e.type === "JsonPartitioned" || e.type === "BinaryPartitioned" : !1;
|
|
100
100
|
}
|
|
101
|
-
function
|
|
101
|
+
function V(e) {
|
|
102
102
|
switch (e.type) {
|
|
103
103
|
case "Json": {
|
|
104
104
|
const t = Object.entries(e.data).map(([n, r]) => ({ key: JSON.parse(n), value: r }));
|
|
@@ -126,7 +126,7 @@ function q(e) {
|
|
|
126
126
|
}
|
|
127
127
|
}
|
|
128
128
|
}
|
|
129
|
-
function
|
|
129
|
+
function q(e) {
|
|
130
130
|
switch (e.type) {
|
|
131
131
|
case "Json": {
|
|
132
132
|
const t = {};
|
|
@@ -177,7 +177,7 @@ function L(e, t) {
|
|
|
177
177
|
if (e[n] !== t[n]) return !1;
|
|
178
178
|
return !0;
|
|
179
179
|
}
|
|
180
|
-
function
|
|
180
|
+
function $(e, t) {
|
|
181
181
|
return e.name === t.name && L(e.domain, t.domain);
|
|
182
182
|
}
|
|
183
183
|
function W(e, t) {
|
|
@@ -215,7 +215,7 @@ function p(e, t) {
|
|
|
215
215
|
g(e);
|
|
216
216
|
}
|
|
217
217
|
}
|
|
218
|
-
function
|
|
218
|
+
function N(e) {
|
|
219
219
|
return y(e);
|
|
220
220
|
}
|
|
221
221
|
function x(e) {
|
|
@@ -311,7 +311,7 @@ class G {
|
|
|
311
311
|
* @returns A canonicalized string representation of the anchored column identifier
|
|
312
312
|
*/
|
|
313
313
|
deriveS(t, n) {
|
|
314
|
-
return
|
|
314
|
+
return N(this.derive(t, n));
|
|
315
315
|
}
|
|
316
316
|
}
|
|
317
317
|
function X(e, t, n) {
|
|
@@ -361,7 +361,7 @@ function K(e, t) {
|
|
|
361
361
|
throw new Error(`Axis with name "${t.name}" not found in anchor "${n}"`);
|
|
362
362
|
return o[0];
|
|
363
363
|
} else if ("id" in t) {
|
|
364
|
-
const o = r.axesSpec.filter((i) =>
|
|
364
|
+
const o = r.axesSpec.filter((i) => $(t.id, d(i)));
|
|
365
365
|
if (o.length > 1)
|
|
366
366
|
throw new Error(`Multiple matching axes found for matcher in anchor "${n}"`);
|
|
367
367
|
if (o.length === 0)
|
|
@@ -519,10 +519,10 @@ export {
|
|
|
519
519
|
G as AnchoredIdDeriver,
|
|
520
520
|
F as PlIdLength,
|
|
521
521
|
z as canonicalizeAxisId,
|
|
522
|
-
|
|
522
|
+
V as dataInfoToEntries,
|
|
523
523
|
te as deriveNativeId,
|
|
524
524
|
Q as ensurePColumn,
|
|
525
|
-
|
|
525
|
+
q as entriesToDataInfo,
|
|
526
526
|
Z as extractAllColumns,
|
|
527
527
|
C as getAxesId,
|
|
528
528
|
d as getAxisId,
|
|
@@ -542,11 +542,11 @@ export {
|
|
|
542
542
|
W as mapPTableDef,
|
|
543
543
|
oe as mapValueInVOE,
|
|
544
544
|
v as matchAxis,
|
|
545
|
-
|
|
545
|
+
$ as matchAxisId,
|
|
546
546
|
w as matchPColumn,
|
|
547
547
|
X as resolveAnchors,
|
|
548
548
|
ee as selectorsToPredicate,
|
|
549
|
-
|
|
549
|
+
N as stringifyColumnId,
|
|
550
550
|
re as withEnrichments
|
|
551
551
|
};
|
|
552
552
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
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 De, isPartitionedDataInfoEntries as Re, getAxisId as de, entriesToDataInfo as
|
|
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 De, isPartitionedDataInfoEntries as Re, getAxisId as de, entriesToDataInfo as $e, isDataInfoEntries as _e, dataInfoToEntries as je, canonicalizeAxisId as Ke, mapDataInfo as Ne } from "../../../lib/model/common/dist/index.js";
|
|
2
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 St, matchAxisId as Lt, matchPColumn as Ct, stringifyColumnId as Et } from "../../../lib/model/common/dist/index.js";
|
|
3
3
|
import we from "../../../_virtual/canonicalize.js";
|
|
4
|
-
import
|
|
4
|
+
import j 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 Dt } from "../../../lib/model/pl-error-like/dist/index.js";
|
|
6
6
|
var Be = Object.defineProperty, Je = (n, e, t) => e in n ? Be(n, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : n[e] = t, I = (n, e, t) => Je(n, typeof e != "symbol" ? e + "" : e, t);
|
|
7
|
-
function
|
|
7
|
+
function Z(n) {
|
|
8
8
|
return { type: "Immediate", value: n };
|
|
9
9
|
}
|
|
10
|
-
function
|
|
10
|
+
function Ve() {
|
|
11
11
|
return typeof globalThis.getPlatforma < "u" || typeof globalThis.platforma < "u";
|
|
12
12
|
}
|
|
13
13
|
function Pe(n) {
|
|
@@ -16,25 +16,25 @@ function Pe(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 Ue() {
|
|
20
20
|
if (typeof globalThis.cfgRenderCtx < "u") return globalThis.cfgRenderCtx;
|
|
21
21
|
}
|
|
22
22
|
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
|
|
27
|
-
const t =
|
|
26
|
+
function V(n, e) {
|
|
27
|
+
const t = Ue();
|
|
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
|
-
const
|
|
32
|
+
const Q = /* @__PURE__ */ new Map();
|
|
33
33
|
function Me(n, e) {
|
|
34
34
|
n in c().callbackRegistry || (c().callbackRegistry[n] = (t) => {
|
|
35
|
-
for (const r of
|
|
35
|
+
for (const r of Q.get(n))
|
|
36
36
|
r(t);
|
|
37
|
-
},
|
|
37
|
+
}, Q.set(n, [])), Q.get(n).push(e);
|
|
38
38
|
}
|
|
39
39
|
class w {
|
|
40
40
|
constructor(e, t = (r) => r) {
|
|
@@ -278,12 +278,12 @@ class S {
|
|
|
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", He = "main", qe = "pl7.app/label", ze = "pl7.app/trace", Ge =
|
|
282
|
-
type:
|
|
283
|
-
importance:
|
|
284
|
-
id:
|
|
285
|
-
label:
|
|
286
|
-
}), Ye =
|
|
281
|
+
const We = "staging", He = "main", qe = "pl7.app/label", ze = "pl7.app/trace", Ge = j.object({
|
|
282
|
+
type: j.string(),
|
|
283
|
+
importance: j.number().optional(),
|
|
284
|
+
id: j.string().optional(),
|
|
285
|
+
label: j.string()
|
|
286
|
+
}), Ye = j.array(Ge), Xe = 1e-3, Ze = "__LABEL__", fe = "__LABEL__@1";
|
|
287
287
|
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(), o = n.map((f) => {
|
|
289
289
|
var P, u;
|
|
@@ -296,7 +296,7 @@ function Ae(n, e, t = {}) {
|
|
|
296
296
|
...C ?? []
|
|
297
297
|
];
|
|
298
298
|
if (p !== void 0) {
|
|
299
|
-
const x = { label: p, type:
|
|
299
|
+
const x = { label: p, type: Ze, importance: -2 };
|
|
300
300
|
t.addLabelAsSuffix ? g.push(x) : g.splice(0, 0, x);
|
|
301
301
|
}
|
|
302
302
|
const m = [], T = /* @__PURE__ */ new Map();
|
|
@@ -357,14 +357,14 @@ function Ae(n, e, t = {}) {
|
|
|
357
357
|
}
|
|
358
358
|
return N(/* @__PURE__ */ new Set([...a, ...l]), !0);
|
|
359
359
|
}
|
|
360
|
-
const H = "PColumnData/", ne = H + "ResourceMap", ie = H + "Partitioned/ResourceMap",
|
|
360
|
+
const H = "PColumnData/", ne = H + "ResourceMap", ie = H + "Partitioned/ResourceMap", U = H + "JsonPartitioned", K = H + "BinaryPartitioned", xe = H + "Partitioned/", X = xe + "JsonPartitioned", M = xe + "BinaryPartitioned", se = (n) => {
|
|
361
361
|
if (n.endsWith(".index"))
|
|
362
362
|
return { baseKey: n.substring(0, n.length - 6), type: "index" };
|
|
363
363
|
if (n.endsWith(".values"))
|
|
364
364
|
return { baseKey: n.substring(0, n.length - 7), type: "values" };
|
|
365
365
|
throw new Error(`key must ends on .index/.values for binary p-column, got: ${n}`);
|
|
366
366
|
};
|
|
367
|
-
function
|
|
367
|
+
function Qe(n) {
|
|
368
368
|
if (!n) return;
|
|
369
369
|
const e = n.resourceType.name, t = n.getDataAsJson(), r = [];
|
|
370
370
|
let i = 0;
|
|
@@ -375,8 +375,8 @@ function Ze(n) {
|
|
|
375
375
|
case ie:
|
|
376
376
|
i = t.partitionKeyLength + t.keyLength;
|
|
377
377
|
break;
|
|
378
|
-
case
|
|
379
|
-
case
|
|
378
|
+
case U:
|
|
379
|
+
case K:
|
|
380
380
|
i = t.partitionKeyLength;
|
|
381
381
|
break;
|
|
382
382
|
case M:
|
|
@@ -386,10 +386,10 @@ function Ze(n) {
|
|
|
386
386
|
}
|
|
387
387
|
switch (e) {
|
|
388
388
|
case ne:
|
|
389
|
-
case
|
|
390
|
-
case
|
|
389
|
+
case U:
|
|
390
|
+
case K:
|
|
391
391
|
for (let s of n.listInputFields()) {
|
|
392
|
-
e ===
|
|
392
|
+
e === K && (s = se(s).baseKey);
|
|
393
393
|
const o = [...JSON.parse(s)];
|
|
394
394
|
r.push(o);
|
|
395
395
|
}
|
|
@@ -433,7 +433,7 @@ function tt(n) {
|
|
|
433
433
|
if (n === void 0) return;
|
|
434
434
|
if (_e(n))
|
|
435
435
|
return et(n);
|
|
436
|
-
const e =
|
|
436
|
+
const e = Qe(n);
|
|
437
437
|
if (!e) return;
|
|
438
438
|
const { data: t, keyLength: r } = e, i = [];
|
|
439
439
|
for (let s = 0; s < r; ++s)
|
|
@@ -455,7 +455,7 @@ function oe(n, e = []) {
|
|
|
455
455
|
case ne:
|
|
456
456
|
case ie:
|
|
457
457
|
throw new Error(`Only data columns are supported, got: ${t}`);
|
|
458
|
-
case
|
|
458
|
+
case U: {
|
|
459
459
|
if (typeof (r == null ? void 0 : r.partitionKeyLength) != "number")
|
|
460
460
|
throw new Error(`Missing partitionKeyLength in metadata for ${t}`);
|
|
461
461
|
const i = [];
|
|
@@ -471,7 +471,7 @@ function oe(n, e = []) {
|
|
|
471
471
|
parts: i
|
|
472
472
|
};
|
|
473
473
|
}
|
|
474
|
-
case
|
|
474
|
+
case K: {
|
|
475
475
|
if (typeof (r == null ? void 0 : r.partitionKeyLength) != "number")
|
|
476
476
|
throw new Error(`Missing partitionKeyLength in metadata for ${t}`);
|
|
477
477
|
const i = [], s = /* @__PURE__ */ new Map();
|
|
@@ -505,8 +505,8 @@ function oe(n, e = []) {
|
|
|
505
505
|
for (const o of n.listInputFields()) {
|
|
506
506
|
const a = n.resolve({ field: o, assertFieldType: "Input" });
|
|
507
507
|
if (a === void 0) return;
|
|
508
|
-
if (a.resourceType.name !==
|
|
509
|
-
throw new Error(`Expected ${
|
|
508
|
+
if (a.resourceType.name !== U)
|
|
509
|
+
throw new Error(`Expected ${U} inside ${t}, but got ${a.resourceType.name}`);
|
|
510
510
|
const l = oe(a, JSON.parse(o));
|
|
511
511
|
if (l === void 0) return;
|
|
512
512
|
if (l.type !== "JsonPartitioned")
|
|
@@ -526,8 +526,8 @@ function oe(n, e = []) {
|
|
|
526
526
|
for (const o of n.listInputFields()) {
|
|
527
527
|
const a = n.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(n, e = []) {
|
|
|
547
547
|
function rt(n) {
|
|
548
548
|
if (n !== void 0) {
|
|
549
549
|
if (_e(n)) return n;
|
|
550
|
-
if (ae(n)) return
|
|
550
|
+
if (ae(n)) return je(n);
|
|
551
551
|
if (n instanceof S) return oe(n);
|
|
552
552
|
throw new Error(`Unexpected input type: ${typeof n}`);
|
|
553
553
|
}
|
|
@@ -630,7 +630,7 @@ class st {
|
|
|
630
630
|
function ot(n) {
|
|
631
631
|
if (n)
|
|
632
632
|
return n.map((e) => ({
|
|
633
|
-
type: `split:${
|
|
633
|
+
type: `split:${Ke(e.axisId)}`,
|
|
634
634
|
label: e.label,
|
|
635
635
|
importance: 1e6
|
|
636
636
|
// High importance for split filters in labels
|
|
@@ -746,12 +746,12 @@ class me {
|
|
|
746
746
|
const D = p[J];
|
|
747
747
|
if (D >= T.length)
|
|
748
748
|
throw new Error(`Axis index ${D} out of bounds for unique keys array (length ${T.length}) during split key generation for column ${d.id}`);
|
|
749
|
-
const
|
|
750
|
-
if (
|
|
749
|
+
const $ = T[D];
|
|
750
|
+
if (!$ || $.length === 0) {
|
|
751
751
|
k.length = 0;
|
|
752
752
|
return;
|
|
753
753
|
}
|
|
754
|
-
for (const q of
|
|
754
|
+
for (const q of $)
|
|
755
755
|
b.push(q), R(b, J + 1), b.pop();
|
|
756
756
|
};
|
|
757
757
|
if (R([], 0), k.length === 0)
|
|
@@ -761,8 +761,8 @@ 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 J = b.map((D,
|
|
765
|
-
const q = Ie[
|
|
764
|
+
const J = b.map((D, $) => {
|
|
765
|
+
const q = Ie[$], Le = de(g.axesSpec[q]), ue = B[$], Ce = (ue == null ? void 0 : ue[D]) ?? String(D);
|
|
766
766
|
return { axisIdx: q, axisId: Le, value: D, label: Ce };
|
|
767
767
|
});
|
|
768
768
|
E.push({
|
|
@@ -806,7 +806,7 @@ class me {
|
|
|
806
806
|
}), P.push({
|
|
807
807
|
id: A,
|
|
808
808
|
spec: d,
|
|
809
|
-
data: () => u.type === "split" ?
|
|
809
|
+
data: () => u.type === "split" ? $e(nt(u.dataEntries, p)) : u.originalColumn.data,
|
|
810
810
|
label: h
|
|
811
811
|
});
|
|
812
812
|
}
|
|
@@ -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.1";
|
|
1260
1260
|
function ht(n) {
|
|
1261
1261
|
return n.__renderLambda === !0;
|
|
1262
1262
|
}
|
|
@@ -1274,8 +1274,8 @@ const pt = class _ {
|
|
|
1274
1274
|
void 0,
|
|
1275
1275
|
{},
|
|
1276
1276
|
{},
|
|
1277
|
-
|
|
1278
|
-
|
|
1277
|
+
Z(!0),
|
|
1278
|
+
Z([]),
|
|
1279
1279
|
void 0,
|
|
1280
1280
|
void 0,
|
|
1281
1281
|
{ ..._.INITIAL_BLOCK_FEATURE_FLAGS }
|
|
@@ -1284,7 +1284,7 @@ const pt = class _ {
|
|
|
1284
1284
|
output(e, t, r = {}) {
|
|
1285
1285
|
if (typeof t == "function") {
|
|
1286
1286
|
const i = `output#${e}`;
|
|
1287
|
-
return
|
|
1287
|
+
return V(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" ? (V("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(
|
|
1352
|
+
return Array.isArray(e) ? this.sections(Z(e)) : typeof e == "function" ? (V("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 V("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 V("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, r]) => [t, te(r)])
|
|
1476
1476
|
)
|
|
1477
1477
|
};
|
|
1478
|
-
return
|
|
1478
|
+
return Ve() ? Pe({ sdkVersion: Y }) : { config: e };
|
|
1479
1479
|
}
|
|
1480
1480
|
};
|
|
1481
1481
|
I(pt, "INITIAL_BLOCK_FEATURE_FLAGS", {
|
|
@@ -1496,9 +1496,9 @@ export {
|
|
|
1496
1496
|
me as PColumnCollection,
|
|
1497
1497
|
kt as PlErrorLike,
|
|
1498
1498
|
bt as PlIdLength,
|
|
1499
|
-
|
|
1499
|
+
K as RT_BINARY_PARTITIONED,
|
|
1500
1500
|
M as RT_BINARY_SUPER_PARTITIONED,
|
|
1501
|
-
|
|
1501
|
+
U as RT_JSON_PARTITIONED,
|
|
1502
1502
|
X as RT_JSON_SUPER_PARTITIONED,
|
|
1503
1503
|
ne as RT_RESOURCE_MAP,
|
|
1504
1504
|
ie as RT_RESOURCE_MAP_PARTITIONED,
|
|
@@ -1508,22 +1508,22 @@ export {
|
|
|
1508
1508
|
Ye as Trace,
|
|
1509
1509
|
Ge as TraceEntry,
|
|
1510
1510
|
S as TreeNodeAccessor,
|
|
1511
|
-
|
|
1511
|
+
Ke as canonicalizeAxisId,
|
|
1512
1512
|
rt as convertOrParsePColumnData,
|
|
1513
|
-
|
|
1513
|
+
je as dataInfoToEntries,
|
|
1514
1514
|
Ae as deriveLabels,
|
|
1515
1515
|
De as deriveNativeId,
|
|
1516
1516
|
te as downgradeCfgOrLambda,
|
|
1517
1517
|
ke as ensurePColumn,
|
|
1518
|
-
|
|
1518
|
+
$e as entriesToDataInfo,
|
|
1519
1519
|
Ee as extractAllColumns,
|
|
1520
1520
|
nt as filterDataInfoEntries,
|
|
1521
1521
|
_t as getAxesId,
|
|
1522
1522
|
de as getAxisId,
|
|
1523
1523
|
wt as getFileNameFromHandle,
|
|
1524
1524
|
Pt as getFilePathFromHandle,
|
|
1525
|
-
|
|
1526
|
-
|
|
1525
|
+
Z as getImmediate,
|
|
1526
|
+
Qe as getPartitionKeysList,
|
|
1527
1527
|
mt as getRawPlatformaInstance,
|
|
1528
1528
|
tt as getUniquePartitionKeys,
|
|
1529
1529
|
re as ifDef,
|