@natoora-libs/core 0.2.47 → 0.2.48
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.
|
@@ -10108,9 +10108,10 @@ var TableDesktopEditableField = ({
|
|
|
10108
10108
|
{
|
|
10109
10109
|
defaultValue: editInitialValue ? (0, import_moment3.default)(editInitialValue, "HH:mm:ss") : void 0,
|
|
10110
10110
|
label: inputLabel,
|
|
10111
|
+
format: "DD/MM/YYYY",
|
|
10111
10112
|
onAccept: (value) => {
|
|
10112
10113
|
const formattedValue = value?.format("YYYY-MM-DD") ?? null;
|
|
10113
|
-
const formattedLabel = value?.format("
|
|
10114
|
+
const formattedLabel = value?.format("DD/MM/YYYY") ?? null;
|
|
10114
10115
|
onUpdateEditableCell?.({
|
|
10115
10116
|
rowId,
|
|
10116
10117
|
columnId,
|