Merge branch 'dev' into feat/laporan-operasi-182

This commit is contained in:
2025-12-01 20:46:27 +07:00
149 changed files with 5374 additions and 2835 deletions

No files matched your search

+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',
showValidate: 'showValidate',
showConfirmVerify: 'showConfirmVerify',