@almadar/patterns 2.20.1 → 2.20.2
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 +16 -4
- package/dist/index.js +20 -9
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +18 -7
- package/dist/registry.json +18 -7
- 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-04T08:21:23.048Z",
|
|
4
4
|
"patterns": {
|
|
5
5
|
"entity-table": {
|
|
6
6
|
"type": "entity-table",
|
|
@@ -3976,9 +3976,10 @@
|
|
|
3976
3976
|
},
|
|
3977
3977
|
"label": {
|
|
3978
3978
|
"types": [
|
|
3979
|
-
"string"
|
|
3979
|
+
"string",
|
|
3980
|
+
"number"
|
|
3980
3981
|
],
|
|
3981
|
-
"description": "Badge label text (alternative to children for schema-driven rendering)"
|
|
3982
|
+
"description": "Badge label text (alternative to children for schema-driven rendering). Numeric values are auto-coerced to string for rendering — common case is unread counts, error counts, status codes, etc."
|
|
3982
3983
|
},
|
|
3983
3984
|
"icon": {
|
|
3984
3985
|
"types": [
|
|
@@ -14711,8 +14712,13 @@
|
|
|
14711
14712
|
"types": [
|
|
14712
14713
|
"array"
|
|
14713
14714
|
],
|
|
14714
|
-
"description": "Field definitions for rendering each card"
|
|
14715
|
-
|
|
14715
|
+
"description": "Field definitions for rendering each card. The pattern contract in `@almadar/patterns` documents `columns` as the wire-format alias the compiler emits — both names resolve to the same shape here. Pass either."
|
|
14716
|
+
},
|
|
14717
|
+
"columns": {
|
|
14718
|
+
"types": [
|
|
14719
|
+
"array"
|
|
14720
|
+
],
|
|
14721
|
+
"description": "Alias for `fields` — the compiler emits `columns` for field defs."
|
|
14716
14722
|
},
|
|
14717
14723
|
"itemActions": {
|
|
14718
14724
|
"types": [
|
|
@@ -14868,8 +14874,13 @@
|
|
|
14868
14874
|
"types": [
|
|
14869
14875
|
"array"
|
|
14870
14876
|
],
|
|
14871
|
-
"description": "Field definitions for rendering each row"
|
|
14872
|
-
|
|
14877
|
+
"description": "Field definitions for rendering each row. The pattern contract in `@almadar/patterns` documents `columns` as the wire-format alias the compiler emits — both names resolve to the same shape here. Pass either."
|
|
14878
|
+
},
|
|
14879
|
+
"columns": {
|
|
14880
|
+
"types": [
|
|
14881
|
+
"array"
|
|
14882
|
+
],
|
|
14883
|
+
"description": "Alias for `fields` — the compiler emits `columns` for field defs."
|
|
14873
14884
|
},
|
|
14874
14885
|
"itemActions": {
|
|
14875
14886
|
"types": [
|
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-04T08:21:23.048Z",
|
|
4
4
|
"patterns": {
|
|
5
5
|
"entity-table": {
|
|
6
6
|
"type": "entity-table",
|
|
@@ -3976,9 +3976,10 @@
|
|
|
3976
3976
|
},
|
|
3977
3977
|
"label": {
|
|
3978
3978
|
"types": [
|
|
3979
|
-
"string"
|
|
3979
|
+
"string",
|
|
3980
|
+
"number"
|
|
3980
3981
|
],
|
|
3981
|
-
"description": "Badge label text (alternative to children for schema-driven rendering)"
|
|
3982
|
+
"description": "Badge label text (alternative to children for schema-driven rendering). Numeric values are auto-coerced to string for rendering — common case is unread counts, error counts, status codes, etc."
|
|
3982
3983
|
},
|
|
3983
3984
|
"icon": {
|
|
3984
3985
|
"types": [
|
|
@@ -14711,8 +14712,13 @@
|
|
|
14711
14712
|
"types": [
|
|
14712
14713
|
"array"
|
|
14713
14714
|
],
|
|
14714
|
-
"description": "Field definitions for rendering each card"
|
|
14715
|
-
|
|
14715
|
+
"description": "Field definitions for rendering each card. The pattern contract in `@almadar/patterns` documents `columns` as the wire-format alias the compiler emits — both names resolve to the same shape here. Pass either."
|
|
14716
|
+
},
|
|
14717
|
+
"columns": {
|
|
14718
|
+
"types": [
|
|
14719
|
+
"array"
|
|
14720
|
+
],
|
|
14721
|
+
"description": "Alias for `fields` — the compiler emits `columns` for field defs."
|
|
14716
14722
|
},
|
|
14717
14723
|
"itemActions": {
|
|
14718
14724
|
"types": [
|
|
@@ -14868,8 +14874,13 @@
|
|
|
14868
14874
|
"types": [
|
|
14869
14875
|
"array"
|
|
14870
14876
|
],
|
|
14871
|
-
"description": "Field definitions for rendering each row"
|
|
14872
|
-
|
|
14877
|
+
"description": "Field definitions for rendering each row. The pattern contract in `@almadar/patterns` documents `columns` as the wire-format alias the compiler emits — both names resolve to the same shape here. Pass either."
|
|
14878
|
+
},
|
|
14879
|
+
"columns": {
|
|
14880
|
+
"types": [
|
|
14881
|
+
"array"
|
|
14882
|
+
],
|
|
14883
|
+
"description": "Alias for `fields` — the compiler emits `columns` for field defs."
|
|
14873
14884
|
},
|
|
14874
14885
|
"itemActions": {
|
|
14875
14886
|
"types": [
|