@vtj/designer 0.11.8 → 0.11.10

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vtj/designer",
3
3
  "private": false,
4
- "version": "0.11.8",
4
+ "version": "0.11.10",
5
5
  "type": "module",
6
6
  "keywords": [
7
7
  "低代码引擎",
@@ -24,12 +24,12 @@
24
24
  "html2canvas": "~1.4.1",
25
25
  "mockjs": "~1.1.0",
26
26
  "monaco-editor": "~0.52.0",
27
- "@vtj/icons": "~0.11.8",
28
- "@vtj/core": "~0.11.8",
29
- "@vtj/renderer": "~0.11.8",
30
- "@vtj/uni": "~0.11.8",
31
- "@vtj/utils": "~0.11.8",
32
- "@vtj/ui": "~0.11.8"
27
+ "@vtj/icons": "~0.11.10",
28
+ "@vtj/core": "~0.11.10",
29
+ "@vtj/renderer": "~0.11.10",
30
+ "@vtj/ui": "~0.11.10",
31
+ "@vtj/uni": "~0.11.10",
32
+ "@vtj/utils": "~0.11.10"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/mockjs": "~1.0.10",
@@ -1,6 +1,7 @@
1
1
  import { Access } from '@vtj/renderer';
2
2
  import { Service } from '@vtj/core';
3
3
  export type ReportType = 'init' | 'online' | 'event' | 'error';
4
+ export declare const excludeErrors: string[];
4
5
  export interface ReportData {
5
6
  sessionId?: string;
6
7
  userId?: string;
@@ -23,6 +24,7 @@ export declare class Report {
23
24
  private access;
24
25
  private service?;
25
26
  private api;
27
+ private debounceSend;
26
28
  constructor(remote: string, access: Access, service?: Service | undefined);
27
29
  private getSessionId;
28
30
  private send;
@@ -2,7 +2,7 @@
2
2
  * Copyright (c) 2025, VTJ.PRO All rights reserved.
3
3
  * @name @vtj/designer
4
4
  * @author CHC chenhuachun1549@dingtalk.com
5
- * @version 0.11.7
5
+ * @version 0.11.9
6
6
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
7
7
  */
8
- export declare const version = "0.11.7";
8
+ export declare const version = "0.11.9";