@dcl/playground-assets 7.5.7-9891810625.commit-d9f5cf2 → 7.5.7
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/alpha.d.ts +45 -165
- package/dist/beta.d.ts +45 -165
- package/dist/index.bundled.d.ts +45 -165
- package/dist/index.js +6 -6
- package/dist/index.js.map +4 -4
- package/dist/playground/sdk/dcl-sdk.package.json +3 -3
- package/dist/playground-assets.d.ts +45 -165
- package/dist/tsdoc-metadata.json +1 -1
- package/etc/playground-assets.api.json +1223 -2543
- package/etc/playground-assets.api.md +46 -124
- package/package.json +4 -4
@@ -102,7 +102,7 @@ export const enum AvatarAnchorPointType {
|
|
102
102
|
AAPT_NAME_TAG = 1,
|
103
103
|
// (undocumented)
|
104
104
|
AAPT_NECK = 5,
|
105
|
-
//
|
105
|
+
// @deprecated
|
106
106
|
AAPT_POSITION = 0,
|
107
107
|
// (undocumented)
|
108
108
|
AAPT_RIGHT_ARM = 15,
|
@@ -136,13 +136,6 @@ export const AvatarAttach: LastWriteWinElementSetComponentDefinition<PBAvatarAtt
|
|
136
136
|
// @public (undocumented)
|
137
137
|
export const AvatarBase: LastWriteWinElementSetComponentDefinition<PBAvatarBase>;
|
138
138
|
|
139
|
-
// @public (undocumented)
|
140
|
-
export const enum AvatarControlType {
|
141
|
-
CCT_NONE = 0,
|
142
|
-
CCT_RELATIVE = 1,
|
143
|
-
CCT_TANK = 2
|
144
|
-
}
|
145
|
-
|
146
139
|
// @public (undocumented)
|
147
140
|
export const AvatarEmoteCommand: GrowOnlyValueSetComponentDefinition<PBAvatarEmoteCommand>;
|
148
141
|
|
@@ -158,28 +151,6 @@ export const enum AvatarModifierType {
|
|
158
151
|
AMT_HIDE_AVATARS = 0
|
159
152
|
}
|
160
153
|
|
161
|
-
// @public (undocumented)
|
162
|
-
export interface AvatarMovementSettings {
|
163
|
-
allowWeightedMovement?: boolean | undefined;
|
164
|
-
// (undocumented)
|
165
|
-
controlMode?: AvatarControlType | undefined;
|
166
|
-
friction?: number | undefined;
|
167
|
-
gravity?: number | undefined;
|
168
|
-
jumpHeight?: number | undefined;
|
169
|
-
maxFallSpeed?: number | undefined;
|
170
|
-
runSpeed?: number | undefined;
|
171
|
-
turnSpeed?: number | undefined;
|
172
|
-
walkSpeed?: number | undefined;
|
173
|
-
}
|
174
|
-
|
175
|
-
// @public (undocumented)
|
176
|
-
export namespace AvatarMovementSettings {
|
177
|
-
// (undocumented)
|
178
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): AvatarMovementSettings;
|
179
|
-
// (undocumented)
|
180
|
-
export function encode(message: AvatarMovementSettings, writer?: _m0.Writer): _m0.Writer;
|
181
|
-
}
|
182
|
-
|
183
154
|
// @public (undocumented)
|
184
155
|
export const AvatarShape: LastWriteWinElementSetComponentDefinition<PBAvatarShape>;
|
185
156
|
|
@@ -396,29 +367,6 @@ export const enum CameraType {
|
|
396
367
|
// @public (undocumented)
|
397
368
|
export type Children = ReactEcs.JSX.ReactNode;
|
398
369
|
|
399
|
-
// @public (undocumented)
|
400
|
-
export interface CinematicSettings {
|
401
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
402
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
403
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
404
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
405
|
-
allowManualRotation?: boolean | undefined;
|
406
|
-
cameraEntity: number;
|
407
|
-
pitchRange?: number | undefined;
|
408
|
-
rollRange?: number | undefined;
|
409
|
-
yawRange?: number | undefined;
|
410
|
-
zoomMax?: number | undefined;
|
411
|
-
zoomMin?: number | undefined;
|
412
|
-
}
|
413
|
-
|
414
|
-
// @public (undocumented)
|
415
|
-
export namespace CinematicSettings {
|
416
|
-
// (undocumented)
|
417
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): CinematicSettings;
|
418
|
-
// (undocumented)
|
419
|
-
export function encode(message: CinematicSettings, writer?: _m0.Writer): _m0.Writer;
|
420
|
-
}
|
421
|
-
|
422
370
|
// @public (undocumented)
|
423
371
|
export const enum ColliderLayer {
|
424
372
|
// (undocumented)
|
@@ -650,6 +598,7 @@ export const componentDefinitionByName: {
|
|
650
598
|
"core::EngineInfo": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBEngineInfo>>;
|
651
599
|
"core::GltfContainer": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfContainer>>;
|
652
600
|
"core::GltfContainerLoadingState": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfContainerLoadingState>>;
|
601
|
+
"core::InputModifier": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBInputModifier>>;
|
653
602
|
"core::Material": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMaterial>>;
|
654
603
|
"core::MeshCollider": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMeshCollider>>;
|
655
604
|
"core::MeshRenderer": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMeshRenderer>>;
|
@@ -671,7 +620,6 @@ export const componentDefinitionByName: {
|
|
671
620
|
"core::UiDropdownResult": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiDropdownResult>>;
|
672
621
|
"core::UiInput": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiInput>>;
|
673
622
|
"core::UiInputResult": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiInputResult>>;
|
674
|
-
"core::UiScrollResult": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiScrollResult>>;
|
675
623
|
"core::UiText": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiText>>;
|
676
624
|
"core::UiTransform": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiTransform>>;
|
677
625
|
"core::VideoEvent": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBVideoEvent>>;
|
@@ -1437,6 +1385,9 @@ export const enum InputAction {
|
|
1437
1385
|
IA_WALK = 9
|
1438
1386
|
}
|
1439
1387
|
|
1388
|
+
// @public (undocumented)
|
1389
|
+
export const InputModifier: LastWriteWinElementSetComponentDefinition<PBInputModifier>;
|
1390
|
+
|
1440
1391
|
// @public
|
1441
1392
|
export const inputSystem: IInputSystem;
|
1442
1393
|
|
@@ -2201,9 +2152,6 @@ export interface PBAvatarModifierArea {
|
|
2201
2152
|
area: PBVector3 | undefined;
|
2202
2153
|
excludeIds: string[];
|
2203
2154
|
modifiers: AvatarModifierType[];
|
2204
|
-
// (undocumented)
|
2205
|
-
movementSettings?: AvatarMovementSettings | undefined;
|
2206
|
-
useColliderRange?: boolean | undefined;
|
2207
2155
|
}
|
2208
2156
|
|
2209
2157
|
// @public (undocumented)
|
@@ -2266,10 +2214,7 @@ export namespace PBCameraMode {
|
|
2266
2214
|
// @public (undocumented)
|
2267
2215
|
export interface PBCameraModeArea {
|
2268
2216
|
area: PBVector3 | undefined;
|
2269
|
-
// (undocumented)
|
2270
|
-
cinematicSettings?: CinematicSettings | undefined;
|
2271
2217
|
mode: CameraType;
|
2272
|
-
useColliderRange?: boolean | undefined;
|
2273
2218
|
}
|
2274
2219
|
|
2275
2220
|
// @public (undocumented)
|
@@ -2362,6 +2307,47 @@ export namespace PBGltfContainerLoadingState {
|
|
2362
2307
|
export function encode(message: PBGltfContainerLoadingState, writer?: _m0.Writer): _m0.Writer;
|
2363
2308
|
}
|
2364
2309
|
|
2310
|
+
// @public (undocumented)
|
2311
|
+
export interface PBInputModifier {
|
2312
|
+
// (undocumented)
|
2313
|
+
mode?: {
|
2314
|
+
$case: "standard";
|
2315
|
+
standard: PBInputModifier_StandardInput;
|
2316
|
+
} | undefined;
|
2317
|
+
}
|
2318
|
+
|
2319
|
+
// @public (undocumented)
|
2320
|
+
export namespace PBInputModifier {
|
2321
|
+
// (undocumented)
|
2322
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBInputModifier;
|
2323
|
+
// (undocumented)
|
2324
|
+
export function encode(message: PBInputModifier, writer?: _m0.Writer): _m0.Writer;
|
2325
|
+
}
|
2326
|
+
|
2327
|
+
// @public (undocumented)
|
2328
|
+
export interface PBInputModifier_StandardInput {
|
2329
|
+
// (undocumented)
|
2330
|
+
disableAll?: boolean | undefined;
|
2331
|
+
// (undocumented)
|
2332
|
+
disableEmote?: boolean | undefined;
|
2333
|
+
// (undocumented)
|
2334
|
+
disableJog?: boolean | undefined;
|
2335
|
+
// (undocumented)
|
2336
|
+
disableJump?: boolean | undefined;
|
2337
|
+
// (undocumented)
|
2338
|
+
disableRun?: boolean | undefined;
|
2339
|
+
// (undocumented)
|
2340
|
+
disableWalk?: boolean | undefined;
|
2341
|
+
}
|
2342
|
+
|
2343
|
+
// @public (undocumented)
|
2344
|
+
export namespace PBInputModifier_StandardInput {
|
2345
|
+
// (undocumented)
|
2346
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBInputModifier_StandardInput;
|
2347
|
+
// (undocumented)
|
2348
|
+
export function encode(message: PBInputModifier_StandardInput, writer?: _m0.Writer): _m0.Writer;
|
2349
|
+
}
|
2350
|
+
|
2365
2351
|
// @public (undocumented)
|
2366
2352
|
export interface PBMaterial {
|
2367
2353
|
// (undocumented)
|
@@ -3001,27 +2987,11 @@ export namespace PBUiInputResult {
|
|
3001
2987
|
export function encode(message: PBUiInputResult, writer?: _m0.Writer): _m0.Writer;
|
3002
2988
|
}
|
3003
2989
|
|
3004
|
-
// @public (undocumented)
|
3005
|
-
export interface PBUiScrollResult {
|
3006
|
-
// (undocumented)
|
3007
|
-
value: PBVector2 | undefined;
|
3008
|
-
}
|
3009
|
-
|
3010
|
-
// @public (undocumented)
|
3011
|
-
export namespace PBUiScrollResult {
|
3012
|
-
// (undocumented)
|
3013
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBUiScrollResult;
|
3014
|
-
// (undocumented)
|
3015
|
-
export function encode(message: PBUiScrollResult, writer?: _m0.Writer): _m0.Writer;
|
3016
|
-
}
|
3017
|
-
|
3018
2990
|
// @public (undocumented)
|
3019
2991
|
export interface PBUiText {
|
3020
2992
|
color?: PBColor4 | undefined;
|
3021
2993
|
font?: Font | undefined;
|
3022
2994
|
fontSize?: number | undefined;
|
3023
|
-
outlineColor?: PBColor4 | undefined;
|
3024
|
-
outlineWidth?: number | undefined;
|
3025
2995
|
textAlign?: TextAlignMode | undefined;
|
3026
2996
|
textWrap?: TextWrap | undefined;
|
3027
2997
|
value: string;
|
@@ -3041,7 +3011,6 @@ export interface PBUiTransform {
|
|
3041
3011
|
alignItems?: YGAlign | undefined;
|
3042
3012
|
alignSelf: YGAlign;
|
3043
3013
|
display: YGDisplay;
|
3044
|
-
elementId?: string | undefined;
|
3045
3014
|
// (undocumented)
|
3046
3015
|
flexBasis: number;
|
3047
3016
|
flexBasisUnit: YGUnit;
|
@@ -3078,7 +3047,6 @@ export interface PBUiTransform {
|
|
3078
3047
|
// (undocumented)
|
3079
3048
|
minWidth: number;
|
3080
3049
|
minWidthUnit: YGUnit;
|
3081
|
-
opacity?: number | undefined;
|
3082
3050
|
overflow: YGOverflow;
|
3083
3051
|
// (undocumented)
|
3084
3052
|
paddingBottom: number;
|
@@ -3110,8 +3078,6 @@ export interface PBUiTransform {
|
|
3110
3078
|
positionType: YGPositionType;
|
3111
3079
|
// (undocumented)
|
3112
3080
|
rightOf: number;
|
3113
|
-
scrollPosition?: ScrollPositionValue | undefined;
|
3114
|
-
scrollVisible?: ShowScrollBar | undefined;
|
3115
3081
|
// (undocumented)
|
3116
3082
|
width: number;
|
3117
3083
|
widthUnit: YGUnit;
|
@@ -3778,41 +3744,6 @@ export namespace Schemas {
|
|
3778
3744
|
}) => void;
|
3779
3745
|
}
|
3780
3746
|
|
3781
|
-
// @public (undocumented)
|
3782
|
-
export interface ScrollPositionValue {
|
3783
|
-
// (undocumented)
|
3784
|
-
value?: {
|
3785
|
-
$case: "position";
|
3786
|
-
position: PBVector2;
|
3787
|
-
} | {
|
3788
|
-
$case: "reference";
|
3789
|
-
reference: string;
|
3790
|
-
} | undefined;
|
3791
|
-
}
|
3792
|
-
|
3793
|
-
// @public (undocumented)
|
3794
|
-
export namespace ScrollPositionValue {
|
3795
|
-
// (undocumented)
|
3796
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): ScrollPositionValue;
|
3797
|
-
// (undocumented)
|
3798
|
-
export function encode(message: ScrollPositionValue, writer?: _m0.Writer): _m0.Writer;
|
3799
|
-
}
|
3800
|
-
|
3801
|
-
// @public
|
3802
|
-
export type ScrollVisibleType = 'horizontal' | 'vertical' | 'both' | 'hidden';
|
3803
|
-
|
3804
|
-
// @public (undocumented)
|
3805
|
-
export const enum ShowScrollBar {
|
3806
|
-
// (undocumented)
|
3807
|
-
SSB_BOTH = 0,
|
3808
|
-
// (undocumented)
|
3809
|
-
SSB_HIDDEN = 3,
|
3810
|
-
// (undocumented)
|
3811
|
-
SSB_ONLY_HORIZONTAL = 2,
|
3812
|
-
// (undocumented)
|
3813
|
-
SSB_ONLY_VERTICAL = 1
|
3814
|
-
}
|
3815
|
-
|
3816
3747
|
// @public (undocumented)
|
3817
3748
|
export interface Spec {
|
3818
3749
|
// (undocumented)
|
@@ -4171,8 +4102,6 @@ export interface UiLabelProps {
|
|
4171
4102
|
color?: PBColor4 | undefined;
|
4172
4103
|
font?: UiFontType | undefined;
|
4173
4104
|
fontSize?: ScaleUnit | undefined;
|
4174
|
-
outlineColor?: PBColor4 | undefined;
|
4175
|
-
outlineWidth?: number | undefined;
|
4176
4105
|
textAlign?: TextAlignType | undefined;
|
4177
4106
|
textWrap?: UiTextWrapType | undefined;
|
4178
4107
|
value: string;
|
@@ -4181,9 +4110,6 @@ export interface UiLabelProps {
|
|
4181
4110
|
// @public
|
4182
4111
|
export type uint32 = number;
|
4183
4112
|
|
4184
|
-
// @public (undocumented)
|
4185
|
-
export const UiScrollResult: LastWriteWinElementSetComponentDefinition<PBUiScrollResult>;
|
4186
|
-
|
4187
4113
|
// @public (undocumented)
|
4188
4114
|
export const UiText: LastWriteWinElementSetComponentDefinition<PBUiText>;
|
4189
4115
|
|
@@ -4206,7 +4132,6 @@ export interface UiTransformProps {
|
|
4206
4132
|
alignItems?: AlignType;
|
4207
4133
|
alignSelf?: AlignType;
|
4208
4134
|
display?: DisplayType;
|
4209
|
-
elementId?: string;
|
4210
4135
|
flex?: number;
|
4211
4136
|
flexBasis?: number;
|
4212
4137
|
flexDirection?: FlexDirectionType;
|
@@ -4220,14 +4145,11 @@ export interface UiTransformProps {
|
|
4220
4145
|
maxWidth?: PositionUnit;
|
4221
4146
|
minHeight?: PositionUnit;
|
4222
4147
|
minWidth?: PositionUnit;
|
4223
|
-
opacity?: number;
|
4224
4148
|
overflow?: OverflowType;
|
4225
4149
|
padding?: Partial<Position> | PositionShorthand;
|
4226
4150
|
pointerFilter?: PointerFilterType;
|
4227
4151
|
position?: Partial<Position> | PositionShorthand;
|
4228
4152
|
positionType?: PositionType;
|
4229
|
-
scrollPosition?: PBVector2 | string;
|
4230
|
-
scrollVisible?: ScrollVisibleType;
|
4231
4153
|
width?: PositionUnit | 'auto';
|
4232
4154
|
}
|
4233
4155
|
|
package/package.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dcl/playground-assets",
|
3
3
|
"description": "",
|
4
|
-
"version": "7.5.7
|
4
|
+
"version": "7.5.7",
|
5
5
|
"author": "Decentraland",
|
6
6
|
"dependencies": {
|
7
|
-
"@dcl/js-runtime": "7.5.7
|
8
|
-
"@dcl/sdk": "7.5.7
|
7
|
+
"@dcl/js-runtime": "7.5.7",
|
8
|
+
"@dcl/sdk": "7.5.7"
|
9
9
|
},
|
10
10
|
"devDependencies": {
|
11
11
|
"@microsoft/api-extractor": "^7.33.8"
|
@@ -32,5 +32,5 @@
|
|
32
32
|
},
|
33
33
|
"types": "./dist/index.d.ts",
|
34
34
|
"typings": "./dist/index.d.ts",
|
35
|
-
"commit": "
|
35
|
+
"commit": "bc3c487938573c47cc154a97be8b1742628c0d69"
|
36
36
|
}
|