tsv2-library 1.0.61-alpha.21 → 1.0.61-alpha.23

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.
@@ -55314,14 +55314,11 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
55314
55314
  const imageThumbnail = computedAsync(
55315
55315
  async () => {
55316
55316
  if (!props.thumbnail || errorLoadImage.value) {
55317
- console.log("👽👽👽 1:");
55318
55317
  return Placeholder;
55319
55318
  }
55320
55319
  if (typeof props.thumbnail === "string") {
55321
- console.log("👽👽👽 2:");
55322
55320
  return props.thumbnail.includes("http") || props.thumbnail.includes("data:image/svg+xml") ? props.thumbnail : await getImageURL(props.thumbnail);
55323
55321
  }
55324
- console.log("👽👽👽 3:");
55325
55322
  return props.thumbnail;
55326
55323
  }
55327
55324
  );
@@ -70505,6 +70502,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
70505
70502
  const removeBadge = (index2) => {
70506
70503
  var _a;
70507
70504
  (_a = field2.value) == null ? void 0 : _a.splice(index2, 1, ...props.preserveDeletedIndex ? [null] : []);
70505
+ emit("update:modelValue", field2.value);
70508
70506
  };
70509
70507
  const onKeydown3 = (event2) => {
70510
70508
  var _a, _b;
@@ -70514,6 +70512,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
70514
70512
  newLabel.value = (_a = field2.value) == null ? void 0 : _a.pop();
70515
70513
  else
70516
70514
  (_b = field2.value) == null ? void 0 : _b.pop();
70515
+ emit("update:modelValue", field2.value);
70517
70516
  }
70518
70517
  };
70519
70518
  const onEditBadge = (text2, index2) => {