@milaboratories/milaboratories.ui-examples.model 1.2.24 → 1.2.26
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 +15 -0
- package/dist/bundle.js +7557 -6513
- package/dist/bundle.js.map +1 -1
- package/dist/index.cjs +292 -281
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +19 -23
- package/dist/index.js +292 -281
- package/dist/index.js.map +1 -1
- package/dist/model.json +1 -1
- package/package.json +8 -22
- package/src/index.ts +7 -3
- 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.26 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 4721ms
|
|
22
|
-
[32mDTS[39m [1mdist/index.d.cts [22m[32m2.97 KB[39m
|
|
23
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[32m2.97 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.64 kB[22m[1m[22m[2m │ gzip: 38.89 kB[22m[2m │ map: 452.91 kB[22m
|
|
30
|
-
[2mdist/[22m[36mbundle.js [39m[1m[2m213.48 kB[22m[1m[22m[2m │ gzip: 39.59 kB[22m[2m │ map: 454.61 kB[22m
|
|
31
|
-
[32m✓ built in 2.53s[39m
|
|
6
|
+
Building block-model project...
|
|
7
|
+
Using default config: /home/runner/_work/platforma/platforma/tools/ts-builder/dist/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 1318ms.
|
|
13
|
+
[39m[22m
|
|
14
|
+
[32mcreated [1mdist, dist[22m in [1m3.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 [1m1.5s[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.26 type-check /home/runner/_work/platforma/platforma/etc/blocks/ui-examples/model
|
|
4
|
+
> ts-builder types --target block-model
|
|
5
|
+
|
|
6
|
+
Type checking with ./tsconfig.json...
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @milaboratories/milaboratories.ui-examples.model
|
|
2
2
|
|
|
3
|
+
## 1.2.26
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 56b404b: Add PlAutocompleteMulti component
|
|
8
|
+
- 3f93434: Packages configuration normalization
|
|
9
|
+
- Updated dependencies [3f93434]
|
|
10
|
+
- @platforma-sdk/model@1.42.20
|
|
11
|
+
|
|
12
|
+
## 1.2.25
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- 604827a: [desktop] add button to save block error log to file
|
|
17
|
+
|
|
3
18
|
## 1.2.24
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|