@jctrans-materials/shared 1.0.37-beta.5 → 1.0.37-beta.7

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.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
- * 获取 window.gdp 方法
539
- * 非浏览器环境(如 Nuxt SSR)返回空函数,确保服务端渲染不会报错
540
- */
541
- private get gdp();
540
+ private flushPendingActions;
541
+ private ensureDispatcher;
542
+ private dispatch;
542
543
  /**
543
544
  * 检查 SDK 是否已初始化
544
545
  * 在 SSR 环境下返回 false