@almadar/patterns 2.33.0 → 2.34.1
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 +58 -6
- package/dist/index.js +47 -9
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +45 -7
- package/dist/registry.json +45 -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-30T10:04:19.715Z",
|
|
4
4
|
"patterns": {
|
|
5
5
|
"entity-table": {
|
|
6
6
|
"type": "entity-table",
|
|
@@ -13268,6 +13268,19 @@
|
|
|
13268
13268
|
]
|
|
13269
13269
|
}
|
|
13270
13270
|
},
|
|
13271
|
+
"maxInlineActions": {
|
|
13272
|
+
"types": [
|
|
13273
|
+
"number"
|
|
13274
|
+
],
|
|
13275
|
+
"description": "Max inline primary action buttons before the rest collapse into a \"⋯\" overflow menu. Omit = all inline."
|
|
13276
|
+
},
|
|
13277
|
+
"scrollX": {
|
|
13278
|
+
"types": [
|
|
13279
|
+
"boolean"
|
|
13280
|
+
],
|
|
13281
|
+
"description": "Lay items in a single horizontally-scrolling row (kanban columns) sized to `minCardWidth` instead of a wrapping grid.",
|
|
13282
|
+
"default": false
|
|
13283
|
+
},
|
|
13271
13284
|
"cols": {
|
|
13272
13285
|
"types": [
|
|
13273
13286
|
"number"
|
|
@@ -13638,6 +13651,12 @@
|
|
|
13638
13651
|
]
|
|
13639
13652
|
}
|
|
13640
13653
|
},
|
|
13654
|
+
"maxInlineActions": {
|
|
13655
|
+
"types": [
|
|
13656
|
+
"number"
|
|
13657
|
+
],
|
|
13658
|
+
"description": "Max inline action buttons before the rest collapse into a \"⋯\" overflow menu. Omit = all inline."
|
|
13659
|
+
},
|
|
13641
13660
|
"itemClickEvent": {
|
|
13642
13661
|
"types": [
|
|
13643
13662
|
"string"
|
|
@@ -23777,6 +23796,18 @@
|
|
|
23777
23796
|
}
|
|
23778
23797
|
]
|
|
23779
23798
|
},
|
|
23799
|
+
"tickEvent": {
|
|
23800
|
+
"types": [
|
|
23801
|
+
"string"
|
|
23802
|
+
],
|
|
23803
|
+
"description": "Event name emitted each tick with { dt, frame } — for closed-circuit .orb integration"
|
|
23804
|
+
},
|
|
23805
|
+
"drawEvent": {
|
|
23806
|
+
"types": [
|
|
23807
|
+
"string"
|
|
23808
|
+
],
|
|
23809
|
+
"description": "Event name emitted each draw frame with { frame } — for closed-circuit .orb integration"
|
|
23810
|
+
},
|
|
23780
23811
|
"fps": {
|
|
23781
23812
|
"types": [
|
|
23782
23813
|
"number"
|
|
@@ -23784,23 +23815,24 @@
|
|
|
23784
23815
|
"description": "Target frames per second",
|
|
23785
23816
|
"default": 60
|
|
23786
23817
|
},
|
|
23787
|
-
"
|
|
23818
|
+
"backgroundImage": {
|
|
23788
23819
|
"types": [
|
|
23789
23820
|
"string"
|
|
23790
23821
|
],
|
|
23791
|
-
"description": "
|
|
23822
|
+
"description": "Background image URL"
|
|
23792
23823
|
},
|
|
23793
|
-
"
|
|
23824
|
+
"assetBaseUrl": {
|
|
23794
23825
|
"types": [
|
|
23795
23826
|
"string"
|
|
23796
23827
|
],
|
|
23797
|
-
"description": "
|
|
23828
|
+
"description": "Base URL prefix for asset URLs",
|
|
23829
|
+
"default": ""
|
|
23798
23830
|
},
|
|
23799
|
-
"
|
|
23831
|
+
"className": {
|
|
23800
23832
|
"types": [
|
|
23801
23833
|
"string"
|
|
23802
23834
|
],
|
|
23803
|
-
"description": "
|
|
23835
|
+
"description": "Additional CSS classes"
|
|
23804
23836
|
}
|
|
23805
23837
|
}
|
|
23806
23838
|
},
|
|
@@ -32505,6 +32537,12 @@
|
|
|
32505
32537
|
]
|
|
32506
32538
|
}
|
|
32507
32539
|
},
|
|
32540
|
+
"maxInlineActions": {
|
|
32541
|
+
"types": [
|
|
32542
|
+
"number"
|
|
32543
|
+
],
|
|
32544
|
+
"description": "Max inline action buttons before the rest collapse into a \"⋯\" overflow menu. Omit = all inline."
|
|
32545
|
+
},
|
|
32508
32546
|
"selectable": {
|
|
32509
32547
|
"types": [
|
|
32510
32548
|
"boolean"
|
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-30T10:04:19.715Z",
|
|
4
4
|
"patterns": {
|
|
5
5
|
"entity-table": {
|
|
6
6
|
"type": "entity-table",
|
|
@@ -13268,6 +13268,19 @@
|
|
|
13268
13268
|
]
|
|
13269
13269
|
}
|
|
13270
13270
|
},
|
|
13271
|
+
"maxInlineActions": {
|
|
13272
|
+
"types": [
|
|
13273
|
+
"number"
|
|
13274
|
+
],
|
|
13275
|
+
"description": "Max inline primary action buttons before the rest collapse into a \"⋯\" overflow menu. Omit = all inline."
|
|
13276
|
+
},
|
|
13277
|
+
"scrollX": {
|
|
13278
|
+
"types": [
|
|
13279
|
+
"boolean"
|
|
13280
|
+
],
|
|
13281
|
+
"description": "Lay items in a single horizontally-scrolling row (kanban columns) sized to `minCardWidth` instead of a wrapping grid.",
|
|
13282
|
+
"default": false
|
|
13283
|
+
},
|
|
13271
13284
|
"cols": {
|
|
13272
13285
|
"types": [
|
|
13273
13286
|
"number"
|
|
@@ -13638,6 +13651,12 @@
|
|
|
13638
13651
|
]
|
|
13639
13652
|
}
|
|
13640
13653
|
},
|
|
13654
|
+
"maxInlineActions": {
|
|
13655
|
+
"types": [
|
|
13656
|
+
"number"
|
|
13657
|
+
],
|
|
13658
|
+
"description": "Max inline action buttons before the rest collapse into a \"⋯\" overflow menu. Omit = all inline."
|
|
13659
|
+
},
|
|
13641
13660
|
"itemClickEvent": {
|
|
13642
13661
|
"types": [
|
|
13643
13662
|
"string"
|
|
@@ -23777,6 +23796,18 @@
|
|
|
23777
23796
|
}
|
|
23778
23797
|
]
|
|
23779
23798
|
},
|
|
23799
|
+
"tickEvent": {
|
|
23800
|
+
"types": [
|
|
23801
|
+
"string"
|
|
23802
|
+
],
|
|
23803
|
+
"description": "Event name emitted each tick with { dt, frame } — for closed-circuit .orb integration"
|
|
23804
|
+
},
|
|
23805
|
+
"drawEvent": {
|
|
23806
|
+
"types": [
|
|
23807
|
+
"string"
|
|
23808
|
+
],
|
|
23809
|
+
"description": "Event name emitted each draw frame with { frame } — for closed-circuit .orb integration"
|
|
23810
|
+
},
|
|
23780
23811
|
"fps": {
|
|
23781
23812
|
"types": [
|
|
23782
23813
|
"number"
|
|
@@ -23784,23 +23815,24 @@
|
|
|
23784
23815
|
"description": "Target frames per second",
|
|
23785
23816
|
"default": 60
|
|
23786
23817
|
},
|
|
23787
|
-
"
|
|
23818
|
+
"backgroundImage": {
|
|
23788
23819
|
"types": [
|
|
23789
23820
|
"string"
|
|
23790
23821
|
],
|
|
23791
|
-
"description": "
|
|
23822
|
+
"description": "Background image URL"
|
|
23792
23823
|
},
|
|
23793
|
-
"
|
|
23824
|
+
"assetBaseUrl": {
|
|
23794
23825
|
"types": [
|
|
23795
23826
|
"string"
|
|
23796
23827
|
],
|
|
23797
|
-
"description": "
|
|
23828
|
+
"description": "Base URL prefix for asset URLs",
|
|
23829
|
+
"default": ""
|
|
23798
23830
|
},
|
|
23799
|
-
"
|
|
23831
|
+
"className": {
|
|
23800
23832
|
"types": [
|
|
23801
23833
|
"string"
|
|
23802
23834
|
],
|
|
23803
|
-
"description": "
|
|
23835
|
+
"description": "Additional CSS classes"
|
|
23804
23836
|
}
|
|
23805
23837
|
}
|
|
23806
23838
|
},
|
|
@@ -32505,6 +32537,12 @@
|
|
|
32505
32537
|
]
|
|
32506
32538
|
}
|
|
32507
32539
|
},
|
|
32540
|
+
"maxInlineActions": {
|
|
32541
|
+
"types": [
|
|
32542
|
+
"number"
|
|
32543
|
+
],
|
|
32544
|
+
"description": "Max inline action buttons before the rest collapse into a \"⋯\" overflow menu. Omit = all inline."
|
|
32545
|
+
},
|
|
32508
32546
|
"selectable": {
|
|
32509
32547
|
"types": [
|
|
32510
32548
|
"boolean"
|