@dmsi/wedgekit-react 0.0.376 → 0.0.378
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.
|
@@ -5647,7 +5647,7 @@ var DateRangeInput = (_a) => {
|
|
|
5647
5647
|
}
|
|
5648
5648
|
}
|
|
5649
5649
|
};
|
|
5650
|
-
return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
|
|
5650
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(import_jsx_runtime58.Fragment, { children: [
|
|
5651
5651
|
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
5652
5652
|
InputBase,
|
|
5653
5653
|
__spreadProps(__spreadValues({
|
|
@@ -79,7 +79,7 @@ import {
|
|
|
79
79
|
// src/components/DateRangeInput.tsx
|
|
80
80
|
import { useRef, useEffect, useState, useLayoutEffect } from "react";
|
|
81
81
|
import { createPortal } from "react-dom";
|
|
82
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
82
|
+
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
83
83
|
var DateRangeInput = (_a) => {
|
|
84
84
|
var _b = _a, {
|
|
85
85
|
id,
|
|
@@ -496,7 +496,7 @@ var DateRangeInput = (_a) => {
|
|
|
496
496
|
}
|
|
497
497
|
}
|
|
498
498
|
};
|
|
499
|
-
return /* @__PURE__ */ jsxs(
|
|
499
|
+
return /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
500
500
|
/* @__PURE__ */ jsx(
|
|
501
501
|
InputBase,
|
|
502
502
|
__spreadProps(__spreadValues({
|
package/package.json
CHANGED
|
@@ -576,7 +576,7 @@ export const DateRangeInput = ({
|
|
|
576
576
|
};
|
|
577
577
|
|
|
578
578
|
return (
|
|
579
|
-
|
|
579
|
+
<>
|
|
580
580
|
<InputBase
|
|
581
581
|
id={id}
|
|
582
582
|
testid={testid}
|
|
@@ -625,7 +625,7 @@ export const DateRangeInput = ({
|
|
|
625
625
|
</div>,
|
|
626
626
|
findDocumentRoot(popoverRef.current),
|
|
627
627
|
)}
|
|
628
|
-
|
|
628
|
+
</>
|
|
629
629
|
);
|
|
630
630
|
|
|
631
631
|
function formatInputValue(value: string): string {
|