@jctrans-materials/shared 1.0.37-beta.6 → 1.0.37-beta.8
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/dist/index.cjs.js +6 -6
- package/dist/index.d.ts +6 -5
- package/dist/index.esm.js +182 -168
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -533,12 +533,13 @@ export declare type GioTimerId = string;
|
|
|
533
533
|
|
|
534
534
|
declare class GioTracker {
|
|
535
535
|
private hasInitCalled;
|
|
536
|
+
private dispatcher;
|
|
537
|
+
private dispatcherLoading;
|
|
538
|
+
private pendingActions;
|
|
536
539
|
private get shouldValidateAttributes();
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
*/
|
|
541
|
-
private get gdp();
|
|
540
|
+
private flushPendingActions;
|
|
541
|
+
private ensureDispatcher;
|
|
542
|
+
private dispatch;
|
|
542
543
|
/**
|
|
543
544
|
* 检查 SDK 是否已初始化
|
|
544
545
|
* 在 SSR 环境下返回 false
|