@almadar/patterns 2.17.0 → 2.17.2
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 +98 -0
- package/dist/index.js +95 -46
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +93 -44
- package/dist/payloads.d.ts +16 -11
- package/dist/registry.json +93 -44
- 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[];
|
|
@@ -624,10 +626,12 @@ export declare const registry: {
|
|
|
624
626
|
submitEvent: {
|
|
625
627
|
types: string[];
|
|
626
628
|
description: string;
|
|
629
|
+
kind: string;
|
|
627
630
|
};
|
|
628
631
|
cancelEvent: {
|
|
629
632
|
types: string[];
|
|
630
633
|
description: string;
|
|
634
|
+
kind: string;
|
|
631
635
|
};
|
|
632
636
|
entityId: {
|
|
633
637
|
types: string[];
|
|
@@ -753,10 +757,12 @@ export declare const registry: {
|
|
|
753
757
|
submitEvent: {
|
|
754
758
|
types: string[];
|
|
755
759
|
description: string;
|
|
760
|
+
kind: string;
|
|
756
761
|
};
|
|
757
762
|
cancelEvent: {
|
|
758
763
|
types: string[];
|
|
759
764
|
description: string;
|
|
765
|
+
kind: string;
|
|
760
766
|
};
|
|
761
767
|
entityId: {
|
|
762
768
|
types: string[];
|
|
@@ -1686,6 +1692,7 @@ export declare const registry: {
|
|
|
1686
1692
|
closeEvent: {
|
|
1687
1693
|
types: string[];
|
|
1688
1694
|
description: string;
|
|
1695
|
+
kind: string;
|
|
1689
1696
|
};
|
|
1690
1697
|
};
|
|
1691
1698
|
};
|
|
@@ -1894,6 +1901,7 @@ export declare const registry: {
|
|
|
1894
1901
|
action: {
|
|
1895
1902
|
types: string[];
|
|
1896
1903
|
description: string;
|
|
1904
|
+
kind: string;
|
|
1897
1905
|
};
|
|
1898
1906
|
actionPayload: {
|
|
1899
1907
|
types: string[];
|
|
@@ -1902,6 +1910,7 @@ export declare const registry: {
|
|
|
1902
1910
|
hoverEvent: {
|
|
1903
1911
|
types: string[];
|
|
1904
1912
|
description: string;
|
|
1913
|
+
kind: string;
|
|
1905
1914
|
};
|
|
1906
1915
|
maxWidth: {
|
|
1907
1916
|
types: string[];
|
|
@@ -2406,6 +2415,7 @@ export declare const registry: {
|
|
|
2406
2415
|
action: {
|
|
2407
2416
|
types: string[];
|
|
2408
2417
|
description: string;
|
|
2418
|
+
kind: string;
|
|
2409
2419
|
};
|
|
2410
2420
|
actionPayload: {
|
|
2411
2421
|
types: string[];
|
|
@@ -2500,6 +2510,7 @@ export declare const registry: {
|
|
|
2500
2510
|
action: {
|
|
2501
2511
|
types: string[];
|
|
2502
2512
|
description: string;
|
|
2513
|
+
kind: string;
|
|
2503
2514
|
};
|
|
2504
2515
|
actionPayload: {
|
|
2505
2516
|
types: string[];
|
|
@@ -2588,6 +2599,7 @@ export declare const registry: {
|
|
|
2588
2599
|
action: {
|
|
2589
2600
|
types: string[];
|
|
2590
2601
|
description: string;
|
|
2602
|
+
kind: string;
|
|
2591
2603
|
};
|
|
2592
2604
|
isSelected: {
|
|
2593
2605
|
types: string[];
|
|
@@ -2709,6 +2721,7 @@ export declare const registry: {
|
|
|
2709
2721
|
action: {
|
|
2710
2722
|
types: string[];
|
|
2711
2723
|
description: string;
|
|
2724
|
+
kind: string;
|
|
2712
2725
|
};
|
|
2713
2726
|
inputType: {
|
|
2714
2727
|
types: string[];
|
|
@@ -2771,6 +2784,7 @@ export declare const registry: {
|
|
|
2771
2784
|
action: {
|
|
2772
2785
|
types: string[];
|
|
2773
2786
|
description: string;
|
|
2787
|
+
kind: string;
|
|
2774
2788
|
};
|
|
2775
2789
|
error: {
|
|
2776
2790
|
types: string[];
|
|
@@ -2801,6 +2815,7 @@ export declare const registry: {
|
|
|
2801
2815
|
action: {
|
|
2802
2816
|
types: string[];
|
|
2803
2817
|
description: string;
|
|
2818
|
+
kind: string;
|
|
2804
2819
|
};
|
|
2805
2820
|
error: {
|
|
2806
2821
|
types: string[];
|
|
@@ -2847,6 +2862,7 @@ export declare const registry: {
|
|
|
2847
2862
|
action: {
|
|
2848
2863
|
types: string[];
|
|
2849
2864
|
description: string;
|
|
2865
|
+
kind: string;
|
|
2850
2866
|
};
|
|
2851
2867
|
label: {
|
|
2852
2868
|
types: string[];
|
|
@@ -2976,6 +2992,7 @@ export declare const registry: {
|
|
|
2976
2992
|
dismissEvent: {
|
|
2977
2993
|
types: string[];
|
|
2978
2994
|
description: string;
|
|
2995
|
+
kind: string;
|
|
2979
2996
|
};
|
|
2980
2997
|
};
|
|
2981
2998
|
};
|
|
@@ -3367,6 +3384,7 @@ export declare const registry: {
|
|
|
3367
3384
|
action: {
|
|
3368
3385
|
types: string[];
|
|
3369
3386
|
description: string;
|
|
3387
|
+
kind: string;
|
|
3370
3388
|
};
|
|
3371
3389
|
};
|
|
3372
3390
|
};
|
|
@@ -3444,6 +3462,7 @@ export declare const registry: {
|
|
|
3444
3462
|
action: {
|
|
3445
3463
|
types: string[];
|
|
3446
3464
|
description: string;
|
|
3465
|
+
kind: string;
|
|
3447
3466
|
};
|
|
3448
3467
|
actionPayload: {
|
|
3449
3468
|
types: string[];
|
|
@@ -3500,10 +3519,12 @@ export declare const registry: {
|
|
|
3500
3519
|
action: {
|
|
3501
3520
|
types: string[];
|
|
3502
3521
|
description: string;
|
|
3522
|
+
kind: string;
|
|
3503
3523
|
};
|
|
3504
3524
|
hoverEvent: {
|
|
3505
3525
|
types: string[];
|
|
3506
3526
|
description: string;
|
|
3527
|
+
kind: string;
|
|
3507
3528
|
};
|
|
3508
3529
|
};
|
|
3509
3530
|
};
|
|
@@ -3638,10 +3659,12 @@ export declare const registry: {
|
|
|
3638
3659
|
pressEvent: {
|
|
3639
3660
|
types: string[];
|
|
3640
3661
|
description: string;
|
|
3662
|
+
kind: string;
|
|
3641
3663
|
};
|
|
3642
3664
|
releaseEvent: {
|
|
3643
3665
|
types: string[];
|
|
3644
3666
|
description: string;
|
|
3667
|
+
kind: string;
|
|
3645
3668
|
};
|
|
3646
3669
|
pressed: {
|
|
3647
3670
|
types: string[];
|
|
@@ -3809,6 +3832,7 @@ export declare const registry: {
|
|
|
3809
3832
|
action: {
|
|
3810
3833
|
types: string[];
|
|
3811
3834
|
description: string;
|
|
3835
|
+
kind: string;
|
|
3812
3836
|
};
|
|
3813
3837
|
};
|
|
3814
3838
|
};
|
|
@@ -4414,6 +4438,7 @@ export declare const registry: {
|
|
|
4414
4438
|
action: {
|
|
4415
4439
|
types: string[];
|
|
4416
4440
|
description: string;
|
|
4441
|
+
kind: string;
|
|
4417
4442
|
};
|
|
4418
4443
|
payload: {
|
|
4419
4444
|
types: string[];
|
|
@@ -5605,6 +5630,8 @@ export declare const registry: {
|
|
|
5605
5630
|
itemActions: {
|
|
5606
5631
|
types: string[];
|
|
5607
5632
|
description: string;
|
|
5633
|
+
kind: string;
|
|
5634
|
+
eventField: string;
|
|
5608
5635
|
};
|
|
5609
5636
|
};
|
|
5610
5637
|
};
|
|
@@ -8636,6 +8663,8 @@ export declare const registry: {
|
|
|
8636
8663
|
itemActions: {
|
|
8637
8664
|
types: string[];
|
|
8638
8665
|
description: string;
|
|
8666
|
+
kind: string;
|
|
8667
|
+
eventField: string;
|
|
8639
8668
|
};
|
|
8640
8669
|
cols: {
|
|
8641
8670
|
types: string[];
|
|
@@ -8673,6 +8702,7 @@ export declare const registry: {
|
|
|
8673
8702
|
selectionEvent: {
|
|
8674
8703
|
types: string[];
|
|
8675
8704
|
description: string;
|
|
8705
|
+
kind: string;
|
|
8676
8706
|
};
|
|
8677
8707
|
infiniteScroll: {
|
|
8678
8708
|
types: string[];
|
|
@@ -8681,6 +8711,7 @@ export declare const registry: {
|
|
|
8681
8711
|
loadMoreEvent: {
|
|
8682
8712
|
types: string[];
|
|
8683
8713
|
description: string;
|
|
8714
|
+
kind: string;
|
|
8684
8715
|
};
|
|
8685
8716
|
hasMore: {
|
|
8686
8717
|
types: string[];
|
|
@@ -8724,6 +8755,8 @@ export declare const registry: {
|
|
|
8724
8755
|
itemActions: {
|
|
8725
8756
|
types: string[];
|
|
8726
8757
|
description: string;
|
|
8758
|
+
kind: string;
|
|
8759
|
+
eventField: string;
|
|
8727
8760
|
};
|
|
8728
8761
|
gap: {
|
|
8729
8762
|
types: string[];
|
|
@@ -8766,10 +8799,12 @@ export declare const registry: {
|
|
|
8766
8799
|
reorderEvent: {
|
|
8767
8800
|
types: string[];
|
|
8768
8801
|
description: string;
|
|
8802
|
+
kind: string;
|
|
8769
8803
|
};
|
|
8770
8804
|
swipeLeftEvent: {
|
|
8771
8805
|
types: string[];
|
|
8772
8806
|
description: string;
|
|
8807
|
+
kind: string;
|
|
8773
8808
|
};
|
|
8774
8809
|
swipeLeftActions: {
|
|
8775
8810
|
types: string[];
|
|
@@ -8778,6 +8813,7 @@ export declare const registry: {
|
|
|
8778
8813
|
swipeRightEvent: {
|
|
8779
8814
|
types: string[];
|
|
8780
8815
|
description: string;
|
|
8816
|
+
kind: string;
|
|
8781
8817
|
};
|
|
8782
8818
|
swipeRightActions: {
|
|
8783
8819
|
types: string[];
|
|
@@ -8786,6 +8822,7 @@ export declare const registry: {
|
|
|
8786
8822
|
longPressEvent: {
|
|
8787
8823
|
types: string[];
|
|
8788
8824
|
description: string;
|
|
8825
|
+
kind: string;
|
|
8789
8826
|
};
|
|
8790
8827
|
infiniteScroll: {
|
|
8791
8828
|
types: string[];
|
|
@@ -8794,6 +8831,7 @@ export declare const registry: {
|
|
|
8794
8831
|
loadMoreEvent: {
|
|
8795
8832
|
types: string[];
|
|
8796
8833
|
description: string;
|
|
8834
|
+
kind: string;
|
|
8797
8835
|
};
|
|
8798
8836
|
hasMore: {
|
|
8799
8837
|
types: string[];
|
|
@@ -8994,6 +9032,7 @@ export declare const registry: {
|
|
|
8994
9032
|
action: {
|
|
8995
9033
|
types: string[];
|
|
8996
9034
|
description: string;
|
|
9035
|
+
kind: string;
|
|
8997
9036
|
};
|
|
8998
9037
|
actionPayload: {
|
|
8999
9038
|
types: string[];
|
|
@@ -9152,6 +9191,7 @@ export declare const registry: {
|
|
|
9152
9191
|
action: {
|
|
9153
9192
|
types: string[];
|
|
9154
9193
|
description: string;
|
|
9194
|
+
kind: string;
|
|
9155
9195
|
};
|
|
9156
9196
|
actionPayload: {
|
|
9157
9197
|
types: string[];
|
|
@@ -9199,6 +9239,7 @@ export declare const registry: {
|
|
|
9199
9239
|
action: {
|
|
9200
9240
|
types: string[];
|
|
9201
9241
|
description: string;
|
|
9242
|
+
kind: string;
|
|
9202
9243
|
};
|
|
9203
9244
|
actionPayload: {
|
|
9204
9245
|
types: string[];
|
|
@@ -9256,6 +9297,7 @@ export declare const registry: {
|
|
|
9256
9297
|
action: {
|
|
9257
9298
|
types: string[];
|
|
9258
9299
|
description: string;
|
|
9300
|
+
kind: string;
|
|
9259
9301
|
};
|
|
9260
9302
|
actionPayload: {
|
|
9261
9303
|
types: string[];
|
|
@@ -9335,6 +9377,7 @@ export declare const registry: {
|
|
|
9335
9377
|
types: string[];
|
|
9336
9378
|
description: string;
|
|
9337
9379
|
required: boolean;
|
|
9380
|
+
kind: string;
|
|
9338
9381
|
};
|
|
9339
9382
|
loadMorePayload: {
|
|
9340
9383
|
types: string[];
|
|
@@ -9453,6 +9496,7 @@ export declare const registry: {
|
|
|
9453
9496
|
types: string[];
|
|
9454
9497
|
description: string;
|
|
9455
9498
|
required: boolean;
|
|
9499
|
+
kind: string;
|
|
9456
9500
|
};
|
|
9457
9501
|
refreshPayload: {
|
|
9458
9502
|
types: string[];
|
|
@@ -9494,6 +9538,7 @@ export declare const registry: {
|
|
|
9494
9538
|
types: string[];
|
|
9495
9539
|
description: string;
|
|
9496
9540
|
required: boolean;
|
|
9541
|
+
kind: string;
|
|
9497
9542
|
};
|
|
9498
9543
|
reorderPayload: {
|
|
9499
9544
|
types: string[];
|
|
@@ -9520,10 +9565,14 @@ export declare const registry: {
|
|
|
9520
9565
|
leftActions: {
|
|
9521
9566
|
types: string[];
|
|
9522
9567
|
description: string;
|
|
9568
|
+
kind: string;
|
|
9569
|
+
eventField: string;
|
|
9523
9570
|
};
|
|
9524
9571
|
rightActions: {
|
|
9525
9572
|
types: string[];
|
|
9526
9573
|
description: string;
|
|
9574
|
+
kind: string;
|
|
9575
|
+
eventField: string;
|
|
9527
9576
|
};
|
|
9528
9577
|
threshold: {
|
|
9529
9578
|
types: string[];
|
|
@@ -15807,6 +15856,8 @@ export declare const PATTERN_REGISTRY: {
|
|
|
15807
15856
|
itemActions: {
|
|
15808
15857
|
types: string[];
|
|
15809
15858
|
description: string;
|
|
15859
|
+
kind: string;
|
|
15860
|
+
eventField: string;
|
|
15810
15861
|
};
|
|
15811
15862
|
showTotal: {
|
|
15812
15863
|
types: string[];
|
|
@@ -16104,10 +16155,12 @@ export declare const PATTERN_REGISTRY: {
|
|
|
16104
16155
|
submitEvent: {
|
|
16105
16156
|
types: string[];
|
|
16106
16157
|
description: string;
|
|
16158
|
+
kind: string;
|
|
16107
16159
|
};
|
|
16108
16160
|
cancelEvent: {
|
|
16109
16161
|
types: string[];
|
|
16110
16162
|
description: string;
|
|
16163
|
+
kind: string;
|
|
16111
16164
|
};
|
|
16112
16165
|
entityId: {
|
|
16113
16166
|
types: string[];
|
|
@@ -16233,10 +16286,12 @@ export declare const PATTERN_REGISTRY: {
|
|
|
16233
16286
|
submitEvent: {
|
|
16234
16287
|
types: string[];
|
|
16235
16288
|
description: string;
|
|
16289
|
+
kind: string;
|
|
16236
16290
|
};
|
|
16237
16291
|
cancelEvent: {
|
|
16238
16292
|
types: string[];
|
|
16239
16293
|
description: string;
|
|
16294
|
+
kind: string;
|
|
16240
16295
|
};
|
|
16241
16296
|
entityId: {
|
|
16242
16297
|
types: string[];
|
|
@@ -17166,6 +17221,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
17166
17221
|
closeEvent: {
|
|
17167
17222
|
types: string[];
|
|
17168
17223
|
description: string;
|
|
17224
|
+
kind: string;
|
|
17169
17225
|
};
|
|
17170
17226
|
};
|
|
17171
17227
|
};
|
|
@@ -17374,6 +17430,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
17374
17430
|
action: {
|
|
17375
17431
|
types: string[];
|
|
17376
17432
|
description: string;
|
|
17433
|
+
kind: string;
|
|
17377
17434
|
};
|
|
17378
17435
|
actionPayload: {
|
|
17379
17436
|
types: string[];
|
|
@@ -17382,6 +17439,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
17382
17439
|
hoverEvent: {
|
|
17383
17440
|
types: string[];
|
|
17384
17441
|
description: string;
|
|
17442
|
+
kind: string;
|
|
17385
17443
|
};
|
|
17386
17444
|
maxWidth: {
|
|
17387
17445
|
types: string[];
|
|
@@ -17886,6 +17944,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
17886
17944
|
action: {
|
|
17887
17945
|
types: string[];
|
|
17888
17946
|
description: string;
|
|
17947
|
+
kind: string;
|
|
17889
17948
|
};
|
|
17890
17949
|
actionPayload: {
|
|
17891
17950
|
types: string[];
|
|
@@ -17980,6 +18039,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
17980
18039
|
action: {
|
|
17981
18040
|
types: string[];
|
|
17982
18041
|
description: string;
|
|
18042
|
+
kind: string;
|
|
17983
18043
|
};
|
|
17984
18044
|
actionPayload: {
|
|
17985
18045
|
types: string[];
|
|
@@ -18068,6 +18128,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
18068
18128
|
action: {
|
|
18069
18129
|
types: string[];
|
|
18070
18130
|
description: string;
|
|
18131
|
+
kind: string;
|
|
18071
18132
|
};
|
|
18072
18133
|
isSelected: {
|
|
18073
18134
|
types: string[];
|
|
@@ -18189,6 +18250,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
18189
18250
|
action: {
|
|
18190
18251
|
types: string[];
|
|
18191
18252
|
description: string;
|
|
18253
|
+
kind: string;
|
|
18192
18254
|
};
|
|
18193
18255
|
inputType: {
|
|
18194
18256
|
types: string[];
|
|
@@ -18251,6 +18313,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
18251
18313
|
action: {
|
|
18252
18314
|
types: string[];
|
|
18253
18315
|
description: string;
|
|
18316
|
+
kind: string;
|
|
18254
18317
|
};
|
|
18255
18318
|
error: {
|
|
18256
18319
|
types: string[];
|
|
@@ -18281,6 +18344,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
18281
18344
|
action: {
|
|
18282
18345
|
types: string[];
|
|
18283
18346
|
description: string;
|
|
18347
|
+
kind: string;
|
|
18284
18348
|
};
|
|
18285
18349
|
error: {
|
|
18286
18350
|
types: string[];
|
|
@@ -18327,6 +18391,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
18327
18391
|
action: {
|
|
18328
18392
|
types: string[];
|
|
18329
18393
|
description: string;
|
|
18394
|
+
kind: string;
|
|
18330
18395
|
};
|
|
18331
18396
|
label: {
|
|
18332
18397
|
types: string[];
|
|
@@ -18456,6 +18521,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
18456
18521
|
dismissEvent: {
|
|
18457
18522
|
types: string[];
|
|
18458
18523
|
description: string;
|
|
18524
|
+
kind: string;
|
|
18459
18525
|
};
|
|
18460
18526
|
};
|
|
18461
18527
|
};
|
|
@@ -18847,6 +18913,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
18847
18913
|
action: {
|
|
18848
18914
|
types: string[];
|
|
18849
18915
|
description: string;
|
|
18916
|
+
kind: string;
|
|
18850
18917
|
};
|
|
18851
18918
|
};
|
|
18852
18919
|
};
|
|
@@ -18924,6 +18991,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
18924
18991
|
action: {
|
|
18925
18992
|
types: string[];
|
|
18926
18993
|
description: string;
|
|
18994
|
+
kind: string;
|
|
18927
18995
|
};
|
|
18928
18996
|
actionPayload: {
|
|
18929
18997
|
types: string[];
|
|
@@ -18980,10 +19048,12 @@ export declare const PATTERN_REGISTRY: {
|
|
|
18980
19048
|
action: {
|
|
18981
19049
|
types: string[];
|
|
18982
19050
|
description: string;
|
|
19051
|
+
kind: string;
|
|
18983
19052
|
};
|
|
18984
19053
|
hoverEvent: {
|
|
18985
19054
|
types: string[];
|
|
18986
19055
|
description: string;
|
|
19056
|
+
kind: string;
|
|
18987
19057
|
};
|
|
18988
19058
|
};
|
|
18989
19059
|
};
|
|
@@ -19118,10 +19188,12 @@ export declare const PATTERN_REGISTRY: {
|
|
|
19118
19188
|
pressEvent: {
|
|
19119
19189
|
types: string[];
|
|
19120
19190
|
description: string;
|
|
19191
|
+
kind: string;
|
|
19121
19192
|
};
|
|
19122
19193
|
releaseEvent: {
|
|
19123
19194
|
types: string[];
|
|
19124
19195
|
description: string;
|
|
19196
|
+
kind: string;
|
|
19125
19197
|
};
|
|
19126
19198
|
pressed: {
|
|
19127
19199
|
types: string[];
|
|
@@ -19289,6 +19361,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
19289
19361
|
action: {
|
|
19290
19362
|
types: string[];
|
|
19291
19363
|
description: string;
|
|
19364
|
+
kind: string;
|
|
19292
19365
|
};
|
|
19293
19366
|
};
|
|
19294
19367
|
};
|
|
@@ -19894,6 +19967,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
19894
19967
|
action: {
|
|
19895
19968
|
types: string[];
|
|
19896
19969
|
description: string;
|
|
19970
|
+
kind: string;
|
|
19897
19971
|
};
|
|
19898
19972
|
payload: {
|
|
19899
19973
|
types: string[];
|
|
@@ -21085,6 +21159,8 @@ export declare const PATTERN_REGISTRY: {
|
|
|
21085
21159
|
itemActions: {
|
|
21086
21160
|
types: string[];
|
|
21087
21161
|
description: string;
|
|
21162
|
+
kind: string;
|
|
21163
|
+
eventField: string;
|
|
21088
21164
|
};
|
|
21089
21165
|
};
|
|
21090
21166
|
};
|
|
@@ -24116,6 +24192,8 @@ export declare const PATTERN_REGISTRY: {
|
|
|
24116
24192
|
itemActions: {
|
|
24117
24193
|
types: string[];
|
|
24118
24194
|
description: string;
|
|
24195
|
+
kind: string;
|
|
24196
|
+
eventField: string;
|
|
24119
24197
|
};
|
|
24120
24198
|
cols: {
|
|
24121
24199
|
types: string[];
|
|
@@ -24153,6 +24231,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
24153
24231
|
selectionEvent: {
|
|
24154
24232
|
types: string[];
|
|
24155
24233
|
description: string;
|
|
24234
|
+
kind: string;
|
|
24156
24235
|
};
|
|
24157
24236
|
infiniteScroll: {
|
|
24158
24237
|
types: string[];
|
|
@@ -24161,6 +24240,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
24161
24240
|
loadMoreEvent: {
|
|
24162
24241
|
types: string[];
|
|
24163
24242
|
description: string;
|
|
24243
|
+
kind: string;
|
|
24164
24244
|
};
|
|
24165
24245
|
hasMore: {
|
|
24166
24246
|
types: string[];
|
|
@@ -24204,6 +24284,8 @@ export declare const PATTERN_REGISTRY: {
|
|
|
24204
24284
|
itemActions: {
|
|
24205
24285
|
types: string[];
|
|
24206
24286
|
description: string;
|
|
24287
|
+
kind: string;
|
|
24288
|
+
eventField: string;
|
|
24207
24289
|
};
|
|
24208
24290
|
gap: {
|
|
24209
24291
|
types: string[];
|
|
@@ -24246,10 +24328,12 @@ export declare const PATTERN_REGISTRY: {
|
|
|
24246
24328
|
reorderEvent: {
|
|
24247
24329
|
types: string[];
|
|
24248
24330
|
description: string;
|
|
24331
|
+
kind: string;
|
|
24249
24332
|
};
|
|
24250
24333
|
swipeLeftEvent: {
|
|
24251
24334
|
types: string[];
|
|
24252
24335
|
description: string;
|
|
24336
|
+
kind: string;
|
|
24253
24337
|
};
|
|
24254
24338
|
swipeLeftActions: {
|
|
24255
24339
|
types: string[];
|
|
@@ -24258,6 +24342,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
24258
24342
|
swipeRightEvent: {
|
|
24259
24343
|
types: string[];
|
|
24260
24344
|
description: string;
|
|
24345
|
+
kind: string;
|
|
24261
24346
|
};
|
|
24262
24347
|
swipeRightActions: {
|
|
24263
24348
|
types: string[];
|
|
@@ -24266,6 +24351,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
24266
24351
|
longPressEvent: {
|
|
24267
24352
|
types: string[];
|
|
24268
24353
|
description: string;
|
|
24354
|
+
kind: string;
|
|
24269
24355
|
};
|
|
24270
24356
|
infiniteScroll: {
|
|
24271
24357
|
types: string[];
|
|
@@ -24274,6 +24360,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
24274
24360
|
loadMoreEvent: {
|
|
24275
24361
|
types: string[];
|
|
24276
24362
|
description: string;
|
|
24363
|
+
kind: string;
|
|
24277
24364
|
};
|
|
24278
24365
|
hasMore: {
|
|
24279
24366
|
types: string[];
|
|
@@ -24474,6 +24561,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
24474
24561
|
action: {
|
|
24475
24562
|
types: string[];
|
|
24476
24563
|
description: string;
|
|
24564
|
+
kind: string;
|
|
24477
24565
|
};
|
|
24478
24566
|
actionPayload: {
|
|
24479
24567
|
types: string[];
|
|
@@ -24632,6 +24720,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
24632
24720
|
action: {
|
|
24633
24721
|
types: string[];
|
|
24634
24722
|
description: string;
|
|
24723
|
+
kind: string;
|
|
24635
24724
|
};
|
|
24636
24725
|
actionPayload: {
|
|
24637
24726
|
types: string[];
|
|
@@ -24679,6 +24768,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
24679
24768
|
action: {
|
|
24680
24769
|
types: string[];
|
|
24681
24770
|
description: string;
|
|
24771
|
+
kind: string;
|
|
24682
24772
|
};
|
|
24683
24773
|
actionPayload: {
|
|
24684
24774
|
types: string[];
|
|
@@ -24736,6 +24826,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
24736
24826
|
action: {
|
|
24737
24827
|
types: string[];
|
|
24738
24828
|
description: string;
|
|
24829
|
+
kind: string;
|
|
24739
24830
|
};
|
|
24740
24831
|
actionPayload: {
|
|
24741
24832
|
types: string[];
|
|
@@ -24815,6 +24906,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
24815
24906
|
types: string[];
|
|
24816
24907
|
description: string;
|
|
24817
24908
|
required: boolean;
|
|
24909
|
+
kind: string;
|
|
24818
24910
|
};
|
|
24819
24911
|
loadMorePayload: {
|
|
24820
24912
|
types: string[];
|
|
@@ -24933,6 +25025,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
24933
25025
|
types: string[];
|
|
24934
25026
|
description: string;
|
|
24935
25027
|
required: boolean;
|
|
25028
|
+
kind: string;
|
|
24936
25029
|
};
|
|
24937
25030
|
refreshPayload: {
|
|
24938
25031
|
types: string[];
|
|
@@ -24974,6 +25067,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
24974
25067
|
types: string[];
|
|
24975
25068
|
description: string;
|
|
24976
25069
|
required: boolean;
|
|
25070
|
+
kind: string;
|
|
24977
25071
|
};
|
|
24978
25072
|
reorderPayload: {
|
|
24979
25073
|
types: string[];
|
|
@@ -25000,10 +25094,14 @@ export declare const PATTERN_REGISTRY: {
|
|
|
25000
25094
|
leftActions: {
|
|
25001
25095
|
types: string[];
|
|
25002
25096
|
description: string;
|
|
25097
|
+
kind: string;
|
|
25098
|
+
eventField: string;
|
|
25003
25099
|
};
|
|
25004
25100
|
rightActions: {
|
|
25005
25101
|
types: string[];
|
|
25006
25102
|
description: string;
|
|
25103
|
+
kind: string;
|
|
25104
|
+
eventField: string;
|
|
25007
25105
|
};
|
|
25008
25106
|
threshold: {
|
|
25009
25107
|
types: string[];
|