@almadar/patterns 2.31.0 → 2.32.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/component-mapping.json +1 -1
- package/dist/event-contracts.json +1 -1
- package/dist/index.d.ts +10 -0
- package/dist/index.js +15 -3
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +13 -1
- package/dist/registry.json +13 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-05-
|
|
3
|
+
"exportedAt": "2026-05-29T02:49:56.240Z",
|
|
4
4
|
"patterns": {
|
|
5
5
|
"entity-table": {
|
|
6
6
|
"type": "entity-table",
|
|
@@ -13638,6 +13638,13 @@
|
|
|
13638
13638
|
]
|
|
13639
13639
|
}
|
|
13640
13640
|
},
|
|
13641
|
+
"itemClickEvent": {
|
|
13642
|
+
"types": [
|
|
13643
|
+
"string"
|
|
13644
|
+
],
|
|
13645
|
+
"description": "When set, the whole row is clickable and emits UI:{itemClickEvent} with { id, row } (action-button clicks stopPropagation so they still win).",
|
|
13646
|
+
"kind": "event"
|
|
13647
|
+
},
|
|
13641
13648
|
"gap": {
|
|
13642
13649
|
"types": [
|
|
13643
13650
|
"string"
|
|
@@ -19648,6 +19655,11 @@
|
|
|
19648
19655
|
"name": "parentNodeId",
|
|
19649
19656
|
"type": "string",
|
|
19650
19657
|
"required": true
|
|
19658
|
+
},
|
|
19659
|
+
{
|
|
19660
|
+
"name": "content",
|
|
19661
|
+
"type": "string",
|
|
19662
|
+
"required": true
|
|
19651
19663
|
}
|
|
19652
19664
|
]
|
|
19653
19665
|
},
|
package/dist/registry.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-05-
|
|
3
|
+
"exportedAt": "2026-05-29T02:49:56.240Z",
|
|
4
4
|
"patterns": {
|
|
5
5
|
"entity-table": {
|
|
6
6
|
"type": "entity-table",
|
|
@@ -13638,6 +13638,13 @@
|
|
|
13638
13638
|
]
|
|
13639
13639
|
}
|
|
13640
13640
|
},
|
|
13641
|
+
"itemClickEvent": {
|
|
13642
|
+
"types": [
|
|
13643
|
+
"string"
|
|
13644
|
+
],
|
|
13645
|
+
"description": "When set, the whole row is clickable and emits UI:{itemClickEvent} with { id, row } (action-button clicks stopPropagation so they still win).",
|
|
13646
|
+
"kind": "event"
|
|
13647
|
+
},
|
|
13641
13648
|
"gap": {
|
|
13642
13649
|
"types": [
|
|
13643
13650
|
"string"
|
|
@@ -19648,6 +19655,11 @@
|
|
|
19648
19655
|
"name": "parentNodeId",
|
|
19649
19656
|
"type": "string",
|
|
19650
19657
|
"required": true
|
|
19658
|
+
},
|
|
19659
|
+
{
|
|
19660
|
+
"name": "content",
|
|
19661
|
+
"type": "string",
|
|
19662
|
+
"required": true
|
|
19651
19663
|
}
|
|
19652
19664
|
]
|
|
19653
19665
|
},
|