meixioacomponent 0.9.18 → 0.9.19

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.
@@ -1 +1 @@
1
- {"version":3,"file":"UseGuide.d.ts","sourceRoot":"","sources":["../../../packages/config/use/UseGuide.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,qBAAqB,EAAE,iBAAiB,EAAE,kBAAkB,EAAC,MAAM,oBAAoB,CAAC;AAEhG,cAAM,QAAS,YAAW,iBAAiB;IACvC,cAAc,EAAE,qBAAqB,GAAG,IAAI,CAAA;;IAM5C,UAAU,CAAC,MAAM,EAAE,kBAAkB;CAkBxC;AAED,QAAA,MAAM,QAAQ,UAAiB,CAAA;AAE/B,eAAe,QAAQ,CAAA"}
1
+ {"version":3,"file":"UseGuide.d.ts","sourceRoot":"","sources":["../../../packages/config/use/UseGuide.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,qBAAqB,EAAE,iBAAiB,EAAE,kBAAkB,EAAC,MAAM,oBAAoB,CAAC;AAEhG,cAAM,QAAS,YAAW,iBAAiB;IACvC,cAAc,EAAE,qBAAqB,GAAG,IAAI,CAAA;;IAM5C,UAAU,CAAC,MAAM,EAAE,kBAAkB;CAsBxC;AAED,QAAA,MAAM,QAAQ,UAAiB,CAAA;AAE/B,eAAe,QAAQ,CAAA"}
@@ -19,7 +19,9 @@ class UseGuide {
19
19
  component.guideControl.onStartGuide();
20
20
  });
21
21
  this.guideComponent.on('destroyed', () => {
22
+ console.log('destroyed');
22
23
  this.guideComponent = null;
24
+ console.log(this.guideComponent);
23
25
  });
24
26
  this.guideComponent.init();
25
27
  }
@@ -90950,7 +90950,9 @@ class UseGuide {
90950
90950
  component.guideControl.onStartGuide();
90951
90951
  });
90952
90952
  this.guideComponent.on('destroyed', () => {
90953
+ console.log('destroyed');
90953
90954
  this.guideComponent = null;
90955
+ console.log(this.guideComponent);
90954
90956
  });
90955
90957
  this.guideComponent.init();
90956
90958
  }
@@ -90960,7 +90960,9 @@ class UseGuide {
90960
90960
  component.guideControl.onStartGuide();
90961
90961
  });
90962
90962
  this.guideComponent.on('destroyed', () => {
90963
+ console.log('destroyed');
90963
90964
  this.guideComponent = null;
90965
+ console.log(this.guideComponent);
90964
90966
  });
90965
90967
  this.guideComponent.init();
90966
90968
  }