@almadar/patterns 2.21.0 → 2.22.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 +15 -1
- package/dist/index.js +17 -3
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +1 -1
- package/dist/registry.json +1 -1
- 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-05T16:04:13.902Z",
|
|
4
4
|
"contracts": {
|
|
5
5
|
"form": {
|
|
6
6
|
"emits": [
|
|
@@ -25,6 +25,13 @@
|
|
|
25
25
|
"type": "object"
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
|
+
{
|
|
29
|
+
"event": "VALIDATION_FAILED",
|
|
30
|
+
"trigger": "action",
|
|
31
|
+
"payload": {
|
|
32
|
+
"type": "object"
|
|
33
|
+
}
|
|
34
|
+
},
|
|
28
35
|
{
|
|
29
36
|
"event": "CLOSE",
|
|
30
37
|
"trigger": "action",
|
|
@@ -62,6 +69,13 @@
|
|
|
62
69
|
"type": "object"
|
|
63
70
|
}
|
|
64
71
|
},
|
|
72
|
+
{
|
|
73
|
+
"event": "VALIDATION_FAILED",
|
|
74
|
+
"trigger": "action",
|
|
75
|
+
"payload": {
|
|
76
|
+
"type": "object"
|
|
77
|
+
}
|
|
78
|
+
},
|
|
65
79
|
{
|
|
66
80
|
"event": "CLOSE",
|
|
67
81
|
"trigger": "action",
|
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-
|
|
4
|
+
exportedAt: "2026-05-05T16:04:13.902Z",
|
|
5
5
|
patterns: {
|
|
6
6
|
"entity-table": {
|
|
7
7
|
type: "entity-table",
|
|
@@ -26730,7 +26730,7 @@ var integrators_registry_default = {
|
|
|
26730
26730
|
// src/component-mapping.json
|
|
26731
26731
|
var component_mapping_default = {
|
|
26732
26732
|
version: "1.0.0",
|
|
26733
|
-
exportedAt: "2026-05-
|
|
26733
|
+
exportedAt: "2026-05-05T16:04:13.902Z",
|
|
26734
26734
|
mappings: {
|
|
26735
26735
|
"page-header": {
|
|
26736
26736
|
component: "PageHeader",
|
|
@@ -28541,7 +28541,7 @@ var component_mapping_default = {
|
|
|
28541
28541
|
// src/event-contracts.json
|
|
28542
28542
|
var event_contracts_default = {
|
|
28543
28543
|
version: "1.0.0",
|
|
28544
|
-
exportedAt: "2026-05-
|
|
28544
|
+
exportedAt: "2026-05-05T16:04:13.902Z",
|
|
28545
28545
|
contracts: {
|
|
28546
28546
|
form: {
|
|
28547
28547
|
emits: [
|
|
@@ -28566,6 +28566,13 @@ var event_contracts_default = {
|
|
|
28566
28566
|
type: "object"
|
|
28567
28567
|
}
|
|
28568
28568
|
},
|
|
28569
|
+
{
|
|
28570
|
+
event: "VALIDATION_FAILED",
|
|
28571
|
+
trigger: "action",
|
|
28572
|
+
payload: {
|
|
28573
|
+
type: "object"
|
|
28574
|
+
}
|
|
28575
|
+
},
|
|
28569
28576
|
{
|
|
28570
28577
|
event: "CLOSE",
|
|
28571
28578
|
trigger: "action",
|
|
@@ -28603,6 +28610,13 @@ var event_contracts_default = {
|
|
|
28603
28610
|
type: "object"
|
|
28604
28611
|
}
|
|
28605
28612
|
},
|
|
28613
|
+
{
|
|
28614
|
+
event: "VALIDATION_FAILED",
|
|
28615
|
+
trigger: "action",
|
|
28616
|
+
payload: {
|
|
28617
|
+
type: "object"
|
|
28618
|
+
}
|
|
28619
|
+
},
|
|
28606
28620
|
{
|
|
28607
28621
|
event: "CLOSE",
|
|
28608
28622
|
trigger: "action",
|