@milaboratories/milaboratories.ui-examples.model 1.0.44 → 1.0.46

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,23 +1,23 @@
1
1
 
2
- > @milaboratories/milaboratories.ui-examples.model@1.0.44 build /home/runner/work/platforma/platforma/etc/block-components/ui-examples/model
2
+ > @milaboratories/milaboratories.ui-examples.model@1.0.46 build /home/runner/work/platforma/platforma/etc/blocks/ui-examples/model
3
3
  > tsup && vite build && block-tools build-model
4
4
 
5
5
  CLI Building entry: src/index.ts
6
6
  CLI Using tsconfig: tsconfig.json
7
7
  CLI tsup v8.3.5
8
- CLI Using tsup config: /home/runner/work/platforma/platforma/etc/block-components/ui-examples/model/package.json
8
+ CLI Using tsup config: /home/runner/work/platforma/platforma/etc/blocks/ui-examples/model/package.json
9
9
  CLI Target: es2022
10
10
  CLI Cleaning output folder
11
11
  CJS Build start
12
12
  ESM Build start
13
13
  ESM dist/index.js 2.76 KB
14
14
  ESM dist/index.js.map 6.91 KB
15
- ESM ⚡️ Build success in 77ms
15
+ ESM ⚡️ Build success in 79ms
16
16
  CJS dist/index.cjs 2.81 KB
17
17
  CJS dist/index.cjs.map 6.97 KB
18
- CJS ⚡️ Build success in 77ms
18
+ CJS ⚡️ Build success in 79ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 822ms
20
+ DTS ⚡️ Build success in 892ms
21
21
  DTS dist/index.d.cts 1.70 KB
22
22
  DTS dist/index.d.ts 1.70 KB
23
23
  vite v5.4.11 building for production...
@@ -25,6 +25,6 @@ transforming...
25
25
  ✓ 4 modules transformed.
26
26
  rendering chunks...
27
27
  computing gzip size...
28
- dist/bundle.js 140.60 kB │ gzip: 25.33 kB │ map: 303.11 kB
29
- dist/bundle.js 150.53 kB │ gzip: 25.79 kB │ map: 304.19 kB
30
- ✓ built in 391ms
28
+ dist/bundle.js 140.58 kB │ gzip: 25.33 kB │ map: 303.07 kB
29
+ dist/bundle.js 150.51 kB │ gzip: 25.79 kB │ map: 304.16 kB
30
+ ✓ built in 387ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @milaboratories/milaboratories.ui-examples.model
2
2
 
3
+ ## 1.0.46
4
+
5
+ ### Patch Changes
6
+
7
+ - 8644e62: move from block-components -> blocks for nicer structure
8
+
9
+ ## 1.0.45
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [a886400]
14
+ - @platforma-sdk/model@1.14.1
15
+
3
16
  ## 1.0.44
4
17
 
5
18
  ### Patch Changes
package/dist/bundle.js CHANGED
@@ -4302,12 +4302,10 @@
4302
4302
  }
4303
4303
  getOptions(e, n) {
4304
4304
  const r2 = this.getSpecs().entries.filter((s) => e(s.obj));
4305
- return typeof n == "object" || typeof n > "u" ? Fe(r2, (s) => s.obj, n ?? {}).map(
4306
- ({ value: { ref: s }, label: i2 }) => ({
4307
- ref: s,
4308
- label: i2
4309
- })
4310
- ) : r2.map((s) => ({
4305
+ return typeof n == "object" || typeof n > "u" ? Fe(r2, (s) => s.obj, n ?? {}).map(({ value: { ref: s }, label: i2 }) => ({
4306
+ ref: s,
4307
+ label: i2
4308
+ })) : r2.map((s) => ({
4311
4309
  ref: s.ref,
4312
4310
  label: n(s.obj, s.ref)
4313
4311
  }));
@@ -4501,7 +4499,7 @@
4501
4499
  return this.ctx.getCurrentUnstableMarker();
4502
4500
  }
4503
4501
  }
4504
- const C = "1.14.0";
4502
+ const C = "1.14.1";
4505
4503
  function ke(t) {
4506
4504
  return t.__renderLambda === true;
4507
4505
  }