@stenajs-webui/calendar 19.0.0-next.6 → 19.0.0-next.61

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.es.js CHANGED
@@ -1,15 +1,15 @@
1
1
  (function(){"use strict";try{var r=document.createElement("style");r.appendChild(document.createTextNode("._calendar_1w0de_1{--swui-calendar-day-width: 40px;--swui-calendar-day-height: 38px;--swui-calendar-day-border-radius: 4px;--swui-calendar-week-number-bg-color: transparent;--swui-calendar-week-number-text-color: var(--lhds-color-ui-500);--swui-calendar-week-number-clickable-text-color: var(--lhds-color-ui-500);--swui-calendar-week-day-text-color: var(--lhds-color-ui-500);--swui-calendar-week-day-clickable-text-color: var(--lhds-color-ui-500);--swui-calendar-wrapper-selected-border: var(--swui-primary-action-color);--swui-calendar-wrapper-selected-background: var(--swui-primary-action-color);--swui-calendar-wrapper-range-border: var(--lhds-color-blue-100);--swui-calendar-wrapper-range-background: var(--lhds-color-blue-100);--swui-calendar-wrapper-today-border: var(--lhds-color-ui-200);--swui-calendar-wrapper-today-background: var(--lhds-color-ui-200);--swui-calendar-text-selected-color: #fff;--swui-calendar-text-disabled-color: var(--swui-text-disabled-color);--swui-calendar-text-in-other-month-color: var(--swui-text-disabled-color)}._calendar_1w0de_1 table{border-spacing:0 4px}._calendar_1w0de_1 span{line-height:100%}._calendar_1w0de_1 tr td:last-child{border-top-right-radius:var(--swui-calendar-day-border-radius);border-bottom-right-radius:var(--swui-calendar-day-border-radius)}._calendar_1w0de_1 tr td:nth-child(2){border-top-left-radius:var(--swui-calendar-day-border-radius);border-bottom-left-radius:var(--swui-calendar-day-border-radius)}._calendar_1w0de_1 td{padding:0;width:var(--swui-calendar-day-width);height:var(--swui-calendar-day-height)}._timePicker_1w05d_1{overflow:hidden;width:180px}._timePickerColumn_1w05d_6{overflow-y:hidden;flex:1}._timePickerColumn_1w05d_6:hover{overflow-y:scroll}")),document.head.appendChild(r)}catch(e){console.error("vite-plugin-css-injected-by-js",e)}})();
2
- import { Box as I, Text as it, Clickable as Wt, Row as R, Space as $, Spacing as me, Column as B, Indent as ht, SeparatorLine as pe, parseIntElseUndefined as Jt, useBoolean as Ht, useDelayedFalse as Yt } from "@stenajs-webui/core";
3
- import { FlatButton as A, PrimaryButton as dt, stenaAngleLeft as Ot, stenaAngleRight as $t, stenaArrowLeft as be, stenaArrowRight as Qt, stenaAngleLeftDouble as Xt, stenaAngleRightDouble as Zt, stenaCalendar as gt, Icon as Ft, stenaArrowWideRight as ke, stenaClock as vt, stenaAngleDown as Se } from "@stenajs-webui/elements";
4
- import { isAfter as et, eachDayOfInterval as Pt, isSameDay as z, endOfMonth as Vt, startOfMonth as te, min as Me, addDays as q, max as Ee, subDays as Dt, format as W, getISOWeek as Bt, getDate as Ct, startOfWeek as ee, addWeeks as Re, getMonth as tt, getWeek as ne, getYear as yt, getISODay as Ae, addHours as Te, isBefore as xe, parse as ot, addMonths as Ce, addYears as Ne, subMonths as Ie, subYears as He, setWeek as Ye, isValid as Le } from "date-fns";
5
- import { enGB as zt } from "date-fns/locale";
6
- import { last as Ue, startCase as re, chunk as se, range as jt, debounce as We, padStart as Oe } from "lodash";
2
+ import { jsx as i, jsxs as E, Fragment as ht } from "react/jsx-runtime";
3
+ import { Box as I, Text as it, Clickable as Wt, Row as R, Space as $, Spacing as me, Column as B, Indent as gt, SeparatorLine as pe, parseIntElseUndefined as Jt, useBoolean as Ht, useDelayedFalse as Yt } from "@stenajs-webui/core";
4
+ import { FlatButton as x, PrimaryButton as dt, stenaAngleLeft as Ot, stenaAngleRight as $t, stenaArrowLeft as be, stenaArrowRight as Qt, stenaAngleLeftDouble as Xt, stenaAngleRightDouble as Zt, TextInputButton as ke, stenaCalendar as yt, Icon as Ft, stenaArrowWideRight as Se, stenaClock as vt, stenaAngleDown as Me } from "@stenajs-webui/elements";
5
+ import { isAfter as et, eachDayOfInterval as Pt, isSameDay as j, endOfMonth as Vt, startOfMonth as te, min as Ee, addDays as q, max as Re, subDays as Dt, format as W, getISOWeek as Bt, getDate as Ct, startOfWeek as ee, addWeeks as Ae, getMonth as tt, getWeek as ne, getYear as wt, getISODay as Te, addHours as xe, isBefore as Ce, parse as ot, addMonths as Ne, addYears as Ie, subMonths as He, subYears as Ye, setWeek as Le, isValid as Ue } from "date-fns";
6
+ import { enGB as jt } from "date-fns/locale";
7
+ import { last as We, startCase as re, chunk as se, range as zt, debounce as Oe, padStart as $e } from "lodash";
7
8
  import * as ce from "react";
8
9
  import { useMemo as C, useState as S, useEffect as Q, useCallback as g, useRef as J } from "react";
9
- import { jsx as i, jsxs as E, Fragment as wt } from "react/jsx-runtime";
10
10
  import Nt from "@emotion/styled";
11
- import { TextInput as nt, TextInputBox as $e } from "@stenajs-webui/forms";
12
- import { useTippyInstance as Pe, Popover as pt } from "@stenajs-webui/tooltip";
11
+ import { TextInput as nt, TextInputBox as Pe } from "@stenajs-webui/forms";
12
+ import { useTippyInstance as Be, Popover as pt } from "@stenajs-webui/tooltip";
13
13
  import { cssColor as ie } from "@stenajs-webui/theme";
14
14
  const Z = {
15
15
  yearAndMonth: "yyyy-MM",
@@ -25,14 +25,14 @@ const Z = {
25
25
  if (e && n && et(n, e))
26
26
  return Pt({ start: e, end: n }).reduce(
27
27
  (s, c) => {
28
- const d = z(c, e), o = z(c, n);
28
+ const d = j(c, e), o = j(c, n);
29
29
  return X(s, c, d ? ["selected", "selectedStart", "range"] : o ? ["selected", "selectedEnd", "range"] : ["range"]);
30
30
  },
31
31
  t
32
32
  );
33
33
  let r = t;
34
34
  return e && (r = X(r, e, ["selected", "singleSelected"])), n && (r = X(r, n, ["selected", "singleSelected"])), r;
35
- }, Be = (t = {}, e, n, r) => ze(
35
+ }, je = (t = {}, e, n, r) => ze(
36
36
  t,
37
37
  e,
38
38
  n,
@@ -40,9 +40,9 @@ const Z = {
40
40
  Vt(r)
41
41
  ), ze = (t = {}, e, n, r, s) => e && n ? mt(
42
42
  t,
43
- Ee([e, Dt(r, 1)]),
44
- Me([n, q(s, 1)])
45
- ) : mt(t, e, n), fr = (t, e, n) => {
43
+ Re([e, Dt(r, 1)]),
44
+ Ee([n, q(s, 1)])
45
+ ) : mt(t, e, n), ur = (t, e, n) => {
46
46
  const r = W(e, Z.yearAndMonth), s = Bt(e), c = Ct(e);
47
47
  return {
48
48
  ...t,
@@ -57,7 +57,7 @@ const Z = {
57
57
  }
58
58
  }
59
59
  };
60
- }, ur = (t, e, n) => {
60
+ }, Dr = (t, e, n) => {
61
61
  const r = W(e, Z.yearAndMonth), s = Bt(e), c = Ct(e);
62
62
  return {
63
63
  ...t,
@@ -92,7 +92,7 @@ const Z = {
92
92
  ...t,
93
93
  highlights: [...(n = t == null ? void 0 : t.highlights) != null ? n : [], ...e]
94
94
  };
95
- }, Dr = (t, e, n) => {
95
+ }, hr = (t, e, n) => {
96
96
  const r = e.days[0].date, s = r.getMonth() + 1, c = `${r.getFullYear()}-${s < 10 ? "0" : ""}${s}`, d = e.weekNumber;
97
97
  let o = t;
98
98
  e.days.forEach((h) => {
@@ -109,16 +109,16 @@ const Z = {
109
109
  [d]: f
110
110
  }
111
111
  };
112
- }, je = (t, e) => {
112
+ }, _e = (t, e) => {
113
113
  var s;
114
114
  if (!e.days.length)
115
115
  return { ...t };
116
- const n = e.days[0].date, r = (s = Ue(e.days)) == null ? void 0 : s.date;
116
+ const n = e.days[0].date, r = (s = We(e.days)) == null ? void 0 : s.date;
117
117
  return {
118
118
  ...mt(t, n, r)
119
119
  };
120
- }, _e = (t, e) => C(() => t ? X(e, new Date(), ["today"]) : e, [t, e]);
121
- var U = /* @__PURE__ */ ((t) => (t[t.JANUARY = 0] = "JANUARY", t[t.FEBRUARY = 1] = "FEBRUARY", t[t.MARCH = 2] = "MARCH", t[t.APRIL = 3] = "APRIL", t[t.MAY = 4] = "MAY", t[t.JUNE = 5] = "JUNE", t[t.JULY = 6] = "JULY", t[t.AUGUST = 7] = "AUGUST", t[t.SEPTEMBER = 8] = "SEPTEMBER", t[t.OCTOBER = 9] = "OCTOBER", t[t.NOVEMBER = 10] = "NOVEMBER", t[t.DECEMBER = 11] = "DECEMBER", t))(U || {}), Je = /* @__PURE__ */ ((t) => (t[t.SUNDAY = 0] = "SUNDAY", t[t.MONDAY = 1] = "MONDAY", t[t.TUESDAY = 2] = "TUESDAY", t[t.WEDNESDAY = 3] = "WEDNESDAY", t[t.THURSDAY = 4] = "THURSDAY", t[t.FRIDAY = 5] = "FRIDAY", t[t.SATURDAY = 6] = "SATURDAY", t))(Je || {});
120
+ }, Je = (t, e) => C(() => t ? X(e, new Date(), ["today"]) : e, [t, e]);
121
+ var U = /* @__PURE__ */ ((t) => (t[t.JANUARY = 0] = "JANUARY", t[t.FEBRUARY = 1] = "FEBRUARY", t[t.MARCH = 2] = "MARCH", t[t.APRIL = 3] = "APRIL", t[t.MAY = 4] = "MAY", t[t.JUNE = 5] = "JUNE", t[t.JULY = 6] = "JULY", t[t.AUGUST = 7] = "AUGUST", t[t.SEPTEMBER = 8] = "SEPTEMBER", t[t.OCTOBER = 9] = "OCTOBER", t[t.NOVEMBER = 10] = "NOVEMBER", t[t.DECEMBER = 11] = "DECEMBER", t))(U || {}), Ke = /* @__PURE__ */ ((t) => (t[t.SUNDAY = 0] = "SUNDAY", t[t.MONDAY = 1] = "MONDAY", t[t.TUESDAY = 2] = "TUESDAY", t[t.WEDNESDAY = 3] = "WEDNESDAY", t[t.THURSDAY = 4] = "THURSDAY", t[t.FRIDAY = 5] = "FRIDAY", t[t.SATURDAY = 6] = "SATURDAY", t))(Ke || {});
122
122
  const Kt = (t, e, n, r) => {
123
123
  const s = [];
124
124
  for (let c = 0; c < n; c++)
@@ -133,12 +133,12 @@ const Kt = (t, e, n, r) => {
133
133
  ),
134
134
  year: r,
135
135
  monthInYear: s,
136
- weeks: Ke(r, s, n)
136
+ weeks: Ge(r, s, n)
137
137
  };
138
- }, Ke = (t, e, n, r = !0) => {
138
+ }, Ge = (t, e, n, r = !0) => {
139
139
  const s = new Date(t, e, 1), c = ee(s, { locale: n }), d = [];
140
140
  for (let o = 0; o < 6; o++) {
141
- const l = _t(Re(c, o), n);
141
+ const l = _t(Ae(c, o), n);
142
142
  if (o > 0 && l.startMonth !== e && !r)
143
143
  return d;
144
144
  d.push(l);
@@ -149,34 +149,34 @@ const Kt = (t, e, n, r) => {
149
149
  return {
150
150
  weekNumber: ne(t, { locale: e }),
151
151
  startMonth: tt(t),
152
- startYear: yt(t),
152
+ startYear: wt(t),
153
153
  endMonth: tt(q(t, 6)),
154
- endYear: yt(q(t, 6)),
155
- days: qe(t, e),
154
+ endYear: wt(q(t, 6)),
155
+ days: Qe(t, e),
156
156
  isLastWeekOfMonth: n
157
157
  };
158
- }, Ge = (t, e) => {
159
- const n = Ae(t);
158
+ }, qe = (t, e) => {
159
+ const n = Te(t);
160
160
  return {
161
161
  date: t,
162
162
  name: W(t, "EEE", e ? { locale: e } : void 0),
163
- dateString: W(Te(t, 12), Z.fullDate),
163
+ dateString: W(xe(t, 12), Z.fullDate),
164
164
  weekNumber: ne(t, { locale: e }),
165
- year: yt(t),
165
+ year: wt(t),
166
166
  month: tt(t),
167
167
  dayOfMonth: Ct(t),
168
168
  dayOfWeek: n,
169
169
  isFirstDayOfWeek: n === 1,
170
170
  isLastDayOfWeek: n === 7,
171
- isFirstDayOfMonth: z(te(t), t),
172
- isLastDayOfMonth: z(Vt(t), t)
171
+ isFirstDayOfMonth: j(te(t), t),
172
+ isLastDayOfMonth: j(Vt(t), t)
173
173
  };
174
- }, qe = (t, e) => Pt({
174
+ }, Qe = (t, e) => Pt({
175
175
  start: t,
176
176
  end: q(t, 6)
177
- }).map((n) => Ge(n, e)), Qe = (t, e) => e > 11 ? { year: t + Math.floor(e / 12), month: e % 12 } : e < 0 ? { year: t + Math.floor(e / 12), month: 12 + e % 12 } : { year: t, month: e }, Xe = "_calendar_1w0de_1", Ze = {
178
- calendar: Xe
179
- }, Fe = (t, e, n) => !!(e && e.indexOf(n) >= 0 || t && t.highlights && t.highlights.indexOf(n) >= 0), V = (t, e, n, r, s) => {
177
+ }).map((n) => qe(n, e)), Xe = (t, e) => e > 11 ? { year: t + Math.floor(e / 12), month: e % 12 } : e < 0 ? { year: t + Math.floor(e / 12), month: 12 + e % 12 } : { year: t, month: e }, Ze = "_calendar_1w0de_1", Fe = {
178
+ calendar: Ze
179
+ }, ve = (t, e, n) => !!(e && e.indexOf(n) >= 0 || t && t.highlights && t.highlights.indexOf(n) >= 0), V = (t, e, n, r, s) => {
180
180
  if (n.length !== r.length)
181
181
  throw new Error(
182
182
  "Select highlight failed, number of values do not equal number of highlights."
@@ -184,31 +184,73 @@ const Kt = (t, e, n, r) => {
184
184
  if (n.length === 0)
185
185
  return s;
186
186
  for (let c = 0; c < n.length; c++)
187
- if (typeof n[c] == "boolean" && n[c] || typeof n[c] == "string" && Fe(
187
+ if (typeof n[c] == "boolean" && n[c] || typeof n[c] == "string" && ve(
188
188
  t,
189
189
  e,
190
190
  n[c]
191
191
  ))
192
192
  return r[c];
193
193
  return s;
194
- }, ve = ({
194
+ }, Ve = ({
195
195
  selectedBackground: t,
196
196
  todayBackground: e,
197
197
  rangeBackground: n,
198
198
  borderColor: r = "transparent"
199
199
  }) => (s, c, d, o, l) => {
200
200
  let a = {};
201
- const f = V(c, s, ["selected", "range", "today", d.month === l.monthInYear], [t, n, e, "#fff"], "transparent");
201
+ const f = V(
202
+ c,
203
+ s,
204
+ ["selected", "range", "today", d.month === l.monthInYear],
205
+ [t, n, e, "#fff"],
206
+ "transparent"
207
+ );
202
208
  return {
203
209
  ...a,
204
210
  backgroundColor: f,
205
- borderTopLeftRadius: V(c, s, ["selectedStart", "singleSelected"], ["var(--swui-calendar-day-border-radius)", "var(--swui-calendar-day-border-radius)"], r),
206
- borderBottomLeftRadius: V(c, s, ["selectedStart", "singleSelected"], ["var(--swui-calendar-day-border-radius)", "var(--swui-calendar-day-border-radius)"], r),
207
- borderTopRightRadius: V(c, s, ["selectedEnd", "singleSelected"], ["var(--swui-calendar-day-border-radius)", "var(--swui-calendar-day-border-radius)"], r),
208
- borderBottomRightRadius: V(c, s, ["selectedEnd", "singleSelected"], ["var(--swui-calendar-day-border-radius)", "var(--swui-calendar-day-border-radius)"], r),
211
+ borderTopLeftRadius: V(
212
+ c,
213
+ s,
214
+ ["selectedStart", "singleSelected"],
215
+ [
216
+ "var(--swui-calendar-day-border-radius)",
217
+ "var(--swui-calendar-day-border-radius)"
218
+ ],
219
+ r
220
+ ),
221
+ borderBottomLeftRadius: V(
222
+ c,
223
+ s,
224
+ ["selectedStart", "singleSelected"],
225
+ [
226
+ "var(--swui-calendar-day-border-radius)",
227
+ "var(--swui-calendar-day-border-radius)"
228
+ ],
229
+ r
230
+ ),
231
+ borderTopRightRadius: V(
232
+ c,
233
+ s,
234
+ ["selectedEnd", "singleSelected"],
235
+ [
236
+ "var(--swui-calendar-day-border-radius)",
237
+ "var(--swui-calendar-day-border-radius)"
238
+ ],
239
+ r
240
+ ),
241
+ borderBottomRightRadius: V(
242
+ c,
243
+ s,
244
+ ["selectedEnd", "singleSelected"],
245
+ [
246
+ "var(--swui-calendar-day-border-radius)",
247
+ "var(--swui-calendar-day-border-radius)"
248
+ ],
249
+ r
250
+ ),
209
251
  boxSizing: "border-box"
210
252
  };
211
- }, Ve = ({
253
+ }, tn = ({
212
254
  selectedColor: t,
213
255
  disabledColor: e,
214
256
  inOtherMonthColor: n,
@@ -216,7 +258,18 @@ const Kt = (t, e, n, r) => {
216
258
  }) => (s, c, d, o, l) => {
217
259
  const a = d.month !== l.monthInYear;
218
260
  return {
219
- color: V(c, s, [a, "selected", "range", "enabled", "disabled"], [n, t, r, void 0, e])
261
+ color: V(
262
+ c,
263
+ s,
264
+ [a, "selected", "range", "enabled", "disabled"],
265
+ [
266
+ n,
267
+ t,
268
+ r,
269
+ void 0,
270
+ e
271
+ ]
272
+ )
220
273
  };
221
274
  }, rt = {
222
275
  width: "var(--swui-calendar-day-width)",
@@ -232,12 +285,12 @@ const Kt = (t, e, n, r) => {
232
285
  clickableTextColor: "var(--swui-calendar-week-day-clickable-text-color)"
233
286
  },
234
287
  CalendarDay: {
235
- tdStyle: ve({
288
+ tdStyle: Ve({
236
289
  selectedBackground: "var(--swui-calendar-wrapper-selected-background)",
237
290
  rangeBackground: "var(--swui-calendar-wrapper-range-background)",
238
291
  todayBackground: "var(--swui-calendar-wrapper-today-background)"
239
292
  }),
240
- textProps: Ve({
293
+ textProps: tn({
241
294
  selectedColor: "var(--swui-calendar-text-selected-color)",
242
295
  disabledColor: "var(--swui-calendar-text-disabled-color)",
243
296
  inOtherMonthColor: "var(--swui-calendar-text-in-other-month-color)"
@@ -246,11 +299,11 @@ const Kt = (t, e, n, r) => {
246
299
  CalendarMonth: {
247
300
  headerTextColor: "var(--swui-calendar-week-day-text-color)"
248
301
  }
249
- }, hr = {
302
+ }, gr = {
250
303
  ...rt,
251
304
  width: "37px",
252
305
  height: "37px"
253
- }, tn = (t, e, n) => e && xe(t, e) ? z(t, e) : n && et(t, n) ? z(t, n) : !0, en = function({
306
+ }, en = (t, e, n) => e && Ce(t, e) ? j(t, e) : n && et(t, n) ? j(t, n) : !0, nn = function({
254
307
  dayComponent: e,
255
308
  minDate: n,
256
309
  maxDate: r,
@@ -258,13 +311,12 @@ const Kt = (t, e, n, r) => {
258
311
  day: c,
259
312
  ...d
260
313
  }) {
261
- const o = C(() => tn(c.date, n, r) ? s : oe(s, ["disabled"]), [c.date, s, r, n]);
262
- return /* @__PURE__ */ i(e, {
263
- day: c,
264
- ...d,
265
- dayState: o
266
- });
267
- }, nn = ({
314
+ const o = C(
315
+ () => en(c.date, n, r) ? s : oe(s, ["disabled"]),
316
+ [c.date, s, r, n]
317
+ );
318
+ return /* @__PURE__ */ i(e, { day: c, ...d, dayState: o });
319
+ }, rn = ({
268
320
  onClickWeek: t,
269
321
  theme: e,
270
322
  week: n,
@@ -272,34 +324,46 @@ const Kt = (t, e, n, r) => {
272
324
  backgroundColor: s,
273
325
  prefix: c
274
326
  }) => {
275
- const d = /* @__PURE__ */ E(I, {
276
- width: e.width,
277
- height: e.height,
278
- justifyContent: "center",
279
- alignItems: "center",
280
- children: [r && /* @__PURE__ */ i(I, {
281
- position: "absolute",
282
- children: r
283
- }), /* @__PURE__ */ i(I, {
284
- position: "absolute",
285
- children: /* @__PURE__ */ E(it, {
286
- color: t ? e.WeekNumber.clickableTextColor : e.WeekNumber.textColor,
287
- children: [c, n.weekNumber]
288
- })
289
- })]
290
- });
291
- return /* @__PURE__ */ i(I, {
292
- background: s || e.WeekNumber.backgroundColor,
293
- position: "relative",
294
- children: t ? /* @__PURE__ */ i(Wt, {
295
- borderRadius: "var(--swui-calendar-day-border-radius)",
296
- onClick: (o) => t(n, o),
297
- disableFocusHighlight: !t,
298
- children: d
299
- }) : d
300
- });
327
+ const d = /* @__PURE__ */ E(
328
+ I,
329
+ {
330
+ width: e.width,
331
+ height: e.height,
332
+ justifyContent: "center",
333
+ alignItems: "center",
334
+ children: [
335
+ r && /* @__PURE__ */ i(I, { position: "absolute", children: r }),
336
+ /* @__PURE__ */ i(I, { position: "absolute", children: /* @__PURE__ */ E(
337
+ it,
338
+ {
339
+ color: t ? e.WeekNumber.clickableTextColor : e.WeekNumber.textColor,
340
+ children: [
341
+ c,
342
+ n.weekNumber
343
+ ]
344
+ }
345
+ ) })
346
+ ]
347
+ }
348
+ );
349
+ return /* @__PURE__ */ i(
350
+ I,
351
+ {
352
+ background: s || e.WeekNumber.backgroundColor,
353
+ position: "relative",
354
+ children: t ? /* @__PURE__ */ i(
355
+ Wt,
356
+ {
357
+ borderRadius: "var(--swui-calendar-day-border-radius)",
358
+ onClick: (o) => t(n, o),
359
+ disableFocusHighlight: !t,
360
+ children: d
361
+ }
362
+ ) : d
363
+ }
364
+ );
301
365
  };
302
- function rn({
366
+ function sn({
303
367
  week: t,
304
368
  month: e,
305
369
  dayComponent: n,
@@ -314,51 +378,66 @@ function rn({
314
378
  extraDayContent: h,
315
379
  defaultHighlights: u
316
380
  }) {
317
- return /* @__PURE__ */ E("tr", {
318
- children: [a.WeekNumber.show && /* @__PURE__ */ i("td", {
319
- children: f ? f(t, a, o) : /* @__PURE__ */ i(nn, {
381
+ return /* @__PURE__ */ E("tr", { children: [
382
+ a.WeekNumber.show && /* @__PURE__ */ i("td", { children: f ? f(t, a, o) : /* @__PURE__ */ i(
383
+ rn,
384
+ {
320
385
  week: t,
321
386
  onClickWeek: o,
322
387
  theme: a
323
- })
324
- }), t.days.map((D) => /* @__PURE__ */ i(en, {
325
- dayComponent: n,
326
- day: D,
327
- week: t,
328
- month: e,
329
- dayState: r && r[D.dayOfMonth],
330
- userData: s && s[D.dayOfMonth],
331
- onClickDay: l,
332
- theme: a,
333
- extraDayContent: h,
334
- defaultHighlights: u,
335
- minDate: c,
336
- maxDate: d
337
- }, D.dateString))]
338
- }, t.weekNumber);
388
+ }
389
+ ) }),
390
+ t.days.map((D) => /* @__PURE__ */ i(
391
+ nn,
392
+ {
393
+ dayComponent: n,
394
+ day: D,
395
+ week: t,
396
+ month: e,
397
+ dayState: r && r[D.dayOfMonth],
398
+ userData: s && s[D.dayOfMonth],
399
+ onClickDay: l,
400
+ theme: a,
401
+ extraDayContent: h,
402
+ defaultHighlights: u,
403
+ minDate: c,
404
+ maxDate: d
405
+ },
406
+ D.dateString
407
+ ))
408
+ ] }, t.weekNumber);
339
409
  }
340
- const sn = ({
410
+ const cn = ({
341
411
  onClickWeekDay: t,
342
412
  day: e,
343
413
  theme: n
344
414
  }) => {
345
- const r = /* @__PURE__ */ i(I, {
346
- width: n.width,
347
- height: n.height,
348
- justifyContent: "center",
349
- alignItems: "center",
350
- children: /* @__PURE__ */ i(it, {
351
- size: "small",
352
- color: t ? n.WeekDay.clickableTextColor : n.WeekDay.textColor,
353
- children: e.name
354
- })
355
- });
356
- return t ? /* @__PURE__ */ i(Wt, {
357
- borderRadius: "var(--swui-calendar-day-border-radius)",
358
- onClick: (s) => t(e.dayOfWeek, s),
359
- disableFocusHighlight: !t,
360
- children: r
361
- }) : r;
415
+ const r = /* @__PURE__ */ i(
416
+ I,
417
+ {
418
+ width: n.width,
419
+ height: n.height,
420
+ justifyContent: "center",
421
+ alignItems: "center",
422
+ children: /* @__PURE__ */ i(
423
+ it,
424
+ {
425
+ size: "small",
426
+ color: t ? n.WeekDay.clickableTextColor : n.WeekDay.textColor,
427
+ children: e.name
428
+ }
429
+ )
430
+ }
431
+ );
432
+ return t ? /* @__PURE__ */ i(
433
+ Wt,
434
+ {
435
+ borderRadius: "var(--swui-calendar-day-border-radius)",
436
+ onClick: (s) => t(e.dayOfWeek, s),
437
+ disableFocusHighlight: !t,
438
+ children: r
439
+ }
440
+ ) : r;
362
441
  }, le = function({
363
442
  day: e,
364
443
  week: n,
@@ -370,55 +449,91 @@ const sn = ({
370
449
  extraDayContent: l,
371
450
  defaultHighlights: a
372
451
  }) {
373
- const f = /* @__PURE__ */ i(I, {
374
- width: "100%",
375
- height: "100%",
376
- justifyContent: "center",
377
- alignItems: "center",
378
- children: /* @__PURE__ */ i(it, {
379
- ...o.CalendarDay.textProps && o.CalendarDay.textProps(a, s, e, n, r, c),
380
- children: e.dayOfMonth
381
- })
382
- }), h = Nt.td({
383
- ...o.CalendarDay.tdStyle && o.CalendarDay.tdStyle(a, s, e, n, r, c)
452
+ const f = /* @__PURE__ */ i(
453
+ I,
454
+ {
455
+ width: "100%",
456
+ height: "100%",
457
+ justifyContent: "center",
458
+ alignItems: "center",
459
+ children: /* @__PURE__ */ i(
460
+ it,
461
+ {
462
+ ...o.CalendarDay.textProps && o.CalendarDay.textProps(
463
+ a,
464
+ s,
465
+ e,
466
+ n,
467
+ r,
468
+ c
469
+ ),
470
+ children: e.dayOfMonth
471
+ }
472
+ )
473
+ }
474
+ ), h = Nt.td({
475
+ ...o.CalendarDay.tdStyle && o.CalendarDay.tdStyle(
476
+ a,
477
+ s,
478
+ e,
479
+ n,
480
+ r,
481
+ c
482
+ )
384
483
  }), u = Nt.div({
385
- ...o.CalendarDay.innerWrapperStyle && o.CalendarDay.innerWrapperStyle(a, s, e, n, r, c),
484
+ ...o.CalendarDay.innerWrapperStyle && o.CalendarDay.innerWrapperStyle(
485
+ a,
486
+ s,
487
+ e,
488
+ n,
489
+ r,
490
+ c
491
+ ),
386
492
  width: "100%",
387
493
  height: "100%"
388
494
  }), D = Nt.div({
389
- ...o.CalendarDay.cellWrapperStyle && o.CalendarDay.cellWrapperStyle(a, s, e, n, r, c),
495
+ ...o.CalendarDay.cellWrapperStyle && o.CalendarDay.cellWrapperStyle(
496
+ a,
497
+ s,
498
+ e,
499
+ n,
500
+ r,
501
+ c
502
+ ),
390
503
  width: "100%",
391
504
  height: "100%",
392
505
  position: "relative"
393
506
  });
394
- return /* @__PURE__ */ i(h, {
395
- children: /* @__PURE__ */ i(u, {
396
- children: /* @__PURE__ */ i(D, {
397
- children: e.month === r.monthInYear && /* @__PURE__ */ E(wt, {
398
- children: [l && /* @__PURE__ */ i(l, {
399
- week: n,
400
- month: r,
401
- day: e,
402
- dayState: s,
403
- theme: o,
404
- userData: c
405
- }), d && cn(a, s) ? /* @__PURE__ */ i(Wt, {
406
- onClick: (w) => d(e, c, w),
407
- style: {
408
- width: "100%",
409
- height: "100%"
410
- },
411
- borderRadius: "var(--swui-calendar-day-border-radius)",
412
- children: f
413
- }) : /* @__PURE__ */ i(wt, {
414
- children: f
415
- })]
416
- })
417
- })
418
- })
419
- });
420
- }, cn = (t, e) => !!V(e, t, ["enabled", "disabled"], [!0, !1], !0);
421
- function on({
507
+ return /* @__PURE__ */ i(h, { children: /* @__PURE__ */ i(u, { children: /* @__PURE__ */ i(D, { children: e.month === r.monthInYear && /* @__PURE__ */ E(ht, { children: [
508
+ l && /* @__PURE__ */ i(
509
+ l,
510
+ {
511
+ week: n,
512
+ month: r,
513
+ day: e,
514
+ dayState: s,
515
+ theme: o,
516
+ userData: c
517
+ }
518
+ ),
519
+ d && on(a, s) ? /* @__PURE__ */ i(
520
+ Wt,
521
+ {
522
+ onClick: (w) => d(e, c, w),
523
+ style: { width: "100%", height: "100%" },
524
+ borderRadius: "var(--swui-calendar-day-border-radius)",
525
+ children: f
526
+ }
527
+ ) : /* @__PURE__ */ i(ht, { children: f })
528
+ ] }) }) }) });
529
+ }, on = (t, e) => !!V(
530
+ e,
531
+ t,
532
+ ["enabled", "disabled"],
533
+ [!0, !1],
534
+ !0
535
+ );
536
+ function dn({
422
537
  month: t,
423
538
  dayComponent: e = le,
424
539
  statePerWeek: n,
@@ -439,77 +554,71 @@ function on({
439
554
  defaultHighlights: b
440
555
  }) {
441
556
  const m = k.WeekNumber.show;
442
- return /* @__PURE__ */ i(wt, {
443
- children: /* @__PURE__ */ E(I, {
444
- alignItems: "stretch",
445
- children: [/* @__PURE__ */ E(R, {
557
+ return /* @__PURE__ */ i(ht, { children: /* @__PURE__ */ E(I, { alignItems: "stretch", children: [
558
+ /* @__PURE__ */ E(
559
+ R,
560
+ {
446
561
  justifyContent: "space-between",
447
562
  alignItems: "center",
448
563
  height: "32px",
449
- children: [/* @__PURE__ */ i(I, {
450
- alignItems: "center",
451
- children: D
452
- }), /* @__PURE__ */ E(R, {
453
- alignItems: "center",
454
- children: [/* @__PURE__ */ i(R, {
455
- width: "104px",
456
- justifyContent: "center",
457
- children: a ? /* @__PURE__ */ i(A, {
458
- onClick: () => a(t),
459
- label: t.name
460
- }) : /* @__PURE__ */ i(it, {
461
- children: t.name
462
- })
463
- }), /* @__PURE__ */ i($, {}), /* @__PURE__ */ i(R, {
464
- width: "64px",
465
- justifyContent: "center",
466
- children: f ? /* @__PURE__ */ i(A, {
467
- onClick: () => f(t.year),
468
- label: String(t.year)
469
- }) : /* @__PURE__ */ i(it, {
470
- children: t.year
471
- })
472
- })]
473
- }), /* @__PURE__ */ i(I, {
474
- alignItems: "center",
475
- children: w
476
- })]
477
- }), /* @__PURE__ */ i("table", {
478
- children: /* @__PURE__ */ E("tbody", {
479
- children: [/* @__PURE__ */ E("tr", {
480
- children: [m && /* @__PURE__ */ i("td", {
481
- children: /* @__PURE__ */ i(I, {
482
- width: k.width,
483
- height: k.height
484
- })
485
- }), t.weeks[0].days.map((y) => /* @__PURE__ */ i("td", {
486
- children: u ? u(y.name, k, l) : /* @__PURE__ */ i(sn, {
487
- day: y,
488
- onClickWeekDay: l,
489
- theme: k
490
- })
491
- }, y.name))]
492
- }), t.weeks.map((y) => /* @__PURE__ */ i(rn, {
493
- month: t,
494
- week: y,
495
- dayComponent: e,
496
- statePerWeekDay: n && n[y.weekNumber],
497
- userDataPerWeekDay: r && r[y.weekNumber],
498
- onClickDay: d,
499
- onClickWeek: o,
500
- theme: k,
501
- renderWeekNumber: h,
502
- extraDayContent: p,
503
- defaultHighlights: b,
504
- minDate: s,
505
- maxDate: c
506
- }, y.weekNumber))]
507
- })
508
- })]
509
- })
510
- });
564
+ children: [
565
+ /* @__PURE__ */ i(I, { alignItems: "center", children: D }),
566
+ /* @__PURE__ */ E(R, { alignItems: "center", children: [
567
+ /* @__PURE__ */ i(R, { width: "104px", justifyContent: "center", children: a ? /* @__PURE__ */ i(
568
+ x,
569
+ {
570
+ onClick: () => a(t),
571
+ label: t.name
572
+ }
573
+ ) : /* @__PURE__ */ i(it, { children: t.name }) }),
574
+ /* @__PURE__ */ i($, {}),
575
+ /* @__PURE__ */ i(R, { width: "64px", justifyContent: "center", children: f ? /* @__PURE__ */ i(
576
+ x,
577
+ {
578
+ onClick: () => f(t.year),
579
+ label: String(t.year)
580
+ }
581
+ ) : /* @__PURE__ */ i(it, { children: t.year }) })
582
+ ] }),
583
+ /* @__PURE__ */ i(I, { alignItems: "center", children: w })
584
+ ]
585
+ }
586
+ ),
587
+ /* @__PURE__ */ i("table", { children: /* @__PURE__ */ E("tbody", { children: [
588
+ /* @__PURE__ */ E("tr", { children: [
589
+ m && /* @__PURE__ */ i("td", { children: /* @__PURE__ */ i(I, { width: k.width, height: k.height }) }),
590
+ t.weeks[0].days.map((y) => /* @__PURE__ */ i("td", { children: u ? u(y.name, k, l) : /* @__PURE__ */ i(
591
+ cn,
592
+ {
593
+ day: y,
594
+ onClickWeekDay: l,
595
+ theme: k
596
+ }
597
+ ) }, y.name))
598
+ ] }),
599
+ t.weeks.map((y) => /* @__PURE__ */ i(
600
+ sn,
601
+ {
602
+ month: t,
603
+ week: y,
604
+ dayComponent: e,
605
+ statePerWeekDay: n && n[y.weekNumber],
606
+ userDataPerWeekDay: r && r[y.weekNumber],
607
+ onClickDay: d,
608
+ onClickWeek: o,
609
+ theme: k,
610
+ renderWeekNumber: h,
611
+ extraDayContent: p,
612
+ defaultHighlights: b,
613
+ minDate: s,
614
+ maxDate: c
615
+ },
616
+ y.weekNumber
617
+ ))
618
+ ] }) })
619
+ ] }) });
511
620
  }
512
- function dn({
621
+ function ln({
513
622
  monthRows: t,
514
623
  dayComponent: e = le,
515
624
  userDataPerMonth: n,
@@ -529,52 +638,67 @@ function dn({
529
638
  defaultHighlights: p,
530
639
  theme: b = rt
531
640
  }) {
532
- const m = C(() => s ? ot(s, "yyyy-MM-dd", new Date()) : void 0, [s]), y = C(() => c ? ot(c, "yyyy-MM-dd", new Date()) : void 0, [c]);
533
- return /* @__PURE__ */ i("div", {
534
- className: Ze.calendar,
535
- children: t.map((M, T) => /* @__PURE__ */ i(me, {
536
- children: /* @__PURE__ */ i(R, {
537
- children: M.map((x, N) => /* @__PURE__ */ E(ce.Fragment, {
538
- children: [N > 0 && /* @__PURE__ */ i($, {}), /* @__PURE__ */ i(on, {
539
- month: x,
540
- dayComponent: e,
541
- userDataPerWeek: n && n[x.monthString],
542
- statePerWeek: r && r[x.monthString],
543
- onClickDay: d,
544
- onClickWeekDay: o,
545
- onClickWeek: l,
546
- onClickMonth: a,
547
- onClickYear: f,
548
- theme: b,
549
- renderWeekNumber: u,
550
- renderWeekDay: h,
551
- headerLeftContent: D,
552
- headerRightContent: w,
553
- extraDayContent: k,
554
- defaultHighlights: p,
555
- minDate: m,
556
- maxDate: y
557
- })]
558
- }, x.name))
559
- })
560
- }, T))
561
- });
641
+ const m = C(
642
+ () => s ? ot(s, "yyyy-MM-dd", new Date()) : void 0,
643
+ [s]
644
+ ), y = C(
645
+ () => c ? ot(c, "yyyy-MM-dd", new Date()) : void 0,
646
+ [c]
647
+ );
648
+ return /* @__PURE__ */ i("div", { className: Fe.calendar, children: t.map((M, A) => /* @__PURE__ */ i(me, { children: /* @__PURE__ */ i(R, { children: M.map((T, N) => /* @__PURE__ */ E(ce.Fragment, { children: [
649
+ N > 0 && /* @__PURE__ */ i($, {}),
650
+ /* @__PURE__ */ i(
651
+ dn,
652
+ {
653
+ month: T,
654
+ dayComponent: e,
655
+ userDataPerWeek: n && n[T.monthString],
656
+ statePerWeek: r && r[T.monthString],
657
+ onClickDay: d,
658
+ onClickWeekDay: o,
659
+ onClickWeek: l,
660
+ onClickMonth: a,
661
+ onClickYear: f,
662
+ theme: b,
663
+ renderWeekNumber: u,
664
+ renderWeekDay: h,
665
+ headerLeftContent: D,
666
+ headerRightContent: w,
667
+ extraDayContent: k,
668
+ defaultHighlights: p,
669
+ minDate: m,
670
+ maxDate: y
671
+ }
672
+ )
673
+ ] }, T.name)) }) }, A)) });
562
674
  }
563
675
  function Lt(t) {
564
676
  var d;
565
- const e = ln(t.year, t.month, t.date), {
566
- year: n,
567
- month: r
568
- } = Qe(e.year, e.month), s = an(n, r, (d = t.locale) != null ? d : zt, t.numMonths, t.monthsPerRow), c = _e(t.highlightToday, t.statePerMonth);
569
- return /* @__PURE__ */ i(dn, {
570
- year: n,
571
- month: r,
572
- monthRows: s,
573
- ...t,
574
- statePerMonth: c
575
- });
677
+ const e = an(t.year, t.month, t.date), { year: n, month: r } = Xe(
678
+ e.year,
679
+ e.month
680
+ ), s = fn(
681
+ n,
682
+ r,
683
+ (d = t.locale) != null ? d : jt,
684
+ t.numMonths,
685
+ t.monthsPerRow
686
+ ), c = Je(
687
+ t.highlightToday,
688
+ t.statePerMonth
689
+ );
690
+ return /* @__PURE__ */ i(
691
+ ln,
692
+ {
693
+ year: n,
694
+ month: r,
695
+ monthRows: s,
696
+ ...t,
697
+ statePerMonth: c
698
+ }
699
+ );
576
700
  }
577
- const ln = (t, e, n) => {
701
+ const an = (t, e, n) => {
578
702
  if (e && t)
579
703
  return {
580
704
  month: e,
@@ -583,14 +707,14 @@ const ln = (t, e, n) => {
583
707
  if (n)
584
708
  return {
585
709
  month: tt(n),
586
- year: yt(n)
710
+ year: wt(n)
587
711
  };
588
712
  const r = new Date();
589
713
  return {
590
714
  month: tt(r),
591
- year: yt(r)
715
+ year: wt(r)
592
716
  };
593
- }, an = (t, e, n, r, s) => r == null ? [[de(t, e, n)]] : s == null ? [Kt(t, e, r, n)] : se(Kt(t, e, r, n), s), fn = ({
717
+ }, fn = (t, e, n, r, s) => r == null ? [[de(t, e, n)]] : s == null ? [Kt(t, e, r, n)] : se(Kt(t, e, r, n), s), un = ({
594
718
  value: t,
595
719
  onValueChange: e,
596
720
  month: n,
@@ -598,36 +722,40 @@ const ln = (t, e, n) => {
598
722
  }) => {
599
723
  const s = C(() => {
600
724
  const c = new Date(2e3, n, 1);
601
- return re(W(c, "MMM", {
602
- locale: r
603
- }));
725
+ return re(W(c, "MMM", { locale: r }));
604
726
  }, [r, n]);
605
- return /* @__PURE__ */ i(R, {
606
- justifyContent: "center",
607
- children: t === n ? /* @__PURE__ */ i(dt, {
727
+ return /* @__PURE__ */ i(R, { justifyContent: "center", children: t === n ? /* @__PURE__ */ i(
728
+ dt,
729
+ {
608
730
  label: s,
609
731
  onClick: () => e && e(n)
610
- }) : /* @__PURE__ */ i(A, {
732
+ }
733
+ ) : /* @__PURE__ */ i(
734
+ x,
735
+ {
611
736
  label: s,
612
737
  onClick: () => e && e(n)
613
- })
614
- });
615
- }, un = [[U.JANUARY, U.FEBRUARY, U.MARCH], [U.APRIL, U.MAY, U.JUNE], [U.JULY, U.AUGUST, U.SEPTEMBER], [U.OCTOBER, U.NOVEMBER, U.DECEMBER]], Dn = ({
738
+ }
739
+ ) });
740
+ }, Dn = [
741
+ [U.JANUARY, U.FEBRUARY, U.MARCH],
742
+ [U.APRIL, U.MAY, U.JUNE],
743
+ [U.JULY, U.AUGUST, U.SEPTEMBER],
744
+ [U.OCTOBER, U.NOVEMBER, U.DECEMBER]
745
+ ], hn = ({
616
746
  value: t,
617
747
  onValueChange: e,
618
- locale: n = zt
619
- }) => /* @__PURE__ */ i(B, {
620
- gap: 1,
621
- children: un.map((r) => /* @__PURE__ */ i(R, {
622
- gap: 1,
623
- children: r.map((s) => /* @__PURE__ */ i(fn, {
624
- month: s,
625
- onValueChange: e,
626
- value: t,
627
- locale: n
628
- }, s))
629
- }, r[0]))
630
- }), hn = (t) => [
748
+ locale: n = jt
749
+ }) => /* @__PURE__ */ i(B, { gap: 1, children: Dn.map((r) => /* @__PURE__ */ i(R, { gap: 1, children: r.map((s) => /* @__PURE__ */ i(
750
+ un,
751
+ {
752
+ month: s,
753
+ onValueChange: e,
754
+ value: t,
755
+ locale: n
756
+ },
757
+ s
758
+ )) }, r[0])) }), gn = (t) => [
631
759
  {
632
760
  label: "Past",
633
761
  presets: [
@@ -646,92 +774,97 @@ const ln = (t, e, n) => {
646
774
  { label: "Next 45 days", startDate: t, endDate: q(t, 44) }
647
775
  ]
648
776
  }
649
- ], gn = ({
777
+ ], yn = ({
650
778
  onClickPreset: t
651
779
  }) => {
652
780
  var c;
653
- const [e, n] = S(0), r = C(() => hn(new Date()), []), s = (c = r[e]) != null ? c : r[0];
654
- return /* @__PURE__ */ E(B, {
655
- children: [/* @__PURE__ */ E(R, {
656
- justifyContent: "space-between",
657
- alignItems: "center",
658
- width: "200px",
659
- children: [/* @__PURE__ */ i(A, {
660
- size: "small",
661
- leftIcon: Ot,
662
- disabled: e === 0,
663
- onClick: () => n(e - 1)
664
- }), /* @__PURE__ */ i(it, {
665
- children: s.label
666
- }), /* @__PURE__ */ i(A, {
667
- size: "small",
668
- leftIcon: $t,
669
- disabled: e === r.length - 1,
670
- onClick: () => n(e + 1)
671
- })]
672
- }), /* @__PURE__ */ i($, {}), /* @__PURE__ */ i(B, {
673
- alignItems: "center",
674
- children: s.presets.map((d) => /* @__PURE__ */ E(ce.Fragment, {
675
- children: [/* @__PURE__ */ i(dt, {
781
+ const [e, n] = S(0), r = C(() => gn(new Date()), []), s = (c = r[e]) != null ? c : r[0];
782
+ return /* @__PURE__ */ E(B, { children: [
783
+ /* @__PURE__ */ E(
784
+ R,
785
+ {
786
+ justifyContent: "space-between",
787
+ alignItems: "center",
788
+ width: "200px",
789
+ children: [
790
+ /* @__PURE__ */ i(
791
+ x,
792
+ {
793
+ size: "small",
794
+ leftIcon: Ot,
795
+ disabled: e === 0,
796
+ onClick: () => n(e - 1)
797
+ }
798
+ ),
799
+ /* @__PURE__ */ i(it, { children: s.label }),
800
+ /* @__PURE__ */ i(
801
+ x,
802
+ {
803
+ size: "small",
804
+ leftIcon: $t,
805
+ disabled: e === r.length - 1,
806
+ onClick: () => n(e + 1)
807
+ }
808
+ )
809
+ ]
810
+ }
811
+ ),
812
+ /* @__PURE__ */ i($, {}),
813
+ /* @__PURE__ */ i(B, { alignItems: "center", children: s.presets.map((d) => /* @__PURE__ */ E(ce.Fragment, { children: [
814
+ /* @__PURE__ */ i(
815
+ dt,
816
+ {
676
817
  label: d.label,
677
818
  onClick: () => t(d)
678
- }), /* @__PURE__ */ i($, {})]
679
- }, d.label))
680
- })]
681
- });
682
- }, yn = ({
819
+ }
820
+ ),
821
+ /* @__PURE__ */ i($, {})
822
+ ] }, d.label)) })
823
+ ] });
824
+ }, wn = ({
683
825
  value: t,
684
826
  onValueChange: e,
685
827
  year: n
686
828
  }) => {
687
829
  const r = String(n);
688
- return /* @__PURE__ */ i(R, {
689
- justifyContent: "center",
690
- children: t === n ? /* @__PURE__ */ i(dt, {
691
- label: r,
692
- onClick: () => e == null ? void 0 : e(n)
693
- }) : /* @__PURE__ */ i(A, {
694
- label: r,
695
- onClick: () => e == null ? void 0 : e(n)
696
- })
697
- });
698
- }, wn = ({
830
+ return /* @__PURE__ */ i(R, { justifyContent: "center", children: t === n ? /* @__PURE__ */ i(dt, { label: r, onClick: () => e == null ? void 0 : e(n) }) : /* @__PURE__ */ i(x, { label: r, onClick: () => e == null ? void 0 : e(n) }) });
831
+ }, mn = ({
699
832
  value: t,
700
833
  onValueChange: e,
701
834
  initialLastYear: n
702
835
  }) => {
703
836
  const [r, s] = S(() => t ? t + 4 : n != null ? n : new Date().getFullYear() + 4), c = C(() => {
704
837
  const d = r - 11;
705
- return se(jt(d, r + 1), 3);
838
+ return se(zt(d, r + 1), 3);
706
839
  }, [r]);
707
840
  return Q(() => {
708
- s((d) => mn(t, d));
709
- }, [t]), /* @__PURE__ */ E(R, {
710
- children: [/* @__PURE__ */ i(B, {
711
- justifyContent: "center",
712
- children: /* @__PURE__ */ i(A, {
841
+ s((d) => pn(t, d));
842
+ }, [t]), /* @__PURE__ */ E(R, { children: [
843
+ /* @__PURE__ */ i(B, { justifyContent: "center", children: /* @__PURE__ */ i(
844
+ x,
845
+ {
713
846
  leftIcon: be,
714
847
  onClick: () => s(r - 3)
715
- })
716
- }), /* @__PURE__ */ i(B, {
717
- gap: 1,
718
- children: c.map((d) => /* @__PURE__ */ i(R, {
719
- gap: 1,
720
- children: d.map((o) => /* @__PURE__ */ i(yn, {
721
- year: o,
722
- onValueChange: e,
723
- value: t
724
- }, o))
725
- }, d[0]))
726
- }), /* @__PURE__ */ i(B, {
727
- justifyContent: "center",
728
- children: /* @__PURE__ */ i(A, {
848
+ }
849
+ ) }),
850
+ /* @__PURE__ */ i(B, { gap: 1, children: c.map((d) => /* @__PURE__ */ i(R, { gap: 1, children: d.map((o) => /* @__PURE__ */ i(
851
+ wn,
852
+ {
853
+ year: o,
854
+ onValueChange: e,
855
+ value: t
856
+ },
857
+ o
858
+ )) }, d[0])) }),
859
+ /* @__PURE__ */ i(B, { justifyContent: "center", children: /* @__PURE__ */ i(
860
+ x,
861
+ {
729
862
  leftIcon: Qt,
730
863
  onClick: () => s(r + 3)
731
- })
732
- })]
733
- });
734
- }, mn = (t, e) => {
864
+ }
865
+ ) })
866
+ ] });
867
+ }, pn = (t, e) => {
735
868
  if (t == null)
736
869
  return e;
737
870
  if (t > e) {
@@ -744,7 +877,7 @@ const ln = (t, e, n) => {
744
877
  return e - c;
745
878
  }
746
879
  return e;
747
- }, pn = function({
880
+ }, bn = function({
748
881
  locale: e,
749
882
  dateInFocus: n,
750
883
  setDateInFocus: r,
@@ -752,66 +885,78 @@ const ln = (t, e, n) => {
752
885
  setCurrentPanel: c,
753
886
  ...d
754
887
  }) {
755
- const o = g((h) => {
756
- const u = n ? new Date(n) : new Date();
757
- u.setMonth(h), r && r(u), c("calendar");
758
- }, [n, r, c]), l = g((h) => {
759
- const u = n ? new Date(n) : new Date();
760
- u.setFullYear(h), r && r(u), c("calendar");
761
- }, [n, r, c]), a = g(() => {
888
+ const o = g(
889
+ (h) => {
890
+ const u = n ? new Date(n) : new Date();
891
+ u.setMonth(h), r && r(u), c("calendar");
892
+ },
893
+ [n, r, c]
894
+ ), l = g(
895
+ (h) => {
896
+ const u = n ? new Date(n) : new Date();
897
+ u.setFullYear(h), r && r(u), c("calendar");
898
+ },
899
+ [n, r, c]
900
+ ), a = g(() => {
762
901
  c("year");
763
902
  }, [c]), f = g(() => {
764
903
  c("month");
765
904
  }, [c]);
766
905
  switch (s) {
767
906
  case "calendar":
768
- return /* @__PURE__ */ i(wt, {
769
- children: /* @__PURE__ */ i(Lt, {
907
+ return /* @__PURE__ */ i(ht, { children: /* @__PURE__ */ i(
908
+ Lt,
909
+ {
770
910
  ...d,
771
911
  date: n,
772
912
  onClickYear: a,
773
913
  onClickMonth: f,
774
914
  locale: e
775
- })
776
- });
915
+ }
916
+ ) });
777
917
  case "month":
778
- return /* @__PURE__ */ i(Dn, {
779
- value: n.getMonth(),
780
- onValueChange: o,
781
- locale: e
782
- });
918
+ return /* @__PURE__ */ i(
919
+ hn,
920
+ {
921
+ value: n.getMonth(),
922
+ onValueChange: o,
923
+ locale: e
924
+ }
925
+ );
783
926
  case "year":
784
- return /* @__PURE__ */ i(wn, {
785
- value: n.getFullYear(),
786
- onValueChange: l
787
- });
788
- case "presets":
789
- return /* @__PURE__ */ i(gn, {
790
- onClickPreset: () => {
927
+ return /* @__PURE__ */ i(
928
+ mn,
929
+ {
930
+ value: n.getFullYear(),
931
+ onValueChange: l
791
932
  }
792
- });
933
+ );
934
+ case "presets":
935
+ return /* @__PURE__ */ i(yn, { onClickPreset: () => {
936
+ } });
793
937
  default:
794
- return /* @__PURE__ */ i(I, {
795
- children: /* @__PURE__ */ i(dt, {
938
+ return /* @__PURE__ */ i(I, { children: /* @__PURE__ */ i(
939
+ dt,
940
+ {
796
941
  label: "Show calendar",
797
942
  onClick: () => c("calendar")
798
- })
799
- });
943
+ }
944
+ ) });
800
945
  }
801
- }, bn = (t, e, n, r) => {
946
+ }, kn = (t, e, n, r) => {
802
947
  const s = g(() => {
803
948
  var a;
804
- const l = Ce(t, (a = n != null ? n : r) != null ? a : 1);
949
+ const l = Ne(t, (a = n != null ? n : r) != null ? a : 1);
805
950
  e == null || e(l);
806
951
  }, [e, t, n, r]), c = g(() => {
807
- const l = Ne(t, 1);
952
+ const l = Ie(t, 1);
808
953
  e == null || e(l);
809
954
  }, [e, t]), d = g(() => {
810
955
  var a;
811
- const l = Ie(t, (a = n != null ? n : r) != null ? a : 1);
956
+ const l = He(t, (a = n != null ? n : r) != null ? a : 1);
812
957
  e == null || e(l);
813
958
  }, [e, t, n, r]), o = g(() => {
814
- const l = He(t, 1);
959
+ const l = Ye(t, 1);
815
960
  e == null || e(l);
816
961
  }, [e, t]);
817
962
  return {
@@ -820,33 +965,25 @@ const ln = (t, e, n) => {
820
965
  nextYear: c,
821
966
  prevYear: o
822
967
  };
823
- }, kn = ({
968
+ }, Sn = ({
824
969
  children: t,
825
970
  prevMonth: e,
826
971
  nextMonth: n,
827
972
  prevYear: r,
828
973
  nextYear: s
829
- }) => /* @__PURE__ */ E("div", {
830
- children: [t, /* @__PURE__ */ i(ht, {
831
- children: /* @__PURE__ */ E(R, {
832
- children: [/* @__PURE__ */ i(A, {
833
- onClick: r,
834
- leftIcon: Xt
835
- }), /* @__PURE__ */ i($, {}), /* @__PURE__ */ i(A, {
836
- onClick: e,
837
- leftIcon: Ot
838
- }), /* @__PURE__ */ i(ht, {
839
- num: 2
840
- }), /* @__PURE__ */ i(A, {
841
- onClick: n,
842
- leftIcon: $t
843
- }), /* @__PURE__ */ i($, {}), /* @__PURE__ */ i(A, {
844
- onClick: s,
845
- leftIcon: Zt
846
- })]
847
- })
848
- }), /* @__PURE__ */ i($, {})]
849
- }), Sn = () => {
974
+ }) => /* @__PURE__ */ E("div", { children: [
975
+ t,
976
+ /* @__PURE__ */ i(gt, { children: /* @__PURE__ */ E(R, { children: [
977
+ /* @__PURE__ */ i(x, { onClick: r, leftIcon: Xt }),
978
+ /* @__PURE__ */ i($, {}),
979
+ /* @__PURE__ */ i(x, { onClick: e, leftIcon: Ot }),
980
+ /* @__PURE__ */ i(gt, { num: 2 }),
981
+ /* @__PURE__ */ i(x, { onClick: n, leftIcon: $t }),
982
+ /* @__PURE__ */ i($, {}),
983
+ /* @__PURE__ */ i(x, { onClick: s, leftIcon: Zt })
984
+ ] }) }),
985
+ /* @__PURE__ */ i($, {})
986
+ ] }), Mn = () => {
850
987
  };
851
988
  function F({
852
989
  monthSwitcherPlacement: t,
@@ -855,33 +992,36 @@ function F({
855
992
  setDateInFocus: r,
856
993
  currentPanel: s,
857
994
  setCurrentPanel: c,
858
- onSelectPreset: d = Sn,
995
+ onSelectPreset: d = Mn,
859
996
  hideYearPagination: o = !1,
860
997
  ...l
861
998
  }) {
862
- const {
863
- nextMonth: a,
864
- prevMonth: f,
865
- nextYear: h,
866
- prevYear: u
867
- } = bn(n, r, l.monthsPerRow, l.numMonths);
868
- switch (Mn(t, l.numMonths)) {
999
+ const { nextMonth: a, prevMonth: f, nextYear: h, prevYear: u } = kn(
1000
+ n,
1001
+ r,
1002
+ l.monthsPerRow,
1003
+ l.numMonths
1004
+ );
1005
+ switch (En(
1006
+ t,
1007
+ l.numMonths
1008
+ )) {
869
1009
  case "below":
870
- return /* @__PURE__ */ i(kn, {
871
- theme: e,
872
- nextMonth: a,
873
- prevMonth: f,
874
- nextYear: h,
875
- prevYear: u,
876
- children: /* @__PURE__ */ i(Lt, {
877
- ...l,
1010
+ return /* @__PURE__ */ i(
1011
+ Sn,
1012
+ {
878
1013
  theme: e,
879
- date: n
880
- })
881
- });
1014
+ nextMonth: a,
1015
+ prevMonth: f,
1016
+ nextYear: h,
1017
+ prevYear: u,
1018
+ children: /* @__PURE__ */ i(Lt, { ...l, theme: e, date: n })
1019
+ }
1020
+ );
882
1021
  case "header":
883
- return /* @__PURE__ */ i(B, {
884
- children: /* @__PURE__ */ i(pn, {
1022
+ return /* @__PURE__ */ i(B, { children: /* @__PURE__ */ i(
1023
+ bn,
1024
+ {
885
1025
  ...l,
886
1026
  theme: e,
887
1027
  dateInFocus: n,
@@ -889,40 +1029,38 @@ function F({
889
1029
  currentPanel: s,
890
1030
  setCurrentPanel: c,
891
1031
  onSelectPreset: d,
892
- headerLeftContent: /* @__PURE__ */ E(R, {
893
- alignItems: "center",
894
- children: [!o && /* @__PURE__ */ i(A, {
895
- onClick: u,
896
- leftIcon: Xt
897
- }), /* @__PURE__ */ i($, {}), /* @__PURE__ */ i(A, {
898
- onClick: f,
899
- leftIcon: Ot
900
- })]
901
- }),
902
- headerRightContent: /* @__PURE__ */ E(R, {
903
- alignItems: "center",
904
- children: [/* @__PURE__ */ i(A, {
905
- onClick: a,
906
- leftIcon: $t
907
- }), /* @__PURE__ */ i($, {}), !o && /* @__PURE__ */ i(A, {
908
- onClick: h,
909
- leftIcon: Zt
910
- })]
911
- })
912
- })
913
- });
1032
+ headerLeftContent: /* @__PURE__ */ E(R, { alignItems: "center", children: [
1033
+ !o && /* @__PURE__ */ i(
1034
+ x,
1035
+ {
1036
+ onClick: u,
1037
+ leftIcon: Xt
1038
+ }
1039
+ ),
1040
+ /* @__PURE__ */ i($, {}),
1041
+ /* @__PURE__ */ i(x, { onClick: f, leftIcon: Ot })
1042
+ ] }),
1043
+ headerRightContent: /* @__PURE__ */ E(R, { alignItems: "center", children: [
1044
+ /* @__PURE__ */ i(x, { onClick: a, leftIcon: $t }),
1045
+ /* @__PURE__ */ i($, {}),
1046
+ !o && /* @__PURE__ */ i(
1047
+ x,
1048
+ {
1049
+ onClick: h,
1050
+ leftIcon: Zt
1051
+ }
1052
+ )
1053
+ ] })
1054
+ }
1055
+ ) });
914
1056
  default:
915
- return /* @__PURE__ */ i(Lt, {
916
- ...l,
917
- theme: e,
918
- date: n
919
- });
1057
+ return /* @__PURE__ */ i(Lt, { ...l, theme: e, date: n });
920
1058
  }
921
1059
  }
922
- const Mn = (t, e) => t || (e || 1) > 1 ? "below" : "header", En = (t) => ({
1060
+ const En = (t, e) => t || (e || 1) > 1 ? "below" : "header", Rn = (t) => ({
923
1061
  startDate: t.startDate ? W(t.startDate, "yyyy-MM-dd") : void 0,
924
1062
  endDate: t.endDate ? W(t.endDate, "yyyy-MM-dd") : void 0
925
- }), Rn = ({
1063
+ }), An = ({
926
1064
  startDate: t,
927
1065
  endDate: e
928
1066
  }) => {
@@ -935,12 +1073,12 @@ const Mn = (t, e) => t || (e || 1) > 1 ? "below" : "header", En = (t) => ({
935
1073
  startDate: t,
936
1074
  endDate: e
937
1075
  }) => Boolean(
938
- t && e && !z(t, e) && et(t, e)
1076
+ t && e && !j(t, e) && et(t, e)
939
1077
  ), fe = (t) => ae(t) ? {
940
1078
  startDate: t.endDate,
941
1079
  endDate: t.startDate
942
- } : t, gr = (t) => t.startDate && t.endDate ? En(
943
- fe(Rn(t))
1080
+ } : t, yr = (t) => t.startDate && t.endDate ? Rn(
1081
+ fe(An(t))
944
1082
  ) : t, ue = (t, e, n, r) => g(
945
1083
  (s) => {
946
1084
  const c = {
@@ -957,14 +1095,17 @@ const Mn = (t, e) => t || (e || 1) > 1 ? "below" : "header", En = (t) => ({
957
1095
  t == null ? void 0 : t.startDate
958
1096
  ]
959
1097
  ), bt = (t) => {
960
- const [e, n] = S("calendar"), r = g((s) => {
961
- n(s), t == null || t(s);
962
- }, [t]);
1098
+ const [e, n] = S("calendar"), r = g(
1099
+ (s) => {
1100
+ n(s), t == null || t(s);
1101
+ },
1102
+ [t]
1103
+ );
963
1104
  return {
964
1105
  currentPanel: e,
965
1106
  setCurrentPanel: r
966
1107
  };
967
- }, An = ({
1108
+ }, Tn = ({
968
1109
  focusedInput: t,
969
1110
  value: e,
970
1111
  onValueChange: n,
@@ -997,14 +1138,11 @@ const Mn = (t, e) => t || (e || 1) > 1 ? "below" : "header", En = (t) => ({
997
1138
  dateInFocus: a
998
1139
  };
999
1140
  };
1000
- function yr(t) {
1001
- const e = An(t);
1002
- return /* @__PURE__ */ i(F, {
1003
- ...t,
1004
- ...e
1005
- });
1141
+ function wr(t) {
1142
+ const e = Tn(t);
1143
+ return /* @__PURE__ */ i(F, { ...t, ...e });
1006
1144
  }
1007
- const wr = () => {
1145
+ const mr = () => {
1008
1146
  const [t, e] = S(), [n, r] = S(), [s, c] = S("startDate");
1009
1147
  return {
1010
1148
  startDate: t,
@@ -1014,7 +1152,7 @@ const wr = () => {
1014
1152
  focusedInput: s,
1015
1153
  setFocusedInput: c
1016
1154
  };
1017
- }, Tn = ({
1155
+ }, xn = ({
1018
1156
  onChange: t,
1019
1157
  value: e,
1020
1158
  statePerMonth: n,
@@ -1043,13 +1181,10 @@ const wr = () => {
1043
1181
  };
1044
1182
  };
1045
1183
  function De(t) {
1046
- const e = Tn(t);
1047
- return /* @__PURE__ */ i(F, {
1048
- ...t,
1049
- ...e
1050
- });
1184
+ const e = xn(t);
1185
+ return /* @__PURE__ */ i(F, { ...t, ...e });
1051
1186
  }
1052
- const xn = ({
1187
+ const Cn = ({
1053
1188
  onChange: t,
1054
1189
  value: e,
1055
1190
  statePerMonth: n,
@@ -1059,8 +1194,8 @@ const xn = ({
1059
1194
  (f) => {
1060
1195
  if (!t)
1061
1196
  return;
1062
- const h = e && e.find((u) => z(u, f.date));
1063
- t(e && h ? e.filter((u) => !z(u, f.date)) : [...e || [], f.date]);
1197
+ const h = e && e.find((u) => j(u, f.date));
1198
+ t(e && h ? e.filter((u) => !j(u, f.date)) : [...e || [], f.date]);
1064
1199
  },
1065
1200
  [t, e]
1066
1201
  ), a = C(() => e ? e.reduce(
@@ -1076,19 +1211,16 @@ const xn = ({
1076
1211
  setDateInFocus: o
1077
1212
  };
1078
1213
  };
1079
- function mr(t) {
1080
- const e = xn(t);
1081
- return /* @__PURE__ */ i(F, {
1082
- ...t,
1083
- ...e
1084
- });
1214
+ function pr(t) {
1215
+ const e = Cn(t);
1216
+ return /* @__PURE__ */ i(F, { ...t, ...e });
1085
1217
  }
1086
- const Cn = ({
1218
+ const Nn = ({
1087
1219
  onChange: t,
1088
1220
  value: e,
1089
1221
  statePerMonth: n,
1090
1222
  onChangePanel: r,
1091
- locale: s = zt
1223
+ locale: s = jt
1092
1224
  }) => {
1093
1225
  const [c, d] = S(() => {
1094
1226
  const D = It(e, s);
@@ -1105,7 +1237,7 @@ const Cn = ({
1105
1237
  [t]
1106
1238
  ), h = C(() => {
1107
1239
  const D = It(e, s);
1108
- return D ? je(n, D) : n;
1240
+ return D ? _e(n, D) : n;
1109
1241
  }, [e, s, n]), u = C(() => {
1110
1242
  const D = It(e, s);
1111
1243
  return D ? D.days[0].date : new Date();
@@ -1128,17 +1260,14 @@ const Cn = ({
1128
1260
  return;
1129
1261
  const n = t.split("-"), r = parseInt(n[1], 10), s = parseInt(n[0], 10), c = new Date();
1130
1262
  c.setFullYear(s);
1131
- const d = ee(Ye(c, r), { locale: e });
1263
+ const d = ee(Le(c, r), { locale: e });
1132
1264
  return _t(d, e);
1133
1265
  };
1134
- function pr(t) {
1135
- const e = Cn(t);
1136
- return /* @__PURE__ */ i(F, {
1137
- ...t,
1138
- ...e
1139
- });
1266
+ function br(t) {
1267
+ const e = Nn(t);
1268
+ return /* @__PURE__ */ i(F, { ...t, ...e });
1140
1269
  }
1141
- const Nn = (t, e) => t.filter((n) => !z(n, e)), In = (t, e) => !!t.find((n) => z(n, e)), Hn = ({
1270
+ const In = (t, e) => t.filter((n) => !j(n, e)), Hn = (t, e) => !!t.find((n) => j(n, e)), Yn = ({
1142
1271
  value: t,
1143
1272
  onValueChange: e,
1144
1273
  statePerMonth: n,
@@ -1168,10 +1297,10 @@ const Nn = (t, e) => t.filter((n) => !z(n, e)), In = (t, e) => !!t.find((n) => z
1168
1297
  o
1169
1298
  ), w = g(
1170
1299
  (p, b, m) => {
1171
- e && (m.ctrlKey || m.metaKey ? t ? In(t, p.date) ? e(Nn(t, p.date)) : e([...t, p.date]) : e([p.date]) : D(p, b, m));
1300
+ e && (m.ctrlKey || m.metaKey ? t ? Hn(t, p.date) ? e(In(t, p.date)) : e([...t, p.date]) : e([p.date]) : D(p, b, m));
1172
1301
  },
1173
1302
  [e, D, t]
1174
- ), k = C(() => Yn(n, t), [n, t]);
1303
+ ), k = C(() => Ln(n, t), [n, t]);
1175
1304
  return {
1176
1305
  onClickDay: w,
1177
1306
  statePerMonth: k,
@@ -1180,16 +1309,13 @@ const Nn = (t, e) => t.filter((n) => !z(n, e)), In = (t, e) => !!t.find((n) => z
1180
1309
  dateInFocus: f,
1181
1310
  setDateInFocus: h
1182
1311
  };
1183
- }, Yn = (t, e) => e ? e.reduce((n, r) => X(n, r, ["selected"]), t) : t;
1184
- function br(t) {
1185
- const e = Hn(t);
1186
- return /* @__PURE__ */ i(F, {
1187
- ...t,
1188
- ...e
1189
- });
1312
+ }, Ln = (t, e) => e ? e.reduce((n, r) => X(n, r, ["selected"]), t) : t;
1313
+ function kr(t) {
1314
+ const e = Yn(t);
1315
+ return /* @__PURE__ */ i(F, { ...t, ...e });
1190
1316
  }
1191
1317
  const kt = "bottom", he = () => {
1192
- const [t, e] = Pe();
1318
+ const [t, e] = Be();
1193
1319
  return {
1194
1320
  onChangePanel: g(() => {
1195
1321
  var r, s;
@@ -1197,19 +1323,22 @@ const kt = "bottom", he = () => {
1197
1323
  }, [e]),
1198
1324
  tippyRef: t
1199
1325
  };
1200
- }, Ln = (t, e, n) => {
1326
+ }, Un = (t, e, n) => {
1201
1327
  const [r, s] = S(n || !1), c = g(() => (s(!0), !0), [s]), d = g(() => {
1202
1328
  s(!1), e && e();
1203
- }, [s, e]), o = g((l) => {
1204
- t && t(l), setTimeout(d, 150);
1205
- }, [t, d]);
1329
+ }, [s, e]), o = g(
1330
+ (l) => {
1331
+ t && t(l), setTimeout(d, 150);
1332
+ },
1333
+ [t, d]
1334
+ );
1206
1335
  return {
1207
1336
  showCalendar: c,
1208
1337
  hideCalendar: d,
1209
1338
  showingCalendar: r,
1210
1339
  onSelectDate: o
1211
1340
  };
1212
- }, St = "2999-12-31", kr = ({
1341
+ }, St = "2999-12-31", Sr = ({
1213
1342
  displayFormat: t = Z.fullDate,
1214
1343
  placeholder: e = "Enter date",
1215
1344
  value: n,
@@ -1226,18 +1355,10 @@ const kt = "bottom", he = () => {
1226
1355
  maxDate: D = St,
1227
1356
  disabled: w
1228
1357
  }) => {
1229
- const {
1230
- hideCalendar: k,
1231
- showingCalendar: p,
1232
- onSelectDate: b,
1233
- showCalendar: m
1234
- } = Ln(l, o, d), {
1235
- tippyRef: y,
1236
- onChangePanel: M
1237
- } = he();
1238
- return /* @__PURE__ */ i(I, {
1239
- width: h,
1240
- children: /* @__PURE__ */ i(pt, {
1358
+ const { hideCalendar: k, showingCalendar: p, onSelectDate: b, showCalendar: m } = Un(l, o, d), { tippyRef: y, onChangePanel: M } = he();
1359
+ return /* @__PURE__ */ i(I, { width: h, children: /* @__PURE__ */ i(
1360
+ pt,
1361
+ {
1241
1362
  arrow: !1,
1242
1363
  lazy: !0,
1243
1364
  visible: p,
@@ -1247,51 +1368,54 @@ const kt = "bottom", he = () => {
1247
1368
  appendTo: a != null ? a : "parent",
1248
1369
  tippyRef: y,
1249
1370
  disabled: w,
1250
- content: /* @__PURE__ */ i(De, {
1251
- ...c,
1252
- onChange: b,
1253
- value: n,
1254
- theme: s,
1255
- onChangePanel: M,
1256
- minDate: u,
1257
- maxDate: D
1258
- }),
1259
- children: /* @__PURE__ */ i(nt, {
1260
- type: "date",
1261
- contentRight: /* @__PURE__ */ i(R, {
1262
- alignItems: "center",
1263
- children: /* @__PURE__ */ i(A, {
1264
- size: "small",
1265
- disabled: w,
1266
- leftIcon: gt,
1267
- onClick: m
1268
- })
1269
- }),
1270
- onFocus: m,
1271
- onClickRight: m,
1272
- value: n ? W(n, t) : "",
1273
- placeholder: e,
1274
- size: 9,
1275
- disabled: w,
1276
- autoFocus: d,
1277
- variant: f,
1278
- min: u,
1279
- max: D
1280
- })
1281
- })
1282
- });
1283
- }, Un = (t, e) => {
1371
+ content: /* @__PURE__ */ i(
1372
+ De,
1373
+ {
1374
+ ...c,
1375
+ onChange: b,
1376
+ value: n,
1377
+ theme: s,
1378
+ onChangePanel: M,
1379
+ minDate: u,
1380
+ maxDate: D
1381
+ }
1382
+ ),
1383
+ children: /* @__PURE__ */ i(
1384
+ nt,
1385
+ {
1386
+ type: "date",
1387
+ onFocus: m,
1388
+ buttonRight: /* @__PURE__ */ i(ke, { onClick: m, icon: yt }),
1389
+ value: n ? W(n, t) : "",
1390
+ placeholder: e,
1391
+ size: 9,
1392
+ disabled: w,
1393
+ autoFocus: d,
1394
+ variant: f,
1395
+ min: u,
1396
+ max: D
1397
+ }
1398
+ )
1399
+ }
1400
+ ) });
1401
+ }, Wn = (t, e) => {
1284
1402
  const n = J(null), r = J(null), [s, c] = S(!1), [d, o] = S(void 0), l = g(() => (o("startDate"), c(!0), !0), [o, c]), a = g(() => (o("endDate"), c(!0), !0), [o, c]), f = g(() => {
1285
1403
  c(!1);
1286
- }, [c]), h = g((D) => {
1287
- d === "startDate" ? (e == null || e({
1288
- startDate: D.date,
1289
- endDate: t == null ? void 0 : t.endDate
1290
- }), t != null && t.endDate ? setTimeout(f, 150) : (o("endDate"), r.current && r.current.focus())) : d === "endDate" && (e == null || e({
1291
- startDate: t == null ? void 0 : t.startDate,
1292
- endDate: D.date
1293
- }), t != null && t.startDate ? setTimeout(f, 150) : (o("startDate"), n.current && n.current.focus()));
1294
- }, [d, e, o, f, t]), u = C(() => (t == null ? void 0 : t.startDate) && (t == null ? void 0 : t.endDate) && et(t.startDate, t.endDate), [t == null ? void 0 : t.startDate, t == null ? void 0 : t.endDate]);
1404
+ }, [c]), h = g(
1405
+ (D) => {
1406
+ d === "startDate" ? (e == null || e({
1407
+ startDate: D.date,
1408
+ endDate: t == null ? void 0 : t.endDate
1409
+ }), t != null && t.endDate ? setTimeout(f, 150) : (o("endDate"), r.current && r.current.focus())) : d === "endDate" && (e == null || e({
1410
+ startDate: t == null ? void 0 : t.startDate,
1411
+ endDate: D.date
1412
+ }), t != null && t.startDate ? setTimeout(f, 150) : (o("startDate"), n.current && n.current.focus()));
1413
+ },
1414
+ [d, e, o, f, t]
1415
+ ), u = C(
1416
+ () => (t == null ? void 0 : t.startDate) && (t == null ? void 0 : t.endDate) && et(t.startDate, t.endDate),
1417
+ [t == null ? void 0 : t.startDate, t == null ? void 0 : t.endDate]
1418
+ );
1295
1419
  return {
1296
1420
  showingCalendar: s,
1297
1421
  hideCalendar: f,
@@ -1305,7 +1429,7 @@ const kt = "bottom", he = () => {
1305
1429
  startDateIsAfterEnd: u
1306
1430
  };
1307
1431
  };
1308
- function Sr({
1432
+ function Mr({
1309
1433
  displayFormat: t = Z.fullDate,
1310
1434
  placeholderStartDate: e = "Start date",
1311
1435
  placeholderEndDate: n = "End date",
@@ -1327,65 +1451,88 @@ function Sr({
1327
1451
  showingCalendar: m,
1328
1452
  focusedInput: y,
1329
1453
  startDateInputRef: M,
1330
- endDateInputRef: T,
1331
- onClickDay: x,
1454
+ endDateInputRef: A,
1455
+ onClickDay: T,
1332
1456
  startDateIsAfterEnd: N
1333
- } = Un(s, c), [O, Y] = S(() => {
1334
- var _;
1335
- return (_ = y && (s == null ? void 0 : s[y])) != null ? _ : new Date();
1336
- }), j = C(() => mt(void 0, s == null ? void 0 : s.startDate, s == null ? void 0 : s.endDate), [s]);
1337
- return /* @__PURE__ */ i(pt, {
1338
- arrow: !1,
1339
- lazy: !0,
1340
- disabled: u,
1341
- visible: m,
1342
- zIndex: d,
1343
- placement: kt,
1344
- appendTo: r != null ? r : "parent",
1345
- onClickOutside: k,
1346
- content: /* @__PURE__ */ i(F, {
1347
- ...a,
1348
- dateInFocus: O,
1349
- setDateInFocus: Y,
1350
- statePerMonth: j,
1351
- theme: l,
1352
- onClickDay: x,
1353
- currentPanel: D,
1354
- setCurrentPanel: w,
1355
- minDate: f,
1356
- maxDate: h
1357
- }),
1358
- children: /* @__PURE__ */ E(R, {
1359
- alignItems: "center",
1360
- children: [/* @__PURE__ */ i(nt, {
1361
- iconLeft: gt,
1362
- onFocus: b,
1363
- value: s != null && s.startDate ? W(s.startDate, t) : "",
1364
- placeholder: e,
1365
- width: o,
1366
- disabled: u,
1367
- inputRef: M,
1368
- size: 9,
1369
- variant: N ? "error" : void 0
1370
- }), /* @__PURE__ */ i($, {}), /* @__PURE__ */ i(Ft, {
1371
- icon: ke,
1372
- color: ie("--lhds-color-ui-500"),
1373
- size: 14
1374
- }), /* @__PURE__ */ i($, {}), /* @__PURE__ */ i(nt, {
1375
- iconLeft: gt,
1376
- onFocus: p,
1377
- value: s != null && s.endDate ? W(s.endDate, t) : "",
1378
- placeholder: n,
1379
- width: o,
1380
- disabled: u,
1381
- inputRef: T,
1382
- size: 9,
1383
- variant: N ? "error" : void 0
1384
- })]
1385
- })
1386
- });
1457
+ } = Wn(s, c), [O, Y] = S(
1458
+ () => {
1459
+ var _;
1460
+ return (_ = y && (s == null ? void 0 : s[y])) != null ? _ : new Date();
1461
+ }
1462
+ ), z = C(
1463
+ () => mt(void 0, s == null ? void 0 : s.startDate, s == null ? void 0 : s.endDate),
1464
+ [s]
1465
+ );
1466
+ return /* @__PURE__ */ i(
1467
+ pt,
1468
+ {
1469
+ arrow: !1,
1470
+ lazy: !0,
1471
+ disabled: u,
1472
+ visible: m,
1473
+ zIndex: d,
1474
+ placement: kt,
1475
+ appendTo: r != null ? r : "parent",
1476
+ onClickOutside: k,
1477
+ content: /* @__PURE__ */ i(
1478
+ F,
1479
+ {
1480
+ ...a,
1481
+ dateInFocus: O,
1482
+ setDateInFocus: Y,
1483
+ statePerMonth: z,
1484
+ theme: l,
1485
+ onClickDay: T,
1486
+ currentPanel: D,
1487
+ setCurrentPanel: w,
1488
+ minDate: f,
1489
+ maxDate: h
1490
+ }
1491
+ ),
1492
+ children: /* @__PURE__ */ E(R, { alignItems: "center", children: [
1493
+ /* @__PURE__ */ i(
1494
+ nt,
1495
+ {
1496
+ iconLeft: yt,
1497
+ onFocus: b,
1498
+ value: s != null && s.startDate ? W(s.startDate, t) : "",
1499
+ placeholder: e,
1500
+ width: o,
1501
+ disabled: u,
1502
+ inputRef: M,
1503
+ size: 9,
1504
+ variant: N ? "error" : void 0
1505
+ }
1506
+ ),
1507
+ /* @__PURE__ */ i($, {}),
1508
+ /* @__PURE__ */ i(
1509
+ Ft,
1510
+ {
1511
+ icon: Se,
1512
+ color: ie("--lhds-color-ui-500"),
1513
+ size: 14
1514
+ }
1515
+ ),
1516
+ /* @__PURE__ */ i($, {}),
1517
+ /* @__PURE__ */ i(
1518
+ nt,
1519
+ {
1520
+ iconLeft: yt,
1521
+ onFocus: p,
1522
+ value: s != null && s.endDate ? W(s.endDate, t) : "",
1523
+ placeholder: n,
1524
+ width: o,
1525
+ disabled: u,
1526
+ inputRef: A,
1527
+ size: 9,
1528
+ variant: N ? "error" : void 0
1529
+ }
1530
+ )
1531
+ ] })
1532
+ }
1533
+ );
1387
1534
  }
1388
- const Mr = ({
1535
+ const Er = ({
1389
1536
  calendarProps: t,
1390
1537
  closeOnCalendarSelectDate: e = !0,
1391
1538
  dateFormat: n = Z.fullDate,
@@ -1403,61 +1550,69 @@ const Mr = ({
1403
1550
  variant: w,
1404
1551
  ...k
1405
1552
  }) => {
1406
- const [p, b] = S(!1), {
1407
- tippyRef: m,
1408
- onChangePanel: y
1409
- } = he(), M = g(() => {
1553
+ const [p, b] = S(!1), { tippyRef: m, onChangePanel: y } = he(), M = g(() => {
1410
1554
  b(!p);
1411
- }, [b, p]), T = g(() => {
1555
+ }, [b, p]), A = g(() => {
1412
1556
  b(!1);
1413
- }, [b]), x = g((P) => {
1414
- s && s(P);
1415
- }, [s]), N = g((P) => {
1416
- P && (x(W(P, n)), e && setTimeout(() => b(!p), 200));
1417
- }, [x, n, e, b, p]), O = !!o && !/^[-/\\.0-9]+$/.test(o), Y = !!o && Le(ot(o, n, new Date())), _ = !!o && o.length >= n.length && !Y || O;
1418
- return /* @__PURE__ */ i(I, {
1419
- width: l,
1420
- children: /* @__PURE__ */ i(pt, {
1557
+ }, [b]), T = g(
1558
+ (P) => {
1559
+ s && s(P);
1560
+ },
1561
+ [s]
1562
+ ), N = g(
1563
+ (P) => {
1564
+ P && (T(W(P, n)), e && setTimeout(() => b(!p), 200));
1565
+ },
1566
+ [T, n, e, b, p]
1567
+ ), O = !!o && !/^[-/\\.0-9]+$/.test(o), Y = !!o && Ue(ot(o, n, new Date())), _ = !!o && o.length >= n.length && !Y || O;
1568
+ return /* @__PURE__ */ i(I, { width: l, children: /* @__PURE__ */ i(
1569
+ pt,
1570
+ {
1421
1571
  arrow: !1,
1422
1572
  lazy: !0,
1423
1573
  visible: p,
1424
1574
  zIndex: a,
1425
1575
  appendTo: d != null ? d : "parent",
1426
1576
  placement: kt,
1427
- onClickOutside: T,
1577
+ onClickOutside: A,
1428
1578
  tippyRef: m,
1429
- content: /* @__PURE__ */ i(De, {
1430
- ...t,
1431
- onChange: N,
1432
- onChangePanel: y,
1433
- value: o && Y ? ot(o, n, new Date()) : void 0,
1434
- minDate: u,
1435
- maxDate: D,
1436
- theme: f
1437
- }),
1438
- children: /* @__PURE__ */ i(nt, {
1439
- ...k,
1440
- variant: _ ? "error" : w,
1441
- disableContentPaddingRight: !0,
1442
- contentRight: h ? void 0 : /* @__PURE__ */ i(R, {
1443
- alignItems: "center",
1444
- indent: 0.5,
1445
- children: /* @__PURE__ */ i(A, {
1446
- size: "small",
1447
- disabled: k.disabled || r,
1448
- leftIcon: gt,
1449
- onClick: M
1450
- })
1451
- }),
1452
- onValueChange: x,
1453
- placeholder: c,
1454
- value: o || "",
1455
- min: u,
1456
- max: D,
1457
- size: 10
1458
- })
1459
- })
1460
- });
1579
+ content: /* @__PURE__ */ i(
1580
+ De,
1581
+ {
1582
+ ...t,
1583
+ onChange: N,
1584
+ onChangePanel: y,
1585
+ value: o && Y ? ot(o, n, new Date()) : void 0,
1586
+ minDate: u,
1587
+ maxDate: D,
1588
+ theme: f
1589
+ }
1590
+ ),
1591
+ children: /* @__PURE__ */ i(
1592
+ nt,
1593
+ {
1594
+ ...k,
1595
+ variant: _ ? "error" : w,
1596
+ disableContentPaddingRight: !0,
1597
+ contentRight: h ? void 0 : /* @__PURE__ */ i(R, { alignItems: "center", indent: 0.5, children: /* @__PURE__ */ i(
1598
+ x,
1599
+ {
1600
+ size: "small",
1601
+ disabled: k.disabled || r,
1602
+ leftIcon: yt,
1603
+ onClick: M
1604
+ }
1605
+ ) }),
1606
+ onValueChange: T,
1607
+ placeholder: c,
1608
+ value: o || "",
1609
+ min: u,
1610
+ max: D,
1611
+ size: 10
1612
+ }
1613
+ )
1614
+ }
1615
+ ) });
1461
1616
  }, Tt = (t) => {
1462
1617
  if (t === "")
1463
1618
  return "00";
@@ -1490,7 +1645,7 @@ const Mr = ({
1490
1645
  default:
1491
1646
  throw new Error("Invalid minute string");
1492
1647
  }
1493
- }, Wn = (t) => {
1648
+ }, On = (t) => {
1494
1649
  if (!Ut(t))
1495
1650
  return { time: t, success: !1 };
1496
1651
  const e = t && t.split(/-|:|,|;|[/]|[.]| /);
@@ -1524,7 +1679,7 @@ const Mr = ({
1524
1679
  }
1525
1680
  }
1526
1681
  return { time: t, success: !1 };
1527
- }, Ut = (t) => t ? /^[-:.,/; 0-9]+$/.test(t) : !0, Er = ({
1682
+ }, Ut = (t) => t ? /^[-:.,/; 0-9]+$/.test(t) : !0, Rr = ({
1528
1683
  onValueChange: t,
1529
1684
  showPlaceholder: e = !0,
1530
1685
  useIcon: n = !0,
@@ -1535,24 +1690,30 @@ const Mr = ({
1535
1690
  }) => {
1536
1691
  const [o, l] = S(() => Ut(r)), a = "hh:mm", f = g(() => {
1537
1692
  if (r) {
1538
- const u = Wn(r);
1693
+ const u = On(r);
1539
1694
  l(u.success), u.success && t && t(u.time);
1540
1695
  }
1541
- }, [r, t, l]), h = g((u) => {
1542
- const D = u.target.value, w = Ut(D);
1543
- l(w && D.length <= a.length), t && t(D);
1544
- }, [t, l]);
1545
- return /* @__PURE__ */ i(nt, {
1546
- ...d,
1547
- type: "time",
1548
- variant: o ? c : "error",
1549
- iconLeft: n ? vt : void 0,
1550
- value: r,
1551
- placeholder: e ? a : void 0,
1552
- onChange: h,
1553
- onBlur: f,
1554
- width: s
1555
- });
1696
+ }, [r, t, l]), h = g(
1697
+ (u) => {
1698
+ const D = u.target.value, w = Ut(D);
1699
+ l(w && D.length <= a.length), t && t(D);
1700
+ },
1701
+ [t, l]
1702
+ );
1703
+ return /* @__PURE__ */ i(
1704
+ nt,
1705
+ {
1706
+ ...d,
1707
+ type: "time",
1708
+ variant: o ? c : "error",
1709
+ iconLeft: n ? vt : void 0,
1710
+ value: r,
1711
+ placeholder: e ? a : void 0,
1712
+ onChange: h,
1713
+ onBlur: f,
1714
+ width: s
1715
+ }
1716
+ );
1556
1717
  }, ge = ({
1557
1718
  autoFocusLeft: t,
1558
1719
  autoFocusRight: e,
@@ -1575,12 +1736,12 @@ const Mr = ({
1575
1736
  maxRight: m,
1576
1737
  onClickLeft: y,
1577
1738
  onClickRight: M,
1578
- onClickCalendar: T,
1579
- onClickArrowDown: x,
1739
+ onClickCalendar: A,
1740
+ onClickArrowDown: T,
1580
1741
  onBlurLeft: N,
1581
1742
  onBlurRight: O,
1582
1743
  onFocusLeft: Y,
1583
- onFocusRight: j,
1744
+ onFocusRight: z,
1584
1745
  inputRefLeft: _,
1585
1746
  inputRefRight: P,
1586
1747
  variant: st,
@@ -1592,104 +1753,118 @@ const Mr = ({
1592
1753
  widthRight: ut,
1593
1754
  disabled: v
1594
1755
  }) => {
1595
- const L = J(0), H = C(() => We((G) => {
1596
- G === 0 && (K == null || K());
1597
- }, 10), [K]), Mt = g((G) => {
1598
- L.current++, H(L.current), Y && Y(G);
1599
- }, [Y, L, H]), Et = g((G) => {
1600
- L.current++, H(L.current), j && j(G);
1601
- }, [j, L, H]), Rt = g((G) => {
1602
- L.current--, H(L.current), N && N(G);
1603
- }, [N, L, H]), we = g((G) => {
1604
- L.current--, H(L.current), O && O(G);
1605
- }, [O, L, H]);
1606
- return /* @__PURE__ */ i(I, {
1607
- children: /* @__PURE__ */ E($e, {
1756
+ const L = J(0), H = C(
1757
+ () => Oe((G) => {
1758
+ G === 0 && (K == null || K());
1759
+ }, 10),
1760
+ [K]
1761
+ ), Mt = g(
1762
+ (G) => {
1763
+ L.current++, H(L.current), Y && Y(G);
1764
+ },
1765
+ [Y, L, H]
1766
+ ), Et = g(
1767
+ (G) => {
1768
+ L.current++, H(L.current), z && z(G);
1769
+ },
1770
+ [z, L, H]
1771
+ ), Rt = g(
1772
+ (G) => {
1773
+ L.current--, H(L.current), N && N(G);
1774
+ },
1775
+ [N, L, H]
1776
+ ), we = g(
1777
+ (G) => {
1778
+ L.current--, H(L.current), O && O(G);
1779
+ },
1780
+ [O, L, H]
1781
+ );
1782
+ return /* @__PURE__ */ i(I, { children: /* @__PURE__ */ E(
1783
+ Pe,
1784
+ {
1608
1785
  disableContentPaddingRight: !0,
1609
1786
  disabled: v,
1610
1787
  variant: st,
1611
- contentRight: /* @__PURE__ */ E(R, {
1612
- alignItems: "center",
1613
- children: [/* @__PURE__ */ i(ht, {
1614
- num: 0.5,
1615
- children: /* @__PURE__ */ i(A, {
1616
- leftIcon: gt,
1617
- onClick: T,
1788
+ contentRight: /* @__PURE__ */ E(R, { alignItems: "center", children: [
1789
+ /* @__PURE__ */ i(gt, { num: 0.5, children: /* @__PURE__ */ i(
1790
+ x,
1791
+ {
1792
+ leftIcon: yt,
1793
+ onClick: A,
1618
1794
  disabled: v,
1619
1795
  size: "small"
1620
- })
1621
- }), at ? /* @__PURE__ */ E(wt, {
1622
- children: [/* @__PURE__ */ i(R, {
1623
- height: "22px",
1624
- children: /* @__PURE__ */ i(pe, {
1625
- vertical: !0
1626
- })
1627
- }), /* @__PURE__ */ i(ht, {
1628
- num: 0.5,
1629
- children: /* @__PURE__ */ i(A, {
1630
- leftIcon: Se,
1631
- onClick: x,
1796
+ }
1797
+ ) }),
1798
+ at ? /* @__PURE__ */ E(ht, { children: [
1799
+ /* @__PURE__ */ i(R, { height: "22px", children: /* @__PURE__ */ i(pe, { vertical: !0 }) }),
1800
+ /* @__PURE__ */ i(gt, { num: 0.5, children: /* @__PURE__ */ i(
1801
+ x,
1802
+ {
1803
+ leftIcon: Me,
1804
+ onClick: T,
1632
1805
  disabled: v,
1633
1806
  size: "small"
1634
- })
1635
- })]
1636
- }) : null]
1637
- }),
1638
- children: [/* @__PURE__ */ i(I, {
1639
- width: ft,
1640
- children: /* @__PURE__ */ i(nt, {
1641
- onEsc: n,
1642
- onEnter: r,
1643
- onClick: y,
1644
- disabled: v,
1645
- hideBorder: !0,
1646
- placeholder: o,
1647
- value: D,
1648
- onValueChange: s,
1649
- onChange: h,
1650
- onBlur: Rt,
1651
- onFocus: Mt,
1652
- inputRef: _,
1653
- variant: lt,
1654
- type: a,
1655
- autoFocus: t,
1656
- min: k,
1657
- max: p
1658
- })
1659
- }), /* @__PURE__ */ i(R, {
1660
- indent: 0.5,
1661
- alignItems: "center",
1662
- justifyContent: "center",
1663
- children: /* @__PURE__ */ i(Ft, {
1664
- icon: d,
1665
- size: 12,
1666
- color: ie("--lhds-color-ui-500")
1667
- })
1668
- }), /* @__PURE__ */ i(I, {
1669
- width: ut,
1670
- children: /* @__PURE__ */ i(nt, {
1671
- onEsc: n,
1672
- onEnter: r,
1673
- onClick: M,
1674
- disabled: v,
1675
- hideBorder: !0,
1676
- placeholder: l,
1677
- value: w,
1678
- onValueChange: c,
1679
- onChange: u,
1680
- onBlur: we,
1681
- onFocus: Et,
1682
- inputRef: P,
1683
- variant: ct,
1684
- type: f,
1685
- autoFocus: e,
1686
- min: b,
1687
- max: m
1688
- })
1689
- })]
1690
- })
1691
- });
1692
- }, On = (t) => {
1807
+ }
1808
+ ) })
1809
+ ] }) : null
1810
+ ] }),
1811
+ children: [
1812
+ /* @__PURE__ */ i(I, { width: ft, children: /* @__PURE__ */ i(
1813
+ nt,
1814
+ {
1815
+ onEsc: n,
1816
+ onEnter: r,
1817
+ onClick: y,
1818
+ disabled: v,
1819
+ hideBorder: !0,
1820
+ placeholder: o,
1821
+ value: D,
1822
+ onValueChange: s,
1823
+ onChange: h,
1824
+ onBlur: Rt,
1825
+ onFocus: Mt,
1826
+ inputRef: _,
1827
+ variant: lt,
1828
+ type: a,
1829
+ autoFocus: t,
1830
+ min: k,
1831
+ max: p
1832
+ }
1833
+ ) }),
1834
+ /* @__PURE__ */ i(R, { indent: 0.5, alignItems: "center", justifyContent: "center", children: /* @__PURE__ */ i(
1835
+ Ft,
1836
+ {
1837
+ icon: d,
1838
+ size: 12,
1839
+ color: ie("--lhds-color-ui-500")
1840
+ }
1841
+ ) }),
1842
+ /* @__PURE__ */ i(I, { width: ut, children: /* @__PURE__ */ i(
1843
+ nt,
1844
+ {
1845
+ onEsc: n,
1846
+ onEnter: r,
1847
+ onClick: M,
1848
+ disabled: v,
1849
+ hideBorder: !0,
1850
+ placeholder: l,
1851
+ value: w,
1852
+ onValueChange: c,
1853
+ onChange: u,
1854
+ onBlur: we,
1855
+ onFocus: Et,
1856
+ inputRef: P,
1857
+ variant: ct,
1858
+ type: f,
1859
+ autoFocus: e,
1860
+ min: b,
1861
+ max: m
1862
+ }
1863
+ ) })
1864
+ ]
1865
+ }
1866
+ ) });
1867
+ }, $n = (t) => {
1693
1868
  if (t == null)
1694
1869
  throw new Error("Time is not set.");
1695
1870
  if (t === "")
@@ -1711,14 +1886,14 @@ const Mr = ({
1711
1886
  if (r < 0 || r > 59)
1712
1887
  throw new Error("Invalid time.");
1713
1888
  return n * 100 + r;
1714
- }, $n = (t) => {
1889
+ }, Pn = (t) => {
1715
1890
  try {
1716
- return On(t), !0;
1891
+ return $n(t), !0;
1717
1892
  } catch {
1718
1893
  return !1;
1719
1894
  }
1720
1895
  }, At = (t) => {
1721
- if (t && $n(t)) {
1896
+ if (t && Pn(t)) {
1722
1897
  const e = t.split(":");
1723
1898
  return {
1724
1899
  hour: Jt(e[0]),
@@ -1729,12 +1904,12 @@ const Mr = ({
1729
1904
  hour: void 0,
1730
1905
  minute: void 0
1731
1906
  };
1732
- }, Pn = (t) => `${Tt(String(t.getHours()))}:${xt(
1907
+ }, Bn = (t) => `${Tt(String(t.getHours()))}:${xt(
1733
1908
  String(t.getMinutes())
1734
- )}`, Bn = "_timePicker_1w05d_1", zn = "_timePickerColumn_1w05d_6", ye = {
1735
- timePicker: Bn,
1909
+ )}`, jn = "_timePicker_1w05d_1", zn = "_timePickerColumn_1w05d_6", ye = {
1910
+ timePicker: jn,
1736
1911
  timePickerColumn: zn
1737
- }, jn = ({
1912
+ }, _n = ({
1738
1913
  onClick: t,
1739
1914
  item: e,
1740
1915
  selected: n,
@@ -1742,25 +1917,37 @@ const Mr = ({
1742
1917
  canScrollRef: s
1743
1918
  }) => {
1744
1919
  const c = J(null);
1745
- return Q(function() {
1746
- if (n && r.current && c.current && s.current) {
1747
- const o = c.current.scrollHeight * Math.max(e - 2, 0);
1748
- r.current.scrollTo(0, o), s.current = !1;
1920
+ return Q(
1921
+ function() {
1922
+ if (n && r.current && c.current && s.current) {
1923
+ const o = c.current.scrollHeight * Math.max(e - 2, 0);
1924
+ r.current.scrollTo(0, o), s.current = !1;
1925
+ }
1926
+ },
1927
+ [r, e, n, s]
1928
+ ), /* @__PURE__ */ i(
1929
+ R,
1930
+ {
1931
+ width: "64px",
1932
+ justifyContent: "center",
1933
+ spacing: 0.5,
1934
+ indent: 0.5,
1935
+ ref: c,
1936
+ children: n ? /* @__PURE__ */ i(
1937
+ dt,
1938
+ {
1939
+ label: $e(String(e), 2, "0"),
1940
+ onClick: () => t && t(e)
1941
+ }
1942
+ ) : /* @__PURE__ */ i(
1943
+ x,
1944
+ {
1945
+ label: String(e).padStart(2, "0"),
1946
+ onClick: () => t && t(e)
1947
+ }
1948
+ )
1749
1949
  }
1750
- }, [r, e, n, s]), /* @__PURE__ */ i(R, {
1751
- width: "64px",
1752
- justifyContent: "center",
1753
- spacing: 0.5,
1754
- indent: 0.5,
1755
- ref: c,
1756
- children: n ? /* @__PURE__ */ i(dt, {
1757
- label: Oe(String(e), 2, "0"),
1758
- onClick: () => t && t(e)
1759
- }) : /* @__PURE__ */ i(A, {
1760
- label: String(e).padStart(2, "0"),
1761
- onClick: () => t && t(e)
1762
- })
1763
- });
1950
+ );
1764
1951
  }, qt = ({
1765
1952
  onClick: t,
1766
1953
  items: e,
@@ -1768,51 +1955,65 @@ const Mr = ({
1768
1955
  canScrollRef: r
1769
1956
  }) => {
1770
1957
  const s = J(null);
1771
- return /* @__PURE__ */ i(B, {
1772
- className: ye.timePickerColumn,
1773
- ref: s,
1774
- children: e.map((c) => /* @__PURE__ */ i(jn, {
1958
+ return /* @__PURE__ */ i(B, { className: ye.timePickerColumn, ref: s, children: e.map((c) => /* @__PURE__ */ i(
1959
+ _n,
1960
+ {
1775
1961
  item: c,
1776
1962
  onClick: t,
1777
1963
  selected: c === n,
1778
1964
  columnRef: s,
1779
1965
  canScrollRef: r
1780
- }, c))
1781
- });
1782
- }, _n = jt(0, 24), Jn = jt(0, 60), Kn = ({
1966
+ },
1967
+ c
1968
+ )) });
1969
+ }, Jn = zt(0, 24), Kn = zt(0, 60), Gn = ({
1783
1970
  value: t,
1784
1971
  onValueChange: e
1785
1972
  }) => {
1786
1973
  const n = J(!0), [r, s] = S(void 0), [c, d] = S(void 0);
1787
1974
  Q(() => {
1788
1975
  if (t) {
1789
- const {
1790
- minute: a,
1791
- hour: f
1792
- } = At(t);
1976
+ const { minute: a, hour: f } = At(t);
1793
1977
  s(f), d(a);
1794
1978
  }
1795
1979
  }, [t]);
1796
- const o = g((a) => {
1797
- s(a), e == null || e(`${Tt(String(a != null ? a : 0))}:${xt(String(c != null ? c : 0))}`);
1798
- }, [c, e]), l = g((a) => {
1799
- d(a), e == null || e(`${Tt(String(r != null ? r : 0))}:${xt(String(a != null ? a : 0))}`);
1800
- }, [r, e]);
1801
- return /* @__PURE__ */ E(R, {
1802
- className: ye.timePicker,
1803
- children: [/* @__PURE__ */ i(qt, {
1804
- items: _n,
1805
- onClick: o,
1806
- selectedItem: r,
1807
- canScrollRef: n
1808
- }), /* @__PURE__ */ i(ht, {}), /* @__PURE__ */ i(qt, {
1809
- items: Jn,
1810
- onClick: l,
1811
- selectedItem: c,
1812
- canScrollRef: n
1813
- })]
1814
- });
1815
- }, Gn = (t, e, n) => {
1980
+ const o = g(
1981
+ (a) => {
1982
+ s(a), e == null || e(
1983
+ `${Tt(String(a != null ? a : 0))}:${xt(String(c != null ? c : 0))}`
1984
+ );
1985
+ },
1986
+ [c, e]
1987
+ ), l = g(
1988
+ (a) => {
1989
+ d(a), e == null || e(
1990
+ `${Tt(String(r != null ? r : 0))}:${xt(String(a != null ? a : 0))}`
1991
+ );
1992
+ },
1993
+ [r, e]
1994
+ );
1995
+ return /* @__PURE__ */ E(R, { className: ye.timePicker, children: [
1996
+ /* @__PURE__ */ i(
1997
+ qt,
1998
+ {
1999
+ items: Jn,
2000
+ onClick: o,
2001
+ selectedItem: r,
2002
+ canScrollRef: n
2003
+ }
2004
+ ),
2005
+ /* @__PURE__ */ i(gt, {}),
2006
+ /* @__PURE__ */ i(
2007
+ qt,
2008
+ {
2009
+ items: Kn,
2010
+ onClick: l,
2011
+ selectedItem: c,
2012
+ canScrollRef: n
2013
+ }
2014
+ )
2015
+ ] });
2016
+ }, qn = (t, e, n) => {
1816
2017
  Q(
1817
2018
  function() {
1818
2019
  t && e(t);
@@ -1826,7 +2027,7 @@ const Mr = ({
1826
2027
  },
1827
2028
  [t, n]
1828
2029
  );
1829
- }, qn = (t, e, {
2030
+ }, Qn = (t, e, {
1830
2031
  setDateInFocus: n,
1831
2032
  showCalendarInternal: r,
1832
2033
  hideCalendarInternal: s,
@@ -1845,8 +2046,8 @@ const Mr = ({
1845
2046
  if (t)
1846
2047
  y.setHours(t.getHours()), y.setMinutes(t.getMinutes()), e == null || e(y), f(void 0);
1847
2048
  else if (o) {
1848
- const { minute: M, hour: T } = At(o);
1849
- y.setHours(T != null ? T : 0), y.setMinutes(M != null ? M : 0), e == null || e(y), f(void 0);
2049
+ const { minute: M, hour: A } = At(o);
2050
+ y.setHours(A != null ? A : 0), y.setMinutes(M != null ? M : 0), e == null || e(y), f(void 0);
1850
2051
  } else
1851
2052
  f(y);
1852
2053
  n(y), h.current && (h.current.valueAsDate = new Date(
@@ -1888,7 +2089,7 @@ const Mr = ({
1888
2089
  onChangeTime: D,
1889
2090
  onChangeDate: u
1890
2091
  };
1891
- }, Qn = (t) => {
2092
+ }, Xn = (t) => {
1892
2093
  const [e, n] = S(void 0), [r, s] = S(void 0), [c, d, o] = Ht(!1), [l, a, f] = Ht(!1), [h, u] = S(void 0), [D, w] = S(
1893
2094
  () => t != null ? t : new Date()
1894
2095
  ), [k, p] = S("calendar");
@@ -1910,7 +2111,7 @@ const Mr = ({
1910
2111
  localTime: r,
1911
2112
  setLocalTime: s
1912
2113
  };
1913
- }, Xn = (t, e, n, r, {
2114
+ }, Zn = (t, e, n, r, {
1914
2115
  isCalendarVisible: s,
1915
2116
  setCurrentPanel: c,
1916
2117
  showTimePicker: d,
@@ -1950,7 +2151,7 @@ const Mr = ({
1950
2151
  onClickCalendarButton: u,
1951
2152
  onKeyDownHandler: D
1952
2153
  };
1953
- }, Rr = ({
2154
+ }, Ar = ({
1954
2155
  value: t,
1955
2156
  onValueChange: e,
1956
2157
  onEnter: n,
@@ -1964,49 +2165,62 @@ const Mr = ({
1964
2165
  variant: f,
1965
2166
  disabled: h
1966
2167
  }) => {
1967
- const u = J(null), D = J(null), w = Qn(t), {
2168
+ const u = J(null), D = J(null), w = Xn(t), {
1968
2169
  setCurrentPanel: k,
1969
2170
  currentPanel: p,
1970
2171
  isCalendarVisible: b,
1971
2172
  dateInFocus: m,
1972
2173
  setDateInFocus: y,
1973
2174
  isTimePickerVisible: M,
1974
- hideTimePicker: T,
1975
- localTime: x,
2175
+ hideTimePicker: A,
2176
+ localTime: T,
1976
2177
  localDate: N
1977
2178
  } = w, {
1978
2179
  showCalendar: O,
1979
2180
  hideCalendar: Y,
1980
- inputLeftChangeHandler: j,
2181
+ inputLeftChangeHandler: z,
1981
2182
  inputRightChangeHandler: _,
1982
2183
  onChangeTime: P,
1983
2184
  onChangeDate: st
1984
- } = qn(t, e, w, u), {
2185
+ } = Qn(t, e, w, u), {
1985
2186
  onKeyDownHandler: lt,
1986
2187
  onFocusRight: ct,
1987
2188
  onFocusLeft: K,
1988
2189
  onClickDay: at,
1989
2190
  onClickCalendarButton: ft,
1990
2191
  onClickArrowButton: ut
1991
- } = Xn(st, u, O, Y, w);
1992
- Gn(t, y, u);
2192
+ } = Zn(
2193
+ st,
2194
+ u,
2195
+ O,
2196
+ Y,
2197
+ w
2198
+ );
2199
+ qn(t, y, u);
1993
2200
  const v = C(() => {
1994
2201
  const Rt = t || N;
1995
- return Rt ? X(void 0, Rt, ["singleSelected", "selected"]) : {};
2202
+ return Rt ? X(void 0, Rt, [
2203
+ "singleSelected",
2204
+ "selected"
2205
+ ]) : {};
1996
2206
  }, [N, t]), L = g(() => {
1997
- Y(), T();
1998
- }, [Y, T]), H = C(() => t ? Pn(t) : x, [t, x]), Mt = Yt(b, 300), Et = Yt(M, 300);
1999
- return /* @__PURE__ */ i(I, {
2000
- onKeyDown: lt,
2001
- children: /* @__PURE__ */ i(pt, {
2207
+ Y(), A();
2208
+ }, [Y, A]), H = C(
2209
+ () => t ? Bn(t) : T,
2210
+ [t, T]
2211
+ ), Mt = Yt(b, 300), Et = Yt(M, 300);
2212
+ return /* @__PURE__ */ i(I, { onKeyDown: lt, children: /* @__PURE__ */ i(
2213
+ pt,
2214
+ {
2002
2215
  arrow: !1,
2003
2216
  lazy: !0,
2004
2217
  disabled: h,
2005
2218
  placement: kt,
2006
2219
  visible: b || M,
2007
2220
  onClickOutside: L,
2008
- content: (Mt || Et) && /* @__PURE__ */ i(B, {
2009
- children: Mt ? /* @__PURE__ */ i(F, {
2221
+ content: (Mt || Et) && /* @__PURE__ */ i(B, { children: Mt ? /* @__PURE__ */ i(
2222
+ F,
2223
+ {
2010
2224
  statePerMonth: v,
2011
2225
  onClickDay: at,
2012
2226
  dateInFocus: m,
@@ -2015,54 +2229,52 @@ const Mr = ({
2015
2229
  setCurrentPanel: k,
2016
2230
  minDate: d,
2017
2231
  maxDate: a
2018
- }) : Et ? /* @__PURE__ */ E(B, {
2019
- children: [/* @__PURE__ */ i(B, {
2020
- overflow: "hidden",
2021
- height: "250px",
2022
- children: /* @__PURE__ */ i(Kn, {
2023
- value: H != null ? H : "",
2024
- onValueChange: P
2025
- })
2026
- }), /* @__PURE__ */ i($, {}), /* @__PURE__ */ i(R, {
2027
- justifyContent: "flex-end",
2028
- children: /* @__PURE__ */ i(dt, {
2029
- label: "Done",
2030
- onClick: T
2031
- })
2032
- })]
2033
- }) : null
2034
- }),
2035
- children: /* @__PURE__ */ i(ge, {
2036
- autoFocusLeft: c,
2037
- onEsc: r,
2038
- onEnter: n,
2039
- onBlur: s,
2040
- disabled: h,
2041
- separatorIcon: vt,
2042
- typeLeft: "date",
2043
- typeRight: "time",
2044
- placeholderLeft: "yyyy-mm-dd",
2045
- placeholderRight: "hh:mm",
2046
- onChangeLeft: j,
2047
- onChangeRight: _,
2048
- onClickArrowDown: ut,
2049
- onClickCalendar: ft,
2050
- onFocusLeft: K,
2051
- onFocusRight: ct,
2052
- onClickLeft: K,
2053
- onClickRight: ct,
2054
- inputRefLeft: u,
2055
- inputRefRight: D,
2056
- valueRight: H != null ? H : "",
2057
- widthLeft: o,
2058
- widthRight: l,
2059
- minLeft: d,
2060
- maxLeft: a,
2061
- variant: f
2062
- })
2063
- })
2064
- });
2065
- }, Zn = (t, e, n, r, s) => {
2232
+ }
2233
+ ) : Et ? /* @__PURE__ */ E(B, { children: [
2234
+ /* @__PURE__ */ i(B, { overflow: "hidden", height: "250px", children: /* @__PURE__ */ i(
2235
+ Gn,
2236
+ {
2237
+ value: H != null ? H : "",
2238
+ onValueChange: P
2239
+ }
2240
+ ) }),
2241
+ /* @__PURE__ */ i($, {}),
2242
+ /* @__PURE__ */ i(R, { justifyContent: "flex-end", children: /* @__PURE__ */ i(dt, { label: "Done", onClick: A }) })
2243
+ ] }) : null }),
2244
+ children: /* @__PURE__ */ i(
2245
+ ge,
2246
+ {
2247
+ autoFocusLeft: c,
2248
+ onEsc: r,
2249
+ onEnter: n,
2250
+ onBlur: s,
2251
+ disabled: h,
2252
+ separatorIcon: vt,
2253
+ typeLeft: "date",
2254
+ typeRight: "time",
2255
+ placeholderLeft: "yyyy-mm-dd",
2256
+ placeholderRight: "hh:mm",
2257
+ onChangeLeft: z,
2258
+ onChangeRight: _,
2259
+ onClickArrowDown: ut,
2260
+ onClickCalendar: ft,
2261
+ onFocusLeft: K,
2262
+ onFocusRight: ct,
2263
+ onClickLeft: K,
2264
+ onClickRight: ct,
2265
+ inputRefLeft: u,
2266
+ inputRefRight: D,
2267
+ valueRight: H != null ? H : "",
2268
+ widthLeft: o,
2269
+ widthRight: l,
2270
+ minLeft: d,
2271
+ maxLeft: a,
2272
+ variant: f
2273
+ }
2274
+ )
2275
+ }
2276
+ ) });
2277
+ }, Fn = (t, e, n, r, s) => {
2066
2278
  Q(
2067
2279
  function() {
2068
2280
  t && n(t);
@@ -2096,7 +2308,7 @@ const Mr = ({
2096
2308
  },
2097
2309
  [e, s]
2098
2310
  );
2099
- }, Fn = (t, e, n, {
2311
+ }, vn = (t, e, n, {
2100
2312
  setDateInFocus: r,
2101
2313
  showCalendarInternal: s,
2102
2314
  hideCalendarInternal: c,
@@ -2140,7 +2352,7 @@ const Mr = ({
2140
2352
  setCurrentPanel: o,
2141
2353
  showCalendar: f
2142
2354
  };
2143
- }, vn = (t, e) => {
2355
+ }, Vn = (t, e) => {
2144
2356
  const [n, r, s] = Ht(!1), [c, d] = S(void 0), [o, l] = S("startDate"), [a, f] = S(() => {
2145
2357
  const D = o === "startDate" ? t : o === "endDate" ? e : void 0;
2146
2358
  return D != null ? D : new Date();
@@ -2158,7 +2370,7 @@ const Mr = ({
2158
2370
  currentPanel: h,
2159
2371
  setCurrentPanel: u
2160
2372
  };
2161
- }, Vn = (t, e, n, r, s, c, d, {
2373
+ }, tr = (t, e, n, r, s, c, d, {
2162
2374
  firstFocusedInput: o,
2163
2375
  setFirstFocusedInput: l,
2164
2376
  isCalendarVisible: a,
@@ -2184,14 +2396,14 @@ const Mr = ({
2184
2396
  o
2185
2397
  ]), k = g(
2186
2398
  (y) => {
2187
- var M, T, x, N;
2399
+ var M, A, T, N;
2188
2400
  h === "startDate" ? e != null && et(y.date, e) ? (n == null || n({
2189
2401
  startDate: y.date,
2190
2402
  endDate: void 0
2191
2403
  }), f("endDate"), (M = s.current) == null || M.focus()) : (n == null || n({
2192
2404
  startDate: y.date,
2193
2405
  endDate: e
2194
- }), o === "startDate" ? (f("endDate"), (T = s.current) == null || T.focus()) : setTimeout(d, 50)) : h === "endDate" && (t ? et(t, y.date) ? (n == null || n({
2406
+ }), o === "startDate" ? (f("endDate"), (A = s.current) == null || A.focus()) : setTimeout(d, 50)) : h === "endDate" && (t ? et(t, y.date) ? (n == null || n({
2195
2407
  startDate: y.date,
2196
2408
  endDate: void 0
2197
2409
  }), f("endDate"), (N = s.current) == null || N.focus()) : (n == null || n({
@@ -2200,7 +2412,7 @@ const Mr = ({
2200
2412
  }), setTimeout(d, 50)) : (n == null || n({
2201
2413
  startDate: t,
2202
2414
  endDate: y.date
2203
- }), f("startDate"), (x = r.current) == null || x.focus()));
2415
+ }), f("startDate"), (T = r.current) == null || T.focus()));
2204
2416
  },
2205
2417
  [
2206
2418
  h,
@@ -2241,7 +2453,7 @@ const Mr = ({
2241
2453
  onKeyDownHandler: m
2242
2454
  };
2243
2455
  };
2244
- function Ar({
2456
+ function Tr({
2245
2457
  value: t,
2246
2458
  onValueChange: e,
2247
2459
  autoFocus: n,
@@ -2256,135 +2468,164 @@ function Ar({
2256
2468
  variant: h,
2257
2469
  disabled: u
2258
2470
  }) {
2259
- const {
2260
- startDate: D,
2261
- endDate: w
2262
- } = t || {}, k = J(null), p = J(null), b = vn(D, w), {
2471
+ const { startDate: D, endDate: w } = t || {}, k = J(null), p = J(null), b = Vn(D, w), {
2263
2472
  dateInFocus: m,
2264
2473
  setDateInFocus: y,
2265
2474
  isCalendarVisible: M,
2266
- currentPanel: T,
2267
- setCurrentPanel: x
2475
+ currentPanel: A,
2476
+ setCurrentPanel: T
2268
2477
  } = b, {
2269
2478
  showCalendar: N,
2270
2479
  hideCalendar: O,
2271
2480
  inputLeftChangeHandler: Y,
2272
- inputRightChangeHandler: j
2273
- } = Fn(D, w, e, b), {
2481
+ inputRightChangeHandler: z
2482
+ } = vn(D, w, e, b), {
2274
2483
  onKeyDownHandler: _,
2275
2484
  onFocusRight: P,
2276
2485
  onFocusLeft: st,
2277
2486
  onClickDay: lt,
2278
2487
  onClickCalendarButton: ct,
2279
2488
  onClickArrowButton: K
2280
- } = Vn(D, w, e, k, p, N, O, b);
2281
- Zn(D, w, y, k, p);
2282
- const at = C(() => D && w && et(D, w), [D, w]), ft = C(() => Be(l == null ? void 0 : l.statePerMonth, D, w, m), [l == null ? void 0 : l.statePerMonth, D, w, m]), ut = Yt(M, 300);
2283
- return /* @__PURE__ */ i(I, {
2284
- onKeyDown: _,
2285
- children: /* @__PURE__ */ i(pt, {
2489
+ } = tr(
2490
+ D,
2491
+ w,
2492
+ e,
2493
+ k,
2494
+ p,
2495
+ N,
2496
+ O,
2497
+ b
2498
+ );
2499
+ Fn(
2500
+ D,
2501
+ w,
2502
+ y,
2503
+ k,
2504
+ p
2505
+ );
2506
+ const at = C(
2507
+ () => D && w && et(D, w),
2508
+ [D, w]
2509
+ ), ft = C(
2510
+ () => je(
2511
+ l == null ? void 0 : l.statePerMonth,
2512
+ D,
2513
+ w,
2514
+ m
2515
+ ),
2516
+ [l == null ? void 0 : l.statePerMonth, D, w, m]
2517
+ ), ut = Yt(M, 300);
2518
+ return /* @__PURE__ */ i(I, { onKeyDown: _, children: /* @__PURE__ */ i(
2519
+ pt,
2520
+ {
2286
2521
  arrow: !1,
2287
2522
  lazy: !0,
2288
2523
  disabled: u,
2289
2524
  placement: kt,
2290
2525
  onClickOutside: O,
2291
2526
  visible: M,
2292
- content: ut && /* @__PURE__ */ i(F, {
2293
- onClickDay: lt,
2294
- dateInFocus: m,
2295
- setDateInFocus: y,
2296
- currentPanel: T,
2297
- setCurrentPanel: x,
2298
- minDate: d,
2299
- maxDate: o,
2300
- ...l,
2301
- statePerMonth: ft
2302
- }),
2303
- children: /* @__PURE__ */ i(ge, {
2304
- autoFocusLeft: n,
2305
- onEsc: c,
2306
- onEnter: s,
2307
- onBlur: r,
2308
- disabled: u,
2309
- separatorIcon: Qt,
2310
- typeLeft: "date",
2311
- typeRight: "date",
2312
- placeholderLeft: "Start date",
2313
- placeholderRight: "End date",
2314
- onChangeLeft: Y,
2315
- onChangeRight: j,
2316
- onClickArrowDown: K,
2317
- onClickCalendar: ct,
2318
- onFocusLeft: st,
2319
- onFocusRight: P,
2320
- onClickLeft: st,
2321
- onClickRight: P,
2322
- inputRefLeft: k,
2323
- inputRefRight: p,
2324
- variant: at ? "error" : h,
2325
- widthLeft: a,
2326
- widthRight: f,
2327
- minLeft: d,
2328
- maxLeft: o,
2329
- minRight: d,
2330
- maxRight: o
2331
- })
2332
- })
2333
- });
2527
+ content: ut && /* @__PURE__ */ i(
2528
+ F,
2529
+ {
2530
+ onClickDay: lt,
2531
+ dateInFocus: m,
2532
+ setDateInFocus: y,
2533
+ currentPanel: A,
2534
+ setCurrentPanel: T,
2535
+ minDate: d,
2536
+ maxDate: o,
2537
+ ...l,
2538
+ statePerMonth: ft
2539
+ }
2540
+ ),
2541
+ children: /* @__PURE__ */ i(
2542
+ ge,
2543
+ {
2544
+ autoFocusLeft: n,
2545
+ onEsc: c,
2546
+ onEnter: s,
2547
+ onBlur: r,
2548
+ disabled: u,
2549
+ separatorIcon: Qt,
2550
+ typeLeft: "date",
2551
+ typeRight: "date",
2552
+ placeholderLeft: "Start date",
2553
+ placeholderRight: "End date",
2554
+ onChangeLeft: Y,
2555
+ onChangeRight: z,
2556
+ onClickArrowDown: K,
2557
+ onClickCalendar: ct,
2558
+ onFocusLeft: st,
2559
+ onFocusRight: P,
2560
+ onClickLeft: st,
2561
+ onClickRight: P,
2562
+ inputRefLeft: k,
2563
+ inputRefRight: p,
2564
+ variant: at ? "error" : h,
2565
+ widthLeft: a,
2566
+ widthRight: f,
2567
+ minLeft: d,
2568
+ maxLeft: o,
2569
+ minRight: d,
2570
+ maxRight: o
2571
+ }
2572
+ )
2573
+ }
2574
+ ) });
2334
2575
  }
2335
2576
  export {
2336
2577
  Lt as Calendar,
2337
2578
  le as CalendarDay,
2338
- kr as DateInput,
2339
- yr as DateRangeCalendar,
2340
- Ar as DateRangeDualTextInput,
2341
- br as DateRangeExclusionCalendar,
2342
- Sr as DateRangeInput,
2343
- Mr as DateTextInput,
2344
- Rr as DateTimeInput,
2579
+ Sr as DateInput,
2580
+ wr as DateRangeCalendar,
2581
+ Tr as DateRangeDualTextInput,
2582
+ kr as DateRangeExclusionCalendar,
2583
+ Mr as DateRangeInput,
2584
+ Er as DateTextInput,
2585
+ Ar as DateTimeInput,
2345
2586
  U as Month,
2346
- Dn as MonthPicker,
2347
- mr as MultiDateCalendar,
2348
- gn as PresetPicker,
2587
+ hn as MonthPicker,
2588
+ pr as MultiDateCalendar,
2589
+ yn as PresetPicker,
2349
2590
  De as SingleDateCalendar,
2350
- pr as SingleWeekCalendar,
2351
- Er as TimeTextInput,
2352
- Je as WeekDay,
2353
- sn as WeekDayCell,
2354
- nn as WeekNumberCell,
2355
- wn as YearPicker,
2591
+ br as SingleWeekCalendar,
2592
+ Rr as TimeTextInput,
2593
+ Ke as WeekDay,
2594
+ cn as WeekDayCell,
2595
+ rn as WeekNumberCell,
2596
+ mn as YearPicker,
2356
2597
  X as addDayStateHighlights,
2357
2598
  oe as addDayStateHighlightsOnSingleDay,
2358
- je as addWeekRangeHighlights,
2359
- Dr as addWeekStateHighlights,
2599
+ _e as addWeekRangeHighlights,
2600
+ hr as addWeekStateHighlights,
2360
2601
  mt as buildDayStateForDateRange,
2361
2602
  ze as buildDayStateForRange,
2362
- Be as buildDayStateForSingleMonth,
2363
- Qe as calculateOverflowingMonth,
2364
- Ge as createDay,
2365
- En as dateRangeToStrings,
2366
- Fe as dayHasHighlight,
2603
+ je as buildDayStateForSingleMonth,
2604
+ Xe as calculateOverflowingMonth,
2605
+ qe as createDay,
2606
+ Rn as dateRangeToStrings,
2607
+ ve as dayHasHighlight,
2367
2608
  V as dayHighlightSelect,
2368
2609
  rt as defaultCalendarTheme,
2369
- Ve as defaultTextPropsProvider,
2370
- ve as defaultWrapperStyleProvider,
2371
- hr as extranetCalendarTheme,
2372
- qe as getDaysForWeekForDate,
2610
+ tn as defaultTextPropsProvider,
2611
+ Ve as defaultWrapperStyleProvider,
2612
+ gr as extranetCalendarTheme,
2613
+ Qe as getDaysForWeekForDate,
2373
2614
  de as getMonthInYear,
2374
2615
  Kt as getMonthsInYear,
2375
2616
  _t as getWeekForDate,
2376
- Ke as getWeeksForMonth,
2617
+ Ge as getWeeksForMonth,
2377
2618
  ae as isDateRangeInvalid,
2378
- fr as setDayStateValue,
2379
- ur as setDayStateValueFunction,
2380
- Rn as stringsToDateRange,
2381
- gr as toggleDateStringsIfEndIsEarlierThanStart,
2619
+ ur as setDayStateValue,
2620
+ Dr as setDayStateValueFunction,
2621
+ An as stringsToDateRange,
2622
+ yr as toggleDateStringsIfEndIsEarlierThanStart,
2382
2623
  fe as toggleDatesIfEndIsEarlierThanStart,
2383
- wr as useDateRangeCalendarState,
2384
- Hn as useDateRangeExclusionSelection,
2385
- An as useDateRangeSelection,
2386
- xn as useMultiDateSelection,
2387
- Tn as useSingleDateSelection,
2388
- Cn as useSingleWeekSelection
2624
+ mr as useDateRangeCalendarState,
2625
+ Yn as useDateRangeExclusionSelection,
2626
+ Tn as useDateRangeSelection,
2627
+ Cn as useMultiDateSelection,
2628
+ xn as useSingleDateSelection,
2629
+ Nn as useSingleWeekSelection
2389
2630
  };
2390
2631
  //# sourceMappingURL=index.es.js.map