@almadar/core 10.71.0 → 10.73.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-CrsTJ7h8.d.ts → effect-B7xqqEFo.d.ts} +5 -2
- package/dist/{entityAccess-B0r5mJ43.d.ts → entityAccess-BaGu3lyD.d.ts} +1 -1
- package/dist/factory/index.d.ts +4 -4
- package/dist/factory-runtime/index.d.ts +3 -3
- package/dist/{index-DOU3UsI-.d.ts → index-BFOvDfUQ.d.ts} +4 -4
- package/dist/index.d.ts +10 -10
- package/dist/index.js +86 -10
- 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 +171 -18
- package/dist/patterns/index.js +86 -10
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/integrators-registry.json +35 -1
- package/dist/patterns/patterns-registry.json +49 -7
- package/dist/patterns/registry.json +49 -7
- package/dist/patterns/services-registry.json +35 -1
- package/dist/{schema-CrlpehQq.d.ts → schema-CDlk_DCx.d.ts} +2 -2
- package/dist/{trait-CdcDJqPW.d.ts → trait-Cc-SAgVU.d.ts} +1 -1
- package/dist/types/index.d.ts +5 -5
- package/dist/types/index.js.map +1 -1
- package/dist/{types--R-KklLv.d.ts → types-BTxfDR3U.d.ts} +11 -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-CDlk_DCx.js';
|
|
2
|
+
export { E as EntityAccessPolicies, e as entityAccessPolicies, a as entityAccessTable } from '../entityAccess-BaGu3lyD.js';
|
|
3
|
+
import { a as EntityPersistence, E as EntityField, F as FieldValue, f as EntityRow } from '../effect-B7xqqEFo.js';
|
|
4
|
+
import '../trait-Cc-SAgVU.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-B7xqqEFo.js';
|
|
2
|
+
export { aV as PATTERN_TYPES, aZ as PatternConfig, a_ as PatternProps, a$ as PatternPropsMap, cT as isValidPatternType } from '../effect-B7xqqEFo.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-29T08:05:11.231Z";
|
|
8
8
|
var patterns = {
|
|
9
9
|
"entity-table": {
|
|
10
10
|
type: "entity-table",
|
|
@@ -47889,13 +47889,11 @@ var patterns = {
|
|
|
47889
47889
|
],
|
|
47890
47890
|
typicalSize: "medium",
|
|
47891
47891
|
propsSchema: {
|
|
47892
|
-
|
|
47892
|
+
id: {
|
|
47893
47893
|
types: [
|
|
47894
|
-
"
|
|
47894
|
+
"string"
|
|
47895
47895
|
],
|
|
47896
|
-
description: "The
|
|
47897
|
-
kind: "entity",
|
|
47898
|
-
cardinality: "record"
|
|
47896
|
+
description: "The record's id — carried on every commit and action event."
|
|
47899
47897
|
},
|
|
47900
47898
|
title: {
|
|
47901
47899
|
types: [
|
|
@@ -47909,6 +47907,19 @@ var patterns = {
|
|
|
47909
47907
|
],
|
|
47910
47908
|
description: "Muted byline under the title; hidden when empty"
|
|
47911
47909
|
},
|
|
47910
|
+
coverImage: {
|
|
47911
|
+
types: [
|
|
47912
|
+
"string"
|
|
47913
|
+
],
|
|
47914
|
+
description: "Cover/hero image URL painted as a full-bleed banner above the header row (Notion/article-hero shape); hidden when empty"
|
|
47915
|
+
},
|
|
47916
|
+
icon: {
|
|
47917
|
+
types: [
|
|
47918
|
+
"icon",
|
|
47919
|
+
"string"
|
|
47920
|
+
],
|
|
47921
|
+
description: "Document icon rendered beside the title (a file glyph, a domain icon); hidden when empty"
|
|
47922
|
+
},
|
|
47912
47923
|
value: {
|
|
47913
47924
|
types: [
|
|
47914
47925
|
"string"
|
|
@@ -48073,6 +48084,7 @@ var patterns = {
|
|
|
48073
48084
|
family: "core",
|
|
48074
48085
|
description: "DocumentDetails — the document's metadata as a compact settings card for the rail beside a DocumentPanel, each property committing in place.",
|
|
48075
48086
|
capabilities: "document settings, page details, post settings sidebar, metadata panel, document properties, publish settings",
|
|
48087
|
+
fieldsContract: "display",
|
|
48076
48088
|
suggestedFor: [
|
|
48077
48089
|
"document",
|
|
48078
48090
|
"details",
|
|
@@ -48132,7 +48144,8 @@ var patterns = {
|
|
|
48132
48144
|
"text",
|
|
48133
48145
|
"boolean",
|
|
48134
48146
|
"select",
|
|
48135
|
-
"readonly"
|
|
48147
|
+
"readonly",
|
|
48148
|
+
"image"
|
|
48136
48149
|
]
|
|
48137
48150
|
},
|
|
48138
48151
|
options: {
|
|
@@ -48156,6 +48169,11 @@ var patterns = {
|
|
|
48156
48169
|
"boolean",
|
|
48157
48170
|
"percent"
|
|
48158
48171
|
]
|
|
48172
|
+
},
|
|
48173
|
+
type: {
|
|
48174
|
+
types: [
|
|
48175
|
+
"string"
|
|
48176
|
+
]
|
|
48159
48177
|
}
|
|
48160
48178
|
}
|
|
48161
48179
|
}
|
|
@@ -48179,6 +48197,30 @@ var patterns = {
|
|
|
48179
48197
|
}
|
|
48180
48198
|
]
|
|
48181
48199
|
},
|
|
48200
|
+
relationEvent: {
|
|
48201
|
+
types: [
|
|
48202
|
+
"string"
|
|
48203
|
+
],
|
|
48204
|
+
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.",
|
|
48205
|
+
kind: "event-ref",
|
|
48206
|
+
emitPayloadSchema: [
|
|
48207
|
+
{
|
|
48208
|
+
name: "field",
|
|
48209
|
+
type: "string",
|
|
48210
|
+
required: true
|
|
48211
|
+
},
|
|
48212
|
+
{
|
|
48213
|
+
name: "id",
|
|
48214
|
+
type: "string",
|
|
48215
|
+
required: true
|
|
48216
|
+
},
|
|
48217
|
+
{
|
|
48218
|
+
name: "name",
|
|
48219
|
+
type: "string",
|
|
48220
|
+
required: true
|
|
48221
|
+
}
|
|
48222
|
+
]
|
|
48223
|
+
},
|
|
48182
48224
|
title: {
|
|
48183
48225
|
types: [
|
|
48184
48226
|
"string"
|
|
@@ -48220,7 +48262,7 @@ var patternsRegistry = {
|
|
|
48220
48262
|
};
|
|
48221
48263
|
|
|
48222
48264
|
var version$2 = "1.0.0";
|
|
48223
|
-
var exportedAt$2 = "2026-08-
|
|
48265
|
+
var exportedAt$2 = "2026-08-29T08:09:09.100Z";
|
|
48224
48266
|
var integrators = {
|
|
48225
48267
|
github: {
|
|
48226
48268
|
name: "github",
|
|
@@ -50012,6 +50054,40 @@ var integrators = {
|
|
|
50012
50054
|
url: "string"
|
|
50013
50055
|
}
|
|
50014
50056
|
},
|
|
50057
|
+
{
|
|
50058
|
+
name: "uploadMany",
|
|
50059
|
+
description: "",
|
|
50060
|
+
params: [
|
|
50061
|
+
{
|
|
50062
|
+
name: "bucket",
|
|
50063
|
+
type: "string",
|
|
50064
|
+
required: true,
|
|
50065
|
+
description: ""
|
|
50066
|
+
},
|
|
50067
|
+
{
|
|
50068
|
+
name: "files",
|
|
50069
|
+
type: "array",
|
|
50070
|
+
required: true,
|
|
50071
|
+
description: ""
|
|
50072
|
+
},
|
|
50073
|
+
{
|
|
50074
|
+
name: "acl",
|
|
50075
|
+
type: "'public' | 'private'",
|
|
50076
|
+
required: false,
|
|
50077
|
+
description: ""
|
|
50078
|
+
},
|
|
50079
|
+
{
|
|
50080
|
+
name: "maxSize",
|
|
50081
|
+
type: "number",
|
|
50082
|
+
required: false,
|
|
50083
|
+
description: ""
|
|
50084
|
+
}
|
|
50085
|
+
],
|
|
50086
|
+
responseShape: {
|
|
50087
|
+
items: "array",
|
|
50088
|
+
count: "number"
|
|
50089
|
+
}
|
|
50090
|
+
},
|
|
50015
50091
|
{
|
|
50016
50092
|
name: "download",
|
|
50017
50093
|
description: "",
|
|
@@ -51111,7 +51187,7 @@ var integratorsRegistry = {
|
|
|
51111
51187
|
};
|
|
51112
51188
|
|
|
51113
51189
|
var version$1 = "1.0.0";
|
|
51114
|
-
var exportedAt$1 = "2026-08-
|
|
51190
|
+
var exportedAt$1 = "2026-08-29T08:05:11.231Z";
|
|
51115
51191
|
var mappings = {
|
|
51116
51192
|
"page-header": {
|
|
51117
51193
|
component: "PageHeader",
|
|
@@ -52533,7 +52609,7 @@ var componentMapping = {
|
|
|
52533
52609
|
};
|
|
52534
52610
|
|
|
52535
52611
|
var version = "1.0.0";
|
|
52536
|
-
var exportedAt = "2026-08-
|
|
52612
|
+
var exportedAt = "2026-08-29T08:05:11.231Z";
|
|
52537
52613
|
var contracts = {
|
|
52538
52614
|
form: {
|
|
52539
52615
|
emits: [
|
|
@@ -83288,11 +83364,9 @@ declare const registry: {
|
|
|
83288
83364
|
suggestedFor: string[];
|
|
83289
83365
|
typicalSize: string;
|
|
83290
83366
|
propsSchema: {
|
|
83291
|
-
|
|
83367
|
+
id: {
|
|
83292
83368
|
types: string[];
|
|
83293
83369
|
description: string;
|
|
83294
|
-
kind: string;
|
|
83295
|
-
cardinality: string;
|
|
83296
83370
|
};
|
|
83297
83371
|
title: {
|
|
83298
83372
|
types: string[];
|
|
@@ -83302,6 +83376,14 @@ declare const registry: {
|
|
|
83302
83376
|
types: string[];
|
|
83303
83377
|
description: string;
|
|
83304
83378
|
};
|
|
83379
|
+
coverImage: {
|
|
83380
|
+
types: string[];
|
|
83381
|
+
description: string;
|
|
83382
|
+
};
|
|
83383
|
+
icon: {
|
|
83384
|
+
types: string[];
|
|
83385
|
+
description: string;
|
|
83386
|
+
};
|
|
83305
83387
|
value: {
|
|
83306
83388
|
types: string[];
|
|
83307
83389
|
description: string;
|
|
@@ -83409,6 +83491,7 @@ declare const registry: {
|
|
|
83409
83491
|
family: string;
|
|
83410
83492
|
description: string;
|
|
83411
83493
|
capabilities: string;
|
|
83494
|
+
fieldsContract: string;
|
|
83412
83495
|
suggestedFor: string[];
|
|
83413
83496
|
typicalSize: string;
|
|
83414
83497
|
propsSchema: {
|
|
@@ -83453,6 +83536,9 @@ declare const registry: {
|
|
|
83453
83536
|
types: string[];
|
|
83454
83537
|
enumValues: string[];
|
|
83455
83538
|
};
|
|
83539
|
+
type: {
|
|
83540
|
+
types: string[];
|
|
83541
|
+
};
|
|
83456
83542
|
};
|
|
83457
83543
|
};
|
|
83458
83544
|
};
|
|
@@ -83466,6 +83552,16 @@ declare const registry: {
|
|
|
83466
83552
|
required: boolean;
|
|
83467
83553
|
}[];
|
|
83468
83554
|
};
|
|
83555
|
+
relationEvent: {
|
|
83556
|
+
types: string[];
|
|
83557
|
+
description: string;
|
|
83558
|
+
kind: string;
|
|
83559
|
+
emitPayloadSchema: {
|
|
83560
|
+
name: string;
|
|
83561
|
+
type: string;
|
|
83562
|
+
required: boolean;
|
|
83563
|
+
}[];
|
|
83564
|
+
};
|
|
83469
83565
|
title: {
|
|
83470
83566
|
types: string[];
|
|
83471
83567
|
description: string;
|
|
@@ -112497,11 +112593,9 @@ declare const PATTERN_REGISTRY: {
|
|
|
112497
112593
|
suggestedFor: string[];
|
|
112498
112594
|
typicalSize: string;
|
|
112499
112595
|
propsSchema: {
|
|
112500
|
-
|
|
112596
|
+
id: {
|
|
112501
112597
|
types: string[];
|
|
112502
112598
|
description: string;
|
|
112503
|
-
kind: string;
|
|
112504
|
-
cardinality: string;
|
|
112505
112599
|
};
|
|
112506
112600
|
title: {
|
|
112507
112601
|
types: string[];
|
|
@@ -112511,6 +112605,14 @@ declare const PATTERN_REGISTRY: {
|
|
|
112511
112605
|
types: string[];
|
|
112512
112606
|
description: string;
|
|
112513
112607
|
};
|
|
112608
|
+
coverImage: {
|
|
112609
|
+
types: string[];
|
|
112610
|
+
description: string;
|
|
112611
|
+
};
|
|
112612
|
+
icon: {
|
|
112613
|
+
types: string[];
|
|
112614
|
+
description: string;
|
|
112615
|
+
};
|
|
112514
112616
|
value: {
|
|
112515
112617
|
types: string[];
|
|
112516
112618
|
description: string;
|
|
@@ -112618,6 +112720,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
112618
112720
|
family: string;
|
|
112619
112721
|
description: string;
|
|
112620
112722
|
capabilities: string;
|
|
112723
|
+
fieldsContract: string;
|
|
112621
112724
|
suggestedFor: string[];
|
|
112622
112725
|
typicalSize: string;
|
|
112623
112726
|
propsSchema: {
|
|
@@ -112662,6 +112765,9 @@ declare const PATTERN_REGISTRY: {
|
|
|
112662
112765
|
types: string[];
|
|
112663
112766
|
enumValues: string[];
|
|
112664
112767
|
};
|
|
112768
|
+
type: {
|
|
112769
|
+
types: string[];
|
|
112770
|
+
};
|
|
112665
112771
|
};
|
|
112666
112772
|
};
|
|
112667
112773
|
};
|
|
@@ -112675,6 +112781,16 @@ declare const PATTERN_REGISTRY: {
|
|
|
112675
112781
|
required: boolean;
|
|
112676
112782
|
}[];
|
|
112677
112783
|
};
|
|
112784
|
+
relationEvent: {
|
|
112785
|
+
types: string[];
|
|
112786
|
+
description: string;
|
|
112787
|
+
kind: string;
|
|
112788
|
+
emitPayloadSchema: {
|
|
112789
|
+
name: string;
|
|
112790
|
+
type: string;
|
|
112791
|
+
required: boolean;
|
|
112792
|
+
}[];
|
|
112793
|
+
};
|
|
112678
112794
|
title: {
|
|
112679
112795
|
types: string[];
|
|
112680
112796
|
description: string;
|
|
@@ -113827,6 +113943,35 @@ declare const INTEGRATORS_REGISTRY: {
|
|
|
113827
113943
|
etag: string;
|
|
113828
113944
|
id: string;
|
|
113829
113945
|
url: string;
|
|
113946
|
+
items?: undefined;
|
|
113947
|
+
count?: undefined;
|
|
113948
|
+
content?: undefined;
|
|
113949
|
+
contentType?: undefined;
|
|
113950
|
+
metadata?: undefined;
|
|
113951
|
+
keys?: undefined;
|
|
113952
|
+
truncated?: undefined;
|
|
113953
|
+
nextToken?: undefined;
|
|
113954
|
+
deleted?: undefined;
|
|
113955
|
+
expiresAt?: undefined;
|
|
113956
|
+
};
|
|
113957
|
+
} | {
|
|
113958
|
+
name: string;
|
|
113959
|
+
description: string;
|
|
113960
|
+
params: {
|
|
113961
|
+
name: string;
|
|
113962
|
+
type: string;
|
|
113963
|
+
required: boolean;
|
|
113964
|
+
description: string;
|
|
113965
|
+
}[];
|
|
113966
|
+
responseShape: {
|
|
113967
|
+
items: string;
|
|
113968
|
+
count: string;
|
|
113969
|
+
key?: undefined;
|
|
113970
|
+
bucket?: undefined;
|
|
113971
|
+
size?: undefined;
|
|
113972
|
+
etag?: undefined;
|
|
113973
|
+
id?: undefined;
|
|
113974
|
+
url?: undefined;
|
|
113830
113975
|
content?: undefined;
|
|
113831
113976
|
contentType?: undefined;
|
|
113832
113977
|
metadata?: undefined;
|
|
@@ -113855,6 +114000,8 @@ declare const INTEGRATORS_REGISTRY: {
|
|
|
113855
114000
|
etag?: undefined;
|
|
113856
114001
|
id?: undefined;
|
|
113857
114002
|
url?: undefined;
|
|
114003
|
+
items?: undefined;
|
|
114004
|
+
count?: undefined;
|
|
113858
114005
|
keys?: undefined;
|
|
113859
114006
|
truncated?: undefined;
|
|
113860
114007
|
nextToken?: undefined;
|
|
@@ -113880,6 +114027,8 @@ declare const INTEGRATORS_REGISTRY: {
|
|
|
113880
114027
|
etag?: undefined;
|
|
113881
114028
|
id?: undefined;
|
|
113882
114029
|
url?: undefined;
|
|
114030
|
+
items?: undefined;
|
|
114031
|
+
count?: undefined;
|
|
113883
114032
|
content?: undefined;
|
|
113884
114033
|
contentType?: undefined;
|
|
113885
114034
|
metadata?: undefined;
|
|
@@ -113903,6 +114052,8 @@ declare const INTEGRATORS_REGISTRY: {
|
|
|
113903
114052
|
etag?: undefined;
|
|
113904
114053
|
id?: undefined;
|
|
113905
114054
|
url?: undefined;
|
|
114055
|
+
items?: undefined;
|
|
114056
|
+
count?: undefined;
|
|
113906
114057
|
content?: undefined;
|
|
113907
114058
|
contentType?: undefined;
|
|
113908
114059
|
metadata?: undefined;
|
|
@@ -113928,6 +114079,8 @@ declare const INTEGRATORS_REGISTRY: {
|
|
|
113928
114079
|
size?: undefined;
|
|
113929
114080
|
etag?: undefined;
|
|
113930
114081
|
id?: undefined;
|
|
114082
|
+
items?: undefined;
|
|
114083
|
+
count?: undefined;
|
|
113931
114084
|
content?: undefined;
|
|
113932
114085
|
contentType?: undefined;
|
|
113933
114086
|
metadata?: undefined;
|
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-29T08:05:11.231Z",
|
|
7
7
|
patterns: {
|
|
8
8
|
"entity-table": {
|
|
9
9
|
type: "entity-table",
|
|
@@ -47757,13 +47757,11 @@ var patterns_registry_default = {
|
|
|
47757
47757
|
],
|
|
47758
47758
|
typicalSize: "medium",
|
|
47759
47759
|
propsSchema: {
|
|
47760
|
-
|
|
47760
|
+
id: {
|
|
47761
47761
|
types: [
|
|
47762
|
-
"
|
|
47762
|
+
"string"
|
|
47763
47763
|
],
|
|
47764
|
-
description: "The
|
|
47765
|
-
kind: "entity",
|
|
47766
|
-
cardinality: "record"
|
|
47764
|
+
description: "The record's id \u2014 carried on every commit and action event."
|
|
47767
47765
|
},
|
|
47768
47766
|
title: {
|
|
47769
47767
|
types: [
|
|
@@ -47777,6 +47775,19 @@ var patterns_registry_default = {
|
|
|
47777
47775
|
],
|
|
47778
47776
|
description: "Muted byline under the title; hidden when empty"
|
|
47779
47777
|
},
|
|
47778
|
+
coverImage: {
|
|
47779
|
+
types: [
|
|
47780
|
+
"string"
|
|
47781
|
+
],
|
|
47782
|
+
description: "Cover/hero image URL painted as a full-bleed banner above the header row (Notion/article-hero shape); hidden when empty"
|
|
47783
|
+
},
|
|
47784
|
+
icon: {
|
|
47785
|
+
types: [
|
|
47786
|
+
"icon",
|
|
47787
|
+
"string"
|
|
47788
|
+
],
|
|
47789
|
+
description: "Document icon rendered beside the title (a file glyph, a domain icon); hidden when empty"
|
|
47790
|
+
},
|
|
47780
47791
|
value: {
|
|
47781
47792
|
types: [
|
|
47782
47793
|
"string"
|
|
@@ -47941,6 +47952,7 @@ var patterns_registry_default = {
|
|
|
47941
47952
|
family: "core",
|
|
47942
47953
|
description: "DocumentDetails \u2014 the document's metadata as a compact settings card for the rail beside a DocumentPanel, each property committing in place.",
|
|
47943
47954
|
capabilities: "document settings, page details, post settings sidebar, metadata panel, document properties, publish settings",
|
|
47955
|
+
fieldsContract: "display",
|
|
47944
47956
|
suggestedFor: [
|
|
47945
47957
|
"document",
|
|
47946
47958
|
"details",
|
|
@@ -48000,7 +48012,8 @@ var patterns_registry_default = {
|
|
|
48000
48012
|
"text",
|
|
48001
48013
|
"boolean",
|
|
48002
48014
|
"select",
|
|
48003
|
-
"readonly"
|
|
48015
|
+
"readonly",
|
|
48016
|
+
"image"
|
|
48004
48017
|
]
|
|
48005
48018
|
},
|
|
48006
48019
|
options: {
|
|
@@ -48024,6 +48037,11 @@ var patterns_registry_default = {
|
|
|
48024
48037
|
"boolean",
|
|
48025
48038
|
"percent"
|
|
48026
48039
|
]
|
|
48040
|
+
},
|
|
48041
|
+
type: {
|
|
48042
|
+
types: [
|
|
48043
|
+
"string"
|
|
48044
|
+
]
|
|
48027
48045
|
}
|
|
48028
48046
|
}
|
|
48029
48047
|
}
|
|
@@ -48047,6 +48065,30 @@ var patterns_registry_default = {
|
|
|
48047
48065
|
}
|
|
48048
48066
|
]
|
|
48049
48067
|
},
|
|
48068
|
+
relationEvent: {
|
|
48069
|
+
types: [
|
|
48070
|
+
"string"
|
|
48071
|
+
],
|
|
48072
|
+
description: "Makes relation chips clickable: emitted with { field, id, name } when a hydrated relation value (or one row of a many-relation) is clicked \u2014 the host routes it to the linked record's own surface.",
|
|
48073
|
+
kind: "event-ref",
|
|
48074
|
+
emitPayloadSchema: [
|
|
48075
|
+
{
|
|
48076
|
+
name: "field",
|
|
48077
|
+
type: "string",
|
|
48078
|
+
required: true
|
|
48079
|
+
},
|
|
48080
|
+
{
|
|
48081
|
+
name: "id",
|
|
48082
|
+
type: "string",
|
|
48083
|
+
required: true
|
|
48084
|
+
},
|
|
48085
|
+
{
|
|
48086
|
+
name: "name",
|
|
48087
|
+
type: "string",
|
|
48088
|
+
required: true
|
|
48089
|
+
}
|
|
48090
|
+
]
|
|
48091
|
+
},
|
|
48050
48092
|
title: {
|
|
48051
48093
|
types: [
|
|
48052
48094
|
"string"
|
|
@@ -48085,7 +48127,7 @@ var patterns_registry_default = {
|
|
|
48085
48127
|
// src/patterns/integrators-registry.json
|
|
48086
48128
|
var integrators_registry_default = {
|
|
48087
48129
|
version: "1.0.0",
|
|
48088
|
-
exportedAt: "2026-08-
|
|
48130
|
+
exportedAt: "2026-08-29T08:09:09.100Z",
|
|
48089
48131
|
integrators: {
|
|
48090
48132
|
github: {
|
|
48091
48133
|
name: "github",
|
|
@@ -49875,6 +49917,40 @@ var integrators_registry_default = {
|
|
|
49875
49917
|
url: "string"
|
|
49876
49918
|
}
|
|
49877
49919
|
},
|
|
49920
|
+
{
|
|
49921
|
+
name: "uploadMany",
|
|
49922
|
+
description: "",
|
|
49923
|
+
params: [
|
|
49924
|
+
{
|
|
49925
|
+
name: "bucket",
|
|
49926
|
+
type: "string",
|
|
49927
|
+
required: true,
|
|
49928
|
+
description: ""
|
|
49929
|
+
},
|
|
49930
|
+
{
|
|
49931
|
+
name: "files",
|
|
49932
|
+
type: "array",
|
|
49933
|
+
required: true,
|
|
49934
|
+
description: ""
|
|
49935
|
+
},
|
|
49936
|
+
{
|
|
49937
|
+
name: "acl",
|
|
49938
|
+
type: "'public' | 'private'",
|
|
49939
|
+
required: false,
|
|
49940
|
+
description: ""
|
|
49941
|
+
},
|
|
49942
|
+
{
|
|
49943
|
+
name: "maxSize",
|
|
49944
|
+
type: "number",
|
|
49945
|
+
required: false,
|
|
49946
|
+
description: ""
|
|
49947
|
+
}
|
|
49948
|
+
],
|
|
49949
|
+
responseShape: {
|
|
49950
|
+
items: "array",
|
|
49951
|
+
count: "number"
|
|
49952
|
+
}
|
|
49953
|
+
},
|
|
49878
49954
|
{
|
|
49879
49955
|
name: "download",
|
|
49880
49956
|
description: "",
|
|
@@ -50967,7 +51043,7 @@ var integrators_registry_default = {
|
|
|
50967
51043
|
// src/patterns/component-mapping.json
|
|
50968
51044
|
var component_mapping_default = {
|
|
50969
51045
|
version: "1.0.0",
|
|
50970
|
-
exportedAt: "2026-08-
|
|
51046
|
+
exportedAt: "2026-08-29T08:05:11.231Z",
|
|
50971
51047
|
mappings: {
|
|
50972
51048
|
"page-header": {
|
|
50973
51049
|
component: "PageHeader",
|
|
@@ -52387,7 +52463,7 @@ var component_mapping_default = {
|
|
|
52387
52463
|
// src/patterns/event-contracts.json
|
|
52388
52464
|
var event_contracts_default = {
|
|
52389
52465
|
version: "1.0.0",
|
|
52390
|
-
exportedAt: "2026-08-
|
|
52466
|
+
exportedAt: "2026-08-29T08:05:11.231Z",
|
|
52391
52467
|
contracts: {
|
|
52392
52468
|
form: {
|
|
52393
52469
|
emits: [
|