mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-10 03:37:43 +02:00
Add FirstMatchValue and Filter functions (#10042)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
@@ -70,7 +70,8 @@ export default mergeIds(processId, process, {
|
||||
TimeEditor: '' as AnyComponent,
|
||||
TimePresenter: '' as AnyComponent,
|
||||
AddTagEditor: '' as AnyComponent,
|
||||
AddTagPresenter: '' as AnyComponent
|
||||
AddTagPresenter: '' as AnyComponent,
|
||||
FunctionSubmenu: '' as AnyComponent
|
||||
},
|
||||
criteriaEditor: {
|
||||
BaseCriteria: '' as AnyComponent,
|
||||
@@ -85,7 +86,8 @@ export default mergeIds(processId, process, {
|
||||
AppendEditor: '' as AnyComponent,
|
||||
ReplaceEditor: '' as AnyComponent,
|
||||
SplitEditor: '' as AnyComponent,
|
||||
CutEditor: '' as AnyComponent
|
||||
CutEditor: '' as AnyComponent,
|
||||
FilterEditor: '' as AnyComponent
|
||||
},
|
||||
transformPresenter: {
|
||||
NumberPresenter: '' as AnyComponent,
|
||||
@@ -127,6 +129,8 @@ export default mergeIds(processId, process, {
|
||||
ReplaceAll: '' as IntlString,
|
||||
Split: '' as IntlString,
|
||||
Cut: '' as IntlString,
|
||||
Filter: '' as IntlString,
|
||||
FirstMatchValue: '' as IntlString,
|
||||
FirstValue: '' as IntlString,
|
||||
LastValue: '' as IntlString,
|
||||
Random: '' as IntlString,
|
||||
|
||||
Reference in New Issue
Block a user