@citruslime/ui 4.1.0-beta.19 → 4.1.0-beta.20

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.
@@ -3356,7 +3356,10 @@ function convertDateToIsoString(dateToConvert, forcedTimeOfDay, includeOffset, s
3356
3356
  } else if (forcedTimeOfDay === "end") {
3357
3357
  returnValueDate = returnValueDate.endOf("day").set({ millisecond: 0 });
3358
3358
  }
3359
- let returnValue = returnValueDate.toISO({ includeOffset });
3359
+ let returnValue = returnValueDate.toISO({
3360
+ includeOffset,
3361
+ suppressMilliseconds: true
3362
+ });
3360
3363
  if (selectedTimeZone === null) {
3361
3364
  returnValue = returnValue?.replace("Z", "") ?? null;
3362
3365
  }
@@ -4134,7 +4137,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
4134
4137
  };
4135
4138
  }
4136
4139
  });
4137
- const clUiCalendarInput = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["__scopeId", "data-v-384b53f2"]]);
4140
+ const clUiCalendarInput = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["__scopeId", "data-v-c852f489"]]);
4138
4141
  const _hoisted_1$D = {
4139
4142
  key: 0,
4140
4143
  class: "cl:px-3 cl:py-3 cl:w-full"