@almadar/patterns 2.0.3 → 2.1.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 +1 -1
- package/dist/index.d.ts +282 -31
- package/dist/index.js +120 -15
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +118 -13
- package/dist/registry.json +118 -13
- package/package.json +1 -1
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-03-
|
|
4
|
+
exportedAt: "2026-03-06T07:07:47.853Z",
|
|
5
5
|
patterns: {
|
|
6
6
|
"entity-table": {
|
|
7
7
|
type: "entity-table",
|
|
@@ -7493,6 +7493,19 @@ var patterns_registry_default = {
|
|
|
7493
7493
|
],
|
|
7494
7494
|
typicalSize: "full",
|
|
7495
7495
|
propsSchema: {
|
|
7496
|
+
entity: {
|
|
7497
|
+
types: [
|
|
7498
|
+
"object"
|
|
7499
|
+
],
|
|
7500
|
+
description: "Entity data, the sole source of runtime state",
|
|
7501
|
+
required: true
|
|
7502
|
+
},
|
|
7503
|
+
className: {
|
|
7504
|
+
types: [
|
|
7505
|
+
"string"
|
|
7506
|
+
],
|
|
7507
|
+
description: "External styling override"
|
|
7508
|
+
},
|
|
7496
7509
|
onIncrement: {
|
|
7497
7510
|
types: [
|
|
7498
7511
|
"function"
|
|
@@ -7615,6 +7628,19 @@ var patterns_registry_default = {
|
|
|
7615
7628
|
],
|
|
7616
7629
|
typicalSize: "full",
|
|
7617
7630
|
propsSchema: {
|
|
7631
|
+
entity: {
|
|
7632
|
+
types: [
|
|
7633
|
+
"object"
|
|
7634
|
+
],
|
|
7635
|
+
description: "Entity data, the sole source of runtime state",
|
|
7636
|
+
required: true
|
|
7637
|
+
},
|
|
7638
|
+
className: {
|
|
7639
|
+
types: [
|
|
7640
|
+
"string"
|
|
7641
|
+
],
|
|
7642
|
+
description: "Additional class name"
|
|
7643
|
+
},
|
|
7618
7644
|
title: {
|
|
7619
7645
|
types: [
|
|
7620
7646
|
"string"
|
|
@@ -7651,12 +7677,6 @@ var patterns_registry_default = {
|
|
|
7651
7677
|
"object"
|
|
7652
7678
|
],
|
|
7653
7679
|
description: "Game controls"
|
|
7654
|
-
},
|
|
7655
|
-
className: {
|
|
7656
|
-
types: [
|
|
7657
|
-
"string"
|
|
7658
|
-
],
|
|
7659
|
-
description: "Additional class name"
|
|
7660
7680
|
}
|
|
7661
7681
|
}
|
|
7662
7682
|
},
|
|
@@ -7672,6 +7692,19 @@ var patterns_registry_default = {
|
|
|
7672
7692
|
],
|
|
7673
7693
|
typicalSize: "full",
|
|
7674
7694
|
propsSchema: {
|
|
7695
|
+
entity: {
|
|
7696
|
+
types: [
|
|
7697
|
+
"object"
|
|
7698
|
+
],
|
|
7699
|
+
description: "Entity data, the sole source of runtime state",
|
|
7700
|
+
required: true
|
|
7701
|
+
},
|
|
7702
|
+
className: {
|
|
7703
|
+
types: [
|
|
7704
|
+
"string"
|
|
7705
|
+
],
|
|
7706
|
+
description: "Additional class name"
|
|
7707
|
+
},
|
|
7675
7708
|
title: {
|
|
7676
7709
|
types: [
|
|
7677
7710
|
"string"
|
|
@@ -7703,12 +7736,6 @@ var patterns_registry_default = {
|
|
|
7703
7736
|
"node"
|
|
7704
7737
|
],
|
|
7705
7738
|
description: "Footer content"
|
|
7706
|
-
},
|
|
7707
|
-
className: {
|
|
7708
|
-
types: [
|
|
7709
|
-
"string"
|
|
7710
|
-
],
|
|
7711
|
-
description: "Additional class name"
|
|
7712
7739
|
}
|
|
7713
7740
|
}
|
|
7714
7741
|
},
|
|
@@ -9050,6 +9077,19 @@ var patterns_registry_default = {
|
|
|
9050
9077
|
],
|
|
9051
9078
|
typicalSize: "full",
|
|
9052
9079
|
propsSchema: {
|
|
9080
|
+
entity: {
|
|
9081
|
+
types: [
|
|
9082
|
+
"object"
|
|
9083
|
+
],
|
|
9084
|
+
description: "Entity data, the sole source of runtime state",
|
|
9085
|
+
required: true
|
|
9086
|
+
},
|
|
9087
|
+
className: {
|
|
9088
|
+
types: [
|
|
9089
|
+
"string"
|
|
9090
|
+
],
|
|
9091
|
+
description: "External styling override"
|
|
9092
|
+
},
|
|
9053
9093
|
scale: {
|
|
9054
9094
|
types: [
|
|
9055
9095
|
"number"
|
|
@@ -9075,6 +9115,19 @@ var patterns_registry_default = {
|
|
|
9075
9115
|
],
|
|
9076
9116
|
typicalSize: "full",
|
|
9077
9117
|
propsSchema: {
|
|
9118
|
+
entity: {
|
|
9119
|
+
types: [
|
|
9120
|
+
"object"
|
|
9121
|
+
],
|
|
9122
|
+
description: "Entity data, the sole source of runtime state",
|
|
9123
|
+
required: true
|
|
9124
|
+
},
|
|
9125
|
+
className: {
|
|
9126
|
+
types: [
|
|
9127
|
+
"string"
|
|
9128
|
+
],
|
|
9129
|
+
description: "External styling override"
|
|
9130
|
+
},
|
|
9078
9131
|
scale: {
|
|
9079
9132
|
types: [
|
|
9080
9133
|
"number"
|
|
@@ -9095,6 +9148,19 @@ var patterns_registry_default = {
|
|
|
9095
9148
|
],
|
|
9096
9149
|
typicalSize: "full",
|
|
9097
9150
|
propsSchema: {
|
|
9151
|
+
entity: {
|
|
9152
|
+
types: [
|
|
9153
|
+
"object"
|
|
9154
|
+
],
|
|
9155
|
+
description: "Entity data, the sole source of runtime state",
|
|
9156
|
+
required: true
|
|
9157
|
+
},
|
|
9158
|
+
className: {
|
|
9159
|
+
types: [
|
|
9160
|
+
"string"
|
|
9161
|
+
],
|
|
9162
|
+
description: "External styling override"
|
|
9163
|
+
},
|
|
9098
9164
|
scale: {
|
|
9099
9165
|
types: [
|
|
9100
9166
|
"number"
|
|
@@ -10606,6 +10672,19 @@ var patterns_registry_default = {
|
|
|
10606
10672
|
],
|
|
10607
10673
|
typicalSize: "full",
|
|
10608
10674
|
propsSchema: {
|
|
10675
|
+
entity: {
|
|
10676
|
+
types: [
|
|
10677
|
+
"object"
|
|
10678
|
+
],
|
|
10679
|
+
description: "Entity data, the sole source of runtime state",
|
|
10680
|
+
required: true
|
|
10681
|
+
},
|
|
10682
|
+
className: {
|
|
10683
|
+
types: [
|
|
10684
|
+
"string"
|
|
10685
|
+
],
|
|
10686
|
+
description: "External styling override"
|
|
10687
|
+
},
|
|
10609
10688
|
cameraMode: {
|
|
10610
10689
|
types: [
|
|
10611
10690
|
"string"
|
|
@@ -10705,6 +10784,19 @@ var patterns_registry_default = {
|
|
|
10705
10784
|
],
|
|
10706
10785
|
typicalSize: "full",
|
|
10707
10786
|
propsSchema: {
|
|
10787
|
+
entity: {
|
|
10788
|
+
types: [
|
|
10789
|
+
"object"
|
|
10790
|
+
],
|
|
10791
|
+
description: "Entity data, the sole source of runtime state",
|
|
10792
|
+
required: true
|
|
10793
|
+
},
|
|
10794
|
+
className: {
|
|
10795
|
+
types: [
|
|
10796
|
+
"string"
|
|
10797
|
+
],
|
|
10798
|
+
description: "External styling override"
|
|
10799
|
+
},
|
|
10708
10800
|
cameraMode: {
|
|
10709
10801
|
types: [
|
|
10710
10802
|
"string"
|
|
@@ -10799,6 +10891,19 @@ var patterns_registry_default = {
|
|
|
10799
10891
|
],
|
|
10800
10892
|
typicalSize: "full",
|
|
10801
10893
|
propsSchema: {
|
|
10894
|
+
entity: {
|
|
10895
|
+
types: [
|
|
10896
|
+
"object"
|
|
10897
|
+
],
|
|
10898
|
+
description: "Entity data, the sole source of runtime state",
|
|
10899
|
+
required: true
|
|
10900
|
+
},
|
|
10901
|
+
className: {
|
|
10902
|
+
types: [
|
|
10903
|
+
"string"
|
|
10904
|
+
],
|
|
10905
|
+
description: "External styling override"
|
|
10906
|
+
},
|
|
10802
10907
|
cameraMode: {
|
|
10803
10908
|
types: [
|
|
10804
10909
|
"string"
|
|
@@ -14218,7 +14323,7 @@ var integrators_registry_default = {
|
|
|
14218
14323
|
// src/component-mapping.json
|
|
14219
14324
|
var component_mapping_default = {
|
|
14220
14325
|
version: "1.0.0",
|
|
14221
|
-
exportedAt: "2026-03-
|
|
14326
|
+
exportedAt: "2026-03-06T07:07:47.853Z",
|
|
14222
14327
|
mappings: {
|
|
14223
14328
|
"page-header": {
|
|
14224
14329
|
component: "PageHeader",
|
|
@@ -15174,7 +15279,7 @@ var component_mapping_default = {
|
|
|
15174
15279
|
// src/event-contracts.json
|
|
15175
15280
|
var event_contracts_default = {
|
|
15176
15281
|
version: "1.0.0",
|
|
15177
|
-
exportedAt: "2026-03-
|
|
15282
|
+
exportedAt: "2026-03-06T07:07:47.853Z",
|
|
15178
15283
|
contracts: {
|
|
15179
15284
|
form: {
|
|
15180
15285
|
emits: [
|