@almadar/patterns 2.43.1 → 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 -1
- package/dist/event-contracts.json +1 -1
- package/dist/index.d.ts +58 -32
- package/dist/index.js +236 -157
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +234 -155
- package/dist/registry.json +234 -155
- package/package.json +1 -1
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: {
|
|
@@ -25800,12 +25813,6 @@ export declare const PATTERN_REGISTRY: {
|
|
|
25800
25813
|
suggestedFor: string[];
|
|
25801
25814
|
typicalSize: string;
|
|
25802
25815
|
propsSchema: {
|
|
25803
|
-
entity: {
|
|
25804
|
-
types: string[];
|
|
25805
|
-
description: string;
|
|
25806
|
-
kind: string;
|
|
25807
|
-
cardinality: string;
|
|
25808
|
-
};
|
|
25809
25816
|
className: {
|
|
25810
25817
|
types: string[];
|
|
25811
25818
|
description: string;
|
|
@@ -25871,6 +25878,12 @@ export declare const PATTERN_REGISTRY: {
|
|
|
25871
25878
|
};
|
|
25872
25879
|
default: never[];
|
|
25873
25880
|
};
|
|
25881
|
+
entity: {
|
|
25882
|
+
types: string[];
|
|
25883
|
+
description: string;
|
|
25884
|
+
kind: string;
|
|
25885
|
+
cardinality: string;
|
|
25886
|
+
};
|
|
25874
25887
|
entityType: {
|
|
25875
25888
|
types: string[];
|
|
25876
25889
|
description: string;
|
|
@@ -26245,12 +26258,6 @@ export declare const PATTERN_REGISTRY: {
|
|
|
26245
26258
|
suggestedFor: string[];
|
|
26246
26259
|
typicalSize: string;
|
|
26247
26260
|
propsSchema: {
|
|
26248
|
-
entity: {
|
|
26249
|
-
types: string[];
|
|
26250
|
-
description: string;
|
|
26251
|
-
kind: string;
|
|
26252
|
-
cardinality: string;
|
|
26253
|
-
};
|
|
26254
26261
|
className: {
|
|
26255
26262
|
types: string[];
|
|
26256
26263
|
description: string;
|
|
@@ -26315,6 +26322,12 @@ export declare const PATTERN_REGISTRY: {
|
|
|
26315
26322
|
types: string[];
|
|
26316
26323
|
};
|
|
26317
26324
|
};
|
|
26325
|
+
entity: {
|
|
26326
|
+
types: string[];
|
|
26327
|
+
description: string;
|
|
26328
|
+
kind: string;
|
|
26329
|
+
cardinality: string;
|
|
26330
|
+
};
|
|
26318
26331
|
title: {
|
|
26319
26332
|
types: string[];
|
|
26320
26333
|
description: string;
|
|
@@ -29789,6 +29802,11 @@ export declare const PATTERN_REGISTRY: {
|
|
|
29789
29802
|
types: string[];
|
|
29790
29803
|
description: string;
|
|
29791
29804
|
};
|
|
29805
|
+
action: {
|
|
29806
|
+
types: string[];
|
|
29807
|
+
description: string;
|
|
29808
|
+
kind: string;
|
|
29809
|
+
};
|
|
29792
29810
|
};
|
|
29793
29811
|
};
|
|
29794
29812
|
"progress-bar": {
|
|
@@ -29937,8 +29955,6 @@ export declare const PATTERN_REGISTRY: {
|
|
|
29937
29955
|
onClear: {
|
|
29938
29956
|
types: string[];
|
|
29939
29957
|
description: string;
|
|
29940
|
-
kind: string;
|
|
29941
|
-
callbackArgs: never[];
|
|
29942
29958
|
};
|
|
29943
29959
|
options: {
|
|
29944
29960
|
types: string[];
|
|
@@ -29964,8 +29980,6 @@ export declare const PATTERN_REGISTRY: {
|
|
|
29964
29980
|
onChange: {
|
|
29965
29981
|
types: string[];
|
|
29966
29982
|
description: string;
|
|
29967
|
-
kind: string;
|
|
29968
|
-
callbackArgs: never[];
|
|
29969
29983
|
};
|
|
29970
29984
|
};
|
|
29971
29985
|
};
|
|
@@ -29999,6 +30013,10 @@ export declare const PATTERN_REGISTRY: {
|
|
|
29999
30013
|
types: string[];
|
|
30000
30014
|
description: string;
|
|
30001
30015
|
};
|
|
30016
|
+
onChange: {
|
|
30017
|
+
types: string[];
|
|
30018
|
+
description: string;
|
|
30019
|
+
};
|
|
30002
30020
|
};
|
|
30003
30021
|
};
|
|
30004
30022
|
select: {
|
|
@@ -30048,6 +30066,10 @@ export declare const PATTERN_REGISTRY: {
|
|
|
30048
30066
|
types: string[];
|
|
30049
30067
|
description: string;
|
|
30050
30068
|
};
|
|
30069
|
+
onChange: {
|
|
30070
|
+
types: string[];
|
|
30071
|
+
description: string;
|
|
30072
|
+
};
|
|
30051
30073
|
};
|
|
30052
30074
|
};
|
|
30053
30075
|
checkbox: {
|
|
@@ -30075,6 +30097,10 @@ export declare const PATTERN_REGISTRY: {
|
|
|
30075
30097
|
types: string[];
|
|
30076
30098
|
description: string;
|
|
30077
30099
|
};
|
|
30100
|
+
onChange: {
|
|
30101
|
+
types: string[];
|
|
30102
|
+
description: string;
|
|
30103
|
+
};
|
|
30078
30104
|
};
|
|
30079
30105
|
};
|
|
30080
30106
|
radio: {
|