@almadar/core 10.29.0 → 10.30.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-DcBjE_Uw.d.ts → builders-C458pIMW.d.ts} +1882 -221
- package/dist/builders.d.ts +3 -3
- package/dist/builders.js +151 -11
- package/dist/builders.js.map +1 -1
- package/dist/factory/index.d.ts +5 -4
- package/dist/factory-runtime/index.d.ts +63 -18
- package/dist/factory-runtime/index.js +192 -88
- package/dist/factory-runtime/index.js.map +1 -1
- package/dist/index.d.ts +10 -9
- package/dist/index.js +428 -57
- package/dist/index.js.map +1 -1
- package/dist/json-DOTchoRS.d.ts +57 -0
- package/dist/{pattern-types-JZordBZv.d.ts → pattern-types-CLcOXOmW.d.ts} +273 -13
- package/dist/patterns/component-mapping.json +1 -1
- package/dist/patterns/event-contracts.json +1 -1
- package/dist/patterns/index.d.ts +327 -48
- package/dist/patterns/index.js +188 -34
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/patterns-registry.json +146 -29
- package/dist/patterns/registry.json +146 -29
- package/dist/{trait-B_CzfDSi.d.ts → trait-CwWjkU-1.d.ts} +423 -45
- package/dist/types/index.d.ts +49 -19
- package/dist/types/index.js +212 -18
- package/dist/types/index.js.map +1 -1
- package/dist/{types-CGC5A1-T.d.ts → types-yW22YNNt.d.ts} +4 -59
- package/package.json +1 -1
package/dist/patterns/index.d.ts
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { F as FieldValue,
|
|
2
|
-
export { A as AnyPatternConfig,
|
|
1
|
+
import { F as FieldValue, al as PatternType } from '../pattern-types-CLcOXOmW.js';
|
|
2
|
+
export { A as AnyPatternConfig, ae as PATTERN_TYPES, ai as PatternConfig, aj as PatternProps, ak as PatternPropsMap, b9 as isValidPatternType } from '../pattern-types-CLcOXOmW.js';
|
|
3
3
|
import { d as EventPayloadValue, E as EventPayload } from '../expression-CB9R3KWk.js';
|
|
4
|
+
import { J as JsonValue } from '../json-DOTchoRS.js';
|
|
4
5
|
import 'zod';
|
|
5
6
|
|
|
6
7
|
var version$3 = "1.0.0";
|
|
7
|
-
var exportedAt$3 = "2026-07-
|
|
8
|
+
var exportedAt$3 = "2026-07-16T19:33:37.203Z";
|
|
8
9
|
var patterns = {
|
|
9
10
|
"entity-table": {
|
|
10
11
|
type: "entity-table",
|
|
@@ -711,7 +712,7 @@ var patterns = {
|
|
|
711
712
|
types: [
|
|
712
713
|
"function"
|
|
713
714
|
],
|
|
714
|
-
description: "renderItem
|
|
715
|
+
description: "Render function for each item. In .lolo: renderItem: (fn item <Component …={@item.field}/>), binding per-item fields via @item.field.",
|
|
715
716
|
kind: "callback",
|
|
716
717
|
callbackArgs: [
|
|
717
718
|
{
|
|
@@ -881,15 +882,6 @@ var patterns = {
|
|
|
881
882
|
],
|
|
882
883
|
typicalSize: "medium",
|
|
883
884
|
propsSchema: {
|
|
884
|
-
entity: {
|
|
885
|
-
types: [
|
|
886
|
-
"object",
|
|
887
|
-
"array"
|
|
888
|
-
],
|
|
889
|
-
description: "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit",
|
|
890
|
-
kind: "entity",
|
|
891
|
-
cardinality: "collection"
|
|
892
|
-
},
|
|
893
885
|
className: {
|
|
894
886
|
types: [
|
|
895
887
|
"string"
|
|
@@ -993,6 +985,15 @@ var patterns = {
|
|
|
993
985
|
]
|
|
994
986
|
}
|
|
995
987
|
},
|
|
988
|
+
entity: {
|
|
989
|
+
types: [
|
|
990
|
+
"object",
|
|
991
|
+
"array"
|
|
992
|
+
],
|
|
993
|
+
description: "Entity data (single record or collection).",
|
|
994
|
+
kind: "entity",
|
|
995
|
+
cardinality: "collection"
|
|
996
|
+
},
|
|
996
997
|
minCardWidth: {
|
|
997
998
|
types: [
|
|
998
999
|
"number"
|
|
@@ -4236,7 +4237,7 @@ var patterns = {
|
|
|
4236
4237
|
types: [
|
|
4237
4238
|
"string"
|
|
4238
4239
|
],
|
|
4239
|
-
description: "Declarative step click event — emits UI:{stepClickEvent} with { stepIndex }",
|
|
4240
|
+
description: "Declarative step click event — emits UI:{stepClickEvent} with { stepIndex }. Setting it requires declaring that event (with a `{ stepIndex }` payload) and a transition handling it in the same trait; omit this prop for non-clickable progress indicators.",
|
|
4240
4241
|
kind: "event-ref",
|
|
4241
4242
|
emitPayloadSchema: [
|
|
4242
4243
|
{
|
|
@@ -7704,7 +7705,7 @@ var patterns = {
|
|
|
7704
7705
|
types: [
|
|
7705
7706
|
"string"
|
|
7706
7707
|
],
|
|
7707
|
-
description: "Input type
|
|
7708
|
+
description: "Input type — selects the field's data mode. Use 'password' for masked credentials / secret / passphrase entry (there is no separate password pattern); 'email', 'tel', 'url', 'number', 'search', 'date', and 'time' for their respective values; and 'select' / 'textarea' for choice and multi-line entry in addition to the standard single-line types.",
|
|
7708
7709
|
enumValues: [
|
|
7709
7710
|
"text",
|
|
7710
7711
|
"email",
|
|
@@ -8984,7 +8985,7 @@ var patterns = {
|
|
|
8984
8985
|
types: [
|
|
8985
8986
|
"function"
|
|
8986
8987
|
],
|
|
8987
|
-
description: "Render function for each item",
|
|
8988
|
+
description: "Render function for each item. In .lolo: renderItem: (fn item <Component …={@item.field}/>), binding per-item fields via @item.field.",
|
|
8988
8989
|
required: true,
|
|
8989
8990
|
kind: "callback",
|
|
8990
8991
|
callbackArgs: [
|
|
@@ -10426,7 +10427,7 @@ var patterns = {
|
|
|
10426
10427
|
types: [
|
|
10427
10428
|
"string"
|
|
10428
10429
|
],
|
|
10429
|
-
description: "Input type
|
|
10430
|
+
description: "Input type — selects the field's data mode. Use 'password' for masked credentials / secret / passphrase entry (there is no separate password pattern); 'email', 'tel', 'url', 'number', 'search', 'date', and 'time' for their respective values; and 'select' / 'textarea' for choice and multi-line entry in addition to the standard single-line types.",
|
|
10430
10431
|
enumValues: [
|
|
10431
10432
|
"text",
|
|
10432
10433
|
"email",
|
|
@@ -14549,6 +14550,11 @@ var patterns = {
|
|
|
14549
14550
|
"number"
|
|
14550
14551
|
]
|
|
14551
14552
|
},
|
|
14553
|
+
badge: {
|
|
14554
|
+
types: [
|
|
14555
|
+
"number"
|
|
14556
|
+
]
|
|
14557
|
+
},
|
|
14552
14558
|
x: {
|
|
14553
14559
|
types: [
|
|
14554
14560
|
"number"
|
|
@@ -14569,7 +14575,7 @@ var patterns = {
|
|
|
14569
14575
|
types: [
|
|
14570
14576
|
"array"
|
|
14571
14577
|
],
|
|
14572
|
-
description: "Graph edges",
|
|
14578
|
+
description: "Graph edges (the only rendered links)",
|
|
14573
14579
|
items: {
|
|
14574
14580
|
types: [
|
|
14575
14581
|
"object"
|
|
@@ -14607,6 +14613,39 @@ var patterns = {
|
|
|
14607
14613
|
]
|
|
14608
14614
|
}
|
|
14609
14615
|
},
|
|
14616
|
+
similarity: {
|
|
14617
|
+
types: [
|
|
14618
|
+
"array"
|
|
14619
|
+
],
|
|
14620
|
+
description: "All-pairs similarity (cosine 0–1) used ONLY for layout, never drawn. It is the secondary macro-layout: non-connected pairs get a weak spring (higher cosine ⇒ closer) so clusters arrange relative to each other; drawn `edges` stay the primary tight structure. When omitted, edges alone drive the layout.",
|
|
14621
|
+
items: {
|
|
14622
|
+
types: [
|
|
14623
|
+
"object"
|
|
14624
|
+
],
|
|
14625
|
+
properties: {
|
|
14626
|
+
source: {
|
|
14627
|
+
types: [
|
|
14628
|
+
"string"
|
|
14629
|
+
]
|
|
14630
|
+
},
|
|
14631
|
+
target: {
|
|
14632
|
+
types: [
|
|
14633
|
+
"string"
|
|
14634
|
+
]
|
|
14635
|
+
},
|
|
14636
|
+
weight: {
|
|
14637
|
+
types: [
|
|
14638
|
+
"number"
|
|
14639
|
+
]
|
|
14640
|
+
}
|
|
14641
|
+
},
|
|
14642
|
+
required: [
|
|
14643
|
+
"source",
|
|
14644
|
+
"target",
|
|
14645
|
+
"weight"
|
|
14646
|
+
]
|
|
14647
|
+
}
|
|
14648
|
+
},
|
|
14610
14649
|
height: {
|
|
14611
14650
|
types: [
|
|
14612
14651
|
"number"
|
|
@@ -14716,6 +14755,11 @@ var patterns = {
|
|
|
14716
14755
|
"number"
|
|
14717
14756
|
]
|
|
14718
14757
|
},
|
|
14758
|
+
badge: {
|
|
14759
|
+
types: [
|
|
14760
|
+
"number"
|
|
14761
|
+
]
|
|
14762
|
+
},
|
|
14719
14763
|
x: {
|
|
14720
14764
|
types: [
|
|
14721
14765
|
"number"
|
|
@@ -14774,6 +14818,74 @@ var patterns = {
|
|
|
14774
14818
|
"number"
|
|
14775
14819
|
]
|
|
14776
14820
|
},
|
|
14821
|
+
badge: {
|
|
14822
|
+
types: [
|
|
14823
|
+
"number"
|
|
14824
|
+
]
|
|
14825
|
+
},
|
|
14826
|
+
x: {
|
|
14827
|
+
types: [
|
|
14828
|
+
"number"
|
|
14829
|
+
]
|
|
14830
|
+
},
|
|
14831
|
+
y: {
|
|
14832
|
+
types: [
|
|
14833
|
+
"number"
|
|
14834
|
+
]
|
|
14835
|
+
}
|
|
14836
|
+
},
|
|
14837
|
+
required: [
|
|
14838
|
+
"id"
|
|
14839
|
+
]
|
|
14840
|
+
}
|
|
14841
|
+
}
|
|
14842
|
+
]
|
|
14843
|
+
},
|
|
14844
|
+
onBadgeClick: {
|
|
14845
|
+
types: [
|
|
14846
|
+
"function"
|
|
14847
|
+
],
|
|
14848
|
+
description: "On node badge click (e.g. to expand a merged cluster).",
|
|
14849
|
+
kind: "callback",
|
|
14850
|
+
callbackArgs: [
|
|
14851
|
+
{
|
|
14852
|
+
name: "node",
|
|
14853
|
+
type: "object",
|
|
14854
|
+
schema: {
|
|
14855
|
+
types: [
|
|
14856
|
+
"object"
|
|
14857
|
+
],
|
|
14858
|
+
properties: {
|
|
14859
|
+
id: {
|
|
14860
|
+
types: [
|
|
14861
|
+
"string"
|
|
14862
|
+
]
|
|
14863
|
+
},
|
|
14864
|
+
label: {
|
|
14865
|
+
types: [
|
|
14866
|
+
"string"
|
|
14867
|
+
]
|
|
14868
|
+
},
|
|
14869
|
+
group: {
|
|
14870
|
+
types: [
|
|
14871
|
+
"string"
|
|
14872
|
+
]
|
|
14873
|
+
},
|
|
14874
|
+
color: {
|
|
14875
|
+
types: [
|
|
14876
|
+
"string"
|
|
14877
|
+
]
|
|
14878
|
+
},
|
|
14879
|
+
size: {
|
|
14880
|
+
types: [
|
|
14881
|
+
"number"
|
|
14882
|
+
]
|
|
14883
|
+
},
|
|
14884
|
+
badge: {
|
|
14885
|
+
types: [
|
|
14886
|
+
"number"
|
|
14887
|
+
]
|
|
14888
|
+
},
|
|
14777
14889
|
x: {
|
|
14778
14890
|
types: [
|
|
14779
14891
|
"number"
|
|
@@ -16794,7 +16906,7 @@ var patterns = {
|
|
|
16794
16906
|
types: [
|
|
16795
16907
|
"array"
|
|
16796
16908
|
],
|
|
16797
|
-
description: "Field definitions for rendering each card. The pattern contract in `@almadar/patterns` documents `columns` as the wire-format alias the compiler emits — both names resolve to the same shape here. Pass either.",
|
|
16909
|
+
description: "Field definitions for rendering each card. The pattern contract in `@almadar/core/patterns` documents `columns` as the wire-format alias the compiler emits — both names resolve to the same shape here. Pass either.",
|
|
16798
16910
|
items: {
|
|
16799
16911
|
types: [
|
|
16800
16912
|
"object"
|
|
@@ -17126,7 +17238,7 @@ var patterns = {
|
|
|
17126
17238
|
types: [
|
|
17127
17239
|
"function"
|
|
17128
17240
|
],
|
|
17129
|
-
description: "Per-item render function (schema-level alias for children render prop). In .orb schemas: [\"fn\", \"item\", { pattern tree with @item.field bindings }] The compiler converts this to the children render prop.",
|
|
17241
|
+
description: "Per-item render function (schema-level alias for children render prop). In .orb schemas: [\"fn\", \"item\", { pattern tree with @item.field bindings }] The compiler converts this to the children render prop. In .lolo, author the per-item renderer as renderItem: (fn item <Component …={@item.field}/>), binding per-item fields via @item.field.",
|
|
17130
17242
|
kind: "callback",
|
|
17131
17243
|
callbackArgs: [
|
|
17132
17244
|
{
|
|
@@ -17239,7 +17351,7 @@ var patterns = {
|
|
|
17239
17351
|
types: [
|
|
17240
17352
|
"array"
|
|
17241
17353
|
],
|
|
17242
|
-
description: "Field definitions for rendering each row. The pattern contract in `@almadar/patterns` documents `columns` as the wire-format alias the compiler emits — both names resolve to the same shape here. Pass either.",
|
|
17354
|
+
description: "Field definitions for rendering each row. The pattern contract in `@almadar/core/patterns` documents `columns` as the wire-format alias the compiler emits — both names resolve to the same shape here. Pass either.",
|
|
17243
17355
|
items: {
|
|
17244
17356
|
types: [
|
|
17245
17357
|
"object"
|
|
@@ -17643,7 +17755,7 @@ var patterns = {
|
|
|
17643
17755
|
types: [
|
|
17644
17756
|
"function"
|
|
17645
17757
|
],
|
|
17646
|
-
description: "Per-item render function (schema-level alias for children render prop). In .orb schemas: [\"fn\", \"item\", { pattern tree with @item.field bindings }] The compiler converts this to the children render prop.",
|
|
17758
|
+
description: "Per-item render function (schema-level alias for children render prop). In .orb schemas: [\"fn\", \"item\", { pattern tree with @item.field bindings }] The compiler converts this to the children render prop. In .lolo, author the per-item renderer as renderItem: (fn item <Component …={@item.field}/>), binding per-item fields via @item.field.",
|
|
17647
17759
|
kind: "callback",
|
|
17648
17760
|
callbackArgs: [
|
|
17649
17761
|
{
|
|
@@ -18677,6 +18789,12 @@ var patterns = {
|
|
|
18677
18789
|
],
|
|
18678
18790
|
description: "Text to display after the number"
|
|
18679
18791
|
},
|
|
18792
|
+
format: {
|
|
18793
|
+
types: [
|
|
18794
|
+
"string"
|
|
18795
|
+
],
|
|
18796
|
+
description: "Display format: \"number\" (locale grouping), \"currency\" ($x.xx), \"percent\" (rounded %). Unset preserves the value's own decimals."
|
|
18797
|
+
},
|
|
18680
18798
|
className: {
|
|
18681
18799
|
types: [
|
|
18682
18800
|
"string"
|
|
@@ -18864,7 +18982,7 @@ var patterns = {
|
|
|
18864
18982
|
types: [
|
|
18865
18983
|
"function"
|
|
18866
18984
|
],
|
|
18867
|
-
description: "Render function for each slide",
|
|
18985
|
+
description: "Render function for each slide. In .lolo: renderItem: (fn item <Component …={@item.field}/>), binding per-item fields via @item.field.",
|
|
18868
18986
|
kind: "callback",
|
|
18869
18987
|
callbackArgs: [
|
|
18870
18988
|
{
|
|
@@ -19037,7 +19155,7 @@ var patterns = {
|
|
|
19037
19155
|
types: [
|
|
19038
19156
|
"function"
|
|
19039
19157
|
],
|
|
19040
|
-
description: "renderItem
|
|
19158
|
+
description: "Render function for each item. In .lolo: renderItem: (fn item <Component …={@item.field}/>), binding per-item fields via @item.field.",
|
|
19041
19159
|
required: true,
|
|
19042
19160
|
kind: "callback",
|
|
19043
19161
|
callbackArgs: [
|
|
@@ -33071,7 +33189,7 @@ var patterns = {
|
|
|
33071
33189
|
types: [
|
|
33072
33190
|
"function"
|
|
33073
33191
|
],
|
|
33074
|
-
description: "Per-row render function (schema alias). In .orb: [\"fn\",\"item\",{...}]. The compiler converts this to the children render prop.",
|
|
33192
|
+
description: "Per-row render function (schema alias). In .orb: [\"fn\",\"item\",{...}]. The compiler converts this to the children render prop. In .lolo, author the per-row renderer as renderItem: (fn item <Component …={@item.field}/>), binding per-item fields via @item.field.",
|
|
33075
33193
|
kind: "callback",
|
|
33076
33194
|
callbackArgs: [
|
|
33077
33195
|
{
|
|
@@ -38699,31 +38817,31 @@ var patterns = {
|
|
|
38699
38817
|
types: [
|
|
38700
38818
|
"number"
|
|
38701
38819
|
],
|
|
38702
|
-
description: "Rect width in
|
|
38820
|
+
description: "Rect width in world units (fractions of `projector.tileWidth`)."
|
|
38703
38821
|
},
|
|
38704
38822
|
height: {
|
|
38705
38823
|
types: [
|
|
38706
38824
|
"number"
|
|
38707
38825
|
],
|
|
38708
|
-
description: "Rect height in
|
|
38826
|
+
description: "Rect height in world units (fractions of `projector.tileWidth`)."
|
|
38709
38827
|
},
|
|
38710
38828
|
radiusX: {
|
|
38711
38829
|
types: [
|
|
38712
38830
|
"number"
|
|
38713
38831
|
],
|
|
38714
|
-
description: "Ellipse horizontal radius in
|
|
38832
|
+
description: "Ellipse horizontal radius in world units (fractions of `projector.tileWidth`)."
|
|
38715
38833
|
},
|
|
38716
38834
|
radiusY: {
|
|
38717
38835
|
types: [
|
|
38718
38836
|
"number"
|
|
38719
38837
|
],
|
|
38720
|
-
description: "Ellipse vertical radius in
|
|
38838
|
+
description: "Ellipse vertical radius in world units; omitted → `radiusX` (a circle)."
|
|
38721
38839
|
},
|
|
38722
38840
|
offsetX: {
|
|
38723
38841
|
types: [
|
|
38724
38842
|
"number"
|
|
38725
38843
|
],
|
|
38726
|
-
description: "Fine
|
|
38844
|
+
description: "Fine nudge from the anchor point in world units."
|
|
38727
38845
|
},
|
|
38728
38846
|
offsetY: {
|
|
38729
38847
|
types: [
|
|
@@ -38735,7 +38853,7 @@ var patterns = {
|
|
|
38735
38853
|
types: [
|
|
38736
38854
|
"array"
|
|
38737
38855
|
],
|
|
38738
|
-
description: "Poly vertices as
|
|
38856
|
+
description: "Poly vertices as world-unit offsets relative to the cell's projected top-left.",
|
|
38739
38857
|
items: {
|
|
38740
38858
|
types: [
|
|
38741
38859
|
"object"
|
|
@@ -40677,7 +40795,7 @@ var integratorsRegistry = {
|
|
|
40677
40795
|
};
|
|
40678
40796
|
|
|
40679
40797
|
var version$1 = "1.0.0";
|
|
40680
|
-
var exportedAt$1 = "2026-07-
|
|
40798
|
+
var exportedAt$1 = "2026-07-16T19:33:37.203Z";
|
|
40681
40799
|
var mappings = {
|
|
40682
40800
|
"page-header": {
|
|
40683
40801
|
component: "PageHeader",
|
|
@@ -42034,7 +42152,7 @@ var componentMapping = {
|
|
|
42034
42152
|
};
|
|
42035
42153
|
|
|
42036
42154
|
var version = "1.0.0";
|
|
42037
|
-
var exportedAt = "2026-07-
|
|
42155
|
+
var exportedAt = "2026-07-16T19:33:37.203Z";
|
|
42038
42156
|
var contracts = {
|
|
42039
42157
|
form: {
|
|
42040
42158
|
emits: [
|
|
@@ -43539,8 +43657,9 @@ declare function getPatternMetadata(patternType: string): PatternEntry$1 | null;
|
|
|
43539
43657
|
* Get patterns allowed in .orb render-ui trees.
|
|
43540
43658
|
*
|
|
43541
43659
|
* Returns all non-entity patterns (atoms/molecules) plus the allowed
|
|
43542
|
-
* entity-aware exceptions (data-list, data-grid, search-input, form-section,
|
|
43543
|
-
*
|
|
43660
|
+
* entity-aware exceptions (data-list, data-grid, search-input, form-section,
|
|
43661
|
+
* meter, table-view, filter-group, timeline, media-gallery).
|
|
43662
|
+
* Excludes debug and template categories, plus any 3D-named patterns.
|
|
43544
43663
|
*
|
|
43545
43664
|
* Grouped by registry category with description and key props.
|
|
43546
43665
|
*/
|
|
@@ -43567,6 +43686,24 @@ declare function getOrbAllowedPatternsSlim(): string;
|
|
|
43567
43686
|
*/
|
|
43568
43687
|
declare function getOrbAllowedPatternsFiltered(patternNames: string[]): string;
|
|
43569
43688
|
|
|
43689
|
+
/**
|
|
43690
|
+
* Render-ui pattern-type collection over `.orb` IR — the ONE home for the
|
|
43691
|
+
* walk both the free-mode coherence filter (rabit) and the facet ingest
|
|
43692
|
+
* (calibrate) derive a behavior's rendered `type:` vocabulary from.
|
|
43693
|
+
*
|
|
43694
|
+
* Pure JSON traversal: no fs, no caching, no policy. `@`-prefixed type
|
|
43695
|
+
* values (e.g. `@config.viewPattern`) are call-site config bindings resolved
|
|
43696
|
+
* at compose time, not literal pattern types, and are skipped.
|
|
43697
|
+
*/
|
|
43698
|
+
|
|
43699
|
+
/**
|
|
43700
|
+
* Walk an `.orb` IR value collecting every `["render-ui", <slot>, <node>]`
|
|
43701
|
+
* pattern node's literal `type:` tokens (including nested `children`).
|
|
43702
|
+
*/
|
|
43703
|
+
declare function collectRenderUiPatternTypes(ir: JsonValue, out: Set<string>): void;
|
|
43704
|
+
/** Convenience form: the distinct render-ui `type:` tokens of one `.orb` IR. */
|
|
43705
|
+
declare function renderUiPatternTypesOf(ir: JsonValue): ReadonlySet<string>;
|
|
43706
|
+
|
|
43570
43707
|
/**
|
|
43571
43708
|
* Pattern Recommender
|
|
43572
43709
|
*
|
|
@@ -44220,12 +44357,6 @@ declare const registry: {
|
|
|
44220
44357
|
suggestedFor: string[];
|
|
44221
44358
|
typicalSize: string;
|
|
44222
44359
|
propsSchema: {
|
|
44223
|
-
entity: {
|
|
44224
|
-
types: string[];
|
|
44225
|
-
description: string;
|
|
44226
|
-
kind: string;
|
|
44227
|
-
cardinality: string;
|
|
44228
|
-
};
|
|
44229
44360
|
className: {
|
|
44230
44361
|
types: string[];
|
|
44231
44362
|
description: string;
|
|
@@ -44291,6 +44422,12 @@ declare const registry: {
|
|
|
44291
44422
|
types: string[];
|
|
44292
44423
|
};
|
|
44293
44424
|
};
|
|
44425
|
+
entity: {
|
|
44426
|
+
types: string[];
|
|
44427
|
+
description: string;
|
|
44428
|
+
kind: string;
|
|
44429
|
+
cardinality: string;
|
|
44430
|
+
};
|
|
44294
44431
|
minCardWidth: {
|
|
44295
44432
|
types: string[];
|
|
44296
44433
|
description: string;
|
|
@@ -52521,6 +52658,9 @@ declare const registry: {
|
|
|
52521
52658
|
size: {
|
|
52522
52659
|
types: string[];
|
|
52523
52660
|
};
|
|
52661
|
+
badge: {
|
|
52662
|
+
types: string[];
|
|
52663
|
+
};
|
|
52524
52664
|
x: {
|
|
52525
52665
|
types: string[];
|
|
52526
52666
|
};
|
|
@@ -52556,6 +52696,25 @@ declare const registry: {
|
|
|
52556
52696
|
required: string[];
|
|
52557
52697
|
};
|
|
52558
52698
|
};
|
|
52699
|
+
similarity: {
|
|
52700
|
+
types: string[];
|
|
52701
|
+
description: string;
|
|
52702
|
+
items: {
|
|
52703
|
+
types: string[];
|
|
52704
|
+
properties: {
|
|
52705
|
+
source: {
|
|
52706
|
+
types: string[];
|
|
52707
|
+
};
|
|
52708
|
+
target: {
|
|
52709
|
+
types: string[];
|
|
52710
|
+
};
|
|
52711
|
+
weight: {
|
|
52712
|
+
types: string[];
|
|
52713
|
+
};
|
|
52714
|
+
};
|
|
52715
|
+
required: string[];
|
|
52716
|
+
};
|
|
52717
|
+
};
|
|
52559
52718
|
height: {
|
|
52560
52719
|
types: string[];
|
|
52561
52720
|
description: string;
|
|
@@ -52624,6 +52783,9 @@ declare const registry: {
|
|
|
52624
52783
|
size: {
|
|
52625
52784
|
types: string[];
|
|
52626
52785
|
};
|
|
52786
|
+
badge: {
|
|
52787
|
+
types: string[];
|
|
52788
|
+
};
|
|
52627
52789
|
x: {
|
|
52628
52790
|
types: string[];
|
|
52629
52791
|
};
|
|
@@ -52660,6 +52822,48 @@ declare const registry: {
|
|
|
52660
52822
|
size: {
|
|
52661
52823
|
types: string[];
|
|
52662
52824
|
};
|
|
52825
|
+
badge: {
|
|
52826
|
+
types: string[];
|
|
52827
|
+
};
|
|
52828
|
+
x: {
|
|
52829
|
+
types: string[];
|
|
52830
|
+
};
|
|
52831
|
+
y: {
|
|
52832
|
+
types: string[];
|
|
52833
|
+
};
|
|
52834
|
+
};
|
|
52835
|
+
required: string[];
|
|
52836
|
+
};
|
|
52837
|
+
}[];
|
|
52838
|
+
};
|
|
52839
|
+
onBadgeClick: {
|
|
52840
|
+
types: string[];
|
|
52841
|
+
description: string;
|
|
52842
|
+
kind: string;
|
|
52843
|
+
callbackArgs: {
|
|
52844
|
+
name: string;
|
|
52845
|
+
type: string;
|
|
52846
|
+
schema: {
|
|
52847
|
+
types: string[];
|
|
52848
|
+
properties: {
|
|
52849
|
+
id: {
|
|
52850
|
+
types: string[];
|
|
52851
|
+
};
|
|
52852
|
+
label: {
|
|
52853
|
+
types: string[];
|
|
52854
|
+
};
|
|
52855
|
+
group: {
|
|
52856
|
+
types: string[];
|
|
52857
|
+
};
|
|
52858
|
+
color: {
|
|
52859
|
+
types: string[];
|
|
52860
|
+
};
|
|
52861
|
+
size: {
|
|
52862
|
+
types: string[];
|
|
52863
|
+
};
|
|
52864
|
+
badge: {
|
|
52865
|
+
types: string[];
|
|
52866
|
+
};
|
|
52663
52867
|
x: {
|
|
52664
52868
|
types: string[];
|
|
52665
52869
|
};
|
|
@@ -55069,6 +55273,10 @@ declare const registry: {
|
|
|
55069
55273
|
types: string[];
|
|
55070
55274
|
description: string;
|
|
55071
55275
|
};
|
|
55276
|
+
format: {
|
|
55277
|
+
types: string[];
|
|
55278
|
+
description: string;
|
|
55279
|
+
};
|
|
55072
55280
|
className: {
|
|
55073
55281
|
types: string[];
|
|
55074
55282
|
description: string;
|
|
@@ -68451,12 +68659,6 @@ declare const PATTERN_REGISTRY: {
|
|
|
68451
68659
|
suggestedFor: string[];
|
|
68452
68660
|
typicalSize: string;
|
|
68453
68661
|
propsSchema: {
|
|
68454
|
-
entity: {
|
|
68455
|
-
types: string[];
|
|
68456
|
-
description: string;
|
|
68457
|
-
kind: string;
|
|
68458
|
-
cardinality: string;
|
|
68459
|
-
};
|
|
68460
68662
|
className: {
|
|
68461
68663
|
types: string[];
|
|
68462
68664
|
description: string;
|
|
@@ -68522,6 +68724,12 @@ declare const PATTERN_REGISTRY: {
|
|
|
68522
68724
|
types: string[];
|
|
68523
68725
|
};
|
|
68524
68726
|
};
|
|
68727
|
+
entity: {
|
|
68728
|
+
types: string[];
|
|
68729
|
+
description: string;
|
|
68730
|
+
kind: string;
|
|
68731
|
+
cardinality: string;
|
|
68732
|
+
};
|
|
68525
68733
|
minCardWidth: {
|
|
68526
68734
|
types: string[];
|
|
68527
68735
|
description: string;
|
|
@@ -76752,6 +76960,9 @@ declare const PATTERN_REGISTRY: {
|
|
|
76752
76960
|
size: {
|
|
76753
76961
|
types: string[];
|
|
76754
76962
|
};
|
|
76963
|
+
badge: {
|
|
76964
|
+
types: string[];
|
|
76965
|
+
};
|
|
76755
76966
|
x: {
|
|
76756
76967
|
types: string[];
|
|
76757
76968
|
};
|
|
@@ -76787,6 +76998,25 @@ declare const PATTERN_REGISTRY: {
|
|
|
76787
76998
|
required: string[];
|
|
76788
76999
|
};
|
|
76789
77000
|
};
|
|
77001
|
+
similarity: {
|
|
77002
|
+
types: string[];
|
|
77003
|
+
description: string;
|
|
77004
|
+
items: {
|
|
77005
|
+
types: string[];
|
|
77006
|
+
properties: {
|
|
77007
|
+
source: {
|
|
77008
|
+
types: string[];
|
|
77009
|
+
};
|
|
77010
|
+
target: {
|
|
77011
|
+
types: string[];
|
|
77012
|
+
};
|
|
77013
|
+
weight: {
|
|
77014
|
+
types: string[];
|
|
77015
|
+
};
|
|
77016
|
+
};
|
|
77017
|
+
required: string[];
|
|
77018
|
+
};
|
|
77019
|
+
};
|
|
76790
77020
|
height: {
|
|
76791
77021
|
types: string[];
|
|
76792
77022
|
description: string;
|
|
@@ -76855,6 +77085,9 @@ declare const PATTERN_REGISTRY: {
|
|
|
76855
77085
|
size: {
|
|
76856
77086
|
types: string[];
|
|
76857
77087
|
};
|
|
77088
|
+
badge: {
|
|
77089
|
+
types: string[];
|
|
77090
|
+
};
|
|
76858
77091
|
x: {
|
|
76859
77092
|
types: string[];
|
|
76860
77093
|
};
|
|
@@ -76891,6 +77124,48 @@ declare const PATTERN_REGISTRY: {
|
|
|
76891
77124
|
size: {
|
|
76892
77125
|
types: string[];
|
|
76893
77126
|
};
|
|
77127
|
+
badge: {
|
|
77128
|
+
types: string[];
|
|
77129
|
+
};
|
|
77130
|
+
x: {
|
|
77131
|
+
types: string[];
|
|
77132
|
+
};
|
|
77133
|
+
y: {
|
|
77134
|
+
types: string[];
|
|
77135
|
+
};
|
|
77136
|
+
};
|
|
77137
|
+
required: string[];
|
|
77138
|
+
};
|
|
77139
|
+
}[];
|
|
77140
|
+
};
|
|
77141
|
+
onBadgeClick: {
|
|
77142
|
+
types: string[];
|
|
77143
|
+
description: string;
|
|
77144
|
+
kind: string;
|
|
77145
|
+
callbackArgs: {
|
|
77146
|
+
name: string;
|
|
77147
|
+
type: string;
|
|
77148
|
+
schema: {
|
|
77149
|
+
types: string[];
|
|
77150
|
+
properties: {
|
|
77151
|
+
id: {
|
|
77152
|
+
types: string[];
|
|
77153
|
+
};
|
|
77154
|
+
label: {
|
|
77155
|
+
types: string[];
|
|
77156
|
+
};
|
|
77157
|
+
group: {
|
|
77158
|
+
types: string[];
|
|
77159
|
+
};
|
|
77160
|
+
color: {
|
|
77161
|
+
types: string[];
|
|
77162
|
+
};
|
|
77163
|
+
size: {
|
|
77164
|
+
types: string[];
|
|
77165
|
+
};
|
|
77166
|
+
badge: {
|
|
77167
|
+
types: string[];
|
|
77168
|
+
};
|
|
76894
77169
|
x: {
|
|
76895
77170
|
types: string[];
|
|
76896
77171
|
};
|
|
@@ -79300,6 +79575,10 @@ declare const PATTERN_REGISTRY: {
|
|
|
79300
79575
|
types: string[];
|
|
79301
79576
|
description: string;
|
|
79302
79577
|
};
|
|
79578
|
+
format: {
|
|
79579
|
+
types: string[];
|
|
79580
|
+
description: string;
|
|
79581
|
+
};
|
|
79303
79582
|
className: {
|
|
79304
79583
|
types: string[];
|
|
79305
79584
|
description: string;
|
|
@@ -94810,4 +95089,4 @@ declare function isDrawablePattern(patternType: string): boolean;
|
|
|
94810
95089
|
*/
|
|
94811
95090
|
declare function isDrawHostPattern(patternType: string): boolean;
|
|
94812
95091
|
|
|
94813
|
-
export { COMPONENT_MAPPING, EVENT_CONTRACTS, type FormSubmitPayload, INTEGRATORS_REGISTRY, type ItemActionPayload, type LoadMoreRequestPayload, PATTERN_REGISTRY, type PatternCallbackArg, type PatternEntry, type PatternPayloadField, type PatternPropDef, type PatternRecommendation, type PatternSwapGate, PatternType, type PropKind, type RecommendationContext, type SelectionChangePayload, buildRecommendationContext, componentMapping, eventContracts, findCompatiblePatterns, formatRecommendationsForPrompt, generatePatternDescription, getAllPatternTypes, getComponentForPattern, getEmittedEvents, getEntityCardinality, getOrbAllowedPatterns, getOrbAllowedPatternsCompact, getOrbAllowedPatternsFiltered, getOrbAllowedPatternsSlim, getPatternActionsRef, getPatternDefinition, getPatternMetadata, getPatternPropsCompact, getPatternsGroupedByCategory, integratorsRegistry, isDrawHostPattern, isDrawablePattern, isEntityAwarePattern, patternsRegistry, recommendPatterns, registry };
|
|
95092
|
+
export { COMPONENT_MAPPING, EVENT_CONTRACTS, type FormSubmitPayload, INTEGRATORS_REGISTRY, type ItemActionPayload, type LoadMoreRequestPayload, PATTERN_REGISTRY, type PatternCallbackArg, type PatternEntry, type PatternPayloadField, type PatternPropDef, type PatternRecommendation, type PatternSwapGate, PatternType, type PropKind, type RecommendationContext, type SelectionChangePayload, buildRecommendationContext, collectRenderUiPatternTypes, componentMapping, eventContracts, findCompatiblePatterns, formatRecommendationsForPrompt, generatePatternDescription, getAllPatternTypes, getComponentForPattern, getEmittedEvents, getEntityCardinality, getOrbAllowedPatterns, getOrbAllowedPatternsCompact, getOrbAllowedPatternsFiltered, getOrbAllowedPatternsSlim, getPatternActionsRef, getPatternDefinition, getPatternMetadata, getPatternPropsCompact, getPatternsGroupedByCategory, integratorsRegistry, isDrawHostPattern, isDrawablePattern, isEntityAwarePattern, patternsRegistry, recommendPatterns, registry, renderUiPatternTypesOf };
|