Skip to content

Commit 9d4c322

Browse files
committed
[feat] ts类型支持
1 parent e2fe9bf commit 9d4c322

File tree

453 files changed

+191174
-12546
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

453 files changed

+191174
-12546
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
ANS=JS
22
LIB=JS
3-
LibVERSION=5.0.3
3+
LibVERSION=5.0.4

.eslintcache

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

demo/jquery/sdk/5.0.3/AnalysysAgent_Encrypt.min.js

Lines changed: 10266 additions & 1 deletion
Large diffs are not rendered by default.

demo/jquery/sdk/5.0.3/AnalysysAgent_JS_SDK.amd.min.js

Lines changed: 3434 additions & 15 deletions
Large diffs are not rendered by default.

demo/jquery/sdk/5.0.3/AnalysysAgent_JS_SDK.es6.min.js

Lines changed: 3430 additions & 15 deletions
Large diffs are not rendered by default.

demo/jquery/sdk/5.0.3/AnalysysAgent_JS_SDK.min.js

Lines changed: 3438 additions & 15 deletions
Large diffs are not rendered by default.

demo/jquery/sdk/5.0.3/AnalysysAgent_JS_SDK_HEATMAP.min.css

Lines changed: 137 additions & 137 deletions
Large diffs are not rendered by default.

demo/jquery/sdk/5.0.3/AnalysysAgent_JS_SDK_HEATMAP.min.js

Lines changed: 1975 additions & 16 deletions
Large diffs are not rendered by default.

demo/jquery/sdk/5.0.3/AnalysysAgent_JS_SDK_VISUAL.min.js

Lines changed: 3599 additions & 1 deletion
Large diffs are not rendered by default.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
export declare const readOnlyAttrs: string[];
2+
export declare const publicAttrs: string[];
3+
export declare const commonAttrs: string[];
4+
export declare const elementAttrs: string[];
5+
export declare const utmAttrs: string[];
6+
export declare const events: {
7+
$startup: string[];
8+
$end: string[];
9+
$pageview: string[];
10+
page_close: string[];
11+
$user_click: string[];
12+
$web_click: string[];
13+
$webstay: string[];
14+
track: string[];
15+
$profile_set_once: string[];
16+
$alias: string[];
17+
$getPresetProperties: string[];
18+
};
19+
//# sourceMappingURL=eventAttrs.d.ts.map

0 commit comments

Comments
 (0)