@milaboratories/milaboratories.ui-examples.ui 1.3.7 → 1.3.9

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.
@@ -1,39 +1,18 @@
1
1
 
2
- > @milaboratories/milaboratories.ui-examples.ui@1.3.7 build /home/runner/work/platforma/platforma/etc/blocks/ui-examples/ui
2
+ > @milaboratories/milaboratories.ui-examples.ui@1.3.9 build /home/runner/work/platforma/platforma/etc/blocks/ui-examples/ui
3
3
  > vue-tsc -b && vite build
4
4
 
5
5
  vite v5.4.11 building for production...
6
6
  transforming...
7
- ../../../../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 (1236:0): A comment
8
-
9
- "/*! Bundled license information:
10
-
11
- @vue/shared/dist/shared.esm-bundler.js:
12
- (**
13
- * @vue/shared v3.4.26
14
- * (c) 2018-present Yuxi (Evan) You and Vue contributors
15
- * @license MIT
16
- **)
17
- (*! #__NO_SIDE_EFFECTS__ *)
18
-
19
- @vue/reactivity/dist/reactivity.esm-bundler.js:
20
- (**
21
- * @vue/reactivity v3.4.26
22
- * (c) 2018-present Yuxi (Evan) You and Vue contributors
23
- * @license MIT
24
- **)
25
- */"
26
-
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
- ✓ 153 modules transformed.
7
+ ✓ 150 modules transformed.
29
8
  rendering chunks...
30
9
  computing gzip size...
31
10
  dist/index.html  0.45 kB │ gzip: 0.30 kB
32
- dist/assets/index-BQLe-X22.css 1,332.41 kB │ gzip: 348.07 kB
33
- dist/assets/index-CXj4DcWa.js 2,588.68 kB │ gzip: 738.81 kB │ map: 7,747.92 kB
11
+ dist/assets/index-2SxOLg8n.css 1,335.65 kB │ gzip: 348.66 kB
12
+ dist/assets/index-BTWKq0c-.js 2,951.16 kB │ gzip: 860.00 kB │ map: 8,809.86 kB
34
13
  
35
14
  (!) Some chunks are larger than 500 kB after minification. Consider:
36
15
  - Using dynamic import() to code-split the application
37
16
  - Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
38
17
  - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
39
- ✓ built in 6.77s
18
+ ✓ built in 7.71s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @milaboratories/milaboratories.ui-examples.ui
2
2
 
3
+ ## 1.3.9
4
+
5
+ ### Patch Changes
6
+
7
+ - 28b2b5c: [sdk/ui-vue] Proportion box with legend (standalone)
8
+ - 0cce397: Add the first implementation of the PlChartStackedBar component
9
+ - Updated dependencies [28b2b5c]
10
+ - Updated dependencies [0cce397]
11
+ - @milaboratories/milaboratories.ui-examples.model@1.1.5
12
+
13
+ ## 1.3.8
14
+
15
+ ### Patch Changes
16
+
17
+ - 7f72aa4: Ag Grid major version upgrade
18
+
3
19
  ## 1.3.7
4
20
 
5
21
  ### Patch Changes