@almadar/core 10.76.0 → 10.77.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/builders.d.ts +3 -3
- package/dist/{effect-wTKhHDhB.d.ts → effect-BHaHSAvM.d.ts} +1 -1
- package/dist/{entityAccess-DWkf9MFx.d.ts → entityAccess-CqqGrG-7.d.ts} +1 -1
- package/dist/factory/index.d.ts +4 -4
- package/dist/factory-runtime/index.d.ts +3 -3
- package/dist/{index-BBBFTgQp.d.ts → index-B8ZQ8lo5.d.ts} +4 -4
- package/dist/index.d.ts +19 -11
- package/dist/index.js +115 -41
- package/dist/index.js.map +1 -1
- package/dist/mock/index.d.ts +4 -4
- package/dist/patterns/component-mapping.json +1 -1
- package/dist/patterns/event-contracts.json +1 -1
- package/dist/patterns/index.d.ts +126 -74
- package/dist/patterns/index.js +52 -36
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/patterns-registry.json +50 -34
- package/dist/patterns/registry.json +50 -34
- package/dist/{schema-ZPExOj0F.d.ts → schema-Czlrw3bA.d.ts} +2 -2
- package/dist/{trait-B9VCCiUM.d.ts → trait-DCmf5iRN.d.ts} +1 -1
- package/dist/types/index.d.ts +5 -5
- package/dist/types/index.js.map +1 -1
- package/dist/{types-BxiymBBS.d.ts → types-Cb51Jqxe.d.ts} +2 -2
- package/package.json +1 -1
package/dist/patterns/index.js
CHANGED
|
@@ -3,7 +3,7 @@ import { z } from 'zod';
|
|
|
3
3
|
// src/patterns/patterns-registry.json
|
|
4
4
|
var patterns_registry_default = {
|
|
5
5
|
version: "1.0.0",
|
|
6
|
-
exportedAt: "2026-08-
|
|
6
|
+
exportedAt: "2026-08-31T09:49:17.624Z",
|
|
7
7
|
patterns: {
|
|
8
8
|
"entity-table": {
|
|
9
9
|
type: "entity-table",
|
|
@@ -239,6 +239,8 @@ var patterns_registry_default = {
|
|
|
239
239
|
"array"
|
|
240
240
|
],
|
|
241
241
|
description: "Item actions from generated code - maps to rowActions",
|
|
242
|
+
kind: "event-list",
|
|
243
|
+
eventField: "event",
|
|
242
244
|
items: {
|
|
243
245
|
types: [
|
|
244
246
|
"object"
|
|
@@ -259,11 +261,6 @@ var patterns_registry_default = {
|
|
|
259
261
|
"string"
|
|
260
262
|
]
|
|
261
263
|
},
|
|
262
|
-
action: {
|
|
263
|
-
types: [
|
|
264
|
-
"string"
|
|
265
|
-
]
|
|
266
|
-
},
|
|
267
264
|
placement: {
|
|
268
265
|
types: [
|
|
269
266
|
"string"
|
|
@@ -367,6 +364,8 @@ var patterns_registry_default = {
|
|
|
367
364
|
"array"
|
|
368
365
|
],
|
|
369
366
|
description: "Row actions",
|
|
367
|
+
kind: "event-list",
|
|
368
|
+
eventField: "event",
|
|
370
369
|
items: {
|
|
371
370
|
types: [
|
|
372
371
|
"object"
|
|
@@ -418,6 +417,8 @@ var patterns_registry_default = {
|
|
|
418
417
|
"array"
|
|
419
418
|
],
|
|
420
419
|
description: "Bulk actions",
|
|
420
|
+
kind: "event-list",
|
|
421
|
+
eventField: "event",
|
|
421
422
|
items: {
|
|
422
423
|
types: [
|
|
423
424
|
"object"
|
|
@@ -636,6 +637,8 @@ var patterns_registry_default = {
|
|
|
636
637
|
"array"
|
|
637
638
|
],
|
|
638
639
|
description: "Item actions - schema-driven or function-based",
|
|
640
|
+
kind: "event-list",
|
|
641
|
+
eventField: "event",
|
|
639
642
|
items: {
|
|
640
643
|
types: [
|
|
641
644
|
"object"
|
|
@@ -667,11 +670,6 @@ var patterns_registry_default = {
|
|
|
667
670
|
"footer"
|
|
668
671
|
]
|
|
669
672
|
},
|
|
670
|
-
action: {
|
|
671
|
-
types: [
|
|
672
|
-
"string"
|
|
673
|
-
]
|
|
674
|
-
},
|
|
675
673
|
variant: {
|
|
676
674
|
types: [
|
|
677
675
|
"string"
|
|
@@ -1174,11 +1172,6 @@ var patterns_registry_default = {
|
|
|
1174
1172
|
"function"
|
|
1175
1173
|
]
|
|
1176
1174
|
},
|
|
1177
|
-
action: {
|
|
1178
|
-
types: [
|
|
1179
|
-
"string"
|
|
1180
|
-
]
|
|
1181
|
-
},
|
|
1182
1175
|
placement: {
|
|
1183
1176
|
types: [
|
|
1184
1177
|
"string"
|
|
@@ -1885,6 +1878,8 @@ var patterns_registry_default = {
|
|
|
1885
1878
|
"array"
|
|
1886
1879
|
],
|
|
1887
1880
|
description: "Actions array - first action with variant='primary' (or first action) is the main action",
|
|
1881
|
+
kind: "event-list",
|
|
1882
|
+
eventField: "event",
|
|
1888
1883
|
items: {
|
|
1889
1884
|
types: [
|
|
1890
1885
|
"object"
|
|
@@ -4088,6 +4083,8 @@ var patterns_registry_default = {
|
|
|
4088
4083
|
"array"
|
|
4089
4084
|
],
|
|
4090
4085
|
description: "Tab items",
|
|
4086
|
+
kind: "event-list",
|
|
4087
|
+
eventField: "event",
|
|
4091
4088
|
items: {
|
|
4092
4089
|
types: [
|
|
4093
4090
|
"object"
|
|
@@ -4245,6 +4242,8 @@ var patterns_registry_default = {
|
|
|
4245
4242
|
"array"
|
|
4246
4243
|
],
|
|
4247
4244
|
description: "Tab items (alias for items - used by generated code)",
|
|
4245
|
+
kind: "event-list",
|
|
4246
|
+
eventField: "event",
|
|
4248
4247
|
items: {
|
|
4249
4248
|
types: [
|
|
4250
4249
|
"object"
|
|
@@ -8976,6 +8975,8 @@ var patterns_registry_default = {
|
|
|
8976
8975
|
],
|
|
8977
8976
|
description: "Menu items",
|
|
8978
8977
|
required: true,
|
|
8978
|
+
kind: "event-list",
|
|
8979
|
+
eventField: "event",
|
|
8979
8980
|
items: {
|
|
8980
8981
|
types: [
|
|
8981
8982
|
"object"
|
|
@@ -10372,6 +10373,8 @@ var patterns_registry_default = {
|
|
|
10372
10373
|
"array"
|
|
10373
10374
|
],
|
|
10374
10375
|
description: "Secondary action buttons config (for form-actions pattern) Accepts readonly array for compatibility with generated const arrays",
|
|
10376
|
+
kind: "event-list",
|
|
10377
|
+
eventField: "event",
|
|
10375
10378
|
items: {
|
|
10376
10379
|
types: [
|
|
10377
10380
|
"object"
|
|
@@ -10706,6 +10709,8 @@ var patterns_registry_default = {
|
|
|
10706
10709
|
"array"
|
|
10707
10710
|
],
|
|
10708
10711
|
description: "Multiple actions. When provided, the button expands to show all of them.",
|
|
10712
|
+
kind: "event-list",
|
|
10713
|
+
eventField: "event",
|
|
10709
10714
|
items: {
|
|
10710
10715
|
types: [
|
|
10711
10716
|
"object"
|
|
@@ -13935,6 +13940,8 @@ var patterns_registry_default = {
|
|
|
13935
13940
|
"array"
|
|
13936
13941
|
],
|
|
13937
13942
|
description: "Top-level chart actions (export, refresh, etc.)",
|
|
13943
|
+
kind: "event-list",
|
|
13944
|
+
eventField: "event",
|
|
13938
13945
|
items: {
|
|
13939
13946
|
types: [
|
|
13940
13947
|
"object"
|
|
@@ -14139,6 +14146,8 @@ var patterns_registry_default = {
|
|
|
14139
14146
|
"array"
|
|
14140
14147
|
],
|
|
14141
14148
|
description: "Actions",
|
|
14149
|
+
kind: "event-list",
|
|
14150
|
+
eventField: "event",
|
|
14142
14151
|
items: {
|
|
14143
14152
|
types: [
|
|
14144
14153
|
"object"
|
|
@@ -14676,6 +14685,8 @@ var patterns_registry_default = {
|
|
|
14676
14685
|
"array"
|
|
14677
14686
|
],
|
|
14678
14687
|
description: "Actions",
|
|
14688
|
+
kind: "event-list",
|
|
14689
|
+
eventField: "event",
|
|
14679
14690
|
items: {
|
|
14680
14691
|
types: [
|
|
14681
14692
|
"object"
|
|
@@ -14958,6 +14969,8 @@ var patterns_registry_default = {
|
|
|
14958
14969
|
"array"
|
|
14959
14970
|
],
|
|
14960
14971
|
description: "Actions",
|
|
14972
|
+
kind: "event-list",
|
|
14973
|
+
eventField: "event",
|
|
14961
14974
|
items: {
|
|
14962
14975
|
types: [
|
|
14963
14976
|
"object"
|
|
@@ -15329,6 +15342,8 @@ var patterns_registry_default = {
|
|
|
15329
15342
|
"array"
|
|
15330
15343
|
],
|
|
15331
15344
|
description: "Actions",
|
|
15345
|
+
kind: "event-list",
|
|
15346
|
+
eventField: "event",
|
|
15332
15347
|
items: {
|
|
15333
15348
|
types: [
|
|
15334
15349
|
"object"
|
|
@@ -16242,6 +16257,8 @@ var patterns_registry_default = {
|
|
|
16242
16257
|
"array"
|
|
16243
16258
|
],
|
|
16244
16259
|
description: "Action badges in the toolbar",
|
|
16260
|
+
kind: "event-list",
|
|
16261
|
+
eventField: "event",
|
|
16245
16262
|
items: {
|
|
16246
16263
|
types: [
|
|
16247
16264
|
"object"
|
|
@@ -25910,9 +25927,19 @@ var patterns_registry_default = {
|
|
|
25910
25927
|
kind: "event-ref",
|
|
25911
25928
|
emitPayloadSchema: [
|
|
25912
25929
|
{
|
|
25913
|
-
name: "
|
|
25914
|
-
type: "
|
|
25915
|
-
required:
|
|
25930
|
+
name: "text",
|
|
25931
|
+
type: "string",
|
|
25932
|
+
required: true
|
|
25933
|
+
},
|
|
25934
|
+
{
|
|
25935
|
+
name: "format",
|
|
25936
|
+
type: "string",
|
|
25937
|
+
required: true
|
|
25938
|
+
},
|
|
25939
|
+
{
|
|
25940
|
+
name: "timestamp",
|
|
25941
|
+
type: "number",
|
|
25942
|
+
required: true
|
|
25916
25943
|
}
|
|
25917
25944
|
]
|
|
25918
25945
|
},
|
|
@@ -29965,6 +29992,8 @@ var patterns_registry_default = {
|
|
|
29965
29992
|
"array"
|
|
29966
29993
|
],
|
|
29967
29994
|
description: "Menu options - accepts readonly for compatibility with generated const arrays",
|
|
29995
|
+
kind: "event-list",
|
|
29996
|
+
eventField: "event",
|
|
29968
29997
|
items: {
|
|
29969
29998
|
types: [
|
|
29970
29999
|
"object"
|
|
@@ -30009,11 +30038,6 @@ var patterns_registry_default = {
|
|
|
30009
30038
|
types: [
|
|
30010
30039
|
"string"
|
|
30011
30040
|
]
|
|
30012
|
-
},
|
|
30013
|
-
action: {
|
|
30014
|
-
types: [
|
|
30015
|
-
"string"
|
|
30016
|
-
]
|
|
30017
30041
|
}
|
|
30018
30042
|
},
|
|
30019
30043
|
required: [
|
|
@@ -30026,6 +30050,8 @@ var patterns_registry_default = {
|
|
|
30026
30050
|
"array"
|
|
30027
30051
|
],
|
|
30028
30052
|
description: "Alias for options (schema compatibility)",
|
|
30053
|
+
kind: "event-list",
|
|
30054
|
+
eventField: "event",
|
|
30029
30055
|
items: {
|
|
30030
30056
|
types: [
|
|
30031
30057
|
"object"
|
|
@@ -30070,11 +30096,6 @@ var patterns_registry_default = {
|
|
|
30070
30096
|
types: [
|
|
30071
30097
|
"string"
|
|
30072
30098
|
]
|
|
30073
|
-
},
|
|
30074
|
-
action: {
|
|
30075
|
-
types: [
|
|
30076
|
-
"string"
|
|
30077
|
-
]
|
|
30078
30099
|
}
|
|
30079
30100
|
},
|
|
30080
30101
|
required: [
|
|
@@ -30136,11 +30157,6 @@ var patterns_registry_default = {
|
|
|
30136
30157
|
types: [
|
|
30137
30158
|
"string"
|
|
30138
30159
|
]
|
|
30139
|
-
},
|
|
30140
|
-
action: {
|
|
30141
|
-
types: [
|
|
30142
|
-
"string"
|
|
30143
|
-
]
|
|
30144
30160
|
}
|
|
30145
30161
|
},
|
|
30146
30162
|
required: [
|
|
@@ -51094,7 +51110,7 @@ var integrators_registry_default = {
|
|
|
51094
51110
|
// src/patterns/component-mapping.json
|
|
51095
51111
|
var component_mapping_default = {
|
|
51096
51112
|
version: "1.0.0",
|
|
51097
|
-
exportedAt: "2026-08-
|
|
51113
|
+
exportedAt: "2026-08-31T09:49:17.624Z",
|
|
51098
51114
|
mappings: {
|
|
51099
51115
|
"page-header": {
|
|
51100
51116
|
component: "PageHeader",
|
|
@@ -52514,7 +52530,7 @@ var component_mapping_default = {
|
|
|
52514
52530
|
// src/patterns/event-contracts.json
|
|
52515
52531
|
var event_contracts_default = {
|
|
52516
52532
|
version: "1.0.0",
|
|
52517
|
-
exportedAt: "2026-08-
|
|
52533
|
+
exportedAt: "2026-08-31T09:49:17.624Z",
|
|
52518
52534
|
contracts: {
|
|
52519
52535
|
form: {
|
|
52520
52536
|
emits: [
|