@milaboratories/milaboratories.ui-examples.ui 1.3.4 → 1.3.6

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.4 build /home/runner/work/platforma/platforma/etc/blocks/ui-examples/ui
2
+ > @milaboratories/milaboratories.ui-examples.ui@1.3.6 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...
@@ -28,12 +28,12 @@ in "../../../../node_modules/.pnpm/@ag-grid-community+vue3@32.3.3_typescript@5.5
28
28
  ✓ 153 modules transformed.
29
29
  rendering chunks...
30
30
  computing gzip size...
31
- dist/index.html  0.45 kB │ gzip: 0.29 kB
32
- dist/assets/index-DUOSQKRg.css 1,332.39 kB │ gzip: 348.07 kB
33
- dist/assets/index-D3DbvdUo.js 2,586.95 kB │ gzip: 738.17 kB │ map: 7,738.48 kB
31
+ dist/index.html  0.45 kB │ gzip: 0.30 kB
32
+ dist/assets/index-BJSaT5J1.css 1,332.39 kB │ gzip: 348.07 kB
33
+ dist/assets/index-DLcXKoYb.js 2,588.48 kB │ gzip: 738.74 kB │ map: 7,747.62 kB
34
34
  
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.
39
- ✓ built in 6.56s
39
+ ✓ built in 6.62s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @milaboratories/milaboratories.ui-examples.ui
2
2
 
3
+ ## 1.3.6
4
+
5
+ ### Patch Changes
6
+
7
+ - cc58398: ui-vue: use configurable debounce with max wait for all set args or ui api methods (optimization)
8
+
9
+ ## 1.3.5
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [ead0e68]
14
+ - @platforma-sdk/model@1.20.11
15
+ - @milaboratories/milaboratories.ui-examples.model@1.1.4
16
+
3
17
  ## 1.3.4
4
18
 
5
19
  ### Patch Changes