@almadar/core 10.28.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-BN3WLFYM.d.ts → builders-C458pIMW.d.ts} +2188 -2525
- package/dist/builders.d.ts +4 -4
- package/dist/builders.js +174 -18
- package/dist/builders.js.map +1 -1
- package/dist/{expression-C6X4A8L7.d.ts → expression-CB9R3KWk.d.ts} +4 -1
- package/dist/factory/index.d.ts +6 -5
- package/dist/factory-runtime/index.d.ts +66 -5
- package/dist/factory-runtime/index.js +220 -40
- package/dist/factory-runtime/index.js.map +1 -1
- package/dist/index.d.ts +52 -11
- package/dist/index.js +1054 -76
- package/dist/index.js.map +1 -1
- package/dist/json-DOTchoRS.d.ts +57 -0
- package/dist/pattern-types-CLcOXOmW.d.ts +4895 -0
- package/dist/patterns/component-mapping.json +1 -1
- package/dist/patterns/event-contracts.json +1 -1
- package/dist/patterns/index.d.ts +1324 -66
- package/dist/patterns/index.js +644 -43
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/patterns-registry.json +602 -38
- package/dist/patterns/registry.json +602 -38
- package/dist/state-machine/index.d.ts +1 -1
- package/dist/{trait-DZkS625T.d.ts → trait-CwWjkU-1.d.ts} +608 -686
- package/dist/types/index.d.ts +58 -23
- package/dist/types/index.js +280 -29
- package/dist/types/index.js.map +1 -1
- package/dist/{types-DFn3sWpV.d.ts → types-yW22YNNt.d.ts} +47 -59
- package/package.json +1 -1
- package/src/types/bindings.ts +8 -2
- package/dist/pattern-types-BeQXwgpZ.d.ts +0 -4584
package/dist/patterns/index.d.ts
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { F as FieldValue,
|
|
2
|
-
export { A as AnyPatternConfig,
|
|
3
|
-
import { d as EventPayloadValue, E as EventPayload } from '../expression-
|
|
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
|
+
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: [
|
|
@@ -10390,6 +10391,144 @@ var patterns = {
|
|
|
10390
10391
|
],
|
|
10391
10392
|
typicalSize: "medium",
|
|
10392
10393
|
propsSchema: {
|
|
10394
|
+
className: {
|
|
10395
|
+
types: [
|
|
10396
|
+
"string"
|
|
10397
|
+
],
|
|
10398
|
+
description: "Additional CSS classes"
|
|
10399
|
+
},
|
|
10400
|
+
placeholder: {
|
|
10401
|
+
types: [
|
|
10402
|
+
"string"
|
|
10403
|
+
],
|
|
10404
|
+
description: "Placeholder text"
|
|
10405
|
+
},
|
|
10406
|
+
value: {
|
|
10407
|
+
types: [
|
|
10408
|
+
"string",
|
|
10409
|
+
"number"
|
|
10410
|
+
],
|
|
10411
|
+
description: "Current value"
|
|
10412
|
+
},
|
|
10413
|
+
disabled: {
|
|
10414
|
+
types: [
|
|
10415
|
+
"boolean"
|
|
10416
|
+
],
|
|
10417
|
+
description: "Whether input is disabled"
|
|
10418
|
+
},
|
|
10419
|
+
action: {
|
|
10420
|
+
types: [
|
|
10421
|
+
"string"
|
|
10422
|
+
],
|
|
10423
|
+
description: "Declarative event name for trait dispatch",
|
|
10424
|
+
kind: "event"
|
|
10425
|
+
},
|
|
10426
|
+
inputType: {
|
|
10427
|
+
types: [
|
|
10428
|
+
"string"
|
|
10429
|
+
],
|
|
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.",
|
|
10431
|
+
enumValues: [
|
|
10432
|
+
"text",
|
|
10433
|
+
"email",
|
|
10434
|
+
"password",
|
|
10435
|
+
"number",
|
|
10436
|
+
"tel",
|
|
10437
|
+
"url",
|
|
10438
|
+
"search",
|
|
10439
|
+
"date",
|
|
10440
|
+
"datetime-local",
|
|
10441
|
+
"time",
|
|
10442
|
+
"checkbox",
|
|
10443
|
+
"select",
|
|
10444
|
+
"textarea"
|
|
10445
|
+
]
|
|
10446
|
+
},
|
|
10447
|
+
label: {
|
|
10448
|
+
types: [
|
|
10449
|
+
"string"
|
|
10450
|
+
],
|
|
10451
|
+
description: "label prop"
|
|
10452
|
+
},
|
|
10453
|
+
helperText: {
|
|
10454
|
+
types: [
|
|
10455
|
+
"string"
|
|
10456
|
+
],
|
|
10457
|
+
description: "helperText prop"
|
|
10458
|
+
},
|
|
10459
|
+
error: {
|
|
10460
|
+
types: [
|
|
10461
|
+
"string"
|
|
10462
|
+
],
|
|
10463
|
+
description: "error prop"
|
|
10464
|
+
},
|
|
10465
|
+
leftIcon: {
|
|
10466
|
+
types: [
|
|
10467
|
+
"icon",
|
|
10468
|
+
"string"
|
|
10469
|
+
],
|
|
10470
|
+
description: "leftIcon prop"
|
|
10471
|
+
},
|
|
10472
|
+
rightIcon: {
|
|
10473
|
+
types: [
|
|
10474
|
+
"icon",
|
|
10475
|
+
"string"
|
|
10476
|
+
],
|
|
10477
|
+
description: "rightIcon prop"
|
|
10478
|
+
},
|
|
10479
|
+
clearable: {
|
|
10480
|
+
types: [
|
|
10481
|
+
"boolean"
|
|
10482
|
+
],
|
|
10483
|
+
description: "Show clear button when input has value"
|
|
10484
|
+
},
|
|
10485
|
+
onClear: {
|
|
10486
|
+
types: [
|
|
10487
|
+
"function",
|
|
10488
|
+
"string"
|
|
10489
|
+
],
|
|
10490
|
+
description: "Callback or declarative event key when clear button is clicked"
|
|
10491
|
+
},
|
|
10492
|
+
options: {
|
|
10493
|
+
types: [
|
|
10494
|
+
"array"
|
|
10495
|
+
],
|
|
10496
|
+
description: "Options for select type",
|
|
10497
|
+
items: {
|
|
10498
|
+
types: [
|
|
10499
|
+
"object"
|
|
10500
|
+
],
|
|
10501
|
+
properties: {
|
|
10502
|
+
value: {
|
|
10503
|
+
types: [
|
|
10504
|
+
"string"
|
|
10505
|
+
]
|
|
10506
|
+
},
|
|
10507
|
+
label: {
|
|
10508
|
+
types: [
|
|
10509
|
+
"string"
|
|
10510
|
+
]
|
|
10511
|
+
}
|
|
10512
|
+
},
|
|
10513
|
+
required: [
|
|
10514
|
+
"value",
|
|
10515
|
+
"label"
|
|
10516
|
+
]
|
|
10517
|
+
}
|
|
10518
|
+
},
|
|
10519
|
+
rows: {
|
|
10520
|
+
types: [
|
|
10521
|
+
"number"
|
|
10522
|
+
],
|
|
10523
|
+
description: "Rows for textarea type"
|
|
10524
|
+
},
|
|
10525
|
+
onChange: {
|
|
10526
|
+
types: [
|
|
10527
|
+
"function",
|
|
10528
|
+
"string"
|
|
10529
|
+
],
|
|
10530
|
+
description: "onChange handler or declarative event key for trait dispatch"
|
|
10531
|
+
},
|
|
10393
10532
|
leftAddon: {
|
|
10394
10533
|
types: [
|
|
10395
10534
|
"node",
|
|
@@ -10403,12 +10542,6 @@ var patterns = {
|
|
|
10403
10542
|
"icon"
|
|
10404
10543
|
],
|
|
10405
10544
|
description: "Right addon (icon, button, or text)"
|
|
10406
|
-
},
|
|
10407
|
-
className: {
|
|
10408
|
-
types: [
|
|
10409
|
-
"string"
|
|
10410
|
-
],
|
|
10411
|
-
description: "Additional CSS classes"
|
|
10412
10545
|
}
|
|
10413
10546
|
}
|
|
10414
10547
|
},
|
|
@@ -14417,6 +14550,11 @@ var patterns = {
|
|
|
14417
14550
|
"number"
|
|
14418
14551
|
]
|
|
14419
14552
|
},
|
|
14553
|
+
badge: {
|
|
14554
|
+
types: [
|
|
14555
|
+
"number"
|
|
14556
|
+
]
|
|
14557
|
+
},
|
|
14420
14558
|
x: {
|
|
14421
14559
|
types: [
|
|
14422
14560
|
"number"
|
|
@@ -14437,7 +14575,7 @@ var patterns = {
|
|
|
14437
14575
|
types: [
|
|
14438
14576
|
"array"
|
|
14439
14577
|
],
|
|
14440
|
-
description: "Graph edges",
|
|
14578
|
+
description: "Graph edges (the only rendered links)",
|
|
14441
14579
|
items: {
|
|
14442
14580
|
types: [
|
|
14443
14581
|
"object"
|
|
@@ -14475,6 +14613,39 @@ var patterns = {
|
|
|
14475
14613
|
]
|
|
14476
14614
|
}
|
|
14477
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
|
+
},
|
|
14478
14649
|
height: {
|
|
14479
14650
|
types: [
|
|
14480
14651
|
"number"
|
|
@@ -14584,6 +14755,11 @@ var patterns = {
|
|
|
14584
14755
|
"number"
|
|
14585
14756
|
]
|
|
14586
14757
|
},
|
|
14758
|
+
badge: {
|
|
14759
|
+
types: [
|
|
14760
|
+
"number"
|
|
14761
|
+
]
|
|
14762
|
+
},
|
|
14587
14763
|
x: {
|
|
14588
14764
|
types: [
|
|
14589
14765
|
"number"
|
|
@@ -14642,6 +14818,74 @@ var patterns = {
|
|
|
14642
14818
|
"number"
|
|
14643
14819
|
]
|
|
14644
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
|
+
},
|
|
14645
14889
|
x: {
|
|
14646
14890
|
types: [
|
|
14647
14891
|
"number"
|
|
@@ -16662,7 +16906,7 @@ var patterns = {
|
|
|
16662
16906
|
types: [
|
|
16663
16907
|
"array"
|
|
16664
16908
|
],
|
|
16665
|
-
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.",
|
|
16666
16910
|
items: {
|
|
16667
16911
|
types: [
|
|
16668
16912
|
"object"
|
|
@@ -16994,7 +17238,7 @@ var patterns = {
|
|
|
16994
17238
|
types: [
|
|
16995
17239
|
"function"
|
|
16996
17240
|
],
|
|
16997
|
-
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.",
|
|
16998
17242
|
kind: "callback",
|
|
16999
17243
|
callbackArgs: [
|
|
17000
17244
|
{
|
|
@@ -17107,7 +17351,7 @@ var patterns = {
|
|
|
17107
17351
|
types: [
|
|
17108
17352
|
"array"
|
|
17109
17353
|
],
|
|
17110
|
-
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.",
|
|
17111
17355
|
items: {
|
|
17112
17356
|
types: [
|
|
17113
17357
|
"object"
|
|
@@ -17511,7 +17755,7 @@ var patterns = {
|
|
|
17511
17755
|
types: [
|
|
17512
17756
|
"function"
|
|
17513
17757
|
],
|
|
17514
|
-
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.",
|
|
17515
17759
|
kind: "callback",
|
|
17516
17760
|
callbackArgs: [
|
|
17517
17761
|
{
|
|
@@ -18545,6 +18789,12 @@ var patterns = {
|
|
|
18545
18789
|
],
|
|
18546
18790
|
description: "Text to display after the number"
|
|
18547
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
|
+
},
|
|
18548
18798
|
className: {
|
|
18549
18799
|
types: [
|
|
18550
18800
|
"string"
|
|
@@ -18732,7 +18982,7 @@ var patterns = {
|
|
|
18732
18982
|
types: [
|
|
18733
18983
|
"function"
|
|
18734
18984
|
],
|
|
18735
|
-
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.",
|
|
18736
18986
|
kind: "callback",
|
|
18737
18987
|
callbackArgs: [
|
|
18738
18988
|
{
|
|
@@ -18905,7 +19155,7 @@ var patterns = {
|
|
|
18905
19155
|
types: [
|
|
18906
19156
|
"function"
|
|
18907
19157
|
],
|
|
18908
|
-
description: "renderItem
|
|
19158
|
+
description: "Render function for each item. In .lolo: renderItem: (fn item <Component …={@item.field}/>), binding per-item fields via @item.field.",
|
|
18909
19159
|
required: true,
|
|
18910
19160
|
kind: "callback",
|
|
18911
19161
|
callbackArgs: [
|
|
@@ -32939,7 +33189,7 @@ var patterns = {
|
|
|
32939
33189
|
types: [
|
|
32940
33190
|
"function"
|
|
32941
33191
|
],
|
|
32942
|
-
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.",
|
|
32943
33193
|
kind: "callback",
|
|
32944
33194
|
callbackArgs: [
|
|
32945
33195
|
{
|
|
@@ -34978,6 +35228,157 @@ var patterns = {
|
|
|
34978
35228
|
],
|
|
34979
35229
|
typicalSize: "small",
|
|
34980
35230
|
propsSchema: {
|
|
35231
|
+
gap: {
|
|
35232
|
+
types: [
|
|
35233
|
+
"string"
|
|
35234
|
+
],
|
|
35235
|
+
description: "Gap between children",
|
|
35236
|
+
enumValues: [
|
|
35237
|
+
"none",
|
|
35238
|
+
"xs",
|
|
35239
|
+
"sm",
|
|
35240
|
+
"md",
|
|
35241
|
+
"lg",
|
|
35242
|
+
"xl",
|
|
35243
|
+
"2xl"
|
|
35244
|
+
],
|
|
35245
|
+
"default": "md"
|
|
35246
|
+
},
|
|
35247
|
+
align: {
|
|
35248
|
+
types: [
|
|
35249
|
+
"string"
|
|
35250
|
+
],
|
|
35251
|
+
description: "Align items on the cross axis",
|
|
35252
|
+
enumValues: [
|
|
35253
|
+
"start",
|
|
35254
|
+
"center",
|
|
35255
|
+
"end",
|
|
35256
|
+
"stretch",
|
|
35257
|
+
"baseline"
|
|
35258
|
+
],
|
|
35259
|
+
"default": "stretch"
|
|
35260
|
+
},
|
|
35261
|
+
justify: {
|
|
35262
|
+
types: [
|
|
35263
|
+
"string"
|
|
35264
|
+
],
|
|
35265
|
+
description: "Justify items on the main axis",
|
|
35266
|
+
enumValues: [
|
|
35267
|
+
"start",
|
|
35268
|
+
"center",
|
|
35269
|
+
"end",
|
|
35270
|
+
"between",
|
|
35271
|
+
"around",
|
|
35272
|
+
"evenly"
|
|
35273
|
+
],
|
|
35274
|
+
"default": "start"
|
|
35275
|
+
},
|
|
35276
|
+
wrap: {
|
|
35277
|
+
types: [
|
|
35278
|
+
"boolean"
|
|
35279
|
+
],
|
|
35280
|
+
description: "Allow items to wrap",
|
|
35281
|
+
"default": false
|
|
35282
|
+
},
|
|
35283
|
+
reverse: {
|
|
35284
|
+
types: [
|
|
35285
|
+
"boolean"
|
|
35286
|
+
],
|
|
35287
|
+
description: "Reverse the order of children",
|
|
35288
|
+
"default": false
|
|
35289
|
+
},
|
|
35290
|
+
flex: {
|
|
35291
|
+
types: [
|
|
35292
|
+
"boolean"
|
|
35293
|
+
],
|
|
35294
|
+
description: "Fill available space (flex: 1)",
|
|
35295
|
+
"default": false
|
|
35296
|
+
},
|
|
35297
|
+
className: {
|
|
35298
|
+
types: [
|
|
35299
|
+
"string"
|
|
35300
|
+
],
|
|
35301
|
+
description: "Custom class name"
|
|
35302
|
+
},
|
|
35303
|
+
style: {
|
|
35304
|
+
types: [
|
|
35305
|
+
"object"
|
|
35306
|
+
],
|
|
35307
|
+
description: "Inline styles"
|
|
35308
|
+
},
|
|
35309
|
+
children: {
|
|
35310
|
+
types: [
|
|
35311
|
+
"node"
|
|
35312
|
+
],
|
|
35313
|
+
description: "Children elements"
|
|
35314
|
+
},
|
|
35315
|
+
as: {
|
|
35316
|
+
types: [
|
|
35317
|
+
"component"
|
|
35318
|
+
],
|
|
35319
|
+
description: "HTML element to render as"
|
|
35320
|
+
},
|
|
35321
|
+
onClick: {
|
|
35322
|
+
types: [
|
|
35323
|
+
"function"
|
|
35324
|
+
],
|
|
35325
|
+
description: "Click handler",
|
|
35326
|
+
kind: "callback",
|
|
35327
|
+
callbackArgs: [
|
|
35328
|
+
{
|
|
35329
|
+
name: "e",
|
|
35330
|
+
type: "object"
|
|
35331
|
+
}
|
|
35332
|
+
],
|
|
35333
|
+
nonEmittable: true
|
|
35334
|
+
},
|
|
35335
|
+
onKeyDown: {
|
|
35336
|
+
types: [
|
|
35337
|
+
"function"
|
|
35338
|
+
],
|
|
35339
|
+
description: "Keyboard handler",
|
|
35340
|
+
kind: "callback",
|
|
35341
|
+
callbackArgs: [
|
|
35342
|
+
{
|
|
35343
|
+
name: "e",
|
|
35344
|
+
type: "object"
|
|
35345
|
+
}
|
|
35346
|
+
],
|
|
35347
|
+
nonEmittable: true
|
|
35348
|
+
},
|
|
35349
|
+
role: {
|
|
35350
|
+
types: [
|
|
35351
|
+
"string"
|
|
35352
|
+
],
|
|
35353
|
+
description: "Role for accessibility"
|
|
35354
|
+
},
|
|
35355
|
+
tabIndex: {
|
|
35356
|
+
types: [
|
|
35357
|
+
"number"
|
|
35358
|
+
],
|
|
35359
|
+
description: "Tab index for focus management"
|
|
35360
|
+
},
|
|
35361
|
+
action: {
|
|
35362
|
+
types: [
|
|
35363
|
+
"string"
|
|
35364
|
+
],
|
|
35365
|
+
description: "Declarative event name — emits UI:{action} via eventBus on click",
|
|
35366
|
+
kind: "event"
|
|
35367
|
+
},
|
|
35368
|
+
actionPayload: {
|
|
35369
|
+
types: [
|
|
35370
|
+
"object"
|
|
35371
|
+
],
|
|
35372
|
+
description: "Payload to include with the action event",
|
|
35373
|
+
freeform: true
|
|
35374
|
+
},
|
|
35375
|
+
responsive: {
|
|
35376
|
+
types: [
|
|
35377
|
+
"boolean"
|
|
35378
|
+
],
|
|
35379
|
+
description: "When true, horizontal stacks flip to vertical below the md breakpoint (768px)",
|
|
35380
|
+
"default": false
|
|
35381
|
+
}
|
|
34981
35382
|
}
|
|
34982
35383
|
},
|
|
34983
35384
|
hstack: {
|
|
@@ -34992,6 +35393,157 @@ var patterns = {
|
|
|
34992
35393
|
],
|
|
34993
35394
|
typicalSize: "small",
|
|
34994
35395
|
propsSchema: {
|
|
35396
|
+
gap: {
|
|
35397
|
+
types: [
|
|
35398
|
+
"string"
|
|
35399
|
+
],
|
|
35400
|
+
description: "Gap between children",
|
|
35401
|
+
enumValues: [
|
|
35402
|
+
"none",
|
|
35403
|
+
"xs",
|
|
35404
|
+
"sm",
|
|
35405
|
+
"md",
|
|
35406
|
+
"lg",
|
|
35407
|
+
"xl",
|
|
35408
|
+
"2xl"
|
|
35409
|
+
],
|
|
35410
|
+
"default": "md"
|
|
35411
|
+
},
|
|
35412
|
+
align: {
|
|
35413
|
+
types: [
|
|
35414
|
+
"string"
|
|
35415
|
+
],
|
|
35416
|
+
description: "Align items on the cross axis",
|
|
35417
|
+
enumValues: [
|
|
35418
|
+
"start",
|
|
35419
|
+
"center",
|
|
35420
|
+
"end",
|
|
35421
|
+
"stretch",
|
|
35422
|
+
"baseline"
|
|
35423
|
+
],
|
|
35424
|
+
"default": "stretch"
|
|
35425
|
+
},
|
|
35426
|
+
justify: {
|
|
35427
|
+
types: [
|
|
35428
|
+
"string"
|
|
35429
|
+
],
|
|
35430
|
+
description: "Justify items on the main axis",
|
|
35431
|
+
enumValues: [
|
|
35432
|
+
"start",
|
|
35433
|
+
"center",
|
|
35434
|
+
"end",
|
|
35435
|
+
"between",
|
|
35436
|
+
"around",
|
|
35437
|
+
"evenly"
|
|
35438
|
+
],
|
|
35439
|
+
"default": "start"
|
|
35440
|
+
},
|
|
35441
|
+
wrap: {
|
|
35442
|
+
types: [
|
|
35443
|
+
"boolean"
|
|
35444
|
+
],
|
|
35445
|
+
description: "Allow items to wrap",
|
|
35446
|
+
"default": false
|
|
35447
|
+
},
|
|
35448
|
+
reverse: {
|
|
35449
|
+
types: [
|
|
35450
|
+
"boolean"
|
|
35451
|
+
],
|
|
35452
|
+
description: "Reverse the order of children",
|
|
35453
|
+
"default": false
|
|
35454
|
+
},
|
|
35455
|
+
flex: {
|
|
35456
|
+
types: [
|
|
35457
|
+
"boolean"
|
|
35458
|
+
],
|
|
35459
|
+
description: "Fill available space (flex: 1)",
|
|
35460
|
+
"default": false
|
|
35461
|
+
},
|
|
35462
|
+
className: {
|
|
35463
|
+
types: [
|
|
35464
|
+
"string"
|
|
35465
|
+
],
|
|
35466
|
+
description: "Custom class name"
|
|
35467
|
+
},
|
|
35468
|
+
style: {
|
|
35469
|
+
types: [
|
|
35470
|
+
"object"
|
|
35471
|
+
],
|
|
35472
|
+
description: "Inline styles"
|
|
35473
|
+
},
|
|
35474
|
+
children: {
|
|
35475
|
+
types: [
|
|
35476
|
+
"node"
|
|
35477
|
+
],
|
|
35478
|
+
description: "Children elements"
|
|
35479
|
+
},
|
|
35480
|
+
as: {
|
|
35481
|
+
types: [
|
|
35482
|
+
"component"
|
|
35483
|
+
],
|
|
35484
|
+
description: "HTML element to render as"
|
|
35485
|
+
},
|
|
35486
|
+
onClick: {
|
|
35487
|
+
types: [
|
|
35488
|
+
"function"
|
|
35489
|
+
],
|
|
35490
|
+
description: "Click handler",
|
|
35491
|
+
kind: "callback",
|
|
35492
|
+
callbackArgs: [
|
|
35493
|
+
{
|
|
35494
|
+
name: "e",
|
|
35495
|
+
type: "object"
|
|
35496
|
+
}
|
|
35497
|
+
],
|
|
35498
|
+
nonEmittable: true
|
|
35499
|
+
},
|
|
35500
|
+
onKeyDown: {
|
|
35501
|
+
types: [
|
|
35502
|
+
"function"
|
|
35503
|
+
],
|
|
35504
|
+
description: "Keyboard handler",
|
|
35505
|
+
kind: "callback",
|
|
35506
|
+
callbackArgs: [
|
|
35507
|
+
{
|
|
35508
|
+
name: "e",
|
|
35509
|
+
type: "object"
|
|
35510
|
+
}
|
|
35511
|
+
],
|
|
35512
|
+
nonEmittable: true
|
|
35513
|
+
},
|
|
35514
|
+
role: {
|
|
35515
|
+
types: [
|
|
35516
|
+
"string"
|
|
35517
|
+
],
|
|
35518
|
+
description: "Role for accessibility"
|
|
35519
|
+
},
|
|
35520
|
+
tabIndex: {
|
|
35521
|
+
types: [
|
|
35522
|
+
"number"
|
|
35523
|
+
],
|
|
35524
|
+
description: "Tab index for focus management"
|
|
35525
|
+
},
|
|
35526
|
+
action: {
|
|
35527
|
+
types: [
|
|
35528
|
+
"string"
|
|
35529
|
+
],
|
|
35530
|
+
description: "Declarative event name — emits UI:{action} via eventBus on click",
|
|
35531
|
+
kind: "event"
|
|
35532
|
+
},
|
|
35533
|
+
actionPayload: {
|
|
35534
|
+
types: [
|
|
35535
|
+
"object"
|
|
35536
|
+
],
|
|
35537
|
+
description: "Payload to include with the action event",
|
|
35538
|
+
freeform: true
|
|
35539
|
+
},
|
|
35540
|
+
responsive: {
|
|
35541
|
+
types: [
|
|
35542
|
+
"boolean"
|
|
35543
|
+
],
|
|
35544
|
+
description: "When true, horizontal stacks flip to vertical below the md breakpoint (768px)",
|
|
35545
|
+
"default": false
|
|
35546
|
+
}
|
|
34995
35547
|
}
|
|
34996
35548
|
},
|
|
34997
35549
|
"form-layout": {
|
|
@@ -38265,31 +38817,31 @@ var patterns = {
|
|
|
38265
38817
|
types: [
|
|
38266
38818
|
"number"
|
|
38267
38819
|
],
|
|
38268
|
-
description: "Rect width in
|
|
38820
|
+
description: "Rect width in world units (fractions of `projector.tileWidth`)."
|
|
38269
38821
|
},
|
|
38270
38822
|
height: {
|
|
38271
38823
|
types: [
|
|
38272
38824
|
"number"
|
|
38273
38825
|
],
|
|
38274
|
-
description: "Rect height in
|
|
38826
|
+
description: "Rect height in world units (fractions of `projector.tileWidth`)."
|
|
38275
38827
|
},
|
|
38276
38828
|
radiusX: {
|
|
38277
38829
|
types: [
|
|
38278
38830
|
"number"
|
|
38279
38831
|
],
|
|
38280
|
-
description: "Ellipse horizontal radius in
|
|
38832
|
+
description: "Ellipse horizontal radius in world units (fractions of `projector.tileWidth`)."
|
|
38281
38833
|
},
|
|
38282
38834
|
radiusY: {
|
|
38283
38835
|
types: [
|
|
38284
38836
|
"number"
|
|
38285
38837
|
],
|
|
38286
|
-
description: "Ellipse vertical radius in
|
|
38838
|
+
description: "Ellipse vertical radius in world units; omitted → `radiusX` (a circle)."
|
|
38287
38839
|
},
|
|
38288
38840
|
offsetX: {
|
|
38289
38841
|
types: [
|
|
38290
38842
|
"number"
|
|
38291
38843
|
],
|
|
38292
|
-
description: "Fine
|
|
38844
|
+
description: "Fine nudge from the anchor point in world units."
|
|
38293
38845
|
},
|
|
38294
38846
|
offsetY: {
|
|
38295
38847
|
types: [
|
|
@@ -38301,7 +38853,7 @@ var patterns = {
|
|
|
38301
38853
|
types: [
|
|
38302
38854
|
"array"
|
|
38303
38855
|
],
|
|
38304
|
-
description: "Poly vertices as
|
|
38856
|
+
description: "Poly vertices as world-unit offsets relative to the cell's projected top-left.",
|
|
38305
38857
|
items: {
|
|
38306
38858
|
types: [
|
|
38307
38859
|
"object"
|
|
@@ -38491,13 +39043,13 @@ var patterns = {
|
|
|
38491
39043
|
types: [
|
|
38492
39044
|
"number"
|
|
38493
39045
|
],
|
|
38494
|
-
description: "Draw width in
|
|
39046
|
+
description: "Draw width in world units (fractions of `projector.tileWidth`); omitted → resolved source width in px."
|
|
38495
39047
|
},
|
|
38496
39048
|
height: {
|
|
38497
39049
|
types: [
|
|
38498
39050
|
"number"
|
|
38499
39051
|
],
|
|
38500
|
-
description: "Draw height in
|
|
39052
|
+
description: "Draw height in world units (fractions of `projector.tileWidth`); omitted → resolved source height in px."
|
|
38501
39053
|
},
|
|
38502
39054
|
frame: {
|
|
38503
39055
|
types: [
|
|
@@ -38505,6 +39057,12 @@ var patterns = {
|
|
|
38505
39057
|
],
|
|
38506
39058
|
description: "Explicit atlas sub-rect override (px); omitted → resolved from `asset.atlas`/`asset.sprite`."
|
|
38507
39059
|
},
|
|
39060
|
+
animation: {
|
|
39061
|
+
types: [
|
|
39062
|
+
"string"
|
|
39063
|
+
],
|
|
39064
|
+
description: "Named GLB animation clip to play (3D backend only; the 2D painter animates via `frame`). Matched case-insensitively against the model's clips."
|
|
39065
|
+
},
|
|
38508
39066
|
flipX: {
|
|
38509
39067
|
types: [
|
|
38510
39068
|
"boolean"
|
|
@@ -38982,6 +39540,11 @@ var patterns = {
|
|
|
38982
39540
|
"object"
|
|
38983
39541
|
]
|
|
38984
39542
|
},
|
|
39543
|
+
animation: {
|
|
39544
|
+
types: [
|
|
39545
|
+
"string"
|
|
39546
|
+
]
|
|
39547
|
+
},
|
|
38985
39548
|
flipX: {
|
|
38986
39549
|
types: [
|
|
38987
39550
|
"boolean"
|
|
@@ -40232,7 +40795,7 @@ var integratorsRegistry = {
|
|
|
40232
40795
|
};
|
|
40233
40796
|
|
|
40234
40797
|
var version$1 = "1.0.0";
|
|
40235
|
-
var exportedAt$1 = "2026-07-
|
|
40798
|
+
var exportedAt$1 = "2026-07-16T19:33:37.203Z";
|
|
40236
40799
|
var mappings = {
|
|
40237
40800
|
"page-header": {
|
|
40238
40801
|
component: "PageHeader",
|
|
@@ -41589,7 +42152,7 @@ var componentMapping = {
|
|
|
41589
42152
|
};
|
|
41590
42153
|
|
|
41591
42154
|
var version = "1.0.0";
|
|
41592
|
-
var exportedAt = "2026-07-
|
|
42155
|
+
var exportedAt = "2026-07-16T19:33:37.203Z";
|
|
41593
42156
|
var contracts = {
|
|
41594
42157
|
form: {
|
|
41595
42158
|
emits: [
|
|
@@ -43094,8 +43657,9 @@ declare function getPatternMetadata(patternType: string): PatternEntry$1 | null;
|
|
|
43094
43657
|
* Get patterns allowed in .orb render-ui trees.
|
|
43095
43658
|
*
|
|
43096
43659
|
* Returns all non-entity patterns (atoms/molecules) plus the allowed
|
|
43097
|
-
* entity-aware exceptions (data-list, data-grid, search-input, form-section,
|
|
43098
|
-
*
|
|
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.
|
|
43099
43663
|
*
|
|
43100
43664
|
* Grouped by registry category with description and key props.
|
|
43101
43665
|
*/
|
|
@@ -43122,6 +43686,24 @@ declare function getOrbAllowedPatternsSlim(): string;
|
|
|
43122
43686
|
*/
|
|
43123
43687
|
declare function getOrbAllowedPatternsFiltered(patternNames: string[]): string;
|
|
43124
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
|
+
|
|
43125
43707
|
/**
|
|
43126
43708
|
* Pattern Recommender
|
|
43127
43709
|
*
|
|
@@ -43775,12 +44357,6 @@ declare const registry: {
|
|
|
43775
44357
|
suggestedFor: string[];
|
|
43776
44358
|
typicalSize: string;
|
|
43777
44359
|
propsSchema: {
|
|
43778
|
-
entity: {
|
|
43779
|
-
types: string[];
|
|
43780
|
-
description: string;
|
|
43781
|
-
kind: string;
|
|
43782
|
-
cardinality: string;
|
|
43783
|
-
};
|
|
43784
44360
|
className: {
|
|
43785
44361
|
types: string[];
|
|
43786
44362
|
description: string;
|
|
@@ -43846,6 +44422,12 @@ declare const registry: {
|
|
|
43846
44422
|
types: string[];
|
|
43847
44423
|
};
|
|
43848
44424
|
};
|
|
44425
|
+
entity: {
|
|
44426
|
+
types: string[];
|
|
44427
|
+
description: string;
|
|
44428
|
+
kind: string;
|
|
44429
|
+
cardinality: string;
|
|
44430
|
+
};
|
|
43849
44431
|
minCardWidth: {
|
|
43850
44432
|
types: string[];
|
|
43851
44433
|
description: string;
|
|
@@ -49512,15 +50094,89 @@ declare const registry: {
|
|
|
49512
50094
|
suggestedFor: string[];
|
|
49513
50095
|
typicalSize: string;
|
|
49514
50096
|
propsSchema: {
|
|
49515
|
-
|
|
50097
|
+
className: {
|
|
49516
50098
|
types: string[];
|
|
49517
50099
|
description: string;
|
|
49518
50100
|
};
|
|
49519
|
-
|
|
50101
|
+
placeholder: {
|
|
49520
50102
|
types: string[];
|
|
49521
50103
|
description: string;
|
|
49522
50104
|
};
|
|
49523
|
-
|
|
50105
|
+
value: {
|
|
50106
|
+
types: string[];
|
|
50107
|
+
description: string;
|
|
50108
|
+
};
|
|
50109
|
+
disabled: {
|
|
50110
|
+
types: string[];
|
|
50111
|
+
description: string;
|
|
50112
|
+
};
|
|
50113
|
+
action: {
|
|
50114
|
+
types: string[];
|
|
50115
|
+
description: string;
|
|
50116
|
+
kind: string;
|
|
50117
|
+
};
|
|
50118
|
+
inputType: {
|
|
50119
|
+
types: string[];
|
|
50120
|
+
description: string;
|
|
50121
|
+
enumValues: string[];
|
|
50122
|
+
};
|
|
50123
|
+
label: {
|
|
50124
|
+
types: string[];
|
|
50125
|
+
description: string;
|
|
50126
|
+
};
|
|
50127
|
+
helperText: {
|
|
50128
|
+
types: string[];
|
|
50129
|
+
description: string;
|
|
50130
|
+
};
|
|
50131
|
+
error: {
|
|
50132
|
+
types: string[];
|
|
50133
|
+
description: string;
|
|
50134
|
+
};
|
|
50135
|
+
leftIcon: {
|
|
50136
|
+
types: string[];
|
|
50137
|
+
description: string;
|
|
50138
|
+
};
|
|
50139
|
+
rightIcon: {
|
|
50140
|
+
types: string[];
|
|
50141
|
+
description: string;
|
|
50142
|
+
};
|
|
50143
|
+
clearable: {
|
|
50144
|
+
types: string[];
|
|
50145
|
+
description: string;
|
|
50146
|
+
};
|
|
50147
|
+
onClear: {
|
|
50148
|
+
types: string[];
|
|
50149
|
+
description: string;
|
|
50150
|
+
};
|
|
50151
|
+
options: {
|
|
50152
|
+
types: string[];
|
|
50153
|
+
description: string;
|
|
50154
|
+
items: {
|
|
50155
|
+
types: string[];
|
|
50156
|
+
properties: {
|
|
50157
|
+
value: {
|
|
50158
|
+
types: string[];
|
|
50159
|
+
};
|
|
50160
|
+
label: {
|
|
50161
|
+
types: string[];
|
|
50162
|
+
};
|
|
50163
|
+
};
|
|
50164
|
+
required: string[];
|
|
50165
|
+
};
|
|
50166
|
+
};
|
|
50167
|
+
rows: {
|
|
50168
|
+
types: string[];
|
|
50169
|
+
description: string;
|
|
50170
|
+
};
|
|
50171
|
+
onChange: {
|
|
50172
|
+
types: string[];
|
|
50173
|
+
description: string;
|
|
50174
|
+
};
|
|
50175
|
+
leftAddon: {
|
|
50176
|
+
types: string[];
|
|
50177
|
+
description: string;
|
|
50178
|
+
};
|
|
50179
|
+
rightAddon: {
|
|
49524
50180
|
types: string[];
|
|
49525
50181
|
description: string;
|
|
49526
50182
|
};
|
|
@@ -52002,6 +52658,9 @@ declare const registry: {
|
|
|
52002
52658
|
size: {
|
|
52003
52659
|
types: string[];
|
|
52004
52660
|
};
|
|
52661
|
+
badge: {
|
|
52662
|
+
types: string[];
|
|
52663
|
+
};
|
|
52005
52664
|
x: {
|
|
52006
52665
|
types: string[];
|
|
52007
52666
|
};
|
|
@@ -52037,6 +52696,25 @@ declare const registry: {
|
|
|
52037
52696
|
required: string[];
|
|
52038
52697
|
};
|
|
52039
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
|
+
};
|
|
52040
52718
|
height: {
|
|
52041
52719
|
types: string[];
|
|
52042
52720
|
description: string;
|
|
@@ -52105,6 +52783,9 @@ declare const registry: {
|
|
|
52105
52783
|
size: {
|
|
52106
52784
|
types: string[];
|
|
52107
52785
|
};
|
|
52786
|
+
badge: {
|
|
52787
|
+
types: string[];
|
|
52788
|
+
};
|
|
52108
52789
|
x: {
|
|
52109
52790
|
types: string[];
|
|
52110
52791
|
};
|
|
@@ -52141,6 +52822,48 @@ declare const registry: {
|
|
|
52141
52822
|
size: {
|
|
52142
52823
|
types: string[];
|
|
52143
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
|
+
};
|
|
52144
52867
|
x: {
|
|
52145
52868
|
types: string[];
|
|
52146
52869
|
};
|
|
@@ -54550,6 +55273,10 @@ declare const registry: {
|
|
|
54550
55273
|
types: string[];
|
|
54551
55274
|
description: string;
|
|
54552
55275
|
};
|
|
55276
|
+
format: {
|
|
55277
|
+
types: string[];
|
|
55278
|
+
description: string;
|
|
55279
|
+
};
|
|
54553
55280
|
className: {
|
|
54554
55281
|
types: string[];
|
|
54555
55282
|
description: string;
|
|
@@ -64479,7 +65206,100 @@ declare const registry: {
|
|
|
64479
65206
|
description: string;
|
|
64480
65207
|
suggestedFor: string[];
|
|
64481
65208
|
typicalSize: string;
|
|
64482
|
-
propsSchema: {
|
|
65209
|
+
propsSchema: {
|
|
65210
|
+
gap: {
|
|
65211
|
+
types: string[];
|
|
65212
|
+
description: string;
|
|
65213
|
+
enumValues: string[];
|
|
65214
|
+
default: string;
|
|
65215
|
+
};
|
|
65216
|
+
align: {
|
|
65217
|
+
types: string[];
|
|
65218
|
+
description: string;
|
|
65219
|
+
enumValues: string[];
|
|
65220
|
+
default: string;
|
|
65221
|
+
};
|
|
65222
|
+
justify: {
|
|
65223
|
+
types: string[];
|
|
65224
|
+
description: string;
|
|
65225
|
+
enumValues: string[];
|
|
65226
|
+
default: string;
|
|
65227
|
+
};
|
|
65228
|
+
wrap: {
|
|
65229
|
+
types: string[];
|
|
65230
|
+
description: string;
|
|
65231
|
+
default: boolean;
|
|
65232
|
+
};
|
|
65233
|
+
reverse: {
|
|
65234
|
+
types: string[];
|
|
65235
|
+
description: string;
|
|
65236
|
+
default: boolean;
|
|
65237
|
+
};
|
|
65238
|
+
flex: {
|
|
65239
|
+
types: string[];
|
|
65240
|
+
description: string;
|
|
65241
|
+
default: boolean;
|
|
65242
|
+
};
|
|
65243
|
+
className: {
|
|
65244
|
+
types: string[];
|
|
65245
|
+
description: string;
|
|
65246
|
+
};
|
|
65247
|
+
style: {
|
|
65248
|
+
types: string[];
|
|
65249
|
+
description: string;
|
|
65250
|
+
};
|
|
65251
|
+
children: {
|
|
65252
|
+
types: string[];
|
|
65253
|
+
description: string;
|
|
65254
|
+
};
|
|
65255
|
+
as: {
|
|
65256
|
+
types: string[];
|
|
65257
|
+
description: string;
|
|
65258
|
+
};
|
|
65259
|
+
onClick: {
|
|
65260
|
+
types: string[];
|
|
65261
|
+
description: string;
|
|
65262
|
+
kind: string;
|
|
65263
|
+
callbackArgs: {
|
|
65264
|
+
name: string;
|
|
65265
|
+
type: string;
|
|
65266
|
+
}[];
|
|
65267
|
+
nonEmittable: boolean;
|
|
65268
|
+
};
|
|
65269
|
+
onKeyDown: {
|
|
65270
|
+
types: string[];
|
|
65271
|
+
description: string;
|
|
65272
|
+
kind: string;
|
|
65273
|
+
callbackArgs: {
|
|
65274
|
+
name: string;
|
|
65275
|
+
type: string;
|
|
65276
|
+
}[];
|
|
65277
|
+
nonEmittable: boolean;
|
|
65278
|
+
};
|
|
65279
|
+
role: {
|
|
65280
|
+
types: string[];
|
|
65281
|
+
description: string;
|
|
65282
|
+
};
|
|
65283
|
+
tabIndex: {
|
|
65284
|
+
types: string[];
|
|
65285
|
+
description: string;
|
|
65286
|
+
};
|
|
65287
|
+
action: {
|
|
65288
|
+
types: string[];
|
|
65289
|
+
description: string;
|
|
65290
|
+
kind: string;
|
|
65291
|
+
};
|
|
65292
|
+
actionPayload: {
|
|
65293
|
+
types: string[];
|
|
65294
|
+
description: string;
|
|
65295
|
+
freeform: boolean;
|
|
65296
|
+
};
|
|
65297
|
+
responsive: {
|
|
65298
|
+
types: string[];
|
|
65299
|
+
description: string;
|
|
65300
|
+
default: boolean;
|
|
65301
|
+
};
|
|
65302
|
+
};
|
|
64483
65303
|
};
|
|
64484
65304
|
hstack: {
|
|
64485
65305
|
type: string;
|
|
@@ -64489,7 +65309,100 @@ declare const registry: {
|
|
|
64489
65309
|
description: string;
|
|
64490
65310
|
suggestedFor: string[];
|
|
64491
65311
|
typicalSize: string;
|
|
64492
|
-
propsSchema: {
|
|
65312
|
+
propsSchema: {
|
|
65313
|
+
gap: {
|
|
65314
|
+
types: string[];
|
|
65315
|
+
description: string;
|
|
65316
|
+
enumValues: string[];
|
|
65317
|
+
default: string;
|
|
65318
|
+
};
|
|
65319
|
+
align: {
|
|
65320
|
+
types: string[];
|
|
65321
|
+
description: string;
|
|
65322
|
+
enumValues: string[];
|
|
65323
|
+
default: string;
|
|
65324
|
+
};
|
|
65325
|
+
justify: {
|
|
65326
|
+
types: string[];
|
|
65327
|
+
description: string;
|
|
65328
|
+
enumValues: string[];
|
|
65329
|
+
default: string;
|
|
65330
|
+
};
|
|
65331
|
+
wrap: {
|
|
65332
|
+
types: string[];
|
|
65333
|
+
description: string;
|
|
65334
|
+
default: boolean;
|
|
65335
|
+
};
|
|
65336
|
+
reverse: {
|
|
65337
|
+
types: string[];
|
|
65338
|
+
description: string;
|
|
65339
|
+
default: boolean;
|
|
65340
|
+
};
|
|
65341
|
+
flex: {
|
|
65342
|
+
types: string[];
|
|
65343
|
+
description: string;
|
|
65344
|
+
default: boolean;
|
|
65345
|
+
};
|
|
65346
|
+
className: {
|
|
65347
|
+
types: string[];
|
|
65348
|
+
description: string;
|
|
65349
|
+
};
|
|
65350
|
+
style: {
|
|
65351
|
+
types: string[];
|
|
65352
|
+
description: string;
|
|
65353
|
+
};
|
|
65354
|
+
children: {
|
|
65355
|
+
types: string[];
|
|
65356
|
+
description: string;
|
|
65357
|
+
};
|
|
65358
|
+
as: {
|
|
65359
|
+
types: string[];
|
|
65360
|
+
description: string;
|
|
65361
|
+
};
|
|
65362
|
+
onClick: {
|
|
65363
|
+
types: string[];
|
|
65364
|
+
description: string;
|
|
65365
|
+
kind: string;
|
|
65366
|
+
callbackArgs: {
|
|
65367
|
+
name: string;
|
|
65368
|
+
type: string;
|
|
65369
|
+
}[];
|
|
65370
|
+
nonEmittable: boolean;
|
|
65371
|
+
};
|
|
65372
|
+
onKeyDown: {
|
|
65373
|
+
types: string[];
|
|
65374
|
+
description: string;
|
|
65375
|
+
kind: string;
|
|
65376
|
+
callbackArgs: {
|
|
65377
|
+
name: string;
|
|
65378
|
+
type: string;
|
|
65379
|
+
}[];
|
|
65380
|
+
nonEmittable: boolean;
|
|
65381
|
+
};
|
|
65382
|
+
role: {
|
|
65383
|
+
types: string[];
|
|
65384
|
+
description: string;
|
|
65385
|
+
};
|
|
65386
|
+
tabIndex: {
|
|
65387
|
+
types: string[];
|
|
65388
|
+
description: string;
|
|
65389
|
+
};
|
|
65390
|
+
action: {
|
|
65391
|
+
types: string[];
|
|
65392
|
+
description: string;
|
|
65393
|
+
kind: string;
|
|
65394
|
+
};
|
|
65395
|
+
actionPayload: {
|
|
65396
|
+
types: string[];
|
|
65397
|
+
description: string;
|
|
65398
|
+
freeform: boolean;
|
|
65399
|
+
};
|
|
65400
|
+
responsive: {
|
|
65401
|
+
types: string[];
|
|
65402
|
+
description: string;
|
|
65403
|
+
default: boolean;
|
|
65404
|
+
};
|
|
65405
|
+
};
|
|
64493
65406
|
};
|
|
64494
65407
|
"form-layout": {
|
|
64495
65408
|
type: string;
|
|
@@ -66621,6 +67534,10 @@ declare const registry: {
|
|
|
66621
67534
|
types: string[];
|
|
66622
67535
|
description: string;
|
|
66623
67536
|
};
|
|
67537
|
+
animation: {
|
|
67538
|
+
types: string[];
|
|
67539
|
+
description: string;
|
|
67540
|
+
};
|
|
66624
67541
|
flipX: {
|
|
66625
67542
|
types: string[];
|
|
66626
67543
|
description: string;
|
|
@@ -66907,6 +67824,9 @@ declare const registry: {
|
|
|
66907
67824
|
frame: {
|
|
66908
67825
|
types: string[];
|
|
66909
67826
|
};
|
|
67827
|
+
animation: {
|
|
67828
|
+
types: string[];
|
|
67829
|
+
};
|
|
66910
67830
|
flipX: {
|
|
66911
67831
|
types: string[];
|
|
66912
67832
|
};
|
|
@@ -67739,12 +68659,6 @@ declare const PATTERN_REGISTRY: {
|
|
|
67739
68659
|
suggestedFor: string[];
|
|
67740
68660
|
typicalSize: string;
|
|
67741
68661
|
propsSchema: {
|
|
67742
|
-
entity: {
|
|
67743
|
-
types: string[];
|
|
67744
|
-
description: string;
|
|
67745
|
-
kind: string;
|
|
67746
|
-
cardinality: string;
|
|
67747
|
-
};
|
|
67748
68662
|
className: {
|
|
67749
68663
|
types: string[];
|
|
67750
68664
|
description: string;
|
|
@@ -67810,6 +68724,12 @@ declare const PATTERN_REGISTRY: {
|
|
|
67810
68724
|
types: string[];
|
|
67811
68725
|
};
|
|
67812
68726
|
};
|
|
68727
|
+
entity: {
|
|
68728
|
+
types: string[];
|
|
68729
|
+
description: string;
|
|
68730
|
+
kind: string;
|
|
68731
|
+
cardinality: string;
|
|
68732
|
+
};
|
|
67813
68733
|
minCardWidth: {
|
|
67814
68734
|
types: string[];
|
|
67815
68735
|
description: string;
|
|
@@ -73476,15 +74396,89 @@ declare const PATTERN_REGISTRY: {
|
|
|
73476
74396
|
suggestedFor: string[];
|
|
73477
74397
|
typicalSize: string;
|
|
73478
74398
|
propsSchema: {
|
|
73479
|
-
|
|
74399
|
+
className: {
|
|
73480
74400
|
types: string[];
|
|
73481
74401
|
description: string;
|
|
73482
74402
|
};
|
|
73483
|
-
|
|
74403
|
+
placeholder: {
|
|
73484
74404
|
types: string[];
|
|
73485
74405
|
description: string;
|
|
73486
74406
|
};
|
|
73487
|
-
|
|
74407
|
+
value: {
|
|
74408
|
+
types: string[];
|
|
74409
|
+
description: string;
|
|
74410
|
+
};
|
|
74411
|
+
disabled: {
|
|
74412
|
+
types: string[];
|
|
74413
|
+
description: string;
|
|
74414
|
+
};
|
|
74415
|
+
action: {
|
|
74416
|
+
types: string[];
|
|
74417
|
+
description: string;
|
|
74418
|
+
kind: string;
|
|
74419
|
+
};
|
|
74420
|
+
inputType: {
|
|
74421
|
+
types: string[];
|
|
74422
|
+
description: string;
|
|
74423
|
+
enumValues: string[];
|
|
74424
|
+
};
|
|
74425
|
+
label: {
|
|
74426
|
+
types: string[];
|
|
74427
|
+
description: string;
|
|
74428
|
+
};
|
|
74429
|
+
helperText: {
|
|
74430
|
+
types: string[];
|
|
74431
|
+
description: string;
|
|
74432
|
+
};
|
|
74433
|
+
error: {
|
|
74434
|
+
types: string[];
|
|
74435
|
+
description: string;
|
|
74436
|
+
};
|
|
74437
|
+
leftIcon: {
|
|
74438
|
+
types: string[];
|
|
74439
|
+
description: string;
|
|
74440
|
+
};
|
|
74441
|
+
rightIcon: {
|
|
74442
|
+
types: string[];
|
|
74443
|
+
description: string;
|
|
74444
|
+
};
|
|
74445
|
+
clearable: {
|
|
74446
|
+
types: string[];
|
|
74447
|
+
description: string;
|
|
74448
|
+
};
|
|
74449
|
+
onClear: {
|
|
74450
|
+
types: string[];
|
|
74451
|
+
description: string;
|
|
74452
|
+
};
|
|
74453
|
+
options: {
|
|
74454
|
+
types: string[];
|
|
74455
|
+
description: string;
|
|
74456
|
+
items: {
|
|
74457
|
+
types: string[];
|
|
74458
|
+
properties: {
|
|
74459
|
+
value: {
|
|
74460
|
+
types: string[];
|
|
74461
|
+
};
|
|
74462
|
+
label: {
|
|
74463
|
+
types: string[];
|
|
74464
|
+
};
|
|
74465
|
+
};
|
|
74466
|
+
required: string[];
|
|
74467
|
+
};
|
|
74468
|
+
};
|
|
74469
|
+
rows: {
|
|
74470
|
+
types: string[];
|
|
74471
|
+
description: string;
|
|
74472
|
+
};
|
|
74473
|
+
onChange: {
|
|
74474
|
+
types: string[];
|
|
74475
|
+
description: string;
|
|
74476
|
+
};
|
|
74477
|
+
leftAddon: {
|
|
74478
|
+
types: string[];
|
|
74479
|
+
description: string;
|
|
74480
|
+
};
|
|
74481
|
+
rightAddon: {
|
|
73488
74482
|
types: string[];
|
|
73489
74483
|
description: string;
|
|
73490
74484
|
};
|
|
@@ -75966,6 +76960,9 @@ declare const PATTERN_REGISTRY: {
|
|
|
75966
76960
|
size: {
|
|
75967
76961
|
types: string[];
|
|
75968
76962
|
};
|
|
76963
|
+
badge: {
|
|
76964
|
+
types: string[];
|
|
76965
|
+
};
|
|
75969
76966
|
x: {
|
|
75970
76967
|
types: string[];
|
|
75971
76968
|
};
|
|
@@ -76001,6 +76998,25 @@ declare const PATTERN_REGISTRY: {
|
|
|
76001
76998
|
required: string[];
|
|
76002
76999
|
};
|
|
76003
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
|
+
};
|
|
76004
77020
|
height: {
|
|
76005
77021
|
types: string[];
|
|
76006
77022
|
description: string;
|
|
@@ -76069,6 +77085,9 @@ declare const PATTERN_REGISTRY: {
|
|
|
76069
77085
|
size: {
|
|
76070
77086
|
types: string[];
|
|
76071
77087
|
};
|
|
77088
|
+
badge: {
|
|
77089
|
+
types: string[];
|
|
77090
|
+
};
|
|
76072
77091
|
x: {
|
|
76073
77092
|
types: string[];
|
|
76074
77093
|
};
|
|
@@ -76105,6 +77124,48 @@ declare const PATTERN_REGISTRY: {
|
|
|
76105
77124
|
size: {
|
|
76106
77125
|
types: string[];
|
|
76107
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
|
+
};
|
|
76108
77169
|
x: {
|
|
76109
77170
|
types: string[];
|
|
76110
77171
|
};
|
|
@@ -78514,6 +79575,10 @@ declare const PATTERN_REGISTRY: {
|
|
|
78514
79575
|
types: string[];
|
|
78515
79576
|
description: string;
|
|
78516
79577
|
};
|
|
79578
|
+
format: {
|
|
79579
|
+
types: string[];
|
|
79580
|
+
description: string;
|
|
79581
|
+
};
|
|
78517
79582
|
className: {
|
|
78518
79583
|
types: string[];
|
|
78519
79584
|
description: string;
|
|
@@ -88443,7 +89508,100 @@ declare const PATTERN_REGISTRY: {
|
|
|
88443
89508
|
description: string;
|
|
88444
89509
|
suggestedFor: string[];
|
|
88445
89510
|
typicalSize: string;
|
|
88446
|
-
propsSchema: {
|
|
89511
|
+
propsSchema: {
|
|
89512
|
+
gap: {
|
|
89513
|
+
types: string[];
|
|
89514
|
+
description: string;
|
|
89515
|
+
enumValues: string[];
|
|
89516
|
+
default: string;
|
|
89517
|
+
};
|
|
89518
|
+
align: {
|
|
89519
|
+
types: string[];
|
|
89520
|
+
description: string;
|
|
89521
|
+
enumValues: string[];
|
|
89522
|
+
default: string;
|
|
89523
|
+
};
|
|
89524
|
+
justify: {
|
|
89525
|
+
types: string[];
|
|
89526
|
+
description: string;
|
|
89527
|
+
enumValues: string[];
|
|
89528
|
+
default: string;
|
|
89529
|
+
};
|
|
89530
|
+
wrap: {
|
|
89531
|
+
types: string[];
|
|
89532
|
+
description: string;
|
|
89533
|
+
default: boolean;
|
|
89534
|
+
};
|
|
89535
|
+
reverse: {
|
|
89536
|
+
types: string[];
|
|
89537
|
+
description: string;
|
|
89538
|
+
default: boolean;
|
|
89539
|
+
};
|
|
89540
|
+
flex: {
|
|
89541
|
+
types: string[];
|
|
89542
|
+
description: string;
|
|
89543
|
+
default: boolean;
|
|
89544
|
+
};
|
|
89545
|
+
className: {
|
|
89546
|
+
types: string[];
|
|
89547
|
+
description: string;
|
|
89548
|
+
};
|
|
89549
|
+
style: {
|
|
89550
|
+
types: string[];
|
|
89551
|
+
description: string;
|
|
89552
|
+
};
|
|
89553
|
+
children: {
|
|
89554
|
+
types: string[];
|
|
89555
|
+
description: string;
|
|
89556
|
+
};
|
|
89557
|
+
as: {
|
|
89558
|
+
types: string[];
|
|
89559
|
+
description: string;
|
|
89560
|
+
};
|
|
89561
|
+
onClick: {
|
|
89562
|
+
types: string[];
|
|
89563
|
+
description: string;
|
|
89564
|
+
kind: string;
|
|
89565
|
+
callbackArgs: {
|
|
89566
|
+
name: string;
|
|
89567
|
+
type: string;
|
|
89568
|
+
}[];
|
|
89569
|
+
nonEmittable: boolean;
|
|
89570
|
+
};
|
|
89571
|
+
onKeyDown: {
|
|
89572
|
+
types: string[];
|
|
89573
|
+
description: string;
|
|
89574
|
+
kind: string;
|
|
89575
|
+
callbackArgs: {
|
|
89576
|
+
name: string;
|
|
89577
|
+
type: string;
|
|
89578
|
+
}[];
|
|
89579
|
+
nonEmittable: boolean;
|
|
89580
|
+
};
|
|
89581
|
+
role: {
|
|
89582
|
+
types: string[];
|
|
89583
|
+
description: string;
|
|
89584
|
+
};
|
|
89585
|
+
tabIndex: {
|
|
89586
|
+
types: string[];
|
|
89587
|
+
description: string;
|
|
89588
|
+
};
|
|
89589
|
+
action: {
|
|
89590
|
+
types: string[];
|
|
89591
|
+
description: string;
|
|
89592
|
+
kind: string;
|
|
89593
|
+
};
|
|
89594
|
+
actionPayload: {
|
|
89595
|
+
types: string[];
|
|
89596
|
+
description: string;
|
|
89597
|
+
freeform: boolean;
|
|
89598
|
+
};
|
|
89599
|
+
responsive: {
|
|
89600
|
+
types: string[];
|
|
89601
|
+
description: string;
|
|
89602
|
+
default: boolean;
|
|
89603
|
+
};
|
|
89604
|
+
};
|
|
88447
89605
|
};
|
|
88448
89606
|
hstack: {
|
|
88449
89607
|
type: string;
|
|
@@ -88453,7 +89611,100 @@ declare const PATTERN_REGISTRY: {
|
|
|
88453
89611
|
description: string;
|
|
88454
89612
|
suggestedFor: string[];
|
|
88455
89613
|
typicalSize: string;
|
|
88456
|
-
propsSchema: {
|
|
89614
|
+
propsSchema: {
|
|
89615
|
+
gap: {
|
|
89616
|
+
types: string[];
|
|
89617
|
+
description: string;
|
|
89618
|
+
enumValues: string[];
|
|
89619
|
+
default: string;
|
|
89620
|
+
};
|
|
89621
|
+
align: {
|
|
89622
|
+
types: string[];
|
|
89623
|
+
description: string;
|
|
89624
|
+
enumValues: string[];
|
|
89625
|
+
default: string;
|
|
89626
|
+
};
|
|
89627
|
+
justify: {
|
|
89628
|
+
types: string[];
|
|
89629
|
+
description: string;
|
|
89630
|
+
enumValues: string[];
|
|
89631
|
+
default: string;
|
|
89632
|
+
};
|
|
89633
|
+
wrap: {
|
|
89634
|
+
types: string[];
|
|
89635
|
+
description: string;
|
|
89636
|
+
default: boolean;
|
|
89637
|
+
};
|
|
89638
|
+
reverse: {
|
|
89639
|
+
types: string[];
|
|
89640
|
+
description: string;
|
|
89641
|
+
default: boolean;
|
|
89642
|
+
};
|
|
89643
|
+
flex: {
|
|
89644
|
+
types: string[];
|
|
89645
|
+
description: string;
|
|
89646
|
+
default: boolean;
|
|
89647
|
+
};
|
|
89648
|
+
className: {
|
|
89649
|
+
types: string[];
|
|
89650
|
+
description: string;
|
|
89651
|
+
};
|
|
89652
|
+
style: {
|
|
89653
|
+
types: string[];
|
|
89654
|
+
description: string;
|
|
89655
|
+
};
|
|
89656
|
+
children: {
|
|
89657
|
+
types: string[];
|
|
89658
|
+
description: string;
|
|
89659
|
+
};
|
|
89660
|
+
as: {
|
|
89661
|
+
types: string[];
|
|
89662
|
+
description: string;
|
|
89663
|
+
};
|
|
89664
|
+
onClick: {
|
|
89665
|
+
types: string[];
|
|
89666
|
+
description: string;
|
|
89667
|
+
kind: string;
|
|
89668
|
+
callbackArgs: {
|
|
89669
|
+
name: string;
|
|
89670
|
+
type: string;
|
|
89671
|
+
}[];
|
|
89672
|
+
nonEmittable: boolean;
|
|
89673
|
+
};
|
|
89674
|
+
onKeyDown: {
|
|
89675
|
+
types: string[];
|
|
89676
|
+
description: string;
|
|
89677
|
+
kind: string;
|
|
89678
|
+
callbackArgs: {
|
|
89679
|
+
name: string;
|
|
89680
|
+
type: string;
|
|
89681
|
+
}[];
|
|
89682
|
+
nonEmittable: boolean;
|
|
89683
|
+
};
|
|
89684
|
+
role: {
|
|
89685
|
+
types: string[];
|
|
89686
|
+
description: string;
|
|
89687
|
+
};
|
|
89688
|
+
tabIndex: {
|
|
89689
|
+
types: string[];
|
|
89690
|
+
description: string;
|
|
89691
|
+
};
|
|
89692
|
+
action: {
|
|
89693
|
+
types: string[];
|
|
89694
|
+
description: string;
|
|
89695
|
+
kind: string;
|
|
89696
|
+
};
|
|
89697
|
+
actionPayload: {
|
|
89698
|
+
types: string[];
|
|
89699
|
+
description: string;
|
|
89700
|
+
freeform: boolean;
|
|
89701
|
+
};
|
|
89702
|
+
responsive: {
|
|
89703
|
+
types: string[];
|
|
89704
|
+
description: string;
|
|
89705
|
+
default: boolean;
|
|
89706
|
+
};
|
|
89707
|
+
};
|
|
88457
89708
|
};
|
|
88458
89709
|
"form-layout": {
|
|
88459
89710
|
type: string;
|
|
@@ -90585,6 +91836,10 @@ declare const PATTERN_REGISTRY: {
|
|
|
90585
91836
|
types: string[];
|
|
90586
91837
|
description: string;
|
|
90587
91838
|
};
|
|
91839
|
+
animation: {
|
|
91840
|
+
types: string[];
|
|
91841
|
+
description: string;
|
|
91842
|
+
};
|
|
90588
91843
|
flipX: {
|
|
90589
91844
|
types: string[];
|
|
90590
91845
|
description: string;
|
|
@@ -90871,6 +92126,9 @@ declare const PATTERN_REGISTRY: {
|
|
|
90871
92126
|
frame: {
|
|
90872
92127
|
types: string[];
|
|
90873
92128
|
};
|
|
92129
|
+
animation: {
|
|
92130
|
+
types: string[];
|
|
92131
|
+
};
|
|
90874
92132
|
flipX: {
|
|
90875
92133
|
types: string[];
|
|
90876
92134
|
};
|
|
@@ -93831,4 +95089,4 @@ declare function isDrawablePattern(patternType: string): boolean;
|
|
|
93831
95089
|
*/
|
|
93832
95090
|
declare function isDrawHostPattern(patternType: string): boolean;
|
|
93833
95091
|
|
|
93834
|
-
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 };
|