@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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-05-
|
|
3
|
+
"exportedAt": "2026-05-14T15:35:09.962Z",
|
|
4
4
|
"patterns": {
|
|
5
5
|
"entity-table": {
|
|
6
6
|
"type": "entity-table",
|
|
@@ -1206,6 +1206,12 @@
|
|
|
1206
1206
|
],
|
|
1207
1207
|
"description": "Show cancel button (defaults to true for schema forms)"
|
|
1208
1208
|
},
|
|
1209
|
+
"showSubmit": {
|
|
1210
|
+
"types": [
|
|
1211
|
+
"boolean"
|
|
1212
|
+
],
|
|
1213
|
+
"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)."
|
|
1214
|
+
},
|
|
1209
1215
|
"title": {
|
|
1210
1216
|
"types": [
|
|
1211
1217
|
"string"
|
|
@@ -1597,6 +1603,12 @@
|
|
|
1597
1603
|
],
|
|
1598
1604
|
"description": "Show cancel button (defaults to true for schema forms)"
|
|
1599
1605
|
},
|
|
1606
|
+
"showSubmit": {
|
|
1607
|
+
"types": [
|
|
1608
|
+
"boolean"
|
|
1609
|
+
],
|
|
1610
|
+
"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)."
|
|
1611
|
+
},
|
|
1600
1612
|
"title": {
|
|
1601
1613
|
"types": [
|
|
1602
1614
|
"string"
|
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-14T15:35:09.962Z",
|
|
4
4
|
"patterns": {
|
|
5
5
|
"entity-table": {
|
|
6
6
|
"type": "entity-table",
|
|
@@ -1206,6 +1206,12 @@
|
|
|
1206
1206
|
],
|
|
1207
1207
|
"description": "Show cancel button (defaults to true for schema forms)"
|
|
1208
1208
|
},
|
|
1209
|
+
"showSubmit": {
|
|
1210
|
+
"types": [
|
|
1211
|
+
"boolean"
|
|
1212
|
+
],
|
|
1213
|
+
"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)."
|
|
1214
|
+
},
|
|
1209
1215
|
"title": {
|
|
1210
1216
|
"types": [
|
|
1211
1217
|
"string"
|
|
@@ -1597,6 +1603,12 @@
|
|
|
1597
1603
|
],
|
|
1598
1604
|
"description": "Show cancel button (defaults to true for schema forms)"
|
|
1599
1605
|
},
|
|
1606
|
+
"showSubmit": {
|
|
1607
|
+
"types": [
|
|
1608
|
+
"boolean"
|
|
1609
|
+
],
|
|
1610
|
+
"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)."
|
|
1611
|
+
},
|
|
1600
1612
|
"title": {
|
|
1601
1613
|
"types": [
|
|
1602
1614
|
"string"
|