@alauda/ui 6.0.2-beta.12 → 6.0.2-beta.16

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.
@@ -12113,12 +12113,11 @@
12113
12113
  this.unsubscribe$ = new rxjs.Subject();
12114
12114
  }
12115
12115
  DrawerService.prototype.open = function (options) {
12116
- var _a;
12117
- if (!this.drawerRef) {
12118
- this.createDrawer();
12119
- this.updateOptions(options);
12120
- }
12121
- return (_a = this.drawerRef) === null || _a === void 0 ? void 0 : _a.instance;
12116
+ var _a, _b, _c;
12117
+ (_b = (_a = this.drawerRef) === null || _a === void 0 ? void 0 : _a.instance) === null || _b === void 0 ? void 0 : _b.closure();
12118
+ this.createDrawer();
12119
+ this.updateOptions(options);
12120
+ return (_c = this.drawerRef) === null || _c === void 0 ? void 0 : _c.instance;
12122
12121
  };
12123
12122
  DrawerService.prototype.updateOptions = function (options) {
12124
12123
  Object.assign(this.drawerRef.instance, options);