@almadar/core 10.72.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.
@@ -1,7 +1,7 @@
1
- import { O as OrbitalSchema } from '../schema-8n8qR2Rb.js';
2
- export { E as EntityAccessPolicies, e as entityAccessPolicies, a as entityAccessTable } from '../entityAccess-OcrfCefK.js';
3
- import { a as EntityPersistence, E as EntityField, F as FieldValue, f as EntityRow } from '../effect-BftJTKJZ.js';
4
- import '../trait-BRv7XO6_.js';
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
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-08-28T23:51:47.246Z",
3
+ "exportedAt": "2026-08-29T18:15:51.642Z",
4
4
  "mappings": {
5
5
  "page-header": {
6
6
  "component": "PageHeader",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-08-28T23:51:47.246Z",
3
+ "exportedAt": "2026-08-29T18:15:51.642Z",
4
4
  "contracts": {
5
5
  "form": {
6
6
  "emits": [
@@ -1,10 +1,10 @@
1
- import { A as AnyPatternConfig, h as RenderBinding, F as FieldValue, b0 as PatternType } from '../effect-BftJTKJZ.js';
2
- export { aV as PATTERN_TYPES, aZ as PatternConfig, a_ as PatternProps, a$ as PatternPropsMap, cT as isValidPatternType } from '../effect-BftJTKJZ.js';
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-28T23:51:47.246Z";
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"
@@ -47907,6 +47956,19 @@ var patterns = {
47907
47956
  ],
47908
47957
  description: "Muted byline under the title; hidden when empty"
47909
47958
  },
47959
+ coverImage: {
47960
+ types: [
47961
+ "string"
47962
+ ],
47963
+ description: "Cover/hero image URL painted as a full-bleed banner above the header row (Notion/article-hero shape); hidden when empty"
47964
+ },
47965
+ icon: {
47966
+ types: [
47967
+ "icon",
47968
+ "string"
47969
+ ],
47970
+ description: "Document icon rendered beside the title (a file glyph, a domain icon); hidden when empty"
47971
+ },
47910
47972
  value: {
47911
47973
  types: [
47912
47974
  "string"
@@ -48071,6 +48133,7 @@ var patterns = {
48071
48133
  family: "core",
48072
48134
  description: "DocumentDetails — the document's metadata as a compact settings card for the rail beside a DocumentPanel, each property committing in place.",
48073
48135
  capabilities: "document settings, page details, post settings sidebar, metadata panel, document properties, publish settings",
48136
+ fieldsContract: "display",
48074
48137
  suggestedFor: [
48075
48138
  "document",
48076
48139
  "details",
@@ -48130,7 +48193,8 @@ var patterns = {
48130
48193
  "text",
48131
48194
  "boolean",
48132
48195
  "select",
48133
- "readonly"
48196
+ "readonly",
48197
+ "image"
48134
48198
  ]
48135
48199
  },
48136
48200
  options: {
@@ -48154,6 +48218,11 @@ var patterns = {
48154
48218
  "boolean",
48155
48219
  "percent"
48156
48220
  ]
48221
+ },
48222
+ type: {
48223
+ types: [
48224
+ "string"
48225
+ ]
48157
48226
  }
48158
48227
  }
48159
48228
  }
@@ -48177,6 +48246,30 @@ var patterns = {
48177
48246
  }
48178
48247
  ]
48179
48248
  },
48249
+ relationEvent: {
48250
+ types: [
48251
+ "string"
48252
+ ],
48253
+ description: "Makes relation chips clickable: emitted with { field, id, name } when a hydrated relation value (or one row of a many-relation) is clicked — the host routes it to the linked record's own surface.",
48254
+ kind: "event-ref",
48255
+ emitPayloadSchema: [
48256
+ {
48257
+ name: "field",
48258
+ type: "string",
48259
+ required: true
48260
+ },
48261
+ {
48262
+ name: "id",
48263
+ type: "string",
48264
+ required: true
48265
+ },
48266
+ {
48267
+ name: "name",
48268
+ type: "string",
48269
+ required: true
48270
+ }
48271
+ ]
48272
+ },
48180
48273
  title: {
48181
48274
  types: [
48182
48275
  "string"
@@ -48218,7 +48311,7 @@ var patternsRegistry = {
48218
48311
  };
48219
48312
 
48220
48313
  var version$2 = "1.0.0";
48221
- var exportedAt$2 = "2026-08-23T09:11:28.111Z";
48314
+ var exportedAt$2 = "2026-08-29T08:09:09.100Z";
48222
48315
  var integrators = {
48223
48316
  github: {
48224
48317
  name: "github",
@@ -50010,6 +50103,40 @@ var integrators = {
50010
50103
  url: "string"
50011
50104
  }
50012
50105
  },
50106
+ {
50107
+ name: "uploadMany",
50108
+ description: "",
50109
+ params: [
50110
+ {
50111
+ name: "bucket",
50112
+ type: "string",
50113
+ required: true,
50114
+ description: ""
50115
+ },
50116
+ {
50117
+ name: "files",
50118
+ type: "array",
50119
+ required: true,
50120
+ description: ""
50121
+ },
50122
+ {
50123
+ name: "acl",
50124
+ type: "'public' | 'private'",
50125
+ required: false,
50126
+ description: ""
50127
+ },
50128
+ {
50129
+ name: "maxSize",
50130
+ type: "number",
50131
+ required: false,
50132
+ description: ""
50133
+ }
50134
+ ],
50135
+ responseShape: {
50136
+ items: "array",
50137
+ count: "number"
50138
+ }
50139
+ },
50013
50140
  {
50014
50141
  name: "download",
50015
50142
  description: "",
@@ -51109,7 +51236,7 @@ var integratorsRegistry = {
51109
51236
  };
51110
51237
 
51111
51238
  var version$1 = "1.0.0";
51112
- var exportedAt$1 = "2026-08-28T23:51:47.246Z";
51239
+ var exportedAt$1 = "2026-08-29T18:15:51.642Z";
51113
51240
  var mappings = {
51114
51241
  "page-header": {
51115
51242
  component: "PageHeader",
@@ -52531,7 +52658,7 @@ var componentMapping = {
52531
52658
  };
52532
52659
 
52533
52660
  var version = "1.0.0";
52534
- var exportedAt = "2026-08-28T23:51:47.246Z";
52661
+ var exportedAt = "2026-08-29T18:15:51.642Z";
52535
52662
  var contracts = {
52536
52663
  form: {
52537
52664
  emits: [
@@ -62386,6 +62513,10 @@ declare const registry: {
62386
62513
  types: string[];
62387
62514
  description: string;
62388
62515
  };
62516
+ sidebarContent: {
62517
+ types: string[];
62518
+ description: string;
62519
+ };
62389
62520
  currentPath: {
62390
62521
  types: string[];
62391
62522
  description: string;
@@ -69802,6 +69933,16 @@ declare const registry: {
69802
69933
  types: string[];
69803
69934
  description: string;
69804
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
+ };
69805
69946
  onFileSelect: {
69806
69947
  types: string[];
69807
69948
  description: string;
@@ -69821,6 +69962,24 @@ declare const registry: {
69821
69962
  }[];
69822
69963
  default: string;
69823
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
+ };
69824
69983
  className: {
69825
69984
  types: string[];
69826
69985
  description: string;
@@ -83298,6 +83457,14 @@ declare const registry: {
83298
83457
  types: string[];
83299
83458
  description: string;
83300
83459
  };
83460
+ coverImage: {
83461
+ types: string[];
83462
+ description: string;
83463
+ };
83464
+ icon: {
83465
+ types: string[];
83466
+ description: string;
83467
+ };
83301
83468
  value: {
83302
83469
  types: string[];
83303
83470
  description: string;
@@ -83405,6 +83572,7 @@ declare const registry: {
83405
83572
  family: string;
83406
83573
  description: string;
83407
83574
  capabilities: string;
83575
+ fieldsContract: string;
83408
83576
  suggestedFor: string[];
83409
83577
  typicalSize: string;
83410
83578
  propsSchema: {
@@ -83449,6 +83617,9 @@ declare const registry: {
83449
83617
  types: string[];
83450
83618
  enumValues: string[];
83451
83619
  };
83620
+ type: {
83621
+ types: string[];
83622
+ };
83452
83623
  };
83453
83624
  };
83454
83625
  };
@@ -83462,6 +83633,16 @@ declare const registry: {
83462
83633
  required: boolean;
83463
83634
  }[];
83464
83635
  };
83636
+ relationEvent: {
83637
+ types: string[];
83638
+ description: string;
83639
+ kind: string;
83640
+ emitPayloadSchema: {
83641
+ name: string;
83642
+ type: string;
83643
+ required: boolean;
83644
+ }[];
83645
+ };
83465
83646
  title: {
83466
83647
  types: string[];
83467
83648
  description: string;
@@ -91593,6 +91774,10 @@ declare const PATTERN_REGISTRY: {
91593
91774
  types: string[];
91594
91775
  description: string;
91595
91776
  };
91777
+ sidebarContent: {
91778
+ types: string[];
91779
+ description: string;
91780
+ };
91596
91781
  currentPath: {
91597
91782
  types: string[];
91598
91783
  description: string;
@@ -99009,6 +99194,16 @@ declare const PATTERN_REGISTRY: {
99009
99194
  types: string[];
99010
99195
  description: string;
99011
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
+ };
99012
99207
  onFileSelect: {
99013
99208
  types: string[];
99014
99209
  description: string;
@@ -99028,6 +99223,24 @@ declare const PATTERN_REGISTRY: {
99028
99223
  }[];
99029
99224
  default: string;
99030
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
+ };
99031
99244
  className: {
99032
99245
  types: string[];
99033
99246
  description: string;
@@ -112505,6 +112718,14 @@ declare const PATTERN_REGISTRY: {
112505
112718
  types: string[];
112506
112719
  description: string;
112507
112720
  };
112721
+ coverImage: {
112722
+ types: string[];
112723
+ description: string;
112724
+ };
112725
+ icon: {
112726
+ types: string[];
112727
+ description: string;
112728
+ };
112508
112729
  value: {
112509
112730
  types: string[];
112510
112731
  description: string;
@@ -112612,6 +112833,7 @@ declare const PATTERN_REGISTRY: {
112612
112833
  family: string;
112613
112834
  description: string;
112614
112835
  capabilities: string;
112836
+ fieldsContract: string;
112615
112837
  suggestedFor: string[];
112616
112838
  typicalSize: string;
112617
112839
  propsSchema: {
@@ -112656,6 +112878,9 @@ declare const PATTERN_REGISTRY: {
112656
112878
  types: string[];
112657
112879
  enumValues: string[];
112658
112880
  };
112881
+ type: {
112882
+ types: string[];
112883
+ };
112659
112884
  };
112660
112885
  };
112661
112886
  };
@@ -112669,6 +112894,16 @@ declare const PATTERN_REGISTRY: {
112669
112894
  required: boolean;
112670
112895
  }[];
112671
112896
  };
112897
+ relationEvent: {
112898
+ types: string[];
112899
+ description: string;
112900
+ kind: string;
112901
+ emitPayloadSchema: {
112902
+ name: string;
112903
+ type: string;
112904
+ required: boolean;
112905
+ }[];
112906
+ };
112672
112907
  title: {
112673
112908
  types: string[];
112674
112909
  description: string;
@@ -113821,6 +114056,35 @@ declare const INTEGRATORS_REGISTRY: {
113821
114056
  etag: string;
113822
114057
  id: string;
113823
114058
  url: string;
114059
+ items?: undefined;
114060
+ count?: undefined;
114061
+ content?: undefined;
114062
+ contentType?: undefined;
114063
+ metadata?: undefined;
114064
+ keys?: undefined;
114065
+ truncated?: undefined;
114066
+ nextToken?: undefined;
114067
+ deleted?: undefined;
114068
+ expiresAt?: undefined;
114069
+ };
114070
+ } | {
114071
+ name: string;
114072
+ description: string;
114073
+ params: {
114074
+ name: string;
114075
+ type: string;
114076
+ required: boolean;
114077
+ description: string;
114078
+ }[];
114079
+ responseShape: {
114080
+ items: string;
114081
+ count: string;
114082
+ key?: undefined;
114083
+ bucket?: undefined;
114084
+ size?: undefined;
114085
+ etag?: undefined;
114086
+ id?: undefined;
114087
+ url?: undefined;
113824
114088
  content?: undefined;
113825
114089
  contentType?: undefined;
113826
114090
  metadata?: undefined;
@@ -113849,6 +114113,8 @@ declare const INTEGRATORS_REGISTRY: {
113849
114113
  etag?: undefined;
113850
114114
  id?: undefined;
113851
114115
  url?: undefined;
114116
+ items?: undefined;
114117
+ count?: undefined;
113852
114118
  keys?: undefined;
113853
114119
  truncated?: undefined;
113854
114120
  nextToken?: undefined;
@@ -113874,6 +114140,8 @@ declare const INTEGRATORS_REGISTRY: {
113874
114140
  etag?: undefined;
113875
114141
  id?: undefined;
113876
114142
  url?: undefined;
114143
+ items?: undefined;
114144
+ count?: undefined;
113877
114145
  content?: undefined;
113878
114146
  contentType?: undefined;
113879
114147
  metadata?: undefined;
@@ -113897,6 +114165,8 @@ declare const INTEGRATORS_REGISTRY: {
113897
114165
  etag?: undefined;
113898
114166
  id?: undefined;
113899
114167
  url?: undefined;
114168
+ items?: undefined;
114169
+ count?: undefined;
113900
114170
  content?: undefined;
113901
114171
  contentType?: undefined;
113902
114172
  metadata?: undefined;
@@ -113922,6 +114192,8 @@ declare const INTEGRATORS_REGISTRY: {
113922
114192
  size?: undefined;
113923
114193
  etag?: undefined;
113924
114194
  id?: undefined;
114195
+ items?: undefined;
114196
+ count?: undefined;
113925
114197
  content?: undefined;
113926
114198
  contentType?: undefined;
113927
114199
  metadata?: undefined;