@almadar/patterns 2.43.0 → 2.44.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 -6
- package/dist/event-contracts.json +1 -1
- package/dist/index.d.ts +58 -97
- package/dist/index.js +236 -205
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +234 -198
- package/dist/registry.json +234 -198
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-06-
|
|
3
|
+
"exportedAt": "2026-06-16T19:32:31.111Z",
|
|
4
4
|
"mappings": {
|
|
5
5
|
"page-header": {
|
|
6
6
|
"component": "PageHeader",
|
|
@@ -1498,11 +1498,6 @@
|
|
|
1498
1498
|
"component": "StatCard",
|
|
1499
1499
|
"importPath": "@/components/atoms/StatCard",
|
|
1500
1500
|
"category": "display"
|
|
1501
|
-
},
|
|
1502
|
-
"state-json-view": {
|
|
1503
|
-
"component": "StateJsonView",
|
|
1504
|
-
"importPath": "@/components/organisms/StateJsonView",
|
|
1505
|
-
"category": "game"
|
|
1506
1501
|
}
|
|
1507
1502
|
}
|
|
1508
1503
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -306,12 +306,6 @@ export declare const registry: {
|
|
|
306
306
|
suggestedFor: string[];
|
|
307
307
|
typicalSize: string;
|
|
308
308
|
propsSchema: {
|
|
309
|
-
entity: {
|
|
310
|
-
types: string[];
|
|
311
|
-
description: string;
|
|
312
|
-
kind: string;
|
|
313
|
-
cardinality: string;
|
|
314
|
-
};
|
|
315
309
|
className: {
|
|
316
310
|
types: string[];
|
|
317
311
|
description: string;
|
|
@@ -377,6 +371,12 @@ export declare const registry: {
|
|
|
377
371
|
};
|
|
378
372
|
default: never[];
|
|
379
373
|
};
|
|
374
|
+
entity: {
|
|
375
|
+
types: string[];
|
|
376
|
+
description: string;
|
|
377
|
+
kind: string;
|
|
378
|
+
cardinality: string;
|
|
379
|
+
};
|
|
380
380
|
entityType: {
|
|
381
381
|
types: string[];
|
|
382
382
|
description: string;
|
|
@@ -751,12 +751,6 @@ export declare const registry: {
|
|
|
751
751
|
suggestedFor: string[];
|
|
752
752
|
typicalSize: string;
|
|
753
753
|
propsSchema: {
|
|
754
|
-
entity: {
|
|
755
|
-
types: string[];
|
|
756
|
-
description: string;
|
|
757
|
-
kind: string;
|
|
758
|
-
cardinality: string;
|
|
759
|
-
};
|
|
760
754
|
className: {
|
|
761
755
|
types: string[];
|
|
762
756
|
description: string;
|
|
@@ -821,6 +815,12 @@ export declare const registry: {
|
|
|
821
815
|
types: string[];
|
|
822
816
|
};
|
|
823
817
|
};
|
|
818
|
+
entity: {
|
|
819
|
+
types: string[];
|
|
820
|
+
description: string;
|
|
821
|
+
kind: string;
|
|
822
|
+
cardinality: string;
|
|
823
|
+
};
|
|
824
824
|
title: {
|
|
825
825
|
types: string[];
|
|
826
826
|
description: string;
|
|
@@ -4295,6 +4295,11 @@ export declare const registry: {
|
|
|
4295
4295
|
types: string[];
|
|
4296
4296
|
description: string;
|
|
4297
4297
|
};
|
|
4298
|
+
action: {
|
|
4299
|
+
types: string[];
|
|
4300
|
+
description: string;
|
|
4301
|
+
kind: string;
|
|
4302
|
+
};
|
|
4298
4303
|
};
|
|
4299
4304
|
};
|
|
4300
4305
|
"progress-bar": {
|
|
@@ -4443,8 +4448,6 @@ export declare const registry: {
|
|
|
4443
4448
|
onClear: {
|
|
4444
4449
|
types: string[];
|
|
4445
4450
|
description: string;
|
|
4446
|
-
kind: string;
|
|
4447
|
-
callbackArgs: never[];
|
|
4448
4451
|
};
|
|
4449
4452
|
options: {
|
|
4450
4453
|
types: string[];
|
|
@@ -4470,8 +4473,6 @@ export declare const registry: {
|
|
|
4470
4473
|
onChange: {
|
|
4471
4474
|
types: string[];
|
|
4472
4475
|
description: string;
|
|
4473
|
-
kind: string;
|
|
4474
|
-
callbackArgs: never[];
|
|
4475
4476
|
};
|
|
4476
4477
|
};
|
|
4477
4478
|
};
|
|
@@ -4505,6 +4506,10 @@ export declare const registry: {
|
|
|
4505
4506
|
types: string[];
|
|
4506
4507
|
description: string;
|
|
4507
4508
|
};
|
|
4509
|
+
onChange: {
|
|
4510
|
+
types: string[];
|
|
4511
|
+
description: string;
|
|
4512
|
+
};
|
|
4508
4513
|
};
|
|
4509
4514
|
};
|
|
4510
4515
|
select: {
|
|
@@ -4554,6 +4559,10 @@ export declare const registry: {
|
|
|
4554
4559
|
types: string[];
|
|
4555
4560
|
description: string;
|
|
4556
4561
|
};
|
|
4562
|
+
onChange: {
|
|
4563
|
+
types: string[];
|
|
4564
|
+
description: string;
|
|
4565
|
+
};
|
|
4557
4566
|
};
|
|
4558
4567
|
};
|
|
4559
4568
|
checkbox: {
|
|
@@ -4581,6 +4590,10 @@ export declare const registry: {
|
|
|
4581
4590
|
types: string[];
|
|
4582
4591
|
description: string;
|
|
4583
4592
|
};
|
|
4593
|
+
onChange: {
|
|
4594
|
+
types: string[];
|
|
4595
|
+
description: string;
|
|
4596
|
+
};
|
|
4584
4597
|
};
|
|
4585
4598
|
};
|
|
4586
4599
|
radio: {
|
|
@@ -25495,36 +25508,6 @@ export declare const registry: {
|
|
|
25495
25508
|
};
|
|
25496
25509
|
};
|
|
25497
25510
|
};
|
|
25498
|
-
"state-json-view": {
|
|
25499
|
-
type: string;
|
|
25500
|
-
category: string;
|
|
25501
|
-
tier: string;
|
|
25502
|
-
family: string;
|
|
25503
|
-
description: string;
|
|
25504
|
-
suggestedFor: string[];
|
|
25505
|
-
typicalSize: string;
|
|
25506
|
-
propsSchema: {
|
|
25507
|
-
data: {
|
|
25508
|
-
types: string[];
|
|
25509
|
-
description: string;
|
|
25510
|
-
required: boolean;
|
|
25511
|
-
freeform: boolean;
|
|
25512
|
-
};
|
|
25513
|
-
label: {
|
|
25514
|
-
types: string[];
|
|
25515
|
-
description: string;
|
|
25516
|
-
};
|
|
25517
|
-
defaultExpanded: {
|
|
25518
|
-
types: string[];
|
|
25519
|
-
description: string;
|
|
25520
|
-
default: boolean;
|
|
25521
|
-
};
|
|
25522
|
-
className: {
|
|
25523
|
-
types: string[];
|
|
25524
|
-
description: string;
|
|
25525
|
-
};
|
|
25526
|
-
};
|
|
25527
|
-
};
|
|
25528
25511
|
};
|
|
25529
25512
|
categories: string[];
|
|
25530
25513
|
};
|
|
@@ -25830,12 +25813,6 @@ export declare const PATTERN_REGISTRY: {
|
|
|
25830
25813
|
suggestedFor: string[];
|
|
25831
25814
|
typicalSize: string;
|
|
25832
25815
|
propsSchema: {
|
|
25833
|
-
entity: {
|
|
25834
|
-
types: string[];
|
|
25835
|
-
description: string;
|
|
25836
|
-
kind: string;
|
|
25837
|
-
cardinality: string;
|
|
25838
|
-
};
|
|
25839
25816
|
className: {
|
|
25840
25817
|
types: string[];
|
|
25841
25818
|
description: string;
|
|
@@ -25901,6 +25878,12 @@ export declare const PATTERN_REGISTRY: {
|
|
|
25901
25878
|
};
|
|
25902
25879
|
default: never[];
|
|
25903
25880
|
};
|
|
25881
|
+
entity: {
|
|
25882
|
+
types: string[];
|
|
25883
|
+
description: string;
|
|
25884
|
+
kind: string;
|
|
25885
|
+
cardinality: string;
|
|
25886
|
+
};
|
|
25904
25887
|
entityType: {
|
|
25905
25888
|
types: string[];
|
|
25906
25889
|
description: string;
|
|
@@ -26275,12 +26258,6 @@ export declare const PATTERN_REGISTRY: {
|
|
|
26275
26258
|
suggestedFor: string[];
|
|
26276
26259
|
typicalSize: string;
|
|
26277
26260
|
propsSchema: {
|
|
26278
|
-
entity: {
|
|
26279
|
-
types: string[];
|
|
26280
|
-
description: string;
|
|
26281
|
-
kind: string;
|
|
26282
|
-
cardinality: string;
|
|
26283
|
-
};
|
|
26284
26261
|
className: {
|
|
26285
26262
|
types: string[];
|
|
26286
26263
|
description: string;
|
|
@@ -26345,6 +26322,12 @@ export declare const PATTERN_REGISTRY: {
|
|
|
26345
26322
|
types: string[];
|
|
26346
26323
|
};
|
|
26347
26324
|
};
|
|
26325
|
+
entity: {
|
|
26326
|
+
types: string[];
|
|
26327
|
+
description: string;
|
|
26328
|
+
kind: string;
|
|
26329
|
+
cardinality: string;
|
|
26330
|
+
};
|
|
26348
26331
|
title: {
|
|
26349
26332
|
types: string[];
|
|
26350
26333
|
description: string;
|
|
@@ -29819,6 +29802,11 @@ export declare const PATTERN_REGISTRY: {
|
|
|
29819
29802
|
types: string[];
|
|
29820
29803
|
description: string;
|
|
29821
29804
|
};
|
|
29805
|
+
action: {
|
|
29806
|
+
types: string[];
|
|
29807
|
+
description: string;
|
|
29808
|
+
kind: string;
|
|
29809
|
+
};
|
|
29822
29810
|
};
|
|
29823
29811
|
};
|
|
29824
29812
|
"progress-bar": {
|
|
@@ -29967,8 +29955,6 @@ export declare const PATTERN_REGISTRY: {
|
|
|
29967
29955
|
onClear: {
|
|
29968
29956
|
types: string[];
|
|
29969
29957
|
description: string;
|
|
29970
|
-
kind: string;
|
|
29971
|
-
callbackArgs: never[];
|
|
29972
29958
|
};
|
|
29973
29959
|
options: {
|
|
29974
29960
|
types: string[];
|
|
@@ -29994,8 +29980,6 @@ export declare const PATTERN_REGISTRY: {
|
|
|
29994
29980
|
onChange: {
|
|
29995
29981
|
types: string[];
|
|
29996
29982
|
description: string;
|
|
29997
|
-
kind: string;
|
|
29998
|
-
callbackArgs: never[];
|
|
29999
29983
|
};
|
|
30000
29984
|
};
|
|
30001
29985
|
};
|
|
@@ -30029,6 +30013,10 @@ export declare const PATTERN_REGISTRY: {
|
|
|
30029
30013
|
types: string[];
|
|
30030
30014
|
description: string;
|
|
30031
30015
|
};
|
|
30016
|
+
onChange: {
|
|
30017
|
+
types: string[];
|
|
30018
|
+
description: string;
|
|
30019
|
+
};
|
|
30032
30020
|
};
|
|
30033
30021
|
};
|
|
30034
30022
|
select: {
|
|
@@ -30078,6 +30066,10 @@ export declare const PATTERN_REGISTRY: {
|
|
|
30078
30066
|
types: string[];
|
|
30079
30067
|
description: string;
|
|
30080
30068
|
};
|
|
30069
|
+
onChange: {
|
|
30070
|
+
types: string[];
|
|
30071
|
+
description: string;
|
|
30072
|
+
};
|
|
30081
30073
|
};
|
|
30082
30074
|
};
|
|
30083
30075
|
checkbox: {
|
|
@@ -30105,6 +30097,10 @@ export declare const PATTERN_REGISTRY: {
|
|
|
30105
30097
|
types: string[];
|
|
30106
30098
|
description: string;
|
|
30107
30099
|
};
|
|
30100
|
+
onChange: {
|
|
30101
|
+
types: string[];
|
|
30102
|
+
description: string;
|
|
30103
|
+
};
|
|
30108
30104
|
};
|
|
30109
30105
|
};
|
|
30110
30106
|
radio: {
|
|
@@ -51019,36 +51015,6 @@ export declare const PATTERN_REGISTRY: {
|
|
|
51019
51015
|
};
|
|
51020
51016
|
};
|
|
51021
51017
|
};
|
|
51022
|
-
"state-json-view": {
|
|
51023
|
-
type: string;
|
|
51024
|
-
category: string;
|
|
51025
|
-
tier: string;
|
|
51026
|
-
family: string;
|
|
51027
|
-
description: string;
|
|
51028
|
-
suggestedFor: string[];
|
|
51029
|
-
typicalSize: string;
|
|
51030
|
-
propsSchema: {
|
|
51031
|
-
data: {
|
|
51032
|
-
types: string[];
|
|
51033
|
-
description: string;
|
|
51034
|
-
required: boolean;
|
|
51035
|
-
freeform: boolean;
|
|
51036
|
-
};
|
|
51037
|
-
label: {
|
|
51038
|
-
types: string[];
|
|
51039
|
-
description: string;
|
|
51040
|
-
};
|
|
51041
|
-
defaultExpanded: {
|
|
51042
|
-
types: string[];
|
|
51043
|
-
description: string;
|
|
51044
|
-
default: boolean;
|
|
51045
|
-
};
|
|
51046
|
-
className: {
|
|
51047
|
-
types: string[];
|
|
51048
|
-
description: string;
|
|
51049
|
-
};
|
|
51050
|
-
};
|
|
51051
|
-
};
|
|
51052
51018
|
};
|
|
51053
51019
|
categories: string[];
|
|
51054
51020
|
};
|
|
@@ -53121,11 +53087,6 @@ export declare const COMPONENT_MAPPING: {
|
|
|
53121
53087
|
importPath: string;
|
|
53122
53088
|
category: string;
|
|
53123
53089
|
};
|
|
53124
|
-
"state-json-view": {
|
|
53125
|
-
component: string;
|
|
53126
|
-
importPath: string;
|
|
53127
|
-
category: string;
|
|
53128
|
-
};
|
|
53129
53090
|
};
|
|
53130
53091
|
};
|
|
53131
53092
|
export declare const EVENT_CONTRACTS: {
|