@jaeungkim/gantt-chart 0.1.6 → 0.1.7

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,7 +1,7 @@
1
1
  import * as Ue from "react";
2
- import Ne, { useState as de, useMemo as _e, useEffect as xe, useRef as X } from "react";
3
- function te(r) {
4
- return r && r.__esModule && Object.prototype.hasOwnProperty.call(r, "default") ? r.default : r;
2
+ import Ae, { useState as de, useMemo as _e, useEffect as xe, useRef as V } from "react";
3
+ function te(n) {
4
+ return n && n.__esModule && Object.prototype.hasOwnProperty.call(n, "default") ? n.default : n;
5
5
  }
6
6
  var Se = { exports: {} }, ge = {};
7
7
  /**
@@ -17,23 +17,23 @@ var He;
17
17
  function lt() {
18
18
  if (He) return ge;
19
19
  He = 1;
20
- var r = Symbol.for("react.transitional.element"), s = Symbol.for("react.fragment");
21
- function a(i, o, e) {
20
+ var n = Symbol.for("react.transitional.element"), o = Symbol.for("react.fragment");
21
+ function a(i, s, e) {
22
22
  var f = null;
23
- if (e !== void 0 && (f = "" + e), o.key !== void 0 && (f = "" + o.key), "key" in o) {
23
+ if (e !== void 0 && (f = "" + e), s.key !== void 0 && (f = "" + s.key), "key" in s) {
24
24
  e = {};
25
- for (var u in o)
26
- u !== "key" && (e[u] = o[u]);
27
- } else e = o;
28
- return o = e.ref, {
29
- $$typeof: r,
25
+ for (var u in s)
26
+ u !== "key" && (e[u] = s[u]);
27
+ } else e = s;
28
+ return s = e.ref, {
29
+ $$typeof: n,
30
30
  type: i,
31
31
  key: f,
32
- ref: o !== void 0 ? o : null,
32
+ ref: s !== void 0 ? s : null,
33
33
  props: e
34
34
  };
35
35
  }
36
- return ge.Fragment = s, ge.jsx = a, ge.jsxs = a, ge;
36
+ return ge.Fragment = o, ge.jsx = a, ge.jsxs = a, ge;
37
37
  }
38
38
  var ve = {};
39
39
  /**
@@ -48,7 +48,7 @@ var ve = {};
48
48
  var ze;
49
49
  function ft() {
50
50
  return ze || (ze = 1, process.env.NODE_ENV !== "production" && function() {
51
- function r(t) {
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;
@@ -64,7 +64,7 @@ function ft() {
64
64
  return "StrictMode";
65
65
  case B:
66
66
  return "Suspense";
67
- case he:
67
+ case pe:
68
68
  return "SuspenseList";
69
69
  }
70
70
  if (typeof t == "object")
@@ -79,22 +79,22 @@ function ft() {
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
81
  case F:
82
- return b = t.displayName || null, b !== null ? b : r(t.type) || "Memo";
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;
85
85
  try {
86
- return r(t(b));
86
+ return n(t(b));
87
87
  } catch {
88
88
  }
89
89
  }
90
90
  return null;
91
91
  }
92
- function s(t) {
92
+ function o(t) {
93
93
  return "" + t;
94
94
  }
95
95
  function a(t) {
96
96
  try {
97
- s(t);
97
+ o(t);
98
98
  var b = !1;
99
99
  } catch {
100
100
  b = !0;
@@ -106,14 +106,14 @@ function ft() {
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
108
  C
109
- ), s(t);
109
+ ), o(t);
110
110
  }
111
111
  }
112
112
  function i() {
113
113
  }
114
- function o() {
114
+ function s() {
115
115
  if (z === 0) {
116
- J = console.log, ae = console.info, re = console.warn, ue = console.error, ne = console.group, G = console.groupCollapsed, ee = console.groupEnd;
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,
@@ -136,13 +136,13 @@ function ft() {
136
136
  if (z--, z === 0) {
137
137
  var t = { configurable: !0, enumerable: !0, writable: !0 };
138
138
  Object.defineProperties(console, {
139
- log: N({}, t, { value: J }),
140
- info: N({}, t, { value: ae }),
141
- warn: N({}, t, { value: re }),
142
- error: N({}, t, { value: ue }),
143
- group: N({}, t, { value: ne }),
144
- groupCollapsed: N({}, t, { value: G }),
145
- groupEnd: N({}, t, { value: ee })
139
+ log: A({}, t, { value: J }),
140
+ info: A({}, t, { value: ae }),
141
+ warn: A({}, t, { value: ne }),
142
+ error: A({}, t, { value: ue }),
143
+ group: A({}, t, { value: re }),
144
+ groupCollapsed: A({}, t, { value: G }),
145
+ groupEnd: A({}, t, { value: ee })
146
146
  });
147
147
  }
148
148
  0 > z && console.error(
@@ -150,16 +150,16 @@ function ft() {
150
150
  );
151
151
  }
152
152
  function f(t) {
153
- if (se === void 0)
153
+ if (oe === 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] || "", le = -1 < w.stack.indexOf(`
158
+ oe = 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 + le;
162
+ ` + oe + t + le;
163
163
  }
164
164
  function u(t, b) {
165
165
  if (!t || je) return "";
@@ -167,9 +167,9 @@ function ft() {
167
167
  if (w !== void 0) return w;
168
168
  je = !0, w = Error.prepareStackTrace, Error.prepareStackTrace = void 0;
169
169
  var C = null;
170
- C = L.H, L.H = null, o();
170
+ C = L.H, L.H = null, s();
171
171
  try {
172
- var V = {
172
+ var X = {
173
173
  DetermineComponentFrameRoot: function() {
174
174
  try {
175
175
  if (b) {
@@ -184,14 +184,14 @@ function ft() {
184
184
  try {
185
185
  Reflect.construct(ce, []);
186
186
  } catch (ie) {
187
- var ye = ie;
187
+ var De = ie;
188
188
  }
189
189
  Reflect.construct(t, [], ce);
190
190
  } else {
191
191
  try {
192
192
  ce.call();
193
193
  } catch (ie) {
194
- ye = ie;
194
+ De = ie;
195
195
  }
196
196
  t.call(ce.prototype);
197
197
  }
@@ -199,32 +199,32 @@ function ft() {
199
199
  try {
200
200
  throw Error();
201
201
  } catch (ie) {
202
- ye = ie;
202
+ De = ie;
203
203
  }
204
204
  (ce = t()) && typeof ce.catch == "function" && ce.catch(function() {
205
205
  });
206
206
  }
207
207
  } catch (ie) {
208
- if (ie && ye && typeof ie.stack == "string")
209
- return [ie.stack, ye.stack];
208
+ if (ie && De && typeof ie.stack == "string")
209
+ return [ie.stack, De.stack];
210
210
  }
211
211
  return [null, null];
212
212
  }
213
213
  };
214
- V.DetermineComponentFrameRoot.displayName = "DetermineComponentFrameRoot";
214
+ X.DetermineComponentFrameRoot.displayName = "DetermineComponentFrameRoot";
215
215
  var U = Object.getOwnPropertyDescriptor(
216
- V.DetermineComponentFrameRoot,
216
+ X.DetermineComponentFrameRoot,
217
217
  "name"
218
218
  );
219
219
  U && U.configurable && Object.defineProperty(
220
- V.DetermineComponentFrameRoot,
220
+ X.DetermineComponentFrameRoot,
221
221
  "name",
222
222
  { value: "DetermineComponentFrameRoot" }
223
223
  );
224
- var _ = V.DetermineComponentFrameRoot(), oe = _[0], me = _[1];
225
- if (oe && me) {
226
- var Q = oe.split(`
227
- `), fe = me.split(`
224
+ var _ = X.DetermineComponentFrameRoot(), se = _[0], he = _[1];
225
+ if (se && he) {
226
+ var Q = se.split(`
227
+ `), fe = he.split(`
228
228
  `);
229
229
  for (_ = U = 0; U < Q.length && !Q[U].includes(
230
230
  "DetermineComponentFrameRoot"
@@ -258,7 +258,7 @@ function ft() {
258
258
  }
259
259
  return Q = (Q = t ? t.displayName || t.name : "") ? f(Q) : "", typeof t == "function" && Ze.set(t, Q), Q;
260
260
  }
261
- function h(t) {
261
+ function p(t) {
262
262
  if (t == null) return "";
263
263
  if (typeof t == "function") {
264
264
  var b = t.prototype;
@@ -271,7 +271,7 @@ function ft() {
271
271
  switch (t) {
272
272
  case B:
273
273
  return f("Suspense");
274
- case he:
274
+ case pe:
275
275
  return f("SuspenseList");
276
276
  }
277
277
  if (typeof t == "object")
@@ -279,28 +279,28 @@ function ft() {
279
279
  case I:
280
280
  return t = u(t.render, !1), t;
281
281
  case F:
282
- return h(t.type);
282
+ return p(t.type);
283
283
  case S:
284
284
  b = t._payload, t = t._init;
285
285
  try {
286
- return h(t(b));
286
+ return p(t(b));
287
287
  } catch {
288
288
  }
289
289
  }
290
290
  return "";
291
291
  }
292
- function p() {
292
+ function m() {
293
293
  var t = L.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 n(t, b) {
303
+ function r(t, b) {
304
304
  function w() {
305
305
  Ce || (Ce = !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)",
@@ -313,18 +313,18 @@ function ft() {
313
313
  });
314
314
  }
315
315
  function c() {
316
- var t = r(this.type);
317
- return Ae[t] || (Ae[t] = !0, console.error(
316
+ var t = n(this.type);
317
+ return qe[t] || (qe[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 D(t, b, w, C, V, U) {
321
+ function y(t, b, w, C, X, U) {
322
322
  return w = U.ref, t = {
323
323
  $$typeof: R,
324
324
  type: t,
325
325
  key: b,
326
326
  props: U,
327
- _owner: V
327
+ _owner: X
328
328
  }, (w !== void 0 ? w : null) !== null ? Object.defineProperty(t, "ref", {
329
329
  enumerable: !1,
330
330
  get: c
@@ -340,8 +340,8 @@ function ft() {
340
340
  value: null
341
341
  }), Object.freeze && (Object.freeze(t.props), Object.freeze(t)), t;
342
342
  }
343
- function g(t, b, w, C, V, U) {
344
- if (typeof t == "string" || typeof t == "function" || t === O || t === Y || t === P || t === B || t === he || t === v || typeof t == "object" && t !== null && (t.$$typeof === S || t.$$typeof === F || t.$$typeof === d || t.$$typeof === $ || t.$$typeof === I || t.$$typeof === W || t.getModuleId !== void 0)) {
343
+ function g(t, b, w, C, X, U) {
344
+ if (typeof t == "string" || typeof t == "function" || t === O || t === Y || t === P || t === B || t === pe || t === v || typeof t == "object" && t !== null && (t.$$typeof === S || t.$$typeof === F || t.$$typeof === d || t.$$typeof === $ || t.$$typeof === I || t.$$typeof === N || t.getModuleId !== void 0)) {
345
345
  var _ = b.children;
346
346
  if (_ !== void 0)
347
347
  if (C)
@@ -355,17 +355,17 @@ function ft() {
355
355
  );
356
356
  else l(_, t);
357
357
  } else
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 ? C = "null" : H(t) ? C = "array" : t !== void 0 && t.$$typeof === R ? (C = "<" + (r(t.type) || "Unknown") + " />", _ = " Did you accidentally export a JSX literal instead of a component?") : C = 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 ? C = "null" : H(t) ? C = "array" : t !== void 0 && t.$$typeof === R ? (C = "<" + (n(t.type) || "Unknown") + " />", _ = " Did you accidentally export a JSX literal instead of a component?") : C = 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
360
  C,
361
361
  _
362
362
  );
363
363
  if (Z.call(b, "key")) {
364
- _ = r(t);
365
- var oe = Object.keys(b).filter(function(Q) {
364
+ _ = n(t);
365
+ var se = Object.keys(b).filter(function(Q) {
366
366
  return Q !== "key";
367
367
  });
368
- C = 0 < oe.length ? "{key: someKey, " + oe.join(": ..., ") + ": ...}" : "{key: someKey}", qe[_ + C] || (oe = 0 < oe.length ? "{" + oe.join(": ..., ") + ": ...}" : "{}", console.error(
368
+ C = 0 < se.length ? "{key: someKey, " + se.join(": ..., ") + ": ...}" : "{key: someKey}", We[_ + C] || (se = 0 < se.length ? "{" + se.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} />
@@ -374,46 +374,46 @@ React keys must be passed directly to JSX without using spread:
374
374
  <%s key={someKey} {...props} />`,
375
375
  C,
376
376
  _,
377
- oe,
377
+ se,
378
378
  _
379
- ), qe[_ + C] = !0);
379
+ ), We[_ + C] = !0);
380
380
  }
381
- if (_ = null, w !== void 0 && (a(w), _ = "" + w), m(b) && (a(b.key), _ = "" + 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 _ && n(
386
+ return _ && r(
387
387
  w,
388
388
  typeof t == "function" ? t.displayName || t.name || "Unknown" : t
389
- ), D(t, _, U, V, p(), w);
389
+ ), y(t, _, U, X, m(), w);
390
390
  }
391
391
  function l(t, b) {
392
392
  if (typeof t == "object" && t && t.$$typeof !== dt) {
393
393
  if (H(t))
394
394
  for (var w = 0; w < t.length; w++) {
395
395
  var C = t[w];
396
- y(C) && E(C, b);
396
+ D(C) && E(C, b);
397
397
  }
398
- else if (y(t))
398
+ else if (D(t))
399
399
  t._store && (t._store.validated = 1);
400
400
  else if (t === null || typeof t != "object" ? w = null : (w = T && t[T] || 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
- y(t.value) && E(t.value, b);
402
+ D(t.value) && E(t.value, b);
403
403
  }
404
404
  }
405
- function y(t) {
405
+ function D(t) {
406
406
  return typeof t == "object" && t !== null && t.$$typeof === R;
407
407
  }
408
408
  function E(t, b) {
409
- if (t._store && !t._store.validated && t.key == null && (t._store.validated = 1, b = j(b), !We[b])) {
410
- We[b] = !0;
409
+ if (t._store && !t._store.validated && t.key == null && (t._store.validated = 1, b = j(b), !Ne[b])) {
410
+ Ne[b] = !0;
411
411
  var w = "";
412
- t && t._owner != null && t._owner !== p() && (w = null, typeof t._owner.tag == "number" ? w = r(t._owner.type) : typeof t._owner.name == "string" && (w = t._owner.name), w = " It was passed a child from " + w + ".");
412
+ t && t._owner != null && t._owner !== m() && (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
413
  var C = L.getCurrentStack;
414
414
  L.getCurrentStack = function() {
415
- var V = h(t.type);
416
- return C && (V += C() || ""), V;
415
+ var X = p(t.type);
416
+ return C && (X += C() || ""), X;
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,
@@ -422,28 +422,28 @@ React keys must be passed directly to JSX without using spread:
422
422
  }
423
423
  }
424
424
  function j(t) {
425
- var b = "", w = p();
426
- return w && (w = r(w.type)) && (b = `
425
+ var b = "", w = m();
426
+ return w && (w = n(w.type)) && (b = `
427
427
 
428
- Check the render method of \`` + w + "`."), b || (t = r(t)) && (b = `
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, R = Symbol.for("react.transitional.element"), k = Symbol.for("react.portal"), O = 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"), he = Symbol.for("react.suspense_list"), F = Symbol.for("react.memo"), S = Symbol.for("react.lazy"), v = Symbol.for("react.offscreen"), T = Symbol.iterator, x = Symbol.for("react.client.reference"), L = M.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, Z = Object.prototype.hasOwnProperty, N = Object.assign, W = Symbol.for("react.client.reference"), H = Array.isArray, z = 0, J, ae, re, ue, ne, G, ee;
432
+ var M = Ae, R = Symbol.for("react.transitional.element"), k = Symbol.for("react.portal"), O = 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"), pe = Symbol.for("react.suspense_list"), F = Symbol.for("react.memo"), S = Symbol.for("react.lazy"), v = Symbol.for("react.offscreen"), T = Symbol.iterator, x = Symbol.for("react.client.reference"), L = M.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, Z = Object.prototype.hasOwnProperty, A = Object.assign, N = Symbol.for("react.client.reference"), H = Array.isArray, z = 0, J, ae, ne, ue, re, G, ee;
433
433
  i.__reactDisabledLog = !0;
434
- var se, le, je = !1, Ze = new (typeof WeakMap == "function" ? WeakMap : Map)(), dt = Symbol.for("react.client.reference"), Ce, Ae = {}, qe = {}, We = {};
435
- ve.Fragment = O, ve.jsx = function(t, b, w, C, V) {
436
- return g(t, b, w, !1, C, V);
437
- }, ve.jsxs = function(t, b, w, C, V) {
438
- return g(t, b, w, !0, C, V);
434
+ var oe, le, je = !1, Ze = new (typeof WeakMap == "function" ? WeakMap : Map)(), dt = Symbol.for("react.client.reference"), Ce, qe = {}, We = {}, Ne = {};
435
+ ve.Fragment = O, ve.jsx = function(t, b, w, C, X) {
436
+ return g(t, b, w, !1, C, X);
437
+ }, ve.jsxs = function(t, b, w, C, X) {
438
+ return g(t, b, w, !0, C, X);
439
439
  };
440
440
  }()), ve;
441
441
  }
442
442
  var Ye;
443
- function ht() {
443
+ function pt() {
444
444
  return Ye || (Ye = 1, process.env.NODE_ENV === "production" ? Se.exports = lt() : Se.exports = ft()), Se.exports;
445
445
  }
446
- var A = ht();
446
+ var q = pt();
447
447
  const ut = 2.375 * 16, Be = 3, K = {
448
448
  day: {
449
449
  labelUnit: "day",
@@ -452,9 +452,9 @@ const ut = 2.375 * 16, Be = 3, K = {
452
452
  dragStepUnit: "minute",
453
453
  dragStepAmount: 15,
454
454
  basePxPerDragStep: 16,
455
- formatTickLabel: (r) => r.format("h A"),
455
+ formatTickLabel: (n) => n.format("h A"),
456
456
  // → 9:12 AM, 12:00 PM, 3:45 PM // 09:00, 10:00...
457
- formatHeaderLabel: (r) => r.format("MMM D")
457
+ formatHeaderLabel: (n) => n.format("MMM D")
458
458
  // Jun 1
459
459
  },
460
460
  week: {
@@ -464,9 +464,9 @@ const ut = 2.375 * 16, Be = 3, K = {
464
464
  dragStepUnit: "hour",
465
465
  dragStepAmount: 6,
466
466
  basePxPerDragStep: 32,
467
- formatTickLabel: (r) => r.format("D"),
467
+ formatTickLabel: (n) => n.format("D"),
468
468
  // 1, 2, 3...
469
- formatHeaderLabel: (r) => r.format("MMM")
469
+ formatHeaderLabel: (n) => n.format("MMM")
470
470
  // Jun
471
471
  },
472
472
  month: {
@@ -476,9 +476,9 @@ const ut = 2.375 * 16, Be = 3, K = {
476
476
  dragStepUnit: "day",
477
477
  dragStepAmount: 1,
478
478
  basePxPerDragStep: 64,
479
- formatTickLabel: (r) => r.format("D"),
479
+ formatTickLabel: (n) => n.format("D"),
480
480
  // 1, 2, 3...
481
- formatHeaderLabel: (r) => r.format("MMM YYYY")
481
+ formatHeaderLabel: (n) => n.format("MMM YYYY")
482
482
  // Jun 2024
483
483
  },
484
484
  year: {
@@ -488,19 +488,19 @@ const ut = 2.375 * 16, Be = 3, K = {
488
488
  dragStepUnit: "day",
489
489
  dragStepAmount: 1,
490
490
  basePxPerDragStep: 16,
491
- formatTickLabel: (r) => r.format("D"),
491
+ formatTickLabel: (n) => n.format("D"),
492
492
  // Jan, Feb...
493
- formatHeaderLabel: (r) => r.format("YYYY")
493
+ formatHeaderLabel: (n) => n.format("YYYY")
494
494
  // 2024
495
495
  }
496
496
  };
497
- var be = { exports: {} }, mt = be.exports, Ge;
498
- function pt() {
499
- return Ge || (Ge = 1, function(r, s) {
497
+ var be = { exports: {} }, ht = be.exports, Ge;
498
+ function mt() {
499
+ return Ge || (Ge = 1, function(n, o) {
500
500
  (function(a, i) {
501
- r.exports = i();
502
- })(mt, function() {
503
- var a = 1e3, i = 6e4, o = 36e5, e = "millisecond", f = "second", u = "minute", h = "hour", p = "day", m = "week", n = "month", c = "quarter", D = "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+)?$/, E = /\[([^\]]+)]|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(F) {
501
+ n.exports = i();
502
+ })(ht, function() {
503
+ var a = 1e3, i = 6e4, s = 36e5, e = "millisecond", f = "second", u = "minute", p = "hour", m = "day", h = "week", r = "month", c = "quarter", y = "year", g = "date", l = "Invalid Date", D = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, E = /\[([^\]]+)]|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(F) {
504
504
  var S = ["th", "st", "nd", "rd"], v = F % 100;
505
505
  return "[" + F + (S[(v - 20) % 10] || S[v] || S[0]) + "]";
506
506
  } }, M = function(F, S, v) {
@@ -511,12 +511,12 @@ function pt() {
511
511
  return (S <= 0 ? "+" : "-") + M(T, 2, "0") + ":" + M(x, 2, "0");
512
512
  }, m: function F(S, v) {
513
513
  if (S.date() < v.date()) return -F(v, S);
514
- var T = 12 * (v.year() - S.year()) + (v.month() - S.month()), x = S.clone().add(T, n), L = v - x < 0, Z = S.clone().add(T + (L ? -1 : 1), n);
514
+ var T = 12 * (v.year() - S.year()) + (v.month() - S.month()), x = S.clone().add(T, r), L = v - x < 0, Z = S.clone().add(T + (L ? -1 : 1), r);
515
515
  return +(-(T + (v - x) / (L ? x - Z : Z - x)) || 0);
516
516
  }, a: function(F) {
517
517
  return F < 0 ? Math.ceil(F) || 0 : Math.floor(F);
518
518
  }, p: function(F) {
519
- return { M: n, y: D, w: m, d: p, D: g, h, m: u, s: f, ms: e, Q: c }[F] || String(F || "").toLowerCase().replace(/s$/, "");
519
+ return { M: r, y, w: h, d: m, D: g, h: p, m: u, s: f, ms: e, Q: c }[F] || String(F || "").toLowerCase().replace(/s$/, "");
520
520
  }, u: function(F) {
521
521
  return F === void 0;
522
522
  } }, k = "en", O = {};
@@ -532,8 +532,8 @@ function pt() {
532
532
  var Z = S.split("-");
533
533
  if (!x && Z.length > 1) return F(Z[0]);
534
534
  } else {
535
- var N = S.name;
536
- O[N] = S, x = N;
535
+ var A = S.name;
536
+ O[A] = S, x = A;
537
537
  }
538
538
  return !T && x && (k = x), x || !T && k;
539
539
  }, d = function(F, S) {
@@ -556,10 +556,10 @@ function pt() {
556
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(y);
559
+ var Z = x.match(D);
560
560
  if (Z) {
561
- var N = Z[2] - 1 || 0, W = (Z[7] || "0").substring(0, 3);
562
- return L ? new Date(Date.UTC(Z[1], N, Z[3] || 1, Z[4] || 0, Z[5] || 0, Z[6] || 0, W)) : new Date(Z[1], N, Z[3] || 1, Z[4] || 0, Z[5] || 0, Z[6] || 0, W);
561
+ var A = Z[2] - 1 || 0, N = (Z[7] || "0").substring(0, 3);
562
+ return L ? new Date(Date.UTC(Z[1], A, Z[3] || 1, Z[4] || 0, Z[5] || 0, Z[6] || 0, N)) : new Date(Z[1], A, Z[3] || 1, Z[4] || 0, Z[5] || 0, Z[6] || 0, N);
563
563
  }
564
564
  }
565
565
  return new Date(x);
@@ -585,40 +585,40 @@ function pt() {
585
585
  }, S.valueOf = function() {
586
586
  return this.$d.getTime();
587
587
  }, S.startOf = function(v, T) {
588
- var x = this, L = !!I.u(T) || T, Z = I.p(v), N = function(ne, G) {
589
- var ee = I.w(x.$u ? Date.UTC(x.$y, G, ne) : new Date(x.$y, G, ne), x);
590
- return L ? ee : ee.endOf(p);
591
- }, W = function(ne, G) {
592
- return I.w(x.toDate()[ne].apply(x.toDate("s"), (L ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(G)), x);
588
+ var x = this, L = !!I.u(T) || T, Z = I.p(v), A = 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 L ? ee : ee.endOf(m);
591
+ }, N = function(re, G) {
592
+ return I.w(x.toDate()[re].apply(x.toDate("s"), (L ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(G)), x);
593
593
  }, H = this.$W, z = this.$M, J = this.$D, ae = "set" + (this.$u ? "UTC" : "");
594
594
  switch (Z) {
595
- case D:
596
- return L ? N(1, 0) : N(31, 11);
597
- case n:
598
- return L ? N(1, z) : N(0, z + 1);
595
+ case y:
596
+ return L ? A(1, 0) : A(31, 11);
597
+ case r:
598
+ return L ? A(1, z) : A(0, z + 1);
599
+ case h:
600
+ var ne = this.$locale().weekStart || 0, ue = (H < ne ? H + 7 : H) - ne;
601
+ return A(L ? J - ue : J + (6 - ue), z);
599
602
  case m:
600
- var re = this.$locale().weekStart || 0, ue = (H < re ? H + 7 : H) - re;
601
- return N(L ? J - ue : J + (6 - ue), z);
602
- case p:
603
603
  case g:
604
- return W(ae + "Hours", 0);
605
- case h:
606
- return W(ae + "Minutes", 1);
604
+ return N(ae + "Hours", 0);
605
+ case p:
606
+ return N(ae + "Minutes", 1);
607
607
  case u:
608
- return W(ae + "Seconds", 2);
608
+ return N(ae + "Seconds", 2);
609
609
  case f:
610
- return W(ae + "Milliseconds", 3);
610
+ return N(ae + "Milliseconds", 3);
611
611
  default:
612
612
  return this.clone();
613
613
  }
614
614
  }, S.endOf = function(v) {
615
615
  return this.startOf(v, !1);
616
616
  }, S.$set = function(v, T) {
617
- var x, L = I.p(v), Z = "set" + (this.$u ? "UTC" : ""), N = (x = {}, x[p] = Z + "Date", x[g] = Z + "Date", x[n] = Z + "Month", x[D] = Z + "FullYear", x[h] = Z + "Hours", x[u] = Z + "Minutes", x[f] = Z + "Seconds", x[e] = Z + "Milliseconds", x)[L], W = L === p ? this.$D + (T - this.$W) : T;
618
- if (L === n || L === D) {
617
+ var x, L = I.p(v), Z = "set" + (this.$u ? "UTC" : ""), A = (x = {}, x[m] = Z + "Date", x[g] = Z + "Date", x[r] = Z + "Month", x[y] = Z + "FullYear", x[p] = Z + "Hours", x[u] = Z + "Minutes", x[f] = Z + "Seconds", x[e] = Z + "Milliseconds", x)[L], N = L === m ? this.$D + (T - this.$W) : T;
618
+ if (L === r || L === y) {
619
619
  var H = this.clone().set(g, 1);
620
- H.$d[N](W), H.init(), this.$d = H.set(g, Math.min(this.$D, H.daysInMonth())).$d;
621
- } else N && this.$d[N](W);
620
+ H.$d[A](N), H.init(), this.$d = H.set(g, Math.min(this.$D, H.daysInMonth())).$d;
621
+ } else A && this.$d[A](N);
622
622
  return this.init(), this;
623
623
  }, S.set = function(v, T) {
624
624
  return this.clone().$set(v, T);
@@ -627,32 +627,32 @@ function pt() {
627
627
  }, S.add = function(v, T) {
628
628
  var x, L = this;
629
629
  v = Number(v);
630
- var Z = I.p(T), N = function(z) {
630
+ var Z = I.p(T), A = function(z) {
631
631
  var J = d(L);
632
632
  return I.w(J.date(J.date() + Math.round(z * v)), L);
633
633
  };
634
- if (Z === n) return this.set(n, this.$M + v);
635
- if (Z === D) return this.set(D, this.$y + v);
636
- if (Z === p) return N(1);
637
- if (Z === m) return N(7);
638
- var W = (x = {}, x[u] = i, x[h] = o, x[f] = a, x)[Z] || 1, H = this.$d.getTime() + v * W;
634
+ if (Z === r) return this.set(r, this.$M + v);
635
+ if (Z === y) return this.set(y, this.$y + v);
636
+ if (Z === m) return A(1);
637
+ if (Z === h) return A(7);
638
+ var N = (x = {}, x[u] = i, x[p] = s, x[f] = a, x)[Z] || 1, H = this.$d.getTime() + v * N;
639
639
  return I.w(H, this);
640
640
  }, S.subtract = function(v, T) {
641
641
  return this.add(-1 * v, T);
642
642
  }, S.format = function(v) {
643
643
  var T = this, x = this.$locale();
644
644
  if (!this.isValid()) return x.invalidDate || l;
645
- var L = v || "YYYY-MM-DDTHH:mm:ssZ", Z = I.z(this), N = this.$H, W = this.$m, H = this.$M, z = x.weekdays, J = x.months, ae = x.meridiem, re = function(G, ee, se, le) {
646
- return G && (G[ee] || G(T, L)) || se[ee].slice(0, le);
645
+ var L = v || "YYYY-MM-DDTHH:mm:ssZ", Z = I.z(this), A = this.$H, N = this.$m, H = this.$M, z = x.weekdays, J = x.months, ae = x.meridiem, ne = function(G, ee, oe, le) {
646
+ return G && (G[ee] || G(T, L)) || oe[ee].slice(0, le);
647
647
  }, ue = function(G) {
648
- return I.s(N % 12 || 12, G, "0");
649
- }, ne = ae || function(G, ee, se) {
648
+ return I.s(A % 12 || 12, G, "0");
649
+ }, re = ae || function(G, ee, oe) {
650
650
  var le = G < 12 ? "AM" : "PM";
651
- return se ? le.toLowerCase() : le;
651
+ return oe ? le.toLowerCase() : le;
652
652
  };
653
653
  return L.replace(E, function(G, ee) {
654
- return ee || function(se) {
655
- switch (se) {
654
+ return ee || function(oe) {
655
+ switch (oe) {
656
656
  case "YY":
657
657
  return String(T.$y).slice(-2);
658
658
  case "YYYY":
@@ -662,9 +662,9 @@ function pt() {
662
662
  case "MM":
663
663
  return I.s(H + 1, 2, "0");
664
664
  case "MMM":
665
- return re(x.monthsShort, H, J, 3);
665
+ return ne(x.monthsShort, H, J, 3);
666
666
  case "MMMM":
667
- return re(J, H);
667
+ return ne(J, H);
668
668
  case "D":
669
669
  return T.$D;
670
670
  case "DD":
@@ -672,27 +672,27 @@ function pt() {
672
672
  case "d":
673
673
  return String(T.$W);
674
674
  case "dd":
675
- return re(x.weekdaysMin, T.$W, z, 2);
675
+ return ne(x.weekdaysMin, T.$W, z, 2);
676
676
  case "ddd":
677
- return re(x.weekdaysShort, T.$W, z, 3);
677
+ return ne(x.weekdaysShort, T.$W, z, 3);
678
678
  case "dddd":
679
679
  return z[T.$W];
680
680
  case "H":
681
- return String(N);
681
+ return String(A);
682
682
  case "HH":
683
- return I.s(N, 2, "0");
683
+ return I.s(A, 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 ne(N, W, !0);
689
+ return re(A, N, !0);
690
690
  case "A":
691
- return ne(N, W, !1);
691
+ return re(A, N, !1);
692
692
  case "m":
693
- return String(W);
693
+ return String(N);
694
694
  case "mm":
695
- return I.s(W, 2, "0");
695
+ return I.s(N, 2, "0");
696
696
  case "s":
697
697
  return String(T.$s);
698
698
  case "ss":
@@ -708,27 +708,27 @@ function pt() {
708
708
  }, S.utcOffset = function() {
709
709
  return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
710
710
  }, S.diff = function(v, T, x) {
711
- var L, Z = this, N = I.p(T), W = d(v), H = (W.utcOffset() - this.utcOffset()) * i, z = this - W, J = function() {
712
- return I.m(Z, W);
711
+ var L, Z = this, A = I.p(T), N = d(v), H = (N.utcOffset() - this.utcOffset()) * i, z = this - N, J = function() {
712
+ return I.m(Z, N);
713
713
  };
714
- switch (N) {
715
- case D:
714
+ switch (A) {
715
+ case y:
716
716
  L = J() / 12;
717
717
  break;
718
- case n:
718
+ case r:
719
719
  L = J();
720
720
  break;
721
721
  case c:
722
722
  L = J() / 3;
723
723
  break;
724
- case m:
724
+ case h:
725
725
  L = (z - H) / 6048e5;
726
726
  break;
727
- case p:
727
+ case m:
728
728
  L = (z - H) / 864e5;
729
729
  break;
730
- case h:
731
- L = z / o;
730
+ case p:
731
+ L = z / s;
732
732
  break;
733
733
  case u:
734
734
  L = z / i;
@@ -741,7 +741,7 @@ function pt() {
741
741
  }
742
742
  return x ? L : I.a(L);
743
743
  }, S.daysInMonth = function() {
744
- return this.endOf(n).$D;
744
+ return this.endOf(r).$D;
745
745
  }, S.$locale = function() {
746
746
  return O[this.$L];
747
747
  }, S.locale = function(v, T) {
@@ -759,9 +759,9 @@ function pt() {
759
759
  }, S.toString = function() {
760
760
  return this.$d.toUTCString();
761
761
  }, F;
762
- }(), he = B.prototype;
763
- return d.prototype = he, [["$ms", e], ["$s", f], ["$m", u], ["$H", h], ["$W", p], ["$M", n], ["$y", D], ["$D", g]].forEach(function(F) {
764
- he[F[1]] = function(S) {
762
+ }(), pe = B.prototype;
763
+ return d.prototype = pe, [["$ms", e], ["$s", f], ["$m", u], ["$H", p], ["$W", m], ["$M", r], ["$y", y], ["$D", g]].forEach(function(F) {
764
+ pe[F[1]] = function(S) {
765
765
  return this.$g(S, F[0], F[1]);
766
766
  };
767
767
  }), d.extend = function(F, S) {
@@ -772,172 +772,238 @@ function pt() {
772
772
  });
773
773
  }(be)), be.exports;
774
774
  }
775
- var $t = pt();
776
- const q = /* @__PURE__ */ te($t);
777
- function gt(r, s, a, i) {
775
+ var $t = mt();
776
+ const W = /* @__PURE__ */ te($t);
777
+ function gt(n, o, a, i) {
778
778
  if (!a.length)
779
779
  return { barMarginLeftAmount: 0, barWidthSize: 0 };
780
- const { tickUnit: o, unitPerTick: e } = K[i], f = a.reduce((l, y) => l + y.widthPx, 0), u = a[0].startDate, h = a[a.length - 1].startDate, p = q(h).add(e, o).diff(u), m = f / p, n = r.diff(u), c = s.diff(u), D = n * m, g = Math.max(c - n, 1) * m;
781
- return { barMarginLeftAmount: D, barWidthSize: g };
780
+ const { tickUnit: s, unitPerTick: e } = K[i], f = a.reduce((l, D) => l + D.widthPx, 0), u = a[0].startDate, p = a[a.length - 1].startDate, m = W(p).add(e, s).diff(u), h = f / m, r = n.diff(u), c = o.diff(u), y = r * h, g = Math.max(c - r, 1) * h;
781
+ return { barMarginLeftAmount: y, barWidthSize: g };
782
782
  }
783
- function vt(r) {
784
- let s = 1 / 0, a = -1 / 0;
785
- for (const { startDate: i, endDate: o } of Object.values(r)) {
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));
783
+ function vt(n) {
784
+ let o = 1 / 0, a = -1 / 0;
785
+ for (const { startDate: i, endDate: s } of Object.values(n)) {
786
+ const e = W(i).valueOf(), f = W(s).valueOf();
787
+ Number.isNaN(e) || (o = Math.min(o, e)), Number.isNaN(f) || (a = Math.max(a, f));
788
788
  }
789
- return { minDate: q(s), maxDate: q(a) };
789
+ return { minDate: W(o), maxDate: W(a) };
790
790
  }
791
- function Dt(r, s, a) {
792
- const { tickUnit: i, unitPerTick: o } = K[a];
791
+ function yt(n, o, a) {
792
+ const { tickUnit: i, unitPerTick: s } = K[a];
793
793
  return {
794
- paddedMinDate: r.subtract(
795
- Be * o,
794
+ paddedMinDate: n.subtract(
795
+ Be * s,
796
796
  i
797
797
  ),
798
- paddedMaxDate: s.add(Be * o, i)
798
+ paddedMaxDate: o.add(Be * s, i)
799
799
  };
800
800
  }
801
- function yt(r, s, a) {
802
- const { tickUnit: i, unitPerTick: o, basePxPerDragStep: e, dragStepUnit: f, dragStepAmount: u } = K[a], h = [];
803
- let p = r.startOf(i);
804
- for (; p.isBefore(s); ) {
805
- const m = q(p).add(o, i).diff(p, f) / u;
806
- h.push({
807
- startDate: p,
808
- widthPx: m * e
809
- }), p = p.add(o, i);
801
+ function Dt(n, o, a) {
802
+ const { tickUnit: i, unitPerTick: s, basePxPerDragStep: e, dragStepUnit: f, dragStepAmount: u } = K[a], p = [];
803
+ let m = n.startOf(i);
804
+ for (; m.isBefore(o); ) {
805
+ const h = W(m).add(s, i).diff(m, f) / u;
806
+ p.push({
807
+ startDate: m,
808
+ widthPx: h * e
809
+ }), m = m.add(s, i);
810
810
  }
811
- return h;
811
+ return p;
812
812
  }
813
- function ct(r, s) {
814
- const { labelUnit: a, formatHeaderLabel: i } = K[s], o = [];
815
- let e = null, f = "", u = 0, h = null;
816
- return r.forEach((p, m) => {
817
- const n = p.startDate.startOf(a), c = n.valueOf(), D = (i == null ? void 0 : i(n)) ?? n.format();
818
- c === e ? u += p.widthPx : (e !== null && o.push({
813
+ function ct(n, o) {
814
+ const { labelUnit: a, formatHeaderLabel: i } = K[o], s = [];
815
+ let e = null, f = "", u = 0, p = null;
816
+ return n.forEach((m, h) => {
817
+ const r = m.startDate.startOf(a), c = r.valueOf(), y = (i == null ? void 0 : i(r)) ?? r.format();
818
+ c === e ? u += m.widthPx : (e !== null && s.push({
819
819
  label: f,
820
820
  widthPx: u,
821
- startDate: h
822
- }), e = c, f = D, u = p.widthPx, h = n), m === r.length - 1 && o.push({
821
+ startDate: p
822
+ }), e = c, f = y, u = m.widthPx, p = r), h === n.length - 1 && s.push({
823
823
  label: f,
824
824
  widthPx: u,
825
- startDate: h
825
+ startDate: p
826
826
  });
827
- }), o;
827
+ }), s;
828
828
  }
829
- function St(r, s, a, i, o, e) {
830
- const { minDate: f, maxDate: u } = vt(r);
829
+ function St(n, o, a, i, s, e) {
830
+ const { minDate: f, maxDate: u } = vt(n);
831
831
  a(f), i(u);
832
- const { paddedMinDate: h, paddedMaxDate: p } = Dt(
832
+ const { paddedMinDate: p, paddedMaxDate: m } = yt(
833
833
  f,
834
834
  u,
835
- s
836
- ), m = yt(
837
- h,
835
+ o
836
+ ), h = Dt(
838
837
  p,
839
- s
840
- ), n = ct(m, s);
841
- o(m), e(n);
838
+ m,
839
+ o
840
+ ), r = ct(h, o);
841
+ s(h), e(r);
842
842
  }
843
843
  const xt = ({
844
- bottomRowCells: r,
845
- selectedScale: s,
844
+ bottomRowCells: n,
845
+ selectedScale: o,
846
846
  scrollRef: a
847
847
  }) => {
848
- var m;
849
- const i = K[s], [o, e] = de(0), f = _e(
850
- () => ct(r, s),
851
- [r, s]
848
+ var h;
849
+ const i = K[o], [s, e] = de(0), f = _e(
850
+ () => ct(n, o),
851
+ [n, o]
852
852
  ), u = _e(() => {
853
- const n = [];
853
+ const r = [];
854
854
  for (const c of f) {
855
- const D = n[n.length - 1];
856
- D && D.label === c.label ? D.widthPx += c.widthPx : n.push({ ...c });
855
+ const y = r[r.length - 1];
856
+ y && y.label === c.label ? y.widthPx += c.widthPx : r.push({ ...c });
857
857
  }
858
- return n;
859
- }, [f]), h = _e(() => {
860
- let n = 0;
858
+ return r;
859
+ }, [f]), p = _e(() => {
860
+ let r = 0;
861
861
  return u.map((c) => {
862
- const D = { ...c, left: n };
863
- return n += c.widthPx, D;
862
+ const y = { ...c, left: r };
863
+ return r += c.widthPx, y;
864
864
  });
865
865
  }, [u]);
866
866
  xe(() => {
867
- const n = a.current;
868
- if (!n) return;
867
+ const r = a.current;
868
+ if (!r) return;
869
869
  const c = () => {
870
- const D = n.scrollLeft;
871
- for (let g = h.length - 1; g >= 0; g--)
872
- if (D >= h[g].left) {
870
+ const y = r.scrollLeft;
871
+ for (let g = p.length - 1; g >= 0; g--)
872
+ if (y >= p[g].left) {
873
873
  e(g);
874
874
  break;
875
875
  }
876
876
  };
877
- return n.addEventListener("scroll", c), c(), () => n.removeEventListener("scroll", c);
878
- }, [h]);
879
- const p = ((m = h[o]) == null ? void 0 : m.label) ?? "";
880
- return /* @__PURE__ */ A.jsx(
877
+ return r.addEventListener("scroll", c), c(), () => r.removeEventListener("scroll", c);
878
+ }, [p]);
879
+ const m = ((h = p[s]) == null ? void 0 : h.label) ?? "";
880
+ return /* @__PURE__ */ q.jsx(
881
881
  "div",
882
882
  {
883
- className: "sticky top-0 z-30",
884
883
  style: {
884
+ position: "sticky",
885
+ top: 0,
886
+ zIndex: 30,
885
887
  backgroundColor: "#F0F1F2"
886
888
  },
887
- children: /* @__PURE__ */ A.jsxs("div", { className: "flex min-w-max flex-col", children: [
888
- /* @__PURE__ */ A.jsxs("div", { className: "relative flex h-8", children: [
889
- /* @__PURE__ */ A.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__ */ A.jsx("div", { className: "flex", children: h.map((n, c) => /* @__PURE__ */ A.jsx(
901
- "div",
902
- {
903
- className: "border-b border-solid py-2 pr-4 text-left text-sm font-bold",
904
- style: {
905
- width: `${n.widthPx}px`,
906
- borderColor: "#D6D6D8",
907
- backgroundColor: "#F0F1F2"
908
- },
909
- children: /* @__PURE__ */ A.jsx("p", { className: "px-4", children: c === 0 ? "" : n.label })
910
- },
911
- c
912
- )) })
913
- ] }),
914
- /* @__PURE__ */ A.jsx("div", { className: "flex", children: r.map((n, c) => {
915
- var g;
916
- const D = ((g = i.formatTickLabel) == null ? void 0 : g.call(i, n.startDate)) || "";
917
- return /* @__PURE__ */ A.jsx(
918
- "div",
919
- {
920
- className: "relative p-1 text-center text-xs",
921
- style: { width: `${n.widthPx}px` },
922
- children: D
923
- },
924
- c
925
- );
926
- }) })
927
- ] })
889
+ children: /* @__PURE__ */ q.jsxs(
890
+ "div",
891
+ {
892
+ style: {
893
+ display: "flex",
894
+ minWidth: "max-content",
895
+ flexDirection: "column"
896
+ // backgroundColor: '#F0F1F2',
897
+ },
898
+ children: [
899
+ /* @__PURE__ */ q.jsxs(
900
+ "div",
901
+ {
902
+ style: {
903
+ position: "relative",
904
+ display: "flex",
905
+ height: "32px"
906
+ // backgroundColor: '#F0F1F2',
907
+ },
908
+ children: [
909
+ /* @__PURE__ */ q.jsx(
910
+ "div",
911
+ {
912
+ style: {
913
+ position: "sticky",
914
+ left: 0,
915
+ zIndex: 40,
916
+ display: "flex",
917
+ width: "96px",
918
+ flexShrink: 0,
919
+ alignItems: "center",
920
+ justifyContent: "center",
921
+ backgroundColor: "#F0F1F2",
922
+ borderBottom: "1px solid #D6D6D8",
923
+ fontSize: "0.875rem",
924
+ fontWeight: "bold"
925
+ },
926
+ children: m
927
+ }
928
+ ),
929
+ /* @__PURE__ */ q.jsx(
930
+ "div",
931
+ {
932
+ style: {
933
+ display: "flex"
934
+ },
935
+ children: p.map((r, c) => /* @__PURE__ */ q.jsx(
936
+ "div",
937
+ {
938
+ style: {
939
+ padding: "8px 16px",
940
+ fontSize: "0.875rem",
941
+ fontWeight: "bold",
942
+ textAlign: "left",
943
+ width: `${r.widthPx}px`,
944
+ borderBottom: "1px solid #D6D6D8",
945
+ backgroundColor: "#F0F1F2"
946
+ },
947
+ children: /* @__PURE__ */ q.jsx(
948
+ "p",
949
+ {
950
+ style: {
951
+ margin: 0,
952
+ padding: "0 16px"
953
+ },
954
+ children: c === 0 ? "" : r.label
955
+ }
956
+ )
957
+ },
958
+ c
959
+ ))
960
+ }
961
+ )
962
+ ]
963
+ }
964
+ ),
965
+ /* @__PURE__ */ q.jsx(
966
+ "div",
967
+ {
968
+ style: {
969
+ display: "flex"
970
+ },
971
+ children: n.map((r, c) => {
972
+ var g;
973
+ const y = ((g = i.formatTickLabel) == null ? void 0 : g.call(i, r.startDate)) || "";
974
+ return /* @__PURE__ */ q.jsx(
975
+ "div",
976
+ {
977
+ style: {
978
+ position: "relative",
979
+ padding: "4px",
980
+ textAlign: "center",
981
+ fontSize: "0.75rem",
982
+ width: `${r.widthPx}px`
983
+ },
984
+ children: y
985
+ },
986
+ c
987
+ );
988
+ })
989
+ }
990
+ )
991
+ ]
992
+ }
993
+ )
928
994
  }
929
995
  );
930
996
  };
931
- var we = { exports: {} }, bt = we.exports, Ve;
997
+ var we = { exports: {} }, bt = we.exports, Xe;
932
998
  function wt() {
933
- return Ve || (Ve = 1, function(r, s) {
999
+ return Xe || (Xe = 1, function(n, o) {
934
1000
  (function(a, i) {
935
- r.exports = i();
1001
+ n.exports = i();
936
1002
  })(bt, function() {
937
- return function(a, i, o) {
938
- i.prototype.isBetween = function(e, f, u, h) {
939
- var p = o(e), m = o(f), n = (h = h || "()")[0] === "(", c = h[1] === ")";
940
- return (n ? this.isAfter(p, u) : !this.isBefore(p, u)) && (c ? this.isBefore(m, u) : !this.isAfter(m, u)) || (n ? this.isBefore(p, u) : !this.isAfter(p, u)) && (c ? this.isAfter(m, u) : !this.isBefore(m, u));
1003
+ return function(a, i, s) {
1004
+ i.prototype.isBetween = function(e, f, u, p) {
1005
+ var m = s(e), h = s(f), r = (p = p || "()")[0] === "(", c = p[1] === ")";
1006
+ return (r ? this.isAfter(m, u) : !this.isBefore(m, u)) && (c ? this.isBefore(h, u) : !this.isAfter(h, u)) || (r ? this.isBefore(m, u) : !this.isAfter(m, u)) && (c ? this.isAfter(h, u) : !this.isBefore(h, u));
941
1007
  };
942
1008
  };
943
1009
  });
@@ -945,30 +1011,30 @@ function wt() {
945
1011
  }
946
1012
  var Tt = wt();
947
1013
  const kt = /* @__PURE__ */ te(Tt);
948
- var Te = { exports: {} }, Et = Te.exports, Xe;
1014
+ var Te = { exports: {} }, Et = Te.exports, Ve;
949
1015
  function Mt() {
950
- return Xe || (Xe = 1, function(r, s) {
1016
+ return Ve || (Ve = 1, function(n, o) {
951
1017
  (function(a, i) {
952
- r.exports = i();
1018
+ n.exports = i();
953
1019
  })(Et, function() {
954
1020
  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;
1021
+ return function(i, s, e) {
1022
+ var f = function(m) {
1023
+ return m.add(4 - m.isoWeekday(), a);
1024
+ }, u = s.prototype;
959
1025
  u.isoWeekYear = function() {
960
1026
  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 m, n, c, D, g = f(this), l = (m = this.isoWeekYear(), n = this.$u, c = (n ? e.utc : e)().year(m).startOf("year"), D = 4 - c.isoWeekday(), c.isoWeekday() > 4 && (D += 7), c.add(D, a));
1027
+ }, u.isoWeek = function(m) {
1028
+ if (!this.$utils().u(m)) return this.add(7 * (m - this.isoWeek()), a);
1029
+ var h, r, c, y, g = f(this), l = (h = this.isoWeekYear(), r = this.$u, c = (r ? e.utc : e)().year(h).startOf("year"), y = 4 - c.isoWeekday(), c.isoWeekday() > 4 && (y += 7), c.add(y, a));
964
1030
  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);
1031
+ }, u.isoWeekday = function(m) {
1032
+ return this.$utils().u(m) ? this.day() || 7 : this.day(this.day() % 7 ? m : m - 7);
967
1033
  };
968
- var h = u.startOf;
969
- u.startOf = function(p, m) {
970
- var n = this.$utils(), c = !!n.u(m) || m;
971
- return n.p(p) === "isoweek" ? c ? this.date(this.date() - (this.isoWeekday() - 1)).startOf("day") : this.date(this.date() - 1 - (this.isoWeekday() - 1) + 7).endOf("day") : h.bind(this)(p, m);
1034
+ var p = u.startOf;
1035
+ u.startOf = function(m, h) {
1036
+ var r = this.$utils(), c = !!r.u(h) || h;
1037
+ return r.p(m) === "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)(m, h);
972
1038
  };
973
1039
  };
974
1040
  });
@@ -978,13 +1044,13 @@ var Ot = Mt();
978
1044
  const It = /* @__PURE__ */ te(Ot);
979
1045
  var ke = { exports: {} }, Rt = ke.exports, Je;
980
1046
  function Lt() {
981
- return Je || (Je = 1, function(r, s) {
1047
+ return Je || (Je = 1, function(n, o) {
982
1048
  (function(a, i) {
983
- r.exports = i();
1049
+ n.exports = i();
984
1050
  })(Rt, function() {
985
1051
  return function(a, i) {
986
- i.prototype.isSameOrAfter = function(o, e) {
987
- return this.isSame(o, e) || this.isAfter(o, e);
1052
+ i.prototype.isSameOrAfter = function(s, e) {
1053
+ return this.isSame(s, e) || this.isAfter(s, e);
988
1054
  };
989
1055
  };
990
1056
  });
@@ -994,110 +1060,110 @@ var Ft = Lt();
994
1060
  const jt = /* @__PURE__ */ te(Ft);
995
1061
  var Ee = { exports: {} }, Zt = Ee.exports, Qe;
996
1062
  function _t() {
997
- return Qe || (Qe = 1, function(r, s) {
1063
+ return Qe || (Qe = 1, function(n, o) {
998
1064
  (function(a, i) {
999
- r.exports = i();
1065
+ n.exports = i();
1000
1066
  })(Zt, function() {
1001
1067
  return function(a, i) {
1002
- i.prototype.isSameOrBefore = function(o, e) {
1003
- return this.isSame(o, e) || this.isBefore(o, e);
1068
+ i.prototype.isSameOrBefore = function(s, e) {
1069
+ return this.isSame(s, e) || this.isBefore(s, e);
1004
1070
  };
1005
1071
  };
1006
1072
  });
1007
1073
  }(Ee)), Ee.exports;
1008
1074
  }
1009
1075
  var Pt = _t();
1010
- const Nt = /* @__PURE__ */ te(Pt);
1076
+ const At = /* @__PURE__ */ te(Pt);
1011
1077
  var Me = { exports: {} }, Ct = Me.exports, Ke;
1012
- function At() {
1013
- return Ke || (Ke = 1, function(r, s) {
1078
+ function qt() {
1079
+ return Ke || (Ke = 1, function(n, o) {
1014
1080
  (function(a, i) {
1015
- r.exports = i();
1081
+ n.exports = i();
1016
1082
  })(Ct, function() {
1017
- return function(a, i, o) {
1083
+ return function(a, i, s) {
1018
1084
  i.prototype.isToday = function() {
1019
- var e = "YYYY-MM-DD", f = o();
1085
+ var e = "YYYY-MM-DD", f = s();
1020
1086
  return this.format(e) === f.format(e);
1021
1087
  };
1022
1088
  };
1023
1089
  });
1024
1090
  }(Me)), Me.exports;
1025
1091
  }
1026
- var qt = At();
1027
- const Wt = /* @__PURE__ */ te(qt);
1092
+ var Wt = qt();
1093
+ const Nt = /* @__PURE__ */ te(Wt);
1028
1094
  var Oe = { exports: {} }, Ut = Oe.exports, et;
1029
1095
  function Ht() {
1030
- return et || (et = 1, function(r, s) {
1096
+ return et || (et = 1, function(n, o) {
1031
1097
  (function(a, i) {
1032
- r.exports = i();
1098
+ n.exports = i();
1033
1099
  })(Ut, function() {
1034
- return function(a, i, o) {
1035
- var e = i.prototype, f = function(n) {
1036
- return n && (n.indexOf ? n : n.s);
1037
- }, u = function(n, c, D, g, l) {
1038
- var y = n.name ? n : n.$locale(), E = f(y[c]), j = f(y[D]), M = E || j.map(function(k) {
1100
+ return function(a, i, s) {
1101
+ var e = i.prototype, f = function(r) {
1102
+ return r && (r.indexOf ? r : r.s);
1103
+ }, u = function(r, c, y, g, l) {
1104
+ var D = r.name ? r : r.$locale(), E = f(D[c]), j = f(D[y]), M = E || j.map(function(k) {
1039
1105
  return k.slice(0, g);
1040
1106
  });
1041
1107
  if (!l) return M;
1042
- var R = y.weekStart;
1108
+ var R = D.weekStart;
1043
1109
  return M.map(function(k, O) {
1044
1110
  return M[(O + (R || 0)) % 7];
1045
1111
  });
1046
- }, h = function() {
1047
- return o.Ls[o.locale()];
1048
- }, p = function(n, c) {
1049
- return n.formats[c] || function(D) {
1050
- return D.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, function(g, l, y) {
1051
- return l || y.slice(1);
1112
+ }, p = function() {
1113
+ return s.Ls[s.locale()];
1114
+ }, m = function(r, c) {
1115
+ return r.formats[c] || function(y) {
1116
+ return y.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, function(g, l, D) {
1117
+ return l || D.slice(1);
1052
1118
  });
1053
- }(n.formats[c.toUpperCase()]);
1054
- }, m = function() {
1055
- var n = this;
1119
+ }(r.formats[c.toUpperCase()]);
1120
+ }, h = function() {
1121
+ var r = this;
1056
1122
  return { months: function(c) {
1057
- return c ? c.format("MMMM") : u(n, "months");
1123
+ return c ? c.format("MMMM") : u(r, "months");
1058
1124
  }, monthsShort: function(c) {
1059
- return c ? c.format("MMM") : u(n, "monthsShort", "months", 3);
1125
+ return c ? c.format("MMM") : u(r, "monthsShort", "months", 3);
1060
1126
  }, firstDayOfWeek: function() {
1061
- return n.$locale().weekStart || 0;
1127
+ return r.$locale().weekStart || 0;
1062
1128
  }, weekdays: function(c) {
1063
- return c ? c.format("dddd") : u(n, "weekdays");
1129
+ return c ? c.format("dddd") : u(r, "weekdays");
1064
1130
  }, weekdaysMin: function(c) {
1065
- return c ? c.format("dd") : u(n, "weekdaysMin", "weekdays", 2);
1131
+ return c ? c.format("dd") : u(r, "weekdaysMin", "weekdays", 2);
1066
1132
  }, weekdaysShort: function(c) {
1067
- return c ? c.format("ddd") : u(n, "weekdaysShort", "weekdays", 3);
1133
+ return c ? c.format("ddd") : u(r, "weekdaysShort", "weekdays", 3);
1068
1134
  }, longDateFormat: function(c) {
1069
- return p(n.$locale(), c);
1135
+ return m(r.$locale(), c);
1070
1136
  }, meridiem: this.$locale().meridiem, ordinal: this.$locale().ordinal };
1071
1137
  };
1072
1138
  e.localeData = function() {
1073
- return m.bind(this)();
1074
- }, o.localeData = function() {
1075
- var n = h();
1139
+ return h.bind(this)();
1140
+ }, s.localeData = function() {
1141
+ var r = p();
1076
1142
  return { firstDayOfWeek: function() {
1077
- return n.weekStart || 0;
1143
+ return r.weekStart || 0;
1078
1144
  }, weekdays: function() {
1079
- return o.weekdays();
1145
+ return s.weekdays();
1080
1146
  }, weekdaysShort: function() {
1081
- return o.weekdaysShort();
1147
+ return s.weekdaysShort();
1082
1148
  }, weekdaysMin: function() {
1083
- return o.weekdaysMin();
1149
+ return s.weekdaysMin();
1084
1150
  }, months: function() {
1085
- return o.months();
1151
+ return s.months();
1086
1152
  }, monthsShort: function() {
1087
- return o.monthsShort();
1153
+ return s.monthsShort();
1088
1154
  }, longDateFormat: function(c) {
1089
- return p(n, c);
1090
- }, meridiem: n.meridiem, ordinal: n.ordinal };
1091
- }, o.months = function() {
1092
- return u(h(), "months");
1093
- }, o.monthsShort = function() {
1094
- return u(h(), "monthsShort", "months", 3);
1095
- }, o.weekdays = function(n) {
1096
- return u(h(), "weekdays", null, null, n);
1097
- }, o.weekdaysShort = function(n) {
1098
- return u(h(), "weekdaysShort", "weekdays", 3, n);
1099
- }, o.weekdaysMin = function(n) {
1100
- return u(h(), "weekdaysMin", "weekdays", 2, n);
1155
+ return m(r, c);
1156
+ }, meridiem: r.meridiem, ordinal: r.ordinal };
1157
+ }, s.months = function() {
1158
+ return u(p(), "months");
1159
+ }, s.monthsShort = function() {
1160
+ return u(p(), "monthsShort", "months", 3);
1161
+ }, s.weekdays = function(r) {
1162
+ return u(p(), "weekdays", null, null, r);
1163
+ }, s.weekdaysShort = function(r) {
1164
+ return u(p(), "weekdaysShort", "weekdays", 3, r);
1165
+ }, s.weekdaysMin = function(r) {
1166
+ return u(p(), "weekdaysMin", "weekdays", 2, r);
1101
1167
  };
1102
1168
  };
1103
1169
  });
@@ -1107,58 +1173,58 @@ var zt = Ht();
1107
1173
  const Yt = /* @__PURE__ */ te(zt);
1108
1174
  var Ie = { exports: {} }, Bt = Ie.exports, tt;
1109
1175
  function Gt() {
1110
- return tt || (tt = 1, function(r, s) {
1176
+ return tt || (tt = 1, function(n, o) {
1111
1177
  (function(a, i) {
1112
- r.exports = i();
1178
+ n.exports = i();
1113
1179
  })(Bt, function() {
1114
1180
  var a = { year: 0, month: 1, day: 2, hour: 3, minute: 4, second: 5 }, i = {};
1115
- return function(o, e, f) {
1116
- var u, h = function(c, D, g) {
1181
+ return function(s, e, f) {
1182
+ var u, p = function(c, y, g) {
1117
1183
  g === void 0 && (g = {});
1118
- var l = new Date(c), y = function(E, j) {
1184
+ var l = new Date(c), D = function(E, j) {
1119
1185
  j === void 0 && (j = {});
1120
1186
  var M = j.timeZoneName || "short", R = E + "|" + M, k = i[R];
1121
1187
  return k || (k = new Intl.DateTimeFormat("en-US", { hour12: !1, timeZone: E, year: "numeric", month: "2-digit", day: "2-digit", hour: "2-digit", minute: "2-digit", second: "2-digit", timeZoneName: M }), i[R] = k), k;
1122
- }(D, g);
1123
- return y.formatToParts(l);
1124
- }, p = function(c, D) {
1125
- for (var g = h(c, D), l = [], y = 0; y < g.length; y += 1) {
1126
- var E = g[y], j = E.type, M = E.value, R = a[j];
1188
+ }(y, g);
1189
+ return D.formatToParts(l);
1190
+ }, m = function(c, y) {
1191
+ for (var g = p(c, y), l = [], D = 0; D < g.length; D += 1) {
1192
+ var E = g[D], j = E.type, M = E.value, R = a[j];
1127
1193
  R >= 0 && (l[R] = parseInt(M, 10));
1128
1194
  }
1129
1195
  var k = l[3], O = k === 24 ? 0 : k, P = l[0] + "-" + l[1] + "-" + l[2] + " " + O + ":" + l[4] + ":" + l[5] + ":000", Y = +c;
1130
1196
  return (f.utc(P).valueOf() - (Y -= Y % 1e3)) / 6e4;
1131
- }, m = e.prototype;
1132
- m.tz = function(c, D) {
1197
+ }, h = e.prototype;
1198
+ h.tz = function(c, y) {
1133
1199
  c === void 0 && (c = u);
1134
- var g, l = this.utcOffset(), y = this.toDate(), E = y.toLocaleString("en-US", { timeZone: c }), j = Math.round((y - new Date(E)) / 1e3 / 60), M = 15 * -Math.round(y.getTimezoneOffset() / 15) - j;
1135
- if (!Number(M)) g = this.utcOffset(0, D);
1136
- else if (g = f(E, { locale: this.$L }).$set("millisecond", this.$ms).utcOffset(M, !0), D) {
1200
+ var g, l = this.utcOffset(), D = this.toDate(), E = D.toLocaleString("en-US", { timeZone: c }), j = Math.round((D - new Date(E)) / 1e3 / 60), M = 15 * -Math.round(D.getTimezoneOffset() / 15) - j;
1201
+ if (!Number(M)) g = this.utcOffset(0, y);
1202
+ else if (g = f(E, { locale: this.$L }).$set("millisecond", this.$ms).utcOffset(M, !0), y) {
1137
1203
  var R = g.utcOffset();
1138
1204
  g = g.add(l - R, "minute");
1139
1205
  }
1140
1206
  return g.$x.$timezone = c, g;
1141
- }, m.offsetName = function(c) {
1142
- var D = this.$x.$timezone || f.tz.guess(), g = h(this.valueOf(), D, { timeZoneName: c }).find(function(l) {
1207
+ }, h.offsetName = function(c) {
1208
+ var y = this.$x.$timezone || f.tz.guess(), g = p(this.valueOf(), y, { timeZoneName: c }).find(function(l) {
1143
1209
  return l.type.toLowerCase() === "timezonename";
1144
1210
  });
1145
1211
  return g && g.value;
1146
1212
  };
1147
- var n = m.startOf;
1148
- m.startOf = function(c, D) {
1149
- if (!this.$x || !this.$x.$timezone) return n.call(this, c, D);
1213
+ var r = h.startOf;
1214
+ h.startOf = function(c, y) {
1215
+ if (!this.$x || !this.$x.$timezone) return r.call(this, c, y);
1150
1216
  var g = f(this.format("YYYY-MM-DD HH:mm:ss:SSS"), { locale: this.$L });
1151
- return n.call(g, c, D).tz(this.$x.$timezone, !0);
1152
- }, f.tz = function(c, D, g) {
1153
- var l = g && D, y = g || D || u, E = p(+f(), y);
1154
- if (typeof c != "string") return f(c).tz(y);
1217
+ return r.call(g, c, y).tz(this.$x.$timezone, !0);
1218
+ }, f.tz = function(c, y, g) {
1219
+ var l = g && y, D = g || y || u, E = m(+f(), D);
1220
+ if (typeof c != "string") return f(c).tz(D);
1155
1221
  var j = function(O, P, Y) {
1156
- var $ = O - 60 * P * 1e3, d = p($, Y);
1222
+ var $ = O - 60 * P * 1e3, d = m($, Y);
1157
1223
  if (P === d) return [$, P];
1158
- var I = p($ -= 60 * (d - P) * 1e3, Y);
1224
+ var I = m($ -= 60 * (d - P) * 1e3, Y);
1159
1225
  return d === I ? [$, d] : [O - 60 * Math.min(d, I) * 1e3, Math.max(d, I)];
1160
- }(f.utc(c, l).valueOf(), E, y), M = j[0], R = j[1], k = f(M).utcOffset(R);
1161
- return k.$x.$timezone = y, k;
1226
+ }(f.utc(c, l).valueOf(), E, D), M = j[0], R = j[1], k = f(M).utcOffset(R);
1227
+ return k.$x.$timezone = D, k;
1162
1228
  }, f.tz.guess = function() {
1163
1229
  return Intl.DateTimeFormat().resolvedOptions().timeZone;
1164
1230
  }, f.tz.setDefault = function(c) {
@@ -1168,19 +1234,19 @@ function Gt() {
1168
1234
  });
1169
1235
  }(Ie)), Ie.exports;
1170
1236
  }
1171
- var Vt = Gt();
1172
- const Xt = /* @__PURE__ */ te(Vt);
1173
- var Re = { exports: {} }, Jt = Re.exports, rt;
1237
+ var Xt = Gt();
1238
+ const Vt = /* @__PURE__ */ te(Xt);
1239
+ var Re = { exports: {} }, Jt = Re.exports, nt;
1174
1240
  function Qt() {
1175
- return rt || (rt = 1, function(r, s) {
1241
+ return nt || (nt = 1, function(n, o) {
1176
1242
  (function(a, i) {
1177
- r.exports = i();
1243
+ n.exports = i();
1178
1244
  })(Jt, function() {
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(h) {
1183
- u[h] = f[h];
1245
+ return function(a, i, s) {
1246
+ s.updateLocale = function(e, f) {
1247
+ var u = s.Ls[e];
1248
+ if (u) return (f ? Object.keys(f) : []).forEach(function(p) {
1249
+ u[p] = f[p];
1184
1250
  }), u;
1185
1251
  };
1186
1252
  };
@@ -1188,307 +1254,307 @@ function Qt() {
1188
1254
  }(Re)), Re.exports;
1189
1255
  }
1190
1256
  var Kt = Qt();
1191
- const er = /* @__PURE__ */ te(Kt);
1192
- var Le = { exports: {} }, tr = Le.exports, nt;
1193
- function rr() {
1194
- return nt || (nt = 1, function(r, s) {
1257
+ const en = /* @__PURE__ */ te(Kt);
1258
+ var Le = { exports: {} }, tn = Le.exports, rt;
1259
+ function nn() {
1260
+ return rt || (rt = 1, function(n, o) {
1195
1261
  (function(a, i) {
1196
- r.exports = i();
1197
- })(tr, function() {
1198
- var a = "minute", i = /[+-]\d\d(?::?\d\d)?/g, o = /([+-]|\d\d)/g;
1262
+ n.exports = i();
1263
+ })(tn, function() {
1264
+ var a = "minute", i = /[+-]\d\d(?::?\d\d)?/g, s = /([+-]|\d\d)/g;
1199
1265
  return function(e, f, u) {
1200
- var h = f.prototype;
1266
+ var p = f.prototype;
1201
1267
  u.utc = function(l) {
1202
- var y = { date: l, utc: !0, args: arguments };
1203
- return new f(y);
1204
- }, h.utc = function(l) {
1205
- var y = u(this.toDate(), { locale: this.$L, utc: !0 });
1206
- return l ? y.add(this.utcOffset(), a) : y;
1207
- }, h.local = function() {
1268
+ var D = { date: l, utc: !0, args: arguments };
1269
+ return new f(D);
1270
+ }, p.utc = function(l) {
1271
+ var D = u(this.toDate(), { locale: this.$L, utc: !0 });
1272
+ return l ? D.add(this.utcOffset(), a) : D;
1273
+ }, p.local = function() {
1208
1274
  return u(this.toDate(), { locale: this.$L, utc: !1 });
1209
1275
  };
1210
- var p = h.parse;
1211
- h.parse = function(l) {
1212
- l.utc && (this.$u = !0), this.$utils().u(l.$offset) || (this.$offset = l.$offset), p.call(this, l);
1276
+ var m = p.parse;
1277
+ p.parse = function(l) {
1278
+ l.utc && (this.$u = !0), this.$utils().u(l.$offset) || (this.$offset = l.$offset), m.call(this, l);
1213
1279
  };
1214
- var m = h.init;
1215
- h.init = function() {
1280
+ var h = p.init;
1281
+ p.init = function() {
1216
1282
  if (this.$u) {
1217
1283
  var l = this.$d;
1218
1284
  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 m.call(this);
1285
+ } else h.call(this);
1220
1286
  };
1221
- var n = h.utcOffset;
1222
- h.utcOffset = function(l, y) {
1287
+ var r = p.utcOffset;
1288
+ p.utcOffset = function(l, D) {
1223
1289
  var E = this.$utils().u;
1224
- if (E(l)) return this.$u ? 0 : E(this.$offset) ? n.call(this) : this.$offset;
1290
+ if (E(l)) return this.$u ? 0 : E(this.$offset) ? r.call(this) : this.$offset;
1225
1291
  if (typeof l == "string" && (l = function(k) {
1226
1292
  k === void 0 && (k = "");
1227
1293
  var O = k.match(i);
1228
1294
  if (!O) return null;
1229
- var P = ("" + O[0]).match(o) || ["-", 0, 0], Y = P[0], $ = 60 * +P[1] + +P[2];
1295
+ var P = ("" + O[0]).match(s) || ["-", 0, 0], Y = P[0], $ = 60 * +P[1] + +P[2];
1230
1296
  return $ === 0 ? 0 : Y === "+" ? $ : -$;
1231
1297
  }(l), l === null)) return this;
1232
1298
  var j = Math.abs(l) <= 16 ? 60 * l : l, M = this;
1233
- if (y) return M.$offset = j, M.$u = l === 0, M;
1299
+ if (D) return M.$offset = j, M.$u = l === 0, M;
1234
1300
  if (l !== 0) {
1235
1301
  var R = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
1236
1302
  (M = this.local().add(j + R, a)).$offset = j, M.$x.$localOffset = R;
1237
1303
  } else M = this.utc();
1238
1304
  return M;
1239
1305
  };
1240
- var c = h.format;
1241
- h.format = function(l) {
1242
- var y = l || (this.$u ? "YYYY-MM-DDTHH:mm:ss[Z]" : "");
1243
- return c.call(this, y);
1244
- }, h.valueOf = function() {
1306
+ var c = p.format;
1307
+ p.format = function(l) {
1308
+ var D = l || (this.$u ? "YYYY-MM-DDTHH:mm:ss[Z]" : "");
1309
+ return c.call(this, D);
1310
+ }, p.valueOf = function() {
1245
1311
  var l = this.$utils().u(this.$offset) ? 0 : this.$offset + (this.$x.$localOffset || this.$d.getTimezoneOffset());
1246
1312
  return this.$d.valueOf() - 6e4 * l;
1247
- }, h.isUTC = function() {
1313
+ }, p.isUTC = function() {
1248
1314
  return !!this.$u;
1249
- }, h.toISOString = function() {
1315
+ }, p.toISOString = function() {
1250
1316
  return this.toDate().toISOString();
1251
- }, h.toString = function() {
1317
+ }, p.toString = function() {
1252
1318
  return this.toDate().toUTCString();
1253
1319
  };
1254
- var D = h.toDate;
1255
- h.toDate = function(l) {
1256
- return l === "s" && this.$offset ? u(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate() : D.call(this);
1320
+ var y = p.toDate;
1321
+ p.toDate = function(l) {
1322
+ return l === "s" && this.$offset ? u(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate() : y.call(this);
1257
1323
  };
1258
- var g = h.diff;
1259
- h.diff = function(l, y, E) {
1260
- if (l && this.$u === l.$u) return g.call(this, l, y, E);
1324
+ var g = p.diff;
1325
+ p.diff = function(l, D, E) {
1326
+ if (l && this.$u === l.$u) return g.call(this, l, D, E);
1261
1327
  var j = this.local(), M = u(l).local();
1262
- return g.call(j, M, y, E);
1328
+ return g.call(j, M, D, E);
1263
1329
  };
1264
1330
  };
1265
1331
  });
1266
1332
  }(Le)), Le.exports;
1267
1333
  }
1268
- var nr = rr();
1269
- const ar = /* @__PURE__ */ te(nr);
1270
- var Fe = { exports: {} }, sr = Fe.exports, at;
1271
- function or() {
1272
- return at || (at = 1, function(r, s) {
1334
+ var rn = nn();
1335
+ const an = /* @__PURE__ */ te(rn);
1336
+ var Fe = { exports: {} }, on = Fe.exports, at;
1337
+ function sn() {
1338
+ return at || (at = 1, function(n, o) {
1273
1339
  (function(a, i) {
1274
- r.exports = i();
1275
- })(sr, function() {
1340
+ n.exports = i();
1341
+ })(on, function() {
1276
1342
  return function(a, i) {
1277
- i.prototype.weekday = function(o) {
1343
+ i.prototype.weekday = function(s) {
1278
1344
  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");
1345
+ return this.$utils().u(s) ? u : this.subtract(u, "day").add(s, "day");
1280
1346
  };
1281
1347
  };
1282
1348
  });
1283
1349
  }(Fe)), Fe.exports;
1284
1350
  }
1285
- var ir = or();
1286
- const ur = /* @__PURE__ */ te(ir);
1287
- q.extend(ur);
1288
- q.extend(Wt);
1289
- q.extend(ar);
1290
- q.extend(Xt);
1291
- q.extend(jt);
1292
- q.extend(Nt);
1293
- q.extend(kt);
1294
- q.extend(Yt);
1295
- q.extend(er);
1296
- q.extend(It);
1297
- function cr(r) {
1298
- return [...r].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;
1351
+ var un = sn();
1352
+ const cn = /* @__PURE__ */ te(un);
1353
+ W.extend(cn);
1354
+ W.extend(Nt);
1355
+ W.extend(an);
1356
+ W.extend(Vt);
1357
+ W.extend(jt);
1358
+ W.extend(At);
1359
+ W.extend(kt);
1360
+ W.extend(Yt);
1361
+ W.extend(en);
1362
+ W.extend(It);
1363
+ function dn(n) {
1364
+ return [...n].sort((o, a) => {
1365
+ const i = o.sequence.split(".").map(Number), s = a.sequence.split(".").map(Number);
1366
+ for (let e = 0; e < Math.max(i.length, s.length); e++) {
1367
+ const f = i[e] || 0, u = s[e] || 0;
1302
1368
  if (f !== u) return f - u;
1303
1369
  }
1304
1370
  return 0;
1305
1371
  });
1306
1372
  }
1307
- function dr(r) {
1308
- return r.split(".").length - 1;
1373
+ function ln(n) {
1374
+ return n.split(".").length - 1;
1309
1375
  }
1310
- function Pe(r, s, a) {
1311
- const i = cr(r);
1312
- let o = 0;
1376
+ function Pe(n, o, a) {
1377
+ const i = dn(n);
1378
+ let s = 0;
1313
1379
  return i.map((e) => {
1314
- o++;
1315
- const f = dr(e.sequence), { barMarginLeftAmount: u, barWidthSize: h } = gt(
1316
- q(e.startDate),
1317
- q(e.endDate),
1318
- s,
1380
+ s++;
1381
+ const f = ln(e.sequence), { barMarginLeftAmount: u, barWidthSize: p } = gt(
1382
+ W(e.startDate),
1383
+ W(e.endDate),
1384
+ o,
1319
1385
  a
1320
1386
  );
1321
1387
  return {
1322
1388
  ...e,
1323
1389
  barLeft: u,
1324
- barWidth: h,
1390
+ barWidth: p,
1325
1391
  depth: f,
1326
- order: o,
1327
- originalOrder: o
1392
+ order: s,
1393
+ originalOrder: s
1328
1394
  };
1329
1395
  });
1330
1396
  }
1331
- const st = (r) => {
1332
- let s;
1333
- const a = /* @__PURE__ */ new Set(), i = (p, m) => {
1334
- const n = typeof p == "function" ? p(s) : p;
1335
- if (!Object.is(n, s)) {
1336
- const c = s;
1337
- s = m ?? (typeof n != "object" || n === null) ? n : Object.assign({}, s, n), a.forEach((D) => D(s, c));
1397
+ const ot = (n) => {
1398
+ let o;
1399
+ const a = /* @__PURE__ */ new Set(), i = (m, h) => {
1400
+ const r = typeof m == "function" ? m(o) : m;
1401
+ if (!Object.is(r, o)) {
1402
+ const c = o;
1403
+ o = h ?? (typeof r != "object" || r === null) ? r : Object.assign({}, o, r), a.forEach((y) => y(o, c));
1338
1404
  }
1339
- }, o = () => s, u = { setState: i, getState: o, getInitialState: () => h, subscribe: (p) => (a.add(p), () => a.delete(p)) }, h = s = r(i, o, u);
1405
+ }, s = () => o, u = { setState: i, getState: s, getInitialState: () => p, subscribe: (m) => (a.add(m), () => a.delete(m)) }, p = o = n(i, s, u);
1340
1406
  return u;
1341
- }, lr = (r) => r ? st(r) : st, fr = (r) => r;
1342
- function hr(r, s = fr) {
1343
- const a = Ne.useSyncExternalStore(
1344
- r.subscribe,
1345
- () => s(r.getState()),
1346
- () => s(r.getInitialState())
1407
+ }, fn = (n) => n ? ot(n) : ot, pn = (n) => n;
1408
+ function hn(n, o = pn) {
1409
+ const a = Ae.useSyncExternalStore(
1410
+ n.subscribe,
1411
+ () => o(n.getState()),
1412
+ () => o(n.getInitialState())
1347
1413
  );
1348
- return Ne.useDebugValue(a), a;
1414
+ return Ae.useDebugValue(a), a;
1349
1415
  }
1350
- const ot = (r) => {
1351
- const s = lr(r), a = (i) => hr(s, i);
1352
- return Object.assign(a, s), a;
1353
- }, mr = (r) => r ? ot(r) : ot, De = mr((r, s) => ({
1416
+ const st = (n) => {
1417
+ const o = fn(n), a = (i) => hn(o, i);
1418
+ return Object.assign(a, o), a;
1419
+ }, mn = (n) => n ? st(n) : st, ye = mn((n, o) => ({
1354
1420
  rawTasks: [],
1355
1421
  transformedTasks: [],
1356
1422
  bottomRowCells: [],
1357
1423
  topHeaderGroups: [],
1358
1424
  selectedScale: "month",
1359
- minDate: q(),
1360
- maxDate: q(),
1425
+ minDate: W(),
1426
+ maxDate: W(),
1361
1427
  draggingTaskMeta: null,
1362
1428
  setSelectedScale: (a) => {
1363
- const { rawTasks: i, bottomRowCells: o } = s(), e = Pe(i, o, a);
1364
- r({ selectedScale: a, transformedTasks: e });
1429
+ const { rawTasks: i, bottomRowCells: s } = o(), e = Pe(i, s, a);
1430
+ n({ selectedScale: a, transformedTasks: e });
1365
1431
  },
1366
1432
  setRawTasks: (a) => {
1367
- const { bottomRowCells: i, selectedScale: o } = s(), e = Pe(a, i, o);
1368
- r({ rawTasks: a, transformedTasks: e });
1433
+ const { bottomRowCells: i, selectedScale: s } = o(), e = Pe(a, i, s);
1434
+ n({ rawTasks: a, transformedTasks: e });
1369
1435
  },
1370
1436
  setBottomRowCells: (a) => {
1371
- const { rawTasks: i, selectedScale: o } = s(), e = Pe(i, a, o);
1372
- r({ bottomRowCells: a, transformedTasks: e });
1437
+ const { rawTasks: i, selectedScale: s } = o(), e = Pe(i, a, s);
1438
+ n({ bottomRowCells: a, transformedTasks: e });
1373
1439
  },
1374
- setTopHeaderGroups: (a) => r({ topHeaderGroups: a }),
1375
- setMinDate: (a) => r({ minDate: a }),
1376
- setMaxDate: (a) => r({ maxDate: a }),
1377
- setDraggingTaskMeta: (a) => r({ draggingTaskMeta: a }),
1378
- clearDraggingTaskMeta: () => r({ draggingTaskMeta: null })
1379
- })), pr = [{ 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 = (r) => /* @__PURE__ */ Ue.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...r }, /* @__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" }));
1380
- function pe(r, s) {
1381
- const { basePxPerDragStep: a } = K[s];
1382
- return Math.round(r / a);
1440
+ setTopHeaderGroups: (a) => n({ topHeaderGroups: a }),
1441
+ setMinDate: (a) => n({ minDate: a }),
1442
+ setMaxDate: (a) => n({ maxDate: a }),
1443
+ setDraggingTaskMeta: (a) => n({ draggingTaskMeta: a }),
1444
+ clearDraggingTaskMeta: () => n({ draggingTaskMeta: null })
1445
+ })), $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" }));
1446
+ function me(n, o) {
1447
+ const { basePxPerDragStep: a } = K[o];
1448
+ return Math.round(n / a);
1383
1449
  }
1384
- function $r(r, s, a) {
1450
+ function gn(n, o, a) {
1385
1451
  const {
1386
1452
  rawTasks: i,
1387
- selectedScale: o,
1453
+ selectedScale: s,
1388
1454
  setRawTasks: e,
1389
1455
  setDraggingTaskMeta: f,
1390
1456
  clearDraggingTaskMeta: u
1391
- } = De(), [h, p] = de(s), m = X(s), n = X(null), c = X(s), D = X(r.startDate), g = X(r.endDate), l = (j) => {
1392
- n.current = j.clientX, c.current = s, D.current = r.startDate, g.current = r.endDate, p(s), m.current = s, f({ taskId: r.id, type: "bar" }), document.addEventListener("mousemove", y), document.addEventListener("mouseup", E);
1393
- }, y = (j) => {
1394
- if (n.current === null) return;
1395
- const M = j.clientX - n.current, k = pe(M, o) * K[o].basePxPerDragStep, O = c.current + k;
1396
- p(O), m.current = O;
1457
+ } = ye(), [p, m] = de(o), h = V(o), r = V(null), c = V(o), y = V(n.startDate), g = V(n.endDate), l = (j) => {
1458
+ r.current = j.clientX, c.current = o, y.current = n.startDate, g.current = n.endDate, m(o), h.current = o, f({ taskId: n.id, type: "bar" }), document.addEventListener("mousemove", D), document.addEventListener("mouseup", E);
1459
+ }, D = (j) => {
1460
+ if (r.current === null) return;
1461
+ const M = j.clientX - r.current, k = me(M, s) * K[s].basePxPerDragStep, O = c.current + k;
1462
+ m(O), h.current = O;
1397
1463
  }, E = () => {
1398
- document.removeEventListener("mousemove", y), document.removeEventListener("mouseup", E);
1399
- const j = m.current - c.current, M = pe(j, o), { dragStepUnit: R, dragStepAmount: k } = K[o], O = i.map(
1400
- (P) => P.id === r.id ? {
1464
+ document.removeEventListener("mousemove", D), document.removeEventListener("mouseup", E);
1465
+ const j = h.current - c.current, M = me(j, s), { dragStepUnit: R, dragStepAmount: k } = K[s], O = i.map(
1466
+ (P) => P.id === n.id ? {
1401
1467
  ...P,
1402
- startDate: q(D.current).add(M * k, R).toISOString(),
1403
- endDate: q(g.current).add(M * k, R).toISOString()
1468
+ startDate: W(y.current).add(M * k, R).toISOString(),
1469
+ endDate: W(g.current).add(M * k, R).toISOString()
1404
1470
  } : P
1405
1471
  );
1406
- e(O), a == null || a(O), u(), n.current = null;
1472
+ e(O), a == null || a(O), u(), r.current = null;
1407
1473
  };
1408
- return { onDragStart: l, tempLeft: h };
1474
+ return { onDragStart: l, tempLeft: p };
1409
1475
  }
1410
- function gr(r, s, a, i) {
1476
+ function vn(n, o, a, i) {
1411
1477
  const {
1412
- rawTasks: o,
1478
+ rawTasks: s,
1413
1479
  selectedScale: e,
1414
1480
  setRawTasks: f,
1415
1481
  setDraggingTaskMeta: u,
1416
- clearDraggingTaskMeta: h
1417
- } = De(), [p, m] = de(s), [n, c] = de(a), D = X(s), g = X(a), l = X(null), y = X(s), E = X(a), j = X(r.startDate), M = (O) => {
1418
- O.stopPropagation(), l.current = O.clientX, y.current = s, E.current = a, j.current = r.startDate, m(s), c(a), D.current = s, g.current = a, u({ taskId: r.id, type: "left" }), document.addEventListener("mousemove", R), document.addEventListener("mouseup", k);
1482
+ clearDraggingTaskMeta: p
1483
+ } = ye(), [m, h] = de(o), [r, c] = de(a), y = V(o), g = V(a), l = V(null), D = V(o), E = V(a), j = V(n.startDate), M = (O) => {
1484
+ O.stopPropagation(), l.current = O.clientX, D.current = o, E.current = a, j.current = n.startDate, h(o), c(a), y.current = o, g.current = a, u({ taskId: n.id, type: "left" }), document.addEventListener("mousemove", R), document.addEventListener("mouseup", k);
1419
1485
  }, R = (O) => {
1420
1486
  if (l.current == null) return;
1421
- const P = O.clientX - l.current, $ = pe(P, e) * K[e].basePxPerDragStep, d = y.current + $, I = E.current - $;
1422
- I < 1 || (m(d), c(I), D.current = d, g.current = I);
1487
+ const P = O.clientX - l.current, $ = me(P, e) * K[e].basePxPerDragStep, d = D.current + $, I = E.current - $;
1488
+ I < 1 || (h(d), c(I), y.current = d, g.current = I);
1423
1489
  }, k = () => {
1424
1490
  document.removeEventListener("mousemove", R), document.removeEventListener("mouseup", k);
1425
- const O = D.current - y.current, P = pe(O, e), { dragStepUnit: Y, dragStepAmount: $ } = K[e], d = o.map((I) => {
1426
- if (I.id !== r.id) return I;
1427
- const B = q(j.current).add(
1491
+ const O = y.current - D.current, P = me(O, e), { dragStepUnit: Y, dragStepAmount: $ } = K[e], d = s.map((I) => {
1492
+ if (I.id !== n.id) return I;
1493
+ const B = W(j.current).add(
1428
1494
  P * $,
1429
1495
  Y
1430
1496
  );
1431
- return B.isAfter(q(I.endDate)) ? I : { ...I, startDate: B.toISOString() };
1497
+ return B.isAfter(W(I.endDate)) ? I : { ...I, startDate: B.toISOString() };
1432
1498
  });
1433
- f(d), i == null || i(d), h(), l.current = null;
1499
+ f(d), i == null || i(d), p(), l.current = null;
1434
1500
  };
1435
- return { onDragStart: M, tempLeft: p, tempWidth: n };
1501
+ return { onDragStart: M, tempLeft: m, tempWidth: r };
1436
1502
  }
1437
- function vr(r, s, a) {
1503
+ function yn(n, o, a) {
1438
1504
  const {
1439
1505
  rawTasks: i,
1440
- selectedScale: o,
1506
+ selectedScale: s,
1441
1507
  setRawTasks: e,
1442
1508
  setDraggingTaskMeta: f,
1443
1509
  clearDraggingTaskMeta: u
1444
- } = De(), [h, p] = de(s), m = X(s), n = X(null), c = X(s), D = X(r.endDate), g = (E) => {
1445
- E.stopPropagation(), n.current = E.clientX, c.current = s, D.current = r.endDate, p(s), m.current = s, f({ taskId: r.id, type: "right" }), document.addEventListener("mousemove", l), document.addEventListener("mouseup", y);
1510
+ } = ye(), [p, m] = de(o), h = V(o), r = V(null), c = V(o), y = V(n.endDate), g = (E) => {
1511
+ E.stopPropagation(), r.current = E.clientX, c.current = o, y.current = n.endDate, m(o), h.current = o, f({ taskId: n.id, type: "right" }), document.addEventListener("mousemove", l), document.addEventListener("mouseup", D);
1446
1512
  }, l = (E) => {
1447
- if (n.current === null) return;
1448
- const j = E.clientX - n.current, R = pe(j, o) * K[o].basePxPerDragStep, k = c.current + R;
1449
- k < 1 || (p(k), m.current = k);
1450
- }, y = () => {
1451
- document.removeEventListener("mousemove", l), document.removeEventListener("mouseup", y);
1452
- const E = m.current - c.current, j = pe(E, o), { dragStepUnit: M, dragStepAmount: R } = K[o], k = i.map((O) => {
1453
- if (O.id !== r.id) return O;
1454
- const P = q(D.current).add(
1513
+ if (r.current === null) return;
1514
+ const j = E.clientX - r.current, R = me(j, s) * K[s].basePxPerDragStep, k = c.current + R;
1515
+ k < 1 || (m(k), h.current = k);
1516
+ }, D = () => {
1517
+ document.removeEventListener("mousemove", l), document.removeEventListener("mouseup", D);
1518
+ const E = h.current - c.current, j = me(E, s), { dragStepUnit: M, dragStepAmount: R } = K[s], k = i.map((O) => {
1519
+ if (O.id !== n.id) return O;
1520
+ const P = W(y.current).add(
1455
1521
  j * R,
1456
1522
  M
1457
1523
  );
1458
- return P.isBefore(q(O.startDate)) ? O : { ...O, endDate: P.toISOString() };
1524
+ return P.isBefore(W(O.startDate)) ? O : { ...O, endDate: P.toISOString() };
1459
1525
  });
1460
- e(k), a == null || a(k), u(), n.current = null;
1526
+ e(k), a == null || a(k), u(), r.current = null;
1461
1527
  };
1462
- return { onDragStart: g, tempWidth: h };
1528
+ return { onDragStart: g, tempWidth: p };
1463
1529
  }
1464
- function Dr(r, 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, h = 20, p = `M ${s} ${a}`, m = i - s, n = o - a, c = Math.abs(m), D = Math.abs(n), g = o <= a, l = o >= a, y = i >= s, E = i <= s, j = c > h, M = Math.abs(m / 2), R = Math.abs(n / 2);
1530
+ function Dn(n, o, a, i, s) {
1531
+ if (a < 0 || s < 0)
1532
+ return `M ${o} ${a} h ${(i - o) / 2}`;
1533
+ const e = 7, f = 11, u = 25, p = 20, m = `M ${o} ${a}`, h = i - o, r = s - a, c = Math.abs(h), y = Math.abs(r), g = s <= a, l = s >= a, D = i >= o, E = i <= o, j = c > p, M = Math.abs(h / 2), R = Math.abs(r / 2);
1468
1534
  function k() {
1469
1535
  function $() {
1470
- return (y || E) && l && !j ? "downSmallHorizontal" : (y || E) && g && !j ? "upSmallHorizontal" : l && E ? "downLeft" : l && y ? "downRight" : g && E ? "upLeft" : g && y ? "upRight" : "";
1536
+ return (D || E) && l && !j ? "downSmallHorizontal" : (D || E) && g && !j ? "upSmallHorizontal" : l && E ? "downLeft" : l && D ? "downRight" : g && E ? "upLeft" : g && D ? "upRight" : "";
1471
1537
  }
1472
- let d = p;
1538
+ let d = m;
1473
1539
  switch ($()) {
1474
1540
  case "downRight": {
1475
- d += ` h ${M - e}`, d += ` a ${e} ${e} 0 0 1 ${e} ${e}`, d += ` v ${n - e * 2}`, d += ` a ${e} ${e} 0 0 0 ${e} ${e}`, d += ` h ${M - e}`;
1541
+ d += ` h ${M - 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 ${M - e}`;
1476
1542
  break;
1477
1543
  }
1478
1544
  case "upRight": {
1479
- d += ` h ${M - e}`, d += ` a ${e} ${e} 0 0 0 ${e} -${e}`, d += ` v -${D - e * 2}`, d += ` a ${e} ${e} 0 0 1 ${e} -${e}`, d += ` h ${M - e}`;
1545
+ 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}`;
1480
1546
  break;
1481
1547
  }
1482
1548
  case "downLeft":
1483
1549
  case "downSmallHorizontal": {
1484
- const B = a + n / 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 ${m - 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}`;
1550
+ const B = a + r / 2;
1551
+ 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}`;
1486
1552
  break;
1487
1553
  }
1488
1554
  case "upLeft":
1489
1555
  case "upSmallHorizontal": {
1490
- const B = a + n / 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 ${m - 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}`;
1556
+ const B = a + r / 2;
1557
+ 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}`;
1492
1558
  break;
1493
1559
  }
1494
1560
  default:
@@ -1497,31 +1563,31 @@ function Dr(r, s, a, i, o) {
1497
1563
  return d;
1498
1564
  }
1499
1565
  function O() {
1500
- let $ = p;
1501
- return l && E ? ($ += ` h ${u - f}`, $ += ` a ${e} ${e} 0 0 1 ${e} ${e}`, $ += ` v ${n - e * 2}`, $ += ` a ${e} ${e} 0 0 1 -${e} ${e}`, $ += ` h ${m - e * 2}`) : l && y ? ($ += ` h ${m + u - f}`, $ += ` a ${e} ${e} 0 0 1 ${e} ${e}`, $ += ` v ${n - e * 2}`, $ += ` a ${e} ${e} 0 0 1 -${e} ${e}`, $ += ` h -${u - f}`) : g && E ? ($ += ` h ${u - f}`, $ += ` a ${e} ${e} 0 0 0 ${e} -${e}`, $ += ` v ${n + e * 2}`, $ += ` a ${e} ${e} 0 0 0 -${e} -${e}`, $ += ` h ${m - u + f}`) : g && y && ($ += ` h ${m + u - f}`, $ += ` a ${e} ${e} 0 0 0 ${e} -${e}`, $ += ` v ${n + e * 2}`, $ += ` a ${e} ${e} 0 0 0 -${e} -${e}`, $ += ` h -${u - f}`), $;
1566
+ let $ = m;
1567
+ return l && E ? ($ += ` 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 && D ? ($ += ` 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 && E ? ($ += ` 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 && D && ($ += ` 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}`), $;
1502
1568
  }
1503
1569
  function P() {
1504
1570
  function $() {
1505
- return (y || E) && l && !j ? "downSmallHorizontal" : (y || E) && g && !j ? "upSmallHorizontal" : l && E ? "downLeft" : l && y ? "downRight" : g && E ? "upLeft" : g && y ? "upRight" : "";
1571
+ return (D || E) && l && !j ? "downSmallHorizontal" : (D || E) && g && !j ? "upSmallHorizontal" : l && E ? "downLeft" : l && D ? "downRight" : g && E ? "upLeft" : g && D ? "upRight" : "";
1506
1572
  }
1507
- let d = p;
1573
+ let d = m;
1508
1574
  switch ($()) {
1509
1575
  case "downRight":
1510
1576
  case "downSmallHorizontal": {
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 + m}`, 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";
1577
+ 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";
1512
1578
  break;
1513
1579
  }
1514
1580
  case "upRight":
1515
1581
  case "upSmallHorizontal": {
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 + m}`, 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";
1582
+ 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";
1517
1583
  break;
1518
1584
  }
1519
1585
  case "downLeft": {
1520
- d += ` h ${-M + e}`, d += ` a ${e} ${e} 0 0 0 -${e} ${e}`, d += ` v ${D - e * 2}`, d += ` a ${e} ${e} 0 0 1 -${e} ${e}`, d += ` h ${-M + e}`;
1586
+ 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}`;
1521
1587
  break;
1522
1588
  }
1523
1589
  case "upLeft": {
1524
- d += ` h ${-(M - e)}`, d += ` a ${e} ${e} 0 0 1 -${e} -${e}`, d += ` v ${-(D - e * 2)}`, d += ` a ${e} ${e} 0 0 0 -${e} -${e}`, d += ` h ${-M + e}`;
1590
+ 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}`;
1525
1591
  break;
1526
1592
  }
1527
1593
  default:
@@ -1530,10 +1596,10 @@ function Dr(r, s, a, i, o) {
1530
1596
  return d;
1531
1597
  }
1532
1598
  function Y() {
1533
- let $ = p;
1534
- return l && E ? ($ += ` h ${m - u}`, $ += ` a ${e} ${e} 0 0 0 -${e} ${e}`, $ += ` v ${n - 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 ${n - e * 2}`, $ += ` a ${e} ${e} 0 0 0 ${e} ${e}`, $ += ` h ${m + u}`) : g && E ? ($ += ` h ${m - u}`, $ += ` a ${e} ${e} 0 0 1 -${e} -${e}`, $ += ` v ${n + 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 ${n + e * 2}`, $ += ` a ${e} ${e} 0 0 1 ${e} -${e}`, $ += ` h ${m + u}`), $;
1599
+ let $ = m;
1600
+ return l && E ? ($ += ` 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 && D ? ($ += " 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 && E ? ($ += ` 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 && D && ($ += " 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}`), $;
1535
1601
  }
1536
- switch (r) {
1602
+ switch (n) {
1537
1603
  case "FS":
1538
1604
  return k();
1539
1605
  case "FF":
@@ -1543,61 +1609,74 @@ function Dr(r, s, a, i, o) {
1543
1609
  case "SS":
1544
1610
  return Y();
1545
1611
  default:
1546
- return `${p} L ${i} ${o}`;
1612
+ return `${m} L ${i} ${s}`;
1547
1613
  }
1548
1614
  }
1549
- function yr({ allTasks: r, currentTask: s, onTasksChange: a }) {
1550
- const { onDragStart: i, tempLeft: o } = $r(s, s.barLeft, a), {
1615
+ function Sn({ allTasks: n, currentTask: o, onTasksChange: a }) {
1616
+ const { onDragStart: i, tempLeft: s } = gn(o, o.barLeft, a), {
1551
1617
  onDragStart: e,
1552
1618
  tempLeft: f,
1553
1619
  tempWidth: u
1554
- } = gr(
1555
- s,
1556
- s.barLeft,
1557
- s.barWidth,
1620
+ } = vn(
1621
+ o,
1622
+ o.barLeft,
1623
+ o.barWidth,
1558
1624
  a
1559
- ), { onDragStart: h, tempWidth: p } = vr(
1560
- s,
1561
- s.barWidth,
1625
+ ), { onDragStart: p, tempWidth: m } = yn(
1626
+ o,
1627
+ o.barWidth,
1562
1628
  a
1563
- ), { draggingTaskMeta: m } = De(), n = (m == null ? void 0 : m.taskId) === s.id;
1564
- let c = !1, D = !1, g = !1;
1565
- n && ((m == null ? void 0 : m.type) === "left" ? c = !0 : (m == null ? void 0 : m.type) === "right" ? D = !0 : (m == null ? void 0 : m.type) === "bar" && (g = !0));
1566
- let l = s.barLeft, y = s.barWidth;
1567
- c ? (l = f, y = u) : D ? y = p : g && (l = o);
1568
- const E = () => /* @__PURE__ */ A.jsx(
1629
+ ), { draggingTaskMeta: h } = ye(), r = (h == null ? void 0 : h.taskId) === o.id;
1630
+ let c = !1, y = !1, g = !1;
1631
+ r && ((h == null ? void 0 : h.type) === "left" ? c = !0 : (h == null ? void 0 : h.type) === "right" ? y = !0 : (h == null ? void 0 : h.type) === "bar" && (g = !0));
1632
+ let l = o.barLeft, D = o.barWidth;
1633
+ c ? (l = f, D = u) : y ? D = m : g && (l = s);
1634
+ const E = () => /* @__PURE__ */ q.jsx(
1569
1635
  "button",
1570
1636
  {
1571
1637
  type: "button",
1572
1638
  onMouseDown: e,
1573
- className: "absolute top-0 flex h-full cursor-w-resize items-center justify-center opacity-0 hover:opacity-100",
1574
1639
  style: {
1640
+ position: "absolute",
1641
+ top: 0,
1642
+ display: "flex",
1643
+ cursor: "w-resize",
1644
+ alignItems: "center",
1645
+ justifyContent: "center",
1646
+ opacity: 100,
1575
1647
  left: "-1.15rem",
1576
1648
  width: "2rem",
1577
1649
  height: "100%"
1578
1650
  },
1579
- children: /* @__PURE__ */ A.jsx(
1651
+ children: /* @__PURE__ */ q.jsx(
1580
1652
  it,
1581
1653
  {
1582
- className: "size-6",
1583
1654
  style: {
1655
+ height: "1.5rem",
1656
+ width: "1.5rem",
1584
1657
  fill: "#919294"
1585
1658
  }
1586
1659
  }
1587
1660
  )
1588
1661
  }
1589
- ), j = () => /* @__PURE__ */ A.jsx(
1662
+ ), j = () => /* @__PURE__ */ q.jsx(
1590
1663
  "button",
1591
1664
  {
1592
1665
  type: "button",
1593
- onMouseDown: h,
1594
- className: "absolute top-0 flex h-full cursor-w-resize items-center justify-center opacity-0 hover:opacity-100",
1666
+ onMouseDown: p,
1595
1667
  style: {
1668
+ position: "absolute",
1669
+ top: 0,
1670
+ display: "flex",
1671
+ cursor: "w-resize",
1672
+ alignItems: "center",
1673
+ justifyContent: "center",
1674
+ opacity: 100,
1596
1675
  right: "-1.15rem",
1597
1676
  width: "2rem",
1598
1677
  height: "100%"
1599
1678
  },
1600
- children: /* @__PURE__ */ A.jsx(
1679
+ children: /* @__PURE__ */ q.jsx(
1601
1680
  it,
1602
1681
  {
1603
1682
  className: "size-6",
@@ -1607,23 +1686,23 @@ function yr({ allTasks: r, currentTask: s, onTasksChange: a }) {
1607
1686
  }
1608
1687
  )
1609
1688
  }
1610
- ), M = (s.dependencies || []).map((R) => {
1611
- const k = r.find((I) => I.id === R.targetId);
1689
+ ), M = (o.dependencies || []).map((R) => {
1690
+ const k = n.find((I) => I.id === R.targetId);
1612
1691
  if (!k) return null;
1613
- const O = ut, P = (k.order - 1) * O + O / 2, Y = (s.order - 1) * O + O / 2;
1692
+ const O = ut, P = (k.order - 1) * O + O / 2, Y = (o.order - 1) * O + O / 2;
1614
1693
  let $, d;
1615
1694
  switch (R.type) {
1616
1695
  case "FS":
1617
- $ = k.barLeft + k.barWidth, d = s.barLeft;
1696
+ $ = k.barLeft + k.barWidth, d = o.barLeft;
1618
1697
  break;
1619
1698
  case "SS":
1620
- $ = k.barLeft, d = s.barLeft;
1699
+ $ = k.barLeft, d = o.barLeft;
1621
1700
  break;
1622
1701
  case "FF":
1623
- $ = k.barLeft + k.barWidth, d = s.barLeft + s.barWidth;
1702
+ $ = k.barLeft + k.barWidth, d = o.barLeft + o.barWidth;
1624
1703
  break;
1625
1704
  case "SF":
1626
- $ = k.barLeft, d = s.barLeft + s.barWidth;
1705
+ $ = k.barLeft, d = o.barLeft + o.barWidth;
1627
1706
  break;
1628
1707
  default:
1629
1708
  return console.warn(`Unknown dependency type: ${R.type}`), null;
@@ -1636,18 +1715,20 @@ function yr({ allTasks: r, currentTask: s, onTasksChange: a }) {
1636
1715
  toY: Y
1637
1716
  };
1638
1717
  }).filter(Boolean);
1639
- return /* @__PURE__ */ A.jsxs(A.Fragment, { children: [
1640
- /* @__PURE__ */ A.jsxs(
1718
+ return /* @__PURE__ */ q.jsxs(q.Fragment, { children: [
1719
+ /* @__PURE__ */ q.jsxs(
1641
1720
  "div",
1642
1721
  {
1643
1722
  role: "button",
1644
1723
  tabIndex: 0,
1645
- className: "relative flex items-center",
1646
1724
  onMouseDown: i,
1647
1725
  style: {
1726
+ position: "relative",
1727
+ display: "flex",
1728
+ alignItems: "center",
1648
1729
  backgroundColor: "#D6D6D8",
1649
1730
  marginLeft: `${l}px`,
1650
- width: `${y}px`,
1731
+ width: `${D}px`,
1651
1732
  height: "1rem"
1652
1733
  },
1653
1734
  children: [
@@ -1656,126 +1737,196 @@ function yr({ allTasks: r, currentTask: s, onTasksChange: a }) {
1656
1737
  ]
1657
1738
  }
1658
1739
  ),
1659
- /* @__PURE__ */ A.jsxs("svg", { className: "pointer-events-none absolute top-0 left-0 z-10 size-full", children: [
1660
- /* @__PURE__ */ A.jsx("defs", { children: /* @__PURE__ */ A.jsx(
1661
- "marker",
1662
- {
1663
- id: "arrowhead",
1664
- markerWidth: "6",
1665
- markerHeight: "6",
1666
- refX: "5.25",
1667
- refY: "3",
1668
- orient: "auto",
1669
- children: /* @__PURE__ */ A.jsx("polygon", { points: "0 0, 6 3, 0 6", fill: "#000" })
1670
- }
1671
- ) }),
1672
- M.map((R, k) => /* @__PURE__ */ A.jsx(
1673
- "path",
1674
- {
1675
- d: Dr(
1676
- R.type,
1677
- R.fromX,
1678
- R.fromY,
1679
- R.toX,
1680
- R.toY
1681
- ),
1682
- fill: "none",
1683
- markerEnd: "url(#arrowhead)",
1684
- style: { stroke: "#000", strokeWidth: 0.75 }
1740
+ /* @__PURE__ */ q.jsxs(
1741
+ "svg",
1742
+ {
1743
+ style: {
1744
+ position: "absolute",
1745
+ top: 0,
1746
+ left: 0,
1747
+ zIndex: 10,
1748
+ width: "100%",
1749
+ height: "100%",
1750
+ pointerEvents: "none"
1685
1751
  },
1686
- k
1687
- ))
1688
- ] })
1752
+ children: [
1753
+ /* @__PURE__ */ q.jsx("defs", { children: /* @__PURE__ */ q.jsx(
1754
+ "marker",
1755
+ {
1756
+ id: "arrowhead",
1757
+ markerWidth: "6",
1758
+ markerHeight: "6",
1759
+ refX: "5.25",
1760
+ refY: "3",
1761
+ orient: "auto",
1762
+ children: /* @__PURE__ */ q.jsx("polygon", { points: "0 0, 6 3, 0 6", fill: "#000" })
1763
+ }
1764
+ ) }),
1765
+ M.map((R, k) => /* @__PURE__ */ q.jsx(
1766
+ "path",
1767
+ {
1768
+ d: Dn(
1769
+ R.type,
1770
+ R.fromX,
1771
+ R.fromY,
1772
+ R.toX,
1773
+ R.toY
1774
+ ),
1775
+ fill: "none",
1776
+ markerEnd: "url(#arrowhead)",
1777
+ style: { stroke: "#000", strokeWidth: 0.75 }
1778
+ },
1779
+ k
1780
+ ))
1781
+ ]
1782
+ }
1783
+ )
1689
1784
  ] });
1690
1785
  }
1691
- function xr({ tasks: r, onTasksChange: s, ganttHeight: a, columnWidth: i }) {
1692
- const [o, e] = de(a || 500), [f, u] = de(i || 1e3), [h, p] = de(r || []), m = X(null), {
1693
- rawTasks: n,
1786
+ function bn({ tasks: n, onTasksChange: o, ganttHeight: a, columnWidth: i }) {
1787
+ const [s, e] = de(a || 500), [f, u] = de(i || 1e3), [p, m] = de(n || []), h = V(null), {
1788
+ rawTasks: r,
1694
1789
  transformedTasks: c,
1695
- selectedScale: D,
1790
+ selectedScale: y,
1696
1791
  setSelectedScale: g,
1697
1792
  bottomRowCells: l,
1698
- topHeaderGroups: y,
1793
+ topHeaderGroups: D,
1699
1794
  setRawTasks: E,
1700
1795
  setBottomRowCells: j,
1701
1796
  setTopHeaderGroups: M,
1702
1797
  setMinDate: R,
1703
1798
  setMaxDate: k
1704
- } = De();
1799
+ } = ye();
1705
1800
  return xe(() => {
1706
- r.length === 0 ? p(pr) : p(r);
1707
- }, [r]), xe(() => {
1708
- if (!h.length) return;
1801
+ n.length === 0 ? m($n) : m(n);
1802
+ }, [n]), xe(() => {
1803
+ if (!p.length) return;
1709
1804
  const O = Object.fromEntries(
1710
- h.map((P) => [
1805
+ p.map((P) => [
1711
1806
  P.id,
1712
1807
  { startDate: P.startDate, endDate: P.endDate }
1713
1808
  ])
1714
1809
  );
1715
1810
  St(
1716
1811
  O,
1717
- D,
1812
+ y,
1718
1813
  R,
1719
1814
  k,
1720
1815
  j,
1721
1816
  M
1722
1817
  );
1723
- }, [h, D]), xe(() => {
1724
- !l.length || !h.length || n.length === 0 && E(h);
1725
- }, [l, h]), /* @__PURE__ */ A.jsx(
1818
+ }, [p, y]), xe(() => {
1819
+ !l.length || !p.length || r.length === 0 && E(p);
1820
+ }, [l, p]), /* @__PURE__ */ q.jsx(
1726
1821
  "section",
1727
1822
  {
1728
1823
  style: {
1729
1824
  position: "relative",
1730
1825
  overflow: "auto",
1731
- height: `${o}px`,
1826
+ height: `${s}px`,
1732
1827
  width: "100%",
1733
1828
  // let parent control width
1734
1829
  backgroundColor: "#FFF"
1735
1830
  },
1736
- children: /* @__PURE__ */ A.jsx(
1831
+ children: /* @__PURE__ */ q.jsx(
1737
1832
  "div",
1738
1833
  {
1739
- className: "size-full overflow-hidden",
1740
1834
  style: {
1835
+ width: "100%",
1836
+ height: "100%",
1837
+ overflow: "hidden",
1741
1838
  backgroundColor: "#FFF"
1742
1839
  },
1743
- children: /* @__PURE__ */ A.jsx("section", { className: "relative flex h-full w-full flex-col", children: /* @__PURE__ */ A.jsx("div", { ref: m, className: "grow overflow-x-auto", children: /* @__PURE__ */ A.jsxs("div", { className: "flex min-w-max flex-col", children: [
1744
- /* @__PURE__ */ A.jsx(
1745
- xt,
1746
- {
1747
- topHeaderGroups: y,
1748
- bottomRowCells: l,
1749
- selectedScale: D,
1750
- scrollRef: m
1751
- }
1752
- ),
1753
- /* @__PURE__ */ A.jsx("div", { className: "relative flex", children: /* @__PURE__ */ A.jsx("div", { className: "flex grow flex-col", children: c.map((O) => /* @__PURE__ */ A.jsx(
1754
- "div",
1755
- {
1756
- className: "flex w-full items-center border-b border-solid",
1757
- style: {
1758
- height: `${ut}px`,
1759
- backgroundColor: "#FFF",
1760
- borderColor: "#E6E7E9"
1761
- },
1762
- children: /* @__PURE__ */ A.jsx(
1763
- yr,
1764
- {
1765
- allTasks: c,
1766
- currentTask: O,
1767
- onTasksChange: s
1768
- }
1769
- )
1840
+ children: /* @__PURE__ */ q.jsx(
1841
+ "section",
1842
+ {
1843
+ style: {
1844
+ position: "relative",
1845
+ display: "flex",
1846
+ height: "100%",
1847
+ width: "100%",
1848
+ flexDirection: "column"
1770
1849
  },
1771
- O.id
1772
- )) }) })
1773
- ] }) }) })
1850
+ children: /* @__PURE__ */ q.jsx(
1851
+ "div",
1852
+ {
1853
+ ref: h,
1854
+ style: {
1855
+ flexGrow: 1,
1856
+ overflowX: "auto"
1857
+ },
1858
+ children: /* @__PURE__ */ q.jsxs(
1859
+ "div",
1860
+ {
1861
+ style: {
1862
+ display: "flex",
1863
+ minWidth: "max-content",
1864
+ flexDirection: "column"
1865
+ // backgroundColor: '#FFF',
1866
+ },
1867
+ children: [
1868
+ /* @__PURE__ */ q.jsx(
1869
+ xt,
1870
+ {
1871
+ topHeaderGroups: D,
1872
+ bottomRowCells: l,
1873
+ selectedScale: y,
1874
+ scrollRef: h
1875
+ }
1876
+ ),
1877
+ /* @__PURE__ */ q.jsx(
1878
+ "div",
1879
+ {
1880
+ style: {
1881
+ position: "relative",
1882
+ display: "flex"
1883
+ },
1884
+ children: /* @__PURE__ */ q.jsx(
1885
+ "div",
1886
+ {
1887
+ style: {
1888
+ display: "flex",
1889
+ flexGrow: 1,
1890
+ flexDirection: "column"
1891
+ },
1892
+ children: c.map((O) => /* @__PURE__ */ q.jsx(
1893
+ "div",
1894
+ {
1895
+ style: {
1896
+ display: "flex",
1897
+ width: "100%",
1898
+ alignItems: "center",
1899
+ borderBottom: "1px solid #E6E7E9",
1900
+ height: `${ut}px`,
1901
+ backgroundColor: "#FFF"
1902
+ },
1903
+ children: /* @__PURE__ */ q.jsx(
1904
+ Sn,
1905
+ {
1906
+ allTasks: c,
1907
+ currentTask: O,
1908
+ onTasksChange: o
1909
+ }
1910
+ )
1911
+ },
1912
+ O.id
1913
+ ))
1914
+ }
1915
+ )
1916
+ }
1917
+ )
1918
+ ]
1919
+ }
1920
+ )
1921
+ }
1922
+ )
1923
+ }
1924
+ )
1774
1925
  }
1775
1926
  )
1776
1927
  }
1777
1928
  );
1778
1929
  }
1779
1930
  export {
1780
- xr as ReactGanttChart
1931
+ bn as ReactGanttChart
1781
1932
  };