nexaas-ui-components 1.0.38 → 1.0.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/index.cjs +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -780,7 +780,7 @@ var DatePickerInput = React5.forwardRef(
|
|
|
780
780
|
}
|
|
781
781
|
},
|
|
782
782
|
value: field.value,
|
|
783
|
-
locale: "pt",
|
|
783
|
+
locale: "pt-BR",
|
|
784
784
|
highlightCurrentDay: true,
|
|
785
785
|
formatDate: (value) => dateFns.format(value, dateFnsFormat),
|
|
786
786
|
parseDate: (value) => dateFns.parse(value, dateFnsFormat, /* @__PURE__ */ new Date()),
|
|
@@ -1091,7 +1091,7 @@ var Calendar = ({
|
|
|
1091
1091
|
highlightCurrentDay: true,
|
|
1092
1092
|
minDate: dateFns.subYears(/* @__PURE__ */ new Date(), 50),
|
|
1093
1093
|
maxDate,
|
|
1094
|
-
locale: "pt",
|
|
1094
|
+
locale: "pt-BR",
|
|
1095
1095
|
onShortcutChange: (e) => {
|
|
1096
1096
|
const index = shorcuts.findIndex(
|
|
1097
1097
|
(item) => item.label === e.label
|
|
@@ -1110,7 +1110,7 @@ var Calendar = ({
|
|
|
1110
1110
|
},
|
|
1111
1111
|
value,
|
|
1112
1112
|
highlightCurrentDay: true,
|
|
1113
|
-
locale: "pt"
|
|
1113
|
+
locale: "pt-BR"
|
|
1114
1114
|
}
|
|
1115
1115
|
) })
|
|
1116
1116
|
}
|
|
@@ -1375,7 +1375,7 @@ var FilterCalendar = ({
|
|
|
1375
1375
|
highlightCurrentDay: true,
|
|
1376
1376
|
minDate: dateFns.subYears(/* @__PURE__ */ new Date(), 50),
|
|
1377
1377
|
maxDate,
|
|
1378
|
-
locale: "pt",
|
|
1378
|
+
locale: "pt-BR",
|
|
1379
1379
|
onShortcutChange: (e) => {
|
|
1380
1380
|
const index = shorcuts.findIndex((item) => item.label === e.label);
|
|
1381
1381
|
if (index !== -1 && setSelectedShortcut) {
|
|
@@ -1392,7 +1392,7 @@ var FilterCalendar = ({
|
|
|
1392
1392
|
},
|
|
1393
1393
|
value: currentValue,
|
|
1394
1394
|
highlightCurrentDay: true,
|
|
1395
|
-
locale: "pt"
|
|
1395
|
+
locale: "pt-BR"
|
|
1396
1396
|
}
|
|
1397
1397
|
) });
|
|
1398
1398
|
return /* @__PURE__ */ jsxRuntime.jsx(
|