@almadar/patterns 2.17.1 → 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 +167 -384
- package/dist/index.js +197 -379
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +174 -376
- package/dist/registry.json +174 -376
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -327,6 +327,8 @@ export declare const registry: {
|
|
|
327
327
|
itemActions: {
|
|
328
328
|
types: string[];
|
|
329
329
|
description: string;
|
|
330
|
+
kind: string;
|
|
331
|
+
eventField: string;
|
|
330
332
|
};
|
|
331
333
|
showTotal: {
|
|
332
334
|
types: string[];
|
|
@@ -463,10 +465,6 @@ export declare const registry: {
|
|
|
463
465
|
types: string[];
|
|
464
466
|
description: string;
|
|
465
467
|
};
|
|
466
|
-
entityId: {
|
|
467
|
-
types: string[];
|
|
468
|
-
description: string;
|
|
469
|
-
};
|
|
470
468
|
displayFields: {
|
|
471
469
|
types: string[];
|
|
472
470
|
description: string;
|
|
@@ -586,7 +584,6 @@ export declare const registry: {
|
|
|
586
584
|
mode: {
|
|
587
585
|
types: string[];
|
|
588
586
|
description: string;
|
|
589
|
-
enumValues: string[];
|
|
590
587
|
};
|
|
591
588
|
fields: {
|
|
592
589
|
types: string[];
|
|
@@ -624,14 +621,12 @@ export declare const registry: {
|
|
|
624
621
|
submitEvent: {
|
|
625
622
|
types: string[];
|
|
626
623
|
description: string;
|
|
624
|
+
kind: string;
|
|
627
625
|
};
|
|
628
626
|
cancelEvent: {
|
|
629
627
|
types: string[];
|
|
630
628
|
description: string;
|
|
631
|
-
|
|
632
|
-
entityId: {
|
|
633
|
-
types: string[];
|
|
634
|
-
description: string;
|
|
629
|
+
kind: string;
|
|
635
630
|
};
|
|
636
631
|
relationsData: {
|
|
637
632
|
types: string[];
|
|
@@ -715,7 +710,6 @@ export declare const registry: {
|
|
|
715
710
|
mode: {
|
|
716
711
|
types: string[];
|
|
717
712
|
description: string;
|
|
718
|
-
enumValues: string[];
|
|
719
713
|
};
|
|
720
714
|
fields: {
|
|
721
715
|
types: string[];
|
|
@@ -753,14 +747,12 @@ export declare const registry: {
|
|
|
753
747
|
submitEvent: {
|
|
754
748
|
types: string[];
|
|
755
749
|
description: string;
|
|
750
|
+
kind: string;
|
|
756
751
|
};
|
|
757
752
|
cancelEvent: {
|
|
758
753
|
types: string[];
|
|
759
754
|
description: string;
|
|
760
|
-
|
|
761
|
-
entityId: {
|
|
762
|
-
types: string[];
|
|
763
|
-
description: string;
|
|
755
|
+
kind: string;
|
|
764
756
|
};
|
|
765
757
|
relationsData: {
|
|
766
758
|
types: string[];
|
|
@@ -1379,120 +1371,22 @@ export declare const registry: {
|
|
|
1379
1371
|
suggestedFor: string[];
|
|
1380
1372
|
typicalSize: string;
|
|
1381
1373
|
propsSchema: {
|
|
1382
|
-
entity: {
|
|
1383
|
-
types: string[];
|
|
1384
|
-
description: string;
|
|
1385
|
-
};
|
|
1386
|
-
data: {
|
|
1387
|
-
types: string[];
|
|
1388
|
-
description: string;
|
|
1389
|
-
};
|
|
1390
|
-
className: {
|
|
1391
|
-
types: string[];
|
|
1392
|
-
description: string;
|
|
1393
|
-
};
|
|
1394
|
-
isLoading: {
|
|
1395
|
-
types: string[];
|
|
1396
|
-
description: string;
|
|
1397
|
-
};
|
|
1398
|
-
error: {
|
|
1399
|
-
types: string[];
|
|
1400
|
-
description: string;
|
|
1401
|
-
};
|
|
1402
|
-
sortBy: {
|
|
1403
|
-
types: string[];
|
|
1404
|
-
description: string;
|
|
1405
|
-
};
|
|
1406
|
-
sortDirection: {
|
|
1407
|
-
types: string[];
|
|
1408
|
-
description: string;
|
|
1409
|
-
};
|
|
1410
|
-
searchValue: {
|
|
1411
|
-
types: string[];
|
|
1412
|
-
description: string;
|
|
1413
|
-
};
|
|
1414
|
-
page: {
|
|
1415
|
-
types: string[];
|
|
1416
|
-
description: string;
|
|
1417
|
-
};
|
|
1418
|
-
pageSize: {
|
|
1419
|
-
types: string[];
|
|
1420
|
-
description: string;
|
|
1421
|
-
};
|
|
1422
|
-
totalCount: {
|
|
1423
|
-
types: string[];
|
|
1424
|
-
description: string;
|
|
1425
|
-
};
|
|
1426
|
-
activeFilters: {
|
|
1427
|
-
types: string[];
|
|
1428
|
-
description: string;
|
|
1429
|
-
};
|
|
1430
|
-
selectedIds: {
|
|
1431
|
-
types: string[];
|
|
1432
|
-
description: string;
|
|
1433
|
-
};
|
|
1434
|
-
label: {
|
|
1435
|
-
types: string[];
|
|
1436
|
-
description: string;
|
|
1437
|
-
};
|
|
1438
|
-
title: {
|
|
1439
|
-
types: string[];
|
|
1440
|
-
description: string;
|
|
1441
|
-
};
|
|
1442
1374
|
value: {
|
|
1443
1375
|
types: string[];
|
|
1444
1376
|
description: string;
|
|
1377
|
+
required: boolean;
|
|
1445
1378
|
};
|
|
1446
|
-
|
|
1447
|
-
types: string[];
|
|
1448
|
-
description: string;
|
|
1449
|
-
};
|
|
1450
|
-
currentValue: {
|
|
1451
|
-
types: string[];
|
|
1452
|
-
description: string;
|
|
1453
|
-
};
|
|
1454
|
-
trend: {
|
|
1379
|
+
label: {
|
|
1455
1380
|
types: string[];
|
|
1456
1381
|
description: string;
|
|
1382
|
+
required: boolean;
|
|
1457
1383
|
};
|
|
1458
|
-
|
|
1384
|
+
size: {
|
|
1459
1385
|
types: string[];
|
|
1460
1386
|
description: string;
|
|
1461
1387
|
enumValues: string[];
|
|
1462
1388
|
};
|
|
1463
|
-
|
|
1464
|
-
types: string[];
|
|
1465
|
-
description: string;
|
|
1466
|
-
};
|
|
1467
|
-
icon: {
|
|
1468
|
-
types: string[];
|
|
1469
|
-
description: string;
|
|
1470
|
-
};
|
|
1471
|
-
iconBg: {
|
|
1472
|
-
types: string[];
|
|
1473
|
-
description: string;
|
|
1474
|
-
};
|
|
1475
|
-
iconColor: {
|
|
1476
|
-
types: string[];
|
|
1477
|
-
description: string;
|
|
1478
|
-
};
|
|
1479
|
-
subtitle: {
|
|
1480
|
-
types: string[];
|
|
1481
|
-
description: string;
|
|
1482
|
-
};
|
|
1483
|
-
action: {
|
|
1484
|
-
types: string[];
|
|
1485
|
-
description: string;
|
|
1486
|
-
};
|
|
1487
|
-
metrics: {
|
|
1488
|
-
types: string[];
|
|
1489
|
-
description: string;
|
|
1490
|
-
};
|
|
1491
|
-
compact: {
|
|
1492
|
-
types: string[];
|
|
1493
|
-
description: string;
|
|
1494
|
-
};
|
|
1495
|
-
sparklineData: {
|
|
1389
|
+
className: {
|
|
1496
1390
|
types: string[];
|
|
1497
1391
|
description: string;
|
|
1498
1392
|
};
|
|
@@ -1686,6 +1580,7 @@ export declare const registry: {
|
|
|
1686
1580
|
closeEvent: {
|
|
1687
1581
|
types: string[];
|
|
1688
1582
|
description: string;
|
|
1583
|
+
kind: string;
|
|
1689
1584
|
};
|
|
1690
1585
|
};
|
|
1691
1586
|
};
|
|
@@ -1894,6 +1789,7 @@ export declare const registry: {
|
|
|
1894
1789
|
action: {
|
|
1895
1790
|
types: string[];
|
|
1896
1791
|
description: string;
|
|
1792
|
+
kind: string;
|
|
1897
1793
|
};
|
|
1898
1794
|
actionPayload: {
|
|
1899
1795
|
types: string[];
|
|
@@ -1902,6 +1798,7 @@ export declare const registry: {
|
|
|
1902
1798
|
hoverEvent: {
|
|
1903
1799
|
types: string[];
|
|
1904
1800
|
description: string;
|
|
1801
|
+
kind: string;
|
|
1905
1802
|
};
|
|
1906
1803
|
maxWidth: {
|
|
1907
1804
|
types: string[];
|
|
@@ -2406,6 +2303,7 @@ export declare const registry: {
|
|
|
2406
2303
|
action: {
|
|
2407
2304
|
types: string[];
|
|
2408
2305
|
description: string;
|
|
2306
|
+
kind: string;
|
|
2409
2307
|
};
|
|
2410
2308
|
actionPayload: {
|
|
2411
2309
|
types: string[];
|
|
@@ -2500,6 +2398,7 @@ export declare const registry: {
|
|
|
2500
2398
|
action: {
|
|
2501
2399
|
types: string[];
|
|
2502
2400
|
description: string;
|
|
2401
|
+
kind: string;
|
|
2503
2402
|
};
|
|
2504
2403
|
actionPayload: {
|
|
2505
2404
|
types: string[];
|
|
@@ -2557,61 +2456,28 @@ export declare const registry: {
|
|
|
2557
2456
|
suggestedFor: string[];
|
|
2558
2457
|
typicalSize: string;
|
|
2559
2458
|
propsSchema: {
|
|
2560
|
-
|
|
2561
|
-
types: string[];
|
|
2562
|
-
description: string;
|
|
2563
|
-
};
|
|
2564
|
-
subtitle: {
|
|
2565
|
-
types: string[];
|
|
2566
|
-
description: string;
|
|
2567
|
-
};
|
|
2568
|
-
image: {
|
|
2569
|
-
types: string[];
|
|
2570
|
-
description: string;
|
|
2571
|
-
};
|
|
2572
|
-
actions: {
|
|
2573
|
-
types: string[];
|
|
2574
|
-
description: string;
|
|
2575
|
-
};
|
|
2576
|
-
children: {
|
|
2577
|
-
types: string[];
|
|
2578
|
-
description: string;
|
|
2579
|
-
};
|
|
2580
|
-
onClick: {
|
|
2581
|
-
types: string[];
|
|
2582
|
-
description: string;
|
|
2583
|
-
};
|
|
2584
|
-
className: {
|
|
2585
|
-
types: string[];
|
|
2586
|
-
description: string;
|
|
2587
|
-
};
|
|
2588
|
-
action: {
|
|
2589
|
-
types: string[];
|
|
2590
|
-
description: string;
|
|
2591
|
-
};
|
|
2592
|
-
isSelected: {
|
|
2593
|
-
types: string[];
|
|
2594
|
-
description: string;
|
|
2595
|
-
};
|
|
2596
|
-
name: {
|
|
2459
|
+
variant: {
|
|
2597
2460
|
types: string[];
|
|
2598
2461
|
description: string;
|
|
2462
|
+
enumValues: string[];
|
|
2599
2463
|
};
|
|
2600
|
-
|
|
2464
|
+
padding: {
|
|
2601
2465
|
types: string[];
|
|
2602
2466
|
description: string;
|
|
2467
|
+
enumValues: string[];
|
|
2603
2468
|
};
|
|
2604
|
-
|
|
2469
|
+
title: {
|
|
2605
2470
|
types: string[];
|
|
2606
2471
|
description: string;
|
|
2607
2472
|
};
|
|
2608
|
-
|
|
2473
|
+
subtitle: {
|
|
2609
2474
|
types: string[];
|
|
2610
2475
|
description: string;
|
|
2611
2476
|
};
|
|
2612
|
-
|
|
2477
|
+
shadow: {
|
|
2613
2478
|
types: string[];
|
|
2614
2479
|
description: string;
|
|
2480
|
+
enumValues: string[];
|
|
2615
2481
|
};
|
|
2616
2482
|
};
|
|
2617
2483
|
};
|
|
@@ -2709,6 +2575,7 @@ export declare const registry: {
|
|
|
2709
2575
|
action: {
|
|
2710
2576
|
types: string[];
|
|
2711
2577
|
description: string;
|
|
2578
|
+
kind: string;
|
|
2712
2579
|
};
|
|
2713
2580
|
inputType: {
|
|
2714
2581
|
types: string[];
|
|
@@ -2771,6 +2638,7 @@ export declare const registry: {
|
|
|
2771
2638
|
action: {
|
|
2772
2639
|
types: string[];
|
|
2773
2640
|
description: string;
|
|
2641
|
+
kind: string;
|
|
2774
2642
|
};
|
|
2775
2643
|
error: {
|
|
2776
2644
|
types: string[];
|
|
@@ -2801,6 +2669,7 @@ export declare const registry: {
|
|
|
2801
2669
|
action: {
|
|
2802
2670
|
types: string[];
|
|
2803
2671
|
description: string;
|
|
2672
|
+
kind: string;
|
|
2804
2673
|
};
|
|
2805
2674
|
error: {
|
|
2806
2675
|
types: string[];
|
|
@@ -2847,6 +2716,7 @@ export declare const registry: {
|
|
|
2847
2716
|
action: {
|
|
2848
2717
|
types: string[];
|
|
2849
2718
|
description: string;
|
|
2719
|
+
kind: string;
|
|
2850
2720
|
};
|
|
2851
2721
|
label: {
|
|
2852
2722
|
types: string[];
|
|
@@ -2976,6 +2846,7 @@ export declare const registry: {
|
|
|
2976
2846
|
dismissEvent: {
|
|
2977
2847
|
types: string[];
|
|
2978
2848
|
description: string;
|
|
2849
|
+
kind: string;
|
|
2979
2850
|
};
|
|
2980
2851
|
};
|
|
2981
2852
|
};
|
|
@@ -3367,6 +3238,7 @@ export declare const registry: {
|
|
|
3367
3238
|
action: {
|
|
3368
3239
|
types: string[];
|
|
3369
3240
|
description: string;
|
|
3241
|
+
kind: string;
|
|
3370
3242
|
};
|
|
3371
3243
|
};
|
|
3372
3244
|
};
|
|
@@ -3444,6 +3316,7 @@ export declare const registry: {
|
|
|
3444
3316
|
action: {
|
|
3445
3317
|
types: string[];
|
|
3446
3318
|
description: string;
|
|
3319
|
+
kind: string;
|
|
3447
3320
|
};
|
|
3448
3321
|
actionPayload: {
|
|
3449
3322
|
types: string[];
|
|
@@ -3500,10 +3373,12 @@ export declare const registry: {
|
|
|
3500
3373
|
action: {
|
|
3501
3374
|
types: string[];
|
|
3502
3375
|
description: string;
|
|
3376
|
+
kind: string;
|
|
3503
3377
|
};
|
|
3504
3378
|
hoverEvent: {
|
|
3505
3379
|
types: string[];
|
|
3506
3380
|
description: string;
|
|
3381
|
+
kind: string;
|
|
3507
3382
|
};
|
|
3508
3383
|
};
|
|
3509
3384
|
};
|
|
@@ -3638,10 +3513,12 @@ export declare const registry: {
|
|
|
3638
3513
|
pressEvent: {
|
|
3639
3514
|
types: string[];
|
|
3640
3515
|
description: string;
|
|
3516
|
+
kind: string;
|
|
3641
3517
|
};
|
|
3642
3518
|
releaseEvent: {
|
|
3643
3519
|
types: string[];
|
|
3644
3520
|
description: string;
|
|
3521
|
+
kind: string;
|
|
3645
3522
|
};
|
|
3646
3523
|
pressed: {
|
|
3647
3524
|
types: string[];
|
|
@@ -3809,6 +3686,7 @@ export declare const registry: {
|
|
|
3809
3686
|
action: {
|
|
3810
3687
|
types: string[];
|
|
3811
3688
|
description: string;
|
|
3689
|
+
kind: string;
|
|
3812
3690
|
};
|
|
3813
3691
|
};
|
|
3814
3692
|
};
|
|
@@ -3928,6 +3806,11 @@ export declare const registry: {
|
|
|
3928
3806
|
action: {
|
|
3929
3807
|
types: string[];
|
|
3930
3808
|
description: string;
|
|
3809
|
+
kind: string;
|
|
3810
|
+
};
|
|
3811
|
+
actionPayload: {
|
|
3812
|
+
types: string[];
|
|
3813
|
+
description: string;
|
|
3931
3814
|
};
|
|
3932
3815
|
actions: {
|
|
3933
3816
|
types: string[];
|
|
@@ -3946,6 +3829,10 @@ export declare const registry: {
|
|
|
3946
3829
|
description: string;
|
|
3947
3830
|
enumValues: string[];
|
|
3948
3831
|
};
|
|
3832
|
+
label: {
|
|
3833
|
+
types: string[];
|
|
3834
|
+
description: string;
|
|
3835
|
+
};
|
|
3949
3836
|
position: {
|
|
3950
3837
|
types: string[];
|
|
3951
3838
|
description: string;
|
|
@@ -4345,46 +4232,21 @@ export declare const registry: {
|
|
|
4345
4232
|
suggestedFor: string[];
|
|
4346
4233
|
typicalSize: string;
|
|
4347
4234
|
propsSchema: {
|
|
4348
|
-
label: {
|
|
4349
|
-
types: string[];
|
|
4350
|
-
description: string;
|
|
4351
|
-
required: boolean;
|
|
4352
|
-
};
|
|
4353
|
-
variant: {
|
|
4354
|
-
types: string[];
|
|
4355
|
-
description: string;
|
|
4356
|
-
enumValues: string[];
|
|
4357
|
-
};
|
|
4358
|
-
size: {
|
|
4359
|
-
types: string[];
|
|
4360
|
-
description: string;
|
|
4361
|
-
enumValues: string[];
|
|
4362
|
-
};
|
|
4363
|
-
disabled: {
|
|
4364
|
-
types: string[];
|
|
4365
|
-
description: string;
|
|
4366
|
-
};
|
|
4367
4235
|
onClick: {
|
|
4368
4236
|
types: string[];
|
|
4369
4237
|
description: string;
|
|
4238
|
+
kind: string;
|
|
4370
4239
|
};
|
|
4371
4240
|
event: {
|
|
4372
4241
|
types: string[];
|
|
4373
4242
|
description: string;
|
|
4374
|
-
|
|
4375
|
-
icon: {
|
|
4376
|
-
types: string[];
|
|
4377
|
-
description: string;
|
|
4243
|
+
kind: string;
|
|
4378
4244
|
};
|
|
4379
4245
|
iconPosition: {
|
|
4380
4246
|
types: string[];
|
|
4381
4247
|
description: string;
|
|
4382
4248
|
enumValues: string[];
|
|
4383
4249
|
};
|
|
4384
|
-
className: {
|
|
4385
|
-
types: string[];
|
|
4386
|
-
description: string;
|
|
4387
|
-
};
|
|
4388
4250
|
};
|
|
4389
4251
|
};
|
|
4390
4252
|
"custom-pattern": {
|
|
@@ -4414,6 +4276,7 @@ export declare const registry: {
|
|
|
4414
4276
|
action: {
|
|
4415
4277
|
types: string[];
|
|
4416
4278
|
description: string;
|
|
4279
|
+
kind: string;
|
|
4417
4280
|
};
|
|
4418
4281
|
payload: {
|
|
4419
4282
|
types: string[];
|
|
@@ -5548,10 +5411,6 @@ export declare const registry: {
|
|
|
5548
5411
|
types: string[];
|
|
5549
5412
|
description: string;
|
|
5550
5413
|
};
|
|
5551
|
-
entity: {
|
|
5552
|
-
types: string[];
|
|
5553
|
-
description: string;
|
|
5554
|
-
};
|
|
5555
5414
|
isLoading: {
|
|
5556
5415
|
types: string[];
|
|
5557
5416
|
description: string;
|
|
@@ -5605,6 +5464,8 @@ export declare const registry: {
|
|
|
5605
5464
|
itemActions: {
|
|
5606
5465
|
types: string[];
|
|
5607
5466
|
description: string;
|
|
5467
|
+
kind: string;
|
|
5468
|
+
eventField: string;
|
|
5608
5469
|
};
|
|
5609
5470
|
};
|
|
5610
5471
|
};
|
|
@@ -8636,6 +8497,8 @@ export declare const registry: {
|
|
|
8636
8497
|
itemActions: {
|
|
8637
8498
|
types: string[];
|
|
8638
8499
|
description: string;
|
|
8500
|
+
kind: string;
|
|
8501
|
+
eventField: string;
|
|
8639
8502
|
};
|
|
8640
8503
|
cols: {
|
|
8641
8504
|
types: string[];
|
|
@@ -8673,6 +8536,7 @@ export declare const registry: {
|
|
|
8673
8536
|
selectionEvent: {
|
|
8674
8537
|
types: string[];
|
|
8675
8538
|
description: string;
|
|
8539
|
+
kind: string;
|
|
8676
8540
|
};
|
|
8677
8541
|
infiniteScroll: {
|
|
8678
8542
|
types: string[];
|
|
@@ -8681,6 +8545,7 @@ export declare const registry: {
|
|
|
8681
8545
|
loadMoreEvent: {
|
|
8682
8546
|
types: string[];
|
|
8683
8547
|
description: string;
|
|
8548
|
+
kind: string;
|
|
8684
8549
|
};
|
|
8685
8550
|
hasMore: {
|
|
8686
8551
|
types: string[];
|
|
@@ -8724,6 +8589,8 @@ export declare const registry: {
|
|
|
8724
8589
|
itemActions: {
|
|
8725
8590
|
types: string[];
|
|
8726
8591
|
description: string;
|
|
8592
|
+
kind: string;
|
|
8593
|
+
eventField: string;
|
|
8727
8594
|
};
|
|
8728
8595
|
gap: {
|
|
8729
8596
|
types: string[];
|
|
@@ -8766,10 +8633,12 @@ export declare const registry: {
|
|
|
8766
8633
|
reorderEvent: {
|
|
8767
8634
|
types: string[];
|
|
8768
8635
|
description: string;
|
|
8636
|
+
kind: string;
|
|
8769
8637
|
};
|
|
8770
8638
|
swipeLeftEvent: {
|
|
8771
8639
|
types: string[];
|
|
8772
8640
|
description: string;
|
|
8641
|
+
kind: string;
|
|
8773
8642
|
};
|
|
8774
8643
|
swipeLeftActions: {
|
|
8775
8644
|
types: string[];
|
|
@@ -8778,6 +8647,7 @@ export declare const registry: {
|
|
|
8778
8647
|
swipeRightEvent: {
|
|
8779
8648
|
types: string[];
|
|
8780
8649
|
description: string;
|
|
8650
|
+
kind: string;
|
|
8781
8651
|
};
|
|
8782
8652
|
swipeRightActions: {
|
|
8783
8653
|
types: string[];
|
|
@@ -8786,6 +8656,7 @@ export declare const registry: {
|
|
|
8786
8656
|
longPressEvent: {
|
|
8787
8657
|
types: string[];
|
|
8788
8658
|
description: string;
|
|
8659
|
+
kind: string;
|
|
8789
8660
|
};
|
|
8790
8661
|
infiniteScroll: {
|
|
8791
8662
|
types: string[];
|
|
@@ -8794,6 +8665,7 @@ export declare const registry: {
|
|
|
8794
8665
|
loadMoreEvent: {
|
|
8795
8666
|
types: string[];
|
|
8796
8667
|
description: string;
|
|
8668
|
+
kind: string;
|
|
8797
8669
|
};
|
|
8798
8670
|
hasMore: {
|
|
8799
8671
|
types: string[];
|
|
@@ -8994,6 +8866,7 @@ export declare const registry: {
|
|
|
8994
8866
|
action: {
|
|
8995
8867
|
types: string[];
|
|
8996
8868
|
description: string;
|
|
8869
|
+
kind: string;
|
|
8997
8870
|
};
|
|
8998
8871
|
actionPayload: {
|
|
8999
8872
|
types: string[];
|
|
@@ -9152,6 +9025,7 @@ export declare const registry: {
|
|
|
9152
9025
|
action: {
|
|
9153
9026
|
types: string[];
|
|
9154
9027
|
description: string;
|
|
9028
|
+
kind: string;
|
|
9155
9029
|
};
|
|
9156
9030
|
actionPayload: {
|
|
9157
9031
|
types: string[];
|
|
@@ -9199,6 +9073,7 @@ export declare const registry: {
|
|
|
9199
9073
|
action: {
|
|
9200
9074
|
types: string[];
|
|
9201
9075
|
description: string;
|
|
9076
|
+
kind: string;
|
|
9202
9077
|
};
|
|
9203
9078
|
actionPayload: {
|
|
9204
9079
|
types: string[];
|
|
@@ -9256,6 +9131,7 @@ export declare const registry: {
|
|
|
9256
9131
|
action: {
|
|
9257
9132
|
types: string[];
|
|
9258
9133
|
description: string;
|
|
9134
|
+
kind: string;
|
|
9259
9135
|
};
|
|
9260
9136
|
actionPayload: {
|
|
9261
9137
|
types: string[];
|
|
@@ -9283,12 +9159,15 @@ export declare const registry: {
|
|
|
9283
9159
|
description: string;
|
|
9284
9160
|
required: boolean;
|
|
9285
9161
|
};
|
|
9286
|
-
|
|
9162
|
+
duration: {
|
|
9287
9163
|
types: string[];
|
|
9288
9164
|
description: string;
|
|
9289
|
-
required: boolean;
|
|
9290
9165
|
};
|
|
9291
|
-
|
|
9166
|
+
prefix: {
|
|
9167
|
+
types: string[];
|
|
9168
|
+
description: string;
|
|
9169
|
+
};
|
|
9170
|
+
suffix: {
|
|
9292
9171
|
types: string[];
|
|
9293
9172
|
description: string;
|
|
9294
9173
|
};
|
|
@@ -9335,6 +9214,7 @@ export declare const registry: {
|
|
|
9335
9214
|
types: string[];
|
|
9336
9215
|
description: string;
|
|
9337
9216
|
required: boolean;
|
|
9217
|
+
kind: string;
|
|
9338
9218
|
};
|
|
9339
9219
|
loadMorePayload: {
|
|
9340
9220
|
types: string[];
|
|
@@ -9453,6 +9333,7 @@ export declare const registry: {
|
|
|
9453
9333
|
types: string[];
|
|
9454
9334
|
description: string;
|
|
9455
9335
|
required: boolean;
|
|
9336
|
+
kind: string;
|
|
9456
9337
|
};
|
|
9457
9338
|
refreshPayload: {
|
|
9458
9339
|
types: string[];
|
|
@@ -9494,6 +9375,7 @@ export declare const registry: {
|
|
|
9494
9375
|
types: string[];
|
|
9495
9376
|
description: string;
|
|
9496
9377
|
required: boolean;
|
|
9378
|
+
kind: string;
|
|
9497
9379
|
};
|
|
9498
9380
|
reorderPayload: {
|
|
9499
9381
|
types: string[];
|
|
@@ -9520,10 +9402,14 @@ export declare const registry: {
|
|
|
9520
9402
|
leftActions: {
|
|
9521
9403
|
types: string[];
|
|
9522
9404
|
description: string;
|
|
9405
|
+
kind: string;
|
|
9406
|
+
eventField: string;
|
|
9523
9407
|
};
|
|
9524
9408
|
rightActions: {
|
|
9525
9409
|
types: string[];
|
|
9526
9410
|
description: string;
|
|
9411
|
+
kind: string;
|
|
9412
|
+
eventField: string;
|
|
9527
9413
|
};
|
|
9528
9414
|
threshold: {
|
|
9529
9415
|
types: string[];
|
|
@@ -15807,6 +15693,8 @@ export declare const PATTERN_REGISTRY: {
|
|
|
15807
15693
|
itemActions: {
|
|
15808
15694
|
types: string[];
|
|
15809
15695
|
description: string;
|
|
15696
|
+
kind: string;
|
|
15697
|
+
eventField: string;
|
|
15810
15698
|
};
|
|
15811
15699
|
showTotal: {
|
|
15812
15700
|
types: string[];
|
|
@@ -15943,10 +15831,6 @@ export declare const PATTERN_REGISTRY: {
|
|
|
15943
15831
|
types: string[];
|
|
15944
15832
|
description: string;
|
|
15945
15833
|
};
|
|
15946
|
-
entityId: {
|
|
15947
|
-
types: string[];
|
|
15948
|
-
description: string;
|
|
15949
|
-
};
|
|
15950
15834
|
displayFields: {
|
|
15951
15835
|
types: string[];
|
|
15952
15836
|
description: string;
|
|
@@ -16066,7 +15950,6 @@ export declare const PATTERN_REGISTRY: {
|
|
|
16066
15950
|
mode: {
|
|
16067
15951
|
types: string[];
|
|
16068
15952
|
description: string;
|
|
16069
|
-
enumValues: string[];
|
|
16070
15953
|
};
|
|
16071
15954
|
fields: {
|
|
16072
15955
|
types: string[];
|
|
@@ -16104,14 +15987,12 @@ export declare const PATTERN_REGISTRY: {
|
|
|
16104
15987
|
submitEvent: {
|
|
16105
15988
|
types: string[];
|
|
16106
15989
|
description: string;
|
|
15990
|
+
kind: string;
|
|
16107
15991
|
};
|
|
16108
15992
|
cancelEvent: {
|
|
16109
15993
|
types: string[];
|
|
16110
15994
|
description: string;
|
|
16111
|
-
|
|
16112
|
-
entityId: {
|
|
16113
|
-
types: string[];
|
|
16114
|
-
description: string;
|
|
15995
|
+
kind: string;
|
|
16115
15996
|
};
|
|
16116
15997
|
relationsData: {
|
|
16117
15998
|
types: string[];
|
|
@@ -16195,7 +16076,6 @@ export declare const PATTERN_REGISTRY: {
|
|
|
16195
16076
|
mode: {
|
|
16196
16077
|
types: string[];
|
|
16197
16078
|
description: string;
|
|
16198
|
-
enumValues: string[];
|
|
16199
16079
|
};
|
|
16200
16080
|
fields: {
|
|
16201
16081
|
types: string[];
|
|
@@ -16233,14 +16113,12 @@ export declare const PATTERN_REGISTRY: {
|
|
|
16233
16113
|
submitEvent: {
|
|
16234
16114
|
types: string[];
|
|
16235
16115
|
description: string;
|
|
16116
|
+
kind: string;
|
|
16236
16117
|
};
|
|
16237
16118
|
cancelEvent: {
|
|
16238
16119
|
types: string[];
|
|
16239
16120
|
description: string;
|
|
16240
|
-
|
|
16241
|
-
entityId: {
|
|
16242
|
-
types: string[];
|
|
16243
|
-
description: string;
|
|
16121
|
+
kind: string;
|
|
16244
16122
|
};
|
|
16245
16123
|
relationsData: {
|
|
16246
16124
|
types: string[];
|
|
@@ -16859,120 +16737,22 @@ export declare const PATTERN_REGISTRY: {
|
|
|
16859
16737
|
suggestedFor: string[];
|
|
16860
16738
|
typicalSize: string;
|
|
16861
16739
|
propsSchema: {
|
|
16862
|
-
entity: {
|
|
16863
|
-
types: string[];
|
|
16864
|
-
description: string;
|
|
16865
|
-
};
|
|
16866
|
-
data: {
|
|
16867
|
-
types: string[];
|
|
16868
|
-
description: string;
|
|
16869
|
-
};
|
|
16870
|
-
className: {
|
|
16871
|
-
types: string[];
|
|
16872
|
-
description: string;
|
|
16873
|
-
};
|
|
16874
|
-
isLoading: {
|
|
16875
|
-
types: string[];
|
|
16876
|
-
description: string;
|
|
16877
|
-
};
|
|
16878
|
-
error: {
|
|
16879
|
-
types: string[];
|
|
16880
|
-
description: string;
|
|
16881
|
-
};
|
|
16882
|
-
sortBy: {
|
|
16883
|
-
types: string[];
|
|
16884
|
-
description: string;
|
|
16885
|
-
};
|
|
16886
|
-
sortDirection: {
|
|
16887
|
-
types: string[];
|
|
16888
|
-
description: string;
|
|
16889
|
-
};
|
|
16890
|
-
searchValue: {
|
|
16891
|
-
types: string[];
|
|
16892
|
-
description: string;
|
|
16893
|
-
};
|
|
16894
|
-
page: {
|
|
16895
|
-
types: string[];
|
|
16896
|
-
description: string;
|
|
16897
|
-
};
|
|
16898
|
-
pageSize: {
|
|
16899
|
-
types: string[];
|
|
16900
|
-
description: string;
|
|
16901
|
-
};
|
|
16902
|
-
totalCount: {
|
|
16903
|
-
types: string[];
|
|
16904
|
-
description: string;
|
|
16905
|
-
};
|
|
16906
|
-
activeFilters: {
|
|
16907
|
-
types: string[];
|
|
16908
|
-
description: string;
|
|
16909
|
-
};
|
|
16910
|
-
selectedIds: {
|
|
16911
|
-
types: string[];
|
|
16912
|
-
description: string;
|
|
16913
|
-
};
|
|
16914
|
-
label: {
|
|
16915
|
-
types: string[];
|
|
16916
|
-
description: string;
|
|
16917
|
-
};
|
|
16918
|
-
title: {
|
|
16919
|
-
types: string[];
|
|
16920
|
-
description: string;
|
|
16921
|
-
};
|
|
16922
16740
|
value: {
|
|
16923
16741
|
types: string[];
|
|
16924
16742
|
description: string;
|
|
16743
|
+
required: boolean;
|
|
16925
16744
|
};
|
|
16926
|
-
|
|
16927
|
-
types: string[];
|
|
16928
|
-
description: string;
|
|
16929
|
-
};
|
|
16930
|
-
currentValue: {
|
|
16931
|
-
types: string[];
|
|
16932
|
-
description: string;
|
|
16933
|
-
};
|
|
16934
|
-
trend: {
|
|
16745
|
+
label: {
|
|
16935
16746
|
types: string[];
|
|
16936
16747
|
description: string;
|
|
16748
|
+
required: boolean;
|
|
16937
16749
|
};
|
|
16938
|
-
|
|
16750
|
+
size: {
|
|
16939
16751
|
types: string[];
|
|
16940
16752
|
description: string;
|
|
16941
16753
|
enumValues: string[];
|
|
16942
16754
|
};
|
|
16943
|
-
|
|
16944
|
-
types: string[];
|
|
16945
|
-
description: string;
|
|
16946
|
-
};
|
|
16947
|
-
icon: {
|
|
16948
|
-
types: string[];
|
|
16949
|
-
description: string;
|
|
16950
|
-
};
|
|
16951
|
-
iconBg: {
|
|
16952
|
-
types: string[];
|
|
16953
|
-
description: string;
|
|
16954
|
-
};
|
|
16955
|
-
iconColor: {
|
|
16956
|
-
types: string[];
|
|
16957
|
-
description: string;
|
|
16958
|
-
};
|
|
16959
|
-
subtitle: {
|
|
16960
|
-
types: string[];
|
|
16961
|
-
description: string;
|
|
16962
|
-
};
|
|
16963
|
-
action: {
|
|
16964
|
-
types: string[];
|
|
16965
|
-
description: string;
|
|
16966
|
-
};
|
|
16967
|
-
metrics: {
|
|
16968
|
-
types: string[];
|
|
16969
|
-
description: string;
|
|
16970
|
-
};
|
|
16971
|
-
compact: {
|
|
16972
|
-
types: string[];
|
|
16973
|
-
description: string;
|
|
16974
|
-
};
|
|
16975
|
-
sparklineData: {
|
|
16755
|
+
className: {
|
|
16976
16756
|
types: string[];
|
|
16977
16757
|
description: string;
|
|
16978
16758
|
};
|
|
@@ -17166,6 +16946,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
17166
16946
|
closeEvent: {
|
|
17167
16947
|
types: string[];
|
|
17168
16948
|
description: string;
|
|
16949
|
+
kind: string;
|
|
17169
16950
|
};
|
|
17170
16951
|
};
|
|
17171
16952
|
};
|
|
@@ -17374,6 +17155,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
17374
17155
|
action: {
|
|
17375
17156
|
types: string[];
|
|
17376
17157
|
description: string;
|
|
17158
|
+
kind: string;
|
|
17377
17159
|
};
|
|
17378
17160
|
actionPayload: {
|
|
17379
17161
|
types: string[];
|
|
@@ -17382,6 +17164,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
17382
17164
|
hoverEvent: {
|
|
17383
17165
|
types: string[];
|
|
17384
17166
|
description: string;
|
|
17167
|
+
kind: string;
|
|
17385
17168
|
};
|
|
17386
17169
|
maxWidth: {
|
|
17387
17170
|
types: string[];
|
|
@@ -17886,6 +17669,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
17886
17669
|
action: {
|
|
17887
17670
|
types: string[];
|
|
17888
17671
|
description: string;
|
|
17672
|
+
kind: string;
|
|
17889
17673
|
};
|
|
17890
17674
|
actionPayload: {
|
|
17891
17675
|
types: string[];
|
|
@@ -17980,6 +17764,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
17980
17764
|
action: {
|
|
17981
17765
|
types: string[];
|
|
17982
17766
|
description: string;
|
|
17767
|
+
kind: string;
|
|
17983
17768
|
};
|
|
17984
17769
|
actionPayload: {
|
|
17985
17770
|
types: string[];
|
|
@@ -18037,61 +17822,28 @@ export declare const PATTERN_REGISTRY: {
|
|
|
18037
17822
|
suggestedFor: string[];
|
|
18038
17823
|
typicalSize: string;
|
|
18039
17824
|
propsSchema: {
|
|
18040
|
-
|
|
18041
|
-
types: string[];
|
|
18042
|
-
description: string;
|
|
18043
|
-
};
|
|
18044
|
-
subtitle: {
|
|
18045
|
-
types: string[];
|
|
18046
|
-
description: string;
|
|
18047
|
-
};
|
|
18048
|
-
image: {
|
|
18049
|
-
types: string[];
|
|
18050
|
-
description: string;
|
|
18051
|
-
};
|
|
18052
|
-
actions: {
|
|
18053
|
-
types: string[];
|
|
18054
|
-
description: string;
|
|
18055
|
-
};
|
|
18056
|
-
children: {
|
|
18057
|
-
types: string[];
|
|
18058
|
-
description: string;
|
|
18059
|
-
};
|
|
18060
|
-
onClick: {
|
|
18061
|
-
types: string[];
|
|
18062
|
-
description: string;
|
|
18063
|
-
};
|
|
18064
|
-
className: {
|
|
18065
|
-
types: string[];
|
|
18066
|
-
description: string;
|
|
18067
|
-
};
|
|
18068
|
-
action: {
|
|
18069
|
-
types: string[];
|
|
18070
|
-
description: string;
|
|
18071
|
-
};
|
|
18072
|
-
isSelected: {
|
|
18073
|
-
types: string[];
|
|
18074
|
-
description: string;
|
|
18075
|
-
};
|
|
18076
|
-
name: {
|
|
17825
|
+
variant: {
|
|
18077
17826
|
types: string[];
|
|
18078
17827
|
description: string;
|
|
17828
|
+
enumValues: string[];
|
|
18079
17829
|
};
|
|
18080
|
-
|
|
17830
|
+
padding: {
|
|
18081
17831
|
types: string[];
|
|
18082
17832
|
description: string;
|
|
17833
|
+
enumValues: string[];
|
|
18083
17834
|
};
|
|
18084
|
-
|
|
17835
|
+
title: {
|
|
18085
17836
|
types: string[];
|
|
18086
17837
|
description: string;
|
|
18087
17838
|
};
|
|
18088
|
-
|
|
17839
|
+
subtitle: {
|
|
18089
17840
|
types: string[];
|
|
18090
17841
|
description: string;
|
|
18091
17842
|
};
|
|
18092
|
-
|
|
17843
|
+
shadow: {
|
|
18093
17844
|
types: string[];
|
|
18094
17845
|
description: string;
|
|
17846
|
+
enumValues: string[];
|
|
18095
17847
|
};
|
|
18096
17848
|
};
|
|
18097
17849
|
};
|
|
@@ -18189,6 +17941,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
18189
17941
|
action: {
|
|
18190
17942
|
types: string[];
|
|
18191
17943
|
description: string;
|
|
17944
|
+
kind: string;
|
|
18192
17945
|
};
|
|
18193
17946
|
inputType: {
|
|
18194
17947
|
types: string[];
|
|
@@ -18251,6 +18004,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
18251
18004
|
action: {
|
|
18252
18005
|
types: string[];
|
|
18253
18006
|
description: string;
|
|
18007
|
+
kind: string;
|
|
18254
18008
|
};
|
|
18255
18009
|
error: {
|
|
18256
18010
|
types: string[];
|
|
@@ -18281,6 +18035,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
18281
18035
|
action: {
|
|
18282
18036
|
types: string[];
|
|
18283
18037
|
description: string;
|
|
18038
|
+
kind: string;
|
|
18284
18039
|
};
|
|
18285
18040
|
error: {
|
|
18286
18041
|
types: string[];
|
|
@@ -18327,6 +18082,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
18327
18082
|
action: {
|
|
18328
18083
|
types: string[];
|
|
18329
18084
|
description: string;
|
|
18085
|
+
kind: string;
|
|
18330
18086
|
};
|
|
18331
18087
|
label: {
|
|
18332
18088
|
types: string[];
|
|
@@ -18456,6 +18212,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
18456
18212
|
dismissEvent: {
|
|
18457
18213
|
types: string[];
|
|
18458
18214
|
description: string;
|
|
18215
|
+
kind: string;
|
|
18459
18216
|
};
|
|
18460
18217
|
};
|
|
18461
18218
|
};
|
|
@@ -18847,6 +18604,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
18847
18604
|
action: {
|
|
18848
18605
|
types: string[];
|
|
18849
18606
|
description: string;
|
|
18607
|
+
kind: string;
|
|
18850
18608
|
};
|
|
18851
18609
|
};
|
|
18852
18610
|
};
|
|
@@ -18924,6 +18682,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
18924
18682
|
action: {
|
|
18925
18683
|
types: string[];
|
|
18926
18684
|
description: string;
|
|
18685
|
+
kind: string;
|
|
18927
18686
|
};
|
|
18928
18687
|
actionPayload: {
|
|
18929
18688
|
types: string[];
|
|
@@ -18980,10 +18739,12 @@ export declare const PATTERN_REGISTRY: {
|
|
|
18980
18739
|
action: {
|
|
18981
18740
|
types: string[];
|
|
18982
18741
|
description: string;
|
|
18742
|
+
kind: string;
|
|
18983
18743
|
};
|
|
18984
18744
|
hoverEvent: {
|
|
18985
18745
|
types: string[];
|
|
18986
18746
|
description: string;
|
|
18747
|
+
kind: string;
|
|
18987
18748
|
};
|
|
18988
18749
|
};
|
|
18989
18750
|
};
|
|
@@ -19118,10 +18879,12 @@ export declare const PATTERN_REGISTRY: {
|
|
|
19118
18879
|
pressEvent: {
|
|
19119
18880
|
types: string[];
|
|
19120
18881
|
description: string;
|
|
18882
|
+
kind: string;
|
|
19121
18883
|
};
|
|
19122
18884
|
releaseEvent: {
|
|
19123
18885
|
types: string[];
|
|
19124
18886
|
description: string;
|
|
18887
|
+
kind: string;
|
|
19125
18888
|
};
|
|
19126
18889
|
pressed: {
|
|
19127
18890
|
types: string[];
|
|
@@ -19289,6 +19052,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
19289
19052
|
action: {
|
|
19290
19053
|
types: string[];
|
|
19291
19054
|
description: string;
|
|
19055
|
+
kind: string;
|
|
19292
19056
|
};
|
|
19293
19057
|
};
|
|
19294
19058
|
};
|
|
@@ -19408,6 +19172,11 @@ export declare const PATTERN_REGISTRY: {
|
|
|
19408
19172
|
action: {
|
|
19409
19173
|
types: string[];
|
|
19410
19174
|
description: string;
|
|
19175
|
+
kind: string;
|
|
19176
|
+
};
|
|
19177
|
+
actionPayload: {
|
|
19178
|
+
types: string[];
|
|
19179
|
+
description: string;
|
|
19411
19180
|
};
|
|
19412
19181
|
actions: {
|
|
19413
19182
|
types: string[];
|
|
@@ -19426,6 +19195,10 @@ export declare const PATTERN_REGISTRY: {
|
|
|
19426
19195
|
description: string;
|
|
19427
19196
|
enumValues: string[];
|
|
19428
19197
|
};
|
|
19198
|
+
label: {
|
|
19199
|
+
types: string[];
|
|
19200
|
+
description: string;
|
|
19201
|
+
};
|
|
19429
19202
|
position: {
|
|
19430
19203
|
types: string[];
|
|
19431
19204
|
description: string;
|
|
@@ -19825,46 +19598,21 @@ export declare const PATTERN_REGISTRY: {
|
|
|
19825
19598
|
suggestedFor: string[];
|
|
19826
19599
|
typicalSize: string;
|
|
19827
19600
|
propsSchema: {
|
|
19828
|
-
label: {
|
|
19829
|
-
types: string[];
|
|
19830
|
-
description: string;
|
|
19831
|
-
required: boolean;
|
|
19832
|
-
};
|
|
19833
|
-
variant: {
|
|
19834
|
-
types: string[];
|
|
19835
|
-
description: string;
|
|
19836
|
-
enumValues: string[];
|
|
19837
|
-
};
|
|
19838
|
-
size: {
|
|
19839
|
-
types: string[];
|
|
19840
|
-
description: string;
|
|
19841
|
-
enumValues: string[];
|
|
19842
|
-
};
|
|
19843
|
-
disabled: {
|
|
19844
|
-
types: string[];
|
|
19845
|
-
description: string;
|
|
19846
|
-
};
|
|
19847
19601
|
onClick: {
|
|
19848
19602
|
types: string[];
|
|
19849
19603
|
description: string;
|
|
19604
|
+
kind: string;
|
|
19850
19605
|
};
|
|
19851
19606
|
event: {
|
|
19852
19607
|
types: string[];
|
|
19853
19608
|
description: string;
|
|
19854
|
-
|
|
19855
|
-
icon: {
|
|
19856
|
-
types: string[];
|
|
19857
|
-
description: string;
|
|
19609
|
+
kind: string;
|
|
19858
19610
|
};
|
|
19859
19611
|
iconPosition: {
|
|
19860
19612
|
types: string[];
|
|
19861
19613
|
description: string;
|
|
19862
19614
|
enumValues: string[];
|
|
19863
19615
|
};
|
|
19864
|
-
className: {
|
|
19865
|
-
types: string[];
|
|
19866
|
-
description: string;
|
|
19867
|
-
};
|
|
19868
19616
|
};
|
|
19869
19617
|
};
|
|
19870
19618
|
"custom-pattern": {
|
|
@@ -19894,6 +19642,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
19894
19642
|
action: {
|
|
19895
19643
|
types: string[];
|
|
19896
19644
|
description: string;
|
|
19645
|
+
kind: string;
|
|
19897
19646
|
};
|
|
19898
19647
|
payload: {
|
|
19899
19648
|
types: string[];
|
|
@@ -21028,10 +20777,6 @@ export declare const PATTERN_REGISTRY: {
|
|
|
21028
20777
|
types: string[];
|
|
21029
20778
|
description: string;
|
|
21030
20779
|
};
|
|
21031
|
-
entity: {
|
|
21032
|
-
types: string[];
|
|
21033
|
-
description: string;
|
|
21034
|
-
};
|
|
21035
20780
|
isLoading: {
|
|
21036
20781
|
types: string[];
|
|
21037
20782
|
description: string;
|
|
@@ -21085,6 +20830,8 @@ export declare const PATTERN_REGISTRY: {
|
|
|
21085
20830
|
itemActions: {
|
|
21086
20831
|
types: string[];
|
|
21087
20832
|
description: string;
|
|
20833
|
+
kind: string;
|
|
20834
|
+
eventField: string;
|
|
21088
20835
|
};
|
|
21089
20836
|
};
|
|
21090
20837
|
};
|
|
@@ -24116,6 +23863,8 @@ export declare const PATTERN_REGISTRY: {
|
|
|
24116
23863
|
itemActions: {
|
|
24117
23864
|
types: string[];
|
|
24118
23865
|
description: string;
|
|
23866
|
+
kind: string;
|
|
23867
|
+
eventField: string;
|
|
24119
23868
|
};
|
|
24120
23869
|
cols: {
|
|
24121
23870
|
types: string[];
|
|
@@ -24153,6 +23902,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
24153
23902
|
selectionEvent: {
|
|
24154
23903
|
types: string[];
|
|
24155
23904
|
description: string;
|
|
23905
|
+
kind: string;
|
|
24156
23906
|
};
|
|
24157
23907
|
infiniteScroll: {
|
|
24158
23908
|
types: string[];
|
|
@@ -24161,6 +23911,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
24161
23911
|
loadMoreEvent: {
|
|
24162
23912
|
types: string[];
|
|
24163
23913
|
description: string;
|
|
23914
|
+
kind: string;
|
|
24164
23915
|
};
|
|
24165
23916
|
hasMore: {
|
|
24166
23917
|
types: string[];
|
|
@@ -24204,6 +23955,8 @@ export declare const PATTERN_REGISTRY: {
|
|
|
24204
23955
|
itemActions: {
|
|
24205
23956
|
types: string[];
|
|
24206
23957
|
description: string;
|
|
23958
|
+
kind: string;
|
|
23959
|
+
eventField: string;
|
|
24207
23960
|
};
|
|
24208
23961
|
gap: {
|
|
24209
23962
|
types: string[];
|
|
@@ -24246,10 +23999,12 @@ export declare const PATTERN_REGISTRY: {
|
|
|
24246
23999
|
reorderEvent: {
|
|
24247
24000
|
types: string[];
|
|
24248
24001
|
description: string;
|
|
24002
|
+
kind: string;
|
|
24249
24003
|
};
|
|
24250
24004
|
swipeLeftEvent: {
|
|
24251
24005
|
types: string[];
|
|
24252
24006
|
description: string;
|
|
24007
|
+
kind: string;
|
|
24253
24008
|
};
|
|
24254
24009
|
swipeLeftActions: {
|
|
24255
24010
|
types: string[];
|
|
@@ -24258,6 +24013,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
24258
24013
|
swipeRightEvent: {
|
|
24259
24014
|
types: string[];
|
|
24260
24015
|
description: string;
|
|
24016
|
+
kind: string;
|
|
24261
24017
|
};
|
|
24262
24018
|
swipeRightActions: {
|
|
24263
24019
|
types: string[];
|
|
@@ -24266,6 +24022,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
24266
24022
|
longPressEvent: {
|
|
24267
24023
|
types: string[];
|
|
24268
24024
|
description: string;
|
|
24025
|
+
kind: string;
|
|
24269
24026
|
};
|
|
24270
24027
|
infiniteScroll: {
|
|
24271
24028
|
types: string[];
|
|
@@ -24274,6 +24031,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
24274
24031
|
loadMoreEvent: {
|
|
24275
24032
|
types: string[];
|
|
24276
24033
|
description: string;
|
|
24034
|
+
kind: string;
|
|
24277
24035
|
};
|
|
24278
24036
|
hasMore: {
|
|
24279
24037
|
types: string[];
|
|
@@ -24474,6 +24232,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
24474
24232
|
action: {
|
|
24475
24233
|
types: string[];
|
|
24476
24234
|
description: string;
|
|
24235
|
+
kind: string;
|
|
24477
24236
|
};
|
|
24478
24237
|
actionPayload: {
|
|
24479
24238
|
types: string[];
|
|
@@ -24632,6 +24391,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
24632
24391
|
action: {
|
|
24633
24392
|
types: string[];
|
|
24634
24393
|
description: string;
|
|
24394
|
+
kind: string;
|
|
24635
24395
|
};
|
|
24636
24396
|
actionPayload: {
|
|
24637
24397
|
types: string[];
|
|
@@ -24679,6 +24439,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
24679
24439
|
action: {
|
|
24680
24440
|
types: string[];
|
|
24681
24441
|
description: string;
|
|
24442
|
+
kind: string;
|
|
24682
24443
|
};
|
|
24683
24444
|
actionPayload: {
|
|
24684
24445
|
types: string[];
|
|
@@ -24736,6 +24497,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
24736
24497
|
action: {
|
|
24737
24498
|
types: string[];
|
|
24738
24499
|
description: string;
|
|
24500
|
+
kind: string;
|
|
24739
24501
|
};
|
|
24740
24502
|
actionPayload: {
|
|
24741
24503
|
types: string[];
|
|
@@ -24763,12 +24525,15 @@ export declare const PATTERN_REGISTRY: {
|
|
|
24763
24525
|
description: string;
|
|
24764
24526
|
required: boolean;
|
|
24765
24527
|
};
|
|
24766
|
-
|
|
24528
|
+
duration: {
|
|
24767
24529
|
types: string[];
|
|
24768
24530
|
description: string;
|
|
24769
|
-
required: boolean;
|
|
24770
24531
|
};
|
|
24771
|
-
|
|
24532
|
+
prefix: {
|
|
24533
|
+
types: string[];
|
|
24534
|
+
description: string;
|
|
24535
|
+
};
|
|
24536
|
+
suffix: {
|
|
24772
24537
|
types: string[];
|
|
24773
24538
|
description: string;
|
|
24774
24539
|
};
|
|
@@ -24815,6 +24580,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
24815
24580
|
types: string[];
|
|
24816
24581
|
description: string;
|
|
24817
24582
|
required: boolean;
|
|
24583
|
+
kind: string;
|
|
24818
24584
|
};
|
|
24819
24585
|
loadMorePayload: {
|
|
24820
24586
|
types: string[];
|
|
@@ -24933,6 +24699,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
24933
24699
|
types: string[];
|
|
24934
24700
|
description: string;
|
|
24935
24701
|
required: boolean;
|
|
24702
|
+
kind: string;
|
|
24936
24703
|
};
|
|
24937
24704
|
refreshPayload: {
|
|
24938
24705
|
types: string[];
|
|
@@ -24974,6 +24741,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
24974
24741
|
types: string[];
|
|
24975
24742
|
description: string;
|
|
24976
24743
|
required: boolean;
|
|
24744
|
+
kind: string;
|
|
24977
24745
|
};
|
|
24978
24746
|
reorderPayload: {
|
|
24979
24747
|
types: string[];
|
|
@@ -25000,10 +24768,14 @@ export declare const PATTERN_REGISTRY: {
|
|
|
25000
24768
|
leftActions: {
|
|
25001
24769
|
types: string[];
|
|
25002
24770
|
description: string;
|
|
24771
|
+
kind: string;
|
|
24772
|
+
eventField: string;
|
|
25003
24773
|
};
|
|
25004
24774
|
rightActions: {
|
|
25005
24775
|
types: string[];
|
|
25006
24776
|
description: string;
|
|
24777
|
+
kind: string;
|
|
24778
|
+
eventField: string;
|
|
25007
24779
|
};
|
|
25008
24780
|
threshold: {
|
|
25009
24781
|
types: string[];
|
|
@@ -34071,6 +33843,17 @@ export declare const EVENT_CONTRACTS: {
|
|
|
34071
33843
|
requires: never[];
|
|
34072
33844
|
entityAware: boolean;
|
|
34073
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
|
+
};
|
|
34074
33857
|
};
|
|
34075
33858
|
};
|
|
34076
33859
|
import type { PatternPropDef } from './types.js';
|