adminforth
Advanced tools
Comparing version
@@ -559,2 +559,7 @@ | ||
export type FillOnCreateFunction = (params: { | ||
initialRecord: any, | ||
adminUser: AdminUser, | ||
}) => any; | ||
/** | ||
@@ -690,3 +695,3 @@ * Column describes one field in the table or collection in database. | ||
*/ | ||
fillOnCreate?: Function, | ||
fillOnCreate?: FillOnCreateFunction, | ||
@@ -693,0 +698,0 @@ /** |
@@ -493,2 +493,6 @@ /** | ||
} | ||
export type FillOnCreateFunction = (params: { | ||
initialRecord: any; | ||
adminUser: AdminUser; | ||
}) => any; | ||
/** | ||
@@ -618,3 +622,3 @@ * Column describes one field in the table or collection in database. | ||
*/ | ||
fillOnCreate?: Function; | ||
fillOnCreate?: FillOnCreateFunction; | ||
/** | ||
@@ -621,0 +625,0 @@ * Single value that will be substituted in create form. User can change it before saving the record. |
{ | ||
"name": "adminforth", | ||
"version": "1.13.0-next.28", | ||
"version": "1.13.0-next.29", | ||
"description": "OpenSource Vue3 powered forth-generation admin panel", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1289248
0.03%18548
0.04%