@almadar/core 10.63.0 → 10.65.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/builders.js.map +1 -1
- package/dist/{effect-CgDrWfKW.d.ts → effect-COsZyQ3w.d.ts} +36 -5
- package/dist/{entityAccess-Dr7XPoi_.d.ts → entityAccess-BrSu-_jI.d.ts} +1 -1
- package/dist/factory/index.d.ts +4 -4
- package/dist/factory-runtime/index.d.ts +3 -3
- package/dist/factory-runtime/index.js.map +1 -1
- package/dist/{index-D2rQS1PS.d.ts → index-BRf3dUz-.d.ts} +4 -4
- package/dist/index.d.ts +10 -10
- package/dist/index.js +42 -12
- 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 +80 -14
- package/dist/patterns/index.js +36 -10
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/patterns-registry.json +34 -8
- package/dist/patterns/registry.json +34 -8
- package/dist/{schema-KdqDOMXm.d.ts → schema-BBcQsU1e.d.ts} +16 -3
- package/dist/{trait-CesmHKZ2.d.ts → trait-DjBq4fW8.d.ts} +1 -1
- package/dist/types/index.d.ts +5 -5
- package/dist/types/index.js +6 -2
- package/dist/types/index.js.map +1 -1
- package/dist/{types-mYXAkmBy.d.ts → types-B3z8_OnS.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-BBcQsU1e.js';
|
|
2
|
+
export { E as EntityAccessPolicies, e as entityAccessPolicies, a as entityAccessTable } from '../entityAccess-BrSu-_jI.js';
|
|
3
|
+
import { a as EntityPersistence, E as EntityField, F as FieldValue, f as EntityRow } from '../effect-COsZyQ3w.js';
|
|
4
|
+
import '../trait-DjBq4fW8.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,
|
|
2
|
-
export {
|
|
1
|
+
import { A as AnyPatternConfig, h as RenderBinding, F as FieldValue, b0 as PatternType } from '../effect-COsZyQ3w.js';
|
|
2
|
+
export { aV as PATTERN_TYPES, aZ as PatternConfig, a_ as PatternProps, a$ as PatternPropsMap, cT as isValidPatternType } from '../effect-COsZyQ3w.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-21T17:33:36.142Z";
|
|
8
8
|
var patterns = {
|
|
9
9
|
"entity-table": {
|
|
10
10
|
type: "entity-table",
|
|
@@ -1524,6 +1524,12 @@ var patterns = {
|
|
|
1524
1524
|
]
|
|
1525
1525
|
}
|
|
1526
1526
|
},
|
|
1527
|
+
maxInlineActions: {
|
|
1528
|
+
types: [
|
|
1529
|
+
"number"
|
|
1530
|
+
],
|
|
1531
|
+
description: "Max inline action buttons before the rest collapse into a \"⋯\" overflow menu (mirrors DataGrid's maxInlineActions). Omit = all inline."
|
|
1532
|
+
},
|
|
1527
1533
|
backAction: {
|
|
1528
1534
|
types: [
|
|
1529
1535
|
"object"
|
|
@@ -4432,8 +4438,9 @@ var patterns = {
|
|
|
4432
4438
|
types: [
|
|
4433
4439
|
"array"
|
|
4434
4440
|
],
|
|
4435
|
-
description: "Breadcrumb items",
|
|
4436
|
-
|
|
4441
|
+
description: "Breadcrumb items. Omit together with `fromNavStack` to render the orbital-scoped navigation stack instead of an authored trail.",
|
|
4442
|
+
kind: "event-list",
|
|
4443
|
+
eventField: "event",
|
|
4437
4444
|
items: {
|
|
4438
4445
|
types: [
|
|
4439
4446
|
"object"
|
|
@@ -4481,6 +4488,20 @@ var patterns = {
|
|
|
4481
4488
|
]
|
|
4482
4489
|
}
|
|
4483
4490
|
},
|
|
4491
|
+
fromNavStack: {
|
|
4492
|
+
types: [
|
|
4493
|
+
"boolean"
|
|
4494
|
+
],
|
|
4495
|
+
description: "Render the current orbital's navigation stack (NavStackProvider) as the trail: one crumb per visited/declared level, last entry current. The stack is client-session state both execution paths maintain; outside a provider this renders nothing.",
|
|
4496
|
+
"default": false
|
|
4497
|
+
},
|
|
4498
|
+
itemEvent: {
|
|
4499
|
+
types: [
|
|
4500
|
+
"string"
|
|
4501
|
+
],
|
|
4502
|
+
description: "Event emitted when a non-current crumb is clicked, with payload `{ label, href, index }` — the trait handles it with `(navigate ?href)`. Without it, stack crumbs navigate directly.",
|
|
4503
|
+
kind: "event"
|
|
4504
|
+
},
|
|
4484
4505
|
separator: {
|
|
4485
4506
|
types: [
|
|
4486
4507
|
"icon",
|
|
@@ -7588,7 +7609,8 @@ var patterns = {
|
|
|
7588
7609
|
description: "When set, renders a small X button on the right of the badge that invokes this handler — turns the badge into a removable chip. Used by the TagInput molecule and other \"list of removable values\" surfaces.",
|
|
7589
7610
|
kind: "callback",
|
|
7590
7611
|
callbackArgs: [
|
|
7591
|
-
]
|
|
7612
|
+
],
|
|
7613
|
+
"default": ""
|
|
7592
7614
|
},
|
|
7593
7615
|
removeLabel: {
|
|
7594
7616
|
types: [
|
|
@@ -25420,7 +25442,8 @@ var patterns = {
|
|
|
25420
25442
|
description: "Called when the user clicks the remove (×) button",
|
|
25421
25443
|
kind: "callback",
|
|
25422
25444
|
callbackArgs: [
|
|
25423
|
-
]
|
|
25445
|
+
],
|
|
25446
|
+
"default": ""
|
|
25424
25447
|
},
|
|
25425
25448
|
removable: {
|
|
25426
25449
|
types: [
|
|
@@ -25464,7 +25487,8 @@ var patterns = {
|
|
|
25464
25487
|
type: "string",
|
|
25465
25488
|
required: true
|
|
25466
25489
|
}
|
|
25467
|
-
]
|
|
25490
|
+
],
|
|
25491
|
+
"default": ""
|
|
25468
25492
|
}
|
|
25469
25493
|
}
|
|
25470
25494
|
},
|
|
@@ -31893,7 +31917,8 @@ var patterns = {
|
|
|
31893
31917
|
description: "Remove handler",
|
|
31894
31918
|
kind: "callback",
|
|
31895
31919
|
callbackArgs: [
|
|
31896
|
-
]
|
|
31920
|
+
],
|
|
31921
|
+
"default": ""
|
|
31897
31922
|
},
|
|
31898
31923
|
clickEvent: {
|
|
31899
31924
|
types: [
|
|
@@ -31921,7 +31946,8 @@ var patterns = {
|
|
|
31921
31946
|
type: "number",
|
|
31922
31947
|
required: true
|
|
31923
31948
|
}
|
|
31924
|
-
]
|
|
31949
|
+
],
|
|
31950
|
+
"default": ""
|
|
31925
31951
|
},
|
|
31926
31952
|
dropEvent: {
|
|
31927
31953
|
types: [
|
|
@@ -48696,7 +48722,7 @@ var integratorsRegistry = {
|
|
|
48696
48722
|
};
|
|
48697
48723
|
|
|
48698
48724
|
var version$1 = "1.0.0";
|
|
48699
|
-
var exportedAt$1 = "2026-08-
|
|
48725
|
+
var exportedAt$1 = "2026-08-21T17:33:36.142Z";
|
|
48700
48726
|
var mappings = {
|
|
48701
48727
|
"page-header": {
|
|
48702
48728
|
component: "PageHeader",
|
|
@@ -50108,7 +50134,7 @@ var componentMapping = {
|
|
|
50108
50134
|
};
|
|
50109
50135
|
|
|
50110
50136
|
var version = "1.0.0";
|
|
50111
|
-
var exportedAt = "2026-08-
|
|
50137
|
+
var exportedAt = "2026-08-21T17:33:36.142Z";
|
|
50112
50138
|
var contracts = {
|
|
50113
50139
|
form: {
|
|
50114
50140
|
emits: [
|
|
@@ -52774,6 +52800,10 @@ declare const registry: {
|
|
|
52774
52800
|
required: string[];
|
|
52775
52801
|
};
|
|
52776
52802
|
};
|
|
52803
|
+
maxInlineActions: {
|
|
52804
|
+
types: string[];
|
|
52805
|
+
description: string;
|
|
52806
|
+
};
|
|
52777
52807
|
backAction: {
|
|
52778
52808
|
types: string[];
|
|
52779
52809
|
description: string;
|
|
@@ -54518,7 +54548,8 @@ declare const registry: {
|
|
|
54518
54548
|
items: {
|
|
54519
54549
|
types: string[];
|
|
54520
54550
|
description: string;
|
|
54521
|
-
|
|
54551
|
+
kind: string;
|
|
54552
|
+
eventField: string;
|
|
54522
54553
|
items: {
|
|
54523
54554
|
types: string[];
|
|
54524
54555
|
properties: {
|
|
@@ -54547,6 +54578,16 @@ declare const registry: {
|
|
|
54547
54578
|
required: string[];
|
|
54548
54579
|
};
|
|
54549
54580
|
};
|
|
54581
|
+
fromNavStack: {
|
|
54582
|
+
types: string[];
|
|
54583
|
+
description: string;
|
|
54584
|
+
default: boolean;
|
|
54585
|
+
};
|
|
54586
|
+
itemEvent: {
|
|
54587
|
+
types: string[];
|
|
54588
|
+
description: string;
|
|
54589
|
+
kind: string;
|
|
54590
|
+
};
|
|
54550
54591
|
separator: {
|
|
54551
54592
|
types: string[];
|
|
54552
54593
|
description: string;
|
|
@@ -56422,6 +56463,7 @@ declare const registry: {
|
|
|
56422
56463
|
description: string;
|
|
56423
56464
|
kind: string;
|
|
56424
56465
|
callbackArgs: never[];
|
|
56466
|
+
default: string;
|
|
56425
56467
|
};
|
|
56426
56468
|
removeLabel: {
|
|
56427
56469
|
types: string[];
|
|
@@ -67380,6 +67422,7 @@ declare const registry: {
|
|
|
67380
67422
|
description: string;
|
|
67381
67423
|
kind: string;
|
|
67382
67424
|
callbackArgs: never[];
|
|
67425
|
+
default: string;
|
|
67383
67426
|
};
|
|
67384
67427
|
removable: {
|
|
67385
67428
|
types: string[];
|
|
@@ -67411,6 +67454,7 @@ declare const registry: {
|
|
|
67411
67454
|
type: string;
|
|
67412
67455
|
required: boolean;
|
|
67413
67456
|
}[];
|
|
67457
|
+
default: string;
|
|
67414
67458
|
};
|
|
67415
67459
|
};
|
|
67416
67460
|
};
|
|
@@ -71347,6 +71391,7 @@ declare const registry: {
|
|
|
71347
71391
|
description: string;
|
|
71348
71392
|
kind: string;
|
|
71349
71393
|
callbackArgs: never[];
|
|
71394
|
+
default: string;
|
|
71350
71395
|
};
|
|
71351
71396
|
clickEvent: {
|
|
71352
71397
|
types: string[];
|
|
@@ -71367,6 +71412,7 @@ declare const registry: {
|
|
|
71367
71412
|
type: string;
|
|
71368
71413
|
required: boolean;
|
|
71369
71414
|
}[];
|
|
71415
|
+
default: string;
|
|
71370
71416
|
};
|
|
71371
71417
|
dropEvent: {
|
|
71372
71418
|
types: string[];
|
|
@@ -81689,6 +81735,10 @@ declare const PATTERN_REGISTRY: {
|
|
|
81689
81735
|
required: string[];
|
|
81690
81736
|
};
|
|
81691
81737
|
};
|
|
81738
|
+
maxInlineActions: {
|
|
81739
|
+
types: string[];
|
|
81740
|
+
description: string;
|
|
81741
|
+
};
|
|
81692
81742
|
backAction: {
|
|
81693
81743
|
types: string[];
|
|
81694
81744
|
description: string;
|
|
@@ -83433,7 +83483,8 @@ declare const PATTERN_REGISTRY: {
|
|
|
83433
83483
|
items: {
|
|
83434
83484
|
types: string[];
|
|
83435
83485
|
description: string;
|
|
83436
|
-
|
|
83486
|
+
kind: string;
|
|
83487
|
+
eventField: string;
|
|
83437
83488
|
items: {
|
|
83438
83489
|
types: string[];
|
|
83439
83490
|
properties: {
|
|
@@ -83462,6 +83513,16 @@ declare const PATTERN_REGISTRY: {
|
|
|
83462
83513
|
required: string[];
|
|
83463
83514
|
};
|
|
83464
83515
|
};
|
|
83516
|
+
fromNavStack: {
|
|
83517
|
+
types: string[];
|
|
83518
|
+
description: string;
|
|
83519
|
+
default: boolean;
|
|
83520
|
+
};
|
|
83521
|
+
itemEvent: {
|
|
83522
|
+
types: string[];
|
|
83523
|
+
description: string;
|
|
83524
|
+
kind: string;
|
|
83525
|
+
};
|
|
83465
83526
|
separator: {
|
|
83466
83527
|
types: string[];
|
|
83467
83528
|
description: string;
|
|
@@ -85337,6 +85398,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
85337
85398
|
description: string;
|
|
85338
85399
|
kind: string;
|
|
85339
85400
|
callbackArgs: never[];
|
|
85401
|
+
default: string;
|
|
85340
85402
|
};
|
|
85341
85403
|
removeLabel: {
|
|
85342
85404
|
types: string[];
|
|
@@ -96295,6 +96357,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
96295
96357
|
description: string;
|
|
96296
96358
|
kind: string;
|
|
96297
96359
|
callbackArgs: never[];
|
|
96360
|
+
default: string;
|
|
96298
96361
|
};
|
|
96299
96362
|
removable: {
|
|
96300
96363
|
types: string[];
|
|
@@ -96326,6 +96389,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
96326
96389
|
type: string;
|
|
96327
96390
|
required: boolean;
|
|
96328
96391
|
}[];
|
|
96392
|
+
default: string;
|
|
96329
96393
|
};
|
|
96330
96394
|
};
|
|
96331
96395
|
};
|
|
@@ -100262,6 +100326,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
100262
100326
|
description: string;
|
|
100263
100327
|
kind: string;
|
|
100264
100328
|
callbackArgs: never[];
|
|
100329
|
+
default: string;
|
|
100265
100330
|
};
|
|
100266
100331
|
clickEvent: {
|
|
100267
100332
|
types: string[];
|
|
@@ -100282,6 +100347,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
100282
100347
|
type: string;
|
|
100283
100348
|
required: boolean;
|
|
100284
100349
|
}[];
|
|
100350
|
+
default: string;
|
|
100285
100351
|
};
|
|
100286
100352
|
dropEvent: {
|
|
100287
100353
|
types: 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-21T17:33:36.142Z",
|
|
7
7
|
patterns: {
|
|
8
8
|
"entity-table": {
|
|
9
9
|
type: "entity-table",
|
|
@@ -1521,6 +1521,12 @@ var patterns_registry_default = {
|
|
|
1521
1521
|
]
|
|
1522
1522
|
}
|
|
1523
1523
|
},
|
|
1524
|
+
maxInlineActions: {
|
|
1525
|
+
types: [
|
|
1526
|
+
"number"
|
|
1527
|
+
],
|
|
1528
|
+
description: `Max inline action buttons before the rest collapse into a "\u22EF" overflow menu (mirrors DataGrid's maxInlineActions). Omit = all inline.`
|
|
1529
|
+
},
|
|
1524
1530
|
backAction: {
|
|
1525
1531
|
types: [
|
|
1526
1532
|
"object"
|
|
@@ -4421,8 +4427,9 @@ var patterns_registry_default = {
|
|
|
4421
4427
|
types: [
|
|
4422
4428
|
"array"
|
|
4423
4429
|
],
|
|
4424
|
-
description: "Breadcrumb items",
|
|
4425
|
-
|
|
4430
|
+
description: "Breadcrumb items. Omit together with `fromNavStack` to render the orbital-scoped navigation stack instead of an authored trail.",
|
|
4431
|
+
kind: "event-list",
|
|
4432
|
+
eventField: "event",
|
|
4426
4433
|
items: {
|
|
4427
4434
|
types: [
|
|
4428
4435
|
"object"
|
|
@@ -4470,6 +4477,20 @@ var patterns_registry_default = {
|
|
|
4470
4477
|
]
|
|
4471
4478
|
}
|
|
4472
4479
|
},
|
|
4480
|
+
fromNavStack: {
|
|
4481
|
+
types: [
|
|
4482
|
+
"boolean"
|
|
4483
|
+
],
|
|
4484
|
+
description: "Render the current orbital's navigation stack (NavStackProvider) as the trail: one crumb per visited/declared level, last entry current. The stack is client-session state both execution paths maintain; outside a provider this renders nothing.",
|
|
4485
|
+
default: false
|
|
4486
|
+
},
|
|
4487
|
+
itemEvent: {
|
|
4488
|
+
types: [
|
|
4489
|
+
"string"
|
|
4490
|
+
],
|
|
4491
|
+
description: "Event emitted when a non-current crumb is clicked, with payload `{ label, href, index }` \u2014 the trait handles it with `(navigate ?href)`. Without it, stack crumbs navigate directly.",
|
|
4492
|
+
kind: "event"
|
|
4493
|
+
},
|
|
4473
4494
|
separator: {
|
|
4474
4495
|
types: [
|
|
4475
4496
|
"icon",
|
|
@@ -7558,7 +7579,8 @@ var patterns_registry_default = {
|
|
|
7558
7579
|
],
|
|
7559
7580
|
description: 'When set, renders a small X button on the right of the badge that invokes this handler \u2014 turns the badge into a removable chip. Used by the TagInput molecule and other "list of removable values" surfaces.',
|
|
7560
7581
|
kind: "callback",
|
|
7561
|
-
callbackArgs: []
|
|
7582
|
+
callbackArgs: [],
|
|
7583
|
+
default: ""
|
|
7562
7584
|
},
|
|
7563
7585
|
removeLabel: {
|
|
7564
7586
|
types: [
|
|
@@ -25348,7 +25370,8 @@ var patterns_registry_default = {
|
|
|
25348
25370
|
],
|
|
25349
25371
|
description: "Called when the user clicks the remove (\xD7) button",
|
|
25350
25372
|
kind: "callback",
|
|
25351
|
-
callbackArgs: []
|
|
25373
|
+
callbackArgs: [],
|
|
25374
|
+
default: ""
|
|
25352
25375
|
},
|
|
25353
25376
|
removable: {
|
|
25354
25377
|
types: [
|
|
@@ -25391,7 +25414,8 @@ var patterns_registry_default = {
|
|
|
25391
25414
|
type: "string",
|
|
25392
25415
|
required: true
|
|
25393
25416
|
}
|
|
25394
|
-
]
|
|
25417
|
+
],
|
|
25418
|
+
default: ""
|
|
25395
25419
|
}
|
|
25396
25420
|
}
|
|
25397
25421
|
},
|
|
@@ -31813,7 +31837,8 @@ var patterns_registry_default = {
|
|
|
31813
31837
|
],
|
|
31814
31838
|
description: "Remove handler",
|
|
31815
31839
|
kind: "callback",
|
|
31816
|
-
callbackArgs: []
|
|
31840
|
+
callbackArgs: [],
|
|
31841
|
+
default: ""
|
|
31817
31842
|
},
|
|
31818
31843
|
clickEvent: {
|
|
31819
31844
|
types: [
|
|
@@ -31841,7 +31866,8 @@ var patterns_registry_default = {
|
|
|
31841
31866
|
type: "number",
|
|
31842
31867
|
required: true
|
|
31843
31868
|
}
|
|
31844
|
-
]
|
|
31869
|
+
],
|
|
31870
|
+
default: ""
|
|
31845
31871
|
},
|
|
31846
31872
|
dropEvent: {
|
|
31847
31873
|
types: [
|
|
@@ -48558,7 +48584,7 @@ var integrators_registry_default = {
|
|
|
48558
48584
|
// src/patterns/component-mapping.json
|
|
48559
48585
|
var component_mapping_default = {
|
|
48560
48586
|
version: "1.0.0",
|
|
48561
|
-
exportedAt: "2026-08-
|
|
48587
|
+
exportedAt: "2026-08-21T17:33:36.142Z",
|
|
48562
48588
|
mappings: {
|
|
48563
48589
|
"page-header": {
|
|
48564
48590
|
component: "PageHeader",
|
|
@@ -49968,7 +49994,7 @@ var component_mapping_default = {
|
|
|
49968
49994
|
// src/patterns/event-contracts.json
|
|
49969
49995
|
var event_contracts_default = {
|
|
49970
49996
|
version: "1.0.0",
|
|
49971
|
-
exportedAt: "2026-08-
|
|
49997
|
+
exportedAt: "2026-08-21T17:33:36.142Z",
|
|
49972
49998
|
contracts: {
|
|
49973
49999
|
form: {
|
|
49974
50000
|
emits: [
|