mediacube-ui 0.1.288 → 0.1.290

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/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.1.290](https://github.com/MediaCubeCo/mcui/compare/v0.1.289...v0.1.290) (2024-07-11)
6
+
7
+ ### [0.1.289](https://github.com/MediaCubeCo/mcui/compare/v0.1.288...v0.1.289) (2024-07-05)
8
+
5
9
  ### [0.1.288](https://github.com/MediaCubeCo/mcui/compare/v0.1.287...v0.1.288) (2024-07-02)
6
10
 
7
11
  ### [0.1.287](https://github.com/MediaCubeCo/mcui/compare/v0.1.286...v0.1.287) (2024-07-02)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mediacube-ui",
3
- "version": "0.1.288",
3
+ "version": "0.1.290",
4
4
  "description": "Design system for Mediacube services",
5
5
  "author": "Mediacube",
6
6
  "private": false,
@@ -365,7 +365,7 @@ export default {
365
365
  */
366
366
  maxDecimals: {
367
367
  type: Number,
368
- default: null,
368
+ default: 2,
369
369
  },
370
370
  },
371
371
 
@@ -212,7 +212,9 @@ export default {
212
212
  }
213
213
  },
214
214
  updated() {
215
- this.switchingDisableTab()
215
+ this.$nextTick(() => {
216
+ this.switchingDisableTab()
217
+ })
216
218
  },
217
219
  methods: {
218
220
  checkInitTab() {