@milaboratories/milaboratories.pool-explorer.model 1.0.67 → 1.0.69

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/bundle.js CHANGED
@@ -3071,29 +3071,29 @@
3071
3071
  const params = { errorMap: ctx.common.contextualErrorMap };
3072
3072
  const fn2 = ctx.data;
3073
3073
  if (this._def.returns instanceof ZodPromise) {
3074
- const me = this;
3074
+ const me2 = this;
3075
3075
  return OK(async function(...args) {
3076
3076
  const error = new ZodError([]);
3077
- const parsedArgs = await me._def.args.parseAsync(args, params).catch((e) => {
3077
+ const parsedArgs = await me2._def.args.parseAsync(args, params).catch((e) => {
3078
3078
  error.addIssue(makeArgsIssue(args, e));
3079
3079
  throw error;
3080
3080
  });
3081
3081
  const result = await Reflect.apply(fn2, this, parsedArgs);
3082
- const parsedReturns = await me._def.returns._def.type.parseAsync(result, params).catch((e) => {
3082
+ const parsedReturns = await me2._def.returns._def.type.parseAsync(result, params).catch((e) => {
3083
3083
  error.addIssue(makeReturnsIssue(result, e));
3084
3084
  throw error;
3085
3085
  });
3086
3086
  return parsedReturns;
3087
3087
  });
3088
3088
  } else {
3089
- const me = this;
3089
+ const me2 = this;
3090
3090
  return OK(function(...args) {
3091
- const parsedArgs = me._def.args.safeParse(args, params);
3091
+ const parsedArgs = me2._def.args.safeParse(args, params);
3092
3092
  if (!parsedArgs.success) {
3093
3093
  throw new ZodError([makeArgsIssue(args, parsedArgs.error)]);
3094
3094
  }
3095
3095
  const result = Reflect.apply(fn2, this, parsedArgs.data);
3096
- const parsedReturns = me._def.returns.safeParse(result, params);
3096
+ const parsedReturns = me2._def.returns.safeParse(result, params);
3097
3097
  if (!parsedReturns.success) {
3098
3098
  throw new ZodError([makeReturnsIssue(result, parsedReturns.error)]);
3099
3099
  }
@@ -3955,10 +3955,10 @@
3955
3955
  return canonicalize;
3956
3956
  }
3957
3957
  var canonicalizeExports = requireCanonicalize();
3958
- const Ne = /* @__PURE__ */ getDefaultExportFromCjs(canonicalizeExports);
3959
- var R$1 = Object.defineProperty;
3960
- var L = (e, n2, t) => n2 in e ? R$1(e, n2, { enumerable: true, configurable: true, writable: true, value: t }) : e[n2] = t;
3961
- var d = (e, n2, t) => L(e, typeof n2 != "symbol" ? n2 + "" : n2, t);
3958
+ const qe = /* @__PURE__ */ getDefaultExportFromCjs(canonicalizeExports);
3959
+ var R = Object.defineProperty;
3960
+ var L$1 = (e, n2, t) => n2 in e ? R(e, n2, { enumerable: true, configurable: true, writable: true, value: t }) : e[n2] = t;
3961
+ var d = (e, n2, t) => L$1(e, typeof n2 != "symbol" ? n2 + "" : n2, t);
3962
3962
  z$1.object({
3963
3963
  /** Included left border. */
3964
3964
  from: z$1.number(),
@@ -3968,7 +3968,7 @@
3968
3968
  function A(e) {
3969
3969
  throw new Error("Unexpected object: " + e);
3970
3970
  }
3971
- function Ce(e) {
3971
+ function Ce$1(e) {
3972
3972
  if (!e || typeof e != "object")
3973
3973
  return false;
3974
3974
  const n2 = e;
@@ -3985,7 +3985,7 @@
3985
3985
  return false;
3986
3986
  }
3987
3987
  }
3988
- function Fe$1(e, n2) {
3988
+ function Fe(e, n2) {
3989
3989
  if (e !== void 0)
3990
3990
  switch (e.type) {
3991
3991
  case "Json":
@@ -4030,10 +4030,10 @@
4030
4030
  return false;
4031
4031
  }
4032
4032
  }
4033
- function Ve(e) {
4033
+ function Ve$1(e) {
4034
4034
  return _(e) ? e.type === "JsonPartitioned" || e.type === "BinaryPartitioned" : false;
4035
4035
  }
4036
- function je$1(e) {
4036
+ function je(e) {
4037
4037
  switch (e.type) {
4038
4038
  case "Json": {
4039
4039
  const n2 = Object.entries(e.data).map(([t, r]) => ({ key: JSON.parse(t), value: r }));
@@ -4061,7 +4061,7 @@
4061
4061
  }
4062
4062
  }
4063
4063
  }
4064
- function Ie$1(e) {
4064
+ function Ie(e) {
4065
4065
  switch (e.type) {
4066
4066
  case "Json": {
4067
4067
  const n2 = {};
@@ -4103,19 +4103,19 @@
4103
4103
  return e.map(y);
4104
4104
  }
4105
4105
  function Te$1(e) {
4106
- return Ne(y(e));
4106
+ return qe(y(e));
4107
4107
  }
4108
- function ee(e, n2) {
4108
+ function ee$1(e, n2) {
4109
4109
  if (e === void 0) return n2 === void 0;
4110
4110
  if (n2 === void 0) return true;
4111
4111
  for (const t in n2)
4112
4112
  if (e[t] !== n2[t]) return false;
4113
4113
  return true;
4114
4114
  }
4115
- function ne(e, n2) {
4116
- return e.name === n2.name && ee(e.domain, n2.domain);
4115
+ function ne$1(e, n2) {
4116
+ return e.name === n2.name && ee$1(e.domain, n2.domain);
4117
4117
  }
4118
- function ze(e, n2) {
4118
+ function ze$1(e, n2) {
4119
4119
  return { ...e, src: g(e.src, n2) };
4120
4120
  }
4121
4121
  function g(e, n2) {
@@ -4150,13 +4150,13 @@
4150
4150
  A(e);
4151
4151
  }
4152
4152
  }
4153
- function te$1(e) {
4154
- return Ne(e);
4153
+ function te(e) {
4154
+ return qe(e);
4155
4155
  }
4156
4156
  function E(e) {
4157
- return Ne(y(e));
4157
+ return qe(y(e));
4158
4158
  }
4159
- function x$1(e, n2) {
4159
+ function x(e, n2) {
4160
4160
  return JSON.stringify([e, n2]);
4161
4161
  }
4162
4162
  class Ge {
@@ -4181,7 +4181,7 @@
4181
4181
  const i = Object.entries(o.domain);
4182
4182
  i.sort((a, s2) => a[0].localeCompare(s2[0])), this.domainPackToAnchor.set(JSON.stringify(i), r), this.domainPacks.push(i.map(([a]) => a));
4183
4183
  for (const [a, s2] of i) {
4184
- const u2 = x$1(a, s2);
4184
+ const u2 = x(a, s2);
4185
4185
  this.domains.set(u2, r);
4186
4186
  }
4187
4187
  }
@@ -4216,7 +4216,7 @@
4216
4216
  for (const [a, s2] of Object.entries(n2.domain ?? {})) {
4217
4217
  if (o !== void 0 && o.has(a))
4218
4218
  continue;
4219
- const u2 = x$1(a, s2), c2 = this.domains.get(u2);
4219
+ const u2 = x(a, s2), c2 = this.domains.get(u2);
4220
4220
  r.domain ?? (r.domain = {}), r.domain[a] = c2 ? { anchor: c2 } : s2;
4221
4221
  }
4222
4222
  if (r.axes = n2.axesSpec.map((a) => {
@@ -4250,10 +4250,10 @@
4250
4250
  * @returns A canonicalized string representation of the anchored column identifier
4251
4251
  */
4252
4252
  deriveS(n2, t) {
4253
- return te$1(this.derive(n2, t));
4253
+ return te(this.derive(n2, t));
4254
4254
  }
4255
4255
  }
4256
- function Xe$1(e, n2, t) {
4256
+ function Xe(e, n2, t) {
4257
4257
  const r = { ...n2 }, o = (t == null ? void 0 : t.ignoreMissingDomains) ?? false;
4258
4258
  if (r.domainAnchor !== void 0) {
4259
4259
  const i = e[r.domainAnchor];
@@ -4283,7 +4283,7 @@
4283
4283
  return r.axes && (r.axes = r.axes.map((i) => re(e, i))), r;
4284
4284
  }
4285
4285
  function re(e, n2) {
4286
- if (!oe$1(n2))
4286
+ if (!oe(n2))
4287
4287
  return n2;
4288
4288
  const t = n2.anchor, r = e[t];
4289
4289
  if (!r)
@@ -4300,7 +4300,7 @@
4300
4300
  throw new Error(`Axis with name "${n2.name}" not found in anchor "${t}"`);
4301
4301
  return o[0];
4302
4302
  } else if ("id" in n2) {
4303
- const o = r.axesSpec.filter((i) => ne(n2.id, y(i)));
4303
+ const o = r.axesSpec.filter((i) => ne$1(n2.id, y(i)));
4304
4304
  if (o.length > 1)
4305
4305
  throw new Error(`Multiple matching axes found for matcher in anchor "${t}"`);
4306
4306
  if (o.length === 0)
@@ -4309,17 +4309,17 @@
4309
4309
  }
4310
4310
  throw new Error("Unsupported axis reference type");
4311
4311
  }
4312
- function oe$1(e) {
4312
+ function oe(e) {
4313
4313
  return typeof e == "object" && "anchor" in e;
4314
4314
  }
4315
4315
  function l$1(e) {
4316
4316
  return e.kind === "PColumn";
4317
4317
  }
4318
- function ie$1(e) {
4318
+ function ie(e) {
4319
4319
  return l$1(e.spec);
4320
4320
  }
4321
4321
  function en(e) {
4322
- if (!ie$1(e)) throw new Error(`not a PColumn (kind = ${e.spec.kind})`);
4322
+ if (!ie(e)) throw new Error(`not a PColumn (kind = ${e.spec.kind})`);
4323
4323
  return e;
4324
4324
  }
4325
4325
  function nn(e, n2) {
@@ -4425,7 +4425,7 @@
4425
4425
  kind: e.kind,
4426
4426
  name: e.name
4427
4427
  };
4428
- return e.domain !== void 0 && (n2.domain = e.domain), l$1(e) && (n2.axesSpec = C(e.axesSpec)), Ne(n2);
4428
+ return e.domain !== void 0 && (n2.domain = e.domain), l$1(e) && (n2.axesSpec = C(e.axesSpec)), qe(n2);
4429
4429
  }
4430
4430
  z$1.object({
4431
4431
  __isRef: z$1.literal(true).describe("Crucial marker for the block dependency tree reconstruction"),
@@ -4452,8 +4452,8 @@
4452
4452
  function ln(e, n2) {
4453
4453
  return e.ok ? { ok: true, value: n2(e.value) } : e;
4454
4454
  }
4455
- const de$1 = 24;
4456
- z$1.string().length(de$1).regex(/[ABCDEFGHIJKLMNOPQRSTUVWXYZ234567]/).brand("PlId");
4455
+ const de = 24;
4456
+ z$1.string().length(de).regex(/[ABCDEFGHIJKLMNOPQRSTUVWXYZ234567]/).brand("PlId");
4457
4457
  var stringify = { exports: {} };
4458
4458
  var hasRequiredStringify;
4459
4459
  function requireStringify() {
@@ -4513,22 +4513,22 @@
4513
4513
  cause: z$1.lazy(() => n).optional(),
4514
4514
  errors: z$1.lazy(() => n.array()).optional()
4515
4515
  });
4516
- var Xe = Object.defineProperty;
4517
- var Qe = (t, e, n2) => e in t ? Xe(t, e, { enumerable: true, configurable: true, writable: true, value: n2 }) : t[e] = n2;
4518
- var k = (t, e, n2) => Qe(t, typeof e != "symbol" ? e + "" : e, n2);
4519
- function ie(t) {
4516
+ var rt = Object.defineProperty;
4517
+ var it = (t, e, n2) => e in t ? rt(t, e, { enumerable: true, configurable: true, writable: true, value: n2 }) : t[e] = n2;
4518
+ var k = (t, e, n2) => it(t, typeof e != "symbol" ? e + "" : e, n2);
4519
+ function se(t) {
4520
4520
  return { type: "Immediate", value: t };
4521
4521
  }
4522
- function yt() {
4522
+ function Pt() {
4523
4523
  return typeof globalThis.getPlatforma < "u" || typeof globalThis.platforma < "u";
4524
4524
  }
4525
- function Me(t) {
4525
+ function Je(t) {
4526
4526
  if (t && typeof globalThis.getPlatforma == "function")
4527
4527
  return globalThis.getPlatforma(t);
4528
4528
  if (typeof globalThis.platforma < "u") return globalThis.platforma;
4529
4529
  throw new Error("Can't get platforma instance.");
4530
4530
  }
4531
- function bt() {
4531
+ function At() {
4532
4532
  if (typeof globalThis.cfgRenderCtx < "u") return globalThis.cfgRenderCtx;
4533
4533
  }
4534
4534
  function v() {
@@ -4536,31 +4536,31 @@
4536
4536
  throw new Error("Not in config rendering context");
4537
4537
  }
4538
4538
  function G(t, e) {
4539
- const n2 = bt();
4539
+ const n2 = At();
4540
4540
  if (n2 === void 0) return false;
4541
4541
  if (t in n2.callbackRegistry) throw new Error(`Callback with key ${t} already registered.`);
4542
4542
  return n2.callbackRegistry[t] = e, true;
4543
4543
  }
4544
- const pe = /* @__PURE__ */ new Map();
4545
- function vt(t, e) {
4544
+ const fe = /* @__PURE__ */ new Map();
4545
+ function wt(t, e) {
4546
4546
  t in v().callbackRegistry || (v().callbackRegistry[t] = (n2) => {
4547
- for (const r of pe.get(t))
4547
+ for (const r of fe.get(t))
4548
4548
  r(n2);
4549
- }, pe.set(t, [])), pe.get(t).push(e);
4549
+ }, fe.set(t, [])), fe.get(t).push(e);
4550
4550
  }
4551
- class F {
4551
+ class L {
4552
4552
  constructor(e, n2 = (r) => r) {
4553
4553
  k(this, "isResolved", false);
4554
4554
  k(this, "resolvedValue");
4555
- this.handle = e, this.postProcess = n2, vt(e, (r) => {
4555
+ this.handle = e, this.postProcess = n2, wt(e, (r) => {
4556
4556
  this.resolvedValue = n2(r), this.isResolved = true;
4557
4557
  });
4558
4558
  }
4559
4559
  map(e) {
4560
- return new F(this.handle, (n2) => e(this.postProcess(n2)));
4560
+ return new L(this.handle, (n2) => e(this.postProcess(n2)));
4561
4561
  }
4562
4562
  mapDefined(e) {
4563
- return new F(this.handle, (n2) => {
4563
+ return new L(this.handle, (n2) => {
4564
4564
  const r = this.postProcess(n2);
4565
4565
  return r ? e(r) : void 0;
4566
4566
  });
@@ -4572,7 +4572,7 @@
4572
4572
  function ge(t, e) {
4573
4573
  return t === void 0 ? void 0 : e(t);
4574
4574
  }
4575
- class R {
4575
+ class O {
4576
4576
  constructor(e, n2) {
4577
4577
  this.handle = e, this.resolvePath = n2;
4578
4578
  }
@@ -4613,7 +4613,7 @@
4613
4613
  ];
4614
4614
  return ge(
4615
4615
  v().resolveWithCommon(this.handle, e, ...n2),
4616
- (i) => new R(i, r)
4616
+ (i) => new O(i, r)
4617
4617
  );
4618
4618
  }
4619
4619
  get resourceType() {
@@ -4635,7 +4635,7 @@
4635
4635
  const e = [...this.resolvePath, "error"];
4636
4636
  return ge(
4637
4637
  v().getError(this.handle),
4638
- (n2) => new R(n2, e)
4638
+ (n2) => new O(n2, e)
4639
4639
  );
4640
4640
  }
4641
4641
  listInputFields() {
@@ -4674,9 +4674,9 @@
4674
4674
  */
4675
4675
  getPColumns(e = false, n2 = "") {
4676
4676
  const r = this.parsePObjectCollection(e, n2);
4677
- return r === void 0 ? void 0 : Object.entries(r).map(([, s2]) => {
4678
- if (!ie$1(s2)) throw new Error(`not a PColumn (kind = ${s2.spec.kind})`);
4679
- return s2;
4677
+ return r === void 0 ? void 0 : Object.entries(r).map(([, o]) => {
4678
+ if (!ie(o)) throw new Error(`not a PColumn (kind = ${o.spec.kind})`);
4679
+ return o;
4680
4680
  });
4681
4681
  }
4682
4682
  /**
@@ -4691,20 +4691,20 @@
4691
4691
  );
4692
4692
  if (r === void 0) return;
4693
4693
  const i = {};
4694
- for (const [s2, o] of Object.entries(r)) {
4695
- const a = [...this.resolvePath, s2];
4696
- i[s2] = nn(o, (l2) => new R(l2, a));
4694
+ for (const [o, s2] of Object.entries(r)) {
4695
+ const a = [...this.resolvePath, o];
4696
+ i[o] = nn(s2, (l2) => new O(l2, a));
4697
4697
  }
4698
4698
  return i;
4699
4699
  }
4700
4700
  getFileContentAsBase64(e) {
4701
- return new F(v().getBlobContentAsBase64(this.handle, e));
4701
+ return new L(v().getBlobContentAsBase64(this.handle, e));
4702
4702
  }
4703
4703
  getFileContentAsString(e) {
4704
- return new F(v().getBlobContentAsString(this.handle, e));
4704
+ return new L(v().getBlobContentAsString(this.handle, e));
4705
4705
  }
4706
4706
  getFileContentAsJson(e) {
4707
- return new F(
4707
+ return new L(
4708
4708
  v().getBlobContentAsString(this.handle, e)
4709
4709
  ).mapDefined((n2) => JSON.parse(n2));
4710
4710
  }
@@ -4724,7 +4724,7 @@
4724
4724
  * @returns downloaded file handle
4725
4725
  */
4726
4726
  getFileHandle() {
4727
- return new F(v().getDownloadedBlobContentHandle(this.handle));
4727
+ return new L(v().getDownloadedBlobContentHandle(this.handle));
4728
4728
  }
4729
4729
  /**
4730
4730
  * @deprecated use getFileHandle
@@ -4736,7 +4736,7 @@
4736
4736
  * @returns downloaded file handle
4737
4737
  */
4738
4738
  getRemoteFileHandle() {
4739
- return new F(v().getOnDemandBlobContentHandle(this.handle));
4739
+ return new L(v().getOnDemandBlobContentHandle(this.handle));
4740
4740
  }
4741
4741
  /**
4742
4742
  * @deprecated use getRemoteFileHandle
@@ -4748,22 +4748,22 @@
4748
4748
  * @returns the url to the extracted folder
4749
4749
  */
4750
4750
  extractArchiveAndGetURL(e) {
4751
- return new F(v().extractArchiveAndGetURL(this.handle, e));
4751
+ return new L(v().extractArchiveAndGetURL(this.handle, e));
4752
4752
  }
4753
4753
  getImportProgress() {
4754
- return new F(v().getImportProgress(this.handle));
4754
+ return new L(v().getImportProgress(this.handle));
4755
4755
  }
4756
4756
  getLastLogs(e) {
4757
- return new F(v().getLastLogs(this.handle, e));
4757
+ return new L(v().getLastLogs(this.handle, e));
4758
4758
  }
4759
4759
  getProgressLog(e) {
4760
- return new F(v().getProgressLog(this.handle, e));
4760
+ return new L(v().getProgressLog(this.handle, e));
4761
4761
  }
4762
4762
  getProgressLogWithInfo(e) {
4763
- return new F(v().getProgressLogWithInfo(this.handle, e));
4763
+ return new L(v().getProgressLogWithInfo(this.handle, e));
4764
4764
  }
4765
4765
  getLogHandle() {
4766
- return new F(v().getLogHandle(this.handle));
4766
+ return new L(v().getLogHandle(this.handle));
4767
4767
  }
4768
4768
  allFieldsResolved(e = "Input") {
4769
4769
  switch (e) {
@@ -4778,79 +4778,79 @@
4778
4778
  }
4779
4779
  }
4780
4780
  mapFields(e, n2) {
4781
- const { fieldType: r, requireLocked: i, skipUnresolved: s2 } = {
4781
+ const { fieldType: r, requireLocked: i, skipUnresolved: o } = {
4782
4782
  fieldType: "Input",
4783
4783
  requireLocked: true,
4784
4784
  skipUnresolved: false,
4785
4785
  ...n2
4786
- }, o = e;
4786
+ }, s2 = e;
4787
4787
  if (i && (r === "Input" && !this.getInputsLocked() || r === "Output" && !this.getOutputsLocked()))
4788
4788
  return;
4789
4789
  let l2 = (r === "Input" ? this.listInputFields() : r === "Output" ? this.listOutputFields() : this.listDynamicFields()).map(
4790
4790
  (u2) => [u2, this.resolve({ field: u2, assertFieldType: r })]
4791
4791
  );
4792
- return s2 && (l2 = l2.filter((u2) => u2[1] !== void 0)), l2.map(([u2, h]) => o(u2, h));
4792
+ return o && (l2 = l2.filter((u2) => u2[1] !== void 0)), l2.map(([u2, h]) => s2(u2, h));
4793
4793
  }
4794
4794
  }
4795
- const je = "staging", Je = "main";
4796
- const wt = "pl7.app/label", At = "pl7.app/trace", Pt = z$1.object({
4795
+ const $e = "staging", We = "main";
4796
+ const It = "pl7.app/label", _t = "pl7.app/trace", Lt = z$1.object({
4797
4797
  type: z$1.string(),
4798
4798
  importance: z$1.number().optional(),
4799
4799
  id: z$1.string().optional(),
4800
4800
  label: z$1.string()
4801
- }), xt = z$1.array(Pt), _t = 1e-3, It = "__LABEL__", Ie = "__LABEL__@1";
4802
- function Be(t, e, n2 = {}) {
4803
- const r = /* @__PURE__ */ new Map(), i = n2.forceTraceElements !== void 0 && n2.forceTraceElements.length > 0 ? new Set(n2.forceTraceElements) : void 0, s2 = /* @__PURE__ */ new Map(), o = t.map((d2) => {
4801
+ }), Et = z$1.array(Lt), kt = 1e-3, Vt = "__LABEL__", Le = "__LABEL__@1";
4802
+ function He(t, e, n2 = {}) {
4803
+ const r = /* @__PURE__ */ new Map(), i = n2.forceTraceElements !== void 0 && n2.forceTraceElements.length > 0 ? new Set(n2.forceTraceElements) : void 0, o = /* @__PURE__ */ new Map(), s2 = t.map((d2) => {
4804
4804
  var c2, b;
4805
- const y2 = e(d2);
4806
- let p2, m2, C2;
4807
- "spec" in y2 && typeof y2.spec == "object" ? (p2 = y2.spec, m2 = y2.prefixTrace, C2 = y2.suffixTrace) : p2 = y2;
4808
- const E2 = (c2 = p2.annotations) == null ? void 0 : c2[wt], _2 = (b = p2.annotations) == null ? void 0 : b[At], w = (_2 ? xt.safeParse(JSON.parse(_2)).data : void 0) ?? [], A2 = [
4809
- ...m2 ?? [],
4810
- ...w,
4805
+ const g2 = e(d2);
4806
+ let p2, y2, C2;
4807
+ "spec" in g2 && typeof g2.spec == "object" ? (p2 = g2.spec, y2 = g2.prefixTrace, C2 = g2.suffixTrace) : p2 = g2;
4808
+ const E2 = (c2 = p2.annotations) == null ? void 0 : c2[It], x2 = (b = p2.annotations) == null ? void 0 : b[_t], S2 = (x2 ? Et.safeParse(JSON.parse(x2)).data : void 0) ?? [], P = [
4809
+ ...y2 ?? [],
4810
+ ...S2,
4811
4811
  ...C2 ?? []
4812
4812
  ];
4813
4813
  if (E2 !== void 0) {
4814
- const T = { label: E2, type: It, importance: -2 };
4815
- n2.addLabelAsSuffix ? A2.push(T) : A2.splice(0, 0, T);
4816
- }
4817
- const S2 = [], I = /* @__PURE__ */ new Map();
4818
- for (let T = A2.length - 1; T >= 0; --T) {
4819
- const { type: U } = A2[T], V = A2[T].importance ?? 0, j = (I.get(U) ?? 0) + 1;
4820
- I.set(U, j);
4821
- const K = `${U}@${j}`;
4822
- s2.set(K, (s2.get(K) ?? 0) + 1), r.set(
4823
- K,
4814
+ const I = { label: E2, type: Vt, importance: -2 };
4815
+ n2.addLabelAsSuffix ? P.push(I) : P.splice(0, 0, I);
4816
+ }
4817
+ const T = [], F = /* @__PURE__ */ new Map();
4818
+ for (let I = P.length - 1; I >= 0; --I) {
4819
+ const { type: $ } = P[I], K = P[I].importance ?? 0, j = (F.get($) ?? 0) + 1;
4820
+ F.set($, j);
4821
+ const N = `${$}@${j}`;
4822
+ o.set(N, (o.get(N) ?? 0) + 1), r.set(
4823
+ N,
4824
4824
  Math.max(
4825
- r.get(K) ?? Number.NEGATIVE_INFINITY,
4826
- V - (A2.length - T) * _t
4825
+ r.get(N) ?? Number.NEGATIVE_INFINITY,
4826
+ K - (P.length - I) * kt
4827
4827
  )
4828
- ), S2.push({ ...A2[T], fullType: K, occurrenceIndex: j });
4828
+ ), T.push({ ...P[I], fullType: N, occurrenceIndex: j });
4829
4829
  }
4830
- return S2.reverse(), {
4830
+ return T.reverse(), {
4831
4831
  value: d2,
4832
4832
  spec: p2,
4833
4833
  label: E2,
4834
- fullTrace: S2
4834
+ fullTrace: T
4835
4835
  };
4836
4836
  }), a = [], l2 = [], u2 = [...r];
4837
- u2.sort(([, d2], [, y2]) => y2 - d2);
4837
+ u2.sort(([, d2], [, g2]) => g2 - d2);
4838
4838
  for (const [d2] of u2)
4839
- d2.endsWith("@1") || s2.get(d2) === t.length ? a.push(d2) : l2.push(d2);
4840
- const h = (d2, y2 = false) => {
4839
+ d2.endsWith("@1") || o.get(d2) === t.length ? a.push(d2) : l2.push(d2);
4840
+ const h = (d2, g2 = false) => {
4841
4841
  const p2 = [];
4842
- for (let m2 = 0; m2 < o.length; m2++) {
4843
- const C2 = o[m2], E2 = C2.fullTrace.filter((A2) => d2.has(A2.fullType) || i && i.has(A2.type));
4842
+ for (let y2 = 0; y2 < s2.length; y2++) {
4843
+ const C2 = s2[y2], E2 = C2.fullTrace.filter((P) => d2.has(P.fullType) || i && i.has(P.type));
4844
4844
  if (E2.length === 0)
4845
- if (y2)
4845
+ if (g2)
4846
4846
  p2.push({
4847
4847
  label: "Unlabeled",
4848
4848
  value: C2.value
4849
4849
  });
4850
4850
  else return;
4851
- const _2 = E2.map((A2) => A2.label), w = n2.separator ?? " / ";
4851
+ const x2 = E2.map((P) => P.label), S2 = n2.separator ?? " / ";
4852
4852
  p2.push({
4853
- label: _2.join(w),
4853
+ label: x2.join(S2),
4854
4854
  value: C2.value
4855
4855
  });
4856
4856
  }
@@ -4858,67 +4858,67 @@
4858
4858
  };
4859
4859
  if (a.length === 0) {
4860
4860
  if (l2.length !== 0) throw new Error("Non-empty secondary types list while main types list is empty.");
4861
- return h(new Set(Ie), true);
4861
+ return h(new Set(Le), true);
4862
4862
  }
4863
- let f = 0, g2 = -1;
4863
+ let f = 0, m2 = -1;
4864
4864
  for (; f < a.length; ) {
4865
4865
  const d2 = /* @__PURE__ */ new Set();
4866
- n2.includeNativeLabel && d2.add(Ie);
4866
+ n2.includeNativeLabel && d2.add(Le);
4867
4867
  for (let p2 = 0; p2 < f; ++p2) d2.add(a[p2]);
4868
- g2 >= 0 && d2.add(a[g2]);
4869
- const y2 = h(d2);
4870
- if (y2 !== void 0 && new Set(y2.map((p2) => p2.label)).size === t.length) return y2;
4871
- g2++, g2 >= a.length && (f++, g2 = f);
4868
+ m2 >= 0 && d2.add(a[m2]);
4869
+ const g2 = h(d2);
4870
+ if (g2 !== void 0 && new Set(g2.map((p2) => p2.label)).size === t.length) return g2;
4871
+ m2++, m2 >= a.length && (f++, m2 = f);
4872
4872
  }
4873
4873
  return h(/* @__PURE__ */ new Set([...a, ...l2]), true);
4874
4874
  }
4875
- const Z = "PColumnData/", oe = Z + "ResourceMap", ae = Z + "Partitioned/ResourceMap", H = Z + "JsonPartitioned", B = Z + "BinaryPartitioned", Ue = Z + "Partitioned/", le = Ue + "JsonPartitioned", q = Ue + "BinaryPartitioned";
4876
- const ye = (t) => {
4875
+ const ee = "PColumnData/", le = ee + "ResourceMap", ue = ee + "Partitioned/ResourceMap", H = ee + "JsonPartitioned", J = ee + "BinaryPartitioned", ze = ee + "Partitioned/", ce = ze + "JsonPartitioned", z = ze + "BinaryPartitioned";
4876
+ const ve = (t) => {
4877
4877
  if (t.endsWith(".index"))
4878
4878
  return { baseKey: t.substring(0, t.length - 6), type: "index" };
4879
4879
  if (t.endsWith(".values"))
4880
4880
  return { baseKey: t.substring(0, t.length - 7), type: "values" };
4881
4881
  throw new Error(`key must ends on .index/.values for binary p-column, got: ${t}`);
4882
4882
  };
4883
- function Tt(t) {
4883
+ function Ot(t) {
4884
4884
  if (!t) return;
4885
4885
  const e = t.resourceType.name, n2 = t.getDataAsJson(), r = [];
4886
4886
  let i = 0;
4887
4887
  switch (e) {
4888
- case oe:
4888
+ case le:
4889
4889
  i = n2.keyLength;
4890
4890
  break;
4891
- case ae:
4891
+ case ue:
4892
4892
  i = n2.partitionKeyLength + n2.keyLength;
4893
4893
  break;
4894
4894
  case H:
4895
- case B:
4895
+ case J:
4896
4896
  i = n2.partitionKeyLength;
4897
4897
  break;
4898
- case q:
4899
- case le:
4898
+ case z:
4899
+ case ce:
4900
4900
  i = n2.superPartitionKeyLength + n2.partitionKeyLength;
4901
4901
  break;
4902
4902
  }
4903
4903
  switch (e) {
4904
- case oe:
4904
+ case le:
4905
4905
  case H:
4906
- case B:
4907
- for (let s2 of t.listInputFields()) {
4908
- e === B && (s2 = ye(s2).baseKey);
4909
- const o = [...JSON.parse(s2)];
4910
- r.push(o);
4906
+ case J:
4907
+ for (let o of t.listInputFields()) {
4908
+ e === J && (o = ve(o).baseKey);
4909
+ const s2 = [...JSON.parse(o)];
4910
+ r.push(s2);
4911
4911
  }
4912
4912
  break;
4913
- case ae:
4914
- case q:
4915
- case le:
4916
- for (const s2 of t.listInputFields()) {
4917
- const o = [...JSON.parse(s2)], a = t.resolve({ field: s2, assertFieldType: "Input" });
4913
+ case ue:
4914
+ case z:
4915
+ case ce:
4916
+ for (const o of t.listInputFields()) {
4917
+ const s2 = [...JSON.parse(o)], a = t.resolve({ field: o, assertFieldType: "Input" });
4918
4918
  if (a !== void 0)
4919
4919
  for (let l2 of a.listInputFields()) {
4920
- e === q && (l2 = ye(l2).baseKey);
4921
- const u2 = [...o, ...JSON.parse(l2)];
4920
+ e === z && (l2 = ve(l2).baseKey);
4921
+ const u2 = [...s2, ...JSON.parse(l2)];
4922
4922
  r.push(u2);
4923
4923
  }
4924
4924
  }
@@ -4926,60 +4926,60 @@
4926
4926
  }
4927
4927
  return { data: r, keyLength: i };
4928
4928
  }
4929
- function Lt(t) {
4929
+ function Dt(t) {
4930
4930
  if (t.type !== "JsonPartitioned" && t.type !== "BinaryPartitioned")
4931
4931
  throw new Error(`Splitting requires Partitioned DataInfoEntries, got ${t.type}`);
4932
4932
  const { parts: e, partitionKeyLength: n2 } = t, r = [];
4933
4933
  for (let i = 0; i < n2; ++i)
4934
4934
  r.push(/* @__PURE__ */ new Set());
4935
4935
  for (const i of e) {
4936
- const s2 = i.key;
4937
- if (s2.length !== n2)
4936
+ const o = i.key;
4937
+ if (o.length !== n2)
4938
4938
  throw new Error(
4939
- `Key length (${s2.length}) does not match partition length (${n2}) for key: ${JSON.stringify(
4940
- s2
4939
+ `Key length (${o.length}) does not match partition length (${n2}) for key: ${JSON.stringify(
4940
+ o
4941
4941
  )}`
4942
4942
  );
4943
- for (let o = 0; o < n2; ++o)
4944
- r[o].add(s2[o]);
4943
+ for (let s2 = 0; s2 < n2; ++s2)
4944
+ r[s2].add(o[s2]);
4945
4945
  }
4946
4946
  return r.map((i) => Array.from(i.values()));
4947
4947
  }
4948
- function Ft(t) {
4948
+ function Rt(t) {
4949
4949
  if (t === void 0) return;
4950
4950
  if (_(t))
4951
- return Lt(t);
4952
- const e = Tt(t);
4951
+ return Dt(t);
4952
+ const e = Ot(t);
4953
4953
  if (!e) return;
4954
4954
  const { data: n2, keyLength: r } = e, i = [];
4955
- for (let s2 = 0; s2 < r; ++s2)
4955
+ for (let o = 0; o < r; ++o)
4956
4956
  i.push(/* @__PURE__ */ new Set());
4957
- for (const s2 of n2) {
4958
- if (s2.length !== r)
4957
+ for (const o of n2) {
4958
+ if (o.length !== r)
4959
4959
  throw new Error("key length does not match partition length");
4960
- for (let o = 0; o < r; ++o)
4961
- i[o].add(s2[o]);
4960
+ for (let s2 = 0; s2 < r; ++s2)
4961
+ i[s2].add(o[s2]);
4962
4962
  }
4963
- return i.map((s2) => Array.from(s2.values()));
4963
+ return i.map((o) => Array.from(o.values()));
4964
4964
  }
4965
- function be(t, e = []) {
4965
+ function Ce(t, e = []) {
4966
4966
  if (t === void 0 || !t.getIsReadyOrError()) return;
4967
4967
  const n2 = t.resourceType.name, r = t.getDataAsJson();
4968
- if (e.length > 0 && (n2 === le || n2 === q))
4968
+ if (e.length > 0 && (n2 === ce || n2 === z))
4969
4969
  throw new Error(`Unexpected nested super-partitioned resource: ${n2}`);
4970
4970
  switch (n2) {
4971
- case oe:
4972
- case ae:
4971
+ case le:
4972
+ case ue:
4973
4973
  throw new Error(`Only data columns are supported, got: ${n2}`);
4974
4974
  case H: {
4975
4975
  if (typeof (r == null ? void 0 : r.partitionKeyLength) != "number")
4976
4976
  throw new Error(`Missing partitionKeyLength in metadata for ${n2}`);
4977
4977
  const i = [];
4978
- for (const s2 of t.listInputFields()) {
4979
- const o = t.resolve({ field: s2, assertFieldType: "Input" });
4980
- if (o === void 0) return;
4981
- const a = [...e, ...JSON.parse(s2)];
4982
- i.push({ key: a, value: o });
4978
+ for (const o of t.listInputFields()) {
4979
+ const s2 = t.resolve({ field: o, assertFieldType: "Input" });
4980
+ if (s2 === void 0) return;
4981
+ const a = [...e, ...JSON.parse(o)];
4982
+ i.push({ key: a, value: s2 });
4983
4983
  }
4984
4984
  return {
4985
4985
  type: "JsonPartitioned",
@@ -4987,19 +4987,19 @@
4987
4987
  parts: i
4988
4988
  };
4989
4989
  }
4990
- case B: {
4990
+ case J: {
4991
4991
  if (typeof (r == null ? void 0 : r.partitionKeyLength) != "number")
4992
4992
  throw new Error(`Missing partitionKeyLength in metadata for ${n2}`);
4993
- const i = [], s2 = /* @__PURE__ */ new Map();
4994
- for (const o of t.listInputFields()) {
4995
- const a = ye(o), l2 = t.resolve({ field: o, assertFieldType: "Input" });
4993
+ const i = [], o = /* @__PURE__ */ new Map();
4994
+ for (const s2 of t.listInputFields()) {
4995
+ const a = ve(s2), l2 = t.resolve({ field: s2, assertFieldType: "Input" });
4996
4996
  if (l2 === void 0) return;
4997
- let u2 = s2.get(a.baseKey);
4998
- u2 || (u2 = {}, s2.set(a.baseKey, u2)), a.type === "index" ? u2.index = l2 : u2.values = l2;
4997
+ let u2 = o.get(a.baseKey);
4998
+ u2 || (u2 = {}, o.set(a.baseKey, u2)), a.type === "index" ? u2.index = l2 : u2.values = l2;
4999
4999
  }
5000
- for (const [o, a] of s2.entries()) {
5000
+ for (const [s2, a] of o.entries()) {
5001
5001
  if (!a.index || !a.values) return;
5002
- const l2 = [...e, ...JSON.parse(o)];
5002
+ const l2 = [...e, ...JSON.parse(s2)];
5003
5003
  i.push({
5004
5004
  key: l2,
5005
5005
  value: {
@@ -5014,127 +5014,127 @@
5014
5014
  parts: i
5015
5015
  };
5016
5016
  }
5017
- case le: {
5017
+ case ce: {
5018
5018
  if (typeof (r == null ? void 0 : r.superPartitionKeyLength) != "number" || typeof (r == null ? void 0 : r.partitionKeyLength) != "number")
5019
5019
  throw new Error(`Missing superPartitionKeyLength or partitionKeyLength in metadata for ${n2}`);
5020
- const i = r.superPartitionKeyLength + r.partitionKeyLength, s2 = [];
5021
- for (const o of t.listInputFields()) {
5022
- const a = t.resolve({ field: o, assertFieldType: "Input" });
5020
+ const i = r.superPartitionKeyLength + r.partitionKeyLength, o = [];
5021
+ for (const s2 of t.listInputFields()) {
5022
+ const a = t.resolve({ field: s2, assertFieldType: "Input" });
5023
5023
  if (a === void 0) return;
5024
5024
  if (a.resourceType.name !== H)
5025
5025
  throw new Error(`Expected ${H} inside ${n2}, but got ${a.resourceType.name}`);
5026
- const l2 = be(a, JSON.parse(o));
5026
+ const l2 = Ce(a, JSON.parse(s2));
5027
5027
  if (l2 === void 0) return;
5028
5028
  if (l2.type !== "JsonPartitioned")
5029
5029
  throw new Error(`Unexpected inner result type for ${n2}: ${l2.type}`);
5030
- s2.push(...l2.parts);
5030
+ o.push(...l2.parts);
5031
5031
  }
5032
5032
  return {
5033
5033
  type: "JsonPartitioned",
5034
5034
  partitionKeyLength: i,
5035
- parts: s2
5035
+ parts: o
5036
5036
  };
5037
5037
  }
5038
- case q: {
5038
+ case z: {
5039
5039
  if (typeof (r == null ? void 0 : r.superPartitionKeyLength) != "number" || typeof (r == null ? void 0 : r.partitionKeyLength) != "number")
5040
5040
  throw new Error(`Missing superPartitionKeyLength or partitionKeyLength in metadata for ${n2}`);
5041
- const i = r.superPartitionKeyLength + r.partitionKeyLength, s2 = [];
5042
- for (const o of t.listInputFields()) {
5043
- const a = t.resolve({ field: o, assertFieldType: "Input" });
5041
+ const i = r.superPartitionKeyLength + r.partitionKeyLength, o = [];
5042
+ for (const s2 of t.listInputFields()) {
5043
+ const a = t.resolve({ field: s2, assertFieldType: "Input" });
5044
5044
  if (a === void 0) return;
5045
- if (a.resourceType.name !== B)
5046
- throw new Error(`Expected ${B} inside ${n2}, but got ${a.resourceType.name}`);
5047
- const l2 = be(a, JSON.parse(o));
5045
+ if (a.resourceType.name !== J)
5046
+ throw new Error(`Expected ${J} inside ${n2}, but got ${a.resourceType.name}`);
5047
+ const l2 = Ce(a, JSON.parse(s2));
5048
5048
  if (l2 === void 0) return;
5049
5049
  if (l2.type !== "BinaryPartitioned")
5050
5050
  throw new Error(`Unexpected inner result type for ${n2}: ${l2.type}`);
5051
- s2.push(...l2.parts);
5051
+ o.push(...l2.parts);
5052
5052
  }
5053
5053
  return {
5054
5054
  type: "BinaryPartitioned",
5055
5055
  partitionKeyLength: i,
5056
- parts: s2
5056
+ parts: o
5057
5057
  };
5058
5058
  }
5059
5059
  default:
5060
5060
  throw new Error(`Unknown resource type: ${n2}`);
5061
5061
  }
5062
5062
  }
5063
- function Et(t) {
5063
+ function Nt(t) {
5064
5064
  if (t !== void 0) {
5065
5065
  if (_(t)) return t;
5066
- if (Ce(t)) return je$1(t);
5067
- if (t instanceof R) return be(t);
5066
+ if (Ce$1(t)) return je(t);
5067
+ if (t instanceof O) return Ce(t);
5068
5068
  throw new Error(`Unexpected input type: ${typeof t}`);
5069
5069
  }
5070
5070
  }
5071
- function kt(t, e) {
5072
- const n2 = [...e].sort((s2, o) => o[0] - s2[0]);
5071
+ function Ut(t, e) {
5072
+ const n2 = [...e].sort((o, s2) => s2[0] - o[0]);
5073
5073
  if (t.type === "JsonPartitioned" || t.type === "BinaryPartitioned") {
5074
- const { partitionKeyLength: s2 } = t;
5075
- for (const [o] of e)
5076
- if (o >= s2)
5077
- throw new Error(`Can't filter on non-partitioned axis ${o}. Must be >= ${s2}`);
5074
+ const { partitionKeyLength: o } = t;
5075
+ for (const [s2] of e)
5076
+ if (s2 >= o)
5077
+ throw new Error(`Can't filter on non-partitioned axis ${s2}. Must be >= ${o}`);
5078
5078
  } else if (t.type === "Json") {
5079
- const { keyLength: s2 } = t;
5080
- for (const [o] of e)
5081
- if (o >= s2)
5082
- throw new Error(`Can't filter on non-data axis ${o}. Must be >= ${s2}`);
5083
- }
5084
- const r = (s2) => {
5085
- for (const [o, a] of n2)
5086
- if (s2[o] !== a)
5079
+ const { keyLength: o } = t;
5080
+ for (const [s2] of e)
5081
+ if (s2 >= o)
5082
+ throw new Error(`Can't filter on non-data axis ${s2}. Must be >= ${o}`);
5083
+ }
5084
+ const r = (o) => {
5085
+ for (const [s2, a] of n2)
5086
+ if (o[s2] !== a)
5087
5087
  return false;
5088
5088
  return true;
5089
- }, i = (s2) => {
5090
- const o = [...s2];
5089
+ }, i = (o) => {
5090
+ const s2 = [...o];
5091
5091
  for (const [a] of n2)
5092
- o.splice(a, 1);
5093
- return o;
5092
+ s2.splice(a, 1);
5093
+ return s2;
5094
5094
  };
5095
5095
  switch (t.type) {
5096
5096
  case "Json": {
5097
- const s2 = t.data.filter((o) => r(o.key)).map((o) => ({
5098
- key: i(o.key),
5099
- value: o.value
5097
+ const o = t.data.filter((s2) => r(s2.key)).map((s2) => ({
5098
+ key: i(s2.key),
5099
+ value: s2.value
5100
5100
  }));
5101
5101
  return {
5102
5102
  type: "Json",
5103
5103
  keyLength: t.keyLength - e.length,
5104
- data: s2
5104
+ data: o
5105
5105
  };
5106
5106
  }
5107
5107
  case "JsonPartitioned": {
5108
- const s2 = t.parts.filter((o) => r(o.key)).map((o) => ({
5109
- key: i(o.key),
5110
- value: o.value
5108
+ const o = t.parts.filter((s2) => r(s2.key)).map((s2) => ({
5109
+ key: i(s2.key),
5110
+ value: s2.value
5111
5111
  }));
5112
5112
  return {
5113
5113
  type: "JsonPartitioned",
5114
5114
  partitionKeyLength: t.partitionKeyLength - e.length,
5115
- parts: s2
5115
+ parts: o
5116
5116
  };
5117
5117
  }
5118
5118
  case "BinaryPartitioned": {
5119
- const s2 = t.parts.filter((o) => r(o.key)).map((o) => ({
5120
- key: i(o.key),
5121
- value: o.value
5119
+ const o = t.parts.filter((s2) => r(s2.key)).map((s2) => ({
5120
+ key: i(s2.key),
5121
+ value: s2.value
5122
5122
  }));
5123
5123
  return {
5124
5124
  type: "BinaryPartitioned",
5125
5125
  partitionKeyLength: t.partitionKeyLength - e.length,
5126
- parts: s2
5126
+ parts: o
5127
5127
  };
5128
5128
  }
5129
5129
  }
5130
5130
  }
5131
- function Dt(t) {
5131
+ function Kt(t) {
5132
5132
  if (!Array.isArray(t)) return false;
5133
5133
  if (t.length === 0) return true;
5134
5134
  const e = t[0];
5135
5135
  return typeof e == "object" && e !== null && "key" in e && "val" in e;
5136
5136
  }
5137
- class Rt {
5137
+ class Mt {
5138
5138
  constructor(e) {
5139
5139
  this.columns = e;
5140
5140
  }
@@ -5143,7 +5143,7 @@
5143
5143
  return this.columns.filter((r) => n2(r.spec));
5144
5144
  }
5145
5145
  }
5146
- function Ot(t) {
5146
+ function jt(t) {
5147
5147
  if (t)
5148
5148
  return t.map((e) => ({
5149
5149
  type: `split:${Te$1(e.axisId)}`,
@@ -5152,21 +5152,21 @@
5152
5152
  // High importance for split filters in labels
5153
5153
  }));
5154
5154
  }
5155
- function Kt(t) {
5155
+ function qt(t) {
5156
5156
  if (t)
5157
5157
  return t.map((e) => [e.axisIdx, e.value]);
5158
5158
  }
5159
- function Nt(t, e) {
5159
+ function Bt(t, e) {
5160
5160
  if (!e || e.length === 0) return t;
5161
5161
  const n2 = [...e].sort((r, i) => r[0] - i[0]);
5162
- return Ne({ id: t, axisFilters: n2 });
5162
+ return qe({ id: t, axisFilters: n2 });
5163
5163
  }
5164
- function Te(t) {
5164
+ function Ee(t) {
5165
5165
  if (!t || typeof t != "object") return false;
5166
5166
  const e = t, n2 = e.domain && typeof e.domain == "object" && Object.values(e.domain).some((i) => typeof i == "object" && i !== null && "anchor" in i), r = e.axes && Array.isArray(e.axes) && e.axes.some((i) => typeof i == "object" && i !== null && "anchor" in i);
5167
5167
  return !!e.domainAnchor || n2 || r;
5168
5168
  }
5169
- function Vt(t) {
5169
+ function Jt(t) {
5170
5170
  if (typeof t != "object" || !("axes" in t) || t.axes === void 0)
5171
5171
  return [];
5172
5172
  const e = t.axes.map((n2, r) => typeof n2 == "object" && "split" in n2 && n2.split === true ? r : -1).filter((n2) => n2 !== -1);
@@ -5174,10 +5174,10 @@
5174
5174
  throw new Error("Axis splitting is not supported when `partialAxesMatch` is defined.");
5175
5175
  return e.sort((n2, r) => n2 - r), e;
5176
5176
  }
5177
- class X {
5177
+ class Q {
5178
5178
  constructor() {
5179
5179
  k(this, "defaultProviderStore", []);
5180
- k(this, "providers", [new Rt(this.defaultProviderStore)]);
5180
+ k(this, "providers", [new Mt(this.defaultProviderStore)]);
5181
5181
  k(this, "axisLabelProviders", []);
5182
5182
  }
5183
5183
  addColumnProvider(e) {
@@ -5200,94 +5200,94 @@
5200
5200
  }
5201
5201
  }
5202
5202
  getUniversalEntries(e, n2) {
5203
- const { anchorCtx: r, labelOps: i, dontWaitAllData: s2 = false, overrideLabelAnnotation: o = false, exclude: a } = n2 ?? {}, l2 = {
5204
- ...o && (i == null ? void 0 : i.includeNativeLabel) !== false ? { includeNativeLabel: true } : {},
5203
+ const { anchorCtx: r, labelOps: i, dontWaitAllData: o = false, overrideLabelAnnotation: s2 = false, exclude: a } = n2 ?? {}, l2 = {
5204
+ ...s2 && (i == null ? void 0 : i.includeNativeLabel) !== false ? { includeNativeLabel: true } : {},
5205
5205
  ...i ?? {}
5206
5206
  };
5207
5207
  let u2 = () => false;
5208
5208
  if (a) {
5209
- const p2 = (Array.isArray(a) ? a : [a]).map((m2) => {
5210
- if (Te(m2)) {
5209
+ const p2 = (Array.isArray(a) ? a : [a]).map((y2) => {
5210
+ if (Ee(y2)) {
5211
5211
  if (!r)
5212
5212
  throw new Error("Anchored selectors in exclude require an AnchoredIdDeriver to be provided in options.");
5213
- return rn(Xe$1(r.anchors, m2, n2));
5213
+ return rn(Xe(r.anchors, y2, n2));
5214
5214
  } else
5215
- return rn(m2);
5215
+ return rn(y2);
5216
5216
  });
5217
- u2 = (m2) => p2.some((C2) => C2(m2));
5217
+ u2 = (y2) => p2.some((C2) => C2(y2));
5218
5218
  }
5219
- const h = typeof e == "function" ? [e] : Array.isArray(e) ? e : [e], f = [], g2 = /* @__PURE__ */ new Set();
5219
+ const h = typeof e == "function" ? [e] : Array.isArray(e) ? e : [e], f = [], m2 = /* @__PURE__ */ new Set();
5220
5220
  for (const p2 of h) {
5221
- const m2 = Te(p2);
5221
+ const y$1 = Ee(p2);
5222
5222
  let C2;
5223
- if (m2) {
5223
+ if (y$1) {
5224
5224
  if (!r)
5225
5225
  throw new Error("Anchored selectors require an AnchoredIdDeriver to be provided in options.");
5226
- C2 = Xe$1(r.anchors, p2, n2);
5226
+ C2 = Xe(r.anchors, p2, n2);
5227
5227
  } else
5228
5228
  C2 = p2;
5229
- const E2 = /* @__PURE__ */ new Set(), _2 = [];
5230
- for (const S2 of this.providers) {
5231
- const I = S2.selectColumns(C2);
5232
- for (const c2 of I) {
5229
+ const E2 = /* @__PURE__ */ new Set(), x2 = [];
5230
+ for (const T of this.providers) {
5231
+ const F = T.selectColumns(C2);
5232
+ for (const c2 of F) {
5233
5233
  if (u2(c2.spec)) continue;
5234
5234
  if (E2.has(c2.id))
5235
- throw new Error(`Duplicate column id ${c2.id} in provider ${S2.constructor.name}`);
5235
+ throw new Error(`Duplicate column id ${c2.id} in provider ${T.constructor.name}`);
5236
5236
  const b = on(c2.spec);
5237
- g2.has(b) || (E2.add(c2.id), g2.add(b), _2.push(c2));
5237
+ m2.has(b) || (E2.add(c2.id), m2.add(b), x2.push(c2));
5238
5238
  }
5239
5239
  }
5240
- if (_2.length === 0) continue;
5241
- const w = Vt(p2), A2 = w.length > 0;
5242
- for (const S2 of _2) {
5243
- if (!l$1(S2.spec)) continue;
5244
- const I = S2.spec;
5245
- if (A2) {
5246
- if (Dt(S2.data))
5247
- throw new Error(`Splitting is not supported for PColumns with PColumnValues data format. Column id: ${S2.id}`);
5248
- const c2 = Et(S2.data);
5240
+ if (x2.length === 0) continue;
5241
+ const S2 = Jt(p2), P = S2.length > 0;
5242
+ for (const T of x2) {
5243
+ if (!l$1(T.spec)) continue;
5244
+ const F = T.spec;
5245
+ if (P) {
5246
+ if (Kt(T.data))
5247
+ throw new Error(`Splitting is not supported for PColumns with PColumnValues data format. Column id: ${T.id}`);
5248
+ const c2 = Nt(T.data);
5249
5249
  if (!c2) {
5250
- if (s2) continue;
5250
+ if (o) continue;
5251
5251
  return;
5252
5252
  }
5253
- if (!Ve(c2))
5254
- throw new Error(`Splitting requires Partitioned DataInfoEntries, but parsing resulted in ${c2.type} for column ${S2.id}`);
5255
- const b = Ft(c2), T = w[w.length - 1];
5256
- if (T >= c2.partitionKeyLength)
5257
- throw new Error(`Not enough partition keys (${c2.partitionKeyLength}) for requested split axes (max index ${T}) in column ${I.name}`);
5258
- const U = w.map((L2) => this.findLabels(y(I.axesSpec[L2]))), V = [], j = (L2, W) => {
5259
- if (W >= w.length) {
5260
- if (V.push([...L2]), V.length > 1e4)
5253
+ if (!Ve$1(c2))
5254
+ throw new Error(`Splitting requires Partitioned DataInfoEntries, but parsing resulted in ${c2.type} for column ${T.id}`);
5255
+ const b = Rt(c2), I = S2[S2.length - 1];
5256
+ if (I >= c2.partitionKeyLength)
5257
+ throw new Error(`Not enough partition keys (${c2.partitionKeyLength}) for requested split axes (max index ${I}) in column ${F.name}`);
5258
+ const $ = S2.map((_2) => this.findLabels(y(F.axesSpec[_2]))), K = [], j = (_2, W) => {
5259
+ if (W >= S2.length) {
5260
+ if (K.push([..._2]), K.length > 1e4)
5261
5261
  throw new Error("Too many key combinations, aborting.");
5262
5262
  return;
5263
5263
  }
5264
- const M = w[W];
5264
+ const M = S2[W];
5265
5265
  if (M >= b.length)
5266
- throw new Error(`Axis index ${M} out of bounds for unique keys array (length ${b.length}) during split key generation for column ${S2.id}`);
5267
- const J = b[M];
5268
- if (!J || J.length === 0) {
5269
- V.length = 0;
5266
+ throw new Error(`Axis index ${M} out of bounds for unique keys array (length ${b.length}) during split key generation for column ${T.id}`);
5267
+ const q = b[M];
5268
+ if (!q || q.length === 0) {
5269
+ K.length = 0;
5270
5270
  return;
5271
5271
  }
5272
- for (const ee2 of J)
5273
- L2.push(ee2), j(L2, W + 1), L2.pop();
5272
+ for (const te2 of q)
5273
+ _2.push(te2), j(_2, W + 1), _2.pop();
5274
5274
  };
5275
- if (j([], 0), V.length === 0)
5275
+ if (j([], 0), K.length === 0)
5276
5276
  continue;
5277
- const K = [...I.axesSpec], He = w.map((L2) => L2);
5278
- for (let L2 = w.length - 1; L2 >= 0; L2--)
5279
- K.splice(w[L2], 1);
5280
- const qe = { ...I, axesSpec: K };
5281
- for (const L2 of V) {
5282
- const W = L2.map((M, J) => {
5283
- const ee2 = He[J], ze2 = y(I.axesSpec[ee2]), ce = U[J], Ye = (ce == null ? void 0 : ce[M]) ?? String(M);
5284
- return { axisIdx: ee2, axisId: ze2, value: M, label: Ye };
5277
+ const N = [...F.axesSpec], Ze = S2.map((_2) => _2);
5278
+ for (let _2 = S2.length - 1; _2 >= 0; _2--)
5279
+ N.splice(S2[_2], 1);
5280
+ const et = { ...F, axesSpec: N };
5281
+ for (const _2 of K) {
5282
+ const W = _2.map((M, q) => {
5283
+ const te2 = Ze[q], tt = y(F.axesSpec[te2]), de2 = $[q], nt = (de2 == null ? void 0 : de2[M]) ?? String(M);
5284
+ return { axisIdx: te2, axisId: tt, value: M, label: nt };
5285
5285
  });
5286
5286
  f.push({
5287
5287
  type: "split",
5288
- originalColumn: S2,
5289
- spec: I,
5290
- adjustedSpec: qe,
5288
+ originalColumn: T,
5289
+ spec: F,
5290
+ adjustedSpec: et,
5291
5291
  dataEntries: c2,
5292
5292
  axisFilters: W
5293
5293
  });
@@ -5295,40 +5295,40 @@
5295
5295
  } else
5296
5296
  f.push({
5297
5297
  type: "direct",
5298
- originalColumn: S2,
5299
- spec: I,
5300
- adjustedSpec: I
5298
+ originalColumn: T,
5299
+ spec: F,
5300
+ adjustedSpec: F
5301
5301
  });
5302
5302
  }
5303
5303
  }
5304
5304
  if (f.length === 0) return [];
5305
- const d2 = Be(
5305
+ const d2 = He(
5306
5306
  f,
5307
5307
  (p2) => ({
5308
5308
  spec: p2.spec,
5309
- suffixTrace: p2.type === "split" ? Ot(p2.axisFilters) : void 0
5309
+ suffixTrace: p2.type === "split" ? jt(p2.axisFilters) : void 0
5310
5310
  }),
5311
5311
  l2
5312
- ), y$1 = [];
5313
- for (const { value: p2, label: m2 } of d2) {
5314
- const { originalColumn: C2, spec: E2 } = p2, _2 = p2.type === "split" ? p2.axisFilters : void 0, w = Kt(_2);
5315
- let A2;
5316
- r ? A2 = r.deriveS(E2, w) : A2 = Nt(C2.id, w);
5317
- let S2 = { ...p2.adjustedSpec };
5318
- o && (S2 = {
5319
- ...S2,
5312
+ ), g2 = [];
5313
+ for (const { value: p2, label: y2 } of d2) {
5314
+ const { originalColumn: C2, spec: E2 } = p2, x2 = p2.type === "split" ? p2.axisFilters : void 0, S2 = qt(x2);
5315
+ let P;
5316
+ r ? P = r.deriveS(E2, S2) : P = Bt(C2.id, S2);
5317
+ let T = { ...p2.adjustedSpec };
5318
+ s2 && (T = {
5319
+ ...T,
5320
5320
  annotations: {
5321
- ...S2.annotations ?? {},
5322
- "pl7.app/label": m2
5321
+ ...T.annotations ?? {},
5322
+ "pl7.app/label": y2
5323
5323
  }
5324
- }), y$1.push({
5325
- id: A2,
5326
- spec: S2,
5327
- data: () => p2.type === "split" ? Ie$1(kt(p2.dataEntries, w)) : p2.originalColumn.data,
5328
- label: m2
5324
+ }), g2.push({
5325
+ id: P,
5326
+ spec: T,
5327
+ data: () => p2.type === "split" ? Ie(Ut(p2.dataEntries, S2)) : p2.originalColumn.data,
5328
+ label: y2
5329
5329
  });
5330
5330
  }
5331
- return y$1;
5331
+ return g2;
5332
5332
  }
5333
5333
  getColumns(e, n2) {
5334
5334
  const r = this.getUniversalEntries(e, {
@@ -5338,65 +5338,65 @@
5338
5338
  });
5339
5339
  if (!r) return;
5340
5340
  const i = [];
5341
- for (const s2 of r) {
5342
- const o = s2.data();
5343
- if (!o) {
5341
+ for (const o of r) {
5342
+ const s2 = o.data();
5343
+ if (!s2) {
5344
5344
  if (n2 != null && n2.dontWaitAllData) continue;
5345
5345
  return;
5346
5346
  }
5347
5347
  i.push({
5348
- id: s2.id,
5349
- spec: s2.spec,
5350
- data: o
5348
+ id: o.id,
5349
+ spec: o.spec,
5350
+ data: s2
5351
5351
  });
5352
5352
  }
5353
5353
  return i;
5354
5354
  }
5355
5355
  }
5356
- function ve(t) {
5356
+ function Te(t) {
5357
5357
  const e = (i) => i.operator !== "InSet" ? i : {
5358
5358
  operator: "Or",
5359
- operands: i.references.map((s2) => ({
5359
+ operands: i.references.map((o) => ({
5360
5360
  operator: "Equal",
5361
- reference: s2
5361
+ reference: o
5362
5362
  }))
5363
- }, n2 = (i, s2) => {
5363
+ }, n2 = (i, o) => {
5364
5364
  switch (i.operator) {
5365
5365
  case "And":
5366
5366
  return {
5367
5367
  ...i,
5368
- operands: i.operands.map((a) => n2(a, s2))
5368
+ operands: i.operands.map((a) => n2(a, o))
5369
5369
  };
5370
5370
  case "Or":
5371
5371
  return {
5372
5372
  ...i,
5373
- operands: i.operands.map((a) => n2(a, s2))
5373
+ operands: i.operands.map((a) => n2(a, o))
5374
5374
  };
5375
5375
  case "Not":
5376
5376
  return {
5377
5377
  ...i,
5378
- operand: n2(i.operand, s2)
5378
+ operand: n2(i.operand, o)
5379
5379
  };
5380
5380
  default:
5381
- return s2(i);
5381
+ return o(i);
5382
5382
  }
5383
- }, r = (i, s2) => ({
5383
+ }, r = (i, o) => ({
5384
5384
  ...i,
5385
- predicate: n2(i.predicate, s2)
5385
+ predicate: n2(i.predicate, o)
5386
5386
  });
5387
5387
  return t.map((i) => r(i, e));
5388
5388
  }
5389
- function de(t, e) {
5389
+ function he(t, e) {
5390
5390
  if (t === void 0) return e === void 0;
5391
5391
  if (e === void 0) return true;
5392
5392
  for (const n2 in e)
5393
5393
  if (t[n2] !== e[n2]) return false;
5394
5394
  return true;
5395
5395
  }
5396
- function Le(t) {
5397
- return nn(t, (e) => e instanceof R ? e.handle : Ce(e) ? Fe$1(e, (n2) => n2.handle) : e);
5396
+ function ke(t) {
5397
+ return nn(t, (e) => e instanceof O ? e.handle : Ce$1(e) ? Fe(e, (n2) => n2.handle) : e);
5398
5398
  }
5399
- class Mt {
5399
+ class $t {
5400
5400
  constructor() {
5401
5401
  k(this, "ctx", v());
5402
5402
  }
@@ -5408,13 +5408,13 @@
5408
5408
  }
5409
5409
  getOptions(e, n2) {
5410
5410
  const r = typeof e == "function" ? e : rn(e), i = this.getSpecs().entries.filter((a) => r(a.obj));
5411
- let s2 = {}, o = false;
5412
- return typeof n2 < "u" && (typeof n2 == "function" ? s2 = n2 : typeof n2 == "object" && ("includeNativeLabel" in n2 || "separator" in n2 || "addLabelAsSuffix" in n2 ? s2 = n2 : (n2 = n2, s2 = n2.label ?? {}, o = n2.refsWithEnrichments ?? false))), typeof s2 == "object" ? Be(i, (a) => a.obj, s2 ?? {}).map(({ value: { ref: a }, label: l2 }) => ({
5413
- ref: fn(a, o),
5411
+ let o = {}, s2 = false;
5412
+ return typeof n2 < "u" && (typeof n2 == "function" ? o = n2 : typeof n2 == "object" && ("includeNativeLabel" in n2 || "separator" in n2 || "addLabelAsSuffix" in n2 ? o = n2 : (n2 = n2, o = n2.label ?? {}, s2 = n2.refsWithEnrichments ?? false))), typeof o == "object" ? He(i, (a) => a.obj, o ?? {}).map(({ value: { ref: a }, label: l2 }) => ({
5413
+ ref: fn(a, s2),
5414
5414
  label: l2
5415
5415
  })) : i.map(({ ref: a, obj: l2 }) => ({
5416
- ref: fn(a, o),
5417
- label: s2(l2, a)
5416
+ ref: fn(a, s2),
5417
+ label: o(l2, a)
5418
5418
  }));
5419
5419
  }
5420
5420
  resolveAnchorCtx(e) {
@@ -5422,10 +5422,10 @@
5422
5422
  const n2 = {};
5423
5423
  for (const [r, i] of Object.entries(e))
5424
5424
  if (un(i)) {
5425
- const s2 = this.getPColumnSpecByRef(i);
5426
- if (!s2)
5425
+ const o = this.getPColumnSpecByRef(i);
5426
+ if (!o)
5427
5427
  return;
5428
- n2[r] = s2;
5428
+ n2[r] = o;
5429
5429
  } else
5430
5430
  n2[r] = i;
5431
5431
  return new Ge(n2);
@@ -5441,7 +5441,7 @@
5441
5441
  getAnchoredPColumns(e, n2, r) {
5442
5442
  const i = this.resolveAnchorCtx(e);
5443
5443
  if (i)
5444
- return new X().addColumnProvider(this).addAxisLabelProvider(this).getColumns(n2, {
5444
+ return new Q().addColumnProvider(this).addAxisLabelProvider(this).getColumns(n2, {
5445
5445
  ...r,
5446
5446
  anchorCtx: i
5447
5447
  });
@@ -5478,14 +5478,14 @@
5478
5478
  getCanonicalOptions(e, n2, r) {
5479
5479
  const i = this.resolveAnchorCtx(e);
5480
5480
  if (!i) return;
5481
- const s2 = new X().addColumnProvider(this).addAxisLabelProvider(this).getUniversalEntries(n2, {
5481
+ const o = new Q().addColumnProvider(this).addAxisLabelProvider(this).getUniversalEntries(n2, {
5482
5482
  ...r,
5483
5483
  anchorCtx: i
5484
5484
  });
5485
- if (s2)
5486
- return s2.map((o) => ({
5487
- value: o.id,
5488
- label: o.label
5485
+ if (o)
5486
+ return o.map((s2) => ({
5487
+ value: s2.id,
5488
+ label: s2.label
5489
5489
  }));
5490
5490
  }
5491
5491
  /**
@@ -5502,7 +5502,7 @@
5502
5502
  ref: n2.ref,
5503
5503
  obj: {
5504
5504
  ...n2.obj,
5505
- data: new R(n2.obj.data, [n2.ref.blockId, n2.ref.name])
5505
+ data: new O(n2.obj.data, [n2.ref.blockId, n2.ref.name])
5506
5506
  }
5507
5507
  }))
5508
5508
  };
@@ -5523,7 +5523,7 @@
5523
5523
  ...n2.obj,
5524
5524
  data: ln(
5525
5525
  n2.obj.data,
5526
- (r) => new R(r, [n2.ref.blockId, n2.ref.name])
5526
+ (r) => new O(r, [n2.ref.blockId, n2.ref.name])
5527
5527
  )
5528
5528
  }
5529
5529
  }))
@@ -5552,7 +5552,7 @@
5552
5552
  if (n2)
5553
5553
  return nn(
5554
5554
  n2,
5555
- (i) => new R(i, [e.blockId, e.name])
5555
+ (i) => new O(i, [e.blockId, e.name])
5556
5556
  );
5557
5557
  }
5558
5558
  /**
@@ -5595,10 +5595,10 @@
5595
5595
  if (!l$1(r.obj.spec))
5596
5596
  continue;
5597
5597
  const i = r.obj.spec;
5598
- if (e.name === i.name && e.valueType === i.valueType && e.axesSpec.length === i.axesSpec.length && de(e.domain, i.domain)) {
5599
- for (let s2 = 0; s2 < e.axesSpec.length; ++s2) {
5600
- const o = e.axesSpec[s2], a = i.axesSpec[s2];
5601
- if (o.name !== a.name || o.type !== a.type || !de(o.domain, a.domain))
5598
+ if (e.name === i.name && e.valueType === i.valueType && e.axesSpec.length === i.axesSpec.length && he(e.domain, i.domain)) {
5599
+ for (let o = 0; o < e.axesSpec.length; ++o) {
5600
+ const s2 = e.axesSpec[o], a = i.axesSpec[o];
5601
+ if (s2.name !== a.name || s2.type !== a.type || !he(s2.domain, a.domain))
5602
5602
  continue e;
5603
5603
  }
5604
5604
  n2.push(r.obj);
@@ -5613,15 +5613,15 @@
5613
5613
  findLabels(e) {
5614
5614
  const n2 = this.getData();
5615
5615
  for (const r of n2.entries) {
5616
- if (!ie$1(r.obj)) continue;
5616
+ if (!ie(r.obj)) continue;
5617
5617
  const i = r.obj.spec;
5618
- if (i.name === "pl7.app/label" && i.axesSpec.length === 1 && i.axesSpec[0].name === e.name && i.axesSpec[0].type === e.type && de(e.domain, i.axesSpec[0].domain)) {
5618
+ if (i.name === "pl7.app/label" && i.axesSpec.length === 1 && i.axesSpec[0].name === e.name && i.axesSpec[0].type === e.type && he(e.domain, i.axesSpec[0].domain)) {
5619
5619
  if (r.obj.data.resourceType.name !== "PColumnData/Json")
5620
5620
  throw Error(`Expected JSON column for labels, got: ${r.obj.data.resourceType.name}`);
5621
5621
  return Object.fromEntries(
5622
5622
  Object.entries(
5623
5623
  r.obj.data.getDataAsJson().data
5624
- ).map((o) => [JSON.parse(o[0])[0], o[1]])
5624
+ ).map((s2) => [JSON.parse(s2[0])[0], s2[1]])
5625
5625
  );
5626
5626
  }
5627
5627
  }
@@ -5635,13 +5635,13 @@
5635
5635
  */
5636
5636
  selectColumns(e) {
5637
5637
  const n2 = typeof e == "function" ? e : rn(e);
5638
- return this.getSpecs().entries.filter(({ obj: i }) => l$1(i) ? n2(i) : false).map(({ ref: i, obj: s2 }) => {
5639
- const o = s2;
5638
+ return this.getSpecs().entries.filter(({ obj: i }) => l$1(i) ? n2(i) : false).map(({ ref: i, obj: o }) => {
5639
+ const s2 = o;
5640
5640
  let a = null;
5641
5641
  const l2 = this;
5642
5642
  return {
5643
- id: Ne(i),
5644
- spec: o,
5643
+ id: qe(i),
5644
+ spec: s2,
5645
5645
  get data() {
5646
5646
  var u2;
5647
5647
  return a !== null || (a = (u2 = l2.getPColumnByRef(i)) == null ? void 0 : u2.data), a;
@@ -5654,24 +5654,24 @@
5654
5654
  * @returns a map of axis value => label
5655
5655
  */
5656
5656
  findLabelsForColumnAxis(e, n2) {
5657
- var s2;
5657
+ var o;
5658
5658
  const r = this.findLabels(e.axesSpec[n2]);
5659
5659
  if (!r) return;
5660
- const i = (s2 = e.annotations) == null ? void 0 : s2["pl7.app/axisKeys/" + n2];
5660
+ const i = (o = e.annotations) == null ? void 0 : o["pl7.app/axisKeys/" + n2];
5661
5661
  if (i !== void 0) {
5662
- const o = JSON.parse(i);
5663
- return Object.fromEntries(o.map((a) => [a, r[a] ?? "Unlabelled"]));
5662
+ const s2 = JSON.parse(i);
5663
+ return Object.fromEntries(s2.map((a) => [a, r[a] ?? "Unlabelled"]));
5664
5664
  } else
5665
5665
  return r;
5666
5666
  }
5667
5667
  }
5668
- class te {
5668
+ class ne {
5669
5669
  constructor() {
5670
5670
  k(this, "ctx");
5671
5671
  k(this, "_argsCache");
5672
5672
  k(this, "_uiStateCache");
5673
5673
  k(this, "_activeArgsCache");
5674
- k(this, "resultPool", new Mt());
5674
+ k(this, "resultPool", new $t());
5675
5675
  this.ctx = v();
5676
5676
  }
5677
5677
  get args() {
@@ -5708,14 +5708,14 @@
5708
5708
  getNamedAccessor(e) {
5709
5709
  return ge(
5710
5710
  this.ctx.getAccessorHandleByName(e),
5711
- (n2) => new R(n2, [e])
5711
+ (n2) => new O(n2, [e])
5712
5712
  );
5713
5713
  }
5714
5714
  get prerun() {
5715
- return this.getNamedAccessor(je);
5715
+ return this.getNamedAccessor($e);
5716
5716
  }
5717
5717
  get outputs() {
5718
- return this.getNamedAccessor(Je);
5718
+ return this.getNamedAccessor(We);
5719
5719
  }
5720
5720
  /**
5721
5721
  * Find labels data for a given axis id. It will search for a label column and return its data as a map.
@@ -5727,7 +5727,7 @@
5727
5727
  }
5728
5728
  verifyInlineAndExplicitColumnsSupport(e) {
5729
5729
  var i;
5730
- const n2 = e.some((s2) => !(s2.data instanceof R) || Ce(s2.data)), r = ((i = this.ctx.featureFlags) == null ? void 0 : i.inlineColumnsSupport) === true;
5730
+ const n2 = e.some((o) => !(o.data instanceof O) || Ce$1(o.data)), r = ((i = this.ctx.featureFlags) == null ? void 0 : i.inlineColumnsSupport) === true;
5731
5731
  if (n2 && !r) throw Error("Inline or explicit columns not supported");
5732
5732
  }
5733
5733
  patchPTableDef(e) {
@@ -5738,14 +5738,14 @@
5738
5738
  filters: [...e.partitionFilters, ...e.filters]
5739
5739
  }), (r = this.ctx.featureFlags) != null && r.pFrameInSetFilterSupport || (e = {
5740
5740
  ...e,
5741
- partitionFilters: ve(e.partitionFilters),
5742
- filters: ve(e.filters)
5741
+ partitionFilters: Te(e.partitionFilters),
5742
+ filters: Te(e.filters)
5743
5743
  }), e;
5744
5744
  }
5745
5745
  // TODO remove all non-PColumn fields
5746
5746
  createPFrame(e) {
5747
5747
  return this.verifyInlineAndExplicitColumnsSupport(e), this.ctx.createPFrame(
5748
- e.map((n2) => Le(n2))
5748
+ e.map((n2) => ke(n2))
5749
5749
  );
5750
5750
  }
5751
5751
  createPTable(e) {
@@ -5759,7 +5759,7 @@
5759
5759
  filters: [],
5760
5760
  sorting: e.sorting ?? []
5761
5761
  }) : n2 = this.patchPTableDef(e), this.verifyInlineAndExplicitColumnsSupport(tn(n2.src)), this.ctx.createPTable(
5762
- ze(n2, (r) => Le(r))
5762
+ ze$1(n2, (r) => ke(r))
5763
5763
  );
5764
5764
  }
5765
5765
  /** @deprecated scheduled for removal from SDK */
@@ -5779,35 +5779,35 @@
5779
5779
  this.ctx.logError(e);
5780
5780
  }
5781
5781
  }
5782
- const z = "1.40.0";
5783
- function jt(t) {
5782
+ const X = "1.40.5";
5783
+ function Wt(t) {
5784
5784
  return t.__renderLambda === true;
5785
5785
  }
5786
- function fe(t) {
5786
+ function me(t) {
5787
5787
  if (t !== void 0)
5788
- return jt(t) ? t.handle : t;
5788
+ return Wt(t) ? t.handle : t;
5789
5789
  }
5790
- const x = class x2 {
5791
- constructor(e, n2, r, i, s2, o, a, l2, u2) {
5792
- this._renderingMode = e, this._initialArgs = n2, this._initialUiState = r, this._outputs = i, this._inputsValid = s2, this._sections = o, this._title = a, this._enrichmentTargets = l2, this._featureFlags = u2;
5790
+ const w = class w2 {
5791
+ constructor(e, n2, r, i, o, s2, a, l2, u2) {
5792
+ this._renderingMode = e, this._initialArgs = n2, this._initialUiState = r, this._outputs = i, this._inputsValid = o, this._sections = s2, this._title = a, this._enrichmentTargets = l2, this._featureFlags = u2;
5793
5793
  }
5794
5794
  static create(e = "Heavy") {
5795
- return new x2(
5795
+ return new w2(
5796
5796
  e,
5797
5797
  void 0,
5798
5798
  {},
5799
5799
  {},
5800
- ie(true),
5801
- ie([]),
5800
+ se(true),
5801
+ se([]),
5802
5802
  void 0,
5803
5803
  void 0,
5804
- { ...x2.INITIAL_BLOCK_FEATURE_FLAGS }
5804
+ { ...w2.INITIAL_BLOCK_FEATURE_FLAGS }
5805
5805
  );
5806
5806
  }
5807
5807
  output(e, n2, r = {}) {
5808
5808
  if (typeof n2 == "function") {
5809
5809
  const i = `output#${e}`;
5810
- return G(i, () => n2(new te())), new x2(
5810
+ return G(i, () => n2(new ne())), new w2(
5811
5811
  this._renderingMode,
5812
5812
  this._initialArgs,
5813
5813
  this._initialUiState,
@@ -5826,7 +5826,7 @@
5826
5826
  this._featureFlags
5827
5827
  );
5828
5828
  } else
5829
- return new x2(
5829
+ return new w2(
5830
5830
  this._renderingMode,
5831
5831
  this._initialArgs,
5832
5832
  this._initialUiState,
@@ -5846,7 +5846,7 @@
5846
5846
  return this.output(e, n2, { retentive: true });
5847
5847
  }
5848
5848
  argsValid(e) {
5849
- return typeof e == "function" ? (G("inputsValid", () => e(new te())), new x2(
5849
+ return typeof e == "function" ? (G("inputsValid", () => e(new ne())), new w2(
5850
5850
  this._renderingMode,
5851
5851
  this._initialArgs,
5852
5852
  this._initialUiState,
@@ -5859,7 +5859,7 @@
5859
5859
  this._title,
5860
5860
  this._enrichmentTargets,
5861
5861
  this._featureFlags
5862
- )) : new x2(
5862
+ )) : new w2(
5863
5863
  this._renderingMode,
5864
5864
  this._initialArgs,
5865
5865
  this._initialUiState,
@@ -5872,7 +5872,7 @@
5872
5872
  );
5873
5873
  }
5874
5874
  sections(e) {
5875
- return Array.isArray(e) ? this.sections(ie(e)) : typeof e == "function" ? (G("sections", () => e(new te())), new x2(
5875
+ return Array.isArray(e) ? this.sections(se(e)) : typeof e == "function" ? (G("sections", () => e(new ne())), new w2(
5876
5876
  this._renderingMode,
5877
5877
  this._initialArgs,
5878
5878
  this._initialUiState,
@@ -5882,7 +5882,7 @@
5882
5882
  this._title,
5883
5883
  this._enrichmentTargets,
5884
5884
  this._featureFlags
5885
- )) : new x2(
5885
+ )) : new w2(
5886
5886
  this._renderingMode,
5887
5887
  this._initialArgs,
5888
5888
  this._initialUiState,
@@ -5896,7 +5896,7 @@
5896
5896
  }
5897
5897
  /** Sets a rendering function to derive block title, shown for the block in the left blocks-overview panel. */
5898
5898
  title(e) {
5899
- return G("title", () => e(new te())), new x2(
5899
+ return G("title", () => e(new ne())), new w2(
5900
5900
  this._renderingMode,
5901
5901
  this._initialArgs,
5902
5902
  this._initialUiState,
@@ -5913,7 +5913,7 @@
5913
5913
  * @deprecated use {@link withArgs}
5914
5914
  * */
5915
5915
  initialArgs(e) {
5916
- return new x2(
5916
+ return new w2(
5917
5917
  this._renderingMode,
5918
5918
  e,
5919
5919
  this._initialUiState,
@@ -5927,7 +5927,7 @@
5927
5927
  }
5928
5928
  /** Sets initial args for the block, this value must be specified. */
5929
5929
  withArgs(e) {
5930
- return new x2(
5930
+ return new w2(
5931
5931
  this._renderingMode,
5932
5932
  e,
5933
5933
  this._initialUiState,
@@ -5941,7 +5941,7 @@
5941
5941
  }
5942
5942
  /** Defines type and sets initial value for block UiState. */
5943
5943
  withUiState(e) {
5944
- return new x2(
5944
+ return new w2(
5945
5945
  this._renderingMode,
5946
5946
  this._initialArgs,
5947
5947
  e,
@@ -5958,7 +5958,7 @@
5958
5958
  * Influences dependency graph construction.
5959
5959
  */
5960
5960
  enriches(e) {
5961
- return G("enrichmentTargets", e), new x2(
5961
+ return G("enrichmentTargets", e), new w2(
5962
5962
  this._renderingMode,
5963
5963
  this._initialArgs,
5964
5964
  this._initialUiState,
@@ -5977,7 +5977,7 @@
5977
5977
  if (this._initialArgs === void 0) throw new Error("Initial arguments not set.");
5978
5978
  const e = {
5979
5979
  v3: {
5980
- sdkVersion: z,
5980
+ sdkVersion: X,
5981
5981
  renderingMode: this._renderingMode,
5982
5982
  initialArgs: this._initialArgs,
5983
5983
  initialUiState: this._initialUiState,
@@ -5989,25 +5989,25 @@
5989
5989
  featureFlags: this._featureFlags
5990
5990
  },
5991
5991
  // fields below are added to allow previous desktop versions read generated configs
5992
- sdkVersion: z,
5992
+ sdkVersion: X,
5993
5993
  renderingMode: this._renderingMode,
5994
5994
  initialArgs: this._initialArgs,
5995
- inputsValid: fe(this._inputsValid),
5996
- sections: fe(this._sections),
5995
+ inputsValid: me(this._inputsValid),
5996
+ sections: me(this._sections),
5997
5997
  outputs: Object.fromEntries(
5998
- Object.entries(this._outputs).map(([n2, r]) => [n2, fe(r)])
5998
+ Object.entries(this._outputs).map(([n2, r]) => [n2, me(r)])
5999
5999
  )
6000
6000
  };
6001
- return yt() ? Me({ sdkVersion: z }) : { config: e };
6001
+ return Pt() ? Je({ sdkVersion: X }) : { config: e };
6002
6002
  }
6003
6003
  };
6004
- k(x, "INITIAL_BLOCK_FEATURE_FLAGS", {
6004
+ k(w, "INITIAL_BLOCK_FEATURE_FLAGS", {
6005
6005
  supportsLazyState: true,
6006
6006
  requiresUIAPIVersion: 1,
6007
6007
  requiresModelAPIVersion: 1
6008
6008
  });
6009
- let Fe = x;
6010
- const platforma = Fe.create("Heavy").withArgs({ titleArg: "The title" }).output("allSpecs", (ctx) => ctx.resultPool.getSpecs()).sections((ctx) => {
6009
+ let Ve = w;
6010
+ const platforma = Ve.create("Heavy").withArgs({ titleArg: "The title" }).output("allSpecs", (ctx) => ctx.resultPool.getSpecs()).sections((ctx) => {
6011
6011
  return [{ type: "link", href: "/", label: "Main" }];
6012
6012
  }).title((ctx) => "Pool explorer").done();
6013
6013
  exports2.platforma = platforma;