nocobase/packages/plugins/audit-logs
Junyi 52329df140
feat: (plugin-workflow) dynamic expression (#1560)
* 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>
2023-04-07 19:52:31 -07:00
..
src feat: (plugin-workflow) dynamic expression (#1560) 2023-04-07 19:52:31 -07:00
.npmignore feat: change license (#1350) 2023-01-11 11:58:47 +08:00
client.d.ts chore(create-nocobase-app): fix some bugs (#538) 2022-06-26 07:19:03 +08:00
client.js chore(create-nocobase-app): fix some bugs (#538) 2022-06-26 07:19:03 +08:00
LICENSE feat: change license (#1350) 2023-01-11 11:58:47 +08:00
package.json chore(versions): 😊 publish v0.9.1-alpha.2 2023-03-09 12:45:30 +08:00
README.md docs: add plug-in documentation 2023-02-11 00:09:39 +08:00
README.zh-CN.md docs: add plug-in documentation 2023-02-11 00:09:39 +08:00
server.d.ts chore(create-nocobase-app): fix some bugs (#538) 2022-06-26 07:19:03 +08:00
server.js chore(create-nocobase-app): fix some bugs (#538) 2022-06-26 07:19:03 +08:00

audit-logs

English | 中文

审计日志插件。

安装激活

内置插件无需手动安装激活。

使用方法