@conboai/storybook.components 0.2.21 → 0.2.23
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.
|
@@ -13,4 +13,4 @@ export declare const convertLocalToUTC: (localDateStr: string, timeZone: string)
|
|
|
13
13
|
export declare const convertUTCToTimeZone: (utcDateStr: string, timeZone: string) => string;
|
|
14
14
|
export declare const convertTimezone: (dateString: Date | undefined, targetTimezone: string) => string;
|
|
15
15
|
export declare const convertLocalToUTCWithFormattedDate: (inputDate: Date, timezone: string) => string;
|
|
16
|
-
export declare const
|
|
16
|
+
export declare const convertDateFromUTCWithFormattedDateAndDuration: (inputDate: Date, timezone: string, duration: number) => string;
|
|
@@ -39770,7 +39770,7 @@ const D2 = {
|
|
|
39770
39770
|
), O2 = "MM/DD/YYYY HH:mm", My = ["day"], P2 = [...My, "hours", "minutes"], L2 = {
|
|
39771
39771
|
openPickerIcon: () => /* @__PURE__ */ x.jsx(Ot, { icon: "calendar", fillOpacity: "0.56" }),
|
|
39772
39772
|
leftArrowIcon: () => /* @__PURE__ */ x.jsx(Ot, { icon: "arrowUp" }),
|
|
39773
|
-
rightArrowIcon: () => /* @__PURE__ */ x.jsx(Ot, { icon: "
|
|
39773
|
+
rightArrowIcon: () => /* @__PURE__ */ x.jsx(Ot, { icon: "arrowDown" }),
|
|
39774
39774
|
actionBar: k2
|
|
39775
39775
|
}, M2 = (t, e) => ({
|
|
39776
39776
|
shortcuts: {
|
|
@@ -59100,7 +59100,7 @@ export {
|
|
|
59100
59100
|
u4 as addMillisecondsToDate,
|
|
59101
59101
|
j4 as columnDefs,
|
|
59102
59102
|
z4 as columns,
|
|
59103
|
-
F4 as
|
|
59103
|
+
F4 as convertDateFromUTCWithFormattedDateAndDuration,
|
|
59104
59104
|
ex as convertLocalToUTC,
|
|
59105
59105
|
$4 as convertLocalToUTCWithFormattedDate,
|
|
59106
59106
|
N4 as convertTimezone,
|