@milaboratories/milaboratories.pool-explorer.model 1.0.25 → 1.0.26

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.
@@ -1,6 +1,6 @@
1
1
   WARN  Issue while reading "/opt/actions-runner/_work/platforma/platforma/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @milaboratories/milaboratories.pool-explorer.model@1.0.25 build /opt/actions-runner/_work/platforma/platforma/etc/blocks/pool-explorer/model
3
+ > @milaboratories/milaboratories.pool-explorer.model@1.0.26 build /opt/actions-runner/_work/platforma/platforma/etc/blocks/pool-explorer/model
4
4
  > tsup && vite build && block-tools build-model
5
5
 
6
6
  CLI Building entry: src/index.ts
@@ -11,14 +11,14 @@
11
11
  CLI Cleaning output folder
12
12
  CJS Build start
13
13
  ESM Build start
14
- ESM dist/index.js 410.00 B
15
- ESM dist/index.js.map 996.00 B
16
- ESM ⚡️ Build success in 42ms
17
14
  CJS dist/index.cjs 436.00 B
18
15
  CJS dist/index.cjs.map 1013.00 B
19
- CJS ⚡️ Build success in 42ms
16
+ CJS ⚡️ Build success in 73ms
17
+ ESM dist/index.js 410.00 B
18
+ ESM dist/index.js.map 996.00 B
19
+ ESM ⚡️ Build success in 72ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 599ms
21
+ DTS ⚡️ Build success in 1275ms
22
22
  DTS dist/index.d.cts 953.00 B
23
23
  DTS dist/index.d.ts 953.00 B
24
24
  vite v5.4.11 building for production...
@@ -26,6 +26,6 @@ transforming...
26
26
  ✓ 9 modules transformed.
27
27
  rendering chunks...
28
28
  computing gzip size...
29
- dist/bundle.js 175.27 kB │ gzip: 33.43 kB │ map: 376.69 kB
30
- dist/bundle.js 187.32 kB │ gzip: 34.01 kB │ map: 378.14 kB
31
- ✓ built in 422ms
29
+ dist/bundle.js 175.36 kB │ gzip: 33.45 kB │ map: 376.85 kB
30
+ dist/bundle.js 187.42 kB │ gzip: 34.03 kB │ map: 378.30 kB
31
+ ✓ built in 748ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @milaboratories/milaboratories.pool-explorer.model
2
2
 
3
+ ## 1.0.26
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [fed27f0]
8
+ - @platforma-sdk/model@1.29.0
9
+
3
10
  ## 1.0.25
4
11
 
5
12
  ### Patch Changes
package/dist/bundle.js CHANGED
@@ -5545,12 +5545,15 @@
5545
5545
  * @returns a map of axis value => label
5546
5546
  */
5547
5547
  findLabelsForColumnAxis(e, n2) {
5548
- const r = this.findLabels(e.spec.axesSpec[n2]);
5549
- if (r)
5550
- return Object.fromEntries(e.data.listInputFields().map((i) => {
5551
- const s2 = JSON.parse(i);
5552
- return [s2[n2], r[s2[n2]] ?? "Unlabelled"];
5553
- }));
5548
+ var s2;
5549
+ const r = this.findLabels(e.axesSpec[n2]);
5550
+ if (!r) return;
5551
+ const i = (s2 = e.annotations) == null ? void 0 : s2["pl7.app/axisKeys/" + n2];
5552
+ if (i !== void 0) {
5553
+ const o = JSON.parse(i);
5554
+ return Object.fromEntries(o.map((a) => [a, r[a] ?? "Unlabelled"]));
5555
+ } else
5556
+ return r;
5554
5557
  }
5555
5558
  }
5556
5559
  class X {
@@ -5628,7 +5631,7 @@
5628
5631
  return this.ctx.getCurrentUnstableMarker();
5629
5632
  }
5630
5633
  }
5631
- const M = "1.28.4";
5634
+ const M = "1.29.0";
5632
5635
  function wt(t) {
5633
5636
  return t.__renderLambda === true;
5634
5637
  }