@almadar/patterns 2.49.0 → 2.50.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 +0 -10
- package/dist/index.js +6 -12
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +4 -10
- package/dist/registry.json +4 -10
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-06-
|
|
3
|
+
"exportedAt": "2026-06-18T10:28:38.516Z",
|
|
4
4
|
"patterns": {
|
|
5
5
|
"entity-table": {
|
|
6
6
|
"type": "entity-table",
|
|
@@ -7596,16 +7596,10 @@
|
|
|
7596
7596
|
},
|
|
7597
7597
|
"onValueChange": {
|
|
7598
7598
|
"types": [
|
|
7599
|
-
"function"
|
|
7599
|
+
"function",
|
|
7600
|
+
"string"
|
|
7600
7601
|
],
|
|
7601
|
-
"description": "Value-based callback
|
|
7602
|
-
"kind": "callback",
|
|
7603
|
-
"callbackArgs": [
|
|
7604
|
-
{
|
|
7605
|
-
"name": "value",
|
|
7606
|
-
"type": "string"
|
|
7607
|
-
}
|
|
7608
|
-
]
|
|
7602
|
+
"description": "Value-based change: a React callback (internal use) OR a declarative event key that emits `{ value }` on the bus (render-ui / lolo authoring). Mirrors the `onChange` handler|event convention so it's an event-emitting prop, not a bare callback."
|
|
7609
7603
|
}
|
|
7610
7604
|
}
|
|
7611
7605
|
},
|
package/dist/registry.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-06-
|
|
3
|
+
"exportedAt": "2026-06-18T10:28:38.516Z",
|
|
4
4
|
"patterns": {
|
|
5
5
|
"entity-table": {
|
|
6
6
|
"type": "entity-table",
|
|
@@ -7596,16 +7596,10 @@
|
|
|
7596
7596
|
},
|
|
7597
7597
|
"onValueChange": {
|
|
7598
7598
|
"types": [
|
|
7599
|
-
"function"
|
|
7599
|
+
"function",
|
|
7600
|
+
"string"
|
|
7600
7601
|
],
|
|
7601
|
-
"description": "Value-based callback
|
|
7602
|
-
"kind": "callback",
|
|
7603
|
-
"callbackArgs": [
|
|
7604
|
-
{
|
|
7605
|
-
"name": "value",
|
|
7606
|
-
"type": "string"
|
|
7607
|
-
}
|
|
7608
|
-
]
|
|
7602
|
+
"description": "Value-based change: a React callback (internal use) OR a declarative event key that emits `{ value }` on the bus (render-ui / lolo authoring). Mirrors the `onChange` handler|event convention so it's an event-emitting prop, not a bare callback."
|
|
7609
7603
|
}
|
|
7610
7604
|
}
|
|
7611
7605
|
},
|