@almadar/patterns 2.17.2 → 2.18.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 +22 -2
- package/dist/index.d.ts +71 -386
- package/dist/index.js +107 -338
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +84 -335
- package/dist/registry.json +84 -335
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -465,10 +465,6 @@ export declare const registry: {
|
|
|
465
465
|
types: string[];
|
|
466
466
|
description: string;
|
|
467
467
|
};
|
|
468
|
-
entityId: {
|
|
469
|
-
types: string[];
|
|
470
|
-
description: string;
|
|
471
|
-
};
|
|
472
468
|
displayFields: {
|
|
473
469
|
types: string[];
|
|
474
470
|
description: string;
|
|
@@ -588,7 +584,6 @@ export declare const registry: {
|
|
|
588
584
|
mode: {
|
|
589
585
|
types: string[];
|
|
590
586
|
description: string;
|
|
591
|
-
enumValues: string[];
|
|
592
587
|
};
|
|
593
588
|
fields: {
|
|
594
589
|
types: string[];
|
|
@@ -633,10 +628,6 @@ export declare const registry: {
|
|
|
633
628
|
description: string;
|
|
634
629
|
kind: string;
|
|
635
630
|
};
|
|
636
|
-
entityId: {
|
|
637
|
-
types: string[];
|
|
638
|
-
description: string;
|
|
639
|
-
};
|
|
640
631
|
relationsData: {
|
|
641
632
|
types: string[];
|
|
642
633
|
description: string;
|
|
@@ -719,7 +710,6 @@ export declare const registry: {
|
|
|
719
710
|
mode: {
|
|
720
711
|
types: string[];
|
|
721
712
|
description: string;
|
|
722
|
-
enumValues: string[];
|
|
723
713
|
};
|
|
724
714
|
fields: {
|
|
725
715
|
types: string[];
|
|
@@ -764,10 +754,6 @@ export declare const registry: {
|
|
|
764
754
|
description: string;
|
|
765
755
|
kind: string;
|
|
766
756
|
};
|
|
767
|
-
entityId: {
|
|
768
|
-
types: string[];
|
|
769
|
-
description: string;
|
|
770
|
-
};
|
|
771
757
|
relationsData: {
|
|
772
758
|
types: string[];
|
|
773
759
|
description: string;
|
|
@@ -1385,120 +1371,22 @@ export declare const registry: {
|
|
|
1385
1371
|
suggestedFor: string[];
|
|
1386
1372
|
typicalSize: string;
|
|
1387
1373
|
propsSchema: {
|
|
1388
|
-
entity: {
|
|
1389
|
-
types: string[];
|
|
1390
|
-
description: string;
|
|
1391
|
-
};
|
|
1392
|
-
data: {
|
|
1393
|
-
types: string[];
|
|
1394
|
-
description: string;
|
|
1395
|
-
};
|
|
1396
|
-
className: {
|
|
1397
|
-
types: string[];
|
|
1398
|
-
description: string;
|
|
1399
|
-
};
|
|
1400
|
-
isLoading: {
|
|
1401
|
-
types: string[];
|
|
1402
|
-
description: string;
|
|
1403
|
-
};
|
|
1404
|
-
error: {
|
|
1405
|
-
types: string[];
|
|
1406
|
-
description: string;
|
|
1407
|
-
};
|
|
1408
|
-
sortBy: {
|
|
1409
|
-
types: string[];
|
|
1410
|
-
description: string;
|
|
1411
|
-
};
|
|
1412
|
-
sortDirection: {
|
|
1413
|
-
types: string[];
|
|
1414
|
-
description: string;
|
|
1415
|
-
};
|
|
1416
|
-
searchValue: {
|
|
1417
|
-
types: string[];
|
|
1418
|
-
description: string;
|
|
1419
|
-
};
|
|
1420
|
-
page: {
|
|
1421
|
-
types: string[];
|
|
1422
|
-
description: string;
|
|
1423
|
-
};
|
|
1424
|
-
pageSize: {
|
|
1425
|
-
types: string[];
|
|
1426
|
-
description: string;
|
|
1427
|
-
};
|
|
1428
|
-
totalCount: {
|
|
1429
|
-
types: string[];
|
|
1430
|
-
description: string;
|
|
1431
|
-
};
|
|
1432
|
-
activeFilters: {
|
|
1433
|
-
types: string[];
|
|
1434
|
-
description: string;
|
|
1435
|
-
};
|
|
1436
|
-
selectedIds: {
|
|
1437
|
-
types: string[];
|
|
1438
|
-
description: string;
|
|
1439
|
-
};
|
|
1440
|
-
label: {
|
|
1441
|
-
types: string[];
|
|
1442
|
-
description: string;
|
|
1443
|
-
};
|
|
1444
|
-
title: {
|
|
1445
|
-
types: string[];
|
|
1446
|
-
description: string;
|
|
1447
|
-
};
|
|
1448
1374
|
value: {
|
|
1449
1375
|
types: string[];
|
|
1450
1376
|
description: string;
|
|
1377
|
+
required: boolean;
|
|
1451
1378
|
};
|
|
1452
|
-
|
|
1453
|
-
types: string[];
|
|
1454
|
-
description: string;
|
|
1455
|
-
};
|
|
1456
|
-
currentValue: {
|
|
1457
|
-
types: string[];
|
|
1458
|
-
description: string;
|
|
1459
|
-
};
|
|
1460
|
-
trend: {
|
|
1379
|
+
label: {
|
|
1461
1380
|
types: string[];
|
|
1462
1381
|
description: string;
|
|
1382
|
+
required: boolean;
|
|
1463
1383
|
};
|
|
1464
|
-
|
|
1384
|
+
size: {
|
|
1465
1385
|
types: string[];
|
|
1466
1386
|
description: string;
|
|
1467
1387
|
enumValues: string[];
|
|
1468
1388
|
};
|
|
1469
|
-
|
|
1470
|
-
types: string[];
|
|
1471
|
-
description: string;
|
|
1472
|
-
};
|
|
1473
|
-
icon: {
|
|
1474
|
-
types: string[];
|
|
1475
|
-
description: string;
|
|
1476
|
-
};
|
|
1477
|
-
iconBg: {
|
|
1478
|
-
types: string[];
|
|
1479
|
-
description: string;
|
|
1480
|
-
};
|
|
1481
|
-
iconColor: {
|
|
1482
|
-
types: string[];
|
|
1483
|
-
description: string;
|
|
1484
|
-
};
|
|
1485
|
-
subtitle: {
|
|
1486
|
-
types: string[];
|
|
1487
|
-
description: string;
|
|
1488
|
-
};
|
|
1489
|
-
action: {
|
|
1490
|
-
types: string[];
|
|
1491
|
-
description: string;
|
|
1492
|
-
};
|
|
1493
|
-
metrics: {
|
|
1494
|
-
types: string[];
|
|
1495
|
-
description: string;
|
|
1496
|
-
};
|
|
1497
|
-
compact: {
|
|
1498
|
-
types: string[];
|
|
1499
|
-
description: string;
|
|
1500
|
-
};
|
|
1501
|
-
sparklineData: {
|
|
1389
|
+
className: {
|
|
1502
1390
|
types: string[];
|
|
1503
1391
|
description: string;
|
|
1504
1392
|
};
|
|
@@ -2568,62 +2456,28 @@ export declare const registry: {
|
|
|
2568
2456
|
suggestedFor: string[];
|
|
2569
2457
|
typicalSize: string;
|
|
2570
2458
|
propsSchema: {
|
|
2571
|
-
|
|
2572
|
-
types: string[];
|
|
2573
|
-
description: string;
|
|
2574
|
-
};
|
|
2575
|
-
subtitle: {
|
|
2576
|
-
types: string[];
|
|
2577
|
-
description: string;
|
|
2578
|
-
};
|
|
2579
|
-
image: {
|
|
2580
|
-
types: string[];
|
|
2581
|
-
description: string;
|
|
2582
|
-
};
|
|
2583
|
-
actions: {
|
|
2584
|
-
types: string[];
|
|
2585
|
-
description: string;
|
|
2586
|
-
};
|
|
2587
|
-
children: {
|
|
2588
|
-
types: string[];
|
|
2589
|
-
description: string;
|
|
2590
|
-
};
|
|
2591
|
-
onClick: {
|
|
2592
|
-
types: string[];
|
|
2593
|
-
description: string;
|
|
2594
|
-
};
|
|
2595
|
-
className: {
|
|
2596
|
-
types: string[];
|
|
2597
|
-
description: string;
|
|
2598
|
-
};
|
|
2599
|
-
action: {
|
|
2600
|
-
types: string[];
|
|
2601
|
-
description: string;
|
|
2602
|
-
kind: string;
|
|
2603
|
-
};
|
|
2604
|
-
isSelected: {
|
|
2605
|
-
types: string[];
|
|
2606
|
-
description: string;
|
|
2607
|
-
};
|
|
2608
|
-
name: {
|
|
2459
|
+
variant: {
|
|
2609
2460
|
types: string[];
|
|
2610
2461
|
description: string;
|
|
2462
|
+
enumValues: string[];
|
|
2611
2463
|
};
|
|
2612
|
-
|
|
2464
|
+
padding: {
|
|
2613
2465
|
types: string[];
|
|
2614
2466
|
description: string;
|
|
2467
|
+
enumValues: string[];
|
|
2615
2468
|
};
|
|
2616
|
-
|
|
2469
|
+
title: {
|
|
2617
2470
|
types: string[];
|
|
2618
2471
|
description: string;
|
|
2619
2472
|
};
|
|
2620
|
-
|
|
2473
|
+
subtitle: {
|
|
2621
2474
|
types: string[];
|
|
2622
2475
|
description: string;
|
|
2623
2476
|
};
|
|
2624
|
-
|
|
2477
|
+
shadow: {
|
|
2625
2478
|
types: string[];
|
|
2626
2479
|
description: string;
|
|
2480
|
+
enumValues: string[];
|
|
2627
2481
|
};
|
|
2628
2482
|
};
|
|
2629
2483
|
};
|
|
@@ -3952,6 +3806,11 @@ export declare const registry: {
|
|
|
3952
3806
|
action: {
|
|
3953
3807
|
types: string[];
|
|
3954
3808
|
description: string;
|
|
3809
|
+
kind: string;
|
|
3810
|
+
};
|
|
3811
|
+
actionPayload: {
|
|
3812
|
+
types: string[];
|
|
3813
|
+
description: string;
|
|
3955
3814
|
};
|
|
3956
3815
|
actions: {
|
|
3957
3816
|
types: string[];
|
|
@@ -3970,6 +3829,10 @@ export declare const registry: {
|
|
|
3970
3829
|
description: string;
|
|
3971
3830
|
enumValues: string[];
|
|
3972
3831
|
};
|
|
3832
|
+
label: {
|
|
3833
|
+
types: string[];
|
|
3834
|
+
description: string;
|
|
3835
|
+
};
|
|
3973
3836
|
position: {
|
|
3974
3837
|
types: string[];
|
|
3975
3838
|
description: string;
|
|
@@ -4369,46 +4232,21 @@ export declare const registry: {
|
|
|
4369
4232
|
suggestedFor: string[];
|
|
4370
4233
|
typicalSize: string;
|
|
4371
4234
|
propsSchema: {
|
|
4372
|
-
label: {
|
|
4373
|
-
types: string[];
|
|
4374
|
-
description: string;
|
|
4375
|
-
required: boolean;
|
|
4376
|
-
};
|
|
4377
|
-
variant: {
|
|
4378
|
-
types: string[];
|
|
4379
|
-
description: string;
|
|
4380
|
-
enumValues: string[];
|
|
4381
|
-
};
|
|
4382
|
-
size: {
|
|
4383
|
-
types: string[];
|
|
4384
|
-
description: string;
|
|
4385
|
-
enumValues: string[];
|
|
4386
|
-
};
|
|
4387
|
-
disabled: {
|
|
4388
|
-
types: string[];
|
|
4389
|
-
description: string;
|
|
4390
|
-
};
|
|
4391
4235
|
onClick: {
|
|
4392
4236
|
types: string[];
|
|
4393
4237
|
description: string;
|
|
4238
|
+
kind: string;
|
|
4394
4239
|
};
|
|
4395
4240
|
event: {
|
|
4396
4241
|
types: string[];
|
|
4397
4242
|
description: string;
|
|
4398
|
-
|
|
4399
|
-
icon: {
|
|
4400
|
-
types: string[];
|
|
4401
|
-
description: string;
|
|
4243
|
+
kind: string;
|
|
4402
4244
|
};
|
|
4403
4245
|
iconPosition: {
|
|
4404
4246
|
types: string[];
|
|
4405
4247
|
description: string;
|
|
4406
4248
|
enumValues: string[];
|
|
4407
4249
|
};
|
|
4408
|
-
className: {
|
|
4409
|
-
types: string[];
|
|
4410
|
-
description: string;
|
|
4411
|
-
};
|
|
4412
4250
|
};
|
|
4413
4251
|
};
|
|
4414
4252
|
"custom-pattern": {
|
|
@@ -5573,10 +5411,6 @@ export declare const registry: {
|
|
|
5573
5411
|
types: string[];
|
|
5574
5412
|
description: string;
|
|
5575
5413
|
};
|
|
5576
|
-
entity: {
|
|
5577
|
-
types: string[];
|
|
5578
|
-
description: string;
|
|
5579
|
-
};
|
|
5580
5414
|
isLoading: {
|
|
5581
5415
|
types: string[];
|
|
5582
5416
|
description: string;
|
|
@@ -9325,12 +9159,15 @@ export declare const registry: {
|
|
|
9325
9159
|
description: string;
|
|
9326
9160
|
required: boolean;
|
|
9327
9161
|
};
|
|
9328
|
-
|
|
9162
|
+
duration: {
|
|
9329
9163
|
types: string[];
|
|
9330
9164
|
description: string;
|
|
9331
|
-
required: boolean;
|
|
9332
9165
|
};
|
|
9333
|
-
|
|
9166
|
+
prefix: {
|
|
9167
|
+
types: string[];
|
|
9168
|
+
description: string;
|
|
9169
|
+
};
|
|
9170
|
+
suffix: {
|
|
9334
9171
|
types: string[];
|
|
9335
9172
|
description: string;
|
|
9336
9173
|
};
|
|
@@ -15994,10 +15831,6 @@ export declare const PATTERN_REGISTRY: {
|
|
|
15994
15831
|
types: string[];
|
|
15995
15832
|
description: string;
|
|
15996
15833
|
};
|
|
15997
|
-
entityId: {
|
|
15998
|
-
types: string[];
|
|
15999
|
-
description: string;
|
|
16000
|
-
};
|
|
16001
15834
|
displayFields: {
|
|
16002
15835
|
types: string[];
|
|
16003
15836
|
description: string;
|
|
@@ -16117,7 +15950,6 @@ export declare const PATTERN_REGISTRY: {
|
|
|
16117
15950
|
mode: {
|
|
16118
15951
|
types: string[];
|
|
16119
15952
|
description: string;
|
|
16120
|
-
enumValues: string[];
|
|
16121
15953
|
};
|
|
16122
15954
|
fields: {
|
|
16123
15955
|
types: string[];
|
|
@@ -16162,10 +15994,6 @@ export declare const PATTERN_REGISTRY: {
|
|
|
16162
15994
|
description: string;
|
|
16163
15995
|
kind: string;
|
|
16164
15996
|
};
|
|
16165
|
-
entityId: {
|
|
16166
|
-
types: string[];
|
|
16167
|
-
description: string;
|
|
16168
|
-
};
|
|
16169
15997
|
relationsData: {
|
|
16170
15998
|
types: string[];
|
|
16171
15999
|
description: string;
|
|
@@ -16248,7 +16076,6 @@ export declare const PATTERN_REGISTRY: {
|
|
|
16248
16076
|
mode: {
|
|
16249
16077
|
types: string[];
|
|
16250
16078
|
description: string;
|
|
16251
|
-
enumValues: string[];
|
|
16252
16079
|
};
|
|
16253
16080
|
fields: {
|
|
16254
16081
|
types: string[];
|
|
@@ -16293,10 +16120,6 @@ export declare const PATTERN_REGISTRY: {
|
|
|
16293
16120
|
description: string;
|
|
16294
16121
|
kind: string;
|
|
16295
16122
|
};
|
|
16296
|
-
entityId: {
|
|
16297
|
-
types: string[];
|
|
16298
|
-
description: string;
|
|
16299
|
-
};
|
|
16300
16123
|
relationsData: {
|
|
16301
16124
|
types: string[];
|
|
16302
16125
|
description: string;
|
|
@@ -16914,120 +16737,22 @@ export declare const PATTERN_REGISTRY: {
|
|
|
16914
16737
|
suggestedFor: string[];
|
|
16915
16738
|
typicalSize: string;
|
|
16916
16739
|
propsSchema: {
|
|
16917
|
-
entity: {
|
|
16918
|
-
types: string[];
|
|
16919
|
-
description: string;
|
|
16920
|
-
};
|
|
16921
|
-
data: {
|
|
16922
|
-
types: string[];
|
|
16923
|
-
description: string;
|
|
16924
|
-
};
|
|
16925
|
-
className: {
|
|
16926
|
-
types: string[];
|
|
16927
|
-
description: string;
|
|
16928
|
-
};
|
|
16929
|
-
isLoading: {
|
|
16930
|
-
types: string[];
|
|
16931
|
-
description: string;
|
|
16932
|
-
};
|
|
16933
|
-
error: {
|
|
16934
|
-
types: string[];
|
|
16935
|
-
description: string;
|
|
16936
|
-
};
|
|
16937
|
-
sortBy: {
|
|
16938
|
-
types: string[];
|
|
16939
|
-
description: string;
|
|
16940
|
-
};
|
|
16941
|
-
sortDirection: {
|
|
16942
|
-
types: string[];
|
|
16943
|
-
description: string;
|
|
16944
|
-
};
|
|
16945
|
-
searchValue: {
|
|
16946
|
-
types: string[];
|
|
16947
|
-
description: string;
|
|
16948
|
-
};
|
|
16949
|
-
page: {
|
|
16950
|
-
types: string[];
|
|
16951
|
-
description: string;
|
|
16952
|
-
};
|
|
16953
|
-
pageSize: {
|
|
16954
|
-
types: string[];
|
|
16955
|
-
description: string;
|
|
16956
|
-
};
|
|
16957
|
-
totalCount: {
|
|
16958
|
-
types: string[];
|
|
16959
|
-
description: string;
|
|
16960
|
-
};
|
|
16961
|
-
activeFilters: {
|
|
16962
|
-
types: string[];
|
|
16963
|
-
description: string;
|
|
16964
|
-
};
|
|
16965
|
-
selectedIds: {
|
|
16966
|
-
types: string[];
|
|
16967
|
-
description: string;
|
|
16968
|
-
};
|
|
16969
|
-
label: {
|
|
16970
|
-
types: string[];
|
|
16971
|
-
description: string;
|
|
16972
|
-
};
|
|
16973
|
-
title: {
|
|
16974
|
-
types: string[];
|
|
16975
|
-
description: string;
|
|
16976
|
-
};
|
|
16977
16740
|
value: {
|
|
16978
16741
|
types: string[];
|
|
16979
16742
|
description: string;
|
|
16743
|
+
required: boolean;
|
|
16980
16744
|
};
|
|
16981
|
-
|
|
16982
|
-
types: string[];
|
|
16983
|
-
description: string;
|
|
16984
|
-
};
|
|
16985
|
-
currentValue: {
|
|
16986
|
-
types: string[];
|
|
16987
|
-
description: string;
|
|
16988
|
-
};
|
|
16989
|
-
trend: {
|
|
16745
|
+
label: {
|
|
16990
16746
|
types: string[];
|
|
16991
16747
|
description: string;
|
|
16748
|
+
required: boolean;
|
|
16992
16749
|
};
|
|
16993
|
-
|
|
16750
|
+
size: {
|
|
16994
16751
|
types: string[];
|
|
16995
16752
|
description: string;
|
|
16996
16753
|
enumValues: string[];
|
|
16997
16754
|
};
|
|
16998
|
-
|
|
16999
|
-
types: string[];
|
|
17000
|
-
description: string;
|
|
17001
|
-
};
|
|
17002
|
-
icon: {
|
|
17003
|
-
types: string[];
|
|
17004
|
-
description: string;
|
|
17005
|
-
};
|
|
17006
|
-
iconBg: {
|
|
17007
|
-
types: string[];
|
|
17008
|
-
description: string;
|
|
17009
|
-
};
|
|
17010
|
-
iconColor: {
|
|
17011
|
-
types: string[];
|
|
17012
|
-
description: string;
|
|
17013
|
-
};
|
|
17014
|
-
subtitle: {
|
|
17015
|
-
types: string[];
|
|
17016
|
-
description: string;
|
|
17017
|
-
};
|
|
17018
|
-
action: {
|
|
17019
|
-
types: string[];
|
|
17020
|
-
description: string;
|
|
17021
|
-
};
|
|
17022
|
-
metrics: {
|
|
17023
|
-
types: string[];
|
|
17024
|
-
description: string;
|
|
17025
|
-
};
|
|
17026
|
-
compact: {
|
|
17027
|
-
types: string[];
|
|
17028
|
-
description: string;
|
|
17029
|
-
};
|
|
17030
|
-
sparklineData: {
|
|
16755
|
+
className: {
|
|
17031
16756
|
types: string[];
|
|
17032
16757
|
description: string;
|
|
17033
16758
|
};
|
|
@@ -18097,62 +17822,28 @@ export declare const PATTERN_REGISTRY: {
|
|
|
18097
17822
|
suggestedFor: string[];
|
|
18098
17823
|
typicalSize: string;
|
|
18099
17824
|
propsSchema: {
|
|
18100
|
-
|
|
18101
|
-
types: string[];
|
|
18102
|
-
description: string;
|
|
18103
|
-
};
|
|
18104
|
-
subtitle: {
|
|
18105
|
-
types: string[];
|
|
18106
|
-
description: string;
|
|
18107
|
-
};
|
|
18108
|
-
image: {
|
|
18109
|
-
types: string[];
|
|
18110
|
-
description: string;
|
|
18111
|
-
};
|
|
18112
|
-
actions: {
|
|
18113
|
-
types: string[];
|
|
18114
|
-
description: string;
|
|
18115
|
-
};
|
|
18116
|
-
children: {
|
|
18117
|
-
types: string[];
|
|
18118
|
-
description: string;
|
|
18119
|
-
};
|
|
18120
|
-
onClick: {
|
|
18121
|
-
types: string[];
|
|
18122
|
-
description: string;
|
|
18123
|
-
};
|
|
18124
|
-
className: {
|
|
18125
|
-
types: string[];
|
|
18126
|
-
description: string;
|
|
18127
|
-
};
|
|
18128
|
-
action: {
|
|
18129
|
-
types: string[];
|
|
18130
|
-
description: string;
|
|
18131
|
-
kind: string;
|
|
18132
|
-
};
|
|
18133
|
-
isSelected: {
|
|
18134
|
-
types: string[];
|
|
18135
|
-
description: string;
|
|
18136
|
-
};
|
|
18137
|
-
name: {
|
|
17825
|
+
variant: {
|
|
18138
17826
|
types: string[];
|
|
18139
17827
|
description: string;
|
|
17828
|
+
enumValues: string[];
|
|
18140
17829
|
};
|
|
18141
|
-
|
|
17830
|
+
padding: {
|
|
18142
17831
|
types: string[];
|
|
18143
17832
|
description: string;
|
|
17833
|
+
enumValues: string[];
|
|
18144
17834
|
};
|
|
18145
|
-
|
|
17835
|
+
title: {
|
|
18146
17836
|
types: string[];
|
|
18147
17837
|
description: string;
|
|
18148
17838
|
};
|
|
18149
|
-
|
|
17839
|
+
subtitle: {
|
|
18150
17840
|
types: string[];
|
|
18151
17841
|
description: string;
|
|
18152
17842
|
};
|
|
18153
|
-
|
|
17843
|
+
shadow: {
|
|
18154
17844
|
types: string[];
|
|
18155
17845
|
description: string;
|
|
17846
|
+
enumValues: string[];
|
|
18156
17847
|
};
|
|
18157
17848
|
};
|
|
18158
17849
|
};
|
|
@@ -19481,6 +19172,11 @@ export declare const PATTERN_REGISTRY: {
|
|
|
19481
19172
|
action: {
|
|
19482
19173
|
types: string[];
|
|
19483
19174
|
description: string;
|
|
19175
|
+
kind: string;
|
|
19176
|
+
};
|
|
19177
|
+
actionPayload: {
|
|
19178
|
+
types: string[];
|
|
19179
|
+
description: string;
|
|
19484
19180
|
};
|
|
19485
19181
|
actions: {
|
|
19486
19182
|
types: string[];
|
|
@@ -19499,6 +19195,10 @@ export declare const PATTERN_REGISTRY: {
|
|
|
19499
19195
|
description: string;
|
|
19500
19196
|
enumValues: string[];
|
|
19501
19197
|
};
|
|
19198
|
+
label: {
|
|
19199
|
+
types: string[];
|
|
19200
|
+
description: string;
|
|
19201
|
+
};
|
|
19502
19202
|
position: {
|
|
19503
19203
|
types: string[];
|
|
19504
19204
|
description: string;
|
|
@@ -19898,46 +19598,21 @@ export declare const PATTERN_REGISTRY: {
|
|
|
19898
19598
|
suggestedFor: string[];
|
|
19899
19599
|
typicalSize: string;
|
|
19900
19600
|
propsSchema: {
|
|
19901
|
-
label: {
|
|
19902
|
-
types: string[];
|
|
19903
|
-
description: string;
|
|
19904
|
-
required: boolean;
|
|
19905
|
-
};
|
|
19906
|
-
variant: {
|
|
19907
|
-
types: string[];
|
|
19908
|
-
description: string;
|
|
19909
|
-
enumValues: string[];
|
|
19910
|
-
};
|
|
19911
|
-
size: {
|
|
19912
|
-
types: string[];
|
|
19913
|
-
description: string;
|
|
19914
|
-
enumValues: string[];
|
|
19915
|
-
};
|
|
19916
|
-
disabled: {
|
|
19917
|
-
types: string[];
|
|
19918
|
-
description: string;
|
|
19919
|
-
};
|
|
19920
19601
|
onClick: {
|
|
19921
19602
|
types: string[];
|
|
19922
19603
|
description: string;
|
|
19604
|
+
kind: string;
|
|
19923
19605
|
};
|
|
19924
19606
|
event: {
|
|
19925
19607
|
types: string[];
|
|
19926
19608
|
description: string;
|
|
19927
|
-
|
|
19928
|
-
icon: {
|
|
19929
|
-
types: string[];
|
|
19930
|
-
description: string;
|
|
19609
|
+
kind: string;
|
|
19931
19610
|
};
|
|
19932
19611
|
iconPosition: {
|
|
19933
19612
|
types: string[];
|
|
19934
19613
|
description: string;
|
|
19935
19614
|
enumValues: string[];
|
|
19936
19615
|
};
|
|
19937
|
-
className: {
|
|
19938
|
-
types: string[];
|
|
19939
|
-
description: string;
|
|
19940
|
-
};
|
|
19941
19616
|
};
|
|
19942
19617
|
};
|
|
19943
19618
|
"custom-pattern": {
|
|
@@ -21102,10 +20777,6 @@ export declare const PATTERN_REGISTRY: {
|
|
|
21102
20777
|
types: string[];
|
|
21103
20778
|
description: string;
|
|
21104
20779
|
};
|
|
21105
|
-
entity: {
|
|
21106
|
-
types: string[];
|
|
21107
|
-
description: string;
|
|
21108
|
-
};
|
|
21109
20780
|
isLoading: {
|
|
21110
20781
|
types: string[];
|
|
21111
20782
|
description: string;
|
|
@@ -24854,12 +24525,15 @@ export declare const PATTERN_REGISTRY: {
|
|
|
24854
24525
|
description: string;
|
|
24855
24526
|
required: boolean;
|
|
24856
24527
|
};
|
|
24857
|
-
|
|
24528
|
+
duration: {
|
|
24858
24529
|
types: string[];
|
|
24859
24530
|
description: string;
|
|
24860
|
-
required: boolean;
|
|
24861
24531
|
};
|
|
24862
|
-
|
|
24532
|
+
prefix: {
|
|
24533
|
+
types: string[];
|
|
24534
|
+
description: string;
|
|
24535
|
+
};
|
|
24536
|
+
suffix: {
|
|
24863
24537
|
types: string[];
|
|
24864
24538
|
description: string;
|
|
24865
24539
|
};
|
|
@@ -34169,6 +33843,17 @@ export declare const EVENT_CONTRACTS: {
|
|
|
34169
33843
|
requires: never[];
|
|
34170
33844
|
entityAware: boolean;
|
|
34171
33845
|
};
|
|
33846
|
+
"ui-slot-renderer": {
|
|
33847
|
+
emits: {
|
|
33848
|
+
event: string;
|
|
33849
|
+
trigger: string;
|
|
33850
|
+
payload: {
|
|
33851
|
+
type: string;
|
|
33852
|
+
};
|
|
33853
|
+
}[];
|
|
33854
|
+
requires: never[];
|
|
33855
|
+
entityAware: boolean;
|
|
33856
|
+
};
|
|
34172
33857
|
};
|
|
34173
33858
|
};
|
|
34174
33859
|
import type { PatternPropDef } from './types.js';
|