@almadar/patterns 2.12.2 → 2.14.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 +16 -1
- package/dist/event-contracts.json +8 -1
- package/dist/index.d.ts +261 -0
- package/dist/index.js +214 -8
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +190 -6
- package/dist/registry.json +190 -6
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-04-
|
|
3
|
+
"exportedAt": "2026-04-18T11:44:35.778Z",
|
|
4
4
|
"mappings": {
|
|
5
5
|
"page-header": {
|
|
6
6
|
"component": "PageHeader",
|
|
@@ -1780,6 +1780,21 @@
|
|
|
1780
1780
|
"importPath": "@/components/organisms/OrbInspector",
|
|
1781
1781
|
"category": "debug"
|
|
1782
1782
|
},
|
|
1783
|
+
"trait-frame": {
|
|
1784
|
+
"component": "TraitFrame",
|
|
1785
|
+
"importPath": "@/components/atoms/TraitFrame",
|
|
1786
|
+
"category": "component"
|
|
1787
|
+
},
|
|
1788
|
+
"file-tree": {
|
|
1789
|
+
"component": "FileTree",
|
|
1790
|
+
"importPath": "@/components/molecules/FileTree",
|
|
1791
|
+
"category": "component"
|
|
1792
|
+
},
|
|
1793
|
+
"avl-orbitals-cosmic-zoom": {
|
|
1794
|
+
"component": "AvlOrbitalsCosmicZoom",
|
|
1795
|
+
"importPath": "@/components/organisms/AvlOrbitalsCosmicZoom",
|
|
1796
|
+
"category": "display"
|
|
1797
|
+
},
|
|
1783
1798
|
"heading": {
|
|
1784
1799
|
"component": "Typography",
|
|
1785
1800
|
"importPath": "@/components/atoms/Typography",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-04-
|
|
3
|
+
"exportedAt": "2026-04-18T11:44:35.778Z",
|
|
4
4
|
"contracts": {
|
|
5
5
|
"form": {
|
|
6
6
|
"emits": [
|
|
@@ -1292,6 +1292,13 @@
|
|
|
1292
1292
|
"type": "object"
|
|
1293
1293
|
}
|
|
1294
1294
|
},
|
|
1295
|
+
{
|
|
1296
|
+
"event": "CODE_CHANGE",
|
|
1297
|
+
"trigger": "action",
|
|
1298
|
+
"payload": {
|
|
1299
|
+
"type": "object"
|
|
1300
|
+
}
|
|
1301
|
+
},
|
|
1295
1302
|
{
|
|
1296
1303
|
"event": "SERVICE_MODE_TOGGLE",
|
|
1297
1304
|
"trigger": "action",
|
package/dist/index.d.ts
CHANGED
|
@@ -74,6 +74,7 @@ export declare const registry: {
|
|
|
74
74
|
};
|
|
75
75
|
columns: {
|
|
76
76
|
types: string[];
|
|
77
|
+
itemKind: string;
|
|
77
78
|
description: string;
|
|
78
79
|
};
|
|
79
80
|
itemActions: {
|
|
@@ -338,6 +339,7 @@ export declare const registry: {
|
|
|
338
339
|
};
|
|
339
340
|
imageField: {
|
|
340
341
|
types: string[];
|
|
342
|
+
kind: string;
|
|
341
343
|
description: string;
|
|
342
344
|
};
|
|
343
345
|
};
|
|
@@ -856,6 +858,7 @@ export declare const registry: {
|
|
|
856
858
|
};
|
|
857
859
|
filters: {
|
|
858
860
|
types: string[];
|
|
861
|
+
itemKind: string;
|
|
859
862
|
description: string;
|
|
860
863
|
required: boolean;
|
|
861
864
|
};
|
|
@@ -7165,6 +7168,18 @@ export declare const registry: {
|
|
|
7165
7168
|
types: string[];
|
|
7166
7169
|
description: string;
|
|
7167
7170
|
};
|
|
7171
|
+
editable: {
|
|
7172
|
+
types: string[];
|
|
7173
|
+
description: string;
|
|
7174
|
+
};
|
|
7175
|
+
onChange: {
|
|
7176
|
+
types: string[];
|
|
7177
|
+
description: string;
|
|
7178
|
+
};
|
|
7179
|
+
errorLines: {
|
|
7180
|
+
types: string[];
|
|
7181
|
+
description: string;
|
|
7182
|
+
};
|
|
7168
7183
|
};
|
|
7169
7184
|
};
|
|
7170
7185
|
"markdown-content": {
|
|
@@ -8884,6 +8899,7 @@ export declare const registry: {
|
|
|
8884
8899
|
};
|
|
8885
8900
|
imageField: {
|
|
8886
8901
|
types: string[];
|
|
8902
|
+
kind: string;
|
|
8887
8903
|
description: string;
|
|
8888
8904
|
};
|
|
8889
8905
|
selectable: {
|
|
@@ -8955,6 +8971,7 @@ export declare const registry: {
|
|
|
8955
8971
|
};
|
|
8956
8972
|
groupBy: {
|
|
8957
8973
|
types: string[];
|
|
8974
|
+
kind: string;
|
|
8958
8975
|
description: string;
|
|
8959
8976
|
};
|
|
8960
8977
|
senderField: {
|
|
@@ -13886,6 +13903,14 @@ export declare const registry: {
|
|
|
13886
13903
|
types: string[];
|
|
13887
13904
|
description: string;
|
|
13888
13905
|
};
|
|
13906
|
+
onOrbitalDoubleClick: {
|
|
13907
|
+
types: string[];
|
|
13908
|
+
description: string;
|
|
13909
|
+
};
|
|
13910
|
+
cosmicEntryLevel: {
|
|
13911
|
+
types: string[];
|
|
13912
|
+
description: string;
|
|
13913
|
+
};
|
|
13889
13914
|
initialOrbital: {
|
|
13890
13915
|
types: string[];
|
|
13891
13916
|
description: string;
|
|
@@ -15376,6 +15401,104 @@ export declare const registry: {
|
|
|
15376
15401
|
};
|
|
15377
15402
|
};
|
|
15378
15403
|
};
|
|
15404
|
+
"trait-frame": {
|
|
15405
|
+
type: string;
|
|
15406
|
+
category: string;
|
|
15407
|
+
description: string;
|
|
15408
|
+
suggestedFor: string[];
|
|
15409
|
+
typicalSize: string;
|
|
15410
|
+
propsSchema: {
|
|
15411
|
+
traitName: {
|
|
15412
|
+
types: string[];
|
|
15413
|
+
description: string;
|
|
15414
|
+
required: boolean;
|
|
15415
|
+
};
|
|
15416
|
+
fallback: {
|
|
15417
|
+
types: string[];
|
|
15418
|
+
description: string;
|
|
15419
|
+
};
|
|
15420
|
+
};
|
|
15421
|
+
};
|
|
15422
|
+
"file-tree": {
|
|
15423
|
+
type: string;
|
|
15424
|
+
category: string;
|
|
15425
|
+
description: string;
|
|
15426
|
+
suggestedFor: string[];
|
|
15427
|
+
typicalSize: string;
|
|
15428
|
+
propsSchema: {
|
|
15429
|
+
tree: {
|
|
15430
|
+
types: string[];
|
|
15431
|
+
description: string;
|
|
15432
|
+
required: boolean;
|
|
15433
|
+
};
|
|
15434
|
+
selectedPath: {
|
|
15435
|
+
types: string[];
|
|
15436
|
+
description: string;
|
|
15437
|
+
};
|
|
15438
|
+
onFileSelect: {
|
|
15439
|
+
types: string[];
|
|
15440
|
+
description: string;
|
|
15441
|
+
};
|
|
15442
|
+
className: {
|
|
15443
|
+
types: string[];
|
|
15444
|
+
description: string;
|
|
15445
|
+
};
|
|
15446
|
+
indent: {
|
|
15447
|
+
types: string[];
|
|
15448
|
+
description: string;
|
|
15449
|
+
};
|
|
15450
|
+
};
|
|
15451
|
+
};
|
|
15452
|
+
"avl-orbitals-cosmic-zoom": {
|
|
15453
|
+
type: string;
|
|
15454
|
+
category: string;
|
|
15455
|
+
description: string;
|
|
15456
|
+
suggestedFor: string[];
|
|
15457
|
+
typicalSize: string;
|
|
15458
|
+
propsSchema: {
|
|
15459
|
+
schema: {
|
|
15460
|
+
types: string[];
|
|
15461
|
+
description: string;
|
|
15462
|
+
required: boolean;
|
|
15463
|
+
};
|
|
15464
|
+
className: {
|
|
15465
|
+
types: string[];
|
|
15466
|
+
description: string;
|
|
15467
|
+
};
|
|
15468
|
+
color: {
|
|
15469
|
+
types: string[];
|
|
15470
|
+
description: string;
|
|
15471
|
+
};
|
|
15472
|
+
animated: {
|
|
15473
|
+
types: string[];
|
|
15474
|
+
description: string;
|
|
15475
|
+
};
|
|
15476
|
+
width: {
|
|
15477
|
+
types: string[];
|
|
15478
|
+
description: string;
|
|
15479
|
+
};
|
|
15480
|
+
height: {
|
|
15481
|
+
types: string[];
|
|
15482
|
+
description: string;
|
|
15483
|
+
};
|
|
15484
|
+
highlightedOrbital: {
|
|
15485
|
+
types: string[];
|
|
15486
|
+
description: string;
|
|
15487
|
+
};
|
|
15488
|
+
onOrbitalSelect: {
|
|
15489
|
+
types: string[];
|
|
15490
|
+
description: string;
|
|
15491
|
+
};
|
|
15492
|
+
minZoom: {
|
|
15493
|
+
types: string[];
|
|
15494
|
+
description: string;
|
|
15495
|
+
};
|
|
15496
|
+
maxZoom: {
|
|
15497
|
+
types: string[];
|
|
15498
|
+
description: string;
|
|
15499
|
+
};
|
|
15500
|
+
};
|
|
15501
|
+
};
|
|
15379
15502
|
heading: {
|
|
15380
15503
|
type: string;
|
|
15381
15504
|
category: string;
|
|
@@ -15579,6 +15702,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
15579
15702
|
};
|
|
15580
15703
|
columns: {
|
|
15581
15704
|
types: string[];
|
|
15705
|
+
itemKind: string;
|
|
15582
15706
|
description: string;
|
|
15583
15707
|
};
|
|
15584
15708
|
itemActions: {
|
|
@@ -15843,6 +15967,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
15843
15967
|
};
|
|
15844
15968
|
imageField: {
|
|
15845
15969
|
types: string[];
|
|
15970
|
+
kind: string;
|
|
15846
15971
|
description: string;
|
|
15847
15972
|
};
|
|
15848
15973
|
};
|
|
@@ -16361,6 +16486,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
16361
16486
|
};
|
|
16362
16487
|
filters: {
|
|
16363
16488
|
types: string[];
|
|
16489
|
+
itemKind: string;
|
|
16364
16490
|
description: string;
|
|
16365
16491
|
required: boolean;
|
|
16366
16492
|
};
|
|
@@ -22670,6 +22796,18 @@ export declare const PATTERN_REGISTRY: {
|
|
|
22670
22796
|
types: string[];
|
|
22671
22797
|
description: string;
|
|
22672
22798
|
};
|
|
22799
|
+
editable: {
|
|
22800
|
+
types: string[];
|
|
22801
|
+
description: string;
|
|
22802
|
+
};
|
|
22803
|
+
onChange: {
|
|
22804
|
+
types: string[];
|
|
22805
|
+
description: string;
|
|
22806
|
+
};
|
|
22807
|
+
errorLines: {
|
|
22808
|
+
types: string[];
|
|
22809
|
+
description: string;
|
|
22810
|
+
};
|
|
22673
22811
|
};
|
|
22674
22812
|
};
|
|
22675
22813
|
"markdown-content": {
|
|
@@ -24389,6 +24527,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
24389
24527
|
};
|
|
24390
24528
|
imageField: {
|
|
24391
24529
|
types: string[];
|
|
24530
|
+
kind: string;
|
|
24392
24531
|
description: string;
|
|
24393
24532
|
};
|
|
24394
24533
|
selectable: {
|
|
@@ -24460,6 +24599,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
24460
24599
|
};
|
|
24461
24600
|
groupBy: {
|
|
24462
24601
|
types: string[];
|
|
24602
|
+
kind: string;
|
|
24463
24603
|
description: string;
|
|
24464
24604
|
};
|
|
24465
24605
|
senderField: {
|
|
@@ -29391,6 +29531,14 @@ export declare const PATTERN_REGISTRY: {
|
|
|
29391
29531
|
types: string[];
|
|
29392
29532
|
description: string;
|
|
29393
29533
|
};
|
|
29534
|
+
onOrbitalDoubleClick: {
|
|
29535
|
+
types: string[];
|
|
29536
|
+
description: string;
|
|
29537
|
+
};
|
|
29538
|
+
cosmicEntryLevel: {
|
|
29539
|
+
types: string[];
|
|
29540
|
+
description: string;
|
|
29541
|
+
};
|
|
29394
29542
|
initialOrbital: {
|
|
29395
29543
|
types: string[];
|
|
29396
29544
|
description: string;
|
|
@@ -30881,6 +31029,104 @@ export declare const PATTERN_REGISTRY: {
|
|
|
30881
31029
|
};
|
|
30882
31030
|
};
|
|
30883
31031
|
};
|
|
31032
|
+
"trait-frame": {
|
|
31033
|
+
type: string;
|
|
31034
|
+
category: string;
|
|
31035
|
+
description: string;
|
|
31036
|
+
suggestedFor: string[];
|
|
31037
|
+
typicalSize: string;
|
|
31038
|
+
propsSchema: {
|
|
31039
|
+
traitName: {
|
|
31040
|
+
types: string[];
|
|
31041
|
+
description: string;
|
|
31042
|
+
required: boolean;
|
|
31043
|
+
};
|
|
31044
|
+
fallback: {
|
|
31045
|
+
types: string[];
|
|
31046
|
+
description: string;
|
|
31047
|
+
};
|
|
31048
|
+
};
|
|
31049
|
+
};
|
|
31050
|
+
"file-tree": {
|
|
31051
|
+
type: string;
|
|
31052
|
+
category: string;
|
|
31053
|
+
description: string;
|
|
31054
|
+
suggestedFor: string[];
|
|
31055
|
+
typicalSize: string;
|
|
31056
|
+
propsSchema: {
|
|
31057
|
+
tree: {
|
|
31058
|
+
types: string[];
|
|
31059
|
+
description: string;
|
|
31060
|
+
required: boolean;
|
|
31061
|
+
};
|
|
31062
|
+
selectedPath: {
|
|
31063
|
+
types: string[];
|
|
31064
|
+
description: string;
|
|
31065
|
+
};
|
|
31066
|
+
onFileSelect: {
|
|
31067
|
+
types: string[];
|
|
31068
|
+
description: string;
|
|
31069
|
+
};
|
|
31070
|
+
className: {
|
|
31071
|
+
types: string[];
|
|
31072
|
+
description: string;
|
|
31073
|
+
};
|
|
31074
|
+
indent: {
|
|
31075
|
+
types: string[];
|
|
31076
|
+
description: string;
|
|
31077
|
+
};
|
|
31078
|
+
};
|
|
31079
|
+
};
|
|
31080
|
+
"avl-orbitals-cosmic-zoom": {
|
|
31081
|
+
type: string;
|
|
31082
|
+
category: string;
|
|
31083
|
+
description: string;
|
|
31084
|
+
suggestedFor: string[];
|
|
31085
|
+
typicalSize: string;
|
|
31086
|
+
propsSchema: {
|
|
31087
|
+
schema: {
|
|
31088
|
+
types: string[];
|
|
31089
|
+
description: string;
|
|
31090
|
+
required: boolean;
|
|
31091
|
+
};
|
|
31092
|
+
className: {
|
|
31093
|
+
types: string[];
|
|
31094
|
+
description: string;
|
|
31095
|
+
};
|
|
31096
|
+
color: {
|
|
31097
|
+
types: string[];
|
|
31098
|
+
description: string;
|
|
31099
|
+
};
|
|
31100
|
+
animated: {
|
|
31101
|
+
types: string[];
|
|
31102
|
+
description: string;
|
|
31103
|
+
};
|
|
31104
|
+
width: {
|
|
31105
|
+
types: string[];
|
|
31106
|
+
description: string;
|
|
31107
|
+
};
|
|
31108
|
+
height: {
|
|
31109
|
+
types: string[];
|
|
31110
|
+
description: string;
|
|
31111
|
+
};
|
|
31112
|
+
highlightedOrbital: {
|
|
31113
|
+
types: string[];
|
|
31114
|
+
description: string;
|
|
31115
|
+
};
|
|
31116
|
+
onOrbitalSelect: {
|
|
31117
|
+
types: string[];
|
|
31118
|
+
description: string;
|
|
31119
|
+
};
|
|
31120
|
+
minZoom: {
|
|
31121
|
+
types: string[];
|
|
31122
|
+
description: string;
|
|
31123
|
+
};
|
|
31124
|
+
maxZoom: {
|
|
31125
|
+
types: string[];
|
|
31126
|
+
description: string;
|
|
31127
|
+
};
|
|
31128
|
+
};
|
|
31129
|
+
};
|
|
30884
31130
|
heading: {
|
|
30885
31131
|
type: string;
|
|
30886
31132
|
category: string;
|
|
@@ -33364,6 +33610,21 @@ export declare const COMPONENT_MAPPING: {
|
|
|
33364
33610
|
importPath: string;
|
|
33365
33611
|
category: string;
|
|
33366
33612
|
};
|
|
33613
|
+
"trait-frame": {
|
|
33614
|
+
component: string;
|
|
33615
|
+
importPath: string;
|
|
33616
|
+
category: string;
|
|
33617
|
+
};
|
|
33618
|
+
"file-tree": {
|
|
33619
|
+
component: string;
|
|
33620
|
+
importPath: string;
|
|
33621
|
+
category: string;
|
|
33622
|
+
};
|
|
33623
|
+
"avl-orbitals-cosmic-zoom": {
|
|
33624
|
+
component: string;
|
|
33625
|
+
importPath: string;
|
|
33626
|
+
category: string;
|
|
33627
|
+
};
|
|
33367
33628
|
heading: {
|
|
33368
33629
|
component: string;
|
|
33369
33630
|
importPath: string;
|