@xatlas/rainbow-core 2.0.4 → 2.0.5

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.
@@ -4328,7 +4328,7 @@ function flow_asyncToGenerator(fn) { return function () { var self = this, args
4328
4328
  while (1) switch (_context.prev = _context.next) {
4329
4329
  case 0:
4330
4330
  model = _this.actionModel;
4331
- _this.actionConfirmMode = true;
4331
+ _this.actionConfirmMode = _this.actioning = true;
4332
4332
  _context.next = 4;
4333
4333
  return _this.saveData({
4334
4334
  key: action.key,
@@ -4336,7 +4336,7 @@ function flow_asyncToGenerator(fn) { return function () { var self = this, args
4336
4336
  });
4337
4337
  case 4:
4338
4338
  data = _context.sent;
4339
- _this.actionConfirmMode = false;
4339
+ _this.actionConfirmMode = _this.actioning = false;
4340
4340
  if (data.data) {
4341
4341
  _context.next = 8;
4342
4342
  break;
@@ -4365,7 +4365,7 @@ function flow_asyncToGenerator(fn) { return function () { var self = this, args
4365
4365
  while (1) switch (_context2.prev = _context2.next) {
4366
4366
  case 0:
4367
4367
  model = _this2.actionModel;
4368
- _this2.actionConfirmMode = true;
4368
+ _this2.actionConfirmMode = _this2.actioning = true;
4369
4369
  _context2.next = 4;
4370
4370
  return _this2.saveData({
4371
4371
  key: action.key,
@@ -4373,7 +4373,7 @@ function flow_asyncToGenerator(fn) { return function () { var self = this, args
4373
4373
  });
4374
4374
  case 4:
4375
4375
  data = _context2.sent;
4376
- _this2.actionConfirmMode = false;
4376
+ _this2.actionConfirmMode = _this2.actioning = false;
4377
4377
  if (data.data) {
4378
4378
  _context2.next = 8;
4379
4379
  break;
@@ -4409,7 +4409,7 @@ function flow_asyncToGenerator(fn) { return function () { var self = this, args
4409
4409
  while (1) switch (_context3.prev = _context3.next) {
4410
4410
  case 0:
4411
4411
  model = _this3.actionModel;
4412
- _this3.actionConfirmMode = true;
4412
+ _this3.actionConfirmMode = _this3.actioning = true;
4413
4413
  _context3.next = 4;
4414
4414
  return _this3.saveData({
4415
4415
  key: action.key,
@@ -4417,7 +4417,7 @@ function flow_asyncToGenerator(fn) { return function () { var self = this, args
4417
4417
  });
4418
4418
  case 4:
4419
4419
  data = _context3.sent;
4420
- _this3.actionConfirmMode = false;
4420
+ _this3.actionConfirmMode = _this3.actioning = false;
4421
4421
  if (data.data) {
4422
4422
  _context3.next = 8;
4423
4423
  break;
@@ -4452,27 +4452,25 @@ function flow_asyncToGenerator(fn) { return function () { var self = this, args
4452
4452
  while (1) switch (_context4.prev = _context4.next) {
4453
4453
  case 0:
4454
4454
  model = _this4.actionModel;
4455
- _this4.actionConfirmMode = true;
4456
- _this4.actioning = true;
4457
- _context4.next = 5;
4455
+ _this4.actionConfirmMode = _this4.actioning = true;
4456
+ _context4.next = 4;
4458
4457
  return _this4.saveData({
4459
4458
  key: action.key,
4460
4459
  data: flow_objectSpread({}, model)
4461
4460
  });
4462
- case 5:
4461
+ case 4:
4463
4462
  data = _context4.sent;
4464
- _this4.actioning = false;
4465
- _this4.actionConfirmMode = false;
4463
+ _this4.actionConfirmMode = _this4.actioning = false;
4466
4464
  if (data.data) {
4467
- _context4.next = 10;
4465
+ _context4.next = 8;
4468
4466
  break;
4469
4467
  }
4470
4468
  return _context4.abrupt("return");
4471
- case 10:
4469
+ case 8:
4472
4470
  _this4.actionViewWidget = _this4.getActionWidget(action) || 'workflow-report';
4473
4471
  _this4.actionParams.flow = data;
4474
4472
  _this4.actionViewVisible = true;
4475
- case 13:
4473
+ case 11:
4476
4474
  case "end":
4477
4475
  return _context4.stop();
4478
4476
  }