Date process funcs (#8441)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov
2025-04-03 00:22:53 +07:00
committed by GitHub
parent 241d08fd89
commit 073017ae67
48 changed files with 798 additions and 195 deletions
+11 -2
View File
@@ -40,7 +40,9 @@ export default mergeIds(processId, process, {
NestedContextSelector: '' as AnyComponent,
RelatedContextSelector: '' as AnyComponent,
FunctionSelector: '' as AnyComponent,
RunProcessCardPopup: '' as AnyComponent
RunProcessCardPopup: '' as AnyComponent,
DateOffsetEditor: '' as AnyComponent,
NumberOffsetEditor: '' as AnyComponent
},
function: {
ShowDoneQuery: '' as ViewQueryAction
@@ -76,6 +78,13 @@ export default mergeIds(processId, process, {
Random: '' as IntlString,
MyProcesses: '' as IntlString,
AllProcesses: '' as IntlString,
ShowDone: '' as IntlString
ShowDone: '' as IntlString,
Increment: '' as IntlString,
Decrement: '' as IntlString,
Add: '' as IntlString,
Subtract: '' as IntlString,
Offset: '' as IntlString,
Value: '' as IntlString,
FirstWorkingDayAfter: '' as IntlString
}
})