@natoora-libs/core 0.2.38 → 0.2.39
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.
|
@@ -10090,9 +10090,10 @@ var TableDesktopEditableField = ({
|
|
|
10090
10090
|
{
|
|
10091
10091
|
defaultValue: editInitialValue ? (0, import_moment3.default)(editInitialValue, "HH:mm:ss") : void 0,
|
|
10092
10092
|
label: inputLabel,
|
|
10093
|
+
format: "DD/MM/YYYY",
|
|
10093
10094
|
onAccept: (value) => {
|
|
10094
10095
|
const formattedValue = value?.format("YYYY-MM-DD") ?? null;
|
|
10095
|
-
const formattedLabel = value?.format("
|
|
10096
|
+
const formattedLabel = value?.format("DD/MM/YYYY") ?? null;
|
|
10096
10097
|
onUpdateEditableCell?.({
|
|
10097
10098
|
rowId,
|
|
10098
10099
|
columnId,
|