@milaboratories/milaboratories.ui-examples.model 1.0.24 → 1.0.25
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 +13 -14
- package/CHANGELOG.md +6 -0
- package/dist/bundle.js +3 -2
- package/dist/bundle.js.map +1 -1
- package/dist/index.cjs +3 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/model.json +1 -1
- package/package.json +1 -1
- package/src/index.ts +2 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
WARN Issue while reading "/home/runner/work/platforma/platforma/.npmrc". Failed to replace env in config: ${milaboratory}
|
|
2
1
|
|
|
3
|
-
> @milaboratories/milaboratories.ui-examples.model@1.0.
|
|
2
|
+
> @milaboratories/milaboratories.ui-examples.model@1.0.25 build /home/runner/work/platforma/platforma/etc/block-components/ui-examples/model
|
|
4
3
|
> tsup && vite build && block-tools build-model
|
|
5
4
|
|
|
6
5
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -11,21 +10,21 @@
|
|
|
11
10
|
[34mCLI[39m Cleaning output folder
|
|
12
11
|
[34mCJS[39m Build start
|
|
13
12
|
[34mESM[39m Build start
|
|
14
|
-
[
|
|
15
|
-
[
|
|
16
|
-
[
|
|
17
|
-
[
|
|
18
|
-
[
|
|
19
|
-
[
|
|
13
|
+
[32mESM[39m [1mdist/index.js [22m[32m1.07 KB[39m
|
|
14
|
+
[32mESM[39m [1mdist/index.js.map [22m[32m2.48 KB[39m
|
|
15
|
+
[32mESM[39m ⚡️ Build success in 71ms
|
|
16
|
+
[32mCJS[39m [1mdist/index.cjs [22m[32m1.13 KB[39m
|
|
17
|
+
[32mCJS[39m [1mdist/index.cjs.map [22m[32m2.50 KB[39m
|
|
18
|
+
[32mCJS[39m ⚡️ Build success in 71ms
|
|
20
19
|
[34mDTS[39m Build start
|
|
21
|
-
[32mDTS[39m ⚡️ Build success in
|
|
22
|
-
[32mDTS[39m [1mdist/index.d.cts [22m[
|
|
23
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[
|
|
20
|
+
[32mDTS[39m ⚡️ Build success in 1011ms
|
|
21
|
+
[32mDTS[39m [1mdist/index.d.cts [22m[32m881.00 B[39m
|
|
22
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m881.00 B[39m
|
|
24
23
|
[36mvite v5.4.10 [32mbuilding for production...[36m[39m
|
|
25
24
|
transforming...
|
|
26
25
|
[32m✓[39m 4 modules transformed.
|
|
27
26
|
rendering chunks...
|
|
28
27
|
computing gzip size...
|
|
29
|
-
[2mdist/[22m[36mbundle.js [39m[1m[2m129.
|
|
30
|
-
[2mdist/[22m[36mbundle.js [39m[1m[2m139.
|
|
31
|
-
[32m✓ built in
|
|
28
|
+
[2mdist/[22m[36mbundle.js [39m[1m[2m129.99 kB[22m[1m[22m[2m │ gzip: 22.55 kB[22m[2m │ map: 275.65 kB[22m
|
|
29
|
+
[2mdist/[22m[36mbundle.js [39m[1m[2m139.31 kB[22m[1m[22m[2m │ gzip: 22.98 kB[22m[2m │ map: 276.70 kB[22m
|
|
30
|
+
[32m✓ built in 421ms[39m
|
package/CHANGELOG.md
CHANGED
package/dist/bundle.js
CHANGED
|
@@ -4419,7 +4419,7 @@
|
|
|
4419
4419
|
"numbers",
|
|
4420
4420
|
(ctx) => {
|
|
4421
4421
|
var _a, _b;
|
|
4422
|
-
return (_b = (_a = ctx.
|
|
4422
|
+
return (_b = (_a = ctx.outputs) == null ? void 0 : _a.resolve("numbers")) == null ? void 0 : _b.getDataAsJson();
|
|
4423
4423
|
}
|
|
4424
4424
|
).sections((ctx) => {
|
|
4425
4425
|
return [
|
|
@@ -4431,7 +4431,8 @@
|
|
|
4431
4431
|
{ type: "link", href: "/use-watch-fetch", label: "useWatchFetch" },
|
|
4432
4432
|
{ type: "link", href: "/form-components", label: "Form Components" },
|
|
4433
4433
|
{ type: "link", href: "/typography", label: "Typography" },
|
|
4434
|
-
{ type: "link", href: "/ag-grid-vue", label: "AgGridVue" }
|
|
4434
|
+
{ type: "link", href: "/ag-grid-vue", label: "AgGridVue" },
|
|
4435
|
+
{ type: "link", href: "/errors", label: "Errors" }
|
|
4435
4436
|
];
|
|
4436
4437
|
}).done();
|
|
4437
4438
|
exports2.$BlockArgs = $BlockArgs;
|