@almadar/core 10.73.0 → 10.75.0

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-08-29T08:05:11.231Z",
3
+ "exportedAt": "2026-08-29T18:15:51.642Z",
4
4
  "patterns": {
5
5
  "entity-table": {
6
6
  "type": "entity-table",
@@ -13301,6 +13301,12 @@
13301
13301
  ],
13302
13302
  "description": "Custom sidebar footer (optional). When omitted, the sidebar has no footer — apps that need Settings/etc. add them via navItems."
13303
13303
  },
13304
+ "sidebarContent": {
13305
+ "types": [
13306
+ "node"
13307
+ ],
13308
+ "description": "Optional content region rendered between the nav links and the footer — a page tree or any consumer navigation surface; scrolls independently and takes the sidebar's remaining height. Hidden in the collapsed rail."
13309
+ },
13304
13310
  "currentPath": {
13305
13311
  "types": [
13306
13312
  "string"
@@ -25368,6 +25374,23 @@
25368
25374
  ],
25369
25375
  "description": "Currently selected file path"
25370
25376
  },
25377
+ "selectedId": {
25378
+ "types": [
25379
+ "string"
25380
+ ],
25381
+ "description": "Currently selected node id, in flat `items` mode: the row highlights and every ancestor auto-expands so the selection is always visible — the \"you are here\" a navigation tree needs."
25382
+ },
25383
+ "look": {
25384
+ "types": [
25385
+ "string"
25386
+ ],
25387
+ "description": "Visual treatment for flat `items` mode: `files` (default) keeps the monospace file-browser look; `nav` renders a sidebar navigation tree — regular font, document icons, roomier hit areas.",
25388
+ "enumValues": [
25389
+ "files",
25390
+ "nav"
25391
+ ],
25392
+ "default": "files"
25393
+ },
25371
25394
  "onFileSelect": {
25372
25395
  "types": [
25373
25396
  "function"
@@ -25395,6 +25418,32 @@
25395
25418
  ],
25396
25419
  "default": ""
25397
25420
  },
25421
+ "onNodeAction": {
25422
+ "types": [
25423
+ "function"
25424
+ ],
25425
+ "description": "Called from the row's hover action button, in flat `items` mode; carries that node's id. Presence-gated: binding it renders the action.",
25426
+ "kind": "callback",
25427
+ "callbackArgs": [
25428
+ {
25429
+ "name": "id",
25430
+ "type": "string"
25431
+ }
25432
+ ],
25433
+ "default": ""
25434
+ },
25435
+ "nodeActionIcon": {
25436
+ "types": [
25437
+ "string"
25438
+ ],
25439
+ "description": "Icon for the row hover action (default: plus)."
25440
+ },
25441
+ "nodeActionLabel": {
25442
+ "types": [
25443
+ "string"
25444
+ ],
25445
+ "description": "Accessible label/tooltip for the row hover action."
25446
+ },
25398
25447
  "className": {
25399
25448
  "types": [
25400
25449
  "string"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-08-29T08:05:11.231Z",
3
+ "exportedAt": "2026-08-29T18:15:51.642Z",
4
4
  "patterns": {
5
5
  "entity-table": {
6
6
  "type": "entity-table",
@@ -13301,6 +13301,12 @@
13301
13301
  ],
13302
13302
  "description": "Custom sidebar footer (optional). When omitted, the sidebar has no footer — apps that need Settings/etc. add them via navItems."
13303
13303
  },
13304
+ "sidebarContent": {
13305
+ "types": [
13306
+ "node"
13307
+ ],
13308
+ "description": "Optional content region rendered between the nav links and the footer — a page tree or any consumer navigation surface; scrolls independently and takes the sidebar's remaining height. Hidden in the collapsed rail."
13309
+ },
13304
13310
  "currentPath": {
13305
13311
  "types": [
13306
13312
  "string"
@@ -25368,6 +25374,23 @@
25368
25374
  ],
25369
25375
  "description": "Currently selected file path"
25370
25376
  },
25377
+ "selectedId": {
25378
+ "types": [
25379
+ "string"
25380
+ ],
25381
+ "description": "Currently selected node id, in flat `items` mode: the row highlights and every ancestor auto-expands so the selection is always visible — the \"you are here\" a navigation tree needs."
25382
+ },
25383
+ "look": {
25384
+ "types": [
25385
+ "string"
25386
+ ],
25387
+ "description": "Visual treatment for flat `items` mode: `files` (default) keeps the monospace file-browser look; `nav` renders a sidebar navigation tree — regular font, document icons, roomier hit areas.",
25388
+ "enumValues": [
25389
+ "files",
25390
+ "nav"
25391
+ ],
25392
+ "default": "files"
25393
+ },
25371
25394
  "onFileSelect": {
25372
25395
  "types": [
25373
25396
  "function"
@@ -25395,6 +25418,32 @@
25395
25418
  ],
25396
25419
  "default": ""
25397
25420
  },
25421
+ "onNodeAction": {
25422
+ "types": [
25423
+ "function"
25424
+ ],
25425
+ "description": "Called from the row's hover action button, in flat `items` mode; carries that node's id. Presence-gated: binding it renders the action.",
25426
+ "kind": "callback",
25427
+ "callbackArgs": [
25428
+ {
25429
+ "name": "id",
25430
+ "type": "string"
25431
+ }
25432
+ ],
25433
+ "default": ""
25434
+ },
25435
+ "nodeActionIcon": {
25436
+ "types": [
25437
+ "string"
25438
+ ],
25439
+ "description": "Icon for the row hover action (default: plus)."
25440
+ },
25441
+ "nodeActionLabel": {
25442
+ "types": [
25443
+ "string"
25444
+ ],
25445
+ "description": "Accessible label/tooltip for the row hover action."
25446
+ },
25398
25447
  "className": {
25399
25448
  "types": [
25400
25449
  "string"