@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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-05-29T00:33:20.610Z",
3
+ "exportedAt": "2026-05-29T02:49:56.240Z",
4
4
  "mappings": {
5
5
  "page-header": {
6
6
  "component": "PageHeader",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-05-29T00:33:20.610Z",
3
+ "exportedAt": "2026-05-29T02:49:56.240Z",
4
4
  "contracts": {
5
5
  "form": {
6
6
  "emits": [
package/dist/index.d.ts CHANGED
@@ -8502,6 +8502,11 @@ export declare const registry: {
8502
8502
  required: string[];
8503
8503
  };
8504
8504
  };
8505
+ itemClickEvent: {
8506
+ types: string[];
8507
+ description: string;
8508
+ kind: string;
8509
+ };
8505
8510
  gap: {
8506
8511
  types: string[];
8507
8512
  description: string;
@@ -29032,6 +29037,11 @@ export declare const PATTERN_REGISTRY: {
29032
29037
  required: string[];
29033
29038
  };
29034
29039
  };
29040
+ itemClickEvent: {
29041
+ types: string[];
29042
+ description: string;
29043
+ kind: string;
29044
+ };
29035
29045
  gap: {
29036
29046
  types: string[];
29037
29047
  description: string;
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  // src/patterns-registry.json
2
2
  var patterns_registry_default = {
3
3
  version: "1.0.0",
4
- exportedAt: "2026-05-29T00:33:20.610Z",
4
+ exportedAt: "2026-05-29T02:49:56.240Z",
5
5
  patterns: {
6
6
  "entity-table": {
7
7
  type: "entity-table",
@@ -13639,6 +13639,13 @@ var patterns_registry_default = {
13639
13639
  ]
13640
13640
  }
13641
13641
  },
13642
+ itemClickEvent: {
13643
+ types: [
13644
+ "string"
13645
+ ],
13646
+ description: "When set, the whole row is clickable and emits UI:{itemClickEvent} with { id, row } (action-button clicks stopPropagation so they still win).",
13647
+ kind: "event"
13648
+ },
13642
13649
  gap: {
13643
13650
  types: [
13644
13651
  "string"
@@ -19649,6 +19656,11 @@ var patterns_registry_default = {
19649
19656
  name: "parentNodeId",
19650
19657
  type: "string",
19651
19658
  required: true
19659
+ },
19660
+ {
19661
+ name: "content",
19662
+ type: "string",
19663
+ required: true
19652
19664
  }
19653
19665
  ]
19654
19666
  },
@@ -33553,7 +33565,7 @@ var integrators_registry_default = {
33553
33565
  // src/component-mapping.json
33554
33566
  var component_mapping_default = {
33555
33567
  version: "1.0.0",
33556
- exportedAt: "2026-05-29T00:33:20.610Z",
33568
+ exportedAt: "2026-05-29T02:49:56.240Z",
33557
33569
  mappings: {
33558
33570
  "page-header": {
33559
33571
  component: "PageHeader",
@@ -35093,7 +35105,7 @@ var component_mapping_default = {
35093
35105
  // src/event-contracts.json
35094
35106
  var event_contracts_default = {
35095
35107
  version: "1.0.0",
35096
- exportedAt: "2026-05-29T00:33:20.610Z",
35108
+ exportedAt: "2026-05-29T02:49:56.240Z",
35097
35109
  contracts: {
35098
35110
  form: {
35099
35111
  emits: [