@finema/core 2.18.0 → 2.18.1

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/dist/module.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finema/core",
3
- "version": "2.18.0",
3
+ "version": "2.18.1",
4
4
  "configKey": "core",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.1",
package/dist/module.mjs CHANGED
@@ -3,7 +3,7 @@ import defu from 'defu';
3
3
  import * as theme from '../dist/runtime/theme/index.js';
4
4
 
5
5
  const name = "@finema/core";
6
- const version = "2.18.0";
6
+ const version = "2.18.1";
7
7
 
8
8
  const nuxtAppOptions = {
9
9
  head: {
@@ -109,7 +109,7 @@ watch(value, (newValue) => {
109
109
  innerValue.value = void 0;
110
110
  }
111
111
  }, {
112
- immediate: true
112
+ immediate: false
113
113
  });
114
114
  onMounted(() => {
115
115
  initializeValue();
@@ -117,7 +117,7 @@ watch(value, (newValue) => {
117
117
  innerValueRef.value = [];
118
118
  }
119
119
  }, {
120
- immediate: true
120
+ immediate: false
121
121
  });
122
122
  onMounted(() => {
123
123
  initializeValue();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finema/core",
3
- "version": "2.18.0",
3
+ "version": "2.18.1",
4
4
  "repository": "https://gitlab.finema.co/finema/ui-kit",
5
5
  "license": "MIT",
6
6
  "author": "Finema Dev Core Team",