@milaboratories/milaboratories.ui-examples.ui 1.3.31 → 1.3.33
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 +12 -0
- package/dist/assets/{index-B6p5jGRY.js → index-Dx2p5uyS.js} +160 -160
- package/dist/assets/{index-B6p5jGRY.js.map → index-Dx2p5uyS.js.map} +1 -1
- package/dist/assets/{index-DUhLA4Sp.css → index-ObHJBe-Q.css} +1 -1
- package/dist/index.html +2 -2
- package/package.json +2 -2
- package/src/app.ts +1 -1
- package/src/pages/AgGridVuePage/AgGridVuePage.vue +295 -0
- package/src/pages/AgGridVuePage/LinkComponent.ts +10 -0
- package/src/pages/AgGridVuePage/histogramSettings.ts +13 -0
- package/src/pages/AgGridVuePage/index.ts +1 -0
- package/src/pages/AgGridVuePage/stackedSettings.ts +33 -0
- package/src/pages/AgGridVuePage.vue +0 -259
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
|
|
2
|
-
> @milaboratories/milaboratories.ui-examples.ui@1.3.
|
|
2
|
+
> @milaboratories/milaboratories.ui-examples.ui@1.3.33 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
|
-
[32m✓[39m
|
|
7
|
+
[32m✓[39m 182 modules transformed.
|
|
8
8
|
rendering chunks...
|
|
9
9
|
computing gzip size...
|
|
10
10
|
[2mdist/[22m[32mindex.html [39m[1m[2m 0.45 kB[22m[1m[22m[2m │ gzip: 0.30 kB[22m
|
|
11
|
-
[2mdist/[22m[2massets/[22m[35mindex-
|
|
12
|
-
[2mdist/[22m[2massets/[22m[36mindex-
|
|
11
|
+
[2mdist/[22m[2massets/[22m[35mindex-ObHJBe-Q.css [39m[1m[2m1,344.58 kB[22m[1m[22m[2m │ gzip: 350.12 kB[22m
|
|
12
|
+
[2mdist/[22m[2massets/[22m[36mindex-Dx2p5uyS.js [39m[1m[33m3,236.80 kB[39m[22m[2m │ gzip: 921.20 kB[22m[2m │ map: 10,693.56 kB[22m
|
|
13
13
|
[33m
|
|
14
14
|
(!) Some chunks are larger than 500 kB after minification. Consider:
|
|
15
15
|
- Using dynamic import() to code-split the application
|
|
16
16
|
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
|
|
17
17
|
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.[39m
|
|
18
|
-
[32m✓ built in
|
|
18
|
+
[32m✓ built in 9.20s[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @milaboratories/milaboratories.ui-examples.ui
|
|
2
2
|
|
|
3
|
+
## 1.3.33
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 2970f8d: [blocks] Move to standard QC components (progress & qc bars) in all upstream blocks
|
|
8
|
+
|
|
9
|
+
## 1.3.32
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 7dac3ce: ui-vue: use better naming (AgGrid)
|
|
14
|
+
|
|
3
15
|
## 1.3.31
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|