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.
- package/lib/components/index.d.ts.map +1 -1
- package/lib/components/index.js +1 -0
- package/lib/config/use/UseGuide.d.ts.map +1 -1
- package/lib/config/use/UseGuide.js +2 -0
- package/lib/meixioacomponent.common.js +3 -0
- package/lib/meixioacomponent.umd.js +3 -0
- package/lib/meixioacomponent.umd.min.js +1 -1
- package/lib/typings/type.d.ts +5 -0
- package/lib/typings/type.d.ts.map +1 -1
- package/package.json +1 -1
- package/packages/components/index.ts +2 -0
- package/packages/config/use/UseGuide.ts +4 -0
- package/packages/typings/type.ts +13 -1
|
@@ -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;
|
|
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"}
|
package/lib/components/index.js
CHANGED
|
@@ -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;
|
|
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"}
|
|
@@ -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
|
}
|