@almadar/patterns 2.33.1 → 2.35.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 +362 -136
- package/dist/index.js +325 -162
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +323 -160
- package/dist/registry.json +323 -160
- package/dist/types.d.ts +44 -3
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -18,6 +18,8 @@ export declare const registry: {
|
|
|
18
18
|
entity: {
|
|
19
19
|
types: string[];
|
|
20
20
|
description: string;
|
|
21
|
+
kind: string;
|
|
22
|
+
cardinality: string;
|
|
21
23
|
items: {
|
|
22
24
|
types: string[];
|
|
23
25
|
};
|
|
@@ -179,6 +181,8 @@ export declare const registry: {
|
|
|
179
181
|
entity: {
|
|
180
182
|
types: string[];
|
|
181
183
|
description: string;
|
|
184
|
+
kind: string;
|
|
185
|
+
cardinality: string;
|
|
182
186
|
};
|
|
183
187
|
className: {
|
|
184
188
|
types: string[];
|
|
@@ -292,6 +296,8 @@ export declare const registry: {
|
|
|
292
296
|
entity: {
|
|
293
297
|
types: string[];
|
|
294
298
|
description: string;
|
|
299
|
+
kind: string;
|
|
300
|
+
cardinality: string;
|
|
295
301
|
};
|
|
296
302
|
className: {
|
|
297
303
|
types: string[];
|
|
@@ -448,6 +454,8 @@ export declare const registry: {
|
|
|
448
454
|
entity: {
|
|
449
455
|
types: string[];
|
|
450
456
|
description: string;
|
|
457
|
+
kind: string;
|
|
458
|
+
cardinality: string;
|
|
451
459
|
};
|
|
452
460
|
className: {
|
|
453
461
|
types: string[];
|
|
@@ -2580,6 +2588,8 @@ export declare const registry: {
|
|
|
2580
2588
|
entity: {
|
|
2581
2589
|
types: string[];
|
|
2582
2590
|
description: string;
|
|
2591
|
+
kind: string;
|
|
2592
|
+
cardinality: string;
|
|
2583
2593
|
items: {
|
|
2584
2594
|
types: string[];
|
|
2585
2595
|
};
|
|
@@ -5693,6 +5703,8 @@ export declare const registry: {
|
|
|
5693
5703
|
entity: {
|
|
5694
5704
|
types: string[];
|
|
5695
5705
|
description: string;
|
|
5706
|
+
kind: string;
|
|
5707
|
+
cardinality: string;
|
|
5696
5708
|
items: {
|
|
5697
5709
|
types: string[];
|
|
5698
5710
|
};
|
|
@@ -6534,6 +6546,11 @@ export declare const registry: {
|
|
|
6534
6546
|
entity: {
|
|
6535
6547
|
types: string[];
|
|
6536
6548
|
description: string;
|
|
6549
|
+
kind: string;
|
|
6550
|
+
cardinality: string;
|
|
6551
|
+
items: {
|
|
6552
|
+
types: string[];
|
|
6553
|
+
};
|
|
6537
6554
|
};
|
|
6538
6555
|
title: {
|
|
6539
6556
|
types: string[];
|
|
@@ -6625,6 +6642,8 @@ export declare const registry: {
|
|
|
6625
6642
|
entity: {
|
|
6626
6643
|
types: string[];
|
|
6627
6644
|
description: string;
|
|
6645
|
+
kind: string;
|
|
6646
|
+
cardinality: string;
|
|
6628
6647
|
items: {
|
|
6629
6648
|
types: string[];
|
|
6630
6649
|
};
|
|
@@ -7460,6 +7479,8 @@ export declare const registry: {
|
|
|
7460
7479
|
entity: {
|
|
7461
7480
|
types: string[];
|
|
7462
7481
|
description: string;
|
|
7482
|
+
kind: string;
|
|
7483
|
+
cardinality: string;
|
|
7463
7484
|
};
|
|
7464
7485
|
className: {
|
|
7465
7486
|
types: string[];
|
|
@@ -7744,6 +7765,8 @@ export declare const registry: {
|
|
|
7744
7765
|
events: {
|
|
7745
7766
|
types: string[];
|
|
7746
7767
|
description: string;
|
|
7768
|
+
kind: string;
|
|
7769
|
+
cardinality: string;
|
|
7747
7770
|
items: {
|
|
7748
7771
|
types: string[];
|
|
7749
7772
|
properties: {
|
|
@@ -8205,6 +8228,11 @@ export declare const registry: {
|
|
|
8205
8228
|
types: string[];
|
|
8206
8229
|
description: string;
|
|
8207
8230
|
required: boolean;
|
|
8231
|
+
kind: string;
|
|
8232
|
+
cardinality: string;
|
|
8233
|
+
items: {
|
|
8234
|
+
types: string[];
|
|
8235
|
+
};
|
|
8208
8236
|
};
|
|
8209
8237
|
fields: {
|
|
8210
8238
|
types: string[];
|
|
@@ -8291,6 +8319,15 @@ export declare const registry: {
|
|
|
8291
8319
|
required: string[];
|
|
8292
8320
|
};
|
|
8293
8321
|
};
|
|
8322
|
+
maxInlineActions: {
|
|
8323
|
+
types: string[];
|
|
8324
|
+
description: string;
|
|
8325
|
+
};
|
|
8326
|
+
scrollX: {
|
|
8327
|
+
types: string[];
|
|
8328
|
+
description: string;
|
|
8329
|
+
default: boolean;
|
|
8330
|
+
};
|
|
8294
8331
|
cols: {
|
|
8295
8332
|
types: string[];
|
|
8296
8333
|
description: string;
|
|
@@ -8422,6 +8459,11 @@ export declare const registry: {
|
|
|
8422
8459
|
types: string[];
|
|
8423
8460
|
description: string;
|
|
8424
8461
|
required: boolean;
|
|
8462
|
+
kind: string;
|
|
8463
|
+
cardinality: string;
|
|
8464
|
+
items: {
|
|
8465
|
+
types: string[];
|
|
8466
|
+
};
|
|
8425
8467
|
};
|
|
8426
8468
|
fields: {
|
|
8427
8469
|
types: string[];
|
|
@@ -8502,6 +8544,10 @@ export declare const registry: {
|
|
|
8502
8544
|
required: string[];
|
|
8503
8545
|
};
|
|
8504
8546
|
};
|
|
8547
|
+
maxInlineActions: {
|
|
8548
|
+
types: string[];
|
|
8549
|
+
description: string;
|
|
8550
|
+
};
|
|
8505
8551
|
itemClickEvent: {
|
|
8506
8552
|
types: string[];
|
|
8507
8553
|
description: string;
|
|
@@ -9442,6 +9488,8 @@ export declare const registry: {
|
|
|
9442
9488
|
types: string[];
|
|
9443
9489
|
description: string;
|
|
9444
9490
|
required: boolean;
|
|
9491
|
+
kind: string;
|
|
9492
|
+
cardinality: string;
|
|
9445
9493
|
items: {
|
|
9446
9494
|
types: string[];
|
|
9447
9495
|
};
|
|
@@ -10481,6 +10529,8 @@ export declare const registry: {
|
|
|
10481
10529
|
entity: {
|
|
10482
10530
|
types: string[];
|
|
10483
10531
|
description: string;
|
|
10532
|
+
kind: string;
|
|
10533
|
+
cardinality: string;
|
|
10484
10534
|
items: {
|
|
10485
10535
|
types: string[];
|
|
10486
10536
|
properties: {
|
|
@@ -10574,6 +10624,8 @@ export declare const registry: {
|
|
|
10574
10624
|
entity: {
|
|
10575
10625
|
types: string[];
|
|
10576
10626
|
description: string;
|
|
10627
|
+
kind: string;
|
|
10628
|
+
cardinality: string;
|
|
10577
10629
|
items: {
|
|
10578
10630
|
types: string[];
|
|
10579
10631
|
properties: {
|
|
@@ -10669,82 +10721,81 @@ export declare const registry: {
|
|
|
10669
10721
|
entity: {
|
|
10670
10722
|
types: string[];
|
|
10671
10723
|
description: string;
|
|
10672
|
-
|
|
10673
|
-
|
|
10674
|
-
|
|
10675
|
-
|
|
10676
|
-
|
|
10677
|
-
|
|
10678
|
-
|
|
10679
|
-
|
|
10680
|
-
|
|
10681
|
-
|
|
10682
|
-
|
|
10683
|
-
|
|
10684
|
-
|
|
10685
|
-
|
|
10686
|
-
|
|
10687
|
-
|
|
10688
|
-
|
|
10689
|
-
|
|
10690
|
-
|
|
10691
|
-
|
|
10692
|
-
|
|
10693
|
-
|
|
10694
|
-
|
|
10695
|
-
};
|
|
10696
|
-
href: {
|
|
10697
|
-
types: string[];
|
|
10698
|
-
};
|
|
10699
|
-
variant: {
|
|
10700
|
-
types: string[];
|
|
10701
|
-
enumValues: string[];
|
|
10702
|
-
};
|
|
10724
|
+
kind: string;
|
|
10725
|
+
cardinality: string;
|
|
10726
|
+
properties: {
|
|
10727
|
+
id: {
|
|
10728
|
+
types: string[];
|
|
10729
|
+
};
|
|
10730
|
+
tag: {
|
|
10731
|
+
types: string[];
|
|
10732
|
+
};
|
|
10733
|
+
title: {
|
|
10734
|
+
types: string[];
|
|
10735
|
+
};
|
|
10736
|
+
titleAccent: {
|
|
10737
|
+
types: string[];
|
|
10738
|
+
};
|
|
10739
|
+
subtitle: {
|
|
10740
|
+
types: string[];
|
|
10741
|
+
};
|
|
10742
|
+
primaryAction: {
|
|
10743
|
+
types: string[];
|
|
10744
|
+
properties: {
|
|
10745
|
+
label: {
|
|
10746
|
+
types: string[];
|
|
10703
10747
|
};
|
|
10704
|
-
|
|
10705
|
-
|
|
10706
|
-
secondaryAction: {
|
|
10707
|
-
types: string[];
|
|
10708
|
-
properties: {
|
|
10709
|
-
label: {
|
|
10710
|
-
types: string[];
|
|
10711
|
-
};
|
|
10712
|
-
href: {
|
|
10713
|
-
types: string[];
|
|
10714
|
-
};
|
|
10715
|
-
variant: {
|
|
10716
|
-
types: string[];
|
|
10717
|
-
enumValues: string[];
|
|
10718
|
-
};
|
|
10748
|
+
href: {
|
|
10749
|
+
types: string[];
|
|
10719
10750
|
};
|
|
10720
|
-
|
|
10721
|
-
|
|
10722
|
-
|
|
10723
|
-
types: string[];
|
|
10724
|
-
};
|
|
10725
|
-
image: {
|
|
10726
|
-
types: string[];
|
|
10727
|
-
properties: {
|
|
10728
|
-
src: {
|
|
10729
|
-
types: string[];
|
|
10730
|
-
};
|
|
10731
|
-
alt: {
|
|
10732
|
-
types: string[];
|
|
10733
|
-
};
|
|
10751
|
+
variant: {
|
|
10752
|
+
types: string[];
|
|
10753
|
+
enumValues: string[];
|
|
10734
10754
|
};
|
|
10735
|
-
required: string[];
|
|
10736
10755
|
};
|
|
10737
|
-
|
|
10738
|
-
|
|
10739
|
-
|
|
10756
|
+
required: string[];
|
|
10757
|
+
};
|
|
10758
|
+
secondaryAction: {
|
|
10759
|
+
types: string[];
|
|
10760
|
+
properties: {
|
|
10761
|
+
label: {
|
|
10762
|
+
types: string[];
|
|
10763
|
+
};
|
|
10764
|
+
href: {
|
|
10765
|
+
types: string[];
|
|
10766
|
+
};
|
|
10767
|
+
variant: {
|
|
10768
|
+
types: string[];
|
|
10769
|
+
enumValues: string[];
|
|
10770
|
+
};
|
|
10740
10771
|
};
|
|
10741
|
-
|
|
10742
|
-
|
|
10743
|
-
|
|
10772
|
+
required: string[];
|
|
10773
|
+
};
|
|
10774
|
+
installCommand: {
|
|
10775
|
+
types: string[];
|
|
10776
|
+
};
|
|
10777
|
+
image: {
|
|
10778
|
+
types: string[];
|
|
10779
|
+
properties: {
|
|
10780
|
+
src: {
|
|
10781
|
+
types: string[];
|
|
10782
|
+
};
|
|
10783
|
+
alt: {
|
|
10784
|
+
types: string[];
|
|
10785
|
+
};
|
|
10744
10786
|
};
|
|
10787
|
+
required: string[];
|
|
10788
|
+
};
|
|
10789
|
+
imagePosition: {
|
|
10790
|
+
types: string[];
|
|
10791
|
+
enumValues: string[];
|
|
10792
|
+
};
|
|
10793
|
+
background: {
|
|
10794
|
+
types: string[];
|
|
10795
|
+
enumValues: string[];
|
|
10745
10796
|
};
|
|
10746
|
-
required: string[];
|
|
10747
10797
|
};
|
|
10798
|
+
propertyRequired: string[];
|
|
10748
10799
|
};
|
|
10749
10800
|
className: {
|
|
10750
10801
|
types: string[];
|
|
@@ -10807,6 +10858,8 @@ export declare const registry: {
|
|
|
10807
10858
|
entity: {
|
|
10808
10859
|
types: string[];
|
|
10809
10860
|
description: string;
|
|
10861
|
+
kind: string;
|
|
10862
|
+
cardinality: string;
|
|
10810
10863
|
items: {
|
|
10811
10864
|
types: string[];
|
|
10812
10865
|
properties: {
|
|
@@ -10909,6 +10962,8 @@ export declare const registry: {
|
|
|
10909
10962
|
entity: {
|
|
10910
10963
|
types: string[];
|
|
10911
10964
|
description: string;
|
|
10965
|
+
kind: string;
|
|
10966
|
+
cardinality: string;
|
|
10912
10967
|
items: {
|
|
10913
10968
|
types: string[];
|
|
10914
10969
|
properties: {
|
|
@@ -11016,6 +11071,8 @@ export declare const registry: {
|
|
|
11016
11071
|
entity: {
|
|
11017
11072
|
types: string[];
|
|
11018
11073
|
description: string;
|
|
11074
|
+
kind: string;
|
|
11075
|
+
cardinality: string;
|
|
11019
11076
|
items: {
|
|
11020
11077
|
types: string[];
|
|
11021
11078
|
properties: {
|
|
@@ -11094,6 +11151,8 @@ export declare const registry: {
|
|
|
11094
11151
|
entity: {
|
|
11095
11152
|
types: string[];
|
|
11096
11153
|
description: string;
|
|
11154
|
+
kind: string;
|
|
11155
|
+
cardinality: string;
|
|
11097
11156
|
items: {
|
|
11098
11157
|
types: string[];
|
|
11099
11158
|
properties: {
|
|
@@ -11192,6 +11251,8 @@ export declare const registry: {
|
|
|
11192
11251
|
entity: {
|
|
11193
11252
|
types: string[];
|
|
11194
11253
|
description: string;
|
|
11254
|
+
kind: string;
|
|
11255
|
+
cardinality: string;
|
|
11195
11256
|
items: {
|
|
11196
11257
|
types: string[];
|
|
11197
11258
|
properties: {
|
|
@@ -12193,6 +12254,8 @@ export declare const registry: {
|
|
|
12193
12254
|
types: string[];
|
|
12194
12255
|
description: string;
|
|
12195
12256
|
required: boolean;
|
|
12257
|
+
kind: string;
|
|
12258
|
+
cardinality: string;
|
|
12196
12259
|
items: {
|
|
12197
12260
|
types: string[];
|
|
12198
12261
|
properties: {
|
|
@@ -12568,6 +12631,43 @@ export declare const registry: {
|
|
|
12568
12631
|
types: string[];
|
|
12569
12632
|
description: string;
|
|
12570
12633
|
required: boolean;
|
|
12634
|
+
kind: string;
|
|
12635
|
+
cardinality: string;
|
|
12636
|
+
items: {
|
|
12637
|
+
types: string[];
|
|
12638
|
+
properties: {
|
|
12639
|
+
id: {
|
|
12640
|
+
types: string[];
|
|
12641
|
+
};
|
|
12642
|
+
label: {
|
|
12643
|
+
types: string[];
|
|
12644
|
+
};
|
|
12645
|
+
x: {
|
|
12646
|
+
types: string[];
|
|
12647
|
+
};
|
|
12648
|
+
y: {
|
|
12649
|
+
types: string[];
|
|
12650
|
+
};
|
|
12651
|
+
shape: {
|
|
12652
|
+
types: string[];
|
|
12653
|
+
enumValues: string[];
|
|
12654
|
+
};
|
|
12655
|
+
capacity: {
|
|
12656
|
+
types: string[];
|
|
12657
|
+
};
|
|
12658
|
+
status: {
|
|
12659
|
+
types: string[];
|
|
12660
|
+
enumValues: string[];
|
|
12661
|
+
};
|
|
12662
|
+
partySize: {
|
|
12663
|
+
types: string[];
|
|
12664
|
+
};
|
|
12665
|
+
serverName: {
|
|
12666
|
+
types: string[];
|
|
12667
|
+
};
|
|
12668
|
+
};
|
|
12669
|
+
required: string[];
|
|
12670
|
+
};
|
|
12571
12671
|
};
|
|
12572
12672
|
width: {
|
|
12573
12673
|
types: string[];
|
|
@@ -16447,6 +16547,8 @@ export declare const registry: {
|
|
|
16447
16547
|
entity: {
|
|
16448
16548
|
types: string[];
|
|
16449
16549
|
description: string;
|
|
16550
|
+
kind: string;
|
|
16551
|
+
cardinality: string;
|
|
16450
16552
|
};
|
|
16451
16553
|
className: {
|
|
16452
16554
|
types: string[];
|
|
@@ -19653,6 +19755,8 @@ export declare const registry: {
|
|
|
19653
19755
|
entity: {
|
|
19654
19756
|
types: string[];
|
|
19655
19757
|
description: string;
|
|
19758
|
+
kind: string;
|
|
19759
|
+
cardinality: string;
|
|
19656
19760
|
};
|
|
19657
19761
|
className: {
|
|
19658
19762
|
types: string[];
|
|
@@ -20201,6 +20305,11 @@ export declare const registry: {
|
|
|
20201
20305
|
types: string[];
|
|
20202
20306
|
description: string;
|
|
20203
20307
|
required: boolean;
|
|
20308
|
+
kind: string;
|
|
20309
|
+
cardinality: string;
|
|
20310
|
+
items: {
|
|
20311
|
+
types: string[];
|
|
20312
|
+
};
|
|
20204
20313
|
};
|
|
20205
20314
|
columns: {
|
|
20206
20315
|
types: string[];
|
|
@@ -20319,6 +20428,10 @@ export declare const registry: {
|
|
|
20319
20428
|
required: string[];
|
|
20320
20429
|
};
|
|
20321
20430
|
};
|
|
20431
|
+
maxInlineActions: {
|
|
20432
|
+
types: string[];
|
|
20433
|
+
description: string;
|
|
20434
|
+
};
|
|
20322
20435
|
selectable: {
|
|
20323
20436
|
types: string[];
|
|
20324
20437
|
description: string;
|
|
@@ -20570,6 +20683,8 @@ export declare const PATTERN_REGISTRY: {
|
|
|
20570
20683
|
entity: {
|
|
20571
20684
|
types: string[];
|
|
20572
20685
|
description: string;
|
|
20686
|
+
kind: string;
|
|
20687
|
+
cardinality: string;
|
|
20573
20688
|
items: {
|
|
20574
20689
|
types: string[];
|
|
20575
20690
|
};
|
|
@@ -20731,6 +20846,8 @@ export declare const PATTERN_REGISTRY: {
|
|
|
20731
20846
|
entity: {
|
|
20732
20847
|
types: string[];
|
|
20733
20848
|
description: string;
|
|
20849
|
+
kind: string;
|
|
20850
|
+
cardinality: string;
|
|
20734
20851
|
};
|
|
20735
20852
|
className: {
|
|
20736
20853
|
types: string[];
|
|
@@ -20844,6 +20961,8 @@ export declare const PATTERN_REGISTRY: {
|
|
|
20844
20961
|
entity: {
|
|
20845
20962
|
types: string[];
|
|
20846
20963
|
description: string;
|
|
20964
|
+
kind: string;
|
|
20965
|
+
cardinality: string;
|
|
20847
20966
|
};
|
|
20848
20967
|
className: {
|
|
20849
20968
|
types: string[];
|
|
@@ -21000,6 +21119,8 @@ export declare const PATTERN_REGISTRY: {
|
|
|
21000
21119
|
entity: {
|
|
21001
21120
|
types: string[];
|
|
21002
21121
|
description: string;
|
|
21122
|
+
kind: string;
|
|
21123
|
+
cardinality: string;
|
|
21003
21124
|
};
|
|
21004
21125
|
className: {
|
|
21005
21126
|
types: string[];
|
|
@@ -23132,6 +23253,8 @@ export declare const PATTERN_REGISTRY: {
|
|
|
23132
23253
|
entity: {
|
|
23133
23254
|
types: string[];
|
|
23134
23255
|
description: string;
|
|
23256
|
+
kind: string;
|
|
23257
|
+
cardinality: string;
|
|
23135
23258
|
items: {
|
|
23136
23259
|
types: string[];
|
|
23137
23260
|
};
|
|
@@ -26245,6 +26368,8 @@ export declare const PATTERN_REGISTRY: {
|
|
|
26245
26368
|
entity: {
|
|
26246
26369
|
types: string[];
|
|
26247
26370
|
description: string;
|
|
26371
|
+
kind: string;
|
|
26372
|
+
cardinality: string;
|
|
26248
26373
|
items: {
|
|
26249
26374
|
types: string[];
|
|
26250
26375
|
};
|
|
@@ -27086,6 +27211,11 @@ export declare const PATTERN_REGISTRY: {
|
|
|
27086
27211
|
entity: {
|
|
27087
27212
|
types: string[];
|
|
27088
27213
|
description: string;
|
|
27214
|
+
kind: string;
|
|
27215
|
+
cardinality: string;
|
|
27216
|
+
items: {
|
|
27217
|
+
types: string[];
|
|
27218
|
+
};
|
|
27089
27219
|
};
|
|
27090
27220
|
title: {
|
|
27091
27221
|
types: string[];
|
|
@@ -27177,6 +27307,8 @@ export declare const PATTERN_REGISTRY: {
|
|
|
27177
27307
|
entity: {
|
|
27178
27308
|
types: string[];
|
|
27179
27309
|
description: string;
|
|
27310
|
+
kind: string;
|
|
27311
|
+
cardinality: string;
|
|
27180
27312
|
items: {
|
|
27181
27313
|
types: string[];
|
|
27182
27314
|
};
|
|
@@ -28012,6 +28144,8 @@ export declare const PATTERN_REGISTRY: {
|
|
|
28012
28144
|
entity: {
|
|
28013
28145
|
types: string[];
|
|
28014
28146
|
description: string;
|
|
28147
|
+
kind: string;
|
|
28148
|
+
cardinality: string;
|
|
28015
28149
|
};
|
|
28016
28150
|
className: {
|
|
28017
28151
|
types: string[];
|
|
@@ -28296,6 +28430,8 @@ export declare const PATTERN_REGISTRY: {
|
|
|
28296
28430
|
events: {
|
|
28297
28431
|
types: string[];
|
|
28298
28432
|
description: string;
|
|
28433
|
+
kind: string;
|
|
28434
|
+
cardinality: string;
|
|
28299
28435
|
items: {
|
|
28300
28436
|
types: string[];
|
|
28301
28437
|
properties: {
|
|
@@ -28757,6 +28893,11 @@ export declare const PATTERN_REGISTRY: {
|
|
|
28757
28893
|
types: string[];
|
|
28758
28894
|
description: string;
|
|
28759
28895
|
required: boolean;
|
|
28896
|
+
kind: string;
|
|
28897
|
+
cardinality: string;
|
|
28898
|
+
items: {
|
|
28899
|
+
types: string[];
|
|
28900
|
+
};
|
|
28760
28901
|
};
|
|
28761
28902
|
fields: {
|
|
28762
28903
|
types: string[];
|
|
@@ -28843,6 +28984,15 @@ export declare const PATTERN_REGISTRY: {
|
|
|
28843
28984
|
required: string[];
|
|
28844
28985
|
};
|
|
28845
28986
|
};
|
|
28987
|
+
maxInlineActions: {
|
|
28988
|
+
types: string[];
|
|
28989
|
+
description: string;
|
|
28990
|
+
};
|
|
28991
|
+
scrollX: {
|
|
28992
|
+
types: string[];
|
|
28993
|
+
description: string;
|
|
28994
|
+
default: boolean;
|
|
28995
|
+
};
|
|
28846
28996
|
cols: {
|
|
28847
28997
|
types: string[];
|
|
28848
28998
|
description: string;
|
|
@@ -28974,6 +29124,11 @@ export declare const PATTERN_REGISTRY: {
|
|
|
28974
29124
|
types: string[];
|
|
28975
29125
|
description: string;
|
|
28976
29126
|
required: boolean;
|
|
29127
|
+
kind: string;
|
|
29128
|
+
cardinality: string;
|
|
29129
|
+
items: {
|
|
29130
|
+
types: string[];
|
|
29131
|
+
};
|
|
28977
29132
|
};
|
|
28978
29133
|
fields: {
|
|
28979
29134
|
types: string[];
|
|
@@ -29054,6 +29209,10 @@ export declare const PATTERN_REGISTRY: {
|
|
|
29054
29209
|
required: string[];
|
|
29055
29210
|
};
|
|
29056
29211
|
};
|
|
29212
|
+
maxInlineActions: {
|
|
29213
|
+
types: string[];
|
|
29214
|
+
description: string;
|
|
29215
|
+
};
|
|
29057
29216
|
itemClickEvent: {
|
|
29058
29217
|
types: string[];
|
|
29059
29218
|
description: string;
|
|
@@ -29994,6 +30153,8 @@ export declare const PATTERN_REGISTRY: {
|
|
|
29994
30153
|
types: string[];
|
|
29995
30154
|
description: string;
|
|
29996
30155
|
required: boolean;
|
|
30156
|
+
kind: string;
|
|
30157
|
+
cardinality: string;
|
|
29997
30158
|
items: {
|
|
29998
30159
|
types: string[];
|
|
29999
30160
|
};
|
|
@@ -31033,6 +31194,8 @@ export declare const PATTERN_REGISTRY: {
|
|
|
31033
31194
|
entity: {
|
|
31034
31195
|
types: string[];
|
|
31035
31196
|
description: string;
|
|
31197
|
+
kind: string;
|
|
31198
|
+
cardinality: string;
|
|
31036
31199
|
items: {
|
|
31037
31200
|
types: string[];
|
|
31038
31201
|
properties: {
|
|
@@ -31126,6 +31289,8 @@ export declare const PATTERN_REGISTRY: {
|
|
|
31126
31289
|
entity: {
|
|
31127
31290
|
types: string[];
|
|
31128
31291
|
description: string;
|
|
31292
|
+
kind: string;
|
|
31293
|
+
cardinality: string;
|
|
31129
31294
|
items: {
|
|
31130
31295
|
types: string[];
|
|
31131
31296
|
properties: {
|
|
@@ -31221,82 +31386,81 @@ export declare const PATTERN_REGISTRY: {
|
|
|
31221
31386
|
entity: {
|
|
31222
31387
|
types: string[];
|
|
31223
31388
|
description: string;
|
|
31224
|
-
|
|
31225
|
-
|
|
31226
|
-
|
|
31227
|
-
|
|
31228
|
-
|
|
31229
|
-
|
|
31230
|
-
|
|
31231
|
-
|
|
31232
|
-
|
|
31233
|
-
|
|
31234
|
-
|
|
31235
|
-
|
|
31236
|
-
|
|
31237
|
-
|
|
31238
|
-
|
|
31239
|
-
|
|
31240
|
-
|
|
31241
|
-
|
|
31242
|
-
|
|
31243
|
-
|
|
31244
|
-
|
|
31245
|
-
|
|
31246
|
-
|
|
31247
|
-
};
|
|
31248
|
-
href: {
|
|
31249
|
-
types: string[];
|
|
31250
|
-
};
|
|
31251
|
-
variant: {
|
|
31252
|
-
types: string[];
|
|
31253
|
-
enumValues: string[];
|
|
31254
|
-
};
|
|
31389
|
+
kind: string;
|
|
31390
|
+
cardinality: string;
|
|
31391
|
+
properties: {
|
|
31392
|
+
id: {
|
|
31393
|
+
types: string[];
|
|
31394
|
+
};
|
|
31395
|
+
tag: {
|
|
31396
|
+
types: string[];
|
|
31397
|
+
};
|
|
31398
|
+
title: {
|
|
31399
|
+
types: string[];
|
|
31400
|
+
};
|
|
31401
|
+
titleAccent: {
|
|
31402
|
+
types: string[];
|
|
31403
|
+
};
|
|
31404
|
+
subtitle: {
|
|
31405
|
+
types: string[];
|
|
31406
|
+
};
|
|
31407
|
+
primaryAction: {
|
|
31408
|
+
types: string[];
|
|
31409
|
+
properties: {
|
|
31410
|
+
label: {
|
|
31411
|
+
types: string[];
|
|
31255
31412
|
};
|
|
31256
|
-
|
|
31257
|
-
|
|
31258
|
-
secondaryAction: {
|
|
31259
|
-
types: string[];
|
|
31260
|
-
properties: {
|
|
31261
|
-
label: {
|
|
31262
|
-
types: string[];
|
|
31263
|
-
};
|
|
31264
|
-
href: {
|
|
31265
|
-
types: string[];
|
|
31266
|
-
};
|
|
31267
|
-
variant: {
|
|
31268
|
-
types: string[];
|
|
31269
|
-
enumValues: string[];
|
|
31270
|
-
};
|
|
31413
|
+
href: {
|
|
31414
|
+
types: string[];
|
|
31271
31415
|
};
|
|
31272
|
-
|
|
31273
|
-
|
|
31274
|
-
|
|
31275
|
-
types: string[];
|
|
31276
|
-
};
|
|
31277
|
-
image: {
|
|
31278
|
-
types: string[];
|
|
31279
|
-
properties: {
|
|
31280
|
-
src: {
|
|
31281
|
-
types: string[];
|
|
31282
|
-
};
|
|
31283
|
-
alt: {
|
|
31284
|
-
types: string[];
|
|
31285
|
-
};
|
|
31416
|
+
variant: {
|
|
31417
|
+
types: string[];
|
|
31418
|
+
enumValues: string[];
|
|
31286
31419
|
};
|
|
31287
|
-
required: string[];
|
|
31288
31420
|
};
|
|
31289
|
-
|
|
31290
|
-
|
|
31291
|
-
|
|
31421
|
+
required: string[];
|
|
31422
|
+
};
|
|
31423
|
+
secondaryAction: {
|
|
31424
|
+
types: string[];
|
|
31425
|
+
properties: {
|
|
31426
|
+
label: {
|
|
31427
|
+
types: string[];
|
|
31428
|
+
};
|
|
31429
|
+
href: {
|
|
31430
|
+
types: string[];
|
|
31431
|
+
};
|
|
31432
|
+
variant: {
|
|
31433
|
+
types: string[];
|
|
31434
|
+
enumValues: string[];
|
|
31435
|
+
};
|
|
31292
31436
|
};
|
|
31293
|
-
|
|
31294
|
-
|
|
31295
|
-
|
|
31437
|
+
required: string[];
|
|
31438
|
+
};
|
|
31439
|
+
installCommand: {
|
|
31440
|
+
types: string[];
|
|
31441
|
+
};
|
|
31442
|
+
image: {
|
|
31443
|
+
types: string[];
|
|
31444
|
+
properties: {
|
|
31445
|
+
src: {
|
|
31446
|
+
types: string[];
|
|
31447
|
+
};
|
|
31448
|
+
alt: {
|
|
31449
|
+
types: string[];
|
|
31450
|
+
};
|
|
31296
31451
|
};
|
|
31452
|
+
required: string[];
|
|
31453
|
+
};
|
|
31454
|
+
imagePosition: {
|
|
31455
|
+
types: string[];
|
|
31456
|
+
enumValues: string[];
|
|
31457
|
+
};
|
|
31458
|
+
background: {
|
|
31459
|
+
types: string[];
|
|
31460
|
+
enumValues: string[];
|
|
31297
31461
|
};
|
|
31298
|
-
required: string[];
|
|
31299
31462
|
};
|
|
31463
|
+
propertyRequired: string[];
|
|
31300
31464
|
};
|
|
31301
31465
|
className: {
|
|
31302
31466
|
types: string[];
|
|
@@ -31359,6 +31523,8 @@ export declare const PATTERN_REGISTRY: {
|
|
|
31359
31523
|
entity: {
|
|
31360
31524
|
types: string[];
|
|
31361
31525
|
description: string;
|
|
31526
|
+
kind: string;
|
|
31527
|
+
cardinality: string;
|
|
31362
31528
|
items: {
|
|
31363
31529
|
types: string[];
|
|
31364
31530
|
properties: {
|
|
@@ -31461,6 +31627,8 @@ export declare const PATTERN_REGISTRY: {
|
|
|
31461
31627
|
entity: {
|
|
31462
31628
|
types: string[];
|
|
31463
31629
|
description: string;
|
|
31630
|
+
kind: string;
|
|
31631
|
+
cardinality: string;
|
|
31464
31632
|
items: {
|
|
31465
31633
|
types: string[];
|
|
31466
31634
|
properties: {
|
|
@@ -31568,6 +31736,8 @@ export declare const PATTERN_REGISTRY: {
|
|
|
31568
31736
|
entity: {
|
|
31569
31737
|
types: string[];
|
|
31570
31738
|
description: string;
|
|
31739
|
+
kind: string;
|
|
31740
|
+
cardinality: string;
|
|
31571
31741
|
items: {
|
|
31572
31742
|
types: string[];
|
|
31573
31743
|
properties: {
|
|
@@ -31646,6 +31816,8 @@ export declare const PATTERN_REGISTRY: {
|
|
|
31646
31816
|
entity: {
|
|
31647
31817
|
types: string[];
|
|
31648
31818
|
description: string;
|
|
31819
|
+
kind: string;
|
|
31820
|
+
cardinality: string;
|
|
31649
31821
|
items: {
|
|
31650
31822
|
types: string[];
|
|
31651
31823
|
properties: {
|
|
@@ -31744,6 +31916,8 @@ export declare const PATTERN_REGISTRY: {
|
|
|
31744
31916
|
entity: {
|
|
31745
31917
|
types: string[];
|
|
31746
31918
|
description: string;
|
|
31919
|
+
kind: string;
|
|
31920
|
+
cardinality: string;
|
|
31747
31921
|
items: {
|
|
31748
31922
|
types: string[];
|
|
31749
31923
|
properties: {
|
|
@@ -32745,6 +32919,8 @@ export declare const PATTERN_REGISTRY: {
|
|
|
32745
32919
|
types: string[];
|
|
32746
32920
|
description: string;
|
|
32747
32921
|
required: boolean;
|
|
32922
|
+
kind: string;
|
|
32923
|
+
cardinality: string;
|
|
32748
32924
|
items: {
|
|
32749
32925
|
types: string[];
|
|
32750
32926
|
properties: {
|
|
@@ -33120,6 +33296,43 @@ export declare const PATTERN_REGISTRY: {
|
|
|
33120
33296
|
types: string[];
|
|
33121
33297
|
description: string;
|
|
33122
33298
|
required: boolean;
|
|
33299
|
+
kind: string;
|
|
33300
|
+
cardinality: string;
|
|
33301
|
+
items: {
|
|
33302
|
+
types: string[];
|
|
33303
|
+
properties: {
|
|
33304
|
+
id: {
|
|
33305
|
+
types: string[];
|
|
33306
|
+
};
|
|
33307
|
+
label: {
|
|
33308
|
+
types: string[];
|
|
33309
|
+
};
|
|
33310
|
+
x: {
|
|
33311
|
+
types: string[];
|
|
33312
|
+
};
|
|
33313
|
+
y: {
|
|
33314
|
+
types: string[];
|
|
33315
|
+
};
|
|
33316
|
+
shape: {
|
|
33317
|
+
types: string[];
|
|
33318
|
+
enumValues: string[];
|
|
33319
|
+
};
|
|
33320
|
+
capacity: {
|
|
33321
|
+
types: string[];
|
|
33322
|
+
};
|
|
33323
|
+
status: {
|
|
33324
|
+
types: string[];
|
|
33325
|
+
enumValues: string[];
|
|
33326
|
+
};
|
|
33327
|
+
partySize: {
|
|
33328
|
+
types: string[];
|
|
33329
|
+
};
|
|
33330
|
+
serverName: {
|
|
33331
|
+
types: string[];
|
|
33332
|
+
};
|
|
33333
|
+
};
|
|
33334
|
+
required: string[];
|
|
33335
|
+
};
|
|
33123
33336
|
};
|
|
33124
33337
|
width: {
|
|
33125
33338
|
types: string[];
|
|
@@ -36999,6 +37212,8 @@ export declare const PATTERN_REGISTRY: {
|
|
|
36999
37212
|
entity: {
|
|
37000
37213
|
types: string[];
|
|
37001
37214
|
description: string;
|
|
37215
|
+
kind: string;
|
|
37216
|
+
cardinality: string;
|
|
37002
37217
|
};
|
|
37003
37218
|
className: {
|
|
37004
37219
|
types: string[];
|
|
@@ -40205,6 +40420,8 @@ export declare const PATTERN_REGISTRY: {
|
|
|
40205
40420
|
entity: {
|
|
40206
40421
|
types: string[];
|
|
40207
40422
|
description: string;
|
|
40423
|
+
kind: string;
|
|
40424
|
+
cardinality: string;
|
|
40208
40425
|
};
|
|
40209
40426
|
className: {
|
|
40210
40427
|
types: string[];
|
|
@@ -40753,6 +40970,11 @@ export declare const PATTERN_REGISTRY: {
|
|
|
40753
40970
|
types: string[];
|
|
40754
40971
|
description: string;
|
|
40755
40972
|
required: boolean;
|
|
40973
|
+
kind: string;
|
|
40974
|
+
cardinality: string;
|
|
40975
|
+
items: {
|
|
40976
|
+
types: string[];
|
|
40977
|
+
};
|
|
40756
40978
|
};
|
|
40757
40979
|
columns: {
|
|
40758
40980
|
types: string[];
|
|
@@ -40871,6 +41093,10 @@ export declare const PATTERN_REGISTRY: {
|
|
|
40871
41093
|
required: string[];
|
|
40872
41094
|
};
|
|
40873
41095
|
};
|
|
41096
|
+
maxInlineActions: {
|
|
41097
|
+
types: string[];
|
|
41098
|
+
description: string;
|
|
41099
|
+
};
|
|
40874
41100
|
selectable: {
|
|
40875
41101
|
types: string[];
|
|
40876
41102
|
description: string;
|