@milaboratories/milaboratories.ui-examples.model 1.2.25 → 1.2.27
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 +17 -28
- package/.turbo/turbo-type-check.log +6 -0
- package/CHANGELOG.md +16 -0
- package/dist/bundle.js +7546 -6514
- package/dist/bundle.js.map +1 -1
- package/dist/index.cjs +292 -282
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +19 -23
- package/dist/index.js +292 -282
- package/dist/index.js.map +1 -1
- package/dist/model.json +1 -1
- package/package.json +8 -22
- package/src/index.ts +5 -2
- package/tsconfig.json +11 -16
- package/dist/index.d.cts +0 -68
- package/vite.config.mts +0 -20
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,31 +1,20 @@
|
|
|
1
1
|
WARN Issue while reading "/home/runner/_work/platforma/platforma/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
|
|
2
2
|
|
|
3
|
-
> @milaboratories/milaboratories.ui-examples.model@1.2.
|
|
4
|
-
>
|
|
3
|
+
> @milaboratories/milaboratories.ui-examples.model@1.2.27 build /home/runner/_work/platforma/platforma/etc/blocks/ui-examples/model
|
|
4
|
+
> ts-builder build --target block-model && block-tools build-model
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
[
|
|
9
|
-
[
|
|
10
|
-
[
|
|
11
|
-
|
|
12
|
-
[
|
|
13
|
-
[
|
|
14
|
-
[
|
|
15
|
-
[
|
|
16
|
-
[
|
|
17
|
-
[
|
|
18
|
-
|
|
19
|
-
[
|
|
20
|
-
|
|
21
|
-
[32mDTS[39m ⚡️ Build success in 1162ms
|
|
22
|
-
[32mDTS[39m [1mdist/index.d.cts [22m[32m2.98 KB[39m
|
|
23
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[32m2.98 KB[39m
|
|
24
|
-
[36mvite v6.3.5 [32mbuilding for production...[36m[39m
|
|
25
|
-
transforming...
|
|
26
|
-
[32m✓[39m 11 modules transformed.
|
|
27
|
-
rendering chunks...
|
|
28
|
-
computing gzip size...
|
|
29
|
-
[2mdist/[22m[36mbundle.js [39m[1m[2m199.70 kB[22m[1m[22m[2m │ gzip: 38.91 kB[22m[2m │ map: 453.13 kB[22m
|
|
30
|
-
[2mdist/[22m[36mbundle.js [39m[1m[2m213.55 kB[22m[1m[22m[2m │ gzip: 39.60 kB[22m[2m │ map: 454.83 kB[22m
|
|
31
|
-
[32m✓ built in 662ms[39m
|
|
6
|
+
Building block-model project...
|
|
7
|
+
↳ rollup -c configs/rollup.block-model.config.js
|
|
8
|
+
[36m
|
|
9
|
+
[1m./src/index.ts[22m → [1mdist, dist[22m...[39m
|
|
10
|
+
[1m[36m[plugin unplugin-dts]
|
|
11
|
+
[unplugin:dts] Start generate declaration files...[39m[22m
|
|
12
|
+
[1m[36m[plugin unplugin-dts] [unplugin:dts] Declaration files built in 8241ms.
|
|
13
|
+
[39m[22m
|
|
14
|
+
[32mcreated [1mdist, dist[22m in [1m18.1s[22m[39m
|
|
15
|
+
[36m
|
|
16
|
+
[1m./src/index.ts[22m → [1mdist[22m...[39m
|
|
17
|
+
[1m[33m(!) Circular dependency[39m[22m
|
|
18
|
+
../../../../sdk/model/dist/components/PFrameForGraphs.js -> ../../../../sdk/model/dist/components/PlDataTable.js -> ../../../../sdk/model/dist/components/PFrameForGraphs.js
|
|
19
|
+
[32mcreated [1mdist[22m in [1m7.4s[22m[39m
|
|
20
|
+
Build completed successfully
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
WARN Issue while reading "/home/runner/_work/platforma/platforma/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
|
|
2
|
+
|
|
3
|
+
> @milaboratories/milaboratories.ui-examples.model@1.2.27 type-check /home/runner/_work/platforma/platforma/etc/blocks/ui-examples/model
|
|
4
|
+
> ts-builder types --target block-model
|
|
5
|
+
|
|
6
|
+
↳ tsc --noEmit --project ./tsconfig.json
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @milaboratories/milaboratories.ui-examples.model
|
|
2
2
|
|
|
3
|
+
## 1.2.27
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [8e45911]
|
|
8
|
+
- @platforma-sdk/model@1.42.22
|
|
9
|
+
|
|
10
|
+
## 1.2.26
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 56b404b: Add PlAutocompleteMulti component
|
|
15
|
+
- 3f93434: Packages configuration normalization
|
|
16
|
+
- Updated dependencies [3f93434]
|
|
17
|
+
- @platforma-sdk/model@1.42.20
|
|
18
|
+
|
|
3
19
|
## 1.2.25
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|