@almadar/patterns 2.0.3 → 2.1.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 +282 -31
- package/dist/index.js +120 -15
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +118 -13
- package/dist/registry.json +118 -13
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var version$3 = "1.0.0";
|
|
2
|
-
var exportedAt$3 = "2026-03-
|
|
2
|
+
var exportedAt$3 = "2026-03-06T07:07:47.853Z";
|
|
3
3
|
var patterns = {
|
|
4
4
|
"entity-table": {
|
|
5
5
|
type: "entity-table",
|
|
@@ -7491,6 +7491,19 @@ var patterns = {
|
|
|
7491
7491
|
],
|
|
7492
7492
|
typicalSize: "full",
|
|
7493
7493
|
propsSchema: {
|
|
7494
|
+
entity: {
|
|
7495
|
+
types: [
|
|
7496
|
+
"object"
|
|
7497
|
+
],
|
|
7498
|
+
description: "Entity data, the sole source of runtime state",
|
|
7499
|
+
required: true
|
|
7500
|
+
},
|
|
7501
|
+
className: {
|
|
7502
|
+
types: [
|
|
7503
|
+
"string"
|
|
7504
|
+
],
|
|
7505
|
+
description: "External styling override"
|
|
7506
|
+
},
|
|
7494
7507
|
onIncrement: {
|
|
7495
7508
|
types: [
|
|
7496
7509
|
"function"
|
|
@@ -7613,6 +7626,19 @@ var patterns = {
|
|
|
7613
7626
|
],
|
|
7614
7627
|
typicalSize: "full",
|
|
7615
7628
|
propsSchema: {
|
|
7629
|
+
entity: {
|
|
7630
|
+
types: [
|
|
7631
|
+
"object"
|
|
7632
|
+
],
|
|
7633
|
+
description: "Entity data, the sole source of runtime state",
|
|
7634
|
+
required: true
|
|
7635
|
+
},
|
|
7636
|
+
className: {
|
|
7637
|
+
types: [
|
|
7638
|
+
"string"
|
|
7639
|
+
],
|
|
7640
|
+
description: "Additional class name"
|
|
7641
|
+
},
|
|
7616
7642
|
title: {
|
|
7617
7643
|
types: [
|
|
7618
7644
|
"string"
|
|
@@ -7649,12 +7675,6 @@ var patterns = {
|
|
|
7649
7675
|
"object"
|
|
7650
7676
|
],
|
|
7651
7677
|
description: "Game controls"
|
|
7652
|
-
},
|
|
7653
|
-
className: {
|
|
7654
|
-
types: [
|
|
7655
|
-
"string"
|
|
7656
|
-
],
|
|
7657
|
-
description: "Additional class name"
|
|
7658
7678
|
}
|
|
7659
7679
|
}
|
|
7660
7680
|
},
|
|
@@ -7670,6 +7690,19 @@ var patterns = {
|
|
|
7670
7690
|
],
|
|
7671
7691
|
typicalSize: "full",
|
|
7672
7692
|
propsSchema: {
|
|
7693
|
+
entity: {
|
|
7694
|
+
types: [
|
|
7695
|
+
"object"
|
|
7696
|
+
],
|
|
7697
|
+
description: "Entity data, the sole source of runtime state",
|
|
7698
|
+
required: true
|
|
7699
|
+
},
|
|
7700
|
+
className: {
|
|
7701
|
+
types: [
|
|
7702
|
+
"string"
|
|
7703
|
+
],
|
|
7704
|
+
description: "Additional class name"
|
|
7705
|
+
},
|
|
7673
7706
|
title: {
|
|
7674
7707
|
types: [
|
|
7675
7708
|
"string"
|
|
@@ -7701,12 +7734,6 @@ var patterns = {
|
|
|
7701
7734
|
"node"
|
|
7702
7735
|
],
|
|
7703
7736
|
description: "Footer content"
|
|
7704
|
-
},
|
|
7705
|
-
className: {
|
|
7706
|
-
types: [
|
|
7707
|
-
"string"
|
|
7708
|
-
],
|
|
7709
|
-
description: "Additional class name"
|
|
7710
7737
|
}
|
|
7711
7738
|
}
|
|
7712
7739
|
},
|
|
@@ -9048,6 +9075,19 @@ var patterns = {
|
|
|
9048
9075
|
],
|
|
9049
9076
|
typicalSize: "full",
|
|
9050
9077
|
propsSchema: {
|
|
9078
|
+
entity: {
|
|
9079
|
+
types: [
|
|
9080
|
+
"object"
|
|
9081
|
+
],
|
|
9082
|
+
description: "Entity data, the sole source of runtime state",
|
|
9083
|
+
required: true
|
|
9084
|
+
},
|
|
9085
|
+
className: {
|
|
9086
|
+
types: [
|
|
9087
|
+
"string"
|
|
9088
|
+
],
|
|
9089
|
+
description: "External styling override"
|
|
9090
|
+
},
|
|
9051
9091
|
scale: {
|
|
9052
9092
|
types: [
|
|
9053
9093
|
"number"
|
|
@@ -9073,6 +9113,19 @@ var patterns = {
|
|
|
9073
9113
|
],
|
|
9074
9114
|
typicalSize: "full",
|
|
9075
9115
|
propsSchema: {
|
|
9116
|
+
entity: {
|
|
9117
|
+
types: [
|
|
9118
|
+
"object"
|
|
9119
|
+
],
|
|
9120
|
+
description: "Entity data, the sole source of runtime state",
|
|
9121
|
+
required: true
|
|
9122
|
+
},
|
|
9123
|
+
className: {
|
|
9124
|
+
types: [
|
|
9125
|
+
"string"
|
|
9126
|
+
],
|
|
9127
|
+
description: "External styling override"
|
|
9128
|
+
},
|
|
9076
9129
|
scale: {
|
|
9077
9130
|
types: [
|
|
9078
9131
|
"number"
|
|
@@ -9093,6 +9146,19 @@ var patterns = {
|
|
|
9093
9146
|
],
|
|
9094
9147
|
typicalSize: "full",
|
|
9095
9148
|
propsSchema: {
|
|
9149
|
+
entity: {
|
|
9150
|
+
types: [
|
|
9151
|
+
"object"
|
|
9152
|
+
],
|
|
9153
|
+
description: "Entity data, the sole source of runtime state",
|
|
9154
|
+
required: true
|
|
9155
|
+
},
|
|
9156
|
+
className: {
|
|
9157
|
+
types: [
|
|
9158
|
+
"string"
|
|
9159
|
+
],
|
|
9160
|
+
description: "External styling override"
|
|
9161
|
+
},
|
|
9096
9162
|
scale: {
|
|
9097
9163
|
types: [
|
|
9098
9164
|
"number"
|
|
@@ -10604,6 +10670,19 @@ var patterns = {
|
|
|
10604
10670
|
],
|
|
10605
10671
|
typicalSize: "full",
|
|
10606
10672
|
propsSchema: {
|
|
10673
|
+
entity: {
|
|
10674
|
+
types: [
|
|
10675
|
+
"object"
|
|
10676
|
+
],
|
|
10677
|
+
description: "Entity data, the sole source of runtime state",
|
|
10678
|
+
required: true
|
|
10679
|
+
},
|
|
10680
|
+
className: {
|
|
10681
|
+
types: [
|
|
10682
|
+
"string"
|
|
10683
|
+
],
|
|
10684
|
+
description: "External styling override"
|
|
10685
|
+
},
|
|
10607
10686
|
cameraMode: {
|
|
10608
10687
|
types: [
|
|
10609
10688
|
"string"
|
|
@@ -10703,6 +10782,19 @@ var patterns = {
|
|
|
10703
10782
|
],
|
|
10704
10783
|
typicalSize: "full",
|
|
10705
10784
|
propsSchema: {
|
|
10785
|
+
entity: {
|
|
10786
|
+
types: [
|
|
10787
|
+
"object"
|
|
10788
|
+
],
|
|
10789
|
+
description: "Entity data, the sole source of runtime state",
|
|
10790
|
+
required: true
|
|
10791
|
+
},
|
|
10792
|
+
className: {
|
|
10793
|
+
types: [
|
|
10794
|
+
"string"
|
|
10795
|
+
],
|
|
10796
|
+
description: "External styling override"
|
|
10797
|
+
},
|
|
10706
10798
|
cameraMode: {
|
|
10707
10799
|
types: [
|
|
10708
10800
|
"string"
|
|
@@ -10797,6 +10889,19 @@ var patterns = {
|
|
|
10797
10889
|
],
|
|
10798
10890
|
typicalSize: "full",
|
|
10799
10891
|
propsSchema: {
|
|
10892
|
+
entity: {
|
|
10893
|
+
types: [
|
|
10894
|
+
"object"
|
|
10895
|
+
],
|
|
10896
|
+
description: "Entity data, the sole source of runtime state",
|
|
10897
|
+
required: true
|
|
10898
|
+
},
|
|
10899
|
+
className: {
|
|
10900
|
+
types: [
|
|
10901
|
+
"string"
|
|
10902
|
+
],
|
|
10903
|
+
description: "External styling override"
|
|
10904
|
+
},
|
|
10800
10905
|
cameraMode: {
|
|
10801
10906
|
types: [
|
|
10802
10907
|
"string"
|
|
@@ -14339,7 +14444,7 @@ var integratorsRegistry = {
|
|
|
14339
14444
|
};
|
|
14340
14445
|
|
|
14341
14446
|
var version$1 = "1.0.0";
|
|
14342
|
-
var exportedAt$1 = "2026-03-
|
|
14447
|
+
var exportedAt$1 = "2026-03-06T07:07:47.853Z";
|
|
14343
14448
|
var mappings = {
|
|
14344
14449
|
"page-header": {
|
|
14345
14450
|
component: "PageHeader",
|
|
@@ -15297,7 +15402,7 @@ var componentMapping = {
|
|
|
15297
15402
|
};
|
|
15298
15403
|
|
|
15299
15404
|
var version = "1.0.0";
|
|
15300
|
-
var exportedAt = "2026-03-
|
|
15405
|
+
var exportedAt = "2026-03-06T07:07:47.853Z";
|
|
15301
15406
|
var contracts = {
|
|
15302
15407
|
form: {
|
|
15303
15408
|
emits: [
|
|
@@ -24581,6 +24686,15 @@ declare const registry: {
|
|
|
24581
24686
|
suggestedFor: string[];
|
|
24582
24687
|
typicalSize: string;
|
|
24583
24688
|
propsSchema: {
|
|
24689
|
+
entity: {
|
|
24690
|
+
types: string[];
|
|
24691
|
+
description: string;
|
|
24692
|
+
required: boolean;
|
|
24693
|
+
};
|
|
24694
|
+
className: {
|
|
24695
|
+
types: string[];
|
|
24696
|
+
description: string;
|
|
24697
|
+
};
|
|
24584
24698
|
onIncrement: {
|
|
24585
24699
|
types: string[];
|
|
24586
24700
|
description: string;
|
|
@@ -24663,6 +24777,15 @@ declare const registry: {
|
|
|
24663
24777
|
suggestedFor: string[];
|
|
24664
24778
|
typicalSize: string;
|
|
24665
24779
|
propsSchema: {
|
|
24780
|
+
entity: {
|
|
24781
|
+
types: string[];
|
|
24782
|
+
description: string;
|
|
24783
|
+
required: boolean;
|
|
24784
|
+
};
|
|
24785
|
+
className: {
|
|
24786
|
+
types: string[];
|
|
24787
|
+
description: string;
|
|
24788
|
+
};
|
|
24666
24789
|
title: {
|
|
24667
24790
|
types: string[];
|
|
24668
24791
|
description: string;
|
|
@@ -24688,10 +24811,6 @@ declare const registry: {
|
|
|
24688
24811
|
types: string[];
|
|
24689
24812
|
description: string;
|
|
24690
24813
|
};
|
|
24691
|
-
className: {
|
|
24692
|
-
types: string[];
|
|
24693
|
-
description: string;
|
|
24694
|
-
};
|
|
24695
24814
|
};
|
|
24696
24815
|
};
|
|
24697
24816
|
"generic-app-template": {
|
|
@@ -24701,6 +24820,15 @@ declare const registry: {
|
|
|
24701
24820
|
suggestedFor: string[];
|
|
24702
24821
|
typicalSize: string;
|
|
24703
24822
|
propsSchema: {
|
|
24823
|
+
entity: {
|
|
24824
|
+
types: string[];
|
|
24825
|
+
description: string;
|
|
24826
|
+
required: boolean;
|
|
24827
|
+
};
|
|
24828
|
+
className: {
|
|
24829
|
+
types: string[];
|
|
24830
|
+
description: string;
|
|
24831
|
+
};
|
|
24704
24832
|
title: {
|
|
24705
24833
|
types: string[];
|
|
24706
24834
|
description: string;
|
|
@@ -24723,10 +24851,6 @@ declare const registry: {
|
|
|
24723
24851
|
types: string[];
|
|
24724
24852
|
description: string;
|
|
24725
24853
|
};
|
|
24726
|
-
className: {
|
|
24727
|
-
types: string[];
|
|
24728
|
-
description: string;
|
|
24729
|
-
};
|
|
24730
24854
|
};
|
|
24731
24855
|
};
|
|
24732
24856
|
"game-shell": {
|
|
@@ -25619,6 +25743,15 @@ declare const registry: {
|
|
|
25619
25743
|
suggestedFor: string[];
|
|
25620
25744
|
typicalSize: string;
|
|
25621
25745
|
propsSchema: {
|
|
25746
|
+
entity: {
|
|
25747
|
+
types: string[];
|
|
25748
|
+
description: string;
|
|
25749
|
+
required: boolean;
|
|
25750
|
+
};
|
|
25751
|
+
className: {
|
|
25752
|
+
types: string[];
|
|
25753
|
+
description: string;
|
|
25754
|
+
};
|
|
25622
25755
|
scale: {
|
|
25623
25756
|
types: string[];
|
|
25624
25757
|
description: string;
|
|
@@ -25636,6 +25769,15 @@ declare const registry: {
|
|
|
25636
25769
|
suggestedFor: string[];
|
|
25637
25770
|
typicalSize: string;
|
|
25638
25771
|
propsSchema: {
|
|
25772
|
+
entity: {
|
|
25773
|
+
types: string[];
|
|
25774
|
+
description: string;
|
|
25775
|
+
required: boolean;
|
|
25776
|
+
};
|
|
25777
|
+
className: {
|
|
25778
|
+
types: string[];
|
|
25779
|
+
description: string;
|
|
25780
|
+
};
|
|
25639
25781
|
scale: {
|
|
25640
25782
|
types: string[];
|
|
25641
25783
|
description: string;
|
|
@@ -25649,6 +25791,15 @@ declare const registry: {
|
|
|
25649
25791
|
suggestedFor: string[];
|
|
25650
25792
|
typicalSize: string;
|
|
25651
25793
|
propsSchema: {
|
|
25794
|
+
entity: {
|
|
25795
|
+
types: string[];
|
|
25796
|
+
description: string;
|
|
25797
|
+
required: boolean;
|
|
25798
|
+
};
|
|
25799
|
+
className: {
|
|
25800
|
+
types: string[];
|
|
25801
|
+
description: string;
|
|
25802
|
+
};
|
|
25652
25803
|
scale: {
|
|
25653
25804
|
types: string[];
|
|
25654
25805
|
description: string;
|
|
@@ -26664,6 +26815,15 @@ declare const registry: {
|
|
|
26664
26815
|
suggestedFor: string[];
|
|
26665
26816
|
typicalSize: string;
|
|
26666
26817
|
propsSchema: {
|
|
26818
|
+
entity: {
|
|
26819
|
+
types: string[];
|
|
26820
|
+
description: string;
|
|
26821
|
+
required: boolean;
|
|
26822
|
+
};
|
|
26823
|
+
className: {
|
|
26824
|
+
types: string[];
|
|
26825
|
+
description: string;
|
|
26826
|
+
};
|
|
26667
26827
|
cameraMode: {
|
|
26668
26828
|
types: string[];
|
|
26669
26829
|
description: string;
|
|
@@ -26729,6 +26889,15 @@ declare const registry: {
|
|
|
26729
26889
|
suggestedFor: string[];
|
|
26730
26890
|
typicalSize: string;
|
|
26731
26891
|
propsSchema: {
|
|
26892
|
+
entity: {
|
|
26893
|
+
types: string[];
|
|
26894
|
+
description: string;
|
|
26895
|
+
required: boolean;
|
|
26896
|
+
};
|
|
26897
|
+
className: {
|
|
26898
|
+
types: string[];
|
|
26899
|
+
description: string;
|
|
26900
|
+
};
|
|
26732
26901
|
cameraMode: {
|
|
26733
26902
|
types: string[];
|
|
26734
26903
|
description: string;
|
|
@@ -26790,6 +26959,15 @@ declare const registry: {
|
|
|
26790
26959
|
suggestedFor: string[];
|
|
26791
26960
|
typicalSize: string;
|
|
26792
26961
|
propsSchema: {
|
|
26962
|
+
entity: {
|
|
26963
|
+
types: string[];
|
|
26964
|
+
description: string;
|
|
26965
|
+
required: boolean;
|
|
26966
|
+
};
|
|
26967
|
+
className: {
|
|
26968
|
+
types: string[];
|
|
26969
|
+
description: string;
|
|
26970
|
+
};
|
|
26793
26971
|
cameraMode: {
|
|
26794
26972
|
types: string[];
|
|
26795
26973
|
description: string;
|
|
@@ -33736,6 +33914,15 @@ declare const PATTERN_REGISTRY: {
|
|
|
33736
33914
|
suggestedFor: string[];
|
|
33737
33915
|
typicalSize: string;
|
|
33738
33916
|
propsSchema: {
|
|
33917
|
+
entity: {
|
|
33918
|
+
types: string[];
|
|
33919
|
+
description: string;
|
|
33920
|
+
required: boolean;
|
|
33921
|
+
};
|
|
33922
|
+
className: {
|
|
33923
|
+
types: string[];
|
|
33924
|
+
description: string;
|
|
33925
|
+
};
|
|
33739
33926
|
onIncrement: {
|
|
33740
33927
|
types: string[];
|
|
33741
33928
|
description: string;
|
|
@@ -33818,6 +34005,15 @@ declare const PATTERN_REGISTRY: {
|
|
|
33818
34005
|
suggestedFor: string[];
|
|
33819
34006
|
typicalSize: string;
|
|
33820
34007
|
propsSchema: {
|
|
34008
|
+
entity: {
|
|
34009
|
+
types: string[];
|
|
34010
|
+
description: string;
|
|
34011
|
+
required: boolean;
|
|
34012
|
+
};
|
|
34013
|
+
className: {
|
|
34014
|
+
types: string[];
|
|
34015
|
+
description: string;
|
|
34016
|
+
};
|
|
33821
34017
|
title: {
|
|
33822
34018
|
types: string[];
|
|
33823
34019
|
description: string;
|
|
@@ -33843,10 +34039,6 @@ declare const PATTERN_REGISTRY: {
|
|
|
33843
34039
|
types: string[];
|
|
33844
34040
|
description: string;
|
|
33845
34041
|
};
|
|
33846
|
-
className: {
|
|
33847
|
-
types: string[];
|
|
33848
|
-
description: string;
|
|
33849
|
-
};
|
|
33850
34042
|
};
|
|
33851
34043
|
};
|
|
33852
34044
|
"generic-app-template": {
|
|
@@ -33856,6 +34048,15 @@ declare const PATTERN_REGISTRY: {
|
|
|
33856
34048
|
suggestedFor: string[];
|
|
33857
34049
|
typicalSize: string;
|
|
33858
34050
|
propsSchema: {
|
|
34051
|
+
entity: {
|
|
34052
|
+
types: string[];
|
|
34053
|
+
description: string;
|
|
34054
|
+
required: boolean;
|
|
34055
|
+
};
|
|
34056
|
+
className: {
|
|
34057
|
+
types: string[];
|
|
34058
|
+
description: string;
|
|
34059
|
+
};
|
|
33859
34060
|
title: {
|
|
33860
34061
|
types: string[];
|
|
33861
34062
|
description: string;
|
|
@@ -33878,10 +34079,6 @@ declare const PATTERN_REGISTRY: {
|
|
|
33878
34079
|
types: string[];
|
|
33879
34080
|
description: string;
|
|
33880
34081
|
};
|
|
33881
|
-
className: {
|
|
33882
|
-
types: string[];
|
|
33883
|
-
description: string;
|
|
33884
|
-
};
|
|
33885
34082
|
};
|
|
33886
34083
|
};
|
|
33887
34084
|
"game-shell": {
|
|
@@ -34774,6 +34971,15 @@ declare const PATTERN_REGISTRY: {
|
|
|
34774
34971
|
suggestedFor: string[];
|
|
34775
34972
|
typicalSize: string;
|
|
34776
34973
|
propsSchema: {
|
|
34974
|
+
entity: {
|
|
34975
|
+
types: string[];
|
|
34976
|
+
description: string;
|
|
34977
|
+
required: boolean;
|
|
34978
|
+
};
|
|
34979
|
+
className: {
|
|
34980
|
+
types: string[];
|
|
34981
|
+
description: string;
|
|
34982
|
+
};
|
|
34777
34983
|
scale: {
|
|
34778
34984
|
types: string[];
|
|
34779
34985
|
description: string;
|
|
@@ -34791,6 +34997,15 @@ declare const PATTERN_REGISTRY: {
|
|
|
34791
34997
|
suggestedFor: string[];
|
|
34792
34998
|
typicalSize: string;
|
|
34793
34999
|
propsSchema: {
|
|
35000
|
+
entity: {
|
|
35001
|
+
types: string[];
|
|
35002
|
+
description: string;
|
|
35003
|
+
required: boolean;
|
|
35004
|
+
};
|
|
35005
|
+
className: {
|
|
35006
|
+
types: string[];
|
|
35007
|
+
description: string;
|
|
35008
|
+
};
|
|
34794
35009
|
scale: {
|
|
34795
35010
|
types: string[];
|
|
34796
35011
|
description: string;
|
|
@@ -34804,6 +35019,15 @@ declare const PATTERN_REGISTRY: {
|
|
|
34804
35019
|
suggestedFor: string[];
|
|
34805
35020
|
typicalSize: string;
|
|
34806
35021
|
propsSchema: {
|
|
35022
|
+
entity: {
|
|
35023
|
+
types: string[];
|
|
35024
|
+
description: string;
|
|
35025
|
+
required: boolean;
|
|
35026
|
+
};
|
|
35027
|
+
className: {
|
|
35028
|
+
types: string[];
|
|
35029
|
+
description: string;
|
|
35030
|
+
};
|
|
34807
35031
|
scale: {
|
|
34808
35032
|
types: string[];
|
|
34809
35033
|
description: string;
|
|
@@ -35819,6 +36043,15 @@ declare const PATTERN_REGISTRY: {
|
|
|
35819
36043
|
suggestedFor: string[];
|
|
35820
36044
|
typicalSize: string;
|
|
35821
36045
|
propsSchema: {
|
|
36046
|
+
entity: {
|
|
36047
|
+
types: string[];
|
|
36048
|
+
description: string;
|
|
36049
|
+
required: boolean;
|
|
36050
|
+
};
|
|
36051
|
+
className: {
|
|
36052
|
+
types: string[];
|
|
36053
|
+
description: string;
|
|
36054
|
+
};
|
|
35822
36055
|
cameraMode: {
|
|
35823
36056
|
types: string[];
|
|
35824
36057
|
description: string;
|
|
@@ -35884,6 +36117,15 @@ declare const PATTERN_REGISTRY: {
|
|
|
35884
36117
|
suggestedFor: string[];
|
|
35885
36118
|
typicalSize: string;
|
|
35886
36119
|
propsSchema: {
|
|
36120
|
+
entity: {
|
|
36121
|
+
types: string[];
|
|
36122
|
+
description: string;
|
|
36123
|
+
required: boolean;
|
|
36124
|
+
};
|
|
36125
|
+
className: {
|
|
36126
|
+
types: string[];
|
|
36127
|
+
description: string;
|
|
36128
|
+
};
|
|
35887
36129
|
cameraMode: {
|
|
35888
36130
|
types: string[];
|
|
35889
36131
|
description: string;
|
|
@@ -35945,6 +36187,15 @@ declare const PATTERN_REGISTRY: {
|
|
|
35945
36187
|
suggestedFor: string[];
|
|
35946
36188
|
typicalSize: string;
|
|
35947
36189
|
propsSchema: {
|
|
36190
|
+
entity: {
|
|
36191
|
+
types: string[];
|
|
36192
|
+
description: string;
|
|
36193
|
+
required: boolean;
|
|
36194
|
+
};
|
|
36195
|
+
className: {
|
|
36196
|
+
types: string[];
|
|
36197
|
+
description: string;
|
|
36198
|
+
};
|
|
35948
36199
|
cameraMode: {
|
|
35949
36200
|
types: string[];
|
|
35950
36201
|
description: string;
|