@stsdti/funky-ui-kit 1.3.8 → 1.3.9

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.
@@ -20573,10 +20573,10 @@ const _sfc_main$1m = {
20573
20573
  props2.resolve(result);
20574
20574
  }
20575
20575
  function onConfirm() {
20576
- close2({ value: true });
20576
+ close2({ value: true, isConfirmed: true });
20577
20577
  }
20578
20578
  function onCancel() {
20579
- close2({ value: false });
20579
+ close2({ value: false, isConfirmed: false });
20580
20580
  }
20581
20581
  return (_ctx, _cache2) => {
20582
20582
  return openBlock(), createBlock(AppModal, {