@tak-ps/vue-tabler 3.13.0 → 3.13.2

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
@@ -10,6 +10,14 @@
10
10
 
11
11
  ## Version History
12
12
 
13
+ ### v3.13.2
14
+
15
+ - :arrow_up: Update Core Deps
16
+
17
+ ### v3.13.1
18
+
19
+ - :bug: Fix Syntax
20
+
13
21
  ### v3.13.0
14
22
 
15
23
  - :tada: Add support for `integer` type in JSON Schema
@@ -75,7 +75,7 @@ export default {
75
75
  } else {
76
76
  this.$emit('update:modelValue', current);
77
77
  }
78
- if (this.type === 'integer') {
78
+ } else if (this.type === 'integer') {
79
79
  const current = parseInt(this.current);
80
80
 
81
81
  if (isNaN(current)) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tak-ps/vue-tabler",
3
3
  "type": "module",
4
- "version": "3.13.0",
4
+ "version": "3.13.2",
5
5
  "lib": "lib.js",
6
6
  "module": "lib.js",
7
7
  "description": "Tabler UI components for Vue3",