@milaboratories/milaboratories.ui-examples.ui 1.3.3 → 1.3.5
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 +5 -5
- package/CHANGELOG.md +16 -0
- package/dist/assets/{index-DHWcK0dI.css → index-BJSaT5J1.css} +1 -1
- package/dist/assets/{index-C_b6To4x.js → index-BpRgZ30G.js} +104 -104
- package/dist/assets/{index-C_b6To4x.js.map → index-BpRgZ30G.js.map} +1 -1
- package/dist/index.html +2 -2
- package/package.json +5 -5
- package/src/app.ts +2 -0
- package/src/pages/ButtonsPage.vue +1 -1
- package/src/pages/NotificationsPage.vue +15 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @milaboratories/milaboratories.ui-examples.ui@1.3.
|
|
2
|
+
> @milaboratories/milaboratories.ui-examples.ui@1.3.5 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
|
|
@@ -25,15 +25,15 @@ transforming...
|
|
|
25
25
|
*/"
|
|
26
26
|
|
|
27
27
|
in "../../../../node_modules/.pnpm/@ag-grid-community+vue3@32.3.3_typescript@5.5.4/node_modules/@ag-grid-community/vue3/dist/package/main.esm.mjs" contains an annotation that Rollup cannot interpret due to the position of the comment. The comment will be removed to avoid issues.
|
|
28
|
-
[32m✓[39m
|
|
28
|
+
[32m✓[39m 153 modules transformed.
|
|
29
29
|
rendering chunks...
|
|
30
30
|
computing gzip size...
|
|
31
31
|
[2mdist/[22m[32mindex.html [39m[1m[2m 0.45 kB[22m[1m[22m[2m │ gzip: 0.30 kB[22m
|
|
32
|
-
[2mdist/[22m[2massets/[22m[35mindex-
|
|
33
|
-
[2mdist/[22m[2massets/[22m[36mindex-
|
|
32
|
+
[2mdist/[22m[2massets/[22m[35mindex-BJSaT5J1.css [39m[1m[2m1,332.39 kB[22m[1m[22m[2m │ gzip: 348.07 kB[22m
|
|
33
|
+
[2mdist/[22m[2massets/[22m[36mindex-BpRgZ30G.js [39m[1m[33m2,587.79 kB[39m[22m[2m │ gzip: 738.47 kB[22m[2m │ map: 7,745.94 kB[22m
|
|
34
34
|
[33m
|
|
35
35
|
(!) Some chunks are larger than 500 kB after minification. Consider:
|
|
36
36
|
- Using dynamic import() to code-split the application
|
|
37
37
|
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
|
|
38
38
|
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.[39m
|
|
39
|
-
[32m✓ built in
|
|
39
|
+
[32m✓ built in 6.47s[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @milaboratories/milaboratories.ui-examples.ui
|
|
2
2
|
|
|
3
|
+
## 1.3.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [ead0e68]
|
|
8
|
+
- @platforma-sdk/model@1.20.11
|
|
9
|
+
- @milaboratories/milaboratories.ui-examples.model@1.1.4
|
|
10
|
+
|
|
11
|
+
## 1.3.4
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 4360a85: fix: add PlAgCellStatusTag (need update platforma deps)
|
|
16
|
+
- Updated dependencies [4360a85]
|
|
17
|
+
- @milaboratories/milaboratories.ui-examples.model@1.1.3
|
|
18
|
+
|
|
3
19
|
## 1.3.3
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|