@almadar/patterns 2.25.0 → 2.25.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 +1 -1
- package/dist/index.d.ts +360 -0
- package/dist/index.js +299 -12
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +297 -10
- package/dist/registry.json +297 -10
- package/package.json +8 -10
package/dist/index.d.ts
CHANGED
|
@@ -16606,6 +16606,26 @@ export declare const registry: {
|
|
|
16606
16606
|
kind: string;
|
|
16607
16607
|
callbackArgs: never[];
|
|
16608
16608
|
};
|
|
16609
|
+
clickEvent: {
|
|
16610
|
+
types: string[];
|
|
16611
|
+
description: string;
|
|
16612
|
+
kind: string;
|
|
16613
|
+
emitPayloadSchema: {
|
|
16614
|
+
name: string;
|
|
16615
|
+
type: string;
|
|
16616
|
+
required: boolean;
|
|
16617
|
+
}[];
|
|
16618
|
+
};
|
|
16619
|
+
removeEvent: {
|
|
16620
|
+
types: string[];
|
|
16621
|
+
description: string;
|
|
16622
|
+
kind: string;
|
|
16623
|
+
emitPayloadSchema: {
|
|
16624
|
+
name: string;
|
|
16625
|
+
type: string;
|
|
16626
|
+
required: boolean;
|
|
16627
|
+
}[];
|
|
16628
|
+
};
|
|
16609
16629
|
};
|
|
16610
16630
|
};
|
|
16611
16631
|
"likert-scale": {
|
|
@@ -16636,6 +16656,16 @@ export declare const registry: {
|
|
|
16636
16656
|
type: string;
|
|
16637
16657
|
}[];
|
|
16638
16658
|
};
|
|
16659
|
+
changeEvent: {
|
|
16660
|
+
types: string[];
|
|
16661
|
+
description: string;
|
|
16662
|
+
kind: string;
|
|
16663
|
+
emitPayloadSchema: {
|
|
16664
|
+
name: string;
|
|
16665
|
+
type: string;
|
|
16666
|
+
required: boolean;
|
|
16667
|
+
}[];
|
|
16668
|
+
};
|
|
16639
16669
|
disabled: {
|
|
16640
16670
|
types: string[];
|
|
16641
16671
|
description: string;
|
|
@@ -16689,6 +16719,16 @@ export declare const registry: {
|
|
|
16689
16719
|
type: string;
|
|
16690
16720
|
}[];
|
|
16691
16721
|
};
|
|
16722
|
+
changeEvent: {
|
|
16723
|
+
types: string[];
|
|
16724
|
+
description: string;
|
|
16725
|
+
kind: string;
|
|
16726
|
+
emitPayloadSchema: {
|
|
16727
|
+
name: string;
|
|
16728
|
+
type: string;
|
|
16729
|
+
required: boolean;
|
|
16730
|
+
}[];
|
|
16731
|
+
};
|
|
16692
16732
|
disabled: {
|
|
16693
16733
|
types: string[];
|
|
16694
16734
|
description: string;
|
|
@@ -16720,6 +16760,16 @@ export declare const registry: {
|
|
|
16720
16760
|
type: string;
|
|
16721
16761
|
}[];
|
|
16722
16762
|
};
|
|
16763
|
+
scanEvent: {
|
|
16764
|
+
types: string[];
|
|
16765
|
+
description: string;
|
|
16766
|
+
kind: string;
|
|
16767
|
+
emitPayloadSchema: {
|
|
16768
|
+
name: string;
|
|
16769
|
+
type: string;
|
|
16770
|
+
required: boolean;
|
|
16771
|
+
}[];
|
|
16772
|
+
};
|
|
16723
16773
|
onError: {
|
|
16724
16774
|
types: string[];
|
|
16725
16775
|
description: string;
|
|
@@ -16782,6 +16832,16 @@ export declare const registry: {
|
|
|
16782
16832
|
type: string;
|
|
16783
16833
|
}[];
|
|
16784
16834
|
};
|
|
16835
|
+
voteEvent: {
|
|
16836
|
+
types: string[];
|
|
16837
|
+
description: string;
|
|
16838
|
+
kind: string;
|
|
16839
|
+
emitPayloadSchema: {
|
|
16840
|
+
name: string;
|
|
16841
|
+
type: string;
|
|
16842
|
+
required: boolean;
|
|
16843
|
+
}[];
|
|
16844
|
+
};
|
|
16785
16845
|
disabled: {
|
|
16786
16846
|
types: string[];
|
|
16787
16847
|
description: string;
|
|
@@ -16832,6 +16892,16 @@ export declare const registry: {
|
|
|
16832
16892
|
type: string;
|
|
16833
16893
|
}[];
|
|
16834
16894
|
};
|
|
16895
|
+
rulesChangeEvent: {
|
|
16896
|
+
types: string[];
|
|
16897
|
+
description: string;
|
|
16898
|
+
kind: string;
|
|
16899
|
+
emitPayloadSchema: {
|
|
16900
|
+
name: string;
|
|
16901
|
+
type: string;
|
|
16902
|
+
required: boolean;
|
|
16903
|
+
}[];
|
|
16904
|
+
};
|
|
16835
16905
|
readOnly: {
|
|
16836
16906
|
types: string[];
|
|
16837
16907
|
description: string;
|
|
@@ -16894,6 +16964,46 @@ export declare const registry: {
|
|
|
16894
16964
|
type: string;
|
|
16895
16965
|
}[];
|
|
16896
16966
|
};
|
|
16967
|
+
voteEvent: {
|
|
16968
|
+
types: string[];
|
|
16969
|
+
description: string;
|
|
16970
|
+
kind: string;
|
|
16971
|
+
emitPayloadSchema: {
|
|
16972
|
+
name: string;
|
|
16973
|
+
type: string;
|
|
16974
|
+
required: boolean;
|
|
16975
|
+
}[];
|
|
16976
|
+
};
|
|
16977
|
+
replyEvent: {
|
|
16978
|
+
types: string[];
|
|
16979
|
+
description: string;
|
|
16980
|
+
kind: string;
|
|
16981
|
+
emitPayloadSchema: {
|
|
16982
|
+
name: string;
|
|
16983
|
+
type: string;
|
|
16984
|
+
required: boolean;
|
|
16985
|
+
}[];
|
|
16986
|
+
};
|
|
16987
|
+
flagEvent: {
|
|
16988
|
+
types: string[];
|
|
16989
|
+
description: string;
|
|
16990
|
+
kind: string;
|
|
16991
|
+
emitPayloadSchema: {
|
|
16992
|
+
name: string;
|
|
16993
|
+
type: string;
|
|
16994
|
+
required: boolean;
|
|
16995
|
+
}[];
|
|
16996
|
+
};
|
|
16997
|
+
continueThreadEvent: {
|
|
16998
|
+
types: string[];
|
|
16999
|
+
description: string;
|
|
17000
|
+
kind: string;
|
|
17001
|
+
emitPayloadSchema: {
|
|
17002
|
+
name: string;
|
|
17003
|
+
type: string;
|
|
17004
|
+
required: boolean;
|
|
17005
|
+
}[];
|
|
17006
|
+
};
|
|
16897
17007
|
showActions: {
|
|
16898
17008
|
types: string[];
|
|
16899
17009
|
description: string;
|
|
@@ -16924,6 +17034,16 @@ export declare const registry: {
|
|
|
16924
17034
|
type: string;
|
|
16925
17035
|
}[];
|
|
16926
17036
|
};
|
|
17037
|
+
changeEvent: {
|
|
17038
|
+
types: string[];
|
|
17039
|
+
description: string;
|
|
17040
|
+
kind: string;
|
|
17041
|
+
emitPayloadSchema: {
|
|
17042
|
+
name: string;
|
|
17043
|
+
type: string;
|
|
17044
|
+
required: boolean;
|
|
17045
|
+
}[];
|
|
17046
|
+
};
|
|
16927
17047
|
readOnly: {
|
|
16928
17048
|
types: string[];
|
|
16929
17049
|
description: string;
|
|
@@ -16994,6 +17114,36 @@ export declare const registry: {
|
|
|
16994
17114
|
type: string;
|
|
16995
17115
|
}[];
|
|
16996
17116
|
};
|
|
17117
|
+
selectBeforeEvent: {
|
|
17118
|
+
types: string[];
|
|
17119
|
+
description: string;
|
|
17120
|
+
kind: string;
|
|
17121
|
+
emitPayloadSchema: {
|
|
17122
|
+
name: string;
|
|
17123
|
+
type: string;
|
|
17124
|
+
required: boolean;
|
|
17125
|
+
}[];
|
|
17126
|
+
};
|
|
17127
|
+
selectAfterEvent: {
|
|
17128
|
+
types: string[];
|
|
17129
|
+
description: string;
|
|
17130
|
+
kind: string;
|
|
17131
|
+
emitPayloadSchema: {
|
|
17132
|
+
name: string;
|
|
17133
|
+
type: string;
|
|
17134
|
+
required: boolean;
|
|
17135
|
+
}[];
|
|
17136
|
+
};
|
|
17137
|
+
revertEvent: {
|
|
17138
|
+
types: string[];
|
|
17139
|
+
description: string;
|
|
17140
|
+
kind: string;
|
|
17141
|
+
emitPayloadSchema: {
|
|
17142
|
+
name: string;
|
|
17143
|
+
type: string;
|
|
17144
|
+
required: boolean;
|
|
17145
|
+
}[];
|
|
17146
|
+
};
|
|
16997
17147
|
language: {
|
|
16998
17148
|
types: string[];
|
|
16999
17149
|
description: string;
|
|
@@ -17048,6 +17198,16 @@ export declare const registry: {
|
|
|
17048
17198
|
type: string;
|
|
17049
17199
|
}[];
|
|
17050
17200
|
};
|
|
17201
|
+
changeEvent: {
|
|
17202
|
+
types: string[];
|
|
17203
|
+
description: string;
|
|
17204
|
+
kind: string;
|
|
17205
|
+
emitPayloadSchema: {
|
|
17206
|
+
name: string;
|
|
17207
|
+
type: string;
|
|
17208
|
+
required: boolean;
|
|
17209
|
+
}[];
|
|
17210
|
+
};
|
|
17051
17211
|
size: {
|
|
17052
17212
|
types: string[];
|
|
17053
17213
|
description: string;
|
|
@@ -17105,6 +17265,26 @@ export declare const registry: {
|
|
|
17105
17265
|
type: string;
|
|
17106
17266
|
}[];
|
|
17107
17267
|
};
|
|
17268
|
+
selectEvent: {
|
|
17269
|
+
types: string[];
|
|
17270
|
+
description: string;
|
|
17271
|
+
kind: string;
|
|
17272
|
+
emitPayloadSchema: {
|
|
17273
|
+
name: string;
|
|
17274
|
+
type: string;
|
|
17275
|
+
required: boolean;
|
|
17276
|
+
}[];
|
|
17277
|
+
};
|
|
17278
|
+
moveEvent: {
|
|
17279
|
+
types: string[];
|
|
17280
|
+
description: string;
|
|
17281
|
+
kind: string;
|
|
17282
|
+
emitPayloadSchema: {
|
|
17283
|
+
name: string;
|
|
17284
|
+
type: string;
|
|
17285
|
+
required: boolean;
|
|
17286
|
+
}[];
|
|
17287
|
+
};
|
|
17108
17288
|
className: {
|
|
17109
17289
|
types: string[];
|
|
17110
17290
|
description: string;
|
|
@@ -33858,6 +34038,26 @@ export declare const PATTERN_REGISTRY: {
|
|
|
33858
34038
|
kind: string;
|
|
33859
34039
|
callbackArgs: never[];
|
|
33860
34040
|
};
|
|
34041
|
+
clickEvent: {
|
|
34042
|
+
types: string[];
|
|
34043
|
+
description: string;
|
|
34044
|
+
kind: string;
|
|
34045
|
+
emitPayloadSchema: {
|
|
34046
|
+
name: string;
|
|
34047
|
+
type: string;
|
|
34048
|
+
required: boolean;
|
|
34049
|
+
}[];
|
|
34050
|
+
};
|
|
34051
|
+
removeEvent: {
|
|
34052
|
+
types: string[];
|
|
34053
|
+
description: string;
|
|
34054
|
+
kind: string;
|
|
34055
|
+
emitPayloadSchema: {
|
|
34056
|
+
name: string;
|
|
34057
|
+
type: string;
|
|
34058
|
+
required: boolean;
|
|
34059
|
+
}[];
|
|
34060
|
+
};
|
|
33861
34061
|
};
|
|
33862
34062
|
};
|
|
33863
34063
|
"likert-scale": {
|
|
@@ -33888,6 +34088,16 @@ export declare const PATTERN_REGISTRY: {
|
|
|
33888
34088
|
type: string;
|
|
33889
34089
|
}[];
|
|
33890
34090
|
};
|
|
34091
|
+
changeEvent: {
|
|
34092
|
+
types: string[];
|
|
34093
|
+
description: string;
|
|
34094
|
+
kind: string;
|
|
34095
|
+
emitPayloadSchema: {
|
|
34096
|
+
name: string;
|
|
34097
|
+
type: string;
|
|
34098
|
+
required: boolean;
|
|
34099
|
+
}[];
|
|
34100
|
+
};
|
|
33891
34101
|
disabled: {
|
|
33892
34102
|
types: string[];
|
|
33893
34103
|
description: string;
|
|
@@ -33941,6 +34151,16 @@ export declare const PATTERN_REGISTRY: {
|
|
|
33941
34151
|
type: string;
|
|
33942
34152
|
}[];
|
|
33943
34153
|
};
|
|
34154
|
+
changeEvent: {
|
|
34155
|
+
types: string[];
|
|
34156
|
+
description: string;
|
|
34157
|
+
kind: string;
|
|
34158
|
+
emitPayloadSchema: {
|
|
34159
|
+
name: string;
|
|
34160
|
+
type: string;
|
|
34161
|
+
required: boolean;
|
|
34162
|
+
}[];
|
|
34163
|
+
};
|
|
33944
34164
|
disabled: {
|
|
33945
34165
|
types: string[];
|
|
33946
34166
|
description: string;
|
|
@@ -33972,6 +34192,16 @@ export declare const PATTERN_REGISTRY: {
|
|
|
33972
34192
|
type: string;
|
|
33973
34193
|
}[];
|
|
33974
34194
|
};
|
|
34195
|
+
scanEvent: {
|
|
34196
|
+
types: string[];
|
|
34197
|
+
description: string;
|
|
34198
|
+
kind: string;
|
|
34199
|
+
emitPayloadSchema: {
|
|
34200
|
+
name: string;
|
|
34201
|
+
type: string;
|
|
34202
|
+
required: boolean;
|
|
34203
|
+
}[];
|
|
34204
|
+
};
|
|
33975
34205
|
onError: {
|
|
33976
34206
|
types: string[];
|
|
33977
34207
|
description: string;
|
|
@@ -34034,6 +34264,16 @@ export declare const PATTERN_REGISTRY: {
|
|
|
34034
34264
|
type: string;
|
|
34035
34265
|
}[];
|
|
34036
34266
|
};
|
|
34267
|
+
voteEvent: {
|
|
34268
|
+
types: string[];
|
|
34269
|
+
description: string;
|
|
34270
|
+
kind: string;
|
|
34271
|
+
emitPayloadSchema: {
|
|
34272
|
+
name: string;
|
|
34273
|
+
type: string;
|
|
34274
|
+
required: boolean;
|
|
34275
|
+
}[];
|
|
34276
|
+
};
|
|
34037
34277
|
disabled: {
|
|
34038
34278
|
types: string[];
|
|
34039
34279
|
description: string;
|
|
@@ -34084,6 +34324,16 @@ export declare const PATTERN_REGISTRY: {
|
|
|
34084
34324
|
type: string;
|
|
34085
34325
|
}[];
|
|
34086
34326
|
};
|
|
34327
|
+
rulesChangeEvent: {
|
|
34328
|
+
types: string[];
|
|
34329
|
+
description: string;
|
|
34330
|
+
kind: string;
|
|
34331
|
+
emitPayloadSchema: {
|
|
34332
|
+
name: string;
|
|
34333
|
+
type: string;
|
|
34334
|
+
required: boolean;
|
|
34335
|
+
}[];
|
|
34336
|
+
};
|
|
34087
34337
|
readOnly: {
|
|
34088
34338
|
types: string[];
|
|
34089
34339
|
description: string;
|
|
@@ -34146,6 +34396,46 @@ export declare const PATTERN_REGISTRY: {
|
|
|
34146
34396
|
type: string;
|
|
34147
34397
|
}[];
|
|
34148
34398
|
};
|
|
34399
|
+
voteEvent: {
|
|
34400
|
+
types: string[];
|
|
34401
|
+
description: string;
|
|
34402
|
+
kind: string;
|
|
34403
|
+
emitPayloadSchema: {
|
|
34404
|
+
name: string;
|
|
34405
|
+
type: string;
|
|
34406
|
+
required: boolean;
|
|
34407
|
+
}[];
|
|
34408
|
+
};
|
|
34409
|
+
replyEvent: {
|
|
34410
|
+
types: string[];
|
|
34411
|
+
description: string;
|
|
34412
|
+
kind: string;
|
|
34413
|
+
emitPayloadSchema: {
|
|
34414
|
+
name: string;
|
|
34415
|
+
type: string;
|
|
34416
|
+
required: boolean;
|
|
34417
|
+
}[];
|
|
34418
|
+
};
|
|
34419
|
+
flagEvent: {
|
|
34420
|
+
types: string[];
|
|
34421
|
+
description: string;
|
|
34422
|
+
kind: string;
|
|
34423
|
+
emitPayloadSchema: {
|
|
34424
|
+
name: string;
|
|
34425
|
+
type: string;
|
|
34426
|
+
required: boolean;
|
|
34427
|
+
}[];
|
|
34428
|
+
};
|
|
34429
|
+
continueThreadEvent: {
|
|
34430
|
+
types: string[];
|
|
34431
|
+
description: string;
|
|
34432
|
+
kind: string;
|
|
34433
|
+
emitPayloadSchema: {
|
|
34434
|
+
name: string;
|
|
34435
|
+
type: string;
|
|
34436
|
+
required: boolean;
|
|
34437
|
+
}[];
|
|
34438
|
+
};
|
|
34149
34439
|
showActions: {
|
|
34150
34440
|
types: string[];
|
|
34151
34441
|
description: string;
|
|
@@ -34176,6 +34466,16 @@ export declare const PATTERN_REGISTRY: {
|
|
|
34176
34466
|
type: string;
|
|
34177
34467
|
}[];
|
|
34178
34468
|
};
|
|
34469
|
+
changeEvent: {
|
|
34470
|
+
types: string[];
|
|
34471
|
+
description: string;
|
|
34472
|
+
kind: string;
|
|
34473
|
+
emitPayloadSchema: {
|
|
34474
|
+
name: string;
|
|
34475
|
+
type: string;
|
|
34476
|
+
required: boolean;
|
|
34477
|
+
}[];
|
|
34478
|
+
};
|
|
34179
34479
|
readOnly: {
|
|
34180
34480
|
types: string[];
|
|
34181
34481
|
description: string;
|
|
@@ -34246,6 +34546,36 @@ export declare const PATTERN_REGISTRY: {
|
|
|
34246
34546
|
type: string;
|
|
34247
34547
|
}[];
|
|
34248
34548
|
};
|
|
34549
|
+
selectBeforeEvent: {
|
|
34550
|
+
types: string[];
|
|
34551
|
+
description: string;
|
|
34552
|
+
kind: string;
|
|
34553
|
+
emitPayloadSchema: {
|
|
34554
|
+
name: string;
|
|
34555
|
+
type: string;
|
|
34556
|
+
required: boolean;
|
|
34557
|
+
}[];
|
|
34558
|
+
};
|
|
34559
|
+
selectAfterEvent: {
|
|
34560
|
+
types: string[];
|
|
34561
|
+
description: string;
|
|
34562
|
+
kind: string;
|
|
34563
|
+
emitPayloadSchema: {
|
|
34564
|
+
name: string;
|
|
34565
|
+
type: string;
|
|
34566
|
+
required: boolean;
|
|
34567
|
+
}[];
|
|
34568
|
+
};
|
|
34569
|
+
revertEvent: {
|
|
34570
|
+
types: string[];
|
|
34571
|
+
description: string;
|
|
34572
|
+
kind: string;
|
|
34573
|
+
emitPayloadSchema: {
|
|
34574
|
+
name: string;
|
|
34575
|
+
type: string;
|
|
34576
|
+
required: boolean;
|
|
34577
|
+
}[];
|
|
34578
|
+
};
|
|
34249
34579
|
language: {
|
|
34250
34580
|
types: string[];
|
|
34251
34581
|
description: string;
|
|
@@ -34300,6 +34630,16 @@ export declare const PATTERN_REGISTRY: {
|
|
|
34300
34630
|
type: string;
|
|
34301
34631
|
}[];
|
|
34302
34632
|
};
|
|
34633
|
+
changeEvent: {
|
|
34634
|
+
types: string[];
|
|
34635
|
+
description: string;
|
|
34636
|
+
kind: string;
|
|
34637
|
+
emitPayloadSchema: {
|
|
34638
|
+
name: string;
|
|
34639
|
+
type: string;
|
|
34640
|
+
required: boolean;
|
|
34641
|
+
}[];
|
|
34642
|
+
};
|
|
34303
34643
|
size: {
|
|
34304
34644
|
types: string[];
|
|
34305
34645
|
description: string;
|
|
@@ -34357,6 +34697,26 @@ export declare const PATTERN_REGISTRY: {
|
|
|
34357
34697
|
type: string;
|
|
34358
34698
|
}[];
|
|
34359
34699
|
};
|
|
34700
|
+
selectEvent: {
|
|
34701
|
+
types: string[];
|
|
34702
|
+
description: string;
|
|
34703
|
+
kind: string;
|
|
34704
|
+
emitPayloadSchema: {
|
|
34705
|
+
name: string;
|
|
34706
|
+
type: string;
|
|
34707
|
+
required: boolean;
|
|
34708
|
+
}[];
|
|
34709
|
+
};
|
|
34710
|
+
moveEvent: {
|
|
34711
|
+
types: string[];
|
|
34712
|
+
description: string;
|
|
34713
|
+
kind: string;
|
|
34714
|
+
emitPayloadSchema: {
|
|
34715
|
+
name: string;
|
|
34716
|
+
type: string;
|
|
34717
|
+
required: boolean;
|
|
34718
|
+
}[];
|
|
34719
|
+
};
|
|
34360
34720
|
className: {
|
|
34361
34721
|
types: string[];
|
|
34362
34722
|
description: string;
|