tokenizer-ui-kit 0.1.9 → 0.1.10

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.
@@ -8412,8 +8412,7 @@ const Nu = /* @__PURE__ */ Oa(Su, [["render", Hu], ["__scopeId", "data-v-a4cac93
8412
8412
  console.warn("DatePicker: Invalid dates provided to applyQuickFilter");
8413
8413
  return;
8414
8414
  }
8415
- const F = a.isRange ? [m, p] : m;
8416
- y(F), typeof s.value?.setMonthYear == "function" && s.value?.setMonthYear({
8415
+ f.value = a.isRange ? [m, p] : m, typeof s.value?.setMonthYear == "function" && s.value?.setMonthYear({
8417
8416
  month: m.getMonth(),
8418
8417
  year: m.getFullYear()
8419
8418
  });