sbwb-ds 3.16.0 → 3.17.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/sbwb-ds.js +114 -106
- package/dist/sbwb-ds.umd.cjs +43 -43
- package/dist/src/presentation/components/molecules/SegmentedButton/index.d.ts +2 -0
- package/package.json +1 -1
- package/src/presentation/components/molecules/SegmentedButton/SegmentedButton.stories.tsx +6 -0
- package/src/presentation/components/molecules/SegmentedButton/index.tsx +20 -2
- package/src/presentation/components/molecules/Sidebar/Sidebar.stories.tsx +2 -2
- package/src/presentation/components/molecules/Sidebar/documentation/index.tsx +1 -1
package/dist/sbwb-ds.js
CHANGED
|
@@ -3810,7 +3810,7 @@ j.div`
|
|
|
3810
3810
|
}}
|
|
3811
3811
|
}
|
|
3812
3812
|
`;
|
|
3813
|
-
const nse = ot.InfoFill1Ant,
|
|
3813
|
+
const nse = ot.InfoFill1Ant, ir = ({
|
|
3814
3814
|
id: e,
|
|
3815
3815
|
children: t,
|
|
3816
3816
|
label: r,
|
|
@@ -4134,7 +4134,7 @@ const nse = ot.InfoFill1Ant, sr = ({
|
|
|
4134
4134
|
...h
|
|
4135
4135
|
}) => {
|
|
4136
4136
|
const p = ot[e];
|
|
4137
|
-
return l ? /* @__PURE__ */ R(
|
|
4137
|
+
return l ? /* @__PURE__ */ R(ir, { ...u, label: l, isActive: !!l, children: p && /* @__PURE__ */ Se(
|
|
4138
4138
|
ML,
|
|
4139
4139
|
{
|
|
4140
4140
|
width: t,
|
|
@@ -4212,7 +4212,7 @@ const nse = ot.InfoFill1Ant, sr = ({
|
|
|
4212
4212
|
};
|
|
4213
4213
|
}, [e, p]);
|
|
4214
4214
|
const _ = typeof p == "string" ? p : e, k = () => i ? y.colors.neutralColors.colorNeutralCloudy : r === "primary" ? y.colors.neutralColors.colorNeutralSnow : y.colors.neutralColors.colorNeutralDark;
|
|
4215
|
-
return /* @__PURE__ */ R(
|
|
4215
|
+
return /* @__PURE__ */ R(ir, { isActive: b, label: _, ...d, children: /* @__PURE__ */ Se(
|
|
4216
4216
|
Jle,
|
|
4217
4217
|
{
|
|
4218
4218
|
type: t,
|
|
@@ -4542,7 +4542,7 @@ const nse = ot.InfoFill1Ant, sr = ({
|
|
|
4542
4542
|
}
|
|
4543
4543
|
),
|
|
4544
4544
|
a && !s && /* @__PURE__ */ R("div", { style: { position: "absolute", top: "0", right: "0" }, children: /* @__PURE__ */ R(
|
|
4545
|
-
|
|
4545
|
+
ir,
|
|
4546
4546
|
{
|
|
4547
4547
|
label: o,
|
|
4548
4548
|
arrow: !1,
|
|
@@ -4823,7 +4823,7 @@ const ca = Cr(
|
|
|
4823
4823
|
const S = h !== void 0 && g === "select", M = S ? h : !1, _ = ot[`ProgressActivity${r === "Small" || r === "ExtraSmall" ? "Ant" : "Sm"}`], k = o ? ot[o] : null, D = u ? ot[u] : null, T = d ? ot[d] : null, A = (O) => {
|
|
4824
4824
|
a || (g === "select" && S && p && p(!M), i && i(O));
|
|
4825
4825
|
}, I = !!D, B = !!T;
|
|
4826
|
-
return /* @__PURE__ */ R(
|
|
4826
|
+
return /* @__PURE__ */ R(ir, { ...l, children: /* @__PURE__ */ Se(
|
|
4827
4827
|
wse,
|
|
4828
4828
|
{
|
|
4829
4829
|
ref: x,
|
|
@@ -6172,7 +6172,7 @@ const Ose = j.div`
|
|
|
6172
6172
|
}) => {
|
|
6173
6173
|
const i = ot[`Error${t !== "Small" ? "Ant" : "Sm"}`], o = ot[`ErrorFill1${t !== "Small" ? "Ant" : "Sm"}`], l = !!r;
|
|
6174
6174
|
return /* @__PURE__ */ R(
|
|
6175
|
-
|
|
6175
|
+
ir,
|
|
6176
6176
|
{
|
|
6177
6177
|
id: `tooltip-icon-error-${e}`,
|
|
6178
6178
|
isActive: l,
|
|
@@ -6222,7 +6222,7 @@ const Ose = j.div`
|
|
|
6222
6222
|
}) => {
|
|
6223
6223
|
const i = ot[`CheckCircle${t !== "Small" ? "Ant" : "Sm"}`], o = ot[`CheckCircleFill1${t !== "Small" ? "Ant" : "Sm"}`], l = !!r;
|
|
6224
6224
|
return /* @__PURE__ */ R(
|
|
6225
|
-
|
|
6225
|
+
ir,
|
|
6226
6226
|
{
|
|
6227
6227
|
id: `tooltip-icon-success-${e}`,
|
|
6228
6228
|
isActive: l,
|
|
@@ -6341,7 +6341,7 @@ const Ose = j.div`
|
|
|
6341
6341
|
ae && /* @__PURE__ */ R(Xse, { children: "*" })
|
|
6342
6342
|
] }),
|
|
6343
6343
|
/* @__PURE__ */ R(
|
|
6344
|
-
|
|
6344
|
+
ir,
|
|
6345
6345
|
{
|
|
6346
6346
|
id: e ? `tooltip-input-error-${e}` : null,
|
|
6347
6347
|
isActive: Ht && A === "default",
|
|
@@ -6919,7 +6919,7 @@ const Jse = j.div`
|
|
|
6919
6919
|
marginLeft: "5px"
|
|
6920
6920
|
},
|
|
6921
6921
|
children: /* @__PURE__ */ R(
|
|
6922
|
-
|
|
6922
|
+
ir,
|
|
6923
6923
|
{
|
|
6924
6924
|
label: c,
|
|
6925
6925
|
arrow: !1,
|
|
@@ -7386,7 +7386,7 @@ const y0e = j.p`
|
|
|
7386
7386
|
q && /* @__PURE__ */ R(w0e, { children: "*" })
|
|
7387
7387
|
] }),
|
|
7388
7388
|
/* @__PURE__ */ R(
|
|
7389
|
-
|
|
7389
|
+
ir,
|
|
7390
7390
|
{
|
|
7391
7391
|
isActive: Ne && k === "default",
|
|
7392
7392
|
errorTooltip: Ne,
|
|
@@ -7797,7 +7797,7 @@ const x0e = D2`
|
|
|
7797
7797
|
isTooltipActive: i = !1,
|
|
7798
7798
|
orientation: o = "horizontal"
|
|
7799
7799
|
}) => {
|
|
7800
|
-
const l = ot.CheckCircleAnt, s = ot.FiberManualRecordFill1Ant, c = (u, d) => n === "small" ? /* @__PURE__ */ R(
|
|
7800
|
+
const l = ot.CheckCircleAnt, s = ot.FiberManualRecordFill1Ant, c = (u, d) => n === "small" ? /* @__PURE__ */ R(ir, { isActive: i, label: u.tooltipText, children: /* @__PURE__ */ R(V0e, { isActive: u.isActive, children: d + 1 }) }) : u.isDone ? /* @__PURE__ */ R(ir, { isActive: i, label: u.tooltipText, children: /* @__PURE__ */ R(l, { "data-testid": `stepper-done-${d}` }) }) : /* @__PURE__ */ R(ir, { isActive: i, label: u.tooltipText, children: /* @__PURE__ */ R(s, { "data-testid": `stepper-progress-${d}` }) });
|
|
7801
7801
|
return o === "horizontal" ? /* @__PURE__ */ R(
|
|
7802
7802
|
M0e,
|
|
7803
7803
|
{
|
|
@@ -8125,7 +8125,7 @@ const x0e = D2`
|
|
|
8125
8125
|
labelRef: _,
|
|
8126
8126
|
Icon: k
|
|
8127
8127
|
} = B0e(o, a, n, r, l, s);
|
|
8128
|
-
return /* @__PURE__ */ R(
|
|
8128
|
+
return /* @__PURE__ */ R(ir, { ...f, children: /* @__PURE__ */ Se(
|
|
8129
8129
|
R0e,
|
|
8130
8130
|
{
|
|
8131
8131
|
disabled: a,
|
|
@@ -8379,7 +8379,7 @@ const x0e = D2`
|
|
|
8379
8379
|
_ && /* @__PURE__ */ R(U0e, { children: "*" })
|
|
8380
8380
|
] }),
|
|
8381
8381
|
/* @__PURE__ */ R(
|
|
8382
|
-
|
|
8382
|
+
ir,
|
|
8383
8383
|
{
|
|
8384
8384
|
isActive: te,
|
|
8385
8385
|
errorTooltip: !0,
|
|
@@ -17993,7 +17993,7 @@ const tue = Cr(
|
|
|
17993
17993
|
}
|
|
17994
17994
|
),
|
|
17995
17995
|
/* @__PURE__ */ R(
|
|
17996
|
-
|
|
17996
|
+
ir,
|
|
17997
17997
|
{
|
|
17998
17998
|
isActive: L1,
|
|
17999
17999
|
errorTooltip: !0,
|
|
@@ -18881,7 +18881,7 @@ const wue = j.div`
|
|
|
18881
18881
|
] })
|
|
18882
18882
|
] }),
|
|
18883
18883
|
/* @__PURE__ */ Se(BI, { children: [
|
|
18884
|
-
/* @__PURE__ */ R(
|
|
18884
|
+
/* @__PURE__ */ R(ir, { label: "Importar", children: /* @__PURE__ */ R(
|
|
18885
18885
|
jd,
|
|
18886
18886
|
{
|
|
18887
18887
|
onClick: n,
|
|
@@ -18890,7 +18890,7 @@ const wue = j.div`
|
|
|
18890
18890
|
children: /* @__PURE__ */ R(a, {})
|
|
18891
18891
|
}
|
|
18892
18892
|
) }),
|
|
18893
|
-
/* @__PURE__ */ R(
|
|
18893
|
+
/* @__PURE__ */ R(ir, { label: "Excluir", children: /* @__PURE__ */ R(
|
|
18894
18894
|
jd,
|
|
18895
18895
|
{
|
|
18896
18896
|
onClick: r,
|
|
@@ -19058,7 +19058,7 @@ const wue = j.div`
|
|
|
19058
19058
|
/* @__PURE__ */ R(Iue, { children: t == null ? void 0 : t.map((h, p) => /* @__PURE__ */ Se($ue, { children: [
|
|
19059
19059
|
/* @__PURE__ */ R(NI, { children: /* @__PURE__ */ R(OI, { children: h.name }) }),
|
|
19060
19060
|
/* @__PURE__ */ Se(BI, { children: [
|
|
19061
|
-
l ? /* @__PURE__ */ R(BM, {}) : /* @__PURE__ */ R(
|
|
19061
|
+
l ? /* @__PURE__ */ R(BM, {}) : /* @__PURE__ */ R(ir, { label: "Baixar", children: /* @__PURE__ */ R(
|
|
19062
19062
|
jd,
|
|
19063
19063
|
{
|
|
19064
19064
|
onClick: () => f(h),
|
|
@@ -19067,7 +19067,7 @@ const wue = j.div`
|
|
|
19067
19067
|
children: /* @__PURE__ */ R(c, {})
|
|
19068
19068
|
}
|
|
19069
19069
|
) }),
|
|
19070
|
-
o ? /* @__PURE__ */ R(BM, {}) : /* @__PURE__ */ R(
|
|
19070
|
+
o ? /* @__PURE__ */ R(BM, {}) : /* @__PURE__ */ R(ir, { label: "Excluir", children: /* @__PURE__ */ R(
|
|
19071
19071
|
jd,
|
|
19072
19072
|
{
|
|
19073
19073
|
onClick: () => n(h),
|
|
@@ -20236,7 +20236,7 @@ function tP(e, t) {
|
|
|
20236
20236
|
var r;
|
|
20237
20237
|
Pde || typeof window < "u" && window[Zde] || (r = console)[e].apply(r, Ode(t));
|
|
20238
20238
|
}
|
|
20239
|
-
var
|
|
20239
|
+
var or = tP.bind(null, "warn"), Bm = tP.bind(null, "error");
|
|
20240
20240
|
function A3() {
|
|
20241
20241
|
}
|
|
20242
20242
|
function Fde(e, t) {
|
|
@@ -20273,7 +20273,7 @@ var Wde = function(e) {
|
|
|
20273
20273
|
i[o] = arguments[o];
|
|
20274
20274
|
return n = e.call.apply(e, [this].concat(i)) || this, n.callbacks = null, n.unbind = A3, n.onWindowError = function(l) {
|
|
20275
20275
|
var s = n.getCallbacks();
|
|
20276
|
-
s.isDragging() && (s.tryAbort(), process.env.NODE_ENV !== "production" &&
|
|
20276
|
+
s.isDragging() && (s.tryAbort(), process.env.NODE_ENV !== "production" && or(`
|
|
20277
20277
|
An error was caught by our window 'error' event listener while a drag was occurring.
|
|
20278
20278
|
The active drag has been aborted.
|
|
20279
20279
|
`));
|
|
@@ -21995,7 +21995,7 @@ function ghe(e) {
|
|
|
21995
21995
|
var s = !!r[l];
|
|
21996
21996
|
return s ? "[🔥" + l + "]" : "" + l;
|
|
21997
21997
|
}).join(", ");
|
|
21998
|
-
process.env.NODE_ENV !== "production" &&
|
|
21998
|
+
process.env.NODE_ENV !== "production" && or(`
|
|
21999
21999
|
Detected non-consecutive <Draggable /> indexes.
|
|
22000
22000
|
|
|
22001
22001
|
(This can cause unexpected bugs)
|
|
@@ -22255,11 +22255,11 @@ var Vhe = function(t) {
|
|
|
22255
22255
|
r = !0;
|
|
22256
22256
|
}), a = function(o) {
|
|
22257
22257
|
if (t) {
|
|
22258
|
-
process.env.NODE_ENV !== "production" &&
|
|
22258
|
+
process.env.NODE_ENV !== "production" && or("Announcement already made. Not making a second announcement");
|
|
22259
22259
|
return;
|
|
22260
22260
|
}
|
|
22261
22261
|
if (r) {
|
|
22262
|
-
process.env.NODE_ENV !== "production" &&
|
|
22262
|
+
process.env.NODE_ENV !== "production" && or(`
|
|
22263
22263
|
Announcements cannot be made asynchronously.
|
|
22264
22264
|
Default message has already been announced.
|
|
22265
22265
|
`);
|
|
@@ -22644,7 +22644,7 @@ function vE(e, t, r) {
|
|
|
22644
22644
|
if (r.descriptor.id === t.id || r.descriptor.type !== t.type)
|
|
22645
22645
|
return !1;
|
|
22646
22646
|
var n = e.droppable.getById(r.descriptor.droppableId);
|
|
22647
|
-
return n.descriptor.mode !== "virtual" ? (process.env.NODE_ENV !== "production" &&
|
|
22647
|
+
return n.descriptor.mode !== "virtual" ? (process.env.NODE_ENV !== "production" && or(`
|
|
22648
22648
|
You are attempting to add or remove a Draggable [id: ` + r.descriptor.id + `]
|
|
22649
22649
|
while a drag is occurring. This is only supported for virtual lists.
|
|
22650
22650
|
|
|
@@ -22751,7 +22751,7 @@ var Xhe = function(e, t) {
|
|
|
22751
22751
|
}, $P = function(e) {
|
|
22752
22752
|
var t = e.startOfRange, r = e.endOfRange, n = e.current, a = r - t;
|
|
22753
22753
|
if (a === 0)
|
|
22754
|
-
return process.env.NODE_ENV !== "production" &&
|
|
22754
|
+
return process.env.NODE_ENV !== "production" && or(`
|
|
22755
22755
|
Detected distance range of 0 in the fluid auto scroller
|
|
22756
22756
|
This is unexpected and would cause a divide by 0 issue.
|
|
22757
22757
|
Not allowing an auto scroll
|
|
@@ -23180,11 +23180,11 @@ function L9(e) {
|
|
|
23180
23180
|
function NP(e, t) {
|
|
23181
23181
|
var r = "[" + S6.contextId + '="' + e + '"]', n = iP(document.querySelectorAll(r));
|
|
23182
23182
|
if (!n.length)
|
|
23183
|
-
return process.env.NODE_ENV !== "production" &&
|
|
23183
|
+
return process.env.NODE_ENV !== "production" && or('Unable to find any drag handles in the context "' + e + '"'), null;
|
|
23184
23184
|
var a = J3(n, function(i) {
|
|
23185
23185
|
return i.getAttribute(S6.draggableId) === t;
|
|
23186
23186
|
});
|
|
23187
|
-
return a ? L9(a) ? a : (process.env.NODE_ENV !== "production" &&
|
|
23187
|
+
return a ? L9(a) ? a : (process.env.NODE_ENV !== "production" && or("drag handle needs to be a HTMLElement"), null) : (process.env.NODE_ENV !== "production" && or('Unable to find drag handle with id "' + t + '" as no handle with a matching id was found'), null);
|
|
23188
23188
|
}
|
|
23189
23189
|
function mpe(e) {
|
|
23190
23190
|
var t = nt({}), r = nt(null), n = nt(null), a = nt(!1), i = Tt(function(f, h) {
|
|
@@ -23360,7 +23360,7 @@ function Spe(e) {
|
|
|
23360
23360
|
i.textContent = a;
|
|
23361
23361
|
return;
|
|
23362
23362
|
}
|
|
23363
|
-
process.env.NODE_ENV !== "production" &&
|
|
23363
|
+
process.env.NODE_ENV !== "production" && or(`
|
|
23364
23364
|
A screen reader message was trying to be announced but it was unable to do so.
|
|
23365
23365
|
This can occur if you unmount your <DragDropContext /> in your onDragEnd.
|
|
23366
23366
|
Consider calling provided.announce() before the unmount so that the instruction will
|
|
@@ -23419,7 +23419,7 @@ var vh = Me.createContext(null), Vpe = {
|
|
|
23419
23419
|
return r.major > t.major ? !0 : r.major < t.major ? !1 : r.minor > t.minor ? !0 : r.minor < t.minor ? !1 : r.patch >= t.patch;
|
|
23420
23420
|
}, Dpe = function(e, t) {
|
|
23421
23421
|
var r = SE(e), n = SE(t);
|
|
23422
|
-
Hpe(r, n) || process.env.NODE_ENV !== "production" &&
|
|
23422
|
+
Hpe(r, n) || process.env.NODE_ENV !== "production" && or(`
|
|
23423
23423
|
React version: [` + n.raw + `]
|
|
23424
23424
|
does not satisfy expected peer dependency version: [` + r.raw + `]
|
|
23425
23425
|
|
|
@@ -23433,18 +23433,18 @@ var vh = Me.createContext(null), Vpe = {
|
|
|
23433
23433
|
`, Tpe = function(e) {
|
|
23434
23434
|
var t = e.doctype;
|
|
23435
23435
|
if (!t) {
|
|
23436
|
-
process.env.NODE_ENV !== "production" &&
|
|
23436
|
+
process.env.NODE_ENV !== "production" && or(`
|
|
23437
23437
|
No <!doctype html> found.
|
|
23438
23438
|
|
|
23439
23439
|
` + Hv + `
|
|
23440
23440
|
`);
|
|
23441
23441
|
return;
|
|
23442
23442
|
}
|
|
23443
|
-
t.name.toLowerCase() !== "html" && process.env.NODE_ENV !== "production" &&
|
|
23443
|
+
t.name.toLowerCase() !== "html" && process.env.NODE_ENV !== "production" && or(`
|
|
23444
23444
|
Unexpected <!doctype> found: (` + t.name + `)
|
|
23445
23445
|
|
|
23446
23446
|
` + Hv + `
|
|
23447
|
-
`), t.publicId !== "" && process.env.NODE_ENV !== "production" &&
|
|
23447
|
+
`), t.publicId !== "" && process.env.NODE_ENV !== "production" && or(`
|
|
23448
23448
|
Unexpected <!doctype> publicId found: (` + t.publicId + `)
|
|
23449
23449
|
A html5 doctype does not have a publicId
|
|
23450
23450
|
|
|
@@ -24049,9 +24049,9 @@ function dve(e) {
|
|
|
24049
24049
|
function fve(e, t) {
|
|
24050
24050
|
var r = t.target;
|
|
24051
24051
|
if (!sve(r))
|
|
24052
|
-
return process.env.NODE_ENV !== "production" &&
|
|
24052
|
+
return process.env.NODE_ENV !== "production" && or("event.target must be a Element"), null;
|
|
24053
24053
|
var n = dve(e), a = uve(r, n);
|
|
24054
|
-
return a ? L9(a) ? a : (process.env.NODE_ENV !== "production" &&
|
|
24054
|
+
return a ? L9(a) ? a : (process.env.NODE_ENV !== "production" && or("drag handle must be a HTMLElement"), null) : null;
|
|
24055
24055
|
}
|
|
24056
24056
|
function hve(e, t) {
|
|
24057
24057
|
var r = fve(e, t);
|
|
@@ -24061,14 +24061,14 @@ function pve(e, t) {
|
|
|
24061
24061
|
var r = "[" + Wm.contextId + '="' + e + '"]', n = iP(document.querySelectorAll(r)), a = J3(n, function(i) {
|
|
24062
24062
|
return i.getAttribute(Wm.id) === t;
|
|
24063
24063
|
});
|
|
24064
|
-
return a ? L9(a) ? a : (process.env.NODE_ENV !== "production" &&
|
|
24064
|
+
return a ? L9(a) ? a : (process.env.NODE_ENV !== "production" && or("Draggable element is not a HTMLElement"), null) : null;
|
|
24065
24065
|
}
|
|
24066
24066
|
function vve(e) {
|
|
24067
24067
|
e.preventDefault();
|
|
24068
24068
|
}
|
|
24069
24069
|
function Fc(e) {
|
|
24070
24070
|
var t = e.expected, r = e.phase, n = e.isLockActive, a = e.shouldWarn;
|
|
24071
|
-
return n() ? t !== r ? (a && process.env.NODE_ENV !== "production" &&
|
|
24071
|
+
return n() ? t !== r ? (a && process.env.NODE_ENV !== "production" && or(`
|
|
24072
24072
|
Cannot perform action.
|
|
24073
24073
|
The actions you used belong to an outdated phase
|
|
24074
24074
|
|
|
@@ -24078,7 +24078,7 @@ function Fc(e) {
|
|
|
24078
24078
|
Tips:
|
|
24079
24079
|
|
|
24080
24080
|
- Do not use preDragActions actions after calling preDragActions.lift()
|
|
24081
|
-
`), !1) : !0 : (a && process.env.NODE_ENV !== "production" &&
|
|
24081
|
+
`), !1) : !0 : (a && process.env.NODE_ENV !== "production" && or(`
|
|
24082
24082
|
Cannot perform action.
|
|
24083
24083
|
The sensor no longer has an action lock.
|
|
24084
24084
|
|
|
@@ -24093,7 +24093,7 @@ function WP(e) {
|
|
|
24093
24093
|
if (t.isClaimed())
|
|
24094
24094
|
return !1;
|
|
24095
24095
|
var i = n.draggable.findById(a);
|
|
24096
|
-
return i ? !(!i.options.isEnabled || !AP(r.getState(), a)) : (process.env.NODE_ENV !== "production" &&
|
|
24096
|
+
return i ? !(!i.options.isEnabled || !AP(r.getState(), a)) : (process.env.NODE_ENV !== "production" && or("Unable to find draggable with id: " + a), !1);
|
|
24097
24097
|
}
|
|
24098
24098
|
function gve(e) {
|
|
24099
24099
|
var t = e.lockAPI, r = e.contextId, n = e.store, a = e.registry, i = e.draggableId, o = e.forceSensorStop, l = e.sourceEvent, s = WP({
|
|
@@ -24106,7 +24106,7 @@ function gve(e) {
|
|
|
24106
24106
|
return null;
|
|
24107
24107
|
var c = a.draggable.getById(i), u = pve(r, c.descriptor.id);
|
|
24108
24108
|
if (!u)
|
|
24109
|
-
return process.env.NODE_ENV !== "production" &&
|
|
24109
|
+
return process.env.NODE_ENV !== "production" && or("Unable to find draggable element with id: " + i), null;
|
|
24110
24110
|
if (l && !c.options.canDragInteractiveElements && ove(u, l))
|
|
24111
24111
|
return null;
|
|
24112
24112
|
var d = t.claim(o || A3), f = "PRE_DRAG";
|
|
@@ -24344,7 +24344,7 @@ function wve(e) {
|
|
|
24344
24344
|
styleMarshal: d
|
|
24345
24345
|
});
|
|
24346
24346
|
}, [c, C, g, m, s, d]);
|
|
24347
|
-
process.env.NODE_ENV !== "production" && o.current && o.current !== w && process.env.NODE_ENV !== "production" &&
|
|
24347
|
+
process.env.NODE_ENV !== "production" && o.current && o.current !== w && process.env.NODE_ENV !== "production" && or("unexpected store change"), o.current = w;
|
|
24348
24348
|
var b = Tt(function() {
|
|
24349
24349
|
var D = s4(o), T = D.getState();
|
|
24350
24350
|
T.phase !== "IDLE" && D.dispatch(Db());
|
|
@@ -24436,7 +24436,7 @@ var Wb = function(t) {
|
|
|
24436
24436
|
overflowX: n.overflowX,
|
|
24437
24437
|
overflowY: n.overflowY
|
|
24438
24438
|
};
|
|
24439
|
-
return _ve(a, Eve) || process.env.NODE_ENV !== "production" &&
|
|
24439
|
+
return _ve(a, Eve) || process.env.NODE_ENV !== "production" && or(`
|
|
24440
24440
|
We have detected that your <body> element might be a scroll container.
|
|
24441
24441
|
We have found no reliable way of detecting whether the <body> element is a scroll container.
|
|
24442
24442
|
Under most circumstances a <body> scroll bar will be on the <html> element (document.documentElement)
|
|
@@ -24451,7 +24451,7 @@ var Wb = function(t) {
|
|
|
24451
24451
|
}, kve = function(e) {
|
|
24452
24452
|
if (e) {
|
|
24453
24453
|
var t = UP(e.parentElement);
|
|
24454
|
-
t && process.env.NODE_ENV !== "production" &&
|
|
24454
|
+
t && process.env.NODE_ENV !== "production" && or(`
|
|
24455
24455
|
Droppable: unsupported nested scroll container detected.
|
|
24456
24456
|
A Droppable can only have one scroll parent (which can be itself)
|
|
24457
24457
|
Nested scroll containers are currently not supported.
|
|
@@ -24657,7 +24657,7 @@ function Rve(e) {
|
|
|
24657
24657
|
}, [w, l, n]);
|
|
24658
24658
|
_a(function() {
|
|
24659
24659
|
return s.current = b.descriptor, a.droppable.register(b), function() {
|
|
24660
|
-
t.current && (process.env.NODE_ENV !== "production" &&
|
|
24660
|
+
t.current && (process.env.NODE_ENV !== "production" && or("Unsupported: changing the droppableId or type of a Droppable during a drag"), C()), a.droppable.unregister(b);
|
|
24661
24661
|
};
|
|
24662
24662
|
}, [w, l, C, b, i, a.droppable]), _a(function() {
|
|
24663
24663
|
t.current && i.updateDroppableIsEnabled(s.current.id, !e.isDropDisabled);
|
|
@@ -24752,7 +24752,7 @@ var Fve = [function(t) {
|
|
|
24752
24752
|
var r = t.props, n = t.getPlaceholderRef;
|
|
24753
24753
|
if (r.placeholder) {
|
|
24754
24754
|
var a = n();
|
|
24755
|
-
a || process.env.NODE_ENV !== "production" &&
|
|
24755
|
+
a || process.env.NODE_ENV !== "production" && or(`
|
|
24756
24756
|
Droppable setup issue [droppableId: "` + r.droppableId + `"]:
|
|
24757
24757
|
DroppableProvided > placeholder could not be found.
|
|
24758
24758
|
|
|
@@ -27446,7 +27446,7 @@ const hCe = fCe, r6 = (e) => {
|
|
|
27446
27446
|
return /* @__PURE__ */ Se(bCe, { width: c, disabled: l, ref: T, children: [
|
|
27447
27447
|
i && D === "default" && /* @__PURE__ */ R(xCe, { id: "input-calendar", "data-testid": "label-calendar", children: i }),
|
|
27448
27448
|
/* @__PURE__ */ R(
|
|
27449
|
-
|
|
27449
|
+
ir,
|
|
27450
27450
|
{
|
|
27451
27451
|
isActive: q,
|
|
27452
27452
|
errorTooltip: !0,
|
|
@@ -28048,7 +28048,7 @@ const FCe = ({
|
|
|
28048
28048
|
const [w, b] = st(!1), x = nt(null), [S, M] = st("1ch"), _ = () => {
|
|
28049
28049
|
var I;
|
|
28050
28050
|
!o && !(e != null && e.disabledTab) && (p || u(t), g == null || g(t), (I = e.onTabClick) == null || I.call(e, t));
|
|
28051
|
-
}, k = (I) => /* @__PURE__ */ R($Ce, { children: /* @__PURE__ */ R(
|
|
28051
|
+
}, k = (I) => /* @__PURE__ */ R($Ce, { children: /* @__PURE__ */ R(ir, { label: (c == null ? void 0 : c.label) || "Editar", children: /* @__PURE__ */ R(
|
|
28052
28052
|
"div",
|
|
28053
28053
|
{
|
|
28054
28054
|
onClick: I,
|
|
@@ -29062,7 +29062,7 @@ const FCe = ({
|
|
|
29062
29062
|
},
|
|
29063
29063
|
[_, T]
|
|
29064
29064
|
), lt = () => b || /* @__PURE__ */ R(
|
|
29065
|
-
|
|
29065
|
+
ir,
|
|
29066
29066
|
{
|
|
29067
29067
|
label: Ge ? e : void 0,
|
|
29068
29068
|
wrapperWidth: "100%",
|
|
@@ -29656,7 +29656,7 @@ const _me = Cr(
|
|
|
29656
29656
|
const [g, C] = st(!1), m = f !== void 0, w = m ? f : g, b = o ? ot[o] : null, x = u ? ot[u] : null, S = () => {
|
|
29657
29657
|
a || (m ? h && h(!w) : C((M) => !M), i && i());
|
|
29658
29658
|
};
|
|
29659
|
-
return /* @__PURE__ */ R(
|
|
29659
|
+
return /* @__PURE__ */ R(ir, { ...l, children: /* @__PURE__ */ Se(
|
|
29660
29660
|
Eme,
|
|
29661
29661
|
{
|
|
29662
29662
|
ref: p,
|
|
@@ -30752,7 +30752,7 @@ const Yme = Cr(
|
|
|
30752
30752
|
children: [
|
|
30753
30753
|
d && p === "default" && /* @__PURE__ */ R(Nme, { children: d }),
|
|
30754
30754
|
/* @__PURE__ */ R(
|
|
30755
|
-
|
|
30755
|
+
ir,
|
|
30756
30756
|
{
|
|
30757
30757
|
isActive: me && p === "default",
|
|
30758
30758
|
errorTooltip: !0,
|
|
@@ -44681,7 +44681,7 @@ function Lh(e, t, r) {
|
|
|
44681
44681
|
function Xwe(e, t) {
|
|
44682
44682
|
Lh("log", e, t);
|
|
44683
44683
|
}
|
|
44684
|
-
function
|
|
44684
|
+
function sr(e, t) {
|
|
44685
44685
|
Lh("warn", e, t);
|
|
44686
44686
|
}
|
|
44687
44687
|
function hn(e, t) {
|
|
@@ -44867,7 +44867,7 @@ function Tr(e, t) {
|
|
|
44867
44867
|
return e == null ? t : et(e) ? e : o1(e) || rf(e) ? e + "" : t;
|
|
44868
44868
|
}
|
|
44869
44869
|
function x_(e) {
|
|
44870
|
-
process.env.NODE_ENV !== "production" &&
|
|
44870
|
+
process.env.NODE_ENV !== "production" && sr("`" + e + "` is invalid id or name. Must be a string or number.");
|
|
44871
44871
|
}
|
|
44872
44872
|
function S_(e) {
|
|
44873
44873
|
return rf(e) || ix(e);
|
|
@@ -49509,7 +49509,7 @@ echarts.use([` + I + "]);" : "Unknown series " + A));
|
|
|
49509
49509
|
}
|
|
49510
49510
|
if (d === "tooltip") {
|
|
49511
49511
|
if (b) {
|
|
49512
|
-
process.env.NODE_ENV !== "production" && (x || (
|
|
49512
|
+
process.env.NODE_ENV !== "production" && (x || (sr("Currently only one tooltip component is allowed."), x = !0));
|
|
49513
49513
|
return;
|
|
49514
49514
|
}
|
|
49515
49515
|
b = !0;
|
|
@@ -51775,7 +51775,7 @@ function Wy(e) {
|
|
|
51775
51775
|
return n;
|
|
51776
51776
|
}
|
|
51777
51777
|
}
|
|
51778
|
-
const
|
|
51778
|
+
const lr = Gh;
|
|
51779
51779
|
var Rx = (
|
|
51780
51780
|
/** @class */
|
|
51781
51781
|
function() {
|
|
@@ -53562,16 +53562,16 @@ var D5, Pg, gu, s3, Rg, Ng, Bg, b4, x4, lk, sk, Og, ck, Cu, uk, bO, Ua, dk, xO =
|
|
|
53562
53562
|
i = i || !!u.containPoint(n);
|
|
53563
53563
|
else if (s === "seriesModels") {
|
|
53564
53564
|
var d = this._chartsMap[c.__viewId];
|
|
53565
|
-
d && d.containPoint ? i = i || d.containPoint(n, c) : process.env.NODE_ENV !== "production" &&
|
|
53565
|
+
d && d.containPoint ? i = i || d.containPoint(n, c) : process.env.NODE_ENV !== "production" && sr(s + ": " + (d ? "The found component do not support containPoint." : "No view mapping to the found component."));
|
|
53566
53566
|
} else
|
|
53567
|
-
process.env.NODE_ENV !== "production" &&
|
|
53567
|
+
process.env.NODE_ENV !== "production" && sr(s + ": containPoint is not supported");
|
|
53568
53568
|
}, this);
|
|
53569
53569
|
}, this), !!i;
|
|
53570
53570
|
}, t.prototype.getVisual = function(r, n) {
|
|
53571
53571
|
var a = this._model, i = s8(a, r, {
|
|
53572
53572
|
defaultMainType: "series"
|
|
53573
53573
|
}), o = i.seriesModel;
|
|
53574
|
-
process.env.NODE_ENV !== "production" && (o ||
|
|
53574
|
+
process.env.NODE_ENV !== "production" && (o || sr("There is no specified series model"));
|
|
53575
53575
|
var l = o.getData(), s = i.hasOwnProperty("dataIndexInside") ? i.dataIndexInside : i.hasOwnProperty("dataIndex") ? l.indexOfRawIndex(i.dataIndex) : null;
|
|
53576
53576
|
return s != null ? Ox(l, s, n) : T9(l, n);
|
|
53577
53577
|
}, t.prototype.getViewOfComponentModel = function(r) {
|
|
@@ -53594,7 +53594,7 @@ var D5, Pg, gu, s3, Rg, Ng, Bg, b4, x4, lk, sk, Og, ck, Cu, uk, bO, Ua, dk, xO =
|
|
|
53594
53594
|
var u = s.componentType, d = s.componentIndex;
|
|
53595
53595
|
(u === "markLine" || u === "markPoint" || u === "markArea") && (u = "series", d = s.seriesIndex);
|
|
53596
53596
|
var f = u && d != null && o.getComponent(u, d), h = f && r[f.mainType === "series" ? "_chartsMap" : "_componentsMap"][f.__viewId];
|
|
53597
|
-
process.env.NODE_ENV !== "production" && !c && !(f && h) &&
|
|
53597
|
+
process.env.NODE_ENV !== "production" && !c && !(f && h) && sr("model or view can not be found by params"), s.event = i, s.type = n, r._$eventProcessor.eventInfo = {
|
|
53598
53598
|
targetEl: l,
|
|
53599
53599
|
packedEvent: s,
|
|
53600
53600
|
model: f,
|
|
@@ -53669,7 +53669,7 @@ var D5, Pg, gu, s3, Rg, Ng, Bg, b4, x4, lk, sk, Og, ck, Cu, uk, bO, Ua, dk, xO =
|
|
|
53669
53669
|
return;
|
|
53670
53670
|
}
|
|
53671
53671
|
if (ht(r) && (n = r, r = ""), r = r || "default", this.hideLoading(), !qy[r]) {
|
|
53672
|
-
process.env.NODE_ENV !== "production" &&
|
|
53672
|
+
process.env.NODE_ENV !== "production" && sr("Loading effects " + r + " not exists.");
|
|
53673
53673
|
return;
|
|
53674
53674
|
}
|
|
53675
53675
|
var a = qy[r](this._api, n), i = this._zr;
|
|
@@ -53768,7 +53768,7 @@ var D5, Pg, gu, s3, Rg, Ng, Bg, b4, x4, lk, sk, Og, ck, Cu, uk, bO, Ua, dk, xO =
|
|
|
53768
53768
|
var _ = x && x.get(M.id) != null;
|
|
53769
53769
|
if (!_)
|
|
53770
53770
|
if (Y_(h))
|
|
53771
|
-
if (M instanceof
|
|
53771
|
+
if (M instanceof lr)
|
|
53772
53772
|
h.type === Ns && !h.notBlur && !M.get(["emphasis", "disabled"]) && pxe(M, h, d._api);
|
|
53773
53773
|
else {
|
|
53774
53774
|
var k = vx(M.mainType, M.componentIndex, h.name, d._api), D = k.focusSelf, T = k.dispatchers;
|
|
@@ -53777,7 +53777,7 @@ var D5, Pg, gu, s3, Rg, Ng, Bg, b4, x4, lk, sk, Og, ck, Cu, uk, bO, Ua, dk, xO =
|
|
|
53777
53777
|
});
|
|
53778
53778
|
}
|
|
53779
53779
|
else
|
|
53780
|
-
Dy(h) && M instanceof
|
|
53780
|
+
Dy(h) && M instanceof lr && (Cxe(M, h, d._api), G_(M), Ua(d));
|
|
53781
53781
|
}, d), C && C.eachComponent(w, function(M) {
|
|
53782
53782
|
var _ = x && x.get(M.id) != null;
|
|
53783
53783
|
_ || S(d[p === "series" ? "_chartsMap" : "_componentsMap"][M.__viewId]);
|
|
@@ -53868,7 +53868,7 @@ var D5, Pg, gu, s3, Rg, Ng, Bg, b4, x4, lk, sk, Og, ck, Cu, uk, bO, Ua, dk, xO =
|
|
|
53868
53868
|
if (x[f] && (m = x[f](g, w, p)) != null)
|
|
53869
53869
|
return m;
|
|
53870
53870
|
}
|
|
53871
|
-
process.env.NODE_ENV !== "production" &&
|
|
53871
|
+
process.env.NODE_ENV !== "production" && sr("No coordinate system that supports " + f + " found by the given finder.");
|
|
53872
53872
|
}, Ng = function(d, f) {
|
|
53873
53873
|
var h = d._chartsMap, p = d._scheduler;
|
|
53874
53874
|
f.eachSeries(function(g) {
|
|
@@ -54162,7 +54162,7 @@ zx.one = function(e, t, r) {
|
|
|
54162
54162
|
};
|
|
54163
54163
|
var hEe = ["click", "dblclick", "mouseover", "mouseout", "mousemove", "mousedown", "mouseup", "globalout", "contextmenu"];
|
|
54164
54164
|
function xa(e) {
|
|
54165
|
-
process.env.NODE_ENV !== "production" &&
|
|
54165
|
+
process.env.NODE_ENV !== "production" && sr("Instance " + e + " has been disposed");
|
|
54166
54166
|
}
|
|
54167
54167
|
var _f = {}, p8 = {}, jy = [], Xy = [], Vf = [], SO = {}, qy = {}, v8 = {}, fk = {}, pEe = +/* @__PURE__ */ new Date() - 0, Wx = "_echarts_instance_";
|
|
54168
54168
|
function Gx(e, t, r) {
|
|
@@ -54172,8 +54172,8 @@ function Gx(e, t, r) {
|
|
|
54172
54172
|
throw new Error("Initialize failed: invalid dom.");
|
|
54173
54173
|
var a = vEe(e);
|
|
54174
54174
|
if (a)
|
|
54175
|
-
return process.env.NODE_ENV !== "production" &&
|
|
54176
|
-
process.env.NODE_ENV !== "production" && qs(e) && e.nodeName.toUpperCase() !== "CANVAS" && (!e.clientWidth && (!r || r.width == null) || !e.clientHeight && (!r || r.height == null)) &&
|
|
54175
|
+
return process.env.NODE_ENV !== "production" && sr("There is a chart instance already initialized on the dom."), a;
|
|
54176
|
+
process.env.NODE_ENV !== "production" && qs(e) && e.nodeName.toUpperCase() !== "CANVAS" && (!e.clientWidth && (!r || r.width == null) || !e.clientHeight && (!r || r.height == null)) && sr("Can't get DOM width or height. Please check dom.clientWidth and dom.clientHeight. They should not be 0.For example, you may need to call this in the callback of window.onload.");
|
|
54177
54177
|
}
|
|
54178
54178
|
var i = new xO(e, t, r);
|
|
54179
54179
|
return i.id = "ec_" + pEe++, v8[i.id] = i, n && rN(e, Wx, i.id), bO(i), Ai.trigger("afterinit", i), i;
|
|
@@ -54294,7 +54294,7 @@ var pk = [], xEe = {
|
|
|
54294
54294
|
PRIORITY: uEe,
|
|
54295
54295
|
ComponentModel: e1,
|
|
54296
54296
|
ComponentView: hr,
|
|
54297
|
-
SeriesModel:
|
|
54297
|
+
SeriesModel: lr,
|
|
54298
54298
|
ChartView: z1,
|
|
54299
54299
|
// TODO Use ComponentModel and SeriesModel instead of Constructor
|
|
54300
54300
|
registerComponentModel: function(e) {
|
|
@@ -54304,7 +54304,7 @@ var pk = [], xEe = {
|
|
|
54304
54304
|
hr.registerClass(e);
|
|
54305
54305
|
},
|
|
54306
54306
|
registerSeriesModel: function(e) {
|
|
54307
|
-
|
|
54307
|
+
lr.registerClass(e);
|
|
54308
54308
|
},
|
|
54309
54309
|
registerChartView: function(e) {
|
|
54310
54310
|
z1.registerClass(e);
|
|
@@ -55852,7 +55852,7 @@ function d_e(e, t, r, n) {
|
|
|
55852
55852
|
}
|
|
55853
55853
|
}
|
|
55854
55854
|
}
|
|
55855
|
-
process.env.NODE_ENV !== "production" && o >= a &&
|
|
55855
|
+
process.env.NODE_ENV !== "production" && o >= a && sr("Exceed safe limit.");
|
|
55856
55856
|
for (var x = v1(Ze(c, function(T) {
|
|
55857
55857
|
return v1(T, function(A) {
|
|
55858
55858
|
return A.value >= n[0] && A.value <= n[1] && !A.notAdd;
|
|
@@ -58529,7 +58529,7 @@ var zVe = (
|
|
|
58529
58529
|
},
|
|
58530
58530
|
triggerLineEvent: !1
|
|
58531
58531
|
}, t;
|
|
58532
|
-
}(
|
|
58532
|
+
}(lr)
|
|
58533
58533
|
);
|
|
58534
58534
|
const WVe = zVe;
|
|
58535
58535
|
function k6(e, t) {
|
|
@@ -59762,9 +59762,9 @@ var NZ = (
|
|
|
59762
59762
|
progressive: 3e3,
|
|
59763
59763
|
progressiveChunkMode: "mod"
|
|
59764
59764
|
}, t;
|
|
59765
|
-
}(
|
|
59765
|
+
}(lr)
|
|
59766
59766
|
);
|
|
59767
|
-
|
|
59767
|
+
lr.registerClass(NZ);
|
|
59768
59768
|
const $f = NZ;
|
|
59769
59769
|
var hke = (
|
|
59770
59770
|
/** @class */
|
|
@@ -59966,7 +59966,7 @@ var wke = (
|
|
|
59966
59966
|
return t.prototype.render = function(r, n, a, i) {
|
|
59967
59967
|
this._model = r, this._removeOnRenderedListener(a), this._updateDrawMode(r);
|
|
59968
59968
|
var o = r.get("coordinateSystem");
|
|
59969
|
-
o === "cartesian2d" || o === "polar" ? (this._progressiveEls = null, this._isLargeDraw ? this._renderLarge(r, n, a) : this._renderNormal(r, n, a, i)) : process.env.NODE_ENV !== "production" &&
|
|
59969
|
+
o === "cartesian2d" || o === "polar" ? (this._progressiveEls = null, this._isLargeDraw ? this._renderLarge(r, n, a) : this._renderNormal(r, n, a, i)) : process.env.NODE_ENV !== "production" && sr("Only cartesian2d and polar supported for bar.");
|
|
59970
59970
|
}, t.prototype.incrementalPrepareRender = function(r) {
|
|
59971
59971
|
this._clear(), this._updateDrawMode(r), this._updateLargeClip(r);
|
|
59972
59972
|
}, t.prototype.incrementalRender = function(r, n) {
|
|
@@ -60182,7 +60182,7 @@ var wke = (
|
|
|
60182
60182
|
};
|
|
60183
60183
|
function bke(e, t) {
|
|
60184
60184
|
var r = e.get("realtimeSort", !0), n = t.getBaseAxis();
|
|
60185
|
-
if (process.env.NODE_ENV !== "production" && r && (n.type !== "category" &&
|
|
60185
|
+
if (process.env.NODE_ENV !== "production" && r && (n.type !== "category" && sr("`realtimeSort` will not work because this bar series is not based on a category axis."), t.type !== "cartesian2d" && sr("`realtimeSort` will not work because this bar series is not on cartesian2d.")), r && n.type === "category" && t.type === "cartesian2d")
|
|
60186
60186
|
return {
|
|
60187
60187
|
baseAxis: n,
|
|
60188
60188
|
otherAxis: t.getOtherAxis(n)
|
|
@@ -61007,7 +61007,7 @@ var Bke = t1(), Oke = (
|
|
|
61007
61007
|
animationDurationUpdate: 500,
|
|
61008
61008
|
animationEasing: "cubicInOut"
|
|
61009
61009
|
}, t;
|
|
61010
|
-
}(
|
|
61010
|
+
}(lr)
|
|
61011
61011
|
);
|
|
61012
61012
|
const Zke = Oke;
|
|
61013
61013
|
function Fke(e) {
|
|
@@ -61078,7 +61078,7 @@ var Wke = (
|
|
|
61078
61078
|
}
|
|
61079
61079
|
// progressive: null
|
|
61080
61080
|
}, t;
|
|
61081
|
-
}(
|
|
61081
|
+
}(lr)
|
|
61082
61082
|
);
|
|
61083
61083
|
const Gke = Wke;
|
|
61084
61084
|
var GZ = 4, Uke = (
|
|
@@ -61675,7 +61675,7 @@ function jZ(e, t, r) {
|
|
|
61675
61675
|
var b = (a[0].value - i[0].value) / l, x = (a[o].value - i[o].value) / l;
|
|
61676
61676
|
if (n.setExtent.call(e, g + p * b, C + p * x), n.setInterval.call(e, p), (b || x) && n.setNiceExtent.call(e, g + p, C - p), process.env.NODE_ENV !== "production") {
|
|
61677
61677
|
var S = n.getTicks.call(e);
|
|
61678
|
-
S[1] && (!qEe(p) || xy(S[1].value) > xy(p)) &&
|
|
61678
|
+
S[1] && (!qEe(p) || xy(S[1].value) > xy(p)) && sr(
|
|
61679
61679
|
// eslint-disable-next-line
|
|
61680
61680
|
"The ticks may be not readable when set min: " + t.get("min") + ", max: " + t.get("max") + " and alignTicks: true"
|
|
61681
61681
|
);
|
|
@@ -62739,7 +62739,7 @@ var IHe = (
|
|
|
62739
62739
|
symbolSize: 8
|
|
62740
62740
|
// symbolRotate: null
|
|
62741
62741
|
}, t;
|
|
62742
|
-
}(
|
|
62742
|
+
}(lr)
|
|
62743
62743
|
);
|
|
62744
62744
|
const PHe = IHe;
|
|
62745
62745
|
var V4 = YZ.value;
|
|
@@ -64317,7 +64317,7 @@ var EDe = (
|
|
|
64317
64317
|
},
|
|
64318
64318
|
nameProperty: "name"
|
|
64319
64319
|
}, t;
|
|
64320
|
-
}(
|
|
64320
|
+
}(lr)
|
|
64321
64321
|
);
|
|
64322
64322
|
const _De = EDe;
|
|
64323
64323
|
function VDe(e, t) {
|
|
@@ -64475,7 +64475,7 @@ var TDe = {
|
|
|
64475
64475
|
var i = e.call(this, r) || this;
|
|
64476
64476
|
i.dimensions = lF, i.type = "geo", i._nameCoordMap = it(), i.map = n;
|
|
64477
64477
|
var o = a.projection, l = k2.load(n, a.nameMap, a.nameProperty), s = k2.getGeoResource(n), c = i.resourceType = s ? s.type : null, u = i.regions = l.regions, d = TDe[s.type];
|
|
64478
|
-
i._regionsMap = l.regionsMap, i.regions = l.regions, process.env.NODE_ENV !== "production" && o && (c === "geoSVG" && (process.env.NODE_ENV !== "production" &&
|
|
64478
|
+
i._regionsMap = l.regionsMap, i.regions = l.regions, process.env.NODE_ENV !== "production" && o && (c === "geoSVG" && (process.env.NODE_ENV !== "production" && sr("Map " + n + " with SVG source can't use projection. Only GeoJSON source supports projection."), o = null), o.project && o.unproject || (process.env.NODE_ENV !== "production" && sr("project and unproject must be both provided in the projeciton."), o = null)), i.projection = o;
|
|
64479
64479
|
var f;
|
|
64480
64480
|
if (o)
|
|
64481
64481
|
for (var h = 0; h < u.length; h++) {
|
|
@@ -65596,7 +65596,7 @@ var dTe = (
|
|
|
65596
65596
|
animationDuration: 700,
|
|
65597
65597
|
animationDurationUpdate: 500
|
|
65598
65598
|
}, t;
|
|
65599
|
-
}(
|
|
65599
|
+
}(lr)
|
|
65600
65600
|
);
|
|
65601
65601
|
const fTe = dTe;
|
|
65602
65602
|
function hTe(e, t, r) {
|
|
@@ -65912,7 +65912,7 @@ var wTe = (
|
|
|
65912
65912
|
// visibleMin, itemStyle, visualDimension, label
|
|
65913
65913
|
// }
|
|
65914
65914
|
}, t;
|
|
65915
|
-
}(
|
|
65915
|
+
}(lr)
|
|
65916
65916
|
);
|
|
65917
65917
|
function gF(e) {
|
|
65918
65918
|
var t = 0;
|
|
@@ -66730,7 +66730,7 @@ function hw(e) {
|
|
|
66730
66730
|
function CF(e, t) {
|
|
66731
66731
|
return e.visual = t, e.type === "color" && (e.parsedVisual = Ze(t, function(r) {
|
|
66732
66732
|
var n = ka(r);
|
|
66733
|
-
return !n && process.env.NODE_ENV !== "production" &&
|
|
66733
|
+
return !n && process.env.NODE_ENV !== "production" && sr("'" + r + "' is an illegal color, fallback to '#000000'", !0), n || [0, 0, 0, 1];
|
|
66734
66734
|
})), t;
|
|
66735
66735
|
}
|
|
66736
66736
|
var OTe = {
|
|
@@ -68347,7 +68347,7 @@ var kAe = (
|
|
|
68347
68347
|
}
|
|
68348
68348
|
}
|
|
68349
68349
|
}, t;
|
|
68350
|
-
}(
|
|
68350
|
+
}(lr)
|
|
68351
68351
|
);
|
|
68352
68352
|
const HAe = kAe;
|
|
68353
68353
|
var DAe = {
|
|
@@ -68816,7 +68816,7 @@ var BAe = (
|
|
|
68816
68816
|
valueAnimation: !1
|
|
68817
68817
|
}
|
|
68818
68818
|
}, t;
|
|
68819
|
-
}(
|
|
68819
|
+
}(lr)
|
|
68820
68820
|
);
|
|
68821
68821
|
const OAe = BAe;
|
|
68822
68822
|
function ZAe(e) {
|
|
@@ -68990,7 +68990,7 @@ var UAe = (
|
|
|
68990
68990
|
}
|
|
68991
68991
|
}
|
|
68992
68992
|
}, t;
|
|
68993
|
-
}(
|
|
68993
|
+
}(lr)
|
|
68994
68994
|
);
|
|
68995
68995
|
const YAe = UAe;
|
|
68996
68996
|
function jAe(e, t) {
|
|
@@ -69228,7 +69228,7 @@ var a$e = (
|
|
|
69228
69228
|
smooth: !1,
|
|
69229
69229
|
animationEasing: "linear"
|
|
69230
69230
|
}, t;
|
|
69231
|
-
}(
|
|
69231
|
+
}(lr)
|
|
69232
69232
|
);
|
|
69233
69233
|
function i$e(e) {
|
|
69234
69234
|
var t = e.ecModel.getComponent("parallel", e.get("parallelIndex"));
|
|
@@ -70533,7 +70533,7 @@ var sIe = (
|
|
|
70533
70533
|
animationEasing: "linear",
|
|
70534
70534
|
animationDuration: 1e3
|
|
70535
70535
|
}, t;
|
|
70536
|
-
}(
|
|
70536
|
+
}(lr)
|
|
70537
70537
|
);
|
|
70538
70538
|
const cIe = sIe;
|
|
70539
70539
|
function uIe(e, t) {
|
|
@@ -70941,7 +70941,7 @@ var QF = (
|
|
|
70941
70941
|
},
|
|
70942
70942
|
animationDuration: 800
|
|
70943
70943
|
}, t;
|
|
70944
|
-
}(
|
|
70944
|
+
}(lr)
|
|
70945
70945
|
);
|
|
70946
70946
|
Dr(JF, QF, !0);
|
|
70947
70947
|
const HIe = JF;
|
|
@@ -71411,7 +71411,7 @@ var tz = (
|
|
|
71411
71411
|
animationEasing: "linear",
|
|
71412
71412
|
animationDuration: 300
|
|
71413
71413
|
}, t;
|
|
71414
|
-
}(
|
|
71414
|
+
}(lr)
|
|
71415
71415
|
);
|
|
71416
71416
|
Dr(tz, QF, !0);
|
|
71417
71417
|
const nPe = tz;
|
|
@@ -71661,7 +71661,7 @@ var hPe = (
|
|
|
71661
71661
|
// opacity: 1
|
|
71662
71662
|
// }
|
|
71663
71663
|
}, t;
|
|
71664
|
-
}(
|
|
71664
|
+
}(lr)
|
|
71665
71665
|
);
|
|
71666
71666
|
const pPe = hPe;
|
|
71667
71667
|
function vPe(e) {
|
|
@@ -72201,7 +72201,7 @@ var kPe = (
|
|
|
72201
72201
|
opacity: 0.5
|
|
72202
72202
|
}
|
|
72203
72203
|
}, t;
|
|
72204
|
-
}(
|
|
72204
|
+
}(lr)
|
|
72205
72205
|
);
|
|
72206
72206
|
const HPe = kPe;
|
|
72207
72207
|
function Ru(e) {
|
|
@@ -72444,7 +72444,7 @@ var ZPe = (
|
|
|
72444
72444
|
}
|
|
72445
72445
|
}
|
|
72446
72446
|
}, t;
|
|
72447
|
-
}(
|
|
72447
|
+
}(lr)
|
|
72448
72448
|
);
|
|
72449
72449
|
const FPe = ZPe;
|
|
72450
72450
|
function zPe(e) {
|
|
@@ -73000,7 +73000,7 @@ var BC = 2, oRe = (
|
|
|
73000
73000
|
}
|
|
73001
73001
|
}
|
|
73002
73002
|
}, t;
|
|
73003
|
-
}(
|
|
73003
|
+
}(lr)
|
|
73004
73004
|
);
|
|
73005
73005
|
const lRe = oRe;
|
|
73006
73006
|
function sRe(e, t) {
|
|
@@ -73365,7 +73365,7 @@ var mRe = (
|
|
|
73365
73365
|
*/
|
|
73366
73366
|
sort: "desc"
|
|
73367
73367
|
}, t;
|
|
73368
|
-
}(
|
|
73368
|
+
}(lr)
|
|
73369
73369
|
);
|
|
73370
73370
|
function dz(e) {
|
|
73371
73371
|
var t = 0;
|
|
@@ -73535,7 +73535,7 @@ var YD = {
|
|
|
73535
73535
|
// Geo coordinate system
|
|
73536
73536
|
// geoIndex: 0,
|
|
73537
73537
|
}, t;
|
|
73538
|
-
}(
|
|
73538
|
+
}(lr)
|
|
73539
73539
|
);
|
|
73540
73540
|
const ERe = MRe;
|
|
73541
73541
|
function _Re(e, t) {
|
|
@@ -73809,7 +73809,7 @@ var ho = {}, BRe = {
|
|
|
73809
73809
|
setStyle: function(e, t) {
|
|
73810
73810
|
process.env.NODE_ENV !== "production" && B5(e);
|
|
73811
73811
|
var r = ho.el, n = r.style;
|
|
73812
|
-
return n && (process.env.NODE_ENV !== "production" && Ks(t) &&
|
|
73812
|
+
return n && (process.env.NODE_ENV !== "production" && Ks(t) && sr("style." + e + " must not be assigned with NaN."), n[e] = t, r.dirtyStyle && r.dirtyStyle()), this;
|
|
73813
73813
|
},
|
|
73814
73814
|
getStyle: function(e) {
|
|
73815
73815
|
process.env.NODE_ENV !== "production" && B5(e);
|
|
@@ -73928,7 +73928,7 @@ function WRe(e, t) {
|
|
|
73928
73928
|
}
|
|
73929
73929
|
var Cz;
|
|
73930
73930
|
process.env.NODE_ENV !== "production" && (Cz = function(e, t) {
|
|
73931
|
-
rt(Ff, e) ||
|
|
73931
|
+
rt(Ff, e) || sr("Prop `" + e + "` is not a permitted in `" + t + "`. Only `" + Gt(Ff).join("`, `") + "` are permitted.");
|
|
73932
73932
|
});
|
|
73933
73933
|
var mz = t1(), GRe = ["percent", "easing", "shape", "style", "extra"];
|
|
73934
73934
|
function yz(e) {
|
|
@@ -73971,7 +73971,7 @@ function Wf(e, t, r) {
|
|
|
73971
73971
|
}), s.whenWithKeys(a * u.percent, f, h, u.easing);
|
|
73972
73972
|
}
|
|
73973
73973
|
}
|
|
73974
|
-
}), s && (process.env.NODE_ENV !== "production" && (c ||
|
|
73974
|
+
}), s && (process.env.NODE_ENV !== "production" && (c || sr("End frame with percent: 1 is missing in the keyframeAnimation.", !0)), s.delay(t.delay || 0).duration(a).start(t.easing));
|
|
73975
73975
|
}
|
|
73976
73976
|
});
|
|
73977
73977
|
}
|
|
@@ -77905,7 +77905,7 @@ var MOe = (
|
|
|
77905
77905
|
}
|
|
77906
77906
|
iy(b, "click", M), iy(x, "click", function() {
|
|
77907
77907
|
if (f == null && d != null || f != null && d == null) {
|
|
77908
|
-
process.env.NODE_ENV !== "production" &&
|
|
77908
|
+
process.env.NODE_ENV !== "production" && sr("It seems you have just provided one of `contentToOption` and `optionToContent` functions but missed the other one. Data change is ignored."), M();
|
|
77909
77909
|
return;
|
|
77910
77910
|
}
|
|
77911
77911
|
var _;
|
|
@@ -84667,7 +84667,7 @@ function YA(e) {
|
|
|
84667
84667
|
return F(e, function(r) {
|
|
84668
84668
|
var n = r.data, a = r.dataGroupId;
|
|
84669
84669
|
if (n.count() > vW) {
|
|
84670
|
-
process.env.NODE_ENV !== "production" &&
|
|
84670
|
+
process.env.NODE_ENV !== "production" && sr("Universal transition is disabled on large data > 10k.");
|
|
84671
84671
|
return;
|
|
84672
84672
|
}
|
|
84673
84673
|
for (var i = n.getIndices(), o = 0; o < i.length; o++)
|
|
@@ -84846,7 +84846,7 @@ function LWe(e, t) {
|
|
|
84846
84846
|
});
|
|
84847
84847
|
});
|
|
84848
84848
|
function i(o) {
|
|
84849
|
-
r.get(o) &&
|
|
84849
|
+
r.get(o) && sr("Duplicated seriesKey in universalTransition " + o);
|
|
84850
84850
|
}
|
|
84851
84851
|
return F(t.updatedSeries, function(o) {
|
|
84852
84852
|
if (o.isUniversalTransitionEnabled() && o.isAnimationEnabled()) {
|
|
@@ -87453,7 +87453,7 @@ const dUe = (e) => {
|
|
|
87453
87453
|
);
|
|
87454
87454
|
return k ? /* @__PURE__ */ R(Ft, { children: k(e) }) : /* @__PURE__ */ Se(rUe, { width: d, height: f, flex: h, children: [
|
|
87455
87455
|
/* @__PURE__ */ R(
|
|
87456
|
-
|
|
87456
|
+
ir,
|
|
87457
87457
|
{
|
|
87458
87458
|
label: C,
|
|
87459
87459
|
wrapperWidth: "100%",
|
|
@@ -88369,11 +88369,10 @@ const UUe = j.div`
|
|
|
88369
88369
|
role: "group",
|
|
88370
88370
|
"aria-label": a || "Segmented button",
|
|
88371
88371
|
children: e.map((u, d) => {
|
|
88372
|
-
const f = s === d, h = u["aria-label"] || u.label
|
|
88373
|
-
return /* @__PURE__ */ Se(
|
|
88372
|
+
const f = s === d, h = u["aria-label"] || u.label, p = /* @__PURE__ */ Se(
|
|
88374
88373
|
YUe,
|
|
88375
88374
|
{
|
|
88376
|
-
onClick: (
|
|
88375
|
+
onClick: (g) => c(d, g),
|
|
88377
88376
|
active: f,
|
|
88378
88377
|
disabled: u.disabled,
|
|
88379
88378
|
role: "button",
|
|
@@ -88385,8 +88384,17 @@ const UUe = j.div`
|
|
|
88385
88384
|
!!u.label && /* @__PURE__ */ R(jUe, { children: u.label })
|
|
88386
88385
|
]
|
|
88387
88386
|
},
|
|
88388
|
-
`segmented-btn-${d}-${u.label || "icon"}`
|
|
88387
|
+
u.tooltipProps ? void 0 : `segmented-btn-${d}-${u.label || "icon"}`
|
|
88389
88388
|
);
|
|
88389
|
+
return u.tooltipProps ? /* @__PURE__ */ R(
|
|
88390
|
+
ir,
|
|
88391
|
+
{
|
|
88392
|
+
position: "bottom",
|
|
88393
|
+
...u.tooltipProps,
|
|
88394
|
+
children: p
|
|
88395
|
+
},
|
|
88396
|
+
`segmented-btn-${d}-${u.label || "icon"}`
|
|
88397
|
+
) : p;
|
|
88390
88398
|
})
|
|
88391
88399
|
}
|
|
88392
88400
|
);
|
|
@@ -88460,7 +88468,7 @@ export {
|
|
|
88460
88468
|
b$ as Textarea,
|
|
88461
88469
|
cYe as TokenArea,
|
|
88462
88470
|
SYe as Toolbar,
|
|
88463
|
-
|
|
88471
|
+
ir as Tooltip,
|
|
88464
88472
|
fUe as Tree,
|
|
88465
88473
|
X as resetStyles,
|
|
88466
88474
|
y as sg,
|