@cocos/cocos-cli-types 0.0.1-alpha.23.2 → 0.0.1-alpha.24.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/builder.d.ts CHANGED
@@ -4138,16 +4138,16 @@ export declare enum MinigamePlatform {
4138
4138
  WECHAT = 0,
4139
4139
  WECHAT_MINI_PROGRAM = 1,
4140
4140
  BYTEDANCE = 3,
4141
- XIAOMI = 4,
4142
4141
  ALIPAY = 5,
4143
4142
  TAOBAO = 6,
4144
4143
  TAOBAO_MINIGAME = 7,
4145
4144
  OPPO = 8,
4146
4145
  VIVO = 9,
4147
4146
  HUAWEI = 10,
4148
- MIGU = 14,
4149
4147
  HONOR = 15,
4150
4148
  COCOS_RUNTIME = 16,
4149
+ SUD = 17,
4150
+ SUDV2 = 18,
4151
4151
  }
4152
4152
 
4153
4153
  export declare interface MinimalPluginContext {
@@ -5558,7 +5558,7 @@ export declare class StatsQuery {
5558
5558
  */
5559
5559
  declare namespace StatsQuery {
5560
5560
  namespace ConstantManager {
5561
- type PlatformType = 'WEB_EDITOR' | 'WEB_MOBILE' | 'WEB_DESKTOP' | 'WECHAT' | 'WECHAT_MINI_PROGRAM' | 'BYTEDANCE' | 'XIAOMI' | 'ALIPAY' | 'TAOBAO' | 'TAOBAO_MINIGAME' | 'OPPO' | 'VIVO' | 'HUAWEI' | 'MIGU' | 'HONOR' | 'COCOS_RUNTIME' | 'SUD' | 'SUDV2' | 'NATIVE_EDITOR' | 'ANDROID' | 'WINDOWS' | 'IOS' | 'MAC' | 'OHOS' | 'OPEN_HARMONY' | 'LINUX' | 'HTML5' | 'NATIVE' | 'NODEJS' | 'INVALID_PLATFORM';
5561
+ type PlatformType = 'WEB_EDITOR' | 'WEB_MOBILE' | 'WEB_DESKTOP' | 'WECHAT' | 'WECHAT_MINI_PROGRAM' | 'BYTEDANCE' | 'ALIPAY' | 'TAOBAO' | 'TAOBAO_MINIGAME' | 'OPPO' | 'VIVO' | 'HUAWEI' | 'HONOR' | 'COCOS_RUNTIME' | 'SUD' | 'SUDV2' | 'NATIVE_EDITOR' | 'ANDROID' | 'WINDOWS' | 'IOS' | 'MAC' | 'OHOS' | 'OPEN_HARMONY' | 'LINUX' | 'HTML5' | 'NATIVE' | 'NODEJS' | 'INVALID_PLATFORM';
5562
5562
  type IPlatformConfig = { [key in PlatformType]: boolean };
5563
5563
  interface IInternalFlagConfig {
5564
5564
  SERVER_MODE: boolean;
@@ -5588,10 +5588,6 @@ declare namespace StatsQuery {
5588
5588
  * An internal constant to indicate whether we're using ui skew module.
5589
5589
  */
5590
5590
  USE_UI_SKEW: boolean;
5591
- /**
5592
- * An internal constant to indicate whether we're using sorting-2d module.
5593
- */
5594
- USE_SORTING_2D: boolean;
5595
5591
  }
5596
5592
  interface IPublicFlagConfig {
5597
5593
  DEBUG: boolean;
package/cli.d.ts CHANGED
@@ -1385,6 +1385,8 @@ export declare interface ISceneMouseEvent {
1385
1385
  rightButton: boolean;
1386
1386
  button: number;
1387
1387
  buttons: number;
1388
+ movementX: number;
1389
+ movementY: number;
1388
1390
  ctrlKey: boolean;
1389
1391
  shiftKey: boolean;
1390
1392
  altKey: boolean;
package/index.d.ts CHANGED
@@ -2323,6 +2323,8 @@ export declare interface ISceneMouseEvent {
2323
2323
  rightButton: boolean;
2324
2324
  button: number;
2325
2325
  buttons: number;
2326
+ movementX: number;
2327
+ movementY: number;
2326
2328
  ctrlKey: boolean;
2327
2329
  shiftKey: boolean;
2328
2330
  altKey: boolean;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@cocos/cocos-cli-types",
3
3
  "description": "types for cocos cli",
4
4
  "author": "cocos cli",
5
- "version": "0.0.1-alpha.23.2",
5
+ "version": "0.0.1-alpha.24.1",
6
6
  "main": "index.d.ts",
7
7
  "types": "index.d.ts",
8
8
  "exports": {