@effect-app/vue-components 4.0.0-beta.141 → 4.0.0-beta.142
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,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@effect-app/vue-components",
|
|
3
|
-
"version": "4.0.0-beta.
|
|
3
|
+
"version": "4.0.0-beta.142",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@mdi/js": "^7.4.47",
|
|
6
6
|
"effect": "^4.0.0-beta.56",
|
|
7
|
-
"intl-messageformat": "^11.2.
|
|
7
|
+
"intl-messageformat": "^11.2.2",
|
|
8
8
|
"mdi-js": "^1.0.1",
|
|
9
9
|
"primeflex": "^4.0.0",
|
|
10
10
|
"primeicons": "^7.0.0",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@storybook/vue3-vite": "^10.3.5",
|
|
18
18
|
"@types/node": "^25.6.0",
|
|
19
19
|
"@vitejs/plugin-vue": "^6.0.6",
|
|
20
|
-
"@vue/test-utils": "^2.4.
|
|
20
|
+
"@vue/test-utils": "^2.4.8",
|
|
21
21
|
"@vueuse/core": "^14.2.1",
|
|
22
22
|
"dprint": "^0.54.0",
|
|
23
23
|
"jsdom": "^29.0.2",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"vue-toastification": "^2.0.0-rc.5",
|
|
35
35
|
"vue-tsc": "^3.2.7",
|
|
36
36
|
"vuetify": "^4.0.6",
|
|
37
|
-
"@effect-app/eslint-shared-config": "0.6.0-beta.
|
|
37
|
+
"@effect-app/eslint-shared-config": "0.6.0-beta.12"
|
|
38
38
|
},
|
|
39
39
|
"files": [
|
|
40
40
|
"src",
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"highlight.js": "^11.11.1",
|
|
59
59
|
"mitt": "^3.0.1",
|
|
60
60
|
"vue3-highlightjs": "^1.0.5",
|
|
61
|
-
"@effect-app/vue": "4.0.0-beta.
|
|
62
|
-
"effect-app": "4.0.0-beta.
|
|
61
|
+
"@effect-app/vue": "4.0.0-beta.142",
|
|
62
|
+
"effect-app": "4.0.0-beta.142"
|
|
63
63
|
},
|
|
64
64
|
"scripts": {
|
|
65
65
|
"check": "vue-tsc",
|
|
@@ -1256,7 +1256,7 @@ export const defaultsValueFromSchema = (
|
|
|
1256
1256
|
return undefined
|
|
1257
1257
|
}
|
|
1258
1258
|
|
|
1259
|
-
// Handle structs via AST (covers plain structs, transformed schemas like decodeTo,
|
|
1259
|
+
// Handle structs via AST (covers plain structs, transformed schemas like decodeTo, Class, etc.)
|
|
1260
1260
|
const objectsAst = S.AST.isObjects(ast)
|
|
1261
1261
|
? ast
|
|
1262
1262
|
: S.AST.isDeclaration(ast)
|