@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.
package/dist/components/index.js
CHANGED
|
@@ -9854,9 +9854,10 @@ var TableDesktopEditableField = ({
|
|
|
9854
9854
|
{
|
|
9855
9855
|
defaultValue: editInitialValue ? moment2(editInitialValue, "HH:mm:ss") : void 0,
|
|
9856
9856
|
label: inputLabel,
|
|
9857
|
+
format: "DD/MM/YYYY",
|
|
9857
9858
|
onAccept: (value) => {
|
|
9858
9859
|
const formattedValue = value?.format("YYYY-MM-DD") ?? null;
|
|
9859
|
-
const formattedLabel = value?.format("
|
|
9860
|
+
const formattedLabel = value?.format("DD/MM/YYYY") ?? null;
|
|
9860
9861
|
onUpdateEditableCell?.({
|
|
9861
9862
|
rowId,
|
|
9862
9863
|
columnId,
|