@almadar/patterns 2.18.2 → 2.19.1
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 +8 -16
- package/dist/index.js +9 -15
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +7 -13
- package/dist/registry.json +7 -13
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2479,6 +2479,10 @@ export declare const registry: {
|
|
|
2479
2479
|
description: string;
|
|
2480
2480
|
enumValues: string[];
|
|
2481
2481
|
};
|
|
2482
|
+
children: {
|
|
2483
|
+
types: string[];
|
|
2484
|
+
description: string;
|
|
2485
|
+
};
|
|
2482
2486
|
};
|
|
2483
2487
|
};
|
|
2484
2488
|
"progress-bar": {
|
|
@@ -8490,10 +8494,6 @@ export declare const registry: {
|
|
|
8490
8494
|
description: string;
|
|
8491
8495
|
required: boolean;
|
|
8492
8496
|
};
|
|
8493
|
-
columns: {
|
|
8494
|
-
types: string[];
|
|
8495
|
-
description: string;
|
|
8496
|
-
};
|
|
8497
8497
|
itemActions: {
|
|
8498
8498
|
types: string[];
|
|
8499
8499
|
description: string;
|
|
@@ -8582,10 +8582,6 @@ export declare const registry: {
|
|
|
8582
8582
|
description: string;
|
|
8583
8583
|
required: boolean;
|
|
8584
8584
|
};
|
|
8585
|
-
columns: {
|
|
8586
|
-
types: string[];
|
|
8587
|
-
description: string;
|
|
8588
|
-
};
|
|
8589
8585
|
itemActions: {
|
|
8590
8586
|
types: string[];
|
|
8591
8587
|
description: string;
|
|
@@ -17845,6 +17841,10 @@ export declare const PATTERN_REGISTRY: {
|
|
|
17845
17841
|
description: string;
|
|
17846
17842
|
enumValues: string[];
|
|
17847
17843
|
};
|
|
17844
|
+
children: {
|
|
17845
|
+
types: string[];
|
|
17846
|
+
description: string;
|
|
17847
|
+
};
|
|
17848
17848
|
};
|
|
17849
17849
|
};
|
|
17850
17850
|
"progress-bar": {
|
|
@@ -23856,10 +23856,6 @@ export declare const PATTERN_REGISTRY: {
|
|
|
23856
23856
|
description: string;
|
|
23857
23857
|
required: boolean;
|
|
23858
23858
|
};
|
|
23859
|
-
columns: {
|
|
23860
|
-
types: string[];
|
|
23861
|
-
description: string;
|
|
23862
|
-
};
|
|
23863
23859
|
itemActions: {
|
|
23864
23860
|
types: string[];
|
|
23865
23861
|
description: string;
|
|
@@ -23948,10 +23944,6 @@ export declare const PATTERN_REGISTRY: {
|
|
|
23948
23944
|
description: string;
|
|
23949
23945
|
required: boolean;
|
|
23950
23946
|
};
|
|
23951
|
-
columns: {
|
|
23952
|
-
types: string[];
|
|
23953
|
-
description: string;
|
|
23954
|
-
};
|
|
23955
23947
|
itemActions: {
|
|
23956
23948
|
types: string[];
|
|
23957
23949
|
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-
|
|
4
|
+
exportedAt: "2026-05-03T14:38:51.012Z",
|
|
5
5
|
patterns: {
|
|
6
6
|
"entity-table": {
|
|
7
7
|
type: "entity-table",
|
|
@@ -3977,6 +3977,12 @@ var patterns_registry_default = {
|
|
|
3977
3977
|
"md",
|
|
3978
3978
|
"lg"
|
|
3979
3979
|
]
|
|
3980
|
+
},
|
|
3981
|
+
children: {
|
|
3982
|
+
types: [
|
|
3983
|
+
"node"
|
|
3984
|
+
],
|
|
3985
|
+
description: "Card content"
|
|
3980
3986
|
}
|
|
3981
3987
|
}
|
|
3982
3988
|
},
|
|
@@ -13272,12 +13278,6 @@ var patterns_registry_default = {
|
|
|
13272
13278
|
description: "Field definitions for rendering each card",
|
|
13273
13279
|
required: true
|
|
13274
13280
|
},
|
|
13275
|
-
columns: {
|
|
13276
|
-
types: [
|
|
13277
|
-
"array"
|
|
13278
|
-
],
|
|
13279
|
-
description: "Alias for fields (compiler generates `columns` for field definitions)"
|
|
13280
|
-
},
|
|
13281
13281
|
itemActions: {
|
|
13282
13282
|
types: [
|
|
13283
13283
|
"array"
|
|
@@ -13413,12 +13413,6 @@ var patterns_registry_default = {
|
|
|
13413
13413
|
description: "Field definitions for rendering each row",
|
|
13414
13414
|
required: true
|
|
13415
13415
|
},
|
|
13416
|
-
columns: {
|
|
13417
|
-
types: [
|
|
13418
|
-
"array"
|
|
13419
|
-
],
|
|
13420
|
-
description: "Alias for fields (compiler may generate `columns` for field definitions)"
|
|
13421
|
-
},
|
|
13422
13416
|
itemActions: {
|
|
13423
13417
|
types: [
|
|
13424
13418
|
"array"
|
|
@@ -24473,7 +24467,7 @@ var integrators_registry_default = {
|
|
|
24473
24467
|
// src/component-mapping.json
|
|
24474
24468
|
var component_mapping_default = {
|
|
24475
24469
|
version: "1.0.0",
|
|
24476
|
-
exportedAt: "2026-
|
|
24470
|
+
exportedAt: "2026-05-03T14:38:51.012Z",
|
|
24477
24471
|
mappings: {
|
|
24478
24472
|
"page-header": {
|
|
24479
24473
|
component: "PageHeader",
|
|
@@ -26284,7 +26278,7 @@ var component_mapping_default = {
|
|
|
26284
26278
|
// src/event-contracts.json
|
|
26285
26279
|
var event_contracts_default = {
|
|
26286
26280
|
version: "1.0.0",
|
|
26287
|
-
exportedAt: "2026-
|
|
26281
|
+
exportedAt: "2026-05-03T14:38:51.012Z",
|
|
26288
26282
|
contracts: {
|
|
26289
26283
|
form: {
|
|
26290
26284
|
emits: [
|