Merge branch 'dev' into feat/kfr-kemoterapi-174

This commit is contained in:
2025-12-01 20:47:45 +07:00
161 changed files with 5956 additions and 2860 deletions
+2
View File
@@ -71,6 +71,7 @@ export interface KeyNames {
export interface LinkItem {
label: string
value?: string
icon?: string
href?: string // to cover the needs of stating full external origins full url
action?: string // for local paths
@@ -84,6 +85,7 @@ export const ActionEvents = {
showEdit: 'showEdit',
showDetail: 'showDetail',
showProcess: 'showProcess',
showCancel: 'showCancel',
showVerify: 'showVerify',
showConfirmVerify: 'showConfirmVerify',
showValidate: 'showValidate',