@milaboratories/milaboratories.ui-examples.ui 1.3.25 → 1.3.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 +6 -8
- package/CHANGELOG.md +15 -0
- package/dist/assets/{index-B1llNjtw.js → index-Dkhq9G66.js} +166 -164
- package/dist/assets/{index-B1llNjtw.js.map → index-Dkhq9G66.js.map} +1 -1
- package/dist/assets/{index-CSH2gGW0.css → index-t4yyIvTm.css} +1 -1
- package/dist/index.html +2 -2
- package/package.json +7 -7
- package/src/app.ts +2 -0
- package/src/pages/AgGridVuePage.vue +5 -0
- package/src/pages/PlAgOverlayLoadingPage.vue +12 -0
- package/vite.config.ts +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,20 +1,18 @@
|
|
|
1
1
|
|
|
2
|
-
> @milaboratories/milaboratories.ui-examples.ui@1.3.
|
|
2
|
+
> @milaboratories/milaboratories.ui-examples.ui@1.3.27 build /home/runner/work/platforma/platforma/etc/blocks/ui-examples/ui
|
|
3
3
|
> vue-tsc -b && vite build
|
|
4
4
|
|
|
5
5
|
[36mvite v5.4.11 [32mbuilding for production...[36m[39m
|
|
6
6
|
transforming...
|
|
7
|
-
[
|
|
8
|
-
[1m[33m[plugin:sourcemaps][39m[22m [33m[plugin sourcemaps] Failed resolving source map[39m
|
|
9
|
-
[32m✓[39m 176 modules transformed.
|
|
7
|
+
[32m✓[39m 178 modules transformed.
|
|
10
8
|
rendering chunks...
|
|
11
9
|
computing gzip size...
|
|
12
|
-
[2mdist/[22m[32mindex.html [39m[1m[2m 0.45 kB[22m[1m[22m[2m │ gzip: 0.
|
|
13
|
-
[2mdist/[22m[2massets/[22m[35mindex-
|
|
14
|
-
[2mdist/[22m[2massets/[22m[36mindex-
|
|
10
|
+
[2mdist/[22m[32mindex.html [39m[1m[2m 0.45 kB[22m[1m[22m[2m │ gzip: 0.29 kB[22m
|
|
11
|
+
[2mdist/[22m[2massets/[22m[35mindex-t4yyIvTm.css [39m[1m[2m1,339.10 kB[22m[1m[22m[2m │ gzip: 349.39 kB[22m
|
|
12
|
+
[2mdist/[22m[2massets/[22m[36mindex-Dkhq9G66.js [39m[1m[33m3,230.77 kB[39m[22m[2m │ gzip: 919.90 kB[22m[2m │ map: 10,670.21 kB[22m
|
|
15
13
|
[33m
|
|
16
14
|
(!) Some chunks are larger than 500 kB after minification. Consider:
|
|
17
15
|
- Using dynamic import() to code-split the application
|
|
18
16
|
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
|
|
19
17
|
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.[39m
|
|
20
|
-
[32m✓ built in
|
|
18
|
+
[32m✓ built in 9.02s[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @milaboratories/milaboratories.ui-examples.ui
|
|
2
2
|
|
|
3
|
+
## 1.3.27
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 1a8b275: add checkbox support for RowNumbers
|
|
8
|
+
|
|
9
|
+
## 1.3.26
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [ce558f9]
|
|
14
|
+
- Updated dependencies [b41709a]
|
|
15
|
+
- @platforma-sdk/model@1.22.2
|
|
16
|
+
- @milaboratories/milaboratories.ui-examples.model@1.1.15
|
|
17
|
+
|
|
3
18
|
## 1.3.25
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|