@effect-app/vue-components 4.0.0-beta.280 → 4.0.0-beta.281

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/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@effect-app/vue-components",
3
- "version": "4.0.0-beta.280",
3
+ "version": "4.0.0-beta.281",
4
4
  "peerDependencies": {
5
5
  "@mdi/js": "^7.4.47",
6
- "effect": "^4.0.0-beta.84",
6
+ "effect": "^4.0.0-beta.86",
7
7
  "intl-messageformat": "^11.2.7",
8
8
  "mdi-js": "^1.0.1",
9
9
  "primeflex": "^4.0.0",
@@ -56,8 +56,8 @@
56
56
  "highlight.js": "^11.11.1",
57
57
  "mitt": "^3.0.1",
58
58
  "vue3-highlightjs": "^1.0.5",
59
- "@effect-app/vue": "4.0.0-beta.280",
60
- "effect-app": "4.0.0-beta.280"
59
+ "@effect-app/vue": "4.0.0-beta.281",
60
+ "effect-app": "4.0.0-beta.281"
61
61
  },
62
62
  "scripts": {
63
63
  "check": "vue-tsc",
@@ -109,7 +109,7 @@ export const defaultsValueFromSchema = (
109
109
  continue
110
110
  }
111
111
 
112
- const propSchema = S.make(propType)
112
+ const propSchema = S.make<any>(propType)
113
113
  const propValue = defaultsValueFromSchema(propSchema, record[key] || {})
114
114
 
115
115
  if (propValue !== undefined) {