c5dbc1e99b
feat(editor): add code input component and editor-bare, replace dees-editor usage, and add modal contentPadding
2025-12-30 12:44:43 +00:00
af1df1b3d6
feat(dees-appui-tabs): improve horizontal tabs UX with scroll fades, hover scrollbar, and smooth scroll-to-selected
2025-12-30 10:27:34 +00:00
5f67bcfb71
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
6f9bebf0f8
feat(dees-appui-mainmenu): add status badges to main menu items with theme-aware styling
2025-12-29 22:45:39 +00:00
0626889bef
feat(dees-appui-base): add interactive demo controls to manipulate appui via view activation context
2025-12-29 12:03:11 +00:00
cc71f232d2
fix(dees-appui-maincontent): migrate main content layout to CSS Grid and enable topbar collapse transitions
2025-12-29 11:44:16 +00:00
e45810dd06
feat(dees-contextmenu,dees-appui-tabs,test): Prevent double-destruction of context menus, await window layer teardown, update destroyAll behavior, remove tabs content slot, and adjust tests
2025-12-29 11:30:49 +00:00
1f37474d3f
feat(dees-appui): add visibility toggles for main/secondary menus and ability to show/hide content tabs; expose corresponding setters and appconfig entries
2025-12-29 02:55:03 +00:00
1e432ca92e
fix(dees-appui-view): remove DeesAppuiView component, its demo, documentation snippet, and related exports
2025-12-29 02:09:09 +00:00
e38d3cd42a
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
eeb863b197
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
12a7156928
fix(dees-pdf-viewer): Scroll active PDF thumbnail into view after rendering and on page changes; update dependency versions
2025-12-11 23:35:43 +00:00
13fa654c0f
feat(dees-appui-base): Add unified App UI API to dees-appui-base with ViewRegistry, AppRouter and StateManager
2025-12-09 08:26:24 +00:00
27c071f7dc
feat(dees-simple-appdash,dees-simple-login,dees-terminal): Revamp UI: dashboard & login styling, standardize icons to Lucide, and add terminal background/config
2025-12-08 20:23:03 +00:00
9c61c0542b
fix(DeesAppuiMainmenu, DeesAppuiSecondarymenu): Add position: relative to main and secondary app UI menus to fix positioning of overlays and tooltips
2025-12-08 16:17:52 +00:00
82b4afa95a
fix(dees-appui): Extract demos for main and secondary app menus, adjust collapsed styles and toggle placement, bump devDependency
2025-12-08 16:16:25 +00:00
85424d07cd
feat(dees-appui): Add collapsible/compact mode to AppUI sidebars (mainmenu & secondarymenu) with toggles, tooltips and improved z-index stacking
2025-12-08 15:40:12 +00:00
9735af05c8
fix(dees-appui): Normalize header heights and box-sizing for App UI components
2025-12-08 14:50:53 +00:00
778f457ed5
BREAKING CHANGE(dees-appui-secondarymenu): Add SecondaryMenu component and replace Mainselector with new SecondaryMenu in AppUI
2025-12-08 14:35:06 +00:00
8f8aedc6b0
fix(structure): group components into groups inside the repo
2025-12-08 12:04:01 +00:00
4b8b1fa446
fix(dees-input-richtext): Initialize editor and link input element references in firstUpdated to ensure they exist before editor initialization.
2025-12-06 20:19:58 +00:00
2ed0d8e0f2
fix(imports): Normalize and fix relative import paths for web components to ensure correct module resolution
2025-12-06 13:54:17 +00:00
d1bc562b5c
Refactor import paths for consistency and clarity across multiple components
...
- Updated import paths in dees-panel, dees-pdf, dees-progressbar, dees-searchbar, dees-shopping-productcard, dees-simple-appdash, dees-speechbubble, dees-statsgrid, dees-table, dees-toast, dees-updater, and dees-windowlayer to use consistent directory structure.
- Created index.ts files for various components to streamline imports and improve modularity.
- Ensured all imports point to the correct subdirectory structure, enhancing maintainability and readability of the codebase.
2025-12-05 10:19:37 +00:00
7adad49cb1
feat(structure): adjust
2025-12-05 10:19:11 +00:00
c2ee19308d
fix(dees-stepper): Make step validation abortable and cancel active step listeners when navigating
2025-11-30 23:57:14 +00:00
d69f777b25
fix(dees-stepper): Improve dees-stepper visual style and transitions
2025-11-30 23:46:39 +00:00
caa954a539
update
2025-11-30 23:39:04 +00:00
92f69e2aa6
BREAKING CHANGE(decorators): Migrate to TC39 standard decorators (accessor) across components, update tsconfig and bump dependencies
2025-11-17 13:27:11 +00:00
496f54cedd
feat(dees-pdf-viewer): add toggle button for sidebar visibility and enhance thumbnail re-rendering logic
2025-09-23 19:43:51 +00:00
83b5ecebeb
feat(dees-pdf-viewer): update styles to improve layout with full height and hidden overflow
2025-09-20 22:09:11 +00:00
53b5cbed07
feat(dees-pdf-viewer): optimize thumbnail rendering and styles for improved layout and responsiveness
2025-09-20 22:07:41 +00:00
352fe79791
feat(dees-pdf-viewer): improve scrolling behavior and styles for better user experience
2025-09-20 22:03:47 +00:00
a95d5a96a0
feat(dees-pdf-viewer): add functionality to scroll thumbnail into view when sidebar is visible
2025-09-20 22:00:40 +00:00
ece7bb9a94
feat(dees-pdf-viewer): enhance page rendering and scrolling behavior with new data structure and styles
2025-09-20 21:56:23 +00:00
d3463f009b
feat(dees-pdf-preview): enhance A4 format detection and improve canvas rendering quality
2025-09-20 21:46:52 +00:00
bb883ce341
feat(dees-pdf-preview): enhance hover functionality and page indicator display
...
feat(dees-pdf-viewer): improve input handling and remove unused variables
2025-09-20 21:36:04 +00:00
d9703d3ce3
feat: Update PDF components to improve rendering performance and manage document lifecycle without caching
2025-09-20 21:28:43 +00:00
7b5ba74d8b
feat: Add context menu functionality for PDF components with options to view, copy URL, and download
2025-09-20 11:54:37 +00:00
a61f57db13
feat: Add PDF viewer and preview components with styling and functionality
...
- Implemented DeesPdfViewer for full-featured PDF viewing with toolbar and sidebar navigation.
- Created DeesPdfPreview for lightweight PDF previews.
- Introduced PdfManager for managing PDF document loading and caching.
- Added CanvasPool for efficient canvas management.
- Developed utility functions for performance monitoring and file size formatting.
- Established styles for viewer and preview components to enhance UI/UX.
- Included demo examples for showcasing PDF viewer capabilities.
2025-09-20 11:42:22 +00:00
c33ad2e405
fix(dees-input-fileupload): reorder baseStyles import for consistent styling application
2025-09-19 18:23:45 +00:00
0b2675c7e5
fix(dees-input-fileupload): enhance dropzone styles and improve file list rendering
2025-09-19 17:35:58 +00:00
12b0aa0aad
Refactor dees-input-fileupload component and styles
...
- Updated demo.ts to enhance layout and styling, including renaming classes and adjusting spacing.
- Removed unused template rendering logic from template.ts.
- Simplified index.ts by removing the export of renderFileupload.
- Revamped styles in styles.ts for improved design consistency and responsiveness.
- Enhanced file upload functionality with better descriptions and validation messages.
2025-09-19 17:31:26 +00:00
987ae70e7a
feat: add DeesInputFileupload and DeesInputRichtext components
...
- Implemented DeesInputFileupload component with file upload functionality, including drag-and-drop support, file previews, and clear all option.
- Developed DeesInputRichtext component featuring a rich text editor with a formatting toolbar, link management, and word count display.
- Created demo for DeesInputRichtext showcasing various use cases including basic editing, placeholder text, different heights, and disabled state.
- Added styles for both components to ensure a consistent and user-friendly interface.
- Introduced types for toolbar buttons in the rich text editor for better type safety and maintainability.
2025-09-19 15:26:21 +00:00
3ba673282a
fix: update dees-wcctools dependency to version 1.2.0; adjust workspace dependencies and refactor demo function
2025-09-19 14:16:48 +00:00
dafcf3834c
fix(dees-input-wysiwyg): Integrate output format preview into WYSIWYG demo; update plan and add local dev settings
2025-09-18 16:04:02 +00:00
671fb7dc66
fix(ci): Add local settings to allow running pnpm scripts and enable dev chat permission
2025-09-18 14:42:16 +00:00
b92966ef28
feat: consolidate contributor documentation by merging codex.md and CLAUDE.md into readme.info.md
2025-09-18 14:39:19 +00:00
c1102634f3
feat(dees-stepper): implement stepper demo with multi-step form functionality
2025-09-18 14:30:11 +00:00
ee470775b2
feat: Add WYSIWYG editor components and utilities
...
- Implemented WysiwygModalManager for managing modals related to code blocks and block settings.
- Created WysiwygSelection for handling text selection across Shadow DOM boundaries.
- Introduced WysiwygShortcuts for managing keyboard shortcuts and slash menu items.
- Developed wysiwygStyles for consistent styling of the WYSIWYG editor.
- Defined types for blocks, slash menu items, and shortcut patterns in wysiwyg.types.ts.
2025-09-18 14:23:42 +00:00
ba0f1602a1
feat: refactor imports and add index files for modular structure
2025-09-18 14:18:43 +00:00