@cqa-lib/cqa-ui 1.1.530 → 1.1.531

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -64,6 +64,12 @@ export declare class FolderSidebarComponent implements OnDestroy {
64
64
  renameDraft: string;
65
65
  /** Inline rename uses the same name rules as the New Folder dialog. */
66
66
  readonly renameMaxLength: number;
67
+ /** Transient flag: turns the rename input red briefly when the user keystrokes
68
+ * while already at `renameMaxLength`, so the silent maxlength clamp gets a
69
+ * visible "you've hit the cap" signal. Cleared by `renameLimitFlashTimer`. */
70
+ renameLimitFlash: boolean;
71
+ private renameLimitFlashTimer;
72
+ private static readonly RENAME_LIMIT_FLASH_MS;
67
73
  /** Id of the folder whose context menu is open, or null when closed. */
68
74
  contextMenuFolderId: number | null;
69
75
  /** Viewport-anchored position (client coordinates) for the floating menu. */
@@ -91,6 +97,10 @@ export declare class FolderSidebarComponent implements OnDestroy {
91
97
  commitRename(n: FolderNode): void;
92
98
  cancelRename(): void;
93
99
  onRenameKey(event: KeyboardEvent, n: FolderNode): void;
100
+ private isPrintableKey;
101
+ private wouldExceedRenameLimit;
102
+ private triggerRenameLimitFlash;
103
+ private clearRenameLimitFlash;
94
104
  deleteFolder(n: FolderNode, event: Event): void;
95
105
  /**
96
106
  * Opens the folder context menu anchored at the given client coordinates.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cqa-lib/cqa-ui",
3
- "version": "1.1.530",
3
+ "version": "1.1.531",
4
4
  "description": "UI Kit library for Angular 13.4",
5
5
  "keywords": [
6
6
  "angular",