mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 13:06:31 +00:00
b5ddd6a6ba
* feat: collection hooks * export action middlewares * add associated middleware * cleanup * add field interface options * 调整配置参数 * 补充字段类型 options * 继续调整配置参数 * 支持排序 * filterable & sortable & draggable * feat: add random name for creating table (#23) * feat: add random name for creating table * fix: random number * Feature: collections field (#24) * feat: add random name for field and update table options * fix: make field name required * fix: this declaration * showInXX 参数调整 * showInXX 放 component 里 * 继续调整参数 * 字段分组、pages 表配置参数等 * change date to datetime * 选择类型字段的 options 改为 dataSource * feat: refactor hooks initialization and add field options by interface (#25) * feat: refactor hooks initialization and add field options by interface * refactor: use model.set to build input values * refactor: extend setter/getter to adapt field options * fix: try to fix virtual field * refactor: setter/getter of FieldModel * 改进自定义 model 等细节 * 补充注释 * bugfix Co-authored-by: Junyi <mytharcher@users.noreply.github.com>
15 lines
346 B
JSON
15 lines
346 B
JSON
{
|
|
"name": "@nocobase/plugin-collections",
|
|
"version": "0.3.0-alpha.0",
|
|
"main": "lib/index.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@nocobase/database": "^0.3.0-alpha.0",
|
|
"@nocobase/resourcer": "^0.3.0-alpha.0",
|
|
"@nocobase/server": "^0.3.0-alpha.0"
|
|
},
|
|
"devDependencies": {
|
|
"@nocobase/actions": "^0.3.0-alpha.0"
|
|
}
|
|
}
|