@almadar/core 10.73.0 → 10.74.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.
- package/dist/builders.d.ts +3 -3
- package/dist/{effect-B7xqqEFo.d.ts → effect-C0MRXCwF.d.ts} +7 -1
- package/dist/{entityAccess-BaGu3lyD.d.ts → entityAccess-CpfvoNOd.d.ts} +1 -1
- package/dist/factory/index.d.ts +4 -4
- package/dist/factory-runtime/index.d.ts +3 -3
- package/dist/{index-BFOvDfUQ.d.ts → index-D4jODKSD.d.ts} +4 -4
- package/dist/index.d.ts +10 -10
- package/dist/index.js +52 -3
- package/dist/index.js.map +1 -1
- package/dist/mock/index.d.ts +4 -4
- package/dist/patterns/component-mapping.json +1 -1
- package/dist/patterns/event-contracts.json +1 -1
- package/dist/patterns/index.d.ts +118 -5
- package/dist/patterns/index.js +52 -3
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/patterns-registry.json +50 -1
- package/dist/patterns/registry.json +50 -1
- package/dist/{schema-CDlk_DCx.d.ts → schema-DJY7OUOM.d.ts} +2 -2
- package/dist/{trait-Cc-SAgVU.d.ts → trait-D1zKrxnf.d.ts} +1 -1
- package/dist/types/index.d.ts +5 -5
- package/dist/types/index.js.map +1 -1
- package/dist/{types-BTxfDR3U.d.ts → types-BdiOJCat.d.ts} +2 -2
- package/package.json +1 -1
package/dist/mock/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { O as OrbitalSchema } from '../schema-
|
|
2
|
-
export { E as EntityAccessPolicies, e as entityAccessPolicies, a as entityAccessTable } from '../entityAccess-
|
|
3
|
-
import { a as EntityPersistence, E as EntityField, F as FieldValue, f as EntityRow } from '../effect-
|
|
4
|
-
import '../trait-
|
|
1
|
+
import { O as OrbitalSchema } from '../schema-DJY7OUOM.js';
|
|
2
|
+
export { E as EntityAccessPolicies, e as entityAccessPolicies, a as entityAccessTable } from '../entityAccess-CpfvoNOd.js';
|
|
3
|
+
import { a as EntityPersistence, E as EntityField, F as FieldValue, f as EntityRow } from '../effect-C0MRXCwF.js';
|
|
4
|
+
import '../trait-D1zKrxnf.js';
|
|
5
5
|
import '../expression-Fk8bQWef.js';
|
|
6
6
|
import 'zod';
|
|
7
7
|
|
package/dist/patterns/index.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { A as AnyPatternConfig, h as RenderBinding, F as FieldValue, b0 as PatternType } from '../effect-
|
|
2
|
-
export { aV as PATTERN_TYPES, aZ as PatternConfig, a_ as PatternProps, a$ as PatternPropsMap, cT as isValidPatternType } from '../effect-
|
|
1
|
+
import { A as AnyPatternConfig, h as RenderBinding, F as FieldValue, b0 as PatternType } from '../effect-C0MRXCwF.js';
|
|
2
|
+
export { aV as PATTERN_TYPES, aZ as PatternConfig, a_ as PatternProps, a$ as PatternPropsMap, cT as isValidPatternType } from '../effect-C0MRXCwF.js';
|
|
3
3
|
import { d as EventPayloadValue, a as EventPayload, J as JsonValue } from '../expression-Fk8bQWef.js';
|
|
4
4
|
import 'zod';
|
|
5
5
|
|
|
6
6
|
var version$3 = "1.0.0";
|
|
7
|
-
var exportedAt$3 = "2026-08-
|
|
7
|
+
var exportedAt$3 = "2026-08-29T18:15:51.642Z";
|
|
8
8
|
var patterns = {
|
|
9
9
|
"entity-table": {
|
|
10
10
|
type: "entity-table",
|
|
@@ -13360,6 +13360,12 @@ var patterns = {
|
|
|
13360
13360
|
],
|
|
13361
13361
|
description: "Custom sidebar footer (optional). When omitted, the sidebar has no footer — apps that need Settings/etc. add them via navItems."
|
|
13362
13362
|
},
|
|
13363
|
+
sidebarContent: {
|
|
13364
|
+
types: [
|
|
13365
|
+
"node"
|
|
13366
|
+
],
|
|
13367
|
+
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."
|
|
13368
|
+
},
|
|
13363
13369
|
currentPath: {
|
|
13364
13370
|
types: [
|
|
13365
13371
|
"string"
|
|
@@ -25442,6 +25448,23 @@ var patterns = {
|
|
|
25442
25448
|
],
|
|
25443
25449
|
description: "Currently selected file path"
|
|
25444
25450
|
},
|
|
25451
|
+
selectedId: {
|
|
25452
|
+
types: [
|
|
25453
|
+
"string"
|
|
25454
|
+
],
|
|
25455
|
+
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."
|
|
25456
|
+
},
|
|
25457
|
+
look: {
|
|
25458
|
+
types: [
|
|
25459
|
+
"string"
|
|
25460
|
+
],
|
|
25461
|
+
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.",
|
|
25462
|
+
enumValues: [
|
|
25463
|
+
"files",
|
|
25464
|
+
"nav"
|
|
25465
|
+
],
|
|
25466
|
+
"default": "files"
|
|
25467
|
+
},
|
|
25445
25468
|
onFileSelect: {
|
|
25446
25469
|
types: [
|
|
25447
25470
|
"function"
|
|
@@ -25469,6 +25492,32 @@ var patterns = {
|
|
|
25469
25492
|
],
|
|
25470
25493
|
"default": ""
|
|
25471
25494
|
},
|
|
25495
|
+
onNodeAction: {
|
|
25496
|
+
types: [
|
|
25497
|
+
"function"
|
|
25498
|
+
],
|
|
25499
|
+
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.",
|
|
25500
|
+
kind: "callback",
|
|
25501
|
+
callbackArgs: [
|
|
25502
|
+
{
|
|
25503
|
+
name: "id",
|
|
25504
|
+
type: "string"
|
|
25505
|
+
}
|
|
25506
|
+
],
|
|
25507
|
+
"default": ""
|
|
25508
|
+
},
|
|
25509
|
+
nodeActionIcon: {
|
|
25510
|
+
types: [
|
|
25511
|
+
"string"
|
|
25512
|
+
],
|
|
25513
|
+
description: "Icon for the row hover action (default: plus)."
|
|
25514
|
+
},
|
|
25515
|
+
nodeActionLabel: {
|
|
25516
|
+
types: [
|
|
25517
|
+
"string"
|
|
25518
|
+
],
|
|
25519
|
+
description: "Accessible label/tooltip for the row hover action."
|
|
25520
|
+
},
|
|
25472
25521
|
className: {
|
|
25473
25522
|
types: [
|
|
25474
25523
|
"string"
|
|
@@ -51187,7 +51236,7 @@ var integratorsRegistry = {
|
|
|
51187
51236
|
};
|
|
51188
51237
|
|
|
51189
51238
|
var version$1 = "1.0.0";
|
|
51190
|
-
var exportedAt$1 = "2026-08-
|
|
51239
|
+
var exportedAt$1 = "2026-08-29T18:15:51.642Z";
|
|
51191
51240
|
var mappings = {
|
|
51192
51241
|
"page-header": {
|
|
51193
51242
|
component: "PageHeader",
|
|
@@ -52609,7 +52658,7 @@ var componentMapping = {
|
|
|
52609
52658
|
};
|
|
52610
52659
|
|
|
52611
52660
|
var version = "1.0.0";
|
|
52612
|
-
var exportedAt = "2026-08-
|
|
52661
|
+
var exportedAt = "2026-08-29T18:15:51.642Z";
|
|
52613
52662
|
var contracts = {
|
|
52614
52663
|
form: {
|
|
52615
52664
|
emits: [
|
|
@@ -62464,6 +62513,10 @@ declare const registry: {
|
|
|
62464
62513
|
types: string[];
|
|
62465
62514
|
description: string;
|
|
62466
62515
|
};
|
|
62516
|
+
sidebarContent: {
|
|
62517
|
+
types: string[];
|
|
62518
|
+
description: string;
|
|
62519
|
+
};
|
|
62467
62520
|
currentPath: {
|
|
62468
62521
|
types: string[];
|
|
62469
62522
|
description: string;
|
|
@@ -69880,6 +69933,16 @@ declare const registry: {
|
|
|
69880
69933
|
types: string[];
|
|
69881
69934
|
description: string;
|
|
69882
69935
|
};
|
|
69936
|
+
selectedId: {
|
|
69937
|
+
types: string[];
|
|
69938
|
+
description: string;
|
|
69939
|
+
};
|
|
69940
|
+
look: {
|
|
69941
|
+
types: string[];
|
|
69942
|
+
description: string;
|
|
69943
|
+
enumValues: string[];
|
|
69944
|
+
default: string;
|
|
69945
|
+
};
|
|
69883
69946
|
onFileSelect: {
|
|
69884
69947
|
types: string[];
|
|
69885
69948
|
description: string;
|
|
@@ -69899,6 +69962,24 @@ declare const registry: {
|
|
|
69899
69962
|
}[];
|
|
69900
69963
|
default: string;
|
|
69901
69964
|
};
|
|
69965
|
+
onNodeAction: {
|
|
69966
|
+
types: string[];
|
|
69967
|
+
description: string;
|
|
69968
|
+
kind: string;
|
|
69969
|
+
callbackArgs: {
|
|
69970
|
+
name: string;
|
|
69971
|
+
type: string;
|
|
69972
|
+
}[];
|
|
69973
|
+
default: string;
|
|
69974
|
+
};
|
|
69975
|
+
nodeActionIcon: {
|
|
69976
|
+
types: string[];
|
|
69977
|
+
description: string;
|
|
69978
|
+
};
|
|
69979
|
+
nodeActionLabel: {
|
|
69980
|
+
types: string[];
|
|
69981
|
+
description: string;
|
|
69982
|
+
};
|
|
69902
69983
|
className: {
|
|
69903
69984
|
types: string[];
|
|
69904
69985
|
description: string;
|
|
@@ -91693,6 +91774,10 @@ declare const PATTERN_REGISTRY: {
|
|
|
91693
91774
|
types: string[];
|
|
91694
91775
|
description: string;
|
|
91695
91776
|
};
|
|
91777
|
+
sidebarContent: {
|
|
91778
|
+
types: string[];
|
|
91779
|
+
description: string;
|
|
91780
|
+
};
|
|
91696
91781
|
currentPath: {
|
|
91697
91782
|
types: string[];
|
|
91698
91783
|
description: string;
|
|
@@ -99109,6 +99194,16 @@ declare const PATTERN_REGISTRY: {
|
|
|
99109
99194
|
types: string[];
|
|
99110
99195
|
description: string;
|
|
99111
99196
|
};
|
|
99197
|
+
selectedId: {
|
|
99198
|
+
types: string[];
|
|
99199
|
+
description: string;
|
|
99200
|
+
};
|
|
99201
|
+
look: {
|
|
99202
|
+
types: string[];
|
|
99203
|
+
description: string;
|
|
99204
|
+
enumValues: string[];
|
|
99205
|
+
default: string;
|
|
99206
|
+
};
|
|
99112
99207
|
onFileSelect: {
|
|
99113
99208
|
types: string[];
|
|
99114
99209
|
description: string;
|
|
@@ -99128,6 +99223,24 @@ declare const PATTERN_REGISTRY: {
|
|
|
99128
99223
|
}[];
|
|
99129
99224
|
default: string;
|
|
99130
99225
|
};
|
|
99226
|
+
onNodeAction: {
|
|
99227
|
+
types: string[];
|
|
99228
|
+
description: string;
|
|
99229
|
+
kind: string;
|
|
99230
|
+
callbackArgs: {
|
|
99231
|
+
name: string;
|
|
99232
|
+
type: string;
|
|
99233
|
+
}[];
|
|
99234
|
+
default: string;
|
|
99235
|
+
};
|
|
99236
|
+
nodeActionIcon: {
|
|
99237
|
+
types: string[];
|
|
99238
|
+
description: string;
|
|
99239
|
+
};
|
|
99240
|
+
nodeActionLabel: {
|
|
99241
|
+
types: string[];
|
|
99242
|
+
description: string;
|
|
99243
|
+
};
|
|
99131
99244
|
className: {
|
|
99132
99245
|
types: string[];
|
|
99133
99246
|
description: string;
|
package/dist/patterns/index.js
CHANGED
|
@@ -3,7 +3,7 @@ import { z } from 'zod';
|
|
|
3
3
|
// src/patterns/patterns-registry.json
|
|
4
4
|
var patterns_registry_default = {
|
|
5
5
|
version: "1.0.0",
|
|
6
|
-
exportedAt: "2026-08-
|
|
6
|
+
exportedAt: "2026-08-29T18:15:51.642Z",
|
|
7
7
|
patterns: {
|
|
8
8
|
"entity-table": {
|
|
9
9
|
type: "entity-table",
|
|
@@ -13304,6 +13304,12 @@ var patterns_registry_default = {
|
|
|
13304
13304
|
],
|
|
13305
13305
|
description: "Custom sidebar footer (optional). When omitted, the sidebar has no footer \u2014 apps that need Settings/etc. add them via navItems."
|
|
13306
13306
|
},
|
|
13307
|
+
sidebarContent: {
|
|
13308
|
+
types: [
|
|
13309
|
+
"node"
|
|
13310
|
+
],
|
|
13311
|
+
description: "Optional content region rendered between the nav links and the footer \u2014 a page tree or any consumer navigation surface; scrolls independently and takes the sidebar's remaining height. Hidden in the collapsed rail."
|
|
13312
|
+
},
|
|
13307
13313
|
currentPath: {
|
|
13308
13314
|
types: [
|
|
13309
13315
|
"string"
|
|
@@ -25371,6 +25377,23 @@ var patterns_registry_default = {
|
|
|
25371
25377
|
],
|
|
25372
25378
|
description: "Currently selected file path"
|
|
25373
25379
|
},
|
|
25380
|
+
selectedId: {
|
|
25381
|
+
types: [
|
|
25382
|
+
"string"
|
|
25383
|
+
],
|
|
25384
|
+
description: 'Currently selected node id, in flat `items` mode: the row highlights and every ancestor auto-expands so the selection is always visible \u2014 the "you are here" a navigation tree needs.'
|
|
25385
|
+
},
|
|
25386
|
+
look: {
|
|
25387
|
+
types: [
|
|
25388
|
+
"string"
|
|
25389
|
+
],
|
|
25390
|
+
description: "Visual treatment for flat `items` mode: `files` (default) keeps the monospace file-browser look; `nav` renders a sidebar navigation tree \u2014 regular font, document icons, roomier hit areas.",
|
|
25391
|
+
enumValues: [
|
|
25392
|
+
"files",
|
|
25393
|
+
"nav"
|
|
25394
|
+
],
|
|
25395
|
+
default: "files"
|
|
25396
|
+
},
|
|
25374
25397
|
onFileSelect: {
|
|
25375
25398
|
types: [
|
|
25376
25399
|
"function"
|
|
@@ -25398,6 +25421,32 @@ var patterns_registry_default = {
|
|
|
25398
25421
|
],
|
|
25399
25422
|
default: ""
|
|
25400
25423
|
},
|
|
25424
|
+
onNodeAction: {
|
|
25425
|
+
types: [
|
|
25426
|
+
"function"
|
|
25427
|
+
],
|
|
25428
|
+
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.",
|
|
25429
|
+
kind: "callback",
|
|
25430
|
+
callbackArgs: [
|
|
25431
|
+
{
|
|
25432
|
+
name: "id",
|
|
25433
|
+
type: "string"
|
|
25434
|
+
}
|
|
25435
|
+
],
|
|
25436
|
+
default: ""
|
|
25437
|
+
},
|
|
25438
|
+
nodeActionIcon: {
|
|
25439
|
+
types: [
|
|
25440
|
+
"string"
|
|
25441
|
+
],
|
|
25442
|
+
description: "Icon for the row hover action (default: plus)."
|
|
25443
|
+
},
|
|
25444
|
+
nodeActionLabel: {
|
|
25445
|
+
types: [
|
|
25446
|
+
"string"
|
|
25447
|
+
],
|
|
25448
|
+
description: "Accessible label/tooltip for the row hover action."
|
|
25449
|
+
},
|
|
25401
25450
|
className: {
|
|
25402
25451
|
types: [
|
|
25403
25452
|
"string"
|
|
@@ -51043,7 +51092,7 @@ var integrators_registry_default = {
|
|
|
51043
51092
|
// src/patterns/component-mapping.json
|
|
51044
51093
|
var component_mapping_default = {
|
|
51045
51094
|
version: "1.0.0",
|
|
51046
|
-
exportedAt: "2026-08-
|
|
51095
|
+
exportedAt: "2026-08-29T18:15:51.642Z",
|
|
51047
51096
|
mappings: {
|
|
51048
51097
|
"page-header": {
|
|
51049
51098
|
component: "PageHeader",
|
|
@@ -52463,7 +52512,7 @@ var component_mapping_default = {
|
|
|
52463
52512
|
// src/patterns/event-contracts.json
|
|
52464
52513
|
var event_contracts_default = {
|
|
52465
52514
|
version: "1.0.0",
|
|
52466
|
-
exportedAt: "2026-08-
|
|
52515
|
+
exportedAt: "2026-08-29T18:15:51.642Z",
|
|
52467
52516
|
contracts: {
|
|
52468
52517
|
form: {
|
|
52469
52518
|
emits: [
|