tachybase_todo/packages/plugins/workflow/src/client
被雨水过滤的空气-Rairn 098140d511
feat(parse-variables): support to parse variables in filter params (#1558)
* fix: add field linkage on setting default datetime

* fix: fix dateonly timezone problem

* fix: improve test

* docs(DatePicker): add demos

* fix(DatePicker): should return the beginning of a second

* feat(DatePicker): support non-UTC

* refactor: rename

* fix(RangePicker): get correct end date

* test(mapDatePicker): add test

* test(mapRangePicker): add test

* feat(Filter): use non-UTC to filter

* feat(FilterBlock): use non-UTC to filter

* feat: add '$dateBetween' operator in datetime

* feat: use RangePicker on toggled to 'dateBetween' operator

* feat: set ranges for RangePicker

* feat: backend support to parse 'dateBetween' operator

* fix: fix build error

* fix: adaptive content width

* feat: support to use var on data scope

* feat: add parse-variables plugin

* feat: support to parse variables

* feat: support only to set system variables

* test: rename

* feat: cover all

* fix: fix build error

* feat(RangePicker): extend more shortcut keys

* feat(parse-variables): support more date var

* feat: support user variables

* feat: disable unmatched options

* fix: use component name to filter option

* fix: fix build error

* feat: remove some operator of id

* chore: remove useless operators

* fix: built in plugin

* refactor: move to core from plugin

* refactor: remove code of plugin

* refactor: remove useless code

* fix: should after acl

* Update server.ts

* fix: compatible with old version

* feat: test cases

* refactor: rename to 'is between'

* refactor: parse filter

* fix: improve code

* feat: test cases

* fix: fix error

* fix: improve parse date

* fix: date variables

* fix: day range

* fix: test error

* fix: typo

* fix: test error

* feat: $user variable

* fix: toDate

* fix: fix the value range of shortcuts

* feat: add quarter and test

* feat: support to use user's association fields to filter

* refactor: use maxDepth

* refactor: remove useless code

* fix: make AssociationSelect.Designer to support variables

* fix: getField

* fix: parse utc

* fix: remove only

* fix: filter by ctx.db.getFieldByPath

* fix: avoid error

* fix: add translation

* fix(RangePicker): can be set to empty

* feat(utils): add hasEmptyValue

* fix: should not save empty

* fix: last few days should include today

* fix: limit user variable type to display

* fix: parse filter error

* fix: empty

* test: [skip ci]

* fix: remove ';'

* feat: improve code

---------

Co-authored-by: chenos <chenlinxh@gmail.com>
2023-03-30 23:49:57 +08:00
..
components feat(plugin-workflow) config preload associations in triggers and nodes (#1548) 2023-03-10 16:36:58 +08:00
locale feat(parse-variables): support to parse variables in filter params (#1558) 2023-03-30 23:49:57 +08:00
nodes fix(plugin-workflow): fix todo list form read-pretty for non-assigneed user (#1615) 2023-03-29 18:16:46 +08:00
schemas feat(plugin-workflow) config preload associations in triggers and nodes (#1548) 2023-03-10 16:36:58 +08:00
triggers feat(plugin-workflow) config preload associations in triggers and nodes (#1548) 2023-03-10 16:36:58 +08:00
AddButton.tsx refactor(plugin-workflow): change canvas card and adjust styles (#1529) 2023-03-04 00:19:11 +08:00
Branch.tsx Feat(plugin-workflow) manual instruction (#1339) 2023-02-20 11:52:06 +08:00
constants.tsx Feat(plugin-workflow) manual instruction (#1339) 2023-02-20 11:52:06 +08:00
ExecutionCanvas.tsx Feat(plugin-workflow) manual instruction (#1339) 2023-02-20 11:52:06 +08:00
ExecutionLink.tsx feat: plugin workflow visualization (#987) 2022-10-30 11:54:14 +08:00
ExecutionPage.tsx feat: plugin workflow visualization (#987) 2022-10-30 11:54:14 +08:00
ExecutionResourceProvider.tsx Refactor: plugin-workflow client (#1077) 2022-11-11 23:37:41 +08:00
FlowContext.ts refactor(plugin-workflow): adjust style (#1079) 2022-11-13 18:12:56 +08:00
index.tsx Feat(plugin-workflow) manual instruction (#1339) 2023-02-20 11:52:06 +08:00
style.tsx fix(plugin-workflow): fix todo list form read-pretty for non-assigneed user (#1615) 2023-03-29 18:16:46 +08:00
utils.ts feat(plugin-workflow) config preload associations in triggers and nodes (#1548) 2023-03-10 16:36:58 +08:00
variable.tsx feat(parse-variables): support to parse variables in filter params (#1558) 2023-03-30 23:49:57 +08:00
WorkflowCanvas.tsx fix(plugin-workflow): fix todo list form read-pretty for non-assigneed user (#1615) 2023-03-29 18:16:46 +08:00
WorkflowLink.tsx feat: plugin workflow visualization (#987) 2022-10-30 11:54:14 +08:00
WorkflowPage.tsx feat: plugin workflow visualization (#987) 2022-10-30 11:54:14 +08:00
WorkflowProvider.tsx Feat(plugin-workflow) manual instruction (#1339) 2023-02-20 11:52:06 +08:00
WorkflowShortcut.tsx fix(plugin-workflow): fix history drawer in workflow canvas (#1326) 2023-01-04 06:24:41 -08:00