@apexcura/ui-components 0.0.14-Beta27 → 0.0.14-Beta28
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -741,7 +741,7 @@ var TableElement = (props) => {
|
|
|
741
741
|
var import_react21 = __toESM(require("react"));
|
|
742
742
|
var import_antd15 = require("antd");
|
|
743
743
|
var import_dayjs = __toESM(require("dayjs"));
|
|
744
|
-
var import_customParseFormat = __toESM(require("dayjs/plugin/customParseFormat"));
|
|
744
|
+
var import_customParseFormat = __toESM(require("dayjs/plugin/customParseFormat.js"));
|
|
745
745
|
import_dayjs.default.extend(import_customParseFormat.default);
|
|
746
746
|
var DatePickerElement = (props) => {
|
|
747
747
|
const [dateState, setDateState] = (0, import_react21.useState)("");
|
package/dist/index.mjs
CHANGED
|
@@ -683,7 +683,7 @@ var TableElement = (props) => {
|
|
|
683
683
|
import React21, { useState as useState6 } from "react";
|
|
684
684
|
import { DatePicker } from "antd";
|
|
685
685
|
import dayjs from "dayjs";
|
|
686
|
-
import customParseFormat from "dayjs/plugin/customParseFormat";
|
|
686
|
+
import customParseFormat from "dayjs/plugin/customParseFormat.js";
|
|
687
687
|
dayjs.extend(customParseFormat);
|
|
688
688
|
var DatePickerElement = (props) => {
|
|
689
689
|
const [dateState, setDateState] = useState6("");
|