@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.
- package/.turbo/turbo-build.log +8 -8
- package/CHANGELOG.md +13 -0
- package/dist/bundle.js +5 -7
- package/dist/bundle.js.map +1 -1
- package/dist/model.json +1 -1
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
|
|
2
|
-
> @milaboratories/milaboratories.ui-examples.model@1.0.
|
|
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
|
[34mCLI[39m Building entry: src/index.ts
|
|
6
6
|
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
7
7
|
[34mCLI[39m tsup v8.3.5
|
|
8
|
-
[34mCLI[39m Using tsup config: /home/runner/work/platforma/platforma/etc/
|
|
8
|
+
[34mCLI[39m Using tsup config: /home/runner/work/platforma/platforma/etc/blocks/ui-examples/model/package.json
|
|
9
9
|
[34mCLI[39m Target: es2022
|
|
10
10
|
[34mCLI[39m Cleaning output folder
|
|
11
11
|
[34mCJS[39m Build start
|
|
12
12
|
[34mESM[39m Build start
|
|
13
13
|
[32mESM[39m [1mdist/index.js [22m[32m2.76 KB[39m
|
|
14
14
|
[32mESM[39m [1mdist/index.js.map [22m[32m6.91 KB[39m
|
|
15
|
-
[32mESM[39m ⚡️ Build success in
|
|
15
|
+
[32mESM[39m ⚡️ Build success in 79ms
|
|
16
16
|
[32mCJS[39m [1mdist/index.cjs [22m[32m2.81 KB[39m
|
|
17
17
|
[32mCJS[39m [1mdist/index.cjs.map [22m[32m6.97 KB[39m
|
|
18
|
-
[32mCJS[39m ⚡️ Build success in
|
|
18
|
+
[32mCJS[39m ⚡️ Build success in 79ms
|
|
19
19
|
[34mDTS[39m Build start
|
|
20
|
-
[32mDTS[39m ⚡️ Build success in
|
|
20
|
+
[32mDTS[39m ⚡️ Build success in 892ms
|
|
21
21
|
[32mDTS[39m [1mdist/index.d.cts [22m[32m1.70 KB[39m
|
|
22
22
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m1.70 KB[39m
|
|
23
23
|
[36mvite v5.4.11 [32mbuilding for production...[36m[39m
|
|
@@ -25,6 +25,6 @@ transforming...
|
|
|
25
25
|
[32m✓[39m 4 modules transformed.
|
|
26
26
|
rendering chunks...
|
|
27
27
|
computing gzip size...
|
|
28
|
-
[2mdist/[22m[36mbundle.js [39m[1m[2m140.
|
|
29
|
-
[2mdist/[22m[36mbundle.js [39m[1m[2m150.
|
|
30
|
-
[32m✓ built in
|
|
28
|
+
[2mdist/[22m[36mbundle.js [39m[1m[2m140.58 kB[22m[1m[22m[2m │ gzip: 25.33 kB[22m[2m │ map: 303.07 kB[22m
|
|
29
|
+
[2mdist/[22m[36mbundle.js [39m[1m[2m150.51 kB[22m[1m[22m[2m │ gzip: 25.79 kB[22m[2m │ map: 304.16 kB[22m
|
|
30
|
+
[32m✓ built in 387ms[39m
|
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
|
-
|
|
4307
|
-
|
|
4308
|
-
|
|
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.
|
|
4502
|
+
const C = "1.14.1";
|
|
4505
4503
|
function ke(t) {
|
|
4506
4504
|
return t.__renderLambda === true;
|
|
4507
4505
|
}
|