@minecraft/server-ui 2.1.0-beta.1.26.10-preview.27 → 2.1.0-beta.1.26.20-preview.20
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/index.d.ts +2 -2
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -964,13 +964,13 @@ export interface DropdownItem {
|
|
|
964
964
|
* selected.
|
|
965
965
|
*
|
|
966
966
|
*/
|
|
967
|
-
description?: string;
|
|
967
|
+
description?: UIRawMessage | string;
|
|
968
968
|
/**
|
|
969
969
|
* @remarks
|
|
970
970
|
* The label of the dropdown item in the dropdown.
|
|
971
971
|
*
|
|
972
972
|
*/
|
|
973
|
-
label: string;
|
|
973
|
+
label: UIRawMessage | string;
|
|
974
974
|
/**
|
|
975
975
|
* @remarks
|
|
976
976
|
* The value the dropdown will be set to when this item is
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@minecraft/server-ui",
|
|
3
|
-
"version": "2.1.0-beta.1.26.
|
|
3
|
+
"version": "2.1.0-beta.1.26.20-preview.20",
|
|
4
4
|
"description": "",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
],
|
|
15
15
|
"peerDependencies": {
|
|
16
16
|
"@minecraft/common": "^1.0.0",
|
|
17
|
-
"@minecraft/server": "^2.0.0 || ^2.
|
|
17
|
+
"@minecraft/server": "^2.0.0 || ^2.8.0-beta.1.26.20-preview.20"
|
|
18
18
|
},
|
|
19
19
|
"license": "MIT"
|
|
20
20
|
}
|