fix: default value for nested fields (#5763)

This commit is contained in:
Netfan
2025-03-21 16:06:14 +08:00
committed by YunaiV
parent 482227003c
commit 17f156de89
5 changed files with 36 additions and 3 deletions

24
pnpm-lock.yaml generated
View File

@@ -99,6 +99,9 @@ catalogs:
'@types/lodash.isequal':
specifier: ^4.5.8
version: 4.5.8
'@types/lodash.set':
specifier: ^4.3.2
version: 4.3.9
'@types/node':
specifier: ^22.13.10
version: 22.13.10
@@ -315,6 +318,9 @@ catalogs:
lodash.isequal:
specifier: ^4.5.0
version: 4.5.0
lodash.set:
specifier: ^4.3.2
version: 4.3.2
lucide-vue-next:
specifier: ^0.469.0
version: 0.469.0
@@ -1252,6 +1258,9 @@ importers:
lodash.isequal:
specifier: 'catalog:'
version: 4.5.0
lodash.set:
specifier: 'catalog:'
version: 4.3.2
nprogress:
specifier: 'catalog:'
version: 0.2.0
@@ -1271,6 +1280,9 @@ importers:
'@types/lodash.isequal':
specifier: 'catalog:'
version: 4.5.8
'@types/lodash.set':
specifier: 'catalog:'
version: 4.3.9
'@types/nprogress':
specifier: 'catalog:'
version: 0.2.3
@@ -4304,6 +4316,9 @@ packages:
'@types/lodash.isequal@4.5.8':
resolution: {integrity: sha512-uput6pg4E/tj2LGxCZo9+y27JNyB2OZuuI/T5F+ylVDYuqICLG2/ktjxx0v6GvVntAf8TvEzeQLcV0ffRirXuA==}
'@types/lodash.set@4.3.9':
resolution: {integrity: sha512-KOxyNkZpbaggVmqbpr82N2tDVTx05/3/j0f50Es1prxrWB0XYf9p3QNxqcbWb7P1Q9wlvsUSlCFnwlPCIJ46PQ==}
'@types/lodash@4.17.16':
resolution: {integrity: sha512-HX7Em5NYQAXKW+1T+FiuG27NGwzJfCX3s1GjOa7ujxZa52kjJLOr4FUxT+giF6Tgxv1e+/czV/iTtBw27WTU9g==}
@@ -7351,6 +7366,9 @@ packages:
lodash.once@4.1.1:
resolution: {integrity: sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==}
lodash.set@4.3.2:
resolution: {integrity: sha512-4hNPN5jlm/N/HLMCO43v8BXKq9Z7QdAGc/VGrRD61w8gN9g/6jF9A4L1pbUgBLCffi0w9VsXfTOij5x8iTyFvg==}
lodash.snakecase@4.1.1:
resolution: {integrity: sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==}
@@ -13142,6 +13160,10 @@ snapshots:
dependencies:
'@types/lodash': 4.17.16
'@types/lodash.set@4.3.9':
dependencies:
'@types/lodash': 4.17.16
'@types/lodash@4.17.16': {}
'@types/markdown-it@14.1.2':
@@ -16601,6 +16623,8 @@ snapshots:
lodash.once@4.1.1: {}
lodash.set@4.3.2: {}
lodash.snakecase@4.1.1: {}
lodash.sortby@4.7.0: {}