@jaeungkim/gantt-chart 0.1.2 → 0.1.4

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,5 +1,5 @@
1
1
  import * as Ue from "react";
2
- import Ne, { useState as he, useMemo as Pe, useEffect as xe, useRef as X } from "react";
2
+ import Ce, { useState as de, useMemo as _e, useEffect as xe, useRef as X } from "react";
3
3
  function te(n) {
4
4
  return n && n.__esModule && Object.prototype.hasOwnProperty.call(n, "default") ? n.default : n;
5
5
  }
@@ -13,27 +13,27 @@ var Se = { exports: {} }, ge = {};
13
13
  * This source code is licensed under the MIT license found in the
14
14
  * LICENSE file in the root directory of this source tree.
15
15
  */
16
- var ze;
16
+ var He;
17
17
  function lt() {
18
- if (ze) return ge;
19
- ze = 1;
18
+ if (He) return ge;
19
+ He = 1;
20
20
  var n = Symbol.for("react.transitional.element"), s = Symbol.for("react.fragment");
21
- function r(u, i, e) {
22
- var l = null;
23
- if (e !== void 0 && (l = "" + e), i.key !== void 0 && (l = "" + i.key), "key" in i) {
21
+ function a(i, o, e) {
22
+ var f = null;
23
+ if (e !== void 0 && (f = "" + e), o.key !== void 0 && (f = "" + o.key), "key" in o) {
24
24
  e = {};
25
- for (var o in i)
26
- o !== "key" && (e[o] = i[o]);
27
- } else e = i;
28
- return i = e.ref, {
25
+ for (var u in o)
26
+ u !== "key" && (e[u] = o[u]);
27
+ } else e = o;
28
+ return o = e.ref, {
29
29
  $$typeof: n,
30
- type: u,
31
- key: l,
32
- ref: i !== void 0 ? i : null,
30
+ type: i,
31
+ key: f,
32
+ ref: o !== void 0 ? o : null,
33
33
  props: e
34
34
  };
35
35
  }
36
- return ge.Fragment = s, ge.jsx = r, ge.jsxs = r, ge;
36
+ return ge.Fragment = s, ge.jsx = a, ge.jsxs = a, ge;
37
37
  }
38
38
  var ve = {};
39
39
  /**
@@ -45,26 +45,26 @@ var ve = {};
45
45
  * This source code is licensed under the MIT license found in the
46
46
  * LICENSE file in the root directory of this source tree.
47
47
  */
48
- var He;
48
+ var ze;
49
49
  function ft() {
50
- return He || (He = 1, process.env.NODE_ENV !== "production" && function() {
50
+ return ze || (ze = 1, process.env.NODE_ENV !== "production" && function() {
51
51
  function n(t) {
52
52
  if (t == null) return null;
53
53
  if (typeof t == "function")
54
54
  return t.$$typeof === x ? null : t.displayName || t.name || null;
55
55
  if (typeof t == "string") return t;
56
56
  switch (t) {
57
- case j:
57
+ case T:
58
58
  return "Fragment";
59
59
  case E:
60
60
  return "Portal";
61
61
  case Y:
62
62
  return "Profiler";
63
- case A:
63
+ case P:
64
64
  return "StrictMode";
65
65
  case B:
66
66
  return "Suspense";
67
- case fe:
67
+ case me:
68
68
  return "SuspenseList";
69
69
  }
70
70
  if (typeof t == "object")
@@ -73,12 +73,12 @@ function ft() {
73
73
  ), t.$$typeof) {
74
74
  case d:
75
75
  return (t.displayName || "Context") + ".Provider";
76
- case g:
76
+ case $:
77
77
  return (t._context.displayName || "Context") + ".Consumer";
78
- case O:
78
+ case I:
79
79
  var b = t.render;
80
80
  return t = t.displayName, t || (t = b.displayName || b.name || "", t = t !== "" ? "ForwardRef(" + t + ")" : "ForwardRef"), t;
81
- case R:
81
+ case L:
82
82
  return b = t.displayName || null, b !== null ? b : n(t.type) || "Memo";
83
83
  case S:
84
84
  b = t._payload, t = t._init;
@@ -92,7 +92,7 @@ function ft() {
92
92
  function s(t) {
93
93
  return "" + t;
94
94
  }
95
- function r(t) {
95
+ function a(t) {
96
96
  try {
97
97
  s(t);
98
98
  var b = !1;
@@ -101,23 +101,23 @@ function ft() {
101
101
  }
102
102
  if (b) {
103
103
  b = console;
104
- var w = b.error, q = typeof Symbol == "function" && Symbol.toStringTag && t[Symbol.toStringTag] || t.constructor.name || "Object";
104
+ var w = b.error, A = typeof Symbol == "function" && Symbol.toStringTag && t[Symbol.toStringTag] || t.constructor.name || "Object";
105
105
  return w.call(
106
106
  b,
107
107
  "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
108
- q
108
+ A
109
109
  ), s(t);
110
110
  }
111
111
  }
112
- function u() {
113
- }
114
112
  function i() {
115
- if (H === 0) {
113
+ }
114
+ function o() {
115
+ if (z === 0) {
116
116
  J = console.log, ae = console.info, ne = console.warn, ue = console.error, re = console.group, G = console.groupCollapsed, ee = console.groupEnd;
117
117
  var t = {
118
118
  configurable: !0,
119
119
  enumerable: !0,
120
- value: u,
120
+ value: i,
121
121
  writable: !0
122
122
  };
123
123
  Object.defineProperties(console, {
@@ -130,44 +130,44 @@ function ft() {
130
130
  groupEnd: t
131
131
  });
132
132
  }
133
- H++;
133
+ z++;
134
134
  }
135
135
  function e() {
136
- if (H--, H === 0) {
136
+ if (z--, z === 0) {
137
137
  var t = { configurable: !0, enumerable: !0, writable: !0 };
138
138
  Object.defineProperties(console, {
139
- log: F({}, t, { value: J }),
140
- info: F({}, t, { value: ae }),
141
- warn: F({}, t, { value: ne }),
142
- error: F({}, t, { value: ue }),
143
- group: F({}, t, { value: re }),
144
- groupCollapsed: F({}, t, { value: G }),
145
- groupEnd: F({}, t, { value: ee })
139
+ log: C({}, t, { value: J }),
140
+ info: C({}, t, { value: ae }),
141
+ warn: C({}, t, { value: ne }),
142
+ error: C({}, t, { value: ue }),
143
+ group: C({}, t, { value: re }),
144
+ groupCollapsed: C({}, t, { value: G }),
145
+ groupEnd: C({}, t, { value: ee })
146
146
  });
147
147
  }
148
- 0 > H && console.error(
148
+ 0 > z && console.error(
149
149
  "disabledDepth fell below zero. This is a bug in React. Please file an issue."
150
150
  );
151
151
  }
152
- function l(t) {
152
+ function f(t) {
153
153
  if (se === void 0)
154
154
  try {
155
155
  throw Error();
156
156
  } catch (w) {
157
157
  var b = w.stack.trim().match(/\n( *(at )?)/);
158
- se = b && b[1] || "", de = -1 < w.stack.indexOf(`
158
+ se = b && b[1] || "", le = -1 < w.stack.indexOf(`
159
159
  at`) ? " (<anonymous>)" : -1 < w.stack.indexOf("@") ? "@unknown:0:0" : "";
160
160
  }
161
161
  return `
162
- ` + se + t + de;
162
+ ` + se + t + le;
163
163
  }
164
- function o(t, b) {
165
- if (!t || Ze) return "";
166
- var w = _e.get(t);
164
+ function u(t, b) {
165
+ if (!t || je) return "";
166
+ var w = Ze.get(t);
167
167
  if (w !== void 0) return w;
168
- Ze = !0, w = Error.prepareStackTrace, Error.prepareStackTrace = void 0;
169
- var q = null;
170
- q = I.H, I.H = null, i();
168
+ je = !0, w = Error.prepareStackTrace, Error.prepareStackTrace = void 0;
169
+ var A = null;
170
+ A = F.H, F.H = null, o();
171
171
  try {
172
172
  var V = {
173
173
  DetermineComponentFrameRoot: function() {
@@ -221,88 +221,88 @@ function ft() {
221
221
  "name",
222
222
  { value: "DetermineComponentFrameRoot" }
223
223
  );
224
- var P = V.DetermineComponentFrameRoot(), oe = P[0], me = P[1];
225
- if (oe && me) {
224
+ var _ = V.DetermineComponentFrameRoot(), oe = _[0], he = _[1];
225
+ if (oe && he) {
226
226
  var Q = oe.split(`
227
- `), le = me.split(`
227
+ `), fe = he.split(`
228
228
  `);
229
- for (P = U = 0; U < Q.length && !Q[U].includes(
229
+ for (_ = U = 0; U < Q.length && !Q[U].includes(
230
230
  "DetermineComponentFrameRoot"
231
231
  ); )
232
232
  U++;
233
- for (; P < le.length && !le[P].includes(
233
+ for (; _ < fe.length && !fe[_].includes(
234
234
  "DetermineComponentFrameRoot"
235
235
  ); )
236
- P++;
237
- if (U === Q.length || P === le.length)
238
- for (U = Q.length - 1, P = le.length - 1; 1 <= U && 0 <= P && Q[U] !== le[P]; )
239
- P--;
240
- for (; 1 <= U && 0 <= P; U--, P--)
241
- if (Q[U] !== le[P]) {
242
- if (U !== 1 || P !== 1)
236
+ _++;
237
+ if (U === Q.length || _ === fe.length)
238
+ for (U = Q.length - 1, _ = fe.length - 1; 1 <= U && 0 <= _ && Q[U] !== fe[_]; )
239
+ _--;
240
+ for (; 1 <= U && 0 <= _; U--, _--)
241
+ if (Q[U] !== fe[_]) {
242
+ if (U !== 1 || _ !== 1)
243
243
  do
244
- if (U--, P--, 0 > P || Q[U] !== le[P]) {
244
+ if (U--, _--, 0 > _ || Q[U] !== fe[_]) {
245
245
  var $e = `
246
246
  ` + Q[U].replace(
247
247
  " at new ",
248
248
  " at "
249
249
  );
250
- return t.displayName && $e.includes("<anonymous>") && ($e = $e.replace("<anonymous>", t.displayName)), typeof t == "function" && _e.set(t, $e), $e;
250
+ return t.displayName && $e.includes("<anonymous>") && ($e = $e.replace("<anonymous>", t.displayName)), typeof t == "function" && Ze.set(t, $e), $e;
251
251
  }
252
- while (1 <= U && 0 <= P);
252
+ while (1 <= U && 0 <= _);
253
253
  break;
254
254
  }
255
255
  }
256
256
  } finally {
257
- Ze = !1, I.H = q, e(), Error.prepareStackTrace = w;
257
+ je = !1, F.H = A, e(), Error.prepareStackTrace = w;
258
258
  }
259
- return Q = (Q = t ? t.displayName || t.name : "") ? l(Q) : "", typeof t == "function" && _e.set(t, Q), Q;
259
+ return Q = (Q = t ? t.displayName || t.name : "") ? f(Q) : "", typeof t == "function" && Ze.set(t, Q), Q;
260
260
  }
261
- function p(t) {
261
+ function m(t) {
262
262
  if (t == null) return "";
263
263
  if (typeof t == "function") {
264
264
  var b = t.prototype;
265
- return o(
265
+ return u(
266
266
  t,
267
267
  !(!b || !b.isReactComponent)
268
268
  );
269
269
  }
270
- if (typeof t == "string") return l(t);
270
+ if (typeof t == "string") return f(t);
271
271
  switch (t) {
272
272
  case B:
273
- return l("Suspense");
274
- case fe:
275
- return l("SuspenseList");
273
+ return f("Suspense");
274
+ case me:
275
+ return f("SuspenseList");
276
276
  }
277
277
  if (typeof t == "object")
278
278
  switch (t.$$typeof) {
279
- case O:
280
- return t = o(t.render, !1), t;
281
- case R:
282
- return p(t.type);
279
+ case I:
280
+ return t = u(t.render, !1), t;
281
+ case L:
282
+ return m(t.type);
283
283
  case S:
284
284
  b = t._payload, t = t._init;
285
285
  try {
286
- return p(t(b));
286
+ return m(t(b));
287
287
  } catch {
288
288
  }
289
289
  }
290
290
  return "";
291
291
  }
292
- function h() {
293
- var t = I.A;
292
+ function p() {
293
+ var t = F.A;
294
294
  return t === null ? null : t.getOwner();
295
295
  }
296
- function m(t) {
296
+ function h(t) {
297
297
  if (Z.call(t, "key")) {
298
298
  var b = Object.getOwnPropertyDescriptor(t, "key").get;
299
299
  if (b && b.isReactWarning) return !1;
300
300
  }
301
301
  return t.key !== void 0;
302
302
  }
303
- function a(t, b) {
303
+ function r(t, b) {
304
304
  function w() {
305
- Ae || (Ae = !0, console.error(
305
+ Ne || (Ne = !0, console.error(
306
306
  "%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
307
307
  b
308
308
  ));
@@ -314,13 +314,13 @@ function ft() {
314
314
  }
315
315
  function c() {
316
316
  var t = n(this.type);
317
- return qe[t] || (qe[t] = !0, console.error(
317
+ return Ae[t] || (Ae[t] = !0, console.error(
318
318
  "Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
319
319
  )), t = this.props.ref, t !== void 0 ? t : null;
320
320
  }
321
- function y(t, b, w, q, V, U) {
321
+ function v(t, b, w, A, V, U) {
322
322
  return w = U.ref, t = {
323
- $$typeof: L,
323
+ $$typeof: R,
324
324
  type: t,
325
325
  key: b,
326
326
  props: U,
@@ -340,102 +340,102 @@ function ft() {
340
340
  value: null
341
341
  }), Object.freeze && (Object.freeze(t.props), Object.freeze(t)), t;
342
342
  }
343
- function v(t, b, w, q, V, U) {
344
- if (typeof t == "string" || typeof t == "function" || t === j || t === Y || t === A || t === B || t === fe || t === D || typeof t == "object" && t !== null && (t.$$typeof === S || t.$$typeof === R || t.$$typeof === d || t.$$typeof === g || t.$$typeof === O || t.$$typeof === W || t.getModuleId !== void 0)) {
345
- var P = b.children;
346
- if (P !== void 0)
347
- if (q)
348
- if (z(P)) {
349
- for (q = 0; q < P.length; q++)
350
- f(P[q], t);
351
- Object.freeze && Object.freeze(P);
343
+ function g(t, b, w, A, V, U) {
344
+ if (typeof t == "string" || typeof t == "function" || t === T || t === Y || t === P || t === B || t === me || t === D || typeof t == "object" && t !== null && (t.$$typeof === S || t.$$typeof === L || t.$$typeof === d || t.$$typeof === $ || t.$$typeof === I || t.$$typeof === W || t.getModuleId !== void 0)) {
345
+ var _ = b.children;
346
+ if (_ !== void 0)
347
+ if (A)
348
+ if (H(_)) {
349
+ for (A = 0; A < _.length; A++)
350
+ l(_[A], t);
351
+ Object.freeze && Object.freeze(_);
352
352
  } else
353
353
  console.error(
354
354
  "React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
355
355
  );
356
- else f(P, t);
356
+ else l(_, t);
357
357
  } else
358
- P = "", (t === void 0 || typeof t == "object" && t !== null && Object.keys(t).length === 0) && (P += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."), t === null ? q = "null" : z(t) ? q = "array" : t !== void 0 && t.$$typeof === L ? (q = "<" + (n(t.type) || "Unknown") + " />", P = " Did you accidentally export a JSX literal instead of a component?") : q = typeof t, console.error(
358
+ _ = "", (t === void 0 || typeof t == "object" && t !== null && Object.keys(t).length === 0) && (_ += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."), t === null ? A = "null" : H(t) ? A = "array" : t !== void 0 && t.$$typeof === R ? (A = "<" + (n(t.type) || "Unknown") + " />", _ = " Did you accidentally export a JSX literal instead of a component?") : A = typeof t, console.error(
359
359
  "React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",
360
- q,
361
- P
360
+ A,
361
+ _
362
362
  );
363
363
  if (Z.call(b, "key")) {
364
- P = n(t);
364
+ _ = n(t);
365
365
  var oe = Object.keys(b).filter(function(Q) {
366
366
  return Q !== "key";
367
367
  });
368
- q = 0 < oe.length ? "{key: someKey, " + oe.join(": ..., ") + ": ...}" : "{key: someKey}", Ce[P + q] || (oe = 0 < oe.length ? "{" + oe.join(": ..., ") + ": ...}" : "{}", console.error(
368
+ A = 0 < oe.length ? "{key: someKey, " + oe.join(": ..., ") + ": ...}" : "{key: someKey}", qe[_ + A] || (oe = 0 < oe.length ? "{" + oe.join(": ..., ") + ": ...}" : "{}", console.error(
369
369
  `A props object containing a "key" prop is being spread into JSX:
370
370
  let props = %s;
371
371
  <%s {...props} />
372
372
  React keys must be passed directly to JSX without using spread:
373
373
  let props = %s;
374
374
  <%s key={someKey} {...props} />`,
375
- q,
376
- P,
375
+ A,
376
+ _,
377
377
  oe,
378
- P
379
- ), Ce[P + q] = !0);
378
+ _
379
+ ), qe[_ + A] = !0);
380
380
  }
381
- if (P = null, w !== void 0 && (r(w), P = "" + w), m(b) && (r(b.key), P = "" + b.key), "key" in b) {
381
+ if (_ = null, w !== void 0 && (a(w), _ = "" + w), h(b) && (a(b.key), _ = "" + b.key), "key" in b) {
382
382
  w = {};
383
- for (var me in b)
384
- me !== "key" && (w[me] = b[me]);
383
+ for (var he in b)
384
+ he !== "key" && (w[he] = b[he]);
385
385
  } else w = b;
386
- return P && a(
386
+ return _ && r(
387
387
  w,
388
388
  typeof t == "function" ? t.displayName || t.name || "Unknown" : t
389
- ), y(t, P, U, V, h(), w);
389
+ ), v(t, _, U, V, p(), w);
390
390
  }
391
- function f(t, b) {
391
+ function l(t, b) {
392
392
  if (typeof t == "object" && t && t.$$typeof !== dt) {
393
- if (z(t))
393
+ if (H(t))
394
394
  for (var w = 0; w < t.length; w++) {
395
- var q = t[w];
396
- $(q) && T(q, b);
395
+ var A = t[w];
396
+ y(A) && M(A, b);
397
397
  }
398
- else if ($(t))
398
+ else if (y(t))
399
399
  t._store && (t._store.validated = 1);
400
400
  else if (t === null || typeof t != "object" ? w = null : (w = k && t[k] || t["@@iterator"], w = typeof w == "function" ? w : null), typeof w == "function" && w !== t.entries && (w = w.call(t), w !== t))
401
401
  for (; !(t = w.next()).done; )
402
- $(t.value) && T(t.value, b);
402
+ y(t.value) && M(t.value, b);
403
403
  }
404
404
  }
405
- function $(t) {
406
- return typeof t == "object" && t !== null && t.$$typeof === L;
405
+ function y(t) {
406
+ return typeof t == "object" && t !== null && t.$$typeof === R;
407
407
  }
408
- function T(t, b) {
409
- if (t._store && !t._store.validated && t.key == null && (t._store.validated = 1, b = _(b), !We[b])) {
408
+ function M(t, b) {
409
+ if (t._store && !t._store.validated && t.key == null && (t._store.validated = 1, b = j(b), !We[b])) {
410
410
  We[b] = !0;
411
411
  var w = "";
412
- t && t._owner != null && t._owner !== h() && (w = null, typeof t._owner.tag == "number" ? w = n(t._owner.type) : typeof t._owner.name == "string" && (w = t._owner.name), w = " It was passed a child from " + w + ".");
413
- var q = I.getCurrentStack;
414
- I.getCurrentStack = function() {
415
- var V = p(t.type);
416
- return q && (V += q() || ""), V;
412
+ t && t._owner != null && t._owner !== p() && (w = null, typeof t._owner.tag == "number" ? w = n(t._owner.type) : typeof t._owner.name == "string" && (w = t._owner.name), w = " It was passed a child from " + w + ".");
413
+ var A = F.getCurrentStack;
414
+ F.getCurrentStack = function() {
415
+ var V = m(t.type);
416
+ return A && (V += A() || ""), V;
417
417
  }, console.error(
418
418
  'Each child in a list should have a unique "key" prop.%s%s See https://react.dev/link/warning-keys for more information.',
419
419
  b,
420
420
  w
421
- ), I.getCurrentStack = q;
421
+ ), F.getCurrentStack = A;
422
422
  }
423
423
  }
424
- function _(t) {
425
- var b = "", w = h();
424
+ function j(t) {
425
+ var b = "", w = p();
426
426
  return w && (w = n(w.type)) && (b = `
427
427
 
428
428
  Check the render method of \`` + w + "`."), b || (t = n(t)) && (b = `
429
429
 
430
430
  Check the top-level render call using <` + t + ">."), b;
431
431
  }
432
- var M = Ne, L = Symbol.for("react.transitional.element"), E = Symbol.for("react.portal"), j = Symbol.for("react.fragment"), A = Symbol.for("react.strict_mode"), Y = Symbol.for("react.profiler"), g = Symbol.for("react.consumer"), d = Symbol.for("react.context"), O = Symbol.for("react.forward_ref"), B = Symbol.for("react.suspense"), fe = Symbol.for("react.suspense_list"), R = Symbol.for("react.memo"), S = Symbol.for("react.lazy"), D = Symbol.for("react.offscreen"), k = Symbol.iterator, x = Symbol.for("react.client.reference"), I = M.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, Z = Object.prototype.hasOwnProperty, F = Object.assign, W = Symbol.for("react.client.reference"), z = Array.isArray, H = 0, J, ae, ne, ue, re, G, ee;
433
- u.__reactDisabledLog = !0;
434
- var se, de, Ze = !1, _e = new (typeof WeakMap == "function" ? WeakMap : Map)(), dt = Symbol.for("react.client.reference"), Ae, qe = {}, Ce = {}, We = {};
435
- ve.Fragment = j, ve.jsx = function(t, b, w, q, V) {
436
- return v(t, b, w, !1, q, V);
437
- }, ve.jsxs = function(t, b, w, q, V) {
438
- return v(t, b, w, !0, q, V);
432
+ var O = Ce, R = Symbol.for("react.transitional.element"), E = Symbol.for("react.portal"), T = Symbol.for("react.fragment"), P = Symbol.for("react.strict_mode"), Y = Symbol.for("react.profiler"), $ = Symbol.for("react.consumer"), d = Symbol.for("react.context"), I = Symbol.for("react.forward_ref"), B = Symbol.for("react.suspense"), me = Symbol.for("react.suspense_list"), L = Symbol.for("react.memo"), S = Symbol.for("react.lazy"), D = Symbol.for("react.offscreen"), k = Symbol.iterator, x = Symbol.for("react.client.reference"), F = O.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, Z = Object.prototype.hasOwnProperty, C = Object.assign, W = Symbol.for("react.client.reference"), H = Array.isArray, z = 0, J, ae, ne, ue, re, G, ee;
433
+ i.__reactDisabledLog = !0;
434
+ var se, le, je = !1, Ze = new (typeof WeakMap == "function" ? WeakMap : Map)(), dt = Symbol.for("react.client.reference"), Ne, Ae = {}, qe = {}, We = {};
435
+ ve.Fragment = T, ve.jsx = function(t, b, w, A, V) {
436
+ return g(t, b, w, !1, A, V);
437
+ }, ve.jsxs = function(t, b, w, A, V) {
438
+ return g(t, b, w, !0, A, V);
439
439
  };
440
440
  }()), ve;
441
441
  }
@@ -497,69 +497,69 @@ const ut = 2.375 * 16, Be = 3, K = {
497
497
  var be = { exports: {} }, ht = be.exports, Ge;
498
498
  function pt() {
499
499
  return Ge || (Ge = 1, function(n, s) {
500
- (function(r, u) {
501
- n.exports = u();
500
+ (function(a, i) {
501
+ n.exports = i();
502
502
  })(ht, function() {
503
- var r = 1e3, u = 6e4, i = 36e5, e = "millisecond", l = "second", o = "minute", p = "hour", h = "day", m = "week", a = "month", c = "quarter", y = "year", v = "date", f = "Invalid Date", $ = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, T = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, _ = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(R) {
504
- var S = ["th", "st", "nd", "rd"], D = R % 100;
505
- return "[" + R + (S[(D - 20) % 10] || S[D] || S[0]) + "]";
506
- } }, M = function(R, S, D) {
507
- var k = String(R);
508
- return !k || k.length >= S ? R : "" + Array(S + 1 - k.length).join(D) + R;
509
- }, L = { s: M, z: function(R) {
510
- var S = -R.utcOffset(), D = Math.abs(S), k = Math.floor(D / 60), x = D % 60;
511
- return (S <= 0 ? "+" : "-") + M(k, 2, "0") + ":" + M(x, 2, "0");
512
- }, m: function R(S, D) {
513
- if (S.date() < D.date()) return -R(D, S);
514
- var k = 12 * (D.year() - S.year()) + (D.month() - S.month()), x = S.clone().add(k, a), I = D - x < 0, Z = S.clone().add(k + (I ? -1 : 1), a);
515
- return +(-(k + (D - x) / (I ? x - Z : Z - x)) || 0);
516
- }, a: function(R) {
517
- return R < 0 ? Math.ceil(R) || 0 : Math.floor(R);
518
- }, p: function(R) {
519
- return { M: a, y, w: m, d: h, D: v, h: p, m: o, s: l, ms: e, Q: c }[R] || String(R || "").toLowerCase().replace(/s$/, "");
520
- }, u: function(R) {
521
- return R === void 0;
522
- } }, E = "en", j = {};
523
- j[E] = _;
524
- var A = "$isDayjsObject", Y = function(R) {
525
- return R instanceof B || !(!R || !R[A]);
526
- }, g = function R(S, D, k) {
503
+ var a = 1e3, i = 6e4, o = 36e5, e = "millisecond", f = "second", u = "minute", m = "hour", p = "day", h = "week", r = "month", c = "quarter", v = "year", g = "date", l = "Invalid Date", y = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, M = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, j = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(L) {
504
+ var S = ["th", "st", "nd", "rd"], D = L % 100;
505
+ return "[" + L + (S[(D - 20) % 10] || S[D] || S[0]) + "]";
506
+ } }, O = function(L, S, D) {
507
+ var k = String(L);
508
+ return !k || k.length >= S ? L : "" + Array(S + 1 - k.length).join(D) + L;
509
+ }, R = { s: O, z: function(L) {
510
+ var S = -L.utcOffset(), D = Math.abs(S), k = Math.floor(D / 60), x = D % 60;
511
+ return (S <= 0 ? "+" : "-") + O(k, 2, "0") + ":" + O(x, 2, "0");
512
+ }, m: function L(S, D) {
513
+ if (S.date() < D.date()) return -L(D, S);
514
+ var k = 12 * (D.year() - S.year()) + (D.month() - S.month()), x = S.clone().add(k, r), F = D - x < 0, Z = S.clone().add(k + (F ? -1 : 1), r);
515
+ return +(-(k + (D - x) / (F ? x - Z : Z - x)) || 0);
516
+ }, a: function(L) {
517
+ return L < 0 ? Math.ceil(L) || 0 : Math.floor(L);
518
+ }, p: function(L) {
519
+ return { M: r, y: v, w: h, d: p, D: g, h: m, m: u, s: f, ms: e, Q: c }[L] || String(L || "").toLowerCase().replace(/s$/, "");
520
+ }, u: function(L) {
521
+ return L === void 0;
522
+ } }, E = "en", T = {};
523
+ T[E] = j;
524
+ var P = "$isDayjsObject", Y = function(L) {
525
+ return L instanceof B || !(!L || !L[P]);
526
+ }, $ = function L(S, D, k) {
527
527
  var x;
528
528
  if (!S) return E;
529
529
  if (typeof S == "string") {
530
- var I = S.toLowerCase();
531
- j[I] && (x = I), D && (j[I] = D, x = I);
530
+ var F = S.toLowerCase();
531
+ T[F] && (x = F), D && (T[F] = D, x = F);
532
532
  var Z = S.split("-");
533
- if (!x && Z.length > 1) return R(Z[0]);
533
+ if (!x && Z.length > 1) return L(Z[0]);
534
534
  } else {
535
- var F = S.name;
536
- j[F] = S, x = F;
535
+ var C = S.name;
536
+ T[C] = S, x = C;
537
537
  }
538
538
  return !k && x && (E = x), x || !k && E;
539
- }, d = function(R, S) {
540
- if (Y(R)) return R.clone();
539
+ }, d = function(L, S) {
540
+ if (Y(L)) return L.clone();
541
541
  var D = typeof S == "object" ? S : {};
542
- return D.date = R, D.args = arguments, new B(D);
543
- }, O = L;
544
- O.l = g, O.i = Y, O.w = function(R, S) {
545
- return d(R, { locale: S.$L, utc: S.$u, x: S.$x, $offset: S.$offset });
542
+ return D.date = L, D.args = arguments, new B(D);
543
+ }, I = R;
544
+ I.l = $, I.i = Y, I.w = function(L, S) {
545
+ return d(L, { locale: S.$L, utc: S.$u, x: S.$x, $offset: S.$offset });
546
546
  };
547
547
  var B = function() {
548
- function R(D) {
549
- this.$L = g(D.locale, null, !0), this.parse(D), this.$x = this.$x || D.x || {}, this[A] = !0;
548
+ function L(D) {
549
+ this.$L = $(D.locale, null, !0), this.parse(D), this.$x = this.$x || D.x || {}, this[P] = !0;
550
550
  }
551
- var S = R.prototype;
551
+ var S = L.prototype;
552
552
  return S.parse = function(D) {
553
553
  this.$d = function(k) {
554
- var x = k.date, I = k.utc;
554
+ var x = k.date, F = k.utc;
555
555
  if (x === null) return /* @__PURE__ */ new Date(NaN);
556
- if (O.u(x)) return /* @__PURE__ */ new Date();
556
+ if (I.u(x)) return /* @__PURE__ */ new Date();
557
557
  if (x instanceof Date) return new Date(x);
558
558
  if (typeof x == "string" && !/Z$/i.test(x)) {
559
- var Z = x.match($);
559
+ var Z = x.match(y);
560
560
  if (Z) {
561
- var F = Z[2] - 1 || 0, W = (Z[7] || "0").substring(0, 3);
562
- return I ? new Date(Date.UTC(Z[1], F, Z[3] || 1, Z[4] || 0, Z[5] || 0, Z[6] || 0, W)) : new Date(Z[1], F, Z[3] || 1, Z[4] || 0, Z[5] || 0, Z[6] || 0, W);
561
+ var C = Z[2] - 1 || 0, W = (Z[7] || "0").substring(0, 3);
562
+ return F ? new Date(Date.UTC(Z[1], C, Z[3] || 1, Z[4] || 0, Z[5] || 0, Z[6] || 0, W)) : new Date(Z[1], C, Z[3] || 1, Z[4] || 0, Z[5] || 0, Z[6] || 0, W);
563
563
  }
564
564
  }
565
565
  return new Date(x);
@@ -568,9 +568,9 @@ function pt() {
568
568
  var D = this.$d;
569
569
  this.$y = D.getFullYear(), this.$M = D.getMonth(), this.$D = D.getDate(), this.$W = D.getDay(), this.$H = D.getHours(), this.$m = D.getMinutes(), this.$s = D.getSeconds(), this.$ms = D.getMilliseconds();
570
570
  }, S.$utils = function() {
571
- return O;
571
+ return I;
572
572
  }, S.isValid = function() {
573
- return this.$d.toString() !== f;
573
+ return this.$d.toString() !== l;
574
574
  }, S.isSame = function(D, k) {
575
575
  var x = d(D);
576
576
  return this.startOf(k) <= x && x <= this.endOf(k);
@@ -579,34 +579,34 @@ function pt() {
579
579
  }, S.isBefore = function(D, k) {
580
580
  return this.endOf(k) < d(D);
581
581
  }, S.$g = function(D, k, x) {
582
- return O.u(D) ? this[k] : this.set(x, D);
582
+ return I.u(D) ? this[k] : this.set(x, D);
583
583
  }, S.unix = function() {
584
584
  return Math.floor(this.valueOf() / 1e3);
585
585
  }, S.valueOf = function() {
586
586
  return this.$d.getTime();
587
587
  }, S.startOf = function(D, k) {
588
- var x = this, I = !!O.u(k) || k, Z = O.p(D), F = function(re, G) {
589
- var ee = O.w(x.$u ? Date.UTC(x.$y, G, re) : new Date(x.$y, G, re), x);
590
- return I ? ee : ee.endOf(h);
588
+ var x = this, F = !!I.u(k) || k, Z = I.p(D), C = function(re, G) {
589
+ var ee = I.w(x.$u ? Date.UTC(x.$y, G, re) : new Date(x.$y, G, re), x);
590
+ return F ? ee : ee.endOf(p);
591
591
  }, W = function(re, G) {
592
- return O.w(x.toDate()[re].apply(x.toDate("s"), (I ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(G)), x);
593
- }, z = this.$W, H = this.$M, J = this.$D, ae = "set" + (this.$u ? "UTC" : "");
592
+ return I.w(x.toDate()[re].apply(x.toDate("s"), (F ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(G)), x);
593
+ }, H = this.$W, z = this.$M, J = this.$D, ae = "set" + (this.$u ? "UTC" : "");
594
594
  switch (Z) {
595
- case y:
596
- return I ? F(1, 0) : F(31, 11);
597
- case a:
598
- return I ? F(1, H) : F(0, H + 1);
599
- case m:
600
- var ne = this.$locale().weekStart || 0, ue = (z < ne ? z + 7 : z) - ne;
601
- return F(I ? J - ue : J + (6 - ue), H);
602
- case h:
603
595
  case v:
604
- return W(ae + "Hours", 0);
596
+ return F ? C(1, 0) : C(31, 11);
597
+ case r:
598
+ return F ? C(1, z) : C(0, z + 1);
599
+ case h:
600
+ var ne = this.$locale().weekStart || 0, ue = (H < ne ? H + 7 : H) - ne;
601
+ return C(F ? J - ue : J + (6 - ue), z);
605
602
  case p:
603
+ case g:
604
+ return W(ae + "Hours", 0);
605
+ case m:
606
606
  return W(ae + "Minutes", 1);
607
- case o:
607
+ case u:
608
608
  return W(ae + "Seconds", 2);
609
- case l:
609
+ case f:
610
610
  return W(ae + "Milliseconds", 3);
611
611
  default:
612
612
  return this.clone();
@@ -614,91 +614,91 @@ function pt() {
614
614
  }, S.endOf = function(D) {
615
615
  return this.startOf(D, !1);
616
616
  }, S.$set = function(D, k) {
617
- var x, I = O.p(D), Z = "set" + (this.$u ? "UTC" : ""), F = (x = {}, x[h] = Z + "Date", x[v] = Z + "Date", x[a] = Z + "Month", x[y] = Z + "FullYear", x[p] = Z + "Hours", x[o] = Z + "Minutes", x[l] = Z + "Seconds", x[e] = Z + "Milliseconds", x)[I], W = I === h ? this.$D + (k - this.$W) : k;
618
- if (I === a || I === y) {
619
- var z = this.clone().set(v, 1);
620
- z.$d[F](W), z.init(), this.$d = z.set(v, Math.min(this.$D, z.daysInMonth())).$d;
621
- } else F && this.$d[F](W);
617
+ var x, F = I.p(D), Z = "set" + (this.$u ? "UTC" : ""), C = (x = {}, x[p] = Z + "Date", x[g] = Z + "Date", x[r] = Z + "Month", x[v] = Z + "FullYear", x[m] = Z + "Hours", x[u] = Z + "Minutes", x[f] = Z + "Seconds", x[e] = Z + "Milliseconds", x)[F], W = F === p ? this.$D + (k - this.$W) : k;
618
+ if (F === r || F === v) {
619
+ var H = this.clone().set(g, 1);
620
+ H.$d[C](W), H.init(), this.$d = H.set(g, Math.min(this.$D, H.daysInMonth())).$d;
621
+ } else C && this.$d[C](W);
622
622
  return this.init(), this;
623
623
  }, S.set = function(D, k) {
624
624
  return this.clone().$set(D, k);
625
625
  }, S.get = function(D) {
626
- return this[O.p(D)]();
626
+ return this[I.p(D)]();
627
627
  }, S.add = function(D, k) {
628
- var x, I = this;
628
+ var x, F = this;
629
629
  D = Number(D);
630
- var Z = O.p(k), F = function(H) {
631
- var J = d(I);
632
- return O.w(J.date(J.date() + Math.round(H * D)), I);
630
+ var Z = I.p(k), C = function(z) {
631
+ var J = d(F);
632
+ return I.w(J.date(J.date() + Math.round(z * D)), F);
633
633
  };
634
- if (Z === a) return this.set(a, this.$M + D);
635
- if (Z === y) return this.set(y, this.$y + D);
636
- if (Z === h) return F(1);
637
- if (Z === m) return F(7);
638
- var W = (x = {}, x[o] = u, x[p] = i, x[l] = r, x)[Z] || 1, z = this.$d.getTime() + D * W;
639
- return O.w(z, this);
634
+ if (Z === r) return this.set(r, this.$M + D);
635
+ if (Z === v) return this.set(v, this.$y + D);
636
+ if (Z === p) return C(1);
637
+ if (Z === h) return C(7);
638
+ var W = (x = {}, x[u] = i, x[m] = o, x[f] = a, x)[Z] || 1, H = this.$d.getTime() + D * W;
639
+ return I.w(H, this);
640
640
  }, S.subtract = function(D, k) {
641
641
  return this.add(-1 * D, k);
642
642
  }, S.format = function(D) {
643
643
  var k = this, x = this.$locale();
644
- if (!this.isValid()) return x.invalidDate || f;
645
- var I = D || "YYYY-MM-DDTHH:mm:ssZ", Z = O.z(this), F = this.$H, W = this.$m, z = this.$M, H = x.weekdays, J = x.months, ae = x.meridiem, ne = function(G, ee, se, de) {
646
- return G && (G[ee] || G(k, I)) || se[ee].slice(0, de);
644
+ if (!this.isValid()) return x.invalidDate || l;
645
+ var F = D || "YYYY-MM-DDTHH:mm:ssZ", Z = I.z(this), C = this.$H, W = this.$m, H = this.$M, z = x.weekdays, J = x.months, ae = x.meridiem, ne = function(G, ee, se, le) {
646
+ return G && (G[ee] || G(k, F)) || se[ee].slice(0, le);
647
647
  }, ue = function(G) {
648
- return O.s(F % 12 || 12, G, "0");
648
+ return I.s(C % 12 || 12, G, "0");
649
649
  }, re = ae || function(G, ee, se) {
650
- var de = G < 12 ? "AM" : "PM";
651
- return se ? de.toLowerCase() : de;
650
+ var le = G < 12 ? "AM" : "PM";
651
+ return se ? le.toLowerCase() : le;
652
652
  };
653
- return I.replace(T, function(G, ee) {
653
+ return F.replace(M, function(G, ee) {
654
654
  return ee || function(se) {
655
655
  switch (se) {
656
656
  case "YY":
657
657
  return String(k.$y).slice(-2);
658
658
  case "YYYY":
659
- return O.s(k.$y, 4, "0");
659
+ return I.s(k.$y, 4, "0");
660
660
  case "M":
661
- return z + 1;
661
+ return H + 1;
662
662
  case "MM":
663
- return O.s(z + 1, 2, "0");
663
+ return I.s(H + 1, 2, "0");
664
664
  case "MMM":
665
- return ne(x.monthsShort, z, J, 3);
665
+ return ne(x.monthsShort, H, J, 3);
666
666
  case "MMMM":
667
- return ne(J, z);
667
+ return ne(J, H);
668
668
  case "D":
669
669
  return k.$D;
670
670
  case "DD":
671
- return O.s(k.$D, 2, "0");
671
+ return I.s(k.$D, 2, "0");
672
672
  case "d":
673
673
  return String(k.$W);
674
674
  case "dd":
675
- return ne(x.weekdaysMin, k.$W, H, 2);
675
+ return ne(x.weekdaysMin, k.$W, z, 2);
676
676
  case "ddd":
677
- return ne(x.weekdaysShort, k.$W, H, 3);
677
+ return ne(x.weekdaysShort, k.$W, z, 3);
678
678
  case "dddd":
679
- return H[k.$W];
679
+ return z[k.$W];
680
680
  case "H":
681
- return String(F);
681
+ return String(C);
682
682
  case "HH":
683
- return O.s(F, 2, "0");
683
+ return I.s(C, 2, "0");
684
684
  case "h":
685
685
  return ue(1);
686
686
  case "hh":
687
687
  return ue(2);
688
688
  case "a":
689
- return re(F, W, !0);
689
+ return re(C, W, !0);
690
690
  case "A":
691
- return re(F, W, !1);
691
+ return re(C, W, !1);
692
692
  case "m":
693
693
  return String(W);
694
694
  case "mm":
695
- return O.s(W, 2, "0");
695
+ return I.s(W, 2, "0");
696
696
  case "s":
697
697
  return String(k.$s);
698
698
  case "ss":
699
- return O.s(k.$s, 2, "0");
699
+ return I.s(k.$s, 2, "0");
700
700
  case "SSS":
701
- return O.s(k.$ms, 3, "0");
701
+ return I.s(k.$ms, 3, "0");
702
702
  case "Z":
703
703
  return Z;
704
704
  }
@@ -708,48 +708,48 @@ function pt() {
708
708
  }, S.utcOffset = function() {
709
709
  return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
710
710
  }, S.diff = function(D, k, x) {
711
- var I, Z = this, F = O.p(k), W = d(D), z = (W.utcOffset() - this.utcOffset()) * u, H = this - W, J = function() {
712
- return O.m(Z, W);
711
+ var F, Z = this, C = I.p(k), W = d(D), H = (W.utcOffset() - this.utcOffset()) * i, z = this - W, J = function() {
712
+ return I.m(Z, W);
713
713
  };
714
- switch (F) {
715
- case y:
716
- I = J() / 12;
714
+ switch (C) {
715
+ case v:
716
+ F = J() / 12;
717
717
  break;
718
- case a:
719
- I = J();
718
+ case r:
719
+ F = J();
720
720
  break;
721
721
  case c:
722
- I = J() / 3;
723
- break;
724
- case m:
725
- I = (H - z) / 6048e5;
722
+ F = J() / 3;
726
723
  break;
727
724
  case h:
728
- I = (H - z) / 864e5;
725
+ F = (z - H) / 6048e5;
729
726
  break;
730
727
  case p:
731
- I = H / i;
728
+ F = (z - H) / 864e5;
732
729
  break;
733
- case o:
734
- I = H / u;
730
+ case m:
731
+ F = z / o;
732
+ break;
733
+ case u:
734
+ F = z / i;
735
735
  break;
736
- case l:
737
- I = H / r;
736
+ case f:
737
+ F = z / a;
738
738
  break;
739
739
  default:
740
- I = H;
740
+ F = z;
741
741
  }
742
- return x ? I : O.a(I);
742
+ return x ? F : I.a(F);
743
743
  }, S.daysInMonth = function() {
744
- return this.endOf(a).$D;
744
+ return this.endOf(r).$D;
745
745
  }, S.$locale = function() {
746
- return j[this.$L];
746
+ return T[this.$L];
747
747
  }, S.locale = function(D, k) {
748
748
  if (!D) return this.$L;
749
- var x = this.clone(), I = g(D, k, !0);
750
- return I && (x.$L = I), x;
749
+ var x = this.clone(), F = $(D, k, !0);
750
+ return F && (x.$L = F), x;
751
751
  }, S.clone = function() {
752
- return O.w(this.$d, this);
752
+ return I.w(this.$d, this);
753
753
  }, S.toDate = function() {
754
754
  return new Date(this.valueOf());
755
755
  }, S.toJSON = function() {
@@ -758,163 +758,186 @@ function pt() {
758
758
  return this.$d.toISOString();
759
759
  }, S.toString = function() {
760
760
  return this.$d.toUTCString();
761
- }, R;
762
- }(), fe = B.prototype;
763
- return d.prototype = fe, [["$ms", e], ["$s", l], ["$m", o], ["$H", p], ["$W", h], ["$M", a], ["$y", y], ["$D", v]].forEach(function(R) {
764
- fe[R[1]] = function(S) {
765
- return this.$g(S, R[0], R[1]);
761
+ }, L;
762
+ }(), me = B.prototype;
763
+ return d.prototype = me, [["$ms", e], ["$s", f], ["$m", u], ["$H", m], ["$W", p], ["$M", r], ["$y", v], ["$D", g]].forEach(function(L) {
764
+ me[L[1]] = function(S) {
765
+ return this.$g(S, L[0], L[1]);
766
766
  };
767
- }), d.extend = function(R, S) {
768
- return R.$i || (R(S, B, d), R.$i = !0), d;
769
- }, d.locale = g, d.isDayjs = Y, d.unix = function(R) {
770
- return d(1e3 * R);
771
- }, d.en = j[E], d.Ls = j, d.p = {}, d;
767
+ }), d.extend = function(L, S) {
768
+ return L.$i || (L(S, B, d), L.$i = !0), d;
769
+ }, d.locale = $, d.isDayjs = Y, d.unix = function(L) {
770
+ return d(1e3 * L);
771
+ }, d.en = T[E], d.Ls = T, d.p = {}, d;
772
772
  });
773
773
  }(be)), be.exports;
774
774
  }
775
775
  var $t = pt();
776
- const C = /* @__PURE__ */ te($t);
777
- function gt(n, s, r, u) {
778
- if (!r.length)
776
+ const q = /* @__PURE__ */ te($t);
777
+ function gt(n, s, a, i) {
778
+ if (!a.length)
779
779
  return { barMarginLeftAmount: 0, barWidthSize: 0 };
780
- const { tickUnit: i, unitPerTick: e } = K[u], l = r.reduce((f, $) => f + $.widthPx, 0), o = r[0].startDate, p = r[r.length - 1].startDate, h = C(p).add(e, i).diff(o), m = l / h, a = n.diff(o), c = s.diff(o), y = a * m, v = Math.max(c - a, 1) * m;
781
- return { barMarginLeftAmount: y, barWidthSize: v };
780
+ const { tickUnit: o, unitPerTick: e } = K[i], f = a.reduce((l, y) => l + y.widthPx, 0), u = a[0].startDate, m = a[a.length - 1].startDate, p = q(m).add(e, o).diff(u), h = f / p, r = n.diff(u), c = s.diff(u), v = r * h, g = Math.max(c - r, 1) * h;
781
+ return { barMarginLeftAmount: v, barWidthSize: g };
782
782
  }
783
783
  function vt(n) {
784
- let s = 1 / 0, r = -1 / 0;
785
- for (const { startDate: u, endDate: i } of Object.values(n)) {
786
- const e = C(u).valueOf(), l = C(i).valueOf();
787
- Number.isNaN(e) || (s = Math.min(s, e)), Number.isNaN(l) || (r = Math.max(r, l));
784
+ let s = 1 / 0, a = -1 / 0;
785
+ for (const { startDate: i, endDate: o } of Object.values(n)) {
786
+ const e = q(i).valueOf(), f = q(o).valueOf();
787
+ Number.isNaN(e) || (s = Math.min(s, e)), Number.isNaN(f) || (a = Math.max(a, f));
788
788
  }
789
- return { minDate: C(s), maxDate: C(r) };
789
+ return { minDate: q(s), maxDate: q(a) };
790
790
  }
791
- function Dt(n, s, r) {
792
- const { tickUnit: u, unitPerTick: i } = K[r];
791
+ function Dt(n, s, a) {
792
+ const { tickUnit: i, unitPerTick: o } = K[a];
793
793
  return {
794
794
  paddedMinDate: n.subtract(
795
- Be * i,
796
- u
795
+ Be * o,
796
+ i
797
797
  ),
798
- paddedMaxDate: s.add(Be * i, u)
798
+ paddedMaxDate: s.add(Be * o, i)
799
799
  };
800
800
  }
801
- function yt(n, s, r) {
802
- const { tickUnit: u, unitPerTick: i, basePxPerDragStep: e, dragStepUnit: l, dragStepAmount: o } = K[r], p = [];
803
- let h = n.startOf(u);
804
- for (; h.isBefore(s); ) {
805
- const m = C(h).add(i, u).diff(h, l) / o;
806
- p.push({
807
- startDate: h,
808
- widthPx: m * e
809
- }), h = h.add(i, u);
801
+ function yt(n, s, a) {
802
+ const { tickUnit: i, unitPerTick: o, basePxPerDragStep: e, dragStepUnit: f, dragStepAmount: u } = K[a], m = [];
803
+ let p = n.startOf(i);
804
+ for (; p.isBefore(s); ) {
805
+ const h = q(p).add(o, i).diff(p, f) / u;
806
+ m.push({
807
+ startDate: p,
808
+ widthPx: h * e
809
+ }), p = p.add(o, i);
810
810
  }
811
- return p;
811
+ return m;
812
812
  }
813
813
  function ct(n, s) {
814
- const { labelUnit: r, formatHeaderLabel: u } = K[s], i = [];
815
- let e = null, l = "", o = 0, p = null;
816
- return n.forEach((h, m) => {
817
- const a = h.startDate.startOf(r), c = a.valueOf(), y = (u == null ? void 0 : u(a)) ?? a.format();
818
- c === e ? o += h.widthPx : (e !== null && i.push({
819
- label: l,
820
- widthPx: o,
821
- startDate: p
822
- }), e = c, l = y, o = h.widthPx, p = a), m === n.length - 1 && i.push({
823
- label: l,
824
- widthPx: o,
825
- startDate: p
814
+ const { labelUnit: a, formatHeaderLabel: i } = K[s], o = [];
815
+ let e = null, f = "", u = 0, m = null;
816
+ return n.forEach((p, h) => {
817
+ const r = p.startDate.startOf(a), c = r.valueOf(), v = (i == null ? void 0 : i(r)) ?? r.format();
818
+ c === e ? u += p.widthPx : (e !== null && o.push({
819
+ label: f,
820
+ widthPx: u,
821
+ startDate: m
822
+ }), e = c, f = v, u = p.widthPx, m = r), h === n.length - 1 && o.push({
823
+ label: f,
824
+ widthPx: u,
825
+ startDate: m
826
826
  });
827
- }), i;
827
+ }), o;
828
828
  }
829
- function St(n, s, r, u, i, e) {
830
- const { minDate: l, maxDate: o } = vt(n);
831
- r(l), u(o);
832
- const { paddedMinDate: p, paddedMaxDate: h } = Dt(
833
- l,
834
- o,
829
+ function St(n, s, a, i, o, e) {
830
+ const { minDate: f, maxDate: u } = vt(n);
831
+ a(f), i(u);
832
+ const { paddedMinDate: m, paddedMaxDate: p } = Dt(
833
+ f,
834
+ u,
835
835
  s
836
- ), m = yt(
836
+ ), h = yt(
837
+ m,
837
838
  p,
838
- h,
839
839
  s
840
- ), a = ct(m, s);
841
- i(m), e(a);
840
+ ), r = ct(h, s);
841
+ o(h), e(r);
842
842
  }
843
843
  const xt = ({
844
844
  bottomRowCells: n,
845
845
  selectedScale: s,
846
- scrollRef: r
846
+ scrollRef: a
847
847
  }) => {
848
- var m;
849
- const u = K[s], [i, e] = he(0), l = Pe(
848
+ var h;
849
+ const i = K[s], [o, e] = de(0), f = _e(
850
850
  () => ct(n, s),
851
851
  [n, s]
852
- ), o = Pe(() => {
853
- const a = [];
854
- for (const c of l) {
855
- const y = a[a.length - 1];
856
- y && y.label === c.label ? y.widthPx += c.widthPx : a.push({ ...c });
852
+ ), u = _e(() => {
853
+ const r = [];
854
+ for (const c of f) {
855
+ const v = r[r.length - 1];
856
+ v && v.label === c.label ? v.widthPx += c.widthPx : r.push({ ...c });
857
857
  }
858
- return a;
859
- }, [l]), p = Pe(() => {
860
- let a = 0;
861
- return o.map((c) => {
862
- const y = { ...c, left: a };
863
- return a += c.widthPx, y;
858
+ return r;
859
+ }, [f]), m = _e(() => {
860
+ let r = 0;
861
+ return u.map((c) => {
862
+ const v = { ...c, left: r };
863
+ return r += c.widthPx, v;
864
864
  });
865
- }, [o]);
865
+ }, [u]);
866
866
  xe(() => {
867
- const a = r.current;
868
- if (!a) return;
867
+ const r = a.current;
868
+ if (!r) return;
869
869
  const c = () => {
870
- const y = a.scrollLeft;
871
- for (let v = p.length - 1; v >= 0; v--)
872
- if (y >= p[v].left) {
873
- e(v);
870
+ const v = r.scrollLeft;
871
+ for (let g = m.length - 1; g >= 0; g--)
872
+ if (v >= m[g].left) {
873
+ e(g);
874
874
  break;
875
875
  }
876
876
  };
877
- return a.addEventListener("scroll", c), c(), () => a.removeEventListener("scroll", c);
878
- }, [p]);
879
- const h = ((m = p[i]) == null ? void 0 : m.label) ?? "";
880
- return /* @__PURE__ */ N.jsx("div", { className: "bg-base-200 sticky top-0 z-30", children: /* @__PURE__ */ N.jsxs("div", { className: "flex min-w-max flex-col", children: [
881
- /* @__PURE__ */ N.jsxs("div", { className: "relative flex h-8", children: [
882
- /* @__PURE__ */ N.jsx("div", { className: "bg-base-200 border-base-400 sticky left-0 z-40 flex w-24 shrink-0 items-center justify-center border-b border-solid text-sm font-bold", children: h }),
883
- /* @__PURE__ */ N.jsx("div", { className: "flex", children: p.map((a, c) => /* @__PURE__ */ N.jsx(
884
- "div",
885
- {
886
- className: "border-base-400 bg-base-200 border-b border-solid py-2 pr-4 text-left text-sm font-bold",
887
- style: { width: `${a.widthPx}px` },
888
- children: /* @__PURE__ */ N.jsx("p", { className: "px-4", children: c === 0 ? "" : a.label })
889
- },
890
- c
891
- )) })
892
- ] }),
893
- /* @__PURE__ */ N.jsx("div", { className: "flex", children: n.map((a, c) => {
894
- var v;
895
- const y = ((v = u.formatTickLabel) == null ? void 0 : v.call(u, a.startDate)) || "";
896
- return /* @__PURE__ */ N.jsx(
897
- "div",
898
- {
899
- className: "relative p-1 text-center text-xs",
900
- style: { width: `${a.widthPx}px` },
901
- children: y
902
- },
903
- c
904
- );
905
- }) })
906
- ] }) });
877
+ return r.addEventListener("scroll", c), c(), () => r.removeEventListener("scroll", c);
878
+ }, [m]);
879
+ const p = ((h = m[o]) == null ? void 0 : h.label) ?? "";
880
+ return /* @__PURE__ */ N.jsx(
881
+ "div",
882
+ {
883
+ className: "sticky top-0 z-30",
884
+ style: {
885
+ backgroundColor: "#F0F1F2"
886
+ },
887
+ children: /* @__PURE__ */ N.jsxs("div", { className: "flex min-w-max flex-col", children: [
888
+ /* @__PURE__ */ N.jsxs("div", { className: "relative flex h-8", children: [
889
+ /* @__PURE__ */ N.jsx(
890
+ "div",
891
+ {
892
+ className: "sticky left-0 z-40 flex w-24 shrink-0 items-center justify-center border-b border-solid text-sm font-bold",
893
+ style: {
894
+ backgroundColor: "#F0F1F2",
895
+ borderColor: "#D6D6D8"
896
+ },
897
+ children: p
898
+ }
899
+ ),
900
+ /* @__PURE__ */ N.jsx("div", { className: "flex", children: m.map((r, c) => /* @__PURE__ */ N.jsx(
901
+ "div",
902
+ {
903
+ className: "border-b border-solid py-2 pr-4 text-left text-sm font-bold",
904
+ style: {
905
+ width: `${r.widthPx}px`,
906
+ borderColor: "#D6D6D8",
907
+ backgroundColor: "#F0F1F2"
908
+ },
909
+ children: /* @__PURE__ */ N.jsx("p", { className: "px-4", children: c === 0 ? "" : r.label })
910
+ },
911
+ c
912
+ )) })
913
+ ] }),
914
+ /* @__PURE__ */ N.jsx("div", { className: "flex", children: n.map((r, c) => {
915
+ var g;
916
+ const v = ((g = i.formatTickLabel) == null ? void 0 : g.call(i, r.startDate)) || "";
917
+ return /* @__PURE__ */ N.jsx(
918
+ "div",
919
+ {
920
+ className: "relative p-1 text-center text-xs",
921
+ style: { width: `${r.widthPx}px` },
922
+ children: v
923
+ },
924
+ c
925
+ );
926
+ }) })
927
+ ] })
928
+ }
929
+ );
907
930
  };
908
931
  var we = { exports: {} }, bt = we.exports, Ve;
909
932
  function wt() {
910
933
  return Ve || (Ve = 1, function(n, s) {
911
- (function(r, u) {
912
- n.exports = u();
934
+ (function(a, i) {
935
+ n.exports = i();
913
936
  })(bt, function() {
914
- return function(r, u, i) {
915
- u.prototype.isBetween = function(e, l, o, p) {
916
- var h = i(e), m = i(l), a = (p = p || "()")[0] === "(", c = p[1] === ")";
917
- return (a ? this.isAfter(h, o) : !this.isBefore(h, o)) && (c ? this.isBefore(m, o) : !this.isAfter(m, o)) || (a ? this.isBefore(h, o) : !this.isAfter(h, o)) && (c ? this.isAfter(m, o) : !this.isBefore(m, o));
937
+ return function(a, i, o) {
938
+ i.prototype.isBetween = function(e, f, u, m) {
939
+ var p = o(e), h = o(f), r = (m = m || "()")[0] === "(", c = m[1] === ")";
940
+ return (r ? this.isAfter(p, u) : !this.isBefore(p, u)) && (c ? this.isBefore(h, u) : !this.isAfter(h, u)) || (r ? this.isBefore(p, u) : !this.isAfter(p, u)) && (c ? this.isAfter(h, u) : !this.isBefore(h, u));
918
941
  };
919
942
  };
920
943
  });
@@ -925,27 +948,27 @@ const kt = /* @__PURE__ */ te(Tt);
925
948
  var Te = { exports: {} }, Et = Te.exports, Xe;
926
949
  function Mt() {
927
950
  return Xe || (Xe = 1, function(n, s) {
928
- (function(r, u) {
929
- n.exports = u();
951
+ (function(a, i) {
952
+ n.exports = i();
930
953
  })(Et, function() {
931
- var r = "day";
932
- return function(u, i, e) {
933
- var l = function(h) {
934
- return h.add(4 - h.isoWeekday(), r);
935
- }, o = i.prototype;
936
- o.isoWeekYear = function() {
937
- return l(this).year();
938
- }, o.isoWeek = function(h) {
939
- if (!this.$utils().u(h)) return this.add(7 * (h - this.isoWeek()), r);
940
- var m, a, c, y, v = l(this), f = (m = this.isoWeekYear(), a = this.$u, c = (a ? e.utc : e)().year(m).startOf("year"), y = 4 - c.isoWeekday(), c.isoWeekday() > 4 && (y += 7), c.add(y, r));
941
- return v.diff(f, "week") + 1;
942
- }, o.isoWeekday = function(h) {
943
- return this.$utils().u(h) ? this.day() || 7 : this.day(this.day() % 7 ? h : h - 7);
954
+ var a = "day";
955
+ return function(i, o, e) {
956
+ var f = function(p) {
957
+ return p.add(4 - p.isoWeekday(), a);
958
+ }, u = o.prototype;
959
+ u.isoWeekYear = function() {
960
+ return f(this).year();
961
+ }, u.isoWeek = function(p) {
962
+ if (!this.$utils().u(p)) return this.add(7 * (p - this.isoWeek()), a);
963
+ var h, r, c, v, g = f(this), l = (h = this.isoWeekYear(), r = this.$u, c = (r ? e.utc : e)().year(h).startOf("year"), v = 4 - c.isoWeekday(), c.isoWeekday() > 4 && (v += 7), c.add(v, a));
964
+ return g.diff(l, "week") + 1;
965
+ }, u.isoWeekday = function(p) {
966
+ return this.$utils().u(p) ? this.day() || 7 : this.day(this.day() % 7 ? p : p - 7);
944
967
  };
945
- var p = o.startOf;
946
- o.startOf = function(h, m) {
947
- var a = this.$utils(), c = !!a.u(m) || m;
948
- return a.p(h) === "isoweek" ? c ? this.date(this.date() - (this.isoWeekday() - 1)).startOf("day") : this.date(this.date() - 1 - (this.isoWeekday() - 1) + 7).endOf("day") : p.bind(this)(h, m);
968
+ var m = u.startOf;
969
+ u.startOf = function(p, h) {
970
+ var r = this.$utils(), c = !!r.u(h) || h;
971
+ return r.p(p) === "isoweek" ? c ? this.date(this.date() - (this.isoWeekday() - 1)).startOf("day") : this.date(this.date() - 1 - (this.isoWeekday() - 1) + 7).endOf("day") : m.bind(this)(p, h);
949
972
  };
950
973
  };
951
974
  });
@@ -954,192 +977,192 @@ function Mt() {
954
977
  var Ot = Mt();
955
978
  const It = /* @__PURE__ */ te(Ot);
956
979
  var ke = { exports: {} }, Rt = ke.exports, Je;
957
- function Lt() {
980
+ function Ft() {
958
981
  return Je || (Je = 1, function(n, s) {
959
- (function(r, u) {
960
- n.exports = u();
982
+ (function(a, i) {
983
+ n.exports = i();
961
984
  })(Rt, function() {
962
- return function(r, u) {
963
- u.prototype.isSameOrAfter = function(i, e) {
964
- return this.isSame(i, e) || this.isAfter(i, e);
985
+ return function(a, i) {
986
+ i.prototype.isSameOrAfter = function(o, e) {
987
+ return this.isSame(o, e) || this.isAfter(o, e);
965
988
  };
966
989
  };
967
990
  });
968
991
  }(ke)), ke.exports;
969
992
  }
970
- var jt = Lt();
971
- const Zt = /* @__PURE__ */ te(jt);
972
- var Ee = { exports: {} }, _t = Ee.exports, Qe;
973
- function Pt() {
993
+ var Lt = Ft();
994
+ const jt = /* @__PURE__ */ te(Lt);
995
+ var Ee = { exports: {} }, Zt = Ee.exports, Qe;
996
+ function _t() {
974
997
  return Qe || (Qe = 1, function(n, s) {
975
- (function(r, u) {
976
- n.exports = u();
977
- })(_t, function() {
978
- return function(r, u) {
979
- u.prototype.isSameOrBefore = function(i, e) {
980
- return this.isSame(i, e) || this.isBefore(i, e);
998
+ (function(a, i) {
999
+ n.exports = i();
1000
+ })(Zt, function() {
1001
+ return function(a, i) {
1002
+ i.prototype.isSameOrBefore = function(o, e) {
1003
+ return this.isSame(o, e) || this.isBefore(o, e);
981
1004
  };
982
1005
  };
983
1006
  });
984
1007
  }(Ee)), Ee.exports;
985
1008
  }
986
- var Ft = Pt();
987
- const Nt = /* @__PURE__ */ te(Ft);
988
- var Me = { exports: {} }, At = Me.exports, Ke;
989
- function qt() {
1009
+ var Pt = _t();
1010
+ const Ct = /* @__PURE__ */ te(Pt);
1011
+ var Me = { exports: {} }, Nt = Me.exports, Ke;
1012
+ function At() {
990
1013
  return Ke || (Ke = 1, function(n, s) {
991
- (function(r, u) {
992
- n.exports = u();
993
- })(At, function() {
994
- return function(r, u, i) {
995
- u.prototype.isToday = function() {
996
- var e = "YYYY-MM-DD", l = i();
997
- return this.format(e) === l.format(e);
1014
+ (function(a, i) {
1015
+ n.exports = i();
1016
+ })(Nt, function() {
1017
+ return function(a, i, o) {
1018
+ i.prototype.isToday = function() {
1019
+ var e = "YYYY-MM-DD", f = o();
1020
+ return this.format(e) === f.format(e);
998
1021
  };
999
1022
  };
1000
1023
  });
1001
1024
  }(Me)), Me.exports;
1002
1025
  }
1003
- var Ct = qt();
1004
- const Wt = /* @__PURE__ */ te(Ct);
1026
+ var qt = At();
1027
+ const Wt = /* @__PURE__ */ te(qt);
1005
1028
  var Oe = { exports: {} }, Ut = Oe.exports, et;
1006
- function zt() {
1029
+ function Ht() {
1007
1030
  return et || (et = 1, function(n, s) {
1008
- (function(r, u) {
1009
- n.exports = u();
1031
+ (function(a, i) {
1032
+ n.exports = i();
1010
1033
  })(Ut, function() {
1011
- return function(r, u, i) {
1012
- var e = u.prototype, l = function(a) {
1013
- return a && (a.indexOf ? a : a.s);
1014
- }, o = function(a, c, y, v, f) {
1015
- var $ = a.name ? a : a.$locale(), T = l($[c]), _ = l($[y]), M = T || _.map(function(E) {
1016
- return E.slice(0, v);
1034
+ return function(a, i, o) {
1035
+ var e = i.prototype, f = function(r) {
1036
+ return r && (r.indexOf ? r : r.s);
1037
+ }, u = function(r, c, v, g, l) {
1038
+ var y = r.name ? r : r.$locale(), M = f(y[c]), j = f(y[v]), O = M || j.map(function(E) {
1039
+ return E.slice(0, g);
1017
1040
  });
1018
- if (!f) return M;
1019
- var L = $.weekStart;
1020
- return M.map(function(E, j) {
1021
- return M[(j + (L || 0)) % 7];
1041
+ if (!l) return O;
1042
+ var R = y.weekStart;
1043
+ return O.map(function(E, T) {
1044
+ return O[(T + (R || 0)) % 7];
1022
1045
  });
1023
- }, p = function() {
1024
- return i.Ls[i.locale()];
1025
- }, h = function(a, c) {
1026
- return a.formats[c] || function(y) {
1027
- return y.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, function(v, f, $) {
1028
- return f || $.slice(1);
1029
- });
1030
- }(a.formats[c.toUpperCase()]);
1031
1046
  }, m = function() {
1032
- var a = this;
1047
+ return o.Ls[o.locale()];
1048
+ }, p = function(r, c) {
1049
+ return r.formats[c] || function(v) {
1050
+ return v.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, function(g, l, y) {
1051
+ return l || y.slice(1);
1052
+ });
1053
+ }(r.formats[c.toUpperCase()]);
1054
+ }, h = function() {
1055
+ var r = this;
1033
1056
  return { months: function(c) {
1034
- return c ? c.format("MMMM") : o(a, "months");
1057
+ return c ? c.format("MMMM") : u(r, "months");
1035
1058
  }, monthsShort: function(c) {
1036
- return c ? c.format("MMM") : o(a, "monthsShort", "months", 3);
1059
+ return c ? c.format("MMM") : u(r, "monthsShort", "months", 3);
1037
1060
  }, firstDayOfWeek: function() {
1038
- return a.$locale().weekStart || 0;
1061
+ return r.$locale().weekStart || 0;
1039
1062
  }, weekdays: function(c) {
1040
- return c ? c.format("dddd") : o(a, "weekdays");
1063
+ return c ? c.format("dddd") : u(r, "weekdays");
1041
1064
  }, weekdaysMin: function(c) {
1042
- return c ? c.format("dd") : o(a, "weekdaysMin", "weekdays", 2);
1065
+ return c ? c.format("dd") : u(r, "weekdaysMin", "weekdays", 2);
1043
1066
  }, weekdaysShort: function(c) {
1044
- return c ? c.format("ddd") : o(a, "weekdaysShort", "weekdays", 3);
1067
+ return c ? c.format("ddd") : u(r, "weekdaysShort", "weekdays", 3);
1045
1068
  }, longDateFormat: function(c) {
1046
- return h(a.$locale(), c);
1069
+ return p(r.$locale(), c);
1047
1070
  }, meridiem: this.$locale().meridiem, ordinal: this.$locale().ordinal };
1048
1071
  };
1049
1072
  e.localeData = function() {
1050
- return m.bind(this)();
1051
- }, i.localeData = function() {
1052
- var a = p();
1073
+ return h.bind(this)();
1074
+ }, o.localeData = function() {
1075
+ var r = m();
1053
1076
  return { firstDayOfWeek: function() {
1054
- return a.weekStart || 0;
1077
+ return r.weekStart || 0;
1055
1078
  }, weekdays: function() {
1056
- return i.weekdays();
1079
+ return o.weekdays();
1057
1080
  }, weekdaysShort: function() {
1058
- return i.weekdaysShort();
1081
+ return o.weekdaysShort();
1059
1082
  }, weekdaysMin: function() {
1060
- return i.weekdaysMin();
1083
+ return o.weekdaysMin();
1061
1084
  }, months: function() {
1062
- return i.months();
1085
+ return o.months();
1063
1086
  }, monthsShort: function() {
1064
- return i.monthsShort();
1087
+ return o.monthsShort();
1065
1088
  }, longDateFormat: function(c) {
1066
- return h(a, c);
1067
- }, meridiem: a.meridiem, ordinal: a.ordinal };
1068
- }, i.months = function() {
1069
- return o(p(), "months");
1070
- }, i.monthsShort = function() {
1071
- return o(p(), "monthsShort", "months", 3);
1072
- }, i.weekdays = function(a) {
1073
- return o(p(), "weekdays", null, null, a);
1074
- }, i.weekdaysShort = function(a) {
1075
- return o(p(), "weekdaysShort", "weekdays", 3, a);
1076
- }, i.weekdaysMin = function(a) {
1077
- return o(p(), "weekdaysMin", "weekdays", 2, a);
1089
+ return p(r, c);
1090
+ }, meridiem: r.meridiem, ordinal: r.ordinal };
1091
+ }, o.months = function() {
1092
+ return u(m(), "months");
1093
+ }, o.monthsShort = function() {
1094
+ return u(m(), "monthsShort", "months", 3);
1095
+ }, o.weekdays = function(r) {
1096
+ return u(m(), "weekdays", null, null, r);
1097
+ }, o.weekdaysShort = function(r) {
1098
+ return u(m(), "weekdaysShort", "weekdays", 3, r);
1099
+ }, o.weekdaysMin = function(r) {
1100
+ return u(m(), "weekdaysMin", "weekdays", 2, r);
1078
1101
  };
1079
1102
  };
1080
1103
  });
1081
1104
  }(Oe)), Oe.exports;
1082
1105
  }
1083
- var Ht = zt();
1084
- const Yt = /* @__PURE__ */ te(Ht);
1106
+ var zt = Ht();
1107
+ const Yt = /* @__PURE__ */ te(zt);
1085
1108
  var Ie = { exports: {} }, Bt = Ie.exports, tt;
1086
1109
  function Gt() {
1087
1110
  return tt || (tt = 1, function(n, s) {
1088
- (function(r, u) {
1089
- n.exports = u();
1111
+ (function(a, i) {
1112
+ n.exports = i();
1090
1113
  })(Bt, function() {
1091
- var r = { year: 0, month: 1, day: 2, hour: 3, minute: 4, second: 5 }, u = {};
1092
- return function(i, e, l) {
1093
- var o, p = function(c, y, v) {
1094
- v === void 0 && (v = {});
1095
- var f = new Date(c), $ = function(T, _) {
1096
- _ === void 0 && (_ = {});
1097
- var M = _.timeZoneName || "short", L = T + "|" + M, E = u[L];
1098
- return E || (E = new Intl.DateTimeFormat("en-US", { hour12: !1, timeZone: T, year: "numeric", month: "2-digit", day: "2-digit", hour: "2-digit", minute: "2-digit", second: "2-digit", timeZoneName: M }), u[L] = E), E;
1099
- }(y, v);
1100
- return $.formatToParts(f);
1101
- }, h = function(c, y) {
1102
- for (var v = p(c, y), f = [], $ = 0; $ < v.length; $ += 1) {
1103
- var T = v[$], _ = T.type, M = T.value, L = r[_];
1104
- L >= 0 && (f[L] = parseInt(M, 10));
1114
+ var a = { year: 0, month: 1, day: 2, hour: 3, minute: 4, second: 5 }, i = {};
1115
+ return function(o, e, f) {
1116
+ var u, m = function(c, v, g) {
1117
+ g === void 0 && (g = {});
1118
+ var l = new Date(c), y = function(M, j) {
1119
+ j === void 0 && (j = {});
1120
+ var O = j.timeZoneName || "short", R = M + "|" + O, E = i[R];
1121
+ return E || (E = new Intl.DateTimeFormat("en-US", { hour12: !1, timeZone: M, year: "numeric", month: "2-digit", day: "2-digit", hour: "2-digit", minute: "2-digit", second: "2-digit", timeZoneName: O }), i[R] = E), E;
1122
+ }(v, g);
1123
+ return y.formatToParts(l);
1124
+ }, p = function(c, v) {
1125
+ for (var g = m(c, v), l = [], y = 0; y < g.length; y += 1) {
1126
+ var M = g[y], j = M.type, O = M.value, R = a[j];
1127
+ R >= 0 && (l[R] = parseInt(O, 10));
1105
1128
  }
1106
- var E = f[3], j = E === 24 ? 0 : E, A = f[0] + "-" + f[1] + "-" + f[2] + " " + j + ":" + f[4] + ":" + f[5] + ":000", Y = +c;
1107
- return (l.utc(A).valueOf() - (Y -= Y % 1e3)) / 6e4;
1108
- }, m = e.prototype;
1109
- m.tz = function(c, y) {
1110
- c === void 0 && (c = o);
1111
- var v, f = this.utcOffset(), $ = this.toDate(), T = $.toLocaleString("en-US", { timeZone: c }), _ = Math.round(($ - new Date(T)) / 1e3 / 60), M = 15 * -Math.round($.getTimezoneOffset() / 15) - _;
1112
- if (!Number(M)) v = this.utcOffset(0, y);
1113
- else if (v = l(T, { locale: this.$L }).$set("millisecond", this.$ms).utcOffset(M, !0), y) {
1114
- var L = v.utcOffset();
1115
- v = v.add(f - L, "minute");
1129
+ var E = l[3], T = E === 24 ? 0 : E, P = l[0] + "-" + l[1] + "-" + l[2] + " " + T + ":" + l[4] + ":" + l[5] + ":000", Y = +c;
1130
+ return (f.utc(P).valueOf() - (Y -= Y % 1e3)) / 6e4;
1131
+ }, h = e.prototype;
1132
+ h.tz = function(c, v) {
1133
+ c === void 0 && (c = u);
1134
+ var g, l = this.utcOffset(), y = this.toDate(), M = y.toLocaleString("en-US", { timeZone: c }), j = Math.round((y - new Date(M)) / 1e3 / 60), O = 15 * -Math.round(y.getTimezoneOffset() / 15) - j;
1135
+ if (!Number(O)) g = this.utcOffset(0, v);
1136
+ else if (g = f(M, { locale: this.$L }).$set("millisecond", this.$ms).utcOffset(O, !0), v) {
1137
+ var R = g.utcOffset();
1138
+ g = g.add(l - R, "minute");
1116
1139
  }
1117
- return v.$x.$timezone = c, v;
1118
- }, m.offsetName = function(c) {
1119
- var y = this.$x.$timezone || l.tz.guess(), v = p(this.valueOf(), y, { timeZoneName: c }).find(function(f) {
1120
- return f.type.toLowerCase() === "timezonename";
1140
+ return g.$x.$timezone = c, g;
1141
+ }, h.offsetName = function(c) {
1142
+ var v = this.$x.$timezone || f.tz.guess(), g = m(this.valueOf(), v, { timeZoneName: c }).find(function(l) {
1143
+ return l.type.toLowerCase() === "timezonename";
1121
1144
  });
1122
- return v && v.value;
1145
+ return g && g.value;
1123
1146
  };
1124
- var a = m.startOf;
1125
- m.startOf = function(c, y) {
1126
- if (!this.$x || !this.$x.$timezone) return a.call(this, c, y);
1127
- var v = l(this.format("YYYY-MM-DD HH:mm:ss:SSS"), { locale: this.$L });
1128
- return a.call(v, c, y).tz(this.$x.$timezone, !0);
1129
- }, l.tz = function(c, y, v) {
1130
- var f = v && y, $ = v || y || o, T = h(+l(), $);
1131
- if (typeof c != "string") return l(c).tz($);
1132
- var _ = function(j, A, Y) {
1133
- var g = j - 60 * A * 1e3, d = h(g, Y);
1134
- if (A === d) return [g, A];
1135
- var O = h(g -= 60 * (d - A) * 1e3, Y);
1136
- return d === O ? [g, d] : [j - 60 * Math.min(d, O) * 1e3, Math.max(d, O)];
1137
- }(l.utc(c, f).valueOf(), T, $), M = _[0], L = _[1], E = l(M).utcOffset(L);
1138
- return E.$x.$timezone = $, E;
1139
- }, l.tz.guess = function() {
1147
+ var r = h.startOf;
1148
+ h.startOf = function(c, v) {
1149
+ if (!this.$x || !this.$x.$timezone) return r.call(this, c, v);
1150
+ var g = f(this.format("YYYY-MM-DD HH:mm:ss:SSS"), { locale: this.$L });
1151
+ return r.call(g, c, v).tz(this.$x.$timezone, !0);
1152
+ }, f.tz = function(c, v, g) {
1153
+ var l = g && v, y = g || v || u, M = p(+f(), y);
1154
+ if (typeof c != "string") return f(c).tz(y);
1155
+ var j = function(T, P, Y) {
1156
+ var $ = T - 60 * P * 1e3, d = p($, Y);
1157
+ if (P === d) return [$, P];
1158
+ var I = p($ -= 60 * (d - P) * 1e3, Y);
1159
+ return d === I ? [$, d] : [T - 60 * Math.min(d, I) * 1e3, Math.max(d, I)];
1160
+ }(f.utc(c, l).valueOf(), M, y), O = j[0], R = j[1], E = f(O).utcOffset(R);
1161
+ return E.$x.$timezone = y, E;
1162
+ }, f.tz.guess = function() {
1140
1163
  return Intl.DateTimeFormat().resolvedOptions().timeZone;
1141
- }, l.tz.setDefault = function(c) {
1142
- o = c;
1164
+ }, f.tz.setDefault = function(c) {
1165
+ u = c;
1143
1166
  };
1144
1167
  };
1145
1168
  });
@@ -1150,15 +1173,15 @@ const Xt = /* @__PURE__ */ te(Vt);
1150
1173
  var Re = { exports: {} }, Jt = Re.exports, nt;
1151
1174
  function Qt() {
1152
1175
  return nt || (nt = 1, function(n, s) {
1153
- (function(r, u) {
1154
- n.exports = u();
1176
+ (function(a, i) {
1177
+ n.exports = i();
1155
1178
  })(Jt, function() {
1156
- return function(r, u, i) {
1157
- i.updateLocale = function(e, l) {
1158
- var o = i.Ls[e];
1159
- if (o) return (l ? Object.keys(l) : []).forEach(function(p) {
1160
- o[p] = l[p];
1161
- }), o;
1179
+ return function(a, i, o) {
1180
+ o.updateLocale = function(e, f) {
1181
+ var u = o.Ls[e];
1182
+ if (u) return (f ? Object.keys(f) : []).forEach(function(m) {
1183
+ u[m] = f[m];
1184
+ }), u;
1162
1185
  };
1163
1186
  };
1164
1187
  });
@@ -1166,117 +1189,117 @@ function Qt() {
1166
1189
  }
1167
1190
  var Kt = Qt();
1168
1191
  const en = /* @__PURE__ */ te(Kt);
1169
- var Le = { exports: {} }, tn = Le.exports, rt;
1192
+ var Fe = { exports: {} }, tn = Fe.exports, rt;
1170
1193
  function nn() {
1171
1194
  return rt || (rt = 1, function(n, s) {
1172
- (function(r, u) {
1173
- n.exports = u();
1195
+ (function(a, i) {
1196
+ n.exports = i();
1174
1197
  })(tn, function() {
1175
- var r = "minute", u = /[+-]\d\d(?::?\d\d)?/g, i = /([+-]|\d\d)/g;
1176
- return function(e, l, o) {
1177
- var p = l.prototype;
1178
- o.utc = function(f) {
1179
- var $ = { date: f, utc: !0, args: arguments };
1180
- return new l($);
1181
- }, p.utc = function(f) {
1182
- var $ = o(this.toDate(), { locale: this.$L, utc: !0 });
1183
- return f ? $.add(this.utcOffset(), r) : $;
1184
- }, p.local = function() {
1185
- return o(this.toDate(), { locale: this.$L, utc: !1 });
1198
+ var a = "minute", i = /[+-]\d\d(?::?\d\d)?/g, o = /([+-]|\d\d)/g;
1199
+ return function(e, f, u) {
1200
+ var m = f.prototype;
1201
+ u.utc = function(l) {
1202
+ var y = { date: l, utc: !0, args: arguments };
1203
+ return new f(y);
1204
+ }, m.utc = function(l) {
1205
+ var y = u(this.toDate(), { locale: this.$L, utc: !0 });
1206
+ return l ? y.add(this.utcOffset(), a) : y;
1207
+ }, m.local = function() {
1208
+ return u(this.toDate(), { locale: this.$L, utc: !1 });
1186
1209
  };
1187
- var h = p.parse;
1188
- p.parse = function(f) {
1189
- f.utc && (this.$u = !0), this.$utils().u(f.$offset) || (this.$offset = f.$offset), h.call(this, f);
1210
+ var p = m.parse;
1211
+ m.parse = function(l) {
1212
+ l.utc && (this.$u = !0), this.$utils().u(l.$offset) || (this.$offset = l.$offset), p.call(this, l);
1190
1213
  };
1191
- var m = p.init;
1192
- p.init = function() {
1214
+ var h = m.init;
1215
+ m.init = function() {
1193
1216
  if (this.$u) {
1194
- var f = this.$d;
1195
- this.$y = f.getUTCFullYear(), this.$M = f.getUTCMonth(), this.$D = f.getUTCDate(), this.$W = f.getUTCDay(), this.$H = f.getUTCHours(), this.$m = f.getUTCMinutes(), this.$s = f.getUTCSeconds(), this.$ms = f.getUTCMilliseconds();
1196
- } else m.call(this);
1217
+ var l = this.$d;
1218
+ this.$y = l.getUTCFullYear(), this.$M = l.getUTCMonth(), this.$D = l.getUTCDate(), this.$W = l.getUTCDay(), this.$H = l.getUTCHours(), this.$m = l.getUTCMinutes(), this.$s = l.getUTCSeconds(), this.$ms = l.getUTCMilliseconds();
1219
+ } else h.call(this);
1197
1220
  };
1198
- var a = p.utcOffset;
1199
- p.utcOffset = function(f, $) {
1200
- var T = this.$utils().u;
1201
- if (T(f)) return this.$u ? 0 : T(this.$offset) ? a.call(this) : this.$offset;
1202
- if (typeof f == "string" && (f = function(E) {
1221
+ var r = m.utcOffset;
1222
+ m.utcOffset = function(l, y) {
1223
+ var M = this.$utils().u;
1224
+ if (M(l)) return this.$u ? 0 : M(this.$offset) ? r.call(this) : this.$offset;
1225
+ if (typeof l == "string" && (l = function(E) {
1203
1226
  E === void 0 && (E = "");
1204
- var j = E.match(u);
1205
- if (!j) return null;
1206
- var A = ("" + j[0]).match(i) || ["-", 0, 0], Y = A[0], g = 60 * +A[1] + +A[2];
1207
- return g === 0 ? 0 : Y === "+" ? g : -g;
1208
- }(f), f === null)) return this;
1209
- var _ = Math.abs(f) <= 16 ? 60 * f : f, M = this;
1210
- if ($) return M.$offset = _, M.$u = f === 0, M;
1211
- if (f !== 0) {
1212
- var L = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
1213
- (M = this.local().add(_ + L, r)).$offset = _, M.$x.$localOffset = L;
1214
- } else M = this.utc();
1215
- return M;
1227
+ var T = E.match(i);
1228
+ if (!T) return null;
1229
+ var P = ("" + T[0]).match(o) || ["-", 0, 0], Y = P[0], $ = 60 * +P[1] + +P[2];
1230
+ return $ === 0 ? 0 : Y === "+" ? $ : -$;
1231
+ }(l), l === null)) return this;
1232
+ var j = Math.abs(l) <= 16 ? 60 * l : l, O = this;
1233
+ if (y) return O.$offset = j, O.$u = l === 0, O;
1234
+ if (l !== 0) {
1235
+ var R = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
1236
+ (O = this.local().add(j + R, a)).$offset = j, O.$x.$localOffset = R;
1237
+ } else O = this.utc();
1238
+ return O;
1216
1239
  };
1217
- var c = p.format;
1218
- p.format = function(f) {
1219
- var $ = f || (this.$u ? "YYYY-MM-DDTHH:mm:ss[Z]" : "");
1220
- return c.call(this, $);
1221
- }, p.valueOf = function() {
1222
- var f = this.$utils().u(this.$offset) ? 0 : this.$offset + (this.$x.$localOffset || this.$d.getTimezoneOffset());
1223
- return this.$d.valueOf() - 6e4 * f;
1224
- }, p.isUTC = function() {
1240
+ var c = m.format;
1241
+ m.format = function(l) {
1242
+ var y = l || (this.$u ? "YYYY-MM-DDTHH:mm:ss[Z]" : "");
1243
+ return c.call(this, y);
1244
+ }, m.valueOf = function() {
1245
+ var l = this.$utils().u(this.$offset) ? 0 : this.$offset + (this.$x.$localOffset || this.$d.getTimezoneOffset());
1246
+ return this.$d.valueOf() - 6e4 * l;
1247
+ }, m.isUTC = function() {
1225
1248
  return !!this.$u;
1226
- }, p.toISOString = function() {
1249
+ }, m.toISOString = function() {
1227
1250
  return this.toDate().toISOString();
1228
- }, p.toString = function() {
1251
+ }, m.toString = function() {
1229
1252
  return this.toDate().toUTCString();
1230
1253
  };
1231
- var y = p.toDate;
1232
- p.toDate = function(f) {
1233
- return f === "s" && this.$offset ? o(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate() : y.call(this);
1254
+ var v = m.toDate;
1255
+ m.toDate = function(l) {
1256
+ return l === "s" && this.$offset ? u(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate() : v.call(this);
1234
1257
  };
1235
- var v = p.diff;
1236
- p.diff = function(f, $, T) {
1237
- if (f && this.$u === f.$u) return v.call(this, f, $, T);
1238
- var _ = this.local(), M = o(f).local();
1239
- return v.call(_, M, $, T);
1258
+ var g = m.diff;
1259
+ m.diff = function(l, y, M) {
1260
+ if (l && this.$u === l.$u) return g.call(this, l, y, M);
1261
+ var j = this.local(), O = u(l).local();
1262
+ return g.call(j, O, y, M);
1240
1263
  };
1241
1264
  };
1242
1265
  });
1243
- }(Le)), Le.exports;
1266
+ }(Fe)), Fe.exports;
1244
1267
  }
1245
1268
  var rn = nn();
1246
1269
  const an = /* @__PURE__ */ te(rn);
1247
- var je = { exports: {} }, sn = je.exports, at;
1270
+ var Le = { exports: {} }, sn = Le.exports, at;
1248
1271
  function on() {
1249
1272
  return at || (at = 1, function(n, s) {
1250
- (function(r, u) {
1251
- n.exports = u();
1273
+ (function(a, i) {
1274
+ n.exports = i();
1252
1275
  })(sn, function() {
1253
- return function(r, u) {
1254
- u.prototype.weekday = function(i) {
1255
- var e = this.$locale().weekStart || 0, l = this.$W, o = (l < e ? l + 7 : l) - e;
1256
- return this.$utils().u(i) ? o : this.subtract(o, "day").add(i, "day");
1276
+ return function(a, i) {
1277
+ i.prototype.weekday = function(o) {
1278
+ var e = this.$locale().weekStart || 0, f = this.$W, u = (f < e ? f + 7 : f) - e;
1279
+ return this.$utils().u(o) ? u : this.subtract(u, "day").add(o, "day");
1257
1280
  };
1258
1281
  };
1259
1282
  });
1260
- }(je)), je.exports;
1283
+ }(Le)), Le.exports;
1261
1284
  }
1262
1285
  var un = on();
1263
1286
  const cn = /* @__PURE__ */ te(un);
1264
- C.extend(cn);
1265
- C.extend(Wt);
1266
- C.extend(an);
1267
- C.extend(Xt);
1268
- C.extend(Zt);
1269
- C.extend(Nt);
1270
- C.extend(kt);
1271
- C.extend(Yt);
1272
- C.extend(en);
1273
- C.extend(It);
1287
+ q.extend(cn);
1288
+ q.extend(Wt);
1289
+ q.extend(an);
1290
+ q.extend(Xt);
1291
+ q.extend(jt);
1292
+ q.extend(Ct);
1293
+ q.extend(kt);
1294
+ q.extend(Yt);
1295
+ q.extend(en);
1296
+ q.extend(It);
1274
1297
  function dn(n) {
1275
- return [...n].sort((s, r) => {
1276
- const u = s.sequence.split(".").map(Number), i = r.sequence.split(".").map(Number);
1277
- for (let e = 0; e < Math.max(u.length, i.length); e++) {
1278
- const l = u[e] || 0, o = i[e] || 0;
1279
- if (l !== o) return l - o;
1298
+ return [...n].sort((s, a) => {
1299
+ const i = s.sequence.split(".").map(Number), o = a.sequence.split(".").map(Number);
1300
+ for (let e = 0; e < Math.max(i.length, o.length); e++) {
1301
+ const f = i[e] || 0, u = o[e] || 0;
1302
+ if (f !== u) return f - u;
1280
1303
  }
1281
1304
  return 0;
1282
1305
  });
@@ -1284,188 +1307,188 @@ function dn(n) {
1284
1307
  function ln(n) {
1285
1308
  return n.split(".").length - 1;
1286
1309
  }
1287
- function Fe(n, s, r) {
1288
- const u = dn(n);
1289
- let i = 0;
1290
- return u.map((e) => {
1291
- i++;
1292
- const l = ln(e.sequence), { barMarginLeftAmount: o, barWidthSize: p } = gt(
1293
- C(e.startDate),
1294
- C(e.endDate),
1310
+ function Pe(n, s, a) {
1311
+ const i = dn(n);
1312
+ let o = 0;
1313
+ return i.map((e) => {
1314
+ o++;
1315
+ const f = ln(e.sequence), { barMarginLeftAmount: u, barWidthSize: m } = gt(
1316
+ q(e.startDate),
1317
+ q(e.endDate),
1295
1318
  s,
1296
- r
1319
+ a
1297
1320
  );
1298
1321
  return {
1299
1322
  ...e,
1300
- barLeft: o,
1301
- barWidth: p,
1302
- depth: l,
1303
- order: i,
1304
- originalOrder: i
1323
+ barLeft: u,
1324
+ barWidth: m,
1325
+ depth: f,
1326
+ order: o,
1327
+ originalOrder: o
1305
1328
  };
1306
1329
  });
1307
1330
  }
1308
1331
  const st = (n) => {
1309
1332
  let s;
1310
- const r = /* @__PURE__ */ new Set(), u = (h, m) => {
1311
- const a = typeof h == "function" ? h(s) : h;
1312
- if (!Object.is(a, s)) {
1333
+ const a = /* @__PURE__ */ new Set(), i = (p, h) => {
1334
+ const r = typeof p == "function" ? p(s) : p;
1335
+ if (!Object.is(r, s)) {
1313
1336
  const c = s;
1314
- s = m ?? (typeof a != "object" || a === null) ? a : Object.assign({}, s, a), r.forEach((y) => y(s, c));
1337
+ s = h ?? (typeof r != "object" || r === null) ? r : Object.assign({}, s, r), a.forEach((v) => v(s, c));
1315
1338
  }
1316
- }, i = () => s, o = { setState: u, getState: i, getInitialState: () => p, subscribe: (h) => (r.add(h), () => r.delete(h)) }, p = s = n(u, i, o);
1317
- return o;
1339
+ }, o = () => s, u = { setState: i, getState: o, getInitialState: () => m, subscribe: (p) => (a.add(p), () => a.delete(p)) }, m = s = n(i, o, u);
1340
+ return u;
1318
1341
  }, fn = (n) => n ? st(n) : st, mn = (n) => n;
1319
1342
  function hn(n, s = mn) {
1320
- const r = Ne.useSyncExternalStore(
1343
+ const a = Ce.useSyncExternalStore(
1321
1344
  n.subscribe,
1322
1345
  () => s(n.getState()),
1323
1346
  () => s(n.getInitialState())
1324
1347
  );
1325
- return Ne.useDebugValue(r), r;
1348
+ return Ce.useDebugValue(a), a;
1326
1349
  }
1327
1350
  const ot = (n) => {
1328
- const s = fn(n), r = (u) => hn(s, u);
1329
- return Object.assign(r, s), r;
1351
+ const s = fn(n), a = (i) => hn(s, i);
1352
+ return Object.assign(a, s), a;
1330
1353
  }, pn = (n) => n ? ot(n) : ot, De = pn((n, s) => ({
1331
1354
  rawTasks: [],
1332
1355
  transformedTasks: [],
1333
1356
  bottomRowCells: [],
1334
1357
  topHeaderGroups: [],
1335
- selectedScale: "day",
1336
- minDate: C(),
1337
- maxDate: C(),
1358
+ selectedScale: "month",
1359
+ minDate: q(),
1360
+ maxDate: q(),
1338
1361
  draggingTaskMeta: null,
1339
- setSelectedScale: (r) => {
1340
- const { rawTasks: u, bottomRowCells: i } = s(), e = Fe(u, i, r);
1341
- n({ selectedScale: r, transformedTasks: e });
1362
+ setSelectedScale: (a) => {
1363
+ const { rawTasks: i, bottomRowCells: o } = s(), e = Pe(i, o, a);
1364
+ n({ selectedScale: a, transformedTasks: e });
1342
1365
  },
1343
- setRawTasks: (r) => {
1344
- const { bottomRowCells: u, selectedScale: i } = s(), e = Fe(r, u, i);
1345
- n({ rawTasks: r, transformedTasks: e });
1366
+ setRawTasks: (a) => {
1367
+ const { bottomRowCells: i, selectedScale: o } = s(), e = Pe(a, i, o);
1368
+ n({ rawTasks: a, transformedTasks: e });
1346
1369
  },
1347
- setBottomRowCells: (r) => {
1348
- const { rawTasks: u, selectedScale: i } = s(), e = Fe(u, r, i);
1349
- n({ bottomRowCells: r, transformedTasks: e });
1370
+ setBottomRowCells: (a) => {
1371
+ const { rawTasks: i, selectedScale: o } = s(), e = Pe(i, a, o);
1372
+ n({ bottomRowCells: a, transformedTasks: e });
1350
1373
  },
1351
- setTopHeaderGroups: (r) => n({ topHeaderGroups: r }),
1352
- setMinDate: (r) => n({ minDate: r }),
1353
- setMaxDate: (r) => n({ maxDate: r }),
1354
- setDraggingTaskMeta: (r) => n({ draggingTaskMeta: r }),
1374
+ setTopHeaderGroups: (a) => n({ topHeaderGroups: a }),
1375
+ setMinDate: (a) => n({ minDate: a }),
1376
+ setMaxDate: (a) => n({ maxDate: a }),
1377
+ setDraggingTaskMeta: (a) => n({ draggingTaskMeta: a }),
1355
1378
  clearDraggingTaskMeta: () => n({ draggingTaskMeta: null })
1356
1379
  })), $n = [{ id: "1", name: "Project Kickoff", startDate: "2024-06-01T09:00:00Z", endDate: "2024-06-01T11:00:00Z", parentId: null, sequence: "1", dependencies: [] }, { id: "2", name: "Requirement Gathering", startDate: "2024-06-02T09:00:00Z", endDate: "2024-06-05T17:00:00Z", parentId: null, sequence: "2", dependencies: [{ targetId: "1", type: "FS" }] }, { id: "3", name: "Stakeholder Interviews", startDate: "2024-06-02T10:00:00Z", endDate: "2024-06-03T17:00:00Z", parentId: "2", sequence: "2.1", dependencies: [{ targetId: "1", type: "SF" }] }, { id: "4", name: "Market Analysis", startDate: "2024-06-06T09:00:00Z", endDate: "2024-06-07T17:00:00Z", parentId: null, sequence: "3", dependencies: [{ targetId: "2", type: "FS" }] }, { id: "5", name: "Design System Creation", startDate: "2024-06-08T09:00:00Z", endDate: "2024-06-12T17:00:00Z", parentId: null, sequence: "4", dependencies: [{ targetId: "2", type: "FS" }, { targetId: "3", type: "SS" }] }, { id: "6", name: "UI/UX Design", startDate: "2024-06-13T09:00:00Z", endDate: "2024-06-16T17:00:00Z", parentId: "5", sequence: "4.1", dependencies: [{ targetId: "5", type: "FS" }] }, { id: "7", name: "Prototyping", startDate: "2024-06-17T09:00:00Z", endDate: "2024-06-20T17:00:00Z", parentId: "6", sequence: "4.1.1", dependencies: [{ targetId: "6", type: "FS" }] }, { id: "8", name: "Frontend Development", startDate: "2024-06-21T09:00:00Z", endDate: "2024-06-30T17:00:00Z", parentId: null, sequence: "5", dependencies: [{ targetId: "7", type: "FS" }] }, { id: "9", name: "Backend Development", startDate: "2024-07-01T09:00:00Z", endDate: "2024-07-10T17:00:00Z", parentId: null, sequence: "6", dependencies: [{ targetId: "7", type: "FS" }] }, { id: "10", name: "API Integration", startDate: "2024-07-11T09:00:00Z", endDate: "2024-07-15T17:00:00Z", parentId: "9", sequence: "6.1", dependencies: [{ targetId: "9", type: "FS" }] }, { id: "11", name: "Module Development", startDate: "2024-07-16T09:00:00Z", endDate: "2024-07-20T17:00:00Z", parentId: "8", sequence: "5.1", dependencies: [{ targetId: "8", type: "FS" }] }, { id: "12", name: "Unit Testing", startDate: "2024-07-21T09:00:00Z", endDate: "2024-07-25T17:00:00Z", parentId: "8", sequence: "5.2", dependencies: [{ targetId: "8", type: "FS" }] }, { id: "13", name: "Integration Testing", startDate: "2024-07-26T09:00:00Z", endDate: "2024-07-30T17:00:00Z", parentId: "10", sequence: "6.1.1", dependencies: [{ targetId: "10", type: "FS" }] }, { id: "14", name: "Code Review", startDate: "2024-07-31T09:00:00Z", endDate: "2024-08-04T17:00:00Z", parentId: "10", sequence: "6.1.2", dependencies: [{ targetId: "13", type: "FS" }] }, { id: "15", name: "Community Feedback", startDate: "2024-08-05T09:00:00Z", endDate: "2024-08-08T17:00:00Z", parentId: null, sequence: "7", dependencies: [{ targetId: "14", type: "FS" }] }, { id: "16", name: "Documentation Drafting", startDate: "2024-08-09T09:00:00Z", endDate: "2024-08-12T17:00:00Z", parentId: null, sequence: "8", dependencies: [{ targetId: "14", type: "FS" }] }, { id: "17", name: "Documentation Finalization", startDate: "2024-08-13T09:00:00Z", endDate: "2024-08-16T17:00:00Z", parentId: "16", sequence: "8.1", dependencies: [{ targetId: "16", type: "FS" }] }, { id: "18", name: "Pre-release Demo", startDate: "2024-08-17T09:00:00Z", endDate: "2024-08-20T17:00:00Z", parentId: null, sequence: "9", dependencies: [{ targetId: "15", type: "FS" }] }, { id: "19", name: "Bug Fixing", startDate: "2024-08-21T09:00:00Z", endDate: "2024-08-25T17:00:00Z", parentId: null, sequence: "10", dependencies: [{ targetId: "15", type: "FS" }] }, { id: "20", name: "Release Candidate", startDate: "2024-08-26T09:00:00Z", endDate: "2024-08-30T17:00:00Z", parentId: null, sequence: "11", dependencies: [{ targetId: "18", type: "FS" }] }, { id: "21", name: "Final Release", startDate: "2024-08-31T09:00:00Z", endDate: "2024-09-02T17:00:00Z", parentId: null, sequence: "12", dependencies: [{ targetId: "20", type: "FS" }] }, { id: "22", name: "Post-release Monitoring", startDate: "2024-09-03T09:00:00Z", endDate: "2024-09-04T17:00:00Z", parentId: null, sequence: "13", dependencies: [{ targetId: "21", type: "FS" }] }, { id: "23", name: "Community Engagement", startDate: "2024-09-05T09:00:00Z", endDate: "2024-09-06T17:00:00Z", parentId: null, sequence: "14", dependencies: [{ targetId: "21", type: "FS" }] }, { id: "24", name: "Feature Iteration Planning", startDate: "2024-09-07T09:00:00Z", endDate: "2024-09-08T17:00:00Z", parentId: null, sequence: "15", dependencies: [{ targetId: "22", type: "FS" }] }, { id: "25", name: "Additional Module Development", startDate: "2024-09-09T09:00:00Z", endDate: "2024-09-10T17:00:00Z", parentId: "24", sequence: "15.1", dependencies: [{ targetId: "24", type: "FS" }] }, { id: "26", name: "Additional Testing", startDate: "2024-09-11T09:00:00Z", endDate: "2024-09-12T17:00:00Z", parentId: "25", sequence: "15.1.1", dependencies: [{ targetId: "25", type: "FS" }] }, { id: "27", name: "Code Refactoring", startDate: "2024-09-13T09:00:00Z", endDate: "2024-09-14T17:00:00Z", parentId: null, sequence: "16", dependencies: [{ targetId: "26", type: "FS" }] }, { id: "28", name: "Performance Optimization", startDate: "2024-09-15T09:00:00Z", endDate: "2024-09-16T17:00:00Z", parentId: "27", sequence: "16.1", dependencies: [{ targetId: "27", type: "FS" }] }, { id: "29", name: "Security Audit", startDate: "2024-09-17T09:00:00Z", endDate: "2024-09-18T17:00:00Z", parentId: null, sequence: "17", dependencies: [{ targetId: "28", type: "FS" }] }, { id: "30", name: "Final QA", startDate: "2024-09-19T09:00:00Z", endDate: "2024-09-20T17:00:00Z", parentId: null, sequence: "18", dependencies: [{ targetId: "29", type: "FS" }] }, { id: "31", name: "Launch Webinar", startDate: "2024-09-21T09:00:00Z", endDate: "2024-09-22T17:00:00Z", parentId: null, sequence: "19", dependencies: [{ targetId: "21", type: "SS" }] }, { id: "32", name: "Marketing Campaign", startDate: "2024-09-23T09:00:00Z", endDate: "2024-09-24T17:00:00Z", parentId: null, sequence: "20", dependencies: [{ targetId: "21", type: "SF" }] }, { id: "33", name: "Post-release Bug Fixing", startDate: "2024-09-25T09:00:00Z", endDate: "2024-09-26T17:00:00Z", parentId: null, sequence: "21", dependencies: [{ targetId: "22", type: "SS" }] }, { id: "34", name: "Version 1.1 Planning", startDate: "2024-09-27T09:00:00Z", endDate: "2024-09-28T17:00:00Z", parentId: null, sequence: "22", dependencies: [{ targetId: "24", type: "FS" }] }, { id: "35", name: "Feature Implementation", startDate: "2024-09-29T09:00:00Z", endDate: "2024-09-30T17:00:00Z", parentId: "34", sequence: "22.1", dependencies: [{ targetId: "34", type: "FS" }] }, { id: "36", name: "Beta Testing", startDate: "2024-10-01T09:00:00Z", endDate: "2024-10-02T17:00:00Z", parentId: "35", sequence: "22.1.1", dependencies: [{ targetId: "35", type: "FS" }] }, { id: "37", name: "Community Beta Feedback", startDate: "2024-10-03T09:00:00Z", endDate: "2024-10-04T17:00:00Z", parentId: "36", sequence: "22.1.2", dependencies: [{ targetId: "36", type: "FS" }] }, { id: "38", name: "Final Beta Fixes", startDate: "2024-10-05T09:00:00Z", endDate: "2024-10-06T17:00:00Z", parentId: "37", sequence: "22.1.3", dependencies: [{ targetId: "37", type: "FS" }] }, { id: "39", name: "Documentation Update", startDate: "2024-10-07T09:00:00Z", endDate: "2024-10-08T17:00:00Z", parentId: "17", sequence: "8.1.1", dependencies: [{ targetId: "17", type: "FS" }] }, { id: "40", name: "Final Release Version 1.1", startDate: "2024-10-09T09:00:00Z", endDate: "2024-10-10T17:00:00Z", parentId: null, sequence: "23", dependencies: [{ targetId: "38", type: "FS" }] }, { id: "41", name: "Project Retrospective", startDate: "2024-10-11T09:00:00Z", endDate: "2024-10-12T17:00:00Z", parentId: null, sequence: "24", dependencies: [{ targetId: "40", type: "FS" }] }], it = (n) => /* @__PURE__ */ Ue.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...n }, /* @__PURE__ */ Ue.createElement("path", { d: "M10.2 4L10.2 20L7.8 20L7.8 4L10.2 4ZM15 4L15 20L12.6 20L12.6 4L15 4ZM5.4 15.0999L5.4 7.8999L1.8 11.4999L5.4 15.0999ZM17.4 7.8999L17.4 15.0999L21 11.4999L17.4 7.8999Z" }));
1357
1380
  function pe(n, s) {
1358
- const { basePxPerDragStep: r } = K[s];
1359
- return Math.round(n / r);
1381
+ const { basePxPerDragStep: a } = K[s];
1382
+ return Math.round(n / a);
1360
1383
  }
1361
- function gn(n, s, r) {
1384
+ function gn(n, s, a) {
1362
1385
  const {
1363
- rawTasks: u,
1364
- selectedScale: i,
1386
+ rawTasks: i,
1387
+ selectedScale: o,
1365
1388
  setRawTasks: e,
1366
- setDraggingTaskMeta: l,
1367
- clearDraggingTaskMeta: o
1368
- } = De(), [p, h] = he(s), m = X(s), a = X(null), c = X(s), y = X(n.startDate), v = X(n.endDate), f = (_) => {
1369
- a.current = _.clientX, c.current = s, y.current = n.startDate, v.current = n.endDate, h(s), m.current = s, l({ taskId: n.id, type: "bar" }), document.addEventListener("mousemove", $), document.addEventListener("mouseup", T);
1370
- }, $ = (_) => {
1371
- if (a.current === null) return;
1372
- const M = _.clientX - a.current, E = pe(M, i) * K[i].basePxPerDragStep, j = c.current + E;
1373
- h(j), m.current = j;
1374
- }, T = () => {
1375
- document.removeEventListener("mousemove", $), document.removeEventListener("mouseup", T);
1376
- const _ = m.current - c.current, M = pe(_, i), { dragStepUnit: L, dragStepAmount: E } = K[i], j = u.map(
1377
- (A) => A.id === n.id ? {
1378
- ...A,
1379
- startDate: C(y.current).add(M * E, L).toISOString(),
1380
- endDate: C(v.current).add(M * E, L).toISOString()
1381
- } : A
1389
+ setDraggingTaskMeta: f,
1390
+ clearDraggingTaskMeta: u
1391
+ } = De(), [m, p] = de(s), h = X(s), r = X(null), c = X(s), v = X(n.startDate), g = X(n.endDate), l = (j) => {
1392
+ r.current = j.clientX, c.current = s, v.current = n.startDate, g.current = n.endDate, p(s), h.current = s, f({ taskId: n.id, type: "bar" }), document.addEventListener("mousemove", y), document.addEventListener("mouseup", M);
1393
+ }, y = (j) => {
1394
+ if (r.current === null) return;
1395
+ const O = j.clientX - r.current, E = pe(O, o) * K[o].basePxPerDragStep, T = c.current + E;
1396
+ p(T), h.current = T;
1397
+ }, M = () => {
1398
+ document.removeEventListener("mousemove", y), document.removeEventListener("mouseup", M);
1399
+ const j = h.current - c.current, O = pe(j, o), { dragStepUnit: R, dragStepAmount: E } = K[o], T = i.map(
1400
+ (P) => P.id === n.id ? {
1401
+ ...P,
1402
+ startDate: q(v.current).add(O * E, R).toISOString(),
1403
+ endDate: q(g.current).add(O * E, R).toISOString()
1404
+ } : P
1382
1405
  );
1383
- e(j), r == null || r(j), o(), a.current = null;
1406
+ e(T), a == null || a(T), u(), r.current = null;
1384
1407
  };
1385
- return { onDragStart: f, tempLeft: p };
1408
+ return { onDragStart: l, tempLeft: m };
1386
1409
  }
1387
- function vn(n, s, r, u) {
1410
+ function vn(n, s, a, i) {
1388
1411
  const {
1389
- rawTasks: i,
1412
+ rawTasks: o,
1390
1413
  selectedScale: e,
1391
- setRawTasks: l,
1392
- setDraggingTaskMeta: o,
1393
- clearDraggingTaskMeta: p
1394
- } = De(), [h, m] = he(s), [a, c] = he(r), y = X(s), v = X(r), f = X(null), $ = X(s), T = X(r), _ = X(n.startDate), M = (j) => {
1395
- j.stopPropagation(), f.current = j.clientX, $.current = s, T.current = r, _.current = n.startDate, m(s), c(r), y.current = s, v.current = r, o({ taskId: n.id, type: "left" }), document.addEventListener("mousemove", L), document.addEventListener("mouseup", E);
1396
- }, L = (j) => {
1397
- if (f.current == null) return;
1398
- const A = j.clientX - f.current, g = pe(A, e) * K[e].basePxPerDragStep, d = $.current + g, O = T.current - g;
1399
- O < 1 || (m(d), c(O), y.current = d, v.current = O);
1414
+ setRawTasks: f,
1415
+ setDraggingTaskMeta: u,
1416
+ clearDraggingTaskMeta: m
1417
+ } = De(), [p, h] = de(s), [r, c] = de(a), v = X(s), g = X(a), l = X(null), y = X(s), M = X(a), j = X(n.startDate), O = (T) => {
1418
+ T.stopPropagation(), l.current = T.clientX, y.current = s, M.current = a, j.current = n.startDate, h(s), c(a), v.current = s, g.current = a, u({ taskId: n.id, type: "left" }), document.addEventListener("mousemove", R), document.addEventListener("mouseup", E);
1419
+ }, R = (T) => {
1420
+ if (l.current == null) return;
1421
+ const P = T.clientX - l.current, $ = pe(P, e) * K[e].basePxPerDragStep, d = y.current + $, I = M.current - $;
1422
+ I < 1 || (h(d), c(I), v.current = d, g.current = I);
1400
1423
  }, E = () => {
1401
- document.removeEventListener("mousemove", L), document.removeEventListener("mouseup", E);
1402
- const j = y.current - $.current, A = pe(j, e), { dragStepUnit: Y, dragStepAmount: g } = K[e], d = i.map((O) => {
1403
- if (O.id !== n.id) return O;
1404
- const B = C(_.current).add(
1405
- A * g,
1424
+ document.removeEventListener("mousemove", R), document.removeEventListener("mouseup", E);
1425
+ const T = v.current - y.current, P = pe(T, e), { dragStepUnit: Y, dragStepAmount: $ } = K[e], d = o.map((I) => {
1426
+ if (I.id !== n.id) return I;
1427
+ const B = q(j.current).add(
1428
+ P * $,
1406
1429
  Y
1407
1430
  );
1408
- return B.isAfter(C(O.endDate)) ? O : { ...O, startDate: B.toISOString() };
1431
+ return B.isAfter(q(I.endDate)) ? I : { ...I, startDate: B.toISOString() };
1409
1432
  });
1410
- l(d), u == null || u(d), p(), f.current = null;
1433
+ f(d), i == null || i(d), m(), l.current = null;
1411
1434
  };
1412
- return { onDragStart: M, tempLeft: h, tempWidth: a };
1435
+ return { onDragStart: O, tempLeft: p, tempWidth: r };
1413
1436
  }
1414
- function Dn(n, s, r) {
1437
+ function Dn(n, s, a) {
1415
1438
  const {
1416
- rawTasks: u,
1417
- selectedScale: i,
1439
+ rawTasks: i,
1440
+ selectedScale: o,
1418
1441
  setRawTasks: e,
1419
- setDraggingTaskMeta: l,
1420
- clearDraggingTaskMeta: o
1421
- } = De(), [p, h] = he(s), m = X(s), a = X(null), c = X(s), y = X(n.endDate), v = (T) => {
1422
- T.stopPropagation(), a.current = T.clientX, c.current = s, y.current = n.endDate, h(s), m.current = s, l({ taskId: n.id, type: "right" }), document.addEventListener("mousemove", f), document.addEventListener("mouseup", $);
1423
- }, f = (T) => {
1424
- if (a.current === null) return;
1425
- const _ = T.clientX - a.current, L = pe(_, i) * K[i].basePxPerDragStep, E = c.current + L;
1426
- E < 1 || (h(E), m.current = E);
1427
- }, $ = () => {
1428
- document.removeEventListener("mousemove", f), document.removeEventListener("mouseup", $);
1429
- const T = m.current - c.current, _ = pe(T, i), { dragStepUnit: M, dragStepAmount: L } = K[i], E = u.map((j) => {
1430
- if (j.id !== n.id) return j;
1431
- const A = C(y.current).add(
1432
- _ * L,
1433
- M
1442
+ setDraggingTaskMeta: f,
1443
+ clearDraggingTaskMeta: u
1444
+ } = De(), [m, p] = de(s), h = X(s), r = X(null), c = X(s), v = X(n.endDate), g = (M) => {
1445
+ M.stopPropagation(), r.current = M.clientX, c.current = s, v.current = n.endDate, p(s), h.current = s, f({ taskId: n.id, type: "right" }), document.addEventListener("mousemove", l), document.addEventListener("mouseup", y);
1446
+ }, l = (M) => {
1447
+ if (r.current === null) return;
1448
+ const j = M.clientX - r.current, R = pe(j, o) * K[o].basePxPerDragStep, E = c.current + R;
1449
+ E < 1 || (p(E), h.current = E);
1450
+ }, y = () => {
1451
+ document.removeEventListener("mousemove", l), document.removeEventListener("mouseup", y);
1452
+ const M = h.current - c.current, j = pe(M, o), { dragStepUnit: O, dragStepAmount: R } = K[o], E = i.map((T) => {
1453
+ if (T.id !== n.id) return T;
1454
+ const P = q(v.current).add(
1455
+ j * R,
1456
+ O
1434
1457
  );
1435
- return A.isBefore(C(j.startDate)) ? j : { ...j, endDate: A.toISOString() };
1458
+ return P.isBefore(q(T.startDate)) ? T : { ...T, endDate: P.toISOString() };
1436
1459
  });
1437
- e(E), r == null || r(E), o(), a.current = null;
1460
+ e(E), a == null || a(E), u(), r.current = null;
1438
1461
  };
1439
- return { onDragStart: v, tempWidth: p };
1462
+ return { onDragStart: g, tempWidth: m };
1440
1463
  }
1441
- function yn(n, s, r, u, i) {
1442
- if (r < 0 || i < 0)
1443
- return `M ${s} ${r} h ${(u - s) / 2}`;
1444
- const e = 7, l = 11, o = 25, p = 20, h = `M ${s} ${r}`, m = u - s, a = i - r, c = Math.abs(m), y = Math.abs(a), v = i <= r, f = i >= r, $ = u >= s, T = u <= s, _ = c > p, M = Math.abs(m / 2), L = Math.abs(a / 2);
1464
+ function yn(n, s, a, i, o) {
1465
+ if (a < 0 || o < 0)
1466
+ return `M ${s} ${a} h ${(i - s) / 2}`;
1467
+ const e = 7, f = 11, u = 25, m = 20, p = `M ${s} ${a}`, h = i - s, r = o - a, c = Math.abs(h), v = Math.abs(r), g = o <= a, l = o >= a, y = i >= s, M = i <= s, j = c > m, O = Math.abs(h / 2), R = Math.abs(r / 2);
1445
1468
  function E() {
1446
- function g() {
1447
- return ($ || T) && f && !_ ? "downSmallHorizontal" : ($ || T) && v && !_ ? "upSmallHorizontal" : f && T ? "downLeft" : f && $ ? "downRight" : v && T ? "upLeft" : v && $ ? "upRight" : "";
1469
+ function $() {
1470
+ return (y || M) && l && !j ? "downSmallHorizontal" : (y || M) && g && !j ? "upSmallHorizontal" : l && M ? "downLeft" : l && y ? "downRight" : g && M ? "upLeft" : g && y ? "upRight" : "";
1448
1471
  }
1449
- let d = h;
1450
- switch (g()) {
1472
+ let d = p;
1473
+ switch ($()) {
1451
1474
  case "downRight": {
1452
- d += ` h ${M - e}`, d += ` a ${e} ${e} 0 0 1 ${e} ${e}`, d += ` v ${a - e * 2}`, d += ` a ${e} ${e} 0 0 0 ${e} ${e}`, d += ` h ${M - e}`;
1475
+ d += ` h ${O - e}`, d += ` a ${e} ${e} 0 0 1 ${e} ${e}`, d += ` v ${r - e * 2}`, d += ` a ${e} ${e} 0 0 0 ${e} ${e}`, d += ` h ${O - e}`;
1453
1476
  break;
1454
1477
  }
1455
1478
  case "upRight": {
1456
- d += ` h ${M - e}`, d += ` a ${e} ${e} 0 0 0 ${e} -${e}`, d += ` v -${y - e * 2}`, d += ` a ${e} ${e} 0 0 1 ${e} -${e}`, d += ` h ${M - e}`;
1479
+ d += ` h ${O - e}`, d += ` a ${e} ${e} 0 0 0 ${e} -${e}`, d += ` v -${v - e * 2}`, d += ` a ${e} ${e} 0 0 1 ${e} -${e}`, d += ` h ${O - e}`;
1457
1480
  break;
1458
1481
  }
1459
1482
  case "downLeft":
1460
1483
  case "downSmallHorizontal": {
1461
- const B = r + a / 2;
1462
- d += ` h ${l}`, d += ` a ${e} ${e} 0 0 1 ${e} ${e}`, d += ` v ${B - r - e * 2}`, d += ` a ${e} ${e} 0 0 1 -${e} ${e}`, d += ` h ${m - 2 * l}`, d += ` a ${e} ${e} 0 0 0 -${e} ${e}`, d += ` v ${B - r - e * 2}`, d += ` a ${e} ${e} 0 0 0 ${e} ${e}`, d += ` h ${l}`;
1484
+ const B = a + r / 2;
1485
+ d += ` h ${f}`, d += ` a ${e} ${e} 0 0 1 ${e} ${e}`, d += ` v ${B - a - e * 2}`, d += ` a ${e} ${e} 0 0 1 -${e} ${e}`, d += ` h ${h - 2 * f}`, d += ` a ${e} ${e} 0 0 0 -${e} ${e}`, d += ` v ${B - a - e * 2}`, d += ` a ${e} ${e} 0 0 0 ${e} ${e}`, d += ` h ${f}`;
1463
1486
  break;
1464
1487
  }
1465
1488
  case "upLeft":
1466
1489
  case "upSmallHorizontal": {
1467
- const B = r + a / 2;
1468
- d += ` h ${l}`, d += ` a ${e} ${e} 0 0 0 ${e} -${e}`, d += ` v -${r - B - e * 2}`, d += ` a ${e} ${e} 0 0 0 -${e} -${e}`, d += ` h ${m - 2 * l}`, d += ` a ${e} ${e} 0 0 1 -${e} -${e}`, d += ` v -${r - B - e * 2}`, d += ` a ${e} ${e} 0 0 1 ${e} -${e}`, d += ` h ${l}`;
1490
+ const B = a + r / 2;
1491
+ d += ` h ${f}`, d += ` a ${e} ${e} 0 0 0 ${e} -${e}`, d += ` v -${a - B - e * 2}`, d += ` a ${e} ${e} 0 0 0 -${e} -${e}`, d += ` h ${h - 2 * f}`, d += ` a ${e} ${e} 0 0 1 -${e} -${e}`, d += ` v -${a - B - e * 2}`, d += ` a ${e} ${e} 0 0 1 ${e} -${e}`, d += ` h ${f}`;
1469
1492
  break;
1470
1493
  }
1471
1494
  default:
@@ -1473,32 +1496,32 @@ function yn(n, s, r, u, i) {
1473
1496
  }
1474
1497
  return d;
1475
1498
  }
1476
- function j() {
1477
- let g = h;
1478
- return f && T ? (g += ` h ${o - l}`, g += ` a ${e} ${e} 0 0 1 ${e} ${e}`, g += ` v ${a - e * 2}`, g += ` a ${e} ${e} 0 0 1 -${e} ${e}`, g += ` h ${m - e * 2}`) : f && $ ? (g += ` h ${m + o - l}`, g += ` a ${e} ${e} 0 0 1 ${e} ${e}`, g += ` v ${a - e * 2}`, g += ` a ${e} ${e} 0 0 1 -${e} ${e}`, g += ` h -${o - l}`) : v && T ? (g += ` h ${o - l}`, g += ` a ${e} ${e} 0 0 0 ${e} -${e}`, g += ` v ${a + e * 2}`, g += ` a ${e} ${e} 0 0 0 -${e} -${e}`, g += ` h ${m - o + l}`) : v && $ && (g += ` h ${m + o - l}`, g += ` a ${e} ${e} 0 0 0 ${e} -${e}`, g += ` v ${a + e * 2}`, g += ` a ${e} ${e} 0 0 0 -${e} -${e}`, g += ` h -${o - l}`), g;
1499
+ function T() {
1500
+ let $ = p;
1501
+ return l && M ? ($ += ` h ${u - f}`, $ += ` a ${e} ${e} 0 0 1 ${e} ${e}`, $ += ` v ${r - e * 2}`, $ += ` a ${e} ${e} 0 0 1 -${e} ${e}`, $ += ` h ${h - e * 2}`) : l && y ? ($ += ` h ${h + u - f}`, $ += ` a ${e} ${e} 0 0 1 ${e} ${e}`, $ += ` v ${r - e * 2}`, $ += ` a ${e} ${e} 0 0 1 -${e} ${e}`, $ += ` h -${u - f}`) : g && M ? ($ += ` h ${u - f}`, $ += ` a ${e} ${e} 0 0 0 ${e} -${e}`, $ += ` v ${r + e * 2}`, $ += ` a ${e} ${e} 0 0 0 -${e} -${e}`, $ += ` h ${h - u + f}`) : g && y && ($ += ` h ${h + u - f}`, $ += ` a ${e} ${e} 0 0 0 ${e} -${e}`, $ += ` v ${r + e * 2}`, $ += ` a ${e} ${e} 0 0 0 -${e} -${e}`, $ += ` h -${u - f}`), $;
1479
1502
  }
1480
- function A() {
1481
- function g() {
1482
- return ($ || T) && f && !_ ? "downSmallHorizontal" : ($ || T) && v && !_ ? "upSmallHorizontal" : f && T ? "downLeft" : f && $ ? "downRight" : v && T ? "upLeft" : v && $ ? "upRight" : "";
1503
+ function P() {
1504
+ function $() {
1505
+ return (y || M) && l && !j ? "downSmallHorizontal" : (y || M) && g && !j ? "upSmallHorizontal" : l && M ? "downLeft" : l && y ? "downRight" : g && M ? "upLeft" : g && y ? "upRight" : "";
1483
1506
  }
1484
- let d = h;
1485
- switch (g()) {
1507
+ let d = p;
1508
+ switch ($()) {
1486
1509
  case "downRight":
1487
1510
  case "downSmallHorizontal": {
1488
- d += " h -11", d += ` a ${e} ${e} 0 0 0 -${e} ${e}`, d += ` v ${L - e * 2}`, d += ` a ${e} ${e} 0 0 0 ${e} ${e}`, d += ` h ${l * 2 + m}`, d += ` a ${e} ${e} 0 0 1 ${e} ${e}`, d += ` v ${L - e * 2}`, d += ` a ${e} ${e} 0 0 1 -${e} ${e}`, d += " h -11";
1511
+ d += " h -11", d += ` a ${e} ${e} 0 0 0 -${e} ${e}`, d += ` v ${R - e * 2}`, d += ` a ${e} ${e} 0 0 0 ${e} ${e}`, d += ` h ${f * 2 + h}`, d += ` a ${e} ${e} 0 0 1 ${e} ${e}`, d += ` v ${R - e * 2}`, d += ` a ${e} ${e} 0 0 1 -${e} ${e}`, d += " h -11";
1489
1512
  break;
1490
1513
  }
1491
1514
  case "upRight":
1492
1515
  case "upSmallHorizontal": {
1493
- d += " h -11", d += ` a ${e} ${e} 0 0 1 -${e} -${e}`, d += ` v ${-(L - e * 2)}`, d += ` a ${e} ${e} 0 0 1 ${e} -${e}`, d += ` h ${l * 2 + m}`, d += ` a ${e} ${e} 0 0 0 ${e} -${e}`, d += ` v ${-(L - e * 2)}`, d += ` a ${e} ${e} 0 0 0 -${e} -${e}`, d += " h -11";
1516
+ d += " h -11", d += ` a ${e} ${e} 0 0 1 -${e} -${e}`, d += ` v ${-(R - e * 2)}`, d += ` a ${e} ${e} 0 0 1 ${e} -${e}`, d += ` h ${f * 2 + h}`, d += ` a ${e} ${e} 0 0 0 ${e} -${e}`, d += ` v ${-(R - e * 2)}`, d += ` a ${e} ${e} 0 0 0 -${e} -${e}`, d += " h -11";
1494
1517
  break;
1495
1518
  }
1496
1519
  case "downLeft": {
1497
- d += ` h ${-M + e}`, d += ` a ${e} ${e} 0 0 0 -${e} ${e}`, d += ` v ${y - e * 2}`, d += ` a ${e} ${e} 0 0 1 -${e} ${e}`, d += ` h ${-M + e}`;
1520
+ d += ` h ${-O + e}`, d += ` a ${e} ${e} 0 0 0 -${e} ${e}`, d += ` v ${v - e * 2}`, d += ` a ${e} ${e} 0 0 1 -${e} ${e}`, d += ` h ${-O + e}`;
1498
1521
  break;
1499
1522
  }
1500
1523
  case "upLeft": {
1501
- d += ` h ${-(M - e)}`, d += ` a ${e} ${e} 0 0 1 -${e} -${e}`, d += ` v ${-(y - e * 2)}`, d += ` a ${e} ${e} 0 0 0 -${e} -${e}`, d += ` h ${-M + e}`;
1524
+ d += ` h ${-(O - e)}`, d += ` a ${e} ${e} 0 0 1 -${e} -${e}`, d += ` v ${-(v - e * 2)}`, d += ` a ${e} ${e} 0 0 0 -${e} -${e}`, d += ` h ${-O + e}`;
1502
1525
  break;
1503
1526
  }
1504
1527
  default:
@@ -1507,42 +1530,42 @@ function yn(n, s, r, u, i) {
1507
1530
  return d;
1508
1531
  }
1509
1532
  function Y() {
1510
- let g = h;
1511
- return f && T ? (g += ` h ${m - o}`, g += ` a ${e} ${e} 0 0 0 -${e} ${e}`, g += ` v ${a - e * 2}`, g += ` a ${e} ${e} 0 0 0 ${e} ${e}`, g += ` h ${o}`) : f && $ ? (g += " h -25", g += ` a ${e} ${e} 0 0 0 -${e} ${e}`, g += ` v ${a - e * 2}`, g += ` a ${e} ${e} 0 0 0 ${e} ${e}`, g += ` h ${m + o}`) : v && T ? (g += ` h ${m - o}`, g += ` a ${e} ${e} 0 0 1 -${e} -${e}`, g += ` v ${a + e * 2}`, g += ` a ${e} ${e} 0 0 1 ${e} -${e}`, g += ` h ${o}`) : v && $ && (g += " h -25", g += ` a ${e} ${e} 0 0 1 -${e} -${e}`, g += ` v ${a + e * 2}`, g += ` a ${e} ${e} 0 0 1 ${e} -${e}`, g += ` h ${m + o}`), g;
1533
+ let $ = p;
1534
+ return l && M ? ($ += ` h ${h - u}`, $ += ` a ${e} ${e} 0 0 0 -${e} ${e}`, $ += ` v ${r - e * 2}`, $ += ` a ${e} ${e} 0 0 0 ${e} ${e}`, $ += ` h ${u}`) : l && y ? ($ += " h -25", $ += ` a ${e} ${e} 0 0 0 -${e} ${e}`, $ += ` v ${r - e * 2}`, $ += ` a ${e} ${e} 0 0 0 ${e} ${e}`, $ += ` h ${h + u}`) : g && M ? ($ += ` h ${h - u}`, $ += ` a ${e} ${e} 0 0 1 -${e} -${e}`, $ += ` v ${r + e * 2}`, $ += ` a ${e} ${e} 0 0 1 ${e} -${e}`, $ += ` h ${u}`) : g && y && ($ += " h -25", $ += ` a ${e} ${e} 0 0 1 -${e} -${e}`, $ += ` v ${r + e * 2}`, $ += ` a ${e} ${e} 0 0 1 ${e} -${e}`, $ += ` h ${h + u}`), $;
1512
1535
  }
1513
1536
  switch (n) {
1514
1537
  case "FS":
1515
1538
  return E();
1516
1539
  case "FF":
1517
- return j();
1540
+ return T();
1518
1541
  case "SF":
1519
- return A();
1542
+ return P();
1520
1543
  case "SS":
1521
1544
  return Y();
1522
1545
  default:
1523
- return `${h} L ${u} ${i}`;
1546
+ return `${p} L ${i} ${o}`;
1524
1547
  }
1525
1548
  }
1526
- function Sn({ allTasks: n, currentTask: s, onTasksChange: r }) {
1527
- const { onDragStart: u, tempLeft: i } = gn(s, s.barLeft, r), {
1549
+ function Sn({ allTasks: n, currentTask: s, onTasksChange: a }) {
1550
+ const { onDragStart: i, tempLeft: o } = gn(s, s.barLeft, a), {
1528
1551
  onDragStart: e,
1529
- tempLeft: l,
1530
- tempWidth: o
1552
+ tempLeft: f,
1553
+ tempWidth: u
1531
1554
  } = vn(
1532
1555
  s,
1533
1556
  s.barLeft,
1534
1557
  s.barWidth,
1535
- r
1536
- ), { onDragStart: p, tempWidth: h } = Dn(
1558
+ a
1559
+ ), { onDragStart: m, tempWidth: p } = Dn(
1537
1560
  s,
1538
1561
  s.barWidth,
1539
- r
1540
- ), { draggingTaskMeta: m } = De(), a = (m == null ? void 0 : m.taskId) === s.id;
1541
- let c = !1, y = !1, v = !1;
1542
- a && ((m == null ? void 0 : m.type) === "left" ? c = !0 : (m == null ? void 0 : m.type) === "right" ? y = !0 : (m == null ? void 0 : m.type) === "bar" && (v = !0));
1543
- let f = s.barLeft, $ = s.barWidth;
1544
- c ? (f = l, $ = o) : y ? $ = h : v && (f = i);
1545
- const T = () => /* @__PURE__ */ N.jsx(
1562
+ a
1563
+ ), { draggingTaskMeta: h } = De(), r = (h == null ? void 0 : h.taskId) === s.id;
1564
+ let c = !1, v = !1, g = !1;
1565
+ r && ((h == null ? void 0 : h.type) === "left" ? c = !0 : (h == null ? void 0 : h.type) === "right" ? v = !0 : (h == null ? void 0 : h.type) === "bar" && (g = !0));
1566
+ let l = s.barLeft, y = s.barWidth;
1567
+ c ? (l = f, y = u) : v ? y = p : g && (l = o);
1568
+ const M = () => /* @__PURE__ */ N.jsx(
1546
1569
  "button",
1547
1570
  {
1548
1571
  type: "button",
@@ -1553,46 +1576,62 @@ function Sn({ allTasks: n, currentTask: s, onTasksChange: r }) {
1553
1576
  width: "2rem",
1554
1577
  height: "100%"
1555
1578
  },
1556
- children: /* @__PURE__ */ N.jsx(it, { className: "fill-base-500 size-6" })
1579
+ children: /* @__PURE__ */ N.jsx(
1580
+ it,
1581
+ {
1582
+ className: "size-6",
1583
+ style: {
1584
+ fill: "#919294"
1585
+ }
1586
+ }
1587
+ )
1557
1588
  }
1558
- ), _ = () => /* @__PURE__ */ N.jsx(
1589
+ ), j = () => /* @__PURE__ */ N.jsx(
1559
1590
  "button",
1560
1591
  {
1561
1592
  type: "button",
1562
- onMouseDown: p,
1593
+ onMouseDown: m,
1563
1594
  className: "absolute top-0 flex h-full cursor-w-resize items-center justify-center opacity-0 hover:opacity-100",
1564
1595
  style: {
1565
1596
  right: "-1.15rem",
1566
1597
  width: "2rem",
1567
1598
  height: "100%"
1568
1599
  },
1569
- children: /* @__PURE__ */ N.jsx(it, { className: "fill-base-500 size-6" })
1600
+ children: /* @__PURE__ */ N.jsx(
1601
+ it,
1602
+ {
1603
+ className: "size-6",
1604
+ style: {
1605
+ fill: "#919294"
1606
+ }
1607
+ }
1608
+ )
1570
1609
  }
1571
- ), M = (s.dependencies || []).map((L) => {
1572
- const E = n.find((O) => O.id === L.targetId);
1610
+ ), O = (s.dependencies || []).map((R) => {
1611
+ const E = n.find((I) => I.id === R.targetId);
1573
1612
  if (!E) return null;
1574
- const j = ut, A = (E.order - 1) * j + j / 2, Y = (s.order - 1) * j + j / 2;
1575
- let g, d;
1576
- switch (L.type) {
1613
+ const T = ut, P = (E.order - 1) * T + T / 2, Y = (s.order - 1) * T + T / 2;
1614
+ let $, d;
1615
+ switch (R.type) {
1577
1616
  case "FS":
1578
- g = E.barLeft + E.barWidth, d = s.barLeft;
1617
+ $ = E.barLeft + E.barWidth, d = s.barLeft;
1579
1618
  break;
1580
1619
  case "SS":
1581
- g = E.barLeft, d = s.barLeft;
1620
+ $ = E.barLeft, d = s.barLeft;
1582
1621
  break;
1583
1622
  case "FF":
1584
- g = E.barLeft + E.barWidth, d = s.barLeft + s.barWidth;
1623
+ $ = E.barLeft + E.barWidth, d = s.barLeft + s.barWidth;
1585
1624
  break;
1586
1625
  case "SF":
1587
- g = E.barLeft, d = s.barLeft + s.barWidth;
1626
+ $ = E.barLeft, d = s.barLeft + s.barWidth;
1588
1627
  break;
1589
1628
  default:
1590
- return console.warn(`Unknown dependency type: ${L.type}`), null;
1629
+ return console.warn(`Unknown dependency type: ${R.type}`), null;
1591
1630
  }
1592
1631
  return {
1593
- ...L,
1594
- fromX: g,
1595
- fromY: A,
1632
+ ...R,
1633
+ fromX: $,
1634
+ fromY: P,
1596
1635
  toX: d,
1597
1636
  toY: Y
1598
1637
  };
@@ -1603,16 +1642,17 @@ function Sn({ allTasks: n, currentTask: s, onTasksChange: r }) {
1603
1642
  {
1604
1643
  role: "button",
1605
1644
  tabIndex: 0,
1606
- className: "bg-base-400 relative flex items-center",
1607
- onMouseDown: u,
1645
+ className: "relative flex items-center",
1646
+ onMouseDown: i,
1608
1647
  style: {
1609
- marginLeft: `${f}px`,
1610
- width: `${$}px`,
1648
+ backgroundColor: "#D6D6D8",
1649
+ marginLeft: `${l}px`,
1650
+ width: `${y}px`,
1611
1651
  height: "1rem"
1612
1652
  },
1613
1653
  children: [
1614
- T(),
1615
- _()
1654
+ M(),
1655
+ j()
1616
1656
  ]
1617
1657
  }
1618
1658
  ),
@@ -1629,15 +1669,15 @@ function Sn({ allTasks: n, currentTask: s, onTasksChange: r }) {
1629
1669
  children: /* @__PURE__ */ N.jsx("polygon", { points: "0 0, 6 3, 0 6", fill: "#000" })
1630
1670
  }
1631
1671
  ) }),
1632
- M.map((L, E) => /* @__PURE__ */ N.jsx(
1672
+ O.map((R, E) => /* @__PURE__ */ N.jsx(
1633
1673
  "path",
1634
1674
  {
1635
1675
  d: yn(
1636
- L.type,
1637
- L.fromX,
1638
- L.fromY,
1639
- L.toX,
1640
- L.toY
1676
+ R.type,
1677
+ R.fromX,
1678
+ R.fromY,
1679
+ R.toX,
1680
+ R.toY
1641
1681
  ),
1642
1682
  fill: "none",
1643
1683
  markerEnd: "url(#arrowhead)",
@@ -1648,81 +1688,126 @@ function Sn({ allTasks: n, currentTask: s, onTasksChange: r }) {
1648
1688
  ] })
1649
1689
  ] });
1650
1690
  }
1651
- function bn({ tasks: n, onTasksChange: s }) {
1652
- const [r, u] = he(n || []), i = X(null), {
1653
- rawTasks: e,
1654
- transformedTasks: l,
1655
- selectedScale: o,
1656
- setSelectedScale: p,
1657
- bottomRowCells: h,
1658
- topHeaderGroups: m,
1659
- setRawTasks: a,
1660
- setBottomRowCells: c,
1661
- setTopHeaderGroups: y,
1662
- setMinDate: v,
1663
- setMaxDate: f
1691
+ function bn({ tasks: n, onTasksChange: s, ganttHeight: a, columnWidth: i }) {
1692
+ const [o, e] = de(a || 500), [f, u] = de(i || 1e3), [m, p] = de(n || []), h = X(null), {
1693
+ rawTasks: r,
1694
+ transformedTasks: c,
1695
+ selectedScale: v,
1696
+ setSelectedScale: g,
1697
+ bottomRowCells: l,
1698
+ topHeaderGroups: y,
1699
+ setRawTasks: M,
1700
+ setBottomRowCells: j,
1701
+ setTopHeaderGroups: O,
1702
+ setMinDate: R,
1703
+ setMaxDate: E
1664
1704
  } = De();
1665
1705
  return xe(() => {
1666
- n.length === 0 ? u($n) : u(n);
1706
+ n.length === 0 ? p($n) : p(n);
1667
1707
  }, [n]), xe(() => {
1668
- if (!r.length) return;
1669
- const $ = Object.fromEntries(
1670
- r.map((T) => [
1671
- T.id,
1672
- { startDate: T.startDate, endDate: T.endDate }
1708
+ if (!m.length) return;
1709
+ const T = Object.fromEntries(
1710
+ m.map((P) => [
1711
+ P.id,
1712
+ { startDate: P.startDate, endDate: P.endDate }
1673
1713
  ])
1674
1714
  );
1675
1715
  St(
1676
- $,
1677
- o,
1716
+ T,
1678
1717
  v,
1679
- f,
1680
- c,
1681
- y
1718
+ R,
1719
+ E,
1720
+ j,
1721
+ O
1682
1722
  );
1683
- }, [r, o]), xe(() => {
1684
- !h.length || !r.length || e.length === 0 && a(r);
1685
- }, [h, r]), /* @__PURE__ */ N.jsx("div", { className: "bg-base-50 h-full w-full overflow-hidden", children: /* @__PURE__ */ N.jsxs("section", { className: "relative flex h-full w-full flex-col", children: [
1686
- /* @__PURE__ */ N.jsx("div", { className: "fixed top-0.75 right-4 z-40", children: /* @__PURE__ */ N.jsx(
1687
- "select",
1688
- {
1689
- className: "bg-base-50 rounded-md px-2 py-0.5 text-sm font-medium",
1690
- value: o,
1691
- onChange: ($) => {
1692
- const T = $.target.value;
1693
- p(T);
1694
- },
1695
- children: Object.keys(K).map(($) => /* @__PURE__ */ N.jsx("option", { value: $, children: K[$].labelUnit }, $))
1696
- }
1697
- ) }),
1698
- /* @__PURE__ */ N.jsx("div", { ref: i, className: "grow overflow-x-auto", children: /* @__PURE__ */ N.jsxs("div", { className: "flex min-w-max flex-col", children: [
1699
- /* @__PURE__ */ N.jsx(
1700
- xt,
1701
- {
1702
- topHeaderGroups: m,
1703
- bottomRowCells: h,
1704
- selectedScale: o,
1705
- scrollRef: i
1706
- }
1707
- ),
1708
- /* @__PURE__ */ N.jsx("div", { className: "relative flex", children: /* @__PURE__ */ N.jsx("div", { className: "flex grow flex-col", children: l.map(($) => /* @__PURE__ */ N.jsx(
1723
+ }, [m, v]), xe(() => {
1724
+ !l.length || !m.length || r.length === 0 && M(m);
1725
+ }, [l, m]), /* @__PURE__ */ N.jsx(
1726
+ "section",
1727
+ {
1728
+ style: {
1729
+ position: "relative",
1730
+ overflow: "auto",
1731
+ height: `${o}px`,
1732
+ width: `${f}px`,
1733
+ backgroundColor: "#FFF",
1734
+ fontFamily: "sans-serif"
1735
+ },
1736
+ children: /* @__PURE__ */ N.jsx(
1709
1737
  "div",
1710
1738
  {
1711
- className: "border-base-300 bg-base-100 flex w-full items-center border-b border-solid",
1712
- style: { height: `${ut}px` },
1713
- children: /* @__PURE__ */ N.jsx(
1714
- Sn,
1715
- {
1716
- allTasks: l,
1717
- currentTask: $,
1718
- onTasksChange: s
1719
- }
1720
- )
1721
- },
1722
- $.id
1723
- )) }) })
1724
- ] }) })
1725
- ] }) });
1739
+ className: "size-full",
1740
+ style: {
1741
+ backgroundColor: "#FFF"
1742
+ },
1743
+ children: /* @__PURE__ */ N.jsxs("section", { className: "relative flex h-full w-full flex-col", children: [
1744
+ /* @__PURE__ */ N.jsx(
1745
+ "div",
1746
+ {
1747
+ style: {
1748
+ display: "flex",
1749
+ justifyContent: "flex-end",
1750
+ alignItems: "center",
1751
+ padding: "4px 8px",
1752
+ backgroundColor: "#FFF",
1753
+ borderBottom: "1px solid #E6E7E9"
1754
+ },
1755
+ children: /* @__PURE__ */ N.jsx(
1756
+ "select",
1757
+ {
1758
+ style: {
1759
+ backgroundColor: "#FFF",
1760
+ padding: "4px 8px",
1761
+ fontSize: "0.875rem",
1762
+ borderRadius: "6px",
1763
+ border: "1px solid #E6E7E9"
1764
+ },
1765
+ value: v,
1766
+ onChange: (T) => {
1767
+ const P = T.target.value;
1768
+ g(P);
1769
+ },
1770
+ children: Object.keys(K).map((T) => /* @__PURE__ */ N.jsx("option", { value: T, children: K[T].labelUnit }, T))
1771
+ }
1772
+ )
1773
+ }
1774
+ ),
1775
+ /* @__PURE__ */ N.jsx("div", { ref: h, className: "grow overflow-x-auto", children: /* @__PURE__ */ N.jsxs("div", { className: "flex min-w-max flex-col", children: [
1776
+ /* @__PURE__ */ N.jsx(
1777
+ xt,
1778
+ {
1779
+ topHeaderGroups: y,
1780
+ bottomRowCells: l,
1781
+ selectedScale: v,
1782
+ scrollRef: h
1783
+ }
1784
+ ),
1785
+ /* @__PURE__ */ N.jsx("div", { className: "relative flex", children: /* @__PURE__ */ N.jsx("div", { className: "flex grow flex-col", children: c.map((T) => /* @__PURE__ */ N.jsx(
1786
+ "div",
1787
+ {
1788
+ className: "flex w-full items-center border-b border-solid",
1789
+ style: {
1790
+ height: `${ut}px`,
1791
+ backgroundColor: "#FFF",
1792
+ borderColor: "#E6E7E9"
1793
+ },
1794
+ children: /* @__PURE__ */ N.jsx(
1795
+ Sn,
1796
+ {
1797
+ allTasks: c,
1798
+ currentTask: T,
1799
+ onTasksChange: s
1800
+ }
1801
+ )
1802
+ },
1803
+ T.id
1804
+ )) }) })
1805
+ ] }) })
1806
+ ] })
1807
+ }
1808
+ )
1809
+ }
1810
+ );
1726
1811
  }
1727
1812
  export {
1728
1813
  bn as ReactGanttChart