@almadar/core 10.41.0 → 10.43.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 +596 -5
- package/dist/builders.js +47 -41
- package/dist/builders.js.map +1 -1
- package/dist/{effect-DSbx6joe.d.ts → effect-NbTgX2yB.d.ts} +1574 -100
- package/dist/{expression-DpAj1RzP.d.ts → expression-Yf7qvvOs.d.ts} +85 -10
- package/dist/factory/index.d.ts +5 -7
- package/dist/factory-runtime/index.d.ts +5 -5
- package/dist/factory-runtime/index.js +47 -41
- package/dist/factory-runtime/index.js.map +1 -1
- package/dist/index.d.ts +38 -17
- package/dist/index.js +332 -506
- package/dist/index.js.map +1 -1
- package/dist/mock/index.d.ts +32 -2
- package/dist/mock/index.js +32 -2
- package/dist/mock/index.js.map +1 -1
- package/dist/patterns/component-mapping.json +8 -23
- package/dist/patterns/event-contracts.json +1 -1
- package/dist/patterns/index.d.ts +343 -857
- package/dist/patterns/index.js +166 -399
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/patterns-registry.json +155 -370
- package/dist/patterns/registry.json +155 -370
- package/dist/{builders-CikYSzX6.d.ts → schema-DdcBBHkb.d.ts} +7016 -2545
- package/dist/state-machine/index.d.ts +1 -1
- package/dist/{trait-2E6TQw19.d.ts → trait-DdBiEffx.d.ts} +1336 -324
- package/dist/types/index.d.ts +148 -41
- package/dist/types/index.js +144 -112
- package/dist/types/index.js.map +1 -1
- package/dist/{types-CzocAZtG.d.ts → types-B4NVh8V9.d.ts} +3 -2
- package/package.json +1 -1
- package/src/types/bindings.ts +79 -0
- package/dist/entity-DfD-iXkn.d.ts +0 -1572
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-07-
|
|
3
|
+
"exportedAt": "2026-07-29T19:32:01.461Z",
|
|
4
4
|
"patterns": {
|
|
5
5
|
"entity-table": {
|
|
6
6
|
"type": "entity-table",
|
|
@@ -8495,6 +8495,25 @@
|
|
|
8495
8495
|
"description": "Show arrow",
|
|
8496
8496
|
"default": true
|
|
8497
8497
|
},
|
|
8498
|
+
"open": {
|
|
8499
|
+
"types": [
|
|
8500
|
+
"boolean"
|
|
8501
|
+
],
|
|
8502
|
+
"description": "Controlled open state. When set, the host owns visibility and the popover reports intent through onOpenChange instead of toggling itself."
|
|
8503
|
+
},
|
|
8504
|
+
"onOpenChange": {
|
|
8505
|
+
"types": [
|
|
8506
|
+
"function"
|
|
8507
|
+
],
|
|
8508
|
+
"description": "Fired when the popover wants to change visibility (trigger click, outside click)",
|
|
8509
|
+
"kind": "callback",
|
|
8510
|
+
"callbackArgs": [
|
|
8511
|
+
{
|
|
8512
|
+
"name": "open",
|
|
8513
|
+
"type": "boolean"
|
|
8514
|
+
}
|
|
8515
|
+
]
|
|
8516
|
+
},
|
|
8498
8517
|
"className": {
|
|
8499
8518
|
"types": [
|
|
8500
8519
|
"string"
|
|
@@ -18157,6 +18176,22 @@
|
|
|
18157
18176
|
"description": "Max items to show before \"Show More\" button. Defaults to 5. Set to 0 to disable.",
|
|
18158
18177
|
"default": 5
|
|
18159
18178
|
},
|
|
18179
|
+
"sortBy": {
|
|
18180
|
+
"types": [
|
|
18181
|
+
"string"
|
|
18182
|
+
],
|
|
18183
|
+
"description": "Field name to order rows by. Values are compared by their own type — numbers numerically, date-like strings chronologically, everything else alphabetically — never by what the field is called. Empty cells sort last. Unset leaves the incoming order untouched. Orders only the rows already fetched: a collection larger than its `limit` still needs ordering at the data layer."
|
|
18184
|
+
},
|
|
18185
|
+
"sortDirection": {
|
|
18186
|
+
"types": [
|
|
18187
|
+
"string"
|
|
18188
|
+
],
|
|
18189
|
+
"description": "Direction for `sortBy`. Defaults to ascending.",
|
|
18190
|
+
"enumValues": [
|
|
18191
|
+
"asc",
|
|
18192
|
+
"desc"
|
|
18193
|
+
]
|
|
18194
|
+
},
|
|
18160
18195
|
"look": {
|
|
18161
18196
|
"types": [
|
|
18162
18197
|
"string"
|
|
@@ -33531,6 +33566,13 @@
|
|
|
33531
33566
|
],
|
|
33532
33567
|
"description": "Max inline action buttons before the rest collapse into a \"⋯\" overflow menu. Omit = all inline."
|
|
33533
33568
|
},
|
|
33569
|
+
"itemClickEvent": {
|
|
33570
|
+
"types": [
|
|
33571
|
+
"string"
|
|
33572
|
+
],
|
|
33573
|
+
"description": "When set, the whole row is clickable and emits UI:{itemClickEvent} with { id, row } (action-button clicks stopPropagation so they still win). Mirrors DataList's contract.",
|
|
33574
|
+
"kind": "event"
|
|
33575
|
+
},
|
|
33534
33576
|
"selectable": {
|
|
33535
33577
|
"types": [
|
|
33536
33578
|
"boolean"
|
|
@@ -35049,9 +35091,22 @@
|
|
|
35049
35091
|
"types": [
|
|
35050
35092
|
"number"
|
|
35051
35093
|
],
|
|
35052
|
-
"description": "Render scale (
|
|
35094
|
+
"description": "Render scale, legacy-squared semantics: on-screen cell ≈ `256 × scale²` px (the authored contract every board tuned its value for). Converted internally to the single camera zoom against the board's native tile width, so the cell pitch follows the asset while the on-screen size stays as authored. Ignored when `fit` is on; passed through raw for `free`/`side` (world-pixel-direct).",
|
|
35053
35095
|
"default": 0.4
|
|
35054
35096
|
},
|
|
35097
|
+
"tileWidth": {
|
|
35098
|
+
"types": [
|
|
35099
|
+
"number"
|
|
35100
|
+
],
|
|
35101
|
+
"description": "Native tile/cell width in source px for this board's asset (e.g. 16 for Kenney tiny-dungeon, ~128 for iso blocks). The grid cell pitch follows the asset, so tile textures map 1:1 (crisp, no stretch). Defaults to the detected atlas tile width, else 256."
|
|
35102
|
+
},
|
|
35103
|
+
"fit": {
|
|
35104
|
+
"types": [
|
|
35105
|
+
"boolean"
|
|
35106
|
+
],
|
|
35107
|
+
"description": "Auto-fit the board's grid extent to the viewport (default false — boards render at their authored `scale` and overflow → pan). Opt in for whole-board-overview boards. User wheel/pinch zoom always wins after the initial fit.",
|
|
35108
|
+
"default": false
|
|
35109
|
+
},
|
|
35055
35110
|
"showMinimap": {
|
|
35056
35111
|
"types": [
|
|
35057
35112
|
"boolean"
|
|
@@ -39207,7 +39262,8 @@
|
|
|
39207
39262
|
"cell",
|
|
39208
39263
|
"rect",
|
|
39209
39264
|
"ellipse",
|
|
39210
|
-
"poly"
|
|
39265
|
+
"poly",
|
|
39266
|
+
"path"
|
|
39211
39267
|
]
|
|
39212
39268
|
},
|
|
39213
39269
|
"position": {
|
|
@@ -39292,6 +39348,12 @@
|
|
|
39292
39348
|
]
|
|
39293
39349
|
}
|
|
39294
39350
|
},
|
|
39351
|
+
"d": {
|
|
39352
|
+
"types": [
|
|
39353
|
+
"string"
|
|
39354
|
+
],
|
|
39355
|
+
"description": "SVG path data in world units relative to the cell's projected top-left — same coordinate convention as `points`."
|
|
39356
|
+
},
|
|
39295
39357
|
"fill": {
|
|
39296
39358
|
"types": [
|
|
39297
39359
|
"string"
|
|
@@ -39480,13 +39542,13 @@
|
|
|
39480
39542
|
"types": [
|
|
39481
39543
|
"number"
|
|
39482
39544
|
],
|
|
39483
|
-
"description": "Draw width in world units (fractions of `projector.tileWidth`)
|
|
39545
|
+
"description": "Draw width in world units (fractions of `projector.tileWidth`). Omitted → one cell on tile grids (`flat`/`iso`/`hex`); native source px on `free`/`side`."
|
|
39484
39546
|
},
|
|
39485
39547
|
"height": {
|
|
39486
39548
|
"types": [
|
|
39487
39549
|
"number"
|
|
39488
39550
|
],
|
|
39489
|
-
"description": "Draw height in world units (fractions of `projector.tileWidth`)
|
|
39551
|
+
"description": "Draw height in world units (fractions of `projector.tileWidth`). Omitted → one cell on tile grids (`flat`/`iso`/`hex`); native source px on `free`/`side`."
|
|
39490
39552
|
},
|
|
39491
39553
|
"frame": {
|
|
39492
39554
|
"types": [
|
|
@@ -39692,7 +39754,8 @@
|
|
|
39692
39754
|
"cell",
|
|
39693
39755
|
"rect",
|
|
39694
39756
|
"ellipse",
|
|
39695
|
-
"poly"
|
|
39757
|
+
"poly",
|
|
39758
|
+
"path"
|
|
39696
39759
|
]
|
|
39697
39760
|
},
|
|
39698
39761
|
"position": {
|
|
@@ -39767,6 +39830,11 @@
|
|
|
39767
39830
|
]
|
|
39768
39831
|
}
|
|
39769
39832
|
},
|
|
39833
|
+
"d": {
|
|
39834
|
+
"types": [
|
|
39835
|
+
"string"
|
|
39836
|
+
]
|
|
39837
|
+
},
|
|
39770
39838
|
"fill": {
|
|
39771
39839
|
"types": [
|
|
39772
39840
|
"string"
|
|
@@ -40223,6 +40291,18 @@
|
|
|
40223
40291
|
],
|
|
40224
40292
|
"description": "Minimap overlay (2D)."
|
|
40225
40293
|
},
|
|
40294
|
+
"fit": {
|
|
40295
|
+
"types": [
|
|
40296
|
+
"boolean"
|
|
40297
|
+
],
|
|
40298
|
+
"description": "Auto-fit the board's grid extent to the viewport (2D grid layouts; default false — boards render at their authored `camera.zoom` scale)."
|
|
40299
|
+
},
|
|
40300
|
+
"tileWidth": {
|
|
40301
|
+
"types": [
|
|
40302
|
+
"number"
|
|
40303
|
+
],
|
|
40304
|
+
"description": "Native tile/cell width in source px of the board's asset (2D grid layouts; defaults to the detected atlas tile width, else 256)."
|
|
40305
|
+
},
|
|
40226
40306
|
"backgroundImage": {
|
|
40227
40307
|
"types": [
|
|
40228
40308
|
"asset",
|
|
@@ -40914,175 +40994,72 @@
|
|
|
40914
40994
|
}
|
|
40915
40995
|
}
|
|
40916
40996
|
},
|
|
40917
|
-
"
|
|
40918
|
-
"type": "
|
|
40997
|
+
"draw-group": {
|
|
40998
|
+
"type": "draw-group",
|
|
40919
40999
|
"category": "game",
|
|
40920
41000
|
"tier": "atoms",
|
|
40921
41001
|
"family": "game",
|
|
40922
|
-
"description": "
|
|
41002
|
+
"description": "DrawGroup component",
|
|
40923
41003
|
"suggestedFor": [
|
|
40924
|
-
"svg",
|
|
40925
41004
|
"draw",
|
|
40926
41005
|
"group",
|
|
40927
|
-
"
|
|
41006
|
+
"draw group"
|
|
40928
41007
|
],
|
|
40929
41008
|
"typicalSize": "small",
|
|
40930
41009
|
"propsSchema": {
|
|
40931
|
-
"
|
|
40932
|
-
"types": [
|
|
40933
|
-
"number"
|
|
40934
|
-
],
|
|
40935
|
-
"description": "Grid-cell x of the group's origin.",
|
|
40936
|
-
"default": 0
|
|
40937
|
-
},
|
|
40938
|
-
"y": {
|
|
40939
|
-
"types": [
|
|
40940
|
-
"number"
|
|
40941
|
-
],
|
|
40942
|
-
"description": "Grid-cell y of the group's origin.",
|
|
40943
|
-
"default": 0
|
|
40944
|
-
},
|
|
40945
|
-
"scale": {
|
|
40946
|
-
"types": [
|
|
40947
|
-
"number"
|
|
40948
|
-
],
|
|
40949
|
-
"description": "Uniform scale applied after the translate."
|
|
40950
|
-
},
|
|
40951
|
-
"rotate": {
|
|
40952
|
-
"types": [
|
|
40953
|
-
"number"
|
|
40954
|
-
],
|
|
40955
|
-
"description": "Rotation in degrees applied after the translate."
|
|
40956
|
-
},
|
|
40957
|
-
"opacity": {
|
|
40958
|
-
"types": [
|
|
40959
|
-
"number"
|
|
40960
|
-
],
|
|
40961
|
-
"description": "0..1 opacity."
|
|
40962
|
-
},
|
|
40963
|
-
"className": {
|
|
40964
|
-
"types": [
|
|
40965
|
-
"string"
|
|
40966
|
-
],
|
|
40967
|
-
"description": "Additional CSS classes"
|
|
40968
|
-
},
|
|
40969
|
-
"children": {
|
|
40970
|
-
"types": [
|
|
40971
|
-
"node"
|
|
40972
|
-
],
|
|
40973
|
-
"description": "children prop"
|
|
40974
|
-
}
|
|
40975
|
-
}
|
|
40976
|
-
},
|
|
40977
|
-
"svg-draw-shape": {
|
|
40978
|
-
"type": "svg-draw-shape",
|
|
40979
|
-
"category": "game",
|
|
40980
|
-
"tier": "atoms",
|
|
40981
|
-
"family": "game",
|
|
40982
|
-
"description": "SvgDrawShape component",
|
|
40983
|
-
"suggestedFor": [
|
|
40984
|
-
"svg",
|
|
40985
|
-
"draw",
|
|
40986
|
-
"shape",
|
|
40987
|
-
"svg draw shape"
|
|
40988
|
-
],
|
|
40989
|
-
"typicalSize": "small",
|
|
40990
|
-
"propsSchema": {
|
|
40991
|
-
"shape": {
|
|
41010
|
+
"id": {
|
|
40992
41011
|
"types": [
|
|
40993
41012
|
"string"
|
|
40994
41013
|
],
|
|
40995
|
-
"description": "
|
|
40996
|
-
"required": true,
|
|
40997
|
-
"enumValues": [
|
|
40998
|
-
"rect",
|
|
40999
|
-
"circle",
|
|
41000
|
-
"ellipse",
|
|
41001
|
-
"polygon",
|
|
41002
|
-
"polyline",
|
|
41003
|
-
"path",
|
|
41004
|
-
"line"
|
|
41005
|
-
]
|
|
41006
|
-
},
|
|
41007
|
-
"x": {
|
|
41008
|
-
"types": [
|
|
41009
|
-
"number"
|
|
41010
|
-
],
|
|
41011
|
-
"description": "Grid-cell x of the element's translated origin.",
|
|
41012
|
-
"required": true
|
|
41014
|
+
"description": "Optional source-tagged hit-test handle — the host indexes the drawable's ScenePos→id so a pointer/raycast at that cell resolves to this id (unit/entity click). No id → the host emits only the coordinate (tile click)."
|
|
41013
41015
|
},
|
|
41014
|
-
"
|
|
41016
|
+
"type": {
|
|
41015
41017
|
"types": [
|
|
41016
|
-
"
|
|
41018
|
+
"unknown"
|
|
41017
41019
|
],
|
|
41018
|
-
"description": "
|
|
41020
|
+
"description": "type prop",
|
|
41019
41021
|
"required": true
|
|
41020
41022
|
},
|
|
41021
|
-
"
|
|
41022
|
-
"types": [
|
|
41023
|
-
"number"
|
|
41024
|
-
],
|
|
41025
|
-
"description": "Rect width in cell units."
|
|
41026
|
-
},
|
|
41027
|
-
"height": {
|
|
41028
|
-
"types": [
|
|
41029
|
-
"number"
|
|
41030
|
-
],
|
|
41031
|
-
"description": "Rect height in cell units."
|
|
41032
|
-
},
|
|
41033
|
-
"radius": {
|
|
41034
|
-
"types": [
|
|
41035
|
-
"number"
|
|
41036
|
-
],
|
|
41037
|
-
"description": "Circle radius / ellipse horizontal radius in cell units."
|
|
41038
|
-
},
|
|
41039
|
-
"radiusY": {
|
|
41040
|
-
"types": [
|
|
41041
|
-
"number"
|
|
41042
|
-
],
|
|
41043
|
-
"description": "Ellipse vertical radius in cell units; omitted → `radius` (a circle)."
|
|
41044
|
-
},
|
|
41045
|
-
"points": {
|
|
41046
|
-
"types": [
|
|
41047
|
-
"string"
|
|
41048
|
-
],
|
|
41049
|
-
"description": "Polygon/polyline points, viewBox units relative to the translated origin."
|
|
41050
|
-
},
|
|
41051
|
-
"d": {
|
|
41023
|
+
"position": {
|
|
41052
41024
|
"types": [
|
|
41053
|
-
"
|
|
41025
|
+
"object"
|
|
41054
41026
|
],
|
|
41055
|
-
"description": "
|
|
41056
|
-
|
|
41057
|
-
|
|
41058
|
-
|
|
41059
|
-
|
|
41027
|
+
"description": "Logical scene position; the projector maps it to pixels / world.",
|
|
41028
|
+
"required": true,
|
|
41029
|
+
"properties": {
|
|
41030
|
+
"x": {
|
|
41031
|
+
"types": [
|
|
41032
|
+
"number"
|
|
41033
|
+
]
|
|
41034
|
+
},
|
|
41035
|
+
"y": {
|
|
41036
|
+
"types": [
|
|
41037
|
+
"number"
|
|
41038
|
+
]
|
|
41039
|
+
},
|
|
41040
|
+
"z": {
|
|
41041
|
+
"types": [
|
|
41042
|
+
"number"
|
|
41043
|
+
]
|
|
41044
|
+
}
|
|
41045
|
+
},
|
|
41046
|
+
"propertyRequired": [
|
|
41047
|
+
"x",
|
|
41048
|
+
"y"
|
|
41060
41049
|
],
|
|
41061
|
-
"
|
|
41050
|
+
"scenePos": true
|
|
41062
41051
|
},
|
|
41063
|
-
"
|
|
41052
|
+
"scale": {
|
|
41064
41053
|
"types": [
|
|
41065
41054
|
"number"
|
|
41066
41055
|
],
|
|
41067
|
-
"description": "
|
|
41068
|
-
},
|
|
41069
|
-
"fill": {
|
|
41070
|
-
"types": [
|
|
41071
|
-
"string"
|
|
41072
|
-
],
|
|
41073
|
-
"description": "fill prop"
|
|
41056
|
+
"description": "Uniform scale applied to the whole group."
|
|
41074
41057
|
},
|
|
41075
|
-
"
|
|
41076
|
-
"types": [
|
|
41077
|
-
"string"
|
|
41078
|
-
],
|
|
41079
|
-
"description": "stroke prop"
|
|
41080
|
-
},
|
|
41081
|
-
"strokeWidth": {
|
|
41058
|
+
"rotate": {
|
|
41082
41059
|
"types": [
|
|
41083
41060
|
"number"
|
|
41084
41061
|
],
|
|
41085
|
-
"description": "
|
|
41062
|
+
"description": "Rotation in radians (painter units)."
|
|
41086
41063
|
},
|
|
41087
41064
|
"opacity": {
|
|
41088
41065
|
"types": [
|
|
@@ -41090,266 +41067,74 @@
|
|
|
41090
41067
|
],
|
|
41091
41068
|
"description": "0..1 opacity."
|
|
41092
41069
|
},
|
|
41093
|
-
"className": {
|
|
41094
|
-
"types": [
|
|
41095
|
-
"string"
|
|
41096
|
-
],
|
|
41097
|
-
"description": "Additional CSS classes"
|
|
41098
|
-
}
|
|
41099
|
-
}
|
|
41100
|
-
},
|
|
41101
|
-
"svg-draw-text": {
|
|
41102
|
-
"type": "svg-draw-text",
|
|
41103
|
-
"category": "game",
|
|
41104
|
-
"tier": "atoms",
|
|
41105
|
-
"family": "game",
|
|
41106
|
-
"description": "SvgDrawText component",
|
|
41107
|
-
"suggestedFor": [
|
|
41108
|
-
"svg",
|
|
41109
|
-
"draw",
|
|
41110
|
-
"text",
|
|
41111
|
-
"svg draw text"
|
|
41112
|
-
],
|
|
41113
|
-
"typicalSize": "small",
|
|
41114
|
-
"propsSchema": {
|
|
41115
|
-
"x": {
|
|
41116
|
-
"types": [
|
|
41117
|
-
"number"
|
|
41118
|
-
],
|
|
41119
|
-
"description": "Grid-cell x of the text anchor.",
|
|
41120
|
-
"required": true
|
|
41121
|
-
},
|
|
41122
|
-
"y": {
|
|
41123
|
-
"types": [
|
|
41124
|
-
"number"
|
|
41125
|
-
],
|
|
41126
|
-
"description": "Grid-cell y of the text anchor.",
|
|
41127
|
-
"required": true
|
|
41128
|
-
},
|
|
41129
|
-
"text": {
|
|
41130
|
-
"types": [
|
|
41131
|
-
"string"
|
|
41132
|
-
],
|
|
41133
|
-
"description": "The text content.",
|
|
41134
|
-
"required": true
|
|
41135
|
-
},
|
|
41136
|
-
"size": {
|
|
41137
|
-
"types": [
|
|
41138
|
-
"number"
|
|
41139
|
-
],
|
|
41140
|
-
"description": "Font size in viewBox units (default 12).",
|
|
41141
|
-
"default": 12
|
|
41142
|
-
},
|
|
41143
|
-
"fill": {
|
|
41144
|
-
"types": [
|
|
41145
|
-
"string"
|
|
41146
|
-
],
|
|
41147
|
-
"description": "fill prop",
|
|
41148
|
-
"default": "var(--color-foreground)"
|
|
41149
|
-
},
|
|
41150
|
-
"anchor": {
|
|
41151
|
-
"types": [
|
|
41152
|
-
"string"
|
|
41153
|
-
],
|
|
41154
|
-
"description": "Text anchor (default 'middle').",
|
|
41155
|
-
"enumValues": [
|
|
41156
|
-
"start",
|
|
41157
|
-
"middle",
|
|
41158
|
-
"end"
|
|
41159
|
-
],
|
|
41160
|
-
"default": "middle"
|
|
41161
|
-
},
|
|
41162
|
-
"className": {
|
|
41163
|
-
"types": [
|
|
41164
|
-
"string"
|
|
41165
|
-
],
|
|
41166
|
-
"description": "Additional CSS classes"
|
|
41167
|
-
}
|
|
41168
|
-
}
|
|
41169
|
-
},
|
|
41170
|
-
"svg-draw-shape-layer": {
|
|
41171
|
-
"type": "svg-draw-shape-layer",
|
|
41172
|
-
"category": "game",
|
|
41173
|
-
"tier": "molecules",
|
|
41174
|
-
"family": "game",
|
|
41175
|
-
"description": "SvgDrawShapeLayer component",
|
|
41176
|
-
"suggestedFor": [
|
|
41177
|
-
"svg",
|
|
41178
|
-
"draw",
|
|
41179
|
-
"shape",
|
|
41180
|
-
"layer",
|
|
41181
|
-
"svg draw shape layer"
|
|
41182
|
-
],
|
|
41183
|
-
"typicalSize": "medium",
|
|
41184
|
-
"propsSchema": {
|
|
41185
41070
|
"items": {
|
|
41186
41071
|
"types": [
|
|
41187
41072
|
"array"
|
|
41188
41073
|
],
|
|
41189
|
-
"description": "
|
|
41074
|
+
"description": "The grouped drawables, painted through the normal dispatch.",
|
|
41190
41075
|
"required": true,
|
|
41191
41076
|
"items": {
|
|
41192
41077
|
"types": [
|
|
41193
41078
|
"object"
|
|
41194
41079
|
],
|
|
41195
|
-
"
|
|
41196
|
-
"id": {
|
|
41197
|
-
"types": [
|
|
41198
|
-
"string"
|
|
41199
|
-
]
|
|
41200
|
-
}
|
|
41201
|
-
},
|
|
41202
|
-
"required": [
|
|
41203
|
-
"id"
|
|
41204
|
-
]
|
|
41080
|
+
"drawableSlot": true
|
|
41205
41081
|
}
|
|
41206
|
-
},
|
|
41207
|
-
"fill": {
|
|
41208
|
-
"types": [
|
|
41209
|
-
"string"
|
|
41210
|
-
],
|
|
41211
|
-
"description": "Default fill for items that don't set one."
|
|
41212
|
-
},
|
|
41213
|
-
"stroke": {
|
|
41214
|
-
"types": [
|
|
41215
|
-
"string"
|
|
41216
|
-
],
|
|
41217
|
-
"description": "Default stroke for items that don't set one."
|
|
41218
|
-
},
|
|
41219
|
-
"strokeWidth": {
|
|
41220
|
-
"types": [
|
|
41221
|
-
"number"
|
|
41222
|
-
],
|
|
41223
|
-
"description": "Default strokeWidth for items that don't set one."
|
|
41224
|
-
},
|
|
41225
|
-
"opacity": {
|
|
41226
|
-
"types": [
|
|
41227
|
-
"number"
|
|
41228
|
-
],
|
|
41229
|
-
"description": "Default 0..1 opacity for items that don't set one."
|
|
41230
41082
|
}
|
|
41231
|
-
}
|
|
41083
|
+
},
|
|
41084
|
+
"drawable": true,
|
|
41085
|
+
"drawHost": true
|
|
41232
41086
|
},
|
|
41233
|
-
"
|
|
41234
|
-
"type": "
|
|
41235
|
-
"category": "
|
|
41087
|
+
"emoji-picker": {
|
|
41088
|
+
"type": "emoji-picker",
|
|
41089
|
+
"category": "component",
|
|
41236
41090
|
"tier": "molecules",
|
|
41237
|
-
"family": "
|
|
41238
|
-
"description": "
|
|
41091
|
+
"family": "core",
|
|
41092
|
+
"description": "EmojiPicker component",
|
|
41239
41093
|
"suggestedFor": [
|
|
41240
|
-
"
|
|
41241
|
-
"
|
|
41242
|
-
"
|
|
41094
|
+
"emoji",
|
|
41095
|
+
"picker",
|
|
41096
|
+
"emoji picker"
|
|
41243
41097
|
],
|
|
41244
41098
|
"typicalSize": "medium",
|
|
41245
41099
|
"propsSchema": {
|
|
41246
|
-
"
|
|
41247
|
-
"types": [
|
|
41248
|
-
"number"
|
|
41249
|
-
],
|
|
41250
|
-
"description": "Grid width in cells.",
|
|
41251
|
-
"required": true
|
|
41252
|
-
},
|
|
41253
|
-
"rows": {
|
|
41254
|
-
"types": [
|
|
41255
|
-
"number"
|
|
41256
|
-
],
|
|
41257
|
-
"description": "Grid height in cells.",
|
|
41258
|
-
"required": true
|
|
41259
|
-
},
|
|
41260
|
-
"tileSize": {
|
|
41261
|
-
"types": [
|
|
41262
|
-
"number"
|
|
41263
|
-
],
|
|
41264
|
-
"description": "ViewBox units per cell (default 32); viewBox is `0 0 cols*tileSize rows*tileSize`.",
|
|
41265
|
-
"default": 32
|
|
41266
|
-
},
|
|
41267
|
-
"background": {
|
|
41100
|
+
"pickEvent": {
|
|
41268
41101
|
"types": [
|
|
41269
41102
|
"string"
|
|
41270
41103
|
],
|
|
41271
|
-
"description": "
|
|
41272
|
-
"
|
|
41104
|
+
"description": "Declarative event name — picking an emoji emits UI:{pickEvent} with { emoji } via eventBus",
|
|
41105
|
+
"kind": "event"
|
|
41273
41106
|
},
|
|
41274
|
-
"
|
|
41107
|
+
"position": {
|
|
41275
41108
|
"types": [
|
|
41276
41109
|
"string"
|
|
41277
41110
|
],
|
|
41278
|
-
"description": "
|
|
41279
|
-
"
|
|
41280
|
-
|
|
41281
|
-
|
|
41282
|
-
"name": "x",
|
|
41283
|
-
"type": "number",
|
|
41284
|
-
"required": true
|
|
41285
|
-
},
|
|
41286
|
-
{
|
|
41287
|
-
"name": "y",
|
|
41288
|
-
"type": "number",
|
|
41289
|
-
"required": true
|
|
41290
|
-
}
|
|
41291
|
-
]
|
|
41292
|
-
},
|
|
41293
|
-
"tileHoverEvent": {
|
|
41294
|
-
"types": [
|
|
41295
|
-
"string"
|
|
41111
|
+
"description": "Which side of the trigger the panel opens on",
|
|
41112
|
+
"enumValues": [
|
|
41113
|
+
"top",
|
|
41114
|
+
"bottom"
|
|
41296
41115
|
],
|
|
41297
|
-
"
|
|
41298
|
-
"kind": "event-ref",
|
|
41299
|
-
"emitPayloadSchema": [
|
|
41300
|
-
{
|
|
41301
|
-
"name": "x",
|
|
41302
|
-
"type": "number",
|
|
41303
|
-
"required": true
|
|
41304
|
-
},
|
|
41305
|
-
{
|
|
41306
|
-
"name": "y",
|
|
41307
|
-
"type": "number",
|
|
41308
|
-
"required": true
|
|
41309
|
-
}
|
|
41310
|
-
]
|
|
41116
|
+
"default": "top"
|
|
41311
41117
|
},
|
|
41312
|
-
"
|
|
41118
|
+
"triggerIcon": {
|
|
41313
41119
|
"types": [
|
|
41120
|
+
"icon",
|
|
41314
41121
|
"string"
|
|
41315
41122
|
],
|
|
41316
|
-
"description": "
|
|
41317
|
-
"
|
|
41318
|
-
"emitPayloadSchema": []
|
|
41123
|
+
"description": "Icon shown on the trigger button",
|
|
41124
|
+
"default": "smile"
|
|
41319
41125
|
},
|
|
41320
|
-
"
|
|
41126
|
+
"triggerLabel": {
|
|
41321
41127
|
"types": [
|
|
41322
|
-
"
|
|
41128
|
+
"string"
|
|
41323
41129
|
],
|
|
41324
|
-
"description": "
|
|
41325
|
-
"
|
|
41326
|
-
"types": [
|
|
41327
|
-
"string"
|
|
41328
|
-
]
|
|
41329
|
-
}
|
|
41330
|
-
},
|
|
41331
|
-
"keyUpMap": {
|
|
41332
|
-
"types": [
|
|
41333
|
-
"object"
|
|
41334
|
-
],
|
|
41335
|
-
"description": "Keyup counterpart of `keyMap`.",
|
|
41336
|
-
"mapValue": {
|
|
41337
|
-
"types": [
|
|
41338
|
-
"string"
|
|
41339
|
-
]
|
|
41340
|
-
}
|
|
41130
|
+
"description": "Accessible label for the trigger button",
|
|
41131
|
+
"default": "Add emoji"
|
|
41341
41132
|
},
|
|
41342
41133
|
"className": {
|
|
41343
41134
|
"types": [
|
|
41344
41135
|
"string"
|
|
41345
41136
|
],
|
|
41346
|
-
"description": "Additional CSS classes"
|
|
41347
|
-
},
|
|
41348
|
-
"children": {
|
|
41349
|
-
"types": [
|
|
41350
|
-
"node"
|
|
41351
|
-
],
|
|
41352
|
-
"description": "children prop"
|
|
41137
|
+
"description": "Additional CSS classes applied to the trigger button"
|
|
41353
41138
|
}
|
|
41354
41139
|
}
|
|
41355
41140
|
}
|