Logo
Explore Docs Blog Community Main Website Help
Sign In
design.estate/dees-catalog
3
0
Fork 0
You've already forked dees-catalog
Code Issues 2 Pull Requests Actions Packages Projects Releases Wiki Activity
Files
74c39482de562a745a4bd99eb0556cffca6c86f4
dees-catalog/ts_web/elements/interfaces/tab.ts

10 lines
225 B
TypeScript
Raw Normal View History

feat(theme,interfaces): Introduce a global theming system and unify menu/tab interfaces; migrate components to use themeDefaultStyles and update APIs accordingly
2025-12-29 01:20:24 +00:00
export interface IMenuItem {
fix(core): update
2024-01-24 12:18:37 +01:00
key: string;
iconName?: string;
action: () => void;
feat(dees-appui-base): overhaul AppUI core: replace simple view rendering with a full-featured ViewRegistry (caching, hide/show lifecycle, async lazy-loading), introduce view lifecycle hooks and activation context, add activity log API/component, remove built-in router and state manager, and update configuration interfaces and demos
2025-12-19 13:54:37 +00:00
badge?: string | number;
badgeVariant?: 'default' | 'success' | 'warning' | 'error';
feat(appui-tabs): add closeable tabs and auto-hide behavior for content tabs, plus API and events to control them
2025-12-29 23:33:38 +00:00
closeable?: boolean;
onClose?: () => void;
fix(core): update
2024-01-24 12:18:37 +01:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 43ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API Legal Info/Impressum