@oliasoft-open-source/react-ui-library 5.0.2 → 5.0.3-beta-1
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.
- package/dist/index.js +9 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -168921,7 +168921,15 @@ const InputCellWrapper = ({
|
|
|
168921
168921
|
columnAlignment,
|
|
168922
168922
|
testId
|
|
168923
168923
|
}
|
|
168924
|
-
) : cell2.type === "DateInput" ? /* @__PURE__ */ jsx(
|
|
168924
|
+
) : cell2.type === "DateInput" ? /* @__PURE__ */ jsx(
|
|
168925
|
+
InputCell,
|
|
168926
|
+
{
|
|
168927
|
+
type: "date",
|
|
168928
|
+
cell: cell2,
|
|
168929
|
+
columnAlignment,
|
|
168930
|
+
testId
|
|
168931
|
+
}
|
|
168932
|
+
) : cell2.type === "Select" ? /* @__PURE__ */ jsx(
|
|
168925
168933
|
SelectCell,
|
|
168926
168934
|
{
|
|
168927
168935
|
cell: cell2,
|