mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 14:26:36 +00:00
52329df140
* feat(plugin-formula): add dynamic expression field * feat(plugin-workflow): add dynamic expression for calculation * refactor(client): allow select part of paths in variable component * fix(client): fix types * feat(plugin-formula): add dynamic expression config * feat(plugin-workflow): add dynamic calculation * refactor(plugin-formula): move expression field type to workflow plugin * fix(plugin-workflow): fix types * fix(plugin-workflow): fix register field in client * fix(plugin-workflow): fix expression result value default * fix(plugin-workflow): fix dynamic expression field error when switch collection * fix(plugin-workflow): test component value change * test(plugin-workflow): test component linkages * refactor(plugin-workflow): change to expression collection template * fix(client): fix hooks of Variable.TextArea * fix(client): fix to import evaluators in client * fix(evaluators): move renderReference method to plugin * fix(plugin-workflow): fix missed component * fix(plugin-workflow): fix dynamic expression test case * refactor(client): change popover to double click to choose entire object * refactor(plugin-workflow): make variable options and filter more sensible * fix(plugin-workflow): fix form effect * fix(plugin-workflow): fix variable filtering in collection trigger * fix(plugin-workflow): fix types --------- Co-authored-by: chenos <chenlinxh@gmail.com>
31 lines
893 B
JSON
31 lines
893 B
JSON
{
|
|
"name": "@nocobase/plugin-workflow",
|
|
"version": "0.9.1-alpha.2",
|
|
"description": "",
|
|
"license": "AGPL-3.0",
|
|
"main": "./lib/index.js",
|
|
"types": "./lib/index.d.ts",
|
|
"dependencies": {
|
|
"@nocobase/actions": "0.9.1-alpha.2",
|
|
"@nocobase/client": "0.9.1-alpha.2",
|
|
"@nocobase/database": "0.9.1-alpha.2",
|
|
"@nocobase/evaluators": "0.9.1-alpha.2",
|
|
"@nocobase/resourcer": "0.9.1-alpha.2",
|
|
"@nocobase/server": "0.9.1-alpha.2",
|
|
"@nocobase/utils": "0.9.1-alpha.2",
|
|
"antd": "4.22.8",
|
|
"axios": "^0.27.2",
|
|
"classnames": "^2.3.1",
|
|
"cron-parser": "4.4.0",
|
|
"json-templates": "^4.2.0",
|
|
"moment": "^2.29.2",
|
|
"react-js-cron": "^3.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@nocobase/plugin-formula-field": "0.9.1-alpha.2",
|
|
"@nocobase/test": "0.9.1-alpha.2",
|
|
"@types/ejs": "^3.1.1"
|
|
},
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
|
}
|