meixioacomponent 0.9.18 → 0.9.20

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":"index.d.ts","sourceRoot":"","sources":["../../packages/components/index.ts"],"names":[],"mappings":"AAqDA,OAAO,iBAAiB,MAAM,kCAAkC,CAAA;AAGhE,OAAO,OAAO,MAAM,uBAAuB,CAAC;AAS5C,OAAO,aAAa,MAAM,yBAAyB,CAAC;AAiFpD,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoErB,CAAA;AAED,eAAe,gBAAgB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../packages/components/index.ts"],"names":[],"mappings":"AAqDA,OAAO,iBAAiB,MAAM,kCAAkC,CAAA;AAGhE,OAAO,OAAO,MAAM,uBAAuB,CAAC;AAS5C,OAAO,aAAa,MAAM,yBAAyB,CAAC;AAiFpD,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoErB,CAAA;AAID,eAAe,gBAAgB,CAAA"}
@@ -206,4 +206,5 @@ const meixioacomponent = {
206
206
  useTableColumnParamsType: useType_1.useTableColumnParamsType,
207
207
  useFormItemParamsType: useType_1.useFormItemParamsType
208
208
  };
209
+ window[`meixioacomponent`] = meixioacomponent;
209
210
  exports.default = meixioacomponent;
@@ -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
  }
@@ -90844,6 +90844,7 @@ const meixioacomponent = {
90844
90844
  useTableColumnParamsType: useType_1.useTableColumnParamsType,
90845
90845
  useFormItemParamsType: useType_1.useFormItemParamsType
90846
90846
  };
90847
+ window[`meixioacomponent`] = meixioacomponent;
90847
90848
  exports["default"] = meixioacomponent;
90848
90849
 
90849
90850
 
@@ -90950,7 +90951,9 @@ class UseGuide {
90950
90951
  component.guideControl.onStartGuide();
90951
90952
  });
90952
90953
  this.guideComponent.on('destroyed', () => {
90954
+ console.log('destroyed');
90953
90955
  this.guideComponent = null;
90956
+ console.log(this.guideComponent);
90954
90957
  });
90955
90958
  this.guideComponent.init();
90956
90959
  }
@@ -90854,6 +90854,7 @@ const meixioacomponent = {
90854
90854
  useTableColumnParamsType: useType_1.useTableColumnParamsType,
90855
90855
  useFormItemParamsType: useType_1.useFormItemParamsType
90856
90856
  };
90857
+ window[`meixioacomponent`] = meixioacomponent;
90857
90858
  exports["default"] = meixioacomponent;
90858
90859
 
90859
90860
 
@@ -90960,7 +90961,9 @@ class UseGuide {
90960
90961
  component.guideControl.onStartGuide();
90961
90962
  });
90962
90963
  this.guideComponent.on('destroyed', () => {
90964
+ console.log('destroyed');
90963
90965
  this.guideComponent = null;
90966
+ console.log(this.guideComponent);
90964
90967
  });
90965
90968
  this.guideComponent.init();
90966
90969
  }