@almadar/patterns 2.28.1 → 2.28.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 -0
- package/dist/index.js +15 -3
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +13 -1
- package/dist/registry.json +13 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -768,6 +768,10 @@ export declare const registry: {
|
|
|
768
768
|
types: string[];
|
|
769
769
|
description: string;
|
|
770
770
|
};
|
|
771
|
+
showSubmit: {
|
|
772
|
+
types: string[];
|
|
773
|
+
description: string;
|
|
774
|
+
};
|
|
771
775
|
title: {
|
|
772
776
|
types: string[];
|
|
773
777
|
description: string;
|
|
@@ -1007,6 +1011,10 @@ export declare const registry: {
|
|
|
1007
1011
|
types: string[];
|
|
1008
1012
|
description: string;
|
|
1009
1013
|
};
|
|
1014
|
+
showSubmit: {
|
|
1015
|
+
types: string[];
|
|
1016
|
+
description: string;
|
|
1017
|
+
};
|
|
1010
1018
|
title: {
|
|
1011
1019
|
types: string[];
|
|
1012
1020
|
description: string;
|
|
@@ -19014,6 +19022,10 @@ export declare const PATTERN_REGISTRY: {
|
|
|
19014
19022
|
types: string[];
|
|
19015
19023
|
description: string;
|
|
19016
19024
|
};
|
|
19025
|
+
showSubmit: {
|
|
19026
|
+
types: string[];
|
|
19027
|
+
description: string;
|
|
19028
|
+
};
|
|
19017
19029
|
title: {
|
|
19018
19030
|
types: string[];
|
|
19019
19031
|
description: string;
|
|
@@ -19253,6 +19265,10 @@ export declare const PATTERN_REGISTRY: {
|
|
|
19253
19265
|
types: string[];
|
|
19254
19266
|
description: string;
|
|
19255
19267
|
};
|
|
19268
|
+
showSubmit: {
|
|
19269
|
+
types: string[];
|
|
19270
|
+
description: string;
|
|
19271
|
+
};
|
|
19256
19272
|
title: {
|
|
19257
19273
|
types: string[];
|
|
19258
19274
|
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-
|
|
4
|
+
exportedAt: "2026-05-14T15:35:09.962Z",
|
|
5
5
|
patterns: {
|
|
6
6
|
"entity-table": {
|
|
7
7
|
type: "entity-table",
|
|
@@ -1207,6 +1207,12 @@ var patterns_registry_default = {
|
|
|
1207
1207
|
],
|
|
1208
1208
|
description: "Show cancel button (defaults to true for schema forms)"
|
|
1209
1209
|
},
|
|
1210
|
+
showSubmit: {
|
|
1211
|
+
types: [
|
|
1212
|
+
"boolean"
|
|
1213
|
+
],
|
|
1214
|
+
description: "Show submit button (defaults to true for schema forms). Set false when a parent atom owns the submit action externally (e.g. wizard footers)."
|
|
1215
|
+
},
|
|
1210
1216
|
title: {
|
|
1211
1217
|
types: [
|
|
1212
1218
|
"string"
|
|
@@ -1598,6 +1604,12 @@ var patterns_registry_default = {
|
|
|
1598
1604
|
],
|
|
1599
1605
|
description: "Show cancel button (defaults to true for schema forms)"
|
|
1600
1606
|
},
|
|
1607
|
+
showSubmit: {
|
|
1608
|
+
types: [
|
|
1609
|
+
"boolean"
|
|
1610
|
+
],
|
|
1611
|
+
description: "Show submit button (defaults to true for schema forms). Set false when a parent atom owns the submit action externally (e.g. wizard footers)."
|
|
1612
|
+
},
|
|
1601
1613
|
title: {
|
|
1602
1614
|
types: [
|
|
1603
1615
|
"string"
|
|
@@ -30042,7 +30054,7 @@ var integrators_registry_default = {
|
|
|
30042
30054
|
// src/component-mapping.json
|
|
30043
30055
|
var component_mapping_default = {
|
|
30044
30056
|
version: "1.0.0",
|
|
30045
|
-
exportedAt: "2026-05-
|
|
30057
|
+
exportedAt: "2026-05-14T15:35:09.962Z",
|
|
30046
30058
|
mappings: {
|
|
30047
30059
|
"page-header": {
|
|
30048
30060
|
component: "PageHeader",
|
|
@@ -31547,7 +31559,7 @@ var component_mapping_default = {
|
|
|
31547
31559
|
// src/event-contracts.json
|
|
31548
31560
|
var event_contracts_default = {
|
|
31549
31561
|
version: "1.0.0",
|
|
31550
|
-
exportedAt: "2026-05-
|
|
31562
|
+
exportedAt: "2026-05-14T15:35:09.962Z",
|
|
31551
31563
|
contracts: {
|
|
31552
31564
|
form: {
|
|
31553
31565
|
emits: [
|