@milaboratories/milaboratories.ui-examples.model 1.1.40 → 1.1.41

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.ui-examples.model@1.1.40 build /opt/actions-runner/_work/platforma/platforma/etc/blocks/ui-examples/model
3
+ > @milaboratories/milaboratories.ui-examples.model@1.1.41 build /opt/actions-runner/_work/platforma/platforma/etc/blocks/ui-examples/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 4.74 KB
15
- ESM dist/index.js.map 11.23 KB
16
- ESM ⚡️ Build success in 90ms
17
14
  CJS dist/index.cjs 4.88 KB
18
15
  CJS dist/index.cjs.map 11.28 KB
19
- CJS ⚡️ Build success in 91ms
16
+ CJS ⚡️ Build success in 140ms
17
+ ESM dist/index.js 4.74 KB
18
+ ESM dist/index.js.map 11.23 KB
19
+ ESM ⚡️ Build success in 140ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 830ms
21
+ DTS ⚡️ Build success in 1689ms
22
22
  DTS dist/index.d.cts 2.40 KB
23
23
  DTS dist/index.d.ts 2.40 KB
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 181.95 kB │ gzip: 35.18 kB │ map: 387.67 kB
30
- dist/bundle.js 194.50 kB │ gzip: 35.80 kB │ map: 389.19 kB
31
- ✓ built in 446ms
29
+ dist/bundle.js 182.04 kB │ gzip: 35.21 kB │ map: 387.82 kB
30
+ dist/bundle.js 194.59 kB │ gzip: 35.82 kB │ map: 389.34 kB
31
+ ✓ built in 780ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @milaboratories/milaboratories.ui-examples.model
2
2
 
3
+ ## 1.1.41
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [fed27f0]
8
+ - @platforma-sdk/model@1.29.0
9
+
3
10
  ## 1.1.40
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
  }