@milaboratories/milaboratories.ui-examples.ui 1.3.34 → 1.3.35

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,5 +1,5 @@
1
1
 
2
- > @milaboratories/milaboratories.ui-examples.ui@1.3.34 build /home/runner/work/platforma/platforma/etc/blocks/ui-examples/ui
2
+ > @milaboratories/milaboratories.ui-examples.ui@1.3.35 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...
@@ -7,12 +7,12 @@ transforming...
7
7
  ✓ 182 modules transformed.
8
8
  rendering chunks...
9
9
  computing gzip size...
10
- dist/index.html  0.45 kB │ gzip: 0.30 kB
11
- dist/assets/index-ObHJBe-Q.css 1,344.58 kB │ gzip: 350.12 kB
12
- dist/assets/index-N70w6O7i.js 3,237.59 kB │ gzip: 921.32 kB │ map: 10,697.35 kB
10
+ dist/index.html  0.45 kB │ gzip: 0.29 kB
11
+ dist/assets/index-DBOmIoaJ.css 1,344.58 kB │ gzip: 350.12 kB
12
+ dist/assets/index-D8b88Naq.js 3,237.83 kB │ gzip: 921.41 kB │ map: 10,698.06 kB
13
13
  
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.
18
- ✓ built in 9.07s
18
+ ✓ built in 9.92s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @milaboratories/milaboratories.ui-examples.ui
2
2
 
3
+ ## 1.3.35
4
+
5
+ ### Patch Changes
6
+
7
+ - 48f1820: PlAgDataTable slot for controls
8
+
3
9
  ## 1.3.34
4
10
 
5
11
  ### Patch Changes