@almadar/core 10.79.0 → 10.80.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/builders.d.ts +3 -3
- package/dist/builders.js +11 -3
- package/dist/builders.js.map +1 -1
- package/dist/{effect-Mx_niZdY.d.ts → effect-C4uehm-r.d.ts} +1 -1
- package/dist/{entityAccess-C3_cjLNi.d.ts → entityAccess-BMKFgmsc.d.ts} +1 -1
- package/dist/factory/index.d.ts +4 -4
- package/dist/factory/index.js +50 -164
- package/dist/factory/index.js.map +1 -1
- package/dist/factory-runtime/index.d.ts +3 -3
- package/dist/factory-runtime/index.js +11 -3
- package/dist/factory-runtime/index.js.map +1 -1
- package/dist/{index-B1N3gjT0.d.ts → index-DqUnw2Oo.d.ts} +4 -4
- package/dist/index.d.ts +10 -10
- package/dist/index.js +66 -172
- 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 +101 -219
- package/dist/patterns/index.js +53 -167
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/patterns-registry.json +51 -165
- package/dist/patterns/registry.json +51 -165
- package/dist/{schema-CkTuSx6F.d.ts → schema-Cma07_18.d.ts} +38 -38
- package/dist/{trait-B1fI0lTU.d.ts → trait-BXkQKZbO.d.ts} +32 -2
- package/dist/types/index.d.ts +5 -5
- package/dist/types/index.js +12 -4
- package/dist/types/index.js.map +1 -1
- package/dist/{types-B53Myv7U.d.ts → types-DoAKLgCZ.d.ts} +2 -2
- package/package.json +1 -1
package/dist/patterns/index.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { A as AnyPatternConfig, h as RenderBinding, F as FieldValue, b1 as PatternType } from '../effect-
|
|
2
|
-
export { aW as PATTERN_TYPES, a_ as PatternConfig, a$ as PatternProps, b0 as PatternPropsMap, cU as isValidPatternType } from '../effect-
|
|
1
|
+
import { A as AnyPatternConfig, h as RenderBinding, F as FieldValue, b1 as PatternType } from '../effect-C4uehm-r.js';
|
|
2
|
+
export { aW as PATTERN_TYPES, a_ as PatternConfig, a$ as PatternProps, b0 as PatternPropsMap, cU as isValidPatternType } from '../effect-C4uehm-r.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-09-
|
|
7
|
+
var exportedAt$3 = "2026-09-02T20:03:03.703Z";
|
|
8
8
|
var patterns = {
|
|
9
9
|
"entity-table": {
|
|
10
10
|
type: "entity-table",
|
|
@@ -266,10 +266,6 @@ var patterns = {
|
|
|
266
266
|
placement: {
|
|
267
267
|
types: [
|
|
268
268
|
"string"
|
|
269
|
-
],
|
|
270
|
-
enumValues: [
|
|
271
|
-
"row",
|
|
272
|
-
"bulk"
|
|
273
269
|
]
|
|
274
270
|
},
|
|
275
271
|
icon: {
|
|
@@ -281,13 +277,6 @@ var patterns = {
|
|
|
281
277
|
variant: {
|
|
282
278
|
types: [
|
|
283
279
|
"string"
|
|
284
|
-
],
|
|
285
|
-
enumValues: [
|
|
286
|
-
"default",
|
|
287
|
-
"primary",
|
|
288
|
-
"secondary",
|
|
289
|
-
"ghost",
|
|
290
|
-
"danger"
|
|
291
280
|
]
|
|
292
281
|
},
|
|
293
282
|
onClick: {
|
|
@@ -665,12 +654,6 @@ var patterns = {
|
|
|
665
654
|
placement: {
|
|
666
655
|
types: [
|
|
667
656
|
"string"
|
|
668
|
-
],
|
|
669
|
-
enumValues: [
|
|
670
|
-
"row",
|
|
671
|
-
"bulk",
|
|
672
|
-
"card",
|
|
673
|
-
"footer"
|
|
674
657
|
]
|
|
675
658
|
},
|
|
676
659
|
variant: {
|
|
@@ -1180,22 +1163,11 @@ var patterns = {
|
|
|
1180
1163
|
placement: {
|
|
1181
1164
|
types: [
|
|
1182
1165
|
"string"
|
|
1183
|
-
],
|
|
1184
|
-
enumValues: [
|
|
1185
|
-
"card",
|
|
1186
|
-
"footer",
|
|
1187
|
-
"row"
|
|
1188
1166
|
]
|
|
1189
1167
|
},
|
|
1190
1168
|
variant: {
|
|
1191
1169
|
types: [
|
|
1192
1170
|
"string"
|
|
1193
|
-
],
|
|
1194
|
-
enumValues: [
|
|
1195
|
-
"primary",
|
|
1196
|
-
"secondary",
|
|
1197
|
-
"ghost",
|
|
1198
|
-
"danger"
|
|
1199
1171
|
]
|
|
1200
1172
|
}
|
|
1201
1173
|
},
|
|
@@ -2121,11 +2093,7 @@ var patterns = {
|
|
|
2121
2093
|
types: [
|
|
2122
2094
|
"string"
|
|
2123
2095
|
],
|
|
2124
|
-
description: "Form mode — 'create' for new records, 'edit' for updating existing. Accepts `string` so schema-driven callers (whose `config.mode` is typed as `string` per the trait's declared config block) compile cleanly. The runtime treats anything other than 'edit' as 'create'."
|
|
2125
|
-
enumValues: [
|
|
2126
|
-
"create",
|
|
2127
|
-
"edit"
|
|
2128
|
-
]
|
|
2096
|
+
description: "Form mode — 'create' for new records, 'edit' for updating existing. Accepts `string` so schema-driven callers (whose `config.mode` is typed as `string` per the trait's declared config block) compile cleanly. The runtime treats anything other than 'edit' as 'create'."
|
|
2129
2097
|
},
|
|
2130
2098
|
fields: {
|
|
2131
2099
|
types: [
|
|
@@ -3051,11 +3019,7 @@ var patterns = {
|
|
|
3051
3019
|
types: [
|
|
3052
3020
|
"string"
|
|
3053
3021
|
],
|
|
3054
|
-
description: "Form mode — 'create' for new records, 'edit' for updating existing. Accepts `string` so schema-driven callers (whose `config.mode` is typed as `string` per the trait's declared config block) compile cleanly. The runtime treats anything other than 'edit' as 'create'."
|
|
3055
|
-
enumValues: [
|
|
3056
|
-
"create",
|
|
3057
|
-
"edit"
|
|
3058
|
-
]
|
|
3022
|
+
description: "Form mode — 'create' for new records, 'edit' for updating existing. Accepts `string` so schema-driven callers (whose `config.mode` is typed as `string` per the trait's declared config block) compile cleanly. The runtime treats anything other than 'edit' as 'create'."
|
|
3059
3023
|
},
|
|
3060
3024
|
fields: {
|
|
3061
3025
|
types: [
|
|
@@ -5616,12 +5580,6 @@ var patterns = {
|
|
|
5616
5580
|
mode: {
|
|
5617
5581
|
types: [
|
|
5618
5582
|
"string"
|
|
5619
|
-
],
|
|
5620
|
-
enumValues: [
|
|
5621
|
-
"search_or_create",
|
|
5622
|
-
"create_multiple",
|
|
5623
|
-
"select_one",
|
|
5624
|
-
"update"
|
|
5625
5583
|
]
|
|
5626
5584
|
},
|
|
5627
5585
|
parentField: {
|
|
@@ -6488,13 +6446,6 @@ var patterns = {
|
|
|
6488
6446
|
"string"
|
|
6489
6447
|
],
|
|
6490
6448
|
description: "Width (CSS value or preset size)",
|
|
6491
|
-
enumValues: [
|
|
6492
|
-
"sm",
|
|
6493
|
-
"md",
|
|
6494
|
-
"lg",
|
|
6495
|
-
"xl",
|
|
6496
|
-
"full"
|
|
6497
|
-
],
|
|
6498
6449
|
"default": "md"
|
|
6499
6450
|
},
|
|
6500
6451
|
showCloseButton: {
|
|
@@ -8120,15 +8071,7 @@ var patterns = {
|
|
|
8120
8071
|
types: [
|
|
8121
8072
|
"string"
|
|
8122
8073
|
],
|
|
8123
|
-
description: "Semantic palette token or an arbitrary Tailwind color class."
|
|
8124
|
-
enumValues: [
|
|
8125
|
-
"primary",
|
|
8126
|
-
"secondary",
|
|
8127
|
-
"success",
|
|
8128
|
-
"warning",
|
|
8129
|
-
"error",
|
|
8130
|
-
"muted"
|
|
8131
|
-
]
|
|
8074
|
+
description: "Semantic palette token or an arbitrary Tailwind color class."
|
|
8132
8075
|
},
|
|
8133
8076
|
animation: {
|
|
8134
8077
|
types: [
|
|
@@ -8469,13 +8412,20 @@ var patterns = {
|
|
|
8469
8412
|
types: [
|
|
8470
8413
|
"string"
|
|
8471
8414
|
],
|
|
8472
|
-
description: "Declarative event name for trait dispatch",
|
|
8415
|
+
description: "Declarative event name for trait dispatch.",
|
|
8473
8416
|
kind: "event-ref",
|
|
8474
8417
|
emitPayloadSchema: [
|
|
8475
8418
|
{
|
|
8476
8419
|
name: "value",
|
|
8477
8420
|
type: "string",
|
|
8478
|
-
required: true
|
|
8421
|
+
required: true,
|
|
8422
|
+
typeWhen: [
|
|
8423
|
+
{
|
|
8424
|
+
knob: "inputType",
|
|
8425
|
+
equals: "number",
|
|
8426
|
+
type: "number"
|
|
8427
|
+
}
|
|
8428
|
+
]
|
|
8479
8429
|
}
|
|
8480
8430
|
]
|
|
8481
8431
|
},
|
|
@@ -8764,8 +8714,26 @@ var patterns = {
|
|
|
8764
8714
|
types: [
|
|
8765
8715
|
"string"
|
|
8766
8716
|
],
|
|
8767
|
-
description: "Declarative event name for trait dispatch",
|
|
8768
|
-
kind: "event"
|
|
8717
|
+
description: "Declarative event name for trait dispatch — emits `{ value }` on selection commit (same gestures as `onChange`).",
|
|
8718
|
+
kind: "event-ref",
|
|
8719
|
+
emitPayloadSchema: [
|
|
8720
|
+
{
|
|
8721
|
+
name: "value",
|
|
8722
|
+
type: "string",
|
|
8723
|
+
required: true,
|
|
8724
|
+
schema: {
|
|
8725
|
+
types: [
|
|
8726
|
+
"string",
|
|
8727
|
+
"array"
|
|
8728
|
+
],
|
|
8729
|
+
items: {
|
|
8730
|
+
types: [
|
|
8731
|
+
"string"
|
|
8732
|
+
]
|
|
8733
|
+
}
|
|
8734
|
+
}
|
|
8735
|
+
}
|
|
8736
|
+
]
|
|
8769
8737
|
},
|
|
8770
8738
|
error: {
|
|
8771
8739
|
types: [
|
|
@@ -11091,7 +11059,8 @@ var patterns = {
|
|
|
11091
11059
|
],
|
|
11092
11060
|
description: "Payload to include with the dispatched action event.",
|
|
11093
11061
|
payloadFor: "action",
|
|
11094
|
-
freeform: true
|
|
11062
|
+
freeform: true,
|
|
11063
|
+
eventPayloadBrand: true
|
|
11095
11064
|
},
|
|
11096
11065
|
actions: {
|
|
11097
11066
|
types: [
|
|
@@ -11191,14 +11160,6 @@ var patterns = {
|
|
|
11191
11160
|
"string"
|
|
11192
11161
|
],
|
|
11193
11162
|
description: "Button position",
|
|
11194
|
-
enumValues: [
|
|
11195
|
-
"bottom-right",
|
|
11196
|
-
"bottom-left",
|
|
11197
|
-
"bottom-center",
|
|
11198
|
-
"top-right",
|
|
11199
|
-
"top-left",
|
|
11200
|
-
"top-center"
|
|
11201
|
-
],
|
|
11202
11163
|
"default": "bottom-right"
|
|
11203
11164
|
},
|
|
11204
11165
|
className: {
|
|
@@ -11396,13 +11357,20 @@ var patterns = {
|
|
|
11396
11357
|
types: [
|
|
11397
11358
|
"string"
|
|
11398
11359
|
],
|
|
11399
|
-
description: "Declarative event name for trait dispatch",
|
|
11360
|
+
description: "Declarative event name for trait dispatch.",
|
|
11400
11361
|
kind: "event-ref",
|
|
11401
11362
|
emitPayloadSchema: [
|
|
11402
11363
|
{
|
|
11403
11364
|
name: "value",
|
|
11404
11365
|
type: "string",
|
|
11405
|
-
required: true
|
|
11366
|
+
required: true,
|
|
11367
|
+
typeWhen: [
|
|
11368
|
+
{
|
|
11369
|
+
knob: "inputType",
|
|
11370
|
+
equals: "number",
|
|
11371
|
+
type: "number"
|
|
11372
|
+
}
|
|
11373
|
+
]
|
|
11406
11374
|
}
|
|
11407
11375
|
]
|
|
11408
11376
|
},
|
|
@@ -25696,14 +25664,6 @@ var patterns = {
|
|
|
25696
25664
|
"string"
|
|
25697
25665
|
],
|
|
25698
25666
|
description: "Semantic palette token or a raw CSS color value for the stroke.",
|
|
25699
|
-
enumValues: [
|
|
25700
|
-
"primary",
|
|
25701
|
-
"secondary",
|
|
25702
|
-
"success",
|
|
25703
|
-
"warning",
|
|
25704
|
-
"error",
|
|
25705
|
-
"muted"
|
|
25706
|
-
],
|
|
25707
25667
|
"default": "primary"
|
|
25708
25668
|
},
|
|
25709
25669
|
strokeWidth: {
|
|
@@ -26993,8 +26953,7 @@ var patterns = {
|
|
|
26993
26953
|
},
|
|
26994
26954
|
targetQuestionId: {
|
|
26995
26955
|
types: [
|
|
26996
|
-
"string"
|
|
26997
|
-
"unknown"
|
|
26956
|
+
"string"
|
|
26998
26957
|
]
|
|
26999
26958
|
}
|
|
27000
26959
|
},
|
|
@@ -27060,8 +27019,7 @@ var patterns = {
|
|
|
27060
27019
|
},
|
|
27061
27020
|
targetQuestionId: {
|
|
27062
27021
|
types: [
|
|
27063
|
-
"string"
|
|
27064
|
-
"unknown"
|
|
27022
|
+
"string"
|
|
27065
27023
|
]
|
|
27066
27024
|
}
|
|
27067
27025
|
},
|
|
@@ -27131,8 +27089,7 @@ var patterns = {
|
|
|
27131
27089
|
},
|
|
27132
27090
|
targetQuestionId: {
|
|
27133
27091
|
types: [
|
|
27134
|
-
"string"
|
|
27135
|
-
"unknown"
|
|
27092
|
+
"string"
|
|
27136
27093
|
]
|
|
27137
27094
|
}
|
|
27138
27095
|
},
|
|
@@ -27234,7 +27191,8 @@ var patterns = {
|
|
|
27234
27191
|
types: [
|
|
27235
27192
|
"object",
|
|
27236
27193
|
"array"
|
|
27237
|
-
]
|
|
27194
|
+
],
|
|
27195
|
+
cyclic: true
|
|
27238
27196
|
}
|
|
27239
27197
|
}
|
|
27240
27198
|
},
|
|
@@ -28239,12 +28197,6 @@ var patterns = {
|
|
|
28239
28197
|
"string"
|
|
28240
28198
|
],
|
|
28241
28199
|
description: "Size variant",
|
|
28242
|
-
enumValues: [
|
|
28243
|
-
"sm",
|
|
28244
|
-
"md",
|
|
28245
|
-
"lg",
|
|
28246
|
-
"xl"
|
|
28247
|
-
],
|
|
28248
28200
|
"default": "md"
|
|
28249
28201
|
},
|
|
28250
28202
|
shape: {
|
|
@@ -28252,11 +28204,6 @@ var patterns = {
|
|
|
28252
28204
|
"string"
|
|
28253
28205
|
],
|
|
28254
28206
|
description: "Shape variant",
|
|
28255
|
-
enumValues: [
|
|
28256
|
-
"circle",
|
|
28257
|
-
"rounded",
|
|
28258
|
-
"square"
|
|
28259
|
-
],
|
|
28260
28207
|
"default": "circle"
|
|
28261
28208
|
},
|
|
28262
28209
|
variant: {
|
|
@@ -28264,11 +28211,6 @@ var patterns = {
|
|
|
28264
28211
|
"string"
|
|
28265
28212
|
],
|
|
28266
28213
|
description: "Visual variant",
|
|
28267
|
-
enumValues: [
|
|
28268
|
-
"primary",
|
|
28269
|
-
"secondary",
|
|
28270
|
-
"ghost"
|
|
28271
|
-
],
|
|
28272
28214
|
"default": "secondary"
|
|
28273
28215
|
},
|
|
28274
28216
|
onPress: {
|
|
@@ -30542,15 +30484,7 @@ var patterns = {
|
|
|
30542
30484
|
types: [
|
|
30543
30485
|
"string"
|
|
30544
30486
|
],
|
|
30545
|
-
description: "Semantic palette token or a raw CSS color value. Defaults to 'primary'."
|
|
30546
|
-
enumValues: [
|
|
30547
|
-
"primary",
|
|
30548
|
-
"secondary",
|
|
30549
|
-
"success",
|
|
30550
|
-
"warning",
|
|
30551
|
-
"error",
|
|
30552
|
-
"muted"
|
|
30553
|
-
]
|
|
30487
|
+
description: "Semantic palette token or a raw CSS color value. Defaults to 'primary'."
|
|
30554
30488
|
},
|
|
30555
30489
|
className: {
|
|
30556
30490
|
types: [
|
|
@@ -31344,12 +31278,7 @@ var patterns = {
|
|
|
31344
31278
|
types: [
|
|
31345
31279
|
"string"
|
|
31346
31280
|
],
|
|
31347
|
-
description: "Position of the HUD"
|
|
31348
|
-
enumValues: [
|
|
31349
|
-
"top",
|
|
31350
|
-
"bottom",
|
|
31351
|
-
"corners"
|
|
31352
|
-
]
|
|
31281
|
+
description: "Position of the HUD"
|
|
31353
31282
|
},
|
|
31354
31283
|
stats: {
|
|
31355
31284
|
types: [
|
|
@@ -31646,11 +31575,6 @@ var patterns = {
|
|
|
31646
31575
|
variant: {
|
|
31647
31576
|
types: [
|
|
31648
31577
|
"string"
|
|
31649
|
-
],
|
|
31650
|
-
enumValues: [
|
|
31651
|
-
"primary",
|
|
31652
|
-
"secondary",
|
|
31653
|
-
"ghost"
|
|
31654
31578
|
]
|
|
31655
31579
|
},
|
|
31656
31580
|
disabled: {
|
|
@@ -31704,11 +31628,6 @@ var patterns = {
|
|
|
31704
31628
|
variant: {
|
|
31705
31629
|
types: [
|
|
31706
31630
|
"string"
|
|
31707
|
-
],
|
|
31708
|
-
enumValues: [
|
|
31709
|
-
"primary",
|
|
31710
|
-
"secondary",
|
|
31711
|
-
"ghost"
|
|
31712
31631
|
]
|
|
31713
31632
|
},
|
|
31714
31633
|
disabled: {
|
|
@@ -31765,11 +31684,6 @@ var patterns = {
|
|
|
31765
31684
|
variant: {
|
|
31766
31685
|
types: [
|
|
31767
31686
|
"string"
|
|
31768
|
-
],
|
|
31769
|
-
enumValues: [
|
|
31770
|
-
"primary",
|
|
31771
|
-
"secondary",
|
|
31772
|
-
"ghost"
|
|
31773
31687
|
]
|
|
31774
31688
|
},
|
|
31775
31689
|
disabled: {
|
|
@@ -32139,12 +32053,6 @@ var patterns = {
|
|
|
32139
32053
|
"string"
|
|
32140
32054
|
],
|
|
32141
32055
|
description: "Display format",
|
|
32142
|
-
enumValues: [
|
|
32143
|
-
"number",
|
|
32144
|
-
"hearts",
|
|
32145
|
-
"bar",
|
|
32146
|
-
"text"
|
|
32147
|
-
],
|
|
32148
32056
|
"default": "number"
|
|
32149
32057
|
},
|
|
32150
32058
|
icon: {
|
|
@@ -32159,11 +32067,6 @@ var patterns = {
|
|
|
32159
32067
|
"string"
|
|
32160
32068
|
],
|
|
32161
32069
|
description: "Size variant",
|
|
32162
|
-
enumValues: [
|
|
32163
|
-
"sm",
|
|
32164
|
-
"md",
|
|
32165
|
-
"lg"
|
|
32166
|
-
],
|
|
32167
32070
|
"default": "md"
|
|
32168
32071
|
},
|
|
32169
32072
|
variant: {
|
|
@@ -32171,13 +32074,6 @@ var patterns = {
|
|
|
32171
32074
|
"string"
|
|
32172
32075
|
],
|
|
32173
32076
|
description: "Visual variant",
|
|
32174
|
-
enumValues: [
|
|
32175
|
-
"default",
|
|
32176
|
-
"primary",
|
|
32177
|
-
"success",
|
|
32178
|
-
"warning",
|
|
32179
|
-
"danger"
|
|
32180
|
-
],
|
|
32181
32077
|
"default": "default"
|
|
32182
32078
|
},
|
|
32183
32079
|
className: {
|
|
@@ -36930,11 +36826,6 @@ var patterns = {
|
|
|
36930
36826
|
format: {
|
|
36931
36827
|
types: [
|
|
36932
36828
|
"string"
|
|
36933
|
-
],
|
|
36934
|
-
enumValues: [
|
|
36935
|
-
"currency",
|
|
36936
|
-
"percent",
|
|
36937
|
-
"number"
|
|
36938
36829
|
]
|
|
36939
36830
|
}
|
|
36940
36831
|
},
|
|
@@ -38228,11 +38119,6 @@ var patterns = {
|
|
|
38228
38119
|
variant: {
|
|
38229
38120
|
types: [
|
|
38230
38121
|
"string"
|
|
38231
|
-
],
|
|
38232
|
-
enumValues: [
|
|
38233
|
-
"primary",
|
|
38234
|
-
"secondary",
|
|
38235
|
-
"ghost"
|
|
38236
38122
|
]
|
|
38237
38123
|
}
|
|
38238
38124
|
},
|
|
@@ -54765,7 +54651,7 @@ var integratorsRegistry = {
|
|
|
54765
54651
|
};
|
|
54766
54652
|
|
|
54767
54653
|
var version$1 = "1.0.0";
|
|
54768
|
-
var exportedAt$1 = "2026-09-
|
|
54654
|
+
var exportedAt$1 = "2026-09-02T20:03:03.703Z";
|
|
54769
54655
|
var mappings = {
|
|
54770
54656
|
"page-header": {
|
|
54771
54657
|
component: "PageHeader",
|
|
@@ -56187,7 +56073,7 @@ var componentMapping = {
|
|
|
56187
56073
|
};
|
|
56188
56074
|
|
|
56189
56075
|
var version = "1.0.0";
|
|
56190
|
-
var exportedAt = "2026-09-
|
|
56076
|
+
var exportedAt = "2026-09-02T20:03:03.703Z";
|
|
56191
56077
|
var contracts = {
|
|
56192
56078
|
form: {
|
|
56193
56079
|
emits: [
|
|
@@ -58185,14 +58071,12 @@ declare const registry: {
|
|
|
58185
58071
|
};
|
|
58186
58072
|
placement: {
|
|
58187
58073
|
types: string[];
|
|
58188
|
-
enumValues: string[];
|
|
58189
58074
|
};
|
|
58190
58075
|
icon: {
|
|
58191
58076
|
types: string[];
|
|
58192
58077
|
};
|
|
58193
58078
|
variant: {
|
|
58194
58079
|
types: string[];
|
|
58195
|
-
enumValues: string[];
|
|
58196
58080
|
};
|
|
58197
58081
|
onClick: {
|
|
58198
58082
|
types: string[];
|
|
@@ -58427,7 +58311,6 @@ declare const registry: {
|
|
|
58427
58311
|
};
|
|
58428
58312
|
placement: {
|
|
58429
58313
|
types: string[];
|
|
58430
|
-
enumValues: string[];
|
|
58431
58314
|
};
|
|
58432
58315
|
variant: {
|
|
58433
58316
|
types: string[];
|
|
@@ -58738,11 +58621,9 @@ declare const registry: {
|
|
|
58738
58621
|
};
|
|
58739
58622
|
placement: {
|
|
58740
58623
|
types: string[];
|
|
58741
|
-
enumValues: string[];
|
|
58742
58624
|
};
|
|
58743
58625
|
variant: {
|
|
58744
58626
|
types: string[];
|
|
58745
|
-
enumValues: string[];
|
|
58746
58627
|
};
|
|
58747
58628
|
};
|
|
58748
58629
|
required: string[];
|
|
@@ -59303,7 +59184,6 @@ declare const registry: {
|
|
|
59303
59184
|
mode: {
|
|
59304
59185
|
types: string[];
|
|
59305
59186
|
description: string;
|
|
59306
|
-
enumValues: string[];
|
|
59307
59187
|
};
|
|
59308
59188
|
fields: {
|
|
59309
59189
|
types: string[];
|
|
@@ -59862,7 +59742,6 @@ declare const registry: {
|
|
|
59862
59742
|
mode: {
|
|
59863
59743
|
types: string[];
|
|
59864
59744
|
description: string;
|
|
59865
|
-
enumValues: string[];
|
|
59866
59745
|
};
|
|
59867
59746
|
fields: {
|
|
59868
59747
|
types: string[];
|
|
@@ -61389,7 +61268,6 @@ declare const registry: {
|
|
|
61389
61268
|
};
|
|
61390
61269
|
mode: {
|
|
61391
61270
|
types: string[];
|
|
61392
|
-
enumValues: string[];
|
|
61393
61271
|
};
|
|
61394
61272
|
parentField: {
|
|
61395
61273
|
types: string[];
|
|
@@ -61958,7 +61836,6 @@ declare const registry: {
|
|
|
61958
61836
|
width: {
|
|
61959
61837
|
types: string[];
|
|
61960
61838
|
description: string;
|
|
61961
|
-
enumValues: string[];
|
|
61962
61839
|
default: string;
|
|
61963
61840
|
};
|
|
61964
61841
|
showCloseButton: {
|
|
@@ -62886,7 +62763,6 @@ declare const registry: {
|
|
|
62886
62763
|
color: {
|
|
62887
62764
|
types: string[];
|
|
62888
62765
|
description: string;
|
|
62889
|
-
enumValues: string[];
|
|
62890
62766
|
};
|
|
62891
62767
|
animation: {
|
|
62892
62768
|
types: string[];
|
|
@@ -63095,6 +62971,11 @@ declare const registry: {
|
|
|
63095
62971
|
name: string;
|
|
63096
62972
|
type: string;
|
|
63097
62973
|
required: boolean;
|
|
62974
|
+
typeWhen: {
|
|
62975
|
+
knob: string;
|
|
62976
|
+
equals: string;
|
|
62977
|
+
type: string;
|
|
62978
|
+
}[];
|
|
63098
62979
|
}[];
|
|
63099
62980
|
};
|
|
63100
62981
|
inputType: {
|
|
@@ -63269,6 +63150,17 @@ declare const registry: {
|
|
|
63269
63150
|
types: string[];
|
|
63270
63151
|
description: string;
|
|
63271
63152
|
kind: string;
|
|
63153
|
+
emitPayloadSchema: {
|
|
63154
|
+
name: string;
|
|
63155
|
+
type: string;
|
|
63156
|
+
required: boolean;
|
|
63157
|
+
schema: {
|
|
63158
|
+
types: string[];
|
|
63159
|
+
items: {
|
|
63160
|
+
types: string[];
|
|
63161
|
+
};
|
|
63162
|
+
};
|
|
63163
|
+
}[];
|
|
63272
63164
|
};
|
|
63273
63165
|
error: {
|
|
63274
63166
|
types: string[];
|
|
@@ -64689,6 +64581,7 @@ declare const registry: {
|
|
|
64689
64581
|
description: string;
|
|
64690
64582
|
payloadFor: string;
|
|
64691
64583
|
freeform: boolean;
|
|
64584
|
+
eventPayloadBrand: boolean;
|
|
64692
64585
|
};
|
|
64693
64586
|
actions: {
|
|
64694
64587
|
types: string[];
|
|
@@ -64743,7 +64636,6 @@ declare const registry: {
|
|
|
64743
64636
|
position: {
|
|
64744
64637
|
types: string[];
|
|
64745
64638
|
description: string;
|
|
64746
|
-
enumValues: string[];
|
|
64747
64639
|
default: string;
|
|
64748
64640
|
};
|
|
64749
64641
|
className: {
|
|
@@ -64881,6 +64773,11 @@ declare const registry: {
|
|
|
64881
64773
|
name: string;
|
|
64882
64774
|
type: string;
|
|
64883
64775
|
required: boolean;
|
|
64776
|
+
typeWhen: {
|
|
64777
|
+
knob: string;
|
|
64778
|
+
equals: string;
|
|
64779
|
+
type: string;
|
|
64780
|
+
}[];
|
|
64884
64781
|
}[];
|
|
64885
64782
|
};
|
|
64886
64783
|
inputType: {
|
|
@@ -73699,7 +73596,6 @@ declare const registry: {
|
|
|
73699
73596
|
color: {
|
|
73700
73597
|
types: string[];
|
|
73701
73598
|
description: string;
|
|
73702
|
-
enumValues: string[];
|
|
73703
73599
|
default: string;
|
|
73704
73600
|
};
|
|
73705
73601
|
strokeWidth: {
|
|
@@ -74630,6 +74526,7 @@ declare const registry: {
|
|
|
74630
74526
|
};
|
|
74631
74527
|
replies: {
|
|
74632
74528
|
types: string[];
|
|
74529
|
+
cyclic: boolean;
|
|
74633
74530
|
};
|
|
74634
74531
|
};
|
|
74635
74532
|
};
|
|
@@ -75243,19 +75140,16 @@ declare const registry: {
|
|
|
75243
75140
|
size: {
|
|
75244
75141
|
types: string[];
|
|
75245
75142
|
description: string;
|
|
75246
|
-
enumValues: string[];
|
|
75247
75143
|
default: string;
|
|
75248
75144
|
};
|
|
75249
75145
|
shape: {
|
|
75250
75146
|
types: string[];
|
|
75251
75147
|
description: string;
|
|
75252
|
-
enumValues: string[];
|
|
75253
75148
|
default: string;
|
|
75254
75149
|
};
|
|
75255
75150
|
variant: {
|
|
75256
75151
|
types: string[];
|
|
75257
75152
|
description: string;
|
|
75258
|
-
enumValues: string[];
|
|
75259
75153
|
default: string;
|
|
75260
75154
|
};
|
|
75261
75155
|
onPress: {
|
|
@@ -76727,7 +76621,6 @@ declare const registry: {
|
|
|
76727
76621
|
color: {
|
|
76728
76622
|
types: string[];
|
|
76729
76623
|
description: string;
|
|
76730
|
-
enumValues: string[];
|
|
76731
76624
|
};
|
|
76732
76625
|
className: {
|
|
76733
76626
|
types: string[];
|
|
@@ -77178,7 +77071,6 @@ declare const registry: {
|
|
|
77178
77071
|
position: {
|
|
77179
77072
|
types: string[];
|
|
77180
77073
|
description: string;
|
|
77181
|
-
enumValues: string[];
|
|
77182
77074
|
};
|
|
77183
77075
|
stats: {
|
|
77184
77076
|
types: string[];
|
|
@@ -77355,7 +77247,6 @@ declare const registry: {
|
|
|
77355
77247
|
};
|
|
77356
77248
|
variant: {
|
|
77357
77249
|
types: string[];
|
|
77358
|
-
enumValues: string[];
|
|
77359
77250
|
};
|
|
77360
77251
|
disabled: {
|
|
77361
77252
|
types: string[];
|
|
@@ -77389,7 +77280,6 @@ declare const registry: {
|
|
|
77389
77280
|
};
|
|
77390
77281
|
variant: {
|
|
77391
77282
|
types: string[];
|
|
77392
|
-
enumValues: string[];
|
|
77393
77283
|
};
|
|
77394
77284
|
disabled: {
|
|
77395
77285
|
types: string[];
|
|
@@ -77425,7 +77315,6 @@ declare const registry: {
|
|
|
77425
77315
|
};
|
|
77426
77316
|
variant: {
|
|
77427
77317
|
types: string[];
|
|
77428
|
-
enumValues: string[];
|
|
77429
77318
|
};
|
|
77430
77319
|
disabled: {
|
|
77431
77320
|
types: string[];
|
|
@@ -77628,7 +77517,6 @@ declare const registry: {
|
|
|
77628
77517
|
format: {
|
|
77629
77518
|
types: string[];
|
|
77630
77519
|
description: string;
|
|
77631
|
-
enumValues: string[];
|
|
77632
77520
|
default: string;
|
|
77633
77521
|
};
|
|
77634
77522
|
icon: {
|
|
@@ -77638,13 +77526,11 @@ declare const registry: {
|
|
|
77638
77526
|
size: {
|
|
77639
77527
|
types: string[];
|
|
77640
77528
|
description: string;
|
|
77641
|
-
enumValues: string[];
|
|
77642
77529
|
default: string;
|
|
77643
77530
|
};
|
|
77644
77531
|
variant: {
|
|
77645
77532
|
types: string[];
|
|
77646
77533
|
description: string;
|
|
77647
|
-
enumValues: string[];
|
|
77648
77534
|
default: string;
|
|
77649
77535
|
};
|
|
77650
77536
|
className: {
|
|
@@ -80460,7 +80346,6 @@ declare const registry: {
|
|
|
80460
80346
|
};
|
|
80461
80347
|
format: {
|
|
80462
80348
|
types: string[];
|
|
80463
|
-
enumValues: string[];
|
|
80464
80349
|
};
|
|
80465
80350
|
};
|
|
80466
80351
|
required: string[];
|
|
@@ -81259,7 +81144,6 @@ declare const registry: {
|
|
|
81259
81144
|
};
|
|
81260
81145
|
variant: {
|
|
81261
81146
|
types: string[];
|
|
81262
|
-
enumValues: string[];
|
|
81263
81147
|
};
|
|
81264
81148
|
};
|
|
81265
81149
|
required: string[];
|
|
@@ -89440,14 +89324,12 @@ declare const PATTERN_REGISTRY: {
|
|
|
89440
89324
|
};
|
|
89441
89325
|
placement: {
|
|
89442
89326
|
types: string[];
|
|
89443
|
-
enumValues: string[];
|
|
89444
89327
|
};
|
|
89445
89328
|
icon: {
|
|
89446
89329
|
types: string[];
|
|
89447
89330
|
};
|
|
89448
89331
|
variant: {
|
|
89449
89332
|
types: string[];
|
|
89450
|
-
enumValues: string[];
|
|
89451
89333
|
};
|
|
89452
89334
|
onClick: {
|
|
89453
89335
|
types: string[];
|
|
@@ -89682,7 +89564,6 @@ declare const PATTERN_REGISTRY: {
|
|
|
89682
89564
|
};
|
|
89683
89565
|
placement: {
|
|
89684
89566
|
types: string[];
|
|
89685
|
-
enumValues: string[];
|
|
89686
89567
|
};
|
|
89687
89568
|
variant: {
|
|
89688
89569
|
types: string[];
|
|
@@ -89993,11 +89874,9 @@ declare const PATTERN_REGISTRY: {
|
|
|
89993
89874
|
};
|
|
89994
89875
|
placement: {
|
|
89995
89876
|
types: string[];
|
|
89996
|
-
enumValues: string[];
|
|
89997
89877
|
};
|
|
89998
89878
|
variant: {
|
|
89999
89879
|
types: string[];
|
|
90000
|
-
enumValues: string[];
|
|
90001
89880
|
};
|
|
90002
89881
|
};
|
|
90003
89882
|
required: string[];
|
|
@@ -90558,7 +90437,6 @@ declare const PATTERN_REGISTRY: {
|
|
|
90558
90437
|
mode: {
|
|
90559
90438
|
types: string[];
|
|
90560
90439
|
description: string;
|
|
90561
|
-
enumValues: string[];
|
|
90562
90440
|
};
|
|
90563
90441
|
fields: {
|
|
90564
90442
|
types: string[];
|
|
@@ -91117,7 +90995,6 @@ declare const PATTERN_REGISTRY: {
|
|
|
91117
90995
|
mode: {
|
|
91118
90996
|
types: string[];
|
|
91119
90997
|
description: string;
|
|
91120
|
-
enumValues: string[];
|
|
91121
90998
|
};
|
|
91122
90999
|
fields: {
|
|
91123
91000
|
types: string[];
|
|
@@ -92644,7 +92521,6 @@ declare const PATTERN_REGISTRY: {
|
|
|
92644
92521
|
};
|
|
92645
92522
|
mode: {
|
|
92646
92523
|
types: string[];
|
|
92647
|
-
enumValues: string[];
|
|
92648
92524
|
};
|
|
92649
92525
|
parentField: {
|
|
92650
92526
|
types: string[];
|
|
@@ -93213,7 +93089,6 @@ declare const PATTERN_REGISTRY: {
|
|
|
93213
93089
|
width: {
|
|
93214
93090
|
types: string[];
|
|
93215
93091
|
description: string;
|
|
93216
|
-
enumValues: string[];
|
|
93217
93092
|
default: string;
|
|
93218
93093
|
};
|
|
93219
93094
|
showCloseButton: {
|
|
@@ -94141,7 +94016,6 @@ declare const PATTERN_REGISTRY: {
|
|
|
94141
94016
|
color: {
|
|
94142
94017
|
types: string[];
|
|
94143
94018
|
description: string;
|
|
94144
|
-
enumValues: string[];
|
|
94145
94019
|
};
|
|
94146
94020
|
animation: {
|
|
94147
94021
|
types: string[];
|
|
@@ -94350,6 +94224,11 @@ declare const PATTERN_REGISTRY: {
|
|
|
94350
94224
|
name: string;
|
|
94351
94225
|
type: string;
|
|
94352
94226
|
required: boolean;
|
|
94227
|
+
typeWhen: {
|
|
94228
|
+
knob: string;
|
|
94229
|
+
equals: string;
|
|
94230
|
+
type: string;
|
|
94231
|
+
}[];
|
|
94353
94232
|
}[];
|
|
94354
94233
|
};
|
|
94355
94234
|
inputType: {
|
|
@@ -94524,6 +94403,17 @@ declare const PATTERN_REGISTRY: {
|
|
|
94524
94403
|
types: string[];
|
|
94525
94404
|
description: string;
|
|
94526
94405
|
kind: string;
|
|
94406
|
+
emitPayloadSchema: {
|
|
94407
|
+
name: string;
|
|
94408
|
+
type: string;
|
|
94409
|
+
required: boolean;
|
|
94410
|
+
schema: {
|
|
94411
|
+
types: string[];
|
|
94412
|
+
items: {
|
|
94413
|
+
types: string[];
|
|
94414
|
+
};
|
|
94415
|
+
};
|
|
94416
|
+
}[];
|
|
94527
94417
|
};
|
|
94528
94418
|
error: {
|
|
94529
94419
|
types: string[];
|
|
@@ -95944,6 +95834,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
95944
95834
|
description: string;
|
|
95945
95835
|
payloadFor: string;
|
|
95946
95836
|
freeform: boolean;
|
|
95837
|
+
eventPayloadBrand: boolean;
|
|
95947
95838
|
};
|
|
95948
95839
|
actions: {
|
|
95949
95840
|
types: string[];
|
|
@@ -95998,7 +95889,6 @@ declare const PATTERN_REGISTRY: {
|
|
|
95998
95889
|
position: {
|
|
95999
95890
|
types: string[];
|
|
96000
95891
|
description: string;
|
|
96001
|
-
enumValues: string[];
|
|
96002
95892
|
default: string;
|
|
96003
95893
|
};
|
|
96004
95894
|
className: {
|
|
@@ -96136,6 +96026,11 @@ declare const PATTERN_REGISTRY: {
|
|
|
96136
96026
|
name: string;
|
|
96137
96027
|
type: string;
|
|
96138
96028
|
required: boolean;
|
|
96029
|
+
typeWhen: {
|
|
96030
|
+
knob: string;
|
|
96031
|
+
equals: string;
|
|
96032
|
+
type: string;
|
|
96033
|
+
}[];
|
|
96139
96034
|
}[];
|
|
96140
96035
|
};
|
|
96141
96036
|
inputType: {
|
|
@@ -104954,7 +104849,6 @@ declare const PATTERN_REGISTRY: {
|
|
|
104954
104849
|
color: {
|
|
104955
104850
|
types: string[];
|
|
104956
104851
|
description: string;
|
|
104957
|
-
enumValues: string[];
|
|
104958
104852
|
default: string;
|
|
104959
104853
|
};
|
|
104960
104854
|
strokeWidth: {
|
|
@@ -105885,6 +105779,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
105885
105779
|
};
|
|
105886
105780
|
replies: {
|
|
105887
105781
|
types: string[];
|
|
105782
|
+
cyclic: boolean;
|
|
105888
105783
|
};
|
|
105889
105784
|
};
|
|
105890
105785
|
};
|
|
@@ -106498,19 +106393,16 @@ declare const PATTERN_REGISTRY: {
|
|
|
106498
106393
|
size: {
|
|
106499
106394
|
types: string[];
|
|
106500
106395
|
description: string;
|
|
106501
|
-
enumValues: string[];
|
|
106502
106396
|
default: string;
|
|
106503
106397
|
};
|
|
106504
106398
|
shape: {
|
|
106505
106399
|
types: string[];
|
|
106506
106400
|
description: string;
|
|
106507
|
-
enumValues: string[];
|
|
106508
106401
|
default: string;
|
|
106509
106402
|
};
|
|
106510
106403
|
variant: {
|
|
106511
106404
|
types: string[];
|
|
106512
106405
|
description: string;
|
|
106513
|
-
enumValues: string[];
|
|
106514
106406
|
default: string;
|
|
106515
106407
|
};
|
|
106516
106408
|
onPress: {
|
|
@@ -107982,7 +107874,6 @@ declare const PATTERN_REGISTRY: {
|
|
|
107982
107874
|
color: {
|
|
107983
107875
|
types: string[];
|
|
107984
107876
|
description: string;
|
|
107985
|
-
enumValues: string[];
|
|
107986
107877
|
};
|
|
107987
107878
|
className: {
|
|
107988
107879
|
types: string[];
|
|
@@ -108433,7 +108324,6 @@ declare const PATTERN_REGISTRY: {
|
|
|
108433
108324
|
position: {
|
|
108434
108325
|
types: string[];
|
|
108435
108326
|
description: string;
|
|
108436
|
-
enumValues: string[];
|
|
108437
108327
|
};
|
|
108438
108328
|
stats: {
|
|
108439
108329
|
types: string[];
|
|
@@ -108610,7 +108500,6 @@ declare const PATTERN_REGISTRY: {
|
|
|
108610
108500
|
};
|
|
108611
108501
|
variant: {
|
|
108612
108502
|
types: string[];
|
|
108613
|
-
enumValues: string[];
|
|
108614
108503
|
};
|
|
108615
108504
|
disabled: {
|
|
108616
108505
|
types: string[];
|
|
@@ -108644,7 +108533,6 @@ declare const PATTERN_REGISTRY: {
|
|
|
108644
108533
|
};
|
|
108645
108534
|
variant: {
|
|
108646
108535
|
types: string[];
|
|
108647
|
-
enumValues: string[];
|
|
108648
108536
|
};
|
|
108649
108537
|
disabled: {
|
|
108650
108538
|
types: string[];
|
|
@@ -108680,7 +108568,6 @@ declare const PATTERN_REGISTRY: {
|
|
|
108680
108568
|
};
|
|
108681
108569
|
variant: {
|
|
108682
108570
|
types: string[];
|
|
108683
|
-
enumValues: string[];
|
|
108684
108571
|
};
|
|
108685
108572
|
disabled: {
|
|
108686
108573
|
types: string[];
|
|
@@ -108883,7 +108770,6 @@ declare const PATTERN_REGISTRY: {
|
|
|
108883
108770
|
format: {
|
|
108884
108771
|
types: string[];
|
|
108885
108772
|
description: string;
|
|
108886
|
-
enumValues: string[];
|
|
108887
108773
|
default: string;
|
|
108888
108774
|
};
|
|
108889
108775
|
icon: {
|
|
@@ -108893,13 +108779,11 @@ declare const PATTERN_REGISTRY: {
|
|
|
108893
108779
|
size: {
|
|
108894
108780
|
types: string[];
|
|
108895
108781
|
description: string;
|
|
108896
|
-
enumValues: string[];
|
|
108897
108782
|
default: string;
|
|
108898
108783
|
};
|
|
108899
108784
|
variant: {
|
|
108900
108785
|
types: string[];
|
|
108901
108786
|
description: string;
|
|
108902
|
-
enumValues: string[];
|
|
108903
108787
|
default: string;
|
|
108904
108788
|
};
|
|
108905
108789
|
className: {
|
|
@@ -111715,7 +111599,6 @@ declare const PATTERN_REGISTRY: {
|
|
|
111715
111599
|
};
|
|
111716
111600
|
format: {
|
|
111717
111601
|
types: string[];
|
|
111718
|
-
enumValues: string[];
|
|
111719
111602
|
};
|
|
111720
111603
|
};
|
|
111721
111604
|
required: string[];
|
|
@@ -112514,7 +112397,6 @@ declare const PATTERN_REGISTRY: {
|
|
|
112514
112397
|
};
|
|
112515
112398
|
variant: {
|
|
112516
112399
|
types: string[];
|
|
112517
|
-
enumValues: string[];
|
|
112518
112400
|
};
|
|
112519
112401
|
};
|
|
112520
112402
|
required: string[];
|