@jaeungkim/gantt-chart 0.1.7 → 0.2.0
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.cjs.js +9 -9
- package/dist/index.es.js +740 -688
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import
|
|
3
|
-
function
|
|
1
|
+
import * as Ne from "react";
|
|
2
|
+
import Ce, { useState as oe, useMemo as _e, useEffect as xe, useRef as V } from "react";
|
|
3
|
+
function ne(n) {
|
|
4
4
|
return n && n.__esModule && Object.prototype.hasOwnProperty.call(n, "default") ? n.default : n;
|
|
5
5
|
}
|
|
6
6
|
var Se = { exports: {} }, ge = {};
|
|
@@ -13,14 +13,14 @@ var Se = { exports: {} }, ge = {};
|
|
|
13
13
|
* This source code is licensed under the MIT license found in the
|
|
14
14
|
* LICENSE file in the root directory of this source tree.
|
|
15
15
|
*/
|
|
16
|
-
var
|
|
16
|
+
var Ue;
|
|
17
17
|
function lt() {
|
|
18
|
-
if (
|
|
19
|
-
|
|
18
|
+
if (Ue) return ge;
|
|
19
|
+
Ue = 1;
|
|
20
20
|
var n = Symbol.for("react.transitional.element"), o = Symbol.for("react.fragment");
|
|
21
21
|
function a(i, s, e) {
|
|
22
|
-
var
|
|
23
|
-
if (e !== void 0 && (
|
|
22
|
+
var l = null;
|
|
23
|
+
if (e !== void 0 && (l = "" + e), s.key !== void 0 && (l = "" + s.key), "key" in s) {
|
|
24
24
|
e = {};
|
|
25
25
|
for (var u in s)
|
|
26
26
|
u !== "key" && (e[u] = s[u]);
|
|
@@ -28,7 +28,7 @@ function lt() {
|
|
|
28
28
|
return s = e.ref, {
|
|
29
29
|
$$typeof: n,
|
|
30
30
|
type: i,
|
|
31
|
-
key:
|
|
31
|
+
key: l,
|
|
32
32
|
ref: s !== void 0 ? s : null,
|
|
33
33
|
props: e
|
|
34
34
|
};
|
|
@@ -54,17 +54,17 @@ function ft() {
|
|
|
54
54
|
return t.$$typeof === x ? null : t.displayName || t.name || null;
|
|
55
55
|
if (typeof t == "string") return t;
|
|
56
56
|
switch (t) {
|
|
57
|
-
case O:
|
|
58
|
-
return "Fragment";
|
|
59
57
|
case k:
|
|
58
|
+
return "Fragment";
|
|
59
|
+
case L:
|
|
60
60
|
return "Portal";
|
|
61
|
-
case
|
|
61
|
+
case W:
|
|
62
62
|
return "Profiler";
|
|
63
63
|
case P:
|
|
64
64
|
return "StrictMode";
|
|
65
65
|
case B:
|
|
66
66
|
return "Suspense";
|
|
67
|
-
case
|
|
67
|
+
case ee:
|
|
68
68
|
return "SuspenseList";
|
|
69
69
|
}
|
|
70
70
|
if (typeof t == "object")
|
|
@@ -75,12 +75,12 @@ function ft() {
|
|
|
75
75
|
return (t.displayName || "Context") + ".Provider";
|
|
76
76
|
case $:
|
|
77
77
|
return (t._context.displayName || "Context") + ".Consumer";
|
|
78
|
-
case
|
|
78
|
+
case O:
|
|
79
79
|
var b = t.render;
|
|
80
80
|
return t = t.displayName, t || (t = b.displayName || b.name || "", t = t !== "" ? "ForwardRef(" + t + ")" : "ForwardRef"), t;
|
|
81
|
-
case
|
|
81
|
+
case I:
|
|
82
82
|
return b = t.displayName || null, b !== null ? b : n(t.type) || "Memo";
|
|
83
|
-
case
|
|
83
|
+
case D:
|
|
84
84
|
b = t._payload, t = t._init;
|
|
85
85
|
try {
|
|
86
86
|
return n(t(b));
|
|
@@ -101,19 +101,19 @@ function ft() {
|
|
|
101
101
|
}
|
|
102
102
|
if (b) {
|
|
103
103
|
b = console;
|
|
104
|
-
var w = b.error,
|
|
104
|
+
var w = b.error, q = typeof Symbol == "function" && Symbol.toStringTag && t[Symbol.toStringTag] || t.constructor.name || "Object";
|
|
105
105
|
return w.call(
|
|
106
106
|
b,
|
|
107
107
|
"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
|
|
108
|
-
|
|
108
|
+
q
|
|
109
109
|
), o(t);
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
function i() {
|
|
113
113
|
}
|
|
114
114
|
function s() {
|
|
115
|
-
if (
|
|
116
|
-
J = console.log,
|
|
115
|
+
if (Y === 0) {
|
|
116
|
+
J = console.log, se = console.info, re = console.warn, de = console.error, ae = console.group, G = console.groupCollapsed, te = console.groupEnd;
|
|
117
117
|
var t = {
|
|
118
118
|
configurable: !0,
|
|
119
119
|
enumerable: !0,
|
|
@@ -130,83 +130,83 @@ function ft() {
|
|
|
130
130
|
groupEnd: t
|
|
131
131
|
});
|
|
132
132
|
}
|
|
133
|
-
|
|
133
|
+
Y++;
|
|
134
134
|
}
|
|
135
135
|
function e() {
|
|
136
|
-
if (
|
|
136
|
+
if (Y--, Y === 0) {
|
|
137
137
|
var t = { configurable: !0, enumerable: !0, writable: !0 };
|
|
138
138
|
Object.defineProperties(console, {
|
|
139
|
-
log:
|
|
140
|
-
info:
|
|
141
|
-
warn:
|
|
142
|
-
error:
|
|
143
|
-
group:
|
|
144
|
-
groupCollapsed:
|
|
145
|
-
groupEnd:
|
|
139
|
+
log: C({}, t, { value: J }),
|
|
140
|
+
info: C({}, t, { value: se }),
|
|
141
|
+
warn: C({}, t, { value: re }),
|
|
142
|
+
error: C({}, t, { value: de }),
|
|
143
|
+
group: C({}, t, { value: ae }),
|
|
144
|
+
groupCollapsed: C({}, t, { value: G }),
|
|
145
|
+
groupEnd: C({}, t, { value: te })
|
|
146
146
|
});
|
|
147
147
|
}
|
|
148
|
-
0 >
|
|
148
|
+
0 > Y && console.error(
|
|
149
149
|
"disabledDepth fell below zero. This is a bug in React. Please file an issue."
|
|
150
150
|
);
|
|
151
151
|
}
|
|
152
|
-
function
|
|
153
|
-
if (
|
|
152
|
+
function l(t) {
|
|
153
|
+
if (ie === void 0)
|
|
154
154
|
try {
|
|
155
155
|
throw Error();
|
|
156
156
|
} catch (w) {
|
|
157
157
|
var b = w.stack.trim().match(/\n( *(at )?)/);
|
|
158
|
-
|
|
158
|
+
ie = b && b[1] || "", fe = -1 < w.stack.indexOf(`
|
|
159
159
|
at`) ? " (<anonymous>)" : -1 < w.stack.indexOf("@") ? "@unknown:0:0" : "";
|
|
160
160
|
}
|
|
161
161
|
return `
|
|
162
|
-
` +
|
|
162
|
+
` + ie + t + fe;
|
|
163
163
|
}
|
|
164
164
|
function u(t, b) {
|
|
165
165
|
if (!t || je) return "";
|
|
166
166
|
var w = Ze.get(t);
|
|
167
167
|
if (w !== void 0) return w;
|
|
168
168
|
je = !0, w = Error.prepareStackTrace, Error.prepareStackTrace = void 0;
|
|
169
|
-
var
|
|
170
|
-
|
|
169
|
+
var q = null;
|
|
170
|
+
q = R.H, R.H = null, s();
|
|
171
171
|
try {
|
|
172
172
|
var X = {
|
|
173
173
|
DetermineComponentFrameRoot: function() {
|
|
174
174
|
try {
|
|
175
175
|
if (b) {
|
|
176
|
-
var
|
|
176
|
+
var le = function() {
|
|
177
177
|
throw Error();
|
|
178
178
|
};
|
|
179
|
-
if (Object.defineProperty(
|
|
179
|
+
if (Object.defineProperty(le.prototype, "props", {
|
|
180
180
|
set: function() {
|
|
181
181
|
throw Error();
|
|
182
182
|
}
|
|
183
183
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
184
184
|
try {
|
|
185
|
-
Reflect.construct(
|
|
186
|
-
} catch (
|
|
187
|
-
var De =
|
|
185
|
+
Reflect.construct(le, []);
|
|
186
|
+
} catch (ce) {
|
|
187
|
+
var De = ce;
|
|
188
188
|
}
|
|
189
|
-
Reflect.construct(t, [],
|
|
189
|
+
Reflect.construct(t, [], le);
|
|
190
190
|
} else {
|
|
191
191
|
try {
|
|
192
|
-
|
|
193
|
-
} catch (
|
|
194
|
-
De =
|
|
192
|
+
le.call();
|
|
193
|
+
} catch (ce) {
|
|
194
|
+
De = ce;
|
|
195
195
|
}
|
|
196
|
-
t.call(
|
|
196
|
+
t.call(le.prototype);
|
|
197
197
|
}
|
|
198
198
|
} else {
|
|
199
199
|
try {
|
|
200
200
|
throw Error();
|
|
201
|
-
} catch (
|
|
202
|
-
De =
|
|
201
|
+
} catch (ce) {
|
|
202
|
+
De = ce;
|
|
203
203
|
}
|
|
204
|
-
(
|
|
204
|
+
(le = t()) && typeof le.catch == "function" && le.catch(function() {
|
|
205
205
|
});
|
|
206
206
|
}
|
|
207
|
-
} catch (
|
|
208
|
-
if (
|
|
209
|
-
return [
|
|
207
|
+
} catch (ce) {
|
|
208
|
+
if (ce && De && typeof ce.stack == "string")
|
|
209
|
+
return [ce.stack, De.stack];
|
|
210
210
|
}
|
|
211
211
|
return [null, null];
|
|
212
212
|
}
|
|
@@ -221,27 +221,27 @@ function ft() {
|
|
|
221
221
|
"name",
|
|
222
222
|
{ value: "DetermineComponentFrameRoot" }
|
|
223
223
|
);
|
|
224
|
-
var _ = X.DetermineComponentFrameRoot(),
|
|
225
|
-
if (
|
|
226
|
-
var Q =
|
|
227
|
-
`),
|
|
224
|
+
var _ = X.DetermineComponentFrameRoot(), ue = _[0], he = _[1];
|
|
225
|
+
if (ue && he) {
|
|
226
|
+
var Q = ue.split(`
|
|
227
|
+
`), pe = he.split(`
|
|
228
228
|
`);
|
|
229
229
|
for (_ = U = 0; U < Q.length && !Q[U].includes(
|
|
230
230
|
"DetermineComponentFrameRoot"
|
|
231
231
|
); )
|
|
232
232
|
U++;
|
|
233
|
-
for (; _ <
|
|
233
|
+
for (; _ < pe.length && !pe[_].includes(
|
|
234
234
|
"DetermineComponentFrameRoot"
|
|
235
235
|
); )
|
|
236
236
|
_++;
|
|
237
|
-
if (U === Q.length || _ ===
|
|
238
|
-
for (U = Q.length - 1, _ =
|
|
237
|
+
if (U === Q.length || _ === pe.length)
|
|
238
|
+
for (U = Q.length - 1, _ = pe.length - 1; 1 <= U && 0 <= _ && Q[U] !== pe[_]; )
|
|
239
239
|
_--;
|
|
240
240
|
for (; 1 <= U && 0 <= _; U--, _--)
|
|
241
|
-
if (Q[U] !==
|
|
241
|
+
if (Q[U] !== pe[_]) {
|
|
242
242
|
if (U !== 1 || _ !== 1)
|
|
243
243
|
do
|
|
244
|
-
if (U--, _--, 0 > _ || Q[U] !==
|
|
244
|
+
if (U--, _--, 0 > _ || Q[U] !== pe[_]) {
|
|
245
245
|
var $e = `
|
|
246
246
|
` + Q[U].replace(
|
|
247
247
|
" at new ",
|
|
@@ -254,9 +254,9 @@ function ft() {
|
|
|
254
254
|
}
|
|
255
255
|
}
|
|
256
256
|
} finally {
|
|
257
|
-
je = !1,
|
|
257
|
+
je = !1, R.H = q, e(), Error.prepareStackTrace = w;
|
|
258
258
|
}
|
|
259
|
-
return Q = (Q = t ? t.displayName || t.name : "") ?
|
|
259
|
+
return Q = (Q = t ? t.displayName || t.name : "") ? l(Q) : "", typeof t == "function" && Ze.set(t, Q), Q;
|
|
260
260
|
}
|
|
261
261
|
function p(t) {
|
|
262
262
|
if (t == null) return "";
|
|
@@ -267,20 +267,20 @@ function ft() {
|
|
|
267
267
|
!(!b || !b.isReactComponent)
|
|
268
268
|
);
|
|
269
269
|
}
|
|
270
|
-
if (typeof t == "string") return
|
|
270
|
+
if (typeof t == "string") return l(t);
|
|
271
271
|
switch (t) {
|
|
272
272
|
case B:
|
|
273
|
-
return
|
|
274
|
-
case
|
|
275
|
-
return
|
|
273
|
+
return l("Suspense");
|
|
274
|
+
case ee:
|
|
275
|
+
return l("SuspenseList");
|
|
276
276
|
}
|
|
277
277
|
if (typeof t == "object")
|
|
278
278
|
switch (t.$$typeof) {
|
|
279
|
-
case
|
|
279
|
+
case O:
|
|
280
280
|
return t = u(t.render, !1), t;
|
|
281
|
-
case
|
|
281
|
+
case I:
|
|
282
282
|
return p(t.type);
|
|
283
|
-
case
|
|
283
|
+
case D:
|
|
284
284
|
b = t._payload, t = t._init;
|
|
285
285
|
try {
|
|
286
286
|
return p(t(b));
|
|
@@ -290,11 +290,11 @@ function ft() {
|
|
|
290
290
|
return "";
|
|
291
291
|
}
|
|
292
292
|
function m() {
|
|
293
|
-
var t =
|
|
293
|
+
var t = R.A;
|
|
294
294
|
return t === null ? null : t.getOwner();
|
|
295
295
|
}
|
|
296
|
-
function
|
|
297
|
-
if (
|
|
296
|
+
function g(t) {
|
|
297
|
+
if (j.call(t, "key")) {
|
|
298
298
|
var b = Object.getOwnPropertyDescriptor(t, "key").get;
|
|
299
299
|
if (b && b.isReactWarning) return !1;
|
|
300
300
|
}
|
|
@@ -302,7 +302,7 @@ function ft() {
|
|
|
302
302
|
}
|
|
303
303
|
function r(t, b) {
|
|
304
304
|
function w() {
|
|
305
|
-
|
|
305
|
+
Ae || (Ae = !0, console.error(
|
|
306
306
|
"%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
|
|
307
307
|
b
|
|
308
308
|
));
|
|
@@ -318,9 +318,9 @@ function ft() {
|
|
|
318
318
|
"Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
|
|
319
319
|
)), t = this.props.ref, t !== void 0 ? t : null;
|
|
320
320
|
}
|
|
321
|
-
function y(t, b, w,
|
|
321
|
+
function y(t, b, w, q, X, U) {
|
|
322
322
|
return w = U.ref, t = {
|
|
323
|
-
$$typeof:
|
|
323
|
+
$$typeof: Z,
|
|
324
324
|
type: t,
|
|
325
325
|
key: b,
|
|
326
326
|
props: U,
|
|
@@ -340,45 +340,45 @@ function ft() {
|
|
|
340
340
|
value: null
|
|
341
341
|
}), Object.freeze && (Object.freeze(t.props), Object.freeze(t)), t;
|
|
342
342
|
}
|
|
343
|
-
function
|
|
344
|
-
if (typeof t == "string" || typeof t == "function" || t ===
|
|
343
|
+
function h(t, b, w, q, X, U) {
|
|
344
|
+
if (typeof t == "string" || typeof t == "function" || t === k || t === W || t === P || t === B || t === ee || t === v || typeof t == "object" && t !== null && (t.$$typeof === D || t.$$typeof === I || t.$$typeof === d || t.$$typeof === $ || t.$$typeof === O || t.$$typeof === N || t.getModuleId !== void 0)) {
|
|
345
345
|
var _ = b.children;
|
|
346
346
|
if (_ !== void 0)
|
|
347
|
-
if (
|
|
348
|
-
if (
|
|
349
|
-
for (
|
|
350
|
-
|
|
347
|
+
if (q)
|
|
348
|
+
if (z(_)) {
|
|
349
|
+
for (q = 0; q < _.length; q++)
|
|
350
|
+
f(_[q], t);
|
|
351
351
|
Object.freeze && Object.freeze(_);
|
|
352
352
|
} else
|
|
353
353
|
console.error(
|
|
354
354
|
"React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
|
|
355
355
|
);
|
|
356
|
-
else
|
|
356
|
+
else f(_, 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 ?
|
|
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 ? q = "null" : z(t) ? q = "array" : t !== void 0 && t.$$typeof === Z ? (q = "<" + (n(t.type) || "Unknown") + " />", _ = " Did you accidentally export a JSX literal instead of a component?") : q = 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
|
+
q,
|
|
361
361
|
_
|
|
362
362
|
);
|
|
363
|
-
if (
|
|
363
|
+
if (j.call(b, "key")) {
|
|
364
364
|
_ = n(t);
|
|
365
|
-
var
|
|
365
|
+
var ue = Object.keys(b).filter(function(Q) {
|
|
366
366
|
return Q !== "key";
|
|
367
367
|
});
|
|
368
|
-
|
|
368
|
+
q = 0 < ue.length ? "{key: someKey, " + ue.join(": ..., ") + ": ...}" : "{key: someKey}", We[_ + q] || (ue = 0 < ue.length ? "{" + ue.join(": ..., ") + ": ...}" : "{}", console.error(
|
|
369
369
|
`A props object containing a "key" prop is being spread into JSX:
|
|
370
370
|
let props = %s;
|
|
371
371
|
<%s {...props} />
|
|
372
372
|
React keys must be passed directly to JSX without using spread:
|
|
373
373
|
let props = %s;
|
|
374
374
|
<%s key={someKey} {...props} />`,
|
|
375
|
-
|
|
375
|
+
q,
|
|
376
376
|
_,
|
|
377
|
-
|
|
377
|
+
ue,
|
|
378
378
|
_
|
|
379
|
-
), We[_ +
|
|
379
|
+
), We[_ + q] = !0);
|
|
380
380
|
}
|
|
381
|
-
if (_ = null, w !== void 0 && (a(w), _ = "" + w),
|
|
381
|
+
if (_ = null, w !== void 0 && (a(w), _ = "" + w), g(b) && (a(b.key), _ = "" + b.key), "key" in b) {
|
|
382
382
|
w = {};
|
|
383
383
|
for (var he in b)
|
|
384
384
|
he !== "key" && (w[he] = b[he]);
|
|
@@ -388,40 +388,40 @@ React keys must be passed directly to JSX without using spread:
|
|
|
388
388
|
typeof t == "function" ? t.displayName || t.name || "Unknown" : t
|
|
389
389
|
), y(t, _, U, X, m(), w);
|
|
390
390
|
}
|
|
391
|
-
function
|
|
391
|
+
function f(t, b) {
|
|
392
392
|
if (typeof t == "object" && t && t.$$typeof !== dt) {
|
|
393
|
-
if (
|
|
393
|
+
if (z(t))
|
|
394
394
|
for (var w = 0; w < t.length; w++) {
|
|
395
|
-
var
|
|
396
|
-
|
|
395
|
+
var q = t[w];
|
|
396
|
+
S(q) && E(q, b);
|
|
397
397
|
}
|
|
398
|
-
else if (
|
|
398
|
+
else if (S(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
|
-
|
|
402
|
+
S(t.value) && E(t.value, b);
|
|
403
403
|
}
|
|
404
404
|
}
|
|
405
|
-
function
|
|
406
|
-
return typeof t == "object" && t !== null && t.$$typeof ===
|
|
405
|
+
function S(t) {
|
|
406
|
+
return typeof t == "object" && t !== null && t.$$typeof === Z;
|
|
407
407
|
}
|
|
408
408
|
function E(t, b) {
|
|
409
|
-
if (t._store && !t._store.validated && t.key == null && (t._store.validated = 1, b =
|
|
410
|
-
|
|
409
|
+
if (t._store && !t._store.validated && t.key == null && (t._store.validated = 1, b = F(b), !He[b])) {
|
|
410
|
+
He[b] = !0;
|
|
411
411
|
var w = "";
|
|
412
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
|
-
var
|
|
414
|
-
|
|
413
|
+
var q = R.getCurrentStack;
|
|
414
|
+
R.getCurrentStack = function() {
|
|
415
415
|
var X = p(t.type);
|
|
416
|
-
return
|
|
416
|
+
return q && (X += q() || ""), 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,
|
|
420
420
|
w
|
|
421
|
-
),
|
|
421
|
+
), R.getCurrentStack = q;
|
|
422
422
|
}
|
|
423
423
|
}
|
|
424
|
-
function
|
|
424
|
+
function F(t) {
|
|
425
425
|
var b = "", w = m();
|
|
426
426
|
return w && (w = n(w.type)) && (b = `
|
|
427
427
|
|
|
@@ -429,13 +429,13 @@ 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 =
|
|
432
|
+
var M = Ce, Z = Symbol.for("react.transitional.element"), L = Symbol.for("react.portal"), k = Symbol.for("react.fragment"), P = Symbol.for("react.strict_mode"), W = Symbol.for("react.profiler"), $ = Symbol.for("react.consumer"), d = Symbol.for("react.context"), O = Symbol.for("react.forward_ref"), B = Symbol.for("react.suspense"), ee = Symbol.for("react.suspense_list"), I = Symbol.for("react.memo"), D = Symbol.for("react.lazy"), v = Symbol.for("react.offscreen"), T = Symbol.iterator, x = Symbol.for("react.client.reference"), R = M.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, j = Object.prototype.hasOwnProperty, C = Object.assign, N = Symbol.for("react.client.reference"), z = Array.isArray, Y = 0, J, se, re, de, ae, G, te;
|
|
433
433
|
i.__reactDisabledLog = !0;
|
|
434
|
-
var
|
|
435
|
-
ve.Fragment =
|
|
436
|
-
return
|
|
437
|
-
}, ve.jsxs = function(t, b, w,
|
|
438
|
-
return
|
|
434
|
+
var ie, fe, je = !1, Ze = new (typeof WeakMap == "function" ? WeakMap : Map)(), dt = Symbol.for("react.client.reference"), Ae, qe = {}, We = {}, He = {};
|
|
435
|
+
ve.Fragment = k, ve.jsx = function(t, b, w, q, X) {
|
|
436
|
+
return h(t, b, w, !1, q, X);
|
|
437
|
+
}, ve.jsxs = function(t, b, w, q, X) {
|
|
438
|
+
return h(t, b, w, !0, q, X);
|
|
439
439
|
};
|
|
440
440
|
}()), ve;
|
|
441
441
|
}
|
|
@@ -443,7 +443,7 @@ var Ye;
|
|
|
443
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
|
|
446
|
+
var A = pt();
|
|
447
447
|
const ut = 2.375 * 16, Be = 3, K = {
|
|
448
448
|
day: {
|
|
449
449
|
labelUnit: "day",
|
|
@@ -500,293 +500,293 @@ function mt() {
|
|
|
500
500
|
(function(a, i) {
|
|
501
501
|
n.exports = i();
|
|
502
502
|
})(ht, function() {
|
|
503
|
-
var a = 1e3, i = 6e4, s = 36e5, e = "millisecond",
|
|
504
|
-
var
|
|
505
|
-
return "[" +
|
|
506
|
-
} }, M = function(
|
|
507
|
-
var T = String(
|
|
508
|
-
return !T || T.length >=
|
|
509
|
-
},
|
|
510
|
-
var
|
|
511
|
-
return (
|
|
512
|
-
}, m: function
|
|
513
|
-
if (
|
|
514
|
-
var T = 12 * (v.year() -
|
|
515
|
-
return +(-(T + (v - x) / (
|
|
516
|
-
}, a: function(
|
|
517
|
-
return
|
|
518
|
-
}, p: function(
|
|
519
|
-
return { M: r, y, w:
|
|
520
|
-
}, u: function(
|
|
521
|
-
return
|
|
522
|
-
} },
|
|
523
|
-
|
|
524
|
-
var P = "$isDayjsObject",
|
|
525
|
-
return
|
|
526
|
-
}, $ = function
|
|
503
|
+
var a = 1e3, i = 6e4, s = 36e5, e = "millisecond", l = "second", u = "minute", p = "hour", m = "day", g = "week", r = "month", c = "quarter", y = "year", h = "date", f = "Invalid Date", S = /^(\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, F = { 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(I) {
|
|
504
|
+
var D = ["th", "st", "nd", "rd"], v = I % 100;
|
|
505
|
+
return "[" + I + (D[(v - 20) % 10] || D[v] || D[0]) + "]";
|
|
506
|
+
} }, M = function(I, D, v) {
|
|
507
|
+
var T = String(I);
|
|
508
|
+
return !T || T.length >= D ? I : "" + Array(D + 1 - T.length).join(v) + I;
|
|
509
|
+
}, Z = { s: M, z: function(I) {
|
|
510
|
+
var D = -I.utcOffset(), v = Math.abs(D), T = Math.floor(v / 60), x = v % 60;
|
|
511
|
+
return (D <= 0 ? "+" : "-") + M(T, 2, "0") + ":" + M(x, 2, "0");
|
|
512
|
+
}, m: function I(D, v) {
|
|
513
|
+
if (D.date() < v.date()) return -I(v, D);
|
|
514
|
+
var T = 12 * (v.year() - D.year()) + (v.month() - D.month()), x = D.clone().add(T, r), R = v - x < 0, j = D.clone().add(T + (R ? -1 : 1), r);
|
|
515
|
+
return +(-(T + (v - x) / (R ? x - j : j - x)) || 0);
|
|
516
|
+
}, a: function(I) {
|
|
517
|
+
return I < 0 ? Math.ceil(I) || 0 : Math.floor(I);
|
|
518
|
+
}, p: function(I) {
|
|
519
|
+
return { M: r, y, w: g, d: m, D: h, h: p, m: u, s: l, ms: e, Q: c }[I] || String(I || "").toLowerCase().replace(/s$/, "");
|
|
520
|
+
}, u: function(I) {
|
|
521
|
+
return I === void 0;
|
|
522
|
+
} }, L = "en", k = {};
|
|
523
|
+
k[L] = F;
|
|
524
|
+
var P = "$isDayjsObject", W = function(I) {
|
|
525
|
+
return I instanceof B || !(!I || !I[P]);
|
|
526
|
+
}, $ = function I(D, v, T) {
|
|
527
527
|
var x;
|
|
528
|
-
if (!
|
|
529
|
-
if (typeof
|
|
530
|
-
var
|
|
531
|
-
|
|
532
|
-
var
|
|
533
|
-
if (!x &&
|
|
528
|
+
if (!D) return L;
|
|
529
|
+
if (typeof D == "string") {
|
|
530
|
+
var R = D.toLowerCase();
|
|
531
|
+
k[R] && (x = R), v && (k[R] = v, x = R);
|
|
532
|
+
var j = D.split("-");
|
|
533
|
+
if (!x && j.length > 1) return I(j[0]);
|
|
534
534
|
} else {
|
|
535
|
-
var
|
|
536
|
-
|
|
535
|
+
var C = D.name;
|
|
536
|
+
k[C] = D, x = C;
|
|
537
537
|
}
|
|
538
|
-
return !T && x && (
|
|
539
|
-
}, d = function(
|
|
540
|
-
if (
|
|
541
|
-
var v = typeof
|
|
542
|
-
return v.date =
|
|
543
|
-
},
|
|
544
|
-
|
|
545
|
-
return d(
|
|
538
|
+
return !T && x && (L = x), x || !T && L;
|
|
539
|
+
}, d = function(I, D) {
|
|
540
|
+
if (W(I)) return I.clone();
|
|
541
|
+
var v = typeof D == "object" ? D : {};
|
|
542
|
+
return v.date = I, v.args = arguments, new B(v);
|
|
543
|
+
}, O = Z;
|
|
544
|
+
O.l = $, O.i = W, O.w = function(I, D) {
|
|
545
|
+
return d(I, { locale: D.$L, utc: D.$u, x: D.$x, $offset: D.$offset });
|
|
546
546
|
};
|
|
547
547
|
var B = function() {
|
|
548
|
-
function
|
|
548
|
+
function I(v) {
|
|
549
549
|
this.$L = $(v.locale, null, !0), this.parse(v), this.$x = this.$x || v.x || {}, this[P] = !0;
|
|
550
550
|
}
|
|
551
|
-
var
|
|
552
|
-
return
|
|
551
|
+
var D = I.prototype;
|
|
552
|
+
return D.parse = function(v) {
|
|
553
553
|
this.$d = function(T) {
|
|
554
|
-
var x = T.date,
|
|
554
|
+
var x = T.date, R = T.utc;
|
|
555
555
|
if (x === null) return /* @__PURE__ */ new Date(NaN);
|
|
556
|
-
if (
|
|
556
|
+
if (O.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
|
|
560
|
-
if (
|
|
561
|
-
var
|
|
562
|
-
return
|
|
559
|
+
var j = x.match(S);
|
|
560
|
+
if (j) {
|
|
561
|
+
var C = j[2] - 1 || 0, N = (j[7] || "0").substring(0, 3);
|
|
562
|
+
return R ? new Date(Date.UTC(j[1], C, j[3] || 1, j[4] || 0, j[5] || 0, j[6] || 0, N)) : new Date(j[1], C, j[3] || 1, j[4] || 0, j[5] || 0, j[6] || 0, N);
|
|
563
563
|
}
|
|
564
564
|
}
|
|
565
565
|
return new Date(x);
|
|
566
566
|
}(v), this.init();
|
|
567
|
-
},
|
|
567
|
+
}, D.init = function() {
|
|
568
568
|
var v = this.$d;
|
|
569
569
|
this.$y = v.getFullYear(), this.$M = v.getMonth(), this.$D = v.getDate(), this.$W = v.getDay(), this.$H = v.getHours(), this.$m = v.getMinutes(), this.$s = v.getSeconds(), this.$ms = v.getMilliseconds();
|
|
570
|
-
},
|
|
571
|
-
return
|
|
572
|
-
},
|
|
573
|
-
return this.$d.toString() !==
|
|
574
|
-
},
|
|
570
|
+
}, D.$utils = function() {
|
|
571
|
+
return O;
|
|
572
|
+
}, D.isValid = function() {
|
|
573
|
+
return this.$d.toString() !== f;
|
|
574
|
+
}, D.isSame = function(v, T) {
|
|
575
575
|
var x = d(v);
|
|
576
576
|
return this.startOf(T) <= x && x <= this.endOf(T);
|
|
577
|
-
},
|
|
577
|
+
}, D.isAfter = function(v, T) {
|
|
578
578
|
return d(v) < this.startOf(T);
|
|
579
|
-
},
|
|
579
|
+
}, D.isBefore = function(v, T) {
|
|
580
580
|
return this.endOf(T) < d(v);
|
|
581
|
-
},
|
|
582
|
-
return
|
|
583
|
-
},
|
|
581
|
+
}, D.$g = function(v, T, x) {
|
|
582
|
+
return O.u(v) ? this[T] : this.set(x, v);
|
|
583
|
+
}, D.unix = function() {
|
|
584
584
|
return Math.floor(this.valueOf() / 1e3);
|
|
585
|
-
},
|
|
585
|
+
}, D.valueOf = function() {
|
|
586
586
|
return this.$d.getTime();
|
|
587
|
-
},
|
|
588
|
-
var x = this,
|
|
589
|
-
var
|
|
590
|
-
return
|
|
591
|
-
}, N = function(
|
|
592
|
-
return
|
|
593
|
-
},
|
|
594
|
-
switch (
|
|
587
|
+
}, D.startOf = function(v, T) {
|
|
588
|
+
var x = this, R = !!O.u(T) || T, j = O.p(v), C = function(ae, G) {
|
|
589
|
+
var te = O.w(x.$u ? Date.UTC(x.$y, G, ae) : new Date(x.$y, G, ae), x);
|
|
590
|
+
return R ? te : te.endOf(m);
|
|
591
|
+
}, N = function(ae, G) {
|
|
592
|
+
return O.w(x.toDate()[ae].apply(x.toDate("s"), (R ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(G)), x);
|
|
593
|
+
}, z = this.$W, Y = this.$M, J = this.$D, se = "set" + (this.$u ? "UTC" : "");
|
|
594
|
+
switch (j) {
|
|
595
595
|
case y:
|
|
596
|
-
return
|
|
596
|
+
return R ? C(1, 0) : C(31, 11);
|
|
597
597
|
case r:
|
|
598
|
-
return
|
|
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);
|
|
602
|
-
case m:
|
|
598
|
+
return R ? C(1, Y) : C(0, Y + 1);
|
|
603
599
|
case g:
|
|
604
|
-
|
|
600
|
+
var re = this.$locale().weekStart || 0, de = (z < re ? z + 7 : z) - re;
|
|
601
|
+
return C(R ? J - de : J + (6 - de), Y);
|
|
602
|
+
case m:
|
|
603
|
+
case h:
|
|
604
|
+
return N(se + "Hours", 0);
|
|
605
605
|
case p:
|
|
606
|
-
return N(
|
|
606
|
+
return N(se + "Minutes", 1);
|
|
607
607
|
case u:
|
|
608
|
-
return N(
|
|
609
|
-
case
|
|
610
|
-
return N(
|
|
608
|
+
return N(se + "Seconds", 2);
|
|
609
|
+
case l:
|
|
610
|
+
return N(se + "Milliseconds", 3);
|
|
611
611
|
default:
|
|
612
612
|
return this.clone();
|
|
613
613
|
}
|
|
614
|
-
},
|
|
614
|
+
}, D.endOf = function(v) {
|
|
615
615
|
return this.startOf(v, !1);
|
|
616
|
-
},
|
|
617
|
-
var x,
|
|
618
|
-
if (
|
|
619
|
-
var
|
|
620
|
-
|
|
621
|
-
} else
|
|
616
|
+
}, D.$set = function(v, T) {
|
|
617
|
+
var x, R = O.p(v), j = "set" + (this.$u ? "UTC" : ""), C = (x = {}, x[m] = j + "Date", x[h] = j + "Date", x[r] = j + "Month", x[y] = j + "FullYear", x[p] = j + "Hours", x[u] = j + "Minutes", x[l] = j + "Seconds", x[e] = j + "Milliseconds", x)[R], N = R === m ? this.$D + (T - this.$W) : T;
|
|
618
|
+
if (R === r || R === y) {
|
|
619
|
+
var z = this.clone().set(h, 1);
|
|
620
|
+
z.$d[C](N), z.init(), this.$d = z.set(h, Math.min(this.$D, z.daysInMonth())).$d;
|
|
621
|
+
} else C && this.$d[C](N);
|
|
622
622
|
return this.init(), this;
|
|
623
|
-
},
|
|
623
|
+
}, D.set = function(v, T) {
|
|
624
624
|
return this.clone().$set(v, T);
|
|
625
|
-
},
|
|
626
|
-
return this[
|
|
627
|
-
},
|
|
628
|
-
var x,
|
|
625
|
+
}, D.get = function(v) {
|
|
626
|
+
return this[O.p(v)]();
|
|
627
|
+
}, D.add = function(v, T) {
|
|
628
|
+
var x, R = this;
|
|
629
629
|
v = Number(v);
|
|
630
|
-
var
|
|
631
|
-
var J = d(
|
|
632
|
-
return
|
|
630
|
+
var j = O.p(T), C = function(Y) {
|
|
631
|
+
var J = d(R);
|
|
632
|
+
return O.w(J.date(J.date() + Math.round(Y * v)), R);
|
|
633
633
|
};
|
|
634
|
-
if (
|
|
635
|
-
if (
|
|
636
|
-
if (
|
|
637
|
-
if (
|
|
638
|
-
var N = (x = {}, x[u] = i, x[p] = s, x[
|
|
639
|
-
return
|
|
640
|
-
},
|
|
634
|
+
if (j === r) return this.set(r, this.$M + v);
|
|
635
|
+
if (j === y) return this.set(y, this.$y + v);
|
|
636
|
+
if (j === m) return C(1);
|
|
637
|
+
if (j === g) return C(7);
|
|
638
|
+
var N = (x = {}, x[u] = i, x[p] = s, x[l] = a, x)[j] || 1, z = this.$d.getTime() + v * N;
|
|
639
|
+
return O.w(z, this);
|
|
640
|
+
}, D.subtract = function(v, T) {
|
|
641
641
|
return this.add(-1 * v, T);
|
|
642
|
-
},
|
|
642
|
+
}, D.format = function(v) {
|
|
643
643
|
var T = this, x = this.$locale();
|
|
644
|
-
if (!this.isValid()) return x.invalidDate ||
|
|
645
|
-
var
|
|
646
|
-
return G && (G[
|
|
647
|
-
},
|
|
648
|
-
return
|
|
649
|
-
},
|
|
650
|
-
var
|
|
651
|
-
return
|
|
644
|
+
if (!this.isValid()) return x.invalidDate || f;
|
|
645
|
+
var R = v || "YYYY-MM-DDTHH:mm:ssZ", j = O.z(this), C = this.$H, N = this.$m, z = this.$M, Y = x.weekdays, J = x.months, se = x.meridiem, re = function(G, te, ie, fe) {
|
|
646
|
+
return G && (G[te] || G(T, R)) || ie[te].slice(0, fe);
|
|
647
|
+
}, de = function(G) {
|
|
648
|
+
return O.s(C % 12 || 12, G, "0");
|
|
649
|
+
}, ae = se || function(G, te, ie) {
|
|
650
|
+
var fe = G < 12 ? "AM" : "PM";
|
|
651
|
+
return ie ? fe.toLowerCase() : fe;
|
|
652
652
|
};
|
|
653
|
-
return
|
|
654
|
-
return
|
|
655
|
-
switch (
|
|
653
|
+
return R.replace(E, function(G, te) {
|
|
654
|
+
return te || function(ie) {
|
|
655
|
+
switch (ie) {
|
|
656
656
|
case "YY":
|
|
657
657
|
return String(T.$y).slice(-2);
|
|
658
658
|
case "YYYY":
|
|
659
|
-
return
|
|
659
|
+
return O.s(T.$y, 4, "0");
|
|
660
660
|
case "M":
|
|
661
|
-
return
|
|
661
|
+
return z + 1;
|
|
662
662
|
case "MM":
|
|
663
|
-
return
|
|
663
|
+
return O.s(z + 1, 2, "0");
|
|
664
664
|
case "MMM":
|
|
665
|
-
return
|
|
665
|
+
return re(x.monthsShort, z, J, 3);
|
|
666
666
|
case "MMMM":
|
|
667
|
-
return
|
|
667
|
+
return re(J, z);
|
|
668
668
|
case "D":
|
|
669
669
|
return T.$D;
|
|
670
670
|
case "DD":
|
|
671
|
-
return
|
|
671
|
+
return O.s(T.$D, 2, "0");
|
|
672
672
|
case "d":
|
|
673
673
|
return String(T.$W);
|
|
674
674
|
case "dd":
|
|
675
|
-
return
|
|
675
|
+
return re(x.weekdaysMin, T.$W, Y, 2);
|
|
676
676
|
case "ddd":
|
|
677
|
-
return
|
|
677
|
+
return re(x.weekdaysShort, T.$W, Y, 3);
|
|
678
678
|
case "dddd":
|
|
679
|
-
return
|
|
679
|
+
return Y[T.$W];
|
|
680
680
|
case "H":
|
|
681
|
-
return String(
|
|
681
|
+
return String(C);
|
|
682
682
|
case "HH":
|
|
683
|
-
return
|
|
683
|
+
return O.s(C, 2, "0");
|
|
684
684
|
case "h":
|
|
685
|
-
return
|
|
685
|
+
return de(1);
|
|
686
686
|
case "hh":
|
|
687
|
-
return
|
|
687
|
+
return de(2);
|
|
688
688
|
case "a":
|
|
689
|
-
return
|
|
689
|
+
return ae(C, N, !0);
|
|
690
690
|
case "A":
|
|
691
|
-
return
|
|
691
|
+
return ae(C, N, !1);
|
|
692
692
|
case "m":
|
|
693
693
|
return String(N);
|
|
694
694
|
case "mm":
|
|
695
|
-
return
|
|
695
|
+
return O.s(N, 2, "0");
|
|
696
696
|
case "s":
|
|
697
697
|
return String(T.$s);
|
|
698
698
|
case "ss":
|
|
699
|
-
return
|
|
699
|
+
return O.s(T.$s, 2, "0");
|
|
700
700
|
case "SSS":
|
|
701
|
-
return
|
|
701
|
+
return O.s(T.$ms, 3, "0");
|
|
702
702
|
case "Z":
|
|
703
|
-
return
|
|
703
|
+
return j;
|
|
704
704
|
}
|
|
705
705
|
return null;
|
|
706
|
-
}(G) ||
|
|
706
|
+
}(G) || j.replace(":", "");
|
|
707
707
|
});
|
|
708
|
-
},
|
|
708
|
+
}, D.utcOffset = function() {
|
|
709
709
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
710
|
-
},
|
|
711
|
-
var
|
|
712
|
-
return
|
|
710
|
+
}, D.diff = function(v, T, x) {
|
|
711
|
+
var R, j = this, C = O.p(T), N = d(v), z = (N.utcOffset() - this.utcOffset()) * i, Y = this - N, J = function() {
|
|
712
|
+
return O.m(j, N);
|
|
713
713
|
};
|
|
714
|
-
switch (
|
|
714
|
+
switch (C) {
|
|
715
715
|
case y:
|
|
716
|
-
|
|
716
|
+
R = J() / 12;
|
|
717
717
|
break;
|
|
718
718
|
case r:
|
|
719
|
-
|
|
719
|
+
R = J();
|
|
720
720
|
break;
|
|
721
721
|
case c:
|
|
722
|
-
|
|
722
|
+
R = J() / 3;
|
|
723
723
|
break;
|
|
724
|
-
case
|
|
725
|
-
|
|
724
|
+
case g:
|
|
725
|
+
R = (Y - z) / 6048e5;
|
|
726
726
|
break;
|
|
727
727
|
case m:
|
|
728
|
-
|
|
728
|
+
R = (Y - z) / 864e5;
|
|
729
729
|
break;
|
|
730
730
|
case p:
|
|
731
|
-
|
|
731
|
+
R = Y / s;
|
|
732
732
|
break;
|
|
733
733
|
case u:
|
|
734
|
-
|
|
734
|
+
R = Y / i;
|
|
735
735
|
break;
|
|
736
|
-
case
|
|
737
|
-
|
|
736
|
+
case l:
|
|
737
|
+
R = Y / a;
|
|
738
738
|
break;
|
|
739
739
|
default:
|
|
740
|
-
|
|
740
|
+
R = Y;
|
|
741
741
|
}
|
|
742
|
-
return x ?
|
|
743
|
-
},
|
|
742
|
+
return x ? R : O.a(R);
|
|
743
|
+
}, D.daysInMonth = function() {
|
|
744
744
|
return this.endOf(r).$D;
|
|
745
|
-
},
|
|
746
|
-
return
|
|
747
|
-
},
|
|
745
|
+
}, D.$locale = function() {
|
|
746
|
+
return k[this.$L];
|
|
747
|
+
}, D.locale = function(v, T) {
|
|
748
748
|
if (!v) return this.$L;
|
|
749
|
-
var x = this.clone(),
|
|
750
|
-
return
|
|
751
|
-
},
|
|
752
|
-
return
|
|
753
|
-
},
|
|
749
|
+
var x = this.clone(), R = $(v, T, !0);
|
|
750
|
+
return R && (x.$L = R), x;
|
|
751
|
+
}, D.clone = function() {
|
|
752
|
+
return O.w(this.$d, this);
|
|
753
|
+
}, D.toDate = function() {
|
|
754
754
|
return new Date(this.valueOf());
|
|
755
|
-
},
|
|
755
|
+
}, D.toJSON = function() {
|
|
756
756
|
return this.isValid() ? this.toISOString() : null;
|
|
757
|
-
},
|
|
757
|
+
}, D.toISOString = function() {
|
|
758
758
|
return this.$d.toISOString();
|
|
759
|
-
},
|
|
759
|
+
}, D.toString = function() {
|
|
760
760
|
return this.$d.toUTCString();
|
|
761
|
-
},
|
|
762
|
-
}(),
|
|
763
|
-
return d.prototype =
|
|
764
|
-
|
|
765
|
-
return this.$g(
|
|
761
|
+
}, I;
|
|
762
|
+
}(), ee = B.prototype;
|
|
763
|
+
return d.prototype = ee, [["$ms", e], ["$s", l], ["$m", u], ["$H", p], ["$W", m], ["$M", r], ["$y", y], ["$D", h]].forEach(function(I) {
|
|
764
|
+
ee[I[1]] = function(D) {
|
|
765
|
+
return this.$g(D, I[0], I[1]);
|
|
766
766
|
};
|
|
767
|
-
}), d.extend = function(
|
|
768
|
-
return
|
|
769
|
-
}, d.locale = $, d.isDayjs =
|
|
770
|
-
return d(1e3 *
|
|
771
|
-
}, d.en =
|
|
767
|
+
}), d.extend = function(I, D) {
|
|
768
|
+
return I.$i || (I(D, B, d), I.$i = !0), d;
|
|
769
|
+
}, d.locale = $, d.isDayjs = W, d.unix = function(I) {
|
|
770
|
+
return d(1e3 * I);
|
|
771
|
+
}, d.en = k[L], d.Ls = k, d.p = {}, d;
|
|
772
772
|
});
|
|
773
773
|
}(be)), be.exports;
|
|
774
774
|
}
|
|
775
775
|
var $t = mt();
|
|
776
|
-
const
|
|
776
|
+
const H = /* @__PURE__ */ ne($t);
|
|
777
777
|
function gt(n, o, a, i) {
|
|
778
778
|
if (!a.length)
|
|
779
779
|
return { barMarginLeftAmount: 0, barWidthSize: 0 };
|
|
780
|
-
const { tickUnit: s, unitPerTick: e } = K[i],
|
|
781
|
-
return { barMarginLeftAmount: y, barWidthSize:
|
|
780
|
+
const { tickUnit: s, unitPerTick: e } = K[i], l = a.reduce((f, S) => f + S.widthPx, 0), u = a[0].startDate, p = a[a.length - 1].startDate, m = H(p).add(e, s).diff(u), g = l / m, r = n.diff(u), c = o.diff(u), y = r * g, h = Math.max(c - r, 1) * g;
|
|
781
|
+
return { barMarginLeftAmount: y, barWidthSize: h };
|
|
782
782
|
}
|
|
783
783
|
function vt(n) {
|
|
784
784
|
let o = 1 / 0, a = -1 / 0;
|
|
785
785
|
for (const { startDate: i, endDate: s } of Object.values(n)) {
|
|
786
|
-
const e =
|
|
787
|
-
Number.isNaN(e) || (o = Math.min(o, e)), Number.isNaN(
|
|
786
|
+
const e = H(i).valueOf(), l = H(s).valueOf();
|
|
787
|
+
Number.isNaN(e) || (o = Math.min(o, e)), Number.isNaN(l) || (a = Math.max(a, l));
|
|
788
788
|
}
|
|
789
|
-
return { minDate:
|
|
789
|
+
return { minDate: H(o), maxDate: H(a) };
|
|
790
790
|
}
|
|
791
791
|
function yt(n, o, a) {
|
|
792
792
|
const { tickUnit: i, unitPerTick: s } = K[a];
|
|
@@ -799,64 +799,64 @@ function yt(n, o, a) {
|
|
|
799
799
|
};
|
|
800
800
|
}
|
|
801
801
|
function Dt(n, o, a) {
|
|
802
|
-
const { tickUnit: i, unitPerTick: s, basePxPerDragStep: e, dragStepUnit:
|
|
802
|
+
const { tickUnit: i, unitPerTick: s, basePxPerDragStep: e, dragStepUnit: l, dragStepAmount: u } = K[a], p = [];
|
|
803
803
|
let m = n.startOf(i);
|
|
804
804
|
for (; m.isBefore(o); ) {
|
|
805
|
-
const
|
|
805
|
+
const g = H(m).add(s, i).diff(m, l) / u;
|
|
806
806
|
p.push({
|
|
807
807
|
startDate: m,
|
|
808
|
-
widthPx:
|
|
808
|
+
widthPx: g * e
|
|
809
809
|
}), m = m.add(s, i);
|
|
810
810
|
}
|
|
811
811
|
return p;
|
|
812
812
|
}
|
|
813
813
|
function ct(n, o) {
|
|
814
814
|
const { labelUnit: a, formatHeaderLabel: i } = K[o], s = [];
|
|
815
|
-
let e = null,
|
|
816
|
-
return n.forEach((m,
|
|
815
|
+
let e = null, l = "", u = 0, p = null;
|
|
816
|
+
return n.forEach((m, g) => {
|
|
817
817
|
const r = m.startDate.startOf(a), c = r.valueOf(), y = (i == null ? void 0 : i(r)) ?? r.format();
|
|
818
818
|
c === e ? u += m.widthPx : (e !== null && s.push({
|
|
819
|
-
label:
|
|
819
|
+
label: l,
|
|
820
820
|
widthPx: u,
|
|
821
821
|
startDate: p
|
|
822
|
-
}), e = c,
|
|
823
|
-
label:
|
|
822
|
+
}), e = c, l = y, u = m.widthPx, p = r), g === n.length - 1 && s.push({
|
|
823
|
+
label: l,
|
|
824
824
|
widthPx: u,
|
|
825
825
|
startDate: p
|
|
826
826
|
});
|
|
827
827
|
}), s;
|
|
828
828
|
}
|
|
829
829
|
function St(n, o, a, i, s, e) {
|
|
830
|
-
const { minDate:
|
|
831
|
-
a(
|
|
830
|
+
const { minDate: l, maxDate: u } = vt(n);
|
|
831
|
+
a(l), i(u);
|
|
832
832
|
const { paddedMinDate: p, paddedMaxDate: m } = yt(
|
|
833
|
-
|
|
833
|
+
l,
|
|
834
834
|
u,
|
|
835
835
|
o
|
|
836
|
-
),
|
|
836
|
+
), g = Dt(
|
|
837
837
|
p,
|
|
838
838
|
m,
|
|
839
839
|
o
|
|
840
|
-
), r = ct(
|
|
841
|
-
s(
|
|
840
|
+
), r = ct(g, o);
|
|
841
|
+
s(g), e(r);
|
|
842
842
|
}
|
|
843
843
|
const xt = ({
|
|
844
844
|
bottomRowCells: n,
|
|
845
845
|
selectedScale: o,
|
|
846
846
|
scrollRef: a
|
|
847
847
|
}) => {
|
|
848
|
-
var
|
|
849
|
-
const i = K[o], [s, e] =
|
|
848
|
+
var g;
|
|
849
|
+
const i = K[o], [s, e] = oe(0), l = _e(
|
|
850
850
|
() => ct(n, o),
|
|
851
851
|
[n, o]
|
|
852
852
|
), u = _e(() => {
|
|
853
853
|
const r = [];
|
|
854
|
-
for (const c of
|
|
854
|
+
for (const c of l) {
|
|
855
855
|
const y = r[r.length - 1];
|
|
856
856
|
y && y.label === c.label ? y.widthPx += c.widthPx : r.push({ ...c });
|
|
857
857
|
}
|
|
858
858
|
return r;
|
|
859
|
-
}, [
|
|
859
|
+
}, [l]), p = _e(() => {
|
|
860
860
|
let r = 0;
|
|
861
861
|
return u.map((c) => {
|
|
862
862
|
const y = { ...c, left: r };
|
|
@@ -868,16 +868,16 @@ const xt = ({
|
|
|
868
868
|
if (!r) return;
|
|
869
869
|
const c = () => {
|
|
870
870
|
const y = r.scrollLeft;
|
|
871
|
-
for (let
|
|
872
|
-
if (y >= p[
|
|
873
|
-
e(
|
|
871
|
+
for (let h = p.length - 1; h >= 0; h--)
|
|
872
|
+
if (y >= p[h].left) {
|
|
873
|
+
e(h);
|
|
874
874
|
break;
|
|
875
875
|
}
|
|
876
876
|
};
|
|
877
877
|
return r.addEventListener("scroll", c), c(), () => r.removeEventListener("scroll", c);
|
|
878
878
|
}, [p]);
|
|
879
|
-
const m = ((
|
|
880
|
-
return /* @__PURE__ */
|
|
879
|
+
const m = ((g = p[s]) == null ? void 0 : g.label) ?? "";
|
|
880
|
+
return /* @__PURE__ */ A.jsx(
|
|
881
881
|
"div",
|
|
882
882
|
{
|
|
883
883
|
style: {
|
|
@@ -886,7 +886,7 @@ const xt = ({
|
|
|
886
886
|
zIndex: 30,
|
|
887
887
|
backgroundColor: "#F0F1F2"
|
|
888
888
|
},
|
|
889
|
-
children: /* @__PURE__ */
|
|
889
|
+
children: /* @__PURE__ */ A.jsxs(
|
|
890
890
|
"div",
|
|
891
891
|
{
|
|
892
892
|
style: {
|
|
@@ -896,7 +896,7 @@ const xt = ({
|
|
|
896
896
|
// backgroundColor: '#F0F1F2',
|
|
897
897
|
},
|
|
898
898
|
children: [
|
|
899
|
-
/* @__PURE__ */
|
|
899
|
+
/* @__PURE__ */ A.jsxs(
|
|
900
900
|
"div",
|
|
901
901
|
{
|
|
902
902
|
style: {
|
|
@@ -906,7 +906,7 @@ const xt = ({
|
|
|
906
906
|
// backgroundColor: '#F0F1F2',
|
|
907
907
|
},
|
|
908
908
|
children: [
|
|
909
|
-
/* @__PURE__ */
|
|
909
|
+
/* @__PURE__ */ A.jsx(
|
|
910
910
|
"div",
|
|
911
911
|
{
|
|
912
912
|
style: {
|
|
@@ -919,20 +919,20 @@ const xt = ({
|
|
|
919
919
|
alignItems: "center",
|
|
920
920
|
justifyContent: "center",
|
|
921
921
|
backgroundColor: "#F0F1F2",
|
|
922
|
-
borderBottom:
|
|
922
|
+
// borderBottom: '1px solid #D6D6D8',
|
|
923
923
|
fontSize: "0.875rem",
|
|
924
924
|
fontWeight: "bold"
|
|
925
925
|
},
|
|
926
926
|
children: m
|
|
927
927
|
}
|
|
928
928
|
),
|
|
929
|
-
/* @__PURE__ */
|
|
929
|
+
/* @__PURE__ */ A.jsx(
|
|
930
930
|
"div",
|
|
931
931
|
{
|
|
932
932
|
style: {
|
|
933
933
|
display: "flex"
|
|
934
934
|
},
|
|
935
|
-
children: p.map((r, c) => /* @__PURE__ */
|
|
935
|
+
children: p.map((r, c) => /* @__PURE__ */ A.jsx(
|
|
936
936
|
"div",
|
|
937
937
|
{
|
|
938
938
|
style: {
|
|
@@ -941,10 +941,10 @@ const xt = ({
|
|
|
941
941
|
fontWeight: "bold",
|
|
942
942
|
textAlign: "left",
|
|
943
943
|
width: `${r.widthPx}px`,
|
|
944
|
-
borderBottom:
|
|
944
|
+
// borderBottom: '1px solid #D6D6D8',
|
|
945
945
|
backgroundColor: "#F0F1F2"
|
|
946
946
|
},
|
|
947
|
-
children: /* @__PURE__ */
|
|
947
|
+
children: /* @__PURE__ */ A.jsx(
|
|
948
948
|
"p",
|
|
949
949
|
{
|
|
950
950
|
style: {
|
|
@@ -962,16 +962,17 @@ const xt = ({
|
|
|
962
962
|
]
|
|
963
963
|
}
|
|
964
964
|
),
|
|
965
|
-
/* @__PURE__ */
|
|
965
|
+
/* @__PURE__ */ A.jsx(
|
|
966
966
|
"div",
|
|
967
967
|
{
|
|
968
968
|
style: {
|
|
969
|
+
borderTop: "1px solid #D6D6D8",
|
|
969
970
|
display: "flex"
|
|
970
971
|
},
|
|
971
972
|
children: n.map((r, c) => {
|
|
972
|
-
var
|
|
973
|
-
const y = ((
|
|
974
|
-
return /* @__PURE__ */
|
|
973
|
+
var h;
|
|
974
|
+
const y = ((h = i.formatTickLabel) == null ? void 0 : h.call(i, r.startDate)) || "";
|
|
975
|
+
return /* @__PURE__ */ A.jsx(
|
|
975
976
|
"div",
|
|
976
977
|
{
|
|
977
978
|
style: {
|
|
@@ -1001,16 +1002,16 @@ function wt() {
|
|
|
1001
1002
|
n.exports = i();
|
|
1002
1003
|
})(bt, function() {
|
|
1003
1004
|
return function(a, i, s) {
|
|
1004
|
-
i.prototype.isBetween = function(e,
|
|
1005
|
-
var m = s(e),
|
|
1006
|
-
return (r ? this.isAfter(m, u) : !this.isBefore(m, u)) && (c ? this.isBefore(
|
|
1005
|
+
i.prototype.isBetween = function(e, l, u, p) {
|
|
1006
|
+
var m = s(e), g = s(l), r = (p = p || "()")[0] === "(", c = p[1] === ")";
|
|
1007
|
+
return (r ? this.isAfter(m, u) : !this.isBefore(m, u)) && (c ? this.isBefore(g, u) : !this.isAfter(g, u)) || (r ? this.isBefore(m, u) : !this.isAfter(m, u)) && (c ? this.isAfter(g, u) : !this.isBefore(g, u));
|
|
1007
1008
|
};
|
|
1008
1009
|
};
|
|
1009
1010
|
});
|
|
1010
1011
|
}(we)), we.exports;
|
|
1011
1012
|
}
|
|
1012
1013
|
var Tt = wt();
|
|
1013
|
-
const kt = /* @__PURE__ */
|
|
1014
|
+
const kt = /* @__PURE__ */ ne(Tt);
|
|
1014
1015
|
var Te = { exports: {} }, Et = Te.exports, Ve;
|
|
1015
1016
|
function Mt() {
|
|
1016
1017
|
return Ve || (Ve = 1, function(n, o) {
|
|
@@ -1019,29 +1020,29 @@ function Mt() {
|
|
|
1019
1020
|
})(Et, function() {
|
|
1020
1021
|
var a = "day";
|
|
1021
1022
|
return function(i, s, e) {
|
|
1022
|
-
var
|
|
1023
|
+
var l = function(m) {
|
|
1023
1024
|
return m.add(4 - m.isoWeekday(), a);
|
|
1024
1025
|
}, u = s.prototype;
|
|
1025
1026
|
u.isoWeekYear = function() {
|
|
1026
|
-
return
|
|
1027
|
+
return l(this).year();
|
|
1027
1028
|
}, u.isoWeek = function(m) {
|
|
1028
1029
|
if (!this.$utils().u(m)) return this.add(7 * (m - this.isoWeek()), a);
|
|
1029
|
-
var
|
|
1030
|
-
return
|
|
1030
|
+
var g, r, c, y, h = l(this), f = (g = this.isoWeekYear(), r = this.$u, c = (r ? e.utc : e)().year(g).startOf("year"), y = 4 - c.isoWeekday(), c.isoWeekday() > 4 && (y += 7), c.add(y, a));
|
|
1031
|
+
return h.diff(f, "week") + 1;
|
|
1031
1032
|
}, u.isoWeekday = function(m) {
|
|
1032
1033
|
return this.$utils().u(m) ? this.day() || 7 : this.day(this.day() % 7 ? m : m - 7);
|
|
1033
1034
|
};
|
|
1034
1035
|
var p = u.startOf;
|
|
1035
|
-
u.startOf = function(m,
|
|
1036
|
-
var r = this.$utils(), c = !!r.u(
|
|
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,
|
|
1036
|
+
u.startOf = function(m, g) {
|
|
1037
|
+
var r = this.$utils(), c = !!r.u(g) || g;
|
|
1038
|
+
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, g);
|
|
1038
1039
|
};
|
|
1039
1040
|
};
|
|
1040
1041
|
});
|
|
1041
1042
|
}(Te)), Te.exports;
|
|
1042
1043
|
}
|
|
1043
|
-
var
|
|
1044
|
-
const
|
|
1044
|
+
var It = Mt();
|
|
1045
|
+
const Ot = /* @__PURE__ */ ne(It);
|
|
1045
1046
|
var ke = { exports: {} }, Rt = ke.exports, Je;
|
|
1046
1047
|
function Lt() {
|
|
1047
1048
|
return Je || (Je = 1, function(n, o) {
|
|
@@ -1057,7 +1058,7 @@ function Lt() {
|
|
|
1057
1058
|
}(ke)), ke.exports;
|
|
1058
1059
|
}
|
|
1059
1060
|
var Ft = Lt();
|
|
1060
|
-
const jt = /* @__PURE__ */
|
|
1061
|
+
const jt = /* @__PURE__ */ ne(Ft);
|
|
1061
1062
|
var Ee = { exports: {} }, Zt = Ee.exports, Qe;
|
|
1062
1063
|
function _t() {
|
|
1063
1064
|
return Qe || (Qe = 1, function(n, o) {
|
|
@@ -1073,51 +1074,51 @@ function _t() {
|
|
|
1073
1074
|
}(Ee)), Ee.exports;
|
|
1074
1075
|
}
|
|
1075
1076
|
var Pt = _t();
|
|
1076
|
-
const
|
|
1077
|
-
var Me = { exports: {} },
|
|
1077
|
+
const Ct = /* @__PURE__ */ ne(Pt);
|
|
1078
|
+
var Me = { exports: {} }, At = Me.exports, Ke;
|
|
1078
1079
|
function qt() {
|
|
1079
1080
|
return Ke || (Ke = 1, function(n, o) {
|
|
1080
1081
|
(function(a, i) {
|
|
1081
1082
|
n.exports = i();
|
|
1082
|
-
})(
|
|
1083
|
+
})(At, function() {
|
|
1083
1084
|
return function(a, i, s) {
|
|
1084
1085
|
i.prototype.isToday = function() {
|
|
1085
|
-
var e = "YYYY-MM-DD",
|
|
1086
|
-
return this.format(e) ===
|
|
1086
|
+
var e = "YYYY-MM-DD", l = s();
|
|
1087
|
+
return this.format(e) === l.format(e);
|
|
1087
1088
|
};
|
|
1088
1089
|
};
|
|
1089
1090
|
});
|
|
1090
1091
|
}(Me)), Me.exports;
|
|
1091
1092
|
}
|
|
1092
1093
|
var Wt = qt();
|
|
1093
|
-
const
|
|
1094
|
-
var
|
|
1095
|
-
function
|
|
1094
|
+
const Ht = /* @__PURE__ */ ne(Wt);
|
|
1095
|
+
var Ie = { exports: {} }, Nt = Ie.exports, et;
|
|
1096
|
+
function Ut() {
|
|
1096
1097
|
return et || (et = 1, function(n, o) {
|
|
1097
1098
|
(function(a, i) {
|
|
1098
1099
|
n.exports = i();
|
|
1099
|
-
})(
|
|
1100
|
+
})(Nt, function() {
|
|
1100
1101
|
return function(a, i, s) {
|
|
1101
|
-
var e = i.prototype,
|
|
1102
|
+
var e = i.prototype, l = function(r) {
|
|
1102
1103
|
return r && (r.indexOf ? r : r.s);
|
|
1103
|
-
}, u = function(r, c, y,
|
|
1104
|
-
var
|
|
1105
|
-
return
|
|
1104
|
+
}, u = function(r, c, y, h, f) {
|
|
1105
|
+
var S = r.name ? r : r.$locale(), E = l(S[c]), F = l(S[y]), M = E || F.map(function(L) {
|
|
1106
|
+
return L.slice(0, h);
|
|
1106
1107
|
});
|
|
1107
|
-
if (!
|
|
1108
|
-
var
|
|
1109
|
-
return M.map(function(
|
|
1110
|
-
return M[(
|
|
1108
|
+
if (!f) return M;
|
|
1109
|
+
var Z = S.weekStart;
|
|
1110
|
+
return M.map(function(L, k) {
|
|
1111
|
+
return M[(k + (Z || 0)) % 7];
|
|
1111
1112
|
});
|
|
1112
1113
|
}, p = function() {
|
|
1113
1114
|
return s.Ls[s.locale()];
|
|
1114
1115
|
}, m = function(r, c) {
|
|
1115
1116
|
return r.formats[c] || function(y) {
|
|
1116
|
-
return y.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, function(
|
|
1117
|
-
return
|
|
1117
|
+
return y.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, function(h, f, S) {
|
|
1118
|
+
return f || S.slice(1);
|
|
1118
1119
|
});
|
|
1119
1120
|
}(r.formats[c.toUpperCase()]);
|
|
1120
|
-
},
|
|
1121
|
+
}, g = function() {
|
|
1121
1122
|
var r = this;
|
|
1122
1123
|
return { months: function(c) {
|
|
1123
1124
|
return c ? c.format("MMMM") : u(r, "months");
|
|
@@ -1136,7 +1137,7 @@ function Ht() {
|
|
|
1136
1137
|
}, meridiem: this.$locale().meridiem, ordinal: this.$locale().ordinal };
|
|
1137
1138
|
};
|
|
1138
1139
|
e.localeData = function() {
|
|
1139
|
-
return
|
|
1140
|
+
return g.bind(this)();
|
|
1140
1141
|
}, s.localeData = function() {
|
|
1141
1142
|
var r = p();
|
|
1142
1143
|
return { firstDayOfWeek: function() {
|
|
@@ -1167,75 +1168,75 @@ function Ht() {
|
|
|
1167
1168
|
};
|
|
1168
1169
|
};
|
|
1169
1170
|
});
|
|
1170
|
-
}(
|
|
1171
|
+
}(Ie)), Ie.exports;
|
|
1171
1172
|
}
|
|
1172
|
-
var zt =
|
|
1173
|
-
const Yt = /* @__PURE__ */
|
|
1174
|
-
var
|
|
1173
|
+
var zt = Ut();
|
|
1174
|
+
const Yt = /* @__PURE__ */ ne(zt);
|
|
1175
|
+
var Oe = { exports: {} }, Bt = Oe.exports, tt;
|
|
1175
1176
|
function Gt() {
|
|
1176
1177
|
return tt || (tt = 1, function(n, o) {
|
|
1177
1178
|
(function(a, i) {
|
|
1178
1179
|
n.exports = i();
|
|
1179
1180
|
})(Bt, function() {
|
|
1180
1181
|
var a = { year: 0, month: 1, day: 2, hour: 3, minute: 4, second: 5 }, i = {};
|
|
1181
|
-
return function(s, e,
|
|
1182
|
-
var u, p = function(c, y,
|
|
1183
|
-
|
|
1184
|
-
var
|
|
1185
|
-
|
|
1186
|
-
var M =
|
|
1187
|
-
return
|
|
1188
|
-
}(y,
|
|
1189
|
-
return
|
|
1182
|
+
return function(s, e, l) {
|
|
1183
|
+
var u, p = function(c, y, h) {
|
|
1184
|
+
h === void 0 && (h = {});
|
|
1185
|
+
var f = new Date(c), S = function(E, F) {
|
|
1186
|
+
F === void 0 && (F = {});
|
|
1187
|
+
var M = F.timeZoneName || "short", Z = E + "|" + M, L = i[Z];
|
|
1188
|
+
return L || (L = 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[Z] = L), L;
|
|
1189
|
+
}(y, h);
|
|
1190
|
+
return S.formatToParts(f);
|
|
1190
1191
|
}, m = function(c, y) {
|
|
1191
|
-
for (var
|
|
1192
|
-
var E =
|
|
1193
|
-
|
|
1192
|
+
for (var h = p(c, y), f = [], S = 0; S < h.length; S += 1) {
|
|
1193
|
+
var E = h[S], F = E.type, M = E.value, Z = a[F];
|
|
1194
|
+
Z >= 0 && (f[Z] = parseInt(M, 10));
|
|
1194
1195
|
}
|
|
1195
|
-
var
|
|
1196
|
-
return (
|
|
1197
|
-
},
|
|
1198
|
-
|
|
1196
|
+
var L = f[3], k = L === 24 ? 0 : L, P = f[0] + "-" + f[1] + "-" + f[2] + " " + k + ":" + f[4] + ":" + f[5] + ":000", W = +c;
|
|
1197
|
+
return (l.utc(P).valueOf() - (W -= W % 1e3)) / 6e4;
|
|
1198
|
+
}, g = e.prototype;
|
|
1199
|
+
g.tz = function(c, y) {
|
|
1199
1200
|
c === void 0 && (c = u);
|
|
1200
|
-
var
|
|
1201
|
-
if (!Number(M))
|
|
1202
|
-
else if (
|
|
1203
|
-
var
|
|
1204
|
-
|
|
1201
|
+
var h, f = this.utcOffset(), S = this.toDate(), E = S.toLocaleString("en-US", { timeZone: c }), F = Math.round((S - new Date(E)) / 1e3 / 60), M = 15 * -Math.round(S.getTimezoneOffset() / 15) - F;
|
|
1202
|
+
if (!Number(M)) h = this.utcOffset(0, y);
|
|
1203
|
+
else if (h = l(E, { locale: this.$L }).$set("millisecond", this.$ms).utcOffset(M, !0), y) {
|
|
1204
|
+
var Z = h.utcOffset();
|
|
1205
|
+
h = h.add(f - Z, "minute");
|
|
1205
1206
|
}
|
|
1206
|
-
return
|
|
1207
|
-
},
|
|
1208
|
-
var y = this.$x.$timezone ||
|
|
1209
|
-
return
|
|
1207
|
+
return h.$x.$timezone = c, h;
|
|
1208
|
+
}, g.offsetName = function(c) {
|
|
1209
|
+
var y = this.$x.$timezone || l.tz.guess(), h = p(this.valueOf(), y, { timeZoneName: c }).find(function(f) {
|
|
1210
|
+
return f.type.toLowerCase() === "timezonename";
|
|
1210
1211
|
});
|
|
1211
|
-
return
|
|
1212
|
+
return h && h.value;
|
|
1212
1213
|
};
|
|
1213
|
-
var r =
|
|
1214
|
-
|
|
1214
|
+
var r = g.startOf;
|
|
1215
|
+
g.startOf = function(c, y) {
|
|
1215
1216
|
if (!this.$x || !this.$x.$timezone) return r.call(this, c, y);
|
|
1216
|
-
var
|
|
1217
|
-
return r.call(
|
|
1218
|
-
},
|
|
1219
|
-
var
|
|
1220
|
-
if (typeof c != "string") return
|
|
1221
|
-
var
|
|
1222
|
-
var $ =
|
|
1217
|
+
var h = l(this.format("YYYY-MM-DD HH:mm:ss:SSS"), { locale: this.$L });
|
|
1218
|
+
return r.call(h, c, y).tz(this.$x.$timezone, !0);
|
|
1219
|
+
}, l.tz = function(c, y, h) {
|
|
1220
|
+
var f = h && y, S = h || y || u, E = m(+l(), S);
|
|
1221
|
+
if (typeof c != "string") return l(c).tz(S);
|
|
1222
|
+
var F = function(k, P, W) {
|
|
1223
|
+
var $ = k - 60 * P * 1e3, d = m($, W);
|
|
1223
1224
|
if (P === d) return [$, P];
|
|
1224
|
-
var
|
|
1225
|
-
return d ===
|
|
1226
|
-
}(
|
|
1227
|
-
return
|
|
1228
|
-
},
|
|
1225
|
+
var O = m($ -= 60 * (d - P) * 1e3, W);
|
|
1226
|
+
return d === O ? [$, d] : [k - 60 * Math.min(d, O) * 1e3, Math.max(d, O)];
|
|
1227
|
+
}(l.utc(c, f).valueOf(), E, S), M = F[0], Z = F[1], L = l(M).utcOffset(Z);
|
|
1228
|
+
return L.$x.$timezone = S, L;
|
|
1229
|
+
}, l.tz.guess = function() {
|
|
1229
1230
|
return Intl.DateTimeFormat().resolvedOptions().timeZone;
|
|
1230
|
-
},
|
|
1231
|
+
}, l.tz.setDefault = function(c) {
|
|
1231
1232
|
u = c;
|
|
1232
1233
|
};
|
|
1233
1234
|
};
|
|
1234
1235
|
});
|
|
1235
|
-
}(
|
|
1236
|
+
}(Oe)), Oe.exports;
|
|
1236
1237
|
}
|
|
1237
1238
|
var Xt = Gt();
|
|
1238
|
-
const Vt = /* @__PURE__ */
|
|
1239
|
+
const Vt = /* @__PURE__ */ ne(Xt);
|
|
1239
1240
|
var Re = { exports: {} }, Jt = Re.exports, nt;
|
|
1240
1241
|
function Qt() {
|
|
1241
1242
|
return nt || (nt = 1, function(n, o) {
|
|
@@ -1243,10 +1244,10 @@ function Qt() {
|
|
|
1243
1244
|
n.exports = i();
|
|
1244
1245
|
})(Jt, function() {
|
|
1245
1246
|
return function(a, i, s) {
|
|
1246
|
-
s.updateLocale = function(e,
|
|
1247
|
+
s.updateLocale = function(e, l) {
|
|
1247
1248
|
var u = s.Ls[e];
|
|
1248
|
-
if (u) return (
|
|
1249
|
-
u[p] =
|
|
1249
|
+
if (u) return (l ? Object.keys(l) : []).forEach(function(p) {
|
|
1250
|
+
u[p] = l[p];
|
|
1250
1251
|
}), u;
|
|
1251
1252
|
};
|
|
1252
1253
|
};
|
|
@@ -1254,7 +1255,7 @@ function Qt() {
|
|
|
1254
1255
|
}(Re)), Re.exports;
|
|
1255
1256
|
}
|
|
1256
1257
|
var Kt = Qt();
|
|
1257
|
-
const en = /* @__PURE__ */
|
|
1258
|
+
const en = /* @__PURE__ */ ne(Kt);
|
|
1258
1259
|
var Le = { exports: {} }, tn = Le.exports, rt;
|
|
1259
1260
|
function nn() {
|
|
1260
1261
|
return rt || (rt = 1, function(n, o) {
|
|
@@ -1262,54 +1263,54 @@ function nn() {
|
|
|
1262
1263
|
n.exports = i();
|
|
1263
1264
|
})(tn, function() {
|
|
1264
1265
|
var a = "minute", i = /[+-]\d\d(?::?\d\d)?/g, s = /([+-]|\d\d)/g;
|
|
1265
|
-
return function(e,
|
|
1266
|
-
var p =
|
|
1267
|
-
u.utc = function(
|
|
1268
|
-
var
|
|
1269
|
-
return new
|
|
1270
|
-
}, p.utc = function(
|
|
1271
|
-
var
|
|
1272
|
-
return
|
|
1266
|
+
return function(e, l, u) {
|
|
1267
|
+
var p = l.prototype;
|
|
1268
|
+
u.utc = function(f) {
|
|
1269
|
+
var S = { date: f, utc: !0, args: arguments };
|
|
1270
|
+
return new l(S);
|
|
1271
|
+
}, p.utc = function(f) {
|
|
1272
|
+
var S = u(this.toDate(), { locale: this.$L, utc: !0 });
|
|
1273
|
+
return f ? S.add(this.utcOffset(), a) : S;
|
|
1273
1274
|
}, p.local = function() {
|
|
1274
1275
|
return u(this.toDate(), { locale: this.$L, utc: !1 });
|
|
1275
1276
|
};
|
|
1276
1277
|
var m = p.parse;
|
|
1277
|
-
p.parse = function(
|
|
1278
|
-
|
|
1278
|
+
p.parse = function(f) {
|
|
1279
|
+
f.utc && (this.$u = !0), this.$utils().u(f.$offset) || (this.$offset = f.$offset), m.call(this, f);
|
|
1279
1280
|
};
|
|
1280
|
-
var
|
|
1281
|
+
var g = p.init;
|
|
1281
1282
|
p.init = function() {
|
|
1282
1283
|
if (this.$u) {
|
|
1283
|
-
var
|
|
1284
|
-
this.$y =
|
|
1285
|
-
} else
|
|
1284
|
+
var f = this.$d;
|
|
1285
|
+
this.$y = f.getUTCFullYear(), this.$M = f.getUTCMonth(), this.$D = f.getUTCDate(), this.$W = f.getUTCDay(), this.$H = f.getUTCHours(), this.$m = f.getUTCMinutes(), this.$s = f.getUTCSeconds(), this.$ms = f.getUTCMilliseconds();
|
|
1286
|
+
} else g.call(this);
|
|
1286
1287
|
};
|
|
1287
1288
|
var r = p.utcOffset;
|
|
1288
|
-
p.utcOffset = function(
|
|
1289
|
+
p.utcOffset = function(f, S) {
|
|
1289
1290
|
var E = this.$utils().u;
|
|
1290
|
-
if (E(
|
|
1291
|
-
if (typeof
|
|
1292
|
-
|
|
1293
|
-
var
|
|
1294
|
-
if (!
|
|
1295
|
-
var P = ("" +
|
|
1296
|
-
return $ === 0 ? 0 :
|
|
1297
|
-
}(
|
|
1298
|
-
var
|
|
1299
|
-
if (
|
|
1300
|
-
if (
|
|
1301
|
-
var
|
|
1302
|
-
(M = this.local().add(
|
|
1291
|
+
if (E(f)) return this.$u ? 0 : E(this.$offset) ? r.call(this) : this.$offset;
|
|
1292
|
+
if (typeof f == "string" && (f = function(L) {
|
|
1293
|
+
L === void 0 && (L = "");
|
|
1294
|
+
var k = L.match(i);
|
|
1295
|
+
if (!k) return null;
|
|
1296
|
+
var P = ("" + k[0]).match(s) || ["-", 0, 0], W = P[0], $ = 60 * +P[1] + +P[2];
|
|
1297
|
+
return $ === 0 ? 0 : W === "+" ? $ : -$;
|
|
1298
|
+
}(f), f === null)) return this;
|
|
1299
|
+
var F = Math.abs(f) <= 16 ? 60 * f : f, M = this;
|
|
1300
|
+
if (S) return M.$offset = F, M.$u = f === 0, M;
|
|
1301
|
+
if (f !== 0) {
|
|
1302
|
+
var Z = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
|
|
1303
|
+
(M = this.local().add(F + Z, a)).$offset = F, M.$x.$localOffset = Z;
|
|
1303
1304
|
} else M = this.utc();
|
|
1304
1305
|
return M;
|
|
1305
1306
|
};
|
|
1306
1307
|
var c = p.format;
|
|
1307
|
-
p.format = function(
|
|
1308
|
-
var
|
|
1309
|
-
return c.call(this,
|
|
1308
|
+
p.format = function(f) {
|
|
1309
|
+
var S = f || (this.$u ? "YYYY-MM-DDTHH:mm:ss[Z]" : "");
|
|
1310
|
+
return c.call(this, S);
|
|
1310
1311
|
}, p.valueOf = function() {
|
|
1311
|
-
var
|
|
1312
|
-
return this.$d.valueOf() - 6e4 *
|
|
1312
|
+
var f = this.$utils().u(this.$offset) ? 0 : this.$offset + (this.$x.$localOffset || this.$d.getTimezoneOffset());
|
|
1313
|
+
return this.$d.valueOf() - 6e4 * f;
|
|
1313
1314
|
}, p.isUTC = function() {
|
|
1314
1315
|
return !!this.$u;
|
|
1315
1316
|
}, p.toISOString = function() {
|
|
@@ -1318,21 +1319,21 @@ function nn() {
|
|
|
1318
1319
|
return this.toDate().toUTCString();
|
|
1319
1320
|
};
|
|
1320
1321
|
var y = p.toDate;
|
|
1321
|
-
p.toDate = function(
|
|
1322
|
-
return
|
|
1322
|
+
p.toDate = function(f) {
|
|
1323
|
+
return f === "s" && this.$offset ? u(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate() : y.call(this);
|
|
1323
1324
|
};
|
|
1324
|
-
var
|
|
1325
|
-
p.diff = function(
|
|
1326
|
-
if (
|
|
1327
|
-
var
|
|
1328
|
-
return
|
|
1325
|
+
var h = p.diff;
|
|
1326
|
+
p.diff = function(f, S, E) {
|
|
1327
|
+
if (f && this.$u === f.$u) return h.call(this, f, S, E);
|
|
1328
|
+
var F = this.local(), M = u(f).local();
|
|
1329
|
+
return h.call(F, M, S, E);
|
|
1329
1330
|
};
|
|
1330
1331
|
};
|
|
1331
1332
|
});
|
|
1332
1333
|
}(Le)), Le.exports;
|
|
1333
1334
|
}
|
|
1334
1335
|
var rn = nn();
|
|
1335
|
-
const an = /* @__PURE__ */
|
|
1336
|
+
const an = /* @__PURE__ */ ne(rn);
|
|
1336
1337
|
var Fe = { exports: {} }, on = Fe.exports, at;
|
|
1337
1338
|
function sn() {
|
|
1338
1339
|
return at || (at = 1, function(n, o) {
|
|
@@ -1341,7 +1342,7 @@ function sn() {
|
|
|
1341
1342
|
})(on, function() {
|
|
1342
1343
|
return function(a, i) {
|
|
1343
1344
|
i.prototype.weekday = function(s) {
|
|
1344
|
-
var e = this.$locale().weekStart || 0,
|
|
1345
|
+
var e = this.$locale().weekStart || 0, l = this.$W, u = (l < e ? l + 7 : l) - e;
|
|
1345
1346
|
return this.$utils().u(s) ? u : this.subtract(u, "day").add(s, "day");
|
|
1346
1347
|
};
|
|
1347
1348
|
};
|
|
@@ -1349,23 +1350,23 @@ function sn() {
|
|
|
1349
1350
|
}(Fe)), Fe.exports;
|
|
1350
1351
|
}
|
|
1351
1352
|
var un = sn();
|
|
1352
|
-
const cn = /* @__PURE__ */
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1353
|
+
const cn = /* @__PURE__ */ ne(un);
|
|
1354
|
+
H.extend(cn);
|
|
1355
|
+
H.extend(Ht);
|
|
1356
|
+
H.extend(an);
|
|
1357
|
+
H.extend(Vt);
|
|
1358
|
+
H.extend(jt);
|
|
1359
|
+
H.extend(Ct);
|
|
1360
|
+
H.extend(kt);
|
|
1361
|
+
H.extend(Yt);
|
|
1362
|
+
H.extend(en);
|
|
1363
|
+
H.extend(Ot);
|
|
1363
1364
|
function dn(n) {
|
|
1364
1365
|
return [...n].sort((o, a) => {
|
|
1365
1366
|
const i = o.sequence.split(".").map(Number), s = a.sequence.split(".").map(Number);
|
|
1366
1367
|
for (let e = 0; e < Math.max(i.length, s.length); e++) {
|
|
1367
|
-
const
|
|
1368
|
-
if (
|
|
1368
|
+
const l = i[e] || 0, u = s[e] || 0;
|
|
1369
|
+
if (l !== u) return l - u;
|
|
1369
1370
|
}
|
|
1370
1371
|
return 0;
|
|
1371
1372
|
});
|
|
@@ -1378,9 +1379,9 @@ function Pe(n, o, a) {
|
|
|
1378
1379
|
let s = 0;
|
|
1379
1380
|
return i.map((e) => {
|
|
1380
1381
|
s++;
|
|
1381
|
-
const
|
|
1382
|
-
|
|
1383
|
-
|
|
1382
|
+
const l = ln(e.sequence), { barMarginLeftAmount: u, barWidthSize: p } = gt(
|
|
1383
|
+
H(e.startDate),
|
|
1384
|
+
H(e.endDate),
|
|
1384
1385
|
o,
|
|
1385
1386
|
a
|
|
1386
1387
|
);
|
|
@@ -1388,7 +1389,7 @@ function Pe(n, o, a) {
|
|
|
1388
1389
|
...e,
|
|
1389
1390
|
barLeft: u,
|
|
1390
1391
|
barWidth: p,
|
|
1391
|
-
depth:
|
|
1392
|
+
depth: l,
|
|
1392
1393
|
order: s,
|
|
1393
1394
|
originalOrder: s
|
|
1394
1395
|
};
|
|
@@ -1396,22 +1397,22 @@ function Pe(n, o, a) {
|
|
|
1396
1397
|
}
|
|
1397
1398
|
const ot = (n) => {
|
|
1398
1399
|
let o;
|
|
1399
|
-
const a = /* @__PURE__ */ new Set(), i = (m,
|
|
1400
|
+
const a = /* @__PURE__ */ new Set(), i = (m, g) => {
|
|
1400
1401
|
const r = typeof m == "function" ? m(o) : m;
|
|
1401
1402
|
if (!Object.is(r, o)) {
|
|
1402
1403
|
const c = o;
|
|
1403
|
-
o =
|
|
1404
|
+
o = g ?? (typeof r != "object" || r === null) ? r : Object.assign({}, o, r), a.forEach((y) => y(o, c));
|
|
1404
1405
|
}
|
|
1405
1406
|
}, s = () => o, u = { setState: i, getState: s, getInitialState: () => p, subscribe: (m) => (a.add(m), () => a.delete(m)) }, p = o = n(i, s, u);
|
|
1406
1407
|
return u;
|
|
1407
1408
|
}, fn = (n) => n ? ot(n) : ot, pn = (n) => n;
|
|
1408
1409
|
function hn(n, o = pn) {
|
|
1409
|
-
const a =
|
|
1410
|
+
const a = Ce.useSyncExternalStore(
|
|
1410
1411
|
n.subscribe,
|
|
1411
1412
|
() => o(n.getState()),
|
|
1412
1413
|
() => o(n.getInitialState())
|
|
1413
1414
|
);
|
|
1414
|
-
return
|
|
1415
|
+
return Ce.useDebugValue(a), a;
|
|
1415
1416
|
}
|
|
1416
1417
|
const st = (n) => {
|
|
1417
1418
|
const o = fn(n), a = (i) => hn(o, i);
|
|
@@ -1422,8 +1423,8 @@ const st = (n) => {
|
|
|
1422
1423
|
bottomRowCells: [],
|
|
1423
1424
|
topHeaderGroups: [],
|
|
1424
1425
|
selectedScale: "month",
|
|
1425
|
-
minDate:
|
|
1426
|
-
maxDate:
|
|
1426
|
+
minDate: H(),
|
|
1427
|
+
maxDate: H(),
|
|
1427
1428
|
draggingTaskMeta: null,
|
|
1428
1429
|
setSelectedScale: (a) => {
|
|
1429
1430
|
const { rawTasks: i, bottomRowCells: s } = o(), e = Pe(i, s, a);
|
|
@@ -1442,7 +1443,7 @@ const st = (n) => {
|
|
|
1442
1443
|
setMaxDate: (a) => n({ maxDate: a }),
|
|
1443
1444
|
setDraggingTaskMeta: (a) => n({ draggingTaskMeta: a }),
|
|
1444
1445
|
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__ */
|
|
1446
|
+
})), $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__ */ Ne.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...n }, /* @__PURE__ */ Ne.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
1447
|
function me(n, o) {
|
|
1447
1448
|
const { basePxPerDragStep: a } = K[o];
|
|
1448
1449
|
return Math.round(n / a);
|
|
@@ -1452,51 +1453,51 @@ function gn(n, o, a) {
|
|
|
1452
1453
|
rawTasks: i,
|
|
1453
1454
|
selectedScale: s,
|
|
1454
1455
|
setRawTasks: e,
|
|
1455
|
-
setDraggingTaskMeta:
|
|
1456
|
+
setDraggingTaskMeta: l,
|
|
1456
1457
|
clearDraggingTaskMeta: u
|
|
1457
|
-
} = ye(), [p, m] =
|
|
1458
|
-
r.current =
|
|
1459
|
-
},
|
|
1458
|
+
} = ye(), [p, m] = oe(o), g = V(o), r = V(null), c = V(o), y = V(n.startDate), h = V(n.endDate), f = (F) => {
|
|
1459
|
+
r.current = F.clientX, c.current = o, y.current = n.startDate, h.current = n.endDate, m(o), g.current = o, l({ taskId: n.id, type: "bar" }), document.addEventListener("mousemove", S), document.addEventListener("mouseup", E);
|
|
1460
|
+
}, S = (F) => {
|
|
1460
1461
|
if (r.current === null) return;
|
|
1461
|
-
const M =
|
|
1462
|
-
m(
|
|
1462
|
+
const M = F.clientX - r.current, L = me(M, s) * K[s].basePxPerDragStep, k = c.current + L;
|
|
1463
|
+
m(k), g.current = k;
|
|
1463
1464
|
}, E = () => {
|
|
1464
|
-
document.removeEventListener("mousemove",
|
|
1465
|
-
const
|
|
1465
|
+
document.removeEventListener("mousemove", S), document.removeEventListener("mouseup", E);
|
|
1466
|
+
const F = g.current - c.current, M = me(F, s), { dragStepUnit: Z, dragStepAmount: L } = K[s], k = i.map(
|
|
1466
1467
|
(P) => P.id === n.id ? {
|
|
1467
1468
|
...P,
|
|
1468
|
-
startDate:
|
|
1469
|
-
endDate:
|
|
1469
|
+
startDate: H(y.current).add(M * L, Z).toISOString(),
|
|
1470
|
+
endDate: H(h.current).add(M * L, Z).toISOString()
|
|
1470
1471
|
} : P
|
|
1471
1472
|
);
|
|
1472
|
-
e(
|
|
1473
|
+
e(k), a == null || a(k), u(), r.current = null;
|
|
1473
1474
|
};
|
|
1474
|
-
return { onDragStart:
|
|
1475
|
+
return { onDragStart: f, tempLeft: p };
|
|
1475
1476
|
}
|
|
1476
1477
|
function vn(n, o, a, i) {
|
|
1477
1478
|
const {
|
|
1478
1479
|
rawTasks: s,
|
|
1479
1480
|
selectedScale: e,
|
|
1480
|
-
setRawTasks:
|
|
1481
|
+
setRawTasks: l,
|
|
1481
1482
|
setDraggingTaskMeta: u,
|
|
1482
1483
|
clearDraggingTaskMeta: p
|
|
1483
|
-
} = ye(), [m,
|
|
1484
|
-
|
|
1485
|
-
},
|
|
1486
|
-
if (
|
|
1487
|
-
const P =
|
|
1488
|
-
|
|
1489
|
-
},
|
|
1490
|
-
document.removeEventListener("mousemove",
|
|
1491
|
-
const
|
|
1492
|
-
if (
|
|
1493
|
-
const B =
|
|
1484
|
+
} = ye(), [m, g] = oe(o), [r, c] = oe(a), y = V(o), h = V(a), f = V(null), S = V(o), E = V(a), F = V(n.startDate), M = (k) => {
|
|
1485
|
+
k.stopPropagation(), f.current = k.clientX, S.current = o, E.current = a, F.current = n.startDate, g(o), c(a), y.current = o, h.current = a, u({ taskId: n.id, type: "left" }), document.addEventListener("mousemove", Z), document.addEventListener("mouseup", L);
|
|
1486
|
+
}, Z = (k) => {
|
|
1487
|
+
if (f.current == null) return;
|
|
1488
|
+
const P = k.clientX - f.current, $ = me(P, e) * K[e].basePxPerDragStep, d = S.current + $, O = E.current - $;
|
|
1489
|
+
O < 1 || (g(d), c(O), y.current = d, h.current = O);
|
|
1490
|
+
}, L = () => {
|
|
1491
|
+
document.removeEventListener("mousemove", Z), document.removeEventListener("mouseup", L);
|
|
1492
|
+
const k = y.current - S.current, P = me(k, e), { dragStepUnit: W, dragStepAmount: $ } = K[e], d = s.map((O) => {
|
|
1493
|
+
if (O.id !== n.id) return O;
|
|
1494
|
+
const B = H(F.current).add(
|
|
1494
1495
|
P * $,
|
|
1495
|
-
|
|
1496
|
+
W
|
|
1496
1497
|
);
|
|
1497
|
-
return B.isAfter(
|
|
1498
|
+
return B.isAfter(H(O.endDate)) ? O : { ...O, startDate: B.toISOString() };
|
|
1498
1499
|
});
|
|
1499
|
-
|
|
1500
|
+
l(d), i == null || i(d), p(), f.current = null;
|
|
1500
1501
|
};
|
|
1501
1502
|
return { onDragStart: M, tempLeft: m, tempWidth: r };
|
|
1502
1503
|
}
|
|
@@ -1505,35 +1506,35 @@ function yn(n, o, a) {
|
|
|
1505
1506
|
rawTasks: i,
|
|
1506
1507
|
selectedScale: s,
|
|
1507
1508
|
setRawTasks: e,
|
|
1508
|
-
setDraggingTaskMeta:
|
|
1509
|
+
setDraggingTaskMeta: l,
|
|
1509
1510
|
clearDraggingTaskMeta: u
|
|
1510
|
-
} = ye(), [p, m] =
|
|
1511
|
-
E.stopPropagation(), r.current = E.clientX, c.current = o, y.current = n.endDate, m(o),
|
|
1512
|
-
},
|
|
1511
|
+
} = ye(), [p, m] = oe(o), g = V(o), r = V(null), c = V(o), y = V(n.endDate), h = (E) => {
|
|
1512
|
+
E.stopPropagation(), r.current = E.clientX, c.current = o, y.current = n.endDate, m(o), g.current = o, l({ taskId: n.id, type: "right" }), document.addEventListener("mousemove", f), document.addEventListener("mouseup", S);
|
|
1513
|
+
}, f = (E) => {
|
|
1513
1514
|
if (r.current === null) return;
|
|
1514
|
-
const
|
|
1515
|
-
|
|
1516
|
-
},
|
|
1517
|
-
document.removeEventListener("mousemove",
|
|
1518
|
-
const E =
|
|
1519
|
-
if (
|
|
1520
|
-
const P =
|
|
1521
|
-
|
|
1515
|
+
const F = E.clientX - r.current, Z = me(F, s) * K[s].basePxPerDragStep, L = c.current + Z;
|
|
1516
|
+
L < 1 || (m(L), g.current = L);
|
|
1517
|
+
}, S = () => {
|
|
1518
|
+
document.removeEventListener("mousemove", f), document.removeEventListener("mouseup", S);
|
|
1519
|
+
const E = g.current - c.current, F = me(E, s), { dragStepUnit: M, dragStepAmount: Z } = K[s], L = i.map((k) => {
|
|
1520
|
+
if (k.id !== n.id) return k;
|
|
1521
|
+
const P = H(y.current).add(
|
|
1522
|
+
F * Z,
|
|
1522
1523
|
M
|
|
1523
1524
|
);
|
|
1524
|
-
return P.isBefore(
|
|
1525
|
+
return P.isBefore(H(k.startDate)) ? k : { ...k, endDate: P.toISOString() };
|
|
1525
1526
|
});
|
|
1526
|
-
e(
|
|
1527
|
+
e(L), a == null || a(L), u(), r.current = null;
|
|
1527
1528
|
};
|
|
1528
|
-
return { onDragStart:
|
|
1529
|
+
return { onDragStart: h, tempWidth: p };
|
|
1529
1530
|
}
|
|
1530
1531
|
function Dn(n, o, a, i, s) {
|
|
1531
1532
|
if (a < 0 || s < 0)
|
|
1532
1533
|
return `M ${o} ${a} h ${(i - o) / 2}`;
|
|
1533
|
-
const e = 7,
|
|
1534
|
-
function
|
|
1534
|
+
const e = 7, l = 11, u = 25, p = 20, m = `M ${o} ${a}`, g = i - o, r = s - a, c = Math.abs(g), y = Math.abs(r), h = s <= a, f = s >= a, S = i >= o, E = i <= o, F = c > p, M = Math.abs(g / 2), Z = Math.abs(r / 2);
|
|
1535
|
+
function L() {
|
|
1535
1536
|
function $() {
|
|
1536
|
-
return (
|
|
1537
|
+
return (S || E) && f && !F ? "downSmallHorizontal" : (S || E) && h && !F ? "upSmallHorizontal" : f && E ? "downLeft" : f && S ? "downRight" : h && E ? "upLeft" : h && S ? "upRight" : "";
|
|
1537
1538
|
}
|
|
1538
1539
|
let d = m;
|
|
1539
1540
|
switch ($()) {
|
|
@@ -1548,13 +1549,13 @@ function Dn(n, o, a, i, s) {
|
|
|
1548
1549
|
case "downLeft":
|
|
1549
1550
|
case "downSmallHorizontal": {
|
|
1550
1551
|
const B = a + r / 2;
|
|
1551
|
-
d += ` h ${
|
|
1552
|
+
d += ` h ${l}`, 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 ${g - 2 * l}`, 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 ${l}`;
|
|
1552
1553
|
break;
|
|
1553
1554
|
}
|
|
1554
1555
|
case "upLeft":
|
|
1555
1556
|
case "upSmallHorizontal": {
|
|
1556
1557
|
const B = a + r / 2;
|
|
1557
|
-
d += ` h ${
|
|
1558
|
+
d += ` h ${l}`, 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 ${g - 2 * l}`, 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 ${l}`;
|
|
1558
1559
|
break;
|
|
1559
1560
|
}
|
|
1560
1561
|
default:
|
|
@@ -1562,24 +1563,24 @@ function Dn(n, o, a, i, s) {
|
|
|
1562
1563
|
}
|
|
1563
1564
|
return d;
|
|
1564
1565
|
}
|
|
1565
|
-
function
|
|
1566
|
+
function k() {
|
|
1566
1567
|
let $ = m;
|
|
1567
|
-
return
|
|
1568
|
+
return f && E ? ($ += ` h ${u - l}`, $ += ` a ${e} ${e} 0 0 1 ${e} ${e}`, $ += ` v ${r - e * 2}`, $ += ` a ${e} ${e} 0 0 1 -${e} ${e}`, $ += ` h ${g - e * 2}`) : f && S ? ($ += ` h ${g + u - l}`, $ += ` a ${e} ${e} 0 0 1 ${e} ${e}`, $ += ` v ${r - e * 2}`, $ += ` a ${e} ${e} 0 0 1 -${e} ${e}`, $ += ` h -${u - l}`) : h && E ? ($ += ` h ${u - l}`, $ += ` a ${e} ${e} 0 0 0 ${e} -${e}`, $ += ` v ${r + e * 2}`, $ += ` a ${e} ${e} 0 0 0 -${e} -${e}`, $ += ` h ${g - u + l}`) : h && S && ($ += ` h ${g + u - l}`, $ += ` a ${e} ${e} 0 0 0 ${e} -${e}`, $ += ` v ${r + e * 2}`, $ += ` a ${e} ${e} 0 0 0 -${e} -${e}`, $ += ` h -${u - l}`), $;
|
|
1568
1569
|
}
|
|
1569
1570
|
function P() {
|
|
1570
1571
|
function $() {
|
|
1571
|
-
return (
|
|
1572
|
+
return (S || E) && f && !F ? "downSmallHorizontal" : (S || E) && h && !F ? "upSmallHorizontal" : f && E ? "downLeft" : f && S ? "downRight" : h && E ? "upLeft" : h && S ? "upRight" : "";
|
|
1572
1573
|
}
|
|
1573
1574
|
let d = m;
|
|
1574
1575
|
switch ($()) {
|
|
1575
1576
|
case "downRight":
|
|
1576
1577
|
case "downSmallHorizontal": {
|
|
1577
|
-
d += " h -11", d += ` a ${e} ${e} 0 0 0 -${e} ${e}`, d += ` v ${
|
|
1578
|
+
d += " h -11", d += ` a ${e} ${e} 0 0 0 -${e} ${e}`, d += ` v ${Z - e * 2}`, d += ` a ${e} ${e} 0 0 0 ${e} ${e}`, d += ` h ${l * 2 + g}`, d += ` a ${e} ${e} 0 0 1 ${e} ${e}`, d += ` v ${Z - e * 2}`, d += ` a ${e} ${e} 0 0 1 -${e} ${e}`, d += " h -11";
|
|
1578
1579
|
break;
|
|
1579
1580
|
}
|
|
1580
1581
|
case "upRight":
|
|
1581
1582
|
case "upSmallHorizontal": {
|
|
1582
|
-
d += " h -11", d += ` a ${e} ${e} 0 0 1 -${e} -${e}`, d += ` v ${-(
|
|
1583
|
+
d += " h -11", d += ` a ${e} ${e} 0 0 1 -${e} -${e}`, d += ` v ${-(Z - e * 2)}`, d += ` a ${e} ${e} 0 0 1 ${e} -${e}`, d += ` h ${l * 2 + g}`, d += ` a ${e} ${e} 0 0 0 ${e} -${e}`, d += ` v ${-(Z - e * 2)}`, d += ` a ${e} ${e} 0 0 0 -${e} -${e}`, d += " h -11";
|
|
1583
1584
|
break;
|
|
1584
1585
|
}
|
|
1585
1586
|
case "downLeft": {
|
|
@@ -1595,149 +1596,162 @@ function Dn(n, o, a, i, s) {
|
|
|
1595
1596
|
}
|
|
1596
1597
|
return d;
|
|
1597
1598
|
}
|
|
1598
|
-
function
|
|
1599
|
+
function W() {
|
|
1599
1600
|
let $ = m;
|
|
1600
|
-
return
|
|
1601
|
+
return f && E ? ($ += ` h ${g - u}`, $ += ` a ${e} ${e} 0 0 0 -${e} ${e}`, $ += ` v ${r - e * 2}`, $ += ` a ${e} ${e} 0 0 0 ${e} ${e}`, $ += ` h ${u}`) : f && S ? ($ += " h -25", $ += ` a ${e} ${e} 0 0 0 -${e} ${e}`, $ += ` v ${r - e * 2}`, $ += ` a ${e} ${e} 0 0 0 ${e} ${e}`, $ += ` h ${g + u}`) : h && E ? ($ += ` h ${g - u}`, $ += ` a ${e} ${e} 0 0 1 -${e} -${e}`, $ += ` v ${r + e * 2}`, $ += ` a ${e} ${e} 0 0 1 ${e} -${e}`, $ += ` h ${u}`) : h && S && ($ += " h -25", $ += ` a ${e} ${e} 0 0 1 -${e} -${e}`, $ += ` v ${r + e * 2}`, $ += ` a ${e} ${e} 0 0 1 ${e} -${e}`, $ += ` h ${g + u}`), $;
|
|
1601
1602
|
}
|
|
1602
1603
|
switch (n) {
|
|
1603
1604
|
case "FS":
|
|
1604
|
-
return
|
|
1605
|
+
return L();
|
|
1605
1606
|
case "FF":
|
|
1606
|
-
return
|
|
1607
|
+
return k();
|
|
1607
1608
|
case "SF":
|
|
1608
1609
|
return P();
|
|
1609
1610
|
case "SS":
|
|
1610
|
-
return
|
|
1611
|
+
return W();
|
|
1611
1612
|
default:
|
|
1612
1613
|
return `${m} L ${i} ${s}`;
|
|
1613
1614
|
}
|
|
1614
1615
|
}
|
|
1615
1616
|
function Sn({ allTasks: n, currentTask: o, onTasksChange: a }) {
|
|
1616
|
-
const { onDragStart:
|
|
1617
|
-
onDragStart:
|
|
1618
|
-
tempLeft:
|
|
1619
|
-
tempWidth:
|
|
1617
|
+
const [i, s] = oe(!1), [e, l] = oe(!1), { onDragStart: u, tempLeft: p } = gn(o, o.barLeft, a), {
|
|
1618
|
+
onDragStart: m,
|
|
1619
|
+
tempLeft: g,
|
|
1620
|
+
tempWidth: r
|
|
1620
1621
|
} = vn(
|
|
1621
1622
|
o,
|
|
1622
1623
|
o.barLeft,
|
|
1623
1624
|
o.barWidth,
|
|
1624
1625
|
a
|
|
1625
|
-
), { onDragStart:
|
|
1626
|
+
), { onDragStart: c, tempWidth: y } = yn(
|
|
1626
1627
|
o,
|
|
1627
1628
|
o.barWidth,
|
|
1628
1629
|
a
|
|
1629
|
-
), { draggingTaskMeta: h } = ye(),
|
|
1630
|
-
let
|
|
1631
|
-
|
|
1632
|
-
let
|
|
1633
|
-
|
|
1634
|
-
const
|
|
1630
|
+
), { draggingTaskMeta: h } = ye(), f = (h == null ? void 0 : h.taskId) === o.id;
|
|
1631
|
+
let S = !1, E = !1, F = !1;
|
|
1632
|
+
f && ((h == null ? void 0 : h.type) === "left" ? S = !0 : (h == null ? void 0 : h.type) === "right" ? E = !0 : (h == null ? void 0 : h.type) === "bar" && (F = !0));
|
|
1633
|
+
let M = o.barLeft, Z = o.barWidth;
|
|
1634
|
+
S ? (M = g, Z = r) : E ? Z = y : F && (M = p);
|
|
1635
|
+
const L = () => /* @__PURE__ */ A.jsx(
|
|
1635
1636
|
"button",
|
|
1636
1637
|
{
|
|
1637
1638
|
type: "button",
|
|
1638
|
-
onMouseDown:
|
|
1639
|
+
onMouseDown: m,
|
|
1640
|
+
onMouseEnter: () => s(!0),
|
|
1641
|
+
onMouseLeave: () => s(!1),
|
|
1639
1642
|
style: {
|
|
1640
1643
|
position: "absolute",
|
|
1641
1644
|
top: 0,
|
|
1645
|
+
left: "-1.15rem",
|
|
1646
|
+
width: "2rem",
|
|
1647
|
+
height: "100%",
|
|
1642
1648
|
display: "flex",
|
|
1643
|
-
cursor: "w-resize",
|
|
1644
1649
|
alignItems: "center",
|
|
1645
1650
|
justifyContent: "center",
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1651
|
+
cursor: "w-resize",
|
|
1652
|
+
background: "transparent",
|
|
1653
|
+
border: "none",
|
|
1654
|
+
padding: 0
|
|
1650
1655
|
},
|
|
1651
|
-
children: /* @__PURE__ */
|
|
1656
|
+
children: /* @__PURE__ */ A.jsx(
|
|
1652
1657
|
it,
|
|
1653
1658
|
{
|
|
1654
1659
|
style: {
|
|
1655
1660
|
height: "1.5rem",
|
|
1656
1661
|
width: "1.5rem",
|
|
1657
|
-
fill: "#919294"
|
|
1662
|
+
fill: "#919294",
|
|
1663
|
+
opacity: i ? 1 : 0
|
|
1664
|
+
// transition: 'opacity 50ms ease-in-out',
|
|
1658
1665
|
}
|
|
1659
1666
|
}
|
|
1660
1667
|
)
|
|
1661
1668
|
}
|
|
1662
|
-
),
|
|
1669
|
+
), k = () => /* @__PURE__ */ A.jsx(
|
|
1663
1670
|
"button",
|
|
1664
1671
|
{
|
|
1665
1672
|
type: "button",
|
|
1666
|
-
onMouseDown:
|
|
1673
|
+
onMouseDown: c,
|
|
1674
|
+
onMouseEnter: () => l(!0),
|
|
1675
|
+
onMouseLeave: () => l(!1),
|
|
1667
1676
|
style: {
|
|
1668
1677
|
position: "absolute",
|
|
1669
1678
|
top: 0,
|
|
1679
|
+
right: "-1.15rem",
|
|
1680
|
+
width: "2rem",
|
|
1681
|
+
height: "100%",
|
|
1670
1682
|
display: "flex",
|
|
1671
|
-
cursor: "w-resize",
|
|
1672
1683
|
alignItems: "center",
|
|
1673
1684
|
justifyContent: "center",
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1685
|
+
cursor: "w-resize",
|
|
1686
|
+
background: "transparent",
|
|
1687
|
+
border: "none",
|
|
1688
|
+
padding: 0
|
|
1678
1689
|
},
|
|
1679
|
-
children: /* @__PURE__ */
|
|
1690
|
+
children: /* @__PURE__ */ A.jsx(
|
|
1680
1691
|
it,
|
|
1681
1692
|
{
|
|
1682
|
-
className: "size-6",
|
|
1683
1693
|
style: {
|
|
1684
|
-
|
|
1694
|
+
height: "1.5rem",
|
|
1695
|
+
width: "1.5rem",
|
|
1696
|
+
fill: "#919294",
|
|
1697
|
+
opacity: e ? 1 : 0
|
|
1698
|
+
// transition: 'opacity 150ms ease-in-out',
|
|
1685
1699
|
}
|
|
1686
1700
|
}
|
|
1687
1701
|
)
|
|
1688
1702
|
}
|
|
1689
|
-
),
|
|
1690
|
-
const
|
|
1691
|
-
if (
|
|
1692
|
-
const
|
|
1693
|
-
let
|
|
1694
|
-
switch (
|
|
1703
|
+
), P = (o.dependencies || []).map((W) => {
|
|
1704
|
+
const $ = n.find((D) => D.id === W.targetId);
|
|
1705
|
+
if (!$) return null;
|
|
1706
|
+
const d = ut, O = ($.order - 1) * d + d / 2, B = (o.order - 1) * d + d / 2;
|
|
1707
|
+
let ee, I;
|
|
1708
|
+
switch (W.type) {
|
|
1695
1709
|
case "FS":
|
|
1696
|
-
|
|
1710
|
+
ee = $.barLeft + $.barWidth, I = o.barLeft;
|
|
1697
1711
|
break;
|
|
1698
1712
|
case "SS":
|
|
1699
|
-
|
|
1713
|
+
ee = $.barLeft, I = o.barLeft;
|
|
1700
1714
|
break;
|
|
1701
1715
|
case "FF":
|
|
1702
|
-
|
|
1716
|
+
ee = $.barLeft + $.barWidth, I = o.barLeft + o.barWidth;
|
|
1703
1717
|
break;
|
|
1704
1718
|
case "SF":
|
|
1705
|
-
|
|
1719
|
+
ee = $.barLeft, I = o.barLeft + o.barWidth;
|
|
1706
1720
|
break;
|
|
1707
1721
|
default:
|
|
1708
|
-
return console.warn(`Unknown dependency type: ${
|
|
1722
|
+
return console.warn(`Unknown dependency type: ${W.type}`), null;
|
|
1709
1723
|
}
|
|
1710
1724
|
return {
|
|
1711
|
-
...
|
|
1712
|
-
fromX:
|
|
1713
|
-
fromY:
|
|
1714
|
-
toX:
|
|
1715
|
-
toY:
|
|
1725
|
+
...W,
|
|
1726
|
+
fromX: ee,
|
|
1727
|
+
fromY: O,
|
|
1728
|
+
toX: I,
|
|
1729
|
+
toY: B
|
|
1716
1730
|
};
|
|
1717
1731
|
}).filter(Boolean);
|
|
1718
|
-
return /* @__PURE__ */
|
|
1719
|
-
/* @__PURE__ */
|
|
1732
|
+
return /* @__PURE__ */ A.jsxs(A.Fragment, { children: [
|
|
1733
|
+
/* @__PURE__ */ A.jsxs(
|
|
1720
1734
|
"div",
|
|
1721
1735
|
{
|
|
1722
1736
|
role: "button",
|
|
1723
1737
|
tabIndex: 0,
|
|
1724
|
-
onMouseDown:
|
|
1738
|
+
onMouseDown: u,
|
|
1725
1739
|
style: {
|
|
1726
1740
|
position: "relative",
|
|
1727
1741
|
display: "flex",
|
|
1728
1742
|
alignItems: "center",
|
|
1729
1743
|
backgroundColor: "#D6D6D8",
|
|
1730
|
-
marginLeft: `${
|
|
1731
|
-
width: `${
|
|
1744
|
+
marginLeft: `${M}px`,
|
|
1745
|
+
width: `${Z}px`,
|
|
1732
1746
|
height: "1rem"
|
|
1733
1747
|
},
|
|
1734
1748
|
children: [
|
|
1735
|
-
|
|
1736
|
-
|
|
1749
|
+
L(),
|
|
1750
|
+
k()
|
|
1737
1751
|
]
|
|
1738
1752
|
}
|
|
1739
1753
|
),
|
|
1740
|
-
/* @__PURE__ */
|
|
1754
|
+
/* @__PURE__ */ A.jsxs(
|
|
1741
1755
|
"svg",
|
|
1742
1756
|
{
|
|
1743
1757
|
style: {
|
|
@@ -1750,7 +1764,7 @@ function Sn({ allTasks: n, currentTask: o, onTasksChange: a }) {
|
|
|
1750
1764
|
pointerEvents: "none"
|
|
1751
1765
|
},
|
|
1752
1766
|
children: [
|
|
1753
|
-
/* @__PURE__ */
|
|
1767
|
+
/* @__PURE__ */ A.jsx("defs", { children: /* @__PURE__ */ A.jsx(
|
|
1754
1768
|
"marker",
|
|
1755
1769
|
{
|
|
1756
1770
|
id: "arrowhead",
|
|
@@ -1759,24 +1773,24 @@ function Sn({ allTasks: n, currentTask: o, onTasksChange: a }) {
|
|
|
1759
1773
|
refX: "5.25",
|
|
1760
1774
|
refY: "3",
|
|
1761
1775
|
orient: "auto",
|
|
1762
|
-
children: /* @__PURE__ */
|
|
1776
|
+
children: /* @__PURE__ */ A.jsx("polygon", { points: "0 0, 6 3, 0 6", fill: "#000" })
|
|
1763
1777
|
}
|
|
1764
1778
|
) }),
|
|
1765
|
-
|
|
1779
|
+
P.map((W, $) => /* @__PURE__ */ A.jsx(
|
|
1766
1780
|
"path",
|
|
1767
1781
|
{
|
|
1768
1782
|
d: Dn(
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1783
|
+
W.type,
|
|
1784
|
+
W.fromX,
|
|
1785
|
+
W.fromY,
|
|
1786
|
+
W.toX,
|
|
1787
|
+
W.toY
|
|
1774
1788
|
),
|
|
1775
1789
|
fill: "none",
|
|
1776
1790
|
markerEnd: "url(#arrowhead)",
|
|
1777
1791
|
style: { stroke: "#000", strokeWidth: 0.75 }
|
|
1778
1792
|
},
|
|
1779
|
-
|
|
1793
|
+
$
|
|
1780
1794
|
))
|
|
1781
1795
|
]
|
|
1782
1796
|
}
|
|
@@ -1784,40 +1798,40 @@ function Sn({ allTasks: n, currentTask: o, onTasksChange: a }) {
|
|
|
1784
1798
|
] });
|
|
1785
1799
|
}
|
|
1786
1800
|
function bn({ tasks: n, onTasksChange: o, ganttHeight: a, columnWidth: i }) {
|
|
1787
|
-
const [s, e] =
|
|
1801
|
+
const [s, e] = oe(a || 500), [l, u] = oe(i || 1e3), [p, m] = oe(n || []), g = V(null), {
|
|
1788
1802
|
rawTasks: r,
|
|
1789
1803
|
transformedTasks: c,
|
|
1790
1804
|
selectedScale: y,
|
|
1791
|
-
setSelectedScale:
|
|
1792
|
-
bottomRowCells:
|
|
1793
|
-
topHeaderGroups:
|
|
1805
|
+
setSelectedScale: h,
|
|
1806
|
+
bottomRowCells: f,
|
|
1807
|
+
topHeaderGroups: S,
|
|
1794
1808
|
setRawTasks: E,
|
|
1795
|
-
setBottomRowCells:
|
|
1809
|
+
setBottomRowCells: F,
|
|
1796
1810
|
setTopHeaderGroups: M,
|
|
1797
|
-
setMinDate:
|
|
1798
|
-
setMaxDate:
|
|
1811
|
+
setMinDate: Z,
|
|
1812
|
+
setMaxDate: L
|
|
1799
1813
|
} = ye();
|
|
1800
1814
|
return xe(() => {
|
|
1801
1815
|
n.length === 0 ? m($n) : m(n);
|
|
1802
1816
|
}, [n]), xe(() => {
|
|
1803
1817
|
if (!p.length) return;
|
|
1804
|
-
const
|
|
1818
|
+
const k = Object.fromEntries(
|
|
1805
1819
|
p.map((P) => [
|
|
1806
1820
|
P.id,
|
|
1807
1821
|
{ startDate: P.startDate, endDate: P.endDate }
|
|
1808
1822
|
])
|
|
1809
1823
|
);
|
|
1810
1824
|
St(
|
|
1811
|
-
O,
|
|
1812
|
-
y,
|
|
1813
|
-
R,
|
|
1814
1825
|
k,
|
|
1815
|
-
|
|
1826
|
+
y,
|
|
1827
|
+
Z,
|
|
1828
|
+
L,
|
|
1829
|
+
F,
|
|
1816
1830
|
M
|
|
1817
1831
|
);
|
|
1818
1832
|
}, [p, y]), xe(() => {
|
|
1819
|
-
!
|
|
1820
|
-
}, [
|
|
1833
|
+
!f.length || !p.length || r.length === 0 && E(p);
|
|
1834
|
+
}, [f, p]), /* @__PURE__ */ A.jsx(
|
|
1821
1835
|
"section",
|
|
1822
1836
|
{
|
|
1823
1837
|
style: {
|
|
@@ -1826,9 +1840,10 @@ function bn({ tasks: n, onTasksChange: o, ganttHeight: a, columnWidth: i }) {
|
|
|
1826
1840
|
height: `${s}px`,
|
|
1827
1841
|
width: "100%",
|
|
1828
1842
|
// let parent control width
|
|
1829
|
-
backgroundColor: "#FFF"
|
|
1843
|
+
backgroundColor: "#FFF",
|
|
1844
|
+
fontFamily: "Noto Sans, sans-serif"
|
|
1830
1845
|
},
|
|
1831
|
-
children: /* @__PURE__ */
|
|
1846
|
+
children: /* @__PURE__ */ A.jsx(
|
|
1832
1847
|
"div",
|
|
1833
1848
|
{
|
|
1834
1849
|
style: {
|
|
@@ -1837,7 +1852,7 @@ function bn({ tasks: n, onTasksChange: o, ganttHeight: a, columnWidth: i }) {
|
|
|
1837
1852
|
overflow: "hidden",
|
|
1838
1853
|
backgroundColor: "#FFF"
|
|
1839
1854
|
},
|
|
1840
|
-
children: /* @__PURE__ */
|
|
1855
|
+
children: /* @__PURE__ */ A.jsxs(
|
|
1841
1856
|
"section",
|
|
1842
1857
|
{
|
|
1843
1858
|
style: {
|
|
@@ -1847,79 +1862,116 @@ function bn({ tasks: n, onTasksChange: o, ganttHeight: a, columnWidth: i }) {
|
|
|
1847
1862
|
width: "100%",
|
|
1848
1863
|
flexDirection: "column"
|
|
1849
1864
|
},
|
|
1850
|
-
children:
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1865
|
+
children: [
|
|
1866
|
+
/* @__PURE__ */ A.jsx(
|
|
1867
|
+
"div",
|
|
1868
|
+
{
|
|
1869
|
+
style: {
|
|
1870
|
+
position: "fixed",
|
|
1871
|
+
top: "10px",
|
|
1872
|
+
right: "16px",
|
|
1873
|
+
zIndex: 50,
|
|
1874
|
+
display: "flex",
|
|
1875
|
+
justifyContent: "flex-end",
|
|
1876
|
+
alignItems: "center"
|
|
1877
|
+
// padding: '4px 8px',
|
|
1878
|
+
// backgroundColor: '#FFF',
|
|
1879
|
+
// borderBottom: '1px solid #E6E7E9',
|
|
1880
|
+
},
|
|
1881
|
+
children: /* @__PURE__ */ A.jsx(
|
|
1882
|
+
"select",
|
|
1883
|
+
{
|
|
1884
|
+
style: {
|
|
1885
|
+
// backgroundColor: '#FFF',
|
|
1886
|
+
padding: "4px 8px",
|
|
1887
|
+
fontSize: "0.875rem",
|
|
1888
|
+
borderRadius: "6px",
|
|
1889
|
+
border: "1px solid #E6E7E9"
|
|
1890
|
+
},
|
|
1891
|
+
value: y,
|
|
1892
|
+
onChange: (k) => {
|
|
1893
|
+
const P = k.target.value;
|
|
1894
|
+
h(P);
|
|
1895
|
+
},
|
|
1896
|
+
children: Object.keys(K).map((k) => /* @__PURE__ */ A.jsx("option", { value: k, children: K[k].labelUnit }, k))
|
|
1897
|
+
}
|
|
1898
|
+
)
|
|
1899
|
+
}
|
|
1900
|
+
),
|
|
1901
|
+
/* @__PURE__ */ A.jsx(
|
|
1902
|
+
"div",
|
|
1903
|
+
{
|
|
1904
|
+
ref: g,
|
|
1905
|
+
style: {
|
|
1906
|
+
flexGrow: 1,
|
|
1907
|
+
overflowX: "auto"
|
|
1908
|
+
},
|
|
1909
|
+
children: /* @__PURE__ */ A.jsxs(
|
|
1910
|
+
"div",
|
|
1911
|
+
{
|
|
1912
|
+
style: {
|
|
1913
|
+
display: "flex",
|
|
1914
|
+
minWidth: "max-content",
|
|
1915
|
+
flexDirection: "column"
|
|
1916
|
+
// backgroundColor: '#FFF',
|
|
1917
|
+
},
|
|
1918
|
+
children: [
|
|
1919
|
+
/* @__PURE__ */ A.jsx(
|
|
1920
|
+
xt,
|
|
1921
|
+
{
|
|
1922
|
+
topHeaderGroups: S,
|
|
1923
|
+
bottomRowCells: f,
|
|
1924
|
+
selectedScale: y,
|
|
1925
|
+
scrollRef: g
|
|
1926
|
+
}
|
|
1927
|
+
),
|
|
1928
|
+
/* @__PURE__ */ A.jsx(
|
|
1929
|
+
"div",
|
|
1930
|
+
{
|
|
1931
|
+
style: {
|
|
1932
|
+
position: "relative",
|
|
1933
|
+
display: "flex"
|
|
1934
|
+
},
|
|
1935
|
+
children: /* @__PURE__ */ A.jsx(
|
|
1936
|
+
"div",
|
|
1937
|
+
{
|
|
1938
|
+
style: {
|
|
1939
|
+
display: "flex",
|
|
1940
|
+
flexGrow: 1,
|
|
1941
|
+
flexDirection: "column"
|
|
1911
1942
|
},
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1943
|
+
children: c.map((k) => /* @__PURE__ */ A.jsx(
|
|
1944
|
+
"div",
|
|
1945
|
+
{
|
|
1946
|
+
style: {
|
|
1947
|
+
display: "flex",
|
|
1948
|
+
width: "100%",
|
|
1949
|
+
alignItems: "center",
|
|
1950
|
+
borderBottom: "1px solid #E6E7E9",
|
|
1951
|
+
height: `${ut}px`,
|
|
1952
|
+
backgroundColor: "#FFF"
|
|
1953
|
+
},
|
|
1954
|
+
children: /* @__PURE__ */ A.jsx(
|
|
1955
|
+
Sn,
|
|
1956
|
+
{
|
|
1957
|
+
allTasks: c,
|
|
1958
|
+
currentTask: k,
|
|
1959
|
+
onTasksChange: o
|
|
1960
|
+
}
|
|
1961
|
+
)
|
|
1962
|
+
},
|
|
1963
|
+
k.id
|
|
1964
|
+
))
|
|
1965
|
+
}
|
|
1966
|
+
)
|
|
1967
|
+
}
|
|
1968
|
+
)
|
|
1969
|
+
]
|
|
1970
|
+
}
|
|
1971
|
+
)
|
|
1972
|
+
}
|
|
1973
|
+
)
|
|
1974
|
+
]
|
|
1923
1975
|
}
|
|
1924
1976
|
)
|
|
1925
1977
|
}
|