Merge branch 'dev' into feat/move-kai-ui-to-sidebar-195

This commit is contained in:
Muhammad Hasyim Chaidir Ali
2025-12-04 11:53:23 +07:00
committed by GitHub
76 changed files with 2860 additions and 819 deletions

No files matched your search

+1 -1
View File
@@ -75,6 +75,7 @@ export interface LinkItem {
icon?: string
href?: string // to cover the needs of stating full external origins full url
action?: string // for local paths
groups?: string[]
onClick?: (event: Event) => void
headerStatus?: boolean
}
@@ -89,7 +90,6 @@ export const ActionEvents = {
showVerify: 'showVerify',
showConfirmVerify: 'showConfirmVerify',
showValidate: 'showValidate',
showConfirmVerify: 'showConfirmVerify',
showPrint: 'showPrint',
}