@almadar/patterns 2.18.2 → 2.19.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 +8 -16
- package/dist/index.js +9 -15
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +7 -13
- package/dist/registry.json +7 -13
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-04-
|
|
3
|
+
"exportedAt": "2026-04-30T01:05:00.343Z",
|
|
4
4
|
"patterns": {
|
|
5
5
|
"entity-table": {
|
|
6
6
|
"type": "entity-table",
|
|
@@ -3976,6 +3976,12 @@
|
|
|
3976
3976
|
"md",
|
|
3977
3977
|
"lg"
|
|
3978
3978
|
]
|
|
3979
|
+
},
|
|
3980
|
+
"children": {
|
|
3981
|
+
"types": [
|
|
3982
|
+
"node"
|
|
3983
|
+
],
|
|
3984
|
+
"description": "Card content"
|
|
3979
3985
|
}
|
|
3980
3986
|
}
|
|
3981
3987
|
},
|
|
@@ -13271,12 +13277,6 @@
|
|
|
13271
13277
|
"description": "Field definitions for rendering each card",
|
|
13272
13278
|
"required": true
|
|
13273
13279
|
},
|
|
13274
|
-
"columns": {
|
|
13275
|
-
"types": [
|
|
13276
|
-
"array"
|
|
13277
|
-
],
|
|
13278
|
-
"description": "Alias for fields (compiler generates `columns` for field definitions)"
|
|
13279
|
-
},
|
|
13280
13280
|
"itemActions": {
|
|
13281
13281
|
"types": [
|
|
13282
13282
|
"array"
|
|
@@ -13412,12 +13412,6 @@
|
|
|
13412
13412
|
"description": "Field definitions for rendering each row",
|
|
13413
13413
|
"required": true
|
|
13414
13414
|
},
|
|
13415
|
-
"columns": {
|
|
13416
|
-
"types": [
|
|
13417
|
-
"array"
|
|
13418
|
-
],
|
|
13419
|
-
"description": "Alias for fields (compiler may generate `columns` for field definitions)"
|
|
13420
|
-
},
|
|
13421
13415
|
"itemActions": {
|
|
13422
13416
|
"types": [
|
|
13423
13417
|
"array"
|
package/dist/registry.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-04-
|
|
3
|
+
"exportedAt": "2026-04-30T01:05:00.343Z",
|
|
4
4
|
"patterns": {
|
|
5
5
|
"entity-table": {
|
|
6
6
|
"type": "entity-table",
|
|
@@ -3976,6 +3976,12 @@
|
|
|
3976
3976
|
"md",
|
|
3977
3977
|
"lg"
|
|
3978
3978
|
]
|
|
3979
|
+
},
|
|
3980
|
+
"children": {
|
|
3981
|
+
"types": [
|
|
3982
|
+
"node"
|
|
3983
|
+
],
|
|
3984
|
+
"description": "Card content"
|
|
3979
3985
|
}
|
|
3980
3986
|
}
|
|
3981
3987
|
},
|
|
@@ -13271,12 +13277,6 @@
|
|
|
13271
13277
|
"description": "Field definitions for rendering each card",
|
|
13272
13278
|
"required": true
|
|
13273
13279
|
},
|
|
13274
|
-
"columns": {
|
|
13275
|
-
"types": [
|
|
13276
|
-
"array"
|
|
13277
|
-
],
|
|
13278
|
-
"description": "Alias for fields (compiler generates `columns` for field definitions)"
|
|
13279
|
-
},
|
|
13280
13280
|
"itemActions": {
|
|
13281
13281
|
"types": [
|
|
13282
13282
|
"array"
|
|
@@ -13412,12 +13412,6 @@
|
|
|
13412
13412
|
"description": "Field definitions for rendering each row",
|
|
13413
13413
|
"required": true
|
|
13414
13414
|
},
|
|
13415
|
-
"columns": {
|
|
13416
|
-
"types": [
|
|
13417
|
-
"array"
|
|
13418
|
-
],
|
|
13419
|
-
"description": "Alias for fields (compiler may generate `columns` for field definitions)"
|
|
13420
|
-
},
|
|
13421
13415
|
"itemActions": {
|
|
13422
13416
|
"types": [
|
|
13423
13417
|
"array"
|