@douyinfe/semi-ui 2.22.0-beta.1 → 2.22.0-beta.3
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/umd/semi-ui.js +3 -1
- package/dist/umd/semi-ui.js.map +1 -1
- package/dist/umd/semi-ui.min.js +1 -1
- package/dist/umd/semi-ui.min.js.map +1 -1
- package/lib/cjs/collapsible/index.js +3 -1
- package/lib/cjs/form/baseForm.d.ts +1 -1
- package/lib/cjs/form/field.d.ts +1 -1
- package/lib/cjs/select/index.d.ts +1 -1
- package/lib/es/collapsible/index.js +3 -1
- package/lib/es/form/baseForm.d.ts +1 -1
- package/lib/es/form/field.d.ts +1 -1
- package/lib/es/select/index.d.ts +1 -1
- package/package.json +7 -7
package/dist/umd/semi-ui.js
CHANGED
|
@@ -45063,12 +45063,14 @@ class collapsible_Collapsible extends baseComponent_BaseComponent {
|
|
|
45063
45063
|
className: wrapperCls,
|
|
45064
45064
|
style: wrapperStyle,
|
|
45065
45065
|
onTransitionEnd: () => {
|
|
45066
|
+
var _a, _b;
|
|
45067
|
+
|
|
45066
45068
|
if (!this.props.isOpen) {
|
|
45067
45069
|
this.foundation.updateVisible(false);
|
|
45068
45070
|
}
|
|
45069
45071
|
|
|
45070
45072
|
this.foundation.updateIsTransitioning(false);
|
|
45071
|
-
this.props.onMotionEnd();
|
|
45073
|
+
(_b = (_a = this.props).onMotionEnd) === null || _b === void 0 ? void 0 : _b.call(_a);
|
|
45072
45074
|
}
|
|
45073
45075
|
}, /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.createElement("div", {
|
|
45074
45076
|
"x-semi-prop": "children",
|