@dcl/playground-assets 7.1.2-4408174335.commit-e673686 → 7.1.2-4409365701.commit-a58c7a5
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 +3 -1
- package/dist/beta.d.ts +3 -1
- package/dist/index.bundled.d.ts +3 -1
- package/dist/index.js +10 -2
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +3 -1
- package/etc/playground-assets.api.json +31 -4
- package/etc/playground-assets.api.md +5 -1
- package/package.json +3 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/sdk",
|
|
3
|
-
"version": "7.1.2-
|
|
3
|
+
"version": "7.1.2-4409365701.commit-a58c7a5",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"typings": "./index.d.ts",
|
|
@@ -30,5 +30,5 @@
|
|
|
30
30
|
"displayName": "SDK",
|
|
31
31
|
"tsconfig": "./tsconfig.json"
|
|
32
32
|
},
|
|
33
|
-
"commit": "
|
|
33
|
+
"commit": "a58c7a50276b3c778b15a7480b2b78abd0eaa1d0"
|
|
34
34
|
}
|
|
@@ -177,7 +177,7 @@ export declare interface BaseComponent<T> {
|
|
|
177
177
|
* This function writes the whole state of the component into a ByteBuffer
|
|
178
178
|
* @public
|
|
179
179
|
*/
|
|
180
|
-
|
|
180
|
+
dumpCrdtStateToBuffer(buffer: ByteBuffer): void;
|
|
181
181
|
/**
|
|
182
182
|
* @public
|
|
183
183
|
* Marks the entity as deleted and signals it cannot be used ever again. It must
|
|
@@ -1885,6 +1885,7 @@ export declare type IncludeUndefined<T> = {
|
|
|
1885
1885
|
}}
|
|
1886
1886
|
uiBackground={{ color: Color4.Red() }}
|
|
1887
1887
|
uiTransform={{ width: 200, height: 36 }}
|
|
1888
|
+
value={textValue}
|
|
1888
1889
|
/>
|
|
1889
1890
|
*
|
|
1890
1891
|
* @category Component
|
|
@@ -3608,6 +3609,7 @@ export declare interface PBUiInput {
|
|
|
3608
3609
|
font?: Font | undefined;
|
|
3609
3610
|
/** default=10 */
|
|
3610
3611
|
fontSize?: number | undefined;
|
|
3612
|
+
value?: string | undefined;
|
|
3611
3613
|
}
|
|
3612
3614
|
|
|
3613
3615
|
/**
|
|
@@ -1476,12 +1476,12 @@
|
|
|
1476
1476
|
},
|
|
1477
1477
|
{
|
|
1478
1478
|
"kind": "MethodSignature",
|
|
1479
|
-
"canonicalReference": "@dcl/playground-assets!BaseComponent#
|
|
1479
|
+
"canonicalReference": "@dcl/playground-assets!BaseComponent#dumpCrdtStateToBuffer:member(1)",
|
|
1480
1480
|
"docComment": "/**\n * This function writes the whole state of the component into a ByteBuffer\n *\n * @public\n */\n",
|
|
1481
1481
|
"excerptTokens": [
|
|
1482
1482
|
{
|
|
1483
1483
|
"kind": "Content",
|
|
1484
|
-
"text": "
|
|
1484
|
+
"text": "dumpCrdtStateToBuffer(buffer: "
|
|
1485
1485
|
},
|
|
1486
1486
|
{
|
|
1487
1487
|
"kind": "Reference",
|
|
@@ -1518,7 +1518,7 @@
|
|
|
1518
1518
|
"isOptional": false
|
|
1519
1519
|
}
|
|
1520
1520
|
],
|
|
1521
|
-
"name": "
|
|
1521
|
+
"name": "dumpCrdtStateToBuffer"
|
|
1522
1522
|
},
|
|
1523
1523
|
{
|
|
1524
1524
|
"kind": "MethodSignature",
|
|
@@ -15637,7 +15637,7 @@
|
|
|
15637
15637
|
{
|
|
15638
15638
|
"kind": "Function",
|
|
15639
15639
|
"canonicalReference": "@dcl/playground-assets!Input:function(1)",
|
|
15640
|
-
"docComment": "/**\n * Input component\n *\n * An Input is a field used to obtain a response from a user.\n *\n * @example\n *\n * <Input placeholder=\"Please enter your email\" onChange={(value) => { email = value }} uiBackground={{ color: Color4.Red() }} uiTransform={{ width: 200, height: 36 }} />\n *\n * @category Component\n *\n * @public\n */\n",
|
|
15640
|
+
"docComment": "/**\n * Input component\n *\n * An Input is a field used to obtain a response from a user.\n *\n * @example\n *\n * <Input placeholder=\"Please enter your email\" onChange={(value) => { email = value }} uiBackground={{ color: Color4.Red() }} uiTransform={{ width: 200, height: 36 }} value={textValue} />\n *\n * @category Component\n *\n * @public\n */\n",
|
|
15641
15641
|
"excerptTokens": [
|
|
15642
15642
|
{
|
|
15643
15643
|
"kind": "Content",
|
|
@@ -33352,6 +33352,33 @@
|
|
|
33352
33352
|
"startIndex": 1,
|
|
33353
33353
|
"endIndex": 3
|
|
33354
33354
|
}
|
|
33355
|
+
},
|
|
33356
|
+
{
|
|
33357
|
+
"kind": "PropertySignature",
|
|
33358
|
+
"canonicalReference": "@dcl/playground-assets!PBUiInput#value:member",
|
|
33359
|
+
"docComment": "",
|
|
33360
|
+
"excerptTokens": [
|
|
33361
|
+
{
|
|
33362
|
+
"kind": "Content",
|
|
33363
|
+
"text": "value?: "
|
|
33364
|
+
},
|
|
33365
|
+
{
|
|
33366
|
+
"kind": "Content",
|
|
33367
|
+
"text": "string | undefined"
|
|
33368
|
+
},
|
|
33369
|
+
{
|
|
33370
|
+
"kind": "Content",
|
|
33371
|
+
"text": ";"
|
|
33372
|
+
}
|
|
33373
|
+
],
|
|
33374
|
+
"isReadonly": false,
|
|
33375
|
+
"isOptional": true,
|
|
33376
|
+
"releaseTag": "Public",
|
|
33377
|
+
"name": "value",
|
|
33378
|
+
"propertyTypeTokenRange": {
|
|
33379
|
+
"startIndex": 1,
|
|
33380
|
+
"endIndex": 2
|
|
33381
|
+
}
|
|
33355
33382
|
}
|
|
33356
33383
|
],
|
|
33357
33384
|
"extendsTokenRanges": []
|
|
@@ -101,7 +101,7 @@ export interface BaseComponent<T> {
|
|
|
101
101
|
readonly componentName: string;
|
|
102
102
|
// (undocumented)
|
|
103
103
|
readonly componentType: ComponentType;
|
|
104
|
-
|
|
104
|
+
dumpCrdtStateToBuffer(buffer: ByteBuffer): void;
|
|
105
105
|
entityDeleted(entity: Entity, markAsDirty: boolean): void;
|
|
106
106
|
get(entity: Entity): any;
|
|
107
107
|
getCrdtUpdates(): Iterable<CrdtMessageBody>;
|
|
@@ -985,6 +985,8 @@ export type IncludeUndefined<T> = {
|
|
|
985
985
|
// Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
|
|
986
986
|
// Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
|
|
987
987
|
// Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
|
|
988
|
+
// Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
|
|
989
|
+
// Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
|
|
988
990
|
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
|
989
991
|
// Warning: (tsdoc-undefined-tag) The TSDoc tag "@category" is not defined in this configuration
|
|
990
992
|
//
|
|
@@ -1985,6 +1987,8 @@ export interface PBUiInput {
|
|
|
1985
1987
|
placeholder: string;
|
|
1986
1988
|
placeholderColor?: PBColor4 | undefined;
|
|
1987
1989
|
textAlign?: TextAlignMode | undefined;
|
|
1990
|
+
// (undocumented)
|
|
1991
|
+
value?: string | undefined;
|
|
1988
1992
|
}
|
|
1989
1993
|
|
|
1990
1994
|
// @public (undocumented)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/playground-assets",
|
|
3
|
-
"version": "7.1.2-
|
|
3
|
+
"version": "7.1.2-4409365701.commit-a58c7a5",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"typings": "./dist/index.d.ts",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"author": "Decentraland",
|
|
18
18
|
"license": "Apache-2.0",
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@dcl/sdk": "7.1.2-
|
|
20
|
+
"@dcl/sdk": "7.1.2-4409365701.commit-a58c7a5"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@microsoft/api-extractor": "^7.33.8"
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
"dist",
|
|
28
28
|
"etc"
|
|
29
29
|
],
|
|
30
|
-
"commit": "
|
|
30
|
+
"commit": "a58c7a50276b3c778b15a7480b2b78abd0eaa1d0"
|
|
31
31
|
}
|