clickgo 5.10.2 → 5.11.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.
@@ -237,6 +237,8 @@ export interface ITask {
237
237
  }
238
238
  export interface IRuntime {
239
239
  'dialogFormIds': string[];
240
+ /** --- 正在异步创建 dialog 的数量,用于防止快速重复调用产生多个 dialog --- */
241
+ 'dialogCreating': number;
240
242
  'permissions': string[];
241
243
  'index': number;
242
244
  }