Add FirstMatchValue and Filter functions (#10042)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov
2025-10-07 23:17:04 +07:00
committed by GitHub
parent 0a682d03e3
commit f8205e57a1
29 changed files with 423 additions and 68 deletions
+6 -2
View File
@@ -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,