"use client";
import {
BarsOutlined_default,
CalendarOutlined_default,
CaretDownFilled_default,
CaretDownOutlined_default,
CaretUpOutlined_default,
CheckCircleFilled_default,
CheckOutlined_default,
ClockCircleOutlined_default,
CloseCircleFilled_default,
CloseOutlined_default,
Context_default,
CopyOutlined_default,
DeleteOutlined_default,
DoubleLeftOutlined_default,
DoubleRightOutlined_default,
DownOutlined_default,
DownloadOutlined_default,
EditOutlined_default,
EllipsisOutlined_default,
EnterOutlined_default,
ExclamationCircleFilled_default,
EyeInvisibleOutlined_default,
EyeOutlined_default,
FastColor,
FileOutlined_default,
FileTextOutlined_default,
FileTwoTone_default,
FilterFilled_default,
FolderOpenOutlined_default,
FolderOutlined_default,
HolderOutlined_default,
InfoCircleFilled_default,
LeftOutlined_default,
LoadingOutlined_default,
MinusSquareOutlined_default,
PaperClipOutlined_default,
PictureTwoTone_default,
PlusOutlined_default,
PlusSquareOutlined_default,
QuestionCircleOutlined_default,
ReloadOutlined_default,
RightOutlined_default,
RotateLeftOutlined_default,
RotateRightOutlined_default,
SearchOutlined_default,
StarFilled_default,
SwapOutlined_default,
SwapRightOutlined_default,
UpOutlined_default,
VerticalAlignTopOutlined_default,
WarningFilled_default,
ZoomInOutlined_default,
ZoomOutOutlined_default,
_arrayLikeToArray,
_arrayWithHoles,
_defineProperty,
_extends,
_nonIterableRest,
_objectSpread2,
_objectWithoutProperties,
_slicedToArray,
_typeof,
_unsupportedIterableToArray,
blue,
canUseDom,
composeRef,
contains,
fillRef,
generate,
getNodeRef,
getShadowRoot,
gold,
isFragment,
noteOnce,
presetPalettes,
presetPrimaryColors,
removeCSS,
require_classnames,
supportNodeRef,
supportRef,
toPropertyKey,
updateCSS,
useComposeRef,
useMemo,
warning,
warning_default
} from "./chunk-6RFEPWM6.js";
import {
require_dayjs_min
} from "./chunk-QZC7O2C6.js";
import {
require_react_dom
} from "./chunk-6BKLQ22S.js";
import {
require_react
} from "./chunk-DRWLMN53.js";
import {
__commonJS,
__toESM
} from "./chunk-G3PMV62Z.js";
// node_modules/dayjs/plugin/weekday.js
var require_weekday = __commonJS({
"node_modules/dayjs/plugin/weekday.js"(exports, module2) {
!function(e3, t2) {
"object" == typeof exports && "undefined" != typeof module2 ? module2.exports = t2() : "function" == typeof define && define.amd ? define(t2) : (e3 = "undefined" != typeof globalThis ? globalThis : e3 || self).dayjs_plugin_weekday = t2();
}(exports, function() {
"use strict";
return function(e3, t2) {
t2.prototype.weekday = function(e4) {
var t3 = this.$locale().weekStart || 0, i = this.$W, n2 = (i < t3 ? i + 7 : i) - t3;
return this.$utils().u(e4) ? n2 : this.subtract(n2, "day").add(e4, "day");
};
};
});
}
});
// node_modules/dayjs/plugin/localeData.js
var require_localeData = __commonJS({
"node_modules/dayjs/plugin/localeData.js"(exports, module2) {
!function(n2, e3) {
"object" == typeof exports && "undefined" != typeof module2 ? module2.exports = e3() : "function" == typeof define && define.amd ? define(e3) : (n2 = "undefined" != typeof globalThis ? globalThis : n2 || self).dayjs_plugin_localeData = e3();
}(exports, function() {
"use strict";
return function(n2, e3, t2) {
var r2 = e3.prototype, o3 = function(n3) {
return n3 && (n3.indexOf ? n3 : n3.s);
}, u = function(n3, e4, t3, r3, u2) {
var i2 = n3.name ? n3 : n3.$locale(), a2 = o3(i2[e4]), s2 = o3(i2[t3]), f = a2 || s2.map(function(n4) {
return n4.slice(0, r3);
});
if (!u2) return f;
var d = i2.weekStart;
return f.map(function(n4, e5) {
return f[(e5 + (d || 0)) % 7];
});
}, i = function() {
return t2.Ls[t2.locale()];
}, a = function(n3, e4) {
return n3.formats[e4] || function(n4) {
return n4.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, function(n5, e5, t3) {
return e5 || t3.slice(1);
});
}(n3.formats[e4.toUpperCase()]);
}, s = function() {
var n3 = this;
return { months: function(e4) {
return e4 ? e4.format("MMMM") : u(n3, "months");
}, monthsShort: function(e4) {
return e4 ? e4.format("MMM") : u(n3, "monthsShort", "months", 3);
}, firstDayOfWeek: function() {
return n3.$locale().weekStart || 0;
}, weekdays: function(e4) {
return e4 ? e4.format("dddd") : u(n3, "weekdays");
}, weekdaysMin: function(e4) {
return e4 ? e4.format("dd") : u(n3, "weekdaysMin", "weekdays", 2);
}, weekdaysShort: function(e4) {
return e4 ? e4.format("ddd") : u(n3, "weekdaysShort", "weekdays", 3);
}, longDateFormat: function(e4) {
return a(n3.$locale(), e4);
}, meridiem: this.$locale().meridiem, ordinal: this.$locale().ordinal };
};
r2.localeData = function() {
return s.bind(this)();
}, t2.localeData = function() {
var n3 = i();
return { firstDayOfWeek: function() {
return n3.weekStart || 0;
}, weekdays: function() {
return t2.weekdays();
}, weekdaysShort: function() {
return t2.weekdaysShort();
}, weekdaysMin: function() {
return t2.weekdaysMin();
}, months: function() {
return t2.months();
}, monthsShort: function() {
return t2.monthsShort();
}, longDateFormat: function(e4) {
return a(n3, e4);
}, meridiem: n3.meridiem, ordinal: n3.ordinal };
}, t2.months = function() {
return u(i(), "months");
}, t2.monthsShort = function() {
return u(i(), "monthsShort", "months", 3);
}, t2.weekdays = function(n3) {
return u(i(), "weekdays", null, null, n3);
}, t2.weekdaysShort = function(n3) {
return u(i(), "weekdaysShort", "weekdays", 3, n3);
}, t2.weekdaysMin = function(n3) {
return u(i(), "weekdaysMin", "weekdays", 2, n3);
};
};
});
}
});
// node_modules/dayjs/plugin/weekOfYear.js
var require_weekOfYear = __commonJS({
"node_modules/dayjs/plugin/weekOfYear.js"(exports, module2) {
!function(e3, t2) {
"object" == typeof exports && "undefined" != typeof module2 ? module2.exports = t2() : "function" == typeof define && define.amd ? define(t2) : (e3 = "undefined" != typeof globalThis ? globalThis : e3 || self).dayjs_plugin_weekOfYear = t2();
}(exports, function() {
"use strict";
var e3 = "week", t2 = "year";
return function(i, n2, r2) {
var f = n2.prototype;
f.week = function(i2) {
if (void 0 === i2 && (i2 = null), null !== i2) return this.add(7 * (i2 - this.week()), "day");
var n3 = this.$locale().yearStart || 1;
if (11 === this.month() && this.date() > 25) {
var f2 = r2(this).startOf(t2).add(1, t2).date(n3), s = r2(this).endOf(e3);
if (f2.isBefore(s)) return 1;
}
var a = r2(this).startOf(t2).date(n3).startOf(e3).subtract(1, "millisecond"), o3 = this.diff(a, e3, true);
return o3 < 0 ? r2(this).startOf("week").week() : Math.ceil(o3);
}, f.weeks = function(e4) {
return void 0 === e4 && (e4 = null), this.week(e4);
};
};
});
}
});
// node_modules/dayjs/plugin/weekYear.js
var require_weekYear = __commonJS({
"node_modules/dayjs/plugin/weekYear.js"(exports, module2) {
!function(e3, t2) {
"object" == typeof exports && "undefined" != typeof module2 ? module2.exports = t2() : "function" == typeof define && define.amd ? define(t2) : (e3 = "undefined" != typeof globalThis ? globalThis : e3 || self).dayjs_plugin_weekYear = t2();
}(exports, function() {
"use strict";
return function(e3, t2) {
t2.prototype.weekYear = function() {
var e4 = this.month(), t3 = this.week(), n2 = this.year();
return 1 === t3 && 11 === e4 ? n2 + 1 : 0 === e4 && t3 >= 52 ? n2 - 1 : n2;
};
};
});
}
});
// node_modules/dayjs/plugin/advancedFormat.js
var require_advancedFormat = __commonJS({
"node_modules/dayjs/plugin/advancedFormat.js"(exports, module2) {
!function(e3, t2) {
"object" == typeof exports && "undefined" != typeof module2 ? module2.exports = t2() : "function" == typeof define && define.amd ? define(t2) : (e3 = "undefined" != typeof globalThis ? globalThis : e3 || self).dayjs_plugin_advancedFormat = t2();
}(exports, function() {
"use strict";
return function(e3, t2) {
var r2 = t2.prototype, n2 = r2.format;
r2.format = function(e4) {
var t3 = this, r3 = this.$locale();
if (!this.isValid()) return n2.bind(this)(e4);
var s = this.$utils(), a = (e4 || "YYYY-MM-DDTHH:mm:ssZ").replace(/\[([^\]]+)]|Q|wo|ww|w|WW|W|zzz|z|gggg|GGGG|Do|X|x|k{1,2}|S/g, function(e5) {
switch (e5) {
case "Q":
return Math.ceil((t3.$M + 1) / 3);
case "Do":
return r3.ordinal(t3.$D);
case "gggg":
return t3.weekYear();
case "GGGG":
return t3.isoWeekYear();
case "wo":
return r3.ordinal(t3.week(), "W");
case "w":
case "ww":
return s.s(t3.week(), "w" === e5 ? 1 : 2, "0");
case "W":
case "WW":
return s.s(t3.isoWeek(), "W" === e5 ? 1 : 2, "0");
case "k":
case "kk":
return s.s(String(0 === t3.$H ? 24 : t3.$H), "k" === e5 ? 1 : 2, "0");
case "X":
return Math.floor(t3.$d.getTime() / 1e3);
case "x":
return t3.$d.getTime();
case "z":
return "[" + t3.offsetName() + "]";
case "zzz":
return "[" + t3.offsetName("long") + "]";
default:
return e5;
}
});
return n2.bind(this)(a);
};
};
});
}
});
// node_modules/dayjs/plugin/customParseFormat.js
var require_customParseFormat = __commonJS({
"node_modules/dayjs/plugin/customParseFormat.js"(exports, module2) {
!function(e3, t2) {
"object" == typeof exports && "undefined" != typeof module2 ? module2.exports = t2() : "function" == typeof define && define.amd ? define(t2) : (e3 = "undefined" != typeof globalThis ? globalThis : e3 || self).dayjs_plugin_customParseFormat = t2();
}(exports, function() {
"use strict";
var e3 = { LTS: "h:mm:ss A", LT: "h:mm A", L: "MM/DD/YYYY", LL: "MMMM D, YYYY", LLL: "MMMM D, YYYY h:mm A", LLLL: "dddd, MMMM D, YYYY h:mm A" }, t2 = /(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g, n2 = /\d/, r2 = /\d\d/, i = /\d\d?/, o3 = /\d*[^-_:/,()\s\d]+/, s = {}, a = function(e4) {
return (e4 = +e4) + (e4 > 68 ? 1900 : 2e3);
};
var f = function(e4) {
return function(t3) {
this[e4] = +t3;
};
}, h = [/[+-]\d\d:?(\d\d)?|Z/, function(e4) {
(this.zone || (this.zone = {})).offset = function(e5) {
if (!e5) return 0;
if ("Z" === e5) return 0;
var t3 = e5.match(/([+-]|\d\d)/g), n3 = 60 * t3[1] + (+t3[2] || 0);
return 0 === n3 ? 0 : "+" === t3[0] ? -n3 : n3;
}(e4);
}], u = function(e4) {
var t3 = s[e4];
return t3 && (t3.indexOf ? t3 : t3.s.concat(t3.f));
}, d = function(e4, t3) {
var n3, r3 = s.meridiem;
if (r3) {
for (var i2 = 1; i2 <= 24; i2 += 1) if (e4.indexOf(r3(i2, 0, t3)) > -1) {
n3 = i2 > 12;
break;
}
} else n3 = e4 === (t3 ? "pm" : "PM");
return n3;
}, c = { A: [o3, function(e4) {
this.afternoon = d(e4, false);
}], a: [o3, function(e4) {
this.afternoon = d(e4, true);
}], Q: [n2, function(e4) {
this.month = 3 * (e4 - 1) + 1;
}], S: [n2, function(e4) {
this.milliseconds = 100 * +e4;
}], SS: [r2, function(e4) {
this.milliseconds = 10 * +e4;
}], SSS: [/\d{3}/, function(e4) {
this.milliseconds = +e4;
}], s: [i, f("seconds")], ss: [i, f("seconds")], m: [i, f("minutes")], mm: [i, f("minutes")], H: [i, f("hours")], h: [i, f("hours")], HH: [i, f("hours")], hh: [i, f("hours")], D: [i, f("day")], DD: [r2, f("day")], Do: [o3, function(e4) {
var t3 = s.ordinal, n3 = e4.match(/\d+/);
if (this.day = n3[0], t3) for (var r3 = 1; r3 <= 31; r3 += 1) t3(r3).replace(/\[|\]/g, "") === e4 && (this.day = r3);
}], w: [i, f("week")], ww: [r2, f("week")], M: [i, f("month")], MM: [r2, f("month")], MMM: [o3, function(e4) {
var t3 = u("months"), n3 = (u("monthsShort") || t3.map(function(e5) {
return e5.slice(0, 3);
})).indexOf(e4) + 1;
if (n3 < 1) throw new Error();
this.month = n3 % 12 || n3;
}], MMMM: [o3, function(e4) {
var t3 = u("months").indexOf(e4) + 1;
if (t3 < 1) throw new Error();
this.month = t3 % 12 || t3;
}], Y: [/[+-]?\d+/, f("year")], YY: [r2, function(e4) {
this.year = a(e4);
}], YYYY: [/\d{4}/, f("year")], Z: h, ZZ: h };
function l2(n3) {
var r3, i2;
r3 = n3, i2 = s && s.formats;
for (var o4 = (n3 = r3.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, function(t3, n4, r4) {
var o5 = r4 && r4.toUpperCase();
return n4 || i2[r4] || e3[r4] || i2[o5].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, function(e4, t4, n5) {
return t4 || n5.slice(1);
});
})).match(t2), a2 = o4.length, f2 = 0; f2 < a2; f2 += 1) {
var h2 = o4[f2], u2 = c[h2], d2 = u2 && u2[0], l3 = u2 && u2[1];
o4[f2] = l3 ? { regex: d2, parser: l3 } : h2.replace(/^\[|\]$/g, "");
}
return function(e4) {
for (var t3 = {}, n4 = 0, r4 = 0; n4 < a2; n4 += 1) {
var i3 = o4[n4];
if ("string" == typeof i3) r4 += i3.length;
else {
var s2 = i3.regex, f3 = i3.parser, h3 = e4.slice(r4), u3 = s2.exec(h3)[0];
f3.call(t3, u3), e4 = e4.replace(u3, "");
}
}
return function(e5) {
var t4 = e5.afternoon;
if (void 0 !== t4) {
var n5 = e5.hours;
t4 ? n5 < 12 && (e5.hours += 12) : 12 === n5 && (e5.hours = 0), delete e5.afternoon;
}
}(t3), t3;
};
}
return function(e4, t3, n3) {
n3.p.customParseFormat = true, e4 && e4.parseTwoDigitYear && (a = e4.parseTwoDigitYear);
var r3 = t3.prototype, i2 = r3.parse;
r3.parse = function(e5) {
var t4 = e5.date, r4 = e5.utc, o4 = e5.args;
this.$u = r4;
var a2 = o4[1];
if ("string" == typeof a2) {
var f2 = true === o4[2], h2 = true === o4[3], u2 = f2 || h2, d2 = o4[2];
h2 && (d2 = o4[2]), s = this.$locale(), !f2 && d2 && (s = n3.Ls[d2]), this.$d = function(e6, t5, n4, r5) {
try {
if (["x", "X"].indexOf(t5) > -1) return new Date(("X" === t5 ? 1e3 : 1) * e6);
var i3 = l2(t5)(e6), o5 = i3.year, s2 = i3.month, a3 = i3.day, f3 = i3.hours, h3 = i3.minutes, u3 = i3.seconds, d3 = i3.milliseconds, c3 = i3.zone, m2 = i3.week, M2 = /* @__PURE__ */ new Date(), Y = a3 || (o5 || s2 ? 1 : M2.getDate()), p = o5 || M2.getFullYear(), v = 0;
o5 && !s2 || (v = s2 > 0 ? s2 - 1 : M2.getMonth());
var D, w = f3 || 0, g = h3 || 0, y = u3 || 0, L = d3 || 0;
return c3 ? new Date(Date.UTC(p, v, Y, w, g, y, L + 60 * c3.offset * 1e3)) : n4 ? new Date(Date.UTC(p, v, Y, w, g, y, L)) : (D = new Date(p, v, Y, w, g, y, L), m2 && (D = r5(D).week(m2).toDate()), D);
} catch (e7) {
return /* @__PURE__ */ new Date("");
}
}(t4, a2, r4, n3), this.init(), d2 && true !== d2 && (this.$L = this.locale(d2).$L), u2 && t4 != this.format(a2) && (this.$d = /* @__PURE__ */ new Date("")), s = {};
} else if (a2 instanceof Array) for (var c2 = a2.length, m = 1; m <= c2; m += 1) {
o4[1] = a2[m - 1];
var M = n3.apply(this, o4);
if (M.isValid()) {
this.$d = M.$d, this.$L = M.$L, this.init();
break;
}
m === c2 && (this.$d = /* @__PURE__ */ new Date(""));
}
else i2.call(this, e5);
};
};
});
}
});
// node_modules/string-convert/camel2hyphen.js
var require_camel2hyphen = __commonJS({
"node_modules/string-convert/camel2hyphen.js"(exports, module2) {
var camel2hyphen = function(str) {
return str.replace(/[A-Z]/g, function(match3) {
return "-" + match3.toLowerCase();
}).toLowerCase();
};
module2.exports = camel2hyphen;
}
});
// node_modules/json2mq/index.js
var require_json2mq = __commonJS({
"node_modules/json2mq/index.js"(exports, module2) {
var camel2hyphen = require_camel2hyphen();
var isDimension = function(feature) {
var re = /[height|width]$/;
return re.test(feature);
};
var obj2mq = function(obj) {
var mq = "";
var features = Object.keys(obj);
features.forEach(function(feature, index3) {
var value = obj[feature];
feature = camel2hyphen(feature);
if (isDimension(feature) && typeof value === "number") {
value = value + "px";
}
if (value === true) {
mq += feature;
} else if (value === false) {
mq += "not " + feature;
} else {
mq += "(" + feature + ": " + value + ")";
}
if (index3 < features.length - 1) {
mq += " and ";
}
});
return mq;
};
var json2mq2 = function(query) {
var mq = "";
if (typeof query === "string") {
return query;
}
if (query instanceof Array) {
query.forEach(function(q, index3) {
mq += obj2mq(q);
if (index3 < query.length - 1) {
mq += ", ";
}
});
return mq;
}
return obj2mq(query);
};
module2.exports = json2mq2;
}
});
// node_modules/toggle-selection/index.js
var require_toggle_selection = __commonJS({
"node_modules/toggle-selection/index.js"(exports, module2) {
module2.exports = function() {
var selection = document.getSelection();
if (!selection.rangeCount) {
return function() {
};
}
var active = document.activeElement;
var ranges = [];
for (var i = 0; i < selection.rangeCount; i++) {
ranges.push(selection.getRangeAt(i));
}
switch (active.tagName.toUpperCase()) {
case "INPUT":
case "TEXTAREA":
active.blur();
break;
default:
active = null;
break;
}
selection.removeAllRanges();
return function() {
selection.type === "Caret" && selection.removeAllRanges();
if (!selection.rangeCount) {
ranges.forEach(function(range3) {
selection.addRange(range3);
});
}
active && active.focus();
};
};
}
});
// node_modules/copy-to-clipboard/index.js
var require_copy_to_clipboard = __commonJS({
"node_modules/copy-to-clipboard/index.js"(exports, module2) {
"use strict";
var deselectCurrent = require_toggle_selection();
var clipboardToIE11Formatting = {
"text/plain": "Text",
"text/html": "Url",
"default": "Text"
};
var defaultMessage = "Copy to clipboard: #{key}, Enter";
function format3(message2) {
var copyKey = (/mac os x/i.test(navigator.userAgent) ? "⌘" : "Ctrl") + "+C";
return message2.replace(/#{\s*key\s*}/g, copyKey);
}
function copy3(text, options) {
var debug, message2, reselectPrevious, range3, selection, mark, success = false;
if (!options) {
options = {};
}
debug = options.debug || false;
try {
reselectPrevious = deselectCurrent();
range3 = document.createRange();
selection = document.getSelection();
mark = document.createElement("span");
mark.textContent = text;
mark.ariaHidden = "true";
mark.style.all = "unset";
mark.style.position = "fixed";
mark.style.top = 0;
mark.style.clip = "rect(0, 0, 0, 0)";
mark.style.whiteSpace = "pre";
mark.style.webkitUserSelect = "text";
mark.style.MozUserSelect = "text";
mark.style.msUserSelect = "text";
mark.style.userSelect = "text";
mark.addEventListener("copy", function(e3) {
e3.stopPropagation();
if (options.format) {
e3.preventDefault();
if (typeof e3.clipboardData === "undefined") {
debug && console.warn("unable to use e.clipboardData");
debug && console.warn("trying IE specific stuff");
window.clipboardData.clearData();
var format4 = clipboardToIE11Formatting[options.format] || clipboardToIE11Formatting["default"];
window.clipboardData.setData(format4, text);
} else {
e3.clipboardData.clearData();
e3.clipboardData.setData(options.format, text);
}
}
if (options.onCopy) {
e3.preventDefault();
options.onCopy(e3.clipboardData);
}
});
document.body.appendChild(mark);
range3.selectNodeContents(mark);
selection.addRange(range3);
var successful = document.execCommand("copy");
if (!successful) {
throw new Error("copy command was unsuccessful");
}
success = true;
} catch (err) {
debug && console.error("unable to copy using execCommand: ", err);
debug && console.warn("trying IE specific stuff");
try {
window.clipboardData.setData(options.format || "text", text);
options.onCopy && options.onCopy(window.clipboardData);
success = true;
} catch (err2) {
debug && console.error("unable to copy using clipboardData: ", err2);
debug && console.error("falling back to prompt");
message2 = format3("message" in options ? options.message : defaultMessage);
window.prompt(message2, text);
}
} finally {
if (selection) {
if (typeof selection.removeRange == "function") {
selection.removeRange(range3);
} else {
selection.removeAllRanges();
}
}
if (mark) {
document.body.removeChild(mark);
}
reselectPrevious();
}
return success;
}
module2.exports = copy3;
}
});
// node_modules/antd/es/affix/index.js
var import_react17 = __toESM(require_react());
var import_classnames2 = __toESM(require_classnames());
// node_modules/rc-resize-observer/es/index.js
var React6 = __toESM(require_react());
// node_modules/rc-util/es/Children/toArray.js
var import_react = __toESM(require_react());
function toArray(children) {
var option = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
var ret = [];
import_react.default.Children.forEach(children, function(child) {
if ((child === void 0 || child === null) && !option.keepEmpty) {
return;
}
if (Array.isArray(child)) {
ret = ret.concat(toArray(child));
} else if (isFragment(child) && child.props) {
ret = ret.concat(toArray(child.props.children, option));
} else {
ret.push(child);
}
});
return ret;
}
// node_modules/rc-util/es/Dom/findDOMNode.js
var import_react2 = __toESM(require_react());
var import_react_dom = __toESM(require_react_dom());
function isDOM(node2) {
return node2 instanceof HTMLElement || node2 instanceof SVGElement;
}
function getDOM(node2) {
if (node2 && _typeof(node2) === "object" && isDOM(node2.nativeElement)) {
return node2.nativeElement;
}
if (isDOM(node2)) {
return node2;
}
return null;
}
function findDOMNode(node2) {
var domNode = getDOM(node2);
if (domNode) {
return domNode;
}
if (node2 instanceof import_react2.default.Component) {
var _ReactDOM$findDOMNode;
return (_ReactDOM$findDOMNode = import_react_dom.default.findDOMNode) === null || _ReactDOM$findDOMNode === void 0 ? void 0 : _ReactDOM$findDOMNode.call(import_react_dom.default, node2);
}
return null;
}
// node_modules/rc-resize-observer/es/SingleObserver/index.js
var React5 = __toESM(require_react());
// node_modules/rc-resize-observer/es/Collection.js
var React3 = __toESM(require_react());
var CollectionContext = React3.createContext(null);
function Collection(_ref) {
var children = _ref.children, onBatchResize = _ref.onBatchResize;
var resizeIdRef = React3.useRef(0);
var resizeInfosRef = React3.useRef([]);
var onCollectionResize = React3.useContext(CollectionContext);
var onResize2 = React3.useCallback(function(size, element, data) {
resizeIdRef.current += 1;
var currentId = resizeIdRef.current;
resizeInfosRef.current.push({
size,
element,
data
});
Promise.resolve().then(function() {
if (currentId === resizeIdRef.current) {
onBatchResize === null || onBatchResize === void 0 || onBatchResize(resizeInfosRef.current);
resizeInfosRef.current = [];
}
});
onCollectionResize === null || onCollectionResize === void 0 || onCollectionResize(size, element, data);
}, [onBatchResize, onCollectionResize]);
return React3.createElement(CollectionContext.Provider, {
value: onResize2
}, children);
}
// node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js
var MapShim = function() {
if (typeof Map !== "undefined") {
return Map;
}
function getIndex2(arr, key) {
var result = -1;
arr.some(function(entry, index3) {
if (entry[0] === key) {
result = index3;
return true;
}
return false;
});
return result;
}
return (
/** @class */
function() {
function class_1() {
this.__entries__ = [];
}
Object.defineProperty(class_1.prototype, "size", {
/**
* @returns {boolean}
*/
get: function() {
return this.__entries__.length;
},
enumerable: true,
configurable: true
});
class_1.prototype.get = function(key) {
var index3 = getIndex2(this.__entries__, key);
var entry = this.__entries__[index3];
return entry && entry[1];
};
class_1.prototype.set = function(key, value) {
var index3 = getIndex2(this.__entries__, key);
if (~index3) {
this.__entries__[index3][1] = value;
} else {
this.__entries__.push([key, value]);
}
};
class_1.prototype.delete = function(key) {
var entries = this.__entries__;
var index3 = getIndex2(entries, key);
if (~index3) {
entries.splice(index3, 1);
}
};
class_1.prototype.has = function(key) {
return !!~getIndex2(this.__entries__, key);
};
class_1.prototype.clear = function() {
this.__entries__.splice(0);
};
class_1.prototype.forEach = function(callback, ctx) {
if (ctx === void 0) {
ctx = null;
}
for (var _i = 0, _a = this.__entries__; _i < _a.length; _i++) {
var entry = _a[_i];
callback.call(ctx, entry[1], entry[0]);
}
};
return class_1;
}()
);
}();
var isBrowser = typeof window !== "undefined" && typeof document !== "undefined" && window.document === document;
var global$1 = function() {
if (typeof global !== "undefined" && global.Math === Math) {
return global;
}
if (typeof self !== "undefined" && self.Math === Math) {
return self;
}
if (typeof window !== "undefined" && window.Math === Math) {
return window;
}
return Function("return this")();
}();
var requestAnimationFrame$1 = function() {
if (typeof requestAnimationFrame === "function") {
return requestAnimationFrame.bind(global$1);
}
return function(callback) {
return setTimeout(function() {
return callback(Date.now());
}, 1e3 / 60);
};
}();
var trailingTimeout = 2;
function throttle(callback, delay) {
var leadingCall = false, trailingCall = false, lastCallTime = 0;
function resolvePending() {
if (leadingCall) {
leadingCall = false;
callback();
}
if (trailingCall) {
proxy();
}
}
function timeoutCallback() {
requestAnimationFrame$1(resolvePending);
}
function proxy() {
var timeStamp = Date.now();
if (leadingCall) {
if (timeStamp - lastCallTime < trailingTimeout) {
return;
}
trailingCall = true;
} else {
leadingCall = true;
trailingCall = false;
setTimeout(timeoutCallback, delay);
}
lastCallTime = timeStamp;
}
return proxy;
}
var REFRESH_DELAY = 20;
var transitionKeys = ["top", "right", "bottom", "left", "width", "height", "size", "weight"];
var mutationObserverSupported = typeof MutationObserver !== "undefined";
var ResizeObserverController = (
/** @class */
function() {
function ResizeObserverController2() {
this.connected_ = false;
this.mutationEventsAdded_ = false;
this.mutationsObserver_ = null;
this.observers_ = [];
this.onTransitionEnd_ = this.onTransitionEnd_.bind(this);
this.refresh = throttle(this.refresh.bind(this), REFRESH_DELAY);
}
ResizeObserverController2.prototype.addObserver = function(observer) {
if (!~this.observers_.indexOf(observer)) {
this.observers_.push(observer);
}
if (!this.connected_) {
this.connect_();
}
};
ResizeObserverController2.prototype.removeObserver = function(observer) {
var observers2 = this.observers_;
var index3 = observers2.indexOf(observer);
if (~index3) {
observers2.splice(index3, 1);
}
if (!observers2.length && this.connected_) {
this.disconnect_();
}
};
ResizeObserverController2.prototype.refresh = function() {
var changesDetected = this.updateObservers_();
if (changesDetected) {
this.refresh();
}
};
ResizeObserverController2.prototype.updateObservers_ = function() {
var activeObservers = this.observers_.filter(function(observer) {
return observer.gatherActive(), observer.hasActive();
});
activeObservers.forEach(function(observer) {
return observer.broadcastActive();
});
return activeObservers.length > 0;
};
ResizeObserverController2.prototype.connect_ = function() {
if (!isBrowser || this.connected_) {
return;
}
document.addEventListener("transitionend", this.onTransitionEnd_);
window.addEventListener("resize", this.refresh);
if (mutationObserverSupported) {
this.mutationsObserver_ = new MutationObserver(this.refresh);
this.mutationsObserver_.observe(document, {
attributes: true,
childList: true,
characterData: true,
subtree: true
});
} else {
document.addEventListener("DOMSubtreeModified", this.refresh);
this.mutationEventsAdded_ = true;
}
this.connected_ = true;
};
ResizeObserverController2.prototype.disconnect_ = function() {
if (!isBrowser || !this.connected_) {
return;
}
document.removeEventListener("transitionend", this.onTransitionEnd_);
window.removeEventListener("resize", this.refresh);
if (this.mutationsObserver_) {
this.mutationsObserver_.disconnect();
}
if (this.mutationEventsAdded_) {
document.removeEventListener("DOMSubtreeModified", this.refresh);
}
this.mutationsObserver_ = null;
this.mutationEventsAdded_ = false;
this.connected_ = false;
};
ResizeObserverController2.prototype.onTransitionEnd_ = function(_a) {
var _b = _a.propertyName, propertyName = _b === void 0 ? "" : _b;
var isReflowProperty = transitionKeys.some(function(key) {
return !!~propertyName.indexOf(key);
});
if (isReflowProperty) {
this.refresh();
}
};
ResizeObserverController2.getInstance = function() {
if (!this.instance_) {
this.instance_ = new ResizeObserverController2();
}
return this.instance_;
};
ResizeObserverController2.instance_ = null;
return ResizeObserverController2;
}()
);
var defineConfigurable = function(target, props) {
for (var _i = 0, _a = Object.keys(props); _i < _a.length; _i++) {
var key = _a[_i];
Object.defineProperty(target, key, {
value: props[key],
enumerable: false,
writable: false,
configurable: true
});
}
return target;
};
var getWindowOf = function(target) {
var ownerGlobal = target && target.ownerDocument && target.ownerDocument.defaultView;
return ownerGlobal || global$1;
};
var emptyRect = createRectInit(0, 0, 0, 0);
function toFloat(value) {
return parseFloat(value) || 0;
}
function getBordersSize(styles) {
var positions = [];
for (var _i = 1; _i < arguments.length; _i++) {
positions[_i - 1] = arguments[_i];
}
return positions.reduce(function(size, position3) {
var value = styles["border-" + position3 + "-width"];
return size + toFloat(value);
}, 0);
}
function getPaddings(styles) {
var positions = ["top", "right", "bottom", "left"];
var paddings = {};
for (var _i = 0, positions_1 = positions; _i < positions_1.length; _i++) {
var position3 = positions_1[_i];
var value = styles["padding-" + position3];
paddings[position3] = toFloat(value);
}
return paddings;
}
function getSVGContentRect(target) {
var bbox = target.getBBox();
return createRectInit(0, 0, bbox.width, bbox.height);
}
function getHTMLElementContentRect(target) {
var clientWidth = target.clientWidth, clientHeight = target.clientHeight;
if (!clientWidth && !clientHeight) {
return emptyRect;
}
var styles = getWindowOf(target).getComputedStyle(target);
var paddings = getPaddings(styles);
var horizPad = paddings.left + paddings.right;
var vertPad = paddings.top + paddings.bottom;
var width = toFloat(styles.width), height = toFloat(styles.height);
if (styles.boxSizing === "border-box") {
if (Math.round(width + horizPad) !== clientWidth) {
width -= getBordersSize(styles, "left", "right") + horizPad;
}
if (Math.round(height + vertPad) !== clientHeight) {
height -= getBordersSize(styles, "top", "bottom") + vertPad;
}
}
if (!isDocumentElement(target)) {
var vertScrollbar = Math.round(width + horizPad) - clientWidth;
var horizScrollbar = Math.round(height + vertPad) - clientHeight;
if (Math.abs(vertScrollbar) !== 1) {
width -= vertScrollbar;
}
if (Math.abs(horizScrollbar) !== 1) {
height -= horizScrollbar;
}
}
return createRectInit(paddings.left, paddings.top, width, height);
}
var isSVGGraphicsElement = function() {
if (typeof SVGGraphicsElement !== "undefined") {
return function(target) {
return target instanceof getWindowOf(target).SVGGraphicsElement;
};
}
return function(target) {
return target instanceof getWindowOf(target).SVGElement && typeof target.getBBox === "function";
};
}();
function isDocumentElement(target) {
return target === getWindowOf(target).document.documentElement;
}
function getContentRect(target) {
if (!isBrowser) {
return emptyRect;
}
if (isSVGGraphicsElement(target)) {
return getSVGContentRect(target);
}
return getHTMLElementContentRect(target);
}
function createReadOnlyRect(_a) {
var x = _a.x, y = _a.y, width = _a.width, height = _a.height;
var Constr = typeof DOMRectReadOnly !== "undefined" ? DOMRectReadOnly : Object;
var rect = Object.create(Constr.prototype);
defineConfigurable(rect, {
x,
y,
width,
height,
top: y,
right: x + width,
bottom: height + y,
left: x
});
return rect;
}
function createRectInit(x, y, width, height) {
return { x, y, width, height };
}
var ResizeObservation = (
/** @class */
function() {
function ResizeObservation2(target) {
this.broadcastWidth = 0;
this.broadcastHeight = 0;
this.contentRect_ = createRectInit(0, 0, 0, 0);
this.target = target;
}
ResizeObservation2.prototype.isActive = function() {
var rect = getContentRect(this.target);
this.contentRect_ = rect;
return rect.width !== this.broadcastWidth || rect.height !== this.broadcastHeight;
};
ResizeObservation2.prototype.broadcastRect = function() {
var rect = this.contentRect_;
this.broadcastWidth = rect.width;
this.broadcastHeight = rect.height;
return rect;
};
return ResizeObservation2;
}()
);
var ResizeObserverEntry = (
/** @class */
/* @__PURE__ */ function() {
function ResizeObserverEntry2(target, rectInit) {
var contentRect = createReadOnlyRect(rectInit);
defineConfigurable(this, { target, contentRect });
}
return ResizeObserverEntry2;
}()
);
var ResizeObserverSPI = (
/** @class */
function() {
function ResizeObserverSPI2(callback, controller, callbackCtx) {
this.activeObservations_ = [];
this.observations_ = new MapShim();
if (typeof callback !== "function") {
throw new TypeError("The callback provided as parameter 1 is not a function.");
}
this.callback_ = callback;
this.controller_ = controller;
this.callbackCtx_ = callbackCtx;
}
ResizeObserverSPI2.prototype.observe = function(target) {
if (!arguments.length) {
throw new TypeError("1 argument required, but only 0 present.");
}
if (typeof Element === "undefined" || !(Element instanceof Object)) {
return;
}
if (!(target instanceof getWindowOf(target).Element)) {
throw new TypeError('parameter 1 is not of type "Element".');
}
var observations = this.observations_;
if (observations.has(target)) {
return;
}
observations.set(target, new ResizeObservation(target));
this.controller_.addObserver(this);
this.controller_.refresh();
};
ResizeObserverSPI2.prototype.unobserve = function(target) {
if (!arguments.length) {
throw new TypeError("1 argument required, but only 0 present.");
}
if (typeof Element === "undefined" || !(Element instanceof Object)) {
return;
}
if (!(target instanceof getWindowOf(target).Element)) {
throw new TypeError('parameter 1 is not of type "Element".');
}
var observations = this.observations_;
if (!observations.has(target)) {
return;
}
observations.delete(target);
if (!observations.size) {
this.controller_.removeObserver(this);
}
};
ResizeObserverSPI2.prototype.disconnect = function() {
this.clearActive();
this.observations_.clear();
this.controller_.removeObserver(this);
};
ResizeObserverSPI2.prototype.gatherActive = function() {
var _this = this;
this.clearActive();
this.observations_.forEach(function(observation) {
if (observation.isActive()) {
_this.activeObservations_.push(observation);
}
});
};
ResizeObserverSPI2.prototype.broadcastActive = function() {
if (!this.hasActive()) {
return;
}
var ctx = this.callbackCtx_;
var entries = this.activeObservations_.map(function(observation) {
return new ResizeObserverEntry(observation.target, observation.broadcastRect());
});
this.callback_.call(ctx, entries, ctx);
this.clearActive();
};
ResizeObserverSPI2.prototype.clearActive = function() {
this.activeObservations_.splice(0);
};
ResizeObserverSPI2.prototype.hasActive = function() {
return this.activeObservations_.length > 0;
};
return ResizeObserverSPI2;
}()
);
var observers = typeof WeakMap !== "undefined" ? /* @__PURE__ */ new WeakMap() : new MapShim();
var ResizeObserver2 = (
/** @class */
/* @__PURE__ */ function() {
function ResizeObserver4(callback) {
if (!(this instanceof ResizeObserver4)) {
throw new TypeError("Cannot call a class as a function.");
}
if (!arguments.length) {
throw new TypeError("1 argument required, but only 0 present.");
}
var controller = ResizeObserverController.getInstance();
var observer = new ResizeObserverSPI(callback, controller, this);
observers.set(this, observer);
}
return ResizeObserver4;
}()
);
[
"observe",
"unobserve",
"disconnect"
].forEach(function(method4) {
ResizeObserver2.prototype[method4] = function() {
var _a;
return (_a = observers.get(this))[method4].apply(_a, arguments);
};
});
var index = function() {
if (typeof global$1.ResizeObserver !== "undefined") {
return global$1.ResizeObserver;
}
return ResizeObserver2;
}();
var ResizeObserver_es_default = index;
// node_modules/rc-resize-observer/es/utils/observerUtil.js
var elementListeners = /* @__PURE__ */ new Map();
function onResize(entities) {
entities.forEach(function(entity) {
var _elementListeners$get;
var target = entity.target;
(_elementListeners$get = elementListeners.get(target)) === null || _elementListeners$get === void 0 || _elementListeners$get.forEach(function(listener) {
return listener(target);
});
});
}
var resizeObserver = new ResizeObserver_es_default(onResize);
function observe(element, callback) {
if (!elementListeners.has(element)) {
elementListeners.set(element, /* @__PURE__ */ new Set());
resizeObserver.observe(element);
}
elementListeners.get(element).add(callback);
}
function unobserve(element, callback) {
if (elementListeners.has(element)) {
elementListeners.get(element).delete(callback);
if (!elementListeners.get(element).size) {
resizeObserver.unobserve(element);
elementListeners.delete(element);
}
}
}
// node_modules/@babel/runtime/helpers/esm/classCallCheck.js
function _classCallCheck(a, n2) {
if (!(a instanceof n2)) throw new TypeError("Cannot call a class as a function");
}
// node_modules/@babel/runtime/helpers/esm/createClass.js
function _defineProperties(e3, r2) {
for (var t2 = 0; t2 < r2.length; t2++) {
var o3 = r2[t2];
o3.enumerable = o3.enumerable || false, o3.configurable = true, "value" in o3 && (o3.writable = true), Object.defineProperty(e3, toPropertyKey(o3.key), o3);
}
}
function _createClass(e3, r2, t2) {
return r2 && _defineProperties(e3.prototype, r2), t2 && _defineProperties(e3, t2), Object.defineProperty(e3, "prototype", {
writable: false
}), e3;
}
// node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js
function _setPrototypeOf(t2, e3) {
return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function(t3, e4) {
return t3.__proto__ = e4, t3;
}, _setPrototypeOf(t2, e3);
}
// node_modules/@babel/runtime/helpers/esm/inherits.js
function _inherits(t2, e3) {
if ("function" != typeof e3 && null !== e3) throw new TypeError("Super expression must either be null or a function");
t2.prototype = Object.create(e3 && e3.prototype, {
constructor: {
value: t2,
writable: true,
configurable: true
}
}), Object.defineProperty(t2, "prototype", {
writable: false
}), e3 && _setPrototypeOf(t2, e3);
}
// node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js
function _getPrototypeOf(t2) {
return _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function(t3) {
return t3.__proto__ || Object.getPrototypeOf(t3);
}, _getPrototypeOf(t2);
}
// node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js
function _isNativeReflectConstruct() {
try {
var t2 = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {
}));
} catch (t3) {
}
return (_isNativeReflectConstruct = function _isNativeReflectConstruct2() {
return !!t2;
})();
}
// node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js
function _assertThisInitialized(e3) {
if (void 0 === e3) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
return e3;
}
// node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js
function _possibleConstructorReturn(t2, e3) {
if (e3 && ("object" == _typeof(e3) || "function" == typeof e3)) return e3;
if (void 0 !== e3) throw new TypeError("Derived constructors may only return object or undefined");
return _assertThisInitialized(t2);
}
// node_modules/@babel/runtime/helpers/esm/createSuper.js
function _createSuper(t2) {
var r2 = _isNativeReflectConstruct();
return function() {
var e3, o3 = _getPrototypeOf(t2);
if (r2) {
var s = _getPrototypeOf(this).constructor;
e3 = Reflect.construct(o3, arguments, s);
} else e3 = o3.apply(this, arguments);
return _possibleConstructorReturn(this, e3);
};
}
// node_modules/rc-resize-observer/es/SingleObserver/DomWrapper.js
var React4 = __toESM(require_react());
var DomWrapper = function(_React$Component) {
_inherits(DomWrapper4, _React$Component);
var _super = _createSuper(DomWrapper4);
function DomWrapper4() {
_classCallCheck(this, DomWrapper4);
return _super.apply(this, arguments);
}
_createClass(DomWrapper4, [{
key: "render",
value: function render2() {
return this.props.children;
}
}]);
return DomWrapper4;
}(React4.Component);
// node_modules/rc-resize-observer/es/SingleObserver/index.js
function SingleObserver(props, ref) {
var children = props.children, disabled = props.disabled;
var elementRef = React5.useRef(null);
var wrapperRef = React5.useRef(null);
var onCollectionResize = React5.useContext(CollectionContext);
var isRenderProps = typeof children === "function";
var mergedChildren = isRenderProps ? children(elementRef) : children;
var sizeRef = React5.useRef({
width: -1,
height: -1,
offsetWidth: -1,
offsetHeight: -1
});
var canRef = !isRenderProps && React5.isValidElement(mergedChildren) && supportRef(mergedChildren);
var originRef = canRef ? getNodeRef(mergedChildren) : null;
var mergedRef = useComposeRef(originRef, elementRef);
var getDom = function getDom2() {
var _elementRef$current;
return findDOMNode(elementRef.current) || // Support `nativeElement` format
(elementRef.current && _typeof(elementRef.current) === "object" ? findDOMNode((_elementRef$current = elementRef.current) === null || _elementRef$current === void 0 ? void 0 : _elementRef$current.nativeElement) : null) || findDOMNode(wrapperRef.current);
};
React5.useImperativeHandle(ref, function() {
return getDom();
});
var propsRef = React5.useRef(props);
propsRef.current = props;
var onInternalResize = React5.useCallback(function(target) {
var _propsRef$current = propsRef.current, onResize2 = _propsRef$current.onResize, data = _propsRef$current.data;
var _target$getBoundingCl = target.getBoundingClientRect(), width = _target$getBoundingCl.width, height = _target$getBoundingCl.height;
var offsetWidth = target.offsetWidth, offsetHeight = target.offsetHeight;
var fixedWidth = Math.floor(width);
var fixedHeight = Math.floor(height);
if (sizeRef.current.width !== fixedWidth || sizeRef.current.height !== fixedHeight || sizeRef.current.offsetWidth !== offsetWidth || sizeRef.current.offsetHeight !== offsetHeight) {
var size = {
width: fixedWidth,
height: fixedHeight,
offsetWidth,
offsetHeight
};
sizeRef.current = size;
var mergedOffsetWidth = offsetWidth === Math.round(width) ? width : offsetWidth;
var mergedOffsetHeight = offsetHeight === Math.round(height) ? height : offsetHeight;
var sizeInfo = _objectSpread2(_objectSpread2({}, size), {}, {
offsetWidth: mergedOffsetWidth,
offsetHeight: mergedOffsetHeight
});
onCollectionResize === null || onCollectionResize === void 0 || onCollectionResize(sizeInfo, target, data);
if (onResize2) {
Promise.resolve().then(function() {
onResize2(sizeInfo, target);
});
}
}
}, []);
React5.useEffect(function() {
var currentElement = getDom();
if (currentElement && !disabled) {
observe(currentElement, onInternalResize);
}
return function() {
return unobserve(currentElement, onInternalResize);
};
}, [elementRef.current, disabled]);
return React5.createElement(DomWrapper, {
ref: wrapperRef
}, canRef ? React5.cloneElement(mergedChildren, {
ref: mergedRef
}) : mergedChildren);
}
var RefSingleObserver = React5.forwardRef(SingleObserver);
if (true) {
RefSingleObserver.displayName = "SingleObserver";
}
var SingleObserver_default = RefSingleObserver;
// node_modules/rc-resize-observer/es/index.js
var INTERNAL_PREFIX_KEY = "rc-observer-key";
function ResizeObserver3(props, ref) {
var children = props.children;
var childNodes = typeof children === "function" ? [children] : toArray(children);
if (true) {
if (childNodes.length > 1) {
warning(false, "Find more than one child node with `children` in ResizeObserver. Please use ResizeObserver.Collection instead.");
} else if (childNodes.length === 0) {
warning(false, "`children` of ResizeObserver is empty. Nothing is in observe.");
}
}
return childNodes.map(function(child, index3) {
var key = (child === null || child === void 0 ? void 0 : child.key) || "".concat(INTERNAL_PREFIX_KEY, "-").concat(index3);
return React6.createElement(SingleObserver_default, _extends({}, props, {
key,
ref: index3 === 0 ? ref : void 0
}), child);
});
}
var RefResizeObserver = React6.forwardRef(ResizeObserver3);
if (true) {
RefResizeObserver.displayName = "ResizeObserver";
}
RefResizeObserver.Collection = Collection;
var es_default = RefResizeObserver;
// node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js
function _arrayWithoutHoles(r2) {
if (Array.isArray(r2)) return _arrayLikeToArray(r2);
}
// node_modules/@babel/runtime/helpers/esm/iterableToArray.js
function _iterableToArray(r2) {
if ("undefined" != typeof Symbol && null != r2[Symbol.iterator] || null != r2["@@iterator"]) return Array.from(r2);
}
// node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js
function _nonIterableSpread() {
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
}
// node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
function _toConsumableArray(r2) {
return _arrayWithoutHoles(r2) || _iterableToArray(r2) || _unsupportedIterableToArray(r2) || _nonIterableSpread();
}
// node_modules/rc-util/es/raf.js
var raf = function raf2(callback) {
return +setTimeout(callback, 16);
};
var caf = function caf2(num) {
return clearTimeout(num);
};
if (typeof window !== "undefined" && "requestAnimationFrame" in window) {
raf = function raf3(callback) {
return window.requestAnimationFrame(callback);
};
caf = function caf3(handle) {
return window.cancelAnimationFrame(handle);
};
}
var rafUUID = 0;
var rafIds = /* @__PURE__ */ new Map();
function cleanup(id) {
rafIds.delete(id);
}
var wrapperRaf = function wrapperRaf2(callback) {
var times = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 1;
rafUUID += 1;
var id = rafUUID;
function callRef(leftTimes) {
if (leftTimes === 0) {
cleanup(id);
callback();
} else {
var realId = raf(function() {
callRef(leftTimes - 1);
});
rafIds.set(id, realId);
}
}
callRef(times);
return id;
};
wrapperRaf.cancel = function(id) {
var realId = rafIds.get(id);
cleanup(id);
return caf(realId);
};
if (true) {
wrapperRaf.ids = function() {
return rafIds;
};
}
var raf_default = wrapperRaf;
// node_modules/antd/es/_util/throttleByAnimationFrame.js
function throttleByAnimationFrame(fn) {
let requestId = null;
const later = (args) => () => {
requestId = null;
fn.apply(void 0, _toConsumableArray(args));
};
const throttled = (...args) => {
if (requestId === null) {
requestId = raf_default(later(args));
}
};
throttled.cancel = () => {
raf_default.cancel(requestId);
requestId = null;
};
return throttled;
}
var throttleByAnimationFrame_default = throttleByAnimationFrame;
// node_modules/antd/es/config-provider/index.js
var React37 = __toESM(require_react());
// node_modules/@emotion/hash/dist/hash.browser.esm.js
function murmur2(str) {
var h = 0;
var k, i = 0, len = str.length;
for (; len >= 4; ++i, len -= 4) {
k = str.charCodeAt(i) & 255 | (str.charCodeAt(++i) & 255) << 8 | (str.charCodeAt(++i) & 255) << 16 | (str.charCodeAt(++i) & 255) << 24;
k = /* Math.imul(k, m): */
(k & 65535) * 1540483477 + ((k >>> 16) * 59797 << 16);
k ^= /* k >>> r: */
k >>> 24;
h = /* Math.imul(k, m): */
(k & 65535) * 1540483477 + ((k >>> 16) * 59797 << 16) ^ /* Math.imul(h, m): */
(h & 65535) * 1540483477 + ((h >>> 16) * 59797 << 16);
}
switch (len) {
case 3:
h ^= (str.charCodeAt(i + 2) & 255) << 16;
case 2:
h ^= (str.charCodeAt(i + 1) & 255) << 8;
case 1:
h ^= str.charCodeAt(i) & 255;
h = /* Math.imul(h, m): */
(h & 65535) * 1540483477 + ((h >>> 16) * 59797 << 16);
}
h ^= h >>> 13;
h = /* Math.imul(h, m): */
(h & 65535) * 1540483477 + ((h >>> 16) * 59797 << 16);
return ((h ^ h >>> 15) >>> 0).toString(36);
}
var hash_browser_esm_default = murmur2;
// node_modules/@ant-design/cssinjs/es/hooks/useCacheToken.js
var import_react3 = __toESM(require_react());
// node_modules/rc-util/es/isEqual.js
function isEqual(obj1, obj2) {
var shallow = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : false;
var refSet = /* @__PURE__ */ new Set();
function deepEqual(a, b) {
var level = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : 1;
var circular = refSet.has(a);
warning_default(!circular, "Warning: There may be circular references");
if (circular) {
return false;
}
if (a === b) {
return true;
}
if (shallow && level > 1) {
return false;
}
refSet.add(a);
var newLevel = level + 1;
if (Array.isArray(a)) {
if (!Array.isArray(b) || a.length !== b.length) {
return false;
}
for (var i = 0; i < a.length; i++) {
if (!deepEqual(a[i], b[i], newLevel)) {
return false;
}
}
return true;
}
if (a && b && _typeof(a) === "object" && _typeof(b) === "object") {
var keys2 = Object.keys(a);
if (keys2.length !== Object.keys(b).length) {
return false;
}
return keys2.every(function(key) {
return deepEqual(a[key], b[key], newLevel);
});
}
return false;
}
return deepEqual(obj1, obj2);
}
var isEqual_default = isEqual;
// node_modules/@ant-design/cssinjs/es/StyleContext.js
var React7 = __toESM(require_react());
// node_modules/@ant-design/cssinjs/es/Cache.js
var SPLIT = "%";
function pathKey(keys2) {
return keys2.join(SPLIT);
}
var Entity = function() {
function Entity2(instanceId) {
_classCallCheck(this, Entity2);
_defineProperty(this, "instanceId", void 0);
_defineProperty(this, "cache", /* @__PURE__ */ new Map());
_defineProperty(this, "extracted", /* @__PURE__ */ new Set());
this.instanceId = instanceId;
}
_createClass(Entity2, [{
key: "get",
value: function get2(keys2) {
return this.opGet(pathKey(keys2));
}
/** A fast get cache with `get` concat. */
}, {
key: "opGet",
value: function opGet(keyPathStr) {
return this.cache.get(keyPathStr) || null;
}
}, {
key: "update",
value: function update(keys2, valueFn) {
return this.opUpdate(pathKey(keys2), valueFn);
}
/** A fast get cache with `get` concat. */
}, {
key: "opUpdate",
value: function opUpdate(keyPathStr, valueFn) {
var prevValue = this.cache.get(keyPathStr);
var nextValue = valueFn(prevValue);
if (nextValue === null) {
this.cache.delete(keyPathStr);
} else {
this.cache.set(keyPathStr, nextValue);
}
}
}]);
return Entity2;
}();
var Cache_default = Entity;
// node_modules/@ant-design/cssinjs/es/StyleContext.js
var ATTR_TOKEN = "data-token-hash";
var ATTR_MARK = "data-css-hash";
var ATTR_CACHE_PATH = "data-cache-path";
var CSS_IN_JS_INSTANCE = "__cssinjs_instance__";
function createCache() {
var cssinjsInstanceId = Math.random().toString(12).slice(2);
if (typeof document !== "undefined" && document.head && document.body) {
var styles = document.body.querySelectorAll("style[".concat(ATTR_MARK, "]")) || [];
var firstChild = document.head.firstChild;
Array.from(styles).forEach(function(style2) {
style2[CSS_IN_JS_INSTANCE] = style2[CSS_IN_JS_INSTANCE] || cssinjsInstanceId;
if (style2[CSS_IN_JS_INSTANCE] === cssinjsInstanceId) {
document.head.insertBefore(style2, firstChild);
}
});
var styleHash = {};
Array.from(document.querySelectorAll("style[".concat(ATTR_MARK, "]"))).forEach(function(style2) {
var hash2 = style2.getAttribute(ATTR_MARK);
if (styleHash[hash2]) {
if (style2[CSS_IN_JS_INSTANCE] === cssinjsInstanceId) {
var _style$parentNode;
(_style$parentNode = style2.parentNode) === null || _style$parentNode === void 0 || _style$parentNode.removeChild(style2);
}
} else {
styleHash[hash2] = true;
}
});
}
return new Cache_default(cssinjsInstanceId);
}
var StyleContext = React7.createContext({
hashPriority: "low",
cache: createCache(),
defaultCache: true
});
var StyleContext_default = StyleContext;
// node_modules/@ant-design/cssinjs/es/theme/calc/calculator.js
var AbstractCalculator = _createClass(function AbstractCalculator2() {
_classCallCheck(this, AbstractCalculator2);
});
var calculator_default = AbstractCalculator;
// node_modules/@ant-design/cssinjs/es/theme/calc/CSSCalculator.js
var CALC_UNIT = "CALC_UNIT";
var regexp = new RegExp(CALC_UNIT, "g");
function unit(value) {
if (typeof value === "number") {
return "".concat(value).concat(CALC_UNIT);
}
return value;
}
var CSSCalculator = function(_AbstractCalculator) {
_inherits(CSSCalculator3, _AbstractCalculator);
var _super = _createSuper(CSSCalculator3);
function CSSCalculator3(num, unitlessCssVar) {
var _this;
_classCallCheck(this, CSSCalculator3);
_this = _super.call(this);
_defineProperty(_assertThisInitialized(_this), "result", "");
_defineProperty(_assertThisInitialized(_this), "unitlessCssVar", void 0);
_defineProperty(_assertThisInitialized(_this), "lowPriority", void 0);
var numType = _typeof(num);
_this.unitlessCssVar = unitlessCssVar;
if (num instanceof CSSCalculator3) {
_this.result = "(".concat(num.result, ")");
} else if (numType === "number") {
_this.result = unit(num);
} else if (numType === "string") {
_this.result = num;
}
return _this;
}
_createClass(CSSCalculator3, [{
key: "add",
value: function add(num) {
if (num instanceof CSSCalculator3) {
this.result = "".concat(this.result, " + ").concat(num.getResult());
} else if (typeof num === "number" || typeof num === "string") {
this.result = "".concat(this.result, " + ").concat(unit(num));
}
this.lowPriority = true;
return this;
}
}, {
key: "sub",
value: function sub(num) {
if (num instanceof CSSCalculator3) {
this.result = "".concat(this.result, " - ").concat(num.getResult());
} else if (typeof num === "number" || typeof num === "string") {
this.result = "".concat(this.result, " - ").concat(unit(num));
}
this.lowPriority = true;
return this;
}
}, {
key: "mul",
value: function mul(num) {
if (this.lowPriority) {
this.result = "(".concat(this.result, ")");
}
if (num instanceof CSSCalculator3) {
this.result = "".concat(this.result, " * ").concat(num.getResult(true));
} else if (typeof num === "number" || typeof num === "string") {
this.result = "".concat(this.result, " * ").concat(num);
}
this.lowPriority = false;
return this;
}
}, {
key: "div",
value: function div(num) {
if (this.lowPriority) {
this.result = "(".concat(this.result, ")");
}
if (num instanceof CSSCalculator3) {
this.result = "".concat(this.result, " / ").concat(num.getResult(true));
} else if (typeof num === "number" || typeof num === "string") {
this.result = "".concat(this.result, " / ").concat(num);
}
this.lowPriority = false;
return this;
}
}, {
key: "getResult",
value: function getResult(force) {
return this.lowPriority || force ? "(".concat(this.result, ")") : this.result;
}
}, {
key: "equal",
value: function equal(options) {
var _this2 = this;
var _ref = options || {}, cssUnit = _ref.unit;
var mergedUnit = true;
if (typeof cssUnit === "boolean") {
mergedUnit = cssUnit;
} else if (Array.from(this.unitlessCssVar).some(function(cssVar) {
return _this2.result.includes(cssVar);
})) {
mergedUnit = false;
}
this.result = this.result.replace(regexp, mergedUnit ? "px" : "");
if (typeof this.lowPriority !== "undefined") {
return "calc(".concat(this.result, ")");
}
return this.result;
}
}]);
return CSSCalculator3;
}(calculator_default);
// node_modules/@ant-design/cssinjs/es/theme/calc/NumCalculator.js
var NumCalculator = function(_AbstractCalculator) {
_inherits(NumCalculator3, _AbstractCalculator);
var _super = _createSuper(NumCalculator3);
function NumCalculator3(num) {
var _this;
_classCallCheck(this, NumCalculator3);
_this = _super.call(this);
_defineProperty(_assertThisInitialized(_this), "result", 0);
if (num instanceof NumCalculator3) {
_this.result = num.result;
} else if (typeof num === "number") {
_this.result = num;
}
return _this;
}
_createClass(NumCalculator3, [{
key: "add",
value: function add(num) {
if (num instanceof NumCalculator3) {
this.result += num.result;
} else if (typeof num === "number") {
this.result += num;
}
return this;
}
}, {
key: "sub",
value: function sub(num) {
if (num instanceof NumCalculator3) {
this.result -= num.result;
} else if (typeof num === "number") {
this.result -= num;
}
return this;
}
}, {
key: "mul",
value: function mul(num) {
if (num instanceof NumCalculator3) {
this.result *= num.result;
} else if (typeof num === "number") {
this.result *= num;
}
return this;
}
}, {
key: "div",
value: function div(num) {
if (num instanceof NumCalculator3) {
this.result /= num.result;
} else if (typeof num === "number") {
this.result /= num;
}
return this;
}
}, {
key: "equal",
value: function equal() {
return this.result;
}
}]);
return NumCalculator3;
}(calculator_default);
// node_modules/@ant-design/cssinjs/es/theme/ThemeCache.js
function sameDerivativeOption(left, right) {
if (left.length !== right.length) {
return false;
}
for (var i = 0; i < left.length; i++) {
if (left[i] !== right[i]) {
return false;
}
}
return true;
}
var ThemeCache = function() {
function ThemeCache2() {
_classCallCheck(this, ThemeCache2);
_defineProperty(this, "cache", void 0);
_defineProperty(this, "keys", void 0);
_defineProperty(this, "cacheCallTimes", void 0);
this.cache = /* @__PURE__ */ new Map();
this.keys = [];
this.cacheCallTimes = 0;
}
_createClass(ThemeCache2, [{
key: "size",
value: function size() {
return this.keys.length;
}
}, {
key: "internalGet",
value: function internalGet(derivativeOption) {
var _cache2, _cache3;
var updateCallTimes = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : false;
var cache = {
map: this.cache
};
derivativeOption.forEach(function(derivative4) {
if (!cache) {
cache = void 0;
} else {
var _cache;
cache = (_cache = cache) === null || _cache === void 0 || (_cache = _cache.map) === null || _cache === void 0 ? void 0 : _cache.get(derivative4);
}
});
if ((_cache2 = cache) !== null && _cache2 !== void 0 && _cache2.value && updateCallTimes) {
cache.value[1] = this.cacheCallTimes++;
}
return (_cache3 = cache) === null || _cache3 === void 0 ? void 0 : _cache3.value;
}
}, {
key: "get",
value: function get2(derivativeOption) {
var _this$internalGet;
return (_this$internalGet = this.internalGet(derivativeOption, true)) === null || _this$internalGet === void 0 ? void 0 : _this$internalGet[0];
}
}, {
key: "has",
value: function has(derivativeOption) {
return !!this.internalGet(derivativeOption);
}
}, {
key: "set",
value: function set2(derivativeOption, value) {
var _this = this;
if (!this.has(derivativeOption)) {
if (this.size() + 1 > ThemeCache2.MAX_CACHE_SIZE + ThemeCache2.MAX_CACHE_OFFSET) {
var _this$keys$reduce = this.keys.reduce(function(result, key) {
var _result = _slicedToArray(result, 2), callTimes = _result[1];
if (_this.internalGet(key)[1] < callTimes) {
return [key, _this.internalGet(key)[1]];
}
return result;
}, [this.keys[0], this.cacheCallTimes]), _this$keys$reduce2 = _slicedToArray(_this$keys$reduce, 1), targetKey = _this$keys$reduce2[0];
this.delete(targetKey);
}
this.keys.push(derivativeOption);
}
var cache = this.cache;
derivativeOption.forEach(function(derivative4, index3) {
if (index3 === derivativeOption.length - 1) {
cache.set(derivative4, {
value: [value, _this.cacheCallTimes++]
});
} else {
var cacheValue = cache.get(derivative4);
if (!cacheValue) {
cache.set(derivative4, {
map: /* @__PURE__ */ new Map()
});
} else if (!cacheValue.map) {
cacheValue.map = /* @__PURE__ */ new Map();
}
cache = cache.get(derivative4).map;
}
});
}
}, {
key: "deleteByPath",
value: function deleteByPath(currentCache, derivatives) {
var cache = currentCache.get(derivatives[0]);
if (derivatives.length === 1) {
var _cache$value;
if (!cache.map) {
currentCache.delete(derivatives[0]);
} else {
currentCache.set(derivatives[0], {
map: cache.map
});
}
return (_cache$value = cache.value) === null || _cache$value === void 0 ? void 0 : _cache$value[0];
}
var result = this.deleteByPath(cache.map, derivatives.slice(1));
if ((!cache.map || cache.map.size === 0) && !cache.value) {
currentCache.delete(derivatives[0]);
}
return result;
}
}, {
key: "delete",
value: function _delete(derivativeOption) {
if (this.has(derivativeOption)) {
this.keys = this.keys.filter(function(item) {
return !sameDerivativeOption(item, derivativeOption);
});
return this.deleteByPath(this.cache, derivativeOption);
}
return void 0;
}
}]);
return ThemeCache2;
}();
_defineProperty(ThemeCache, "MAX_CACHE_SIZE", 20);
_defineProperty(ThemeCache, "MAX_CACHE_OFFSET", 5);
// node_modules/@ant-design/cssinjs/es/theme/Theme.js
var uuid = 0;
var Theme = function() {
function Theme2(derivatives) {
_classCallCheck(this, Theme2);
_defineProperty(this, "derivatives", void 0);
_defineProperty(this, "id", void 0);
this.derivatives = Array.isArray(derivatives) ? derivatives : [derivatives];
this.id = uuid;
if (derivatives.length === 0) {
warning(derivatives.length > 0, "[Ant Design CSS-in-JS] Theme should have at least one derivative function.");
}
uuid += 1;
}
_createClass(Theme2, [{
key: "getDerivativeToken",
value: function getDerivativeToken(token2) {
return this.derivatives.reduce(function(result, derivative4) {
return derivative4(token2, result);
}, void 0);
}
}]);
return Theme2;
}();
// node_modules/@ant-design/cssinjs/es/theme/createTheme.js
var cacheThemes = new ThemeCache();
function createTheme(derivatives) {
var derivativeArr = Array.isArray(derivatives) ? derivatives : [derivatives];
if (!cacheThemes.has(derivativeArr)) {
cacheThemes.set(derivativeArr, new Theme(derivativeArr));
}
return cacheThemes.get(derivativeArr);
}
// node_modules/@ant-design/cssinjs/es/util/index.js
var resultCache = /* @__PURE__ */ new WeakMap();
var RESULT_VALUE = {};
function memoResult(callback, deps) {
var current = resultCache;
for (var i = 0; i < deps.length; i += 1) {
var dep = deps[i];
if (!current.has(dep)) {
current.set(dep, /* @__PURE__ */ new WeakMap());
}
current = current.get(dep);
}
if (!current.has(RESULT_VALUE)) {
current.set(RESULT_VALUE, callback());
}
return current.get(RESULT_VALUE);
}
var flattenTokenCache = /* @__PURE__ */ new WeakMap();
function flattenToken(token2) {
var str = flattenTokenCache.get(token2) || "";
if (!str) {
Object.keys(token2).forEach(function(key) {
var value = token2[key];
str += key;
if (value instanceof Theme) {
str += value.id;
} else if (value && _typeof(value) === "object") {
str += flattenToken(value);
} else {
str += value;
}
});
str = hash_browser_esm_default(str);
flattenTokenCache.set(token2, str);
}
return str;
}
function token2key(token2, salt) {
return hash_browser_esm_default("".concat(salt, "_").concat(flattenToken(token2)));
}
var randomSelectorKey = "random-".concat(Date.now(), "-").concat(Math.random()).replace(/\./g, "");
var isClientSide = canUseDom();
function unit2(num) {
if (typeof num === "number") {
return "".concat(num, "px");
}
return num;
}
function toStyleStr(style2, tokenKey, styleId) {
var customizeAttrs = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
var plain = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : false;
if (plain) {
return style2;
}
var attrs = _objectSpread2(_objectSpread2({}, customizeAttrs), {}, _defineProperty(_defineProperty({}, ATTR_TOKEN, tokenKey), ATTR_MARK, styleId));
var attrStr = Object.keys(attrs).map(function(attr) {
var val = attrs[attr];
return val ? "".concat(attr, '="').concat(val, '"') : null;
}).filter(function(v) {
return v;
}).join(" ");
return "");
}
// node_modules/@ant-design/cssinjs/es/util/css-variables.js
var token2CSSVar = function token2CSSVar2(token2) {
var prefix2 = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "";
return "--".concat(prefix2 ? "".concat(prefix2, "-") : "").concat(token2).replace(/([a-z0-9])([A-Z])/g, "$1-$2").replace(/([A-Z]+)([A-Z][a-z0-9]+)/g, "$1-$2").replace(/([a-z])([A-Z0-9])/g, "$1-$2").toLowerCase();
};
var serializeCSSVar = function serializeCSSVar2(cssVars, hashId, options) {
if (!Object.keys(cssVars).length) {
return "";
}
return ".".concat(hashId).concat(options !== null && options !== void 0 && options.scope ? ".".concat(options.scope) : "", "{").concat(Object.entries(cssVars).map(function(_ref) {
var _ref2 = _slicedToArray(_ref, 2), key = _ref2[0], value = _ref2[1];
return "".concat(key, ":").concat(value, ";");
}).join(""), "}");
};
var transformToken = function transformToken2(token2, themeKey, config) {
var cssVars = {};
var result = {};
Object.entries(token2).forEach(function(_ref3) {
var _config$preserve, _config$ignore;
var _ref4 = _slicedToArray(_ref3, 2), key = _ref4[0], value = _ref4[1];
if (config !== null && config !== void 0 && (_config$preserve = config.preserve) !== null && _config$preserve !== void 0 && _config$preserve[key]) {
result[key] = value;
} else if ((typeof value === "string" || typeof value === "number") && !(config !== null && config !== void 0 && (_config$ignore = config.ignore) !== null && _config$ignore !== void 0 && _config$ignore[key])) {
var _config$unitless;
var cssVar = token2CSSVar(key, config === null || config === void 0 ? void 0 : config.prefix);
cssVars[cssVar] = typeof value === "number" && !(config !== null && config !== void 0 && (_config$unitless = config.unitless) !== null && _config$unitless !== void 0 && _config$unitless[key]) ? "".concat(value, "px") : String(value);
result[key] = "var(".concat(cssVar, ")");
}
});
return [result, serializeCSSVar(cssVars, themeKey, {
scope: config === null || config === void 0 ? void 0 : config.scope
})];
};
// node_modules/@ant-design/cssinjs/es/hooks/useGlobalCache.js
var React11 = __toESM(require_react());
// node_modules/rc-util/es/hooks/useLayoutEffect.js
var React8 = __toESM(require_react());
var useInternalLayoutEffect = canUseDom() ? React8.useLayoutEffect : React8.useEffect;
var useLayoutEffect2 = function useLayoutEffect3(callback, deps) {
var firstMountRef = React8.useRef(true);
useInternalLayoutEffect(function() {
return callback(firstMountRef.current);
}, deps);
useInternalLayoutEffect(function() {
firstMountRef.current = false;
return function() {
firstMountRef.current = true;
};
}, []);
};
var useLayoutUpdateEffect = function useLayoutUpdateEffect2(callback, deps) {
useLayoutEffect2(function(firstMount) {
if (!firstMount) {
return callback();
}
}, deps);
};
var useLayoutEffect_default = useLayoutEffect2;
// node_modules/@ant-design/cssinjs/es/hooks/useCompatibleInsertionEffect.js
var React9 = __toESM(require_react());
var fullClone = _objectSpread2({}, React9);
var useInsertionEffect = fullClone.useInsertionEffect;
var useInsertionEffectPolyfill = function useInsertionEffectPolyfill2(renderEffect, effect, deps) {
React9.useMemo(renderEffect, deps);
useLayoutEffect_default(function() {
return effect(true);
}, deps);
};
var useCompatibleInsertionEffect = useInsertionEffect ? function(renderEffect, effect, deps) {
return useInsertionEffect(function() {
renderEffect();
return effect();
}, deps);
} : useInsertionEffectPolyfill;
var useCompatibleInsertionEffect_default = useCompatibleInsertionEffect;
// node_modules/@ant-design/cssinjs/es/hooks/useEffectCleanupRegister.js
var React10 = __toESM(require_react());
var fullClone2 = _objectSpread2({}, React10);
var useInsertionEffect2 = fullClone2.useInsertionEffect;
var useCleanupRegister = function useCleanupRegister2(deps) {
var effectCleanups = [];
var cleanupFlag = false;
function register2(fn) {
if (cleanupFlag) {
if (true) {
warning(false, "[Ant Design CSS-in-JS] You are registering a cleanup function after unmount, which will not have any effect.");
}
return;
}
effectCleanups.push(fn);
}
React10.useEffect(function() {
cleanupFlag = false;
return function() {
cleanupFlag = true;
if (effectCleanups.length) {
effectCleanups.forEach(function(fn) {
return fn();
});
}
};
}, deps);
return register2;
};
var useRun = function useRun2() {
return function(fn) {
fn();
};
};
var useEffectCleanupRegister = typeof useInsertionEffect2 !== "undefined" ? useCleanupRegister : useRun;
var useEffectCleanupRegister_default = useEffectCleanupRegister;
// node_modules/@ant-design/cssinjs/es/hooks/useHMR.js
var webpackHMR = false;
function useDevHMR() {
return webpackHMR;
}
var useHMR_default = false ? useProdHMR : useDevHMR;
if (typeof module !== "undefined" && module && module.hot && typeof window !== "undefined") {
win = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : null;
if (win && typeof win.webpackHotUpdate === "function") {
originWebpackHotUpdate = win.webpackHotUpdate;
win.webpackHotUpdate = function() {
webpackHMR = true;
setTimeout(function() {
webpackHMR = false;
}, 0);
return originWebpackHotUpdate.apply(void 0, arguments);
};
}
}
var win;
var originWebpackHotUpdate;
// node_modules/@ant-design/cssinjs/es/hooks/useGlobalCache.js
function useGlobalCache(prefix2, keyPath, cacheFn, onCacheRemove, onCacheEffect) {
var _React$useContext = React11.useContext(StyleContext_default), globalCache = _React$useContext.cache;
var fullPath = [prefix2].concat(_toConsumableArray(keyPath));
var fullPathStr = pathKey(fullPath);
var register2 = useEffectCleanupRegister_default([fullPathStr]);
var HMRUpdate = useHMR_default();
var buildCache = function buildCache2(updater) {
globalCache.opUpdate(fullPathStr, function(prevCache) {
var _ref = prevCache || [void 0, void 0], _ref2 = _slicedToArray(_ref, 2), _ref2$ = _ref2[0], times = _ref2$ === void 0 ? 0 : _ref2$, cache = _ref2[1];
var tmpCache = cache;
if (cache && HMRUpdate) {
onCacheRemove === null || onCacheRemove === void 0 || onCacheRemove(tmpCache, HMRUpdate);
tmpCache = null;
}
var mergedCache = tmpCache || cacheFn();
var data = [times, mergedCache];
return updater ? updater(data) : data;
});
};
React11.useMemo(
function() {
buildCache();
},
/* eslint-disable react-hooks/exhaustive-deps */
[fullPathStr]
/* eslint-enable */
);
var cacheEntity = globalCache.opGet(fullPathStr);
if (!cacheEntity) {
buildCache();
cacheEntity = globalCache.opGet(fullPathStr);
}
var cacheContent = cacheEntity[1];
useCompatibleInsertionEffect_default(function() {
onCacheEffect === null || onCacheEffect === void 0 || onCacheEffect(cacheContent);
}, function(polyfill) {
buildCache(function(_ref3) {
var _ref4 = _slicedToArray(_ref3, 2), times = _ref4[0], cache = _ref4[1];
if (polyfill && times === 0) {
onCacheEffect === null || onCacheEffect === void 0 || onCacheEffect(cacheContent);
}
return [times + 1, cache];
});
return function() {
globalCache.opUpdate(fullPathStr, function(prevCache) {
var _ref5 = prevCache || [], _ref6 = _slicedToArray(_ref5, 2), _ref6$ = _ref6[0], times = _ref6$ === void 0 ? 0 : _ref6$, cache = _ref6[1];
var nextCount = times - 1;
if (nextCount === 0) {
register2(function() {
if (polyfill || !globalCache.opGet(fullPathStr)) {
onCacheRemove === null || onCacheRemove === void 0 || onCacheRemove(cache, false);
}
});
return null;
}
return [times - 1, cache];
});
};
}, [fullPathStr]);
return cacheContent;
}
// node_modules/@ant-design/cssinjs/es/hooks/useCacheToken.js
var EMPTY_OVERRIDE = {};
var hashPrefix = true ? "css-dev-only-do-not-override" : "css";
var tokenKeys = /* @__PURE__ */ new Map();
function recordCleanToken(tokenKey) {
tokenKeys.set(tokenKey, (tokenKeys.get(tokenKey) || 0) + 1);
}
function removeStyleTags(key, instanceId) {
if (typeof document !== "undefined") {
var styles = document.querySelectorAll("style[".concat(ATTR_TOKEN, '="').concat(key, '"]'));
styles.forEach(function(style2) {
if (style2[CSS_IN_JS_INSTANCE] === instanceId) {
var _style$parentNode;
(_style$parentNode = style2.parentNode) === null || _style$parentNode === void 0 || _style$parentNode.removeChild(style2);
}
});
}
}
var TOKEN_THRESHOLD = 0;
function cleanTokenStyle(tokenKey, instanceId) {
tokenKeys.set(tokenKey, (tokenKeys.get(tokenKey) || 0) - 1);
var cleanableKeyList = /* @__PURE__ */ new Set();
tokenKeys.forEach(function(value, key) {
if (value <= 0) cleanableKeyList.add(key);
});
if (tokenKeys.size - cleanableKeyList.size > TOKEN_THRESHOLD) {
cleanableKeyList.forEach(function(key) {
removeStyleTags(key, instanceId);
tokenKeys.delete(key);
});
}
}
var getComputedToken = function getComputedToken2(originToken, overrideToken, theme, format3) {
var derivativeToken = theme.getDerivativeToken(originToken);
var mergedDerivativeToken = _objectSpread2(_objectSpread2({}, derivativeToken), overrideToken);
if (format3) {
mergedDerivativeToken = format3(mergedDerivativeToken);
}
return mergedDerivativeToken;
};
var TOKEN_PREFIX = "token";
function useCacheToken(theme, tokens) {
var option = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
var _useContext = (0, import_react3.useContext)(StyleContext_default), instanceId = _useContext.cache.instanceId, container = _useContext.container;
var _option$salt = option.salt, salt = _option$salt === void 0 ? "" : _option$salt, _option$override = option.override, override = _option$override === void 0 ? EMPTY_OVERRIDE : _option$override, formatToken2 = option.formatToken, compute = option.getComputedToken, cssVar = option.cssVar;
var mergedToken = memoResult(function() {
return Object.assign.apply(Object, [{}].concat(_toConsumableArray(tokens)));
}, tokens);
var tokenStr = flattenToken(mergedToken);
var overrideTokenStr = flattenToken(override);
var cssVarStr = cssVar ? flattenToken(cssVar) : "";
var cachedToken = useGlobalCache(TOKEN_PREFIX, [salt, theme.id, tokenStr, overrideTokenStr, cssVarStr], function() {
var _cssVar$key;
var mergedDerivativeToken = compute ? compute(mergedToken, override, theme) : getComputedToken(mergedToken, override, theme, formatToken2);
var actualToken = _objectSpread2({}, mergedDerivativeToken);
var cssVarsStr = "";
if (!!cssVar) {
var _transformToken = transformToken(mergedDerivativeToken, cssVar.key, {
prefix: cssVar.prefix,
ignore: cssVar.ignore,
unitless: cssVar.unitless,
preserve: cssVar.preserve
});
var _transformToken2 = _slicedToArray(_transformToken, 2);
mergedDerivativeToken = _transformToken2[0];
cssVarsStr = _transformToken2[1];
}
var tokenKey = token2key(mergedDerivativeToken, salt);
mergedDerivativeToken._tokenKey = tokenKey;
actualToken._tokenKey = token2key(actualToken, salt);
var themeKey = (_cssVar$key = cssVar === null || cssVar === void 0 ? void 0 : cssVar.key) !== null && _cssVar$key !== void 0 ? _cssVar$key : tokenKey;
mergedDerivativeToken._themeKey = themeKey;
recordCleanToken(themeKey);
var hashId = "".concat(hashPrefix, "-").concat(hash_browser_esm_default(tokenKey));
mergedDerivativeToken._hashId = hashId;
return [mergedDerivativeToken, hashId, actualToken, cssVarsStr, (cssVar === null || cssVar === void 0 ? void 0 : cssVar.key) || ""];
}, function(cache) {
cleanTokenStyle(cache[0]._themeKey, instanceId);
}, function(_ref) {
var _ref2 = _slicedToArray(_ref, 4), token2 = _ref2[0], cssVarsStr = _ref2[3];
if (cssVar && cssVarsStr) {
var style2 = updateCSS(cssVarsStr, hash_browser_esm_default("css-variables-".concat(token2._themeKey)), {
mark: ATTR_MARK,
prepend: "queue",
attachTo: container,
priority: -999
});
style2[CSS_IN_JS_INSTANCE] = instanceId;
style2.setAttribute(ATTR_TOKEN, token2._themeKey);
}
});
return cachedToken;
}
var extract = function extract2(cache, effectStyles, options) {
var _cache = _slicedToArray(cache, 5), realToken = _cache[2], styleStr = _cache[3], cssVarKey = _cache[4];
var _ref3 = options || {}, plain = _ref3.plain;
if (!styleStr) {
return null;
}
var styleId = realToken._tokenKey;
var order = -999;
var sharedAttrs = {
"data-rc-order": "prependQueue",
"data-rc-priority": "".concat(order)
};
var styleText = toStyleStr(styleStr, cssVarKey, styleId, sharedAttrs, plain);
return [order, styleId, styleText];
};
// node_modules/@ant-design/cssinjs/es/hooks/useCSSVarRegister.js
var import_react4 = __toESM(require_react());
// node_modules/@ant-design/cssinjs/es/hooks/useStyleRegister.js
var React12 = __toESM(require_react());
// node_modules/@emotion/unitless/dist/unitless.browser.esm.js
var unitlessKeys = {
animationIterationCount: 1,
borderImageOutset: 1,
borderImageSlice: 1,
borderImageWidth: 1,
boxFlex: 1,
boxFlexGroup: 1,
boxOrdinalGroup: 1,
columnCount: 1,
columns: 1,
flex: 1,
flexGrow: 1,
flexPositive: 1,
flexShrink: 1,
flexNegative: 1,
flexOrder: 1,
gridRow: 1,
gridRowEnd: 1,
gridRowSpan: 1,
gridRowStart: 1,
gridColumn: 1,
gridColumnEnd: 1,
gridColumnSpan: 1,
gridColumnStart: 1,
msGridRow: 1,
msGridRowSpan: 1,
msGridColumn: 1,
msGridColumnSpan: 1,
fontWeight: 1,
lineHeight: 1,
opacity: 1,
order: 1,
orphans: 1,
tabSize: 1,
widows: 1,
zIndex: 1,
zoom: 1,
WebkitLineClamp: 1,
// SVG-related properties
fillOpacity: 1,
floodOpacity: 1,
stopOpacity: 1,
strokeDasharray: 1,
strokeDashoffset: 1,
strokeMiterlimit: 1,
strokeOpacity: 1,
strokeWidth: 1
};
var unitless_browser_esm_default = unitlessKeys;
// node_modules/stylis/src/Enum.js
var COMMENT = "comm";
var RULESET = "rule";
var DECLARATION = "decl";
var IMPORT = "@import";
var NAMESPACE = "@namespace";
var KEYFRAMES = "@keyframes";
var LAYER = "@layer";
// node_modules/stylis/src/Utility.js
var abs = Math.abs;
var from = String.fromCharCode;
function trim(value) {
return value.trim();
}
function replace(value, pattern6, replacement) {
return value.replace(pattern6, replacement);
}
function indexof(value, search, position3) {
return value.indexOf(search, position3);
}
function charat(value, index3) {
return value.charCodeAt(index3) | 0;
}
function substr(value, begin, end) {
return value.slice(begin, end);
}
function strlen(value) {
return value.length;
}
function sizeof(value) {
return value.length;
}
function append(value, array4) {
return array4.push(value), value;
}
// node_modules/stylis/src/Tokenizer.js
var line = 1;
var column = 1;
var length = 0;
var position = 0;
var character = 0;
var characters = "";
function node(value, root, parent, type5, props, children, length2, siblings) {
return { value, root, parent, type: type5, props, children, line, column, length: length2, return: "", siblings };
}
function char() {
return character;
}
function prev() {
character = position > 0 ? charat(characters, --position) : 0;
if (column--, character === 10)
column = 1, line--;
return character;
}
function next() {
character = position < length ? charat(characters, position++) : 0;
if (column++, character === 10)
column = 1, line++;
return character;
}
function peek() {
return charat(characters, position);
}
function caret() {
return position;
}
function slice(begin, end) {
return substr(characters, begin, end);
}
function token(type5) {
switch (type5) {
case 0:
case 9:
case 10:
case 13:
case 32:
return 5;
case 33:
case 43:
case 44:
case 47:
case 62:
case 64:
case 126:
case 59:
case 123:
case 125:
return 4;
case 58:
return 3;
case 34:
case 39:
case 40:
case 91:
return 2;
case 41:
case 93:
return 1;
}
return 0;
}
function alloc(value) {
return line = column = 1, length = strlen(characters = value), position = 0, [];
}
function dealloc(value) {
return characters = "", value;
}
function delimit(type5) {
return trim(slice(position - 1, delimiter(type5 === 91 ? type5 + 2 : type5 === 40 ? type5 + 1 : type5)));
}
function whitespace(type5) {
while (character = peek())
if (character < 33)
next();
else
break;
return token(type5) > 2 || token(character) > 3 ? "" : " ";
}
function escaping(index3, count) {
while (--count && next())
if (character < 48 || character > 102 || character > 57 && character < 65 || character > 70 && character < 97)
break;
return slice(index3, caret() + (count < 6 && peek() == 32 && next() == 32));
}
function delimiter(type5) {
while (next())
switch (character) {
case type5:
return position;
case 34:
case 39:
if (type5 !== 34 && type5 !== 39)
delimiter(character);
break;
case 40:
if (type5 === 41)
delimiter(type5);
break;
case 92:
next();
break;
}
return position;
}
function commenter(type5, index3) {
while (next())
if (type5 + character === 47 + 10)
break;
else if (type5 + character === 42 + 42 && peek() === 47)
break;
return "/*" + slice(index3, position - 1) + "*" + from(type5 === 47 ? type5 : next());
}
function identifier(index3) {
while (!token(peek()))
next();
return slice(index3, position);
}
// node_modules/stylis/src/Parser.js
function compile(value) {
return dealloc(parse("", null, null, null, [""], value = alloc(value), 0, [0], value));
}
function parse(value, root, parent, rule, rules, rulesets, pseudo, points, declarations) {
var index3 = 0;
var offset3 = 0;
var length2 = pseudo;
var atrule = 0;
var property = 0;
var previous = 0;
var variable = 1;
var scanning = 1;
var ampersand = 1;
var character2 = 0;
var type5 = "";
var props = rules;
var children = rulesets;
var reference = rule;
var characters2 = type5;
while (scanning)
switch (previous = character2, character2 = next()) {
case 40:
if (previous != 108 && charat(characters2, length2 - 1) == 58) {
if (indexof(characters2 += replace(delimit(character2), "&", "&\f"), "&\f", abs(index3 ? points[index3 - 1] : 0)) != -1)
ampersand = -1;
break;
}
case 34:
case 39:
case 91:
characters2 += delimit(character2);
break;
case 9:
case 10:
case 13:
case 32:
characters2 += whitespace(previous);
break;
case 92:
characters2 += escaping(caret() - 1, 7);
continue;
case 47:
switch (peek()) {
case 42:
case 47:
append(comment(commenter(next(), caret()), root, parent, declarations), declarations);
if ((token(previous || 1) == 5 || token(peek() || 1) == 5) && strlen(characters2) && substr(characters2, -1, void 0) !== " ") characters2 += " ";
break;
default:
characters2 += "/";
}
break;
case 123 * variable:
points[index3++] = strlen(characters2) * ampersand;
case 125 * variable:
case 59:
case 0:
switch (character2) {
case 0:
case 125:
scanning = 0;
case 59 + offset3:
if (ampersand == -1) characters2 = replace(characters2, /\f/g, "");
if (property > 0 && (strlen(characters2) - length2 || variable === 0 && previous === 47))
append(property > 32 ? declaration(characters2 + ";", rule, parent, length2 - 1, declarations) : declaration(replace(characters2, " ", "") + ";", rule, parent, length2 - 2, declarations), declarations);
break;
case 59:
characters2 += ";";
default:
append(reference = ruleset(characters2, root, parent, index3, offset3, rules, points, type5, props = [], children = [], length2, rulesets), rulesets);
if (character2 === 123)
if (offset3 === 0)
parse(characters2, root, reference, reference, props, rulesets, length2, points, children);
else {
switch (atrule) {
case 99:
if (charat(characters2, 3) === 110) break;
case 108:
if (charat(characters2, 2) === 97) break;
default:
offset3 = 0;
case 100:
case 109:
case 115:
}
if (offset3) parse(value, reference, reference, rule && append(ruleset(value, reference, reference, 0, 0, rules, points, type5, rules, props = [], length2, children), children), rules, children, length2, points, rule ? props : children);
else parse(characters2, reference, reference, reference, [""], children, 0, points, children);
}
}
index3 = offset3 = property = 0, variable = ampersand = 1, type5 = characters2 = "", length2 = pseudo;
break;
case 58:
length2 = 1 + strlen(characters2), property = previous;
default:
if (variable < 1) {
if (character2 == 123)
--variable;
else if (character2 == 125 && variable++ == 0 && prev() == 125)
continue;
}
switch (characters2 += from(character2), character2 * variable) {
case 38:
ampersand = offset3 > 0 ? 1 : (characters2 += "\f", -1);
break;
case 44:
points[index3++] = (strlen(characters2) - 1) * ampersand, ampersand = 1;
break;
case 64:
if (peek() === 45)
characters2 += delimit(next());
atrule = peek(), offset3 = length2 = strlen(type5 = characters2 += identifier(caret())), character2++;
break;
case 45:
if (previous === 45 && strlen(characters2) == 2)
variable = 0;
}
}
return rulesets;
}
function ruleset(value, root, parent, index3, offset3, rules, points, type5, props, children, length2, siblings) {
var post = offset3 - 1;
var rule = offset3 === 0 ? rules : [""];
var size = sizeof(rule);
for (var i = 0, j = 0, k = 0; i < index3; ++i)
for (var x = 0, y = substr(value, post + 1, post = abs(j = points[i])), z = value; x < size; ++x)
if (z = trim(j > 0 ? rule[x] + " " + y : replace(y, /&\f/g, rule[x])))
props[k++] = z;
return node(value, root, parent, offset3 === 0 ? RULESET : type5, props, children, length2, siblings);
}
function comment(value, root, parent, siblings) {
return node(value, root, parent, COMMENT, from(char()), substr(value, 2, -2), 0, siblings);
}
function declaration(value, root, parent, length2, siblings) {
return node(value, root, parent, DECLARATION, substr(value, 0, length2), substr(value, length2 + 1, -1), length2, siblings);
}
// node_modules/stylis/src/Serializer.js
function serialize(children, callback) {
var output = "";
for (var i = 0; i < children.length; i++)
output += callback(children[i], i, children, callback) || "";
return output;
}
function stringify(element, index3, children, callback) {
switch (element.type) {
case LAYER:
if (element.children.length) break;
case IMPORT:
case NAMESPACE:
case DECLARATION:
return element.return = element.return || element.value;
case COMMENT:
return "";
case KEYFRAMES:
return element.return = element.value + "{" + serialize(element.children, callback) + "}";
case RULESET:
if (!strlen(element.value = element.props.join(","))) return "";
}
return strlen(children = serialize(element.children, callback)) ? element.return = element.value + "{" + children + "}" : "";
}
// node_modules/@ant-design/cssinjs/es/linters/utils.js
function lintWarning(message2, info) {
var path2 = info.path, parentSelectors = info.parentSelectors;
warning_default(false, "[Ant Design CSS-in-JS] ".concat(path2 ? "Error in ".concat(path2, ": ") : "").concat(message2).concat(parentSelectors.length ? " Selector: ".concat(parentSelectors.join(" | ")) : ""));
}
// node_modules/@ant-design/cssinjs/es/linters/contentQuotesLinter.js
var linter = function linter2(key, value, info) {
if (key === "content") {
var contentValuePattern = /(attr|counters?|url|(((repeating-)?(linear|radial))|conic)-gradient)\(|(no-)?(open|close)-quote/;
var contentValues = ["normal", "none", "initial", "inherit", "unset"];
if (typeof value !== "string" || contentValues.indexOf(value) === -1 && !contentValuePattern.test(value) && (value.charAt(0) !== value.charAt(value.length - 1) || value.charAt(0) !== '"' && value.charAt(0) !== "'")) {
lintWarning("You seem to be using a value for 'content' without quotes, try replacing it with `content: '\"".concat(value, "\"'`."), info);
}
}
};
var contentQuotesLinter_default = linter;
// node_modules/@ant-design/cssinjs/es/linters/hashedAnimationLinter.js
var linter3 = function linter4(key, value, info) {
if (key === "animation") {
if (info.hashId && value !== "none") {
lintWarning("You seem to be using hashed animation '".concat(value, "', in which case 'animationName' with Keyframe as value is recommended."), info);
}
}
};
var hashedAnimationLinter_default = linter3;
// node_modules/@ant-design/cssinjs/es/util/cacheMapUtil.js
var ATTR_CACHE_MAP = "data-ant-cssinjs-cache-path";
var CSS_FILE_STYLE = "_FILE_STYLE__";
var cachePathMap;
var fromCSSFile = true;
function prepare() {
if (!cachePathMap) {
cachePathMap = {};
if (canUseDom()) {
var div = document.createElement("div");
div.className = ATTR_CACHE_MAP;
div.style.position = "fixed";
div.style.visibility = "hidden";
div.style.top = "-9999px";
document.body.appendChild(div);
var content = getComputedStyle(div).content || "";
content = content.replace(/^"/, "").replace(/"$/, "");
content.split(";").forEach(function(item) {
var _item$split = item.split(":"), _item$split2 = _slicedToArray(_item$split, 2), path2 = _item$split2[0], hash2 = _item$split2[1];
cachePathMap[path2] = hash2;
});
var inlineMapStyle = document.querySelector("style[".concat(ATTR_CACHE_MAP, "]"));
if (inlineMapStyle) {
var _inlineMapStyle$paren;
fromCSSFile = false;
(_inlineMapStyle$paren = inlineMapStyle.parentNode) === null || _inlineMapStyle$paren === void 0 || _inlineMapStyle$paren.removeChild(inlineMapStyle);
}
document.body.removeChild(div);
}
}
}
function existPath(path2) {
prepare();
return !!cachePathMap[path2];
}
function getStyleAndHash(path2) {
var hash2 = cachePathMap[path2];
var styleStr = null;
if (hash2 && canUseDom()) {
if (fromCSSFile) {
styleStr = CSS_FILE_STYLE;
} else {
var _style = document.querySelector("style[".concat(ATTR_MARK, '="').concat(cachePathMap[path2], '"]'));
if (_style) {
styleStr = _style.innerHTML;
} else {
delete cachePathMap[path2];
}
}
}
return [styleStr, hash2];
}
// node_modules/@ant-design/cssinjs/es/hooks/useStyleRegister.js
var SKIP_CHECK = "_skip_check_";
var MULTI_VALUE = "_multi_value_";
function normalizeStyle(styleStr) {
var serialized = serialize(compile(styleStr), stringify);
return serialized.replace(/\{%%%\:[^;];}/g, ";");
}
function isCompoundCSSProperty(value) {
return _typeof(value) === "object" && value && (SKIP_CHECK in value || MULTI_VALUE in value);
}
function injectSelectorHash(key, hashId, hashPriority) {
if (!hashId) {
return key;
}
var hashClassName = ".".concat(hashId);
var hashSelector = hashPriority === "low" ? ":where(".concat(hashClassName, ")") : hashClassName;
var keys2 = key.split(",").map(function(k) {
var _firstPath$match;
var fullPath = k.trim().split(/\s+/);
var firstPath = fullPath[0] || "";
var htmlElement = ((_firstPath$match = firstPath.match(/^\w+/)) === null || _firstPath$match === void 0 ? void 0 : _firstPath$match[0]) || "";
firstPath = "".concat(htmlElement).concat(hashSelector).concat(firstPath.slice(htmlElement.length));
return [firstPath].concat(_toConsumableArray(fullPath.slice(1))).join(" ");
});
return keys2.join(",");
}
var parseStyle = function parseStyle2(interpolation) {
var config = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
var _ref = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {
root: true,
parentSelectors: []
}, root = _ref.root, injectHash = _ref.injectHash, parentSelectors = _ref.parentSelectors;
var hashId = config.hashId, layer = config.layer, path2 = config.path, hashPriority = config.hashPriority, _config$transformers = config.transformers, transformers = _config$transformers === void 0 ? [] : _config$transformers, _config$linters = config.linters, linters = _config$linters === void 0 ? [] : _config$linters;
var styleStr = "";
var effectStyle = {};
function parseKeyframes(keyframes) {
var animationName = keyframes.getName(hashId);
if (!effectStyle[animationName]) {
var _parseStyle = parseStyle2(keyframes.style, config, {
root: false,
parentSelectors
}), _parseStyle2 = _slicedToArray(_parseStyle, 1), _parsedStr = _parseStyle2[0];
effectStyle[animationName] = "@keyframes ".concat(keyframes.getName(hashId)).concat(_parsedStr);
}
}
function flattenList(list) {
var fullList = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : [];
list.forEach(function(item) {
if (Array.isArray(item)) {
flattenList(item, fullList);
} else if (item) {
fullList.push(item);
}
});
return fullList;
}
var flattenStyleList = flattenList(Array.isArray(interpolation) ? interpolation : [interpolation]);
flattenStyleList.forEach(function(originStyle) {
var style2 = typeof originStyle === "string" && !root ? {} : originStyle;
if (typeof style2 === "string") {
styleStr += "".concat(style2, "\n");
} else if (style2._keyframe) {
parseKeyframes(style2);
} else {
var mergedStyle = transformers.reduce(function(prev2, trans) {
var _trans$visit;
return (trans === null || trans === void 0 || (_trans$visit = trans.visit) === null || _trans$visit === void 0 ? void 0 : _trans$visit.call(trans, prev2)) || prev2;
}, style2);
Object.keys(mergedStyle).forEach(function(key) {
var value = mergedStyle[key];
if (_typeof(value) === "object" && value && (key !== "animationName" || !value._keyframe) && !isCompoundCSSProperty(value)) {
var subInjectHash = false;
var mergedKey = key.trim();
var nextRoot = false;
if ((root || injectHash) && hashId) {
if (mergedKey.startsWith("@")) {
subInjectHash = true;
} else if (mergedKey === "&") {
mergedKey = injectSelectorHash("", hashId, hashPriority);
} else {
mergedKey = injectSelectorHash(key, hashId, hashPriority);
}
} else if (root && !hashId && (mergedKey === "&" || mergedKey === "")) {
mergedKey = "";
nextRoot = true;
}
var _parseStyle3 = parseStyle2(value, config, {
root: nextRoot,
injectHash: subInjectHash,
parentSelectors: [].concat(_toConsumableArray(parentSelectors), [mergedKey])
}), _parseStyle4 = _slicedToArray(_parseStyle3, 2), _parsedStr2 = _parseStyle4[0], childEffectStyle = _parseStyle4[1];
effectStyle = _objectSpread2(_objectSpread2({}, effectStyle), childEffectStyle);
styleStr += "".concat(mergedKey).concat(_parsedStr2);
} else {
let appendStyle = function(cssKey, cssValue) {
if (_typeof(value) !== "object" || !(value !== null && value !== void 0 && value[SKIP_CHECK])) {
[contentQuotesLinter_default, hashedAnimationLinter_default].concat(_toConsumableArray(linters)).forEach(function(linter5) {
return linter5(cssKey, cssValue, {
path: path2,
hashId,
parentSelectors
});
});
}
var styleName = cssKey.replace(/[A-Z]/g, function(match3) {
return "-".concat(match3.toLowerCase());
});
var formatValue2 = cssValue;
if (!unitless_browser_esm_default[cssKey] && typeof formatValue2 === "number" && formatValue2 !== 0) {
formatValue2 = "".concat(formatValue2, "px");
}
if (cssKey === "animationName" && cssValue !== null && cssValue !== void 0 && cssValue._keyframe) {
parseKeyframes(cssValue);
formatValue2 = cssValue.getName(hashId);
}
styleStr += "".concat(styleName, ":").concat(formatValue2, ";");
};
var _value;
var actualValue = (_value = value === null || value === void 0 ? void 0 : value.value) !== null && _value !== void 0 ? _value : value;
if (_typeof(value) === "object" && value !== null && value !== void 0 && value[MULTI_VALUE] && Array.isArray(actualValue)) {
actualValue.forEach(function(item) {
appendStyle(key, item);
});
} else {
appendStyle(key, actualValue);
}
}
});
}
});
if (!root) {
styleStr = "{".concat(styleStr, "}");
} else if (layer) {
if (styleStr) {
styleStr = "@layer ".concat(layer.name, " {").concat(styleStr, "}");
}
if (layer.dependencies) {
effectStyle["@layer ".concat(layer.name)] = layer.dependencies.map(function(deps) {
return "@layer ".concat(deps, ", ").concat(layer.name, ";");
}).join("\n");
}
}
return [styleStr, effectStyle];
};
function uniqueHash(path2, styleStr) {
return hash_browser_esm_default("".concat(path2.join("%")).concat(styleStr));
}
function Empty() {
return null;
}
var STYLE_PREFIX = "style";
function useStyleRegister(info, styleFn) {
var token2 = info.token, path2 = info.path, hashId = info.hashId, layer = info.layer, nonce = info.nonce, clientOnly = info.clientOnly, _info$order = info.order, order = _info$order === void 0 ? 0 : _info$order;
var _React$useContext = React12.useContext(StyleContext_default), autoClear = _React$useContext.autoClear, mock = _React$useContext.mock, defaultCache = _React$useContext.defaultCache, hashPriority = _React$useContext.hashPriority, container = _React$useContext.container, ssrInline = _React$useContext.ssrInline, transformers = _React$useContext.transformers, linters = _React$useContext.linters, cache = _React$useContext.cache, enableLayer = _React$useContext.layer;
var tokenKey = token2._tokenKey;
var fullPath = [tokenKey];
if (enableLayer) {
fullPath.push("layer");
}
fullPath.push.apply(fullPath, _toConsumableArray(path2));
var isMergedClientSide = isClientSide;
if (mock !== void 0) {
isMergedClientSide = mock === "client";
}
var _useGlobalCache = useGlobalCache(
STYLE_PREFIX,
fullPath,
// Create cache if needed
function() {
var cachePath = fullPath.join("|");
if (existPath(cachePath)) {
var _getStyleAndHash = getStyleAndHash(cachePath), _getStyleAndHash2 = _slicedToArray(_getStyleAndHash, 2), inlineCacheStyleStr = _getStyleAndHash2[0], styleHash = _getStyleAndHash2[1];
if (inlineCacheStyleStr) {
return [inlineCacheStyleStr, tokenKey, styleHash, {}, clientOnly, order];
}
}
var styleObj = styleFn();
var _parseStyle5 = parseStyle(styleObj, {
hashId,
hashPriority,
layer: enableLayer ? layer : void 0,
path: path2.join("-"),
transformers,
linters
}), _parseStyle6 = _slicedToArray(_parseStyle5, 2), parsedStyle = _parseStyle6[0], effectStyle = _parseStyle6[1];
var styleStr = normalizeStyle(parsedStyle);
var styleId = uniqueHash(fullPath, styleStr);
return [styleStr, tokenKey, styleId, effectStyle, clientOnly, order];
},
// Remove cache if no need
function(_ref2, fromHMR) {
var _ref3 = _slicedToArray(_ref2, 3), styleId = _ref3[2];
if ((fromHMR || autoClear) && isClientSide) {
removeCSS(styleId, {
mark: ATTR_MARK,
attachTo: container
});
}
},
// Effect: Inject style here
function(_ref4) {
var _ref5 = _slicedToArray(_ref4, 4), styleStr = _ref5[0], _ = _ref5[1], styleId = _ref5[2], effectStyle = _ref5[3];
if (isMergedClientSide && styleStr !== CSS_FILE_STYLE) {
var mergedCSSConfig = {
mark: ATTR_MARK,
prepend: enableLayer ? false : "queue",
attachTo: container,
priority: order
};
var nonceStr = typeof nonce === "function" ? nonce() : nonce;
if (nonceStr) {
mergedCSSConfig.csp = {
nonce: nonceStr
};
}
var effectLayerKeys = [];
var effectRestKeys = [];
Object.keys(effectStyle).forEach(function(key) {
if (key.startsWith("@layer")) {
effectLayerKeys.push(key);
} else {
effectRestKeys.push(key);
}
});
effectLayerKeys.forEach(function(effectKey) {
updateCSS(normalizeStyle(effectStyle[effectKey]), "_layer-".concat(effectKey), _objectSpread2(_objectSpread2({}, mergedCSSConfig), {}, {
prepend: true
}));
});
var style2 = updateCSS(styleStr, styleId, mergedCSSConfig);
style2[CSS_IN_JS_INSTANCE] = cache.instanceId;
style2.setAttribute(ATTR_TOKEN, tokenKey);
if (true) {
style2.setAttribute(ATTR_CACHE_PATH, fullPath.join("|"));
}
effectRestKeys.forEach(function(effectKey) {
updateCSS(normalizeStyle(effectStyle[effectKey]), "_effect-".concat(effectKey), mergedCSSConfig);
});
}
}
), _useGlobalCache2 = _slicedToArray(_useGlobalCache, 3), cachedStyleStr = _useGlobalCache2[0], cachedTokenKey = _useGlobalCache2[1], cachedStyleId = _useGlobalCache2[2];
return function(node2) {
var styleNode;
if (!ssrInline || isMergedClientSide || !defaultCache) {
styleNode = React12.createElement(Empty, null);
} else {
styleNode = React12.createElement("style", _extends({}, _defineProperty(_defineProperty({}, ATTR_TOKEN, cachedTokenKey), ATTR_MARK, cachedStyleId), {
dangerouslySetInnerHTML: {
__html: cachedStyleStr
}
}));
}
return React12.createElement(React12.Fragment, null, styleNode, node2);
};
}
var extract3 = function extract4(cache, effectStyles, options) {
var _cache = _slicedToArray(cache, 6), styleStr = _cache[0], tokenKey = _cache[1], styleId = _cache[2], effectStyle = _cache[3], clientOnly = _cache[4], order = _cache[5];
var _ref7 = options || {}, plain = _ref7.plain;
if (clientOnly) {
return null;
}
var keyStyleText = styleStr;
var sharedAttrs = {
"data-rc-order": "prependQueue",
"data-rc-priority": "".concat(order)
};
keyStyleText = toStyleStr(styleStr, tokenKey, styleId, sharedAttrs, plain);
if (effectStyle) {
Object.keys(effectStyle).forEach(function(effectKey) {
if (!effectStyles[effectKey]) {
effectStyles[effectKey] = true;
var effectStyleStr = normalizeStyle(effectStyle[effectKey]);
var effectStyleHTML = toStyleStr(effectStyleStr, tokenKey, "_effect-".concat(effectKey), sharedAttrs, plain);
if (effectKey.startsWith("@layer")) {
keyStyleText = effectStyleHTML + keyStyleText;
} else {
keyStyleText += effectStyleHTML;
}
}
});
}
return [order, styleId, keyStyleText];
};
// node_modules/@ant-design/cssinjs/es/hooks/useCSSVarRegister.js
var CSS_VAR_PREFIX = "cssVar";
var useCSSVarRegister = function useCSSVarRegister2(config, fn) {
var key = config.key, prefix2 = config.prefix, unitless2 = config.unitless, ignore2 = config.ignore, token2 = config.token, _config$scope = config.scope, scope = _config$scope === void 0 ? "" : _config$scope;
var _useContext = (0, import_react4.useContext)(StyleContext_default), instanceId = _useContext.cache.instanceId, container = _useContext.container;
var tokenKey = token2._tokenKey;
var stylePath = [].concat(_toConsumableArray(config.path), [key, scope, tokenKey]);
var cache = useGlobalCache(CSS_VAR_PREFIX, stylePath, function() {
var originToken = fn();
var _transformToken = transformToken(originToken, key, {
prefix: prefix2,
unitless: unitless2,
ignore: ignore2,
scope
}), _transformToken2 = _slicedToArray(_transformToken, 2), mergedToken = _transformToken2[0], cssVarsStr = _transformToken2[1];
var styleId = uniqueHash(stylePath, cssVarsStr);
return [mergedToken, cssVarsStr, styleId, key];
}, function(_ref) {
var _ref2 = _slicedToArray(_ref, 3), styleId = _ref2[2];
if (isClientSide) {
removeCSS(styleId, {
mark: ATTR_MARK,
attachTo: container
});
}
}, function(_ref3) {
var _ref4 = _slicedToArray(_ref3, 3), cssVarsStr = _ref4[1], styleId = _ref4[2];
if (!cssVarsStr) {
return;
}
var style2 = updateCSS(cssVarsStr, styleId, {
mark: ATTR_MARK,
prepend: "queue",
attachTo: container,
priority: -999
});
style2[CSS_IN_JS_INSTANCE] = instanceId;
style2.setAttribute(ATTR_TOKEN, key);
});
return cache;
};
var extract5 = function extract6(cache, effectStyles, options) {
var _cache = _slicedToArray(cache, 4), styleStr = _cache[1], styleId = _cache[2], cssVarKey = _cache[3];
var _ref5 = options || {}, plain = _ref5.plain;
if (!styleStr) {
return null;
}
var order = -999;
var sharedAttrs = {
"data-rc-order": "prependQueue",
"data-rc-priority": "".concat(order)
};
var styleText = toStyleStr(styleStr, cssVarKey, styleId, sharedAttrs, plain);
return [order, styleId, styleText];
};
var useCSSVarRegister_default = useCSSVarRegister;
// node_modules/@ant-design/cssinjs/es/extractStyle.js
var ExtractStyleFns = _defineProperty(_defineProperty(_defineProperty({}, STYLE_PREFIX, extract3), TOKEN_PREFIX, extract), CSS_VAR_PREFIX, extract5);
// node_modules/@ant-design/cssinjs/es/Keyframes.js
var Keyframe = function() {
function Keyframe2(name, style2) {
_classCallCheck(this, Keyframe2);
_defineProperty(this, "name", void 0);
_defineProperty(this, "style", void 0);
_defineProperty(this, "_keyframe", true);
this.name = name;
this.style = style2;
}
_createClass(Keyframe2, [{
key: "getName",
value: function getName() {
var hashId = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "";
return hashId ? "".concat(hashId, "-").concat(this.name) : this.name;
}
}]);
return Keyframe2;
}();
var Keyframes_default = Keyframe;
// node_modules/@ant-design/cssinjs/es/transformers/legacyLogicalProperties.js
function noSplit(list) {
list.notSplit = true;
return list;
}
var keyMap = {
// Inset
inset: ["top", "right", "bottom", "left"],
insetBlock: ["top", "bottom"],
insetBlockStart: ["top"],
insetBlockEnd: ["bottom"],
insetInline: ["left", "right"],
insetInlineStart: ["left"],
insetInlineEnd: ["right"],
// Margin
marginBlock: ["marginTop", "marginBottom"],
marginBlockStart: ["marginTop"],
marginBlockEnd: ["marginBottom"],
marginInline: ["marginLeft", "marginRight"],
marginInlineStart: ["marginLeft"],
marginInlineEnd: ["marginRight"],
// Padding
paddingBlock: ["paddingTop", "paddingBottom"],
paddingBlockStart: ["paddingTop"],
paddingBlockEnd: ["paddingBottom"],
paddingInline: ["paddingLeft", "paddingRight"],
paddingInlineStart: ["paddingLeft"],
paddingInlineEnd: ["paddingRight"],
// Border
borderBlock: noSplit(["borderTop", "borderBottom"]),
borderBlockStart: noSplit(["borderTop"]),
borderBlockEnd: noSplit(["borderBottom"]),
borderInline: noSplit(["borderLeft", "borderRight"]),
borderInlineStart: noSplit(["borderLeft"]),
borderInlineEnd: noSplit(["borderRight"]),
// Border width
borderBlockWidth: ["borderTopWidth", "borderBottomWidth"],
borderBlockStartWidth: ["borderTopWidth"],
borderBlockEndWidth: ["borderBottomWidth"],
borderInlineWidth: ["borderLeftWidth", "borderRightWidth"],
borderInlineStartWidth: ["borderLeftWidth"],
borderInlineEndWidth: ["borderRightWidth"],
// Border style
borderBlockStyle: ["borderTopStyle", "borderBottomStyle"],
borderBlockStartStyle: ["borderTopStyle"],
borderBlockEndStyle: ["borderBottomStyle"],
borderInlineStyle: ["borderLeftStyle", "borderRightStyle"],
borderInlineStartStyle: ["borderLeftStyle"],
borderInlineEndStyle: ["borderRightStyle"],
// Border color
borderBlockColor: ["borderTopColor", "borderBottomColor"],
borderBlockStartColor: ["borderTopColor"],
borderBlockEndColor: ["borderBottomColor"],
borderInlineColor: ["borderLeftColor", "borderRightColor"],
borderInlineStartColor: ["borderLeftColor"],
borderInlineEndColor: ["borderRightColor"],
// Border radius
borderStartStartRadius: ["borderTopLeftRadius"],
borderStartEndRadius: ["borderTopRightRadius"],
borderEndStartRadius: ["borderBottomLeftRadius"],
borderEndEndRadius: ["borderBottomRightRadius"]
};
// node_modules/@babel/runtime/helpers/esm/toArray.js
function _toArray(r2) {
return _arrayWithHoles(r2) || _iterableToArray(r2) || _unsupportedIterableToArray(r2) || _nonIterableRest();
}
// node_modules/rc-util/es/utils/get.js
function get(entity, path2) {
var current = entity;
for (var i = 0; i < path2.length; i += 1) {
if (current === null || current === void 0) {
return void 0;
}
current = current[path2[i]];
}
return current;
}
// node_modules/rc-util/es/utils/set.js
function internalSet(entity, paths, value, removeIfUndefined) {
if (!paths.length) {
return value;
}
var _paths = _toArray(paths), path2 = _paths[0], restPath = _paths.slice(1);
var clone;
if (!entity && typeof path2 === "number") {
clone = [];
} else if (Array.isArray(entity)) {
clone = _toConsumableArray(entity);
} else {
clone = _objectSpread2({}, entity);
}
if (removeIfUndefined && value === void 0 && restPath.length === 1) {
delete clone[path2][restPath[0]];
} else {
clone[path2] = internalSet(clone[path2], restPath, value, removeIfUndefined);
}
return clone;
}
function set(entity, paths, value) {
var removeIfUndefined = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : false;
if (paths.length && removeIfUndefined && value === void 0 && !get(entity, paths.slice(0, -1))) {
return entity;
}
return internalSet(entity, paths, value, removeIfUndefined);
}
function isObject(obj) {
return _typeof(obj) === "object" && obj !== null && Object.getPrototypeOf(obj) === Object.prototype;
}
function createEmpty(source) {
return Array.isArray(source) ? [] : {};
}
var keys = typeof Reflect === "undefined" ? Object.keys : Reflect.ownKeys;
function merge() {
for (var _len = arguments.length, sources = new Array(_len), _key = 0; _key < _len; _key++) {
sources[_key] = arguments[_key];
}
var clone = createEmpty(sources[0]);
sources.forEach(function(src) {
function internalMerge(path2, parentLoopSet) {
var loopSet = new Set(parentLoopSet);
var value = get(src, path2);
var isArr = Array.isArray(value);
if (isArr || isObject(value)) {
if (!loopSet.has(value)) {
loopSet.add(value);
var originValue = get(clone, path2);
if (isArr) {
clone = set(clone, path2, []);
} else if (!originValue || _typeof(originValue) !== "object") {
clone = set(clone, path2, createEmpty(value));
}
keys(value).forEach(function(key) {
internalMerge([].concat(_toConsumableArray(path2), [key]), loopSet);
});
}
} else {
clone = set(clone, path2, value);
}
}
internalMerge([]);
});
return clone;
}
// node_modules/antd/es/_util/warning.js
var React13 = __toESM(require_react());
function noop() {
}
var deprecatedWarnList = null;
var _warning = noop;
if (true) {
_warning = (valid, component, message2) => {
warning_default(valid, `[antd: ${component}] ${message2}`);
if (false) {
resetWarned();
}
};
}
var warning2 = _warning;
var WarningContext = React13.createContext({});
var devUseWarning = true ? (component) => {
const {
strict
} = React13.useContext(WarningContext);
const typeWarning = (valid, type5, message2) => {
if (!valid) {
if (strict === false && type5 === "deprecated") {
const existWarning = deprecatedWarnList;
if (!deprecatedWarnList) {
deprecatedWarnList = {};
}
deprecatedWarnList[component] = deprecatedWarnList[component] || [];
if (!deprecatedWarnList[component].includes(message2 || "")) {
deprecatedWarnList[component].push(message2 || "");
}
if (!existWarning) {
console.warn("[antd] There exists deprecated usage in your code:", deprecatedWarnList);
}
} else {
true ? warning2(valid, component, message2) : void 0;
}
}
};
typeWarning.deprecated = (valid, oldProp, newProp, message2) => {
typeWarning(valid, "deprecated", `\`${oldProp}\` is deprecated. Please use \`${newProp}\` instead.${message2 ? ` ${message2}` : ""}`);
};
return typeWarning;
} : () => {
const noopWarning = () => {
};
noopWarning.deprecated = noop;
return noopWarning;
};
var warning_default2 = warning2;
// node_modules/antd/es/form/validateMessagesContext.js
var import_react5 = __toESM(require_react());
var validateMessagesContext_default = (0, import_react5.createContext)(void 0);
// node_modules/antd/es/locale/index.js
var React15 = __toESM(require_react());
// node_modules/rc-pagination/es/locale/en_US.js
var locale = {
// Options
items_per_page: "/ page",
jump_to: "Go to",
jump_to_confirm: "confirm",
page: "Page",
// Pagination
prev_page: "Previous Page",
next_page: "Next Page",
prev_5: "Previous 5 Pages",
next_5: "Next 5 Pages",
prev_3: "Previous 3 Pages",
next_3: "Next 3 Pages",
page_size: "Page Size"
};
var en_US_default = locale;
// node_modules/rc-picker/es/locale/common.js
var commonLocale = {
yearFormat: "YYYY",
dayFormat: "D",
cellMeridiemFormat: "A",
monthBeforeYear: true
};
// node_modules/rc-picker/es/locale/en_US.js
var locale2 = _objectSpread2(_objectSpread2({}, commonLocale), {}, {
locale: "en_US",
today: "Today",
now: "Now",
backToToday: "Back to today",
ok: "OK",
clear: "Clear",
week: "Week",
month: "Month",
year: "Year",
timeSelect: "select time",
dateSelect: "select date",
weekSelect: "Choose a week",
monthSelect: "Choose a month",
yearSelect: "Choose a year",
decadeSelect: "Choose a decade",
dateFormat: "M/D/YYYY",
dateTimeFormat: "M/D/YYYY HH:mm:ss",
previousMonth: "Previous month (PageUp)",
nextMonth: "Next month (PageDown)",
previousYear: "Last year (Control + left)",
nextYear: "Next year (Control + right)",
previousDecade: "Last decade",
nextDecade: "Next decade",
previousCentury: "Last century",
nextCentury: "Next century"
});
var en_US_default2 = locale2;
// node_modules/antd/es/time-picker/locale/en_US.js
var locale3 = {
placeholder: "Select time",
rangePlaceholder: ["Start time", "End time"]
};
var en_US_default3 = locale3;
// node_modules/antd/es/date-picker/locale/en_US.js
var locale4 = {
lang: Object.assign({
placeholder: "Select date",
yearPlaceholder: "Select year",
quarterPlaceholder: "Select quarter",
monthPlaceholder: "Select month",
weekPlaceholder: "Select week",
rangePlaceholder: ["Start date", "End date"],
rangeYearPlaceholder: ["Start year", "End year"],
rangeQuarterPlaceholder: ["Start quarter", "End quarter"],
rangeMonthPlaceholder: ["Start month", "End month"],
rangeWeekPlaceholder: ["Start week", "End week"]
}, en_US_default2),
timePickerLocale: Object.assign({}, en_US_default3)
};
var en_US_default4 = locale4;
// node_modules/antd/es/calendar/locale/en_US.js
var en_US_default5 = en_US_default4;
// node_modules/antd/es/locale/en_US.js
var typeTemplate = "${label} is not a valid ${type}";
var localeValues = {
locale: "en",
Pagination: en_US_default,
DatePicker: en_US_default4,
TimePicker: en_US_default3,
Calendar: en_US_default5,
global: {
placeholder: "Please select",
close: "Close"
},
Table: {
filterTitle: "Filter menu",
filterConfirm: "OK",
filterReset: "Reset",
filterEmptyText: "No filters",
filterCheckAll: "Select all items",
filterSearchPlaceholder: "Search in filters",
emptyText: "No data",
selectAll: "Select current page",
selectInvert: "Invert current page",
selectNone: "Clear all data",
selectionAll: "Select all data",
sortTitle: "Sort",
expand: "Expand row",
collapse: "Collapse row",
triggerDesc: "Click to sort descending",
triggerAsc: "Click to sort ascending",
cancelSort: "Click to cancel sorting"
},
Tour: {
Next: "Next",
Previous: "Previous",
Finish: "Finish"
},
Modal: {
okText: "OK",
cancelText: "Cancel",
justOkText: "OK"
},
Popconfirm: {
okText: "OK",
cancelText: "Cancel"
},
Transfer: {
titles: ["", ""],
searchPlaceholder: "Search here",
itemUnit: "item",
itemsUnit: "items",
remove: "Remove",
selectCurrent: "Select current page",
removeCurrent: "Remove current page",
selectAll: "Select all data",
deselectAll: "Deselect all data",
removeAll: "Remove all data",
selectInvert: "Invert current page"
},
Upload: {
uploading: "Uploading...",
removeFile: "Remove file",
uploadError: "Upload error",
previewFile: "Preview file",
downloadFile: "Download file"
},
Empty: {
description: "No data"
},
Icon: {
icon: "icon"
},
Text: {
edit: "Edit",
copy: "Copy",
copied: "Copied",
expand: "Expand",
collapse: "Collapse"
},
Form: {
optional: "(optional)",
defaultValidateMessages: {
default: "Field validation error for ${label}",
required: "Please enter ${label}",
enum: "${label} must be one of [${enum}]",
whitespace: "${label} cannot be a blank character",
date: {
format: "${label} date format is invalid",
parse: "${label} cannot be converted to a date",
invalid: "${label} is an invalid date"
},
types: {
string: typeTemplate,
method: typeTemplate,
array: typeTemplate,
object: typeTemplate,
number: typeTemplate,
date: typeTemplate,
boolean: typeTemplate,
integer: typeTemplate,
float: typeTemplate,
regexp: typeTemplate,
email: typeTemplate,
url: typeTemplate,
hex: typeTemplate
},
string: {
len: "${label} must be ${len} characters",
min: "${label} must be at least ${min} characters",
max: "${label} must be up to ${max} characters",
range: "${label} must be between ${min}-${max} characters"
},
number: {
len: "${label} must be equal to ${len}",
min: "${label} must be minimum ${min}",
max: "${label} must be maximum ${max}",
range: "${label} must be between ${min}-${max}"
},
array: {
len: "Must be ${len} ${label}",
min: "At least ${min} ${label}",
max: "At most ${max} ${label}",
range: "The amount of ${label} must be between ${min}-${max}"
},
pattern: {
mismatch: "${label} does not match the pattern ${pattern}"
}
}
},
Image: {
preview: "Preview"
},
QRCode: {
expired: "QR code expired",
refresh: "Refresh",
scanned: "Scanned"
},
ColorPicker: {
presetEmpty: "Empty",
transparent: "Transparent",
singleColor: "Single",
gradientColor: "Gradient"
}
};
var en_US_default6 = localeValues;
// node_modules/antd/es/modal/locale.js
var runtimeLocale = Object.assign({}, en_US_default6.Modal);
var localeList = [];
var generateLocale = () => localeList.reduce((merged, locale6) => Object.assign(Object.assign({}, merged), locale6), en_US_default6.Modal);
function changeConfirmLocale(newLocale) {
if (newLocale) {
const cloneLocale = Object.assign({}, newLocale);
localeList.push(cloneLocale);
runtimeLocale = generateLocale();
return () => {
localeList = localeList.filter((locale6) => locale6 !== cloneLocale);
runtimeLocale = generateLocale();
};
}
runtimeLocale = Object.assign({}, en_US_default6.Modal);
}
function getConfirmLocale() {
return runtimeLocale;
}
// node_modules/antd/es/locale/context.js
var import_react6 = __toESM(require_react());
var LocaleContext = (0, import_react6.createContext)(void 0);
var context_default = LocaleContext;
// node_modules/antd/es/locale/useLocale.js
var React14 = __toESM(require_react());
var useLocale = (componentName, defaultLocale) => {
const fullLocale = React14.useContext(context_default);
const getLocale = React14.useMemo(() => {
var _a;
const locale6 = defaultLocale || en_US_default6[componentName];
const localeFromContext = (_a = fullLocale === null || fullLocale === void 0 ? void 0 : fullLocale[componentName]) !== null && _a !== void 0 ? _a : {};
return Object.assign(Object.assign({}, typeof locale6 === "function" ? locale6() : locale6), localeFromContext || {});
}, [componentName, defaultLocale, fullLocale]);
const getLocaleCode = React14.useMemo(() => {
const localeCode = fullLocale === null || fullLocale === void 0 ? void 0 : fullLocale.locale;
if ((fullLocale === null || fullLocale === void 0 ? void 0 : fullLocale.exist) && !localeCode) {
return en_US_default6.locale;
}
return localeCode;
}, [fullLocale]);
return [getLocale, getLocaleCode];
};
var useLocale_default = useLocale;
// node_modules/antd/es/locale/index.js
var ANT_MARK = "internalMark";
var LocaleProvider = (props) => {
const {
locale: locale6 = {},
children,
_ANT_MARK__
} = props;
if (true) {
const warning5 = devUseWarning("LocaleProvider");
true ? warning5(_ANT_MARK__ === ANT_MARK, "deprecated", "`LocaleProvider` is deprecated. Please use `locale` with `ConfigProvider` instead: http://u.ant.design/locale") : void 0;
}
React15.useEffect(() => {
const clearLocale = changeConfirmLocale(locale6 === null || locale6 === void 0 ? void 0 : locale6.Modal);
return clearLocale;
}, [locale6]);
const getMemoizedContextValue = React15.useMemo(() => Object.assign(Object.assign({}, locale6), {
exist: true
}), [locale6]);
return React15.createElement(context_default.Provider, {
value: getMemoizedContextValue
}, children);
};
if (true) {
LocaleProvider.displayName = "LocaleProvider";
}
var locale_default = LocaleProvider;
// node_modules/antd/es/theme/context.js
var import_react7 = __toESM(require_react());
// node_modules/antd/es/theme/themes/seed.js
var defaultPresetColors = {
blue: "#1677FF",
purple: "#722ED1",
cyan: "#13C2C2",
green: "#52C41A",
magenta: "#EB2F96",
/**
* @deprecated Use magenta instead
*/
pink: "#EB2F96",
red: "#F5222D",
orange: "#FA8C16",
yellow: "#FADB14",
volcano: "#FA541C",
geekblue: "#2F54EB",
gold: "#FAAD14",
lime: "#A0D911"
};
var seedToken = Object.assign(Object.assign({}, defaultPresetColors), {
// Color
colorPrimary: "#1677ff",
colorSuccess: "#52c41a",
colorWarning: "#faad14",
colorError: "#ff4d4f",
colorInfo: "#1677ff",
colorLink: "",
colorTextBase: "",
colorBgBase: "",
// Font
fontFamily: `-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
'Noto Color Emoji'`,
fontFamilyCode: `'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace`,
fontSize: 14,
// Line
lineWidth: 1,
lineType: "solid",
// Motion
motionUnit: 0.1,
motionBase: 0,
motionEaseOutCirc: "cubic-bezier(0.08, 0.82, 0.17, 1)",
motionEaseInOutCirc: "cubic-bezier(0.78, 0.14, 0.15, 0.86)",
motionEaseOut: "cubic-bezier(0.215, 0.61, 0.355, 1)",
motionEaseInOut: "cubic-bezier(0.645, 0.045, 0.355, 1)",
motionEaseOutBack: "cubic-bezier(0.12, 0.4, 0.29, 1.46)",
motionEaseInBack: "cubic-bezier(0.71, -0.46, 0.88, 0.6)",
motionEaseInQuint: "cubic-bezier(0.755, 0.05, 0.855, 0.06)",
motionEaseOutQuint: "cubic-bezier(0.23, 1, 0.32, 1)",
// Radius
borderRadius: 6,
// Size
sizeUnit: 4,
sizeStep: 4,
sizePopupArrow: 16,
// Control Base
controlHeight: 32,
// zIndex
zIndexBase: 0,
zIndexPopupBase: 1e3,
// Image
opacityImage: 1,
// Wireframe
wireframe: false,
// Motion
motion: true
});
var seed_default = seedToken;
// node_modules/antd/es/theme/themes/shared/genColorMapToken.js
function genColorMapToken(seed, {
generateColorPalettes: generateColorPalettes3,
generateNeutralColorPalettes: generateNeutralColorPalettes3
}) {
const {
colorSuccess: colorSuccessBase,
colorWarning: colorWarningBase,
colorError: colorErrorBase,
colorInfo: colorInfoBase,
colorPrimary: colorPrimaryBase,
colorBgBase,
colorTextBase
} = seed;
const primaryColors = generateColorPalettes3(colorPrimaryBase);
const successColors = generateColorPalettes3(colorSuccessBase);
const warningColors = generateColorPalettes3(colorWarningBase);
const errorColors = generateColorPalettes3(colorErrorBase);
const infoColors = generateColorPalettes3(colorInfoBase);
const neutralColors = generateNeutralColorPalettes3(colorBgBase, colorTextBase);
const colorLink = seed.colorLink || seed.colorInfo;
const linkColors = generateColorPalettes3(colorLink);
const colorErrorBgFilledHover = new FastColor(errorColors[1]).mix(new FastColor(errorColors[3]), 50).toHexString();
return Object.assign(Object.assign({}, neutralColors), {
colorPrimaryBg: primaryColors[1],
colorPrimaryBgHover: primaryColors[2],
colorPrimaryBorder: primaryColors[3],
colorPrimaryBorderHover: primaryColors[4],
colorPrimaryHover: primaryColors[5],
colorPrimary: primaryColors[6],
colorPrimaryActive: primaryColors[7],
colorPrimaryTextHover: primaryColors[8],
colorPrimaryText: primaryColors[9],
colorPrimaryTextActive: primaryColors[10],
colorSuccessBg: successColors[1],
colorSuccessBgHover: successColors[2],
colorSuccessBorder: successColors[3],
colorSuccessBorderHover: successColors[4],
colorSuccessHover: successColors[4],
colorSuccess: successColors[6],
colorSuccessActive: successColors[7],
colorSuccessTextHover: successColors[8],
colorSuccessText: successColors[9],
colorSuccessTextActive: successColors[10],
colorErrorBg: errorColors[1],
colorErrorBgHover: errorColors[2],
colorErrorBgFilledHover,
colorErrorBgActive: errorColors[3],
colorErrorBorder: errorColors[3],
colorErrorBorderHover: errorColors[4],
colorErrorHover: errorColors[5],
colorError: errorColors[6],
colorErrorActive: errorColors[7],
colorErrorTextHover: errorColors[8],
colorErrorText: errorColors[9],
colorErrorTextActive: errorColors[10],
colorWarningBg: warningColors[1],
colorWarningBgHover: warningColors[2],
colorWarningBorder: warningColors[3],
colorWarningBorderHover: warningColors[4],
colorWarningHover: warningColors[4],
colorWarning: warningColors[6],
colorWarningActive: warningColors[7],
colorWarningTextHover: warningColors[8],
colorWarningText: warningColors[9],
colorWarningTextActive: warningColors[10],
colorInfoBg: infoColors[1],
colorInfoBgHover: infoColors[2],
colorInfoBorder: infoColors[3],
colorInfoBorderHover: infoColors[4],
colorInfoHover: infoColors[4],
colorInfo: infoColors[6],
colorInfoActive: infoColors[7],
colorInfoTextHover: infoColors[8],
colorInfoText: infoColors[9],
colorInfoTextActive: infoColors[10],
colorLinkHover: linkColors[4],
colorLink: linkColors[6],
colorLinkActive: linkColors[7],
colorBgMask: new FastColor("#000").setA(0.45).toRgbString(),
colorWhite: "#fff"
});
}
// node_modules/antd/es/theme/themes/shared/genRadius.js
var genRadius = (radiusBase) => {
let radiusLG = radiusBase;
let radiusSM = radiusBase;
let radiusXS = radiusBase;
let radiusOuter = radiusBase;
if (radiusBase < 6 && radiusBase >= 5) {
radiusLG = radiusBase + 1;
} else if (radiusBase < 16 && radiusBase >= 6) {
radiusLG = radiusBase + 2;
} else if (radiusBase >= 16) {
radiusLG = 16;
}
if (radiusBase < 7 && radiusBase >= 5) {
radiusSM = 4;
} else if (radiusBase < 8 && radiusBase >= 7) {
radiusSM = 5;
} else if (radiusBase < 14 && radiusBase >= 8) {
radiusSM = 6;
} else if (radiusBase < 16 && radiusBase >= 14) {
radiusSM = 7;
} else if (radiusBase >= 16) {
radiusSM = 8;
}
if (radiusBase < 6 && radiusBase >= 2) {
radiusXS = 1;
} else if (radiusBase >= 6) {
radiusXS = 2;
}
if (radiusBase > 4 && radiusBase < 8) {
radiusOuter = 4;
} else if (radiusBase >= 8) {
radiusOuter = 6;
}
return {
borderRadius: radiusBase,
borderRadiusXS: radiusXS,
borderRadiusSM: radiusSM,
borderRadiusLG: radiusLG,
borderRadiusOuter: radiusOuter
};
};
var genRadius_default = genRadius;
// node_modules/antd/es/theme/themes/shared/genCommonMapToken.js
function genCommonMapToken(token2) {
const {
motionUnit,
motionBase,
borderRadius,
lineWidth
} = token2;
return Object.assign({
// motion
motionDurationFast: `${(motionBase + motionUnit).toFixed(1)}s`,
motionDurationMid: `${(motionBase + motionUnit * 2).toFixed(1)}s`,
motionDurationSlow: `${(motionBase + motionUnit * 3).toFixed(1)}s`,
// line
lineWidthBold: lineWidth + 1
}, genRadius_default(borderRadius));
}
// node_modules/antd/es/theme/themes/shared/genControlHeight.js
var genControlHeight = (token2) => {
const {
controlHeight
} = token2;
return {
controlHeightSM: controlHeight * 0.75,
controlHeightXS: controlHeight * 0.5,
controlHeightLG: controlHeight * 1.25
};
};
var genControlHeight_default = genControlHeight;
// node_modules/antd/es/theme/themes/shared/genFontSizes.js
function getLineHeight(fontSize) {
return (fontSize + 8) / fontSize;
}
function getFontSizes(base) {
const fontSizes = Array.from({
length: 10
}).map((_, index3) => {
const i = index3 - 1;
const baseSize = base * Math.pow(Math.E, i / 5);
const intSize = index3 > 1 ? Math.floor(baseSize) : Math.ceil(baseSize);
return Math.floor(intSize / 2) * 2;
});
fontSizes[1] = base;
return fontSizes.map((size) => ({
size,
lineHeight: getLineHeight(size)
}));
}
// node_modules/antd/es/theme/themes/shared/genFontMapToken.js
var genFontMapToken = (fontSize) => {
const fontSizePairs = getFontSizes(fontSize);
const fontSizes = fontSizePairs.map((pair) => pair.size);
const lineHeights = fontSizePairs.map((pair) => pair.lineHeight);
const fontSizeMD = fontSizes[1];
const fontSizeSM = fontSizes[0];
const fontSizeLG = fontSizes[2];
const lineHeight = lineHeights[1];
const lineHeightSM = lineHeights[0];
const lineHeightLG = lineHeights[2];
return {
fontSizeSM,
fontSize: fontSizeMD,
fontSizeLG,
fontSizeXL: fontSizes[3],
fontSizeHeading1: fontSizes[6],
fontSizeHeading2: fontSizes[5],
fontSizeHeading3: fontSizes[4],
fontSizeHeading4: fontSizes[3],
fontSizeHeading5: fontSizes[2],
lineHeight,
lineHeightLG,
lineHeightSM,
fontHeight: Math.round(lineHeight * fontSizeMD),
fontHeightLG: Math.round(lineHeightLG * fontSizeLG),
fontHeightSM: Math.round(lineHeightSM * fontSizeSM),
lineHeightHeading1: lineHeights[6],
lineHeightHeading2: lineHeights[5],
lineHeightHeading3: lineHeights[4],
lineHeightHeading4: lineHeights[3],
lineHeightHeading5: lineHeights[2]
};
};
var genFontMapToken_default = genFontMapToken;
// node_modules/antd/es/theme/themes/shared/genSizeMapToken.js
function genSizeMapToken(token2) {
const {
sizeUnit,
sizeStep
} = token2;
return {
sizeXXL: sizeUnit * (sizeStep + 8),
// 48
sizeXL: sizeUnit * (sizeStep + 4),
// 32
sizeLG: sizeUnit * (sizeStep + 2),
// 24
sizeMD: sizeUnit * (sizeStep + 1),
// 20
sizeMS: sizeUnit * sizeStep,
// 16
size: sizeUnit * sizeStep,
// 16
sizeSM: sizeUnit * (sizeStep - 1),
// 12
sizeXS: sizeUnit * (sizeStep - 2),
// 8
sizeXXS: sizeUnit * (sizeStep - 3)
// 4
};
}
// node_modules/antd/es/theme/themes/default/colorAlgorithm.js
var getAlphaColor = (baseColor, alpha) => new FastColor(baseColor).setA(alpha).toRgbString();
var getSolidColor = (baseColor, brightness) => {
const instance = new FastColor(baseColor);
return instance.darken(brightness).toHexString();
};
// node_modules/antd/es/theme/themes/default/colors.js
var generateColorPalettes = (baseColor) => {
const colors = generate(baseColor);
return {
1: colors[0],
2: colors[1],
3: colors[2],
4: colors[3],
5: colors[4],
6: colors[5],
7: colors[6],
8: colors[4],
9: colors[5],
10: colors[6]
// 8: colors[7],
// 9: colors[8],
// 10: colors[9],
};
};
var generateNeutralColorPalettes = (bgBaseColor, textBaseColor) => {
const colorBgBase = bgBaseColor || "#fff";
const colorTextBase = textBaseColor || "#000";
return {
colorBgBase,
colorTextBase,
colorText: getAlphaColor(colorTextBase, 0.88),
colorTextSecondary: getAlphaColor(colorTextBase, 0.65),
colorTextTertiary: getAlphaColor(colorTextBase, 0.45),
colorTextQuaternary: getAlphaColor(colorTextBase, 0.25),
colorFill: getAlphaColor(colorTextBase, 0.15),
colorFillSecondary: getAlphaColor(colorTextBase, 0.06),
colorFillTertiary: getAlphaColor(colorTextBase, 0.04),
colorFillQuaternary: getAlphaColor(colorTextBase, 0.02),
colorBgSolid: getAlphaColor(colorTextBase, 1),
colorBgSolidHover: getAlphaColor(colorTextBase, 0.75),
colorBgSolidActive: getAlphaColor(colorTextBase, 0.95),
colorBgLayout: getSolidColor(colorBgBase, 4),
colorBgContainer: getSolidColor(colorBgBase, 0),
colorBgElevated: getSolidColor(colorBgBase, 0),
colorBgSpotlight: getAlphaColor(colorTextBase, 0.85),
colorBgBlur: "transparent",
colorBorder: getSolidColor(colorBgBase, 15),
colorBorderSecondary: getSolidColor(colorBgBase, 6)
};
};
// node_modules/antd/es/theme/themes/default/index.js
function derivative(token2) {
presetPrimaryColors.pink = presetPrimaryColors.magenta;
presetPalettes.pink = presetPalettes.magenta;
const colorPalettes = Object.keys(defaultPresetColors).map((colorKey) => {
const colors = token2[colorKey] === presetPrimaryColors[colorKey] ? presetPalettes[colorKey] : generate(token2[colorKey]);
return Array.from({
length: 10
}, () => 1).reduce((prev2, _, i) => {
prev2[`${colorKey}-${i + 1}`] = colors[i];
prev2[`${colorKey}${i + 1}`] = colors[i];
return prev2;
}, {});
}).reduce((prev2, cur) => {
prev2 = Object.assign(Object.assign({}, prev2), cur);
return prev2;
}, {});
return Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, token2), colorPalettes), genColorMapToken(token2, {
generateColorPalettes,
generateNeutralColorPalettes
})), genFontMapToken_default(token2.fontSize)), genSizeMapToken(token2)), genControlHeight_default(token2)), genCommonMapToken(token2));
}
// node_modules/antd/es/theme/themes/default/theme.js
var defaultTheme = createTheme(derivative);
var theme_default = defaultTheme;
// node_modules/antd/es/theme/context.js
var defaultConfig = {
token: seed_default,
override: {
override: seed_default
},
hashed: true
};
var DesignTokenContext = import_react7.default.createContext(defaultConfig);
// node_modules/antd/es/config-provider/context.js
var React17 = __toESM(require_react());
var defaultPrefixCls = "ant";
var defaultIconPrefixCls = "anticon";
var Variants = ["outlined", "borderless", "filled", "underlined"];
var defaultGetPrefixCls = (suffixCls, customizePrefixCls) => {
if (customizePrefixCls) {
return customizePrefixCls;
}
return suffixCls ? `${defaultPrefixCls}-${suffixCls}` : defaultPrefixCls;
};
var ConfigContext = React17.createContext({
// We provide a default function for Context without provider
getPrefixCls: defaultGetPrefixCls,
iconPrefixCls: defaultIconPrefixCls
});
var {
Consumer: ConfigConsumer
} = ConfigContext;
var EMPTY_OBJECT = {};
function useComponentConfig(propName) {
const context = React17.useContext(ConfigContext);
const {
getPrefixCls,
direction,
getPopupContainer
} = context;
const propValue = context[propName];
return Object.assign(Object.assign({
classNames: EMPTY_OBJECT,
styles: EMPTY_OBJECT
}, propValue), {
getPrefixCls,
direction,
getPopupContainer
});
}
// node_modules/antd/es/config-provider/cssVariables.js
var dynamicStyleMark = `-ant-${Date.now()}-${Math.random()}`;
function getStyle(globalPrefixCls2, theme) {
const variables = {};
const formatColor = (color, updater) => {
let clone = color.clone();
clone = (updater === null || updater === void 0 ? void 0 : updater(clone)) || clone;
return clone.toRgbString();
};
const fillColor = (colorVal, type5) => {
const baseColor = new FastColor(colorVal);
const colorPalettes = generate(baseColor.toRgbString());
variables[`${type5}-color`] = formatColor(baseColor);
variables[`${type5}-color-disabled`] = colorPalettes[1];
variables[`${type5}-color-hover`] = colorPalettes[4];
variables[`${type5}-color-active`] = colorPalettes[6];
variables[`${type5}-color-outline`] = baseColor.clone().setA(0.2).toRgbString();
variables[`${type5}-color-deprecated-bg`] = colorPalettes[0];
variables[`${type5}-color-deprecated-border`] = colorPalettes[2];
};
if (theme.primaryColor) {
fillColor(theme.primaryColor, "primary");
const primaryColor = new FastColor(theme.primaryColor);
const primaryColors = generate(primaryColor.toRgbString());
primaryColors.forEach((color, index3) => {
variables[`primary-${index3 + 1}`] = color;
});
variables["primary-color-deprecated-l-35"] = formatColor(primaryColor, (c) => c.lighten(35));
variables["primary-color-deprecated-l-20"] = formatColor(primaryColor, (c) => c.lighten(20));
variables["primary-color-deprecated-t-20"] = formatColor(primaryColor, (c) => c.tint(20));
variables["primary-color-deprecated-t-50"] = formatColor(primaryColor, (c) => c.tint(50));
variables["primary-color-deprecated-f-12"] = formatColor(primaryColor, (c) => c.setA(c.a * 0.12));
const primaryActiveColor = new FastColor(primaryColors[0]);
variables["primary-color-active-deprecated-f-30"] = formatColor(primaryActiveColor, (c) => c.setA(c.a * 0.3));
variables["primary-color-active-deprecated-d-02"] = formatColor(primaryActiveColor, (c) => c.darken(2));
}
if (theme.successColor) {
fillColor(theme.successColor, "success");
}
if (theme.warningColor) {
fillColor(theme.warningColor, "warning");
}
if (theme.errorColor) {
fillColor(theme.errorColor, "error");
}
if (theme.infoColor) {
fillColor(theme.infoColor, "info");
}
const cssList = Object.keys(variables).map((key) => `--${globalPrefixCls2}-${key}: ${variables[key]};`);
return `
:root {
${cssList.join("\n")}
}
`.trim();
}
function registerTheme(globalPrefixCls2, theme) {
const style2 = getStyle(globalPrefixCls2, theme);
if (canUseDom()) {
updateCSS(style2, `${dynamicStyleMark}-dynamic-theme`);
} else {
true ? warning_default2(false, "ConfigProvider", "SSR do not support dynamic theme with css variables.") : void 0;
}
}
// node_modules/antd/es/config-provider/DisabledContext.js
var React18 = __toESM(require_react());
var DisabledContext = React18.createContext(false);
var DisabledContextProvider = ({
children,
disabled
}) => {
const originDisabled = React18.useContext(DisabledContext);
return React18.createElement(DisabledContext.Provider, {
value: disabled !== null && disabled !== void 0 ? disabled : originDisabled
}, children);
};
var DisabledContext_default = DisabledContext;
// node_modules/antd/es/config-provider/hooks/useConfig.js
var import_react8 = __toESM(require_react());
// node_modules/antd/es/config-provider/SizeContext.js
var React19 = __toESM(require_react());
var SizeContext = React19.createContext(void 0);
var SizeContextProvider = ({
children,
size
}) => {
const originSize = React19.useContext(SizeContext);
return React19.createElement(SizeContext.Provider, {
value: size || originSize
}, children);
};
var SizeContext_default = SizeContext;
// node_modules/antd/es/config-provider/hooks/useConfig.js
function useConfig() {
const componentDisabled = (0, import_react8.useContext)(DisabledContext_default);
const componentSize = (0, import_react8.useContext)(SizeContext_default);
return {
componentDisabled,
componentSize
};
}
var useConfig_default = useConfig;
// node_modules/@ant-design/cssinjs-utils/es/util/genStyleUtils.js
var import_react10 = __toESM(require_react());
// node_modules/@ant-design/cssinjs-utils/es/util/calc/calculator.js
var AbstractCalculator3 = _createClass(function AbstractCalculator4() {
_classCallCheck(this, AbstractCalculator4);
});
var calculator_default2 = AbstractCalculator3;
// node_modules/@ant-design/cssinjs-utils/es/util/calc/CSSCalculator.js
var CALC_UNIT2 = "CALC_UNIT";
var regexp2 = new RegExp(CALC_UNIT2, "g");
function unit3(value) {
if (typeof value === "number") {
return "".concat(value).concat(CALC_UNIT2);
}
return value;
}
var CSSCalculator2 = function(_AbstractCalculator) {
_inherits(CSSCalculator3, _AbstractCalculator);
var _super = _createSuper(CSSCalculator3);
function CSSCalculator3(num, unitlessCssVar) {
var _this;
_classCallCheck(this, CSSCalculator3);
_this = _super.call(this);
_defineProperty(_assertThisInitialized(_this), "result", "");
_defineProperty(_assertThisInitialized(_this), "unitlessCssVar", void 0);
_defineProperty(_assertThisInitialized(_this), "lowPriority", void 0);
var numType = _typeof(num);
_this.unitlessCssVar = unitlessCssVar;
if (num instanceof CSSCalculator3) {
_this.result = "(".concat(num.result, ")");
} else if (numType === "number") {
_this.result = unit3(num);
} else if (numType === "string") {
_this.result = num;
}
return _this;
}
_createClass(CSSCalculator3, [{
key: "add",
value: function add(num) {
if (num instanceof CSSCalculator3) {
this.result = "".concat(this.result, " + ").concat(num.getResult());
} else if (typeof num === "number" || typeof num === "string") {
this.result = "".concat(this.result, " + ").concat(unit3(num));
}
this.lowPriority = true;
return this;
}
}, {
key: "sub",
value: function sub(num) {
if (num instanceof CSSCalculator3) {
this.result = "".concat(this.result, " - ").concat(num.getResult());
} else if (typeof num === "number" || typeof num === "string") {
this.result = "".concat(this.result, " - ").concat(unit3(num));
}
this.lowPriority = true;
return this;
}
}, {
key: "mul",
value: function mul(num) {
if (this.lowPriority) {
this.result = "(".concat(this.result, ")");
}
if (num instanceof CSSCalculator3) {
this.result = "".concat(this.result, " * ").concat(num.getResult(true));
} else if (typeof num === "number" || typeof num === "string") {
this.result = "".concat(this.result, " * ").concat(num);
}
this.lowPriority = false;
return this;
}
}, {
key: "div",
value: function div(num) {
if (this.lowPriority) {
this.result = "(".concat(this.result, ")");
}
if (num instanceof CSSCalculator3) {
this.result = "".concat(this.result, " / ").concat(num.getResult(true));
} else if (typeof num === "number" || typeof num === "string") {
this.result = "".concat(this.result, " / ").concat(num);
}
this.lowPriority = false;
return this;
}
}, {
key: "getResult",
value: function getResult(force) {
return this.lowPriority || force ? "(".concat(this.result, ")") : this.result;
}
}, {
key: "equal",
value: function equal(options) {
var _this2 = this;
var _ref = options || {}, cssUnit = _ref.unit;
var mergedUnit = true;
if (typeof cssUnit === "boolean") {
mergedUnit = cssUnit;
} else if (Array.from(this.unitlessCssVar).some(function(cssVar) {
return _this2.result.includes(cssVar);
})) {
mergedUnit = false;
}
this.result = this.result.replace(regexp2, mergedUnit ? "px" : "");
if (typeof this.lowPriority !== "undefined") {
return "calc(".concat(this.result, ")");
}
return this.result;
}
}]);
return CSSCalculator3;
}(calculator_default2);
// node_modules/@ant-design/cssinjs-utils/es/util/calc/NumCalculator.js
var NumCalculator2 = function(_AbstractCalculator) {
_inherits(NumCalculator3, _AbstractCalculator);
var _super = _createSuper(NumCalculator3);
function NumCalculator3(num) {
var _this;
_classCallCheck(this, NumCalculator3);
_this = _super.call(this);
_defineProperty(_assertThisInitialized(_this), "result", 0);
if (num instanceof NumCalculator3) {
_this.result = num.result;
} else if (typeof num === "number") {
_this.result = num;
}
return _this;
}
_createClass(NumCalculator3, [{
key: "add",
value: function add(num) {
if (num instanceof NumCalculator3) {
this.result += num.result;
} else if (typeof num === "number") {
this.result += num;
}
return this;
}
}, {
key: "sub",
value: function sub(num) {
if (num instanceof NumCalculator3) {
this.result -= num.result;
} else if (typeof num === "number") {
this.result -= num;
}
return this;
}
}, {
key: "mul",
value: function mul(num) {
if (num instanceof NumCalculator3) {
this.result *= num.result;
} else if (typeof num === "number") {
this.result *= num;
}
return this;
}
}, {
key: "div",
value: function div(num) {
if (num instanceof NumCalculator3) {
this.result /= num.result;
} else if (typeof num === "number") {
this.result /= num;
}
return this;
}
}, {
key: "equal",
value: function equal() {
return this.result;
}
}]);
return NumCalculator3;
}(calculator_default2);
var NumCalculator_default = NumCalculator2;
// node_modules/@ant-design/cssinjs-utils/es/util/calc/index.js
var genCalc = function genCalc2(type5, unitlessCssVar) {
var Calculator = type5 === "css" ? CSSCalculator2 : NumCalculator_default;
return function(num) {
return new Calculator(num, unitlessCssVar);
};
};
var calc_default2 = genCalc;
// node_modules/@ant-design/cssinjs-utils/es/util/getCompVarPrefix.js
var getCompVarPrefix = function getCompVarPrefix2(component, prefix2) {
return "".concat([prefix2, component.replace(/([A-Z]+)([A-Z][a-z]+)/g, "$1-$2").replace(/([a-z])([A-Z])/g, "$1-$2")].filter(Boolean).join("-"));
};
var getCompVarPrefix_default = getCompVarPrefix;
// node_modules/rc-util/es/hooks/useEvent.js
var React20 = __toESM(require_react());
function useEvent(callback) {
var fnRef = React20.useRef();
fnRef.current = callback;
var memoFn = React20.useCallback(function() {
var _fnRef$current;
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
args[_key] = arguments[_key];
}
return (_fnRef$current = fnRef.current) === null || _fnRef$current === void 0 ? void 0 : _fnRef$current.call.apply(_fnRef$current, [fnRef].concat(args));
}, []);
return memoFn;
}
// node_modules/rc-util/es/hooks/useState.js
var React21 = __toESM(require_react());
function useSafeState(defaultValue) {
var destroyRef = React21.useRef(false);
var _React$useState = React21.useState(defaultValue), _React$useState2 = _slicedToArray(_React$useState, 2), value = _React$useState2[0], setValue = _React$useState2[1];
React21.useEffect(function() {
destroyRef.current = false;
return function() {
destroyRef.current = true;
};
}, []);
function safeSetState(updater, ignoreDestroy) {
if (ignoreDestroy && destroyRef.current) {
return;
}
setValue(updater);
}
return [value, safeSetState];
}
// node_modules/rc-util/es/hooks/useMergedState.js
function hasValue(value) {
return value !== void 0;
}
function useMergedState(defaultStateValue, option) {
var _ref = option || {}, defaultValue = _ref.defaultValue, value = _ref.value, onChange = _ref.onChange, postState = _ref.postState;
var _useState = useSafeState(function() {
if (hasValue(value)) {
return value;
} else if (hasValue(defaultValue)) {
return typeof defaultValue === "function" ? defaultValue() : defaultValue;
} else {
return typeof defaultStateValue === "function" ? defaultStateValue() : defaultStateValue;
}
}), _useState2 = _slicedToArray(_useState, 2), innerValue = _useState2[0], setInnerValue = _useState2[1];
var mergedValue = value !== void 0 ? value : innerValue;
var postMergedValue = postState ? postState(mergedValue) : mergedValue;
var onChangeFn = useEvent(onChange);
var _useState3 = useSafeState([mergedValue]), _useState4 = _slicedToArray(_useState3, 2), prevValue = _useState4[0], setPrevValue = _useState4[1];
useLayoutUpdateEffect(function() {
var prev2 = prevValue[0];
if (innerValue !== prev2) {
onChangeFn(innerValue, prev2);
}
}, [prevValue]);
useLayoutUpdateEffect(function() {
if (!hasValue(value)) {
setInnerValue(value);
}
}, [value]);
var triggerChange = useEvent(function(updater, ignoreDestroy) {
setInnerValue(updater, ignoreDestroy);
setPrevValue([mergedValue], ignoreDestroy);
});
return [postMergedValue, triggerChange];
}
// node_modules/@ant-design/cssinjs-utils/es/util/getComponentToken.js
function getComponentToken(component, token2, defaultToken, options) {
var customToken = _objectSpread2({}, token2[component]);
if (options !== null && options !== void 0 && options.deprecatedTokens) {
var deprecatedTokens = options.deprecatedTokens;
deprecatedTokens.forEach(function(_ref) {
var _ref2 = _slicedToArray(_ref, 2), oldTokenKey = _ref2[0], newTokenKey = _ref2[1];
if (true) {
warning_default(!(customToken !== null && customToken !== void 0 && customToken[oldTokenKey]), "Component Token `".concat(String(oldTokenKey), "` of ").concat(String(component), " is deprecated. Please use `").concat(String(newTokenKey), "` instead."));
}
if (customToken !== null && customToken !== void 0 && customToken[oldTokenKey] || customToken !== null && customToken !== void 0 && customToken[newTokenKey]) {
var _customToken$newToken;
(_customToken$newToken = customToken[newTokenKey]) !== null && _customToken$newToken !== void 0 ? _customToken$newToken : customToken[newTokenKey] = customToken === null || customToken === void 0 ? void 0 : customToken[oldTokenKey];
}
});
}
var mergedToken = _objectSpread2(_objectSpread2({}, defaultToken), customToken);
Object.keys(mergedToken).forEach(function(key) {
if (mergedToken[key] === token2[key]) {
delete mergedToken[key];
}
});
return mergedToken;
}
var getComponentToken_default = getComponentToken;
// node_modules/@ant-design/cssinjs-utils/es/util/statistic.js
var enableStatistic = true;
var recording = true;
function merge2() {
for (var _len = arguments.length, objs = new Array(_len), _key = 0; _key < _len; _key++) {
objs[_key] = arguments[_key];
}
if (!enableStatistic) {
return Object.assign.apply(Object, [{}].concat(objs));
}
recording = false;
var ret = {};
objs.forEach(function(obj) {
if (_typeof(obj) !== "object") {
return;
}
var keys2 = Object.keys(obj);
keys2.forEach(function(key) {
Object.defineProperty(ret, key, {
configurable: true,
enumerable: true,
get: function get2() {
return obj[key];
}
});
});
});
recording = true;
return ret;
}
var statistic = {};
function noop2() {
}
var statisticToken = function statisticToken2(token2) {
var tokenKeys2;
var proxy = token2;
var flush = noop2;
if (enableStatistic && typeof Proxy !== "undefined") {
tokenKeys2 = /* @__PURE__ */ new Set();
proxy = new Proxy(token2, {
get: function get2(obj, prop) {
if (recording) {
var _tokenKeys;
(_tokenKeys = tokenKeys2) === null || _tokenKeys === void 0 || _tokenKeys.add(prop);
}
return obj[prop];
}
});
flush = function flush2(componentName, componentToken) {
var _statistic$componentN;
statistic[componentName] = {
global: Array.from(tokenKeys2),
component: _objectSpread2(_objectSpread2({}, (_statistic$componentN = statistic[componentName]) === null || _statistic$componentN === void 0 ? void 0 : _statistic$componentN.component), componentToken)
};
};
}
return {
token: proxy,
keys: tokenKeys2,
flush
};
};
var statistic_default = statisticToken;
// node_modules/@ant-design/cssinjs-utils/es/util/getDefaultComponentToken.js
function getDefaultComponentToken(component, token2, getDefaultToken) {
if (typeof getDefaultToken === "function") {
var _token$component;
return getDefaultToken(merge2(token2, (_token$component = token2[component]) !== null && _token$component !== void 0 ? _token$component : {}));
}
return getDefaultToken !== null && getDefaultToken !== void 0 ? getDefaultToken : {};
}
var getDefaultComponentToken_default = getDefaultComponentToken;
// node_modules/@ant-design/cssinjs-utils/es/util/maxmin.js
function genMaxMin(type5) {
if (type5 === "js") {
return {
max: Math.max,
min: Math.min
};
}
return {
max: function max() {
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
args[_key] = arguments[_key];
}
return "max(".concat(args.map(function(value) {
return unit2(value);
}).join(","), ")");
},
min: function min() {
for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
args[_key2] = arguments[_key2];
}
return "min(".concat(args.map(function(value) {
return unit2(value);
}).join(","), ")");
}
};
}
var maxmin_default = genMaxMin;
// node_modules/@ant-design/cssinjs-utils/es/_util/hooks/useUniqueMemo.js
var import_react9 = __toESM(require_react());
var BEAT_LIMIT = 1e3 * 60 * 10;
var ArrayKeyMap = function() {
function ArrayKeyMap2() {
_classCallCheck(this, ArrayKeyMap2);
_defineProperty(this, "map", /* @__PURE__ */ new Map());
_defineProperty(this, "objectIDMap", /* @__PURE__ */ new WeakMap());
_defineProperty(this, "nextID", 0);
_defineProperty(this, "lastAccessBeat", /* @__PURE__ */ new Map());
_defineProperty(this, "accessBeat", 0);
}
_createClass(ArrayKeyMap2, [{
key: "set",
value: function set2(keys2, value) {
this.clear();
var compositeKey = this.getCompositeKey(keys2);
this.map.set(compositeKey, value);
this.lastAccessBeat.set(compositeKey, Date.now());
}
}, {
key: "get",
value: function get2(keys2) {
var compositeKey = this.getCompositeKey(keys2);
var cache = this.map.get(compositeKey);
this.lastAccessBeat.set(compositeKey, Date.now());
this.accessBeat += 1;
return cache;
}
}, {
key: "getCompositeKey",
value: function getCompositeKey(keys2) {
var _this = this;
var ids = keys2.map(function(key) {
if (key && _typeof(key) === "object") {
return "obj_".concat(_this.getObjectID(key));
}
return "".concat(_typeof(key), "_").concat(key);
});
return ids.join("|");
}
}, {
key: "getObjectID",
value: function getObjectID(obj) {
if (this.objectIDMap.has(obj)) {
return this.objectIDMap.get(obj);
}
var id = this.nextID;
this.objectIDMap.set(obj, id);
this.nextID += 1;
return id;
}
}, {
key: "clear",
value: function clear() {
var _this2 = this;
if (this.accessBeat > 1e4) {
var now2 = Date.now();
this.lastAccessBeat.forEach(function(beat, key) {
if (now2 - beat > BEAT_LIMIT) {
_this2.map.delete(key);
_this2.lastAccessBeat.delete(key);
}
});
this.accessBeat = 0;
}
}
}]);
return ArrayKeyMap2;
}();
var uniqueMap = new ArrayKeyMap();
function useUniqueMemo(memoFn, deps) {
return import_react9.default.useMemo(function() {
var cachedValue = uniqueMap.get(deps);
if (cachedValue) {
return cachedValue;
}
var newValue = memoFn();
uniqueMap.set(deps, newValue);
return newValue;
}, deps);
}
var useUniqueMemo_default = useUniqueMemo;
// node_modules/@ant-design/cssinjs-utils/es/hooks/useCSP.js
var useDefaultCSP = function useDefaultCSP2() {
return {};
};
var useCSP_default = useDefaultCSP;
// node_modules/@ant-design/cssinjs-utils/es/util/genStyleUtils.js
function genStyleUtils(config) {
var _config$useCSP = config.useCSP, useCSP = _config$useCSP === void 0 ? useCSP_default : _config$useCSP, useToken3 = config.useToken, usePrefix = config.usePrefix, getResetStyles2 = config.getResetStyles, getCommonStyle = config.getCommonStyle, getCompUnitless = config.getCompUnitless;
function genStyleHooks2(component, styleFn, getDefaultToken, options) {
var componentName = Array.isArray(component) ? component[0] : component;
function prefixToken(key) {
return "".concat(String(componentName)).concat(key.slice(0, 1).toUpperCase()).concat(key.slice(1));
}
var originUnitless = (options === null || options === void 0 ? void 0 : options.unitless) || {};
var originCompUnitless = typeof getCompUnitless === "function" ? getCompUnitless(component) : {};
var compUnitless = _objectSpread2(_objectSpread2({}, originCompUnitless), {}, _defineProperty({}, prefixToken("zIndexPopup"), true));
Object.keys(originUnitless).forEach(function(key) {
compUnitless[prefixToken(key)] = originUnitless[key];
});
var mergedOptions = _objectSpread2(_objectSpread2({}, options), {}, {
unitless: compUnitless,
prefixToken
});
var useStyle = genComponentStyleHook2(component, styleFn, getDefaultToken, mergedOptions);
var useCSSVar = genCSSVarRegister(componentName, getDefaultToken, mergedOptions);
return function(prefixCls) {
var rootCls = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : prefixCls;
var _useStyle = useStyle(prefixCls, rootCls), _useStyle2 = _slicedToArray(_useStyle, 2), hashId = _useStyle2[1];
var _useCSSVar = useCSSVar(rootCls), _useCSSVar2 = _slicedToArray(_useCSSVar, 2), wrapCSSVar = _useCSSVar2[0], cssVarCls = _useCSSVar2[1];
return [wrapCSSVar, hashId, cssVarCls];
};
}
function genCSSVarRegister(component, getDefaultToken, options) {
var compUnitless = options.unitless, _options$injectStyle = options.injectStyle, injectStyle = _options$injectStyle === void 0 ? true : _options$injectStyle, prefixToken = options.prefixToken, ignore2 = options.ignore;
var CSSVarRegister = function CSSVarRegister2(_ref) {
var rootCls = _ref.rootCls, _ref$cssVar = _ref.cssVar, cssVar = _ref$cssVar === void 0 ? {} : _ref$cssVar;
var _useToken = useToken3(), realToken = _useToken.realToken;
useCSSVarRegister_default({
path: [component],
prefix: cssVar.prefix,
key: cssVar.key,
unitless: compUnitless,
ignore: ignore2,
token: realToken,
scope: rootCls
}, function() {
var defaultToken = getDefaultComponentToken_default(component, realToken, getDefaultToken);
var componentToken = getComponentToken_default(component, realToken, defaultToken, {
deprecatedTokens: options === null || options === void 0 ? void 0 : options.deprecatedTokens
});
Object.keys(defaultToken).forEach(function(key) {
componentToken[prefixToken(key)] = componentToken[key];
delete componentToken[key];
});
return componentToken;
});
return null;
};
var useCSSVar = function useCSSVar2(rootCls) {
var _useToken2 = useToken3(), cssVar = _useToken2.cssVar;
return [function(node2) {
return injectStyle && cssVar ? import_react10.default.createElement(import_react10.default.Fragment, null, import_react10.default.createElement(CSSVarRegister, {
rootCls,
cssVar,
component
}), node2) : node2;
}, cssVar === null || cssVar === void 0 ? void 0 : cssVar.key];
};
return useCSSVar;
}
function genComponentStyleHook2(componentName, styleFn, getDefaultToken) {
var options = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
var cells = Array.isArray(componentName) ? componentName : [componentName, componentName];
var _cells = _slicedToArray(cells, 1), component = _cells[0];
var concatComponent = cells.join("-");
var mergedLayer = config.layer || {
name: "antd"
};
return function(prefixCls) {
var rootCls = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : prefixCls;
var _useToken3 = useToken3(), theme = _useToken3.theme, realToken = _useToken3.realToken, hashId = _useToken3.hashId, token2 = _useToken3.token, cssVar = _useToken3.cssVar;
var _usePrefix = usePrefix(), rootPrefixCls = _usePrefix.rootPrefixCls, iconPrefixCls = _usePrefix.iconPrefixCls;
var csp = useCSP();
var type5 = cssVar ? "css" : "js";
var calc = useUniqueMemo_default(function() {
var unitlessCssVar = /* @__PURE__ */ new Set();
if (cssVar) {
Object.keys(options.unitless || {}).forEach(function(key) {
unitlessCssVar.add(token2CSSVar(key, cssVar.prefix));
unitlessCssVar.add(token2CSSVar(key, getCompVarPrefix_default(component, cssVar.prefix)));
});
}
return calc_default2(type5, unitlessCssVar);
}, [type5, component, cssVar === null || cssVar === void 0 ? void 0 : cssVar.prefix]);
var _genMaxMin = maxmin_default(type5), max = _genMaxMin.max, min = _genMaxMin.min;
var sharedConfig = {
theme,
token: token2,
hashId,
nonce: function nonce() {
return csp.nonce;
},
clientOnly: options.clientOnly,
layer: mergedLayer,
// antd is always at top of styles
order: options.order || -999
};
if (typeof getResetStyles2 === "function") {
useStyleRegister(_objectSpread2(_objectSpread2({}, sharedConfig), {}, {
clientOnly: false,
path: ["Shared", rootPrefixCls]
}), function() {
return getResetStyles2(token2, {
prefix: {
rootPrefixCls,
iconPrefixCls
},
csp
});
});
}
var wrapSSR = useStyleRegister(_objectSpread2(_objectSpread2({}, sharedConfig), {}, {
path: [concatComponent, prefixCls, iconPrefixCls]
}), function() {
if (options.injectStyle === false) {
return [];
}
var _statisticToken = statistic_default(token2), proxyToken = _statisticToken.token, flush = _statisticToken.flush;
var defaultComponentToken = getDefaultComponentToken_default(component, realToken, getDefaultToken);
var componentCls = ".".concat(prefixCls);
var componentToken = getComponentToken_default(component, realToken, defaultComponentToken, {
deprecatedTokens: options.deprecatedTokens
});
if (cssVar && defaultComponentToken && _typeof(defaultComponentToken) === "object") {
Object.keys(defaultComponentToken).forEach(function(key) {
defaultComponentToken[key] = "var(".concat(token2CSSVar(key, getCompVarPrefix_default(component, cssVar.prefix)), ")");
});
}
var mergedToken = merge2(proxyToken, {
componentCls,
prefixCls,
iconCls: ".".concat(iconPrefixCls),
antCls: ".".concat(rootPrefixCls),
calc,
// @ts-ignore
max,
// @ts-ignore
min
}, cssVar ? defaultComponentToken : componentToken);
var styleInterpolation = styleFn(mergedToken, {
hashId,
prefixCls,
rootPrefixCls,
iconPrefixCls
});
flush(component, componentToken);
var commonStyle = typeof getCommonStyle === "function" ? getCommonStyle(mergedToken, prefixCls, rootCls, options.resetFont) : null;
return [options.resetStyle === false ? null : commonStyle, styleInterpolation];
});
return [wrapSSR, hashId];
};
}
function genSubStyleComponent2(componentName, styleFn, getDefaultToken) {
var options = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
var useStyle = genComponentStyleHook2(componentName, styleFn, getDefaultToken, _objectSpread2({
resetStyle: false,
// Sub Style should default after root one
order: -998
}, options));
var StyledComponent = function StyledComponent2(_ref2) {
var prefixCls = _ref2.prefixCls, _ref2$rootCls = _ref2.rootCls, rootCls = _ref2$rootCls === void 0 ? prefixCls : _ref2$rootCls;
useStyle(prefixCls, rootCls);
return null;
};
if (true) {
StyledComponent.displayName = "SubStyle_".concat(String(Array.isArray(componentName) ? componentName.join(".") : componentName));
}
return StyledComponent;
}
return {
genStyleHooks: genStyleHooks2,
genSubStyleComponent: genSubStyleComponent2,
genComponentStyleHook: genComponentStyleHook2
};
}
var genStyleUtils_default = genStyleUtils;
// node_modules/antd/es/theme/interface/presetColors.js
var PresetColors = ["blue", "purple", "cyan", "green", "magenta", "pink", "red", "orange", "yellow", "volcano", "geekblue", "lime", "gold"];
// node_modules/antd/es/theme/useToken.js
var import_react11 = __toESM(require_react());
// node_modules/antd/es/version/version.js
var version_default = "5.29.3";
// node_modules/antd/es/version/index.js
var version_default2 = version_default;
// node_modules/antd/es/theme/util/getAlphaColor.js
function isStableColor(color) {
return color >= 0 && color <= 255;
}
function getAlphaColor2(frontColor, backgroundColor) {
const {
r: fR,
g: fG,
b: fB,
a: originAlpha
} = new FastColor(frontColor).toRgb();
if (originAlpha < 1) {
return frontColor;
}
const {
r: bR,
g: bG,
b: bB
} = new FastColor(backgroundColor).toRgb();
for (let fA = 0.01; fA <= 1; fA += 0.01) {
const r2 = Math.round((fR - bR * (1 - fA)) / fA);
const g = Math.round((fG - bG * (1 - fA)) / fA);
const b = Math.round((fB - bB * (1 - fA)) / fA);
if (isStableColor(r2) && isStableColor(g) && isStableColor(b)) {
return new FastColor({
r: r2,
g,
b,
a: Math.round(fA * 100) / 100
}).toRgbString();
}
}
return new FastColor({
r: fR,
g: fG,
b: fB,
a: 1
}).toRgbString();
}
var getAlphaColor_default = getAlphaColor2;
// node_modules/antd/es/theme/util/alias.js
var __rest = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
function formatToken(derivativeToken) {
const {
override
} = derivativeToken, restToken = __rest(derivativeToken, ["override"]);
const overrideTokens = Object.assign({}, override);
Object.keys(seed_default).forEach((token2) => {
delete overrideTokens[token2];
});
const mergedToken = Object.assign(Object.assign({}, restToken), overrideTokens);
const screenXS = 480;
const screenSM = 576;
const screenMD = 768;
const screenLG = 992;
const screenXL = 1200;
const screenXXL = 1600;
if (mergedToken.motion === false) {
const fastDuration = "0s";
mergedToken.motionDurationFast = fastDuration;
mergedToken.motionDurationMid = fastDuration;
mergedToken.motionDurationSlow = fastDuration;
}
const aliasToken = Object.assign(Object.assign(Object.assign({}, mergedToken), {
// ============== Background ============== //
colorFillContent: mergedToken.colorFillSecondary,
colorFillContentHover: mergedToken.colorFill,
colorFillAlter: mergedToken.colorFillQuaternary,
colorBgContainerDisabled: mergedToken.colorFillTertiary,
// ============== Split ============== //
colorBorderBg: mergedToken.colorBgContainer,
colorSplit: getAlphaColor_default(mergedToken.colorBorderSecondary, mergedToken.colorBgContainer),
// ============== Text ============== //
colorTextPlaceholder: mergedToken.colorTextQuaternary,
colorTextDisabled: mergedToken.colorTextQuaternary,
colorTextHeading: mergedToken.colorText,
colorTextLabel: mergedToken.colorTextSecondary,
colorTextDescription: mergedToken.colorTextTertiary,
colorTextLightSolid: mergedToken.colorWhite,
colorHighlight: mergedToken.colorError,
colorBgTextHover: mergedToken.colorFillSecondary,
colorBgTextActive: mergedToken.colorFill,
colorIcon: mergedToken.colorTextTertiary,
colorIconHover: mergedToken.colorText,
colorErrorOutline: getAlphaColor_default(mergedToken.colorErrorBg, mergedToken.colorBgContainer),
colorWarningOutline: getAlphaColor_default(mergedToken.colorWarningBg, mergedToken.colorBgContainer),
// Font
fontSizeIcon: mergedToken.fontSizeSM,
// Line
lineWidthFocus: mergedToken.lineWidth * 3,
// Control
lineWidth: mergedToken.lineWidth,
controlOutlineWidth: mergedToken.lineWidth * 2,
// Checkbox size and expand icon size
controlInteractiveSize: mergedToken.controlHeight / 2,
controlItemBgHover: mergedToken.colorFillTertiary,
controlItemBgActive: mergedToken.colorPrimaryBg,
controlItemBgActiveHover: mergedToken.colorPrimaryBgHover,
controlItemBgActiveDisabled: mergedToken.colorFill,
controlTmpOutline: mergedToken.colorFillQuaternary,
controlOutline: getAlphaColor_default(mergedToken.colorPrimaryBg, mergedToken.colorBgContainer),
lineType: mergedToken.lineType,
borderRadius: mergedToken.borderRadius,
borderRadiusXS: mergedToken.borderRadiusXS,
borderRadiusSM: mergedToken.borderRadiusSM,
borderRadiusLG: mergedToken.borderRadiusLG,
fontWeightStrong: 600,
opacityLoading: 0.65,
linkDecoration: "none",
linkHoverDecoration: "none",
linkFocusDecoration: "none",
controlPaddingHorizontal: 12,
controlPaddingHorizontalSM: 8,
paddingXXS: mergedToken.sizeXXS,
paddingXS: mergedToken.sizeXS,
paddingSM: mergedToken.sizeSM,
padding: mergedToken.size,
paddingMD: mergedToken.sizeMD,
paddingLG: mergedToken.sizeLG,
paddingXL: mergedToken.sizeXL,
paddingContentHorizontalLG: mergedToken.sizeLG,
paddingContentVerticalLG: mergedToken.sizeMS,
paddingContentHorizontal: mergedToken.sizeMS,
paddingContentVertical: mergedToken.sizeSM,
paddingContentHorizontalSM: mergedToken.size,
paddingContentVerticalSM: mergedToken.sizeXS,
marginXXS: mergedToken.sizeXXS,
marginXS: mergedToken.sizeXS,
marginSM: mergedToken.sizeSM,
margin: mergedToken.size,
marginMD: mergedToken.sizeMD,
marginLG: mergedToken.sizeLG,
marginXL: mergedToken.sizeXL,
marginXXL: mergedToken.sizeXXL,
boxShadow: `
0 6px 16px 0 rgba(0, 0, 0, 0.08),
0 3px 6px -4px rgba(0, 0, 0, 0.12),
0 9px 28px 8px rgba(0, 0, 0, 0.05)
`,
boxShadowSecondary: `
0 6px 16px 0 rgba(0, 0, 0, 0.08),
0 3px 6px -4px rgba(0, 0, 0, 0.12),
0 9px 28px 8px rgba(0, 0, 0, 0.05)
`,
boxShadowTertiary: `
0 1px 2px 0 rgba(0, 0, 0, 0.03),
0 1px 6px -1px rgba(0, 0, 0, 0.02),
0 2px 4px 0 rgba(0, 0, 0, 0.02)
`,
screenXS,
screenXSMin: screenXS,
screenXSMax: screenSM - 1,
screenSM,
screenSMMin: screenSM,
screenSMMax: screenMD - 1,
screenMD,
screenMDMin: screenMD,
screenMDMax: screenLG - 1,
screenLG,
screenLGMin: screenLG,
screenLGMax: screenXL - 1,
screenXL,
screenXLMin: screenXL,
screenXLMax: screenXXL - 1,
screenXXL,
screenXXLMin: screenXXL,
boxShadowPopoverArrow: "2px 2px 5px rgba(0, 0, 0, 0.05)",
boxShadowCard: `
0 1px 2px -2px ${new FastColor("rgba(0, 0, 0, 0.16)").toRgbString()},
0 3px 6px 0 ${new FastColor("rgba(0, 0, 0, 0.12)").toRgbString()},
0 5px 12px 4px ${new FastColor("rgba(0, 0, 0, 0.09)").toRgbString()}
`,
boxShadowDrawerRight: `
-6px 0 16px 0 rgba(0, 0, 0, 0.08),
-3px 0 6px -4px rgba(0, 0, 0, 0.12),
-9px 0 28px 8px rgba(0, 0, 0, 0.05)
`,
boxShadowDrawerLeft: `
6px 0 16px 0 rgba(0, 0, 0, 0.08),
3px 0 6px -4px rgba(0, 0, 0, 0.12),
9px 0 28px 8px rgba(0, 0, 0, 0.05)
`,
boxShadowDrawerUp: `
0 6px 16px 0 rgba(0, 0, 0, 0.08),
0 3px 6px -4px rgba(0, 0, 0, 0.12),
0 9px 28px 8px rgba(0, 0, 0, 0.05)
`,
boxShadowDrawerDown: `
0 -6px 16px 0 rgba(0, 0, 0, 0.08),
0 -3px 6px -4px rgba(0, 0, 0, 0.12),
0 -9px 28px 8px rgba(0, 0, 0, 0.05)
`,
boxShadowTabsOverflowLeft: "inset 10px 0 8px -8px rgba(0, 0, 0, 0.08)",
boxShadowTabsOverflowRight: "inset -10px 0 8px -8px rgba(0, 0, 0, 0.08)",
boxShadowTabsOverflowTop: "inset 0 10px 8px -8px rgba(0, 0, 0, 0.08)",
boxShadowTabsOverflowBottom: "inset 0 -10px 8px -8px rgba(0, 0, 0, 0.08)"
}), overrideTokens);
return aliasToken;
}
// node_modules/antd/es/theme/useToken.js
var __rest2 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var unitless = {
lineHeight: true,
lineHeightSM: true,
lineHeightLG: true,
lineHeightHeading1: true,
lineHeightHeading2: true,
lineHeightHeading3: true,
lineHeightHeading4: true,
lineHeightHeading5: true,
opacityLoading: true,
fontWeightStrong: true,
zIndexPopupBase: true,
zIndexBase: true,
opacityImage: true
};
var ignore = {
motionBase: true,
motionUnit: true
};
var preserve = {
screenXS: true,
screenXSMin: true,
screenXSMax: true,
screenSM: true,
screenSMMin: true,
screenSMMax: true,
screenMD: true,
screenMDMin: true,
screenMDMax: true,
screenLG: true,
screenLGMin: true,
screenLGMax: true,
screenXL: true,
screenXLMin: true,
screenXLMax: true,
screenXXL: true,
screenXXLMin: true
};
var getComputedToken3 = (originToken, overrideToken, theme) => {
const derivativeToken = theme.getDerivativeToken(originToken);
const {
override
} = overrideToken, components2 = __rest2(overrideToken, ["override"]);
let mergedDerivativeToken = Object.assign(Object.assign({}, derivativeToken), {
override
});
mergedDerivativeToken = formatToken(mergedDerivativeToken);
if (components2) {
Object.entries(components2).forEach(([key, value]) => {
const {
theme: componentTheme
} = value, componentTokens = __rest2(value, ["theme"]);
let mergedComponentToken = componentTokens;
if (componentTheme) {
mergedComponentToken = getComputedToken3(Object.assign(Object.assign({}, mergedDerivativeToken), componentTokens), {
override: componentTokens
}, componentTheme);
}
mergedDerivativeToken[key] = mergedComponentToken;
});
}
return mergedDerivativeToken;
};
function useToken() {
const {
token: rootDesignToken,
hashed,
theme,
override,
cssVar
} = import_react11.default.useContext(DesignTokenContext);
const salt = `${version_default2}-${hashed || ""}`;
const mergedTheme = theme || theme_default;
const [token2, hashId, realToken] = useCacheToken(mergedTheme, [seed_default, rootDesignToken], {
salt,
override,
getComputedToken: getComputedToken3,
// formatToken will not be consumed after 1.15.0 with getComputedToken.
// But token will break if @ant-design/cssinjs is under 1.15.0 without it
formatToken,
cssVar: cssVar && {
prefix: cssVar.prefix,
key: cssVar.key,
unitless,
ignore,
preserve
}
});
return [mergedTheme, realToken, hashed ? hashId : "", token2, cssVar];
}
// node_modules/antd/es/theme/util/genStyleUtils.js
var import_react12 = __toESM(require_react());
// node_modules/antd/es/style/index.js
var textEllipsis = {
overflow: "hidden",
whiteSpace: "nowrap",
textOverflow: "ellipsis"
};
var resetComponent = (token2, needInheritFontFamily = false) => ({
boxSizing: "border-box",
margin: 0,
padding: 0,
color: token2.colorText,
fontSize: token2.fontSize,
// font-variant: @font-variant-base;
lineHeight: token2.lineHeight,
listStyle: "none",
// font-feature-settings: @font-feature-settings-base;
fontFamily: needInheritFontFamily ? "inherit" : token2.fontFamily
});
var resetIcon = () => ({
display: "inline-flex",
alignItems: "center",
color: "inherit",
fontStyle: "normal",
lineHeight: 0,
textAlign: "center",
textTransform: "none",
// for SVG icon, see https://blog.prototypr.io/align-svg-icons-to-text-and-say-goodbye-to-font-icons-d44b3d7b26b4
verticalAlign: "-0.125em",
textRendering: "optimizeLegibility",
"-webkit-font-smoothing": "antialiased",
"-moz-osx-font-smoothing": "grayscale",
"> *": {
lineHeight: 1
},
svg: {
display: "inline-block"
}
});
var clearFix = () => ({
// https://github.com/ant-design/ant-design/issues/21301#issuecomment-583955229
"&::before": {
display: "table",
content: '""'
},
"&::after": {
// https://github.com/ant-design/ant-design/issues/21864
display: "table",
clear: "both",
content: '""'
}
});
var genLinkStyle = (token2) => ({
a: {
color: token2.colorLink,
textDecoration: token2.linkDecoration,
backgroundColor: "transparent",
// remove the gray background on active links in IE 10.
outline: "none",
cursor: "pointer",
transition: `color ${token2.motionDurationSlow}`,
"-webkit-text-decoration-skip": "objects",
// remove gaps in links underline in iOS 8+ and Safari 8+.
"&:hover": {
color: token2.colorLinkHover
},
"&:active": {
color: token2.colorLinkActive
},
"&:active, &:hover": {
textDecoration: token2.linkHoverDecoration,
outline: 0
},
// https://github.com/ant-design/ant-design/issues/22503
"&:focus": {
textDecoration: token2.linkFocusDecoration,
outline: 0
},
"&[disabled]": {
color: token2.colorTextDisabled,
cursor: "not-allowed"
}
}
});
var genCommonStyle = (token2, componentPrefixCls, rootCls, resetFont) => {
const prefixSelector = `[class^="${componentPrefixCls}"], [class*=" ${componentPrefixCls}"]`;
const rootPrefixSelector = rootCls ? `.${rootCls}` : prefixSelector;
const resetStyle = {
boxSizing: "border-box",
"&::before, &::after": {
boxSizing: "border-box"
}
};
let resetFontStyle = {};
if (resetFont !== false) {
resetFontStyle = {
fontFamily: token2.fontFamily,
fontSize: token2.fontSize
};
}
return {
[rootPrefixSelector]: Object.assign(Object.assign(Object.assign({}, resetFontStyle), resetStyle), {
[prefixSelector]: resetStyle
})
};
};
var genFocusOutline = (token2, offset3) => ({
outline: `${unit2(token2.lineWidthFocus)} solid ${token2.colorPrimaryBorder}`,
outlineOffset: offset3 !== null && offset3 !== void 0 ? offset3 : 1,
transition: "outline-offset 0s, outline 0s"
});
var genFocusStyle = (token2, offset3) => ({
"&:focus-visible": genFocusOutline(token2, offset3)
});
var genIconStyle = (iconPrefixCls) => ({
[`.${iconPrefixCls}`]: Object.assign(Object.assign({}, resetIcon()), {
[`.${iconPrefixCls} .${iconPrefixCls}-icon`]: {
display: "block"
}
})
});
var operationUnit = (token2) => Object.assign(Object.assign({
// FIXME: This use link but is a operation unit. Seems should be a colorPrimary.
// And Typography use this to generate link style which should not do this.
color: token2.colorLink,
textDecoration: token2.linkDecoration,
outline: "none",
cursor: "pointer",
transition: `all ${token2.motionDurationSlow}`,
border: 0,
padding: 0,
background: "none",
userSelect: "none"
}, genFocusStyle(token2)), {
"&:hover": {
color: token2.colorLinkHover,
textDecoration: token2.linkHoverDecoration
},
"&:focus": {
color: token2.colorLinkHover,
textDecoration: token2.linkFocusDecoration
},
"&:active": {
color: token2.colorLinkActive,
textDecoration: token2.linkHoverDecoration
}
});
// node_modules/antd/es/theme/util/genStyleUtils.js
var {
genStyleHooks,
genComponentStyleHook,
genSubStyleComponent
} = genStyleUtils_default({
usePrefix: () => {
const {
getPrefixCls,
iconPrefixCls
} = (0, import_react12.useContext)(ConfigContext);
const rootPrefixCls = getPrefixCls();
return {
rootPrefixCls,
iconPrefixCls
};
},
useToken: () => {
const [theme, realToken, hashId, token2, cssVar] = useToken();
return {
theme,
realToken,
hashId,
token: token2,
cssVar
};
},
useCSP: () => {
const {
csp
} = (0, import_react12.useContext)(ConfigContext);
return csp !== null && csp !== void 0 ? csp : {};
},
getResetStyles: (token2, config) => {
var _a;
const linkStyle = genLinkStyle(token2);
return [linkStyle, {
"&": linkStyle
}, genIconStyle((_a = config === null || config === void 0 ? void 0 : config.prefix.iconPrefixCls) !== null && _a !== void 0 ? _a : defaultIconPrefixCls)];
},
getCommonStyle: genCommonStyle,
getCompUnitless: () => unitless
});
// node_modules/antd/es/theme/util/genPresetColor.js
function genPresetColor(token2, genCss) {
return PresetColors.reduce((prev2, colorKey) => {
const lightColor = token2[`${colorKey}1`];
const lightBorderColor = token2[`${colorKey}3`];
const darkColor = token2[`${colorKey}6`];
const textColor = token2[`${colorKey}7`];
return Object.assign(Object.assign({}, prev2), genCss(colorKey, {
lightColor,
lightBorderColor,
darkColor,
textColor
}));
}, {});
}
// node_modules/antd/es/theme/util/useResetIconStyle.js
var useResetIconStyle = (iconPrefixCls, csp) => {
const [theme, token2] = useToken();
return useStyleRegister({
theme,
token: token2,
hashId: "",
path: ["ant-design-icons", iconPrefixCls],
nonce: () => csp === null || csp === void 0 ? void 0 : csp.nonce,
layer: {
name: "antd"
}
}, () => genIconStyle(iconPrefixCls));
};
var useResetIconStyle_default = useResetIconStyle;
// node_modules/antd/es/config-provider/hooks/useThemeKey.js
var React25 = __toESM(require_react());
var fullClone3 = Object.assign({}, React25);
var {
useId
} = fullClone3;
var useEmptyId = () => "";
var useThemeKey = typeof useId === "undefined" ? useEmptyId : useId;
var useThemeKey_default = useThemeKey;
// node_modules/antd/es/config-provider/hooks/useTheme.js
function useTheme(theme, parentTheme, config) {
var _a, _b;
const warning5 = devUseWarning("ConfigProvider");
const themeConfig = theme || {};
const parentThemeConfig = themeConfig.inherit === false || !parentTheme ? Object.assign(Object.assign({}, defaultConfig), {
hashed: (_a = parentTheme === null || parentTheme === void 0 ? void 0 : parentTheme.hashed) !== null && _a !== void 0 ? _a : defaultConfig.hashed,
cssVar: parentTheme === null || parentTheme === void 0 ? void 0 : parentTheme.cssVar
}) : parentTheme;
const themeKey = useThemeKey_default();
if (true) {
const cssVarEnabled = themeConfig.cssVar || parentThemeConfig.cssVar;
const validKey = !!(typeof themeConfig.cssVar === "object" && ((_b = themeConfig.cssVar) === null || _b === void 0 ? void 0 : _b.key) || themeKey);
true ? warning5(!cssVarEnabled || validKey, "breaking", "Missing key in `cssVar` config. Please upgrade to React 18 or set `cssVar.key` manually in each ConfigProvider inside `cssVar` enabled ConfigProvider.") : void 0;
}
return useMemo(() => {
var _a2, _b2;
if (!theme) {
return parentTheme;
}
const mergedComponents = Object.assign({}, parentThemeConfig.components);
Object.keys(theme.components || {}).forEach((componentName) => {
mergedComponents[componentName] = Object.assign(Object.assign({}, mergedComponents[componentName]), theme.components[componentName]);
});
const cssVarKey = `css-var-${themeKey.replace(/:/g, "")}`;
const mergedCssVar = ((_a2 = themeConfig.cssVar) !== null && _a2 !== void 0 ? _a2 : parentThemeConfig.cssVar) && Object.assign(Object.assign(Object.assign({
prefix: config === null || config === void 0 ? void 0 : config.prefixCls
}, typeof parentThemeConfig.cssVar === "object" ? parentThemeConfig.cssVar : {}), typeof themeConfig.cssVar === "object" ? themeConfig.cssVar : {}), {
key: typeof themeConfig.cssVar === "object" && ((_b2 = themeConfig.cssVar) === null || _b2 === void 0 ? void 0 : _b2.key) || cssVarKey
});
return Object.assign(Object.assign(Object.assign({}, parentThemeConfig), themeConfig), {
token: Object.assign(Object.assign({}, parentThemeConfig.token), themeConfig.token),
components: mergedComponents,
cssVar: mergedCssVar
});
}, [themeConfig, parentThemeConfig], (prev2, next2) => prev2.some((prevTheme, index3) => {
const nextTheme = next2[index3];
return !isEqual_default(prevTheme, nextTheme, true);
}));
}
// node_modules/antd/es/config-provider/MotionWrapper.js
var React35 = __toESM(require_react());
// node_modules/rc-motion/es/CSSMotion.js
var import_classnames = __toESM(require_classnames());
var React33 = __toESM(require_react());
var import_react16 = __toESM(require_react());
// node_modules/rc-motion/es/context.js
var React26 = __toESM(require_react());
var _excluded = ["children"];
var Context = React26.createContext({});
function MotionProvider(_ref) {
var children = _ref.children, props = _objectWithoutProperties(_ref, _excluded);
return React26.createElement(Context.Provider, {
value: props
}, children);
}
// node_modules/rc-motion/es/DomWrapper.js
var React27 = __toESM(require_react());
var DomWrapper2 = function(_React$Component) {
_inherits(DomWrapper4, _React$Component);
var _super = _createSuper(DomWrapper4);
function DomWrapper4() {
_classCallCheck(this, DomWrapper4);
return _super.apply(this, arguments);
}
_createClass(DomWrapper4, [{
key: "render",
value: function render2() {
return this.props.children;
}
}]);
return DomWrapper4;
}(React27.Component);
var DomWrapper_default = DomWrapper2;
// node_modules/rc-util/es/hooks/useSyncState.js
var React28 = __toESM(require_react());
function useSyncState(defaultValue) {
var _React$useReducer = React28.useReducer(function(x) {
return x + 1;
}, 0), _React$useReducer2 = _slicedToArray(_React$useReducer, 2), forceUpdate = _React$useReducer2[1];
var currentValueRef = React28.useRef(defaultValue);
var getValue2 = useEvent(function() {
return currentValueRef.current;
});
var setValue = useEvent(function(updater) {
currentValueRef.current = typeof updater === "function" ? updater(currentValueRef.current) : updater;
forceUpdate();
});
return [getValue2, setValue];
}
// node_modules/rc-motion/es/hooks/useStatus.js
var React32 = __toESM(require_react());
var import_react15 = __toESM(require_react());
// node_modules/rc-motion/es/interface.js
var STATUS_NONE = "none";
var STATUS_APPEAR = "appear";
var STATUS_ENTER = "enter";
var STATUS_LEAVE = "leave";
var STEP_NONE = "none";
var STEP_PREPARE = "prepare";
var STEP_START = "start";
var STEP_ACTIVE = "active";
var STEP_ACTIVATED = "end";
var STEP_PREPARED = "prepared";
// node_modules/rc-motion/es/hooks/useDomMotionEvents.js
var React29 = __toESM(require_react());
var import_react13 = __toESM(require_react());
// node_modules/rc-motion/es/util/motion.js
function makePrefixMap(styleProp, eventName) {
var prefixes = {};
prefixes[styleProp.toLowerCase()] = eventName.toLowerCase();
prefixes["Webkit".concat(styleProp)] = "webkit".concat(eventName);
prefixes["Moz".concat(styleProp)] = "moz".concat(eventName);
prefixes["ms".concat(styleProp)] = "MS".concat(eventName);
prefixes["O".concat(styleProp)] = "o".concat(eventName.toLowerCase());
return prefixes;
}
function getVendorPrefixes(domSupport, win) {
var prefixes = {
animationend: makePrefixMap("Animation", "AnimationEnd"),
transitionend: makePrefixMap("Transition", "TransitionEnd")
};
if (domSupport) {
if (!("AnimationEvent" in win)) {
delete prefixes.animationend.animation;
}
if (!("TransitionEvent" in win)) {
delete prefixes.transitionend.transition;
}
}
return prefixes;
}
var vendorPrefixes = getVendorPrefixes(canUseDom(), typeof window !== "undefined" ? window : {});
var style = {};
if (canUseDom()) {
_document$createEleme = document.createElement("div");
style = _document$createEleme.style;
}
var _document$createEleme;
var prefixedEventNames = {};
function getVendorPrefixedEventName(eventName) {
if (prefixedEventNames[eventName]) {
return prefixedEventNames[eventName];
}
var prefixMap = vendorPrefixes[eventName];
if (prefixMap) {
var stylePropList = Object.keys(prefixMap);
var len = stylePropList.length;
for (var i = 0; i < len; i += 1) {
var styleProp = stylePropList[i];
if (Object.prototype.hasOwnProperty.call(prefixMap, styleProp) && styleProp in style) {
prefixedEventNames[eventName] = prefixMap[styleProp];
return prefixedEventNames[eventName];
}
}
}
return "";
}
var internalAnimationEndName = getVendorPrefixedEventName("animationend");
var internalTransitionEndName = getVendorPrefixedEventName("transitionend");
var supportTransition = !!(internalAnimationEndName && internalTransitionEndName);
var animationEndName = internalAnimationEndName || "animationend";
var transitionEndName = internalTransitionEndName || "transitionend";
function getTransitionName(transitionName, transitionType) {
if (!transitionName) return null;
if (_typeof(transitionName) === "object") {
var type5 = transitionType.replace(/-\w/g, function(match3) {
return match3[1].toUpperCase();
});
return transitionName[type5];
}
return "".concat(transitionName, "-").concat(transitionType);
}
// node_modules/rc-motion/es/hooks/useDomMotionEvents.js
var useDomMotionEvents_default = function(onInternalMotionEnd) {
var cacheElementRef = (0, import_react13.useRef)();
function removeMotionEvents(element) {
if (element) {
element.removeEventListener(transitionEndName, onInternalMotionEnd);
element.removeEventListener(animationEndName, onInternalMotionEnd);
}
}
function patchMotionEvents(element) {
if (cacheElementRef.current && cacheElementRef.current !== element) {
removeMotionEvents(cacheElementRef.current);
}
if (element && element !== cacheElementRef.current) {
element.addEventListener(transitionEndName, onInternalMotionEnd);
element.addEventListener(animationEndName, onInternalMotionEnd);
cacheElementRef.current = element;
}
}
React29.useEffect(function() {
return function() {
removeMotionEvents(cacheElementRef.current);
};
}, []);
return [patchMotionEvents, removeMotionEvents];
};
// node_modules/rc-motion/es/hooks/useIsomorphicLayoutEffect.js
var import_react14 = __toESM(require_react());
var useIsomorphicLayoutEffect = canUseDom() ? import_react14.useLayoutEffect : import_react14.useEffect;
var useIsomorphicLayoutEffect_default = useIsomorphicLayoutEffect;
// node_modules/rc-motion/es/hooks/useStepQueue.js
var React31 = __toESM(require_react());
// node_modules/rc-motion/es/hooks/useNextFrame.js
var React30 = __toESM(require_react());
var useNextFrame_default = function() {
var nextFrameRef = React30.useRef(null);
function cancelNextFrame() {
raf_default.cancel(nextFrameRef.current);
}
function nextFrame(callback) {
var delay = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 2;
cancelNextFrame();
var nextFrameId = raf_default(function() {
if (delay <= 1) {
callback({
isCanceled: function isCanceled() {
return nextFrameId !== nextFrameRef.current;
}
});
} else {
nextFrame(callback, delay - 1);
}
});
nextFrameRef.current = nextFrameId;
}
React30.useEffect(function() {
return function() {
cancelNextFrame();
};
}, []);
return [nextFrame, cancelNextFrame];
};
// node_modules/rc-motion/es/hooks/useStepQueue.js
var FULL_STEP_QUEUE = [STEP_PREPARE, STEP_START, STEP_ACTIVE, STEP_ACTIVATED];
var SIMPLE_STEP_QUEUE = [STEP_PREPARE, STEP_PREPARED];
var SkipStep = false;
var DoStep = true;
function isActive(step) {
return step === STEP_ACTIVE || step === STEP_ACTIVATED;
}
var useStepQueue_default = function(status, prepareOnly, callback) {
var _useState = useSafeState(STEP_NONE), _useState2 = _slicedToArray(_useState, 2), step = _useState2[0], setStep = _useState2[1];
var _useNextFrame = useNextFrame_default(), _useNextFrame2 = _slicedToArray(_useNextFrame, 2), nextFrame = _useNextFrame2[0], cancelNextFrame = _useNextFrame2[1];
function startQueue() {
setStep(STEP_PREPARE, true);
}
var STEP_QUEUE = prepareOnly ? SIMPLE_STEP_QUEUE : FULL_STEP_QUEUE;
useIsomorphicLayoutEffect_default(function() {
if (step !== STEP_NONE && step !== STEP_ACTIVATED) {
var index3 = STEP_QUEUE.indexOf(step);
var nextStep = STEP_QUEUE[index3 + 1];
var result = callback(step);
if (result === SkipStep) {
setStep(nextStep, true);
} else if (nextStep) {
nextFrame(function(info) {
function doNext() {
if (info.isCanceled()) return;
setStep(nextStep, true);
}
if (result === true) {
doNext();
} else {
Promise.resolve(result).then(doNext);
}
});
}
}
}, [status, step]);
React31.useEffect(function() {
return function() {
cancelNextFrame();
};
}, []);
return [startQueue, step];
};
// node_modules/rc-motion/es/hooks/useStatus.js
function useStatus(supportMotion, visible, getElement, _ref) {
var _ref$motionEnter = _ref.motionEnter, motionEnter = _ref$motionEnter === void 0 ? true : _ref$motionEnter, _ref$motionAppear = _ref.motionAppear, motionAppear = _ref$motionAppear === void 0 ? true : _ref$motionAppear, _ref$motionLeave = _ref.motionLeave, motionLeave = _ref$motionLeave === void 0 ? true : _ref$motionLeave, motionDeadline = _ref.motionDeadline, motionLeaveImmediately = _ref.motionLeaveImmediately, onAppearPrepare = _ref.onAppearPrepare, onEnterPrepare = _ref.onEnterPrepare, onLeavePrepare = _ref.onLeavePrepare, onAppearStart = _ref.onAppearStart, onEnterStart = _ref.onEnterStart, onLeaveStart = _ref.onLeaveStart, onAppearActive = _ref.onAppearActive, onEnterActive = _ref.onEnterActive, onLeaveActive = _ref.onLeaveActive, onAppearEnd = _ref.onAppearEnd, onEnterEnd = _ref.onEnterEnd, onLeaveEnd = _ref.onLeaveEnd, onVisibleChanged = _ref.onVisibleChanged;
var _useState = useSafeState(), _useState2 = _slicedToArray(_useState, 2), asyncVisible = _useState2[0], setAsyncVisible = _useState2[1];
var _useSyncState = useSyncState(STATUS_NONE), _useSyncState2 = _slicedToArray(_useSyncState, 2), getStatus2 = _useSyncState2[0], setStatus = _useSyncState2[1];
var _useState3 = useSafeState(null), _useState4 = _slicedToArray(_useState3, 2), style2 = _useState4[0], setStyle = _useState4[1];
var currentStatus = getStatus2();
var mountedRef = (0, import_react15.useRef)(false);
var deadlineRef = (0, import_react15.useRef)(null);
function getDomElement() {
return getElement();
}
var activeRef = (0, import_react15.useRef)(false);
function updateMotionEndStatus() {
setStatus(STATUS_NONE);
setStyle(null, true);
}
var onInternalMotionEnd = useEvent(function(event) {
var status = getStatus2();
if (status === STATUS_NONE) {
return;
}
var element = getDomElement();
if (event && !event.deadline && event.target !== element) {
return;
}
var currentActive = activeRef.current;
var canEnd;
if (status === STATUS_APPEAR && currentActive) {
canEnd = onAppearEnd === null || onAppearEnd === void 0 ? void 0 : onAppearEnd(element, event);
} else if (status === STATUS_ENTER && currentActive) {
canEnd = onEnterEnd === null || onEnterEnd === void 0 ? void 0 : onEnterEnd(element, event);
} else if (status === STATUS_LEAVE && currentActive) {
canEnd = onLeaveEnd === null || onLeaveEnd === void 0 ? void 0 : onLeaveEnd(element, event);
}
if (currentActive && canEnd !== false) {
updateMotionEndStatus();
}
});
var _useDomMotionEvents = useDomMotionEvents_default(onInternalMotionEnd), _useDomMotionEvents2 = _slicedToArray(_useDomMotionEvents, 1), patchMotionEvents = _useDomMotionEvents2[0];
var getEventHandlers = function getEventHandlers2(targetStatus) {
switch (targetStatus) {
case STATUS_APPEAR:
return _defineProperty(_defineProperty(_defineProperty({}, STEP_PREPARE, onAppearPrepare), STEP_START, onAppearStart), STEP_ACTIVE, onAppearActive);
case STATUS_ENTER:
return _defineProperty(_defineProperty(_defineProperty({}, STEP_PREPARE, onEnterPrepare), STEP_START, onEnterStart), STEP_ACTIVE, onEnterActive);
case STATUS_LEAVE:
return _defineProperty(_defineProperty(_defineProperty({}, STEP_PREPARE, onLeavePrepare), STEP_START, onLeaveStart), STEP_ACTIVE, onLeaveActive);
default:
return {};
}
};
var eventHandlers = React32.useMemo(function() {
return getEventHandlers(currentStatus);
}, [currentStatus]);
var _useStepQueue = useStepQueue_default(currentStatus, !supportMotion, function(newStep) {
if (newStep === STEP_PREPARE) {
var onPrepare = eventHandlers[STEP_PREPARE];
if (!onPrepare) {
return SkipStep;
}
return onPrepare(getDomElement());
}
if (step in eventHandlers) {
var _eventHandlers$step;
setStyle(((_eventHandlers$step = eventHandlers[step]) === null || _eventHandlers$step === void 0 ? void 0 : _eventHandlers$step.call(eventHandlers, getDomElement(), null)) || null);
}
if (step === STEP_ACTIVE && currentStatus !== STATUS_NONE) {
patchMotionEvents(getDomElement());
if (motionDeadline > 0) {
clearTimeout(deadlineRef.current);
deadlineRef.current = setTimeout(function() {
onInternalMotionEnd({
deadline: true
});
}, motionDeadline);
}
}
if (step === STEP_PREPARED) {
updateMotionEndStatus();
}
return DoStep;
}), _useStepQueue2 = _slicedToArray(_useStepQueue, 2), startStep = _useStepQueue2[0], step = _useStepQueue2[1];
var active = isActive(step);
activeRef.current = active;
var visibleRef = (0, import_react15.useRef)(null);
useIsomorphicLayoutEffect_default(function() {
if (mountedRef.current && visibleRef.current === visible) {
return;
}
setAsyncVisible(visible);
var isMounted = mountedRef.current;
mountedRef.current = true;
var nextStatus;
if (!isMounted && visible && motionAppear) {
nextStatus = STATUS_APPEAR;
}
if (isMounted && visible && motionEnter) {
nextStatus = STATUS_ENTER;
}
if (isMounted && !visible && motionLeave || !isMounted && motionLeaveImmediately && !visible && motionLeave) {
nextStatus = STATUS_LEAVE;
}
var nextEventHandlers = getEventHandlers(nextStatus);
if (nextStatus && (supportMotion || nextEventHandlers[STEP_PREPARE])) {
setStatus(nextStatus);
startStep();
} else {
setStatus(STATUS_NONE);
}
visibleRef.current = visible;
}, [visible]);
(0, import_react15.useEffect)(function() {
if (
// Cancel appear
currentStatus === STATUS_APPEAR && !motionAppear || // Cancel enter
currentStatus === STATUS_ENTER && !motionEnter || // Cancel leave
currentStatus === STATUS_LEAVE && !motionLeave
) {
setStatus(STATUS_NONE);
}
}, [motionAppear, motionEnter, motionLeave]);
(0, import_react15.useEffect)(function() {
return function() {
mountedRef.current = false;
clearTimeout(deadlineRef.current);
};
}, []);
var firstMountChangeRef = React32.useRef(false);
(0, import_react15.useEffect)(function() {
if (asyncVisible) {
firstMountChangeRef.current = true;
}
if (asyncVisible !== void 0 && currentStatus === STATUS_NONE) {
if (firstMountChangeRef.current || asyncVisible) {
onVisibleChanged === null || onVisibleChanged === void 0 || onVisibleChanged(asyncVisible);
}
firstMountChangeRef.current = true;
}
}, [asyncVisible, currentStatus]);
var mergedStyle = style2;
if (eventHandlers[STEP_PREPARE] && step === STEP_START) {
mergedStyle = _objectSpread2({
transition: "none"
}, mergedStyle);
}
return [currentStatus, step, mergedStyle, asyncVisible !== null && asyncVisible !== void 0 ? asyncVisible : visible];
}
// node_modules/rc-motion/es/CSSMotion.js
function genCSSMotion(config) {
var transitionSupport = config;
if (_typeof(config) === "object") {
transitionSupport = config.transitionSupport;
}
function isSupportTransition(props, contextMotion) {
return !!(props.motionName && transitionSupport && contextMotion !== false);
}
var CSSMotion = React33.forwardRef(function(props, ref) {
var _props$visible = props.visible, visible = _props$visible === void 0 ? true : _props$visible, _props$removeOnLeave = props.removeOnLeave, removeOnLeave = _props$removeOnLeave === void 0 ? true : _props$removeOnLeave, forceRender = props.forceRender, children = props.children, motionName = props.motionName, leavedClassName = props.leavedClassName, eventProps = props.eventProps;
var _React$useContext = React33.useContext(Context), contextMotion = _React$useContext.motion;
var supportMotion = isSupportTransition(props, contextMotion);
var nodeRef = (0, import_react16.useRef)();
var wrapperNodeRef = (0, import_react16.useRef)();
function getDomElement() {
try {
return nodeRef.current instanceof HTMLElement ? nodeRef.current : findDOMNode(wrapperNodeRef.current);
} catch (e3) {
return null;
}
}
var _useStatus = useStatus(supportMotion, visible, getDomElement, props), _useStatus2 = _slicedToArray(_useStatus, 4), status = _useStatus2[0], statusStep = _useStatus2[1], statusStyle = _useStatus2[2], mergedVisible = _useStatus2[3];
var renderedRef = React33.useRef(mergedVisible);
if (mergedVisible) {
renderedRef.current = true;
}
var setNodeRef = React33.useCallback(function(node2) {
nodeRef.current = node2;
fillRef(ref, node2);
}, [ref]);
var motionChildren;
var mergedProps = _objectSpread2(_objectSpread2({}, eventProps), {}, {
visible
});
if (!children) {
motionChildren = null;
} else if (status === STATUS_NONE) {
if (mergedVisible) {
motionChildren = children(_objectSpread2({}, mergedProps), setNodeRef);
} else if (!removeOnLeave && renderedRef.current && leavedClassName) {
motionChildren = children(_objectSpread2(_objectSpread2({}, mergedProps), {}, {
className: leavedClassName
}), setNodeRef);
} else if (forceRender || !removeOnLeave && !leavedClassName) {
motionChildren = children(_objectSpread2(_objectSpread2({}, mergedProps), {}, {
style: {
display: "none"
}
}), setNodeRef);
} else {
motionChildren = null;
}
} else {
var statusSuffix;
if (statusStep === STEP_PREPARE) {
statusSuffix = "prepare";
} else if (isActive(statusStep)) {
statusSuffix = "active";
} else if (statusStep === STEP_START) {
statusSuffix = "start";
}
var motionCls = getTransitionName(motionName, "".concat(status, "-").concat(statusSuffix));
motionChildren = children(_objectSpread2(_objectSpread2({}, mergedProps), {}, {
className: (0, import_classnames.default)(getTransitionName(motionName, status), _defineProperty(_defineProperty({}, motionCls, motionCls && statusSuffix), motionName, typeof motionName === "string")),
style: statusStyle
}), setNodeRef);
}
if (React33.isValidElement(motionChildren) && supportRef(motionChildren)) {
var originNodeRef = getNodeRef(motionChildren);
if (!originNodeRef) {
motionChildren = React33.cloneElement(motionChildren, {
ref: setNodeRef
});
}
}
return React33.createElement(DomWrapper_default, {
ref: wrapperNodeRef
}, motionChildren);
});
CSSMotion.displayName = "CSSMotion";
return CSSMotion;
}
var CSSMotion_default = genCSSMotion(supportTransition);
// node_modules/rc-motion/es/CSSMotionList.js
var React34 = __toESM(require_react());
// node_modules/rc-motion/es/util/diff.js
var STATUS_ADD = "add";
var STATUS_KEEP = "keep";
var STATUS_REMOVE = "remove";
var STATUS_REMOVED = "removed";
function wrapKeyToObject(key) {
var keyObj;
if (key && _typeof(key) === "object" && "key" in key) {
keyObj = key;
} else {
keyObj = {
key
};
}
return _objectSpread2(_objectSpread2({}, keyObj), {}, {
key: String(keyObj.key)
});
}
function parseKeys() {
var keys2 = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : [];
return keys2.map(wrapKeyToObject);
}
function diffKeys() {
var prevKeys = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : [];
var currentKeys = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : [];
var list = [];
var currentIndex = 0;
var currentLen = currentKeys.length;
var prevKeyObjects = parseKeys(prevKeys);
var currentKeyObjects = parseKeys(currentKeys);
prevKeyObjects.forEach(function(keyObj) {
var hit = false;
for (var i = currentIndex; i < currentLen; i += 1) {
var currentKeyObj = currentKeyObjects[i];
if (currentKeyObj.key === keyObj.key) {
if (currentIndex < i) {
list = list.concat(currentKeyObjects.slice(currentIndex, i).map(function(obj) {
return _objectSpread2(_objectSpread2({}, obj), {}, {
status: STATUS_ADD
});
}));
currentIndex = i;
}
list.push(_objectSpread2(_objectSpread2({}, currentKeyObj), {}, {
status: STATUS_KEEP
}));
currentIndex += 1;
hit = true;
break;
}
}
if (!hit) {
list.push(_objectSpread2(_objectSpread2({}, keyObj), {}, {
status: STATUS_REMOVE
}));
}
});
if (currentIndex < currentLen) {
list = list.concat(currentKeyObjects.slice(currentIndex).map(function(obj) {
return _objectSpread2(_objectSpread2({}, obj), {}, {
status: STATUS_ADD
});
}));
}
var keys2 = {};
list.forEach(function(_ref) {
var key = _ref.key;
keys2[key] = (keys2[key] || 0) + 1;
});
var duplicatedKeys = Object.keys(keys2).filter(function(key) {
return keys2[key] > 1;
});
duplicatedKeys.forEach(function(matchKey) {
list = list.filter(function(_ref2) {
var key = _ref2.key, status = _ref2.status;
return key !== matchKey || status !== STATUS_REMOVE;
});
list.forEach(function(node2) {
if (node2.key === matchKey) {
node2.status = STATUS_KEEP;
}
});
});
return list;
}
// node_modules/rc-motion/es/CSSMotionList.js
var _excluded2 = ["component", "children", "onVisibleChanged", "onAllRemoved"];
var _excluded22 = ["status"];
var MOTION_PROP_NAMES = ["eventProps", "visible", "children", "motionName", "motionAppear", "motionEnter", "motionLeave", "motionLeaveImmediately", "motionDeadline", "removeOnLeave", "leavedClassName", "onAppearPrepare", "onAppearStart", "onAppearActive", "onAppearEnd", "onEnterStart", "onEnterActive", "onEnterEnd", "onLeaveStart", "onLeaveActive", "onLeaveEnd"];
function genCSSMotionList(transitionSupport) {
var CSSMotion = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : CSSMotion_default;
var CSSMotionList = function(_React$Component) {
_inherits(CSSMotionList2, _React$Component);
var _super = _createSuper(CSSMotionList2);
function CSSMotionList2() {
var _this;
_classCallCheck(this, CSSMotionList2);
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
args[_key] = arguments[_key];
}
_this = _super.call.apply(_super, [this].concat(args));
_defineProperty(_assertThisInitialized(_this), "state", {
keyEntities: []
});
_defineProperty(_assertThisInitialized(_this), "removeKey", function(removeKey) {
_this.setState(function(prevState) {
var nextKeyEntities = prevState.keyEntities.map(function(entity) {
if (entity.key !== removeKey) return entity;
return _objectSpread2(_objectSpread2({}, entity), {}, {
status: STATUS_REMOVED
});
});
return {
keyEntities: nextKeyEntities
};
}, function() {
var keyEntities = _this.state.keyEntities;
var restKeysCount = keyEntities.filter(function(_ref) {
var status = _ref.status;
return status !== STATUS_REMOVED;
}).length;
if (restKeysCount === 0 && _this.props.onAllRemoved) {
_this.props.onAllRemoved();
}
});
});
return _this;
}
_createClass(CSSMotionList2, [{
key: "render",
value: function render2() {
var _this2 = this;
var keyEntities = this.state.keyEntities;
var _this$props = this.props, component = _this$props.component, children = _this$props.children, _onVisibleChanged = _this$props.onVisibleChanged, onAllRemoved = _this$props.onAllRemoved, restProps = _objectWithoutProperties(_this$props, _excluded2);
var Component10 = component || React34.Fragment;
var motionProps = {};
MOTION_PROP_NAMES.forEach(function(prop) {
motionProps[prop] = restProps[prop];
delete restProps[prop];
});
delete restProps.keys;
return React34.createElement(Component10, restProps, keyEntities.map(function(_ref2, index3) {
var status = _ref2.status, eventProps = _objectWithoutProperties(_ref2, _excluded22);
var visible = status === STATUS_ADD || status === STATUS_KEEP;
return React34.createElement(CSSMotion, _extends({}, motionProps, {
key: eventProps.key,
visible,
eventProps,
onVisibleChanged: function onVisibleChanged(changedVisible) {
_onVisibleChanged === null || _onVisibleChanged === void 0 || _onVisibleChanged(changedVisible, {
key: eventProps.key
});
if (!changedVisible) {
_this2.removeKey(eventProps.key);
}
}
}), function(props, ref) {
return children(_objectSpread2(_objectSpread2({}, props), {}, {
index: index3
}), ref);
});
}));
}
}], [{
key: "getDerivedStateFromProps",
value: function getDerivedStateFromProps(_ref3, _ref4) {
var keys2 = _ref3.keys;
var keyEntities = _ref4.keyEntities;
var parsedKeyObjects = parseKeys(keys2);
var mixedKeyEntities = diffKeys(keyEntities, parsedKeyObjects);
return {
keyEntities: mixedKeyEntities.filter(function(entity) {
var prevEntity = keyEntities.find(function(_ref5) {
var key = _ref5.key;
return entity.key === key;
});
if (prevEntity && prevEntity.status === STATUS_REMOVED && entity.status === STATUS_REMOVE) {
return false;
}
return true;
})
};
}
}]);
return CSSMotionList2;
}(React34.Component);
_defineProperty(CSSMotionList, "defaultProps", {
component: "div"
});
return CSSMotionList;
}
var CSSMotionList_default = genCSSMotionList(supportTransition);
// node_modules/rc-motion/es/index.js
var es_default2 = CSSMotion_default;
// node_modules/antd/es/config-provider/MotionWrapper.js
var MotionCacheContext = React35.createContext(true);
if (true) {
MotionCacheContext.displayName = "MotionCacheContext";
}
function MotionWrapper(props) {
const parentMotion = React35.useContext(MotionCacheContext);
const {
children
} = props;
const [, token2] = useToken();
const {
motion: motion2
} = token2;
const needWrapMotionProviderRef = React35.useRef(false);
needWrapMotionProviderRef.current || (needWrapMotionProviderRef.current = parentMotion !== motion2);
if (needWrapMotionProviderRef.current) {
return React35.createElement(MotionCacheContext.Provider, {
value: motion2
}, React35.createElement(MotionProvider, {
motion: motion2
}, children));
}
return children;
}
// node_modules/antd/es/config-provider/PropWarning.js
var React36 = __toESM(require_react());
var PropWarning = React36.memo(({
dropdownMatchSelectWidth
}) => {
const warning5 = devUseWarning("ConfigProvider");
warning5.deprecated(dropdownMatchSelectWidth === void 0, "dropdownMatchSelectWidth", "popupMatchSelectWidth");
return null;
});
if (true) {
PropWarning.displayName = "PropWarning";
}
var PropWarning_default = true ? PropWarning : () => null;
// node_modules/antd/es/config-provider/index.js
var __rest3 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var existThemeConfig = false;
var warnContext = true ? (componentName) => {
true ? warning_default2(!existThemeConfig, componentName, `Static function can not consume context like dynamic theme. Please use 'App' component instead.`) : void 0;
} : (
/* istanbul ignore next */
null
);
var PASSED_PROPS = ["getTargetContainer", "getPopupContainer", "renderEmpty", "input", "pagination", "form", "select", "button"];
var globalPrefixCls;
var globalIconPrefixCls;
var globalTheme;
var globalHolderRender;
function getGlobalPrefixCls() {
return globalPrefixCls || defaultPrefixCls;
}
function getGlobalIconPrefixCls() {
return globalIconPrefixCls || defaultIconPrefixCls;
}
function isLegacyTheme(theme) {
return Object.keys(theme).some((key) => key.endsWith("Color"));
}
var setGlobalConfig = (props) => {
const {
prefixCls,
iconPrefixCls,
theme,
holderRender
} = props;
if (prefixCls !== void 0) {
globalPrefixCls = prefixCls;
}
if (iconPrefixCls !== void 0) {
globalIconPrefixCls = iconPrefixCls;
}
if ("holderRender" in props) {
globalHolderRender = holderRender;
}
if (theme) {
if (isLegacyTheme(theme)) {
true ? warning_default2(false, "ConfigProvider", "`config` of css variable theme is not work in v5. Please use new `theme` config instead.") : void 0;
registerTheme(getGlobalPrefixCls(), theme);
} else {
globalTheme = theme;
}
}
};
var globalConfig = () => ({
getPrefixCls: (suffixCls, customizePrefixCls) => {
if (customizePrefixCls) {
return customizePrefixCls;
}
return suffixCls ? `${getGlobalPrefixCls()}-${suffixCls}` : getGlobalPrefixCls();
},
getIconPrefixCls: getGlobalIconPrefixCls,
getRootPrefixCls: () => {
if (globalPrefixCls) {
return globalPrefixCls;
}
return getGlobalPrefixCls();
},
getTheme: () => globalTheme,
holderRender: globalHolderRender
});
var ProviderChildren = (props) => {
const {
children,
csp: customCsp,
autoInsertSpaceInButton,
alert,
anchor,
form,
locale: locale6,
componentSize,
direction,
space,
splitter,
virtual,
dropdownMatchSelectWidth,
popupMatchSelectWidth,
popupOverflow,
legacyLocale,
parentContext,
iconPrefixCls: customIconPrefixCls,
theme,
componentDisabled,
segmented,
statistic: statistic2,
spin,
calendar,
carousel,
cascader,
collapse,
typography,
checkbox,
descriptions,
divider,
drawer,
skeleton,
steps,
image,
layout,
list,
mentions,
modal,
progress,
result,
slider,
breadcrumb,
menu,
pagination,
input,
textArea,
empty: empty2,
badge,
radio,
rate,
switch: SWITCH,
transfer,
avatar,
message: message2,
tag,
table,
card,
tabs,
timeline,
timePicker,
upload: upload2,
notification: notification2,
tree,
colorPicker,
datePicker,
rangePicker,
flex,
wave,
dropdown,
warning: warningConfig,
tour,
tooltip,
popover,
popconfirm,
floatButton,
floatButtonGroup,
variant,
inputNumber,
treeSelect
} = props;
const getPrefixCls = React37.useCallback((suffixCls, customizePrefixCls) => {
const {
prefixCls
} = props;
if (customizePrefixCls) {
return customizePrefixCls;
}
const mergedPrefixCls = prefixCls || parentContext.getPrefixCls("");
return suffixCls ? `${mergedPrefixCls}-${suffixCls}` : mergedPrefixCls;
}, [parentContext.getPrefixCls, props.prefixCls]);
const iconPrefixCls = customIconPrefixCls || parentContext.iconPrefixCls || defaultIconPrefixCls;
const csp = customCsp || parentContext.csp;
useResetIconStyle_default(iconPrefixCls, csp);
const mergedTheme = useTheme(theme, parentContext.theme, {
prefixCls: getPrefixCls("")
});
if (true) {
existThemeConfig = existThemeConfig || !!mergedTheme;
}
const baseConfig = {
csp,
autoInsertSpaceInButton,
alert,
anchor,
locale: locale6 || legacyLocale,
direction,
space,
splitter,
virtual,
popupMatchSelectWidth: popupMatchSelectWidth !== null && popupMatchSelectWidth !== void 0 ? popupMatchSelectWidth : dropdownMatchSelectWidth,
popupOverflow,
getPrefixCls,
iconPrefixCls,
theme: mergedTheme,
segmented,
statistic: statistic2,
spin,
calendar,
carousel,
cascader,
collapse,
typography,
checkbox,
descriptions,
divider,
drawer,
skeleton,
steps,
image,
input,
textArea,
layout,
list,
mentions,
modal,
progress,
result,
slider,
breadcrumb,
menu,
pagination,
empty: empty2,
badge,
radio,
rate,
switch: SWITCH,
transfer,
avatar,
message: message2,
tag,
table,
card,
tabs,
timeline,
timePicker,
upload: upload2,
notification: notification2,
tree,
colorPicker,
datePicker,
rangePicker,
flex,
wave,
dropdown,
warning: warningConfig,
tour,
tooltip,
popover,
popconfirm,
floatButton,
floatButtonGroup,
variant,
inputNumber,
treeSelect
};
if (true) {
const warningFn = devUseWarning("ConfigProvider");
warningFn(!("autoInsertSpaceInButton" in props), "deprecated", "`autoInsertSpaceInButton` is deprecated. Please use `{ button: { autoInsertSpace: boolean }}` instead.");
}
const config = Object.assign({}, parentContext);
Object.keys(baseConfig).forEach((key) => {
if (baseConfig[key] !== void 0) {
config[key] = baseConfig[key];
}
});
PASSED_PROPS.forEach((propName) => {
const propValue = props[propName];
if (propValue) {
config[propName] = propValue;
}
});
if (typeof autoInsertSpaceInButton !== "undefined") {
config.button = Object.assign({
autoInsertSpace: autoInsertSpaceInButton
}, config.button);
}
const memoedConfig = useMemo(() => config, config, (prevConfig, currentConfig) => {
const prevKeys = Object.keys(prevConfig);
const currentKeys = Object.keys(currentConfig);
return prevKeys.length !== currentKeys.length || prevKeys.some((key) => prevConfig[key] !== currentConfig[key]);
});
const {
layer
} = React37.useContext(StyleContext_default);
const memoIconContextValue = React37.useMemo(() => ({
prefixCls: iconPrefixCls,
csp,
layer: layer ? "antd" : void 0
}), [iconPrefixCls, csp, layer]);
let childNode = React37.createElement(React37.Fragment, null, React37.createElement(PropWarning_default, {
dropdownMatchSelectWidth
}), children);
const validateMessages = React37.useMemo(() => {
var _a, _b, _c, _d;
return merge(((_a = en_US_default6.Form) === null || _a === void 0 ? void 0 : _a.defaultValidateMessages) || {}, ((_c = (_b = memoedConfig.locale) === null || _b === void 0 ? void 0 : _b.Form) === null || _c === void 0 ? void 0 : _c.defaultValidateMessages) || {}, ((_d = memoedConfig.form) === null || _d === void 0 ? void 0 : _d.validateMessages) || {}, (form === null || form === void 0 ? void 0 : form.validateMessages) || {});
}, [memoedConfig, form === null || form === void 0 ? void 0 : form.validateMessages]);
if (Object.keys(validateMessages).length > 0) {
childNode = React37.createElement(validateMessagesContext_default.Provider, {
value: validateMessages
}, childNode);
}
if (locale6) {
childNode = React37.createElement(locale_default, {
locale: locale6,
_ANT_MARK__: ANT_MARK
}, childNode);
}
if (iconPrefixCls || csp) {
childNode = React37.createElement(Context_default.Provider, {
value: memoIconContextValue
}, childNode);
}
if (componentSize) {
childNode = React37.createElement(SizeContextProvider, {
size: componentSize
}, childNode);
}
childNode = React37.createElement(MotionWrapper, null, childNode);
const memoTheme = React37.useMemo(() => {
const _a = mergedTheme || {}, {
algorithm,
token: token2,
components: components2,
cssVar
} = _a, rest = __rest3(_a, ["algorithm", "token", "components", "cssVar"]);
const themeObj = algorithm && (!Array.isArray(algorithm) || algorithm.length > 0) ? createTheme(algorithm) : theme_default;
const parsedComponents = {};
Object.entries(components2 || {}).forEach(([componentName, componentToken]) => {
const parsedToken = Object.assign({}, componentToken);
if ("algorithm" in parsedToken) {
if (parsedToken.algorithm === true) {
parsedToken.theme = themeObj;
} else if (Array.isArray(parsedToken.algorithm) || typeof parsedToken.algorithm === "function") {
parsedToken.theme = createTheme(parsedToken.algorithm);
}
delete parsedToken.algorithm;
}
parsedComponents[componentName] = parsedToken;
});
const mergedToken = Object.assign(Object.assign({}, seed_default), token2);
return Object.assign(Object.assign({}, rest), {
theme: themeObj,
token: mergedToken,
components: parsedComponents,
override: Object.assign({
override: mergedToken
}, parsedComponents),
cssVar
});
}, [mergedTheme]);
if (theme) {
childNode = React37.createElement(DesignTokenContext.Provider, {
value: memoTheme
}, childNode);
}
if (memoedConfig.warning) {
childNode = React37.createElement(WarningContext.Provider, {
value: memoedConfig.warning
}, childNode);
}
if (componentDisabled !== void 0) {
childNode = React37.createElement(DisabledContextProvider, {
disabled: componentDisabled
}, childNode);
}
return React37.createElement(ConfigContext.Provider, {
value: memoedConfig
}, childNode);
};
var ConfigProvider = (props) => {
const context = React37.useContext(ConfigContext);
const antLocale = React37.useContext(context_default);
return React37.createElement(ProviderChildren, Object.assign({
parentContext: context,
legacyLocale: antLocale
}, props));
};
ConfigProvider.ConfigContext = ConfigContext;
ConfigProvider.SizeContext = SizeContext_default;
ConfigProvider.config = setGlobalConfig;
ConfigProvider.useConfig = useConfig_default;
Object.defineProperty(ConfigProvider, "SizeContext", {
get: () => {
true ? warning_default2(false, "ConfigProvider", "ConfigProvider.SizeContext is deprecated. Please use `ConfigProvider.useConfig().componentSize` instead.") : void 0;
return SizeContext_default;
}
});
if (true) {
ConfigProvider.displayName = "ConfigProvider";
}
var config_provider_default = ConfigProvider;
// node_modules/antd/es/affix/style/index.js
var genSharedAffixStyle = (token2) => {
const {
componentCls
} = token2;
return {
[componentCls]: {
position: "fixed",
zIndex: token2.zIndexPopup
}
};
};
var prepareComponentToken = (token2) => ({
zIndexPopup: token2.zIndexBase + 10
});
var style_default = genStyleHooks("Affix", genSharedAffixStyle, prepareComponentToken);
// node_modules/antd/es/affix/utils.js
function getTargetRect(target) {
return target !== window ? target.getBoundingClientRect() : {
top: 0,
bottom: window.innerHeight
};
}
function getFixedTop(placeholderRect, targetRect, offsetTop) {
if (offsetTop !== void 0 && Math.round(targetRect.top) > Math.round(placeholderRect.top) - offsetTop) {
return offsetTop + targetRect.top;
}
return void 0;
}
function getFixedBottom(placeholderRect, targetRect, offsetBottom) {
if (offsetBottom !== void 0 && Math.round(targetRect.bottom) < Math.round(placeholderRect.bottom) + offsetBottom) {
const targetBottomOffset = window.innerHeight - targetRect.bottom;
return offsetBottom + targetBottomOffset;
}
return void 0;
}
// node_modules/antd/es/affix/index.js
var __rest4 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var TRIGGER_EVENTS = ["resize", "scroll", "touchstart", "touchmove", "touchend", "pageshow", "load"];
function getDefaultTarget() {
return typeof window !== "undefined" ? window : null;
}
var AFFIX_STATUS_NONE = 0;
var AFFIX_STATUS_PREPARE = 1;
var Affix = import_react17.default.forwardRef((props, ref) => {
var _a;
const {
style: style2,
offsetTop,
offsetBottom,
prefixCls,
className,
rootClassName,
children,
target,
onChange,
onTestUpdatePosition
} = props, restProps = __rest4(props, ["style", "offsetTop", "offsetBottom", "prefixCls", "className", "rootClassName", "children", "target", "onChange", "onTestUpdatePosition"]);
const {
getPrefixCls,
getTargetContainer
} = import_react17.default.useContext(ConfigContext);
const affixPrefixCls = getPrefixCls("affix", prefixCls);
const [lastAffix, setLastAffix] = import_react17.default.useState(false);
const [affixStyle, setAffixStyle] = import_react17.default.useState();
const [placeholderStyle, setPlaceholderStyle] = import_react17.default.useState();
const status = import_react17.default.useRef(AFFIX_STATUS_NONE);
const prevTarget = import_react17.default.useRef(null);
const prevListener = import_react17.default.useRef(null);
const placeholderNodeRef = import_react17.default.useRef(null);
const fixedNodeRef = import_react17.default.useRef(null);
const timer = import_react17.default.useRef(null);
const targetFunc = (_a = target !== null && target !== void 0 ? target : getTargetContainer) !== null && _a !== void 0 ? _a : getDefaultTarget;
const internalOffsetTop = offsetBottom === void 0 && offsetTop === void 0 ? 0 : offsetTop;
const measure = () => {
if (status.current !== AFFIX_STATUS_PREPARE || !fixedNodeRef.current || !placeholderNodeRef.current || !targetFunc) {
return;
}
const targetNode = targetFunc();
if (targetNode) {
const newState = {
status: AFFIX_STATUS_NONE
};
const placeholderRect = getTargetRect(placeholderNodeRef.current);
if (placeholderRect.top === 0 && placeholderRect.left === 0 && placeholderRect.width === 0 && placeholderRect.height === 0) {
return;
}
const targetRect = getTargetRect(targetNode);
const fixedTop = getFixedTop(placeholderRect, targetRect, internalOffsetTop);
const fixedBottom = getFixedBottom(placeholderRect, targetRect, offsetBottom);
if (fixedTop !== void 0) {
newState.affixStyle = {
position: "fixed",
top: fixedTop,
width: placeholderRect.width,
height: placeholderRect.height
};
newState.placeholderStyle = {
width: placeholderRect.width,
height: placeholderRect.height
};
} else if (fixedBottom !== void 0) {
newState.affixStyle = {
position: "fixed",
bottom: fixedBottom,
width: placeholderRect.width,
height: placeholderRect.height
};
newState.placeholderStyle = {
width: placeholderRect.width,
height: placeholderRect.height
};
}
newState.lastAffix = !!newState.affixStyle;
if (lastAffix !== newState.lastAffix) {
onChange === null || onChange === void 0 ? void 0 : onChange(newState.lastAffix);
}
status.current = newState.status;
setAffixStyle(newState.affixStyle);
setPlaceholderStyle(newState.placeholderStyle);
setLastAffix(newState.lastAffix);
}
};
const prepareMeasure = () => {
status.current = AFFIX_STATUS_PREPARE;
measure();
if (false) {
onTestUpdatePosition === null || onTestUpdatePosition === void 0 ? void 0 : onTestUpdatePosition();
}
};
const updatePosition = throttleByAnimationFrame_default(() => {
prepareMeasure();
});
const lazyUpdatePosition = throttleByAnimationFrame_default(() => {
if (targetFunc && affixStyle) {
const targetNode = targetFunc();
if (targetNode && placeholderNodeRef.current) {
const targetRect = getTargetRect(targetNode);
const placeholderRect = getTargetRect(placeholderNodeRef.current);
const fixedTop = getFixedTop(placeholderRect, targetRect, internalOffsetTop);
const fixedBottom = getFixedBottom(placeholderRect, targetRect, offsetBottom);
if (fixedTop !== void 0 && affixStyle.top === fixedTop || fixedBottom !== void 0 && affixStyle.bottom === fixedBottom) {
return;
}
}
}
prepareMeasure();
});
const addListeners = () => {
const listenerTarget = targetFunc === null || targetFunc === void 0 ? void 0 : targetFunc();
if (!listenerTarget) {
return;
}
TRIGGER_EVENTS.forEach((eventName) => {
var _a2;
if (prevListener.current) {
(_a2 = prevTarget.current) === null || _a2 === void 0 ? void 0 : _a2.removeEventListener(eventName, prevListener.current);
}
listenerTarget === null || listenerTarget === void 0 ? void 0 : listenerTarget.addEventListener(eventName, lazyUpdatePosition);
});
prevTarget.current = listenerTarget;
prevListener.current = lazyUpdatePosition;
};
const removeListeners = () => {
const newTarget = targetFunc === null || targetFunc === void 0 ? void 0 : targetFunc();
TRIGGER_EVENTS.forEach((eventName) => {
var _a2;
newTarget === null || newTarget === void 0 ? void 0 : newTarget.removeEventListener(eventName, lazyUpdatePosition);
if (prevListener.current) {
(_a2 = prevTarget.current) === null || _a2 === void 0 ? void 0 : _a2.removeEventListener(eventName, prevListener.current);
}
});
updatePosition.cancel();
lazyUpdatePosition.cancel();
};
import_react17.default.useImperativeHandle(ref, () => ({
updatePosition
}));
import_react17.default.useEffect(() => {
timer.current = setTimeout(addListeners);
return () => {
if (timer.current) {
clearTimeout(timer.current);
timer.current = null;
}
removeListeners();
};
}, []);
import_react17.default.useEffect(() => {
addListeners();
return () => removeListeners();
}, [target, affixStyle, lastAffix, offsetTop, offsetBottom]);
import_react17.default.useEffect(() => {
updatePosition();
}, [target, offsetTop, offsetBottom]);
const [wrapCSSVar, hashId, cssVarCls] = style_default(affixPrefixCls);
const rootCls = (0, import_classnames2.default)(rootClassName, hashId, affixPrefixCls, cssVarCls);
const mergedCls = (0, import_classnames2.default)({
[rootCls]: affixStyle
});
return wrapCSSVar(import_react17.default.createElement(es_default, {
onResize: updatePosition
}, import_react17.default.createElement("div", Object.assign({
style: style2,
className,
ref: placeholderNodeRef
}, restProps), affixStyle && import_react17.default.createElement("div", {
style: placeholderStyle,
"aria-hidden": "true"
}), import_react17.default.createElement("div", {
className: mergedCls,
ref: fixedNodeRef,
style: affixStyle
}, import_react17.default.createElement(es_default, {
onResize: updatePosition
}, children)))));
});
if (true) {
Affix.displayName = "Affix";
}
var affix_default = Affix;
// node_modules/antd/es/alert/Alert.js
var React40 = __toESM(require_react());
var import_classnames3 = __toESM(require_classnames());
// node_modules/rc-util/es/pickAttrs.js
var attributes = "accept acceptCharset accessKey action allowFullScreen allowTransparency\n alt async autoComplete autoFocus autoPlay capture cellPadding cellSpacing challenge\n charSet checked classID className colSpan cols content contentEditable contextMenu\n controls coords crossOrigin data dateTime default defer dir disabled download draggable\n encType form formAction formEncType formMethod formNoValidate formTarget frameBorder\n headers height hidden high href hrefLang htmlFor httpEquiv icon id inputMode integrity\n is keyParams keyType kind label lang list loop low manifest marginHeight marginWidth max maxLength media\n mediaGroup method min minLength multiple muted name noValidate nonce open\n optimum pattern placeholder poster preload radioGroup readOnly rel required\n reversed role rowSpan rows sandbox scope scoped scrolling seamless selected\n shape size sizes span spellCheck src srcDoc srcLang srcSet start step style\n summary tabIndex target title type useMap value width wmode wrap";
var eventsName = "onCopy onCut onPaste onCompositionEnd onCompositionStart onCompositionUpdate onKeyDown\n onKeyPress onKeyUp onFocus onBlur onChange onInput onSubmit onClick onContextMenu onDoubleClick\n onDrag onDragEnd onDragEnter onDragExit onDragLeave onDragOver onDragStart onDrop onMouseDown\n onMouseEnter onMouseLeave onMouseMove onMouseOut onMouseOver onMouseUp onSelect onTouchCancel\n onTouchEnd onTouchMove onTouchStart onScroll onWheel onAbort onCanPlay onCanPlayThrough\n onDurationChange onEmptied onEncrypted onEnded onError onLoadedData onLoadedMetadata\n onLoadStart onPause onPlay onPlaying onProgress onRateChange onSeeked onSeeking onStalled onSuspend onTimeUpdate onVolumeChange onWaiting onLoad onError";
var propList = "".concat(attributes, " ").concat(eventsName).split(/[\s\n]+/);
var ariaPrefix = "aria-";
var dataPrefix = "data-";
function match2(key, prefix2) {
return key.indexOf(prefix2) === 0;
}
function pickAttrs(props) {
var ariaOnly = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : false;
var mergedConfig;
if (ariaOnly === false) {
mergedConfig = {
aria: true,
data: true,
attr: true
};
} else if (ariaOnly === true) {
mergedConfig = {
aria: true
};
} else {
mergedConfig = _objectSpread2({}, ariaOnly);
}
var attrs = {};
Object.keys(props).forEach(function(key) {
if (
// Aria
mergedConfig.aria && (key === "role" || match2(key, ariaPrefix)) || // Data
mergedConfig.data && match2(key, dataPrefix) || // Attr
mergedConfig.attr && propList.includes(key)
) {
attrs[key] = props[key];
}
});
return attrs;
}
// node_modules/antd/es/_util/reactNode.js
var import_react18 = __toESM(require_react());
function isFragment2(child) {
return child && import_react18.default.isValidElement(child) && child.type === import_react18.default.Fragment;
}
var replaceElement = (element, replacement, props) => {
if (!import_react18.default.isValidElement(element)) {
return replacement;
}
return import_react18.default.cloneElement(element, typeof props === "function" ? props(element.props || {}) : props);
};
function cloneElement3(element, props) {
return replaceElement(element, element, props);
}
// node_modules/antd/es/alert/style/index.js
var genAlertTypeStyle = (bgColor, borderColor, iconColor, token2, alertCls) => ({
background: bgColor,
border: `${unit2(token2.lineWidth)} ${token2.lineType} ${borderColor}`,
[`${alertCls}-icon`]: {
color: iconColor
}
});
var genBaseStyle = (token2) => {
const {
componentCls,
motionDurationSlow: duration,
marginXS,
marginSM,
fontSize,
fontSizeLG,
lineHeight,
borderRadiusLG: borderRadius,
motionEaseInOutCirc,
withDescriptionIconSize,
colorText,
colorTextHeading,
withDescriptionPadding,
defaultPadding
} = token2;
return {
[componentCls]: Object.assign(Object.assign({}, resetComponent(token2)), {
position: "relative",
display: "flex",
alignItems: "center",
padding: defaultPadding,
wordWrap: "break-word",
borderRadius,
[`&${componentCls}-rtl`]: {
direction: "rtl"
},
[`${componentCls}-content`]: {
flex: 1,
minWidth: 0
},
[`${componentCls}-icon`]: {
marginInlineEnd: marginXS,
lineHeight: 0
},
"&-description": {
display: "none",
fontSize,
lineHeight
},
"&-message": {
color: colorTextHeading
},
[`&${componentCls}-motion-leave`]: {
overflow: "hidden",
opacity: 1,
transition: `max-height ${duration} ${motionEaseInOutCirc}, opacity ${duration} ${motionEaseInOutCirc},
padding-top ${duration} ${motionEaseInOutCirc}, padding-bottom ${duration} ${motionEaseInOutCirc},
margin-bottom ${duration} ${motionEaseInOutCirc}`
},
[`&${componentCls}-motion-leave-active`]: {
maxHeight: 0,
marginBottom: "0 !important",
paddingTop: 0,
paddingBottom: 0,
opacity: 0
}
}),
[`${componentCls}-with-description`]: {
alignItems: "flex-start",
padding: withDescriptionPadding,
[`${componentCls}-icon`]: {
marginInlineEnd: marginSM,
fontSize: withDescriptionIconSize,
lineHeight: 0
},
[`${componentCls}-message`]: {
display: "block",
marginBottom: marginXS,
color: colorTextHeading,
fontSize: fontSizeLG
},
[`${componentCls}-description`]: {
display: "block",
color: colorText
}
},
[`${componentCls}-banner`]: {
marginBottom: 0,
border: "0 !important",
borderRadius: 0
}
};
};
var genTypeStyle = (token2) => {
const {
componentCls,
colorSuccess,
colorSuccessBorder,
colorSuccessBg,
colorWarning,
colorWarningBorder,
colorWarningBg,
colorError,
colorErrorBorder,
colorErrorBg,
colorInfo,
colorInfoBorder,
colorInfoBg
} = token2;
return {
[componentCls]: {
"&-success": genAlertTypeStyle(colorSuccessBg, colorSuccessBorder, colorSuccess, token2, componentCls),
"&-info": genAlertTypeStyle(colorInfoBg, colorInfoBorder, colorInfo, token2, componentCls),
"&-warning": genAlertTypeStyle(colorWarningBg, colorWarningBorder, colorWarning, token2, componentCls),
"&-error": Object.assign(Object.assign({}, genAlertTypeStyle(colorErrorBg, colorErrorBorder, colorError, token2, componentCls)), {
[`${componentCls}-description > pre`]: {
margin: 0,
padding: 0
}
})
}
};
};
var genActionStyle = (token2) => {
const {
componentCls,
iconCls,
motionDurationMid,
marginXS,
fontSizeIcon,
colorIcon,
colorIconHover
} = token2;
return {
[componentCls]: {
"&-action": {
marginInlineStart: marginXS
},
[`${componentCls}-close-icon`]: {
marginInlineStart: marginXS,
padding: 0,
overflow: "hidden",
fontSize: fontSizeIcon,
lineHeight: unit2(fontSizeIcon),
backgroundColor: "transparent",
border: "none",
outline: "none",
cursor: "pointer",
[`${iconCls}-close`]: {
color: colorIcon,
transition: `color ${motionDurationMid}`,
"&:hover": {
color: colorIconHover
}
}
},
"&-close-text": {
color: colorIcon,
transition: `color ${motionDurationMid}`,
"&:hover": {
color: colorIconHover
}
}
}
};
};
var prepareComponentToken2 = (token2) => {
const paddingHorizontal = 12;
return {
withDescriptionIconSize: token2.fontSizeHeading3,
defaultPadding: `${token2.paddingContentVerticalSM}px ${paddingHorizontal}px`,
withDescriptionPadding: `${token2.paddingMD}px ${token2.paddingContentHorizontalLG}px`
};
};
var style_default2 = genStyleHooks("Alert", (token2) => [genBaseStyle(token2), genTypeStyle(token2), genActionStyle(token2)], prepareComponentToken2);
// node_modules/antd/es/alert/Alert.js
var __rest5 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var iconMapFilled = {
success: CheckCircleFilled_default,
info: InfoCircleFilled_default,
error: CloseCircleFilled_default,
warning: ExclamationCircleFilled_default
};
var IconNode = (props) => {
const {
icon,
prefixCls,
type: type5
} = props;
const iconType = iconMapFilled[type5] || null;
if (icon) {
return replaceElement(icon, React40.createElement("span", {
className: `${prefixCls}-icon`
}, icon), () => ({
className: (0, import_classnames3.default)(`${prefixCls}-icon`, icon.props.className)
}));
}
return React40.createElement(iconType, {
className: `${prefixCls}-icon`
});
};
var CloseIconNode = (props) => {
const {
isClosable,
prefixCls,
closeIcon,
handleClose,
ariaProps
} = props;
const mergedCloseIcon = closeIcon === true || closeIcon === void 0 ? React40.createElement(CloseOutlined_default, null) : closeIcon;
return isClosable ? React40.createElement("button", Object.assign({
type: "button",
onClick: handleClose,
className: `${prefixCls}-close-icon`,
tabIndex: 0
}, ariaProps), mergedCloseIcon) : null;
};
var Alert = React40.forwardRef((props, ref) => {
const {
description,
prefixCls: customizePrefixCls,
message: message2,
banner,
className,
rootClassName,
style: style2,
onMouseEnter,
onMouseLeave,
onClick,
afterClose,
showIcon,
closable,
closeText,
closeIcon,
action,
id
} = props, otherProps = __rest5(props, ["description", "prefixCls", "message", "banner", "className", "rootClassName", "style", "onMouseEnter", "onMouseLeave", "onClick", "afterClose", "showIcon", "closable", "closeText", "closeIcon", "action", "id"]);
const [closed, setClosed] = React40.useState(false);
if (true) {
const warning5 = devUseWarning("Alert");
warning5.deprecated(!closeText, "closeText", "closable.closeIcon");
}
const internalRef = React40.useRef(null);
React40.useImperativeHandle(ref, () => ({
nativeElement: internalRef.current
}));
const {
getPrefixCls,
direction,
closable: contextClosable,
closeIcon: contextCloseIcon,
className: contextClassName,
style: contextStyle
} = useComponentConfig("alert");
const prefixCls = getPrefixCls("alert", customizePrefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default2(prefixCls);
const handleClose = (e3) => {
var _a;
setClosed(true);
(_a = props.onClose) === null || _a === void 0 ? void 0 : _a.call(props, e3);
};
const type5 = React40.useMemo(() => {
if (props.type !== void 0) {
return props.type;
}
return banner ? "warning" : "info";
}, [props.type, banner]);
const isClosable = React40.useMemo(() => {
if (typeof closable === "object" && closable.closeIcon) {
return true;
}
if (closeText) {
return true;
}
if (typeof closable === "boolean") {
return closable;
}
if (closeIcon !== false && closeIcon !== null && closeIcon !== void 0) {
return true;
}
return !!contextClosable;
}, [closeText, closeIcon, closable, contextClosable]);
const isShowIcon = banner && showIcon === void 0 ? true : showIcon;
const alertCls = (0, import_classnames3.default)(prefixCls, `${prefixCls}-${type5}`, {
[`${prefixCls}-with-description`]: !!description,
[`${prefixCls}-no-icon`]: !isShowIcon,
[`${prefixCls}-banner`]: !!banner,
[`${prefixCls}-rtl`]: direction === "rtl"
}, contextClassName, className, rootClassName, cssVarCls, hashId);
const restProps = pickAttrs(otherProps, {
aria: true,
data: true
});
const mergedCloseIcon = React40.useMemo(() => {
if (typeof closable === "object" && closable.closeIcon) {
return closable.closeIcon;
}
if (closeText) {
return closeText;
}
if (closeIcon !== void 0) {
return closeIcon;
}
if (typeof contextClosable === "object" && contextClosable.closeIcon) {
return contextClosable.closeIcon;
}
return contextCloseIcon;
}, [closeIcon, closable, contextClosable, closeText, contextCloseIcon]);
const mergedAriaProps = React40.useMemo(() => {
const merged = closable !== null && closable !== void 0 ? closable : contextClosable;
if (typeof merged === "object") {
const {
closeIcon: _
} = merged, ariaProps = __rest5(merged, ["closeIcon"]);
return ariaProps;
}
return {};
}, [closable, contextClosable]);
return wrapCSSVar(React40.createElement(es_default2, {
visible: !closed,
motionName: `${prefixCls}-motion`,
motionAppear: false,
motionEnter: false,
onLeaveStart: (node2) => ({
maxHeight: node2.offsetHeight
}),
onLeaveEnd: afterClose
}, ({
className: motionClassName,
style: motionStyle
}, setRef) => React40.createElement("div", Object.assign({
id,
ref: composeRef(internalRef, setRef),
"data-show": !closed,
className: (0, import_classnames3.default)(alertCls, motionClassName),
style: Object.assign(Object.assign(Object.assign({}, contextStyle), style2), motionStyle),
onMouseEnter,
onMouseLeave,
onClick,
role: "alert"
}, restProps), isShowIcon ? React40.createElement(IconNode, {
description,
icon: props.icon,
prefixCls,
type: type5
}) : null, React40.createElement("div", {
className: `${prefixCls}-content`
}, message2 ? React40.createElement("div", {
className: `${prefixCls}-message`
}, message2) : null, description ? React40.createElement("div", {
className: `${prefixCls}-description`
}, description) : null), action ? React40.createElement("div", {
className: `${prefixCls}-action`
}, action) : null, React40.createElement(CloseIconNode, {
isClosable,
prefixCls,
closeIcon: mergedCloseIcon,
handleClose,
ariaProps: mergedAriaProps
}))));
});
if (true) {
Alert.displayName = "Alert";
}
var Alert_default = Alert;
// node_modules/@babel/runtime/helpers/esm/callSuper.js
function _callSuper(t2, o3, e3) {
return o3 = _getPrototypeOf(o3), _possibleConstructorReturn(t2, _isNativeReflectConstruct() ? Reflect.construct(o3, e3 || [], _getPrototypeOf(t2).constructor) : o3.apply(t2, e3));
}
// node_modules/antd/es/alert/ErrorBoundary.js
var React41 = __toESM(require_react());
var ErrorBoundary = function(_React$Component) {
function ErrorBoundary2() {
var _this;
_classCallCheck(this, ErrorBoundary2);
_this = _callSuper(this, ErrorBoundary2, arguments);
_this.state = {
error: void 0,
info: {
componentStack: ""
}
};
return _this;
}
_inherits(ErrorBoundary2, _React$Component);
return _createClass(ErrorBoundary2, [{
key: "componentDidCatch",
value: function componentDidCatch(error, info) {
this.setState({
error,
info
});
}
}, {
key: "render",
value: function render2() {
const {
message: message2,
description,
id,
children
} = this.props;
const {
error,
info
} = this.state;
const componentStack = (info === null || info === void 0 ? void 0 : info.componentStack) || null;
const errorMessage = typeof message2 === "undefined" ? (error || "").toString() : message2;
const errorDescription = typeof description === "undefined" ? componentStack : description;
if (error) {
return React41.createElement(Alert_default, {
id,
type: "error",
message: errorMessage,
description: React41.createElement("pre", {
style: {
fontSize: "0.9em",
overflowX: "auto"
}
}, errorDescription)
});
}
return children;
}
}]);
}(React41.Component);
var ErrorBoundary_default = ErrorBoundary;
// node_modules/antd/es/alert/index.js
var Alert2 = Alert_default;
Alert2.ErrorBoundary = ErrorBoundary_default;
var alert_default = Alert2;
// node_modules/antd/es/anchor/Anchor.js
var React44 = __toESM(require_react());
var import_classnames5 = __toESM(require_classnames());
// node_modules/compute-scroll-into-view/dist/index.js
var t = (t2) => "object" == typeof t2 && null != t2 && 1 === t2.nodeType;
var e = (t2, e3) => (!e3 || "hidden" !== t2) && ("visible" !== t2 && "clip" !== t2);
var n = (t2, n2) => {
if (t2.clientHeight < t2.scrollHeight || t2.clientWidth < t2.scrollWidth) {
const o3 = getComputedStyle(t2, null);
return e(o3.overflowY, n2) || e(o3.overflowX, n2) || ((t3) => {
const e3 = ((t4) => {
if (!t4.ownerDocument || !t4.ownerDocument.defaultView) return null;
try {
return t4.ownerDocument.defaultView.frameElement;
} catch (t5) {
return null;
}
})(t3);
return !!e3 && (e3.clientHeight < t3.scrollHeight || e3.clientWidth < t3.scrollWidth);
})(t2);
}
return false;
};
var o = (t2, e3, n2, o3, l2, r2, i, s) => r2 < t2 && i > e3 || r2 > t2 && i < e3 ? 0 : r2 <= t2 && s <= n2 || i >= e3 && s >= n2 ? r2 - t2 - o3 : i > e3 && s < n2 || r2 < t2 && s > n2 ? i - e3 + l2 : 0;
var l = (t2) => {
const e3 = t2.parentElement;
return null == e3 ? t2.getRootNode().host || null : e3;
};
var r = (e3, r2) => {
var i, s, d, h;
if ("undefined" == typeof document) return [];
const { scrollMode: c, block: f, inline: u, boundary: a, skipOverflowHiddenElements: g } = r2, p = "function" == typeof a ? a : (t2) => t2 !== a;
if (!t(e3)) throw new TypeError("Invalid target");
const m = document.scrollingElement || document.documentElement, w = [];
let W = e3;
for (; t(W) && p(W); ) {
if (W = l(W), W === m) {
w.push(W);
break;
}
null != W && W === document.body && n(W) && !n(document.documentElement) || null != W && n(W, g) && w.push(W);
}
const b = null != (s = null == (i = window.visualViewport) ? void 0 : i.width) ? s : innerWidth, H = null != (h = null == (d = window.visualViewport) ? void 0 : d.height) ? h : innerHeight, { scrollX: y, scrollY: M } = window, { height: v, width: E, top: x, right: C, bottom: I, left: R } = e3.getBoundingClientRect(), { top: T, right: B, bottom: F, left: V } = ((t2) => {
const e4 = window.getComputedStyle(t2);
return { top: parseFloat(e4.scrollMarginTop) || 0, right: parseFloat(e4.scrollMarginRight) || 0, bottom: parseFloat(e4.scrollMarginBottom) || 0, left: parseFloat(e4.scrollMarginLeft) || 0 };
})(e3);
let k = "start" === f || "nearest" === f ? x - T : "end" === f ? I + F : x + v / 2 - T + F, D = "center" === u ? R + E / 2 - V + B : "end" === u ? C + B : R - V;
const L = [];
for (let t2 = 0; t2 < w.length; t2++) {
const e4 = w[t2], { height: l2, width: r3, top: i2, right: s2, bottom: d2, left: h2 } = e4.getBoundingClientRect();
if ("if-needed" === c && x >= 0 && R >= 0 && I <= H && C <= b && (e4 === m && !n(e4) || x >= i2 && I <= d2 && R >= h2 && C <= s2)) return L;
const a2 = getComputedStyle(e4), g2 = parseInt(a2.borderLeftWidth, 10), p2 = parseInt(a2.borderTopWidth, 10), W2 = parseInt(a2.borderRightWidth, 10), T2 = parseInt(a2.borderBottomWidth, 10);
let B2 = 0, F2 = 0;
const V2 = "offsetWidth" in e4 ? e4.offsetWidth - e4.clientWidth - g2 - W2 : 0, S = "offsetHeight" in e4 ? e4.offsetHeight - e4.clientHeight - p2 - T2 : 0, X = "offsetWidth" in e4 ? 0 === e4.offsetWidth ? 0 : r3 / e4.offsetWidth : 0, Y = "offsetHeight" in e4 ? 0 === e4.offsetHeight ? 0 : l2 / e4.offsetHeight : 0;
if (m === e4) B2 = "start" === f ? k : "end" === f ? k - H : "nearest" === f ? o(M, M + H, H, p2, T2, M + k, M + k + v, v) : k - H / 2, F2 = "start" === u ? D : "center" === u ? D - b / 2 : "end" === u ? D - b : o(y, y + b, b, g2, W2, y + D, y + D + E, E), B2 = Math.max(0, B2 + M), F2 = Math.max(0, F2 + y);
else {
B2 = "start" === f ? k - i2 - p2 : "end" === f ? k - d2 + T2 + S : "nearest" === f ? o(i2, d2, l2, p2, T2 + S, k, k + v, v) : k - (i2 + l2 / 2) + S / 2, F2 = "start" === u ? D - h2 - g2 : "center" === u ? D - (h2 + r3 / 2) + V2 / 2 : "end" === u ? D - s2 + W2 + V2 : o(h2, s2, r3, g2, W2 + V2, D, D + E, E);
const { scrollLeft: t3, scrollTop: n2 } = e4;
B2 = 0 === Y ? 0 : Math.max(0, Math.min(n2 + B2 / Y, e4.scrollHeight - l2 / Y + S)), F2 = 0 === X ? 0 : Math.max(0, Math.min(t3 + F2 / X, e4.scrollWidth - r3 / X + V2)), k += n2 - B2, D += t3 - F2;
}
L.push({ el: e4, top: B2, left: F2 });
}
return L;
};
// node_modules/scroll-into-view-if-needed/dist/index.js
var o2 = (t2) => false === t2 ? { block: "end", inline: "nearest" } : ((t3) => t3 === Object(t3) && 0 !== Object.keys(t3).length)(t2) ? t2 : { block: "start", inline: "nearest" };
function e2(e3, r2) {
if (!e3.isConnected || !((t2) => {
let o3 = t2;
for (; o3 && o3.parentNode; ) {
if (o3.parentNode === document) return true;
o3 = o3.parentNode instanceof ShadowRoot ? o3.parentNode.host : o3.parentNode;
}
return false;
})(e3)) return;
const n2 = ((t2) => {
const o3 = window.getComputedStyle(t2);
return { top: parseFloat(o3.scrollMarginTop) || 0, right: parseFloat(o3.scrollMarginRight) || 0, bottom: parseFloat(o3.scrollMarginBottom) || 0, left: parseFloat(o3.scrollMarginLeft) || 0 };
})(e3);
if (((t2) => "object" == typeof t2 && "function" == typeof t2.behavior)(r2)) return r2.behavior(r(e3, r2));
const l2 = "boolean" == typeof r2 || null == r2 ? void 0 : r2.behavior;
for (const { el: a, top: i, left: s } of r(e3, o2(r2))) {
const t2 = i - n2.top + n2.bottom, o3 = s - n2.left + n2.right;
a.scroll({ top: t2, left: o3, behavior: l2 });
}
}
// node_modules/antd/es/_util/getScroll.js
function isWindow(obj) {
return obj !== null && obj !== void 0 && obj === obj.window;
}
var getScroll = (target) => {
var _a, _b;
if (typeof window === "undefined") {
return 0;
}
let result = 0;
if (isWindow(target)) {
result = target.pageYOffset;
} else if (target instanceof Document) {
result = target.documentElement.scrollTop;
} else if (target instanceof HTMLElement) {
result = target.scrollTop;
} else if (target) {
result = target["scrollTop"];
}
if (target && !isWindow(target) && typeof result !== "number") {
result = (_b = ((_a = target.ownerDocument) !== null && _a !== void 0 ? _a : target).documentElement) === null || _b === void 0 ? void 0 : _b.scrollTop;
}
return result;
};
var getScroll_default = getScroll;
// node_modules/antd/es/_util/easings.js
function easeInOutCubic(t2, b, c, d) {
const cc = c - b;
t2 /= d / 2;
if (t2 < 1) {
return cc / 2 * t2 * t2 * t2 + b;
}
return cc / 2 * ((t2 -= 2) * t2 * t2 + 2) + b;
}
// node_modules/antd/es/_util/scrollTo.js
function scrollTo(y, options = {}) {
const {
getContainer = () => window,
callback,
duration = 450
} = options;
const container = getContainer();
const scrollTop = getScroll_default(container);
const startTime = Date.now();
const frameFunc = () => {
const timestamp = Date.now();
const time = timestamp - startTime;
const nextScrollTop = easeInOutCubic(time > duration ? duration : time, scrollTop, y, duration);
if (isWindow(container)) {
container.scrollTo(window.pageXOffset, nextScrollTop);
} else if (container instanceof Document || container.constructor.name === "HTMLDocument") {
container.documentElement.scrollTop = nextScrollTop;
} else {
container.scrollTop = nextScrollTop;
}
if (time < duration) {
raf_default(frameFunc);
} else if (typeof callback === "function") {
callback();
}
};
raf_default(frameFunc);
}
// node_modules/antd/es/config-provider/hooks/useCSSVarCls.js
var useCSSVarCls = (prefixCls) => {
const [, , , , cssVar] = useToken();
return cssVar ? `${prefixCls}-css-var` : "";
};
var useCSSVarCls_default = useCSSVarCls;
// node_modules/antd/es/anchor/AnchorLink.js
var React43 = __toESM(require_react());
var import_classnames4 = __toESM(require_classnames());
// node_modules/antd/es/anchor/context.js
var React42 = __toESM(require_react());
var AnchorContext = React42.createContext(void 0);
var context_default2 = AnchorContext;
// node_modules/antd/es/anchor/AnchorLink.js
var AnchorLink = (props) => {
const {
href,
title,
prefixCls: customizePrefixCls,
children,
className,
target,
replace: replace2
} = props;
const context = React43.useContext(context_default2);
const {
registerLink,
unregisterLink,
scrollTo: scrollTo2,
onClick,
activeLink,
direction
} = context || {};
React43.useEffect(() => {
registerLink === null || registerLink === void 0 ? void 0 : registerLink(href);
return () => {
unregisterLink === null || unregisterLink === void 0 ? void 0 : unregisterLink(href);
};
}, [href]);
const handleClick = (e3) => {
onClick === null || onClick === void 0 ? void 0 : onClick(e3, {
title,
href
});
scrollTo2 === null || scrollTo2 === void 0 ? void 0 : scrollTo2(href);
if (e3.defaultPrevented) {
return;
}
const isExternalLink = href.startsWith("http://") || href.startsWith("https://");
if (isExternalLink) {
if (replace2) {
e3.preventDefault();
window.location.replace(href);
}
return;
}
e3.preventDefault();
const historyMethod = replace2 ? "replaceState" : "pushState";
window.history[historyMethod](null, "", href);
};
if (true) {
const warning5 = devUseWarning("Anchor.Link");
true ? warning5(!children || direction !== "horizontal", "usage", "`Anchor.Link children` is not supported when `Anchor` direction is horizontal") : void 0;
}
const {
getPrefixCls
} = React43.useContext(ConfigContext);
const prefixCls = getPrefixCls("anchor", customizePrefixCls);
const active = activeLink === href;
const wrapperClassName = (0, import_classnames4.default)(`${prefixCls}-link`, className, {
[`${prefixCls}-link-active`]: active
});
const titleClassName = (0, import_classnames4.default)(`${prefixCls}-link-title`, {
[`${prefixCls}-link-title-active`]: active
});
return React43.createElement("div", {
className: wrapperClassName
}, React43.createElement("a", {
className: titleClassName,
href,
title: typeof title === "string" ? title : "",
target,
onClick: handleClick
}, title), direction !== "horizontal" ? children : null);
};
var AnchorLink_default = AnchorLink;
// node_modules/antd/es/anchor/style/index.js
var genSharedAnchorStyle = (token2) => {
const {
componentCls,
holderOffsetBlock,
motionDurationSlow,
lineWidthBold,
colorPrimary,
lineType,
colorSplit,
calc
} = token2;
return {
[`${componentCls}-wrapper`]: {
marginBlockStart: calc(holderOffsetBlock).mul(-1).equal(),
paddingBlockStart: holderOffsetBlock,
// delete overflow: auto
// overflow: 'auto',
[componentCls]: Object.assign(Object.assign({}, resetComponent(token2)), {
position: "relative",
paddingInlineStart: lineWidthBold,
[`${componentCls}-link`]: {
paddingBlock: token2.linkPaddingBlock,
paddingInline: `${unit2(token2.linkPaddingInlineStart)} 0`,
"&-title": Object.assign(Object.assign({}, textEllipsis), {
position: "relative",
display: "block",
marginBlockEnd: token2.anchorTitleBlock,
color: token2.colorText,
transition: `all ${token2.motionDurationSlow}`,
"&:only-child": {
marginBlockEnd: 0
}
}),
[`&-active > ${componentCls}-link-title`]: {
color: token2.colorPrimary
},
// link link
[`${componentCls}-link`]: {
paddingBlock: token2.anchorPaddingBlockSecondary
}
}
}),
[`&:not(${componentCls}-wrapper-horizontal)`]: {
[componentCls]: {
"&::before": {
position: "absolute",
insetInlineStart: 0,
top: 0,
height: "100%",
borderInlineStart: `${unit2(lineWidthBold)} ${lineType} ${colorSplit}`,
content: '" "'
},
[`${componentCls}-ink`]: {
position: "absolute",
insetInlineStart: 0,
display: "none",
transform: "translateY(-50%)",
transition: `top ${motionDurationSlow} ease-in-out`,
width: lineWidthBold,
backgroundColor: colorPrimary,
[`&${componentCls}-ink-visible`]: {
display: "inline-block"
}
}
}
},
[`${componentCls}-fixed ${componentCls}-ink ${componentCls}-ink`]: {
display: "none"
}
}
};
};
var genSharedAnchorHorizontalStyle = (token2) => {
const {
componentCls,
motionDurationSlow,
lineWidthBold,
colorPrimary
} = token2;
return {
[`${componentCls}-wrapper-horizontal`]: {
position: "relative",
"&::before": {
position: "absolute",
left: {
_skip_check_: true,
value: 0
},
right: {
_skip_check_: true,
value: 0
},
bottom: 0,
borderBottom: `${unit2(token2.lineWidth)} ${token2.lineType} ${token2.colorSplit}`,
content: '" "'
},
[componentCls]: {
overflowX: "scroll",
position: "relative",
display: "flex",
scrollbarWidth: "none",
"&::-webkit-scrollbar": {
display: "none"
/* Safari and Chrome */
},
[`${componentCls}-link:first-of-type`]: {
paddingInline: 0
},
[`${componentCls}-ink`]: {
position: "absolute",
bottom: 0,
transition: `left ${motionDurationSlow} ease-in-out, width ${motionDurationSlow} ease-in-out`,
height: lineWidthBold,
backgroundColor: colorPrimary
}
}
}
};
};
var prepareComponentToken3 = (token2) => ({
linkPaddingBlock: token2.paddingXXS,
linkPaddingInlineStart: token2.padding
});
var style_default3 = genStyleHooks("Anchor", (token2) => {
const {
fontSize,
fontSizeLG,
paddingXXS,
calc
} = token2;
const anchorToken = merge2(token2, {
holderOffsetBlock: paddingXXS,
anchorPaddingBlockSecondary: calc(paddingXXS).div(2).equal(),
anchorTitleBlock: calc(fontSize).div(14).mul(3).equal(),
anchorBallSize: calc(fontSizeLG).div(2).equal()
});
return [genSharedAnchorStyle(anchorToken), genSharedAnchorHorizontalStyle(anchorToken)];
}, prepareComponentToken3);
// node_modules/antd/es/anchor/Anchor.js
function getDefaultContainer() {
return window;
}
function getOffsetTop(element, container) {
if (!element.getClientRects().length) {
return 0;
}
const rect = element.getBoundingClientRect();
if (rect.width || rect.height) {
if (container === window) {
return rect.top - element.ownerDocument.documentElement.clientTop;
}
return rect.top - container.getBoundingClientRect().top;
}
return rect.top;
}
var sharpMatcherRegex = /#([\S ]+)$/;
var Anchor = (props) => {
var _a;
const {
rootClassName,
prefixCls: customPrefixCls,
className,
style: style2,
offsetTop,
affix = true,
showInkInFixed = false,
children,
items,
direction: anchorDirection = "vertical",
bounds,
targetOffset: targetOffset4,
onClick,
onChange,
getContainer,
getCurrentAnchor,
replace: replace2
} = props;
if (true) {
const warning5 = devUseWarning("Anchor");
warning5.deprecated(!children, "Anchor children", "items");
true ? warning5(!(anchorDirection === "horizontal" && (items === null || items === void 0 ? void 0 : items.some((n2) => "children" in n2))), "usage", "`Anchor items#children` is not supported when `Anchor` direction is horizontal.") : void 0;
}
const [links, setLinks] = React44.useState([]);
const [activeLink, setActiveLink] = React44.useState(null);
const activeLinkRef = React44.useRef(activeLink);
const wrapperRef = React44.useRef(null);
const spanLinkNode = React44.useRef(null);
const animating = React44.useRef(false);
const {
direction,
getPrefixCls,
className: anchorClassName,
style: anchorStyle
} = useComponentConfig("anchor");
const {
getTargetContainer
} = React44.useContext(ConfigContext);
const prefixCls = getPrefixCls("anchor", customPrefixCls);
const rootCls = useCSSVarCls_default(prefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default3(prefixCls, rootCls);
const getCurrentContainer = (_a = getContainer !== null && getContainer !== void 0 ? getContainer : getTargetContainer) !== null && _a !== void 0 ? _a : getDefaultContainer;
const dependencyListItem = JSON.stringify(links);
const registerLink = useEvent((link) => {
if (!links.includes(link)) {
setLinks((prev2) => [].concat(_toConsumableArray(prev2), [link]));
}
});
const unregisterLink = useEvent((link) => {
if (links.includes(link)) {
setLinks((prev2) => prev2.filter((i) => i !== link));
}
});
const updateInk = () => {
var _a2;
const linkNode = (_a2 = wrapperRef.current) === null || _a2 === void 0 ? void 0 : _a2.querySelector(`.${prefixCls}-link-title-active`);
if (linkNode && spanLinkNode.current) {
const {
style: inkStyle
} = spanLinkNode.current;
const horizontalAnchor = anchorDirection === "horizontal";
inkStyle.top = horizontalAnchor ? "" : `${linkNode.offsetTop + linkNode.clientHeight / 2}px`;
inkStyle.height = horizontalAnchor ? "" : `${linkNode.clientHeight}px`;
inkStyle.left = horizontalAnchor ? `${linkNode.offsetLeft}px` : "";
inkStyle.width = horizontalAnchor ? `${linkNode.clientWidth}px` : "";
if (horizontalAnchor) {
e2(linkNode, {
scrollMode: "if-needed",
block: "nearest"
});
}
}
};
const getInternalCurrentAnchor = (_links, _offsetTop = 0, _bounds = 5) => {
const linkSections = [];
const container = getCurrentContainer();
_links.forEach((link) => {
const sharpLinkMatch = sharpMatcherRegex.exec(link === null || link === void 0 ? void 0 : link.toString());
if (!sharpLinkMatch) {
return;
}
const target = document.getElementById(sharpLinkMatch[1]);
if (target) {
const top = getOffsetTop(target, container);
if (top <= _offsetTop + _bounds) {
linkSections.push({
link,
top
});
}
}
});
if (linkSections.length) {
const maxSection = linkSections.reduce((prev2, curr) => curr.top > prev2.top ? curr : prev2);
return maxSection.link;
}
return "";
};
const setCurrentActiveLink = useEvent((link) => {
if (activeLinkRef.current === link) {
return;
}
const newLink = typeof getCurrentAnchor === "function" ? getCurrentAnchor(link) : link;
setActiveLink(newLink);
activeLinkRef.current = newLink;
onChange === null || onChange === void 0 ? void 0 : onChange(link);
});
const handleScroll = React44.useCallback(() => {
if (animating.current) {
return;
}
const currentActiveLink = getInternalCurrentAnchor(links, targetOffset4 !== void 0 ? targetOffset4 : offsetTop || 0, bounds);
setCurrentActiveLink(currentActiveLink);
}, [links, targetOffset4, offsetTop, bounds]);
const handleScrollTo = React44.useCallback((link) => {
setCurrentActiveLink(link);
const sharpLinkMatch = sharpMatcherRegex.exec(link);
if (!sharpLinkMatch) {
return;
}
const targetElement = document.getElementById(sharpLinkMatch[1]);
if (!targetElement) {
return;
}
const container = getCurrentContainer();
const scrollTop = getScroll_default(container);
const eleOffsetTop = getOffsetTop(targetElement, container);
let y = scrollTop + eleOffsetTop;
y -= targetOffset4 !== void 0 ? targetOffset4 : offsetTop || 0;
animating.current = true;
scrollTo(y, {
getContainer: getCurrentContainer,
callback() {
animating.current = false;
}
});
}, [targetOffset4, offsetTop]);
const wrapperClass = (0, import_classnames5.default)(hashId, cssVarCls, rootCls, rootClassName, `${prefixCls}-wrapper`, {
[`${prefixCls}-wrapper-horizontal`]: anchorDirection === "horizontal",
[`${prefixCls}-rtl`]: direction === "rtl"
}, className, anchorClassName);
const anchorClass = (0, import_classnames5.default)(prefixCls, {
[`${prefixCls}-fixed`]: !affix && !showInkInFixed
});
const inkClass = (0, import_classnames5.default)(`${prefixCls}-ink`, {
[`${prefixCls}-ink-visible`]: activeLink
});
const wrapperStyle = Object.assign(Object.assign({
maxHeight: offsetTop ? `calc(100vh - ${offsetTop}px)` : "100vh"
}, anchorStyle), style2);
const createNestedLink = (options) => Array.isArray(options) ? options.map((item) => React44.createElement(AnchorLink_default, Object.assign({
replace: replace2
}, item, {
key: item.key
}), anchorDirection === "vertical" && createNestedLink(item.children))) : null;
const anchorContent = React44.createElement("div", {
ref: wrapperRef,
className: wrapperClass,
style: wrapperStyle
}, React44.createElement("div", {
className: anchorClass
}, React44.createElement("span", {
className: inkClass,
ref: spanLinkNode
}), "items" in props ? createNestedLink(items) : children));
React44.useEffect(() => {
const scrollContainer = getCurrentContainer();
handleScroll();
scrollContainer === null || scrollContainer === void 0 ? void 0 : scrollContainer.addEventListener("scroll", handleScroll);
return () => {
scrollContainer === null || scrollContainer === void 0 ? void 0 : scrollContainer.removeEventListener("scroll", handleScroll);
};
}, [dependencyListItem]);
React44.useEffect(() => {
if (typeof getCurrentAnchor === "function") {
setCurrentActiveLink(getCurrentAnchor(activeLinkRef.current || ""));
}
}, [getCurrentAnchor]);
React44.useEffect(() => {
updateInk();
}, [anchorDirection, getCurrentAnchor, dependencyListItem, activeLink]);
const memoizedContextValue = React44.useMemo(() => ({
registerLink,
unregisterLink,
scrollTo: handleScrollTo,
activeLink,
onClick,
direction: anchorDirection
}), [activeLink, onClick, handleScrollTo, anchorDirection]);
const affixProps = affix && typeof affix === "object" ? affix : void 0;
return wrapCSSVar(React44.createElement(context_default2.Provider, {
value: memoizedContextValue
}, affix ? React44.createElement(affix_default, Object.assign({
offsetTop,
target: getCurrentContainer
}, affixProps), anchorContent) : anchorContent));
};
if (true) {
Anchor.displayName = "Anchor";
}
var Anchor_default = Anchor;
// node_modules/antd/es/anchor/index.js
var Anchor2 = Anchor_default;
Anchor2.Link = AnchorLink_default;
var anchor_default = Anchor2;
// node_modules/antd/es/app/App.js
var import_react62 = __toESM(require_react());
var import_classnames45 = __toESM(require_classnames());
// node_modules/antd/es/message/useMessage.js
var React58 = __toESM(require_react());
var import_classnames10 = __toESM(require_classnames());
// node_modules/rc-notification/es/hooks/useNotification.js
var React49 = __toESM(require_react());
// node_modules/rc-notification/es/Notifications.js
var React48 = __toESM(require_react());
var import_react_dom2 = __toESM(require_react_dom());
// node_modules/rc-notification/es/NoticeList.js
var import_react20 = __toESM(require_react());
var import_classnames7 = __toESM(require_classnames());
// node_modules/rc-notification/es/Notice.js
var import_classnames6 = __toESM(require_classnames());
// node_modules/rc-util/es/KeyCode.js
var KeyCode = {
/**
* MAC_ENTER
*/
MAC_ENTER: 3,
/**
* BACKSPACE
*/
BACKSPACE: 8,
/**
* TAB
*/
TAB: 9,
/**
* NUMLOCK on FF/Safari Mac
*/
NUM_CENTER: 12,
// NUMLOCK on FF/Safari Mac
/**
* ENTER
*/
ENTER: 13,
/**
* SHIFT
*/
SHIFT: 16,
/**
* CTRL
*/
CTRL: 17,
/**
* ALT
*/
ALT: 18,
/**
* PAUSE
*/
PAUSE: 19,
/**
* CAPS_LOCK
*/
CAPS_LOCK: 20,
/**
* ESC
*/
ESC: 27,
/**
* SPACE
*/
SPACE: 32,
/**
* PAGE_UP
*/
PAGE_UP: 33,
// also NUM_NORTH_EAST
/**
* PAGE_DOWN
*/
PAGE_DOWN: 34,
// also NUM_SOUTH_EAST
/**
* END
*/
END: 35,
// also NUM_SOUTH_WEST
/**
* HOME
*/
HOME: 36,
// also NUM_NORTH_WEST
/**
* LEFT
*/
LEFT: 37,
// also NUM_WEST
/**
* UP
*/
UP: 38,
// also NUM_NORTH
/**
* RIGHT
*/
RIGHT: 39,
// also NUM_EAST
/**
* DOWN
*/
DOWN: 40,
// also NUM_SOUTH
/**
* PRINT_SCREEN
*/
PRINT_SCREEN: 44,
/**
* INSERT
*/
INSERT: 45,
// also NUM_INSERT
/**
* DELETE
*/
DELETE: 46,
// also NUM_DELETE
/**
* ZERO
*/
ZERO: 48,
/**
* ONE
*/
ONE: 49,
/**
* TWO
*/
TWO: 50,
/**
* THREE
*/
THREE: 51,
/**
* FOUR
*/
FOUR: 52,
/**
* FIVE
*/
FIVE: 53,
/**
* SIX
*/
SIX: 54,
/**
* SEVEN
*/
SEVEN: 55,
/**
* EIGHT
*/
EIGHT: 56,
/**
* NINE
*/
NINE: 57,
/**
* QUESTION_MARK
*/
QUESTION_MARK: 63,
// needs localization
/**
* A
*/
A: 65,
/**
* B
*/
B: 66,
/**
* C
*/
C: 67,
/**
* D
*/
D: 68,
/**
* E
*/
E: 69,
/**
* F
*/
F: 70,
/**
* G
*/
G: 71,
/**
* H
*/
H: 72,
/**
* I
*/
I: 73,
/**
* J
*/
J: 74,
/**
* K
*/
K: 75,
/**
* L
*/
L: 76,
/**
* M
*/
M: 77,
/**
* N
*/
N: 78,
/**
* O
*/
O: 79,
/**
* P
*/
P: 80,
/**
* Q
*/
Q: 81,
/**
* R
*/
R: 82,
/**
* S
*/
S: 83,
/**
* T
*/
T: 84,
/**
* U
*/
U: 85,
/**
* V
*/
V: 86,
/**
* W
*/
W: 87,
/**
* X
*/
X: 88,
/**
* Y
*/
Y: 89,
/**
* Z
*/
Z: 90,
/**
* META
*/
META: 91,
// WIN_KEY_LEFT
/**
* WIN_KEY_RIGHT
*/
WIN_KEY_RIGHT: 92,
/**
* CONTEXT_MENU
*/
CONTEXT_MENU: 93,
/**
* NUM_ZERO
*/
NUM_ZERO: 96,
/**
* NUM_ONE
*/
NUM_ONE: 97,
/**
* NUM_TWO
*/
NUM_TWO: 98,
/**
* NUM_THREE
*/
NUM_THREE: 99,
/**
* NUM_FOUR
*/
NUM_FOUR: 100,
/**
* NUM_FIVE
*/
NUM_FIVE: 101,
/**
* NUM_SIX
*/
NUM_SIX: 102,
/**
* NUM_SEVEN
*/
NUM_SEVEN: 103,
/**
* NUM_EIGHT
*/
NUM_EIGHT: 104,
/**
* NUM_NINE
*/
NUM_NINE: 105,
/**
* NUM_MULTIPLY
*/
NUM_MULTIPLY: 106,
/**
* NUM_PLUS
*/
NUM_PLUS: 107,
/**
* NUM_MINUS
*/
NUM_MINUS: 109,
/**
* NUM_PERIOD
*/
NUM_PERIOD: 110,
/**
* NUM_DIVISION
*/
NUM_DIVISION: 111,
/**
* F1
*/
F1: 112,
/**
* F2
*/
F2: 113,
/**
* F3
*/
F3: 114,
/**
* F4
*/
F4: 115,
/**
* F5
*/
F5: 116,
/**
* F6
*/
F6: 117,
/**
* F7
*/
F7: 118,
/**
* F8
*/
F8: 119,
/**
* F9
*/
F9: 120,
/**
* F10
*/
F10: 121,
/**
* F11
*/
F11: 122,
/**
* F12
*/
F12: 123,
/**
* NUMLOCK
*/
NUMLOCK: 144,
/**
* SEMICOLON
*/
SEMICOLON: 186,
// needs localization
/**
* DASH
*/
DASH: 189,
// needs localization
/**
* EQUALS
*/
EQUALS: 187,
// needs localization
/**
* COMMA
*/
COMMA: 188,
// needs localization
/**
* PERIOD
*/
PERIOD: 190,
// needs localization
/**
* SLASH
*/
SLASH: 191,
// needs localization
/**
* APOSTROPHE
*/
APOSTROPHE: 192,
// needs localization
/**
* SINGLE_QUOTE
*/
SINGLE_QUOTE: 222,
// needs localization
/**
* OPEN_SQUARE_BRACKET
*/
OPEN_SQUARE_BRACKET: 219,
// needs localization
/**
* BACKSLASH
*/
BACKSLASH: 220,
// needs localization
/**
* CLOSE_SQUARE_BRACKET
*/
CLOSE_SQUARE_BRACKET: 221,
// needs localization
/**
* WIN_KEY
*/
WIN_KEY: 224,
/**
* MAC_FF_META
*/
MAC_FF_META: 224,
// Firefox (Gecko) fires this for the meta key instead of 91
/**
* WIN_IME
*/
WIN_IME: 229,
// ======================== Function ========================
/**
* whether text and modified key is entered at the same time.
*/
isTextModifyingKeyEvent: function isTextModifyingKeyEvent(e3) {
var keyCode = e3.keyCode;
if (e3.altKey && !e3.ctrlKey || e3.metaKey || // Function keys don't generate text
keyCode >= KeyCode.F1 && keyCode <= KeyCode.F12) {
return false;
}
switch (keyCode) {
case KeyCode.ALT:
case KeyCode.CAPS_LOCK:
case KeyCode.CONTEXT_MENU:
case KeyCode.CTRL:
case KeyCode.DOWN:
case KeyCode.END:
case KeyCode.ESC:
case KeyCode.HOME:
case KeyCode.INSERT:
case KeyCode.LEFT:
case KeyCode.MAC_FF_META:
case KeyCode.META:
case KeyCode.NUMLOCK:
case KeyCode.NUM_CENTER:
case KeyCode.PAGE_DOWN:
case KeyCode.PAGE_UP:
case KeyCode.PAUSE:
case KeyCode.PRINT_SCREEN:
case KeyCode.RIGHT:
case KeyCode.SHIFT:
case KeyCode.UP:
case KeyCode.WIN_KEY:
case KeyCode.WIN_KEY_RIGHT:
return false;
default:
return true;
}
},
/**
* whether character is entered.
*/
isCharacterKey: function isCharacterKey(keyCode) {
if (keyCode >= KeyCode.ZERO && keyCode <= KeyCode.NINE) {
return true;
}
if (keyCode >= KeyCode.NUM_ZERO && keyCode <= KeyCode.NUM_MULTIPLY) {
return true;
}
if (keyCode >= KeyCode.A && keyCode <= KeyCode.Z) {
return true;
}
if (window.navigator.userAgent.indexOf("WebKit") !== -1 && keyCode === 0) {
return true;
}
switch (keyCode) {
case KeyCode.SPACE:
case KeyCode.QUESTION_MARK:
case KeyCode.NUM_PLUS:
case KeyCode.NUM_MINUS:
case KeyCode.NUM_PERIOD:
case KeyCode.NUM_DIVISION:
case KeyCode.SEMICOLON:
case KeyCode.DASH:
case KeyCode.EQUALS:
case KeyCode.COMMA:
case KeyCode.PERIOD:
case KeyCode.SLASH:
case KeyCode.APOSTROPHE:
case KeyCode.SINGLE_QUOTE:
case KeyCode.OPEN_SQUARE_BRACKET:
case KeyCode.BACKSLASH:
case KeyCode.CLOSE_SQUARE_BRACKET:
return true;
default:
return false;
}
}
};
var KeyCode_default = KeyCode;
// node_modules/rc-notification/es/Notice.js
var React45 = __toESM(require_react());
var Notify = React45.forwardRef(function(props, ref) {
var prefixCls = props.prefixCls, style2 = props.style, className = props.className, _props$duration = props.duration, duration = _props$duration === void 0 ? 4.5 : _props$duration, showProgress = props.showProgress, _props$pauseOnHover = props.pauseOnHover, pauseOnHover = _props$pauseOnHover === void 0 ? true : _props$pauseOnHover, eventKey = props.eventKey, content = props.content, closable = props.closable, _props$closeIcon = props.closeIcon, closeIcon = _props$closeIcon === void 0 ? "x" : _props$closeIcon, divProps = props.props, onClick = props.onClick, onNoticeClose = props.onNoticeClose, times = props.times, forcedHovering = props.hovering;
var _React$useState = React45.useState(false), _React$useState2 = _slicedToArray(_React$useState, 2), hovering = _React$useState2[0], setHovering = _React$useState2[1];
var _React$useState3 = React45.useState(0), _React$useState4 = _slicedToArray(_React$useState3, 2), percent = _React$useState4[0], setPercent = _React$useState4[1];
var _React$useState5 = React45.useState(0), _React$useState6 = _slicedToArray(_React$useState5, 2), spentTime = _React$useState6[0], setSpentTime = _React$useState6[1];
var mergedHovering = forcedHovering || hovering;
var mergedShowProgress = duration > 0 && showProgress;
var onInternalClose = function onInternalClose2() {
onNoticeClose(eventKey);
};
var onCloseKeyDown = function onCloseKeyDown2(e3) {
if (e3.key === "Enter" || e3.code === "Enter" || e3.keyCode === KeyCode_default.ENTER) {
onInternalClose();
}
};
React45.useEffect(function() {
if (!mergedHovering && duration > 0) {
var start = Date.now() - spentTime;
var timeout = setTimeout(function() {
onInternalClose();
}, duration * 1e3 - spentTime);
return function() {
if (pauseOnHover) {
clearTimeout(timeout);
}
setSpentTime(Date.now() - start);
};
}
}, [duration, mergedHovering, times]);
React45.useEffect(function() {
if (!mergedHovering && mergedShowProgress && (pauseOnHover || spentTime === 0)) {
var start = performance.now();
var animationFrame;
var calculate = function calculate2() {
cancelAnimationFrame(animationFrame);
animationFrame = requestAnimationFrame(function(timestamp) {
var runtime = timestamp + spentTime - start;
var progress = Math.min(runtime / (duration * 1e3), 1);
setPercent(progress * 100);
if (progress < 1) {
calculate2();
}
});
};
calculate();
return function() {
if (pauseOnHover) {
cancelAnimationFrame(animationFrame);
}
};
}
}, [duration, spentTime, mergedHovering, mergedShowProgress, times]);
var closableObj = React45.useMemo(function() {
if (_typeof(closable) === "object" && closable !== null) {
return closable;
}
if (closable) {
return {
closeIcon
};
}
return {};
}, [closable, closeIcon]);
var ariaProps = pickAttrs(closableObj, true);
var validPercent = 100 - (!percent || percent < 0 ? 0 : percent > 100 ? 100 : percent);
var noticePrefixCls = "".concat(prefixCls, "-notice");
return React45.createElement("div", _extends({}, divProps, {
ref,
className: (0, import_classnames6.default)(noticePrefixCls, className, _defineProperty({}, "".concat(noticePrefixCls, "-closable"), closable)),
style: style2,
onMouseEnter: function onMouseEnter(e3) {
var _divProps$onMouseEnte;
setHovering(true);
divProps === null || divProps === void 0 || (_divProps$onMouseEnte = divProps.onMouseEnter) === null || _divProps$onMouseEnte === void 0 || _divProps$onMouseEnte.call(divProps, e3);
},
onMouseLeave: function onMouseLeave(e3) {
var _divProps$onMouseLeav;
setHovering(false);
divProps === null || divProps === void 0 || (_divProps$onMouseLeav = divProps.onMouseLeave) === null || _divProps$onMouseLeav === void 0 || _divProps$onMouseLeav.call(divProps, e3);
},
onClick
}), React45.createElement("div", {
className: "".concat(noticePrefixCls, "-content")
}, content), closable && React45.createElement("a", _extends({
tabIndex: 0,
className: "".concat(noticePrefixCls, "-close"),
onKeyDown: onCloseKeyDown,
"aria-label": "Close"
}, ariaProps, {
onClick: function onClick2(e3) {
e3.preventDefault();
e3.stopPropagation();
onInternalClose();
}
}), closableObj.closeIcon), mergedShowProgress && React45.createElement("progress", {
className: "".concat(noticePrefixCls, "-progress"),
max: "100",
value: validPercent
}, validPercent + "%"));
});
var Notice_default = Notify;
// node_modules/rc-notification/es/NotificationProvider.js
var import_react19 = __toESM(require_react());
var NotificationContext = import_react19.default.createContext({});
var NotificationProvider = function NotificationProvider2(_ref) {
var children = _ref.children, classNames252 = _ref.classNames;
return import_react19.default.createElement(NotificationContext.Provider, {
value: {
classNames: classNames252
}
}, children);
};
var NotificationProvider_default = NotificationProvider;
// node_modules/rc-notification/es/hooks/useStack.js
var DEFAULT_OFFSET = 8;
var DEFAULT_THRESHOLD = 3;
var DEFAULT_GAP = 16;
var useStack = function useStack2(config) {
var result = {
offset: DEFAULT_OFFSET,
threshold: DEFAULT_THRESHOLD,
gap: DEFAULT_GAP
};
if (config && _typeof(config) === "object") {
var _config$offset, _config$threshold, _config$gap;
result.offset = (_config$offset = config.offset) !== null && _config$offset !== void 0 ? _config$offset : DEFAULT_OFFSET;
result.threshold = (_config$threshold = config.threshold) !== null && _config$threshold !== void 0 ? _config$threshold : DEFAULT_THRESHOLD;
result.gap = (_config$gap = config.gap) !== null && _config$gap !== void 0 ? _config$gap : DEFAULT_GAP;
}
return [!!config, result];
};
var useStack_default = useStack;
// node_modules/rc-notification/es/NoticeList.js
var _excluded3 = ["className", "style", "classNames", "styles"];
var NoticeList = function NoticeList2(props) {
var configList = props.configList, placement = props.placement, prefixCls = props.prefixCls, className = props.className, style2 = props.style, motion2 = props.motion, onAllNoticeRemoved = props.onAllNoticeRemoved, onNoticeClose = props.onNoticeClose, stackConfig = props.stack;
var _useContext = (0, import_react20.useContext)(NotificationContext), ctxCls = _useContext.classNames;
var dictRef = (0, import_react20.useRef)({});
var _useState = (0, import_react20.useState)(null), _useState2 = _slicedToArray(_useState, 2), latestNotice = _useState2[0], setLatestNotice = _useState2[1];
var _useState3 = (0, import_react20.useState)([]), _useState4 = _slicedToArray(_useState3, 2), hoverKeys = _useState4[0], setHoverKeys = _useState4[1];
var keys2 = configList.map(function(config) {
return {
config,
key: String(config.key)
};
});
var _useStack = useStack_default(stackConfig), _useStack2 = _slicedToArray(_useStack, 2), stack = _useStack2[0], _useStack2$ = _useStack2[1], offset3 = _useStack2$.offset, threshold = _useStack2$.threshold, gap = _useStack2$.gap;
var expanded = stack && (hoverKeys.length > 0 || keys2.length <= threshold);
var placementMotion = typeof motion2 === "function" ? motion2(placement) : motion2;
(0, import_react20.useEffect)(function() {
if (stack && hoverKeys.length > 1) {
setHoverKeys(function(prev2) {
return prev2.filter(function(key) {
return keys2.some(function(_ref) {
var dataKey = _ref.key;
return key === dataKey;
});
});
});
}
}, [hoverKeys, keys2, stack]);
(0, import_react20.useEffect)(function() {
var _keys;
if (stack && dictRef.current[(_keys = keys2[keys2.length - 1]) === null || _keys === void 0 ? void 0 : _keys.key]) {
var _keys2;
setLatestNotice(dictRef.current[(_keys2 = keys2[keys2.length - 1]) === null || _keys2 === void 0 ? void 0 : _keys2.key]);
}
}, [keys2, stack]);
return import_react20.default.createElement(CSSMotionList_default, _extends({
key: placement,
className: (0, import_classnames7.default)(prefixCls, "".concat(prefixCls, "-").concat(placement), ctxCls === null || ctxCls === void 0 ? void 0 : ctxCls.list, className, _defineProperty(_defineProperty({}, "".concat(prefixCls, "-stack"), !!stack), "".concat(prefixCls, "-stack-expanded"), expanded)),
style: style2,
keys: keys2,
motionAppear: true
}, placementMotion, {
onAllRemoved: function onAllRemoved() {
onAllNoticeRemoved(placement);
}
}), function(_ref2, nodeRef) {
var config = _ref2.config, motionClassName = _ref2.className, motionStyle = _ref2.style, motionIndex = _ref2.index;
var _ref3 = config, key = _ref3.key, times = _ref3.times;
var strKey = String(key);
var _ref4 = config, configClassName = _ref4.className, configStyle = _ref4.style, configClassNames = _ref4.classNames, configStyles = _ref4.styles, restConfig = _objectWithoutProperties(_ref4, _excluded3);
var dataIndex = keys2.findIndex(function(item) {
return item.key === strKey;
});
var stackStyle = {};
if (stack) {
var index3 = keys2.length - 1 - (dataIndex > -1 ? dataIndex : motionIndex - 1);
var transformX = placement === "top" || placement === "bottom" ? "-50%" : "0";
if (index3 > 0) {
var _dictRef$current$strK, _dictRef$current$strK2, _dictRef$current$strK3;
stackStyle.height = expanded ? (_dictRef$current$strK = dictRef.current[strKey]) === null || _dictRef$current$strK === void 0 ? void 0 : _dictRef$current$strK.offsetHeight : latestNotice === null || latestNotice === void 0 ? void 0 : latestNotice.offsetHeight;
var verticalOffset = 0;
for (var i = 0; i < index3; i++) {
var _dictRef$current$keys;
verticalOffset += ((_dictRef$current$keys = dictRef.current[keys2[keys2.length - 1 - i].key]) === null || _dictRef$current$keys === void 0 ? void 0 : _dictRef$current$keys.offsetHeight) + gap;
}
var transformY = (expanded ? verticalOffset : index3 * offset3) * (placement.startsWith("top") ? 1 : -1);
var scaleX = !expanded && latestNotice !== null && latestNotice !== void 0 && latestNotice.offsetWidth && (_dictRef$current$strK2 = dictRef.current[strKey]) !== null && _dictRef$current$strK2 !== void 0 && _dictRef$current$strK2.offsetWidth ? ((latestNotice === null || latestNotice === void 0 ? void 0 : latestNotice.offsetWidth) - offset3 * 2 * (index3 < 3 ? index3 : 3)) / ((_dictRef$current$strK3 = dictRef.current[strKey]) === null || _dictRef$current$strK3 === void 0 ? void 0 : _dictRef$current$strK3.offsetWidth) : 1;
stackStyle.transform = "translate3d(".concat(transformX, ", ").concat(transformY, "px, 0) scaleX(").concat(scaleX, ")");
} else {
stackStyle.transform = "translate3d(".concat(transformX, ", 0, 0)");
}
}
return import_react20.default.createElement("div", {
ref: nodeRef,
className: (0, import_classnames7.default)("".concat(prefixCls, "-notice-wrapper"), motionClassName, configClassNames === null || configClassNames === void 0 ? void 0 : configClassNames.wrapper),
style: _objectSpread2(_objectSpread2(_objectSpread2({}, motionStyle), stackStyle), configStyles === null || configStyles === void 0 ? void 0 : configStyles.wrapper),
onMouseEnter: function onMouseEnter() {
return setHoverKeys(function(prev2) {
return prev2.includes(strKey) ? prev2 : [].concat(_toConsumableArray(prev2), [strKey]);
});
},
onMouseLeave: function onMouseLeave() {
return setHoverKeys(function(prev2) {
return prev2.filter(function(k) {
return k !== strKey;
});
});
}
}, import_react20.default.createElement(Notice_default, _extends({}, restConfig, {
ref: function ref(node2) {
if (dataIndex > -1) {
dictRef.current[strKey] = node2;
} else {
delete dictRef.current[strKey];
}
},
prefixCls,
classNames: configClassNames,
styles: configStyles,
className: (0, import_classnames7.default)(configClassName, ctxCls === null || ctxCls === void 0 ? void 0 : ctxCls.notice),
style: configStyle,
times,
key,
eventKey: key,
onNoticeClose,
hovering: stack && hoverKeys.length > 0
})));
});
};
if (true) {
NoticeList.displayName = "NoticeList";
}
var NoticeList_default = NoticeList;
// node_modules/rc-notification/es/Notifications.js
var Notifications = React48.forwardRef(function(props, ref) {
var _props$prefixCls = props.prefixCls, prefixCls = _props$prefixCls === void 0 ? "rc-notification" : _props$prefixCls, container = props.container, motion2 = props.motion, maxCount = props.maxCount, className = props.className, style2 = props.style, onAllRemoved = props.onAllRemoved, stack = props.stack, renderNotifications3 = props.renderNotifications;
var _React$useState = React48.useState([]), _React$useState2 = _slicedToArray(_React$useState, 2), configList = _React$useState2[0], setConfigList = _React$useState2[1];
var onNoticeClose = function onNoticeClose2(key) {
var _config$onClose;
var config = configList.find(function(item) {
return item.key === key;
});
config === null || config === void 0 || (_config$onClose = config.onClose) === null || _config$onClose === void 0 || _config$onClose.call(config);
setConfigList(function(list) {
return list.filter(function(item) {
return item.key !== key;
});
});
};
React48.useImperativeHandle(ref, function() {
return {
open: function open3(config) {
setConfigList(function(list) {
var clone = _toConsumableArray(list);
var index3 = clone.findIndex(function(item) {
return item.key === config.key;
});
var innerConfig = _objectSpread2({}, config);
if (index3 >= 0) {
var _list$index;
innerConfig.times = (((_list$index = list[index3]) === null || _list$index === void 0 ? void 0 : _list$index.times) || 0) + 1;
clone[index3] = innerConfig;
} else {
innerConfig.times = 0;
clone.push(innerConfig);
}
if (maxCount > 0 && clone.length > maxCount) {
clone = clone.slice(-maxCount);
}
return clone;
});
},
close: function close(key) {
onNoticeClose(key);
},
destroy: function destroy3() {
setConfigList([]);
}
};
});
var _React$useState3 = React48.useState({}), _React$useState4 = _slicedToArray(_React$useState3, 2), placements5 = _React$useState4[0], setPlacements = _React$useState4[1];
React48.useEffect(function() {
var nextPlacements = {};
configList.forEach(function(config) {
var _config$placement = config.placement, placement = _config$placement === void 0 ? "topRight" : _config$placement;
if (placement) {
nextPlacements[placement] = nextPlacements[placement] || [];
nextPlacements[placement].push(config);
}
});
Object.keys(placements5).forEach(function(placement) {
nextPlacements[placement] = nextPlacements[placement] || [];
});
setPlacements(nextPlacements);
}, [configList]);
var onAllNoticeRemoved = function onAllNoticeRemoved2(placement) {
setPlacements(function(originPlacements) {
var clone = _objectSpread2({}, originPlacements);
var list = clone[placement] || [];
if (!list.length) {
delete clone[placement];
}
return clone;
});
};
var emptyRef = React48.useRef(false);
React48.useEffect(function() {
if (Object.keys(placements5).length > 0) {
emptyRef.current = true;
} else if (emptyRef.current) {
onAllRemoved === null || onAllRemoved === void 0 || onAllRemoved();
emptyRef.current = false;
}
}, [placements5]);
if (!container) {
return null;
}
var placementList = Object.keys(placements5);
return (0, import_react_dom2.createPortal)(React48.createElement(React48.Fragment, null, placementList.map(function(placement) {
var placementConfigList = placements5[placement];
var list = React48.createElement(NoticeList_default, {
key: placement,
configList: placementConfigList,
placement,
prefixCls,
className: className === null || className === void 0 ? void 0 : className(placement),
style: style2 === null || style2 === void 0 ? void 0 : style2(placement),
motion: motion2,
onNoticeClose,
onAllNoticeRemoved,
stack
});
return renderNotifications3 ? renderNotifications3(list, {
prefixCls,
key: placement
}) : list;
})), container);
});
if (true) {
Notifications.displayName = "Notifications";
}
var Notifications_default = Notifications;
// node_modules/rc-notification/es/hooks/useNotification.js
var _excluded4 = ["getContainer", "motion", "prefixCls", "maxCount", "className", "style", "onAllRemoved", "stack", "renderNotifications"];
var defaultGetContainer = function defaultGetContainer2() {
return document.body;
};
var uniqueKey = 0;
function mergeConfig() {
var clone = {};
for (var _len = arguments.length, objList = new Array(_len), _key = 0; _key < _len; _key++) {
objList[_key] = arguments[_key];
}
objList.forEach(function(obj) {
if (obj) {
Object.keys(obj).forEach(function(key) {
var val = obj[key];
if (val !== void 0) {
clone[key] = val;
}
});
}
});
return clone;
}
function useNotification() {
var rootConfig = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
var _rootConfig$getContai = rootConfig.getContainer, getContainer = _rootConfig$getContai === void 0 ? defaultGetContainer : _rootConfig$getContai, motion2 = rootConfig.motion, prefixCls = rootConfig.prefixCls, maxCount = rootConfig.maxCount, className = rootConfig.className, style2 = rootConfig.style, onAllRemoved = rootConfig.onAllRemoved, stack = rootConfig.stack, renderNotifications3 = rootConfig.renderNotifications, shareConfig = _objectWithoutProperties(rootConfig, _excluded4);
var _React$useState = React49.useState(), _React$useState2 = _slicedToArray(_React$useState, 2), container = _React$useState2[0], setContainer = _React$useState2[1];
var notificationsRef = React49.useRef();
var contextHolder = React49.createElement(Notifications_default, {
container,
ref: notificationsRef,
prefixCls,
motion: motion2,
maxCount,
className,
style: style2,
onAllRemoved,
stack,
renderNotifications: renderNotifications3
});
var _React$useState3 = React49.useState([]), _React$useState4 = _slicedToArray(_React$useState3, 2), taskQueue3 = _React$useState4[0], setTaskQueue = _React$useState4[1];
var open3 = useEvent(function(config) {
var mergedConfig = mergeConfig(shareConfig, config);
if (mergedConfig.key === null || mergedConfig.key === void 0) {
mergedConfig.key = "rc-notification-".concat(uniqueKey);
uniqueKey += 1;
}
setTaskQueue(function(queue) {
return [].concat(_toConsumableArray(queue), [{
type: "open",
config: mergedConfig
}]);
});
});
var api = React49.useMemo(function() {
return {
open: open3,
close: function close(key) {
setTaskQueue(function(queue) {
return [].concat(_toConsumableArray(queue), [{
type: "close",
key
}]);
});
},
destroy: function destroy3() {
setTaskQueue(function(queue) {
return [].concat(_toConsumableArray(queue), [{
type: "destroy"
}]);
});
}
};
}, []);
React49.useEffect(function() {
setContainer(getContainer());
});
React49.useEffect(function() {
if (notificationsRef.current && taskQueue3.length) {
taskQueue3.forEach(function(task) {
switch (task.type) {
case "open":
notificationsRef.current.open(task.config);
break;
case "close":
notificationsRef.current.close(task.key);
break;
case "destroy":
notificationsRef.current.destroy();
break;
}
});
var oriTaskQueue;
var tgtTaskQueue;
setTaskQueue(function(oriQueue) {
if (oriTaskQueue !== oriQueue || !tgtTaskQueue) {
oriTaskQueue = oriQueue;
tgtTaskQueue = oriQueue.filter(function(task) {
return !taskQueue3.includes(task);
});
}
return tgtTaskQueue;
});
}
}, [taskQueue3]);
return [api, contextHolder];
}
// node_modules/antd/es/message/PurePanel.js
var React57 = __toESM(require_react());
var import_classnames9 = __toESM(require_classnames());
// node_modules/antd/es/_util/hooks/useClosable.js
var import_react21 = __toESM(require_react());
// node_modules/antd/es/_util/extendsObject.js
function mergeProps(...items) {
const ret = {};
items.forEach((item) => {
if (item) {
Object.keys(item).forEach((key) => {
if (item[key] !== void 0) {
ret[key] = item[key];
}
});
}
});
return ret;
}
var extendsObject_default = mergeProps;
// node_modules/antd/es/_util/hooks/useClosable.js
function pickClosable(context) {
if (!context) {
return void 0;
}
const {
closable,
closeIcon
} = context;
return {
closable,
closeIcon
};
}
function useClosableConfig(closableCollection) {
const {
closable,
closeIcon
} = closableCollection || {};
return import_react21.default.useMemo(() => {
if (
// If `closable`, whatever rest be should be true
!closable && (closable === false || closeIcon === false || closeIcon === null)
) {
return false;
}
if (closable === void 0 && closeIcon === void 0) {
return null;
}
let closableConfig = {
closeIcon: typeof closeIcon !== "boolean" && closeIcon !== null ? closeIcon : void 0
};
if (closable && typeof closable === "object") {
closableConfig = Object.assign(Object.assign({}, closableConfig), closable);
}
return closableConfig;
}, [closable, closeIcon]);
}
var EmptyFallbackCloseCollection = {};
var useClosable = (propCloseCollection, contextCloseCollection, fallbackCloseCollection = EmptyFallbackCloseCollection) => {
const propCloseConfig = useClosableConfig(propCloseCollection);
const contextCloseConfig = useClosableConfig(contextCloseCollection);
const [contextLocale] = useLocale_default("global", en_US_default6.global);
const closeBtnIsDisabled = typeof propCloseConfig !== "boolean" ? !!(propCloseConfig === null || propCloseConfig === void 0 ? void 0 : propCloseConfig.disabled) : false;
const mergedFallbackCloseCollection = import_react21.default.useMemo(() => Object.assign({
closeIcon: import_react21.default.createElement(CloseOutlined_default, null)
}, fallbackCloseCollection), [fallbackCloseCollection]);
const mergedClosableConfig = import_react21.default.useMemo(() => {
if (propCloseConfig === false) {
return false;
}
if (propCloseConfig) {
return extendsObject_default(mergedFallbackCloseCollection, contextCloseConfig, propCloseConfig);
}
if (contextCloseConfig === false) {
return false;
}
if (contextCloseConfig) {
return extendsObject_default(mergedFallbackCloseCollection, contextCloseConfig);
}
return !mergedFallbackCloseCollection.closable ? false : mergedFallbackCloseCollection;
}, [propCloseConfig, contextCloseConfig, mergedFallbackCloseCollection]);
return import_react21.default.useMemo(() => {
var _a, _b;
if (mergedClosableConfig === false) {
return [false, null, closeBtnIsDisabled, {}];
}
const {
closeIconRender
} = mergedFallbackCloseCollection;
const {
closeIcon
} = mergedClosableConfig;
let mergedCloseIcon = closeIcon;
const ariaOrDataProps = pickAttrs(mergedClosableConfig, true);
if (mergedCloseIcon !== null && mergedCloseIcon !== void 0) {
if (closeIconRender) {
mergedCloseIcon = closeIconRender(closeIcon);
}
mergedCloseIcon = import_react21.default.isValidElement(mergedCloseIcon) ? import_react21.default.cloneElement(mergedCloseIcon, Object.assign(Object.assign(Object.assign({}, mergedCloseIcon.props), {
"aria-label": (_b = (_a = mergedCloseIcon.props) === null || _a === void 0 ? void 0 : _a["aria-label"]) !== null && _b !== void 0 ? _b : contextLocale.close
}), ariaOrDataProps)) : import_react21.default.createElement("span", Object.assign({
"aria-label": contextLocale.close
}, ariaOrDataProps), mergedCloseIcon);
}
return [true, mergedCloseIcon, closeBtnIsDisabled, ariaOrDataProps];
}, [closeBtnIsDisabled, contextLocale.close, mergedClosableConfig, mergedFallbackCloseCollection]);
};
// node_modules/antd/es/_util/hooks/useForceUpdate.js
var import_react22 = __toESM(require_react());
var useForceUpdate = () => {
return import_react22.default.useReducer((ori) => ori + 1, 0);
};
// node_modules/antd/es/_util/hooks/useMergeSemantic.js
var React52 = __toESM(require_react());
var import_classnames8 = __toESM(require_classnames());
function mergeClassNames(schema, ...classNames252) {
const mergedSchema = schema || {};
return classNames252.reduce((acc, cur) => {
Object.keys(cur || {}).forEach((key) => {
const keySchema = mergedSchema[key];
const curVal = cur[key];
if (keySchema && typeof keySchema === "object") {
if (curVal && typeof curVal === "object") {
acc[key] = mergeClassNames(keySchema, acc[key], curVal);
} else {
const {
_default: defaultField
} = keySchema;
if (defaultField) {
acc[key] = acc[key] || {};
acc[key][defaultField] = (0, import_classnames8.default)(acc[key][defaultField], curVal);
}
}
} else {
acc[key] = (0, import_classnames8.default)(acc[key], curVal);
}
});
return acc;
}, {});
}
function useSemanticClassNames(schema, ...classNames252) {
return React52.useMemo(() => mergeClassNames.apply(void 0, [schema].concat(classNames252)), [classNames252, schema]);
}
function useSemanticStyles(...styles) {
return React52.useMemo(() => {
return styles.reduce((acc, cur = {}) => {
Object.keys(cur).forEach((key) => {
acc[key] = Object.assign(Object.assign({}, acc[key]), cur[key]);
});
return acc;
}, {});
}, [styles]);
}
function fillObjectBySchema(obj, schema) {
const newObj = Object.assign({}, obj);
Object.keys(schema).forEach((key) => {
if (key !== "_default") {
const nestSchema = schema[key];
const nextValue = newObj[key] || {};
newObj[key] = nestSchema ? fillObjectBySchema(nextValue, nestSchema) : nextValue;
}
});
return newObj;
}
var useMergeSemantic = (classNamesList, stylesList, schema) => {
const mergedClassNames = useSemanticClassNames.apply(void 0, [schema].concat(_toConsumableArray(classNamesList)));
const mergedStyles = useSemanticStyles.apply(void 0, _toConsumableArray(stylesList));
return React52.useMemo(() => {
return [fillObjectBySchema(mergedClassNames, schema), fillObjectBySchema(mergedStyles, schema)];
}, [mergedClassNames, mergedStyles, schema]);
};
// node_modules/antd/es/_util/hooks/useMultipleSelect.js
var import_react23 = __toESM(require_react());
var useMultipleSelect = (getKey5) => {
const [prevSelectedIndex, setPrevSelectedIndex] = (0, import_react23.useState)(null);
const multipleSelect = (0, import_react23.useCallback)((currentSelectedIndex, data, selectedKeys) => {
const configPrevSelectedIndex = prevSelectedIndex !== null && prevSelectedIndex !== void 0 ? prevSelectedIndex : currentSelectedIndex;
const startIndex = Math.min(configPrevSelectedIndex || 0, currentSelectedIndex);
const endIndex = Math.max(configPrevSelectedIndex || 0, currentSelectedIndex);
const rangeKeys = data.slice(startIndex, endIndex + 1).map(getKey5);
const shouldSelected = rangeKeys.some((rangeKey) => !selectedKeys.has(rangeKey));
const changedKeys = [];
rangeKeys.forEach((item) => {
if (shouldSelected) {
if (!selectedKeys.has(item)) {
changedKeys.push(item);
}
selectedKeys.add(item);
} else {
selectedKeys.delete(item);
changedKeys.push(item);
}
});
setPrevSelectedIndex(shouldSelected ? endIndex : null);
return changedKeys;
}, [prevSelectedIndex]);
return [multipleSelect, setPrevSelectedIndex];
};
// node_modules/antd/es/_util/hooks/usePatchElement.js
var React53 = __toESM(require_react());
var usePatchElement = () => {
const [elements, setElements] = React53.useState([]);
const patchElement = React53.useCallback((element) => {
setElements((originElements) => [].concat(_toConsumableArray(originElements), [element]));
return () => {
setElements((originElements) => originElements.filter((ele) => ele !== element));
};
}, []);
return [elements, patchElement];
};
// node_modules/antd/es/_util/hooks/useProxyImperativeHandle.js
var import_react24 = __toESM(require_react());
function fillProxy(element, handler) {
element._antProxy = element._antProxy || {};
Object.keys(handler).forEach((key) => {
if (!(key in element._antProxy)) {
const ori = element[key];
element._antProxy[key] = ori;
element[key] = handler[key];
}
});
return element;
}
var useProxyImperativeHandle = (ref, init) => {
return (0, import_react24.useImperativeHandle)(ref, () => {
const refObj = init();
const {
nativeElement
} = refObj;
if (typeof Proxy !== "undefined") {
return new Proxy(nativeElement, {
get(obj, prop) {
if (refObj[prop]) {
return refObj[prop];
}
return Reflect.get(obj, prop);
}
});
}
return fillProxy(nativeElement, refObj);
});
};
// node_modules/antd/es/_util/hooks/useSyncState.js
var React54 = __toESM(require_react());
var useSyncState2 = (initialValue) => {
const ref = React54.useRef(initialValue);
const [, forceUpdate] = useForceUpdate();
return [() => ref.current, (newValue) => {
ref.current = newValue;
forceUpdate();
}];
};
// node_modules/antd/es/_util/hooks/useZIndex.js
var import_react26 = __toESM(require_react());
// node_modules/antd/es/_util/zindexContext.js
var import_react25 = __toESM(require_react());
var zIndexContext = import_react25.default.createContext(void 0);
if (true) {
zIndexContext.displayName = "zIndexContext";
}
var zindexContext_default = zIndexContext;
// node_modules/antd/es/_util/hooks/useZIndex.js
var CONTAINER_OFFSET = 100;
var CONTAINER_OFFSET_MAX_COUNT = 10;
var CONTAINER_MAX_OFFSET = CONTAINER_OFFSET * CONTAINER_OFFSET_MAX_COUNT;
var CONTAINER_MAX_OFFSET_WITH_CHILDREN = CONTAINER_MAX_OFFSET + CONTAINER_OFFSET;
var containerBaseZIndexOffset = {
Modal: CONTAINER_OFFSET,
Drawer: CONTAINER_OFFSET,
Popover: CONTAINER_OFFSET,
Popconfirm: CONTAINER_OFFSET,
Tooltip: CONTAINER_OFFSET,
Tour: CONTAINER_OFFSET,
FloatButton: CONTAINER_OFFSET
};
var consumerBaseZIndexOffset = {
SelectLike: 50,
Dropdown: 50,
DatePicker: 50,
Menu: 50,
ImagePreview: 1
};
function isContainerType(type5) {
return type5 in containerBaseZIndexOffset;
}
var useZIndex = (componentType, customZIndex) => {
const [, token2] = useToken();
const parentZIndex = import_react26.default.useContext(zindexContext_default);
const isContainer = isContainerType(componentType);
let result;
if (customZIndex !== void 0) {
result = [customZIndex, customZIndex];
} else {
let zIndex = parentZIndex !== null && parentZIndex !== void 0 ? parentZIndex : 0;
if (isContainer) {
zIndex += // Use preset token zIndex by default but not stack when has parent container
(parentZIndex ? 0 : token2.zIndexPopupBase) + // Container offset
containerBaseZIndexOffset[componentType];
} else {
zIndex += consumerBaseZIndexOffset[componentType];
}
result = [parentZIndex === void 0 ? customZIndex : zIndex, zIndex];
}
if (true) {
const warning5 = devUseWarning(componentType);
const maxZIndex = token2.zIndexPopupBase + CONTAINER_MAX_OFFSET_WITH_CHILDREN;
const currentZIndex = result[0] || 0;
true ? warning5(customZIndex !== void 0 || currentZIndex <= maxZIndex, "usage", "`zIndex` is over design token `zIndexPopupBase` too much. It may cause unexpected override.") : void 0;
}
return result;
};
// node_modules/antd/es/message/style/index.js
var genMessageStyle = (token2) => {
const {
componentCls,
iconCls,
boxShadow,
colorText,
colorSuccess,
colorError,
colorWarning,
colorInfo,
fontSizeLG,
motionEaseInOutCirc,
motionDurationSlow,
marginXS,
paddingXS,
borderRadiusLG,
zIndexPopup,
// Custom token
contentPadding,
contentBg
} = token2;
const noticeCls = `${componentCls}-notice`;
const messageMoveIn = new Keyframes_default("MessageMoveIn", {
"0%": {
padding: 0,
transform: "translateY(-100%)",
opacity: 0
},
"100%": {
padding: paddingXS,
transform: "translateY(0)",
opacity: 1
}
});
const messageMoveOut = new Keyframes_default("MessageMoveOut", {
"0%": {
maxHeight: token2.height,
padding: paddingXS,
opacity: 1
},
"100%": {
maxHeight: 0,
padding: 0,
opacity: 0
}
});
const noticeStyle = {
padding: paddingXS,
textAlign: "center",
[`${componentCls}-custom-content`]: {
display: "flex",
alignItems: "center"
},
[`${componentCls}-custom-content > ${iconCls}`]: {
marginInlineEnd: marginXS,
// affected by ltr or rtl
fontSize: fontSizeLG
},
[`${noticeCls}-content`]: {
display: "inline-block",
padding: contentPadding,
background: contentBg,
borderRadius: borderRadiusLG,
boxShadow,
pointerEvents: "all"
},
[`${componentCls}-success > ${iconCls}`]: {
color: colorSuccess
},
[`${componentCls}-error > ${iconCls}`]: {
color: colorError
},
[`${componentCls}-warning > ${iconCls}`]: {
color: colorWarning
},
[`${componentCls}-info > ${iconCls},
${componentCls}-loading > ${iconCls}`]: {
color: colorInfo
}
};
return [
// ============================ Holder ============================
{
[componentCls]: Object.assign(Object.assign({}, resetComponent(token2)), {
color: colorText,
position: "fixed",
top: marginXS,
width: "100%",
pointerEvents: "none",
zIndex: zIndexPopup,
[`${componentCls}-move-up`]: {
animationFillMode: "forwards"
},
[`
${componentCls}-move-up-appear,
${componentCls}-move-up-enter
`]: {
animationName: messageMoveIn,
animationDuration: motionDurationSlow,
animationPlayState: "paused",
animationTimingFunction: motionEaseInOutCirc
},
[`
${componentCls}-move-up-appear${componentCls}-move-up-appear-active,
${componentCls}-move-up-enter${componentCls}-move-up-enter-active
`]: {
animationPlayState: "running"
},
[`${componentCls}-move-up-leave`]: {
animationName: messageMoveOut,
animationDuration: motionDurationSlow,
animationPlayState: "paused",
animationTimingFunction: motionEaseInOutCirc
},
[`${componentCls}-move-up-leave${componentCls}-move-up-leave-active`]: {
animationPlayState: "running"
},
"&-rtl": {
direction: "rtl",
span: {
direction: "rtl"
}
}
})
},
// ============================ Notice ============================
{
[componentCls]: {
[`${noticeCls}-wrapper`]: Object.assign({}, noticeStyle)
}
},
// ============================= Pure =============================
{
[`${componentCls}-notice-pure-panel`]: Object.assign(Object.assign({}, noticeStyle), {
padding: 0,
textAlign: "start"
})
}
];
};
var prepareComponentToken4 = (token2) => ({
zIndexPopup: token2.zIndexPopupBase + CONTAINER_MAX_OFFSET + 10,
contentBg: token2.colorBgElevated,
contentPadding: `${(token2.controlHeightLG - token2.fontSize * token2.lineHeight) / 2}px ${token2.paddingSM}px`
});
var style_default4 = genStyleHooks("Message", (token2) => {
const combinedToken = merge2(token2, {
height: 150
});
return genMessageStyle(combinedToken);
}, prepareComponentToken4);
// node_modules/antd/es/message/PurePanel.js
var __rest6 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var TypeIcon = {
info: React57.createElement(InfoCircleFilled_default, null),
success: React57.createElement(CheckCircleFilled_default, null),
error: React57.createElement(CloseCircleFilled_default, null),
warning: React57.createElement(ExclamationCircleFilled_default, null),
loading: React57.createElement(LoadingOutlined_default, null)
};
var PureContent = ({
prefixCls,
type: type5,
icon,
children
}) => React57.createElement("div", {
className: (0, import_classnames9.default)(`${prefixCls}-custom-content`, `${prefixCls}-${type5}`)
}, icon || TypeIcon[type5], React57.createElement("span", null, children));
var PurePanel = (props) => {
const {
prefixCls: staticPrefixCls,
className,
type: type5,
icon,
content
} = props, restProps = __rest6(props, ["prefixCls", "className", "type", "icon", "content"]);
const {
getPrefixCls
} = React57.useContext(ConfigContext);
const prefixCls = staticPrefixCls || getPrefixCls("message");
const rootCls = useCSSVarCls_default(prefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default4(prefixCls, rootCls);
return wrapCSSVar(React57.createElement(Notice_default, Object.assign({}, restProps, {
prefixCls,
className: (0, import_classnames9.default)(className, hashId, `${prefixCls}-notice-pure-panel`, cssVarCls, rootCls),
eventKey: "pure",
duration: null,
content: React57.createElement(PureContent, {
prefixCls,
type: type5,
icon
}, content)
})));
};
var PurePanel_default = PurePanel;
// node_modules/antd/es/message/util.js
function getMotion(prefixCls, transitionName) {
return {
motionName: transitionName !== null && transitionName !== void 0 ? transitionName : `${prefixCls}-move-up`
};
}
function wrapPromiseFn(openFn) {
let closeFn;
const closePromise = new Promise((resolve) => {
closeFn = openFn(() => {
resolve(true);
});
});
const result = () => {
closeFn === null || closeFn === void 0 ? void 0 : closeFn();
};
result.then = (filled, rejected) => closePromise.then(filled, rejected);
result.promise = closePromise;
return result;
}
// node_modules/antd/es/message/useMessage.js
var __rest7 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var DEFAULT_OFFSET2 = 8;
var DEFAULT_DURATION = 3;
var Wrapper = ({
children,
prefixCls
}) => {
const rootCls = useCSSVarCls_default(prefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default4(prefixCls, rootCls);
return wrapCSSVar(React58.createElement(NotificationProvider_default, {
classNames: {
list: (0, import_classnames10.default)(hashId, cssVarCls, rootCls)
}
}, children));
};
var renderNotifications = (node2, {
prefixCls,
key
}) => React58.createElement(Wrapper, {
prefixCls,
key
}, node2);
var Holder = React58.forwardRef((props, ref) => {
const {
top,
prefixCls: staticPrefixCls,
getContainer: staticGetContainer,
maxCount,
duration = DEFAULT_DURATION,
rtl,
transitionName,
onAllRemoved
} = props;
const {
getPrefixCls,
getPopupContainer,
message: message2,
direction
} = React58.useContext(ConfigContext);
const prefixCls = staticPrefixCls || getPrefixCls("message");
const getStyle4 = () => ({
left: "50%",
transform: "translateX(-50%)",
top: top !== null && top !== void 0 ? top : DEFAULT_OFFSET2
});
const getClassName = () => (0, import_classnames10.default)({
[`${prefixCls}-rtl`]: rtl !== null && rtl !== void 0 ? rtl : direction === "rtl"
});
const getNotificationMotion = () => getMotion(prefixCls, transitionName);
const mergedCloseIcon = React58.createElement("span", {
className: `${prefixCls}-close-x`
}, React58.createElement(CloseOutlined_default, {
className: `${prefixCls}-close-icon`
}));
const [api, holder] = useNotification({
prefixCls,
style: getStyle4,
className: getClassName,
motion: getNotificationMotion,
closable: false,
closeIcon: mergedCloseIcon,
duration,
getContainer: () => (staticGetContainer === null || staticGetContainer === void 0 ? void 0 : staticGetContainer()) || (getPopupContainer === null || getPopupContainer === void 0 ? void 0 : getPopupContainer()) || document.body,
maxCount,
onAllRemoved,
renderNotifications
});
React58.useImperativeHandle(ref, () => Object.assign(Object.assign({}, api), {
prefixCls,
message: message2
}));
return holder;
});
var keyIndex = 0;
function useInternalMessage(messageConfig) {
const holderRef = React58.useRef(null);
const warning5 = devUseWarning("Message");
const wrapAPI = React58.useMemo(() => {
const close = (key) => {
var _a;
(_a = holderRef.current) === null || _a === void 0 ? void 0 : _a.close(key);
};
const open3 = (config) => {
if (!holderRef.current) {
true ? warning5(false, "usage", "You are calling notice in render which will break in React 18 concurrent mode. Please trigger in effect instead.") : void 0;
const fakeResult = () => {
};
fakeResult.then = () => {
};
return fakeResult;
}
const {
open: originOpen,
prefixCls,
message: message2
} = holderRef.current;
const noticePrefixCls = `${prefixCls}-notice`;
const {
content,
icon,
type: type5,
key,
className,
style: style2,
onClose
} = config, restConfig = __rest7(config, ["content", "icon", "type", "key", "className", "style", "onClose"]);
let mergedKey = key;
if (mergedKey === void 0 || mergedKey === null) {
keyIndex += 1;
mergedKey = `antd-message-${keyIndex}`;
}
return wrapPromiseFn((resolve) => {
originOpen(Object.assign(Object.assign({}, restConfig), {
key: mergedKey,
content: React58.createElement(PureContent, {
prefixCls,
type: type5,
icon
}, content),
placement: "top",
className: (0, import_classnames10.default)(type5 && `${noticePrefixCls}-${type5}`, className, message2 === null || message2 === void 0 ? void 0 : message2.className),
style: Object.assign(Object.assign({}, message2 === null || message2 === void 0 ? void 0 : message2.style), style2),
onClose: () => {
onClose === null || onClose === void 0 ? void 0 : onClose();
resolve();
}
}));
return () => {
close(mergedKey);
};
});
};
const destroy3 = (key) => {
var _a;
if (key !== void 0) {
close(key);
} else {
(_a = holderRef.current) === null || _a === void 0 ? void 0 : _a.destroy();
}
};
const clone = {
open: open3,
destroy: destroy3
};
const keys2 = ["info", "success", "warning", "error", "loading"];
keys2.forEach((type5) => {
const typeOpen2 = (jointContent, duration, onClose) => {
let config;
if (jointContent && typeof jointContent === "object" && "content" in jointContent) {
config = jointContent;
} else {
config = {
content: jointContent
};
}
let mergedDuration;
let mergedOnClose;
if (typeof duration === "function") {
mergedOnClose = duration;
} else {
mergedDuration = duration;
mergedOnClose = onClose;
}
const mergedConfig = Object.assign(Object.assign({
onClose: mergedOnClose,
duration: mergedDuration
}, config), {
type: type5
});
return open3(mergedConfig);
};
clone[type5] = typeOpen2;
});
return clone;
}, []);
return [wrapAPI, React58.createElement(Holder, Object.assign({
key: "message-holder"
}, messageConfig, {
ref: holderRef
}))];
}
function useMessage(messageConfig) {
return useInternalMessage(messageConfig);
}
// node_modules/antd/es/modal/useModal/index.js
var React130 = __toESM(require_react());
// node_modules/antd/es/modal/confirm.js
var import_react59 = __toESM(require_react());
// node_modules/antd/es/config-provider/UnstableContext.js
var React59 = __toESM(require_react());
var ReactDOM3 = __toESM(require_react_dom());
// node_modules/@babel/runtime/helpers/esm/OverloadYield.js
function _OverloadYield(e3, d) {
this.v = e3, this.k = d;
}
// node_modules/@babel/runtime/helpers/esm/regeneratorDefine.js
function _regeneratorDefine(e3, r2, n2, t2) {
var i = Object.defineProperty;
try {
i({}, "", {});
} catch (e4) {
i = 0;
}
_regeneratorDefine = function regeneratorDefine(e4, r3, n3, t3) {
function o3(r4, n4) {
_regeneratorDefine(e4, r4, function(e5) {
return this._invoke(r4, n4, e5);
});
}
r3 ? i ? i(e4, r3, {
value: n3,
enumerable: !t3,
configurable: !t3,
writable: !t3
}) : e4[r3] = n3 : (o3("next", 0), o3("throw", 1), o3("return", 2));
}, _regeneratorDefine(e3, r2, n2, t2);
}
// node_modules/@babel/runtime/helpers/esm/regenerator.js
function _regenerator() {
var e3, t2, r2 = "function" == typeof Symbol ? Symbol : {}, n2 = r2.iterator || "@@iterator", o3 = r2.toStringTag || "@@toStringTag";
function i(r3, n3, o4, i2) {
var c2 = n3 && n3.prototype instanceof Generator ? n3 : Generator, u2 = Object.create(c2.prototype);
return _regeneratorDefine(u2, "_invoke", function(r4, n4, o5) {
var i3, c3, u3, f2 = 0, p = o5 || [], y = false, G = {
p: 0,
n: 0,
v: e3,
a: d,
f: d.bind(e3, 4),
d: function d2(t3, r5) {
return i3 = t3, c3 = 0, u3 = e3, G.n = r5, a;
}
};
function d(r5, n5) {
for (c3 = r5, u3 = n5, t2 = 0; !y && f2 && !o6 && t2 < p.length; t2++) {
var o6, i4 = p[t2], d2 = G.p, l2 = i4[2];
r5 > 3 ? (o6 = l2 === n5) && (u3 = i4[(c3 = i4[4]) ? 5 : (c3 = 3, 3)], i4[4] = i4[5] = e3) : i4[0] <= d2 && ((o6 = r5 < 2 && d2 < i4[1]) ? (c3 = 0, G.v = n5, G.n = i4[1]) : d2 < l2 && (o6 = r5 < 3 || i4[0] > n5 || n5 > l2) && (i4[4] = r5, i4[5] = n5, G.n = l2, c3 = 0));
}
if (o6 || r5 > 1) return a;
throw y = true, n5;
}
return function(o6, p2, l2) {
if (f2 > 1) throw TypeError("Generator is already running");
for (y && 1 === p2 && d(p2, l2), c3 = p2, u3 = l2; (t2 = c3 < 2 ? e3 : u3) || !y; ) {
i3 || (c3 ? c3 < 3 ? (c3 > 1 && (G.n = -1), d(c3, u3)) : G.n = u3 : G.v = u3);
try {
if (f2 = 2, i3) {
if (c3 || (o6 = "next"), t2 = i3[o6]) {
if (!(t2 = t2.call(i3, u3))) throw TypeError("iterator result is not an object");
if (!t2.done) return t2;
u3 = t2.value, c3 < 2 && (c3 = 0);
} else 1 === c3 && (t2 = i3["return"]) && t2.call(i3), c3 < 2 && (u3 = TypeError("The iterator does not provide a '" + o6 + "' method"), c3 = 1);
i3 = e3;
} else if ((t2 = (y = G.n < 0) ? u3 : r4.call(n4, G)) !== a) break;
} catch (t3) {
i3 = e3, c3 = 1, u3 = t3;
} finally {
f2 = 1;
}
}
return {
value: t2,
done: y
};
};
}(r3, o4, i2), true), u2;
}
var a = {};
function Generator() {
}
function GeneratorFunction() {
}
function GeneratorFunctionPrototype() {
}
t2 = Object.getPrototypeOf;
var c = [][n2] ? t2(t2([][n2]())) : (_regeneratorDefine(t2 = {}, n2, function() {
return this;
}), t2), u = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(c);
function f(e4) {
return Object.setPrototypeOf ? Object.setPrototypeOf(e4, GeneratorFunctionPrototype) : (e4.__proto__ = GeneratorFunctionPrototype, _regeneratorDefine(e4, o3, "GeneratorFunction")), e4.prototype = Object.create(u), e4;
}
return GeneratorFunction.prototype = GeneratorFunctionPrototype, _regeneratorDefine(u, "constructor", GeneratorFunctionPrototype), _regeneratorDefine(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = "GeneratorFunction", _regeneratorDefine(GeneratorFunctionPrototype, o3, "GeneratorFunction"), _regeneratorDefine(u), _regeneratorDefine(u, o3, "Generator"), _regeneratorDefine(u, n2, function() {
return this;
}), _regeneratorDefine(u, "toString", function() {
return "[object Generator]";
}), (_regenerator = function _regenerator2() {
return {
w: i,
m: f
};
})();
}
// node_modules/@babel/runtime/helpers/esm/regeneratorAsyncIterator.js
function AsyncIterator(t2, e3) {
function n2(r3, o3, i, f) {
try {
var c = t2[r3](o3), u = c.value;
return u instanceof _OverloadYield ? e3.resolve(u.v).then(function(t3) {
n2("next", t3, i, f);
}, function(t3) {
n2("throw", t3, i, f);
}) : e3.resolve(u).then(function(t3) {
c.value = t3, i(c);
}, function(t3) {
return n2("throw", t3, i, f);
});
} catch (t3) {
f(t3);
}
}
var r2;
this.next || (_regeneratorDefine(AsyncIterator.prototype), _regeneratorDefine(AsyncIterator.prototype, "function" == typeof Symbol && Symbol.asyncIterator || "@asyncIterator", function() {
return this;
})), _regeneratorDefine(this, "_invoke", function(t3, o3, i) {
function f() {
return new e3(function(e4, r3) {
n2(t3, i, e4, r3);
});
}
return r2 = r2 ? r2.then(f, f) : f();
}, true);
}
// node_modules/@babel/runtime/helpers/esm/regeneratorAsyncGen.js
function _regeneratorAsyncGen(r2, e3, t2, o3, n2) {
return new AsyncIterator(_regenerator().w(r2, e3, t2, o3), n2 || Promise);
}
// node_modules/@babel/runtime/helpers/esm/regeneratorAsync.js
function _regeneratorAsync(n2, e3, r2, t2, o3) {
var a = _regeneratorAsyncGen(n2, e3, r2, t2, o3);
return a.next().then(function(n3) {
return n3.done ? n3.value : a.next();
});
}
// node_modules/@babel/runtime/helpers/esm/regeneratorKeys.js
function _regeneratorKeys(e3) {
var n2 = Object(e3), r2 = [];
for (var t2 in n2) r2.unshift(t2);
return function e4() {
for (; r2.length; ) if ((t2 = r2.pop()) in n2) return e4.value = t2, e4.done = false, e4;
return e4.done = true, e4;
};
}
// node_modules/@babel/runtime/helpers/esm/regeneratorValues.js
function _regeneratorValues(e3) {
if (null != e3) {
var t2 = e3["function" == typeof Symbol && Symbol.iterator || "@@iterator"], r2 = 0;
if (t2) return t2.call(e3);
if ("function" == typeof e3.next) return e3;
if (!isNaN(e3.length)) return {
next: function next2() {
return e3 && r2 >= e3.length && (e3 = void 0), {
value: e3 && e3[r2++],
done: !e3
};
}
};
}
throw new TypeError(_typeof(e3) + " is not iterable");
}
// node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.js
function _regeneratorRuntime() {
"use strict";
var r2 = _regenerator(), e3 = r2.m(_regeneratorRuntime), t2 = (Object.getPrototypeOf ? Object.getPrototypeOf(e3) : e3.__proto__).constructor;
function n2(r3) {
var e4 = "function" == typeof r3 && r3.constructor;
return !!e4 && (e4 === t2 || "GeneratorFunction" === (e4.displayName || e4.name));
}
var o3 = {
"throw": 1,
"return": 2,
"break": 3,
"continue": 3
};
function a(r3) {
var e4, t3;
return function(n3) {
e4 || (e4 = {
stop: function stop() {
return t3(n3.a, 2);
},
"catch": function _catch() {
return n3.v;
},
abrupt: function abrupt(r4, e5) {
return t3(n3.a, o3[r4], e5);
},
delegateYield: function delegateYield(r4, o4, a2) {
return e4.resultName = o4, t3(n3.d, _regeneratorValues(r4), a2);
},
finish: function finish(r4) {
return t3(n3.f, r4);
}
}, t3 = function t4(r4, _t, o4) {
n3.p = e4.prev, n3.n = e4.next;
try {
return r4(_t, o4);
} finally {
e4.next = n3.n;
}
}), e4.resultName && (e4[e4.resultName] = n3.v, e4.resultName = void 0), e4.sent = n3.v, e4.next = n3.n;
try {
return r3.call(this, e4);
} finally {
n3.p = e4.prev, n3.n = e4.next;
}
};
}
return (_regeneratorRuntime = function _regeneratorRuntime2() {
return {
wrap: function wrap(e4, t3, n3, o4) {
return r2.w(a(e4), t3, n3, o4 && o4.reverse());
},
isGeneratorFunction: n2,
mark: r2.m,
awrap: function awrap(r3, e4) {
return new _OverloadYield(r3, e4);
},
AsyncIterator,
async: function async(r3, e4, t3, o4, u) {
return (n2(e4) ? _regeneratorAsyncGen : _regeneratorAsync)(a(r3), e4, t3, o4, u);
},
keys: _regeneratorKeys,
values: _regeneratorValues
};
})();
}
// node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js
function asyncGeneratorStep(n2, t2, e3, r2, o3, a, c) {
try {
var i = n2[a](c), u = i.value;
} catch (n3) {
return void e3(n3);
}
i.done ? t2(u) : Promise.resolve(u).then(r2, o3);
}
function _asyncToGenerator(n2) {
return function() {
var t2 = this, e3 = arguments;
return new Promise(function(r2, o3) {
var a = n2.apply(t2, e3);
function _next(n3) {
asyncGeneratorStep(a, r2, o3, _next, _throw, "next", n3);
}
function _throw(n3) {
asyncGeneratorStep(a, r2, o3, _next, _throw, "throw", n3);
}
_next(void 0);
});
};
}
// node_modules/rc-util/es/React/render.js
var ReactDOM2 = __toESM(require_react_dom());
var fullClone4 = _objectSpread2({}, ReactDOM2);
var version = fullClone4.version;
var reactRender = fullClone4.render;
var unmountComponentAtNode = fullClone4.unmountComponentAtNode;
var createRoot;
try {
mainVersion = Number((version || "").split(".")[0]);
if (mainVersion >= 18) {
createRoot = fullClone4.createRoot;
}
} catch (e3) {
}
var mainVersion;
function toggleWarning(skip) {
var __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = fullClone4.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
if (__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED && _typeof(__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED) === "object") {
__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.usingClientEntryPoint = skip;
}
}
var MARK = "__rc_react_root__";
function modernRender(node2, container) {
toggleWarning(true);
var root = container[MARK] || createRoot(container);
toggleWarning(false);
root.render(node2);
container[MARK] = root;
}
function legacyRender(node2, container) {
reactRender === null || reactRender === void 0 || reactRender(node2, container);
}
function render(node2, container) {
if (createRoot) {
modernRender(node2, container);
return;
}
legacyRender(node2, container);
}
function modernUnmount(_x) {
return _modernUnmount.apply(this, arguments);
}
function _modernUnmount() {
_modernUnmount = _asyncToGenerator(_regeneratorRuntime().mark(function _callee(container) {
return _regeneratorRuntime().wrap(function _callee$(_context) {
while (1) switch (_context.prev = _context.next) {
case 0:
return _context.abrupt("return", Promise.resolve().then(function() {
var _container$MARK;
(_container$MARK = container[MARK]) === null || _container$MARK === void 0 || _container$MARK.unmount();
delete container[MARK];
}));
case 1:
case "end":
return _context.stop();
}
}, _callee);
}));
return _modernUnmount.apply(this, arguments);
}
function legacyUnmount(container) {
unmountComponentAtNode(container);
}
function unmount(_x2) {
return _unmount.apply(this, arguments);
}
function _unmount() {
_unmount = _asyncToGenerator(_regeneratorRuntime().mark(function _callee2(container) {
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
while (1) switch (_context2.prev = _context2.next) {
case 0:
if (!(createRoot !== void 0)) {
_context2.next = 2;
break;
}
return _context2.abrupt("return", modernUnmount(container));
case 2:
legacyUnmount(container);
case 3:
case "end":
return _context2.stop();
}
}, _callee2);
}));
return _unmount.apply(this, arguments);
}
// node_modules/antd/es/config-provider/UnstableContext.js
var defaultReactRender = (node2, container) => {
if (true) {
const majorVersion = Number.parseInt(React59.version.split(".")[0], 10);
const fullKeys = Object.keys(ReactDOM3);
true ? warning_default2(majorVersion < 19 || fullKeys.includes("createRoot"), "compatible", "antd v5 support React is 16 ~ 18. see https://u.ant.design/v5-for-19 for compatible.") : void 0;
}
render(node2, container);
return () => {
return unmount(container);
};
};
var unstableRender = defaultReactRender;
function unstableSetRender(render2) {
if (render2) {
unstableRender = render2;
}
return unstableRender;
}
// node_modules/antd/es/modal/ConfirmDialog.js
var React127 = __toESM(require_react());
var import_classnames42 = __toESM(require_classnames());
// node_modules/antd/es/_util/motion.js
var getCollapsedHeight = () => ({
height: 0,
opacity: 0
});
var getRealHeight = (node2) => {
const {
scrollHeight
} = node2;
return {
height: scrollHeight,
opacity: 1
};
};
var getCurrentHeight = (node2) => ({
height: node2 ? node2.offsetHeight : 0
});
var skipOpacityTransition = (_, event) => (event === null || event === void 0 ? void 0 : event.deadline) === true || event.propertyName === "height";
var initCollapseMotion = (rootCls = defaultPrefixCls) => ({
motionName: `${rootCls}-motion-collapse`,
onAppearStart: getCollapsedHeight,
onEnterStart: getCollapsedHeight,
onAppearActive: getRealHeight,
onEnterActive: getRealHeight,
onLeaveStart: getCurrentHeight,
onLeaveActive: getCollapsedHeight,
onAppearEnd: skipOpacityTransition,
onEnterEnd: skipOpacityTransition,
onLeaveEnd: skipOpacityTransition,
motionDeadline: 500
});
var getTransitionName2 = (rootPrefixCls, motion2, transitionName) => {
if (transitionName !== void 0) {
return transitionName;
}
return `${rootPrefixCls}-${motion2}`;
};
var motion_default = initCollapseMotion;
// node_modules/antd/es/modal/components/ConfirmCancelBtn.js
var import_react49 = __toESM(require_react());
// node_modules/antd/es/_util/ActionButton.js
var React86 = __toESM(require_react());
// node_modules/antd/es/button/button.js
var import_react47 = __toESM(require_react());
var import_classnames27 = __toESM(require_classnames());
// node_modules/rc-util/es/omit.js
function omit(obj, fields) {
var clone = Object.assign({}, obj);
if (Array.isArray(fields)) {
fields.forEach(function(key) {
delete clone[key];
});
}
return clone;
}
// node_modules/antd/es/_util/wave/index.js
var import_react27 = __toESM(require_react());
var import_classnames12 = __toESM(require_classnames());
// node_modules/rc-util/es/Dom/isVisible.js
var isVisible_default = function(element) {
if (!element) {
return false;
}
if (element instanceof Element) {
if (element.offsetParent) {
return true;
}
if (element.getBBox) {
var _getBBox = element.getBBox(), width = _getBBox.width, height = _getBBox.height;
if (width || height) {
return true;
}
}
if (element.getBoundingClientRect) {
var _element$getBoundingC = element.getBoundingClientRect(), _width = _element$getBoundingC.width, _height = _element$getBoundingC.height;
if (_width || _height) {
return true;
}
}
}
return false;
};
// node_modules/antd/es/_util/wave/style.js
var genWaveStyle = (token2) => {
const {
componentCls,
colorPrimary
} = token2;
return {
[componentCls]: {
position: "absolute",
background: "transparent",
pointerEvents: "none",
boxSizing: "border-box",
color: `var(--wave-color, ${colorPrimary})`,
boxShadow: `0 0 0 0 currentcolor`,
opacity: 0.2,
// =================== Motion ===================
"&.wave-motion-appear": {
transition: [`box-shadow 0.4s ${token2.motionEaseOutCirc}`, `opacity 2s ${token2.motionEaseOutCirc}`].join(","),
"&-active": {
boxShadow: `0 0 0 6px currentcolor`,
opacity: 0
},
"&.wave-quick": {
transition: [`box-shadow ${token2.motionDurationSlow} ${token2.motionEaseInOut}`, `opacity ${token2.motionDurationSlow} ${token2.motionEaseInOut}`].join(",")
}
}
}
};
};
var style_default5 = genComponentStyleHook("Wave", genWaveStyle);
// node_modules/antd/es/_util/wave/useWave.js
var React61 = __toESM(require_react());
// node_modules/antd/es/_util/wave/interface.js
var TARGET_CLS = `${defaultPrefixCls}-wave-target`;
// node_modules/antd/es/_util/wave/WaveEffect.js
var React60 = __toESM(require_react());
var import_classnames11 = __toESM(require_classnames());
// node_modules/antd/es/_util/wave/util.js
function isValidWaveColor(color) {
return color && color !== "#fff" && color !== "#ffffff" && color !== "rgb(255, 255, 255)" && color !== "rgba(255, 255, 255, 1)" && !/rgba\((?:\d*, ){3}0\)/.test(color) && // any transparent rgba color
color !== "transparent" && color !== "canvastext";
}
function getTargetWaveColor(node2) {
var _a;
const {
borderTopColor,
borderColor,
backgroundColor
} = getComputedStyle(node2);
return (_a = [borderTopColor, borderColor, backgroundColor].find(isValidWaveColor)) !== null && _a !== void 0 ? _a : null;
}
// node_modules/antd/es/_util/wave/WaveEffect.js
function validateNum(value) {
return Number.isNaN(value) ? 0 : value;
}
var WaveEffect = (props) => {
const {
className,
target,
component,
registerUnmount
} = props;
const divRef = React60.useRef(null);
const unmountRef = React60.useRef(null);
React60.useEffect(() => {
unmountRef.current = registerUnmount();
}, []);
const [color, setWaveColor] = React60.useState(null);
const [borderRadius, setBorderRadius] = React60.useState([]);
const [left, setLeft] = React60.useState(0);
const [top, setTop] = React60.useState(0);
const [width, setWidth] = React60.useState(0);
const [height, setHeight] = React60.useState(0);
const [enabled, setEnabled] = React60.useState(false);
const waveStyle = {
left,
top,
width,
height,
borderRadius: borderRadius.map((radius2) => `${radius2}px`).join(" ")
};
if (color) {
waveStyle["--wave-color"] = color;
}
function syncPos() {
const nodeStyle = getComputedStyle(target);
setWaveColor(getTargetWaveColor(target));
const isStatic = nodeStyle.position === "static";
const {
borderLeftWidth,
borderTopWidth
} = nodeStyle;
setLeft(isStatic ? target.offsetLeft : validateNum(-Number.parseFloat(borderLeftWidth)));
setTop(isStatic ? target.offsetTop : validateNum(-Number.parseFloat(borderTopWidth)));
setWidth(target.offsetWidth);
setHeight(target.offsetHeight);
const {
borderTopLeftRadius,
borderTopRightRadius,
borderBottomLeftRadius,
borderBottomRightRadius
} = nodeStyle;
setBorderRadius([borderTopLeftRadius, borderTopRightRadius, borderBottomRightRadius, borderBottomLeftRadius].map((radius2) => validateNum(Number.parseFloat(radius2))));
}
React60.useEffect(() => {
if (target) {
const id = raf_default(() => {
syncPos();
setEnabled(true);
});
let resizeObserver2;
if (typeof ResizeObserver !== "undefined") {
resizeObserver2 = new ResizeObserver(syncPos);
resizeObserver2.observe(target);
}
return () => {
raf_default.cancel(id);
resizeObserver2 === null || resizeObserver2 === void 0 ? void 0 : resizeObserver2.disconnect();
};
}
}, [target]);
if (!enabled) {
return null;
}
const isSmallComponent = (component === "Checkbox" || component === "Radio") && (target === null || target === void 0 ? void 0 : target.classList.contains(TARGET_CLS));
return React60.createElement(es_default2, {
visible: true,
motionAppear: true,
motionName: "wave-motion",
motionDeadline: 5e3,
onAppearEnd: (_, event) => {
var _a, _b;
if (event.deadline || event.propertyName === "opacity") {
const holder = (_a = divRef.current) === null || _a === void 0 ? void 0 : _a.parentElement;
(_b = unmountRef.current) === null || _b === void 0 ? void 0 : _b.call(unmountRef).then(() => {
holder === null || holder === void 0 ? void 0 : holder.remove();
});
}
return false;
}
}, ({
className: motionClassName
}, ref) => React60.createElement("div", {
ref: composeRef(divRef, ref),
className: (0, import_classnames11.default)(className, motionClassName, {
"wave-quick": isSmallComponent
}),
style: waveStyle
}));
};
var showWaveEffect = (target, info) => {
var _a;
const {
component
} = info;
if (component === "Checkbox" && !((_a = target.querySelector("input")) === null || _a === void 0 ? void 0 : _a.checked)) {
return;
}
const holder = document.createElement("div");
holder.style.position = "absolute";
holder.style.left = "0px";
holder.style.top = "0px";
target === null || target === void 0 ? void 0 : target.insertBefore(holder, target === null || target === void 0 ? void 0 : target.firstChild);
const reactRender2 = unstableSetRender();
let unmountCallback = null;
function registerUnmount() {
return unmountCallback;
}
unmountCallback = reactRender2(React60.createElement(WaveEffect, Object.assign({}, info, {
target,
registerUnmount
})), holder);
};
var WaveEffect_default = showWaveEffect;
// node_modules/antd/es/_util/wave/useWave.js
var useWave = (nodeRef, className, component) => {
const {
wave
} = React61.useContext(ConfigContext);
const [, token2, hashId] = useToken();
const showWave = useEvent((event) => {
const node2 = nodeRef.current;
if ((wave === null || wave === void 0 ? void 0 : wave.disabled) || !node2) {
return;
}
const targetNode = node2.querySelector(`.${TARGET_CLS}`) || node2;
const {
showEffect
} = wave || {};
(showEffect || WaveEffect_default)(targetNode, {
className,
token: token2,
component,
event,
hashId
});
});
const rafId = React61.useRef(null);
const showDebounceWave = (event) => {
raf_default.cancel(rafId.current);
rafId.current = raf_default(() => {
showWave(event);
});
};
return showDebounceWave;
};
var useWave_default = useWave;
// node_modules/antd/es/_util/wave/index.js
var Wave = (props) => {
const {
children,
disabled,
component
} = props;
const {
getPrefixCls
} = (0, import_react27.useContext)(ConfigContext);
const containerRef = (0, import_react27.useRef)(null);
const prefixCls = getPrefixCls("wave");
const [, hashId] = style_default5(prefixCls);
const showWave = useWave_default(containerRef, (0, import_classnames12.default)(prefixCls, hashId), component);
import_react27.default.useEffect(() => {
const node2 = containerRef.current;
if (!node2 || node2.nodeType !== window.Node.ELEMENT_NODE || disabled) {
return;
}
const onClick = (e3) => {
if (!isVisible_default(e3.target) || // No need wave
!node2.getAttribute || node2.getAttribute("disabled") || node2.disabled || node2.className.includes("disabled") && !node2.className.includes("disabled:") || node2.getAttribute("aria-disabled") === "true" || node2.className.includes("-leave")) {
return;
}
showWave(e3);
};
node2.addEventListener("click", onClick, true);
return () => {
node2.removeEventListener("click", onClick, true);
};
}, [disabled]);
if (!import_react27.default.isValidElement(children)) {
return children !== null && children !== void 0 ? children : null;
}
const ref = supportRef(children) ? composeRef(getNodeRef(children), containerRef) : containerRef;
return cloneElement3(children, {
ref
});
};
if (true) {
Wave.displayName = "Wave";
}
var wave_default = Wave;
// node_modules/antd/es/config-provider/hooks/useSize.js
var import_react28 = __toESM(require_react());
var useSize = (customSize) => {
const size = import_react28.default.useContext(SizeContext_default);
const mergedSize = import_react28.default.useMemo(() => {
if (!customSize) {
return size;
}
if (typeof customSize === "string") {
return customSize !== null && customSize !== void 0 ? customSize : size;
}
if (typeof customSize === "function") {
return customSize(size);
}
return size;
}, [customSize, size]);
return mergedSize;
};
var useSize_default = useSize;
// node_modules/antd/es/space/Compact.js
var React64 = __toESM(require_react());
var import_classnames13 = __toESM(require_classnames());
// node_modules/antd/es/space/style/compact.js
var genSpaceCompactStyle = (token2) => {
const {
componentCls
} = token2;
return {
[componentCls]: {
display: "inline-flex",
"&-block": {
display: "flex",
width: "100%"
},
"&-vertical": {
flexDirection: "column"
},
"&-rtl": {
direction: "rtl"
}
}
};
};
var compact_default = genStyleHooks(["Space", "Compact"], (token2) => [genSpaceCompactStyle(token2)], () => ({}), {
// Space component don't apply extra font style
// https://github.com/ant-design/ant-design/issues/40315
resetStyle: false
});
// node_modules/antd/es/space/Compact.js
var __rest8 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var SpaceCompactItemContext = React64.createContext(null);
var useCompactItemContext = (prefixCls, direction) => {
const compactItemContext = React64.useContext(SpaceCompactItemContext);
const compactItemClassnames = React64.useMemo(() => {
if (!compactItemContext) {
return "";
}
const {
compactDirection,
isFirstItem,
isLastItem
} = compactItemContext;
const separator = compactDirection === "vertical" ? "-vertical-" : "-";
return (0, import_classnames13.default)(`${prefixCls}-compact${separator}item`, {
[`${prefixCls}-compact${separator}first-item`]: isFirstItem,
[`${prefixCls}-compact${separator}last-item`]: isLastItem,
[`${prefixCls}-compact${separator}item-rtl`]: direction === "rtl"
});
}, [prefixCls, direction, compactItemContext]);
return {
compactSize: compactItemContext === null || compactItemContext === void 0 ? void 0 : compactItemContext.compactSize,
compactDirection: compactItemContext === null || compactItemContext === void 0 ? void 0 : compactItemContext.compactDirection,
compactItemClassnames
};
};
var NoCompactStyle = (props) => {
const {
children
} = props;
return React64.createElement(SpaceCompactItemContext.Provider, {
value: null
}, children);
};
var CompactItem = (props) => {
const {
children
} = props, others = __rest8(props, ["children"]);
return React64.createElement(SpaceCompactItemContext.Provider, {
value: React64.useMemo(() => others, [others])
}, children);
};
var Compact = (props) => {
const {
getPrefixCls,
direction: directionConfig
} = React64.useContext(ConfigContext);
const {
size,
direction,
block,
prefixCls: customizePrefixCls,
className,
rootClassName,
children
} = props, restProps = __rest8(props, ["size", "direction", "block", "prefixCls", "className", "rootClassName", "children"]);
const mergedSize = useSize_default((ctx) => size !== null && size !== void 0 ? size : ctx);
const prefixCls = getPrefixCls("space-compact", customizePrefixCls);
const [wrapCSSVar, hashId] = compact_default(prefixCls);
const clx = (0, import_classnames13.default)(prefixCls, hashId, {
[`${prefixCls}-rtl`]: directionConfig === "rtl",
[`${prefixCls}-block`]: block,
[`${prefixCls}-vertical`]: direction === "vertical"
}, className, rootClassName);
const compactItemContext = React64.useContext(SpaceCompactItemContext);
const childNodes = toArray(children);
const nodes = React64.useMemo(() => childNodes.map((child, i) => {
const key = (child === null || child === void 0 ? void 0 : child.key) || `${prefixCls}-item-${i}`;
return React64.createElement(CompactItem, {
key,
compactSize: mergedSize,
compactDirection: direction,
isFirstItem: i === 0 && (!compactItemContext || (compactItemContext === null || compactItemContext === void 0 ? void 0 : compactItemContext.isFirstItem)),
isLastItem: i === childNodes.length - 1 && (!compactItemContext || (compactItemContext === null || compactItemContext === void 0 ? void 0 : compactItemContext.isLastItem))
}, child);
}), [childNodes, compactItemContext, direction, mergedSize, prefixCls]);
if (childNodes.length === 0) {
return null;
}
return wrapCSSVar(React64.createElement("div", Object.assign({
className: clx
}, restProps), nodes));
};
var Compact_default = Compact;
// node_modules/antd/es/button/button-group.js
var React65 = __toESM(require_react());
var import_classnames14 = __toESM(require_classnames());
var __rest9 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var GroupSizeContext = React65.createContext(void 0);
var ButtonGroup = (props) => {
const {
getPrefixCls,
direction
} = React65.useContext(ConfigContext);
const {
prefixCls: customizePrefixCls,
size,
className
} = props, others = __rest9(props, ["prefixCls", "size", "className"]);
const prefixCls = getPrefixCls("btn-group", customizePrefixCls);
const [, , hashId] = useToken();
const sizeCls = React65.useMemo(() => {
switch (size) {
case "large":
return "lg";
case "small":
return "sm";
default:
return "";
}
}, [size]);
if (true) {
const warning5 = devUseWarning("Button.Group");
warning5.deprecated(false, "Button.Group", "Space.Compact");
true ? warning5(!size || ["large", "small", "middle"].includes(size), "usage", "Invalid prop `size`.") : void 0;
}
const classes = (0, import_classnames14.default)(prefixCls, {
[`${prefixCls}-${sizeCls}`]: sizeCls,
[`${prefixCls}-rtl`]: direction === "rtl"
}, className, hashId);
return React65.createElement(GroupSizeContext.Provider, {
value: size
}, React65.createElement("div", Object.assign({}, others, {
className: classes
})));
};
var button_group_default = ButtonGroup;
// node_modules/antd/es/button/buttonHelpers.js
var import_react29 = __toESM(require_react());
var rxTwoCNChar = /^[\u4E00-\u9FA5]{2}$/;
var isTwoCNChar = rxTwoCNChar.test.bind(rxTwoCNChar);
function convertLegacyProps(type5) {
if (type5 === "danger") {
return {
danger: true
};
}
return {
type: type5
};
}
function isString(str) {
return typeof str === "string";
}
function isUnBorderedButtonVariant(type5) {
return type5 === "text" || type5 === "link";
}
function splitCNCharsBySpace(child, needInserted) {
if (child === null || child === void 0) {
return;
}
const SPACE = needInserted ? " " : "";
if (typeof child !== "string" && typeof child !== "number" && isString(child.type) && isTwoCNChar(child.props.children)) {
return cloneElement3(child, {
children: child.props.children.split("").join(SPACE)
});
}
if (isString(child)) {
return isTwoCNChar(child) ? import_react29.default.createElement("span", null, child.split("").join(SPACE)) : import_react29.default.createElement("span", null, child);
}
if (isFragment2(child)) {
return import_react29.default.createElement("span", null, child);
}
return child;
}
function spaceChildren(children, needInserted) {
let isPrevChildPure = false;
const childList = [];
import_react29.default.Children.forEach(children, (child) => {
const type5 = typeof child;
const isCurrentChildPure = type5 === "string" || type5 === "number";
if (isPrevChildPure && isCurrentChildPure) {
const lastIndex = childList.length - 1;
const lastChild = childList[lastIndex];
childList[lastIndex] = `${lastChild}${child}`;
} else {
childList.push(child);
}
isPrevChildPure = isCurrentChildPure;
});
return import_react29.default.Children.map(childList, (child) => splitCNCharsBySpace(child, needInserted));
}
var _ButtonColorTypes = ["default", "primary", "danger"].concat(_toConsumableArray(PresetColors));
// node_modules/antd/es/button/DefaultLoadingIcon.js
var import_react31 = __toESM(require_react());
var import_classnames16 = __toESM(require_classnames());
// node_modules/antd/es/button/IconWrapper.js
var import_react30 = __toESM(require_react());
var import_classnames15 = __toESM(require_classnames());
var IconWrapper = (0, import_react30.forwardRef)((props, ref) => {
const {
className,
style: style2,
children,
prefixCls
} = props;
const iconWrapperCls = (0, import_classnames15.default)(`${prefixCls}-icon`, className);
return import_react30.default.createElement("span", {
ref,
className: iconWrapperCls,
style: style2
}, children);
});
var IconWrapper_default = IconWrapper;
// node_modules/antd/es/button/DefaultLoadingIcon.js
var InnerLoadingIcon = (0, import_react31.forwardRef)((props, ref) => {
const {
prefixCls,
className,
style: style2,
iconClassName
} = props;
const mergedIconCls = (0, import_classnames16.default)(`${prefixCls}-loading-icon`, className);
return import_react31.default.createElement(IconWrapper_default, {
prefixCls,
className: mergedIconCls,
style: style2,
ref
}, import_react31.default.createElement(LoadingOutlined_default, {
className: iconClassName
}));
});
var getCollapsedWidth = () => ({
width: 0,
opacity: 0,
transform: "scale(0)"
});
var getRealWidth = (node2) => ({
width: node2.scrollWidth,
opacity: 1,
transform: "scale(1)"
});
var DefaultLoadingIcon = (props) => {
const {
prefixCls,
loading,
existIcon,
className,
style: style2,
mount
} = props;
const visible = !!loading;
if (existIcon) {
return import_react31.default.createElement(InnerLoadingIcon, {
prefixCls,
className,
style: style2
});
}
return import_react31.default.createElement(es_default2, {
visible,
// Used for minus flex gap style only
motionName: `${prefixCls}-loading-icon-motion`,
motionAppear: !mount,
motionEnter: !mount,
motionLeave: !mount,
removeOnLeave: true,
onAppearStart: getCollapsedWidth,
onAppearActive: getRealWidth,
onEnterStart: getCollapsedWidth,
onEnterActive: getRealWidth,
onLeaveStart: getRealWidth,
onLeaveActive: getCollapsedWidth
}, ({
className: motionCls,
style: motionStyle
}, ref) => {
const mergedStyle = Object.assign(Object.assign({}, style2), motionStyle);
return import_react31.default.createElement(InnerLoadingIcon, {
prefixCls,
className: (0, import_classnames16.default)(className, motionCls),
style: mergedStyle,
ref
});
});
};
var DefaultLoadingIcon_default = DefaultLoadingIcon;
// node_modules/antd/es/button/style/group.js
var genButtonBorderStyle = (buttonTypeCls, borderColor) => ({
// Border
[`> span, > ${buttonTypeCls}`]: {
"&:not(:last-child)": {
[`&, & > ${buttonTypeCls}`]: {
"&:not(:disabled)": {
borderInlineEndColor: borderColor
}
}
},
"&:not(:first-child)": {
[`&, & > ${buttonTypeCls}`]: {
"&:not(:disabled)": {
borderInlineStartColor: borderColor
}
}
}
}
});
var genGroupStyle = (token2) => {
const {
componentCls,
fontSize,
lineWidth,
groupBorderColor,
colorErrorHover
} = token2;
return {
[`${componentCls}-group`]: [
{
position: "relative",
display: "inline-flex",
// Border
[`> span, > ${componentCls}`]: {
"&:not(:last-child)": {
[`&, & > ${componentCls}`]: {
borderStartEndRadius: 0,
borderEndEndRadius: 0
}
},
"&:not(:first-child)": {
marginInlineStart: token2.calc(lineWidth).mul(-1).equal(),
[`&, & > ${componentCls}`]: {
borderStartStartRadius: 0,
borderEndStartRadius: 0
}
}
},
[componentCls]: {
position: "relative",
zIndex: 1,
"&:hover, &:focus, &:active": {
zIndex: 2
},
"&[disabled]": {
zIndex: 0
}
},
[`${componentCls}-icon-only`]: {
fontSize
}
},
// Border Color
genButtonBorderStyle(`${componentCls}-primary`, groupBorderColor),
genButtonBorderStyle(`${componentCls}-danger`, colorErrorHover)
]
};
};
var group_default = genGroupStyle;
// node_modules/@rc-component/color-picker/es/ColorPicker.js
var import_react41 = __toESM(require_react());
// node_modules/@rc-component/color-picker/es/color.js
var _excluded5 = ["b"];
var _excluded23 = ["v"];
var getRoundNumber = function getRoundNumber2(value) {
return Math.round(Number(value || 0));
};
var convertHsb2Hsv = function convertHsb2Hsv2(color) {
if (color instanceof FastColor) {
return color;
}
if (color && _typeof(color) === "object" && "h" in color && "b" in color) {
var _ref = color, b = _ref.b, resets = _objectWithoutProperties(_ref, _excluded5);
return _objectSpread2(_objectSpread2({}, resets), {}, {
v: b
});
}
if (typeof color === "string" && /hsb/.test(color)) {
return color.replace(/hsb/, "hsv");
}
return color;
};
var Color = function(_FastColor) {
_inherits(Color2, _FastColor);
var _super = _createSuper(Color2);
function Color2(color) {
_classCallCheck(this, Color2);
return _super.call(this, convertHsb2Hsv(color));
}
_createClass(Color2, [{
key: "toHsbString",
value: function toHsbString() {
var hsb = this.toHsb();
var saturation = getRoundNumber(hsb.s * 100);
var lightness = getRoundNumber(hsb.b * 100);
var hue = getRoundNumber(hsb.h);
var alpha = hsb.a;
var hsbString = "hsb(".concat(hue, ", ").concat(saturation, "%, ").concat(lightness, "%)");
var hsbaString = "hsba(".concat(hue, ", ").concat(saturation, "%, ").concat(lightness, "%, ").concat(alpha.toFixed(alpha === 0 ? 0 : 2), ")");
return alpha === 1 ? hsbString : hsbaString;
}
}, {
key: "toHsb",
value: function toHsb() {
var _this$toHsv = this.toHsv(), v = _this$toHsv.v, resets = _objectWithoutProperties(_this$toHsv, _excluded23);
return _objectSpread2(_objectSpread2({}, resets), {}, {
b: v,
a: this.a
});
}
}]);
return Color2;
}(FastColor);
// node_modules/@rc-component/color-picker/es/util.js
var ColorPickerPrefixCls = "rc-color-picker";
var generateColor = function generateColor2(color) {
if (color instanceof Color) {
return color;
}
return new Color(color);
};
var defaultColor = generateColor("#1677ff");
var calculateColor = function calculateColor2(props) {
var offset3 = props.offset, targetRef = props.targetRef, containerRef = props.containerRef, color = props.color, type5 = props.type;
var _containerRef$current = containerRef.current.getBoundingClientRect(), width = _containerRef$current.width, height = _containerRef$current.height;
var _targetRef$current$ge = targetRef.current.getBoundingClientRect(), targetWidth = _targetRef$current$ge.width, targetHeight = _targetRef$current$ge.height;
var centerOffsetX = targetWidth / 2;
var centerOffsetY = targetHeight / 2;
var saturation = (offset3.x + centerOffsetX) / width;
var bright = 1 - (offset3.y + centerOffsetY) / height;
var hsb = color.toHsb();
var alphaOffset = saturation;
var hueOffset = (offset3.x + centerOffsetX) / width * 360;
if (type5) {
switch (type5) {
case "hue":
return generateColor(_objectSpread2(_objectSpread2({}, hsb), {}, {
h: hueOffset <= 0 ? 0 : hueOffset
}));
case "alpha":
return generateColor(_objectSpread2(_objectSpread2({}, hsb), {}, {
a: alphaOffset <= 0 ? 0 : alphaOffset
}));
}
}
return generateColor({
h: hsb.h,
s: saturation <= 0 ? 0 : saturation,
b: bright >= 1 ? 1 : bright,
a: hsb.a
});
};
var calcOffset = function calcOffset2(color, type5) {
var hsb = color.toHsb();
switch (type5) {
case "hue":
return {
x: hsb.h / 360 * 100,
y: 50
};
case "alpha":
return {
x: color.a * 100,
y: 50
};
default:
return {
x: hsb.s * 100,
y: (1 - hsb.b) * 100
};
}
};
// node_modules/@rc-component/color-picker/es/ColorPicker.js
var import_classnames20 = __toESM(require_classnames());
// node_modules/@rc-component/color-picker/es/components/ColorBlock.js
var import_classnames17 = __toESM(require_classnames());
var import_react32 = __toESM(require_react());
var ColorBlock = function ColorBlock2(_ref) {
var color = _ref.color, prefixCls = _ref.prefixCls, className = _ref.className, style2 = _ref.style, onClick = _ref.onClick;
var colorBlockCls = "".concat(prefixCls, "-color-block");
return import_react32.default.createElement("div", {
className: (0, import_classnames17.default)(colorBlockCls, className),
style: style2,
onClick
}, import_react32.default.createElement("div", {
className: "".concat(colorBlockCls, "-inner"),
style: {
background: color
}
}));
};
var ColorBlock_default = ColorBlock;
// node_modules/@rc-component/color-picker/es/components/Picker.js
var import_react37 = __toESM(require_react());
// node_modules/@rc-component/color-picker/es/hooks/useColorDrag.js
var import_react33 = __toESM(require_react());
function getPosition(e3) {
var obj = "touches" in e3 ? e3.touches[0] : e3;
var scrollXOffset = document.documentElement.scrollLeft || document.body.scrollLeft || window.pageXOffset;
var scrollYOffset = document.documentElement.scrollTop || document.body.scrollTop || window.pageYOffset;
return {
pageX: obj.pageX - scrollXOffset,
pageY: obj.pageY - scrollYOffset
};
}
function useColorDrag(props) {
var targetRef = props.targetRef, containerRef = props.containerRef, direction = props.direction, onDragChange = props.onDragChange, onDragChangeComplete = props.onDragChangeComplete, calculate = props.calculate, color = props.color, disabledDrag = props.disabledDrag;
var _useState = (0, import_react33.useState)({
x: 0,
y: 0
}), _useState2 = _slicedToArray(_useState, 2), offsetValue = _useState2[0], setOffsetValue = _useState2[1];
var mouseMoveRef = (0, import_react33.useRef)(null);
var mouseUpRef = (0, import_react33.useRef)(null);
(0, import_react33.useEffect)(function() {
setOffsetValue(calculate());
}, [color]);
(0, import_react33.useEffect)(function() {
return function() {
document.removeEventListener("mousemove", mouseMoveRef.current);
document.removeEventListener("mouseup", mouseUpRef.current);
document.removeEventListener("touchmove", mouseMoveRef.current);
document.removeEventListener("touchend", mouseUpRef.current);
mouseMoveRef.current = null;
mouseUpRef.current = null;
};
}, []);
var updateOffset = function updateOffset2(e3) {
var _getPosition = getPosition(e3), pageX = _getPosition.pageX, pageY = _getPosition.pageY;
var _containerRef$current = containerRef.current.getBoundingClientRect(), rectX = _containerRef$current.x, rectY = _containerRef$current.y, width = _containerRef$current.width, height = _containerRef$current.height;
var _targetRef$current$ge = targetRef.current.getBoundingClientRect(), targetWidth = _targetRef$current$ge.width, targetHeight = _targetRef$current$ge.height;
var centerOffsetX = targetWidth / 2;
var centerOffsetY = targetHeight / 2;
var offsetX = Math.max(0, Math.min(pageX - rectX, width)) - centerOffsetX;
var offsetY = Math.max(0, Math.min(pageY - rectY, height)) - centerOffsetY;
var calcOffset3 = {
x: offsetX,
y: direction === "x" ? offsetValue.y : offsetY
};
if (targetWidth === 0 && targetHeight === 0 || targetWidth !== targetHeight) {
return false;
}
onDragChange === null || onDragChange === void 0 || onDragChange(calcOffset3);
};
var onDragMove = function onDragMove2(e3) {
e3.preventDefault();
updateOffset(e3);
};
var onDragStop = function onDragStop2(e3) {
e3.preventDefault();
document.removeEventListener("mousemove", mouseMoveRef.current);
document.removeEventListener("mouseup", mouseUpRef.current);
document.removeEventListener("touchmove", mouseMoveRef.current);
document.removeEventListener("touchend", mouseUpRef.current);
mouseMoveRef.current = null;
mouseUpRef.current = null;
onDragChangeComplete === null || onDragChangeComplete === void 0 || onDragChangeComplete();
};
var onDragStart = function onDragStart2(e3) {
document.removeEventListener("mousemove", mouseMoveRef.current);
document.removeEventListener("mouseup", mouseUpRef.current);
if (disabledDrag) {
return;
}
updateOffset(e3);
document.addEventListener("mousemove", onDragMove);
document.addEventListener("mouseup", onDragStop);
document.addEventListener("touchmove", onDragMove);
document.addEventListener("touchend", onDragStop);
mouseMoveRef.current = onDragMove;
mouseUpRef.current = onDragStop;
};
return [offsetValue, onDragStart];
}
var useColorDrag_default = useColorDrag;
// node_modules/@rc-component/color-picker/es/components/Handler.js
var import_classnames18 = __toESM(require_classnames());
var import_react34 = __toESM(require_react());
var Handler = function Handler2(_ref) {
var _ref$size = _ref.size, size = _ref$size === void 0 ? "default" : _ref$size, color = _ref.color, prefixCls = _ref.prefixCls;
return import_react34.default.createElement("div", {
className: (0, import_classnames18.default)("".concat(prefixCls, "-handler"), _defineProperty({}, "".concat(prefixCls, "-handler-sm"), size === "small")),
style: {
backgroundColor: color
}
});
};
var Handler_default = Handler;
// node_modules/@rc-component/color-picker/es/components/Palette.js
var import_react35 = __toESM(require_react());
var Palette = function Palette2(_ref) {
var children = _ref.children, style2 = _ref.style, prefixCls = _ref.prefixCls;
return import_react35.default.createElement("div", {
className: "".concat(prefixCls, "-palette"),
style: _objectSpread2({
position: "relative"
}, style2)
}, children);
};
var Palette_default = Palette;
// node_modules/@rc-component/color-picker/es/components/Transform.js
var import_react36 = __toESM(require_react());
var Transform = (0, import_react36.forwardRef)(function(props, ref) {
var children = props.children, x = props.x, y = props.y;
return import_react36.default.createElement("div", {
ref,
style: {
position: "absolute",
left: "".concat(x, "%"),
top: "".concat(y, "%"),
zIndex: 1,
transform: "translate(-50%, -50%)"
}
}, children);
});
var Transform_default = Transform;
// node_modules/@rc-component/color-picker/es/components/Picker.js
var Picker = function Picker2(_ref) {
var color = _ref.color, onChange = _ref.onChange, prefixCls = _ref.prefixCls, onChangeComplete = _ref.onChangeComplete, disabled = _ref.disabled;
var pickerRef = (0, import_react37.useRef)();
var transformRef = (0, import_react37.useRef)();
var colorRef = (0, import_react37.useRef)(color);
var onDragChange = useEvent(function(offsetValue) {
var calcColor = calculateColor({
offset: offsetValue,
targetRef: transformRef,
containerRef: pickerRef,
color
});
colorRef.current = calcColor;
onChange(calcColor);
});
var _useColorDrag = useColorDrag_default({
color,
containerRef: pickerRef,
targetRef: transformRef,
calculate: function calculate() {
return calcOffset(color);
},
onDragChange,
onDragChangeComplete: function onDragChangeComplete() {
return onChangeComplete === null || onChangeComplete === void 0 ? void 0 : onChangeComplete(colorRef.current);
},
disabledDrag: disabled
}), _useColorDrag2 = _slicedToArray(_useColorDrag, 2), offset3 = _useColorDrag2[0], dragStartHandle = _useColorDrag2[1];
return import_react37.default.createElement("div", {
ref: pickerRef,
className: "".concat(prefixCls, "-select"),
onMouseDown: dragStartHandle,
onTouchStart: dragStartHandle
}, import_react37.default.createElement(Palette_default, {
prefixCls
}, import_react37.default.createElement(Transform_default, {
x: offset3.x,
y: offset3.y,
ref: transformRef
}, import_react37.default.createElement(Handler_default, {
color: color.toRgbString(),
prefixCls
})), import_react37.default.createElement("div", {
className: "".concat(prefixCls, "-saturation"),
style: {
backgroundColor: "hsl(".concat(color.toHsb().h, ",100%, 50%)"),
backgroundImage: "linear-gradient(0deg, #000, transparent),linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0))"
}
})));
};
var Picker_default = Picker;
// node_modules/@rc-component/color-picker/es/hooks/useColorState.js
var import_react38 = __toESM(require_react());
var useColorState = function useColorState2(defaultValue, value) {
var _useMergedState = useMergedState(defaultValue, {
value
}), _useMergedState2 = _slicedToArray(_useMergedState, 2), mergedValue = _useMergedState2[0], setValue = _useMergedState2[1];
var color = (0, import_react38.useMemo)(function() {
return generateColor(mergedValue);
}, [mergedValue]);
return [color, setValue];
};
var useColorState_default = useColorState;
// node_modules/@rc-component/color-picker/es/hooks/useComponent.js
var React76 = __toESM(require_react());
// node_modules/@rc-component/color-picker/es/components/Slider.js
var import_react40 = __toESM(require_react());
var import_classnames19 = __toESM(require_classnames());
// node_modules/@rc-component/color-picker/es/components/Gradient.js
var import_react39 = __toESM(require_react());
var Gradient = function Gradient2(_ref) {
var colors = _ref.colors, children = _ref.children, _ref$direction = _ref.direction, direction = _ref$direction === void 0 ? "to right" : _ref$direction, type5 = _ref.type, prefixCls = _ref.prefixCls;
var gradientColors = (0, import_react39.useMemo)(function() {
return colors.map(function(color, idx) {
var result = generateColor(color);
if (type5 === "alpha" && idx === colors.length - 1) {
result = new Color(result.setA(1));
}
return result.toRgbString();
}).join(",");
}, [colors, type5]);
return import_react39.default.createElement("div", {
className: "".concat(prefixCls, "-gradient"),
style: {
position: "absolute",
inset: 0,
background: "linear-gradient(".concat(direction, ", ").concat(gradientColors, ")")
}
}, children);
};
var Gradient_default = Gradient;
// node_modules/@rc-component/color-picker/es/components/Slider.js
var Slider = function Slider2(props) {
var prefixCls = props.prefixCls, colors = props.colors, disabled = props.disabled, onChange = props.onChange, onChangeComplete = props.onChangeComplete, color = props.color, type5 = props.type;
var sliderRef = (0, import_react40.useRef)();
var transformRef = (0, import_react40.useRef)();
var colorRef = (0, import_react40.useRef)(color);
var getValue2 = function getValue3(c) {
return type5 === "hue" ? c.getHue() : c.a * 100;
};
var onDragChange = useEvent(function(offsetValue) {
var calcColor = calculateColor({
offset: offsetValue,
targetRef: transformRef,
containerRef: sliderRef,
color,
type: type5
});
colorRef.current = calcColor;
onChange(getValue2(calcColor));
});
var _useColorDrag = useColorDrag_default({
color,
targetRef: transformRef,
containerRef: sliderRef,
calculate: function calculate() {
return calcOffset(color, type5);
},
onDragChange,
onDragChangeComplete: function onDragChangeComplete() {
onChangeComplete(getValue2(colorRef.current));
},
direction: "x",
disabledDrag: disabled
}), _useColorDrag2 = _slicedToArray(_useColorDrag, 2), offset3 = _useColorDrag2[0], dragStartHandle = _useColorDrag2[1];
var handleColor = import_react40.default.useMemo(function() {
if (type5 === "hue") {
var hsb = color.toHsb();
hsb.s = 1;
hsb.b = 1;
hsb.a = 1;
var lightColor = new Color(hsb);
return lightColor;
}
return color;
}, [color, type5]);
var gradientList = import_react40.default.useMemo(function() {
return colors.map(function(info) {
return "".concat(info.color, " ").concat(info.percent, "%");
});
}, [colors]);
return import_react40.default.createElement("div", {
ref: sliderRef,
className: (0, import_classnames19.default)("".concat(prefixCls, "-slider"), "".concat(prefixCls, "-slider-").concat(type5)),
onMouseDown: dragStartHandle,
onTouchStart: dragStartHandle
}, import_react40.default.createElement(Palette_default, {
prefixCls
}, import_react40.default.createElement(Transform_default, {
x: offset3.x,
y: offset3.y,
ref: transformRef
}, import_react40.default.createElement(Handler_default, {
size: "small",
color: handleColor.toHexString(),
prefixCls
})), import_react40.default.createElement(Gradient_default, {
colors: gradientList,
type: type5,
prefixCls
})));
};
var Slider_default = Slider;
// node_modules/@rc-component/color-picker/es/hooks/useComponent.js
function useComponent(components2) {
return React76.useMemo(function() {
var _ref = components2 || {}, slider = _ref.slider;
return [slider || Slider_default];
}, [components2]);
}
// node_modules/@rc-component/color-picker/es/ColorPicker.js
var HUE_COLORS = [{
color: "rgb(255, 0, 0)",
percent: 0
}, {
color: "rgb(255, 255, 0)",
percent: 17
}, {
color: "rgb(0, 255, 0)",
percent: 33
}, {
color: "rgb(0, 255, 255)",
percent: 50
}, {
color: "rgb(0, 0, 255)",
percent: 67
}, {
color: "rgb(255, 0, 255)",
percent: 83
}, {
color: "rgb(255, 0, 0)",
percent: 100
}];
var ColorPicker = (0, import_react41.forwardRef)(function(props, ref) {
var value = props.value, defaultValue = props.defaultValue, _props$prefixCls = props.prefixCls, prefixCls = _props$prefixCls === void 0 ? ColorPickerPrefixCls : _props$prefixCls, onChange = props.onChange, onChangeComplete = props.onChangeComplete, className = props.className, style2 = props.style, panelRender = props.panelRender, _props$disabledAlpha = props.disabledAlpha, disabledAlpha = _props$disabledAlpha === void 0 ? false : _props$disabledAlpha, _props$disabled = props.disabled, disabled = _props$disabled === void 0 ? false : _props$disabled, components2 = props.components;
var _useComponent = useComponent(components2), _useComponent2 = _slicedToArray(_useComponent, 1), Slider6 = _useComponent2[0];
var _useColorState = useColorState_default(defaultValue || defaultColor, value), _useColorState2 = _slicedToArray(_useColorState, 2), colorValue = _useColorState2[0], setColorValue = _useColorState2[1];
var alphaColor = (0, import_react41.useMemo)(function() {
return colorValue.setA(1).toRgbString();
}, [colorValue]);
var handleChange = function handleChange2(data, type5) {
if (!value) {
setColorValue(data);
}
onChange === null || onChange === void 0 || onChange(data, type5);
};
var getHueColor = function getHueColor2(hue) {
return new Color(colorValue.setHue(hue));
};
var getAlphaColor4 = function getAlphaColor5(alpha) {
return new Color(colorValue.setA(alpha / 100));
};
var onHueChange = function onHueChange2(hue) {
handleChange(getHueColor(hue), {
type: "hue",
value: hue
});
};
var onAlphaChange = function onAlphaChange2(alpha) {
handleChange(getAlphaColor4(alpha), {
type: "alpha",
value: alpha
});
};
var onHueChangeComplete = function onHueChangeComplete2(hue) {
if (onChangeComplete) {
onChangeComplete(getHueColor(hue));
}
};
var onAlphaChangeComplete = function onAlphaChangeComplete2(alpha) {
if (onChangeComplete) {
onChangeComplete(getAlphaColor4(alpha));
}
};
var mergeCls = (0, import_classnames20.default)("".concat(prefixCls, "-panel"), className, _defineProperty({}, "".concat(prefixCls, "-panel-disabled"), disabled));
var sharedSliderProps = {
prefixCls,
disabled,
color: colorValue
};
var defaultPanel = import_react41.default.createElement(import_react41.default.Fragment, null, import_react41.default.createElement(Picker_default, _extends({
onChange: handleChange
}, sharedSliderProps, {
onChangeComplete
})), import_react41.default.createElement("div", {
className: "".concat(prefixCls, "-slider-container")
}, import_react41.default.createElement("div", {
className: (0, import_classnames20.default)("".concat(prefixCls, "-slider-group"), _defineProperty({}, "".concat(prefixCls, "-slider-group-disabled-alpha"), disabledAlpha))
}, import_react41.default.createElement(Slider6, _extends({}, sharedSliderProps, {
type: "hue",
colors: HUE_COLORS,
min: 0,
max: 359,
value: colorValue.getHue(),
onChange: onHueChange,
onChangeComplete: onHueChangeComplete
})), !disabledAlpha && import_react41.default.createElement(Slider6, _extends({}, sharedSliderProps, {
type: "alpha",
colors: [{
percent: 0,
color: "rgba(255, 0, 4, 0)"
}, {
percent: 100,
color: alphaColor
}],
min: 0,
max: 100,
value: colorValue.a * 100,
onChange: onAlphaChange,
onChangeComplete: onAlphaChangeComplete
}))), import_react41.default.createElement(ColorBlock_default, {
color: colorValue.toRgbString(),
prefixCls
})));
return import_react41.default.createElement("div", {
className: mergeCls,
style: style2,
ref
}, typeof panelRender === "function" ? panelRender(defaultPanel) : defaultPanel);
});
if (true) {
ColorPicker.displayName = "ColorPicker";
}
var ColorPicker_default = ColorPicker;
// node_modules/@rc-component/color-picker/es/index.js
var es_default3 = ColorPicker_default;
// node_modules/antd/es/color-picker/color.js
var toHexFormat = (value, alpha) => (value === null || value === void 0 ? void 0 : value.replace(/[^\w/]/g, "").slice(0, alpha ? 8 : 6)) || "";
var getHex = (value, alpha) => value ? toHexFormat(value, alpha) : "";
var AggregationColor = function() {
function AggregationColor2(color) {
_classCallCheck(this, AggregationColor2);
var _a;
this.cleared = false;
if (color instanceof AggregationColor2) {
this.metaColor = color.metaColor.clone();
this.colors = (_a = color.colors) === null || _a === void 0 ? void 0 : _a.map((info) => ({
color: new AggregationColor2(info.color),
percent: info.percent
}));
this.cleared = color.cleared;
return;
}
const isArray = Array.isArray(color);
if (isArray && color.length) {
this.colors = color.map(({
color: c,
percent
}) => ({
color: new AggregationColor2(c),
percent
}));
this.metaColor = new Color(this.colors[0].color.metaColor);
} else {
this.metaColor = new Color(isArray ? "" : color);
}
if (!color || isArray && !this.colors) {
this.metaColor = this.metaColor.setA(0);
this.cleared = true;
}
}
return _createClass(AggregationColor2, [{
key: "toHsb",
value: function toHsb() {
return this.metaColor.toHsb();
}
}, {
key: "toHsbString",
value: function toHsbString() {
return this.metaColor.toHsbString();
}
}, {
key: "toHex",
value: function toHex() {
return getHex(this.toHexString(), this.metaColor.a < 1);
}
}, {
key: "toHexString",
value: function toHexString() {
return this.metaColor.toHexString();
}
}, {
key: "toRgb",
value: function toRgb() {
return this.metaColor.toRgb();
}
}, {
key: "toRgbString",
value: function toRgbString() {
return this.metaColor.toRgbString();
}
}, {
key: "isGradient",
value: function isGradient() {
return !!this.colors && !this.cleared;
}
}, {
key: "getColors",
value: function getColors() {
return this.colors || [{
color: this,
percent: 0
}];
}
}, {
key: "toCssString",
value: function toCssString() {
const {
colors
} = this;
if (colors) {
const colorsStr = colors.map((c) => `${c.color.toRgbString()} ${c.percent}%`).join(", ");
return `linear-gradient(90deg, ${colorsStr})`;
}
return this.metaColor.toRgbString();
}
}, {
key: "equals",
value: function equals(color) {
if (!color || this.isGradient() !== color.isGradient()) {
return false;
}
if (!this.isGradient()) {
return this.toHexString() === color.toHexString();
}
return this.colors.length === color.colors.length && this.colors.every((c, i) => {
const target = color.colors[i];
return c.percent === target.percent && c.color.equals(target.color);
});
}
}]);
}();
// node_modules/antd/es/color-picker/components/ColorPresets.js
var import_react46 = __toESM(require_react());
var import_classnames26 = __toESM(require_classnames());
// node_modules/antd/es/collapse/Collapse.js
var React83 = __toESM(require_react());
var import_classnames25 = __toESM(require_classnames());
// node_modules/rc-collapse/es/Collapse.js
var import_classnames23 = __toESM(require_classnames());
var import_react45 = __toESM(require_react());
// node_modules/rc-collapse/es/hooks/useItems.js
var import_react44 = __toESM(require_react());
// node_modules/rc-collapse/es/Panel.js
var import_classnames22 = __toESM(require_classnames());
var import_react43 = __toESM(require_react());
// node_modules/rc-collapse/es/PanelContent.js
var import_classnames21 = __toESM(require_classnames());
var import_react42 = __toESM(require_react());
var PanelContent = import_react42.default.forwardRef(function(props, ref) {
var prefixCls = props.prefixCls, forceRender = props.forceRender, className = props.className, style2 = props.style, children = props.children, isActive2 = props.isActive, role = props.role, customizeClassNames = props.classNames, styles = props.styles;
var _React$useState = import_react42.default.useState(isActive2 || forceRender), _React$useState2 = _slicedToArray(_React$useState, 2), rendered = _React$useState2[0], setRendered = _React$useState2[1];
import_react42.default.useEffect(function() {
if (forceRender || isActive2) {
setRendered(true);
}
}, [forceRender, isActive2]);
if (!rendered) {
return null;
}
return import_react42.default.createElement("div", {
ref,
className: (0, import_classnames21.default)("".concat(prefixCls, "-content"), _defineProperty(_defineProperty({}, "".concat(prefixCls, "-content-active"), isActive2), "".concat(prefixCls, "-content-inactive"), !isActive2), className),
style: style2,
role
}, import_react42.default.createElement("div", {
className: (0, import_classnames21.default)("".concat(prefixCls, "-content-box"), customizeClassNames === null || customizeClassNames === void 0 ? void 0 : customizeClassNames.body),
style: styles === null || styles === void 0 ? void 0 : styles.body
}, children));
});
PanelContent.displayName = "PanelContent";
var PanelContent_default = PanelContent;
// node_modules/rc-collapse/es/Panel.js
var _excluded6 = ["showArrow", "headerClass", "isActive", "onItemClick", "forceRender", "className", "classNames", "styles", "prefixCls", "collapsible", "accordion", "panelKey", "extra", "header", "expandIcon", "openMotion", "destroyInactivePanel", "children"];
var CollapsePanel = import_react43.default.forwardRef(function(props, ref) {
var _props$showArrow = props.showArrow, showArrow = _props$showArrow === void 0 ? true : _props$showArrow, headerClass = props.headerClass, isActive2 = props.isActive, onItemClick = props.onItemClick, forceRender = props.forceRender, className = props.className, _props$classNames = props.classNames, customizeClassNames = _props$classNames === void 0 ? {} : _props$classNames, _props$styles = props.styles, styles = _props$styles === void 0 ? {} : _props$styles, prefixCls = props.prefixCls, collapsible = props.collapsible, accordion = props.accordion, panelKey = props.panelKey, extra = props.extra, header = props.header, expandIcon = props.expandIcon, openMotion = props.openMotion, destroyInactivePanel = props.destroyInactivePanel, children = props.children, resetProps = _objectWithoutProperties(props, _excluded6);
var disabled = collapsible === "disabled";
var ifExtraExist = extra !== null && extra !== void 0 && typeof extra !== "boolean";
var collapsibleProps = _defineProperty(_defineProperty(_defineProperty({
onClick: function onClick() {
onItemClick === null || onItemClick === void 0 || onItemClick(panelKey);
},
onKeyDown: function onKeyDown2(e3) {
if (e3.key === "Enter" || e3.keyCode === KeyCode_default.ENTER || e3.which === KeyCode_default.ENTER) {
onItemClick === null || onItemClick === void 0 || onItemClick(panelKey);
}
},
role: accordion ? "tab" : "button"
}, "aria-expanded", isActive2), "aria-disabled", disabled), "tabIndex", disabled ? -1 : 0);
var iconNodeInner = typeof expandIcon === "function" ? expandIcon(props) : import_react43.default.createElement("i", {
className: "arrow"
});
var iconNode = iconNodeInner && import_react43.default.createElement("div", _extends({
className: "".concat(prefixCls, "-expand-icon")
}, ["header", "icon"].includes(collapsible) ? collapsibleProps : {}), iconNodeInner);
var collapsePanelClassNames = (0, import_classnames22.default)("".concat(prefixCls, "-item"), _defineProperty(_defineProperty({}, "".concat(prefixCls, "-item-active"), isActive2), "".concat(prefixCls, "-item-disabled"), disabled), className);
var headerClassName = (0, import_classnames22.default)(headerClass, "".concat(prefixCls, "-header"), _defineProperty({}, "".concat(prefixCls, "-collapsible-").concat(collapsible), !!collapsible), customizeClassNames.header);
var headerProps = _objectSpread2({
className: headerClassName,
style: styles.header
}, ["header", "icon"].includes(collapsible) ? {} : collapsibleProps);
return import_react43.default.createElement("div", _extends({}, resetProps, {
ref,
className: collapsePanelClassNames
}), import_react43.default.createElement("div", headerProps, showArrow && iconNode, import_react43.default.createElement("span", _extends({
className: "".concat(prefixCls, "-header-text")
}, collapsible === "header" ? collapsibleProps : {}), header), ifExtraExist && import_react43.default.createElement("div", {
className: "".concat(prefixCls, "-extra")
}, extra)), import_react43.default.createElement(es_default2, _extends({
visible: isActive2,
leavedClassName: "".concat(prefixCls, "-content-hidden")
}, openMotion, {
forceRender,
removeOnLeave: destroyInactivePanel
}), function(_ref, motionRef) {
var motionClassName = _ref.className, motionStyle = _ref.style;
return import_react43.default.createElement(PanelContent_default, {
ref: motionRef,
prefixCls,
className: motionClassName,
classNames: customizeClassNames,
style: motionStyle,
styles,
isActive: isActive2,
forceRender,
role: accordion ? "tabpanel" : void 0
}, children);
}));
});
var Panel_default = CollapsePanel;
// node_modules/rc-collapse/es/hooks/useItems.js
var _excluded7 = ["children", "label", "key", "collapsible", "onItemClick", "destroyInactivePanel"];
var convertItemsToNodes = function convertItemsToNodes2(items, props) {
var prefixCls = props.prefixCls, accordion = props.accordion, collapsible = props.collapsible, destroyInactivePanel = props.destroyInactivePanel, onItemClick = props.onItemClick, activeKey = props.activeKey, openMotion = props.openMotion, expandIcon = props.expandIcon;
return items.map(function(item, index3) {
var children = item.children, label = item.label, rawKey = item.key, rawCollapsible = item.collapsible, rawOnItemClick = item.onItemClick, rawDestroyInactivePanel = item.destroyInactivePanel, restProps = _objectWithoutProperties(item, _excluded7);
var key = String(rawKey !== null && rawKey !== void 0 ? rawKey : index3);
var mergeCollapsible = rawCollapsible !== null && rawCollapsible !== void 0 ? rawCollapsible : collapsible;
var mergeDestroyInactivePanel = rawDestroyInactivePanel !== null && rawDestroyInactivePanel !== void 0 ? rawDestroyInactivePanel : destroyInactivePanel;
var handleItemClick = function handleItemClick2(value) {
if (mergeCollapsible === "disabled") return;
onItemClick(value);
rawOnItemClick === null || rawOnItemClick === void 0 || rawOnItemClick(value);
};
var isActive2 = false;
if (accordion) {
isActive2 = activeKey[0] === key;
} else {
isActive2 = activeKey.indexOf(key) > -1;
}
return import_react44.default.createElement(Panel_default, _extends({}, restProps, {
prefixCls,
key,
panelKey: key,
isActive: isActive2,
accordion,
openMotion,
expandIcon,
header: label,
collapsible: mergeCollapsible,
onItemClick: handleItemClick,
destroyInactivePanel: mergeDestroyInactivePanel
}), children);
});
};
var getNewChild = function getNewChild2(child, index3, props) {
if (!child) return null;
var prefixCls = props.prefixCls, accordion = props.accordion, collapsible = props.collapsible, destroyInactivePanel = props.destroyInactivePanel, onItemClick = props.onItemClick, activeKey = props.activeKey, openMotion = props.openMotion, expandIcon = props.expandIcon;
var key = child.key || String(index3);
var _child$props = child.props, header = _child$props.header, headerClass = _child$props.headerClass, childDestroyInactivePanel = _child$props.destroyInactivePanel, childCollapsible = _child$props.collapsible, childOnItemClick = _child$props.onItemClick;
var isActive2 = false;
if (accordion) {
isActive2 = activeKey[0] === key;
} else {
isActive2 = activeKey.indexOf(key) > -1;
}
var mergeCollapsible = childCollapsible !== null && childCollapsible !== void 0 ? childCollapsible : collapsible;
var handleItemClick = function handleItemClick2(value) {
if (mergeCollapsible === "disabled") return;
onItemClick(value);
childOnItemClick === null || childOnItemClick === void 0 || childOnItemClick(value);
};
var childProps = {
key,
panelKey: key,
header,
headerClass,
isActive: isActive2,
prefixCls,
destroyInactivePanel: childDestroyInactivePanel !== null && childDestroyInactivePanel !== void 0 ? childDestroyInactivePanel : destroyInactivePanel,
openMotion,
accordion,
children: child.props.children,
onItemClick: handleItemClick,
expandIcon,
collapsible: mergeCollapsible
};
if (typeof child.type === "string") {
return child;
}
Object.keys(childProps).forEach(function(propName) {
if (typeof childProps[propName] === "undefined") {
delete childProps[propName];
}
});
return import_react44.default.cloneElement(child, childProps);
};
function useItems(items, rawChildren, props) {
if (Array.isArray(items)) {
return convertItemsToNodes(items, props);
}
return toArray(rawChildren).map(function(child, index3) {
return getNewChild(child, index3, props);
});
}
var useItems_default = useItems;
// node_modules/rc-collapse/es/Collapse.js
function getActiveKeysArray(activeKey) {
var currentActiveKey = activeKey;
if (!Array.isArray(currentActiveKey)) {
var activeKeyType = _typeof(currentActiveKey);
currentActiveKey = activeKeyType === "number" || activeKeyType === "string" ? [currentActiveKey] : [];
}
return currentActiveKey.map(function(key) {
return String(key);
});
}
var Collapse = import_react45.default.forwardRef(function(props, ref) {
var _props$prefixCls = props.prefixCls, prefixCls = _props$prefixCls === void 0 ? "rc-collapse" : _props$prefixCls, _props$destroyInactiv = props.destroyInactivePanel, destroyInactivePanel = _props$destroyInactiv === void 0 ? false : _props$destroyInactiv, style2 = props.style, accordion = props.accordion, className = props.className, children = props.children, collapsible = props.collapsible, openMotion = props.openMotion, expandIcon = props.expandIcon, rawActiveKey = props.activeKey, defaultActiveKey = props.defaultActiveKey, _onChange = props.onChange, items = props.items;
var collapseClassName = (0, import_classnames23.default)(prefixCls, className);
var _useMergedState = useMergedState([], {
value: rawActiveKey,
onChange: function onChange(v) {
return _onChange === null || _onChange === void 0 ? void 0 : _onChange(v);
},
defaultValue: defaultActiveKey,
postState: getActiveKeysArray
}), _useMergedState2 = _slicedToArray(_useMergedState, 2), activeKey = _useMergedState2[0], setActiveKey = _useMergedState2[1];
var onItemClick = function onItemClick2(key) {
return setActiveKey(function() {
if (accordion) {
return activeKey[0] === key ? [] : [key];
}
var index3 = activeKey.indexOf(key);
var isActive2 = index3 > -1;
if (isActive2) {
return activeKey.filter(function(item) {
return item !== key;
});
}
return [].concat(_toConsumableArray(activeKey), [key]);
});
};
warning_default(!children, "[rc-collapse] `children` will be removed in next major version. Please use `items` instead.");
var mergedChildren = useItems_default(items, children, {
prefixCls,
accordion,
openMotion,
expandIcon,
collapsible,
destroyInactivePanel,
onItemClick,
activeKey
});
return import_react45.default.createElement("div", _extends({
ref,
className: collapseClassName,
style: style2,
role: accordion ? "tablist" : void 0
}, pickAttrs(props, {
aria: true,
data: true
})), mergedChildren);
});
var Collapse_default = Object.assign(Collapse, {
/**
* @deprecated use `items` instead, will be removed in `v4.0.0`
*/
Panel: Panel_default
});
// node_modules/rc-collapse/es/index.js
var es_default4 = Collapse_default;
var Panel = Collapse_default.Panel;
// node_modules/antd/es/collapse/CollapsePanel.js
var React82 = __toESM(require_react());
var import_classnames24 = __toESM(require_classnames());
var CollapsePanel2 = React82.forwardRef((props, ref) => {
if (true) {
const warning5 = devUseWarning("Collapse.Panel");
warning5.deprecated(!("disabled" in props), "disabled", 'collapsible="disabled"');
}
const {
getPrefixCls
} = React82.useContext(ConfigContext);
const {
prefixCls: customizePrefixCls,
className,
showArrow = true
} = props;
const prefixCls = getPrefixCls("collapse", customizePrefixCls);
const collapsePanelClassName = (0, import_classnames24.default)({
[`${prefixCls}-no-arrow`]: !showArrow
}, className);
return React82.createElement(es_default4.Panel, Object.assign({
ref
}, props, {
prefixCls,
className: collapsePanelClassName
}));
});
var CollapsePanel_default = CollapsePanel2;
// node_modules/antd/es/style/motion/collapse.js
var genCollapseMotion = (token2) => ({
[token2.componentCls]: {
// For common/openAnimation
[`${token2.antCls}-motion-collapse-legacy`]: {
overflow: "hidden",
"&-active": {
transition: `height ${token2.motionDurationMid} ${token2.motionEaseInOut},
opacity ${token2.motionDurationMid} ${token2.motionEaseInOut} !important`
}
},
[`${token2.antCls}-motion-collapse`]: {
overflow: "hidden",
transition: `height ${token2.motionDurationMid} ${token2.motionEaseInOut},
opacity ${token2.motionDurationMid} ${token2.motionEaseInOut} !important`
}
}
});
var collapse_default = genCollapseMotion;
// node_modules/antd/es/style/motion/motion.js
var initMotionCommon = (duration) => ({
animationDuration: duration,
animationFillMode: "both"
});
var initMotionCommonLeave = (duration) => ({
animationDuration: duration,
animationFillMode: "both"
});
var initMotion = (motionCls, inKeyframes, outKeyframes, duration, sameLevel = false) => {
const sameLevelPrefix = sameLevel ? "&" : "";
return {
[`
${sameLevelPrefix}${motionCls}-enter,
${sameLevelPrefix}${motionCls}-appear
`]: Object.assign(Object.assign({}, initMotionCommon(duration)), {
animationPlayState: "paused"
}),
[`${sameLevelPrefix}${motionCls}-leave`]: Object.assign(Object.assign({}, initMotionCommonLeave(duration)), {
animationPlayState: "paused"
}),
[`
${sameLevelPrefix}${motionCls}-enter${motionCls}-enter-active,
${sameLevelPrefix}${motionCls}-appear${motionCls}-appear-active
`]: {
animationName: inKeyframes,
animationPlayState: "running"
},
[`${sameLevelPrefix}${motionCls}-leave${motionCls}-leave-active`]: {
animationName: outKeyframes,
animationPlayState: "running",
pointerEvents: "none"
}
};
};
// node_modules/antd/es/style/motion/fade.js
var fadeIn = new Keyframes_default("antFadeIn", {
"0%": {
opacity: 0
},
"100%": {
opacity: 1
}
});
var fadeOut = new Keyframes_default("antFadeOut", {
"0%": {
opacity: 1
},
"100%": {
opacity: 0
}
});
var initFadeMotion = (token2, sameLevel = false) => {
const {
antCls
} = token2;
const motionCls = `${antCls}-fade`;
const sameLevelPrefix = sameLevel ? "&" : "";
return [initMotion(motionCls, fadeIn, fadeOut, token2.motionDurationMid, sameLevel), {
[`
${sameLevelPrefix}${motionCls}-enter,
${sameLevelPrefix}${motionCls}-appear
`]: {
opacity: 0,
animationTimingFunction: "linear"
},
[`${sameLevelPrefix}${motionCls}-leave`]: {
animationTimingFunction: "linear"
}
}];
};
// node_modules/antd/es/style/motion/move.js
var moveDownIn = new Keyframes_default("antMoveDownIn", {
"0%": {
transform: "translate3d(0, 100%, 0)",
transformOrigin: "0 0",
opacity: 0
},
"100%": {
transform: "translate3d(0, 0, 0)",
transformOrigin: "0 0",
opacity: 1
}
});
var moveDownOut = new Keyframes_default("antMoveDownOut", {
"0%": {
transform: "translate3d(0, 0, 0)",
transformOrigin: "0 0",
opacity: 1
},
"100%": {
transform: "translate3d(0, 100%, 0)",
transformOrigin: "0 0",
opacity: 0
}
});
var moveLeftIn = new Keyframes_default("antMoveLeftIn", {
"0%": {
transform: "translate3d(-100%, 0, 0)",
transformOrigin: "0 0",
opacity: 0
},
"100%": {
transform: "translate3d(0, 0, 0)",
transformOrigin: "0 0",
opacity: 1
}
});
var moveLeftOut = new Keyframes_default("antMoveLeftOut", {
"0%": {
transform: "translate3d(0, 0, 0)",
transformOrigin: "0 0",
opacity: 1
},
"100%": {
transform: "translate3d(-100%, 0, 0)",
transformOrigin: "0 0",
opacity: 0
}
});
var moveRightIn = new Keyframes_default("antMoveRightIn", {
"0%": {
transform: "translate3d(100%, 0, 0)",
transformOrigin: "0 0",
opacity: 0
},
"100%": {
transform: "translate3d(0, 0, 0)",
transformOrigin: "0 0",
opacity: 1
}
});
var moveRightOut = new Keyframes_default("antMoveRightOut", {
"0%": {
transform: "translate3d(0, 0, 0)",
transformOrigin: "0 0",
opacity: 1
},
"100%": {
transform: "translate3d(100%, 0, 0)",
transformOrigin: "0 0",
opacity: 0
}
});
var moveUpIn = new Keyframes_default("antMoveUpIn", {
"0%": {
transform: "translate3d(0, -100%, 0)",
transformOrigin: "0 0",
opacity: 0
},
"100%": {
transform: "translate3d(0, 0, 0)",
transformOrigin: "0 0",
opacity: 1
}
});
var moveUpOut = new Keyframes_default("antMoveUpOut", {
"0%": {
transform: "translate3d(0, 0, 0)",
transformOrigin: "0 0",
opacity: 1
},
"100%": {
transform: "translate3d(0, -100%, 0)",
transformOrigin: "0 0",
opacity: 0
}
});
var moveMotion = {
"move-up": {
inKeyframes: moveUpIn,
outKeyframes: moveUpOut
},
"move-down": {
inKeyframes: moveDownIn,
outKeyframes: moveDownOut
},
"move-left": {
inKeyframes: moveLeftIn,
outKeyframes: moveLeftOut
},
"move-right": {
inKeyframes: moveRightIn,
outKeyframes: moveRightOut
}
};
var initMoveMotion = (token2, motionName) => {
const {
antCls
} = token2;
const motionCls = `${antCls}-${motionName}`;
const {
inKeyframes,
outKeyframes
} = moveMotion[motionName];
return [initMotion(motionCls, inKeyframes, outKeyframes, token2.motionDurationMid), {
[`
${motionCls}-enter,
${motionCls}-appear
`]: {
opacity: 0,
animationTimingFunction: token2.motionEaseOutCirc
},
[`${motionCls}-leave`]: {
animationTimingFunction: token2.motionEaseInOutCirc
}
}];
};
// node_modules/antd/es/style/motion/slide.js
var slideUpIn = new Keyframes_default("antSlideUpIn", {
"0%": {
transform: "scaleY(0.8)",
transformOrigin: "0% 0%",
opacity: 0
},
"100%": {
transform: "scaleY(1)",
transformOrigin: "0% 0%",
opacity: 1
}
});
var slideUpOut = new Keyframes_default("antSlideUpOut", {
"0%": {
transform: "scaleY(1)",
transformOrigin: "0% 0%",
opacity: 1
},
"100%": {
transform: "scaleY(0.8)",
transformOrigin: "0% 0%",
opacity: 0
}
});
var slideDownIn = new Keyframes_default("antSlideDownIn", {
"0%": {
transform: "scaleY(0.8)",
transformOrigin: "100% 100%",
opacity: 0
},
"100%": {
transform: "scaleY(1)",
transformOrigin: "100% 100%",
opacity: 1
}
});
var slideDownOut = new Keyframes_default("antSlideDownOut", {
"0%": {
transform: "scaleY(1)",
transformOrigin: "100% 100%",
opacity: 1
},
"100%": {
transform: "scaleY(0.8)",
transformOrigin: "100% 100%",
opacity: 0
}
});
var slideLeftIn = new Keyframes_default("antSlideLeftIn", {
"0%": {
transform: "scaleX(0.8)",
transformOrigin: "0% 0%",
opacity: 0
},
"100%": {
transform: "scaleX(1)",
transformOrigin: "0% 0%",
opacity: 1
}
});
var slideLeftOut = new Keyframes_default("antSlideLeftOut", {
"0%": {
transform: "scaleX(1)",
transformOrigin: "0% 0%",
opacity: 1
},
"100%": {
transform: "scaleX(0.8)",
transformOrigin: "0% 0%",
opacity: 0
}
});
var slideRightIn = new Keyframes_default("antSlideRightIn", {
"0%": {
transform: "scaleX(0.8)",
transformOrigin: "100% 0%",
opacity: 0
},
"100%": {
transform: "scaleX(1)",
transformOrigin: "100% 0%",
opacity: 1
}
});
var slideRightOut = new Keyframes_default("antSlideRightOut", {
"0%": {
transform: "scaleX(1)",
transformOrigin: "100% 0%",
opacity: 1
},
"100%": {
transform: "scaleX(0.8)",
transformOrigin: "100% 0%",
opacity: 0
}
});
var slideMotion = {
"slide-up": {
inKeyframes: slideUpIn,
outKeyframes: slideUpOut
},
"slide-down": {
inKeyframes: slideDownIn,
outKeyframes: slideDownOut
},
"slide-left": {
inKeyframes: slideLeftIn,
outKeyframes: slideLeftOut
},
"slide-right": {
inKeyframes: slideRightIn,
outKeyframes: slideRightOut
}
};
var initSlideMotion = (token2, motionName) => {
const {
antCls
} = token2;
const motionCls = `${antCls}-${motionName}`;
const {
inKeyframes,
outKeyframes
} = slideMotion[motionName];
return [initMotion(motionCls, inKeyframes, outKeyframes, token2.motionDurationMid), {
[`
${motionCls}-enter,
${motionCls}-appear
`]: {
transform: "scale(0)",
transformOrigin: "0% 0%",
opacity: 0,
animationTimingFunction: token2.motionEaseOutQuint,
"&-prepare": {
transform: "scale(1)"
}
},
[`${motionCls}-leave`]: {
animationTimingFunction: token2.motionEaseInQuint
}
}];
};
// node_modules/antd/es/style/motion/zoom.js
var zoomIn = new Keyframes_default("antZoomIn", {
"0%": {
transform: "scale(0.2)",
opacity: 0
},
"100%": {
transform: "scale(1)",
opacity: 1
}
});
var zoomOut = new Keyframes_default("antZoomOut", {
"0%": {
transform: "scale(1)"
},
"100%": {
transform: "scale(0.2)",
opacity: 0
}
});
var zoomBigIn = new Keyframes_default("antZoomBigIn", {
"0%": {
transform: "scale(0.8)",
opacity: 0
},
"100%": {
transform: "scale(1)",
opacity: 1
}
});
var zoomBigOut = new Keyframes_default("antZoomBigOut", {
"0%": {
transform: "scale(1)"
},
"100%": {
transform: "scale(0.8)",
opacity: 0
}
});
var zoomUpIn = new Keyframes_default("antZoomUpIn", {
"0%": {
transform: "scale(0.8)",
transformOrigin: "50% 0%",
opacity: 0
},
"100%": {
transform: "scale(1)",
transformOrigin: "50% 0%"
}
});
var zoomUpOut = new Keyframes_default("antZoomUpOut", {
"0%": {
transform: "scale(1)",
transformOrigin: "50% 0%"
},
"100%": {
transform: "scale(0.8)",
transformOrigin: "50% 0%",
opacity: 0
}
});
var zoomLeftIn = new Keyframes_default("antZoomLeftIn", {
"0%": {
transform: "scale(0.8)",
transformOrigin: "0% 50%",
opacity: 0
},
"100%": {
transform: "scale(1)",
transformOrigin: "0% 50%"
}
});
var zoomLeftOut = new Keyframes_default("antZoomLeftOut", {
"0%": {
transform: "scale(1)",
transformOrigin: "0% 50%"
},
"100%": {
transform: "scale(0.8)",
transformOrigin: "0% 50%",
opacity: 0
}
});
var zoomRightIn = new Keyframes_default("antZoomRightIn", {
"0%": {
transform: "scale(0.8)",
transformOrigin: "100% 50%",
opacity: 0
},
"100%": {
transform: "scale(1)",
transformOrigin: "100% 50%"
}
});
var zoomRightOut = new Keyframes_default("antZoomRightOut", {
"0%": {
transform: "scale(1)",
transformOrigin: "100% 50%"
},
"100%": {
transform: "scale(0.8)",
transformOrigin: "100% 50%",
opacity: 0
}
});
var zoomDownIn = new Keyframes_default("antZoomDownIn", {
"0%": {
transform: "scale(0.8)",
transformOrigin: "50% 100%",
opacity: 0
},
"100%": {
transform: "scale(1)",
transformOrigin: "50% 100%"
}
});
var zoomDownOut = new Keyframes_default("antZoomDownOut", {
"0%": {
transform: "scale(1)",
transformOrigin: "50% 100%"
},
"100%": {
transform: "scale(0.8)",
transformOrigin: "50% 100%",
opacity: 0
}
});
var zoomMotion = {
zoom: {
inKeyframes: zoomIn,
outKeyframes: zoomOut
},
"zoom-big": {
inKeyframes: zoomBigIn,
outKeyframes: zoomBigOut
},
"zoom-big-fast": {
inKeyframes: zoomBigIn,
outKeyframes: zoomBigOut
},
"zoom-left": {
inKeyframes: zoomLeftIn,
outKeyframes: zoomLeftOut
},
"zoom-right": {
inKeyframes: zoomRightIn,
outKeyframes: zoomRightOut
},
"zoom-up": {
inKeyframes: zoomUpIn,
outKeyframes: zoomUpOut
},
"zoom-down": {
inKeyframes: zoomDownIn,
outKeyframes: zoomDownOut
}
};
var initZoomMotion = (token2, motionName) => {
const {
antCls
} = token2;
const motionCls = `${antCls}-${motionName}`;
const {
inKeyframes,
outKeyframes
} = zoomMotion[motionName];
return [initMotion(motionCls, inKeyframes, outKeyframes, motionName === "zoom-big-fast" ? token2.motionDurationFast : token2.motionDurationMid), {
[`
${motionCls}-enter,
${motionCls}-appear
`]: {
transform: "scale(0)",
opacity: 0,
animationTimingFunction: token2.motionEaseOutCirc,
"&-prepare": {
transform: "none"
}
},
[`${motionCls}-leave`]: {
animationTimingFunction: token2.motionEaseInOutCirc
}
}];
};
// node_modules/antd/es/collapse/style/index.js
var genBaseStyle2 = (token2) => {
const {
componentCls,
contentBg,
padding,
headerBg,
headerPadding,
collapseHeaderPaddingSM,
collapseHeaderPaddingLG,
collapsePanelBorderRadius,
lineWidth,
lineType,
colorBorder,
colorText,
colorTextHeading,
colorTextDisabled,
fontSizeLG,
lineHeight,
lineHeightLG,
marginSM,
paddingSM,
paddingLG,
paddingXS,
motionDurationSlow,
fontSizeIcon,
contentPadding,
fontHeight,
fontHeightLG
} = token2;
const borderBase = `${unit2(lineWidth)} ${lineType} ${colorBorder}`;
return {
[componentCls]: Object.assign(Object.assign({}, resetComponent(token2)), {
backgroundColor: headerBg,
border: borderBase,
borderRadius: collapsePanelBorderRadius,
"&-rtl": {
direction: "rtl"
},
[`& > ${componentCls}-item`]: {
borderBottom: borderBase,
"&:first-child": {
[`
&,
& > ${componentCls}-header`]: {
borderRadius: `${unit2(collapsePanelBorderRadius)} ${unit2(collapsePanelBorderRadius)} 0 0`
}
},
"&:last-child": {
[`
&,
& > ${componentCls}-header`]: {
borderRadius: `0 0 ${unit2(collapsePanelBorderRadius)} ${unit2(collapsePanelBorderRadius)}`
}
},
[`> ${componentCls}-header`]: Object.assign(Object.assign({
position: "relative",
display: "flex",
flexWrap: "nowrap",
alignItems: "flex-start",
padding: headerPadding,
color: colorTextHeading,
lineHeight,
cursor: "pointer",
transition: `all ${motionDurationSlow}, visibility 0s`
}, genFocusStyle(token2)), {
[`> ${componentCls}-header-text`]: {
flex: "auto"
},
// >>>>> Arrow
[`${componentCls}-expand-icon`]: {
height: fontHeight,
display: "flex",
alignItems: "center",
paddingInlineEnd: marginSM
},
[`${componentCls}-arrow`]: Object.assign(Object.assign({}, resetIcon()), {
fontSize: fontSizeIcon,
// when `transform: rotate()` is applied to icon's root element
transition: `transform ${motionDurationSlow}`,
// when `transform: rotate()` is applied to icon's child element
svg: {
transition: `transform ${motionDurationSlow}`
}
}),
// >>>>> Text
[`${componentCls}-header-text`]: {
marginInlineEnd: "auto"
}
}),
[`${componentCls}-collapsible-header`]: {
cursor: "default",
[`${componentCls}-header-text`]: {
flex: "none",
cursor: "pointer"
},
[`${componentCls}-expand-icon`]: {
cursor: "pointer"
}
},
[`${componentCls}-collapsible-icon`]: {
cursor: "unset",
[`${componentCls}-expand-icon`]: {
cursor: "pointer"
}
}
},
[`${componentCls}-content`]: {
color: colorText,
backgroundColor: contentBg,
borderTop: borderBase,
[`& > ${componentCls}-content-box`]: {
padding: contentPadding
},
"&-hidden": {
display: "none"
}
},
"&-small": {
[`> ${componentCls}-item`]: {
[`> ${componentCls}-header`]: {
padding: collapseHeaderPaddingSM,
paddingInlineStart: paddingXS,
[`> ${componentCls}-expand-icon`]: {
// Arrow offset
marginInlineStart: token2.calc(paddingSM).sub(paddingXS).equal()
}
},
[`> ${componentCls}-content > ${componentCls}-content-box`]: {
padding: paddingSM
}
}
},
"&-large": {
[`> ${componentCls}-item`]: {
fontSize: fontSizeLG,
lineHeight: lineHeightLG,
[`> ${componentCls}-header`]: {
padding: collapseHeaderPaddingLG,
paddingInlineStart: padding,
[`> ${componentCls}-expand-icon`]: {
height: fontHeightLG,
// Arrow offset
marginInlineStart: token2.calc(paddingLG).sub(padding).equal()
}
},
[`> ${componentCls}-content > ${componentCls}-content-box`]: {
padding: paddingLG
}
}
},
[`${componentCls}-item:last-child`]: {
borderBottom: 0,
[`> ${componentCls}-content`]: {
borderRadius: `0 0 ${unit2(collapsePanelBorderRadius)} ${unit2(collapsePanelBorderRadius)}`
}
},
[`& ${componentCls}-item-disabled > ${componentCls}-header`]: {
[`
&,
& > .arrow
`]: {
color: colorTextDisabled,
cursor: "not-allowed"
}
},
// ========================== Icon Position ==========================
[`&${componentCls}-icon-position-end`]: {
[`& > ${componentCls}-item`]: {
[`> ${componentCls}-header`]: {
[`${componentCls}-expand-icon`]: {
order: 1,
paddingInlineEnd: 0,
paddingInlineStart: marginSM
}
}
}
}
})
};
};
var genArrowStyle = (token2) => {
const {
componentCls
} = token2;
const fixedSelector = `> ${componentCls}-item > ${componentCls}-header ${componentCls}-arrow`;
return {
[`${componentCls}-rtl`]: {
[fixedSelector]: {
transform: `rotate(180deg)`
}
}
};
};
var genBorderlessStyle = (token2) => {
const {
componentCls,
headerBg,
borderlessContentPadding,
borderlessContentBg,
colorBorder
} = token2;
return {
[`${componentCls}-borderless`]: {
backgroundColor: headerBg,
border: 0,
[`> ${componentCls}-item`]: {
borderBottom: `1px solid ${colorBorder}`
},
[`
> ${componentCls}-item:last-child,
> ${componentCls}-item:last-child ${componentCls}-header
`]: {
borderRadius: 0
},
[`> ${componentCls}-item:last-child`]: {
borderBottom: 0
},
[`> ${componentCls}-item > ${componentCls}-content`]: {
backgroundColor: borderlessContentBg,
borderTop: 0
},
[`> ${componentCls}-item > ${componentCls}-content > ${componentCls}-content-box`]: {
padding: borderlessContentPadding
}
}
};
};
var genGhostStyle = (token2) => {
const {
componentCls,
paddingSM
} = token2;
return {
[`${componentCls}-ghost`]: {
backgroundColor: "transparent",
border: 0,
[`> ${componentCls}-item`]: {
borderBottom: 0,
[`> ${componentCls}-content`]: {
backgroundColor: "transparent",
border: 0,
[`> ${componentCls}-content-box`]: {
paddingBlock: paddingSM
}
}
}
}
};
};
var prepareComponentToken5 = (token2) => ({
headerPadding: `${token2.paddingSM}px ${token2.padding}px`,
headerBg: token2.colorFillAlter,
contentPadding: `${token2.padding}px 16px`,
// Fixed Value
contentBg: token2.colorBgContainer,
borderlessContentPadding: `${token2.paddingXXS}px 16px ${token2.padding}px`,
borderlessContentBg: "transparent"
});
var style_default6 = genStyleHooks("Collapse", (token2) => {
const collapseToken = merge2(token2, {
collapseHeaderPaddingSM: `${unit2(token2.paddingXS)} ${unit2(token2.paddingSM)}`,
collapseHeaderPaddingLG: `${unit2(token2.padding)} ${unit2(token2.paddingLG)}`,
collapsePanelBorderRadius: token2.borderRadiusLG
});
return [genBaseStyle2(collapseToken), genBorderlessStyle(collapseToken), genGhostStyle(collapseToken), genArrowStyle(collapseToken), collapse_default(collapseToken)];
}, prepareComponentToken5);
// node_modules/antd/es/collapse/Collapse.js
var Collapse2 = React83.forwardRef((props, ref) => {
const {
getPrefixCls,
direction,
expandIcon: contextExpandIcon,
className: contextClassName,
style: contextStyle
} = useComponentConfig("collapse");
const {
prefixCls: customizePrefixCls,
className,
rootClassName,
style: style2,
bordered = true,
ghost,
size: customizeSize,
expandIconPosition = "start",
children,
destroyInactivePanel,
destroyOnHidden,
expandIcon
} = props;
const mergedSize = useSize_default((ctx) => {
var _a;
return (_a = customizeSize !== null && customizeSize !== void 0 ? customizeSize : ctx) !== null && _a !== void 0 ? _a : "middle";
});
const prefixCls = getPrefixCls("collapse", customizePrefixCls);
const rootPrefixCls = getPrefixCls();
const [wrapCSSVar, hashId, cssVarCls] = style_default6(prefixCls);
if (true) {
const warning5 = devUseWarning("Collapse");
true ? warning5(expandIconPosition !== "left" && expandIconPosition !== "right", "deprecated", "`expandIconPosition` with `left` or `right` is deprecated. Please use `start` or `end` instead.") : void 0;
warning5.deprecated(!("destroyInactivePanel" in props), "destroyInactivePanel", "destroyOnHidden");
}
const mergedExpandIconPosition = React83.useMemo(() => {
if (expandIconPosition === "left") {
return "start";
}
return expandIconPosition === "right" ? "end" : expandIconPosition;
}, [expandIconPosition]);
const mergedExpandIcon = expandIcon !== null && expandIcon !== void 0 ? expandIcon : contextExpandIcon;
const renderExpandIcon3 = React83.useCallback((panelProps = {}) => {
const icon = typeof mergedExpandIcon === "function" ? mergedExpandIcon(panelProps) : React83.createElement(RightOutlined_default, {
rotate: panelProps.isActive ? direction === "rtl" ? -90 : 90 : void 0,
"aria-label": panelProps.isActive ? "expanded" : "collapsed"
});
return cloneElement3(icon, () => {
var _a;
return {
className: (0, import_classnames25.default)((_a = icon.props) === null || _a === void 0 ? void 0 : _a.className, `${prefixCls}-arrow`)
};
});
}, [mergedExpandIcon, prefixCls, direction]);
const collapseClassName = (0, import_classnames25.default)(`${prefixCls}-icon-position-${mergedExpandIconPosition}`, {
[`${prefixCls}-borderless`]: !bordered,
[`${prefixCls}-rtl`]: direction === "rtl",
[`${prefixCls}-ghost`]: !!ghost,
[`${prefixCls}-${mergedSize}`]: mergedSize !== "middle"
}, contextClassName, className, rootClassName, hashId, cssVarCls);
const openMotion = React83.useMemo(() => Object.assign(Object.assign({}, motion_default(rootPrefixCls)), {
motionAppear: false,
leavedClassName: `${prefixCls}-content-hidden`
}), [rootPrefixCls, prefixCls]);
const items = React83.useMemo(() => {
if (!children) {
return null;
}
return toArray(children).map((child, index3) => {
var _a, _b;
const childProps = child.props;
if (childProps === null || childProps === void 0 ? void 0 : childProps.disabled) {
const key = (_a = child.key) !== null && _a !== void 0 ? _a : String(index3);
const mergedChildProps = Object.assign(Object.assign({}, omit(child.props, ["disabled"])), {
key,
collapsible: (_b = childProps.collapsible) !== null && _b !== void 0 ? _b : "disabled"
});
return cloneElement3(child, mergedChildProps);
}
return child;
});
}, [children]);
return wrapCSSVar(
// @ts-ignore
React83.createElement(es_default4, Object.assign({
ref,
openMotion
}, omit(props, ["rootClassName"]), {
expandIcon: renderExpandIcon3,
prefixCls,
className: collapseClassName,
style: Object.assign(Object.assign({}, contextStyle), style2),
// TODO: In the future, destroyInactivePanel in rc-collapse needs to be upgrade to destroyOnHidden
destroyInactivePanel: destroyOnHidden !== null && destroyOnHidden !== void 0 ? destroyOnHidden : destroyInactivePanel
}), items)
);
});
if (true) {
Collapse2.displayName = "Collapse";
}
var Collapse_default2 = Object.assign(Collapse2, {
Panel: CollapsePanel_default
});
// node_modules/antd/es/collapse/index.js
var collapse_default2 = Collapse_default2;
// node_modules/antd/es/color-picker/util.js
var generateColor3 = (color) => {
if (color instanceof AggregationColor) {
return color;
}
return new AggregationColor(color);
};
var getRoundNumber3 = (value) => Math.round(Number(value || 0));
var getColorAlpha = (color) => getRoundNumber3(color.toHsb().a * 100);
var genAlphaColor = (color, alpha) => {
const rgba = color.toRgb();
if (!rgba.r && !rgba.g && !rgba.b) {
const hsba = color.toHsb();
hsba.a = alpha || 1;
return generateColor3(hsba);
}
rgba.a = alpha || 1;
return generateColor3(rgba);
};
var getGradientPercentColor = (colors, percent) => {
const filledColors = [{
percent: 0,
color: colors[0].color
}].concat(_toConsumableArray(colors), [{
percent: 100,
color: colors[colors.length - 1].color
}]);
for (let i = 0; i < filledColors.length - 1; i += 1) {
const startPtg = filledColors[i].percent;
const endPtg = filledColors[i + 1].percent;
const startColor = filledColors[i].color;
const endColor = filledColors[i + 1].color;
if (startPtg <= percent && percent <= endPtg) {
const dist = endPtg - startPtg;
if (dist === 0) {
return startColor;
}
const ratio = (percent - startPtg) / dist * 100;
const startRcColor = new Color(startColor);
const endRcColor = new Color(endColor);
return startRcColor.mix(endRcColor, ratio).toRgbString();
}
}
return "";
};
// node_modules/antd/es/color-picker/components/ColorPresets.js
var genPresetColor2 = (list) => list.map((value) => {
value.colors = value.colors.map(generateColor3);
return value;
});
var isBright = (value, bgColorToken) => {
const {
r: r2,
g,
b,
a
} = value.toRgb();
const hsv = new Color(value.toRgbString()).onBackground(bgColorToken).toHsv();
if (a <= 0.5) {
return hsv.v > 0.5;
}
return r2 * 0.299 + g * 0.587 + b * 0.114 > 192;
};
var genCollapsePanelKey = (preset, index3) => {
var _a;
const mergedKey = (_a = preset.key) !== null && _a !== void 0 ? _a : index3;
return `panel-${mergedKey}`;
};
var ColorPresets = ({
prefixCls,
presets,
value: color,
onChange
}) => {
const [locale6] = useLocale_default("ColorPicker");
const [, token2] = useToken();
const [presetsValue] = useMergedState(genPresetColor2(presets), {
value: genPresetColor2(presets),
postState: genPresetColor2
});
const colorPresetsPrefixCls = `${prefixCls}-presets`;
const activeKeys = (0, import_react46.useMemo)(() => presetsValue.reduce((acc, preset, index3) => {
const {
defaultOpen = true
} = preset;
if (defaultOpen) {
acc.push(genCollapsePanelKey(preset, index3));
}
return acc;
}, []), [presetsValue]);
const handleClick = (colorValue) => {
onChange === null || onChange === void 0 ? void 0 : onChange(colorValue);
};
const items = presetsValue.map((preset, index3) => {
var _a;
return {
key: genCollapsePanelKey(preset, index3),
label: import_react46.default.createElement("div", {
className: `${colorPresetsPrefixCls}-label`
}, preset === null || preset === void 0 ? void 0 : preset.label),
children: import_react46.default.createElement("div", {
className: `${colorPresetsPrefixCls}-items`
}, Array.isArray(preset === null || preset === void 0 ? void 0 : preset.colors) && ((_a = preset.colors) === null || _a === void 0 ? void 0 : _a.length) > 0 ? preset.colors.map((presetColor, index4) => import_react46.default.createElement(
ColorBlock_default,
{
// eslint-disable-next-line react/no-array-index-key
key: `preset-${index4}-${presetColor.toHexString()}`,
color: generateColor3(presetColor).toRgbString(),
prefixCls,
className: (0, import_classnames26.default)(`${colorPresetsPrefixCls}-color`, {
[`${colorPresetsPrefixCls}-color-checked`]: presetColor.toHexString() === (color === null || color === void 0 ? void 0 : color.toHexString()),
[`${colorPresetsPrefixCls}-color-bright`]: isBright(presetColor, token2.colorBgElevated)
}),
onClick: () => handleClick(presetColor)
}
)) : import_react46.default.createElement("span", {
className: `${colorPresetsPrefixCls}-empty`
}, locale6.presetEmpty))
};
});
return import_react46.default.createElement("div", {
className: colorPresetsPrefixCls
}, import_react46.default.createElement(collapse_default2, {
defaultActiveKey: activeKeys,
ghost: true,
items
}));
};
var ColorPresets_default = ColorPresets;
// node_modules/antd/es/button/style/token.js
var prepareToken = (token2) => {
const {
paddingInline,
onlyIconSize
} = token2;
const buttonToken = merge2(token2, {
buttonPaddingHorizontal: paddingInline,
buttonPaddingVertical: 0,
buttonIconOnlyFontSize: onlyIconSize
});
return buttonToken;
};
var prepareComponentToken6 = (token2) => {
var _a, _b, _c, _d, _e, _f;
const contentFontSize = (_a = token2.contentFontSize) !== null && _a !== void 0 ? _a : token2.fontSize;
const contentFontSizeSM = (_b = token2.contentFontSizeSM) !== null && _b !== void 0 ? _b : token2.fontSize;
const contentFontSizeLG = (_c = token2.contentFontSizeLG) !== null && _c !== void 0 ? _c : token2.fontSizeLG;
const contentLineHeight = (_d = token2.contentLineHeight) !== null && _d !== void 0 ? _d : getLineHeight(contentFontSize);
const contentLineHeightSM = (_e = token2.contentLineHeightSM) !== null && _e !== void 0 ? _e : getLineHeight(contentFontSizeSM);
const contentLineHeightLG = (_f = token2.contentLineHeightLG) !== null && _f !== void 0 ? _f : getLineHeight(contentFontSizeLG);
const solidTextColor = isBright(new AggregationColor(token2.colorBgSolid), "#fff") ? "#000" : "#fff";
const shadowColorTokens = PresetColors.reduce((prev2, colorKey) => Object.assign(Object.assign({}, prev2), {
[`${colorKey}ShadowColor`]: `0 ${unit2(token2.controlOutlineWidth)} 0 ${getAlphaColor_default(token2[`${colorKey}1`], token2.colorBgContainer)}`
}), {});
return Object.assign(Object.assign({}, shadowColorTokens), {
fontWeight: 400,
iconGap: token2.marginXS,
defaultShadow: `0 ${token2.controlOutlineWidth}px 0 ${token2.controlTmpOutline}`,
primaryShadow: `0 ${token2.controlOutlineWidth}px 0 ${token2.controlOutline}`,
dangerShadow: `0 ${token2.controlOutlineWidth}px 0 ${token2.colorErrorOutline}`,
primaryColor: token2.colorTextLightSolid,
dangerColor: token2.colorTextLightSolid,
borderColorDisabled: token2.colorBorder,
defaultGhostColor: token2.colorBgContainer,
ghostBg: "transparent",
defaultGhostBorderColor: token2.colorBgContainer,
paddingInline: token2.paddingContentHorizontal - token2.lineWidth,
paddingInlineLG: token2.paddingContentHorizontal - token2.lineWidth,
paddingInlineSM: 8 - token2.lineWidth,
onlyIconSize: "inherit",
onlyIconSizeSM: "inherit",
onlyIconSizeLG: "inherit",
groupBorderColor: token2.colorPrimaryHover,
linkHoverBg: "transparent",
textTextColor: token2.colorText,
textTextHoverColor: token2.colorText,
textTextActiveColor: token2.colorText,
textHoverBg: token2.colorFillTertiary,
defaultColor: token2.colorText,
defaultBg: token2.colorBgContainer,
defaultBorderColor: token2.colorBorder,
defaultBorderColorDisabled: token2.colorBorder,
defaultHoverBg: token2.colorBgContainer,
defaultHoverColor: token2.colorPrimaryHover,
defaultHoverBorderColor: token2.colorPrimaryHover,
defaultActiveBg: token2.colorBgContainer,
defaultActiveColor: token2.colorPrimaryActive,
defaultActiveBorderColor: token2.colorPrimaryActive,
solidTextColor,
contentFontSize,
contentFontSizeSM,
contentFontSizeLG,
contentLineHeight,
contentLineHeightSM,
contentLineHeightLG,
paddingBlock: Math.max((token2.controlHeight - contentFontSize * contentLineHeight) / 2 - token2.lineWidth, 0),
paddingBlockSM: Math.max((token2.controlHeightSM - contentFontSizeSM * contentLineHeightSM) / 2 - token2.lineWidth, 0),
paddingBlockLG: Math.max((token2.controlHeightLG - contentFontSizeLG * contentLineHeightLG) / 2 - token2.lineWidth, 0)
});
};
// node_modules/antd/es/button/style/index.js
var genSharedButtonStyle = (token2) => {
const {
componentCls,
iconCls,
fontWeight,
opacityLoading,
motionDurationSlow,
motionEaseInOut,
iconGap,
calc
} = token2;
return {
[componentCls]: {
outline: "none",
position: "relative",
display: "inline-flex",
gap: iconGap,
alignItems: "center",
justifyContent: "center",
fontWeight,
whiteSpace: "nowrap",
textAlign: "center",
backgroundImage: "none",
background: "transparent",
border: `${unit2(token2.lineWidth)} ${token2.lineType} transparent`,
cursor: "pointer",
transition: `all ${token2.motionDurationMid} ${token2.motionEaseInOut}`,
userSelect: "none",
touchAction: "manipulation",
color: token2.colorText,
"&:disabled > *": {
pointerEvents: "none"
},
// https://github.com/ant-design/ant-design/issues/51380
[`${componentCls}-icon > svg`]: resetIcon(),
"> a": {
color: "currentColor"
},
"&:not(:disabled)": genFocusStyle(token2),
[`&${componentCls}-two-chinese-chars::first-letter`]: {
letterSpacing: "0.34em"
},
[`&${componentCls}-two-chinese-chars > *:not(${iconCls})`]: {
marginInlineEnd: "-0.34em",
letterSpacing: "0.34em"
},
[`&${componentCls}-icon-only`]: {
paddingInline: 0,
// make `btn-icon-only` not too narrow
[`&${componentCls}-compact-item`]: {
flex: "none"
}
},
// Loading
[`&${componentCls}-loading`]: {
opacity: opacityLoading,
cursor: "default"
},
[`${componentCls}-loading-icon`]: {
transition: ["width", "opacity", "margin"].map((transition) => `${transition} ${motionDurationSlow} ${motionEaseInOut}`).join(",")
},
// iconPosition
[`&:not(${componentCls}-icon-end)`]: {
[`${componentCls}-loading-icon-motion`]: {
"&-appear-start, &-enter-start": {
marginInlineEnd: calc(iconGap).mul(-1).equal()
},
"&-appear-active, &-enter-active": {
marginInlineEnd: 0
},
"&-leave-start": {
marginInlineEnd: 0
},
"&-leave-active": {
marginInlineEnd: calc(iconGap).mul(-1).equal()
}
}
},
"&-icon-end": {
flexDirection: "row-reverse",
[`${componentCls}-loading-icon-motion`]: {
"&-appear-start, &-enter-start": {
marginInlineStart: calc(iconGap).mul(-1).equal()
},
"&-appear-active, &-enter-active": {
marginInlineStart: 0
},
"&-leave-start": {
marginInlineStart: 0
},
"&-leave-active": {
marginInlineStart: calc(iconGap).mul(-1).equal()
}
}
}
}
};
};
var genHoverActiveButtonStyle = (btnCls, hoverStyle, activeStyle) => ({
[`&:not(:disabled):not(${btnCls}-disabled)`]: {
"&:hover": hoverStyle,
"&:active": activeStyle
}
});
var genCircleButtonStyle = (token2) => ({
minWidth: token2.controlHeight,
paddingInline: 0,
borderRadius: "50%"
});
var genDisabledStyle = (token2) => ({
cursor: "not-allowed",
borderColor: token2.borderColorDisabled,
color: token2.colorTextDisabled,
background: token2.colorBgContainerDisabled,
boxShadow: "none"
});
var genGhostButtonStyle = (btnCls, background, textColor, borderColor, textColorDisabled, borderColorDisabled, hoverStyle, activeStyle) => ({
[`&${btnCls}-background-ghost`]: Object.assign(Object.assign({
color: textColor || void 0,
background,
borderColor: borderColor || void 0,
boxShadow: "none"
}, genHoverActiveButtonStyle(btnCls, Object.assign({
background
}, hoverStyle), Object.assign({
background
}, activeStyle))), {
"&:disabled": {
cursor: "not-allowed",
color: textColorDisabled || void 0,
borderColor: borderColorDisabled || void 0
}
})
});
var genSolidDisabledButtonStyle = (token2) => ({
[`&:disabled, &${token2.componentCls}-disabled`]: Object.assign({}, genDisabledStyle(token2))
});
var genPureDisabledButtonStyle = (token2) => ({
[`&:disabled, &${token2.componentCls}-disabled`]: {
cursor: "not-allowed",
color: token2.colorTextDisabled
}
});
var genVariantButtonStyle = (token2, hoverStyle, activeStyle, variant) => {
const isPureDisabled = variant && ["link", "text"].includes(variant);
const genDisabledButtonStyle = isPureDisabled ? genPureDisabledButtonStyle : genSolidDisabledButtonStyle;
return Object.assign(Object.assign({}, genDisabledButtonStyle(token2)), genHoverActiveButtonStyle(token2.componentCls, hoverStyle, activeStyle));
};
var genSolidButtonStyle = (token2, textColor, background, hoverStyle, activeStyle) => ({
[`&${token2.componentCls}-variant-solid`]: Object.assign({
color: textColor,
background
}, genVariantButtonStyle(token2, hoverStyle, activeStyle))
});
var genOutlinedDashedButtonStyle = (token2, borderColor, background, hoverStyle, activeStyle) => ({
[`&${token2.componentCls}-variant-outlined, &${token2.componentCls}-variant-dashed`]: Object.assign({
borderColor,
background
}, genVariantButtonStyle(token2, hoverStyle, activeStyle))
});
var genDashedButtonStyle = (token2) => ({
[`&${token2.componentCls}-variant-dashed`]: {
borderStyle: "dashed"
}
});
var genFilledButtonStyle = (token2, background, hoverStyle, activeStyle) => ({
[`&${token2.componentCls}-variant-filled`]: Object.assign({
boxShadow: "none",
background
}, genVariantButtonStyle(token2, hoverStyle, activeStyle))
});
var genTextLinkButtonStyle = (token2, textColor, variant, hoverStyle, activeStyle) => ({
[`&${token2.componentCls}-variant-${variant}`]: Object.assign({
color: textColor,
boxShadow: "none"
}, genVariantButtonStyle(token2, hoverStyle, activeStyle, variant))
});
var genPresetColorStyle = (token2) => {
const {
componentCls
} = token2;
return PresetColors.reduce((prev2, colorKey) => {
const darkColor = token2[`${colorKey}6`];
const lightColor = token2[`${colorKey}1`];
const hoverColor = token2[`${colorKey}5`];
const lightHoverColor = token2[`${colorKey}2`];
const lightBorderColor = token2[`${colorKey}3`];
const activeColor = token2[`${colorKey}7`];
return Object.assign(Object.assign({}, prev2), {
[`&${componentCls}-color-${colorKey}`]: Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({
color: darkColor,
boxShadow: token2[`${colorKey}ShadowColor`]
}, genSolidButtonStyle(token2, token2.colorTextLightSolid, darkColor, {
background: hoverColor
}, {
background: activeColor
})), genOutlinedDashedButtonStyle(token2, darkColor, token2.colorBgContainer, {
color: hoverColor,
borderColor: hoverColor,
background: token2.colorBgContainer
}, {
color: activeColor,
borderColor: activeColor,
background: token2.colorBgContainer
})), genDashedButtonStyle(token2)), genFilledButtonStyle(token2, lightColor, {
color: darkColor,
background: lightHoverColor
}, {
color: darkColor,
background: lightBorderColor
})), genTextLinkButtonStyle(token2, darkColor, "link", {
color: hoverColor
}, {
color: activeColor
})), genTextLinkButtonStyle(token2, darkColor, "text", {
color: hoverColor,
background: lightColor
}, {
color: activeColor,
background: lightBorderColor
}))
});
}, {});
};
var genDefaultButtonStyle = (token2) => Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({
color: token2.defaultColor,
boxShadow: token2.defaultShadow
}, genSolidButtonStyle(token2, token2.solidTextColor, token2.colorBgSolid, {
color: token2.solidTextColor,
background: token2.colorBgSolidHover
}, {
color: token2.solidTextColor,
background: token2.colorBgSolidActive
})), genDashedButtonStyle(token2)), genFilledButtonStyle(token2, token2.colorFillTertiary, {
color: token2.defaultColor,
background: token2.colorFillSecondary
}, {
color: token2.defaultColor,
background: token2.colorFill
})), genGhostButtonStyle(token2.componentCls, token2.ghostBg, token2.defaultGhostColor, token2.defaultGhostBorderColor, token2.colorTextDisabled, token2.colorBorder)), genTextLinkButtonStyle(token2, token2.textTextColor, "link", {
color: token2.colorLinkHover,
background: token2.linkHoverBg
}, {
color: token2.colorLinkActive
}));
var genPrimaryButtonStyle = (token2) => Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({
color: token2.colorPrimary,
boxShadow: token2.primaryShadow
}, genOutlinedDashedButtonStyle(token2, token2.colorPrimary, token2.colorBgContainer, {
color: token2.colorPrimaryTextHover,
borderColor: token2.colorPrimaryHover,
background: token2.colorBgContainer
}, {
color: token2.colorPrimaryTextActive,
borderColor: token2.colorPrimaryActive,
background: token2.colorBgContainer
})), genDashedButtonStyle(token2)), genFilledButtonStyle(token2, token2.colorPrimaryBg, {
color: token2.colorPrimary,
background: token2.colorPrimaryBgHover
}, {
color: token2.colorPrimary,
background: token2.colorPrimaryBorder
})), genTextLinkButtonStyle(token2, token2.colorPrimaryText, "text", {
color: token2.colorPrimaryTextHover,
background: token2.colorPrimaryBg
}, {
color: token2.colorPrimaryTextActive,
background: token2.colorPrimaryBorder
})), genTextLinkButtonStyle(token2, token2.colorPrimaryText, "link", {
color: token2.colorPrimaryTextHover,
background: token2.linkHoverBg
}, {
color: token2.colorPrimaryTextActive
})), genGhostButtonStyle(token2.componentCls, token2.ghostBg, token2.colorPrimary, token2.colorPrimary, token2.colorTextDisabled, token2.colorBorder, {
color: token2.colorPrimaryHover,
borderColor: token2.colorPrimaryHover
}, {
color: token2.colorPrimaryActive,
borderColor: token2.colorPrimaryActive
}));
var genDangerousStyle = (token2) => Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({
color: token2.colorError,
boxShadow: token2.dangerShadow
}, genSolidButtonStyle(token2, token2.dangerColor, token2.colorError, {
background: token2.colorErrorHover
}, {
background: token2.colorErrorActive
})), genOutlinedDashedButtonStyle(token2, token2.colorError, token2.colorBgContainer, {
color: token2.colorErrorHover,
borderColor: token2.colorErrorBorderHover
}, {
color: token2.colorErrorActive,
borderColor: token2.colorErrorActive
})), genDashedButtonStyle(token2)), genFilledButtonStyle(token2, token2.colorErrorBg, {
color: token2.colorError,
background: token2.colorErrorBgFilledHover
}, {
color: token2.colorError,
background: token2.colorErrorBgActive
})), genTextLinkButtonStyle(token2, token2.colorError, "text", {
color: token2.colorErrorHover,
background: token2.colorErrorBg
}, {
color: token2.colorErrorHover,
background: token2.colorErrorBgActive
})), genTextLinkButtonStyle(token2, token2.colorError, "link", {
color: token2.colorErrorHover
}, {
color: token2.colorErrorActive
})), genGhostButtonStyle(token2.componentCls, token2.ghostBg, token2.colorError, token2.colorError, token2.colorTextDisabled, token2.colorBorder, {
color: token2.colorErrorHover,
borderColor: token2.colorErrorHover
}, {
color: token2.colorErrorActive,
borderColor: token2.colorErrorActive
}));
var genLinkStyle2 = (token2) => Object.assign(Object.assign({}, genTextLinkButtonStyle(token2, token2.colorLink, "link", {
color: token2.colorLinkHover
}, {
color: token2.colorLinkActive
})), genGhostButtonStyle(token2.componentCls, token2.ghostBg, token2.colorInfo, token2.colorInfo, token2.colorTextDisabled, token2.colorBorder, {
color: token2.colorInfoHover,
borderColor: token2.colorInfoHover
}, {
color: token2.colorInfoActive,
borderColor: token2.colorInfoActive
}));
var genColorButtonStyle = (token2) => {
const {
componentCls
} = token2;
return Object.assign({
[`${componentCls}-color-default`]: genDefaultButtonStyle(token2),
[`${componentCls}-color-primary`]: genPrimaryButtonStyle(token2),
[`${componentCls}-color-dangerous`]: genDangerousStyle(token2),
[`${componentCls}-color-link`]: genLinkStyle2(token2)
}, genPresetColorStyle(token2));
};
var genCompatibleButtonStyle = (token2) => Object.assign(Object.assign(Object.assign(Object.assign({}, genOutlinedDashedButtonStyle(token2, token2.defaultBorderColor, token2.defaultBg, {
color: token2.defaultHoverColor,
borderColor: token2.defaultHoverBorderColor,
background: token2.defaultHoverBg
}, {
color: token2.defaultActiveColor,
borderColor: token2.defaultActiveBorderColor,
background: token2.defaultActiveBg
})), genTextLinkButtonStyle(token2, token2.textTextColor, "text", {
color: token2.textTextHoverColor,
background: token2.textHoverBg
}, {
color: token2.textTextActiveColor,
background: token2.colorBgTextActive
})), genSolidButtonStyle(token2, token2.primaryColor, token2.colorPrimary, {
background: token2.colorPrimaryHover,
color: token2.primaryColor
}, {
background: token2.colorPrimaryActive,
color: token2.primaryColor
})), genTextLinkButtonStyle(token2, token2.colorLink, "link", {
color: token2.colorLinkHover,
background: token2.linkHoverBg
}, {
color: token2.colorLinkActive
}));
var genButtonStyle = (token2, prefixCls = "") => {
const {
componentCls,
controlHeight,
fontSize,
borderRadius,
buttonPaddingHorizontal,
iconCls,
buttonPaddingVertical,
buttonIconOnlyFontSize
} = token2;
return [
{
[prefixCls]: {
fontSize,
height: controlHeight,
padding: `${unit2(buttonPaddingVertical)} ${unit2(buttonPaddingHorizontal)}`,
borderRadius,
[`&${componentCls}-icon-only`]: {
width: controlHeight,
[iconCls]: {
fontSize: buttonIconOnlyFontSize
}
}
}
},
// Shape - patch prefixCls again to override solid border radius style
{
[`${componentCls}${componentCls}-circle${prefixCls}`]: genCircleButtonStyle(token2)
},
{
[`${componentCls}${componentCls}-round${prefixCls}`]: {
borderRadius: token2.controlHeight,
[`&:not(${componentCls}-icon-only)`]: {
paddingInline: token2.buttonPaddingHorizontal
}
}
}
];
};
var genSizeBaseButtonStyle = (token2) => {
const baseToken = merge2(token2, {
fontSize: token2.contentFontSize
});
return genButtonStyle(baseToken, token2.componentCls);
};
var genSizeSmallButtonStyle = (token2) => {
const smallToken = merge2(token2, {
controlHeight: token2.controlHeightSM,
fontSize: token2.contentFontSizeSM,
padding: token2.paddingXS,
buttonPaddingHorizontal: token2.paddingInlineSM,
buttonPaddingVertical: 0,
borderRadius: token2.borderRadiusSM,
buttonIconOnlyFontSize: token2.onlyIconSizeSM
});
return genButtonStyle(smallToken, `${token2.componentCls}-sm`);
};
var genSizeLargeButtonStyle = (token2) => {
const largeToken = merge2(token2, {
controlHeight: token2.controlHeightLG,
fontSize: token2.contentFontSizeLG,
buttonPaddingHorizontal: token2.paddingInlineLG,
buttonPaddingVertical: 0,
borderRadius: token2.borderRadiusLG,
buttonIconOnlyFontSize: token2.onlyIconSizeLG
});
return genButtonStyle(largeToken, `${token2.componentCls}-lg`);
};
var genBlockButtonStyle = (token2) => {
const {
componentCls
} = token2;
return {
[componentCls]: {
[`&${componentCls}-block`]: {
width: "100%"
}
}
};
};
var style_default7 = genStyleHooks("Button", (token2) => {
const buttonToken = prepareToken(token2);
return [
// Shared
genSharedButtonStyle(buttonToken),
// Size
genSizeBaseButtonStyle(buttonToken),
genSizeSmallButtonStyle(buttonToken),
genSizeLargeButtonStyle(buttonToken),
// Block
genBlockButtonStyle(buttonToken),
// Color
genColorButtonStyle(buttonToken),
// https://github.com/ant-design/ant-design/issues/50969
genCompatibleButtonStyle(buttonToken),
// Button Group
group_default(buttonToken)
];
}, prepareComponentToken6, {
unitless: {
fontWeight: true,
contentLineHeight: true,
contentLineHeightSM: true,
contentLineHeightLG: true
}
});
// node_modules/antd/es/style/compact-item.js
function compactItemBorder(token2, parentCls, options, prefixCls) {
const {
focusElCls,
focus,
borderElCls
} = options;
const childCombinator = borderElCls ? "> *" : "";
const hoverEffects = ["hover", focus ? "focus" : null, "active"].filter(Boolean).map((n2) => `&:${n2} ${childCombinator}`).join(",");
return {
[`&-item:not(${parentCls}-last-item)`]: {
marginInlineEnd: token2.calc(token2.lineWidth).mul(-1).equal()
},
[`&-item:not(${prefixCls}-status-success)`]: {
zIndex: 2
},
"&-item": Object.assign(Object.assign({
[hoverEffects]: {
zIndex: 3
}
}, focusElCls ? {
[`&${focusElCls}`]: {
zIndex: 3
}
} : {}), {
[`&[disabled] ${childCombinator}`]: {
zIndex: 0
}
})
};
}
function compactItemBorderRadius(prefixCls, parentCls, options) {
const {
borderElCls
} = options;
const childCombinator = borderElCls ? `> ${borderElCls}` : "";
return {
[`&-item:not(${parentCls}-first-item):not(${parentCls}-last-item) ${childCombinator}`]: {
borderRadius: 0
},
[`&-item:not(${parentCls}-last-item)${parentCls}-first-item`]: {
[`& ${childCombinator}, &${prefixCls}-sm ${childCombinator}, &${prefixCls}-lg ${childCombinator}`]: {
borderStartEndRadius: 0,
borderEndEndRadius: 0
}
},
[`&-item:not(${parentCls}-first-item)${parentCls}-last-item`]: {
[`& ${childCombinator}, &${prefixCls}-sm ${childCombinator}, &${prefixCls}-lg ${childCombinator}`]: {
borderStartStartRadius: 0,
borderEndStartRadius: 0
}
}
};
}
function genCompactItemStyle(token2, options = {
focus: true
}) {
const {
componentCls
} = token2;
const {
componentCls: customizePrefixCls
} = options;
const mergedComponentCls = customizePrefixCls || componentCls;
const compactCls = `${mergedComponentCls}-compact`;
return {
[compactCls]: Object.assign(Object.assign({}, compactItemBorder(token2, compactCls, options, mergedComponentCls)), compactItemBorderRadius(mergedComponentCls, compactCls, options))
};
}
// node_modules/antd/es/style/compact-item-vertical.js
function compactItemVerticalBorder(token2, parentCls, prefixCls) {
return {
// border collapse
[`&-item:not(${parentCls}-last-item)`]: {
marginBottom: token2.calc(token2.lineWidth).mul(-1).equal()
},
[`&-item:not(${prefixCls}-status-success)`]: {
zIndex: 2
},
"&-item": {
"&:hover,&:focus,&:active": {
zIndex: 3
},
"&[disabled]": {
zIndex: 0
}
}
};
}
function compactItemBorderVerticalRadius(prefixCls, parentCls) {
return {
[`&-item:not(${parentCls}-first-item):not(${parentCls}-last-item)`]: {
borderRadius: 0
},
[`&-item${parentCls}-first-item:not(${parentCls}-last-item)`]: {
[`&, &${prefixCls}-sm, &${prefixCls}-lg`]: {
borderEndEndRadius: 0,
borderEndStartRadius: 0
}
},
[`&-item${parentCls}-last-item:not(${parentCls}-first-item)`]: {
[`&, &${prefixCls}-sm, &${prefixCls}-lg`]: {
borderStartStartRadius: 0,
borderStartEndRadius: 0
}
}
};
}
function genCompactItemVerticalStyle(token2) {
const compactCls = `${token2.componentCls}-compact-vertical`;
return {
[compactCls]: Object.assign(Object.assign({}, compactItemVerticalBorder(token2, compactCls, token2.componentCls)), compactItemBorderVerticalRadius(token2.componentCls, compactCls))
};
}
// node_modules/antd/es/button/style/compact.js
var genButtonCompactStyle = (token2) => {
const {
componentCls,
colorPrimaryHover,
lineWidth,
calc
} = token2;
const insetOffset = calc(lineWidth).mul(-1).equal();
const getCompactBorderStyle = (vertical) => {
const selector = `${componentCls}-compact${vertical ? "-vertical" : ""}-item${componentCls}-primary:not([disabled])`;
return {
[`${selector} + ${selector}::before`]: {
position: "absolute",
top: vertical ? insetOffset : 0,
insetInlineStart: vertical ? 0 : insetOffset,
backgroundColor: colorPrimaryHover,
content: '""',
width: vertical ? "100%" : lineWidth,
height: vertical ? lineWidth : "100%"
}
};
};
return Object.assign(Object.assign({}, getCompactBorderStyle()), getCompactBorderStyle(true));
};
var compact_default2 = genSubStyleComponent(["Button", "compact"], (token2) => {
const buttonToken = prepareToken(token2);
return [
// Space Compact
genCompactItemStyle(buttonToken),
genCompactItemVerticalStyle(buttonToken),
genButtonCompactStyle(buttonToken)
];
}, prepareComponentToken6);
// node_modules/antd/es/button/button.js
var __rest10 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
function getLoadingConfig(loading) {
if (typeof loading === "object" && loading) {
let delay = loading === null || loading === void 0 ? void 0 : loading.delay;
delay = !Number.isNaN(delay) && typeof delay === "number" ? delay : 0;
return {
loading: delay <= 0,
delay
};
}
return {
loading: !!loading,
delay: 0
};
}
var ButtonTypeMap = {
default: ["default", "outlined"],
primary: ["primary", "solid"],
dashed: ["default", "dashed"],
// `link` is not a real color but we should compatible with it
link: ["link", "link"],
text: ["default", "text"]
};
var InternalCompoundedButton = import_react47.default.forwardRef((props, ref) => {
var _a, _b;
const {
loading = false,
prefixCls: customizePrefixCls,
color,
variant,
type: type5,
danger = false,
shape: customizeShape,
size: customizeSize,
styles,
disabled: customDisabled,
className,
rootClassName,
children,
icon,
iconPosition = "start",
ghost = false,
block = false,
// React does not recognize the `htmlType` prop on a DOM element. Here we pick it out of `rest`.
htmlType = "button",
classNames: customClassNames,
style: customStyle = {},
autoInsertSpace,
autoFocus
} = props, rest = __rest10(props, ["loading", "prefixCls", "color", "variant", "type", "danger", "shape", "size", "styles", "disabled", "className", "rootClassName", "children", "icon", "iconPosition", "ghost", "block", "htmlType", "classNames", "style", "autoInsertSpace", "autoFocus"]);
const mergedType = type5 || "default";
const {
button
} = import_react47.default.useContext(ConfigContext);
const shape = customizeShape || (button === null || button === void 0 ? void 0 : button.shape) || "default";
const [mergedColor, mergedVariant] = (0, import_react47.useMemo)(() => {
if (color && variant) {
return [color, variant];
}
if (type5 || danger) {
const colorVariantPair = ButtonTypeMap[mergedType] || [];
if (danger) {
return ["danger", colorVariantPair[1]];
}
return colorVariantPair;
}
if ((button === null || button === void 0 ? void 0 : button.color) && (button === null || button === void 0 ? void 0 : button.variant)) {
return [button.color, button.variant];
}
return ["default", "outlined"];
}, [color, variant, type5, danger, button === null || button === void 0 ? void 0 : button.color, button === null || button === void 0 ? void 0 : button.variant, mergedType]);
const isDanger = mergedColor === "danger";
const mergedColorText = isDanger ? "dangerous" : mergedColor;
const {
getPrefixCls,
direction,
autoInsertSpace: contextAutoInsertSpace,
className: contextClassName,
style: contextStyle,
classNames: contextClassNames,
styles: contextStyles
} = useComponentConfig("button");
const mergedInsertSpace = (_a = autoInsertSpace !== null && autoInsertSpace !== void 0 ? autoInsertSpace : contextAutoInsertSpace) !== null && _a !== void 0 ? _a : true;
const prefixCls = getPrefixCls("btn", customizePrefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default7(prefixCls);
const disabled = (0, import_react47.useContext)(DisabledContext_default);
const mergedDisabled = customDisabled !== null && customDisabled !== void 0 ? customDisabled : disabled;
const groupSize = (0, import_react47.useContext)(GroupSizeContext);
const loadingOrDelay = (0, import_react47.useMemo)(() => getLoadingConfig(loading), [loading]);
const [innerLoading, setLoading] = (0, import_react47.useState)(loadingOrDelay.loading);
const [hasTwoCNChar, setHasTwoCNChar] = (0, import_react47.useState)(false);
const buttonRef = (0, import_react47.useRef)(null);
const mergedRef = useComposeRef(ref, buttonRef);
const needInserted = import_react47.Children.count(children) === 1 && !icon && !isUnBorderedButtonVariant(mergedVariant);
const isMountRef = (0, import_react47.useRef)(true);
import_react47.default.useEffect(() => {
isMountRef.current = false;
return () => {
isMountRef.current = true;
};
}, []);
useLayoutEffect_default(() => {
let delayTimer = null;
if (loadingOrDelay.delay > 0) {
delayTimer = setTimeout(() => {
delayTimer = null;
setLoading(true);
}, loadingOrDelay.delay);
} else {
setLoading(loadingOrDelay.loading);
}
function cleanupTimer() {
if (delayTimer) {
clearTimeout(delayTimer);
delayTimer = null;
}
}
return cleanupTimer;
}, [loadingOrDelay.delay, loadingOrDelay.loading]);
(0, import_react47.useEffect)(() => {
if (!buttonRef.current || !mergedInsertSpace) {
return;
}
const buttonText = buttonRef.current.textContent || "";
if (needInserted && isTwoCNChar(buttonText)) {
if (!hasTwoCNChar) {
setHasTwoCNChar(true);
}
} else if (hasTwoCNChar) {
setHasTwoCNChar(false);
}
});
(0, import_react47.useEffect)(() => {
if (autoFocus && buttonRef.current) {
buttonRef.current.focus();
}
}, []);
const handleClick = import_react47.default.useCallback((e3) => {
var _a2;
if (innerLoading || mergedDisabled) {
e3.preventDefault();
return;
}
(_a2 = props.onClick) === null || _a2 === void 0 ? void 0 : _a2.call(props, "href" in props ? e3 : e3);
}, [props.onClick, innerLoading, mergedDisabled]);
if (true) {
const warning5 = devUseWarning("Button");
true ? warning5(!(typeof icon === "string" && icon.length > 2), "breaking", `\`icon\` is using ReactNode instead of string naming in v4. Please check \`${icon}\` at https://ant.design/components/icon`) : void 0;
true ? warning5(!(ghost && isUnBorderedButtonVariant(mergedVariant)), "usage", "`link` or `text` button can't be a `ghost` button.") : void 0;
}
const {
compactSize,
compactItemClassnames
} = useCompactItemContext(prefixCls, direction);
const sizeClassNameMap2 = {
large: "lg",
small: "sm",
middle: void 0
};
const sizeFullName = useSize_default((ctxSize) => {
var _a2, _b2;
return (_b2 = (_a2 = customizeSize !== null && customizeSize !== void 0 ? customizeSize : compactSize) !== null && _a2 !== void 0 ? _a2 : groupSize) !== null && _b2 !== void 0 ? _b2 : ctxSize;
});
const sizeCls = sizeFullName ? (_b = sizeClassNameMap2[sizeFullName]) !== null && _b !== void 0 ? _b : "" : "";
const iconType = innerLoading ? "loading" : icon;
const linkButtonRestProps = omit(rest, ["navigate"]);
const classes = (0, import_classnames27.default)(prefixCls, hashId, cssVarCls, {
[`${prefixCls}-${shape}`]: shape !== "default" && shape,
// Compatible with versions earlier than 5.21.0
[`${prefixCls}-${mergedType}`]: mergedType,
[`${prefixCls}-dangerous`]: danger,
[`${prefixCls}-color-${mergedColorText}`]: mergedColorText,
[`${prefixCls}-variant-${mergedVariant}`]: mergedVariant,
[`${prefixCls}-${sizeCls}`]: sizeCls,
[`${prefixCls}-icon-only`]: !children && children !== 0 && !!iconType,
[`${prefixCls}-background-ghost`]: ghost && !isUnBorderedButtonVariant(mergedVariant),
[`${prefixCls}-loading`]: innerLoading,
[`${prefixCls}-two-chinese-chars`]: hasTwoCNChar && mergedInsertSpace && !innerLoading,
[`${prefixCls}-block`]: block,
[`${prefixCls}-rtl`]: direction === "rtl",
[`${prefixCls}-icon-end`]: iconPosition === "end"
}, compactItemClassnames, className, rootClassName, contextClassName);
const fullStyle = Object.assign(Object.assign({}, contextStyle), customStyle);
const iconClasses = (0, import_classnames27.default)(customClassNames === null || customClassNames === void 0 ? void 0 : customClassNames.icon, contextClassNames.icon);
const iconStyle = Object.assign(Object.assign({}, (styles === null || styles === void 0 ? void 0 : styles.icon) || {}), contextStyles.icon || {});
const iconWrapperElement = (child) => import_react47.default.createElement(IconWrapper_default, {
prefixCls,
className: iconClasses,
style: iconStyle
}, child);
const defaultLoadingIconElement = () => import_react47.default.createElement(DefaultLoadingIcon_default, {
existIcon: !!icon,
prefixCls,
loading: innerLoading,
mount: isMountRef.current
});
let iconNode;
if (icon && !innerLoading) {
iconNode = iconWrapperElement(icon);
} else if (loading && typeof loading === "object" && loading.icon) {
iconNode = iconWrapperElement(loading.icon);
} else {
iconNode = defaultLoadingIconElement();
}
const kids = children || children === 0 ? spaceChildren(children, needInserted && mergedInsertSpace) : null;
if (linkButtonRestProps.href !== void 0) {
return wrapCSSVar(import_react47.default.createElement("a", Object.assign({}, linkButtonRestProps, {
className: (0, import_classnames27.default)(classes, {
[`${prefixCls}-disabled`]: mergedDisabled
}),
href: mergedDisabled ? void 0 : linkButtonRestProps.href,
style: fullStyle,
onClick: handleClick,
ref: mergedRef,
tabIndex: mergedDisabled ? -1 : 0,
"aria-disabled": mergedDisabled
}), iconNode, kids));
}
let buttonNode = import_react47.default.createElement("button", Object.assign({}, rest, {
type: htmlType,
className: classes,
style: fullStyle,
onClick: handleClick,
disabled: mergedDisabled,
ref: mergedRef
}), iconNode, kids, compactItemClassnames && import_react47.default.createElement(compact_default2, {
prefixCls
}));
if (!isUnBorderedButtonVariant(mergedVariant)) {
buttonNode = import_react47.default.createElement(wave_default, {
component: "Button",
disabled: innerLoading
}, buttonNode);
}
return wrapCSSVar(buttonNode);
});
var Button = InternalCompoundedButton;
Button.Group = button_group_default;
Button.__ANT_BUTTON = true;
if (true) {
Button.displayName = "Button";
}
var button_default = Button;
// node_modules/antd/es/button/index.js
var button_default2 = button_default;
// node_modules/antd/es/_util/ActionButton.js
var isThenable = (thing) => {
return typeof (thing === null || thing === void 0 ? void 0 : thing.then) === "function";
};
var ActionButton = (props) => {
const {
type: type5,
children,
prefixCls,
buttonProps,
close,
autoFocus,
emitEvent,
isSilent,
quitOnNullishReturnValue,
actionFn
} = props;
const clickedRef = React86.useRef(false);
const buttonRef = React86.useRef(null);
const [loading, setLoading] = useSafeState(false);
const onInternalClose = (...args) => {
close === null || close === void 0 ? void 0 : close.apply(void 0, args);
};
React86.useEffect(() => {
let timeoutId = null;
if (autoFocus) {
timeoutId = setTimeout(() => {
var _a;
(_a = buttonRef.current) === null || _a === void 0 ? void 0 : _a.focus({
preventScroll: true
});
});
}
return () => {
if (timeoutId) {
clearTimeout(timeoutId);
}
};
}, [autoFocus]);
const handlePromiseOnOk = (returnValueOfOnOk) => {
if (!isThenable(returnValueOfOnOk)) {
return;
}
setLoading(true);
returnValueOfOnOk.then((...args) => {
setLoading(false, true);
onInternalClose.apply(void 0, args);
clickedRef.current = false;
}, (e3) => {
setLoading(false, true);
clickedRef.current = false;
if (isSilent === null || isSilent === void 0 ? void 0 : isSilent()) {
return;
}
return Promise.reject(e3);
});
};
const onClick = (e3) => {
if (clickedRef.current) {
return;
}
clickedRef.current = true;
if (!actionFn) {
onInternalClose();
return;
}
let returnValueOfOnOk;
if (emitEvent) {
returnValueOfOnOk = actionFn(e3);
if (quitOnNullishReturnValue && !isThenable(returnValueOfOnOk)) {
clickedRef.current = false;
onInternalClose(e3);
return;
}
} else if (actionFn.length) {
returnValueOfOnOk = actionFn(close);
clickedRef.current = false;
} else {
returnValueOfOnOk = actionFn();
if (!isThenable(returnValueOfOnOk)) {
onInternalClose();
return;
}
}
handlePromiseOnOk(returnValueOfOnOk);
};
return React86.createElement(button_default2, Object.assign({}, convertLegacyProps(type5), {
onClick,
loading,
prefixCls
}, buttonProps, {
ref: buttonRef
}), children);
};
var ActionButton_default = ActionButton;
// node_modules/antd/es/modal/context.js
var import_react48 = __toESM(require_react());
var ModalContext = import_react48.default.createContext({});
var {
Provider: ModalContextProvider
} = ModalContext;
// node_modules/antd/es/modal/components/ConfirmCancelBtn.js
var ConfirmCancelBtn = () => {
const {
autoFocusButton,
cancelButtonProps,
cancelTextLocale,
isSilent,
mergedOkCancel,
rootPrefixCls,
close,
onCancel,
onConfirm
} = (0, import_react49.useContext)(ModalContext);
return mergedOkCancel ? import_react49.default.createElement(ActionButton_default, {
isSilent,
actionFn: onCancel,
close: (...args) => {
close === null || close === void 0 ? void 0 : close.apply(void 0, args);
onConfirm === null || onConfirm === void 0 ? void 0 : onConfirm(false);
},
autoFocus: autoFocusButton === "cancel",
buttonProps: cancelButtonProps,
prefixCls: `${rootPrefixCls}-btn`
}, cancelTextLocale) : null;
};
var ConfirmCancelBtn_default = ConfirmCancelBtn;
// node_modules/antd/es/modal/components/ConfirmOkBtn.js
var import_react50 = __toESM(require_react());
var ConfirmOkBtn = () => {
const {
autoFocusButton,
close,
isSilent,
okButtonProps,
rootPrefixCls,
okTextLocale,
okType,
onConfirm,
onOk
} = (0, import_react50.useContext)(ModalContext);
return import_react50.default.createElement(ActionButton_default, {
isSilent,
type: okType || "primary",
actionFn: onOk,
close: (...args) => {
close === null || close === void 0 ? void 0 : close.apply(void 0, args);
onConfirm === null || onConfirm === void 0 ? void 0 : onConfirm(true);
},
autoFocus: autoFocusButton === "ok",
buttonProps: okButtonProps,
prefixCls: `${rootPrefixCls}-btn`
}, okTextLocale);
};
var ConfirmOkBtn_default = ConfirmOkBtn;
// node_modules/antd/es/modal/Modal.js
var React126 = __toESM(require_react());
var import_classnames41 = __toESM(require_classnames());
// node_modules/@rc-component/portal/es/Portal.js
var React93 = __toESM(require_react());
var import_react_dom3 = __toESM(require_react_dom());
// node_modules/@rc-component/portal/es/Context.js
var React90 = __toESM(require_react());
var OrderContext = React90.createContext(null);
var Context_default2 = OrderContext;
// node_modules/@rc-component/portal/es/useDom.js
var React91 = __toESM(require_react());
var EMPTY_LIST = [];
function useDom(render2, debug) {
var _React$useState = React91.useState(function() {
if (!canUseDom()) {
return null;
}
var defaultEle = document.createElement("div");
if (debug) {
defaultEle.setAttribute("data-debug", debug);
}
return defaultEle;
}), _React$useState2 = _slicedToArray(_React$useState, 1), ele = _React$useState2[0];
var appendedRef = React91.useRef(false);
var queueCreate = React91.useContext(Context_default2);
var _React$useState3 = React91.useState(EMPTY_LIST), _React$useState4 = _slicedToArray(_React$useState3, 2), queue = _React$useState4[0], setQueue = _React$useState4[1];
var mergedQueueCreate = queueCreate || (appendedRef.current ? void 0 : function(appendFn) {
setQueue(function(origin) {
var newQueue = [appendFn].concat(_toConsumableArray(origin));
return newQueue;
});
});
function append2() {
if (!ele.parentElement) {
document.body.appendChild(ele);
}
appendedRef.current = true;
}
function cleanup2() {
var _ele$parentElement;
(_ele$parentElement = ele.parentElement) === null || _ele$parentElement === void 0 ? void 0 : _ele$parentElement.removeChild(ele);
appendedRef.current = false;
}
useLayoutEffect_default(function() {
if (render2) {
if (queueCreate) {
queueCreate(append2);
} else {
append2();
}
} else {
cleanup2();
}
return cleanup2;
}, [render2]);
useLayoutEffect_default(function() {
if (queue.length) {
queue.forEach(function(appendFn) {
return appendFn();
});
setQueue(EMPTY_LIST);
}
}, [queue]);
return [ele, mergedQueueCreate];
}
// node_modules/@rc-component/portal/es/useScrollLocker.js
var React92 = __toESM(require_react());
// node_modules/rc-util/es/getScrollBarSize.js
var cached;
function measureScrollbarSize(ele) {
var randomId = "rc-scrollbar-measure-".concat(Math.random().toString(36).substring(7));
var measureEle = document.createElement("div");
measureEle.id = randomId;
var measureStyle = measureEle.style;
measureStyle.position = "absolute";
measureStyle.left = "0";
measureStyle.top = "0";
measureStyle.width = "100px";
measureStyle.height = "100px";
measureStyle.overflow = "scroll";
var fallbackWidth;
var fallbackHeight;
if (ele) {
var targetStyle = getComputedStyle(ele);
measureStyle.scrollbarColor = targetStyle.scrollbarColor;
measureStyle.scrollbarWidth = targetStyle.scrollbarWidth;
var webkitScrollbarStyle = getComputedStyle(ele, "::-webkit-scrollbar");
var width = parseInt(webkitScrollbarStyle.width, 10);
var height = parseInt(webkitScrollbarStyle.height, 10);
try {
var widthStyle = width ? "width: ".concat(webkitScrollbarStyle.width, ";") : "";
var heightStyle = height ? "height: ".concat(webkitScrollbarStyle.height, ";") : "";
updateCSS("\n#".concat(randomId, "::-webkit-scrollbar {\n").concat(widthStyle, "\n").concat(heightStyle, "\n}"), randomId);
} catch (e3) {
console.error(e3);
fallbackWidth = width;
fallbackHeight = height;
}
}
document.body.appendChild(measureEle);
var scrollWidth = ele && fallbackWidth && !isNaN(fallbackWidth) ? fallbackWidth : measureEle.offsetWidth - measureEle.clientWidth;
var scrollHeight = ele && fallbackHeight && !isNaN(fallbackHeight) ? fallbackHeight : measureEle.offsetHeight - measureEle.clientHeight;
document.body.removeChild(measureEle);
removeCSS(randomId);
return {
width: scrollWidth,
height: scrollHeight
};
}
function getScrollBarSize(fresh) {
if (typeof document === "undefined") {
return 0;
}
if (fresh || cached === void 0) {
cached = measureScrollbarSize();
}
return cached.width;
}
function getTargetScrollBarSize(target) {
if (typeof document === "undefined" || !target || !(target instanceof Element)) {
return {
width: 0,
height: 0
};
}
return measureScrollbarSize(target);
}
// node_modules/@rc-component/portal/es/util.js
function isBodyOverflowing() {
return document.body.scrollHeight > (window.innerHeight || document.documentElement.clientHeight) && window.innerWidth > document.body.offsetWidth;
}
// node_modules/@rc-component/portal/es/useScrollLocker.js
var UNIQUE_ID = "rc-util-locker-".concat(Date.now());
var uuid2 = 0;
function useScrollLocker(lock) {
var mergedLock = !!lock;
var _React$useState = React92.useState(function() {
uuid2 += 1;
return "".concat(UNIQUE_ID, "_").concat(uuid2);
}), _React$useState2 = _slicedToArray(_React$useState, 1), id = _React$useState2[0];
useLayoutEffect_default(function() {
if (mergedLock) {
var scrollbarSize = getTargetScrollBarSize(document.body).width;
var isOverflow = isBodyOverflowing();
updateCSS("\nhtml body {\n overflow-y: hidden;\n ".concat(isOverflow ? "width: calc(100% - ".concat(scrollbarSize, "px);") : "", "\n}"), id);
} else {
removeCSS(id);
}
return function() {
removeCSS(id);
};
}, [mergedLock, id]);
}
// node_modules/@rc-component/portal/es/mock.js
var inline = false;
function inlineMock(nextInline) {
if (typeof nextInline === "boolean") {
inline = nextInline;
}
return inline;
}
// node_modules/@rc-component/portal/es/Portal.js
var getPortalContainer = function getPortalContainer2(getContainer) {
if (getContainer === false) {
return false;
}
if (!canUseDom() || !getContainer) {
return null;
}
if (typeof getContainer === "string") {
return document.querySelector(getContainer);
}
if (typeof getContainer === "function") {
return getContainer();
}
return getContainer;
};
var Portal = React93.forwardRef(function(props, ref) {
var open3 = props.open, autoLock = props.autoLock, getContainer = props.getContainer, debug = props.debug, _props$autoDestroy = props.autoDestroy, autoDestroy = _props$autoDestroy === void 0 ? true : _props$autoDestroy, children = props.children;
var _React$useState = React93.useState(open3), _React$useState2 = _slicedToArray(_React$useState, 2), shouldRender = _React$useState2[0], setShouldRender = _React$useState2[1];
var mergedRender = shouldRender || open3;
if (true) {
warning_default(canUseDom() || !open3, "Portal only work in client side. Please call 'useEffect' to show Portal instead default render in SSR.");
}
React93.useEffect(function() {
if (autoDestroy || open3) {
setShouldRender(open3);
}
}, [open3, autoDestroy]);
var _React$useState3 = React93.useState(function() {
return getPortalContainer(getContainer);
}), _React$useState4 = _slicedToArray(_React$useState3, 2), innerContainer = _React$useState4[0], setInnerContainer = _React$useState4[1];
React93.useEffect(function() {
var customizeContainer = getPortalContainer(getContainer);
setInnerContainer(customizeContainer !== null && customizeContainer !== void 0 ? customizeContainer : null);
});
var _useDom = useDom(mergedRender && !innerContainer, debug), _useDom2 = _slicedToArray(_useDom, 2), defaultContainer2 = _useDom2[0], queueCreate = _useDom2[1];
var mergedContainer = innerContainer !== null && innerContainer !== void 0 ? innerContainer : defaultContainer2;
useScrollLocker(autoLock && open3 && canUseDom() && (mergedContainer === defaultContainer2 || mergedContainer === document.body));
var childRef = null;
if (children && supportRef(children) && ref) {
var _ref = children;
childRef = _ref.ref;
}
var mergedRef = useComposeRef(childRef, ref);
if (!mergedRender || !canUseDom() || innerContainer === void 0) {
return null;
}
var renderInline = mergedContainer === false || inlineMock();
var reffedChildren = children;
if (ref) {
reffedChildren = React93.cloneElement(children, {
ref: mergedRef
});
}
return React93.createElement(Context_default2.Provider, {
value: queueCreate
}, renderInline ? reffedChildren : (0, import_react_dom3.createPortal)(reffedChildren, mergedContainer));
});
if (true) {
Portal.displayName = "Portal";
}
var Portal_default = Portal;
// node_modules/@rc-component/portal/es/index.js
var es_default5 = Portal_default;
// node_modules/rc-dialog/es/DialogWrap.js
var React101 = __toESM(require_react());
// node_modules/rc-dialog/es/context.js
var React94 = __toESM(require_react());
var RefContext = React94.createContext({});
// node_modules/rc-dialog/es/Dialog/index.js
var import_classnames31 = __toESM(require_classnames());
// node_modules/rc-util/es/hooks/useId.js
var React95 = __toESM(require_react());
function getUseId() {
var fullClone5 = _objectSpread2({}, React95);
return fullClone5.useId;
}
var uuid3 = 0;
var useOriginId = getUseId();
var useId_default = useOriginId ? (
// Use React `useId`
function useId2(id) {
var reactId = useOriginId();
if (id) {
return id;
}
if (false) {
return "test-id";
}
return reactId;
}
) : (
// Use compatible of `useId`
function useCompatId(id) {
var _React$useState = React95.useState("ssr-id"), _React$useState2 = _slicedToArray(_React$useState, 2), innerId = _React$useState2[0], setInnerId = _React$useState2[1];
React95.useEffect(function() {
var nextId = uuid3;
uuid3 += 1;
setInnerId("rc_unique_".concat(nextId));
}, []);
if (id) {
return id;
}
if (false) {
return "test-id";
}
return innerId;
}
);
// node_modules/rc-dialog/es/Dialog/index.js
var React100 = __toESM(require_react());
var import_react53 = __toESM(require_react());
// node_modules/rc-dialog/es/util.js
function getMotionName(prefixCls, transitionName, animationName) {
var motionName = transitionName;
if (!motionName && animationName) {
motionName = "".concat(prefixCls, "-").concat(animationName);
}
return motionName;
}
function getScroll2(w, top) {
var ret = w["page".concat(top ? "Y" : "X", "Offset")];
var method4 = "scroll".concat(top ? "Top" : "Left");
if (typeof ret !== "number") {
var d = w.document;
ret = d.documentElement[method4];
if (typeof ret !== "number") {
ret = d.body[method4];
}
}
return ret;
}
function offset(el) {
var rect = el.getBoundingClientRect();
var pos = {
left: rect.left,
top: rect.top
};
var doc = el.ownerDocument;
var w = doc.defaultView || doc.parentWindow;
pos.left += getScroll2(w);
pos.top += getScroll2(w, true);
return pos;
}
// node_modules/rc-dialog/es/Dialog/Content/index.js
var React98 = __toESM(require_react());
var import_react52 = __toESM(require_react());
var import_classnames29 = __toESM(require_classnames());
// node_modules/rc-dialog/es/Dialog/Content/Panel.js
var import_classnames28 = __toESM(require_classnames());
var import_react51 = __toESM(require_react());
// node_modules/rc-dialog/es/Dialog/Content/MemoChildren.js
var React96 = __toESM(require_react());
var MemoChildren_default = React96.memo(function(_ref) {
var children = _ref.children;
return children;
}, function(_, _ref2) {
var shouldUpdate = _ref2.shouldUpdate;
return !shouldUpdate;
});
// node_modules/rc-dialog/es/Dialog/Content/Panel.js
var sentinelStyle = {
width: 0,
height: 0,
overflow: "hidden",
outline: "none"
};
var entityStyle = {
outline: "none"
};
var Panel2 = import_react51.default.forwardRef(function(props, ref) {
var prefixCls = props.prefixCls, className = props.className, style2 = props.style, title = props.title, ariaId = props.ariaId, footer = props.footer, closable = props.closable, closeIcon = props.closeIcon, onClose = props.onClose, children = props.children, bodyStyle = props.bodyStyle, bodyProps = props.bodyProps, modalRender = props.modalRender, onMouseDown = props.onMouseDown, onMouseUp = props.onMouseUp, holderRef = props.holderRef, visible = props.visible, forceRender = props.forceRender, width = props.width, height = props.height, modalClassNames = props.classNames, modalStyles = props.styles;
var _React$useContext = import_react51.default.useContext(RefContext), panelRef = _React$useContext.panel;
var mergedRef = useComposeRef(holderRef, panelRef);
var sentinelStartRef = (0, import_react51.useRef)();
var sentinelEndRef = (0, import_react51.useRef)();
import_react51.default.useImperativeHandle(ref, function() {
return {
focus: function focus() {
var _sentinelStartRef$cur;
(_sentinelStartRef$cur = sentinelStartRef.current) === null || _sentinelStartRef$cur === void 0 || _sentinelStartRef$cur.focus({
preventScroll: true
});
},
changeActive: function changeActive(next2) {
var _document = document, activeElement = _document.activeElement;
if (next2 && activeElement === sentinelEndRef.current) {
sentinelStartRef.current.focus({
preventScroll: true
});
} else if (!next2 && activeElement === sentinelStartRef.current) {
sentinelEndRef.current.focus({
preventScroll: true
});
}
}
};
});
var contentStyle = {};
if (width !== void 0) {
contentStyle.width = width;
}
if (height !== void 0) {
contentStyle.height = height;
}
var footerNode = footer ? import_react51.default.createElement("div", {
className: (0, import_classnames28.default)("".concat(prefixCls, "-footer"), modalClassNames === null || modalClassNames === void 0 ? void 0 : modalClassNames.footer),
style: _objectSpread2({}, modalStyles === null || modalStyles === void 0 ? void 0 : modalStyles.footer)
}, footer) : null;
var headerNode = title ? import_react51.default.createElement("div", {
className: (0, import_classnames28.default)("".concat(prefixCls, "-header"), modalClassNames === null || modalClassNames === void 0 ? void 0 : modalClassNames.header),
style: _objectSpread2({}, modalStyles === null || modalStyles === void 0 ? void 0 : modalStyles.header)
}, import_react51.default.createElement("div", {
className: "".concat(prefixCls, "-title"),
id: ariaId
}, title)) : null;
var closableObj = (0, import_react51.useMemo)(function() {
if (_typeof(closable) === "object" && closable !== null) {
return closable;
}
if (closable) {
return {
closeIcon: closeIcon !== null && closeIcon !== void 0 ? closeIcon : import_react51.default.createElement("span", {
className: "".concat(prefixCls, "-close-x")
})
};
}
return {};
}, [closable, closeIcon, prefixCls]);
var ariaProps = pickAttrs(closableObj, true);
var closeBtnIsDisabled = _typeof(closable) === "object" && closable.disabled;
var closerNode = closable ? import_react51.default.createElement("button", _extends({
type: "button",
onClick: onClose,
"aria-label": "Close"
}, ariaProps, {
className: "".concat(prefixCls, "-close"),
disabled: closeBtnIsDisabled
}), closableObj.closeIcon) : null;
var content = import_react51.default.createElement("div", {
className: (0, import_classnames28.default)("".concat(prefixCls, "-content"), modalClassNames === null || modalClassNames === void 0 ? void 0 : modalClassNames.content),
style: modalStyles === null || modalStyles === void 0 ? void 0 : modalStyles.content
}, closerNode, headerNode, import_react51.default.createElement("div", _extends({
className: (0, import_classnames28.default)("".concat(prefixCls, "-body"), modalClassNames === null || modalClassNames === void 0 ? void 0 : modalClassNames.body),
style: _objectSpread2(_objectSpread2({}, bodyStyle), modalStyles === null || modalStyles === void 0 ? void 0 : modalStyles.body)
}, bodyProps), children), footerNode);
return import_react51.default.createElement("div", {
key: "dialog-element",
role: "dialog",
"aria-labelledby": title ? ariaId : null,
"aria-modal": "true",
ref: mergedRef,
style: _objectSpread2(_objectSpread2({}, style2), contentStyle),
className: (0, import_classnames28.default)(prefixCls, className),
onMouseDown,
onMouseUp
}, import_react51.default.createElement("div", {
ref: sentinelStartRef,
tabIndex: 0,
style: entityStyle
}, import_react51.default.createElement(MemoChildren_default, {
shouldUpdate: visible || forceRender
}, modalRender ? modalRender(content) : content)), import_react51.default.createElement("div", {
tabIndex: 0,
ref: sentinelEndRef,
style: sentinelStyle
}));
});
if (true) {
Panel2.displayName = "Panel";
}
var Panel_default2 = Panel2;
// node_modules/rc-dialog/es/Dialog/Content/index.js
var Content = React98.forwardRef(function(props, ref) {
var prefixCls = props.prefixCls, title = props.title, style2 = props.style, className = props.className, visible = props.visible, forceRender = props.forceRender, destroyOnClose = props.destroyOnClose, motionName = props.motionName, ariaId = props.ariaId, onVisibleChanged = props.onVisibleChanged, mousePosition2 = props.mousePosition;
var dialogRef = (0, import_react52.useRef)();
var _React$useState = React98.useState(), _React$useState2 = _slicedToArray(_React$useState, 2), transformOrigin = _React$useState2[0], setTransformOrigin = _React$useState2[1];
var contentStyle = {};
if (transformOrigin) {
contentStyle.transformOrigin = transformOrigin;
}
function onPrepare() {
var elementOffset = offset(dialogRef.current);
setTransformOrigin(mousePosition2 && (mousePosition2.x || mousePosition2.y) ? "".concat(mousePosition2.x - elementOffset.left, "px ").concat(mousePosition2.y - elementOffset.top, "px") : "");
}
return React98.createElement(es_default2, {
visible,
onVisibleChanged,
onAppearPrepare: onPrepare,
onEnterPrepare: onPrepare,
forceRender,
motionName,
removeOnLeave: destroyOnClose,
ref: dialogRef
}, function(_ref, motionRef) {
var motionClassName = _ref.className, motionStyle = _ref.style;
return React98.createElement(Panel_default2, _extends({}, props, {
ref,
title,
ariaId,
prefixCls,
holderRef: motionRef,
style: _objectSpread2(_objectSpread2(_objectSpread2({}, motionStyle), style2), contentStyle),
className: (0, import_classnames29.default)(className, motionClassName)
}));
});
});
Content.displayName = "Content";
var Content_default = Content;
// node_modules/rc-dialog/es/Dialog/Mask.js
var React99 = __toESM(require_react());
var import_classnames30 = __toESM(require_classnames());
var Mask = function Mask2(props) {
var prefixCls = props.prefixCls, style2 = props.style, visible = props.visible, maskProps = props.maskProps, motionName = props.motionName, className = props.className;
return React99.createElement(es_default2, {
key: "mask",
visible,
motionName,
leavedClassName: "".concat(prefixCls, "-mask-hidden")
}, function(_ref, ref) {
var motionClassName = _ref.className, motionStyle = _ref.style;
return React99.createElement("div", _extends({
ref,
style: _objectSpread2(_objectSpread2({}, motionStyle), style2),
className: (0, import_classnames30.default)("".concat(prefixCls, "-mask"), motionClassName, className)
}, maskProps));
});
};
var Mask_default = Mask;
// node_modules/rc-dialog/es/Dialog/index.js
var Dialog = function Dialog2(props) {
var _props$prefixCls = props.prefixCls, prefixCls = _props$prefixCls === void 0 ? "rc-dialog" : _props$prefixCls, zIndex = props.zIndex, _props$visible = props.visible, visible = _props$visible === void 0 ? false : _props$visible, _props$keyboard = props.keyboard, keyboard = _props$keyboard === void 0 ? true : _props$keyboard, _props$focusTriggerAf = props.focusTriggerAfterClose, focusTriggerAfterClose = _props$focusTriggerAf === void 0 ? true : _props$focusTriggerAf, wrapStyle = props.wrapStyle, wrapClassName = props.wrapClassName, wrapProps = props.wrapProps, onClose = props.onClose, afterOpenChange = props.afterOpenChange, afterClose = props.afterClose, transitionName = props.transitionName, animation = props.animation, _props$closable = props.closable, closable = _props$closable === void 0 ? true : _props$closable, _props$mask = props.mask, mask = _props$mask === void 0 ? true : _props$mask, maskTransitionName = props.maskTransitionName, maskAnimation = props.maskAnimation, _props$maskClosable = props.maskClosable, maskClosable = _props$maskClosable === void 0 ? true : _props$maskClosable, maskStyle = props.maskStyle, maskProps = props.maskProps, rootClassName = props.rootClassName, modalClassNames = props.classNames, modalStyles = props.styles;
if (true) {
["wrapStyle", "bodyStyle", "maskStyle"].forEach(function(prop) {
warning(!(prop in props), "".concat(prop, " is deprecated, please use styles instead."));
});
if ("wrapClassName" in props) {
warning(false, "wrapClassName is deprecated, please use classNames instead.");
}
}
var lastOutSideActiveElementRef = (0, import_react53.useRef)();
var wrapperRef = (0, import_react53.useRef)();
var contentRef = (0, import_react53.useRef)();
var _React$useState = React100.useState(visible), _React$useState2 = _slicedToArray(_React$useState, 2), animatedVisible = _React$useState2[0], setAnimatedVisible = _React$useState2[1];
var ariaId = useId_default();
function saveLastOutSideActiveElementRef() {
if (!contains(wrapperRef.current, document.activeElement)) {
lastOutSideActiveElementRef.current = document.activeElement;
}
}
function focusDialogContent() {
if (!contains(wrapperRef.current, document.activeElement)) {
var _contentRef$current;
(_contentRef$current = contentRef.current) === null || _contentRef$current === void 0 || _contentRef$current.focus();
}
}
function onDialogVisibleChanged(newVisible) {
if (newVisible) {
focusDialogContent();
} else {
setAnimatedVisible(false);
if (mask && lastOutSideActiveElementRef.current && focusTriggerAfterClose) {
try {
lastOutSideActiveElementRef.current.focus({
preventScroll: true
});
} catch (e3) {
}
lastOutSideActiveElementRef.current = null;
}
if (animatedVisible) {
afterClose === null || afterClose === void 0 || afterClose();
}
}
afterOpenChange === null || afterOpenChange === void 0 || afterOpenChange(newVisible);
}
function onInternalClose(e3) {
onClose === null || onClose === void 0 || onClose(e3);
}
var contentClickRef = (0, import_react53.useRef)(false);
var contentTimeoutRef = (0, import_react53.useRef)();
var onContentMouseDown = function onContentMouseDown2() {
clearTimeout(contentTimeoutRef.current);
contentClickRef.current = true;
};
var onContentMouseUp = function onContentMouseUp2() {
contentTimeoutRef.current = setTimeout(function() {
contentClickRef.current = false;
});
};
var onWrapperClick = null;
if (maskClosable) {
onWrapperClick = function onWrapperClick2(e3) {
if (contentClickRef.current) {
contentClickRef.current = false;
} else if (wrapperRef.current === e3.target) {
onInternalClose(e3);
}
};
}
function onWrapperKeyDown(e3) {
if (keyboard && e3.keyCode === KeyCode_default.ESC) {
e3.stopPropagation();
onInternalClose(e3);
return;
}
if (visible && e3.keyCode === KeyCode_default.TAB) {
contentRef.current.changeActive(!e3.shiftKey);
}
}
(0, import_react53.useEffect)(function() {
if (visible) {
setAnimatedVisible(true);
saveLastOutSideActiveElementRef();
}
}, [visible]);
(0, import_react53.useEffect)(function() {
return function() {
clearTimeout(contentTimeoutRef.current);
};
}, []);
var mergedStyle = _objectSpread2(_objectSpread2(_objectSpread2({
zIndex
}, wrapStyle), modalStyles === null || modalStyles === void 0 ? void 0 : modalStyles.wrapper), {}, {
display: !animatedVisible ? "none" : null
});
return React100.createElement("div", _extends({
className: (0, import_classnames31.default)("".concat(prefixCls, "-root"), rootClassName)
}, pickAttrs(props, {
data: true
})), React100.createElement(Mask_default, {
prefixCls,
visible: mask && visible,
motionName: getMotionName(prefixCls, maskTransitionName, maskAnimation),
style: _objectSpread2(_objectSpread2({
zIndex
}, maskStyle), modalStyles === null || modalStyles === void 0 ? void 0 : modalStyles.mask),
maskProps,
className: modalClassNames === null || modalClassNames === void 0 ? void 0 : modalClassNames.mask
}), React100.createElement("div", _extends({
tabIndex: -1,
onKeyDown: onWrapperKeyDown,
className: (0, import_classnames31.default)("".concat(prefixCls, "-wrap"), wrapClassName, modalClassNames === null || modalClassNames === void 0 ? void 0 : modalClassNames.wrapper),
ref: wrapperRef,
onClick: onWrapperClick,
style: mergedStyle
}, wrapProps), React100.createElement(Content_default, _extends({}, props, {
onMouseDown: onContentMouseDown,
onMouseUp: onContentMouseUp,
ref: contentRef,
closable,
ariaId,
prefixCls,
visible: visible && animatedVisible,
onClose: onInternalClose,
onVisibleChanged: onDialogVisibleChanged,
motionName: getMotionName(prefixCls, transitionName, animation)
}))));
};
var Dialog_default = Dialog;
// node_modules/rc-dialog/es/DialogWrap.js
var DialogWrap = function DialogWrap2(props) {
var visible = props.visible, getContainer = props.getContainer, forceRender = props.forceRender, _props$destroyOnClose = props.destroyOnClose, destroyOnClose = _props$destroyOnClose === void 0 ? false : _props$destroyOnClose, _afterClose = props.afterClose, panelRef = props.panelRef;
var _React$useState = React101.useState(visible), _React$useState2 = _slicedToArray(_React$useState, 2), animatedVisible = _React$useState2[0], setAnimatedVisible = _React$useState2[1];
var refContext = React101.useMemo(function() {
return {
panel: panelRef
};
}, [panelRef]);
React101.useEffect(function() {
if (visible) {
setAnimatedVisible(true);
}
}, [visible]);
if (!forceRender && destroyOnClose && !animatedVisible) {
return null;
}
return React101.createElement(RefContext.Provider, {
value: refContext
}, React101.createElement(es_default5, {
open: visible || forceRender || animatedVisible,
autoDestroy: false,
getContainer,
autoLock: visible || animatedVisible
}, React101.createElement(Dialog_default, _extends({}, props, {
destroyOnClose,
afterClose: function afterClose() {
_afterClose === null || _afterClose === void 0 || _afterClose();
setAnimatedVisible(false);
}
}))));
};
DialogWrap.displayName = "Dialog";
var DialogWrap_default = DialogWrap;
// node_modules/rc-dialog/es/index.js
var es_default6 = DialogWrap_default;
// node_modules/antd/es/_util/ContextIsolator.js
var import_react55 = __toESM(require_react());
// node_modules/antd/es/form/context.js
var React111 = __toESM(require_react());
// node_modules/rc-field-form/es/index.js
var React110 = __toESM(require_react());
// node_modules/rc-field-form/es/Field.js
var React105 = __toESM(require_react());
// node_modules/rc-field-form/es/FieldContext.js
var React102 = __toESM(require_react());
var HOOK_MARK = "RC_FORM_INTERNAL_HOOKS";
var warningFunc = function warningFunc2() {
warning_default(false, "Can not find FormContext. Please make sure you wrap Field under Form.");
};
var Context2 = React102.createContext({
getFieldValue: warningFunc,
getFieldsValue: warningFunc,
getFieldError: warningFunc,
getFieldWarning: warningFunc,
getFieldsError: warningFunc,
isFieldsTouched: warningFunc,
isFieldTouched: warningFunc,
isFieldValidating: warningFunc,
isFieldsValidating: warningFunc,
resetFields: warningFunc,
setFields: warningFunc,
setFieldValue: warningFunc,
setFieldsValue: warningFunc,
validateFields: warningFunc,
submit: warningFunc,
getInternalHooks: function getInternalHooks() {
warningFunc();
return {
dispatch: warningFunc,
initEntityValue: warningFunc,
registerField: warningFunc,
useSubscribe: warningFunc,
setInitialValues: warningFunc,
destroyForm: warningFunc,
setCallbacks: warningFunc,
registerWatch: warningFunc,
getFields: warningFunc,
setValidateMessages: warningFunc,
setPreserve: warningFunc,
getInitialValue: warningFunc
};
}
});
var FieldContext_default = Context2;
// node_modules/rc-field-form/es/ListContext.js
var React103 = __toESM(require_react());
var ListContext = React103.createContext(null);
var ListContext_default = ListContext;
// node_modules/rc-field-form/es/utils/typeUtil.js
function toArray2(value) {
if (value === void 0 || value === null) {
return [];
}
return Array.isArray(value) ? value : [value];
}
function isFormInstance(form) {
return form && !!form._init;
}
// node_modules/@rc-component/async-validator/es/messages.js
function newMessages() {
return {
default: "Validation error on field %s",
required: "%s is required",
enum: "%s must be one of %s",
whitespace: "%s cannot be empty",
date: {
format: "%s date %s is invalid for format %s",
parse: "%s date could not be parsed, %s is invalid ",
invalid: "%s date %s is invalid"
},
types: {
string: "%s is not a %s",
method: "%s is not a %s (function)",
array: "%s is not an %s",
object: "%s is not an %s",
number: "%s is not a %s",
date: "%s is not a %s",
boolean: "%s is not a %s",
integer: "%s is not an %s",
float: "%s is not a %s",
regexp: "%s is not a valid %s",
email: "%s is not a valid %s",
url: "%s is not a valid %s",
hex: "%s is not a valid %s"
},
string: {
len: "%s must be exactly %s characters",
min: "%s must be at least %s characters",
max: "%s cannot be longer than %s characters",
range: "%s must be between %s and %s characters"
},
number: {
len: "%s must equal %s",
min: "%s cannot be less than %s",
max: "%s cannot be greater than %s",
range: "%s must be between %s and %s"
},
array: {
len: "%s must be exactly %s in length",
min: "%s cannot be less than %s in length",
max: "%s cannot be greater than %s in length",
range: "%s must be between %s and %s in length"
},
pattern: {
mismatch: "%s value %s does not match pattern %s"
},
clone: function clone() {
var cloned = JSON.parse(JSON.stringify(this));
cloned.clone = this.clone;
return cloned;
}
};
}
var messages = newMessages();
// node_modules/@babel/runtime/helpers/esm/isNativeFunction.js
function _isNativeFunction(t2) {
try {
return -1 !== Function.toString.call(t2).indexOf("[native code]");
} catch (n2) {
return "function" == typeof t2;
}
}
// node_modules/@babel/runtime/helpers/esm/construct.js
function _construct(t2, e3, r2) {
if (_isNativeReflectConstruct()) return Reflect.construct.apply(null, arguments);
var o3 = [null];
o3.push.apply(o3, e3);
var p = new (t2.bind.apply(t2, o3))();
return r2 && _setPrototypeOf(p, r2.prototype), p;
}
// node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js
function _wrapNativeSuper(t2) {
var r2 = "function" == typeof Map ? /* @__PURE__ */ new Map() : void 0;
return _wrapNativeSuper = function _wrapNativeSuper2(t3) {
if (null === t3 || !_isNativeFunction(t3)) return t3;
if ("function" != typeof t3) throw new TypeError("Super expression must either be null or a function");
if (void 0 !== r2) {
if (r2.has(t3)) return r2.get(t3);
r2.set(t3, Wrapper3);
}
function Wrapper3() {
return _construct(t3, arguments, _getPrototypeOf(this).constructor);
}
return Wrapper3.prototype = Object.create(t3.prototype, {
constructor: {
value: Wrapper3,
enumerable: false,
writable: true,
configurable: true
}
}), _setPrototypeOf(Wrapper3, t3);
}, _wrapNativeSuper(t2);
}
// node_modules/@rc-component/async-validator/es/util.js
var formatRegExp = /%[sdj%]/g;
var warning3 = function warning4() {
};
if (typeof process !== "undefined" && process.env && true && typeof window !== "undefined" && typeof document !== "undefined") {
warning3 = function warning5(type5, errors) {
if (typeof console !== "undefined" && console.warn && typeof ASYNC_VALIDATOR_NO_WARNING === "undefined") {
if (errors.every(function(e3) {
return typeof e3 === "string";
})) {
console.warn(type5, errors);
}
}
};
}
function convertFieldsError(errors) {
if (!errors || !errors.length) return null;
var fields = {};
errors.forEach(function(error) {
var field = error.field;
fields[field] = fields[field] || [];
fields[field].push(error);
});
return fields;
}
function format(template) {
for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
args[_key - 1] = arguments[_key];
}
var i = 0;
var len = args.length;
if (typeof template === "function") {
return template.apply(null, args);
}
if (typeof template === "string") {
var str = template.replace(formatRegExp, function(x) {
if (x === "%%") {
return "%";
}
if (i >= len) {
return x;
}
switch (x) {
case "%s":
return String(args[i++]);
case "%d":
return Number(args[i++]);
case "%j":
try {
return JSON.stringify(args[i++]);
} catch (_) {
return "[Circular]";
}
break;
default:
return x;
}
});
return str;
}
return template;
}
function isNativeStringType(type5) {
return type5 === "string" || type5 === "url" || type5 === "hex" || type5 === "email" || type5 === "date" || type5 === "pattern";
}
function isEmptyValue(value, type5) {
if (value === void 0 || value === null) {
return true;
}
if (type5 === "array" && Array.isArray(value) && !value.length) {
return true;
}
if (isNativeStringType(type5) && typeof value === "string" && !value) {
return true;
}
return false;
}
function asyncParallelArray(arr, func, callback) {
var results = [];
var total = 0;
var arrLength = arr.length;
function count(errors) {
results.push.apply(results, _toConsumableArray(errors || []));
total++;
if (total === arrLength) {
callback(results);
}
}
arr.forEach(function(a) {
func(a, count);
});
}
function asyncSerialArray(arr, func, callback) {
var index3 = 0;
var arrLength = arr.length;
function next2(errors) {
if (errors && errors.length) {
callback(errors);
return;
}
var original = index3;
index3 = index3 + 1;
if (original < arrLength) {
func(arr[original], next2);
} else {
callback([]);
}
}
next2([]);
}
function flattenObjArr(objArr) {
var ret = [];
Object.keys(objArr).forEach(function(k) {
ret.push.apply(ret, _toConsumableArray(objArr[k] || []));
});
return ret;
}
var AsyncValidationError = function(_Error) {
_inherits(AsyncValidationError2, _Error);
var _super = _createSuper(AsyncValidationError2);
function AsyncValidationError2(errors, fields) {
var _this;
_classCallCheck(this, AsyncValidationError2);
_this = _super.call(this, "Async Validation Error");
_defineProperty(_assertThisInitialized(_this), "errors", void 0);
_defineProperty(_assertThisInitialized(_this), "fields", void 0);
_this.errors = errors;
_this.fields = fields;
return _this;
}
return _createClass(AsyncValidationError2);
}(_wrapNativeSuper(Error));
function asyncMap(objArr, option, func, callback, source) {
if (option.first) {
var _pending = new Promise(function(resolve, reject) {
var next2 = function next3(errors) {
callback(errors);
return errors.length ? reject(new AsyncValidationError(errors, convertFieldsError(errors))) : resolve(source);
};
var flattenArr = flattenObjArr(objArr);
asyncSerialArray(flattenArr, func, next2);
});
_pending.catch(function(e3) {
return e3;
});
return _pending;
}
var firstFields = option.firstFields === true ? Object.keys(objArr) : option.firstFields || [];
var objArrKeys = Object.keys(objArr);
var objArrLength = objArrKeys.length;
var total = 0;
var results = [];
var pending = new Promise(function(resolve, reject) {
var next2 = function next3(errors) {
results.push.apply(results, errors);
total++;
if (total === objArrLength) {
callback(results);
return results.length ? reject(new AsyncValidationError(results, convertFieldsError(results))) : resolve(source);
}
};
if (!objArrKeys.length) {
callback(results);
resolve(source);
}
objArrKeys.forEach(function(key) {
var arr = objArr[key];
if (firstFields.indexOf(key) !== -1) {
asyncSerialArray(arr, func, next2);
} else {
asyncParallelArray(arr, func, next2);
}
});
});
pending.catch(function(e3) {
return e3;
});
return pending;
}
function isErrorObj(obj) {
return !!(obj && obj.message !== void 0);
}
function getValue(value, path2) {
var v = value;
for (var i = 0; i < path2.length; i++) {
if (v == void 0) {
return v;
}
v = v[path2[i]];
}
return v;
}
function complementError(rule, source) {
return function(oe) {
var fieldValue;
if (rule.fullFields) {
fieldValue = getValue(source, rule.fullFields);
} else {
fieldValue = source[oe.field || rule.fullField];
}
if (isErrorObj(oe)) {
oe.field = oe.field || rule.fullField;
oe.fieldValue = fieldValue;
return oe;
}
return {
message: typeof oe === "function" ? oe() : oe,
fieldValue,
field: oe.field || rule.fullField
};
};
}
function deepMerge(target, source) {
if (source) {
for (var s in source) {
if (source.hasOwnProperty(s)) {
var value = source[s];
if (_typeof(value) === "object" && _typeof(target[s]) === "object") {
target[s] = _objectSpread2(_objectSpread2({}, target[s]), value);
} else {
target[s] = value;
}
}
}
}
return target;
}
// node_modules/@rc-component/async-validator/es/rule/enum.js
var ENUM = "enum";
var enumerable = function enumerable2(rule, value, source, errors, options) {
rule[ENUM] = Array.isArray(rule[ENUM]) ? rule[ENUM] : [];
if (rule[ENUM].indexOf(value) === -1) {
errors.push(format(options.messages[ENUM], rule.fullField, rule[ENUM].join(", ")));
}
};
var enum_default = enumerable;
// node_modules/@rc-component/async-validator/es/rule/pattern.js
var pattern = function pattern2(rule, value, source, errors, options) {
if (rule.pattern) {
if (rule.pattern instanceof RegExp) {
rule.pattern.lastIndex = 0;
if (!rule.pattern.test(value)) {
errors.push(format(options.messages.pattern.mismatch, rule.fullField, value, rule.pattern));
}
} else if (typeof rule.pattern === "string") {
var _pattern = new RegExp(rule.pattern);
if (!_pattern.test(value)) {
errors.push(format(options.messages.pattern.mismatch, rule.fullField, value, rule.pattern));
}
}
}
};
var pattern_default = pattern;
// node_modules/@rc-component/async-validator/es/rule/range.js
var range = function range2(rule, value, source, errors, options) {
var len = typeof rule.len === "number";
var min = typeof rule.min === "number";
var max = typeof rule.max === "number";
var spRegexp = /[\uD800-\uDBFF][\uDC00-\uDFFF]/g;
var val = value;
var key = null;
var num = typeof value === "number";
var str = typeof value === "string";
var arr = Array.isArray(value);
if (num) {
key = "number";
} else if (str) {
key = "string";
} else if (arr) {
key = "array";
}
if (!key) {
return false;
}
if (arr) {
val = value.length;
}
if (str) {
val = value.replace(spRegexp, "_").length;
}
if (len) {
if (val !== rule.len) {
errors.push(format(options.messages[key].len, rule.fullField, rule.len));
}
} else if (min && !max && val < rule.min) {
errors.push(format(options.messages[key].min, rule.fullField, rule.min));
} else if (max && !min && val > rule.max) {
errors.push(format(options.messages[key].max, rule.fullField, rule.max));
} else if (min && max && (val < rule.min || val > rule.max)) {
errors.push(format(options.messages[key].range, rule.fullField, rule.min, rule.max));
}
};
var range_default = range;
// node_modules/@rc-component/async-validator/es/rule/required.js
var required = function required2(rule, value, source, errors, options, type5) {
if (rule.required && (!source.hasOwnProperty(rule.field) || isEmptyValue(value, type5 || rule.type))) {
errors.push(format(options.messages.required, rule.fullField));
}
};
var required_default = required;
// node_modules/@rc-component/async-validator/es/rule/url.js
var urlReg;
var url_default = function() {
if (urlReg) {
return urlReg;
}
var word = "[a-fA-F\\d:]";
var b = function b2(options) {
return options && options.includeBoundaries ? "(?:(?<=\\s|^)(?=".concat(word, ")|(?<=").concat(word, ")(?=\\s|$))") : "";
};
var v4 = "(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}";
var v6seg = "[a-fA-F\\d]{1,4}";
var v6List = [
"(?:".concat(v6seg, ":){7}(?:").concat(v6seg, "|:)"),
// 1:2:3:4:5:6:7:: 1:2:3:4:5:6:7:8
"(?:".concat(v6seg, ":){6}(?:").concat(v4, "|:").concat(v6seg, "|:)"),
// 1:2:3:4:5:6:: 1:2:3:4:5:6::8 1:2:3:4:5:6::8 1:2:3:4:5:6::
"(?:".concat(v6seg, ":){5}(?::").concat(v4, "|(?::").concat(v6seg, "){1,2}|:)"),
// 1:2:3:4:5:: 1:2:3:4:5::7:8 1:2:3:4:5::8 1:2:3:4:5::
"(?:".concat(v6seg, ":){4}(?:(?::").concat(v6seg, "){0,1}:").concat(v4, "|(?::").concat(v6seg, "){1,3}|:)"),
// 1:2:3:4:: 1:2:3:4::6:7:8 1:2:3:4::8 1:2:3:4::
"(?:".concat(v6seg, ":){3}(?:(?::").concat(v6seg, "){0,2}:").concat(v4, "|(?::").concat(v6seg, "){1,4}|:)"),
// 1:2:3:: 1:2:3::5:6:7:8 1:2:3::8 1:2:3::
"(?:".concat(v6seg, ":){2}(?:(?::").concat(v6seg, "){0,3}:").concat(v4, "|(?::").concat(v6seg, "){1,5}|:)"),
// 1:2:: 1:2::4:5:6:7:8 1:2::8 1:2::
"(?:".concat(v6seg, ":){1}(?:(?::").concat(v6seg, "){0,4}:").concat(v4, "|(?::").concat(v6seg, "){1,6}|:)"),
// 1:: 1::3:4:5:6:7:8 1::8 1::
"(?::(?:(?::".concat(v6seg, "){0,5}:").concat(v4, "|(?::").concat(v6seg, "){1,7}|:))")
// ::2:3:4:5:6:7:8 ::2:3:4:5:6:7:8 ::8 ::
];
var v6Eth0 = "(?:%[0-9a-zA-Z]{1,})?";
var v6 = "(?:".concat(v6List.join("|"), ")").concat(v6Eth0);
var v46Exact = new RegExp("(?:^".concat(v4, "$)|(?:^").concat(v6, "$)"));
var v4exact = new RegExp("^".concat(v4, "$"));
var v6exact = new RegExp("^".concat(v6, "$"));
var ip = function ip2(options) {
return options && options.exact ? v46Exact : new RegExp("(?:".concat(b(options)).concat(v4).concat(b(options), ")|(?:").concat(b(options)).concat(v6).concat(b(options), ")"), "g");
};
ip.v4 = function(options) {
return options && options.exact ? v4exact : new RegExp("".concat(b(options)).concat(v4).concat(b(options)), "g");
};
ip.v6 = function(options) {
return options && options.exact ? v6exact : new RegExp("".concat(b(options)).concat(v6).concat(b(options)), "g");
};
var protocol = "(?:(?:[a-z]+:)?//)";
var auth = "(?:\\S+(?::\\S*)?@)?";
var ipv4 = ip.v4().source;
var ipv6 = ip.v6().source;
var host = "(?:(?:[a-z\\u00a1-\\uffff0-9][-_]*)*[a-z\\u00a1-\\uffff0-9]+)";
var domain = "(?:\\.(?:[a-z\\u00a1-\\uffff0-9]-*)*[a-z\\u00a1-\\uffff0-9]+)*";
var tld = "(?:\\.(?:[a-z\\u00a1-\\uffff]{2,}))";
var port = "(?::\\d{2,5})?";
var path2 = '(?:[/?#][^\\s"]*)?';
var regex = "(?:".concat(protocol, "|www\\.)").concat(auth, "(?:localhost|").concat(ipv4, "|").concat(ipv6, "|").concat(host).concat(domain).concat(tld, ")").concat(port).concat(path2);
urlReg = new RegExp("(?:^".concat(regex, "$)"), "i");
return urlReg;
};
// node_modules/@rc-component/async-validator/es/rule/type.js
var pattern3 = {
// http://emailregex.com/
email: /^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+\.)+[a-zA-Z\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]{2,}))$/,
// url: new RegExp(
// '^(?!mailto:)(?:(?:http|https|ftp)://|//)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-*)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-*)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(/|\\?|#)[^\\s]*)?$',
// 'i',
// ),
hex: /^#?([a-f0-9]{6}|[a-f0-9]{3})$/i
};
var types = {
integer: function integer(value) {
return types.number(value) && parseInt(value, 10) === value;
},
float: function float(value) {
return types.number(value) && !types.integer(value);
},
array: function array(value) {
return Array.isArray(value);
},
regexp: function regexp3(value) {
if (value instanceof RegExp) {
return true;
}
try {
return !!new RegExp(value);
} catch (e3) {
return false;
}
},
date: function date(value) {
return typeof value.getTime === "function" && typeof value.getMonth === "function" && typeof value.getYear === "function" && !isNaN(value.getTime());
},
number: function number(value) {
if (isNaN(value)) {
return false;
}
return typeof value === "number";
},
object: function object(value) {
return _typeof(value) === "object" && !types.array(value);
},
method: function method(value) {
return typeof value === "function";
},
email: function email(value) {
return typeof value === "string" && value.length <= 320 && !!value.match(pattern3.email);
},
url: function url(value) {
return typeof value === "string" && value.length <= 2048 && !!value.match(url_default());
},
hex: function hex(value) {
return typeof value === "string" && !!value.match(pattern3.hex);
}
};
var type = function type2(rule, value, source, errors, options) {
if (rule.required && value === void 0) {
required_default(rule, value, source, errors, options);
return;
}
var custom = ["integer", "float", "array", "regexp", "object", "method", "email", "number", "date", "url", "hex"];
var ruleType = rule.type;
if (custom.indexOf(ruleType) > -1) {
if (!types[ruleType](value)) {
errors.push(format(options.messages.types[ruleType], rule.fullField, rule.type));
}
} else if (ruleType && _typeof(value) !== rule.type) {
errors.push(format(options.messages.types[ruleType], rule.fullField, rule.type));
}
};
var type_default = type;
// node_modules/@rc-component/async-validator/es/rule/whitespace.js
var whitespace2 = function whitespace3(rule, value, source, errors, options) {
if (/^\s+$/.test(value) || value === "") {
errors.push(format(options.messages.whitespace, rule.fullField));
}
};
var whitespace_default = whitespace2;
// node_modules/@rc-component/async-validator/es/rule/index.js
var rule_default = {
required: required_default,
whitespace: whitespace_default,
type: type_default,
range: range_default,
enum: enum_default,
pattern: pattern_default
};
// node_modules/@rc-component/async-validator/es/validator/any.js
var any = function any2(rule, value, callback, source, options) {
var errors = [];
var validate = rule.required || !rule.required && source.hasOwnProperty(rule.field);
if (validate) {
if (isEmptyValue(value) && !rule.required) {
return callback();
}
rule_default.required(rule, value, source, errors, options);
}
callback(errors);
};
var any_default = any;
// node_modules/@rc-component/async-validator/es/validator/array.js
var array2 = function array3(rule, value, callback, source, options) {
var errors = [];
var validate = rule.required || !rule.required && source.hasOwnProperty(rule.field);
if (validate) {
if ((value === void 0 || value === null) && !rule.required) {
return callback();
}
rule_default.required(rule, value, source, errors, options, "array");
if (value !== void 0 && value !== null) {
rule_default.type(rule, value, source, errors, options);
rule_default.range(rule, value, source, errors, options);
}
}
callback(errors);
};
var array_default = array2;
// node_modules/@rc-component/async-validator/es/validator/boolean.js
var boolean = function boolean2(rule, value, callback, source, options) {
var errors = [];
var validate = rule.required || !rule.required && source.hasOwnProperty(rule.field);
if (validate) {
if (isEmptyValue(value) && !rule.required) {
return callback();
}
rule_default.required(rule, value, source, errors, options);
if (value !== void 0) {
rule_default.type(rule, value, source, errors, options);
}
}
callback(errors);
};
var boolean_default = boolean;
// node_modules/@rc-component/async-validator/es/validator/date.js
var date2 = function date3(rule, value, callback, source, options) {
var errors = [];
var validate = rule.required || !rule.required && source.hasOwnProperty(rule.field);
if (validate) {
if (isEmptyValue(value, "date") && !rule.required) {
return callback();
}
rule_default.required(rule, value, source, errors, options);
if (!isEmptyValue(value, "date")) {
var dateObject;
if (value instanceof Date) {
dateObject = value;
} else {
dateObject = new Date(value);
}
rule_default.type(rule, dateObject, source, errors, options);
if (dateObject) {
rule_default.range(rule, dateObject.getTime(), source, errors, options);
}
}
}
callback(errors);
};
var date_default = date2;
// node_modules/@rc-component/async-validator/es/validator/enum.js
var ENUM2 = "enum";
var enumerable3 = function enumerable4(rule, value, callback, source, options) {
var errors = [];
var validate = rule.required || !rule.required && source.hasOwnProperty(rule.field);
if (validate) {
if (isEmptyValue(value) && !rule.required) {
return callback();
}
rule_default.required(rule, value, source, errors, options);
if (value !== void 0) {
rule_default[ENUM2](rule, value, source, errors, options);
}
}
callback(errors);
};
var enum_default2 = enumerable3;
// node_modules/@rc-component/async-validator/es/validator/float.js
var floatFn = function floatFn2(rule, value, callback, source, options) {
var errors = [];
var validate = rule.required || !rule.required && source.hasOwnProperty(rule.field);
if (validate) {
if (isEmptyValue(value) && !rule.required) {
return callback();
}
rule_default.required(rule, value, source, errors, options);
if (value !== void 0) {
rule_default.type(rule, value, source, errors, options);
rule_default.range(rule, value, source, errors, options);
}
}
callback(errors);
};
var float_default = floatFn;
// node_modules/@rc-component/async-validator/es/validator/integer.js
var integer2 = function integer3(rule, value, callback, source, options) {
var errors = [];
var validate = rule.required || !rule.required && source.hasOwnProperty(rule.field);
if (validate) {
if (isEmptyValue(value) && !rule.required) {
return callback();
}
rule_default.required(rule, value, source, errors, options);
if (value !== void 0) {
rule_default.type(rule, value, source, errors, options);
rule_default.range(rule, value, source, errors, options);
}
}
callback(errors);
};
var integer_default = integer2;
// node_modules/@rc-component/async-validator/es/validator/method.js
var method2 = function method3(rule, value, callback, source, options) {
var errors = [];
var validate = rule.required || !rule.required && source.hasOwnProperty(rule.field);
if (validate) {
if (isEmptyValue(value) && !rule.required) {
return callback();
}
rule_default.required(rule, value, source, errors, options);
if (value !== void 0) {
rule_default.type(rule, value, source, errors, options);
}
}
callback(errors);
};
var method_default = method2;
// node_modules/@rc-component/async-validator/es/validator/number.js
var number2 = function number3(rule, value, callback, source, options) {
var errors = [];
var validate = rule.required || !rule.required && source.hasOwnProperty(rule.field);
if (validate) {
if (value === "") {
value = void 0;
}
if (isEmptyValue(value) && !rule.required) {
return callback();
}
rule_default.required(rule, value, source, errors, options);
if (value !== void 0) {
rule_default.type(rule, value, source, errors, options);
rule_default.range(rule, value, source, errors, options);
}
}
callback(errors);
};
var number_default = number2;
// node_modules/@rc-component/async-validator/es/validator/object.js
var object2 = function object3(rule, value, callback, source, options) {
var errors = [];
var validate = rule.required || !rule.required && source.hasOwnProperty(rule.field);
if (validate) {
if (isEmptyValue(value) && !rule.required) {
return callback();
}
rule_default.required(rule, value, source, errors, options);
if (value !== void 0) {
rule_default.type(rule, value, source, errors, options);
}
}
callback(errors);
};
var object_default = object2;
// node_modules/@rc-component/async-validator/es/validator/pattern.js
var pattern4 = function pattern5(rule, value, callback, source, options) {
var errors = [];
var validate = rule.required || !rule.required && source.hasOwnProperty(rule.field);
if (validate) {
if (isEmptyValue(value, "string") && !rule.required) {
return callback();
}
rule_default.required(rule, value, source, errors, options);
if (!isEmptyValue(value, "string")) {
rule_default.pattern(rule, value, source, errors, options);
}
}
callback(errors);
};
var pattern_default2 = pattern4;
// node_modules/@rc-component/async-validator/es/validator/regexp.js
var regexp4 = function regexp5(rule, value, callback, source, options) {
var errors = [];
var validate = rule.required || !rule.required && source.hasOwnProperty(rule.field);
if (validate) {
if (isEmptyValue(value) && !rule.required) {
return callback();
}
rule_default.required(rule, value, source, errors, options);
if (!isEmptyValue(value)) {
rule_default.type(rule, value, source, errors, options);
}
}
callback(errors);
};
var regexp_default = regexp4;
// node_modules/@rc-component/async-validator/es/validator/required.js
var required3 = function required4(rule, value, callback, source, options) {
var errors = [];
var type5 = Array.isArray(value) ? "array" : _typeof(value);
rule_default.required(rule, value, source, errors, options, type5);
callback(errors);
};
var required_default2 = required3;
// node_modules/@rc-component/async-validator/es/validator/string.js
var string = function string2(rule, value, callback, source, options) {
var errors = [];
var validate = rule.required || !rule.required && source.hasOwnProperty(rule.field);
if (validate) {
if (isEmptyValue(value, "string") && !rule.required) {
return callback();
}
rule_default.required(rule, value, source, errors, options, "string");
if (!isEmptyValue(value, "string")) {
rule_default.type(rule, value, source, errors, options);
rule_default.range(rule, value, source, errors, options);
rule_default.pattern(rule, value, source, errors, options);
if (rule.whitespace === true) {
rule_default.whitespace(rule, value, source, errors, options);
}
}
}
callback(errors);
};
var string_default = string;
// node_modules/@rc-component/async-validator/es/validator/type.js
var type3 = function type4(rule, value, callback, source, options) {
var ruleType = rule.type;
var errors = [];
var validate = rule.required || !rule.required && source.hasOwnProperty(rule.field);
if (validate) {
if (isEmptyValue(value, ruleType) && !rule.required) {
return callback();
}
rule_default.required(rule, value, source, errors, options, ruleType);
if (!isEmptyValue(value, ruleType)) {
rule_default.type(rule, value, source, errors, options);
}
}
callback(errors);
};
var type_default2 = type3;
// node_modules/@rc-component/async-validator/es/validator/index.js
var validator_default = {
string: string_default,
method: method_default,
number: number_default,
boolean: boolean_default,
regexp: regexp_default,
integer: integer_default,
float: float_default,
array: array_default,
object: object_default,
enum: enum_default2,
pattern: pattern_default2,
date: date_default,
url: type_default2,
hex: type_default2,
email: type_default2,
required: required_default2,
any: any_default
};
// node_modules/@rc-component/async-validator/es/index.js
var Schema = function() {
function Schema2(descriptor) {
_classCallCheck(this, Schema2);
_defineProperty(this, "rules", null);
_defineProperty(this, "_messages", messages);
this.define(descriptor);
}
_createClass(Schema2, [{
key: "define",
value: function define2(rules) {
var _this = this;
if (!rules) {
throw new Error("Cannot configure a schema with no rules");
}
if (_typeof(rules) !== "object" || Array.isArray(rules)) {
throw new Error("Rules must be an object");
}
this.rules = {};
Object.keys(rules).forEach(function(name) {
var item = rules[name];
_this.rules[name] = Array.isArray(item) ? item : [item];
});
}
}, {
key: "messages",
value: function messages2(_messages) {
if (_messages) {
this._messages = deepMerge(newMessages(), _messages);
}
return this._messages;
}
}, {
key: "validate",
value: function validate(source_) {
var _this2 = this;
var o3 = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
var oc = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : function() {
};
var source = source_;
var options = o3;
var callback = oc;
if (typeof options === "function") {
callback = options;
options = {};
}
if (!this.rules || Object.keys(this.rules).length === 0) {
if (callback) {
callback(null, source);
}
return Promise.resolve(source);
}
function complete(results) {
var errors = [];
var fields = {};
function add(e3) {
if (Array.isArray(e3)) {
var _errors;
errors = (_errors = errors).concat.apply(_errors, _toConsumableArray(e3));
} else {
errors.push(e3);
}
}
for (var i = 0; i < results.length; i++) {
add(results[i]);
}
if (!errors.length) {
callback(null, source);
} else {
fields = convertFieldsError(errors);
callback(errors, fields);
}
}
if (options.messages) {
var messages2 = this.messages();
if (messages2 === messages) {
messages2 = newMessages();
}
deepMerge(messages2, options.messages);
options.messages = messages2;
} else {
options.messages = this.messages();
}
var series = {};
var keys2 = options.keys || Object.keys(this.rules);
keys2.forEach(function(z) {
var arr = _this2.rules[z];
var value = source[z];
arr.forEach(function(r2) {
var rule = r2;
if (typeof rule.transform === "function") {
if (source === source_) {
source = _objectSpread2({}, source);
}
value = source[z] = rule.transform(value);
if (value !== void 0 && value !== null) {
rule.type = rule.type || (Array.isArray(value) ? "array" : _typeof(value));
}
}
if (typeof rule === "function") {
rule = {
validator: rule
};
} else {
rule = _objectSpread2({}, rule);
}
rule.validator = _this2.getValidationMethod(rule);
if (!rule.validator) {
return;
}
rule.field = z;
rule.fullField = rule.fullField || z;
rule.type = _this2.getType(rule);
series[z] = series[z] || [];
series[z].push({
rule,
value,
source,
field: z
});
});
});
var errorFields = {};
return asyncMap(series, options, function(data, doIt) {
var rule = data.rule;
var deep = (rule.type === "object" || rule.type === "array") && (_typeof(rule.fields) === "object" || _typeof(rule.defaultField) === "object");
deep = deep && (rule.required || !rule.required && data.value);
rule.field = data.field;
function addFullField(key, schema) {
return _objectSpread2(_objectSpread2({}, schema), {}, {
fullField: "".concat(rule.fullField, ".").concat(key),
fullFields: rule.fullFields ? [].concat(_toConsumableArray(rule.fullFields), [key]) : [key]
});
}
function cb() {
var e3 = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : [];
var errorList = Array.isArray(e3) ? e3 : [e3];
if (!options.suppressWarning && errorList.length) {
Schema2.warning("async-validator:", errorList);
}
if (errorList.length && rule.message !== void 0) {
errorList = [].concat(rule.message);
}
var filledErrors = errorList.map(complementError(rule, source));
if (options.first && filledErrors.length) {
errorFields[rule.field] = 1;
return doIt(filledErrors);
}
if (!deep) {
doIt(filledErrors);
} else {
if (rule.required && !data.value) {
if (rule.message !== void 0) {
filledErrors = [].concat(rule.message).map(complementError(rule, source));
} else if (options.error) {
filledErrors = [options.error(rule, format(options.messages.required, rule.field))];
}
return doIt(filledErrors);
}
var fieldsSchema = {};
if (rule.defaultField) {
Object.keys(data.value).map(function(key) {
fieldsSchema[key] = rule.defaultField;
});
}
fieldsSchema = _objectSpread2(_objectSpread2({}, fieldsSchema), data.rule.fields);
var paredFieldsSchema = {};
Object.keys(fieldsSchema).forEach(function(field) {
var fieldSchema = fieldsSchema[field];
var fieldSchemaList = Array.isArray(fieldSchema) ? fieldSchema : [fieldSchema];
paredFieldsSchema[field] = fieldSchemaList.map(addFullField.bind(null, field));
});
var schema = new Schema2(paredFieldsSchema);
schema.messages(options.messages);
if (data.rule.options) {
data.rule.options.messages = options.messages;
data.rule.options.error = options.error;
}
schema.validate(data.value, data.rule.options || options, function(errs) {
var finalErrors = [];
if (filledErrors && filledErrors.length) {
finalErrors.push.apply(finalErrors, _toConsumableArray(filledErrors));
}
if (errs && errs.length) {
finalErrors.push.apply(finalErrors, _toConsumableArray(errs));
}
doIt(finalErrors.length ? finalErrors : null);
});
}
}
var res;
if (rule.asyncValidator) {
res = rule.asyncValidator(rule, data.value, cb, data.source, options);
} else if (rule.validator) {
try {
res = rule.validator(rule, data.value, cb, data.source, options);
} catch (error) {
var _console$error, _console;
(_console$error = (_console = console).error) === null || _console$error === void 0 || _console$error.call(_console, error);
if (!options.suppressValidatorError) {
setTimeout(function() {
throw error;
}, 0);
}
cb(error.message);
}
if (res === true) {
cb();
} else if (res === false) {
cb(typeof rule.message === "function" ? rule.message(rule.fullField || rule.field) : rule.message || "".concat(rule.fullField || rule.field, " fails"));
} else if (res instanceof Array) {
cb(res);
} else if (res instanceof Error) {
cb(res.message);
}
}
if (res && res.then) {
res.then(function() {
return cb();
}, function(e3) {
return cb(e3);
});
}
}, function(results) {
complete(results);
}, source);
}
}, {
key: "getType",
value: function getType(rule) {
if (rule.type === void 0 && rule.pattern instanceof RegExp) {
rule.type = "pattern";
}
if (typeof rule.validator !== "function" && rule.type && !validator_default.hasOwnProperty(rule.type)) {
throw new Error(format("Unknown rule type %s", rule.type));
}
return rule.type || "string";
}
}, {
key: "getValidationMethod",
value: function getValidationMethod(rule) {
if (typeof rule.validator === "function") {
return rule.validator;
}
var keys2 = Object.keys(rule);
var messageIndex = keys2.indexOf("message");
if (messageIndex !== -1) {
keys2.splice(messageIndex, 1);
}
if (keys2.length === 1 && keys2[0] === "required") {
return validator_default.required;
}
return validator_default[this.getType(rule)] || void 0;
}
}]);
return Schema2;
}();
_defineProperty(Schema, "register", function register(type5, validator) {
if (typeof validator !== "function") {
throw new Error("Cannot register a validator by type, validator is not a function");
}
validator_default[type5] = validator;
});
_defineProperty(Schema, "warning", warning3);
_defineProperty(Schema, "messages", messages);
_defineProperty(Schema, "validators", validator_default);
var es_default7 = Schema;
// node_modules/rc-field-form/es/utils/validateUtil.js
var React104 = __toESM(require_react());
// node_modules/rc-field-form/es/utils/messages.js
var typeTemplate2 = "'${name}' is not a valid ${type}";
var defaultValidateMessages = {
default: "Validation error on field '${name}'",
required: "'${name}' is required",
enum: "'${name}' must be one of [${enum}]",
whitespace: "'${name}' cannot be empty",
date: {
format: "'${name}' is invalid for format date",
parse: "'${name}' could not be parsed as date",
invalid: "'${name}' is invalid date"
},
types: {
string: typeTemplate2,
method: typeTemplate2,
array: typeTemplate2,
object: typeTemplate2,
number: typeTemplate2,
date: typeTemplate2,
boolean: typeTemplate2,
integer: typeTemplate2,
float: typeTemplate2,
regexp: typeTemplate2,
email: typeTemplate2,
url: typeTemplate2,
hex: typeTemplate2
},
string: {
len: "'${name}' must be exactly ${len} characters",
min: "'${name}' must be at least ${min} characters",
max: "'${name}' cannot be longer than ${max} characters",
range: "'${name}' must be between ${min} and ${max} characters"
},
number: {
len: "'${name}' must equal ${len}",
min: "'${name}' cannot be less than ${min}",
max: "'${name}' cannot be greater than ${max}",
range: "'${name}' must be between ${min} and ${max}"
},
array: {
len: "'${name}' must be exactly ${len} in length",
min: "'${name}' cannot be less than ${min} in length",
max: "'${name}' cannot be greater than ${max} in length",
range: "'${name}' must be between ${min} and ${max} in length"
},
pattern: {
mismatch: "'${name}' does not match pattern ${pattern}"
}
};
// node_modules/rc-field-form/es/utils/validateUtil.js
var AsyncValidator = es_default7;
function replaceMessage(template, kv) {
return template.replace(/\\?\$\{\w+\}/g, function(str) {
if (str.startsWith("\\")) {
return str.slice(1);
}
var key = str.slice(2, -1);
return kv[key];
});
}
var CODE_LOGIC_ERROR = "CODE_LOGIC_ERROR";
function validateRule(_x, _x2, _x3, _x4, _x5) {
return _validateRule.apply(this, arguments);
}
function _validateRule() {
_validateRule = _asyncToGenerator(_regeneratorRuntime().mark(function _callee2(name, value, rule, options, messageVariables) {
var cloneRule, originValidator, subRuleField, validator, messages2, result, subResults, kv, fillVariableResult;
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
while (1) switch (_context2.prev = _context2.next) {
case 0:
cloneRule = _objectSpread2({}, rule);
delete cloneRule.ruleIndex;
AsyncValidator.warning = function() {
return void 0;
};
if (cloneRule.validator) {
originValidator = cloneRule.validator;
cloneRule.validator = function() {
try {
return originValidator.apply(void 0, arguments);
} catch (error) {
console.error(error);
return Promise.reject(CODE_LOGIC_ERROR);
}
};
}
subRuleField = null;
if (cloneRule && cloneRule.type === "array" && cloneRule.defaultField) {
subRuleField = cloneRule.defaultField;
delete cloneRule.defaultField;
}
validator = new AsyncValidator(_defineProperty({}, name, [cloneRule]));
messages2 = merge(defaultValidateMessages, options.validateMessages);
validator.messages(messages2);
result = [];
_context2.prev = 10;
_context2.next = 13;
return Promise.resolve(validator.validate(_defineProperty({}, name, value), _objectSpread2({}, options)));
case 13:
_context2.next = 18;
break;
case 15:
_context2.prev = 15;
_context2.t0 = _context2["catch"](10);
if (_context2.t0.errors) {
result = _context2.t0.errors.map(function(_ref4, index3) {
var message2 = _ref4.message;
var mergedMessage = message2 === CODE_LOGIC_ERROR ? messages2.default : message2;
return React104.isValidElement(mergedMessage) ? (
// Wrap ReactNode with `key`
React104.cloneElement(mergedMessage, {
key: "error_".concat(index3)
})
) : mergedMessage;
});
}
case 18:
if (!(!result.length && subRuleField && Array.isArray(value) && value.length > 0)) {
_context2.next = 23;
break;
}
_context2.next = 21;
return Promise.all(value.map(function(subValue, i) {
return validateRule("".concat(name, ".").concat(i), subValue, subRuleField, options, messageVariables);
}));
case 21:
subResults = _context2.sent;
return _context2.abrupt("return", subResults.reduce(function(prev2, errors) {
return [].concat(_toConsumableArray(prev2), _toConsumableArray(errors));
}, []));
case 23:
kv = _objectSpread2(_objectSpread2({}, rule), {}, {
name,
enum: (rule.enum || []).join(", ")
}, messageVariables);
fillVariableResult = result.map(function(error) {
if (typeof error === "string") {
return replaceMessage(error, kv);
}
return error;
});
return _context2.abrupt("return", fillVariableResult);
case 26:
case "end":
return _context2.stop();
}
}, _callee2, null, [[10, 15]]);
}));
return _validateRule.apply(this, arguments);
}
function validateRules(namePath, value, rules, options, validateFirst, messageVariables) {
var name = namePath.join(".");
var filledRules = rules.map(function(currentRule, ruleIndex) {
var originValidatorFunc = currentRule.validator;
var cloneRule = _objectSpread2(_objectSpread2({}, currentRule), {}, {
ruleIndex
});
if (originValidatorFunc) {
cloneRule.validator = function(rule, val, callback) {
var hasPromise = false;
var wrappedCallback = function wrappedCallback2() {
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
args[_key] = arguments[_key];
}
Promise.resolve().then(function() {
warning_default(!hasPromise, "Your validator function has already return a promise. `callback` will be ignored.");
if (!hasPromise) {
callback.apply(void 0, args);
}
});
};
var promise = originValidatorFunc(rule, val, wrappedCallback);
hasPromise = promise && typeof promise.then === "function" && typeof promise.catch === "function";
warning_default(hasPromise, "`callback` is deprecated. Please return a promise instead.");
if (hasPromise) {
promise.then(function() {
callback();
}).catch(function(err) {
callback(err || " ");
});
}
};
}
return cloneRule;
}).sort(function(_ref, _ref2) {
var w1 = _ref.warningOnly, i1 = _ref.ruleIndex;
var w2 = _ref2.warningOnly, i2 = _ref2.ruleIndex;
if (!!w1 === !!w2) {
return i1 - i2;
}
if (w1) {
return 1;
}
return -1;
});
var summaryPromise;
if (validateFirst === true) {
summaryPromise = new Promise(function() {
var _ref3 = _asyncToGenerator(_regeneratorRuntime().mark(function _callee(resolve, reject) {
var i, rule, errors;
return _regeneratorRuntime().wrap(function _callee$(_context) {
while (1) switch (_context.prev = _context.next) {
case 0:
i = 0;
case 1:
if (!(i < filledRules.length)) {
_context.next = 12;
break;
}
rule = filledRules[i];
_context.next = 5;
return validateRule(name, value, rule, options, messageVariables);
case 5:
errors = _context.sent;
if (!errors.length) {
_context.next = 9;
break;
}
reject([{
errors,
rule
}]);
return _context.abrupt("return");
case 9:
i += 1;
_context.next = 1;
break;
case 12:
resolve([]);
case 13:
case "end":
return _context.stop();
}
}, _callee);
}));
return function(_x6, _x7) {
return _ref3.apply(this, arguments);
};
}());
} else {
var rulePromises = filledRules.map(function(rule) {
return validateRule(name, value, rule, options, messageVariables).then(function(errors) {
return {
errors,
rule
};
});
});
summaryPromise = (validateFirst ? finishOnFirstFailed(rulePromises) : finishOnAllFailed(rulePromises)).then(function(errors) {
return Promise.reject(errors);
});
}
summaryPromise.catch(function(e3) {
return e3;
});
return summaryPromise;
}
function finishOnAllFailed(_x8) {
return _finishOnAllFailed.apply(this, arguments);
}
function _finishOnAllFailed() {
_finishOnAllFailed = _asyncToGenerator(_regeneratorRuntime().mark(function _callee3(rulePromises) {
return _regeneratorRuntime().wrap(function _callee3$(_context3) {
while (1) switch (_context3.prev = _context3.next) {
case 0:
return _context3.abrupt("return", Promise.all(rulePromises).then(function(errorsList) {
var _ref5;
var errors = (_ref5 = []).concat.apply(_ref5, _toConsumableArray(errorsList));
return errors;
}));
case 1:
case "end":
return _context3.stop();
}
}, _callee3);
}));
return _finishOnAllFailed.apply(this, arguments);
}
function finishOnFirstFailed(_x9) {
return _finishOnFirstFailed.apply(this, arguments);
}
function _finishOnFirstFailed() {
_finishOnFirstFailed = _asyncToGenerator(_regeneratorRuntime().mark(function _callee4(rulePromises) {
var count;
return _regeneratorRuntime().wrap(function _callee4$(_context4) {
while (1) switch (_context4.prev = _context4.next) {
case 0:
count = 0;
return _context4.abrupt("return", new Promise(function(resolve) {
rulePromises.forEach(function(promise) {
promise.then(function(ruleError) {
if (ruleError.errors.length) {
resolve([ruleError]);
}
count += 1;
if (count === rulePromises.length) {
resolve([]);
}
});
});
}));
case 2:
case "end":
return _context4.stop();
}
}, _callee4);
}));
return _finishOnFirstFailed.apply(this, arguments);
}
// node_modules/rc-field-form/es/utils/valueUtil.js
function getNamePath(path2) {
return toArray2(path2);
}
function cloneByNamePathList(store, namePathList) {
var newStore = {};
namePathList.forEach(function(namePath) {
var value = get(store, namePath);
newStore = set(newStore, namePath, value);
});
return newStore;
}
function containsNamePath(namePathList, namePath) {
var partialMatch = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : false;
return namePathList && namePathList.some(function(path2) {
return matchNamePath(namePath, path2, partialMatch);
});
}
function matchNamePath(namePath, subNamePath) {
var partialMatch = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : false;
if (!namePath || !subNamePath) {
return false;
}
if (!partialMatch && namePath.length !== subNamePath.length) {
return false;
}
return subNamePath.every(function(nameUnit, i) {
return namePath[i] === nameUnit;
});
}
function isSimilar(source, target) {
if (source === target) {
return true;
}
if (!source && target || source && !target) {
return false;
}
if (!source || !target || _typeof(source) !== "object" || _typeof(target) !== "object") {
return false;
}
var sourceKeys = Object.keys(source);
var targetKeys = Object.keys(target);
var keys2 = new Set([].concat(sourceKeys, targetKeys));
return _toConsumableArray(keys2).every(function(key) {
var sourceValue = source[key];
var targetValue = target[key];
if (typeof sourceValue === "function" && typeof targetValue === "function") {
return true;
}
return sourceValue === targetValue;
});
}
function defaultGetValueFromEvent(valuePropName) {
var event = arguments.length <= 1 ? void 0 : arguments[1];
if (event && event.target && _typeof(event.target) === "object" && valuePropName in event.target) {
return event.target[valuePropName];
}
return event;
}
function move(array4, moveIndex, toIndex) {
var length2 = array4.length;
if (moveIndex < 0 || moveIndex >= length2 || toIndex < 0 || toIndex >= length2) {
return array4;
}
var item = array4[moveIndex];
var diff = moveIndex - toIndex;
if (diff > 0) {
return [].concat(_toConsumableArray(array4.slice(0, toIndex)), [item], _toConsumableArray(array4.slice(toIndex, moveIndex)), _toConsumableArray(array4.slice(moveIndex + 1, length2)));
}
if (diff < 0) {
return [].concat(_toConsumableArray(array4.slice(0, moveIndex)), _toConsumableArray(array4.slice(moveIndex + 1, toIndex + 1)), [item], _toConsumableArray(array4.slice(toIndex + 1, length2)));
}
return array4;
}
// node_modules/rc-field-form/es/Field.js
var _excluded8 = ["name"];
var EMPTY_ERRORS = [];
function requireUpdate(shouldUpdate, prev2, next2, prevValue, nextValue, info) {
if (typeof shouldUpdate === "function") {
return shouldUpdate(prev2, next2, "source" in info ? {
source: info.source
} : {});
}
return prevValue !== nextValue;
}
var Field = function(_React$Component) {
_inherits(Field2, _React$Component);
var _super = _createSuper(Field2);
function Field2(props) {
var _this;
_classCallCheck(this, Field2);
_this = _super.call(this, props);
_defineProperty(_assertThisInitialized(_this), "state", {
resetCount: 0
});
_defineProperty(_assertThisInitialized(_this), "cancelRegisterFunc", null);
_defineProperty(_assertThisInitialized(_this), "mounted", false);
_defineProperty(_assertThisInitialized(_this), "touched", false);
_defineProperty(_assertThisInitialized(_this), "dirty", false);
_defineProperty(_assertThisInitialized(_this), "validatePromise", void 0);
_defineProperty(_assertThisInitialized(_this), "prevValidating", void 0);
_defineProperty(_assertThisInitialized(_this), "errors", EMPTY_ERRORS);
_defineProperty(_assertThisInitialized(_this), "warnings", EMPTY_ERRORS);
_defineProperty(_assertThisInitialized(_this), "cancelRegister", function() {
var _this$props = _this.props, preserve2 = _this$props.preserve, isListField = _this$props.isListField, name = _this$props.name;
if (_this.cancelRegisterFunc) {
_this.cancelRegisterFunc(isListField, preserve2, getNamePath(name));
}
_this.cancelRegisterFunc = null;
});
_defineProperty(_assertThisInitialized(_this), "getNamePath", function() {
var _this$props2 = _this.props, name = _this$props2.name, fieldContext = _this$props2.fieldContext;
var _fieldContext$prefixN = fieldContext.prefixName, prefixName = _fieldContext$prefixN === void 0 ? [] : _fieldContext$prefixN;
return name !== void 0 ? [].concat(_toConsumableArray(prefixName), _toConsumableArray(name)) : [];
});
_defineProperty(_assertThisInitialized(_this), "getRules", function() {
var _this$props3 = _this.props, _this$props3$rules = _this$props3.rules, rules = _this$props3$rules === void 0 ? [] : _this$props3$rules, fieldContext = _this$props3.fieldContext;
return rules.map(function(rule) {
if (typeof rule === "function") {
return rule(fieldContext);
}
return rule;
});
});
_defineProperty(_assertThisInitialized(_this), "refresh", function() {
if (!_this.mounted) return;
_this.setState(function(_ref) {
var resetCount = _ref.resetCount;
return {
resetCount: resetCount + 1
};
});
});
_defineProperty(_assertThisInitialized(_this), "metaCache", null);
_defineProperty(_assertThisInitialized(_this), "triggerMetaEvent", function(destroy3) {
var onMetaChange = _this.props.onMetaChange;
if (onMetaChange) {
var _meta = _objectSpread2(_objectSpread2({}, _this.getMeta()), {}, {
destroy: destroy3
});
if (!isEqual_default(_this.metaCache, _meta)) {
onMetaChange(_meta);
}
_this.metaCache = _meta;
} else {
_this.metaCache = null;
}
});
_defineProperty(_assertThisInitialized(_this), "onStoreChange", function(prevStore, namePathList, info) {
var _this$props4 = _this.props, shouldUpdate = _this$props4.shouldUpdate, _this$props4$dependen = _this$props4.dependencies, dependencies = _this$props4$dependen === void 0 ? [] : _this$props4$dependen, onReset = _this$props4.onReset;
var store = info.store;
var namePath = _this.getNamePath();
var prevValue = _this.getValue(prevStore);
var curValue = _this.getValue(store);
var namePathMatch = namePathList && containsNamePath(namePathList, namePath);
if (info.type === "valueUpdate" && info.source === "external" && !isEqual_default(prevValue, curValue)) {
_this.touched = true;
_this.dirty = true;
_this.validatePromise = null;
_this.errors = EMPTY_ERRORS;
_this.warnings = EMPTY_ERRORS;
_this.triggerMetaEvent();
}
switch (info.type) {
case "reset":
if (!namePathList || namePathMatch) {
_this.touched = false;
_this.dirty = false;
_this.validatePromise = void 0;
_this.errors = EMPTY_ERRORS;
_this.warnings = EMPTY_ERRORS;
_this.triggerMetaEvent();
onReset === null || onReset === void 0 || onReset();
_this.refresh();
return;
}
break;
case "remove": {
if (shouldUpdate && requireUpdate(shouldUpdate, prevStore, store, prevValue, curValue, info)) {
_this.reRender();
return;
}
break;
}
case "setField": {
var data = info.data;
if (namePathMatch) {
if ("touched" in data) {
_this.touched = data.touched;
}
if ("validating" in data && !("originRCField" in data)) {
_this.validatePromise = data.validating ? Promise.resolve([]) : null;
}
if ("errors" in data) {
_this.errors = data.errors || EMPTY_ERRORS;
}
if ("warnings" in data) {
_this.warnings = data.warnings || EMPTY_ERRORS;
}
_this.dirty = true;
_this.triggerMetaEvent();
_this.reRender();
return;
} else if ("value" in data && containsNamePath(namePathList, namePath, true)) {
_this.reRender();
return;
}
if (shouldUpdate && !namePath.length && requireUpdate(shouldUpdate, prevStore, store, prevValue, curValue, info)) {
_this.reRender();
return;
}
break;
}
case "dependenciesUpdate": {
var dependencyList = dependencies.map(getNamePath);
if (dependencyList.some(function(dependency) {
return containsNamePath(info.relatedFields, dependency);
})) {
_this.reRender();
return;
}
break;
}
default:
if (namePathMatch || (!dependencies.length || namePath.length || shouldUpdate) && requireUpdate(shouldUpdate, prevStore, store, prevValue, curValue, info)) {
_this.reRender();
return;
}
break;
}
if (shouldUpdate === true) {
_this.reRender();
}
});
_defineProperty(_assertThisInitialized(_this), "validateRules", function(options) {
var namePath = _this.getNamePath();
var currentValue = _this.getValue();
var _ref2 = options || {}, triggerName = _ref2.triggerName, _ref2$validateOnly = _ref2.validateOnly, validateOnly = _ref2$validateOnly === void 0 ? false : _ref2$validateOnly;
var rootPromise = Promise.resolve().then(_asyncToGenerator(_regeneratorRuntime().mark(function _callee() {
var _this$props5, _this$props5$validate, validateFirst, messageVariables, validateDebounce, filteredRules, promise;
return _regeneratorRuntime().wrap(function _callee$(_context) {
while (1) switch (_context.prev = _context.next) {
case 0:
if (_this.mounted) {
_context.next = 2;
break;
}
return _context.abrupt("return", []);
case 2:
_this$props5 = _this.props, _this$props5$validate = _this$props5.validateFirst, validateFirst = _this$props5$validate === void 0 ? false : _this$props5$validate, messageVariables = _this$props5.messageVariables, validateDebounce = _this$props5.validateDebounce;
filteredRules = _this.getRules();
if (triggerName) {
filteredRules = filteredRules.filter(function(rule) {
return rule;
}).filter(function(rule) {
var validateTrigger = rule.validateTrigger;
if (!validateTrigger) {
return true;
}
var triggerList = toArray2(validateTrigger);
return triggerList.includes(triggerName);
});
}
if (!(validateDebounce && triggerName)) {
_context.next = 10;
break;
}
_context.next = 8;
return new Promise(function(resolve) {
setTimeout(resolve, validateDebounce);
});
case 8:
if (!(_this.validatePromise !== rootPromise)) {
_context.next = 10;
break;
}
return _context.abrupt("return", []);
case 10:
promise = validateRules(namePath, currentValue, filteredRules, options, validateFirst, messageVariables);
promise.catch(function(e3) {
return e3;
}).then(function() {
var ruleErrors = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : EMPTY_ERRORS;
if (_this.validatePromise === rootPromise) {
var _ruleErrors$forEach;
_this.validatePromise = null;
var nextErrors = [];
var nextWarnings = [];
(_ruleErrors$forEach = ruleErrors.forEach) === null || _ruleErrors$forEach === void 0 || _ruleErrors$forEach.call(ruleErrors, function(_ref4) {
var warningOnly = _ref4.rule.warningOnly, _ref4$errors = _ref4.errors, errors = _ref4$errors === void 0 ? EMPTY_ERRORS : _ref4$errors;
if (warningOnly) {
nextWarnings.push.apply(nextWarnings, _toConsumableArray(errors));
} else {
nextErrors.push.apply(nextErrors, _toConsumableArray(errors));
}
});
_this.errors = nextErrors;
_this.warnings = nextWarnings;
_this.triggerMetaEvent();
_this.reRender();
}
});
return _context.abrupt("return", promise);
case 13:
case "end":
return _context.stop();
}
}, _callee);
})));
if (validateOnly) {
return rootPromise;
}
_this.validatePromise = rootPromise;
_this.dirty = true;
_this.errors = EMPTY_ERRORS;
_this.warnings = EMPTY_ERRORS;
_this.triggerMetaEvent();
_this.reRender();
return rootPromise;
});
_defineProperty(_assertThisInitialized(_this), "isFieldValidating", function() {
return !!_this.validatePromise;
});
_defineProperty(_assertThisInitialized(_this), "isFieldTouched", function() {
return _this.touched;
});
_defineProperty(_assertThisInitialized(_this), "isFieldDirty", function() {
if (_this.dirty || _this.props.initialValue !== void 0) {
return true;
}
var fieldContext = _this.props.fieldContext;
var _fieldContext$getInte = fieldContext.getInternalHooks(HOOK_MARK), getInitialValue = _fieldContext$getInte.getInitialValue;
if (getInitialValue(_this.getNamePath()) !== void 0) {
return true;
}
return false;
});
_defineProperty(_assertThisInitialized(_this), "getErrors", function() {
return _this.errors;
});
_defineProperty(_assertThisInitialized(_this), "getWarnings", function() {
return _this.warnings;
});
_defineProperty(_assertThisInitialized(_this), "isListField", function() {
return _this.props.isListField;
});
_defineProperty(_assertThisInitialized(_this), "isList", function() {
return _this.props.isList;
});
_defineProperty(_assertThisInitialized(_this), "isPreserve", function() {
return _this.props.preserve;
});
_defineProperty(_assertThisInitialized(_this), "getMeta", function() {
_this.prevValidating = _this.isFieldValidating();
var meta = {
touched: _this.isFieldTouched(),
validating: _this.prevValidating,
errors: _this.errors,
warnings: _this.warnings,
name: _this.getNamePath(),
validated: _this.validatePromise === null
};
return meta;
});
_defineProperty(_assertThisInitialized(_this), "getOnlyChild", function(children) {
if (typeof children === "function") {
var _meta2 = _this.getMeta();
return _objectSpread2(_objectSpread2({}, _this.getOnlyChild(children(_this.getControlled(), _meta2, _this.props.fieldContext))), {}, {
isFunction: true
});
}
var childList = toArray(children);
if (childList.length !== 1 || !React105.isValidElement(childList[0])) {
return {
child: childList,
isFunction: false
};
}
return {
child: childList[0],
isFunction: false
};
});
_defineProperty(_assertThisInitialized(_this), "getValue", function(store) {
var getFieldsValue = _this.props.fieldContext.getFieldsValue;
var namePath = _this.getNamePath();
return get(store || getFieldsValue(true), namePath);
});
_defineProperty(_assertThisInitialized(_this), "getControlled", function() {
var childProps = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
var _this$props6 = _this.props, name = _this$props6.name, trigger = _this$props6.trigger, validateTrigger = _this$props6.validateTrigger, getValueFromEvent = _this$props6.getValueFromEvent, normalize2 = _this$props6.normalize, valuePropName = _this$props6.valuePropName, getValueProps = _this$props6.getValueProps, fieldContext = _this$props6.fieldContext;
var mergedValidateTrigger = validateTrigger !== void 0 ? validateTrigger : fieldContext.validateTrigger;
var namePath = _this.getNamePath();
var getInternalHooks3 = fieldContext.getInternalHooks, getFieldsValue = fieldContext.getFieldsValue;
var _getInternalHooks = getInternalHooks3(HOOK_MARK), dispatch = _getInternalHooks.dispatch;
var value = _this.getValue();
var mergedGetValueProps = getValueProps || function(val) {
return _defineProperty({}, valuePropName, val);
};
var originTriggerFunc = childProps[trigger];
var valueProps = name !== void 0 ? mergedGetValueProps(value) : {};
if (valueProps) {
Object.keys(valueProps).forEach(function(key) {
warning_default(typeof valueProps[key] !== "function", "It's not recommended to generate dynamic function prop by `getValueProps`. Please pass it to child component directly (prop: ".concat(key, ")"));
});
}
var control = _objectSpread2(_objectSpread2({}, childProps), valueProps);
control[trigger] = function() {
_this.touched = true;
_this.dirty = true;
_this.triggerMetaEvent();
var newValue;
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
args[_key] = arguments[_key];
}
if (getValueFromEvent) {
newValue = getValueFromEvent.apply(void 0, args);
} else {
newValue = defaultGetValueFromEvent.apply(void 0, [valuePropName].concat(args));
}
if (normalize2) {
newValue = normalize2(newValue, value, getFieldsValue(true));
}
if (newValue !== value) {
dispatch({
type: "updateValue",
namePath,
value: newValue
});
}
if (originTriggerFunc) {
originTriggerFunc.apply(void 0, args);
}
};
var validateTriggerList = toArray2(mergedValidateTrigger || []);
validateTriggerList.forEach(function(triggerName) {
var originTrigger = control[triggerName];
control[triggerName] = function() {
if (originTrigger) {
originTrigger.apply(void 0, arguments);
}
var rules = _this.props.rules;
if (rules && rules.length) {
dispatch({
type: "validateField",
namePath,
triggerName
});
}
};
});
return control;
});
if (props.fieldContext) {
var getInternalHooks2 = props.fieldContext.getInternalHooks;
var _getInternalHooks2 = getInternalHooks2(HOOK_MARK), initEntityValue = _getInternalHooks2.initEntityValue;
initEntityValue(_assertThisInitialized(_this));
}
return _this;
}
_createClass(Field2, [{
key: "componentDidMount",
value: function componentDidMount() {
var _this$props7 = this.props, shouldUpdate = _this$props7.shouldUpdate, fieldContext = _this$props7.fieldContext;
this.mounted = true;
if (fieldContext) {
var getInternalHooks2 = fieldContext.getInternalHooks;
var _getInternalHooks3 = getInternalHooks2(HOOK_MARK), registerField = _getInternalHooks3.registerField;
this.cancelRegisterFunc = registerField(this);
}
if (shouldUpdate === true) {
this.reRender();
}
}
}, {
key: "componentWillUnmount",
value: function componentWillUnmount() {
this.cancelRegister();
this.triggerMetaEvent(true);
this.mounted = false;
}
}, {
key: "reRender",
value: function reRender() {
if (!this.mounted) return;
this.forceUpdate();
}
}, {
key: "render",
value: function render2() {
var resetCount = this.state.resetCount;
var children = this.props.children;
var _this$getOnlyChild = this.getOnlyChild(children), child = _this$getOnlyChild.child, isFunction = _this$getOnlyChild.isFunction;
var returnChildNode;
if (isFunction) {
returnChildNode = child;
} else if (React105.isValidElement(child)) {
returnChildNode = React105.cloneElement(child, this.getControlled(child.props));
} else {
warning_default(!child, "`children` of Field is not validate ReactElement.");
returnChildNode = child;
}
return React105.createElement(React105.Fragment, {
key: resetCount
}, returnChildNode);
}
}]);
return Field2;
}(React105.Component);
_defineProperty(Field, "contextType", FieldContext_default);
_defineProperty(Field, "defaultProps", {
trigger: "onChange",
valuePropName: "value"
});
function WrapperField(_ref6) {
var _restProps$isListFiel;
var name = _ref6.name, restProps = _objectWithoutProperties(_ref6, _excluded8);
var fieldContext = React105.useContext(FieldContext_default);
var listContext = React105.useContext(ListContext_default);
var namePath = name !== void 0 ? getNamePath(name) : void 0;
var isMergedListField = (_restProps$isListFiel = restProps.isListField) !== null && _restProps$isListFiel !== void 0 ? _restProps$isListFiel : !!listContext;
var key = "keep";
if (!isMergedListField) {
key = "_".concat((namePath || []).join("_"));
}
if (restProps.preserve === false && isMergedListField && namePath.length <= 1) {
warning_default(false, "`preserve` should not apply on Form.List fields.");
}
return React105.createElement(Field, _extends({
key,
name: namePath,
isListField: isMergedListField
}, restProps, {
fieldContext
}));
}
var Field_default = WrapperField;
// node_modules/rc-field-form/es/List.js
var React106 = __toESM(require_react());
function List(_ref) {
var name = _ref.name, initialValue = _ref.initialValue, children = _ref.children, rules = _ref.rules, validateTrigger = _ref.validateTrigger, isListField = _ref.isListField;
var context = React106.useContext(FieldContext_default);
var wrapperListContext = React106.useContext(ListContext_default);
var keyRef = React106.useRef({
keys: [],
id: 0
});
var keyManager = keyRef.current;
var prefixName = React106.useMemo(function() {
var parentPrefixName = getNamePath(context.prefixName) || [];
return [].concat(_toConsumableArray(parentPrefixName), _toConsumableArray(getNamePath(name)));
}, [context.prefixName, name]);
var fieldContext = React106.useMemo(function() {
return _objectSpread2(_objectSpread2({}, context), {}, {
prefixName
});
}, [context, prefixName]);
var listContext = React106.useMemo(function() {
return {
getKey: function getKey5(namePath) {
var len = prefixName.length;
var pathName = namePath[len];
return [keyManager.keys[pathName], namePath.slice(len + 1)];
}
};
}, [prefixName]);
if (typeof children !== "function") {
warning_default(false, "Form.List only accepts function as children.");
return null;
}
var shouldUpdate = function shouldUpdate2(prevValue, nextValue, _ref2) {
var source = _ref2.source;
if (source === "internal") {
return false;
}
return prevValue !== nextValue;
};
return React106.createElement(ListContext_default.Provider, {
value: listContext
}, React106.createElement(FieldContext_default.Provider, {
value: fieldContext
}, React106.createElement(Field_default, {
name: [],
shouldUpdate,
rules,
validateTrigger,
initialValue,
isList: true,
isListField: isListField !== null && isListField !== void 0 ? isListField : !!wrapperListContext
}, function(_ref3, meta) {
var _ref3$value = _ref3.value, value = _ref3$value === void 0 ? [] : _ref3$value, onChange = _ref3.onChange;
var getFieldValue = context.getFieldValue;
var getNewValue = function getNewValue2() {
var values = getFieldValue(prefixName || []);
return values || [];
};
var operations = {
add: function add(defaultValue, index3) {
var newValue = getNewValue();
if (index3 >= 0 && index3 <= newValue.length) {
keyManager.keys = [].concat(_toConsumableArray(keyManager.keys.slice(0, index3)), [keyManager.id], _toConsumableArray(keyManager.keys.slice(index3)));
onChange([].concat(_toConsumableArray(newValue.slice(0, index3)), [defaultValue], _toConsumableArray(newValue.slice(index3))));
} else {
if (index3 < 0 || index3 > newValue.length) {
warning_default(false, "The second parameter of the add function should be a valid positive number.");
}
keyManager.keys = [].concat(_toConsumableArray(keyManager.keys), [keyManager.id]);
onChange([].concat(_toConsumableArray(newValue), [defaultValue]));
}
keyManager.id += 1;
},
remove: function remove(index3) {
var newValue = getNewValue();
var indexSet = new Set(Array.isArray(index3) ? index3 : [index3]);
if (indexSet.size <= 0) {
return;
}
keyManager.keys = keyManager.keys.filter(function(_, keysIndex) {
return !indexSet.has(keysIndex);
});
onChange(newValue.filter(function(_, valueIndex) {
return !indexSet.has(valueIndex);
}));
},
move: function move2(from2, to) {
if (from2 === to) {
return;
}
var newValue = getNewValue();
if (from2 < 0 || from2 >= newValue.length || to < 0 || to >= newValue.length) {
return;
}
keyManager.keys = move(keyManager.keys, from2, to);
onChange(move(newValue, from2, to));
}
};
var listValue = value || [];
if (!Array.isArray(listValue)) {
listValue = [];
if (true) {
warning_default(false, "Current value of '".concat(prefixName.join(" > "), "' is not an array type."));
}
}
return children(listValue.map(function(__, index3) {
var key = keyManager.keys[index3];
if (key === void 0) {
keyManager.keys[index3] = keyManager.id;
key = keyManager.keys[index3];
keyManager.id += 1;
}
return {
name: index3,
key,
isListField: true
};
}), operations, meta);
})));
}
var List_default = List;
// node_modules/rc-field-form/es/useForm.js
var React107 = __toESM(require_react());
// node_modules/rc-field-form/es/utils/asyncUtil.js
function allPromiseFinish(promiseList) {
var hasError = false;
var count = promiseList.length;
var results = [];
if (!promiseList.length) {
return Promise.resolve([]);
}
return new Promise(function(resolve, reject) {
promiseList.forEach(function(promise, index3) {
promise.catch(function(e3) {
hasError = true;
return e3;
}).then(function(result) {
count -= 1;
results[index3] = result;
if (count > 0) {
return;
}
if (hasError) {
reject(results);
}
resolve(results);
});
});
});
}
// node_modules/rc-field-form/es/utils/NameMap.js
var SPLIT2 = "__@field_split__";
function normalize(namePath) {
return namePath.map(function(cell) {
return "".concat(_typeof(cell), ":").concat(cell);
}).join(SPLIT2);
}
var NameMap = function() {
function NameMap2() {
_classCallCheck(this, NameMap2);
_defineProperty(this, "kvs", /* @__PURE__ */ new Map());
}
_createClass(NameMap2, [{
key: "set",
value: function set2(key, value) {
this.kvs.set(normalize(key), value);
}
}, {
key: "get",
value: function get2(key) {
return this.kvs.get(normalize(key));
}
}, {
key: "update",
value: function update(key, updater) {
var origin = this.get(key);
var next2 = updater(origin);
if (!next2) {
this.delete(key);
} else {
this.set(key, next2);
}
}
}, {
key: "delete",
value: function _delete(key) {
this.kvs.delete(normalize(key));
}
// Since we only use this in test, let simply realize this
}, {
key: "map",
value: function map(callback) {
return _toConsumableArray(this.kvs.entries()).map(function(_ref) {
var _ref2 = _slicedToArray(_ref, 2), key = _ref2[0], value = _ref2[1];
var cells = key.split(SPLIT2);
return callback({
key: cells.map(function(cell) {
var _cell$match = cell.match(/^([^:]*):(.*)$/), _cell$match2 = _slicedToArray(_cell$match, 3), type5 = _cell$match2[1], unit4 = _cell$match2[2];
return type5 === "number" ? Number(unit4) : unit4;
}),
value
});
});
}
}, {
key: "toJSON",
value: function toJSON() {
var json = {};
this.map(function(_ref3) {
var key = _ref3.key, value = _ref3.value;
json[key.join(".")] = value;
return null;
});
return json;
}
}]);
return NameMap2;
}();
var NameMap_default = NameMap;
// node_modules/rc-field-form/es/useForm.js
var _excluded9 = ["name"];
var FormStore = _createClass(function FormStore2(forceRootUpdate) {
var _this = this;
_classCallCheck(this, FormStore2);
_defineProperty(this, "formHooked", false);
_defineProperty(this, "forceRootUpdate", void 0);
_defineProperty(this, "subscribable", true);
_defineProperty(this, "store", {});
_defineProperty(this, "fieldEntities", []);
_defineProperty(this, "initialValues", {});
_defineProperty(this, "callbacks", {});
_defineProperty(this, "validateMessages", null);
_defineProperty(this, "preserve", null);
_defineProperty(this, "lastValidatePromise", null);
_defineProperty(this, "getForm", function() {
return {
getFieldValue: _this.getFieldValue,
getFieldsValue: _this.getFieldsValue,
getFieldError: _this.getFieldError,
getFieldWarning: _this.getFieldWarning,
getFieldsError: _this.getFieldsError,
isFieldsTouched: _this.isFieldsTouched,
isFieldTouched: _this.isFieldTouched,
isFieldValidating: _this.isFieldValidating,
isFieldsValidating: _this.isFieldsValidating,
resetFields: _this.resetFields,
setFields: _this.setFields,
setFieldValue: _this.setFieldValue,
setFieldsValue: _this.setFieldsValue,
validateFields: _this.validateFields,
submit: _this.submit,
_init: true,
getInternalHooks: _this.getInternalHooks
};
});
_defineProperty(this, "getInternalHooks", function(key) {
if (key === HOOK_MARK) {
_this.formHooked = true;
return {
dispatch: _this.dispatch,
initEntityValue: _this.initEntityValue,
registerField: _this.registerField,
useSubscribe: _this.useSubscribe,
setInitialValues: _this.setInitialValues,
destroyForm: _this.destroyForm,
setCallbacks: _this.setCallbacks,
setValidateMessages: _this.setValidateMessages,
getFields: _this.getFields,
setPreserve: _this.setPreserve,
getInitialValue: _this.getInitialValue,
registerWatch: _this.registerWatch
};
}
warning_default(false, "`getInternalHooks` is internal usage. Should not call directly.");
return null;
});
_defineProperty(this, "useSubscribe", function(subscribable) {
_this.subscribable = subscribable;
});
_defineProperty(this, "prevWithoutPreserves", null);
_defineProperty(this, "setInitialValues", function(initialValues, init) {
_this.initialValues = initialValues || {};
if (init) {
var _this$prevWithoutPres;
var nextStore = merge(initialValues, _this.store);
(_this$prevWithoutPres = _this.prevWithoutPreserves) === null || _this$prevWithoutPres === void 0 || _this$prevWithoutPres.map(function(_ref) {
var namePath = _ref.key;
nextStore = set(nextStore, namePath, get(initialValues, namePath));
});
_this.prevWithoutPreserves = null;
_this.updateStore(nextStore);
}
});
_defineProperty(this, "destroyForm", function(clearOnDestroy) {
if (clearOnDestroy) {
_this.updateStore({});
} else {
var prevWithoutPreserves = new NameMap_default();
_this.getFieldEntities(true).forEach(function(entity) {
if (!_this.isMergedPreserve(entity.isPreserve())) {
prevWithoutPreserves.set(entity.getNamePath(), true);
}
});
_this.prevWithoutPreserves = prevWithoutPreserves;
}
});
_defineProperty(this, "getInitialValue", function(namePath) {
var initValue = get(_this.initialValues, namePath);
return namePath.length ? merge(initValue) : initValue;
});
_defineProperty(this, "setCallbacks", function(callbacks) {
_this.callbacks = callbacks;
});
_defineProperty(this, "setValidateMessages", function(validateMessages) {
_this.validateMessages = validateMessages;
});
_defineProperty(this, "setPreserve", function(preserve2) {
_this.preserve = preserve2;
});
_defineProperty(this, "watchList", []);
_defineProperty(this, "registerWatch", function(callback) {
_this.watchList.push(callback);
return function() {
_this.watchList = _this.watchList.filter(function(fn) {
return fn !== callback;
});
};
});
_defineProperty(this, "notifyWatch", function() {
var namePath = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : [];
if (_this.watchList.length) {
var values = _this.getFieldsValue();
var allValues = _this.getFieldsValue(true);
_this.watchList.forEach(function(callback) {
callback(values, allValues, namePath);
});
}
});
_defineProperty(this, "timeoutId", null);
_defineProperty(this, "warningUnhooked", function() {
if (!_this.timeoutId && typeof window !== "undefined") {
_this.timeoutId = setTimeout(function() {
_this.timeoutId = null;
if (!_this.formHooked) {
warning_default(false, "Instance created by `useForm` is not connected to any Form element. Forget to pass `form` prop?");
}
});
}
});
_defineProperty(this, "updateStore", function(nextStore) {
_this.store = nextStore;
});
_defineProperty(this, "getFieldEntities", function() {
var pure = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : false;
if (!pure) {
return _this.fieldEntities;
}
return _this.fieldEntities.filter(function(field) {
return field.getNamePath().length;
});
});
_defineProperty(this, "getFieldsMap", function() {
var pure = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : false;
var cache = new NameMap_default();
_this.getFieldEntities(pure).forEach(function(field) {
var namePath = field.getNamePath();
cache.set(namePath, field);
});
return cache;
});
_defineProperty(this, "getFieldEntitiesForNamePathList", function(nameList) {
if (!nameList) {
return _this.getFieldEntities(true);
}
var cache = _this.getFieldsMap(true);
return nameList.map(function(name) {
var namePath = getNamePath(name);
return cache.get(namePath) || {
INVALIDATE_NAME_PATH: getNamePath(name)
};
});
});
_defineProperty(this, "getFieldsValue", function(nameList, filterFunc) {
_this.warningUnhooked();
var mergedNameList;
var mergedFilterFunc;
var mergedStrict;
if (nameList === true || Array.isArray(nameList)) {
mergedNameList = nameList;
mergedFilterFunc = filterFunc;
} else if (nameList && _typeof(nameList) === "object") {
mergedStrict = nameList.strict;
mergedFilterFunc = nameList.filter;
}
if (mergedNameList === true && !mergedFilterFunc) {
return _this.store;
}
var fieldEntities = _this.getFieldEntitiesForNamePathList(Array.isArray(mergedNameList) ? mergedNameList : null);
var filteredNameList = [];
fieldEntities.forEach(function(entity) {
var _isListField, _ref3;
var namePath = "INVALIDATE_NAME_PATH" in entity ? entity.INVALIDATE_NAME_PATH : entity.getNamePath();
if (mergedStrict) {
var _isList, _ref2;
if ((_isList = (_ref2 = entity).isList) !== null && _isList !== void 0 && _isList.call(_ref2)) {
return;
}
} else if (!mergedNameList && (_isListField = (_ref3 = entity).isListField) !== null && _isListField !== void 0 && _isListField.call(_ref3)) {
return;
}
if (!mergedFilterFunc) {
filteredNameList.push(namePath);
} else {
var meta = "getMeta" in entity ? entity.getMeta() : null;
if (mergedFilterFunc(meta)) {
filteredNameList.push(namePath);
}
}
});
return cloneByNamePathList(_this.store, filteredNameList.map(getNamePath));
});
_defineProperty(this, "getFieldValue", function(name) {
_this.warningUnhooked();
var namePath = getNamePath(name);
return get(_this.store, namePath);
});
_defineProperty(this, "getFieldsError", function(nameList) {
_this.warningUnhooked();
var fieldEntities = _this.getFieldEntitiesForNamePathList(nameList);
return fieldEntities.map(function(entity, index3) {
if (entity && !("INVALIDATE_NAME_PATH" in entity)) {
return {
name: entity.getNamePath(),
errors: entity.getErrors(),
warnings: entity.getWarnings()
};
}
return {
name: getNamePath(nameList[index3]),
errors: [],
warnings: []
};
});
});
_defineProperty(this, "getFieldError", function(name) {
_this.warningUnhooked();
var namePath = getNamePath(name);
var fieldError = _this.getFieldsError([namePath])[0];
return fieldError.errors;
});
_defineProperty(this, "getFieldWarning", function(name) {
_this.warningUnhooked();
var namePath = getNamePath(name);
var fieldError = _this.getFieldsError([namePath])[0];
return fieldError.warnings;
});
_defineProperty(this, "isFieldsTouched", function() {
_this.warningUnhooked();
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
args[_key] = arguments[_key];
}
var arg0 = args[0], arg1 = args[1];
var namePathList;
var isAllFieldsTouched = false;
if (args.length === 0) {
namePathList = null;
} else if (args.length === 1) {
if (Array.isArray(arg0)) {
namePathList = arg0.map(getNamePath);
isAllFieldsTouched = false;
} else {
namePathList = null;
isAllFieldsTouched = arg0;
}
} else {
namePathList = arg0.map(getNamePath);
isAllFieldsTouched = arg1;
}
var fieldEntities = _this.getFieldEntities(true);
var isFieldTouched = function isFieldTouched2(field) {
return field.isFieldTouched();
};
if (!namePathList) {
return isAllFieldsTouched ? fieldEntities.every(function(entity) {
return isFieldTouched(entity) || entity.isList();
}) : fieldEntities.some(isFieldTouched);
}
var map = new NameMap_default();
namePathList.forEach(function(shortNamePath) {
map.set(shortNamePath, []);
});
fieldEntities.forEach(function(field) {
var fieldNamePath = field.getNamePath();
namePathList.forEach(function(shortNamePath) {
if (shortNamePath.every(function(nameUnit, i) {
return fieldNamePath[i] === nameUnit;
})) {
map.update(shortNamePath, function(list) {
return [].concat(_toConsumableArray(list), [field]);
});
}
});
});
var isNamePathListTouched = function isNamePathListTouched2(entities) {
return entities.some(isFieldTouched);
};
var namePathListEntities = map.map(function(_ref4) {
var value = _ref4.value;
return value;
});
return isAllFieldsTouched ? namePathListEntities.every(isNamePathListTouched) : namePathListEntities.some(isNamePathListTouched);
});
_defineProperty(this, "isFieldTouched", function(name) {
_this.warningUnhooked();
return _this.isFieldsTouched([name]);
});
_defineProperty(this, "isFieldsValidating", function(nameList) {
_this.warningUnhooked();
var fieldEntities = _this.getFieldEntities();
if (!nameList) {
return fieldEntities.some(function(testField) {
return testField.isFieldValidating();
});
}
var namePathList = nameList.map(getNamePath);
return fieldEntities.some(function(testField) {
var fieldNamePath = testField.getNamePath();
return containsNamePath(namePathList, fieldNamePath) && testField.isFieldValidating();
});
});
_defineProperty(this, "isFieldValidating", function(name) {
_this.warningUnhooked();
return _this.isFieldsValidating([name]);
});
_defineProperty(this, "resetWithFieldInitialValue", function() {
var info = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
var cache = new NameMap_default();
var fieldEntities = _this.getFieldEntities(true);
fieldEntities.forEach(function(field) {
var initialValue = field.props.initialValue;
var namePath = field.getNamePath();
if (initialValue !== void 0) {
var records = cache.get(namePath) || /* @__PURE__ */ new Set();
records.add({
entity: field,
value: initialValue
});
cache.set(namePath, records);
}
});
var resetWithFields = function resetWithFields2(entities) {
entities.forEach(function(field) {
var initialValue = field.props.initialValue;
if (initialValue !== void 0) {
var namePath = field.getNamePath();
var formInitialValue = _this.getInitialValue(namePath);
if (formInitialValue !== void 0) {
warning_default(false, "Form already set 'initialValues' with path '".concat(namePath.join("."), "'. Field can not overwrite it."));
} else {
var records = cache.get(namePath);
if (records && records.size > 1) {
warning_default(false, "Multiple Field with path '".concat(namePath.join("."), "' set 'initialValue'. Can not decide which one to pick."));
} else if (records) {
var originValue = _this.getFieldValue(namePath);
var isListField = field.isListField();
if (!isListField && (!info.skipExist || originValue === void 0)) {
_this.updateStore(set(_this.store, namePath, _toConsumableArray(records)[0].value));
}
}
}
}
});
};
var requiredFieldEntities;
if (info.entities) {
requiredFieldEntities = info.entities;
} else if (info.namePathList) {
requiredFieldEntities = [];
info.namePathList.forEach(function(namePath) {
var records = cache.get(namePath);
if (records) {
var _requiredFieldEntitie;
(_requiredFieldEntitie = requiredFieldEntities).push.apply(_requiredFieldEntitie, _toConsumableArray(_toConsumableArray(records).map(function(r2) {
return r2.entity;
})));
}
});
} else {
requiredFieldEntities = fieldEntities;
}
resetWithFields(requiredFieldEntities);
});
_defineProperty(this, "resetFields", function(nameList) {
_this.warningUnhooked();
var prevStore = _this.store;
if (!nameList) {
_this.updateStore(merge(_this.initialValues));
_this.resetWithFieldInitialValue();
_this.notifyObservers(prevStore, null, {
type: "reset"
});
_this.notifyWatch();
return;
}
var namePathList = nameList.map(getNamePath);
namePathList.forEach(function(namePath) {
var initialValue = _this.getInitialValue(namePath);
_this.updateStore(set(_this.store, namePath, initialValue));
});
_this.resetWithFieldInitialValue({
namePathList
});
_this.notifyObservers(prevStore, namePathList, {
type: "reset"
});
_this.notifyWatch(namePathList);
});
_defineProperty(this, "setFields", function(fields) {
_this.warningUnhooked();
var prevStore = _this.store;
var namePathList = [];
fields.forEach(function(fieldData) {
var name = fieldData.name, data = _objectWithoutProperties(fieldData, _excluded9);
var namePath = getNamePath(name);
namePathList.push(namePath);
if ("value" in data) {
_this.updateStore(set(_this.store, namePath, data.value));
}
_this.notifyObservers(prevStore, [namePath], {
type: "setField",
data: fieldData
});
});
_this.notifyWatch(namePathList);
});
_defineProperty(this, "getFields", function() {
var entities = _this.getFieldEntities(true);
var fields = entities.map(function(field) {
var namePath = field.getNamePath();
var meta = field.getMeta();
var fieldData = _objectSpread2(_objectSpread2({}, meta), {}, {
name: namePath,
value: _this.getFieldValue(namePath)
});
Object.defineProperty(fieldData, "originRCField", {
value: true
});
return fieldData;
});
return fields;
});
_defineProperty(this, "initEntityValue", function(entity) {
var initialValue = entity.props.initialValue;
if (initialValue !== void 0) {
var namePath = entity.getNamePath();
var prevValue = get(_this.store, namePath);
if (prevValue === void 0) {
_this.updateStore(set(_this.store, namePath, initialValue));
}
}
});
_defineProperty(this, "isMergedPreserve", function(fieldPreserve) {
var mergedPreserve = fieldPreserve !== void 0 ? fieldPreserve : _this.preserve;
return mergedPreserve !== null && mergedPreserve !== void 0 ? mergedPreserve : true;
});
_defineProperty(this, "registerField", function(entity) {
_this.fieldEntities.push(entity);
var namePath = entity.getNamePath();
_this.notifyWatch([namePath]);
if (entity.props.initialValue !== void 0) {
var prevStore = _this.store;
_this.resetWithFieldInitialValue({
entities: [entity],
skipExist: true
});
_this.notifyObservers(prevStore, [entity.getNamePath()], {
type: "valueUpdate",
source: "internal"
});
}
return function(isListField, preserve2) {
var subNamePath = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : [];
_this.fieldEntities = _this.fieldEntities.filter(function(item) {
return item !== entity;
});
if (!_this.isMergedPreserve(preserve2) && (!isListField || subNamePath.length > 1)) {
var defaultValue = isListField ? void 0 : _this.getInitialValue(namePath);
if (namePath.length && _this.getFieldValue(namePath) !== defaultValue && _this.fieldEntities.every(function(field) {
return (
// Only reset when no namePath exist
!matchNamePath(field.getNamePath(), namePath)
);
})) {
var _prevStore = _this.store;
_this.updateStore(set(_prevStore, namePath, defaultValue, true));
_this.notifyObservers(_prevStore, [namePath], {
type: "remove"
});
_this.triggerDependenciesUpdate(_prevStore, namePath);
}
}
_this.notifyWatch([namePath]);
};
});
_defineProperty(this, "dispatch", function(action) {
switch (action.type) {
case "updateValue": {
var namePath = action.namePath, value = action.value;
_this.updateValue(namePath, value);
break;
}
case "validateField": {
var _namePath = action.namePath, triggerName = action.triggerName;
_this.validateFields([_namePath], {
triggerName
});
break;
}
default:
}
});
_defineProperty(this, "notifyObservers", function(prevStore, namePathList, info) {
if (_this.subscribable) {
var mergedInfo = _objectSpread2(_objectSpread2({}, info), {}, {
store: _this.getFieldsValue(true)
});
_this.getFieldEntities().forEach(function(_ref5) {
var onStoreChange = _ref5.onStoreChange;
onStoreChange(prevStore, namePathList, mergedInfo);
});
} else {
_this.forceRootUpdate();
}
});
_defineProperty(this, "triggerDependenciesUpdate", function(prevStore, namePath) {
var childrenFields = _this.getDependencyChildrenFields(namePath);
if (childrenFields.length) {
_this.validateFields(childrenFields);
}
_this.notifyObservers(prevStore, childrenFields, {
type: "dependenciesUpdate",
relatedFields: [namePath].concat(_toConsumableArray(childrenFields))
});
return childrenFields;
});
_defineProperty(this, "updateValue", function(name, value) {
var namePath = getNamePath(name);
var prevStore = _this.store;
_this.updateStore(set(_this.store, namePath, value));
_this.notifyObservers(prevStore, [namePath], {
type: "valueUpdate",
source: "internal"
});
_this.notifyWatch([namePath]);
var childrenFields = _this.triggerDependenciesUpdate(prevStore, namePath);
var onValuesChange = _this.callbacks.onValuesChange;
if (onValuesChange) {
var changedValues = cloneByNamePathList(_this.store, [namePath]);
onValuesChange(changedValues, _this.getFieldsValue());
}
_this.triggerOnFieldsChange([namePath].concat(_toConsumableArray(childrenFields)));
});
_defineProperty(this, "setFieldsValue", function(store) {
_this.warningUnhooked();
var prevStore = _this.store;
if (store) {
var nextStore = merge(_this.store, store);
_this.updateStore(nextStore);
}
_this.notifyObservers(prevStore, null, {
type: "valueUpdate",
source: "external"
});
_this.notifyWatch();
});
_defineProperty(this, "setFieldValue", function(name, value) {
_this.setFields([{
name,
value,
errors: [],
warnings: []
}]);
});
_defineProperty(this, "getDependencyChildrenFields", function(rootNamePath) {
var children = /* @__PURE__ */ new Set();
var childrenFields = [];
var dependencies2fields = new NameMap_default();
_this.getFieldEntities().forEach(function(field) {
var dependencies = field.props.dependencies;
(dependencies || []).forEach(function(dependency) {
var dependencyNamePath = getNamePath(dependency);
dependencies2fields.update(dependencyNamePath, function() {
var fields = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : /* @__PURE__ */ new Set();
fields.add(field);
return fields;
});
});
});
var fillChildren = function fillChildren2(namePath) {
var fields = dependencies2fields.get(namePath) || /* @__PURE__ */ new Set();
fields.forEach(function(field) {
if (!children.has(field)) {
children.add(field);
var fieldNamePath = field.getNamePath();
if (field.isFieldDirty() && fieldNamePath.length) {
childrenFields.push(fieldNamePath);
fillChildren2(fieldNamePath);
}
}
});
};
fillChildren(rootNamePath);
return childrenFields;
});
_defineProperty(this, "triggerOnFieldsChange", function(namePathList, filedErrors) {
var onFieldsChange = _this.callbacks.onFieldsChange;
if (onFieldsChange) {
var fields = _this.getFields();
if (filedErrors) {
var cache = new NameMap_default();
filedErrors.forEach(function(_ref6) {
var name = _ref6.name, errors = _ref6.errors;
cache.set(name, errors);
});
fields.forEach(function(field) {
field.errors = cache.get(field.name) || field.errors;
});
}
var changedFields = fields.filter(function(_ref7) {
var fieldName = _ref7.name;
return containsNamePath(namePathList, fieldName);
});
if (changedFields.length) {
onFieldsChange(changedFields, fields);
}
}
});
_defineProperty(this, "validateFields", function(arg1, arg2) {
_this.warningUnhooked();
var nameList;
var options;
if (Array.isArray(arg1) || typeof arg1 === "string" || typeof arg2 === "string") {
nameList = arg1;
options = arg2;
} else {
options = arg1;
}
var provideNameList = !!nameList;
var namePathList = provideNameList ? nameList.map(getNamePath) : [];
var promiseList = [];
var TMP_SPLIT = String(Date.now());
var validateNamePathList = /* @__PURE__ */ new Set();
var _ref8 = options || {}, recursive = _ref8.recursive, dirty = _ref8.dirty;
_this.getFieldEntities(true).forEach(function(field) {
if (!provideNameList) {
namePathList.push(field.getNamePath());
}
if (!field.props.rules || !field.props.rules.length) {
return;
}
if (dirty && !field.isFieldDirty()) {
return;
}
var fieldNamePath = field.getNamePath();
validateNamePathList.add(fieldNamePath.join(TMP_SPLIT));
if (!provideNameList || containsNamePath(namePathList, fieldNamePath, recursive)) {
var promise = field.validateRules(_objectSpread2({
validateMessages: _objectSpread2(_objectSpread2({}, defaultValidateMessages), _this.validateMessages)
}, options));
promiseList.push(promise.then(function() {
return {
name: fieldNamePath,
errors: [],
warnings: []
};
}).catch(function(ruleErrors) {
var _ruleErrors$forEach;
var mergedErrors = [];
var mergedWarnings = [];
(_ruleErrors$forEach = ruleErrors.forEach) === null || _ruleErrors$forEach === void 0 || _ruleErrors$forEach.call(ruleErrors, function(_ref9) {
var warningOnly = _ref9.rule.warningOnly, errors = _ref9.errors;
if (warningOnly) {
mergedWarnings.push.apply(mergedWarnings, _toConsumableArray(errors));
} else {
mergedErrors.push.apply(mergedErrors, _toConsumableArray(errors));
}
});
if (mergedErrors.length) {
return Promise.reject({
name: fieldNamePath,
errors: mergedErrors,
warnings: mergedWarnings
});
}
return {
name: fieldNamePath,
errors: mergedErrors,
warnings: mergedWarnings
};
}));
}
});
var summaryPromise = allPromiseFinish(promiseList);
_this.lastValidatePromise = summaryPromise;
summaryPromise.catch(function(results) {
return results;
}).then(function(results) {
var resultNamePathList = results.map(function(_ref10) {
var name = _ref10.name;
return name;
});
_this.notifyObservers(_this.store, resultNamePathList, {
type: "validateFinish"
});
_this.triggerOnFieldsChange(resultNamePathList, results);
});
var returnPromise = summaryPromise.then(function() {
if (_this.lastValidatePromise === summaryPromise) {
return Promise.resolve(_this.getFieldsValue(namePathList));
}
return Promise.reject([]);
}).catch(function(results) {
var errorList = results.filter(function(result) {
return result && result.errors.length;
});
return Promise.reject({
values: _this.getFieldsValue(namePathList),
errorFields: errorList,
outOfDate: _this.lastValidatePromise !== summaryPromise
});
});
returnPromise.catch(function(e3) {
return e3;
});
var triggerNamePathList = namePathList.filter(function(namePath) {
return validateNamePathList.has(namePath.join(TMP_SPLIT));
});
_this.triggerOnFieldsChange(triggerNamePathList);
return returnPromise;
});
_defineProperty(this, "submit", function() {
_this.warningUnhooked();
_this.validateFields().then(function(values) {
var onFinish = _this.callbacks.onFinish;
if (onFinish) {
try {
onFinish(values);
} catch (err) {
console.error(err);
}
}
}).catch(function(e3) {
var onFinishFailed = _this.callbacks.onFinishFailed;
if (onFinishFailed) {
onFinishFailed(e3);
}
});
});
this.forceRootUpdate = forceRootUpdate;
});
function useForm(form) {
var formRef = React107.useRef();
var _React$useState = React107.useState({}), _React$useState2 = _slicedToArray(_React$useState, 2), forceUpdate = _React$useState2[1];
if (!formRef.current) {
if (form) {
formRef.current = form;
} else {
var forceReRender = function forceReRender2() {
forceUpdate({});
};
var formStore = new FormStore(forceReRender);
formRef.current = formStore.getForm();
}
}
return [formRef.current];
}
var useForm_default = useForm;
// node_modules/rc-field-form/es/Form.js
var React109 = __toESM(require_react());
// node_modules/rc-field-form/es/FormContext.js
var React108 = __toESM(require_react());
var FormContext = React108.createContext({
triggerFormChange: function triggerFormChange() {
},
triggerFormFinish: function triggerFormFinish() {
},
registerForm: function registerForm() {
},
unregisterForm: function unregisterForm() {
}
});
var FormProvider = function FormProvider2(_ref) {
var validateMessages = _ref.validateMessages, onFormChange = _ref.onFormChange, onFormFinish = _ref.onFormFinish, children = _ref.children;
var formContext = React108.useContext(FormContext);
var formsRef = React108.useRef({});
return React108.createElement(FormContext.Provider, {
value: _objectSpread2(_objectSpread2({}, formContext), {}, {
validateMessages: _objectSpread2(_objectSpread2({}, formContext.validateMessages), validateMessages),
// =========================================================
// = Global Form Control =
// =========================================================
triggerFormChange: function triggerFormChange2(name, changedFields) {
if (onFormChange) {
onFormChange(name, {
changedFields,
forms: formsRef.current
});
}
formContext.triggerFormChange(name, changedFields);
},
triggerFormFinish: function triggerFormFinish2(name, values) {
if (onFormFinish) {
onFormFinish(name, {
values,
forms: formsRef.current
});
}
formContext.triggerFormFinish(name, values);
},
registerForm: function registerForm2(name, form) {
if (name) {
formsRef.current = _objectSpread2(_objectSpread2({}, formsRef.current), {}, _defineProperty({}, name, form));
}
formContext.registerForm(name, form);
},
unregisterForm: function unregisterForm2(name) {
var newForms = _objectSpread2({}, formsRef.current);
delete newForms[name];
formsRef.current = newForms;
formContext.unregisterForm(name);
}
})
}, children);
};
var FormContext_default = FormContext;
// node_modules/rc-field-form/es/Form.js
var _excluded10 = ["name", "initialValues", "fields", "form", "preserve", "children", "component", "validateMessages", "validateTrigger", "onValuesChange", "onFieldsChange", "onFinish", "onFinishFailed", "clearOnDestroy"];
var Form = function Form2(_ref, ref) {
var name = _ref.name, initialValues = _ref.initialValues, fields = _ref.fields, form = _ref.form, preserve2 = _ref.preserve, children = _ref.children, _ref$component = _ref.component, Component10 = _ref$component === void 0 ? "form" : _ref$component, validateMessages = _ref.validateMessages, _ref$validateTrigger = _ref.validateTrigger, validateTrigger = _ref$validateTrigger === void 0 ? "onChange" : _ref$validateTrigger, onValuesChange = _ref.onValuesChange, _onFieldsChange = _ref.onFieldsChange, _onFinish = _ref.onFinish, onFinishFailed = _ref.onFinishFailed, clearOnDestroy = _ref.clearOnDestroy, restProps = _objectWithoutProperties(_ref, _excluded10);
var nativeElementRef = React109.useRef(null);
var formContext = React109.useContext(FormContext_default);
var _useForm = useForm_default(form), _useForm2 = _slicedToArray(_useForm, 1), formInstance = _useForm2[0];
var _getInternalHooks = formInstance.getInternalHooks(HOOK_MARK), useSubscribe = _getInternalHooks.useSubscribe, setInitialValues = _getInternalHooks.setInitialValues, setCallbacks = _getInternalHooks.setCallbacks, setValidateMessages = _getInternalHooks.setValidateMessages, setPreserve = _getInternalHooks.setPreserve, destroyForm = _getInternalHooks.destroyForm;
React109.useImperativeHandle(ref, function() {
return _objectSpread2(_objectSpread2({}, formInstance), {}, {
nativeElement: nativeElementRef.current
});
});
React109.useEffect(function() {
formContext.registerForm(name, formInstance);
return function() {
formContext.unregisterForm(name);
};
}, [formContext, formInstance, name]);
setValidateMessages(_objectSpread2(_objectSpread2({}, formContext.validateMessages), validateMessages));
setCallbacks({
onValuesChange,
onFieldsChange: function onFieldsChange(changedFields) {
formContext.triggerFormChange(name, changedFields);
if (_onFieldsChange) {
for (var _len = arguments.length, rest = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
rest[_key - 1] = arguments[_key];
}
_onFieldsChange.apply(void 0, [changedFields].concat(rest));
}
},
onFinish: function onFinish(values) {
formContext.triggerFormFinish(name, values);
if (_onFinish) {
_onFinish(values);
}
},
onFinishFailed
});
setPreserve(preserve2);
var mountRef = React109.useRef(null);
setInitialValues(initialValues, !mountRef.current);
if (!mountRef.current) {
mountRef.current = true;
}
React109.useEffect(
function() {
return function() {
return destroyForm(clearOnDestroy);
};
},
// eslint-disable-next-line react-hooks/exhaustive-deps
[]
);
var childrenNode;
var childrenRenderProps = typeof children === "function";
if (childrenRenderProps) {
var _values = formInstance.getFieldsValue(true);
childrenNode = children(_values, formInstance);
} else {
childrenNode = children;
}
useSubscribe(!childrenRenderProps);
var prevFieldsRef = React109.useRef();
React109.useEffect(function() {
if (!isSimilar(prevFieldsRef.current || [], fields || [])) {
formInstance.setFields(fields || []);
}
prevFieldsRef.current = fields;
}, [fields, formInstance]);
var formContextValue = React109.useMemo(function() {
return _objectSpread2(_objectSpread2({}, formInstance), {}, {
validateTrigger
});
}, [formInstance, validateTrigger]);
var wrapperNode = React109.createElement(ListContext_default.Provider, {
value: null
}, React109.createElement(FieldContext_default.Provider, {
value: formContextValue
}, childrenNode));
if (Component10 === false) {
return wrapperNode;
}
return React109.createElement(Component10, _extends({}, restProps, {
ref: nativeElementRef,
onSubmit: function onSubmit(event) {
event.preventDefault();
event.stopPropagation();
formInstance.submit();
},
onReset: function onReset(event) {
var _restProps$onReset;
event.preventDefault();
formInstance.resetFields();
(_restProps$onReset = restProps.onReset) === null || _restProps$onReset === void 0 || _restProps$onReset.call(restProps, event);
}
}), wrapperNode);
};
var Form_default = Form;
// node_modules/rc-field-form/es/useWatch.js
var import_react54 = __toESM(require_react());
function stringify2(value) {
try {
return JSON.stringify(value);
} catch (err) {
return Math.random();
}
}
var useWatchWarning = true ? function(namePath) {
var fullyStr = namePath.join("__RC_FIELD_FORM_SPLIT__");
var nameStrRef = (0, import_react54.useRef)(fullyStr);
warning_default(nameStrRef.current === fullyStr, "`useWatch` is not support dynamic `namePath`. Please provide static instead.");
} : function() {
};
function useWatch() {
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
args[_key] = arguments[_key];
}
var dependencies = args[0], _args$ = args[1], _form = _args$ === void 0 ? {} : _args$;
var options = isFormInstance(_form) ? {
form: _form
} : _form;
var form = options.form;
var _useState = (0, import_react54.useState)(), _useState2 = _slicedToArray(_useState, 2), value = _useState2[0], setValue = _useState2[1];
var valueStr = (0, import_react54.useMemo)(function() {
return stringify2(value);
}, [value]);
var valueStrRef = (0, import_react54.useRef)(valueStr);
valueStrRef.current = valueStr;
var fieldContext = (0, import_react54.useContext)(FieldContext_default);
var formInstance = form || fieldContext;
var isValidForm = formInstance && formInstance._init;
if (true) {
warning_default(args.length === 2 ? form ? isValidForm : true : isValidForm, "useWatch requires a form instance since it can not auto detect from context.");
}
var namePath = getNamePath(dependencies);
var namePathRef = (0, import_react54.useRef)(namePath);
namePathRef.current = namePath;
useWatchWarning(namePath);
(0, import_react54.useEffect)(
function() {
if (!isValidForm) {
return;
}
var getFieldsValue = formInstance.getFieldsValue, getInternalHooks2 = formInstance.getInternalHooks;
var _getInternalHooks = getInternalHooks2(HOOK_MARK), registerWatch = _getInternalHooks.registerWatch;
var getWatchValue = function getWatchValue2(values, allValues) {
var watchValue = options.preserve ? allValues : values;
return typeof dependencies === "function" ? dependencies(watchValue) : get(watchValue, namePathRef.current);
};
var cancelRegister = registerWatch(function(values, allValues) {
var newValue = getWatchValue(values, allValues);
var nextValueStr = stringify2(newValue);
if (valueStrRef.current !== nextValueStr) {
valueStrRef.current = nextValueStr;
setValue(newValue);
}
});
var initialValue = getWatchValue(getFieldsValue(), getFieldsValue(true));
if (value !== initialValue) {
setValue(initialValue);
}
return cancelRegister;
},
// We do not need re-register since namePath content is the same
// eslint-disable-next-line react-hooks/exhaustive-deps
[isValidForm]
);
return value;
}
var useWatch_default = useWatch;
// node_modules/rc-field-form/es/index.js
var InternalForm = React110.forwardRef(Form_default);
var RefForm = InternalForm;
RefForm.FormProvider = FormProvider;
RefForm.Field = Field_default;
RefForm.List = List_default;
RefForm.useForm = useForm_default;
RefForm.useWatch = useWatch_default;
var es_default8 = RefForm;
// node_modules/antd/es/form/context.js
var FormContext2 = React111.createContext({
labelAlign: "right",
layout: "horizontal",
itemRef: () => {
}
});
var NoStyleItemContext = React111.createContext(null);
var FormProvider3 = (props) => {
const providerProps = omit(props, ["prefixCls"]);
return React111.createElement(FormProvider, Object.assign({}, providerProps));
};
var FormItemPrefixContext = React111.createContext({
prefixCls: ""
});
var FormItemInputContext = React111.createContext({});
if (true) {
FormItemInputContext.displayName = "FormItemInputContext";
}
var NoFormStyle = ({
children,
status,
override
}) => {
const formItemInputContext = React111.useContext(FormItemInputContext);
const newFormItemInputContext = React111.useMemo(() => {
const newContext = Object.assign({}, formItemInputContext);
if (override) {
delete newContext.isFormItemInput;
}
if (status) {
delete newContext.status;
delete newContext.hasFeedback;
delete newContext.feedbackIcon;
}
return newContext;
}, [status, override, formItemInputContext]);
return React111.createElement(FormItemInputContext.Provider, {
value: newFormItemInputContext
}, children);
};
var VariantContext = React111.createContext(void 0);
// node_modules/antd/es/_util/ContextIsolator.js
var ContextIsolator = (props) => {
const {
space,
form,
children
} = props;
if (children === void 0 || children === null) {
return null;
}
let result = children;
if (form) {
result = import_react55.default.createElement(NoFormStyle, {
override: true,
status: true
}, result);
}
if (space) {
result = import_react55.default.createElement(NoCompactStyle, null, result);
}
return result;
};
var ContextIsolator_default = ContextIsolator;
// node_modules/rc-util/es/Dom/styleChecker.js
var isStyleNameSupport = function isStyleNameSupport2(styleName) {
if (canUseDom() && window.document.documentElement) {
var styleNameList = Array.isArray(styleName) ? styleName : [styleName];
var documentElement = window.document.documentElement;
return styleNameList.some(function(name) {
return name in documentElement.style;
});
}
return false;
};
var isStyleValueSupport = function isStyleValueSupport2(styleName, value) {
if (!isStyleNameSupport(styleName)) {
return false;
}
var ele = document.createElement("div");
var origin = ele.style[styleName];
ele.style[styleName] = value;
return ele.style[styleName] !== origin;
};
function isStyleSupport(styleName, styleValue) {
if (!Array.isArray(styleName) && styleValue !== void 0) {
return isStyleValueSupport(styleName, styleValue);
}
return isStyleNameSupport(styleName);
}
// node_modules/antd/es/_util/styleChecker.js
var canUseDocElement = () => canUseDom() && window.document.documentElement;
// node_modules/antd/es/skeleton/Skeleton.js
var React121 = __toESM(require_react());
var import_classnames40 = __toESM(require_classnames());
// node_modules/antd/es/skeleton/Avatar.js
var React114 = __toESM(require_react());
var import_classnames33 = __toESM(require_classnames());
// node_modules/antd/es/skeleton/Element.js
var React113 = __toESM(require_react());
var import_classnames32 = __toESM(require_classnames());
var Element2 = (props) => {
const {
prefixCls,
className,
style: style2,
size,
shape
} = props;
const sizeCls = (0, import_classnames32.default)({
[`${prefixCls}-lg`]: size === "large",
[`${prefixCls}-sm`]: size === "small"
});
const shapeCls = (0, import_classnames32.default)({
[`${prefixCls}-circle`]: shape === "circle",
[`${prefixCls}-square`]: shape === "square",
[`${prefixCls}-round`]: shape === "round"
});
const sizeStyle = React113.useMemo(() => typeof size === "number" ? {
width: size,
height: size,
lineHeight: `${size}px`
} : {}, [size]);
return React113.createElement("span", {
className: (0, import_classnames32.default)(prefixCls, sizeCls, shapeCls, className),
style: Object.assign(Object.assign({}, sizeStyle), style2)
});
};
var Element_default = Element2;
// node_modules/antd/es/skeleton/style/index.js
var skeletonClsLoading = new Keyframes_default(`ant-skeleton-loading`, {
"0%": {
backgroundPosition: "100% 50%"
},
"100%": {
backgroundPosition: "0 50%"
}
});
var genSkeletonElementCommonSize = (size) => ({
height: size,
lineHeight: unit2(size)
});
var genSkeletonElementAvatarSize = (size) => Object.assign({
width: size
}, genSkeletonElementCommonSize(size));
var genSkeletonColor = (token2) => ({
background: token2.skeletonLoadingBackground,
backgroundSize: "400% 100%",
animationName: skeletonClsLoading,
animationDuration: token2.skeletonLoadingMotionDuration,
animationTimingFunction: "ease",
animationIterationCount: "infinite"
});
var genSkeletonElementInputSize = (size, calc) => Object.assign({
width: calc(size).mul(5).equal(),
minWidth: calc(size).mul(5).equal()
}, genSkeletonElementCommonSize(size));
var genSkeletonElementAvatar = (token2) => {
const {
skeletonAvatarCls,
gradientFromColor,
controlHeight,
controlHeightLG,
controlHeightSM
} = token2;
return {
[skeletonAvatarCls]: Object.assign({
display: "inline-block",
verticalAlign: "top",
background: gradientFromColor
}, genSkeletonElementAvatarSize(controlHeight)),
[`${skeletonAvatarCls}${skeletonAvatarCls}-circle`]: {
borderRadius: "50%"
},
[`${skeletonAvatarCls}${skeletonAvatarCls}-lg`]: Object.assign({}, genSkeletonElementAvatarSize(controlHeightLG)),
[`${skeletonAvatarCls}${skeletonAvatarCls}-sm`]: Object.assign({}, genSkeletonElementAvatarSize(controlHeightSM))
};
};
var genSkeletonElementInput = (token2) => {
const {
controlHeight,
borderRadiusSM,
skeletonInputCls,
controlHeightLG,
controlHeightSM,
gradientFromColor,
calc
} = token2;
return {
[skeletonInputCls]: Object.assign({
display: "inline-block",
verticalAlign: "top",
background: gradientFromColor,
borderRadius: borderRadiusSM
}, genSkeletonElementInputSize(controlHeight, calc)),
[`${skeletonInputCls}-lg`]: Object.assign({}, genSkeletonElementInputSize(controlHeightLG, calc)),
[`${skeletonInputCls}-sm`]: Object.assign({}, genSkeletonElementInputSize(controlHeightSM, calc))
};
};
var genSkeletonElementImageSize = (size) => Object.assign({
width: size
}, genSkeletonElementCommonSize(size));
var genSkeletonElementImage = (token2) => {
const {
skeletonImageCls,
imageSizeBase,
gradientFromColor,
borderRadiusSM,
calc
} = token2;
return {
[skeletonImageCls]: Object.assign(Object.assign({
display: "inline-flex",
alignItems: "center",
justifyContent: "center",
verticalAlign: "middle",
background: gradientFromColor,
borderRadius: borderRadiusSM
}, genSkeletonElementImageSize(calc(imageSizeBase).mul(2).equal())), {
[`${skeletonImageCls}-path`]: {
fill: "#bfbfbf"
},
[`${skeletonImageCls}-svg`]: Object.assign(Object.assign({}, genSkeletonElementImageSize(imageSizeBase)), {
maxWidth: calc(imageSizeBase).mul(4).equal(),
maxHeight: calc(imageSizeBase).mul(4).equal()
}),
[`${skeletonImageCls}-svg${skeletonImageCls}-svg-circle`]: {
borderRadius: "50%"
}
}),
[`${skeletonImageCls}${skeletonImageCls}-circle`]: {
borderRadius: "50%"
}
};
};
var genSkeletonElementButtonShape = (token2, size, buttonCls) => {
const {
skeletonButtonCls
} = token2;
return {
[`${buttonCls}${skeletonButtonCls}-circle`]: {
width: size,
minWidth: size,
borderRadius: "50%"
},
[`${buttonCls}${skeletonButtonCls}-round`]: {
borderRadius: size
}
};
};
var genSkeletonElementButtonSize = (size, calc) => Object.assign({
width: calc(size).mul(2).equal(),
minWidth: calc(size).mul(2).equal()
}, genSkeletonElementCommonSize(size));
var genSkeletonElementButton = (token2) => {
const {
borderRadiusSM,
skeletonButtonCls,
controlHeight,
controlHeightLG,
controlHeightSM,
gradientFromColor,
calc
} = token2;
return Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({
[skeletonButtonCls]: Object.assign({
display: "inline-block",
verticalAlign: "top",
background: gradientFromColor,
borderRadius: borderRadiusSM,
width: calc(controlHeight).mul(2).equal(),
minWidth: calc(controlHeight).mul(2).equal()
}, genSkeletonElementButtonSize(controlHeight, calc))
}, genSkeletonElementButtonShape(token2, controlHeight, skeletonButtonCls)), {
[`${skeletonButtonCls}-lg`]: Object.assign({}, genSkeletonElementButtonSize(controlHeightLG, calc))
}), genSkeletonElementButtonShape(token2, controlHeightLG, `${skeletonButtonCls}-lg`)), {
[`${skeletonButtonCls}-sm`]: Object.assign({}, genSkeletonElementButtonSize(controlHeightSM, calc))
}), genSkeletonElementButtonShape(token2, controlHeightSM, `${skeletonButtonCls}-sm`));
};
var genBaseStyle3 = (token2) => {
const {
componentCls,
skeletonAvatarCls,
skeletonTitleCls,
skeletonParagraphCls,
skeletonButtonCls,
skeletonInputCls,
skeletonImageCls,
controlHeight,
controlHeightLG,
controlHeightSM,
gradientFromColor,
padding,
marginSM,
borderRadius,
titleHeight,
blockRadius,
paragraphLiHeight,
controlHeightXS,
paragraphMarginTop
} = token2;
return {
[componentCls]: {
display: "table",
width: "100%",
[`${componentCls}-header`]: {
display: "table-cell",
paddingInlineEnd: padding,
verticalAlign: "top",
// Avatar
[skeletonAvatarCls]: Object.assign({
display: "inline-block",
verticalAlign: "top",
background: gradientFromColor
}, genSkeletonElementAvatarSize(controlHeight)),
[`${skeletonAvatarCls}-circle`]: {
borderRadius: "50%"
},
[`${skeletonAvatarCls}-lg`]: Object.assign({}, genSkeletonElementAvatarSize(controlHeightLG)),
[`${skeletonAvatarCls}-sm`]: Object.assign({}, genSkeletonElementAvatarSize(controlHeightSM))
},
[`${componentCls}-content`]: {
display: "table-cell",
width: "100%",
verticalAlign: "top",
// Title
[skeletonTitleCls]: {
width: "100%",
height: titleHeight,
background: gradientFromColor,
borderRadius: blockRadius,
[`+ ${skeletonParagraphCls}`]: {
marginBlockStart: controlHeightSM
}
},
// paragraph
[skeletonParagraphCls]: {
padding: 0,
"> li": {
width: "100%",
height: paragraphLiHeight,
listStyle: "none",
background: gradientFromColor,
borderRadius: blockRadius,
"+ li": {
marginBlockStart: controlHeightXS
}
}
},
[`${skeletonParagraphCls}> li:last-child:not(:first-child):not(:nth-child(2))`]: {
width: "61%"
}
},
[`&-round ${componentCls}-content`]: {
[`${skeletonTitleCls}, ${skeletonParagraphCls} > li`]: {
borderRadius
}
}
},
[`${componentCls}-with-avatar ${componentCls}-content`]: {
// Title
[skeletonTitleCls]: {
marginBlockStart: marginSM,
[`+ ${skeletonParagraphCls}`]: {
marginBlockStart: paragraphMarginTop
}
}
},
// Skeleton element
[`${componentCls}${componentCls}-element`]: Object.assign(Object.assign(Object.assign(Object.assign({
display: "inline-block",
width: "auto"
}, genSkeletonElementButton(token2)), genSkeletonElementAvatar(token2)), genSkeletonElementInput(token2)), genSkeletonElementImage(token2)),
// Skeleton Block Button, Input
[`${componentCls}${componentCls}-block`]: {
width: "100%",
[skeletonButtonCls]: {
width: "100%"
},
[skeletonInputCls]: {
width: "100%"
}
},
// With active animation
[`${componentCls}${componentCls}-active`]: {
[`
${skeletonTitleCls},
${skeletonParagraphCls} > li,
${skeletonAvatarCls},
${skeletonButtonCls},
${skeletonInputCls},
${skeletonImageCls}
`]: Object.assign({}, genSkeletonColor(token2))
}
};
};
var prepareComponentToken7 = (token2) => {
const {
colorFillContent,
colorFill
} = token2;
const gradientFromColor = colorFillContent;
const gradientToColor = colorFill;
return {
color: gradientFromColor,
colorGradientEnd: gradientToColor,
gradientFromColor,
gradientToColor,
titleHeight: token2.controlHeight / 2,
blockRadius: token2.borderRadiusSM,
paragraphMarginTop: token2.marginLG + token2.marginXXS,
paragraphLiHeight: token2.controlHeight / 2
};
};
var style_default8 = genStyleHooks("Skeleton", (token2) => {
const {
componentCls,
calc
} = token2;
const skeletonToken = merge2(token2, {
skeletonAvatarCls: `${componentCls}-avatar`,
skeletonTitleCls: `${componentCls}-title`,
skeletonParagraphCls: `${componentCls}-paragraph`,
skeletonButtonCls: `${componentCls}-button`,
skeletonInputCls: `${componentCls}-input`,
skeletonImageCls: `${componentCls}-image`,
imageSizeBase: calc(token2.controlHeight).mul(1.5).equal(),
borderRadius: 100,
// Large number to make capsule shape
skeletonLoadingBackground: `linear-gradient(90deg, ${token2.gradientFromColor} 25%, ${token2.gradientToColor} 37%, ${token2.gradientFromColor} 63%)`,
skeletonLoadingMotionDuration: "1.4s"
});
return genBaseStyle3(skeletonToken);
}, prepareComponentToken7, {
deprecatedTokens: [["color", "gradientFromColor"], ["colorGradientEnd", "gradientToColor"]]
});
// node_modules/antd/es/skeleton/Avatar.js
var SkeletonAvatar = (props) => {
const {
prefixCls: customizePrefixCls,
className,
rootClassName,
active,
shape = "circle",
size = "default"
} = props;
const {
getPrefixCls
} = React114.useContext(ConfigContext);
const prefixCls = getPrefixCls("skeleton", customizePrefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default8(prefixCls);
const otherProps = omit(props, ["prefixCls", "className"]);
const cls13 = (0, import_classnames33.default)(prefixCls, `${prefixCls}-element`, {
[`${prefixCls}-active`]: active
}, className, rootClassName, hashId, cssVarCls);
return wrapCSSVar(React114.createElement("div", {
className: cls13
}, React114.createElement(Element_default, Object.assign({
prefixCls: `${prefixCls}-avatar`,
shape,
size
}, otherProps))));
};
var Avatar_default = SkeletonAvatar;
// node_modules/antd/es/skeleton/Button.js
var React115 = __toESM(require_react());
var import_classnames34 = __toESM(require_classnames());
var SkeletonButton = (props) => {
const {
prefixCls: customizePrefixCls,
className,
rootClassName,
active,
block = false,
size = "default"
} = props;
const {
getPrefixCls
} = React115.useContext(ConfigContext);
const prefixCls = getPrefixCls("skeleton", customizePrefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default8(prefixCls);
const otherProps = omit(props, ["prefixCls"]);
const cls13 = (0, import_classnames34.default)(prefixCls, `${prefixCls}-element`, {
[`${prefixCls}-active`]: active,
[`${prefixCls}-block`]: block
}, className, rootClassName, hashId, cssVarCls);
return wrapCSSVar(React115.createElement("div", {
className: cls13
}, React115.createElement(Element_default, Object.assign({
prefixCls: `${prefixCls}-button`,
size
}, otherProps))));
};
var Button_default = SkeletonButton;
// node_modules/antd/es/skeleton/Image.js
var React116 = __toESM(require_react());
var import_classnames35 = __toESM(require_classnames());
var path = "M365.714286 329.142857q0 45.714286-32.036571 77.677714t-77.677714 32.036571-77.677714-32.036571-32.036571-77.677714 32.036571-77.677714 77.677714-32.036571 77.677714 32.036571 32.036571 77.677714zM950.857143 548.571429l0 256-804.571429 0 0-109.714286 182.857143-182.857143 91.428571 91.428571 292.571429-292.571429zM1005.714286 146.285714l-914.285714 0q-7.460571 0-12.873143 5.412571t-5.412571 12.873143l0 694.857143q0 7.460571 5.412571 12.873143t12.873143 5.412571l914.285714 0q7.460571 0 12.873143-5.412571t5.412571-12.873143l0-694.857143q0-7.460571-5.412571-12.873143t-12.873143-5.412571zM1097.142857 164.571429l0 694.857143q0 37.741714-26.843429 64.585143t-64.585143 26.843429l-914.285714 0q-37.741714 0-64.585143-26.843429t-26.843429-64.585143l0-694.857143q0-37.741714 26.843429-64.585143t64.585143-26.843429l914.285714 0q37.741714 0 64.585143 26.843429t26.843429 64.585143z";
var SkeletonImage = (props) => {
const {
prefixCls: customizePrefixCls,
className,
rootClassName,
style: style2,
active
} = props;
const {
getPrefixCls
} = React116.useContext(ConfigContext);
const prefixCls = getPrefixCls("skeleton", customizePrefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default8(prefixCls);
const cls13 = (0, import_classnames35.default)(prefixCls, `${prefixCls}-element`, {
[`${prefixCls}-active`]: active
}, className, rootClassName, hashId, cssVarCls);
return wrapCSSVar(React116.createElement("div", {
className: cls13
}, React116.createElement("div", {
className: (0, import_classnames35.default)(`${prefixCls}-image`, className),
style: style2
}, React116.createElement("svg", {
viewBox: "0 0 1098 1024",
xmlns: "http://www.w3.org/2000/svg",
className: `${prefixCls}-image-svg`
}, React116.createElement("title", null, "Image placeholder"), React116.createElement("path", {
d: path,
className: `${prefixCls}-image-path`
})))));
};
var Image_default = SkeletonImage;
// node_modules/antd/es/skeleton/Input.js
var React117 = __toESM(require_react());
var import_classnames36 = __toESM(require_classnames());
var SkeletonInput = (props) => {
const {
prefixCls: customizePrefixCls,
className,
rootClassName,
active,
block,
size = "default"
} = props;
const {
getPrefixCls
} = React117.useContext(ConfigContext);
const prefixCls = getPrefixCls("skeleton", customizePrefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default8(prefixCls);
const otherProps = omit(props, ["prefixCls"]);
const cls13 = (0, import_classnames36.default)(prefixCls, `${prefixCls}-element`, {
[`${prefixCls}-active`]: active,
[`${prefixCls}-block`]: block
}, className, rootClassName, hashId, cssVarCls);
return wrapCSSVar(React117.createElement("div", {
className: cls13
}, React117.createElement(Element_default, Object.assign({
prefixCls: `${prefixCls}-input`,
size
}, otherProps))));
};
var Input_default = SkeletonInput;
// node_modules/antd/es/skeleton/Node.js
var React118 = __toESM(require_react());
var import_classnames37 = __toESM(require_classnames());
var SkeletonNode = (props) => {
const {
prefixCls: customizePrefixCls,
className,
rootClassName,
style: style2,
active,
children
} = props;
const {
getPrefixCls
} = React118.useContext(ConfigContext);
const prefixCls = getPrefixCls("skeleton", customizePrefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default8(prefixCls);
const cls13 = (0, import_classnames37.default)(prefixCls, `${prefixCls}-element`, {
[`${prefixCls}-active`]: active
}, hashId, className, rootClassName, cssVarCls);
return wrapCSSVar(React118.createElement("div", {
className: cls13
}, React118.createElement("div", {
className: (0, import_classnames37.default)(`${prefixCls}-image`, className),
style: style2
}, children)));
};
var Node_default = SkeletonNode;
// node_modules/antd/es/skeleton/Paragraph.js
var React119 = __toESM(require_react());
var import_classnames38 = __toESM(require_classnames());
var getWidth = (index3, props) => {
const {
width,
rows = 2
} = props;
if (Array.isArray(width)) {
return width[index3];
}
if (rows - 1 === index3) {
return width;
}
return void 0;
};
var Paragraph = (props) => {
const {
prefixCls,
className,
style: style2,
rows = 0
} = props;
const rowList = Array.from({
length: rows
}).map((_, index3) => (
// eslint-disable-next-line react/no-array-index-key
React119.createElement("li", {
key: index3,
style: {
width: getWidth(index3, props)
}
})
));
return React119.createElement("ul", {
className: (0, import_classnames38.default)(prefixCls, className),
style: style2
}, rowList);
};
var Paragraph_default = Paragraph;
// node_modules/antd/es/skeleton/Title.js
var React120 = __toESM(require_react());
var import_classnames39 = __toESM(require_classnames());
var Title = ({
prefixCls,
className,
width,
style: style2
}) => (
// biome-ignore lint/a11y/useHeadingContent: HOC here
React120.createElement("h3", {
className: (0, import_classnames39.default)(prefixCls, className),
style: Object.assign({
width
}, style2)
})
);
var Title_default = Title;
// node_modules/antd/es/skeleton/Skeleton.js
function getComponentProps(prop) {
if (prop && typeof prop === "object") {
return prop;
}
return {};
}
function getAvatarBasicProps(hasTitle, hasParagraph) {
if (hasTitle && !hasParagraph) {
return {
size: "large",
shape: "square"
};
}
return {
size: "large",
shape: "circle"
};
}
function getTitleBasicProps(hasAvatar, hasParagraph) {
if (!hasAvatar && hasParagraph) {
return {
width: "38%"
};
}
if (hasAvatar && hasParagraph) {
return {
width: "50%"
};
}
return {};
}
function getParagraphBasicProps(hasAvatar, hasTitle) {
const basicProps = {};
if (!hasAvatar || !hasTitle) {
basicProps.width = "61%";
}
if (!hasAvatar && hasTitle) {
basicProps.rows = 3;
} else {
basicProps.rows = 2;
}
return basicProps;
}
var Skeleton = (props) => {
const {
prefixCls: customizePrefixCls,
loading,
className,
rootClassName,
style: style2,
children,
avatar = false,
title = true,
paragraph = true,
active,
round
} = props;
const {
getPrefixCls,
direction,
className: contextClassName,
style: contextStyle
} = useComponentConfig("skeleton");
const prefixCls = getPrefixCls("skeleton", customizePrefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default8(prefixCls);
if (loading || !("loading" in props)) {
const hasAvatar = !!avatar;
const hasTitle = !!title;
const hasParagraph = !!paragraph;
let avatarNode;
if (hasAvatar) {
const avatarProps = Object.assign(Object.assign({
prefixCls: `${prefixCls}-avatar`
}, getAvatarBasicProps(hasTitle, hasParagraph)), getComponentProps(avatar));
avatarNode = React121.createElement("div", {
className: `${prefixCls}-header`
}, React121.createElement(Element_default, Object.assign({}, avatarProps)));
}
let contentNode;
if (hasTitle || hasParagraph) {
let $title;
if (hasTitle) {
const titleProps = Object.assign(Object.assign({
prefixCls: `${prefixCls}-title`
}, getTitleBasicProps(hasAvatar, hasParagraph)), getComponentProps(title));
$title = React121.createElement(Title_default, Object.assign({}, titleProps));
}
let paragraphNode;
if (hasParagraph) {
const paragraphProps = Object.assign(Object.assign({
prefixCls: `${prefixCls}-paragraph`
}, getParagraphBasicProps(hasAvatar, hasTitle)), getComponentProps(paragraph));
paragraphNode = React121.createElement(Paragraph_default, Object.assign({}, paragraphProps));
}
contentNode = React121.createElement("div", {
className: `${prefixCls}-content`
}, $title, paragraphNode);
}
const cls13 = (0, import_classnames40.default)(prefixCls, {
[`${prefixCls}-with-avatar`]: hasAvatar,
[`${prefixCls}-active`]: active,
[`${prefixCls}-rtl`]: direction === "rtl",
[`${prefixCls}-round`]: round
}, contextClassName, className, rootClassName, hashId, cssVarCls);
return wrapCSSVar(React121.createElement("div", {
className: cls13,
style: Object.assign(Object.assign({}, contextStyle), style2)
}, avatarNode, contentNode));
}
return children !== null && children !== void 0 ? children : null;
};
Skeleton.Button = Button_default;
Skeleton.Avatar = Avatar_default;
Skeleton.Input = Input_default;
Skeleton.Image = Image_default;
Skeleton.Node = Node_default;
if (true) {
Skeleton.displayName = "Skeleton";
}
var Skeleton_default = Skeleton;
// node_modules/antd/es/skeleton/index.js
var skeleton_default = Skeleton_default;
// node_modules/antd/es/watermark/context.js
var React122 = __toESM(require_react());
function voidFunc() {
}
var WatermarkContext = React122.createContext({
add: voidFunc,
remove: voidFunc
});
function usePanelRef(panelSelector) {
const watermark = React122.useContext(WatermarkContext);
const panelEleRef = React122.useRef(null);
const panelRef = useEvent((ele) => {
if (ele) {
const innerContentEle = panelSelector ? ele.querySelector(panelSelector) : ele;
if (innerContentEle) {
watermark.add(innerContentEle);
panelEleRef.current = innerContentEle;
}
} else {
watermark.remove(panelEleRef.current);
}
});
return panelRef;
}
var context_default3 = WatermarkContext;
// node_modules/antd/es/modal/shared.js
var import_react58 = __toESM(require_react());
// node_modules/antd/es/modal/components/NormalCancelBtn.js
var import_react56 = __toESM(require_react());
var NormalCancelBtn = () => {
const {
cancelButtonProps,
cancelTextLocale,
onCancel
} = (0, import_react56.useContext)(ModalContext);
return import_react56.default.createElement(button_default2, Object.assign({
onClick: onCancel
}, cancelButtonProps), cancelTextLocale);
};
var NormalCancelBtn_default = NormalCancelBtn;
// node_modules/antd/es/modal/components/NormalOkBtn.js
var import_react57 = __toESM(require_react());
var NormalOkBtn = () => {
const {
confirmLoading,
okButtonProps,
okType,
okTextLocale,
onOk
} = (0, import_react57.useContext)(ModalContext);
return import_react57.default.createElement(button_default2, Object.assign({}, convertLegacyProps(okType), {
loading: confirmLoading,
onClick: onOk
}, okButtonProps), okTextLocale);
};
var NormalOkBtn_default = NormalOkBtn;
// node_modules/antd/es/modal/shared.js
function renderCloseIcon(prefixCls, closeIcon) {
return import_react58.default.createElement("span", {
className: `${prefixCls}-close-x`
}, closeIcon || import_react58.default.createElement(CloseOutlined_default, {
className: `${prefixCls}-close-icon`
}));
}
var Footer = (props) => {
const {
okText,
okType = "primary",
cancelText,
confirmLoading,
onOk,
onCancel,
okButtonProps,
cancelButtonProps,
footer
} = props;
const [locale6] = useLocale_default("Modal", getConfirmLocale());
const okTextLocale = okText || (locale6 === null || locale6 === void 0 ? void 0 : locale6.okText);
const cancelTextLocale = cancelText || (locale6 === null || locale6 === void 0 ? void 0 : locale6.cancelText);
const memoizedValue = import_react58.default.useMemo(() => {
return {
confirmLoading,
okButtonProps,
cancelButtonProps,
okTextLocale,
cancelTextLocale,
okType,
onOk,
onCancel
};
}, [confirmLoading, okButtonProps, cancelButtonProps, okTextLocale, cancelTextLocale, okType, onOk, onCancel]);
let footerNode;
if (typeof footer === "function" || typeof footer === "undefined") {
footerNode = import_react58.default.createElement(import_react58.default.Fragment, null, import_react58.default.createElement(NormalCancelBtn_default, null), import_react58.default.createElement(NormalOkBtn_default, null));
if (typeof footer === "function") {
footerNode = footer(footerNode, {
OkBtn: NormalOkBtn_default,
CancelBtn: NormalCancelBtn_default
});
}
footerNode = import_react58.default.createElement(ModalContextProvider, {
value: memoizedValue
}, footerNode);
} else {
footerNode = footer;
}
return import_react58.default.createElement(DisabledContextProvider, {
disabled: false
}, footerNode);
};
// node_modules/antd/es/grid/style/index.js
var genGridRowStyle = (token2) => {
const {
componentCls
} = token2;
return {
// Grid system
[componentCls]: {
display: "flex",
flexFlow: "row wrap",
minWidth: 0,
"&::before, &::after": {
display: "flex"
},
"&-no-wrap": {
flexWrap: "nowrap"
},
// The origin of the X-axis
"&-start": {
justifyContent: "flex-start"
},
// The center of the X-axis
"&-center": {
justifyContent: "center"
},
// The opposite of the X-axis
"&-end": {
justifyContent: "flex-end"
},
"&-space-between": {
justifyContent: "space-between"
},
"&-space-around": {
justifyContent: "space-around"
},
"&-space-evenly": {
justifyContent: "space-evenly"
},
// Align at the top
"&-top": {
alignItems: "flex-start"
},
// Align at the center
"&-middle": {
alignItems: "center"
},
"&-bottom": {
alignItems: "flex-end"
}
}
};
};
var genGridColStyle = (token2) => {
const {
componentCls
} = token2;
return {
// Grid system
[componentCls]: {
position: "relative",
maxWidth: "100%",
// Prevent columns from collapsing when empty
minHeight: 1
}
};
};
var genLoopGridColumnsStyle = (token2, sizeCls) => {
const {
prefixCls,
componentCls,
gridColumns
} = token2;
const gridColumnsStyle = {};
for (let i = gridColumns; i >= 0; i--) {
if (i === 0) {
gridColumnsStyle[`${componentCls}${sizeCls}-${i}`] = {
display: "none"
};
gridColumnsStyle[`${componentCls}-push-${i}`] = {
insetInlineStart: "auto"
};
gridColumnsStyle[`${componentCls}-pull-${i}`] = {
insetInlineEnd: "auto"
};
gridColumnsStyle[`${componentCls}${sizeCls}-push-${i}`] = {
insetInlineStart: "auto"
};
gridColumnsStyle[`${componentCls}${sizeCls}-pull-${i}`] = {
insetInlineEnd: "auto"
};
gridColumnsStyle[`${componentCls}${sizeCls}-offset-${i}`] = {
marginInlineStart: 0
};
gridColumnsStyle[`${componentCls}${sizeCls}-order-${i}`] = {
order: 0
};
} else {
gridColumnsStyle[`${componentCls}${sizeCls}-${i}`] = [
// https://github.com/ant-design/ant-design/issues/44456
// Form set `display: flex` on Col which will override `display: block`.
// Let's get it from css variable to support override.
{
["--ant-display"]: "block",
// Fallback to display if variable not support
display: "block"
},
{
display: "var(--ant-display)",
flex: `0 0 ${i / gridColumns * 100}%`,
maxWidth: `${i / gridColumns * 100}%`
}
];
gridColumnsStyle[`${componentCls}${sizeCls}-push-${i}`] = {
insetInlineStart: `${i / gridColumns * 100}%`
};
gridColumnsStyle[`${componentCls}${sizeCls}-pull-${i}`] = {
insetInlineEnd: `${i / gridColumns * 100}%`
};
gridColumnsStyle[`${componentCls}${sizeCls}-offset-${i}`] = {
marginInlineStart: `${i / gridColumns * 100}%`
};
gridColumnsStyle[`${componentCls}${sizeCls}-order-${i}`] = {
order: i
};
}
}
gridColumnsStyle[`${componentCls}${sizeCls}-flex`] = {
flex: `var(--${prefixCls}${sizeCls}-flex)`
};
return gridColumnsStyle;
};
var genGridStyle = (token2, sizeCls) => genLoopGridColumnsStyle(token2, sizeCls);
var genGridMediaStyle = (token2, screenSize, sizeCls) => ({
[`@media (min-width: ${unit2(screenSize)})`]: Object.assign({}, genGridStyle(token2, sizeCls))
});
var prepareRowComponentToken = () => ({});
var prepareColComponentToken = () => ({});
var useRowStyle = genStyleHooks("Grid", genGridRowStyle, prepareRowComponentToken);
var getMediaSize = (token2) => {
const mediaSizesMap = {
xs: token2.screenXSMin,
sm: token2.screenSMMin,
md: token2.screenMDMin,
lg: token2.screenLGMin,
xl: token2.screenXLMin,
xxl: token2.screenXXLMin
};
return mediaSizesMap;
};
var useColStyle = genStyleHooks("Grid", (token2) => {
const gridToken = merge2(token2, {
gridColumns: 24
// Row is divided into 24 parts in Grid
});
const gridMediaSizesMap = getMediaSize(gridToken);
delete gridMediaSizesMap.xs;
return [genGridColStyle(gridToken), genGridStyle(gridToken, ""), genGridStyle(gridToken, "-xs"), Object.keys(gridMediaSizesMap).map((key) => genGridMediaStyle(gridToken, gridMediaSizesMap[key], `-${key}`)).reduce((pre, cur) => Object.assign(Object.assign({}, pre), cur), {})];
}, prepareColComponentToken);
// node_modules/antd/es/modal/style/index.js
function box(position3) {
return {
position: position3,
inset: 0
};
}
var genModalMaskStyle = (token2) => {
const {
componentCls,
antCls
} = token2;
return [{
[`${componentCls}-root`]: {
[`${componentCls}${antCls}-zoom-enter, ${componentCls}${antCls}-zoom-appear`]: {
// reset scale avoid mousePosition bug
transform: "none",
opacity: 0,
animationDuration: token2.motionDurationSlow,
// https://github.com/ant-design/ant-design/issues/11777
userSelect: "none"
},
// https://github.com/ant-design/ant-design/issues/37329
// https://github.com/ant-design/ant-design/issues/40272
[`${componentCls}${antCls}-zoom-leave ${componentCls}-content`]: {
pointerEvents: "none"
},
[`${componentCls}-mask`]: Object.assign(Object.assign({}, box("fixed")), {
zIndex: token2.zIndexPopupBase,
height: "100%",
backgroundColor: token2.colorBgMask,
pointerEvents: "none",
[`${componentCls}-hidden`]: {
display: "none"
}
}),
[`${componentCls}-wrap`]: Object.assign(Object.assign({}, box("fixed")), {
zIndex: token2.zIndexPopupBase,
overflow: "auto",
outline: 0,
WebkitOverflowScrolling: "touch"
})
}
}, {
[`${componentCls}-root`]: initFadeMotion(token2)
}];
};
var genModalStyle = (token2) => {
const {
componentCls
} = token2;
return [
// ======================== Root =========================
{
[`${componentCls}-root`]: {
[`${componentCls}-wrap-rtl`]: {
direction: "rtl"
},
[`${componentCls}-centered`]: {
textAlign: "center",
"&::before": {
display: "inline-block",
width: 0,
height: "100%",
verticalAlign: "middle",
content: '""'
},
[componentCls]: {
top: 0,
display: "inline-block",
paddingBottom: 0,
textAlign: "start",
verticalAlign: "middle"
}
},
[`@media (max-width: ${token2.screenSMMax}px)`]: {
[componentCls]: {
maxWidth: "calc(100vw - 16px)",
margin: `${unit2(token2.marginXS)} auto`
},
[`${componentCls}-centered`]: {
[componentCls]: {
flex: 1
}
}
}
}
},
// ======================== Modal ========================
{
[componentCls]: Object.assign(Object.assign({}, resetComponent(token2)), {
pointerEvents: "none",
position: "relative",
top: 100,
width: "auto",
maxWidth: `calc(100vw - ${unit2(token2.calc(token2.margin).mul(2).equal())})`,
margin: "0 auto",
paddingBottom: token2.paddingLG,
[`${componentCls}-title`]: {
margin: 0,
color: token2.titleColor,
fontWeight: token2.fontWeightStrong,
fontSize: token2.titleFontSize,
lineHeight: token2.titleLineHeight,
wordWrap: "break-word"
},
[`${componentCls}-content`]: {
position: "relative",
backgroundColor: token2.contentBg,
backgroundClip: "padding-box",
border: 0,
borderRadius: token2.borderRadiusLG,
boxShadow: token2.boxShadow,
pointerEvents: "auto",
padding: token2.contentPadding
},
[`${componentCls}-close`]: Object.assign({
position: "absolute",
top: token2.calc(token2.modalHeaderHeight).sub(token2.modalCloseBtnSize).div(2).equal(),
insetInlineEnd: token2.calc(token2.modalHeaderHeight).sub(token2.modalCloseBtnSize).div(2).equal(),
zIndex: token2.calc(token2.zIndexPopupBase).add(10).equal(),
padding: 0,
color: token2.modalCloseIconColor,
fontWeight: token2.fontWeightStrong,
lineHeight: 1,
textDecoration: "none",
background: "transparent",
borderRadius: token2.borderRadiusSM,
width: token2.modalCloseBtnSize,
height: token2.modalCloseBtnSize,
border: 0,
outline: 0,
cursor: "pointer",
transition: `color ${token2.motionDurationMid}, background-color ${token2.motionDurationMid}`,
"&-x": {
display: "flex",
fontSize: token2.fontSizeLG,
fontStyle: "normal",
lineHeight: unit2(token2.modalCloseBtnSize),
justifyContent: "center",
textTransform: "none",
textRendering: "auto"
},
"&:disabled": {
pointerEvents: "none"
},
"&:hover": {
color: token2.modalCloseIconHoverColor,
backgroundColor: token2.colorBgTextHover,
textDecoration: "none"
},
"&:active": {
backgroundColor: token2.colorBgTextActive
}
}, genFocusStyle(token2)),
[`${componentCls}-header`]: {
color: token2.colorText,
background: token2.headerBg,
borderRadius: `${unit2(token2.borderRadiusLG)} ${unit2(token2.borderRadiusLG)} 0 0`,
marginBottom: token2.headerMarginBottom,
padding: token2.headerPadding,
borderBottom: token2.headerBorderBottom
},
[`${componentCls}-body`]: {
fontSize: token2.fontSize,
lineHeight: token2.lineHeight,
wordWrap: "break-word",
padding: token2.bodyPadding,
[`${componentCls}-body-skeleton`]: {
width: "100%",
height: "100%",
display: "flex",
justifyContent: "center",
alignItems: "center",
margin: `${unit2(token2.margin)} auto`
}
},
[`${componentCls}-footer`]: {
textAlign: "end",
background: token2.footerBg,
marginTop: token2.footerMarginTop,
padding: token2.footerPadding,
borderTop: token2.footerBorderTop,
borderRadius: token2.footerBorderRadius,
[`> ${token2.antCls}-btn + ${token2.antCls}-btn`]: {
marginInlineStart: token2.marginXS
}
},
[`${componentCls}-open`]: {
overflow: "hidden"
}
})
},
// ======================== Pure =========================
{
[`${componentCls}-pure-panel`]: {
top: "auto",
padding: 0,
display: "flex",
flexDirection: "column",
[`${componentCls}-content,
${componentCls}-body,
${componentCls}-confirm-body-wrapper`]: {
display: "flex",
flexDirection: "column",
flex: "auto"
},
[`${componentCls}-confirm-body`]: {
marginBottom: "auto"
}
}
}
];
};
var genRTLStyle = (token2) => {
const {
componentCls
} = token2;
return {
[`${componentCls}-root`]: {
[`${componentCls}-wrap-rtl`]: {
direction: "rtl",
[`${componentCls}-confirm-body`]: {
direction: "rtl"
}
}
}
};
};
var genResponsiveWidthStyle = (token2) => {
const {
componentCls
} = token2;
const oriGridMediaSizesMap = getMediaSize(token2);
const gridMediaSizesMap = Object.assign({}, oriGridMediaSizesMap);
delete gridMediaSizesMap.xs;
const cssVarPrefix = `--${componentCls.replace(".", "")}-`;
const responsiveStyles = Object.keys(gridMediaSizesMap).map((key) => ({
[`@media (min-width: ${unit2(gridMediaSizesMap[key])})`]: {
width: `var(${cssVarPrefix}${key}-width)`
}
}));
return {
[`${componentCls}-root`]: {
[componentCls]: [].concat(_toConsumableArray(Object.keys(oriGridMediaSizesMap).map((currentKey, index3) => {
const previousKey = Object.keys(oriGridMediaSizesMap)[index3 - 1];
return previousKey ? {
[`${cssVarPrefix}${currentKey}-width`]: `var(${cssVarPrefix}${previousKey}-width)`
} : null;
})), [{
width: `var(${cssVarPrefix}xs-width)`
}], _toConsumableArray(responsiveStyles))
}
};
};
var prepareToken2 = (token2) => {
const headerPaddingVertical = token2.padding;
const headerFontSize = token2.fontSizeHeading5;
const headerLineHeight = token2.lineHeightHeading5;
const modalToken = merge2(token2, {
modalHeaderHeight: token2.calc(token2.calc(headerLineHeight).mul(headerFontSize).equal()).add(token2.calc(headerPaddingVertical).mul(2).equal()).equal(),
modalFooterBorderColorSplit: token2.colorSplit,
modalFooterBorderStyle: token2.lineType,
modalFooterBorderWidth: token2.lineWidth,
modalCloseIconColor: token2.colorIcon,
modalCloseIconHoverColor: token2.colorIconHover,
modalCloseBtnSize: token2.controlHeight,
modalConfirmIconSize: token2.fontHeight,
modalTitleHeight: token2.calc(token2.titleFontSize).mul(token2.titleLineHeight).equal()
});
return modalToken;
};
var prepareComponentToken8 = (token2) => ({
footerBg: "transparent",
headerBg: token2.colorBgElevated,
titleLineHeight: token2.lineHeightHeading5,
titleFontSize: token2.fontSizeHeading5,
contentBg: token2.colorBgElevated,
titleColor: token2.colorTextHeading,
// internal
contentPadding: token2.wireframe ? 0 : `${unit2(token2.paddingMD)} ${unit2(token2.paddingContentHorizontalLG)}`,
headerPadding: token2.wireframe ? `${unit2(token2.padding)} ${unit2(token2.paddingLG)}` : 0,
headerBorderBottom: token2.wireframe ? `${unit2(token2.lineWidth)} ${token2.lineType} ${token2.colorSplit}` : "none",
headerMarginBottom: token2.wireframe ? 0 : token2.marginXS,
bodyPadding: token2.wireframe ? token2.paddingLG : 0,
footerPadding: token2.wireframe ? `${unit2(token2.paddingXS)} ${unit2(token2.padding)}` : 0,
footerBorderTop: token2.wireframe ? `${unit2(token2.lineWidth)} ${token2.lineType} ${token2.colorSplit}` : "none",
footerBorderRadius: token2.wireframe ? `0 0 ${unit2(token2.borderRadiusLG)} ${unit2(token2.borderRadiusLG)}` : 0,
footerMarginTop: token2.wireframe ? 0 : token2.marginSM,
confirmBodyPadding: token2.wireframe ? `${unit2(token2.padding * 2)} ${unit2(token2.padding * 2)} ${unit2(token2.paddingLG)}` : 0,
confirmIconMarginInlineEnd: token2.wireframe ? token2.margin : token2.marginSM,
confirmBtnsMarginTop: token2.wireframe ? token2.marginLG : token2.marginSM
});
var style_default9 = genStyleHooks("Modal", (token2) => {
const modalToken = prepareToken2(token2);
return [genModalStyle(modalToken), genRTLStyle(modalToken), genModalMaskStyle(modalToken), initZoomMotion(modalToken, "zoom"), genResponsiveWidthStyle(modalToken)];
}, prepareComponentToken8, {
unitless: {
titleLineHeight: true
}
});
// node_modules/antd/es/modal/Modal.js
var __rest11 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var mousePosition;
var getClickPosition = (e3) => {
mousePosition = {
x: e3.pageX,
y: e3.pageY
};
setTimeout(() => {
mousePosition = null;
}, 100);
};
if (canUseDocElement()) {
document.documentElement.addEventListener("click", getClickPosition, true);
}
var Modal = (props) => {
const {
prefixCls: customizePrefixCls,
className,
rootClassName,
open: open3,
wrapClassName,
centered,
getContainer,
focusTriggerAfterClose = true,
style: style2,
// Deprecated
visible,
width = 520,
footer,
classNames: modalClassNames,
styles: modalStyles,
children,
loading,
confirmLoading,
zIndex: customizeZIndex,
mousePosition: customizeMousePosition,
onOk,
onCancel,
destroyOnHidden,
destroyOnClose,
panelRef = null,
modalRender
} = props, restProps = __rest11(props, ["prefixCls", "className", "rootClassName", "open", "wrapClassName", "centered", "getContainer", "focusTriggerAfterClose", "style", "visible", "width", "footer", "classNames", "styles", "children", "loading", "confirmLoading", "zIndex", "mousePosition", "onOk", "onCancel", "destroyOnHidden", "destroyOnClose", "panelRef", "modalRender"]);
const {
getPopupContainer: getContextPopupContainer,
getPrefixCls,
direction,
modal: modalContext
} = React126.useContext(ConfigContext);
const handleCancel = (e3) => {
if (confirmLoading) {
return;
}
onCancel === null || onCancel === void 0 ? void 0 : onCancel(e3);
};
const handleOk = (e3) => {
onOk === null || onOk === void 0 ? void 0 : onOk(e3);
};
if (true) {
const warning5 = devUseWarning("Modal");
[["visible", "open"], ["bodyStyle", "styles.body"], ["maskStyle", "styles.mask"], ["destroyOnClose", "destroyOnHidden"]].forEach(([deprecatedName, newName]) => {
warning5.deprecated(!(deprecatedName in props), deprecatedName, newName);
});
}
const prefixCls = getPrefixCls("modal", customizePrefixCls);
const rootPrefixCls = getPrefixCls();
const rootCls = useCSSVarCls_default(prefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default9(prefixCls, rootCls);
const wrapClassNameExtended = (0, import_classnames41.default)(wrapClassName, {
[`${prefixCls}-centered`]: centered !== null && centered !== void 0 ? centered : modalContext === null || modalContext === void 0 ? void 0 : modalContext.centered,
[`${prefixCls}-wrap-rtl`]: direction === "rtl"
});
const dialogFooter = footer !== null && !loading ? React126.createElement(Footer, Object.assign({}, props, {
onOk: handleOk,
onCancel: handleCancel
})) : null;
const [mergedClosable, mergedCloseIcon, closeBtnIsDisabled, ariaProps] = useClosable(pickClosable(props), pickClosable(modalContext), {
closable: true,
closeIcon: React126.createElement(CloseOutlined_default, {
className: `${prefixCls}-close-icon`
}),
closeIconRender: (icon) => renderCloseIcon(prefixCls, icon)
});
const mergedModalRender = modalRender ? (node2) => React126.createElement("div", {
className: `${prefixCls}-render`
}, modalRender(node2)) : void 0;
const panelClassName = `.${prefixCls}-${modalRender ? "render" : "content"}`;
const innerPanelRef = usePanelRef(panelClassName);
const mergedPanelRef = composeRef(panelRef, innerPanelRef);
const [zIndex, contextZIndex] = useZIndex("Modal", customizeZIndex);
const [numWidth, responsiveWidth] = React126.useMemo(() => {
if (width && typeof width === "object") {
return [void 0, width];
}
return [width, void 0];
}, [width]);
const responsiveWidthVars = React126.useMemo(() => {
const vars = {};
if (responsiveWidth) {
Object.keys(responsiveWidth).forEach((breakpoint) => {
const breakpointWidth = responsiveWidth[breakpoint];
if (breakpointWidth !== void 0) {
vars[`--${prefixCls}-${breakpoint}-width`] = typeof breakpointWidth === "number" ? `${breakpointWidth}px` : breakpointWidth;
}
});
}
return vars;
}, [prefixCls, responsiveWidth]);
return wrapCSSVar(React126.createElement(ContextIsolator_default, {
form: true,
space: true
}, React126.createElement(zindexContext_default.Provider, {
value: contextZIndex
}, React126.createElement(es_default6, Object.assign({
width: numWidth
}, restProps, {
zIndex,
getContainer: getContainer === void 0 ? getContextPopupContainer : getContainer,
prefixCls,
rootClassName: (0, import_classnames41.default)(hashId, rootClassName, cssVarCls, rootCls),
footer: dialogFooter,
visible: open3 !== null && open3 !== void 0 ? open3 : visible,
mousePosition: customizeMousePosition !== null && customizeMousePosition !== void 0 ? customizeMousePosition : mousePosition,
onClose: handleCancel,
closable: mergedClosable ? Object.assign({
disabled: closeBtnIsDisabled,
closeIcon: mergedCloseIcon
}, ariaProps) : mergedClosable,
closeIcon: mergedCloseIcon,
focusTriggerAfterClose,
transitionName: getTransitionName2(rootPrefixCls, "zoom", props.transitionName),
maskTransitionName: getTransitionName2(rootPrefixCls, "fade", props.maskTransitionName),
className: (0, import_classnames41.default)(hashId, className, modalContext === null || modalContext === void 0 ? void 0 : modalContext.className),
style: Object.assign(Object.assign(Object.assign({}, modalContext === null || modalContext === void 0 ? void 0 : modalContext.style), style2), responsiveWidthVars),
classNames: Object.assign(Object.assign(Object.assign({}, modalContext === null || modalContext === void 0 ? void 0 : modalContext.classNames), modalClassNames), {
wrapper: (0, import_classnames41.default)(wrapClassNameExtended, modalClassNames === null || modalClassNames === void 0 ? void 0 : modalClassNames.wrapper)
}),
styles: Object.assign(Object.assign({}, modalContext === null || modalContext === void 0 ? void 0 : modalContext.styles), modalStyles),
panelRef: mergedPanelRef,
// TODO: In the future, destroyOnClose in rc-dialog needs to be upgrade to destroyOnHidden
destroyOnClose: destroyOnHidden !== null && destroyOnHidden !== void 0 ? destroyOnHidden : destroyOnClose,
modalRender: mergedModalRender
}), loading ? React126.createElement(skeleton_default, {
active: true,
title: false,
paragraph: {
rows: 4
},
className: `${prefixCls}-body-skeleton`
}) : children))));
};
var Modal_default = Modal;
// node_modules/antd/es/modal/style/confirm.js
var genModalConfirmStyle = (token2) => {
const {
componentCls,
titleFontSize,
titleLineHeight,
modalConfirmIconSize,
fontSize,
lineHeight,
modalTitleHeight,
fontHeight,
confirmBodyPadding
} = token2;
const confirmComponentCls = `${componentCls}-confirm`;
return {
[confirmComponentCls]: {
"&-rtl": {
direction: "rtl"
},
[`${token2.antCls}-modal-header`]: {
display: "none"
},
[`${confirmComponentCls}-body-wrapper`]: Object.assign({}, clearFix()),
[`&${componentCls} ${componentCls}-body`]: {
padding: confirmBodyPadding
},
// ====================== Body ======================
[`${confirmComponentCls}-body`]: {
display: "flex",
flexWrap: "nowrap",
alignItems: "start",
[`> ${token2.iconCls}`]: {
flex: "none",
fontSize: modalConfirmIconSize,
marginInlineEnd: token2.confirmIconMarginInlineEnd,
marginTop: token2.calc(token2.calc(fontHeight).sub(modalConfirmIconSize).equal()).div(2).equal()
},
[`&-has-title > ${token2.iconCls}`]: {
marginTop: token2.calc(token2.calc(modalTitleHeight).sub(modalConfirmIconSize).equal()).div(2).equal()
}
},
[`${confirmComponentCls}-paragraph`]: {
display: "flex",
flexDirection: "column",
flex: "auto",
rowGap: token2.marginXS,
// https://github.com/ant-design/ant-design/issues/51912
maxWidth: `calc(100% - ${unit2(token2.marginSM)})`
},
// https://github.com/ant-design/ant-design/issues/48159
[`${token2.iconCls} + ${confirmComponentCls}-paragraph`]: {
maxWidth: `calc(100% - ${unit2(token2.calc(token2.modalConfirmIconSize).add(token2.marginSM).equal())})`
},
[`${confirmComponentCls}-title`]: {
color: token2.colorTextHeading,
fontWeight: token2.fontWeightStrong,
fontSize: titleFontSize,
lineHeight: titleLineHeight
},
[`${confirmComponentCls}-content`]: {
color: token2.colorText,
fontSize,
lineHeight
},
// ===================== Footer =====================
[`${confirmComponentCls}-btns`]: {
textAlign: "end",
marginTop: token2.confirmBtnsMarginTop,
[`${token2.antCls}-btn + ${token2.antCls}-btn`]: {
marginBottom: 0,
marginInlineStart: token2.marginXS
}
}
},
[`${confirmComponentCls}-error ${confirmComponentCls}-body > ${token2.iconCls}`]: {
color: token2.colorError
},
[`${confirmComponentCls}-warning ${confirmComponentCls}-body > ${token2.iconCls},
${confirmComponentCls}-confirm ${confirmComponentCls}-body > ${token2.iconCls}`]: {
color: token2.colorWarning
},
[`${confirmComponentCls}-info ${confirmComponentCls}-body > ${token2.iconCls}`]: {
color: token2.colorInfo
},
[`${confirmComponentCls}-success ${confirmComponentCls}-body > ${token2.iconCls}`]: {
color: token2.colorSuccess
}
};
};
var confirm_default = genSubStyleComponent(["Modal", "confirm"], (token2) => {
const modalToken = prepareToken2(token2);
return genModalConfirmStyle(modalToken);
}, prepareComponentToken8, {
// confirm is weak than modal since no conflict here
order: -1e3
});
// node_modules/antd/es/modal/ConfirmDialog.js
var __rest12 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var ConfirmContent = (props) => {
const {
prefixCls,
icon,
okText,
cancelText,
confirmPrefixCls,
type: type5,
okCancel,
footer,
// Legacy for static function usage
locale: staticLocale
} = props, resetProps = __rest12(props, ["prefixCls", "icon", "okText", "cancelText", "confirmPrefixCls", "type", "okCancel", "footer", "locale"]);
if (true) {
const warning5 = devUseWarning("Modal");
true ? warning5(!(typeof icon === "string" && icon.length > 2), "breaking", `\`icon\` is using ReactNode instead of string naming in v4. Please check \`${icon}\` at https://ant.design/components/icon`) : void 0;
}
let mergedIcon = icon;
if (!icon && icon !== null) {
switch (type5) {
case "info":
mergedIcon = React127.createElement(InfoCircleFilled_default, null);
break;
case "success":
mergedIcon = React127.createElement(CheckCircleFilled_default, null);
break;
case "error":
mergedIcon = React127.createElement(CloseCircleFilled_default, null);
break;
default:
mergedIcon = React127.createElement(ExclamationCircleFilled_default, null);
}
}
const mergedOkCancel = okCancel !== null && okCancel !== void 0 ? okCancel : type5 === "confirm";
const autoFocusButton = props.autoFocusButton === null ? false : props.autoFocusButton || "ok";
const [locale6] = useLocale_default("Modal");
const mergedLocale = staticLocale || locale6;
const okTextLocale = okText || (mergedOkCancel ? mergedLocale === null || mergedLocale === void 0 ? void 0 : mergedLocale.okText : mergedLocale === null || mergedLocale === void 0 ? void 0 : mergedLocale.justOkText);
const cancelTextLocale = cancelText || (mergedLocale === null || mergedLocale === void 0 ? void 0 : mergedLocale.cancelText);
const memoizedValue = React127.useMemo(() => {
return Object.assign({
autoFocusButton,
cancelTextLocale,
okTextLocale,
mergedOkCancel
}, resetProps);
}, [autoFocusButton, cancelTextLocale, okTextLocale, mergedOkCancel, resetProps]);
const footerOriginNode = React127.createElement(React127.Fragment, null, React127.createElement(ConfirmCancelBtn_default, null), React127.createElement(ConfirmOkBtn_default, null));
const hasTitle = props.title !== void 0 && props.title !== null;
const bodyCls = `${confirmPrefixCls}-body`;
return React127.createElement("div", {
className: `${confirmPrefixCls}-body-wrapper`
}, React127.createElement("div", {
className: (0, import_classnames42.default)(bodyCls, {
[`${bodyCls}-has-title`]: hasTitle
})
}, mergedIcon, React127.createElement("div", {
className: `${confirmPrefixCls}-paragraph`
}, hasTitle && React127.createElement("span", {
className: `${confirmPrefixCls}-title`
}, props.title), React127.createElement("div", {
className: `${confirmPrefixCls}-content`
}, props.content))), footer === void 0 || typeof footer === "function" ? React127.createElement(ModalContextProvider, {
value: memoizedValue
}, React127.createElement("div", {
className: `${confirmPrefixCls}-btns`
}, typeof footer === "function" ? footer(footerOriginNode, {
OkBtn: ConfirmOkBtn_default,
CancelBtn: ConfirmCancelBtn_default
}) : footerOriginNode)) : footer, React127.createElement(confirm_default, {
prefixCls
}));
};
var ConfirmDialog = (props) => {
const {
close,
zIndex,
maskStyle,
direction,
prefixCls,
wrapClassName,
rootPrefixCls,
bodyStyle,
closable = false,
onConfirm,
styles,
title
} = props;
if (true) {
const warning5 = devUseWarning("Modal");
[["visible", "open"], ["bodyStyle", "styles.body"], ["maskStyle", "styles.mask"]].forEach(([deprecatedName, newName]) => {
warning5.deprecated(!(deprecatedName in props), deprecatedName, newName);
});
}
const confirmPrefixCls = `${prefixCls}-confirm`;
const width = props.width || 416;
const style2 = props.style || {};
const mask = props.mask === void 0 ? true : props.mask;
const maskClosable = props.maskClosable === void 0 ? false : props.maskClosable;
const classString = (0, import_classnames42.default)(confirmPrefixCls, `${confirmPrefixCls}-${props.type}`, {
[`${confirmPrefixCls}-rtl`]: direction === "rtl"
}, props.className);
const [, token2] = useToken();
const mergedZIndex = React127.useMemo(() => {
if (zIndex !== void 0) {
return zIndex;
}
return token2.zIndexPopupBase + CONTAINER_MAX_OFFSET;
}, [zIndex, token2]);
return React127.createElement(Modal_default, Object.assign({}, props, {
className: classString,
wrapClassName: (0, import_classnames42.default)({
[`${confirmPrefixCls}-centered`]: !!props.centered
}, wrapClassName),
onCancel: () => {
close === null || close === void 0 ? void 0 : close({
triggerCancel: true
});
onConfirm === null || onConfirm === void 0 ? void 0 : onConfirm(false);
},
title,
footer: null,
transitionName: getTransitionName2(rootPrefixCls || "", "zoom", props.transitionName),
maskTransitionName: getTransitionName2(rootPrefixCls || "", "fade", props.maskTransitionName),
mask,
maskClosable,
style: style2,
styles: Object.assign({
body: bodyStyle,
mask: maskStyle
}, styles),
width,
zIndex: mergedZIndex,
closable
}), React127.createElement(ConfirmContent, Object.assign({}, props, {
confirmPrefixCls
})));
};
var ConfirmDialogWrapper = (props) => {
const {
rootPrefixCls,
iconPrefixCls,
direction,
theme
} = props;
return React127.createElement(config_provider_default, {
prefixCls: rootPrefixCls,
iconPrefixCls,
direction,
theme
}, React127.createElement(ConfirmDialog, Object.assign({}, props)));
};
if (true) {
ConfirmDialog.displayName = "ConfirmDialog";
ConfirmDialogWrapper.displayName = "ConfirmDialogWrapper";
}
var ConfirmDialog_default = ConfirmDialogWrapper;
// node_modules/antd/es/modal/destroyFns.js
var destroyFns = [];
var destroyFns_default = destroyFns;
// node_modules/antd/es/modal/confirm.js
var defaultRootPrefixCls = "";
function getRootPrefixCls() {
return defaultRootPrefixCls;
}
var ConfirmDialogWrapper2 = (props) => {
var _a, _b;
const {
prefixCls: customizePrefixCls,
getContainer,
direction
} = props;
const runtimeLocale2 = getConfirmLocale();
const config = (0, import_react59.useContext)(ConfigContext);
const rootPrefixCls = getRootPrefixCls() || config.getPrefixCls();
const prefixCls = customizePrefixCls || `${rootPrefixCls}-modal`;
let mergedGetContainer = getContainer;
if (mergedGetContainer === false) {
mergedGetContainer = void 0;
if (true) {
true ? warning_default2(false, "Modal", "Static method not support `getContainer` to be `false` since it do not have context env.") : void 0;
}
}
return import_react59.default.createElement(ConfirmDialog_default, Object.assign({}, props, {
rootPrefixCls,
prefixCls,
iconPrefixCls: config.iconPrefixCls,
theme: config.theme,
direction: direction !== null && direction !== void 0 ? direction : config.direction,
locale: (_b = (_a = config.locale) === null || _a === void 0 ? void 0 : _a.Modal) !== null && _b !== void 0 ? _b : runtimeLocale2,
getContainer: mergedGetContainer
}));
};
function confirm(config) {
const global2 = globalConfig();
if (!global2.holderRender) {
warnContext("Modal");
}
const container = document.createDocumentFragment();
let currentConfig = Object.assign(Object.assign({}, config), {
close,
open: true
});
let timeoutId;
let reactUnmount;
function destroy3(...args) {
var _a;
const triggerCancel = args.some((param) => param === null || param === void 0 ? void 0 : param.triggerCancel);
if (triggerCancel) {
var _a2;
(_a = config.onCancel) === null || _a === void 0 ? void 0 : (_a2 = _a).call.apply(_a2, [config, () => {
}].concat(_toConsumableArray(args.slice(1))));
}
for (let i = 0; i < destroyFns_default.length; i++) {
const fn = destroyFns_default[i];
if (fn === close) {
destroyFns_default.splice(i, 1);
break;
}
}
reactUnmount();
}
const scheduleRender = (props) => {
clearTimeout(timeoutId);
timeoutId = setTimeout(() => {
const rootPrefixCls = global2.getPrefixCls(void 0, getRootPrefixCls());
const iconPrefixCls = global2.getIconPrefixCls();
const theme = global2.getTheme();
const dom = import_react59.default.createElement(ConfirmDialogWrapper2, Object.assign({}, props));
const reactRender2 = unstableSetRender();
reactUnmount = reactRender2(import_react59.default.createElement(config_provider_default, {
prefixCls: rootPrefixCls,
iconPrefixCls,
theme
}, typeof global2.holderRender === "function" ? global2.holderRender(dom) : dom), container);
});
};
function close(...args) {
currentConfig = Object.assign(Object.assign({}, currentConfig), {
open: false,
afterClose: () => {
if (typeof config.afterClose === "function") {
config.afterClose();
}
destroy3.apply(this, args);
}
});
if (currentConfig.visible) {
delete currentConfig.visible;
}
scheduleRender(currentConfig);
}
function update(configUpdate) {
if (typeof configUpdate === "function") {
currentConfig = configUpdate(currentConfig);
} else {
currentConfig = Object.assign(Object.assign({}, currentConfig), configUpdate);
}
scheduleRender(currentConfig);
}
scheduleRender(currentConfig);
destroyFns_default.push(close);
return {
destroy: close,
update
};
}
function withWarn(props) {
return Object.assign(Object.assign({}, props), {
type: "warning"
});
}
function withInfo(props) {
return Object.assign(Object.assign({}, props), {
type: "info"
});
}
function withSuccess(props) {
return Object.assign(Object.assign({}, props), {
type: "success"
});
}
function withError(props) {
return Object.assign(Object.assign({}, props), {
type: "error"
});
}
function withConfirm(props) {
return Object.assign(Object.assign({}, props), {
type: "confirm"
});
}
function modalGlobalConfig({
rootPrefixCls
}) {
true ? warning_default2(false, "Modal", "Modal.config is deprecated. Please use ConfigProvider.config instead.") : void 0;
defaultRootPrefixCls = rootPrefixCls;
}
// node_modules/antd/es/modal/useModal/HookModal.js
var React129 = __toESM(require_react());
var __rest13 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var HookModal = (_a, ref) => {
var _b;
var {
afterClose: hookAfterClose,
config
} = _a, restProps = __rest13(_a, ["afterClose", "config"]);
const [open3, setOpen] = React129.useState(true);
const [innerConfig, setInnerConfig] = React129.useState(config);
const {
direction,
getPrefixCls
} = React129.useContext(ConfigContext);
const prefixCls = getPrefixCls("modal");
const rootPrefixCls = getPrefixCls();
const afterClose = () => {
var _a2;
hookAfterClose();
(_a2 = innerConfig.afterClose) === null || _a2 === void 0 ? void 0 : _a2.call(innerConfig);
};
const close = (...args) => {
var _a2;
setOpen(false);
const triggerCancel = args.some((param) => param === null || param === void 0 ? void 0 : param.triggerCancel);
if (triggerCancel) {
var _a22;
(_a2 = innerConfig.onCancel) === null || _a2 === void 0 ? void 0 : (_a22 = _a2).call.apply(_a22, [innerConfig, () => {
}].concat(_toConsumableArray(args.slice(1))));
}
};
React129.useImperativeHandle(ref, () => ({
destroy: close,
update: (newConfig) => {
setInnerConfig((originConfig) => {
const nextConfig = typeof newConfig === "function" ? newConfig(originConfig) : newConfig;
return Object.assign(Object.assign({}, originConfig), nextConfig);
});
}
}));
const mergedOkCancel = (_b = innerConfig.okCancel) !== null && _b !== void 0 ? _b : innerConfig.type === "confirm";
const [contextLocale] = useLocale_default("Modal", en_US_default6.Modal);
return React129.createElement(ConfirmDialog_default, Object.assign({
prefixCls,
rootPrefixCls
}, innerConfig, {
close,
open: open3,
afterClose,
okText: innerConfig.okText || (mergedOkCancel ? contextLocale === null || contextLocale === void 0 ? void 0 : contextLocale.okText : contextLocale === null || contextLocale === void 0 ? void 0 : contextLocale.justOkText),
direction: innerConfig.direction || direction,
cancelText: innerConfig.cancelText || (contextLocale === null || contextLocale === void 0 ? void 0 : contextLocale.cancelText)
}, restProps));
};
var HookModal_default = React129.forwardRef(HookModal);
// node_modules/antd/es/modal/useModal/index.js
var uuid4 = 0;
var ElementsHolder = React130.memo(React130.forwardRef((_props, ref) => {
const [elements, patchElement] = usePatchElement();
React130.useImperativeHandle(ref, () => ({
patchElement
}), [patchElement]);
return React130.createElement(React130.Fragment, null, elements);
}));
function useModal() {
const holderRef = React130.useRef(null);
const [actionQueue, setActionQueue] = React130.useState([]);
React130.useEffect(() => {
if (actionQueue.length) {
const cloneQueue = _toConsumableArray(actionQueue);
cloneQueue.forEach((action) => {
action();
});
setActionQueue([]);
}
}, [actionQueue]);
const getConfirmFunc = React130.useCallback((withFunc) => function hookConfirm(config) {
var _a;
uuid4 += 1;
const modalRef = React130.createRef();
let resolvePromise;
const promise = new Promise((resolve) => {
resolvePromise = resolve;
});
let silent = false;
let closeFunc;
const modal = React130.createElement(HookModal_default, {
key: `modal-${uuid4}`,
config: withFunc(config),
ref: modalRef,
afterClose: () => {
closeFunc === null || closeFunc === void 0 ? void 0 : closeFunc();
},
isSilent: () => silent,
onConfirm: (confirmed) => {
resolvePromise(confirmed);
}
});
closeFunc = (_a = holderRef.current) === null || _a === void 0 ? void 0 : _a.patchElement(modal);
if (closeFunc) {
destroyFns_default.push(closeFunc);
}
const instance = {
destroy: () => {
function destroyAction() {
var _a2;
(_a2 = modalRef.current) === null || _a2 === void 0 ? void 0 : _a2.destroy();
}
if (modalRef.current) {
destroyAction();
} else {
setActionQueue((prev2) => [].concat(_toConsumableArray(prev2), [destroyAction]));
}
},
update: (newConfig) => {
function updateAction() {
var _a2;
(_a2 = modalRef.current) === null || _a2 === void 0 ? void 0 : _a2.update(newConfig);
}
if (modalRef.current) {
updateAction();
} else {
setActionQueue((prev2) => [].concat(_toConsumableArray(prev2), [updateAction]));
}
},
then: (resolve) => {
silent = true;
return promise.then(resolve);
}
};
return instance;
}, []);
const fns = React130.useMemo(() => ({
info: getConfirmFunc(withInfo),
success: getConfirmFunc(withSuccess),
error: getConfirmFunc(withError),
warning: getConfirmFunc(withWarn),
confirm: getConfirmFunc(withConfirm)
}), [getConfirmFunc]);
return [fns, React130.createElement(ElementsHolder, {
key: "modal-holder",
ref: holderRef
})];
}
var useModal_default = useModal;
// node_modules/antd/es/notification/useNotification.js
var import_react60 = __toESM(require_react());
var import_classnames44 = __toESM(require_classnames());
// node_modules/antd/es/notification/PurePanel.js
var React131 = __toESM(require_react());
var import_classnames43 = __toESM(require_classnames());
// node_modules/antd/es/notification/style/placement.js
var genNotificationPlacementStyle = (token2) => {
const {
componentCls,
notificationMarginEdge,
animationMaxHeight
} = token2;
const noticeCls = `${componentCls}-notice`;
const rightFadeIn = new Keyframes_default("antNotificationFadeIn", {
"0%": {
transform: `translate3d(100%, 0, 0)`,
opacity: 0
},
"100%": {
transform: `translate3d(0, 0, 0)`,
opacity: 1
}
});
const topFadeIn = new Keyframes_default("antNotificationTopFadeIn", {
"0%": {
top: -animationMaxHeight,
opacity: 0
},
"100%": {
top: 0,
opacity: 1
}
});
const bottomFadeIn = new Keyframes_default("antNotificationBottomFadeIn", {
"0%": {
bottom: token2.calc(animationMaxHeight).mul(-1).equal(),
opacity: 0
},
"100%": {
bottom: 0,
opacity: 1
}
});
const leftFadeIn = new Keyframes_default("antNotificationLeftFadeIn", {
"0%": {
transform: `translate3d(-100%, 0, 0)`,
opacity: 0
},
"100%": {
transform: `translate3d(0, 0, 0)`,
opacity: 1
}
});
return {
[componentCls]: {
[`&${componentCls}-top, &${componentCls}-bottom`]: {
marginInline: 0,
[noticeCls]: {
marginInline: "auto auto"
}
},
[`&${componentCls}-top`]: {
[`${componentCls}-fade-enter${componentCls}-fade-enter-active, ${componentCls}-fade-appear${componentCls}-fade-appear-active`]: {
animationName: topFadeIn
}
},
[`&${componentCls}-bottom`]: {
[`${componentCls}-fade-enter${componentCls}-fade-enter-active, ${componentCls}-fade-appear${componentCls}-fade-appear-active`]: {
animationName: bottomFadeIn
}
},
[`&${componentCls}-topRight, &${componentCls}-bottomRight`]: {
[`${componentCls}-fade-enter${componentCls}-fade-enter-active, ${componentCls}-fade-appear${componentCls}-fade-appear-active`]: {
animationName: rightFadeIn
}
},
[`&${componentCls}-topLeft, &${componentCls}-bottomLeft`]: {
marginRight: {
value: 0,
_skip_check_: true
},
marginLeft: {
value: notificationMarginEdge,
_skip_check_: true
},
[noticeCls]: {
marginInlineEnd: "auto",
marginInlineStart: 0
},
[`${componentCls}-fade-enter${componentCls}-fade-enter-active, ${componentCls}-fade-appear${componentCls}-fade-appear-active`]: {
animationName: leftFadeIn
}
}
}
};
};
var placement_default = genNotificationPlacementStyle;
// node_modules/antd/es/notification/interface.js
var NotificationPlacements = ["top", "topLeft", "topRight", "bottom", "bottomLeft", "bottomRight"];
// node_modules/antd/es/notification/style/stack.js
var placementAlignProperty = {
topLeft: "left",
topRight: "right",
bottomLeft: "left",
bottomRight: "right",
top: "left",
bottom: "left"
};
var genPlacementStackStyle = (token2, placement) => {
const {
componentCls
} = token2;
return {
[`${componentCls}-${placement}`]: {
[`&${componentCls}-stack > ${componentCls}-notice-wrapper`]: {
[placement.startsWith("top") ? "top" : "bottom"]: 0,
[placementAlignProperty[placement]]: {
value: 0,
_skip_check_: true
}
}
}
};
};
var genStackChildrenStyle = (token2) => {
const childrenStyle = {};
for (let i = 1; i < token2.notificationStackLayer; i++) {
childrenStyle[`&:nth-last-child(${i + 1})`] = {
overflow: "hidden",
[`& > ${token2.componentCls}-notice`]: {
opacity: 0,
transition: `opacity ${token2.motionDurationMid}`
}
};
}
return Object.assign({
[`&:not(:nth-last-child(-n+${token2.notificationStackLayer}))`]: {
opacity: 0,
overflow: "hidden",
color: "transparent",
pointerEvents: "none"
}
}, childrenStyle);
};
var genStackedNoticeStyle = (token2) => {
const childrenStyle = {};
for (let i = 1; i < token2.notificationStackLayer; i++) {
childrenStyle[`&:nth-last-child(${i + 1})`] = {
background: token2.colorBgBlur,
backdropFilter: "blur(10px)",
"-webkit-backdrop-filter": "blur(10px)"
};
}
return Object.assign({}, childrenStyle);
};
var genStackStyle = (token2) => {
const {
componentCls
} = token2;
return Object.assign({
[`${componentCls}-stack`]: {
[`& > ${componentCls}-notice-wrapper`]: Object.assign({
transition: `transform ${token2.motionDurationSlow}, backdrop-filter 0s`,
willChange: "transform, opacity",
position: "absolute"
}, genStackChildrenStyle(token2))
},
[`${componentCls}-stack:not(${componentCls}-stack-expanded)`]: {
[`& > ${componentCls}-notice-wrapper`]: Object.assign({}, genStackedNoticeStyle(token2))
},
[`${componentCls}-stack${componentCls}-stack-expanded`]: {
[`& > ${componentCls}-notice-wrapper`]: {
"&:not(:nth-last-child(-n + 1))": {
opacity: 1,
overflow: "unset",
color: "inherit",
pointerEvents: "auto",
[`& > ${token2.componentCls}-notice`]: {
opacity: 1
}
},
"&:after": {
content: '""',
position: "absolute",
height: token2.margin,
width: "100%",
insetInline: 0,
bottom: token2.calc(token2.margin).mul(-1).equal(),
background: "transparent",
pointerEvents: "auto"
}
}
}
}, NotificationPlacements.map((placement) => genPlacementStackStyle(token2, placement)).reduce((acc, cur) => Object.assign(Object.assign({}, acc), cur), {}));
};
var stack_default = genStackStyle;
// node_modules/antd/es/notification/style/index.js
var genNoticeStyle = (token2) => {
const {
iconCls,
componentCls,
// .ant-notification
boxShadow,
fontSizeLG,
notificationMarginBottom,
borderRadiusLG,
colorSuccess,
colorInfo,
colorWarning,
colorError,
colorTextHeading,
notificationBg,
notificationPadding,
notificationMarginEdge,
notificationProgressBg,
notificationProgressHeight,
fontSize,
lineHeight,
width,
notificationIconSize,
colorText,
colorSuccessBg,
colorErrorBg,
colorInfoBg,
colorWarningBg
} = token2;
const noticeCls = `${componentCls}-notice`;
return {
position: "relative",
marginBottom: notificationMarginBottom,
marginInlineStart: "auto",
background: notificationBg,
borderRadius: borderRadiusLG,
boxShadow,
[noticeCls]: {
padding: notificationPadding,
width,
maxWidth: `calc(100vw - ${unit2(token2.calc(notificationMarginEdge).mul(2).equal())})`,
lineHeight,
wordWrap: "break-word",
borderRadius: borderRadiusLG,
overflow: "hidden",
// Type-specific background colors
"&-success": colorSuccessBg ? {
background: colorSuccessBg
} : {},
"&-error": colorErrorBg ? {
background: colorErrorBg
} : {},
"&-info": colorInfoBg ? {
background: colorInfoBg
} : {},
"&-warning": colorWarningBg ? {
background: colorWarningBg
} : {}
},
[`${noticeCls}-message`]: {
color: colorTextHeading,
fontSize: fontSizeLG,
lineHeight: token2.lineHeightLG
},
[`${noticeCls}-description`]: {
fontSize,
color: colorText,
marginTop: token2.marginXS
},
[`${noticeCls}-closable ${noticeCls}-message`]: {
paddingInlineEnd: token2.paddingLG
},
[`${noticeCls}-with-icon ${noticeCls}-message`]: {
marginInlineStart: token2.calc(token2.marginSM).add(notificationIconSize).equal(),
fontSize: fontSizeLG
},
[`${noticeCls}-with-icon ${noticeCls}-description`]: {
marginInlineStart: token2.calc(token2.marginSM).add(notificationIconSize).equal(),
fontSize
},
// Icon & color style in different selector level
// https://github.com/ant-design/ant-design/issues/16503
// https://github.com/ant-design/ant-design/issues/15512
[`${noticeCls}-icon`]: {
position: "absolute",
fontSize: notificationIconSize,
lineHeight: 1,
// icon-font
[`&-success${iconCls}`]: {
color: colorSuccess
},
[`&-info${iconCls}`]: {
color: colorInfo
},
[`&-warning${iconCls}`]: {
color: colorWarning
},
[`&-error${iconCls}`]: {
color: colorError
}
},
[`${noticeCls}-close`]: Object.assign({
position: "absolute",
top: token2.notificationPaddingVertical,
insetInlineEnd: token2.notificationPaddingHorizontal,
color: token2.colorIcon,
outline: "none",
width: token2.notificationCloseButtonSize,
height: token2.notificationCloseButtonSize,
borderRadius: token2.borderRadiusSM,
transition: `background-color ${token2.motionDurationMid}, color ${token2.motionDurationMid}`,
display: "flex",
alignItems: "center",
justifyContent: "center",
background: "none",
border: "none",
"&:hover": {
color: token2.colorIconHover,
backgroundColor: token2.colorBgTextHover
},
"&:active": {
backgroundColor: token2.colorBgTextActive
}
}, genFocusStyle(token2)),
[`${noticeCls}-progress`]: {
position: "absolute",
display: "block",
appearance: "none",
inlineSize: `calc(100% - ${unit2(borderRadiusLG)} * 2)`,
left: {
_skip_check_: true,
value: borderRadiusLG
},
right: {
_skip_check_: true,
value: borderRadiusLG
},
bottom: 0,
blockSize: notificationProgressHeight,
border: 0,
"&, &::-webkit-progress-bar": {
borderRadius: borderRadiusLG,
backgroundColor: `rgba(0, 0, 0, 0.04)`
},
"&::-moz-progress-bar": {
background: notificationProgressBg
},
"&::-webkit-progress-value": {
borderRadius: borderRadiusLG,
background: notificationProgressBg
}
},
[`${noticeCls}-actions`]: {
float: "right",
marginTop: token2.marginSM
}
};
};
var genNotificationStyle = (token2) => {
const {
componentCls,
// .ant-notification
notificationMarginBottom,
notificationMarginEdge,
motionDurationMid,
motionEaseInOut
} = token2;
const noticeCls = `${componentCls}-notice`;
const fadeOut2 = new Keyframes_default("antNotificationFadeOut", {
"0%": {
maxHeight: token2.animationMaxHeight,
marginBottom: notificationMarginBottom
},
"100%": {
maxHeight: 0,
marginBottom: 0,
paddingTop: 0,
paddingBottom: 0,
opacity: 0
}
});
return [
// ============================ Holder ============================
{
[componentCls]: Object.assign(Object.assign({}, resetComponent(token2)), {
position: "fixed",
zIndex: token2.zIndexPopup,
marginRight: {
value: notificationMarginEdge,
_skip_check_: true
},
[`${componentCls}-hook-holder`]: {
position: "relative"
},
// animation
[`${componentCls}-fade-appear-prepare`]: {
opacity: "0 !important"
},
[`${componentCls}-fade-enter, ${componentCls}-fade-appear`]: {
animationDuration: token2.motionDurationMid,
animationTimingFunction: motionEaseInOut,
animationFillMode: "both",
opacity: 0,
animationPlayState: "paused"
},
[`${componentCls}-fade-leave`]: {
animationTimingFunction: motionEaseInOut,
animationFillMode: "both",
animationDuration: motionDurationMid,
animationPlayState: "paused"
},
[`${componentCls}-fade-enter${componentCls}-fade-enter-active, ${componentCls}-fade-appear${componentCls}-fade-appear-active`]: {
animationPlayState: "running"
},
[`${componentCls}-fade-leave${componentCls}-fade-leave-active`]: {
animationName: fadeOut2,
animationPlayState: "running"
},
// RTL
"&-rtl": {
direction: "rtl",
[`${noticeCls}-actions`]: {
float: "left"
}
}
})
},
// ============================ Notice ============================
{
[componentCls]: {
[`${noticeCls}-wrapper`]: genNoticeStyle(token2)
}
}
];
};
var prepareComponentToken9 = (token2) => ({
zIndexPopup: token2.zIndexPopupBase + CONTAINER_MAX_OFFSET + 50,
width: 384,
// Fix notification background color issue
// https://github.com/ant-design/ant-design/issues/55649
// https://github.com/ant-design/ant-design/issues/56055
colorSuccessBg: void 0,
colorErrorBg: void 0,
colorInfoBg: void 0,
colorWarningBg: void 0
});
var prepareNotificationToken = (token2) => {
const notificationPaddingVertical = token2.paddingMD;
const notificationPaddingHorizontal = token2.paddingLG;
const notificationToken = merge2(token2, {
notificationBg: token2.colorBgElevated,
notificationPaddingVertical,
notificationPaddingHorizontal,
notificationIconSize: token2.calc(token2.fontSizeLG).mul(token2.lineHeightLG).equal(),
notificationCloseButtonSize: token2.calc(token2.controlHeightLG).mul(0.55).equal(),
notificationMarginBottom: token2.margin,
notificationPadding: `${unit2(token2.paddingMD)} ${unit2(token2.paddingContentHorizontalLG)}`,
notificationMarginEdge: token2.marginLG,
animationMaxHeight: 150,
notificationStackLayer: 3,
notificationProgressHeight: 2,
notificationProgressBg: `linear-gradient(90deg, ${token2.colorPrimaryBorderHover}, ${token2.colorPrimary})`
});
return notificationToken;
};
var style_default10 = genStyleHooks("Notification", (token2) => {
const notificationToken = prepareNotificationToken(token2);
return [genNotificationStyle(notificationToken), placement_default(notificationToken), stack_default(notificationToken)];
}, prepareComponentToken9);
// node_modules/antd/es/notification/style/pure-panel.js
var pure_panel_default = genSubStyleComponent(["Notification", "PurePanel"], (token2) => {
const noticeCls = `${token2.componentCls}-notice`;
const notificationToken = prepareNotificationToken(token2);
return {
[`${noticeCls}-pure-panel`]: Object.assign(Object.assign({}, genNoticeStyle(notificationToken)), {
width: notificationToken.width,
maxWidth: `calc(100vw - ${unit2(token2.calc(notificationToken.notificationMarginEdge).mul(2).equal())})`,
margin: 0
})
};
}, prepareComponentToken9);
// node_modules/antd/es/notification/PurePanel.js
var __rest14 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var TypeIcon2 = {
info: React131.createElement(InfoCircleFilled_default, null),
success: React131.createElement(CheckCircleFilled_default, null),
error: React131.createElement(CloseCircleFilled_default, null),
warning: React131.createElement(ExclamationCircleFilled_default, null),
loading: React131.createElement(LoadingOutlined_default, null)
};
function getCloseIcon(prefixCls, closeIcon) {
if (closeIcon === null || closeIcon === false) {
return null;
}
return closeIcon || React131.createElement(CloseOutlined_default, {
className: `${prefixCls}-close-icon`
});
}
var typeToIcon = {
success: CheckCircleFilled_default,
info: InfoCircleFilled_default,
error: CloseCircleFilled_default,
warning: ExclamationCircleFilled_default
};
var PureContent2 = (props) => {
const {
prefixCls,
icon,
type: type5,
message: message2,
description,
actions,
role = "alert"
} = props;
let iconNode = null;
if (icon) {
iconNode = React131.createElement("span", {
className: `${prefixCls}-icon`
}, icon);
} else if (type5) {
iconNode = React131.createElement(typeToIcon[type5] || null, {
className: (0, import_classnames43.default)(`${prefixCls}-icon`, `${prefixCls}-icon-${type5}`)
});
}
return React131.createElement("div", {
className: (0, import_classnames43.default)({
[`${prefixCls}-with-icon`]: iconNode
}),
role
}, iconNode, React131.createElement("div", {
className: `${prefixCls}-message`
}, message2), description && React131.createElement("div", {
className: `${prefixCls}-description`
}, description), actions && React131.createElement("div", {
className: `${prefixCls}-actions`
}, actions));
};
var PurePanel2 = (props) => {
const {
prefixCls: staticPrefixCls,
className,
icon,
type: type5,
message: message2,
description,
btn,
actions,
closable = true,
closeIcon,
className: notificationClassName
} = props, restProps = __rest14(props, ["prefixCls", "className", "icon", "type", "message", "description", "btn", "actions", "closable", "closeIcon", "className"]);
const {
getPrefixCls
} = React131.useContext(ConfigContext);
const mergedActions = actions !== null && actions !== void 0 ? actions : btn;
if (true) {
const warning5 = devUseWarning("Notification");
warning5.deprecated(!btn, "btn", "actions");
}
const prefixCls = staticPrefixCls || getPrefixCls("notification");
const noticePrefixCls = `${prefixCls}-notice`;
const rootCls = useCSSVarCls_default(prefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default10(prefixCls, rootCls);
return wrapCSSVar(React131.createElement("div", {
className: (0, import_classnames43.default)(`${noticePrefixCls}-pure-panel`, hashId, className, cssVarCls, rootCls)
}, React131.createElement(pure_panel_default, {
prefixCls
}), React131.createElement(Notice_default, Object.assign({}, restProps, {
prefixCls,
eventKey: "pure",
duration: null,
closable,
className: (0, import_classnames43.default)({
notificationClassName
}),
closeIcon: getCloseIcon(prefixCls, closeIcon),
content: React131.createElement(PureContent2, {
prefixCls: noticePrefixCls,
icon,
type: type5,
message: message2,
description,
actions: mergedActions
})
}))));
};
var PurePanel_default2 = PurePanel2;
// node_modules/antd/es/notification/util.js
function getPlacementStyle(placement, top, bottom) {
let style2;
switch (placement) {
case "top":
style2 = {
left: "50%",
transform: "translateX(-50%)",
right: "auto",
top,
bottom: "auto"
};
break;
case "topLeft":
style2 = {
left: 0,
top,
bottom: "auto"
};
break;
case "topRight":
style2 = {
right: 0,
top,
bottom: "auto"
};
break;
case "bottom":
style2 = {
left: "50%",
transform: "translateX(-50%)",
right: "auto",
top: "auto",
bottom
};
break;
case "bottomLeft":
style2 = {
left: 0,
top: "auto",
bottom
};
break;
default:
style2 = {
right: 0,
top: "auto",
bottom
};
break;
}
return style2;
}
function getMotion2(prefixCls) {
return {
motionName: `${prefixCls}-fade`
};
}
function getCloseIconConfig(closeIcon, notificationConfig, notification2) {
if (typeof closeIcon !== "undefined") {
return closeIcon;
}
if (typeof (notificationConfig === null || notificationConfig === void 0 ? void 0 : notificationConfig.closeIcon) !== "undefined") {
return notificationConfig.closeIcon;
}
return notification2 === null || notification2 === void 0 ? void 0 : notification2.closeIcon;
}
// node_modules/antd/es/notification/useNotification.js
var __rest15 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var DEFAULT_OFFSET3 = 24;
var DEFAULT_DURATION2 = 4.5;
var DEFAULT_PLACEMENT = "topRight";
var Wrapper2 = ({
children,
prefixCls
}) => {
const rootCls = useCSSVarCls_default(prefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default10(prefixCls, rootCls);
return wrapCSSVar(import_react60.default.createElement(NotificationProvider_default, {
classNames: {
list: (0, import_classnames44.default)(hashId, cssVarCls, rootCls)
}
}, children));
};
var renderNotifications2 = (node2, {
prefixCls,
key
}) => import_react60.default.createElement(Wrapper2, {
prefixCls,
key
}, node2);
var Holder2 = import_react60.default.forwardRef((props, ref) => {
const {
top,
bottom,
prefixCls: staticPrefixCls,
getContainer: staticGetContainer,
maxCount,
rtl,
onAllRemoved,
stack,
duration,
pauseOnHover = true,
showProgress
} = props;
const {
getPrefixCls,
getPopupContainer,
notification: notification2,
direction
} = (0, import_react60.useContext)(ConfigContext);
const [, token2] = useToken();
const prefixCls = staticPrefixCls || getPrefixCls("notification");
const getStyle4 = (placement) => getPlacementStyle(placement, top !== null && top !== void 0 ? top : DEFAULT_OFFSET3, bottom !== null && bottom !== void 0 ? bottom : DEFAULT_OFFSET3);
const getClassName = () => (0, import_classnames44.default)({
[`${prefixCls}-rtl`]: rtl !== null && rtl !== void 0 ? rtl : direction === "rtl"
});
const getNotificationMotion = () => getMotion2(prefixCls);
const [api, holder] = useNotification({
prefixCls,
style: getStyle4,
className: getClassName,
motion: getNotificationMotion,
closable: true,
closeIcon: getCloseIcon(prefixCls),
duration: duration !== null && duration !== void 0 ? duration : DEFAULT_DURATION2,
getContainer: () => (staticGetContainer === null || staticGetContainer === void 0 ? void 0 : staticGetContainer()) || (getPopupContainer === null || getPopupContainer === void 0 ? void 0 : getPopupContainer()) || document.body,
maxCount,
pauseOnHover,
showProgress,
onAllRemoved,
renderNotifications: renderNotifications2,
stack: stack === false ? false : {
threshold: typeof stack === "object" ? stack === null || stack === void 0 ? void 0 : stack.threshold : void 0,
offset: 8,
gap: token2.margin
}
});
import_react60.default.useImperativeHandle(ref, () => Object.assign(Object.assign({}, api), {
prefixCls,
notification: notification2
}));
return holder;
});
function useInternalNotification(notificationConfig) {
const holderRef = import_react60.default.useRef(null);
const warning5 = devUseWarning("Notification");
const wrapAPI = import_react60.default.useMemo(() => {
const open3 = (config) => {
var _a;
if (!holderRef.current) {
true ? warning5(false, "usage", "You are calling notice in render which will break in React 18 concurrent mode. Please trigger in effect instead.") : void 0;
return;
}
const {
open: originOpen,
prefixCls,
notification: notification2
} = holderRef.current;
const noticePrefixCls = `${prefixCls}-notice`;
const {
message: message2,
description,
icon,
type: type5,
btn,
actions,
className,
style: style2,
role = "alert",
closeIcon,
closable
} = config, restConfig = __rest15(config, ["message", "description", "icon", "type", "btn", "actions", "className", "style", "role", "closeIcon", "closable"]);
if (true) {
warning5.deprecated(!btn, "btn", "actions");
}
const mergedActions = actions !== null && actions !== void 0 ? actions : btn;
const realCloseIcon = getCloseIcon(noticePrefixCls, getCloseIconConfig(closeIcon, notificationConfig, notification2));
return originOpen(Object.assign(Object.assign({
// use placement from props instead of hard-coding "topRight"
placement: (_a = notificationConfig === null || notificationConfig === void 0 ? void 0 : notificationConfig.placement) !== null && _a !== void 0 ? _a : DEFAULT_PLACEMENT
}, restConfig), {
content: import_react60.default.createElement(PureContent2, {
prefixCls: noticePrefixCls,
icon,
type: type5,
message: message2,
description,
actions: mergedActions,
role
}),
className: (0, import_classnames44.default)(type5 && `${noticePrefixCls}-${type5}`, className, notification2 === null || notification2 === void 0 ? void 0 : notification2.className),
style: Object.assign(Object.assign({}, notification2 === null || notification2 === void 0 ? void 0 : notification2.style), style2),
closeIcon: realCloseIcon,
closable: closable !== null && closable !== void 0 ? closable : !!realCloseIcon
}));
};
const destroy3 = (key) => {
var _a, _b;
if (key !== void 0) {
(_a = holderRef.current) === null || _a === void 0 ? void 0 : _a.close(key);
} else {
(_b = holderRef.current) === null || _b === void 0 ? void 0 : _b.destroy();
}
};
const clone = {
open: open3,
destroy: destroy3
};
const keys2 = ["success", "info", "warning", "error"];
keys2.forEach((type5) => {
clone[type5] = (config) => open3(Object.assign(Object.assign({}, config), {
type: type5
}));
});
return clone;
}, []);
return [wrapAPI, import_react60.default.createElement(Holder2, Object.assign({
key: "notification-holder"
}, notificationConfig, {
ref: holderRef
}))];
}
function useNotification2(notificationConfig) {
return useInternalNotification(notificationConfig);
}
// node_modules/antd/es/app/context.js
var import_react61 = __toESM(require_react());
var AppConfigContext = import_react61.default.createContext({});
var AppContext = import_react61.default.createContext({
message: {},
notification: {},
modal: {}
});
var context_default4 = AppContext;
// node_modules/antd/es/app/style/index.js
var genBaseStyle4 = (token2) => {
const {
componentCls,
colorText,
fontSize,
lineHeight,
fontFamily
} = token2;
return {
[componentCls]: {
color: colorText,
fontSize,
lineHeight,
fontFamily,
[`&${componentCls}-rtl`]: {
direction: "rtl"
}
}
};
};
var prepareComponentToken10 = () => ({});
var style_default11 = genStyleHooks("App", genBaseStyle4, prepareComponentToken10);
// node_modules/antd/es/app/App.js
var App = (props) => {
const {
prefixCls: customizePrefixCls,
children,
className,
rootClassName,
message: message2,
notification: notification2,
style: style2,
component = "div"
} = props;
const {
direction,
getPrefixCls
} = (0, import_react62.useContext)(ConfigContext);
const prefixCls = getPrefixCls("app", customizePrefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default11(prefixCls);
const customClassName = (0, import_classnames45.default)(hashId, prefixCls, className, rootClassName, cssVarCls, {
[`${prefixCls}-rtl`]: direction === "rtl"
});
const appConfig = (0, import_react62.useContext)(AppConfigContext);
const mergedAppConfig = import_react62.default.useMemo(() => ({
message: Object.assign(Object.assign({}, appConfig.message), message2),
notification: Object.assign(Object.assign({}, appConfig.notification), notification2)
}), [message2, notification2, appConfig.message, appConfig.notification]);
const [messageApi, messageContextHolder] = useMessage(mergedAppConfig.message);
const [notificationApi, notificationContextHolder] = useNotification2(mergedAppConfig.notification);
const [ModalApi, ModalContextHolder] = useModal_default();
const memoizedContextValue = import_react62.default.useMemo(() => ({
message: messageApi,
notification: notificationApi,
modal: ModalApi
}), [messageApi, notificationApi, ModalApi]);
devUseWarning("App")(!(cssVarCls && component === false), "usage", "When using cssVar, ensure `component` is assigned a valid React component string.");
const Component10 = component === false ? import_react62.default.Fragment : component;
const rootProps = {
className: customClassName,
style: style2
};
return wrapCSSVar(import_react62.default.createElement(context_default4.Provider, {
value: memoizedContextValue
}, import_react62.default.createElement(AppConfigContext.Provider, {
value: mergedAppConfig
}, import_react62.default.createElement(Component10, Object.assign({}, component === false ? void 0 : rootProps), ModalContextHolder, messageContextHolder, notificationContextHolder, children))));
};
if (true) {
App.displayName = "App";
}
var App_default = App;
// node_modules/antd/es/app/useApp.js
var import_react63 = __toESM(require_react());
var useApp = () => import_react63.default.useContext(context_default4);
var useApp_default = useApp;
// node_modules/antd/es/app/index.js
var App2 = App_default;
App2.useApp = useApp_default;
var app_default = App2;
// node_modules/antd/es/_util/PurePanel.js
var React136 = __toESM(require_react());
function withPureRenderTheme(Component10) {
return (props) => React136.createElement(config_provider_default, {
theme: {
token: {
motion: false,
zIndexPopupBase: 0
}
}
}, React136.createElement(Component10, Object.assign({}, props)));
}
var genPurePanel = (Component10, alignPropName, postProps, defaultPrefixCls2, getDropdownCls) => {
const PurePanel19 = (props) => {
const {
prefixCls: customizePrefixCls,
style: style2
} = props;
const holderRef = React136.useRef(null);
const [popupHeight, setPopupHeight] = React136.useState(0);
const [popupWidth, setPopupWidth] = React136.useState(0);
const [open3, setOpen] = useMergedState(false, {
value: props.open
});
const {
getPrefixCls
} = React136.useContext(ConfigContext);
const prefixCls = getPrefixCls(defaultPrefixCls2 || "select", customizePrefixCls);
React136.useEffect(() => {
setOpen(true);
if (typeof ResizeObserver !== "undefined") {
const resizeObserver2 = new ResizeObserver((entries) => {
const element = entries[0].target;
setPopupHeight(element.offsetHeight + 8);
setPopupWidth(element.offsetWidth);
});
const interval = setInterval(() => {
var _a;
const dropdownCls = getDropdownCls ? `.${getDropdownCls(prefixCls)}` : `.${prefixCls}-dropdown`;
const popup = (_a = holderRef.current) === null || _a === void 0 ? void 0 : _a.querySelector(dropdownCls);
if (popup) {
clearInterval(interval);
resizeObserver2.observe(popup);
}
}, 10);
return () => {
clearInterval(interval);
resizeObserver2.disconnect();
};
}
}, [prefixCls]);
let mergedProps = Object.assign(Object.assign({}, props), {
style: Object.assign(Object.assign({}, style2), {
margin: 0
}),
open: open3,
visible: open3,
getPopupContainer: () => holderRef.current
});
if (postProps) {
mergedProps = postProps(mergedProps);
}
if (alignPropName) {
Object.assign(mergedProps, {
[alignPropName]: {
overflow: {
adjustX: false,
adjustY: false
}
}
});
}
const mergedStyle = {
paddingBottom: popupHeight,
position: "relative",
minWidth: popupWidth
};
return React136.createElement("div", {
ref: holderRef,
style: mergedStyle
}, React136.createElement(Component10, Object.assign({}, mergedProps)));
};
return withPureRenderTheme(PurePanel19);
};
var PurePanel_default3 = genPurePanel;
// node_modules/antd/es/select/index.js
var React193 = __toESM(require_react());
var import_classnames64 = __toESM(require_classnames());
// node_modules/rc-select/es/Select.js
var React185 = __toESM(require_react());
// node_modules/rc-select/es/BaseSelect/index.js
var import_classnames57 = __toESM(require_classnames());
// node_modules/rc-util/es/isMobile.js
var isMobile_default = function() {
if (typeof navigator === "undefined" || typeof window === "undefined") {
return false;
}
var agent = navigator.userAgent || navigator.vendor || window.opera;
return /(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino|android|ipad|playbook|silk/i.test(agent) || /1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw-(n|u)|c55\/|capi|ccwa|cdm-|cell|chtm|cldc|cmd-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc-s|devi|dica|dmob|do(c|p)o|ds(12|-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(-|_)|g1 u|g560|gene|gf-5|g-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd-(m|p|t)|hei-|hi(pt|ta)|hp( i|ip)|hs-c|ht(c(-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i-(20|go|ma)|i230|iac( |-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|-[a-w])|libw|lynx|m1-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|-([1-8]|c))|phil|pire|pl(ay|uc)|pn-2|po(ck|rt|se)|prox|psio|pt-g|qa-a|qc(07|12|21|32|60|-[2-7]|i-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h-|oo|p-)|sdk\/|se(c(-|0|1)|47|mc|nd|ri)|sgh-|shar|sie(-|m)|sk-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h-|v-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl-|tdg-|tel(i|m)|tim-|t-mo|to(pl|sh)|ts(70|m-|m3|m5)|tx-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas-|your|zeto|zte-/i.test(agent === null || agent === void 0 ? void 0 : agent.substr(0, 4));
};
// node_modules/rc-select/es/BaseSelect/index.js
var React166 = __toESM(require_react());
// node_modules/rc-select/es/TransBtn.js
var React137 = __toESM(require_react());
var import_classnames46 = __toESM(require_classnames());
var TransBtn = function TransBtn2(props) {
var className = props.className, customizeIcon = props.customizeIcon, customizeIconProps = props.customizeIconProps, children = props.children, _onMouseDown = props.onMouseDown, onClick = props.onClick;
var icon = typeof customizeIcon === "function" ? customizeIcon(customizeIconProps) : customizeIcon;
return React137.createElement("span", {
className,
onMouseDown: function onMouseDown(event) {
event.preventDefault();
_onMouseDown === null || _onMouseDown === void 0 || _onMouseDown(event);
},
style: {
userSelect: "none",
WebkitUserSelect: "none"
},
unselectable: "on",
onClick,
"aria-hidden": true
}, icon !== void 0 ? icon : React137.createElement("span", {
className: (0, import_classnames46.default)(className.split(/\s+/).map(function(cls13) {
return "".concat(cls13, "-icon");
}))
}, children));
};
var TransBtn_default = TransBtn;
// node_modules/rc-select/es/hooks/useAllowClear.js
var import_react64 = __toESM(require_react());
var useAllowClear = function useAllowClear2(prefixCls, onClearMouseDown, displayValues, allowClear, clearIcon) {
var disabled = arguments.length > 5 && arguments[5] !== void 0 ? arguments[5] : false;
var mergedSearchValue = arguments.length > 6 ? arguments[6] : void 0;
var mode = arguments.length > 7 ? arguments[7] : void 0;
var mergedClearIcon = import_react64.default.useMemo(function() {
if (_typeof(allowClear) === "object") {
return allowClear.clearIcon;
}
if (clearIcon) {
return clearIcon;
}
}, [allowClear, clearIcon]);
var mergedAllowClear = import_react64.default.useMemo(function() {
if (!disabled && !!allowClear && (displayValues.length || mergedSearchValue) && !(mode === "combobox" && mergedSearchValue === "")) {
return true;
}
return false;
}, [allowClear, disabled, displayValues.length, mergedSearchValue, mode]);
return {
allowClear: mergedAllowClear,
clearIcon: import_react64.default.createElement(TransBtn_default, {
className: "".concat(prefixCls, "-clear"),
onMouseDown: onClearMouseDown,
customizeIcon: mergedClearIcon
}, "×")
};
};
// node_modules/rc-select/es/hooks/useBaseProps.js
var React139 = __toESM(require_react());
var BaseSelectContext = React139.createContext(null);
function useBaseProps() {
return React139.useContext(BaseSelectContext);
}
// node_modules/rc-select/es/hooks/useDelayReset.js
var React140 = __toESM(require_react());
function useDelayReset() {
var timeout = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : 10;
var _React$useState = React140.useState(false), _React$useState2 = _slicedToArray(_React$useState, 2), bool = _React$useState2[0], setBool = _React$useState2[1];
var delayRef = React140.useRef(null);
var cancelLatest = function cancelLatest2() {
window.clearTimeout(delayRef.current);
};
React140.useEffect(function() {
return cancelLatest;
}, []);
var delaySetBool = function delaySetBool2(value, callback) {
cancelLatest();
delayRef.current = window.setTimeout(function() {
setBool(value);
if (callback) {
callback();
}
}, timeout);
};
return [bool, delaySetBool, cancelLatest];
}
// node_modules/rc-select/es/hooks/useLock.js
var React141 = __toESM(require_react());
function useLock() {
var duration = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : 250;
var lockRef = React141.useRef(null);
var timeoutRef = React141.useRef(null);
React141.useEffect(function() {
return function() {
window.clearTimeout(timeoutRef.current);
};
}, []);
function doLock(locked) {
if (locked || lockRef.current === null) {
lockRef.current = locked;
}
window.clearTimeout(timeoutRef.current);
timeoutRef.current = window.setTimeout(function() {
lockRef.current = null;
}, duration);
}
return [function() {
return lockRef.current;
}, doLock];
}
// node_modules/rc-select/es/hooks/useSelectTriggerControl.js
var React142 = __toESM(require_react());
function useSelectTriggerControl(elements, open3, triggerOpen, customizedTrigger) {
var propsRef = React142.useRef(null);
propsRef.current = {
open: open3,
triggerOpen,
customizedTrigger
};
React142.useEffect(function() {
function onGlobalMouseDown(event) {
var _propsRef$current;
if ((_propsRef$current = propsRef.current) !== null && _propsRef$current !== void 0 && _propsRef$current.customizedTrigger) {
return;
}
var target = event.target;
if (target.shadowRoot && event.composed) {
target = event.composedPath()[0] || target;
}
if (propsRef.current.open && elements().filter(function(element) {
return element;
}).every(function(element) {
return !element.contains(target) && element !== target;
})) {
propsRef.current.triggerOpen(false);
}
}
window.addEventListener("mousedown", onGlobalMouseDown);
return function() {
return window.removeEventListener("mousedown", onGlobalMouseDown);
};
}, []);
}
// node_modules/rc-select/es/Selector/index.js
var React152 = __toESM(require_react());
var import_react68 = __toESM(require_react());
// node_modules/rc-select/es/utils/keyUtil.js
function isValidateOpenKey(currentKeyCode) {
return (
// Undefined for Edge bug:
// https://github.com/ant-design/ant-design/issues/51292
currentKeyCode && // Other keys
![
// System function button
KeyCode_default.ESC,
KeyCode_default.SHIFT,
KeyCode_default.BACKSPACE,
KeyCode_default.TAB,
KeyCode_default.WIN_KEY,
KeyCode_default.ALT,
KeyCode_default.META,
KeyCode_default.WIN_KEY_RIGHT,
KeyCode_default.CTRL,
KeyCode_default.SEMICOLON,
KeyCode_default.EQUALS,
KeyCode_default.CAPS_LOCK,
KeyCode_default.CONTEXT_MENU,
// F1-F12
KeyCode_default.F1,
KeyCode_default.F2,
KeyCode_default.F3,
KeyCode_default.F4,
KeyCode_default.F5,
KeyCode_default.F6,
KeyCode_default.F7,
KeyCode_default.F8,
KeyCode_default.F9,
KeyCode_default.F10,
KeyCode_default.F11,
KeyCode_default.F12
].includes(currentKeyCode)
);
}
// node_modules/rc-select/es/Selector/MultipleSelector.js
var React150 = __toESM(require_react());
var import_react67 = __toESM(require_react());
var import_classnames51 = __toESM(require_classnames());
// node_modules/rc-overflow/es/Overflow.js
var React147 = __toESM(require_react());
var import_react66 = __toESM(require_react());
var import_classnames49 = __toESM(require_classnames());
// node_modules/rc-overflow/es/Item.js
var React143 = __toESM(require_react());
var import_classnames47 = __toESM(require_classnames());
var _excluded11 = ["prefixCls", "invalidate", "item", "renderItem", "responsive", "responsiveDisabled", "registerSize", "itemKey", "className", "style", "children", "display", "order", "component"];
var UNDEFINED = void 0;
function InternalItem(props, ref) {
var prefixCls = props.prefixCls, invalidate = props.invalidate, item = props.item, renderItem2 = props.renderItem, responsive = props.responsive, responsiveDisabled = props.responsiveDisabled, registerSize = props.registerSize, itemKey3 = props.itemKey, className = props.className, style2 = props.style, children = props.children, display = props.display, order = props.order, _props$component = props.component, Component10 = _props$component === void 0 ? "div" : _props$component, restProps = _objectWithoutProperties(props, _excluded11);
var mergedHidden = responsive && !display;
function internalRegisterSize(width) {
registerSize(itemKey3, width);
}
React143.useEffect(function() {
return function() {
internalRegisterSize(null);
};
}, []);
var childNode = renderItem2 && item !== UNDEFINED ? renderItem2(item, {
index: order
}) : children;
var overflowStyle;
if (!invalidate) {
overflowStyle = {
opacity: mergedHidden ? 0 : 1,
height: mergedHidden ? 0 : UNDEFINED,
overflowY: mergedHidden ? "hidden" : UNDEFINED,
order: responsive ? order : UNDEFINED,
pointerEvents: mergedHidden ? "none" : UNDEFINED,
position: mergedHidden ? "absolute" : UNDEFINED
};
}
var overflowProps = {};
if (mergedHidden) {
overflowProps["aria-hidden"] = true;
}
var itemNode = React143.createElement(Component10, _extends({
className: (0, import_classnames47.default)(!invalidate && prefixCls, className),
style: _objectSpread2(_objectSpread2({}, overflowStyle), style2)
}, overflowProps, restProps, {
ref
}), childNode);
if (responsive) {
itemNode = React143.createElement(es_default, {
onResize: function onResize2(_ref) {
var offsetWidth = _ref.offsetWidth;
internalRegisterSize(offsetWidth);
},
disabled: responsiveDisabled
}, itemNode);
}
return itemNode;
}
var Item = React143.forwardRef(InternalItem);
Item.displayName = "Item";
var Item_default = Item;
// node_modules/rc-overflow/es/hooks/useEffectState.js
var React144 = __toESM(require_react());
var import_react_dom4 = __toESM(require_react_dom());
// node_modules/rc-overflow/es/hooks/channelUpdate.js
function channelUpdate(callback) {
if (typeof MessageChannel === "undefined") {
raf_default(callback);
} else {
var channel = new MessageChannel();
channel.port1.onmessage = function() {
return callback();
};
channel.port2.postMessage(void 0);
}
}
// node_modules/rc-overflow/es/hooks/useEffectState.js
function useBatcher() {
var updateFuncRef = React144.useRef(null);
var notifyEffectUpdate = function notifyEffectUpdate2(callback) {
if (!updateFuncRef.current) {
updateFuncRef.current = [];
channelUpdate(function() {
(0, import_react_dom4.unstable_batchedUpdates)(function() {
updateFuncRef.current.forEach(function(fn) {
fn();
});
updateFuncRef.current = null;
});
});
}
updateFuncRef.current.push(callback);
};
return notifyEffectUpdate;
}
function useEffectState(notifyEffectUpdate, defaultValue) {
var _React$useState = React144.useState(defaultValue), _React$useState2 = _slicedToArray(_React$useState, 2), stateValue = _React$useState2[0], setStateValue = _React$useState2[1];
var setEffectVal = useEvent(function(nextValue) {
notifyEffectUpdate(function() {
setStateValue(nextValue);
});
});
return [stateValue, setEffectVal];
}
// node_modules/rc-overflow/es/RawItem.js
var React146 = __toESM(require_react());
var import_classnames48 = __toESM(require_classnames());
// node_modules/rc-overflow/es/context.js
var import_react65 = __toESM(require_react());
var OverflowContext = import_react65.default.createContext(null);
// node_modules/rc-overflow/es/RawItem.js
var _excluded12 = ["component"];
var _excluded24 = ["className"];
var _excluded32 = ["className"];
var InternalRawItem = function InternalRawItem2(props, ref) {
var context = React146.useContext(OverflowContext);
if (!context) {
var _props$component = props.component, Component10 = _props$component === void 0 ? "div" : _props$component, _restProps = _objectWithoutProperties(props, _excluded12);
return React146.createElement(Component10, _extends({}, _restProps, {
ref
}));
}
var contextClassName = context.className, restContext = _objectWithoutProperties(context, _excluded24);
var className = props.className, restProps = _objectWithoutProperties(props, _excluded32);
return React146.createElement(OverflowContext.Provider, {
value: null
}, React146.createElement(Item_default, _extends({
ref,
className: (0, import_classnames48.default)(contextClassName, className)
}, restContext, restProps)));
};
var RawItem = React146.forwardRef(InternalRawItem);
RawItem.displayName = "RawItem";
var RawItem_default = RawItem;
// node_modules/rc-overflow/es/Overflow.js
var _excluded13 = ["prefixCls", "data", "renderItem", "renderRawItem", "itemKey", "itemWidth", "ssr", "style", "className", "maxCount", "renderRest", "renderRawRest", "prefix", "suffix", "component", "itemComponent", "onVisibleChange"];
var RESPONSIVE = "responsive";
var INVALIDATE = "invalidate";
function defaultRenderRest(omittedItems) {
return "+ ".concat(omittedItems.length, " ...");
}
function Overflow(props, ref) {
var _props$prefixCls = props.prefixCls, prefixCls = _props$prefixCls === void 0 ? "rc-overflow" : _props$prefixCls, _props$data = props.data, data = _props$data === void 0 ? [] : _props$data, renderItem2 = props.renderItem, renderRawItem = props.renderRawItem, itemKey3 = props.itemKey, _props$itemWidth = props.itemWidth, itemWidth = _props$itemWidth === void 0 ? 10 : _props$itemWidth, ssr = props.ssr, style2 = props.style, className = props.className, maxCount = props.maxCount, renderRest = props.renderRest, renderRawRest = props.renderRawRest, prefix2 = props.prefix, suffix = props.suffix, _props$component = props.component, Component10 = _props$component === void 0 ? "div" : _props$component, itemComponent = props.itemComponent, onVisibleChange = props.onVisibleChange, restProps = _objectWithoutProperties(props, _excluded13);
var fullySSR = ssr === "full";
var notifyEffectUpdate = useBatcher();
var _useEffectState = useEffectState(notifyEffectUpdate, null), _useEffectState2 = _slicedToArray(_useEffectState, 2), containerWidth = _useEffectState2[0], setContainerWidth = _useEffectState2[1];
var mergedContainerWidth = containerWidth || 0;
var _useEffectState3 = useEffectState(notifyEffectUpdate, /* @__PURE__ */ new Map()), _useEffectState4 = _slicedToArray(_useEffectState3, 2), itemWidths = _useEffectState4[0], setItemWidths = _useEffectState4[1];
var _useEffectState5 = useEffectState(notifyEffectUpdate, 0), _useEffectState6 = _slicedToArray(_useEffectState5, 2), prevRestWidth = _useEffectState6[0], setPrevRestWidth = _useEffectState6[1];
var _useEffectState7 = useEffectState(notifyEffectUpdate, 0), _useEffectState8 = _slicedToArray(_useEffectState7, 2), restWidth = _useEffectState8[0], setRestWidth = _useEffectState8[1];
var _useEffectState9 = useEffectState(notifyEffectUpdate, 0), _useEffectState10 = _slicedToArray(_useEffectState9, 2), prefixWidth = _useEffectState10[0], setPrefixWidth = _useEffectState10[1];
var _useEffectState11 = useEffectState(notifyEffectUpdate, 0), _useEffectState12 = _slicedToArray(_useEffectState11, 2), suffixWidth = _useEffectState12[0], setSuffixWidth = _useEffectState12[1];
var _useState = (0, import_react66.useState)(null), _useState2 = _slicedToArray(_useState, 2), suffixFixedStart = _useState2[0], setSuffixFixedStart = _useState2[1];
var _useState3 = (0, import_react66.useState)(null), _useState4 = _slicedToArray(_useState3, 2), displayCount = _useState4[0], setDisplayCount = _useState4[1];
var mergedDisplayCount = React147.useMemo(function() {
if (displayCount === null && fullySSR) {
return Number.MAX_SAFE_INTEGER;
}
return displayCount || 0;
}, [displayCount, containerWidth]);
var _useState5 = (0, import_react66.useState)(false), _useState6 = _slicedToArray(_useState5, 2), restReady = _useState6[0], setRestReady = _useState6[1];
var itemPrefixCls = "".concat(prefixCls, "-item");
var mergedRestWidth = Math.max(prevRestWidth, restWidth);
var isResponsive = maxCount === RESPONSIVE;
var shouldResponsive = data.length && isResponsive;
var invalidate = maxCount === INVALIDATE;
var showRest = shouldResponsive || typeof maxCount === "number" && data.length > maxCount;
var mergedData = (0, import_react66.useMemo)(function() {
var items = data;
if (shouldResponsive) {
if (containerWidth === null && fullySSR) {
items = data;
} else {
items = data.slice(0, Math.min(data.length, mergedContainerWidth / itemWidth));
}
} else if (typeof maxCount === "number") {
items = data.slice(0, maxCount);
}
return items;
}, [data, itemWidth, containerWidth, maxCount, shouldResponsive]);
var omittedItems = (0, import_react66.useMemo)(function() {
if (shouldResponsive) {
return data.slice(mergedDisplayCount + 1);
}
return data.slice(mergedData.length);
}, [data, mergedData, shouldResponsive, mergedDisplayCount]);
var getKey5 = (0, import_react66.useCallback)(function(item, index3) {
var _ref;
if (typeof itemKey3 === "function") {
return itemKey3(item);
}
return (_ref = itemKey3 && (item === null || item === void 0 ? void 0 : item[itemKey3])) !== null && _ref !== void 0 ? _ref : index3;
}, [itemKey3]);
var mergedRenderItem = (0, import_react66.useCallback)(renderItem2 || function(item) {
return item;
}, [renderItem2]);
function updateDisplayCount(count, suffixFixedStartVal, notReady) {
if (displayCount === count && (suffixFixedStartVal === void 0 || suffixFixedStartVal === suffixFixedStart)) {
return;
}
setDisplayCount(count);
if (!notReady) {
setRestReady(count < data.length - 1);
onVisibleChange === null || onVisibleChange === void 0 || onVisibleChange(count);
}
if (suffixFixedStartVal !== void 0) {
setSuffixFixedStart(suffixFixedStartVal);
}
}
function onOverflowResize(_, element) {
setContainerWidth(element.clientWidth);
}
function registerSize(key, width) {
setItemWidths(function(origin) {
var clone = new Map(origin);
if (width === null) {
clone.delete(key);
} else {
clone.set(key, width);
}
return clone;
});
}
function registerOverflowSize(_, width) {
setRestWidth(width);
setPrevRestWidth(restWidth);
}
function registerPrefixSize(_, width) {
setPrefixWidth(width);
}
function registerSuffixSize(_, width) {
setSuffixWidth(width);
}
function getItemWidth(index3) {
return itemWidths.get(getKey5(mergedData[index3], index3));
}
useLayoutEffect_default(function() {
if (mergedContainerWidth && typeof mergedRestWidth === "number" && mergedData) {
var totalWidth = prefixWidth + suffixWidth;
var len = mergedData.length;
var lastIndex = len - 1;
if (!len) {
updateDisplayCount(0, null);
return;
}
for (var i = 0; i < len; i += 1) {
var currentItemWidth = getItemWidth(i);
if (fullySSR) {
currentItemWidth = currentItemWidth || 0;
}
if (currentItemWidth === void 0) {
updateDisplayCount(i - 1, void 0, true);
break;
}
totalWidth += currentItemWidth;
if (
// Only one means `totalWidth` is the final width
lastIndex === 0 && totalWidth <= mergedContainerWidth || // Last two width will be the final width
i === lastIndex - 1 && totalWidth + getItemWidth(lastIndex) <= mergedContainerWidth
) {
updateDisplayCount(lastIndex, null);
break;
} else if (totalWidth + mergedRestWidth > mergedContainerWidth) {
updateDisplayCount(i - 1, totalWidth - currentItemWidth - suffixWidth + restWidth);
break;
}
}
if (suffix && getItemWidth(0) + suffixWidth > mergedContainerWidth) {
setSuffixFixedStart(null);
}
}
}, [mergedContainerWidth, itemWidths, restWidth, prefixWidth, suffixWidth, getKey5, mergedData]);
var displayRest = restReady && !!omittedItems.length;
var suffixStyle = {};
if (suffixFixedStart !== null && shouldResponsive) {
suffixStyle = {
position: "absolute",
left: suffixFixedStart,
top: 0
};
}
var itemSharedProps = {
prefixCls: itemPrefixCls,
responsive: shouldResponsive,
component: itemComponent,
invalidate
};
var internalRenderItemNode = renderRawItem ? function(item, index3) {
var key = getKey5(item, index3);
return React147.createElement(OverflowContext.Provider, {
key,
value: _objectSpread2(_objectSpread2({}, itemSharedProps), {}, {
order: index3,
item,
itemKey: key,
registerSize,
display: index3 <= mergedDisplayCount
})
}, renderRawItem(item, index3));
} : function(item, index3) {
var key = getKey5(item, index3);
return React147.createElement(Item_default, _extends({}, itemSharedProps, {
order: index3,
key,
item,
renderItem: mergedRenderItem,
itemKey: key,
registerSize,
display: index3 <= mergedDisplayCount
}));
};
var restContextProps = {
order: displayRest ? mergedDisplayCount : Number.MAX_SAFE_INTEGER,
className: "".concat(itemPrefixCls, "-rest"),
registerSize: registerOverflowSize,
display: displayRest
};
var mergedRenderRest = renderRest || defaultRenderRest;
var restNode = renderRawRest ? React147.createElement(OverflowContext.Provider, {
value: _objectSpread2(_objectSpread2({}, itemSharedProps), restContextProps)
}, renderRawRest(omittedItems)) : React147.createElement(Item_default, _extends({}, itemSharedProps, restContextProps), typeof mergedRenderRest === "function" ? mergedRenderRest(omittedItems) : mergedRenderRest);
var overflowNode = React147.createElement(Component10, _extends({
className: (0, import_classnames49.default)(!invalidate && prefixCls, className),
style: style2,
ref
}, restProps), prefix2 && React147.createElement(Item_default, _extends({}, itemSharedProps, {
responsive: isResponsive,
responsiveDisabled: !shouldResponsive,
order: -1,
className: "".concat(itemPrefixCls, "-prefix"),
registerSize: registerPrefixSize,
display: true
}), prefix2), mergedData.map(internalRenderItemNode), showRest ? restNode : null, suffix && React147.createElement(Item_default, _extends({}, itemSharedProps, {
responsive: isResponsive,
responsiveDisabled: !shouldResponsive,
order: mergedDisplayCount,
className: "".concat(itemPrefixCls, "-suffix"),
registerSize: registerSuffixSize,
display: true,
style: suffixStyle
}), suffix));
return isResponsive ? React147.createElement(es_default, {
onResize: onOverflowResize,
disabled: !shouldResponsive
}, overflowNode) : overflowNode;
}
var ForwardOverflow = React147.forwardRef(Overflow);
ForwardOverflow.displayName = "Overflow";
ForwardOverflow.Item = RawItem_default;
ForwardOverflow.RESPONSIVE = RESPONSIVE;
ForwardOverflow.INVALIDATE = INVALIDATE;
var Overflow_default = ForwardOverflow;
// node_modules/rc-overflow/es/index.js
var es_default9 = Overflow_default;
// node_modules/rc-select/es/Selector/Input.js
var React148 = __toESM(require_react());
var import_classnames50 = __toESM(require_classnames());
// node_modules/rc-util/es/composeProps.js
function composeProps(originProps, patchProps, isAll) {
var composedProps = _objectSpread2(_objectSpread2({}, originProps), isAll ? patchProps : {});
Object.keys(patchProps).forEach(function(key) {
var func = patchProps[key];
if (typeof func === "function") {
composedProps[key] = function() {
var _originProps$key;
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
args[_key] = arguments[_key];
}
func.apply(void 0, args);
return (_originProps$key = originProps[key]) === null || _originProps$key === void 0 ? void 0 : _originProps$key.call.apply(_originProps$key, [originProps].concat(args));
};
}
});
return composedProps;
}
var composeProps_default = composeProps;
// node_modules/rc-select/es/Selector/Input.js
var _excluded14 = ["prefixCls", "id", "inputElement", "autoFocus", "autoComplete", "editable", "activeDescendantId", "value", "open", "attrs"];
var Input = function Input2(props, ref) {
var prefixCls = props.prefixCls, id = props.id, inputElement = props.inputElement, autoFocus = props.autoFocus, autoComplete = props.autoComplete, editable = props.editable, activeDescendantId = props.activeDescendantId, value = props.value, open3 = props.open, attrs = props.attrs, restProps = _objectWithoutProperties(props, _excluded14);
var inputNode = inputElement || React148.createElement("input", null);
var _inputNode = inputNode, originRef = _inputNode.ref, originProps = _inputNode.props;
warning(!("maxLength" in inputNode.props), "Passing 'maxLength' to input element directly may not work because input in BaseSelect is controlled.");
inputNode = React148.cloneElement(inputNode, _objectSpread2(_objectSpread2(_objectSpread2({
type: "search"
}, composeProps_default(restProps, originProps, true)), {}, {
// Override over origin props
id,
ref: composeRef(ref, originRef),
autoComplete: autoComplete || "off",
autoFocus,
className: (0, import_classnames50.default)("".concat(prefixCls, "-selection-search-input"), originProps === null || originProps === void 0 ? void 0 : originProps.className),
role: "combobox",
"aria-expanded": open3 || false,
"aria-haspopup": "listbox",
"aria-owns": "".concat(id, "_list"),
"aria-autocomplete": "list",
"aria-controls": "".concat(id, "_list"),
"aria-activedescendant": open3 ? activeDescendantId : void 0
}, attrs), {}, {
value: editable ? value : "",
readOnly: !editable,
unselectable: !editable ? "on" : null,
style: _objectSpread2(_objectSpread2({}, originProps.style), {}, {
opacity: editable ? null : 0
})
}));
return inputNode;
};
var RefInput = React148.forwardRef(Input);
if (true) {
RefInput.displayName = "Input";
}
var Input_default2 = RefInput;
// node_modules/rc-select/es/hooks/useLayoutEffect.js
var React149 = __toESM(require_react());
// node_modules/rc-select/es/utils/commonUtil.js
function toArray3(value) {
if (Array.isArray(value)) {
return value;
}
return value !== void 0 ? [value] : [];
}
var isClient = typeof window !== "undefined" && window.document && window.document.documentElement;
var isBrowserClient = isClient;
function hasValue2(value) {
return value !== void 0 && value !== null;
}
function isComboNoValue(value) {
return !value && value !== 0;
}
function isTitleType(title) {
return ["string", "number"].includes(_typeof(title));
}
function getTitle(item) {
var title = void 0;
if (item) {
if (isTitleType(item.title)) {
title = item.title.toString();
} else if (isTitleType(item.label)) {
title = item.label.toString();
}
}
return title;
}
// node_modules/rc-select/es/hooks/useLayoutEffect.js
function useLayoutEffect6(effect, deps) {
if (isBrowserClient) {
React149.useLayoutEffect(effect, deps);
} else {
React149.useEffect(effect, deps);
}
}
// node_modules/rc-select/es/Selector/MultipleSelector.js
function itemKey(value) {
var _value$key;
return (_value$key = value.key) !== null && _value$key !== void 0 ? _value$key : value.value;
}
var onPreventMouseDown = function onPreventMouseDown2(event) {
event.preventDefault();
event.stopPropagation();
};
var SelectSelector = function SelectSelector2(props) {
var id = props.id, prefixCls = props.prefixCls, values = props.values, open3 = props.open, searchValue = props.searchValue, autoClearSearchValue = props.autoClearSearchValue, inputRef = props.inputRef, placeholder = props.placeholder, disabled = props.disabled, mode = props.mode, showSearch = props.showSearch, autoFocus = props.autoFocus, autoComplete = props.autoComplete, activeDescendantId = props.activeDescendantId, tabIndex = props.tabIndex, removeIcon = props.removeIcon, maxTagCount = props.maxTagCount, maxTagTextLength = props.maxTagTextLength, _props$maxTagPlacehol = props.maxTagPlaceholder, maxTagPlaceholder = _props$maxTagPlacehol === void 0 ? function(omittedValues) {
return "+ ".concat(omittedValues.length, " ...");
} : _props$maxTagPlacehol, tagRender = props.tagRender, onToggleOpen = props.onToggleOpen, onRemove = props.onRemove, onInputChange = props.onInputChange, onInputPaste = props.onInputPaste, onInputKeyDown = props.onInputKeyDown, onInputMouseDown = props.onInputMouseDown, onInputCompositionStart = props.onInputCompositionStart, onInputCompositionEnd = props.onInputCompositionEnd, onInputBlur = props.onInputBlur;
var measureRef = React150.useRef(null);
var _useState = (0, import_react67.useState)(0), _useState2 = _slicedToArray(_useState, 2), inputWidth = _useState2[0], setInputWidth = _useState2[1];
var _useState3 = (0, import_react67.useState)(false), _useState4 = _slicedToArray(_useState3, 2), focused = _useState4[0], setFocused = _useState4[1];
var selectionPrefixCls = "".concat(prefixCls, "-selection");
var inputValue = open3 || mode === "multiple" && autoClearSearchValue === false || mode === "tags" ? searchValue : "";
var inputEditable = mode === "tags" || mode === "multiple" && autoClearSearchValue === false || showSearch && (open3 || focused);
useLayoutEffect6(function() {
setInputWidth(measureRef.current.scrollWidth);
}, [inputValue]);
var defaultRenderSelector = function defaultRenderSelector2(item, content, itemDisabled, closable, onClose) {
return React150.createElement("span", {
title: getTitle(item),
className: (0, import_classnames51.default)("".concat(selectionPrefixCls, "-item"), _defineProperty({}, "".concat(selectionPrefixCls, "-item-disabled"), itemDisabled))
}, React150.createElement("span", {
className: "".concat(selectionPrefixCls, "-item-content")
}, content), closable && React150.createElement(TransBtn_default, {
className: "".concat(selectionPrefixCls, "-item-remove"),
onMouseDown: onPreventMouseDown,
onClick: onClose,
customizeIcon: removeIcon
}, "×"));
};
var customizeRenderSelector = function customizeRenderSelector2(value, content, itemDisabled, closable, onClose, isMaxTag) {
var onMouseDown = function onMouseDown2(e3) {
onPreventMouseDown(e3);
onToggleOpen(!open3);
};
return React150.createElement("span", {
onMouseDown
}, tagRender({
label: content,
value,
disabled: itemDisabled,
closable,
onClose,
isMaxTag: !!isMaxTag
}));
};
var renderItem2 = function renderItem3(valueItem) {
var itemDisabled = valueItem.disabled, label = valueItem.label, value = valueItem.value;
var closable = !disabled && !itemDisabled;
var displayLabel = label;
if (typeof maxTagTextLength === "number") {
if (typeof label === "string" || typeof label === "number") {
var strLabel = String(displayLabel);
if (strLabel.length > maxTagTextLength) {
displayLabel = "".concat(strLabel.slice(0, maxTagTextLength), "...");
}
}
}
var onClose = function onClose2(event) {
if (event) {
event.stopPropagation();
}
onRemove(valueItem);
};
return typeof tagRender === "function" ? customizeRenderSelector(value, displayLabel, itemDisabled, closable, onClose) : defaultRenderSelector(valueItem, displayLabel, itemDisabled, closable, onClose);
};
var renderRest = function renderRest2(omittedValues) {
if (!values.length) {
return null;
}
var content = typeof maxTagPlaceholder === "function" ? maxTagPlaceholder(omittedValues) : maxTagPlaceholder;
return typeof tagRender === "function" ? customizeRenderSelector(void 0, content, false, false, void 0, true) : defaultRenderSelector({
title: content
}, content, false);
};
var inputNode = React150.createElement("div", {
className: "".concat(selectionPrefixCls, "-search"),
style: {
width: inputWidth
},
onFocus: function onFocus() {
setFocused(true);
},
onBlur: function onBlur() {
setFocused(false);
}
}, React150.createElement(Input_default2, {
ref: inputRef,
open: open3,
prefixCls,
id,
inputElement: null,
disabled,
autoFocus,
autoComplete,
editable: inputEditable,
activeDescendantId,
value: inputValue,
onKeyDown: onInputKeyDown,
onMouseDown: onInputMouseDown,
onChange: onInputChange,
onPaste: onInputPaste,
onCompositionStart: onInputCompositionStart,
onCompositionEnd: onInputCompositionEnd,
onBlur: onInputBlur,
tabIndex,
attrs: pickAttrs(props, true)
}), React150.createElement("span", {
ref: measureRef,
className: "".concat(selectionPrefixCls, "-search-mirror"),
"aria-hidden": true
}, inputValue, " "));
var selectionNode = React150.createElement(es_default9, {
prefixCls: "".concat(selectionPrefixCls, "-overflow"),
data: values,
renderItem: renderItem2,
renderRest,
suffix: inputNode,
itemKey,
maxCount: maxTagCount
});
return React150.createElement("span", {
className: "".concat(selectionPrefixCls, "-wrap")
}, selectionNode, !values.length && !inputValue && React150.createElement("span", {
className: "".concat(selectionPrefixCls, "-placeholder")
}, placeholder));
};
var MultipleSelector_default = SelectSelector;
// node_modules/rc-select/es/Selector/SingleSelector.js
var React151 = __toESM(require_react());
var SingleSelector = function SingleSelector2(props) {
var inputElement = props.inputElement, prefixCls = props.prefixCls, id = props.id, inputRef = props.inputRef, disabled = props.disabled, autoFocus = props.autoFocus, autoComplete = props.autoComplete, activeDescendantId = props.activeDescendantId, mode = props.mode, open3 = props.open, values = props.values, placeholder = props.placeholder, tabIndex = props.tabIndex, showSearch = props.showSearch, searchValue = props.searchValue, activeValue = props.activeValue, maxLength = props.maxLength, onInputKeyDown = props.onInputKeyDown, onInputMouseDown = props.onInputMouseDown, onInputChange = props.onInputChange, onInputPaste = props.onInputPaste, onInputCompositionStart = props.onInputCompositionStart, onInputCompositionEnd = props.onInputCompositionEnd, onInputBlur = props.onInputBlur, title = props.title;
var _React$useState = React151.useState(false), _React$useState2 = _slicedToArray(_React$useState, 2), inputChanged = _React$useState2[0], setInputChanged = _React$useState2[1];
var combobox = mode === "combobox";
var inputEditable = combobox || showSearch;
var item = values[0];
var inputValue = searchValue || "";
if (combobox && activeValue && !inputChanged) {
inputValue = activeValue;
}
React151.useEffect(function() {
if (combobox) {
setInputChanged(false);
}
}, [combobox, activeValue]);
var hasTextInput = mode !== "combobox" && !open3 && !showSearch ? false : !!inputValue;
var selectionTitle = title === void 0 ? getTitle(item) : title;
var placeholderNode = React151.useMemo(function() {
if (item) {
return null;
}
return React151.createElement("span", {
className: "".concat(prefixCls, "-selection-placeholder"),
style: hasTextInput ? {
visibility: "hidden"
} : void 0
}, placeholder);
}, [item, hasTextInput, placeholder, prefixCls]);
return React151.createElement("span", {
className: "".concat(prefixCls, "-selection-wrap")
}, React151.createElement("span", {
className: "".concat(prefixCls, "-selection-search")
}, React151.createElement(Input_default2, {
ref: inputRef,
prefixCls,
id,
open: open3,
inputElement,
disabled,
autoFocus,
autoComplete,
editable: inputEditable,
activeDescendantId,
value: inputValue,
onKeyDown: onInputKeyDown,
onMouseDown: onInputMouseDown,
onChange: function onChange(e3) {
setInputChanged(true);
onInputChange(e3);
},
onPaste: onInputPaste,
onCompositionStart: onInputCompositionStart,
onCompositionEnd: onInputCompositionEnd,
onBlur: onInputBlur,
tabIndex,
attrs: pickAttrs(props, true),
maxLength: combobox ? maxLength : void 0
})), !combobox && item ? React151.createElement("span", {
className: "".concat(prefixCls, "-selection-item"),
title: selectionTitle,
style: hasTextInput ? {
visibility: "hidden"
} : void 0
}, item.label) : null, placeholderNode);
};
var SingleSelector_default = SingleSelector;
// node_modules/rc-select/es/Selector/index.js
var Selector = function Selector2(props, ref) {
var inputRef = (0, import_react68.useRef)(null);
var compositionStatusRef = (0, import_react68.useRef)(false);
var prefixCls = props.prefixCls, open3 = props.open, mode = props.mode, showSearch = props.showSearch, tokenWithEnter = props.tokenWithEnter, disabled = props.disabled, prefix2 = props.prefix, autoClearSearchValue = props.autoClearSearchValue, onSearch = props.onSearch, onSearchSubmit = props.onSearchSubmit, onToggleOpen = props.onToggleOpen, onInputKeyDown = props.onInputKeyDown, onInputBlur = props.onInputBlur, domRef = props.domRef;
React152.useImperativeHandle(ref, function() {
return {
focus: function focus(options) {
inputRef.current.focus(options);
},
blur: function blur() {
inputRef.current.blur();
}
};
});
var _useLock = useLock(0), _useLock2 = _slicedToArray(_useLock, 2), getInputMouseDown = _useLock2[0], setInputMouseDown = _useLock2[1];
var onInternalInputKeyDown = function onInternalInputKeyDown2(event) {
var which = event.which;
var isTextAreaElement = inputRef.current instanceof HTMLTextAreaElement;
if (!isTextAreaElement && open3 && (which === KeyCode_default.UP || which === KeyCode_default.DOWN)) {
event.preventDefault();
}
if (onInputKeyDown) {
onInputKeyDown(event);
}
if (which === KeyCode_default.ENTER && mode === "tags" && !compositionStatusRef.current && !open3) {
onSearchSubmit === null || onSearchSubmit === void 0 || onSearchSubmit(event.target.value);
}
if (isTextAreaElement && !open3 && ~[KeyCode_default.UP, KeyCode_default.DOWN, KeyCode_default.LEFT, KeyCode_default.RIGHT].indexOf(which)) {
return;
}
if (isValidateOpenKey(which)) {
onToggleOpen(true);
}
};
var onInternalInputMouseDown = function onInternalInputMouseDown2() {
setInputMouseDown(true);
};
var pastedTextRef = (0, import_react68.useRef)(null);
var triggerOnSearch = function triggerOnSearch2(value) {
if (onSearch(value, true, compositionStatusRef.current) !== false) {
onToggleOpen(true);
}
};
var onInputCompositionStart = function onInputCompositionStart2() {
compositionStatusRef.current = true;
};
var onInputCompositionEnd = function onInputCompositionEnd2(e3) {
compositionStatusRef.current = false;
if (mode !== "combobox") {
triggerOnSearch(e3.target.value);
}
};
var onInputChange = function onInputChange2(event) {
var value = event.target.value;
if (tokenWithEnter && pastedTextRef.current && /[\r\n]/.test(pastedTextRef.current)) {
var replacedText = pastedTextRef.current.replace(/[\r\n]+$/, "").replace(/\r\n/g, " ").replace(/[\r\n]/g, " ");
value = value.replace(replacedText, pastedTextRef.current);
}
pastedTextRef.current = null;
triggerOnSearch(value);
};
var onInputPaste = function onInputPaste2(e3) {
var clipboardData = e3.clipboardData;
var value = clipboardData === null || clipboardData === void 0 ? void 0 : clipboardData.getData("text");
pastedTextRef.current = value || "";
};
var onClick = function onClick2(_ref) {
var target = _ref.target;
if (target !== inputRef.current) {
var isIE = document.body.style.msTouchAction !== void 0;
if (isIE) {
setTimeout(function() {
inputRef.current.focus();
});
} else {
inputRef.current.focus();
}
}
};
var onMouseDown = function onMouseDown2(event) {
var inputMouseDown = getInputMouseDown();
if (event.target !== inputRef.current && !inputMouseDown && !(mode === "combobox" && disabled)) {
event.preventDefault();
}
if (mode !== "combobox" && (!showSearch || !inputMouseDown) || !open3) {
if (open3 && autoClearSearchValue !== false) {
onSearch("", true, false);
}
onToggleOpen();
}
};
var sharedProps = {
inputRef,
onInputKeyDown: onInternalInputKeyDown,
onInputMouseDown: onInternalInputMouseDown,
onInputChange,
onInputPaste,
onInputCompositionStart,
onInputCompositionEnd,
onInputBlur
};
var selectNode = mode === "multiple" || mode === "tags" ? React152.createElement(MultipleSelector_default, _extends({}, props, sharedProps)) : React152.createElement(SingleSelector_default, _extends({}, props, sharedProps));
return React152.createElement("div", {
ref: domRef,
className: "".concat(prefixCls, "-selector"),
onClick,
onMouseDown
}, prefix2 && React152.createElement("div", {
className: "".concat(prefixCls, "-prefix")
}, prefix2), selectNode);
};
var ForwardSelector = React152.forwardRef(Selector);
if (true) {
ForwardSelector.displayName = "Selector";
}
var Selector_default = ForwardSelector;
// node_modules/@rc-component/trigger/es/index.js
var import_classnames55 = __toESM(require_classnames());
var React162 = __toESM(require_react());
// node_modules/@rc-component/trigger/es/Popup/index.js
var import_classnames54 = __toESM(require_classnames());
var React156 = __toESM(require_react());
// node_modules/@rc-component/trigger/es/Popup/Arrow.js
var import_classnames52 = __toESM(require_classnames());
var React153 = __toESM(require_react());
function Arrow(props) {
var prefixCls = props.prefixCls, align = props.align, arrow = props.arrow, arrowPos = props.arrowPos;
var _ref = arrow || {}, className = _ref.className, content = _ref.content;
var _arrowPos$x = arrowPos.x, x = _arrowPos$x === void 0 ? 0 : _arrowPos$x, _arrowPos$y = arrowPos.y, y = _arrowPos$y === void 0 ? 0 : _arrowPos$y;
var arrowRef = React153.useRef();
if (!align || !align.points) {
return null;
}
var alignStyle = {
position: "absolute"
};
if (align.autoArrow !== false) {
var popupPoints = align.points[0];
var targetPoints = align.points[1];
var popupTB = popupPoints[0];
var popupLR = popupPoints[1];
var targetTB = targetPoints[0];
var targetLR = targetPoints[1];
if (popupTB === targetTB || !["t", "b"].includes(popupTB)) {
alignStyle.top = y;
} else if (popupTB === "t") {
alignStyle.top = 0;
} else {
alignStyle.bottom = 0;
}
if (popupLR === targetLR || !["l", "r"].includes(popupLR)) {
alignStyle.left = x;
} else if (popupLR === "l") {
alignStyle.left = 0;
} else {
alignStyle.right = 0;
}
}
return React153.createElement("div", {
ref: arrowRef,
className: (0, import_classnames52.default)("".concat(prefixCls, "-arrow"), className),
style: alignStyle
}, content);
}
// node_modules/@rc-component/trigger/es/Popup/Mask.js
var import_classnames53 = __toESM(require_classnames());
var React154 = __toESM(require_react());
function Mask3(props) {
var prefixCls = props.prefixCls, open3 = props.open, zIndex = props.zIndex, mask = props.mask, motion2 = props.motion;
if (!mask) {
return null;
}
return React154.createElement(es_default2, _extends({}, motion2, {
motionAppear: true,
visible: open3,
removeOnLeave: true
}), function(_ref) {
var className = _ref.className;
return React154.createElement("div", {
style: {
zIndex
},
className: (0, import_classnames53.default)("".concat(prefixCls, "-mask"), className)
});
});
}
// node_modules/@rc-component/trigger/es/Popup/PopupContent.js
var React155 = __toESM(require_react());
var PopupContent = React155.memo(function(_ref) {
var children = _ref.children;
return children;
}, function(_, next2) {
return next2.cache;
});
if (true) {
PopupContent.displayName = "PopupContent";
}
var PopupContent_default = PopupContent;
// node_modules/@rc-component/trigger/es/Popup/index.js
var Popup = React156.forwardRef(function(props, ref) {
var popup = props.popup, className = props.className, prefixCls = props.prefixCls, style2 = props.style, target = props.target, _onVisibleChanged = props.onVisibleChanged, open3 = props.open, keepDom = props.keepDom, fresh = props.fresh, onClick = props.onClick, mask = props.mask, arrow = props.arrow, arrowPos = props.arrowPos, align = props.align, motion2 = props.motion, maskMotion = props.maskMotion, forceRender = props.forceRender, getPopupContainer = props.getPopupContainer, autoDestroy = props.autoDestroy, Portal2 = props.portal, zIndex = props.zIndex, onMouseEnter = props.onMouseEnter, onMouseLeave = props.onMouseLeave, onPointerEnter = props.onPointerEnter, onPointerDownCapture = props.onPointerDownCapture, ready = props.ready, offsetX = props.offsetX, offsetY = props.offsetY, offsetR = props.offsetR, offsetB = props.offsetB, onAlign = props.onAlign, onPrepare = props.onPrepare, stretch = props.stretch, targetWidth = props.targetWidth, targetHeight = props.targetHeight;
var childNode = typeof popup === "function" ? popup() : popup;
var isNodeVisible = open3 || keepDom;
var getPopupContainerNeedParams = (getPopupContainer === null || getPopupContainer === void 0 ? void 0 : getPopupContainer.length) > 0;
var _React$useState = React156.useState(!getPopupContainer || !getPopupContainerNeedParams), _React$useState2 = _slicedToArray(_React$useState, 2), show = _React$useState2[0], setShow = _React$useState2[1];
useLayoutEffect_default(function() {
if (!show && getPopupContainerNeedParams && target) {
setShow(true);
}
}, [show, getPopupContainerNeedParams, target]);
if (!show) {
return null;
}
var AUTO = "auto";
var offsetStyle = {
left: "-1000vw",
top: "-1000vh",
right: AUTO,
bottom: AUTO
};
if (ready || !open3) {
var _experimental;
var points = align.points;
var dynamicInset = align.dynamicInset || ((_experimental = align._experimental) === null || _experimental === void 0 ? void 0 : _experimental.dynamicInset);
var alignRight = dynamicInset && points[0][1] === "r";
var alignBottom = dynamicInset && points[0][0] === "b";
if (alignRight) {
offsetStyle.right = offsetR;
offsetStyle.left = AUTO;
} else {
offsetStyle.left = offsetX;
offsetStyle.right = AUTO;
}
if (alignBottom) {
offsetStyle.bottom = offsetB;
offsetStyle.top = AUTO;
} else {
offsetStyle.top = offsetY;
offsetStyle.bottom = AUTO;
}
}
var miscStyle = {};
if (stretch) {
if (stretch.includes("height") && targetHeight) {
miscStyle.height = targetHeight;
} else if (stretch.includes("minHeight") && targetHeight) {
miscStyle.minHeight = targetHeight;
}
if (stretch.includes("width") && targetWidth) {
miscStyle.width = targetWidth;
} else if (stretch.includes("minWidth") && targetWidth) {
miscStyle.minWidth = targetWidth;
}
}
if (!open3) {
miscStyle.pointerEvents = "none";
}
return React156.createElement(Portal2, {
open: forceRender || isNodeVisible,
getContainer: getPopupContainer && function() {
return getPopupContainer(target);
},
autoDestroy
}, React156.createElement(Mask3, {
prefixCls,
open: open3,
zIndex,
mask,
motion: maskMotion
}), React156.createElement(es_default, {
onResize: onAlign,
disabled: !open3
}, function(resizeObserverRef) {
return React156.createElement(es_default2, _extends({
motionAppear: true,
motionEnter: true,
motionLeave: true,
removeOnLeave: false,
forceRender,
leavedClassName: "".concat(prefixCls, "-hidden")
}, motion2, {
onAppearPrepare: onPrepare,
onEnterPrepare: onPrepare,
visible: open3,
onVisibleChanged: function onVisibleChanged(nextVisible) {
var _motion$onVisibleChan;
motion2 === null || motion2 === void 0 || (_motion$onVisibleChan = motion2.onVisibleChanged) === null || _motion$onVisibleChan === void 0 || _motion$onVisibleChan.call(motion2, nextVisible);
_onVisibleChanged(nextVisible);
}
}), function(_ref, motionRef) {
var motionClassName = _ref.className, motionStyle = _ref.style;
var cls13 = (0, import_classnames54.default)(prefixCls, motionClassName, className);
return React156.createElement("div", {
ref: composeRef(resizeObserverRef, ref, motionRef),
className: cls13,
style: _objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2({
"--arrow-x": "".concat(arrowPos.x || 0, "px"),
"--arrow-y": "".concat(arrowPos.y || 0, "px")
}, offsetStyle), miscStyle), motionStyle), {}, {
boxSizing: "border-box",
zIndex
}, style2),
onMouseEnter,
onMouseLeave,
onPointerEnter,
onClick,
onPointerDownCapture
}, arrow && React156.createElement(Arrow, {
prefixCls,
arrow,
arrowPos,
align
}), React156.createElement(PopupContent_default, {
cache: !open3 && !fresh
}, childNode));
});
}));
});
if (true) {
Popup.displayName = "Popup";
}
var Popup_default = Popup;
// node_modules/@rc-component/trigger/es/TriggerWrapper.js
var React157 = __toESM(require_react());
var TriggerWrapper = React157.forwardRef(function(props, ref) {
var children = props.children, getTriggerDOMNode = props.getTriggerDOMNode;
var canUseRef = supportRef(children);
var setRef = React157.useCallback(function(node2) {
fillRef(ref, getTriggerDOMNode ? getTriggerDOMNode(node2) : node2);
}, [getTriggerDOMNode]);
var mergedRef = useComposeRef(setRef, getNodeRef(children));
return canUseRef ? React157.cloneElement(children, {
ref: mergedRef
}) : children;
});
if (true) {
TriggerWrapper.displayName = "TriggerWrapper";
}
var TriggerWrapper_default = TriggerWrapper;
// node_modules/@rc-component/trigger/es/context.js
var React158 = __toESM(require_react());
var TriggerContext = React158.createContext(null);
var context_default5 = TriggerContext;
// node_modules/@rc-component/trigger/es/hooks/useAction.js
var React159 = __toESM(require_react());
function toArray4(val) {
return val ? Array.isArray(val) ? val : [val] : [];
}
function useAction(mobile, action, showAction, hideAction) {
return React159.useMemo(function() {
var mergedShowAction = toArray4(showAction !== null && showAction !== void 0 ? showAction : action);
var mergedHideAction = toArray4(hideAction !== null && hideAction !== void 0 ? hideAction : action);
var showActionSet = new Set(mergedShowAction);
var hideActionSet = new Set(mergedHideAction);
if (mobile) {
if (showActionSet.has("hover")) {
showActionSet.delete("hover");
showActionSet.add("click");
}
if (hideActionSet.has("hover")) {
hideActionSet.delete("hover");
hideActionSet.add("click");
}
}
return [showActionSet, hideActionSet];
}, [mobile, action, showAction, hideAction]);
}
// node_modules/@rc-component/trigger/es/hooks/useAlign.js
var React160 = __toESM(require_react());
// node_modules/@rc-component/trigger/es/util.js
function isPointsEq() {
var a1 = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : [];
var a2 = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : [];
var isAlignPoint = arguments.length > 2 ? arguments[2] : void 0;
if (isAlignPoint) {
return a1[0] === a2[0];
}
return a1[0] === a2[0] && a1[1] === a2[1];
}
function getAlignPopupClassName(builtinPlacements, prefixCls, align, isAlignPoint) {
var points = align.points;
var placements5 = Object.keys(builtinPlacements);
for (var i = 0; i < placements5.length; i += 1) {
var _builtinPlacements$pl;
var placement = placements5[i];
if (isPointsEq((_builtinPlacements$pl = builtinPlacements[placement]) === null || _builtinPlacements$pl === void 0 ? void 0 : _builtinPlacements$pl.points, points, isAlignPoint)) {
return "".concat(prefixCls, "-placement-").concat(placement);
}
}
return "";
}
function getMotion3(prefixCls, motion2, animation, transitionName) {
if (motion2) {
return motion2;
}
if (animation) {
return {
motionName: "".concat(prefixCls, "-").concat(animation)
};
}
if (transitionName) {
return {
motionName: transitionName
};
}
return null;
}
function getWin(ele) {
return ele.ownerDocument.defaultView;
}
function collectScroller(ele) {
var scrollerList = [];
var current = ele === null || ele === void 0 ? void 0 : ele.parentElement;
var scrollStyle = ["hidden", "scroll", "clip", "auto"];
while (current) {
var _getWin$getComputedSt = getWin(current).getComputedStyle(current), overflowX = _getWin$getComputedSt.overflowX, overflowY = _getWin$getComputedSt.overflowY, overflow = _getWin$getComputedSt.overflow;
if ([overflowX, overflowY, overflow].some(function(o3) {
return scrollStyle.includes(o3);
})) {
scrollerList.push(current);
}
current = current.parentElement;
}
return scrollerList;
}
function toNum(num) {
var defaultValue = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 1;
return Number.isNaN(num) ? defaultValue : num;
}
function getPxValue(val) {
return toNum(parseFloat(val), 0);
}
function getVisibleArea(initArea, scrollerList) {
var visibleArea = _objectSpread2({}, initArea);
(scrollerList || []).forEach(function(ele) {
if (ele instanceof HTMLBodyElement || ele instanceof HTMLHtmlElement) {
return;
}
var _getWin$getComputedSt2 = getWin(ele).getComputedStyle(ele), overflow = _getWin$getComputedSt2.overflow, overflowClipMargin = _getWin$getComputedSt2.overflowClipMargin, borderTopWidth = _getWin$getComputedSt2.borderTopWidth, borderBottomWidth = _getWin$getComputedSt2.borderBottomWidth, borderLeftWidth = _getWin$getComputedSt2.borderLeftWidth, borderRightWidth = _getWin$getComputedSt2.borderRightWidth;
var eleRect = ele.getBoundingClientRect();
var eleOutHeight = ele.offsetHeight, eleInnerHeight = ele.clientHeight, eleOutWidth = ele.offsetWidth, eleInnerWidth = ele.clientWidth;
var borderTopNum = getPxValue(borderTopWidth);
var borderBottomNum = getPxValue(borderBottomWidth);
var borderLeftNum = getPxValue(borderLeftWidth);
var borderRightNum = getPxValue(borderRightWidth);
var scaleX = toNum(Math.round(eleRect.width / eleOutWidth * 1e3) / 1e3);
var scaleY = toNum(Math.round(eleRect.height / eleOutHeight * 1e3) / 1e3);
var eleScrollWidth = (eleOutWidth - eleInnerWidth - borderLeftNum - borderRightNum) * scaleX;
var eleScrollHeight = (eleOutHeight - eleInnerHeight - borderTopNum - borderBottomNum) * scaleY;
var scaledBorderTopWidth = borderTopNum * scaleY;
var scaledBorderBottomWidth = borderBottomNum * scaleY;
var scaledBorderLeftWidth = borderLeftNum * scaleX;
var scaledBorderRightWidth = borderRightNum * scaleX;
var clipMarginWidth = 0;
var clipMarginHeight = 0;
if (overflow === "clip") {
var clipNum = getPxValue(overflowClipMargin);
clipMarginWidth = clipNum * scaleX;
clipMarginHeight = clipNum * scaleY;
}
var eleLeft = eleRect.x + scaledBorderLeftWidth - clipMarginWidth;
var eleTop = eleRect.y + scaledBorderTopWidth - clipMarginHeight;
var eleRight = eleLeft + eleRect.width + 2 * clipMarginWidth - scaledBorderLeftWidth - scaledBorderRightWidth - eleScrollWidth;
var eleBottom = eleTop + eleRect.height + 2 * clipMarginHeight - scaledBorderTopWidth - scaledBorderBottomWidth - eleScrollHeight;
visibleArea.left = Math.max(visibleArea.left, eleLeft);
visibleArea.top = Math.max(visibleArea.top, eleTop);
visibleArea.right = Math.min(visibleArea.right, eleRight);
visibleArea.bottom = Math.min(visibleArea.bottom, eleBottom);
});
return visibleArea;
}
// node_modules/@rc-component/trigger/es/hooks/useAlign.js
function getUnitOffset(size) {
var offset3 = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 0;
var offsetStr = "".concat(offset3);
var cells = offsetStr.match(/^(.*)\%$/);
if (cells) {
return size * (parseFloat(cells[1]) / 100);
}
return parseFloat(offsetStr);
}
function getNumberOffset(rect, offset3) {
var _ref = offset3 || [], _ref2 = _slicedToArray(_ref, 2), offsetX = _ref2[0], offsetY = _ref2[1];
return [getUnitOffset(rect.width, offsetX), getUnitOffset(rect.height, offsetY)];
}
function splitPoints() {
var points = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "";
return [points[0], points[1]];
}
function getAlignPoint(rect, points) {
var topBottom = points[0];
var leftRight = points[1];
var x;
var y;
if (topBottom === "t") {
y = rect.y;
} else if (topBottom === "b") {
y = rect.y + rect.height;
} else {
y = rect.y + rect.height / 2;
}
if (leftRight === "l") {
x = rect.x;
} else if (leftRight === "r") {
x = rect.x + rect.width;
} else {
x = rect.x + rect.width / 2;
}
return {
x,
y
};
}
function reversePoints(points, index3) {
var reverseMap = {
t: "b",
b: "t",
l: "r",
r: "l"
};
return points.map(function(point, i) {
if (i === index3) {
return reverseMap[point] || "c";
}
return point;
}).join("");
}
function useAlign(open3, popupEle, target, placement, builtinPlacements, popupAlign, onPopupAlign) {
var _React$useState = React160.useState({
ready: false,
offsetX: 0,
offsetY: 0,
offsetR: 0,
offsetB: 0,
arrowX: 0,
arrowY: 0,
scaleX: 1,
scaleY: 1,
align: builtinPlacements[placement] || {}
}), _React$useState2 = _slicedToArray(_React$useState, 2), offsetInfo = _React$useState2[0], setOffsetInfo = _React$useState2[1];
var alignCountRef = React160.useRef(0);
var scrollerList = React160.useMemo(function() {
if (!popupEle) {
return [];
}
return collectScroller(popupEle);
}, [popupEle]);
var prevFlipRef = React160.useRef({});
var resetFlipCache = function resetFlipCache2() {
prevFlipRef.current = {};
};
if (!open3) {
resetFlipCache();
}
var onAlign = useEvent(function() {
if (popupEle && target && open3) {
let getIntersectionVisibleArea = function(offsetX, offsetY) {
var area = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : visibleArea;
var l2 = popupRect.x + offsetX;
var t2 = popupRect.y + offsetY;
var r2 = l2 + popupWidth;
var b = t2 + popupHeight;
var visibleL = Math.max(l2, area.left);
var visibleT = Math.max(t2, area.top);
var visibleR = Math.min(r2, area.right);
var visibleB = Math.min(b, area.bottom);
return Math.max(0, (visibleR - visibleL) * (visibleB - visibleT));
}, syncNextPopupPosition = function() {
nextPopupY = popupRect.y + nextOffsetY;
nextPopupBottom = nextPopupY + popupHeight;
nextPopupX = popupRect.x + nextOffsetX;
nextPopupRight = nextPopupX + popupWidth;
};
var _popupElement$parentE, _popupRect$x, _popupRect$y, _popupElement$parentE2;
var popupElement = popupEle;
var doc = popupElement.ownerDocument;
var win = getWin(popupElement);
var _win$getComputedStyle = win.getComputedStyle(popupElement), popupPosition = _win$getComputedStyle.position;
var originLeft = popupElement.style.left;
var originTop = popupElement.style.top;
var originRight = popupElement.style.right;
var originBottom = popupElement.style.bottom;
var originOverflow = popupElement.style.overflow;
var placementInfo = _objectSpread2(_objectSpread2({}, builtinPlacements[placement]), popupAlign);
var placeholderElement = doc.createElement("div");
(_popupElement$parentE = popupElement.parentElement) === null || _popupElement$parentE === void 0 || _popupElement$parentE.appendChild(placeholderElement);
placeholderElement.style.left = "".concat(popupElement.offsetLeft, "px");
placeholderElement.style.top = "".concat(popupElement.offsetTop, "px");
placeholderElement.style.position = popupPosition;
placeholderElement.style.height = "".concat(popupElement.offsetHeight, "px");
placeholderElement.style.width = "".concat(popupElement.offsetWidth, "px");
popupElement.style.left = "0";
popupElement.style.top = "0";
popupElement.style.right = "auto";
popupElement.style.bottom = "auto";
popupElement.style.overflow = "hidden";
var targetRect;
if (Array.isArray(target)) {
targetRect = {
x: target[0],
y: target[1],
width: 0,
height: 0
};
} else {
var _rect$x, _rect$y;
var rect = target.getBoundingClientRect();
rect.x = (_rect$x = rect.x) !== null && _rect$x !== void 0 ? _rect$x : rect.left;
rect.y = (_rect$y = rect.y) !== null && _rect$y !== void 0 ? _rect$y : rect.top;
targetRect = {
x: rect.x,
y: rect.y,
width: rect.width,
height: rect.height
};
}
var popupRect = popupElement.getBoundingClientRect();
var _win$getComputedStyle2 = win.getComputedStyle(popupElement), height = _win$getComputedStyle2.height, width = _win$getComputedStyle2.width;
popupRect.x = (_popupRect$x = popupRect.x) !== null && _popupRect$x !== void 0 ? _popupRect$x : popupRect.left;
popupRect.y = (_popupRect$y = popupRect.y) !== null && _popupRect$y !== void 0 ? _popupRect$y : popupRect.top;
var _doc$documentElement = doc.documentElement, clientWidth = _doc$documentElement.clientWidth, clientHeight = _doc$documentElement.clientHeight, scrollWidth = _doc$documentElement.scrollWidth, scrollHeight = _doc$documentElement.scrollHeight, scrollTop = _doc$documentElement.scrollTop, scrollLeft = _doc$documentElement.scrollLeft;
var popupHeight = popupRect.height;
var popupWidth = popupRect.width;
var targetHeight = targetRect.height;
var targetWidth = targetRect.width;
var visibleRegion = {
left: 0,
top: 0,
right: clientWidth,
bottom: clientHeight
};
var scrollRegion = {
left: -scrollLeft,
top: -scrollTop,
right: scrollWidth - scrollLeft,
bottom: scrollHeight - scrollTop
};
var htmlRegion = placementInfo.htmlRegion;
var VISIBLE = "visible";
var VISIBLE_FIRST = "visibleFirst";
if (htmlRegion !== "scroll" && htmlRegion !== VISIBLE_FIRST) {
htmlRegion = VISIBLE;
}
var isVisibleFirst = htmlRegion === VISIBLE_FIRST;
var scrollRegionArea = getVisibleArea(scrollRegion, scrollerList);
var visibleRegionArea = getVisibleArea(visibleRegion, scrollerList);
var visibleArea = htmlRegion === VISIBLE ? visibleRegionArea : scrollRegionArea;
var adjustCheckVisibleArea = isVisibleFirst ? visibleRegionArea : visibleArea;
popupElement.style.left = "auto";
popupElement.style.top = "auto";
popupElement.style.right = "0";
popupElement.style.bottom = "0";
var popupMirrorRect = popupElement.getBoundingClientRect();
popupElement.style.left = originLeft;
popupElement.style.top = originTop;
popupElement.style.right = originRight;
popupElement.style.bottom = originBottom;
popupElement.style.overflow = originOverflow;
(_popupElement$parentE2 = popupElement.parentElement) === null || _popupElement$parentE2 === void 0 || _popupElement$parentE2.removeChild(placeholderElement);
var _scaleX = toNum(Math.round(popupWidth / parseFloat(width) * 1e3) / 1e3);
var _scaleY = toNum(Math.round(popupHeight / parseFloat(height) * 1e3) / 1e3);
if (_scaleX === 0 || _scaleY === 0 || isDOM(target) && !isVisible_default(target)) {
return;
}
var offset3 = placementInfo.offset, targetOffset4 = placementInfo.targetOffset;
var _getNumberOffset = getNumberOffset(popupRect, offset3), _getNumberOffset2 = _slicedToArray(_getNumberOffset, 2), popupOffsetX = _getNumberOffset2[0], popupOffsetY = _getNumberOffset2[1];
var _getNumberOffset3 = getNumberOffset(targetRect, targetOffset4), _getNumberOffset4 = _slicedToArray(_getNumberOffset3, 2), targetOffsetX = _getNumberOffset4[0], targetOffsetY = _getNumberOffset4[1];
targetRect.x -= targetOffsetX;
targetRect.y -= targetOffsetY;
var _ref3 = placementInfo.points || [], _ref4 = _slicedToArray(_ref3, 2), popupPoint = _ref4[0], targetPoint = _ref4[1];
var targetPoints = splitPoints(targetPoint);
var popupPoints = splitPoints(popupPoint);
var targetAlignPoint = getAlignPoint(targetRect, targetPoints);
var popupAlignPoint = getAlignPoint(popupRect, popupPoints);
var nextAlignInfo = _objectSpread2({}, placementInfo);
var nextOffsetX = targetAlignPoint.x - popupAlignPoint.x + popupOffsetX;
var nextOffsetY = targetAlignPoint.y - popupAlignPoint.y + popupOffsetY;
var originIntersectionVisibleArea = getIntersectionVisibleArea(nextOffsetX, nextOffsetY);
var originIntersectionRecommendArea = getIntersectionVisibleArea(nextOffsetX, nextOffsetY, visibleRegionArea);
var targetAlignPointTL = getAlignPoint(targetRect, ["t", "l"]);
var popupAlignPointTL = getAlignPoint(popupRect, ["t", "l"]);
var targetAlignPointBR = getAlignPoint(targetRect, ["b", "r"]);
var popupAlignPointBR = getAlignPoint(popupRect, ["b", "r"]);
var overflow = placementInfo.overflow || {};
var adjustX = overflow.adjustX, adjustY = overflow.adjustY, shiftX = overflow.shiftX, shiftY = overflow.shiftY;
var supportAdjust = function supportAdjust2(val) {
if (typeof val === "boolean") {
return val;
}
return val >= 0;
};
var nextPopupY;
var nextPopupBottom;
var nextPopupX;
var nextPopupRight;
syncNextPopupPosition();
var needAdjustY = supportAdjust(adjustY);
var sameTB = popupPoints[0] === targetPoints[0];
if (needAdjustY && popupPoints[0] === "t" && (nextPopupBottom > adjustCheckVisibleArea.bottom || prevFlipRef.current.bt)) {
var tmpNextOffsetY = nextOffsetY;
if (sameTB) {
tmpNextOffsetY -= popupHeight - targetHeight;
} else {
tmpNextOffsetY = targetAlignPointTL.y - popupAlignPointBR.y - popupOffsetY;
}
var newVisibleArea = getIntersectionVisibleArea(nextOffsetX, tmpNextOffsetY);
var newVisibleRecommendArea = getIntersectionVisibleArea(nextOffsetX, tmpNextOffsetY, visibleRegionArea);
if (
// Of course use larger one
newVisibleArea > originIntersectionVisibleArea || newVisibleArea === originIntersectionVisibleArea && (!isVisibleFirst || // Choose recommend one
newVisibleRecommendArea >= originIntersectionRecommendArea)
) {
prevFlipRef.current.bt = true;
nextOffsetY = tmpNextOffsetY;
popupOffsetY = -popupOffsetY;
nextAlignInfo.points = [reversePoints(popupPoints, 0), reversePoints(targetPoints, 0)];
} else {
prevFlipRef.current.bt = false;
}
}
if (needAdjustY && popupPoints[0] === "b" && (nextPopupY < adjustCheckVisibleArea.top || prevFlipRef.current.tb)) {
var _tmpNextOffsetY = nextOffsetY;
if (sameTB) {
_tmpNextOffsetY += popupHeight - targetHeight;
} else {
_tmpNextOffsetY = targetAlignPointBR.y - popupAlignPointTL.y - popupOffsetY;
}
var _newVisibleArea = getIntersectionVisibleArea(nextOffsetX, _tmpNextOffsetY);
var _newVisibleRecommendArea = getIntersectionVisibleArea(nextOffsetX, _tmpNextOffsetY, visibleRegionArea);
if (
// Of course use larger one
_newVisibleArea > originIntersectionVisibleArea || _newVisibleArea === originIntersectionVisibleArea && (!isVisibleFirst || // Choose recommend one
_newVisibleRecommendArea >= originIntersectionRecommendArea)
) {
prevFlipRef.current.tb = true;
nextOffsetY = _tmpNextOffsetY;
popupOffsetY = -popupOffsetY;
nextAlignInfo.points = [reversePoints(popupPoints, 0), reversePoints(targetPoints, 0)];
} else {
prevFlipRef.current.tb = false;
}
}
var needAdjustX = supportAdjust(adjustX);
var sameLR = popupPoints[1] === targetPoints[1];
if (needAdjustX && popupPoints[1] === "l" && (nextPopupRight > adjustCheckVisibleArea.right || prevFlipRef.current.rl)) {
var tmpNextOffsetX = nextOffsetX;
if (sameLR) {
tmpNextOffsetX -= popupWidth - targetWidth;
} else {
tmpNextOffsetX = targetAlignPointTL.x - popupAlignPointBR.x - popupOffsetX;
}
var _newVisibleArea2 = getIntersectionVisibleArea(tmpNextOffsetX, nextOffsetY);
var _newVisibleRecommendArea2 = getIntersectionVisibleArea(tmpNextOffsetX, nextOffsetY, visibleRegionArea);
if (
// Of course use larger one
_newVisibleArea2 > originIntersectionVisibleArea || _newVisibleArea2 === originIntersectionVisibleArea && (!isVisibleFirst || // Choose recommend one
_newVisibleRecommendArea2 >= originIntersectionRecommendArea)
) {
prevFlipRef.current.rl = true;
nextOffsetX = tmpNextOffsetX;
popupOffsetX = -popupOffsetX;
nextAlignInfo.points = [reversePoints(popupPoints, 1), reversePoints(targetPoints, 1)];
} else {
prevFlipRef.current.rl = false;
}
}
if (needAdjustX && popupPoints[1] === "r" && (nextPopupX < adjustCheckVisibleArea.left || prevFlipRef.current.lr)) {
var _tmpNextOffsetX = nextOffsetX;
if (sameLR) {
_tmpNextOffsetX += popupWidth - targetWidth;
} else {
_tmpNextOffsetX = targetAlignPointBR.x - popupAlignPointTL.x - popupOffsetX;
}
var _newVisibleArea3 = getIntersectionVisibleArea(_tmpNextOffsetX, nextOffsetY);
var _newVisibleRecommendArea3 = getIntersectionVisibleArea(_tmpNextOffsetX, nextOffsetY, visibleRegionArea);
if (
// Of course use larger one
_newVisibleArea3 > originIntersectionVisibleArea || _newVisibleArea3 === originIntersectionVisibleArea && (!isVisibleFirst || // Choose recommend one
_newVisibleRecommendArea3 >= originIntersectionRecommendArea)
) {
prevFlipRef.current.lr = true;
nextOffsetX = _tmpNextOffsetX;
popupOffsetX = -popupOffsetX;
nextAlignInfo.points = [reversePoints(popupPoints, 1), reversePoints(targetPoints, 1)];
} else {
prevFlipRef.current.lr = false;
}
}
syncNextPopupPosition();
var numShiftX = shiftX === true ? 0 : shiftX;
if (typeof numShiftX === "number") {
if (nextPopupX < visibleRegionArea.left) {
nextOffsetX -= nextPopupX - visibleRegionArea.left - popupOffsetX;
if (targetRect.x + targetWidth < visibleRegionArea.left + numShiftX) {
nextOffsetX += targetRect.x - visibleRegionArea.left + targetWidth - numShiftX;
}
}
if (nextPopupRight > visibleRegionArea.right) {
nextOffsetX -= nextPopupRight - visibleRegionArea.right - popupOffsetX;
if (targetRect.x > visibleRegionArea.right - numShiftX) {
nextOffsetX += targetRect.x - visibleRegionArea.right + numShiftX;
}
}
}
var numShiftY = shiftY === true ? 0 : shiftY;
if (typeof numShiftY === "number") {
if (nextPopupY < visibleRegionArea.top) {
nextOffsetY -= nextPopupY - visibleRegionArea.top - popupOffsetY;
if (targetRect.y + targetHeight < visibleRegionArea.top + numShiftY) {
nextOffsetY += targetRect.y - visibleRegionArea.top + targetHeight - numShiftY;
}
}
if (nextPopupBottom > visibleRegionArea.bottom) {
nextOffsetY -= nextPopupBottom - visibleRegionArea.bottom - popupOffsetY;
if (targetRect.y > visibleRegionArea.bottom - numShiftY) {
nextOffsetY += targetRect.y - visibleRegionArea.bottom + numShiftY;
}
}
}
var popupLeft = popupRect.x + nextOffsetX;
var popupRight = popupLeft + popupWidth;
var popupTop = popupRect.y + nextOffsetY;
var popupBottom = popupTop + popupHeight;
var targetLeft = targetRect.x;
var targetRight = targetLeft + targetWidth;
var targetTop = targetRect.y;
var targetBottom = targetTop + targetHeight;
var maxLeft = Math.max(popupLeft, targetLeft);
var minRight = Math.min(popupRight, targetRight);
var xCenter = (maxLeft + minRight) / 2;
var nextArrowX = xCenter - popupLeft;
var maxTop = Math.max(popupTop, targetTop);
var minBottom = Math.min(popupBottom, targetBottom);
var yCenter = (maxTop + minBottom) / 2;
var nextArrowY = yCenter - popupTop;
onPopupAlign === null || onPopupAlign === void 0 || onPopupAlign(popupEle, nextAlignInfo);
var offsetX4Right = popupMirrorRect.right - popupRect.x - (nextOffsetX + popupRect.width);
var offsetY4Bottom = popupMirrorRect.bottom - popupRect.y - (nextOffsetY + popupRect.height);
if (_scaleX === 1) {
nextOffsetX = Math.round(nextOffsetX);
offsetX4Right = Math.round(offsetX4Right);
}
if (_scaleY === 1) {
nextOffsetY = Math.round(nextOffsetY);
offsetY4Bottom = Math.round(offsetY4Bottom);
}
var nextOffsetInfo = {
ready: true,
offsetX: nextOffsetX / _scaleX,
offsetY: nextOffsetY / _scaleY,
offsetR: offsetX4Right / _scaleX,
offsetB: offsetY4Bottom / _scaleY,
arrowX: nextArrowX / _scaleX,
arrowY: nextArrowY / _scaleY,
scaleX: _scaleX,
scaleY: _scaleY,
align: nextAlignInfo
};
setOffsetInfo(nextOffsetInfo);
}
});
var triggerAlign = function triggerAlign2() {
alignCountRef.current += 1;
var id = alignCountRef.current;
Promise.resolve().then(function() {
if (alignCountRef.current === id) {
onAlign();
}
});
};
var resetReady = function resetReady2() {
setOffsetInfo(function(ori) {
return _objectSpread2(_objectSpread2({}, ori), {}, {
ready: false
});
});
};
useLayoutEffect_default(resetReady, [placement]);
useLayoutEffect_default(function() {
if (!open3) {
resetReady();
}
}, [open3]);
return [offsetInfo.ready, offsetInfo.offsetX, offsetInfo.offsetY, offsetInfo.offsetR, offsetInfo.offsetB, offsetInfo.arrowX, offsetInfo.arrowY, offsetInfo.scaleX, offsetInfo.scaleY, offsetInfo.align, triggerAlign];
}
// node_modules/@rc-component/trigger/es/hooks/useWatch.js
function useWatch2(open3, target, popup, onAlign, onScroll) {
useLayoutEffect_default(function() {
if (open3 && target && popup) {
let notifyScroll = function() {
onAlign();
onScroll();
};
var targetElement = target;
var popupElement = popup;
var targetScrollList = collectScroller(targetElement);
var popupScrollList = collectScroller(popupElement);
var win = getWin(popupElement);
var mergedList = new Set([win].concat(_toConsumableArray(targetScrollList), _toConsumableArray(popupScrollList)));
mergedList.forEach(function(scroller) {
scroller.addEventListener("scroll", notifyScroll, {
passive: true
});
});
win.addEventListener("resize", notifyScroll, {
passive: true
});
onAlign();
return function() {
mergedList.forEach(function(scroller) {
scroller.removeEventListener("scroll", notifyScroll);
win.removeEventListener("resize", notifyScroll);
});
};
}
}, [open3, target, popup]);
}
// node_modules/@rc-component/trigger/es/hooks/useWinClick.js
var React161 = __toESM(require_react());
function useWinClick(open3, clickToHide, targetEle, popupEle, mask, maskClosable, inPopupOrChild, triggerOpen) {
var openRef = React161.useRef(open3);
openRef.current = open3;
var popupPointerDownRef = React161.useRef(false);
React161.useEffect(function() {
if (clickToHide && popupEle && (!mask || maskClosable)) {
var onPointerDown = function onPointerDown2() {
popupPointerDownRef.current = false;
};
var onTriggerClose = function onTriggerClose2(e3) {
var _e$composedPath;
if (openRef.current && !inPopupOrChild(((_e$composedPath = e3.composedPath) === null || _e$composedPath === void 0 || (_e$composedPath = _e$composedPath.call(e3)) === null || _e$composedPath === void 0 ? void 0 : _e$composedPath[0]) || e3.target) && !popupPointerDownRef.current) {
triggerOpen(false);
}
};
var win = getWin(popupEle);
win.addEventListener("pointerdown", onPointerDown, true);
win.addEventListener("mousedown", onTriggerClose, true);
win.addEventListener("contextmenu", onTriggerClose, true);
var targetShadowRoot = getShadowRoot(targetEle);
if (targetShadowRoot) {
targetShadowRoot.addEventListener("mousedown", onTriggerClose, true);
targetShadowRoot.addEventListener("contextmenu", onTriggerClose, true);
}
if (true) {
var _targetEle$getRootNod, _popupEle$getRootNode;
var targetRoot = targetEle === null || targetEle === void 0 || (_targetEle$getRootNod = targetEle.getRootNode) === null || _targetEle$getRootNod === void 0 ? void 0 : _targetEle$getRootNod.call(targetEle);
var popupRoot = (_popupEle$getRootNode = popupEle.getRootNode) === null || _popupEle$getRootNode === void 0 ? void 0 : _popupEle$getRootNode.call(popupEle);
warning(targetRoot === popupRoot, "trigger element and popup element should in same shadow root.");
}
return function() {
win.removeEventListener("pointerdown", onPointerDown, true);
win.removeEventListener("mousedown", onTriggerClose, true);
win.removeEventListener("contextmenu", onTriggerClose, true);
if (targetShadowRoot) {
targetShadowRoot.removeEventListener("mousedown", onTriggerClose, true);
targetShadowRoot.removeEventListener("contextmenu", onTriggerClose, true);
}
};
}
}, [clickToHide, targetEle, popupEle, mask, maskClosable]);
function onPopupPointerDown() {
popupPointerDownRef.current = true;
}
return onPopupPointerDown;
}
// node_modules/@rc-component/trigger/es/index.js
var _excluded15 = ["prefixCls", "children", "action", "showAction", "hideAction", "popupVisible", "defaultPopupVisible", "onPopupVisibleChange", "afterPopupVisibleChange", "mouseEnterDelay", "mouseLeaveDelay", "focusDelay", "blurDelay", "mask", "maskClosable", "getPopupContainer", "forceRender", "autoDestroy", "destroyPopupOnHide", "popup", "popupClassName", "popupStyle", "popupPlacement", "builtinPlacements", "popupAlign", "zIndex", "stretch", "getPopupClassNameFromAlign", "fresh", "alignPoint", "onPopupClick", "onPopupAlign", "arrow", "popupMotion", "maskMotion", "popupTransitionName", "popupAnimation", "maskTransitionName", "maskAnimation", "className", "getTriggerDOMNode"];
function generateTrigger() {
var PortalComponent = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : es_default5;
var Trigger = React162.forwardRef(function(props, ref) {
var _props$prefixCls = props.prefixCls, prefixCls = _props$prefixCls === void 0 ? "rc-trigger-popup" : _props$prefixCls, children = props.children, _props$action = props.action, action = _props$action === void 0 ? "hover" : _props$action, showAction = props.showAction, hideAction = props.hideAction, popupVisible = props.popupVisible, defaultPopupVisible = props.defaultPopupVisible, onPopupVisibleChange = props.onPopupVisibleChange, afterPopupVisibleChange = props.afterPopupVisibleChange, mouseEnterDelay = props.mouseEnterDelay, _props$mouseLeaveDela = props.mouseLeaveDelay, mouseLeaveDelay = _props$mouseLeaveDela === void 0 ? 0.1 : _props$mouseLeaveDela, focusDelay = props.focusDelay, blurDelay = props.blurDelay, mask = props.mask, _props$maskClosable = props.maskClosable, maskClosable = _props$maskClosable === void 0 ? true : _props$maskClosable, getPopupContainer = props.getPopupContainer, forceRender = props.forceRender, autoDestroy = props.autoDestroy, destroyPopupOnHide = props.destroyPopupOnHide, popup = props.popup, popupClassName = props.popupClassName, popupStyle = props.popupStyle, popupPlacement = props.popupPlacement, _props$builtinPlaceme = props.builtinPlacements, builtinPlacements = _props$builtinPlaceme === void 0 ? {} : _props$builtinPlaceme, popupAlign = props.popupAlign, zIndex = props.zIndex, stretch = props.stretch, getPopupClassNameFromAlign = props.getPopupClassNameFromAlign, fresh = props.fresh, alignPoint = props.alignPoint, onPopupClick = props.onPopupClick, onPopupAlign = props.onPopupAlign, arrow = props.arrow, popupMotion = props.popupMotion, maskMotion = props.maskMotion, popupTransitionName = props.popupTransitionName, popupAnimation = props.popupAnimation, maskTransitionName = props.maskTransitionName, maskAnimation = props.maskAnimation, className = props.className, getTriggerDOMNode = props.getTriggerDOMNode, restProps = _objectWithoutProperties(props, _excluded15);
var mergedAutoDestroy = autoDestroy || destroyPopupOnHide || false;
var _React$useState = React162.useState(false), _React$useState2 = _slicedToArray(_React$useState, 2), mobile = _React$useState2[0], setMobile = _React$useState2[1];
useLayoutEffect_default(function() {
setMobile(isMobile_default());
}, []);
var subPopupElements = React162.useRef({});
var parentContext = React162.useContext(context_default5);
var context = React162.useMemo(function() {
return {
registerSubPopup: function registerSubPopup(id2, subPopupEle) {
subPopupElements.current[id2] = subPopupEle;
parentContext === null || parentContext === void 0 || parentContext.registerSubPopup(id2, subPopupEle);
}
};
}, [parentContext]);
var id = useId_default();
var _React$useState3 = React162.useState(null), _React$useState4 = _slicedToArray(_React$useState3, 2), popupEle = _React$useState4[0], setPopupEle = _React$useState4[1];
var externalPopupRef = React162.useRef(null);
var setPopupRef = useEvent(function(node2) {
externalPopupRef.current = node2;
if (isDOM(node2) && popupEle !== node2) {
setPopupEle(node2);
}
parentContext === null || parentContext === void 0 || parentContext.registerSubPopup(id, node2);
});
var _React$useState5 = React162.useState(null), _React$useState6 = _slicedToArray(_React$useState5, 2), targetEle = _React$useState6[0], setTargetEle = _React$useState6[1];
var externalForwardRef = React162.useRef(null);
var setTargetRef = useEvent(function(node2) {
if (isDOM(node2) && targetEle !== node2) {
setTargetEle(node2);
externalForwardRef.current = node2;
}
});
var child = React162.Children.only(children);
var originChildProps = (child === null || child === void 0 ? void 0 : child.props) || {};
var cloneProps = {};
var inPopupOrChild = useEvent(function(ele) {
var _getShadowRoot, _getShadowRoot2;
var childDOM = targetEle;
return (childDOM === null || childDOM === void 0 ? void 0 : childDOM.contains(ele)) || ((_getShadowRoot = getShadowRoot(childDOM)) === null || _getShadowRoot === void 0 ? void 0 : _getShadowRoot.host) === ele || ele === childDOM || (popupEle === null || popupEle === void 0 ? void 0 : popupEle.contains(ele)) || ((_getShadowRoot2 = getShadowRoot(popupEle)) === null || _getShadowRoot2 === void 0 ? void 0 : _getShadowRoot2.host) === ele || ele === popupEle || Object.values(subPopupElements.current).some(function(subPopupEle) {
return (subPopupEle === null || subPopupEle === void 0 ? void 0 : subPopupEle.contains(ele)) || ele === subPopupEle;
});
});
var mergePopupMotion = getMotion3(prefixCls, popupMotion, popupAnimation, popupTransitionName);
var mergeMaskMotion = getMotion3(prefixCls, maskMotion, maskAnimation, maskTransitionName);
var _React$useState7 = React162.useState(defaultPopupVisible || false), _React$useState8 = _slicedToArray(_React$useState7, 2), internalOpen = _React$useState8[0], setInternalOpen = _React$useState8[1];
var mergedOpen = popupVisible !== null && popupVisible !== void 0 ? popupVisible : internalOpen;
var setMergedOpen = useEvent(function(nextOpen) {
if (popupVisible === void 0) {
setInternalOpen(nextOpen);
}
});
useLayoutEffect_default(function() {
setInternalOpen(popupVisible || false);
}, [popupVisible]);
var openRef = React162.useRef(mergedOpen);
openRef.current = mergedOpen;
var lastTriggerRef = React162.useRef([]);
lastTriggerRef.current = [];
var internalTriggerOpen = useEvent(function(nextOpen) {
var _lastTriggerRef$curre;
setMergedOpen(nextOpen);
if (((_lastTriggerRef$curre = lastTriggerRef.current[lastTriggerRef.current.length - 1]) !== null && _lastTriggerRef$curre !== void 0 ? _lastTriggerRef$curre : mergedOpen) !== nextOpen) {
lastTriggerRef.current.push(nextOpen);
onPopupVisibleChange === null || onPopupVisibleChange === void 0 || onPopupVisibleChange(nextOpen);
}
});
var delayRef = React162.useRef();
var clearDelay = function clearDelay2() {
clearTimeout(delayRef.current);
};
var triggerOpen = function triggerOpen2(nextOpen) {
var delay = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 0;
clearDelay();
if (delay === 0) {
internalTriggerOpen(nextOpen);
} else {
delayRef.current = setTimeout(function() {
internalTriggerOpen(nextOpen);
}, delay * 1e3);
}
};
React162.useEffect(function() {
return clearDelay;
}, []);
var _React$useState9 = React162.useState(false), _React$useState10 = _slicedToArray(_React$useState9, 2), inMotion = _React$useState10[0], setInMotion = _React$useState10[1];
useLayoutEffect_default(function(firstMount) {
if (!firstMount || mergedOpen) {
setInMotion(true);
}
}, [mergedOpen]);
var _React$useState11 = React162.useState(null), _React$useState12 = _slicedToArray(_React$useState11, 2), motionPrepareResolve = _React$useState12[0], setMotionPrepareResolve = _React$useState12[1];
var _React$useState13 = React162.useState(null), _React$useState14 = _slicedToArray(_React$useState13, 2), mousePos = _React$useState14[0], setMousePos = _React$useState14[1];
var setMousePosByEvent = function setMousePosByEvent2(event) {
setMousePos([event.clientX, event.clientY]);
};
var _useAlign = useAlign(mergedOpen, popupEle, alignPoint && mousePos !== null ? mousePos : targetEle, popupPlacement, builtinPlacements, popupAlign, onPopupAlign), _useAlign2 = _slicedToArray(_useAlign, 11), ready = _useAlign2[0], offsetX = _useAlign2[1], offsetY = _useAlign2[2], offsetR = _useAlign2[3], offsetB = _useAlign2[4], arrowX = _useAlign2[5], arrowY = _useAlign2[6], scaleX = _useAlign2[7], scaleY = _useAlign2[8], alignInfo = _useAlign2[9], onAlign = _useAlign2[10];
var _useAction = useAction(mobile, action, showAction, hideAction), _useAction2 = _slicedToArray(_useAction, 2), showActions = _useAction2[0], hideActions = _useAction2[1];
var clickToShow = showActions.has("click");
var clickToHide = hideActions.has("click") || hideActions.has("contextMenu");
var triggerAlign = useEvent(function() {
if (!inMotion) {
onAlign();
}
});
var onScroll = function onScroll2() {
if (openRef.current && alignPoint && clickToHide) {
triggerOpen(false);
}
};
useWatch2(mergedOpen, targetEle, popupEle, triggerAlign, onScroll);
useLayoutEffect_default(function() {
triggerAlign();
}, [mousePos, popupPlacement]);
useLayoutEffect_default(function() {
if (mergedOpen && !(builtinPlacements !== null && builtinPlacements !== void 0 && builtinPlacements[popupPlacement])) {
triggerAlign();
}
}, [JSON.stringify(popupAlign)]);
var alignedClassName = React162.useMemo(function() {
var baseClassName = getAlignPopupClassName(builtinPlacements, prefixCls, alignInfo, alignPoint);
return (0, import_classnames55.default)(baseClassName, getPopupClassNameFromAlign === null || getPopupClassNameFromAlign === void 0 ? void 0 : getPopupClassNameFromAlign(alignInfo));
}, [alignInfo, getPopupClassNameFromAlign, builtinPlacements, prefixCls, alignPoint]);
React162.useImperativeHandle(ref, function() {
return {
nativeElement: externalForwardRef.current,
popupElement: externalPopupRef.current,
forceAlign: triggerAlign
};
});
var _React$useState15 = React162.useState(0), _React$useState16 = _slicedToArray(_React$useState15, 2), targetWidth = _React$useState16[0], setTargetWidth = _React$useState16[1];
var _React$useState17 = React162.useState(0), _React$useState18 = _slicedToArray(_React$useState17, 2), targetHeight = _React$useState18[0], setTargetHeight = _React$useState18[1];
var syncTargetSize = function syncTargetSize2() {
if (stretch && targetEle) {
var rect = targetEle.getBoundingClientRect();
setTargetWidth(rect.width);
setTargetHeight(rect.height);
}
};
var onTargetResize = function onTargetResize2() {
syncTargetSize();
triggerAlign();
};
var onVisibleChanged = function onVisibleChanged2(visible) {
setInMotion(false);
onAlign();
afterPopupVisibleChange === null || afterPopupVisibleChange === void 0 || afterPopupVisibleChange(visible);
};
var onPrepare = function onPrepare2() {
return new Promise(function(resolve) {
syncTargetSize();
setMotionPrepareResolve(function() {
return resolve;
});
});
};
useLayoutEffect_default(function() {
if (motionPrepareResolve) {
onAlign();
motionPrepareResolve();
setMotionPrepareResolve(null);
}
}, [motionPrepareResolve]);
function wrapperAction(eventName, nextOpen, delay, preEvent) {
cloneProps[eventName] = function(event) {
var _originChildProps$eve;
preEvent === null || preEvent === void 0 || preEvent(event);
triggerOpen(nextOpen, delay);
for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
args[_key - 1] = arguments[_key];
}
(_originChildProps$eve = originChildProps[eventName]) === null || _originChildProps$eve === void 0 || _originChildProps$eve.call.apply(_originChildProps$eve, [originChildProps, event].concat(args));
};
}
if (clickToShow || clickToHide) {
cloneProps.onClick = function(event) {
var _originChildProps$onC;
if (openRef.current && clickToHide) {
triggerOpen(false);
} else if (!openRef.current && clickToShow) {
setMousePosByEvent(event);
triggerOpen(true);
}
for (var _len2 = arguments.length, args = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {
args[_key2 - 1] = arguments[_key2];
}
(_originChildProps$onC = originChildProps.onClick) === null || _originChildProps$onC === void 0 || _originChildProps$onC.call.apply(_originChildProps$onC, [originChildProps, event].concat(args));
};
}
var onPopupPointerDown = useWinClick(mergedOpen, clickToHide, targetEle, popupEle, mask, maskClosable, inPopupOrChild, triggerOpen);
var hoverToShow = showActions.has("hover");
var hoverToHide = hideActions.has("hover");
var onPopupMouseEnter;
var onPopupMouseLeave;
if (hoverToShow) {
wrapperAction("onMouseEnter", true, mouseEnterDelay, function(event) {
setMousePosByEvent(event);
});
wrapperAction("onPointerEnter", true, mouseEnterDelay, function(event) {
setMousePosByEvent(event);
});
onPopupMouseEnter = function onPopupMouseEnter2(event) {
if ((mergedOpen || inMotion) && popupEle !== null && popupEle !== void 0 && popupEle.contains(event.target)) {
triggerOpen(true, mouseEnterDelay);
}
};
if (alignPoint) {
cloneProps.onMouseMove = function(event) {
var _originChildProps$onM;
(_originChildProps$onM = originChildProps.onMouseMove) === null || _originChildProps$onM === void 0 || _originChildProps$onM.call(originChildProps, event);
};
}
}
if (hoverToHide) {
wrapperAction("onMouseLeave", false, mouseLeaveDelay);
wrapperAction("onPointerLeave", false, mouseLeaveDelay);
onPopupMouseLeave = function onPopupMouseLeave2() {
triggerOpen(false, mouseLeaveDelay);
};
}
if (showActions.has("focus")) {
wrapperAction("onFocus", true, focusDelay);
}
if (hideActions.has("focus")) {
wrapperAction("onBlur", false, blurDelay);
}
if (showActions.has("contextMenu")) {
cloneProps.onContextMenu = function(event) {
var _originChildProps$onC2;
if (openRef.current && hideActions.has("contextMenu")) {
triggerOpen(false);
} else {
setMousePosByEvent(event);
triggerOpen(true);
}
event.preventDefault();
for (var _len3 = arguments.length, args = new Array(_len3 > 1 ? _len3 - 1 : 0), _key3 = 1; _key3 < _len3; _key3++) {
args[_key3 - 1] = arguments[_key3];
}
(_originChildProps$onC2 = originChildProps.onContextMenu) === null || _originChildProps$onC2 === void 0 || _originChildProps$onC2.call.apply(_originChildProps$onC2, [originChildProps, event].concat(args));
};
}
if (className) {
cloneProps.className = (0, import_classnames55.default)(originChildProps.className, className);
}
var renderedRef = React162.useRef(false);
renderedRef.current || (renderedRef.current = forceRender || mergedOpen || inMotion);
var mergedChildrenProps = _objectSpread2(_objectSpread2({}, originChildProps), cloneProps);
var passedProps = {};
var passedEventList = ["onContextMenu", "onClick", "onMouseDown", "onTouchStart", "onMouseEnter", "onMouseLeave", "onFocus", "onBlur"];
passedEventList.forEach(function(eventName) {
if (restProps[eventName]) {
passedProps[eventName] = function() {
var _mergedChildrenProps$;
for (var _len4 = arguments.length, args = new Array(_len4), _key4 = 0; _key4 < _len4; _key4++) {
args[_key4] = arguments[_key4];
}
(_mergedChildrenProps$ = mergedChildrenProps[eventName]) === null || _mergedChildrenProps$ === void 0 || _mergedChildrenProps$.call.apply(_mergedChildrenProps$, [mergedChildrenProps].concat(args));
restProps[eventName].apply(restProps, args);
};
}
});
var triggerNode = React162.cloneElement(child, _objectSpread2(_objectSpread2({}, mergedChildrenProps), passedProps));
var arrowPos = {
x: arrowX,
y: arrowY
};
var innerArrow = arrow ? _objectSpread2({}, arrow !== true ? arrow : {}) : null;
return React162.createElement(React162.Fragment, null, React162.createElement(es_default, {
disabled: !mergedOpen,
ref: setTargetRef,
onResize: onTargetResize
}, React162.createElement(TriggerWrapper_default, {
getTriggerDOMNode
}, triggerNode)), renderedRef.current && React162.createElement(context_default5.Provider, {
value: context
}, React162.createElement(Popup_default, {
portal: PortalComponent,
ref: setPopupRef,
prefixCls,
popup,
className: (0, import_classnames55.default)(popupClassName, alignedClassName),
style: popupStyle,
target: targetEle,
onMouseEnter: onPopupMouseEnter,
onMouseLeave: onPopupMouseLeave,
onPointerEnter: onPopupMouseEnter,
zIndex,
open: mergedOpen,
keepDom: inMotion,
fresh,
onClick: onPopupClick,
onPointerDownCapture: onPopupPointerDown,
mask,
motion: mergePopupMotion,
maskMotion: mergeMaskMotion,
onVisibleChanged,
onPrepare,
forceRender,
autoDestroy: mergedAutoDestroy,
getPopupContainer,
align: alignInfo,
arrow: innerArrow,
arrowPos,
ready,
offsetX,
offsetY,
offsetR,
offsetB,
onAlign: triggerAlign,
stretch,
targetWidth: targetWidth / scaleX,
targetHeight: targetHeight / scaleY
})));
});
if (true) {
Trigger.displayName = "Trigger";
}
return Trigger;
}
var es_default10 = generateTrigger(es_default5);
// node_modules/rc-select/es/SelectTrigger.js
var import_classnames56 = __toESM(require_classnames());
var React163 = __toESM(require_react());
var _excluded16 = ["prefixCls", "disabled", "visible", "children", "popupElement", "animation", "transitionName", "dropdownStyle", "dropdownClassName", "direction", "placement", "builtinPlacements", "dropdownMatchSelectWidth", "dropdownRender", "dropdownAlign", "getPopupContainer", "empty", "getTriggerDOMNode", "onPopupVisibleChange", "onPopupMouseEnter"];
var getBuiltInPlacements = function getBuiltInPlacements2(dropdownMatchSelectWidth) {
var adjustX = dropdownMatchSelectWidth === true ? 0 : 1;
return {
bottomLeft: {
points: ["tl", "bl"],
offset: [0, 4],
overflow: {
adjustX,
adjustY: 1
},
htmlRegion: "scroll"
},
bottomRight: {
points: ["tr", "br"],
offset: [0, 4],
overflow: {
adjustX,
adjustY: 1
},
htmlRegion: "scroll"
},
topLeft: {
points: ["bl", "tl"],
offset: [0, -4],
overflow: {
adjustX,
adjustY: 1
},
htmlRegion: "scroll"
},
topRight: {
points: ["br", "tr"],
offset: [0, -4],
overflow: {
adjustX,
adjustY: 1
},
htmlRegion: "scroll"
}
};
};
var SelectTrigger = function SelectTrigger2(props, ref) {
var prefixCls = props.prefixCls, disabled = props.disabled, visible = props.visible, children = props.children, popupElement = props.popupElement, animation = props.animation, transitionName = props.transitionName, dropdownStyle = props.dropdownStyle, dropdownClassName = props.dropdownClassName, _props$direction = props.direction, direction = _props$direction === void 0 ? "ltr" : _props$direction, placement = props.placement, builtinPlacements = props.builtinPlacements, dropdownMatchSelectWidth = props.dropdownMatchSelectWidth, dropdownRender = props.dropdownRender, dropdownAlign = props.dropdownAlign, getPopupContainer = props.getPopupContainer, empty2 = props.empty, getTriggerDOMNode = props.getTriggerDOMNode, onPopupVisibleChange = props.onPopupVisibleChange, onPopupMouseEnter = props.onPopupMouseEnter, restProps = _objectWithoutProperties(props, _excluded16);
var dropdownPrefixCls = "".concat(prefixCls, "-dropdown");
var popupNode = popupElement;
if (dropdownRender) {
popupNode = dropdownRender(popupElement);
}
var mergedBuiltinPlacements2 = React163.useMemo(function() {
return builtinPlacements || getBuiltInPlacements(dropdownMatchSelectWidth);
}, [builtinPlacements, dropdownMatchSelectWidth]);
var mergedTransitionName = animation ? "".concat(dropdownPrefixCls, "-").concat(animation) : transitionName;
var isNumberPopupWidth = typeof dropdownMatchSelectWidth === "number";
var stretch = React163.useMemo(function() {
if (isNumberPopupWidth) {
return null;
}
return dropdownMatchSelectWidth === false ? "minWidth" : "width";
}, [dropdownMatchSelectWidth, isNumberPopupWidth]);
var popupStyle = dropdownStyle;
if (isNumberPopupWidth) {
popupStyle = _objectSpread2(_objectSpread2({}, popupStyle), {}, {
width: dropdownMatchSelectWidth
});
}
var triggerPopupRef = React163.useRef(null);
React163.useImperativeHandle(ref, function() {
return {
getPopupElement: function getPopupElement() {
var _triggerPopupRef$curr;
return (_triggerPopupRef$curr = triggerPopupRef.current) === null || _triggerPopupRef$curr === void 0 ? void 0 : _triggerPopupRef$curr.popupElement;
}
};
});
return React163.createElement(es_default10, _extends({}, restProps, {
showAction: onPopupVisibleChange ? ["click"] : [],
hideAction: onPopupVisibleChange ? ["click"] : [],
popupPlacement: placement || (direction === "rtl" ? "bottomRight" : "bottomLeft"),
builtinPlacements: mergedBuiltinPlacements2,
prefixCls: dropdownPrefixCls,
popupTransitionName: mergedTransitionName,
popup: React163.createElement("div", {
onMouseEnter: onPopupMouseEnter
}, popupNode),
ref: triggerPopupRef,
stretch,
popupAlign: dropdownAlign,
popupVisible: visible,
getPopupContainer,
popupClassName: (0, import_classnames56.default)(dropdownClassName, _defineProperty({}, "".concat(dropdownPrefixCls, "-empty"), empty2)),
popupStyle,
getTriggerDOMNode,
onPopupVisibleChange
}), children);
};
var RefSelectTrigger = React163.forwardRef(SelectTrigger);
if (true) {
RefSelectTrigger.displayName = "SelectTrigger";
}
var SelectTrigger_default = RefSelectTrigger;
// node_modules/rc-select/es/utils/valueUtil.js
function getKey(data, index3) {
var key = data.key;
var value;
if ("value" in data) {
value = data.value;
}
if (key !== null && key !== void 0) {
return key;
}
if (value !== void 0) {
return value;
}
return "rc-index-key-".concat(index3);
}
function isValidCount(value) {
return typeof value !== "undefined" && !Number.isNaN(value);
}
function fillFieldNames(fieldNames, childrenAsData) {
var _ref = fieldNames || {}, label = _ref.label, value = _ref.value, options = _ref.options, groupLabel = _ref.groupLabel;
var mergedLabel = label || (childrenAsData ? "children" : "label");
return {
label: mergedLabel,
value: value || "value",
options: options || "options",
groupLabel: groupLabel || mergedLabel
};
}
function flattenOptions(options) {
var _ref2 = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, fieldNames = _ref2.fieldNames, childrenAsData = _ref2.childrenAsData;
var flattenList = [];
var _fillFieldNames = fillFieldNames(fieldNames, false), fieldLabel = _fillFieldNames.label, fieldValue = _fillFieldNames.value, fieldOptions = _fillFieldNames.options, groupLabel = _fillFieldNames.groupLabel;
function dig(list, isGroupOption) {
if (!Array.isArray(list)) {
return;
}
list.forEach(function(data) {
if (isGroupOption || !(fieldOptions in data)) {
var value = data[fieldValue];
flattenList.push({
key: getKey(data, flattenList.length),
groupOption: isGroupOption,
data,
label: data[fieldLabel],
value
});
} else {
var grpLabel = data[groupLabel];
if (grpLabel === void 0 && childrenAsData) {
grpLabel = data.label;
}
flattenList.push({
key: getKey(data, flattenList.length),
group: true,
data,
label: grpLabel
});
dig(data[fieldOptions], true);
}
});
}
dig(options, false);
return flattenList;
}
function injectPropsWithOption(option) {
var newOption = _objectSpread2({}, option);
if (!("props" in newOption)) {
Object.defineProperty(newOption, "props", {
get: function get2() {
warning_default(false, "Return type is option instead of Option instance. Please read value directly instead of reading from `props`.");
return newOption;
}
});
}
return newOption;
}
var getSeparatedContent = function getSeparatedContent2(text, tokens, end) {
if (!tokens || !tokens.length) {
return null;
}
var match3 = false;
var separate = function separate2(str, _ref3) {
var _ref4 = _toArray(_ref3), token2 = _ref4[0], restTokens = _ref4.slice(1);
if (!token2) {
return [str];
}
var list2 = str.split(token2);
match3 = match3 || list2.length > 1;
return list2.reduce(function(prevList, unitStr) {
return [].concat(_toConsumableArray(prevList), _toConsumableArray(separate2(unitStr, restTokens)));
}, []).filter(Boolean);
};
var list = separate(text, tokens);
if (match3) {
return typeof end !== "undefined" ? list.slice(0, end) : list;
} else {
return null;
}
};
// node_modules/rc-select/es/SelectContext.js
var React164 = __toESM(require_react());
var SelectContext = React164.createContext(null);
var SelectContext_default = SelectContext;
// node_modules/rc-select/es/BaseSelect/Polite.js
var React165 = __toESM(require_react());
function Polite(props) {
var visible = props.visible, values = props.values;
if (!visible) {
return null;
}
var MAX_COUNT = 50;
return React165.createElement("span", {
"aria-live": "polite",
style: {
width: 0,
height: 0,
position: "absolute",
overflow: "hidden",
opacity: 0
}
}, "".concat(values.slice(0, MAX_COUNT).map(function(_ref) {
var label = _ref.label, value = _ref.value;
return ["number", "string"].includes(_typeof(label)) ? label : value;
}).join(", ")), values.length > MAX_COUNT ? ", ..." : null);
}
// node_modules/rc-select/es/BaseSelect/index.js
var _excluded17 = ["id", "prefixCls", "className", "showSearch", "tagRender", "direction", "omitDomProps", "displayValues", "onDisplayValuesChange", "emptyOptions", "notFoundContent", "onClear", "mode", "disabled", "loading", "getInputElement", "getRawInputElement", "open", "defaultOpen", "onDropdownVisibleChange", "activeValue", "onActiveValueChange", "activeDescendantId", "searchValue", "autoClearSearchValue", "onSearch", "onSearchSplit", "tokenSeparators", "allowClear", "prefix", "suffixIcon", "clearIcon", "OptionList", "animation", "transitionName", "dropdownStyle", "dropdownClassName", "dropdownMatchSelectWidth", "dropdownRender", "dropdownAlign", "placement", "builtinPlacements", "getPopupContainer", "showAction", "onFocus", "onBlur", "onKeyUp", "onKeyDown", "onMouseDown"];
var DEFAULT_OMIT_PROPS = ["value", "onChange", "removeIcon", "placeholder", "autoFocus", "maxTagCount", "maxTagTextLength", "maxTagPlaceholder", "choiceTransitionName", "onInputKeyDown", "onPopupScroll", "tabIndex"];
var isMultiple = function isMultiple2(mode) {
return mode === "tags" || mode === "multiple";
};
var BaseSelect = React166.forwardRef(function(props, ref) {
var _customizeRawInputEle;
var id = props.id, prefixCls = props.prefixCls, className = props.className, showSearch = props.showSearch, tagRender = props.tagRender, direction = props.direction, omitDomProps = props.omitDomProps, displayValues = props.displayValues, onDisplayValuesChange = props.onDisplayValuesChange, emptyOptions = props.emptyOptions, _props$notFoundConten = props.notFoundContent, notFoundContent = _props$notFoundConten === void 0 ? "Not Found" : _props$notFoundConten, onClear = props.onClear, mode = props.mode, disabled = props.disabled, loading = props.loading, getInputElement = props.getInputElement, getRawInputElement = props.getRawInputElement, open3 = props.open, defaultOpen = props.defaultOpen, onDropdownVisibleChange = props.onDropdownVisibleChange, activeValue = props.activeValue, onActiveValueChange = props.onActiveValueChange, activeDescendantId = props.activeDescendantId, searchValue = props.searchValue, autoClearSearchValue = props.autoClearSearchValue, onSearch = props.onSearch, onSearchSplit = props.onSearchSplit, tokenSeparators = props.tokenSeparators, allowClear = props.allowClear, prefix2 = props.prefix, suffixIcon = props.suffixIcon, clearIcon = props.clearIcon, OptionList5 = props.OptionList, animation = props.animation, transitionName = props.transitionName, dropdownStyle = props.dropdownStyle, dropdownClassName = props.dropdownClassName, dropdownMatchSelectWidth = props.dropdownMatchSelectWidth, dropdownRender = props.dropdownRender, dropdownAlign = props.dropdownAlign, placement = props.placement, builtinPlacements = props.builtinPlacements, getPopupContainer = props.getPopupContainer, _props$showAction = props.showAction, showAction = _props$showAction === void 0 ? [] : _props$showAction, onFocus = props.onFocus, onBlur = props.onBlur, onKeyUp = props.onKeyUp, onKeyDown2 = props.onKeyDown, onMouseDown = props.onMouseDown, restProps = _objectWithoutProperties(props, _excluded17);
var multiple = isMultiple(mode);
var mergedShowSearch = (showSearch !== void 0 ? showSearch : multiple) || mode === "combobox";
var domProps = _objectSpread2({}, restProps);
DEFAULT_OMIT_PROPS.forEach(function(propName) {
delete domProps[propName];
});
omitDomProps === null || omitDomProps === void 0 || omitDomProps.forEach(function(propName) {
delete domProps[propName];
});
var _React$useState = React166.useState(false), _React$useState2 = _slicedToArray(_React$useState, 2), mobile = _React$useState2[0], setMobile = _React$useState2[1];
React166.useEffect(function() {
setMobile(isMobile_default());
}, []);
var containerRef = React166.useRef(null);
var selectorDomRef = React166.useRef(null);
var triggerRef = React166.useRef(null);
var selectorRef = React166.useRef(null);
var listRef = React166.useRef(null);
var blurRef = React166.useRef(false);
var _useDelayReset = useDelayReset(), _useDelayReset2 = _slicedToArray(_useDelayReset, 3), mockFocused = _useDelayReset2[0], setMockFocused = _useDelayReset2[1], cancelSetMockFocused = _useDelayReset2[2];
React166.useImperativeHandle(ref, function() {
var _selectorRef$current, _selectorRef$current2;
return {
focus: (_selectorRef$current = selectorRef.current) === null || _selectorRef$current === void 0 ? void 0 : _selectorRef$current.focus,
blur: (_selectorRef$current2 = selectorRef.current) === null || _selectorRef$current2 === void 0 ? void 0 : _selectorRef$current2.blur,
scrollTo: function scrollTo2(arg) {
var _listRef$current;
return (_listRef$current = listRef.current) === null || _listRef$current === void 0 ? void 0 : _listRef$current.scrollTo(arg);
},
nativeElement: containerRef.current || selectorDomRef.current
};
});
var mergedSearchValue = React166.useMemo(function() {
var _displayValues$;
if (mode !== "combobox") {
return searchValue;
}
var val = (_displayValues$ = displayValues[0]) === null || _displayValues$ === void 0 ? void 0 : _displayValues$.value;
return typeof val === "string" || typeof val === "number" ? String(val) : "";
}, [searchValue, mode, displayValues]);
var customizeInputElement = mode === "combobox" && typeof getInputElement === "function" && getInputElement() || null;
var customizeRawInputElement = typeof getRawInputElement === "function" && getRawInputElement();
var customizeRawInputRef = useComposeRef(selectorDomRef, customizeRawInputElement === null || customizeRawInputElement === void 0 || (_customizeRawInputEle = customizeRawInputElement.props) === null || _customizeRawInputEle === void 0 ? void 0 : _customizeRawInputEle.ref);
var _React$useState3 = React166.useState(false), _React$useState4 = _slicedToArray(_React$useState3, 2), rendered = _React$useState4[0], setRendered = _React$useState4[1];
useLayoutEffect_default(function() {
setRendered(true);
}, []);
var _useMergedState = useMergedState(false, {
defaultValue: defaultOpen,
value: open3
}), _useMergedState2 = _slicedToArray(_useMergedState, 2), innerOpen = _useMergedState2[0], setInnerOpen = _useMergedState2[1];
var mergedOpen = rendered ? innerOpen : false;
var emptyListContent = !notFoundContent && emptyOptions;
if (disabled || emptyListContent && mergedOpen && mode === "combobox") {
mergedOpen = false;
}
var triggerOpen = emptyListContent ? false : mergedOpen;
var onToggleOpen = React166.useCallback(function(newOpen) {
var nextOpen = newOpen !== void 0 ? newOpen : !mergedOpen;
if (!disabled) {
setInnerOpen(nextOpen);
if (mergedOpen !== nextOpen) {
onDropdownVisibleChange === null || onDropdownVisibleChange === void 0 || onDropdownVisibleChange(nextOpen);
}
}
}, [disabled, mergedOpen, setInnerOpen, onDropdownVisibleChange]);
var tokenWithEnter = React166.useMemo(function() {
return (tokenSeparators || []).some(function(tokenSeparator) {
return ["\n", "\r\n"].includes(tokenSeparator);
});
}, [tokenSeparators]);
var _ref = React166.useContext(SelectContext_default) || {}, maxCount = _ref.maxCount, rawValues = _ref.rawValues;
var onInternalSearch = function onInternalSearch2(searchText, fromTyping, isCompositing) {
if (multiple && isValidCount(maxCount) && (rawValues === null || rawValues === void 0 ? void 0 : rawValues.size) >= maxCount) {
return;
}
var ret = true;
var newSearchText = searchText;
onActiveValueChange === null || onActiveValueChange === void 0 || onActiveValueChange(null);
var separatedList = getSeparatedContent(searchText, tokenSeparators, isValidCount(maxCount) ? maxCount - rawValues.size : void 0);
var patchLabels = isCompositing ? null : separatedList;
if (mode !== "combobox" && patchLabels) {
newSearchText = "";
onSearchSplit === null || onSearchSplit === void 0 || onSearchSplit(patchLabels);
onToggleOpen(false);
ret = false;
}
if (onSearch && mergedSearchValue !== newSearchText) {
onSearch(newSearchText, {
source: fromTyping ? "typing" : "effect"
});
}
return ret;
};
var onInternalSearchSubmit = function onInternalSearchSubmit2(searchText) {
if (!searchText || !searchText.trim()) {
return;
}
onSearch(searchText, {
source: "submit"
});
};
React166.useEffect(function() {
if (!mergedOpen && !multiple && mode !== "combobox") {
onInternalSearch("", false, false);
}
}, [mergedOpen]);
React166.useEffect(function() {
if (innerOpen && disabled) {
setInnerOpen(false);
}
if (disabled && !blurRef.current) {
setMockFocused(false);
}
}, [disabled]);
var _useLock = useLock(), _useLock2 = _slicedToArray(_useLock, 2), getClearLock = _useLock2[0], setClearLock = _useLock2[1];
var keyLockRef = React166.useRef(false);
var onInternalKeyDown = function onInternalKeyDown2(event) {
var clearLock = getClearLock();
var key = event.key;
var isEnterKey = key === "Enter";
if (isEnterKey) {
if (mode !== "combobox") {
event.preventDefault();
}
if (!mergedOpen) {
onToggleOpen(true);
}
}
setClearLock(!!mergedSearchValue);
if (key === "Backspace" && !clearLock && multiple && !mergedSearchValue && displayValues.length) {
var cloneDisplayValues = _toConsumableArray(displayValues);
var removedDisplayValue = null;
for (var i = cloneDisplayValues.length - 1; i >= 0; i -= 1) {
var current = cloneDisplayValues[i];
if (!current.disabled) {
cloneDisplayValues.splice(i, 1);
removedDisplayValue = current;
break;
}
}
if (removedDisplayValue) {
onDisplayValuesChange(cloneDisplayValues, {
type: "remove",
values: [removedDisplayValue]
});
}
}
for (var _len = arguments.length, rest = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
rest[_key - 1] = arguments[_key];
}
if (mergedOpen && (!isEnterKey || !keyLockRef.current)) {
var _listRef$current2;
if (isEnterKey) {
keyLockRef.current = true;
}
(_listRef$current2 = listRef.current) === null || _listRef$current2 === void 0 || _listRef$current2.onKeyDown.apply(_listRef$current2, [event].concat(rest));
}
onKeyDown2 === null || onKeyDown2 === void 0 || onKeyDown2.apply(void 0, [event].concat(rest));
};
var onInternalKeyUp = function onInternalKeyUp2(event) {
for (var _len2 = arguments.length, rest = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {
rest[_key2 - 1] = arguments[_key2];
}
if (mergedOpen) {
var _listRef$current3;
(_listRef$current3 = listRef.current) === null || _listRef$current3 === void 0 || _listRef$current3.onKeyUp.apply(_listRef$current3, [event].concat(rest));
}
if (event.key === "Enter") {
keyLockRef.current = false;
}
onKeyUp === null || onKeyUp === void 0 || onKeyUp.apply(void 0, [event].concat(rest));
};
var onSelectorRemove = function onSelectorRemove2(val) {
var newValues = displayValues.filter(function(i) {
return i !== val;
});
onDisplayValuesChange(newValues, {
type: "remove",
values: [val]
});
};
var onInputBlur = function onInputBlur2() {
keyLockRef.current = false;
};
var focusRef = React166.useRef(false);
var onContainerFocus = function onContainerFocus2() {
setMockFocused(true);
if (!disabled) {
if (onFocus && !focusRef.current) {
onFocus.apply(void 0, arguments);
}
if (showAction.includes("focus")) {
onToggleOpen(true);
}
}
focusRef.current = true;
};
var onContainerBlur = function onContainerBlur2() {
blurRef.current = true;
setMockFocused(false, function() {
focusRef.current = false;
blurRef.current = false;
onToggleOpen(false);
});
if (disabled) {
return;
}
if (mergedSearchValue) {
if (mode === "tags") {
onSearch(mergedSearchValue, {
source: "submit"
});
} else if (mode === "multiple") {
onSearch("", {
source: "blur"
});
}
}
if (onBlur) {
onBlur.apply(void 0, arguments);
}
};
var activeTimeoutIds = [];
React166.useEffect(function() {
return function() {
activeTimeoutIds.forEach(function(timeoutId) {
return clearTimeout(timeoutId);
});
activeTimeoutIds.splice(0, activeTimeoutIds.length);
};
}, []);
var onInternalMouseDown = function onInternalMouseDown2(event) {
var _triggerRef$current;
var target = event.target;
var popupElement = (_triggerRef$current = triggerRef.current) === null || _triggerRef$current === void 0 ? void 0 : _triggerRef$current.getPopupElement();
if (popupElement && popupElement.contains(target)) {
var timeoutId = setTimeout(function() {
var index3 = activeTimeoutIds.indexOf(timeoutId);
if (index3 !== -1) {
activeTimeoutIds.splice(index3, 1);
}
cancelSetMockFocused();
if (!mobile && !popupElement.contains(document.activeElement)) {
var _selectorRef$current3;
(_selectorRef$current3 = selectorRef.current) === null || _selectorRef$current3 === void 0 || _selectorRef$current3.focus();
}
});
activeTimeoutIds.push(timeoutId);
}
for (var _len3 = arguments.length, restArgs = new Array(_len3 > 1 ? _len3 - 1 : 0), _key3 = 1; _key3 < _len3; _key3++) {
restArgs[_key3 - 1] = arguments[_key3];
}
onMouseDown === null || onMouseDown === void 0 || onMouseDown.apply(void 0, [event].concat(restArgs));
};
var _React$useState5 = React166.useState({}), _React$useState6 = _slicedToArray(_React$useState5, 2), forceUpdate = _React$useState6[1];
function onPopupMouseEnter() {
forceUpdate({});
}
var onTriggerVisibleChange;
if (customizeRawInputElement) {
onTriggerVisibleChange = function onTriggerVisibleChange2(newOpen) {
onToggleOpen(newOpen);
};
}
useSelectTriggerControl(function() {
var _triggerRef$current2;
return [containerRef.current, (_triggerRef$current2 = triggerRef.current) === null || _triggerRef$current2 === void 0 ? void 0 : _triggerRef$current2.getPopupElement()];
}, triggerOpen, onToggleOpen, !!customizeRawInputElement);
var baseSelectContext = React166.useMemo(function() {
return _objectSpread2(_objectSpread2({}, props), {}, {
notFoundContent,
open: mergedOpen,
triggerOpen,
id,
showSearch: mergedShowSearch,
multiple,
toggleOpen: onToggleOpen
});
}, [props, notFoundContent, triggerOpen, mergedOpen, id, mergedShowSearch, multiple, onToggleOpen]);
var showSuffixIcon = !!suffixIcon || loading;
var arrowNode;
if (showSuffixIcon) {
arrowNode = React166.createElement(TransBtn_default, {
className: (0, import_classnames57.default)("".concat(prefixCls, "-arrow"), _defineProperty({}, "".concat(prefixCls, "-arrow-loading"), loading)),
customizeIcon: suffixIcon,
customizeIconProps: {
loading,
searchValue: mergedSearchValue,
open: mergedOpen,
focused: mockFocused,
showSearch: mergedShowSearch
}
});
}
var onClearMouseDown = function onClearMouseDown2() {
var _selectorRef$current4;
onClear === null || onClear === void 0 || onClear();
(_selectorRef$current4 = selectorRef.current) === null || _selectorRef$current4 === void 0 || _selectorRef$current4.focus();
onDisplayValuesChange([], {
type: "clear",
values: displayValues
});
onInternalSearch("", false, false);
};
var _useAllowClear = useAllowClear(prefixCls, onClearMouseDown, displayValues, allowClear, clearIcon, disabled, mergedSearchValue, mode), mergedAllowClear = _useAllowClear.allowClear, clearNode = _useAllowClear.clearIcon;
var optionList = React166.createElement(OptionList5, {
ref: listRef
});
var mergedClassName = (0, import_classnames57.default)(prefixCls, className, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, "".concat(prefixCls, "-focused"), mockFocused), "".concat(prefixCls, "-multiple"), multiple), "".concat(prefixCls, "-single"), !multiple), "".concat(prefixCls, "-allow-clear"), allowClear), "".concat(prefixCls, "-show-arrow"), showSuffixIcon), "".concat(prefixCls, "-disabled"), disabled), "".concat(prefixCls, "-loading"), loading), "".concat(prefixCls, "-open"), mergedOpen), "".concat(prefixCls, "-customize-input"), customizeInputElement), "".concat(prefixCls, "-show-search"), mergedShowSearch));
var selectorNode = React166.createElement(SelectTrigger_default, {
ref: triggerRef,
disabled,
prefixCls,
visible: triggerOpen,
popupElement: optionList,
animation,
transitionName,
dropdownStyle,
dropdownClassName,
direction,
dropdownMatchSelectWidth,
dropdownRender,
dropdownAlign,
placement,
builtinPlacements,
getPopupContainer,
empty: emptyOptions,
getTriggerDOMNode: function getTriggerDOMNode(node2) {
return (
// TODO: This is workaround and should be removed in `rc-select`
// And use new standard `nativeElement` for ref.
// But we should update `rc-resize-observer` first.
selectorDomRef.current || node2
);
},
onPopupVisibleChange: onTriggerVisibleChange,
onPopupMouseEnter
}, customizeRawInputElement ? React166.cloneElement(customizeRawInputElement, {
ref: customizeRawInputRef
}) : React166.createElement(Selector_default, _extends({}, props, {
domRef: selectorDomRef,
prefixCls,
inputElement: customizeInputElement,
ref: selectorRef,
id,
prefix: prefix2,
showSearch: mergedShowSearch,
autoClearSearchValue,
mode,
activeDescendantId,
tagRender,
values: displayValues,
open: mergedOpen,
onToggleOpen,
activeValue,
searchValue: mergedSearchValue,
onSearch: onInternalSearch,
onSearchSubmit: onInternalSearchSubmit,
onRemove: onSelectorRemove,
tokenWithEnter,
onInputBlur
})));
var renderNode;
if (customizeRawInputElement) {
renderNode = selectorNode;
} else {
renderNode = React166.createElement("div", _extends({
className: mergedClassName
}, domProps, {
ref: containerRef,
onMouseDown: onInternalMouseDown,
onKeyDown: onInternalKeyDown,
onKeyUp: onInternalKeyUp,
onFocus: onContainerFocus,
onBlur: onContainerBlur
}), React166.createElement(Polite, {
visible: mockFocused && !mergedOpen,
values: displayValues
}), selectorNode, arrowNode, mergedAllowClear && clearNode);
}
return React166.createElement(BaseSelectContext.Provider, {
value: baseSelectContext
}, renderNode);
});
if (true) {
BaseSelect.displayName = "BaseSelect";
}
var BaseSelect_default = BaseSelect;
// node_modules/rc-select/es/OptGroup.js
var OptGroup = function OptGroup2() {
return null;
};
OptGroup.isSelectOptGroup = true;
var OptGroup_default = OptGroup;
// node_modules/rc-select/es/Option.js
var Option = function Option2() {
return null;
};
Option.isSelectOption = true;
var Option_default = Option;
// node_modules/rc-select/es/OptionList.js
var import_classnames61 = __toESM(require_classnames());
// node_modules/rc-virtual-list/es/List.js
var import_classnames60 = __toESM(require_classnames());
var React176 = __toESM(require_react());
var import_react73 = __toESM(require_react());
var import_react_dom5 = __toESM(require_react_dom());
// node_modules/rc-virtual-list/es/Filler.js
var React167 = __toESM(require_react());
var import_classnames58 = __toESM(require_classnames());
var Filler = React167.forwardRef(function(_ref, ref) {
var height = _ref.height, offsetY = _ref.offsetY, offsetX = _ref.offsetX, children = _ref.children, prefixCls = _ref.prefixCls, onInnerResize = _ref.onInnerResize, innerProps = _ref.innerProps, rtl = _ref.rtl, extra = _ref.extra;
var outerStyle = {};
var innerStyle = {
display: "flex",
flexDirection: "column"
};
if (offsetY !== void 0) {
outerStyle = {
height,
position: "relative",
overflow: "hidden"
};
innerStyle = _objectSpread2(_objectSpread2({}, innerStyle), {}, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({
transform: "translateY(".concat(offsetY, "px)")
}, rtl ? "marginRight" : "marginLeft", -offsetX), "position", "absolute"), "left", 0), "right", 0), "top", 0));
}
return React167.createElement("div", {
style: outerStyle
}, React167.createElement(es_default, {
onResize: function onResize2(_ref2) {
var offsetHeight = _ref2.offsetHeight;
if (offsetHeight && onInnerResize) {
onInnerResize();
}
}
}, React167.createElement("div", _extends({
style: innerStyle,
className: (0, import_classnames58.default)(_defineProperty({}, "".concat(prefixCls, "-holder-inner"), prefixCls)),
ref
}, innerProps), children, extra)));
});
Filler.displayName = "Filler";
var Filler_default = Filler;
// node_modules/rc-virtual-list/es/hooks/useChildren.js
var React169 = __toESM(require_react());
// node_modules/rc-virtual-list/es/Item.js
var React168 = __toESM(require_react());
function Item2(_ref) {
var children = _ref.children, setRef = _ref.setRef;
var refFunc = React168.useCallback(function(node2) {
setRef(node2);
}, []);
return React168.cloneElement(children, {
ref: refFunc
});
}
// node_modules/rc-virtual-list/es/hooks/useChildren.js
function useChildren(list, startIndex, endIndex, scrollWidth, offsetX, setNodeRef, renderFunc, _ref) {
var getKey5 = _ref.getKey;
return list.slice(startIndex, endIndex + 1).map(function(item, index3) {
var eleIndex = startIndex + index3;
var node2 = renderFunc(item, eleIndex, {
style: {
width: scrollWidth
},
offsetX
});
var key = getKey5(item);
return React169.createElement(Item2, {
key,
setRef: function setRef(ele) {
return setNodeRef(item, ele);
}
}, node2);
});
}
// node_modules/rc-virtual-list/es/hooks/useDiffItem.js
var React170 = __toESM(require_react());
// node_modules/rc-virtual-list/es/utils/algorithmUtil.js
function findListDiffIndex(originList, targetList, getKey5) {
var originLen = originList.length;
var targetLen = targetList.length;
var shortList;
var longList;
if (originLen === 0 && targetLen === 0) {
return null;
}
if (originLen < targetLen) {
shortList = originList;
longList = targetList;
} else {
shortList = targetList;
longList = originList;
}
var notExistKey = {
__EMPTY_ITEM__: true
};
function getItemKey(item) {
if (item !== void 0) {
return getKey5(item);
}
return notExistKey;
}
var diffIndex = null;
var multiple = Math.abs(originLen - targetLen) !== 1;
for (var i = 0; i < longList.length; i += 1) {
var shortKey = getItemKey(shortList[i]);
var longKey = getItemKey(longList[i]);
if (shortKey !== longKey) {
diffIndex = i;
multiple = multiple || shortKey !== getItemKey(longList[i + 1]);
break;
}
}
return diffIndex === null ? null : {
index: diffIndex,
multiple
};
}
// node_modules/rc-virtual-list/es/hooks/useDiffItem.js
function useDiffItem(data, getKey5, onDiff) {
var _React$useState = React170.useState(data), _React$useState2 = _slicedToArray(_React$useState, 2), prevData = _React$useState2[0], setPrevData = _React$useState2[1];
var _React$useState3 = React170.useState(null), _React$useState4 = _slicedToArray(_React$useState3, 2), diffItem = _React$useState4[0], setDiffItem = _React$useState4[1];
React170.useEffect(function() {
var diff = findListDiffIndex(prevData || [], data || [], getKey5);
if ((diff === null || diff === void 0 ? void 0 : diff.index) !== void 0) {
onDiff === null || onDiff === void 0 || onDiff(diff.index);
setDiffItem(data[diff.index]);
}
setPrevData(data);
}, [data]);
return [diffItem];
}
// node_modules/rc-virtual-list/es/hooks/useFrameWheel.js
var import_react70 = __toESM(require_react());
// node_modules/rc-virtual-list/es/utils/isFirefox.js
var isFF = (typeof navigator === "undefined" ? "undefined" : _typeof(navigator)) === "object" && /Firefox/i.test(navigator.userAgent);
var isFirefox_default = isFF;
// node_modules/rc-virtual-list/es/hooks/useOriginScroll.js
var import_react69 = __toESM(require_react());
var useOriginScroll_default = function(isScrollAtTop, isScrollAtBottom, isScrollAtLeft, isScrollAtRight) {
var lockRef = (0, import_react69.useRef)(false);
var lockTimeoutRef = (0, import_react69.useRef)(null);
function lockScroll() {
clearTimeout(lockTimeoutRef.current);
lockRef.current = true;
lockTimeoutRef.current = setTimeout(function() {
lockRef.current = false;
}, 50);
}
var scrollPingRef = (0, import_react69.useRef)({
top: isScrollAtTop,
bottom: isScrollAtBottom,
left: isScrollAtLeft,
right: isScrollAtRight
});
scrollPingRef.current.top = isScrollAtTop;
scrollPingRef.current.bottom = isScrollAtBottom;
scrollPingRef.current.left = isScrollAtLeft;
scrollPingRef.current.right = isScrollAtRight;
return function(isHorizontal, delta) {
var smoothOffset = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : false;
var originScroll = isHorizontal ? (
// Pass origin wheel when on the left
delta < 0 && scrollPingRef.current.left || // Pass origin wheel when on the right
delta > 0 && scrollPingRef.current.right
) : delta < 0 && scrollPingRef.current.top || // Pass origin wheel when on the bottom
delta > 0 && scrollPingRef.current.bottom;
if (smoothOffset && originScroll) {
clearTimeout(lockTimeoutRef.current);
lockRef.current = false;
} else if (!originScroll || lockRef.current) {
lockScroll();
}
return !lockRef.current && originScroll;
};
};
// node_modules/rc-virtual-list/es/hooks/useFrameWheel.js
function useFrameWheel(inVirtual, isScrollAtTop, isScrollAtBottom, isScrollAtLeft, isScrollAtRight, horizontalScroll, onWheelDelta) {
var offsetRef = (0, import_react70.useRef)(0);
var nextFrameRef = (0, import_react70.useRef)(null);
var wheelValueRef = (0, import_react70.useRef)(null);
var isMouseScrollRef = (0, import_react70.useRef)(false);
var originScroll = useOriginScroll_default(isScrollAtTop, isScrollAtBottom, isScrollAtLeft, isScrollAtRight);
function onWheelY(e3, deltaY) {
raf_default.cancel(nextFrameRef.current);
if (originScroll(false, deltaY)) return;
var event = e3;
if (!event._virtualHandled) {
event._virtualHandled = true;
} else {
return;
}
offsetRef.current += deltaY;
wheelValueRef.current = deltaY;
if (!isFirefox_default) {
event.preventDefault();
}
nextFrameRef.current = raf_default(function() {
var patchMultiple = isMouseScrollRef.current ? 10 : 1;
onWheelDelta(offsetRef.current * patchMultiple, false);
offsetRef.current = 0;
});
}
function onWheelX(event, deltaX) {
onWheelDelta(deltaX, true);
if (!isFirefox_default) {
event.preventDefault();
}
}
var wheelDirectionRef = (0, import_react70.useRef)(null);
var wheelDirectionCleanRef = (0, import_react70.useRef)(null);
function onWheel(event) {
if (!inVirtual) return;
raf_default.cancel(wheelDirectionCleanRef.current);
wheelDirectionCleanRef.current = raf_default(function() {
wheelDirectionRef.current = null;
}, 2);
var deltaX = event.deltaX, deltaY = event.deltaY, shiftKey = event.shiftKey;
var mergedDeltaX = deltaX;
var mergedDeltaY = deltaY;
if (wheelDirectionRef.current === "sx" || !wheelDirectionRef.current && (shiftKey || false) && deltaY && !deltaX) {
mergedDeltaX = deltaY;
mergedDeltaY = 0;
wheelDirectionRef.current = "sx";
}
var absX = Math.abs(mergedDeltaX);
var absY = Math.abs(mergedDeltaY);
if (wheelDirectionRef.current === null) {
wheelDirectionRef.current = horizontalScroll && absX > absY ? "x" : "y";
}
if (wheelDirectionRef.current === "y") {
onWheelY(event, mergedDeltaY);
} else {
onWheelX(event, mergedDeltaX);
}
}
function onFireFoxScroll(event) {
if (!inVirtual) return;
isMouseScrollRef.current = event.detail === wheelValueRef.current;
}
return [onWheel, onFireFoxScroll];
}
// node_modules/rc-virtual-list/es/hooks/useGetSize.js
var React171 = __toESM(require_react());
function useGetSize(mergedData, getKey5, heights, itemHeight) {
var _React$useMemo = React171.useMemo(function() {
return [/* @__PURE__ */ new Map(), []];
}, [mergedData, heights.id, itemHeight]), _React$useMemo2 = _slicedToArray(_React$useMemo, 2), key2Index = _React$useMemo2[0], bottomList = _React$useMemo2[1];
var getSize4 = function getSize5(startKey) {
var endKey = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : startKey;
var startIndex = key2Index.get(startKey);
var endIndex = key2Index.get(endKey);
if (startIndex === void 0 || endIndex === void 0) {
var dataLen = mergedData.length;
for (var i = bottomList.length; i < dataLen; i += 1) {
var _heights$get;
var item = mergedData[i];
var key = getKey5(item);
key2Index.set(key, i);
var cacheHeight = (_heights$get = heights.get(key)) !== null && _heights$get !== void 0 ? _heights$get : itemHeight;
bottomList[i] = (bottomList[i - 1] || 0) + cacheHeight;
if (key === startKey) {
startIndex = i;
}
if (key === endKey) {
endIndex = i;
}
if (startIndex !== void 0 && endIndex !== void 0) {
break;
}
}
}
return {
top: bottomList[startIndex - 1] || 0,
bottom: bottomList[endIndex]
};
};
return getSize4;
}
// node_modules/rc-virtual-list/es/hooks/useHeights.js
var React172 = __toESM(require_react());
var import_react71 = __toESM(require_react());
// node_modules/rc-virtual-list/es/utils/CacheMap.js
var CacheMap = function() {
function CacheMap2() {
_classCallCheck(this, CacheMap2);
_defineProperty(this, "maps", void 0);
_defineProperty(this, "id", 0);
_defineProperty(this, "diffRecords", /* @__PURE__ */ new Map());
this.maps = /* @__PURE__ */ Object.create(null);
}
_createClass(CacheMap2, [{
key: "set",
value: function set2(key, value) {
this.diffRecords.set(key, this.maps[key]);
this.maps[key] = value;
this.id += 1;
}
}, {
key: "get",
value: function get2(key) {
return this.maps[key];
}
/**
* CacheMap will record the key changed.
* To help to know what's update in the next render.
*/
}, {
key: "resetRecord",
value: function resetRecord() {
this.diffRecords.clear();
}
}, {
key: "getRecord",
value: function getRecord() {
return this.diffRecords;
}
}]);
return CacheMap2;
}();
var CacheMap_default = CacheMap;
// node_modules/rc-virtual-list/es/hooks/useHeights.js
function parseNumber(value) {
var num = parseFloat(value);
return isNaN(num) ? 0 : num;
}
function useHeights(getKey5, onItemAdd, onItemRemove) {
var _React$useState = React172.useState(0), _React$useState2 = _slicedToArray(_React$useState, 2), updatedMark = _React$useState2[0], setUpdatedMark = _React$useState2[1];
var instanceRef = (0, import_react71.useRef)(/* @__PURE__ */ new Map());
var heightsRef = (0, import_react71.useRef)(new CacheMap_default());
var promiseIdRef = (0, import_react71.useRef)(0);
function cancelRaf() {
promiseIdRef.current += 1;
}
function collectHeight() {
var sync = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : false;
cancelRaf();
var doCollect = function doCollect2() {
var changed = false;
instanceRef.current.forEach(function(element, key) {
if (element && element.offsetParent) {
var offsetHeight = element.offsetHeight;
var _getComputedStyle = getComputedStyle(element), marginTop = _getComputedStyle.marginTop, marginBottom = _getComputedStyle.marginBottom;
var marginTopNum = parseNumber(marginTop);
var marginBottomNum = parseNumber(marginBottom);
var totalHeight = offsetHeight + marginTopNum + marginBottomNum;
if (heightsRef.current.get(key) !== totalHeight) {
heightsRef.current.set(key, totalHeight);
changed = true;
}
}
});
if (changed) {
setUpdatedMark(function(c) {
return c + 1;
});
}
};
if (sync) {
doCollect();
} else {
promiseIdRef.current += 1;
var id = promiseIdRef.current;
Promise.resolve().then(function() {
if (id === promiseIdRef.current) {
doCollect();
}
});
}
}
function setInstanceRef(item, instance) {
var key = getKey5(item);
var origin = instanceRef.current.get(key);
if (instance) {
instanceRef.current.set(key, instance);
collectHeight();
} else {
instanceRef.current.delete(key);
}
if (!origin !== !instance) {
if (instance) {
onItemAdd === null || onItemAdd === void 0 || onItemAdd(item);
} else {
onItemRemove === null || onItemRemove === void 0 || onItemRemove(item);
}
}
}
(0, import_react71.useEffect)(function() {
return cancelRaf;
}, []);
return [setInstanceRef, collectHeight, heightsRef.current, updatedMark];
}
// node_modules/rc-virtual-list/es/hooks/useMobileTouchMove.js
var import_react72 = __toESM(require_react());
var SMOOTH_PTG = 14 / 15;
function useMobileTouchMove(inVirtual, listRef, callback) {
var touchedRef = (0, import_react72.useRef)(false);
var touchXRef = (0, import_react72.useRef)(0);
var touchYRef = (0, import_react72.useRef)(0);
var elementRef = (0, import_react72.useRef)(null);
var intervalRef = (0, import_react72.useRef)(null);
var cleanUpEvents;
var onTouchMove = function onTouchMove2(e3) {
if (touchedRef.current) {
var currentX = Math.ceil(e3.touches[0].pageX);
var currentY = Math.ceil(e3.touches[0].pageY);
var offsetX = touchXRef.current - currentX;
var offsetY = touchYRef.current - currentY;
var _isHorizontal = Math.abs(offsetX) > Math.abs(offsetY);
if (_isHorizontal) {
touchXRef.current = currentX;
} else {
touchYRef.current = currentY;
}
var scrollHandled = callback(_isHorizontal, _isHorizontal ? offsetX : offsetY, false, e3);
if (scrollHandled) {
e3.preventDefault();
}
clearInterval(intervalRef.current);
if (scrollHandled) {
intervalRef.current = setInterval(function() {
if (_isHorizontal) {
offsetX *= SMOOTH_PTG;
} else {
offsetY *= SMOOTH_PTG;
}
var offset3 = Math.floor(_isHorizontal ? offsetX : offsetY);
if (!callback(_isHorizontal, offset3, true) || Math.abs(offset3) <= 0.1) {
clearInterval(intervalRef.current);
}
}, 16);
}
}
};
var onTouchEnd = function onTouchEnd2() {
touchedRef.current = false;
cleanUpEvents();
};
var onTouchStart = function onTouchStart2(e3) {
cleanUpEvents();
if (e3.touches.length === 1 && !touchedRef.current) {
touchedRef.current = true;
touchXRef.current = Math.ceil(e3.touches[0].pageX);
touchYRef.current = Math.ceil(e3.touches[0].pageY);
elementRef.current = e3.target;
elementRef.current.addEventListener("touchmove", onTouchMove, {
passive: false
});
elementRef.current.addEventListener("touchend", onTouchEnd, {
passive: true
});
}
};
cleanUpEvents = function cleanUpEvents2() {
if (elementRef.current) {
elementRef.current.removeEventListener("touchmove", onTouchMove);
elementRef.current.removeEventListener("touchend", onTouchEnd);
}
};
useLayoutEffect_default(function() {
if (inVirtual) {
listRef.current.addEventListener("touchstart", onTouchStart, {
passive: true
});
}
return function() {
var _listRef$current;
(_listRef$current = listRef.current) === null || _listRef$current === void 0 || _listRef$current.removeEventListener("touchstart", onTouchStart);
cleanUpEvents();
clearInterval(intervalRef.current);
};
}, [inVirtual]);
}
// node_modules/rc-virtual-list/es/hooks/useScrollDrag.js
var React173 = __toESM(require_react());
function smoothScrollOffset(offset3) {
return Math.floor(Math.pow(offset3, 0.5));
}
function getPageXY(e3, horizontal) {
var obj = "touches" in e3 ? e3.touches[0] : e3;
return obj[horizontal ? "pageX" : "pageY"] - window[horizontal ? "scrollX" : "scrollY"];
}
function useScrollDrag(inVirtual, componentRef, onScrollOffset) {
React173.useEffect(function() {
var ele = componentRef.current;
if (inVirtual && ele) {
var mouseDownLock = false;
var rafId;
var _offset;
var stopScroll = function stopScroll2() {
raf_default.cancel(rafId);
};
var continueScroll = function continueScroll2() {
stopScroll();
rafId = raf_default(function() {
onScrollOffset(_offset);
continueScroll2();
});
};
var clearDragState = function clearDragState2() {
mouseDownLock = false;
stopScroll();
};
var onMouseDown = function onMouseDown2(e3) {
if (e3.target.draggable || e3.button !== 0) {
return;
}
var event = e3;
if (!event._virtualHandled) {
event._virtualHandled = true;
mouseDownLock = true;
}
};
var onMouseMove = function onMouseMove2(e3) {
if (mouseDownLock) {
var mouseY = getPageXY(e3, false);
var _ele$getBoundingClien = ele.getBoundingClientRect(), top = _ele$getBoundingClien.top, bottom = _ele$getBoundingClien.bottom;
if (mouseY <= top) {
var diff = top - mouseY;
_offset = -smoothScrollOffset(diff);
continueScroll();
} else if (mouseY >= bottom) {
var _diff = mouseY - bottom;
_offset = smoothScrollOffset(_diff);
continueScroll();
} else {
stopScroll();
}
}
};
ele.addEventListener("mousedown", onMouseDown);
ele.ownerDocument.addEventListener("mouseup", clearDragState);
ele.ownerDocument.addEventListener("mousemove", onMouseMove);
ele.ownerDocument.addEventListener("dragend", clearDragState);
return function() {
ele.removeEventListener("mousedown", onMouseDown);
ele.ownerDocument.removeEventListener("mouseup", clearDragState);
ele.ownerDocument.removeEventListener("mousemove", onMouseMove);
ele.ownerDocument.removeEventListener("dragend", clearDragState);
stopScroll();
};
}
}, [inVirtual]);
}
// node_modules/rc-virtual-list/es/hooks/useScrollTo.js
var React174 = __toESM(require_react());
var MAX_TIMES = 10;
function useScrollTo(containerRef, data, heights, itemHeight, getKey5, collectHeight, syncScrollTop, triggerFlash) {
var scrollRef = React174.useRef();
var _React$useState = React174.useState(null), _React$useState2 = _slicedToArray(_React$useState, 2), syncState = _React$useState2[0], setSyncState = _React$useState2[1];
useLayoutEffect_default(function() {
if (syncState && syncState.times < MAX_TIMES) {
if (!containerRef.current) {
setSyncState(function(ori) {
return _objectSpread2({}, ori);
});
return;
}
collectHeight();
var targetAlign = syncState.targetAlign, originAlign = syncState.originAlign, index3 = syncState.index, offset3 = syncState.offset;
var height = containerRef.current.clientHeight;
var needCollectHeight = false;
var newTargetAlign = targetAlign;
var targetTop = null;
if (height) {
var mergedAlign = targetAlign || originAlign;
var stackTop = 0;
var itemTop = 0;
var itemBottom = 0;
var maxLen = Math.min(data.length - 1, index3);
for (var i = 0; i <= maxLen; i += 1) {
var key = getKey5(data[i]);
itemTop = stackTop;
var cacheHeight = heights.get(key);
itemBottom = itemTop + (cacheHeight === void 0 ? itemHeight : cacheHeight);
stackTop = itemBottom;
}
var leftHeight = mergedAlign === "top" ? offset3 : height - offset3;
for (var _i = maxLen; _i >= 0; _i -= 1) {
var _key = getKey5(data[_i]);
var _cacheHeight = heights.get(_key);
if (_cacheHeight === void 0) {
needCollectHeight = true;
break;
}
leftHeight -= _cacheHeight;
if (leftHeight <= 0) {
break;
}
}
switch (mergedAlign) {
case "top":
targetTop = itemTop - offset3;
break;
case "bottom":
targetTop = itemBottom - height + offset3;
break;
default: {
var scrollTop = containerRef.current.scrollTop;
var scrollBottom = scrollTop + height;
if (itemTop < scrollTop) {
newTargetAlign = "top";
} else if (itemBottom > scrollBottom) {
newTargetAlign = "bottom";
}
}
}
if (targetTop !== null) {
syncScrollTop(targetTop);
}
if (targetTop !== syncState.lastTop) {
needCollectHeight = true;
}
}
if (needCollectHeight) {
setSyncState(_objectSpread2(_objectSpread2({}, syncState), {}, {
times: syncState.times + 1,
targetAlign: newTargetAlign,
lastTop: targetTop
}));
}
} else if ((syncState === null || syncState === void 0 ? void 0 : syncState.times) === MAX_TIMES) {
warning_default(false, "Seems `scrollTo` with `rc-virtual-list` reach the max limitation. Please fire issue for us. Thanks.");
}
}, [syncState, containerRef.current]);
return function(arg) {
if (arg === null || arg === void 0) {
triggerFlash();
return;
}
raf_default.cancel(scrollRef.current);
if (typeof arg === "number") {
syncScrollTop(arg);
} else if (arg && _typeof(arg) === "object") {
var index3;
var align = arg.align;
if ("index" in arg) {
index3 = arg.index;
} else {
index3 = data.findIndex(function(item) {
return getKey5(item) === arg.key;
});
}
var _arg$offset = arg.offset, offset3 = _arg$offset === void 0 ? 0 : _arg$offset;
setSyncState({
times: 0,
index: index3,
offset: offset3,
originAlign: align
});
}
};
}
// node_modules/rc-virtual-list/es/ScrollBar.js
var import_classnames59 = __toESM(require_classnames());
var React175 = __toESM(require_react());
var ScrollBar = React175.forwardRef(function(props, ref) {
var prefixCls = props.prefixCls, rtl = props.rtl, scrollOffset = props.scrollOffset, scrollRange = props.scrollRange, onStartMove = props.onStartMove, onStopMove = props.onStopMove, onScroll = props.onScroll, horizontal = props.horizontal, spinSize = props.spinSize, containerSize = props.containerSize, style2 = props.style, propsThumbStyle = props.thumbStyle, showScrollBar = props.showScrollBar;
var _React$useState = React175.useState(false), _React$useState2 = _slicedToArray(_React$useState, 2), dragging = _React$useState2[0], setDragging = _React$useState2[1];
var _React$useState3 = React175.useState(null), _React$useState4 = _slicedToArray(_React$useState3, 2), pageXY = _React$useState4[0], setPageXY = _React$useState4[1];
var _React$useState5 = React175.useState(null), _React$useState6 = _slicedToArray(_React$useState5, 2), startTop = _React$useState6[0], setStartTop = _React$useState6[1];
var isLTR = !rtl;
var scrollbarRef = React175.useRef();
var thumbRef = React175.useRef();
var _React$useState7 = React175.useState(showScrollBar), _React$useState8 = _slicedToArray(_React$useState7, 2), visible = _React$useState8[0], setVisible = _React$useState8[1];
var visibleTimeoutRef = React175.useRef();
var delayHidden = function delayHidden2() {
if (showScrollBar === true || showScrollBar === false) return;
clearTimeout(visibleTimeoutRef.current);
setVisible(true);
visibleTimeoutRef.current = setTimeout(function() {
setVisible(false);
}, 3e3);
};
var enableScrollRange = scrollRange - containerSize || 0;
var enableOffsetRange = containerSize - spinSize || 0;
var top = React175.useMemo(function() {
if (scrollOffset === 0 || enableScrollRange === 0) {
return 0;
}
var ptg = scrollOffset / enableScrollRange;
return ptg * enableOffsetRange;
}, [scrollOffset, enableScrollRange, enableOffsetRange]);
var onContainerMouseDown = function onContainerMouseDown2(e3) {
e3.stopPropagation();
e3.preventDefault();
};
var stateRef = React175.useRef({
top,
dragging,
pageY: pageXY,
startTop
});
stateRef.current = {
top,
dragging,
pageY: pageXY,
startTop
};
var onThumbMouseDown = function onThumbMouseDown2(e3) {
setDragging(true);
setPageXY(getPageXY(e3, horizontal));
setStartTop(stateRef.current.top);
onStartMove();
e3.stopPropagation();
e3.preventDefault();
};
React175.useEffect(function() {
var onScrollbarTouchStart = function onScrollbarTouchStart2(e3) {
e3.preventDefault();
};
var scrollbarEle = scrollbarRef.current;
var thumbEle = thumbRef.current;
scrollbarEle.addEventListener("touchstart", onScrollbarTouchStart, {
passive: false
});
thumbEle.addEventListener("touchstart", onThumbMouseDown, {
passive: false
});
return function() {
scrollbarEle.removeEventListener("touchstart", onScrollbarTouchStart);
thumbEle.removeEventListener("touchstart", onThumbMouseDown);
};
}, []);
var enableScrollRangeRef = React175.useRef();
enableScrollRangeRef.current = enableScrollRange;
var enableOffsetRangeRef = React175.useRef();
enableOffsetRangeRef.current = enableOffsetRange;
React175.useEffect(function() {
if (dragging) {
var moveRafId;
var onMouseMove = function onMouseMove2(e3) {
var _stateRef$current = stateRef.current, stateDragging = _stateRef$current.dragging, statePageY = _stateRef$current.pageY, stateStartTop = _stateRef$current.startTop;
raf_default.cancel(moveRafId);
var rect = scrollbarRef.current.getBoundingClientRect();
var scale = containerSize / (horizontal ? rect.width : rect.height);
if (stateDragging) {
var offset3 = (getPageXY(e3, horizontal) - statePageY) * scale;
var newTop = stateStartTop;
if (!isLTR && horizontal) {
newTop -= offset3;
} else {
newTop += offset3;
}
var tmpEnableScrollRange = enableScrollRangeRef.current;
var tmpEnableOffsetRange = enableOffsetRangeRef.current;
var ptg = tmpEnableOffsetRange ? newTop / tmpEnableOffsetRange : 0;
var newScrollTop = Math.ceil(ptg * tmpEnableScrollRange);
newScrollTop = Math.max(newScrollTop, 0);
newScrollTop = Math.min(newScrollTop, tmpEnableScrollRange);
moveRafId = raf_default(function() {
onScroll(newScrollTop, horizontal);
});
}
};
var onMouseUp = function onMouseUp2() {
setDragging(false);
onStopMove();
};
window.addEventListener("mousemove", onMouseMove, {
passive: true
});
window.addEventListener("touchmove", onMouseMove, {
passive: true
});
window.addEventListener("mouseup", onMouseUp, {
passive: true
});
window.addEventListener("touchend", onMouseUp, {
passive: true
});
return function() {
window.removeEventListener("mousemove", onMouseMove);
window.removeEventListener("touchmove", onMouseMove);
window.removeEventListener("mouseup", onMouseUp);
window.removeEventListener("touchend", onMouseUp);
raf_default.cancel(moveRafId);
};
}
}, [dragging]);
React175.useEffect(function() {
delayHidden();
return function() {
clearTimeout(visibleTimeoutRef.current);
};
}, [scrollOffset]);
React175.useImperativeHandle(ref, function() {
return {
delayHidden
};
});
var scrollbarPrefixCls = "".concat(prefixCls, "-scrollbar");
var containerStyle = {
position: "absolute",
visibility: visible ? null : "hidden"
};
var thumbStyle = {
position: "absolute",
borderRadius: 99,
background: "var(--rc-virtual-list-scrollbar-bg, rgba(0, 0, 0, 0.5))",
cursor: "pointer",
userSelect: "none"
};
if (horizontal) {
Object.assign(containerStyle, {
height: 8,
left: 0,
right: 0,
bottom: 0
});
Object.assign(thumbStyle, _defineProperty({
height: "100%",
width: spinSize
}, isLTR ? "left" : "right", top));
} else {
Object.assign(containerStyle, _defineProperty({
width: 8,
top: 0,
bottom: 0
}, isLTR ? "right" : "left", 0));
Object.assign(thumbStyle, {
width: "100%",
height: spinSize,
top
});
}
return React175.createElement("div", {
ref: scrollbarRef,
className: (0, import_classnames59.default)(scrollbarPrefixCls, _defineProperty(_defineProperty(_defineProperty({}, "".concat(scrollbarPrefixCls, "-horizontal"), horizontal), "".concat(scrollbarPrefixCls, "-vertical"), !horizontal), "".concat(scrollbarPrefixCls, "-visible"), visible)),
style: _objectSpread2(_objectSpread2({}, containerStyle), style2),
onMouseDown: onContainerMouseDown,
onMouseMove: delayHidden
}, React175.createElement("div", {
ref: thumbRef,
className: (0, import_classnames59.default)("".concat(scrollbarPrefixCls, "-thumb"), _defineProperty({}, "".concat(scrollbarPrefixCls, "-thumb-moving"), dragging)),
style: _objectSpread2(_objectSpread2({}, thumbStyle), propsThumbStyle),
onMouseDown: onThumbMouseDown
}));
});
if (true) {
ScrollBar.displayName = "ScrollBar";
}
var ScrollBar_default = ScrollBar;
// node_modules/rc-virtual-list/es/utils/scrollbarUtil.js
var MIN_SIZE = 20;
function getSpinSize() {
var containerSize = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : 0;
var scrollRange = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 0;
var baseSize = containerSize / scrollRange * containerSize;
if (isNaN(baseSize)) {
baseSize = 0;
}
baseSize = Math.max(baseSize, MIN_SIZE);
return Math.floor(baseSize);
}
// node_modules/rc-virtual-list/es/List.js
var _excluded18 = ["prefixCls", "className", "height", "itemHeight", "fullHeight", "style", "data", "children", "itemKey", "virtual", "direction", "scrollWidth", "component", "onScroll", "onVirtualScroll", "onVisibleChange", "innerProps", "extraRender", "styles", "showScrollBar"];
var EMPTY_DATA = [];
var ScrollStyle = {
overflowY: "auto",
overflowAnchor: "none"
};
function RawList(props, ref) {
var _props$prefixCls = props.prefixCls, prefixCls = _props$prefixCls === void 0 ? "rc-virtual-list" : _props$prefixCls, className = props.className, height = props.height, itemHeight = props.itemHeight, _props$fullHeight = props.fullHeight, fullHeight = _props$fullHeight === void 0 ? true : _props$fullHeight, style2 = props.style, data = props.data, children = props.children, itemKey3 = props.itemKey, virtual = props.virtual, direction = props.direction, scrollWidth = props.scrollWidth, _props$component = props.component, Component10 = _props$component === void 0 ? "div" : _props$component, onScroll = props.onScroll, onVirtualScroll = props.onVirtualScroll, onVisibleChange = props.onVisibleChange, innerProps = props.innerProps, extraRender = props.extraRender, styles = props.styles, _props$showScrollBar = props.showScrollBar, showScrollBar = _props$showScrollBar === void 0 ? "optional" : _props$showScrollBar, restProps = _objectWithoutProperties(props, _excluded18);
var getKey5 = React176.useCallback(function(item) {
if (typeof itemKey3 === "function") {
return itemKey3(item);
}
return item === null || item === void 0 ? void 0 : item[itemKey3];
}, [itemKey3]);
var _useHeights = useHeights(getKey5, null, null), _useHeights2 = _slicedToArray(_useHeights, 4), setInstanceRef = _useHeights2[0], collectHeight = _useHeights2[1], heights = _useHeights2[2], heightUpdatedMark = _useHeights2[3];
var useVirtual = !!(virtual !== false && height && itemHeight);
var containerHeight = React176.useMemo(function() {
return Object.values(heights.maps).reduce(function(total, curr) {
return total + curr;
}, 0);
}, [heights.id, heights.maps]);
var inVirtual = useVirtual && data && (Math.max(itemHeight * data.length, containerHeight) > height || !!scrollWidth);
var isRTL = direction === "rtl";
var mergedClassName = (0, import_classnames60.default)(prefixCls, _defineProperty({}, "".concat(prefixCls, "-rtl"), isRTL), className);
var mergedData = data || EMPTY_DATA;
var componentRef = (0, import_react73.useRef)();
var fillerInnerRef = (0, import_react73.useRef)();
var containerRef = (0, import_react73.useRef)();
var _useState = (0, import_react73.useState)(0), _useState2 = _slicedToArray(_useState, 2), offsetTop = _useState2[0], setOffsetTop = _useState2[1];
var _useState3 = (0, import_react73.useState)(0), _useState4 = _slicedToArray(_useState3, 2), offsetLeft = _useState4[0], setOffsetLeft = _useState4[1];
var _useState5 = (0, import_react73.useState)(false), _useState6 = _slicedToArray(_useState5, 2), scrollMoving = _useState6[0], setScrollMoving = _useState6[1];
var onScrollbarStartMove = function onScrollbarStartMove2() {
setScrollMoving(true);
};
var onScrollbarStopMove = function onScrollbarStopMove2() {
setScrollMoving(false);
};
var sharedConfig = {
getKey: getKey5
};
function syncScrollTop(newTop) {
setOffsetTop(function(origin) {
var value;
if (typeof newTop === "function") {
value = newTop(origin);
} else {
value = newTop;
}
var alignedTop = keepInRange(value);
componentRef.current.scrollTop = alignedTop;
return alignedTop;
});
}
var rangeRef = (0, import_react73.useRef)({
start: 0,
end: mergedData.length
});
var diffItemRef = (0, import_react73.useRef)();
var _useDiffItem = useDiffItem(mergedData, getKey5), _useDiffItem2 = _slicedToArray(_useDiffItem, 1), diffItem = _useDiffItem2[0];
diffItemRef.current = diffItem;
var _React$useMemo = React176.useMemo(function() {
if (!useVirtual) {
return {
scrollHeight: void 0,
start: 0,
end: mergedData.length - 1,
offset: void 0
};
}
if (!inVirtual) {
var _fillerInnerRef$curre;
return {
scrollHeight: ((_fillerInnerRef$curre = fillerInnerRef.current) === null || _fillerInnerRef$curre === void 0 ? void 0 : _fillerInnerRef$curre.offsetHeight) || 0,
start: 0,
end: mergedData.length - 1,
offset: void 0
};
}
var itemTop = 0;
var startIndex;
var startOffset;
var endIndex;
var dataLen = mergedData.length;
for (var i = 0; i < dataLen; i += 1) {
var _item = mergedData[i];
var key = getKey5(_item);
var cacheHeight = heights.get(key);
var currentItemBottom = itemTop + (cacheHeight === void 0 ? itemHeight : cacheHeight);
if (currentItemBottom >= offsetTop && startIndex === void 0) {
startIndex = i;
startOffset = itemTop;
}
if (currentItemBottom > offsetTop + height && endIndex === void 0) {
endIndex = i;
}
itemTop = currentItemBottom;
}
if (startIndex === void 0) {
startIndex = 0;
startOffset = 0;
endIndex = Math.ceil(height / itemHeight);
}
if (endIndex === void 0) {
endIndex = mergedData.length - 1;
}
endIndex = Math.min(endIndex + 1, mergedData.length - 1);
return {
scrollHeight: itemTop,
start: startIndex,
end: endIndex,
offset: startOffset
};
}, [inVirtual, useVirtual, offsetTop, mergedData, heightUpdatedMark, height]), scrollHeight = _React$useMemo.scrollHeight, start = _React$useMemo.start, end = _React$useMemo.end, fillerOffset = _React$useMemo.offset;
rangeRef.current.start = start;
rangeRef.current.end = end;
React176.useLayoutEffect(function() {
var changedRecord = heights.getRecord();
if (changedRecord.size === 1) {
var recordKey = Array.from(changedRecord.keys())[0];
var prevCacheHeight = changedRecord.get(recordKey);
var startItem = mergedData[start];
if (startItem && prevCacheHeight === void 0) {
var startIndexKey = getKey5(startItem);
if (startIndexKey === recordKey) {
var realStartHeight = heights.get(recordKey);
var diffHeight = realStartHeight - itemHeight;
syncScrollTop(function(ori) {
return ori + diffHeight;
});
}
}
}
heights.resetRecord();
}, [scrollHeight]);
var _React$useState = React176.useState({
width: 0,
height
}), _React$useState2 = _slicedToArray(_React$useState, 2), size = _React$useState2[0], setSize = _React$useState2[1];
var onHolderResize = function onHolderResize2(sizeInfo) {
setSize({
width: sizeInfo.offsetWidth,
height: sizeInfo.offsetHeight
});
};
var verticalScrollBarRef = (0, import_react73.useRef)();
var horizontalScrollBarRef = (0, import_react73.useRef)();
var horizontalScrollBarSpinSize = React176.useMemo(function() {
return getSpinSize(size.width, scrollWidth);
}, [size.width, scrollWidth]);
var verticalScrollBarSpinSize = React176.useMemo(function() {
return getSpinSize(size.height, scrollHeight);
}, [size.height, scrollHeight]);
var maxScrollHeight = scrollHeight - height;
var maxScrollHeightRef = (0, import_react73.useRef)(maxScrollHeight);
maxScrollHeightRef.current = maxScrollHeight;
function keepInRange(newScrollTop) {
var newTop = newScrollTop;
if (!Number.isNaN(maxScrollHeightRef.current)) {
newTop = Math.min(newTop, maxScrollHeightRef.current);
}
newTop = Math.max(newTop, 0);
return newTop;
}
var isScrollAtTop = offsetTop <= 0;
var isScrollAtBottom = offsetTop >= maxScrollHeight;
var isScrollAtLeft = offsetLeft <= 0;
var isScrollAtRight = offsetLeft >= scrollWidth;
var originScroll = useOriginScroll_default(isScrollAtTop, isScrollAtBottom, isScrollAtLeft, isScrollAtRight);
var getVirtualScrollInfo = function getVirtualScrollInfo2() {
return {
x: isRTL ? -offsetLeft : offsetLeft,
y: offsetTop
};
};
var lastVirtualScrollInfoRef = (0, import_react73.useRef)(getVirtualScrollInfo());
var triggerScroll = useEvent(function(params) {
if (onVirtualScroll) {
var nextInfo = _objectSpread2(_objectSpread2({}, getVirtualScrollInfo()), params);
if (lastVirtualScrollInfoRef.current.x !== nextInfo.x || lastVirtualScrollInfoRef.current.y !== nextInfo.y) {
onVirtualScroll(nextInfo);
lastVirtualScrollInfoRef.current = nextInfo;
}
}
});
function onScrollBar(newScrollOffset, horizontal) {
var newOffset = newScrollOffset;
if (horizontal) {
(0, import_react_dom5.flushSync)(function() {
setOffsetLeft(newOffset);
});
triggerScroll();
} else {
syncScrollTop(newOffset);
}
}
function onFallbackScroll(e3) {
var newScrollTop = e3.currentTarget.scrollTop;
if (newScrollTop !== offsetTop) {
syncScrollTop(newScrollTop);
}
onScroll === null || onScroll === void 0 || onScroll(e3);
triggerScroll();
}
var keepInHorizontalRange = function keepInHorizontalRange2(nextOffsetLeft) {
var tmpOffsetLeft = nextOffsetLeft;
var max = !!scrollWidth ? scrollWidth - size.width : 0;
tmpOffsetLeft = Math.max(tmpOffsetLeft, 0);
tmpOffsetLeft = Math.min(tmpOffsetLeft, max);
return tmpOffsetLeft;
};
var onWheelDelta = useEvent(function(offsetXY, fromHorizontal) {
if (fromHorizontal) {
(0, import_react_dom5.flushSync)(function() {
setOffsetLeft(function(left) {
var nextOffsetLeft = left + (isRTL ? -offsetXY : offsetXY);
return keepInHorizontalRange(nextOffsetLeft);
});
});
triggerScroll();
} else {
syncScrollTop(function(top) {
var newTop = top + offsetXY;
return newTop;
});
}
});
var _useFrameWheel = useFrameWheel(useVirtual, isScrollAtTop, isScrollAtBottom, isScrollAtLeft, isScrollAtRight, !!scrollWidth, onWheelDelta), _useFrameWheel2 = _slicedToArray(_useFrameWheel, 2), onRawWheel = _useFrameWheel2[0], onFireFoxScroll = _useFrameWheel2[1];
useMobileTouchMove(useVirtual, componentRef, function(isHorizontal, delta, smoothOffset, e3) {
var event = e3;
if (originScroll(isHorizontal, delta, smoothOffset)) {
return false;
}
if (!event || !event._virtualHandled) {
if (event) {
event._virtualHandled = true;
}
onRawWheel({
preventDefault: function preventDefault() {
},
deltaX: isHorizontal ? delta : 0,
deltaY: isHorizontal ? 0 : delta
});
return true;
}
return false;
});
useScrollDrag(inVirtual, componentRef, function(offset3) {
syncScrollTop(function(top) {
return top + offset3;
});
});
useLayoutEffect_default(function() {
function onMozMousePixelScroll(e3) {
var scrollingUpAtTop = isScrollAtTop && e3.detail < 0;
var scrollingDownAtBottom = isScrollAtBottom && e3.detail > 0;
if (useVirtual && !scrollingUpAtTop && !scrollingDownAtBottom) {
e3.preventDefault();
}
}
var componentEle = componentRef.current;
componentEle.addEventListener("wheel", onRawWheel, {
passive: false
});
componentEle.addEventListener("DOMMouseScroll", onFireFoxScroll, {
passive: true
});
componentEle.addEventListener("MozMousePixelScroll", onMozMousePixelScroll, {
passive: false
});
return function() {
componentEle.removeEventListener("wheel", onRawWheel);
componentEle.removeEventListener("DOMMouseScroll", onFireFoxScroll);
componentEle.removeEventListener("MozMousePixelScroll", onMozMousePixelScroll);
};
}, [useVirtual, isScrollAtTop, isScrollAtBottom]);
useLayoutEffect_default(function() {
if (scrollWidth) {
var newOffsetLeft = keepInHorizontalRange(offsetLeft);
setOffsetLeft(newOffsetLeft);
triggerScroll({
x: newOffsetLeft
});
}
}, [size.width, scrollWidth]);
var delayHideScrollBar = function delayHideScrollBar2() {
var _verticalScrollBarRef, _horizontalScrollBarR;
(_verticalScrollBarRef = verticalScrollBarRef.current) === null || _verticalScrollBarRef === void 0 || _verticalScrollBarRef.delayHidden();
(_horizontalScrollBarR = horizontalScrollBarRef.current) === null || _horizontalScrollBarR === void 0 || _horizontalScrollBarR.delayHidden();
};
var _scrollTo = useScrollTo(componentRef, mergedData, heights, itemHeight, getKey5, function() {
return collectHeight(true);
}, syncScrollTop, delayHideScrollBar);
React176.useImperativeHandle(ref, function() {
return {
nativeElement: containerRef.current,
getScrollInfo: getVirtualScrollInfo,
scrollTo: function scrollTo2(config) {
function isPosScroll(arg) {
return arg && _typeof(arg) === "object" && ("left" in arg || "top" in arg);
}
if (isPosScroll(config)) {
if (config.left !== void 0) {
setOffsetLeft(keepInHorizontalRange(config.left));
}
_scrollTo(config.top);
} else {
_scrollTo(config);
}
}
};
});
useLayoutEffect_default(function() {
if (onVisibleChange) {
var renderList = mergedData.slice(start, end + 1);
onVisibleChange(renderList, mergedData);
}
}, [start, end, mergedData]);
var getSize4 = useGetSize(mergedData, getKey5, heights, itemHeight);
var extraContent = extraRender === null || extraRender === void 0 ? void 0 : extraRender({
start,
end,
virtual: inVirtual,
offsetX: offsetLeft,
offsetY: fillerOffset,
rtl: isRTL,
getSize: getSize4
});
var listChildren = useChildren(mergedData, start, end, scrollWidth, offsetLeft, setInstanceRef, children, sharedConfig);
var componentStyle = null;
if (height) {
componentStyle = _objectSpread2(_defineProperty({}, fullHeight ? "height" : "maxHeight", height), ScrollStyle);
if (useVirtual) {
componentStyle.overflowY = "hidden";
if (scrollWidth) {
componentStyle.overflowX = "hidden";
}
if (scrollMoving) {
componentStyle.pointerEvents = "none";
}
}
}
var containerProps = {};
if (isRTL) {
containerProps.dir = "rtl";
}
return React176.createElement("div", _extends({
ref: containerRef,
style: _objectSpread2(_objectSpread2({}, style2), {}, {
position: "relative"
}),
className: mergedClassName
}, containerProps, restProps), React176.createElement(es_default, {
onResize: onHolderResize
}, React176.createElement(Component10, {
className: "".concat(prefixCls, "-holder"),
style: componentStyle,
ref: componentRef,
onScroll: onFallbackScroll,
onMouseEnter: delayHideScrollBar
}, React176.createElement(Filler_default, {
prefixCls,
height: scrollHeight,
offsetX: offsetLeft,
offsetY: fillerOffset,
scrollWidth,
onInnerResize: collectHeight,
ref: fillerInnerRef,
innerProps,
rtl: isRTL,
extra: extraContent
}, listChildren))), inVirtual && scrollHeight > height && React176.createElement(ScrollBar_default, {
ref: verticalScrollBarRef,
prefixCls,
scrollOffset: offsetTop,
scrollRange: scrollHeight,
rtl: isRTL,
onScroll: onScrollBar,
onStartMove: onScrollbarStartMove,
onStopMove: onScrollbarStopMove,
spinSize: verticalScrollBarSpinSize,
containerSize: size.height,
style: styles === null || styles === void 0 ? void 0 : styles.verticalScrollBar,
thumbStyle: styles === null || styles === void 0 ? void 0 : styles.verticalScrollBarThumb,
showScrollBar
}), inVirtual && scrollWidth > size.width && React176.createElement(ScrollBar_default, {
ref: horizontalScrollBarRef,
prefixCls,
scrollOffset: offsetLeft,
scrollRange: scrollWidth,
rtl: isRTL,
onScroll: onScrollBar,
onStartMove: onScrollbarStartMove,
onStopMove: onScrollbarStopMove,
spinSize: horizontalScrollBarSpinSize,
containerSize: size.width,
horizontal: true,
style: styles === null || styles === void 0 ? void 0 : styles.horizontalScrollBar,
thumbStyle: styles === null || styles === void 0 ? void 0 : styles.horizontalScrollBarThumb,
showScrollBar
}));
}
var List2 = React176.forwardRef(RawList);
List2.displayName = "List";
var List_default2 = List2;
// node_modules/rc-virtual-list/es/index.js
var es_default11 = List_default2;
// node_modules/rc-select/es/OptionList.js
var React177 = __toESM(require_react());
var import_react74 = __toESM(require_react());
// node_modules/rc-select/es/utils/platformUtil.js
function isPlatformMac() {
return /(mac\sos|macintosh)/i.test(navigator.appVersion);
}
// node_modules/rc-select/es/OptionList.js
var _excluded19 = ["disabled", "title", "children", "style", "className"];
function isTitleType2(content) {
return typeof content === "string" || typeof content === "number";
}
var OptionList = function OptionList2(_, ref) {
var _useBaseProps = useBaseProps(), prefixCls = _useBaseProps.prefixCls, id = _useBaseProps.id, open3 = _useBaseProps.open, multiple = _useBaseProps.multiple, mode = _useBaseProps.mode, searchValue = _useBaseProps.searchValue, toggleOpen = _useBaseProps.toggleOpen, notFoundContent = _useBaseProps.notFoundContent, onPopupScroll = _useBaseProps.onPopupScroll;
var _React$useContext = React177.useContext(SelectContext_default), maxCount = _React$useContext.maxCount, flattenOptions2 = _React$useContext.flattenOptions, onActiveValue = _React$useContext.onActiveValue, defaultActiveFirstOption = _React$useContext.defaultActiveFirstOption, onSelect = _React$useContext.onSelect, menuItemSelectedIcon = _React$useContext.menuItemSelectedIcon, rawValues = _React$useContext.rawValues, fieldNames = _React$useContext.fieldNames, virtual = _React$useContext.virtual, direction = _React$useContext.direction, listHeight = _React$useContext.listHeight, listItemHeight = _React$useContext.listItemHeight, optionRender = _React$useContext.optionRender;
var itemPrefixCls = "".concat(prefixCls, "-item");
var memoFlattenOptions = useMemo(function() {
return flattenOptions2;
}, [open3, flattenOptions2], function(prev2, next2) {
return next2[0] && prev2[1] !== next2[1];
});
var listRef = React177.useRef(null);
var overMaxCount = React177.useMemo(function() {
return multiple && isValidCount(maxCount) && (rawValues === null || rawValues === void 0 ? void 0 : rawValues.size) >= maxCount;
}, [multiple, maxCount, rawValues === null || rawValues === void 0 ? void 0 : rawValues.size]);
var onListMouseDown = function onListMouseDown2(event) {
event.preventDefault();
};
var scrollIntoView = function scrollIntoView2(args) {
var _listRef$current;
(_listRef$current = listRef.current) === null || _listRef$current === void 0 || _listRef$current.scrollTo(typeof args === "number" ? {
index: args
} : args);
};
var isSelected = React177.useCallback(function(value) {
if (mode === "combobox") {
return false;
}
return rawValues.has(value);
}, [mode, _toConsumableArray(rawValues).toString(), rawValues.size]);
var getEnabledActiveIndex = function getEnabledActiveIndex2(index3) {
var offset3 = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 1;
var len = memoFlattenOptions.length;
for (var i = 0; i < len; i += 1) {
var current = (index3 + i * offset3 + len) % len;
var _ref = memoFlattenOptions[current] || {}, group = _ref.group, data = _ref.data;
if (!group && !(data !== null && data !== void 0 && data.disabled) && (isSelected(data.value) || !overMaxCount)) {
return current;
}
}
return -1;
};
var _React$useState = React177.useState(function() {
return getEnabledActiveIndex(0);
}), _React$useState2 = _slicedToArray(_React$useState, 2), activeIndex = _React$useState2[0], setActiveIndex = _React$useState2[1];
var setActive = function setActive2(index3) {
var fromKeyboard = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : false;
setActiveIndex(index3);
var info = {
source: fromKeyboard ? "keyboard" : "mouse"
};
var flattenItem = memoFlattenOptions[index3];
if (!flattenItem) {
onActiveValue(null, -1, info);
return;
}
onActiveValue(flattenItem.value, index3, info);
};
(0, import_react74.useEffect)(function() {
setActive(defaultActiveFirstOption !== false ? getEnabledActiveIndex(0) : -1);
}, [memoFlattenOptions.length, searchValue]);
var isAriaSelected = React177.useCallback(function(value) {
if (mode === "combobox") {
return String(value).toLowerCase() === searchValue.toLowerCase();
}
return rawValues.has(value);
}, [mode, searchValue, _toConsumableArray(rawValues).toString(), rawValues.size]);
(0, import_react74.useEffect)(function() {
var timeoutId = setTimeout(function() {
if (!multiple && open3 && rawValues.size === 1) {
var value = Array.from(rawValues)[0];
var index3 = memoFlattenOptions.findIndex(function(_ref2) {
var data = _ref2.data;
return searchValue ? String(data.value).startsWith(searchValue) : data.value === value;
});
if (index3 !== -1) {
setActive(index3);
scrollIntoView(index3);
}
}
});
if (open3) {
var _listRef$current2;
(_listRef$current2 = listRef.current) === null || _listRef$current2 === void 0 || _listRef$current2.scrollTo(void 0);
}
return function() {
return clearTimeout(timeoutId);
};
}, [open3, searchValue]);
var onSelectValue = function onSelectValue2(value) {
if (value !== void 0) {
onSelect(value, {
selected: !rawValues.has(value)
});
}
if (!multiple) {
toggleOpen(false);
}
};
React177.useImperativeHandle(ref, function() {
return {
onKeyDown: function onKeyDown2(event) {
var which = event.which, ctrlKey = event.ctrlKey;
switch (which) {
case KeyCode_default.N:
case KeyCode_default.P:
case KeyCode_default.UP:
case KeyCode_default.DOWN: {
var offset3 = 0;
if (which === KeyCode_default.UP) {
offset3 = -1;
} else if (which === KeyCode_default.DOWN) {
offset3 = 1;
} else if (isPlatformMac() && ctrlKey) {
if (which === KeyCode_default.N) {
offset3 = 1;
} else if (which === KeyCode_default.P) {
offset3 = -1;
}
}
if (offset3 !== 0) {
var nextActiveIndex = getEnabledActiveIndex(activeIndex + offset3, offset3);
scrollIntoView(nextActiveIndex);
setActive(nextActiveIndex, true);
}
break;
}
case KeyCode_default.TAB:
case KeyCode_default.ENTER: {
var _item$data;
var item = memoFlattenOptions[activeIndex];
if (item && !(item !== null && item !== void 0 && (_item$data = item.data) !== null && _item$data !== void 0 && _item$data.disabled) && !overMaxCount) {
onSelectValue(item.value);
} else {
onSelectValue(void 0);
}
if (open3) {
event.preventDefault();
}
break;
}
case KeyCode_default.ESC: {
toggleOpen(false);
if (open3) {
event.stopPropagation();
}
}
}
},
onKeyUp: function onKeyUp() {
},
scrollTo: function scrollTo2(index3) {
scrollIntoView(index3);
}
};
});
if (memoFlattenOptions.length === 0) {
return React177.createElement("div", {
role: "listbox",
id: "".concat(id, "_list"),
className: "".concat(itemPrefixCls, "-empty"),
onMouseDown: onListMouseDown
}, notFoundContent);
}
var omitFieldNameList = Object.keys(fieldNames).map(function(key) {
return fieldNames[key];
});
var getLabel = function getLabel2(item) {
return item.label;
};
function getItemAriaProps(item, index3) {
var group = item.group;
return {
role: group ? "presentation" : "option",
id: "".concat(id, "_list_").concat(index3)
};
}
var renderItem2 = function renderItem3(index3) {
var item = memoFlattenOptions[index3];
if (!item) {
return null;
}
var itemData = item.data || {};
var value = itemData.value;
var group = item.group;
var attrs = pickAttrs(itemData, true);
var mergedLabel = getLabel(item);
return item ? React177.createElement("div", _extends({
"aria-label": typeof mergedLabel === "string" && !group ? mergedLabel : null
}, attrs, {
key: index3
}, getItemAriaProps(item, index3), {
"aria-selected": isAriaSelected(value)
}), value) : null;
};
var a11yProps = {
role: "listbox",
id: "".concat(id, "_list")
};
return React177.createElement(React177.Fragment, null, virtual && React177.createElement("div", _extends({}, a11yProps, {
style: {
height: 0,
width: 0,
overflow: "hidden"
}
}), renderItem2(activeIndex - 1), renderItem2(activeIndex), renderItem2(activeIndex + 1)), React177.createElement(es_default11, {
itemKey: "key",
ref: listRef,
data: memoFlattenOptions,
height: listHeight,
itemHeight: listItemHeight,
fullHeight: false,
onMouseDown: onListMouseDown,
onScroll: onPopupScroll,
virtual,
direction,
innerProps: virtual ? null : a11yProps
}, function(item, itemIndex) {
var group = item.group, groupOption = item.groupOption, data = item.data, label = item.label, value = item.value;
var key = data.key;
if (group) {
var _data$title;
var groupTitle = (_data$title = data.title) !== null && _data$title !== void 0 ? _data$title : isTitleType2(label) ? label.toString() : void 0;
return React177.createElement("div", {
className: (0, import_classnames61.default)(itemPrefixCls, "".concat(itemPrefixCls, "-group"), data.className),
title: groupTitle
}, label !== void 0 ? label : key);
}
var disabled = data.disabled, title = data.title, children = data.children, style2 = data.style, className = data.className, otherProps = _objectWithoutProperties(data, _excluded19);
var passedProps = omit(otherProps, omitFieldNameList);
var selected = isSelected(value);
var mergedDisabled = disabled || !selected && overMaxCount;
var optionPrefixCls = "".concat(itemPrefixCls, "-option");
var optionClassName = (0, import_classnames61.default)(itemPrefixCls, optionPrefixCls, className, _defineProperty(_defineProperty(_defineProperty(_defineProperty({}, "".concat(optionPrefixCls, "-grouped"), groupOption), "".concat(optionPrefixCls, "-active"), activeIndex === itemIndex && !mergedDisabled), "".concat(optionPrefixCls, "-disabled"), mergedDisabled), "".concat(optionPrefixCls, "-selected"), selected));
var mergedLabel = getLabel(item);
var iconVisible = !menuItemSelectedIcon || typeof menuItemSelectedIcon === "function" || selected;
var content = typeof mergedLabel === "number" ? mergedLabel : mergedLabel || value;
var optionTitle = isTitleType2(content) ? content.toString() : void 0;
if (title !== void 0) {
optionTitle = title;
}
return React177.createElement("div", _extends({}, pickAttrs(passedProps), !virtual ? getItemAriaProps(item, itemIndex) : {}, {
"aria-selected": isAriaSelected(value),
className: optionClassName,
title: optionTitle,
onMouseMove: function onMouseMove() {
if (activeIndex === itemIndex || mergedDisabled) {
return;
}
setActive(itemIndex);
},
onClick: function onClick() {
if (!mergedDisabled) {
onSelectValue(value);
}
},
style: style2
}), React177.createElement("div", {
className: "".concat(optionPrefixCls, "-content")
}, typeof optionRender === "function" ? optionRender(item, {
index: itemIndex
}) : content), React177.isValidElement(menuItemSelectedIcon) || selected, iconVisible && React177.createElement(TransBtn_default, {
className: "".concat(itemPrefixCls, "-option-state"),
customizeIcon: menuItemSelectedIcon,
customizeIconProps: {
value,
disabled: mergedDisabled,
isSelected: selected
}
}, selected ? "✓" : null));
}));
};
var RefOptionList = React177.forwardRef(OptionList);
if (true) {
RefOptionList.displayName = "OptionList";
}
var OptionList_default = RefOptionList;
// node_modules/rc-select/es/hooks/useCache.js
var React178 = __toESM(require_react());
var useCache_default = function(labeledValues, valueOptions) {
var cacheRef = React178.useRef({
values: /* @__PURE__ */ new Map(),
options: /* @__PURE__ */ new Map()
});
var filledLabeledValues = React178.useMemo(function() {
var _cacheRef$current = cacheRef.current, prevValueCache = _cacheRef$current.values, prevOptionCache = _cacheRef$current.options;
var patchedValues = labeledValues.map(function(item) {
if (item.label === void 0) {
var _prevValueCache$get;
return _objectSpread2(_objectSpread2({}, item), {}, {
label: (_prevValueCache$get = prevValueCache.get(item.value)) === null || _prevValueCache$get === void 0 ? void 0 : _prevValueCache$get.label
});
}
return item;
});
var valueCache = /* @__PURE__ */ new Map();
var optionCache = /* @__PURE__ */ new Map();
patchedValues.forEach(function(item) {
valueCache.set(item.value, item);
optionCache.set(item.value, valueOptions.get(item.value) || prevOptionCache.get(item.value));
});
cacheRef.current.values = valueCache;
cacheRef.current.options = optionCache;
return patchedValues;
}, [labeledValues, valueOptions]);
var getOption = React178.useCallback(function(val) {
return valueOptions.get(val) || cacheRef.current.options.get(val);
}, [valueOptions]);
return [filledLabeledValues, getOption];
};
// node_modules/rc-select/es/hooks/useFilterOptions.js
var React179 = __toESM(require_react());
function includes(test, search) {
return toArray3(test).join("").toUpperCase().includes(search);
}
var useFilterOptions_default = function(options, fieldNames, searchValue, filterOption2, optionFilterProp) {
return React179.useMemo(function() {
if (!searchValue || filterOption2 === false) {
return options;
}
var fieldOptions = fieldNames.options, fieldLabel = fieldNames.label, fieldValue = fieldNames.value;
var filteredOptions = [];
var customizeFilter = typeof filterOption2 === "function";
var upperSearch = searchValue.toUpperCase();
var filterFunc = customizeFilter ? filterOption2 : function(_, option) {
if (optionFilterProp) {
return includes(option[optionFilterProp], upperSearch);
}
if (option[fieldOptions]) {
return includes(option[fieldLabel !== "children" ? fieldLabel : "label"], upperSearch);
}
return includes(option[fieldValue], upperSearch);
};
var wrapOption = customizeFilter ? function(opt) {
return injectPropsWithOption(opt);
} : function(opt) {
return opt;
};
options.forEach(function(item) {
if (item[fieldOptions]) {
var matchGroup = filterFunc(searchValue, wrapOption(item));
if (matchGroup) {
filteredOptions.push(item);
} else {
var subOptions = item[fieldOptions].filter(function(subItem) {
return filterFunc(searchValue, wrapOption(subItem));
});
if (subOptions.length) {
filteredOptions.push(_objectSpread2(_objectSpread2({}, item), {}, _defineProperty({}, fieldOptions, subOptions)));
}
}
return;
}
if (filterFunc(searchValue, wrapOption(item))) {
filteredOptions.push(item);
}
});
return filteredOptions;
}, [options, filterOption2, optionFilterProp, searchValue, fieldNames]);
};
// node_modules/rc-select/es/hooks/useId.js
var React180 = __toESM(require_react());
var uuid5 = 0;
var isBrowserClient2 = canUseDom();
function getUUID() {
var retId;
if (isBrowserClient2) {
retId = uuid5;
uuid5 += 1;
} else {
retId = "TEST_OR_SSR";
}
return retId;
}
function useId3(id) {
var _React$useState = React180.useState(), _React$useState2 = _slicedToArray(_React$useState, 2), innerId = _React$useState2[0], setInnerId = _React$useState2[1];
React180.useEffect(function() {
setInnerId("rc_select_".concat(getUUID()));
}, []);
return id || innerId;
}
// node_modules/rc-select/es/hooks/useOptions.js
var React182 = __toESM(require_react());
// node_modules/rc-select/es/utils/legacyUtil.js
var React181 = __toESM(require_react());
var _excluded20 = ["children", "value"];
var _excluded25 = ["children"];
function convertNodeToOption(node2) {
var _ref = node2, key = _ref.key, _ref$props = _ref.props, children = _ref$props.children, value = _ref$props.value, restProps = _objectWithoutProperties(_ref$props, _excluded20);
return _objectSpread2({
key,
value: value !== void 0 ? value : key,
children
}, restProps);
}
function convertChildrenToData(nodes) {
var optionOnly = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : false;
return toArray(nodes).map(function(node2, index3) {
if (!React181.isValidElement(node2) || !node2.type) {
return null;
}
var _ref2 = node2, isSelectOptGroup = _ref2.type.isSelectOptGroup, key = _ref2.key, _ref2$props = _ref2.props, children = _ref2$props.children, restProps = _objectWithoutProperties(_ref2$props, _excluded25);
if (optionOnly || !isSelectOptGroup) {
return convertNodeToOption(node2);
}
return _objectSpread2(_objectSpread2({
key: "__RC_SELECT_GRP__".concat(key === null ? index3 : key, "__"),
label: key
}, restProps), {}, {
options: convertChildrenToData(children)
});
}).filter(function(data) {
return data;
});
}
// node_modules/rc-select/es/hooks/useOptions.js
var useOptions = function useOptions2(options, children, fieldNames, optionFilterProp, optionLabelProp) {
return React182.useMemo(function() {
var mergedOptions = options;
var childrenAsData = !options;
if (childrenAsData) {
mergedOptions = convertChildrenToData(children);
}
var valueOptions = /* @__PURE__ */ new Map();
var labelOptions = /* @__PURE__ */ new Map();
var setLabelOptions = function setLabelOptions2(labelOptionsMap, option, key) {
if (key && typeof key === "string") {
labelOptionsMap.set(option[key], option);
}
};
var dig = function dig2(optionList) {
var isChildren = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : false;
for (var i = 0; i < optionList.length; i += 1) {
var option = optionList[i];
if (!option[fieldNames.options] || isChildren) {
valueOptions.set(option[fieldNames.value], option);
setLabelOptions(labelOptions, option, fieldNames.label);
setLabelOptions(labelOptions, option, optionFilterProp);
setLabelOptions(labelOptions, option, optionLabelProp);
} else {
dig2(option[fieldNames.options], true);
}
}
};
dig(mergedOptions);
return {
options: mergedOptions,
valueOptions,
labelOptions
};
}, [options, children, fieldNames, optionFilterProp, optionLabelProp]);
};
var useOptions_default = useOptions;
// node_modules/rc-select/es/hooks/useRefFunc.js
var React183 = __toESM(require_react());
function useRefFunc(callback) {
var funcRef = React183.useRef();
funcRef.current = callback;
var cacheFn = React183.useCallback(function() {
return funcRef.current.apply(funcRef, arguments);
}, []);
return cacheFn;
}
// node_modules/rc-select/es/utils/warningPropsUtil.js
var React184 = __toESM(require_react());
function warningProps(props) {
var mode = props.mode, options = props.options, children = props.children, backfill = props.backfill, allowClear = props.allowClear, placeholder = props.placeholder, getInputElement = props.getInputElement, showSearch = props.showSearch, onSearch = props.onSearch, defaultOpen = props.defaultOpen, autoFocus = props.autoFocus, labelInValue = props.labelInValue, value = props.value, inputValue = props.inputValue, optionLabelProp = props.optionLabelProp;
var multiple = isMultiple(mode);
var mergedShowSearch = showSearch !== void 0 ? showSearch : multiple || mode === "combobox";
var mergedOptions = options || convertChildrenToData(children);
warning_default(mode !== "tags" || mergedOptions.every(function(opt) {
return !opt.disabled;
}), "Please avoid setting option to disabled in tags mode since user can always type text as tag.");
if (mode === "tags" || mode === "combobox") {
var hasNumberValue = mergedOptions.some(function(item) {
if (item.options) {
return item.options.some(function(opt) {
return typeof ("value" in opt ? opt.value : opt.key) === "number";
});
}
return typeof ("value" in item ? item.value : item.key) === "number";
});
warning_default(!hasNumberValue, "`value` of Option should not use number type when `mode` is `tags` or `combobox`.");
}
warning_default(mode !== "combobox" || !optionLabelProp, "`combobox` mode not support `optionLabelProp`. Please set `value` on Option directly.");
warning_default(mode === "combobox" || !backfill, "`backfill` only works with `combobox` mode.");
warning_default(mode === "combobox" || !getInputElement, "`getInputElement` only work with `combobox` mode.");
noteOnce(mode !== "combobox" || !getInputElement || !allowClear || !placeholder, "Customize `getInputElement` should customize clear and placeholder logic instead of configuring `allowClear` and `placeholder`.");
if (onSearch && !mergedShowSearch && mode !== "combobox" && mode !== "tags") {
warning_default(false, "`onSearch` should work with `showSearch` instead of use alone.");
}
noteOnce(!defaultOpen || autoFocus, "`defaultOpen` makes Select open without focus which means it will not close by click outside. You can set `autoFocus` if needed.");
if (value !== void 0 && value !== null) {
var values = toArray3(value);
warning_default(!labelInValue || values.every(function(val) {
return _typeof(val) === "object" && ("key" in val || "value" in val);
}), "`value` should in shape of `{ value: string | number, label?: ReactNode }` when you set `labelInValue` to `true`");
warning_default(!multiple || Array.isArray(value), "`value` should be array when `mode` is `multiple` or `tags`");
}
if (children) {
var invalidateChildType = null;
toArray(children).some(function(node2) {
if (!React184.isValidElement(node2) || !node2.type) {
return false;
}
var _ref = node2, type5 = _ref.type;
if (type5.isSelectOption) {
return false;
}
if (type5.isSelectOptGroup) {
var allChildrenValid = toArray(node2.props.children).every(function(subNode) {
if (!React184.isValidElement(subNode) || !node2.type || subNode.type.isSelectOption) {
return true;
}
invalidateChildType = subNode.type;
return false;
});
if (allChildrenValid) {
return false;
}
return true;
}
invalidateChildType = type5;
return true;
});
if (invalidateChildType) {
warning_default(false, "`children` should be `Select.Option` or `Select.OptGroup` instead of `".concat(invalidateChildType.displayName || invalidateChildType.name || invalidateChildType, "`."));
}
warning_default(inputValue === void 0, "`inputValue` is deprecated, please use `searchValue` instead.");
}
}
function warningNullOptions(options, fieldNames) {
if (options) {
var recursiveOptions = function recursiveOptions2(optionsList) {
var inGroup = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : false;
for (var i = 0; i < optionsList.length; i++) {
var option = optionsList[i];
if (option[fieldNames === null || fieldNames === void 0 ? void 0 : fieldNames.value] === null) {
warning_default(false, "`value` in Select options should not be `null`.");
return true;
}
if (!inGroup && Array.isArray(option[fieldNames === null || fieldNames === void 0 ? void 0 : fieldNames.options]) && recursiveOptions2(option[fieldNames === null || fieldNames === void 0 ? void 0 : fieldNames.options], true)) {
break;
}
}
};
recursiveOptions(options);
}
}
var warningPropsUtil_default = warningProps;
// node_modules/rc-select/es/Select.js
var _excluded21 = ["id", "mode", "prefixCls", "backfill", "fieldNames", "inputValue", "searchValue", "onSearch", "autoClearSearchValue", "onSelect", "onDeselect", "dropdownMatchSelectWidth", "filterOption", "filterSort", "optionFilterProp", "optionLabelProp", "options", "optionRender", "children", "defaultActiveFirstOption", "menuItemSelectedIcon", "virtual", "direction", "listHeight", "listItemHeight", "labelRender", "value", "defaultValue", "labelInValue", "onChange", "maxCount"];
var OMIT_DOM_PROPS = ["inputValue"];
function isRawValue(value) {
return !value || _typeof(value) !== "object";
}
var Select = React185.forwardRef(function(props, ref) {
var id = props.id, mode = props.mode, _props$prefixCls = props.prefixCls, prefixCls = _props$prefixCls === void 0 ? "rc-select" : _props$prefixCls, backfill = props.backfill, fieldNames = props.fieldNames, inputValue = props.inputValue, searchValue = props.searchValue, onSearch = props.onSearch, _props$autoClearSearc = props.autoClearSearchValue, autoClearSearchValue = _props$autoClearSearc === void 0 ? true : _props$autoClearSearc, onSelect = props.onSelect, onDeselect = props.onDeselect, _props$dropdownMatchS = props.dropdownMatchSelectWidth, dropdownMatchSelectWidth = _props$dropdownMatchS === void 0 ? true : _props$dropdownMatchS, filterOption2 = props.filterOption, filterSort = props.filterSort, optionFilterProp = props.optionFilterProp, optionLabelProp = props.optionLabelProp, options = props.options, optionRender = props.optionRender, children = props.children, defaultActiveFirstOption = props.defaultActiveFirstOption, menuItemSelectedIcon = props.menuItemSelectedIcon, virtual = props.virtual, direction = props.direction, _props$listHeight = props.listHeight, listHeight = _props$listHeight === void 0 ? 200 : _props$listHeight, _props$listItemHeight = props.listItemHeight, listItemHeight = _props$listItemHeight === void 0 ? 20 : _props$listItemHeight, labelRender = props.labelRender, value = props.value, defaultValue = props.defaultValue, labelInValue = props.labelInValue, onChange = props.onChange, maxCount = props.maxCount, restProps = _objectWithoutProperties(props, _excluded21);
var mergedId = useId3(id);
var multiple = isMultiple(mode);
var childrenAsData = !!(!options && children);
var mergedFilterOption = React185.useMemo(function() {
if (filterOption2 === void 0 && mode === "combobox") {
return false;
}
return filterOption2;
}, [filterOption2, mode]);
var mergedFieldNames = React185.useMemo(
function() {
return fillFieldNames(fieldNames, childrenAsData);
},
/* eslint-disable react-hooks/exhaustive-deps */
[
// We stringify fieldNames to avoid unnecessary re-renders.
JSON.stringify(fieldNames),
childrenAsData
]
/* eslint-enable react-hooks/exhaustive-deps */
);
var _useMergedState = useMergedState("", {
value: searchValue !== void 0 ? searchValue : inputValue,
postState: function postState(search) {
return search || "";
}
}), _useMergedState2 = _slicedToArray(_useMergedState, 2), mergedSearchValue = _useMergedState2[0], setSearchValue = _useMergedState2[1];
var parsedOptions = useOptions_default(options, children, mergedFieldNames, optionFilterProp, optionLabelProp);
var valueOptions = parsedOptions.valueOptions, labelOptions = parsedOptions.labelOptions, mergedOptions = parsedOptions.options;
var convert2LabelValues = React185.useCallback(function(draftValues) {
var valueList = toArray3(draftValues);
return valueList.map(function(val) {
var rawValue;
var rawLabel;
var rawKey;
var rawDisabled;
var rawTitle;
if (isRawValue(val)) {
rawValue = val;
} else {
var _val$value;
rawKey = val.key;
rawLabel = val.label;
rawValue = (_val$value = val.value) !== null && _val$value !== void 0 ? _val$value : rawKey;
}
var option = valueOptions.get(rawValue);
if (option) {
var _option$key;
if (rawLabel === void 0) rawLabel = option === null || option === void 0 ? void 0 : option[optionLabelProp || mergedFieldNames.label];
if (rawKey === void 0) rawKey = (_option$key = option === null || option === void 0 ? void 0 : option.key) !== null && _option$key !== void 0 ? _option$key : rawValue;
rawDisabled = option === null || option === void 0 ? void 0 : option.disabled;
rawTitle = option === null || option === void 0 ? void 0 : option.title;
if (!optionLabelProp) {
var optionLabel = option === null || option === void 0 ? void 0 : option[mergedFieldNames.label];
if (optionLabel !== void 0 && !React185.isValidElement(optionLabel) && !React185.isValidElement(rawLabel) && optionLabel !== rawLabel) {
warning_default(false, "`label` of `value` is not same as `label` in Select options.");
}
}
}
return {
label: rawLabel,
value: rawValue,
key: rawKey,
disabled: rawDisabled,
title: rawTitle
};
});
}, [mergedFieldNames, optionLabelProp, valueOptions]);
var _useMergedState3 = useMergedState(defaultValue, {
value
}), _useMergedState4 = _slicedToArray(_useMergedState3, 2), internalValue = _useMergedState4[0], setInternalValue = _useMergedState4[1];
var rawLabeledValues = React185.useMemo(function() {
var _values$;
var newInternalValue = multiple && internalValue === null ? [] : internalValue;
var values = convert2LabelValues(newInternalValue);
if (mode === "combobox" && isComboNoValue((_values$ = values[0]) === null || _values$ === void 0 ? void 0 : _values$.value)) {
return [];
}
return values;
}, [internalValue, convert2LabelValues, mode, multiple]);
var _useCache = useCache_default(rawLabeledValues, valueOptions), _useCache2 = _slicedToArray(_useCache, 2), mergedValues = _useCache2[0], getMixedOption = _useCache2[1];
var displayValues = React185.useMemo(function() {
if (!mode && mergedValues.length === 1) {
var firstValue = mergedValues[0];
if (firstValue.value === null && (firstValue.label === null || firstValue.label === void 0)) {
return [];
}
}
return mergedValues.map(function(item) {
var _ref;
return _objectSpread2(_objectSpread2({}, item), {}, {
label: (_ref = typeof labelRender === "function" ? labelRender(item) : item.label) !== null && _ref !== void 0 ? _ref : item.value
});
});
}, [mode, mergedValues, labelRender]);
var rawValues = React185.useMemo(function() {
return new Set(mergedValues.map(function(val) {
return val.value;
}));
}, [mergedValues]);
React185.useEffect(function() {
if (mode === "combobox") {
var _mergedValues$;
var strValue = (_mergedValues$ = mergedValues[0]) === null || _mergedValues$ === void 0 ? void 0 : _mergedValues$.value;
setSearchValue(hasValue2(strValue) ? String(strValue) : "");
}
}, [mergedValues]);
var createTagOption = useRefFunc(function(val, label) {
var mergedLabel = label !== null && label !== void 0 ? label : val;
return _defineProperty(_defineProperty({}, mergedFieldNames.value, val), mergedFieldNames.label, mergedLabel);
});
var filledTagOptions = React185.useMemo(function() {
if (mode !== "tags") {
return mergedOptions;
}
var cloneOptions = _toConsumableArray(mergedOptions);
var existOptions = function existOptions2(val) {
return valueOptions.has(val);
};
_toConsumableArray(mergedValues).sort(function(a, b) {
return a.value < b.value ? -1 : 1;
}).forEach(function(item) {
var val = item.value;
if (!existOptions(val)) {
cloneOptions.push(createTagOption(val, item.label));
}
});
return cloneOptions;
}, [createTagOption, mergedOptions, valueOptions, mergedValues, mode]);
var filteredOptions = useFilterOptions_default(filledTagOptions, mergedFieldNames, mergedSearchValue, mergedFilterOption, optionFilterProp);
var filledSearchOptions = React185.useMemo(function() {
if (mode !== "tags" || !mergedSearchValue || filteredOptions.some(function(item) {
return item[optionFilterProp || "value"] === mergedSearchValue;
})) {
return filteredOptions;
}
if (filteredOptions.some(function(item) {
return item[mergedFieldNames.value] === mergedSearchValue;
})) {
return filteredOptions;
}
return [createTagOption(mergedSearchValue)].concat(_toConsumableArray(filteredOptions));
}, [createTagOption, optionFilterProp, mode, filteredOptions, mergedSearchValue, mergedFieldNames]);
var sorter = function sorter2(inputOptions) {
var sortedOptions = _toConsumableArray(inputOptions).sort(function(a, b) {
return filterSort(a, b, {
searchValue: mergedSearchValue
});
});
return sortedOptions.map(function(item) {
if (Array.isArray(item.options)) {
return _objectSpread2(_objectSpread2({}, item), {}, {
options: item.options.length > 0 ? sorter2(item.options) : item.options
});
}
return item;
});
};
var orderedFilteredOptions = React185.useMemo(function() {
if (!filterSort) {
return filledSearchOptions;
}
return sorter(filledSearchOptions);
}, [filledSearchOptions, filterSort, mergedSearchValue]);
var displayOptions = React185.useMemo(function() {
return flattenOptions(orderedFilteredOptions, {
fieldNames: mergedFieldNames,
childrenAsData
});
}, [orderedFilteredOptions, mergedFieldNames, childrenAsData]);
var triggerChange = function triggerChange2(values) {
var labeledValues = convert2LabelValues(values);
setInternalValue(labeledValues);
if (onChange && // Trigger event only when value changed
(labeledValues.length !== mergedValues.length || labeledValues.some(function(newVal, index3) {
var _mergedValues$index;
return ((_mergedValues$index = mergedValues[index3]) === null || _mergedValues$index === void 0 ? void 0 : _mergedValues$index.value) !== (newVal === null || newVal === void 0 ? void 0 : newVal.value);
}))) {
var returnValues = labelInValue ? labeledValues : labeledValues.map(function(v) {
return v.value;
});
var returnOptions = labeledValues.map(function(v) {
return injectPropsWithOption(getMixedOption(v.value));
});
onChange(
// Value
multiple ? returnValues : returnValues[0],
// Option
multiple ? returnOptions : returnOptions[0]
);
}
};
var _React$useState = React185.useState(null), _React$useState2 = _slicedToArray(_React$useState, 2), activeValue = _React$useState2[0], setActiveValue = _React$useState2[1];
var _React$useState3 = React185.useState(0), _React$useState4 = _slicedToArray(_React$useState3, 2), accessibilityIndex = _React$useState4[0], setAccessibilityIndex = _React$useState4[1];
var mergedDefaultActiveFirstOption = defaultActiveFirstOption !== void 0 ? defaultActiveFirstOption : mode !== "combobox";
var onActiveValue = React185.useCallback(function(active, index3) {
var _ref3 = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, _ref3$source = _ref3.source, source = _ref3$source === void 0 ? "keyboard" : _ref3$source;
setAccessibilityIndex(index3);
if (backfill && mode === "combobox" && active !== null && source === "keyboard") {
setActiveValue(String(active));
}
}, [backfill, mode]);
var triggerSelect = function triggerSelect2(val, selected, type5) {
var getSelectEnt = function getSelectEnt2() {
var _option$key2;
var option = getMixedOption(val);
return [labelInValue ? {
label: option === null || option === void 0 ? void 0 : option[mergedFieldNames.label],
value: val,
key: (_option$key2 = option === null || option === void 0 ? void 0 : option.key) !== null && _option$key2 !== void 0 ? _option$key2 : val
} : val, injectPropsWithOption(option)];
};
if (selected && onSelect) {
var _getSelectEnt = getSelectEnt(), _getSelectEnt2 = _slicedToArray(_getSelectEnt, 2), wrappedValue = _getSelectEnt2[0], _option = _getSelectEnt2[1];
onSelect(wrappedValue, _option);
} else if (!selected && onDeselect && type5 !== "clear") {
var _getSelectEnt3 = getSelectEnt(), _getSelectEnt4 = _slicedToArray(_getSelectEnt3, 2), _wrappedValue = _getSelectEnt4[0], _option2 = _getSelectEnt4[1];
onDeselect(_wrappedValue, _option2);
}
};
var onInternalSelect = useRefFunc(function(val, info) {
var cloneValues;
var mergedSelect = multiple ? info.selected : true;
if (mergedSelect) {
cloneValues = multiple ? [].concat(_toConsumableArray(mergedValues), [val]) : [val];
} else {
cloneValues = mergedValues.filter(function(v) {
return v.value !== val;
});
}
triggerChange(cloneValues);
triggerSelect(val, mergedSelect);
if (mode === "combobox") {
setActiveValue("");
} else if (!isMultiple || autoClearSearchValue) {
setSearchValue("");
setActiveValue("");
}
});
var onDisplayValuesChange = function onDisplayValuesChange2(nextValues, info) {
triggerChange(nextValues);
var type5 = info.type, values = info.values;
if (type5 === "remove" || type5 === "clear") {
values.forEach(function(item) {
triggerSelect(item.value, false, type5);
});
}
};
var onInternalSearch = function onInternalSearch2(searchText, info) {
setSearchValue(searchText);
setActiveValue(null);
if (info.source === "submit") {
var formatted = (searchText || "").trim();
if (formatted) {
var newRawValues = Array.from(new Set([].concat(_toConsumableArray(rawValues), [formatted])));
triggerChange(newRawValues);
triggerSelect(formatted, true);
setSearchValue("");
}
return;
}
if (info.source !== "blur") {
if (mode === "combobox") {
triggerChange(searchText);
}
onSearch === null || onSearch === void 0 || onSearch(searchText);
}
};
var onInternalSearchSplit = function onInternalSearchSplit2(words) {
var patchValues = words;
if (mode !== "tags") {
patchValues = words.map(function(word) {
var opt = labelOptions.get(word);
return opt === null || opt === void 0 ? void 0 : opt.value;
}).filter(function(val) {
return val !== void 0;
});
}
var newRawValues = Array.from(new Set([].concat(_toConsumableArray(rawValues), _toConsumableArray(patchValues))));
triggerChange(newRawValues);
newRawValues.forEach(function(newRawValue) {
triggerSelect(newRawValue, true);
});
};
var selectContext = React185.useMemo(function() {
var realVirtual = virtual !== false && dropdownMatchSelectWidth !== false;
return _objectSpread2(_objectSpread2({}, parsedOptions), {}, {
flattenOptions: displayOptions,
onActiveValue,
defaultActiveFirstOption: mergedDefaultActiveFirstOption,
onSelect: onInternalSelect,
menuItemSelectedIcon,
rawValues,
fieldNames: mergedFieldNames,
virtual: realVirtual,
direction,
listHeight,
listItemHeight,
childrenAsData,
maxCount,
optionRender
});
}, [maxCount, parsedOptions, displayOptions, onActiveValue, mergedDefaultActiveFirstOption, onInternalSelect, menuItemSelectedIcon, rawValues, mergedFieldNames, virtual, dropdownMatchSelectWidth, direction, listHeight, listItemHeight, childrenAsData, optionRender]);
if (true) {
warningPropsUtil_default(props);
warningNullOptions(mergedOptions, mergedFieldNames);
}
return React185.createElement(SelectContext_default.Provider, {
value: selectContext
}, React185.createElement(BaseSelect_default, _extends({}, restProps, {
// >>> MISC
id: mergedId,
prefixCls,
ref,
omitDomProps: OMIT_DOM_PROPS,
mode,
displayValues,
onDisplayValuesChange,
direction,
searchValue: mergedSearchValue,
onSearch: onInternalSearch,
autoClearSearchValue,
onSearchSplit: onInternalSearchSplit,
dropdownMatchSelectWidth,
OptionList: OptionList_default,
emptyOptions: !displayOptions.length,
activeValue,
activeDescendantId: "".concat(mergedId, "_list_").concat(accessibilityIndex)
})));
});
if (true) {
Select.displayName = "Select";
}
var TypedSelect = Select;
TypedSelect.Option = Option_default;
TypedSelect.OptGroup = OptGroup_default;
var Select_default = TypedSelect;
// node_modules/rc-select/es/index.js
var es_default12 = Select_default;
// node_modules/antd/es/_util/statusUtils.js
var import_classnames62 = __toESM(require_classnames());
function getStatusClassNames(prefixCls, status, hasFeedback) {
return (0, import_classnames62.default)({
[`${prefixCls}-status-success`]: status === "success",
[`${prefixCls}-status-warning`]: status === "warning",
[`${prefixCls}-status-error`]: status === "error",
[`${prefixCls}-status-validating`]: status === "validating",
[`${prefixCls}-has-feedback`]: hasFeedback
});
}
var getMergedStatus = (contextStatus, customStatus) => customStatus || contextStatus;
// node_modules/antd/es/config-provider/defaultRenderEmpty.js
var import_react76 = __toESM(require_react());
// node_modules/antd/es/empty/index.js
var React188 = __toESM(require_react());
var import_classnames63 = __toESM(require_classnames());
// node_modules/antd/es/empty/empty.js
var React186 = __toESM(require_react());
var Empty2 = () => {
const [, token2] = useToken();
const [locale6] = useLocale_default("Empty");
const bgColor = new FastColor(token2.colorBgBase);
const themeStyle = bgColor.toHsl().l < 0.5 ? {
opacity: 0.65
} : {};
return React186.createElement("svg", {
style: themeStyle,
width: "184",
height: "152",
viewBox: "0 0 184 152",
xmlns: "http://www.w3.org/2000/svg"
}, React186.createElement("title", null, (locale6 === null || locale6 === void 0 ? void 0 : locale6.description) || "Empty"), React186.createElement("g", {
fill: "none",
fillRule: "evenodd"
}, React186.createElement("g", {
transform: "translate(24 31.67)"
}, React186.createElement("ellipse", {
fillOpacity: ".8",
fill: "#F5F5F7",
cx: "67.797",
cy: "106.89",
rx: "67.797",
ry: "12.668"
}), React186.createElement("path", {
d: "M122.034 69.674L98.109 40.229c-1.148-1.386-2.826-2.225-4.593-2.225h-51.44c-1.766 0-3.444.839-4.592 2.225L13.56 69.674v15.383h108.475V69.674z",
fill: "#AEB8C2"
}), React186.createElement("path", {
d: "M101.537 86.214L80.63 61.102c-1.001-1.207-2.507-1.867-4.048-1.867H31.724c-1.54 0-3.047.66-4.048 1.867L6.769 86.214v13.792h94.768V86.214z",
fill: "url(#linearGradient-1)",
transform: "translate(13.56)"
}), React186.createElement("path", {
d: "M33.83 0h67.933a4 4 0 0 1 4 4v93.344a4 4 0 0 1-4 4H33.83a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z",
fill: "#F5F5F7"
}), React186.createElement("path", {
d: "M42.678 9.953h50.237a2 2 0 0 1 2 2V36.91a2 2 0 0 1-2 2H42.678a2 2 0 0 1-2-2V11.953a2 2 0 0 1 2-2zM42.94 49.767h49.713a2.262 2.262 0 1 1 0 4.524H42.94a2.262 2.262 0 0 1 0-4.524zM42.94 61.53h49.713a2.262 2.262 0 1 1 0 4.525H42.94a2.262 2.262 0 0 1 0-4.525zM121.813 105.032c-.775 3.071-3.497 5.36-6.735 5.36H20.515c-3.238 0-5.96-2.29-6.734-5.36a7.309 7.309 0 0 1-.222-1.79V69.675h26.318c2.907 0 5.25 2.448 5.25 5.42v.04c0 2.971 2.37 5.37 5.277 5.37h34.785c2.907 0 5.277-2.421 5.277-5.393V75.1c0-2.972 2.343-5.426 5.25-5.426h26.318v33.569c0 .617-.077 1.216-.221 1.789z",
fill: "#DCE0E6"
})), React186.createElement("path", {
d: "M149.121 33.292l-6.83 2.65a1 1 0 0 1-1.317-1.23l1.937-6.207c-2.589-2.944-4.109-6.534-4.109-10.408C138.802 8.102 148.92 0 161.402 0 173.881 0 184 8.102 184 18.097c0 9.995-10.118 18.097-22.599 18.097-4.528 0-8.744-1.066-12.28-2.902z",
fill: "#DCE0E6"
}), React186.createElement("g", {
transform: "translate(149.65 15.383)",
fill: "#FFF"
}, React186.createElement("ellipse", {
cx: "20.654",
cy: "3.167",
rx: "2.849",
ry: "2.815"
}), React186.createElement("path", {
d: "M5.698 5.63H0L2.898.704zM9.259.704h4.985V5.63H9.259z"
}))));
};
if (true) {
Empty2.displayName = "EmptyImage";
}
var empty_default = Empty2;
// node_modules/antd/es/empty/simple.js
var React187 = __toESM(require_react());
var import_react75 = __toESM(require_react());
var Simple = () => {
const [, token2] = useToken();
const [locale6] = useLocale_default("Empty");
const {
colorFill,
colorFillTertiary,
colorFillQuaternary,
colorBgContainer
} = token2;
const {
borderColor,
shadowColor,
contentColor
} = (0, import_react75.useMemo)(() => ({
borderColor: new FastColor(colorFill).onBackground(colorBgContainer).toHexString(),
shadowColor: new FastColor(colorFillTertiary).onBackground(colorBgContainer).toHexString(),
contentColor: new FastColor(colorFillQuaternary).onBackground(colorBgContainer).toHexString()
}), [colorFill, colorFillTertiary, colorFillQuaternary, colorBgContainer]);
return React187.createElement("svg", {
width: "64",
height: "41",
viewBox: "0 0 64 41",
xmlns: "http://www.w3.org/2000/svg"
}, React187.createElement("title", null, (locale6 === null || locale6 === void 0 ? void 0 : locale6.description) || "Empty"), React187.createElement("g", {
transform: "translate(0 1)",
fill: "none",
fillRule: "evenodd"
}, React187.createElement("ellipse", {
fill: shadowColor,
cx: "32",
cy: "33",
rx: "32",
ry: "7"
}), React187.createElement("g", {
fillRule: "nonzero",
stroke: borderColor
}, React187.createElement("path", {
d: "M55 12.76L44.854 1.258C44.367.474 43.656 0 42.907 0H21.093c-.749 0-1.46.474-1.947 1.257L9 12.761V22h46v-9.24z"
}), React187.createElement("path", {
d: "M41.613 15.931c0-1.605.994-2.93 2.227-2.931H55v18.137C55 33.26 53.68 35 52.05 35h-40.1C10.32 35 9 33.259 9 31.137V13h11.16c1.233 0 2.227 1.323 2.227 2.928v.022c0 1.605 1.005 2.901 2.237 2.901h14.752c1.232 0 2.237-1.308 2.237-2.913v-.007z",
fill: contentColor
}))));
};
if (true) {
Simple.displayName = "SimpleImage";
}
var simple_default = Simple;
// node_modules/antd/es/empty/style/index.js
var genSharedEmptyStyle = (token2) => {
const {
componentCls,
margin,
marginXS,
marginXL,
fontSize,
lineHeight
} = token2;
return {
[componentCls]: {
marginInline: marginXS,
fontSize,
lineHeight,
textAlign: "center",
// 原来 &-image 没有父子结构,现在为了外层承担我们的 hashId,改成父子结构
[`${componentCls}-image`]: {
height: token2.emptyImgHeight,
marginBottom: marginXS,
opacity: token2.opacityImage,
img: {
height: "100%"
},
svg: {
maxWidth: "100%",
height: "100%",
margin: "auto"
}
},
[`${componentCls}-description`]: {
color: token2.colorTextDescription
},
// 原来 &-footer 没有父子结构,现在为了外层承担我们的 hashId,改成父子结构
[`${componentCls}-footer`]: {
marginTop: margin
},
"&-normal": {
marginBlock: marginXL,
color: token2.colorTextDescription,
[`${componentCls}-description`]: {
color: token2.colorTextDescription
},
[`${componentCls}-image`]: {
height: token2.emptyImgHeightMD
}
},
"&-small": {
marginBlock: marginXS,
color: token2.colorTextDescription,
[`${componentCls}-image`]: {
height: token2.emptyImgHeightSM
}
}
}
};
};
var style_default12 = genStyleHooks("Empty", (token2) => {
const {
componentCls,
controlHeightLG,
calc
} = token2;
const emptyToken = merge2(token2, {
emptyImgCls: `${componentCls}-img`,
emptyImgHeight: calc(controlHeightLG).mul(2.5).equal(),
emptyImgHeightMD: controlHeightLG,
emptyImgHeightSM: calc(controlHeightLG).mul(0.875).equal()
});
return genSharedEmptyStyle(emptyToken);
});
// node_modules/antd/es/empty/index.js
var __rest16 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var defaultEmptyImg = React188.createElement(empty_default, null);
var simpleEmptyImg = React188.createElement(simple_default, null);
var Empty3 = (props) => {
var _a;
const {
className,
rootClassName,
prefixCls: customizePrefixCls,
image,
description,
children,
imageStyle,
style: style2,
classNames: emptyClassNames,
styles
} = props, restProps = __rest16(props, ["className", "rootClassName", "prefixCls", "image", "description", "children", "imageStyle", "style", "classNames", "styles"]);
const {
getPrefixCls,
direction,
className: contextClassName,
style: contextStyle,
classNames: contextClassNames,
styles: contextStyles,
image: contextImage
} = useComponentConfig("empty");
const prefixCls = getPrefixCls("empty", customizePrefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default12(prefixCls);
const [locale6] = useLocale_default("Empty");
const des = typeof description !== "undefined" ? description : locale6 === null || locale6 === void 0 ? void 0 : locale6.description;
const alt = typeof des === "string" ? des : "empty";
const mergedImage = (_a = image !== null && image !== void 0 ? image : contextImage) !== null && _a !== void 0 ? _a : defaultEmptyImg;
let imageNode = null;
if (typeof mergedImage === "string") {
imageNode = React188.createElement("img", {
draggable: false,
alt,
src: mergedImage
});
} else {
imageNode = mergedImage;
}
if (true) {
const warning5 = devUseWarning("Empty");
[["imageStyle", "styles: { image: {} }"]].forEach(([deprecatedName, newName]) => {
warning5.deprecated(!(deprecatedName in props), deprecatedName, newName);
});
}
return wrapCSSVar(React188.createElement("div", Object.assign({
className: (0, import_classnames63.default)(hashId, cssVarCls, prefixCls, contextClassName, {
[`${prefixCls}-normal`]: mergedImage === simpleEmptyImg,
[`${prefixCls}-rtl`]: direction === "rtl"
}, className, rootClassName, contextClassNames.root, emptyClassNames === null || emptyClassNames === void 0 ? void 0 : emptyClassNames.root),
style: Object.assign(Object.assign(Object.assign(Object.assign({}, contextStyles.root), contextStyle), styles === null || styles === void 0 ? void 0 : styles.root), style2)
}, restProps), React188.createElement("div", {
className: (0, import_classnames63.default)(`${prefixCls}-image`, contextClassNames.image, emptyClassNames === null || emptyClassNames === void 0 ? void 0 : emptyClassNames.image),
style: Object.assign(Object.assign(Object.assign({}, imageStyle), contextStyles.image), styles === null || styles === void 0 ? void 0 : styles.image)
}, imageNode), des && React188.createElement("div", {
className: (0, import_classnames63.default)(`${prefixCls}-description`, contextClassNames.description, emptyClassNames === null || emptyClassNames === void 0 ? void 0 : emptyClassNames.description),
style: Object.assign(Object.assign({}, contextStyles.description), styles === null || styles === void 0 ? void 0 : styles.description)
}, des), children && React188.createElement("div", {
className: (0, import_classnames63.default)(`${prefixCls}-footer`, contextClassNames.footer, emptyClassNames === null || emptyClassNames === void 0 ? void 0 : emptyClassNames.footer),
style: Object.assign(Object.assign({}, contextStyles.footer), styles === null || styles === void 0 ? void 0 : styles.footer)
}, children)));
};
Empty3.PRESENTED_IMAGE_DEFAULT = defaultEmptyImg;
Empty3.PRESENTED_IMAGE_SIMPLE = simpleEmptyImg;
if (true) {
Empty3.displayName = "Empty";
}
var empty_default2 = Empty3;
// node_modules/antd/es/config-provider/defaultRenderEmpty.js
var DefaultRenderEmpty = (props) => {
const {
componentName
} = props;
const {
getPrefixCls
} = (0, import_react76.useContext)(ConfigContext);
const prefix2 = getPrefixCls("empty");
switch (componentName) {
case "Table":
case "List":
return import_react76.default.createElement(empty_default2, {
image: empty_default2.PRESENTED_IMAGE_SIMPLE
});
case "Select":
case "TreeSelect":
case "Cascader":
case "Transfer":
case "Mentions":
return import_react76.default.createElement(empty_default2, {
image: empty_default2.PRESENTED_IMAGE_SIMPLE,
className: `${prefix2}-small`
});
case "Table.filter":
return null;
default:
return import_react76.default.createElement(empty_default2, null);
}
};
var defaultRenderEmpty_default = DefaultRenderEmpty;
// node_modules/antd/es/form/hooks/useVariants.js
var React190 = __toESM(require_react());
var useVariant = (component, variant, legacyBordered) => {
var _a, _b;
const {
variant: configVariant,
[component]: componentConfig
} = React190.useContext(ConfigContext);
const ctxVariant = React190.useContext(VariantContext);
const configComponentVariant = componentConfig === null || componentConfig === void 0 ? void 0 : componentConfig.variant;
let mergedVariant;
if (typeof variant !== "undefined") {
mergedVariant = variant;
} else if (legacyBordered === false) {
mergedVariant = "borderless";
} else {
mergedVariant = (_b = (_a = ctxVariant !== null && ctxVariant !== void 0 ? ctxVariant : configComponentVariant) !== null && _a !== void 0 ? _a : configVariant) !== null && _b !== void 0 ? _b : "outlined";
}
const enableVariantCls = Variants.includes(mergedVariant);
return [mergedVariant, enableVariantCls];
};
var useVariants_default = useVariant;
// node_modules/antd/es/select/mergedBuiltinPlacements.js
var getBuiltInPlacements3 = (popupOverflow) => {
const htmlRegion = popupOverflow === "scroll" ? "scroll" : "visible";
const sharedConfig = {
overflow: {
adjustX: true,
adjustY: true,
shiftY: true
},
htmlRegion,
dynamicInset: true
};
return {
bottomLeft: Object.assign(Object.assign({}, sharedConfig), {
points: ["tl", "bl"],
offset: [0, 4]
}),
bottomRight: Object.assign(Object.assign({}, sharedConfig), {
points: ["tr", "br"],
offset: [0, 4]
}),
topLeft: Object.assign(Object.assign({}, sharedConfig), {
points: ["bl", "tl"],
offset: [0, -4]
}),
topRight: Object.assign(Object.assign({}, sharedConfig), {
points: ["br", "tr"],
offset: [0, -4]
})
};
};
function mergedBuiltinPlacements(buildInPlacements, popupOverflow) {
return buildInPlacements || getBuiltInPlacements3(popupOverflow);
}
var mergedBuiltinPlacements_default = mergedBuiltinPlacements;
// node_modules/antd/es/select/style/dropdown.js
var genItemStyle = (token2) => {
const {
optionHeight,
optionFontSize,
optionLineHeight,
optionPadding
} = token2;
return {
position: "relative",
display: "block",
minHeight: optionHeight,
padding: optionPadding,
color: token2.colorText,
fontWeight: "normal",
fontSize: optionFontSize,
lineHeight: optionLineHeight,
boxSizing: "border-box"
};
};
var genSingleStyle = (token2) => {
const {
antCls,
componentCls
} = token2;
const selectItemCls = `${componentCls}-item`;
const slideUpEnterActive = `&${antCls}-slide-up-enter${antCls}-slide-up-enter-active`;
const slideUpAppearActive = `&${antCls}-slide-up-appear${antCls}-slide-up-appear-active`;
const slideUpLeaveActive = `&${antCls}-slide-up-leave${antCls}-slide-up-leave-active`;
const dropdownPlacementCls = `${componentCls}-dropdown-placement-`;
const selectedItemCls = `${selectItemCls}-option-selected`;
return [
{
[`${componentCls}-dropdown`]: Object.assign(Object.assign({}, resetComponent(token2)), {
position: "absolute",
top: -9999,
zIndex: token2.zIndexPopup,
boxSizing: "border-box",
padding: token2.paddingXXS,
overflow: "hidden",
fontSize: token2.fontSize,
// Fix select render lag of long text in chrome
// https://github.com/ant-design/ant-design/issues/11456
// https://github.com/ant-design/ant-design/issues/11843
fontVariant: "initial",
backgroundColor: token2.colorBgElevated,
borderRadius: token2.borderRadiusLG,
outline: "none",
boxShadow: token2.boxShadowSecondary,
[`
${slideUpEnterActive}${dropdownPlacementCls}bottomLeft,
${slideUpAppearActive}${dropdownPlacementCls}bottomLeft
`]: {
animationName: slideUpIn
},
[`
${slideUpEnterActive}${dropdownPlacementCls}topLeft,
${slideUpAppearActive}${dropdownPlacementCls}topLeft,
${slideUpEnterActive}${dropdownPlacementCls}topRight,
${slideUpAppearActive}${dropdownPlacementCls}topRight
`]: {
animationName: slideDownIn
},
[`${slideUpLeaveActive}${dropdownPlacementCls}bottomLeft`]: {
animationName: slideUpOut
},
[`
${slideUpLeaveActive}${dropdownPlacementCls}topLeft,
${slideUpLeaveActive}${dropdownPlacementCls}topRight
`]: {
animationName: slideDownOut
},
"&-hidden": {
display: "none"
},
[selectItemCls]: Object.assign(Object.assign({}, genItemStyle(token2)), {
cursor: "pointer",
transition: `background ${token2.motionDurationSlow} ease`,
borderRadius: token2.borderRadiusSM,
// =========== Group ============
"&-group": {
color: token2.colorTextDescription,
fontSize: token2.fontSizeSM,
cursor: "default"
},
// =========== Option ===========
"&-option": {
display: "flex",
"&-content": Object.assign({
flex: "auto"
}, textEllipsis),
"&-state": {
flex: "none",
display: "flex",
alignItems: "center"
},
[`&-active:not(${selectItemCls}-option-disabled)`]: {
backgroundColor: token2.optionActiveBg
},
[`&-selected:not(${selectItemCls}-option-disabled)`]: {
color: token2.optionSelectedColor,
fontWeight: token2.optionSelectedFontWeight,
backgroundColor: token2.optionSelectedBg,
[`${selectItemCls}-option-state`]: {
color: token2.colorPrimary
}
},
"&-disabled": {
[`&${selectItemCls}-option-selected`]: {
backgroundColor: token2.colorBgContainerDisabled
},
color: token2.colorTextDisabled,
cursor: "not-allowed"
},
"&-grouped": {
paddingInlineStart: token2.calc(token2.controlPaddingHorizontal).mul(2).equal()
}
},
"&-empty": Object.assign(Object.assign({}, genItemStyle(token2)), {
color: token2.colorTextDisabled
})
}),
// https://github.com/ant-design/ant-design/pull/46646
[`${selectedItemCls}:has(+ ${selectedItemCls})`]: {
borderEndStartRadius: 0,
borderEndEndRadius: 0,
[`& + ${selectedItemCls}`]: {
borderStartStartRadius: 0,
borderStartEndRadius: 0
}
},
// =========================== RTL ===========================
"&-rtl": {
direction: "rtl"
}
})
},
// Follow code may reuse in other components
initSlideMotion(token2, "slide-up"),
initSlideMotion(token2, "slide-down"),
initMoveMotion(token2, "move-up"),
initMoveMotion(token2, "move-down")
];
};
var dropdown_default = genSingleStyle;
// node_modules/antd/es/select/style/multiple.js
var getMultipleSelectorUnit = (token2) => {
const {
multipleSelectItemHeight,
paddingXXS,
lineWidth,
INTERNAL_FIXED_ITEM_MARGIN
} = token2;
const basePadding = token2.max(token2.calc(paddingXXS).sub(lineWidth).equal(), 0);
const containerPadding = token2.max(token2.calc(basePadding).sub(INTERNAL_FIXED_ITEM_MARGIN).equal(), 0);
return {
basePadding,
containerPadding,
itemHeight: unit2(multipleSelectItemHeight),
itemLineHeight: unit2(token2.calc(multipleSelectItemHeight).sub(token2.calc(token2.lineWidth).mul(2)).equal())
};
};
var getSelectItemStyle = (token2) => {
const {
multipleSelectItemHeight,
selectHeight,
lineWidth
} = token2;
const selectItemDist = token2.calc(selectHeight).sub(multipleSelectItemHeight).div(2).sub(lineWidth).equal();
return selectItemDist;
};
var genOverflowStyle = (token2) => {
const {
componentCls,
iconCls,
borderRadiusSM,
motionDurationSlow,
paddingXS,
multipleItemColorDisabled,
multipleItemBorderColorDisabled,
colorIcon,
colorIconHover,
INTERNAL_FIXED_ITEM_MARGIN
} = token2;
const selectOverflowPrefixCls = `${componentCls}-selection-overflow`;
return {
/**
* Do not merge `height` & `line-height` under style with `selection` & `search`, since chrome
* may update to redesign with its align logic.
*/
// =========================== Overflow ===========================
[selectOverflowPrefixCls]: {
position: "relative",
display: "flex",
flex: "auto",
flexWrap: "wrap",
maxWidth: "100%",
"&-item": {
flex: "none",
alignSelf: "center",
// https://github.com/ant-design/ant-design/issues/54179
maxWidth: "calc(100% - 4px)",
display: "inline-flex"
},
// ======================== Selections ==========================
[`${componentCls}-selection-item`]: {
display: "flex",
alignSelf: "center",
flex: "none",
boxSizing: "border-box",
maxWidth: "100%",
marginBlock: INTERNAL_FIXED_ITEM_MARGIN,
borderRadius: borderRadiusSM,
cursor: "default",
transition: `font-size ${motionDurationSlow}, line-height ${motionDurationSlow}, height ${motionDurationSlow}`,
marginInlineEnd: token2.calc(INTERNAL_FIXED_ITEM_MARGIN).mul(2).equal(),
paddingInlineStart: paddingXS,
paddingInlineEnd: token2.calc(paddingXS).div(2).equal(),
[`${componentCls}-disabled&`]: {
color: multipleItemColorDisabled,
borderColor: multipleItemBorderColorDisabled,
cursor: "not-allowed"
},
// It's ok not to do this, but 24px makes bottom narrow in view should adjust
"&-content": {
display: "inline-block",
marginInlineEnd: token2.calc(paddingXS).div(2).equal(),
overflow: "hidden",
whiteSpace: "pre",
// fix whitespace wrapping. custom tags display all whitespace within.
textOverflow: "ellipsis"
},
"&-remove": Object.assign(Object.assign({}, resetIcon()), {
display: "inline-flex",
alignItems: "center",
color: colorIcon,
fontWeight: "bold",
fontSize: 10,
lineHeight: "inherit",
cursor: "pointer",
[`> ${iconCls}`]: {
verticalAlign: "-0.2em"
},
"&:hover": {
color: colorIconHover
}
})
}
}
};
};
var genSelectionStyle = (token2, suffix) => {
const {
componentCls,
INTERNAL_FIXED_ITEM_MARGIN
} = token2;
const selectOverflowPrefixCls = `${componentCls}-selection-overflow`;
const selectItemHeight = token2.multipleSelectItemHeight;
const selectItemDist = getSelectItemStyle(token2);
const suffixCls = suffix ? `${componentCls}-${suffix}` : "";
const multipleSelectorUnit = getMultipleSelectorUnit(token2);
return {
[`${componentCls}-multiple${suffixCls}`]: Object.assign(Object.assign({}, genOverflowStyle(token2)), {
// ========================= Selector =========================
[`${componentCls}-selector`]: {
display: "flex",
alignItems: "center",
width: "100%",
height: "100%",
// Multiple is little different that horizontal is follow the vertical
paddingInline: multipleSelectorUnit.basePadding,
paddingBlock: multipleSelectorUnit.containerPadding,
borderRadius: token2.borderRadius,
[`${componentCls}-disabled&`]: {
background: token2.multipleSelectorBgDisabled,
cursor: "not-allowed"
},
"&:after": {
display: "inline-block",
width: 0,
margin: `${unit2(INTERNAL_FIXED_ITEM_MARGIN)} 0`,
lineHeight: unit2(selectItemHeight),
visibility: "hidden",
content: '"\\a0"'
}
},
// ======================== Selections ========================
[`${componentCls}-selection-item`]: {
height: multipleSelectorUnit.itemHeight,
lineHeight: unit2(multipleSelectorUnit.itemLineHeight)
},
// ========================== Wrap ===========================
[`${componentCls}-selection-wrap`]: {
alignSelf: "flex-start",
"&:after": {
lineHeight: unit2(selectItemHeight),
marginBlock: INTERNAL_FIXED_ITEM_MARGIN
}
},
// ========================== Input ==========================
[`${componentCls}-prefix`]: {
marginInlineStart: token2.calc(token2.inputPaddingHorizontalBase).sub(multipleSelectorUnit.basePadding).equal()
},
[`${selectOverflowPrefixCls}-item + ${selectOverflowPrefixCls}-item,
${componentCls}-prefix + ${componentCls}-selection-wrap
`]: {
[`${componentCls}-selection-search`]: {
marginInlineStart: 0
},
[`${componentCls}-selection-placeholder`]: {
insetInlineStart: 0
}
},
// https://github.com/ant-design/ant-design/issues/44754
// Same as `wrap:after`
[`${selectOverflowPrefixCls}-item-suffix`]: {
minHeight: multipleSelectorUnit.itemHeight,
marginBlock: INTERNAL_FIXED_ITEM_MARGIN
},
[`${componentCls}-selection-search`]: {
display: "inline-flex",
position: "relative",
maxWidth: "100%",
marginInlineStart: token2.calc(token2.inputPaddingHorizontalBase).sub(selectItemDist).equal(),
[`
&-input,
&-mirror
`]: {
height: selectItemHeight,
fontFamily: token2.fontFamily,
lineHeight: unit2(selectItemHeight),
transition: `all ${token2.motionDurationSlow}`
},
"&-input": {
width: "100%",
minWidth: 4.1
// fix search cursor missing
},
"&-mirror": {
position: "absolute",
top: 0,
insetInlineStart: 0,
insetInlineEnd: "auto",
zIndex: 999,
whiteSpace: "pre",
// fix whitespace wrapping caused width calculation bug
visibility: "hidden"
}
},
// ======================= Placeholder =======================
[`${componentCls}-selection-placeholder`]: {
position: "absolute",
top: "50%",
insetInlineStart: token2.calc(token2.inputPaddingHorizontalBase).sub(multipleSelectorUnit.basePadding).equal(),
insetInlineEnd: token2.inputPaddingHorizontalBase,
transform: "translateY(-50%)",
transition: `all ${token2.motionDurationSlow}`
}
})
};
};
function genSizeStyle(token2, suffix) {
const {
componentCls
} = token2;
const suffixCls = suffix ? `${componentCls}-${suffix}` : "";
const rawStyle = {
[`${componentCls}-multiple${suffixCls}`]: {
fontSize: token2.fontSize,
// ========================= Selector =========================
[`${componentCls}-selector`]: {
[`${componentCls}-show-search&`]: {
cursor: "text"
}
},
[`
&${componentCls}-show-arrow ${componentCls}-selector,
&${componentCls}-allow-clear ${componentCls}-selector
`]: {
paddingInlineEnd: token2.calc(token2.fontSizeIcon).add(token2.controlPaddingHorizontal).equal()
}
}
};
return [genSelectionStyle(token2, suffix), rawStyle];
}
var genMultipleStyle = (token2) => {
const {
componentCls
} = token2;
const smallToken = merge2(token2, {
selectHeight: token2.controlHeightSM,
multipleSelectItemHeight: token2.multipleItemHeightSM,
borderRadius: token2.borderRadiusSM,
borderRadiusSM: token2.borderRadiusXS
});
const largeToken = merge2(token2, {
fontSize: token2.fontSizeLG,
selectHeight: token2.controlHeightLG,
multipleSelectItemHeight: token2.multipleItemHeightLG,
borderRadius: token2.borderRadiusLG,
borderRadiusSM: token2.borderRadius
});
return [
genSizeStyle(token2),
// ======================== Small ========================
genSizeStyle(smallToken, "sm"),
// Padding
{
[`${componentCls}-multiple${componentCls}-sm`]: {
[`${componentCls}-selection-placeholder`]: {
insetInline: token2.calc(token2.controlPaddingHorizontalSM).sub(token2.lineWidth).equal()
},
// https://github.com/ant-design/ant-design/issues/29559
[`${componentCls}-selection-search`]: {
marginInlineStart: 2
// Magic Number
}
}
},
// ======================== Large ========================
genSizeStyle(largeToken, "lg")
];
};
var multiple_default = genMultipleStyle;
// node_modules/antd/es/select/style/single.js
function genSizeStyle2(token2, suffix) {
const {
componentCls,
inputPaddingHorizontalBase,
borderRadius
} = token2;
const selectHeightWithoutBorder = token2.calc(token2.controlHeight).sub(token2.calc(token2.lineWidth).mul(2)).equal();
const suffixCls = suffix ? `${componentCls}-${suffix}` : "";
return {
[`${componentCls}-single${suffixCls}`]: {
fontSize: token2.fontSize,
height: token2.controlHeight,
// ========================= Selector =========================
[`${componentCls}-selector`]: Object.assign(Object.assign({}, resetComponent(token2, true)), {
display: "flex",
borderRadius,
flex: "1 1 auto",
[`${componentCls}-selection-wrap:after`]: {
lineHeight: unit2(selectHeightWithoutBorder)
},
[`${componentCls}-selection-search`]: {
position: "absolute",
inset: 0,
width: "100%",
"&-input": {
width: "100%",
WebkitAppearance: "textfield"
}
},
[`
${componentCls}-selection-item,
${componentCls}-selection-placeholder
`]: {
display: "block",
padding: 0,
lineHeight: unit2(selectHeightWithoutBorder),
transition: `all ${token2.motionDurationSlow}, visibility 0s`,
alignSelf: "center"
},
[`${componentCls}-selection-placeholder`]: {
transition: "none",
pointerEvents: "none"
},
// For common baseline align
[[
"&:after",
/* For '' value baseline align */
`${componentCls}-selection-item:empty:after`,
/* For undefined value baseline align */
`${componentCls}-selection-placeholder:empty:after`
].join(",")]: {
display: "inline-block",
width: 0,
visibility: "hidden",
content: '"\\a0"'
}
}),
[`
&${componentCls}-show-arrow ${componentCls}-selection-item,
&${componentCls}-show-arrow ${componentCls}-selection-search,
&${componentCls}-show-arrow ${componentCls}-selection-placeholder
`]: {
paddingInlineEnd: token2.showArrowPaddingInlineEnd
},
// Opacity selection if open
[`&${componentCls}-open ${componentCls}-selection-item`]: {
color: token2.colorTextPlaceholder
},
// ========================== Input ==========================
// We only change the style of non-customize input which is only support by `combobox` mode.
// Not customize
[`&:not(${componentCls}-customize-input)`]: {
[`${componentCls}-selector`]: {
width: "100%",
height: "100%",
alignItems: "center",
padding: `0 ${unit2(inputPaddingHorizontalBase)}`,
[`${componentCls}-selection-search-input`]: {
height: selectHeightWithoutBorder,
fontSize: token2.fontSize
},
"&:after": {
lineHeight: unit2(selectHeightWithoutBorder)
}
}
},
[`&${componentCls}-customize-input`]: {
[`${componentCls}-selector`]: {
"&:after": {
display: "none"
},
[`${componentCls}-selection-search`]: {
position: "static",
width: "100%"
},
[`${componentCls}-selection-placeholder`]: {
position: "absolute",
insetInlineStart: 0,
insetInlineEnd: 0,
padding: `0 ${unit2(inputPaddingHorizontalBase)}`,
"&:after": {
display: "none"
}
}
}
}
}
};
}
function genSingleStyle2(token2) {
const {
componentCls
} = token2;
const inputPaddingHorizontalSM = token2.calc(token2.controlPaddingHorizontalSM).sub(token2.lineWidth).equal();
return [
genSizeStyle2(token2),
// ======================== Small ========================
// Shared
genSizeStyle2(merge2(token2, {
controlHeight: token2.controlHeightSM,
borderRadius: token2.borderRadiusSM
}), "sm"),
// padding
{
[`${componentCls}-single${componentCls}-sm`]: {
[`&:not(${componentCls}-customize-input)`]: {
[`${componentCls}-selector`]: {
padding: `0 ${unit2(inputPaddingHorizontalSM)}`
},
// With arrow should provides `padding-right` to show the arrow
[`&${componentCls}-show-arrow ${componentCls}-selection-search`]: {
insetInlineEnd: token2.calc(inputPaddingHorizontalSM).add(token2.calc(token2.fontSize).mul(1.5)).equal()
},
[`
&${componentCls}-show-arrow ${componentCls}-selection-item,
&${componentCls}-show-arrow ${componentCls}-selection-placeholder
`]: {
paddingInlineEnd: token2.calc(token2.fontSize).mul(1.5).equal()
}
}
}
},
// ======================== Large ========================
// Shared
genSizeStyle2(merge2(token2, {
controlHeight: token2.singleItemHeightLG,
fontSize: token2.fontSizeLG,
borderRadius: token2.borderRadiusLG
}), "lg")
];
}
// node_modules/antd/es/select/style/token.js
var prepareComponentToken11 = (token2) => {
const {
fontSize,
lineHeight,
lineWidth,
controlHeight,
controlHeightSM,
controlHeightLG,
paddingXXS,
controlPaddingHorizontal,
zIndexPopupBase,
colorText,
fontWeightStrong,
controlItemBgActive,
controlItemBgHover,
colorBgContainer,
colorFillSecondary,
colorBgContainerDisabled,
colorTextDisabled,
colorPrimaryHover,
colorPrimary,
controlOutline
} = token2;
const dblPaddingXXS = paddingXXS * 2;
const dblLineWidth = lineWidth * 2;
const multipleItemHeight = Math.min(controlHeight - dblPaddingXXS, controlHeight - dblLineWidth);
const multipleItemHeightSM = Math.min(controlHeightSM - dblPaddingXXS, controlHeightSM - dblLineWidth);
const multipleItemHeightLG = Math.min(controlHeightLG - dblPaddingXXS, controlHeightLG - dblLineWidth);
const INTERNAL_FIXED_ITEM_MARGIN = Math.floor(paddingXXS / 2);
return {
INTERNAL_FIXED_ITEM_MARGIN,
zIndexPopup: zIndexPopupBase + 50,
optionSelectedColor: colorText,
optionSelectedFontWeight: fontWeightStrong,
optionSelectedBg: controlItemBgActive,
optionActiveBg: controlItemBgHover,
optionPadding: `${(controlHeight - fontSize * lineHeight) / 2}px ${controlPaddingHorizontal}px`,
optionFontSize: fontSize,
optionLineHeight: lineHeight,
optionHeight: controlHeight,
selectorBg: colorBgContainer,
clearBg: colorBgContainer,
singleItemHeightLG: controlHeightLG,
multipleItemBg: colorFillSecondary,
multipleItemBorderColor: "transparent",
multipleItemHeight,
multipleItemHeightSM,
multipleItemHeightLG,
multipleSelectorBgDisabled: colorBgContainerDisabled,
multipleItemColorDisabled: colorTextDisabled,
multipleItemBorderColorDisabled: "transparent",
showArrowPaddingInlineEnd: Math.ceil(token2.fontSize * 1.25),
hoverBorderColor: colorPrimaryHover,
activeBorderColor: colorPrimary,
activeOutlineColor: controlOutline,
selectAffixPadding: paddingXXS
};
};
// node_modules/antd/es/select/style/variants.js
var genBaseOutlinedStyle = (token2, options) => {
const {
componentCls,
antCls,
controlOutlineWidth
} = token2;
return {
[`&:not(${componentCls}-customize-input) ${componentCls}-selector`]: {
border: `${unit2(token2.lineWidth)} ${token2.lineType} ${options.borderColor}`,
background: token2.selectorBg
},
[`&:not(${componentCls}-disabled):not(${componentCls}-customize-input):not(${antCls}-pagination-size-changer)`]: {
[`&:hover ${componentCls}-selector`]: {
borderColor: options.hoverBorderHover
},
[`${componentCls}-focused& ${componentCls}-selector`]: {
borderColor: options.activeBorderColor,
boxShadow: `0 0 0 ${unit2(controlOutlineWidth)} ${options.activeOutlineColor}`,
outline: 0
},
[`${componentCls}-prefix`]: {
color: options.color
}
}
};
};
var genOutlinedStatusStyle = (token2, options) => ({
[`&${token2.componentCls}-status-${options.status}`]: Object.assign({}, genBaseOutlinedStyle(token2, options))
});
var genOutlinedStyle = (token2) => ({
"&-outlined": Object.assign(Object.assign(Object.assign(Object.assign({}, genBaseOutlinedStyle(token2, {
borderColor: token2.colorBorder,
hoverBorderHover: token2.hoverBorderColor,
activeBorderColor: token2.activeBorderColor,
activeOutlineColor: token2.activeOutlineColor,
color: token2.colorText
})), genOutlinedStatusStyle(token2, {
status: "error",
borderColor: token2.colorError,
hoverBorderHover: token2.colorErrorHover,
activeBorderColor: token2.colorError,
activeOutlineColor: token2.colorErrorOutline,
color: token2.colorError
})), genOutlinedStatusStyle(token2, {
status: "warning",
borderColor: token2.colorWarning,
hoverBorderHover: token2.colorWarningHover,
activeBorderColor: token2.colorWarning,
activeOutlineColor: token2.colorWarningOutline,
color: token2.colorWarning
})), {
[`&${token2.componentCls}-disabled`]: {
[`&:not(${token2.componentCls}-customize-input) ${token2.componentCls}-selector`]: {
background: token2.colorBgContainerDisabled,
color: token2.colorTextDisabled
}
},
[`&${token2.componentCls}-multiple ${token2.componentCls}-selection-item`]: {
background: token2.multipleItemBg,
border: `${unit2(token2.lineWidth)} ${token2.lineType} ${token2.multipleItemBorderColor}`
}
})
});
var genBaseFilledStyle = (token2, options) => {
const {
componentCls,
antCls
} = token2;
return {
[`&:not(${componentCls}-customize-input) ${componentCls}-selector`]: {
background: options.bg,
border: `${unit2(token2.lineWidth)} ${token2.lineType} transparent`,
color: options.color
},
[`&:not(${componentCls}-disabled):not(${componentCls}-customize-input):not(${antCls}-pagination-size-changer)`]: {
[`&:hover ${componentCls}-selector`]: {
background: options.hoverBg
},
[`${componentCls}-focused& ${componentCls}-selector`]: {
background: token2.selectorBg,
borderColor: options.activeBorderColor,
outline: 0
}
}
};
};
var genFilledStatusStyle = (token2, options) => ({
[`&${token2.componentCls}-status-${options.status}`]: Object.assign({}, genBaseFilledStyle(token2, options))
});
var genFilledStyle = (token2) => ({
"&-filled": Object.assign(Object.assign(Object.assign(Object.assign({}, genBaseFilledStyle(token2, {
bg: token2.colorFillTertiary,
hoverBg: token2.colorFillSecondary,
activeBorderColor: token2.activeBorderColor,
color: token2.colorText
})), genFilledStatusStyle(token2, {
status: "error",
bg: token2.colorErrorBg,
hoverBg: token2.colorErrorBgHover,
activeBorderColor: token2.colorError,
color: token2.colorError
})), genFilledStatusStyle(token2, {
status: "warning",
bg: token2.colorWarningBg,
hoverBg: token2.colorWarningBgHover,
activeBorderColor: token2.colorWarning,
color: token2.colorWarning
})), {
[`&${token2.componentCls}-disabled`]: {
[`&:not(${token2.componentCls}-customize-input) ${token2.componentCls}-selector`]: {
borderColor: token2.colorBorder,
background: token2.colorBgContainerDisabled,
color: token2.colorTextDisabled
}
},
[`&${token2.componentCls}-multiple ${token2.componentCls}-selection-item`]: {
background: token2.colorBgContainer,
border: `${unit2(token2.lineWidth)} ${token2.lineType} ${token2.colorSplit}`
}
})
});
var genBorderlessStyle2 = (token2) => ({
"&-borderless": {
[`${token2.componentCls}-selector`]: {
background: "transparent",
border: `${unit2(token2.lineWidth)} ${token2.lineType} transparent`
},
[`&${token2.componentCls}-disabled`]: {
[`&:not(${token2.componentCls}-customize-input) ${token2.componentCls}-selector`]: {
color: token2.colorTextDisabled
}
},
[`&${token2.componentCls}-multiple ${token2.componentCls}-selection-item`]: {
background: token2.multipleItemBg,
border: `${unit2(token2.lineWidth)} ${token2.lineType} ${token2.multipleItemBorderColor}`
},
// Status
[`&${token2.componentCls}-status-error`]: {
[`${token2.componentCls}-prefix, ${token2.componentCls}-selection-item`]: {
color: token2.colorError
}
},
[`&${token2.componentCls}-status-warning`]: {
[`${token2.componentCls}-prefix, ${token2.componentCls}-selection-item`]: {
color: token2.colorWarning
}
}
}
});
var genBaseUnderlinedStyle = (token2, options) => {
const {
componentCls,
antCls
} = token2;
return {
[`&:not(${componentCls}-customize-input) ${componentCls}-selector`]: {
borderWidth: `${unit2(token2.lineWidth)} 0`,
borderStyle: `${token2.lineType} none`,
borderColor: `transparent transparent ${options.borderColor} transparent`,
background: token2.selectorBg,
borderRadius: 0
},
[`&:not(${componentCls}-disabled):not(${componentCls}-customize-input):not(${antCls}-pagination-size-changer)`]: {
[`&:hover ${componentCls}-selector`]: {
borderColor: `transparent transparent ${options.hoverBorderHover} transparent`
},
[`${componentCls}-focused& ${componentCls}-selector`]: {
borderColor: `transparent transparent ${options.activeBorderColor} transparent`,
outline: 0
},
[`${componentCls}-prefix`]: {
color: options.color
}
}
};
};
var genUnderlinedStatusStyle = (token2, options) => ({
[`&${token2.componentCls}-status-${options.status}`]: Object.assign({}, genBaseUnderlinedStyle(token2, options))
});
var genUnderlinedStyle = (token2) => ({
"&-underlined": Object.assign(Object.assign(Object.assign(Object.assign({}, genBaseUnderlinedStyle(token2, {
borderColor: token2.colorBorder,
hoverBorderHover: token2.hoverBorderColor,
activeBorderColor: token2.activeBorderColor,
activeOutlineColor: token2.activeOutlineColor,
color: token2.colorText
})), genUnderlinedStatusStyle(token2, {
status: "error",
borderColor: token2.colorError,
hoverBorderHover: token2.colorErrorHover,
activeBorderColor: token2.colorError,
activeOutlineColor: token2.colorErrorOutline,
color: token2.colorError
})), genUnderlinedStatusStyle(token2, {
status: "warning",
borderColor: token2.colorWarning,
hoverBorderHover: token2.colorWarningHover,
activeBorderColor: token2.colorWarning,
activeOutlineColor: token2.colorWarningOutline,
color: token2.colorWarning
})), {
[`&${token2.componentCls}-disabled`]: {
[`&:not(${token2.componentCls}-customize-input) ${token2.componentCls}-selector`]: {
color: token2.colorTextDisabled
}
},
[`&${token2.componentCls}-multiple ${token2.componentCls}-selection-item`]: {
background: token2.multipleItemBg,
border: `${unit2(token2.lineWidth)} ${token2.lineType} ${token2.multipleItemBorderColor}`
}
})
});
var genVariantsStyle = (token2) => ({
[token2.componentCls]: Object.assign(Object.assign(Object.assign(Object.assign({}, genOutlinedStyle(token2)), genFilledStyle(token2)), genBorderlessStyle2(token2)), genUnderlinedStyle(token2))
});
var variants_default = genVariantsStyle;
// node_modules/antd/es/select/style/index.js
var genSelectorStyle = (token2) => {
const {
componentCls
} = token2;
return {
position: "relative",
transition: `all ${token2.motionDurationMid} ${token2.motionEaseInOut}`,
input: {
cursor: "pointer"
},
[`${componentCls}-show-search&`]: {
cursor: "text",
input: {
cursor: "auto",
color: "inherit",
height: "100%"
}
},
[`${componentCls}-disabled&`]: {
cursor: "not-allowed",
input: {
cursor: "not-allowed"
}
}
};
};
var getSearchInputWithoutBorderStyle = (token2) => {
const {
componentCls
} = token2;
return {
[`${componentCls}-selection-search-input`]: {
margin: 0,
padding: 0,
background: "transparent",
border: "none",
outline: "none",
appearance: "none",
fontFamily: "inherit",
"&::-webkit-search-cancel-button": {
display: "none",
appearance: "none"
}
}
};
};
var genBaseStyle5 = (token2) => {
const {
antCls,
componentCls,
inputPaddingHorizontalBase,
iconCls
} = token2;
const hoverShowClearStyle = {
[`${componentCls}-clear`]: {
opacity: 1,
background: token2.colorBgBase,
borderRadius: "50%"
}
};
return {
[componentCls]: Object.assign(Object.assign({}, resetComponent(token2)), {
position: "relative",
display: "inline-flex",
cursor: "pointer",
[`&:not(${componentCls}-customize-input) ${componentCls}-selector`]: Object.assign(Object.assign({}, genSelectorStyle(token2)), getSearchInputWithoutBorderStyle(token2)),
// ======================== Selection ========================
[`${componentCls}-selection-item`]: Object.assign(Object.assign({
flex: 1,
fontWeight: "normal",
position: "relative",
userSelect: "none"
}, textEllipsis), {
// https://github.com/ant-design/ant-design/issues/40421
[`> ${antCls}-typography`]: {
display: "inline"
}
}),
// ======================= Placeholder =======================
[`${componentCls}-selection-placeholder`]: Object.assign(Object.assign({}, textEllipsis), {
flex: 1,
color: token2.colorTextPlaceholder,
pointerEvents: "none"
}),
// ========================== Arrow ==========================
[`${componentCls}-arrow`]: Object.assign(Object.assign({}, resetIcon()), {
position: "absolute",
top: "50%",
insetInlineStart: "auto",
insetInlineEnd: inputPaddingHorizontalBase,
height: token2.fontSizeIcon,
marginTop: token2.calc(token2.fontSizeIcon).mul(-1).div(2).equal(),
color: token2.colorTextQuaternary,
fontSize: token2.fontSizeIcon,
lineHeight: 1,
textAlign: "center",
pointerEvents: "none",
display: "flex",
alignItems: "center",
transition: `opacity ${token2.motionDurationSlow} ease`,
[iconCls]: {
verticalAlign: "top",
transition: `transform ${token2.motionDurationSlow}`,
"> svg": {
verticalAlign: "top"
},
[`&:not(${componentCls}-suffix)`]: {
pointerEvents: "auto"
}
},
[`${componentCls}-disabled &`]: {
cursor: "not-allowed"
},
"> *:not(:last-child)": {
marginInlineEnd: 8
// FIXME: magic
}
}),
// ========================== Wrap ===========================
[`${componentCls}-selection-wrap`]: {
display: "flex",
width: "100%",
position: "relative",
minWidth: 0,
// https://github.com/ant-design/ant-design/issues/51669
"&:after": {
content: '"\\a0"',
width: 0,
overflow: "hidden"
}
},
// ========================= Prefix ==========================
[`${componentCls}-prefix`]: {
flex: "none",
marginInlineEnd: token2.selectAffixPadding
},
// ========================== Clear ==========================
[`${componentCls}-clear`]: {
position: "absolute",
top: "50%",
insetInlineStart: "auto",
insetInlineEnd: inputPaddingHorizontalBase,
zIndex: 1,
display: "inline-block",
width: token2.fontSizeIcon,
height: token2.fontSizeIcon,
marginTop: token2.calc(token2.fontSizeIcon).mul(-1).div(2).equal(),
color: token2.colorTextQuaternary,
fontSize: token2.fontSizeIcon,
fontStyle: "normal",
lineHeight: 1,
textAlign: "center",
textTransform: "none",
cursor: "pointer",
opacity: 0,
transition: `color ${token2.motionDurationMid} ease, opacity ${token2.motionDurationSlow} ease`,
textRendering: "auto",
// https://github.com/ant-design/ant-design/issues/54205
// Force GPU compositing on Safari to prevent flickering on opacity/transform transitions
transform: "translateZ(0)",
"&:before": {
display: "block"
},
"&:hover": {
color: token2.colorIcon
}
},
"@media(hover:none)": hoverShowClearStyle,
"&:hover": hoverShowClearStyle
}),
// ========================= Feedback ==========================
[`${componentCls}-status`]: {
"&-error, &-warning, &-success, &-validating": {
[`&${componentCls}-has-feedback`]: {
[`${componentCls}-clear`]: {
insetInlineEnd: token2.calc(inputPaddingHorizontalBase).add(token2.fontSize).add(token2.paddingXS).equal()
}
}
}
}
};
};
var genSelectStyle = (token2) => {
const {
componentCls
} = token2;
return [
{
[componentCls]: {
// ==================== In Form ====================
[`&${componentCls}-in-form-item`]: {
width: "100%"
}
}
},
// =====================================================
// == LTR ==
// =====================================================
// Base
genBaseStyle5(token2),
// Single
genSingleStyle2(token2),
// Multiple
multiple_default(token2),
// Dropdown
dropdown_default(token2),
// =====================================================
// == RTL ==
// =====================================================
{
[`${componentCls}-rtl`]: {
direction: "rtl"
}
},
// =====================================================
// == Space Compact ==
// =====================================================
genCompactItemStyle(token2, {
borderElCls: `${componentCls}-selector`,
focusElCls: `${componentCls}-focused`
})
];
};
var style_default13 = genStyleHooks("Select", (token2, {
rootPrefixCls
}) => {
const selectToken = merge2(token2, {
rootPrefixCls,
inputPaddingHorizontalBase: token2.calc(token2.paddingSM).sub(1).equal(),
multipleSelectItemHeight: token2.multipleItemHeight,
selectHeight: token2.controlHeight
});
return [genSelectStyle(selectToken), variants_default(selectToken)];
}, prepareComponentToken11, {
unitless: {
optionLineHeight: true,
optionSelectedFontWeight: true
}
});
// node_modules/antd/es/select/useIcons.js
var React191 = __toESM(require_react());
function useIcons({
suffixIcon,
clearIcon,
menuItemSelectedIcon,
removeIcon,
loading,
multiple,
hasFeedback,
prefixCls,
showSuffixIcon,
feedbackIcon,
showArrow,
componentName
}) {
if (true) {
const warning5 = devUseWarning(componentName);
warning5.deprecated(!clearIcon, "clearIcon", "allowClear={{ clearIcon: React.ReactNode }}");
}
const mergedClearIcon = clearIcon !== null && clearIcon !== void 0 ? clearIcon : React191.createElement(CloseCircleFilled_default, null);
const getSuffixIconNode = (arrowIcon) => {
if (suffixIcon === null && !hasFeedback && !showArrow) {
return null;
}
return React191.createElement(React191.Fragment, null, showSuffixIcon !== false && arrowIcon, hasFeedback && feedbackIcon);
};
let mergedSuffixIcon = null;
if (suffixIcon !== void 0) {
mergedSuffixIcon = getSuffixIconNode(suffixIcon);
} else if (loading) {
mergedSuffixIcon = getSuffixIconNode(React191.createElement(LoadingOutlined_default, {
spin: true
}));
} else {
const iconCls = `${prefixCls}-suffix`;
mergedSuffixIcon = ({
open: open3,
showSearch
}) => {
if (open3 && showSearch) {
return getSuffixIconNode(React191.createElement(SearchOutlined_default, {
className: iconCls
}));
}
return getSuffixIconNode(React191.createElement(DownOutlined_default, {
className: iconCls
}));
};
}
let mergedItemIcon = null;
if (menuItemSelectedIcon !== void 0) {
mergedItemIcon = menuItemSelectedIcon;
} else if (multiple) {
mergedItemIcon = React191.createElement(CheckOutlined_default, null);
} else {
mergedItemIcon = null;
}
let mergedRemoveIcon = null;
if (removeIcon !== void 0) {
mergedRemoveIcon = removeIcon;
} else {
mergedRemoveIcon = React191.createElement(CloseOutlined_default, null);
}
return {
clearIcon: mergedClearIcon,
suffixIcon: mergedSuffixIcon,
itemIcon: mergedItemIcon,
removeIcon: mergedRemoveIcon
};
}
// node_modules/antd/es/select/usePopupRender.js
var import_react77 = __toESM(require_react());
function usePopupRender(renderFn) {
return import_react77.default.useMemo(() => {
if (!renderFn) {
return void 0;
}
return (...args) => import_react77.default.createElement(ContextIsolator_default, {
space: true
}, renderFn.apply(void 0, args));
}, [renderFn]);
}
var usePopupRender_default = usePopupRender;
// node_modules/antd/es/select/useShowArrow.js
function useShowArrow(suffixIcon, showArrow) {
return showArrow !== void 0 ? showArrow : suffixIcon !== null;
}
// node_modules/antd/es/select/index.js
var __rest17 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var SECRET_COMBOBOX_MODE_DO_NOT_USE = "SECRET_COMBOBOX_MODE_DO_NOT_USE";
var InternalSelect = (props, ref) => {
var _a, _b, _c, _d, _e;
const {
prefixCls: customizePrefixCls,
bordered,
className,
rootClassName,
getPopupContainer,
popupClassName,
dropdownClassName,
listHeight = 256,
placement,
listItemHeight: customListItemHeight,
size: customizeSize,
disabled: customDisabled,
notFoundContent,
status: customStatus,
builtinPlacements,
dropdownMatchSelectWidth,
popupMatchSelectWidth,
direction: propDirection,
style: style2,
allowClear,
variant: customizeVariant,
dropdownStyle,
transitionName,
tagRender,
maxCount,
prefix: prefix2,
dropdownRender,
popupRender,
onDropdownVisibleChange,
onOpenChange,
styles,
classNames: classNames252
} = props, rest = __rest17(props, ["prefixCls", "bordered", "className", "rootClassName", "getPopupContainer", "popupClassName", "dropdownClassName", "listHeight", "placement", "listItemHeight", "size", "disabled", "notFoundContent", "status", "builtinPlacements", "dropdownMatchSelectWidth", "popupMatchSelectWidth", "direction", "style", "allowClear", "variant", "dropdownStyle", "transitionName", "tagRender", "maxCount", "prefix", "dropdownRender", "popupRender", "onDropdownVisibleChange", "onOpenChange", "styles", "classNames"]);
const {
getPopupContainer: getContextPopupContainer,
getPrefixCls,
renderEmpty,
direction: contextDirection,
virtual,
popupMatchSelectWidth: contextPopupMatchSelectWidth,
popupOverflow
} = React193.useContext(ConfigContext);
const {
showSearch,
style: contextStyle,
styles: contextStyles,
className: contextClassName,
classNames: contextClassNames
} = useComponentConfig("select");
const [, token2] = useToken();
const listItemHeight = customListItemHeight !== null && customListItemHeight !== void 0 ? customListItemHeight : token2 === null || token2 === void 0 ? void 0 : token2.controlHeight;
const prefixCls = getPrefixCls("select", customizePrefixCls);
const rootPrefixCls = getPrefixCls();
const direction = propDirection !== null && propDirection !== void 0 ? propDirection : contextDirection;
const {
compactSize,
compactItemClassnames
} = useCompactItemContext(prefixCls, direction);
const [variant, enableVariantCls] = useVariants_default("select", customizeVariant, bordered);
const rootCls = useCSSVarCls_default(prefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default13(prefixCls, rootCls);
const mode = React193.useMemo(() => {
const {
mode: m
} = props;
if (m === "combobox") {
return void 0;
}
if (m === SECRET_COMBOBOX_MODE_DO_NOT_USE) {
return "combobox";
}
return m;
}, [props.mode]);
const isMultiple3 = mode === "multiple" || mode === "tags";
const showSuffixIcon = useShowArrow(props.suffixIcon, props.showArrow);
const mergedPopupMatchSelectWidth = (_a = popupMatchSelectWidth !== null && popupMatchSelectWidth !== void 0 ? popupMatchSelectWidth : dropdownMatchSelectWidth) !== null && _a !== void 0 ? _a : contextPopupMatchSelectWidth;
const mergedPopupStyle = ((_b = styles === null || styles === void 0 ? void 0 : styles.popup) === null || _b === void 0 ? void 0 : _b.root) || ((_c = contextStyles.popup) === null || _c === void 0 ? void 0 : _c.root) || dropdownStyle;
const mergedPopupRender = usePopupRender_default(popupRender || dropdownRender);
const mergedOnOpenChange = onOpenChange || onDropdownVisibleChange;
const {
status: contextStatus,
hasFeedback,
isFormItemInput,
feedbackIcon
} = React193.useContext(FormItemInputContext);
const mergedStatus = getMergedStatus(contextStatus, customStatus);
let mergedNotFound;
if (notFoundContent !== void 0) {
mergedNotFound = notFoundContent;
} else if (mode === "combobox") {
mergedNotFound = null;
} else {
mergedNotFound = (renderEmpty === null || renderEmpty === void 0 ? void 0 : renderEmpty("Select")) || React193.createElement(defaultRenderEmpty_default, {
componentName: "Select"
});
}
const {
suffixIcon,
itemIcon,
removeIcon,
clearIcon
} = useIcons(Object.assign(Object.assign({}, rest), {
multiple: isMultiple3,
hasFeedback,
feedbackIcon,
showSuffixIcon,
prefixCls,
componentName: "Select"
}));
const mergedAllowClear = allowClear === true ? {
clearIcon
} : allowClear;
const selectProps = omit(rest, ["suffixIcon", "itemIcon"]);
const mergedPopupClassName = (0, import_classnames64.default)(((_d = classNames252 === null || classNames252 === void 0 ? void 0 : classNames252.popup) === null || _d === void 0 ? void 0 : _d.root) || ((_e = contextClassNames === null || contextClassNames === void 0 ? void 0 : contextClassNames.popup) === null || _e === void 0 ? void 0 : _e.root) || popupClassName || dropdownClassName, {
[`${prefixCls}-dropdown-${direction}`]: direction === "rtl"
}, rootClassName, contextClassNames.root, classNames252 === null || classNames252 === void 0 ? void 0 : classNames252.root, cssVarCls, rootCls, hashId);
const mergedSize = useSize_default((ctx) => {
var _a2;
return (_a2 = customizeSize !== null && customizeSize !== void 0 ? customizeSize : compactSize) !== null && _a2 !== void 0 ? _a2 : ctx;
});
const disabled = React193.useContext(DisabledContext_default);
const mergedDisabled = customDisabled !== null && customDisabled !== void 0 ? customDisabled : disabled;
const mergedClassName = (0, import_classnames64.default)({
[`${prefixCls}-lg`]: mergedSize === "large",
[`${prefixCls}-sm`]: mergedSize === "small",
[`${prefixCls}-rtl`]: direction === "rtl",
[`${prefixCls}-${variant}`]: enableVariantCls,
[`${prefixCls}-in-form-item`]: isFormItemInput
}, getStatusClassNames(prefixCls, mergedStatus, hasFeedback), compactItemClassnames, contextClassName, className, contextClassNames.root, classNames252 === null || classNames252 === void 0 ? void 0 : classNames252.root, rootClassName, cssVarCls, rootCls, hashId);
const memoPlacement = React193.useMemo(() => {
if (placement !== void 0) {
return placement;
}
return direction === "rtl" ? "bottomRight" : "bottomLeft";
}, [placement, direction]);
if (true) {
const warning5 = devUseWarning("Select");
const deprecatedProps = {
dropdownMatchSelectWidth: "popupMatchSelectWidth",
dropdownStyle: "styles.popup.root",
dropdownClassName: "classNames.popup.root",
popupClassName: "classNames.popup.root",
dropdownRender: "popupRender",
onDropdownVisibleChange: "onOpenChange",
bordered: "variant"
};
Object.entries(deprecatedProps).forEach(([oldProp, newProp]) => {
warning5.deprecated(!(oldProp in props), oldProp, newProp);
});
true ? warning5(!("showArrow" in props), "deprecated", "`showArrow` is deprecated which will be removed in next major version. It will be a default behavior, you can hide it by setting `suffixIcon` to null.") : void 0;
true ? warning5(!(typeof maxCount !== "undefined" && !isMultiple3), "usage", "`maxCount` only works with mode `multiple` or `tags`") : void 0;
}
const [zIndex] = useZIndex("SelectLike", mergedPopupStyle === null || mergedPopupStyle === void 0 ? void 0 : mergedPopupStyle.zIndex);
return wrapCSSVar(React193.createElement(es_default12, Object.assign({
ref,
virtual,
showSearch
}, selectProps, {
style: Object.assign(Object.assign(Object.assign(Object.assign({}, contextStyles.root), styles === null || styles === void 0 ? void 0 : styles.root), contextStyle), style2),
dropdownMatchSelectWidth: mergedPopupMatchSelectWidth,
transitionName: getTransitionName2(rootPrefixCls, "slide-up", transitionName),
builtinPlacements: mergedBuiltinPlacements_default(builtinPlacements, popupOverflow),
listHeight,
listItemHeight,
mode,
prefixCls,
placement: memoPlacement,
direction,
prefix: prefix2,
suffixIcon,
menuItemSelectedIcon: itemIcon,
removeIcon,
allowClear: mergedAllowClear,
notFoundContent: mergedNotFound,
className: mergedClassName,
getPopupContainer: getPopupContainer || getContextPopupContainer,
dropdownClassName: mergedPopupClassName,
disabled: mergedDisabled,
dropdownStyle: Object.assign(Object.assign({}, mergedPopupStyle), {
zIndex
}),
maxCount: isMultiple3 ? maxCount : void 0,
tagRender: isMultiple3 ? tagRender : void 0,
dropdownRender: mergedPopupRender,
onDropdownVisibleChange: mergedOnOpenChange
})));
};
if (true) {
InternalSelect.displayName = "Select";
}
var Select2 = React193.forwardRef(InternalSelect);
var PurePanel3 = PurePanel_default3(Select2, "dropdownAlign");
Select2.SECRET_COMBOBOX_MODE_DO_NOT_USE = SECRET_COMBOBOX_MODE_DO_NOT_USE;
Select2.Option = Option_default;
Select2.OptGroup = OptGroup_default;
Select2._InternalPanelDoNotUseOrYouWillBeFired = PurePanel3;
if (true) {
Select2.displayName = "Select";
}
var select_default = Select2;
// node_modules/antd/es/auto-complete/AutoComplete.js
var React194 = __toESM(require_react());
var import_classnames65 = __toESM(require_classnames());
var {
Option: Option3
} = select_default;
function isSelectOptionOrSelectOptGroup(child) {
return (child === null || child === void 0 ? void 0 : child.type) && (child.type.isSelectOption || child.type.isSelectOptGroup);
}
var AutoComplete = (props, ref) => {
var _a, _b;
const {
prefixCls: customizePrefixCls,
className,
popupClassName,
dropdownClassName,
children,
dataSource,
dropdownStyle,
dropdownRender,
popupRender,
onDropdownVisibleChange,
onOpenChange,
styles,
classNames: classNames252
} = props;
const childNodes = toArray(children);
const mergedPopupStyle = ((_a = styles === null || styles === void 0 ? void 0 : styles.popup) === null || _a === void 0 ? void 0 : _a.root) || dropdownStyle;
const mergedPopupClassName = ((_b = classNames252 === null || classNames252 === void 0 ? void 0 : classNames252.popup) === null || _b === void 0 ? void 0 : _b.root) || popupClassName || dropdownClassName;
const mergedPopupRender = popupRender || dropdownRender;
const mergedOnOpenChange = onOpenChange || onDropdownVisibleChange;
let customizeInput;
if (childNodes.length === 1 && React194.isValidElement(childNodes[0]) && !isSelectOptionOrSelectOptGroup(childNodes[0])) {
[customizeInput] = childNodes;
}
const getInputElement = customizeInput ? () => customizeInput : void 0;
let optionChildren;
if (childNodes.length && isSelectOptionOrSelectOptGroup(childNodes[0])) {
optionChildren = children;
} else {
optionChildren = dataSource ? dataSource.map((item) => {
if (React194.isValidElement(item)) {
return item;
}
switch (typeof item) {
case "string":
return React194.createElement(Option3, {
key: item,
value: item
}, item);
case "object": {
const {
value: optionValue
} = item;
return React194.createElement(Option3, {
key: optionValue,
value: optionValue
}, item.text);
}
default:
return void 0;
}
}) : [];
}
if (true) {
const warning5 = devUseWarning("AutoComplete");
true ? warning5(!customizeInput || !("size" in props), "usage", "You need to control style self instead of setting `size` when using customize input.") : void 0;
const deprecatedProps = {
dropdownMatchSelectWidth: "popupMatchSelectWidth",
dropdownStyle: "styles.popup.root",
dropdownClassName: "classNames.popup.root",
popupClassName: "classNames.popup.root",
dropdownRender: "popupRender",
onDropdownVisibleChange: "onOpenChange",
dataSource: "options"
};
Object.entries(deprecatedProps).forEach(([oldProp, newProp]) => {
warning5.deprecated(!(oldProp in props), oldProp, newProp);
});
}
const {
getPrefixCls
} = React194.useContext(ConfigContext);
const prefixCls = getPrefixCls("select", customizePrefixCls);
const [zIndex] = useZIndex("SelectLike", mergedPopupStyle === null || mergedPopupStyle === void 0 ? void 0 : mergedPopupStyle.zIndex);
return React194.createElement(select_default, Object.assign({
ref,
suffixIcon: null
}, omit(props, ["dataSource", "dropdownClassName", "popupClassName"]), {
prefixCls,
classNames: {
popup: {
root: mergedPopupClassName
},
root: classNames252 === null || classNames252 === void 0 ? void 0 : classNames252.root
},
styles: {
popup: {
root: Object.assign(Object.assign({}, mergedPopupStyle), {
zIndex
})
},
root: styles === null || styles === void 0 ? void 0 : styles.root
},
className: (0, import_classnames65.default)(`${prefixCls}-auto-complete`, className),
mode: select_default.SECRET_COMBOBOX_MODE_DO_NOT_USE,
popupRender: mergedPopupRender,
onOpenChange: mergedOnOpenChange,
// Internal api
getInputElement
}), optionChildren);
};
var RefAutoComplete = React194.forwardRef(AutoComplete);
if (true) {
RefAutoComplete.displayName = "AutoComplete";
}
var AutoComplete_default = RefAutoComplete;
// node_modules/antd/es/auto-complete/index.js
var {
Option: Option4
} = select_default;
var PurePanel4 = PurePanel_default3(AutoComplete_default, "dropdownAlign", (props) => omit(props, ["visible"]));
var AutoComplete2 = AutoComplete_default;
AutoComplete2.Option = Option4;
AutoComplete2._InternalPanelDoNotUseOrYouWillBeFired = PurePanel4;
var auto_complete_default = AutoComplete2;
// node_modules/antd/es/avatar/Avatar.js
var React197 = __toESM(require_react());
var import_classnames66 = __toESM(require_classnames());
// node_modules/antd/es/_util/responsiveObserver.js
var import_react78 = __toESM(require_react());
// node_modules/antd/es/_util/mediaQueryUtil.js
var addMediaQueryListener = (mql, handler) => {
if (typeof (mql === null || mql === void 0 ? void 0 : mql.addEventListener) !== "undefined") {
mql.addEventListener("change", handler);
} else if (typeof (mql === null || mql === void 0 ? void 0 : mql.addListener) !== "undefined") {
mql.addListener(handler);
}
};
var removeMediaQueryListener = (mql, handler) => {
if (typeof (mql === null || mql === void 0 ? void 0 : mql.removeEventListener) !== "undefined") {
mql.removeEventListener("change", handler);
} else if (typeof (mql === null || mql === void 0 ? void 0 : mql.removeListener) !== "undefined") {
mql.removeListener(handler);
}
};
// node_modules/antd/es/_util/responsiveObserver.js
var responsiveArray = ["xxl", "xl", "lg", "md", "sm", "xs"];
var getResponsiveMap = (token2) => ({
xs: `(max-width: ${token2.screenXSMax}px)`,
sm: `(min-width: ${token2.screenSM}px)`,
md: `(min-width: ${token2.screenMD}px)`,
lg: `(min-width: ${token2.screenLG}px)`,
xl: `(min-width: ${token2.screenXL}px)`,
xxl: `(min-width: ${token2.screenXXL}px)`
});
var validateBreakpoints = (token2) => {
const indexableToken = token2;
const revBreakpoints = [].concat(responsiveArray).reverse();
revBreakpoints.forEach((breakpoint, i) => {
const breakpointUpper = breakpoint.toUpperCase();
const screenMin = `screen${breakpointUpper}Min`;
const screen = `screen${breakpointUpper}`;
if (!(indexableToken[screenMin] <= indexableToken[screen])) {
throw new Error(`${screenMin}<=${screen} fails : !(${indexableToken[screenMin]}<=${indexableToken[screen]})`);
}
if (i < revBreakpoints.length - 1) {
const screenMax = `screen${breakpointUpper}Max`;
if (!(indexableToken[screen] <= indexableToken[screenMax])) {
throw new Error(`${screen}<=${screenMax} fails : !(${indexableToken[screen]}<=${indexableToken[screenMax]})`);
}
const nextBreakpointUpperMin = revBreakpoints[i + 1].toUpperCase();
const nextScreenMin = `screen${nextBreakpointUpperMin}Min`;
if (!(indexableToken[screenMax] <= indexableToken[nextScreenMin])) {
throw new Error(`${screenMax}<=${nextScreenMin} fails : !(${indexableToken[screenMax]}<=${indexableToken[nextScreenMin]})`);
}
}
});
return token2;
};
var matchScreen = (screens, screenSizes) => {
if (!screenSizes) {
return;
}
for (const breakpoint of responsiveArray) {
if (screens[breakpoint] && (screenSizes === null || screenSizes === void 0 ? void 0 : screenSizes[breakpoint]) !== void 0) {
return screenSizes[breakpoint];
}
}
};
var useResponsiveObserver = () => {
const [, token2] = useToken();
const responsiveMap = getResponsiveMap(validateBreakpoints(token2));
return import_react78.default.useMemo(() => {
const subscribers = /* @__PURE__ */ new Map();
let subUid = -1;
let screens = {};
return {
responsiveMap,
matchHandlers: {},
dispatch(pointMap) {
screens = pointMap;
subscribers.forEach((func) => func(screens));
return subscribers.size >= 1;
},
subscribe(func) {
if (!subscribers.size) {
this.register();
}
subUid += 1;
subscribers.set(subUid, func);
func(screens);
return subUid;
},
unsubscribe(paramToken) {
subscribers.delete(paramToken);
if (!subscribers.size) {
this.unregister();
}
},
register() {
Object.entries(responsiveMap).forEach(([screen, mediaQuery]) => {
const listener = ({
matches
}) => {
this.dispatch(Object.assign(Object.assign({}, screens), {
[screen]: matches
}));
};
const mql = window.matchMedia(mediaQuery);
addMediaQueryListener(mql, listener);
this.matchHandlers[mediaQuery] = {
mql,
listener
};
listener(mql);
});
},
unregister() {
Object.values(responsiveMap).forEach((mediaQuery) => {
const handler = this.matchHandlers[mediaQuery];
removeMediaQueryListener(handler === null || handler === void 0 ? void 0 : handler.mql, handler === null || handler === void 0 ? void 0 : handler.listener);
});
subscribers.clear();
}
};
}, [responsiveMap]);
};
var responsiveObserver_default = useResponsiveObserver;
// node_modules/antd/es/grid/hooks/useBreakpoint.js
var import_react79 = __toESM(require_react());
function useBreakpoint(refreshOnChange = true, defaultScreens = {}) {
const screensRef = (0, import_react79.useRef)(defaultScreens);
const [, forceUpdate] = useForceUpdate();
const responsiveObserver = responsiveObserver_default();
useLayoutEffect_default(() => {
const token2 = responsiveObserver.subscribe((supportScreens) => {
screensRef.current = supportScreens;
if (refreshOnChange) {
forceUpdate();
}
});
return () => responsiveObserver.unsubscribe(token2);
}, []);
return screensRef.current;
}
var useBreakpoint_default = useBreakpoint;
// node_modules/antd/es/avatar/AvatarContext.js
var React196 = __toESM(require_react());
var AvatarContext = React196.createContext({});
var AvatarContext_default = AvatarContext;
// node_modules/antd/es/avatar/style/index.js
var genBaseStyle6 = (token2) => {
const {
antCls,
componentCls,
iconCls,
avatarBg,
avatarColor,
containerSize,
containerSizeLG,
containerSizeSM,
textFontSize,
textFontSizeLG,
textFontSizeSM,
iconFontSize,
iconFontSizeLG,
iconFontSizeSM,
borderRadius,
borderRadiusLG,
borderRadiusSM,
lineWidth,
lineType
} = token2;
const avatarSizeStyle = (size, fontSize, iconFontSize2, radius2) => ({
width: size,
height: size,
borderRadius: "50%",
fontSize,
[`&${componentCls}-square`]: {
borderRadius: radius2
},
[`&${componentCls}-icon`]: {
fontSize: iconFontSize2,
[`> ${iconCls}`]: {
margin: 0
}
}
});
return {
[componentCls]: Object.assign(Object.assign(Object.assign(Object.assign({}, resetComponent(token2)), {
position: "relative",
display: "inline-flex",
justifyContent: "center",
alignItems: "center",
overflow: "hidden",
color: avatarColor,
whiteSpace: "nowrap",
textAlign: "center",
verticalAlign: "middle",
background: avatarBg,
border: `${unit2(lineWidth)} ${lineType} transparent`,
"&-image": {
background: "transparent"
},
[`${antCls}-image-img`]: {
display: "block"
}
}), avatarSizeStyle(containerSize, textFontSize, iconFontSize, borderRadius)), {
"&-lg": Object.assign({}, avatarSizeStyle(containerSizeLG, textFontSizeLG, iconFontSizeLG, borderRadiusLG)),
"&-sm": Object.assign({}, avatarSizeStyle(containerSizeSM, textFontSizeSM, iconFontSizeSM, borderRadiusSM)),
"> img": {
display: "block",
width: "100%",
height: "100%",
objectFit: "cover"
}
})
};
};
var genGroupStyle2 = (token2) => {
const {
componentCls,
groupBorderColor,
groupOverlapping,
groupSpace
} = token2;
return {
[`${componentCls}-group`]: {
display: "inline-flex",
[componentCls]: {
borderColor: groupBorderColor
},
"> *:not(:first-child)": {
marginInlineStart: groupOverlapping
}
},
[`${componentCls}-group-popover`]: {
[`${componentCls} + ${componentCls}`]: {
marginInlineStart: groupSpace
}
}
};
};
var prepareComponentToken12 = (token2) => {
const {
controlHeight,
controlHeightLG,
controlHeightSM,
fontSize,
fontSizeLG,
fontSizeXL,
fontSizeHeading3,
marginXS,
marginXXS,
colorBorderBg
} = token2;
return {
containerSize: controlHeight,
containerSizeLG: controlHeightLG,
containerSizeSM: controlHeightSM,
textFontSize: fontSize,
textFontSizeLG: fontSize,
textFontSizeSM: fontSize,
iconFontSize: Math.round((fontSizeLG + fontSizeXL) / 2),
iconFontSizeLG: fontSizeHeading3,
iconFontSizeSM: fontSize,
groupSpace: marginXXS,
groupOverlapping: -marginXS,
groupBorderColor: colorBorderBg
};
};
var style_default14 = genStyleHooks("Avatar", (token2) => {
const {
colorTextLightSolid,
colorTextPlaceholder
} = token2;
const avatarToken = merge2(token2, {
avatarBg: colorTextPlaceholder,
avatarColor: colorTextLightSolid
});
return [genBaseStyle6(avatarToken), genGroupStyle2(avatarToken)];
}, prepareComponentToken12);
// node_modules/antd/es/avatar/Avatar.js
var __rest18 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var Avatar = React197.forwardRef((props, ref) => {
const {
prefixCls: customizePrefixCls,
shape,
size: customSize,
src,
srcSet,
icon,
className,
rootClassName,
style: style2,
alt,
draggable,
children,
crossOrigin,
gap = 4,
onError
} = props, others = __rest18(props, ["prefixCls", "shape", "size", "src", "srcSet", "icon", "className", "rootClassName", "style", "alt", "draggable", "children", "crossOrigin", "gap", "onError"]);
const [scale, setScale] = React197.useState(1);
const [mounted, setMounted] = React197.useState(false);
const [isImgExist, setIsImgExist] = React197.useState(true);
const avatarNodeRef = React197.useRef(null);
const avatarChildrenRef = React197.useRef(null);
const avatarNodeMergedRef = composeRef(ref, avatarNodeRef);
const {
getPrefixCls,
avatar
} = React197.useContext(ConfigContext);
const avatarCtx = React197.useContext(AvatarContext_default);
const setScaleParam = () => {
if (!avatarChildrenRef.current || !avatarNodeRef.current) {
return;
}
const childrenWidth = avatarChildrenRef.current.offsetWidth;
const nodeWidth = avatarNodeRef.current.offsetWidth;
if (childrenWidth !== 0 && nodeWidth !== 0) {
if (gap * 2 < nodeWidth) {
setScale(nodeWidth - gap * 2 < childrenWidth ? (nodeWidth - gap * 2) / childrenWidth : 1);
}
}
};
React197.useEffect(() => {
setMounted(true);
}, []);
React197.useEffect(() => {
setIsImgExist(true);
setScale(1);
}, [src]);
React197.useEffect(setScaleParam, [gap]);
const handleImgLoadError = () => {
const errorFlag = onError === null || onError === void 0 ? void 0 : onError();
if (errorFlag !== false) {
setIsImgExist(false);
}
};
const size = useSize_default((ctxSize) => {
var _a, _b;
return (_b = (_a = customSize !== null && customSize !== void 0 ? customSize : avatarCtx === null || avatarCtx === void 0 ? void 0 : avatarCtx.size) !== null && _a !== void 0 ? _a : ctxSize) !== null && _b !== void 0 ? _b : "default";
});
const needResponsive = Object.keys(typeof size === "object" ? size || {} : {}).some((key) => ["xs", "sm", "md", "lg", "xl", "xxl"].includes(key));
const screens = useBreakpoint_default(needResponsive);
const responsiveSizeStyle = React197.useMemo(() => {
if (typeof size !== "object") {
return {};
}
const currentBreakpoint = responsiveArray.find((screen) => screens[screen]);
const currentSize = size[currentBreakpoint];
return currentSize ? {
width: currentSize,
height: currentSize,
fontSize: currentSize && (icon || children) ? currentSize / 2 : 18
} : {};
}, [screens, size, icon, children]);
if (true) {
const warning5 = devUseWarning("Avatar");
true ? warning5(!(typeof icon === "string" && icon.length > 2), "breaking", `\`icon\` is using ReactNode instead of string naming in v4. Please check \`${icon}\` at https://ant.design/components/icon`) : void 0;
}
const prefixCls = getPrefixCls("avatar", customizePrefixCls);
const rootCls = useCSSVarCls_default(prefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default14(prefixCls, rootCls);
const sizeCls = (0, import_classnames66.default)({
[`${prefixCls}-lg`]: size === "large",
[`${prefixCls}-sm`]: size === "small"
});
const hasImageElement = React197.isValidElement(src);
const mergedShape = shape || (avatarCtx === null || avatarCtx === void 0 ? void 0 : avatarCtx.shape) || "circle";
const classString = (0, import_classnames66.default)(prefixCls, sizeCls, avatar === null || avatar === void 0 ? void 0 : avatar.className, `${prefixCls}-${mergedShape}`, {
[`${prefixCls}-image`]: hasImageElement || src && isImgExist,
[`${prefixCls}-icon`]: !!icon
}, cssVarCls, rootCls, className, rootClassName, hashId);
const sizeStyle = typeof size === "number" ? {
width: size,
height: size,
fontSize: icon ? size / 2 : 18
} : {};
let childrenToRender;
if (typeof src === "string" && isImgExist) {
childrenToRender = React197.createElement("img", {
src,
draggable,
srcSet,
onError: handleImgLoadError,
alt,
crossOrigin
});
} else if (hasImageElement) {
childrenToRender = src;
} else if (icon) {
childrenToRender = icon;
} else if (mounted || scale !== 1) {
const transformString = `scale(${scale})`;
const childrenStyle = {
msTransform: transformString,
WebkitTransform: transformString,
transform: transformString
};
childrenToRender = React197.createElement(es_default, {
onResize: setScaleParam
}, React197.createElement("span", {
className: `${prefixCls}-string`,
ref: avatarChildrenRef,
style: childrenStyle
}, children));
} else {
childrenToRender = React197.createElement("span", {
className: `${prefixCls}-string`,
style: {
opacity: 0
},
ref: avatarChildrenRef
}, children);
}
return wrapCSSVar(React197.createElement("span", Object.assign({}, others, {
style: Object.assign(Object.assign(Object.assign(Object.assign({}, sizeStyle), responsiveSizeStyle), avatar === null || avatar === void 0 ? void 0 : avatar.style), style2),
className: classString,
ref: avatarNodeMergedRef
}), childrenToRender));
});
if (true) {
Avatar.displayName = "Avatar";
}
var Avatar_default2 = Avatar;
// node_modules/antd/es/avatar/AvatarGroup.js
var React204 = __toESM(require_react());
var import_classnames74 = __toESM(require_classnames());
// node_modules/antd/es/popover/index.js
var React203 = __toESM(require_react());
var import_react81 = __toESM(require_react());
var import_classnames73 = __toESM(require_classnames());
// node_modules/antd/es/_util/getRenderPropValue.js
var getRenderPropValue = (propValue) => {
if (!propValue) {
return null;
}
return typeof propValue === "function" ? propValue() : propValue;
};
// node_modules/antd/es/tooltip/index.js
var React201 = __toESM(require_react());
var import_classnames71 = __toESM(require_classnames());
// node_modules/rc-tooltip/es/Popup.js
var import_classnames67 = __toESM(require_classnames());
var React198 = __toESM(require_react());
function Popup2(props) {
var children = props.children, prefixCls = props.prefixCls, id = props.id, innerStyle = props.overlayInnerStyle, bodyClassName = props.bodyClassName, className = props.className, style2 = props.style;
return React198.createElement("div", {
className: (0, import_classnames67.default)("".concat(prefixCls, "-content"), className),
style: style2
}, React198.createElement("div", {
className: (0, import_classnames67.default)("".concat(prefixCls, "-inner"), bodyClassName),
id,
role: "tooltip",
style: innerStyle
}, typeof children === "function" ? children() : children));
}
// node_modules/rc-tooltip/es/Tooltip.js
var import_classnames68 = __toESM(require_classnames());
var React199 = __toESM(require_react());
var import_react80 = __toESM(require_react());
// node_modules/rc-tooltip/es/placements.js
var autoAdjustOverflowTopBottom = {
shiftX: 64,
adjustY: 1
};
var autoAdjustOverflowLeftRight = {
adjustX: 1,
shiftY: true
};
var targetOffset = [0, 0];
var placements = {
left: {
points: ["cr", "cl"],
overflow: autoAdjustOverflowLeftRight,
offset: [-4, 0],
targetOffset
},
right: {
points: ["cl", "cr"],
overflow: autoAdjustOverflowLeftRight,
offset: [4, 0],
targetOffset
},
top: {
points: ["bc", "tc"],
overflow: autoAdjustOverflowTopBottom,
offset: [0, -4],
targetOffset
},
bottom: {
points: ["tc", "bc"],
overflow: autoAdjustOverflowTopBottom,
offset: [0, 4],
targetOffset
},
topLeft: {
points: ["bl", "tl"],
overflow: autoAdjustOverflowTopBottom,
offset: [0, -4],
targetOffset
},
leftTop: {
points: ["tr", "tl"],
overflow: autoAdjustOverflowLeftRight,
offset: [-4, 0],
targetOffset
},
topRight: {
points: ["br", "tr"],
overflow: autoAdjustOverflowTopBottom,
offset: [0, -4],
targetOffset
},
rightTop: {
points: ["tl", "tr"],
overflow: autoAdjustOverflowLeftRight,
offset: [4, 0],
targetOffset
},
bottomRight: {
points: ["tr", "br"],
overflow: autoAdjustOverflowTopBottom,
offset: [0, 4],
targetOffset
},
rightBottom: {
points: ["bl", "br"],
overflow: autoAdjustOverflowLeftRight,
offset: [4, 0],
targetOffset
},
bottomLeft: {
points: ["tl", "bl"],
overflow: autoAdjustOverflowTopBottom,
offset: [0, 4],
targetOffset
},
leftBottom: {
points: ["br", "bl"],
overflow: autoAdjustOverflowLeftRight,
offset: [-4, 0],
targetOffset
}
};
// node_modules/rc-tooltip/es/Tooltip.js
var _excluded26 = ["overlayClassName", "trigger", "mouseEnterDelay", "mouseLeaveDelay", "overlayStyle", "prefixCls", "children", "onVisibleChange", "afterVisibleChange", "transitionName", "animation", "motion", "placement", "align", "destroyTooltipOnHide", "defaultVisible", "getTooltipContainer", "overlayInnerStyle", "arrowContent", "overlay", "id", "showArrow", "classNames", "styles"];
var Tooltip = function Tooltip2(props, ref) {
var overlayClassName = props.overlayClassName, _props$trigger = props.trigger, trigger = _props$trigger === void 0 ? ["hover"] : _props$trigger, _props$mouseEnterDela = props.mouseEnterDelay, mouseEnterDelay = _props$mouseEnterDela === void 0 ? 0 : _props$mouseEnterDela, _props$mouseLeaveDela = props.mouseLeaveDelay, mouseLeaveDelay = _props$mouseLeaveDela === void 0 ? 0.1 : _props$mouseLeaveDela, overlayStyle = props.overlayStyle, _props$prefixCls = props.prefixCls, prefixCls = _props$prefixCls === void 0 ? "rc-tooltip" : _props$prefixCls, children = props.children, onVisibleChange = props.onVisibleChange, afterVisibleChange = props.afterVisibleChange, transitionName = props.transitionName, animation = props.animation, motion2 = props.motion, _props$placement = props.placement, placement = _props$placement === void 0 ? "right" : _props$placement, _props$align = props.align, align = _props$align === void 0 ? {} : _props$align, _props$destroyTooltip = props.destroyTooltipOnHide, destroyTooltipOnHide = _props$destroyTooltip === void 0 ? false : _props$destroyTooltip, defaultVisible = props.defaultVisible, getTooltipContainer = props.getTooltipContainer, overlayInnerStyle = props.overlayInnerStyle, arrowContent = props.arrowContent, overlay = props.overlay, id = props.id, _props$showArrow = props.showArrow, showArrow = _props$showArrow === void 0 ? true : _props$showArrow, tooltipClassNames = props.classNames, tooltipStyles = props.styles, restProps = _objectWithoutProperties(props, _excluded26);
var mergedId = useId_default(id);
var triggerRef = (0, import_react80.useRef)(null);
(0, import_react80.useImperativeHandle)(ref, function() {
return triggerRef.current;
});
var extraProps = _objectSpread2({}, restProps);
if ("visible" in props) {
extraProps.popupVisible = props.visible;
}
var getPopupElement = function getPopupElement2() {
return React199.createElement(Popup2, {
key: "content",
prefixCls,
id: mergedId,
bodyClassName: tooltipClassNames === null || tooltipClassNames === void 0 ? void 0 : tooltipClassNames.body,
overlayInnerStyle: _objectSpread2(_objectSpread2({}, overlayInnerStyle), tooltipStyles === null || tooltipStyles === void 0 ? void 0 : tooltipStyles.body)
}, overlay);
};
var getChildren = function getChildren2() {
var child = React199.Children.only(children);
var originalProps = (child === null || child === void 0 ? void 0 : child.props) || {};
var childProps = _objectSpread2(_objectSpread2({}, originalProps), {}, {
"aria-describedby": overlay ? mergedId : null
});
return React199.cloneElement(children, childProps);
};
return React199.createElement(es_default10, _extends({
popupClassName: (0, import_classnames68.default)(overlayClassName, tooltipClassNames === null || tooltipClassNames === void 0 ? void 0 : tooltipClassNames.root),
prefixCls,
popup: getPopupElement,
action: trigger,
builtinPlacements: placements,
popupPlacement: placement,
ref: triggerRef,
popupAlign: align,
getPopupContainer: getTooltipContainer,
onPopupVisibleChange: onVisibleChange,
afterPopupVisibleChange: afterVisibleChange,
popupTransitionName: transitionName,
popupAnimation: animation,
popupMotion: motion2,
defaultPopupVisible: defaultVisible,
autoDestroy: destroyTooltipOnHide,
mouseLeaveDelay,
popupStyle: _objectSpread2(_objectSpread2({}, overlayStyle), tooltipStyles === null || tooltipStyles === void 0 ? void 0 : tooltipStyles.root),
mouseEnterDelay,
arrow: showArrow
}, extraProps), getChildren());
};
var Tooltip_default = (0, import_react80.forwardRef)(Tooltip);
// node_modules/rc-tooltip/es/index.js
var es_default13 = Tooltip_default;
// node_modules/antd/es/style/roundedArrow.js
function getArrowToken(token2) {
const {
sizePopupArrow,
borderRadiusXS,
borderRadiusOuter
} = token2;
const unitWidth = sizePopupArrow / 2;
const ax = 0;
const ay = unitWidth;
const bx = borderRadiusOuter * 1 / Math.sqrt(2);
const by = unitWidth - borderRadiusOuter * (1 - 1 / Math.sqrt(2));
const cx = unitWidth - borderRadiusXS * (1 / Math.sqrt(2));
const cy = borderRadiusOuter * (Math.sqrt(2) - 1) + borderRadiusXS * (1 / Math.sqrt(2));
const dx = 2 * unitWidth - cx;
const dy = cy;
const ex = 2 * unitWidth - bx;
const ey = by;
const fx = 2 * unitWidth - ax;
const fy = ay;
const shadowWidth = unitWidth * Math.sqrt(2) + borderRadiusOuter * (Math.sqrt(2) - 2);
const polygonOffset = borderRadiusOuter * (Math.sqrt(2) - 1);
const arrowPolygon = `polygon(${polygonOffset}px 100%, 50% ${polygonOffset}px, ${2 * unitWidth - polygonOffset}px 100%, ${polygonOffset}px 100%)`;
const arrowPath = `path('M ${ax} ${ay} A ${borderRadiusOuter} ${borderRadiusOuter} 0 0 0 ${bx} ${by} L ${cx} ${cy} A ${borderRadiusXS} ${borderRadiusXS} 0 0 1 ${dx} ${dy} L ${ex} ${ey} A ${borderRadiusOuter} ${borderRadiusOuter} 0 0 0 ${fx} ${fy} Z')`;
return {
arrowShadowWidth: shadowWidth,
arrowPath,
arrowPolygon
};
}
var genRoundedArrow = (token2, bgColor, boxShadow) => {
const {
sizePopupArrow,
arrowPolygon,
arrowPath,
arrowShadowWidth,
borderRadiusXS,
calc
} = token2;
return {
pointerEvents: "none",
width: sizePopupArrow,
height: sizePopupArrow,
overflow: "hidden",
"&::before": {
position: "absolute",
bottom: 0,
insetInlineStart: 0,
width: sizePopupArrow,
height: calc(sizePopupArrow).div(2).equal(),
background: bgColor,
clipPath: {
_multi_value_: true,
value: [arrowPolygon, arrowPath]
},
content: '""'
},
"&::after": {
content: '""',
position: "absolute",
width: arrowShadowWidth,
height: arrowShadowWidth,
bottom: 0,
insetInline: 0,
margin: "auto",
borderRadius: {
_skip_check_: true,
value: `0 0 ${unit2(borderRadiusXS)} 0`
},
transform: "translateY(50%) rotate(-135deg)",
boxShadow,
zIndex: 0,
background: "transparent"
}
};
};
// node_modules/antd/es/style/placementArrow.js
var MAX_VERTICAL_CONTENT_RADIUS = 8;
function getArrowOffsetToken(options) {
const {
contentRadius,
limitVerticalRadius
} = options;
const arrowOffset = contentRadius > 12 ? contentRadius + 2 : 12;
const arrowOffsetVertical = limitVerticalRadius ? MAX_VERTICAL_CONTENT_RADIUS : arrowOffset;
return {
arrowOffsetHorizontal: arrowOffset,
arrowOffsetVertical
};
}
function isInject(valid, code) {
if (!valid) {
return {};
}
return code;
}
function getArrowStyle(token2, colorBg, options) {
const {
componentCls,
boxShadowPopoverArrow,
arrowOffsetVertical,
arrowOffsetHorizontal
} = token2;
const {
arrowDistance = 0,
arrowPlacement = {
left: true,
right: true,
top: true,
bottom: true
}
} = options || {};
return {
[componentCls]: Object.assign(Object.assign(Object.assign(Object.assign({
// ============================ Basic ============================
[`${componentCls}-arrow`]: [Object.assign(Object.assign({
position: "absolute",
zIndex: 1,
display: "block"
}, genRoundedArrow(token2, colorBg, boxShadowPopoverArrow)), {
"&:before": {
background: colorBg
}
})]
}, isInject(!!arrowPlacement.top, {
[[`&-placement-top > ${componentCls}-arrow`, `&-placement-topLeft > ${componentCls}-arrow`, `&-placement-topRight > ${componentCls}-arrow`].join(",")]: {
bottom: arrowDistance,
transform: "translateY(100%) rotate(180deg)"
},
[`&-placement-top > ${componentCls}-arrow`]: {
left: {
_skip_check_: true,
value: "50%"
},
transform: "translateX(-50%) translateY(100%) rotate(180deg)"
},
"&-placement-topLeft": {
"--arrow-offset-horizontal": arrowOffsetHorizontal,
[`> ${componentCls}-arrow`]: {
left: {
_skip_check_: true,
value: arrowOffsetHorizontal
}
}
},
"&-placement-topRight": {
"--arrow-offset-horizontal": `calc(100% - ${unit2(arrowOffsetHorizontal)})`,
[`> ${componentCls}-arrow`]: {
right: {
_skip_check_: true,
value: arrowOffsetHorizontal
}
}
}
})), isInject(!!arrowPlacement.bottom, {
[[`&-placement-bottom > ${componentCls}-arrow`, `&-placement-bottomLeft > ${componentCls}-arrow`, `&-placement-bottomRight > ${componentCls}-arrow`].join(",")]: {
top: arrowDistance,
transform: `translateY(-100%)`
},
[`&-placement-bottom > ${componentCls}-arrow`]: {
left: {
_skip_check_: true,
value: "50%"
},
transform: `translateX(-50%) translateY(-100%)`
},
"&-placement-bottomLeft": {
"--arrow-offset-horizontal": arrowOffsetHorizontal,
[`> ${componentCls}-arrow`]: {
left: {
_skip_check_: true,
value: arrowOffsetHorizontal
}
}
},
"&-placement-bottomRight": {
"--arrow-offset-horizontal": `calc(100% - ${unit2(arrowOffsetHorizontal)})`,
[`> ${componentCls}-arrow`]: {
right: {
_skip_check_: true,
value: arrowOffsetHorizontal
}
}
}
})), isInject(!!arrowPlacement.left, {
[[`&-placement-left > ${componentCls}-arrow`, `&-placement-leftTop > ${componentCls}-arrow`, `&-placement-leftBottom > ${componentCls}-arrow`].join(",")]: {
right: {
_skip_check_: true,
value: arrowDistance
},
transform: "translateX(100%) rotate(90deg)"
},
[`&-placement-left > ${componentCls}-arrow`]: {
top: {
_skip_check_: true,
value: "50%"
},
transform: "translateY(-50%) translateX(100%) rotate(90deg)"
},
[`&-placement-leftTop > ${componentCls}-arrow`]: {
top: arrowOffsetVertical
},
[`&-placement-leftBottom > ${componentCls}-arrow`]: {
bottom: arrowOffsetVertical
}
})), isInject(!!arrowPlacement.right, {
[[`&-placement-right > ${componentCls}-arrow`, `&-placement-rightTop > ${componentCls}-arrow`, `&-placement-rightBottom > ${componentCls}-arrow`].join(",")]: {
left: {
_skip_check_: true,
value: arrowDistance
},
transform: "translateX(-100%) rotate(-90deg)"
},
[`&-placement-right > ${componentCls}-arrow`]: {
top: {
_skip_check_: true,
value: "50%"
},
transform: "translateY(-50%) translateX(-100%) rotate(-90deg)"
},
[`&-placement-rightTop > ${componentCls}-arrow`]: {
top: arrowOffsetVertical
},
[`&-placement-rightBottom > ${componentCls}-arrow`]: {
bottom: arrowOffsetVertical
}
}))
};
}
// node_modules/antd/es/_util/placements.js
function getOverflowOptions(placement, arrowOffset, arrowWidth, autoAdjustOverflow3) {
if (autoAdjustOverflow3 === false) {
return {
adjustX: false,
adjustY: false
};
}
const overflow = autoAdjustOverflow3 && typeof autoAdjustOverflow3 === "object" ? autoAdjustOverflow3 : {};
const baseOverflow = {};
switch (placement) {
case "top":
case "bottom":
baseOverflow.shiftX = arrowOffset.arrowOffsetHorizontal * 2 + arrowWidth;
baseOverflow.shiftY = true;
baseOverflow.adjustY = true;
break;
case "left":
case "right":
baseOverflow.shiftY = arrowOffset.arrowOffsetVertical * 2 + arrowWidth;
baseOverflow.shiftX = true;
baseOverflow.adjustX = true;
break;
}
const mergedOverflow = Object.assign(Object.assign({}, baseOverflow), overflow);
if (!mergedOverflow.shiftX) {
mergedOverflow.adjustX = true;
}
if (!mergedOverflow.shiftY) {
mergedOverflow.adjustY = true;
}
return mergedOverflow;
}
var PlacementAlignMap = {
left: {
points: ["cr", "cl"]
},
right: {
points: ["cl", "cr"]
},
top: {
points: ["bc", "tc"]
},
bottom: {
points: ["tc", "bc"]
},
topLeft: {
points: ["bl", "tl"]
},
leftTop: {
points: ["tr", "tl"]
},
topRight: {
points: ["br", "tr"]
},
rightTop: {
points: ["tl", "tr"]
},
bottomRight: {
points: ["tr", "br"]
},
rightBottom: {
points: ["bl", "br"]
},
bottomLeft: {
points: ["tl", "bl"]
},
leftBottom: {
points: ["br", "bl"]
}
};
var ArrowCenterPlacementAlignMap = {
topLeft: {
points: ["bl", "tc"]
},
leftTop: {
points: ["tr", "cl"]
},
topRight: {
points: ["br", "tc"]
},
rightTop: {
points: ["tl", "cr"]
},
bottomRight: {
points: ["tr", "bc"]
},
rightBottom: {
points: ["bl", "cr"]
},
bottomLeft: {
points: ["tl", "bc"]
},
leftBottom: {
points: ["br", "cl"]
}
};
var DisableAutoArrowList = /* @__PURE__ */ new Set(["topLeft", "topRight", "bottomLeft", "bottomRight", "leftTop", "leftBottom", "rightTop", "rightBottom"]);
function getPlacements(config) {
const {
arrowWidth,
autoAdjustOverflow: autoAdjustOverflow3,
arrowPointAtCenter,
offset: offset3,
borderRadius,
visibleFirst
} = config;
const halfArrowWidth = arrowWidth / 2;
const placementMap = {};
const arrowOffset = getArrowOffsetToken({
contentRadius: borderRadius,
limitVerticalRadius: true
});
Object.keys(PlacementAlignMap).forEach((key) => {
const template = arrowPointAtCenter && ArrowCenterPlacementAlignMap[key] || PlacementAlignMap[key];
const placementInfo = Object.assign(Object.assign({}, template), {
offset: [0, 0],
dynamicInset: true
});
placementMap[key] = placementInfo;
if (DisableAutoArrowList.has(key)) {
placementInfo.autoArrow = false;
}
switch (key) {
case "top":
case "topLeft":
case "topRight":
placementInfo.offset[1] = -halfArrowWidth - offset3;
break;
case "bottom":
case "bottomLeft":
case "bottomRight":
placementInfo.offset[1] = halfArrowWidth + offset3;
break;
case "left":
case "leftTop":
case "leftBottom":
placementInfo.offset[0] = -halfArrowWidth - offset3;
break;
case "right":
case "rightTop":
case "rightBottom":
placementInfo.offset[0] = halfArrowWidth + offset3;
break;
}
if (arrowPointAtCenter) {
switch (key) {
case "topLeft":
case "bottomLeft":
placementInfo.offset[0] = -arrowOffset.arrowOffsetHorizontal - halfArrowWidth;
break;
case "topRight":
case "bottomRight":
placementInfo.offset[0] = arrowOffset.arrowOffsetHorizontal + halfArrowWidth;
break;
case "leftTop":
case "rightTop":
placementInfo.offset[1] = -arrowOffset.arrowOffsetHorizontal * 2 + halfArrowWidth;
break;
case "leftBottom":
case "rightBottom":
placementInfo.offset[1] = arrowOffset.arrowOffsetHorizontal * 2 - halfArrowWidth;
break;
}
}
placementInfo.overflow = getOverflowOptions(key, arrowOffset, arrowWidth, autoAdjustOverflow3);
if (visibleFirst) {
placementInfo.htmlRegion = "visibleFirst";
}
});
return placementMap;
}
// node_modules/antd/es/tooltip/PurePanel.js
var React200 = __toESM(require_react());
var import_classnames70 = __toESM(require_classnames());
// node_modules/antd/es/tooltip/style/index.js
var genTooltipStyle = (token2) => {
const {
calc,
componentCls,
// ant-tooltip
tooltipMaxWidth,
tooltipColor,
tooltipBg,
tooltipBorderRadius,
zIndexPopup,
controlHeight,
boxShadowSecondary,
paddingSM,
paddingXS,
arrowOffsetHorizontal,
sizePopupArrow
} = token2;
const edgeAlignMinWidth = calc(tooltipBorderRadius).add(sizePopupArrow).add(arrowOffsetHorizontal).equal();
const centerAlignMinWidth = calc(tooltipBorderRadius).mul(2).add(sizePopupArrow).equal();
return [
{
[componentCls]: Object.assign(Object.assign(Object.assign(Object.assign({}, resetComponent(token2)), {
position: "absolute",
zIndex: zIndexPopup,
display: "block",
width: "max-content",
maxWidth: tooltipMaxWidth,
visibility: "visible",
// When use `autoArrow`, origin will follow the arrow position
"--valid-offset-x": "var(--arrow-offset-horizontal, var(--arrow-x))",
transformOrigin: [`var(--valid-offset-x, 50%)`, `var(--arrow-y, 50%)`].join(" "),
"&-hidden": {
display: "none"
},
"--antd-arrow-background-color": tooltipBg,
// Wrapper for the tooltip content
[`${componentCls}-inner`]: {
minWidth: centerAlignMinWidth,
minHeight: controlHeight,
padding: `${unit2(token2.calc(paddingSM).div(2).equal())} ${unit2(paddingXS)}`,
color: `var(--ant-tooltip-color, ${tooltipColor})`,
textAlign: "start",
textDecoration: "none",
wordWrap: "break-word",
backgroundColor: tooltipBg,
borderRadius: tooltipBorderRadius,
boxShadow: boxShadowSecondary,
boxSizing: "border-box"
},
// Align placement should have another min width
[[`&-placement-topLeft`, `&-placement-topRight`, `&-placement-bottomLeft`, `&-placement-bottomRight`].join(",")]: {
minWidth: edgeAlignMinWidth
},
// Limit left and right placement radius
[[`&-placement-left`, `&-placement-leftTop`, `&-placement-leftBottom`, `&-placement-right`, `&-placement-rightTop`, `&-placement-rightBottom`].join(",")]: {
[`${componentCls}-inner`]: {
borderRadius: token2.min(tooltipBorderRadius, MAX_VERTICAL_CONTENT_RADIUS)
}
},
[`${componentCls}-content`]: {
position: "relative"
}
}), genPresetColor(token2, (colorKey, {
darkColor
}) => ({
[`&${componentCls}-${colorKey}`]: {
[`${componentCls}-inner`]: {
backgroundColor: darkColor
},
[`${componentCls}-arrow`]: {
"--antd-arrow-background-color": darkColor
}
}
}))), {
// RTL
"&-rtl": {
direction: "rtl"
}
})
},
// Arrow Style
getArrowStyle(token2, "var(--antd-arrow-background-color)"),
// Pure Render
{
[`${componentCls}-pure`]: {
position: "relative",
maxWidth: "none",
margin: token2.sizePopupArrow
}
}
];
};
var prepareComponentToken13 = (token2) => Object.assign(Object.assign({
zIndexPopup: token2.zIndexPopupBase + 70
}, getArrowOffsetToken({
contentRadius: token2.borderRadius,
limitVerticalRadius: true
})), getArrowToken(merge2(token2, {
borderRadiusOuter: Math.min(token2.borderRadiusOuter, 4)
})));
var style_default15 = (prefixCls, injectStyle = true) => {
const useStyle = genStyleHooks("Tooltip", (token2) => {
const {
borderRadius,
colorTextLightSolid,
colorBgSpotlight
} = token2;
const TooltipToken = merge2(token2, {
// default variables
tooltipMaxWidth: 250,
tooltipColor: colorTextLightSolid,
tooltipBorderRadius: borderRadius,
tooltipBg: colorBgSpotlight
});
return [genTooltipStyle(TooltipToken), initZoomMotion(token2, "zoom-big-fast")];
}, prepareComponentToken13, {
resetStyle: false,
// Popover use Tooltip as internal component. We do not need to handle this.
injectStyle
});
return useStyle(prefixCls);
};
// node_modules/antd/es/tooltip/util.js
var import_classnames69 = __toESM(require_classnames());
// node_modules/antd/es/_util/colors.js
var inverseColors = PresetColors.map((color) => `${color}-inverse`);
var PresetStatusColorTypes = ["success", "processing", "error", "default", "warning"];
function isPresetColor(color, includeInverse = true) {
if (includeInverse) {
return [].concat(_toConsumableArray(inverseColors), _toConsumableArray(PresetColors)).includes(color);
}
return PresetColors.includes(color);
}
function isPresetStatusColor(color) {
return PresetStatusColorTypes.includes(color);
}
// node_modules/antd/es/tooltip/util.js
function parseColor(prefixCls, color) {
const isInternalColor = isPresetColor(color);
const className = (0, import_classnames69.default)({
[`${prefixCls}-${color}`]: color && isInternalColor
});
const overlayStyle = {};
const arrowStyle = {};
const rgb = generateColor3(color).toRgb();
const luminance = (0.299 * rgb.r + 0.587 * rgb.g + 0.114 * rgb.b) / 255;
const textColor = luminance < 0.5 ? "#FFF" : "#000";
if (color && !isInternalColor) {
overlayStyle.background = color;
overlayStyle["--ant-tooltip-color"] = textColor;
arrowStyle["--antd-arrow-background-color"] = color;
}
return {
className,
overlayStyle,
arrowStyle
};
}
// node_modules/antd/es/tooltip/PurePanel.js
var PurePanel5 = (props) => {
const {
prefixCls: customizePrefixCls,
className,
placement = "top",
title,
color,
overlayInnerStyle
} = props;
const {
getPrefixCls
} = React200.useContext(ConfigContext);
const prefixCls = getPrefixCls("tooltip", customizePrefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default15(prefixCls);
const colorInfo = parseColor(prefixCls, color);
const arrowContentStyle = colorInfo.arrowStyle;
const formattedOverlayInnerStyle = Object.assign(Object.assign({}, overlayInnerStyle), colorInfo.overlayStyle);
const cls13 = (0, import_classnames70.default)(hashId, cssVarCls, prefixCls, `${prefixCls}-pure`, `${prefixCls}-placement-${placement}`, className, colorInfo.className);
return wrapCSSVar(React200.createElement("div", {
className: cls13,
style: arrowContentStyle
}, React200.createElement("div", {
className: `${prefixCls}-arrow`
}), React200.createElement(Popup2, Object.assign({}, props, {
className: hashId,
prefixCls,
overlayInnerStyle: formattedOverlayInnerStyle
}), title)));
};
var PurePanel_default4 = PurePanel5;
// node_modules/antd/es/tooltip/index.js
var __rest19 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var InternalTooltip = React201.forwardRef((props, ref) => {
var _a, _b;
const {
prefixCls: customizePrefixCls,
openClassName,
getTooltipContainer,
color,
overlayInnerStyle,
children,
afterOpenChange,
afterVisibleChange,
destroyTooltipOnHide,
destroyOnHidden,
arrow = true,
title,
overlay,
builtinPlacements,
arrowPointAtCenter = false,
autoAdjustOverflow: autoAdjustOverflow3 = true,
motion: _motion,
getPopupContainer,
placement = "top",
mouseEnterDelay = 0.1,
mouseLeaveDelay = 0.1,
overlayStyle,
rootClassName,
overlayClassName,
styles,
classNames: tooltipClassNames
} = props, restProps = __rest19(props, ["prefixCls", "openClassName", "getTooltipContainer", "color", "overlayInnerStyle", "children", "afterOpenChange", "afterVisibleChange", "destroyTooltipOnHide", "destroyOnHidden", "arrow", "title", "overlay", "builtinPlacements", "arrowPointAtCenter", "autoAdjustOverflow", "motion", "getPopupContainer", "placement", "mouseEnterDelay", "mouseLeaveDelay", "overlayStyle", "rootClassName", "overlayClassName", "styles", "classNames"]);
const mergedShowArrow = !!arrow;
const [, token2] = useToken();
const {
getPopupContainer: getContextPopupContainer,
getPrefixCls,
direction,
className: contextClassName,
style: contextStyle,
classNames: contextClassNames,
styles: contextStyles
} = useComponentConfig("tooltip");
const warning5 = devUseWarning("Tooltip");
const tooltipRef = React201.useRef(null);
const forceAlign = () => {
var _a2;
(_a2 = tooltipRef.current) === null || _a2 === void 0 ? void 0 : _a2.forceAlign();
};
React201.useImperativeHandle(ref, () => {
var _a2, _b2;
return {
forceAlign,
forcePopupAlign: () => {
warning5.deprecated(false, "forcePopupAlign", "forceAlign");
forceAlign();
},
nativeElement: (_a2 = tooltipRef.current) === null || _a2 === void 0 ? void 0 : _a2.nativeElement,
popupElement: (_b2 = tooltipRef.current) === null || _b2 === void 0 ? void 0 : _b2.popupElement
};
});
if (true) {
[["visible", "open"], ["defaultVisible", "defaultOpen"], ["onVisibleChange", "onOpenChange"], ["afterVisibleChange", "afterOpenChange"], ["destroyTooltipOnHide", "destroyOnHidden"], ["arrowPointAtCenter", "arrow={{ pointAtCenter: true }}"], ["overlayStyle", "styles={{ root: {} }}"], ["overlayInnerStyle", "styles={{ body: {} }}"], ["overlayClassName", 'classNames={{ root: "" }}']].forEach(([deprecatedName, newName]) => {
warning5.deprecated(!(deprecatedName in props), deprecatedName, newName);
});
true ? warning5(!destroyTooltipOnHide || typeof destroyTooltipOnHide === "boolean", "usage", "`destroyTooltipOnHide` no need config `keepParent` anymore. Please use `boolean` value directly.") : void 0;
true ? warning5(!arrow || typeof arrow === "boolean" || !("arrowPointAtCenter" in arrow), "deprecated", "`arrowPointAtCenter` in `arrow` is deprecated. Please use `pointAtCenter` instead.") : void 0;
}
const [open3, setOpen] = useMergedState(false, {
value: (_a = props.open) !== null && _a !== void 0 ? _a : props.visible,
defaultValue: (_b = props.defaultOpen) !== null && _b !== void 0 ? _b : props.defaultVisible
});
const noTitle = !title && !overlay && title !== 0;
const onOpenChange = (vis) => {
var _a2, _b2;
setOpen(noTitle ? false : vis);
if (!noTitle) {
(_a2 = props.onOpenChange) === null || _a2 === void 0 ? void 0 : _a2.call(props, vis);
(_b2 = props.onVisibleChange) === null || _b2 === void 0 ? void 0 : _b2.call(props, vis);
}
};
const tooltipPlacements = React201.useMemo(() => {
var _a2, _b2;
let mergedArrowPointAtCenter = arrowPointAtCenter;
if (typeof arrow === "object") {
mergedArrowPointAtCenter = (_b2 = (_a2 = arrow.pointAtCenter) !== null && _a2 !== void 0 ? _a2 : arrow.arrowPointAtCenter) !== null && _b2 !== void 0 ? _b2 : arrowPointAtCenter;
}
return builtinPlacements || getPlacements({
arrowPointAtCenter: mergedArrowPointAtCenter,
autoAdjustOverflow: autoAdjustOverflow3,
arrowWidth: mergedShowArrow ? token2.sizePopupArrow : 0,
borderRadius: token2.borderRadius,
offset: token2.marginXXS,
visibleFirst: true
});
}, [arrowPointAtCenter, arrow, builtinPlacements, token2]);
const memoOverlay = React201.useMemo(() => {
if (title === 0) {
return title;
}
return overlay || title || "";
}, [overlay, title]);
const memoOverlayWrapper = React201.createElement(ContextIsolator_default, {
space: true
}, typeof memoOverlay === "function" ? memoOverlay() : memoOverlay);
const prefixCls = getPrefixCls("tooltip", customizePrefixCls);
const rootPrefixCls = getPrefixCls();
const injectFromPopover = props["data-popover-inject"];
let tempOpen = open3;
if (!("open" in props) && !("visible" in props) && noTitle) {
tempOpen = false;
}
const child = React201.isValidElement(children) && !isFragment2(children) ? children : React201.createElement("span", null, children);
const childProps = child.props;
const childCls = !childProps.className || typeof childProps.className === "string" ? (0, import_classnames71.default)(childProps.className, openClassName || `${prefixCls}-open`) : childProps.className;
const [wrapCSSVar, hashId, cssVarCls] = style_default15(prefixCls, !injectFromPopover);
const colorInfo = parseColor(prefixCls, color);
const arrowContentStyle = colorInfo.arrowStyle;
const rootClassNames = (0, import_classnames71.default)(overlayClassName, {
[`${prefixCls}-rtl`]: direction === "rtl"
}, colorInfo.className, rootClassName, hashId, cssVarCls, contextClassName, contextClassNames.root, tooltipClassNames === null || tooltipClassNames === void 0 ? void 0 : tooltipClassNames.root);
const bodyClassNames = (0, import_classnames71.default)(contextClassNames.body, tooltipClassNames === null || tooltipClassNames === void 0 ? void 0 : tooltipClassNames.body);
const [zIndex, contextZIndex] = useZIndex("Tooltip", restProps.zIndex);
const content = React201.createElement(es_default13, Object.assign({}, restProps, {
zIndex,
showArrow: mergedShowArrow,
placement,
mouseEnterDelay,
mouseLeaveDelay,
prefixCls,
classNames: {
root: rootClassNames,
body: bodyClassNames
},
styles: {
root: Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, arrowContentStyle), contextStyles.root), contextStyle), overlayStyle), styles === null || styles === void 0 ? void 0 : styles.root),
body: Object.assign(Object.assign(Object.assign(Object.assign({}, contextStyles.body), overlayInnerStyle), styles === null || styles === void 0 ? void 0 : styles.body), colorInfo.overlayStyle)
},
getTooltipContainer: getPopupContainer || getTooltipContainer || getContextPopupContainer,
ref: tooltipRef,
builtinPlacements: tooltipPlacements,
overlay: memoOverlayWrapper,
visible: tempOpen,
onVisibleChange: onOpenChange,
afterVisibleChange: afterOpenChange !== null && afterOpenChange !== void 0 ? afterOpenChange : afterVisibleChange,
arrowContent: React201.createElement("span", {
className: `${prefixCls}-arrow-content`
}),
motion: {
motionName: getTransitionName2(rootPrefixCls, "zoom-big-fast", props.transitionName),
motionDeadline: 1e3
},
// TODO: In the future, destroyTooltipOnHide in rc-tooltip needs to be upgrade to destroyOnHidden
destroyTooltipOnHide: destroyOnHidden !== null && destroyOnHidden !== void 0 ? destroyOnHidden : !!destroyTooltipOnHide
}), tempOpen ? cloneElement3(child, {
className: childCls
}) : child);
return wrapCSSVar(React201.createElement(zindexContext_default.Provider, {
value: contextZIndex
}, content));
});
var Tooltip3 = InternalTooltip;
if (true) {
Tooltip3.displayName = "Tooltip";
}
Tooltip3._InternalPanelDoNotUseOrYouWillBeFired = PurePanel_default4;
var tooltip_default = Tooltip3;
// node_modules/antd/es/popover/PurePanel.js
var React202 = __toESM(require_react());
var import_classnames72 = __toESM(require_classnames());
// node_modules/antd/es/popover/style/index.js
var genBaseStyle7 = (token2) => {
const {
componentCls,
popoverColor,
titleMinWidth,
fontWeightStrong,
innerPadding,
boxShadowSecondary,
colorTextHeading,
borderRadiusLG,
zIndexPopup,
titleMarginBottom,
colorBgElevated,
popoverBg,
titleBorderBottom,
innerContentPadding,
titlePadding
} = token2;
return [
{
[componentCls]: Object.assign(Object.assign({}, resetComponent(token2)), {
position: "absolute",
top: 0,
// use `left` to fix https://github.com/ant-design/ant-design/issues/39195
left: {
_skip_check_: true,
value: 0
},
zIndex: zIndexPopup,
fontWeight: "normal",
whiteSpace: "normal",
textAlign: "start",
cursor: "auto",
userSelect: "text",
// When use `autoArrow`, origin will follow the arrow position
"--valid-offset-x": "var(--arrow-offset-horizontal, var(--arrow-x))",
transformOrigin: [`var(--valid-offset-x, 50%)`, `var(--arrow-y, 50%)`].join(" "),
"--antd-arrow-background-color": colorBgElevated,
width: "max-content",
maxWidth: "100vw",
"&-rtl": {
direction: "rtl"
},
"&-hidden": {
display: "none"
},
[`${componentCls}-content`]: {
position: "relative"
},
[`${componentCls}-inner`]: {
backgroundColor: popoverBg,
backgroundClip: "padding-box",
borderRadius: borderRadiusLG,
boxShadow: boxShadowSecondary,
padding: innerPadding
},
[`${componentCls}-title`]: {
minWidth: titleMinWidth,
marginBottom: titleMarginBottom,
color: colorTextHeading,
fontWeight: fontWeightStrong,
borderBottom: titleBorderBottom,
padding: titlePadding
},
[`${componentCls}-inner-content`]: {
color: popoverColor,
padding: innerContentPadding
}
})
},
// Arrow Style
getArrowStyle(token2, "var(--antd-arrow-background-color)"),
// Pure Render
{
[`${componentCls}-pure`]: {
position: "relative",
maxWidth: "none",
margin: token2.sizePopupArrow,
display: "inline-block",
[`${componentCls}-content`]: {
display: "inline-block"
}
}
}
];
};
var genColorStyle = (token2) => {
const {
componentCls
} = token2;
return {
[componentCls]: PresetColors.map((colorKey) => {
const lightColor = token2[`${colorKey}6`];
return {
[`&${componentCls}-${colorKey}`]: {
"--antd-arrow-background-color": lightColor,
[`${componentCls}-inner`]: {
backgroundColor: lightColor
},
[`${componentCls}-arrow`]: {
background: "transparent"
}
}
};
})
};
};
var prepareComponentToken14 = (token2) => {
const {
lineWidth,
controlHeight,
fontHeight,
padding,
wireframe,
zIndexPopupBase,
borderRadiusLG,
marginXS,
lineType,
colorSplit,
paddingSM
} = token2;
const titlePaddingBlockDist = controlHeight - fontHeight;
const popoverTitlePaddingBlockTop = titlePaddingBlockDist / 2;
const popoverTitlePaddingBlockBottom = titlePaddingBlockDist / 2 - lineWidth;
const popoverPaddingHorizontal = padding;
return Object.assign(Object.assign(Object.assign({
titleMinWidth: 177,
zIndexPopup: zIndexPopupBase + 30
}, getArrowToken(token2)), getArrowOffsetToken({
contentRadius: borderRadiusLG,
limitVerticalRadius: true
})), {
// internal
innerPadding: wireframe ? 0 : 12,
titleMarginBottom: wireframe ? 0 : marginXS,
titlePadding: wireframe ? `${popoverTitlePaddingBlockTop}px ${popoverPaddingHorizontal}px ${popoverTitlePaddingBlockBottom}px` : 0,
titleBorderBottom: wireframe ? `${lineWidth}px ${lineType} ${colorSplit}` : "none",
innerContentPadding: wireframe ? `${paddingSM}px ${popoverPaddingHorizontal}px` : 0
});
};
var style_default16 = genStyleHooks("Popover", (token2) => {
const {
colorBgElevated,
colorText
} = token2;
const popoverToken = merge2(token2, {
popoverBg: colorBgElevated,
popoverColor: colorText
});
return [genBaseStyle7(popoverToken), genColorStyle(popoverToken), initZoomMotion(popoverToken, "zoom-big")];
}, prepareComponentToken14, {
resetStyle: false,
deprecatedTokens: [["width", "titleMinWidth"], ["minWidth", "titleMinWidth"]]
});
// node_modules/antd/es/popover/PurePanel.js
var __rest20 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var Overlay = ({
title,
content,
prefixCls
}) => {
if (!title && !content) {
return null;
}
return React202.createElement(React202.Fragment, null, title && React202.createElement("div", {
className: `${prefixCls}-title`
}, title), content && React202.createElement("div", {
className: `${prefixCls}-inner-content`
}, content));
};
var RawPurePanel = (props) => {
const {
hashId,
prefixCls,
className,
style: style2,
placement = "top",
title,
content,
children
} = props;
const titleNode = getRenderPropValue(title);
const contentNode = getRenderPropValue(content);
const cls13 = (0, import_classnames72.default)(hashId, prefixCls, `${prefixCls}-pure`, `${prefixCls}-placement-${placement}`, className);
return React202.createElement("div", {
className: cls13,
style: style2
}, React202.createElement("div", {
className: `${prefixCls}-arrow`
}), React202.createElement(Popup2, Object.assign({}, props, {
className: hashId,
prefixCls
}), children || React202.createElement(Overlay, {
prefixCls,
title: titleNode,
content: contentNode
})));
};
var PurePanel6 = (props) => {
const {
prefixCls: customizePrefixCls,
className
} = props, restProps = __rest20(props, ["prefixCls", "className"]);
const {
getPrefixCls
} = React202.useContext(ConfigContext);
const prefixCls = getPrefixCls("popover", customizePrefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default16(prefixCls);
return wrapCSSVar(React202.createElement(RawPurePanel, Object.assign({}, restProps, {
prefixCls,
hashId,
className: (0, import_classnames72.default)(className, cssVarCls)
})));
};
var PurePanel_default5 = PurePanel6;
// node_modules/antd/es/popover/index.js
var __rest21 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var InternalPopover = React203.forwardRef((props, ref) => {
var _a, _b;
const {
prefixCls: customizePrefixCls,
title,
content,
overlayClassName,
placement = "top",
trigger = "hover",
children,
mouseEnterDelay = 0.1,
mouseLeaveDelay = 0.1,
onOpenChange,
overlayStyle = {},
styles,
classNames: popoverClassNames
} = props, otherProps = __rest21(props, ["prefixCls", "title", "content", "overlayClassName", "placement", "trigger", "children", "mouseEnterDelay", "mouseLeaveDelay", "onOpenChange", "overlayStyle", "styles", "classNames"]);
const {
getPrefixCls,
className: contextClassName,
style: contextStyle,
classNames: contextClassNames,
styles: contextStyles
} = useComponentConfig("popover");
const prefixCls = getPrefixCls("popover", customizePrefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default16(prefixCls);
const rootPrefixCls = getPrefixCls();
const rootClassNames = (0, import_classnames73.default)(overlayClassName, hashId, cssVarCls, contextClassName, contextClassNames.root, popoverClassNames === null || popoverClassNames === void 0 ? void 0 : popoverClassNames.root);
const bodyClassNames = (0, import_classnames73.default)(contextClassNames.body, popoverClassNames === null || popoverClassNames === void 0 ? void 0 : popoverClassNames.body);
const [open3, setOpen] = useMergedState(false, {
value: (_a = props.open) !== null && _a !== void 0 ? _a : props.visible,
defaultValue: (_b = props.defaultOpen) !== null && _b !== void 0 ? _b : props.defaultVisible
});
const settingOpen = (value, e3) => {
setOpen(value, true);
onOpenChange === null || onOpenChange === void 0 ? void 0 : onOpenChange(value, e3);
};
const onKeyDown2 = (e3) => {
if (e3.keyCode === KeyCode_default.ESC) {
settingOpen(false, e3);
}
};
const onInternalOpenChange = (value) => {
settingOpen(value);
};
const titleNode = getRenderPropValue(title);
const contentNode = getRenderPropValue(content);
return wrapCSSVar(React203.createElement(tooltip_default, Object.assign({
placement,
trigger,
mouseEnterDelay,
mouseLeaveDelay
}, otherProps, {
prefixCls,
classNames: {
root: rootClassNames,
body: bodyClassNames
},
styles: {
root: Object.assign(Object.assign(Object.assign(Object.assign({}, contextStyles.root), contextStyle), overlayStyle), styles === null || styles === void 0 ? void 0 : styles.root),
body: Object.assign(Object.assign({}, contextStyles.body), styles === null || styles === void 0 ? void 0 : styles.body)
},
ref,
open: open3,
onOpenChange: onInternalOpenChange,
overlay: titleNode || contentNode ? React203.createElement(Overlay, {
prefixCls,
title: titleNode,
content: contentNode
}) : null,
transitionName: getTransitionName2(rootPrefixCls, "zoom-big", otherProps.transitionName),
"data-popover-inject": true
}), cloneElement3(children, {
onKeyDown: (e3) => {
var _a2, _b2;
if ((0, import_react81.isValidElement)(children)) {
(_b2 = children === null || children === void 0 ? void 0 : (_a2 = children.props).onKeyDown) === null || _b2 === void 0 ? void 0 : _b2.call(_a2, e3);
}
onKeyDown2(e3);
}
})));
});
var Popover = InternalPopover;
Popover._InternalPanelDoNotUseOrYouWillBeFired = PurePanel_default5;
if (true) {
Popover.displayName = "Popover";
}
var popover_default = Popover;
// node_modules/antd/es/avatar/AvatarGroup.js
var AvatarContextProvider = (props) => {
const {
size,
shape
} = React204.useContext(AvatarContext_default);
const avatarContextValue = React204.useMemo(() => ({
size: props.size || size,
shape: props.shape || shape
}), [props.size, props.shape, size, shape]);
return React204.createElement(AvatarContext_default.Provider, {
value: avatarContextValue
}, props.children);
};
var AvatarGroup = (props) => {
var _a, _b, _c, _d;
const {
getPrefixCls,
direction
} = React204.useContext(ConfigContext);
const {
prefixCls: customizePrefixCls,
className,
rootClassName,
style: style2,
maxCount,
maxStyle,
size,
shape,
maxPopoverPlacement,
maxPopoverTrigger,
children,
max
} = props;
if (true) {
const warning5 = devUseWarning("Avatar.Group");
[["maxCount", "max={{ count: number }}"], ["maxStyle", "max={{ style: CSSProperties }}"], ["maxPopoverPlacement", "max={{ popover: PopoverProps }}"], ["maxPopoverTrigger", "max={{ popover: PopoverProps }}"]].forEach(([deprecatedName, newName]) => {
warning5.deprecated(!(deprecatedName in props), deprecatedName, newName);
});
}
const prefixCls = getPrefixCls("avatar", customizePrefixCls);
const groupPrefixCls = `${prefixCls}-group`;
const rootCls = useCSSVarCls_default(prefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default14(prefixCls, rootCls);
const cls13 = (0, import_classnames74.default)(groupPrefixCls, {
[`${groupPrefixCls}-rtl`]: direction === "rtl"
}, cssVarCls, rootCls, className, rootClassName, hashId);
const childrenWithProps = toArray(children).map((child, index3) => cloneElement3(child, {
// eslint-disable-next-line react/no-array-index-key
key: `avatar-key-${index3}`
}));
const mergeCount = (max === null || max === void 0 ? void 0 : max.count) || maxCount;
const numOfChildren = childrenWithProps.length;
if (mergeCount && mergeCount < numOfChildren) {
const childrenShow = childrenWithProps.slice(0, mergeCount);
const childrenHidden = childrenWithProps.slice(mergeCount, numOfChildren);
const mergeStyle = (max === null || max === void 0 ? void 0 : max.style) || maxStyle;
const mergePopoverTrigger = ((_a = max === null || max === void 0 ? void 0 : max.popover) === null || _a === void 0 ? void 0 : _a.trigger) || maxPopoverTrigger || "hover";
const mergePopoverPlacement = ((_b = max === null || max === void 0 ? void 0 : max.popover) === null || _b === void 0 ? void 0 : _b.placement) || maxPopoverPlacement || "top";
const mergeProps3 = Object.assign(Object.assign({
content: childrenHidden
}, max === null || max === void 0 ? void 0 : max.popover), {
classNames: {
root: (0, import_classnames74.default)(`${groupPrefixCls}-popover`, (_d = (_c = max === null || max === void 0 ? void 0 : max.popover) === null || _c === void 0 ? void 0 : _c.classNames) === null || _d === void 0 ? void 0 : _d.root)
},
placement: mergePopoverPlacement,
trigger: mergePopoverTrigger
});
childrenShow.push(React204.createElement(popover_default, Object.assign({
key: "avatar-popover-key",
destroyOnHidden: true
}, mergeProps3), React204.createElement(Avatar_default2, {
style: mergeStyle
}, `+${numOfChildren - mergeCount}`)));
return wrapCSSVar(React204.createElement(AvatarContextProvider, {
shape,
size
}, React204.createElement("div", {
className: cls13,
style: style2
}, childrenShow)));
}
return wrapCSSVar(React204.createElement(AvatarContextProvider, {
shape,
size
}, React204.createElement("div", {
className: cls13,
style: style2
}, childrenWithProps)));
};
var AvatarGroup_default = AvatarGroup;
// node_modules/antd/es/avatar/index.js
var Avatar2 = Avatar_default2;
Avatar2.Group = AvatarGroup_default;
var avatar_default = Avatar2;
// node_modules/antd/es/back-top/index.js
var React205 = __toESM(require_react());
var import_classnames75 = __toESM(require_classnames());
// node_modules/antd/es/back-top/style/index.js
var genSharedBackTopStyle = (token2) => {
const {
componentCls,
backTopFontSize,
backTopSize,
zIndexPopup
} = token2;
return {
[componentCls]: Object.assign(Object.assign({}, resetComponent(token2)), {
position: "fixed",
insetInlineEnd: token2.backTopInlineEnd,
insetBlockEnd: token2.backTopBlockEnd,
zIndex: zIndexPopup,
width: 40,
height: 40,
cursor: "pointer",
"&:empty": {
display: "none"
},
[`${componentCls}-content`]: {
width: backTopSize,
height: backTopSize,
overflow: "hidden",
color: token2.backTopColor,
textAlign: "center",
backgroundColor: token2.backTopBackground,
borderRadius: backTopSize,
transition: `all ${token2.motionDurationMid}`,
"&:hover": {
backgroundColor: token2.backTopHoverBackground,
transition: `all ${token2.motionDurationMid}`
}
},
// change to .backtop .backtop-icon
[`${componentCls}-icon`]: {
fontSize: backTopFontSize,
lineHeight: unit2(backTopSize)
}
})
};
};
var genMediaBackTopStyle = (token2) => {
const {
componentCls,
screenMD,
screenXS,
backTopInlineEndMD,
backTopInlineEndXS
} = token2;
return {
[`@media (max-width: ${unit2(screenMD)})`]: {
[componentCls]: {
insetInlineEnd: backTopInlineEndMD
}
},
[`@media (max-width: ${unit2(screenXS)})`]: {
[componentCls]: {
insetInlineEnd: backTopInlineEndXS
}
}
};
};
var prepareComponentToken15 = (token2) => ({
zIndexPopup: token2.zIndexBase + 10
});
var style_default17 = genStyleHooks("BackTop", (token2) => {
const {
fontSizeHeading3,
colorTextDescription,
colorTextLightSolid,
colorText,
controlHeightLG,
calc
} = token2;
const backTopToken = merge2(token2, {
backTopBackground: colorTextDescription,
backTopColor: colorTextLightSolid,
backTopHoverBackground: colorText,
backTopFontSize: fontSizeHeading3,
backTopSize: controlHeightLG,
backTopBlockEnd: calc(controlHeightLG).mul(1.25).equal(),
backTopInlineEnd: calc(controlHeightLG).mul(2.5).equal(),
backTopInlineEndMD: calc(controlHeightLG).mul(1.5).equal(),
backTopInlineEndXS: calc(controlHeightLG).mul(0.5).equal()
});
return [genSharedBackTopStyle(backTopToken), genMediaBackTopStyle(backTopToken)];
}, prepareComponentToken15);
// node_modules/antd/es/back-top/index.js
var BackTop = (props) => {
const {
prefixCls: customizePrefixCls,
className,
rootClassName,
visibilityHeight = 400,
target,
onClick,
duration = 450
} = props;
const [visible, setVisible] = React205.useState(visibilityHeight === 0);
const ref = React205.useRef(null);
const getDefaultTarget2 = () => {
var _a;
return ((_a = ref.current) === null || _a === void 0 ? void 0 : _a.ownerDocument) || window;
};
const handleScroll = throttleByAnimationFrame_default((e3) => {
const scrollTop = getScroll_default(e3.target);
setVisible(scrollTop >= visibilityHeight);
});
if (true) {
const warning5 = devUseWarning("BackTop");
warning5.deprecated(false, "BackTop", "FloatButton.BackTop");
}
React205.useEffect(() => {
const getTarget = target || getDefaultTarget2;
const container = getTarget();
handleScroll({
target: container
});
container === null || container === void 0 ? void 0 : container.addEventListener("scroll", handleScroll);
return () => {
handleScroll.cancel();
container === null || container === void 0 ? void 0 : container.removeEventListener("scroll", handleScroll);
};
}, [target]);
const scrollToTop = (e3) => {
scrollTo(0, {
getContainer: target || getDefaultTarget2,
duration
});
onClick === null || onClick === void 0 ? void 0 : onClick(e3);
};
const {
getPrefixCls,
direction
} = React205.useContext(ConfigContext);
const prefixCls = getPrefixCls("back-top", customizePrefixCls);
const rootPrefixCls = getPrefixCls();
const [wrapCSSVar, hashId, cssVarCls] = style_default17(prefixCls);
const classString = (0, import_classnames75.default)(hashId, cssVarCls, prefixCls, {
[`${prefixCls}-rtl`]: direction === "rtl"
}, className, rootClassName);
const divProps = omit(props, ["prefixCls", "className", "rootClassName", "children", "visibilityHeight", "target"]);
const defaultElement = React205.createElement("div", {
className: `${prefixCls}-content`
}, React205.createElement("div", {
className: `${prefixCls}-icon`
}, React205.createElement(VerticalAlignTopOutlined_default, null)));
return wrapCSSVar(React205.createElement("div", Object.assign({}, divProps, {
className: classString,
onClick: scrollToTop,
ref
}), React205.createElement(es_default2, {
visible,
motionName: `${rootPrefixCls}-fade`
}, ({
className: motionClassName
}) => cloneElement3(props.children || defaultElement, ({
className: cloneCls
}) => ({
className: (0, import_classnames75.default)(motionClassName, cloneCls)
})))));
};
if (true) {
BackTop.displayName = "BackTop";
}
var back_top_default = BackTop;
// node_modules/antd/es/badge/index.js
var React209 = __toESM(require_react());
var import_react82 = __toESM(require_react());
var import_classnames79 = __toESM(require_classnames());
// node_modules/antd/es/badge/Ribbon.js
var React206 = __toESM(require_react());
var import_classnames76 = __toESM(require_classnames());
// node_modules/antd/es/badge/style/index.js
var antStatusProcessing = new Keyframes_default("antStatusProcessing", {
"0%": {
transform: "scale(0.8)",
opacity: 0.5
},
"100%": {
transform: "scale(2.4)",
opacity: 0
}
});
var antZoomBadgeIn = new Keyframes_default("antZoomBadgeIn", {
"0%": {
transform: "scale(0) translate(50%, -50%)",
opacity: 0
},
"100%": {
transform: "scale(1) translate(50%, -50%)"
}
});
var antZoomBadgeOut = new Keyframes_default("antZoomBadgeOut", {
"0%": {
transform: "scale(1) translate(50%, -50%)"
},
"100%": {
transform: "scale(0) translate(50%, -50%)",
opacity: 0
}
});
var antNoWrapperZoomBadgeIn = new Keyframes_default("antNoWrapperZoomBadgeIn", {
"0%": {
transform: "scale(0)",
opacity: 0
},
"100%": {
transform: "scale(1)"
}
});
var antNoWrapperZoomBadgeOut = new Keyframes_default("antNoWrapperZoomBadgeOut", {
"0%": {
transform: "scale(1)"
},
"100%": {
transform: "scale(0)",
opacity: 0
}
});
var antBadgeLoadingCircle = new Keyframes_default("antBadgeLoadingCircle", {
"0%": {
transformOrigin: "50%"
},
"100%": {
transform: "translate(50%, -50%) rotate(360deg)",
transformOrigin: "50%"
}
});
var genSharedBadgeStyle = (token2) => {
const {
componentCls,
iconCls,
antCls,
badgeShadowSize,
textFontSize,
textFontSizeSM,
statusSize,
dotSize,
textFontWeight,
indicatorHeight,
indicatorHeightSM,
marginXS,
calc
} = token2;
const numberPrefixCls = `${antCls}-scroll-number`;
const colorPreset = genPresetColor(token2, (colorKey, {
darkColor
}) => ({
[`&${componentCls} ${componentCls}-color-${colorKey}`]: {
background: darkColor,
[`&:not(${componentCls}-count)`]: {
color: darkColor
},
"a:hover &": {
background: darkColor
}
}
}));
return {
[componentCls]: Object.assign(Object.assign(Object.assign(Object.assign({}, resetComponent(token2)), {
position: "relative",
display: "inline-block",
width: "fit-content",
lineHeight: 1,
[`${componentCls}-count`]: {
display: "inline-flex",
justifyContent: "center",
zIndex: token2.indicatorZIndex,
minWidth: indicatorHeight,
height: indicatorHeight,
color: token2.badgeTextColor,
fontWeight: textFontWeight,
fontSize: textFontSize,
lineHeight: unit2(indicatorHeight),
whiteSpace: "nowrap",
textAlign: "center",
background: token2.badgeColor,
borderRadius: calc(indicatorHeight).div(2).equal(),
boxShadow: `0 0 0 ${unit2(badgeShadowSize)} ${token2.badgeShadowColor}`,
transition: `background ${token2.motionDurationMid}`,
a: {
color: token2.badgeTextColor
},
"a:hover": {
color: token2.badgeTextColor
},
"a:hover &": {
background: token2.badgeColorHover
}
},
[`${componentCls}-count-sm`]: {
minWidth: indicatorHeightSM,
height: indicatorHeightSM,
fontSize: textFontSizeSM,
lineHeight: unit2(indicatorHeightSM),
borderRadius: calc(indicatorHeightSM).div(2).equal()
},
[`${componentCls}-multiple-words`]: {
padding: `0 ${unit2(token2.paddingXS)}`,
bdi: {
unicodeBidi: "plaintext"
}
},
[`${componentCls}-dot`]: {
zIndex: token2.indicatorZIndex,
width: dotSize,
minWidth: dotSize,
height: dotSize,
background: token2.badgeColor,
borderRadius: "100%",
boxShadow: `0 0 0 ${unit2(badgeShadowSize)} ${token2.badgeShadowColor}`
},
[`${componentCls}-count, ${componentCls}-dot, ${numberPrefixCls}-custom-component`]: {
position: "absolute",
top: 0,
insetInlineEnd: 0,
transform: "translate(50%, -50%)",
transformOrigin: "100% 0%",
[`&${iconCls}-spin`]: {
animationName: antBadgeLoadingCircle,
animationDuration: "1s",
animationIterationCount: "infinite",
animationTimingFunction: "linear"
}
},
[`&${componentCls}-status`]: {
lineHeight: "inherit",
verticalAlign: "baseline",
[`${componentCls}-status-dot`]: {
position: "relative",
top: -1,
// Magic number, but seems better experience
display: "inline-block",
width: statusSize,
height: statusSize,
verticalAlign: "middle",
borderRadius: "50%"
},
[`${componentCls}-status-success`]: {
backgroundColor: token2.colorSuccess
},
[`${componentCls}-status-processing`]: {
overflow: "visible",
color: token2.colorInfo,
backgroundColor: token2.colorInfo,
borderColor: "currentcolor",
"&::after": {
position: "absolute",
top: 0,
insetInlineStart: 0,
width: "100%",
height: "100%",
borderWidth: badgeShadowSize,
borderStyle: "solid",
borderColor: "inherit",
borderRadius: "50%",
animationName: antStatusProcessing,
animationDuration: token2.badgeProcessingDuration,
animationIterationCount: "infinite",
animationTimingFunction: "ease-in-out",
content: '""'
}
},
[`${componentCls}-status-default`]: {
backgroundColor: token2.colorTextPlaceholder
},
[`${componentCls}-status-error`]: {
backgroundColor: token2.colorError
},
[`${componentCls}-status-warning`]: {
backgroundColor: token2.colorWarning
},
[`${componentCls}-status-text`]: {
marginInlineStart: marginXS,
color: token2.colorText,
fontSize: token2.fontSize
}
}
}), colorPreset), {
[`${componentCls}-zoom-appear, ${componentCls}-zoom-enter`]: {
animationName: antZoomBadgeIn,
animationDuration: token2.motionDurationSlow,
animationTimingFunction: token2.motionEaseOutBack,
animationFillMode: "both"
},
[`${componentCls}-zoom-leave`]: {
animationName: antZoomBadgeOut,
animationDuration: token2.motionDurationSlow,
animationTimingFunction: token2.motionEaseOutBack,
animationFillMode: "both"
},
[`&${componentCls}-not-a-wrapper`]: {
[`${componentCls}-zoom-appear, ${componentCls}-zoom-enter`]: {
animationName: antNoWrapperZoomBadgeIn,
animationDuration: token2.motionDurationSlow,
animationTimingFunction: token2.motionEaseOutBack
},
[`${componentCls}-zoom-leave`]: {
animationName: antNoWrapperZoomBadgeOut,
animationDuration: token2.motionDurationSlow,
animationTimingFunction: token2.motionEaseOutBack
},
[`&:not(${componentCls}-status)`]: {
verticalAlign: "middle"
},
[`${numberPrefixCls}-custom-component, ${componentCls}-count`]: {
transform: "none"
},
[`${numberPrefixCls}-custom-component, ${numberPrefixCls}`]: {
position: "relative",
top: "auto",
display: "block",
transformOrigin: "50% 50%"
}
},
[numberPrefixCls]: {
overflow: "hidden",
transition: `all ${token2.motionDurationMid} ${token2.motionEaseOutBack}`,
[`${numberPrefixCls}-only`]: {
position: "relative",
display: "inline-block",
height: indicatorHeight,
transition: `all ${token2.motionDurationSlow} ${token2.motionEaseOutBack}`,
WebkitTransformStyle: "preserve-3d",
WebkitBackfaceVisibility: "hidden",
[`> p${numberPrefixCls}-only-unit`]: {
height: indicatorHeight,
margin: 0,
WebkitTransformStyle: "preserve-3d",
WebkitBackfaceVisibility: "hidden"
}
},
[`${numberPrefixCls}-symbol`]: {
verticalAlign: "top"
}
},
// ====================== RTL =======================
"&-rtl": {
direction: "rtl",
[`${componentCls}-count, ${componentCls}-dot, ${numberPrefixCls}-custom-component`]: {
transform: "translate(-50%, -50%)"
}
}
})
};
};
var prepareToken3 = (token2) => {
const {
fontHeight,
lineWidth,
marginXS,
colorBorderBg
} = token2;
const badgeFontHeight = fontHeight;
const badgeShadowSize = lineWidth;
const badgeTextColor = token2.colorTextLightSolid;
const badgeColor = token2.colorError;
const badgeColorHover = token2.colorErrorHover;
const badgeToken = merge2(token2, {
badgeFontHeight,
badgeShadowSize,
badgeTextColor,
badgeColor,
badgeColorHover,
badgeShadowColor: colorBorderBg,
badgeProcessingDuration: "1.2s",
badgeRibbonOffset: marginXS,
// Follow token just by Design. Not related with token
badgeRibbonCornerTransform: "scaleY(0.75)",
badgeRibbonCornerFilter: `brightness(75%)`
});
return badgeToken;
};
var prepareComponentToken16 = (token2) => {
const {
fontSize,
lineHeight,
fontSizeSM,
lineWidth
} = token2;
return {
indicatorZIndex: "auto",
indicatorHeight: Math.round(fontSize * lineHeight) - 2 * lineWidth,
indicatorHeightSM: fontSize,
dotSize: fontSizeSM / 2,
textFontSize: fontSizeSM,
textFontSizeSM: fontSizeSM,
textFontWeight: "normal",
statusSize: fontSizeSM / 2
};
};
var style_default18 = genStyleHooks("Badge", (token2) => {
const badgeToken = prepareToken3(token2);
return genSharedBadgeStyle(badgeToken);
}, prepareComponentToken16);
// node_modules/antd/es/badge/style/ribbon.js
var genRibbonStyle = (token2) => {
const {
antCls,
badgeFontHeight,
marginXS,
badgeRibbonOffset,
calc
} = token2;
const ribbonPrefixCls = `${antCls}-ribbon`;
const ribbonWrapperPrefixCls = `${antCls}-ribbon-wrapper`;
const statusRibbonPreset = genPresetColor(token2, (colorKey, {
darkColor
}) => ({
[`&${ribbonPrefixCls}-color-${colorKey}`]: {
background: darkColor,
color: darkColor
}
}));
return {
[ribbonWrapperPrefixCls]: {
position: "relative"
},
[ribbonPrefixCls]: Object.assign(Object.assign(Object.assign(Object.assign({}, resetComponent(token2)), {
position: "absolute",
top: marginXS,
padding: `0 ${unit2(token2.paddingXS)}`,
color: token2.colorPrimary,
lineHeight: unit2(badgeFontHeight),
whiteSpace: "nowrap",
backgroundColor: token2.colorPrimary,
borderRadius: token2.borderRadiusSM,
[`${ribbonPrefixCls}-text`]: {
color: token2.badgeTextColor
},
[`${ribbonPrefixCls}-corner`]: {
position: "absolute",
top: "100%",
width: badgeRibbonOffset,
height: badgeRibbonOffset,
color: "currentcolor",
border: `${unit2(calc(badgeRibbonOffset).div(2).equal())} solid`,
transform: token2.badgeRibbonCornerTransform,
transformOrigin: "top",
filter: token2.badgeRibbonCornerFilter
}
}), statusRibbonPreset), {
[`&${ribbonPrefixCls}-placement-end`]: {
insetInlineEnd: calc(badgeRibbonOffset).mul(-1).equal(),
borderEndEndRadius: 0,
[`${ribbonPrefixCls}-corner`]: {
insetInlineEnd: 0,
borderInlineEndColor: "transparent",
borderBlockEndColor: "transparent"
}
},
[`&${ribbonPrefixCls}-placement-start`]: {
insetInlineStart: calc(badgeRibbonOffset).mul(-1).equal(),
borderEndStartRadius: 0,
[`${ribbonPrefixCls}-corner`]: {
insetInlineStart: 0,
borderBlockEndColor: "transparent",
borderInlineStartColor: "transparent"
}
},
// ====================== RTL =======================
"&-rtl": {
direction: "rtl"
}
})
};
};
var ribbon_default = genStyleHooks(["Badge", "Ribbon"], (token2) => {
const badgeToken = prepareToken3(token2);
return genRibbonStyle(badgeToken);
}, prepareComponentToken16);
// node_modules/antd/es/badge/Ribbon.js
var Ribbon = (props) => {
const {
className,
prefixCls: customizePrefixCls,
style: style2,
color,
children,
text,
placement = "end",
rootClassName
} = props;
const {
getPrefixCls,
direction
} = React206.useContext(ConfigContext);
const prefixCls = getPrefixCls("ribbon", customizePrefixCls);
const wrapperCls = `${prefixCls}-wrapper`;
const [wrapCSSVar, hashId, cssVarCls] = ribbon_default(prefixCls, wrapperCls);
const colorInPreset = isPresetColor(color, false);
const ribbonCls = (0, import_classnames76.default)(prefixCls, `${prefixCls}-placement-${placement}`, {
[`${prefixCls}-rtl`]: direction === "rtl",
[`${prefixCls}-color-${color}`]: colorInPreset
}, className);
const colorStyle = {};
const cornerColorStyle = {};
if (color && !colorInPreset) {
colorStyle.background = color;
cornerColorStyle.color = color;
}
return wrapCSSVar(React206.createElement("div", {
className: (0, import_classnames76.default)(wrapperCls, rootClassName, hashId, cssVarCls)
}, children, React206.createElement("div", {
className: (0, import_classnames76.default)(ribbonCls, hashId),
style: Object.assign(Object.assign({}, colorStyle), style2)
}, React206.createElement("span", {
className: `${prefixCls}-text`
}, text), React206.createElement("div", {
className: `${prefixCls}-corner`,
style: cornerColorStyle
}))));
};
if (true) {
Ribbon.displayName = "Ribbon";
}
var Ribbon_default = Ribbon;
// node_modules/antd/es/badge/ScrollNumber.js
var React208 = __toESM(require_react());
var import_classnames78 = __toESM(require_classnames());
// node_modules/antd/es/badge/SingleNumber.js
var React207 = __toESM(require_react());
var import_classnames77 = __toESM(require_classnames());
var UnitNumber = (props) => {
const {
prefixCls,
value,
current,
offset: offset3 = 0
} = props;
let style2;
if (offset3) {
style2 = {
position: "absolute",
top: `${offset3}00%`,
left: 0
};
}
return React207.createElement("span", {
style: style2,
className: (0, import_classnames77.default)(`${prefixCls}-only-unit`, {
current
})
}, value);
};
function getOffset(start, end, unit4) {
let index3 = start;
let offset3 = 0;
while ((index3 + 10) % 10 !== end) {
index3 += unit4;
offset3 += unit4;
}
return offset3;
}
var SingleNumber = (props) => {
const {
prefixCls,
count: originCount,
value: originValue
} = props;
const value = Number(originValue);
const count = Math.abs(originCount);
const [prevValue, setPrevValue] = React207.useState(value);
const [prevCount, setPrevCount] = React207.useState(count);
const onTransitionEnd = () => {
setPrevValue(value);
setPrevCount(count);
};
React207.useEffect(() => {
const timer = setTimeout(onTransitionEnd, 1e3);
return () => clearTimeout(timer);
}, [value]);
let unitNodes;
let offsetStyle;
if (prevValue === value || Number.isNaN(value) || Number.isNaN(prevValue)) {
unitNodes = [React207.createElement(UnitNumber, Object.assign({}, props, {
key: value,
current: true
}))];
offsetStyle = {
transition: "none"
};
} else {
unitNodes = [];
const end = value + 10;
const unitNumberList = [];
for (let index3 = value; index3 <= end; index3 += 1) {
unitNumberList.push(index3);
}
const unit4 = prevCount < count ? 1 : -1;
const prevIndex = unitNumberList.findIndex((n2) => n2 % 10 === prevValue);
const cutUnitNumberList = unit4 < 0 ? unitNumberList.slice(0, prevIndex + 1) : unitNumberList.slice(prevIndex);
unitNodes = cutUnitNumberList.map((n2, index3) => {
const singleUnit = n2 % 10;
return React207.createElement(UnitNumber, Object.assign({}, props, {
key: n2,
value: singleUnit,
offset: unit4 < 0 ? index3 - prevIndex : index3,
current: index3 === prevIndex
}));
});
offsetStyle = {
transform: `translateY(${-getOffset(prevValue, value, unit4)}00%)`
};
}
return React207.createElement("span", {
className: `${prefixCls}-only`,
style: offsetStyle,
onTransitionEnd
}, unitNodes);
};
var SingleNumber_default = SingleNumber;
// node_modules/antd/es/badge/ScrollNumber.js
var __rest22 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var ScrollNumber = React208.forwardRef((props, ref) => {
const {
prefixCls: customizePrefixCls,
count,
className,
motionClassName,
style: style2,
title,
show,
component: Component10 = "sup",
children
} = props, restProps = __rest22(props, ["prefixCls", "count", "className", "motionClassName", "style", "title", "show", "component", "children"]);
const {
getPrefixCls
} = React208.useContext(ConfigContext);
const prefixCls = getPrefixCls("scroll-number", customizePrefixCls);
const newProps = Object.assign(Object.assign({}, restProps), {
"data-show": show,
style: style2,
className: (0, import_classnames78.default)(prefixCls, className, motionClassName),
title
});
let numberNodes = count;
if (count && Number(count) % 1 === 0) {
const numberList = String(count).split("");
numberNodes = React208.createElement("bdi", null, numberList.map((num, i) => React208.createElement(SingleNumber_default, {
prefixCls,
count: Number(count),
value: num,
// eslint-disable-next-line react/no-array-index-key
key: numberList.length - i
})));
}
if (style2 === null || style2 === void 0 ? void 0 : style2.borderColor) {
newProps.style = Object.assign(Object.assign({}, style2), {
boxShadow: `0 0 0 1px ${style2.borderColor} inset`
});
}
if (children) {
return cloneElement3(children, (oriProps) => ({
className: (0, import_classnames78.default)(`${prefixCls}-custom-component`, oriProps === null || oriProps === void 0 ? void 0 : oriProps.className, motionClassName)
}));
}
return React208.createElement(Component10, Object.assign({}, newProps, {
ref
}), numberNodes);
});
var ScrollNumber_default = ScrollNumber;
// node_modules/antd/es/badge/index.js
var __rest23 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var InternalBadge = React209.forwardRef((props, ref) => {
var _a, _b, _c, _d, _e;
const {
prefixCls: customizePrefixCls,
scrollNumberPrefixCls: customizeScrollNumberPrefixCls,
children,
status,
text,
color,
count = null,
overflowCount = 99,
dot = false,
size = "default",
title,
offset: offset3,
style: style2,
className,
rootClassName,
classNames: classNames252,
styles,
showZero = false
} = props, restProps = __rest23(props, ["prefixCls", "scrollNumberPrefixCls", "children", "status", "text", "color", "count", "overflowCount", "dot", "size", "title", "offset", "style", "className", "rootClassName", "classNames", "styles", "showZero"]);
const {
getPrefixCls,
direction,
badge
} = React209.useContext(ConfigContext);
const prefixCls = getPrefixCls("badge", customizePrefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default18(prefixCls);
const numberedDisplayCount = count > overflowCount ? `${overflowCount}+` : count;
const isZero = numberedDisplayCount === "0" || numberedDisplayCount === 0 || text === "0" || text === 0;
const ignoreCount = count === null || isZero && !showZero;
const hasStatus = (status !== null && status !== void 0 || color !== null && color !== void 0) && ignoreCount;
const hasStatusValue = status !== null && status !== void 0 || !isZero;
const showAsDot = dot && !isZero;
const mergedCount = showAsDot ? "" : numberedDisplayCount;
const isHidden = (0, import_react82.useMemo)(() => {
const isEmpty2 = (mergedCount === null || mergedCount === void 0 || mergedCount === "") && (text === void 0 || text === null || text === "");
return (isEmpty2 || isZero && !showZero) && !showAsDot;
}, [mergedCount, isZero, showZero, showAsDot, text]);
const countRef = (0, import_react82.useRef)(count);
if (!isHidden) {
countRef.current = count;
}
const livingCount = countRef.current;
const displayCountRef = (0, import_react82.useRef)(mergedCount);
if (!isHidden) {
displayCountRef.current = mergedCount;
}
const displayCount = displayCountRef.current;
const isDotRef = (0, import_react82.useRef)(showAsDot);
if (!isHidden) {
isDotRef.current = showAsDot;
}
const mergedStyle = (0, import_react82.useMemo)(() => {
if (!offset3) {
return Object.assign(Object.assign({}, badge === null || badge === void 0 ? void 0 : badge.style), style2);
}
const offsetStyle = {
marginTop: offset3[1]
};
if (direction === "rtl") {
offsetStyle.left = Number.parseInt(offset3[0], 10);
} else {
offsetStyle.right = -Number.parseInt(offset3[0], 10);
}
return Object.assign(Object.assign(Object.assign({}, offsetStyle), badge === null || badge === void 0 ? void 0 : badge.style), style2);
}, [direction, offset3, style2, badge === null || badge === void 0 ? void 0 : badge.style]);
const titleNode = title !== null && title !== void 0 ? title : typeof livingCount === "string" || typeof livingCount === "number" ? livingCount : void 0;
const showStatusTextNode = !isHidden && (text === 0 ? showZero : !!text && text !== true);
const statusTextNode = !showStatusTextNode ? null : React209.createElement("span", {
className: `${prefixCls}-status-text`
}, text);
const displayNode = !livingCount || typeof livingCount !== "object" ? void 0 : cloneElement3(livingCount, (oriProps) => ({
style: Object.assign(Object.assign({}, mergedStyle), oriProps.style)
}));
const isInternalColor = isPresetColor(color, false);
const statusCls = (0, import_classnames79.default)(classNames252 === null || classNames252 === void 0 ? void 0 : classNames252.indicator, (_a = badge === null || badge === void 0 ? void 0 : badge.classNames) === null || _a === void 0 ? void 0 : _a.indicator, {
[`${prefixCls}-status-dot`]: hasStatus,
[`${prefixCls}-status-${status}`]: !!status,
[`${prefixCls}-color-${color}`]: isInternalColor
});
const statusStyle = {};
if (color && !isInternalColor) {
statusStyle.color = color;
statusStyle.background = color;
}
const badgeClassName = (0, import_classnames79.default)(prefixCls, {
[`${prefixCls}-status`]: hasStatus,
[`${prefixCls}-not-a-wrapper`]: !children,
[`${prefixCls}-rtl`]: direction === "rtl"
}, className, rootClassName, badge === null || badge === void 0 ? void 0 : badge.className, (_b = badge === null || badge === void 0 ? void 0 : badge.classNames) === null || _b === void 0 ? void 0 : _b.root, classNames252 === null || classNames252 === void 0 ? void 0 : classNames252.root, hashId, cssVarCls);
if (!children && hasStatus && (text || hasStatusValue || !ignoreCount)) {
const statusTextColor = mergedStyle.color;
return wrapCSSVar(React209.createElement("span", Object.assign({}, restProps, {
className: badgeClassName,
style: Object.assign(Object.assign(Object.assign({}, styles === null || styles === void 0 ? void 0 : styles.root), (_c = badge === null || badge === void 0 ? void 0 : badge.styles) === null || _c === void 0 ? void 0 : _c.root), mergedStyle)
}), React209.createElement("span", {
className: statusCls,
style: Object.assign(Object.assign(Object.assign({}, styles === null || styles === void 0 ? void 0 : styles.indicator), (_d = badge === null || badge === void 0 ? void 0 : badge.styles) === null || _d === void 0 ? void 0 : _d.indicator), statusStyle)
}), showStatusTextNode && React209.createElement("span", {
style: {
color: statusTextColor
},
className: `${prefixCls}-status-text`
}, text)));
}
return wrapCSSVar(React209.createElement("span", Object.assign({
ref
}, restProps, {
className: badgeClassName,
style: Object.assign(Object.assign({}, (_e = badge === null || badge === void 0 ? void 0 : badge.styles) === null || _e === void 0 ? void 0 : _e.root), styles === null || styles === void 0 ? void 0 : styles.root)
}), children, React209.createElement(es_default2, {
visible: !isHidden,
motionName: `${prefixCls}-zoom`,
motionAppear: false,
motionDeadline: 1e3
}, ({
className: motionClassName
}) => {
var _a2, _b2;
const scrollNumberPrefixCls = getPrefixCls("scroll-number", customizeScrollNumberPrefixCls);
const isDot = isDotRef.current;
const scrollNumberCls = (0, import_classnames79.default)(classNames252 === null || classNames252 === void 0 ? void 0 : classNames252.indicator, (_a2 = badge === null || badge === void 0 ? void 0 : badge.classNames) === null || _a2 === void 0 ? void 0 : _a2.indicator, {
[`${prefixCls}-dot`]: isDot,
[`${prefixCls}-count`]: !isDot,
[`${prefixCls}-count-sm`]: size === "small",
[`${prefixCls}-multiple-words`]: !isDot && displayCount && displayCount.toString().length > 1,
[`${prefixCls}-status-${status}`]: !!status,
[`${prefixCls}-color-${color}`]: isInternalColor
});
let scrollNumberStyle = Object.assign(Object.assign(Object.assign({}, styles === null || styles === void 0 ? void 0 : styles.indicator), (_b2 = badge === null || badge === void 0 ? void 0 : badge.styles) === null || _b2 === void 0 ? void 0 : _b2.indicator), mergedStyle);
if (color && !isInternalColor) {
scrollNumberStyle = scrollNumberStyle || {};
scrollNumberStyle.background = color;
}
return React209.createElement(ScrollNumber_default, {
prefixCls: scrollNumberPrefixCls,
show: !isHidden,
motionClassName,
className: scrollNumberCls,
count: displayCount,
title: titleNode,
style: scrollNumberStyle,
key: "scrollNumber"
}, displayNode);
}), statusTextNode));
});
var Badge = InternalBadge;
Badge.Ribbon = Ribbon_default;
if (true) {
Badge.displayName = "Badge";
}
var badge_default = Badge;
// node_modules/antd/es/breadcrumb/Breadcrumb.js
var React246 = __toESM(require_react());
var import_classnames95 = __toESM(require_classnames());
// node_modules/antd/es/breadcrumb/BreadcrumbItem.js
var React245 = __toESM(require_react());
// node_modules/antd/es/dropdown/dropdown.js
var React242 = __toESM(require_react());
var import_classnames93 = __toESM(require_classnames());
// node_modules/rc-dropdown/es/Dropdown.js
var import_classnames80 = __toESM(require_classnames());
var import_react84 = __toESM(require_react());
// node_modules/rc-dropdown/es/hooks/useAccessibility.js
var React210 = __toESM(require_react());
var ESC = KeyCode_default.ESC;
var TAB = KeyCode_default.TAB;
function useAccessibility(_ref) {
var visible = _ref.visible, triggerRef = _ref.triggerRef, onVisibleChange = _ref.onVisibleChange, autoFocus = _ref.autoFocus, overlayRef = _ref.overlayRef;
var focusMenuRef = React210.useRef(false);
var handleCloseMenuAndReturnFocus = function handleCloseMenuAndReturnFocus2() {
if (visible) {
var _triggerRef$current, _triggerRef$current$f;
(_triggerRef$current = triggerRef.current) === null || _triggerRef$current === void 0 || (_triggerRef$current$f = _triggerRef$current.focus) === null || _triggerRef$current$f === void 0 || _triggerRef$current$f.call(_triggerRef$current);
onVisibleChange === null || onVisibleChange === void 0 || onVisibleChange(false);
}
};
var focusMenu = function focusMenu2() {
var _overlayRef$current;
if ((_overlayRef$current = overlayRef.current) !== null && _overlayRef$current !== void 0 && _overlayRef$current.focus) {
overlayRef.current.focus();
focusMenuRef.current = true;
return true;
}
return false;
};
var handleKeyDown = function handleKeyDown2(event) {
switch (event.keyCode) {
case ESC:
handleCloseMenuAndReturnFocus();
break;
case TAB: {
var focusResult = false;
if (!focusMenuRef.current) {
focusResult = focusMenu();
}
if (focusResult) {
event.preventDefault();
} else {
handleCloseMenuAndReturnFocus();
}
break;
}
}
};
React210.useEffect(function() {
if (visible) {
window.addEventListener("keydown", handleKeyDown);
if (autoFocus) {
raf_default(focusMenu, 3);
}
return function() {
window.removeEventListener("keydown", handleKeyDown);
focusMenuRef.current = false;
};
}
return function() {
focusMenuRef.current = false;
};
}, [visible]);
}
// node_modules/rc-dropdown/es/Overlay.js
var import_react83 = __toESM(require_react());
var Overlay2 = (0, import_react83.forwardRef)(function(props, ref) {
var overlay = props.overlay, arrow = props.arrow, prefixCls = props.prefixCls;
var overlayNode = (0, import_react83.useMemo)(function() {
var overlayElement;
if (typeof overlay === "function") {
overlayElement = overlay();
} else {
overlayElement = overlay;
}
return overlayElement;
}, [overlay]);
var composedRef = composeRef(ref, getNodeRef(overlayNode));
return import_react83.default.createElement(import_react83.default.Fragment, null, arrow && import_react83.default.createElement("div", {
className: "".concat(prefixCls, "-arrow")
}), import_react83.default.cloneElement(overlayNode, {
ref: supportRef(overlayNode) ? composedRef : void 0
}));
});
var Overlay_default = Overlay2;
// node_modules/rc-dropdown/es/placements.js
var autoAdjustOverflow = {
adjustX: 1,
adjustY: 1
};
var targetOffset2 = [0, 0];
var placements2 = {
topLeft: {
points: ["bl", "tl"],
overflow: autoAdjustOverflow,
offset: [0, -4],
targetOffset: targetOffset2
},
top: {
points: ["bc", "tc"],
overflow: autoAdjustOverflow,
offset: [0, -4],
targetOffset: targetOffset2
},
topRight: {
points: ["br", "tr"],
overflow: autoAdjustOverflow,
offset: [0, -4],
targetOffset: targetOffset2
},
bottomLeft: {
points: ["tl", "bl"],
overflow: autoAdjustOverflow,
offset: [0, 4],
targetOffset: targetOffset2
},
bottom: {
points: ["tc", "bc"],
overflow: autoAdjustOverflow,
offset: [0, 4],
targetOffset: targetOffset2
},
bottomRight: {
points: ["tr", "br"],
overflow: autoAdjustOverflow,
offset: [0, 4],
targetOffset: targetOffset2
}
};
var placements_default = placements2;
// node_modules/rc-dropdown/es/Dropdown.js
var _excluded27 = ["arrow", "prefixCls", "transitionName", "animation", "align", "placement", "placements", "getPopupContainer", "showAction", "hideAction", "overlayClassName", "overlayStyle", "visible", "trigger", "autoFocus", "overlay", "children", "onVisibleChange"];
function Dropdown(props, ref) {
var _children$props;
var _props$arrow = props.arrow, arrow = _props$arrow === void 0 ? false : _props$arrow, _props$prefixCls = props.prefixCls, prefixCls = _props$prefixCls === void 0 ? "rc-dropdown" : _props$prefixCls, transitionName = props.transitionName, animation = props.animation, align = props.align, _props$placement = props.placement, placement = _props$placement === void 0 ? "bottomLeft" : _props$placement, _props$placements = props.placements, placements5 = _props$placements === void 0 ? placements_default : _props$placements, getPopupContainer = props.getPopupContainer, showAction = props.showAction, hideAction = props.hideAction, overlayClassName = props.overlayClassName, overlayStyle = props.overlayStyle, visible = props.visible, _props$trigger = props.trigger, trigger = _props$trigger === void 0 ? ["hover"] : _props$trigger, autoFocus = props.autoFocus, overlay = props.overlay, children = props.children, onVisibleChange = props.onVisibleChange, otherProps = _objectWithoutProperties(props, _excluded27);
var _React$useState = import_react84.default.useState(), _React$useState2 = _slicedToArray(_React$useState, 2), triggerVisible = _React$useState2[0], setTriggerVisible = _React$useState2[1];
var mergedVisible = "visible" in props ? visible : triggerVisible;
var triggerRef = import_react84.default.useRef(null);
var overlayRef = import_react84.default.useRef(null);
var childRef = import_react84.default.useRef(null);
import_react84.default.useImperativeHandle(ref, function() {
return triggerRef.current;
});
var handleVisibleChange = function handleVisibleChange2(newVisible) {
setTriggerVisible(newVisible);
onVisibleChange === null || onVisibleChange === void 0 || onVisibleChange(newVisible);
};
useAccessibility({
visible: mergedVisible,
triggerRef: childRef,
onVisibleChange: handleVisibleChange,
autoFocus,
overlayRef
});
var onClick = function onClick2(e3) {
var onOverlayClick = props.onOverlayClick;
setTriggerVisible(false);
if (onOverlayClick) {
onOverlayClick(e3);
}
};
var getMenuElement = function getMenuElement2() {
return import_react84.default.createElement(Overlay_default, {
ref: overlayRef,
overlay,
prefixCls,
arrow
});
};
var getMenuElementOrLambda = function getMenuElementOrLambda2() {
if (typeof overlay === "function") {
return getMenuElement;
}
return getMenuElement();
};
var getMinOverlayWidthMatchTrigger = function getMinOverlayWidthMatchTrigger2() {
var minOverlayWidthMatchTrigger = props.minOverlayWidthMatchTrigger, alignPoint = props.alignPoint;
if ("minOverlayWidthMatchTrigger" in props) {
return minOverlayWidthMatchTrigger;
}
return !alignPoint;
};
var getOpenClassName = function getOpenClassName2() {
var openClassName = props.openClassName;
if (openClassName !== void 0) {
return openClassName;
}
return "".concat(prefixCls, "-open");
};
var childrenNode = import_react84.default.cloneElement(children, {
className: (0, import_classnames80.default)((_children$props = children.props) === null || _children$props === void 0 ? void 0 : _children$props.className, mergedVisible && getOpenClassName()),
ref: supportRef(children) ? composeRef(childRef, getNodeRef(children)) : void 0
});
var triggerHideAction = hideAction;
if (!triggerHideAction && trigger.indexOf("contextMenu") !== -1) {
triggerHideAction = ["click"];
}
return import_react84.default.createElement(es_default10, _extends({
builtinPlacements: placements5
}, otherProps, {
prefixCls,
ref: triggerRef,
popupClassName: (0, import_classnames80.default)(overlayClassName, _defineProperty({}, "".concat(prefixCls, "-show-arrow"), arrow)),
popupStyle: overlayStyle,
action: trigger,
showAction,
hideAction: triggerHideAction,
popupPlacement: placement,
popupAlign: align,
popupTransitionName: transitionName,
popupAnimation: animation,
popupVisible: mergedVisible,
stretch: getMinOverlayWidthMatchTrigger() ? "minWidth" : "",
popup: getMenuElementOrLambda(),
onPopupVisibleChange: handleVisibleChange,
onPopupClick: onClick,
getPopupContainer
}), childrenNode);
}
var Dropdown_default = import_react84.default.forwardRef(Dropdown);
// node_modules/rc-dropdown/es/index.js
var es_default14 = Dropdown_default;
// node_modules/antd/es/_util/isPrimitive.js
var isPrimitive = (value) => typeof value !== "object" && typeof value !== "function" || value === null;
var isPrimitive_default = isPrimitive;
// node_modules/antd/es/menu/index.js
var React241 = __toESM(require_react());
var import_react90 = __toESM(require_react());
// node_modules/rc-menu/es/Menu.js
var import_classnames87 = __toESM(require_classnames());
var React233 = __toESM(require_react());
var import_react86 = __toESM(require_react());
var import_react_dom6 = __toESM(require_react_dom());
// node_modules/rc-menu/es/context/IdContext.js
var React213 = __toESM(require_react());
var IdContext = React213.createContext(null);
function getMenuId(uuid8, eventKey) {
if (uuid8 === void 0) {
return null;
}
return "".concat(uuid8, "-").concat(eventKey);
}
function useMenuId(eventKey) {
var id = React213.useContext(IdContext);
return getMenuId(id, eventKey);
}
// node_modules/rc-menu/es/context/MenuContext.js
var React214 = __toESM(require_react());
var _excluded28 = ["children", "locked"];
var MenuContext = React214.createContext(null);
function mergeProps2(origin, target) {
var clone = _objectSpread2({}, origin);
Object.keys(target).forEach(function(key) {
var value = target[key];
if (value !== void 0) {
clone[key] = value;
}
});
return clone;
}
function InheritableContextProvider(_ref) {
var children = _ref.children, locked = _ref.locked, restProps = _objectWithoutProperties(_ref, _excluded28);
var context = React214.useContext(MenuContext);
var inheritableContext = useMemo(function() {
return mergeProps2(context, restProps);
}, [context, restProps], function(prev2, next2) {
return !locked && (prev2[0] !== next2[0] || !isEqual_default(prev2[1], next2[1], true));
});
return React214.createElement(MenuContext.Provider, {
value: inheritableContext
}, children);
}
// node_modules/rc-menu/es/context/PathContext.js
var React215 = __toESM(require_react());
var EmptyList = [];
var PathRegisterContext = React215.createContext(null);
function useMeasure() {
return React215.useContext(PathRegisterContext);
}
var PathTrackerContext = React215.createContext(EmptyList);
function useFullPath(eventKey) {
var parentKeyPath = React215.useContext(PathTrackerContext);
return React215.useMemo(function() {
return eventKey !== void 0 ? [].concat(_toConsumableArray(parentKeyPath), [eventKey]) : parentKeyPath;
}, [parentKeyPath, eventKey]);
}
var PathUserContext = React215.createContext(null);
// node_modules/rc-menu/es/context/PrivateContext.js
var React216 = __toESM(require_react());
var PrivateContext = React216.createContext({});
var PrivateContext_default = PrivateContext;
// node_modules/rc-util/es/Dom/focus.js
function focusable(node2) {
var includePositive = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : false;
if (isVisible_default(node2)) {
var nodeName = node2.nodeName.toLowerCase();
var isFocusableElement = (
// Focusable element
["input", "select", "textarea", "button"].includes(nodeName) || // Editable element
node2.isContentEditable || // Anchor with href element
nodeName === "a" && !!node2.getAttribute("href")
);
var tabIndexAttr = node2.getAttribute("tabindex");
var tabIndexNum = Number(tabIndexAttr);
var tabIndex = null;
if (tabIndexAttr && !Number.isNaN(tabIndexNum)) {
tabIndex = tabIndexNum;
} else if (isFocusableElement && tabIndex === null) {
tabIndex = 0;
}
if (isFocusableElement && node2.disabled) {
tabIndex = null;
}
return tabIndex !== null && (tabIndex >= 0 || includePositive && tabIndex < 0);
}
return false;
}
function getFocusNodeList(node2) {
var includePositive = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : false;
var res = _toConsumableArray(node2.querySelectorAll("*")).filter(function(child) {
return focusable(child, includePositive);
});
if (focusable(node2, includePositive)) {
res.unshift(node2);
}
return res;
}
// node_modules/rc-menu/es/hooks/useAccessibility.js
var React217 = __toESM(require_react());
var LEFT = KeyCode_default.LEFT;
var RIGHT = KeyCode_default.RIGHT;
var UP = KeyCode_default.UP;
var DOWN = KeyCode_default.DOWN;
var ENTER = KeyCode_default.ENTER;
var ESC2 = KeyCode_default.ESC;
var HOME = KeyCode_default.HOME;
var END = KeyCode_default.END;
var ArrowKeys = [UP, DOWN, LEFT, RIGHT];
function getOffset2(mode, isRootLevel, isRtl, which) {
var _offsets;
var prev2 = "prev";
var next2 = "next";
var children = "children";
var parent = "parent";
if (mode === "inline" && which === ENTER) {
return {
inlineTrigger: true
};
}
var inline2 = _defineProperty(_defineProperty({}, UP, prev2), DOWN, next2);
var horizontal = _defineProperty(_defineProperty(_defineProperty(_defineProperty({}, LEFT, isRtl ? next2 : prev2), RIGHT, isRtl ? prev2 : next2), DOWN, children), ENTER, children);
var vertical = _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, UP, prev2), DOWN, next2), ENTER, children), ESC2, parent), LEFT, isRtl ? children : parent), RIGHT, isRtl ? parent : children);
var offsets = {
inline: inline2,
horizontal,
vertical,
inlineSub: inline2,
horizontalSub: vertical,
verticalSub: vertical
};
var type5 = (_offsets = offsets["".concat(mode).concat(isRootLevel ? "" : "Sub")]) === null || _offsets === void 0 ? void 0 : _offsets[which];
switch (type5) {
case prev2:
return {
offset: -1,
sibling: true
};
case next2:
return {
offset: 1,
sibling: true
};
case parent:
return {
offset: -1,
sibling: false
};
case children:
return {
offset: 1,
sibling: false
};
default:
return null;
}
}
function findContainerUL(element) {
var current = element;
while (current) {
if (current.getAttribute("data-menu-list")) {
return current;
}
current = current.parentElement;
}
return null;
}
function getFocusElement(activeElement, elements) {
var current = activeElement || document.activeElement;
while (current) {
if (elements.has(current)) {
return current;
}
current = current.parentElement;
}
return null;
}
function getFocusableElements(container, elements) {
var list = getFocusNodeList(container, true);
return list.filter(function(ele) {
return elements.has(ele);
});
}
function getNextFocusElement(parentQueryContainer, elements, focusMenuElement) {
var offset3 = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : 1;
if (!parentQueryContainer) {
return null;
}
var sameLevelFocusableMenuElementList = getFocusableElements(parentQueryContainer, elements);
var count = sameLevelFocusableMenuElementList.length;
var focusIndex = sameLevelFocusableMenuElementList.findIndex(function(ele) {
return focusMenuElement === ele;
});
if (offset3 < 0) {
if (focusIndex === -1) {
focusIndex = count - 1;
} else {
focusIndex -= 1;
}
} else if (offset3 > 0) {
focusIndex += 1;
}
focusIndex = (focusIndex + count) % count;
return sameLevelFocusableMenuElementList[focusIndex];
}
var refreshElements = function refreshElements2(keys2, id) {
var elements = /* @__PURE__ */ new Set();
var key2element = /* @__PURE__ */ new Map();
var element2key = /* @__PURE__ */ new Map();
keys2.forEach(function(key) {
var element = document.querySelector("[data-menu-id='".concat(getMenuId(id, key), "']"));
if (element) {
elements.add(element);
element2key.set(element, key);
key2element.set(key, element);
}
});
return {
elements,
key2element,
element2key
};
};
function useAccessibility2(mode, activeKey, isRtl, id, containerRef, getKeys, getKeyPath, triggerActiveKey, triggerAccessibilityOpen, originOnKeyDown) {
var rafRef = React217.useRef();
var activeRef = React217.useRef();
activeRef.current = activeKey;
var cleanRaf = function cleanRaf2() {
raf_default.cancel(rafRef.current);
};
React217.useEffect(function() {
return function() {
cleanRaf();
};
}, []);
return function(e3) {
var which = e3.which;
if ([].concat(ArrowKeys, [ENTER, ESC2, HOME, END]).includes(which)) {
var keys2 = getKeys();
var refreshedElements = refreshElements(keys2, id);
var _refreshedElements = refreshedElements, elements = _refreshedElements.elements, key2element = _refreshedElements.key2element, element2key = _refreshedElements.element2key;
var activeElement = key2element.get(activeKey);
var focusMenuElement = getFocusElement(activeElement, elements);
var focusMenuKey = element2key.get(focusMenuElement);
var offsetObj = getOffset2(mode, getKeyPath(focusMenuKey, true).length === 1, isRtl, which);
if (!offsetObj && which !== HOME && which !== END) {
return;
}
if (ArrowKeys.includes(which) || [HOME, END].includes(which)) {
e3.preventDefault();
}
var tryFocus = function tryFocus2(menuElement) {
if (menuElement) {
var focusTargetElement = menuElement;
var link = menuElement.querySelector("a");
if (link !== null && link !== void 0 && link.getAttribute("href")) {
focusTargetElement = link;
}
var targetKey = element2key.get(menuElement);
triggerActiveKey(targetKey);
cleanRaf();
rafRef.current = raf_default(function() {
if (activeRef.current === targetKey) {
focusTargetElement.focus();
}
});
}
};
if ([HOME, END].includes(which) || offsetObj.sibling || !focusMenuElement) {
var parentQueryContainer;
if (!focusMenuElement || mode === "inline") {
parentQueryContainer = containerRef.current;
} else {
parentQueryContainer = findContainerUL(focusMenuElement);
}
var targetElement;
var focusableElements = getFocusableElements(parentQueryContainer, elements);
if (which === HOME) {
targetElement = focusableElements[0];
} else if (which === END) {
targetElement = focusableElements[focusableElements.length - 1];
} else {
targetElement = getNextFocusElement(parentQueryContainer, elements, focusMenuElement, offsetObj.offset);
}
tryFocus(targetElement);
} else if (offsetObj.inlineTrigger) {
triggerAccessibilityOpen(focusMenuKey);
} else if (offsetObj.offset > 0) {
triggerAccessibilityOpen(focusMenuKey, true);
cleanRaf();
rafRef.current = raf_default(function() {
refreshedElements = refreshElements(keys2, id);
var controlId = focusMenuElement.getAttribute("aria-controls");
var subQueryContainer = document.getElementById(controlId);
var targetElement2 = getNextFocusElement(subQueryContainer, refreshedElements.elements);
tryFocus(targetElement2);
}, 5);
} else if (offsetObj.offset < 0) {
var keyPath = getKeyPath(focusMenuKey, true);
var parentKey = keyPath[keyPath.length - 2];
var parentMenuElement = key2element.get(parentKey);
triggerAccessibilityOpen(parentKey, false);
tryFocus(parentMenuElement);
}
}
originOnKeyDown === null || originOnKeyDown === void 0 || originOnKeyDown(e3);
};
}
// node_modules/rc-menu/es/hooks/useKeyRecords.js
var React218 = __toESM(require_react());
var import_react85 = __toESM(require_react());
// node_modules/rc-menu/es/utils/timeUtil.js
function nextSlice(callback) {
Promise.resolve().then(callback);
}
// node_modules/rc-menu/es/hooks/useKeyRecords.js
var PATH_SPLIT = "__RC_UTIL_PATH_SPLIT__";
var getPathStr = function getPathStr2(keyPath) {
return keyPath.join(PATH_SPLIT);
};
var getPathKeys = function getPathKeys2(keyPathStr) {
return keyPathStr.split(PATH_SPLIT);
};
var OVERFLOW_KEY = "rc-menu-more";
function useKeyRecords() {
var _React$useState = React218.useState({}), _React$useState2 = _slicedToArray(_React$useState, 2), internalForceUpdate = _React$useState2[1];
var key2pathRef = (0, import_react85.useRef)(/* @__PURE__ */ new Map());
var path2keyRef = (0, import_react85.useRef)(/* @__PURE__ */ new Map());
var _React$useState3 = React218.useState([]), _React$useState4 = _slicedToArray(_React$useState3, 2), overflowKeys = _React$useState4[0], setOverflowKeys = _React$useState4[1];
var updateRef = (0, import_react85.useRef)(0);
var destroyRef = (0, import_react85.useRef)(false);
var forceUpdate = function forceUpdate2() {
if (!destroyRef.current) {
internalForceUpdate({});
}
};
var registerPath = (0, import_react85.useCallback)(function(key, keyPath) {
if (true) {
warning_default(!key2pathRef.current.has(key), "Duplicated key '".concat(key, "' used in Menu by path [").concat(keyPath.join(" > "), "]"));
}
var connectedPath = getPathStr(keyPath);
path2keyRef.current.set(connectedPath, key);
key2pathRef.current.set(key, connectedPath);
updateRef.current += 1;
var id = updateRef.current;
nextSlice(function() {
if (id === updateRef.current) {
forceUpdate();
}
});
}, []);
var unregisterPath = (0, import_react85.useCallback)(function(key, keyPath) {
var connectedPath = getPathStr(keyPath);
path2keyRef.current.delete(connectedPath);
key2pathRef.current.delete(key);
}, []);
var refreshOverflowKeys = (0, import_react85.useCallback)(function(keys2) {
setOverflowKeys(keys2);
}, []);
var getKeyPath = (0, import_react85.useCallback)(function(eventKey, includeOverflow) {
var fullPath = key2pathRef.current.get(eventKey) || "";
var keys2 = getPathKeys(fullPath);
if (includeOverflow && overflowKeys.includes(keys2[0])) {
keys2.unshift(OVERFLOW_KEY);
}
return keys2;
}, [overflowKeys]);
var isSubPathKey = (0, import_react85.useCallback)(function(pathKeys, eventKey) {
return pathKeys.filter(function(item) {
return item !== void 0;
}).some(function(pathKey2) {
var pathKeyList = getKeyPath(pathKey2, true);
return pathKeyList.includes(eventKey);
});
}, [getKeyPath]);
var getKeys = function getKeys2() {
var keys2 = _toConsumableArray(key2pathRef.current.keys());
if (overflowKeys.length) {
keys2.push(OVERFLOW_KEY);
}
return keys2;
};
var getSubPathKeys = (0, import_react85.useCallback)(function(key) {
var connectedPath = "".concat(key2pathRef.current.get(key)).concat(PATH_SPLIT);
var pathKeys = /* @__PURE__ */ new Set();
_toConsumableArray(path2keyRef.current.keys()).forEach(function(pathKey2) {
if (pathKey2.startsWith(connectedPath)) {
pathKeys.add(path2keyRef.current.get(pathKey2));
}
});
return pathKeys;
}, []);
React218.useEffect(function() {
return function() {
destroyRef.current = true;
};
}, []);
return {
// Register
registerPath,
unregisterPath,
refreshOverflowKeys,
// Util
isSubPathKey,
getKeyPath,
getKeys,
getSubPathKeys
};
}
// node_modules/rc-menu/es/hooks/useMemoCallback.js
var React219 = __toESM(require_react());
function useMemoCallback(func) {
var funRef = React219.useRef(func);
funRef.current = func;
var callback = React219.useCallback(function() {
var _funRef$current;
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
args[_key] = arguments[_key];
}
return (_funRef$current = funRef.current) === null || _funRef$current === void 0 ? void 0 : _funRef$current.call.apply(_funRef$current, [funRef].concat(args));
}, []);
return func ? callback : void 0;
}
// node_modules/rc-menu/es/hooks/useUUID.js
var React220 = __toESM(require_react());
var uniquePrefix = Math.random().toFixed(5).toString().slice(2);
var internalId = 0;
function useUUID(id) {
var _useMergedState = useMergedState(id, {
value: id
}), _useMergedState2 = _slicedToArray(_useMergedState, 2), uuid8 = _useMergedState2[0], setUUID = _useMergedState2[1];
React220.useEffect(function() {
internalId += 1;
var newId = false ? "test" : "".concat(uniquePrefix, "-").concat(internalId);
setUUID("rc-menu-uuid-".concat(newId));
}, []);
return uuid8;
}
// node_modules/rc-menu/es/MenuItem.js
var import_classnames81 = __toESM(require_classnames());
var React224 = __toESM(require_react());
// node_modules/rc-menu/es/hooks/useActive.js
var React221 = __toESM(require_react());
function useActive(eventKey, disabled, onMouseEnter, onMouseLeave) {
var _React$useContext = React221.useContext(MenuContext), activeKey = _React$useContext.activeKey, onActive = _React$useContext.onActive, onInactive = _React$useContext.onInactive;
var ret = {
active: activeKey === eventKey
};
if (!disabled) {
ret.onMouseEnter = function(domEvent) {
onMouseEnter === null || onMouseEnter === void 0 || onMouseEnter({
key: eventKey,
domEvent
});
onActive(eventKey);
};
ret.onMouseLeave = function(domEvent) {
onMouseLeave === null || onMouseLeave === void 0 || onMouseLeave({
key: eventKey,
domEvent
});
onInactive(eventKey);
};
}
return ret;
}
// node_modules/rc-menu/es/hooks/useDirectionStyle.js
var React222 = __toESM(require_react());
function useDirectionStyle(level) {
var _React$useContext = React222.useContext(MenuContext), mode = _React$useContext.mode, rtl = _React$useContext.rtl, inlineIndent = _React$useContext.inlineIndent;
if (mode !== "inline") {
return null;
}
var len = level;
return rtl ? {
paddingRight: len * inlineIndent
} : {
paddingLeft: len * inlineIndent
};
}
// node_modules/rc-menu/es/Icon.js
var React223 = __toESM(require_react());
function Icon(_ref) {
var icon = _ref.icon, props = _ref.props, children = _ref.children;
var iconNode;
if (icon === null || icon === false) {
return null;
}
if (typeof icon === "function") {
iconNode = React223.createElement(icon, _objectSpread2({}, props));
} else if (typeof icon !== "boolean") {
iconNode = icon;
}
return iconNode || children || null;
}
// node_modules/rc-menu/es/utils/warnUtil.js
var _excluded29 = ["item"];
function warnItemProp(_ref) {
var item = _ref.item, restInfo = _objectWithoutProperties(_ref, _excluded29);
Object.defineProperty(restInfo, "item", {
get: function get2() {
warning_default(false, "`info.item` is deprecated since we will move to function component that not provides React Node instance in future.");
return item;
}
});
return restInfo;
}
// node_modules/rc-menu/es/MenuItem.js
var _excluded30 = ["title", "attribute", "elementRef"];
var _excluded210 = ["style", "className", "eventKey", "warnKey", "disabled", "itemIcon", "children", "role", "onMouseEnter", "onMouseLeave", "onClick", "onKeyDown", "onFocus"];
var _excluded33 = ["active"];
var LegacyMenuItem = function(_React$Component) {
_inherits(LegacyMenuItem2, _React$Component);
var _super = _createSuper(LegacyMenuItem2);
function LegacyMenuItem2() {
_classCallCheck(this, LegacyMenuItem2);
return _super.apply(this, arguments);
}
_createClass(LegacyMenuItem2, [{
key: "render",
value: function render2() {
var _this$props = this.props, title = _this$props.title, attribute = _this$props.attribute, elementRef = _this$props.elementRef, restProps = _objectWithoutProperties(_this$props, _excluded30);
var passedProps = omit(restProps, ["eventKey", "popupClassName", "popupOffset", "onTitleClick"]);
warning_default(!attribute, "`attribute` of Menu.Item is deprecated. Please pass attribute directly.");
return React224.createElement(es_default9.Item, _extends({}, attribute, {
title: typeof title === "string" ? title : void 0
}, passedProps, {
ref: elementRef
}));
}
}]);
return LegacyMenuItem2;
}(React224.Component);
var InternalMenuItem = React224.forwardRef(function(props, ref) {
var style2 = props.style, className = props.className, eventKey = props.eventKey, warnKey = props.warnKey, disabled = props.disabled, itemIcon = props.itemIcon, children = props.children, role = props.role, onMouseEnter = props.onMouseEnter, onMouseLeave = props.onMouseLeave, onClick = props.onClick, onKeyDown2 = props.onKeyDown, onFocus = props.onFocus, restProps = _objectWithoutProperties(props, _excluded210);
var domDataId = useMenuId(eventKey);
var _React$useContext = React224.useContext(MenuContext), prefixCls = _React$useContext.prefixCls, onItemClick = _React$useContext.onItemClick, contextDisabled = _React$useContext.disabled, overflowDisabled = _React$useContext.overflowDisabled, contextItemIcon = _React$useContext.itemIcon, selectedKeys = _React$useContext.selectedKeys, onActive = _React$useContext.onActive;
var _React$useContext2 = React224.useContext(PrivateContext_default), _internalRenderMenuItem = _React$useContext2._internalRenderMenuItem;
var itemCls = "".concat(prefixCls, "-item");
var legacyMenuItemRef = React224.useRef();
var elementRef = React224.useRef();
var mergedDisabled = contextDisabled || disabled;
var mergedEleRef = useComposeRef(ref, elementRef);
var connectedKeys = useFullPath(eventKey);
if (warnKey) {
warning_default(false, "MenuItem should not leave undefined `key`.");
}
var getEventInfo = function getEventInfo2(e3) {
return {
key: eventKey,
// Note: For legacy code is reversed which not like other antd component
keyPath: _toConsumableArray(connectedKeys).reverse(),
item: legacyMenuItemRef.current,
domEvent: e3
};
};
var mergedItemIcon = itemIcon || contextItemIcon;
var _useActive = useActive(eventKey, mergedDisabled, onMouseEnter, onMouseLeave), active = _useActive.active, activeProps = _objectWithoutProperties(_useActive, _excluded33);
var selected = selectedKeys.includes(eventKey);
var directionStyle = useDirectionStyle(connectedKeys.length);
var onInternalClick = function onInternalClick2(e3) {
if (mergedDisabled) {
return;
}
var info = getEventInfo(e3);
onClick === null || onClick === void 0 || onClick(warnItemProp(info));
onItemClick(info);
};
var onInternalKeyDown = function onInternalKeyDown2(e3) {
onKeyDown2 === null || onKeyDown2 === void 0 || onKeyDown2(e3);
if (e3.which === KeyCode_default.ENTER) {
var info = getEventInfo(e3);
onClick === null || onClick === void 0 || onClick(warnItemProp(info));
onItemClick(info);
}
};
var onInternalFocus = function onInternalFocus2(e3) {
onActive(eventKey);
onFocus === null || onFocus === void 0 || onFocus(e3);
};
var optionRoleProps = {};
if (props.role === "option") {
optionRoleProps["aria-selected"] = selected;
}
var renderNode = React224.createElement(LegacyMenuItem, _extends({
ref: legacyMenuItemRef,
elementRef: mergedEleRef,
role: role === null ? "none" : role || "menuitem",
tabIndex: disabled ? null : -1,
"data-menu-id": overflowDisabled && domDataId ? null : domDataId
}, omit(restProps, ["extra"]), activeProps, optionRoleProps, {
component: "li",
"aria-disabled": disabled,
style: _objectSpread2(_objectSpread2({}, directionStyle), style2),
className: (0, import_classnames81.default)(itemCls, _defineProperty(_defineProperty(_defineProperty({}, "".concat(itemCls, "-active"), active), "".concat(itemCls, "-selected"), selected), "".concat(itemCls, "-disabled"), mergedDisabled), className),
onClick: onInternalClick,
onKeyDown: onInternalKeyDown,
onFocus: onInternalFocus
}), children, React224.createElement(Icon, {
props: _objectSpread2(_objectSpread2({}, props), {}, {
isSelected: selected
}),
icon: mergedItemIcon
}));
if (_internalRenderMenuItem) {
renderNode = _internalRenderMenuItem(renderNode, props, {
selected
});
}
return renderNode;
});
function MenuItem(props, ref) {
var eventKey = props.eventKey;
var measure = useMeasure();
var connectedKeyPath = useFullPath(eventKey);
React224.useEffect(function() {
if (measure) {
measure.registerPath(eventKey, connectedKeyPath);
return function() {
measure.unregisterPath(eventKey, connectedKeyPath);
};
}
}, [connectedKeyPath]);
if (measure) {
return null;
}
return React224.createElement(InternalMenuItem, _extends({}, props, {
ref
}));
}
var MenuItem_default = React224.forwardRef(MenuItem);
// node_modules/rc-menu/es/SubMenu/index.js
var React229 = __toESM(require_react());
var import_classnames84 = __toESM(require_classnames());
// node_modules/rc-menu/es/SubMenu/SubMenuList.js
var React225 = __toESM(require_react());
var import_classnames82 = __toESM(require_classnames());
var _excluded31 = ["className", "children"];
var InternalSubMenuList = function InternalSubMenuList2(_ref, ref) {
var className = _ref.className, children = _ref.children, restProps = _objectWithoutProperties(_ref, _excluded31);
var _React$useContext = React225.useContext(MenuContext), prefixCls = _React$useContext.prefixCls, mode = _React$useContext.mode, rtl = _React$useContext.rtl;
return React225.createElement("ul", _extends({
className: (0, import_classnames82.default)(prefixCls, rtl && "".concat(prefixCls, "-rtl"), "".concat(prefixCls, "-sub"), "".concat(prefixCls, "-").concat(mode === "inline" ? "inline" : "vertical"), className),
role: "menu"
}, restProps, {
"data-menu-list": true,
ref
}), children);
};
var SubMenuList = React225.forwardRef(InternalSubMenuList);
SubMenuList.displayName = "SubMenuList";
var SubMenuList_default = SubMenuList;
// node_modules/rc-menu/es/utils/commonUtil.js
var React226 = __toESM(require_react());
function parseChildren(children, keyPath) {
return toArray(children).map(function(child, index3) {
if (React226.isValidElement(child)) {
var _eventKey, _child$props;
var key = child.key;
var eventKey = (_eventKey = (_child$props = child.props) === null || _child$props === void 0 ? void 0 : _child$props.eventKey) !== null && _eventKey !== void 0 ? _eventKey : key;
var emptyKey = eventKey === null || eventKey === void 0;
if (emptyKey) {
eventKey = "tmp_key-".concat([].concat(_toConsumableArray(keyPath), [index3]).join("-"));
}
var cloneProps = {
key: eventKey,
eventKey
};
if (emptyKey) {
cloneProps.warnKey = true;
}
return React226.cloneElement(child, cloneProps);
}
return child;
});
}
// node_modules/rc-menu/es/SubMenu/PopupTrigger.js
var React227 = __toESM(require_react());
var import_classnames83 = __toESM(require_classnames());
// node_modules/rc-menu/es/placements.js
var autoAdjustOverflow2 = {
adjustX: 1,
adjustY: 1
};
var placements3 = {
topLeft: {
points: ["bl", "tl"],
overflow: autoAdjustOverflow2
},
topRight: {
points: ["br", "tr"],
overflow: autoAdjustOverflow2
},
bottomLeft: {
points: ["tl", "bl"],
overflow: autoAdjustOverflow2
},
bottomRight: {
points: ["tr", "br"],
overflow: autoAdjustOverflow2
},
leftTop: {
points: ["tr", "tl"],
overflow: autoAdjustOverflow2
},
leftBottom: {
points: ["br", "bl"],
overflow: autoAdjustOverflow2
},
rightTop: {
points: ["tl", "tr"],
overflow: autoAdjustOverflow2
},
rightBottom: {
points: ["bl", "br"],
overflow: autoAdjustOverflow2
}
};
var placementsRtl = {
topLeft: {
points: ["bl", "tl"],
overflow: autoAdjustOverflow2
},
topRight: {
points: ["br", "tr"],
overflow: autoAdjustOverflow2
},
bottomLeft: {
points: ["tl", "bl"],
overflow: autoAdjustOverflow2
},
bottomRight: {
points: ["tr", "br"],
overflow: autoAdjustOverflow2
},
rightTop: {
points: ["tr", "tl"],
overflow: autoAdjustOverflow2
},
rightBottom: {
points: ["br", "bl"],
overflow: autoAdjustOverflow2
},
leftTop: {
points: ["tl", "tr"],
overflow: autoAdjustOverflow2
},
leftBottom: {
points: ["bl", "br"],
overflow: autoAdjustOverflow2
}
};
// node_modules/rc-menu/es/utils/motionUtil.js
function getMotion4(mode, motion2, defaultMotions) {
if (motion2) {
return motion2;
}
if (defaultMotions) {
return defaultMotions[mode] || defaultMotions.other;
}
return void 0;
}
// node_modules/rc-menu/es/SubMenu/PopupTrigger.js
var popupPlacementMap = {
horizontal: "bottomLeft",
vertical: "rightTop",
"vertical-left": "rightTop",
"vertical-right": "leftTop"
};
function PopupTrigger(_ref) {
var prefixCls = _ref.prefixCls, visible = _ref.visible, children = _ref.children, popup = _ref.popup, popupStyle = _ref.popupStyle, popupClassName = _ref.popupClassName, popupOffset = _ref.popupOffset, disabled = _ref.disabled, mode = _ref.mode, onVisibleChange = _ref.onVisibleChange;
var _React$useContext = React227.useContext(MenuContext), getPopupContainer = _React$useContext.getPopupContainer, rtl = _React$useContext.rtl, subMenuOpenDelay = _React$useContext.subMenuOpenDelay, subMenuCloseDelay = _React$useContext.subMenuCloseDelay, builtinPlacements = _React$useContext.builtinPlacements, triggerSubMenuAction = _React$useContext.triggerSubMenuAction, forceSubMenuRender = _React$useContext.forceSubMenuRender, rootClassName = _React$useContext.rootClassName, motion2 = _React$useContext.motion, defaultMotions = _React$useContext.defaultMotions;
var _React$useState = React227.useState(false), _React$useState2 = _slicedToArray(_React$useState, 2), innerVisible = _React$useState2[0], setInnerVisible = _React$useState2[1];
var placement = rtl ? _objectSpread2(_objectSpread2({}, placementsRtl), builtinPlacements) : _objectSpread2(_objectSpread2({}, placements3), builtinPlacements);
var popupPlacement = popupPlacementMap[mode];
var targetMotion = getMotion4(mode, motion2, defaultMotions);
var targetMotionRef = React227.useRef(targetMotion);
if (mode !== "inline") {
targetMotionRef.current = targetMotion;
}
var mergedMotion = _objectSpread2(_objectSpread2({}, targetMotionRef.current), {}, {
leavedClassName: "".concat(prefixCls, "-hidden"),
removeOnLeave: false,
motionAppear: true
});
var visibleRef = React227.useRef();
React227.useEffect(function() {
visibleRef.current = raf_default(function() {
setInnerVisible(visible);
});
return function() {
raf_default.cancel(visibleRef.current);
};
}, [visible]);
return React227.createElement(es_default10, {
prefixCls,
popupClassName: (0, import_classnames83.default)("".concat(prefixCls, "-popup"), _defineProperty({}, "".concat(prefixCls, "-rtl"), rtl), popupClassName, rootClassName),
stretch: mode === "horizontal" ? "minWidth" : null,
getPopupContainer,
builtinPlacements: placement,
popupPlacement,
popupVisible: innerVisible,
popup,
popupStyle,
popupAlign: popupOffset && {
offset: popupOffset
},
action: disabled ? [] : [triggerSubMenuAction],
mouseEnterDelay: subMenuOpenDelay,
mouseLeaveDelay: subMenuCloseDelay,
onPopupVisibleChange: onVisibleChange,
forceRender: forceSubMenuRender,
popupMotion: mergedMotion,
fresh: true
}, children);
}
// node_modules/rc-menu/es/SubMenu/InlineSubMenuList.js
var React228 = __toESM(require_react());
function InlineSubMenuList(_ref) {
var id = _ref.id, open3 = _ref.open, keyPath = _ref.keyPath, children = _ref.children;
var fixedMode = "inline";
var _React$useContext = React228.useContext(MenuContext), prefixCls = _React$useContext.prefixCls, forceSubMenuRender = _React$useContext.forceSubMenuRender, motion2 = _React$useContext.motion, defaultMotions = _React$useContext.defaultMotions, mode = _React$useContext.mode;
var sameModeRef = React228.useRef(false);
sameModeRef.current = mode === fixedMode;
var _React$useState = React228.useState(!sameModeRef.current), _React$useState2 = _slicedToArray(_React$useState, 2), destroy3 = _React$useState2[0], setDestroy = _React$useState2[1];
var mergedOpen = sameModeRef.current ? open3 : false;
React228.useEffect(function() {
if (sameModeRef.current) {
setDestroy(false);
}
}, [mode]);
var mergedMotion = _objectSpread2({}, getMotion4(fixedMode, motion2, defaultMotions));
if (keyPath.length > 1) {
mergedMotion.motionAppear = false;
}
var originOnVisibleChanged = mergedMotion.onVisibleChanged;
mergedMotion.onVisibleChanged = function(newVisible) {
if (!sameModeRef.current && !newVisible) {
setDestroy(true);
}
return originOnVisibleChanged === null || originOnVisibleChanged === void 0 ? void 0 : originOnVisibleChanged(newVisible);
};
if (destroy3) {
return null;
}
return React228.createElement(InheritableContextProvider, {
mode: fixedMode,
locked: !sameModeRef.current
}, React228.createElement(es_default2, _extends({
visible: mergedOpen
}, mergedMotion, {
forceRender: forceSubMenuRender,
removeOnLeave: false,
leavedClassName: "".concat(prefixCls, "-hidden")
}), function(_ref2) {
var motionClassName = _ref2.className, motionStyle = _ref2.style;
return React228.createElement(SubMenuList_default, {
id,
className: motionClassName,
style: motionStyle
}, children);
}));
}
// node_modules/rc-menu/es/SubMenu/index.js
var _excluded34 = ["style", "className", "title", "eventKey", "warnKey", "disabled", "internalPopupClose", "children", "itemIcon", "expandIcon", "popupClassName", "popupOffset", "popupStyle", "onClick", "onMouseEnter", "onMouseLeave", "onTitleClick", "onTitleMouseEnter", "onTitleMouseLeave"];
var _excluded211 = ["active"];
var InternalSubMenu = React229.forwardRef(function(props, ref) {
var style2 = props.style, className = props.className, title = props.title, eventKey = props.eventKey, warnKey = props.warnKey, disabled = props.disabled, internalPopupClose = props.internalPopupClose, children = props.children, itemIcon = props.itemIcon, expandIcon = props.expandIcon, popupClassName = props.popupClassName, popupOffset = props.popupOffset, popupStyle = props.popupStyle, onClick = props.onClick, onMouseEnter = props.onMouseEnter, onMouseLeave = props.onMouseLeave, onTitleClick = props.onTitleClick, onTitleMouseEnter = props.onTitleMouseEnter, onTitleMouseLeave = props.onTitleMouseLeave, restProps = _objectWithoutProperties(props, _excluded34);
var domDataId = useMenuId(eventKey);
var _React$useContext = React229.useContext(MenuContext), prefixCls = _React$useContext.prefixCls, mode = _React$useContext.mode, openKeys = _React$useContext.openKeys, contextDisabled = _React$useContext.disabled, overflowDisabled = _React$useContext.overflowDisabled, activeKey = _React$useContext.activeKey, selectedKeys = _React$useContext.selectedKeys, contextItemIcon = _React$useContext.itemIcon, contextExpandIcon = _React$useContext.expandIcon, onItemClick = _React$useContext.onItemClick, onOpenChange = _React$useContext.onOpenChange, onActive = _React$useContext.onActive;
var _React$useContext2 = React229.useContext(PrivateContext_default), _internalRenderSubMenuItem = _React$useContext2._internalRenderSubMenuItem;
var _React$useContext3 = React229.useContext(PathUserContext), isSubPathKey = _React$useContext3.isSubPathKey;
var connectedPath = useFullPath();
var subMenuPrefixCls = "".concat(prefixCls, "-submenu");
var mergedDisabled = contextDisabled || disabled;
var elementRef = React229.useRef();
var popupRef = React229.useRef();
if (warnKey) {
warning_default(false, "SubMenu should not leave undefined `key`.");
}
var mergedItemIcon = itemIcon !== null && itemIcon !== void 0 ? itemIcon : contextItemIcon;
var mergedExpandIcon = expandIcon !== null && expandIcon !== void 0 ? expandIcon : contextExpandIcon;
var originOpen = openKeys.includes(eventKey);
var open3 = !overflowDisabled && originOpen;
var childrenSelected = isSubPathKey(selectedKeys, eventKey);
var _useActive = useActive(eventKey, mergedDisabled, onTitleMouseEnter, onTitleMouseLeave), active = _useActive.active, activeProps = _objectWithoutProperties(_useActive, _excluded211);
var _React$useState = React229.useState(false), _React$useState2 = _slicedToArray(_React$useState, 2), childrenActive = _React$useState2[0], setChildrenActive = _React$useState2[1];
var triggerChildrenActive = function triggerChildrenActive2(newActive) {
if (!mergedDisabled) {
setChildrenActive(newActive);
}
};
var onInternalMouseEnter = function onInternalMouseEnter2(domEvent) {
triggerChildrenActive(true);
onMouseEnter === null || onMouseEnter === void 0 || onMouseEnter({
key: eventKey,
domEvent
});
};
var onInternalMouseLeave = function onInternalMouseLeave2(domEvent) {
triggerChildrenActive(false);
onMouseLeave === null || onMouseLeave === void 0 || onMouseLeave({
key: eventKey,
domEvent
});
};
var mergedActive = React229.useMemo(function() {
if (active) {
return active;
}
if (mode !== "inline") {
return childrenActive || isSubPathKey([activeKey], eventKey);
}
return false;
}, [mode, active, activeKey, childrenActive, eventKey, isSubPathKey]);
var directionStyle = useDirectionStyle(connectedPath.length);
var onInternalTitleClick = function onInternalTitleClick2(e3) {
if (mergedDisabled) {
return;
}
onTitleClick === null || onTitleClick === void 0 || onTitleClick({
key: eventKey,
domEvent: e3
});
if (mode === "inline") {
onOpenChange(eventKey, !originOpen);
}
};
var onMergedItemClick = useMemoCallback(function(info) {
onClick === null || onClick === void 0 || onClick(warnItemProp(info));
onItemClick(info);
});
var onPopupVisibleChange = function onPopupVisibleChange2(newVisible) {
if (mode !== "inline") {
onOpenChange(eventKey, newVisible);
}
};
var onInternalFocus = function onInternalFocus2() {
onActive(eventKey);
};
var popupId = domDataId && "".concat(domDataId, "-popup");
var expandIconNode = React229.useMemo(function() {
return React229.createElement(Icon, {
icon: mode !== "horizontal" ? mergedExpandIcon : void 0,
props: _objectSpread2(_objectSpread2({}, props), {}, {
isOpen: open3,
// [Legacy] Not sure why need this mark
isSubMenu: true
})
}, React229.createElement("i", {
className: "".concat(subMenuPrefixCls, "-arrow")
}));
}, [mode, mergedExpandIcon, props, open3, subMenuPrefixCls]);
var titleNode = React229.createElement("div", _extends({
role: "menuitem",
style: directionStyle,
className: "".concat(subMenuPrefixCls, "-title"),
tabIndex: mergedDisabled ? null : -1,
ref: elementRef,
title: typeof title === "string" ? title : null,
"data-menu-id": overflowDisabled && domDataId ? null : domDataId,
"aria-expanded": open3,
"aria-haspopup": true,
"aria-controls": popupId,
"aria-disabled": mergedDisabled,
onClick: onInternalTitleClick,
onFocus: onInternalFocus
}, activeProps), title, expandIconNode);
var triggerModeRef = React229.useRef(mode);
if (mode !== "inline" && connectedPath.length > 1) {
triggerModeRef.current = "vertical";
} else {
triggerModeRef.current = mode;
}
if (!overflowDisabled) {
var triggerMode = triggerModeRef.current;
titleNode = React229.createElement(PopupTrigger, {
mode: triggerMode,
prefixCls: subMenuPrefixCls,
visible: !internalPopupClose && open3 && mode !== "inline",
popupClassName,
popupOffset,
popupStyle,
popup: React229.createElement(
InheritableContextProvider,
{
mode: triggerMode === "horizontal" ? "vertical" : triggerMode
},
React229.createElement(SubMenuList_default, {
id: popupId,
ref: popupRef
}, children)
),
disabled: mergedDisabled,
onVisibleChange: onPopupVisibleChange
}, titleNode);
}
var listNode = React229.createElement(es_default9.Item, _extends({
ref,
role: "none"
}, restProps, {
component: "li",
style: style2,
className: (0, import_classnames84.default)(subMenuPrefixCls, "".concat(subMenuPrefixCls, "-").concat(mode), className, _defineProperty(_defineProperty(_defineProperty(_defineProperty({}, "".concat(subMenuPrefixCls, "-open"), open3), "".concat(subMenuPrefixCls, "-active"), mergedActive), "".concat(subMenuPrefixCls, "-selected"), childrenSelected), "".concat(subMenuPrefixCls, "-disabled"), mergedDisabled)),
onMouseEnter: onInternalMouseEnter,
onMouseLeave: onInternalMouseLeave
}), titleNode, !overflowDisabled && React229.createElement(InlineSubMenuList, {
id: popupId,
open: open3,
keyPath: connectedPath
}, children));
if (_internalRenderSubMenuItem) {
listNode = _internalRenderSubMenuItem(listNode, props, {
selected: childrenSelected,
active: mergedActive,
open: open3,
disabled: mergedDisabled
});
}
return React229.createElement(InheritableContextProvider, {
onItemClick: onMergedItemClick,
mode: mode === "horizontal" ? "vertical" : mode,
itemIcon: mergedItemIcon,
expandIcon: mergedExpandIcon
}, listNode);
});
var SubMenu = React229.forwardRef(function(props, ref) {
var eventKey = props.eventKey, children = props.children;
var connectedKeyPath = useFullPath(eventKey);
var childList = parseChildren(children, connectedKeyPath);
var measure = useMeasure();
React229.useEffect(function() {
if (measure) {
measure.registerPath(eventKey, connectedKeyPath);
return function() {
measure.unregisterPath(eventKey, connectedKeyPath);
};
}
}, [connectedKeyPath]);
var renderNode;
if (measure) {
renderNode = childList;
} else {
renderNode = React229.createElement(InternalSubMenu, _extends({
ref
}, props), childList);
}
return React229.createElement(PathTrackerContext.Provider, {
value: connectedKeyPath
}, renderNode);
});
if (true) {
SubMenu.displayName = "SubMenu";
}
var SubMenu_default = SubMenu;
// node_modules/rc-menu/es/utils/nodeUtil.js
var React232 = __toESM(require_react());
// node_modules/rc-menu/es/Divider.js
var React230 = __toESM(require_react());
var import_classnames85 = __toESM(require_classnames());
function Divider(_ref) {
var className = _ref.className, style2 = _ref.style;
var _React$useContext = React230.useContext(MenuContext), prefixCls = _React$useContext.prefixCls;
var measure = useMeasure();
if (measure) {
return null;
}
return React230.createElement("li", {
role: "separator",
className: (0, import_classnames85.default)("".concat(prefixCls, "-item-divider"), className),
style: style2
});
}
// node_modules/rc-menu/es/MenuItemGroup.js
var import_classnames86 = __toESM(require_classnames());
var React231 = __toESM(require_react());
var _excluded35 = ["className", "title", "eventKey", "children"];
var InternalMenuItemGroup = React231.forwardRef(function(props, ref) {
var className = props.className, title = props.title, eventKey = props.eventKey, children = props.children, restProps = _objectWithoutProperties(props, _excluded35);
var _React$useContext = React231.useContext(MenuContext), prefixCls = _React$useContext.prefixCls;
var groupPrefixCls = "".concat(prefixCls, "-item-group");
return React231.createElement("li", _extends({
ref,
role: "presentation"
}, restProps, {
onClick: function onClick(e3) {
return e3.stopPropagation();
},
className: (0, import_classnames86.default)(groupPrefixCls, className)
}), React231.createElement("div", {
role: "presentation",
className: "".concat(groupPrefixCls, "-title"),
title: typeof title === "string" ? title : void 0
}, title), React231.createElement("ul", {
role: "group",
className: "".concat(groupPrefixCls, "-list")
}, children));
});
var MenuItemGroup = React231.forwardRef(function(props, ref) {
var eventKey = props.eventKey, children = props.children;
var connectedKeyPath = useFullPath(eventKey);
var childList = parseChildren(children, connectedKeyPath);
var measure = useMeasure();
if (measure) {
return childList;
}
return React231.createElement(InternalMenuItemGroup, _extends({
ref
}, omit(props, ["warnKey"])), childList);
});
if (true) {
MenuItemGroup.displayName = "MenuItemGroup";
}
var MenuItemGroup_default = MenuItemGroup;
// node_modules/rc-menu/es/utils/nodeUtil.js
var _excluded36 = ["label", "children", "key", "type", "extra"];
function convertItemsToNodes3(list, components2, prefixCls) {
var MergedMenuItem = components2.item, MergedMenuItemGroup = components2.group, MergedSubMenu = components2.submenu, MergedDivider = components2.divider;
return (list || []).map(function(opt, index3) {
if (opt && _typeof(opt) === "object") {
var _ref = opt, label = _ref.label, children = _ref.children, key = _ref.key, type5 = _ref.type, extra = _ref.extra, restProps = _objectWithoutProperties(_ref, _excluded36);
var mergedKey = key !== null && key !== void 0 ? key : "tmp-".concat(index3);
if (children || type5 === "group") {
if (type5 === "group") {
return React232.createElement(MergedMenuItemGroup, _extends({
key: mergedKey
}, restProps, {
title: label
}), convertItemsToNodes3(children, components2, prefixCls));
}
return React232.createElement(MergedSubMenu, _extends({
key: mergedKey
}, restProps, {
title: label
}), convertItemsToNodes3(children, components2, prefixCls));
}
if (type5 === "divider") {
return React232.createElement(MergedDivider, _extends({
key: mergedKey
}, restProps));
}
return React232.createElement(MergedMenuItem, _extends({
key: mergedKey
}, restProps, {
extra
}), label, (!!extra || extra === 0) && React232.createElement("span", {
className: "".concat(prefixCls, "-item-extra")
}, extra));
}
return null;
}).filter(function(opt) {
return opt;
});
}
function parseItems(children, items, keyPath, components2, prefixCls) {
var childNodes = children;
var mergedComponents = _objectSpread2({
divider: Divider,
item: MenuItem_default,
group: MenuItemGroup_default,
submenu: SubMenu_default
}, components2);
if (items) {
childNodes = convertItemsToNodes3(items, mergedComponents, prefixCls);
}
return parseChildren(childNodes, keyPath);
}
// node_modules/rc-menu/es/Menu.js
var _excluded37 = ["prefixCls", "rootClassName", "style", "className", "tabIndex", "items", "children", "direction", "id", "mode", "inlineCollapsed", "disabled", "disabledOverflow", "subMenuOpenDelay", "subMenuCloseDelay", "forceSubMenuRender", "defaultOpenKeys", "openKeys", "activeKey", "defaultActiveFirst", "selectable", "multiple", "defaultSelectedKeys", "selectedKeys", "onSelect", "onDeselect", "inlineIndent", "motion", "defaultMotions", "triggerSubMenuAction", "builtinPlacements", "itemIcon", "expandIcon", "overflowedIndicator", "overflowedIndicatorPopupClassName", "getPopupContainer", "onClick", "onOpenChange", "onKeyDown", "openAnimation", "openTransitionName", "_internalRenderMenuItem", "_internalRenderSubMenuItem", "_internalComponents"];
var EMPTY_LIST2 = [];
var Menu = React233.forwardRef(function(props, ref) {
var _childList$;
var _ref = props, _ref$prefixCls = _ref.prefixCls, prefixCls = _ref$prefixCls === void 0 ? "rc-menu" : _ref$prefixCls, rootClassName = _ref.rootClassName, style2 = _ref.style, className = _ref.className, _ref$tabIndex = _ref.tabIndex, tabIndex = _ref$tabIndex === void 0 ? 0 : _ref$tabIndex, items = _ref.items, children = _ref.children, direction = _ref.direction, id = _ref.id, _ref$mode = _ref.mode, mode = _ref$mode === void 0 ? "vertical" : _ref$mode, inlineCollapsed = _ref.inlineCollapsed, disabled = _ref.disabled, disabledOverflow = _ref.disabledOverflow, _ref$subMenuOpenDelay = _ref.subMenuOpenDelay, subMenuOpenDelay = _ref$subMenuOpenDelay === void 0 ? 0.1 : _ref$subMenuOpenDelay, _ref$subMenuCloseDela = _ref.subMenuCloseDelay, subMenuCloseDelay = _ref$subMenuCloseDela === void 0 ? 0.1 : _ref$subMenuCloseDela, forceSubMenuRender = _ref.forceSubMenuRender, defaultOpenKeys = _ref.defaultOpenKeys, openKeys = _ref.openKeys, activeKey = _ref.activeKey, defaultActiveFirst = _ref.defaultActiveFirst, _ref$selectable = _ref.selectable, selectable = _ref$selectable === void 0 ? true : _ref$selectable, _ref$multiple = _ref.multiple, multiple = _ref$multiple === void 0 ? false : _ref$multiple, defaultSelectedKeys = _ref.defaultSelectedKeys, selectedKeys = _ref.selectedKeys, onSelect = _ref.onSelect, onDeselect = _ref.onDeselect, _ref$inlineIndent = _ref.inlineIndent, inlineIndent = _ref$inlineIndent === void 0 ? 24 : _ref$inlineIndent, motion2 = _ref.motion, defaultMotions = _ref.defaultMotions, _ref$triggerSubMenuAc = _ref.triggerSubMenuAction, triggerSubMenuAction = _ref$triggerSubMenuAc === void 0 ? "hover" : _ref$triggerSubMenuAc, builtinPlacements = _ref.builtinPlacements, itemIcon = _ref.itemIcon, expandIcon = _ref.expandIcon, _ref$overflowedIndica = _ref.overflowedIndicator, overflowedIndicator = _ref$overflowedIndica === void 0 ? "..." : _ref$overflowedIndica, overflowedIndicatorPopupClassName = _ref.overflowedIndicatorPopupClassName, getPopupContainer = _ref.getPopupContainer, onClick = _ref.onClick, onOpenChange = _ref.onOpenChange, onKeyDown2 = _ref.onKeyDown, openAnimation = _ref.openAnimation, openTransitionName = _ref.openTransitionName, _internalRenderMenuItem = _ref._internalRenderMenuItem, _internalRenderSubMenuItem = _ref._internalRenderSubMenuItem, _internalComponents = _ref._internalComponents, restProps = _objectWithoutProperties(_ref, _excluded37);
var _React$useMemo = React233.useMemo(function() {
return [parseItems(children, items, EMPTY_LIST2, _internalComponents, prefixCls), parseItems(children, items, EMPTY_LIST2, {}, prefixCls)];
}, [children, items, _internalComponents]), _React$useMemo2 = _slicedToArray(_React$useMemo, 2), childList = _React$useMemo2[0], measureChildList = _React$useMemo2[1];
var _React$useState = React233.useState(false), _React$useState2 = _slicedToArray(_React$useState, 2), mounted = _React$useState2[0], setMounted = _React$useState2[1];
var containerRef = React233.useRef();
var uuid8 = useUUID(id);
var isRtl = direction === "rtl";
if (true) {
warning_default(!openAnimation && !openTransitionName, "`openAnimation` and `openTransitionName` is removed. Please use `motion` or `defaultMotion` instead.");
}
var _useMergedState = useMergedState(defaultOpenKeys, {
value: openKeys,
postState: function postState(keys2) {
return keys2 || EMPTY_LIST2;
}
}), _useMergedState2 = _slicedToArray(_useMergedState, 2), mergedOpenKeys = _useMergedState2[0], setMergedOpenKeys = _useMergedState2[1];
var triggerOpenKeys = function triggerOpenKeys2(keys2) {
var forceFlush = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : false;
function doUpdate() {
setMergedOpenKeys(keys2);
onOpenChange === null || onOpenChange === void 0 || onOpenChange(keys2);
}
if (forceFlush) {
(0, import_react_dom6.flushSync)(doUpdate);
} else {
doUpdate();
}
};
var _React$useState3 = React233.useState(mergedOpenKeys), _React$useState4 = _slicedToArray(_React$useState3, 2), inlineCacheOpenKeys = _React$useState4[0], setInlineCacheOpenKeys = _React$useState4[1];
var mountRef = React233.useRef(false);
var _React$useMemo3 = React233.useMemo(function() {
if ((mode === "inline" || mode === "vertical") && inlineCollapsed) {
return ["vertical", inlineCollapsed];
}
return [mode, false];
}, [mode, inlineCollapsed]), _React$useMemo4 = _slicedToArray(_React$useMemo3, 2), mergedMode = _React$useMemo4[0], mergedInlineCollapsed = _React$useMemo4[1];
var isInlineMode = mergedMode === "inline";
var _React$useState5 = React233.useState(mergedMode), _React$useState6 = _slicedToArray(_React$useState5, 2), internalMode = _React$useState6[0], setInternalMode = _React$useState6[1];
var _React$useState7 = React233.useState(mergedInlineCollapsed), _React$useState8 = _slicedToArray(_React$useState7, 2), internalInlineCollapsed = _React$useState8[0], setInternalInlineCollapsed = _React$useState8[1];
React233.useEffect(function() {
setInternalMode(mergedMode);
setInternalInlineCollapsed(mergedInlineCollapsed);
if (!mountRef.current) {
return;
}
if (isInlineMode) {
setMergedOpenKeys(inlineCacheOpenKeys);
} else {
triggerOpenKeys(EMPTY_LIST2);
}
}, [mergedMode, mergedInlineCollapsed]);
var _React$useState9 = React233.useState(0), _React$useState10 = _slicedToArray(_React$useState9, 2), lastVisibleIndex = _React$useState10[0], setLastVisibleIndex = _React$useState10[1];
var allVisible = lastVisibleIndex >= childList.length - 1 || internalMode !== "horizontal" || disabledOverflow;
React233.useEffect(function() {
if (isInlineMode) {
setInlineCacheOpenKeys(mergedOpenKeys);
}
}, [mergedOpenKeys]);
React233.useEffect(function() {
mountRef.current = true;
return function() {
mountRef.current = false;
};
}, []);
var _useKeyRecords = useKeyRecords(), registerPath = _useKeyRecords.registerPath, unregisterPath = _useKeyRecords.unregisterPath, refreshOverflowKeys = _useKeyRecords.refreshOverflowKeys, isSubPathKey = _useKeyRecords.isSubPathKey, getKeyPath = _useKeyRecords.getKeyPath, getKeys = _useKeyRecords.getKeys, getSubPathKeys = _useKeyRecords.getSubPathKeys;
var registerPathContext = React233.useMemo(function() {
return {
registerPath,
unregisterPath
};
}, [registerPath, unregisterPath]);
var pathUserContext = React233.useMemo(function() {
return {
isSubPathKey
};
}, [isSubPathKey]);
React233.useEffect(function() {
refreshOverflowKeys(allVisible ? EMPTY_LIST2 : childList.slice(lastVisibleIndex + 1).map(function(child) {
return child.key;
}));
}, [lastVisibleIndex, allVisible]);
var _useMergedState3 = useMergedState(activeKey || defaultActiveFirst && ((_childList$ = childList[0]) === null || _childList$ === void 0 ? void 0 : _childList$.key), {
value: activeKey
}), _useMergedState4 = _slicedToArray(_useMergedState3, 2), mergedActiveKey = _useMergedState4[0], setMergedActiveKey = _useMergedState4[1];
var onActive = useMemoCallback(function(key) {
setMergedActiveKey(key);
});
var onInactive = useMemoCallback(function() {
setMergedActiveKey(void 0);
});
(0, import_react86.useImperativeHandle)(ref, function() {
return {
list: containerRef.current,
focus: function focus(options) {
var _childList$find;
var keys2 = getKeys();
var _refreshElements = refreshElements(keys2, uuid8), elements = _refreshElements.elements, key2element = _refreshElements.key2element, element2key = _refreshElements.element2key;
var focusableElements = getFocusableElements(containerRef.current, elements);
var shouldFocusKey = mergedActiveKey !== null && mergedActiveKey !== void 0 ? mergedActiveKey : focusableElements[0] ? element2key.get(focusableElements[0]) : (_childList$find = childList.find(function(node2) {
return !node2.props.disabled;
})) === null || _childList$find === void 0 ? void 0 : _childList$find.key;
var elementToFocus = key2element.get(shouldFocusKey);
if (shouldFocusKey && elementToFocus) {
var _elementToFocus$focus;
elementToFocus === null || elementToFocus === void 0 || (_elementToFocus$focus = elementToFocus.focus) === null || _elementToFocus$focus === void 0 || _elementToFocus$focus.call(elementToFocus, options);
}
}
};
});
var _useMergedState5 = useMergedState(defaultSelectedKeys || [], {
value: selectedKeys,
// Legacy convert key to array
postState: function postState(keys2) {
if (Array.isArray(keys2)) {
return keys2;
}
if (keys2 === null || keys2 === void 0) {
return EMPTY_LIST2;
}
return [keys2];
}
}), _useMergedState6 = _slicedToArray(_useMergedState5, 2), mergedSelectKeys = _useMergedState6[0], setMergedSelectKeys = _useMergedState6[1];
var triggerSelection = function triggerSelection2(info) {
if (selectable) {
var targetKey = info.key;
var exist = mergedSelectKeys.includes(targetKey);
var newSelectKeys;
if (multiple) {
if (exist) {
newSelectKeys = mergedSelectKeys.filter(function(key) {
return key !== targetKey;
});
} else {
newSelectKeys = [].concat(_toConsumableArray(mergedSelectKeys), [targetKey]);
}
} else {
newSelectKeys = [targetKey];
}
setMergedSelectKeys(newSelectKeys);
var selectInfo = _objectSpread2(_objectSpread2({}, info), {}, {
selectedKeys: newSelectKeys
});
if (exist) {
onDeselect === null || onDeselect === void 0 || onDeselect(selectInfo);
} else {
onSelect === null || onSelect === void 0 || onSelect(selectInfo);
}
}
if (!multiple && mergedOpenKeys.length && internalMode !== "inline") {
triggerOpenKeys(EMPTY_LIST2);
}
};
var onInternalClick = useMemoCallback(function(info) {
onClick === null || onClick === void 0 || onClick(warnItemProp(info));
triggerSelection(info);
});
var onInternalOpenChange = useMemoCallback(function(key, open3) {
var newOpenKeys = mergedOpenKeys.filter(function(k) {
return k !== key;
});
if (open3) {
newOpenKeys.push(key);
} else if (internalMode !== "inline") {
var subPathKeys = getSubPathKeys(key);
newOpenKeys = newOpenKeys.filter(function(k) {
return !subPathKeys.has(k);
});
}
if (!isEqual_default(mergedOpenKeys, newOpenKeys, true)) {
triggerOpenKeys(newOpenKeys, true);
}
});
var triggerAccessibilityOpen = function triggerAccessibilityOpen2(key, open3) {
var nextOpen = open3 !== null && open3 !== void 0 ? open3 : !mergedOpenKeys.includes(key);
onInternalOpenChange(key, nextOpen);
};
var onInternalKeyDown = useAccessibility2(internalMode, mergedActiveKey, isRtl, uuid8, containerRef, getKeys, getKeyPath, setMergedActiveKey, triggerAccessibilityOpen, onKeyDown2);
React233.useEffect(function() {
setMounted(true);
}, []);
var privateContext = React233.useMemo(function() {
return {
_internalRenderMenuItem,
_internalRenderSubMenuItem
};
}, [_internalRenderMenuItem, _internalRenderSubMenuItem]);
var wrappedChildList = internalMode !== "horizontal" || disabledOverflow ? childList : (
// Need wrap for overflow dropdown that do not response for open
childList.map(function(child, index3) {
return (
// Always wrap provider to avoid sub node re-mount
React233.createElement(InheritableContextProvider, {
key: child.key,
overflowDisabled: index3 > lastVisibleIndex
}, child)
);
})
);
var container = React233.createElement(es_default9, _extends({
id,
ref: containerRef,
prefixCls: "".concat(prefixCls, "-overflow"),
component: "ul",
itemComponent: MenuItem_default,
className: (0, import_classnames87.default)(prefixCls, "".concat(prefixCls, "-root"), "".concat(prefixCls, "-").concat(internalMode), className, _defineProperty(_defineProperty({}, "".concat(prefixCls, "-inline-collapsed"), internalInlineCollapsed), "".concat(prefixCls, "-rtl"), isRtl), rootClassName),
dir: direction,
style: style2,
role: "menu",
tabIndex,
data: wrappedChildList,
renderRawItem: function renderRawItem(node2) {
return node2;
},
renderRawRest: function renderRawRest(omitItems) {
var len = omitItems.length;
var originOmitItems = len ? childList.slice(-len) : null;
return React233.createElement(SubMenu_default, {
eventKey: OVERFLOW_KEY,
title: overflowedIndicator,
disabled: allVisible,
internalPopupClose: len === 0,
popupClassName: overflowedIndicatorPopupClassName
}, originOmitItems);
},
maxCount: internalMode !== "horizontal" || disabledOverflow ? es_default9.INVALIDATE : es_default9.RESPONSIVE,
ssr: "full",
"data-menu-list": true,
onVisibleChange: function onVisibleChange(newLastIndex) {
setLastVisibleIndex(newLastIndex);
},
onKeyDown: onInternalKeyDown
}, restProps));
return React233.createElement(PrivateContext_default.Provider, {
value: privateContext
}, React233.createElement(IdContext.Provider, {
value: uuid8
}, React233.createElement(InheritableContextProvider, {
prefixCls,
rootClassName,
mode: internalMode,
openKeys: mergedOpenKeys,
rtl: isRtl,
disabled,
motion: mounted ? motion2 : null,
defaultMotions: mounted ? defaultMotions : null,
activeKey: mergedActiveKey,
onActive,
onInactive,
selectedKeys: mergedSelectKeys,
inlineIndent,
subMenuOpenDelay,
subMenuCloseDelay,
forceSubMenuRender,
builtinPlacements,
triggerSubMenuAction,
getPopupContainer,
itemIcon,
expandIcon,
onItemClick: onInternalClick,
onOpenChange: onInternalOpenChange
}, React233.createElement(PathUserContext.Provider, {
value: pathUserContext
}, container), React233.createElement("div", {
style: {
display: "none"
},
"aria-hidden": true
}, React233.createElement(PathRegisterContext.Provider, {
value: registerPathContext
}, measureChildList)))));
});
var Menu_default = Menu;
// node_modules/rc-menu/es/index.js
var ExportMenu = Menu_default;
ExportMenu.Item = MenuItem_default;
ExportMenu.SubMenu = SubMenu_default;
ExportMenu.ItemGroup = MenuItemGroup_default;
ExportMenu.Divider = Divider;
var es_default15 = ExportMenu;
// node_modules/antd/es/layout/Sider.js
var React235 = __toESM(require_react());
var import_react87 = __toESM(require_react());
var import_classnames88 = __toESM(require_classnames());
// node_modules/antd/es/layout/context.js
var React234 = __toESM(require_react());
var LayoutContext = React234.createContext({
siderHook: {
addSider: () => null,
removeSider: () => null
}
});
// node_modules/antd/es/layout/style/index.js
var genLayoutStyle = (token2) => {
const {
antCls,
// .ant
componentCls,
// .ant-layout
colorText,
footerBg,
headerHeight,
headerPadding,
headerColor,
footerPadding,
fontSize,
bodyBg,
headerBg
} = token2;
return {
[componentCls]: {
display: "flex",
flex: "auto",
flexDirection: "column",
/* fix firefox can't set height smaller than content on flex item */
minHeight: 0,
background: bodyBg,
"&, *": {
boxSizing: "border-box"
},
[`&${componentCls}-has-sider`]: {
flexDirection: "row",
[`> ${componentCls}, > ${componentCls}-content`]: {
// https://segmentfault.com/a/1190000019498300
width: 0
}
},
[`${componentCls}-header, &${componentCls}-footer`]: {
flex: "0 0 auto"
},
// RTL
"&-rtl": {
direction: "rtl"
}
},
// ==================== Header ====================
[`${componentCls}-header`]: {
height: headerHeight,
padding: headerPadding,
color: headerColor,
lineHeight: unit2(headerHeight),
background: headerBg,
// Other components/menu/style/index.less line:686
// Integration with header element so menu items have the same height
[`${antCls}-menu`]: {
lineHeight: "inherit"
}
},
// ==================== Footer ====================
[`${componentCls}-footer`]: {
padding: footerPadding,
color: colorText,
fontSize,
background: footerBg
},
// =================== Content ====================
[`${componentCls}-content`]: {
flex: "auto",
color: colorText,
// fix firefox can't set height smaller than content on flex item
minHeight: 0
}
};
};
var prepareComponentToken17 = (token2) => {
const {
colorBgLayout,
controlHeight,
controlHeightLG,
colorText,
controlHeightSM,
marginXXS,
colorTextLightSolid,
colorBgContainer
} = token2;
const paddingInline = controlHeightLG * 1.25;
return {
// Deprecated
colorBgHeader: "#001529",
colorBgBody: colorBgLayout,
colorBgTrigger: "#002140",
bodyBg: colorBgLayout,
headerBg: "#001529",
headerHeight: controlHeight * 2,
headerPadding: `0 ${paddingInline}px`,
headerColor: colorText,
footerPadding: `${controlHeightSM}px ${paddingInline}px`,
footerBg: colorBgLayout,
siderBg: "#001529",
triggerHeight: controlHeightLG + marginXXS * 2,
triggerBg: "#002140",
triggerColor: colorTextLightSolid,
zeroTriggerWidth: controlHeightLG,
zeroTriggerHeight: controlHeightLG,
lightSiderBg: colorBgContainer,
lightTriggerBg: colorBgContainer,
lightTriggerColor: colorText
};
};
var DEPRECATED_TOKENS = [["colorBgBody", "bodyBg"], ["colorBgHeader", "headerBg"], ["colorBgTrigger", "triggerBg"]];
var style_default19 = genStyleHooks("Layout", genLayoutStyle, prepareComponentToken17, {
deprecatedTokens: DEPRECATED_TOKENS
});
// node_modules/antd/es/layout/style/sider.js
var genSiderStyle = (token2) => {
const {
componentCls,
siderBg,
motionDurationMid,
motionDurationSlow,
antCls,
triggerHeight,
triggerColor,
triggerBg,
headerHeight,
zeroTriggerWidth,
zeroTriggerHeight,
borderRadiusLG,
lightSiderBg,
lightTriggerColor,
lightTriggerBg,
bodyBg
} = token2;
return {
[componentCls]: {
position: "relative",
// fix firefox can't set width smaller than content on flex item
minWidth: 0,
background: siderBg,
transition: `all ${motionDurationMid}, background 0s`,
"&-has-trigger": {
paddingBottom: triggerHeight
},
"&-right": {
order: 1
},
[`${componentCls}-children`]: {
height: "100%",
// Hack for fixing margin collapse bug
// https://github.com/ant-design/ant-design/issues/7967
// solution from https://stackoverflow.com/a/33132624/3040605
marginTop: -0.1,
paddingTop: 0.1,
[`${antCls}-menu${antCls}-menu-inline-collapsed`]: {
width: "auto"
}
},
[`&-zero-width ${componentCls}-children`]: {
overflow: "hidden"
},
[`${componentCls}-trigger`]: {
position: "fixed",
bottom: 0,
zIndex: 1,
height: triggerHeight,
color: triggerColor,
lineHeight: unit2(triggerHeight),
textAlign: "center",
background: triggerBg,
cursor: "pointer",
transition: `all ${motionDurationMid}`
},
[`${componentCls}-zero-width-trigger`]: {
position: "absolute",
top: headerHeight,
insetInlineEnd: token2.calc(zeroTriggerWidth).mul(-1).equal(),
zIndex: 1,
width: zeroTriggerWidth,
height: zeroTriggerHeight,
color: triggerColor,
fontSize: token2.fontSizeXL,
display: "flex",
alignItems: "center",
justifyContent: "center",
background: siderBg,
borderRadius: `0 ${unit2(borderRadiusLG)} ${unit2(borderRadiusLG)} 0`,
cursor: "pointer",
transition: `background ${motionDurationSlow} ease`,
"&::after": {
position: "absolute",
inset: 0,
background: "transparent",
transition: `all ${motionDurationSlow}`,
content: '""'
},
"&:hover::after": {
background: `rgba(255, 255, 255, 0.2)`
},
"&-right": {
insetInlineStart: token2.calc(zeroTriggerWidth).mul(-1).equal(),
borderRadius: `${unit2(borderRadiusLG)} 0 0 ${unit2(borderRadiusLG)}`
}
},
// Light
"&-light": {
background: lightSiderBg,
[`${componentCls}-trigger`]: {
color: lightTriggerColor,
background: lightTriggerBg
},
[`${componentCls}-zero-width-trigger`]: {
color: lightTriggerColor,
background: lightTriggerBg,
border: `1px solid ${bodyBg}`,
// Safe to modify to any other color
borderInlineStart: 0
}
}
}
};
};
var sider_default = genStyleHooks(["Layout", "Sider"], genSiderStyle, prepareComponentToken17, {
deprecatedTokens: DEPRECATED_TOKENS
});
// node_modules/antd/es/layout/Sider.js
var __rest24 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var dimensionMaxMap = {
xs: "479.98px",
sm: "575.98px",
md: "767.98px",
lg: "991.98px",
xl: "1199.98px",
xxl: "1599.98px"
};
var isNumeric = (val) => !Number.isNaN(Number.parseFloat(val)) && Number.isFinite(Number(val));
var SiderContext = React235.createContext({});
var generateId = /* @__PURE__ */ (() => {
let i = 0;
return (prefix2 = "") => {
i += 1;
return `${prefix2}${i}`;
};
})();
var Sider = React235.forwardRef((props, ref) => {
const {
prefixCls: customizePrefixCls,
className,
trigger,
children,
defaultCollapsed = false,
theme = "dark",
style: style2 = {},
collapsible = false,
reverseArrow = false,
width = 200,
collapsedWidth = 80,
zeroWidthTriggerStyle,
breakpoint,
onCollapse,
onBreakpoint
} = props, otherProps = __rest24(props, ["prefixCls", "className", "trigger", "children", "defaultCollapsed", "theme", "style", "collapsible", "reverseArrow", "width", "collapsedWidth", "zeroWidthTriggerStyle", "breakpoint", "onCollapse", "onBreakpoint"]);
const {
siderHook
} = (0, import_react87.useContext)(LayoutContext);
const [collapsed, setCollapsed] = (0, import_react87.useState)("collapsed" in props ? props.collapsed : defaultCollapsed);
const [below, setBelow] = (0, import_react87.useState)(false);
(0, import_react87.useEffect)(() => {
if ("collapsed" in props) {
setCollapsed(props.collapsed);
}
}, [props.collapsed]);
const handleSetCollapsed = (value, type5) => {
if (!("collapsed" in props)) {
setCollapsed(value);
}
onCollapse === null || onCollapse === void 0 ? void 0 : onCollapse(value, type5);
};
const {
getPrefixCls,
direction
} = (0, import_react87.useContext)(ConfigContext);
const prefixCls = getPrefixCls("layout-sider", customizePrefixCls);
const [wrapCSSVar, hashId, cssVarCls] = sider_default(prefixCls);
const responsiveHandlerRef = (0, import_react87.useRef)(null);
responsiveHandlerRef.current = (mql) => {
setBelow(mql.matches);
onBreakpoint === null || onBreakpoint === void 0 ? void 0 : onBreakpoint(mql.matches);
if (collapsed !== mql.matches) {
handleSetCollapsed(mql.matches, "responsive");
}
};
(0, import_react87.useEffect)(() => {
function responsiveHandler(mql2) {
var _a;
return (_a = responsiveHandlerRef.current) === null || _a === void 0 ? void 0 : _a.call(responsiveHandlerRef, mql2);
}
let mql;
if (typeof (window === null || window === void 0 ? void 0 : window.matchMedia) !== "undefined" && breakpoint && breakpoint in dimensionMaxMap) {
mql = window.matchMedia(`screen and (max-width: ${dimensionMaxMap[breakpoint]})`);
addMediaQueryListener(mql, responsiveHandler);
responsiveHandler(mql);
}
return () => {
removeMediaQueryListener(mql, responsiveHandler);
};
}, [breakpoint]);
(0, import_react87.useEffect)(() => {
const uniqueId = generateId("ant-sider-");
siderHook.addSider(uniqueId);
return () => siderHook.removeSider(uniqueId);
}, []);
const toggle = () => {
handleSetCollapsed(!collapsed, "clickTrigger");
};
const divProps = omit(otherProps, ["collapsed"]);
const rawWidth = collapsed ? collapsedWidth : width;
const siderWidth = isNumeric(rawWidth) ? `${rawWidth}px` : String(rawWidth);
const zeroWidthTrigger = Number.parseFloat(String(collapsedWidth || 0)) === 0 ? React235.createElement("span", {
onClick: toggle,
className: (0, import_classnames88.default)(`${prefixCls}-zero-width-trigger`, `${prefixCls}-zero-width-trigger-${reverseArrow ? "right" : "left"}`),
style: zeroWidthTriggerStyle
}, trigger || React235.createElement(BarsOutlined_default, null)) : null;
const reverseIcon = direction === "rtl" === !reverseArrow;
const iconObj = {
expanded: reverseIcon ? React235.createElement(RightOutlined_default, null) : React235.createElement(LeftOutlined_default, null),
collapsed: reverseIcon ? React235.createElement(LeftOutlined_default, null) : React235.createElement(RightOutlined_default, null)
};
const status = collapsed ? "collapsed" : "expanded";
const defaultTrigger = iconObj[status];
const triggerDom = trigger !== null ? zeroWidthTrigger || React235.createElement("div", {
className: `${prefixCls}-trigger`,
onClick: toggle,
style: {
width: siderWidth
}
}, trigger || defaultTrigger) : null;
const divStyle = Object.assign(Object.assign({}, style2), {
flex: `0 0 ${siderWidth}`,
maxWidth: siderWidth,
minWidth: siderWidth,
width: siderWidth
});
const siderCls = (0, import_classnames88.default)(prefixCls, `${prefixCls}-${theme}`, {
[`${prefixCls}-collapsed`]: !!collapsed,
[`${prefixCls}-has-trigger`]: collapsible && trigger !== null && !zeroWidthTrigger,
[`${prefixCls}-below`]: !!below,
[`${prefixCls}-zero-width`]: Number.parseFloat(siderWidth) === 0
}, className, hashId, cssVarCls);
const contextValue = React235.useMemo(() => ({
siderCollapsed: collapsed
}), [collapsed]);
return wrapCSSVar(React235.createElement(SiderContext.Provider, {
value: contextValue
}, React235.createElement("aside", Object.assign({
className: siderCls
}, divProps, {
style: divStyle,
ref
}), React235.createElement("div", {
className: `${prefixCls}-children`
}, children), collapsible || below && zeroWidthTrigger ? triggerDom : null)));
});
if (true) {
Sider.displayName = "Sider";
}
var Sider_default = Sider;
// node_modules/antd/es/menu/menu.js
var React240 = __toESM(require_react());
var import_react89 = __toESM(require_react());
var import_classnames92 = __toESM(require_classnames());
// node_modules/antd/es/menu/MenuContext.js
var import_react88 = __toESM(require_react());
var MenuContext2 = (0, import_react88.createContext)({
prefixCls: "",
firstLevel: true,
inlineCollapsed: false
});
var MenuContext_default = MenuContext2;
// node_modules/antd/es/menu/MenuDivider.js
var React236 = __toESM(require_react());
var import_classnames89 = __toESM(require_classnames());
var __rest25 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var MenuDivider = (props) => {
const {
prefixCls: customizePrefixCls,
className,
dashed
} = props, restProps = __rest25(props, ["prefixCls", "className", "dashed"]);
const {
getPrefixCls
} = React236.useContext(ConfigContext);
const prefixCls = getPrefixCls("menu", customizePrefixCls);
const classString = (0, import_classnames89.default)({
[`${prefixCls}-item-divider-dashed`]: !!dashed
}, className);
return React236.createElement(Divider, Object.assign({
className: classString
}, restProps));
};
var MenuDivider_default = MenuDivider;
// node_modules/antd/es/menu/MenuItem.js
var React237 = __toESM(require_react());
var import_classnames90 = __toESM(require_classnames());
var MenuItem2 = (props) => {
var _a;
const {
className,
children,
icon,
title,
danger,
extra
} = props;
const {
prefixCls,
firstLevel,
direction,
disableMenuItemTitleTooltip,
inlineCollapsed: isInlineCollapsed
} = React237.useContext(MenuContext_default);
const renderItemChildren = (inlineCollapsed) => {
const label = children === null || children === void 0 ? void 0 : children[0];
const wrapNode = React237.createElement("span", {
className: (0, import_classnames90.default)(`${prefixCls}-title-content`, {
[`${prefixCls}-title-content-with-extra`]: !!extra || extra === 0
})
}, children);
if (!icon || React237.isValidElement(children) && children.type === "span") {
if (children && inlineCollapsed && firstLevel && typeof label === "string") {
return React237.createElement("div", {
className: `${prefixCls}-inline-collapsed-noicon`
}, label.charAt(0));
}
}
return wrapNode;
};
const {
siderCollapsed
} = React237.useContext(SiderContext);
let tooltipTitle = title;
if (typeof title === "undefined") {
tooltipTitle = firstLevel ? children : "";
} else if (title === false) {
tooltipTitle = "";
}
const tooltipProps = {
title: tooltipTitle
};
if (!siderCollapsed && !isInlineCollapsed) {
tooltipProps.title = null;
tooltipProps.open = false;
}
const childrenLength = toArray(children).length;
let returnNode = React237.createElement(MenuItem_default, Object.assign({}, omit(props, ["title", "icon", "danger"]), {
className: (0, import_classnames90.default)({
[`${prefixCls}-item-danger`]: danger,
[`${prefixCls}-item-only-child`]: (icon ? childrenLength + 1 : childrenLength) === 1
}, className),
title: typeof title === "string" ? title : void 0
}), cloneElement3(icon, {
className: (0, import_classnames90.default)(React237.isValidElement(icon) ? (_a = icon.props) === null || _a === void 0 ? void 0 : _a.className : void 0, `${prefixCls}-item-icon`)
}), renderItemChildren(isInlineCollapsed));
if (!disableMenuItemTitleTooltip) {
returnNode = React237.createElement(tooltip_default, Object.assign({}, tooltipProps, {
placement: direction === "rtl" ? "left" : "right",
classNames: {
root: `${prefixCls}-inline-collapsed-tooltip`
}
}), returnNode);
}
return returnNode;
};
var MenuItem_default2 = MenuItem2;
// node_modules/antd/es/menu/OverrideContext.js
var React238 = __toESM(require_react());
var __rest26 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var OverrideContext = React238.createContext(null);
var OverrideProvider = React238.forwardRef((props, ref) => {
const {
children
} = props, restProps = __rest26(props, ["children"]);
const override = React238.useContext(OverrideContext);
const context = React238.useMemo(() => Object.assign(Object.assign({}, override), restProps), [
override,
restProps.prefixCls,
// restProps.expandIcon, Not mark as deps since this is a ReactNode
restProps.mode,
restProps.selectable,
restProps.rootClassName
// restProps.validator, Not mark as deps since this is a function
]);
const canRef = supportNodeRef(children);
const mergedRef = useComposeRef(ref, canRef ? getNodeRef(children) : null);
return React238.createElement(OverrideContext.Provider, {
value: context
}, React238.createElement(ContextIsolator_default, {
space: true
}, canRef ? React238.cloneElement(children, {
ref: mergedRef
}) : children));
});
var OverrideContext_default = OverrideContext;
// node_modules/antd/es/menu/style/horizontal.js
var getHorizontalStyle = (token2) => {
const {
componentCls,
motionDurationSlow,
horizontalLineHeight,
colorSplit,
lineWidth,
lineType,
itemPaddingInline
} = token2;
return {
[`${componentCls}-horizontal`]: {
lineHeight: horizontalLineHeight,
border: 0,
borderBottom: `${unit2(lineWidth)} ${lineType} ${colorSplit}`,
boxShadow: "none",
"&::after": {
display: "block",
clear: "both",
height: 0,
content: '"\\20"'
},
// ======================= Item =======================
[`${componentCls}-item, ${componentCls}-submenu`]: {
position: "relative",
display: "inline-block",
verticalAlign: "bottom",
paddingInline: itemPaddingInline
},
[`> ${componentCls}-item:hover,
> ${componentCls}-item-active,
> ${componentCls}-submenu ${componentCls}-submenu-title:hover`]: {
backgroundColor: "transparent"
},
[`${componentCls}-item, ${componentCls}-submenu-title`]: {
transition: [`border-color ${motionDurationSlow}`, `background ${motionDurationSlow}`].join(",")
},
// ===================== Sub Menu =====================
[`${componentCls}-submenu-arrow`]: {
display: "none"
}
}
};
};
var horizontal_default = getHorizontalStyle;
// node_modules/antd/es/menu/style/rtl.js
var getRTLStyle = ({
componentCls,
menuArrowOffset,
calc
}) => ({
[`${componentCls}-rtl`]: {
direction: "rtl"
},
[`${componentCls}-submenu-rtl`]: {
transformOrigin: "100% 0"
},
// Vertical Arrow
[`${componentCls}-rtl${componentCls}-vertical,
${componentCls}-submenu-rtl ${componentCls}-vertical`]: {
[`${componentCls}-submenu-arrow`]: {
"&::before": {
transform: `rotate(-45deg) translateY(${unit2(calc(menuArrowOffset).mul(-1).equal())})`
},
"&::after": {
transform: `rotate(45deg) translateY(${unit2(menuArrowOffset)})`
}
}
}
});
var rtl_default = getRTLStyle;
// node_modules/antd/es/menu/style/theme.js
var accessibilityFocus = (token2) => genFocusOutline(token2);
var getThemeStyle = (token2, themeSuffix) => {
const {
componentCls,
itemColor,
itemSelectedColor,
subMenuItemSelectedColor,
groupTitleColor,
itemBg,
subMenuItemBg,
itemSelectedBg,
activeBarHeight,
activeBarWidth,
activeBarBorderWidth,
motionDurationSlow,
motionEaseInOut,
motionEaseOut,
itemPaddingInline,
motionDurationMid,
itemHoverColor,
lineType,
colorSplit,
// Disabled
itemDisabledColor,
// Danger
dangerItemColor,
dangerItemHoverColor,
dangerItemSelectedColor,
dangerItemActiveBg,
dangerItemSelectedBg,
// Bg
popupBg,
itemHoverBg,
itemActiveBg,
menuSubMenuBg,
// Horizontal
horizontalItemSelectedColor,
horizontalItemSelectedBg,
horizontalItemBorderRadius,
horizontalItemHoverBg
} = token2;
return {
[`${componentCls}-${themeSuffix}, ${componentCls}-${themeSuffix} > ${componentCls}`]: {
color: itemColor,
background: itemBg,
[`&${componentCls}-root:focus-visible`]: Object.assign({}, accessibilityFocus(token2)),
// ======================== Item ========================
[`${componentCls}-item`]: {
"&-group-title, &-extra": {
color: groupTitleColor
}
},
[`${componentCls}-submenu-selected > ${componentCls}-submenu-title`]: {
color: subMenuItemSelectedColor
},
[`${componentCls}-item, ${componentCls}-submenu-title`]: {
color: itemColor,
[`&:not(${componentCls}-item-disabled):focus-visible`]: Object.assign({}, accessibilityFocus(token2))
},
// Disabled
[`${componentCls}-item-disabled, ${componentCls}-submenu-disabled`]: {
color: `${itemDisabledColor} !important`
},
// Hover
[`${componentCls}-item:not(${componentCls}-item-selected):not(${componentCls}-submenu-selected)`]: {
[`&:hover, > ${componentCls}-submenu-title:hover`]: {
color: itemHoverColor
}
},
[`&:not(${componentCls}-horizontal)`]: {
[`${componentCls}-item:not(${componentCls}-item-selected)`]: {
"&:hover": {
backgroundColor: itemHoverBg
},
"&:active": {
backgroundColor: itemActiveBg
}
},
[`${componentCls}-submenu-title`]: {
"&:hover": {
backgroundColor: itemHoverBg
},
"&:active": {
backgroundColor: itemActiveBg
}
}
},
// Danger - only Item has
[`${componentCls}-item-danger`]: {
color: dangerItemColor,
[`&${componentCls}-item:hover`]: {
[`&:not(${componentCls}-item-selected):not(${componentCls}-submenu-selected)`]: {
color: dangerItemHoverColor
}
},
[`&${componentCls}-item:active`]: {
background: dangerItemActiveBg
}
},
[`${componentCls}-item a`]: {
"&, &:hover": {
color: "inherit"
}
},
[`${componentCls}-item-selected`]: {
color: itemSelectedColor,
// Danger
[`&${componentCls}-item-danger`]: {
color: dangerItemSelectedColor
},
"a, a:hover": {
color: "inherit"
}
},
[`& ${componentCls}-item-selected`]: {
backgroundColor: itemSelectedBg,
// Danger
[`&${componentCls}-item-danger`]: {
backgroundColor: dangerItemSelectedBg
}
},
[`&${componentCls}-submenu > ${componentCls}`]: {
backgroundColor: menuSubMenuBg
},
// ===== 设置浮层的颜色 =======
// !dark 模式会被popupBg 会被rest 为 darkPopupBg
[`&${componentCls}-popup > ${componentCls}`]: {
backgroundColor: popupBg
},
[`&${componentCls}-submenu-popup > ${componentCls}`]: {
backgroundColor: popupBg
},
// ===== 设置浮层的颜色 end =======
// ====================== Horizontal ======================
[`&${componentCls}-horizontal`]: Object.assign(Object.assign({}, themeSuffix === "dark" ? {
borderBottom: 0
} : {}), {
[`> ${componentCls}-item, > ${componentCls}-submenu`]: {
top: activeBarBorderWidth,
marginTop: token2.calc(activeBarBorderWidth).mul(-1).equal(),
marginBottom: 0,
borderRadius: horizontalItemBorderRadius,
"&::after": {
position: "absolute",
insetInline: itemPaddingInline,
bottom: 0,
borderBottom: `${unit2(activeBarHeight)} solid transparent`,
transition: `border-color ${motionDurationSlow} ${motionEaseInOut}`,
content: '""'
},
"&:hover, &-active, &-open": {
background: horizontalItemHoverBg,
"&::after": {
borderBottomWidth: activeBarHeight,
borderBottomColor: horizontalItemSelectedColor
}
},
"&-selected": {
color: horizontalItemSelectedColor,
backgroundColor: horizontalItemSelectedBg,
"&:hover": {
backgroundColor: horizontalItemSelectedBg
},
"&::after": {
borderBottomWidth: activeBarHeight,
borderBottomColor: horizontalItemSelectedColor
}
}
}
}),
// ================== Inline & Vertical ===================
//
[`&${componentCls}-root`]: {
[`&${componentCls}-inline, &${componentCls}-vertical`]: {
borderInlineEnd: `${unit2(activeBarBorderWidth)} ${lineType} ${colorSplit}`
}
},
// ======================== Inline ========================
[`&${componentCls}-inline`]: {
// Sub
[`${componentCls}-sub${componentCls}-inline`]: {
background: subMenuItemBg
},
[`${componentCls}-item`]: {
position: "relative",
"&::after": {
position: "absolute",
insetBlock: 0,
insetInlineEnd: 0,
borderInlineEnd: `${unit2(activeBarWidth)} solid ${itemSelectedColor}`,
transform: "scaleY(0.0001)",
opacity: 0,
transition: [`transform ${motionDurationMid} ${motionEaseOut}`, `opacity ${motionDurationMid} ${motionEaseOut}`].join(","),
content: '""'
},
// Danger
[`&${componentCls}-item-danger`]: {
"&::after": {
borderInlineEndColor: dangerItemSelectedColor
}
}
},
[`${componentCls}-selected, ${componentCls}-item-selected`]: {
"&::after": {
transform: "scaleY(1)",
opacity: 1,
transition: [`transform ${motionDurationMid} ${motionEaseInOut}`, `opacity ${motionDurationMid} ${motionEaseInOut}`].join(",")
}
}
}
}
};
};
var theme_default2 = getThemeStyle;
// node_modules/antd/es/menu/style/vertical.js
var getVerticalInlineStyle = (token2) => {
const {
componentCls,
itemHeight,
itemMarginInline,
padding,
menuArrowSize,
marginXS,
itemMarginBlock,
itemWidth,
itemPaddingInline
} = token2;
const paddingWithArrow = token2.calc(menuArrowSize).add(padding).add(marginXS).equal();
return {
[`${componentCls}-item`]: {
position: "relative",
overflow: "hidden"
},
[`${componentCls}-item, ${componentCls}-submenu-title`]: {
height: itemHeight,
lineHeight: unit2(itemHeight),
paddingInline: itemPaddingInline,
overflow: "hidden",
textOverflow: "ellipsis",
marginInline: itemMarginInline,
marginBlock: itemMarginBlock,
width: itemWidth
},
[`> ${componentCls}-item,
> ${componentCls}-submenu > ${componentCls}-submenu-title`]: {
height: itemHeight,
lineHeight: unit2(itemHeight)
},
[`${componentCls}-item-group-list ${componentCls}-submenu-title,
${componentCls}-submenu-title`]: {
paddingInlineEnd: paddingWithArrow
}
};
};
var getVerticalStyle = (token2) => {
const {
componentCls,
iconCls,
itemHeight,
colorTextLightSolid,
dropdownWidth,
controlHeightLG,
motionEaseOut,
paddingXL,
itemMarginInline,
fontSizeLG,
motionDurationFast,
motionDurationSlow,
paddingXS,
boxShadowSecondary,
collapsedWidth,
collapsedIconSize
} = token2;
const inlineItemStyle = {
height: itemHeight,
lineHeight: unit2(itemHeight),
listStylePosition: "inside",
listStyleType: "disc"
};
return [
{
[componentCls]: {
"&-inline, &-vertical": Object.assign({
[`&${componentCls}-root`]: {
boxShadow: "none"
}
}, getVerticalInlineStyle(token2))
},
[`${componentCls}-submenu-popup`]: {
[`${componentCls}-vertical`]: Object.assign(Object.assign({}, getVerticalInlineStyle(token2)), {
boxShadow: boxShadowSecondary
})
}
},
// Vertical only
{
[`${componentCls}-submenu-popup ${componentCls}-vertical${componentCls}-sub`]: {
minWidth: dropdownWidth,
maxHeight: `calc(100vh - ${unit2(token2.calc(controlHeightLG).mul(2.5).equal())})`,
padding: "0",
overflow: "hidden",
borderInlineEnd: 0,
// https://github.com/ant-design/ant-design/issues/22244
// https://github.com/ant-design/ant-design/issues/26812
"&:not([class*='-active'])": {
overflowX: "hidden",
overflowY: "auto"
}
}
},
// Inline Only
{
[`${componentCls}-inline`]: {
width: "100%",
// Motion enhance for first level
[`&${componentCls}-root`]: {
[`${componentCls}-item, ${componentCls}-submenu-title`]: {
display: "flex",
alignItems: "center",
transition: [`border-color ${motionDurationSlow}`, `background ${motionDurationSlow}`, `padding ${motionDurationFast} ${motionEaseOut}`].join(","),
[`> ${componentCls}-title-content`]: {
flex: "auto",
minWidth: 0,
overflow: "hidden",
textOverflow: "ellipsis"
},
"> *": {
flex: "none"
}
}
},
// >>>>> Sub
[`${componentCls}-sub${componentCls}-inline`]: {
padding: 0,
border: 0,
borderRadius: 0,
boxShadow: "none",
[`& > ${componentCls}-submenu > ${componentCls}-submenu-title`]: inlineItemStyle,
[`& ${componentCls}-item-group-title`]: {
paddingInlineStart: paddingXL
}
},
// >>>>> Item
[`${componentCls}-item`]: inlineItemStyle
}
},
// Inline Collapse Only
{
[`${componentCls}-inline-collapsed`]: {
width: collapsedWidth,
[`&${componentCls}-root`]: {
[`${componentCls}-item, ${componentCls}-submenu ${componentCls}-submenu-title`]: {
[`> ${componentCls}-inline-collapsed-noicon`]: {
fontSize: fontSizeLG,
textAlign: "center"
}
}
},
[`> ${componentCls}-item,
> ${componentCls}-item-group > ${componentCls}-item-group-list > ${componentCls}-item,
> ${componentCls}-item-group > ${componentCls}-item-group-list > ${componentCls}-submenu > ${componentCls}-submenu-title,
> ${componentCls}-submenu > ${componentCls}-submenu-title`]: {
insetInlineStart: 0,
paddingInline: `calc(50% - ${unit2(token2.calc(collapsedIconSize).div(2).equal())} - ${unit2(itemMarginInline)})`,
textOverflow: "clip",
[`
${componentCls}-submenu-arrow,
${componentCls}-submenu-expand-icon
`]: {
opacity: 0
},
[`${componentCls}-item-icon, ${iconCls}`]: {
margin: 0,
fontSize: collapsedIconSize,
lineHeight: unit2(itemHeight),
"+ span": {
display: "inline-block",
opacity: 0
}
}
},
[`${componentCls}-item-icon, ${iconCls}`]: {
display: "inline-block"
},
"&-tooltip": {
pointerEvents: "none",
[`${componentCls}-item-icon, ${iconCls}`]: {
display: "none"
},
"a, a:hover": {
color: colorTextLightSolid
}
},
[`${componentCls}-item-group-title`]: Object.assign(Object.assign({}, textEllipsis), {
paddingInline: paddingXS
})
}
}
];
};
var vertical_default = getVerticalStyle;
// node_modules/antd/es/menu/style/index.js
var genMenuItemStyle = (token2) => {
const {
componentCls,
motionDurationSlow,
motionDurationMid,
motionEaseInOut,
motionEaseOut,
iconCls,
iconSize,
iconMarginInlineEnd
} = token2;
return {
// >>>>> Item
[`${componentCls}-item, ${componentCls}-submenu-title`]: {
position: "relative",
display: "block",
margin: 0,
whiteSpace: "nowrap",
cursor: "pointer",
transition: [`border-color ${motionDurationSlow}`, `background ${motionDurationSlow}`, `padding calc(${motionDurationSlow} + 0.1s) ${motionEaseInOut}`].join(","),
[`${componentCls}-item-icon, ${iconCls}`]: {
minWidth: iconSize,
fontSize: iconSize,
transition: [`font-size ${motionDurationMid} ${motionEaseOut}`, `margin ${motionDurationSlow} ${motionEaseInOut}`, `color ${motionDurationSlow}`].join(","),
"+ span": {
marginInlineStart: iconMarginInlineEnd,
opacity: 1,
transition: [`opacity ${motionDurationSlow} ${motionEaseInOut}`, `margin ${motionDurationSlow}`, `color ${motionDurationSlow}`].join(",")
}
},
[`${componentCls}-item-icon`]: Object.assign({}, resetIcon()),
[`&${componentCls}-item-only-child`]: {
[`> ${iconCls}, > ${componentCls}-item-icon`]: {
marginInlineEnd: 0
}
}
},
// Disabled state sets text to gray and nukes hover/tab effects
[`${componentCls}-item-disabled, ${componentCls}-submenu-disabled`]: {
background: "none !important",
cursor: "not-allowed",
"&::after": {
borderColor: "transparent !important"
},
a: {
color: "inherit !important",
cursor: "not-allowed",
pointerEvents: "none"
},
[`> ${componentCls}-submenu-title`]: {
color: "inherit !important",
cursor: "not-allowed"
}
}
};
};
var genSubMenuArrowStyle = (token2) => {
const {
componentCls,
motionDurationSlow,
motionEaseInOut,
borderRadius,
menuArrowSize,
menuArrowOffset
} = token2;
return {
[`${componentCls}-submenu`]: {
"&-expand-icon, &-arrow": {
position: "absolute",
top: "50%",
insetInlineEnd: token2.margin,
width: menuArrowSize,
color: "currentcolor",
transform: "translateY(-50%)",
transition: `transform ${motionDurationSlow} ${motionEaseInOut}, opacity ${motionDurationSlow}`
},
"&-arrow": {
// →
"&::before, &::after": {
position: "absolute",
width: token2.calc(menuArrowSize).mul(0.6).equal(),
height: token2.calc(menuArrowSize).mul(0.15).equal(),
backgroundColor: "currentcolor",
borderRadius,
transition: [`background ${motionDurationSlow} ${motionEaseInOut}`, `transform ${motionDurationSlow} ${motionEaseInOut}`, `top ${motionDurationSlow} ${motionEaseInOut}`, `color ${motionDurationSlow} ${motionEaseInOut}`].join(","),
content: '""'
},
"&::before": {
transform: `rotate(45deg) translateY(${unit2(token2.calc(menuArrowOffset).mul(-1).equal())})`
},
"&::after": {
transform: `rotate(-45deg) translateY(${unit2(menuArrowOffset)})`
}
}
}
};
};
var getBaseStyle = (token2) => {
const {
antCls,
componentCls,
fontSize,
motionDurationSlow,
motionDurationMid,
motionEaseInOut,
paddingXS,
padding,
colorSplit,
lineWidth,
zIndexPopup,
borderRadiusLG,
subMenuItemBorderRadius,
menuArrowSize,
menuArrowOffset,
lineType,
groupTitleLineHeight,
groupTitleFontSize
} = token2;
return [
// Misc
{
"": {
[componentCls]: Object.assign(Object.assign({}, clearFix()), {
// Hidden
"&-hidden": {
display: "none"
}
})
},
[`${componentCls}-submenu-hidden`]: {
display: "none"
}
},
{
[componentCls]: Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, resetComponent(token2)), clearFix()), {
marginBottom: 0,
paddingInlineStart: 0,
// Override default ul/ol
fontSize,
lineHeight: 0,
listStyle: "none",
outline: "none",
// Magic cubic here but smooth transition
transition: `width ${motionDurationSlow} cubic-bezier(0.2, 0, 0, 1) 0s`,
"ul, ol": {
margin: 0,
padding: 0,
listStyle: "none"
},
// Overflow ellipsis
"&-overflow": {
display: "flex",
[`${componentCls}-item`]: {
flex: "none"
}
},
[`${componentCls}-item, ${componentCls}-submenu, ${componentCls}-submenu-title`]: {
borderRadius: token2.itemBorderRadius
},
[`${componentCls}-item-group-title`]: {
padding: `${unit2(paddingXS)} ${unit2(padding)}`,
fontSize: groupTitleFontSize,
lineHeight: groupTitleLineHeight,
transition: `all ${motionDurationSlow}`
},
[`&-horizontal ${componentCls}-submenu`]: {
transition: [`border-color ${motionDurationSlow} ${motionEaseInOut}`, `background ${motionDurationSlow} ${motionEaseInOut}`].join(",")
},
[`${componentCls}-submenu, ${componentCls}-submenu-inline`]: {
transition: [`border-color ${motionDurationSlow} ${motionEaseInOut}`, `background ${motionDurationSlow} ${motionEaseInOut}`, `padding ${motionDurationMid} ${motionEaseInOut}`].join(",")
},
[`${componentCls}-submenu ${componentCls}-sub`]: {
cursor: "initial",
transition: [`background ${motionDurationSlow} ${motionEaseInOut}`, `padding ${motionDurationSlow} ${motionEaseInOut}`].join(",")
},
[`${componentCls}-title-content`]: {
transition: `color ${motionDurationSlow}`,
"&-with-extra": {
display: "inline-flex",
alignItems: "center",
width: "100%"
},
// https://github.com/ant-design/ant-design/issues/41143
[`> ${antCls}-typography-ellipsis-single-line`]: {
display: "inline",
verticalAlign: "unset"
},
[`${componentCls}-item-extra`]: {
marginInlineStart: "auto",
paddingInlineStart: token2.padding
}
},
[`${componentCls}-item a`]: {
"&::before": {
position: "absolute",
inset: 0,
backgroundColor: "transparent",
content: '""'
}
},
// Removed a Badge related style seems it's safe
// https://github.com/ant-design/ant-design/issues/19809
// >>>>> Divider
[`${componentCls}-item-divider`]: {
overflow: "hidden",
lineHeight: 0,
borderColor: colorSplit,
borderStyle: lineType,
borderWidth: 0,
borderTopWidth: lineWidth,
marginBlock: lineWidth,
padding: 0,
"&-dashed": {
borderStyle: "dashed"
}
}
}), genMenuItemStyle(token2)), {
[`${componentCls}-item-group`]: {
[`${componentCls}-item-group-list`]: {
margin: 0,
padding: 0,
[`${componentCls}-item, ${componentCls}-submenu-title`]: {
paddingInline: `${unit2(token2.calc(fontSize).mul(2).equal())} ${unit2(padding)}`
}
}
},
// ======================= Sub Menu =======================
"&-submenu": {
"&-popup": {
position: "absolute",
zIndex: zIndexPopup,
borderRadius: borderRadiusLG,
boxShadow: "none",
transformOrigin: "0 0",
[`&${componentCls}-submenu`]: {
background: "transparent"
},
// https://github.com/ant-design/ant-design/issues/13955
"&::before": {
position: "absolute",
inset: 0,
zIndex: -1,
width: "100%",
height: "100%",
opacity: 0,
content: '""'
},
[`> ${componentCls}`]: Object.assign(Object.assign(Object.assign({
borderRadius: borderRadiusLG
}, genMenuItemStyle(token2)), genSubMenuArrowStyle(token2)), {
[`${componentCls}-item, ${componentCls}-submenu > ${componentCls}-submenu-title`]: {
borderRadius: subMenuItemBorderRadius
},
[`${componentCls}-submenu-title::after`]: {
transition: `transform ${motionDurationSlow} ${motionEaseInOut}`
}
})
},
[`
&-placement-leftTop,
&-placement-bottomRight,
`]: {
transformOrigin: "100% 0"
},
[`
&-placement-leftBottom,
&-placement-topRight,
`]: {
transformOrigin: "100% 100%"
},
[`
&-placement-rightBottom,
&-placement-topLeft,
`]: {
transformOrigin: "0 100%"
},
[`
&-placement-bottomLeft,
&-placement-rightTop,
`]: {
transformOrigin: "0 0"
},
[`
&-placement-leftTop,
&-placement-leftBottom
`]: {
paddingInlineEnd: token2.paddingXS
},
[`
&-placement-rightTop,
&-placement-rightBottom
`]: {
paddingInlineStart: token2.paddingXS
},
[`
&-placement-topRight,
&-placement-topLeft
`]: {
paddingBottom: token2.paddingXS
},
[`
&-placement-bottomRight,
&-placement-bottomLeft
`]: {
paddingTop: token2.paddingXS
}
}
}), genSubMenuArrowStyle(token2)), {
[`&-inline-collapsed ${componentCls}-submenu-arrow,
&-inline ${componentCls}-submenu-arrow`]: {
// ↓
"&::before": {
transform: `rotate(-45deg) translateX(${unit2(menuArrowOffset)})`
},
"&::after": {
transform: `rotate(45deg) translateX(${unit2(token2.calc(menuArrowOffset).mul(-1).equal())})`
}
},
[`${componentCls}-submenu-open${componentCls}-submenu-inline > ${componentCls}-submenu-title > ${componentCls}-submenu-arrow`]: {
// ↑
transform: `translateY(${unit2(token2.calc(menuArrowSize).mul(0.2).mul(-1).equal())})`,
"&::after": {
transform: `rotate(-45deg) translateX(${unit2(token2.calc(menuArrowOffset).mul(-1).equal())})`
},
"&::before": {
transform: `rotate(45deg) translateX(${unit2(menuArrowOffset)})`
}
}
})
},
// Integration with header element so menu items have the same height
{
[`${antCls}-layout-header`]: {
[componentCls]: {
lineHeight: "inherit"
}
}
}
];
};
var prepareComponentToken18 = (token2) => {
var _a, _b, _c;
const {
colorPrimary,
colorError,
colorTextDisabled,
colorErrorBg,
colorText,
colorTextDescription,
colorBgContainer,
colorFillAlter,
colorFillContent,
lineWidth,
lineWidthBold,
controlItemBgActive,
colorBgTextHover,
controlHeightLG,
lineHeight,
colorBgElevated,
marginXXS,
padding,
fontSize,
controlHeightSM,
fontSizeLG,
colorTextLightSolid,
colorErrorHover
} = token2;
const activeBarWidth = (_a = token2.activeBarWidth) !== null && _a !== void 0 ? _a : 0;
const activeBarBorderWidth = (_b = token2.activeBarBorderWidth) !== null && _b !== void 0 ? _b : lineWidth;
const itemMarginInline = (_c = token2.itemMarginInline) !== null && _c !== void 0 ? _c : token2.marginXXS;
const colorTextDark = new FastColor(colorTextLightSolid).setA(0.65).toRgbString();
return {
dropdownWidth: 160,
zIndexPopup: token2.zIndexPopupBase + 50,
radiusItem: token2.borderRadiusLG,
itemBorderRadius: token2.borderRadiusLG,
radiusSubMenuItem: token2.borderRadiusSM,
subMenuItemBorderRadius: token2.borderRadiusSM,
colorItemText: colorText,
itemColor: colorText,
colorItemTextHover: colorText,
itemHoverColor: colorText,
colorItemTextHoverHorizontal: colorPrimary,
horizontalItemHoverColor: colorPrimary,
colorGroupTitle: colorTextDescription,
groupTitleColor: colorTextDescription,
colorItemTextSelected: colorPrimary,
itemSelectedColor: colorPrimary,
subMenuItemSelectedColor: colorPrimary,
colorItemTextSelectedHorizontal: colorPrimary,
horizontalItemSelectedColor: colorPrimary,
colorItemBg: colorBgContainer,
itemBg: colorBgContainer,
colorItemBgHover: colorBgTextHover,
itemHoverBg: colorBgTextHover,
colorItemBgActive: colorFillContent,
itemActiveBg: controlItemBgActive,
colorSubItemBg: colorFillAlter,
subMenuItemBg: colorFillAlter,
colorItemBgSelected: controlItemBgActive,
itemSelectedBg: controlItemBgActive,
colorItemBgSelectedHorizontal: "transparent",
horizontalItemSelectedBg: "transparent",
colorActiveBarWidth: 0,
activeBarWidth,
colorActiveBarHeight: lineWidthBold,
activeBarHeight: lineWidthBold,
colorActiveBarBorderSize: lineWidth,
activeBarBorderWidth,
// Disabled
colorItemTextDisabled: colorTextDisabled,
itemDisabledColor: colorTextDisabled,
// Danger
colorDangerItemText: colorError,
dangerItemColor: colorError,
colorDangerItemTextHover: colorError,
dangerItemHoverColor: colorError,
colorDangerItemTextSelected: colorError,
dangerItemSelectedColor: colorError,
colorDangerItemBgActive: colorErrorBg,
dangerItemActiveBg: colorErrorBg,
colorDangerItemBgSelected: colorErrorBg,
dangerItemSelectedBg: colorErrorBg,
itemMarginInline,
horizontalItemBorderRadius: 0,
horizontalItemHoverBg: "transparent",
itemHeight: controlHeightLG,
groupTitleLineHeight: lineHeight,
collapsedWidth: controlHeightLG * 2,
popupBg: colorBgElevated,
itemMarginBlock: marginXXS,
itemPaddingInline: padding,
horizontalLineHeight: `${controlHeightLG * 1.15}px`,
iconSize: fontSize,
iconMarginInlineEnd: controlHeightSM - fontSize,
collapsedIconSize: fontSizeLG,
groupTitleFontSize: fontSize,
// Disabled
darkItemDisabledColor: new FastColor(colorTextLightSolid).setA(0.25).toRgbString(),
// Dark
darkItemColor: colorTextDark,
darkDangerItemColor: colorError,
darkItemBg: "#001529",
darkPopupBg: "#001529",
darkSubMenuItemBg: "#000c17",
darkItemSelectedColor: colorTextLightSolid,
darkItemSelectedBg: colorPrimary,
darkDangerItemSelectedBg: colorError,
darkItemHoverBg: "transparent",
darkGroupTitleColor: colorTextDark,
darkItemHoverColor: colorTextLightSolid,
darkDangerItemHoverColor: colorErrorHover,
darkDangerItemSelectedColor: colorTextLightSolid,
darkDangerItemActiveBg: colorError,
// internal
itemWidth: activeBarWidth ? `calc(100% + ${activeBarBorderWidth}px)` : `calc(100% - ${itemMarginInline * 2}px)`
};
};
var style_default20 = (prefixCls, rootCls = prefixCls, injectStyle = true) => {
const useStyle = genStyleHooks("Menu", (token2) => {
const {
colorBgElevated,
controlHeightLG,
fontSize,
darkItemColor,
darkDangerItemColor,
darkItemBg,
darkSubMenuItemBg,
darkItemSelectedColor,
darkItemSelectedBg,
darkDangerItemSelectedBg,
darkItemHoverBg,
darkGroupTitleColor,
darkItemHoverColor,
darkItemDisabledColor,
darkDangerItemHoverColor,
darkDangerItemSelectedColor,
darkDangerItemActiveBg,
popupBg,
darkPopupBg
} = token2;
const menuArrowSize = token2.calc(fontSize).div(7).mul(5).equal();
const menuToken = merge2(token2, {
menuArrowSize,
menuHorizontalHeight: token2.calc(controlHeightLG).mul(1.15).equal(),
menuArrowOffset: token2.calc(menuArrowSize).mul(0.25).equal(),
menuSubMenuBg: colorBgElevated,
calc: token2.calc,
popupBg
});
const menuDarkToken = merge2(menuToken, {
itemColor: darkItemColor,
itemHoverColor: darkItemHoverColor,
groupTitleColor: darkGroupTitleColor,
itemSelectedColor: darkItemSelectedColor,
subMenuItemSelectedColor: darkItemSelectedColor,
itemBg: darkItemBg,
popupBg: darkPopupBg,
subMenuItemBg: darkSubMenuItemBg,
itemActiveBg: "transparent",
itemSelectedBg: darkItemSelectedBg,
activeBarHeight: 0,
activeBarBorderWidth: 0,
itemHoverBg: darkItemHoverBg,
// Disabled
itemDisabledColor: darkItemDisabledColor,
// Danger
dangerItemColor: darkDangerItemColor,
dangerItemHoverColor: darkDangerItemHoverColor,
dangerItemSelectedColor: darkDangerItemSelectedColor,
dangerItemActiveBg: darkDangerItemActiveBg,
dangerItemSelectedBg: darkDangerItemSelectedBg,
menuSubMenuBg: darkSubMenuItemBg,
// Horizontal
horizontalItemSelectedColor: darkItemSelectedColor,
horizontalItemSelectedBg: darkItemSelectedBg
});
return [
// Basic
getBaseStyle(menuToken),
// Horizontal
horizontal_default(menuToken),
// Hard code for some light style
// Vertical
vertical_default(menuToken),
// Hard code for some light style
// Theme
theme_default2(menuToken, "light"),
theme_default2(menuDarkToken, "dark"),
// RTL
rtl_default(menuToken),
// Motion
collapse_default(menuToken),
initSlideMotion(menuToken, "slide-up"),
initSlideMotion(menuToken, "slide-down"),
initZoomMotion(menuToken, "zoom-big")
];
}, prepareComponentToken18, {
deprecatedTokens: [["colorGroupTitle", "groupTitleColor"], ["radiusItem", "itemBorderRadius"], ["radiusSubMenuItem", "subMenuItemBorderRadius"], ["colorItemText", "itemColor"], ["colorItemTextHover", "itemHoverColor"], ["colorItemTextHoverHorizontal", "horizontalItemHoverColor"], ["colorItemTextSelected", "itemSelectedColor"], ["colorItemTextSelectedHorizontal", "horizontalItemSelectedColor"], ["colorItemTextDisabled", "itemDisabledColor"], ["colorDangerItemText", "dangerItemColor"], ["colorDangerItemTextHover", "dangerItemHoverColor"], ["colorDangerItemTextSelected", "dangerItemSelectedColor"], ["colorDangerItemBgActive", "dangerItemActiveBg"], ["colorDangerItemBgSelected", "dangerItemSelectedBg"], ["colorItemBg", "itemBg"], ["colorItemBgHover", "itemHoverBg"], ["colorSubItemBg", "subMenuItemBg"], ["colorItemBgActive", "itemActiveBg"], ["colorItemBgSelectedHorizontal", "horizontalItemSelectedBg"], ["colorActiveBarWidth", "activeBarWidth"], ["colorActiveBarHeight", "activeBarHeight"], ["colorActiveBarBorderSize", "activeBarBorderWidth"], ["colorItemBgSelected", "itemSelectedBg"]],
// Dropdown will handle menu style self. We do not need to handle this.
injectStyle,
unitless: {
groupTitleLineHeight: true
}
});
return useStyle(prefixCls, rootCls);
};
// node_modules/antd/es/menu/SubMenu.js
var React239 = __toESM(require_react());
var import_classnames91 = __toESM(require_classnames());
var SubMenu2 = (props) => {
var _a;
const {
popupClassName,
icon,
title,
theme: customTheme
} = props;
const context = React239.useContext(MenuContext_default);
const {
prefixCls,
inlineCollapsed,
theme: contextTheme
} = context;
const parentPath = useFullPath();
let titleNode;
if (!icon) {
titleNode = inlineCollapsed && !parentPath.length && title && typeof title === "string" ? React239.createElement("div", {
className: `${prefixCls}-inline-collapsed-noicon`
}, title.charAt(0)) : React239.createElement("span", {
className: `${prefixCls}-title-content`
}, title);
} else {
const titleIsSpan = React239.isValidElement(title) && title.type === "span";
titleNode = React239.createElement(React239.Fragment, null, cloneElement3(icon, {
className: (0, import_classnames91.default)(React239.isValidElement(icon) ? (_a = icon.props) === null || _a === void 0 ? void 0 : _a.className : void 0, `${prefixCls}-item-icon`)
}), titleIsSpan ? title : React239.createElement("span", {
className: `${prefixCls}-title-content`
}, title));
}
const contextValue = React239.useMemo(() => Object.assign(Object.assign({}, context), {
firstLevel: false
}), [context]);
const [zIndex] = useZIndex("Menu");
return React239.createElement(MenuContext_default.Provider, {
value: contextValue
}, React239.createElement(SubMenu_default, Object.assign({}, omit(props, ["icon"]), {
title: titleNode,
popupClassName: (0, import_classnames91.default)(prefixCls, popupClassName, `${prefixCls}-${customTheme || contextTheme}`),
popupStyle: Object.assign({
zIndex
}, props.popupStyle)
})));
};
var SubMenu_default2 = SubMenu2;
// node_modules/antd/es/menu/menu.js
var __rest27 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
function isEmptyIcon(icon) {
return icon === null || icon === false;
}
var MENU_COMPONENTS = {
item: MenuItem_default2,
submenu: SubMenu_default2,
divider: MenuDivider_default
};
var InternalMenu = (0, import_react89.forwardRef)((props, ref) => {
var _a;
const override = React240.useContext(OverrideContext_default);
const overrideObj = override || {};
const {
getPrefixCls,
getPopupContainer,
direction,
menu
} = React240.useContext(ConfigContext);
const rootPrefixCls = getPrefixCls();
const {
prefixCls: customizePrefixCls,
className,
style: style2,
theme = "light",
expandIcon,
_internalDisableMenuItemTitleTooltip,
inlineCollapsed,
siderCollapsed,
rootClassName,
mode,
selectable,
onClick,
overflowedIndicatorPopupClassName
} = props, restProps = __rest27(props, ["prefixCls", "className", "style", "theme", "expandIcon", "_internalDisableMenuItemTitleTooltip", "inlineCollapsed", "siderCollapsed", "rootClassName", "mode", "selectable", "onClick", "overflowedIndicatorPopupClassName"]);
const passedProps = omit(restProps, ["collapsedWidth"]);
if (true) {
const warning5 = devUseWarning("Menu");
true ? warning5(!("inlineCollapsed" in props && mode !== "inline"), "usage", "`inlineCollapsed` should only be used when `mode` is inline.") : void 0;
warning5.deprecated("items" in props && !props.children, "children", "items");
}
(_a = overrideObj.validator) === null || _a === void 0 ? void 0 : _a.call(overrideObj, {
mode
});
const onItemClick = useEvent((...args) => {
var _a2;
onClick === null || onClick === void 0 ? void 0 : onClick.apply(void 0, args);
(_a2 = overrideObj.onClick) === null || _a2 === void 0 ? void 0 : _a2.call(overrideObj);
});
const mergedMode = overrideObj.mode || mode;
const mergedSelectable = selectable !== null && selectable !== void 0 ? selectable : overrideObj.selectable;
const mergedInlineCollapsed = inlineCollapsed !== null && inlineCollapsed !== void 0 ? inlineCollapsed : siderCollapsed;
const defaultMotions = {
horizontal: {
motionName: `${rootPrefixCls}-slide-up`
},
inline: motion_default(rootPrefixCls),
other: {
motionName: `${rootPrefixCls}-zoom-big`
}
};
const prefixCls = getPrefixCls("menu", customizePrefixCls || overrideObj.prefixCls);
const rootCls = useCSSVarCls_default(prefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default20(prefixCls, rootCls, !override);
const menuClassName = (0, import_classnames92.default)(`${prefixCls}-${theme}`, menu === null || menu === void 0 ? void 0 : menu.className, className);
const mergedExpandIcon = React240.useMemo(() => {
var _a2, _b;
if (typeof expandIcon === "function" || isEmptyIcon(expandIcon)) {
return expandIcon || null;
}
if (typeof overrideObj.expandIcon === "function" || isEmptyIcon(overrideObj.expandIcon)) {
return overrideObj.expandIcon || null;
}
if (typeof (menu === null || menu === void 0 ? void 0 : menu.expandIcon) === "function" || isEmptyIcon(menu === null || menu === void 0 ? void 0 : menu.expandIcon)) {
return (menu === null || menu === void 0 ? void 0 : menu.expandIcon) || null;
}
const mergedIcon = (_a2 = expandIcon !== null && expandIcon !== void 0 ? expandIcon : overrideObj === null || overrideObj === void 0 ? void 0 : overrideObj.expandIcon) !== null && _a2 !== void 0 ? _a2 : menu === null || menu === void 0 ? void 0 : menu.expandIcon;
return cloneElement3(mergedIcon, {
className: (0, import_classnames92.default)(`${prefixCls}-submenu-expand-icon`, React240.isValidElement(mergedIcon) ? (_b = mergedIcon.props) === null || _b === void 0 ? void 0 : _b.className : void 0)
});
}, [expandIcon, overrideObj === null || overrideObj === void 0 ? void 0 : overrideObj.expandIcon, menu === null || menu === void 0 ? void 0 : menu.expandIcon, prefixCls]);
const contextValue = React240.useMemo(() => ({
prefixCls,
inlineCollapsed: mergedInlineCollapsed || false,
direction,
firstLevel: true,
theme,
mode: mergedMode,
disableMenuItemTitleTooltip: _internalDisableMenuItemTitleTooltip
}), [prefixCls, mergedInlineCollapsed, direction, _internalDisableMenuItemTitleTooltip, theme]);
return wrapCSSVar(React240.createElement(OverrideContext_default.Provider, {
value: null
}, React240.createElement(MenuContext_default.Provider, {
value: contextValue
}, React240.createElement(es_default15, Object.assign({
getPopupContainer,
overflowedIndicator: React240.createElement(EllipsisOutlined_default, null),
overflowedIndicatorPopupClassName: (0, import_classnames92.default)(prefixCls, `${prefixCls}-${theme}`, overflowedIndicatorPopupClassName),
mode: mergedMode,
selectable: mergedSelectable,
onClick: onItemClick
}, passedProps, {
inlineCollapsed: mergedInlineCollapsed,
style: Object.assign(Object.assign({}, menu === null || menu === void 0 ? void 0 : menu.style), style2),
className: menuClassName,
prefixCls,
direction,
defaultMotions,
expandIcon: mergedExpandIcon,
ref,
rootClassName: (0, import_classnames92.default)(rootClassName, hashId, overrideObj.rootClassName, cssVarCls, rootCls),
_internalComponents: MENU_COMPONENTS
})))));
});
var menu_default = InternalMenu;
// node_modules/antd/es/menu/index.js
var Menu2 = (0, import_react90.forwardRef)((props, ref) => {
const menuRef = (0, import_react90.useRef)(null);
const context = React241.useContext(SiderContext);
(0, import_react90.useImperativeHandle)(ref, () => ({
menu: menuRef.current,
focus: (options) => {
var _a;
(_a = menuRef.current) === null || _a === void 0 ? void 0 : _a.focus(options);
}
}));
return React241.createElement(menu_default, Object.assign({
ref: menuRef
}, props, context));
});
Menu2.Item = MenuItem_default2;
Menu2.SubMenu = SubMenu_default2;
Menu2.Divider = MenuDivider_default;
Menu2.ItemGroup = MenuItemGroup_default;
if (true) {
Menu2.displayName = "Menu";
}
var menu_default2 = Menu2;
// node_modules/antd/es/dropdown/style/status.js
var genStatusStyle = (token2) => {
const {
componentCls,
menuCls,
colorError,
colorTextLightSolid
} = token2;
const itemCls = `${menuCls}-item`;
return {
[`${componentCls}, ${componentCls}-menu-submenu`]: {
[`${menuCls} ${itemCls}`]: {
[`&${itemCls}-danger:not(${itemCls}-disabled)`]: {
color: colorError,
"&:hover": {
color: colorTextLightSolid,
backgroundColor: colorError
}
}
}
}
};
};
var status_default = genStatusStyle;
// node_modules/antd/es/dropdown/style/index.js
var genBaseStyle8 = (token2) => {
const {
componentCls,
menuCls,
zIndexPopup,
dropdownArrowDistance,
sizePopupArrow,
antCls,
iconCls,
motionDurationMid,
paddingBlock,
fontSize,
dropdownEdgeChildPadding,
colorTextDisabled,
fontSizeIcon,
controlPaddingHorizontal,
colorBgElevated
} = token2;
return [
{
[componentCls]: {
position: "absolute",
top: -9999,
left: {
_skip_check_: true,
value: -9999
},
zIndex: zIndexPopup,
display: "block",
// A placeholder out of dropdown visible range to avoid close when user moving
"&::before": {
position: "absolute",
insetBlock: token2.calc(sizePopupArrow).div(2).sub(dropdownArrowDistance).equal(),
// insetInlineStart: -7, // FIXME: Seems not work for hidden element
zIndex: -9999,
opacity: 1e-4,
content: '""'
},
// Makes vertical dropdowns have a scrollbar once they become taller than the viewport.
"&-menu-vertical": {
maxHeight: "100vh",
overflowY: "auto"
},
[`&-trigger${antCls}-btn`]: {
[`& > ${iconCls}-down, & > ${antCls}-btn-icon > ${iconCls}-down`]: {
fontSize: fontSizeIcon
}
},
[`${componentCls}-wrap`]: {
position: "relative",
[`${antCls}-btn > ${iconCls}-down`]: {
fontSize: fontSizeIcon
},
[`${iconCls}-down::before`]: {
transition: `transform ${motionDurationMid}`
}
},
[`${componentCls}-wrap-open`]: {
[`${iconCls}-down::before`]: {
transform: `rotate(180deg)`
}
},
[`
&-hidden,
&-menu-hidden,
&-menu-submenu-hidden
`]: {
display: "none"
},
// =============================================================
// == Motion ==
// =============================================================
// When position is not enough for dropdown, the placement will revert.
// We will handle this with revert motion name.
[`&${antCls}-slide-down-enter${antCls}-slide-down-enter-active${componentCls}-placement-bottomLeft,
&${antCls}-slide-down-appear${antCls}-slide-down-appear-active${componentCls}-placement-bottomLeft,
&${antCls}-slide-down-enter${antCls}-slide-down-enter-active${componentCls}-placement-bottom,
&${antCls}-slide-down-appear${antCls}-slide-down-appear-active${componentCls}-placement-bottom,
&${antCls}-slide-down-enter${antCls}-slide-down-enter-active${componentCls}-placement-bottomRight,
&${antCls}-slide-down-appear${antCls}-slide-down-appear-active${componentCls}-placement-bottomRight`]: {
animationName: slideUpIn
},
[`&${antCls}-slide-up-enter${antCls}-slide-up-enter-active${componentCls}-placement-topLeft,
&${antCls}-slide-up-appear${antCls}-slide-up-appear-active${componentCls}-placement-topLeft,
&${antCls}-slide-up-enter${antCls}-slide-up-enter-active${componentCls}-placement-top,
&${antCls}-slide-up-appear${antCls}-slide-up-appear-active${componentCls}-placement-top,
&${antCls}-slide-up-enter${antCls}-slide-up-enter-active${componentCls}-placement-topRight,
&${antCls}-slide-up-appear${antCls}-slide-up-appear-active${componentCls}-placement-topRight`]: {
animationName: slideDownIn
},
[`&${antCls}-slide-down-leave${antCls}-slide-down-leave-active${componentCls}-placement-bottomLeft,
&${antCls}-slide-down-leave${antCls}-slide-down-leave-active${componentCls}-placement-bottom,
&${antCls}-slide-down-leave${antCls}-slide-down-leave-active${componentCls}-placement-bottomRight`]: {
animationName: slideUpOut
},
[`&${antCls}-slide-up-leave${antCls}-slide-up-leave-active${componentCls}-placement-topLeft,
&${antCls}-slide-up-leave${antCls}-slide-up-leave-active${componentCls}-placement-top,
&${antCls}-slide-up-leave${antCls}-slide-up-leave-active${componentCls}-placement-topRight`]: {
animationName: slideDownOut
}
}
},
// =============================================================
// == Arrow style ==
// =============================================================
getArrowStyle(token2, colorBgElevated, {
arrowPlacement: {
top: true,
bottom: true
}
}),
{
// =============================================================
// == Menu ==
// =============================================================
[`${componentCls} ${menuCls}`]: {
position: "relative",
margin: 0
},
[`${menuCls}-submenu-popup`]: {
position: "absolute",
zIndex: zIndexPopup,
background: "transparent",
boxShadow: "none",
transformOrigin: "0 0",
"ul, li": {
listStyle: "none",
margin: 0
}
},
[`${componentCls}, ${componentCls}-menu-submenu`]: Object.assign(Object.assign({}, resetComponent(token2)), {
[menuCls]: Object.assign(Object.assign({
padding: dropdownEdgeChildPadding,
listStyleType: "none",
backgroundColor: colorBgElevated,
backgroundClip: "padding-box",
borderRadius: token2.borderRadiusLG,
outline: "none",
boxShadow: token2.boxShadowSecondary
}, genFocusStyle(token2)), {
"&:empty": {
padding: 0,
boxShadow: "none"
},
[`${menuCls}-item-group-title`]: {
padding: `${unit2(paddingBlock)} ${unit2(controlPaddingHorizontal)}`,
color: token2.colorTextDescription,
transition: `all ${motionDurationMid}`
},
// ======================= Item Content =======================
[`${menuCls}-item`]: {
position: "relative",
display: "flex",
alignItems: "center"
},
[`${menuCls}-item-icon`]: {
minWidth: fontSize,
marginInlineEnd: token2.marginXS,
fontSize: token2.fontSizeSM
},
[`${menuCls}-title-content`]: {
flex: "auto",
"&-with-extra": {
display: "inline-flex",
alignItems: "center",
width: "100%"
},
"> a": {
color: "inherit",
transition: `all ${motionDurationMid}`,
"&:hover": {
color: "inherit"
},
"&::after": {
position: "absolute",
inset: 0,
content: '""'
}
},
[`${menuCls}-item-extra`]: {
paddingInlineStart: token2.padding,
marginInlineStart: "auto",
fontSize: token2.fontSizeSM,
color: token2.colorTextDescription
}
},
// =========================== Item ===========================
[`${menuCls}-item, ${menuCls}-submenu-title`]: Object.assign(Object.assign({
display: "flex",
margin: 0,
padding: `${unit2(paddingBlock)} ${unit2(controlPaddingHorizontal)}`,
color: token2.colorText,
fontWeight: "normal",
fontSize,
lineHeight: token2.lineHeight,
cursor: "pointer",
transition: `all ${motionDurationMid}`,
borderRadius: token2.borderRadiusSM,
"&:hover, &-active": {
backgroundColor: token2.controlItemBgHover
}
}, genFocusStyle(token2)), {
"&-selected": {
color: token2.colorPrimary,
backgroundColor: token2.controlItemBgActive,
"&:hover, &-active": {
backgroundColor: token2.controlItemBgActiveHover
}
},
"&-disabled": {
color: colorTextDisabled,
cursor: "not-allowed",
"&:hover": {
color: colorTextDisabled,
backgroundColor: colorBgElevated,
cursor: "not-allowed"
},
a: {
pointerEvents: "none"
}
},
"&-divider": {
height: 1,
// By design
margin: `${unit2(token2.marginXXS)} 0`,
overflow: "hidden",
lineHeight: 0,
backgroundColor: token2.colorSplit
},
[`${componentCls}-menu-submenu-expand-icon`]: {
position: "absolute",
insetInlineEnd: token2.paddingXS,
[`${componentCls}-menu-submenu-arrow-icon`]: {
marginInlineEnd: "0 !important",
color: token2.colorIcon,
fontSize: fontSizeIcon,
fontStyle: "normal"
}
}
}),
[`${menuCls}-item-group-list`]: {
margin: `0 ${unit2(token2.marginXS)}`,
padding: 0,
listStyle: "none"
},
[`${menuCls}-submenu-title`]: {
paddingInlineEnd: token2.calc(controlPaddingHorizontal).add(token2.fontSizeSM).equal()
},
[`${menuCls}-submenu-vertical`]: {
position: "relative"
},
[`${menuCls}-submenu${menuCls}-submenu-disabled ${componentCls}-menu-submenu-title`]: {
[`&, ${componentCls}-menu-submenu-arrow-icon`]: {
color: colorTextDisabled,
backgroundColor: colorBgElevated,
cursor: "not-allowed"
}
},
// https://github.com/ant-design/ant-design/issues/19264
[`${menuCls}-submenu-selected ${componentCls}-menu-submenu-title`]: {
color: token2.colorPrimary
}
})
})
},
// Follow code may reuse in other components
[initSlideMotion(token2, "slide-up"), initSlideMotion(token2, "slide-down"), initMoveMotion(token2, "move-up"), initMoveMotion(token2, "move-down"), initZoomMotion(token2, "zoom-big")]
];
};
var prepareComponentToken19 = (token2) => Object.assign(Object.assign({
zIndexPopup: token2.zIndexPopupBase + 50,
paddingBlock: (token2.controlHeight - token2.fontSize * token2.lineHeight) / 2
}, getArrowOffsetToken({
contentRadius: token2.borderRadiusLG,
limitVerticalRadius: true
})), getArrowToken(token2));
var style_default21 = genStyleHooks("Dropdown", (token2) => {
const {
marginXXS,
sizePopupArrow,
paddingXXS,
componentCls
} = token2;
const dropdownToken = merge2(token2, {
menuCls: `${componentCls}-menu`,
dropdownArrowDistance: token2.calc(sizePopupArrow).div(2).add(marginXXS).equal(),
dropdownEdgeChildPadding: paddingXXS
});
return [genBaseStyle8(dropdownToken), status_default(dropdownToken)];
}, prepareComponentToken19, {
resetStyle: false
});
// node_modules/antd/es/dropdown/dropdown.js
var Dropdown2 = (props) => {
var _a;
const {
menu,
arrow,
prefixCls: customizePrefixCls,
children,
trigger,
disabled,
dropdownRender,
popupRender,
getPopupContainer,
overlayClassName,
rootClassName,
overlayStyle,
open: open3,
onOpenChange,
// Deprecated
visible,
onVisibleChange,
mouseEnterDelay = 0.15,
mouseLeaveDelay = 0.1,
autoAdjustOverflow: autoAdjustOverflow3 = true,
placement = "",
overlay,
transitionName,
destroyOnHidden,
destroyPopupOnHide
} = props;
const {
getPopupContainer: getContextPopupContainer,
getPrefixCls,
direction,
dropdown
} = React242.useContext(ConfigContext);
const mergedPopupRender = popupRender || dropdownRender;
const warning5 = devUseWarning("Dropdown");
if (true) {
const deprecatedProps = {
visible: "open",
onVisibleChange: "onOpenChange",
overlay: "menu",
dropdownRender: "popupRender",
destroyPopupOnHide: "destroyOnHidden"
};
Object.entries(deprecatedProps).forEach(([deprecatedName, newName]) => {
warning5.deprecated(!(deprecatedName in props), deprecatedName, newName);
});
if (placement.includes("Center")) {
warning5.deprecated(!placement.includes("Center"), `placement: ${placement}`, `placement: ${placement.slice(0, placement.indexOf("Center"))}`);
}
}
const memoTransitionName = React242.useMemo(() => {
const rootPrefixCls = getPrefixCls();
if (transitionName !== void 0) {
return transitionName;
}
if (placement.includes("top")) {
return `${rootPrefixCls}-slide-down`;
}
return `${rootPrefixCls}-slide-up`;
}, [getPrefixCls, placement, transitionName]);
const memoPlacement = React242.useMemo(() => {
if (!placement) {
return direction === "rtl" ? "bottomRight" : "bottomLeft";
}
if (placement.includes("Center")) {
return placement.slice(0, placement.indexOf("Center"));
}
return placement;
}, [placement, direction]);
const prefixCls = getPrefixCls("dropdown", customizePrefixCls);
const rootCls = useCSSVarCls_default(prefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default21(prefixCls, rootCls);
const [, token2] = useToken();
const child = React242.Children.only(isPrimitive_default(children) ? React242.createElement("span", null, children) : children);
const popupTrigger = cloneElement3(child, {
className: (0, import_classnames93.default)(`${prefixCls}-trigger`, {
[`${prefixCls}-rtl`]: direction === "rtl"
}, child.props.className),
disabled: (_a = child.props.disabled) !== null && _a !== void 0 ? _a : disabled
});
const triggerActions = disabled ? [] : trigger;
const alignPoint = !!(triggerActions === null || triggerActions === void 0 ? void 0 : triggerActions.includes("contextMenu"));
const [mergedOpen, setOpen] = useMergedState(false, {
value: open3 !== null && open3 !== void 0 ? open3 : visible
});
const onInnerOpenChange = useEvent((nextOpen) => {
onOpenChange === null || onOpenChange === void 0 ? void 0 : onOpenChange(nextOpen, {
source: "trigger"
});
onVisibleChange === null || onVisibleChange === void 0 ? void 0 : onVisibleChange(nextOpen);
setOpen(nextOpen);
});
const overlayClassNameCustomized = (0, import_classnames93.default)(overlayClassName, rootClassName, hashId, cssVarCls, rootCls, dropdown === null || dropdown === void 0 ? void 0 : dropdown.className, {
[`${prefixCls}-rtl`]: direction === "rtl"
});
const builtinPlacements = getPlacements({
arrowPointAtCenter: typeof arrow === "object" && arrow.pointAtCenter,
autoAdjustOverflow: autoAdjustOverflow3,
offset: token2.marginXXS,
arrowWidth: arrow ? token2.sizePopupArrow : 0,
borderRadius: token2.borderRadius
});
const onMenuClick = useEvent(() => {
if ((menu === null || menu === void 0 ? void 0 : menu.selectable) && (menu === null || menu === void 0 ? void 0 : menu.multiple)) {
return;
}
onOpenChange === null || onOpenChange === void 0 ? void 0 : onOpenChange(false, {
source: "menu"
});
setOpen(false);
});
const renderOverlay = () => {
let overlayNode;
if (menu === null || menu === void 0 ? void 0 : menu.items) {
overlayNode = React242.createElement(menu_default2, Object.assign({}, menu));
} else if (typeof overlay === "function") {
overlayNode = overlay();
} else {
overlayNode = overlay;
}
if (mergedPopupRender) {
overlayNode = mergedPopupRender(overlayNode);
}
overlayNode = React242.Children.only(typeof overlayNode === "string" ? React242.createElement("span", null, overlayNode) : overlayNode);
return React242.createElement(OverrideProvider, {
prefixCls: `${prefixCls}-menu`,
rootClassName: (0, import_classnames93.default)(cssVarCls, rootCls),
expandIcon: React242.createElement("span", {
className: `${prefixCls}-menu-submenu-arrow`
}, direction === "rtl" ? React242.createElement(LeftOutlined_default, {
className: `${prefixCls}-menu-submenu-arrow-icon`
}) : React242.createElement(RightOutlined_default, {
className: `${prefixCls}-menu-submenu-arrow-icon`
})),
mode: "vertical",
selectable: false,
onClick: onMenuClick,
validator: ({
mode
}) => {
true ? warning5(!mode || mode === "vertical", "usage", `mode="${mode}" is not supported for Dropdown's Menu.`) : void 0;
}
}, overlayNode);
};
const [zIndex, contextZIndex] = useZIndex("Dropdown", overlayStyle === null || overlayStyle === void 0 ? void 0 : overlayStyle.zIndex);
let renderNode = React242.createElement(es_default14, Object.assign({
alignPoint
}, omit(props, ["rootClassName"]), {
mouseEnterDelay,
mouseLeaveDelay,
visible: mergedOpen,
builtinPlacements,
arrow: !!arrow,
overlayClassName: overlayClassNameCustomized,
prefixCls,
getPopupContainer: getPopupContainer || getContextPopupContainer,
transitionName: memoTransitionName,
trigger: triggerActions,
overlay: renderOverlay,
placement: memoPlacement,
onVisibleChange: onInnerOpenChange,
overlayStyle: Object.assign(Object.assign(Object.assign({}, dropdown === null || dropdown === void 0 ? void 0 : dropdown.style), overlayStyle), {
zIndex
}),
autoDestroy: destroyOnHidden !== null && destroyOnHidden !== void 0 ? destroyOnHidden : destroyPopupOnHide
}), popupTrigger);
if (zIndex) {
renderNode = React242.createElement(zindexContext_default.Provider, {
value: contextZIndex
}, renderNode);
}
return wrapCSSVar(renderNode);
};
var PurePanel7 = PurePanel_default3(Dropdown2, "align", void 0, "dropdown", (prefixCls) => prefixCls);
var WrapPurePanel = (props) => React242.createElement(PurePanel7, Object.assign({}, props), React242.createElement("span", null));
Dropdown2._InternalPanelDoNotUseOrYouWillBeFired = WrapPurePanel;
if (true) {
Dropdown2.displayName = "Dropdown";
}
var dropdown_default2 = Dropdown2;
// node_modules/antd/es/breadcrumb/BreadcrumbSeparator.js
var React243 = __toESM(require_react());
var BreadcrumbSeparator = ({
children
}) => {
const {
getPrefixCls
} = React243.useContext(ConfigContext);
const prefixCls = getPrefixCls("breadcrumb");
return React243.createElement("li", {
className: `${prefixCls}-separator`,
"aria-hidden": "true"
}, children === "" ? children : children || "/");
};
BreadcrumbSeparator.__ANT_BREADCRUMB_SEPARATOR = true;
var BreadcrumbSeparator_default = BreadcrumbSeparator;
// node_modules/antd/es/breadcrumb/useItemRender.js
var React244 = __toESM(require_react());
var import_classnames94 = __toESM(require_classnames());
var __rest28 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
function getBreadcrumbName(route, params) {
if (route.title === void 0 || route.title === null) {
return null;
}
const paramsKeys = Object.keys(params).join("|");
return typeof route.title === "object" ? route.title : String(route.title).replace(new RegExp(`:(${paramsKeys})`, "g"), (replacement, key) => params[key] || replacement);
}
function renderItem(prefixCls, item, children, href) {
if (children === null || children === void 0) {
return null;
}
const {
className,
onClick
} = item, restItem = __rest28(item, ["className", "onClick"]);
const passedProps = Object.assign(Object.assign({}, pickAttrs(restItem, {
data: true,
aria: true
})), {
onClick
});
if (href !== void 0) {
return React244.createElement("a", Object.assign({}, passedProps, {
className: (0, import_classnames94.default)(`${prefixCls}-link`, className),
href
}), children);
}
return React244.createElement("span", Object.assign({}, passedProps, {
className: (0, import_classnames94.default)(`${prefixCls}-link`, className)
}), children);
}
function useItemRender(prefixCls, itemRender) {
const mergedItemRender = (item, params, routes, path2, href) => {
if (itemRender) {
return itemRender(item, params, routes, path2);
}
const name = getBreadcrumbName(item, params);
return renderItem(prefixCls, item, name, href);
};
return mergedItemRender;
}
// node_modules/antd/es/breadcrumb/BreadcrumbItem.js
var __rest29 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var InternalBreadcrumbItem = (props) => {
const {
prefixCls,
separator = "/",
children,
menu,
overlay,
dropdownProps,
href
} = props;
if (true) {
const warning5 = devUseWarning("Breadcrumb.Item");
warning5.deprecated(!("overlay" in props), "overlay", "menu");
}
const renderBreadcrumbNode = (breadcrumbItem) => {
if (menu || overlay) {
const mergeDropDownProps = Object.assign({}, dropdownProps);
if (menu) {
const _a = menu || {}, {
items
} = _a, menuProps = __rest29(_a, ["items"]);
mergeDropDownProps.menu = Object.assign(Object.assign({}, menuProps), {
items: items === null || items === void 0 ? void 0 : items.map((_a2, index3) => {
var {
key,
title,
label,
path: path2
} = _a2, itemProps = __rest29(_a2, ["key", "title", "label", "path"]);
let mergedLabel = label !== null && label !== void 0 ? label : title;
if (path2) {
mergedLabel = React245.createElement("a", {
href: `${href}${path2}`
}, mergedLabel);
}
return Object.assign(Object.assign({}, itemProps), {
key: key !== null && key !== void 0 ? key : index3,
label: mergedLabel
});
})
});
} else if (overlay) {
mergeDropDownProps.overlay = overlay;
}
return React245.createElement(dropdown_default2, Object.assign({
placement: "bottom"
}, mergeDropDownProps), React245.createElement("span", {
className: `${prefixCls}-overlay-link`
}, breadcrumbItem, React245.createElement(DownOutlined_default, null)));
}
return breadcrumbItem;
};
const link = renderBreadcrumbNode(children);
if (link !== void 0 && link !== null) {
return React245.createElement(React245.Fragment, null, React245.createElement("li", {
className: `${prefixCls}-item`
}, link), separator && React245.createElement(BreadcrumbSeparator_default, null, separator));
}
return null;
};
var BreadcrumbItem = (props) => {
const {
prefixCls: customizePrefixCls,
children,
href
} = props, restProps = __rest29(props, ["prefixCls", "children", "href"]);
const {
getPrefixCls
} = React245.useContext(ConfigContext);
const prefixCls = getPrefixCls("breadcrumb", customizePrefixCls);
return React245.createElement(InternalBreadcrumbItem, Object.assign({}, restProps, {
prefixCls
}), renderItem(prefixCls, restProps, children, href));
};
BreadcrumbItem.__ANT_BREADCRUMB_ITEM = true;
var BreadcrumbItem_default = BreadcrumbItem;
// node_modules/antd/es/breadcrumb/style/index.js
var genBreadcrumbStyle = (token2) => {
const {
componentCls,
iconCls,
calc
} = token2;
return {
[componentCls]: Object.assign(Object.assign({}, resetComponent(token2)), {
color: token2.itemColor,
fontSize: token2.fontSize,
[iconCls]: {
fontSize: token2.iconFontSize
},
ol: {
display: "flex",
flexWrap: "wrap",
margin: 0,
padding: 0,
listStyle: "none"
},
[`${componentCls}-item a`]: Object.assign({
color: token2.linkColor,
transition: `color ${token2.motionDurationMid}`,
padding: `0 ${unit2(token2.paddingXXS)}`,
borderRadius: token2.borderRadiusSM,
height: token2.fontHeight,
display: "inline-block",
marginInline: calc(token2.marginXXS).mul(-1).equal(),
"&:hover": {
color: token2.linkHoverColor,
backgroundColor: token2.colorBgTextHover
}
}, genFocusStyle(token2)),
[`${componentCls}-item:last-child`]: {
color: token2.lastItemColor
},
[`${componentCls}-separator`]: {
marginInline: token2.separatorMargin,
color: token2.separatorColor
},
[`${componentCls}-link`]: {
[`
> ${iconCls} + span,
> ${iconCls} + a
`]: {
marginInlineStart: token2.marginXXS
}
},
[`${componentCls}-overlay-link`]: {
borderRadius: token2.borderRadiusSM,
height: token2.fontHeight,
display: "inline-block",
padding: `0 ${unit2(token2.paddingXXS)}`,
marginInline: calc(token2.marginXXS).mul(-1).equal(),
[`> ${iconCls}`]: {
marginInlineStart: token2.marginXXS,
fontSize: token2.fontSizeIcon
},
"&:hover": {
color: token2.linkHoverColor,
backgroundColor: token2.colorBgTextHover,
a: {
color: token2.linkHoverColor
}
},
a: {
"&:hover": {
backgroundColor: "transparent"
}
}
},
// rtl style
[`&${token2.componentCls}-rtl`]: {
direction: "rtl"
}
})
};
};
var prepareComponentToken20 = (token2) => ({
itemColor: token2.colorTextDescription,
lastItemColor: token2.colorText,
iconFontSize: token2.fontSize,
linkColor: token2.colorTextDescription,
linkHoverColor: token2.colorText,
separatorColor: token2.colorTextDescription,
separatorMargin: token2.marginXS
});
var style_default22 = genStyleHooks("Breadcrumb", (token2) => {
const breadcrumbToken = merge2(token2, {});
return genBreadcrumbStyle(breadcrumbToken);
}, prepareComponentToken20);
// node_modules/antd/es/breadcrumb/useItems.js
var import_react91 = __toESM(require_react());
var __rest30 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
function route2item(route) {
const {
breadcrumbName,
children
} = route, rest = __rest30(route, ["breadcrumbName", "children"]);
const clone = Object.assign({
title: breadcrumbName
}, rest);
if (children) {
clone.menu = {
items: children.map((_a) => {
var {
breadcrumbName: itemBreadcrumbName
} = _a, itemProps = __rest30(_a, ["breadcrumbName"]);
return Object.assign(Object.assign({}, itemProps), {
title: itemBreadcrumbName
});
})
};
}
return clone;
}
function useItems2(items, routes) {
return (0, import_react91.useMemo)(() => {
if (items) {
return items;
}
if (routes) {
return routes.map(route2item);
}
return null;
}, [items, routes]);
}
// node_modules/antd/es/breadcrumb/Breadcrumb.js
var __rest31 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var getPath = (params, path2) => {
if (path2 === void 0) {
return path2;
}
let mergedPath = (path2 || "").replace(/^\//, "");
Object.keys(params).forEach((key) => {
mergedPath = mergedPath.replace(`:${key}`, params[key]);
});
return mergedPath;
};
var Breadcrumb = (props) => {
const {
prefixCls: customizePrefixCls,
separator = "/",
style: style2,
className,
rootClassName,
routes: legacyRoutes,
items,
children,
itemRender,
params = {}
} = props, restProps = __rest31(props, ["prefixCls", "separator", "style", "className", "rootClassName", "routes", "items", "children", "itemRender", "params"]);
const {
getPrefixCls,
direction,
breadcrumb
} = React246.useContext(ConfigContext);
let crumbs;
const prefixCls = getPrefixCls("breadcrumb", customizePrefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default22(prefixCls);
const mergedItems = useItems2(items, legacyRoutes);
if (true) {
const warning5 = devUseWarning("Breadcrumb");
warning5.deprecated(!legacyRoutes, "routes", "items");
if (!mergedItems || mergedItems.length === 0) {
const childList = toArray(children);
warning5.deprecated(childList.length === 0, "Breadcrumb.Item and Breadcrumb.Separator", "items");
childList.forEach((element) => {
if (element) {
true ? warning5(element.type && (element.type.__ANT_BREADCRUMB_ITEM === true || element.type.__ANT_BREADCRUMB_SEPARATOR === true), "usage", "Only accepts Breadcrumb.Item and Breadcrumb.Separator as it's children") : void 0;
}
});
}
}
const mergedItemRender = useItemRender(prefixCls, itemRender);
if (mergedItems && mergedItems.length > 0) {
const paths = [];
const itemRenderRoutes = items || legacyRoutes;
crumbs = mergedItems.map((item, index3) => {
const {
path: path2,
key,
type: type5,
menu,
overlay,
onClick,
className: itemClassName,
separator: itemSeparator,
dropdownProps
} = item;
const mergedPath = getPath(params, path2);
if (mergedPath !== void 0) {
paths.push(mergedPath);
}
const mergedKey = key !== null && key !== void 0 ? key : index3;
if (type5 === "separator") {
return React246.createElement(BreadcrumbSeparator_default, {
key: mergedKey
}, itemSeparator);
}
const itemProps = {};
const isLastItem = index3 === mergedItems.length - 1;
if (menu) {
itemProps.menu = menu;
} else if (overlay) {
itemProps.overlay = overlay;
}
let {
href
} = item;
if (paths.length && mergedPath !== void 0) {
href = `#/${paths.join("/")}`;
}
return React246.createElement(InternalBreadcrumbItem, Object.assign({
key: mergedKey
}, itemProps, pickAttrs(item, {
data: true,
aria: true
}), {
className: itemClassName,
dropdownProps,
href,
separator: isLastItem ? "" : separator,
onClick,
prefixCls
}), mergedItemRender(item, params, itemRenderRoutes, paths, href));
});
} else if (children) {
const childrenLength = toArray(children).length;
crumbs = toArray(children).map((element, index3) => {
if (!element) {
return element;
}
const isLastItem = index3 === childrenLength - 1;
return cloneElement3(element, {
separator: isLastItem ? "" : separator,
// eslint-disable-next-line react/no-array-index-key
key: index3
});
});
}
const breadcrumbClassName = (0, import_classnames95.default)(prefixCls, breadcrumb === null || breadcrumb === void 0 ? void 0 : breadcrumb.className, {
[`${prefixCls}-rtl`]: direction === "rtl"
}, className, rootClassName, hashId, cssVarCls);
const mergedStyle = Object.assign(Object.assign({}, breadcrumb === null || breadcrumb === void 0 ? void 0 : breadcrumb.style), style2);
return wrapCSSVar(React246.createElement("nav", Object.assign({
className: breadcrumbClassName,
style: mergedStyle
}, restProps), React246.createElement("ol", null, crumbs)));
};
Breadcrumb.Item = BreadcrumbItem_default;
Breadcrumb.Separator = BreadcrumbSeparator_default;
if (true) {
Breadcrumb.displayName = "Breadcrumb";
}
var Breadcrumb_default = Breadcrumb;
// node_modules/antd/es/breadcrumb/index.js
var breadcrumb_default = Breadcrumb_default;
// node_modules/rc-picker/es/generate/dayjs.js
var import_dayjs = __toESM(require_dayjs_min());
var import_weekday = __toESM(require_weekday());
var import_localeData = __toESM(require_localeData());
var import_weekOfYear = __toESM(require_weekOfYear());
var import_weekYear = __toESM(require_weekYear());
var import_advancedFormat = __toESM(require_advancedFormat());
var import_customParseFormat = __toESM(require_customParseFormat());
import_dayjs.default.extend(import_customParseFormat.default);
import_dayjs.default.extend(import_advancedFormat.default);
import_dayjs.default.extend(import_weekday.default);
import_dayjs.default.extend(import_localeData.default);
import_dayjs.default.extend(import_weekOfYear.default);
import_dayjs.default.extend(import_weekYear.default);
import_dayjs.default.extend(function(o3, c) {
var proto = c.prototype;
var oldFormat = proto.format;
proto.format = function f(formatStr) {
var str = (formatStr || "").replace("Wo", "wo");
return oldFormat.bind(this)(str);
};
});
var localeMap = {
// ar_EG:
// az_AZ:
// bg_BG:
bn_BD: "bn-bd",
by_BY: "be",
// ca_ES:
// cs_CZ:
// da_DK:
// de_DE:
// el_GR:
en_GB: "en-gb",
en_US: "en",
// es_ES:
// et_EE:
// fa_IR:
// fi_FI:
fr_BE: "fr",
// todo: dayjs has no fr_BE locale, use fr at present
fr_CA: "fr-ca",
// fr_FR:
// ga_IE:
// gl_ES:
// he_IL:
// hi_IN:
// hr_HR:
// hu_HU:
hy_AM: "hy-am",
// id_ID:
// is_IS:
// it_IT:
// ja_JP:
// ka_GE:
// kk_KZ:
// km_KH:
kmr_IQ: "ku",
// kn_IN:
// ko_KR:
// ku_IQ: // previous ku in antd
// lt_LT:
// lv_LV:
// mk_MK:
// ml_IN:
// mn_MN:
// ms_MY:
// nb_NO:
// ne_NP:
nl_BE: "nl-be",
// nl_NL:
// pl_PL:
pt_BR: "pt-br",
// pt_PT:
// ro_RO:
// ru_RU:
// sk_SK:
// sl_SI:
// sr_RS:
// sv_SE:
// ta_IN:
// th_TH:
// tr_TR:
// uk_UA:
// ur_PK:
// vi_VN:
zh_CN: "zh-cn",
zh_HK: "zh-hk",
zh_TW: "zh-tw"
};
var parseLocale = function parseLocale2(locale6) {
var mapLocale = localeMap[locale6];
return mapLocale || locale6.split("_")[0];
};
var parseNoMatchNotice = function parseNoMatchNotice2() {
};
var generateConfig = {
// get
getNow: function getNow() {
var now2 = (0, import_dayjs.default)();
if (typeof now2.tz === "function") {
return now2.tz();
}
return now2;
},
getFixedDate: function getFixedDate(string3) {
return (0, import_dayjs.default)(string3, ["YYYY-M-DD", "YYYY-MM-DD"]);
},
getEndDate: function getEndDate(date4) {
return date4.endOf("month");
},
getWeekDay: function getWeekDay(date4) {
var clone = date4.locale("en");
return clone.weekday() + clone.localeData().firstDayOfWeek();
},
getYear: function getYear(date4) {
return date4.year();
},
getMonth: function getMonth(date4) {
return date4.month();
},
getDate: function getDate(date4) {
return date4.date();
},
getHour: function getHour(date4) {
return date4.hour();
},
getMinute: function getMinute(date4) {
return date4.minute();
},
getSecond: function getSecond(date4) {
return date4.second();
},
getMillisecond: function getMillisecond(date4) {
return date4.millisecond();
},
// set
addYear: function addYear(date4, diff) {
return date4.add(diff, "year");
},
addMonth: function addMonth(date4, diff) {
return date4.add(diff, "month");
},
addDate: function addDate(date4, diff) {
return date4.add(diff, "day");
},
setYear: function setYear(date4, year) {
return date4.year(year);
},
setMonth: function setMonth(date4, month) {
return date4.month(month);
},
setDate: function setDate(date4, num) {
return date4.date(num);
},
setHour: function setHour(date4, hour) {
return date4.hour(hour);
},
setMinute: function setMinute(date4, minute) {
return date4.minute(minute);
},
setSecond: function setSecond(date4, second) {
return date4.second(second);
},
setMillisecond: function setMillisecond(date4, milliseconds) {
return date4.millisecond(milliseconds);
},
// Compare
isAfter: function isAfter(date1, date22) {
return date1.isAfter(date22);
},
isValidate: function isValidate(date4) {
return date4.isValid();
},
locale: {
getWeekFirstDay: function getWeekFirstDay(locale6) {
return (0, import_dayjs.default)().locale(parseLocale(locale6)).localeData().firstDayOfWeek();
},
getWeekFirstDate: function getWeekFirstDate(locale6, date4) {
return date4.locale(parseLocale(locale6)).weekday(0);
},
getWeek: function getWeek(locale6, date4) {
return date4.locale(parseLocale(locale6)).week();
},
getShortWeekDays: function getShortWeekDays(locale6) {
return (0, import_dayjs.default)().locale(parseLocale(locale6)).localeData().weekdaysMin();
},
getShortMonths: function getShortMonths(locale6) {
return (0, import_dayjs.default)().locale(parseLocale(locale6)).localeData().monthsShort();
},
format: function format2(locale6, date4, _format) {
return date4.locale(parseLocale(locale6)).format(_format);
},
parse: function parse2(locale6, text, formats) {
var localeStr = parseLocale(locale6);
for (var i = 0; i < formats.length; i += 1) {
var format3 = formats[i];
var formatText = text;
if (format3.includes("wo") || format3.includes("Wo")) {
var year = formatText.split("-")[0];
var weekStr = formatText.split("-")[1];
var firstWeek = (0, import_dayjs.default)(year, "YYYY").startOf("year").locale(localeStr);
for (var j = 0; j <= 52; j += 1) {
var nextWeek = firstWeek.add(j, "week");
if (nextWeek.format("Wo") === weekStr) {
return nextWeek;
}
}
parseNoMatchNotice();
return null;
}
var date4 = (0, import_dayjs.default)(formatText, format3, true).locale(localeStr);
if (date4.isValid()) {
return date4;
}
}
if (text) {
parseNoMatchNotice();
}
return null;
}
}
};
var dayjs_default = generateConfig;
// node_modules/antd/es/calendar/generateCalendar.js
var React300 = __toESM(require_react());
var import_classnames113 = __toESM(require_classnames());
// node_modules/rc-picker/es/PickerInput/RangePicker.js
var React288 = __toESM(require_react());
// node_modules/rc-picker/es/PickerTrigger/index.js
var import_classnames96 = __toESM(require_classnames());
var React248 = __toESM(require_react());
// node_modules/rc-picker/es/utils/uiUtil.js
function getRealPlacement(placement, rtl) {
if (placement !== void 0) {
return placement;
}
return rtl ? "bottomRight" : "bottomLeft";
}
// node_modules/rc-picker/es/PickerInput/context.js
var React247 = __toESM(require_react());
var PickerContext = React247.createContext(null);
var context_default6 = PickerContext;
// node_modules/rc-picker/es/PickerTrigger/index.js
var BUILT_IN_PLACEMENTS = {
bottomLeft: {
points: ["tl", "bl"],
offset: [0, 4],
overflow: {
adjustX: 1,
adjustY: 1
}
},
bottomRight: {
points: ["tr", "br"],
offset: [0, 4],
overflow: {
adjustX: 1,
adjustY: 1
}
},
topLeft: {
points: ["bl", "tl"],
offset: [0, -4],
overflow: {
adjustX: 0,
adjustY: 1
}
},
topRight: {
points: ["br", "tr"],
offset: [0, -4],
overflow: {
adjustX: 0,
adjustY: 1
}
}
};
function PickerTrigger(_ref) {
var popupElement = _ref.popupElement, popupStyle = _ref.popupStyle, popupClassName = _ref.popupClassName, popupAlign = _ref.popupAlign, transitionName = _ref.transitionName, getPopupContainer = _ref.getPopupContainer, children = _ref.children, range3 = _ref.range, placement = _ref.placement, _ref$builtinPlacement = _ref.builtinPlacements, builtinPlacements = _ref$builtinPlacement === void 0 ? BUILT_IN_PLACEMENTS : _ref$builtinPlacement, direction = _ref.direction, visible = _ref.visible, onClose = _ref.onClose;
var _React$useContext = React248.useContext(context_default6), prefixCls = _React$useContext.prefixCls;
var dropdownPrefixCls = "".concat(prefixCls, "-dropdown");
var realPlacement = getRealPlacement(placement, direction === "rtl");
return React248.createElement(es_default10, {
showAction: [],
hideAction: ["click"],
popupPlacement: realPlacement,
builtinPlacements,
prefixCls: dropdownPrefixCls,
popupTransitionName: transitionName,
popup: popupElement,
popupAlign,
popupVisible: visible,
popupClassName: (0, import_classnames96.default)(popupClassName, _defineProperty(_defineProperty({}, "".concat(dropdownPrefixCls, "-range"), range3), "".concat(dropdownPrefixCls, "-rtl"), direction === "rtl")),
popupStyle,
stretch: "minWidth",
getPopupContainer,
onPopupVisibleChange: function onPopupVisibleChange(nextVisible) {
if (!nextVisible) {
onClose();
}
}
}, children);
}
var PickerTrigger_default = PickerTrigger;
// node_modules/rc-picker/es/utils/miscUtil.js
function leftPad(str, length2) {
var fill = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : "0";
var current = String(str);
while (current.length < length2) {
current = "".concat(fill).concat(current);
}
return current;
}
function toArray5(val) {
if (val === null || val === void 0) {
return [];
}
return Array.isArray(val) ? val : [val];
}
function fillIndex(ori, index3, value) {
var clone = _toConsumableArray(ori);
clone[index3] = value;
return clone;
}
function pickProps(props, keys2) {
var clone = {};
var mergedKeys = keys2 || Object.keys(props);
mergedKeys.forEach(function(key) {
if (props[key] !== void 0) {
clone[key] = props[key];
}
});
return clone;
}
function getRowFormat(picker, locale6, format3) {
if (format3) {
return format3;
}
switch (picker) {
case "time":
return locale6.fieldTimeFormat;
case "datetime":
return locale6.fieldDateTimeFormat;
case "month":
return locale6.fieldMonthFormat;
case "year":
return locale6.fieldYearFormat;
case "quarter":
return locale6.fieldQuarterFormat;
case "week":
return locale6.fieldWeekFormat;
default:
return locale6.fieldDateFormat;
}
}
function getFromDate(calendarValues, activeIndexList, activeIndex) {
var mergedActiveIndex = activeIndex !== void 0 ? activeIndex : activeIndexList[activeIndexList.length - 1];
var firstValuedIndex = activeIndexList.find(function(index3) {
return calendarValues[index3];
});
return mergedActiveIndex !== firstValuedIndex ? calendarValues[firstValuedIndex] : void 0;
}
// node_modules/rc-picker/es/PickerTrigger/util.js
function pickTriggerProps(props) {
return pickProps(props, ["placement", "builtinPlacements", "popupAlign", "getPopupContainer", "transitionName", "direction"]);
}
// node_modules/rc-picker/es/PickerInput/hooks/useCellRender.js
var React249 = __toESM(require_react());
function useCellRender(cellRender, dateRender, monthCellRender, range3) {
if (true) {
warning_default(!dateRender, "'dateRender' is deprecated. Please use 'cellRender' instead.");
warning_default(!monthCellRender, "'monthCellRender' is deprecated. Please use 'cellRender' instead.");
}
var mergedCellRender = React249.useMemo(function() {
if (cellRender) {
return cellRender;
}
return function(current, info) {
var date4 = current;
if (dateRender && info.type === "date") {
return dateRender(date4, info.today);
}
if (monthCellRender && info.type === "month") {
return monthCellRender(date4, info.locale);
}
return info.originNode;
};
}, [cellRender, monthCellRender, dateRender]);
var onInternalCellRender = React249.useCallback(function(date4, info) {
return mergedCellRender(date4, _objectSpread2(_objectSpread2({}, info), {}, {
range: range3
}));
}, [mergedCellRender, range3]);
return onInternalCellRender;
}
// node_modules/rc-picker/es/PickerInput/hooks/useFieldsInvalidate.js
var React250 = __toESM(require_react());
function useFieldsInvalidate(calendarValue, isInvalidateDate) {
var allowEmpty = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : [];
var _React$useState = React250.useState([false, false]), _React$useState2 = _slicedToArray(_React$useState, 2), fieldsInvalidates = _React$useState2[0], setFieldsInvalidates = _React$useState2[1];
var onSelectorInvalid = function onSelectorInvalid2(invalid, index3) {
setFieldsInvalidates(function(ori) {
return fillIndex(ori, index3, invalid);
});
};
var submitInvalidates = React250.useMemo(function() {
return fieldsInvalidates.map(function(invalid, index3) {
if (invalid) {
return true;
}
var current = calendarValue[index3];
if (!current) {
return false;
}
if (!allowEmpty[index3] && !current) {
return true;
}
if (current && isInvalidateDate(current, {
activeIndex: index3
})) {
return true;
}
return false;
});
}, [calendarValue, fieldsInvalidates, isInvalidateDate, allowEmpty]);
return [submitInvalidates, onSelectorInvalid];
}
// node_modules/rc-picker/es/PickerInput/hooks/useFilledProps.js
var React254 = __toESM(require_react());
// node_modules/rc-picker/es/hooks/useLocale.js
var import_react92 = __toESM(require_react());
function fillTimeFormat(showHour, showMinute, showSecond, showMillisecond, showMeridiem) {
var timeFormat = "";
var cells = [];
if (showHour) {
cells.push(showMeridiem ? "hh" : "HH");
}
if (showMinute) {
cells.push("mm");
}
if (showSecond) {
cells.push("ss");
}
timeFormat = cells.join(":");
if (showMillisecond) {
timeFormat += ".SSS";
}
if (showMeridiem) {
timeFormat += " A";
}
return timeFormat;
}
function fillLocale(locale6, showHour, showMinute, showSecond, showMillisecond, use12Hours) {
var fieldDateTimeFormat = locale6.fieldDateTimeFormat, fieldDateFormat = locale6.fieldDateFormat, fieldTimeFormat = locale6.fieldTimeFormat, fieldMonthFormat = locale6.fieldMonthFormat, fieldYearFormat = locale6.fieldYearFormat, fieldWeekFormat = locale6.fieldWeekFormat, fieldQuarterFormat = locale6.fieldQuarterFormat, yearFormat = locale6.yearFormat, cellYearFormat = locale6.cellYearFormat, cellQuarterFormat = locale6.cellQuarterFormat, dayFormat = locale6.dayFormat, cellDateFormat = locale6.cellDateFormat;
var timeFormat = fillTimeFormat(showHour, showMinute, showSecond, showMillisecond, use12Hours);
return _objectSpread2(_objectSpread2({}, locale6), {}, {
fieldDateTimeFormat: fieldDateTimeFormat || "YYYY-MM-DD ".concat(timeFormat),
fieldDateFormat: fieldDateFormat || "YYYY-MM-DD",
fieldTimeFormat: fieldTimeFormat || timeFormat,
fieldMonthFormat: fieldMonthFormat || "YYYY-MM",
fieldYearFormat: fieldYearFormat || "YYYY",
fieldWeekFormat: fieldWeekFormat || "gggg-wo",
fieldQuarterFormat: fieldQuarterFormat || "YYYY-[Q]Q",
yearFormat: yearFormat || "YYYY",
cellYearFormat: cellYearFormat || "YYYY",
cellQuarterFormat: cellQuarterFormat || "[Q]Q",
cellDateFormat: cellDateFormat || dayFormat || "D"
});
}
function useLocale2(locale6, showProps) {
var showHour = showProps.showHour, showMinute = showProps.showMinute, showSecond = showProps.showSecond, showMillisecond = showProps.showMillisecond, use12Hours = showProps.use12Hours;
return import_react92.default.useMemo(function() {
return fillLocale(locale6, showHour, showMinute, showSecond, showMillisecond, use12Hours);
}, [locale6, showHour, showMinute, showSecond, showMillisecond, use12Hours]);
}
// node_modules/rc-picker/es/hooks/useTimeConfig.js
function checkShow(format3, keywords, show) {
return show !== null && show !== void 0 ? show : keywords.some(function(keyword) {
return format3.includes(keyword);
});
}
var showTimeKeys = [
// 'format',
"showNow",
"showHour",
"showMinute",
"showSecond",
"showMillisecond",
"use12Hours",
"hourStep",
"minuteStep",
"secondStep",
"millisecondStep",
"hideDisabledOptions",
"defaultValue",
"disabledHours",
"disabledMinutes",
"disabledSeconds",
"disabledMilliseconds",
"disabledTime",
"changeOnScroll",
"defaultOpenValue"
];
function pickTimeProps(props) {
var timeProps = pickProps(props, showTimeKeys);
var format3 = props.format, picker = props.picker;
var propFormat = null;
if (format3) {
propFormat = format3;
if (Array.isArray(propFormat)) {
propFormat = propFormat[0];
}
propFormat = _typeof(propFormat) === "object" ? propFormat.format : propFormat;
}
if (picker === "time") {
timeProps.format = propFormat;
}
return [timeProps, propFormat];
}
function isStringFormat(format3) {
return format3 && typeof format3 === "string";
}
function existShowConfig(showHour, showMinute, showSecond, showMillisecond) {
return [showHour, showMinute, showSecond, showMillisecond].some(function(show) {
return show !== void 0;
});
}
function fillShowConfig(hasShowConfig, showHour, showMinute, showSecond, showMillisecond) {
var parsedShowHour = showHour;
var parsedShowMinute = showMinute;
var parsedShowSecond = showSecond;
if (!hasShowConfig && !parsedShowHour && !parsedShowMinute && !parsedShowSecond && !showMillisecond) {
parsedShowHour = true;
parsedShowMinute = true;
parsedShowSecond = true;
} else if (hasShowConfig) {
var _parsedShowHour, _parsedShowMinute, _parsedShowSecond;
var existFalse = [parsedShowHour, parsedShowMinute, parsedShowSecond].some(function(show) {
return show === false;
});
var existTrue = [parsedShowHour, parsedShowMinute, parsedShowSecond].some(function(show) {
return show === true;
});
var defaultShow = existFalse ? true : !existTrue;
parsedShowHour = (_parsedShowHour = parsedShowHour) !== null && _parsedShowHour !== void 0 ? _parsedShowHour : defaultShow;
parsedShowMinute = (_parsedShowMinute = parsedShowMinute) !== null && _parsedShowMinute !== void 0 ? _parsedShowMinute : defaultShow;
parsedShowSecond = (_parsedShowSecond = parsedShowSecond) !== null && _parsedShowSecond !== void 0 ? _parsedShowSecond : defaultShow;
}
return [parsedShowHour, parsedShowMinute, parsedShowSecond, showMillisecond];
}
function getTimeProps(componentProps) {
var showTime = componentProps.showTime;
var _pickTimeProps = pickTimeProps(componentProps), _pickTimeProps2 = _slicedToArray(_pickTimeProps, 2), pickedProps = _pickTimeProps2[0], propFormat = _pickTimeProps2[1];
var showTimeConfig = showTime && _typeof(showTime) === "object" ? showTime : {};
var timeConfig = _objectSpread2(_objectSpread2({
defaultOpenValue: showTimeConfig.defaultOpenValue || showTimeConfig.defaultValue
}, pickedProps), showTimeConfig);
var showMillisecond = timeConfig.showMillisecond;
var showHour = timeConfig.showHour, showMinute = timeConfig.showMinute, showSecond = timeConfig.showSecond;
var hasShowConfig = existShowConfig(showHour, showMinute, showSecond, showMillisecond);
var _fillShowConfig = fillShowConfig(hasShowConfig, showHour, showMinute, showSecond, showMillisecond);
var _fillShowConfig2 = _slicedToArray(_fillShowConfig, 3);
showHour = _fillShowConfig2[0];
showMinute = _fillShowConfig2[1];
showSecond = _fillShowConfig2[2];
return [timeConfig, _objectSpread2(_objectSpread2({}, timeConfig), {}, {
showHour,
showMinute,
showSecond,
showMillisecond
}), timeConfig.format, propFormat];
}
function fillShowTimeConfig(picker, showTimeFormat, propFormat, timeConfig, locale6) {
var isTimePicker = picker === "time";
if (picker === "datetime" || isTimePicker) {
var pickedProps = timeConfig;
var defaultLocaleFormat = getRowFormat(picker, locale6, null);
var baselineFormat = defaultLocaleFormat;
var formatList = [showTimeFormat, propFormat];
for (var i = 0; i < formatList.length; i += 1) {
var format3 = toArray5(formatList[i])[0];
if (isStringFormat(format3)) {
baselineFormat = format3;
break;
}
}
var showHour = pickedProps.showHour, showMinute = pickedProps.showMinute, showSecond = pickedProps.showSecond, showMillisecond = pickedProps.showMillisecond;
var use12Hours = pickedProps.use12Hours;
var showMeridiem = checkShow(baselineFormat, ["a", "A", "LT", "LLL", "LTS"], use12Hours);
var hasShowConfig = existShowConfig(showHour, showMinute, showSecond, showMillisecond);
if (!hasShowConfig) {
showHour = checkShow(baselineFormat, ["H", "h", "k", "LT", "LLL"]);
showMinute = checkShow(baselineFormat, ["m", "LT", "LLL"]);
showSecond = checkShow(baselineFormat, ["s", "LTS"]);
showMillisecond = checkShow(baselineFormat, ["SSS"]);
}
var _fillShowConfig3 = fillShowConfig(hasShowConfig, showHour, showMinute, showSecond, showMillisecond);
var _fillShowConfig4 = _slicedToArray(_fillShowConfig3, 3);
showHour = _fillShowConfig4[0];
showMinute = _fillShowConfig4[1];
showSecond = _fillShowConfig4[2];
var timeFormat = showTimeFormat || fillTimeFormat(showHour, showMinute, showSecond, showMillisecond, showMeridiem);
return _objectSpread2(_objectSpread2({}, pickedProps), {}, {
// Format
format: timeFormat,
// Show Config
showHour,
showMinute,
showSecond,
showMillisecond,
use12Hours: showMeridiem
});
}
return null;
}
// node_modules/rc-picker/es/PickerInput/Selector/hooks/useClearIcon.js
var React252 = __toESM(require_react());
function fillClearIcon(prefixCls, allowClear, clearIcon) {
if (clearIcon) {
warning_default(false, "`clearIcon` will be removed in future. Please use `allowClear` instead.");
}
if (allowClear === false) {
return null;
}
var config = allowClear && _typeof(allowClear) === "object" ? allowClear : {};
return config.clearIcon || clearIcon || React252.createElement("span", {
className: "".concat(prefixCls, "-clear-btn")
});
}
// node_modules/rc-picker/es/utils/dateUtil.js
var WEEK_DAY_COUNT = 7;
function nullableCompare(value1, value2, oriCompareFn) {
if (!value1 && !value2 || value1 === value2) {
return true;
}
if (!value1 || !value2) {
return false;
}
return oriCompareFn();
}
function isSameDecade(generateConfig2, decade1, decade2) {
return nullableCompare(decade1, decade2, function() {
var num1 = Math.floor(generateConfig2.getYear(decade1) / 10);
var num2 = Math.floor(generateConfig2.getYear(decade2) / 10);
return num1 === num2;
});
}
function isSameYear(generateConfig2, year1, year2) {
return nullableCompare(year1, year2, function() {
return generateConfig2.getYear(year1) === generateConfig2.getYear(year2);
});
}
function getQuarter(generateConfig2, date4) {
var quota = Math.floor(generateConfig2.getMonth(date4) / 3);
return quota + 1;
}
function isSameQuarter(generateConfig2, quarter1, quarter2) {
return nullableCompare(quarter1, quarter2, function() {
return isSameYear(generateConfig2, quarter1, quarter2) && getQuarter(generateConfig2, quarter1) === getQuarter(generateConfig2, quarter2);
});
}
function isSameMonth(generateConfig2, month1, month2) {
return nullableCompare(month1, month2, function() {
return isSameYear(generateConfig2, month1, month2) && generateConfig2.getMonth(month1) === generateConfig2.getMonth(month2);
});
}
function isSameDate(generateConfig2, date1, date22) {
return nullableCompare(date1, date22, function() {
return isSameYear(generateConfig2, date1, date22) && isSameMonth(generateConfig2, date1, date22) && generateConfig2.getDate(date1) === generateConfig2.getDate(date22);
});
}
function isSameTime(generateConfig2, time1, time2) {
return nullableCompare(time1, time2, function() {
return generateConfig2.getHour(time1) === generateConfig2.getHour(time2) && generateConfig2.getMinute(time1) === generateConfig2.getMinute(time2) && generateConfig2.getSecond(time1) === generateConfig2.getSecond(time2);
});
}
function isSameTimestamp(generateConfig2, time1, time2) {
return nullableCompare(time1, time2, function() {
return isSameDate(generateConfig2, time1, time2) && isSameTime(generateConfig2, time1, time2) && generateConfig2.getMillisecond(time1) === generateConfig2.getMillisecond(time2);
});
}
function isSameWeek(generateConfig2, locale6, date1, date22) {
return nullableCompare(date1, date22, function() {
var weekStartDate1 = generateConfig2.locale.getWeekFirstDate(locale6, date1);
var weekStartDate2 = generateConfig2.locale.getWeekFirstDate(locale6, date22);
return isSameYear(generateConfig2, weekStartDate1, weekStartDate2) && generateConfig2.locale.getWeek(locale6, date1) === generateConfig2.locale.getWeek(locale6, date22);
});
}
function isSame(generateConfig2, locale6, source, target, type5) {
switch (type5) {
case "date":
return isSameDate(generateConfig2, source, target);
case "week":
return isSameWeek(generateConfig2, locale6.locale, source, target);
case "month":
return isSameMonth(generateConfig2, source, target);
case "quarter":
return isSameQuarter(generateConfig2, source, target);
case "year":
return isSameYear(generateConfig2, source, target);
case "decade":
return isSameDecade(generateConfig2, source, target);
case "time":
return isSameTime(generateConfig2, source, target);
default:
return isSameTimestamp(generateConfig2, source, target);
}
}
function isInRange(generateConfig2, startDate, endDate, current) {
if (!startDate || !endDate || !current) {
return false;
}
return generateConfig2.isAfter(current, startDate) && generateConfig2.isAfter(endDate, current);
}
function isSameOrAfter(generateConfig2, locale6, date1, date22, type5) {
if (isSame(generateConfig2, locale6, date1, date22, type5)) {
return true;
}
return generateConfig2.isAfter(date1, date22);
}
function getWeekStartDate(locale6, generateConfig2, value) {
var weekFirstDay = generateConfig2.locale.getWeekFirstDay(locale6);
var monthStartDate = generateConfig2.setDate(value, 1);
var startDateWeekDay = generateConfig2.getWeekDay(monthStartDate);
var alignStartDate = generateConfig2.addDate(monthStartDate, weekFirstDay - startDateWeekDay);
if (generateConfig2.getMonth(alignStartDate) === generateConfig2.getMonth(value) && generateConfig2.getDate(alignStartDate) > 1) {
alignStartDate = generateConfig2.addDate(alignStartDate, -7);
}
return alignStartDate;
}
function formatValue(value, _ref) {
var generateConfig2 = _ref.generateConfig, locale6 = _ref.locale, format3 = _ref.format;
if (!value) {
return "";
}
return typeof format3 === "function" ? format3(value) : generateConfig2.locale.format(locale6.locale, value, format3);
}
function fillTime(generateConfig2, date4, time) {
var tmpDate = date4;
var getFn = ["getHour", "getMinute", "getSecond", "getMillisecond"];
var setFn = ["setHour", "setMinute", "setSecond", "setMillisecond"];
setFn.forEach(function(fn, index3) {
if (time) {
tmpDate = generateConfig2[fn](tmpDate, generateConfig2[getFn[index3]](time));
} else {
tmpDate = generateConfig2[fn](tmpDate, 0);
}
});
return tmpDate;
}
// node_modules/rc-picker/es/PickerInput/hooks/useDisabledBoundary.js
function useDisabledBoundary(generateConfig2, locale6, disabledDate, minDate, maxDate) {
var mergedDisabledDate = useEvent(function(date4, info) {
if (disabledDate && disabledDate(date4, info)) {
return true;
}
if (minDate && generateConfig2.isAfter(minDate, date4) && !isSame(generateConfig2, locale6, minDate, date4, info.type)) {
return true;
}
if (maxDate && generateConfig2.isAfter(date4, maxDate) && !isSame(generateConfig2, locale6, maxDate, date4, info.type)) {
return true;
}
return false;
});
return mergedDisabledDate;
}
// node_modules/rc-picker/es/PickerInput/hooks/useFieldFormat.js
var React253 = __toESM(require_react());
function useFieldFormat(picker, locale6, format3) {
return React253.useMemo(function() {
var rawFormat = getRowFormat(picker, locale6, format3);
var formatList = toArray5(rawFormat);
var firstFormat = formatList[0];
var maskFormat = _typeof(firstFormat) === "object" && firstFormat.type === "mask" ? firstFormat.format : null;
return [
// Format list
formatList.map(function(config) {
return typeof config === "string" || typeof config === "function" ? config : config.format;
}),
// Mask Format
maskFormat
];
}, [picker, locale6, format3]);
}
// node_modules/rc-picker/es/PickerInput/hooks/useInputReadOnly.js
function useInputReadOnly(formatList, inputReadOnly, multiple) {
if (typeof formatList[0] === "function" || multiple) {
return true;
}
return inputReadOnly;
}
// node_modules/rc-picker/es/PickerInput/hooks/useInvalidate.js
function useInvalidate(generateConfig2, picker, disabledDate, showTime) {
var isInvalidate = useEvent(function(date4, info) {
var outsideInfo = _objectSpread2({
type: picker
}, info);
delete outsideInfo.activeIndex;
if (
// Date object is invalid
!generateConfig2.isValidate(date4) || // Date is disabled by `disabledDate`
disabledDate && disabledDate(date4, outsideInfo)
) {
return true;
}
if ((picker === "date" || picker === "time") && showTime) {
var _showTime$disabledTim;
var range3 = info && info.activeIndex === 1 ? "end" : "start";
var _ref = ((_showTime$disabledTim = showTime.disabledTime) === null || _showTime$disabledTim === void 0 ? void 0 : _showTime$disabledTim.call(showTime, date4, range3, {
from: outsideInfo.from
})) || {}, disabledHours = _ref.disabledHours, disabledMinutes = _ref.disabledMinutes, disabledSeconds = _ref.disabledSeconds, disabledMilliseconds = _ref.disabledMilliseconds;
var legacyDisabledHours = showTime.disabledHours, legacyDisabledMinutes = showTime.disabledMinutes, legacyDisabledSeconds = showTime.disabledSeconds;
var mergedDisabledHours = disabledHours || legacyDisabledHours;
var mergedDisabledMinutes = disabledMinutes || legacyDisabledMinutes;
var mergedDisabledSeconds = disabledSeconds || legacyDisabledSeconds;
var hour = generateConfig2.getHour(date4);
var minute = generateConfig2.getMinute(date4);
var second = generateConfig2.getSecond(date4);
var millisecond = generateConfig2.getMillisecond(date4);
if (mergedDisabledHours && mergedDisabledHours().includes(hour)) {
return true;
}
if (mergedDisabledMinutes && mergedDisabledMinutes(hour).includes(minute)) {
return true;
}
if (mergedDisabledSeconds && mergedDisabledSeconds(hour, minute).includes(second)) {
return true;
}
if (disabledMilliseconds && disabledMilliseconds(hour, minute, second).includes(millisecond)) {
return true;
}
}
return false;
});
return isInvalidate;
}
// node_modules/rc-picker/es/PickerInput/hooks/useFilledProps.js
function useList(value) {
var fillMode = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : false;
var values = React254.useMemo(function() {
var list = value ? toArray5(value) : value;
if (fillMode && list) {
list[1] = list[1] || list[0];
}
return list;
}, [value, fillMode]);
return values;
}
function useFilledProps(props, updater) {
var generateConfig2 = props.generateConfig, locale6 = props.locale, _props$picker = props.picker, picker = _props$picker === void 0 ? "date" : _props$picker, _props$prefixCls = props.prefixCls, prefixCls = _props$prefixCls === void 0 ? "rc-picker" : _props$prefixCls, _props$styles = props.styles, styles = _props$styles === void 0 ? {} : _props$styles, _props$classNames = props.classNames, classNames252 = _props$classNames === void 0 ? {} : _props$classNames, _props$order = props.order, order = _props$order === void 0 ? true : _props$order, _props$components = props.components, components2 = _props$components === void 0 ? {} : _props$components, inputRender = props.inputRender, allowClear = props.allowClear, clearIcon = props.clearIcon, needConfirm = props.needConfirm, multiple = props.multiple, format3 = props.format, inputReadOnly = props.inputReadOnly, disabledDate = props.disabledDate, minDate = props.minDate, maxDate = props.maxDate, showTime = props.showTime, value = props.value, defaultValue = props.defaultValue, pickerValue = props.pickerValue, defaultPickerValue = props.defaultPickerValue;
var values = useList(value);
var defaultValues = useList(defaultValue);
var pickerValues = useList(pickerValue);
var defaultPickerValues = useList(defaultPickerValue);
var internalPicker = picker === "date" && showTime ? "datetime" : picker;
var multipleInteractivePicker = internalPicker === "time" || internalPicker === "datetime";
var complexPicker = multipleInteractivePicker || multiple;
var mergedNeedConfirm = needConfirm !== null && needConfirm !== void 0 ? needConfirm : multipleInteractivePicker;
var _getTimeProps = getTimeProps(props), _getTimeProps2 = _slicedToArray(_getTimeProps, 4), timeProps = _getTimeProps2[0], localeTimeProps = _getTimeProps2[1], showTimeFormat = _getTimeProps2[2], propFormat = _getTimeProps2[3];
var mergedLocale = useLocale2(locale6, localeTimeProps);
var mergedShowTime = React254.useMemo(function() {
return fillShowTimeConfig(internalPicker, showTimeFormat, propFormat, timeProps, mergedLocale);
}, [internalPicker, showTimeFormat, propFormat, timeProps, mergedLocale]);
if (picker === "time") {
if (["disabledHours", "disabledMinutes", "disabledSeconds"].some(function(key) {
return props[key];
})) {
warning_default(false, "'disabledHours', 'disabledMinutes', 'disabledSeconds' will be removed in the next major version, please use 'disabledTime' instead.");
}
}
var filledProps = React254.useMemo(function() {
return _objectSpread2(_objectSpread2({}, props), {}, {
prefixCls,
locale: mergedLocale,
picker,
styles,
classNames: classNames252,
order,
components: _objectSpread2({
input: inputRender
}, components2),
clearIcon: fillClearIcon(prefixCls, allowClear, clearIcon),
showTime: mergedShowTime,
value: values,
defaultValue: defaultValues,
pickerValue: pickerValues,
defaultPickerValue: defaultPickerValues
}, updater === null || updater === void 0 ? void 0 : updater());
}, [props]);
var _useFieldFormat = useFieldFormat(internalPicker, mergedLocale, format3), _useFieldFormat2 = _slicedToArray(_useFieldFormat, 2), formatList = _useFieldFormat2[0], maskFormat = _useFieldFormat2[1];
var mergedInputReadOnly = useInputReadOnly(formatList, inputReadOnly, multiple);
var disabledBoundaryDate = useDisabledBoundary(generateConfig2, locale6, disabledDate, minDate, maxDate);
var isInvalidateDate = useInvalidate(generateConfig2, picker, disabledBoundaryDate, mergedShowTime);
var mergedProps = React254.useMemo(function() {
return _objectSpread2(_objectSpread2({}, filledProps), {}, {
needConfirm: mergedNeedConfirm,
inputReadOnly: mergedInputReadOnly,
disabledDate: disabledBoundaryDate
});
}, [filledProps, mergedNeedConfirm, mergedInputReadOnly, disabledBoundaryDate]);
return [mergedProps, internalPicker, complexPicker, formatList, maskFormat, isInvalidateDate];
}
// node_modules/rc-picker/es/PickerInput/hooks/useDelayState.js
var import_react93 = __toESM(require_react());
function useDelayState(value, defaultValue, onChange) {
var _useMergedState = useMergedState(defaultValue, {
value
}), _useMergedState2 = _slicedToArray(_useMergedState, 2), state = _useMergedState2[0], setState = _useMergedState2[1];
var nextValueRef = import_react93.default.useRef(value);
var rafRef = import_react93.default.useRef();
var cancelRaf = function cancelRaf2() {
raf_default.cancel(rafRef.current);
};
var doUpdate = useEvent(function() {
setState(nextValueRef.current);
if (onChange && state !== nextValueRef.current) {
onChange(nextValueRef.current);
}
});
var updateValue = useEvent(function(next2, immediately) {
cancelRaf();
nextValueRef.current = next2;
if (next2 || immediately) {
doUpdate();
} else {
rafRef.current = raf_default(doUpdate);
}
});
import_react93.default.useEffect(function() {
return cancelRaf;
}, []);
return [state, updateValue];
}
// node_modules/rc-picker/es/PickerInput/hooks/useOpen.js
function useOpen(open3, defaultOpen) {
var disabledList = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : [];
var onOpenChange = arguments.length > 3 ? arguments[3] : void 0;
var mergedOpen = disabledList.every(function(disabled) {
return disabled;
}) ? false : open3;
var _useDelayState = useDelayState(mergedOpen, defaultOpen || false, onOpenChange), _useDelayState2 = _slicedToArray(_useDelayState, 2), rafOpen = _useDelayState2[0], setRafOpen = _useDelayState2[1];
function setOpen(next2) {
var config = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
if (!config.inherit || rafOpen) {
setRafOpen(next2, config.force);
}
}
return [rafOpen, setOpen];
}
// node_modules/rc-picker/es/PickerInput/hooks/usePickerRef.js
var React256 = __toESM(require_react());
function usePickerRef(ref) {
var selectorRef = React256.useRef();
React256.useImperativeHandle(ref, function() {
var _selectorRef$current;
return {
nativeElement: (_selectorRef$current = selectorRef.current) === null || _selectorRef$current === void 0 ? void 0 : _selectorRef$current.nativeElement,
focus: function focus(options) {
var _selectorRef$current2;
(_selectorRef$current2 = selectorRef.current) === null || _selectorRef$current2 === void 0 || _selectorRef$current2.focus(options);
},
blur: function blur() {
var _selectorRef$current3;
(_selectorRef$current3 = selectorRef.current) === null || _selectorRef$current3 === void 0 || _selectorRef$current3.blur();
}
};
});
return selectorRef;
}
// node_modules/rc-picker/es/PickerInput/hooks/usePresets.js
var React257 = __toESM(require_react());
function usePresets(presets, legacyRanges) {
return React257.useMemo(function() {
if (presets) {
return presets;
}
if (legacyRanges) {
warning_default(false, "`ranges` is deprecated. Please use `presets` instead.");
return Object.entries(legacyRanges).map(function(_ref) {
var _ref2 = _slicedToArray(_ref, 2), label = _ref2[0], value = _ref2[1];
return {
label,
value
};
});
}
return [];
}, [presets, legacyRanges]);
}
// node_modules/rc-picker/es/PickerInput/hooks/useRangeActive.js
var React259 = __toESM(require_react());
// node_modules/rc-picker/es/PickerInput/hooks/useLockEffect.js
var React258 = __toESM(require_react());
function useLockEffect(condition, callback) {
var delayFrames = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : 1;
var callbackRef = React258.useRef(callback);
callbackRef.current = callback;
useLayoutUpdateEffect(function() {
if (condition) {
callbackRef.current(condition);
} else {
var id = raf_default(function() {
callbackRef.current(condition);
}, delayFrames);
return function() {
raf_default.cancel(id);
};
}
}, [condition]);
}
// node_modules/rc-picker/es/PickerInput/hooks/useRangeActive.js
function useRangeActive(disabled) {
var empty2 = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : [];
var mergedOpen = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : false;
var _React$useState = React259.useState(0), _React$useState2 = _slicedToArray(_React$useState, 2), activeIndex = _React$useState2[0], setActiveIndex = _React$useState2[1];
var _React$useState3 = React259.useState(false), _React$useState4 = _slicedToArray(_React$useState3, 2), focused = _React$useState4[0], setFocused = _React$useState4[1];
var activeListRef = React259.useRef([]);
var submitIndexRef = React259.useRef(null);
var lastOperationRef = React259.useRef(null);
var updateSubmitIndex = function updateSubmitIndex2(index3) {
submitIndexRef.current = index3;
};
var hasActiveSubmitValue = function hasActiveSubmitValue2(index3) {
return submitIndexRef.current === index3;
};
var triggerFocus2 = function triggerFocus3(nextFocus) {
setFocused(nextFocus);
};
var lastOperation = function lastOperation2(type5) {
if (type5) {
lastOperationRef.current = type5;
}
return lastOperationRef.current;
};
var nextActiveIndex = function nextActiveIndex2(nextValue) {
var list = activeListRef.current;
var filledActiveSet = new Set(list.filter(function(index3) {
return nextValue[index3] || empty2[index3];
}));
var nextIndex = list[list.length - 1] === 0 ? 1 : 0;
if (filledActiveSet.size >= 2 || disabled[nextIndex]) {
return null;
}
return nextIndex;
};
useLockEffect(focused || mergedOpen, function() {
if (!focused) {
activeListRef.current = [];
updateSubmitIndex(null);
}
});
React259.useEffect(function() {
if (focused) {
activeListRef.current.push(activeIndex);
}
}, [focused, activeIndex]);
return [focused, triggerFocus2, lastOperation, activeIndex, setActiveIndex, nextActiveIndex, activeListRef.current, updateSubmitIndex, hasActiveSubmitValue];
}
// node_modules/rc-picker/es/PickerInput/hooks/useRangeDisabledDate.js
function useRangeDisabledDate(values, disabled, activeIndexList, generateConfig2, locale6, disabledDate) {
var activeIndex = activeIndexList[activeIndexList.length - 1];
var rangeDisabledDate = function rangeDisabledDate2(date4, info) {
var _values = _slicedToArray(values, 2), start = _values[0], end = _values[1];
var mergedInfo = _objectSpread2(_objectSpread2({}, info), {}, {
from: getFromDate(values, activeIndexList)
});
if (activeIndex === 1 && disabled[0] && start && // Same date isOK
!isSame(generateConfig2, locale6, start, date4, mergedInfo.type) && // Before start date
generateConfig2.isAfter(start, date4)) {
return true;
}
if (activeIndex === 0 && disabled[1] && end && // Same date isOK
!isSame(generateConfig2, locale6, end, date4, mergedInfo.type) && // After end date
generateConfig2.isAfter(date4, end)) {
return true;
}
return disabledDate === null || disabledDate === void 0 ? void 0 : disabledDate(date4, mergedInfo);
};
return rangeDisabledDate;
}
// node_modules/rc-picker/es/PickerInput/hooks/useRangePickerValue.js
var React260 = __toESM(require_react());
function offsetPanelDate(generateConfig2, picker, date4, offset3) {
switch (picker) {
case "date":
case "week":
return generateConfig2.addMonth(date4, offset3);
case "month":
case "quarter":
return generateConfig2.addYear(date4, offset3);
case "year":
return generateConfig2.addYear(date4, offset3 * 10);
case "decade":
return generateConfig2.addYear(date4, offset3 * 100);
default:
return date4;
}
}
var EMPTY_LIST3 = [];
function useRangePickerValue(generateConfig2, locale6, calendarValue, modes, open3, activeIndex, pickerMode, multiplePanel) {
var defaultPickerValue = arguments.length > 8 && arguments[8] !== void 0 ? arguments[8] : EMPTY_LIST3;
var pickerValue = arguments.length > 9 && arguments[9] !== void 0 ? arguments[9] : EMPTY_LIST3;
var timeDefaultValue = arguments.length > 10 && arguments[10] !== void 0 ? arguments[10] : EMPTY_LIST3;
var onPickerValueChange = arguments.length > 11 ? arguments[11] : void 0;
var minDate = arguments.length > 12 ? arguments[12] : void 0;
var maxDate = arguments.length > 13 ? arguments[13] : void 0;
var isTimePicker = pickerMode === "time";
var mergedActiveIndex = activeIndex || 0;
var getDefaultPickerValue = function getDefaultPickerValue2(index3) {
var now2 = generateConfig2.getNow();
if (isTimePicker) {
now2 = fillTime(generateConfig2, now2);
}
return defaultPickerValue[index3] || calendarValue[index3] || now2;
};
var _pickerValue = _slicedToArray(pickerValue, 2), startPickerValue = _pickerValue[0], endPickerValue = _pickerValue[1];
var _useMergedState = useMergedState(function() {
return getDefaultPickerValue(0);
}, {
value: startPickerValue
}), _useMergedState2 = _slicedToArray(_useMergedState, 2), mergedStartPickerValue = _useMergedState2[0], setStartPickerValue = _useMergedState2[1];
var _useMergedState3 = useMergedState(function() {
return getDefaultPickerValue(1);
}, {
value: endPickerValue
}), _useMergedState4 = _slicedToArray(_useMergedState3, 2), mergedEndPickerValue = _useMergedState4[0], setEndPickerValue = _useMergedState4[1];
var currentPickerValue = React260.useMemo(function() {
var current = [mergedStartPickerValue, mergedEndPickerValue][mergedActiveIndex];
return isTimePicker ? current : fillTime(generateConfig2, current, timeDefaultValue[mergedActiveIndex]);
}, [isTimePicker, mergedStartPickerValue, mergedEndPickerValue, mergedActiveIndex, generateConfig2, timeDefaultValue]);
var setCurrentPickerValue = function setCurrentPickerValue2(nextPickerValue) {
var source = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "panel";
var updater = [setStartPickerValue, setEndPickerValue][mergedActiveIndex];
updater(nextPickerValue);
var clone = [mergedStartPickerValue, mergedEndPickerValue];
clone[mergedActiveIndex] = nextPickerValue;
if (onPickerValueChange && (!isSame(generateConfig2, locale6, mergedStartPickerValue, clone[0], pickerMode) || !isSame(generateConfig2, locale6, mergedEndPickerValue, clone[1], pickerMode))) {
onPickerValueChange(clone, {
source,
range: mergedActiveIndex === 1 ? "end" : "start",
mode: modes
});
}
};
var getEndDatePickerValue = function getEndDatePickerValue2(startDate, endDate) {
if (multiplePanel) {
var SAME_CHECKER = {
date: "month",
week: "month",
month: "year",
quarter: "year"
};
var mode = SAME_CHECKER[pickerMode];
if (mode && !isSame(generateConfig2, locale6, startDate, endDate, mode)) {
return offsetPanelDate(generateConfig2, pickerMode, endDate, -1);
}
if (pickerMode === "year" && startDate) {
var srcYear = Math.floor(generateConfig2.getYear(startDate) / 10);
var tgtYear = Math.floor(generateConfig2.getYear(endDate) / 10);
if (srcYear !== tgtYear) {
return offsetPanelDate(generateConfig2, pickerMode, endDate, -1);
}
}
}
return endDate;
};
var prevActiveIndexRef = React260.useRef(null);
useLayoutEffect_default(function() {
if (open3) {
if (!defaultPickerValue[mergedActiveIndex]) {
var nextPickerValue = isTimePicker ? null : generateConfig2.getNow();
if (prevActiveIndexRef.current !== null && prevActiveIndexRef.current !== mergedActiveIndex) {
nextPickerValue = [mergedStartPickerValue, mergedEndPickerValue][mergedActiveIndex ^ 1];
} else if (calendarValue[mergedActiveIndex]) {
nextPickerValue = mergedActiveIndex === 0 ? calendarValue[0] : getEndDatePickerValue(calendarValue[0], calendarValue[1]);
} else if (calendarValue[mergedActiveIndex ^ 1]) {
nextPickerValue = calendarValue[mergedActiveIndex ^ 1];
}
if (nextPickerValue) {
if (minDate && generateConfig2.isAfter(minDate, nextPickerValue)) {
nextPickerValue = minDate;
}
var offsetPickerValue = multiplePanel ? offsetPanelDate(generateConfig2, pickerMode, nextPickerValue, 1) : nextPickerValue;
if (maxDate && generateConfig2.isAfter(offsetPickerValue, maxDate)) {
nextPickerValue = multiplePanel ? offsetPanelDate(generateConfig2, pickerMode, maxDate, -1) : maxDate;
}
setCurrentPickerValue(nextPickerValue, "reset");
}
}
}
}, [open3, mergedActiveIndex, calendarValue[mergedActiveIndex]]);
React260.useEffect(function() {
if (open3) {
prevActiveIndexRef.current = mergedActiveIndex;
} else {
prevActiveIndexRef.current = null;
}
}, [open3, mergedActiveIndex]);
useLayoutEffect_default(function() {
if (open3 && defaultPickerValue) {
if (defaultPickerValue[mergedActiveIndex]) {
setCurrentPickerValue(defaultPickerValue[mergedActiveIndex], "reset");
}
}
}, [open3, mergedActiveIndex]);
return [currentPickerValue, setCurrentPickerValue];
}
// node_modules/rc-picker/es/PickerInput/hooks/useRangeValue.js
var React262 = __toESM(require_react());
// node_modules/rc-picker/es/hooks/useSyncState.js
var React261 = __toESM(require_react());
function useSyncState3(defaultValue, controlledValue) {
var valueRef = React261.useRef(defaultValue);
var _React$useState = React261.useState({}), _React$useState2 = _slicedToArray(_React$useState, 2), forceUpdate = _React$useState2[1];
var getter = function getter2(useControlledValueFirst) {
return useControlledValueFirst && controlledValue !== void 0 ? controlledValue : valueRef.current;
};
var setter = function setter2(nextValue) {
valueRef.current = nextValue;
forceUpdate({});
};
return [getter, setter, getter(true)];
}
// node_modules/rc-picker/es/PickerInput/hooks/useRangeValue.js
var EMPTY_VALUE = [];
function useUtil(generateConfig2, locale6, formatList) {
var getDateTexts = function getDateTexts2(dates) {
return dates.map(function(date4) {
return formatValue(date4, {
generateConfig: generateConfig2,
locale: locale6,
format: formatList[0]
});
});
};
var isSameDates = function isSameDates2(source, target) {
var maxLen = Math.max(source.length, target.length);
var diffIndex = -1;
for (var i = 0; i < maxLen; i += 1) {
var prev2 = source[i] || null;
var next2 = target[i] || null;
if (prev2 !== next2 && !isSameTimestamp(generateConfig2, prev2, next2)) {
diffIndex = i;
break;
}
}
return [diffIndex < 0, diffIndex !== 0];
};
return [getDateTexts, isSameDates];
}
function orderDates(dates, generateConfig2) {
return _toConsumableArray(dates).sort(function(a, b) {
return generateConfig2.isAfter(a, b) ? 1 : -1;
});
}
function useCalendarValue(mergedValue) {
var _useSyncState = useSyncState3(mergedValue), _useSyncState2 = _slicedToArray(_useSyncState, 2), calendarValue = _useSyncState2[0], setCalendarValue = _useSyncState2[1];
var syncWithValue = useEvent(function() {
setCalendarValue(mergedValue);
});
React262.useEffect(function() {
syncWithValue();
}, [mergedValue]);
return [calendarValue, setCalendarValue];
}
function useInnerValue(generateConfig2, locale6, formatList, rangeValue, order, defaultValue, value, onCalendarChange, onOk) {
var _useMergedState = useMergedState(defaultValue, {
value
}), _useMergedState2 = _slicedToArray(_useMergedState, 2), innerValue = _useMergedState2[0], setInnerValue = _useMergedState2[1];
var mergedValue = innerValue || EMPTY_VALUE;
var _useCalendarValue = useCalendarValue(mergedValue), _useCalendarValue2 = _slicedToArray(_useCalendarValue, 2), calendarValue = _useCalendarValue2[0], setCalendarValue = _useCalendarValue2[1];
var _useUtil = useUtil(generateConfig2, locale6, formatList), _useUtil2 = _slicedToArray(_useUtil, 2), getDateTexts = _useUtil2[0], isSameDates = _useUtil2[1];
var triggerCalendarChange = useEvent(function(nextCalendarValues) {
var clone = _toConsumableArray(nextCalendarValues);
if (rangeValue) {
for (var i = 0; i < 2; i += 1) {
clone[i] = clone[i] || null;
}
} else if (order) {
clone = orderDates(clone.filter(function(date4) {
return date4;
}), generateConfig2);
}
var _isSameDates = isSameDates(calendarValue(), clone), _isSameDates2 = _slicedToArray(_isSameDates, 2), isSameMergedDates = _isSameDates2[0], isSameStart = _isSameDates2[1];
if (!isSameMergedDates) {
setCalendarValue(clone);
if (onCalendarChange) {
var cellTexts = getDateTexts(clone);
onCalendarChange(clone, cellTexts, {
range: isSameStart ? "end" : "start"
});
}
}
});
var triggerOk = function triggerOk2() {
if (onOk) {
onOk(calendarValue());
}
};
return [mergedValue, setInnerValue, calendarValue, triggerCalendarChange, triggerOk];
}
function useRangeValue(info, mergedValue, setInnerValue, getCalendarValue, triggerCalendarChange, disabled, formatList, focused, open3, isInvalidateDate) {
var generateConfig2 = info.generateConfig, locale6 = info.locale, picker = info.picker, onChange = info.onChange, allowEmpty = info.allowEmpty, order = info.order;
var orderOnChange = disabled.some(function(d) {
return d;
}) ? false : order;
var _useUtil3 = useUtil(generateConfig2, locale6, formatList), _useUtil4 = _slicedToArray(_useUtil3, 2), getDateTexts = _useUtil4[0], isSameDates = _useUtil4[1];
var _useSyncState3 = useSyncState3(mergedValue), _useSyncState4 = _slicedToArray(_useSyncState3, 2), submitValue = _useSyncState4[0], setSubmitValue = _useSyncState4[1];
var syncWithValue = useEvent(function() {
setSubmitValue(mergedValue);
});
React262.useEffect(function() {
syncWithValue();
}, [mergedValue]);
var triggerSubmit = useEvent(function(nextValue) {
var isNullValue = nextValue === null;
var clone = _toConsumableArray(nextValue || submitValue());
if (isNullValue) {
var maxLen = Math.max(disabled.length, clone.length);
for (var i = 0; i < maxLen; i += 1) {
if (!disabled[i]) {
clone[i] = null;
}
}
}
if (orderOnChange && clone[0] && clone[1]) {
clone = orderDates(clone, generateConfig2);
}
triggerCalendarChange(clone);
var _clone = clone, _clone2 = _slicedToArray(_clone, 2), start = _clone2[0], end = _clone2[1];
var startEmpty = !start;
var endEmpty = !end;
var validateEmptyDateRange = allowEmpty ? (
// Validate empty start
(!startEmpty || allowEmpty[0]) && // Validate empty end
(!endEmpty || allowEmpty[1])
) : true;
var validateOrder = !order || startEmpty || endEmpty || isSame(generateConfig2, locale6, start, end, picker) || generateConfig2.isAfter(end, start);
var validateDates = (
// Validate start
(disabled[0] || !start || !isInvalidateDate(start, {
activeIndex: 0
})) && // Validate end
(disabled[1] || !end || !isInvalidateDate(end, {
from: start,
activeIndex: 1
}))
);
var allPassed = (
// Null value is from clear button
isNullValue || // Normal check
validateEmptyDateRange && validateOrder && validateDates
);
if (allPassed) {
setInnerValue(clone);
var _isSameDates3 = isSameDates(clone, mergedValue), _isSameDates4 = _slicedToArray(_isSameDates3, 1), isSameMergedDates = _isSameDates4[0];
if (onChange && !isSameMergedDates) {
onChange(
// Return null directly if all date are empty
isNullValue && clone.every(function(val) {
return !val;
}) ? null : clone,
getDateTexts(clone)
);
}
}
return allPassed;
});
var flushSubmit = useEvent(function(index3, needTriggerChange) {
var nextSubmitValue = fillIndex(submitValue(), index3, getCalendarValue()[index3]);
setSubmitValue(nextSubmitValue);
if (needTriggerChange) {
triggerSubmit();
}
});
var interactiveFinished = !focused && !open3;
useLockEffect(!interactiveFinished, function() {
if (interactiveFinished) {
triggerSubmit();
triggerCalendarChange(mergedValue);
syncWithValue();
}
}, 2);
return [flushSubmit, triggerSubmit];
}
// node_modules/rc-picker/es/PickerInput/hooks/useShowNow.js
function useShowNow(picker, mode, showNow, showToday, rangePicker) {
if (mode !== "date" && mode !== "time") {
return false;
}
if (showNow !== void 0) {
return showNow;
}
if (showToday !== void 0) {
return showToday;
}
return !rangePicker && (picker === "date" || picker === "time");
}
// node_modules/rc-picker/es/PickerInput/Popup/index.js
var import_classnames105 = __toESM(require_classnames());
var React282 = __toESM(require_react());
// node_modules/rc-picker/es/PickerInput/Popup/Footer.js
var import_classnames97 = __toESM(require_classnames());
var React264 = __toESM(require_react());
// node_modules/rc-picker/es/hooks/useTimeInfo.js
var React263 = __toESM(require_react());
// node_modules/rc-picker/es/PickerPanel/TimePanel/TimePanelBody/util.js
function findValidateTime(date4, getHourUnits, getMinuteUnits, getSecondUnits, getMillisecondUnits, generateConfig2) {
var nextDate = date4;
function alignValidate(getUnitValue3, setUnitValue, units) {
var nextValue = generateConfig2[getUnitValue3](nextDate);
var nextUnit = units.find(function(unit4) {
return unit4.value === nextValue;
});
if (!nextUnit || nextUnit.disabled) {
var validateUnits = units.filter(function(unit4) {
return !unit4.disabled;
});
var reverseEnabledUnits = _toConsumableArray(validateUnits).reverse();
var validateUnit = reverseEnabledUnits.find(function(unit4) {
return unit4.value <= nextValue;
}) || validateUnits[0];
if (validateUnit) {
nextValue = validateUnit.value;
nextDate = generateConfig2[setUnitValue](nextDate, nextValue);
}
}
return nextValue;
}
var nextHour = alignValidate("getHour", "setHour", getHourUnits());
var nextMinute = alignValidate("getMinute", "setMinute", getMinuteUnits(nextHour));
var nextSecond = alignValidate("getSecond", "setSecond", getSecondUnits(nextHour, nextMinute));
alignValidate("getMillisecond", "setMillisecond", getMillisecondUnits(nextHour, nextMinute, nextSecond));
return nextDate;
}
// node_modules/rc-picker/es/hooks/useTimeInfo.js
function emptyDisabled() {
return [];
}
function generateUnits(start, end) {
var step = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : 1;
var hideDisabledOptions = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : false;
var disabledUnits = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : [];
var pad = arguments.length > 5 && arguments[5] !== void 0 ? arguments[5] : 2;
var units = [];
var integerStep = step >= 1 ? step | 0 : 1;
for (var i = start; i <= end; i += integerStep) {
var disabled = disabledUnits.includes(i);
if (!disabled || !hideDisabledOptions) {
units.push({
label: leftPad(i, pad),
value: i,
disabled
});
}
}
return units;
}
function useTimeInfo(generateConfig2) {
var props = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
var date4 = arguments.length > 2 ? arguments[2] : void 0;
var _ref = props || {}, use12Hours = _ref.use12Hours, _ref$hourStep = _ref.hourStep, hourStep = _ref$hourStep === void 0 ? 1 : _ref$hourStep, _ref$minuteStep = _ref.minuteStep, minuteStep = _ref$minuteStep === void 0 ? 1 : _ref$minuteStep, _ref$secondStep = _ref.secondStep, secondStep = _ref$secondStep === void 0 ? 1 : _ref$secondStep, _ref$millisecondStep = _ref.millisecondStep, millisecondStep = _ref$millisecondStep === void 0 ? 100 : _ref$millisecondStep, hideDisabledOptions = _ref.hideDisabledOptions, disabledTime = _ref.disabledTime, disabledHours = _ref.disabledHours, disabledMinutes = _ref.disabledMinutes, disabledSeconds = _ref.disabledSeconds;
var mergedDate = React263.useMemo(function() {
return date4 || generateConfig2.getNow();
}, [date4, generateConfig2]);
if (true) {
var isHourStepValid = 24 % hourStep === 0;
var isMinuteStepValid = 60 % minuteStep === 0;
var isSecondStepValid = 60 % secondStep === 0;
warning_default(isHourStepValid, "`hourStep` ".concat(hourStep, " is invalid. It should be a factor of 24."));
warning_default(isMinuteStepValid, "`minuteStep` ".concat(minuteStep, " is invalid. It should be a factor of 60."));
warning_default(isSecondStepValid, "`secondStep` ".concat(secondStep, " is invalid. It should be a factor of 60."));
}
var getDisabledTimes = React263.useCallback(function(targetDate) {
var disabledConfig = (disabledTime === null || disabledTime === void 0 ? void 0 : disabledTime(targetDate)) || {};
return [disabledConfig.disabledHours || disabledHours || emptyDisabled, disabledConfig.disabledMinutes || disabledMinutes || emptyDisabled, disabledConfig.disabledSeconds || disabledSeconds || emptyDisabled, disabledConfig.disabledMilliseconds || emptyDisabled];
}, [disabledTime, disabledHours, disabledMinutes, disabledSeconds]);
var _React$useMemo = React263.useMemo(function() {
return getDisabledTimes(mergedDate);
}, [mergedDate, getDisabledTimes]), _React$useMemo2 = _slicedToArray(_React$useMemo, 4), mergedDisabledHours = _React$useMemo2[0], mergedDisabledMinutes = _React$useMemo2[1], mergedDisabledSeconds = _React$useMemo2[2], mergedDisabledMilliseconds = _React$useMemo2[3];
var getAllUnits = React263.useCallback(function(getDisabledHours, getDisabledMinutes, getDisabledSeconds, getDisabledMilliseconds) {
var hours = generateUnits(0, 23, hourStep, hideDisabledOptions, getDisabledHours());
var rowHourUnits2 = use12Hours ? hours.map(function(unit4) {
return _objectSpread2(_objectSpread2({}, unit4), {}, {
label: leftPad(unit4.value % 12 || 12, 2)
});
}) : hours;
var getMinuteUnits2 = function getMinuteUnits3(nextHour) {
return generateUnits(0, 59, minuteStep, hideDisabledOptions, getDisabledMinutes(nextHour));
};
var getSecondUnits2 = function getSecondUnits3(nextHour, nextMinute) {
return generateUnits(0, 59, secondStep, hideDisabledOptions, getDisabledSeconds(nextHour, nextMinute));
};
var getMillisecondUnits2 = function getMillisecondUnits3(nextHour, nextMinute, nextSecond) {
return generateUnits(0, 999, millisecondStep, hideDisabledOptions, getDisabledMilliseconds(nextHour, nextMinute, nextSecond), 3);
};
return [rowHourUnits2, getMinuteUnits2, getSecondUnits2, getMillisecondUnits2];
}, [hideDisabledOptions, hourStep, use12Hours, millisecondStep, minuteStep, secondStep]);
var _React$useMemo3 = React263.useMemo(function() {
return getAllUnits(mergedDisabledHours, mergedDisabledMinutes, mergedDisabledSeconds, mergedDisabledMilliseconds);
}, [getAllUnits, mergedDisabledHours, mergedDisabledMinutes, mergedDisabledSeconds, mergedDisabledMilliseconds]), _React$useMemo4 = _slicedToArray(_React$useMemo3, 4), rowHourUnits = _React$useMemo4[0], getMinuteUnits = _React$useMemo4[1], getSecondUnits = _React$useMemo4[2], getMillisecondUnits = _React$useMemo4[3];
var getValidTime = function getValidTime2(nextTime, certainDate) {
var getCheckHourUnits = function getCheckHourUnits2() {
return rowHourUnits;
};
var getCheckMinuteUnits = getMinuteUnits;
var getCheckSecondUnits = getSecondUnits;
var getCheckMillisecondUnits = getMillisecondUnits;
if (certainDate) {
var _getDisabledTimes = getDisabledTimes(certainDate), _getDisabledTimes2 = _slicedToArray(_getDisabledTimes, 4), targetDisabledHours = _getDisabledTimes2[0], targetDisabledMinutes = _getDisabledTimes2[1], targetDisabledSeconds = _getDisabledTimes2[2], targetDisabledMilliseconds = _getDisabledTimes2[3];
var _getAllUnits = getAllUnits(targetDisabledHours, targetDisabledMinutes, targetDisabledSeconds, targetDisabledMilliseconds), _getAllUnits2 = _slicedToArray(_getAllUnits, 4), targetRowHourUnits = _getAllUnits2[0], targetGetMinuteUnits = _getAllUnits2[1], targetGetSecondUnits = _getAllUnits2[2], targetGetMillisecondUnits = _getAllUnits2[3];
getCheckHourUnits = function getCheckHourUnits2() {
return targetRowHourUnits;
};
getCheckMinuteUnits = targetGetMinuteUnits;
getCheckSecondUnits = targetGetSecondUnits;
getCheckMillisecondUnits = targetGetMillisecondUnits;
}
var validateDate = findValidateTime(nextTime, getCheckHourUnits, getCheckMinuteUnits, getCheckSecondUnits, getCheckMillisecondUnits, generateConfig2);
return validateDate;
};
return [
// getValidTime
getValidTime,
// Units
rowHourUnits,
getMinuteUnits,
getSecondUnits,
getMillisecondUnits
];
}
// node_modules/rc-picker/es/PickerInput/Popup/Footer.js
function Footer2(props) {
var mode = props.mode, internalMode = props.internalMode, renderExtraFooter = props.renderExtraFooter, showNow = props.showNow, showTime = props.showTime, onSubmit = props.onSubmit, onNow = props.onNow, invalid = props.invalid, needConfirm = props.needConfirm, generateConfig2 = props.generateConfig, disabledDate = props.disabledDate;
var _React$useContext = React264.useContext(context_default6), prefixCls = _React$useContext.prefixCls, locale6 = _React$useContext.locale, _React$useContext$but = _React$useContext.button, Button2 = _React$useContext$but === void 0 ? "button" : _React$useContext$but;
var now2 = generateConfig2.getNow();
var _useTimeInfo = useTimeInfo(generateConfig2, showTime, now2), _useTimeInfo2 = _slicedToArray(_useTimeInfo, 1), getValidTime = _useTimeInfo2[0];
var extraNode = renderExtraFooter === null || renderExtraFooter === void 0 ? void 0 : renderExtraFooter(mode);
var nowDisabled = disabledDate(now2, {
type: mode
});
var onInternalNow = function onInternalNow2() {
if (!nowDisabled) {
var validateNow = getValidTime(now2);
onNow(validateNow);
}
};
var nowPrefixCls = "".concat(prefixCls, "-now");
var nowBtnPrefixCls = "".concat(nowPrefixCls, "-btn");
var presetNode = showNow && React264.createElement("li", {
className: nowPrefixCls
}, React264.createElement("a", {
className: (0, import_classnames97.default)(nowBtnPrefixCls, nowDisabled && "".concat(nowBtnPrefixCls, "-disabled")),
"aria-disabled": nowDisabled,
onClick: onInternalNow
}, internalMode === "date" ? locale6.today : locale6.now));
var okNode = needConfirm && React264.createElement("li", {
className: "".concat(prefixCls, "-ok")
}, React264.createElement(Button2, {
disabled: invalid,
onClick: onSubmit
}, locale6.ok));
var rangeNode = (presetNode || okNode) && React264.createElement("ul", {
className: "".concat(prefixCls, "-ranges")
}, presetNode, okNode);
if (!extraNode && !rangeNode) {
return null;
}
return React264.createElement("div", {
className: "".concat(prefixCls, "-footer")
}, extraNode && React264.createElement("div", {
className: "".concat(prefixCls, "-footer-extra")
}, extraNode), rangeNode);
}
// node_modules/rc-picker/es/PickerInput/Popup/PopupPanel.js
var React280 = __toESM(require_react());
// node_modules/rc-picker/es/PickerPanel/index.js
var import_classnames104 = __toESM(require_classnames());
var React279 = __toESM(require_react());
// node_modules/rc-picker/es/hooks/useToggleDates.js
function useToggleDates(generateConfig2, locale6, panelMode) {
function toggleDates(list, target) {
var index3 = list.findIndex(function(date4) {
return isSame(generateConfig2, locale6, date4, target, panelMode);
});
if (index3 === -1) {
return [].concat(_toConsumableArray(list), [target]);
}
var sliceList = _toConsumableArray(list);
sliceList.splice(index3, 1);
return sliceList;
}
return toggleDates;
}
// node_modules/rc-picker/es/PickerPanel/context.js
var React265 = __toESM(require_react());
var PanelContext = React265.createContext(null);
function usePanelContext() {
return React265.useContext(PanelContext);
}
function useInfo(props, panelType) {
var prefixCls = props.prefixCls, generateConfig2 = props.generateConfig, locale6 = props.locale, disabledDate = props.disabledDate, minDate = props.minDate, maxDate = props.maxDate, cellRender = props.cellRender, hoverValue = props.hoverValue, hoverRangeValue = props.hoverRangeValue, onHover = props.onHover, values = props.values, pickerValue = props.pickerValue, onSelect = props.onSelect, prevIcon = props.prevIcon, nextIcon = props.nextIcon, superPrevIcon = props.superPrevIcon, superNextIcon = props.superNextIcon;
var now2 = generateConfig2.getNow();
var info = {
now: now2,
values,
pickerValue,
prefixCls,
disabledDate,
minDate,
maxDate,
cellRender,
hoverValue,
hoverRangeValue,
onHover,
locale: locale6,
generateConfig: generateConfig2,
onSelect,
panelType,
// Icons
prevIcon,
nextIcon,
superPrevIcon,
superNextIcon
};
return [info, now2];
}
var PickerHackContext = React265.createContext({});
if (true) {
PickerHackContext.displayName = "PickerHackContext";
}
// node_modules/rc-picker/es/PickerPanel/DatePanel/index.js
var import_classnames100 = __toESM(require_classnames());
var React268 = __toESM(require_react());
// node_modules/rc-picker/es/PickerPanel/PanelBody.js
var import_classnames98 = __toESM(require_classnames());
var React266 = __toESM(require_react());
function PanelBody(props) {
var rowNum = props.rowNum, colNum = props.colNum, baseDate = props.baseDate, getCellDate = props.getCellDate, prefixColumn = props.prefixColumn, rowClassName = props.rowClassName, titleFormat = props.titleFormat, getCellText = props.getCellText, getCellClassName = props.getCellClassName, headerCells = props.headerCells, _props$cellSelection = props.cellSelection, cellSelection = _props$cellSelection === void 0 ? true : _props$cellSelection, disabledDate = props.disabledDate;
var _usePanelContext = usePanelContext(), prefixCls = _usePanelContext.prefixCls, type5 = _usePanelContext.panelType, now2 = _usePanelContext.now, contextDisabledDate = _usePanelContext.disabledDate, cellRender = _usePanelContext.cellRender, onHover = _usePanelContext.onHover, hoverValue = _usePanelContext.hoverValue, hoverRangeValue = _usePanelContext.hoverRangeValue, generateConfig2 = _usePanelContext.generateConfig, values = _usePanelContext.values, locale6 = _usePanelContext.locale, onSelect = _usePanelContext.onSelect;
var mergedDisabledDate = disabledDate || contextDisabledDate;
var cellPrefixCls = "".concat(prefixCls, "-cell");
var _React$useContext = React266.useContext(PickerHackContext), onCellDblClick = _React$useContext.onCellDblClick;
var matchValues = function matchValues2(date4) {
return values.some(function(singleValue) {
return singleValue && isSame(generateConfig2, locale6, date4, singleValue, type5);
});
};
var rows = [];
for (var row = 0; row < rowNum; row += 1) {
var rowNode = [];
var rowStartDate = void 0;
var _loop = function _loop2() {
var offset3 = row * colNum + col;
var currentDate = getCellDate(baseDate, offset3);
var disabled = mergedDisabledDate === null || mergedDisabledDate === void 0 ? void 0 : mergedDisabledDate(currentDate, {
type: type5
});
if (col === 0) {
rowStartDate = currentDate;
if (prefixColumn) {
rowNode.push(prefixColumn(rowStartDate));
}
}
var inRange = false;
var rangeStart = false;
var rangeEnd = false;
if (cellSelection && hoverRangeValue) {
var _hoverRangeValue = _slicedToArray(hoverRangeValue, 2), hoverStart = _hoverRangeValue[0], hoverEnd = _hoverRangeValue[1];
inRange = isInRange(generateConfig2, hoverStart, hoverEnd, currentDate);
rangeStart = isSame(generateConfig2, locale6, currentDate, hoverStart, type5);
rangeEnd = isSame(generateConfig2, locale6, currentDate, hoverEnd, type5);
}
var title = titleFormat ? formatValue(currentDate, {
locale: locale6,
format: titleFormat,
generateConfig: generateConfig2
}) : void 0;
var inner = React266.createElement("div", {
className: "".concat(cellPrefixCls, "-inner")
}, getCellText(currentDate));
rowNode.push(React266.createElement("td", {
key: col,
title,
className: (0, import_classnames98.default)(cellPrefixCls, _objectSpread2(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, "".concat(cellPrefixCls, "-disabled"), disabled), "".concat(cellPrefixCls, "-hover"), (hoverValue || []).some(function(date4) {
return isSame(generateConfig2, locale6, currentDate, date4, type5);
})), "".concat(cellPrefixCls, "-in-range"), inRange && !rangeStart && !rangeEnd), "".concat(cellPrefixCls, "-range-start"), rangeStart), "".concat(cellPrefixCls, "-range-end"), rangeEnd), "".concat(prefixCls, "-cell-selected"), !hoverRangeValue && // WeekPicker use row instead
type5 !== "week" && matchValues(currentDate)), getCellClassName(currentDate))),
onClick: function onClick() {
if (!disabled) {
onSelect(currentDate);
}
},
onDoubleClick: function onDoubleClick() {
if (!disabled && onCellDblClick) {
onCellDblClick();
}
},
onMouseEnter: function onMouseEnter() {
if (!disabled) {
onHover === null || onHover === void 0 || onHover(currentDate);
}
},
onMouseLeave: function onMouseLeave() {
if (!disabled) {
onHover === null || onHover === void 0 || onHover(null);
}
}
}, cellRender ? cellRender(currentDate, {
prefixCls,
originNode: inner,
today: now2,
type: type5,
locale: locale6
}) : inner));
};
for (var col = 0; col < colNum; col += 1) {
_loop();
}
rows.push(React266.createElement("tr", {
key: row,
className: rowClassName === null || rowClassName === void 0 ? void 0 : rowClassName(rowStartDate)
}, rowNode));
}
return React266.createElement("div", {
className: "".concat(prefixCls, "-body")
}, React266.createElement("table", {
className: "".concat(prefixCls, "-content")
}, headerCells && React266.createElement("thead", null, React266.createElement("tr", null, headerCells)), React266.createElement("tbody", null, rows)));
}
// node_modules/rc-picker/es/PickerPanel/PanelHeader.js
var import_classnames99 = __toESM(require_classnames());
var React267 = __toESM(require_react());
var HIDDEN_STYLE = {
visibility: "hidden"
};
function PanelHeader(props) {
var offset3 = props.offset, superOffset = props.superOffset, onChange = props.onChange, getStart = props.getStart, getEnd = props.getEnd, children = props.children;
var _usePanelContext = usePanelContext(), prefixCls = _usePanelContext.prefixCls, _usePanelContext$prev = _usePanelContext.prevIcon, prevIcon = _usePanelContext$prev === void 0 ? "‹" : _usePanelContext$prev, _usePanelContext$next = _usePanelContext.nextIcon, nextIcon = _usePanelContext$next === void 0 ? "›" : _usePanelContext$next, _usePanelContext$supe = _usePanelContext.superPrevIcon, superPrevIcon = _usePanelContext$supe === void 0 ? "«" : _usePanelContext$supe, _usePanelContext$supe2 = _usePanelContext.superNextIcon, superNextIcon = _usePanelContext$supe2 === void 0 ? "»" : _usePanelContext$supe2, minDate = _usePanelContext.minDate, maxDate = _usePanelContext.maxDate, generateConfig2 = _usePanelContext.generateConfig, locale6 = _usePanelContext.locale, pickerValue = _usePanelContext.pickerValue, type5 = _usePanelContext.panelType;
var headerPrefixCls = "".concat(prefixCls, "-header");
var _React$useContext = React267.useContext(PickerHackContext), hidePrev = _React$useContext.hidePrev, hideNext = _React$useContext.hideNext, hideHeader = _React$useContext.hideHeader;
var disabledOffsetPrev = React267.useMemo(function() {
if (!minDate || !offset3 || !getEnd) {
return false;
}
var prevPanelLimitDate = getEnd(offset3(-1, pickerValue));
return !isSameOrAfter(generateConfig2, locale6, prevPanelLimitDate, minDate, type5);
}, [minDate, offset3, pickerValue, getEnd, generateConfig2, locale6, type5]);
var disabledSuperOffsetPrev = React267.useMemo(function() {
if (!minDate || !superOffset || !getEnd) {
return false;
}
var prevPanelLimitDate = getEnd(superOffset(-1, pickerValue));
return !isSameOrAfter(generateConfig2, locale6, prevPanelLimitDate, minDate, type5);
}, [minDate, superOffset, pickerValue, getEnd, generateConfig2, locale6, type5]);
var disabledOffsetNext = React267.useMemo(function() {
if (!maxDate || !offset3 || !getStart) {
return false;
}
var nextPanelLimitDate = getStart(offset3(1, pickerValue));
return !isSameOrAfter(generateConfig2, locale6, maxDate, nextPanelLimitDate, type5);
}, [maxDate, offset3, pickerValue, getStart, generateConfig2, locale6, type5]);
var disabledSuperOffsetNext = React267.useMemo(function() {
if (!maxDate || !superOffset || !getStart) {
return false;
}
var nextPanelLimitDate = getStart(superOffset(1, pickerValue));
return !isSameOrAfter(generateConfig2, locale6, maxDate, nextPanelLimitDate, type5);
}, [maxDate, superOffset, pickerValue, getStart, generateConfig2, locale6, type5]);
var onOffset = function onOffset2(distance) {
if (offset3) {
onChange(offset3(distance, pickerValue));
}
};
var onSuperOffset = function onSuperOffset2(distance) {
if (superOffset) {
onChange(superOffset(distance, pickerValue));
}
};
if (hideHeader) {
return null;
}
var prevBtnCls = "".concat(headerPrefixCls, "-prev-btn");
var nextBtnCls = "".concat(headerPrefixCls, "-next-btn");
var superPrevBtnCls = "".concat(headerPrefixCls, "-super-prev-btn");
var superNextBtnCls = "".concat(headerPrefixCls, "-super-next-btn");
return React267.createElement("div", {
className: headerPrefixCls
}, superOffset && React267.createElement("button", {
type: "button",
"aria-label": locale6.previousYear,
onClick: function onClick() {
return onSuperOffset(-1);
},
tabIndex: -1,
className: (0, import_classnames99.default)(superPrevBtnCls, disabledSuperOffsetPrev && "".concat(superPrevBtnCls, "-disabled")),
disabled: disabledSuperOffsetPrev,
style: hidePrev ? HIDDEN_STYLE : {}
}, superPrevIcon), offset3 && React267.createElement("button", {
type: "button",
"aria-label": locale6.previousMonth,
onClick: function onClick() {
return onOffset(-1);
},
tabIndex: -1,
className: (0, import_classnames99.default)(prevBtnCls, disabledOffsetPrev && "".concat(prevBtnCls, "-disabled")),
disabled: disabledOffsetPrev,
style: hidePrev ? HIDDEN_STYLE : {}
}, prevIcon), React267.createElement("div", {
className: "".concat(headerPrefixCls, "-view")
}, children), offset3 && React267.createElement("button", {
type: "button",
"aria-label": locale6.nextMonth,
onClick: function onClick() {
return onOffset(1);
},
tabIndex: -1,
className: (0, import_classnames99.default)(nextBtnCls, disabledOffsetNext && "".concat(nextBtnCls, "-disabled")),
disabled: disabledOffsetNext,
style: hideNext ? HIDDEN_STYLE : {}
}, nextIcon), superOffset && React267.createElement("button", {
type: "button",
"aria-label": locale6.nextYear,
onClick: function onClick() {
return onSuperOffset(1);
},
tabIndex: -1,
className: (0, import_classnames99.default)(superNextBtnCls, disabledSuperOffsetNext && "".concat(superNextBtnCls, "-disabled")),
disabled: disabledSuperOffsetNext,
style: hideNext ? HIDDEN_STYLE : {}
}, superNextIcon));
}
var PanelHeader_default = PanelHeader;
// node_modules/rc-picker/es/PickerPanel/DatePanel/index.js
function DatePanel(props) {
var prefixCls = props.prefixCls, _props$panelName = props.panelName, panelName = _props$panelName === void 0 ? "date" : _props$panelName, locale6 = props.locale, generateConfig2 = props.generateConfig, pickerValue = props.pickerValue, onPickerValueChange = props.onPickerValueChange, onModeChange = props.onModeChange, _props$mode = props.mode, mode = _props$mode === void 0 ? "date" : _props$mode, disabledDate = props.disabledDate, onSelect = props.onSelect, onHover = props.onHover, showWeek = props.showWeek;
var panelPrefixCls = "".concat(prefixCls, "-").concat(panelName, "-panel");
var cellPrefixCls = "".concat(prefixCls, "-cell");
var isWeek = mode === "week";
var _useInfo = useInfo(props, mode), _useInfo2 = _slicedToArray(_useInfo, 2), info = _useInfo2[0], now2 = _useInfo2[1];
var weekFirstDay = generateConfig2.locale.getWeekFirstDay(locale6.locale);
var monthStartDate = generateConfig2.setDate(pickerValue, 1);
var baseDate = getWeekStartDate(locale6.locale, generateConfig2, monthStartDate);
var month = generateConfig2.getMonth(pickerValue);
var showPrefixColumn = showWeek === void 0 ? isWeek : showWeek;
var prefixColumn = showPrefixColumn ? function(date4) {
var disabled = disabledDate === null || disabledDate === void 0 ? void 0 : disabledDate(date4, {
type: "week"
});
return React268.createElement("td", {
key: "week",
className: (0, import_classnames100.default)(cellPrefixCls, "".concat(cellPrefixCls, "-week"), _defineProperty({}, "".concat(cellPrefixCls, "-disabled"), disabled)),
onClick: function onClick() {
if (!disabled) {
onSelect(date4);
}
},
onMouseEnter: function onMouseEnter() {
if (!disabled) {
onHover === null || onHover === void 0 || onHover(date4);
}
},
onMouseLeave: function onMouseLeave() {
if (!disabled) {
onHover === null || onHover === void 0 || onHover(null);
}
}
}, React268.createElement("div", {
className: "".concat(cellPrefixCls, "-inner")
}, generateConfig2.locale.getWeek(locale6.locale, date4)));
} : null;
var headerCells = [];
var weekDaysLocale = locale6.shortWeekDays || (generateConfig2.locale.getShortWeekDays ? generateConfig2.locale.getShortWeekDays(locale6.locale) : []);
if (prefixColumn) {
headerCells.push(React268.createElement("th", {
key: "empty"
}, React268.createElement("span", {
style: {
width: 0,
height: 0,
position: "absolute",
overflow: "hidden",
opacity: 0
}
}, locale6.week)));
}
for (var i = 0; i < WEEK_DAY_COUNT; i += 1) {
headerCells.push(React268.createElement("th", {
key: i
}, weekDaysLocale[(i + weekFirstDay) % WEEK_DAY_COUNT]));
}
var getCellDate = function getCellDate2(date4, offset3) {
return generateConfig2.addDate(date4, offset3);
};
var getCellText = function getCellText2(date4) {
return formatValue(date4, {
locale: locale6,
format: locale6.cellDateFormat,
generateConfig: generateConfig2
});
};
var getCellClassName = function getCellClassName2(date4) {
var classObj = _defineProperty(_defineProperty({}, "".concat(prefixCls, "-cell-in-view"), isSameMonth(generateConfig2, date4, pickerValue)), "".concat(prefixCls, "-cell-today"), isSameDate(generateConfig2, date4, now2));
return classObj;
};
var monthsLocale = locale6.shortMonths || (generateConfig2.locale.getShortMonths ? generateConfig2.locale.getShortMonths(locale6.locale) : []);
var yearNode = React268.createElement("button", {
type: "button",
"aria-label": locale6.yearSelect,
key: "year",
onClick: function onClick() {
onModeChange("year", pickerValue);
},
tabIndex: -1,
className: "".concat(prefixCls, "-year-btn")
}, formatValue(pickerValue, {
locale: locale6,
format: locale6.yearFormat,
generateConfig: generateConfig2
}));
var monthNode = React268.createElement("button", {
type: "button",
"aria-label": locale6.monthSelect,
key: "month",
onClick: function onClick() {
onModeChange("month", pickerValue);
},
tabIndex: -1,
className: "".concat(prefixCls, "-month-btn")
}, locale6.monthFormat ? formatValue(pickerValue, {
locale: locale6,
format: locale6.monthFormat,
generateConfig: generateConfig2
}) : monthsLocale[month]);
var monthYearNodes = locale6.monthBeforeYear ? [monthNode, yearNode] : [yearNode, monthNode];
return React268.createElement(PanelContext.Provider, {
value: info
}, React268.createElement("div", {
className: (0, import_classnames100.default)(panelPrefixCls, showWeek && "".concat(panelPrefixCls, "-show-week"))
}, React268.createElement(PanelHeader_default, {
offset: function offset3(distance) {
return generateConfig2.addMonth(pickerValue, distance);
},
superOffset: function superOffset(distance) {
return generateConfig2.addYear(pickerValue, distance);
},
onChange: onPickerValueChange,
getStart: function getStart(date4) {
return generateConfig2.setDate(date4, 1);
},
getEnd: function getEnd(date4) {
var clone = generateConfig2.setDate(date4, 1);
clone = generateConfig2.addMonth(clone, 1);
return generateConfig2.addDate(clone, -1);
}
}, monthYearNodes), React268.createElement(PanelBody, _extends({
titleFormat: locale6.fieldDateFormat
}, props, {
colNum: WEEK_DAY_COUNT,
rowNum: 6,
baseDate,
headerCells,
getCellDate,
getCellText,
getCellClassName,
prefixColumn,
cellSelection: !isWeek
}))));
}
// node_modules/rc-picker/es/PickerPanel/DateTimePanel/index.js
var React273 = __toESM(require_react());
// node_modules/rc-picker/es/PickerPanel/TimePanel/index.js
var import_classnames102 = __toESM(require_classnames());
var React272 = __toESM(require_react());
// node_modules/rc-picker/es/PickerPanel/TimePanel/TimePanelBody/index.js
var React271 = __toESM(require_react());
// node_modules/rc-picker/es/PickerPanel/TimePanel/TimePanelBody/TimeColumn.js
var import_classnames101 = __toESM(require_classnames());
var React270 = __toESM(require_react());
// node_modules/rc-picker/es/PickerPanel/TimePanel/TimePanelBody/useScrollTo.js
var React269 = __toESM(require_react());
var SPEED_PTG = 1 / 3;
function useScrollTo2(ulRef, value) {
var scrollingRef = React269.useRef(false);
var scrollRafRef = React269.useRef(null);
var scrollDistRef = React269.useRef(null);
var isScrolling = function isScrolling2() {
return scrollingRef.current;
};
var stopScroll = function stopScroll2() {
raf_default.cancel(scrollRafRef.current);
scrollingRef.current = false;
};
var scrollRafTimesRef = React269.useRef();
var startScroll = function startScroll2() {
var ul = ulRef.current;
scrollDistRef.current = null;
scrollRafTimesRef.current = 0;
if (ul) {
var targetLi = ul.querySelector('[data-value="'.concat(value, '"]'));
var firstLi = ul.querySelector("li");
var doScroll = function doScroll2() {
stopScroll();
scrollingRef.current = true;
scrollRafTimesRef.current += 1;
var currentTop = ul.scrollTop;
var firstLiTop = firstLi.offsetTop;
var targetLiTop = targetLi.offsetTop;
var targetTop = targetLiTop - firstLiTop;
if (targetLiTop === 0 && targetLi !== firstLi || !isVisible_default(ul)) {
if (scrollRafTimesRef.current <= 5) {
scrollRafRef.current = raf_default(doScroll2);
}
return;
}
var nextTop = currentTop + (targetTop - currentTop) * SPEED_PTG;
var dist = Math.abs(targetTop - nextTop);
if (scrollDistRef.current !== null && scrollDistRef.current < dist) {
stopScroll();
return;
}
scrollDistRef.current = dist;
if (dist <= 1) {
ul.scrollTop = targetTop;
stopScroll();
return;
}
ul.scrollTop = nextTop;
scrollRafRef.current = raf_default(doScroll2);
};
if (targetLi && firstLi) {
doScroll();
}
}
};
var syncScroll = useEvent(startScroll);
return [syncScroll, stopScroll, isScrolling];
}
// node_modules/rc-picker/es/PickerPanel/TimePanel/TimePanelBody/TimeColumn.js
var SCROLL_DELAY = 300;
function flattenUnits(units) {
return units.map(function(_ref) {
var value = _ref.value, label = _ref.label, disabled = _ref.disabled;
return [value, label, disabled].join(",");
}).join(";");
}
function TimeColumn(props) {
var units = props.units, value = props.value, optionalValue = props.optionalValue, type5 = props.type, onChange = props.onChange, onHover = props.onHover, onDblClick = props.onDblClick, changeOnScroll = props.changeOnScroll;
var _usePanelContext = usePanelContext(), prefixCls = _usePanelContext.prefixCls, cellRender = _usePanelContext.cellRender, now2 = _usePanelContext.now, locale6 = _usePanelContext.locale;
var panelPrefixCls = "".concat(prefixCls, "-time-panel");
var cellPrefixCls = "".concat(prefixCls, "-time-panel-cell");
var ulRef = React270.useRef(null);
var checkDelayRef = React270.useRef();
var clearDelayCheck = function clearDelayCheck2() {
clearTimeout(checkDelayRef.current);
};
var _useScrollTo = useScrollTo2(ulRef, value !== null && value !== void 0 ? value : optionalValue), _useScrollTo2 = _slicedToArray(_useScrollTo, 3), syncScroll = _useScrollTo2[0], stopScroll = _useScrollTo2[1], isScrolling = _useScrollTo2[2];
useLayoutEffect_default(function() {
syncScroll();
clearDelayCheck();
return function() {
stopScroll();
clearDelayCheck();
};
}, [value, optionalValue, flattenUnits(units)]);
var onInternalScroll = function onInternalScroll2(event) {
clearDelayCheck();
var target = event.target;
if (!isScrolling() && changeOnScroll) {
checkDelayRef.current = setTimeout(function() {
var ul = ulRef.current;
var firstLiTop = ul.querySelector("li").offsetTop;
var liList = Array.from(ul.querySelectorAll("li"));
var liTopList = liList.map(function(li) {
return li.offsetTop - firstLiTop;
});
var liDistList = liTopList.map(function(top, index3) {
if (units[index3].disabled) {
return Number.MAX_SAFE_INTEGER;
}
return Math.abs(top - target.scrollTop);
});
var minDist = Math.min.apply(Math, _toConsumableArray(liDistList));
var minDistIndex = liDistList.findIndex(function(dist) {
return dist === minDist;
});
var targetUnit = units[minDistIndex];
if (targetUnit && !targetUnit.disabled) {
onChange(targetUnit.value);
}
}, SCROLL_DELAY);
}
};
var columnPrefixCls = "".concat(panelPrefixCls, "-column");
return React270.createElement("ul", {
className: columnPrefixCls,
ref: ulRef,
"data-type": type5,
onScroll: onInternalScroll
}, units.map(function(_ref2) {
var label = _ref2.label, unitValue = _ref2.value, disabled = _ref2.disabled;
var inner = React270.createElement("div", {
className: "".concat(cellPrefixCls, "-inner")
}, label);
return React270.createElement("li", {
key: unitValue,
className: (0, import_classnames101.default)(cellPrefixCls, _defineProperty(_defineProperty({}, "".concat(cellPrefixCls, "-selected"), value === unitValue), "".concat(cellPrefixCls, "-disabled"), disabled)),
onClick: function onClick() {
if (!disabled) {
onChange(unitValue);
}
},
onDoubleClick: function onDoubleClick() {
if (!disabled && onDblClick) {
onDblClick();
}
},
onMouseEnter: function onMouseEnter() {
onHover(unitValue);
},
onMouseLeave: function onMouseLeave() {
onHover(null);
},
"data-value": unitValue
}, cellRender ? cellRender(unitValue, {
prefixCls,
originNode: inner,
today: now2,
type: "time",
subType: type5,
locale: locale6
}) : inner);
}));
}
// node_modules/rc-picker/es/PickerPanel/TimePanel/TimePanelBody/index.js
function isAM(hour) {
return hour < 12;
}
function TimePanelBody(props) {
var showHour = props.showHour, showMinute = props.showMinute, showSecond = props.showSecond, showMillisecond = props.showMillisecond, showMeridiem = props.use12Hours, changeOnScroll = props.changeOnScroll;
var _usePanelContext = usePanelContext(), prefixCls = _usePanelContext.prefixCls, values = _usePanelContext.values, generateConfig2 = _usePanelContext.generateConfig, locale6 = _usePanelContext.locale, onSelect = _usePanelContext.onSelect, _usePanelContext$onHo = _usePanelContext.onHover, onHover = _usePanelContext$onHo === void 0 ? function() {
} : _usePanelContext$onHo, pickerValue = _usePanelContext.pickerValue;
var value = (values === null || values === void 0 ? void 0 : values[0]) || null;
var _React$useContext = React271.useContext(PickerHackContext), onCellDblClick = _React$useContext.onCellDblClick;
var _useTimeInfo = useTimeInfo(generateConfig2, props, value), _useTimeInfo2 = _slicedToArray(_useTimeInfo, 5), getValidTime = _useTimeInfo2[0], rowHourUnits = _useTimeInfo2[1], getMinuteUnits = _useTimeInfo2[2], getSecondUnits = _useTimeInfo2[3], getMillisecondUnits = _useTimeInfo2[4];
var getUnitValue3 = function getUnitValue4(func) {
var valueUnitVal = value && generateConfig2[func](value);
var pickerUnitValue = pickerValue && generateConfig2[func](pickerValue);
return [valueUnitVal, pickerUnitValue];
};
var _getUnitValue = getUnitValue3("getHour"), _getUnitValue2 = _slicedToArray(_getUnitValue, 2), hour = _getUnitValue2[0], pickerHour = _getUnitValue2[1];
var _getUnitValue3 = getUnitValue3("getMinute"), _getUnitValue4 = _slicedToArray(_getUnitValue3, 2), minute = _getUnitValue4[0], pickerMinute = _getUnitValue4[1];
var _getUnitValue5 = getUnitValue3("getSecond"), _getUnitValue6 = _slicedToArray(_getUnitValue5, 2), second = _getUnitValue6[0], pickerSecond = _getUnitValue6[1];
var _getUnitValue7 = getUnitValue3("getMillisecond"), _getUnitValue8 = _slicedToArray(_getUnitValue7, 2), millisecond = _getUnitValue8[0], pickerMillisecond = _getUnitValue8[1];
var meridiem = hour === null ? null : isAM(hour) ? "am" : "pm";
var hourUnits = React271.useMemo(function() {
if (!showMeridiem) {
return rowHourUnits;
}
return isAM(hour) ? rowHourUnits.filter(function(h) {
return isAM(h.value);
}) : rowHourUnits.filter(function(h) {
return !isAM(h.value);
});
}, [hour, rowHourUnits, showMeridiem]);
var getEnabled = function getEnabled2(units, val) {
var _enabledUnits$;
var enabledUnits = units.filter(function(unit4) {
return !unit4.disabled;
});
return val !== null && val !== void 0 ? val : (
// Fallback to enabled value
enabledUnits === null || enabledUnits === void 0 || (_enabledUnits$ = enabledUnits[0]) === null || _enabledUnits$ === void 0 ? void 0 : _enabledUnits$.value
);
};
var validHour = getEnabled(rowHourUnits, hour);
var minuteUnits = React271.useMemo(function() {
return getMinuteUnits(validHour);
}, [getMinuteUnits, validHour]);
var validMinute = getEnabled(minuteUnits, minute);
var secondUnits = React271.useMemo(function() {
return getSecondUnits(validHour, validMinute);
}, [getSecondUnits, validHour, validMinute]);
var validSecond = getEnabled(secondUnits, second);
var millisecondUnits = React271.useMemo(function() {
return getMillisecondUnits(validHour, validMinute, validSecond);
}, [getMillisecondUnits, validHour, validMinute, validSecond]);
var validMillisecond = getEnabled(millisecondUnits, millisecond);
var meridiemUnits = React271.useMemo(function() {
if (!showMeridiem) {
return [];
}
var base = generateConfig2.getNow();
var amDate = generateConfig2.setHour(base, 6);
var pmDate = generateConfig2.setHour(base, 18);
var formatMeridiem = function formatMeridiem2(date4, defaultLabel) {
var cellMeridiemFormat = locale6.cellMeridiemFormat;
return cellMeridiemFormat ? formatValue(date4, {
generateConfig: generateConfig2,
locale: locale6,
format: cellMeridiemFormat
}) : defaultLabel;
};
return [{
label: formatMeridiem(amDate, "AM"),
value: "am",
disabled: rowHourUnits.every(function(h) {
return h.disabled || !isAM(h.value);
})
}, {
label: formatMeridiem(pmDate, "PM"),
value: "pm",
disabled: rowHourUnits.every(function(h) {
return h.disabled || isAM(h.value);
})
}];
}, [rowHourUnits, showMeridiem, generateConfig2, locale6]);
var triggerChange = function triggerChange2(nextDate) {
var validateDate = getValidTime(nextDate);
onSelect(validateDate);
};
var triggerDateTmpl = React271.useMemo(function() {
var tmpl = value || pickerValue || generateConfig2.getNow();
var isNotNull = function isNotNull2(num) {
return num !== null && num !== void 0;
};
if (isNotNull(hour)) {
tmpl = generateConfig2.setHour(tmpl, hour);
tmpl = generateConfig2.setMinute(tmpl, minute);
tmpl = generateConfig2.setSecond(tmpl, second);
tmpl = generateConfig2.setMillisecond(tmpl, millisecond);
} else if (isNotNull(pickerHour)) {
tmpl = generateConfig2.setHour(tmpl, pickerHour);
tmpl = generateConfig2.setMinute(tmpl, pickerMinute);
tmpl = generateConfig2.setSecond(tmpl, pickerSecond);
tmpl = generateConfig2.setMillisecond(tmpl, pickerMillisecond);
} else if (isNotNull(validHour)) {
tmpl = generateConfig2.setHour(tmpl, validHour);
tmpl = generateConfig2.setMinute(tmpl, validMinute);
tmpl = generateConfig2.setSecond(tmpl, validSecond);
tmpl = generateConfig2.setMillisecond(tmpl, validMillisecond);
}
return tmpl;
}, [value, pickerValue, hour, minute, second, millisecond, validHour, validMinute, validSecond, validMillisecond, pickerHour, pickerMinute, pickerSecond, pickerMillisecond, generateConfig2]);
var fillColumnValue = function fillColumnValue2(val, func) {
if (val === null) {
return null;
}
return generateConfig2[func](triggerDateTmpl, val);
};
var getNextHourTime = function getNextHourTime2(val) {
return fillColumnValue(val, "setHour");
};
var getNextMinuteTime = function getNextMinuteTime2(val) {
return fillColumnValue(val, "setMinute");
};
var getNextSecondTime = function getNextSecondTime2(val) {
return fillColumnValue(val, "setSecond");
};
var getNextMillisecondTime = function getNextMillisecondTime2(val) {
return fillColumnValue(val, "setMillisecond");
};
var getMeridiemTime = function getMeridiemTime2(val) {
if (val === null) {
return null;
}
if (val === "am" && !isAM(hour)) {
return generateConfig2.setHour(triggerDateTmpl, hour - 12);
} else if (val === "pm" && isAM(hour)) {
return generateConfig2.setHour(triggerDateTmpl, hour + 12);
}
return triggerDateTmpl;
};
var onHourChange = function onHourChange2(val) {
triggerChange(getNextHourTime(val));
};
var onMinuteChange = function onMinuteChange2(val) {
triggerChange(getNextMinuteTime(val));
};
var onSecondChange = function onSecondChange2(val) {
triggerChange(getNextSecondTime(val));
};
var onMillisecondChange = function onMillisecondChange2(val) {
triggerChange(getNextMillisecondTime(val));
};
var onMeridiemChange = function onMeridiemChange2(val) {
triggerChange(getMeridiemTime(val));
};
var onHourHover = function onHourHover2(val) {
onHover(getNextHourTime(val));
};
var onMinuteHover = function onMinuteHover2(val) {
onHover(getNextMinuteTime(val));
};
var onSecondHover = function onSecondHover2(val) {
onHover(getNextSecondTime(val));
};
var onMillisecondHover = function onMillisecondHover2(val) {
onHover(getNextMillisecondTime(val));
};
var onMeridiemHover = function onMeridiemHover2(val) {
onHover(getMeridiemTime(val));
};
var sharedColumnProps = {
onDblClick: onCellDblClick,
changeOnScroll
};
return React271.createElement("div", {
className: "".concat(prefixCls, "-content")
}, showHour && React271.createElement(TimeColumn, _extends({
units: hourUnits,
value: hour,
optionalValue: pickerHour,
type: "hour",
onChange: onHourChange,
onHover: onHourHover
}, sharedColumnProps)), showMinute && React271.createElement(TimeColumn, _extends({
units: minuteUnits,
value: minute,
optionalValue: pickerMinute,
type: "minute",
onChange: onMinuteChange,
onHover: onMinuteHover
}, sharedColumnProps)), showSecond && React271.createElement(TimeColumn, _extends({
units: secondUnits,
value: second,
optionalValue: pickerSecond,
type: "second",
onChange: onSecondChange,
onHover: onSecondHover
}, sharedColumnProps)), showMillisecond && React271.createElement(TimeColumn, _extends({
units: millisecondUnits,
value: millisecond,
optionalValue: pickerMillisecond,
type: "millisecond",
onChange: onMillisecondChange,
onHover: onMillisecondHover
}, sharedColumnProps)), showMeridiem && React271.createElement(TimeColumn, _extends({
units: meridiemUnits,
value: meridiem,
type: "meridiem",
onChange: onMeridiemChange,
onHover: onMeridiemHover
}, sharedColumnProps)));
}
// node_modules/rc-picker/es/PickerPanel/TimePanel/index.js
function TimePanel(props) {
var prefixCls = props.prefixCls, value = props.value, locale6 = props.locale, generateConfig2 = props.generateConfig, showTime = props.showTime;
var _ref = showTime || {}, format3 = _ref.format;
var panelPrefixCls = "".concat(prefixCls, "-time-panel");
var _useInfo = useInfo(props, "time"), _useInfo2 = _slicedToArray(_useInfo, 1), info = _useInfo2[0];
return React272.createElement(PanelContext.Provider, {
value: info
}, React272.createElement("div", {
className: (0, import_classnames102.default)(panelPrefixCls)
}, React272.createElement(PanelHeader_default, null, value ? formatValue(value, {
locale: locale6,
format: format3,
generateConfig: generateConfig2
}) : " "), React272.createElement(TimePanelBody, showTime)));
}
// node_modules/rc-picker/es/PickerPanel/DateTimePanel/index.js
function DateTimePanel(props) {
var prefixCls = props.prefixCls, generateConfig2 = props.generateConfig, showTime = props.showTime, onSelect = props.onSelect, value = props.value, pickerValue = props.pickerValue, onHover = props.onHover;
var panelPrefixCls = "".concat(prefixCls, "-datetime-panel");
var _useTimeInfo = useTimeInfo(generateConfig2, showTime), _useTimeInfo2 = _slicedToArray(_useTimeInfo, 1), getValidTime = _useTimeInfo2[0];
var mergeTime = function mergeTime2(date4) {
if (value) {
return fillTime(generateConfig2, date4, value);
}
return fillTime(generateConfig2, date4, pickerValue);
};
var onDateHover = function onDateHover2(date4) {
onHover === null || onHover === void 0 || onHover(date4 ? mergeTime(date4) : date4);
};
var onDateSelect = function onDateSelect2(date4) {
var cloneDate = mergeTime(date4);
onSelect(getValidTime(cloneDate, cloneDate));
};
return React273.createElement("div", {
className: panelPrefixCls
}, React273.createElement(DatePanel, _extends({}, props, {
onSelect: onDateSelect,
onHover: onDateHover
})), React273.createElement(TimePanel, props));
}
// node_modules/rc-picker/es/PickerPanel/DecadePanel/index.js
var React274 = __toESM(require_react());
function DecadePanel(props) {
var prefixCls = props.prefixCls, locale6 = props.locale, generateConfig2 = props.generateConfig, pickerValue = props.pickerValue, disabledDate = props.disabledDate, onPickerValueChange = props.onPickerValueChange;
var panelPrefixCls = "".concat(prefixCls, "-decade-panel");
var _useInfo = useInfo(props, "decade"), _useInfo2 = _slicedToArray(_useInfo, 1), info = _useInfo2[0];
var getStartYear = function getStartYear2(date4) {
var startYear = Math.floor(generateConfig2.getYear(date4) / 100) * 100;
return generateConfig2.setYear(date4, startYear);
};
var getEndYear = function getEndYear2(date4) {
var startYear = getStartYear(date4);
return generateConfig2.addYear(startYear, 99);
};
var startYearDate = getStartYear(pickerValue);
var endYearDate = getEndYear(pickerValue);
var baseDate = generateConfig2.addYear(startYearDate, -10);
var getCellDate = function getCellDate2(date4, offset3) {
return generateConfig2.addYear(date4, offset3 * 10);
};
var getCellText = function getCellText2(date4) {
var cellYearFormat = locale6.cellYearFormat;
var startYearStr = formatValue(date4, {
locale: locale6,
format: cellYearFormat,
generateConfig: generateConfig2
});
var endYearStr = formatValue(generateConfig2.addYear(date4, 9), {
locale: locale6,
format: cellYearFormat,
generateConfig: generateConfig2
});
return "".concat(startYearStr, "-").concat(endYearStr);
};
var getCellClassName = function getCellClassName2(date4) {
return _defineProperty({}, "".concat(prefixCls, "-cell-in-view"), isSameDecade(generateConfig2, date4, startYearDate) || isSameDecade(generateConfig2, date4, endYearDate) || isInRange(generateConfig2, startYearDate, endYearDate, date4));
};
var mergedDisabledDate = disabledDate ? function(currentDate, disabledInfo) {
var baseStartDate = generateConfig2.setDate(currentDate, 1);
var baseStartMonth = generateConfig2.setMonth(baseStartDate, 0);
var baseStartYear = generateConfig2.setYear(baseStartMonth, Math.floor(generateConfig2.getYear(baseStartMonth) / 10) * 10);
var baseEndYear = generateConfig2.addYear(baseStartYear, 10);
var baseEndDate = generateConfig2.addDate(baseEndYear, -1);
return disabledDate(baseStartYear, disabledInfo) && disabledDate(baseEndDate, disabledInfo);
} : null;
var yearNode = "".concat(formatValue(startYearDate, {
locale: locale6,
format: locale6.yearFormat,
generateConfig: generateConfig2
}), "-").concat(formatValue(endYearDate, {
locale: locale6,
format: locale6.yearFormat,
generateConfig: generateConfig2
}));
return React274.createElement(PanelContext.Provider, {
value: info
}, React274.createElement("div", {
className: panelPrefixCls
}, React274.createElement(PanelHeader_default, {
superOffset: function superOffset(distance) {
return generateConfig2.addYear(pickerValue, distance * 100);
},
onChange: onPickerValueChange,
getStart: getStartYear,
getEnd: getEndYear
}, yearNode), React274.createElement(PanelBody, _extends({}, props, {
disabledDate: mergedDisabledDate,
colNum: 3,
rowNum: 4,
baseDate,
getCellDate,
getCellText,
getCellClassName
}))));
}
// node_modules/rc-picker/es/PickerPanel/MonthPanel/index.js
var React275 = __toESM(require_react());
function MonthPanel(props) {
var prefixCls = props.prefixCls, locale6 = props.locale, generateConfig2 = props.generateConfig, pickerValue = props.pickerValue, disabledDate = props.disabledDate, onPickerValueChange = props.onPickerValueChange, onModeChange = props.onModeChange;
var panelPrefixCls = "".concat(prefixCls, "-month-panel");
var _useInfo = useInfo(props, "month"), _useInfo2 = _slicedToArray(_useInfo, 1), info = _useInfo2[0];
var baseDate = generateConfig2.setMonth(pickerValue, 0);
var monthsLocale = locale6.shortMonths || (generateConfig2.locale.getShortMonths ? generateConfig2.locale.getShortMonths(locale6.locale) : []);
var getCellDate = function getCellDate2(date4, offset3) {
return generateConfig2.addMonth(date4, offset3);
};
var getCellText = function getCellText2(date4) {
var month = generateConfig2.getMonth(date4);
return locale6.monthFormat ? formatValue(date4, {
locale: locale6,
format: locale6.monthFormat,
generateConfig: generateConfig2
}) : monthsLocale[month];
};
var getCellClassName = function getCellClassName2() {
return _defineProperty({}, "".concat(prefixCls, "-cell-in-view"), true);
};
var mergedDisabledDate = disabledDate ? function(currentDate, disabledInfo) {
var startDate = generateConfig2.setDate(currentDate, 1);
var nextMonthStartDate = generateConfig2.setMonth(startDate, generateConfig2.getMonth(startDate) + 1);
var endDate = generateConfig2.addDate(nextMonthStartDate, -1);
return disabledDate(startDate, disabledInfo) && disabledDate(endDate, disabledInfo);
} : null;
var yearNode = React275.createElement("button", {
type: "button",
key: "year",
"aria-label": locale6.yearSelect,
onClick: function onClick() {
onModeChange("year");
},
tabIndex: -1,
className: "".concat(prefixCls, "-year-btn")
}, formatValue(pickerValue, {
locale: locale6,
format: locale6.yearFormat,
generateConfig: generateConfig2
}));
return React275.createElement(PanelContext.Provider, {
value: info
}, React275.createElement("div", {
className: panelPrefixCls
}, React275.createElement(PanelHeader_default, {
superOffset: function superOffset(distance) {
return generateConfig2.addYear(pickerValue, distance);
},
onChange: onPickerValueChange,
getStart: function getStart(date4) {
return generateConfig2.setMonth(date4, 0);
},
getEnd: function getEnd(date4) {
return generateConfig2.setMonth(date4, 11);
}
}, yearNode), React275.createElement(PanelBody, _extends({}, props, {
disabledDate: mergedDisabledDate,
titleFormat: locale6.fieldMonthFormat,
colNum: 3,
rowNum: 4,
baseDate,
getCellDate,
getCellText,
getCellClassName
}))));
}
// node_modules/rc-picker/es/PickerPanel/QuarterPanel/index.js
var React276 = __toESM(require_react());
function QuarterPanel(props) {
var prefixCls = props.prefixCls, locale6 = props.locale, generateConfig2 = props.generateConfig, pickerValue = props.pickerValue, onPickerValueChange = props.onPickerValueChange, onModeChange = props.onModeChange;
var panelPrefixCls = "".concat(prefixCls, "-quarter-panel");
var _useInfo = useInfo(props, "quarter"), _useInfo2 = _slicedToArray(_useInfo, 1), info = _useInfo2[0];
var baseDate = generateConfig2.setMonth(pickerValue, 0);
var getCellDate = function getCellDate2(date4, offset3) {
return generateConfig2.addMonth(date4, offset3 * 3);
};
var getCellText = function getCellText2(date4) {
return formatValue(date4, {
locale: locale6,
format: locale6.cellQuarterFormat,
generateConfig: generateConfig2
});
};
var getCellClassName = function getCellClassName2() {
return _defineProperty({}, "".concat(prefixCls, "-cell-in-view"), true);
};
var yearNode = React276.createElement("button", {
type: "button",
key: "year",
"aria-label": locale6.yearSelect,
onClick: function onClick() {
onModeChange("year");
},
tabIndex: -1,
className: "".concat(prefixCls, "-year-btn")
}, formatValue(pickerValue, {
locale: locale6,
format: locale6.yearFormat,
generateConfig: generateConfig2
}));
return React276.createElement(PanelContext.Provider, {
value: info
}, React276.createElement("div", {
className: panelPrefixCls
}, React276.createElement(PanelHeader_default, {
superOffset: function superOffset(distance) {
return generateConfig2.addYear(pickerValue, distance);
},
onChange: onPickerValueChange,
getStart: function getStart(date4) {
return generateConfig2.setMonth(date4, 0);
},
getEnd: function getEnd(date4) {
return generateConfig2.setMonth(date4, 11);
}
}, yearNode), React276.createElement(PanelBody, _extends({}, props, {
titleFormat: locale6.fieldQuarterFormat,
colNum: 4,
rowNum: 1,
baseDate,
getCellDate,
getCellText,
getCellClassName
}))));
}
// node_modules/rc-picker/es/PickerPanel/WeekPanel/index.js
var import_classnames103 = __toESM(require_classnames());
var React277 = __toESM(require_react());
function WeekPanel(props) {
var prefixCls = props.prefixCls, generateConfig2 = props.generateConfig, locale6 = props.locale, value = props.value, hoverValue = props.hoverValue, hoverRangeValue = props.hoverRangeValue;
var localeName = locale6.locale;
var rowPrefixCls = "".concat(prefixCls, "-week-panel-row");
var rowClassName = function rowClassName2(currentDate) {
var rangeCls = {};
if (hoverRangeValue) {
var _hoverRangeValue = _slicedToArray(hoverRangeValue, 2), rangeStart = _hoverRangeValue[0], rangeEnd = _hoverRangeValue[1];
var isRangeStart = isSameWeek(generateConfig2, localeName, rangeStart, currentDate);
var isRangeEnd = isSameWeek(generateConfig2, localeName, rangeEnd, currentDate);
rangeCls["".concat(rowPrefixCls, "-range-start")] = isRangeStart;
rangeCls["".concat(rowPrefixCls, "-range-end")] = isRangeEnd;
rangeCls["".concat(rowPrefixCls, "-range-hover")] = !isRangeStart && !isRangeEnd && isInRange(generateConfig2, rangeStart, rangeEnd, currentDate);
}
if (hoverValue) {
rangeCls["".concat(rowPrefixCls, "-hover")] = hoverValue.some(function(date4) {
return isSameWeek(generateConfig2, localeName, currentDate, date4);
});
}
return (0, import_classnames103.default)(
rowPrefixCls,
_defineProperty({}, "".concat(rowPrefixCls, "-selected"), !hoverRangeValue && isSameWeek(generateConfig2, localeName, value, currentDate)),
// Patch for hover range
rangeCls
);
};
return React277.createElement(DatePanel, _extends({}, props, {
mode: "week",
panelName: "week",
rowClassName
}));
}
// node_modules/rc-picker/es/PickerPanel/YearPanel/index.js
var React278 = __toESM(require_react());
function YearPanel(props) {
var prefixCls = props.prefixCls, locale6 = props.locale, generateConfig2 = props.generateConfig, pickerValue = props.pickerValue, disabledDate = props.disabledDate, onPickerValueChange = props.onPickerValueChange, onModeChange = props.onModeChange;
var panelPrefixCls = "".concat(prefixCls, "-year-panel");
var _useInfo = useInfo(props, "year"), _useInfo2 = _slicedToArray(_useInfo, 1), info = _useInfo2[0];
var getStartYear = function getStartYear2(date4) {
var startYear = Math.floor(generateConfig2.getYear(date4) / 10) * 10;
return generateConfig2.setYear(date4, startYear);
};
var getEndYear = function getEndYear2(date4) {
var startYear = getStartYear(date4);
return generateConfig2.addYear(startYear, 9);
};
var startYearDate = getStartYear(pickerValue);
var endYearDate = getEndYear(pickerValue);
var baseDate = generateConfig2.addYear(startYearDate, -1);
var getCellDate = function getCellDate2(date4, offset3) {
return generateConfig2.addYear(date4, offset3);
};
var getCellText = function getCellText2(date4) {
return formatValue(date4, {
locale: locale6,
format: locale6.cellYearFormat,
generateConfig: generateConfig2
});
};
var getCellClassName = function getCellClassName2(date4) {
return _defineProperty({}, "".concat(prefixCls, "-cell-in-view"), isSameYear(generateConfig2, date4, startYearDate) || isSameYear(generateConfig2, date4, endYearDate) || isInRange(generateConfig2, startYearDate, endYearDate, date4));
};
var mergedDisabledDate = disabledDate ? function(currentDate, disabledInfo) {
var startMonth = generateConfig2.setMonth(currentDate, 0);
var startDate = generateConfig2.setDate(startMonth, 1);
var endMonth = generateConfig2.addYear(startDate, 1);
var endDate = generateConfig2.addDate(endMonth, -1);
return disabledDate(startDate, disabledInfo) && disabledDate(endDate, disabledInfo);
} : null;
var yearNode = React278.createElement("button", {
type: "button",
key: "decade",
"aria-label": locale6.decadeSelect,
onClick: function onClick() {
onModeChange("decade");
},
tabIndex: -1,
className: "".concat(prefixCls, "-decade-btn")
}, formatValue(startYearDate, {
locale: locale6,
format: locale6.yearFormat,
generateConfig: generateConfig2
}), "-", formatValue(endYearDate, {
locale: locale6,
format: locale6.yearFormat,
generateConfig: generateConfig2
}));
return React278.createElement(PanelContext.Provider, {
value: info
}, React278.createElement("div", {
className: panelPrefixCls
}, React278.createElement(PanelHeader_default, {
superOffset: function superOffset(distance) {
return generateConfig2.addYear(pickerValue, distance * 10);
},
onChange: onPickerValueChange,
getStart: getStartYear,
getEnd: getEndYear
}, yearNode), React278.createElement(PanelBody, _extends({}, props, {
disabledDate: mergedDisabledDate,
titleFormat: locale6.fieldYearFormat,
colNum: 3,
rowNum: 4,
baseDate,
getCellDate,
getCellText,
getCellClassName
}))));
}
// node_modules/rc-picker/es/PickerPanel/index.js
var DefaultComponents = {
date: DatePanel,
datetime: DateTimePanel,
week: WeekPanel,
month: MonthPanel,
quarter: QuarterPanel,
year: YearPanel,
decade: DecadePanel,
time: TimePanel
};
function PickerPanel(props, ref) {
var _React$useContext;
var locale6 = props.locale, generateConfig2 = props.generateConfig, direction = props.direction, prefixCls = props.prefixCls, _props$tabIndex = props.tabIndex, tabIndex = _props$tabIndex === void 0 ? 0 : _props$tabIndex, multiple = props.multiple, defaultValue = props.defaultValue, value = props.value, onChange = props.onChange, onSelect = props.onSelect, defaultPickerValue = props.defaultPickerValue, pickerValue = props.pickerValue, onPickerValueChange = props.onPickerValueChange, mode = props.mode, onPanelChange = props.onPanelChange, _props$picker = props.picker, picker = _props$picker === void 0 ? "date" : _props$picker, showTime = props.showTime, hoverValue = props.hoverValue, hoverRangeValue = props.hoverRangeValue, cellRender = props.cellRender, dateRender = props.dateRender, monthCellRender = props.monthCellRender, _props$components = props.components, components2 = _props$components === void 0 ? {} : _props$components, hideHeader = props.hideHeader;
var mergedPrefixCls = ((_React$useContext = React279.useContext(context_default6)) === null || _React$useContext === void 0 ? void 0 : _React$useContext.prefixCls) || prefixCls || "rc-picker";
var rootRef = React279.useRef();
React279.useImperativeHandle(ref, function() {
return {
nativeElement: rootRef.current
};
});
var _getTimeProps = getTimeProps(props), _getTimeProps2 = _slicedToArray(_getTimeProps, 4), timeProps = _getTimeProps2[0], localeTimeProps = _getTimeProps2[1], showTimeFormat = _getTimeProps2[2], propFormat = _getTimeProps2[3];
var filledLocale = useLocale2(locale6, localeTimeProps);
var internalPicker = picker === "date" && showTime ? "datetime" : picker;
var mergedShowTime = React279.useMemo(function() {
return fillShowTimeConfig(internalPicker, showTimeFormat, propFormat, timeProps, filledLocale);
}, [internalPicker, showTimeFormat, propFormat, timeProps, filledLocale]);
var now2 = generateConfig2.getNow();
var _useMergedState = useMergedState(picker, {
value: mode,
postState: function postState(val) {
return val || "date";
}
}), _useMergedState2 = _slicedToArray(_useMergedState, 2), mergedMode = _useMergedState2[0], setMergedMode = _useMergedState2[1];
var internalMode = mergedMode === "date" && mergedShowTime ? "datetime" : mergedMode;
var toggleDates = useToggleDates(generateConfig2, locale6, internalPicker);
var _useMergedState3 = useMergedState(defaultValue, {
value
}), _useMergedState4 = _slicedToArray(_useMergedState3, 2), innerValue = _useMergedState4[0], setMergedValue = _useMergedState4[1];
var mergedValue = React279.useMemo(function() {
var values = toArray5(innerValue).filter(function(val) {
return val;
});
return multiple ? values : values.slice(0, 1);
}, [innerValue, multiple]);
var triggerChange = useEvent(function(nextValue) {
setMergedValue(nextValue);
if (onChange && (nextValue === null || mergedValue.length !== nextValue.length || mergedValue.some(function(ori, index3) {
return !isSame(generateConfig2, locale6, ori, nextValue[index3], internalPicker);
}))) {
onChange === null || onChange === void 0 || onChange(multiple ? nextValue : nextValue[0]);
}
});
var onInternalSelect = useEvent(function(newDate) {
onSelect === null || onSelect === void 0 || onSelect(newDate);
if (mergedMode === picker) {
var nextValues = multiple ? toggleDates(mergedValue, newDate) : [newDate];
triggerChange(nextValues);
}
});
var _useMergedState5 = useMergedState(defaultPickerValue || mergedValue[0] || now2, {
value: pickerValue
}), _useMergedState6 = _slicedToArray(_useMergedState5, 2), mergedPickerValue = _useMergedState6[0], setInternalPickerValue = _useMergedState6[1];
React279.useEffect(function() {
if (mergedValue[0] && !pickerValue) {
setInternalPickerValue(mergedValue[0]);
}
}, [mergedValue[0]]);
var triggerPanelChange = function triggerPanelChange2(viewDate, nextMode) {
onPanelChange === null || onPanelChange === void 0 || onPanelChange(viewDate || pickerValue, nextMode || mergedMode);
};
var setPickerValue = function setPickerValue2(nextPickerValue) {
var triggerPanelEvent = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : false;
setInternalPickerValue(nextPickerValue);
onPickerValueChange === null || onPickerValueChange === void 0 || onPickerValueChange(nextPickerValue);
if (triggerPanelEvent) {
triggerPanelChange(nextPickerValue);
}
};
var triggerModeChange = function triggerModeChange2(nextMode, viewDate) {
setMergedMode(nextMode);
if (viewDate) {
setPickerValue(viewDate);
}
triggerPanelChange(viewDate, nextMode);
};
var onPanelValueSelect = function onPanelValueSelect2(nextValue) {
onInternalSelect(nextValue);
setPickerValue(nextValue);
if (mergedMode !== picker) {
var decadeYearQueue = ["decade", "year"];
var decadeYearMonthQueue = [].concat(decadeYearQueue, ["month"]);
var pickerQueue = {
quarter: [].concat(decadeYearQueue, ["quarter"]),
week: [].concat(_toConsumableArray(decadeYearMonthQueue), ["week"]),
date: [].concat(_toConsumableArray(decadeYearMonthQueue), ["date"])
};
var queue = pickerQueue[picker] || decadeYearMonthQueue;
var index3 = queue.indexOf(mergedMode);
var nextMode = queue[index3 + 1];
if (nextMode) {
triggerModeChange(nextMode, nextValue);
}
}
};
var hoverRangeDate = React279.useMemo(function() {
var start;
var end;
if (Array.isArray(hoverRangeValue)) {
var _hoverRangeValue = _slicedToArray(hoverRangeValue, 2);
start = _hoverRangeValue[0];
end = _hoverRangeValue[1];
} else {
start = hoverRangeValue;
}
if (!start && !end) {
return null;
}
start = start || end;
end = end || start;
return generateConfig2.isAfter(start, end) ? [end, start] : [start, end];
}, [hoverRangeValue, generateConfig2]);
var onInternalCellRender = useCellRender(cellRender, dateRender, monthCellRender);
var PanelComponent = components2[internalMode] || DefaultComponents[internalMode] || DatePanel;
var parentHackContext = React279.useContext(PickerHackContext);
var pickerPanelContext = React279.useMemo(function() {
return _objectSpread2(_objectSpread2({}, parentHackContext), {}, {
hideHeader
});
}, [parentHackContext, hideHeader]);
if (true) {
warning_default(!mergedValue || mergedValue.every(function(val) {
return generateConfig2.isValidate(val);
}), "Invalidate date pass to `value` or `defaultValue`.");
}
var panelCls = "".concat(mergedPrefixCls, "-panel");
var panelProps = pickProps(props, [
// Week
"showWeek",
// Icons
"prevIcon",
"nextIcon",
"superPrevIcon",
"superNextIcon",
// Disabled
"disabledDate",
"minDate",
"maxDate",
// Hover
"onHover"
]);
return React279.createElement(PickerHackContext.Provider, {
value: pickerPanelContext
}, React279.createElement("div", {
ref: rootRef,
tabIndex,
className: (0, import_classnames104.default)(panelCls, _defineProperty({}, "".concat(panelCls, "-rtl"), direction === "rtl"))
}, React279.createElement(PanelComponent, _extends({}, panelProps, {
// Time
showTime: mergedShowTime,
prefixCls: mergedPrefixCls,
locale: filledLocale,
generateConfig: generateConfig2,
onModeChange: triggerModeChange,
pickerValue: mergedPickerValue,
onPickerValueChange: function onPickerValueChange2(nextPickerValue) {
setPickerValue(nextPickerValue, true);
},
value: mergedValue[0],
onSelect: onPanelValueSelect,
values: mergedValue,
cellRender: onInternalCellRender,
hoverRangeValue: hoverRangeDate,
hoverValue
}))));
}
var RefPanelPicker = React279.memo(React279.forwardRef(PickerPanel));
if (true) {
RefPanelPicker.displayName = "PanelPicker";
}
var PickerPanel_default = RefPanelPicker;
// node_modules/rc-picker/es/PickerInput/Popup/PopupPanel.js
function PopupPanel(props) {
var picker = props.picker, multiplePanel = props.multiplePanel, pickerValue = props.pickerValue, onPickerValueChange = props.onPickerValueChange, needConfirm = props.needConfirm, onSubmit = props.onSubmit, range3 = props.range, hoverValue = props.hoverValue;
var _React$useContext = React280.useContext(context_default6), prefixCls = _React$useContext.prefixCls, generateConfig2 = _React$useContext.generateConfig;
var internalOffsetDate = React280.useCallback(function(date4, offset3) {
return offsetPanelDate(generateConfig2, picker, date4, offset3);
}, [generateConfig2, picker]);
var nextPickerValue = React280.useMemo(function() {
return internalOffsetDate(pickerValue, 1);
}, [pickerValue, internalOffsetDate]);
var onSecondPickerValueChange = function onSecondPickerValueChange2(nextDate) {
onPickerValueChange(internalOffsetDate(nextDate, -1));
};
var sharedContext = {
onCellDblClick: function onCellDblClick() {
if (needConfirm) {
onSubmit();
}
}
};
var hideHeader = picker === "time";
var pickerProps = _objectSpread2(_objectSpread2({}, props), {}, {
hoverValue: null,
hoverRangeValue: null,
hideHeader
});
if (range3) {
pickerProps.hoverRangeValue = hoverValue;
} else {
pickerProps.hoverValue = hoverValue;
}
if (multiplePanel) {
return React280.createElement("div", {
className: "".concat(prefixCls, "-panels")
}, React280.createElement(PickerHackContext.Provider, {
value: _objectSpread2(_objectSpread2({}, sharedContext), {}, {
hideNext: true
})
}, React280.createElement(PickerPanel_default, pickerProps)), React280.createElement(PickerHackContext.Provider, {
value: _objectSpread2(_objectSpread2({}, sharedContext), {}, {
hidePrev: true
})
}, React280.createElement(PickerPanel_default, _extends({}, pickerProps, {
pickerValue: nextPickerValue,
onPickerValueChange: onSecondPickerValueChange
}))));
}
return React280.createElement(PickerHackContext.Provider, {
value: _objectSpread2({}, sharedContext)
}, React280.createElement(PickerPanel_default, pickerProps));
}
// node_modules/rc-picker/es/PickerInput/Popup/PresetPanel.js
var React281 = __toESM(require_react());
function executeValue(value) {
return typeof value === "function" ? value() : value;
}
function PresetPanel(props) {
var prefixCls = props.prefixCls, presets = props.presets, _onClick = props.onClick, onHover = props.onHover;
if (!presets.length) {
return null;
}
return React281.createElement("div", {
className: "".concat(prefixCls, "-presets")
}, React281.createElement("ul", null, presets.map(function(_ref, index3) {
var label = _ref.label, value = _ref.value;
return React281.createElement("li", {
key: index3,
onClick: function onClick() {
_onClick(executeValue(value));
},
onMouseEnter: function onMouseEnter() {
onHover(executeValue(value));
},
onMouseLeave: function onMouseLeave() {
onHover(null);
}
}, label);
})));
}
// node_modules/rc-picker/es/PickerInput/Popup/index.js
function Popup3(props) {
var panelRender = props.panelRender, internalMode = props.internalMode, picker = props.picker, showNow = props.showNow, range3 = props.range, multiple = props.multiple, _props$activeInfo = props.activeInfo, activeInfo = _props$activeInfo === void 0 ? [0, 0, 0] : _props$activeInfo, presets = props.presets, onPresetHover = props.onPresetHover, onPresetSubmit = props.onPresetSubmit, onFocus = props.onFocus, onBlur = props.onBlur, onPanelMouseDown = props.onPanelMouseDown, direction = props.direction, value = props.value, onSelect = props.onSelect, isInvalid = props.isInvalid, defaultOpenValue = props.defaultOpenValue, onOk = props.onOk, onSubmit = props.onSubmit;
var _React$useContext = React282.useContext(context_default6), prefixCls = _React$useContext.prefixCls;
var panelPrefixCls = "".concat(prefixCls, "-panel");
var rtl = direction === "rtl";
var arrowRef = React282.useRef(null);
var wrapperRef = React282.useRef(null);
var _React$useState = React282.useState(0), _React$useState2 = _slicedToArray(_React$useState, 2), containerWidth = _React$useState2[0], setContainerWidth = _React$useState2[1];
var _React$useState3 = React282.useState(0), _React$useState4 = _slicedToArray(_React$useState3, 2), containerOffset = _React$useState4[0], setContainerOffset = _React$useState4[1];
var _React$useState5 = React282.useState(0), _React$useState6 = _slicedToArray(_React$useState5, 2), arrowOffset = _React$useState6[0], setArrowOffset = _React$useState6[1];
var onResize2 = function onResize3(info) {
if (info.width) {
setContainerWidth(info.width);
}
};
var _activeInfo = _slicedToArray(activeInfo, 3), activeInputLeft = _activeInfo[0], activeInputRight = _activeInfo[1], selectorWidth = _activeInfo[2];
var _React$useState7 = React282.useState(0), _React$useState8 = _slicedToArray(_React$useState7, 2), retryTimes = _React$useState8[0], setRetryTimes = _React$useState8[1];
React282.useEffect(function() {
setRetryTimes(10);
}, [activeInputLeft]);
React282.useEffect(function() {
if (range3 && wrapperRef.current) {
var _arrowRef$current;
var arrowWidth = ((_arrowRef$current = arrowRef.current) === null || _arrowRef$current === void 0 ? void 0 : _arrowRef$current.offsetWidth) || 0;
var wrapperRect = wrapperRef.current.getBoundingClientRect();
if (!wrapperRect.height || wrapperRect.right < 0) {
setRetryTimes(function(times) {
return Math.max(0, times - 1);
});
return;
}
var nextArrowOffset = (rtl ? activeInputRight - arrowWidth : activeInputLeft) - wrapperRect.left;
setArrowOffset(nextArrowOffset);
if (containerWidth && containerWidth < selectorWidth) {
var offset3 = rtl ? wrapperRect.right - (activeInputRight - arrowWidth + containerWidth) : activeInputLeft + arrowWidth - wrapperRect.left - containerWidth;
var safeOffset = Math.max(0, offset3);
setContainerOffset(safeOffset);
} else {
setContainerOffset(0);
}
}
}, [retryTimes, rtl, containerWidth, activeInputLeft, activeInputRight, selectorWidth, range3]);
function filterEmpty(list) {
return list.filter(function(item) {
return item;
});
}
var valueList = React282.useMemo(function() {
return filterEmpty(toArray5(value));
}, [value]);
var isTimePickerEmptyValue = picker === "time" && !valueList.length;
var footerSubmitValue = React282.useMemo(function() {
if (isTimePickerEmptyValue) {
return filterEmpty([defaultOpenValue]);
}
return valueList;
}, [isTimePickerEmptyValue, valueList, defaultOpenValue]);
var popupPanelValue = isTimePickerEmptyValue ? defaultOpenValue : valueList;
var disableSubmit = React282.useMemo(function() {
if (!footerSubmitValue.length) {
return true;
}
return footerSubmitValue.some(function(val) {
return isInvalid(val);
});
}, [footerSubmitValue, isInvalid]);
var onFooterSubmit = function onFooterSubmit2() {
if (isTimePickerEmptyValue) {
onSelect(defaultOpenValue);
}
onOk();
onSubmit();
};
var mergedNodes = React282.createElement("div", {
className: "".concat(prefixCls, "-panel-layout")
}, React282.createElement(PresetPanel, {
prefixCls,
presets,
onClick: onPresetSubmit,
onHover: onPresetHover
}), React282.createElement("div", null, React282.createElement(PopupPanel, _extends({}, props, {
value: popupPanelValue
})), React282.createElement(Footer2, _extends({}, props, {
showNow: multiple ? false : showNow,
invalid: disableSubmit,
onSubmit: onFooterSubmit
}))));
if (panelRender) {
mergedNodes = panelRender(mergedNodes);
}
var containerPrefixCls = "".concat(panelPrefixCls, "-container");
var marginLeft = "marginLeft";
var marginRight = "marginRight";
var renderNode = React282.createElement("div", {
onMouseDown: onPanelMouseDown,
tabIndex: -1,
className: (0, import_classnames105.default)(
containerPrefixCls,
// Used for Today Button style, safe to remove if no need
"".concat(prefixCls, "-").concat(internalMode, "-panel-container")
),
style: _defineProperty(_defineProperty({}, rtl ? marginRight : marginLeft, containerOffset), rtl ? marginLeft : marginRight, "auto"),
onFocus,
onBlur
}, mergedNodes);
if (range3) {
renderNode = React282.createElement("div", {
onMouseDown: onPanelMouseDown,
ref: wrapperRef,
className: (0, import_classnames105.default)("".concat(prefixCls, "-range-wrapper"), "".concat(prefixCls, "-").concat(picker, "-range-wrapper"))
}, React282.createElement("div", {
ref: arrowRef,
className: "".concat(prefixCls, "-range-arrow"),
style: {
left: arrowOffset
}
}), React282.createElement(es_default, {
onResize: onResize2
}, renderNode));
}
return renderNode;
}
// node_modules/rc-picker/es/PickerInput/Selector/RangeSelector.js
var import_classnames107 = __toESM(require_classnames());
var React287 = __toESM(require_react());
// node_modules/rc-picker/es/PickerInput/Selector/hooks/useInputProps.js
var React283 = __toESM(require_react());
function useInputProps(props, postProps) {
var format3 = props.format, maskFormat = props.maskFormat, generateConfig2 = props.generateConfig, locale6 = props.locale, preserveInvalidOnBlur = props.preserveInvalidOnBlur, inputReadOnly = props.inputReadOnly, required5 = props.required, ariaRequired = props["aria-required"], onSubmit = props.onSubmit, _onFocus = props.onFocus, _onBlur = props.onBlur, onInputChange = props.onInputChange, onInvalid = props.onInvalid, open3 = props.open, onOpenChange = props.onOpenChange, _onKeyDown = props.onKeyDown, _onChange = props.onChange, activeHelp = props.activeHelp, name = props.name, autoComplete = props.autoComplete, id = props.id, value = props.value, invalid = props.invalid, placeholder = props.placeholder, disabled = props.disabled, activeIndex = props.activeIndex, allHelp = props.allHelp, picker = props.picker;
var parseDate = function parseDate2(str, formatStr) {
var parsed = generateConfig2.locale.parse(locale6.locale, str, [formatStr]);
return parsed && generateConfig2.isValidate(parsed) ? parsed : null;
};
var firstFormat = format3[0];
var getText = React283.useCallback(function(date4) {
return formatValue(date4, {
locale: locale6,
format: firstFormat,
generateConfig: generateConfig2
});
}, [locale6, generateConfig2, firstFormat]);
var valueTexts = React283.useMemo(function() {
return value.map(getText);
}, [value, getText]);
var size = React283.useMemo(function() {
var defaultSize = picker === "time" ? 8 : 10;
var length2 = typeof firstFormat === "function" ? firstFormat(generateConfig2.getNow()).length : firstFormat.length;
return Math.max(defaultSize, length2) + 2;
}, [firstFormat, picker, generateConfig2]);
var _validateFormat = function validateFormat(text) {
for (var i = 0; i < format3.length; i += 1) {
var singleFormat = format3[i];
if (typeof singleFormat === "string") {
var parsed = parseDate(text, singleFormat);
if (parsed) {
return parsed;
}
}
}
return false;
};
var getInputProps = function getInputProps2(index3) {
function getProp(propValue) {
return index3 !== void 0 ? propValue[index3] : propValue;
}
var pickedAttrs = pickAttrs(props, {
aria: true,
data: true
});
var inputProps = _objectSpread2(_objectSpread2({}, pickedAttrs), {}, {
// ============== Shared ==============
format: maskFormat,
validateFormat: function validateFormat(text) {
return !!_validateFormat(text);
},
preserveInvalidOnBlur,
readOnly: inputReadOnly,
required: required5,
"aria-required": ariaRequired,
name,
autoComplete,
size,
// ============= By Index =============
id: getProp(id),
value: getProp(valueTexts) || "",
invalid: getProp(invalid),
placeholder: getProp(placeholder),
active: activeIndex === index3,
helped: allHelp || activeHelp && activeIndex === index3,
disabled: getProp(disabled),
onFocus: function onFocus(event) {
_onFocus(event, index3);
},
onBlur: function onBlur(event) {
_onBlur(event, index3);
},
onSubmit,
// Get validate text value
onChange: function onChange(text) {
onInputChange();
var parsed = _validateFormat(text);
if (parsed) {
onInvalid(false, index3);
_onChange(parsed, index3);
return;
}
onInvalid(!!text, index3);
},
onHelp: function onHelp() {
onOpenChange(true, {
index: index3
});
},
onKeyDown: function onKeyDown2(event) {
var prevented = false;
_onKeyDown === null || _onKeyDown === void 0 || _onKeyDown(event, function() {
if (true) {
warning_default(false, "`preventDefault` callback is deprecated. Please call `event.preventDefault` directly.");
}
prevented = true;
});
if (!event.defaultPrevented && !prevented) {
switch (event.key) {
case "Escape":
onOpenChange(false, {
index: index3
});
break;
case "Enter":
if (!open3) {
onOpenChange(true);
}
break;
}
}
}
}, postProps === null || postProps === void 0 ? void 0 : postProps({
valueTexts
}));
Object.keys(inputProps).forEach(function(key) {
if (inputProps[key] === void 0) {
delete inputProps[key];
}
});
return inputProps;
};
return [getInputProps, getText];
}
// node_modules/rc-picker/es/PickerInput/Selector/hooks/useRootProps.js
var React284 = __toESM(require_react());
var propNames = ["onMouseEnter", "onMouseLeave"];
function useRootProps(props) {
return React284.useMemo(function() {
return pickProps(props, propNames);
}, [props]);
}
// node_modules/rc-picker/es/PickerInput/Selector/Icon.js
var React285 = __toESM(require_react());
var _excluded38 = ["icon", "type"];
var _excluded212 = ["onClear"];
function Icon2(props) {
var icon = props.icon, type5 = props.type, restProps = _objectWithoutProperties(props, _excluded38);
var _React$useContext = React285.useContext(context_default6), prefixCls = _React$useContext.prefixCls;
return icon ? React285.createElement("span", _extends({
className: "".concat(prefixCls, "-").concat(type5)
}, restProps), icon) : null;
}
function ClearIcon(_ref) {
var onClear = _ref.onClear, restProps = _objectWithoutProperties(_ref, _excluded212);
return React285.createElement(Icon2, _extends({}, restProps, {
type: "clear",
role: "button",
onMouseDown: function onMouseDown(e3) {
e3.preventDefault();
},
onClick: function onClick(e3) {
e3.stopPropagation();
onClear();
}
}));
}
// node_modules/rc-picker/es/PickerInput/Selector/Input.js
var import_classnames106 = __toESM(require_classnames());
var React286 = __toESM(require_react());
// node_modules/rc-picker/es/PickerInput/Selector/MaskFormat.js
var FORMAT_KEYS = ["YYYY", "MM", "DD", "HH", "mm", "ss", "SSS"];
var REPLACE_KEY = "顧";
var MaskFormat = function() {
function MaskFormat2(format3) {
_classCallCheck(this, MaskFormat2);
_defineProperty(this, "format", void 0);
_defineProperty(this, "maskFormat", void 0);
_defineProperty(this, "cells", void 0);
_defineProperty(this, "maskCells", void 0);
this.format = format3;
var replaceKeys = FORMAT_KEYS.map(function(key) {
return "(".concat(key, ")");
}).join("|");
var replaceReg = new RegExp(replaceKeys, "g");
this.maskFormat = format3.replace(
replaceReg,
// Use Chinese character to avoid user use it in format
function(key) {
return REPLACE_KEY.repeat(key.length);
}
);
var cellReg = new RegExp("(".concat(FORMAT_KEYS.join("|"), ")"));
var strCells = (format3.split(cellReg) || []).filter(function(str) {
return str;
});
var offset3 = 0;
this.cells = strCells.map(function(text) {
var mask = FORMAT_KEYS.includes(text);
var start = offset3;
var end = offset3 + text.length;
offset3 = end;
return {
text,
mask,
start,
end
};
});
this.maskCells = this.cells.filter(function(cell) {
return cell.mask;
});
}
_createClass(MaskFormat2, [{
key: "getSelection",
value: function getSelection(maskCellIndex) {
var _ref = this.maskCells[maskCellIndex] || {}, start = _ref.start, end = _ref.end;
return [start || 0, end || 0];
}
/** Check given text match format */
}, {
key: "match",
value: function match3(text) {
for (var i = 0; i < this.maskFormat.length; i += 1) {
var maskChar = this.maskFormat[i];
var textChar = text[i];
if (!textChar || maskChar !== REPLACE_KEY && maskChar !== textChar) {
return false;
}
}
return true;
}
/** Get mask cell count */
}, {
key: "size",
value: function size() {
return this.maskCells.length;
}
}, {
key: "getMaskCellIndex",
value: function getMaskCellIndex(anchorIndex) {
var closetDist = Number.MAX_SAFE_INTEGER;
var closetIndex = 0;
for (var i = 0; i < this.maskCells.length; i += 1) {
var _this$maskCells$i = this.maskCells[i], start = _this$maskCells$i.start, end = _this$maskCells$i.end;
if (anchorIndex >= start && anchorIndex <= end) {
return i;
}
var dist = Math.min(Math.abs(anchorIndex - start), Math.abs(anchorIndex - end));
if (dist < closetDist) {
closetDist = dist;
closetIndex = i;
}
}
return closetIndex;
}
}]);
return MaskFormat2;
}();
// node_modules/rc-picker/es/PickerInput/Selector/util.js
function getMaskRange(key) {
var PresetRange = {
YYYY: [0, 9999, (/* @__PURE__ */ new Date()).getFullYear()],
MM: [1, 12],
DD: [1, 31],
HH: [0, 23],
mm: [0, 59],
ss: [0, 59],
SSS: [0, 999]
};
return PresetRange[key];
}
// node_modules/rc-picker/es/PickerInput/Selector/Input.js
var _excluded39 = ["active", "showActiveCls", "suffixIcon", "format", "validateFormat", "onChange", "onInput", "helped", "onHelp", "onSubmit", "onKeyDown", "preserveInvalidOnBlur", "invalid", "clearIcon"];
var Input3 = React286.forwardRef(function(props, ref) {
var active = props.active, _props$showActiveCls = props.showActiveCls, showActiveCls = _props$showActiveCls === void 0 ? true : _props$showActiveCls, suffixIcon = props.suffixIcon, format3 = props.format, validateFormat = props.validateFormat, onChange = props.onChange, onInput = props.onInput, helped = props.helped, onHelp = props.onHelp, onSubmit = props.onSubmit, onKeyDown2 = props.onKeyDown, _props$preserveInvali = props.preserveInvalidOnBlur, preserveInvalidOnBlur = _props$preserveInvali === void 0 ? false : _props$preserveInvali, invalid = props.invalid, clearIcon = props.clearIcon, restProps = _objectWithoutProperties(props, _excluded39);
var value = props.value, onFocus = props.onFocus, onBlur = props.onBlur, onMouseUp = props.onMouseUp;
var _React$useContext = React286.useContext(context_default6), prefixCls = _React$useContext.prefixCls, _React$useContext$inp = _React$useContext.input, Component10 = _React$useContext$inp === void 0 ? "input" : _React$useContext$inp;
var inputPrefixCls = "".concat(prefixCls, "-input");
var _React$useState = React286.useState(false), _React$useState2 = _slicedToArray(_React$useState, 2), focused = _React$useState2[0], setFocused = _React$useState2[1];
var _React$useState3 = React286.useState(value), _React$useState4 = _slicedToArray(_React$useState3, 2), internalInputValue = _React$useState4[0], setInputValue = _React$useState4[1];
var _React$useState5 = React286.useState(""), _React$useState6 = _slicedToArray(_React$useState5, 2), focusCellText = _React$useState6[0], setFocusCellText = _React$useState6[1];
var _React$useState7 = React286.useState(null), _React$useState8 = _slicedToArray(_React$useState7, 2), focusCellIndex = _React$useState8[0], setFocusCellIndex = _React$useState8[1];
var _React$useState9 = React286.useState(null), _React$useState10 = _slicedToArray(_React$useState9, 2), forceSelectionSyncMark = _React$useState10[0], forceSelectionSync = _React$useState10[1];
var inputValue = internalInputValue || "";
React286.useEffect(function() {
setInputValue(value);
}, [value]);
var holderRef = React286.useRef();
var inputRef = React286.useRef();
React286.useImperativeHandle(ref, function() {
return {
nativeElement: holderRef.current,
inputElement: inputRef.current,
focus: function focus(options) {
inputRef.current.focus(options);
},
blur: function blur() {
inputRef.current.blur();
}
};
});
var maskFormat = React286.useMemo(function() {
return new MaskFormat(format3 || "");
}, [format3]);
var _React$useMemo = React286.useMemo(function() {
if (helped) {
return [0, 0];
}
return maskFormat.getSelection(focusCellIndex);
}, [maskFormat, focusCellIndex, helped]), _React$useMemo2 = _slicedToArray(_React$useMemo, 2), selectionStart = _React$useMemo2[0], selectionEnd = _React$useMemo2[1];
var onModify = function onModify2(text) {
if (text && text !== format3 && text !== value) {
onHelp();
}
};
var triggerInputChange = useEvent(function(text) {
if (validateFormat(text)) {
onChange(text);
}
setInputValue(text);
onModify(text);
});
var onInternalChange = function onInternalChange2(event) {
if (!format3) {
var text = event.target.value;
onModify(text);
setInputValue(text);
onChange(text);
}
};
var onFormatPaste = function onFormatPaste2(event) {
var pasteText = event.clipboardData.getData("text");
if (validateFormat(pasteText)) {
triggerInputChange(pasteText);
}
};
var mouseDownRef = React286.useRef(false);
var onFormatMouseDown = function onFormatMouseDown2() {
mouseDownRef.current = true;
};
var onFormatMouseUp = function onFormatMouseUp2(event) {
var _ref = event.target, start = _ref.selectionStart;
var closeMaskIndex = maskFormat.getMaskCellIndex(start);
setFocusCellIndex(closeMaskIndex);
forceSelectionSync({});
onMouseUp === null || onMouseUp === void 0 || onMouseUp(event);
mouseDownRef.current = false;
};
var onFormatFocus = function onFormatFocus2(event) {
setFocused(true);
setFocusCellIndex(0);
setFocusCellText("");
onFocus(event);
};
var onSharedBlur = function onSharedBlur2(event) {
onBlur(event);
};
var onFormatBlur = function onFormatBlur2(event) {
setFocused(false);
onSharedBlur(event);
};
useLockEffect(active, function() {
if (!active && !preserveInvalidOnBlur) {
setInputValue(value);
}
});
var onSharedKeyDown = function onSharedKeyDown2(event) {
if (event.key === "Enter" && validateFormat(inputValue)) {
onSubmit();
}
onKeyDown2 === null || onKeyDown2 === void 0 || onKeyDown2(event);
};
var onFormatKeyDown = function onFormatKeyDown2(event) {
onSharedKeyDown(event);
var key = event.key;
var nextCellText = null;
var nextFillText = null;
var maskCellLen = selectionEnd - selectionStart;
var cellFormat = format3.slice(selectionStart, selectionEnd);
var offsetCellIndex = function offsetCellIndex2(offset3) {
setFocusCellIndex(function(idx) {
var nextIndex = idx + offset3;
nextIndex = Math.max(nextIndex, 0);
nextIndex = Math.min(nextIndex, maskFormat.size() - 1);
return nextIndex;
});
};
var offsetCellValue = function offsetCellValue2(offset3) {
var _getMaskRange = getMaskRange(cellFormat), _getMaskRange2 = _slicedToArray(_getMaskRange, 3), rangeStart = _getMaskRange2[0], rangeEnd = _getMaskRange2[1], rangeDefault = _getMaskRange2[2];
var currentText = inputValue.slice(selectionStart, selectionEnd);
var currentTextNum = Number(currentText);
if (isNaN(currentTextNum)) {
return String(rangeDefault ? rangeDefault : offset3 > 0 ? rangeStart : rangeEnd);
}
var num = currentTextNum + offset3;
var range3 = rangeEnd - rangeStart + 1;
return String(rangeStart + (range3 + num - rangeStart) % range3);
};
switch (key) {
case "Backspace":
case "Delete":
nextCellText = "";
nextFillText = cellFormat;
break;
case "ArrowLeft":
nextCellText = "";
offsetCellIndex(-1);
break;
case "ArrowRight":
nextCellText = "";
offsetCellIndex(1);
break;
case "ArrowUp":
nextCellText = "";
nextFillText = offsetCellValue(1);
break;
case "ArrowDown":
nextCellText = "";
nextFillText = offsetCellValue(-1);
break;
default:
if (!isNaN(Number(key))) {
nextCellText = focusCellText + key;
nextFillText = nextCellText;
}
break;
}
if (nextCellText !== null) {
setFocusCellText(nextCellText);
if (nextCellText.length >= maskCellLen) {
offsetCellIndex(1);
setFocusCellText("");
}
}
if (nextFillText !== null) {
var nextFocusValue = (
// before
inputValue.slice(0, selectionStart) + // replace
leftPad(nextFillText, maskCellLen) + // after
inputValue.slice(selectionEnd)
);
triggerInputChange(nextFocusValue.slice(0, format3.length));
}
forceSelectionSync({});
};
var rafRef = React286.useRef();
useLayoutEffect_default(function() {
if (!focused || !format3 || mouseDownRef.current) {
return;
}
if (!maskFormat.match(inputValue)) {
triggerInputChange(format3);
return;
}
inputRef.current.setSelectionRange(selectionStart, selectionEnd);
rafRef.current = raf_default(function() {
inputRef.current.setSelectionRange(selectionStart, selectionEnd);
});
return function() {
raf_default.cancel(rafRef.current);
};
}, [maskFormat, format3, focused, inputValue, focusCellIndex, selectionStart, selectionEnd, forceSelectionSyncMark, triggerInputChange]);
var inputProps = format3 ? {
onFocus: onFormatFocus,
onBlur: onFormatBlur,
onKeyDown: onFormatKeyDown,
onMouseDown: onFormatMouseDown,
onMouseUp: onFormatMouseUp,
onPaste: onFormatPaste
} : {};
return React286.createElement("div", {
ref: holderRef,
className: (0, import_classnames106.default)(inputPrefixCls, _defineProperty(_defineProperty({}, "".concat(inputPrefixCls, "-active"), active && showActiveCls), "".concat(inputPrefixCls, "-placeholder"), helped))
}, React286.createElement(Component10, _extends({
ref: inputRef,
"aria-invalid": invalid,
autoComplete: "off"
}, restProps, {
onKeyDown: onSharedKeyDown,
onBlur: onSharedBlur
// Replace with format
}, inputProps, {
// Value
value: inputValue,
onChange: onInternalChange
})), React286.createElement(Icon2, {
type: "suffix",
icon: suffixIcon
}), clearIcon);
});
if (true) {
Input3.displayName = "Input";
}
var Input_default3 = Input3;
// node_modules/rc-picker/es/PickerInput/Selector/RangeSelector.js
var _excluded40 = ["id", "prefix", "clearIcon", "suffixIcon", "separator", "activeIndex", "activeHelp", "allHelp", "focused", "onFocus", "onBlur", "onKeyDown", "locale", "generateConfig", "placeholder", "className", "style", "onClick", "onClear", "value", "onChange", "onSubmit", "onInputChange", "format", "maskFormat", "preserveInvalidOnBlur", "onInvalid", "disabled", "invalid", "inputReadOnly", "direction", "onOpenChange", "onActiveInfo", "placement", "onMouseDown", "required", "aria-required", "autoFocus", "tabIndex"];
var _excluded213 = ["index"];
function RangeSelector(props, ref) {
var id = props.id, prefix2 = props.prefix, clearIcon = props.clearIcon, suffixIcon = props.suffixIcon, _props$separator = props.separator, separator = _props$separator === void 0 ? "~" : _props$separator, activeIndex = props.activeIndex, activeHelp = props.activeHelp, allHelp = props.allHelp, focused = props.focused, onFocus = props.onFocus, onBlur = props.onBlur, onKeyDown2 = props.onKeyDown, locale6 = props.locale, generateConfig2 = props.generateConfig, placeholder = props.placeholder, className = props.className, style2 = props.style, onClick = props.onClick, onClear = props.onClear, value = props.value, onChange = props.onChange, onSubmit = props.onSubmit, onInputChange = props.onInputChange, format3 = props.format, maskFormat = props.maskFormat, preserveInvalidOnBlur = props.preserveInvalidOnBlur, onInvalid = props.onInvalid, disabled = props.disabled, invalid = props.invalid, inputReadOnly = props.inputReadOnly, direction = props.direction, onOpenChange = props.onOpenChange, onActiveInfo = props.onActiveInfo, placement = props.placement, _onMouseDown = props.onMouseDown, required5 = props.required, ariaRequired = props["aria-required"], autoFocus = props.autoFocus, tabIndex = props.tabIndex, restProps = _objectWithoutProperties(props, _excluded40);
var rtl = direction === "rtl";
var _React$useContext = React287.useContext(context_default6), prefixCls = _React$useContext.prefixCls;
var ids = React287.useMemo(function() {
if (typeof id === "string") {
return [id];
}
var mergedId = id || {};
return [mergedId.start, mergedId.end];
}, [id]);
var rootRef = React287.useRef();
var inputStartRef = React287.useRef();
var inputEndRef = React287.useRef();
var getInput = function getInput2(index3) {
var _index;
return (_index = [inputStartRef, inputEndRef][index3]) === null || _index === void 0 ? void 0 : _index.current;
};
React287.useImperativeHandle(ref, function() {
return {
nativeElement: rootRef.current,
focus: function focus(options) {
if (_typeof(options) === "object") {
var _getInput;
var _ref = options || {}, _ref$index = _ref.index, _index2 = _ref$index === void 0 ? 0 : _ref$index, rest = _objectWithoutProperties(_ref, _excluded213);
(_getInput = getInput(_index2)) === null || _getInput === void 0 || _getInput.focus(rest);
} else {
var _getInput2;
(_getInput2 = getInput(options !== null && options !== void 0 ? options : 0)) === null || _getInput2 === void 0 || _getInput2.focus();
}
},
blur: function blur() {
var _getInput3, _getInput4;
(_getInput3 = getInput(0)) === null || _getInput3 === void 0 || _getInput3.blur();
(_getInput4 = getInput(1)) === null || _getInput4 === void 0 || _getInput4.blur();
}
};
});
var rootProps = useRootProps(restProps);
var mergedPlaceholder = React287.useMemo(function() {
return Array.isArray(placeholder) ? placeholder : [placeholder, placeholder];
}, [placeholder]);
var _useInputProps = useInputProps(_objectSpread2(_objectSpread2({}, props), {}, {
id: ids,
placeholder: mergedPlaceholder
})), _useInputProps2 = _slicedToArray(_useInputProps, 1), getInputProps = _useInputProps2[0];
var _React$useState = React287.useState({
position: "absolute",
width: 0
}), _React$useState2 = _slicedToArray(_React$useState, 2), activeBarStyle = _React$useState2[0], setActiveBarStyle = _React$useState2[1];
var syncActiveOffset = useEvent(function() {
var input = getInput(activeIndex);
if (input) {
var inputRect = input.nativeElement.getBoundingClientRect();
var parentRect = rootRef.current.getBoundingClientRect();
var rectOffset = inputRect.left - parentRect.left;
setActiveBarStyle(function(ori) {
return _objectSpread2(_objectSpread2({}, ori), {}, {
width: inputRect.width,
left: rectOffset
});
});
onActiveInfo([inputRect.left, inputRect.right, parentRect.width]);
}
});
React287.useEffect(function() {
syncActiveOffset();
}, [activeIndex]);
var showClear = clearIcon && (value[0] && !disabled[0] || value[1] && !disabled[1]);
var startAutoFocus = autoFocus && !disabled[0];
var endAutoFocus = autoFocus && !startAutoFocus && !disabled[1];
return React287.createElement(es_default, {
onResize: syncActiveOffset
}, React287.createElement("div", _extends({}, rootProps, {
className: (0, import_classnames107.default)(prefixCls, "".concat(prefixCls, "-range"), _defineProperty(_defineProperty(_defineProperty(_defineProperty({}, "".concat(prefixCls, "-focused"), focused), "".concat(prefixCls, "-disabled"), disabled.every(function(i) {
return i;
})), "".concat(prefixCls, "-invalid"), invalid.some(function(i) {
return i;
})), "".concat(prefixCls, "-rtl"), rtl), className),
style: style2,
ref: rootRef,
onClick,
onMouseDown: function onMouseDown(e3) {
var target = e3.target;
if (target !== inputStartRef.current.inputElement && target !== inputEndRef.current.inputElement) {
e3.preventDefault();
}
_onMouseDown === null || _onMouseDown === void 0 || _onMouseDown(e3);
}
}), prefix2 && React287.createElement("div", {
className: "".concat(prefixCls, "-prefix")
}, prefix2), React287.createElement(Input_default3, _extends({
ref: inputStartRef
}, getInputProps(0), {
autoFocus: startAutoFocus,
tabIndex,
"date-range": "start"
})), React287.createElement("div", {
className: "".concat(prefixCls, "-range-separator")
}, separator), React287.createElement(Input_default3, _extends({
ref: inputEndRef
}, getInputProps(1), {
autoFocus: endAutoFocus,
tabIndex,
"date-range": "end"
})), React287.createElement("div", {
className: "".concat(prefixCls, "-active-bar"),
style: activeBarStyle
}), React287.createElement(Icon2, {
type: "suffix",
icon: suffixIcon
}), showClear && React287.createElement(ClearIcon, {
icon: clearIcon,
onClear
})));
}
var RefRangeSelector = React287.forwardRef(RangeSelector);
if (true) {
RefRangeSelector.displayName = "RangeSelector";
}
var RangeSelector_default = RefRangeSelector;
// node_modules/rc-picker/es/PickerInput/RangePicker.js
function separateConfig(config, defaultConfig2) {
var singleConfig = config !== null && config !== void 0 ? config : defaultConfig2;
if (Array.isArray(singleConfig)) {
return singleConfig;
}
return [singleConfig, singleConfig];
}
function getActiveRange(activeIndex) {
return activeIndex === 1 ? "end" : "start";
}
function RangePicker(props, ref) {
var _useFilledProps = useFilledProps(props, function() {
var disabled2 = props.disabled, allowEmpty2 = props.allowEmpty;
var mergedDisabled = separateConfig(disabled2, false);
var mergedAllowEmpty = separateConfig(allowEmpty2, false);
return {
disabled: mergedDisabled,
allowEmpty: mergedAllowEmpty
};
}), _useFilledProps2 = _slicedToArray(_useFilledProps, 6), filledProps = _useFilledProps2[0], internalPicker = _useFilledProps2[1], complexPicker = _useFilledProps2[2], formatList = _useFilledProps2[3], maskFormat = _useFilledProps2[4], isInvalidateDate = _useFilledProps2[5];
var prefixCls = filledProps.prefixCls, styles = filledProps.styles, classNames252 = filledProps.classNames, defaultValue = filledProps.defaultValue, value = filledProps.value, needConfirm = filledProps.needConfirm, onKeyDown2 = filledProps.onKeyDown, disabled = filledProps.disabled, allowEmpty = filledProps.allowEmpty, disabledDate = filledProps.disabledDate, minDate = filledProps.minDate, maxDate = filledProps.maxDate, defaultOpen = filledProps.defaultOpen, open3 = filledProps.open, onOpenChange = filledProps.onOpenChange, locale6 = filledProps.locale, generateConfig2 = filledProps.generateConfig, picker = filledProps.picker, showNow = filledProps.showNow, showToday = filledProps.showToday, showTime = filledProps.showTime, mode = filledProps.mode, onPanelChange = filledProps.onPanelChange, onCalendarChange = filledProps.onCalendarChange, onOk = filledProps.onOk, defaultPickerValue = filledProps.defaultPickerValue, pickerValue = filledProps.pickerValue, onPickerValueChange = filledProps.onPickerValueChange, inputReadOnly = filledProps.inputReadOnly, suffixIcon = filledProps.suffixIcon, onFocus = filledProps.onFocus, onBlur = filledProps.onBlur, presets = filledProps.presets, ranges = filledProps.ranges, components2 = filledProps.components, cellRender = filledProps.cellRender, dateRender = filledProps.dateRender, monthCellRender = filledProps.monthCellRender, onClick = filledProps.onClick;
var selectorRef = usePickerRef(ref);
var _useOpen = useOpen(open3, defaultOpen, disabled, onOpenChange), _useOpen2 = _slicedToArray(_useOpen, 2), mergedOpen = _useOpen2[0], setMergeOpen = _useOpen2[1];
var triggerOpen = function triggerOpen2(nextOpen, config) {
if (disabled.some(function(fieldDisabled) {
return !fieldDisabled;
}) || !nextOpen) {
setMergeOpen(nextOpen, config);
}
};
var _useInnerValue = useInnerValue(generateConfig2, locale6, formatList, true, false, defaultValue, value, onCalendarChange, onOk), _useInnerValue2 = _slicedToArray(_useInnerValue, 5), mergedValue = _useInnerValue2[0], setInnerValue = _useInnerValue2[1], getCalendarValue = _useInnerValue2[2], triggerCalendarChange = _useInnerValue2[3], triggerOk = _useInnerValue2[4];
var calendarValue = getCalendarValue();
var _useRangeActive = useRangeActive(disabled, allowEmpty, mergedOpen), _useRangeActive2 = _slicedToArray(_useRangeActive, 9), focused = _useRangeActive2[0], triggerFocus2 = _useRangeActive2[1], lastOperation = _useRangeActive2[2], activeIndex = _useRangeActive2[3], setActiveIndex = _useRangeActive2[4], nextActiveIndex = _useRangeActive2[5], activeIndexList = _useRangeActive2[6], updateSubmitIndex = _useRangeActive2[7], hasActiveSubmitValue = _useRangeActive2[8];
var onSharedFocus = function onSharedFocus2(event, index3) {
triggerFocus2(true);
onFocus === null || onFocus === void 0 || onFocus(event, {
range: getActiveRange(index3 !== null && index3 !== void 0 ? index3 : activeIndex)
});
};
var onSharedBlur = function onSharedBlur2(event, index3) {
triggerFocus2(false);
onBlur === null || onBlur === void 0 || onBlur(event, {
range: getActiveRange(index3 !== null && index3 !== void 0 ? index3 : activeIndex)
});
};
var mergedShowTime = React288.useMemo(function() {
if (!showTime) {
return null;
}
var disabledTime = showTime.disabledTime;
var proxyDisabledTime = disabledTime ? function(date4) {
var range3 = getActiveRange(activeIndex);
var fromDate = getFromDate(calendarValue, activeIndexList, activeIndex);
return disabledTime(date4, range3, {
from: fromDate
});
} : void 0;
return _objectSpread2(_objectSpread2({}, showTime), {}, {
disabledTime: proxyDisabledTime
});
}, [showTime, activeIndex, calendarValue, activeIndexList]);
var _useMergedState = useMergedState([picker, picker], {
value: mode
}), _useMergedState2 = _slicedToArray(_useMergedState, 2), modes = _useMergedState2[0], setModes = _useMergedState2[1];
var mergedMode = modes[activeIndex] || picker;
var internalMode = mergedMode === "date" && mergedShowTime ? "datetime" : mergedMode;
var multiplePanel = internalMode === picker && internalMode !== "time";
var mergedShowNow = useShowNow(picker, mergedMode, showNow, showToday, true);
var _useRangeValue = useRangeValue(filledProps, mergedValue, setInnerValue, getCalendarValue, triggerCalendarChange, disabled, formatList, focused, mergedOpen, isInvalidateDate), _useRangeValue2 = _slicedToArray(_useRangeValue, 2), flushSubmit = _useRangeValue2[0], triggerSubmitChange = _useRangeValue2[1];
var mergedDisabledDate = useRangeDisabledDate(calendarValue, disabled, activeIndexList, generateConfig2, locale6, disabledDate);
var _useFieldsInvalidate = useFieldsInvalidate(calendarValue, isInvalidateDate, allowEmpty), _useFieldsInvalidate2 = _slicedToArray(_useFieldsInvalidate, 2), submitInvalidates = _useFieldsInvalidate2[0], onSelectorInvalid = _useFieldsInvalidate2[1];
var _useRangePickerValue = useRangePickerValue(generateConfig2, locale6, calendarValue, modes, mergedOpen, activeIndex, internalPicker, multiplePanel, defaultPickerValue, pickerValue, mergedShowTime === null || mergedShowTime === void 0 ? void 0 : mergedShowTime.defaultOpenValue, onPickerValueChange, minDate, maxDate), _useRangePickerValue2 = _slicedToArray(_useRangePickerValue, 2), currentPickerValue = _useRangePickerValue2[0], setCurrentPickerValue = _useRangePickerValue2[1];
var triggerModeChange = useEvent(function(nextPickerValue, nextMode, triggerEvent) {
var clone = fillIndex(modes, activeIndex, nextMode);
if (clone[0] !== modes[0] || clone[1] !== modes[1]) {
setModes(clone);
}
if (onPanelChange && triggerEvent !== false) {
var clonePickerValue = _toConsumableArray(calendarValue);
if (nextPickerValue) {
clonePickerValue[activeIndex] = nextPickerValue;
}
onPanelChange(clonePickerValue, clone);
}
});
var fillCalendarValue = function fillCalendarValue2(date4, index3) {
return (
// Trigger change only when date changed
fillIndex(calendarValue, index3, date4)
);
};
var triggerPartConfirm = function triggerPartConfirm2(date4, skipFocus) {
var nextValue = calendarValue;
if (date4) {
nextValue = fillCalendarValue(date4, activeIndex);
}
updateSubmitIndex(activeIndex);
var nextIndex = nextActiveIndex(nextValue);
triggerCalendarChange(nextValue);
flushSubmit(activeIndex, nextIndex === null);
if (nextIndex === null) {
triggerOpen(false, {
force: true
});
} else if (!skipFocus) {
selectorRef.current.focus({
index: nextIndex
});
}
};
var onSelectorClick = function onSelectorClick2(event) {
var _activeElement;
var rootNode = event.target.getRootNode();
if (!selectorRef.current.nativeElement.contains((_activeElement = rootNode.activeElement) !== null && _activeElement !== void 0 ? _activeElement : document.activeElement)) {
var enabledIndex = disabled.findIndex(function(d) {
return !d;
});
if (enabledIndex >= 0) {
selectorRef.current.focus({
index: enabledIndex
});
}
}
triggerOpen(true);
onClick === null || onClick === void 0 || onClick(event);
};
var onSelectorClear = function onSelectorClear2() {
triggerSubmitChange(null);
triggerOpen(false, {
force: true
});
};
var _React$useState = React288.useState(null), _React$useState2 = _slicedToArray(_React$useState, 2), hoverSource = _React$useState2[0], setHoverSource = _React$useState2[1];
var _React$useState3 = React288.useState(null), _React$useState4 = _slicedToArray(_React$useState3, 2), internalHoverValues = _React$useState4[0], setInternalHoverValues = _React$useState4[1];
var hoverValues = React288.useMemo(function() {
return internalHoverValues || calendarValue;
}, [calendarValue, internalHoverValues]);
React288.useEffect(function() {
if (!mergedOpen) {
setInternalHoverValues(null);
}
}, [mergedOpen]);
var _React$useState5 = React288.useState([0, 0, 0]), _React$useState6 = _slicedToArray(_React$useState5, 2), activeInfo = _React$useState6[0], setActiveInfo = _React$useState6[1];
var presetList = usePresets(presets, ranges);
var onPresetHover = function onPresetHover2(nextValues) {
setInternalHoverValues(nextValues);
setHoverSource("preset");
};
var onPresetSubmit = function onPresetSubmit2(nextValues) {
var passed = triggerSubmitChange(nextValues);
if (passed) {
triggerOpen(false, {
force: true
});
}
};
var onNow = function onNow2(now2) {
triggerPartConfirm(now2);
};
var onPanelHover = function onPanelHover2(date4) {
setInternalHoverValues(date4 ? fillCalendarValue(date4, activeIndex) : null);
setHoverSource("cell");
};
var onPanelFocus = function onPanelFocus2(event) {
triggerOpen(true);
onSharedFocus(event);
};
var onPanelMouseDown = function onPanelMouseDown2() {
lastOperation("panel");
};
var onPanelSelect = function onPanelSelect2(date4) {
var clone = fillIndex(calendarValue, activeIndex, date4);
triggerCalendarChange(clone);
if (!needConfirm && !complexPicker && internalPicker === internalMode) {
triggerPartConfirm(date4);
}
};
var onPopupClose = function onPopupClose2() {
triggerOpen(false);
};
var onInternalCellRender = useCellRender(cellRender, dateRender, monthCellRender, getActiveRange(activeIndex));
var panelValue = calendarValue[activeIndex] || null;
var isPopupInvalidateDate = useEvent(function(date4) {
return isInvalidateDate(date4, {
activeIndex
});
});
var panelProps = React288.useMemo(function() {
var domProps = pickAttrs(filledProps, false);
var restProps = omit(filledProps, [].concat(_toConsumableArray(Object.keys(domProps)), ["onChange", "onCalendarChange", "style", "className", "onPanelChange", "disabledTime"]));
return restProps;
}, [filledProps]);
var panel = React288.createElement(Popup3, _extends({}, panelProps, {
showNow: mergedShowNow,
showTime: mergedShowTime,
range: true,
multiplePanel,
activeInfo,
disabledDate: mergedDisabledDate,
onFocus: onPanelFocus,
onBlur: onSharedBlur,
onPanelMouseDown,
picker,
mode: mergedMode,
internalMode,
onPanelChange: triggerModeChange,
format: maskFormat,
value: panelValue,
isInvalid: isPopupInvalidateDate,
onChange: null,
onSelect: onPanelSelect,
pickerValue: currentPickerValue,
defaultOpenValue: toArray5(showTime === null || showTime === void 0 ? void 0 : showTime.defaultOpenValue)[activeIndex],
onPickerValueChange: setCurrentPickerValue,
hoverValue: hoverValues,
onHover: onPanelHover,
needConfirm,
onSubmit: triggerPartConfirm,
onOk: triggerOk,
presets: presetList,
onPresetHover,
onPresetSubmit,
onNow,
cellRender: onInternalCellRender
}));
var onSelectorChange = function onSelectorChange2(date4, index3) {
var clone = fillCalendarValue(date4, index3);
triggerCalendarChange(clone);
};
var onSelectorInputChange = function onSelectorInputChange2() {
lastOperation("input");
};
var onSelectorFocus = function onSelectorFocus2(event, index3) {
var activeListLen = activeIndexList.length;
var lastActiveIndex = activeIndexList[activeListLen - 1];
if (activeListLen && lastActiveIndex !== index3 && needConfirm && // Not change index if is not filled
!allowEmpty[lastActiveIndex] && !hasActiveSubmitValue(lastActiveIndex) && calendarValue[lastActiveIndex]) {
selectorRef.current.focus({
index: lastActiveIndex
});
return;
}
lastOperation("input");
triggerOpen(true, {
inherit: true
});
if (activeIndex !== index3 && mergedOpen && !needConfirm && complexPicker) {
triggerPartConfirm(null, true);
}
setActiveIndex(index3);
onSharedFocus(event, index3);
};
var onSelectorBlur = function onSelectorBlur2(event, index3) {
triggerOpen(false);
if (!needConfirm && lastOperation() === "input") {
var nextIndex = nextActiveIndex(calendarValue);
flushSubmit(activeIndex, nextIndex === null);
}
onSharedBlur(event, index3);
};
var onSelectorKeyDown = function onSelectorKeyDown2(event, preventDefault) {
if (event.key === "Tab") {
triggerPartConfirm(null, true);
}
onKeyDown2 === null || onKeyDown2 === void 0 || onKeyDown2(event, preventDefault);
};
var context = React288.useMemo(function() {
return {
prefixCls,
locale: locale6,
generateConfig: generateConfig2,
button: components2.button,
input: components2.input
};
}, [prefixCls, locale6, generateConfig2, components2.button, components2.input]);
useLayoutEffect_default(function() {
if (mergedOpen && activeIndex !== void 0) {
triggerModeChange(null, picker, false);
}
}, [mergedOpen, activeIndex, picker]);
useLayoutEffect_default(function() {
var lastOp = lastOperation();
if (!mergedOpen && lastOp === "input") {
triggerOpen(false);
triggerPartConfirm(null, true);
}
if (!mergedOpen && complexPicker && !needConfirm && lastOp === "panel") {
triggerOpen(true);
triggerPartConfirm();
}
}, [mergedOpen]);
if (true) {
var isIndexEmpty = function isIndexEmpty2(index3) {
return (
// Value is empty
!(value !== null && value !== void 0 && value[index3]) && // DefaultValue is empty
!(defaultValue !== null && defaultValue !== void 0 && defaultValue[index3])
);
};
if (disabled.some(function(fieldDisabled, index3) {
return fieldDisabled && isIndexEmpty(index3) && !allowEmpty[index3];
})) {
warning_default(false, "`disabled` should not set with empty `value`. You should set `allowEmpty` or `value` instead.");
}
}
return React288.createElement(context_default6.Provider, {
value: context
}, React288.createElement(PickerTrigger_default, _extends({}, pickTriggerProps(filledProps), {
popupElement: panel,
popupStyle: styles.popup,
popupClassName: classNames252.popup,
visible: mergedOpen,
onClose: onPopupClose,
range: true
}), React288.createElement(
RangeSelector_default,
_extends({}, filledProps, {
// Ref
ref: selectorRef,
suffixIcon,
activeIndex: focused || mergedOpen ? activeIndex : null,
activeHelp: !!internalHoverValues,
allHelp: !!internalHoverValues && hoverSource === "preset",
focused,
onFocus: onSelectorFocus,
onBlur: onSelectorBlur,
onKeyDown: onSelectorKeyDown,
onSubmit: triggerPartConfirm,
value: hoverValues,
maskFormat,
onChange: onSelectorChange,
onInputChange: onSelectorInputChange,
format: formatList,
inputReadOnly,
disabled,
open: mergedOpen,
onOpenChange: triggerOpen,
onClick: onSelectorClick,
onClear: onSelectorClear,
invalid: submitInvalidates,
onInvalid: onSelectorInvalid,
onActiveInfo: setActiveInfo
})
)));
}
var RefRangePicker = React288.forwardRef(RangePicker);
if (true) {
RefRangePicker.displayName = "RefRangePicker";
}
var RangePicker_default = RefRangePicker;
// node_modules/rc-picker/es/PickerInput/SinglePicker.js
var React291 = __toESM(require_react());
// node_modules/rc-picker/es/PickerInput/Selector/SingleSelector/index.js
var import_classnames109 = __toESM(require_classnames());
var React290 = __toESM(require_react());
// node_modules/rc-picker/es/PickerInput/Selector/SingleSelector/MultipleDates.js
var import_classnames108 = __toESM(require_classnames());
var React289 = __toESM(require_react());
function MultipleDates(props) {
var prefixCls = props.prefixCls, value = props.value, onRemove = props.onRemove, _props$removeIcon = props.removeIcon, removeIcon = _props$removeIcon === void 0 ? "×" : _props$removeIcon, formatDate = props.formatDate, disabled = props.disabled, maxTagCount = props.maxTagCount, placeholder = props.placeholder;
var selectorCls = "".concat(prefixCls, "-selector");
var selectionCls = "".concat(prefixCls, "-selection");
var overflowCls = "".concat(selectionCls, "-overflow");
function renderSelector(content, onClose) {
return React289.createElement("span", {
className: (0, import_classnames108.default)("".concat(selectionCls, "-item")),
title: typeof content === "string" ? content : null
}, React289.createElement("span", {
className: "".concat(selectionCls, "-item-content")
}, content), !disabled && onClose && React289.createElement("span", {
onMouseDown: function onMouseDown(e3) {
e3.preventDefault();
},
onClick: onClose,
className: "".concat(selectionCls, "-item-remove")
}, removeIcon));
}
function renderItem2(date4) {
var displayLabel = formatDate(date4);
var onClose = function onClose2(event) {
if (event) event.stopPropagation();
onRemove(date4);
};
return renderSelector(displayLabel, onClose);
}
function renderRest(omittedValues) {
var content = "+ ".concat(omittedValues.length, " ...");
return renderSelector(content);
}
return React289.createElement("div", {
className: selectorCls
}, React289.createElement(es_default9, {
prefixCls: overflowCls,
data: value,
renderItem: renderItem2,
renderRest,
itemKey: function itemKey3(date4) {
return formatDate(date4);
},
maxCount: maxTagCount
}), !value.length && React289.createElement("span", {
className: "".concat(prefixCls, "-selection-placeholder")
}, placeholder));
}
// node_modules/rc-picker/es/PickerInput/Selector/SingleSelector/index.js
var _excluded41 = ["id", "open", "prefix", "clearIcon", "suffixIcon", "activeHelp", "allHelp", "focused", "onFocus", "onBlur", "onKeyDown", "locale", "generateConfig", "placeholder", "className", "style", "onClick", "onClear", "internalPicker", "value", "onChange", "onSubmit", "onInputChange", "multiple", "maxTagCount", "format", "maskFormat", "preserveInvalidOnBlur", "onInvalid", "disabled", "invalid", "inputReadOnly", "direction", "onOpenChange", "onMouseDown", "required", "aria-required", "autoFocus", "tabIndex", "removeIcon"];
function SingleSelector3(props, ref) {
var id = props.id, open3 = props.open, prefix2 = props.prefix, clearIcon = props.clearIcon, suffixIcon = props.suffixIcon, activeHelp = props.activeHelp, allHelp = props.allHelp, focused = props.focused, onFocus = props.onFocus, onBlur = props.onBlur, onKeyDown2 = props.onKeyDown, locale6 = props.locale, generateConfig2 = props.generateConfig, placeholder = props.placeholder, className = props.className, style2 = props.style, onClick = props.onClick, onClear = props.onClear, internalPicker = props.internalPicker, value = props.value, onChange = props.onChange, onSubmit = props.onSubmit, onInputChange = props.onInputChange, multiple = props.multiple, maxTagCount = props.maxTagCount, format3 = props.format, maskFormat = props.maskFormat, preserveInvalidOnBlur = props.preserveInvalidOnBlur, onInvalid = props.onInvalid, disabled = props.disabled, invalid = props.invalid, inputReadOnly = props.inputReadOnly, direction = props.direction, onOpenChange = props.onOpenChange, _onMouseDown = props.onMouseDown, required5 = props.required, ariaRequired = props["aria-required"], autoFocus = props.autoFocus, tabIndex = props.tabIndex, removeIcon = props.removeIcon, restProps = _objectWithoutProperties(props, _excluded41);
var rtl = direction === "rtl";
var _React$useContext = React290.useContext(context_default6), prefixCls = _React$useContext.prefixCls;
var rootRef = React290.useRef();
var inputRef = React290.useRef();
React290.useImperativeHandle(ref, function() {
return {
nativeElement: rootRef.current,
focus: function focus(options) {
var _inputRef$current;
(_inputRef$current = inputRef.current) === null || _inputRef$current === void 0 || _inputRef$current.focus(options);
},
blur: function blur() {
var _inputRef$current2;
(_inputRef$current2 = inputRef.current) === null || _inputRef$current2 === void 0 || _inputRef$current2.blur();
}
};
});
var rootProps = useRootProps(restProps);
var onSingleChange = function onSingleChange2(date4) {
onChange([date4]);
};
var onMultipleRemove = function onMultipleRemove2(date4) {
var nextValues = value.filter(function(oriDate) {
return oriDate && !isSame(generateConfig2, locale6, oriDate, date4, internalPicker);
});
onChange(nextValues);
if (!open3) {
onSubmit();
}
};
var _useInputProps = useInputProps(_objectSpread2(_objectSpread2({}, props), {}, {
onChange: onSingleChange
}), function(_ref) {
var valueTexts = _ref.valueTexts;
return {
value: valueTexts[0] || "",
active: focused
};
}), _useInputProps2 = _slicedToArray(_useInputProps, 2), getInputProps = _useInputProps2[0], getText = _useInputProps2[1];
var showClear = !!(clearIcon && value.length && !disabled);
var selectorNode = multiple ? React290.createElement(React290.Fragment, null, React290.createElement(MultipleDates, {
prefixCls,
value,
onRemove: onMultipleRemove,
formatDate: getText,
maxTagCount,
disabled,
removeIcon,
placeholder
}), React290.createElement("input", {
className: "".concat(prefixCls, "-multiple-input"),
value: value.map(getText).join(","),
ref: inputRef,
readOnly: true,
autoFocus,
tabIndex
}), React290.createElement(Icon2, {
type: "suffix",
icon: suffixIcon
}), showClear && React290.createElement(ClearIcon, {
icon: clearIcon,
onClear
})) : React290.createElement(Input_default3, _extends({
ref: inputRef
}, getInputProps(), {
autoFocus,
tabIndex,
suffixIcon,
clearIcon: showClear && React290.createElement(ClearIcon, {
icon: clearIcon,
onClear
}),
showActiveCls: false
}));
return React290.createElement("div", _extends({}, rootProps, {
className: (0, import_classnames109.default)(prefixCls, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, "".concat(prefixCls, "-multiple"), multiple), "".concat(prefixCls, "-focused"), focused), "".concat(prefixCls, "-disabled"), disabled), "".concat(prefixCls, "-invalid"), invalid), "".concat(prefixCls, "-rtl"), rtl), className),
style: style2,
ref: rootRef,
onClick,
onMouseDown: function onMouseDown(e3) {
var _inputRef$current3;
var target = e3.target;
if (target !== ((_inputRef$current3 = inputRef.current) === null || _inputRef$current3 === void 0 ? void 0 : _inputRef$current3.inputElement)) {
e3.preventDefault();
}
_onMouseDown === null || _onMouseDown === void 0 || _onMouseDown(e3);
}
}), prefix2 && React290.createElement("div", {
className: "".concat(prefixCls, "-prefix")
}, prefix2), selectorNode);
}
var RefSingleSelector = React290.forwardRef(SingleSelector3);
if (true) {
RefSingleSelector.displayName = "SingleSelector";
}
var SingleSelector_default2 = RefSingleSelector;
// node_modules/rc-picker/es/PickerInput/SinglePicker.js
function Picker3(props, ref) {
var _useFilledProps = useFilledProps(props), _useFilledProps2 = _slicedToArray(_useFilledProps, 6), filledProps = _useFilledProps2[0], internalPicker = _useFilledProps2[1], complexPicker = _useFilledProps2[2], formatList = _useFilledProps2[3], maskFormat = _useFilledProps2[4], isInvalidateDate = _useFilledProps2[5];
var _ref = filledProps, prefixCls = _ref.prefixCls, styles = _ref.styles, classNames252 = _ref.classNames, order = _ref.order, defaultValue = _ref.defaultValue, value = _ref.value, needConfirm = _ref.needConfirm, onChange = _ref.onChange, onKeyDown2 = _ref.onKeyDown, disabled = _ref.disabled, disabledDate = _ref.disabledDate, minDate = _ref.minDate, maxDate = _ref.maxDate, defaultOpen = _ref.defaultOpen, open3 = _ref.open, onOpenChange = _ref.onOpenChange, locale6 = _ref.locale, generateConfig2 = _ref.generateConfig, picker = _ref.picker, showNow = _ref.showNow, showToday = _ref.showToday, showTime = _ref.showTime, mode = _ref.mode, onPanelChange = _ref.onPanelChange, onCalendarChange = _ref.onCalendarChange, onOk = _ref.onOk, multiple = _ref.multiple, defaultPickerValue = _ref.defaultPickerValue, pickerValue = _ref.pickerValue, onPickerValueChange = _ref.onPickerValueChange, inputReadOnly = _ref.inputReadOnly, suffixIcon = _ref.suffixIcon, removeIcon = _ref.removeIcon, onFocus = _ref.onFocus, onBlur = _ref.onBlur, presets = _ref.presets, components2 = _ref.components, cellRender = _ref.cellRender, dateRender = _ref.dateRender, monthCellRender = _ref.monthCellRender, onClick = _ref.onClick;
var selectorRef = usePickerRef(ref);
function pickerParam(values) {
if (values === null) {
return null;
}
return multiple ? values : values[0];
}
var toggleDates = useToggleDates(generateConfig2, locale6, internalPicker);
var _useOpen = useOpen(open3, defaultOpen, [disabled], onOpenChange), _useOpen2 = _slicedToArray(_useOpen, 2), mergedOpen = _useOpen2[0], triggerOpen = _useOpen2[1];
var onInternalCalendarChange = function onInternalCalendarChange2(dates, dateStrings, info) {
if (onCalendarChange) {
var filteredInfo = _objectSpread2({}, info);
delete filteredInfo.range;
onCalendarChange(pickerParam(dates), pickerParam(dateStrings), filteredInfo);
}
};
var onInternalOk = function onInternalOk2(dates) {
onOk === null || onOk === void 0 || onOk(pickerParam(dates));
};
var _useInnerValue = useInnerValue(generateConfig2, locale6, formatList, false, order, defaultValue, value, onInternalCalendarChange, onInternalOk), _useInnerValue2 = _slicedToArray(_useInnerValue, 5), mergedValue = _useInnerValue2[0], setInnerValue = _useInnerValue2[1], getCalendarValue = _useInnerValue2[2], triggerCalendarChange = _useInnerValue2[3], triggerOk = _useInnerValue2[4];
var calendarValue = getCalendarValue();
var _useRangeActive = useRangeActive([disabled]), _useRangeActive2 = _slicedToArray(_useRangeActive, 4), focused = _useRangeActive2[0], triggerFocus2 = _useRangeActive2[1], lastOperation = _useRangeActive2[2], activeIndex = _useRangeActive2[3];
var onSharedFocus = function onSharedFocus2(event) {
triggerFocus2(true);
onFocus === null || onFocus === void 0 || onFocus(event, {});
};
var onSharedBlur = function onSharedBlur2(event) {
triggerFocus2(false);
onBlur === null || onBlur === void 0 || onBlur(event, {});
};
var _useMergedState = useMergedState(picker, {
value: mode
}), _useMergedState2 = _slicedToArray(_useMergedState, 2), mergedMode = _useMergedState2[0], setMode = _useMergedState2[1];
var internalMode = mergedMode === "date" && showTime ? "datetime" : mergedMode;
var mergedShowNow = useShowNow(picker, mergedMode, showNow, showToday);
var onInternalChange = onChange && function(dates, dateStrings) {
onChange(pickerParam(dates), pickerParam(dateStrings));
};
var _useRangeValue = useRangeValue(
_objectSpread2(_objectSpread2({}, filledProps), {}, {
onChange: onInternalChange
}),
mergedValue,
setInnerValue,
getCalendarValue,
triggerCalendarChange,
[],
//disabled,
formatList,
focused,
mergedOpen,
isInvalidateDate
), _useRangeValue2 = _slicedToArray(_useRangeValue, 2), triggerSubmitChange = _useRangeValue2[1];
var _useFieldsInvalidate = useFieldsInvalidate(calendarValue, isInvalidateDate), _useFieldsInvalidate2 = _slicedToArray(_useFieldsInvalidate, 2), submitInvalidates = _useFieldsInvalidate2[0], onSelectorInvalid = _useFieldsInvalidate2[1];
var submitInvalidate = React291.useMemo(function() {
return submitInvalidates.some(function(invalidated) {
return invalidated;
});
}, [submitInvalidates]);
var onInternalPickerValueChange = function onInternalPickerValueChange2(dates, info) {
if (onPickerValueChange) {
var cleanInfo = _objectSpread2(_objectSpread2({}, info), {}, {
mode: info.mode[0]
});
delete cleanInfo.range;
onPickerValueChange(dates[0], cleanInfo);
}
};
var _useRangePickerValue = useRangePickerValue(
generateConfig2,
locale6,
calendarValue,
[mergedMode],
mergedOpen,
activeIndex,
internalPicker,
false,
// multiplePanel,
defaultPickerValue,
pickerValue,
toArray5(showTime === null || showTime === void 0 ? void 0 : showTime.defaultOpenValue),
onInternalPickerValueChange,
minDate,
maxDate
), _useRangePickerValue2 = _slicedToArray(_useRangePickerValue, 2), currentPickerValue = _useRangePickerValue2[0], setCurrentPickerValue = _useRangePickerValue2[1];
var triggerModeChange = useEvent(function(nextPickerValue, nextMode, triggerEvent) {
setMode(nextMode);
if (onPanelChange && triggerEvent !== false) {
var lastPickerValue = nextPickerValue || calendarValue[calendarValue.length - 1];
onPanelChange(lastPickerValue, nextMode);
}
});
var triggerConfirm = function triggerConfirm2() {
triggerSubmitChange(getCalendarValue());
triggerOpen(false, {
force: true
});
};
var onSelectorClick = function onSelectorClick2(event) {
if (!disabled && !selectorRef.current.nativeElement.contains(document.activeElement)) {
selectorRef.current.focus();
}
triggerOpen(true);
onClick === null || onClick === void 0 || onClick(event);
};
var onSelectorClear = function onSelectorClear2() {
triggerSubmitChange(null);
triggerOpen(false, {
force: true
});
};
var _React$useState = React291.useState(null), _React$useState2 = _slicedToArray(_React$useState, 2), hoverSource = _React$useState2[0], setHoverSource = _React$useState2[1];
var _React$useState3 = React291.useState(null), _React$useState4 = _slicedToArray(_React$useState3, 2), internalHoverValue = _React$useState4[0], setInternalHoverValue = _React$useState4[1];
var hoverValues = React291.useMemo(function() {
var values = [internalHoverValue].concat(_toConsumableArray(calendarValue)).filter(function(date4) {
return date4;
});
return multiple ? values : values.slice(0, 1);
}, [calendarValue, internalHoverValue, multiple]);
var selectorValues = React291.useMemo(function() {
if (!multiple && internalHoverValue) {
return [internalHoverValue];
}
return calendarValue.filter(function(date4) {
return date4;
});
}, [calendarValue, internalHoverValue, multiple]);
React291.useEffect(function() {
if (!mergedOpen) {
setInternalHoverValue(null);
}
}, [mergedOpen]);
var presetList = usePresets(presets);
var onPresetHover = function onPresetHover2(nextValue) {
setInternalHoverValue(nextValue);
setHoverSource("preset");
};
var onPresetSubmit = function onPresetSubmit2(nextValue) {
var nextCalendarValues = multiple ? toggleDates(getCalendarValue(), nextValue) : [nextValue];
var passed = triggerSubmitChange(nextCalendarValues);
if (passed && !multiple) {
triggerOpen(false, {
force: true
});
}
};
var onNow = function onNow2(now2) {
onPresetSubmit(now2);
};
var onPanelHover = function onPanelHover2(date4) {
setInternalHoverValue(date4);
setHoverSource("cell");
};
var onPanelFocus = function onPanelFocus2(event) {
triggerOpen(true);
onSharedFocus(event);
};
var onPanelSelect = function onPanelSelect2(date4) {
lastOperation("panel");
if (multiple && internalMode !== picker) {
return;
}
var nextValues = multiple ? toggleDates(getCalendarValue(), date4) : [date4];
triggerCalendarChange(nextValues);
if (!needConfirm && !complexPicker && internalPicker === internalMode) {
triggerConfirm();
}
};
var onPopupClose = function onPopupClose2() {
triggerOpen(false);
};
var onInternalCellRender = useCellRender(cellRender, dateRender, monthCellRender);
var panelProps = React291.useMemo(function() {
var domProps = pickAttrs(filledProps, false);
var restProps = omit(filledProps, [].concat(_toConsumableArray(Object.keys(domProps)), ["onChange", "onCalendarChange", "style", "className", "onPanelChange"]));
return _objectSpread2(_objectSpread2({}, restProps), {}, {
multiple: filledProps.multiple
});
}, [filledProps]);
var panel = React291.createElement(Popup3, _extends({}, panelProps, {
showNow: mergedShowNow,
showTime,
disabledDate,
onFocus: onPanelFocus,
onBlur: onSharedBlur,
picker,
mode: mergedMode,
internalMode,
onPanelChange: triggerModeChange,
format: maskFormat,
value: calendarValue,
isInvalid: isInvalidateDate,
onChange: null,
onSelect: onPanelSelect,
pickerValue: currentPickerValue,
defaultOpenValue: showTime === null || showTime === void 0 ? void 0 : showTime.defaultOpenValue,
onPickerValueChange: setCurrentPickerValue,
hoverValue: hoverValues,
onHover: onPanelHover,
needConfirm,
onSubmit: triggerConfirm,
onOk: triggerOk,
presets: presetList,
onPresetHover,
onPresetSubmit,
onNow,
cellRender: onInternalCellRender
}));
var onSelectorChange = function onSelectorChange2(date4) {
triggerCalendarChange(date4);
};
var onSelectorInputChange = function onSelectorInputChange2() {
lastOperation("input");
};
var onSelectorFocus = function onSelectorFocus2(event) {
lastOperation("input");
triggerOpen(true, {
inherit: true
});
onSharedFocus(event);
};
var onSelectorBlur = function onSelectorBlur2(event) {
triggerOpen(false);
onSharedBlur(event);
};
var onSelectorKeyDown = function onSelectorKeyDown2(event, preventDefault) {
if (event.key === "Tab") {
triggerConfirm();
}
onKeyDown2 === null || onKeyDown2 === void 0 || onKeyDown2(event, preventDefault);
};
var context = React291.useMemo(function() {
return {
prefixCls,
locale: locale6,
generateConfig: generateConfig2,
button: components2.button,
input: components2.input
};
}, [prefixCls, locale6, generateConfig2, components2.button, components2.input]);
useLayoutEffect_default(function() {
if (mergedOpen && activeIndex !== void 0) {
triggerModeChange(null, picker, false);
}
}, [mergedOpen, activeIndex, picker]);
useLayoutEffect_default(function() {
var lastOp = lastOperation();
if (!mergedOpen && lastOp === "input") {
triggerOpen(false);
triggerConfirm();
}
if (!mergedOpen && complexPicker && !needConfirm && lastOp === "panel") {
triggerConfirm();
}
}, [mergedOpen]);
return React291.createElement(context_default6.Provider, {
value: context
}, React291.createElement(PickerTrigger_default, _extends({}, pickTriggerProps(filledProps), {
popupElement: panel,
popupStyle: styles.popup,
popupClassName: classNames252.popup,
visible: mergedOpen,
onClose: onPopupClose
}), React291.createElement(
SingleSelector_default2,
_extends({}, filledProps, {
// Ref
ref: selectorRef,
suffixIcon,
removeIcon,
activeHelp: !!internalHoverValue,
allHelp: !!internalHoverValue && hoverSource === "preset",
focused,
onFocus: onSelectorFocus,
onBlur: onSelectorBlur,
onKeyDown: onSelectorKeyDown,
onSubmit: triggerConfirm,
value: selectorValues,
maskFormat,
onChange: onSelectorChange,
onInputChange: onSelectorInputChange,
internalPicker,
format: formatList,
inputReadOnly,
disabled,
open: mergedOpen,
onOpenChange: triggerOpen,
onClick: onSelectorClick,
onClear: onSelectorClear,
invalid: submitInvalidate,
onInvalid: function onInvalid(invalid) {
onSelectorInvalid(invalid, 0);
}
})
)));
}
var RefPicker = React291.forwardRef(Picker3);
if (true) {
RefPicker.displayName = "RefPicker";
}
var SinglePicker_default = RefPicker;
// node_modules/rc-picker/es/index.js
var es_default16 = SinglePicker_default;
// node_modules/antd/es/calendar/Header.js
var React299 = __toESM(require_react());
var import_react96 = __toESM(require_react());
// node_modules/antd/es/radio/group.js
var React297 = __toESM(require_react());
var import_classnames112 = __toESM(require_classnames());
// node_modules/antd/es/radio/context.js
var React292 = __toESM(require_react());
var RadioGroupContext = React292.createContext(null);
var RadioGroupContextProvider = RadioGroupContext.Provider;
var context_default7 = RadioGroupContext;
var RadioOptionTypeContext = React292.createContext(null);
var RadioOptionTypeContextProvider = RadioOptionTypeContext.Provider;
// node_modules/antd/es/radio/radio.js
var React295 = __toESM(require_react());
var import_classnames111 = __toESM(require_classnames());
// node_modules/rc-checkbox/es/index.js
var import_classnames110 = __toESM(require_classnames());
var React293 = __toESM(require_react());
var import_react94 = __toESM(require_react());
var _excluded42 = ["prefixCls", "className", "style", "checked", "disabled", "defaultChecked", "type", "title", "onChange"];
var Checkbox = (0, import_react94.forwardRef)(function(props, ref) {
var _props$prefixCls = props.prefixCls, prefixCls = _props$prefixCls === void 0 ? "rc-checkbox" : _props$prefixCls, className = props.className, style2 = props.style, checked = props.checked, disabled = props.disabled, _props$defaultChecked = props.defaultChecked, defaultChecked = _props$defaultChecked === void 0 ? false : _props$defaultChecked, _props$type = props.type, type5 = _props$type === void 0 ? "checkbox" : _props$type, title = props.title, onChange = props.onChange, inputProps = _objectWithoutProperties(props, _excluded42);
var inputRef = (0, import_react94.useRef)(null);
var holderRef = (0, import_react94.useRef)(null);
var _useMergedState = useMergedState(defaultChecked, {
value: checked
}), _useMergedState2 = _slicedToArray(_useMergedState, 2), rawValue = _useMergedState2[0], setRawValue = _useMergedState2[1];
(0, import_react94.useImperativeHandle)(ref, function() {
return {
focus: function focus(options) {
var _inputRef$current;
(_inputRef$current = inputRef.current) === null || _inputRef$current === void 0 || _inputRef$current.focus(options);
},
blur: function blur() {
var _inputRef$current2;
(_inputRef$current2 = inputRef.current) === null || _inputRef$current2 === void 0 || _inputRef$current2.blur();
},
input: inputRef.current,
nativeElement: holderRef.current
};
});
var classString = (0, import_classnames110.default)(prefixCls, className, _defineProperty(_defineProperty({}, "".concat(prefixCls, "-checked"), rawValue), "".concat(prefixCls, "-disabled"), disabled));
var handleChange = function handleChange2(e3) {
if (disabled) {
return;
}
if (!("checked" in props)) {
setRawValue(e3.target.checked);
}
onChange === null || onChange === void 0 || onChange({
target: _objectSpread2(_objectSpread2({}, props), {}, {
type: type5,
checked: e3.target.checked
}),
stopPropagation: function stopPropagation() {
e3.stopPropagation();
},
preventDefault: function preventDefault() {
e3.preventDefault();
},
nativeEvent: e3.nativeEvent
});
};
return React293.createElement("span", {
className: classString,
title,
style: style2,
ref: holderRef
}, React293.createElement("input", _extends({}, inputProps, {
className: "".concat(prefixCls, "-input"),
ref: inputRef,
onChange: handleChange,
disabled,
checked: !!rawValue,
type: type5
})), React293.createElement("span", {
className: "".concat(prefixCls, "-inner")
}));
});
var es_default17 = Checkbox;
// node_modules/antd/es/checkbox/useBubbleLock.js
var import_react95 = __toESM(require_react());
function useBubbleLock(onOriginInputClick) {
const labelClickLockRef = import_react95.default.useRef(null);
const clearLock = () => {
raf_default.cancel(labelClickLockRef.current);
labelClickLockRef.current = null;
};
const onLabelClick = () => {
clearLock();
labelClickLockRef.current = raf_default(() => {
labelClickLockRef.current = null;
});
};
const onInputClick = (e3) => {
if (labelClickLockRef.current) {
e3.stopPropagation();
clearLock();
}
onOriginInputClick === null || onOriginInputClick === void 0 ? void 0 : onOriginInputClick(e3);
};
return [onLabelClick, onInputClick];
}
// node_modules/antd/es/radio/style/index.js
var getGroupRadioStyle = (token2) => {
const {
componentCls,
antCls
} = token2;
const groupPrefixCls = `${componentCls}-group`;
return {
[groupPrefixCls]: Object.assign(Object.assign({}, resetComponent(token2)), {
display: "inline-block",
fontSize: 0,
// RTL
[`&${groupPrefixCls}-rtl`]: {
direction: "rtl"
},
[`&${groupPrefixCls}-block`]: {
display: "flex"
},
[`${antCls}-badge ${antCls}-badge-count`]: {
zIndex: 1
},
[`> ${antCls}-badge:not(:first-child) > ${antCls}-button-wrapper`]: {
borderInlineStart: "none"
}
})
};
};
var getRadioBasicStyle = (token2) => {
const {
componentCls,
wrapperMarginInlineEnd,
colorPrimary,
radioSize,
motionDurationSlow,
motionDurationMid,
motionEaseInOutCirc,
colorBgContainer,
colorBorder,
lineWidth,
colorBgContainerDisabled,
colorTextDisabled,
paddingXS,
dotColorDisabled,
lineType,
radioColor,
radioBgColor,
calc
} = token2;
const radioInnerPrefixCls = `${componentCls}-inner`;
const dotPadding = 4;
const radioDotDisabledSize = calc(radioSize).sub(calc(dotPadding).mul(2));
const radioSizeCalc = calc(1).mul(radioSize).equal({
unit: true
});
return {
[`${componentCls}-wrapper`]: Object.assign(Object.assign({}, resetComponent(token2)), {
display: "inline-flex",
alignItems: "baseline",
marginInlineStart: 0,
marginInlineEnd: wrapperMarginInlineEnd,
cursor: "pointer",
"&:last-child": {
marginInlineEnd: 0
},
// RTL
[`&${componentCls}-wrapper-rtl`]: {
direction: "rtl"
},
"&-disabled": {
cursor: "not-allowed",
color: token2.colorTextDisabled
},
"&::after": {
display: "inline-block",
width: 0,
overflow: "hidden",
content: '"\\a0"'
},
"&-block": {
flex: 1,
justifyContent: "center"
},
// hashId 在 wrapper 上,只能铺平
[`${componentCls}-checked::after`]: {
position: "absolute",
insetBlockStart: 0,
insetInlineStart: 0,
width: "100%",
height: "100%",
border: `${unit2(lineWidth)} ${lineType} ${colorPrimary}`,
borderRadius: "50%",
visibility: "hidden",
opacity: 0,
content: '""'
},
[componentCls]: Object.assign(Object.assign({}, resetComponent(token2)), {
position: "relative",
display: "inline-block",
outline: "none",
cursor: "pointer",
alignSelf: "center",
borderRadius: "50%"
}),
[`${componentCls}-wrapper:hover &,
&:hover ${radioInnerPrefixCls}`]: {
borderColor: colorPrimary
},
[`${componentCls}-input:focus-visible + ${radioInnerPrefixCls}`]: genFocusOutline(token2),
[`${componentCls}:hover::after, ${componentCls}-wrapper:hover &::after`]: {
visibility: "visible"
},
[`${componentCls}-inner`]: {
"&::after": {
boxSizing: "border-box",
position: "absolute",
insetBlockStart: "50%",
insetInlineStart: "50%",
display: "block",
width: radioSizeCalc,
height: radioSizeCalc,
marginBlockStart: calc(1).mul(radioSize).div(-2).equal({
unit: true
}),
marginInlineStart: calc(1).mul(radioSize).div(-2).equal({
unit: true
}),
backgroundColor: radioColor,
borderBlockStart: 0,
borderInlineStart: 0,
borderRadius: radioSizeCalc,
transform: "scale(0)",
opacity: 0,
transition: `all ${motionDurationSlow} ${motionEaseInOutCirc}`,
content: '""'
},
boxSizing: "border-box",
position: "relative",
insetBlockStart: 0,
insetInlineStart: 0,
display: "block",
width: radioSizeCalc,
height: radioSizeCalc,
backgroundColor: colorBgContainer,
borderColor: colorBorder,
borderStyle: "solid",
borderWidth: lineWidth,
borderRadius: "50%",
transition: `all ${motionDurationMid}`
},
[`${componentCls}-input`]: {
position: "absolute",
inset: 0,
zIndex: 1,
cursor: "pointer",
opacity: 0
},
// 选中状态
[`${componentCls}-checked`]: {
[radioInnerPrefixCls]: {
borderColor: colorPrimary,
backgroundColor: radioBgColor,
"&::after": {
transform: `scale(${token2.calc(token2.dotSize).div(radioSize).equal()})`,
opacity: 1,
transition: `all ${motionDurationSlow} ${motionEaseInOutCirc}`
}
}
},
[`${componentCls}-disabled`]: {
cursor: "not-allowed",
[radioInnerPrefixCls]: {
backgroundColor: colorBgContainerDisabled,
borderColor: colorBorder,
cursor: "not-allowed",
"&::after": {
backgroundColor: dotColorDisabled
}
},
[`${componentCls}-input`]: {
cursor: "not-allowed"
},
[`${componentCls}-disabled + span`]: {
color: colorTextDisabled,
cursor: "not-allowed"
},
[`&${componentCls}-checked`]: {
[radioInnerPrefixCls]: {
"&::after": {
transform: `scale(${calc(radioDotDisabledSize).div(radioSize).equal()})`
}
}
}
},
[`span${componentCls} + *`]: {
paddingInlineStart: paddingXS,
paddingInlineEnd: paddingXS
}
})
};
};
var getRadioButtonStyle = (token2) => {
const {
buttonColor,
controlHeight,
componentCls,
lineWidth,
lineType,
colorBorder,
motionDurationMid,
buttonPaddingInline,
fontSize,
buttonBg,
fontSizeLG,
controlHeightLG,
controlHeightSM,
paddingXS,
borderRadius,
borderRadiusSM,
borderRadiusLG,
buttonCheckedBg,
buttonSolidCheckedColor,
colorTextDisabled,
colorBgContainerDisabled,
buttonCheckedBgDisabled,
buttonCheckedColorDisabled,
colorPrimary,
colorPrimaryHover,
colorPrimaryActive,
buttonSolidCheckedBg,
buttonSolidCheckedHoverBg,
buttonSolidCheckedActiveBg,
calc
} = token2;
return {
[`${componentCls}-button-wrapper`]: {
position: "relative",
display: "inline-block",
height: controlHeight,
margin: 0,
paddingInline: buttonPaddingInline,
paddingBlock: 0,
color: buttonColor,
fontSize,
lineHeight: unit2(calc(controlHeight).sub(calc(lineWidth).mul(2)).equal()),
background: buttonBg,
border: `${unit2(lineWidth)} ${lineType} ${colorBorder}`,
// strange align fix for chrome but works
// https://gw.alipayobjects.com/zos/rmsportal/VFTfKXJuogBAXcvfAUWJ.gif
borderBlockStartWidth: calc(lineWidth).add(0.02).equal(),
borderInlineEndWidth: lineWidth,
cursor: "pointer",
transition: [`color ${motionDurationMid}`, `background ${motionDurationMid}`, `box-shadow ${motionDurationMid}`].join(","),
a: {
color: buttonColor
},
[`> ${componentCls}-button`]: {
position: "absolute",
insetBlockStart: 0,
insetInlineStart: 0,
zIndex: -1,
width: "100%",
height: "100%"
},
"&:not(:last-child)": {
marginInlineEnd: calc(lineWidth).mul(-1).equal()
},
"&:first-child": {
borderInlineStart: `${unit2(lineWidth)} ${lineType} ${colorBorder}`,
borderStartStartRadius: borderRadius,
borderEndStartRadius: borderRadius
},
"&:last-child": {
borderStartEndRadius: borderRadius,
borderEndEndRadius: borderRadius
},
"&:first-child:last-child": {
borderRadius
},
[`${componentCls}-group-large &`]: {
height: controlHeightLG,
fontSize: fontSizeLG,
lineHeight: unit2(calc(controlHeightLG).sub(calc(lineWidth).mul(2)).equal()),
"&:first-child": {
borderStartStartRadius: borderRadiusLG,
borderEndStartRadius: borderRadiusLG
},
"&:last-child": {
borderStartEndRadius: borderRadiusLG,
borderEndEndRadius: borderRadiusLG
}
},
[`${componentCls}-group-small &`]: {
height: controlHeightSM,
paddingInline: calc(paddingXS).sub(lineWidth).equal(),
paddingBlock: 0,
lineHeight: unit2(calc(controlHeightSM).sub(calc(lineWidth).mul(2)).equal()),
"&:first-child": {
borderStartStartRadius: borderRadiusSM,
borderEndStartRadius: borderRadiusSM
},
"&:last-child": {
borderStartEndRadius: borderRadiusSM,
borderEndEndRadius: borderRadiusSM
}
},
"&:hover": {
position: "relative",
color: colorPrimary
},
"&:has(:focus-visible)": genFocusOutline(token2),
[`${componentCls}-inner, input[type='checkbox'], input[type='radio']`]: {
width: 0,
height: 0,
opacity: 0,
pointerEvents: "none"
},
[`&-checked:not(${componentCls}-button-wrapper-disabled)`]: {
zIndex: 1,
color: colorPrimary,
background: buttonCheckedBg,
borderColor: colorPrimary,
"&::before": {
backgroundColor: colorPrimary
},
"&:first-child": {
borderColor: colorPrimary
},
"&:hover": {
color: colorPrimaryHover,
borderColor: colorPrimaryHover,
"&::before": {
backgroundColor: colorPrimaryHover
}
},
"&:active": {
color: colorPrimaryActive,
borderColor: colorPrimaryActive,
"&::before": {
backgroundColor: colorPrimaryActive
}
}
},
[`${componentCls}-group-solid &-checked:not(${componentCls}-button-wrapper-disabled)`]: {
color: buttonSolidCheckedColor,
background: buttonSolidCheckedBg,
borderColor: buttonSolidCheckedBg,
"&:hover": {
color: buttonSolidCheckedColor,
background: buttonSolidCheckedHoverBg,
borderColor: buttonSolidCheckedHoverBg
},
"&:active": {
color: buttonSolidCheckedColor,
background: buttonSolidCheckedActiveBg,
borderColor: buttonSolidCheckedActiveBg
}
},
"&-disabled": {
color: colorTextDisabled,
backgroundColor: colorBgContainerDisabled,
borderColor: colorBorder,
cursor: "not-allowed",
"&:first-child, &:hover": {
color: colorTextDisabled,
backgroundColor: colorBgContainerDisabled,
borderColor: colorBorder
}
},
[`&-disabled${componentCls}-button-wrapper-checked`]: {
color: buttonCheckedColorDisabled,
backgroundColor: buttonCheckedBgDisabled,
borderColor: colorBorder,
boxShadow: "none"
},
"&-block": {
flex: 1,
textAlign: "center"
}
}
};
};
var prepareComponentToken21 = (token2) => {
const {
wireframe,
padding,
marginXS,
lineWidth,
fontSizeLG,
colorText,
colorBgContainer,
colorTextDisabled,
controlItemBgActiveDisabled,
colorTextLightSolid,
colorPrimary,
colorPrimaryHover,
colorPrimaryActive,
colorWhite
} = token2;
const dotPadding = 4;
const radioSize = fontSizeLG;
const radioDotSize = wireframe ? radioSize - dotPadding * 2 : radioSize - (dotPadding + lineWidth) * 2;
return {
// Radio
radioSize,
dotSize: radioDotSize,
dotColorDisabled: colorTextDisabled,
// Radio buttons
buttonSolidCheckedColor: colorTextLightSolid,
buttonSolidCheckedBg: colorPrimary,
buttonSolidCheckedHoverBg: colorPrimaryHover,
buttonSolidCheckedActiveBg: colorPrimaryActive,
buttonBg: colorBgContainer,
buttonCheckedBg: colorBgContainer,
buttonColor: colorText,
buttonCheckedBgDisabled: controlItemBgActiveDisabled,
buttonCheckedColorDisabled: colorTextDisabled,
buttonPaddingInline: padding - lineWidth,
wrapperMarginInlineEnd: marginXS,
// internal
radioColor: wireframe ? colorPrimary : colorWhite,
radioBgColor: wireframe ? colorBgContainer : colorPrimary
};
};
var style_default23 = genStyleHooks("Radio", (token2) => {
const {
controlOutline,
controlOutlineWidth
} = token2;
const radioFocusShadow = `0 0 0 ${unit2(controlOutlineWidth)} ${controlOutline}`;
const radioButtonFocusShadow = radioFocusShadow;
const radioToken = merge2(token2, {
radioFocusShadow,
radioButtonFocusShadow
});
return [getGroupRadioStyle(radioToken), getRadioBasicStyle(radioToken), getRadioButtonStyle(radioToken)];
}, prepareComponentToken21, {
unitless: {
radioSize: true,
dotSize: true
}
});
// node_modules/antd/es/radio/radio.js
var __rest32 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var InternalRadio = (props, ref) => {
var _a, _b;
const groupContext = React295.useContext(context_default7);
const radioOptionTypeContext = React295.useContext(RadioOptionTypeContext);
const {
getPrefixCls,
direction,
radio
} = React295.useContext(ConfigContext);
const innerRef = React295.useRef(null);
const mergedRef = composeRef(ref, innerRef);
const {
isFormItemInput
} = React295.useContext(FormItemInputContext);
if (true) {
const warning5 = devUseWarning("Radio");
true ? warning5(!("optionType" in props), "usage", "`optionType` is only support in Radio.Group.") : void 0;
}
const onChange = (e3) => {
var _a2, _b2;
(_a2 = props.onChange) === null || _a2 === void 0 ? void 0 : _a2.call(props, e3);
(_b2 = groupContext === null || groupContext === void 0 ? void 0 : groupContext.onChange) === null || _b2 === void 0 ? void 0 : _b2.call(groupContext, e3);
};
const {
prefixCls: customizePrefixCls,
className,
rootClassName,
children,
style: style2,
title
} = props, restProps = __rest32(props, ["prefixCls", "className", "rootClassName", "children", "style", "title"]);
const radioPrefixCls = getPrefixCls("radio", customizePrefixCls);
const isButtonType = ((groupContext === null || groupContext === void 0 ? void 0 : groupContext.optionType) || radioOptionTypeContext) === "button";
const prefixCls = isButtonType ? `${radioPrefixCls}-button` : radioPrefixCls;
const rootCls = useCSSVarCls_default(radioPrefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default23(radioPrefixCls, rootCls);
const radioProps = Object.assign({}, restProps);
const disabled = React295.useContext(DisabledContext_default);
if (groupContext) {
radioProps.name = groupContext.name;
radioProps.onChange = onChange;
radioProps.checked = props.value === groupContext.value;
radioProps.disabled = (_a = radioProps.disabled) !== null && _a !== void 0 ? _a : groupContext.disabled;
}
radioProps.disabled = (_b = radioProps.disabled) !== null && _b !== void 0 ? _b : disabled;
const wrapperClassString = (0, import_classnames111.default)(`${prefixCls}-wrapper`, {
[`${prefixCls}-wrapper-checked`]: radioProps.checked,
[`${prefixCls}-wrapper-disabled`]: radioProps.disabled,
[`${prefixCls}-wrapper-rtl`]: direction === "rtl",
[`${prefixCls}-wrapper-in-form-item`]: isFormItemInput,
[`${prefixCls}-wrapper-block`]: !!(groupContext === null || groupContext === void 0 ? void 0 : groupContext.block)
}, radio === null || radio === void 0 ? void 0 : radio.className, className, rootClassName, hashId, cssVarCls, rootCls);
const [onLabelClick, onInputClick] = useBubbleLock(radioProps.onClick);
return wrapCSSVar(React295.createElement(wave_default, {
component: "Radio",
disabled: radioProps.disabled
}, React295.createElement("label", {
className: wrapperClassString,
style: Object.assign(Object.assign({}, radio === null || radio === void 0 ? void 0 : radio.style), style2),
onMouseEnter: props.onMouseEnter,
onMouseLeave: props.onMouseLeave,
title,
onClick: onLabelClick
}, React295.createElement(es_default17, Object.assign({}, radioProps, {
className: (0, import_classnames111.default)(radioProps.className, {
[TARGET_CLS]: !isButtonType
}),
type: "radio",
prefixCls,
ref: mergedRef,
onClick: onInputClick
})), children !== void 0 ? React295.createElement("span", {
className: `${prefixCls}-label`
}, children) : null)));
};
var Radio = React295.forwardRef(InternalRadio);
if (true) {
Radio.displayName = "Radio";
}
var radio_default = Radio;
// node_modules/antd/es/form/hooks/useForm.js
var React296 = __toESM(require_react());
// node_modules/antd/es/form/util.js
var formItemNameBlackList = ["parentNode"];
var defaultItemNamePrefixCls = "form_item";
function toArray6(candidate) {
if (candidate === void 0 || candidate === false) {
return [];
}
return Array.isArray(candidate) ? candidate : [candidate];
}
function getFieldId(namePath, formName) {
if (!namePath.length) {
return void 0;
}
const mergedId = namePath.join("_");
if (formName) {
return `${formName}_${mergedId}`;
}
const isIllegalName = formItemNameBlackList.includes(mergedId);
return isIllegalName ? `${defaultItemNamePrefixCls}_${mergedId}` : mergedId;
}
function getStatus(errors, warnings, meta, defaultValidateStatus, hasFeedback, validateStatus) {
let status = defaultValidateStatus;
if (validateStatus !== void 0) {
status = validateStatus;
} else if (meta.validating) {
status = "validating";
} else if (errors.length) {
status = "error";
} else if (warnings.length) {
status = "warning";
} else if (meta.touched || hasFeedback && meta.validated) {
status = "success";
}
return status;
}
// node_modules/antd/es/form/hooks/useForm.js
var __rest33 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
function toNamePathStr(name) {
const namePath = toArray6(name);
return namePath.join("_");
}
function getFieldDOMNode(name, wrapForm) {
const field = wrapForm.getFieldInstance(name);
const fieldDom = getDOM(field);
if (fieldDom) {
return fieldDom;
}
const fieldId = getFieldId(toArray6(name), wrapForm.__INTERNAL__.name);
if (fieldId) {
return document.getElementById(fieldId);
}
}
function useForm2(form) {
const [rcForm] = useForm_default();
const itemsRef = React296.useRef({});
const wrapForm = React296.useMemo(() => form !== null && form !== void 0 ? form : Object.assign(Object.assign({}, rcForm), {
__INTERNAL__: {
itemRef: (name) => (node2) => {
const namePathStr = toNamePathStr(name);
if (node2) {
itemsRef.current[namePathStr] = node2;
} else {
delete itemsRef.current[namePathStr];
}
}
},
scrollToField: (name, options = {}) => {
const {
focus
} = options, restOpt = __rest33(options, ["focus"]);
const node2 = getFieldDOMNode(name, wrapForm);
if (node2) {
e2(node2, Object.assign({
scrollMode: "if-needed",
block: "nearest"
}, restOpt));
if (focus) {
wrapForm.focusField(name);
}
}
},
focusField: (name) => {
var _a, _b;
const itemRef = wrapForm.getFieldInstance(name);
if (typeof (itemRef === null || itemRef === void 0 ? void 0 : itemRef.focus) === "function") {
itemRef.focus();
} else {
(_b = (_a = getFieldDOMNode(name, wrapForm)) === null || _a === void 0 ? void 0 : _a.focus) === null || _b === void 0 ? void 0 : _b.call(_a);
}
},
getFieldInstance: (name) => {
const namePathStr = toNamePathStr(name);
return itemsRef.current[namePathStr];
}
}), [form, rcForm]);
return [wrapForm];
}
// node_modules/antd/es/radio/group.js
var RadioGroup = React297.forwardRef((props, ref) => {
const {
getPrefixCls,
direction
} = React297.useContext(ConfigContext);
const {
name: formItemName
} = React297.useContext(FormItemInputContext);
const defaultName = useId_default(toNamePathStr(formItemName));
const {
prefixCls: customizePrefixCls,
className,
rootClassName,
options,
buttonStyle = "outline",
disabled,
children,
size: customizeSize,
style: style2,
id,
optionType,
name = defaultName,
defaultValue,
value: customizedValue,
block = false,
onChange,
onMouseEnter,
onMouseLeave,
onFocus,
onBlur
} = props;
const [value, setValue] = useMergedState(defaultValue, {
value: customizedValue
});
const onRadioChange = React297.useCallback((event) => {
const lastValue = value;
const val = event.target.value;
if (!("value" in props)) {
setValue(val);
}
if (val !== lastValue) {
onChange === null || onChange === void 0 ? void 0 : onChange(event);
}
}, [value, setValue, onChange]);
const prefixCls = getPrefixCls("radio", customizePrefixCls);
const groupPrefixCls = `${prefixCls}-group`;
const rootCls = useCSSVarCls_default(prefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default23(prefixCls, rootCls);
let childrenToRender = children;
if (options && options.length > 0) {
childrenToRender = options.map((option) => {
if (typeof option === "string" || typeof option === "number") {
return React297.createElement(radio_default, {
key: option.toString(),
prefixCls,
disabled,
value: option,
checked: value === option
}, option);
}
return React297.createElement(radio_default, {
key: `radio-group-value-options-${option.value}`,
prefixCls,
disabled: option.disabled || disabled,
value: option.value,
checked: value === option.value,
title: option.title,
style: option.style,
className: option.className,
id: option.id,
required: option.required
}, option.label);
});
}
const mergedSize = useSize_default(customizeSize);
const classString = (0, import_classnames112.default)(groupPrefixCls, `${groupPrefixCls}-${buttonStyle}`, {
[`${groupPrefixCls}-${mergedSize}`]: mergedSize,
[`${groupPrefixCls}-rtl`]: direction === "rtl",
[`${groupPrefixCls}-block`]: block
}, className, rootClassName, hashId, cssVarCls, rootCls);
const memoizedValue = React297.useMemo(() => ({
onChange: onRadioChange,
value,
disabled,
name,
optionType,
block
}), [onRadioChange, value, disabled, name, optionType, block]);
return wrapCSSVar(React297.createElement("div", Object.assign({}, pickAttrs(props, {
aria: true,
data: true
}), {
className: classString,
style: style2,
onMouseEnter,
onMouseLeave,
onFocus,
onBlur,
id,
ref
}), React297.createElement(RadioGroupContextProvider, {
value: memoizedValue
}, childrenToRender)));
});
var group_default2 = React297.memo(RadioGroup);
// node_modules/antd/es/radio/radioButton.js
var React298 = __toESM(require_react());
var __rest34 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var RadioButton = (props, ref) => {
const {
getPrefixCls
} = React298.useContext(ConfigContext);
const {
prefixCls: customizePrefixCls
} = props, radioProps = __rest34(props, ["prefixCls"]);
const prefixCls = getPrefixCls("radio", customizePrefixCls);
return React298.createElement(RadioOptionTypeContextProvider, {
value: "button"
}, React298.createElement(radio_default, Object.assign({
prefixCls
}, radioProps, {
type: "radio",
ref
})));
};
var radioButton_default = React298.forwardRef(RadioButton);
// node_modules/antd/es/radio/index.js
var Radio2 = radio_default;
Radio2.Button = radioButton_default;
Radio2.Group = group_default2;
Radio2.__ANT_RADIO = true;
var radio_default2 = Radio2;
// node_modules/antd/es/calendar/Header.js
var YEAR_SELECT_OFFSET = 10;
var YEAR_SELECT_TOTAL = 20;
function YearSelect(props) {
const {
fullscreen,
validRange,
generateConfig: generateConfig2,
locale: locale6,
prefixCls,
value,
onChange,
divRef
} = props;
const year = generateConfig2.getYear(value || generateConfig2.getNow());
let start = year - YEAR_SELECT_OFFSET;
let end = start + YEAR_SELECT_TOTAL;
if (validRange) {
start = generateConfig2.getYear(validRange[0]);
end = generateConfig2.getYear(validRange[1]) + 1;
}
const suffix = locale6 && locale6.year === "年" ? "年" : "";
const options = [];
for (let index3 = start; index3 < end; index3++) {
options.push({
label: `${index3}${suffix}`,
value: index3
});
}
return React299.createElement(select_default, {
size: fullscreen ? void 0 : "small",
options,
value: year,
className: `${prefixCls}-year-select`,
onChange: (numYear) => {
let newDate = generateConfig2.setYear(value, numYear);
if (validRange) {
const [startDate, endDate] = validRange;
const newYear = generateConfig2.getYear(newDate);
const newMonth = generateConfig2.getMonth(newDate);
if (newYear === generateConfig2.getYear(endDate) && newMonth > generateConfig2.getMonth(endDate)) {
newDate = generateConfig2.setMonth(newDate, generateConfig2.getMonth(endDate));
}
if (newYear === generateConfig2.getYear(startDate) && newMonth < generateConfig2.getMonth(startDate)) {
newDate = generateConfig2.setMonth(newDate, generateConfig2.getMonth(startDate));
}
}
onChange(newDate);
},
getPopupContainer: () => divRef.current
});
}
function MonthSelect(props) {
const {
prefixCls,
fullscreen,
validRange,
value,
generateConfig: generateConfig2,
locale: locale6,
onChange,
divRef
} = props;
const month = generateConfig2.getMonth(value || generateConfig2.getNow());
let start = 0;
let end = 11;
if (validRange) {
const [rangeStart, rangeEnd] = validRange;
const currentYear = generateConfig2.getYear(value);
if (generateConfig2.getYear(rangeEnd) === currentYear) {
end = generateConfig2.getMonth(rangeEnd);
}
if (generateConfig2.getYear(rangeStart) === currentYear) {
start = generateConfig2.getMonth(rangeStart);
}
}
const months = locale6.shortMonths || generateConfig2.locale.getShortMonths(locale6.locale);
const options = [];
for (let index3 = start; index3 <= end; index3 += 1) {
options.push({
label: months[index3],
value: index3
});
}
return React299.createElement(select_default, {
size: fullscreen ? void 0 : "small",
className: `${prefixCls}-month-select`,
value: month,
options,
onChange: (newMonth) => {
onChange(generateConfig2.setMonth(value, newMonth));
},
getPopupContainer: () => divRef.current
});
}
function ModeSwitch(props) {
const {
prefixCls,
locale: locale6,
mode,
fullscreen,
onModeChange
} = props;
return React299.createElement(group_default2, {
onChange: ({
target: {
value
}
}) => {
onModeChange(value);
},
value: mode,
size: fullscreen ? void 0 : "small",
className: `${prefixCls}-mode-switch`
}, React299.createElement(radioButton_default, {
value: "month"
}, locale6.month), React299.createElement(radioButton_default, {
value: "year"
}, locale6.year));
}
function CalendarHeader(props) {
const {
prefixCls,
fullscreen,
mode,
onChange,
onModeChange
} = props;
const divRef = React299.useRef(null);
const formItemInputContext = (0, import_react96.useContext)(FormItemInputContext);
const mergedFormItemInputContext = (0, import_react96.useMemo)(() => Object.assign(Object.assign({}, formItemInputContext), {
isFormItemInput: false
}), [formItemInputContext]);
const sharedProps = Object.assign(Object.assign({}, props), {
fullscreen,
divRef
});
return React299.createElement("div", {
className: `${prefixCls}-header`,
ref: divRef
}, React299.createElement(FormItemInputContext.Provider, {
value: mergedFormItemInputContext
}, React299.createElement(YearSelect, Object.assign({}, sharedProps, {
onChange: (v) => {
onChange(v, "year");
}
})), mode === "month" && React299.createElement(MonthSelect, Object.assign({}, sharedProps, {
onChange: (v) => {
onChange(v, "month");
}
}))), React299.createElement(ModeSwitch, Object.assign({}, sharedProps, {
onModeChange
})));
}
var Header_default = CalendarHeader;
// node_modules/antd/es/input/style/token.js
function initInputToken(token2) {
return merge2(token2, {
inputAffixPadding: token2.paddingXXS
});
}
var initComponentToken = (token2) => {
const {
controlHeight,
fontSize,
lineHeight,
lineWidth,
controlHeightSM,
controlHeightLG,
fontSizeLG,
lineHeightLG,
paddingSM,
controlPaddingHorizontalSM,
controlPaddingHorizontal,
colorFillAlter,
colorPrimaryHover,
colorPrimary,
controlOutlineWidth,
controlOutline,
colorErrorOutline,
colorWarningOutline,
colorBgContainer,
inputFontSize,
inputFontSizeLG,
inputFontSizeSM
} = token2;
const mergedFontSize = inputFontSize || fontSize;
const mergedFontSizeSM = inputFontSizeSM || mergedFontSize;
const mergedFontSizeLG = inputFontSizeLG || fontSizeLG;
const paddingBlock = Math.round((controlHeight - mergedFontSize * lineHeight) / 2 * 10) / 10 - lineWidth;
const paddingBlockSM = Math.round((controlHeightSM - mergedFontSizeSM * lineHeight) / 2 * 10) / 10 - lineWidth;
const paddingBlockLG = Math.ceil((controlHeightLG - mergedFontSizeLG * lineHeightLG) / 2 * 10) / 10 - lineWidth;
return {
paddingBlock: Math.max(paddingBlock, 0),
paddingBlockSM: Math.max(paddingBlockSM, 0),
paddingBlockLG: Math.max(paddingBlockLG, 0),
paddingInline: paddingSM - lineWidth,
paddingInlineSM: controlPaddingHorizontalSM - lineWidth,
paddingInlineLG: controlPaddingHorizontal - lineWidth,
addonBg: colorFillAlter,
activeBorderColor: colorPrimary,
hoverBorderColor: colorPrimaryHover,
activeShadow: `0 0 0 ${controlOutlineWidth}px ${controlOutline}`,
errorActiveShadow: `0 0 0 ${controlOutlineWidth}px ${colorErrorOutline}`,
warningActiveShadow: `0 0 0 ${controlOutlineWidth}px ${colorWarningOutline}`,
hoverBg: colorBgContainer,
activeBg: colorBgContainer,
inputFontSize: mergedFontSize,
inputFontSizeLG: mergedFontSizeLG,
inputFontSizeSM: mergedFontSizeSM
};
};
// node_modules/antd/es/input/style/variants.js
var genHoverStyle = (token2) => ({
borderColor: token2.hoverBorderColor,
backgroundColor: token2.hoverBg
});
var genDisabledStyle2 = (token2) => ({
color: token2.colorTextDisabled,
backgroundColor: token2.colorBgContainerDisabled,
borderColor: token2.colorBorder,
boxShadow: "none",
cursor: "not-allowed",
opacity: 1,
"input[disabled], textarea[disabled]": {
cursor: "not-allowed"
},
"&:hover:not([disabled])": Object.assign({}, genHoverStyle(merge2(token2, {
hoverBorderColor: token2.colorBorder,
hoverBg: token2.colorBgContainerDisabled
})))
});
var genBaseOutlinedStyle2 = (token2, options) => ({
background: token2.colorBgContainer,
borderWidth: token2.lineWidth,
borderStyle: token2.lineType,
borderColor: options.borderColor,
"&:hover": {
borderColor: options.hoverBorderColor,
backgroundColor: token2.hoverBg
},
"&:focus, &:focus-within": {
borderColor: options.activeBorderColor,
boxShadow: options.activeShadow,
outline: 0,
backgroundColor: token2.activeBg
}
});
var genOutlinedStatusStyle2 = (token2, options) => ({
[`&${token2.componentCls}-status-${options.status}:not(${token2.componentCls}-disabled)`]: Object.assign(Object.assign({}, genBaseOutlinedStyle2(token2, options)), {
[`${token2.componentCls}-prefix, ${token2.componentCls}-suffix`]: {
color: options.affixColor
}
}),
[`&${token2.componentCls}-status-${options.status}${token2.componentCls}-disabled`]: {
borderColor: options.borderColor
}
});
var genOutlinedStyle2 = (token2, extraStyles) => ({
"&-outlined": Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, genBaseOutlinedStyle2(token2, {
borderColor: token2.colorBorder,
hoverBorderColor: token2.hoverBorderColor,
activeBorderColor: token2.activeBorderColor,
activeShadow: token2.activeShadow
})), {
[`&${token2.componentCls}-disabled, &[disabled]`]: Object.assign({}, genDisabledStyle2(token2))
}), genOutlinedStatusStyle2(token2, {
status: "error",
borderColor: token2.colorError,
hoverBorderColor: token2.colorErrorBorderHover,
activeBorderColor: token2.colorError,
activeShadow: token2.errorActiveShadow,
affixColor: token2.colorError
})), genOutlinedStatusStyle2(token2, {
status: "warning",
borderColor: token2.colorWarning,
hoverBorderColor: token2.colorWarningBorderHover,
activeBorderColor: token2.colorWarning,
activeShadow: token2.warningActiveShadow,
affixColor: token2.colorWarning
})), extraStyles)
});
var genOutlinedGroupStatusStyle = (token2, options) => ({
[`&${token2.componentCls}-group-wrapper-status-${options.status}`]: {
[`${token2.componentCls}-group-addon`]: {
borderColor: options.addonBorderColor,
color: options.addonColor
}
}
});
var genOutlinedGroupStyle = (token2) => ({
"&-outlined": Object.assign(Object.assign(Object.assign({
[`${token2.componentCls}-group`]: {
"&-addon": {
background: token2.addonBg,
border: `${unit2(token2.lineWidth)} ${token2.lineType} ${token2.colorBorder}`
},
"&-addon:first-child": {
borderInlineEnd: 0
},
"&-addon:last-child": {
borderInlineStart: 0
}
}
}, genOutlinedGroupStatusStyle(token2, {
status: "error",
addonBorderColor: token2.colorError,
addonColor: token2.colorErrorText
})), genOutlinedGroupStatusStyle(token2, {
status: "warning",
addonBorderColor: token2.colorWarning,
addonColor: token2.colorWarningText
})), {
[`&${token2.componentCls}-group-wrapper-disabled`]: {
[`${token2.componentCls}-group-addon`]: Object.assign({}, genDisabledStyle2(token2))
}
})
});
var genBorderlessStyle3 = (token2, extraStyles) => {
const {
componentCls
} = token2;
return {
"&-borderless": Object.assign({
background: "transparent",
border: "none",
"&:focus, &:focus-within": {
outline: "none"
},
// >>>>> Disabled
[`&${componentCls}-disabled, &[disabled]`]: {
color: token2.colorTextDisabled,
cursor: "not-allowed"
},
// >>>>> Status
[`&${componentCls}-status-error`]: {
"&, & input, & textarea": {
color: token2.colorError
}
},
[`&${componentCls}-status-warning`]: {
"&, & input, & textarea": {
color: token2.colorWarning
}
}
}, extraStyles)
};
};
var genBaseFilledStyle2 = (token2, options) => {
var _a;
return {
background: options.bg,
borderWidth: token2.lineWidth,
borderStyle: token2.lineType,
borderColor: "transparent",
"input&, & input, textarea&, & textarea": {
color: (_a = options === null || options === void 0 ? void 0 : options.inputColor) !== null && _a !== void 0 ? _a : "unset"
},
"&:hover": {
background: options.hoverBg
},
"&:focus, &:focus-within": {
outline: 0,
borderColor: options.activeBorderColor,
backgroundColor: token2.activeBg
}
};
};
var genFilledStatusStyle2 = (token2, options) => ({
[`&${token2.componentCls}-status-${options.status}:not(${token2.componentCls}-disabled)`]: Object.assign(Object.assign({}, genBaseFilledStyle2(token2, options)), {
[`${token2.componentCls}-prefix, ${token2.componentCls}-suffix`]: {
color: options.affixColor
}
})
});
var genFilledStyle2 = (token2, extraStyles) => ({
"&-filled": Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, genBaseFilledStyle2(token2, {
bg: token2.colorFillTertiary,
hoverBg: token2.colorFillSecondary,
activeBorderColor: token2.activeBorderColor
})), {
[`&${token2.componentCls}-disabled, &[disabled]`]: Object.assign({}, genDisabledStyle2(token2))
}), genFilledStatusStyle2(token2, {
status: "error",
bg: token2.colorErrorBg,
hoverBg: token2.colorErrorBgHover,
activeBorderColor: token2.colorError,
inputColor: token2.colorErrorText,
affixColor: token2.colorError
})), genFilledStatusStyle2(token2, {
status: "warning",
bg: token2.colorWarningBg,
hoverBg: token2.colorWarningBgHover,
activeBorderColor: token2.colorWarning,
inputColor: token2.colorWarningText,
affixColor: token2.colorWarning
})), extraStyles)
});
var genFilledGroupStatusStyle = (token2, options) => ({
[`&${token2.componentCls}-group-wrapper-status-${options.status}`]: {
[`${token2.componentCls}-group-addon`]: {
background: options.addonBg,
color: options.addonColor
}
}
});
var genFilledGroupStyle = (token2) => ({
"&-filled": Object.assign(Object.assign(Object.assign({
[`${token2.componentCls}-group-addon`]: {
background: token2.colorFillTertiary,
"&:last-child": {
position: "static"
}
}
}, genFilledGroupStatusStyle(token2, {
status: "error",
addonBg: token2.colorErrorBg,
addonColor: token2.colorErrorText
})), genFilledGroupStatusStyle(token2, {
status: "warning",
addonBg: token2.colorWarningBg,
addonColor: token2.colorWarningText
})), {
[`&${token2.componentCls}-group-wrapper-disabled`]: {
[`${token2.componentCls}-group`]: {
"&-addon": {
background: token2.colorFillTertiary,
color: token2.colorTextDisabled
},
"&-addon:first-child": {
borderInlineStart: `${unit2(token2.lineWidth)} ${token2.lineType} ${token2.colorBorder}`,
borderTop: `${unit2(token2.lineWidth)} ${token2.lineType} ${token2.colorBorder}`,
borderBottom: `${unit2(token2.lineWidth)} ${token2.lineType} ${token2.colorBorder}`
},
"&-addon:last-child": {
borderInlineEnd: `${unit2(token2.lineWidth)} ${token2.lineType} ${token2.colorBorder}`,
borderTop: `${unit2(token2.lineWidth)} ${token2.lineType} ${token2.colorBorder}`,
borderBottom: `${unit2(token2.lineWidth)} ${token2.lineType} ${token2.colorBorder}`
}
}
}
})
});
var genBaseUnderlinedStyle2 = (token2, options) => ({
background: token2.colorBgContainer,
borderWidth: `${unit2(token2.lineWidth)} 0`,
borderStyle: `${token2.lineType} none`,
borderColor: `transparent transparent ${options.borderColor} transparent`,
borderRadius: 0,
"&:hover": {
borderColor: `transparent transparent ${options.hoverBorderColor} transparent`,
backgroundColor: token2.hoverBg
},
"&:focus, &:focus-within": {
borderColor: `transparent transparent ${options.activeBorderColor} transparent`,
outline: 0,
backgroundColor: token2.activeBg
}
});
var genUnderlinedStatusStyle2 = (token2, options) => ({
[`&${token2.componentCls}-status-${options.status}:not(${token2.componentCls}-disabled)`]: Object.assign(Object.assign({}, genBaseUnderlinedStyle2(token2, options)), {
[`${token2.componentCls}-prefix, ${token2.componentCls}-suffix`]: {
color: options.affixColor
}
}),
[`&${token2.componentCls}-status-${options.status}${token2.componentCls}-disabled`]: {
borderColor: `transparent transparent ${options.borderColor} transparent`
}
});
var genUnderlinedStyle2 = (token2, extraStyles) => ({
"&-underlined": Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, genBaseUnderlinedStyle2(token2, {
borderColor: token2.colorBorder,
hoverBorderColor: token2.hoverBorderColor,
activeBorderColor: token2.activeBorderColor,
activeShadow: token2.activeShadow
})), {
// >>>>> Disabled
[`&${token2.componentCls}-disabled, &[disabled]`]: {
color: token2.colorTextDisabled,
boxShadow: "none",
cursor: "not-allowed",
"&:hover": {
borderColor: `transparent transparent ${token2.colorBorder} transparent`
}
},
"input[disabled], textarea[disabled]": {
cursor: "not-allowed"
}
}), genUnderlinedStatusStyle2(token2, {
status: "error",
borderColor: token2.colorError,
hoverBorderColor: token2.colorErrorBorderHover,
activeBorderColor: token2.colorError,
activeShadow: token2.errorActiveShadow,
affixColor: token2.colorError
})), genUnderlinedStatusStyle2(token2, {
status: "warning",
borderColor: token2.colorWarning,
hoverBorderColor: token2.colorWarningBorderHover,
activeBorderColor: token2.colorWarning,
activeShadow: token2.warningActiveShadow,
affixColor: token2.colorWarning
})), extraStyles)
});
// node_modules/antd/es/input/style/index.js
var genPlaceholderStyle = (color) => ({
// Firefox
"&::-moz-placeholder": {
opacity: 1
},
"&::placeholder": {
color,
userSelect: "none"
// https://github.com/ant-design/ant-design/pull/32639
},
"&:placeholder-shown": {
textOverflow: "ellipsis"
}
});
var genInputLargeStyle = (token2) => {
const {
paddingBlockLG,
lineHeightLG,
borderRadiusLG,
paddingInlineLG
} = token2;
return {
padding: `${unit2(paddingBlockLG)} ${unit2(paddingInlineLG)}`,
fontSize: token2.inputFontSizeLG,
lineHeight: lineHeightLG,
borderRadius: borderRadiusLG
};
};
var genInputSmallStyle = (token2) => ({
padding: `${unit2(token2.paddingBlockSM)} ${unit2(token2.paddingInlineSM)}`,
fontSize: token2.inputFontSizeSM,
borderRadius: token2.borderRadiusSM
});
var genBasicInputStyle = (token2) => Object.assign(Object.assign({
position: "relative",
display: "inline-block",
width: "100%",
minWidth: 0,
padding: `${unit2(token2.paddingBlock)} ${unit2(token2.paddingInline)}`,
color: token2.colorText,
fontSize: token2.inputFontSize,
lineHeight: token2.lineHeight,
borderRadius: token2.borderRadius,
transition: `all ${token2.motionDurationMid}`
}, genPlaceholderStyle(token2.colorTextPlaceholder)), {
// Size
"&-lg": Object.assign({}, genInputLargeStyle(token2)),
"&-sm": Object.assign({}, genInputSmallStyle(token2)),
// RTL
"&-rtl, &-textarea-rtl": {
direction: "rtl"
}
});
var genInputGroupStyle = (token2) => {
const {
componentCls,
antCls
} = token2;
return {
position: "relative",
display: "table",
width: "100%",
borderCollapse: "separate",
borderSpacing: 0,
// Undo padding and float of grid classes
"&[class*='col-']": {
paddingInlineEnd: token2.paddingXS,
"&:last-child": {
paddingInlineEnd: 0
}
},
// Sizing options
[`&-lg ${componentCls}, &-lg > ${componentCls}-group-addon`]: Object.assign({}, genInputLargeStyle(token2)),
[`&-sm ${componentCls}, &-sm > ${componentCls}-group-addon`]: Object.assign({}, genInputSmallStyle(token2)),
// Fix https://github.com/ant-design/ant-design/issues/5754
[`&-lg ${antCls}-select-single ${antCls}-select-selector`]: {
height: token2.controlHeightLG
},
[`&-sm ${antCls}-select-single ${antCls}-select-selector`]: {
height: token2.controlHeightSM
},
[`> ${componentCls}`]: {
display: "table-cell",
"&:not(:first-child):not(:last-child)": {
borderRadius: 0
}
},
[`${componentCls}-group`]: {
"&-addon, &-wrap": {
display: "table-cell",
width: 1,
whiteSpace: "nowrap",
verticalAlign: "middle",
"&:not(:first-child):not(:last-child)": {
borderRadius: 0
}
},
"&-wrap > *": {
display: "block !important"
},
"&-addon": {
position: "relative",
padding: `0 ${unit2(token2.paddingInline)}`,
color: token2.colorText,
fontWeight: "normal",
fontSize: token2.inputFontSize,
textAlign: "center",
borderRadius: token2.borderRadius,
transition: `all ${token2.motionDurationSlow}`,
lineHeight: 1,
// Reset Select's style in addon
[`${antCls}-select`]: {
margin: `${unit2(token2.calc(token2.paddingBlock).add(1).mul(-1).equal())} ${unit2(token2.calc(token2.paddingInline).mul(-1).equal())}`,
[`&${antCls}-select-single:not(${antCls}-select-customize-input):not(${antCls}-pagination-size-changer)`]: {
[`${antCls}-select-selector`]: {
backgroundColor: "inherit",
border: `${unit2(token2.lineWidth)} ${token2.lineType} transparent`,
boxShadow: "none"
}
}
},
// https://github.com/ant-design/ant-design/issues/31333
[`${antCls}-cascader-picker`]: {
margin: `-9px ${unit2(token2.calc(token2.paddingInline).mul(-1).equal())}`,
backgroundColor: "transparent",
[`${antCls}-cascader-input`]: {
textAlign: "start",
border: 0,
boxShadow: "none"
}
}
}
},
[componentCls]: {
width: "100%",
marginBottom: 0,
textAlign: "inherit",
"&:focus": {
zIndex: 1,
// Fix https://gw.alipayobjects.com/zos/rmsportal/DHNpoqfMXSfrSnlZvhsJ.png
borderInlineEndWidth: 1
},
"&:hover": {
zIndex: 1,
borderInlineEndWidth: 1,
[`${componentCls}-search-with-button &`]: {
zIndex: 0
}
}
},
// Reset rounded corners
[`> ${componentCls}:first-child, ${componentCls}-group-addon:first-child`]: {
borderStartEndRadius: 0,
borderEndEndRadius: 0,
// Reset Select's style in addon
[`${antCls}-select ${antCls}-select-selector`]: {
borderStartEndRadius: 0,
borderEndEndRadius: 0
}
},
[`> ${componentCls}-affix-wrapper`]: {
[`&:not(:first-child) ${componentCls}`]: {
borderStartStartRadius: 0,
borderEndStartRadius: 0
},
[`&:not(:last-child) ${componentCls}`]: {
borderStartEndRadius: 0,
borderEndEndRadius: 0
}
},
[`> ${componentCls}:last-child, ${componentCls}-group-addon:last-child`]: {
borderStartStartRadius: 0,
borderEndStartRadius: 0,
// Reset Select's style in addon
[`${antCls}-select ${antCls}-select-selector`]: {
borderStartStartRadius: 0,
borderEndStartRadius: 0
}
},
[`${componentCls}-affix-wrapper`]: {
"&:not(:last-child)": {
borderStartEndRadius: 0,
borderEndEndRadius: 0,
[`${componentCls}-search &`]: {
borderStartStartRadius: token2.borderRadius,
borderEndStartRadius: token2.borderRadius
}
},
[`&:not(:first-child), ${componentCls}-search &:not(:first-child)`]: {
borderStartStartRadius: 0,
borderEndStartRadius: 0
}
},
[`&${componentCls}-group-compact`]: Object.assign(Object.assign({
display: "block"
}, clearFix()), {
[`${componentCls}-group-addon, ${componentCls}-group-wrap, > ${componentCls}`]: {
"&:not(:first-child):not(:last-child)": {
borderInlineEndWidth: token2.lineWidth,
"&:hover, &:focus": {
zIndex: 1
}
}
},
"& > *": {
display: "inline-flex",
float: "none",
verticalAlign: "top",
// https://github.com/ant-design/ant-design-pro/issues/139
borderRadius: 0
},
[`
& > ${componentCls}-affix-wrapper,
& > ${componentCls}-number-affix-wrapper,
& > ${antCls}-picker-range
`]: {
display: "inline-flex"
},
"& > *:not(:last-child)": {
marginInlineEnd: token2.calc(token2.lineWidth).mul(-1).equal(),
borderInlineEndWidth: token2.lineWidth
},
// Undo float for .ant-input-group .ant-input
[componentCls]: {
float: "none"
},
// reset border for Select, DatePicker, AutoComplete, Cascader, Mention, TimePicker, Input
[`& > ${antCls}-select > ${antCls}-select-selector,
& > ${antCls}-select-auto-complete ${componentCls},
& > ${antCls}-cascader-picker ${componentCls},
& > ${componentCls}-group-wrapper ${componentCls}`]: {
borderInlineEndWidth: token2.lineWidth,
borderRadius: 0,
"&:hover, &:focus": {
zIndex: 1
}
},
[`& > ${antCls}-select-focused`]: {
zIndex: 1
},
// update z-index for arrow icon
[`& > ${antCls}-select > ${antCls}-select-arrow`]: {
zIndex: 1
// https://github.com/ant-design/ant-design/issues/20371
},
[`& > *:first-child,
& > ${antCls}-select:first-child > ${antCls}-select-selector,
& > ${antCls}-select-auto-complete:first-child ${componentCls},
& > ${antCls}-cascader-picker:first-child ${componentCls}`]: {
borderStartStartRadius: token2.borderRadius,
borderEndStartRadius: token2.borderRadius
},
[`& > *:last-child,
& > ${antCls}-select:last-child > ${antCls}-select-selector,
& > ${antCls}-cascader-picker:last-child ${componentCls},
& > ${antCls}-cascader-picker-focused:last-child ${componentCls}`]: {
borderInlineEndWidth: token2.lineWidth,
borderStartEndRadius: token2.borderRadius,
borderEndEndRadius: token2.borderRadius
},
// https://github.com/ant-design/ant-design/issues/12493
[`& > ${antCls}-select-auto-complete ${componentCls}`]: {
verticalAlign: "top"
},
[`${componentCls}-group-wrapper + ${componentCls}-group-wrapper`]: {
marginInlineStart: token2.calc(token2.lineWidth).mul(-1).equal(),
[`${componentCls}-affix-wrapper`]: {
borderRadius: 0
}
},
[`${componentCls}-group-wrapper:not(:last-child)`]: {
[`&${componentCls}-search > ${componentCls}-group`]: {
[`& > ${componentCls}-group-addon > ${componentCls}-search-button`]: {
borderRadius: 0
},
[`& > ${componentCls}`]: {
borderStartStartRadius: token2.borderRadius,
borderStartEndRadius: 0,
borderEndEndRadius: 0,
borderEndStartRadius: token2.borderRadius
}
}
}
})
};
};
var genInputStyle = (token2) => {
const {
componentCls,
controlHeightSM,
lineWidth,
calc
} = token2;
const FIXED_CHROME_COLOR_HEIGHT = 16;
const colorSmallPadding = calc(controlHeightSM).sub(calc(lineWidth).mul(2)).sub(FIXED_CHROME_COLOR_HEIGHT).div(2).equal();
return {
[componentCls]: Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, resetComponent(token2)), genBasicInputStyle(token2)), genOutlinedStyle2(token2)), genFilledStyle2(token2)), genBorderlessStyle3(token2)), genUnderlinedStyle2(token2)), {
'&[type="color"]': {
height: token2.controlHeight,
[`&${componentCls}-lg`]: {
height: token2.controlHeightLG
},
[`&${componentCls}-sm`]: {
height: controlHeightSM,
paddingTop: colorSmallPadding,
paddingBottom: colorSmallPadding
}
},
'&[type="search"]::-webkit-search-cancel-button, &[type="search"]::-webkit-search-decoration': {
appearance: "none"
}
})
};
};
var genAllowClearStyle = (token2) => {
const {
componentCls
} = token2;
return {
// ========================= Input =========================
[`${componentCls}-clear-icon`]: {
margin: 0,
padding: 0,
lineHeight: 0,
color: token2.colorTextQuaternary,
fontSize: token2.fontSizeIcon,
verticalAlign: -1,
// https://github.com/ant-design/ant-design/pull/18151
// https://codesandbox.io/s/wizardly-sun-u10br
cursor: "pointer",
transition: `color ${token2.motionDurationSlow}`,
border: "none",
outline: "none",
backgroundColor: "transparent",
"&:hover": {
color: token2.colorIcon
},
"&:active": {
color: token2.colorText
},
"&-hidden": {
visibility: "hidden"
},
"&-has-suffix": {
margin: `0 ${unit2(token2.inputAffixPadding)}`
}
}
};
};
var genAffixStyle = (token2) => {
const {
componentCls,
inputAffixPadding,
colorTextDescription,
motionDurationSlow,
colorIcon,
colorIconHover,
iconCls
} = token2;
const affixCls = `${componentCls}-affix-wrapper`;
const affixClsDisabled = `${componentCls}-affix-wrapper-disabled`;
return {
[affixCls]: Object.assign(Object.assign(Object.assign(Object.assign({}, genBasicInputStyle(token2)), {
display: "inline-flex",
[`&:not(${componentCls}-disabled):hover`]: {
zIndex: 1,
[`${componentCls}-search-with-button &`]: {
zIndex: 0
}
},
"&-focused, &:focus": {
zIndex: 1
},
[`> input${componentCls}`]: {
padding: 0
},
[`> input${componentCls}, > textarea${componentCls}`]: {
fontSize: "inherit",
border: "none",
borderRadius: 0,
outline: "none",
background: "transparent",
color: "inherit",
"&::-ms-reveal": {
display: "none"
},
"&:focus": {
boxShadow: "none !important"
}
},
"&::before": {
display: "inline-block",
width: 0,
visibility: "hidden",
content: '"\\a0"'
},
[componentCls]: {
"&-prefix, &-suffix": {
display: "flex",
flex: "none",
alignItems: "center",
"> *:not(:last-child)": {
marginInlineEnd: token2.paddingXS
}
},
"&-show-count-suffix": {
color: colorTextDescription,
direction: "ltr"
},
"&-show-count-has-suffix": {
marginInlineEnd: token2.paddingXXS
},
"&-prefix": {
marginInlineEnd: inputAffixPadding
},
"&-suffix": {
marginInlineStart: inputAffixPadding
}
}
}), genAllowClearStyle(token2)), {
// password
[`${iconCls}${componentCls}-password-icon`]: {
color: colorIcon,
cursor: "pointer",
transition: `all ${motionDurationSlow}`,
"&:hover": {
color: colorIconHover
}
}
}),
// 覆盖 affix-wrapper borderRadius!
[`${componentCls}-underlined`]: {
borderRadius: 0
},
[affixClsDisabled]: {
// password disabled
[`${iconCls}${componentCls}-password-icon`]: {
color: colorIcon,
cursor: "not-allowed",
"&:hover": {
color: colorIcon
}
}
}
};
};
var genGroupStyle3 = (token2) => {
const {
componentCls,
borderRadiusLG,
borderRadiusSM
} = token2;
return {
[`${componentCls}-group`]: Object.assign(Object.assign(Object.assign({}, resetComponent(token2)), genInputGroupStyle(token2)), {
"&-rtl": {
direction: "rtl"
},
"&-wrapper": Object.assign(Object.assign(Object.assign({
display: "inline-block",
width: "100%",
textAlign: "start",
verticalAlign: "top",
"&-rtl": {
direction: "rtl"
},
// Size
"&-lg": {
[`${componentCls}-group-addon`]: {
borderRadius: borderRadiusLG,
fontSize: token2.inputFontSizeLG
}
},
"&-sm": {
[`${componentCls}-group-addon`]: {
borderRadius: borderRadiusSM
}
}
}, genOutlinedGroupStyle(token2)), genFilledGroupStyle(token2)), {
// '&-disabled': {
// [`${componentCls}-group-addon`]: {
// ...genDisabledStyle(token),
// },
// },
// Fix the issue of using icons in Space Compact mode
// https://github.com/ant-design/ant-design/issues/42122
[`&:not(${componentCls}-compact-first-item):not(${componentCls}-compact-last-item)${componentCls}-compact-item`]: {
[`${componentCls}, ${componentCls}-group-addon`]: {
borderRadius: 0
}
},
[`&:not(${componentCls}-compact-last-item)${componentCls}-compact-first-item`]: {
[`${componentCls}, ${componentCls}-group-addon`]: {
borderStartEndRadius: 0,
borderEndEndRadius: 0
}
},
[`&:not(${componentCls}-compact-first-item)${componentCls}-compact-last-item`]: {
[`${componentCls}, ${componentCls}-group-addon`]: {
borderStartStartRadius: 0,
borderEndStartRadius: 0
}
},
// Fix the issue of input use show-count param in space compact mode
// https://github.com/ant-design/ant-design/issues/46872
[`&:not(${componentCls}-compact-last-item)${componentCls}-compact-item`]: {
[`${componentCls}-affix-wrapper`]: {
borderStartEndRadius: 0,
borderEndEndRadius: 0
}
},
// Fix the issue of input use `addonAfter` param in space compact mode
// https://github.com/ant-design/ant-design/issues/52483
[`&:not(${componentCls}-compact-first-item)${componentCls}-compact-item`]: {
[`${componentCls}-affix-wrapper`]: {
borderStartStartRadius: 0,
borderEndStartRadius: 0
}
}
})
})
};
};
var genSearchInputStyle = (token2) => {
const {
componentCls,
antCls
} = token2;
const searchPrefixCls = `${componentCls}-search`;
return {
[searchPrefixCls]: {
[componentCls]: {
"&:not([disabled]):hover, &:not([disabled]):focus": {
[`+ ${componentCls}-group-addon ${searchPrefixCls}-button:not(${antCls}-btn-color-primary):not(${antCls}-btn-variant-text)`]: {
borderInlineStartColor: token2.colorPrimaryHover
}
}
},
[`${componentCls}-affix-wrapper`]: {
height: token2.controlHeight,
borderRadius: 0
},
// fix slight height diff in Firefox:
// https://ant.design/components/auto-complete-cn/#auto-complete-demo-certain-category
[`${componentCls}-lg`]: {
lineHeight: token2.calc(token2.lineHeightLG).sub(2e-4).equal()
},
[`> ${componentCls}-group`]: {
[`> ${componentCls}-group-addon:last-child`]: {
insetInlineStart: -1,
padding: 0,
border: 0,
[`${searchPrefixCls}-button`]: {
// Fix https://github.com/ant-design/ant-design/issues/47150
marginInlineEnd: -1,
borderStartStartRadius: 0,
borderEndStartRadius: 0,
boxShadow: "none"
},
[`${searchPrefixCls}-button:not(${antCls}-btn-color-primary)`]: {
color: token2.colorTextDescription,
"&:not([disabled]):hover": {
color: token2.colorPrimaryHover
},
"&:active": {
color: token2.colorPrimaryActive
},
[`&${antCls}-btn-loading::before`]: {
inset: 0
}
}
}
},
[`${searchPrefixCls}-button`]: {
height: token2.controlHeight,
"&:hover, &:focus": {
zIndex: 1
}
},
"&-large": {
[`${componentCls}-affix-wrapper, ${searchPrefixCls}-button`]: {
height: token2.controlHeightLG
}
},
"&-small": {
[`${componentCls}-affix-wrapper, ${searchPrefixCls}-button`]: {
height: token2.controlHeightSM
}
},
"&-rtl": {
direction: "rtl"
},
// ===================== Compact Item Customized Styles =====================
[`&${componentCls}-compact-item`]: {
[`&:not(${componentCls}-compact-last-item)`]: {
[`${componentCls}-group-addon`]: {
[`${componentCls}-search-button`]: {
marginInlineEnd: token2.calc(token2.lineWidth).mul(-1).equal(),
borderRadius: 0
}
}
},
[`&:not(${componentCls}-compact-first-item)`]: {
[`${componentCls},${componentCls}-affix-wrapper`]: {
borderRadius: 0
}
},
[`> ${componentCls}-group-addon ${componentCls}-search-button,
> ${componentCls},
${componentCls}-affix-wrapper`]: {
"&:hover, &:focus, &:active": {
zIndex: 2
}
},
[`> ${componentCls}-affix-wrapper-focused`]: {
zIndex: 2
}
}
}
};
};
var genRangeStyle = (token2) => {
const {
componentCls
} = token2;
return {
[`${componentCls}-out-of-range`]: {
[`&, & input, & textarea, ${componentCls}-show-count-suffix, ${componentCls}-data-count`]: {
color: token2.colorError
}
}
};
};
var useSharedStyle = genStyleHooks(["Input", "Shared"], (token2) => {
const inputToken = merge2(token2, initInputToken(token2));
return [genInputStyle(inputToken), genAffixStyle(inputToken)];
}, initComponentToken, {
resetFont: false
});
var style_default24 = genStyleHooks(["Input", "Component"], (token2) => {
const inputToken = merge2(token2, initInputToken(token2));
return [
genGroupStyle3(inputToken),
genSearchInputStyle(inputToken),
genRangeStyle(inputToken),
// =====================================================
// == Space Compact ==
// =====================================================
genCompactItemStyle(inputToken)
];
}, initComponentToken, {
resetFont: false
});
// node_modules/antd/es/date-picker/style/multiple.js
var genSize = (token2, suffix) => {
const {
componentCls,
controlHeight
} = token2;
const suffixCls = suffix ? `${componentCls}-${suffix}` : "";
const multipleSelectorUnit = getMultipleSelectorUnit(token2);
return [
// genSelectionStyle(token, suffix),
{
[`${componentCls}-multiple${suffixCls}`]: {
paddingBlock: multipleSelectorUnit.containerPadding,
paddingInlineStart: multipleSelectorUnit.basePadding,
minHeight: controlHeight,
// ======================== Selections ========================
[`${componentCls}-selection-item`]: {
height: multipleSelectorUnit.itemHeight,
lineHeight: unit2(multipleSelectorUnit.itemLineHeight)
}
}
}
];
};
var genPickerMultipleStyle = (token2) => {
const {
componentCls,
calc,
lineWidth
} = token2;
const smallToken = merge2(token2, {
fontHeight: token2.fontSize,
selectHeight: token2.controlHeightSM,
multipleSelectItemHeight: token2.multipleItemHeightSM,
borderRadius: token2.borderRadiusSM,
borderRadiusSM: token2.borderRadiusXS,
controlHeight: token2.controlHeightSM
});
const largeToken = merge2(token2, {
fontHeight: calc(token2.multipleItemHeightLG).sub(calc(lineWidth).mul(2).equal()).equal(),
fontSize: token2.fontSizeLG,
selectHeight: token2.controlHeightLG,
multipleSelectItemHeight: token2.multipleItemHeightLG,
borderRadius: token2.borderRadiusLG,
borderRadiusSM: token2.borderRadius,
controlHeight: token2.controlHeightLG
});
return [
// ======================== Size ========================
genSize(smallToken, "small"),
genSize(token2),
genSize(largeToken, "large"),
// ====================== Selection ======================
{
[`${componentCls}${componentCls}-multiple`]: Object.assign(Object.assign({
width: "100%",
cursor: "text",
// ==================== Selector =====================
[`${componentCls}-selector`]: {
flex: "auto",
padding: 0,
position: "relative",
"&:after": {
margin: 0
},
// ================== placeholder ==================
[`${componentCls}-selection-placeholder`]: {
position: "absolute",
top: "50%",
insetInlineStart: token2.inputPaddingHorizontalBase,
insetInlineEnd: 0,
transform: "translateY(-50%)",
transition: `all ${token2.motionDurationSlow}`,
overflow: "hidden",
whiteSpace: "nowrap",
textOverflow: "ellipsis",
flex: 1,
color: token2.colorTextPlaceholder,
pointerEvents: "none"
}
}
}, genOverflowStyle(token2)), {
// ====================== Input ======================
// Input is `readonly`, which is used for a11y only
[`${componentCls}-multiple-input`]: {
width: 0,
height: 0,
border: 0,
visibility: "hidden",
position: "absolute",
zIndex: -1
}
})
}
];
};
var multiple_default2 = genPickerMultipleStyle;
// node_modules/antd/es/date-picker/style/panel.js
var genPickerCellInnerStyle = (token2) => {
const {
pickerCellCls,
pickerCellInnerCls,
cellHeight,
borderRadiusSM,
motionDurationMid,
cellHoverBg,
lineWidth,
lineType,
colorPrimary,
cellActiveWithRangeBg,
colorTextLightSolid,
colorTextDisabled,
cellBgDisabled,
colorFillSecondary
} = token2;
return {
"&::before": {
position: "absolute",
top: "50%",
insetInlineStart: 0,
insetInlineEnd: 0,
zIndex: 1,
height: cellHeight,
transform: "translateY(-50%)",
content: '""',
pointerEvents: "none"
},
// >>> Default
[pickerCellInnerCls]: {
position: "relative",
zIndex: 2,
display: "inline-block",
minWidth: cellHeight,
height: cellHeight,
lineHeight: unit2(cellHeight),
borderRadius: borderRadiusSM,
transition: `background ${motionDurationMid}`
},
// >>> Hover
[`&:hover:not(${pickerCellCls}-in-view):not(${pickerCellCls}-disabled),
&:hover:not(${pickerCellCls}-selected):not(${pickerCellCls}-range-start):not(${pickerCellCls}-range-end):not(${pickerCellCls}-disabled)`]: {
[pickerCellInnerCls]: {
background: cellHoverBg
}
},
// >>> Today
[`&-in-view${pickerCellCls}-today ${pickerCellInnerCls}`]: {
"&::before": {
position: "absolute",
top: 0,
insetInlineEnd: 0,
bottom: 0,
insetInlineStart: 0,
zIndex: 1,
border: `${unit2(lineWidth)} ${lineType} ${colorPrimary}`,
borderRadius: borderRadiusSM,
content: '""'
}
},
// >>> In Range
[`&-in-view${pickerCellCls}-in-range,
&-in-view${pickerCellCls}-range-start,
&-in-view${pickerCellCls}-range-end`]: {
position: "relative",
[`&:not(${pickerCellCls}-disabled):before`]: {
background: cellActiveWithRangeBg
}
},
// >>> Selected
[`&-in-view${pickerCellCls}-selected,
&-in-view${pickerCellCls}-range-start,
&-in-view${pickerCellCls}-range-end`]: {
[`&:not(${pickerCellCls}-disabled) ${pickerCellInnerCls}`]: {
color: colorTextLightSolid,
background: colorPrimary
},
[`&${pickerCellCls}-disabled ${pickerCellInnerCls}`]: {
background: colorFillSecondary
}
},
[`&-in-view${pickerCellCls}-range-start:not(${pickerCellCls}-disabled):before`]: {
insetInlineStart: "50%"
},
[`&-in-view${pickerCellCls}-range-end:not(${pickerCellCls}-disabled):before`]: {
insetInlineEnd: "50%"
},
// range start border-radius
[`&-in-view${pickerCellCls}-range-start:not(${pickerCellCls}-range-end) ${pickerCellInnerCls}`]: {
borderStartStartRadius: borderRadiusSM,
borderEndStartRadius: borderRadiusSM,
borderStartEndRadius: 0,
borderEndEndRadius: 0
},
// range end border-radius
[`&-in-view${pickerCellCls}-range-end:not(${pickerCellCls}-range-start) ${pickerCellInnerCls}`]: {
borderStartStartRadius: 0,
borderEndStartRadius: 0,
borderStartEndRadius: borderRadiusSM,
borderEndEndRadius: borderRadiusSM
},
// >>> Disabled
"&-disabled": {
color: colorTextDisabled,
cursor: "not-allowed",
[pickerCellInnerCls]: {
background: "transparent"
},
"&::before": {
background: cellBgDisabled
}
},
[`&-disabled${pickerCellCls}-today ${pickerCellInnerCls}::before`]: {
borderColor: colorTextDisabled
}
};
};
var genPanelStyle = (token2) => {
const {
componentCls,
pickerCellCls,
pickerCellInnerCls,
pickerYearMonthCellWidth,
pickerControlIconSize,
cellWidth,
paddingSM,
paddingXS,
paddingXXS,
colorBgContainer,
lineWidth,
lineType,
borderRadiusLG,
colorPrimary,
colorTextHeading,
colorSplit,
pickerControlIconBorderWidth,
colorIcon,
textHeight,
motionDurationMid,
colorIconHover,
fontWeightStrong,
cellHeight,
pickerCellPaddingVertical,
colorTextDisabled,
colorText,
fontSize,
motionDurationSlow,
withoutTimeCellHeight,
pickerQuarterPanelContentHeight,
borderRadiusSM,
colorTextLightSolid,
cellHoverBg,
timeColumnHeight,
timeColumnWidth,
timeCellHeight,
controlItemBgActive,
marginXXS,
pickerDatePanelPaddingHorizontal,
pickerControlIconMargin
} = token2;
const pickerPanelWidth = token2.calc(cellWidth).mul(7).add(token2.calc(pickerDatePanelPaddingHorizontal).mul(2)).equal();
return {
[componentCls]: {
"&-panel": {
display: "inline-flex",
flexDirection: "column",
textAlign: "center",
background: colorBgContainer,
borderRadius: borderRadiusLG,
outline: "none",
"&-focused": {
borderColor: colorPrimary
},
"&-rtl": {
[`${componentCls}-prev-icon,
${componentCls}-super-prev-icon`]: {
transform: "rotate(45deg)"
},
[`${componentCls}-next-icon,
${componentCls}-super-next-icon`]: {
transform: "rotate(-135deg)"
},
[`${componentCls}-time-panel`]: {
[`${componentCls}-content`]: {
direction: "ltr",
"> *": {
direction: "rtl"
}
}
}
}
},
// ========================================================
// = Shared Panel =
// ========================================================
[`&-decade-panel,
&-year-panel,
&-quarter-panel,
&-month-panel,
&-week-panel,
&-date-panel,
&-time-panel`]: {
display: "flex",
flexDirection: "column",
width: pickerPanelWidth
},
// ======================= Header =======================
"&-header": {
display: "flex",
padding: `0 ${unit2(paddingXS)}`,
color: colorTextHeading,
borderBottom: `${unit2(lineWidth)} ${lineType} ${colorSplit}`,
"> *": {
flex: "none"
},
button: {
padding: 0,
color: colorIcon,
lineHeight: unit2(textHeight),
background: "transparent",
border: 0,
cursor: "pointer",
transition: `color ${motionDurationMid}`,
fontSize: "inherit",
display: "inline-flex",
alignItems: "center",
justifyContent: "center",
"&:empty": {
display: "none"
}
},
"> button": {
minWidth: "1.6em",
fontSize,
"&:hover": {
color: colorIconHover
},
"&:disabled": {
opacity: 0.25,
pointerEvents: "none"
}
},
"&-view": {
flex: "auto",
fontWeight: fontWeightStrong,
lineHeight: unit2(textHeight),
"> button": {
color: "inherit",
fontWeight: "inherit",
verticalAlign: "top",
"&:not(:first-child)": {
marginInlineStart: paddingXS
},
"&:hover": {
color: colorPrimary
}
}
}
},
// Arrow button
[`&-prev-icon,
&-next-icon,
&-super-prev-icon,
&-super-next-icon`]: {
position: "relative",
width: pickerControlIconSize,
height: pickerControlIconSize,
"&::before": {
position: "absolute",
top: 0,
insetInlineStart: 0,
width: pickerControlIconSize,
height: pickerControlIconSize,
border: `0 solid currentcolor`,
borderBlockStartWidth: pickerControlIconBorderWidth,
borderInlineStartWidth: pickerControlIconBorderWidth,
content: '""'
}
},
[`&-super-prev-icon,
&-super-next-icon`]: {
"&::after": {
position: "absolute",
top: pickerControlIconMargin,
insetInlineStart: pickerControlIconMargin,
display: "inline-block",
width: pickerControlIconSize,
height: pickerControlIconSize,
border: "0 solid currentcolor",
borderBlockStartWidth: pickerControlIconBorderWidth,
borderInlineStartWidth: pickerControlIconBorderWidth,
content: '""'
}
},
"&-prev-icon, &-super-prev-icon": {
transform: "rotate(-45deg)"
},
"&-next-icon, &-super-next-icon": {
transform: "rotate(135deg)"
},
// ======================== Body ========================
"&-content": {
width: "100%",
tableLayout: "fixed",
borderCollapse: "collapse",
"th, td": {
position: "relative",
minWidth: cellHeight,
fontWeight: "normal"
},
th: {
height: token2.calc(cellHeight).add(token2.calc(pickerCellPaddingVertical).mul(2)).equal(),
color: colorText,
verticalAlign: "middle"
}
},
"&-cell": Object.assign({
padding: `${unit2(pickerCellPaddingVertical)} 0`,
color: colorTextDisabled,
cursor: "pointer",
// In view
"&-in-view": {
color: colorText
}
}, genPickerCellInnerStyle(token2)),
[`&-decade-panel,
&-year-panel,
&-quarter-panel,
&-month-panel`]: {
[`${componentCls}-content`]: {
height: token2.calc(withoutTimeCellHeight).mul(4).equal()
},
[pickerCellInnerCls]: {
padding: `0 ${unit2(paddingXS)}`
}
},
"&-quarter-panel": {
[`${componentCls}-content`]: {
height: pickerQuarterPanelContentHeight
}
},
// ========================================================
// = Special =
// ========================================================
// ===================== Decade Panel =====================
"&-decade-panel": {
[pickerCellInnerCls]: {
padding: `0 ${unit2(token2.calc(paddingXS).div(2).equal())}`
},
[`${componentCls}-cell::before`]: {
display: "none"
}
},
// ============= Year & Quarter & Month Panel =============
[`&-year-panel,
&-quarter-panel,
&-month-panel`]: {
[`${componentCls}-body`]: {
padding: `0 ${unit2(paddingXS)}`
},
[pickerCellInnerCls]: {
width: pickerYearMonthCellWidth
}
},
// ====================== Date Panel ======================
"&-date-panel": {
[`${componentCls}-body`]: {
padding: `${unit2(paddingXS)} ${unit2(pickerDatePanelPaddingHorizontal)}`
},
[`${componentCls}-content th`]: {
boxSizing: "border-box",
padding: 0
}
},
// ====================== Week Panel ======================
"&-week-panel-row": {
td: {
"&:before": {
transition: `background ${motionDurationMid}`
},
"&:first-child:before": {
borderStartStartRadius: borderRadiusSM,
borderEndStartRadius: borderRadiusSM
},
"&:last-child:before": {
borderStartEndRadius: borderRadiusSM,
borderEndEndRadius: borderRadiusSM
}
},
"&:hover td:before": {
background: cellHoverBg
},
"&-range-start td, &-range-end td, &-selected td, &-hover td": {
// Rise priority to override hover style
[`&${pickerCellCls}`]: {
"&:before": {
background: colorPrimary
},
[`&${componentCls}-cell-week`]: {
color: new FastColor(colorTextLightSolid).setA(0.5).toHexString()
},
[pickerCellInnerCls]: {
color: colorTextLightSolid
}
}
},
"&-range-hover td:before": {
background: controlItemBgActive
}
},
// >>> ShowWeek
"&-week-panel, &-date-panel-show-week": {
[`${componentCls}-body`]: {
padding: `${unit2(paddingXS)} ${unit2(paddingSM)}`
},
[`${componentCls}-content th`]: {
width: "auto"
}
},
// ==================== Datetime Panel ====================
"&-datetime-panel": {
display: "flex",
[`${componentCls}-time-panel`]: {
borderInlineStart: `${unit2(lineWidth)} ${lineType} ${colorSplit}`
},
[`${componentCls}-date-panel,
${componentCls}-time-panel`]: {
transition: `opacity ${motionDurationSlow}`
},
// Keyboard
"&-active": {
[`${componentCls}-date-panel,
${componentCls}-time-panel`]: {
opacity: 0.3,
"&-active": {
opacity: 1
}
}
}
},
// ====================== Time Panel ======================
"&-time-panel": {
width: "auto",
minWidth: "auto",
[`${componentCls}-content`]: {
display: "flex",
flex: "auto",
height: timeColumnHeight
},
"&-column": {
flex: "1 0 auto",
width: timeColumnWidth,
margin: `${unit2(paddingXXS)} 0`,
padding: 0,
overflowY: "hidden",
textAlign: "start",
listStyle: "none",
transition: `background ${motionDurationMid}`,
overflowX: "hidden",
"&::-webkit-scrollbar": {
width: 8,
backgroundColor: "transparent"
},
"&::-webkit-scrollbar-thumb": {
backgroundColor: token2.colorTextTertiary,
borderRadius: token2.borderRadiusSM
},
// For Firefox
"&": {
scrollbarWidth: "thin",
scrollbarColor: `${token2.colorTextTertiary} transparent`
},
"&::after": {
display: "block",
height: `calc(100% - ${unit2(timeCellHeight)})`,
content: '""'
},
"&:not(:first-child)": {
borderInlineStart: `${unit2(lineWidth)} ${lineType} ${colorSplit}`
},
"&-active": {
background: new FastColor(controlItemBgActive).setA(0.2).toHexString()
},
"&:hover": {
overflowY: "auto"
},
"> li": {
margin: 0,
padding: 0,
[`&${componentCls}-time-panel-cell`]: {
marginInline: marginXXS,
[`${componentCls}-time-panel-cell-inner`]: {
display: "block",
width: token2.calc(timeColumnWidth).sub(token2.calc(marginXXS).mul(2)).equal(),
height: timeCellHeight,
margin: 0,
paddingBlock: 0,
paddingInlineEnd: 0,
paddingInlineStart: token2.calc(timeColumnWidth).sub(timeCellHeight).div(2).equal(),
color: colorText,
lineHeight: unit2(timeCellHeight),
borderRadius: borderRadiusSM,
cursor: "pointer",
transition: `background ${motionDurationMid}`,
"&:hover": {
background: cellHoverBg
}
},
"&-selected": {
[`${componentCls}-time-panel-cell-inner`]: {
background: controlItemBgActive
}
},
"&-disabled": {
[`${componentCls}-time-panel-cell-inner`]: {
color: colorTextDisabled,
background: "transparent",
cursor: "not-allowed"
}
}
}
}
}
}
}
};
};
var genPickerPanelStyle = (token2) => {
const {
componentCls,
textHeight,
lineWidth,
paddingSM,
antCls,
colorPrimary,
cellActiveWithRangeBg,
colorPrimaryBorder,
lineType,
colorSplit
} = token2;
return {
[`${componentCls}-dropdown`]: {
// ======================== Footer ========================
[`${componentCls}-footer`]: {
borderTop: `${unit2(lineWidth)} ${lineType} ${colorSplit}`,
"&-extra": {
padding: `0 ${unit2(paddingSM)}`,
lineHeight: unit2(token2.calc(textHeight).sub(token2.calc(lineWidth).mul(2)).equal()),
textAlign: "start",
"&:not(:last-child)": {
borderBottom: `${unit2(lineWidth)} ${lineType} ${colorSplit}`
}
}
},
// ==================== Footer > Ranges ===================
[`${componentCls}-panels + ${componentCls}-footer ${componentCls}-ranges`]: {
justifyContent: "space-between"
},
[`${componentCls}-ranges`]: {
marginBlock: 0,
paddingInline: unit2(paddingSM),
overflow: "hidden",
textAlign: "start",
listStyle: "none",
display: "flex",
justifyContent: "center",
alignItems: "center",
"> li": {
lineHeight: unit2(token2.calc(textHeight).sub(token2.calc(lineWidth).mul(2)).equal()),
display: "inline-block"
},
[`${componentCls}-now-btn-disabled`]: {
pointerEvents: "none",
color: token2.colorTextDisabled
},
// https://github.com/ant-design/ant-design/issues/23687
[`${componentCls}-preset > ${antCls}-tag-blue`]: {
color: colorPrimary,
background: cellActiveWithRangeBg,
borderColor: colorPrimaryBorder,
cursor: "pointer"
},
[`${componentCls}-ok`]: {
paddingBlock: token2.calc(lineWidth).mul(2).equal(),
marginInlineStart: "auto"
}
}
}
};
};
var panel_default = genPickerPanelStyle;
// node_modules/antd/es/date-picker/style/token.js
var initPickerPanelToken = (token2) => {
const {
componentCls,
controlHeightLG,
paddingXXS,
padding
} = token2;
return {
pickerCellCls: `${componentCls}-cell`,
pickerCellInnerCls: `${componentCls}-cell-inner`,
pickerYearMonthCellWidth: token2.calc(controlHeightLG).mul(1.5).equal(),
pickerQuarterPanelContentHeight: token2.calc(controlHeightLG).mul(1.4).equal(),
pickerCellPaddingVertical: token2.calc(paddingXXS).add(token2.calc(paddingXXS).div(2)).equal(),
pickerCellBorderGap: 2,
// Magic for gap between cells
pickerControlIconSize: 7,
pickerControlIconMargin: 4,
pickerControlIconBorderWidth: 1.5,
pickerDatePanelPaddingHorizontal: token2.calc(padding).add(token2.calc(paddingXXS).div(2)).equal()
// 18 in normal
};
};
var initPanelComponentToken = (token2) => {
const {
colorBgContainerDisabled,
controlHeight,
controlHeightSM,
controlHeightLG,
paddingXXS,
lineWidth
} = token2;
const dblPaddingXXS = paddingXXS * 2;
const dblLineWidth = lineWidth * 2;
const multipleItemHeight = Math.min(controlHeight - dblPaddingXXS, controlHeight - dblLineWidth);
const multipleItemHeightSM = Math.min(controlHeightSM - dblPaddingXXS, controlHeightSM - dblLineWidth);
const multipleItemHeightLG = Math.min(controlHeightLG - dblPaddingXXS, controlHeightLG - dblLineWidth);
const INTERNAL_FIXED_ITEM_MARGIN = Math.floor(paddingXXS / 2);
const filledToken = {
INTERNAL_FIXED_ITEM_MARGIN,
cellHoverBg: token2.controlItemBgHover,
cellActiveWithRangeBg: token2.controlItemBgActive,
cellHoverWithRangeBg: new FastColor(token2.colorPrimary).lighten(35).toHexString(),
cellRangeBorderColor: new FastColor(token2.colorPrimary).lighten(20).toHexString(),
cellBgDisabled: colorBgContainerDisabled,
timeColumnWidth: controlHeightLG * 1.4,
timeColumnHeight: 28 * 8,
timeCellHeight: 28,
cellWidth: controlHeightSM * 1.5,
cellHeight: controlHeightSM,
textHeight: controlHeightLG,
withoutTimeCellHeight: controlHeightLG * 1.65,
multipleItemBg: token2.colorFillSecondary,
multipleItemBorderColor: "transparent",
multipleItemHeight,
multipleItemHeightSM,
multipleItemHeightLG,
multipleSelectorBgDisabled: colorBgContainerDisabled,
multipleItemColorDisabled: token2.colorTextDisabled,
multipleItemBorderColorDisabled: "transparent"
};
return filledToken;
};
var prepareComponentToken22 = (token2) => Object.assign(Object.assign(Object.assign(Object.assign({}, initComponentToken(token2)), initPanelComponentToken(token2)), getArrowToken(token2)), {
presetsWidth: 120,
presetsMaxWidth: 200,
zIndexPopup: token2.zIndexPopupBase + 50
});
// node_modules/antd/es/date-picker/style/variants.js
var genVariantsStyle2 = (token2) => {
const {
componentCls
} = token2;
return {
[componentCls]: [
Object.assign(Object.assign(Object.assign(Object.assign({}, genOutlinedStyle2(token2)), genUnderlinedStyle2(token2)), genFilledStyle2(token2)), genBorderlessStyle3(token2)),
// ========================= Multiple =========================
{
"&-outlined": {
[`&${componentCls}-multiple ${componentCls}-selection-item`]: {
background: token2.multipleItemBg,
border: `${unit2(token2.lineWidth)} ${token2.lineType} ${token2.multipleItemBorderColor}`
}
},
"&-filled": {
[`&${componentCls}-multiple ${componentCls}-selection-item`]: {
background: token2.colorBgContainer,
border: `${unit2(token2.lineWidth)} ${token2.lineType} ${token2.colorSplit}`
}
},
"&-borderless": {
[`&${componentCls}-multiple ${componentCls}-selection-item`]: {
background: token2.multipleItemBg,
border: `${unit2(token2.lineWidth)} ${token2.lineType} ${token2.multipleItemBorderColor}`
}
},
"&-underlined": {
[`&${componentCls}-multiple ${componentCls}-selection-item`]: {
background: token2.multipleItemBg,
border: `${unit2(token2.lineWidth)} ${token2.lineType} ${token2.multipleItemBorderColor}`
}
}
}
]
};
};
var variants_default2 = genVariantsStyle2;
// node_modules/antd/es/date-picker/style/index.js
var genPickerPadding = (paddingBlock, paddingInline) => {
return {
padding: `${unit2(paddingBlock)} ${unit2(paddingInline)}`
};
};
var genPickerStatusStyle = (token2) => {
const {
componentCls,
colorError,
colorWarning
} = token2;
return {
[`${componentCls}:not(${componentCls}-disabled):not([disabled])`]: {
[`&${componentCls}-status-error`]: {
[`${componentCls}-active-bar`]: {
background: colorError
}
},
[`&${componentCls}-status-warning`]: {
[`${componentCls}-active-bar`]: {
background: colorWarning
}
}
}
};
};
var genPickerStyle = (token2) => {
var _a;
const {
componentCls,
antCls,
paddingInline,
lineWidth,
lineType,
colorBorder,
borderRadius,
motionDurationMid,
colorTextDisabled,
colorTextPlaceholder,
colorTextQuaternary,
fontSizeLG,
inputFontSizeLG,
fontSizeSM,
inputFontSizeSM,
controlHeightSM,
paddingInlineSM,
paddingXS,
marginXS,
colorIcon,
lineWidthBold,
colorPrimary,
motionDurationSlow,
zIndexPopup,
paddingXXS,
sizePopupArrow,
colorBgElevated,
borderRadiusLG,
boxShadowSecondary,
borderRadiusSM,
colorSplit,
cellHoverBg,
presetsWidth,
presetsMaxWidth,
boxShadowPopoverArrow,
fontHeight,
lineHeightLG
} = token2;
return [
{
[componentCls]: Object.assign(Object.assign(Object.assign({}, resetComponent(token2)), genPickerPadding(token2.paddingBlock, token2.paddingInline)), {
position: "relative",
display: "inline-flex",
alignItems: "center",
lineHeight: 1,
borderRadius,
transition: `border ${motionDurationMid}, box-shadow ${motionDurationMid}, background ${motionDurationMid}`,
[`${componentCls}-prefix`]: {
flex: "0 0 auto",
marginInlineEnd: token2.inputAffixPadding
},
// ======================== Input =========================
[`${componentCls}-input`]: {
position: "relative",
display: "inline-flex",
alignItems: "center",
width: "100%",
"> input": Object.assign(Object.assign({
position: "relative",
display: "inline-block",
width: "100%",
color: "inherit",
fontSize: (_a = token2.inputFontSize) !== null && _a !== void 0 ? _a : token2.fontSize,
lineHeight: token2.lineHeight,
transition: `all ${motionDurationMid}`
}, genPlaceholderStyle(colorTextPlaceholder)), {
flex: "auto",
// Fix Firefox flex not correct:
// https://github.com/ant-design/ant-design/pull/20023#issuecomment-564389553
minWidth: 1,
height: "auto",
padding: 0,
background: "transparent",
border: 0,
fontFamily: "inherit",
"&:focus": {
boxShadow: "none",
outline: 0
},
"&[disabled]": {
background: "transparent",
color: colorTextDisabled,
cursor: "not-allowed"
}
}),
"&-placeholder": {
"> input": {
color: colorTextPlaceholder
}
}
},
// Size
"&-large": Object.assign(Object.assign({}, genPickerPadding(token2.paddingBlockLG, token2.paddingInlineLG)), {
[`${componentCls}-input > input`]: {
fontSize: inputFontSizeLG !== null && inputFontSizeLG !== void 0 ? inputFontSizeLG : fontSizeLG,
lineHeight: lineHeightLG
}
}),
"&-small": Object.assign(Object.assign({}, genPickerPadding(token2.paddingBlockSM, token2.paddingInlineSM)), {
[`${componentCls}-input > input`]: {
fontSize: inputFontSizeSM !== null && inputFontSizeSM !== void 0 ? inputFontSizeSM : fontSizeSM
}
}),
[`${componentCls}-suffix`]: {
display: "flex",
flex: "none",
alignSelf: "center",
marginInlineStart: token2.calc(paddingXS).div(2).equal(),
color: colorTextQuaternary,
lineHeight: 1,
pointerEvents: "none",
transition: `opacity ${motionDurationMid}, color ${motionDurationMid}`,
"> *": {
verticalAlign: "top",
"&:not(:last-child)": {
marginInlineEnd: marginXS
}
}
},
[`${componentCls}-clear`]: {
position: "absolute",
top: "50%",
insetInlineEnd: 0,
color: colorTextQuaternary,
lineHeight: 1,
transform: "translateY(-50%)",
cursor: "pointer",
opacity: 0,
transition: `opacity ${motionDurationMid}, color ${motionDurationMid}`,
"> *": {
verticalAlign: "top"
},
"&:hover": {
color: colorIcon
}
},
"&:hover": {
[`${componentCls}-clear`]: {
opacity: 1
},
// Should use the following selector, but since `:has` has poor compatibility,
// we use `:not(:last-child)` instead, which may cause some problems in some cases.
// [`${componentCls}-suffix:has(+ ${componentCls}-clear)`]: {
[`${componentCls}-suffix:not(:last-child)`]: {
opacity: 0
}
},
[`${componentCls}-separator`]: {
position: "relative",
display: "inline-block",
width: "1em",
height: fontSizeLG,
color: colorTextQuaternary,
fontSize: fontSizeLG,
verticalAlign: "top",
cursor: "default",
[`${componentCls}-focused &`]: {
color: colorIcon
},
[`${componentCls}-range-separator &`]: {
[`${componentCls}-disabled &`]: {
cursor: "not-allowed"
}
}
},
// ======================== Range =========================
"&-range": {
position: "relative",
display: "inline-flex",
// Active bar
[`${componentCls}-active-bar`]: {
bottom: token2.calc(lineWidth).mul(-1).equal(),
height: lineWidthBold,
background: colorPrimary,
opacity: 0,
transition: `all ${motionDurationSlow} ease-out`,
pointerEvents: "none"
},
[`&${componentCls}-focused`]: {
[`${componentCls}-active-bar`]: {
opacity: 1
}
},
[`${componentCls}-range-separator`]: {
alignItems: "center",
padding: `0 ${unit2(paddingXS)}`,
lineHeight: 1
}
},
// ======================== Clear =========================
"&-range, &-multiple": {
// Clear
[`${componentCls}-clear`]: {
insetInlineEnd: paddingInline
},
[`&${componentCls}-small`]: {
[`${componentCls}-clear`]: {
insetInlineEnd: paddingInlineSM
}
}
},
// ======================= Dropdown =======================
"&-dropdown": Object.assign(Object.assign(Object.assign({}, resetComponent(token2)), genPanelStyle(token2)), {
pointerEvents: "none",
position: "absolute",
// Fix incorrect position of picker popup
// https://github.com/ant-design/ant-design/issues/35590
top: -9999,
left: {
_skip_check_: true,
value: -9999
},
zIndex: zIndexPopup,
[`&${componentCls}-dropdown-hidden`]: {
display: "none"
},
"&-rtl": {
direction: "rtl"
},
[`&${componentCls}-dropdown-placement-bottomLeft,
&${componentCls}-dropdown-placement-bottomRight`]: {
[`${componentCls}-range-arrow`]: {
top: 0,
display: "block",
transform: "translateY(-100%)"
}
},
[`&${componentCls}-dropdown-placement-topLeft,
&${componentCls}-dropdown-placement-topRight`]: {
[`${componentCls}-range-arrow`]: {
bottom: 0,
display: "block",
transform: "translateY(100%) rotate(180deg)"
}
},
[`&${antCls}-slide-up-appear, &${antCls}-slide-up-enter`]: {
[`${componentCls}-range-arrow${componentCls}-range-arrow`]: {
transition: "none"
}
},
[`&${antCls}-slide-up-enter${antCls}-slide-up-enter-active${componentCls}-dropdown-placement-topLeft,
&${antCls}-slide-up-enter${antCls}-slide-up-enter-active${componentCls}-dropdown-placement-topRight,
&${antCls}-slide-up-appear${antCls}-slide-up-appear-active${componentCls}-dropdown-placement-topLeft,
&${antCls}-slide-up-appear${antCls}-slide-up-appear-active${componentCls}-dropdown-placement-topRight`]: {
animationName: slideDownIn
},
[`&${antCls}-slide-up-enter${antCls}-slide-up-enter-active${componentCls}-dropdown-placement-bottomLeft,
&${antCls}-slide-up-enter${antCls}-slide-up-enter-active${componentCls}-dropdown-placement-bottomRight,
&${antCls}-slide-up-appear${antCls}-slide-up-appear-active${componentCls}-dropdown-placement-bottomLeft,
&${antCls}-slide-up-appear${antCls}-slide-up-appear-active${componentCls}-dropdown-placement-bottomRight`]: {
animationName: slideUpIn
},
// https://github.com/ant-design/ant-design/issues/48727
[`&${antCls}-slide-up-leave ${componentCls}-panel-container`]: {
pointerEvents: "none"
},
[`&${antCls}-slide-up-leave${antCls}-slide-up-leave-active${componentCls}-dropdown-placement-topLeft,
&${antCls}-slide-up-leave${antCls}-slide-up-leave-active${componentCls}-dropdown-placement-topRight`]: {
animationName: slideDownOut
},
[`&${antCls}-slide-up-leave${antCls}-slide-up-leave-active${componentCls}-dropdown-placement-bottomLeft,
&${antCls}-slide-up-leave${antCls}-slide-up-leave-active${componentCls}-dropdown-placement-bottomRight`]: {
animationName: slideUpOut
},
// Time picker with additional style
[`${componentCls}-panel > ${componentCls}-time-panel`]: {
paddingTop: paddingXXS
},
// ======================== Ranges ========================
[`${componentCls}-range-wrapper`]: {
display: "flex",
position: "relative"
},
[`${componentCls}-range-arrow`]: Object.assign(Object.assign({
position: "absolute",
zIndex: 1,
display: "none",
paddingInline: token2.calc(paddingInline).mul(1.5).equal(),
boxSizing: "content-box",
transition: `all ${motionDurationSlow} ease-out`
}, genRoundedArrow(token2, colorBgElevated, boxShadowPopoverArrow)), {
"&:before": {
insetInlineStart: token2.calc(paddingInline).mul(1.5).equal()
}
}),
[`${componentCls}-panel-container`]: {
overflow: "hidden",
verticalAlign: "top",
background: colorBgElevated,
borderRadius: borderRadiusLG,
boxShadow: boxShadowSecondary,
transition: `margin ${motionDurationSlow}`,
display: "inline-block",
pointerEvents: "auto",
// ======================== Layout ========================
[`${componentCls}-panel-layout`]: {
display: "flex",
flexWrap: "nowrap",
alignItems: "stretch"
},
// ======================== Preset ========================
[`${componentCls}-presets`]: {
display: "flex",
flexDirection: "column",
minWidth: presetsWidth,
maxWidth: presetsMaxWidth,
ul: {
height: 0,
flex: "auto",
listStyle: "none",
overflow: "auto",
margin: 0,
padding: paddingXS,
borderInlineEnd: `${unit2(lineWidth)} ${lineType} ${colorSplit}`,
li: Object.assign(Object.assign({}, textEllipsis), {
borderRadius: borderRadiusSM,
paddingInline: paddingXS,
paddingBlock: token2.calc(controlHeightSM).sub(fontHeight).div(2).equal(),
cursor: "pointer",
transition: `all ${motionDurationSlow}`,
"+ li": {
marginTop: marginXS
},
"&:hover": {
background: cellHoverBg
}
})
}
},
// ======================== Panels ========================
[`${componentCls}-panels`]: {
display: "inline-flex",
flexWrap: "nowrap",
// [`${componentCls}-panel`]: {
// borderWidth: `0 0 ${unit(lineWidth)}`,
// },
"&:last-child": {
[`${componentCls}-panel`]: {
borderWidth: 0
}
}
},
[`${componentCls}-panel`]: {
verticalAlign: "top",
background: "transparent",
borderRadius: 0,
borderWidth: 0,
[`${componentCls}-content, table`]: {
textAlign: "center"
},
"&-focused": {
borderColor: colorBorder
}
}
}
}),
"&-dropdown-range": {
padding: `${unit2(token2.calc(sizePopupArrow).mul(2).div(3).equal())} 0`,
"&-hidden": {
display: "none"
}
},
"&-rtl": {
direction: "rtl",
[`${componentCls}-separator`]: {
transform: "scale(-1, 1)"
},
[`${componentCls}-footer`]: {
"&-extra": {
direction: "rtl"
}
}
}
})
},
// Follow code may reuse in other components
initSlideMotion(token2, "slide-up"),
initSlideMotion(token2, "slide-down"),
initMoveMotion(token2, "move-up"),
initMoveMotion(token2, "move-down")
];
};
var style_default25 = genStyleHooks("DatePicker", (token2) => {
const pickerToken = merge2(initInputToken(token2), initPickerPanelToken(token2), {
inputPaddingHorizontalBase: token2.calc(token2.paddingSM).sub(1).equal(),
multipleSelectItemHeight: token2.multipleItemHeight,
selectHeight: token2.controlHeight
});
return [
panel_default(pickerToken),
genPickerStyle(pickerToken),
variants_default2(pickerToken),
genPickerStatusStyle(pickerToken),
multiple_default2(pickerToken),
// =====================================================
// == Space Compact ==
// =====================================================
genCompactItemStyle(token2, {
focusElCls: `${token2.componentCls}-focused`
})
];
}, prepareComponentToken22);
// node_modules/antd/es/calendar/style/index.js
var genCalendarStyles = (token2) => {
const {
calendarCls,
componentCls,
fullBg,
fullPanelBg,
itemActiveBg
} = token2;
return {
[calendarCls]: Object.assign(Object.assign(Object.assign({}, genPanelStyle(token2)), resetComponent(token2)), {
background: fullBg,
"&-rtl": {
direction: "rtl"
},
[`${calendarCls}-header`]: {
display: "flex",
justifyContent: "flex-end",
padding: `${unit2(token2.paddingSM)} 0`,
[`${calendarCls}-year-select`]: {
minWidth: token2.yearControlWidth
},
[`${calendarCls}-month-select`]: {
minWidth: token2.monthControlWidth,
marginInlineStart: token2.marginXS
},
[`${calendarCls}-mode-switch`]: {
marginInlineStart: token2.marginXS
}
}
}),
[`${calendarCls} ${componentCls}-panel`]: {
background: fullPanelBg,
border: 0,
borderTop: `${unit2(token2.lineWidth)} ${token2.lineType} ${token2.colorSplit}`,
borderRadius: 0,
[`${componentCls}-month-panel, ${componentCls}-date-panel`]: {
width: "auto"
},
[`${componentCls}-body`]: {
padding: `${unit2(token2.paddingXS)} 0`
},
[`${componentCls}-content`]: {
width: "100%"
}
},
[`${calendarCls}-mini`]: {
borderRadius: token2.borderRadiusLG,
[`${calendarCls}-header`]: {
paddingInlineEnd: token2.paddingXS,
paddingInlineStart: token2.paddingXS
},
[`${componentCls}-panel`]: {
borderRadius: `0 0 ${unit2(token2.borderRadiusLG)} ${unit2(token2.borderRadiusLG)}`
},
[`${componentCls}-content`]: {
height: token2.miniContentHeight,
th: {
height: "auto",
padding: 0,
lineHeight: unit2(token2.weekHeight)
}
},
[`${componentCls}-cell::before`]: {
pointerEvents: "none"
}
},
[`${calendarCls}${calendarCls}-full`]: {
[`${componentCls}-panel`]: {
display: "block",
width: "100%",
textAlign: "end",
background: fullBg,
border: 0,
[`${componentCls}-body`]: {
"th, td": {
padding: 0
},
th: {
height: "auto",
paddingInlineEnd: token2.paddingSM,
paddingBottom: token2.paddingXXS,
lineHeight: unit2(token2.weekHeight)
}
}
},
[`${componentCls}-cell-week ${componentCls}-cell-inner`]: {
display: "block",
borderRadius: 0,
borderTop: `${unit2(token2.lineWidthBold)} ${token2.lineType} ${token2.colorSplit}`,
width: "100%",
height: token2.calc(token2.dateValueHeight).add(token2.dateContentHeight).add(token2.calc(token2.paddingXS).div(2)).add(token2.lineWidthBold).equal()
},
[`${componentCls}-cell`]: {
"&::before": {
display: "none"
},
"&:hover": {
[`${calendarCls}-date`]: {
background: token2.controlItemBgHover
}
},
[`${calendarCls}-date-today::before`]: {
display: "none"
},
// >>> Selected
[`&-in-view${componentCls}-cell-selected`]: {
[`${calendarCls}-date, ${calendarCls}-date-today`]: {
background: itemActiveBg
}
},
"&-selected, &-selected:hover": {
[`${calendarCls}-date, ${calendarCls}-date-today`]: {
[`${calendarCls}-date-value`]: {
color: token2.colorPrimary
}
}
}
},
[`${calendarCls}-date`]: {
display: "block",
width: "auto",
height: "auto",
margin: `0 ${unit2(token2.calc(token2.marginXS).div(2).equal())}`,
padding: `${unit2(token2.calc(token2.paddingXS).div(2).equal())} ${unit2(token2.paddingXS)} 0`,
border: 0,
borderTop: `${unit2(token2.lineWidthBold)} ${token2.lineType} ${token2.colorSplit}`,
borderRadius: 0,
transition: `background ${token2.motionDurationSlow}`,
"&-value": {
lineHeight: unit2(token2.dateValueHeight),
transition: `color ${token2.motionDurationSlow}`
},
"&-content": {
position: "static",
width: "auto",
height: token2.dateContentHeight,
overflowY: "auto",
color: token2.colorText,
lineHeight: token2.lineHeight,
textAlign: "start"
},
"&-today": {
borderColor: token2.colorPrimary,
[`${calendarCls}-date-value`]: {
color: token2.colorText
}
}
}
},
[`@media only screen and (max-width: ${unit2(token2.screenXS)}) `]: {
[calendarCls]: {
[`${calendarCls}-header`]: {
display: "block",
[`${calendarCls}-year-select`]: {
width: "50%"
},
[`${calendarCls}-month-select`]: {
width: `calc(50% - ${unit2(token2.paddingXS)})`
},
[`${calendarCls}-mode-switch`]: {
width: "100%",
marginTop: token2.marginXS,
marginInlineStart: 0,
"> label": {
width: "50%",
textAlign: "center"
}
}
}
}
}
};
};
var prepareComponentToken23 = (token2) => Object.assign({
fullBg: token2.colorBgContainer,
fullPanelBg: token2.colorBgContainer,
itemActiveBg: token2.controlItemBgActive,
yearControlWidth: 80,
monthControlWidth: 70,
miniContentHeight: 256
}, initPanelComponentToken(token2));
var style_default26 = genStyleHooks("Calendar", (token2) => {
const calendarCls = `${token2.componentCls}-calendar`;
const calendarToken = merge2(token2, initPickerPanelToken(token2), {
calendarCls,
pickerCellInnerCls: `${token2.componentCls}-cell-inner`,
dateValueHeight: token2.controlHeightSM,
weekHeight: token2.calc(token2.controlHeightSM).mul(0.75).equal(),
dateContentHeight: token2.calc(token2.calc(token2.fontHeightSM).add(token2.marginXS)).mul(3).add(token2.calc(token2.lineWidth).mul(2)).equal()
});
return genCalendarStyles(calendarToken);
}, prepareComponentToken23);
// node_modules/antd/es/calendar/generateCalendar.js
var isSameYear2 = (date1, date22, config) => {
const {
getYear: getYear2
} = config;
return date1 && date22 && getYear2(date1) === getYear2(date22);
};
var isSameMonth2 = (date1, date22, config) => {
const {
getMonth: getMonth2
} = config;
return isSameYear2(date1, date22, config) && getMonth2(date1) === getMonth2(date22);
};
var isSameDate2 = (date1, date22, config) => {
const {
getDate: getDate2
} = config;
return isSameMonth2(date1, date22, config) && getDate2(date1) === getDate2(date22);
};
var generateCalendar = (generateConfig2) => {
const Calendar2 = (props) => {
const {
prefixCls: customizePrefixCls,
className,
rootClassName,
style: style2,
dateFullCellRender,
dateCellRender,
monthFullCellRender,
monthCellRender,
cellRender,
fullCellRender,
headerRender,
value,
defaultValue,
disabledDate,
mode,
validRange,
fullscreen = true,
showWeek,
onChange,
onPanelChange,
onSelect
} = props;
const {
getPrefixCls,
direction,
className: contextClassName,
style: contextStyle
} = useComponentConfig("calendar");
const prefixCls = getPrefixCls("picker", customizePrefixCls);
const calendarPrefixCls = `${prefixCls}-calendar`;
const [wrapCSSVar, hashId, cssVarCls] = style_default26(prefixCls, calendarPrefixCls);
const today = generateConfig2.getNow();
if (true) {
const warning5 = devUseWarning("Calendar");
[["dateFullCellRender", "fullCellRender"], ["dateCellRender", "cellRender"], ["monthFullCellRender", "fullCellRender"], ["monthCellRender", "cellRender"]].forEach(([deprecatedName, newName]) => {
warning5.deprecated(!(deprecatedName in props), deprecatedName, newName);
});
}
const [mergedValue, setMergedValue] = useMergedState(() => value || generateConfig2.getNow(), {
defaultValue,
value
});
const [mergedMode, setMergedMode] = useMergedState("month", {
value: mode
});
const panelMode = React300.useMemo(() => mergedMode === "year" ? "month" : "date", [mergedMode]);
const mergedDisabledDate = React300.useCallback((date4) => {
const notInRange = validRange ? generateConfig2.isAfter(validRange[0], date4) || generateConfig2.isAfter(date4, validRange[1]) : false;
return notInRange || !!(disabledDate === null || disabledDate === void 0 ? void 0 : disabledDate(date4));
}, [disabledDate, validRange]);
const triggerPanelChange = (date4, newMode) => {
onPanelChange === null || onPanelChange === void 0 ? void 0 : onPanelChange(date4, newMode);
};
const triggerChange = (date4) => {
setMergedValue(date4);
if (!isSameDate2(date4, mergedValue, generateConfig2)) {
if (panelMode === "date" && !isSameMonth2(date4, mergedValue, generateConfig2) || panelMode === "month" && !isSameYear2(date4, mergedValue, generateConfig2)) {
triggerPanelChange(date4, mergedMode);
}
onChange === null || onChange === void 0 ? void 0 : onChange(date4);
}
};
const triggerModeChange = (newMode) => {
setMergedMode(newMode);
triggerPanelChange(mergedValue, newMode);
};
const onInternalSelect = (date4, source) => {
triggerChange(date4);
onSelect === null || onSelect === void 0 ? void 0 : onSelect(date4, {
source
});
};
const dateRender = React300.useCallback((date4, info) => {
if (fullCellRender) {
return fullCellRender(date4, info);
}
if (dateFullCellRender) {
return dateFullCellRender(date4);
}
return React300.createElement("div", {
className: (0, import_classnames113.default)(`${prefixCls}-cell-inner`, `${calendarPrefixCls}-date`, {
[`${calendarPrefixCls}-date-today`]: isSameDate2(today, date4, generateConfig2)
})
}, React300.createElement("div", {
className: `${calendarPrefixCls}-date-value`
}, String(generateConfig2.getDate(date4)).padStart(2, "0")), React300.createElement("div", {
className: `${calendarPrefixCls}-date-content`
}, typeof cellRender === "function" ? cellRender(date4, info) : dateCellRender === null || dateCellRender === void 0 ? void 0 : dateCellRender(date4)));
}, [today, prefixCls, calendarPrefixCls, fullCellRender, dateFullCellRender, cellRender, dateCellRender]);
const monthRender = React300.useCallback((date4, info) => {
if (fullCellRender) {
return fullCellRender(date4, info);
}
if (monthFullCellRender) {
return monthFullCellRender(date4);
}
const months = info.locale.shortMonths || generateConfig2.locale.getShortMonths(info.locale.locale);
return React300.createElement("div", {
className: (0, import_classnames113.default)(`${prefixCls}-cell-inner`, `${calendarPrefixCls}-date`, {
[`${calendarPrefixCls}-date-today`]: isSameMonth2(today, date4, generateConfig2)
})
}, React300.createElement("div", {
className: `${calendarPrefixCls}-date-value`
}, months[generateConfig2.getMonth(date4)]), React300.createElement("div", {
className: `${calendarPrefixCls}-date-content`
}, typeof cellRender === "function" ? cellRender(date4, info) : monthCellRender === null || monthCellRender === void 0 ? void 0 : monthCellRender(date4)));
}, [today, prefixCls, calendarPrefixCls, fullCellRender, monthFullCellRender, cellRender, monthCellRender]);
const [contextLocale] = useLocale_default("Calendar", en_US_default5);
const locale6 = Object.assign(Object.assign({}, contextLocale), props.locale);
const mergedCellRender = (current, info) => {
if (info.type === "date") {
return dateRender(current, info);
}
if (info.type === "month") {
return monthRender(current, Object.assign(Object.assign({}, info), {
locale: locale6 === null || locale6 === void 0 ? void 0 : locale6.lang
}));
}
};
return wrapCSSVar(React300.createElement("div", {
className: (0, import_classnames113.default)(calendarPrefixCls, {
[`${calendarPrefixCls}-full`]: fullscreen,
[`${calendarPrefixCls}-mini`]: !fullscreen,
[`${calendarPrefixCls}-rtl`]: direction === "rtl"
}, contextClassName, className, rootClassName, hashId, cssVarCls),
style: Object.assign(Object.assign({}, contextStyle), style2)
}, headerRender ? headerRender({
value: mergedValue,
type: mergedMode,
onChange: (nextDate) => {
onInternalSelect(nextDate, "customize");
},
onTypeChange: triggerModeChange
}) : React300.createElement(Header_default, {
prefixCls: calendarPrefixCls,
value: mergedValue,
generateConfig: generateConfig2,
mode: mergedMode,
fullscreen,
locale: locale6 === null || locale6 === void 0 ? void 0 : locale6.lang,
validRange,
onChange: onInternalSelect,
onModeChange: triggerModeChange
}), React300.createElement(PickerPanel_default, {
value: mergedValue,
prefixCls,
locale: locale6 === null || locale6 === void 0 ? void 0 : locale6.lang,
generateConfig: generateConfig2,
cellRender: mergedCellRender,
onSelect: (nextDate) => {
onInternalSelect(nextDate, panelMode);
},
mode: panelMode,
picker: panelMode,
disabledDate: mergedDisabledDate,
hideHeader: true,
showWeek
})));
};
if (true) {
Calendar2.displayName = "Calendar";
}
return Calendar2;
};
var generateCalendar_default = generateCalendar;
// node_modules/antd/es/calendar/index.js
var Calendar = generateCalendar_default(dayjs_default);
Calendar.generateCalendar = generateCalendar_default;
var calendar_default = Calendar;
// node_modules/antd/es/card/Card.js
var React316 = __toESM(require_react());
var import_classnames122 = __toESM(require_classnames());
// node_modules/antd/es/tabs/index.js
var React314 = __toESM(require_react());
var import_classnames120 = __toESM(require_classnames());
// node_modules/rc-tabs/es/Tabs.js
var import_classnames119 = __toESM(require_classnames());
var React312 = __toESM(require_react());
var import_react105 = __toESM(require_react());
// node_modules/rc-tabs/es/TabContext.js
var import_react97 = __toESM(require_react());
var TabContext_default = (0, import_react97.createContext)(null);
// node_modules/rc-tabs/es/TabNavList/Wrapper.js
var React310 = __toESM(require_react());
// node_modules/rc-tabs/es/TabNavList/index.js
var import_classnames116 = __toESM(require_classnames());
var React308 = __toESM(require_react());
var import_react104 = __toESM(require_react());
// node_modules/rc-tabs/es/hooks/useIndicator.js
var import_react98 = __toESM(require_react());
var useIndicator = function useIndicator2(options) {
var activeTabOffset = options.activeTabOffset, horizontal = options.horizontal, rtl = options.rtl, _options$indicator = options.indicator, indicator = _options$indicator === void 0 ? {} : _options$indicator;
var size = indicator.size, _indicator$align = indicator.align, align = _indicator$align === void 0 ? "center" : _indicator$align;
var _useState = (0, import_react98.useState)(), _useState2 = _slicedToArray(_useState, 2), inkStyle = _useState2[0], setInkStyle = _useState2[1];
var inkBarRafRef = (0, import_react98.useRef)();
var getLength = import_react98.default.useCallback(function(origin) {
if (typeof size === "function") {
return size(origin);
}
if (typeof size === "number") {
return size;
}
return origin;
}, [size]);
function cleanInkBarRaf() {
raf_default.cancel(inkBarRafRef.current);
}
(0, import_react98.useEffect)(function() {
var newInkStyle = {};
if (activeTabOffset) {
if (horizontal) {
newInkStyle.width = getLength(activeTabOffset.width);
var key = rtl ? "right" : "left";
if (align === "start") {
newInkStyle[key] = activeTabOffset[key];
}
if (align === "center") {
newInkStyle[key] = activeTabOffset[key] + activeTabOffset.width / 2;
newInkStyle.transform = rtl ? "translateX(50%)" : "translateX(-50%)";
}
if (align === "end") {
newInkStyle[key] = activeTabOffset[key] + activeTabOffset.width;
newInkStyle.transform = "translateX(-100%)";
}
} else {
newInkStyle.height = getLength(activeTabOffset.height);
if (align === "start") {
newInkStyle.top = activeTabOffset.top;
}
if (align === "center") {
newInkStyle.top = activeTabOffset.top + activeTabOffset.height / 2;
newInkStyle.transform = "translateY(-50%)";
}
if (align === "end") {
newInkStyle.top = activeTabOffset.top + activeTabOffset.height;
newInkStyle.transform = "translateY(-100%)";
}
}
}
cleanInkBarRaf();
inkBarRafRef.current = raf_default(function() {
var isEqual2 = inkStyle && newInkStyle && Object.keys(newInkStyle).every(function(key2) {
var newValue = newInkStyle[key2];
var oldValue = inkStyle[key2];
return typeof newValue === "number" && typeof oldValue === "number" ? Math.round(newValue) === Math.round(oldValue) : newValue === oldValue;
});
if (!isEqual2) {
setInkStyle(newInkStyle);
}
});
return cleanInkBarRaf;
}, [JSON.stringify(activeTabOffset), horizontal, rtl, align, getLength]);
return {
style: inkStyle
};
};
var useIndicator_default = useIndicator;
// node_modules/rc-tabs/es/hooks/useOffsets.js
var import_react99 = __toESM(require_react());
var DEFAULT_SIZE = {
width: 0,
height: 0,
left: 0,
top: 0
};
function useOffsets(tabs, tabSizes, holderScrollWidth) {
return (0, import_react99.useMemo)(function() {
var _tabs$;
var map = /* @__PURE__ */ new Map();
var lastOffset = tabSizes.get((_tabs$ = tabs[0]) === null || _tabs$ === void 0 ? void 0 : _tabs$.key) || DEFAULT_SIZE;
var rightOffset = lastOffset.left + lastOffset.width;
for (var i = 0; i < tabs.length; i += 1) {
var key = tabs[i].key;
var data = tabSizes.get(key);
if (!data) {
var _tabs;
data = tabSizes.get((_tabs = tabs[i - 1]) === null || _tabs === void 0 ? void 0 : _tabs.key) || DEFAULT_SIZE;
}
var entity = map.get(key) || _objectSpread2({}, data);
entity.right = rightOffset - entity.left - entity.width;
map.set(key, entity);
}
return map;
}, [tabs.map(function(tab) {
return tab.key;
}).join("_"), tabSizes, holderScrollWidth]);
}
// node_modules/rc-tabs/es/hooks/useSyncState.js
var React302 = __toESM(require_react());
function useSyncState4(defaultState, onChange) {
var stateRef = React302.useRef(defaultState);
var _React$useState = React302.useState({}), _React$useState2 = _slicedToArray(_React$useState, 2), forceUpdate = _React$useState2[1];
function setState(updater) {
var newValue = typeof updater === "function" ? updater(stateRef.current) : updater;
if (newValue !== stateRef.current) {
onChange(newValue, stateRef.current);
}
stateRef.current = newValue;
forceUpdate({});
}
return [stateRef.current, setState];
}
// node_modules/rc-tabs/es/hooks/useTouchMove.js
var React303 = __toESM(require_react());
var import_react100 = __toESM(require_react());
var MIN_SWIPE_DISTANCE = 0.1;
var STOP_SWIPE_DISTANCE = 0.01;
var REFRESH_INTERVAL = 20;
var SPEED_OFF_MULTIPLE = Math.pow(0.995, REFRESH_INTERVAL);
function useTouchMove(ref, onOffset) {
var _useState = (0, import_react100.useState)(), _useState2 = _slicedToArray(_useState, 2), touchPosition = _useState2[0], setTouchPosition = _useState2[1];
var _useState3 = (0, import_react100.useState)(0), _useState4 = _slicedToArray(_useState3, 2), lastTimestamp = _useState4[0], setLastTimestamp = _useState4[1];
var _useState5 = (0, import_react100.useState)(0), _useState6 = _slicedToArray(_useState5, 2), lastTimeDiff = _useState6[0], setLastTimeDiff = _useState6[1];
var _useState7 = (0, import_react100.useState)(), _useState8 = _slicedToArray(_useState7, 2), lastOffset = _useState8[0], setLastOffset = _useState8[1];
var motionRef = (0, import_react100.useRef)();
function onTouchStart(e3) {
var _e$touches$ = e3.touches[0], screenX = _e$touches$.screenX, screenY = _e$touches$.screenY;
setTouchPosition({
x: screenX,
y: screenY
});
window.clearInterval(motionRef.current);
}
function onTouchMove(e3) {
if (!touchPosition) return;
var _e$touches$2 = e3.touches[0], screenX = _e$touches$2.screenX, screenY = _e$touches$2.screenY;
setTouchPosition({
x: screenX,
y: screenY
});
var offsetX = screenX - touchPosition.x;
var offsetY = screenY - touchPosition.y;
onOffset(offsetX, offsetY);
var now2 = Date.now();
setLastTimestamp(now2);
setLastTimeDiff(now2 - lastTimestamp);
setLastOffset({
x: offsetX,
y: offsetY
});
}
function onTouchEnd() {
if (!touchPosition) return;
setTouchPosition(null);
setLastOffset(null);
if (lastOffset) {
var distanceX = lastOffset.x / lastTimeDiff;
var distanceY = lastOffset.y / lastTimeDiff;
var absX = Math.abs(distanceX);
var absY = Math.abs(distanceY);
if (Math.max(absX, absY) < MIN_SWIPE_DISTANCE) return;
var currentX = distanceX;
var currentY = distanceY;
motionRef.current = window.setInterval(function() {
if (Math.abs(currentX) < STOP_SWIPE_DISTANCE && Math.abs(currentY) < STOP_SWIPE_DISTANCE) {
window.clearInterval(motionRef.current);
return;
}
currentX *= SPEED_OFF_MULTIPLE;
currentY *= SPEED_OFF_MULTIPLE;
onOffset(currentX * REFRESH_INTERVAL, currentY * REFRESH_INTERVAL);
}, REFRESH_INTERVAL);
}
}
var lastWheelDirectionRef = (0, import_react100.useRef)();
function onWheel(e3) {
var deltaX = e3.deltaX, deltaY = e3.deltaY;
var mixed = 0;
var absX = Math.abs(deltaX);
var absY = Math.abs(deltaY);
if (absX === absY) {
mixed = lastWheelDirectionRef.current === "x" ? deltaX : deltaY;
} else if (absX > absY) {
mixed = deltaX;
lastWheelDirectionRef.current = "x";
} else {
mixed = deltaY;
lastWheelDirectionRef.current = "y";
}
if (onOffset(-mixed, -mixed)) {
e3.preventDefault();
}
}
var touchEventsRef = (0, import_react100.useRef)(null);
touchEventsRef.current = {
onTouchStart,
onTouchMove,
onTouchEnd,
onWheel
};
React303.useEffect(function() {
function onProxyTouchStart(e3) {
touchEventsRef.current.onTouchStart(e3);
}
function onProxyTouchMove(e3) {
touchEventsRef.current.onTouchMove(e3);
}
function onProxyTouchEnd(e3) {
touchEventsRef.current.onTouchEnd(e3);
}
function onProxyWheel(e3) {
touchEventsRef.current.onWheel(e3);
}
document.addEventListener("touchmove", onProxyTouchMove, {
passive: false
});
document.addEventListener("touchend", onProxyTouchEnd, {
passive: true
});
ref.current.addEventListener("touchstart", onProxyTouchStart, {
passive: true
});
ref.current.addEventListener("wheel", onProxyWheel, {
passive: false
});
return function() {
document.removeEventListener("touchmove", onProxyTouchMove);
document.removeEventListener("touchend", onProxyTouchEnd);
};
}, []);
}
// node_modules/rc-tabs/es/hooks/useUpdate.js
var import_react101 = __toESM(require_react());
function useUpdate(callback) {
var _useState = (0, import_react101.useState)(0), _useState2 = _slicedToArray(_useState, 2), count = _useState2[0], setCount = _useState2[1];
var effectRef = (0, import_react101.useRef)(0);
var callbackRef = (0, import_react101.useRef)();
callbackRef.current = callback;
useLayoutUpdateEffect(function() {
var _callbackRef$current;
(_callbackRef$current = callbackRef.current) === null || _callbackRef$current === void 0 || _callbackRef$current.call(callbackRef);
}, [count]);
return function() {
if (effectRef.current !== count) {
return;
}
effectRef.current += 1;
setCount(effectRef.current);
};
}
function useUpdateState(defaultState) {
var batchRef = (0, import_react101.useRef)([]);
var _useState3 = (0, import_react101.useState)({}), _useState4 = _slicedToArray(_useState3, 2), forceUpdate = _useState4[1];
var state = (0, import_react101.useRef)(typeof defaultState === "function" ? defaultState() : defaultState);
var flushUpdate = useUpdate(function() {
var current = state.current;
batchRef.current.forEach(function(callback) {
current = callback(current);
});
batchRef.current = [];
state.current = current;
forceUpdate({});
});
function updater(callback) {
batchRef.current.push(callback);
flushUpdate();
}
return [state.current, updater];
}
// node_modules/rc-tabs/es/hooks/useVisibleRange.js
var import_react102 = __toESM(require_react());
var DEFAULT_SIZE2 = {
width: 0,
height: 0,
left: 0,
top: 0,
right: 0
};
function useVisibleRange(tabOffsets, visibleTabContentValue, transform, tabContentSizeValue, addNodeSizeValue, operationNodeSizeValue, _ref) {
var tabs = _ref.tabs, tabPosition = _ref.tabPosition, rtl = _ref.rtl;
var charUnit;
var position3;
var transformSize;
if (["top", "bottom"].includes(tabPosition)) {
charUnit = "width";
position3 = rtl ? "right" : "left";
transformSize = Math.abs(transform);
} else {
charUnit = "height";
position3 = "top";
transformSize = -transform;
}
return (0, import_react102.useMemo)(function() {
if (!tabs.length) {
return [0, 0];
}
var len = tabs.length;
var endIndex = len;
for (var i = 0; i < len; i += 1) {
var offset3 = tabOffsets.get(tabs[i].key) || DEFAULT_SIZE2;
if (Math.floor(offset3[position3] + offset3[charUnit]) > Math.floor(transformSize + visibleTabContentValue)) {
endIndex = i - 1;
break;
}
}
var startIndex = 0;
for (var _i = len - 1; _i >= 0; _i -= 1) {
var _offset = tabOffsets.get(tabs[_i].key) || DEFAULT_SIZE2;
if (_offset[position3] < transformSize) {
startIndex = _i + 1;
break;
}
}
return startIndex > endIndex ? [0, -1] : [startIndex, endIndex];
}, [tabOffsets, visibleTabContentValue, tabContentSizeValue, addNodeSizeValue, operationNodeSizeValue, transformSize, tabPosition, tabs.map(function(tab) {
return tab.key;
}).join("_"), rtl]);
}
// node_modules/rc-tabs/es/util.js
function stringify3(obj) {
var tgt;
if (obj instanceof Map) {
tgt = {};
obj.forEach(function(v, k) {
tgt[k] = v;
});
} else {
tgt = obj;
}
return JSON.stringify(tgt);
}
var RC_TABS_DOUBLE_QUOTE = "TABS_DQ";
function genDataNodeKey(key) {
return String(key).replace(/"/g, RC_TABS_DOUBLE_QUOTE);
}
function getRemovable(closable, closeIcon, editable, disabled) {
if (
// Only editable tabs can be removed
!editable || // Tabs cannot be removed when disabled
disabled || // closable is false
closable === false || // If closable is undefined, the remove button should be hidden when closeIcon is null or false
closable === void 0 && (closeIcon === false || closeIcon === null)
) {
return false;
}
return true;
}
// node_modules/rc-tabs/es/TabNavList/AddButton.js
var React304 = __toESM(require_react());
var AddButton = React304.forwardRef(function(props, ref) {
var prefixCls = props.prefixCls, editable = props.editable, locale6 = props.locale, style2 = props.style;
if (!editable || editable.showAdd === false) {
return null;
}
return React304.createElement("button", {
ref,
type: "button",
className: "".concat(prefixCls, "-nav-add"),
style: style2,
"aria-label": (locale6 === null || locale6 === void 0 ? void 0 : locale6.addAriaLabel) || "Add tab",
onClick: function onClick(event) {
editable.onEdit("add", {
event
});
}
}, editable.addIcon || "+");
});
var AddButton_default = AddButton;
// node_modules/rc-tabs/es/TabNavList/ExtraContent.js
var React305 = __toESM(require_react());
var ExtraContent = React305.forwardRef(function(props, ref) {
var position3 = props.position, prefixCls = props.prefixCls, extra = props.extra;
if (!extra) {
return null;
}
var content;
var assertExtra = {};
if (_typeof(extra) === "object" && !React305.isValidElement(extra)) {
assertExtra = extra;
} else {
assertExtra.right = extra;
}
if (position3 === "right") {
content = assertExtra.right;
}
if (position3 === "left") {
content = assertExtra.left;
}
return content ? React305.createElement("div", {
className: "".concat(prefixCls, "-extra-content"),
ref
}, content) : null;
});
if (true) {
ExtraContent.displayName = "ExtraContent";
}
var ExtraContent_default = ExtraContent;
// node_modules/rc-tabs/es/TabNavList/OperationNode.js
var import_classnames114 = __toESM(require_classnames());
var React306 = __toESM(require_react());
var import_react103 = __toESM(require_react());
var OperationNode = React306.forwardRef(function(props, ref) {
var prefixCls = props.prefixCls, id = props.id, tabs = props.tabs, locale6 = props.locale, mobile = props.mobile, _props$more = props.more, moreProps = _props$more === void 0 ? {} : _props$more, style2 = props.style, className = props.className, editable = props.editable, tabBarGutter = props.tabBarGutter, rtl = props.rtl, removeAriaLabel = props.removeAriaLabel, onTabClick = props.onTabClick, getPopupContainer = props.getPopupContainer, popupClassName = props.popupClassName;
var _useState = (0, import_react103.useState)(false), _useState2 = _slicedToArray(_useState, 2), open3 = _useState2[0], setOpen = _useState2[1];
var _useState3 = (0, import_react103.useState)(null), _useState4 = _slicedToArray(_useState3, 2), selectedKey = _useState4[0], setSelectedKey = _useState4[1];
var _moreProps$icon = moreProps.icon, moreIcon = _moreProps$icon === void 0 ? "More" : _moreProps$icon;
var popupId = "".concat(id, "-more-popup");
var dropdownPrefix = "".concat(prefixCls, "-dropdown");
var selectedItemId = selectedKey !== null ? "".concat(popupId, "-").concat(selectedKey) : null;
var dropdownAriaLabel = locale6 === null || locale6 === void 0 ? void 0 : locale6.dropdownAriaLabel;
function onRemoveTab(event, key) {
event.preventDefault();
event.stopPropagation();
editable.onEdit("remove", {
key,
event
});
}
var menu = React306.createElement(es_default15, {
onClick: function onClick(_ref) {
var key = _ref.key, domEvent = _ref.domEvent;
onTabClick(key, domEvent);
setOpen(false);
},
prefixCls: "".concat(dropdownPrefix, "-menu"),
id: popupId,
tabIndex: -1,
role: "listbox",
"aria-activedescendant": selectedItemId,
selectedKeys: [selectedKey],
"aria-label": dropdownAriaLabel !== void 0 ? dropdownAriaLabel : "expanded dropdown"
}, tabs.map(function(tab) {
var closable = tab.closable, disabled = tab.disabled, closeIcon = tab.closeIcon, key = tab.key, label = tab.label;
var removable = getRemovable(closable, closeIcon, editable, disabled);
return React306.createElement(MenuItem_default, {
key,
id: "".concat(popupId, "-").concat(key),
role: "option",
"aria-controls": id && "".concat(id, "-panel-").concat(key),
disabled
}, React306.createElement("span", null, label), removable && React306.createElement("button", {
type: "button",
"aria-label": removeAriaLabel || "remove",
tabIndex: 0,
className: "".concat(dropdownPrefix, "-menu-item-remove"),
onClick: function onClick(e3) {
e3.stopPropagation();
onRemoveTab(e3, key);
}
}, closeIcon || editable.removeIcon || "×"));
}));
function selectOffset(offset3) {
var enabledTabs = tabs.filter(function(tab2) {
return !tab2.disabled;
});
var selectedIndex = enabledTabs.findIndex(function(tab2) {
return tab2.key === selectedKey;
}) || 0;
var len = enabledTabs.length;
for (var i = 0; i < len; i += 1) {
selectedIndex = (selectedIndex + offset3 + len) % len;
var tab = enabledTabs[selectedIndex];
if (!tab.disabled) {
setSelectedKey(tab.key);
return;
}
}
}
function onKeyDown2(e3) {
var which = e3.which;
if (!open3) {
if ([KeyCode_default.DOWN, KeyCode_default.SPACE, KeyCode_default.ENTER].includes(which)) {
setOpen(true);
e3.preventDefault();
}
return;
}
switch (which) {
case KeyCode_default.UP:
selectOffset(-1);
e3.preventDefault();
break;
case KeyCode_default.DOWN:
selectOffset(1);
e3.preventDefault();
break;
case KeyCode_default.ESC:
setOpen(false);
break;
case KeyCode_default.SPACE:
case KeyCode_default.ENTER:
if (selectedKey !== null) {
onTabClick(selectedKey, e3);
}
break;
}
}
(0, import_react103.useEffect)(function() {
var ele = document.getElementById(selectedItemId);
if (ele && ele.scrollIntoView) {
ele.scrollIntoView(false);
}
}, [selectedKey]);
(0, import_react103.useEffect)(function() {
if (!open3) {
setSelectedKey(null);
}
}, [open3]);
var moreStyle = _defineProperty({}, rtl ? "marginRight" : "marginLeft", tabBarGutter);
if (!tabs.length) {
moreStyle.visibility = "hidden";
moreStyle.order = 1;
}
var overlayClassName = (0, import_classnames114.default)(_defineProperty({}, "".concat(dropdownPrefix, "-rtl"), rtl));
var moreNode = mobile ? null : React306.createElement(es_default14, _extends({
prefixCls: dropdownPrefix,
overlay: menu,
visible: tabs.length ? open3 : false,
onVisibleChange: setOpen,
overlayClassName: (0, import_classnames114.default)(overlayClassName, popupClassName),
mouseEnterDelay: 0.1,
mouseLeaveDelay: 0.1,
getPopupContainer
}, moreProps), React306.createElement("button", {
type: "button",
className: "".concat(prefixCls, "-nav-more"),
style: moreStyle,
"aria-haspopup": "listbox",
"aria-controls": popupId,
id: "".concat(id, "-more"),
"aria-expanded": open3,
onKeyDown: onKeyDown2
}, moreIcon));
return React306.createElement("div", {
className: (0, import_classnames114.default)("".concat(prefixCls, "-nav-operations"), className),
style: style2,
ref
}, moreNode, React306.createElement(AddButton_default, {
prefixCls,
locale: locale6,
editable
}));
});
var OperationNode_default = React306.memo(OperationNode, function(_, next2) {
return (
// https://github.com/ant-design/ant-design/issues/32544
// We'd better remove syntactic sugar in `rc-menu` since this has perf issue
next2.tabMoving
);
});
// node_modules/rc-tabs/es/TabNavList/TabNode.js
var import_classnames115 = __toESM(require_classnames());
var React307 = __toESM(require_react());
var TabNode = function TabNode2(props) {
var prefixCls = props.prefixCls, id = props.id, active = props.active, focus = props.focus, _props$tab = props.tab, key = _props$tab.key, label = _props$tab.label, disabled = _props$tab.disabled, closeIcon = _props$tab.closeIcon, icon = _props$tab.icon, closable = props.closable, renderWrapper = props.renderWrapper, removeAriaLabel = props.removeAriaLabel, editable = props.editable, onClick = props.onClick, onFocus = props.onFocus, onBlur = props.onBlur, onKeyDown2 = props.onKeyDown, onMouseDown = props.onMouseDown, onMouseUp = props.onMouseUp, style2 = props.style, tabCount = props.tabCount, currentPosition = props.currentPosition;
var tabPrefix = "".concat(prefixCls, "-tab");
var removable = getRemovable(closable, closeIcon, editable, disabled);
function onInternalClick(e3) {
if (disabled) {
return;
}
onClick(e3);
}
function onRemoveTab(event) {
event.preventDefault();
event.stopPropagation();
editable.onEdit("remove", {
key,
event
});
}
var labelNode = React307.useMemo(function() {
return icon && typeof label === "string" ? React307.createElement("span", null, label) : label;
}, [label, icon]);
var btnRef = React307.useRef(null);
React307.useEffect(function() {
if (focus && btnRef.current) {
btnRef.current.focus();
}
}, [focus]);
var node2 = React307.createElement("div", {
key,
"data-node-key": genDataNodeKey(key),
className: (0, import_classnames115.default)(tabPrefix, _defineProperty(_defineProperty(_defineProperty(_defineProperty({}, "".concat(tabPrefix, "-with-remove"), removable), "".concat(tabPrefix, "-active"), active), "".concat(tabPrefix, "-disabled"), disabled), "".concat(tabPrefix, "-focus"), focus)),
style: style2,
onClick: onInternalClick
}, React307.createElement("div", {
ref: btnRef,
role: "tab",
"aria-selected": active,
id: id && "".concat(id, "-tab-").concat(key),
className: "".concat(tabPrefix, "-btn"),
"aria-controls": id && "".concat(id, "-panel-").concat(key),
"aria-disabled": disabled,
tabIndex: disabled ? null : active ? 0 : -1,
onClick: function onClick2(e3) {
e3.stopPropagation();
onInternalClick(e3);
},
onKeyDown: onKeyDown2,
onMouseDown,
onMouseUp,
onFocus,
onBlur
}, focus && React307.createElement("div", {
"aria-live": "polite",
style: {
width: 0,
height: 0,
position: "absolute",
overflow: "hidden",
opacity: 0
}
}, "Tab ".concat(currentPosition, " of ").concat(tabCount)), icon && React307.createElement("span", {
className: "".concat(tabPrefix, "-icon")
}, icon), label && labelNode), removable && React307.createElement("button", {
type: "button",
role: "tab",
"aria-label": removeAriaLabel || "remove",
tabIndex: active ? 0 : -1,
className: "".concat(tabPrefix, "-remove"),
onClick: function onClick2(e3) {
e3.stopPropagation();
onRemoveTab(e3);
}
}, closeIcon || editable.removeIcon || "×"));
return renderWrapper ? renderWrapper(node2) : node2;
};
var TabNode_default = TabNode;
// node_modules/rc-tabs/es/TabNavList/index.js
var getTabSize = function getTabSize2(tab, containerRect) {
var offsetWidth = tab.offsetWidth, offsetHeight = tab.offsetHeight, offsetTop = tab.offsetTop, offsetLeft = tab.offsetLeft;
var _tab$getBoundingClien = tab.getBoundingClientRect(), width = _tab$getBoundingClien.width, height = _tab$getBoundingClien.height, left = _tab$getBoundingClien.left, top = _tab$getBoundingClien.top;
if (Math.abs(width - offsetWidth) < 1) {
return [width, height, left - containerRect.left, top - containerRect.top];
}
return [offsetWidth, offsetHeight, offsetLeft, offsetTop];
};
var getSize = function getSize2(refObj) {
var _ref = refObj.current || {}, _ref$offsetWidth = _ref.offsetWidth, offsetWidth = _ref$offsetWidth === void 0 ? 0 : _ref$offsetWidth, _ref$offsetHeight = _ref.offsetHeight, offsetHeight = _ref$offsetHeight === void 0 ? 0 : _ref$offsetHeight;
if (refObj.current) {
var _refObj$current$getBo = refObj.current.getBoundingClientRect(), width = _refObj$current$getBo.width, height = _refObj$current$getBo.height;
if (Math.abs(width - offsetWidth) < 1) {
return [width, height];
}
}
return [offsetWidth, offsetHeight];
};
var getUnitValue = function getUnitValue2(size, tabPositionTopOrBottom) {
return size[tabPositionTopOrBottom ? 0 : 1];
};
var TabNavList = React308.forwardRef(function(props, ref) {
var className = props.className, style2 = props.style, id = props.id, animated = props.animated, activeKey = props.activeKey, rtl = props.rtl, extra = props.extra, editable = props.editable, locale6 = props.locale, tabPosition = props.tabPosition, tabBarGutter = props.tabBarGutter, children = props.children, onTabClick = props.onTabClick, onTabScroll = props.onTabScroll, indicator = props.indicator;
var _React$useContext = React308.useContext(TabContext_default), prefixCls = _React$useContext.prefixCls, tabs = _React$useContext.tabs;
var containerRef = (0, import_react104.useRef)(null);
var extraLeftRef = (0, import_react104.useRef)(null);
var extraRightRef = (0, import_react104.useRef)(null);
var tabsWrapperRef = (0, import_react104.useRef)(null);
var tabListRef = (0, import_react104.useRef)(null);
var operationsRef = (0, import_react104.useRef)(null);
var innerAddButtonRef = (0, import_react104.useRef)(null);
var tabPositionTopOrBottom = tabPosition === "top" || tabPosition === "bottom";
var _useSyncState = useSyncState4(0, function(next2, prev2) {
if (tabPositionTopOrBottom && onTabScroll) {
onTabScroll({
direction: next2 > prev2 ? "left" : "right"
});
}
}), _useSyncState2 = _slicedToArray(_useSyncState, 2), transformLeft = _useSyncState2[0], setTransformLeft = _useSyncState2[1];
var _useSyncState3 = useSyncState4(0, function(next2, prev2) {
if (!tabPositionTopOrBottom && onTabScroll) {
onTabScroll({
direction: next2 > prev2 ? "top" : "bottom"
});
}
}), _useSyncState4 = _slicedToArray(_useSyncState3, 2), transformTop = _useSyncState4[0], setTransformTop = _useSyncState4[1];
var _useState = (0, import_react104.useState)([0, 0]), _useState2 = _slicedToArray(_useState, 2), containerExcludeExtraSize = _useState2[0], setContainerExcludeExtraSize = _useState2[1];
var _useState3 = (0, import_react104.useState)([0, 0]), _useState4 = _slicedToArray(_useState3, 2), tabContentSize = _useState4[0], setTabContentSize = _useState4[1];
var _useState5 = (0, import_react104.useState)([0, 0]), _useState6 = _slicedToArray(_useState5, 2), addSize = _useState6[0], setAddSize = _useState6[1];
var _useState7 = (0, import_react104.useState)([0, 0]), _useState8 = _slicedToArray(_useState7, 2), operationSize = _useState8[0], setOperationSize = _useState8[1];
var _useUpdateState = useUpdateState(/* @__PURE__ */ new Map()), _useUpdateState2 = _slicedToArray(_useUpdateState, 2), tabSizes = _useUpdateState2[0], setTabSizes = _useUpdateState2[1];
var tabOffsets = useOffsets(tabs, tabSizes, tabContentSize[0]);
var containerExcludeExtraSizeValue = getUnitValue(containerExcludeExtraSize, tabPositionTopOrBottom);
var tabContentSizeValue = getUnitValue(tabContentSize, tabPositionTopOrBottom);
var addSizeValue = getUnitValue(addSize, tabPositionTopOrBottom);
var operationSizeValue = getUnitValue(operationSize, tabPositionTopOrBottom);
var needScroll = Math.floor(containerExcludeExtraSizeValue) < Math.floor(tabContentSizeValue + addSizeValue);
var visibleTabContentValue = needScroll ? containerExcludeExtraSizeValue - operationSizeValue : containerExcludeExtraSizeValue - addSizeValue;
var operationsHiddenClassName = "".concat(prefixCls, "-nav-operations-hidden");
var transformMin = 0;
var transformMax = 0;
if (!tabPositionTopOrBottom) {
transformMin = Math.min(0, visibleTabContentValue - tabContentSizeValue);
transformMax = 0;
} else if (rtl) {
transformMin = 0;
transformMax = Math.max(0, tabContentSizeValue - visibleTabContentValue);
} else {
transformMin = Math.min(0, visibleTabContentValue - tabContentSizeValue);
transformMax = 0;
}
function alignInRange(value) {
if (value < transformMin) {
return transformMin;
}
if (value > transformMax) {
return transformMax;
}
return value;
}
var touchMovingRef = (0, import_react104.useRef)(null);
var _useState9 = (0, import_react104.useState)(), _useState10 = _slicedToArray(_useState9, 2), lockAnimation = _useState10[0], setLockAnimation = _useState10[1];
function doLockAnimation() {
setLockAnimation(Date.now());
}
function clearTouchMoving() {
if (touchMovingRef.current) {
clearTimeout(touchMovingRef.current);
}
}
useTouchMove(tabsWrapperRef, function(offsetX, offsetY) {
function doMove(setState, offset3) {
setState(function(value) {
var newValue = alignInRange(value + offset3);
return newValue;
});
}
if (!needScroll) {
return false;
}
if (tabPositionTopOrBottom) {
doMove(setTransformLeft, offsetX);
} else {
doMove(setTransformTop, offsetY);
}
clearTouchMoving();
doLockAnimation();
return true;
});
(0, import_react104.useEffect)(function() {
clearTouchMoving();
if (lockAnimation) {
touchMovingRef.current = setTimeout(function() {
setLockAnimation(0);
}, 100);
}
return clearTouchMoving;
}, [lockAnimation]);
var _useVisibleRange = useVisibleRange(
tabOffsets,
// Container
visibleTabContentValue,
// Transform
tabPositionTopOrBottom ? transformLeft : transformTop,
// Tabs
tabContentSizeValue,
// Add
addSizeValue,
// Operation
operationSizeValue,
_objectSpread2(_objectSpread2({}, props), {}, {
tabs
})
), _useVisibleRange2 = _slicedToArray(_useVisibleRange, 2), visibleStart = _useVisibleRange2[0], visibleEnd = _useVisibleRange2[1];
var scrollToTab = useEvent(function() {
var key = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : activeKey;
var tabOffset = tabOffsets.get(key) || {
width: 0,
height: 0,
left: 0,
right: 0,
top: 0
};
if (tabPositionTopOrBottom) {
var newTransform = transformLeft;
if (rtl) {
if (tabOffset.right < transformLeft) {
newTransform = tabOffset.right;
} else if (tabOffset.right + tabOffset.width > transformLeft + visibleTabContentValue) {
newTransform = tabOffset.right + tabOffset.width - visibleTabContentValue;
}
} else if (tabOffset.left < -transformLeft) {
newTransform = -tabOffset.left;
} else if (tabOffset.left + tabOffset.width > -transformLeft + visibleTabContentValue) {
newTransform = -(tabOffset.left + tabOffset.width - visibleTabContentValue);
}
setTransformTop(0);
setTransformLeft(alignInRange(newTransform));
} else {
var _newTransform = transformTop;
if (tabOffset.top < -transformTop) {
_newTransform = -tabOffset.top;
} else if (tabOffset.top + tabOffset.height > -transformTop + visibleTabContentValue) {
_newTransform = -(tabOffset.top + tabOffset.height - visibleTabContentValue);
}
setTransformLeft(0);
setTransformTop(alignInRange(_newTransform));
}
});
var _useState11 = (0, import_react104.useState)(), _useState12 = _slicedToArray(_useState11, 2), focusKey = _useState12[0], setFocusKey = _useState12[1];
var _useState13 = (0, import_react104.useState)(false), _useState14 = _slicedToArray(_useState13, 2), isMouse = _useState14[0], setIsMouse = _useState14[1];
var enabledTabs = tabs.filter(function(tab) {
return !tab.disabled;
}).map(function(tab) {
return tab.key;
});
var onOffset = function onOffset2(offset3) {
var currentIndex = enabledTabs.indexOf(focusKey || activeKey);
var len = enabledTabs.length;
var nextIndex = (currentIndex + offset3 + len) % len;
var newKey = enabledTabs[nextIndex];
setFocusKey(newKey);
};
var handleRemoveTab = function handleRemoveTab2(removalTabKey, e3) {
var removeIndex = enabledTabs.indexOf(removalTabKey);
var removeTab = tabs.find(function(tab) {
return tab.key === removalTabKey;
});
var removable = getRemovable(removeTab === null || removeTab === void 0 ? void 0 : removeTab.closable, removeTab === null || removeTab === void 0 ? void 0 : removeTab.closeIcon, editable, removeTab === null || removeTab === void 0 ? void 0 : removeTab.disabled);
if (removable) {
e3.preventDefault();
e3.stopPropagation();
editable.onEdit("remove", {
key: removalTabKey,
event: e3
});
if (removeIndex === enabledTabs.length - 1) {
onOffset(-1);
} else {
onOffset(1);
}
}
};
var handleMouseDown = function handleMouseDown2(key, e3) {
setIsMouse(true);
if (e3.button === 1) {
handleRemoveTab(key, e3);
}
};
var handleKeyDown = function handleKeyDown2(e3) {
var code = e3.code;
var isRTL = rtl && tabPositionTopOrBottom;
var firstEnabledTab = enabledTabs[0];
var lastEnabledTab = enabledTabs[enabledTabs.length - 1];
switch (code) {
case "ArrowLeft": {
if (tabPositionTopOrBottom) {
onOffset(isRTL ? 1 : -1);
}
break;
}
case "ArrowRight": {
if (tabPositionTopOrBottom) {
onOffset(isRTL ? -1 : 1);
}
break;
}
case "ArrowUp": {
e3.preventDefault();
if (!tabPositionTopOrBottom) {
onOffset(-1);
}
break;
}
case "ArrowDown": {
e3.preventDefault();
if (!tabPositionTopOrBottom) {
onOffset(1);
}
break;
}
case "Home": {
e3.preventDefault();
setFocusKey(firstEnabledTab);
break;
}
case "End": {
e3.preventDefault();
setFocusKey(lastEnabledTab);
break;
}
case "Enter":
case "Space": {
e3.preventDefault();
onTabClick(focusKey !== null && focusKey !== void 0 ? focusKey : activeKey, e3);
break;
}
case "Backspace":
case "Delete": {
handleRemoveTab(focusKey, e3);
break;
}
}
};
var tabNodeStyle = {};
if (tabPositionTopOrBottom) {
tabNodeStyle[rtl ? "marginRight" : "marginLeft"] = tabBarGutter;
} else {
tabNodeStyle.marginTop = tabBarGutter;
}
var tabNodes = tabs.map(function(tab, i) {
var key = tab.key;
return React308.createElement(TabNode_default, {
id,
prefixCls,
key,
tab,
style: i === 0 ? void 0 : tabNodeStyle,
closable: tab.closable,
editable,
active: key === activeKey,
focus: key === focusKey,
renderWrapper: children,
removeAriaLabel: locale6 === null || locale6 === void 0 ? void 0 : locale6.removeAriaLabel,
tabCount: enabledTabs.length,
currentPosition: i + 1,
onClick: function onClick(e3) {
onTabClick(key, e3);
},
onKeyDown: handleKeyDown,
onFocus: function onFocus() {
if (!isMouse) {
setFocusKey(key);
}
scrollToTab(key);
doLockAnimation();
if (!tabsWrapperRef.current) {
return;
}
if (!rtl) {
tabsWrapperRef.current.scrollLeft = 0;
}
tabsWrapperRef.current.scrollTop = 0;
},
onBlur: function onBlur() {
setFocusKey(void 0);
},
onMouseDown: function onMouseDown(e3) {
return handleMouseDown(key, e3);
},
onMouseUp: function onMouseUp() {
setIsMouse(false);
}
});
});
var updateTabSizes = function updateTabSizes2() {
return setTabSizes(function() {
var _tabListRef$current;
var newSizes = /* @__PURE__ */ new Map();
var listRect = (_tabListRef$current = tabListRef.current) === null || _tabListRef$current === void 0 ? void 0 : _tabListRef$current.getBoundingClientRect();
tabs.forEach(function(_ref2) {
var _tabListRef$current2;
var key = _ref2.key;
var btnNode = (_tabListRef$current2 = tabListRef.current) === null || _tabListRef$current2 === void 0 ? void 0 : _tabListRef$current2.querySelector('[data-node-key="'.concat(genDataNodeKey(key), '"]'));
if (btnNode) {
var _getTabSize = getTabSize(btnNode, listRect), _getTabSize2 = _slicedToArray(_getTabSize, 4), width = _getTabSize2[0], height = _getTabSize2[1], left = _getTabSize2[2], top = _getTabSize2[3];
newSizes.set(key, {
width,
height,
left,
top
});
}
});
return newSizes;
});
};
(0, import_react104.useEffect)(function() {
updateTabSizes();
}, [tabs.map(function(tab) {
return tab.key;
}).join("_")]);
var onListHolderResize = useUpdate(function() {
var containerSize = getSize(containerRef);
var extraLeftSize = getSize(extraLeftRef);
var extraRightSize = getSize(extraRightRef);
setContainerExcludeExtraSize([containerSize[0] - extraLeftSize[0] - extraRightSize[0], containerSize[1] - extraLeftSize[1] - extraRightSize[1]]);
var newAddSize = getSize(innerAddButtonRef);
setAddSize(newAddSize);
var newOperationSize = getSize(operationsRef);
setOperationSize(newOperationSize);
var tabContentFullSize = getSize(tabListRef);
setTabContentSize([tabContentFullSize[0] - newAddSize[0], tabContentFullSize[1] - newAddSize[1]]);
updateTabSizes();
});
var startHiddenTabs = tabs.slice(0, visibleStart);
var endHiddenTabs = tabs.slice(visibleEnd + 1);
var hiddenTabs = [].concat(_toConsumableArray(startHiddenTabs), _toConsumableArray(endHiddenTabs));
var activeTabOffset = tabOffsets.get(activeKey);
var _useIndicator = useIndicator_default({
activeTabOffset,
horizontal: tabPositionTopOrBottom,
indicator,
rtl
}), indicatorStyle = _useIndicator.style;
(0, import_react104.useEffect)(function() {
scrollToTab();
}, [activeKey, transformMin, transformMax, stringify3(activeTabOffset), stringify3(tabOffsets), tabPositionTopOrBottom]);
(0, import_react104.useEffect)(function() {
onListHolderResize();
}, [rtl]);
var hasDropdown = !!hiddenTabs.length;
var wrapPrefix = "".concat(prefixCls, "-nav-wrap");
var pingLeft;
var pingRight;
var pingTop;
var pingBottom;
if (tabPositionTopOrBottom) {
if (rtl) {
pingRight = transformLeft > 0;
pingLeft = transformLeft !== transformMax;
} else {
pingLeft = transformLeft < 0;
pingRight = transformLeft !== transformMin;
}
} else {
pingTop = transformTop < 0;
pingBottom = transformTop !== transformMin;
}
return React308.createElement(es_default, {
onResize: onListHolderResize
}, React308.createElement("div", {
ref: useComposeRef(ref, containerRef),
role: "tablist",
"aria-orientation": tabPositionTopOrBottom ? "horizontal" : "vertical",
className: (0, import_classnames116.default)("".concat(prefixCls, "-nav"), className),
style: style2,
onKeyDown: function onKeyDown2() {
doLockAnimation();
}
}, React308.createElement(ExtraContent_default, {
ref: extraLeftRef,
position: "left",
extra,
prefixCls
}), React308.createElement(es_default, {
onResize: onListHolderResize
}, React308.createElement("div", {
className: (0, import_classnames116.default)(wrapPrefix, _defineProperty(_defineProperty(_defineProperty(_defineProperty({}, "".concat(wrapPrefix, "-ping-left"), pingLeft), "".concat(wrapPrefix, "-ping-right"), pingRight), "".concat(wrapPrefix, "-ping-top"), pingTop), "".concat(wrapPrefix, "-ping-bottom"), pingBottom)),
ref: tabsWrapperRef
}, React308.createElement(es_default, {
onResize: onListHolderResize
}, React308.createElement("div", {
ref: tabListRef,
className: "".concat(prefixCls, "-nav-list"),
style: {
transform: "translate(".concat(transformLeft, "px, ").concat(transformTop, "px)"),
transition: lockAnimation ? "none" : void 0
}
}, tabNodes, React308.createElement(AddButton_default, {
ref: innerAddButtonRef,
prefixCls,
locale: locale6,
editable,
style: _objectSpread2(_objectSpread2({}, tabNodes.length === 0 ? void 0 : tabNodeStyle), {}, {
visibility: hasDropdown ? "hidden" : null
})
}), React308.createElement("div", {
className: (0, import_classnames116.default)("".concat(prefixCls, "-ink-bar"), _defineProperty({}, "".concat(prefixCls, "-ink-bar-animated"), animated.inkBar)),
style: indicatorStyle
}))))), React308.createElement(OperationNode_default, _extends({}, props, {
removeAriaLabel: locale6 === null || locale6 === void 0 ? void 0 : locale6.removeAriaLabel,
ref: operationsRef,
prefixCls,
tabs: hiddenTabs,
className: !hasDropdown && operationsHiddenClassName,
tabMoving: !!lockAnimation
})), React308.createElement(ExtraContent_default, {
ref: extraRightRef,
position: "right",
extra,
prefixCls
})));
});
var TabNavList_default = TabNavList;
// node_modules/rc-tabs/es/TabPanelList/TabPane.js
var import_classnames117 = __toESM(require_classnames());
var React309 = __toESM(require_react());
var TabPane = React309.forwardRef(function(props, ref) {
var prefixCls = props.prefixCls, className = props.className, style2 = props.style, id = props.id, active = props.active, tabKey = props.tabKey, children = props.children;
return React309.createElement("div", {
id: id && "".concat(id, "-panel-").concat(tabKey),
role: "tabpanel",
tabIndex: active ? 0 : -1,
"aria-labelledby": id && "".concat(id, "-tab-").concat(tabKey),
"aria-hidden": !active,
style: style2,
className: (0, import_classnames117.default)(prefixCls, active && "".concat(prefixCls, "-active"), className),
ref
}, children);
});
if (true) {
TabPane.displayName = "TabPane";
}
var TabPane_default = TabPane;
// node_modules/rc-tabs/es/TabNavList/Wrapper.js
var _excluded43 = ["renderTabBar"];
var _excluded214 = ["label", "key"];
var TabNavListWrapper = function TabNavListWrapper2(_ref) {
var renderTabBar = _ref.renderTabBar, restProps = _objectWithoutProperties(_ref, _excluded43);
var _React$useContext = React310.useContext(TabContext_default), tabs = _React$useContext.tabs;
if (renderTabBar) {
var tabNavBarProps = _objectSpread2(_objectSpread2({}, restProps), {}, {
// Legacy support. We do not use this actually
panes: tabs.map(function(_ref2) {
var label = _ref2.label, key = _ref2.key, restTabProps = _objectWithoutProperties(_ref2, _excluded214);
return React310.createElement(TabPane_default, _extends({
tab: label,
key,
tabKey: key
}, restTabProps));
})
});
return renderTabBar(tabNavBarProps, TabNavList_default);
}
return React310.createElement(TabNavList_default, restProps);
};
if (true) {
TabNavListWrapper.displayName = "TabNavListWrapper";
}
var Wrapper_default = TabNavListWrapper;
// node_modules/rc-tabs/es/TabPanelList/index.js
var import_classnames118 = __toESM(require_classnames());
var React311 = __toESM(require_react());
var _excluded44 = ["key", "forceRender", "style", "className", "destroyInactiveTabPane"];
var TabPanelList = function TabPanelList2(props) {
var id = props.id, activeKey = props.activeKey, animated = props.animated, tabPosition = props.tabPosition, destroyInactiveTabPane = props.destroyInactiveTabPane;
var _React$useContext = React311.useContext(TabContext_default), prefixCls = _React$useContext.prefixCls, tabs = _React$useContext.tabs;
var tabPaneAnimated = animated.tabPane;
var tabPanePrefixCls = "".concat(prefixCls, "-tabpane");
return React311.createElement("div", {
className: (0, import_classnames118.default)("".concat(prefixCls, "-content-holder"))
}, React311.createElement("div", {
className: (0, import_classnames118.default)("".concat(prefixCls, "-content"), "".concat(prefixCls, "-content-").concat(tabPosition), _defineProperty({}, "".concat(prefixCls, "-content-animated"), tabPaneAnimated))
}, tabs.map(function(item) {
var key = item.key, forceRender = item.forceRender, paneStyle = item.style, paneClassName = item.className, itemDestroyInactiveTabPane = item.destroyInactiveTabPane, restTabProps = _objectWithoutProperties(item, _excluded44);
var active = key === activeKey;
return React311.createElement(es_default2, _extends({
key,
visible: active,
forceRender,
removeOnLeave: !!(destroyInactiveTabPane || itemDestroyInactiveTabPane),
leavedClassName: "".concat(tabPanePrefixCls, "-hidden")
}, animated.tabPaneMotion), function(_ref, ref) {
var motionStyle = _ref.style, motionClassName = _ref.className;
return React311.createElement(TabPane_default, _extends({}, restTabProps, {
prefixCls: tabPanePrefixCls,
id,
tabKey: key,
animated: tabPaneAnimated,
active,
style: _objectSpread2(_objectSpread2({}, paneStyle), motionStyle),
className: (0, import_classnames118.default)(paneClassName, motionClassName),
ref
}));
});
})));
};
var TabPanelList_default = TabPanelList;
// node_modules/rc-tabs/es/hooks/useAnimateConfig.js
function useAnimateConfig() {
var animated = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {
inkBar: true,
tabPane: false
};
var mergedAnimated;
if (animated === false) {
mergedAnimated = {
inkBar: false,
tabPane: false
};
} else if (animated === true) {
mergedAnimated = {
inkBar: true,
tabPane: false
};
} else {
mergedAnimated = _objectSpread2({
inkBar: true
}, _typeof(animated) === "object" ? animated : {});
}
if (mergedAnimated.tabPaneMotion && mergedAnimated.tabPane === void 0) {
mergedAnimated.tabPane = true;
}
if (!mergedAnimated.tabPaneMotion && mergedAnimated.tabPane) {
if (true) {
warning_default(false, "`animated.tabPane` is true but `animated.tabPaneMotion` is not provided. Motion will not work.");
}
mergedAnimated.tabPane = false;
}
return mergedAnimated;
}
// node_modules/rc-tabs/es/Tabs.js
var _excluded45 = ["id", "prefixCls", "className", "items", "direction", "activeKey", "defaultActiveKey", "editable", "animated", "tabPosition", "tabBarGutter", "tabBarStyle", "tabBarExtraContent", "locale", "more", "destroyInactiveTabPane", "renderTabBar", "onChange", "onTabClick", "onTabScroll", "getPopupContainer", "popupClassName", "indicator"];
var uuid6 = 0;
var Tabs = React312.forwardRef(function(props, ref) {
var id = props.id, _props$prefixCls = props.prefixCls, prefixCls = _props$prefixCls === void 0 ? "rc-tabs" : _props$prefixCls, className = props.className, items = props.items, direction = props.direction, activeKey = props.activeKey, defaultActiveKey = props.defaultActiveKey, editable = props.editable, animated = props.animated, _props$tabPosition = props.tabPosition, tabPosition = _props$tabPosition === void 0 ? "top" : _props$tabPosition, tabBarGutter = props.tabBarGutter, tabBarStyle = props.tabBarStyle, tabBarExtraContent = props.tabBarExtraContent, locale6 = props.locale, more = props.more, destroyInactiveTabPane = props.destroyInactiveTabPane, renderTabBar = props.renderTabBar, onChange = props.onChange, onTabClick = props.onTabClick, onTabScroll = props.onTabScroll, getPopupContainer = props.getPopupContainer, popupClassName = props.popupClassName, indicator = props.indicator, restProps = _objectWithoutProperties(props, _excluded45);
var tabs = React312.useMemo(function() {
return (items || []).filter(function(item) {
return item && _typeof(item) === "object" && "key" in item;
});
}, [items]);
var rtl = direction === "rtl";
var mergedAnimated = useAnimateConfig(animated);
var _useState = (0, import_react105.useState)(false), _useState2 = _slicedToArray(_useState, 2), mobile = _useState2[0], setMobile = _useState2[1];
(0, import_react105.useEffect)(function() {
setMobile(isMobile_default());
}, []);
var _useMergedState = useMergedState(function() {
var _tabs$;
return (_tabs$ = tabs[0]) === null || _tabs$ === void 0 ? void 0 : _tabs$.key;
}, {
value: activeKey,
defaultValue: defaultActiveKey
}), _useMergedState2 = _slicedToArray(_useMergedState, 2), mergedActiveKey = _useMergedState2[0], setMergedActiveKey = _useMergedState2[1];
var _useState3 = (0, import_react105.useState)(function() {
return tabs.findIndex(function(tab) {
return tab.key === mergedActiveKey;
});
}), _useState4 = _slicedToArray(_useState3, 2), activeIndex = _useState4[0], setActiveIndex = _useState4[1];
(0, import_react105.useEffect)(function() {
var newActiveIndex = tabs.findIndex(function(tab) {
return tab.key === mergedActiveKey;
});
if (newActiveIndex === -1) {
var _tabs$newActiveIndex;
newActiveIndex = Math.max(0, Math.min(activeIndex, tabs.length - 1));
setMergedActiveKey((_tabs$newActiveIndex = tabs[newActiveIndex]) === null || _tabs$newActiveIndex === void 0 ? void 0 : _tabs$newActiveIndex.key);
}
setActiveIndex(newActiveIndex);
}, [tabs.map(function(tab) {
return tab.key;
}).join("_"), mergedActiveKey, activeIndex]);
var _useMergedState3 = useMergedState(null, {
value: id
}), _useMergedState4 = _slicedToArray(_useMergedState3, 2), mergedId = _useMergedState4[0], setMergedId = _useMergedState4[1];
(0, import_react105.useEffect)(function() {
if (!id) {
setMergedId("rc-tabs-".concat(false ? "test" : uuid6));
uuid6 += 1;
}
}, []);
function onInternalTabClick(key, e3) {
onTabClick === null || onTabClick === void 0 || onTabClick(key, e3);
var isActiveChanged = key !== mergedActiveKey;
setMergedActiveKey(key);
if (isActiveChanged) {
onChange === null || onChange === void 0 || onChange(key);
}
}
var sharedProps = {
id: mergedId,
activeKey: mergedActiveKey,
animated: mergedAnimated,
tabPosition,
rtl,
mobile
};
var tabNavBarProps = _objectSpread2(_objectSpread2({}, sharedProps), {}, {
editable,
locale: locale6,
more,
tabBarGutter,
onTabClick: onInternalTabClick,
onTabScroll,
extra: tabBarExtraContent,
style: tabBarStyle,
panes: null,
getPopupContainer,
popupClassName,
indicator
});
return React312.createElement(TabContext_default.Provider, {
value: {
tabs,
prefixCls
}
}, React312.createElement("div", _extends({
ref,
id,
className: (0, import_classnames119.default)(prefixCls, "".concat(prefixCls, "-").concat(tabPosition), _defineProperty(_defineProperty(_defineProperty({}, "".concat(prefixCls, "-mobile"), mobile), "".concat(prefixCls, "-editable"), editable), "".concat(prefixCls, "-rtl"), rtl), className)
}, restProps), React312.createElement(Wrapper_default, _extends({}, tabNavBarProps, {
renderTabBar
})), React312.createElement(TabPanelList_default, _extends({
destroyInactiveTabPane
}, sharedProps, {
animated: mergedAnimated
}))));
});
if (true) {
Tabs.displayName = "Tabs";
}
var Tabs_default = Tabs;
// node_modules/rc-tabs/es/index.js
var es_default18 = Tabs_default;
// node_modules/antd/es/tabs/hooks/useAnimateConfig.js
var motion = {
motionAppear: false,
motionEnter: true,
motionLeave: true
};
function useAnimateConfig2(prefixCls, animated = {
inkBar: true,
tabPane: false
}) {
let mergedAnimated;
if (animated === false) {
mergedAnimated = {
inkBar: false,
tabPane: false
};
} else if (animated === true) {
mergedAnimated = {
inkBar: true,
tabPane: true
};
} else {
mergedAnimated = Object.assign({
inkBar: true
}, typeof animated === "object" ? animated : {});
}
if (mergedAnimated.tabPane) {
mergedAnimated.tabPaneMotion = Object.assign(Object.assign({}, motion), {
motionName: getTransitionName2(prefixCls, "switch")
});
}
return mergedAnimated;
}
// node_modules/antd/es/tabs/hooks/useLegacyItems.js
var React313 = __toESM(require_react());
var __rest35 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
function filter2(items) {
return items.filter((item) => item);
}
function useLegacyItems(items, children) {
if (true) {
const warning5 = devUseWarning("Tabs");
warning5.deprecated(!children, "Tabs.TabPane", "items");
}
if (items) {
return items.map((item) => {
var _a;
const mergedDestroyOnHidden = (_a = item.destroyOnHidden) !== null && _a !== void 0 ? _a : item.destroyInactiveTabPane;
return Object.assign(Object.assign({}, item), {
// TODO: In the future, destroyInactiveTabPane in rc-tabs needs to be upgrade to destroyOnHidden
destroyInactiveTabPane: mergedDestroyOnHidden
});
});
}
const childrenItems = toArray(children).map((node2) => {
if (React313.isValidElement(node2)) {
const {
key,
props
} = node2;
const _a = props || {}, {
tab
} = _a, restProps = __rest35(_a, ["tab"]);
const item = Object.assign(Object.assign({
key: String(key)
}, restProps), {
label: tab
});
return item;
}
return null;
});
return filter2(childrenItems);
}
var useLegacyItems_default = useLegacyItems;
// node_modules/antd/es/tabs/style/motion.js
var genMotionStyle = (token2) => {
const {
componentCls,
motionDurationSlow
} = token2;
return [
{
[componentCls]: {
[`${componentCls}-switch`]: {
"&-appear, &-enter": {
transition: "none",
"&-start": {
opacity: 0
},
"&-active": {
opacity: 1,
transition: `opacity ${motionDurationSlow}`
}
},
"&-leave": {
position: "absolute",
transition: "none",
inset: 0,
"&-start": {
opacity: 1
},
"&-active": {
opacity: 0,
transition: `opacity ${motionDurationSlow}`
}
}
}
}
},
// Follow code may reuse in other components
[initSlideMotion(token2, "slide-up"), initSlideMotion(token2, "slide-down")]
];
};
var motion_default2 = genMotionStyle;
// node_modules/antd/es/tabs/style/index.js
var genCardStyle = (token2) => {
const {
componentCls,
tabsCardPadding,
cardBg,
cardGutter,
colorBorderSecondary,
itemSelectedColor
} = token2;
return {
[`${componentCls}-card`]: {
[`> ${componentCls}-nav, > div > ${componentCls}-nav`]: {
[`${componentCls}-tab`]: {
margin: 0,
padding: tabsCardPadding,
background: cardBg,
border: `${unit2(token2.lineWidth)} ${token2.lineType} ${colorBorderSecondary}`,
transition: `all ${token2.motionDurationSlow} ${token2.motionEaseInOut}`
},
[`${componentCls}-tab-active`]: {
color: itemSelectedColor,
background: token2.colorBgContainer
},
[`${componentCls}-tab-focus:has(${componentCls}-tab-btn:focus-visible)`]: genFocusOutline(token2, -3),
[`& ${componentCls}-tab${componentCls}-tab-focus ${componentCls}-tab-btn:focus-visible`]: {
outline: "none"
},
[`${componentCls}-ink-bar`]: {
visibility: "hidden"
}
},
// ========================== Top & Bottom ==========================
[`&${componentCls}-top, &${componentCls}-bottom`]: {
[`> ${componentCls}-nav, > div > ${componentCls}-nav`]: {
[`${componentCls}-tab + ${componentCls}-tab`]: {
marginLeft: {
_skip_check_: true,
value: unit2(cardGutter)
}
}
}
},
[`&${componentCls}-top`]: {
[`> ${componentCls}-nav, > div > ${componentCls}-nav`]: {
[`${componentCls}-tab`]: {
borderRadius: `${unit2(token2.borderRadiusLG)} ${unit2(token2.borderRadiusLG)} 0 0`
},
[`${componentCls}-tab-active`]: {
borderBottomColor: token2.colorBgContainer
}
}
},
[`&${componentCls}-bottom`]: {
[`> ${componentCls}-nav, > div > ${componentCls}-nav`]: {
[`${componentCls}-tab`]: {
borderRadius: `0 0 ${unit2(token2.borderRadiusLG)} ${unit2(token2.borderRadiusLG)}`
},
[`${componentCls}-tab-active`]: {
borderTopColor: token2.colorBgContainer
}
}
},
// ========================== Left & Right ==========================
[`&${componentCls}-left, &${componentCls}-right`]: {
[`> ${componentCls}-nav, > div > ${componentCls}-nav`]: {
[`${componentCls}-tab + ${componentCls}-tab`]: {
marginTop: unit2(cardGutter)
}
}
},
[`&${componentCls}-left`]: {
[`> ${componentCls}-nav, > div > ${componentCls}-nav`]: {
[`${componentCls}-tab`]: {
borderRadius: {
_skip_check_: true,
value: `${unit2(token2.borderRadiusLG)} 0 0 ${unit2(token2.borderRadiusLG)}`
}
},
[`${componentCls}-tab-active`]: {
borderRightColor: {
_skip_check_: true,
value: token2.colorBgContainer
}
}
}
},
[`&${componentCls}-right`]: {
[`> ${componentCls}-nav, > div > ${componentCls}-nav`]: {
[`${componentCls}-tab`]: {
borderRadius: {
_skip_check_: true,
value: `0 ${unit2(token2.borderRadiusLG)} ${unit2(token2.borderRadiusLG)} 0`
}
},
[`${componentCls}-tab-active`]: {
borderLeftColor: {
_skip_check_: true,
value: token2.colorBgContainer
}
}
}
}
}
};
};
var genDropdownStyle = (token2) => {
const {
componentCls,
itemHoverColor,
dropdownEdgeChildVerticalPadding
} = token2;
return {
[`${componentCls}-dropdown`]: Object.assign(Object.assign({}, resetComponent(token2)), {
position: "absolute",
top: -9999,
left: {
_skip_check_: true,
value: -9999
},
zIndex: token2.zIndexPopup,
display: "block",
"&-hidden": {
display: "none"
},
[`${componentCls}-dropdown-menu`]: {
maxHeight: token2.tabsDropdownHeight,
margin: 0,
padding: `${unit2(dropdownEdgeChildVerticalPadding)} 0`,
overflowX: "hidden",
overflowY: "auto",
textAlign: {
_skip_check_: true,
value: "left"
},
listStyleType: "none",
backgroundColor: token2.colorBgContainer,
backgroundClip: "padding-box",
borderRadius: token2.borderRadiusLG,
outline: "none",
boxShadow: token2.boxShadowSecondary,
"&-item": Object.assign(Object.assign({}, textEllipsis), {
display: "flex",
alignItems: "center",
minWidth: token2.tabsDropdownWidth,
margin: 0,
padding: `${unit2(token2.paddingXXS)} ${unit2(token2.paddingSM)}`,
color: token2.colorText,
fontWeight: "normal",
fontSize: token2.fontSize,
lineHeight: token2.lineHeight,
cursor: "pointer",
transition: `all ${token2.motionDurationSlow}`,
"> span": {
flex: 1,
whiteSpace: "nowrap"
},
"&-remove": {
flex: "none",
marginLeft: {
_skip_check_: true,
value: token2.marginSM
},
color: token2.colorIcon,
fontSize: token2.fontSizeSM,
background: "transparent",
border: 0,
cursor: "pointer",
"&:hover": {
color: itemHoverColor
}
},
"&:hover": {
background: token2.controlItemBgHover
},
"&-disabled": {
"&, &:hover": {
color: token2.colorTextDisabled,
background: "transparent",
cursor: "not-allowed"
}
}
})
}
})
};
};
var genPositionStyle = (token2) => {
const {
componentCls,
margin,
colorBorderSecondary,
horizontalMargin,
verticalItemPadding,
verticalItemMargin,
calc
} = token2;
return {
// ========================== Top & Bottom ==========================
[`${componentCls}-top, ${componentCls}-bottom`]: {
flexDirection: "column",
[`> ${componentCls}-nav, > div > ${componentCls}-nav`]: {
margin: horizontalMargin,
"&::before": {
position: "absolute",
right: {
_skip_check_: true,
value: 0
},
left: {
_skip_check_: true,
value: 0
},
borderBottom: `${unit2(token2.lineWidth)} ${token2.lineType} ${colorBorderSecondary}`,
content: "''"
},
[`${componentCls}-ink-bar`]: {
height: token2.lineWidthBold,
"&-animated": {
transition: `width ${token2.motionDurationSlow}, left ${token2.motionDurationSlow},
right ${token2.motionDurationSlow}`
}
},
[`${componentCls}-nav-wrap`]: {
"&::before, &::after": {
top: 0,
bottom: 0,
width: token2.controlHeight
},
"&::before": {
left: {
_skip_check_: true,
value: 0
},
boxShadow: token2.boxShadowTabsOverflowLeft
},
"&::after": {
right: {
_skip_check_: true,
value: 0
},
boxShadow: token2.boxShadowTabsOverflowRight
},
[`&${componentCls}-nav-wrap-ping-left::before`]: {
opacity: 1
},
[`&${componentCls}-nav-wrap-ping-right::after`]: {
opacity: 1
}
}
}
},
[`${componentCls}-top`]: {
[`> ${componentCls}-nav,
> div > ${componentCls}-nav`]: {
"&::before": {
bottom: 0
},
[`${componentCls}-ink-bar`]: {
bottom: 0
}
}
},
[`${componentCls}-bottom`]: {
[`> ${componentCls}-nav, > div > ${componentCls}-nav`]: {
order: 1,
marginTop: margin,
marginBottom: 0,
"&::before": {
top: 0
},
[`${componentCls}-ink-bar`]: {
top: 0
}
},
[`> ${componentCls}-content-holder, > div > ${componentCls}-content-holder`]: {
order: 0
}
},
// ========================== Left & Right ==========================
[`${componentCls}-left, ${componentCls}-right`]: {
[`> ${componentCls}-nav, > div > ${componentCls}-nav`]: {
flexDirection: "column",
minWidth: calc(token2.controlHeight).mul(1.25).equal(),
// >>>>>>>>>>> Tab
[`${componentCls}-tab`]: {
padding: verticalItemPadding,
textAlign: "center"
},
[`${componentCls}-tab + ${componentCls}-tab`]: {
margin: verticalItemMargin
},
// >>>>>>>>>>> Nav
[`${componentCls}-nav-wrap`]: {
flexDirection: "column",
"&::before, &::after": {
right: {
_skip_check_: true,
value: 0
},
left: {
_skip_check_: true,
value: 0
},
height: token2.controlHeight
},
"&::before": {
top: 0,
boxShadow: token2.boxShadowTabsOverflowTop
},
"&::after": {
bottom: 0,
boxShadow: token2.boxShadowTabsOverflowBottom
},
[`&${componentCls}-nav-wrap-ping-top::before`]: {
opacity: 1
},
[`&${componentCls}-nav-wrap-ping-bottom::after`]: {
opacity: 1
}
},
// >>>>>>>>>>> Ink Bar
[`${componentCls}-ink-bar`]: {
width: token2.lineWidthBold,
"&-animated": {
transition: `height ${token2.motionDurationSlow}, top ${token2.motionDurationSlow}`
}
},
[`${componentCls}-nav-list, ${componentCls}-nav-operations`]: {
flex: "1 0 auto",
// fix safari scroll problem
flexDirection: "column"
}
}
},
[`${componentCls}-left`]: {
[`> ${componentCls}-nav, > div > ${componentCls}-nav`]: {
[`${componentCls}-ink-bar`]: {
right: {
_skip_check_: true,
value: 0
}
}
},
[`> ${componentCls}-content-holder, > div > ${componentCls}-content-holder`]: {
marginLeft: {
_skip_check_: true,
value: unit2(calc(token2.lineWidth).mul(-1).equal())
},
borderLeft: {
_skip_check_: true,
value: `${unit2(token2.lineWidth)} ${token2.lineType} ${token2.colorBorder}`
},
[`> ${componentCls}-content > ${componentCls}-tabpane`]: {
paddingLeft: {
_skip_check_: true,
value: token2.paddingLG
}
}
}
},
[`${componentCls}-right`]: {
[`> ${componentCls}-nav, > div > ${componentCls}-nav`]: {
order: 1,
[`${componentCls}-ink-bar`]: {
left: {
_skip_check_: true,
value: 0
}
}
},
[`> ${componentCls}-content-holder, > div > ${componentCls}-content-holder`]: {
order: 0,
marginRight: {
_skip_check_: true,
value: calc(token2.lineWidth).mul(-1).equal()
},
borderRight: {
_skip_check_: true,
value: `${unit2(token2.lineWidth)} ${token2.lineType} ${token2.colorBorder}`
},
[`> ${componentCls}-content > ${componentCls}-tabpane`]: {
paddingRight: {
_skip_check_: true,
value: token2.paddingLG
}
}
}
}
};
};
var genSizeStyle3 = (token2) => {
const {
componentCls,
cardPaddingSM,
cardPaddingLG,
cardHeightSM,
cardHeightLG,
horizontalItemPaddingSM,
horizontalItemPaddingLG
} = token2;
return {
// >>>>> shared
[componentCls]: {
"&-small": {
[`> ${componentCls}-nav`]: {
[`${componentCls}-tab`]: {
padding: horizontalItemPaddingSM,
fontSize: token2.titleFontSizeSM
}
}
},
"&-large": {
[`> ${componentCls}-nav`]: {
[`${componentCls}-tab`]: {
padding: horizontalItemPaddingLG,
fontSize: token2.titleFontSizeLG,
lineHeight: token2.lineHeightLG
}
}
}
},
// >>>>> card
[`${componentCls}-card`]: {
// Small
[`&${componentCls}-small`]: {
[`> ${componentCls}-nav`]: {
[`${componentCls}-tab`]: {
padding: cardPaddingSM
},
[`${componentCls}-nav-add`]: {
minWidth: cardHeightSM,
minHeight: cardHeightSM
}
},
[`&${componentCls}-bottom`]: {
[`> ${componentCls}-nav ${componentCls}-tab`]: {
borderRadius: `0 0 ${unit2(token2.borderRadius)} ${unit2(token2.borderRadius)}`
}
},
[`&${componentCls}-top`]: {
[`> ${componentCls}-nav ${componentCls}-tab`]: {
borderRadius: `${unit2(token2.borderRadius)} ${unit2(token2.borderRadius)} 0 0`
}
},
[`&${componentCls}-right`]: {
[`> ${componentCls}-nav ${componentCls}-tab`]: {
borderRadius: {
_skip_check_: true,
value: `0 ${unit2(token2.borderRadius)} ${unit2(token2.borderRadius)} 0`
}
}
},
[`&${componentCls}-left`]: {
[`> ${componentCls}-nav ${componentCls}-tab`]: {
borderRadius: {
_skip_check_: true,
value: `${unit2(token2.borderRadius)} 0 0 ${unit2(token2.borderRadius)}`
}
}
}
},
// Large
[`&${componentCls}-large`]: {
[`> ${componentCls}-nav`]: {
[`${componentCls}-tab`]: {
padding: cardPaddingLG
},
[`${componentCls}-nav-add`]: {
minWidth: cardHeightLG,
minHeight: cardHeightLG
}
}
}
}
};
};
var genTabStyle = (token2) => {
const {
componentCls,
itemActiveColor,
itemHoverColor,
iconCls,
tabsHorizontalItemMargin,
horizontalItemPadding,
itemSelectedColor,
itemColor
} = token2;
const tabCls = `${componentCls}-tab`;
return {
[tabCls]: {
position: "relative",
WebkitTouchCallout: "none",
WebkitTapHighlightColor: "transparent",
display: "inline-flex",
alignItems: "center",
padding: horizontalItemPadding,
fontSize: token2.titleFontSize,
background: "transparent",
border: 0,
outline: "none",
cursor: "pointer",
color: itemColor,
"&-btn, &-remove": {
"&:focus:not(:focus-visible), &:active": {
color: itemActiveColor
}
},
"&-btn": {
outline: "none",
transition: `all ${token2.motionDurationSlow}`,
[`${tabCls}-icon:not(:last-child)`]: {
marginInlineEnd: token2.marginSM
}
},
"&-remove": Object.assign({
flex: "none",
lineHeight: 1,
marginRight: {
_skip_check_: true,
value: token2.calc(token2.marginXXS).mul(-1).equal()
},
marginLeft: {
_skip_check_: true,
value: token2.marginXS
},
color: token2.colorIcon,
fontSize: token2.fontSizeSM,
background: "transparent",
border: "none",
outline: "none",
cursor: "pointer",
transition: `all ${token2.motionDurationSlow}`,
"&:hover": {
color: token2.colorTextHeading
}
}, genFocusStyle(token2)),
"&:hover": {
color: itemHoverColor
},
[`&${tabCls}-active ${tabCls}-btn`]: {
color: itemSelectedColor,
textShadow: token2.tabsActiveTextShadow
},
[`&${tabCls}-focus ${tabCls}-btn:focus-visible`]: genFocusOutline(token2),
[`&${tabCls}-disabled`]: {
color: token2.colorTextDisabled,
cursor: "not-allowed"
},
[`&${tabCls}-disabled ${tabCls}-btn, &${tabCls}-disabled ${componentCls}-remove`]: {
"&:focus, &:active": {
color: token2.colorTextDisabled
}
},
[`& ${tabCls}-remove ${iconCls}`]: {
margin: 0,
verticalAlign: "middle"
},
[`${iconCls}:not(:last-child)`]: {
marginRight: {
_skip_check_: true,
value: token2.marginSM
}
}
},
[`${tabCls} + ${tabCls}`]: {
margin: {
_skip_check_: true,
value: tabsHorizontalItemMargin
}
}
};
};
var genRtlStyle = (token2) => {
const {
componentCls,
tabsHorizontalItemMarginRTL,
iconCls,
cardGutter,
calc
} = token2;
const rtlCls = `${componentCls}-rtl`;
return {
[rtlCls]: {
direction: "rtl",
[`${componentCls}-nav`]: {
[`${componentCls}-tab`]: {
margin: {
_skip_check_: true,
value: tabsHorizontalItemMarginRTL
},
[`${componentCls}-tab:last-of-type`]: {
marginLeft: {
_skip_check_: true,
value: 0
}
},
[iconCls]: {
marginRight: {
_skip_check_: true,
value: 0
},
marginLeft: {
_skip_check_: true,
value: unit2(token2.marginSM)
}
},
[`${componentCls}-tab-remove`]: {
marginRight: {
_skip_check_: true,
value: unit2(token2.marginXS)
},
marginLeft: {
_skip_check_: true,
value: unit2(calc(token2.marginXXS).mul(-1).equal())
},
[iconCls]: {
margin: 0
}
}
}
},
[`&${componentCls}-left`]: {
[`> ${componentCls}-nav`]: {
order: 1
},
[`> ${componentCls}-content-holder`]: {
order: 0
}
},
[`&${componentCls}-right`]: {
[`> ${componentCls}-nav`]: {
order: 0
},
[`> ${componentCls}-content-holder`]: {
order: 1
}
},
// ====================== Card ======================
[`&${componentCls}-card${componentCls}-top, &${componentCls}-card${componentCls}-bottom`]: {
[`> ${componentCls}-nav, > div > ${componentCls}-nav`]: {
[`${componentCls}-tab + ${componentCls}-tab`]: {
marginRight: {
_skip_check_: true,
value: cardGutter
},
marginLeft: {
_skip_check_: true,
value: 0
}
}
}
}
},
[`${componentCls}-dropdown-rtl`]: {
direction: "rtl"
},
[`${componentCls}-menu-item`]: {
[`${componentCls}-dropdown-rtl`]: {
textAlign: {
_skip_check_: true,
value: "right"
}
}
}
};
};
var genTabsStyle = (token2) => {
const {
componentCls,
tabsCardPadding,
cardHeight,
cardGutter,
itemHoverColor,
itemActiveColor,
colorBorderSecondary
} = token2;
return {
[componentCls]: Object.assign(Object.assign(Object.assign(Object.assign({}, resetComponent(token2)), {
display: "flex",
// ========================== Navigation ==========================
[`> ${componentCls}-nav, > div > ${componentCls}-nav`]: {
position: "relative",
display: "flex",
flex: "none",
alignItems: "center",
[`${componentCls}-nav-wrap`]: {
position: "relative",
display: "flex",
flex: "auto",
alignSelf: "stretch",
overflow: "hidden",
whiteSpace: "nowrap",
transform: "translate(0)",
// Fix chrome render bug
// >>>>> Ping shadow
"&::before, &::after": {
position: "absolute",
zIndex: 1,
opacity: 0,
transition: `opacity ${token2.motionDurationSlow}`,
content: "''",
pointerEvents: "none"
}
},
[`${componentCls}-nav-list`]: {
position: "relative",
display: "flex",
transition: `opacity ${token2.motionDurationSlow}`
},
// >>>>>>>> Operations
[`${componentCls}-nav-operations`]: {
display: "flex",
alignSelf: "stretch"
},
[`${componentCls}-nav-operations-hidden`]: {
position: "absolute",
visibility: "hidden",
pointerEvents: "none"
},
[`${componentCls}-nav-more`]: {
position: "relative",
padding: tabsCardPadding,
background: "transparent",
border: 0,
color: token2.colorText,
"&::after": {
position: "absolute",
right: {
_skip_check_: true,
value: 0
},
bottom: 0,
left: {
_skip_check_: true,
value: 0
},
height: token2.calc(token2.controlHeightLG).div(8).equal(),
transform: "translateY(100%)",
content: "''"
}
},
[`${componentCls}-nav-add`]: Object.assign({
minWidth: cardHeight,
minHeight: cardHeight,
marginLeft: {
_skip_check_: true,
value: cardGutter
},
background: "transparent",
border: `${unit2(token2.lineWidth)} ${token2.lineType} ${colorBorderSecondary}`,
borderRadius: `${unit2(token2.borderRadiusLG)} ${unit2(token2.borderRadiusLG)} 0 0`,
outline: "none",
cursor: "pointer",
color: token2.colorText,
transition: `all ${token2.motionDurationSlow} ${token2.motionEaseInOut}`,
"&:hover": {
color: itemHoverColor
},
"&:active, &:focus:not(:focus-visible)": {
color: itemActiveColor
}
}, genFocusStyle(token2, -3))
},
[`${componentCls}-extra-content`]: {
flex: "none"
},
// ============================ InkBar ============================
[`${componentCls}-ink-bar`]: {
position: "absolute",
background: token2.inkBarColor,
pointerEvents: "none"
}
}), genTabStyle(token2)), {
// =========================== TabPanes ===========================
[`${componentCls}-content`]: {
position: "relative",
width: "100%"
},
[`${componentCls}-content-holder`]: {
flex: "auto",
minWidth: 0,
minHeight: 0
},
[`${componentCls}-tabpane`]: Object.assign(Object.assign({}, genFocusStyle(token2)), {
"&-hidden": {
display: "none"
}
})
}),
[`${componentCls}-centered`]: {
[`> ${componentCls}-nav, > div > ${componentCls}-nav`]: {
[`${componentCls}-nav-wrap`]: {
[`&:not([class*='${componentCls}-nav-wrap-ping']) > ${componentCls}-nav-list`]: {
margin: "auto"
}
}
}
}
};
};
var prepareComponentToken24 = (token2) => {
const {
cardHeight,
cardHeightSM,
cardHeightLG,
controlHeight,
controlHeightLG
} = token2;
const mergedCardHeight = cardHeight || controlHeightLG;
const mergedCardHeightSM = cardHeightSM || controlHeight;
const mergedCardHeightLG = cardHeightLG || controlHeightLG + 8;
return {
zIndexPopup: token2.zIndexPopupBase + 50,
cardBg: token2.colorFillAlter,
// We can not pass this as valid value,
// Since `cardHeight` will lock nav add button height.
cardHeight: mergedCardHeight,
cardHeightSM: mergedCardHeightSM,
cardHeightLG: mergedCardHeightLG,
// Initialize with empty string, because cardPadding will be calculated with cardHeight by default.
cardPadding: `${(mergedCardHeight - token2.fontHeight) / 2 - token2.lineWidth}px ${token2.padding}px`,
cardPaddingSM: `${(mergedCardHeightSM - token2.fontHeight) / 2 - token2.lineWidth}px ${token2.paddingXS}px`,
cardPaddingLG: `${(mergedCardHeightLG - token2.fontHeightLG) / 2 - token2.lineWidth}px ${token2.padding}px`,
titleFontSize: token2.fontSize,
titleFontSizeLG: token2.fontSizeLG,
titleFontSizeSM: token2.fontSize,
inkBarColor: token2.colorPrimary,
horizontalMargin: `0 0 ${token2.margin}px 0`,
horizontalItemGutter: 32,
// Fixed Value
// Initialize with empty string, because horizontalItemMargin will be calculated with horizontalItemGutter by default.
horizontalItemMargin: ``,
horizontalItemMarginRTL: ``,
horizontalItemPadding: `${token2.paddingSM}px 0`,
horizontalItemPaddingSM: `${token2.paddingXS}px 0`,
horizontalItemPaddingLG: `${token2.padding}px 0`,
verticalItemPadding: `${token2.paddingXS}px ${token2.paddingLG}px`,
verticalItemMargin: `${token2.margin}px 0 0 0`,
itemColor: token2.colorText,
itemSelectedColor: token2.colorPrimary,
itemHoverColor: token2.colorPrimaryHover,
itemActiveColor: token2.colorPrimaryActive,
cardGutter: token2.marginXXS / 2
};
};
var style_default27 = genStyleHooks("Tabs", (token2) => {
const tabsToken = merge2(token2, {
// `cardPadding` is empty by default, so we could calculate with dynamic `cardHeight`
tabsCardPadding: token2.cardPadding,
dropdownEdgeChildVerticalPadding: token2.paddingXXS,
tabsActiveTextShadow: "0 0 0.25px currentcolor",
tabsDropdownHeight: 200,
tabsDropdownWidth: 120,
tabsHorizontalItemMargin: `0 0 0 ${unit2(token2.horizontalItemGutter)}`,
tabsHorizontalItemMarginRTL: `0 0 0 ${unit2(token2.horizontalItemGutter)}`
});
return [genSizeStyle3(tabsToken), genRtlStyle(tabsToken), genPositionStyle(tabsToken), genDropdownStyle(tabsToken), genCardStyle(tabsToken), genTabsStyle(tabsToken), motion_default2(tabsToken)];
}, prepareComponentToken24);
// node_modules/antd/es/tabs/TabPane.js
var TabPane2 = () => null;
if (true) {
TabPane2.displayName = "DeprecatedTabPane";
}
var TabPane_default2 = TabPane2;
// node_modules/antd/es/tabs/index.js
var __rest36 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var InternalTabs = React314.forwardRef((props, ref) => {
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
const {
type: type5,
className,
rootClassName,
size: customSize,
onEdit,
hideAdd,
centered,
addIcon,
removeIcon,
moreIcon,
more,
popupClassName,
children,
items,
animated,
style: style2,
indicatorSize,
indicator,
destroyInactiveTabPane,
destroyOnHidden
} = props, otherProps = __rest36(props, ["type", "className", "rootClassName", "size", "onEdit", "hideAdd", "centered", "addIcon", "removeIcon", "moreIcon", "more", "popupClassName", "children", "items", "animated", "style", "indicatorSize", "indicator", "destroyInactiveTabPane", "destroyOnHidden"]);
const {
prefixCls: customizePrefixCls
} = otherProps;
const {
direction,
tabs,
getPrefixCls,
getPopupContainer
} = React314.useContext(ConfigContext);
const prefixCls = getPrefixCls("tabs", customizePrefixCls);
const rootCls = useCSSVarCls_default(prefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default27(prefixCls, rootCls);
const tabsRef = React314.useRef(null);
React314.useImperativeHandle(ref, () => ({
nativeElement: tabsRef.current
}));
let editable;
if (type5 === "editable-card") {
editable = {
onEdit: (editType, {
key,
event
}) => {
onEdit === null || onEdit === void 0 ? void 0 : onEdit(editType === "add" ? event : key, editType);
},
removeIcon: (_a = removeIcon !== null && removeIcon !== void 0 ? removeIcon : tabs === null || tabs === void 0 ? void 0 : tabs.removeIcon) !== null && _a !== void 0 ? _a : React314.createElement(CloseOutlined_default, null),
addIcon: (addIcon !== null && addIcon !== void 0 ? addIcon : tabs === null || tabs === void 0 ? void 0 : tabs.addIcon) || React314.createElement(PlusOutlined_default, null),
showAdd: hideAdd !== true
};
}
const rootPrefixCls = getPrefixCls();
if (true) {
const warning5 = devUseWarning("Tabs");
true ? warning5(!("onPrevClick" in props) && !("onNextClick" in props), "breaking", "`onPrevClick` and `onNextClick` has been removed. Please use `onTabScroll` instead.") : void 0;
true ? warning5(!(indicatorSize || (tabs === null || tabs === void 0 ? void 0 : tabs.indicatorSize)), "deprecated", "`indicatorSize` has been deprecated. Please use `indicator={{ size: ... }}` instead.") : void 0;
warning5.deprecated(!("destroyInactiveTabPane" in props || (items === null || items === void 0 ? void 0 : items.some((item) => "destroyInactiveTabPane" in item))), "destroyInactiveTabPane", "destroyOnHidden");
}
const size = useSize_default(customSize);
const mergedItems = useLegacyItems_default(items, children);
const mergedAnimated = useAnimateConfig2(prefixCls, animated);
const mergedStyle = Object.assign(Object.assign({}, tabs === null || tabs === void 0 ? void 0 : tabs.style), style2);
const mergedIndicator = {
align: (_b = indicator === null || indicator === void 0 ? void 0 : indicator.align) !== null && _b !== void 0 ? _b : (_c = tabs === null || tabs === void 0 ? void 0 : tabs.indicator) === null || _c === void 0 ? void 0 : _c.align,
size: (_g = (_e = (_d = indicator === null || indicator === void 0 ? void 0 : indicator.size) !== null && _d !== void 0 ? _d : indicatorSize) !== null && _e !== void 0 ? _e : (_f = tabs === null || tabs === void 0 ? void 0 : tabs.indicator) === null || _f === void 0 ? void 0 : _f.size) !== null && _g !== void 0 ? _g : tabs === null || tabs === void 0 ? void 0 : tabs.indicatorSize
};
return wrapCSSVar(React314.createElement(es_default18, Object.assign({
ref: tabsRef,
direction,
getPopupContainer
}, otherProps, {
items: mergedItems,
className: (0, import_classnames120.default)({
[`${prefixCls}-${size}`]: size,
[`${prefixCls}-card`]: ["card", "editable-card"].includes(type5),
[`${prefixCls}-editable-card`]: type5 === "editable-card",
[`${prefixCls}-centered`]: centered
}, tabs === null || tabs === void 0 ? void 0 : tabs.className, className, rootClassName, hashId, cssVarCls, rootCls),
popupClassName: (0, import_classnames120.default)(popupClassName, hashId, cssVarCls, rootCls),
style: mergedStyle,
editable,
more: Object.assign({
icon: (_l = (_k = (_j = (_h = tabs === null || tabs === void 0 ? void 0 : tabs.more) === null || _h === void 0 ? void 0 : _h.icon) !== null && _j !== void 0 ? _j : tabs === null || tabs === void 0 ? void 0 : tabs.moreIcon) !== null && _k !== void 0 ? _k : moreIcon) !== null && _l !== void 0 ? _l : React314.createElement(EllipsisOutlined_default, null),
transitionName: `${rootPrefixCls}-slide-up`
}, more),
prefixCls,
animated: mergedAnimated,
indicator: mergedIndicator,
// TODO: In the future, destroyInactiveTabPane in rc-tabs needs to be upgrade to destroyOnHidden
destroyInactiveTabPane: destroyOnHidden !== null && destroyOnHidden !== void 0 ? destroyOnHidden : destroyInactiveTabPane
})));
});
var Tabs2 = InternalTabs;
Tabs2.TabPane = TabPane_default2;
if (true) {
Tabs2.displayName = "Tabs";
}
var tabs_default = Tabs2;
// node_modules/antd/es/card/Grid.js
var React315 = __toESM(require_react());
var import_classnames121 = __toESM(require_classnames());
var __rest37 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var Grid = (_a) => {
var {
prefixCls,
className,
hoverable = true
} = _a, props = __rest37(_a, ["prefixCls", "className", "hoverable"]);
const {
getPrefixCls
} = React315.useContext(ConfigContext);
const prefix2 = getPrefixCls("card", prefixCls);
const classString = (0, import_classnames121.default)(`${prefix2}-grid`, className, {
[`${prefix2}-grid-hoverable`]: hoverable
});
return React315.createElement("div", Object.assign({}, props, {
className: classString
}));
};
var Grid_default = Grid;
// node_modules/antd/es/card/style/index.js
var genCardHeadStyle = (token2) => {
const {
antCls,
componentCls,
headerHeight,
headerPadding,
tabsMarginBottom
} = token2;
return Object.assign(Object.assign({
display: "flex",
justifyContent: "center",
flexDirection: "column",
minHeight: headerHeight,
marginBottom: -1,
padding: `0 ${unit2(headerPadding)}`,
color: token2.colorTextHeading,
fontWeight: token2.fontWeightStrong,
fontSize: token2.headerFontSize,
background: token2.headerBg,
borderBottom: `${unit2(token2.lineWidth)} ${token2.lineType} ${token2.colorBorderSecondary}`,
borderRadius: `${unit2(token2.borderRadiusLG)} ${unit2(token2.borderRadiusLG)} 0 0`
}, clearFix()), {
"&-wrapper": {
width: "100%",
display: "flex",
alignItems: "center"
},
"&-title": Object.assign(Object.assign({
display: "inline-block",
flex: 1
}, textEllipsis), {
[`
> ${componentCls}-typography,
> ${componentCls}-typography-edit-content
`]: {
insetInlineStart: 0,
marginTop: 0,
marginBottom: 0
}
}),
[`${antCls}-tabs-top`]: {
clear: "both",
marginBottom: tabsMarginBottom,
color: token2.colorText,
fontWeight: "normal",
fontSize: token2.fontSize,
"&-bar": {
borderBottom: `${unit2(token2.lineWidth)} ${token2.lineType} ${token2.colorBorderSecondary}`
}
}
});
};
var genCardGridStyle = (token2) => {
const {
cardPaddingBase,
colorBorderSecondary,
cardShadow,
lineWidth
} = token2;
return {
width: "33.33%",
padding: cardPaddingBase,
border: 0,
borderRadius: 0,
boxShadow: `
${unit2(lineWidth)} 0 0 0 ${colorBorderSecondary},
0 ${unit2(lineWidth)} 0 0 ${colorBorderSecondary},
${unit2(lineWidth)} ${unit2(lineWidth)} 0 0 ${colorBorderSecondary},
${unit2(lineWidth)} 0 0 0 ${colorBorderSecondary} inset,
0 ${unit2(lineWidth)} 0 0 ${colorBorderSecondary} inset;
`,
transition: `all ${token2.motionDurationMid}`,
"&-hoverable:hover": {
position: "relative",
zIndex: 1,
boxShadow: cardShadow
}
};
};
var genCardActionsStyle = (token2) => {
const {
componentCls,
iconCls,
actionsLiMargin,
cardActionsIconSize,
colorBorderSecondary,
actionsBg
} = token2;
return Object.assign(Object.assign({
margin: 0,
padding: 0,
listStyle: "none",
background: actionsBg,
borderTop: `${unit2(token2.lineWidth)} ${token2.lineType} ${colorBorderSecondary}`,
display: "flex",
borderRadius: `0 0 ${unit2(token2.borderRadiusLG)} ${unit2(token2.borderRadiusLG)}`
}, clearFix()), {
"& > li": {
margin: actionsLiMargin,
color: token2.colorTextDescription,
textAlign: "center",
"> span": {
position: "relative",
display: "block",
minWidth: token2.calc(token2.cardActionsIconSize).mul(2).equal(),
fontSize: token2.fontSize,
lineHeight: token2.lineHeight,
cursor: "pointer",
"&:hover": {
color: token2.colorPrimary,
transition: `color ${token2.motionDurationMid}`
},
[`a:not(${componentCls}-btn), > ${iconCls}`]: {
display: "inline-block",
width: "100%",
color: token2.colorIcon,
lineHeight: unit2(token2.fontHeight),
transition: `color ${token2.motionDurationMid}`,
"&:hover": {
color: token2.colorPrimary
}
},
[`> ${iconCls}`]: {
fontSize: cardActionsIconSize,
lineHeight: unit2(token2.calc(cardActionsIconSize).mul(token2.lineHeight).equal())
}
},
"&:not(:last-child)": {
borderInlineEnd: `${unit2(token2.lineWidth)} ${token2.lineType} ${colorBorderSecondary}`
}
}
});
};
var genCardMetaStyle = (token2) => Object.assign(Object.assign({
margin: `${unit2(token2.calc(token2.marginXXS).mul(-1).equal())} 0`,
display: "flex"
}, clearFix()), {
"&-avatar": {
paddingInlineEnd: token2.padding
},
"&-detail": {
overflow: "hidden",
flex: 1,
"> div:not(:last-child)": {
marginBottom: token2.marginXS
}
},
"&-title": Object.assign({
color: token2.colorTextHeading,
fontWeight: token2.fontWeightStrong,
fontSize: token2.fontSizeLG
}, textEllipsis),
"&-description": {
color: token2.colorTextDescription
}
});
var genCardTypeInnerStyle = (token2) => {
const {
componentCls,
colorFillAlter,
headerPadding,
bodyPadding
} = token2;
return {
[`${componentCls}-head`]: {
padding: `0 ${unit2(headerPadding)}`,
background: colorFillAlter,
"&-title": {
fontSize: token2.fontSize
}
},
[`${componentCls}-body`]: {
padding: `${unit2(token2.padding)} ${unit2(bodyPadding)}`
}
};
};
var genCardLoadingStyle = (token2) => {
const {
componentCls
} = token2;
return {
overflow: "hidden",
[`${componentCls}-body`]: {
userSelect: "none"
}
};
};
var genCardStyle2 = (token2) => {
const {
componentCls,
cardShadow,
cardHeadPadding,
colorBorderSecondary,
boxShadowTertiary,
bodyPadding,
extraColor
} = token2;
return {
[componentCls]: Object.assign(Object.assign({}, resetComponent(token2)), {
position: "relative",
background: token2.colorBgContainer,
borderRadius: token2.borderRadiusLG,
[`&:not(${componentCls}-bordered)`]: {
boxShadow: boxShadowTertiary
},
[`${componentCls}-head`]: genCardHeadStyle(token2),
[`${componentCls}-extra`]: {
// https://stackoverflow.com/a/22429853/3040605
marginInlineStart: "auto",
color: extraColor,
fontWeight: "normal",
fontSize: token2.fontSize
},
[`${componentCls}-body`]: {
padding: bodyPadding,
borderRadius: `0 0 ${unit2(token2.borderRadiusLG)} ${unit2(token2.borderRadiusLG)}`
},
[`${componentCls}-grid`]: genCardGridStyle(token2),
[`${componentCls}-cover`]: {
"> *": {
display: "block",
width: "100%",
borderRadius: `${unit2(token2.borderRadiusLG)} ${unit2(token2.borderRadiusLG)} 0 0`
}
},
[`${componentCls}-actions`]: genCardActionsStyle(token2),
[`${componentCls}-meta`]: genCardMetaStyle(token2)
}),
[`${componentCls}-bordered`]: {
border: `${unit2(token2.lineWidth)} ${token2.lineType} ${colorBorderSecondary}`,
[`${componentCls}-cover`]: {
marginTop: -1,
marginInlineStart: -1,
marginInlineEnd: -1
}
},
[`${componentCls}-hoverable`]: {
cursor: "pointer",
transition: `box-shadow ${token2.motionDurationMid}, border-color ${token2.motionDurationMid}`,
"&:hover": {
borderColor: "transparent",
boxShadow: cardShadow
}
},
[`${componentCls}-contain-grid`]: {
borderRadius: `${unit2(token2.borderRadiusLG)} ${unit2(token2.borderRadiusLG)} 0 0 `,
[`${componentCls}-body`]: {
display: "flex",
flexWrap: "wrap"
},
[`&:not(${componentCls}-loading) ${componentCls}-body`]: {
marginBlockStart: token2.calc(token2.lineWidth).mul(-1).equal(),
marginInlineStart: token2.calc(token2.lineWidth).mul(-1).equal(),
padding: 0
}
},
[`${componentCls}-contain-tabs`]: {
[`> div${componentCls}-head`]: {
minHeight: 0,
[`${componentCls}-head-title, ${componentCls}-extra`]: {
paddingTop: cardHeadPadding
}
}
},
[`${componentCls}-type-inner`]: genCardTypeInnerStyle(token2),
[`${componentCls}-loading`]: genCardLoadingStyle(token2),
[`${componentCls}-rtl`]: {
direction: "rtl"
}
};
};
var genCardSizeStyle = (token2) => {
const {
componentCls,
bodyPaddingSM,
headerPaddingSM,
headerHeightSM,
headerFontSizeSM
} = token2;
return {
[`${componentCls}-small`]: {
[`> ${componentCls}-head`]: {
minHeight: headerHeightSM,
padding: `0 ${unit2(headerPaddingSM)}`,
fontSize: headerFontSizeSM,
[`> ${componentCls}-head-wrapper`]: {
[`> ${componentCls}-extra`]: {
fontSize: token2.fontSize
}
}
},
[`> ${componentCls}-body`]: {
padding: bodyPaddingSM
}
},
[`${componentCls}-small${componentCls}-contain-tabs`]: {
[`> ${componentCls}-head`]: {
[`${componentCls}-head-title, ${componentCls}-extra`]: {
paddingTop: 0,
display: "flex",
alignItems: "center"
}
}
}
};
};
var prepareComponentToken25 = (token2) => {
var _a, _b;
return {
headerBg: "transparent",
headerFontSize: token2.fontSizeLG,
headerFontSizeSM: token2.fontSize,
headerHeight: token2.fontSizeLG * token2.lineHeightLG + token2.padding * 2,
headerHeightSM: token2.fontSize * token2.lineHeight + token2.paddingXS * 2,
actionsBg: token2.colorBgContainer,
actionsLiMargin: `${token2.paddingSM}px 0`,
tabsMarginBottom: -token2.padding - token2.lineWidth,
extraColor: token2.colorText,
bodyPaddingSM: 12,
// Fixed padding.
headerPaddingSM: 12,
bodyPadding: (_a = token2.bodyPadding) !== null && _a !== void 0 ? _a : token2.paddingLG,
headerPadding: (_b = token2.headerPadding) !== null && _b !== void 0 ? _b : token2.paddingLG
};
};
var style_default28 = genStyleHooks("Card", (token2) => {
const cardToken = merge2(token2, {
cardShadow: token2.boxShadowCard,
cardHeadPadding: token2.padding,
cardPaddingBase: token2.paddingLG,
cardActionsIconSize: token2.fontSize
});
return [
// Style
genCardStyle2(cardToken),
// Size
genCardSizeStyle(cardToken)
];
}, prepareComponentToken25);
// node_modules/antd/es/card/Card.js
var __rest38 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var ActionNode = (props) => {
const {
actionClasses,
actions = [],
actionStyle
} = props;
return React316.createElement("ul", {
className: actionClasses,
style: actionStyle
}, actions.map((action, index3) => {
const key = `action-${index3}`;
return React316.createElement("li", {
style: {
width: `${100 / actions.length}%`
},
key
}, React316.createElement("span", null, action));
}));
};
var Card = React316.forwardRef((props, ref) => {
const {
prefixCls: customizePrefixCls,
className,
rootClassName,
style: style2,
extra,
headStyle = {},
bodyStyle = {},
title,
loading,
bordered,
variant: customVariant,
size: customizeSize,
type: type5,
cover,
actions,
tabList,
children,
activeTabKey,
defaultActiveTabKey,
tabBarExtraContent,
hoverable,
tabProps = {},
classNames: customClassNames,
styles: customStyles
} = props, others = __rest38(props, ["prefixCls", "className", "rootClassName", "style", "extra", "headStyle", "bodyStyle", "title", "loading", "bordered", "variant", "size", "type", "cover", "actions", "tabList", "children", "activeTabKey", "defaultActiveTabKey", "tabBarExtraContent", "hoverable", "tabProps", "classNames", "styles"]);
const {
getPrefixCls,
direction,
card
} = React316.useContext(ConfigContext);
const [variant] = useVariants_default("card", customVariant, bordered);
if (true) {
const warning5 = devUseWarning("Card");
[["headStyle", "styles.header"], ["bodyStyle", "styles.body"], ["bordered", "variant"]].forEach(([deprecatedName, newName]) => {
warning5.deprecated(!(deprecatedName in props), deprecatedName, newName);
});
}
const onTabChange = (key) => {
var _a;
(_a = props.onTabChange) === null || _a === void 0 ? void 0 : _a.call(props, key);
};
const moduleClass = (moduleName) => {
var _a;
return (0, import_classnames122.default)((_a = card === null || card === void 0 ? void 0 : card.classNames) === null || _a === void 0 ? void 0 : _a[moduleName], customClassNames === null || customClassNames === void 0 ? void 0 : customClassNames[moduleName]);
};
const moduleStyle = (moduleName) => {
var _a;
return Object.assign(Object.assign({}, (_a = card === null || card === void 0 ? void 0 : card.styles) === null || _a === void 0 ? void 0 : _a[moduleName]), customStyles === null || customStyles === void 0 ? void 0 : customStyles[moduleName]);
};
const isContainGrid = React316.useMemo(() => {
let containGrid = false;
React316.Children.forEach(children, (element) => {
if ((element === null || element === void 0 ? void 0 : element.type) === Grid_default) {
containGrid = true;
}
});
return containGrid;
}, [children]);
const prefixCls = getPrefixCls("card", customizePrefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default28(prefixCls);
const loadingBlock = React316.createElement(skeleton_default, {
loading: true,
active: true,
paragraph: {
rows: 4
},
title: false
}, children);
const hasActiveTabKey = activeTabKey !== void 0;
const extraProps = Object.assign(Object.assign({}, tabProps), {
[hasActiveTabKey ? "activeKey" : "defaultActiveKey"]: hasActiveTabKey ? activeTabKey : defaultActiveTabKey,
tabBarExtraContent
});
let head;
const mergedSize = useSize_default(customizeSize);
const tabSize = !mergedSize || mergedSize === "default" ? "large" : mergedSize;
const tabs = tabList ? React316.createElement(tabs_default, Object.assign({
size: tabSize
}, extraProps, {
className: `${prefixCls}-head-tabs`,
onChange: onTabChange,
items: tabList.map((_a) => {
var {
tab
} = _a, item = __rest38(_a, ["tab"]);
return Object.assign({
label: tab
}, item);
})
})) : null;
if (title || extra || tabs) {
const headClasses = (0, import_classnames122.default)(`${prefixCls}-head`, moduleClass("header"));
const titleClasses = (0, import_classnames122.default)(`${prefixCls}-head-title`, moduleClass("title"));
const extraClasses = (0, import_classnames122.default)(`${prefixCls}-extra`, moduleClass("extra"));
const mergedHeadStyle = Object.assign(Object.assign({}, headStyle), moduleStyle("header"));
head = React316.createElement("div", {
className: headClasses,
style: mergedHeadStyle
}, React316.createElement("div", {
className: `${prefixCls}-head-wrapper`
}, title && React316.createElement("div", {
className: titleClasses,
style: moduleStyle("title")
}, title), extra && React316.createElement("div", {
className: extraClasses,
style: moduleStyle("extra")
}, extra)), tabs);
}
const coverClasses = (0, import_classnames122.default)(`${prefixCls}-cover`, moduleClass("cover"));
const coverDom = cover ? React316.createElement("div", {
className: coverClasses,
style: moduleStyle("cover")
}, cover) : null;
const bodyClasses = (0, import_classnames122.default)(`${prefixCls}-body`, moduleClass("body"));
const mergedBodyStyle = Object.assign(Object.assign({}, bodyStyle), moduleStyle("body"));
const body = React316.createElement("div", {
className: bodyClasses,
style: mergedBodyStyle
}, loading ? loadingBlock : children);
const actionClasses = (0, import_classnames122.default)(`${prefixCls}-actions`, moduleClass("actions"));
const actionDom = (actions === null || actions === void 0 ? void 0 : actions.length) ? React316.createElement(ActionNode, {
actionClasses,
actionStyle: moduleStyle("actions"),
actions
}) : null;
const divProps = omit(others, ["onTabChange"]);
const classString = (0, import_classnames122.default)(prefixCls, card === null || card === void 0 ? void 0 : card.className, {
[`${prefixCls}-loading`]: loading,
[`${prefixCls}-bordered`]: variant !== "borderless",
[`${prefixCls}-hoverable`]: hoverable,
[`${prefixCls}-contain-grid`]: isContainGrid,
[`${prefixCls}-contain-tabs`]: tabList === null || tabList === void 0 ? void 0 : tabList.length,
[`${prefixCls}-${mergedSize}`]: mergedSize,
[`${prefixCls}-type-${type5}`]: !!type5,
[`${prefixCls}-rtl`]: direction === "rtl"
}, className, rootClassName, hashId, cssVarCls);
const mergedStyle = Object.assign(Object.assign({}, card === null || card === void 0 ? void 0 : card.style), style2);
return wrapCSSVar(React316.createElement("div", Object.assign({
ref
}, divProps, {
className: classString,
style: mergedStyle
}), head, coverDom, body, actionDom));
});
var Card_default = Card;
// node_modules/antd/es/card/Meta.js
var React317 = __toESM(require_react());
var import_classnames123 = __toESM(require_classnames());
var __rest39 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var Meta = (props) => {
const {
prefixCls: customizePrefixCls,
className,
avatar,
title,
description
} = props, others = __rest39(props, ["prefixCls", "className", "avatar", "title", "description"]);
const {
getPrefixCls
} = React317.useContext(ConfigContext);
const prefixCls = getPrefixCls("card", customizePrefixCls);
const classString = (0, import_classnames123.default)(`${prefixCls}-meta`, className);
const avatarDom = avatar ? React317.createElement("div", {
className: `${prefixCls}-meta-avatar`
}, avatar) : null;
const titleDom = title ? React317.createElement("div", {
className: `${prefixCls}-meta-title`
}, title) : null;
const descriptionDom = description ? React317.createElement("div", {
className: `${prefixCls}-meta-description`
}, description) : null;
const MetaDetail = titleDom || descriptionDom ? React317.createElement("div", {
className: `${prefixCls}-meta-detail`
}, titleDom, descriptionDom) : null;
return React317.createElement("div", Object.assign({}, others, {
className: classString
}), avatarDom, MetaDetail);
};
var Meta_default = Meta;
// node_modules/antd/es/card/index.js
var Card2 = Card_default;
Card2.Grid = Grid_default;
Card2.Meta = Meta_default;
if (true) {
Card2.displayName = "Card";
}
var card_default = Card2;
// node_modules/antd/es/carousel/index.js
var React325 = __toESM(require_react());
// node_modules/@ant-design/react-slick/es/slider.js
var import_react112 = __toESM(require_react());
// node_modules/@ant-design/react-slick/es/inner-slider.js
var import_react111 = __toESM(require_react());
// node_modules/@ant-design/react-slick/es/initial-state.js
var initialState = {
animating: false,
autoplaying: null,
currentDirection: 0,
currentLeft: null,
currentSlide: 0,
direction: 1,
dragging: false,
edgeDragged: false,
initialized: false,
lazyLoadedList: [],
listHeight: null,
listWidth: null,
scrolling: false,
slideCount: null,
slideHeight: null,
slideWidth: null,
swipeLeft: null,
swiped: false,
// used by swipeEvent. differentites between touch and swipe.
swiping: false,
touchObject: {
startX: 0,
startY: 0,
curX: 0,
curY: 0
},
trackStyle: {},
trackWidth: 0,
targetSlide: 0
};
var initial_state_default = initialState;
// node_modules/throttle-debounce/esm/index.js
function throttle2(delay, callback, options) {
var _ref = options || {}, _ref$noTrailing = _ref.noTrailing, noTrailing = _ref$noTrailing === void 0 ? false : _ref$noTrailing, _ref$noLeading = _ref.noLeading, noLeading = _ref$noLeading === void 0 ? false : _ref$noLeading, _ref$debounceMode = _ref.debounceMode, debounceMode = _ref$debounceMode === void 0 ? void 0 : _ref$debounceMode;
var timeoutID;
var cancelled = false;
var lastExec = 0;
function clearExistingTimeout() {
if (timeoutID) {
clearTimeout(timeoutID);
}
}
function cancel(options2) {
var _ref2 = options2 || {}, _ref2$upcomingOnly = _ref2.upcomingOnly, upcomingOnly = _ref2$upcomingOnly === void 0 ? false : _ref2$upcomingOnly;
clearExistingTimeout();
cancelled = !upcomingOnly;
}
function wrapper() {
for (var _len = arguments.length, arguments_ = new Array(_len), _key = 0; _key < _len; _key++) {
arguments_[_key] = arguments[_key];
}
var self2 = this;
var elapsed = Date.now() - lastExec;
if (cancelled) {
return;
}
function exec() {
lastExec = Date.now();
callback.apply(self2, arguments_);
}
function clear() {
timeoutID = void 0;
}
if (!noLeading && debounceMode && !timeoutID) {
exec();
}
clearExistingTimeout();
if (debounceMode === void 0 && elapsed > delay) {
if (noLeading) {
lastExec = Date.now();
if (!noTrailing) {
timeoutID = setTimeout(debounceMode ? clear : exec, delay);
}
} else {
exec();
}
} else if (noTrailing !== true) {
timeoutID = setTimeout(debounceMode ? clear : exec, debounceMode === void 0 ? delay - elapsed : delay);
}
}
wrapper.cancel = cancel;
return wrapper;
}
function debounce(delay, callback, options) {
var _ref = options || {}, _ref$atBegin = _ref.atBegin, atBegin = _ref$atBegin === void 0 ? false : _ref$atBegin;
return throttle2(delay, callback, {
debounceMode: atBegin !== false
});
}
// node_modules/@ant-design/react-slick/es/inner-slider.js
var import_classnames127 = __toESM(require_classnames());
// node_modules/@ant-design/react-slick/es/utils/innerSliderUtils.js
var import_react107 = __toESM(require_react());
// node_modules/@ant-design/react-slick/es/default-props.js
var import_react106 = __toESM(require_react());
var defaultProps = {
accessibility: true,
adaptiveHeight: false,
afterChange: null,
appendDots: function appendDots(dots) {
return import_react106.default.createElement("ul", {
style: {
display: "block"
}
}, dots);
},
arrows: true,
autoplay: false,
autoplaySpeed: 3e3,
beforeChange: null,
centerMode: false,
centerPadding: "50px",
className: "",
cssEase: "ease",
customPaging: function customPaging(i) {
return import_react106.default.createElement("button", null, i + 1);
},
dots: false,
dotsClass: "slick-dots",
draggable: true,
easing: "linear",
edgeFriction: 0.35,
fade: false,
focusOnSelect: false,
infinite: true,
initialSlide: 0,
lazyLoad: null,
nextArrow: null,
onEdge: null,
onInit: null,
onLazyLoadError: null,
onReInit: null,
pauseOnDotsHover: false,
pauseOnFocus: false,
pauseOnHover: true,
prevArrow: null,
responsive: null,
rows: 1,
rtl: false,
slide: "div",
slidesPerRow: 1,
slidesToScroll: 1,
slidesToShow: 1,
speed: 500,
swipe: true,
swipeEvent: null,
swipeToSlide: false,
touchMove: true,
touchThreshold: 5,
useCSS: true,
useTransform: true,
variableWidth: false,
vertical: false,
waitForAnimate: true,
asNavFor: null
};
var default_props_default = defaultProps;
// node_modules/@ant-design/react-slick/es/utils/innerSliderUtils.js
function clamp(number4, lowerBound, upperBound) {
return Math.max(lowerBound, Math.min(number4, upperBound));
}
var safePreventDefault = function safePreventDefault2(event) {
var passiveEvents = ["onTouchStart", "onTouchMove", "onWheel"];
if (!passiveEvents.includes(event._reactName)) {
event.preventDefault();
}
};
var getOnDemandLazySlides = function getOnDemandLazySlides2(spec) {
var onDemandSlides = [];
var startIndex = lazyStartIndex(spec);
var endIndex = lazyEndIndex(spec);
for (var slideIndex = startIndex; slideIndex < endIndex; slideIndex++) {
if (spec.lazyLoadedList.indexOf(slideIndex) < 0) {
onDemandSlides.push(slideIndex);
}
}
return onDemandSlides;
};
var lazyStartIndex = function lazyStartIndex2(spec) {
return spec.currentSlide - lazySlidesOnLeft(spec);
};
var lazyEndIndex = function lazyEndIndex2(spec) {
return spec.currentSlide + lazySlidesOnRight(spec);
};
var lazySlidesOnLeft = function lazySlidesOnLeft2(spec) {
return spec.centerMode ? Math.floor(spec.slidesToShow / 2) + (parseInt(spec.centerPadding) > 0 ? 1 : 0) : 0;
};
var lazySlidesOnRight = function lazySlidesOnRight2(spec) {
return spec.centerMode ? Math.floor((spec.slidesToShow - 1) / 2) + 1 + (parseInt(spec.centerPadding) > 0 ? 1 : 0) : spec.slidesToShow;
};
var getWidth2 = function getWidth3(elem) {
return elem && elem.offsetWidth || 0;
};
var getHeight = function getHeight2(elem) {
return elem && elem.offsetHeight || 0;
};
var getSwipeDirection = function getSwipeDirection2(touchObject) {
var verticalSwiping = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : false;
var xDist, yDist, r2, swipeAngle;
xDist = touchObject.startX - touchObject.curX;
yDist = touchObject.startY - touchObject.curY;
r2 = Math.atan2(yDist, xDist);
swipeAngle = Math.round(r2 * 180 / Math.PI);
if (swipeAngle < 0) {
swipeAngle = 360 - Math.abs(swipeAngle);
}
if (swipeAngle <= 45 && swipeAngle >= 0 || swipeAngle <= 360 && swipeAngle >= 315) {
return "left";
}
if (swipeAngle >= 135 && swipeAngle <= 225) {
return "right";
}
if (verticalSwiping === true) {
if (swipeAngle >= 35 && swipeAngle <= 135) {
return "up";
} else {
return "down";
}
}
return "vertical";
};
var canGoNext = function canGoNext2(spec) {
var canGo = true;
if (!spec.infinite) {
if (spec.centerMode && spec.currentSlide >= spec.slideCount - 1) {
canGo = false;
} else if (spec.slideCount <= spec.slidesToShow || spec.currentSlide >= spec.slideCount - spec.slidesToShow) {
canGo = false;
}
}
return canGo;
};
var extractObject = function extractObject2(spec, keys2) {
var newObject = {};
keys2.forEach(function(key) {
return newObject[key] = spec[key];
});
return newObject;
};
var initializedState = function initializedState2(spec) {
var slideCount = import_react107.default.Children.count(spec.children);
var listNode = spec.listRef;
var listWidth = Math.ceil(getWidth2(listNode));
var trackNode = spec.trackRef && spec.trackRef.node;
var trackWidth = Math.ceil(getWidth2(trackNode));
var slideWidth;
if (!spec.vertical) {
var centerPaddingAdj = spec.centerMode && parseInt(spec.centerPadding) * 2;
if (typeof spec.centerPadding === "string" && spec.centerPadding.slice(-1) === "%") {
centerPaddingAdj *= listWidth / 100;
}
slideWidth = Math.ceil((listWidth - centerPaddingAdj) / spec.slidesToShow);
} else {
slideWidth = listWidth;
}
var slideHeight = listNode && getHeight(listNode.querySelector('[data-index="0"]'));
var listHeight = slideHeight * spec.slidesToShow;
var currentSlide = spec.currentSlide === void 0 ? spec.initialSlide : spec.currentSlide;
if (spec.rtl && spec.currentSlide === void 0) {
currentSlide = slideCount - 1 - spec.initialSlide;
}
var lazyLoadedList = spec.lazyLoadedList || [];
var slidesToLoad = getOnDemandLazySlides(_objectSpread2(_objectSpread2({}, spec), {}, {
currentSlide,
lazyLoadedList
}));
lazyLoadedList = lazyLoadedList.concat(slidesToLoad);
var state = {
slideCount,
slideWidth,
listWidth,
trackWidth,
currentSlide,
slideHeight,
listHeight,
lazyLoadedList
};
if (spec.autoplaying === null && spec.autoplay) {
state["autoplaying"] = "playing";
}
return state;
};
var slideHandler = function slideHandler2(spec) {
var waitForAnimate = spec.waitForAnimate, animating = spec.animating, fade = spec.fade, infinite = spec.infinite, index3 = spec.index, slideCount = spec.slideCount, lazyLoad = spec.lazyLoad, currentSlide = spec.currentSlide, centerMode = spec.centerMode, slidesToScroll = spec.slidesToScroll, slidesToShow = spec.slidesToShow, useCSS = spec.useCSS;
var lazyLoadedList = spec.lazyLoadedList;
if (waitForAnimate && animating) return {};
var animationSlide = index3, finalSlide, animationLeft, finalLeft;
var state = {}, nextState = {};
var targetSlide = infinite ? index3 : clamp(index3, 0, slideCount - 1);
if (fade) {
if (!infinite && (index3 < 0 || index3 >= slideCount)) return {};
if (index3 < 0) {
animationSlide = index3 + slideCount;
} else if (index3 >= slideCount) {
animationSlide = index3 - slideCount;
}
if (lazyLoad && lazyLoadedList.indexOf(animationSlide) < 0) {
lazyLoadedList = lazyLoadedList.concat(animationSlide);
}
state = {
animating: true,
currentSlide: animationSlide,
lazyLoadedList,
targetSlide: animationSlide
};
nextState = {
animating: false,
targetSlide: animationSlide
};
} else {
finalSlide = animationSlide;
if (animationSlide < 0) {
finalSlide = animationSlide + slideCount;
if (!infinite) finalSlide = 0;
else if (slideCount % slidesToScroll !== 0) finalSlide = slideCount - slideCount % slidesToScroll;
} else if (!canGoNext(spec) && animationSlide > currentSlide) {
animationSlide = finalSlide = currentSlide;
} else if (centerMode && animationSlide >= slideCount) {
animationSlide = infinite ? slideCount : slideCount - 1;
finalSlide = infinite ? 0 : slideCount - 1;
} else if (animationSlide >= slideCount) {
finalSlide = animationSlide - slideCount;
if (!infinite) finalSlide = slideCount - slidesToShow;
else if (slideCount % slidesToScroll !== 0) finalSlide = 0;
}
if (!infinite && animationSlide + slidesToShow >= slideCount) {
finalSlide = slideCount - slidesToShow;
}
animationLeft = getTrackLeft(_objectSpread2(_objectSpread2({}, spec), {}, {
slideIndex: animationSlide
}));
finalLeft = getTrackLeft(_objectSpread2(_objectSpread2({}, spec), {}, {
slideIndex: finalSlide
}));
if (!infinite) {
if (animationLeft === finalLeft) animationSlide = finalSlide;
animationLeft = finalLeft;
}
if (lazyLoad) {
lazyLoadedList = lazyLoadedList.concat(getOnDemandLazySlides(_objectSpread2(_objectSpread2({}, spec), {}, {
currentSlide: animationSlide
})));
}
if (!useCSS) {
state = {
currentSlide: finalSlide,
trackStyle: getTrackCSS(_objectSpread2(_objectSpread2({}, spec), {}, {
left: finalLeft
})),
lazyLoadedList,
targetSlide
};
} else {
state = {
animating: true,
currentSlide: finalSlide,
trackStyle: getTrackAnimateCSS(_objectSpread2(_objectSpread2({}, spec), {}, {
left: animationLeft
})),
lazyLoadedList,
targetSlide
};
nextState = {
animating: false,
currentSlide: finalSlide,
trackStyle: getTrackCSS(_objectSpread2(_objectSpread2({}, spec), {}, {
left: finalLeft
})),
swipeLeft: null,
targetSlide
};
}
}
return {
state,
nextState
};
};
var changeSlide = function changeSlide2(spec, options) {
var indexOffset, previousInt, slideOffset, unevenOffset, targetSlide;
var slidesToScroll = spec.slidesToScroll, slidesToShow = spec.slidesToShow, slideCount = spec.slideCount, currentSlide = spec.currentSlide, previousTargetSlide = spec.targetSlide, lazyLoad = spec.lazyLoad, infinite = spec.infinite;
unevenOffset = slideCount % slidesToScroll !== 0;
indexOffset = unevenOffset ? 0 : (slideCount - currentSlide) % slidesToScroll;
if (options.message === "previous") {
slideOffset = indexOffset === 0 ? slidesToScroll : slidesToShow - indexOffset;
targetSlide = currentSlide - slideOffset;
if (lazyLoad && !infinite) {
previousInt = currentSlide - slideOffset;
targetSlide = previousInt === -1 ? slideCount - 1 : previousInt;
}
if (!infinite) {
targetSlide = previousTargetSlide - slidesToScroll;
}
} else if (options.message === "next") {
slideOffset = indexOffset === 0 ? slidesToScroll : indexOffset;
targetSlide = currentSlide + slideOffset;
if (lazyLoad && !infinite) {
targetSlide = (currentSlide + slidesToScroll) % slideCount + indexOffset;
}
if (!infinite) {
targetSlide = previousTargetSlide + slidesToScroll;
}
} else if (options.message === "dots") {
targetSlide = options.index * options.slidesToScroll;
} else if (options.message === "children") {
targetSlide = options.index;
if (infinite) {
var direction = siblingDirection(_objectSpread2(_objectSpread2({}, spec), {}, {
targetSlide
}));
if (targetSlide > options.currentSlide && direction === "left") {
targetSlide = targetSlide - slideCount;
} else if (targetSlide < options.currentSlide && direction === "right") {
targetSlide = targetSlide + slideCount;
}
}
} else if (options.message === "index") {
targetSlide = Number(options.index);
}
return targetSlide;
};
var keyHandler = function keyHandler2(e3, accessibility, rtl) {
if (e3.target.tagName.match("TEXTAREA|INPUT|SELECT") || !accessibility) return "";
if (e3.keyCode === 37) return rtl ? "next" : "previous";
if (e3.keyCode === 39) return rtl ? "previous" : "next";
return "";
};
var swipeStart = function swipeStart2(e3, swipe, draggable) {
e3.target.tagName === "IMG" && safePreventDefault(e3);
if (!swipe || !draggable && e3.type.indexOf("mouse") !== -1) return "";
return {
dragging: true,
touchObject: {
startX: e3.touches ? e3.touches[0].pageX : e3.clientX,
startY: e3.touches ? e3.touches[0].pageY : e3.clientY,
curX: e3.touches ? e3.touches[0].pageX : e3.clientX,
curY: e3.touches ? e3.touches[0].pageY : e3.clientY
}
};
};
var swipeMove = function swipeMove2(e3, spec) {
var scrolling = spec.scrolling, animating = spec.animating, vertical = spec.vertical, swipeToSlide = spec.swipeToSlide, verticalSwiping = spec.verticalSwiping, rtl = spec.rtl, currentSlide = spec.currentSlide, edgeFriction = spec.edgeFriction, edgeDragged = spec.edgeDragged, onEdge = spec.onEdge, swiped = spec.swiped, swiping = spec.swiping, slideCount = spec.slideCount, slidesToScroll = spec.slidesToScroll, infinite = spec.infinite, touchObject = spec.touchObject, swipeEvent = spec.swipeEvent, listHeight = spec.listHeight, listWidth = spec.listWidth;
if (scrolling) return;
if (animating) return safePreventDefault(e3);
if (vertical && swipeToSlide && verticalSwiping) safePreventDefault(e3);
var swipeLeft, state = {};
var curLeft = getTrackLeft(spec);
touchObject.curX = e3.touches ? e3.touches[0].pageX : e3.clientX;
touchObject.curY = e3.touches ? e3.touches[0].pageY : e3.clientY;
touchObject.swipeLength = Math.round(Math.sqrt(Math.pow(touchObject.curX - touchObject.startX, 2)));
var verticalSwipeLength = Math.round(Math.sqrt(Math.pow(touchObject.curY - touchObject.startY, 2)));
if (!verticalSwiping && !swiping && verticalSwipeLength > 10) {
return {
scrolling: true
};
}
if (verticalSwiping) touchObject.swipeLength = verticalSwipeLength;
var positionOffset = (!rtl ? 1 : -1) * (touchObject.curX > touchObject.startX ? 1 : -1);
if (verticalSwiping) positionOffset = touchObject.curY > touchObject.startY ? 1 : -1;
var dotCount = Math.ceil(slideCount / slidesToScroll);
var swipeDirection = getSwipeDirection(spec.touchObject, verticalSwiping);
var touchSwipeLength = touchObject.swipeLength;
if (!infinite) {
if (currentSlide === 0 && (swipeDirection === "right" || swipeDirection === "down") || currentSlide + 1 >= dotCount && (swipeDirection === "left" || swipeDirection === "up") || !canGoNext(spec) && (swipeDirection === "left" || swipeDirection === "up")) {
touchSwipeLength = touchObject.swipeLength * edgeFriction;
if (edgeDragged === false && onEdge) {
onEdge(swipeDirection);
state["edgeDragged"] = true;
}
}
}
if (!swiped && swipeEvent) {
swipeEvent(swipeDirection);
state["swiped"] = true;
}
if (!vertical) {
if (!rtl) {
swipeLeft = curLeft + touchSwipeLength * positionOffset;
} else {
swipeLeft = curLeft - touchSwipeLength * positionOffset;
}
} else {
swipeLeft = curLeft + touchSwipeLength * (listHeight / listWidth) * positionOffset;
}
if (verticalSwiping) {
swipeLeft = curLeft + touchSwipeLength * positionOffset;
}
state = _objectSpread2(_objectSpread2({}, state), {}, {
touchObject,
swipeLeft,
trackStyle: getTrackCSS(_objectSpread2(_objectSpread2({}, spec), {}, {
left: swipeLeft
}))
});
if (Math.abs(touchObject.curX - touchObject.startX) < Math.abs(touchObject.curY - touchObject.startY) * 0.8) {
return state;
}
if (touchObject.swipeLength > 10) {
state["swiping"] = true;
safePreventDefault(e3);
}
return state;
};
var swipeEnd = function swipeEnd2(e3, spec) {
var dragging = spec.dragging, swipe = spec.swipe, touchObject = spec.touchObject, listWidth = spec.listWidth, touchThreshold = spec.touchThreshold, verticalSwiping = spec.verticalSwiping, listHeight = spec.listHeight, swipeToSlide = spec.swipeToSlide, scrolling = spec.scrolling, onSwipe = spec.onSwipe, targetSlide = spec.targetSlide, currentSlide = spec.currentSlide, infinite = spec.infinite;
if (!dragging) {
if (swipe) safePreventDefault(e3);
return {};
}
var minSwipe = verticalSwiping ? listHeight / touchThreshold : listWidth / touchThreshold;
var swipeDirection = getSwipeDirection(touchObject, verticalSwiping);
var state = {
dragging: false,
edgeDragged: false,
scrolling: false,
swiping: false,
swiped: false,
swipeLeft: null,
touchObject: {}
};
if (scrolling) {
return state;
}
if (!touchObject.swipeLength) {
return state;
}
if (touchObject.swipeLength > minSwipe) {
safePreventDefault(e3);
if (onSwipe) {
onSwipe(swipeDirection);
}
var slideCount, newSlide;
var activeSlide = infinite ? currentSlide : targetSlide;
switch (swipeDirection) {
case "left":
case "up":
newSlide = activeSlide + getSlideCount(spec);
slideCount = swipeToSlide ? checkNavigable(spec, newSlide) : newSlide;
state["currentDirection"] = 0;
break;
case "right":
case "down":
newSlide = activeSlide - getSlideCount(spec);
slideCount = swipeToSlide ? checkNavigable(spec, newSlide) : newSlide;
state["currentDirection"] = 1;
break;
default:
slideCount = activeSlide;
}
state["triggerSlideHandler"] = slideCount;
} else {
var currentLeft = getTrackLeft(spec);
state["trackStyle"] = getTrackAnimateCSS(_objectSpread2(_objectSpread2({}, spec), {}, {
left: currentLeft
}));
}
return state;
};
var getNavigableIndexes = function getNavigableIndexes2(spec) {
var max = spec.infinite ? spec.slideCount * 2 : spec.slideCount;
var breakpoint = spec.infinite ? spec.slidesToShow * -1 : 0;
var counter = spec.infinite ? spec.slidesToShow * -1 : 0;
var indexes = [];
while (breakpoint < max) {
indexes.push(breakpoint);
breakpoint = counter + spec.slidesToScroll;
counter += Math.min(spec.slidesToScroll, spec.slidesToShow);
}
return indexes;
};
var checkNavigable = function checkNavigable2(spec, index3) {
var navigables = getNavigableIndexes(spec);
var prevNavigable = 0;
if (index3 > navigables[navigables.length - 1]) {
index3 = navigables[navigables.length - 1];
} else {
for (var n2 in navigables) {
if (index3 < navigables[n2]) {
index3 = prevNavigable;
break;
}
prevNavigable = navigables[n2];
}
}
return index3;
};
var getSlideCount = function getSlideCount2(spec) {
var centerOffset = spec.centerMode ? spec.slideWidth * Math.floor(spec.slidesToShow / 2) : 0;
if (spec.swipeToSlide) {
var swipedSlide;
var slickList = spec.listRef;
var slides = slickList.querySelectorAll && slickList.querySelectorAll(".slick-slide") || [];
Array.from(slides).every(function(slide) {
if (!spec.vertical) {
if (slide.offsetLeft - centerOffset + getWidth2(slide) / 2 > spec.swipeLeft * -1) {
swipedSlide = slide;
return false;
}
} else {
if (slide.offsetTop + getHeight(slide) / 2 > spec.swipeLeft * -1) {
swipedSlide = slide;
return false;
}
}
return true;
});
if (!swipedSlide) {
return 0;
}
var currentIndex = spec.rtl === true ? spec.slideCount - spec.currentSlide : spec.currentSlide;
var slidesTraversed = Math.abs(swipedSlide.dataset.index - currentIndex) || 1;
return slidesTraversed;
} else {
return spec.slidesToScroll;
}
};
var checkSpecKeys = function checkSpecKeys2(spec, keysArray) {
return (
// eslint-disable-next-line no-prototype-builtins
keysArray.reduce(function(value, key) {
return value && spec.hasOwnProperty(key);
}, true) ? null : console.error("Keys Missing:", spec)
);
};
var getTrackCSS = function getTrackCSS2(spec) {
checkSpecKeys(spec, ["left", "variableWidth", "slideCount", "slidesToShow", "slideWidth"]);
var trackWidth, trackHeight;
if (!spec.vertical) {
trackWidth = getTotalSlides(spec) * spec.slideWidth;
} else {
var trackChildren = spec.unslick ? spec.slideCount : spec.slideCount + 2 * spec.slidesToShow;
trackHeight = trackChildren * spec.slideHeight;
}
var style2 = {
opacity: 1,
transition: "",
WebkitTransition: ""
};
if (spec.useTransform) {
var WebkitTransform = !spec.vertical ? "translate3d(" + spec.left + "px, 0px, 0px)" : "translate3d(0px, " + spec.left + "px, 0px)";
var transform = !spec.vertical ? "translate3d(" + spec.left + "px, 0px, 0px)" : "translate3d(0px, " + spec.left + "px, 0px)";
var msTransform = !spec.vertical ? "translateX(" + spec.left + "px)" : "translateY(" + spec.left + "px)";
style2 = _objectSpread2(_objectSpread2({}, style2), {}, {
WebkitTransform,
transform,
msTransform
});
} else {
if (spec.vertical) {
style2["top"] = spec.left;
} else {
style2["left"] = spec.left;
}
}
if (spec.fade) style2 = {
opacity: 1
};
if (trackWidth) style2.width = trackWidth;
if (trackHeight) style2.height = trackHeight;
if (window && !window.addEventListener && window.attachEvent) {
if (!spec.vertical) {
style2.marginLeft = spec.left + "px";
} else {
style2.marginTop = spec.left + "px";
}
}
return style2;
};
var getTrackAnimateCSS = function getTrackAnimateCSS2(spec) {
checkSpecKeys(spec, ["left", "variableWidth", "slideCount", "slidesToShow", "slideWidth", "speed", "cssEase"]);
var style2 = getTrackCSS(spec);
if (spec.useTransform) {
style2.WebkitTransition = "-webkit-transform " + spec.speed + "ms " + spec.cssEase;
style2.transition = "transform " + spec.speed + "ms " + spec.cssEase;
} else {
if (spec.vertical) {
style2.transition = "top " + spec.speed + "ms " + spec.cssEase;
} else {
style2.transition = "left " + spec.speed + "ms " + spec.cssEase;
}
}
return style2;
};
var getTrackLeft = function getTrackLeft2(spec) {
if (spec.unslick) {
return 0;
}
checkSpecKeys(spec, ["slideIndex", "trackRef", "infinite", "centerMode", "slideCount", "slidesToShow", "slidesToScroll", "slideWidth", "listWidth", "variableWidth", "slideHeight"]);
var slideIndex = spec.slideIndex, trackRef = spec.trackRef, infinite = spec.infinite, centerMode = spec.centerMode, slideCount = spec.slideCount, slidesToShow = spec.slidesToShow, slidesToScroll = spec.slidesToScroll, slideWidth = spec.slideWidth, listWidth = spec.listWidth, variableWidth = spec.variableWidth, slideHeight = spec.slideHeight, fade = spec.fade, vertical = spec.vertical;
var slideOffset = 0;
var targetLeft;
var targetSlide;
var verticalOffset = 0;
if (fade || spec.slideCount === 1) {
return 0;
}
var slidesToOffset = 0;
if (infinite) {
slidesToOffset = -getPreClones(spec);
if (slideCount % slidesToScroll !== 0 && slideIndex + slidesToScroll > slideCount) {
slidesToOffset = -(slideIndex > slideCount ? slidesToShow - (slideIndex - slideCount) : slideCount % slidesToScroll);
}
if (centerMode) {
slidesToOffset += parseInt(slidesToShow / 2);
}
} else {
if (slideCount % slidesToScroll !== 0 && slideIndex + slidesToScroll > slideCount) {
slidesToOffset = slidesToShow - slideCount % slidesToScroll;
}
if (centerMode) {
slidesToOffset = parseInt(slidesToShow / 2);
}
}
slideOffset = slidesToOffset * slideWidth;
verticalOffset = slidesToOffset * slideHeight;
if (!vertical) {
targetLeft = slideIndex * slideWidth * -1 + slideOffset;
} else {
targetLeft = slideIndex * slideHeight * -1 + verticalOffset;
}
if (variableWidth === true) {
var targetSlideIndex;
var trackElem = trackRef && trackRef.node;
targetSlideIndex = slideIndex + getPreClones(spec);
targetSlide = trackElem && trackElem.childNodes[targetSlideIndex];
targetLeft = targetSlide ? targetSlide.offsetLeft * -1 : 0;
if (centerMode === true) {
targetSlideIndex = infinite ? slideIndex + getPreClones(spec) : slideIndex;
targetSlide = trackElem && trackElem.children[targetSlideIndex];
targetLeft = 0;
for (var slide = 0; slide < targetSlideIndex; slide++) {
targetLeft -= trackElem && trackElem.children[slide] && trackElem.children[slide].offsetWidth;
}
targetLeft -= parseInt(spec.centerPadding);
targetLeft += targetSlide && (listWidth - targetSlide.offsetWidth) / 2;
}
}
return targetLeft;
};
var getPreClones = function getPreClones2(spec) {
if (spec.unslick || !spec.infinite) {
return 0;
}
if (spec.variableWidth) {
return spec.slideCount;
}
return spec.slidesToShow + (spec.centerMode ? 1 : 0);
};
var getPostClones = function getPostClones2(spec) {
if (spec.unslick || !spec.infinite) {
return 0;
}
return spec.slideCount;
};
var getTotalSlides = function getTotalSlides2(spec) {
return spec.slideCount === 1 ? 1 : getPreClones(spec) + spec.slideCount + getPostClones(spec);
};
var siblingDirection = function siblingDirection2(spec) {
if (spec.targetSlide > spec.currentSlide) {
if (spec.targetSlide > spec.currentSlide + slidesOnRight(spec)) {
return "left";
}
return "right";
} else {
if (spec.targetSlide < spec.currentSlide - slidesOnLeft(spec)) {
return "right";
}
return "left";
}
};
var slidesOnRight = function slidesOnRight2(_ref) {
var slidesToShow = _ref.slidesToShow, centerMode = _ref.centerMode, rtl = _ref.rtl, centerPadding = _ref.centerPadding;
if (centerMode) {
var right = (slidesToShow - 1) / 2 + 1;
if (parseInt(centerPadding) > 0) right += 1;
if (rtl && slidesToShow % 2 === 0) right += 1;
return right;
}
if (rtl) {
return 0;
}
return slidesToShow - 1;
};
var slidesOnLeft = function slidesOnLeft2(_ref2) {
var slidesToShow = _ref2.slidesToShow, centerMode = _ref2.centerMode, rtl = _ref2.rtl, centerPadding = _ref2.centerPadding;
if (centerMode) {
var left = (slidesToShow - 1) / 2 + 1;
if (parseInt(centerPadding) > 0) left += 1;
if (!rtl && slidesToShow % 2 === 0) left += 1;
return left;
}
if (rtl) {
return slidesToShow - 1;
}
return 0;
};
var canUseDOM = function canUseDOM2() {
return !!(typeof window !== "undefined" && window.document && window.document.createElement);
};
var validSettings = Object.keys(default_props_default);
function filterSettings(settings) {
return validSettings.reduce(function(acc, settingName) {
if (settings.hasOwnProperty(settingName)) {
acc[settingName] = settings[settingName];
}
return acc;
}, {});
}
// node_modules/@ant-design/react-slick/es/track.js
var import_react108 = __toESM(require_react());
var import_classnames124 = __toESM(require_classnames());
function _callSuper2(t2, o3, e3) {
return o3 = _getPrototypeOf(o3), _possibleConstructorReturn(t2, _isNativeReflectConstruct() ? Reflect.construct(o3, e3 || [], _getPrototypeOf(t2).constructor) : o3.apply(t2, e3));
}
var getSlideClasses = function getSlideClasses2(spec) {
var slickActive, slickCenter, slickCloned;
var centerOffset, index3;
if (spec.rtl) {
index3 = spec.slideCount - 1 - spec.index;
} else {
index3 = spec.index;
}
slickCloned = index3 < 0 || index3 >= spec.slideCount;
if (spec.centerMode) {
centerOffset = Math.floor(spec.slidesToShow / 2);
slickCenter = (index3 - spec.currentSlide) % spec.slideCount === 0;
if (index3 > spec.currentSlide - centerOffset - 1 && index3 <= spec.currentSlide + centerOffset) {
slickActive = true;
}
} else {
slickActive = spec.currentSlide <= index3 && index3 < spec.currentSlide + spec.slidesToShow;
}
var focusedSlide;
if (spec.targetSlide < 0) {
focusedSlide = spec.targetSlide + spec.slideCount;
} else if (spec.targetSlide >= spec.slideCount) {
focusedSlide = spec.targetSlide - spec.slideCount;
} else {
focusedSlide = spec.targetSlide;
}
var slickCurrent = index3 === focusedSlide;
return {
"slick-slide": true,
"slick-active": slickActive,
"slick-center": slickCenter,
"slick-cloned": slickCloned,
"slick-current": slickCurrent
// dubious in case of RTL
};
};
var getSlideStyle = function getSlideStyle2(spec) {
var style2 = {};
if (spec.variableWidth === void 0 || spec.variableWidth === false) {
style2.width = spec.slideWidth;
}
if (spec.fade) {
style2.position = "relative";
if (spec.vertical && spec.slideHeight) {
style2.top = -spec.index * parseInt(spec.slideHeight);
} else {
style2.left = -spec.index * parseInt(spec.slideWidth);
}
style2.opacity = spec.currentSlide === spec.index ? 1 : 0;
style2.zIndex = spec.currentSlide === spec.index ? 999 : 998;
if (spec.useCSS) {
style2.transition = "opacity " + spec.speed + "ms " + spec.cssEase + ", visibility " + spec.speed + "ms " + spec.cssEase;
}
}
return style2;
};
var getKey2 = function getKey3(child, fallbackKey) {
return child.key + "-" + fallbackKey;
};
var renderSlides = function renderSlides2(spec) {
var key;
var slides = [];
var preCloneSlides = [];
var postCloneSlides = [];
var childrenCount = import_react108.default.Children.count(spec.children);
var startIndex = lazyStartIndex(spec);
var endIndex = lazyEndIndex(spec);
import_react108.default.Children.forEach(spec.children, function(elem, index3) {
var child;
var childOnClickOptions = {
message: "children",
index: index3,
slidesToScroll: spec.slidesToScroll,
currentSlide: spec.currentSlide
};
if (!spec.lazyLoad || spec.lazyLoad && spec.lazyLoadedList.indexOf(index3) >= 0) {
child = elem;
} else {
child = import_react108.default.createElement("div", null);
}
var childStyle = getSlideStyle(_objectSpread2(_objectSpread2({}, spec), {}, {
index: index3
}));
var slideClass = child.props.className || "";
var slideClasses = getSlideClasses(_objectSpread2(_objectSpread2({}, spec), {}, {
index: index3
}));
slides.push(import_react108.default.cloneElement(child, {
key: "original" + getKey2(child, index3),
"data-index": index3,
className: (0, import_classnames124.default)(slideClasses, slideClass),
tabIndex: "-1",
"aria-hidden": !slideClasses["slick-active"],
style: _objectSpread2(_objectSpread2({
outline: "none"
}, child.props.style || {}), childStyle),
onClick: function onClick(e3) {
child.props && child.props.onClick && child.props.onClick(e3);
if (spec.focusOnSelect) {
spec.focusOnSelect(childOnClickOptions);
}
}
}));
if (spec.infinite && childrenCount > 1 && spec.fade === false && !spec.unslick) {
var preCloneNo = childrenCount - index3;
if (preCloneNo <= getPreClones(spec)) {
key = -preCloneNo;
if (key >= startIndex) {
child = elem;
}
slideClasses = getSlideClasses(_objectSpread2(_objectSpread2({}, spec), {}, {
index: key
}));
preCloneSlides.push(import_react108.default.cloneElement(child, {
key: "precloned" + getKey2(child, key),
"data-index": key,
tabIndex: "-1",
className: (0, import_classnames124.default)(slideClasses, slideClass),
"aria-hidden": !slideClasses["slick-active"],
style: _objectSpread2(_objectSpread2({}, child.props.style || {}), childStyle),
onClick: function onClick(e3) {
child.props && child.props.onClick && child.props.onClick(e3);
if (spec.focusOnSelect) {
spec.focusOnSelect(childOnClickOptions);
}
}
}));
}
key = childrenCount + index3;
if (key < endIndex) {
child = elem;
}
slideClasses = getSlideClasses(_objectSpread2(_objectSpread2({}, spec), {}, {
index: key
}));
postCloneSlides.push(import_react108.default.cloneElement(child, {
key: "postcloned" + getKey2(child, key),
"data-index": key,
tabIndex: "-1",
className: (0, import_classnames124.default)(slideClasses, slideClass),
"aria-hidden": !slideClasses["slick-active"],
style: _objectSpread2(_objectSpread2({}, child.props.style || {}), childStyle),
onClick: function onClick(e3) {
child.props && child.props.onClick && child.props.onClick(e3);
if (spec.focusOnSelect) {
spec.focusOnSelect(childOnClickOptions);
}
}
}));
}
});
if (spec.rtl) {
return preCloneSlides.concat(slides, postCloneSlides).reverse();
} else {
return preCloneSlides.concat(slides, postCloneSlides);
}
};
var Track = function(_React$PureComponent) {
function Track4() {
var _this;
_classCallCheck(this, Track4);
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
args[_key] = arguments[_key];
}
_this = _callSuper2(this, Track4, [].concat(args));
_defineProperty(_this, "node", null);
_defineProperty(_this, "handleRef", function(ref) {
_this.node = ref;
});
return _this;
}
_inherits(Track4, _React$PureComponent);
return _createClass(Track4, [{
key: "render",
value: function render2() {
var slides = renderSlides(this.props);
var _this$props = this.props, onMouseEnter = _this$props.onMouseEnter, onMouseOver = _this$props.onMouseOver, onMouseLeave = _this$props.onMouseLeave;
var mouseEvents = {
onMouseEnter,
onMouseOver,
onMouseLeave
};
return import_react108.default.createElement("div", _extends({
ref: this.handleRef,
className: "slick-track",
style: this.props.trackStyle
}, mouseEvents), slides);
}
}]);
}(import_react108.default.PureComponent);
// node_modules/@ant-design/react-slick/es/dots.js
var import_react109 = __toESM(require_react());
var import_classnames125 = __toESM(require_classnames());
function _callSuper3(t2, o3, e3) {
return o3 = _getPrototypeOf(o3), _possibleConstructorReturn(t2, _isNativeReflectConstruct() ? Reflect.construct(o3, e3 || [], _getPrototypeOf(t2).constructor) : o3.apply(t2, e3));
}
var getDotCount = function getDotCount2(spec) {
var dots;
if (spec.infinite) {
dots = Math.ceil(spec.slideCount / spec.slidesToScroll);
} else {
dots = Math.ceil((spec.slideCount - spec.slidesToShow) / spec.slidesToScroll) + 1;
}
return dots;
};
var Dots = function(_React$PureComponent) {
function Dots2() {
_classCallCheck(this, Dots2);
return _callSuper3(this, Dots2, arguments);
}
_inherits(Dots2, _React$PureComponent);
return _createClass(Dots2, [{
key: "clickHandler",
value: function clickHandler(options, e3) {
e3.preventDefault();
this.props.clickHandler(options);
}
}, {
key: "render",
value: function render2() {
var _this$props = this.props, onMouseEnter = _this$props.onMouseEnter, onMouseOver = _this$props.onMouseOver, onMouseLeave = _this$props.onMouseLeave, infinite = _this$props.infinite, slidesToScroll = _this$props.slidesToScroll, slidesToShow = _this$props.slidesToShow, slideCount = _this$props.slideCount, currentSlide = _this$props.currentSlide;
var dotCount = getDotCount({
slideCount,
slidesToScroll,
slidesToShow,
infinite
});
var mouseEvents = {
onMouseEnter,
onMouseOver,
onMouseLeave
};
var dots = [];
for (var i = 0; i < dotCount; i++) {
var _rightBound = (i + 1) * slidesToScroll - 1;
var rightBound = infinite ? _rightBound : clamp(_rightBound, 0, slideCount - 1);
var _leftBound = rightBound - (slidesToScroll - 1);
var leftBound = infinite ? _leftBound : clamp(_leftBound, 0, slideCount - 1);
var className = (0, import_classnames125.default)({
"slick-active": infinite ? currentSlide >= leftBound && currentSlide <= rightBound : currentSlide === leftBound
});
var dotOptions = {
message: "dots",
index: i,
slidesToScroll,
currentSlide
};
var onClick = this.clickHandler.bind(this, dotOptions);
dots = dots.concat(import_react109.default.createElement("li", {
key: i,
className
}, import_react109.default.cloneElement(this.props.customPaging(i), {
onClick
})));
}
return import_react109.default.cloneElement(this.props.appendDots(dots), _objectSpread2({
className: this.props.dotsClass
}, mouseEvents));
}
}]);
}(import_react109.default.PureComponent);
// node_modules/@ant-design/react-slick/es/arrows.js
var import_react110 = __toESM(require_react());
var import_classnames126 = __toESM(require_classnames());
function _callSuper4(t2, o3, e3) {
return o3 = _getPrototypeOf(o3), _possibleConstructorReturn(t2, _isNativeReflectConstruct() ? Reflect.construct(o3, e3 || [], _getPrototypeOf(t2).constructor) : o3.apply(t2, e3));
}
var PrevArrow = function(_React$PureComponent) {
function PrevArrow2() {
_classCallCheck(this, PrevArrow2);
return _callSuper4(this, PrevArrow2, arguments);
}
_inherits(PrevArrow2, _React$PureComponent);
return _createClass(PrevArrow2, [{
key: "clickHandler",
value: function clickHandler(options, e3) {
if (e3) {
e3.preventDefault();
}
this.props.clickHandler(options, e3);
}
}, {
key: "render",
value: function render2() {
var prevClasses = {
"slick-arrow": true,
"slick-prev": true
};
var prevHandler = this.clickHandler.bind(this, {
message: "previous"
});
if (!this.props.infinite && (this.props.currentSlide === 0 || this.props.slideCount <= this.props.slidesToShow)) {
prevClasses["slick-disabled"] = true;
prevHandler = null;
}
var prevArrowProps = {
key: "0",
"data-role": "none",
className: (0, import_classnames126.default)(prevClasses),
style: {
display: "block"
},
onClick: prevHandler
};
var customProps = {
currentSlide: this.props.currentSlide,
slideCount: this.props.slideCount
};
var prevArrow;
if (this.props.prevArrow) {
prevArrow = import_react110.default.cloneElement(this.props.prevArrow, _objectSpread2(_objectSpread2({}, prevArrowProps), customProps));
} else {
prevArrow = import_react110.default.createElement("button", _extends({
key: "0",
type: "button"
}, prevArrowProps), " ", "Previous");
}
return prevArrow;
}
}]);
}(import_react110.default.PureComponent);
var NextArrow = function(_React$PureComponent2) {
function NextArrow2() {
_classCallCheck(this, NextArrow2);
return _callSuper4(this, NextArrow2, arguments);
}
_inherits(NextArrow2, _React$PureComponent2);
return _createClass(NextArrow2, [{
key: "clickHandler",
value: function clickHandler(options, e3) {
if (e3) {
e3.preventDefault();
}
this.props.clickHandler(options, e3);
}
}, {
key: "render",
value: function render2() {
var nextClasses = {
"slick-arrow": true,
"slick-next": true
};
var nextHandler = this.clickHandler.bind(this, {
message: "next"
});
if (!canGoNext(this.props)) {
nextClasses["slick-disabled"] = true;
nextHandler = null;
}
var nextArrowProps = {
key: "1",
"data-role": "none",
className: (0, import_classnames126.default)(nextClasses),
style: {
display: "block"
},
onClick: nextHandler
};
var customProps = {
currentSlide: this.props.currentSlide,
slideCount: this.props.slideCount
};
var nextArrow;
if (this.props.nextArrow) {
nextArrow = import_react110.default.cloneElement(this.props.nextArrow, _objectSpread2(_objectSpread2({}, nextArrowProps), customProps));
} else {
nextArrow = import_react110.default.createElement("button", _extends({
key: "1",
type: "button"
}, nextArrowProps), " ", "Next");
}
return nextArrow;
}
}]);
}(import_react110.default.PureComponent);
// node_modules/@ant-design/react-slick/es/inner-slider.js
var _excluded46 = ["animating"];
function _callSuper5(t2, o3, e3) {
return o3 = _getPrototypeOf(o3), _possibleConstructorReturn(t2, _isNativeReflectConstruct() ? Reflect.construct(o3, e3 || [], _getPrototypeOf(t2).constructor) : o3.apply(t2, e3));
}
var InnerSlider = function(_React$Component) {
function InnerSlider2(props) {
var _this;
_classCallCheck(this, InnerSlider2);
_this = _callSuper5(this, InnerSlider2, [props]);
_defineProperty(_this, "listRefHandler", function(ref) {
return _this.list = ref;
});
_defineProperty(_this, "trackRefHandler", function(ref) {
return _this.track = ref;
});
_defineProperty(_this, "adaptHeight", function() {
if (_this.props.adaptiveHeight && _this.list) {
var elem = _this.list.querySelector('[data-index="'.concat(_this.state.currentSlide, '"]'));
_this.list.style.height = getHeight(elem) + "px";
}
});
_defineProperty(_this, "componentDidMount", function() {
_this.props.onInit && _this.props.onInit();
if (_this.props.lazyLoad) {
var slidesToLoad = getOnDemandLazySlides(_objectSpread2(_objectSpread2({}, _this.props), _this.state));
if (slidesToLoad.length > 0) {
_this.setState(function(prevState) {
return {
lazyLoadedList: prevState.lazyLoadedList.concat(slidesToLoad)
};
});
if (_this.props.onLazyLoad) {
_this.props.onLazyLoad(slidesToLoad);
}
}
}
var spec = _objectSpread2({
listRef: _this.list,
trackRef: _this.track
}, _this.props);
_this.updateState(spec, true, function() {
_this.adaptHeight();
_this.props.autoplay && _this.autoPlay("playing");
});
if (_this.props.lazyLoad === "progressive") {
_this.lazyLoadTimer = setInterval(_this.progressiveLazyLoad, 1e3);
}
_this.ro = new ResizeObserver_es_default(function() {
if (_this.state.animating) {
_this.onWindowResized(false);
_this.callbackTimers.push(setTimeout(function() {
return _this.onWindowResized();
}, _this.props.speed));
} else {
_this.onWindowResized();
}
});
_this.ro.observe(_this.list);
document.querySelectorAll && Array.prototype.forEach.call(document.querySelectorAll(".slick-slide"), function(slide) {
slide.onfocus = _this.props.pauseOnFocus ? _this.onSlideFocus : null;
slide.onblur = _this.props.pauseOnFocus ? _this.onSlideBlur : null;
});
if (window.addEventListener) {
window.addEventListener("resize", _this.onWindowResized);
} else {
window.attachEvent("onresize", _this.onWindowResized);
}
});
_defineProperty(_this, "componentWillUnmount", function() {
if (_this.animationEndCallback) {
clearTimeout(_this.animationEndCallback);
}
if (_this.lazyLoadTimer) {
clearInterval(_this.lazyLoadTimer);
}
if (_this.callbackTimers.length) {
_this.callbackTimers.forEach(function(timer) {
return clearTimeout(timer);
});
_this.callbackTimers = [];
}
if (window.addEventListener) {
window.removeEventListener("resize", _this.onWindowResized);
} else {
window.detachEvent("onresize", _this.onWindowResized);
}
if (_this.autoplayTimer) {
clearInterval(_this.autoplayTimer);
}
_this.ro.disconnect();
});
_defineProperty(_this, "componentDidUpdate", function(prevProps) {
_this.checkImagesLoad();
_this.props.onReInit && _this.props.onReInit();
if (_this.props.lazyLoad) {
var slidesToLoad = getOnDemandLazySlides(_objectSpread2(_objectSpread2({}, _this.props), _this.state));
if (slidesToLoad.length > 0) {
_this.setState(function(prevState) {
return {
lazyLoadedList: prevState.lazyLoadedList.concat(slidesToLoad)
};
});
if (_this.props.onLazyLoad) {
_this.props.onLazyLoad(slidesToLoad);
}
}
}
_this.adaptHeight();
var spec = _objectSpread2(_objectSpread2({
listRef: _this.list,
trackRef: _this.track
}, _this.props), _this.state);
var setTrackStyle = _this.didPropsChange(prevProps);
setTrackStyle && _this.updateState(spec, setTrackStyle, function() {
if (_this.state.currentSlide >= import_react111.default.Children.count(_this.props.children)) {
_this.changeSlide({
message: "index",
index: import_react111.default.Children.count(_this.props.children) - _this.props.slidesToShow,
currentSlide: _this.state.currentSlide
});
}
if (prevProps.autoplay !== _this.props.autoplay || prevProps.autoplaySpeed !== _this.props.autoplaySpeed) {
if (!prevProps.autoplay && _this.props.autoplay) {
_this.autoPlay("playing");
} else if (_this.props.autoplay) {
_this.autoPlay("update");
} else {
_this.pause("paused");
}
}
});
});
_defineProperty(_this, "onWindowResized", function(setTrackStyle) {
if (_this.debouncedResize) _this.debouncedResize.cancel();
_this.debouncedResize = debounce(50, function() {
return _this.resizeWindow(setTrackStyle);
});
_this.debouncedResize();
});
_defineProperty(_this, "resizeWindow", function() {
var setTrackStyle = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : true;
var isTrackMounted = Boolean(_this.track && _this.track.node);
if (!isTrackMounted) return;
var spec = _objectSpread2(_objectSpread2({
listRef: _this.list,
trackRef: _this.track
}, _this.props), _this.state);
_this.updateState(spec, setTrackStyle, function() {
if (_this.props.autoplay) _this.autoPlay("update");
else _this.pause("paused");
});
_this.setState({
animating: false
});
clearTimeout(_this.animationEndCallback);
delete _this.animationEndCallback;
});
_defineProperty(_this, "updateState", function(spec, setTrackStyle, callback) {
var updatedState = initializedState(spec);
spec = _objectSpread2(_objectSpread2(_objectSpread2({}, spec), updatedState), {}, {
slideIndex: updatedState.currentSlide
});
var targetLeft = getTrackLeft(spec);
spec = _objectSpread2(_objectSpread2({}, spec), {}, {
left: targetLeft
});
var trackStyle = getTrackCSS(spec);
if (setTrackStyle || import_react111.default.Children.count(_this.props.children) !== import_react111.default.Children.count(spec.children)) {
updatedState["trackStyle"] = trackStyle;
}
_this.setState(updatedState, callback);
});
_defineProperty(_this, "ssrInit", function() {
if (_this.props.variableWidth) {
var _trackWidth = 0, _trackLeft = 0;
var childrenWidths = [];
var preClones = getPreClones(_objectSpread2(_objectSpread2(_objectSpread2({}, _this.props), _this.state), {}, {
slideCount: _this.props.children.length
}));
var postClones = getPostClones(_objectSpread2(_objectSpread2(_objectSpread2({}, _this.props), _this.state), {}, {
slideCount: _this.props.children.length
}));
_this.props.children.forEach(function(child) {
childrenWidths.push(child.props.style.width);
_trackWidth += child.props.style.width;
});
for (var i = 0; i < preClones; i++) {
_trackLeft += childrenWidths[childrenWidths.length - 1 - i];
_trackWidth += childrenWidths[childrenWidths.length - 1 - i];
}
for (var _i = 0; _i < postClones; _i++) {
_trackWidth += childrenWidths[_i];
}
for (var _i2 = 0; _i2 < _this.state.currentSlide; _i2++) {
_trackLeft += childrenWidths[_i2];
}
var _trackStyle = {
width: _trackWidth + "px",
left: -_trackLeft + "px"
};
if (_this.props.centerMode) {
var currentWidth = "".concat(childrenWidths[_this.state.currentSlide], "px");
_trackStyle.left = "calc(".concat(_trackStyle.left, " + (100% - ").concat(currentWidth, ") / 2 ) ");
}
return {
trackStyle: _trackStyle
};
}
var childrenCount = import_react111.default.Children.count(_this.props.children);
var spec = _objectSpread2(_objectSpread2(_objectSpread2({}, _this.props), _this.state), {}, {
slideCount: childrenCount
});
var slideCount = getPreClones(spec) + getPostClones(spec) + childrenCount;
var trackWidth = 100 / _this.props.slidesToShow * slideCount;
var slideWidth = 100 / slideCount;
var trackLeft = -slideWidth * (getPreClones(spec) + _this.state.currentSlide) * trackWidth / 100;
if (_this.props.centerMode) {
trackLeft += (100 - slideWidth * trackWidth / 100) / 2;
}
var trackStyle = {
width: trackWidth + "%",
left: trackLeft + "%"
};
return {
slideWidth: slideWidth + "%",
trackStyle
};
});
_defineProperty(_this, "checkImagesLoad", function() {
var images = _this.list && _this.list.querySelectorAll && _this.list.querySelectorAll(".slick-slide img") || [];
var imagesCount = images.length, loadedCount = 0;
Array.prototype.forEach.call(images, function(image) {
var handler = function handler2() {
return ++loadedCount && loadedCount >= imagesCount && _this.onWindowResized();
};
if (!image.onclick) {
image.onclick = function() {
return image.parentNode.focus();
};
} else {
var prevClickHandler = image.onclick;
image.onclick = function(e3) {
prevClickHandler(e3);
image.parentNode.focus();
};
}
if (!image.onload) {
if (_this.props.lazyLoad) {
image.onload = function() {
_this.adaptHeight();
_this.callbackTimers.push(setTimeout(_this.onWindowResized, _this.props.speed));
};
} else {
image.onload = handler;
image.onerror = function() {
handler();
_this.props.onLazyLoadError && _this.props.onLazyLoadError();
};
}
}
});
});
_defineProperty(_this, "progressiveLazyLoad", function() {
var slidesToLoad = [];
var spec = _objectSpread2(_objectSpread2({}, _this.props), _this.state);
for (var index3 = _this.state.currentSlide; index3 < _this.state.slideCount + getPostClones(spec); index3++) {
if (_this.state.lazyLoadedList.indexOf(index3) < 0) {
slidesToLoad.push(index3);
break;
}
}
for (var _index = _this.state.currentSlide - 1; _index >= -getPreClones(spec); _index--) {
if (_this.state.lazyLoadedList.indexOf(_index) < 0) {
slidesToLoad.push(_index);
break;
}
}
if (slidesToLoad.length > 0) {
_this.setState(function(state) {
return {
lazyLoadedList: state.lazyLoadedList.concat(slidesToLoad)
};
});
if (_this.props.onLazyLoad) {
_this.props.onLazyLoad(slidesToLoad);
}
} else {
if (_this.lazyLoadTimer) {
clearInterval(_this.lazyLoadTimer);
delete _this.lazyLoadTimer;
}
}
});
_defineProperty(_this, "slideHandler", function(index3) {
var dontAnimate = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : false;
var _this$props = _this.props, asNavFor = _this$props.asNavFor, beforeChange = _this$props.beforeChange, onLazyLoad = _this$props.onLazyLoad, speed = _this$props.speed, afterChange = _this$props.afterChange;
var currentSlide = _this.state.currentSlide;
var _slideHandler = slideHandler(_objectSpread2(_objectSpread2(_objectSpread2({
index: index3
}, _this.props), _this.state), {}, {
trackRef: _this.track,
useCSS: _this.props.useCSS && !dontAnimate
})), state = _slideHandler.state, nextState = _slideHandler.nextState;
if (!state) return;
beforeChange && beforeChange(currentSlide, state.currentSlide);
var slidesToLoad = state.lazyLoadedList.filter(function(value) {
return _this.state.lazyLoadedList.indexOf(value) < 0;
});
onLazyLoad && slidesToLoad.length > 0 && onLazyLoad(slidesToLoad);
if (!_this.props.waitForAnimate && _this.animationEndCallback) {
clearTimeout(_this.animationEndCallback);
afterChange && afterChange(currentSlide);
delete _this.animationEndCallback;
}
_this.setState(state, function() {
if (asNavFor && _this.asNavForIndex !== index3) {
_this.asNavForIndex = index3;
asNavFor.innerSlider.slideHandler(index3);
}
if (!nextState) return;
_this.animationEndCallback = setTimeout(function() {
var animating = nextState.animating, firstBatch = _objectWithoutProperties(nextState, _excluded46);
_this.setState(firstBatch, function() {
_this.callbackTimers.push(setTimeout(function() {
return _this.setState({
animating
});
}, 10));
afterChange && afterChange(state.currentSlide);
delete _this.animationEndCallback;
});
}, speed);
});
});
_defineProperty(_this, "changeSlide", function(options) {
var dontAnimate = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : false;
var spec = _objectSpread2(_objectSpread2({}, _this.props), _this.state);
var targetSlide = changeSlide(spec, options);
if (targetSlide !== 0 && !targetSlide) return;
if (dontAnimate === true) {
_this.slideHandler(targetSlide, dontAnimate);
} else {
_this.slideHandler(targetSlide);
}
_this.props.autoplay && _this.autoPlay("update");
if (_this.props.focusOnSelect) {
var nodes = _this.list.querySelectorAll(".slick-current");
nodes[0] && nodes[0].focus();
}
});
_defineProperty(_this, "clickHandler", function(e3) {
if (_this.clickable === false) {
e3.stopPropagation();
e3.preventDefault();
}
_this.clickable = true;
});
_defineProperty(_this, "keyHandler", function(e3) {
var dir = keyHandler(e3, _this.props.accessibility, _this.props.rtl);
dir !== "" && _this.changeSlide({
message: dir
});
});
_defineProperty(_this, "selectHandler", function(options) {
_this.changeSlide(options);
});
_defineProperty(_this, "disableBodyScroll", function() {
var preventDefault = function preventDefault2(e3) {
e3 = e3 || window.event;
if (e3.preventDefault) e3.preventDefault();
e3.returnValue = false;
};
window.ontouchmove = preventDefault;
});
_defineProperty(_this, "enableBodyScroll", function() {
window.ontouchmove = null;
});
_defineProperty(_this, "swipeStart", function(e3) {
if (_this.props.verticalSwiping) {
_this.disableBodyScroll();
}
var state = swipeStart(e3, _this.props.swipe, _this.props.draggable);
state !== "" && _this.setState(state);
});
_defineProperty(_this, "swipeMove", function(e3) {
var state = swipeMove(e3, _objectSpread2(_objectSpread2(_objectSpread2({}, _this.props), _this.state), {}, {
trackRef: _this.track,
listRef: _this.list,
slideIndex: _this.state.currentSlide
}));
if (!state) return;
if (state["swiping"]) {
_this.clickable = false;
}
_this.setState(state);
});
_defineProperty(_this, "swipeEnd", function(e3) {
var state = swipeEnd(e3, _objectSpread2(_objectSpread2(_objectSpread2({}, _this.props), _this.state), {}, {
trackRef: _this.track,
listRef: _this.list,
slideIndex: _this.state.currentSlide
}));
if (!state) return;
var triggerSlideHandler = state["triggerSlideHandler"];
delete state["triggerSlideHandler"];
_this.setState(state);
if (triggerSlideHandler === void 0) return;
_this.slideHandler(triggerSlideHandler);
if (_this.props.verticalSwiping) {
_this.enableBodyScroll();
}
});
_defineProperty(_this, "touchEnd", function(e3) {
_this.swipeEnd(e3);
_this.clickable = true;
});
_defineProperty(_this, "slickPrev", function() {
_this.callbackTimers.push(setTimeout(function() {
return _this.changeSlide({
message: "previous"
});
}, 0));
});
_defineProperty(_this, "slickNext", function() {
_this.callbackTimers.push(setTimeout(function() {
return _this.changeSlide({
message: "next"
});
}, 0));
});
_defineProperty(_this, "slickGoTo", function(slide) {
var dontAnimate = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : false;
slide = Number(slide);
if (isNaN(slide)) return "";
_this.callbackTimers.push(setTimeout(function() {
return _this.changeSlide({
message: "index",
index: slide,
currentSlide: _this.state.currentSlide
}, dontAnimate);
}, 0));
});
_defineProperty(_this, "play", function() {
var nextIndex;
if (_this.props.rtl) {
nextIndex = _this.state.currentSlide - _this.props.slidesToScroll;
} else {
if (canGoNext(_objectSpread2(_objectSpread2({}, _this.props), _this.state))) {
nextIndex = _this.state.currentSlide + _this.props.slidesToScroll;
} else {
return false;
}
}
_this.slideHandler(nextIndex);
});
_defineProperty(_this, "autoPlay", function(playType) {
if (_this.autoplayTimer) {
clearInterval(_this.autoplayTimer);
}
var autoplaying = _this.state.autoplaying;
if (playType === "update") {
if (autoplaying === "hovered" || autoplaying === "focused" || autoplaying === "paused") {
return;
}
} else if (playType === "leave") {
if (autoplaying === "paused" || autoplaying === "focused") {
return;
}
} else if (playType === "blur") {
if (autoplaying === "paused" || autoplaying === "hovered") {
return;
}
}
_this.autoplayTimer = setInterval(_this.play, _this.props.autoplaySpeed + 50);
_this.setState({
autoplaying: "playing"
});
});
_defineProperty(_this, "pause", function(pauseType) {
if (_this.autoplayTimer) {
clearInterval(_this.autoplayTimer);
_this.autoplayTimer = null;
}
var autoplaying = _this.state.autoplaying;
if (pauseType === "paused") {
_this.setState({
autoplaying: "paused"
});
} else if (pauseType === "focused") {
if (autoplaying === "hovered" || autoplaying === "playing") {
_this.setState({
autoplaying: "focused"
});
}
} else {
if (autoplaying === "playing") {
_this.setState({
autoplaying: "hovered"
});
}
}
});
_defineProperty(_this, "onDotsOver", function() {
return _this.props.autoplay && _this.pause("hovered");
});
_defineProperty(_this, "onDotsLeave", function() {
return _this.props.autoplay && _this.state.autoplaying === "hovered" && _this.autoPlay("leave");
});
_defineProperty(_this, "onTrackOver", function() {
return _this.props.autoplay && _this.pause("hovered");
});
_defineProperty(_this, "onTrackLeave", function() {
return _this.props.autoplay && _this.state.autoplaying === "hovered" && _this.autoPlay("leave");
});
_defineProperty(_this, "onSlideFocus", function() {
return _this.props.autoplay && _this.pause("focused");
});
_defineProperty(_this, "onSlideBlur", function() {
return _this.props.autoplay && _this.state.autoplaying === "focused" && _this.autoPlay("blur");
});
_defineProperty(_this, "render", function() {
var className = (0, import_classnames127.default)("slick-slider", _this.props.className, {
"slick-vertical": _this.props.vertical,
"slick-initialized": true
});
var spec = _objectSpread2(_objectSpread2({}, _this.props), _this.state);
var trackProps = extractObject(spec, ["fade", "cssEase", "speed", "infinite", "centerMode", "focusOnSelect", "currentSlide", "lazyLoad", "lazyLoadedList", "rtl", "slideWidth", "slideHeight", "listHeight", "vertical", "slidesToShow", "slidesToScroll", "slideCount", "trackStyle", "variableWidth", "unslick", "centerPadding", "targetSlide", "useCSS"]);
var pauseOnHover = _this.props.pauseOnHover;
trackProps = _objectSpread2(_objectSpread2({}, trackProps), {}, {
onMouseEnter: pauseOnHover ? _this.onTrackOver : null,
onMouseLeave: pauseOnHover ? _this.onTrackLeave : null,
onMouseOver: pauseOnHover ? _this.onTrackOver : null,
focusOnSelect: _this.props.focusOnSelect && _this.clickable ? _this.selectHandler : null
});
var dots;
if (_this.props.dots === true && _this.state.slideCount >= _this.props.slidesToShow) {
var dotProps = extractObject(spec, ["dotsClass", "slideCount", "slidesToShow", "currentSlide", "slidesToScroll", "clickHandler", "children", "customPaging", "infinite", "appendDots"]);
var pauseOnDotsHover = _this.props.pauseOnDotsHover;
dotProps = _objectSpread2(_objectSpread2({}, dotProps), {}, {
clickHandler: _this.changeSlide,
onMouseEnter: pauseOnDotsHover ? _this.onDotsLeave : null,
onMouseOver: pauseOnDotsHover ? _this.onDotsOver : null,
onMouseLeave: pauseOnDotsHover ? _this.onDotsLeave : null
});
dots = import_react111.default.createElement(Dots, dotProps);
}
var prevArrow, nextArrow;
var arrowProps = extractObject(spec, ["infinite", "centerMode", "currentSlide", "slideCount", "slidesToShow", "prevArrow", "nextArrow"]);
arrowProps.clickHandler = _this.changeSlide;
if (_this.props.arrows) {
prevArrow = import_react111.default.createElement(PrevArrow, arrowProps);
nextArrow = import_react111.default.createElement(NextArrow, arrowProps);
}
var verticalHeightStyle = null;
if (_this.props.vertical) {
verticalHeightStyle = {
height: _this.state.listHeight
};
}
var centerPaddingStyle = null;
if (_this.props.vertical === false) {
if (_this.props.centerMode === true) {
centerPaddingStyle = {
padding: "0px " + _this.props.centerPadding
};
}
} else {
if (_this.props.centerMode === true) {
centerPaddingStyle = {
padding: _this.props.centerPadding + " 0px"
};
}
}
var listStyle = _objectSpread2(_objectSpread2({}, verticalHeightStyle), centerPaddingStyle);
var touchMove = _this.props.touchMove;
var listProps = {
className: "slick-list",
style: listStyle,
onClick: _this.clickHandler,
onMouseDown: touchMove ? _this.swipeStart : null,
onMouseMove: _this.state.dragging && touchMove ? _this.swipeMove : null,
onMouseUp: touchMove ? _this.swipeEnd : null,
onMouseLeave: _this.state.dragging && touchMove ? _this.swipeEnd : null,
onTouchStart: touchMove ? _this.swipeStart : null,
onTouchMove: _this.state.dragging && touchMove ? _this.swipeMove : null,
onTouchEnd: touchMove ? _this.touchEnd : null,
onTouchCancel: _this.state.dragging && touchMove ? _this.swipeEnd : null,
onKeyDown: _this.props.accessibility ? _this.keyHandler : null
};
var innerSliderProps = {
className,
dir: "ltr",
style: _this.props.style
};
if (_this.props.unslick) {
listProps = {
className: "slick-list"
};
innerSliderProps = {
className,
style: _this.props.style
};
}
return import_react111.default.createElement("div", innerSliderProps, !_this.props.unslick ? prevArrow : "", import_react111.default.createElement("div", _extends({
ref: _this.listRefHandler
}, listProps), import_react111.default.createElement(Track, _extends({
ref: _this.trackRefHandler
}, trackProps), _this.props.children)), !_this.props.unslick ? nextArrow : "", !_this.props.unslick ? dots : "");
});
_this.list = null;
_this.track = null;
_this.state = _objectSpread2(_objectSpread2({}, initial_state_default), {}, {
currentSlide: _this.props.initialSlide,
targetSlide: _this.props.initialSlide ? _this.props.initialSlide : 0,
slideCount: import_react111.default.Children.count(_this.props.children)
});
_this.callbackTimers = [];
_this.clickable = true;
_this.debouncedResize = null;
var ssrState = _this.ssrInit();
_this.state = _objectSpread2(_objectSpread2({}, _this.state), ssrState);
return _this;
}
_inherits(InnerSlider2, _React$Component);
return _createClass(InnerSlider2, [{
key: "didPropsChange",
value: function didPropsChange(prevProps) {
var setTrackStyle = false;
for (var _i3 = 0, _Object$keys = Object.keys(this.props); _i3 < _Object$keys.length; _i3++) {
var key = _Object$keys[_i3];
if (!prevProps.hasOwnProperty(key)) {
setTrackStyle = true;
break;
}
if (_typeof(prevProps[key]) === "object" || typeof prevProps[key] === "function" || isNaN(prevProps[key])) {
continue;
}
if (prevProps[key] !== this.props[key]) {
setTrackStyle = true;
break;
}
}
return setTrackStyle || import_react111.default.Children.count(this.props.children) !== import_react111.default.Children.count(prevProps.children);
}
}]);
}(import_react111.default.Component);
// node_modules/@ant-design/react-slick/es/slider.js
var import_json2mq = __toESM(require_json2mq());
function _callSuper6(t2, o3, e3) {
return o3 = _getPrototypeOf(o3), _possibleConstructorReturn(t2, _isNativeReflectConstruct() ? Reflect.construct(o3, e3 || [], _getPrototypeOf(t2).constructor) : o3.apply(t2, e3));
}
var Slider3 = function(_React$Component) {
function Slider6(props) {
var _this;
_classCallCheck(this, Slider6);
_this = _callSuper6(this, Slider6, [props]);
_defineProperty(_this, "innerSliderRefHandler", function(ref) {
return _this.innerSlider = ref;
});
_defineProperty(_this, "slickPrev", function() {
return _this.innerSlider.slickPrev();
});
_defineProperty(_this, "slickNext", function() {
return _this.innerSlider.slickNext();
});
_defineProperty(_this, "slickGoTo", function(slide) {
var dontAnimate = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : false;
return _this.innerSlider.slickGoTo(slide, dontAnimate);
});
_defineProperty(_this, "slickPause", function() {
return _this.innerSlider.pause("paused");
});
_defineProperty(_this, "slickPlay", function() {
return _this.innerSlider.autoPlay("play");
});
_this.state = {
breakpoint: null
};
_this._responsiveMediaHandlers = [];
return _this;
}
_inherits(Slider6, _React$Component);
return _createClass(Slider6, [{
key: "media",
value: function media(query, handler) {
var mql = window.matchMedia(query);
var listener = function listener2(_ref) {
var matches = _ref.matches;
if (matches) {
handler();
}
};
mql.addListener(listener);
listener(mql);
this._responsiveMediaHandlers.push({
mql,
query,
listener
});
}
// handles responsive breakpoints
}, {
key: "componentDidMount",
value: function componentDidMount() {
var _this2 = this;
if (this.props.responsive) {
var breakpoints = this.props.responsive.map(function(breakpt) {
return breakpt.breakpoint;
});
breakpoints.sort(function(x, y) {
return x - y;
});
breakpoints.forEach(function(breakpoint, index3) {
var bQuery;
if (index3 === 0) {
bQuery = (0, import_json2mq.default)({
minWidth: 0,
maxWidth: breakpoint
});
} else {
bQuery = (0, import_json2mq.default)({
minWidth: breakpoints[index3 - 1] + 1,
maxWidth: breakpoint
});
}
canUseDOM() && _this2.media(bQuery, function() {
_this2.setState({
breakpoint
});
});
});
var query = (0, import_json2mq.default)({
minWidth: breakpoints.slice(-1)[0]
});
canUseDOM() && this.media(query, function() {
_this2.setState({
breakpoint: null
});
});
}
}
}, {
key: "componentWillUnmount",
value: function componentWillUnmount() {
this._responsiveMediaHandlers.forEach(function(obj) {
obj.mql.removeListener(obj.listener);
});
}
}, {
key: "render",
value: function render2() {
var _this3 = this;
var settings;
var newProps;
if (this.state.breakpoint) {
newProps = this.props.responsive.filter(function(resp) {
return resp.breakpoint === _this3.state.breakpoint;
});
settings = newProps[0].settings === "unslick" ? "unslick" : _objectSpread2(_objectSpread2(_objectSpread2({}, default_props_default), this.props), newProps[0].settings);
} else {
settings = _objectSpread2(_objectSpread2({}, default_props_default), this.props);
}
if (settings.centerMode) {
if (settings.slidesToScroll > 1 && true) {
console.warn("slidesToScroll should be equal to 1 in centerMode, you are using ".concat(settings.slidesToScroll));
}
settings.slidesToScroll = 1;
}
if (settings.fade) {
if (settings.slidesToShow > 1 && true) {
console.warn("slidesToShow should be equal to 1 when fade is true, you're using ".concat(settings.slidesToShow));
}
if (settings.slidesToScroll > 1 && true) {
console.warn("slidesToScroll should be equal to 1 when fade is true, you're using ".concat(settings.slidesToScroll));
}
settings.slidesToShow = 1;
settings.slidesToScroll = 1;
}
var children = import_react112.default.Children.toArray(this.props.children);
children = children.filter(function(child) {
if (typeof child === "string") {
return !!child.trim();
}
return !!child;
});
if (settings.variableWidth && (settings.rows > 1 || settings.slidesPerRow > 1)) {
console.warn("variableWidth is not supported in case of rows > 1 or slidesPerRow > 1");
settings.variableWidth = false;
}
var newChildren = [];
var currentWidth = null;
for (var i = 0; i < children.length; i += settings.rows * settings.slidesPerRow) {
var newSlide = [];
for (var j = i; j < i + settings.rows * settings.slidesPerRow; j += settings.slidesPerRow) {
var row = [];
for (var k = j; k < j + settings.slidesPerRow; k += 1) {
if (settings.variableWidth && children[k].props.style) {
currentWidth = children[k].props.style.width;
}
if (k >= children.length) break;
row.push(import_react112.default.cloneElement(children[k], {
key: 100 * i + 10 * j + k,
tabIndex: -1,
style: {
width: "".concat(100 / settings.slidesPerRow, "%"),
display: "inline-block"
}
}));
}
newSlide.push(import_react112.default.createElement("div", {
key: 10 * i + j
}, row));
}
if (settings.variableWidth) {
newChildren.push(import_react112.default.createElement("div", {
key: i,
style: {
width: currentWidth
}
}, newSlide));
} else {
newChildren.push(import_react112.default.createElement("div", {
key: i
}, newSlide));
}
}
if (settings === "unslick") {
var className = "regular slider " + (this.props.className || "");
return import_react112.default.createElement("div", {
className
}, children);
} else if (newChildren.length <= settings.slidesToShow && !settings.infinite) {
settings.unslick = true;
}
return import_react112.default.createElement(InnerSlider, _extends({
style: this.props.style,
ref: this.innerSliderRefHandler
}, filterSettings(settings)), newChildren);
}
}]);
}(import_react112.default.Component);
// node_modules/@ant-design/react-slick/es/index.js
var es_default19 = Slider3;
// node_modules/antd/es/carousel/index.js
var import_classnames128 = __toESM(require_classnames());
// node_modules/antd/es/carousel/style/index.js
var DotDuration = "--dot-duration";
var genCarouselStyle = (token2) => {
const {
componentCls,
antCls
} = token2;
return {
[componentCls]: Object.assign(Object.assign({}, resetComponent(token2)), {
".slick-slider": {
position: "relative",
display: "block",
boxSizing: "border-box",
touchAction: "pan-y",
WebkitTouchCallout: "none",
WebkitTapHighlightColor: "transparent",
".slick-track, .slick-list": {
transform: "translate3d(0, 0, 0)",
touchAction: "pan-y"
}
},
".slick-list": {
position: "relative",
display: "block",
margin: 0,
padding: 0,
overflow: "hidden",
"&:focus": {
outline: "none"
},
"&.dragging": {
cursor: "pointer"
},
".slick-slide": {
pointerEvents: "none",
// https://github.com/ant-design/ant-design/issues/23294
[`input${antCls}-radio-input, input${antCls}-checkbox-input`]: {
visibility: "hidden"
},
"&.slick-active": {
pointerEvents: "auto",
[`input${antCls}-radio-input, input${antCls}-checkbox-input`]: {
visibility: "visible"
}
},
// fix Carousel content height not match parent node
// when children is empty node
// https://github.com/ant-design/ant-design/issues/25878
"> div > div": {
verticalAlign: "bottom"
}
}
},
".slick-track": {
position: "relative",
top: 0,
insetInlineStart: 0,
display: "block",
"&::before, &::after": {
display: "table",
content: '""'
},
"&::after": {
clear: "both"
}
},
".slick-slide": {
display: "none",
float: "left",
height: "100%",
minHeight: 1,
img: {
display: "block"
},
"&.dragging img": {
pointerEvents: "none"
}
},
".slick-initialized .slick-slide": {
display: "block"
},
".slick-vertical .slick-slide": {
display: "block",
height: "auto"
}
})
};
};
var genArrowsStyle = (token2) => {
const {
componentCls,
motionDurationSlow,
arrowSize,
arrowOffset
} = token2;
const arrowLength = token2.calc(arrowSize).div(Math.SQRT2).equal();
return {
[componentCls]: {
// Arrows
".slick-prev, .slick-next": {
position: "absolute",
top: "50%",
width: arrowSize,
height: arrowSize,
transform: "translateY(-50%)",
color: "#fff",
opacity: 0.4,
background: "transparent",
padding: 0,
lineHeight: 0,
border: 0,
outline: "none",
cursor: "pointer",
zIndex: 1,
transition: `opacity ${motionDurationSlow}`,
"&:hover, &:focus": {
opacity: 1
},
"&.slick-disabled": {
pointerEvents: "none",
opacity: 0
},
"&::after": {
boxSizing: "border-box",
position: "absolute",
top: token2.calc(arrowSize).sub(arrowLength).div(2).equal(),
insetInlineStart: token2.calc(arrowSize).sub(arrowLength).div(2).equal(),
display: "inline-block",
width: arrowLength,
height: arrowLength,
border: `0 solid currentcolor`,
borderInlineStartWidth: 2,
borderBlockStartWidth: 2,
borderRadius: 1,
content: '""'
}
},
".slick-prev": {
insetInlineStart: arrowOffset,
"&::after": {
transform: "rotate(-45deg)"
}
},
".slick-next": {
insetInlineEnd: arrowOffset,
"&::after": {
transform: "rotate(135deg)"
}
}
}
};
};
var genDotsStyle = (token2) => {
const {
componentCls,
dotOffset,
dotWidth,
dotHeight,
dotGap,
colorBgContainer,
motionDurationSlow
} = token2;
const animation = new Keyframes_default(`${token2.prefixCls}-dot-animation`, {
from: {
width: 0
},
to: {
width: token2.dotActiveWidth
}
});
return {
[componentCls]: {
".slick-dots": {
position: "absolute",
insetInlineEnd: 0,
bottom: 0,
insetInlineStart: 0,
zIndex: 15,
display: "flex !important",
justifyContent: "center",
paddingInlineStart: 0,
margin: 0,
listStyle: "none",
"&-bottom": {
bottom: dotOffset
},
"&-top": {
top: dotOffset,
bottom: "auto"
},
li: {
position: "relative",
display: "inline-block",
flex: "0 1 auto",
boxSizing: "content-box",
width: dotWidth,
height: dotHeight,
marginInline: dotGap,
padding: 0,
textAlign: "center",
textIndent: -999,
verticalAlign: "top",
transition: `all ${motionDurationSlow}`,
borderRadius: dotHeight,
overflow: "hidden",
"&::after": {
display: "block",
position: "absolute",
top: 0,
insetInlineStart: 0,
width: 0,
height: dotHeight,
content: '""',
background: "transparent",
borderRadius: dotHeight,
opacity: 1,
outline: "none",
cursor: "pointer",
overflow: "hidden"
},
button: {
position: "relative",
display: "block",
width: "100%",
height: dotHeight,
padding: 0,
color: "transparent",
fontSize: 0,
background: colorBgContainer,
border: 0,
borderRadius: dotHeight,
outline: "none",
cursor: "pointer",
opacity: 0.2,
transition: `all ${motionDurationSlow}`,
overflow: "hidden",
"&:hover": {
opacity: 0.75
},
"&::after": {
position: "absolute",
inset: token2.calc(dotGap).mul(-1).equal(),
content: '""'
}
},
"&.slick-active": {
width: token2.dotActiveWidth,
position: "relative",
"&:hover": {
opacity: 1
},
"&::after": {
background: colorBgContainer,
animationName: animation,
animationDuration: `var(${DotDuration})`,
animationTimingFunction: "ease-out",
animationFillMode: "forwards"
}
}
}
}
}
};
};
var genCarouselVerticalStyle = (token2) => {
const {
componentCls,
dotOffset,
arrowOffset,
marginXXS
} = token2;
const animation = new Keyframes_default(`${token2.prefixCls}-dot-vertical-animation`, {
from: {
height: 0
},
to: {
height: token2.dotActiveWidth
}
});
const reverseSizeOfDot = {
width: token2.dotHeight,
height: token2.dotWidth
};
return {
[`${componentCls}-vertical`]: {
".slick-prev, .slick-next": {
insetInlineStart: "50%",
marginBlockStart: "unset",
transform: "translateX(-50%)"
},
".slick-prev": {
insetBlockStart: arrowOffset,
insetInlineStart: "50%",
"&::after": {
transform: "rotate(45deg)"
}
},
".slick-next": {
insetBlockStart: "auto",
insetBlockEnd: arrowOffset,
"&::after": {
transform: "rotate(-135deg)"
}
},
".slick-dots": {
top: "50%",
bottom: "auto",
flexDirection: "column",
width: token2.dotHeight,
height: "auto",
margin: 0,
transform: "translateY(-50%)",
"&-left": {
insetInlineEnd: "auto",
insetInlineStart: dotOffset
},
"&-right": {
insetInlineEnd: dotOffset,
insetInlineStart: "auto"
},
li: Object.assign(Object.assign({}, reverseSizeOfDot), {
margin: `${unit2(marginXXS)} 0`,
verticalAlign: "baseline",
button: reverseSizeOfDot,
"&::after": Object.assign(Object.assign({}, reverseSizeOfDot), {
height: 0
}),
"&.slick-active": Object.assign(Object.assign({}, reverseSizeOfDot), {
height: token2.dotActiveWidth,
button: Object.assign(Object.assign({}, reverseSizeOfDot), {
height: token2.dotActiveWidth
}),
"&::after": Object.assign(Object.assign({}, reverseSizeOfDot), {
animationName: animation,
animationDuration: `var(${DotDuration})`,
animationTimingFunction: "ease-out",
animationFillMode: "forwards"
})
})
})
}
}
};
};
var genCarouselRtlStyle = (token2) => {
const {
componentCls
} = token2;
return [{
[`${componentCls}-rtl`]: {
direction: "rtl"
}
}, {
[`${componentCls}-vertical`]: {
".slick-dots": {
[`${componentCls}-rtl&`]: {
flexDirection: "column"
}
}
}
}];
};
var prepareComponentToken26 = (token2) => {
const dotActiveWidth = 24;
return {
arrowSize: 16,
arrowOffset: token2.marginXS,
dotWidth: 16,
dotHeight: 3,
dotGap: token2.marginXXS,
dotOffset: 12,
dotWidthActive: dotActiveWidth,
dotActiveWidth
};
};
var style_default29 = genStyleHooks("Carousel", (token2) => [genCarouselStyle(token2), genArrowsStyle(token2), genDotsStyle(token2), genCarouselVerticalStyle(token2), genCarouselRtlStyle(token2)], prepareComponentToken26, {
deprecatedTokens: [["dotWidthActive", "dotActiveWidth"]]
});
// node_modules/antd/es/carousel/index.js
var __rest40 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var dotsClass = "slick-dots";
var ArrowButton = (_a) => {
var {
currentSlide,
slideCount
} = _a, rest = __rest40(_a, ["currentSlide", "slideCount"]);
return React325.createElement("button", Object.assign({
type: "button"
}, rest));
};
var Carousel = React325.forwardRef((props, ref) => {
const {
dots = true,
arrows = false,
prevArrow,
nextArrow,
draggable = false,
waitForAnimate = false,
dotPosition = "bottom",
vertical = dotPosition === "left" || dotPosition === "right",
rootClassName,
className: customClassName,
style: style2,
id,
autoplay = false,
autoplaySpeed = 3e3,
rtl
} = props, otherProps = __rest40(props, ["dots", "arrows", "prevArrow", "nextArrow", "draggable", "waitForAnimate", "dotPosition", "vertical", "rootClassName", "className", "style", "id", "autoplay", "autoplaySpeed", "rtl"]);
const {
getPrefixCls,
direction,
className: contextClassName,
style: contextStyle
} = useComponentConfig("carousel");
const slickRef = React325.useRef(null);
const goTo = (slide, dontAnimate = false) => {
slickRef.current.slickGoTo(slide, dontAnimate);
};
React325.useImperativeHandle(ref, () => ({
goTo,
autoPlay: slickRef.current.innerSlider.autoPlay,
innerSlider: slickRef.current.innerSlider,
prev: slickRef.current.slickPrev,
next: slickRef.current.slickNext
}), [slickRef.current]);
const {
children,
initialSlide = 0
} = props;
const count = React325.Children.count(children);
const isRTL = (rtl !== null && rtl !== void 0 ? rtl : direction === "rtl") && !vertical;
React325.useEffect(() => {
if (count > 0) {
const newIndex = isRTL ? count - initialSlide - 1 : initialSlide;
goTo(newIndex, false);
}
}, [count, initialSlide, isRTL]);
const newProps = Object.assign({
vertical,
className: (0, import_classnames128.default)(customClassName, contextClassName),
style: Object.assign(Object.assign({}, contextStyle), style2),
autoplay: !!autoplay
}, otherProps);
if (newProps.effect === "fade") {
newProps.fade = true;
}
const prefixCls = getPrefixCls("carousel", newProps.prefixCls);
const enableDots = !!dots;
const dsClass = (0, import_classnames128.default)(dotsClass, `${dotsClass}-${dotPosition}`, typeof dots === "boolean" ? false : dots === null || dots === void 0 ? void 0 : dots.className);
const [wrapCSSVar, hashId, cssVarCls] = style_default29(prefixCls);
const className = (0, import_classnames128.default)(prefixCls, {
[`${prefixCls}-rtl`]: isRTL,
[`${prefixCls}-vertical`]: newProps.vertical
}, hashId, cssVarCls, rootClassName);
const mergedShowDuration = autoplay && (typeof autoplay === "object" ? autoplay.dotDuration : false);
const dotDurationStyle = mergedShowDuration ? {
[DotDuration]: `${autoplaySpeed}ms`
} : {};
return wrapCSSVar(React325.createElement("div", {
className,
id,
style: dotDurationStyle
}, React325.createElement(es_default19, Object.assign({
ref: slickRef
}, newProps, {
dots: enableDots,
dotsClass: dsClass,
arrows,
prevArrow: prevArrow !== null && prevArrow !== void 0 ? prevArrow : React325.createElement(ArrowButton, {
"aria-label": isRTL ? "next" : "prev"
}),
nextArrow: nextArrow !== null && nextArrow !== void 0 ? nextArrow : React325.createElement(ArrowButton, {
"aria-label": isRTL ? "prev" : "next"
}),
draggable,
verticalSwiping: vertical,
autoplaySpeed,
waitForAnimate,
rtl: isRTL
}))));
});
if (true) {
Carousel.displayName = "Carousel";
}
var carousel_default = Carousel;
// node_modules/antd/es/cascader/index.js
var React347 = __toESM(require_react());
var import_classnames134 = __toESM(require_classnames());
// node_modules/rc-cascader/es/Cascader.js
var React342 = __toESM(require_react());
// node_modules/rc-cascader/es/context.js
var React326 = __toESM(require_react());
var CascaderContext = React326.createContext({});
var context_default8 = CascaderContext;
// node_modules/rc-cascader/es/hooks/useSearchOptions.js
var React327 = __toESM(require_react());
var SEARCH_MARK = "__rc_cascader_search_mark__";
var defaultFilter = function defaultFilter2(search, options, _ref) {
var _ref$label = _ref.label, label = _ref$label === void 0 ? "" : _ref$label;
return options.some(function(opt) {
return String(opt[label]).toLowerCase().includes(search.toLowerCase());
});
};
var defaultRender = function defaultRender2(inputValue, path2, prefixCls, fieldNames) {
return path2.map(function(opt) {
return opt[fieldNames.label];
}).join(" / ");
};
var useSearchOptions = function useSearchOptions2(search, options, fieldNames, prefixCls, config, enableHalfPath) {
var _config$filter = config.filter, filter4 = _config$filter === void 0 ? defaultFilter : _config$filter, _config$render = config.render, render2 = _config$render === void 0 ? defaultRender : _config$render, _config$limit = config.limit, limit = _config$limit === void 0 ? 50 : _config$limit, sort = config.sort;
return React327.useMemo(function() {
var filteredOptions = [];
if (!search) {
return [];
}
function dig(list, pathOptions) {
var parentDisabled = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : false;
list.forEach(function(option) {
if (!sort && limit !== false && limit > 0 && filteredOptions.length >= limit) {
return;
}
var connectedPathOptions = [].concat(_toConsumableArray(pathOptions), [option]);
var children = option[fieldNames.children];
var mergedDisabled = parentDisabled || option.disabled;
if (
// If is leaf option
!children || children.length === 0 || // If is changeOnSelect or multiple
enableHalfPath
) {
if (filter4(search, connectedPathOptions, {
label: fieldNames.label
})) {
var _objectSpread22;
filteredOptions.push(_objectSpread2(_objectSpread2({}, option), {}, (_objectSpread22 = {
disabled: mergedDisabled
}, _defineProperty(_objectSpread22, fieldNames.label, render2(search, connectedPathOptions, prefixCls, fieldNames)), _defineProperty(_objectSpread22, SEARCH_MARK, connectedPathOptions), _defineProperty(_objectSpread22, fieldNames.children, void 0), _objectSpread22)));
}
}
if (children) {
dig(option[fieldNames.children], connectedPathOptions, mergedDisabled);
}
});
}
dig(options, []);
if (sort) {
filteredOptions.sort(function(a, b) {
return sort(a[SEARCH_MARK], b[SEARCH_MARK], search, fieldNames);
});
}
return limit !== false && limit > 0 ? filteredOptions.slice(0, limit) : filteredOptions;
}, [search, options, fieldNames, prefixCls, render2, enableHalfPath, filter4, sort, limit]);
};
var useSearchOptions_default = useSearchOptions;
// node_modules/rc-cascader/es/utils/commonUtil.js
var VALUE_SPLIT = "__RC_CASCADER_SPLIT__";
var SHOW_PARENT = "SHOW_PARENT";
var SHOW_CHILD = "SHOW_CHILD";
function toPathKey(value) {
return value.join(VALUE_SPLIT);
}
function toPathKeys(value) {
return value.map(toPathKey);
}
function toPathValueStr(pathKey2) {
return pathKey2.split(VALUE_SPLIT);
}
function fillFieldNames2(fieldNames) {
var _ref = fieldNames || {}, label = _ref.label, value = _ref.value, children = _ref.children;
var val = value || "value";
return {
label: label || "label",
value: val,
key: val,
children: children || "children"
};
}
function isLeaf(option, fieldNames) {
var _option$isLeaf, _option;
return (_option$isLeaf = option.isLeaf) !== null && _option$isLeaf !== void 0 ? _option$isLeaf : !((_option = option[fieldNames.children]) !== null && _option !== void 0 && _option.length);
}
function scrollIntoParentView(element) {
var parent = element.parentElement;
if (!parent) {
return;
}
var elementToParent = element.offsetTop - parent.offsetTop;
if (elementToParent - parent.scrollTop < 0) {
parent.scrollTo({
top: elementToParent
});
} else if (elementToParent + element.offsetHeight - parent.scrollTop > parent.offsetHeight) {
parent.scrollTo({
top: elementToParent + element.offsetHeight - parent.offsetHeight
});
}
}
function getFullPathKeys(options, fieldNames) {
return options.map(function(item) {
var _item$SEARCH_MARK;
return (_item$SEARCH_MARK = item[SEARCH_MARK]) === null || _item$SEARCH_MARK === void 0 ? void 0 : _item$SEARCH_MARK.map(function(opt) {
return opt[fieldNames.value];
});
});
}
function isMultipleValue(value) {
return Array.isArray(value) && Array.isArray(value[0]);
}
function toRawValues(value) {
if (!value) {
return [];
}
if (isMultipleValue(value)) {
return value;
}
return (value.length === 0 ? [] : [value]).map(function(val) {
return Array.isArray(val) ? val : [val];
});
}
// node_modules/rc-cascader/es/utils/treeUtil.js
function formatStrategyValues(pathKeys, getKeyPathEntities, showCheckedStrategy) {
var valueSet = new Set(pathKeys);
var keyPathEntities = getKeyPathEntities();
return pathKeys.filter(function(key) {
var entity = keyPathEntities[key];
var parent = entity ? entity.parent : null;
var children = entity ? entity.children : null;
if (entity && entity.node.disabled) {
return true;
}
return showCheckedStrategy === SHOW_CHILD ? !(children && children.some(function(child) {
return child.key && valueSet.has(child.key);
})) : !(parent && !parent.node.disabled && valueSet.has(parent.key));
});
}
function toPathOptions(valueCells, options, fieldNames) {
var stringMode = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : false;
var currentList = options;
var valueOptions = [];
var _loop = function _loop2() {
var _currentList, _currentList2, _foundOption$fieldNam;
var valueCell = valueCells[i];
var foundIndex = (_currentList = currentList) === null || _currentList === void 0 ? void 0 : _currentList.findIndex(function(option) {
var val = option[fieldNames.value];
return stringMode ? String(val) === String(valueCell) : val === valueCell;
});
var foundOption = foundIndex !== -1 ? (_currentList2 = currentList) === null || _currentList2 === void 0 ? void 0 : _currentList2[foundIndex] : null;
valueOptions.push({
value: (_foundOption$fieldNam = foundOption === null || foundOption === void 0 ? void 0 : foundOption[fieldNames.value]) !== null && _foundOption$fieldNam !== void 0 ? _foundOption$fieldNam : valueCell,
index: foundIndex,
option: foundOption
});
currentList = foundOption === null || foundOption === void 0 ? void 0 : foundOption[fieldNames.children];
};
for (var i = 0; i < valueCells.length; i += 1) {
_loop();
}
return valueOptions;
}
// node_modules/rc-cascader/es/hooks/useDisplayValues.js
var React328 = __toESM(require_react());
var useDisplayValues_default = function(rawValues, options, fieldNames, multiple, displayRender) {
return React328.useMemo(function() {
var mergedDisplayRender = displayRender || // Default displayRender
function(labels) {
var mergedLabels = multiple ? labels.slice(-1) : labels;
var SPLIT3 = " / ";
if (mergedLabels.every(function(label) {
return ["string", "number"].includes(_typeof(label));
})) {
return mergedLabels.join(SPLIT3);
}
return mergedLabels.reduce(function(list, label, index3) {
var keyedLabel = React328.isValidElement(label) ? React328.cloneElement(label, {
key: index3
}) : label;
if (index3 === 0) {
return [keyedLabel];
}
return [].concat(_toConsumableArray(list), [SPLIT3, keyedLabel]);
}, []);
};
return rawValues.map(function(valueCells) {
var _valueOptions;
var valueOptions = toPathOptions(valueCells, options, fieldNames);
var label = mergedDisplayRender(valueOptions.map(function(_ref) {
var _option$fieldNames$la;
var option = _ref.option, value2 = _ref.value;
return (_option$fieldNames$la = option === null || option === void 0 ? void 0 : option[fieldNames.label]) !== null && _option$fieldNames$la !== void 0 ? _option$fieldNames$la : value2;
}), valueOptions.map(function(_ref2) {
var option = _ref2.option;
return option;
}));
var value = toPathKey(valueCells);
return {
label,
value,
key: value,
valueCells,
disabled: (_valueOptions = valueOptions[valueOptions.length - 1]) === null || _valueOptions === void 0 || (_valueOptions = _valueOptions.option) === null || _valueOptions === void 0 ? void 0 : _valueOptions.disabled
};
});
}, [rawValues, options, fieldNames, displayRender, multiple]);
};
// node_modules/rc-cascader/es/hooks/useMissingValues.js
var React329 = __toESM(require_react());
function useMissingValues(options, fieldNames) {
return React329.useCallback(function(rawValues) {
var missingValues = [];
var existsValues = [];
rawValues.forEach(function(valueCell) {
var pathOptions = toPathOptions(valueCell, options, fieldNames);
if (pathOptions.every(function(opt) {
return opt.option;
})) {
existsValues.push(valueCell);
} else {
missingValues.push(valueCell);
}
});
return [existsValues, missingValues];
}, [options, fieldNames]);
}
// node_modules/rc-cascader/es/hooks/useOptions.js
var React331 = __toESM(require_react());
// node_modules/rc-cascader/es/hooks/useEntities.js
var React330 = __toESM(require_react());
// node_modules/rc-tree/es/utils/keyUtil.js
function getEntity(keyEntities, key) {
return keyEntities[key];
}
// node_modules/rc-tree/es/utils/treeUtil.js
var _excluded47 = ["children"];
function getPosition2(level, index3) {
return "".concat(level, "-").concat(index3);
}
function isTreeNode(node2) {
return node2 && node2.type && node2.type.isTreeNode;
}
function getKey4(key, pos) {
if (key !== null && key !== void 0) {
return key;
}
return pos;
}
function fillFieldNames3(fieldNames) {
var _ref = fieldNames || {}, title = _ref.title, _title = _ref._title, key = _ref.key, children = _ref.children;
var mergedTitle = title || "title";
return {
title: mergedTitle,
_title: _title || [mergedTitle],
key: key || "key",
children: children || "children"
};
}
function warningWithoutKey(treeData, fieldNames) {
var keys2 = /* @__PURE__ */ new Map();
function dig(list) {
var path2 = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "";
(list || []).forEach(function(treeNode) {
var key = treeNode[fieldNames.key];
var children = treeNode[fieldNames.children];
warning_default(key !== null && key !== void 0, "Tree node must have a certain key: [".concat(path2).concat(key, "]"));
var recordKey = String(key);
warning_default(!keys2.has(recordKey) || key === null || key === void 0, "Same 'key' exist in the Tree: ".concat(recordKey));
keys2.set(recordKey, true);
dig(children, "".concat(path2).concat(recordKey, " > "));
});
}
dig(treeData);
}
function convertTreeToData(rootNodes) {
function dig(node2) {
var treeNodes = toArray(node2);
return treeNodes.map(function(treeNode) {
if (!isTreeNode(treeNode)) {
warning_default(!treeNode, "Tree/TreeNode can only accept TreeNode as children.");
return null;
}
var key = treeNode.key;
var _treeNode$props = treeNode.props, children = _treeNode$props.children, rest = _objectWithoutProperties(_treeNode$props, _excluded47);
var dataNode = _objectSpread2({
key
}, rest);
var parsedChildren = dig(children);
if (parsedChildren.length) {
dataNode.children = parsedChildren;
}
return dataNode;
}).filter(function(dataNode) {
return dataNode;
});
}
return dig(rootNodes);
}
function flattenTreeData(treeNodeList, expandedKeys, fieldNames) {
var _fillFieldNames = fillFieldNames3(fieldNames), fieldTitles = _fillFieldNames._title, fieldKey = _fillFieldNames.key, fieldChildren = _fillFieldNames.children;
var expandedKeySet = new Set(expandedKeys === true ? [] : expandedKeys);
var flattenList = [];
function dig(list) {
var parent = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : null;
return list.map(function(treeNode, index3) {
var pos = getPosition2(parent ? parent.pos : "0", index3);
var mergedKey = getKey4(treeNode[fieldKey], pos);
var mergedTitle;
for (var i = 0; i < fieldTitles.length; i += 1) {
var fieldTitle = fieldTitles[i];
if (treeNode[fieldTitle] !== void 0) {
mergedTitle = treeNode[fieldTitle];
break;
}
}
var flattenNode = Object.assign(omit(treeNode, [].concat(_toConsumableArray(fieldTitles), [fieldKey, fieldChildren])), {
title: mergedTitle,
key: mergedKey,
parent,
pos,
children: null,
data: treeNode,
isStart: [].concat(_toConsumableArray(parent ? parent.isStart : []), [index3 === 0]),
isEnd: [].concat(_toConsumableArray(parent ? parent.isEnd : []), [index3 === list.length - 1])
});
flattenList.push(flattenNode);
if (expandedKeys === true || expandedKeySet.has(mergedKey)) {
flattenNode.children = dig(treeNode[fieldChildren] || [], flattenNode);
} else {
flattenNode.children = [];
}
return flattenNode;
});
}
dig(treeNodeList);
return flattenList;
}
function traverseDataNodes(dataNodes, callback, config) {
var mergedConfig = {};
if (_typeof(config) === "object") {
mergedConfig = config;
} else {
mergedConfig = {
externalGetKey: config
};
}
mergedConfig = mergedConfig || {};
var _mergedConfig = mergedConfig, childrenPropName = _mergedConfig.childrenPropName, externalGetKey = _mergedConfig.externalGetKey, fieldNames = _mergedConfig.fieldNames;
var _fillFieldNames2 = fillFieldNames3(fieldNames), fieldKey = _fillFieldNames2.key, fieldChildren = _fillFieldNames2.children;
var mergeChildrenPropName = childrenPropName || fieldChildren;
var syntheticGetKey;
if (externalGetKey) {
if (typeof externalGetKey === "string") {
syntheticGetKey = function syntheticGetKey2(node2) {
return node2[externalGetKey];
};
} else if (typeof externalGetKey === "function") {
syntheticGetKey = function syntheticGetKey2(node2) {
return externalGetKey(node2);
};
}
} else {
syntheticGetKey = function syntheticGetKey2(node2, pos) {
return getKey4(node2[fieldKey], pos);
};
}
function processNode(node2, index3, parent, pathNodes) {
var children = node2 ? node2[mergeChildrenPropName] : dataNodes;
var pos = node2 ? getPosition2(parent.pos, index3) : "0";
var connectNodes = node2 ? [].concat(_toConsumableArray(pathNodes), [node2]) : [];
if (node2) {
var key = syntheticGetKey(node2, pos);
var _data = {
node: node2,
index: index3,
pos,
key,
parentPos: parent.node ? parent.pos : null,
level: parent.level + 1,
nodes: connectNodes
};
callback(_data);
}
if (children) {
children.forEach(function(subNode, subIndex) {
processNode(subNode, subIndex, {
node: node2,
pos,
level: parent ? parent.level + 1 : -1
}, connectNodes);
});
}
}
processNode(null);
}
function convertDataToEntities(dataNodes) {
var _ref2 = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, initWrapper = _ref2.initWrapper, processEntity = _ref2.processEntity, onProcessFinished = _ref2.onProcessFinished, externalGetKey = _ref2.externalGetKey, childrenPropName = _ref2.childrenPropName, fieldNames = _ref2.fieldNames;
var legacyExternalGetKey = arguments.length > 2 ? arguments[2] : void 0;
var mergedExternalGetKey = externalGetKey || legacyExternalGetKey;
var posEntities = {};
var keyEntities = {};
var wrapper = {
posEntities,
keyEntities
};
if (initWrapper) {
wrapper = initWrapper(wrapper) || wrapper;
}
traverseDataNodes(dataNodes, function(item) {
var node2 = item.node, index3 = item.index, pos = item.pos, key = item.key, parentPos = item.parentPos, level = item.level, nodes = item.nodes;
var entity = {
node: node2,
nodes,
index: index3,
key,
pos,
level
};
var mergedKey = getKey4(key, pos);
posEntities[pos] = entity;
keyEntities[mergedKey] = entity;
entity.parent = posEntities[parentPos];
if (entity.parent) {
entity.parent.children = entity.parent.children || [];
entity.parent.children.push(entity);
}
if (processEntity) {
processEntity(entity, wrapper);
}
}, {
externalGetKey: mergedExternalGetKey,
childrenPropName,
fieldNames
});
if (onProcessFinished) {
onProcessFinished(wrapper);
}
return wrapper;
}
function getTreeNodeProps(key, _ref3) {
var expandedKeys = _ref3.expandedKeys, selectedKeys = _ref3.selectedKeys, loadedKeys = _ref3.loadedKeys, loadingKeys = _ref3.loadingKeys, checkedKeys = _ref3.checkedKeys, halfCheckedKeys = _ref3.halfCheckedKeys, dragOverNodeKey = _ref3.dragOverNodeKey, dropPosition = _ref3.dropPosition, keyEntities = _ref3.keyEntities;
var entity = getEntity(keyEntities, key);
var treeNodeProps = {
eventKey: key,
expanded: expandedKeys.indexOf(key) !== -1,
selected: selectedKeys.indexOf(key) !== -1,
loaded: loadedKeys.indexOf(key) !== -1,
loading: loadingKeys.indexOf(key) !== -1,
checked: checkedKeys.indexOf(key) !== -1,
halfChecked: halfCheckedKeys.indexOf(key) !== -1,
pos: String(entity ? entity.pos : ""),
// [Legacy] Drag props
// Since the interaction of drag is changed, the semantic of the props are
// not accuracy, I think it should be finally removed
dragOver: dragOverNodeKey === key && dropPosition === 0,
dragOverGapTop: dragOverNodeKey === key && dropPosition === -1,
dragOverGapBottom: dragOverNodeKey === key && dropPosition === 1
};
return treeNodeProps;
}
function convertNodePropsToEventData(props) {
var data = props.data, expanded = props.expanded, selected = props.selected, checked = props.checked, loaded = props.loaded, loading = props.loading, halfChecked = props.halfChecked, dragOver = props.dragOver, dragOverGapTop = props.dragOverGapTop, dragOverGapBottom = props.dragOverGapBottom, pos = props.pos, active = props.active, eventKey = props.eventKey;
var eventData = _objectSpread2(_objectSpread2({}, data), {}, {
expanded,
selected,
checked,
loaded,
loading,
halfChecked,
dragOver,
dragOverGapTop,
dragOverGapBottom,
pos,
active,
key: eventKey
});
if (!("props" in eventData)) {
Object.defineProperty(eventData, "props", {
get: function get2() {
warning_default(false, "Second param return from event is node data instead of TreeNode instance. Please read value directly instead of reading from `props`.");
return props;
}
});
}
return eventData;
}
// node_modules/rc-cascader/es/hooks/useEntities.js
var useEntities_default = function(options, fieldNames) {
var cacheRef = React330.useRef({
options: [],
info: {
keyEntities: {},
pathKeyEntities: {}
}
});
var getEntities = React330.useCallback(function() {
if (cacheRef.current.options !== options) {
cacheRef.current.options = options;
cacheRef.current.info = convertDataToEntities(options, {
fieldNames,
initWrapper: function initWrapper(wrapper) {
return _objectSpread2(_objectSpread2({}, wrapper), {}, {
pathKeyEntities: {}
});
},
processEntity: function processEntity(entity, wrapper) {
var pathKey2 = entity.nodes.map(function(node2) {
return node2[fieldNames.value];
}).join(VALUE_SPLIT);
wrapper.pathKeyEntities[pathKey2] = entity;
entity.key = pathKey2;
}
});
}
return cacheRef.current.info.pathKeyEntities;
}, [fieldNames, options]);
return getEntities;
};
// node_modules/rc-cascader/es/hooks/useOptions.js
function useOptions3(mergedFieldNames, options) {
var mergedOptions = React331.useMemo(function() {
return options || [];
}, [options]);
var getPathKeyEntities = useEntities_default(mergedOptions, mergedFieldNames);
var getValueByKeyPath = React331.useCallback(function(pathKeys) {
var keyPathEntities = getPathKeyEntities();
return pathKeys.map(function(pathKey2) {
var nodes = keyPathEntities[pathKey2].nodes;
return nodes.map(function(node2) {
return node2[mergedFieldNames.value];
});
});
}, [getPathKeyEntities, mergedFieldNames]);
return [mergedOptions, getPathKeyEntities, getValueByKeyPath];
}
// node_modules/rc-cascader/es/hooks/useSearchConfig.js
var React332 = __toESM(require_react());
function useSearchConfig(showSearch) {
return React332.useMemo(function() {
if (!showSearch) {
return [false, {}];
}
var searchConfig = {
matchInputWidth: true,
limit: 50
};
if (showSearch && _typeof(showSearch) === "object") {
searchConfig = _objectSpread2(_objectSpread2({}, searchConfig), showSearch);
}
if (searchConfig.limit <= 0) {
searchConfig.limit = false;
if (true) {
warning_default(false, "'limit' of showSearch should be positive number or false.");
}
}
return [true, searchConfig];
}, [showSearch]);
}
// node_modules/rc-tree/es/utils/conductUtil.js
function removeFromCheckedKeys(halfCheckedKeys, checkedKeys) {
var filteredKeys = /* @__PURE__ */ new Set();
halfCheckedKeys.forEach(function(key) {
if (!checkedKeys.has(key)) {
filteredKeys.add(key);
}
});
return filteredKeys;
}
function isCheckDisabled(node2) {
var _ref = node2 || {}, disabled = _ref.disabled, disableCheckbox = _ref.disableCheckbox, checkable = _ref.checkable;
return !!(disabled || disableCheckbox) || checkable === false;
}
function fillConductCheck(keys2, levelEntities, maxLevel, syntheticGetCheckDisabled) {
var checkedKeys = new Set(keys2);
var halfCheckedKeys = /* @__PURE__ */ new Set();
for (var level = 0; level <= maxLevel; level += 1) {
var entities = levelEntities.get(level) || /* @__PURE__ */ new Set();
entities.forEach(function(entity) {
var key = entity.key, node2 = entity.node, _entity$children = entity.children, children = _entity$children === void 0 ? [] : _entity$children;
if (checkedKeys.has(key) && !syntheticGetCheckDisabled(node2)) {
children.filter(function(childEntity) {
return !syntheticGetCheckDisabled(childEntity.node);
}).forEach(function(childEntity) {
checkedKeys.add(childEntity.key);
});
}
});
}
var visitedKeys = /* @__PURE__ */ new Set();
for (var _level = maxLevel; _level >= 0; _level -= 1) {
var _entities = levelEntities.get(_level) || /* @__PURE__ */ new Set();
_entities.forEach(function(entity) {
var parent = entity.parent, node2 = entity.node;
if (syntheticGetCheckDisabled(node2) || !entity.parent || visitedKeys.has(entity.parent.key)) {
return;
}
if (syntheticGetCheckDisabled(entity.parent.node)) {
visitedKeys.add(parent.key);
return;
}
var allChecked = true;
var partialChecked = false;
(parent.children || []).filter(function(childEntity) {
return !syntheticGetCheckDisabled(childEntity.node);
}).forEach(function(_ref2) {
var key = _ref2.key;
var checked = checkedKeys.has(key);
if (allChecked && !checked) {
allChecked = false;
}
if (!partialChecked && (checked || halfCheckedKeys.has(key))) {
partialChecked = true;
}
});
if (allChecked) {
checkedKeys.add(parent.key);
}
if (partialChecked) {
halfCheckedKeys.add(parent.key);
}
visitedKeys.add(parent.key);
});
}
return {
checkedKeys: Array.from(checkedKeys),
halfCheckedKeys: Array.from(removeFromCheckedKeys(halfCheckedKeys, checkedKeys))
};
}
function cleanConductCheck(keys2, halfKeys, levelEntities, maxLevel, syntheticGetCheckDisabled) {
var checkedKeys = new Set(keys2);
var halfCheckedKeys = new Set(halfKeys);
for (var level = 0; level <= maxLevel; level += 1) {
var entities = levelEntities.get(level) || /* @__PURE__ */ new Set();
entities.forEach(function(entity) {
var key = entity.key, node2 = entity.node, _entity$children2 = entity.children, children = _entity$children2 === void 0 ? [] : _entity$children2;
if (!checkedKeys.has(key) && !halfCheckedKeys.has(key) && !syntheticGetCheckDisabled(node2)) {
children.filter(function(childEntity) {
return !syntheticGetCheckDisabled(childEntity.node);
}).forEach(function(childEntity) {
checkedKeys.delete(childEntity.key);
});
}
});
}
halfCheckedKeys = /* @__PURE__ */ new Set();
var visitedKeys = /* @__PURE__ */ new Set();
for (var _level2 = maxLevel; _level2 >= 0; _level2 -= 1) {
var _entities2 = levelEntities.get(_level2) || /* @__PURE__ */ new Set();
_entities2.forEach(function(entity) {
var parent = entity.parent, node2 = entity.node;
if (syntheticGetCheckDisabled(node2) || !entity.parent || visitedKeys.has(entity.parent.key)) {
return;
}
if (syntheticGetCheckDisabled(entity.parent.node)) {
visitedKeys.add(parent.key);
return;
}
var allChecked = true;
var partialChecked = false;
(parent.children || []).filter(function(childEntity) {
return !syntheticGetCheckDisabled(childEntity.node);
}).forEach(function(_ref3) {
var key = _ref3.key;
var checked = checkedKeys.has(key);
if (allChecked && !checked) {
allChecked = false;
}
if (!partialChecked && (checked || halfCheckedKeys.has(key))) {
partialChecked = true;
}
});
if (!allChecked) {
checkedKeys.delete(parent.key);
}
if (partialChecked) {
halfCheckedKeys.add(parent.key);
}
visitedKeys.add(parent.key);
});
}
return {
checkedKeys: Array.from(checkedKeys),
halfCheckedKeys: Array.from(removeFromCheckedKeys(halfCheckedKeys, checkedKeys))
};
}
function conductCheck(keyList, checked, keyEntities, getCheckDisabled) {
var warningMissKeys = [];
var syntheticGetCheckDisabled;
if (getCheckDisabled) {
syntheticGetCheckDisabled = getCheckDisabled;
} else {
syntheticGetCheckDisabled = isCheckDisabled;
}
var keys2 = new Set(keyList.filter(function(key) {
var hasEntity = !!getEntity(keyEntities, key);
if (!hasEntity) {
warningMissKeys.push(key);
}
return hasEntity;
}));
var levelEntities = /* @__PURE__ */ new Map();
var maxLevel = 0;
Object.keys(keyEntities).forEach(function(key) {
var entity = keyEntities[key];
var level = entity.level;
var levelSet = levelEntities.get(level);
if (!levelSet) {
levelSet = /* @__PURE__ */ new Set();
levelEntities.set(level, levelSet);
}
levelSet.add(entity);
maxLevel = Math.max(maxLevel, level);
});
warning_default(!warningMissKeys.length, "Tree missing follow keys: ".concat(warningMissKeys.slice(0, 100).map(function(key) {
return "'".concat(key, "'");
}).join(", ")));
var result;
if (checked === true) {
result = fillConductCheck(keys2, levelEntities, maxLevel, syntheticGetCheckDisabled);
} else {
result = cleanConductCheck(keys2, checked.halfCheckedKeys, levelEntities, maxLevel, syntheticGetCheckDisabled);
}
return result;
}
// node_modules/rc-cascader/es/hooks/useSelect.js
function useSelect(multiple, triggerChange, checkedValues, halfCheckedValues, missingCheckedValues, getPathKeyEntities, getValueByKeyPath, showCheckedStrategy) {
return function(valuePath) {
if (!multiple) {
triggerChange(valuePath);
} else {
var pathKey2 = toPathKey(valuePath);
var checkedPathKeys = toPathKeys(checkedValues);
var halfCheckedPathKeys = toPathKeys(halfCheckedValues);
var existInChecked = checkedPathKeys.includes(pathKey2);
var existInMissing = missingCheckedValues.some(function(valueCells) {
return toPathKey(valueCells) === pathKey2;
});
var nextCheckedValues = checkedValues;
var nextMissingValues = missingCheckedValues;
if (existInMissing && !existInChecked) {
nextMissingValues = missingCheckedValues.filter(function(valueCells) {
return toPathKey(valueCells) !== pathKey2;
});
} else {
var nextRawCheckedKeys = existInChecked ? checkedPathKeys.filter(function(key) {
return key !== pathKey2;
}) : [].concat(_toConsumableArray(checkedPathKeys), [pathKey2]);
var pathKeyEntities = getPathKeyEntities();
var checkedKeys;
if (existInChecked) {
var _conductCheck = conductCheck(nextRawCheckedKeys, {
checked: false,
halfCheckedKeys: halfCheckedPathKeys
}, pathKeyEntities);
checkedKeys = _conductCheck.checkedKeys;
} else {
var _conductCheck2 = conductCheck(nextRawCheckedKeys, true, pathKeyEntities);
checkedKeys = _conductCheck2.checkedKeys;
}
var deDuplicatedKeys = formatStrategyValues(checkedKeys, getPathKeyEntities, showCheckedStrategy);
nextCheckedValues = getValueByKeyPath(deDuplicatedKeys);
}
triggerChange([].concat(_toConsumableArray(nextMissingValues), _toConsumableArray(nextCheckedValues)));
}
};
}
// node_modules/rc-cascader/es/hooks/useValues.js
var React333 = __toESM(require_react());
function useValues(multiple, rawValues, getPathKeyEntities, getValueByKeyPath, getMissingValues) {
return React333.useMemo(function() {
var _getMissingValues = getMissingValues(rawValues), _getMissingValues2 = _slicedToArray(_getMissingValues, 2), existValues = _getMissingValues2[0], missingValues = _getMissingValues2[1];
if (!multiple || !rawValues.length) {
return [existValues, [], missingValues];
}
var keyPathValues = toPathKeys(existValues);
var keyPathEntities = getPathKeyEntities();
var _conductCheck = conductCheck(keyPathValues, true, keyPathEntities), checkedKeys = _conductCheck.checkedKeys, halfCheckedKeys = _conductCheck.halfCheckedKeys;
return [getValueByKeyPath(checkedKeys), getValueByKeyPath(halfCheckedKeys), missingValues];
}, [multiple, rawValues, getPathKeyEntities, getValueByKeyPath, getMissingValues]);
}
// node_modules/rc-cascader/es/OptionList/index.js
var React340 = __toESM(require_react());
// node_modules/rc-cascader/es/OptionList/List.js
var import_classnames131 = __toESM(require_classnames());
var React339 = __toESM(require_react());
// node_modules/rc-cascader/es/OptionList/CacheContent.js
var React334 = __toESM(require_react());
var CacheContent = React334.memo(function(_ref) {
var children = _ref.children;
return children;
}, function(_, next2) {
return !next2.open;
});
if (true) {
CacheContent.displayName = "CacheContent";
}
var CacheContent_default = CacheContent;
// node_modules/rc-cascader/es/OptionList/Column.js
var import_classnames130 = __toESM(require_classnames());
var React336 = __toESM(require_react());
// node_modules/rc-cascader/es/OptionList/Checkbox.js
var React335 = __toESM(require_react());
var import_classnames129 = __toESM(require_classnames());
function Checkbox2(_ref) {
var _classNames;
var prefixCls = _ref.prefixCls, checked = _ref.checked, halfChecked = _ref.halfChecked, disabled = _ref.disabled, onClick = _ref.onClick, disableCheckbox = _ref.disableCheckbox;
var _React$useContext = React335.useContext(context_default8), checkable = _React$useContext.checkable;
var customCheckbox = typeof checkable !== "boolean" ? checkable : null;
return React335.createElement("span", {
className: (0, import_classnames129.default)("".concat(prefixCls), (_classNames = {}, _defineProperty(_classNames, "".concat(prefixCls, "-checked"), checked), _defineProperty(_classNames, "".concat(prefixCls, "-indeterminate"), !checked && halfChecked), _defineProperty(_classNames, "".concat(prefixCls, "-disabled"), disabled || disableCheckbox), _classNames)),
onClick
}, customCheckbox);
}
// node_modules/rc-cascader/es/OptionList/Column.js
var FIX_LABEL = "__cascader_fix_label__";
function Column(_ref) {
var prefixCls = _ref.prefixCls, multiple = _ref.multiple, options = _ref.options, activeValue = _ref.activeValue, prevValuePath = _ref.prevValuePath, onToggleOpen = _ref.onToggleOpen, onSelect = _ref.onSelect, onActive = _ref.onActive, checkedSet = _ref.checkedSet, halfCheckedSet = _ref.halfCheckedSet, loadingKeys = _ref.loadingKeys, isSelectable = _ref.isSelectable, propsDisabled = _ref.disabled;
var menuPrefixCls = "".concat(prefixCls, "-menu");
var menuItemPrefixCls = "".concat(prefixCls, "-menu-item");
var _React$useContext = React336.useContext(context_default8), fieldNames = _React$useContext.fieldNames, changeOnSelect = _React$useContext.changeOnSelect, expandTrigger = _React$useContext.expandTrigger, expandIcon = _React$useContext.expandIcon, loadingIcon = _React$useContext.loadingIcon, dropdownMenuColumnStyle = _React$useContext.dropdownMenuColumnStyle, optionRender = _React$useContext.optionRender;
var hoverOpen = expandTrigger === "hover";
var isOptionDisabled = function isOptionDisabled2(disabled) {
return propsDisabled || disabled;
};
var optionInfoList = React336.useMemo(function() {
return options.map(function(option) {
var _option$FIX_LABEL;
var disabled = option.disabled, disableCheckbox = option.disableCheckbox;
var searchOptions = option[SEARCH_MARK];
var label = (_option$FIX_LABEL = option[FIX_LABEL]) !== null && _option$FIX_LABEL !== void 0 ? _option$FIX_LABEL : option[fieldNames.label];
var value = option[fieldNames.value];
var isMergedLeaf = isLeaf(option, fieldNames);
var fullPath = searchOptions ? searchOptions.map(function(opt) {
return opt[fieldNames.value];
}) : [].concat(_toConsumableArray(prevValuePath), [value]);
var fullPathKey = toPathKey(fullPath);
var isLoading = loadingKeys.includes(fullPathKey);
var checked = checkedSet.has(fullPathKey);
var halfChecked = halfCheckedSet.has(fullPathKey);
return {
disabled,
label,
value,
isLeaf: isMergedLeaf,
isLoading,
checked,
halfChecked,
option,
disableCheckbox,
fullPath,
fullPathKey
};
});
}, [options, checkedSet, fieldNames, halfCheckedSet, loadingKeys, prevValuePath]);
return React336.createElement("ul", {
className: menuPrefixCls,
role: "menu"
}, optionInfoList.map(function(_ref2) {
var _classNames;
var disabled = _ref2.disabled, label = _ref2.label, value = _ref2.value, isMergedLeaf = _ref2.isLeaf, isLoading = _ref2.isLoading, checked = _ref2.checked, halfChecked = _ref2.halfChecked, option = _ref2.option, fullPath = _ref2.fullPath, fullPathKey = _ref2.fullPathKey, disableCheckbox = _ref2.disableCheckbox;
var triggerOpenPath = function triggerOpenPath2() {
if (isOptionDisabled(disabled)) {
return;
}
var nextValueCells = _toConsumableArray(fullPath);
if (hoverOpen && isMergedLeaf) {
nextValueCells.pop();
}
onActive(nextValueCells);
};
var triggerSelect = function triggerSelect2() {
if (isSelectable(option) && !isOptionDisabled(disabled)) {
onSelect(fullPath, isMergedLeaf);
}
};
var title;
if (typeof option.title === "string") {
title = option.title;
} else if (typeof label === "string") {
title = label;
}
return React336.createElement("li", {
key: fullPathKey,
className: (0, import_classnames130.default)(menuItemPrefixCls, (_classNames = {}, _defineProperty(_classNames, "".concat(menuItemPrefixCls, "-expand"), !isMergedLeaf), _defineProperty(_classNames, "".concat(menuItemPrefixCls, "-active"), activeValue === value || activeValue === fullPathKey), _defineProperty(_classNames, "".concat(menuItemPrefixCls, "-disabled"), isOptionDisabled(disabled)), _defineProperty(_classNames, "".concat(menuItemPrefixCls, "-loading"), isLoading), _classNames)),
style: dropdownMenuColumnStyle,
role: "menuitemcheckbox",
title,
"aria-checked": checked,
"data-path-key": fullPathKey,
onClick: function onClick() {
triggerOpenPath();
if (disableCheckbox) {
return;
}
if (!multiple || isMergedLeaf) {
triggerSelect();
}
},
onDoubleClick: function onDoubleClick() {
if (changeOnSelect) {
onToggleOpen(false);
}
},
onMouseEnter: function onMouseEnter() {
if (hoverOpen) {
triggerOpenPath();
}
},
onMouseDown: function onMouseDown(e3) {
e3.preventDefault();
}
}, multiple && React336.createElement(Checkbox2, {
prefixCls: "".concat(prefixCls, "-checkbox"),
checked,
halfChecked,
disabled: isOptionDisabled(disabled) || disableCheckbox,
disableCheckbox,
onClick: function onClick(e3) {
if (disableCheckbox) {
return;
}
e3.stopPropagation();
triggerSelect();
}
}), React336.createElement("div", {
className: "".concat(menuItemPrefixCls, "-content")
}, optionRender ? optionRender(option) : label), !isLoading && expandIcon && !isMergedLeaf && React336.createElement("div", {
className: "".concat(menuItemPrefixCls, "-expand-icon")
}, expandIcon), isLoading && loadingIcon && React336.createElement("div", {
className: "".concat(menuItemPrefixCls, "-loading-icon")
}, loadingIcon));
}));
}
// node_modules/rc-cascader/es/OptionList/useActive.js
var React337 = __toESM(require_react());
var useActive2 = function useActive3(multiple, open3) {
var _React$useContext = React337.useContext(context_default8), values = _React$useContext.values;
var firstValueCells = values[0];
var _React$useState = React337.useState([]), _React$useState2 = _slicedToArray(_React$useState, 2), activeValueCells = _React$useState2[0], setActiveValueCells = _React$useState2[1];
React337.useEffect(
function() {
if (!multiple) {
setActiveValueCells(firstValueCells || []);
}
},
/* eslint-disable react-hooks/exhaustive-deps */
[open3, firstValueCells]
/* eslint-enable react-hooks/exhaustive-deps */
);
return [activeValueCells, setActiveValueCells];
};
var useActive_default = useActive2;
// node_modules/rc-cascader/es/OptionList/useKeyboard.js
var React338 = __toESM(require_react());
var useKeyboard_default = function(ref, options, fieldNames, activeValueCells, setActiveValueCells, onKeyBoardSelect, contextProps) {
var direction = contextProps.direction, searchValue = contextProps.searchValue, toggleOpen = contextProps.toggleOpen, open3 = contextProps.open;
var rtl = direction === "rtl";
var _React$useMemo = React338.useMemo(function() {
var activeIndex = -1;
var currentOptions = options;
var mergedActiveIndexes = [];
var mergedActiveValueCells = [];
var len = activeValueCells.length;
var pathKeys = getFullPathKeys(options, fieldNames);
var _loop = function _loop2(i2) {
var nextActiveIndex = currentOptions.findIndex(function(option, index3) {
return (pathKeys[index3] ? toPathKey(pathKeys[index3]) : option[fieldNames.value]) === activeValueCells[i2];
});
if (nextActiveIndex === -1) {
return 1;
}
activeIndex = nextActiveIndex;
mergedActiveIndexes.push(activeIndex);
mergedActiveValueCells.push(activeValueCells[i2]);
currentOptions = currentOptions[activeIndex][fieldNames.children];
};
for (var i = 0; i < len && currentOptions; i += 1) {
if (_loop(i)) break;
}
var activeOptions = options;
for (var _i = 0; _i < mergedActiveIndexes.length - 1; _i += 1) {
activeOptions = activeOptions[mergedActiveIndexes[_i]][fieldNames.children];
}
return [mergedActiveValueCells, activeIndex, activeOptions, pathKeys];
}, [activeValueCells, fieldNames, options]), _React$useMemo2 = _slicedToArray(_React$useMemo, 4), validActiveValueCells = _React$useMemo2[0], lastActiveIndex = _React$useMemo2[1], lastActiveOptions = _React$useMemo2[2], fullPathKeys = _React$useMemo2[3];
var internalSetActiveValueCells = function internalSetActiveValueCells2(next2) {
setActiveValueCells(next2);
};
var offsetActiveOption = function offsetActiveOption2(offset3) {
var len = lastActiveOptions.length;
var currentIndex = lastActiveIndex;
if (currentIndex === -1 && offset3 < 0) {
currentIndex = len;
}
for (var i = 0; i < len; i += 1) {
currentIndex = (currentIndex + offset3 + len) % len;
var _option = lastActiveOptions[currentIndex];
if (_option && !_option.disabled) {
var nextActiveCells = validActiveValueCells.slice(0, -1).concat(fullPathKeys[currentIndex] ? toPathKey(fullPathKeys[currentIndex]) : _option[fieldNames.value]);
internalSetActiveValueCells(nextActiveCells);
return;
}
}
};
var prevColumn = function prevColumn2() {
if (validActiveValueCells.length > 1) {
var nextActiveCells = validActiveValueCells.slice(0, -1);
internalSetActiveValueCells(nextActiveCells);
} else {
toggleOpen(false);
}
};
var nextColumn = function nextColumn2() {
var _lastActiveOptions$la;
var nextOptions = ((_lastActiveOptions$la = lastActiveOptions[lastActiveIndex]) === null || _lastActiveOptions$la === void 0 ? void 0 : _lastActiveOptions$la[fieldNames.children]) || [];
var nextOption = nextOptions.find(function(option) {
return !option.disabled;
});
if (nextOption) {
var nextActiveCells = [].concat(_toConsumableArray(validActiveValueCells), [nextOption[fieldNames.value]]);
internalSetActiveValueCells(nextActiveCells);
}
};
React338.useImperativeHandle(ref, function() {
return {
// scrollTo: treeRef.current?.scrollTo,
onKeyDown: function onKeyDown2(event) {
var which = event.which;
switch (which) {
case KeyCode_default.UP:
case KeyCode_default.DOWN: {
var offset3 = 0;
if (which === KeyCode_default.UP) {
offset3 = -1;
} else if (which === KeyCode_default.DOWN) {
offset3 = 1;
}
if (offset3 !== 0) {
offsetActiveOption(offset3);
}
break;
}
case KeyCode_default.LEFT: {
if (searchValue) {
break;
}
if (rtl) {
nextColumn();
} else {
prevColumn();
}
break;
}
case KeyCode_default.RIGHT: {
if (searchValue) {
break;
}
if (rtl) {
prevColumn();
} else {
nextColumn();
}
break;
}
case KeyCode_default.BACKSPACE: {
if (!searchValue) {
prevColumn();
}
break;
}
case KeyCode_default.ENTER: {
if (validActiveValueCells.length) {
var _option2 = lastActiveOptions[lastActiveIndex];
var originOptions = (_option2 === null || _option2 === void 0 ? void 0 : _option2[SEARCH_MARK]) || [];
if (originOptions.length) {
onKeyBoardSelect(originOptions.map(function(opt) {
return opt[fieldNames.value];
}), originOptions[originOptions.length - 1]);
} else {
onKeyBoardSelect(validActiveValueCells, lastActiveOptions[lastActiveIndex]);
}
}
break;
}
case KeyCode_default.ESC: {
toggleOpen(false);
if (open3) {
event.stopPropagation();
}
}
}
},
onKeyUp: function onKeyUp() {
}
};
});
};
// node_modules/rc-cascader/es/OptionList/List.js
var RawOptionList = React339.forwardRef(function(props, ref) {
var _optionColumns$, _ref3, _classNames;
var prefixCls = props.prefixCls, multiple = props.multiple, searchValue = props.searchValue, toggleOpen = props.toggleOpen, notFoundContent = props.notFoundContent, direction = props.direction, open3 = props.open, disabled = props.disabled;
var containerRef = React339.useRef(null);
var rtl = direction === "rtl";
var _React$useContext = React339.useContext(context_default8), options = _React$useContext.options, values = _React$useContext.values, halfValues = _React$useContext.halfValues, fieldNames = _React$useContext.fieldNames, changeOnSelect = _React$useContext.changeOnSelect, onSelect = _React$useContext.onSelect, searchOptions = _React$useContext.searchOptions, dropdownPrefixCls = _React$useContext.dropdownPrefixCls, loadData = _React$useContext.loadData, expandTrigger = _React$useContext.expandTrigger;
var mergedPrefixCls = dropdownPrefixCls || prefixCls;
var _React$useState = React339.useState([]), _React$useState2 = _slicedToArray(_React$useState, 2), loadingKeys = _React$useState2[0], setLoadingKeys = _React$useState2[1];
var internalLoadData = function internalLoadData2(valueCells) {
if (!loadData || searchValue) {
return;
}
var optionList = toPathOptions(valueCells, options, fieldNames);
var rawOptions = optionList.map(function(_ref) {
var option = _ref.option;
return option;
});
var lastOption = rawOptions[rawOptions.length - 1];
if (lastOption && !isLeaf(lastOption, fieldNames)) {
var pathKey2 = toPathKey(valueCells);
setLoadingKeys(function(keys2) {
return [].concat(_toConsumableArray(keys2), [pathKey2]);
});
loadData(rawOptions);
}
};
React339.useEffect(function() {
if (loadingKeys.length) {
loadingKeys.forEach(function(loadingKey) {
var valueStrCells = toPathValueStr(loadingKey);
var optionList = toPathOptions(valueStrCells, options, fieldNames, true).map(function(_ref2) {
var option = _ref2.option;
return option;
});
var lastOption = optionList[optionList.length - 1];
if (!lastOption || lastOption[fieldNames.children] || isLeaf(lastOption, fieldNames)) {
setLoadingKeys(function(keys2) {
return keys2.filter(function(key) {
return key !== loadingKey;
});
});
}
});
}
}, [options, loadingKeys, fieldNames]);
var checkedSet = React339.useMemo(function() {
return new Set(toPathKeys(values));
}, [values]);
var halfCheckedSet = React339.useMemo(function() {
return new Set(toPathKeys(halfValues));
}, [halfValues]);
var _useActive = useActive_default(multiple, open3), _useActive2 = _slicedToArray(_useActive, 2), activeValueCells = _useActive2[0], setActiveValueCells = _useActive2[1];
var onPathOpen = function onPathOpen2(nextValueCells) {
setActiveValueCells(nextValueCells);
internalLoadData(nextValueCells);
};
var isSelectable = function isSelectable2(option) {
if (disabled) {
return false;
}
var optionDisabled = option.disabled;
var isMergedLeaf = isLeaf(option, fieldNames);
return !optionDisabled && (isMergedLeaf || changeOnSelect || multiple);
};
var onPathSelect = function onPathSelect2(valuePath, leaf) {
var fromKeyboard = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : false;
onSelect(valuePath);
if (!multiple && (leaf || changeOnSelect && (expandTrigger === "hover" || fromKeyboard))) {
toggleOpen(false);
}
};
var mergedOptions = React339.useMemo(function() {
if (searchValue) {
return searchOptions;
}
return options;
}, [searchValue, searchOptions, options]);
var optionColumns = React339.useMemo(function() {
var optionList = [{
options: mergedOptions
}];
var currentList = mergedOptions;
var fullPathKeys = getFullPathKeys(currentList, fieldNames);
var _loop = function _loop2() {
var activeValueCell = activeValueCells[i];
var currentOption = currentList.find(function(option, index3) {
return (fullPathKeys[index3] ? toPathKey(fullPathKeys[index3]) : option[fieldNames.value]) === activeValueCell;
});
var subOptions = currentOption === null || currentOption === void 0 ? void 0 : currentOption[fieldNames.children];
if (!(subOptions !== null && subOptions !== void 0 && subOptions.length)) {
return 1;
}
currentList = subOptions;
optionList.push({
options: subOptions
});
};
for (var i = 0; i < activeValueCells.length; i += 1) {
if (_loop()) break;
}
return optionList;
}, [mergedOptions, activeValueCells, fieldNames]);
var onKeyboardSelect = function onKeyboardSelect2(selectValueCells, option) {
if (isSelectable(option)) {
onPathSelect(selectValueCells, isLeaf(option, fieldNames), true);
}
};
useKeyboard_default(ref, mergedOptions, fieldNames, activeValueCells, onPathOpen, onKeyboardSelect, {
direction,
searchValue,
toggleOpen,
open: open3
});
React339.useEffect(function() {
if (searchValue) {
return;
}
for (var i = 0; i < activeValueCells.length; i += 1) {
var _containerRef$current;
var cellPath = activeValueCells.slice(0, i + 1);
var cellKeyPath = toPathKey(cellPath);
var ele = (_containerRef$current = containerRef.current) === null || _containerRef$current === void 0 ? void 0 : _containerRef$current.querySelector(
'li[data-path-key="'.concat(cellKeyPath.replace(/\\{0,2}"/g, '\\"'), '"]')
// matches unescaped double quotes
);
if (ele) {
scrollIntoParentView(ele);
}
}
}, [activeValueCells, searchValue]);
var isEmpty2 = !((_optionColumns$ = optionColumns[0]) !== null && _optionColumns$ !== void 0 && (_optionColumns$ = _optionColumns$.options) !== null && _optionColumns$ !== void 0 && _optionColumns$.length);
var emptyList = [(_ref3 = {}, _defineProperty(_ref3, fieldNames.value, "__EMPTY__"), _defineProperty(_ref3, FIX_LABEL, notFoundContent), _defineProperty(_ref3, "disabled", true), _ref3)];
var columnProps = _objectSpread2(_objectSpread2({}, props), {}, {
multiple: !isEmpty2 && multiple,
onSelect: onPathSelect,
onActive: onPathOpen,
onToggleOpen: toggleOpen,
checkedSet,
halfCheckedSet,
loadingKeys,
isSelectable
});
var mergedOptionColumns = isEmpty2 ? [{
options: emptyList
}] : optionColumns;
var columnNodes = mergedOptionColumns.map(function(col, index3) {
var prevValuePath = activeValueCells.slice(0, index3);
var activeValue = activeValueCells[index3];
return React339.createElement(Column, _extends({
key: index3
}, columnProps, {
prefixCls: mergedPrefixCls,
options: col.options,
prevValuePath,
activeValue
}));
});
return React339.createElement(CacheContent_default, {
open: open3
}, React339.createElement("div", {
className: (0, import_classnames131.default)("".concat(mergedPrefixCls, "-menus"), (_classNames = {}, _defineProperty(_classNames, "".concat(mergedPrefixCls, "-menu-empty"), isEmpty2), _defineProperty(_classNames, "".concat(mergedPrefixCls, "-rtl"), rtl), _classNames)),
ref: containerRef
}, columnNodes));
});
if (true) {
RawOptionList.displayName = "RawOptionList";
}
var List_default3 = RawOptionList;
// node_modules/rc-cascader/es/OptionList/index.js
var RefOptionList2 = React340.forwardRef(function(props, ref) {
var baseProps = useBaseProps();
return React340.createElement(List_default3, _extends({}, props, baseProps, {
ref
}));
});
var OptionList_default2 = RefOptionList2;
// node_modules/rc-cascader/es/Panel.js
var import_classnames132 = __toESM(require_classnames());
var React341 = __toESM(require_react());
function noop3() {
}
function Panel3(props) {
var _classNames;
var _ref = props, _ref$prefixCls = _ref.prefixCls, prefixCls = _ref$prefixCls === void 0 ? "rc-cascader" : _ref$prefixCls, style2 = _ref.style, className = _ref.className, options = _ref.options, checkable = _ref.checkable, defaultValue = _ref.defaultValue, value = _ref.value, fieldNames = _ref.fieldNames, changeOnSelect = _ref.changeOnSelect, onChange = _ref.onChange, showCheckedStrategy = _ref.showCheckedStrategy, loadData = _ref.loadData, expandTrigger = _ref.expandTrigger, _ref$expandIcon = _ref.expandIcon, expandIcon = _ref$expandIcon === void 0 ? ">" : _ref$expandIcon, loadingIcon = _ref.loadingIcon, direction = _ref.direction, _ref$notFoundContent = _ref.notFoundContent, notFoundContent = _ref$notFoundContent === void 0 ? "Not Found" : _ref$notFoundContent, disabled = _ref.disabled;
var multiple = !!checkable;
var _useMergedState = useMergedState(defaultValue, {
value,
postState: toRawValues
}), _useMergedState2 = _slicedToArray(_useMergedState, 2), rawValues = _useMergedState2[0], setRawValues = _useMergedState2[1];
var mergedFieldNames = React341.useMemo(
function() {
return fillFieldNames2(fieldNames);
},
/* eslint-disable react-hooks/exhaustive-deps */
[JSON.stringify(fieldNames)]
/* eslint-enable react-hooks/exhaustive-deps */
);
var _useOptions = useOptions3(mergedFieldNames, options), _useOptions2 = _slicedToArray(_useOptions, 3), mergedOptions = _useOptions2[0], getPathKeyEntities = _useOptions2[1], getValueByKeyPath = _useOptions2[2];
var getMissingValues = useMissingValues(mergedOptions, mergedFieldNames);
var _useValues = useValues(multiple, rawValues, getPathKeyEntities, getValueByKeyPath, getMissingValues), _useValues2 = _slicedToArray(_useValues, 3), checkedValues = _useValues2[0], halfCheckedValues = _useValues2[1], missingCheckedValues = _useValues2[2];
var triggerChange = useEvent(function(nextValues) {
setRawValues(nextValues);
if (onChange) {
var nextRawValues = toRawValues(nextValues);
var valueOptions = nextRawValues.map(function(valueCells) {
return toPathOptions(valueCells, mergedOptions, mergedFieldNames).map(function(valueOpt) {
return valueOpt.option;
});
});
var triggerValues = multiple ? nextRawValues : nextRawValues[0];
var triggerOptions = multiple ? valueOptions : valueOptions[0];
onChange(triggerValues, triggerOptions);
}
});
var handleSelection = useSelect(multiple, triggerChange, checkedValues, halfCheckedValues, missingCheckedValues, getPathKeyEntities, getValueByKeyPath, showCheckedStrategy);
var onInternalSelect = useEvent(function(valuePath) {
handleSelection(valuePath);
});
var cascaderContext = React341.useMemo(function() {
return {
options: mergedOptions,
fieldNames: mergedFieldNames,
values: checkedValues,
halfValues: halfCheckedValues,
changeOnSelect,
onSelect: onInternalSelect,
checkable,
searchOptions: [],
dropdownPrefixCls: void 0,
loadData,
expandTrigger,
expandIcon,
loadingIcon,
dropdownMenuColumnStyle: void 0
};
}, [mergedOptions, mergedFieldNames, checkedValues, halfCheckedValues, changeOnSelect, onInternalSelect, checkable, loadData, expandTrigger, expandIcon, loadingIcon]);
var panelPrefixCls = "".concat(prefixCls, "-panel");
var isEmpty2 = !mergedOptions.length;
return React341.createElement(context_default8.Provider, {
value: cascaderContext
}, React341.createElement("div", {
className: (0, import_classnames132.default)(panelPrefixCls, (_classNames = {}, _defineProperty(_classNames, "".concat(panelPrefixCls, "-rtl"), direction === "rtl"), _defineProperty(_classNames, "".concat(panelPrefixCls, "-empty"), isEmpty2), _classNames), className),
style: style2
}, isEmpty2 ? notFoundContent : React341.createElement(List_default3, {
prefixCls,
searchValue: "",
multiple,
toggleOpen: noop3,
open: true,
direction,
disabled
})));
}
// node_modules/rc-cascader/es/utils/warningPropsUtil.js
function warningProps2(props) {
var onPopupVisibleChange = props.onPopupVisibleChange, popupVisible = props.popupVisible, popupClassName = props.popupClassName, popupPlacement = props.popupPlacement, onDropdownVisibleChange = props.onDropdownVisibleChange;
warning_default(!onPopupVisibleChange, "`onPopupVisibleChange` is deprecated. Please use `onOpenChange` instead.");
warning_default(!onDropdownVisibleChange, "`onDropdownVisibleChange` is deprecated. Please use `onOpenChange` instead.");
warning_default(popupVisible === void 0, "`popupVisible` is deprecated. Please use `open` instead.");
warning_default(popupClassName === void 0, "`popupClassName` is deprecated. Please use `dropdownClassName` instead.");
warning_default(popupPlacement === void 0, "`popupPlacement` is deprecated. Please use `placement` instead.");
}
function warningNullOptions2(options, fieldNames) {
if (options) {
var recursiveOptions = function recursiveOptions2(optionsList) {
for (var i = 0; i < optionsList.length; i++) {
var option = optionsList[i];
if (option[fieldNames === null || fieldNames === void 0 ? void 0 : fieldNames.value] === null) {
warning_default(false, "`value` in Cascader options should not be `null`.");
return true;
}
if (Array.isArray(option[fieldNames === null || fieldNames === void 0 ? void 0 : fieldNames.children]) && recursiveOptions2(option[fieldNames === null || fieldNames === void 0 ? void 0 : fieldNames.children])) {
return true;
}
}
};
recursiveOptions(options);
}
}
var warningPropsUtil_default2 = warningProps2;
// node_modules/rc-cascader/es/Cascader.js
var _excluded48 = ["id", "prefixCls", "fieldNames", "defaultValue", "value", "changeOnSelect", "onChange", "displayRender", "checkable", "autoClearSearchValue", "searchValue", "onSearch", "showSearch", "expandTrigger", "options", "dropdownPrefixCls", "loadData", "popupVisible", "open", "popupClassName", "dropdownClassName", "dropdownMenuColumnStyle", "dropdownStyle", "popupPlacement", "placement", "onDropdownVisibleChange", "onPopupVisibleChange", "onOpenChange", "expandIcon", "loadingIcon", "children", "dropdownMatchSelectWidth", "showCheckedStrategy", "optionRender"];
var Cascader = React342.forwardRef(function(props, ref) {
var id = props.id, _props$prefixCls = props.prefixCls, prefixCls = _props$prefixCls === void 0 ? "rc-cascader" : _props$prefixCls, fieldNames = props.fieldNames, defaultValue = props.defaultValue, value = props.value, changeOnSelect = props.changeOnSelect, onChange = props.onChange, displayRender = props.displayRender, checkable = props.checkable, _props$autoClearSearc = props.autoClearSearchValue, autoClearSearchValue = _props$autoClearSearc === void 0 ? true : _props$autoClearSearc, searchValue = props.searchValue, onSearch = props.onSearch, showSearch = props.showSearch, expandTrigger = props.expandTrigger, options = props.options, dropdownPrefixCls = props.dropdownPrefixCls, loadData = props.loadData, popupVisible = props.popupVisible, open3 = props.open, popupClassName = props.popupClassName, dropdownClassName = props.dropdownClassName, dropdownMenuColumnStyle = props.dropdownMenuColumnStyle, customDropdownStyle = props.dropdownStyle, popupPlacement = props.popupPlacement, placement = props.placement, onDropdownVisibleChange = props.onDropdownVisibleChange, onPopupVisibleChange = props.onPopupVisibleChange, onOpenChange = props.onOpenChange, _props$expandIcon = props.expandIcon, expandIcon = _props$expandIcon === void 0 ? ">" : _props$expandIcon, loadingIcon = props.loadingIcon, children = props.children, _props$dropdownMatchS = props.dropdownMatchSelectWidth, dropdownMatchSelectWidth = _props$dropdownMatchS === void 0 ? false : _props$dropdownMatchS, _props$showCheckedStr = props.showCheckedStrategy, showCheckedStrategy = _props$showCheckedStr === void 0 ? SHOW_PARENT : _props$showCheckedStr, optionRender = props.optionRender, restProps = _objectWithoutProperties(props, _excluded48);
var mergedId = useId3(id);
var multiple = !!checkable;
var _useMergedState = useMergedState(defaultValue, {
value,
postState: toRawValues
}), _useMergedState2 = _slicedToArray(_useMergedState, 2), rawValues = _useMergedState2[0], setRawValues = _useMergedState2[1];
var mergedFieldNames = React342.useMemo(
function() {
return fillFieldNames2(fieldNames);
},
/* eslint-disable react-hooks/exhaustive-deps */
[JSON.stringify(fieldNames)]
/* eslint-enable react-hooks/exhaustive-deps */
);
var _useOptions = useOptions3(mergedFieldNames, options), _useOptions2 = _slicedToArray(_useOptions, 3), mergedOptions = _useOptions2[0], getPathKeyEntities = _useOptions2[1], getValueByKeyPath = _useOptions2[2];
var _useMergedState3 = useMergedState("", {
value: searchValue,
postState: function postState(search) {
return search || "";
}
}), _useMergedState4 = _slicedToArray(_useMergedState3, 2), mergedSearchValue = _useMergedState4[0], setSearchValue = _useMergedState4[1];
var onInternalSearch = function onInternalSearch2(searchText, info) {
setSearchValue(searchText);
if (info.source !== "blur" && onSearch) {
onSearch(searchText);
}
};
var _useSearchConfig = useSearchConfig(showSearch), _useSearchConfig2 = _slicedToArray(_useSearchConfig, 2), mergedShowSearch = _useSearchConfig2[0], searchConfig = _useSearchConfig2[1];
var searchOptions = useSearchOptions_default(mergedSearchValue, mergedOptions, mergedFieldNames, dropdownPrefixCls || prefixCls, searchConfig, changeOnSelect || multiple);
var getMissingValues = useMissingValues(mergedOptions, mergedFieldNames);
var _useValues = useValues(multiple, rawValues, getPathKeyEntities, getValueByKeyPath, getMissingValues), _useValues2 = _slicedToArray(_useValues, 3), checkedValues = _useValues2[0], halfCheckedValues = _useValues2[1], missingCheckedValues = _useValues2[2];
var deDuplicatedValues = React342.useMemo(function() {
var checkedKeys = toPathKeys(checkedValues);
var deduplicateKeys = formatStrategyValues(checkedKeys, getPathKeyEntities, showCheckedStrategy);
return [].concat(_toConsumableArray(missingCheckedValues), _toConsumableArray(getValueByKeyPath(deduplicateKeys)));
}, [checkedValues, getPathKeyEntities, getValueByKeyPath, missingCheckedValues, showCheckedStrategy]);
var displayValues = useDisplayValues_default(deDuplicatedValues, mergedOptions, mergedFieldNames, multiple, displayRender);
var triggerChange = useEvent(function(nextValues) {
setRawValues(nextValues);
if (onChange) {
var nextRawValues = toRawValues(nextValues);
var valueOptions = nextRawValues.map(function(valueCells) {
return toPathOptions(valueCells, mergedOptions, mergedFieldNames).map(function(valueOpt) {
return valueOpt.option;
});
});
var triggerValues = multiple ? nextRawValues : nextRawValues[0];
var triggerOptions = multiple ? valueOptions : valueOptions[0];
onChange(triggerValues, triggerOptions);
}
});
var handleSelection = useSelect(multiple, triggerChange, checkedValues, halfCheckedValues, missingCheckedValues, getPathKeyEntities, getValueByKeyPath, showCheckedStrategy);
var onInternalSelect = useEvent(function(valuePath) {
if (!multiple || autoClearSearchValue) {
setSearchValue("");
}
handleSelection(valuePath);
});
var onDisplayValuesChange = function onDisplayValuesChange2(_, info) {
if (info.type === "clear") {
triggerChange([]);
return;
}
var _ref = info.values[0], valueCells = _ref.valueCells;
onInternalSelect(valueCells);
};
var mergedOpen = open3 !== void 0 ? open3 : popupVisible;
var mergedDropdownClassName = dropdownClassName || popupClassName;
var mergedPlacement = placement || popupPlacement;
var onInternalDropdownVisibleChange = function onInternalDropdownVisibleChange2(nextVisible) {
onOpenChange === null || onOpenChange === void 0 || onOpenChange(nextVisible);
onDropdownVisibleChange === null || onDropdownVisibleChange === void 0 || onDropdownVisibleChange(nextVisible);
onPopupVisibleChange === null || onPopupVisibleChange === void 0 || onPopupVisibleChange(nextVisible);
};
if (true) {
warningPropsUtil_default2(props);
warningNullOptions2(mergedOptions, mergedFieldNames);
}
var cascaderContext = React342.useMemo(function() {
return {
options: mergedOptions,
fieldNames: mergedFieldNames,
values: checkedValues,
halfValues: halfCheckedValues,
changeOnSelect,
onSelect: onInternalSelect,
checkable,
searchOptions,
dropdownPrefixCls,
loadData,
expandTrigger,
expandIcon,
loadingIcon,
dropdownMenuColumnStyle,
optionRender
};
}, [mergedOptions, mergedFieldNames, checkedValues, halfCheckedValues, changeOnSelect, onInternalSelect, checkable, searchOptions, dropdownPrefixCls, loadData, expandTrigger, expandIcon, loadingIcon, dropdownMenuColumnStyle, optionRender]);
var emptyOptions = !(mergedSearchValue ? searchOptions : mergedOptions).length;
var dropdownStyle = (
// Search to match width
mergedSearchValue && searchConfig.matchInputWidth || // Empty keep the width
emptyOptions ? {} : {
minWidth: "auto"
}
);
return React342.createElement(context_default8.Provider, {
value: cascaderContext
}, React342.createElement(BaseSelect_default, _extends({}, restProps, {
// MISC
ref,
id: mergedId,
prefixCls,
autoClearSearchValue,
dropdownMatchSelectWidth,
dropdownStyle: _objectSpread2(_objectSpread2({}, dropdownStyle), customDropdownStyle),
displayValues,
onDisplayValuesChange,
mode: multiple ? "multiple" : void 0,
searchValue: mergedSearchValue,
onSearch: onInternalSearch,
showSearch: mergedShowSearch,
OptionList: OptionList_default2,
emptyOptions,
open: mergedOpen,
dropdownClassName: mergedDropdownClassName,
placement: mergedPlacement,
onDropdownVisibleChange: onInternalDropdownVisibleChange,
getRawInputElement: function getRawInputElement() {
return children;
}
})));
});
if (true) {
Cascader.displayName = "Cascader";
}
Cascader.SHOW_PARENT = SHOW_PARENT;
Cascader.SHOW_CHILD = SHOW_CHILD;
Cascader.Panel = Panel3;
var Cascader_default = Cascader;
// node_modules/rc-cascader/es/index.js
var es_default20 = Cascader_default;
// node_modules/antd/es/cascader/hooks/useBase.js
var React343 = __toESM(require_react());
function useBase(customizePrefixCls, direction) {
const {
getPrefixCls,
direction: rootDirection,
renderEmpty
} = React343.useContext(ConfigContext);
const mergedDirection = direction || rootDirection;
const prefixCls = getPrefixCls("select", customizePrefixCls);
const cascaderPrefixCls = getPrefixCls("cascader", customizePrefixCls);
return [prefixCls, cascaderPrefixCls, mergedDirection, renderEmpty];
}
var useBase_default = useBase;
// node_modules/antd/es/cascader/hooks/useCheckable.js
var React344 = __toESM(require_react());
function useCheckable(cascaderPrefixCls, multiple) {
return React344.useMemo(() => multiple ? React344.createElement("span", {
className: `${cascaderPrefixCls}-checkbox-inner`
}) : false, [cascaderPrefixCls, multiple]);
}
// node_modules/antd/es/cascader/hooks/useColumnIcons.js
var React345 = __toESM(require_react());
var useColumnIcons = (prefixCls, rtl, expandIcon) => {
let mergedExpandIcon = expandIcon;
if (!expandIcon) {
mergedExpandIcon = rtl ? React345.createElement(LeftOutlined_default, null) : React345.createElement(RightOutlined_default, null);
}
const loadingIcon = React345.useMemo(() => React345.createElement("span", {
className: `${prefixCls}-menu-item-loading-icon`
}, React345.createElement(LoadingOutlined_default, {
spin: true
})), [prefixCls]);
return React345.useMemo(() => [mergedExpandIcon, loadingIcon], [mergedExpandIcon, loadingIcon]);
};
var useColumnIcons_default = useColumnIcons;
// node_modules/antd/es/cascader/Panel.js
var React346 = __toESM(require_react());
var import_classnames133 = __toESM(require_classnames());
// node_modules/antd/es/checkbox/style/index.js
var genCheckboxStyle = (token2) => {
const {
checkboxCls
} = token2;
const wrapperCls = `${checkboxCls}-wrapper`;
return [
// ===================== Basic =====================
{
// Group
[`${checkboxCls}-group`]: Object.assign(Object.assign({}, resetComponent(token2)), {
display: "inline-flex",
flexWrap: "wrap",
columnGap: token2.marginXS,
// Group > Grid
[`> ${token2.antCls}-row`]: {
flex: 1
}
}),
// Wrapper
[wrapperCls]: Object.assign(Object.assign({}, resetComponent(token2)), {
display: "inline-flex",
alignItems: "baseline",
cursor: "pointer",
// Fix checkbox & radio in flex align #30260
"&:after": {
display: "inline-block",
width: 0,
overflow: "hidden",
content: "'\\a0'"
},
// Checkbox near checkbox
[`& + ${wrapperCls}`]: {
marginInlineStart: 0
},
[`&${wrapperCls}-in-form-item`]: {
'input[type="checkbox"]': {
width: 14,
// FIXME: magic
height: 14
// FIXME: magic
}
}
}),
// Wrapper > Checkbox
[checkboxCls]: Object.assign(Object.assign({}, resetComponent(token2)), {
position: "relative",
whiteSpace: "nowrap",
lineHeight: 1,
cursor: "pointer",
borderRadius: token2.borderRadiusSM,
// To make alignment right when `controlHeight` is changed
// Ref: https://github.com/ant-design/ant-design/issues/41564
alignSelf: "center",
// Wrapper > Checkbox > input
[`${checkboxCls}-input`]: {
position: "absolute",
// Since baseline align will get additional space offset,
// we need to move input to top to make it align with text.
// Ref: https://github.com/ant-design/ant-design/issues/38926#issuecomment-1486137799
inset: 0,
zIndex: 1,
cursor: "pointer",
opacity: 0,
margin: 0,
[`&:focus-visible + ${checkboxCls}-inner`]: genFocusOutline(token2)
},
// Wrapper > Checkbox > inner
[`${checkboxCls}-inner`]: {
boxSizing: "border-box",
display: "block",
width: token2.checkboxSize,
height: token2.checkboxSize,
direction: "ltr",
backgroundColor: token2.colorBgContainer,
border: `${unit2(token2.lineWidth)} ${token2.lineType} ${token2.colorBorder}`,
borderRadius: token2.borderRadiusSM,
borderCollapse: "separate",
transition: `all ${token2.motionDurationSlow}`,
"&:after": {
boxSizing: "border-box",
position: "absolute",
top: "50%",
insetInlineStart: "25%",
display: "table",
width: token2.calc(token2.checkboxSize).div(14).mul(5).equal(),
height: token2.calc(token2.checkboxSize).div(14).mul(8).equal(),
border: `${unit2(token2.lineWidthBold)} solid ${token2.colorWhite}`,
borderTop: 0,
borderInlineStart: 0,
transform: "rotate(45deg) scale(0) translate(-50%,-50%)",
opacity: 0,
content: '""',
transition: `all ${token2.motionDurationFast} ${token2.motionEaseInBack}, opacity ${token2.motionDurationFast}`
}
},
// Wrapper > Checkbox + Text
"& + span": {
paddingInlineStart: token2.paddingXS,
paddingInlineEnd: token2.paddingXS
}
})
},
// ===================== Hover =====================
{
// Wrapper & Wrapper > Checkbox
[`
${wrapperCls}:not(${wrapperCls}-disabled),
${checkboxCls}:not(${checkboxCls}-disabled)
`]: {
[`&:hover ${checkboxCls}-inner`]: {
borderColor: token2.colorPrimary
}
},
[`${wrapperCls}:not(${wrapperCls}-disabled)`]: {
[`&:hover ${checkboxCls}-checked:not(${checkboxCls}-disabled) ${checkboxCls}-inner`]: {
backgroundColor: token2.colorPrimaryHover,
borderColor: "transparent"
},
[`&:hover ${checkboxCls}-checked:not(${checkboxCls}-disabled):after`]: {
borderColor: token2.colorPrimaryHover
}
}
},
// ==================== Checked ====================
{
// Wrapper > Checkbox
[`${checkboxCls}-checked`]: {
[`${checkboxCls}-inner`]: {
backgroundColor: token2.colorPrimary,
borderColor: token2.colorPrimary,
"&:after": {
opacity: 1,
transform: "rotate(45deg) scale(1) translate(-50%,-50%)",
transition: `all ${token2.motionDurationMid} ${token2.motionEaseOutBack} ${token2.motionDurationFast}`
}
}
},
[`
${wrapperCls}-checked:not(${wrapperCls}-disabled),
${checkboxCls}-checked:not(${checkboxCls}-disabled)
`]: {
[`&:hover ${checkboxCls}-inner`]: {
backgroundColor: token2.colorPrimaryHover,
borderColor: "transparent"
}
}
},
// ================= Indeterminate =================
{
[checkboxCls]: {
"&-indeterminate": {
"&": {
// Wrapper > Checkbox > inner
[`${checkboxCls}-inner`]: {
backgroundColor: `${token2.colorBgContainer}`,
borderColor: `${token2.colorBorder}`,
"&:after": {
top: "50%",
insetInlineStart: "50%",
width: token2.calc(token2.fontSizeLG).div(2).equal(),
height: token2.calc(token2.fontSizeLG).div(2).equal(),
backgroundColor: token2.colorPrimary,
border: 0,
transform: "translate(-50%, -50%) scale(1)",
opacity: 1,
content: '""'
}
},
// https://github.com/ant-design/ant-design/issues/50074
[`&:hover ${checkboxCls}-inner`]: {
backgroundColor: `${token2.colorBgContainer}`,
borderColor: `${token2.colorPrimary}`
}
}
}
}
},
// ==================== Disable ====================
{
// Wrapper
[`${wrapperCls}-disabled`]: {
cursor: "not-allowed"
},
// Wrapper > Checkbox
[`${checkboxCls}-disabled`]: {
// Wrapper > Checkbox > input
[`&, ${checkboxCls}-input`]: {
cursor: "not-allowed",
// Disabled for native input to enable Tooltip event handler
// ref: https://github.com/ant-design/ant-design/issues/39822#issuecomment-1365075901
pointerEvents: "none"
},
// Wrapper > Checkbox > inner
[`${checkboxCls}-inner`]: {
background: token2.colorBgContainerDisabled,
borderColor: token2.colorBorder,
"&:after": {
borderColor: token2.colorTextDisabled
}
},
"&:after": {
display: "none"
},
"& + span": {
color: token2.colorTextDisabled
},
[`&${checkboxCls}-indeterminate ${checkboxCls}-inner::after`]: {
background: token2.colorTextDisabled
}
}
}
];
};
function getStyle2(prefixCls, token2) {
const checkboxToken = merge2(token2, {
checkboxCls: `.${prefixCls}`,
checkboxSize: token2.controlInteractiveSize
});
return genCheckboxStyle(checkboxToken);
}
var style_default30 = genStyleHooks("Checkbox", (token2, {
prefixCls
}) => [getStyle2(prefixCls, token2)]);
// node_modules/antd/es/cascader/style/columns.js
var getColumnsStyle = (token2) => {
const {
prefixCls,
componentCls
} = token2;
const cascaderMenuItemCls = `${componentCls}-menu-item`;
const iconCls = `
&${cascaderMenuItemCls}-expand ${cascaderMenuItemCls}-expand-icon,
${cascaderMenuItemCls}-loading-icon
`;
return [
// ==================== Checkbox ====================
getStyle2(`${prefixCls}-checkbox`, token2),
{
[componentCls]: {
// ================== Checkbox ==================
"&-checkbox": {
top: 0,
marginInlineEnd: token2.paddingXS,
pointerEvents: "unset"
},
// ==================== Menu ====================
// >>> Menus
"&-menus": {
display: "flex",
flexWrap: "nowrap",
alignItems: "flex-start",
[`&${componentCls}-menu-empty`]: {
[`${componentCls}-menu`]: {
width: "100%",
height: "auto",
[cascaderMenuItemCls]: {
color: token2.colorTextDisabled
}
}
}
},
// >>> Menu
"&-menu": {
flexGrow: 1,
flexShrink: 0,
minWidth: token2.controlItemWidth,
height: token2.dropdownHeight,
margin: 0,
padding: token2.menuPadding,
overflow: "auto",
verticalAlign: "top",
listStyle: "none",
"-ms-overflow-style": "-ms-autohiding-scrollbar",
// https://github.com/ant-design/ant-design/issues/11857
"&:not(:last-child)": {
borderInlineEnd: `${unit2(token2.lineWidth)} ${token2.lineType} ${token2.colorSplit}`
},
"&-item": Object.assign(Object.assign({}, textEllipsis), {
display: "flex",
flexWrap: "nowrap",
alignItems: "center",
padding: token2.optionPadding,
lineHeight: token2.lineHeight,
cursor: "pointer",
transition: `all ${token2.motionDurationMid}`,
borderRadius: token2.borderRadiusSM,
"&:hover": {
background: token2.controlItemBgHover
},
"&-disabled": {
color: token2.colorTextDisabled,
cursor: "not-allowed",
"&:hover": {
background: "transparent"
},
[iconCls]: {
color: token2.colorTextDisabled
}
},
[`&-active:not(${cascaderMenuItemCls}-disabled)`]: {
"&, &:hover": {
color: token2.optionSelectedColor,
fontWeight: token2.optionSelectedFontWeight,
backgroundColor: token2.optionSelectedBg
}
},
"&-content": {
flex: "auto"
},
[iconCls]: {
marginInlineStart: token2.paddingXXS,
color: token2.colorIcon,
fontSize: token2.fontSizeIcon
},
"&-keyword": {
color: token2.colorHighlight
}
})
}
}
}
];
};
var columns_default = getColumnsStyle;
// node_modules/antd/es/cascader/style/index.js
var genBaseStyle9 = (token2) => {
const {
componentCls,
antCls
} = token2;
return [
// =====================================================
// == Control ==
// =====================================================
{
[componentCls]: {
width: token2.controlWidth
}
},
// =====================================================
// == Popup ==
// =====================================================
{
[`${componentCls}-dropdown`]: [{
[`&${antCls}-select-dropdown`]: {
padding: 0
}
}, columns_default(token2)]
},
// =====================================================
// == RTL ==
// =====================================================
{
[`${componentCls}-dropdown-rtl`]: {
direction: "rtl"
}
},
// =====================================================
// == Space Compact ==
// =====================================================
genCompactItemStyle(token2)
];
};
var prepareComponentToken27 = (token2) => {
const itemPaddingVertical = Math.round((token2.controlHeight - token2.fontSize * token2.lineHeight) / 2);
return {
controlWidth: 184,
controlItemWidth: 111,
dropdownHeight: 180,
optionSelectedBg: token2.controlItemBgActive,
optionSelectedFontWeight: token2.fontWeightStrong,
optionPadding: `${itemPaddingVertical}px ${token2.paddingSM}px`,
menuPadding: token2.paddingXXS,
optionSelectedColor: token2.colorText
};
};
var style_default31 = genStyleHooks("Cascader", genBaseStyle9, prepareComponentToken27, {
unitless: {
optionSelectedFontWeight: true
}
});
// node_modules/antd/es/cascader/style/panel.js
var genPanelStyle2 = (token2) => {
const {
componentCls
} = token2;
return {
[`${componentCls}-panel`]: [columns_default(token2), {
display: "inline-flex",
border: `${unit2(token2.lineWidth)} ${token2.lineType} ${token2.colorSplit}`,
borderRadius: token2.borderRadiusLG,
overflowX: "auto",
maxWidth: "100%",
[`${componentCls}-menus`]: {
alignItems: "stretch"
},
[`${componentCls}-menu`]: {
height: "auto"
},
"&-empty": {
padding: token2.paddingXXS
}
}]
};
};
var panel_default2 = genComponentStyleHook(["Cascader", "Panel"], genPanelStyle2, prepareComponentToken27);
// node_modules/antd/es/cascader/Panel.js
function CascaderPanel(props) {
const {
prefixCls: customizePrefixCls,
className,
multiple,
rootClassName,
notFoundContent,
direction,
expandIcon,
disabled: customDisabled
} = props;
const disabled = React346.useContext(DisabledContext_default);
const mergedDisabled = customDisabled !== null && customDisabled !== void 0 ? customDisabled : disabled;
const [prefixCls, cascaderPrefixCls, mergedDirection, renderEmpty] = useBase_default(customizePrefixCls, direction);
const rootCls = useCSSVarCls_default(cascaderPrefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default31(cascaderPrefixCls, rootCls);
panel_default2(cascaderPrefixCls);
const isRtl = mergedDirection === "rtl";
const [mergedExpandIcon, loadingIcon] = useColumnIcons_default(prefixCls, isRtl, expandIcon);
const mergedNotFoundContent = notFoundContent || (renderEmpty === null || renderEmpty === void 0 ? void 0 : renderEmpty("Cascader")) || React346.createElement(defaultRenderEmpty_default, {
componentName: "Cascader"
});
const checkable = useCheckable(cascaderPrefixCls, multiple);
return wrapCSSVar(React346.createElement(Panel3, Object.assign({}, props, {
checkable,
prefixCls: cascaderPrefixCls,
className: (0, import_classnames133.default)(className, hashId, rootClassName, cssVarCls, rootCls),
notFoundContent: mergedNotFoundContent,
direction: mergedDirection,
expandIcon: mergedExpandIcon,
loadingIcon,
disabled: mergedDisabled
})));
}
var Panel_default3 = CascaderPanel;
// node_modules/antd/es/cascader/index.js
var __rest41 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var {
SHOW_CHILD: SHOW_CHILD2,
SHOW_PARENT: SHOW_PARENT2
} = es_default20;
function highlightKeyword(str, lowerKeyword, prefixCls) {
const cells = str.toLowerCase().split(lowerKeyword).reduce((list, cur, index3) => index3 === 0 ? [cur] : [].concat(_toConsumableArray(list), [lowerKeyword, cur]), []);
const fillCells = [];
let start = 0;
cells.forEach((cell, index3) => {
const end = start + cell.length;
let originWorld = str.slice(start, end);
start = end;
if (index3 % 2 === 1) {
originWorld = // eslint-disable-next-line react/no-array-index-key
React347.createElement("span", {
className: `${prefixCls}-menu-item-keyword`,
key: `separator-${index3}`
}, originWorld);
}
fillCells.push(originWorld);
});
return fillCells;
}
var defaultSearchRender = (inputValue, path2, prefixCls, fieldNames) => {
const optionList = [];
const lower2 = inputValue.toLowerCase();
path2.forEach((node2, index3) => {
if (index3 !== 0) {
optionList.push(" / ");
}
let label = node2[fieldNames.label];
const type5 = typeof label;
if (type5 === "string" || type5 === "number") {
label = highlightKeyword(String(label), lower2, prefixCls);
}
optionList.push(label);
});
return optionList;
};
var Cascader2 = React347.forwardRef((props, ref) => {
var _a, _b, _c, _d;
const {
prefixCls: customizePrefixCls,
size: customizeSize,
disabled: customDisabled,
className,
rootClassName,
multiple,
bordered = true,
transitionName,
choiceTransitionName = "",
popupClassName,
dropdownClassName,
expandIcon,
placement,
showSearch,
allowClear = true,
notFoundContent,
direction,
getPopupContainer,
status: customStatus,
showArrow,
builtinPlacements,
style: style2,
variant: customVariant,
dropdownRender,
onDropdownVisibleChange,
dropdownMenuColumnStyle,
popupRender,
dropdownStyle,
popupMenuColumnStyle,
onOpenChange,
styles,
classNames: classNames252
} = props, rest = __rest41(props, ["prefixCls", "size", "disabled", "className", "rootClassName", "multiple", "bordered", "transitionName", "choiceTransitionName", "popupClassName", "dropdownClassName", "expandIcon", "placement", "showSearch", "allowClear", "notFoundContent", "direction", "getPopupContainer", "status", "showArrow", "builtinPlacements", "style", "variant", "dropdownRender", "onDropdownVisibleChange", "dropdownMenuColumnStyle", "popupRender", "dropdownStyle", "popupMenuColumnStyle", "onOpenChange", "styles", "classNames"]);
const restProps = omit(rest, ["suffixIcon"]);
const {
getPrefixCls,
getPopupContainer: getContextPopupContainer,
className: contextClassName,
style: contextStyle,
classNames: contextClassNames,
styles: contextStyles
} = useComponentConfig("cascader");
const {
popupOverflow
} = React347.useContext(ConfigContext);
const {
status: contextStatus,
hasFeedback,
isFormItemInput,
feedbackIcon
} = React347.useContext(FormItemInputContext);
const mergedStatus = getMergedStatus(contextStatus, customStatus);
if (true) {
const warning5 = devUseWarning("Cascader");
const deprecatedProps = {
dropdownClassName: "classNames.popup.root",
dropdownStyle: "styles.popup.root",
dropdownRender: "popupRender",
dropdownMenuColumnStyle: "popupMenuColumnStyle",
onDropdownVisibleChange: "onOpenChange",
bordered: "variant"
};
Object.entries(deprecatedProps).forEach(([oldProp, newProp]) => {
warning5.deprecated(!(oldProp in props), oldProp, newProp);
});
true ? warning5(!("showArrow" in props), "deprecated", "`showArrow` is deprecated which will be removed in next major version. It will be a default behavior, you can hide it by setting `suffixIcon` to null.") : void 0;
}
const [prefixCls, cascaderPrefixCls, mergedDirection, renderEmpty] = useBase_default(customizePrefixCls, direction);
const isRtl = mergedDirection === "rtl";
const rootPrefixCls = getPrefixCls();
const rootCls = useCSSVarCls_default(prefixCls);
const [wrapSelectCSSVar, hashId, cssVarCls] = style_default13(prefixCls, rootCls);
const cascaderRootCls = useCSSVarCls_default(cascaderPrefixCls);
const [wrapCascaderCSSVar] = style_default31(cascaderPrefixCls, cascaderRootCls);
const {
compactSize,
compactItemClassnames
} = useCompactItemContext(prefixCls, direction);
const [variant, enableVariantCls] = useVariants_default("cascader", customVariant, bordered);
const mergedNotFoundContent = notFoundContent || (renderEmpty === null || renderEmpty === void 0 ? void 0 : renderEmpty("Cascader")) || React347.createElement(defaultRenderEmpty_default, {
componentName: "Cascader"
});
const mergedPopupClassName = (0, import_classnames134.default)(((_a = classNames252 === null || classNames252 === void 0 ? void 0 : classNames252.popup) === null || _a === void 0 ? void 0 : _a.root) || ((_b = contextClassNames.popup) === null || _b === void 0 ? void 0 : _b.root) || popupClassName || dropdownClassName, `${cascaderPrefixCls}-dropdown`, {
[`${cascaderPrefixCls}-dropdown-rtl`]: mergedDirection === "rtl"
}, rootClassName, rootCls, contextClassNames.root, classNames252 === null || classNames252 === void 0 ? void 0 : classNames252.root, cascaderRootCls, hashId, cssVarCls);
const mergedPopupRender = usePopupRender_default(popupRender || dropdownRender);
const mergedPopupMenuColumnStyle = popupMenuColumnStyle || dropdownMenuColumnStyle;
const mergedOnOpenChange = onOpenChange || onDropdownVisibleChange;
const mergedPopupStyle = ((_c = styles === null || styles === void 0 ? void 0 : styles.popup) === null || _c === void 0 ? void 0 : _c.root) || ((_d = contextStyles.popup) === null || _d === void 0 ? void 0 : _d.root) || dropdownStyle;
const mergedShowSearch = React347.useMemo(() => {
if (!showSearch) {
return showSearch;
}
let searchConfig = {
render: defaultSearchRender
};
if (typeof showSearch === "object") {
searchConfig = Object.assign(Object.assign({}, searchConfig), showSearch);
}
return searchConfig;
}, [showSearch]);
const mergedSize = useSize_default((ctx) => {
var _a2;
return (_a2 = customizeSize !== null && customizeSize !== void 0 ? customizeSize : compactSize) !== null && _a2 !== void 0 ? _a2 : ctx;
});
const disabled = React347.useContext(DisabledContext_default);
const mergedDisabled = customDisabled !== null && customDisabled !== void 0 ? customDisabled : disabled;
const [mergedExpandIcon, loadingIcon] = useColumnIcons_default(prefixCls, isRtl, expandIcon);
const checkable = useCheckable(cascaderPrefixCls, multiple);
const showSuffixIcon = useShowArrow(props.suffixIcon, showArrow);
const {
suffixIcon,
removeIcon,
clearIcon
} = useIcons(Object.assign(Object.assign({}, props), {
hasFeedback,
feedbackIcon,
showSuffixIcon,
multiple,
prefixCls,
componentName: "Cascader"
}));
const memoPlacement = React347.useMemo(() => {
if (placement !== void 0) {
return placement;
}
return isRtl ? "bottomRight" : "bottomLeft";
}, [placement, isRtl]);
const mergedAllowClear = allowClear === true ? {
clearIcon
} : allowClear;
const [zIndex] = useZIndex("SelectLike", mergedPopupStyle === null || mergedPopupStyle === void 0 ? void 0 : mergedPopupStyle.zIndex);
const renderNode = React347.createElement(es_default20, Object.assign({
prefixCls,
className: (0, import_classnames134.default)(!customizePrefixCls && cascaderPrefixCls, {
[`${prefixCls}-lg`]: mergedSize === "large",
[`${prefixCls}-sm`]: mergedSize === "small",
[`${prefixCls}-rtl`]: isRtl,
[`${prefixCls}-${variant}`]: enableVariantCls,
[`${prefixCls}-in-form-item`]: isFormItemInput
}, getStatusClassNames(prefixCls, mergedStatus, hasFeedback), compactItemClassnames, contextClassName, className, rootClassName, classNames252 === null || classNames252 === void 0 ? void 0 : classNames252.root, contextClassNames.root, rootCls, cascaderRootCls, hashId, cssVarCls),
disabled: mergedDisabled,
style: Object.assign(Object.assign(Object.assign(Object.assign({}, contextStyles.root), styles === null || styles === void 0 ? void 0 : styles.root), contextStyle), style2)
}, restProps, {
builtinPlacements: mergedBuiltinPlacements_default(builtinPlacements, popupOverflow),
direction: mergedDirection,
placement: memoPlacement,
notFoundContent: mergedNotFoundContent,
allowClear: mergedAllowClear,
showSearch: mergedShowSearch,
expandIcon: mergedExpandIcon,
suffixIcon,
removeIcon,
loadingIcon,
checkable,
dropdownClassName: mergedPopupClassName,
dropdownPrefixCls: customizePrefixCls || cascaderPrefixCls,
dropdownStyle: Object.assign(Object.assign({}, mergedPopupStyle), {
zIndex
}),
dropdownRender: mergedPopupRender,
dropdownMenuColumnStyle: mergedPopupMenuColumnStyle,
onOpenChange: mergedOnOpenChange,
choiceTransitionName: getTransitionName2(rootPrefixCls, "", choiceTransitionName),
transitionName: getTransitionName2(rootPrefixCls, "slide-up", transitionName),
getPopupContainer: getPopupContainer || getContextPopupContainer,
ref
}));
return wrapCascaderCSSVar(wrapSelectCSSVar(renderNode));
});
if (true) {
Cascader2.displayName = "Cascader";
}
var PurePanel8 = PurePanel_default3(Cascader2, "dropdownAlign", (props) => omit(props, ["visible"]));
Cascader2.SHOW_PARENT = SHOW_PARENT2;
Cascader2.SHOW_CHILD = SHOW_CHILD2;
Cascader2.Panel = Panel_default3;
Cascader2._InternalPanelDoNotUseOrYouWillBeFired = PurePanel8;
var cascader_default = Cascader2;
// node_modules/antd/es/checkbox/Checkbox.js
var React349 = __toESM(require_react());
var import_classnames135 = __toESM(require_classnames());
// node_modules/antd/es/checkbox/GroupContext.js
var import_react113 = __toESM(require_react());
var GroupContext = import_react113.default.createContext(null);
var GroupContext_default = GroupContext;
// node_modules/antd/es/checkbox/Checkbox.js
var __rest42 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var InternalCheckbox = (props, ref) => {
var _a;
const {
prefixCls: customizePrefixCls,
className,
rootClassName,
children,
indeterminate = false,
style: style2,
onMouseEnter,
onMouseLeave,
skipGroup = false,
disabled
} = props, restProps = __rest42(props, ["prefixCls", "className", "rootClassName", "children", "indeterminate", "style", "onMouseEnter", "onMouseLeave", "skipGroup", "disabled"]);
const {
getPrefixCls,
direction,
checkbox
} = React349.useContext(ConfigContext);
const checkboxGroup = React349.useContext(GroupContext_default);
const {
isFormItemInput
} = React349.useContext(FormItemInputContext);
const contextDisabled = React349.useContext(DisabledContext_default);
const mergedDisabled = (_a = (checkboxGroup === null || checkboxGroup === void 0 ? void 0 : checkboxGroup.disabled) || disabled) !== null && _a !== void 0 ? _a : contextDisabled;
const prevValue = React349.useRef(restProps.value);
const checkboxRef = React349.useRef(null);
const mergedRef = composeRef(ref, checkboxRef);
if (true) {
const warning5 = devUseWarning("Checkbox");
true ? warning5("checked" in restProps || !!checkboxGroup || !("value" in restProps), "usage", "`value` is not a valid prop, do you mean `checked`?") : void 0;
}
React349.useEffect(() => {
checkboxGroup === null || checkboxGroup === void 0 ? void 0 : checkboxGroup.registerValue(restProps.value);
}, []);
React349.useEffect(() => {
if (skipGroup) {
return;
}
if (restProps.value !== prevValue.current) {
checkboxGroup === null || checkboxGroup === void 0 ? void 0 : checkboxGroup.cancelValue(prevValue.current);
checkboxGroup === null || checkboxGroup === void 0 ? void 0 : checkboxGroup.registerValue(restProps.value);
prevValue.current = restProps.value;
}
return () => checkboxGroup === null || checkboxGroup === void 0 ? void 0 : checkboxGroup.cancelValue(restProps.value);
}, [restProps.value]);
React349.useEffect(() => {
var _a2;
if ((_a2 = checkboxRef.current) === null || _a2 === void 0 ? void 0 : _a2.input) {
checkboxRef.current.input.indeterminate = indeterminate;
}
}, [indeterminate]);
const prefixCls = getPrefixCls("checkbox", customizePrefixCls);
const rootCls = useCSSVarCls_default(prefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default30(prefixCls, rootCls);
const checkboxProps = Object.assign({}, restProps);
if (checkboxGroup && !skipGroup) {
checkboxProps.onChange = (...args) => {
if (restProps.onChange) {
restProps.onChange.apply(restProps, args);
}
if (checkboxGroup.toggleOption) {
checkboxGroup.toggleOption({
label: children,
value: restProps.value
});
}
};
checkboxProps.name = checkboxGroup.name;
checkboxProps.checked = checkboxGroup.value.includes(restProps.value);
}
const classString = (0, import_classnames135.default)(`${prefixCls}-wrapper`, {
[`${prefixCls}-rtl`]: direction === "rtl",
[`${prefixCls}-wrapper-checked`]: checkboxProps.checked,
[`${prefixCls}-wrapper-disabled`]: mergedDisabled,
[`${prefixCls}-wrapper-in-form-item`]: isFormItemInput
}, checkbox === null || checkbox === void 0 ? void 0 : checkbox.className, className, rootClassName, cssVarCls, rootCls, hashId);
const checkboxClass = (0, import_classnames135.default)({
[`${prefixCls}-indeterminate`]: indeterminate
}, TARGET_CLS, hashId);
const [onLabelClick, onInputClick] = useBubbleLock(checkboxProps.onClick);
return wrapCSSVar(React349.createElement(wave_default, {
component: "Checkbox",
disabled: mergedDisabled
}, React349.createElement("label", {
className: classString,
style: Object.assign(Object.assign({}, checkbox === null || checkbox === void 0 ? void 0 : checkbox.style), style2),
onMouseEnter,
onMouseLeave,
onClick: onLabelClick
}, React349.createElement(es_default17, Object.assign({}, checkboxProps, {
onClick: onInputClick,
prefixCls,
className: checkboxClass,
disabled: mergedDisabled,
ref: mergedRef
})), children !== void 0 && children !== null && React349.createElement("span", {
className: `${prefixCls}-label`
}, children))));
};
var Checkbox3 = React349.forwardRef(InternalCheckbox);
if (true) {
Checkbox3.displayName = "Checkbox";
}
var Checkbox_default = Checkbox3;
// node_modules/antd/es/checkbox/Group.js
var React350 = __toESM(require_react());
var import_classnames136 = __toESM(require_classnames());
var __rest43 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var CheckboxGroup = React350.forwardRef((props, ref) => {
const {
defaultValue,
children,
options = [],
prefixCls: customizePrefixCls,
className,
rootClassName,
style: style2,
onChange
} = props, restProps = __rest43(props, ["defaultValue", "children", "options", "prefixCls", "className", "rootClassName", "style", "onChange"]);
const {
getPrefixCls,
direction
} = React350.useContext(ConfigContext);
const [value, setValue] = React350.useState(restProps.value || defaultValue || []);
const [registeredValues, setRegisteredValues] = React350.useState([]);
React350.useEffect(() => {
if ("value" in restProps) {
setValue(restProps.value || []);
}
}, [restProps.value]);
const memoizedOptions = React350.useMemo(() => options.map((option) => {
if (typeof option === "string" || typeof option === "number") {
return {
label: option,
value: option
};
}
return option;
}), [options]);
const cancelValue = (val) => {
setRegisteredValues((prevValues) => prevValues.filter((v) => v !== val));
};
const registerValue = (val) => {
setRegisteredValues((prevValues) => [].concat(_toConsumableArray(prevValues), [val]));
};
const toggleOption = (option) => {
const optionIndex = value.indexOf(option.value);
const newValue = _toConsumableArray(value);
if (optionIndex === -1) {
newValue.push(option.value);
} else {
newValue.splice(optionIndex, 1);
}
if (!("value" in restProps)) {
setValue(newValue);
}
onChange === null || onChange === void 0 ? void 0 : onChange(newValue.filter((val) => registeredValues.includes(val)).sort((a, b) => {
const indexA = memoizedOptions.findIndex((opt) => opt.value === a);
const indexB = memoizedOptions.findIndex((opt) => opt.value === b);
return indexA - indexB;
}));
};
const prefixCls = getPrefixCls("checkbox", customizePrefixCls);
const groupPrefixCls = `${prefixCls}-group`;
const rootCls = useCSSVarCls_default(prefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default30(prefixCls, rootCls);
const domProps = omit(restProps, ["value", "disabled"]);
const childrenNode = options.length ? memoizedOptions.map((option) => React350.createElement(Checkbox_default, {
prefixCls,
key: option.value.toString(),
disabled: "disabled" in option ? option.disabled : restProps.disabled,
value: option.value,
checked: value.includes(option.value),
onChange: option.onChange,
className: (0, import_classnames136.default)(`${groupPrefixCls}-item`, option.className),
style: option.style,
title: option.title,
id: option.id,
required: option.required
}, option.label)) : children;
const memoizedContext = React350.useMemo(() => ({
toggleOption,
value,
disabled: restProps.disabled,
name: restProps.name,
// https://github.com/ant-design/ant-design/issues/16376
registerValue,
cancelValue
}), [toggleOption, value, restProps.disabled, restProps.name, registerValue, cancelValue]);
const classString = (0, import_classnames136.default)(groupPrefixCls, {
[`${groupPrefixCls}-rtl`]: direction === "rtl"
}, className, rootClassName, cssVarCls, rootCls, hashId);
return wrapCSSVar(React350.createElement("div", Object.assign({
className: classString,
style: style2
}, domProps, {
ref
}), React350.createElement(GroupContext_default.Provider, {
value: memoizedContext
}, childrenNode)));
});
var Group_default = CheckboxGroup;
// node_modules/antd/es/checkbox/index.js
var Checkbox4 = Checkbox_default;
Checkbox4.Group = Group_default;
Checkbox4.__ANT_CHECKBOX = true;
if (true) {
Checkbox4.displayName = "Checkbox";
}
var checkbox_default = Checkbox4;
// node_modules/antd/es/grid/col.js
var React351 = __toESM(require_react());
var import_classnames137 = __toESM(require_classnames());
// node_modules/antd/es/grid/RowContext.js
var import_react114 = __toESM(require_react());
var RowContext = (0, import_react114.createContext)({});
var RowContext_default = RowContext;
// node_modules/antd/es/grid/col.js
var __rest44 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
function parseFlex(flex) {
if (flex === "auto") {
return "1 1 auto";
}
if (typeof flex === "number") {
return `${flex} ${flex} auto`;
}
if (/^\d+(\.\d+)?(px|em|rem|%)$/.test(flex)) {
return `0 0 ${flex}`;
}
return flex;
}
var sizes = ["xs", "sm", "md", "lg", "xl", "xxl"];
var Col = React351.forwardRef((props, ref) => {
const {
getPrefixCls,
direction
} = React351.useContext(ConfigContext);
const {
gutter,
wrap
} = React351.useContext(RowContext_default);
const {
prefixCls: customizePrefixCls,
span,
order,
offset: offset3,
push,
pull,
className,
children,
flex,
style: style2
} = props, others = __rest44(props, ["prefixCls", "span", "order", "offset", "push", "pull", "className", "children", "flex", "style"]);
const prefixCls = getPrefixCls("col", customizePrefixCls);
const [wrapCSSVar, hashId, cssVarCls] = useColStyle(prefixCls);
const sizeStyle = {};
let sizeClassObj = {};
sizes.forEach((size) => {
let sizeProps = {};
const propSize = props[size];
if (typeof propSize === "number") {
sizeProps.span = propSize;
} else if (typeof propSize === "object") {
sizeProps = propSize || {};
}
delete others[size];
sizeClassObj = Object.assign(Object.assign({}, sizeClassObj), {
[`${prefixCls}-${size}-${sizeProps.span}`]: sizeProps.span !== void 0,
[`${prefixCls}-${size}-order-${sizeProps.order}`]: sizeProps.order || sizeProps.order === 0,
[`${prefixCls}-${size}-offset-${sizeProps.offset}`]: sizeProps.offset || sizeProps.offset === 0,
[`${prefixCls}-${size}-push-${sizeProps.push}`]: sizeProps.push || sizeProps.push === 0,
[`${prefixCls}-${size}-pull-${sizeProps.pull}`]: sizeProps.pull || sizeProps.pull === 0,
[`${prefixCls}-rtl`]: direction === "rtl"
});
if (sizeProps.flex) {
sizeClassObj[`${prefixCls}-${size}-flex`] = true;
sizeStyle[`--${prefixCls}-${size}-flex`] = parseFlex(sizeProps.flex);
}
});
const classes = (0, import_classnames137.default)(prefixCls, {
[`${prefixCls}-${span}`]: span !== void 0,
[`${prefixCls}-order-${order}`]: order,
[`${prefixCls}-offset-${offset3}`]: offset3,
[`${prefixCls}-push-${push}`]: push,
[`${prefixCls}-pull-${pull}`]: pull
}, className, sizeClassObj, hashId, cssVarCls);
const mergedStyle = {};
if (gutter === null || gutter === void 0 ? void 0 : gutter[0]) {
const horizontalGutter = typeof gutter[0] === "number" ? `${gutter[0] / 2}px` : `calc(${gutter[0]} / 2)`;
mergedStyle.paddingLeft = horizontalGutter;
mergedStyle.paddingRight = horizontalGutter;
}
if (flex) {
mergedStyle.flex = parseFlex(flex);
if (wrap === false && !mergedStyle.minWidth) {
mergedStyle.minWidth = 0;
}
}
return wrapCSSVar(React351.createElement("div", Object.assign({}, others, {
style: Object.assign(Object.assign(Object.assign({}, mergedStyle), style2), sizeStyle),
className: classes,
ref
}), children));
});
if (true) {
Col.displayName = "Col";
}
var col_default = Col;
// node_modules/antd/es/grid/row.js
var React352 = __toESM(require_react());
var import_classnames138 = __toESM(require_classnames());
// node_modules/antd/es/grid/hooks/useGutter.js
function useGutter(gutter, screens) {
const results = [void 0, void 0];
const normalizedGutter = Array.isArray(gutter) ? gutter : [gutter, void 0];
const mergedScreens = screens || {
xs: true,
sm: true,
md: true,
lg: true,
xl: true,
xxl: true
};
normalizedGutter.forEach((g, index3) => {
if (typeof g === "object" && g !== null) {
for (let i = 0; i < responsiveArray.length; i++) {
const breakpoint = responsiveArray[i];
if (mergedScreens[breakpoint] && g[breakpoint] !== void 0) {
results[index3] = g[breakpoint];
break;
}
}
} else {
results[index3] = g;
}
});
return results;
}
// node_modules/antd/es/grid/row.js
var __rest45 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
function useMergedPropByScreen(oriProp, screen) {
const [prop, setProp] = React352.useState(typeof oriProp === "string" ? oriProp : "");
const calcMergedAlignOrJustify = () => {
if (typeof oriProp === "string") {
setProp(oriProp);
}
if (typeof oriProp !== "object") {
return;
}
for (let i = 0; i < responsiveArray.length; i++) {
const breakpoint = responsiveArray[i];
if (!screen || !screen[breakpoint]) {
continue;
}
const curVal = oriProp[breakpoint];
if (curVal !== void 0) {
setProp(curVal);
return;
}
}
};
React352.useEffect(() => {
calcMergedAlignOrJustify();
}, [JSON.stringify(oriProp), screen]);
return prop;
}
var Row = React352.forwardRef((props, ref) => {
const {
prefixCls: customizePrefixCls,
justify,
align,
className,
style: style2,
children,
gutter = 0,
wrap
} = props, others = __rest45(props, ["prefixCls", "justify", "align", "className", "style", "children", "gutter", "wrap"]);
const {
getPrefixCls,
direction
} = React352.useContext(ConfigContext);
const screens = useBreakpoint_default(true, null);
const mergedAlign = useMergedPropByScreen(align, screens);
const mergedJustify = useMergedPropByScreen(justify, screens);
const prefixCls = getPrefixCls("row", customizePrefixCls);
const [wrapCSSVar, hashId, cssVarCls] = useRowStyle(prefixCls);
const gutters = useGutter(gutter, screens);
const classes = (0, import_classnames138.default)(prefixCls, {
[`${prefixCls}-no-wrap`]: wrap === false,
[`${prefixCls}-${mergedJustify}`]: mergedJustify,
[`${prefixCls}-${mergedAlign}`]: mergedAlign,
[`${prefixCls}-rtl`]: direction === "rtl"
}, className, hashId, cssVarCls);
const rowStyle = {};
if (gutters === null || gutters === void 0 ? void 0 : gutters[0]) {
const horizontalGutter = typeof gutters[0] === "number" ? `${gutters[0] / -2}px` : `calc(${gutters[0]} / -2)`;
rowStyle.marginLeft = horizontalGutter;
rowStyle.marginRight = horizontalGutter;
}
const [gutterH, gutterV] = gutters;
rowStyle.rowGap = gutterV;
const rowContext = React352.useMemo(() => ({
gutter: [gutterH, gutterV],
wrap
}), [gutterH, gutterV, wrap]);
return wrapCSSVar(React352.createElement(RowContext_default.Provider, {
value: rowContext
}, React352.createElement("div", Object.assign({}, others, {
className: classes,
style: Object.assign(Object.assign({}, rowStyle), style2),
ref
}), children)));
});
if (true) {
Row.displayName = "Row";
}
var row_default = Row;
// node_modules/antd/es/grid/index.js
function useBreakpoint2() {
return useBreakpoint_default();
}
var grid_default = {
useBreakpoint: useBreakpoint2
};
// node_modules/antd/es/col/index.js
var col_default2 = col_default;
// node_modules/antd/es/color-picker/ColorPicker.js
var import_react139 = __toESM(require_react());
var import_classnames159 = __toESM(require_classnames());
// node_modules/antd/es/color-picker/ColorPickerPanel.js
var import_react137 = __toESM(require_react());
// node_modules/antd/es/divider/index.js
var React353 = __toESM(require_react());
var import_classnames139 = __toESM(require_classnames());
// node_modules/antd/es/divider/style/index.js
var genSizeDividerStyle = (token2) => {
const {
componentCls
} = token2;
return {
[componentCls]: {
"&-horizontal": {
[`&${componentCls}`]: {
"&-sm": {
marginBlock: token2.marginXS
},
"&-md": {
marginBlock: token2.margin
}
}
}
}
};
};
var genSharedDividerStyle = (token2) => {
const {
componentCls,
sizePaddingEdgeHorizontal,
colorSplit,
lineWidth,
textPaddingInline,
orientationMargin,
verticalMarginInline
} = token2;
return {
[componentCls]: Object.assign(Object.assign({}, resetComponent(token2)), {
borderBlockStart: `${unit2(lineWidth)} solid ${colorSplit}`,
// vertical
"&-vertical": {
position: "relative",
top: "-0.06em",
display: "inline-block",
height: "0.9em",
marginInline: verticalMarginInline,
marginBlock: 0,
verticalAlign: "middle",
borderTop: 0,
borderInlineStart: `${unit2(lineWidth)} solid ${colorSplit}`
},
"&-horizontal": {
display: "flex",
clear: "both",
width: "100%",
minWidth: "100%",
// Fix https://github.com/ant-design/ant-design/issues/10914
margin: `${unit2(token2.marginLG)} 0`
},
[`&-horizontal${componentCls}-with-text`]: {
display: "flex",
alignItems: "center",
margin: `${unit2(token2.dividerHorizontalWithTextGutterMargin)} 0`,
color: token2.colorTextHeading,
fontWeight: 500,
fontSize: token2.fontSizeLG,
whiteSpace: "nowrap",
textAlign: "center",
borderBlockStart: `0 ${colorSplit}`,
"&::before, &::after": {
position: "relative",
width: "50%",
borderBlockStart: `${unit2(lineWidth)} solid transparent`,
// Chrome not accept `inherit` in `border-top`
borderBlockStartColor: "inherit",
borderBlockEnd: 0,
transform: "translateY(50%)",
content: "''"
}
},
[`&-horizontal${componentCls}-with-text-start`]: {
"&::before": {
width: `calc(${orientationMargin} * 100%)`
},
"&::after": {
width: `calc(100% - ${orientationMargin} * 100%)`
}
},
[`&-horizontal${componentCls}-with-text-end`]: {
"&::before": {
width: `calc(100% - ${orientationMargin} * 100%)`
},
"&::after": {
width: `calc(${orientationMargin} * 100%)`
}
},
[`${componentCls}-inner-text`]: {
display: "inline-block",
paddingBlock: 0,
paddingInline: textPaddingInline
},
"&-dashed": {
background: "none",
borderColor: colorSplit,
borderStyle: "dashed",
borderWidth: `${unit2(lineWidth)} 0 0`
},
[`&-horizontal${componentCls}-with-text${componentCls}-dashed`]: {
"&::before, &::after": {
borderStyle: "dashed none none"
}
},
[`&-vertical${componentCls}-dashed`]: {
borderInlineStartWidth: lineWidth,
borderInlineEnd: 0,
borderBlockStart: 0,
borderBlockEnd: 0
},
"&-dotted": {
background: "none",
borderColor: colorSplit,
borderStyle: "dotted",
borderWidth: `${unit2(lineWidth)} 0 0`
},
[`&-horizontal${componentCls}-with-text${componentCls}-dotted`]: {
"&::before, &::after": {
borderStyle: "dotted none none"
}
},
[`&-vertical${componentCls}-dotted`]: {
borderInlineStartWidth: lineWidth,
borderInlineEnd: 0,
borderBlockStart: 0,
borderBlockEnd: 0
},
[`&-plain${componentCls}-with-text`]: {
color: token2.colorText,
fontWeight: "normal",
fontSize: token2.fontSize
},
[`&-horizontal${componentCls}-with-text-start${componentCls}-no-default-orientation-margin-start`]: {
"&::before": {
width: 0
},
"&::after": {
width: "100%"
},
[`${componentCls}-inner-text`]: {
paddingInlineStart: sizePaddingEdgeHorizontal
}
},
[`&-horizontal${componentCls}-with-text-end${componentCls}-no-default-orientation-margin-end`]: {
"&::before": {
width: "100%"
},
"&::after": {
width: 0
},
[`${componentCls}-inner-text`]: {
paddingInlineEnd: sizePaddingEdgeHorizontal
}
}
})
};
};
var prepareComponentToken28 = (token2) => ({
textPaddingInline: "1em",
orientationMargin: 0.05,
verticalMarginInline: token2.marginXS
});
var style_default32 = genStyleHooks("Divider", (token2) => {
const dividerToken = merge2(token2, {
dividerHorizontalWithTextGutterMargin: token2.margin,
sizePaddingEdgeHorizontal: 0
});
return [genSharedDividerStyle(dividerToken), genSizeDividerStyle(dividerToken)];
}, prepareComponentToken28, {
unitless: {
orientationMargin: true
}
});
// node_modules/antd/es/divider/index.js
var __rest46 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var sizeClassNameMap = {
small: "sm",
middle: "md"
};
var Divider2 = (props) => {
const {
getPrefixCls,
direction,
className: dividerClassName,
style: dividerStyle
} = useComponentConfig("divider");
const {
prefixCls: customizePrefixCls,
type: type5 = "horizontal",
orientation = "center",
orientationMargin,
className,
rootClassName,
children,
dashed,
variant = "solid",
plain,
style: style2,
size: customSize
} = props, restProps = __rest46(props, ["prefixCls", "type", "orientation", "orientationMargin", "className", "rootClassName", "children", "dashed", "variant", "plain", "style", "size"]);
const prefixCls = getPrefixCls("divider", customizePrefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default32(prefixCls);
const sizeFullName = useSize_default(customSize);
const sizeCls = sizeClassNameMap[sizeFullName];
const hasChildren = !!children;
const mergedOrientation = React353.useMemo(() => {
if (orientation === "left") {
return direction === "rtl" ? "end" : "start";
}
if (orientation === "right") {
return direction === "rtl" ? "start" : "end";
}
return orientation;
}, [direction, orientation]);
const hasMarginStart = mergedOrientation === "start" && orientationMargin != null;
const hasMarginEnd = mergedOrientation === "end" && orientationMargin != null;
const classString = (0, import_classnames139.default)(prefixCls, dividerClassName, hashId, cssVarCls, `${prefixCls}-${type5}`, {
[`${prefixCls}-with-text`]: hasChildren,
[`${prefixCls}-with-text-${mergedOrientation}`]: hasChildren,
[`${prefixCls}-dashed`]: !!dashed,
[`${prefixCls}-${variant}`]: variant !== "solid",
[`${prefixCls}-plain`]: !!plain,
[`${prefixCls}-rtl`]: direction === "rtl",
[`${prefixCls}-no-default-orientation-margin-start`]: hasMarginStart,
[`${prefixCls}-no-default-orientation-margin-end`]: hasMarginEnd,
[`${prefixCls}-${sizeCls}`]: !!sizeCls
}, className, rootClassName);
const memoizedOrientationMargin = React353.useMemo(() => {
if (typeof orientationMargin === "number") {
return orientationMargin;
}
if (/^\d+$/.test(orientationMargin)) {
return Number(orientationMargin);
}
return orientationMargin;
}, [orientationMargin]);
const innerStyle = {
marginInlineStart: hasMarginStart ? memoizedOrientationMargin : void 0,
marginInlineEnd: hasMarginEnd ? memoizedOrientationMargin : void 0
};
if (true) {
const warning5 = devUseWarning("Divider");
true ? warning5(!children || type5 !== "vertical", "usage", "`children` not working in `vertical` mode.") : void 0;
}
return wrapCSSVar(React353.createElement("div", Object.assign({
className: classString,
style: Object.assign(Object.assign({}, dividerStyle), style2)
}, restProps, {
role: "separator"
}), children && type5 !== "vertical" && React353.createElement("span", {
className: `${prefixCls}-inner-text`,
style: innerStyle
}, children)));
};
if (true) {
Divider2.displayName = "Divider";
}
var divider_default = Divider2;
// node_modules/antd/es/color-picker/components/PanelPicker/index.js
var import_react135 = __toESM(require_react());
// node_modules/antd/es/segmented/index.js
var React356 = __toESM(require_react());
var import_classnames142 = __toESM(require_classnames());
// node_modules/rc-segmented/es/index.js
var import_classnames141 = __toESM(require_classnames());
var React355 = __toESM(require_react());
// node_modules/rc-segmented/es/MotionThumb.js
var import_classnames140 = __toESM(require_classnames());
var React354 = __toESM(require_react());
var calcThumbStyle = function calcThumbStyle2(targetElement, vertical) {
if (!targetElement) return null;
var style2 = {
left: targetElement.offsetLeft,
right: targetElement.parentElement.clientWidth - targetElement.clientWidth - targetElement.offsetLeft,
width: targetElement.clientWidth,
top: targetElement.offsetTop,
bottom: targetElement.parentElement.clientHeight - targetElement.clientHeight - targetElement.offsetTop,
height: targetElement.clientHeight
};
if (vertical) {
return {
left: 0,
right: 0,
width: 0,
top: style2.top,
bottom: style2.bottom,
height: style2.height
};
}
return {
left: style2.left,
right: style2.right,
width: style2.width,
top: 0,
bottom: 0,
height: 0
};
};
var toPX = function toPX2(value) {
return value !== void 0 ? "".concat(value, "px") : void 0;
};
function MotionThumb(props) {
var prefixCls = props.prefixCls, containerRef = props.containerRef, value = props.value, getValueIndex = props.getValueIndex, motionName = props.motionName, onMotionStart = props.onMotionStart, onMotionEnd = props.onMotionEnd, direction = props.direction, _props$vertical = props.vertical, vertical = _props$vertical === void 0 ? false : _props$vertical;
var thumbRef = React354.useRef(null);
var _React$useState = React354.useState(value), _React$useState2 = _slicedToArray(_React$useState, 2), prevValue = _React$useState2[0], setPrevValue = _React$useState2[1];
var findValueElement = function findValueElement2(val) {
var _containerRef$current;
var index3 = getValueIndex(val);
var ele = (_containerRef$current = containerRef.current) === null || _containerRef$current === void 0 ? void 0 : _containerRef$current.querySelectorAll(".".concat(prefixCls, "-item"))[index3];
return (ele === null || ele === void 0 ? void 0 : ele.offsetParent) && ele;
};
var _React$useState3 = React354.useState(null), _React$useState4 = _slicedToArray(_React$useState3, 2), prevStyle = _React$useState4[0], setPrevStyle = _React$useState4[1];
var _React$useState5 = React354.useState(null), _React$useState6 = _slicedToArray(_React$useState5, 2), nextStyle = _React$useState6[0], setNextStyle = _React$useState6[1];
useLayoutEffect_default(function() {
if (prevValue !== value) {
var prev2 = findValueElement(prevValue);
var next2 = findValueElement(value);
var calcPrevStyle = calcThumbStyle(prev2, vertical);
var calcNextStyle = calcThumbStyle(next2, vertical);
setPrevValue(value);
setPrevStyle(calcPrevStyle);
setNextStyle(calcNextStyle);
if (prev2 && next2) {
onMotionStart();
} else {
onMotionEnd();
}
}
}, [value]);
var thumbStart = React354.useMemo(function() {
if (vertical) {
var _prevStyle$top;
return toPX((_prevStyle$top = prevStyle === null || prevStyle === void 0 ? void 0 : prevStyle.top) !== null && _prevStyle$top !== void 0 ? _prevStyle$top : 0);
}
if (direction === "rtl") {
return toPX(-(prevStyle === null || prevStyle === void 0 ? void 0 : prevStyle.right));
}
return toPX(prevStyle === null || prevStyle === void 0 ? void 0 : prevStyle.left);
}, [vertical, direction, prevStyle]);
var thumbActive = React354.useMemo(function() {
if (vertical) {
var _nextStyle$top;
return toPX((_nextStyle$top = nextStyle === null || nextStyle === void 0 ? void 0 : nextStyle.top) !== null && _nextStyle$top !== void 0 ? _nextStyle$top : 0);
}
if (direction === "rtl") {
return toPX(-(nextStyle === null || nextStyle === void 0 ? void 0 : nextStyle.right));
}
return toPX(nextStyle === null || nextStyle === void 0 ? void 0 : nextStyle.left);
}, [vertical, direction, nextStyle]);
var onAppearStart = function onAppearStart2() {
if (vertical) {
return {
transform: "translateY(var(--thumb-start-top))",
height: "var(--thumb-start-height)"
};
}
return {
transform: "translateX(var(--thumb-start-left))",
width: "var(--thumb-start-width)"
};
};
var onAppearActive = function onAppearActive2() {
if (vertical) {
return {
transform: "translateY(var(--thumb-active-top))",
height: "var(--thumb-active-height)"
};
}
return {
transform: "translateX(var(--thumb-active-left))",
width: "var(--thumb-active-width)"
};
};
var onVisibleChanged = function onVisibleChanged2() {
setPrevStyle(null);
setNextStyle(null);
onMotionEnd();
};
if (!prevStyle || !nextStyle) {
return null;
}
return React354.createElement(es_default2, {
visible: true,
motionName,
motionAppear: true,
onAppearStart,
onAppearActive,
onVisibleChanged
}, function(_ref, ref) {
var motionClassName = _ref.className, motionStyle = _ref.style;
var mergedStyle = _objectSpread2(_objectSpread2({}, motionStyle), {}, {
"--thumb-start-left": thumbStart,
"--thumb-start-width": toPX(prevStyle === null || prevStyle === void 0 ? void 0 : prevStyle.width),
"--thumb-active-left": thumbActive,
"--thumb-active-width": toPX(nextStyle === null || nextStyle === void 0 ? void 0 : nextStyle.width),
"--thumb-start-top": thumbStart,
"--thumb-start-height": toPX(prevStyle === null || prevStyle === void 0 ? void 0 : prevStyle.height),
"--thumb-active-top": thumbActive,
"--thumb-active-height": toPX(nextStyle === null || nextStyle === void 0 ? void 0 : nextStyle.height)
});
var motionProps = {
ref: composeRef(thumbRef, ref),
style: mergedStyle,
className: (0, import_classnames140.default)("".concat(prefixCls, "-thumb"), motionClassName)
};
if (false) {
motionProps["data-test-style"] = JSON.stringify(mergedStyle);
}
return React354.createElement("div", motionProps);
});
}
// node_modules/rc-segmented/es/index.js
var _excluded49 = ["prefixCls", "direction", "vertical", "options", "disabled", "defaultValue", "value", "name", "onChange", "className", "motionName"];
function getValidTitle(option) {
if (typeof option.title !== "undefined") {
return option.title;
}
if (_typeof(option.label) !== "object") {
var _option$label;
return (_option$label = option.label) === null || _option$label === void 0 ? void 0 : _option$label.toString();
}
}
function normalizeOptions(options) {
return options.map(function(option) {
if (_typeof(option) === "object" && option !== null) {
var validTitle = getValidTitle(option);
return _objectSpread2(_objectSpread2({}, option), {}, {
title: validTitle
});
}
return {
label: option === null || option === void 0 ? void 0 : option.toString(),
title: option === null || option === void 0 ? void 0 : option.toString(),
value: option
};
});
}
var InternalSegmentedOption = function InternalSegmentedOption2(_ref) {
var prefixCls = _ref.prefixCls, className = _ref.className, disabled = _ref.disabled, checked = _ref.checked, label = _ref.label, title = _ref.title, value = _ref.value, name = _ref.name, onChange = _ref.onChange, onFocus = _ref.onFocus, onBlur = _ref.onBlur, onKeyDown2 = _ref.onKeyDown, onKeyUp = _ref.onKeyUp, onMouseDown = _ref.onMouseDown;
var handleChange = function handleChange2(event) {
if (disabled) {
return;
}
onChange(event, value);
};
return React355.createElement("label", {
className: (0, import_classnames141.default)(className, _defineProperty({}, "".concat(prefixCls, "-item-disabled"), disabled)),
onMouseDown
}, React355.createElement("input", {
name,
className: "".concat(prefixCls, "-item-input"),
type: "radio",
disabled,
checked,
onChange: handleChange,
onFocus,
onBlur,
onKeyDown: onKeyDown2,
onKeyUp
}), React355.createElement("div", {
className: "".concat(prefixCls, "-item-label"),
title
}, label));
};
var Segmented = React355.forwardRef(function(props, ref) {
var _segmentedOptions$;
var _props$prefixCls = props.prefixCls, prefixCls = _props$prefixCls === void 0 ? "rc-segmented" : _props$prefixCls, direction = props.direction, vertical = props.vertical, _props$options = props.options, options = _props$options === void 0 ? [] : _props$options, disabled = props.disabled, defaultValue = props.defaultValue, value = props.value, name = props.name, onChange = props.onChange, _props$className = props.className, className = _props$className === void 0 ? "" : _props$className, _props$motionName = props.motionName, motionName = _props$motionName === void 0 ? "thumb-motion" : _props$motionName, restProps = _objectWithoutProperties(props, _excluded49);
var containerRef = React355.useRef(null);
var mergedRef = React355.useMemo(function() {
return composeRef(containerRef, ref);
}, [containerRef, ref]);
var segmentedOptions = React355.useMemo(function() {
return normalizeOptions(options);
}, [options]);
var _useMergedState = useMergedState((_segmentedOptions$ = segmentedOptions[0]) === null || _segmentedOptions$ === void 0 ? void 0 : _segmentedOptions$.value, {
value,
defaultValue
}), _useMergedState2 = _slicedToArray(_useMergedState, 2), rawValue = _useMergedState2[0], setRawValue = _useMergedState2[1];
var _React$useState = React355.useState(false), _React$useState2 = _slicedToArray(_React$useState, 2), thumbShow = _React$useState2[0], setThumbShow = _React$useState2[1];
var handleChange = function handleChange2(event, val) {
setRawValue(val);
onChange === null || onChange === void 0 || onChange(val);
};
var divProps = omit(restProps, ["children"]);
var _React$useState3 = React355.useState(false), _React$useState4 = _slicedToArray(_React$useState3, 2), isKeyboard = _React$useState4[0], setIsKeyboard = _React$useState4[1];
var _React$useState5 = React355.useState(false), _React$useState6 = _slicedToArray(_React$useState5, 2), isFocused = _React$useState6[0], setIsFocused = _React$useState6[1];
var handleFocus = function handleFocus2() {
setIsFocused(true);
};
var handleBlur = function handleBlur2() {
setIsFocused(false);
};
var handleMouseDown = function handleMouseDown2() {
setIsKeyboard(false);
};
var handleKeyUp = function handleKeyUp2(event) {
if (event.key === "Tab") {
setIsKeyboard(true);
}
};
var onOffset = function onOffset2(offset3) {
var currentIndex = segmentedOptions.findIndex(function(option) {
return option.value === rawValue;
});
var total = segmentedOptions.length;
var nextIndex = (currentIndex + offset3 + total) % total;
var nextOption = segmentedOptions[nextIndex];
if (nextOption) {
setRawValue(nextOption.value);
onChange === null || onChange === void 0 || onChange(nextOption.value);
}
};
var handleKeyDown = function handleKeyDown2(event) {
switch (event.key) {
case "ArrowLeft":
case "ArrowUp":
onOffset(-1);
break;
case "ArrowRight":
case "ArrowDown":
onOffset(1);
break;
}
};
return React355.createElement("div", _extends({
role: "radiogroup",
"aria-label": "segmented control",
tabIndex: disabled ? void 0 : 0,
"aria-orientation": vertical ? "vertical" : "horizontal"
}, divProps, {
className: (0, import_classnames141.default)(prefixCls, _defineProperty(_defineProperty(_defineProperty({}, "".concat(prefixCls, "-rtl"), direction === "rtl"), "".concat(prefixCls, "-disabled"), disabled), "".concat(prefixCls, "-vertical"), vertical), className),
ref: mergedRef
}), React355.createElement("div", {
className: "".concat(prefixCls, "-group")
}, React355.createElement(MotionThumb, {
vertical,
prefixCls,
value: rawValue,
containerRef,
motionName: "".concat(prefixCls, "-").concat(motionName),
direction,
getValueIndex: function getValueIndex(val) {
return segmentedOptions.findIndex(function(n2) {
return n2.value === val;
});
},
onMotionStart: function onMotionStart() {
setThumbShow(true);
},
onMotionEnd: function onMotionEnd() {
setThumbShow(false);
}
}), segmentedOptions.map(function(segmentedOption) {
return React355.createElement(InternalSegmentedOption, _extends({}, segmentedOption, {
name,
key: segmentedOption.value,
prefixCls,
className: (0, import_classnames141.default)(segmentedOption.className, "".concat(prefixCls, "-item"), _defineProperty(_defineProperty({}, "".concat(prefixCls, "-item-selected"), segmentedOption.value === rawValue && !thumbShow), "".concat(prefixCls, "-item-focused"), isFocused && isKeyboard && segmentedOption.value === rawValue)),
checked: segmentedOption.value === rawValue,
onChange: handleChange,
onFocus: handleFocus,
onBlur: handleBlur,
onKeyDown: handleKeyDown,
onKeyUp: handleKeyUp,
onMouseDown: handleMouseDown,
disabled: !!disabled || !!segmentedOption.disabled
}));
})));
});
if (true) {
Segmented.displayName = "Segmented";
}
var TypedSegmented = Segmented;
var es_default21 = TypedSegmented;
// node_modules/antd/es/segmented/style/index.js
function getItemDisabledStyle(cls13, token2) {
return {
[`${cls13}, ${cls13}:hover, ${cls13}:focus`]: {
color: token2.colorTextDisabled,
cursor: "not-allowed"
}
};
}
function getItemSelectedStyle(token2) {
return {
background: token2.itemSelectedBg,
boxShadow: token2.boxShadowTertiary
};
}
var segmentedTextEllipsisCss = Object.assign({
overflow: "hidden"
}, textEllipsis);
var genSegmentedStyle = (token2) => {
const {
componentCls
} = token2;
const labelHeight = token2.calc(token2.controlHeight).sub(token2.calc(token2.trackPadding).mul(2)).equal();
const labelHeightLG = token2.calc(token2.controlHeightLG).sub(token2.calc(token2.trackPadding).mul(2)).equal();
const labelHeightSM = token2.calc(token2.controlHeightSM).sub(token2.calc(token2.trackPadding).mul(2)).equal();
return {
[componentCls]: Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, resetComponent(token2)), {
display: "inline-block",
padding: token2.trackPadding,
color: token2.itemColor,
background: token2.trackBg,
borderRadius: token2.borderRadius,
transition: `all ${token2.motionDurationMid}`
}), genFocusStyle(token2)), {
[`${componentCls}-group`]: {
position: "relative",
display: "flex",
alignItems: "stretch",
justifyItems: "flex-start",
flexDirection: "row",
width: "100%"
},
// RTL styles
[`&${componentCls}-rtl`]: {
direction: "rtl"
},
[`&${componentCls}-vertical`]: {
[`${componentCls}-group`]: {
flexDirection: "column"
},
[`${componentCls}-thumb`]: {
width: "100%",
height: 0,
padding: `0 ${unit2(token2.paddingXXS)}`
}
},
// block styles
[`&${componentCls}-block`]: {
display: "flex"
},
[`&${componentCls}-block ${componentCls}-item`]: {
flex: 1,
minWidth: 0
},
// item styles
[`${componentCls}-item`]: {
position: "relative",
textAlign: "center",
cursor: "pointer",
transition: `color ${token2.motionDurationMid}`,
borderRadius: token2.borderRadiusSM,
// Fix Safari render bug
// https://github.com/ant-design/ant-design/issues/45250
transform: "translateZ(0)",
"&-selected": Object.assign(Object.assign({}, getItemSelectedStyle(token2)), {
color: token2.itemSelectedColor
}),
"&-focused": genFocusOutline(token2),
"&::after": {
content: '""',
position: "absolute",
zIndex: -1,
width: "100%",
height: "100%",
top: 0,
insetInlineStart: 0,
borderRadius: "inherit",
opacity: 0,
transition: `opacity ${token2.motionDurationMid}, background-color ${token2.motionDurationMid}`,
// This is mandatory to make it not clickable or hoverable
// Ref: https://github.com/ant-design/ant-design/issues/40888
pointerEvents: "none"
},
[`&:not(${componentCls}-item-selected):not(${componentCls}-item-disabled)`]: {
"&:hover, &:active": {
color: token2.itemHoverColor
},
"&:hover::after": {
opacity: 1,
backgroundColor: token2.itemHoverBg
},
"&:active::after": {
opacity: 1,
backgroundColor: token2.itemActiveBg
}
},
"&-label": Object.assign({
minHeight: labelHeight,
lineHeight: unit2(labelHeight),
padding: `0 ${unit2(token2.segmentedPaddingHorizontal)}`
}, segmentedTextEllipsisCss),
// syntactic sugar to add `icon` for Segmented Item
"&-icon + *": {
marginInlineStart: token2.calc(token2.marginSM).div(2).equal()
},
"&-input": {
position: "absolute",
insetBlockStart: 0,
insetInlineStart: 0,
width: 0,
height: 0,
opacity: 0,
pointerEvents: "none"
}
},
// thumb styles
[`${componentCls}-thumb`]: Object.assign(Object.assign({}, getItemSelectedStyle(token2)), {
position: "absolute",
insetBlockStart: 0,
insetInlineStart: 0,
width: 0,
height: "100%",
padding: `${unit2(token2.paddingXXS)} 0`,
borderRadius: token2.borderRadiusSM,
[`& ~ ${componentCls}-item:not(${componentCls}-item-selected):not(${componentCls}-item-disabled)::after`]: {
backgroundColor: "transparent"
}
}),
// size styles
[`&${componentCls}-lg`]: {
borderRadius: token2.borderRadiusLG,
[`${componentCls}-item-label`]: {
minHeight: labelHeightLG,
lineHeight: unit2(labelHeightLG),
padding: `0 ${unit2(token2.segmentedPaddingHorizontal)}`,
fontSize: token2.fontSizeLG
},
[`${componentCls}-item, ${componentCls}-thumb`]: {
borderRadius: token2.borderRadius
}
},
[`&${componentCls}-sm`]: {
borderRadius: token2.borderRadiusSM,
[`${componentCls}-item-label`]: {
minHeight: labelHeightSM,
lineHeight: unit2(labelHeightSM),
padding: `0 ${unit2(token2.segmentedPaddingHorizontalSM)}`
},
[`${componentCls}-item, ${componentCls}-thumb`]: {
borderRadius: token2.borderRadiusXS
}
}
}), getItemDisabledStyle(`&-disabled ${componentCls}-item`, token2)), getItemDisabledStyle(`${componentCls}-item-disabled`, token2)), {
// transition effect when `appear-active`
[`${componentCls}-thumb-motion-appear-active`]: {
transition: `transform ${token2.motionDurationSlow} ${token2.motionEaseInOut}, width ${token2.motionDurationSlow} ${token2.motionEaseInOut}`,
willChange: "transform, width"
},
[`&${componentCls}-shape-round`]: {
borderRadius: 9999,
[`${componentCls}-item, ${componentCls}-thumb`]: {
borderRadius: 9999
}
}
})
};
};
var prepareComponentToken29 = (token2) => {
const {
colorTextLabel,
colorText,
colorFillSecondary,
colorBgElevated,
colorFill,
lineWidthBold,
colorBgLayout
} = token2;
return {
trackPadding: lineWidthBold,
trackBg: colorBgLayout,
itemColor: colorTextLabel,
itemHoverColor: colorText,
itemHoverBg: colorFillSecondary,
itemSelectedBg: colorBgElevated,
itemActiveBg: colorFill,
itemSelectedColor: colorText
};
};
var style_default33 = genStyleHooks("Segmented", (token2) => {
const {
lineWidth,
calc
} = token2;
const segmentedToken = merge2(token2, {
segmentedPaddingHorizontal: calc(token2.controlPaddingHorizontal).sub(lineWidth).equal(),
segmentedPaddingHorizontalSM: calc(token2.controlPaddingHorizontalSM).sub(lineWidth).equal()
});
return genSegmentedStyle(segmentedToken);
}, prepareComponentToken29);
// node_modules/antd/es/segmented/index.js
var __rest47 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
function isSegmentedLabeledOptionWithIcon(option) {
return typeof option === "object" && !!(option === null || option === void 0 ? void 0 : option.icon);
}
var InternalSegmented = React356.forwardRef((props, ref) => {
const defaultName = useId_default();
const {
prefixCls: customizePrefixCls,
className,
rootClassName,
block,
options = [],
size: customSize = "middle",
style: style2,
vertical,
shape = "default",
name = defaultName
} = props, restProps = __rest47(props, ["prefixCls", "className", "rootClassName", "block", "options", "size", "style", "vertical", "shape", "name"]);
const {
getPrefixCls,
direction,
className: contextClassName,
style: contextStyle
} = useComponentConfig("segmented");
const prefixCls = getPrefixCls("segmented", customizePrefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default33(prefixCls);
const mergedSize = useSize_default(customSize);
const extendedOptions = React356.useMemo(() => options.map((option) => {
if (isSegmentedLabeledOptionWithIcon(option)) {
const {
icon,
label
} = option, restOption = __rest47(option, ["icon", "label"]);
return Object.assign(Object.assign({}, restOption), {
label: React356.createElement(React356.Fragment, null, React356.createElement("span", {
className: `${prefixCls}-item-icon`
}, icon), label && React356.createElement("span", null, label))
});
}
return option;
}), [options, prefixCls]);
const cls13 = (0, import_classnames142.default)(className, rootClassName, contextClassName, {
[`${prefixCls}-block`]: block,
[`${prefixCls}-sm`]: mergedSize === "small",
[`${prefixCls}-lg`]: mergedSize === "large",
[`${prefixCls}-vertical`]: vertical,
[`${prefixCls}-shape-${shape}`]: shape === "round"
}, hashId, cssVarCls);
const mergedStyle = Object.assign(Object.assign({}, contextStyle), style2);
return wrapCSSVar(React356.createElement(es_default21, Object.assign({}, restProps, {
name,
className: cls13,
style: mergedStyle,
options: extendedOptions,
ref,
prefixCls,
direction,
vertical
})));
});
var Segmented2 = InternalSegmented;
if (true) {
Segmented2.displayName = "Segmented";
}
var segmented_default = Segmented2;
// node_modules/antd/es/color-picker/context.js
var import_react115 = __toESM(require_react());
var PanelPickerContext = import_react115.default.createContext({});
var PanelPresetsContext = import_react115.default.createContext({});
// node_modules/antd/es/color-picker/components/ColorClear.js
var import_react116 = __toESM(require_react());
var ColorClear = ({
prefixCls,
value,
onChange
}) => {
const handleClick = () => {
if (onChange && value && !value.cleared) {
const hsba = value.toHsb();
hsba.a = 0;
const genColor = generateColor3(hsba);
genColor.cleared = true;
onChange(genColor);
}
};
return import_react116.default.createElement("div", {
className: `${prefixCls}-clear`,
onClick: handleClick
});
};
var ColorClear_default = ColorClear;
// node_modules/antd/es/color-picker/components/ColorInput.js
var import_react130 = __toESM(require_react());
// node_modules/antd/es/color-picker/interface.js
var FORMAT_HEX = "hex";
var FORMAT_RGB = "rgb";
var FORMAT_HSB = "hsb";
// node_modules/antd/es/color-picker/components/ColorAlphaInput.js
var import_react123 = __toESM(require_react());
// node_modules/antd/es/color-picker/components/ColorSteppers.js
var import_react122 = __toESM(require_react());
var import_classnames148 = __toESM(require_classnames());
// node_modules/antd/es/input-number/index.js
var React364 = __toESM(require_react());
var import_classnames147 = __toESM(require_classnames());
// node_modules/@rc-component/mini-decimal/es/supportUtil.js
function supportBigInt() {
return typeof BigInt === "function";
}
// node_modules/@rc-component/mini-decimal/es/numberUtil.js
function isEmpty(value) {
return !value && value !== 0 && !Number.isNaN(value) || !String(value).trim();
}
function trimNumber(numStr) {
var str = numStr.trim();
var negative = str.startsWith("-");
if (negative) {
str = str.slice(1);
}
str = str.replace(/(\.\d*[^0])0*$/, "$1").replace(/\.0*$/, "").replace(/^0+/, "");
if (str.startsWith(".")) {
str = "0".concat(str);
}
var trimStr = str || "0";
var splitNumber = trimStr.split(".");
var integerStr = splitNumber[0] || "0";
var decimalStr = splitNumber[1] || "0";
if (integerStr === "0" && decimalStr === "0") {
negative = false;
}
var negativeStr = negative ? "-" : "";
return {
negative,
negativeStr,
trimStr,
integerStr,
decimalStr,
fullStr: "".concat(negativeStr).concat(trimStr)
};
}
function isE(number4) {
var str = String(number4);
return !Number.isNaN(Number(str)) && str.includes("e");
}
function getNumberPrecision(number4) {
var numStr = String(number4);
if (isE(number4)) {
var precision = Number(numStr.slice(numStr.indexOf("e-") + 2));
var decimalMatch = numStr.match(/\.(\d+)/);
if (decimalMatch !== null && decimalMatch !== void 0 && decimalMatch[1]) {
precision += decimalMatch[1].length;
}
return precision;
}
return numStr.includes(".") && validateNumber(numStr) ? numStr.length - numStr.indexOf(".") - 1 : 0;
}
function num2str(number4) {
var numStr = String(number4);
if (isE(number4)) {
if (number4 > Number.MAX_SAFE_INTEGER) {
return String(supportBigInt() ? BigInt(number4).toString() : Number.MAX_SAFE_INTEGER);
}
if (number4 < Number.MIN_SAFE_INTEGER) {
return String(supportBigInt() ? BigInt(number4).toString() : Number.MIN_SAFE_INTEGER);
}
numStr = number4.toFixed(getNumberPrecision(numStr));
}
return trimNumber(numStr).fullStr;
}
function validateNumber(num) {
if (typeof num === "number") {
return !Number.isNaN(num);
}
if (!num) {
return false;
}
return (
// Normal type: 11.28
/^\s*-?\d+(\.\d+)?\s*$/.test(num) || // Pre-number: 1.
/^\s*-?\d+\.\s*$/.test(num) || // Post-number: .1
/^\s*-?\.\d+\s*$/.test(num)
);
}
// node_modules/@rc-component/mini-decimal/es/BigIntDecimal.js
var BigIntDecimal = function() {
function BigIntDecimal2(value) {
_classCallCheck(this, BigIntDecimal2);
_defineProperty(this, "origin", "");
_defineProperty(this, "negative", void 0);
_defineProperty(this, "integer", void 0);
_defineProperty(this, "decimal", void 0);
_defineProperty(this, "decimalLen", void 0);
_defineProperty(this, "empty", void 0);
_defineProperty(this, "nan", void 0);
if (isEmpty(value)) {
this.empty = true;
return;
}
this.origin = String(value);
if (value === "-" || Number.isNaN(value)) {
this.nan = true;
return;
}
var mergedValue = value;
if (isE(mergedValue)) {
mergedValue = Number(mergedValue);
}
mergedValue = typeof mergedValue === "string" ? mergedValue : num2str(mergedValue);
if (validateNumber(mergedValue)) {
var trimRet = trimNumber(mergedValue);
this.negative = trimRet.negative;
var numbers = trimRet.trimStr.split(".");
this.integer = BigInt(numbers[0]);
var decimalStr = numbers[1] || "0";
this.decimal = BigInt(decimalStr);
this.decimalLen = decimalStr.length;
} else {
this.nan = true;
}
}
_createClass(BigIntDecimal2, [{
key: "getMark",
value: function getMark() {
return this.negative ? "-" : "";
}
}, {
key: "getIntegerStr",
value: function getIntegerStr() {
return this.integer.toString();
}
/**
* @private get decimal string
*/
}, {
key: "getDecimalStr",
value: function getDecimalStr() {
return this.decimal.toString().padStart(this.decimalLen, "0");
}
/**
* @private Align BigIntDecimal with same decimal length. e.g. 12.3 + 5 = 1230000
* This is used for add function only.
*/
}, {
key: "alignDecimal",
value: function alignDecimal(decimalLength) {
var str = "".concat(this.getMark()).concat(this.getIntegerStr()).concat(this.getDecimalStr().padEnd(decimalLength, "0"));
return BigInt(str);
}
}, {
key: "negate",
value: function negate() {
var clone = new BigIntDecimal2(this.toString());
clone.negative = !clone.negative;
return clone;
}
}, {
key: "cal",
value: function cal(offset3, calculator, calDecimalLen) {
var maxDecimalLength = Math.max(this.getDecimalStr().length, offset3.getDecimalStr().length);
var myAlignedDecimal = this.alignDecimal(maxDecimalLength);
var offsetAlignedDecimal = offset3.alignDecimal(maxDecimalLength);
var valueStr = calculator(myAlignedDecimal, offsetAlignedDecimal).toString();
var nextDecimalLength = calDecimalLen(maxDecimalLength);
var _trimNumber = trimNumber(valueStr), negativeStr = _trimNumber.negativeStr, trimStr = _trimNumber.trimStr;
var hydrateValueStr = "".concat(negativeStr).concat(trimStr.padStart(nextDecimalLength + 1, "0"));
return new BigIntDecimal2("".concat(hydrateValueStr.slice(0, -nextDecimalLength), ".").concat(hydrateValueStr.slice(-nextDecimalLength)));
}
}, {
key: "add",
value: function add(value) {
if (this.isInvalidate()) {
return new BigIntDecimal2(value);
}
var offset3 = new BigIntDecimal2(value);
if (offset3.isInvalidate()) {
return this;
}
return this.cal(offset3, function(num1, num2) {
return num1 + num2;
}, function(len) {
return len;
});
}
}, {
key: "multi",
value: function multi(value) {
var target = new BigIntDecimal2(value);
if (this.isInvalidate() || target.isInvalidate()) {
return new BigIntDecimal2(NaN);
}
return this.cal(target, function(num1, num2) {
return num1 * num2;
}, function(len) {
return len * 2;
});
}
}, {
key: "isEmpty",
value: function isEmpty2() {
return this.empty;
}
}, {
key: "isNaN",
value: function isNaN2() {
return this.nan;
}
}, {
key: "isInvalidate",
value: function isInvalidate() {
return this.isEmpty() || this.isNaN();
}
}, {
key: "equals",
value: function equals(target) {
return this.toString() === (target === null || target === void 0 ? void 0 : target.toString());
}
}, {
key: "lessEquals",
value: function lessEquals(target) {
return this.add(target.negate().toString()).toNumber() <= 0;
}
}, {
key: "toNumber",
value: function toNumber() {
if (this.isNaN()) {
return NaN;
}
return Number(this.toString());
}
}, {
key: "toString",
value: function toString() {
var safe = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : true;
if (!safe) {
return this.origin;
}
if (this.isInvalidate()) {
return "";
}
return trimNumber("".concat(this.getMark()).concat(this.getIntegerStr(), ".").concat(this.getDecimalStr())).fullStr;
}
}]);
return BigIntDecimal2;
}();
// node_modules/@rc-component/mini-decimal/es/NumberDecimal.js
var NumberDecimal = function() {
function NumberDecimal2(value) {
_classCallCheck(this, NumberDecimal2);
_defineProperty(this, "origin", "");
_defineProperty(this, "number", void 0);
_defineProperty(this, "empty", void 0);
if (isEmpty(value)) {
this.empty = true;
return;
}
this.origin = String(value);
this.number = Number(value);
}
_createClass(NumberDecimal2, [{
key: "negate",
value: function negate() {
return new NumberDecimal2(-this.toNumber());
}
}, {
key: "add",
value: function add(value) {
if (this.isInvalidate()) {
return new NumberDecimal2(value);
}
var target = Number(value);
if (Number.isNaN(target)) {
return this;
}
var number4 = this.number + target;
if (number4 > Number.MAX_SAFE_INTEGER) {
return new NumberDecimal2(Number.MAX_SAFE_INTEGER);
}
if (number4 < Number.MIN_SAFE_INTEGER) {
return new NumberDecimal2(Number.MIN_SAFE_INTEGER);
}
var maxPrecision = Math.max(getNumberPrecision(this.number), getNumberPrecision(target));
return new NumberDecimal2(number4.toFixed(maxPrecision));
}
}, {
key: "multi",
value: function multi(value) {
var target = Number(value);
if (this.isInvalidate() || Number.isNaN(target)) {
return new NumberDecimal2(NaN);
}
var number4 = this.number * target;
if (number4 > Number.MAX_SAFE_INTEGER) {
return new NumberDecimal2(Number.MAX_SAFE_INTEGER);
}
if (number4 < Number.MIN_SAFE_INTEGER) {
return new NumberDecimal2(Number.MIN_SAFE_INTEGER);
}
var maxPrecision = Math.max(getNumberPrecision(this.number), getNumberPrecision(target));
return new NumberDecimal2(number4.toFixed(maxPrecision));
}
}, {
key: "isEmpty",
value: function isEmpty2() {
return this.empty;
}
}, {
key: "isNaN",
value: function isNaN2() {
return Number.isNaN(this.number);
}
}, {
key: "isInvalidate",
value: function isInvalidate() {
return this.isEmpty() || this.isNaN();
}
}, {
key: "equals",
value: function equals(target) {
return this.toNumber() === (target === null || target === void 0 ? void 0 : target.toNumber());
}
}, {
key: "lessEquals",
value: function lessEquals(target) {
return this.add(target.negate().toString()).toNumber() <= 0;
}
}, {
key: "toNumber",
value: function toNumber() {
return this.number;
}
}, {
key: "toString",
value: function toString() {
var safe = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : true;
if (!safe) {
return this.origin;
}
if (this.isInvalidate()) {
return "";
}
return num2str(this.number);
}
}]);
return NumberDecimal2;
}();
// node_modules/@rc-component/mini-decimal/es/MiniDecimal.js
function getMiniDecimal(value) {
if (supportBigInt()) {
return new BigIntDecimal(value);
}
return new NumberDecimal(value);
}
function toFixed(numStr, separatorStr, precision) {
var cutOnly = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : false;
if (numStr === "") {
return "";
}
var _trimNumber = trimNumber(numStr), negativeStr = _trimNumber.negativeStr, integerStr = _trimNumber.integerStr, decimalStr = _trimNumber.decimalStr;
var precisionDecimalStr = "".concat(separatorStr).concat(decimalStr);
var numberWithoutDecimal = "".concat(negativeStr).concat(integerStr);
if (precision >= 0) {
var advancedNum = Number(decimalStr[precision]);
if (advancedNum >= 5 && !cutOnly) {
var advancedDecimal = getMiniDecimal(numStr).add("".concat(negativeStr, "0.").concat("0".repeat(precision)).concat(10 - advancedNum));
return toFixed(advancedDecimal.toString(), separatorStr, precision, cutOnly);
}
if (precision === 0) {
return numberWithoutDecimal;
}
return "".concat(numberWithoutDecimal).concat(separatorStr).concat(decimalStr.padEnd(precision, "0").slice(0, precision));
}
if (precisionDecimalStr === ".0") {
return numberWithoutDecimal;
}
return "".concat(numberWithoutDecimal).concat(precisionDecimalStr);
}
// node_modules/@rc-component/mini-decimal/es/index.js
var es_default22 = getMiniDecimal;
// node_modules/rc-input-number/es/InputNumber.js
var import_classnames146 = __toESM(require_classnames());
// node_modules/rc-input/es/BaseInput.js
var import_classnames143 = __toESM(require_classnames());
var import_react117 = __toESM(require_react());
// node_modules/rc-input/es/utils/commonUtils.js
function hasAddon(props) {
return !!(props.addonBefore || props.addonAfter);
}
function hasPrefixSuffix(props) {
return !!(props.prefix || props.suffix || props.allowClear);
}
function cloneEvent(event, target, value) {
var currentTarget = target.cloneNode(true);
var newEvent = Object.create(event, {
target: {
value: currentTarget
},
currentTarget: {
value: currentTarget
}
});
currentTarget.value = value;
if (typeof target.selectionStart === "number" && typeof target.selectionEnd === "number") {
currentTarget.selectionStart = target.selectionStart;
currentTarget.selectionEnd = target.selectionEnd;
}
currentTarget.setSelectionRange = function() {
target.setSelectionRange.apply(target, arguments);
};
return newEvent;
}
function resolveOnChange(target, e3, onChange, targetValue) {
if (!onChange) {
return;
}
var event = e3;
if (e3.type === "click") {
event = cloneEvent(e3, target, "");
onChange(event);
return;
}
if (target.type !== "file" && targetValue !== void 0) {
event = cloneEvent(e3, target, targetValue);
onChange(event);
return;
}
onChange(event);
}
function triggerFocus(element, option) {
if (!element) return;
element.focus(option);
var _ref = option || {}, cursor = _ref.cursor;
if (cursor) {
var len = element.value.length;
switch (cursor) {
case "start":
element.setSelectionRange(0, 0);
break;
case "end":
element.setSelectionRange(len, len);
break;
default:
element.setSelectionRange(0, len);
}
}
}
// node_modules/rc-input/es/BaseInput.js
var BaseInput = import_react117.default.forwardRef(function(props, ref) {
var _props, _props2, _props3;
var inputEl = props.inputElement, children = props.children, prefixCls = props.prefixCls, prefix2 = props.prefix, suffix = props.suffix, addonBefore = props.addonBefore, addonAfter = props.addonAfter, className = props.className, style2 = props.style, disabled = props.disabled, readOnly = props.readOnly, focused = props.focused, triggerFocus2 = props.triggerFocus, allowClear = props.allowClear, value = props.value, handleReset = props.handleReset, hidden = props.hidden, classes = props.classes, classNames252 = props.classNames, dataAttrs = props.dataAttrs, styles = props.styles, components2 = props.components, onClear = props.onClear;
var inputElement = children !== null && children !== void 0 ? children : inputEl;
var AffixWrapperComponent = (components2 === null || components2 === void 0 ? void 0 : components2.affixWrapper) || "span";
var GroupWrapperComponent = (components2 === null || components2 === void 0 ? void 0 : components2.groupWrapper) || "span";
var WrapperComponent = (components2 === null || components2 === void 0 ? void 0 : components2.wrapper) || "span";
var GroupAddonComponent = (components2 === null || components2 === void 0 ? void 0 : components2.groupAddon) || "span";
var containerRef = (0, import_react117.useRef)(null);
var onInputClick = function onInputClick2(e3) {
var _containerRef$current;
if ((_containerRef$current = containerRef.current) !== null && _containerRef$current !== void 0 && _containerRef$current.contains(e3.target)) {
triggerFocus2 === null || triggerFocus2 === void 0 || triggerFocus2();
}
};
var hasAffix = hasPrefixSuffix(props);
var element = (0, import_react117.cloneElement)(inputElement, {
value,
className: (0, import_classnames143.default)((_props = inputElement.props) === null || _props === void 0 ? void 0 : _props.className, !hasAffix && (classNames252 === null || classNames252 === void 0 ? void 0 : classNames252.variant)) || null
});
var groupRef = (0, import_react117.useRef)(null);
import_react117.default.useImperativeHandle(ref, function() {
return {
nativeElement: groupRef.current || containerRef.current
};
});
if (hasAffix) {
var clearIcon = null;
if (allowClear) {
var needClear = !disabled && !readOnly && value;
var clearIconCls = "".concat(prefixCls, "-clear-icon");
var iconNode = _typeof(allowClear) === "object" && allowClear !== null && allowClear !== void 0 && allowClear.clearIcon ? allowClear.clearIcon : "✖";
clearIcon = import_react117.default.createElement("button", {
type: "button",
tabIndex: -1,
onClick: function onClick(event) {
handleReset === null || handleReset === void 0 || handleReset(event);
onClear === null || onClear === void 0 || onClear();
},
onMouseDown: function onMouseDown(e3) {
return e3.preventDefault();
},
className: (0, import_classnames143.default)(clearIconCls, _defineProperty(_defineProperty({}, "".concat(clearIconCls, "-hidden"), !needClear), "".concat(clearIconCls, "-has-suffix"), !!suffix))
}, iconNode);
}
var affixWrapperPrefixCls = "".concat(prefixCls, "-affix-wrapper");
var affixWrapperCls = (0, import_classnames143.default)(affixWrapperPrefixCls, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, "".concat(prefixCls, "-disabled"), disabled), "".concat(affixWrapperPrefixCls, "-disabled"), disabled), "".concat(affixWrapperPrefixCls, "-focused"), focused), "".concat(affixWrapperPrefixCls, "-readonly"), readOnly), "".concat(affixWrapperPrefixCls, "-input-with-clear-btn"), suffix && allowClear && value), classes === null || classes === void 0 ? void 0 : classes.affixWrapper, classNames252 === null || classNames252 === void 0 ? void 0 : classNames252.affixWrapper, classNames252 === null || classNames252 === void 0 ? void 0 : classNames252.variant);
var suffixNode = (suffix || allowClear) && import_react117.default.createElement("span", {
className: (0, import_classnames143.default)("".concat(prefixCls, "-suffix"), classNames252 === null || classNames252 === void 0 ? void 0 : classNames252.suffix),
style: styles === null || styles === void 0 ? void 0 : styles.suffix
}, clearIcon, suffix);
element = import_react117.default.createElement(AffixWrapperComponent, _extends({
className: affixWrapperCls,
style: styles === null || styles === void 0 ? void 0 : styles.affixWrapper,
onClick: onInputClick
}, dataAttrs === null || dataAttrs === void 0 ? void 0 : dataAttrs.affixWrapper, {
ref: containerRef
}), prefix2 && import_react117.default.createElement("span", {
className: (0, import_classnames143.default)("".concat(prefixCls, "-prefix"), classNames252 === null || classNames252 === void 0 ? void 0 : classNames252.prefix),
style: styles === null || styles === void 0 ? void 0 : styles.prefix
}, prefix2), element, suffixNode);
}
if (hasAddon(props)) {
var wrapperCls = "".concat(prefixCls, "-group");
var addonCls = "".concat(wrapperCls, "-addon");
var groupWrapperCls = "".concat(wrapperCls, "-wrapper");
var mergedWrapperClassName = (0, import_classnames143.default)("".concat(prefixCls, "-wrapper"), wrapperCls, classes === null || classes === void 0 ? void 0 : classes.wrapper, classNames252 === null || classNames252 === void 0 ? void 0 : classNames252.wrapper);
var mergedGroupClassName = (0, import_classnames143.default)(groupWrapperCls, _defineProperty({}, "".concat(groupWrapperCls, "-disabled"), disabled), classes === null || classes === void 0 ? void 0 : classes.group, classNames252 === null || classNames252 === void 0 ? void 0 : classNames252.groupWrapper);
element = import_react117.default.createElement(GroupWrapperComponent, {
className: mergedGroupClassName,
ref: groupRef
}, import_react117.default.createElement(WrapperComponent, {
className: mergedWrapperClassName
}, addonBefore && import_react117.default.createElement(GroupAddonComponent, {
className: addonCls
}, addonBefore), element, addonAfter && import_react117.default.createElement(GroupAddonComponent, {
className: addonCls
}, addonAfter)));
}
return import_react117.default.cloneElement(element, {
className: (0, import_classnames143.default)((_props2 = element.props) === null || _props2 === void 0 ? void 0 : _props2.className, className) || null,
style: _objectSpread2(_objectSpread2({}, (_props3 = element.props) === null || _props3 === void 0 ? void 0 : _props3.style), style2),
hidden
});
});
var BaseInput_default = BaseInput;
// node_modules/rc-input/es/Input.js
var import_classnames144 = __toESM(require_classnames());
var import_react118 = __toESM(require_react());
// node_modules/rc-input/es/hooks/useCount.js
var React360 = __toESM(require_react());
var _excluded50 = ["show"];
function useCount(count, showCount) {
return React360.useMemo(function() {
var mergedConfig = {};
if (showCount) {
mergedConfig.show = _typeof(showCount) === "object" && showCount.formatter ? showCount.formatter : !!showCount;
}
mergedConfig = _objectSpread2(_objectSpread2({}, mergedConfig), count);
var _ref = mergedConfig, show = _ref.show, rest = _objectWithoutProperties(_ref, _excluded50);
return _objectSpread2(_objectSpread2({}, rest), {}, {
show: !!show,
showFormatter: typeof show === "function" ? show : void 0,
strategy: rest.strategy || function(value) {
return value.length;
}
});
}, [count, showCount]);
}
// node_modules/rc-input/es/Input.js
var _excluded51 = ["autoComplete", "onChange", "onFocus", "onBlur", "onPressEnter", "onKeyDown", "onKeyUp", "prefixCls", "disabled", "htmlSize", "className", "maxLength", "suffix", "showCount", "count", "type", "classes", "classNames", "styles", "onCompositionStart", "onCompositionEnd"];
var Input4 = (0, import_react118.forwardRef)(function(props, ref) {
var autoComplete = props.autoComplete, onChange = props.onChange, onFocus = props.onFocus, onBlur = props.onBlur, onPressEnter = props.onPressEnter, onKeyDown2 = props.onKeyDown, onKeyUp = props.onKeyUp, _props$prefixCls = props.prefixCls, prefixCls = _props$prefixCls === void 0 ? "rc-input" : _props$prefixCls, disabled = props.disabled, htmlSize = props.htmlSize, className = props.className, maxLength = props.maxLength, suffix = props.suffix, showCount = props.showCount, count = props.count, _props$type = props.type, type5 = _props$type === void 0 ? "text" : _props$type, classes = props.classes, classNames252 = props.classNames, styles = props.styles, _onCompositionStart = props.onCompositionStart, onCompositionEnd = props.onCompositionEnd, rest = _objectWithoutProperties(props, _excluded51);
var _useState = (0, import_react118.useState)(false), _useState2 = _slicedToArray(_useState, 2), focused = _useState2[0], setFocused = _useState2[1];
var compositionRef = (0, import_react118.useRef)(false);
var keyLockRef = (0, import_react118.useRef)(false);
var inputRef = (0, import_react118.useRef)(null);
var holderRef = (0, import_react118.useRef)(null);
var focus = function focus2(option) {
if (inputRef.current) {
triggerFocus(inputRef.current, option);
}
};
var _useMergedState = useMergedState(props.defaultValue, {
value: props.value
}), _useMergedState2 = _slicedToArray(_useMergedState, 2), value = _useMergedState2[0], setValue = _useMergedState2[1];
var formatValue2 = value === void 0 || value === null ? "" : String(value);
var _useState3 = (0, import_react118.useState)(null), _useState4 = _slicedToArray(_useState3, 2), selection = _useState4[0], setSelection = _useState4[1];
var countConfig = useCount(count, showCount);
var mergedMax = countConfig.max || maxLength;
var valueLength = countConfig.strategy(formatValue2);
var isOutOfRange = !!mergedMax && valueLength > mergedMax;
(0, import_react118.useImperativeHandle)(ref, function() {
var _holderRef$current;
return {
focus,
blur: function blur() {
var _inputRef$current;
(_inputRef$current = inputRef.current) === null || _inputRef$current === void 0 || _inputRef$current.blur();
},
setSelectionRange: function setSelectionRange(start, end, direction) {
var _inputRef$current2;
(_inputRef$current2 = inputRef.current) === null || _inputRef$current2 === void 0 || _inputRef$current2.setSelectionRange(start, end, direction);
},
select: function select() {
var _inputRef$current3;
(_inputRef$current3 = inputRef.current) === null || _inputRef$current3 === void 0 || _inputRef$current3.select();
},
input: inputRef.current,
nativeElement: ((_holderRef$current = holderRef.current) === null || _holderRef$current === void 0 ? void 0 : _holderRef$current.nativeElement) || inputRef.current
};
});
(0, import_react118.useEffect)(function() {
if (keyLockRef.current) {
keyLockRef.current = false;
}
setFocused(function(prev2) {
return prev2 && disabled ? false : prev2;
});
}, [disabled]);
var triggerChange = function triggerChange2(e3, currentValue, info) {
var cutValue = currentValue;
if (!compositionRef.current && countConfig.exceedFormatter && countConfig.max && countConfig.strategy(currentValue) > countConfig.max) {
cutValue = countConfig.exceedFormatter(currentValue, {
max: countConfig.max
});
if (currentValue !== cutValue) {
var _inputRef$current4, _inputRef$current5;
setSelection([((_inputRef$current4 = inputRef.current) === null || _inputRef$current4 === void 0 ? void 0 : _inputRef$current4.selectionStart) || 0, ((_inputRef$current5 = inputRef.current) === null || _inputRef$current5 === void 0 ? void 0 : _inputRef$current5.selectionEnd) || 0]);
}
} else if (info.source === "compositionEnd") {
return;
}
setValue(cutValue);
if (inputRef.current) {
resolveOnChange(inputRef.current, e3, onChange, cutValue);
}
};
(0, import_react118.useEffect)(function() {
if (selection) {
var _inputRef$current6;
(_inputRef$current6 = inputRef.current) === null || _inputRef$current6 === void 0 || _inputRef$current6.setSelectionRange.apply(_inputRef$current6, _toConsumableArray(selection));
}
}, [selection]);
var onInternalChange = function onInternalChange2(e3) {
triggerChange(e3, e3.target.value, {
source: "change"
});
};
var onInternalCompositionEnd = function onInternalCompositionEnd2(e3) {
compositionRef.current = false;
triggerChange(e3, e3.currentTarget.value, {
source: "compositionEnd"
});
onCompositionEnd === null || onCompositionEnd === void 0 || onCompositionEnd(e3);
};
var handleKeyDown = function handleKeyDown2(e3) {
if (onPressEnter && e3.key === "Enter" && !keyLockRef.current) {
keyLockRef.current = true;
onPressEnter(e3);
}
onKeyDown2 === null || onKeyDown2 === void 0 || onKeyDown2(e3);
};
var handleKeyUp = function handleKeyUp2(e3) {
if (e3.key === "Enter") {
keyLockRef.current = false;
}
onKeyUp === null || onKeyUp === void 0 || onKeyUp(e3);
};
var handleFocus = function handleFocus2(e3) {
setFocused(true);
onFocus === null || onFocus === void 0 || onFocus(e3);
};
var handleBlur = function handleBlur2(e3) {
if (keyLockRef.current) {
keyLockRef.current = false;
}
setFocused(false);
onBlur === null || onBlur === void 0 || onBlur(e3);
};
var handleReset = function handleReset2(e3) {
setValue("");
focus();
if (inputRef.current) {
resolveOnChange(inputRef.current, e3, onChange);
}
};
var outOfRangeCls = isOutOfRange && "".concat(prefixCls, "-out-of-range");
var getInputElement = function getInputElement2() {
var otherProps = omit(props, [
"prefixCls",
"onPressEnter",
"addonBefore",
"addonAfter",
"prefix",
"suffix",
"allowClear",
// Input elements must be either controlled or uncontrolled,
// specify either the value prop, or the defaultValue prop, but not both.
"defaultValue",
"showCount",
"count",
"classes",
"htmlSize",
"styles",
"classNames",
"onClear"
]);
return import_react118.default.createElement("input", _extends({
autoComplete
}, otherProps, {
onChange: onInternalChange,
onFocus: handleFocus,
onBlur: handleBlur,
onKeyDown: handleKeyDown,
onKeyUp: handleKeyUp,
className: (0, import_classnames144.default)(prefixCls, _defineProperty({}, "".concat(prefixCls, "-disabled"), disabled), classNames252 === null || classNames252 === void 0 ? void 0 : classNames252.input),
style: styles === null || styles === void 0 ? void 0 : styles.input,
ref: inputRef,
size: htmlSize,
type: type5,
onCompositionStart: function onCompositionStart(e3) {
compositionRef.current = true;
_onCompositionStart === null || _onCompositionStart === void 0 || _onCompositionStart(e3);
},
onCompositionEnd: onInternalCompositionEnd
}));
};
var getSuffix = function getSuffix2() {
var hasMaxLength = Number(mergedMax) > 0;
if (suffix || countConfig.show) {
var dataCount = countConfig.showFormatter ? countConfig.showFormatter({
value: formatValue2,
count: valueLength,
maxLength: mergedMax
}) : "".concat(valueLength).concat(hasMaxLength ? " / ".concat(mergedMax) : "");
return import_react118.default.createElement(import_react118.default.Fragment, null, countConfig.show && import_react118.default.createElement("span", {
className: (0, import_classnames144.default)("".concat(prefixCls, "-show-count-suffix"), _defineProperty({}, "".concat(prefixCls, "-show-count-has-suffix"), !!suffix), classNames252 === null || classNames252 === void 0 ? void 0 : classNames252.count),
style: _objectSpread2({}, styles === null || styles === void 0 ? void 0 : styles.count)
}, dataCount), suffix);
}
return null;
};
return import_react118.default.createElement(BaseInput_default, _extends({}, rest, {
prefixCls,
className: (0, import_classnames144.default)(className, outOfRangeCls),
handleReset,
value: formatValue2,
focused,
triggerFocus: focus,
suffix: getSuffix(),
disabled,
classes,
classNames: classNames252,
styles,
ref: holderRef
}), getInputElement());
});
var Input_default4 = Input4;
// node_modules/rc-input/es/index.js
var es_default23 = Input_default4;
// node_modules/rc-util/es/proxyObject.js
function proxyObject(obj, extendProps) {
if (typeof Proxy !== "undefined" && obj) {
return new Proxy(obj, {
get: function get2(target, prop) {
if (extendProps[prop]) {
return extendProps[prop];
}
var originProp = target[prop];
return typeof originProp === "function" ? originProp.bind(target) : originProp;
}
});
}
return obj;
}
// node_modules/rc-input-number/es/InputNumber.js
var React363 = __toESM(require_react());
// node_modules/rc-input-number/es/hooks/useCursor.js
var import_react119 = __toESM(require_react());
function useCursor(input, focused) {
var selectionRef = (0, import_react119.useRef)(null);
function recordCursor() {
try {
var start = input.selectionStart, end = input.selectionEnd, value = input.value;
var beforeTxt = value.substring(0, start);
var afterTxt = value.substring(end);
selectionRef.current = {
start,
end,
value,
beforeTxt,
afterTxt
};
} catch (e3) {
}
}
function restoreCursor() {
if (input && selectionRef.current && focused) {
try {
var value = input.value;
var _selectionRef$current = selectionRef.current, beforeTxt = _selectionRef$current.beforeTxt, afterTxt = _selectionRef$current.afterTxt, start = _selectionRef$current.start;
var startPos = value.length;
if (value.startsWith(beforeTxt)) {
startPos = beforeTxt.length;
} else if (value.endsWith(afterTxt)) {
startPos = value.length - selectionRef.current.afterTxt.length;
} else {
var beforeLastChar = beforeTxt[start - 1];
var newIndex = value.indexOf(beforeLastChar, start - 1);
if (newIndex !== -1) {
startPos = newIndex + 1;
}
}
input.setSelectionRange(startPos, startPos);
} catch (e3) {
warning_default(false, "Something warning of cursor restore. Please fire issue about this: ".concat(e3.message));
}
}
}
return [recordCursor, restoreCursor];
}
// node_modules/rc-input-number/es/StepHandler.js
var React362 = __toESM(require_react());
var import_classnames145 = __toESM(require_classnames());
// node_modules/rc-util/es/hooks/useMobile.js
var import_react120 = __toESM(require_react());
var useMobile = function useMobile2() {
var _useState = (0, import_react120.useState)(false), _useState2 = _slicedToArray(_useState, 2), mobile = _useState2[0], setMobile = _useState2[1];
useLayoutEffect_default(function() {
setMobile(isMobile_default());
}, []);
return mobile;
};
var useMobile_default = useMobile;
// node_modules/rc-input-number/es/StepHandler.js
var STEP_INTERVAL = 200;
var STEP_DELAY = 600;
function StepHandler(_ref) {
var prefixCls = _ref.prefixCls, upNode = _ref.upNode, downNode = _ref.downNode, upDisabled = _ref.upDisabled, downDisabled = _ref.downDisabled, onStep = _ref.onStep;
var stepTimeoutRef = React362.useRef();
var frameIds = React362.useRef([]);
var onStepRef = React362.useRef();
onStepRef.current = onStep;
var onStopStep = function onStopStep2() {
clearTimeout(stepTimeoutRef.current);
};
var onStepMouseDown = function onStepMouseDown2(e3, up) {
e3.preventDefault();
onStopStep();
onStepRef.current(up);
function loopStep() {
onStepRef.current(up);
stepTimeoutRef.current = setTimeout(loopStep, STEP_INTERVAL);
}
stepTimeoutRef.current = setTimeout(loopStep, STEP_DELAY);
};
React362.useEffect(function() {
return function() {
onStopStep();
frameIds.current.forEach(function(id) {
return raf_default.cancel(id);
});
};
}, []);
var isMobile = useMobile_default();
if (isMobile) {
return null;
}
var handlerClassName = "".concat(prefixCls, "-handler");
var upClassName = (0, import_classnames145.default)(handlerClassName, "".concat(handlerClassName, "-up"), _defineProperty({}, "".concat(handlerClassName, "-up-disabled"), upDisabled));
var downClassName = (0, import_classnames145.default)(handlerClassName, "".concat(handlerClassName, "-down"), _defineProperty({}, "".concat(handlerClassName, "-down-disabled"), downDisabled));
var safeOnStopStep = function safeOnStopStep2() {
return frameIds.current.push(raf_default(onStopStep));
};
var sharedHandlerProps = {
unselectable: "on",
role: "button",
onMouseUp: safeOnStopStep,
onMouseLeave: safeOnStopStep
};
return React362.createElement("div", {
className: "".concat(handlerClassName, "-wrap")
}, React362.createElement("span", _extends({}, sharedHandlerProps, {
onMouseDown: function onMouseDown(e3) {
onStepMouseDown(e3, true);
},
"aria-label": "Increase Value",
"aria-disabled": upDisabled,
className: upClassName
}), upNode || React362.createElement("span", {
unselectable: "on",
className: "".concat(prefixCls, "-handler-up-inner")
})), React362.createElement("span", _extends({}, sharedHandlerProps, {
onMouseDown: function onMouseDown(e3) {
onStepMouseDown(e3, false);
},
"aria-label": "Decrease Value",
"aria-disabled": downDisabled,
className: downClassName
}), downNode || React362.createElement("span", {
unselectable: "on",
className: "".concat(prefixCls, "-handler-down-inner")
})));
}
// node_modules/rc-input-number/es/utils/numberUtil.js
function getDecupleSteps(step) {
var stepStr = typeof step === "number" ? num2str(step) : trimNumber(step).fullStr;
var hasPoint = stepStr.includes(".");
if (!hasPoint) {
return step + "0";
}
return trimNumber(stepStr.replace(/(\d)\.(\d)/g, "$1$2.")).fullStr;
}
// node_modules/rc-input-number/es/hooks/useFrame.js
var import_react121 = __toESM(require_react());
var useFrame_default = function() {
var idRef = (0, import_react121.useRef)(0);
var cleanUp = function cleanUp2() {
raf_default.cancel(idRef.current);
};
(0, import_react121.useEffect)(function() {
return cleanUp;
}, []);
return function(callback) {
cleanUp();
idRef.current = raf_default(function() {
callback();
});
};
};
// node_modules/rc-input-number/es/InputNumber.js
var _excluded52 = ["prefixCls", "className", "style", "min", "max", "step", "defaultValue", "value", "disabled", "readOnly", "upHandler", "downHandler", "keyboard", "changeOnWheel", "controls", "classNames", "stringMode", "parser", "formatter", "precision", "decimalSeparator", "onChange", "onInput", "onPressEnter", "onStep", "changeOnBlur", "domRef"];
var _excluded215 = ["disabled", "style", "prefixCls", "value", "prefix", "suffix", "addonBefore", "addonAfter", "className", "classNames"];
var getDecimalValue = function getDecimalValue2(stringMode, decimalValue) {
if (stringMode || decimalValue.isEmpty()) {
return decimalValue.toString();
}
return decimalValue.toNumber();
};
var getDecimalIfValidate = function getDecimalIfValidate2(value) {
var decimal = es_default22(value);
return decimal.isInvalidate() ? null : decimal;
};
var InternalInputNumber = React363.forwardRef(function(props, ref) {
var prefixCls = props.prefixCls, className = props.className, style2 = props.style, min = props.min, max = props.max, _props$step = props.step, step = _props$step === void 0 ? 1 : _props$step, defaultValue = props.defaultValue, value = props.value, disabled = props.disabled, readOnly = props.readOnly, upHandler = props.upHandler, downHandler = props.downHandler, keyboard = props.keyboard, _props$changeOnWheel = props.changeOnWheel, changeOnWheel = _props$changeOnWheel === void 0 ? false : _props$changeOnWheel, _props$controls = props.controls, controls = _props$controls === void 0 ? true : _props$controls, classNames252 = props.classNames, stringMode = props.stringMode, parser = props.parser, formatter = props.formatter, precision = props.precision, decimalSeparator = props.decimalSeparator, onChange = props.onChange, onInput = props.onInput, onPressEnter = props.onPressEnter, onStep = props.onStep, _props$changeOnBlur = props.changeOnBlur, changeOnBlur = _props$changeOnBlur === void 0 ? true : _props$changeOnBlur, domRef = props.domRef, inputProps = _objectWithoutProperties(props, _excluded52);
var inputClassName = "".concat(prefixCls, "-input");
var inputRef = React363.useRef(null);
var _React$useState = React363.useState(false), _React$useState2 = _slicedToArray(_React$useState, 2), focus = _React$useState2[0], setFocus = _React$useState2[1];
var userTypingRef = React363.useRef(false);
var compositionRef = React363.useRef(false);
var shiftKeyRef = React363.useRef(false);
var _React$useState3 = React363.useState(function() {
return es_default22(value !== null && value !== void 0 ? value : defaultValue);
}), _React$useState4 = _slicedToArray(_React$useState3, 2), decimalValue = _React$useState4[0], setDecimalValue = _React$useState4[1];
function setUncontrolledDecimalValue(newDecimal) {
if (value === void 0) {
setDecimalValue(newDecimal);
}
}
var getPrecision = React363.useCallback(function(numStr, userTyping) {
if (userTyping) {
return void 0;
}
if (precision >= 0) {
return precision;
}
return Math.max(getNumberPrecision(numStr), getNumberPrecision(step));
}, [precision, step]);
var mergedParser = React363.useCallback(function(num) {
var numStr = String(num);
if (parser) {
return parser(numStr);
}
var parsedStr = numStr;
if (decimalSeparator) {
parsedStr = parsedStr.replace(decimalSeparator, ".");
}
return parsedStr.replace(/[^\w.-]+/g, "");
}, [parser, decimalSeparator]);
var inputValueRef = React363.useRef("");
var mergedFormatter = React363.useCallback(function(number4, userTyping) {
if (formatter) {
return formatter(number4, {
userTyping,
input: String(inputValueRef.current)
});
}
var str = typeof number4 === "number" ? num2str(number4) : number4;
if (!userTyping) {
var mergedPrecision = getPrecision(str, userTyping);
if (validateNumber(str) && (decimalSeparator || mergedPrecision >= 0)) {
var separatorStr = decimalSeparator || ".";
str = toFixed(str, separatorStr, mergedPrecision);
}
}
return str;
}, [formatter, getPrecision, decimalSeparator]);
var _React$useState5 = React363.useState(function() {
var initValue = defaultValue !== null && defaultValue !== void 0 ? defaultValue : value;
if (decimalValue.isInvalidate() && ["string", "number"].includes(_typeof(initValue))) {
return Number.isNaN(initValue) ? "" : initValue;
}
return mergedFormatter(decimalValue.toString(), false);
}), _React$useState6 = _slicedToArray(_React$useState5, 2), inputValue = _React$useState6[0], setInternalInputValue = _React$useState6[1];
inputValueRef.current = inputValue;
function setInputValue(newValue, userTyping) {
setInternalInputValue(mergedFormatter(
// Invalidate number is sometime passed by external control, we should let it go
// Otherwise is controlled by internal interactive logic which check by userTyping
// You can ref 'show limited value when input is not focused' test for more info.
newValue.isInvalidate() ? newValue.toString(false) : newValue.toString(!userTyping),
userTyping
));
}
var maxDecimal = React363.useMemo(function() {
return getDecimalIfValidate(max);
}, [max, precision]);
var minDecimal = React363.useMemo(function() {
return getDecimalIfValidate(min);
}, [min, precision]);
var upDisabled = React363.useMemo(function() {
if (!maxDecimal || !decimalValue || decimalValue.isInvalidate()) {
return false;
}
return maxDecimal.lessEquals(decimalValue);
}, [maxDecimal, decimalValue]);
var downDisabled = React363.useMemo(function() {
if (!minDecimal || !decimalValue || decimalValue.isInvalidate()) {
return false;
}
return decimalValue.lessEquals(minDecimal);
}, [minDecimal, decimalValue]);
var _useCursor = useCursor(inputRef.current, focus), _useCursor2 = _slicedToArray(_useCursor, 2), recordCursor = _useCursor2[0], restoreCursor = _useCursor2[1];
var getRangeValue = function getRangeValue2(target) {
if (maxDecimal && !target.lessEquals(maxDecimal)) {
return maxDecimal;
}
if (minDecimal && !minDecimal.lessEquals(target)) {
return minDecimal;
}
return null;
};
var isInRange2 = function isInRange3(target) {
return !getRangeValue(target);
};
var triggerValueUpdate = function triggerValueUpdate2(newValue, userTyping) {
var updateValue = newValue;
var isRangeValidate = isInRange2(updateValue) || updateValue.isEmpty();
if (!updateValue.isEmpty() && !userTyping) {
updateValue = getRangeValue(updateValue) || updateValue;
isRangeValidate = true;
}
if (!readOnly && !disabled && isRangeValidate) {
var numStr = updateValue.toString();
var mergedPrecision = getPrecision(numStr, userTyping);
if (mergedPrecision >= 0) {
updateValue = es_default22(toFixed(numStr, ".", mergedPrecision));
if (!isInRange2(updateValue)) {
updateValue = es_default22(toFixed(numStr, ".", mergedPrecision, true));
}
}
if (!updateValue.equals(decimalValue)) {
setUncontrolledDecimalValue(updateValue);
onChange === null || onChange === void 0 || onChange(updateValue.isEmpty() ? null : getDecimalValue(stringMode, updateValue));
if (value === void 0) {
setInputValue(updateValue, userTyping);
}
}
return updateValue;
}
return decimalValue;
};
var onNextPromise = useFrame_default();
var collectInputValue = function collectInputValue2(inputStr) {
recordCursor();
inputValueRef.current = inputStr;
setInternalInputValue(inputStr);
if (!compositionRef.current) {
var finalValue = mergedParser(inputStr);
var finalDecimal = es_default22(finalValue);
if (!finalDecimal.isNaN()) {
triggerValueUpdate(finalDecimal, true);
}
}
onInput === null || onInput === void 0 || onInput(inputStr);
onNextPromise(function() {
var nextInputStr = inputStr;
if (!parser) {
nextInputStr = inputStr.replace(/。/g, ".");
}
if (nextInputStr !== inputStr) {
collectInputValue2(nextInputStr);
}
});
};
var onCompositionStart = function onCompositionStart2() {
compositionRef.current = true;
};
var onCompositionEnd = function onCompositionEnd2() {
compositionRef.current = false;
collectInputValue(inputRef.current.value);
};
var onInternalInput = function onInternalInput2(e3) {
collectInputValue(e3.target.value);
};
var onInternalStep = function onInternalStep2(up) {
var _inputRef$current;
if (up && upDisabled || !up && downDisabled) {
return;
}
userTypingRef.current = false;
var stepDecimal = es_default22(shiftKeyRef.current ? getDecupleSteps(step) : step);
if (!up) {
stepDecimal = stepDecimal.negate();
}
var target = (decimalValue || es_default22(0)).add(stepDecimal.toString());
var updatedValue = triggerValueUpdate(target, false);
onStep === null || onStep === void 0 || onStep(getDecimalValue(stringMode, updatedValue), {
offset: shiftKeyRef.current ? getDecupleSteps(step) : step,
type: up ? "up" : "down"
});
(_inputRef$current = inputRef.current) === null || _inputRef$current === void 0 || _inputRef$current.focus();
};
var flushInputValue = function flushInputValue2(userTyping) {
var parsedValue = es_default22(mergedParser(inputValue));
var formatValue2;
if (!parsedValue.isNaN()) {
formatValue2 = triggerValueUpdate(parsedValue, userTyping);
} else {
formatValue2 = triggerValueUpdate(decimalValue, userTyping);
}
if (value !== void 0) {
setInputValue(decimalValue, false);
} else if (!formatValue2.isNaN()) {
setInputValue(formatValue2, false);
}
};
var onBeforeInput = function onBeforeInput2() {
userTypingRef.current = true;
};
var onKeyDown2 = function onKeyDown3(event) {
var key = event.key, shiftKey = event.shiftKey;
userTypingRef.current = true;
shiftKeyRef.current = shiftKey;
if (key === "Enter") {
if (!compositionRef.current) {
userTypingRef.current = false;
}
flushInputValue(false);
onPressEnter === null || onPressEnter === void 0 || onPressEnter(event);
}
if (keyboard === false) {
return;
}
if (!compositionRef.current && ["Up", "ArrowUp", "Down", "ArrowDown"].includes(key)) {
onInternalStep(key === "Up" || key === "ArrowUp");
event.preventDefault();
}
};
var onKeyUp = function onKeyUp2() {
userTypingRef.current = false;
shiftKeyRef.current = false;
};
React363.useEffect(function() {
if (changeOnWheel && focus) {
var onWheel = function onWheel2(event) {
onInternalStep(event.deltaY < 0);
event.preventDefault();
};
var input = inputRef.current;
if (input) {
input.addEventListener("wheel", onWheel, {
passive: false
});
return function() {
return input.removeEventListener("wheel", onWheel);
};
}
}
});
var onBlur = function onBlur2() {
if (changeOnBlur) {
flushInputValue(false);
}
setFocus(false);
userTypingRef.current = false;
};
useLayoutUpdateEffect(function() {
if (!decimalValue.isInvalidate()) {
setInputValue(decimalValue, false);
}
}, [precision, formatter]);
useLayoutUpdateEffect(function() {
var newValue = es_default22(value);
setDecimalValue(newValue);
var currentParsedValue = es_default22(mergedParser(inputValue));
if (!newValue.equals(currentParsedValue) || !userTypingRef.current || formatter) {
setInputValue(newValue, userTypingRef.current);
}
}, [value]);
useLayoutUpdateEffect(function() {
if (formatter) {
restoreCursor();
}
}, [inputValue]);
return React363.createElement("div", {
ref: domRef,
className: (0, import_classnames146.default)(prefixCls, className, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, "".concat(prefixCls, "-focused"), focus), "".concat(prefixCls, "-disabled"), disabled), "".concat(prefixCls, "-readonly"), readOnly), "".concat(prefixCls, "-not-a-number"), decimalValue.isNaN()), "".concat(prefixCls, "-out-of-range"), !decimalValue.isInvalidate() && !isInRange2(decimalValue))),
style: style2,
onFocus: function onFocus() {
setFocus(true);
},
onBlur,
onKeyDown: onKeyDown2,
onKeyUp,
onCompositionStart,
onCompositionEnd,
onBeforeInput
}, controls && React363.createElement(StepHandler, {
prefixCls,
upNode: upHandler,
downNode: downHandler,
upDisabled,
downDisabled,
onStep: onInternalStep
}), React363.createElement("div", {
className: "".concat(inputClassName, "-wrap")
}, React363.createElement("input", _extends({
autoComplete: "off",
role: "spinbutton",
"aria-valuemin": min,
"aria-valuemax": max,
"aria-valuenow": decimalValue.isInvalidate() ? null : decimalValue.toString(),
step
}, inputProps, {
ref: composeRef(inputRef, ref),
className: inputClassName,
value: inputValue,
onChange: onInternalInput,
disabled,
readOnly
}))));
});
var InputNumber = React363.forwardRef(function(props, ref) {
var disabled = props.disabled, style2 = props.style, _props$prefixCls = props.prefixCls, prefixCls = _props$prefixCls === void 0 ? "rc-input-number" : _props$prefixCls, value = props.value, prefix2 = props.prefix, suffix = props.suffix, addonBefore = props.addonBefore, addonAfter = props.addonAfter, className = props.className, classNames252 = props.classNames, rest = _objectWithoutProperties(props, _excluded215);
var holderRef = React363.useRef(null);
var inputNumberDomRef = React363.useRef(null);
var inputFocusRef = React363.useRef(null);
var focus = function focus2(option) {
if (inputFocusRef.current) {
triggerFocus(inputFocusRef.current, option);
}
};
React363.useImperativeHandle(ref, function() {
return proxyObject(inputFocusRef.current, {
focus,
nativeElement: holderRef.current.nativeElement || inputNumberDomRef.current
});
});
return React363.createElement(BaseInput_default, {
className,
triggerFocus: focus,
prefixCls,
value,
disabled,
style: style2,
prefix: prefix2,
suffix,
addonAfter,
addonBefore,
classNames: classNames252,
components: {
affixWrapper: "div",
groupWrapper: "div",
wrapper: "div",
groupAddon: "div"
},
ref: holderRef
}, React363.createElement(InternalInputNumber, _extends({
prefixCls,
disabled,
ref: inputFocusRef,
domRef: inputNumberDomRef,
className: classNames252 === null || classNames252 === void 0 ? void 0 : classNames252.input
}, rest)));
});
if (true) {
InputNumber.displayName = "InputNumber";
}
var InputNumber_default = InputNumber;
// node_modules/rc-input-number/es/index.js
var es_default24 = InputNumber_default;
// node_modules/antd/es/input-number/style/token.js
var prepareComponentToken30 = (token2) => {
var _a;
const handleVisible = (_a = token2.handleVisible) !== null && _a !== void 0 ? _a : "auto";
const handleWidth = token2.controlHeightSM - token2.lineWidth * 2;
return Object.assign(Object.assign({}, initComponentToken(token2)), {
controlWidth: 90,
handleWidth,
handleFontSize: token2.fontSize / 2,
handleVisible,
handleActiveBg: token2.colorFillAlter,
handleBg: token2.colorBgContainer,
filledHandleBg: new FastColor(token2.colorFillSecondary).onBackground(token2.colorBgContainer).toHexString(),
handleHoverColor: token2.colorPrimary,
handleBorderColor: token2.colorBorder,
handleOpacity: handleVisible === true ? 1 : 0,
handleVisibleWidth: handleVisible === true ? handleWidth : 0
});
};
// node_modules/antd/es/input-number/style/index.js
var genRadiusStyle = ({
componentCls,
borderRadiusSM,
borderRadiusLG
}, size) => {
const borderRadius = size === "lg" ? borderRadiusLG : borderRadiusSM;
return {
[`&-${size}`]: {
[`${componentCls}-handler-wrap`]: {
borderStartEndRadius: borderRadius,
borderEndEndRadius: borderRadius
},
[`${componentCls}-handler-up`]: {
borderStartEndRadius: borderRadius
},
[`${componentCls}-handler-down`]: {
borderEndEndRadius: borderRadius
}
}
};
};
var genInputNumberStyles = (token2) => {
const {
componentCls,
lineWidth,
lineType,
borderRadius,
inputFontSizeSM,
inputFontSizeLG,
controlHeightLG,
controlHeightSM,
colorError,
paddingInlineSM,
paddingBlockSM,
paddingBlockLG,
paddingInlineLG,
colorIcon,
motionDurationMid,
handleHoverColor,
handleOpacity,
paddingInline,
paddingBlock,
handleBg,
handleActiveBg,
colorTextDisabled,
borderRadiusSM,
borderRadiusLG,
controlWidth,
handleBorderColor,
filledHandleBg,
lineHeightLG,
calc
} = token2;
return [
{
[componentCls]: Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, resetComponent(token2)), genBasicInputStyle(token2)), {
display: "inline-block",
width: controlWidth,
margin: 0,
padding: 0,
borderRadius
}), genOutlinedStyle2(token2, {
[`${componentCls}-handler-wrap`]: {
background: handleBg,
[`${componentCls}-handler-down`]: {
borderBlockStart: `${unit2(lineWidth)} ${lineType} ${handleBorderColor}`
}
}
})), genFilledStyle2(token2, {
[`${componentCls}-handler-wrap`]: {
background: filledHandleBg,
[`${componentCls}-handler-down`]: {
borderBlockStart: `${unit2(lineWidth)} ${lineType} ${handleBorderColor}`
}
},
"&:focus-within": {
[`${componentCls}-handler-wrap`]: {
background: handleBg
}
}
})), genUnderlinedStyle2(token2, {
[`${componentCls}-handler-wrap`]: {
background: handleBg,
[`${componentCls}-handler-down`]: {
borderBlockStart: `${unit2(lineWidth)} ${lineType} ${handleBorderColor}`
}
}
})), genBorderlessStyle3(token2)), {
"&-rtl": {
direction: "rtl",
[`${componentCls}-input`]: {
direction: "rtl"
}
},
"&-lg": {
padding: 0,
fontSize: inputFontSizeLG,
lineHeight: lineHeightLG,
borderRadius: borderRadiusLG,
[`input${componentCls}-input`]: {
height: calc(controlHeightLG).sub(calc(lineWidth).mul(2)).equal(),
padding: `${unit2(paddingBlockLG)} ${unit2(paddingInlineLG)}`
}
},
"&-sm": {
padding: 0,
fontSize: inputFontSizeSM,
borderRadius: borderRadiusSM,
[`input${componentCls}-input`]: {
height: calc(controlHeightSM).sub(calc(lineWidth).mul(2)).equal(),
padding: `${unit2(paddingBlockSM)} ${unit2(paddingInlineSM)}`
}
},
// ===================== Out Of Range =====================
"&-out-of-range": {
[`${componentCls}-input-wrap`]: {
input: {
color: colorError
}
}
},
// Style for input-group: input with label, with button or dropdown...
"&-group": Object.assign(Object.assign(Object.assign({}, resetComponent(token2)), genInputGroupStyle(token2)), {
"&-wrapper": Object.assign(Object.assign(Object.assign({
display: "inline-block",
textAlign: "start",
verticalAlign: "top",
[`${componentCls}-affix-wrapper`]: {
width: "100%"
},
// Size
"&-lg": {
[`${componentCls}-group-addon`]: {
borderRadius: borderRadiusLG,
fontSize: token2.fontSizeLG
}
},
"&-sm": {
[`${componentCls}-group-addon`]: {
borderRadius: borderRadiusSM
}
}
}, genOutlinedGroupStyle(token2)), genFilledGroupStyle(token2)), {
// Fix the issue of using icons in Space Compact mode
// https://github.com/ant-design/ant-design/issues/45764
[`&:not(${componentCls}-compact-first-item):not(${componentCls}-compact-last-item)${componentCls}-compact-item`]: {
[`${componentCls}, ${componentCls}-group-addon`]: {
borderRadius: 0
}
},
[`&:not(${componentCls}-compact-last-item)${componentCls}-compact-first-item`]: {
[`${componentCls}, ${componentCls}-group-addon`]: {
borderStartEndRadius: 0,
borderEndEndRadius: 0
}
},
[`&:not(${componentCls}-compact-first-item)${componentCls}-compact-last-item`]: {
[`${componentCls}, ${componentCls}-group-addon`]: {
borderStartStartRadius: 0,
borderEndStartRadius: 0
}
}
})
}),
[`&-disabled ${componentCls}-input`]: {
cursor: "not-allowed"
},
[componentCls]: {
"&-input": Object.assign(Object.assign(Object.assign(Object.assign({}, resetComponent(token2)), {
width: "100%",
padding: `${unit2(paddingBlock)} ${unit2(paddingInline)}`,
textAlign: "start",
backgroundColor: "transparent",
border: 0,
borderRadius,
outline: 0,
transition: `all ${motionDurationMid} linear`,
appearance: "textfield",
fontSize: "inherit"
}), genPlaceholderStyle(token2.colorTextPlaceholder)), {
'&[type="number"]::-webkit-inner-spin-button, &[type="number"]::-webkit-outer-spin-button': {
margin: 0,
appearance: "none"
}
})
},
[`&:hover ${componentCls}-handler-wrap, &-focused ${componentCls}-handler-wrap`]: {
width: token2.handleWidth,
opacity: 1
}
})
},
// Handler
{
[componentCls]: Object.assign(Object.assign(Object.assign({
[`${componentCls}-handler-wrap`]: {
position: "absolute",
insetBlockStart: 0,
insetInlineEnd: 0,
width: token2.handleVisibleWidth,
opacity: handleOpacity,
height: "100%",
borderStartStartRadius: 0,
borderStartEndRadius: borderRadius,
borderEndEndRadius: borderRadius,
borderEndStartRadius: 0,
display: "flex",
flexDirection: "column",
alignItems: "stretch",
transition: `all ${motionDurationMid}`,
overflow: "hidden",
// Fix input number inside Menu makes icon too large
// We arise the selector priority by nest selector here
// https://github.com/ant-design/ant-design/issues/14367
[`${componentCls}-handler`]: {
display: "flex",
alignItems: "center",
justifyContent: "center",
flex: "auto",
height: "40%",
[`
${componentCls}-handler-up-inner,
${componentCls}-handler-down-inner
`]: {
marginInlineEnd: 0,
fontSize: token2.handleFontSize
}
}
},
[`${componentCls}-handler`]: {
height: "50%",
overflow: "hidden",
color: colorIcon,
fontWeight: "bold",
lineHeight: 0,
textAlign: "center",
cursor: "pointer",
borderInlineStart: `${unit2(lineWidth)} ${lineType} ${handleBorderColor}`,
transition: `all ${motionDurationMid} linear`,
"&:active": {
background: handleActiveBg
},
// Hover
"&:hover": {
height: `60%`,
[`
${componentCls}-handler-up-inner,
${componentCls}-handler-down-inner
`]: {
color: handleHoverColor
}
},
"&-up-inner, &-down-inner": Object.assign(Object.assign({}, resetIcon()), {
color: colorIcon,
transition: `all ${motionDurationMid} linear`,
userSelect: "none"
})
},
[`${componentCls}-handler-up`]: {
borderStartEndRadius: borderRadius
},
[`${componentCls}-handler-down`]: {
borderEndEndRadius: borderRadius
}
}, genRadiusStyle(token2, "lg")), genRadiusStyle(token2, "sm")), {
// Disabled
"&-disabled, &-readonly": {
[`${componentCls}-handler-wrap`]: {
display: "none"
},
[`${componentCls}-input`]: {
color: "inherit"
}
},
[`
${componentCls}-handler-up-disabled,
${componentCls}-handler-down-disabled
`]: {
cursor: "not-allowed"
},
[`
${componentCls}-handler-up-disabled:hover &-handler-up-inner,
${componentCls}-handler-down-disabled:hover &-handler-down-inner
`]: {
color: colorTextDisabled
}
})
}
];
};
var genAffixWrapperStyles = (token2) => {
const {
componentCls,
paddingBlock,
paddingInline,
inputAffixPadding,
controlWidth,
borderRadiusLG,
borderRadiusSM,
paddingInlineLG,
paddingInlineSM,
paddingBlockLG,
paddingBlockSM,
motionDurationMid
} = token2;
return {
[`${componentCls}-affix-wrapper`]: Object.assign(Object.assign({
[`input${componentCls}-input`]: {
padding: `${unit2(paddingBlock)} 0`
}
}, genBasicInputStyle(token2)), {
// or number handler will cover form status
position: "relative",
display: "inline-flex",
alignItems: "center",
width: controlWidth,
padding: 0,
paddingInlineStart: paddingInline,
"&-lg": {
borderRadius: borderRadiusLG,
paddingInlineStart: paddingInlineLG,
[`input${componentCls}-input`]: {
padding: `${unit2(paddingBlockLG)} 0`
}
},
"&-sm": {
borderRadius: borderRadiusSM,
paddingInlineStart: paddingInlineSM,
[`input${componentCls}-input`]: {
padding: `${unit2(paddingBlockSM)} 0`
}
},
[`&:not(${componentCls}-disabled):hover`]: {
zIndex: 1
},
"&-focused, &:focus": {
zIndex: 1
},
[`&-disabled > ${componentCls}-disabled`]: {
background: "transparent"
},
[`> div${componentCls}`]: {
width: "100%",
border: "none",
outline: "none",
[`&${componentCls}-focused`]: {
boxShadow: "none !important"
}
},
"&::before": {
display: "inline-block",
width: 0,
visibility: "hidden",
content: '"\\a0"'
},
[`${componentCls}-handler-wrap`]: {
zIndex: 2
},
[componentCls]: {
position: "static",
color: "inherit",
"&-prefix, &-suffix": {
display: "flex",
flex: "none",
alignItems: "center",
pointerEvents: "none"
},
"&-prefix": {
marginInlineEnd: inputAffixPadding
},
"&-suffix": {
insetBlockStart: 0,
insetInlineEnd: 0,
height: "100%",
marginInlineEnd: paddingInline,
marginInlineStart: inputAffixPadding,
transition: `margin ${motionDurationMid}`
}
},
[`&:hover ${componentCls}-handler-wrap, &-focused ${componentCls}-handler-wrap`]: {
width: token2.handleWidth,
opacity: 1
},
[`&:not(${componentCls}-affix-wrapper-without-controls):hover ${componentCls}-suffix`]: {
marginInlineEnd: token2.calc(token2.handleWidth).add(paddingInline).equal()
}
}),
// 覆盖 affix-wrapper borderRadius!
[`${componentCls}-underlined`]: {
borderRadius: 0
}
};
};
var style_default34 = genStyleHooks("InputNumber", (token2) => {
const inputNumberToken = merge2(token2, initInputToken(token2));
return [
genInputNumberStyles(inputNumberToken),
genAffixWrapperStyles(inputNumberToken),
// =====================================================
// == Space Compact ==
// =====================================================
genCompactItemStyle(inputNumberToken)
];
}, prepareComponentToken30, {
unitless: {
handleOpacity: true
},
resetFont: false
});
// node_modules/antd/es/input-number/index.js
var __rest48 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var InputNumber2 = React364.forwardRef((props, ref) => {
if (true) {
const typeWarning = devUseWarning("InputNumber");
[["bordered", "variant"], ["addonAfter", "Space.Compact"], ["addonBefore", "Space.Compact"]].forEach(([prop, newProp]) => {
typeWarning.deprecated(!(prop in props), prop, newProp);
});
typeWarning(!(props.type === "number" && props.changeOnWheel), "usage", "When `type=number` is used together with `changeOnWheel`, changeOnWheel may not work properly. Please delete `type=number` if it is not necessary.");
}
const {
getPrefixCls,
direction
} = React364.useContext(ConfigContext);
const inputRef = React364.useRef(null);
React364.useImperativeHandle(ref, () => inputRef.current);
const {
className,
rootClassName,
size: customizeSize,
disabled: customDisabled,
prefixCls: customizePrefixCls,
addonBefore,
addonAfter,
prefix: prefix2,
suffix,
bordered,
readOnly,
status: customStatus,
controls,
variant: customVariant
} = props, others = __rest48(props, ["className", "rootClassName", "size", "disabled", "prefixCls", "addonBefore", "addonAfter", "prefix", "suffix", "bordered", "readOnly", "status", "controls", "variant"]);
const prefixCls = getPrefixCls("input-number", customizePrefixCls);
const rootCls = useCSSVarCls_default(prefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default34(prefixCls, rootCls);
const {
compactSize,
compactItemClassnames
} = useCompactItemContext(prefixCls, direction);
let upIcon = React364.createElement(UpOutlined_default, {
className: `${prefixCls}-handler-up-inner`
});
let downIcon = React364.createElement(DownOutlined_default, {
className: `${prefixCls}-handler-down-inner`
});
const controlsTemp = typeof controls === "boolean" ? controls : void 0;
if (typeof controls === "object") {
upIcon = typeof controls.upIcon === "undefined" ? upIcon : React364.createElement("span", {
className: `${prefixCls}-handler-up-inner`
}, controls.upIcon);
downIcon = typeof controls.downIcon === "undefined" ? downIcon : React364.createElement("span", {
className: `${prefixCls}-handler-down-inner`
}, controls.downIcon);
}
const {
hasFeedback,
status: contextStatus,
isFormItemInput,
feedbackIcon
} = React364.useContext(FormItemInputContext);
const mergedStatus = getMergedStatus(contextStatus, customStatus);
const mergedSize = useSize_default((ctx) => {
var _a;
return (_a = customizeSize !== null && customizeSize !== void 0 ? customizeSize : compactSize) !== null && _a !== void 0 ? _a : ctx;
});
const disabled = React364.useContext(DisabledContext_default);
const mergedDisabled = customDisabled !== null && customDisabled !== void 0 ? customDisabled : disabled;
const [variant, enableVariantCls] = useVariants_default("inputNumber", customVariant, bordered);
const suffixNode = hasFeedback && React364.createElement(React364.Fragment, null, feedbackIcon);
const inputNumberClass = (0, import_classnames147.default)({
[`${prefixCls}-lg`]: mergedSize === "large",
[`${prefixCls}-sm`]: mergedSize === "small",
[`${prefixCls}-rtl`]: direction === "rtl",
[`${prefixCls}-in-form-item`]: isFormItemInput
}, hashId);
const wrapperClassName = `${prefixCls}-group`;
const element = React364.createElement(es_default24, Object.assign({
ref: inputRef,
disabled: mergedDisabled,
className: (0, import_classnames147.default)(cssVarCls, rootCls, className, rootClassName, compactItemClassnames),
upHandler: upIcon,
downHandler: downIcon,
prefixCls,
readOnly,
controls: controlsTemp,
prefix: prefix2,
suffix: suffixNode || suffix,
addonBefore: addonBefore && React364.createElement(ContextIsolator_default, {
form: true,
space: true
}, addonBefore),
addonAfter: addonAfter && React364.createElement(ContextIsolator_default, {
form: true,
space: true
}, addonAfter),
classNames: {
input: inputNumberClass,
variant: (0, import_classnames147.default)({
[`${prefixCls}-${variant}`]: enableVariantCls
}, getStatusClassNames(prefixCls, mergedStatus, hasFeedback)),
affixWrapper: (0, import_classnames147.default)({
[`${prefixCls}-affix-wrapper-sm`]: mergedSize === "small",
[`${prefixCls}-affix-wrapper-lg`]: mergedSize === "large",
[`${prefixCls}-affix-wrapper-rtl`]: direction === "rtl",
[`${prefixCls}-affix-wrapper-without-controls`]: controls === false || mergedDisabled || readOnly
}, hashId),
wrapper: (0, import_classnames147.default)({
[`${wrapperClassName}-rtl`]: direction === "rtl"
}, hashId),
groupWrapper: (0, import_classnames147.default)({
[`${prefixCls}-group-wrapper-sm`]: mergedSize === "small",
[`${prefixCls}-group-wrapper-lg`]: mergedSize === "large",
[`${prefixCls}-group-wrapper-rtl`]: direction === "rtl",
[`${prefixCls}-group-wrapper-${variant}`]: enableVariantCls
}, getStatusClassNames(`${prefixCls}-group-wrapper`, mergedStatus, hasFeedback), hashId)
}
}, others));
return wrapCSSVar(element);
});
var TypedInputNumber = InputNumber2;
var PureInputNumber = (props) => React364.createElement(config_provider_default, {
theme: {
components: {
InputNumber: {
handleVisible: true
}
}
}
}, React364.createElement(InputNumber2, Object.assign({}, props)));
if (true) {
TypedInputNumber.displayName = "InputNumber";
}
TypedInputNumber._InternalPanelDoNotUseOrYouWillBeFired = PureInputNumber;
var input_number_default = TypedInputNumber;
// node_modules/antd/es/color-picker/components/ColorSteppers.js
var ColorSteppers = ({
prefixCls,
min = 0,
max = 100,
value,
onChange,
className,
formatter
}) => {
const colorSteppersPrefixCls = `${prefixCls}-steppers`;
const [internalValue, setInternalValue] = (0, import_react122.useState)(0);
const stepValue = !Number.isNaN(value) ? value : internalValue;
return import_react122.default.createElement(input_number_default, {
className: (0, import_classnames148.default)(colorSteppersPrefixCls, className),
min,
max,
value: stepValue,
formatter,
size: "small",
onChange: (step) => {
setInternalValue(step || 0);
onChange === null || onChange === void 0 ? void 0 : onChange(step);
}
});
};
var ColorSteppers_default = ColorSteppers;
// node_modules/antd/es/color-picker/components/ColorAlphaInput.js
var ColorAlphaInput = ({
prefixCls,
value,
onChange
}) => {
const colorAlphaInputPrefixCls = `${prefixCls}-alpha-input`;
const [internalValue, setInternalValue] = (0, import_react123.useState)(() => generateColor3(value || "#000"));
const alphaValue = value || internalValue;
const handleAlphaChange = (step) => {
const hsba = alphaValue.toHsb();
hsba.a = (step || 0) / 100;
const genColor = generateColor3(hsba);
setInternalValue(genColor);
onChange === null || onChange === void 0 ? void 0 : onChange(genColor);
};
return import_react123.default.createElement(ColorSteppers_default, {
value: getColorAlpha(alphaValue),
prefixCls,
formatter: (step) => `${step}%`,
className: colorAlphaInputPrefixCls,
onChange: handleAlphaChange
});
};
var ColorAlphaInput_default = ColorAlphaInput;
// node_modules/antd/es/color-picker/components/ColorHexInput.js
var import_react127 = __toESM(require_react());
// node_modules/antd/es/input/Input.js
var import_react126 = __toESM(require_react());
var import_classnames149 = __toESM(require_classnames());
// node_modules/antd/es/_util/getAllowClear.js
var import_react124 = __toESM(require_react());
var getAllowClear = (allowClear) => {
let mergedAllowClear;
if (typeof allowClear === "object" && (allowClear === null || allowClear === void 0 ? void 0 : allowClear.clearIcon)) {
mergedAllowClear = allowClear;
} else if (allowClear) {
mergedAllowClear = {
clearIcon: import_react124.default.createElement(CloseCircleFilled_default, null)
};
}
return mergedAllowClear;
};
var getAllowClear_default = getAllowClear;
// node_modules/antd/es/input/hooks/useRemovePasswordTimeout.js
var import_react125 = __toESM(require_react());
function useRemovePasswordTimeout(inputRef, triggerOnMount) {
const removePasswordTimeoutRef = (0, import_react125.useRef)([]);
const removePasswordTimeout = () => {
removePasswordTimeoutRef.current.push(setTimeout(() => {
var _a, _b, _c, _d;
if (((_a = inputRef.current) === null || _a === void 0 ? void 0 : _a.input) && ((_b = inputRef.current) === null || _b === void 0 ? void 0 : _b.input.getAttribute("type")) === "password" && ((_c = inputRef.current) === null || _c === void 0 ? void 0 : _c.input.hasAttribute("value"))) {
(_d = inputRef.current) === null || _d === void 0 ? void 0 : _d.input.removeAttribute("value");
}
}));
};
(0, import_react125.useEffect)(() => {
if (triggerOnMount) {
removePasswordTimeout();
}
return () => removePasswordTimeoutRef.current.forEach((timer) => {
if (timer) {
clearTimeout(timer);
}
});
}, []);
return removePasswordTimeout;
}
// node_modules/antd/es/input/utils.js
function hasPrefixSuffix2(props) {
return !!(props.prefix || props.suffix || props.allowClear || props.showCount);
}
// node_modules/antd/es/input/Input.js
var __rest49 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var Input5 = (0, import_react126.forwardRef)((props, ref) => {
const {
prefixCls: customizePrefixCls,
bordered = true,
status: customStatus,
size: customSize,
disabled: customDisabled,
onBlur,
onFocus,
suffix,
allowClear,
addonAfter,
addonBefore,
className,
style: style2,
styles,
rootClassName,
onChange,
classNames: classNames252,
variant: customVariant,
_skipAddonWarning
} = props, rest = __rest49(props, ["prefixCls", "bordered", "status", "size", "disabled", "onBlur", "onFocus", "suffix", "allowClear", "addonAfter", "addonBefore", "className", "style", "styles", "rootClassName", "onChange", "classNames", "variant", "_skipAddonWarning"]);
if (true) {
const {
deprecated
} = devUseWarning("Input");
deprecated(!("bordered" in props), "bordered", "variant");
if (!_skipAddonWarning) {
[["addonAfter", "Space.Compact"], ["addonBefore", "Space.Compact"]].forEach(([prop, newProp]) => {
deprecated(!(prop in props), prop, newProp);
});
}
}
const {
getPrefixCls,
direction,
allowClear: contextAllowClear,
autoComplete: contextAutoComplete,
className: contextClassName,
style: contextStyle,
classNames: contextClassNames,
styles: contextStyles
} = useComponentConfig("input");
const prefixCls = getPrefixCls("input", customizePrefixCls);
const inputRef = (0, import_react126.useRef)(null);
const rootCls = useCSSVarCls_default(prefixCls);
const [wrapSharedCSSVar, hashId, cssVarCls] = useSharedStyle(prefixCls, rootClassName);
const [wrapCSSVar] = style_default24(prefixCls, rootCls);
const {
compactSize,
compactItemClassnames
} = useCompactItemContext(prefixCls, direction);
const mergedSize = useSize_default((ctx) => {
var _a;
return (_a = customSize !== null && customSize !== void 0 ? customSize : compactSize) !== null && _a !== void 0 ? _a : ctx;
});
const disabled = import_react126.default.useContext(DisabledContext_default);
const mergedDisabled = customDisabled !== null && customDisabled !== void 0 ? customDisabled : disabled;
const {
status: contextStatus,
hasFeedback,
feedbackIcon
} = (0, import_react126.useContext)(FormItemInputContext);
const mergedStatus = getMergedStatus(contextStatus, customStatus);
const inputHasPrefixSuffix = hasPrefixSuffix2(props) || !!hasFeedback;
const prevHasPrefixSuffix = (0, import_react126.useRef)(inputHasPrefixSuffix);
if (true) {
const warning5 = devUseWarning("Input");
(0, import_react126.useEffect)(() => {
var _a;
if (inputHasPrefixSuffix && !prevHasPrefixSuffix.current) {
true ? warning5(document.activeElement === ((_a = inputRef.current) === null || _a === void 0 ? void 0 : _a.input), "usage", `When Input is focused, dynamic add or remove prefix / suffix will make it lose focus caused by dom structure change. Read more: https://ant.design/components/input/#FAQ`) : void 0;
}
prevHasPrefixSuffix.current = inputHasPrefixSuffix;
}, [inputHasPrefixSuffix]);
}
const removePasswordTimeout = useRemovePasswordTimeout(inputRef, true);
const handleBlur = (e3) => {
removePasswordTimeout();
onBlur === null || onBlur === void 0 ? void 0 : onBlur(e3);
};
const handleFocus = (e3) => {
removePasswordTimeout();
onFocus === null || onFocus === void 0 ? void 0 : onFocus(e3);
};
const handleChange = (e3) => {
removePasswordTimeout();
onChange === null || onChange === void 0 ? void 0 : onChange(e3);
};
const suffixNode = (hasFeedback || suffix) && import_react126.default.createElement(import_react126.default.Fragment, null, suffix, hasFeedback && feedbackIcon);
const mergedAllowClear = getAllowClear_default(allowClear !== null && allowClear !== void 0 ? allowClear : contextAllowClear);
const [variant, enableVariantCls] = useVariants_default("input", customVariant, bordered);
return wrapSharedCSSVar(wrapCSSVar(import_react126.default.createElement(es_default23, Object.assign({
ref: composeRef(ref, inputRef),
prefixCls,
autoComplete: contextAutoComplete
}, rest, {
disabled: mergedDisabled,
onBlur: handleBlur,
onFocus: handleFocus,
style: Object.assign(Object.assign({}, contextStyle), style2),
styles: Object.assign(Object.assign({}, contextStyles), styles),
suffix: suffixNode,
allowClear: mergedAllowClear,
className: (0, import_classnames149.default)(className, rootClassName, cssVarCls, rootCls, compactItemClassnames, contextClassName),
onChange: handleChange,
addonBefore: addonBefore && import_react126.default.createElement(ContextIsolator_default, {
form: true,
space: true
}, addonBefore),
addonAfter: addonAfter && import_react126.default.createElement(ContextIsolator_default, {
form: true,
space: true
}, addonAfter),
classNames: Object.assign(Object.assign(Object.assign({}, classNames252), contextClassNames), {
input: (0, import_classnames149.default)({
[`${prefixCls}-sm`]: mergedSize === "small",
[`${prefixCls}-lg`]: mergedSize === "large",
[`${prefixCls}-rtl`]: direction === "rtl"
}, classNames252 === null || classNames252 === void 0 ? void 0 : classNames252.input, contextClassNames.input, hashId),
variant: (0, import_classnames149.default)({
[`${prefixCls}-${variant}`]: enableVariantCls
}, getStatusClassNames(prefixCls, mergedStatus)),
affixWrapper: (0, import_classnames149.default)({
[`${prefixCls}-affix-wrapper-sm`]: mergedSize === "small",
[`${prefixCls}-affix-wrapper-lg`]: mergedSize === "large",
[`${prefixCls}-affix-wrapper-rtl`]: direction === "rtl"
}, hashId),
wrapper: (0, import_classnames149.default)({
[`${prefixCls}-group-rtl`]: direction === "rtl"
}, hashId),
groupWrapper: (0, import_classnames149.default)({
[`${prefixCls}-group-wrapper-sm`]: mergedSize === "small",
[`${prefixCls}-group-wrapper-lg`]: mergedSize === "large",
[`${prefixCls}-group-wrapper-rtl`]: direction === "rtl",
[`${prefixCls}-group-wrapper-${variant}`]: enableVariantCls
}, getStatusClassNames(`${prefixCls}-group-wrapper`, mergedStatus, hasFeedback), hashId)
})
}))));
});
if (true) {
Input5.displayName = "Input";
}
var Input_default5 = Input5;
// node_modules/antd/es/color-picker/components/ColorHexInput.js
var hexReg = /(^#[\da-f]{6}$)|(^#[\da-f]{8}$)/i;
var isHexString = (hex2) => hexReg.test(`#${hex2}`);
var ColorHexInput = ({
prefixCls,
value,
onChange
}) => {
const colorHexInputPrefixCls = `${prefixCls}-hex-input`;
const [hexValue, setHexValue] = (0, import_react127.useState)(() => value ? toHexFormat(value.toHexString()) : void 0);
(0, import_react127.useEffect)(() => {
if (value) {
setHexValue(toHexFormat(value.toHexString()));
}
}, [value]);
const handleHexChange = (e3) => {
const originValue = e3.target.value;
setHexValue(toHexFormat(originValue));
if (isHexString(toHexFormat(originValue, true))) {
onChange === null || onChange === void 0 ? void 0 : onChange(generateColor3(originValue));
}
};
return import_react127.default.createElement(Input_default5, {
className: colorHexInputPrefixCls,
value: hexValue,
prefix: "#",
onChange: handleHexChange,
size: "small"
});
};
var ColorHexInput_default = ColorHexInput;
// node_modules/antd/es/color-picker/components/ColorHsbInput.js
var import_react128 = __toESM(require_react());
var ColorHsbInput = ({
prefixCls,
value,
onChange
}) => {
const colorHsbInputPrefixCls = `${prefixCls}-hsb-input`;
const [internalValue, setInternalValue] = (0, import_react128.useState)(() => generateColor3(value || "#000"));
const hsbValue = value || internalValue;
const handleHsbChange = (step, type5) => {
const hsb = hsbValue.toHsb();
hsb[type5] = type5 === "h" ? step : (step || 0) / 100;
const genColor = generateColor3(hsb);
setInternalValue(genColor);
onChange === null || onChange === void 0 ? void 0 : onChange(genColor);
};
return import_react128.default.createElement("div", {
className: colorHsbInputPrefixCls
}, import_react128.default.createElement(ColorSteppers_default, {
max: 360,
min: 0,
value: Number(hsbValue.toHsb().h),
prefixCls,
className: colorHsbInputPrefixCls,
formatter: (step) => getRoundNumber3(step || 0).toString(),
onChange: (step) => handleHsbChange(Number(step), "h")
}), import_react128.default.createElement(ColorSteppers_default, {
max: 100,
min: 0,
value: Number(hsbValue.toHsb().s) * 100,
prefixCls,
className: colorHsbInputPrefixCls,
formatter: (step) => `${getRoundNumber3(step || 0)}%`,
onChange: (step) => handleHsbChange(Number(step), "s")
}), import_react128.default.createElement(ColorSteppers_default, {
max: 100,
min: 0,
value: Number(hsbValue.toHsb().b) * 100,
prefixCls,
className: colorHsbInputPrefixCls,
formatter: (step) => `${getRoundNumber3(step || 0)}%`,
onChange: (step) => handleHsbChange(Number(step), "b")
}));
};
var ColorHsbInput_default = ColorHsbInput;
// node_modules/antd/es/color-picker/components/ColorRgbInput.js
var import_react129 = __toESM(require_react());
var ColorRgbInput = ({
prefixCls,
value,
onChange
}) => {
const colorRgbInputPrefixCls = `${prefixCls}-rgb-input`;
const [internalValue, setInternalValue] = (0, import_react129.useState)(() => generateColor3(value || "#000"));
const rgbValue = value || internalValue;
const handleRgbChange = (step, type5) => {
const rgb = rgbValue.toRgb();
rgb[type5] = step || 0;
const genColor = generateColor3(rgb);
setInternalValue(genColor);
onChange === null || onChange === void 0 ? void 0 : onChange(genColor);
};
return import_react129.default.createElement("div", {
className: colorRgbInputPrefixCls
}, import_react129.default.createElement(ColorSteppers_default, {
max: 255,
min: 0,
value: Number(rgbValue.toRgb().r),
prefixCls,
className: colorRgbInputPrefixCls,
onChange: (step) => handleRgbChange(Number(step), "r")
}), import_react129.default.createElement(ColorSteppers_default, {
max: 255,
min: 0,
value: Number(rgbValue.toRgb().g),
prefixCls,
className: colorRgbInputPrefixCls,
onChange: (step) => handleRgbChange(Number(step), "g")
}), import_react129.default.createElement(ColorSteppers_default, {
max: 255,
min: 0,
value: Number(rgbValue.toRgb().b),
prefixCls,
className: colorRgbInputPrefixCls,
onChange: (step) => handleRgbChange(Number(step), "b")
}));
};
var ColorRgbInput_default = ColorRgbInput;
// node_modules/antd/es/color-picker/components/ColorInput.js
var selectOptions = [FORMAT_HEX, FORMAT_HSB, FORMAT_RGB].map((format3) => ({
value: format3,
label: format3.toUpperCase()
}));
var ColorInput = (props) => {
const {
prefixCls,
format: format3,
value,
disabledAlpha,
onFormatChange,
onChange,
disabledFormat
} = props;
const [colorFormat, setColorFormat] = useMergedState(FORMAT_HEX, {
value: format3,
onChange: onFormatChange
});
const colorInputPrefixCls = `${prefixCls}-input`;
const handleFormatChange = (newFormat) => {
setColorFormat(newFormat);
};
const steppersNode = (0, import_react130.useMemo)(() => {
const inputProps = {
value,
prefixCls,
onChange
};
switch (colorFormat) {
case FORMAT_HSB:
return import_react130.default.createElement(ColorHsbInput_default, Object.assign({}, inputProps));
case FORMAT_RGB:
return import_react130.default.createElement(ColorRgbInput_default, Object.assign({}, inputProps));
default:
return import_react130.default.createElement(ColorHexInput_default, Object.assign({}, inputProps));
}
}, [colorFormat, prefixCls, value, onChange]);
return import_react130.default.createElement("div", {
className: `${colorInputPrefixCls}-container`
}, !disabledFormat && import_react130.default.createElement(select_default, {
value: colorFormat,
variant: "borderless",
getPopupContainer: (current) => current,
popupMatchSelectWidth: 68,
placement: "bottomRight",
onChange: handleFormatChange,
className: `${prefixCls}-format-select`,
size: "small",
options: selectOptions
}), import_react130.default.createElement("div", {
className: colorInputPrefixCls
}, steppersNode), !disabledAlpha && import_react130.default.createElement(ColorAlphaInput_default, {
prefixCls,
value,
onChange
}));
};
var ColorInput_default = ColorInput;
// node_modules/antd/es/color-picker/components/ColorSlider.js
var React388 = __toESM(require_react());
var import_classnames157 = __toESM(require_classnames());
// node_modules/rc-slider/es/Slider.js
var import_classnames155 = __toESM(require_classnames());
var React384 = __toESM(require_react());
// node_modules/rc-slider/es/Handles/index.js
var React375 = __toESM(require_react());
var import_react_dom7 = __toESM(require_react_dom());
// node_modules/rc-slider/es/util.js
function getOffset3(value, min, max) {
return (value - min) / (max - min);
}
function getDirectionStyle(direction, value, min, max) {
var offset3 = getOffset3(value, min, max);
var positionStyle = {};
switch (direction) {
case "rtl":
positionStyle.right = "".concat(offset3 * 100, "%");
positionStyle.transform = "translateX(50%)";
break;
case "btt":
positionStyle.bottom = "".concat(offset3 * 100, "%");
positionStyle.transform = "translateY(50%)";
break;
case "ttb":
positionStyle.top = "".concat(offset3 * 100, "%");
positionStyle.transform = "translateY(-50%)";
break;
default:
positionStyle.left = "".concat(offset3 * 100, "%");
positionStyle.transform = "translateX(-50%)";
break;
}
return positionStyle;
}
function getIndex(value, index3) {
return Array.isArray(value) ? value[index3] : value;
}
// node_modules/rc-slider/es/Handles/Handle.js
var import_classnames150 = __toESM(require_classnames());
var React374 = __toESM(require_react());
// node_modules/rc-slider/es/context.js
var React373 = __toESM(require_react());
var SliderContext = React373.createContext({
min: 0,
max: 0,
direction: "ltr",
step: 1,
includedStart: 0,
includedEnd: 0,
tabIndex: 0,
keyboard: true,
styles: {},
classNames: {}
});
var context_default9 = SliderContext;
var UnstableContext = React373.createContext({});
// node_modules/rc-slider/es/Handles/Handle.js
var _excluded53 = ["prefixCls", "value", "valueIndex", "onStartMove", "onDelete", "style", "render", "dragging", "draggingDelete", "onOffsetChange", "onChangeComplete", "onFocus", "onMouseEnter"];
var Handle = React374.forwardRef(function(props, ref) {
var prefixCls = props.prefixCls, value = props.value, valueIndex = props.valueIndex, onStartMove = props.onStartMove, onDelete = props.onDelete, style2 = props.style, render2 = props.render, dragging = props.dragging, draggingDelete = props.draggingDelete, onOffsetChange = props.onOffsetChange, onChangeComplete = props.onChangeComplete, onFocus = props.onFocus, onMouseEnter = props.onMouseEnter, restProps = _objectWithoutProperties(props, _excluded53);
var _React$useContext = React374.useContext(context_default9), min = _React$useContext.min, max = _React$useContext.max, direction = _React$useContext.direction, disabled = _React$useContext.disabled, keyboard = _React$useContext.keyboard, range3 = _React$useContext.range, tabIndex = _React$useContext.tabIndex, ariaLabelForHandle = _React$useContext.ariaLabelForHandle, ariaLabelledByForHandle = _React$useContext.ariaLabelledByForHandle, ariaRequired = _React$useContext.ariaRequired, ariaValueTextFormatterForHandle = _React$useContext.ariaValueTextFormatterForHandle, styles = _React$useContext.styles, classNames252 = _React$useContext.classNames;
var handlePrefixCls = "".concat(prefixCls, "-handle");
var onInternalStartMove = function onInternalStartMove2(e3) {
if (!disabled) {
onStartMove(e3, valueIndex);
}
};
var onInternalFocus = function onInternalFocus2(e3) {
onFocus === null || onFocus === void 0 || onFocus(e3, valueIndex);
};
var onInternalMouseEnter = function onInternalMouseEnter2(e3) {
onMouseEnter(e3, valueIndex);
};
var onKeyDown2 = function onKeyDown3(e3) {
if (!disabled && keyboard) {
var offset3 = null;
switch (e3.which || e3.keyCode) {
case KeyCode_default.LEFT:
offset3 = direction === "ltr" || direction === "btt" ? -1 : 1;
break;
case KeyCode_default.RIGHT:
offset3 = direction === "ltr" || direction === "btt" ? 1 : -1;
break;
case KeyCode_default.UP:
offset3 = direction !== "ttb" ? 1 : -1;
break;
case KeyCode_default.DOWN:
offset3 = direction !== "ttb" ? -1 : 1;
break;
case KeyCode_default.HOME:
offset3 = "min";
break;
case KeyCode_default.END:
offset3 = "max";
break;
case KeyCode_default.PAGE_UP:
offset3 = 2;
break;
case KeyCode_default.PAGE_DOWN:
offset3 = -2;
break;
case KeyCode_default.BACKSPACE:
case KeyCode_default.DELETE:
onDelete === null || onDelete === void 0 || onDelete(valueIndex);
break;
}
if (offset3 !== null) {
e3.preventDefault();
onOffsetChange(offset3, valueIndex);
}
}
};
var handleKeyUp = function handleKeyUp2(e3) {
switch (e3.which || e3.keyCode) {
case KeyCode_default.LEFT:
case KeyCode_default.RIGHT:
case KeyCode_default.UP:
case KeyCode_default.DOWN:
case KeyCode_default.HOME:
case KeyCode_default.END:
case KeyCode_default.PAGE_UP:
case KeyCode_default.PAGE_DOWN:
onChangeComplete === null || onChangeComplete === void 0 || onChangeComplete();
break;
}
};
var positionStyle = getDirectionStyle(direction, value, min, max);
var divProps = {};
if (valueIndex !== null) {
var _getIndex;
divProps = {
tabIndex: disabled ? null : getIndex(tabIndex, valueIndex),
role: "slider",
"aria-valuemin": min,
"aria-valuemax": max,
"aria-valuenow": value,
"aria-disabled": disabled,
"aria-label": getIndex(ariaLabelForHandle, valueIndex),
"aria-labelledby": getIndex(ariaLabelledByForHandle, valueIndex),
"aria-required": getIndex(ariaRequired, valueIndex),
"aria-valuetext": (_getIndex = getIndex(ariaValueTextFormatterForHandle, valueIndex)) === null || _getIndex === void 0 ? void 0 : _getIndex(value),
"aria-orientation": direction === "ltr" || direction === "rtl" ? "horizontal" : "vertical",
onMouseDown: onInternalStartMove,
onTouchStart: onInternalStartMove,
onFocus: onInternalFocus,
onMouseEnter: onInternalMouseEnter,
onKeyDown: onKeyDown2,
onKeyUp: handleKeyUp
};
}
var handleNode = React374.createElement("div", _extends({
ref,
className: (0, import_classnames150.default)(handlePrefixCls, _defineProperty(_defineProperty(_defineProperty({}, "".concat(handlePrefixCls, "-").concat(valueIndex + 1), valueIndex !== null && range3), "".concat(handlePrefixCls, "-dragging"), dragging), "".concat(handlePrefixCls, "-dragging-delete"), draggingDelete), classNames252.handle),
style: _objectSpread2(_objectSpread2(_objectSpread2({}, positionStyle), style2), styles.handle)
}, divProps, restProps));
if (render2) {
handleNode = render2(handleNode, {
index: valueIndex,
prefixCls,
value,
dragging,
draggingDelete
});
}
return handleNode;
});
if (true) {
Handle.displayName = "Handle";
}
var Handle_default = Handle;
// node_modules/rc-slider/es/Handles/index.js
var _excluded54 = ["prefixCls", "style", "onStartMove", "onOffsetChange", "values", "handleRender", "activeHandleRender", "draggingIndex", "draggingDelete", "onFocus"];
var Handles = React375.forwardRef(function(props, ref) {
var prefixCls = props.prefixCls, style2 = props.style, onStartMove = props.onStartMove, onOffsetChange = props.onOffsetChange, values = props.values, handleRender = props.handleRender, activeHandleRender = props.activeHandleRender, draggingIndex = props.draggingIndex, draggingDelete = props.draggingDelete, onFocus = props.onFocus, restProps = _objectWithoutProperties(props, _excluded54);
var handlesRef = React375.useRef({});
var _React$useState = React375.useState(false), _React$useState2 = _slicedToArray(_React$useState, 2), activeVisible = _React$useState2[0], setActiveVisible = _React$useState2[1];
var _React$useState3 = React375.useState(-1), _React$useState4 = _slicedToArray(_React$useState3, 2), activeIndex = _React$useState4[0], setActiveIndex = _React$useState4[1];
var onActive = function onActive2(index3) {
setActiveIndex(index3);
setActiveVisible(true);
};
var onHandleFocus = function onHandleFocus2(e3, index3) {
onActive(index3);
onFocus === null || onFocus === void 0 || onFocus(e3);
};
var onHandleMouseEnter = function onHandleMouseEnter2(e3, index3) {
onActive(index3);
};
React375.useImperativeHandle(ref, function() {
return {
focus: function focus(index3) {
var _handlesRef$current$i;
(_handlesRef$current$i = handlesRef.current[index3]) === null || _handlesRef$current$i === void 0 || _handlesRef$current$i.focus();
},
hideHelp: function hideHelp() {
(0, import_react_dom7.flushSync)(function() {
setActiveVisible(false);
});
}
};
});
var handleProps = _objectSpread2({
prefixCls,
onStartMove,
onOffsetChange,
render: handleRender,
onFocus: onHandleFocus,
onMouseEnter: onHandleMouseEnter
}, restProps);
return React375.createElement(React375.Fragment, null, values.map(function(value, index3) {
var dragging = draggingIndex === index3;
return React375.createElement(Handle_default, _extends({
ref: function ref2(node2) {
if (!node2) {
delete handlesRef.current[index3];
} else {
handlesRef.current[index3] = node2;
}
},
dragging,
draggingDelete: dragging && draggingDelete,
style: getIndex(style2, index3),
key: index3,
value,
valueIndex: index3
}, handleProps));
}), activeHandleRender && activeVisible && React375.createElement(Handle_default, _extends({
key: "a11y"
}, handleProps, {
value: values[activeIndex],
valueIndex: null,
dragging: draggingIndex !== -1,
draggingDelete,
render: activeHandleRender,
style: {
pointerEvents: "none"
},
tabIndex: null,
"aria-hidden": true
})));
});
if (true) {
Handles.displayName = "Handles";
}
var Handles_default = Handles;
// node_modules/rc-slider/es/Marks/index.js
var React377 = __toESM(require_react());
// node_modules/rc-slider/es/Marks/Mark.js
var import_classnames151 = __toESM(require_classnames());
var React376 = __toESM(require_react());
var Mark = function Mark2(props) {
var prefixCls = props.prefixCls, style2 = props.style, children = props.children, value = props.value, _onClick = props.onClick;
var _React$useContext = React376.useContext(context_default9), min = _React$useContext.min, max = _React$useContext.max, direction = _React$useContext.direction, includedStart = _React$useContext.includedStart, includedEnd = _React$useContext.includedEnd, included = _React$useContext.included;
var textCls = "".concat(prefixCls, "-text");
var positionStyle = getDirectionStyle(direction, value, min, max);
return React376.createElement("span", {
className: (0, import_classnames151.default)(textCls, _defineProperty({}, "".concat(textCls, "-active"), included && includedStart <= value && value <= includedEnd)),
style: _objectSpread2(_objectSpread2({}, positionStyle), style2),
onMouseDown: function onMouseDown(e3) {
e3.stopPropagation();
},
onClick: function onClick() {
_onClick(value);
}
}, children);
};
var Mark_default = Mark;
// node_modules/rc-slider/es/Marks/index.js
var Marks = function Marks2(props) {
var prefixCls = props.prefixCls, marks = props.marks, onClick = props.onClick;
var markPrefixCls = "".concat(prefixCls, "-mark");
if (!marks.length) {
return null;
}
return React377.createElement("div", {
className: markPrefixCls
}, marks.map(function(_ref) {
var value = _ref.value, style2 = _ref.style, label = _ref.label;
return React377.createElement(Mark_default, {
key: value,
prefixCls: markPrefixCls,
style: style2,
value,
onClick
}, label);
}));
};
var Marks_default = Marks;
// node_modules/rc-slider/es/Steps/index.js
var React379 = __toESM(require_react());
// node_modules/rc-slider/es/Steps/Dot.js
var import_classnames152 = __toESM(require_classnames());
var React378 = __toESM(require_react());
var Dot = function Dot2(props) {
var prefixCls = props.prefixCls, value = props.value, style2 = props.style, activeStyle = props.activeStyle;
var _React$useContext = React378.useContext(context_default9), min = _React$useContext.min, max = _React$useContext.max, direction = _React$useContext.direction, included = _React$useContext.included, includedStart = _React$useContext.includedStart, includedEnd = _React$useContext.includedEnd;
var dotClassName = "".concat(prefixCls, "-dot");
var active = included && includedStart <= value && value <= includedEnd;
var mergedStyle = _objectSpread2(_objectSpread2({}, getDirectionStyle(direction, value, min, max)), typeof style2 === "function" ? style2(value) : style2);
if (active) {
mergedStyle = _objectSpread2(_objectSpread2({}, mergedStyle), typeof activeStyle === "function" ? activeStyle(value) : activeStyle);
}
return React378.createElement("span", {
className: (0, import_classnames152.default)(dotClassName, _defineProperty({}, "".concat(dotClassName, "-active"), active)),
style: mergedStyle
});
};
var Dot_default = Dot;
// node_modules/rc-slider/es/Steps/index.js
var Steps = function Steps2(props) {
var prefixCls = props.prefixCls, marks = props.marks, dots = props.dots, style2 = props.style, activeStyle = props.activeStyle;
var _React$useContext = React379.useContext(context_default9), min = _React$useContext.min, max = _React$useContext.max, step = _React$useContext.step;
var stepDots = React379.useMemo(function() {
var dotSet = /* @__PURE__ */ new Set();
marks.forEach(function(mark) {
dotSet.add(mark.value);
});
if (dots && step !== null) {
var current = min;
while (current <= max) {
dotSet.add(current);
current += step;
}
}
return Array.from(dotSet);
}, [min, max, step, dots, marks]);
return React379.createElement("div", {
className: "".concat(prefixCls, "-step")
}, stepDots.map(function(dotValue) {
return React379.createElement(Dot_default, {
prefixCls,
key: dotValue,
value: dotValue,
style: style2,
activeStyle
});
}));
};
var Steps_default = Steps;
// node_modules/rc-slider/es/Tracks/index.js
var import_classnames154 = __toESM(require_classnames());
var React381 = __toESM(require_react());
// node_modules/rc-slider/es/Tracks/Track.js
var import_classnames153 = __toESM(require_classnames());
var React380 = __toESM(require_react());
var Track2 = function Track3(props) {
var prefixCls = props.prefixCls, style2 = props.style, start = props.start, end = props.end, index3 = props.index, onStartMove = props.onStartMove, replaceCls = props.replaceCls;
var _React$useContext = React380.useContext(context_default9), direction = _React$useContext.direction, min = _React$useContext.min, max = _React$useContext.max, disabled = _React$useContext.disabled, range3 = _React$useContext.range, classNames252 = _React$useContext.classNames;
var trackPrefixCls = "".concat(prefixCls, "-track");
var offsetStart = getOffset3(start, min, max);
var offsetEnd = getOffset3(end, min, max);
var onInternalStartMove = function onInternalStartMove2(e3) {
if (!disabled && onStartMove) {
onStartMove(e3, -1);
}
};
var positionStyle = {};
switch (direction) {
case "rtl":
positionStyle.right = "".concat(offsetStart * 100, "%");
positionStyle.width = "".concat(offsetEnd * 100 - offsetStart * 100, "%");
break;
case "btt":
positionStyle.bottom = "".concat(offsetStart * 100, "%");
positionStyle.height = "".concat(offsetEnd * 100 - offsetStart * 100, "%");
break;
case "ttb":
positionStyle.top = "".concat(offsetStart * 100, "%");
positionStyle.height = "".concat(offsetEnd * 100 - offsetStart * 100, "%");
break;
default:
positionStyle.left = "".concat(offsetStart * 100, "%");
positionStyle.width = "".concat(offsetEnd * 100 - offsetStart * 100, "%");
}
var className = replaceCls || (0, import_classnames153.default)(trackPrefixCls, _defineProperty(_defineProperty({}, "".concat(trackPrefixCls, "-").concat(index3 + 1), index3 !== null && range3), "".concat(prefixCls, "-track-draggable"), onStartMove), classNames252.track);
return React380.createElement("div", {
className,
style: _objectSpread2(_objectSpread2({}, positionStyle), style2),
onMouseDown: onInternalStartMove,
onTouchStart: onInternalStartMove
});
};
var Track_default = Track2;
// node_modules/rc-slider/es/Tracks/index.js
var Tracks = function Tracks2(props) {
var prefixCls = props.prefixCls, style2 = props.style, values = props.values, startPoint = props.startPoint, onStartMove = props.onStartMove;
var _React$useContext = React381.useContext(context_default9), included = _React$useContext.included, range3 = _React$useContext.range, min = _React$useContext.min, styles = _React$useContext.styles, classNames252 = _React$useContext.classNames;
var trackList = React381.useMemo(function() {
if (!range3) {
if (values.length === 0) {
return [];
}
var startValue = startPoint !== null && startPoint !== void 0 ? startPoint : min;
var endValue = values[0];
return [{
start: Math.min(startValue, endValue),
end: Math.max(startValue, endValue)
}];
}
var list = [];
for (var i = 0; i < values.length - 1; i += 1) {
list.push({
start: values[i],
end: values[i + 1]
});
}
return list;
}, [values, range3, startPoint, min]);
if (!included) {
return null;
}
var tracksNode = trackList !== null && trackList !== void 0 && trackList.length && (classNames252.tracks || styles.tracks) ? React381.createElement(Track_default, {
index: null,
prefixCls,
start: trackList[0].start,
end: trackList[trackList.length - 1].end,
replaceCls: (0, import_classnames154.default)(classNames252.tracks, "".concat(prefixCls, "-tracks")),
style: styles.tracks
}) : null;
return React381.createElement(React381.Fragment, null, tracksNode, trackList.map(function(_ref, index3) {
var start = _ref.start, end = _ref.end;
return React381.createElement(Track_default, {
index: index3,
prefixCls,
style: _objectSpread2(_objectSpread2({}, getIndex(style2, index3)), styles.track),
start,
end,
key: index3,
onStartMove
});
}));
};
var Tracks_default = Tracks;
// node_modules/rc-slider/es/hooks/useDrag.js
var React382 = __toESM(require_react());
var REMOVE_DIST = 130;
function getPosition3(e3) {
var obj = "targetTouches" in e3 ? e3.targetTouches[0] : e3;
return {
pageX: obj.pageX,
pageY: obj.pageY
};
}
function useDrag(containerRef, direction, rawValues, min, max, formatValue2, triggerChange, finishChange, offsetValues, editable, minCount) {
var _React$useState = React382.useState(null), _React$useState2 = _slicedToArray(_React$useState, 2), draggingValue = _React$useState2[0], setDraggingValue = _React$useState2[1];
var _React$useState3 = React382.useState(-1), _React$useState4 = _slicedToArray(_React$useState3, 2), draggingIndex = _React$useState4[0], setDraggingIndex = _React$useState4[1];
var _React$useState5 = React382.useState(false), _React$useState6 = _slicedToArray(_React$useState5, 2), draggingDelete = _React$useState6[0], setDraggingDelete = _React$useState6[1];
var _React$useState7 = React382.useState(rawValues), _React$useState8 = _slicedToArray(_React$useState7, 2), cacheValues = _React$useState8[0], setCacheValues = _React$useState8[1];
var _React$useState9 = React382.useState(rawValues), _React$useState10 = _slicedToArray(_React$useState9, 2), originValues = _React$useState10[0], setOriginValues = _React$useState10[1];
var mouseMoveEventRef = React382.useRef(null);
var mouseUpEventRef = React382.useRef(null);
var touchEventTargetRef = React382.useRef(null);
var _React$useContext = React382.useContext(UnstableContext), onDragStart = _React$useContext.onDragStart, onDragChange = _React$useContext.onDragChange;
useLayoutEffect_default(function() {
if (draggingIndex === -1) {
setCacheValues(rawValues);
}
}, [rawValues, draggingIndex]);
React382.useEffect(function() {
return function() {
document.removeEventListener("mousemove", mouseMoveEventRef.current);
document.removeEventListener("mouseup", mouseUpEventRef.current);
if (touchEventTargetRef.current) {
touchEventTargetRef.current.removeEventListener("touchmove", mouseMoveEventRef.current);
touchEventTargetRef.current.removeEventListener("touchend", mouseUpEventRef.current);
}
};
}, []);
var flushValues = function flushValues2(nextValues, nextValue, deleteMark) {
if (nextValue !== void 0) {
setDraggingValue(nextValue);
}
setCacheValues(nextValues);
var changeValues = nextValues;
if (deleteMark) {
changeValues = nextValues.filter(function(_, i) {
return i !== draggingIndex;
});
}
triggerChange(changeValues);
if (onDragChange) {
onDragChange({
rawValues: nextValues,
deleteIndex: deleteMark ? draggingIndex : -1,
draggingIndex,
draggingValue: nextValue
});
}
};
var updateCacheValue = useEvent(function(valueIndex, offsetPercent, deleteMark) {
if (valueIndex === -1) {
var startValue = originValues[0];
var endValue = originValues[originValues.length - 1];
var maxStartOffset = min - startValue;
var maxEndOffset = max - endValue;
var offset3 = offsetPercent * (max - min);
offset3 = Math.max(offset3, maxStartOffset);
offset3 = Math.min(offset3, maxEndOffset);
var formatStartValue = formatValue2(startValue + offset3);
offset3 = formatStartValue - startValue;
var cloneCacheValues = originValues.map(function(val) {
return val + offset3;
});
flushValues(cloneCacheValues);
} else {
var offsetDist = (max - min) * offsetPercent;
var cloneValues = _toConsumableArray(cacheValues);
cloneValues[valueIndex] = originValues[valueIndex];
var next2 = offsetValues(cloneValues, offsetDist, valueIndex, "dist");
flushValues(next2.values, next2.value, deleteMark);
}
});
var onStartMove = function onStartMove2(e3, valueIndex, startValues) {
e3.stopPropagation();
var initialValues = startValues || rawValues;
var originValue = initialValues[valueIndex];
setDraggingIndex(valueIndex);
setDraggingValue(originValue);
setOriginValues(initialValues);
setCacheValues(initialValues);
setDraggingDelete(false);
var _getPosition = getPosition3(e3), startX = _getPosition.pageX, startY = _getPosition.pageY;
var deleteMark = false;
if (onDragStart) {
onDragStart({
rawValues: initialValues,
draggingIndex: valueIndex,
draggingValue: originValue
});
}
var onMouseMove = function onMouseMove2(event) {
event.preventDefault();
var _getPosition2 = getPosition3(event), moveX = _getPosition2.pageX, moveY = _getPosition2.pageY;
var offsetX = moveX - startX;
var offsetY = moveY - startY;
var _containerRef$current = containerRef.current.getBoundingClientRect(), width = _containerRef$current.width, height = _containerRef$current.height;
var offSetPercent;
var removeDist;
switch (direction) {
case "btt":
offSetPercent = -offsetY / height;
removeDist = offsetX;
break;
case "ttb":
offSetPercent = offsetY / height;
removeDist = offsetX;
break;
case "rtl":
offSetPercent = -offsetX / width;
removeDist = offsetY;
break;
default:
offSetPercent = offsetX / width;
removeDist = offsetY;
}
deleteMark = editable ? Math.abs(removeDist) > REMOVE_DIST && minCount < cacheValues.length : false;
setDraggingDelete(deleteMark);
updateCacheValue(valueIndex, offSetPercent, deleteMark);
};
var onMouseUp = function onMouseUp2(event) {
event.preventDefault();
document.removeEventListener("mouseup", onMouseUp2);
document.removeEventListener("mousemove", onMouseMove);
if (touchEventTargetRef.current) {
touchEventTargetRef.current.removeEventListener("touchmove", mouseMoveEventRef.current);
touchEventTargetRef.current.removeEventListener("touchend", mouseUpEventRef.current);
}
mouseMoveEventRef.current = null;
mouseUpEventRef.current = null;
touchEventTargetRef.current = null;
finishChange(deleteMark);
setDraggingIndex(-1);
setDraggingDelete(false);
};
document.addEventListener("mouseup", onMouseUp);
document.addEventListener("mousemove", onMouseMove);
e3.currentTarget.addEventListener("touchend", onMouseUp);
e3.currentTarget.addEventListener("touchmove", onMouseMove);
mouseMoveEventRef.current = onMouseMove;
mouseUpEventRef.current = onMouseUp;
touchEventTargetRef.current = e3.currentTarget;
};
var returnValues = React382.useMemo(function() {
var sourceValues = _toConsumableArray(rawValues).sort(function(a, b) {
return a - b;
});
var targetValues = _toConsumableArray(cacheValues).sort(function(a, b) {
return a - b;
});
var counts = {};
targetValues.forEach(function(val) {
counts[val] = (counts[val] || 0) + 1;
});
sourceValues.forEach(function(val) {
counts[val] = (counts[val] || 0) - 1;
});
var maxDiffCount = editable ? 1 : 0;
var diffCount = Object.values(counts).reduce(function(prev2, next2) {
return prev2 + Math.abs(next2);
}, 0);
return diffCount <= maxDiffCount ? cacheValues : rawValues;
}, [rawValues, cacheValues, editable]);
return [draggingIndex, draggingValue, draggingDelete, returnValues, onStartMove];
}
var useDrag_default = useDrag;
// node_modules/rc-slider/es/hooks/useOffset.js
var React383 = __toESM(require_react());
function useOffset(min, max, step, markList, allowCross, pushable) {
var formatRangeValue = React383.useCallback(function(val) {
return Math.max(min, Math.min(max, val));
}, [min, max]);
var formatStepValue = React383.useCallback(function(val) {
if (step !== null) {
var stepValue = min + Math.round((formatRangeValue(val) - min) / step) * step;
var getDecimal = function getDecimal2(num) {
return (String(num).split(".")[1] || "").length;
};
var maxDecimal = Math.max(getDecimal(step), getDecimal(max), getDecimal(min));
var fixedValue = Number(stepValue.toFixed(maxDecimal));
return min <= fixedValue && fixedValue <= max ? fixedValue : null;
}
return null;
}, [step, min, max, formatRangeValue]);
var formatValue2 = React383.useCallback(function(val) {
var formatNextValue = formatRangeValue(val);
var alignValues = markList.map(function(mark) {
return mark.value;
});
if (step !== null) {
alignValues.push(formatStepValue(val));
}
alignValues.push(min, max);
var closeValue = alignValues[0];
var closeDist = max - min;
alignValues.forEach(function(alignValue) {
var dist = Math.abs(formatNextValue - alignValue);
if (dist <= closeDist) {
closeValue = alignValue;
closeDist = dist;
}
});
return closeValue;
}, [min, max, markList, step, formatRangeValue, formatStepValue]);
var offsetValue = function offsetValue2(values, offset3, valueIndex) {
var mode = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : "unit";
if (typeof offset3 === "number") {
var nextValue;
var originValue = values[valueIndex];
var targetDistValue = originValue + offset3;
var potentialValues = [];
markList.forEach(function(mark) {
potentialValues.push(mark.value);
});
potentialValues.push(min, max);
potentialValues.push(formatStepValue(originValue));
var sign = offset3 > 0 ? 1 : -1;
if (mode === "unit") {
potentialValues.push(formatStepValue(originValue + sign * step));
} else {
potentialValues.push(formatStepValue(targetDistValue));
}
potentialValues = potentialValues.filter(function(val) {
return val !== null;
}).filter(function(val) {
return offset3 < 0 ? val <= originValue : val >= originValue;
});
if (mode === "unit") {
potentialValues = potentialValues.filter(function(val) {
return val !== originValue;
});
}
var compareValue = mode === "unit" ? originValue : targetDistValue;
nextValue = potentialValues[0];
var valueDist = Math.abs(nextValue - compareValue);
potentialValues.forEach(function(potentialValue) {
var dist = Math.abs(potentialValue - compareValue);
if (dist < valueDist) {
nextValue = potentialValue;
valueDist = dist;
}
});
if (nextValue === void 0) {
return offset3 < 0 ? min : max;
}
if (mode === "dist") {
return nextValue;
}
if (Math.abs(offset3) > 1) {
var cloneValues = _toConsumableArray(values);
cloneValues[valueIndex] = nextValue;
return offsetValue2(cloneValues, offset3 - sign, valueIndex, mode);
}
return nextValue;
} else if (offset3 === "min") {
return min;
} else if (offset3 === "max") {
return max;
}
};
var offsetChangedValue = function offsetChangedValue2(values, offset3, valueIndex) {
var mode = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : "unit";
var originValue = values[valueIndex];
var nextValue = offsetValue(values, offset3, valueIndex, mode);
return {
value: nextValue,
changed: nextValue !== originValue
};
};
var needPush = function needPush2(dist) {
return pushable === null && dist === 0 || typeof pushable === "number" && dist < pushable;
};
var offsetValues = function offsetValues2(values, offset3, valueIndex) {
var mode = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : "unit";
var nextValues = values.map(formatValue2);
var originValue = nextValues[valueIndex];
var nextValue = offsetValue(nextValues, offset3, valueIndex, mode);
nextValues[valueIndex] = nextValue;
if (allowCross === false) {
var pushNum = pushable || 0;
if (valueIndex > 0 && nextValues[valueIndex - 1] !== originValue) {
nextValues[valueIndex] = Math.max(nextValues[valueIndex], nextValues[valueIndex - 1] + pushNum);
}
if (valueIndex < nextValues.length - 1 && nextValues[valueIndex + 1] !== originValue) {
nextValues[valueIndex] = Math.min(nextValues[valueIndex], nextValues[valueIndex + 1] - pushNum);
}
} else if (typeof pushable === "number" || pushable === null) {
for (var i = valueIndex + 1; i < nextValues.length; i += 1) {
var changed = true;
while (needPush(nextValues[i] - nextValues[i - 1]) && changed) {
var _offsetChangedValue = offsetChangedValue(nextValues, 1, i);
nextValues[i] = _offsetChangedValue.value;
changed = _offsetChangedValue.changed;
}
}
for (var _i = valueIndex; _i > 0; _i -= 1) {
var _changed = true;
while (needPush(nextValues[_i] - nextValues[_i - 1]) && _changed) {
var _offsetChangedValue2 = offsetChangedValue(nextValues, -1, _i - 1);
nextValues[_i - 1] = _offsetChangedValue2.value;
_changed = _offsetChangedValue2.changed;
}
}
for (var _i2 = nextValues.length - 1; _i2 > 0; _i2 -= 1) {
var _changed2 = true;
while (needPush(nextValues[_i2] - nextValues[_i2 - 1]) && _changed2) {
var _offsetChangedValue3 = offsetChangedValue(nextValues, -1, _i2 - 1);
nextValues[_i2 - 1] = _offsetChangedValue3.value;
_changed2 = _offsetChangedValue3.changed;
}
}
for (var _i3 = 0; _i3 < nextValues.length - 1; _i3 += 1) {
var _changed3 = true;
while (needPush(nextValues[_i3 + 1] - nextValues[_i3]) && _changed3) {
var _offsetChangedValue4 = offsetChangedValue(nextValues, 1, _i3 + 1);
nextValues[_i3 + 1] = _offsetChangedValue4.value;
_changed3 = _offsetChangedValue4.changed;
}
}
}
return {
value: nextValues[valueIndex],
values: nextValues
};
};
return [formatValue2, offsetValues];
}
// node_modules/rc-slider/es/hooks/useRange.js
var import_react131 = __toESM(require_react());
function useRange(range3) {
return (0, import_react131.useMemo)(function() {
if (range3 === true || !range3) {
return [!!range3, false, false, 0];
}
var editable = range3.editable, draggableTrack = range3.draggableTrack, minCount = range3.minCount, maxCount = range3.maxCount;
if (true) {
warning(!editable || !draggableTrack, "`editable` can not work with `draggableTrack`.");
}
return [true, editable, !editable && draggableTrack, minCount || 0, maxCount];
}, [range3]);
}
// node_modules/rc-slider/es/Slider.js
var Slider4 = React384.forwardRef(function(props, ref) {
var _props$prefixCls = props.prefixCls, prefixCls = _props$prefixCls === void 0 ? "rc-slider" : _props$prefixCls, className = props.className, style2 = props.style, classNames252 = props.classNames, styles = props.styles, id = props.id, _props$disabled = props.disabled, disabled = _props$disabled === void 0 ? false : _props$disabled, _props$keyboard = props.keyboard, keyboard = _props$keyboard === void 0 ? true : _props$keyboard, autoFocus = props.autoFocus, onFocus = props.onFocus, onBlur = props.onBlur, _props$min = props.min, min = _props$min === void 0 ? 0 : _props$min, _props$max = props.max, max = _props$max === void 0 ? 100 : _props$max, _props$step = props.step, step = _props$step === void 0 ? 1 : _props$step, value = props.value, defaultValue = props.defaultValue, range3 = props.range, count = props.count, onChange = props.onChange, onBeforeChange = props.onBeforeChange, onAfterChange = props.onAfterChange, onChangeComplete = props.onChangeComplete, _props$allowCross = props.allowCross, allowCross = _props$allowCross === void 0 ? true : _props$allowCross, _props$pushable = props.pushable, pushable = _props$pushable === void 0 ? false : _props$pushable, reverse = props.reverse, vertical = props.vertical, _props$included = props.included, included = _props$included === void 0 ? true : _props$included, startPoint = props.startPoint, trackStyle = props.trackStyle, handleStyle = props.handleStyle, railStyle = props.railStyle, dotStyle = props.dotStyle, activeDotStyle = props.activeDotStyle, marks = props.marks, dots = props.dots, handleRender = props.handleRender, activeHandleRender = props.activeHandleRender, track = props.track, _props$tabIndex = props.tabIndex, tabIndex = _props$tabIndex === void 0 ? 0 : _props$tabIndex, ariaLabelForHandle = props.ariaLabelForHandle, ariaLabelledByForHandle = props.ariaLabelledByForHandle, ariaRequired = props.ariaRequired, ariaValueTextFormatterForHandle = props.ariaValueTextFormatterForHandle;
var handlesRef = React384.useRef(null);
var containerRef = React384.useRef(null);
var direction = React384.useMemo(function() {
if (vertical) {
return reverse ? "ttb" : "btt";
}
return reverse ? "rtl" : "ltr";
}, [reverse, vertical]);
var _useRange = useRange(range3), _useRange2 = _slicedToArray(_useRange, 5), rangeEnabled = _useRange2[0], rangeEditable = _useRange2[1], rangeDraggableTrack = _useRange2[2], minCount = _useRange2[3], maxCount = _useRange2[4];
var mergedMin = React384.useMemo(function() {
return isFinite(min) ? min : 0;
}, [min]);
var mergedMax = React384.useMemo(function() {
return isFinite(max) ? max : 100;
}, [max]);
var mergedStep = React384.useMemo(function() {
return step !== null && step <= 0 ? 1 : step;
}, [step]);
var mergedPush = React384.useMemo(function() {
if (typeof pushable === "boolean") {
return pushable ? mergedStep : false;
}
return pushable >= 0 ? pushable : false;
}, [pushable, mergedStep]);
var markList = React384.useMemo(function() {
return Object.keys(marks || {}).map(function(key) {
var mark = marks[key];
var markObj = {
value: Number(key)
};
if (mark && _typeof(mark) === "object" && !React384.isValidElement(mark) && ("label" in mark || "style" in mark)) {
markObj.style = mark.style;
markObj.label = mark.label;
} else {
markObj.label = mark;
}
return markObj;
}).filter(function(_ref) {
var label = _ref.label;
return label || typeof label === "number";
}).sort(function(a, b) {
return a.value - b.value;
});
}, [marks]);
var _useOffset = useOffset(mergedMin, mergedMax, mergedStep, markList, allowCross, mergedPush), _useOffset2 = _slicedToArray(_useOffset, 2), formatValue2 = _useOffset2[0], offsetValues = _useOffset2[1];
var _useMergedState = useMergedState(defaultValue, {
value
}), _useMergedState2 = _slicedToArray(_useMergedState, 2), mergedValue = _useMergedState2[0], setValue = _useMergedState2[1];
var rawValues = React384.useMemo(function() {
var valueList = mergedValue === null || mergedValue === void 0 ? [] : Array.isArray(mergedValue) ? mergedValue : [mergedValue];
var _valueList = _slicedToArray(valueList, 1), _valueList$ = _valueList[0], val0 = _valueList$ === void 0 ? mergedMin : _valueList$;
var returnValues = mergedValue === null ? [] : [val0];
if (rangeEnabled) {
returnValues = _toConsumableArray(valueList);
if (count || mergedValue === void 0) {
var pointCount = count >= 0 ? count + 1 : 2;
returnValues = returnValues.slice(0, pointCount);
while (returnValues.length < pointCount) {
var _returnValues;
returnValues.push((_returnValues = returnValues[returnValues.length - 1]) !== null && _returnValues !== void 0 ? _returnValues : mergedMin);
}
}
returnValues.sort(function(a, b) {
return a - b;
});
}
returnValues.forEach(function(val, index3) {
returnValues[index3] = formatValue2(val);
});
return returnValues;
}, [mergedValue, rangeEnabled, mergedMin, count, formatValue2]);
var getTriggerValue = function getTriggerValue2(triggerValues) {
return rangeEnabled ? triggerValues : triggerValues[0];
};
var triggerChange = useEvent(function(nextValues) {
var cloneNextValues = _toConsumableArray(nextValues).sort(function(a, b) {
return a - b;
});
if (onChange && !isEqual_default(cloneNextValues, rawValues, true)) {
onChange(getTriggerValue(cloneNextValues));
}
setValue(cloneNextValues);
});
var finishChange = useEvent(function(draggingDelete2) {
if (draggingDelete2) {
handlesRef.current.hideHelp();
}
var finishValue = getTriggerValue(rawValues);
onAfterChange === null || onAfterChange === void 0 || onAfterChange(finishValue);
warning_default(!onAfterChange, "[rc-slider] `onAfterChange` is deprecated. Please use `onChangeComplete` instead.");
onChangeComplete === null || onChangeComplete === void 0 || onChangeComplete(finishValue);
});
var onDelete = function onDelete2(index3) {
if (disabled || !rangeEditable || rawValues.length <= minCount) {
return;
}
var cloneNextValues = _toConsumableArray(rawValues);
cloneNextValues.splice(index3, 1);
onBeforeChange === null || onBeforeChange === void 0 || onBeforeChange(getTriggerValue(cloneNextValues));
triggerChange(cloneNextValues);
var nextFocusIndex = Math.max(0, index3 - 1);
handlesRef.current.hideHelp();
handlesRef.current.focus(nextFocusIndex);
};
var _useDrag = useDrag_default(containerRef, direction, rawValues, mergedMin, mergedMax, formatValue2, triggerChange, finishChange, offsetValues, rangeEditable, minCount), _useDrag2 = _slicedToArray(_useDrag, 5), draggingIndex = _useDrag2[0], draggingValue = _useDrag2[1], draggingDelete = _useDrag2[2], cacheValues = _useDrag2[3], onStartDrag = _useDrag2[4];
var changeToCloseValue = function changeToCloseValue2(newValue, e3) {
if (!disabled) {
var cloneNextValues = _toConsumableArray(rawValues);
var valueIndex = 0;
var valueBeforeIndex = 0;
var valueDist = mergedMax - mergedMin;
rawValues.forEach(function(val, index3) {
var dist = Math.abs(newValue - val);
if (dist <= valueDist) {
valueDist = dist;
valueIndex = index3;
}
if (val < newValue) {
valueBeforeIndex = index3;
}
});
var focusIndex = valueIndex;
if (rangeEditable && valueDist !== 0 && (!maxCount || rawValues.length < maxCount)) {
cloneNextValues.splice(valueBeforeIndex + 1, 0, newValue);
focusIndex = valueBeforeIndex + 1;
} else {
cloneNextValues[valueIndex] = newValue;
}
if (rangeEnabled && !rawValues.length && count === void 0) {
cloneNextValues.push(newValue);
}
var nextValue = getTriggerValue(cloneNextValues);
onBeforeChange === null || onBeforeChange === void 0 || onBeforeChange(nextValue);
triggerChange(cloneNextValues);
if (e3) {
var _document$activeEleme, _document$activeEleme2;
(_document$activeEleme = document.activeElement) === null || _document$activeEleme === void 0 || (_document$activeEleme2 = _document$activeEleme.blur) === null || _document$activeEleme2 === void 0 || _document$activeEleme2.call(_document$activeEleme);
handlesRef.current.focus(focusIndex);
onStartDrag(e3, focusIndex, cloneNextValues);
} else {
onAfterChange === null || onAfterChange === void 0 || onAfterChange(nextValue);
warning_default(!onAfterChange, "[rc-slider] `onAfterChange` is deprecated. Please use `onChangeComplete` instead.");
onChangeComplete === null || onChangeComplete === void 0 || onChangeComplete(nextValue);
}
}
};
var onSliderMouseDown = function onSliderMouseDown2(e3) {
e3.preventDefault();
var _containerRef$current = containerRef.current.getBoundingClientRect(), width = _containerRef$current.width, height = _containerRef$current.height, left = _containerRef$current.left, top = _containerRef$current.top, bottom = _containerRef$current.bottom, right = _containerRef$current.right;
var clientX = e3.clientX, clientY = e3.clientY;
var percent;
switch (direction) {
case "btt":
percent = (bottom - clientY) / height;
break;
case "ttb":
percent = (clientY - top) / height;
break;
case "rtl":
percent = (right - clientX) / width;
break;
default:
percent = (clientX - left) / width;
}
var nextValue = mergedMin + percent * (mergedMax - mergedMin);
changeToCloseValue(formatValue2(nextValue), e3);
};
var _React$useState = React384.useState(null), _React$useState2 = _slicedToArray(_React$useState, 2), keyboardValue = _React$useState2[0], setKeyboardValue = _React$useState2[1];
var onHandleOffsetChange = function onHandleOffsetChange2(offset3, valueIndex) {
if (!disabled) {
var next2 = offsetValues(rawValues, offset3, valueIndex);
onBeforeChange === null || onBeforeChange === void 0 || onBeforeChange(getTriggerValue(rawValues));
triggerChange(next2.values);
setKeyboardValue(next2.value);
}
};
React384.useEffect(function() {
if (keyboardValue !== null) {
var valueIndex = rawValues.indexOf(keyboardValue);
if (valueIndex >= 0) {
handlesRef.current.focus(valueIndex);
}
}
setKeyboardValue(null);
}, [keyboardValue]);
var mergedDraggableTrack = React384.useMemo(function() {
if (rangeDraggableTrack && mergedStep === null) {
if (true) {
warning_default(false, "`draggableTrack` is not supported when `step` is `null`.");
}
return false;
}
return rangeDraggableTrack;
}, [rangeDraggableTrack, mergedStep]);
var onStartMove = useEvent(function(e3, valueIndex) {
onStartDrag(e3, valueIndex);
onBeforeChange === null || onBeforeChange === void 0 || onBeforeChange(getTriggerValue(rawValues));
});
var dragging = draggingIndex !== -1;
React384.useEffect(function() {
if (!dragging) {
var valueIndex = rawValues.lastIndexOf(draggingValue);
handlesRef.current.focus(valueIndex);
}
}, [dragging]);
var sortedCacheValues = React384.useMemo(function() {
return _toConsumableArray(cacheValues).sort(function(a, b) {
return a - b;
});
}, [cacheValues]);
var _React$useMemo = React384.useMemo(function() {
if (!rangeEnabled) {
return [mergedMin, sortedCacheValues[0]];
}
return [sortedCacheValues[0], sortedCacheValues[sortedCacheValues.length - 1]];
}, [sortedCacheValues, rangeEnabled, mergedMin]), _React$useMemo2 = _slicedToArray(_React$useMemo, 2), includedStart = _React$useMemo2[0], includedEnd = _React$useMemo2[1];
React384.useImperativeHandle(ref, function() {
return {
focus: function focus() {
handlesRef.current.focus(0);
},
blur: function blur() {
var _containerRef$current2;
var _document = document, activeElement = _document.activeElement;
if ((_containerRef$current2 = containerRef.current) !== null && _containerRef$current2 !== void 0 && _containerRef$current2.contains(activeElement)) {
activeElement === null || activeElement === void 0 || activeElement.blur();
}
}
};
});
React384.useEffect(function() {
if (autoFocus) {
handlesRef.current.focus(0);
}
}, []);
var context = React384.useMemo(function() {
return {
min: mergedMin,
max: mergedMax,
direction,
disabled,
keyboard,
step: mergedStep,
included,
includedStart,
includedEnd,
range: rangeEnabled,
tabIndex,
ariaLabelForHandle,
ariaLabelledByForHandle,
ariaRequired,
ariaValueTextFormatterForHandle,
styles: styles || {},
classNames: classNames252 || {}
};
}, [mergedMin, mergedMax, direction, disabled, keyboard, mergedStep, included, includedStart, includedEnd, rangeEnabled, tabIndex, ariaLabelForHandle, ariaLabelledByForHandle, ariaRequired, ariaValueTextFormatterForHandle, styles, classNames252]);
return React384.createElement(context_default9.Provider, {
value: context
}, React384.createElement("div", {
ref: containerRef,
className: (0, import_classnames155.default)(prefixCls, className, _defineProperty(_defineProperty(_defineProperty(_defineProperty({}, "".concat(prefixCls, "-disabled"), disabled), "".concat(prefixCls, "-vertical"), vertical), "".concat(prefixCls, "-horizontal"), !vertical), "".concat(prefixCls, "-with-marks"), markList.length)),
style: style2,
onMouseDown: onSliderMouseDown,
id
}, React384.createElement("div", {
className: (0, import_classnames155.default)("".concat(prefixCls, "-rail"), classNames252 === null || classNames252 === void 0 ? void 0 : classNames252.rail),
style: _objectSpread2(_objectSpread2({}, railStyle), styles === null || styles === void 0 ? void 0 : styles.rail)
}), track !== false && React384.createElement(Tracks_default, {
prefixCls,
style: trackStyle,
values: rawValues,
startPoint,
onStartMove: mergedDraggableTrack ? onStartMove : void 0
}), React384.createElement(Steps_default, {
prefixCls,
marks: markList,
dots,
style: dotStyle,
activeStyle: activeDotStyle
}), React384.createElement(Handles_default, {
ref: handlesRef,
prefixCls,
style: handleStyle,
values: cacheValues,
draggingIndex,
draggingDelete,
onStartMove,
onOffsetChange: onHandleOffsetChange,
onFocus,
onBlur,
handleRender,
activeHandleRender,
onChangeComplete: finishChange,
onDelete: rangeEditable ? onDelete : void 0
}), React384.createElement(Marks_default, {
prefixCls,
marks: markList,
onClick: changeToCloseValue
})));
});
if (true) {
Slider4.displayName = "Slider";
}
var Slider_default2 = Slider4;
// node_modules/rc-slider/es/index.js
var es_default25 = Slider_default2;
// node_modules/antd/es/slider/index.js
var import_react134 = __toESM(require_react());
var import_classnames156 = __toESM(require_classnames());
// node_modules/antd/es/slider/Context.js
var import_react132 = __toESM(require_react());
var SliderInternalContext = (0, import_react132.createContext)({});
var Context_default3 = SliderInternalContext;
// node_modules/antd/es/slider/SliderTooltip.js
var React385 = __toESM(require_react());
var import_react133 = __toESM(require_react());
var SliderTooltip = React385.forwardRef((props, ref) => {
const {
open: open3,
draggingDelete,
value
} = props;
const innerRef = (0, import_react133.useRef)(null);
const mergedOpen = open3 && !draggingDelete;
const rafRef = (0, import_react133.useRef)(null);
function cancelKeepAlign() {
raf_default.cancel(rafRef.current);
rafRef.current = null;
}
function keepAlign() {
rafRef.current = raf_default(() => {
var _a;
(_a = innerRef.current) === null || _a === void 0 ? void 0 : _a.forceAlign();
rafRef.current = null;
});
}
React385.useEffect(() => {
if (mergedOpen) {
keepAlign();
} else {
cancelKeepAlign();
}
return cancelKeepAlign;
}, [mergedOpen, props.title, value]);
return React385.createElement(tooltip_default, Object.assign({
ref: composeRef(innerRef, ref)
}, props, {
open: mergedOpen
}));
});
if (true) {
SliderTooltip.displayName = "SliderTooltip";
}
var SliderTooltip_default = SliderTooltip;
// node_modules/antd/es/slider/style/index.js
var genBaseStyle10 = (token2) => {
const {
componentCls,
antCls,
controlSize,
dotSize,
marginFull,
marginPart,
colorFillContentHover,
handleColorDisabled,
calc,
handleSize,
handleSizeHover,
handleActiveColor,
handleActiveOutlineColor,
handleLineWidth,
handleLineWidthHover,
motionDurationMid
} = token2;
return {
[componentCls]: Object.assign(Object.assign({}, resetComponent(token2)), {
position: "relative",
height: controlSize,
margin: `${unit2(marginPart)} ${unit2(marginFull)}`,
padding: 0,
cursor: "pointer",
touchAction: "none",
"&-vertical": {
margin: `${unit2(marginFull)} ${unit2(marginPart)}`
},
[`${componentCls}-rail`]: {
position: "absolute",
backgroundColor: token2.railBg,
borderRadius: token2.borderRadiusXS,
transition: `background-color ${motionDurationMid}`
},
[`${componentCls}-track,${componentCls}-tracks`]: {
position: "absolute",
transition: `background-color ${motionDurationMid}`
},
[`${componentCls}-track`]: {
backgroundColor: token2.trackBg,
borderRadius: token2.borderRadiusXS
},
[`${componentCls}-track-draggable`]: {
boxSizing: "content-box",
backgroundClip: "content-box",
border: "solid rgba(0,0,0,0)"
},
"&:hover": {
[`${componentCls}-rail`]: {
backgroundColor: token2.railHoverBg
},
[`${componentCls}-track`]: {
backgroundColor: token2.trackHoverBg
},
[`${componentCls}-dot`]: {
borderColor: colorFillContentHover
},
[`${componentCls}-handle::after`]: {
boxShadow: `0 0 0 ${unit2(handleLineWidth)} ${token2.colorPrimaryBorderHover}`
},
[`${componentCls}-dot-active`]: {
borderColor: token2.dotActiveBorderColor
}
},
[`${componentCls}-handle`]: {
position: "absolute",
width: handleSize,
height: handleSize,
outline: "none",
userSelect: "none",
// Dragging status
"&-dragging-delete": {
opacity: 0
},
// 扩大选区
"&::before": {
content: '""',
position: "absolute",
insetInlineStart: calc(handleLineWidth).mul(-1).equal(),
insetBlockStart: calc(handleLineWidth).mul(-1).equal(),
width: calc(handleSize).add(calc(handleLineWidth).mul(2)).equal(),
height: calc(handleSize).add(calc(handleLineWidth).mul(2)).equal(),
backgroundColor: "transparent"
},
"&::after": {
content: '""',
position: "absolute",
insetBlockStart: 0,
insetInlineStart: 0,
width: handleSize,
height: handleSize,
backgroundColor: token2.colorBgElevated,
boxShadow: `0 0 0 ${unit2(handleLineWidth)} ${token2.handleColor}`,
outline: `0px solid transparent`,
borderRadius: "50%",
cursor: "pointer",
transition: `
inset-inline-start ${motionDurationMid},
inset-block-start ${motionDurationMid},
width ${motionDurationMid},
height ${motionDurationMid},
box-shadow ${motionDurationMid},
outline ${motionDurationMid}
`
},
"&:hover, &:active, &:focus": {
"&::before": {
insetInlineStart: calc(handleSizeHover).sub(handleSize).div(2).add(handleLineWidthHover).mul(-1).equal(),
insetBlockStart: calc(handleSizeHover).sub(handleSize).div(2).add(handleLineWidthHover).mul(-1).equal(),
width: calc(handleSizeHover).add(calc(handleLineWidthHover).mul(2)).equal(),
height: calc(handleSizeHover).add(calc(handleLineWidthHover).mul(2)).equal()
},
"&::after": {
boxShadow: `0 0 0 ${unit2(handleLineWidthHover)} ${handleActiveColor}`,
outline: `6px solid ${handleActiveOutlineColor}`,
width: handleSizeHover,
height: handleSizeHover,
insetInlineStart: token2.calc(handleSize).sub(handleSizeHover).div(2).equal(),
insetBlockStart: token2.calc(handleSize).sub(handleSizeHover).div(2).equal()
}
}
},
[`&-lock ${componentCls}-handle`]: {
"&::before, &::after": {
transition: "none"
}
},
[`${componentCls}-mark`]: {
position: "absolute",
fontSize: token2.fontSize
},
[`${componentCls}-mark-text`]: {
position: "absolute",
display: "inline-block",
color: token2.colorTextDescription,
textAlign: "center",
wordBreak: "keep-all",
cursor: "pointer",
userSelect: "none",
"&-active": {
color: token2.colorText
}
},
[`${componentCls}-step`]: {
position: "absolute",
background: "transparent",
pointerEvents: "none"
},
[`${componentCls}-dot`]: {
position: "absolute",
width: dotSize,
height: dotSize,
backgroundColor: token2.colorBgElevated,
border: `${unit2(handleLineWidth)} solid ${token2.dotBorderColor}`,
borderRadius: "50%",
cursor: "pointer",
transition: `border-color ${token2.motionDurationSlow}`,
pointerEvents: "auto",
"&-active": {
borderColor: token2.dotActiveBorderColor
}
},
[`&${componentCls}-disabled`]: {
cursor: "not-allowed",
[`${componentCls}-rail`]: {
backgroundColor: `${token2.railBg} !important`
},
[`${componentCls}-track`]: {
backgroundColor: `${token2.trackBgDisabled} !important`
},
[`
${componentCls}-dot
`]: {
backgroundColor: token2.colorBgElevated,
borderColor: token2.trackBgDisabled,
boxShadow: "none",
cursor: "not-allowed"
},
[`${componentCls}-handle::after`]: {
backgroundColor: token2.colorBgElevated,
cursor: "not-allowed",
width: handleSize,
height: handleSize,
boxShadow: `0 0 0 ${unit2(handleLineWidth)} ${handleColorDisabled}`,
insetInlineStart: 0,
insetBlockStart: 0
},
[`
${componentCls}-mark-text,
${componentCls}-dot
`]: {
cursor: `not-allowed !important`
}
},
[`&-tooltip ${antCls}-tooltip-inner`]: {
minWidth: "unset"
}
})
};
};
var genDirectionStyle = (token2, horizontal) => {
const {
componentCls,
railSize,
handleSize,
dotSize,
marginFull,
calc
} = token2;
const railPadding = horizontal ? "paddingBlock" : "paddingInline";
const full = horizontal ? "width" : "height";
const part = horizontal ? "height" : "width";
const handlePos = horizontal ? "insetBlockStart" : "insetInlineStart";
const markInset = horizontal ? "top" : "insetInlineStart";
const handlePosSize = calc(railSize).mul(3).sub(handleSize).div(2).equal();
const draggableBorderSize = calc(handleSize).sub(railSize).div(2).equal();
const draggableBorder = horizontal ? {
borderWidth: `${unit2(draggableBorderSize)} 0`,
transform: `translateY(${unit2(calc(draggableBorderSize).mul(-1).equal())})`
} : {
borderWidth: `0 ${unit2(draggableBorderSize)}`,
transform: `translateX(${unit2(token2.calc(draggableBorderSize).mul(-1).equal())})`
};
return {
[railPadding]: railSize,
[part]: calc(railSize).mul(3).equal(),
[`${componentCls}-rail`]: {
[full]: "100%",
[part]: railSize
},
[`${componentCls}-track,${componentCls}-tracks`]: {
[part]: railSize
},
[`${componentCls}-track-draggable`]: Object.assign({}, draggableBorder),
[`${componentCls}-handle`]: {
[handlePos]: handlePosSize
},
[`${componentCls}-mark`]: {
// Reset all
insetInlineStart: 0,
top: 0,
// https://github.com/ant-design/ant-design/issues/43731
[markInset]: calc(railSize).mul(3).add(horizontal ? 0 : marginFull).equal(),
[full]: "100%"
},
[`${componentCls}-step`]: {
// Reset all
insetInlineStart: 0,
top: 0,
[markInset]: railSize,
[full]: "100%",
[part]: railSize
},
[`${componentCls}-dot`]: {
position: "absolute",
[handlePos]: calc(railSize).sub(dotSize).div(2).equal()
}
};
};
var genHorizontalStyle = (token2) => {
const {
componentCls,
marginPartWithMark
} = token2;
return {
[`${componentCls}-horizontal`]: Object.assign(Object.assign({}, genDirectionStyle(token2, true)), {
[`&${componentCls}-with-marks`]: {
marginBottom: marginPartWithMark
}
})
};
};
var genVerticalStyle = (token2) => {
const {
componentCls
} = token2;
return {
[`${componentCls}-vertical`]: Object.assign(Object.assign({}, genDirectionStyle(token2, false)), {
height: "100%"
})
};
};
var prepareComponentToken31 = (token2) => {
const increaseHandleWidth = 1;
const controlSize = token2.controlHeightLG / 4;
const controlSizeHover = token2.controlHeightSM / 2;
const handleLineWidth = token2.lineWidth + increaseHandleWidth;
const handleLineWidthHover = token2.lineWidth + increaseHandleWidth * 1.5;
const handleActiveColor = token2.colorPrimary;
const handleActiveOutlineColor = new FastColor(handleActiveColor).setA(0.2).toRgbString();
return {
controlSize,
railSize: 4,
handleSize: controlSize,
handleSizeHover: controlSizeHover,
dotSize: 8,
handleLineWidth,
handleLineWidthHover,
railBg: token2.colorFillTertiary,
railHoverBg: token2.colorFillSecondary,
trackBg: token2.colorPrimaryBorder,
trackHoverBg: token2.colorPrimaryBorderHover,
handleColor: token2.colorPrimaryBorder,
handleActiveColor,
handleActiveOutlineColor,
handleColorDisabled: new FastColor(token2.colorTextDisabled).onBackground(token2.colorBgContainer).toHexString(),
dotBorderColor: token2.colorBorderSecondary,
dotActiveBorderColor: token2.colorPrimaryBorder,
trackBgDisabled: token2.colorBgContainerDisabled
};
};
var style_default35 = genStyleHooks("Slider", (token2) => {
const sliderToken = merge2(token2, {
marginPart: token2.calc(token2.controlHeight).sub(token2.controlSize).div(2).equal(),
marginFull: token2.calc(token2.controlSize).div(2).equal(),
marginPartWithMark: token2.calc(token2.controlHeightLG).sub(token2.controlSize).equal()
});
return [genBaseStyle10(sliderToken), genHorizontalStyle(sliderToken), genVerticalStyle(sliderToken)];
}, prepareComponentToken31);
// node_modules/antd/es/slider/useRafLock.js
var React386 = __toESM(require_react());
function useRafLock() {
const [state, setState] = React386.useState(false);
const rafRef = React386.useRef(null);
const cleanup2 = () => {
raf_default.cancel(rafRef.current);
};
const setDelayState = (nextState) => {
cleanup2();
if (nextState) {
setState(nextState);
} else {
rafRef.current = raf_default(() => {
setState(nextState);
});
}
};
React386.useEffect(() => cleanup2, []);
return [state, setDelayState];
}
// node_modules/antd/es/slider/index.js
var __rest50 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
function getTipFormatter(tipFormatter, legacyTipFormatter) {
if (tipFormatter || tipFormatter === null) {
return tipFormatter;
}
if (legacyTipFormatter || legacyTipFormatter === null) {
return legacyTipFormatter;
}
return (val) => typeof val === "number" ? val.toString() : "";
}
var Slider5 = import_react134.default.forwardRef((props, ref) => {
const {
prefixCls: customizePrefixCls,
range: range3,
className,
rootClassName,
style: style2,
disabled,
// Deprecated Props
tooltipPrefixCls: legacyTooltipPrefixCls,
tipFormatter: legacyTipFormatter,
tooltipVisible: legacyTooltipVisible,
getTooltipPopupContainer: legacyGetTooltipPopupContainer,
tooltipPlacement: legacyTooltipPlacement,
tooltip = {},
onChangeComplete,
classNames: sliderClassNames,
styles
} = props, restProps = __rest50(props, ["prefixCls", "range", "className", "rootClassName", "style", "disabled", "tooltipPrefixCls", "tipFormatter", "tooltipVisible", "getTooltipPopupContainer", "tooltipPlacement", "tooltip", "onChangeComplete", "classNames", "styles"]);
const {
vertical
} = props;
const {
getPrefixCls,
direction: contextDirection,
className: contextClassName,
style: contextStyle,
classNames: contextClassNames,
styles: contextStyles,
getPopupContainer
} = useComponentConfig("slider");
const contextDisabled = import_react134.default.useContext(DisabledContext_default);
const mergedDisabled = disabled !== null && disabled !== void 0 ? disabled : contextDisabled;
const {
handleRender: contextHandleRender,
direction: internalContextDirection
} = import_react134.default.useContext(Context_default3);
const mergedDirection = internalContextDirection || contextDirection;
const isRTL = mergedDirection === "rtl";
const [hoverOpen, setHoverOpen] = useRafLock();
const [focusOpen, setFocusOpen] = useRafLock();
const tooltipProps = Object.assign({}, tooltip);
const {
open: tooltipOpen,
placement: tooltipPlacement,
getPopupContainer: getTooltipPopupContainer,
prefixCls: customizeTooltipPrefixCls,
formatter: tipFormatter
} = tooltipProps;
const lockOpen = tooltipOpen !== null && tooltipOpen !== void 0 ? tooltipOpen : legacyTooltipVisible;
const activeOpen = (hoverOpen || focusOpen) && lockOpen !== false;
const mergedTipFormatter = getTipFormatter(tipFormatter, legacyTipFormatter);
const [dragging, setDragging] = useRafLock();
const onInternalChangeComplete = (nextValues) => {
onChangeComplete === null || onChangeComplete === void 0 ? void 0 : onChangeComplete(nextValues);
setDragging(false);
};
const getTooltipPlacement = (placement, vert) => {
if (placement) {
return placement;
}
if (!vert) {
return "top";
}
return isRTL ? "left" : "right";
};
const prefixCls = getPrefixCls("slider", customizePrefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default35(prefixCls);
const rootClassNames = (0, import_classnames156.default)(className, contextClassName, contextClassNames.root, sliderClassNames === null || sliderClassNames === void 0 ? void 0 : sliderClassNames.root, rootClassName, {
[`${prefixCls}-rtl`]: isRTL,
[`${prefixCls}-lock`]: dragging
}, hashId, cssVarCls);
if (isRTL && !restProps.vertical) {
restProps.reverse = !restProps.reverse;
}
if (true) {
const warning5 = devUseWarning("Slider");
[["tooltipPrefixCls", "prefixCls"], ["getTooltipPopupContainer", "getPopupContainer"], ["tipFormatter", "formatter"], ["tooltipPlacement", "placement"], ["tooltipVisible", "open"]].forEach(([deprecatedName, newName]) => {
warning5.deprecated(!(deprecatedName in props), deprecatedName, `tooltip.${newName}`);
});
}
import_react134.default.useEffect(() => {
const onMouseUp = () => {
raf_default(() => {
setFocusOpen(false);
}, 1);
};
document.addEventListener("mouseup", onMouseUp);
return () => {
document.removeEventListener("mouseup", onMouseUp);
};
}, []);
const useActiveTooltipHandle = range3 && !lockOpen;
const handleRender = contextHandleRender || ((node2, info) => {
const {
index: index3
} = info;
const nodeProps = node2.props;
function proxyEvent(eventName, event, triggerRestPropsEvent) {
var _a, _b, _c, _d;
if (triggerRestPropsEvent) {
(_b = (_a = restProps)[eventName]) === null || _b === void 0 ? void 0 : _b.call(_a, event);
}
(_d = (_c = nodeProps)[eventName]) === null || _d === void 0 ? void 0 : _d.call(_c, event);
}
const passedProps = Object.assign(Object.assign({}, nodeProps), {
onMouseEnter: (e3) => {
setHoverOpen(true);
proxyEvent("onMouseEnter", e3);
},
onMouseLeave: (e3) => {
setHoverOpen(false);
proxyEvent("onMouseLeave", e3);
},
onMouseDown: (e3) => {
setFocusOpen(true);
setDragging(true);
proxyEvent("onMouseDown", e3);
},
onFocus: (e3) => {
var _a;
setFocusOpen(true);
(_a = restProps.onFocus) === null || _a === void 0 ? void 0 : _a.call(restProps, e3);
proxyEvent("onFocus", e3, true);
},
onBlur: (e3) => {
var _a;
setFocusOpen(false);
(_a = restProps.onBlur) === null || _a === void 0 ? void 0 : _a.call(restProps, e3);
proxyEvent("onBlur", e3, true);
}
});
const cloneNode = import_react134.default.cloneElement(node2, passedProps);
const open3 = (!!lockOpen || activeOpen) && mergedTipFormatter !== null;
if (!useActiveTooltipHandle) {
return import_react134.default.createElement(SliderTooltip_default, Object.assign({}, tooltipProps, {
prefixCls: getPrefixCls("tooltip", customizeTooltipPrefixCls !== null && customizeTooltipPrefixCls !== void 0 ? customizeTooltipPrefixCls : legacyTooltipPrefixCls),
title: mergedTipFormatter ? mergedTipFormatter(info.value) : "",
value: info.value,
open: open3,
placement: getTooltipPlacement(tooltipPlacement !== null && tooltipPlacement !== void 0 ? tooltipPlacement : legacyTooltipPlacement, vertical),
key: index3,
classNames: {
root: `${prefixCls}-tooltip`
},
getPopupContainer: getTooltipPopupContainer || legacyGetTooltipPopupContainer || getPopupContainer
}), cloneNode);
}
return cloneNode;
});
const activeHandleRender = useActiveTooltipHandle ? (handle, info) => {
const cloneNode = import_react134.default.cloneElement(handle, {
style: Object.assign(Object.assign({}, handle.props.style), {
visibility: "hidden"
})
});
return import_react134.default.createElement(SliderTooltip_default, Object.assign({}, tooltipProps, {
prefixCls: getPrefixCls("tooltip", customizeTooltipPrefixCls !== null && customizeTooltipPrefixCls !== void 0 ? customizeTooltipPrefixCls : legacyTooltipPrefixCls),
title: mergedTipFormatter ? mergedTipFormatter(info.value) : "",
open: mergedTipFormatter !== null && activeOpen,
placement: getTooltipPlacement(tooltipPlacement !== null && tooltipPlacement !== void 0 ? tooltipPlacement : legacyTooltipPlacement, vertical),
key: "tooltip",
classNames: {
root: `${prefixCls}-tooltip`
},
getPopupContainer: getTooltipPopupContainer || legacyGetTooltipPopupContainer || getPopupContainer,
draggingDelete: info.draggingDelete
}), cloneNode);
} : void 0;
const rootStyle = Object.assign(Object.assign(Object.assign(Object.assign({}, contextStyles.root), contextStyle), styles === null || styles === void 0 ? void 0 : styles.root), style2);
const mergedTracks = Object.assign(Object.assign({}, contextStyles.tracks), styles === null || styles === void 0 ? void 0 : styles.tracks);
const mergedTracksClassNames = (0, import_classnames156.default)(contextClassNames.tracks, sliderClassNames === null || sliderClassNames === void 0 ? void 0 : sliderClassNames.tracks);
return wrapCSSVar(
// @ts-ignore
import_react134.default.createElement(es_default25, Object.assign({}, restProps, {
classNames: Object.assign({
handle: (0, import_classnames156.default)(contextClassNames.handle, sliderClassNames === null || sliderClassNames === void 0 ? void 0 : sliderClassNames.handle),
rail: (0, import_classnames156.default)(contextClassNames.rail, sliderClassNames === null || sliderClassNames === void 0 ? void 0 : sliderClassNames.rail),
track: (0, import_classnames156.default)(contextClassNames.track, sliderClassNames === null || sliderClassNames === void 0 ? void 0 : sliderClassNames.track)
}, mergedTracksClassNames ? {
tracks: mergedTracksClassNames
} : {}),
styles: Object.assign({
handle: Object.assign(Object.assign({}, contextStyles.handle), styles === null || styles === void 0 ? void 0 : styles.handle),
rail: Object.assign(Object.assign({}, contextStyles.rail), styles === null || styles === void 0 ? void 0 : styles.rail),
track: Object.assign(Object.assign({}, contextStyles.track), styles === null || styles === void 0 ? void 0 : styles.track)
}, Object.keys(mergedTracks).length ? {
tracks: mergedTracks
} : {}),
step: restProps.step,
range: range3,
className: rootClassNames,
style: rootStyle,
disabled: mergedDisabled,
ref,
prefixCls,
handleRender,
activeHandleRender,
onChangeComplete: onInternalChangeComplete
}))
);
});
if (true) {
Slider5.displayName = "Slider";
}
var slider_default = Slider5;
// node_modules/antd/es/color-picker/components/ColorSlider.js
var __rest51 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var GradientColorSlider = (props) => {
const {
prefixCls,
colors,
type: type5,
color,
range: range3 = false,
className,
activeIndex,
onActive,
onDragStart,
onDragChange,
onKeyDelete
} = props, restProps = __rest51(props, ["prefixCls", "colors", "type", "color", "range", "className", "activeIndex", "onActive", "onDragStart", "onDragChange", "onKeyDelete"]);
const sliderProps = Object.assign(Object.assign({}, restProps), {
track: false
});
const linearCss = React388.useMemo(() => {
const colorsStr = colors.map((c) => `${c.color} ${c.percent}%`).join(", ");
return `linear-gradient(90deg, ${colorsStr})`;
}, [colors]);
const pointColor = React388.useMemo(() => {
if (!color || !type5) {
return null;
}
if (type5 === "alpha") {
return color.toRgbString();
}
return `hsl(${color.toHsb().h}, 100%, 50%)`;
}, [color, type5]);
const onInternalDragStart = useEvent(onDragStart);
const onInternalDragChange = useEvent(onDragChange);
const unstableContext = React388.useMemo(() => ({
onDragStart: onInternalDragStart,
onDragChange: onInternalDragChange
}), []);
const handleRender = useEvent((ori, info) => {
const {
onFocus,
style: style2,
className: handleCls,
onKeyDown: onKeyDown2
} = ori.props;
const mergedStyle = Object.assign({}, style2);
if (type5 === "gradient") {
mergedStyle.background = getGradientPercentColor(colors, info.value);
}
return React388.cloneElement(ori, {
onFocus: (e3) => {
onActive === null || onActive === void 0 ? void 0 : onActive(info.index);
onFocus === null || onFocus === void 0 ? void 0 : onFocus(e3);
},
style: mergedStyle,
className: (0, import_classnames157.default)(handleCls, {
[`${prefixCls}-slider-handle-active`]: activeIndex === info.index
}),
onKeyDown: (e3) => {
if ((e3.key === "Delete" || e3.key === "Backspace") && onKeyDelete) {
onKeyDelete(info.index);
}
onKeyDown2 === null || onKeyDown2 === void 0 ? void 0 : onKeyDown2(e3);
}
});
});
const sliderContext = React388.useMemo(() => ({
direction: "ltr",
handleRender
}), []);
return React388.createElement(Context_default3.Provider, {
value: sliderContext
}, React388.createElement(UnstableContext.Provider, {
value: unstableContext
}, React388.createElement(slider_default, Object.assign({}, sliderProps, {
className: (0, import_classnames157.default)(className, `${prefixCls}-slider`),
tooltip: {
open: false
},
range: {
editable: range3,
minCount: 2
},
styles: {
rail: {
background: linearCss
},
handle: pointColor ? {
background: pointColor
} : {}
},
classNames: {
rail: `${prefixCls}-slider-rail`,
handle: `${prefixCls}-slider-handle`
}
}))));
};
var SingleColorSlider = (props) => {
const {
value,
onChange,
onChangeComplete
} = props;
const singleOnChange = (v) => onChange(v[0]);
const singleOnChangeComplete = (v) => onChangeComplete(v[0]);
return React388.createElement(GradientColorSlider, Object.assign({}, props, {
value: [value],
onChange: singleOnChange,
onChangeComplete: singleOnChangeComplete
}));
};
var ColorSlider_default = SingleColorSlider;
// node_modules/antd/es/color-picker/components/PanelPicker/GradientColorBar.js
var React389 = __toESM(require_react());
function sortColors(colors) {
return _toConsumableArray(colors).sort((a, b) => a.percent - b.percent);
}
var GradientColorBar = (props) => {
const {
prefixCls,
mode,
onChange,
onChangeComplete,
onActive,
activeIndex,
onGradientDragging,
colors
} = props;
const isGradient = mode === "gradient";
const colorList = React389.useMemo(() => colors.map((info) => ({
percent: info.percent,
color: info.color.toRgbString()
})), [colors]);
const values = React389.useMemo(() => colorList.map((info) => info.percent), [colorList]);
const colorsRef = React389.useRef(colorList);
const onDragStart = ({
rawValues,
draggingIndex,
draggingValue
}) => {
if (rawValues.length > colorList.length) {
const newPointColor = getGradientPercentColor(colorList, draggingValue);
const nextColors = _toConsumableArray(colorList);
nextColors.splice(draggingIndex, 0, {
percent: draggingValue,
color: newPointColor
});
colorsRef.current = nextColors;
} else {
colorsRef.current = colorList;
}
onGradientDragging(true);
onChange(new AggregationColor(sortColors(colorsRef.current)), true);
};
const onDragChange = ({
deleteIndex,
draggingIndex,
draggingValue
}) => {
let nextColors = _toConsumableArray(colorsRef.current);
if (deleteIndex !== -1) {
nextColors.splice(deleteIndex, 1);
} else {
nextColors[draggingIndex] = Object.assign(Object.assign({}, nextColors[draggingIndex]), {
percent: draggingValue
});
nextColors = sortColors(nextColors);
}
onChange(new AggregationColor(nextColors), true);
};
const onKeyDelete = (index3) => {
const nextColors = _toConsumableArray(colorList);
nextColors.splice(index3, 1);
const nextColor = new AggregationColor(nextColors);
onChange(nextColor);
onChangeComplete(nextColor);
};
const onInternalChangeComplete = (nextValues) => {
onChangeComplete(new AggregationColor(colorList));
if (activeIndex >= nextValues.length) {
onActive(nextValues.length - 1);
}
onGradientDragging(false);
};
if (!isGradient) {
return null;
}
return React389.createElement(GradientColorSlider, {
min: 0,
max: 100,
prefixCls,
className: `${prefixCls}-gradient-slider`,
colors: colorList,
color: null,
value: values,
range: true,
onChangeComplete: onInternalChangeComplete,
disabled: false,
type: "gradient",
// Active
activeIndex,
onActive,
// Drag
onDragStart,
onDragChange,
onKeyDelete
});
};
var GradientColorBar_default = React389.memo(GradientColorBar);
// node_modules/antd/es/color-picker/components/PanelPicker/index.js
var __rest52 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var components = {
slider: ColorSlider_default
};
var PanelPicker = () => {
const panelPickerContext = (0, import_react135.useContext)(PanelPickerContext);
const {
mode,
onModeChange,
modeOptions,
prefixCls,
allowClear,
value,
disabledAlpha,
onChange,
onClear,
onChangeComplete,
activeIndex,
gradientDragging
} = panelPickerContext, injectProps = __rest52(panelPickerContext, ["mode", "onModeChange", "modeOptions", "prefixCls", "allowClear", "value", "disabledAlpha", "onChange", "onClear", "onChangeComplete", "activeIndex", "gradientDragging"]);
const colors = import_react135.default.useMemo(() => {
if (!value.cleared) {
return value.getColors();
}
return [{
percent: 0,
color: new AggregationColor("")
}, {
percent: 100,
color: new AggregationColor("")
}];
}, [value]);
const isSingle = !value.isGradient();
const [lockedColor, setLockedColor] = import_react135.default.useState(value);
useLayoutEffect_default(() => {
var _a;
if (!isSingle) {
setLockedColor((_a = colors[activeIndex]) === null || _a === void 0 ? void 0 : _a.color);
}
}, [isSingle, colors, gradientDragging, activeIndex]);
const activeColor = import_react135.default.useMemo(() => {
var _a;
if (isSingle) {
return value;
}
if (gradientDragging) {
return lockedColor;
}
return (_a = colors[activeIndex]) === null || _a === void 0 ? void 0 : _a.color;
}, [colors, value, activeIndex, isSingle, lockedColor, gradientDragging]);
const [pickerColor, setPickerColor] = import_react135.default.useState(activeColor);
const [forceSync, setForceSync] = useForceUpdate();
const mergedPickerColor = (pickerColor === null || pickerColor === void 0 ? void 0 : pickerColor.equals(activeColor)) ? activeColor : pickerColor;
useLayoutEffect_default(() => {
setPickerColor(activeColor);
}, [forceSync, activeColor === null || activeColor === void 0 ? void 0 : activeColor.toHexString()]);
const fillColor = (nextColor, info) => {
let submitColor = generateColor3(nextColor);
if (value.cleared) {
const rgb = submitColor.toRgb();
if (!rgb.r && !rgb.g && !rgb.b && info) {
const {
type: infoType,
value: infoValue = 0
} = info;
submitColor = new AggregationColor({
h: infoType === "hue" ? infoValue : 0,
s: 1,
b: 1,
a: infoType === "alpha" ? infoValue / 100 : 1
});
} else {
submitColor = genAlphaColor(submitColor);
}
}
if (mode === "single") {
return submitColor;
}
const nextColors = _toConsumableArray(colors);
nextColors[activeIndex] = Object.assign(Object.assign({}, nextColors[activeIndex]), {
color: submitColor
});
return new AggregationColor(nextColors);
};
const onPickerChange = (colorValue, fromPicker, info) => {
const nextColor = fillColor(colorValue, info);
setPickerColor(nextColor.isGradient() ? nextColor.getColors()[activeIndex].color : nextColor);
onChange(nextColor, fromPicker);
};
const onInternalChangeComplete = (nextColor, info) => {
onChangeComplete(fillColor(nextColor, info));
setForceSync();
};
const onInputChange = (colorValue) => {
onChange(fillColor(colorValue));
};
let operationNode = null;
const showMode = modeOptions.length > 1;
if (allowClear || showMode) {
operationNode = import_react135.default.createElement("div", {
className: `${prefixCls}-operation`
}, showMode && import_react135.default.createElement(segmented_default, {
size: "small",
options: modeOptions,
value: mode,
onChange: onModeChange
}), import_react135.default.createElement(ColorClear_default, Object.assign({
prefixCls,
value,
onChange: (clearColor) => {
onChange(clearColor);
onClear === null || onClear === void 0 ? void 0 : onClear();
}
}, injectProps)));
}
return import_react135.default.createElement(import_react135.default.Fragment, null, operationNode, import_react135.default.createElement(GradientColorBar_default, Object.assign({}, panelPickerContext, {
colors
})), import_react135.default.createElement(es_default3, {
prefixCls,
value: mergedPickerColor === null || mergedPickerColor === void 0 ? void 0 : mergedPickerColor.toHsb(),
disabledAlpha,
onChange: (colorValue, info) => {
onPickerChange(colorValue, true, info);
},
onChangeComplete: (colorValue, info) => {
onInternalChangeComplete(colorValue, info);
},
components
}), import_react135.default.createElement(ColorInput_default, Object.assign({
value: activeColor,
onChange: onInputChange,
prefixCls,
disabledAlpha
}, injectProps)));
};
var PanelPicker_default = PanelPicker;
// node_modules/antd/es/color-picker/components/PanelPresets.js
var import_react136 = __toESM(require_react());
var PanelPresets = () => {
const {
prefixCls,
value,
presets,
onChange
} = (0, import_react136.useContext)(PanelPresetsContext);
return Array.isArray(presets) ? import_react136.default.createElement(ColorPresets_default, {
value,
presets,
prefixCls,
onChange
}) : null;
};
var PanelPresets_default = PanelPresets;
// node_modules/antd/es/color-picker/ColorPickerPanel.js
var ColorPickerPanel = (props) => {
const {
prefixCls,
presets,
panelRender,
value,
onChange,
onClear,
allowClear,
disabledAlpha,
mode,
onModeChange,
modeOptions,
onChangeComplete,
activeIndex,
onActive,
format: format3,
onFormatChange,
gradientDragging,
onGradientDragging,
disabledFormat
} = props;
const colorPickerPanelPrefixCls = `${prefixCls}-inner`;
const panelContext = import_react137.default.useMemo(() => ({
prefixCls,
value,
onChange,
onClear,
allowClear,
disabledAlpha,
mode,
onModeChange,
modeOptions,
onChangeComplete,
activeIndex,
onActive,
format: format3,
onFormatChange,
gradientDragging,
onGradientDragging,
disabledFormat
}), [prefixCls, value, onChange, onClear, allowClear, disabledAlpha, mode, onModeChange, modeOptions, onChangeComplete, activeIndex, onActive, format3, onFormatChange, gradientDragging, onGradientDragging, disabledFormat]);
const presetContext = import_react137.default.useMemo(() => ({
prefixCls,
value,
presets,
onChange
}), [prefixCls, value, presets, onChange]);
const innerPanel = import_react137.default.createElement("div", {
className: `${colorPickerPanelPrefixCls}-content`
}, import_react137.default.createElement(PanelPicker_default, null), Array.isArray(presets) && import_react137.default.createElement(divider_default, null), import_react137.default.createElement(PanelPresets_default, null));
return import_react137.default.createElement(PanelPickerContext.Provider, {
value: panelContext
}, import_react137.default.createElement(PanelPresetsContext.Provider, {
value: presetContext
}, import_react137.default.createElement("div", {
className: colorPickerPanelPrefixCls
}, typeof panelRender === "function" ? panelRender(innerPanel, {
components: {
Picker: PanelPicker_default,
Presets: PanelPresets_default
}
}) : innerPanel)));
};
if (true) {
ColorPickerPanel.displayName = "ColorPickerPanel";
}
var ColorPickerPanel_default = ColorPickerPanel;
// node_modules/antd/es/color-picker/components/ColorTrigger.js
var import_react138 = __toESM(require_react());
var import_classnames158 = __toESM(require_classnames());
var __rest53 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var ColorTrigger = (0, import_react138.forwardRef)((props, ref) => {
const {
color,
prefixCls,
open: open3,
disabled,
format: format3,
className,
showText,
activeIndex
} = props, rest = __rest53(props, ["color", "prefixCls", "open", "disabled", "format", "className", "showText", "activeIndex"]);
const colorTriggerPrefixCls = `${prefixCls}-trigger`;
const colorTextPrefixCls = `${colorTriggerPrefixCls}-text`;
const colorTextCellPrefixCls = `${colorTextPrefixCls}-cell`;
const [locale6] = useLocale_default("ColorPicker");
const desc = import_react138.default.useMemo(() => {
if (!showText) {
return "";
}
if (typeof showText === "function") {
return showText(color);
}
if (color.cleared) {
return locale6.transparent;
}
if (color.isGradient()) {
return color.getColors().map((c, index3) => {
const inactive = activeIndex !== -1 && activeIndex !== index3;
return import_react138.default.createElement("span", {
key: index3,
className: (0, import_classnames158.default)(colorTextCellPrefixCls, inactive && `${colorTextCellPrefixCls}-inactive`)
}, c.color.toRgbString(), " ", c.percent, "%");
});
}
const hexString = color.toHexString().toUpperCase();
const alpha = getColorAlpha(color);
switch (format3) {
case "rgb":
return color.toRgbString();
case "hsb":
return color.toHsbString();
default:
return alpha < 100 ? `${hexString.slice(0, 7)},${alpha}%` : hexString;
}
}, [color, format3, showText, activeIndex, locale6.transparent, colorTextCellPrefixCls]);
const containerNode = (0, import_react138.useMemo)(() => color.cleared ? import_react138.default.createElement(ColorClear_default, {
prefixCls
}) : import_react138.default.createElement(ColorBlock_default, {
prefixCls,
color: color.toCssString()
}), [color, prefixCls]);
return import_react138.default.createElement("div", Object.assign({
ref,
className: (0, import_classnames158.default)(colorTriggerPrefixCls, className, {
[`${colorTriggerPrefixCls}-active`]: open3,
[`${colorTriggerPrefixCls}-disabled`]: disabled
})
}, pickAttrs(rest)), containerNode, showText && import_react138.default.createElement("div", {
className: colorTextPrefixCls
}, desc));
});
var ColorTrigger_default = ColorTrigger;
// node_modules/antd/es/color-picker/hooks/useModeColor.js
var React394 = __toESM(require_react());
function useModeColor(defaultValue, value, mode) {
const [locale6] = useLocale_default("ColorPicker");
const [mergedColor, setMergedColor] = useMergedState(defaultValue, {
value
});
const [modeState, setModeState] = React394.useState("single");
const [modeOptionList, modeSet] = React394.useMemo(() => {
const list = (Array.isArray(mode) ? mode : [mode]).filter((m) => m);
if (!list.length) {
list.push("single");
}
const modes = new Set(list);
const optionList = [];
const pushOption = (modeType, localeTxt) => {
if (modes.has(modeType)) {
optionList.push({
label: localeTxt,
value: modeType
});
}
};
pushOption("single", locale6.singleColor);
pushOption("gradient", locale6.gradientColor);
return [optionList, modes];
}, [mode, locale6.singleColor, locale6.gradientColor]);
const [cacheColor, setCacheColor] = React394.useState(null);
const setColor = useEvent((nextColor) => {
setCacheColor(nextColor);
setMergedColor(nextColor);
});
const postColor = React394.useMemo(() => {
const colorObj = generateColor3(mergedColor || "");
return colorObj.equals(cacheColor) ? cacheColor : colorObj;
}, [mergedColor, cacheColor]);
const postMode = React394.useMemo(() => {
var _a;
if (modeSet.has(modeState)) {
return modeState;
}
return (_a = modeOptionList[0]) === null || _a === void 0 ? void 0 : _a.value;
}, [modeSet, modeState, modeOptionList]);
React394.useEffect(() => {
setModeState(postColor.isGradient() ? "gradient" : "single");
}, [postColor]);
return [postColor, setColor, postMode, setModeState, modeOptionList];
}
// node_modules/antd/es/color-picker/style/color-block.js
var getTransBg = (size, colorFill) => ({
backgroundImage: `conic-gradient(${colorFill} 25%, transparent 25% 50%, ${colorFill} 50% 75%, transparent 75% 100%)`,
backgroundSize: `${size} ${size}`
});
var genColorBlockStyle = (token2, size) => {
const {
componentCls,
borderRadiusSM,
colorPickerInsetShadow,
lineWidth,
colorFillSecondary
} = token2;
return {
[`${componentCls}-color-block`]: Object.assign(Object.assign({
position: "relative",
borderRadius: borderRadiusSM,
width: size,
height: size,
boxShadow: colorPickerInsetShadow,
flex: "none"
}, getTransBg("50%", token2.colorFillSecondary)), {
[`${componentCls}-color-block-inner`]: {
width: "100%",
height: "100%",
boxShadow: `inset 0 0 0 ${unit2(lineWidth)} ${colorFillSecondary}`,
borderRadius: "inherit"
}
})
};
};
var color_block_default = genColorBlockStyle;
// node_modules/antd/es/color-picker/style/input.js
var genInputStyle2 = (token2) => {
const {
componentCls,
antCls,
fontSizeSM,
lineHeightSM,
colorPickerAlphaInputWidth,
marginXXS,
paddingXXS,
controlHeightSM,
marginXS,
fontSizeIcon,
paddingXS,
colorTextPlaceholder,
colorPickerInputNumberHandleWidth,
lineWidth
} = token2;
return {
[`${componentCls}-input-container`]: {
display: "flex",
[`${componentCls}-steppers${antCls}-input-number`]: {
fontSize: fontSizeSM,
lineHeight: lineHeightSM,
[`${antCls}-input-number-input`]: {
paddingInlineStart: paddingXXS,
paddingInlineEnd: 0
},
[`${antCls}-input-number-handler-wrap`]: {
width: colorPickerInputNumberHandleWidth
}
},
[`${componentCls}-steppers${componentCls}-alpha-input`]: {
flex: `0 0 ${unit2(colorPickerAlphaInputWidth)}`,
marginInlineStart: marginXXS
},
[`${componentCls}-format-select${antCls}-select`]: {
marginInlineEnd: marginXS,
width: "auto",
"&-single": {
[`${antCls}-select-selector`]: {
padding: 0,
border: 0
},
[`${antCls}-select-arrow`]: {
insetInlineEnd: 0
},
[`${antCls}-select-selection-item`]: {
paddingInlineEnd: token2.calc(fontSizeIcon).add(marginXXS).equal(),
fontSize: fontSizeSM,
lineHeight: unit2(controlHeightSM)
},
[`${antCls}-select-item-option-content`]: {
fontSize: fontSizeSM,
lineHeight: lineHeightSM
},
[`${antCls}-select-dropdown`]: {
[`${antCls}-select-item`]: {
minHeight: "auto"
}
}
}
},
[`${componentCls}-input`]: {
gap: marginXXS,
alignItems: "center",
flex: 1,
width: 0,
[`${componentCls}-hsb-input,${componentCls}-rgb-input`]: {
display: "flex",
gap: marginXXS,
alignItems: "center"
},
[`${componentCls}-steppers`]: {
flex: 1
},
[`${componentCls}-hex-input${antCls}-input-affix-wrapper`]: {
flex: 1,
padding: `0 ${unit2(paddingXS)}`,
[`${antCls}-input`]: {
fontSize: fontSizeSM,
textTransform: "uppercase",
lineHeight: unit2(token2.calc(controlHeightSM).sub(token2.calc(lineWidth).mul(2)).equal())
},
[`${antCls}-input-prefix`]: {
color: colorTextPlaceholder
}
}
}
}
};
};
var input_default = genInputStyle2;
// node_modules/antd/es/color-picker/style/picker.js
var genPickerStyle2 = (token2) => {
const {
componentCls,
controlHeightLG,
borderRadiusSM,
colorPickerInsetShadow,
marginSM,
colorBgElevated,
colorFillSecondary,
lineWidthBold,
colorPickerHandlerSize
} = token2;
return {
userSelect: "none",
[`${componentCls}-select`]: {
[`${componentCls}-palette`]: {
minHeight: token2.calc(controlHeightLG).mul(4).equal(),
overflow: "hidden",
borderRadius: borderRadiusSM
},
[`${componentCls}-saturation`]: {
position: "absolute",
borderRadius: "inherit",
boxShadow: colorPickerInsetShadow,
inset: 0
},
marginBottom: marginSM
},
// ======================== Panel =========================
[`${componentCls}-handler`]: {
width: colorPickerHandlerSize,
height: colorPickerHandlerSize,
border: `${unit2(lineWidthBold)} solid ${colorBgElevated}`,
position: "relative",
borderRadius: "50%",
cursor: "pointer",
boxShadow: `${colorPickerInsetShadow}, 0 0 0 1px ${colorFillSecondary}`
}
};
};
var picker_default = genPickerStyle2;
// node_modules/antd/es/color-picker/style/presets.js
var genPresetsStyle = (token2) => {
const {
componentCls,
antCls,
colorTextQuaternary,
paddingXXS,
colorPickerPresetColorSize,
fontSizeSM,
colorText,
lineHeightSM,
lineWidth,
borderRadius,
colorFill,
colorWhite,
marginXXS,
paddingXS,
fontHeightSM
} = token2;
return {
[`${componentCls}-presets`]: {
[`${antCls}-collapse-item > ${antCls}-collapse-header`]: {
padding: 0,
[`${antCls}-collapse-expand-icon`]: {
height: fontHeightSM,
color: colorTextQuaternary,
paddingInlineEnd: paddingXXS
}
},
[`${antCls}-collapse`]: {
display: "flex",
flexDirection: "column",
gap: marginXXS
},
[`${antCls}-collapse-item > ${antCls}-collapse-content > ${antCls}-collapse-content-box`]: {
padding: `${unit2(paddingXS)} 0`
},
"&-label": {
fontSize: fontSizeSM,
color: colorText,
lineHeight: lineHeightSM
},
"&-items": {
display: "flex",
flexWrap: "wrap",
gap: token2.calc(marginXXS).mul(1.5).equal(),
[`${componentCls}-presets-color`]: {
position: "relative",
cursor: "pointer",
width: colorPickerPresetColorSize,
height: colorPickerPresetColorSize,
"&::before": {
content: '""',
pointerEvents: "none",
width: token2.calc(colorPickerPresetColorSize).add(token2.calc(lineWidth).mul(4)).equal(),
height: token2.calc(colorPickerPresetColorSize).add(token2.calc(lineWidth).mul(4)).equal(),
position: "absolute",
top: token2.calc(lineWidth).mul(-2).equal(),
insetInlineStart: token2.calc(lineWidth).mul(-2).equal(),
borderRadius,
border: `${unit2(lineWidth)} solid transparent`,
transition: `border-color ${token2.motionDurationMid} ${token2.motionEaseInBack}`
},
"&:hover::before": {
borderColor: colorFill
},
"&::after": {
boxSizing: "border-box",
position: "absolute",
top: "50%",
insetInlineStart: "21.5%",
display: "table",
width: token2.calc(colorPickerPresetColorSize).div(13).mul(5).equal(),
height: token2.calc(colorPickerPresetColorSize).div(13).mul(8).equal(),
border: `${unit2(token2.lineWidthBold)} solid ${token2.colorWhite}`,
borderTop: 0,
borderInlineStart: 0,
transform: "rotate(45deg) scale(0) translate(-50%,-50%)",
opacity: 0,
content: '""',
transition: `all ${token2.motionDurationFast} ${token2.motionEaseInBack}, opacity ${token2.motionDurationFast}`
},
[`&${componentCls}-presets-color-checked`]: {
"&::after": {
opacity: 1,
borderColor: colorWhite,
transform: "rotate(45deg) scale(1) translate(-50%,-50%)",
transition: `transform ${token2.motionDurationMid} ${token2.motionEaseOutBack} ${token2.motionDurationFast}`
},
[`&${componentCls}-presets-color-bright`]: {
"&::after": {
borderColor: "rgba(0, 0, 0, 0.45)"
}
}
}
}
},
"&-empty": {
fontSize: fontSizeSM,
color: colorTextQuaternary
}
}
};
};
var presets_default = genPresetsStyle;
// node_modules/antd/es/color-picker/style/slider.js
var genSliderStyle = (token2) => {
const {
componentCls,
colorPickerInsetShadow,
colorBgElevated,
colorFillSecondary,
lineWidthBold,
colorPickerHandlerSizeSM,
colorPickerSliderHeight,
marginSM,
marginXS
} = token2;
const handleInnerSize = token2.calc(colorPickerHandlerSizeSM).sub(token2.calc(lineWidthBold).mul(2).equal()).equal();
const handleHoverSize = token2.calc(colorPickerHandlerSizeSM).add(token2.calc(lineWidthBold).mul(2).equal()).equal();
const activeHandleStyle = {
"&:after": {
transform: "scale(1)",
boxShadow: `${colorPickerInsetShadow}, 0 0 0 1px ${token2.colorPrimaryActive}`
}
};
return {
// ======================== Slider ========================
[`${componentCls}-slider`]: [getTransBg(unit2(colorPickerSliderHeight), token2.colorFillSecondary), {
margin: 0,
padding: 0,
height: colorPickerSliderHeight,
borderRadius: token2.calc(colorPickerSliderHeight).div(2).equal(),
"&-rail": {
height: colorPickerSliderHeight,
borderRadius: token2.calc(colorPickerSliderHeight).div(2).equal(),
boxShadow: colorPickerInsetShadow
},
[`& ${componentCls}-slider-handle`]: {
width: handleInnerSize,
height: handleInnerSize,
top: 0,
borderRadius: "100%",
"&:before": {
display: "block",
position: "absolute",
background: "transparent",
left: {
_skip_check_: true,
value: "50%"
},
top: "50%",
transform: "translate(-50%, -50%)",
width: handleHoverSize,
height: handleHoverSize,
borderRadius: "100%"
},
"&:after": {
width: colorPickerHandlerSizeSM,
height: colorPickerHandlerSizeSM,
border: `${unit2(lineWidthBold)} solid ${colorBgElevated}`,
boxShadow: `${colorPickerInsetShadow}, 0 0 0 1px ${colorFillSecondary}`,
outline: "none",
insetInlineStart: token2.calc(lineWidthBold).mul(-1).equal(),
top: token2.calc(lineWidthBold).mul(-1).equal(),
background: "transparent",
transition: "none"
},
"&:focus": activeHandleStyle
}
}],
// ======================== Layout ========================
[`${componentCls}-slider-container`]: {
display: "flex",
gap: marginSM,
marginBottom: marginSM,
// Group
[`${componentCls}-slider-group`]: {
flex: 1,
flexDirection: "column",
justifyContent: "space-between",
display: "flex",
"&-disabled-alpha": {
justifyContent: "center"
}
}
},
[`${componentCls}-gradient-slider`]: {
marginBottom: marginXS,
[`& ${componentCls}-slider-handle`]: {
"&:after": {
transform: "scale(0.8)"
},
"&-active, &:focus": activeHandleStyle
}
}
};
};
var slider_default2 = genSliderStyle;
// node_modules/antd/es/color-picker/style/index.js
var genActiveStyle = (token2, borderColor, outlineColor) => ({
borderInlineEndWidth: token2.lineWidth,
borderColor,
boxShadow: `0 0 0 ${unit2(token2.controlOutlineWidth)} ${outlineColor}`,
outline: 0
});
var genRtlStyle2 = (token2) => {
const {
componentCls
} = token2;
return {
"&-rtl": {
[`${componentCls}-presets-color`]: {
"&::after": {
direction: "ltr"
}
},
[`${componentCls}-clear`]: {
"&::after": {
direction: "ltr"
}
}
}
};
};
var genClearStyle = (token2, size, extraStyle) => {
const {
componentCls,
borderRadiusSM,
lineWidth,
colorSplit,
colorBorder,
red6
} = token2;
return {
[`${componentCls}-clear`]: Object.assign(Object.assign({
width: size,
height: size,
borderRadius: borderRadiusSM,
border: `${unit2(lineWidth)} solid ${colorSplit}`,
position: "relative",
overflow: "hidden",
cursor: "inherit",
transition: `all ${token2.motionDurationFast}`
}, extraStyle), {
"&::after": {
content: '""',
position: "absolute",
insetInlineEnd: token2.calc(lineWidth).mul(-1).equal(),
top: token2.calc(lineWidth).mul(-1).equal(),
display: "block",
width: 40,
// maximum
height: 2,
// fixed
transformOrigin: `calc(100% - 1px) 1px`,
transform: "rotate(-45deg)",
backgroundColor: red6
},
"&:hover": {
borderColor: colorBorder
}
})
};
};
var genStatusStyle2 = (token2) => {
const {
componentCls,
colorError,
colorWarning,
colorErrorHover,
colorWarningHover,
colorErrorOutline,
colorWarningOutline
} = token2;
return {
[`&${componentCls}-status-error`]: {
borderColor: colorError,
"&:hover": {
borderColor: colorErrorHover
},
[`&${componentCls}-trigger-active`]: Object.assign({}, genActiveStyle(token2, colorError, colorErrorOutline))
},
[`&${componentCls}-status-warning`]: {
borderColor: colorWarning,
"&:hover": {
borderColor: colorWarningHover
},
[`&${componentCls}-trigger-active`]: Object.assign({}, genActiveStyle(token2, colorWarning, colorWarningOutline))
}
};
};
var genSizeStyle4 = (token2) => {
const {
componentCls,
controlHeightLG,
controlHeightSM,
controlHeight,
controlHeightXS,
borderRadius,
borderRadiusSM,
borderRadiusXS,
borderRadiusLG,
fontSizeLG
} = token2;
return {
[`&${componentCls}-lg`]: {
minWidth: controlHeightLG,
minHeight: controlHeightLG,
borderRadius: borderRadiusLG,
[`${componentCls}-color-block, ${componentCls}-clear`]: {
width: controlHeight,
height: controlHeight,
borderRadius
},
[`${componentCls}-trigger-text`]: {
fontSize: fontSizeLG
}
},
[`&${componentCls}-sm`]: {
minWidth: controlHeightSM,
minHeight: controlHeightSM,
borderRadius: borderRadiusSM,
[`${componentCls}-color-block, ${componentCls}-clear`]: {
width: controlHeightXS,
height: controlHeightXS,
borderRadius: borderRadiusXS
},
[`${componentCls}-trigger-text`]: {
lineHeight: unit2(controlHeightXS)
}
}
};
};
var genColorPickerStyle = (token2) => {
const {
antCls,
componentCls,
colorPickerWidth,
colorPrimary,
motionDurationMid,
colorBgElevated,
colorTextDisabled,
colorText,
colorBgContainerDisabled,
borderRadius,
marginXS,
marginSM,
controlHeight,
controlHeightSM,
colorBgTextActive,
colorPickerPresetColorSize,
colorPickerPreviewSize,
lineWidth,
colorBorder,
paddingXXS,
fontSize,
colorPrimaryHover,
controlOutline
} = token2;
return [{
[componentCls]: Object.assign({
[`${componentCls}-inner`]: Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({
"&-content": {
display: "flex",
flexDirection: "column",
width: colorPickerWidth,
[`& > ${antCls}-divider`]: {
margin: `${unit2(marginSM)} 0 ${unit2(marginXS)}`
}
},
[`${componentCls}-panel`]: Object.assign({}, picker_default(token2))
}, slider_default2(token2)), color_block_default(token2, colorPickerPreviewSize)), input_default(token2)), presets_default(token2)), genClearStyle(token2, colorPickerPresetColorSize, {
marginInlineStart: "auto"
})), {
// Operation bar
[`${componentCls}-operation`]: {
display: "flex",
justifyContent: "space-between",
marginBottom: marginXS
}
}),
"&-trigger": Object.assign(Object.assign(Object.assign(Object.assign({
minWidth: controlHeight,
minHeight: controlHeight,
borderRadius,
border: `${unit2(lineWidth)} solid ${colorBorder}`,
cursor: "pointer",
display: "inline-flex",
alignItems: "flex-start",
justifyContent: "center",
transition: `all ${motionDurationMid}`,
background: colorBgElevated,
padding: token2.calc(paddingXXS).sub(lineWidth).equal(),
[`${componentCls}-trigger-text`]: {
marginInlineStart: marginXS,
marginInlineEnd: token2.calc(marginXS).sub(token2.calc(paddingXXS).sub(lineWidth)).equal(),
fontSize,
color: colorText,
alignSelf: "center",
"&-cell": {
"&:not(:last-child):after": {
content: '", "'
},
"&-inactive": {
color: colorTextDisabled
}
}
},
"&:hover": {
borderColor: colorPrimaryHover
},
[`&${componentCls}-trigger-active`]: Object.assign({}, genActiveStyle(token2, colorPrimary, controlOutline)),
"&-disabled": {
color: colorTextDisabled,
background: colorBgContainerDisabled,
cursor: "not-allowed",
"&:hover": {
borderColor: colorBgTextActive
},
[`${componentCls}-trigger-text`]: {
color: colorTextDisabled
}
}
}, genClearStyle(token2, controlHeightSM)), color_block_default(token2, controlHeightSM)), genStatusStyle2(token2)), genSizeStyle4(token2))
}, genRtlStyle2(token2))
}, genCompactItemStyle(token2, {
focusElCls: `${componentCls}-trigger-active`
})];
};
var style_default36 = genStyleHooks("ColorPicker", (token2) => {
const {
colorTextQuaternary,
marginSM
} = token2;
const colorPickerSliderHeight = 8;
const colorPickerToken = merge2(token2, {
colorPickerWidth: 234,
colorPickerHandlerSize: 16,
colorPickerHandlerSizeSM: 12,
colorPickerAlphaInputWidth: 44,
colorPickerInputNumberHandleWidth: 16,
colorPickerPresetColorSize: 24,
colorPickerInsetShadow: `inset 0 0 1px 0 ${colorTextQuaternary}`,
colorPickerSliderHeight,
colorPickerPreviewSize: token2.calc(colorPickerSliderHeight).mul(2).add(marginSM).equal()
});
return genColorPickerStyle(colorPickerToken);
});
// node_modules/antd/es/color-picker/ColorPicker.js
var __rest54 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var ColorPicker2 = (props) => {
const {
mode,
value,
defaultValue,
format: format3,
defaultFormat,
allowClear = false,
presets,
children,
trigger = "click",
open: open3,
disabled,
placement = "bottomLeft",
arrow = true,
panelRender,
showText,
style: style2,
className,
size: customizeSize,
rootClassName,
prefixCls: customizePrefixCls,
styles,
disabledAlpha = false,
onFormatChange,
onChange,
onClear,
onOpenChange,
onChangeComplete,
getPopupContainer,
autoAdjustOverflow: autoAdjustOverflow3 = true,
destroyTooltipOnHide,
destroyOnHidden,
disabledFormat
} = props, rest = __rest54(props, ["mode", "value", "defaultValue", "format", "defaultFormat", "allowClear", "presets", "children", "trigger", "open", "disabled", "placement", "arrow", "panelRender", "showText", "style", "className", "size", "rootClassName", "prefixCls", "styles", "disabledAlpha", "onFormatChange", "onChange", "onClear", "onOpenChange", "onChangeComplete", "getPopupContainer", "autoAdjustOverflow", "destroyTooltipOnHide", "destroyOnHidden", "disabledFormat"]);
const {
getPrefixCls,
direction,
colorPicker
} = (0, import_react139.useContext)(ConfigContext);
const contextDisabled = (0, import_react139.useContext)(DisabledContext_default);
const mergedDisabled = disabled !== null && disabled !== void 0 ? disabled : contextDisabled;
const [popupOpen, setPopupOpen] = useMergedState(false, {
value: open3,
postState: (openData) => !mergedDisabled && openData,
onChange: onOpenChange
});
const [formatValue2, setFormatValue] = useMergedState(format3, {
value: format3,
defaultValue: defaultFormat,
onChange: onFormatChange
});
const prefixCls = getPrefixCls("color-picker", customizePrefixCls);
const [mergedColor, setColor, modeState, setModeState, modeOptions] = useModeColor(defaultValue, value, mode);
const isAlphaColor = (0, import_react139.useMemo)(() => getColorAlpha(mergedColor) < 100, [mergedColor]);
const [cachedGradientColor, setCachedGradientColor] = import_react139.default.useState(null);
const onInternalChangeComplete = (color) => {
if (onChangeComplete) {
let changeColor = generateColor3(color);
if (disabledAlpha && isAlphaColor) {
changeColor = genAlphaColor(color);
}
onChangeComplete(changeColor);
}
};
const onInternalChange = (data, changeFromPickerDrag) => {
let color = generateColor3(data);
if (disabledAlpha && isAlphaColor) {
color = genAlphaColor(color);
}
setColor(color);
setCachedGradientColor(null);
if (onChange) {
onChange(color, color.toCssString());
}
if (!changeFromPickerDrag) {
onInternalChangeComplete(color);
}
};
const [activeIndex, setActiveIndex] = import_react139.default.useState(0);
const [gradientDragging, setGradientDragging] = import_react139.default.useState(false);
const onInternalModeChange = (newMode) => {
setModeState(newMode);
if (newMode === "single" && mergedColor.isGradient()) {
setActiveIndex(0);
onInternalChange(new AggregationColor(mergedColor.getColors()[0].color));
setCachedGradientColor(mergedColor);
} else if (newMode === "gradient" && !mergedColor.isGradient()) {
const baseColor = isAlphaColor ? genAlphaColor(mergedColor) : mergedColor;
onInternalChange(new AggregationColor(cachedGradientColor || [{
percent: 0,
color: baseColor
}, {
percent: 100,
color: baseColor
}]));
}
};
const {
status: contextStatus
} = import_react139.default.useContext(FormItemInputContext);
const {
compactSize,
compactItemClassnames
} = useCompactItemContext(prefixCls, direction);
const mergedSize = useSize_default((ctx) => {
var _a;
return (_a = customizeSize !== null && customizeSize !== void 0 ? customizeSize : compactSize) !== null && _a !== void 0 ? _a : ctx;
});
const rootCls = useCSSVarCls_default(prefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default36(prefixCls, rootCls);
const rtlCls = {
[`${prefixCls}-rtl`]: direction
};
const mergedRootCls = (0, import_classnames159.default)(rootClassName, cssVarCls, rootCls, rtlCls);
const mergedCls = (0, import_classnames159.default)(getStatusClassNames(prefixCls, contextStatus), {
[`${prefixCls}-sm`]: mergedSize === "small",
[`${prefixCls}-lg`]: mergedSize === "large"
}, compactItemClassnames, colorPicker === null || colorPicker === void 0 ? void 0 : colorPicker.className, mergedRootCls, className, hashId);
const mergedPopupCls = (0, import_classnames159.default)(prefixCls, mergedRootCls);
if (true) {
const warning5 = devUseWarning("ColorPicker");
true ? warning5(!(disabledAlpha && isAlphaColor), "usage", "`disabledAlpha` will make the alpha to be 100% when use alpha color.") : void 0;
}
const popoverProps = {
open: popupOpen,
trigger,
placement,
arrow,
rootClassName,
getPopupContainer,
autoAdjustOverflow: autoAdjustOverflow3,
destroyOnHidden: destroyOnHidden !== null && destroyOnHidden !== void 0 ? destroyOnHidden : !!destroyTooltipOnHide
};
const mergedStyle = Object.assign(Object.assign({}, colorPicker === null || colorPicker === void 0 ? void 0 : colorPicker.style), style2);
return wrapCSSVar(import_react139.default.createElement(popover_default, Object.assign({
style: styles === null || styles === void 0 ? void 0 : styles.popup,
styles: {
body: styles === null || styles === void 0 ? void 0 : styles.popupOverlayInner
},
onOpenChange: (visible) => {
if (!visible || !mergedDisabled) {
setPopupOpen(visible);
}
},
content: import_react139.default.createElement(ContextIsolator_default, {
form: true
}, import_react139.default.createElement(ColorPickerPanel_default, {
mode: modeState,
onModeChange: onInternalModeChange,
modeOptions,
prefixCls,
value: mergedColor,
allowClear,
disabled: mergedDisabled,
disabledAlpha,
presets,
panelRender,
format: formatValue2,
onFormatChange: setFormatValue,
onChange: onInternalChange,
onChangeComplete: onInternalChangeComplete,
onClear,
activeIndex,
onActive: setActiveIndex,
gradientDragging,
onGradientDragging: setGradientDragging,
disabledFormat
})),
classNames: {
root: mergedPopupCls
}
}, popoverProps), children || import_react139.default.createElement(ColorTrigger_default, Object.assign({
activeIndex: popupOpen ? activeIndex : -1,
open: popupOpen,
className: mergedCls,
style: mergedStyle,
prefixCls,
disabled: mergedDisabled,
showText,
format: formatValue2
}, rest, {
color: mergedColor
}))));
};
if (true) {
ColorPicker2.displayName = "ColorPicker";
}
var PurePanel9 = PurePanel_default3(
ColorPicker2,
void 0,
(props) => Object.assign(Object.assign({}, props), {
placement: "bottom",
autoAdjustOverflow: false
}),
"color-picker",
/* istanbul ignore next */
(prefixCls) => prefixCls
);
ColorPicker2._InternalPanelDoNotUseOrYouWillBeFired = PurePanel9;
var ColorPicker_default2 = ColorPicker2;
// node_modules/antd/es/color-picker/index.js
var color_picker_default = ColorPicker_default2;
// node_modules/antd/es/date-picker/generatePicker/generateRangePicker.js
var React400 = __toESM(require_react());
var import_react142 = __toESM(require_react());
var import_classnames161 = __toESM(require_classnames());
// node_modules/antd/es/date-picker/hooks/useMergedPickerSemantic.js
var React396 = __toESM(require_react());
var import_classnames160 = __toESM(require_classnames());
var useMergedPickerSemantic = (pickerType, classNames252, styles, popupClassName, popupStyle) => {
const {
classNames: contextClassNames,
styles: contextStyles
} = useComponentConfig(pickerType);
const [mergedClassNames, mergedStyles] = useMergeSemantic([contextClassNames, classNames252], [contextStyles, styles], {
popup: {
_default: "root"
}
});
return React396.useMemo(() => {
var _a, _b;
const filledClassNames = Object.assign(Object.assign({}, mergedClassNames), {
popup: Object.assign(Object.assign({}, mergedClassNames.popup), {
root: (0, import_classnames160.default)((_a = mergedClassNames.popup) === null || _a === void 0 ? void 0 : _a.root, popupClassName)
})
});
const filledStyles = Object.assign(Object.assign({}, mergedStyles), {
popup: Object.assign(Object.assign({}, mergedStyles.popup), {
root: Object.assign(Object.assign({}, (_b = mergedStyles.popup) === null || _b === void 0 ? void 0 : _b.root), popupStyle)
})
});
return [filledClassNames, filledStyles];
}, [mergedClassNames, mergedStyles, popupClassName, popupStyle]);
};
var useMergedPickerSemantic_default = useMergedPickerSemantic;
// node_modules/antd/es/date-picker/util.js
var React397 = __toESM(require_react());
function getPlaceholder(locale6, picker, customizePlaceholder) {
if (customizePlaceholder !== void 0) {
return customizePlaceholder;
}
if (picker === "year" && locale6.lang.yearPlaceholder) {
return locale6.lang.yearPlaceholder;
}
if (picker === "quarter" && locale6.lang.quarterPlaceholder) {
return locale6.lang.quarterPlaceholder;
}
if (picker === "month" && locale6.lang.monthPlaceholder) {
return locale6.lang.monthPlaceholder;
}
if (picker === "week" && locale6.lang.weekPlaceholder) {
return locale6.lang.weekPlaceholder;
}
if (picker === "time" && locale6.timePickerLocale.placeholder) {
return locale6.timePickerLocale.placeholder;
}
return locale6.lang.placeholder;
}
function getRangePlaceholder(locale6, picker, customizePlaceholder) {
if (customizePlaceholder !== void 0) {
return customizePlaceholder;
}
if (picker === "year" && locale6.lang.yearPlaceholder) {
return locale6.lang.rangeYearPlaceholder;
}
if (picker === "quarter" && locale6.lang.quarterPlaceholder) {
return locale6.lang.rangeQuarterPlaceholder;
}
if (picker === "month" && locale6.lang.monthPlaceholder) {
return locale6.lang.rangeMonthPlaceholder;
}
if (picker === "week" && locale6.lang.weekPlaceholder) {
return locale6.lang.rangeWeekPlaceholder;
}
if (picker === "time" && locale6.timePickerLocale.placeholder) {
return locale6.timePickerLocale.rangePlaceholder;
}
return locale6.lang.rangePlaceholder;
}
function useIcons2(props, prefixCls) {
const {
allowClear = true
} = props;
const {
clearIcon,
removeIcon
} = useIcons(Object.assign(Object.assign({}, props), {
prefixCls,
componentName: "DatePicker"
}));
const mergedAllowClear = React397.useMemo(() => {
if (allowClear === false) {
return false;
}
const allowClearConfig = allowClear === true ? {} : allowClear;
return Object.assign({
clearIcon
}, allowClearConfig);
}, [allowClear, clearIcon]);
return [mergedAllowClear, removeIcon];
}
// node_modules/antd/es/date-picker/generatePicker/constant.js
var [WEEK, WEEKPICKER] = ["week", "WeekPicker"];
var [MONTH, MONTHPICKER] = ["month", "MonthPicker"];
var [YEAR, YEARPICKER] = ["year", "YearPicker"];
var [QUARTER, QUARTERPICKER] = ["quarter", "QuarterPicker"];
var [TIME, TIMEPICKER] = ["time", "TimePicker"];
// node_modules/antd/es/date-picker/generatePicker/SuffixIcon.js
var import_react140 = __toESM(require_react());
var SuffixIcon = ({
picker,
hasFeedback,
feedbackIcon,
suffixIcon
}) => {
if (suffixIcon === null || suffixIcon === false) {
return null;
}
if (suffixIcon === true || suffixIcon === void 0) {
return import_react140.default.createElement(import_react140.default.Fragment, null, picker === TIME ? import_react140.default.createElement(ClockCircleOutlined_default, null) : import_react140.default.createElement(CalendarOutlined_default, null), hasFeedback && feedbackIcon);
}
return suffixIcon;
};
var SuffixIcon_default = SuffixIcon;
// node_modules/antd/es/date-picker/generatePicker/useComponents.js
var import_react141 = __toESM(require_react());
// node_modules/antd/es/date-picker/PickerButton.js
var React399 = __toESM(require_react());
var PickerButton = (props) => React399.createElement(button_default2, Object.assign({
size: "small",
type: "primary"
}, props));
var PickerButton_default = PickerButton;
// node_modules/antd/es/date-picker/generatePicker/useComponents.js
function useComponents(components2) {
return (0, import_react141.useMemo)(() => Object.assign({
button: PickerButton_default
}, components2), [components2]);
}
// node_modules/antd/es/date-picker/generatePicker/generateRangePicker.js
var __rest55 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var generateRangePicker = (generateConfig2) => {
const RangePicker3 = (0, import_react142.forwardRef)((props, ref) => {
var _a;
const {
prefixCls: customizePrefixCls,
getPopupContainer: customGetPopupContainer,
components: components2,
className,
style: style2,
placement,
size: customizeSize,
disabled: customDisabled,
bordered = true,
placeholder,
popupStyle,
popupClassName,
dropdownClassName,
status: customStatus,
rootClassName,
variant: customVariant,
picker,
styles,
classNames: classNames252,
suffixIcon
} = props, restProps = __rest55(props, ["prefixCls", "getPopupContainer", "components", "className", "style", "placement", "size", "disabled", "bordered", "placeholder", "popupStyle", "popupClassName", "dropdownClassName", "status", "rootClassName", "variant", "picker", "styles", "classNames", "suffixIcon"]);
const pickerType = picker === TIME ? "timePicker" : "datePicker";
const innerRef = React400.useRef(null);
const {
getPrefixCls,
direction,
getPopupContainer,
rangePicker
} = (0, import_react142.useContext)(ConfigContext);
const prefixCls = getPrefixCls("picker", customizePrefixCls);
const {
compactSize,
compactItemClassnames
} = useCompactItemContext(prefixCls, direction);
const rootPrefixCls = getPrefixCls();
const [variant, enableVariantCls] = useVariants_default("rangePicker", customVariant, bordered);
const rootCls = useCSSVarCls_default(prefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default25(prefixCls, rootCls);
if (true) {
const warning5 = devUseWarning("DatePicker.RangePicker");
const deprecatedProps = {
dropdownClassName: "classNames.popup.root",
popupClassName: "classNames.popup.root",
popupStyle: "styles.popup.root",
bordered: "variant",
onSelect: "onCalendarChange"
};
Object.entries(deprecatedProps).forEach(([oldProp, newProp]) => {
warning5.deprecated(!(oldProp in props), oldProp, newProp);
});
}
const [mergedClassNames, mergedStyles] = useMergedPickerSemantic_default(pickerType, classNames252, styles, popupClassName || dropdownClassName, popupStyle);
const [mergedAllowClear] = useIcons2(props, prefixCls);
const mergedComponents = useComponents(components2);
const mergedSize = useSize_default((ctx) => {
var _a2;
return (_a2 = customizeSize !== null && customizeSize !== void 0 ? customizeSize : compactSize) !== null && _a2 !== void 0 ? _a2 : ctx;
});
const disabled = React400.useContext(DisabledContext_default);
const mergedDisabled = customDisabled !== null && customDisabled !== void 0 ? customDisabled : disabled;
const formItemContext = (0, import_react142.useContext)(FormItemInputContext);
const {
hasFeedback,
status: contextStatus,
feedbackIcon
} = formItemContext;
const mergedSuffixIcon = React400.createElement(SuffixIcon_default, {
picker,
hasFeedback,
feedbackIcon,
suffixIcon
});
(0, import_react142.useImperativeHandle)(ref, () => innerRef.current);
const [contextLocale] = useLocale_default("Calendar", en_US_default4);
const locale6 = Object.assign(Object.assign({}, contextLocale), props.locale);
const [zIndex] = useZIndex("DatePicker", (_a = mergedStyles.popup.root) === null || _a === void 0 ? void 0 : _a.zIndex);
return wrapCSSVar(React400.createElement(ContextIsolator_default, {
space: true
}, React400.createElement(RangePicker_default, Object.assign({
separator: React400.createElement("span", {
"aria-label": "to",
className: `${prefixCls}-separator`
}, React400.createElement(SwapRightOutlined_default, null)),
disabled: mergedDisabled,
ref: innerRef,
placement,
placeholder: getRangePlaceholder(locale6, picker, placeholder),
suffixIcon: mergedSuffixIcon,
prevIcon: React400.createElement("span", {
className: `${prefixCls}-prev-icon`
}),
nextIcon: React400.createElement("span", {
className: `${prefixCls}-next-icon`
}),
superPrevIcon: React400.createElement("span", {
className: `${prefixCls}-super-prev-icon`
}),
superNextIcon: React400.createElement("span", {
className: `${prefixCls}-super-next-icon`
}),
transitionName: `${rootPrefixCls}-slide-up`,
picker
}, restProps, {
className: (0, import_classnames161.default)({
[`${prefixCls}-${mergedSize}`]: mergedSize,
[`${prefixCls}-${variant}`]: enableVariantCls
}, getStatusClassNames(prefixCls, getMergedStatus(contextStatus, customStatus), hasFeedback), hashId, compactItemClassnames, className, rangePicker === null || rangePicker === void 0 ? void 0 : rangePicker.className, cssVarCls, rootCls, rootClassName, mergedClassNames.root),
style: Object.assign(Object.assign(Object.assign({}, rangePicker === null || rangePicker === void 0 ? void 0 : rangePicker.style), style2), mergedStyles.root),
locale: locale6.lang,
prefixCls,
getPopupContainer: customGetPopupContainer || getPopupContainer,
generateConfig: generateConfig2,
components: mergedComponents,
direction,
classNames: {
popup: (0, import_classnames161.default)(hashId, cssVarCls, rootCls, rootClassName, mergedClassNames.popup.root)
},
styles: {
popup: Object.assign(Object.assign({}, mergedStyles.popup.root), {
zIndex
})
},
allowClear: mergedAllowClear
}))));
});
if (true) {
RangePicker3.displayName = "RangePicker";
}
return RangePicker3;
};
var generateRangePicker_default = generateRangePicker;
// node_modules/antd/es/date-picker/generatePicker/generateSinglePicker.js
var React401 = __toESM(require_react());
var import_react143 = __toESM(require_react());
var import_classnames162 = __toESM(require_classnames());
var __rest56 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var generatePicker = (generateConfig2) => {
const getPicker = (picker, displayName) => {
const consumerName = displayName === TIMEPICKER ? "timePicker" : "datePicker";
const Picker4 = (0, import_react143.forwardRef)((props, ref) => {
var _a;
const {
prefixCls: customizePrefixCls,
getPopupContainer: customizeGetPopupContainer,
components: components2,
style: style2,
className,
rootClassName,
size: customizeSize,
bordered,
placement,
placeholder,
popupStyle,
popupClassName,
dropdownClassName,
disabled: customDisabled,
status: customStatus,
variant: customVariant,
onCalendarChange,
styles,
classNames: classNames252,
suffixIcon
} = props, restProps = __rest56(props, ["prefixCls", "getPopupContainer", "components", "style", "className", "rootClassName", "size", "bordered", "placement", "placeholder", "popupStyle", "popupClassName", "dropdownClassName", "disabled", "status", "variant", "onCalendarChange", "styles", "classNames", "suffixIcon"]);
const {
getPrefixCls,
direction,
getPopupContainer,
// Consume different styles according to different names
[consumerName]: consumerStyle
} = (0, import_react143.useContext)(ConfigContext);
const prefixCls = getPrefixCls("picker", customizePrefixCls);
const {
compactSize,
compactItemClassnames
} = useCompactItemContext(prefixCls, direction);
const innerRef = React401.useRef(null);
const [variant, enableVariantCls] = useVariants_default("datePicker", customVariant, bordered);
const rootCls = useCSSVarCls_default(prefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default25(prefixCls, rootCls);
(0, import_react143.useImperativeHandle)(ref, () => innerRef.current);
const additionalProps = {
showToday: true
};
const mergedPicker = picker || props.picker;
const rootPrefixCls = getPrefixCls();
const {
onSelect,
multiple
} = restProps;
const hasLegacyOnSelect = onSelect && picker === "time" && !multiple;
const onInternalCalendarChange = (date4, dateStr, info) => {
onCalendarChange === null || onCalendarChange === void 0 ? void 0 : onCalendarChange(date4, dateStr, info);
if (hasLegacyOnSelect) {
onSelect(date4);
}
};
if (true) {
const warning5 = devUseWarning(displayName || "DatePicker");
true ? warning5(picker !== "quarter", "deprecated", `DatePicker.${displayName} is legacy usage. Please use DatePicker[picker='${picker}'] directly.`) : void 0;
const deprecatedProps = {
dropdownClassName: "classNames.popup.root",
popupClassName: "classNames.popup.root",
popupStyle: "styles.popup.root",
bordered: "variant",
onSelect: "onCalendarChange"
};
Object.entries(deprecatedProps).forEach(([oldProp, newProp]) => {
warning5.deprecated(!(oldProp in props), oldProp, newProp);
});
}
const [mergedClassNames, mergedStyles] = useMergedPickerSemantic_default(consumerName, classNames252, styles, popupClassName || dropdownClassName, popupStyle);
const [mergedAllowClear, removeIcon] = useIcons2(props, prefixCls);
const mergedComponents = useComponents(components2);
const mergedSize = useSize_default((ctx) => {
var _a2;
return (_a2 = customizeSize !== null && customizeSize !== void 0 ? customizeSize : compactSize) !== null && _a2 !== void 0 ? _a2 : ctx;
});
const disabled = React401.useContext(DisabledContext_default);
const mergedDisabled = customDisabled !== null && customDisabled !== void 0 ? customDisabled : disabled;
const formItemContext = (0, import_react143.useContext)(FormItemInputContext);
const {
hasFeedback,
status: contextStatus,
feedbackIcon
} = formItemContext;
const mergedSuffixIcon = React401.createElement(SuffixIcon_default, {
picker: mergedPicker,
hasFeedback,
feedbackIcon,
suffixIcon
});
const [contextLocale] = useLocale_default("DatePicker", en_US_default4);
const locale6 = Object.assign(Object.assign({}, contextLocale), props.locale);
const [zIndex] = useZIndex("DatePicker", (_a = mergedStyles.popup.root) === null || _a === void 0 ? void 0 : _a.zIndex);
return wrapCSSVar(React401.createElement(ContextIsolator_default, {
space: true
}, React401.createElement(es_default16, Object.assign({
ref: innerRef,
placeholder: getPlaceholder(locale6, mergedPicker, placeholder),
suffixIcon: mergedSuffixIcon,
placement,
prevIcon: React401.createElement("span", {
className: `${prefixCls}-prev-icon`
}),
nextIcon: React401.createElement("span", {
className: `${prefixCls}-next-icon`
}),
superPrevIcon: React401.createElement("span", {
className: `${prefixCls}-super-prev-icon`
}),
superNextIcon: React401.createElement("span", {
className: `${prefixCls}-super-next-icon`
}),
transitionName: `${rootPrefixCls}-slide-up`,
picker,
onCalendarChange: onInternalCalendarChange
}, additionalProps, restProps, {
locale: locale6.lang,
className: (0, import_classnames162.default)({
[`${prefixCls}-${mergedSize}`]: mergedSize,
[`${prefixCls}-${variant}`]: enableVariantCls
}, getStatusClassNames(prefixCls, getMergedStatus(contextStatus, customStatus), hasFeedback), hashId, compactItemClassnames, consumerStyle === null || consumerStyle === void 0 ? void 0 : consumerStyle.className, className, cssVarCls, rootCls, rootClassName, mergedClassNames.root),
style: Object.assign(Object.assign(Object.assign({}, consumerStyle === null || consumerStyle === void 0 ? void 0 : consumerStyle.style), style2), mergedStyles.root),
prefixCls,
getPopupContainer: customizeGetPopupContainer || getPopupContainer,
generateConfig: generateConfig2,
components: mergedComponents,
direction,
disabled: mergedDisabled,
classNames: {
popup: (0, import_classnames162.default)(hashId, cssVarCls, rootCls, rootClassName, mergedClassNames.popup.root)
},
styles: {
popup: Object.assign(Object.assign({}, mergedStyles.popup.root), {
zIndex
})
},
allowClear: mergedAllowClear,
removeIcon
}))));
});
if (displayName) {
Picker4.displayName = displayName;
}
return Picker4;
};
const DatePicker2 = getPicker();
const WeekPicker = getPicker(WEEK, WEEKPICKER);
const MonthPicker = getPicker(MONTH, MONTHPICKER);
const YearPicker = getPicker(YEAR, YEARPICKER);
const QuarterPicker = getPicker(QUARTER, QUARTERPICKER);
const TimePicker2 = getPicker(TIME, TIMEPICKER);
return {
DatePicker: DatePicker2,
WeekPicker,
MonthPicker,
YearPicker,
TimePicker: TimePicker2,
QuarterPicker
};
};
var generateSinglePicker_default = generatePicker;
// node_modules/antd/es/date-picker/generatePicker/index.js
var generatePicker2 = (generateConfig2) => {
const {
DatePicker: DatePicker2,
WeekPicker,
MonthPicker,
YearPicker,
TimePicker: TimePicker2,
QuarterPicker
} = generateSinglePicker_default(generateConfig2);
const RangePicker3 = generateRangePicker_default(generateConfig2);
const MergedDatePicker = DatePicker2;
MergedDatePicker.WeekPicker = WeekPicker;
MergedDatePicker.MonthPicker = MonthPicker;
MergedDatePicker.YearPicker = YearPicker;
MergedDatePicker.RangePicker = RangePicker3;
MergedDatePicker.TimePicker = TimePicker2;
MergedDatePicker.QuarterPicker = QuarterPicker;
if (true) {
MergedDatePicker.displayName = "DatePicker";
}
return MergedDatePicker;
};
var generatePicker_default = generatePicker2;
// node_modules/antd/es/date-picker/index.js
var DatePicker = generatePicker_default(dayjs_default);
var PurePanel10 = PurePanel_default3(DatePicker, "popupAlign", void 0, "picker");
DatePicker._InternalPanelDoNotUseOrYouWillBeFired = PurePanel10;
var PureRangePanel = PurePanel_default3(DatePicker.RangePicker, "popupAlign", void 0, "picker");
DatePicker._InternalRangePanelDoNotUseOrYouWillBeFired = PureRangePanel;
DatePicker.generatePicker = generatePicker_default;
var date_picker_default = DatePicker;
// node_modules/antd/es/descriptions/index.js
var React406 = __toESM(require_react());
var import_classnames164 = __toESM(require_classnames());
// node_modules/antd/es/descriptions/constant.js
var DEFAULT_COLUMN_MAP = {
xxl: 3,
xl: 3,
lg: 3,
md: 3,
sm: 2,
xs: 1
};
var constant_default = DEFAULT_COLUMN_MAP;
// node_modules/antd/es/descriptions/DescriptionsContext.js
var import_react144 = __toESM(require_react());
var DescriptionsContext = import_react144.default.createContext({});
var DescriptionsContext_default = DescriptionsContext;
// node_modules/antd/es/descriptions/hooks/useItems.js
var React403 = __toESM(require_react());
var __rest57 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var transChildren2Items = (childNodes) => toArray(childNodes).map((node2) => Object.assign(Object.assign({}, node2 === null || node2 === void 0 ? void 0 : node2.props), {
key: node2.key
}));
function useItems3(screens, items, children) {
const mergedItems = React403.useMemo(() => (
// Take `items` first or convert `children` into items
items || transChildren2Items(children)
), [items, children]);
const responsiveItems = React403.useMemo(() => mergedItems.map((_a) => {
var {
span
} = _a, restItem = __rest57(_a, ["span"]);
if (span === "filled") {
return Object.assign(Object.assign({}, restItem), {
filled: true
});
}
return Object.assign(Object.assign({}, restItem), {
span: typeof span === "number" ? span : matchScreen(screens, span)
});
}), [mergedItems, screens]);
return responsiveItems;
}
// node_modules/antd/es/descriptions/hooks/useRow.js
var import_react145 = __toESM(require_react());
var __rest58 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
function getCalcRows(rowItems, mergedColumn) {
let rows = [];
let tmpRow = [];
let exceed = false;
let count = 0;
rowItems.filter((n2) => n2).forEach((rowItem) => {
const {
filled
} = rowItem, restItem = __rest58(rowItem, ["filled"]);
if (filled) {
tmpRow.push(restItem);
rows.push(tmpRow);
tmpRow = [];
count = 0;
return;
}
const restSpan = mergedColumn - count;
count += rowItem.span || 1;
if (count >= mergedColumn) {
if (count > mergedColumn) {
exceed = true;
tmpRow.push(Object.assign(Object.assign({}, restItem), {
span: restSpan
}));
} else {
tmpRow.push(restItem);
}
rows.push(tmpRow);
tmpRow = [];
count = 0;
} else {
tmpRow.push(restItem);
}
});
if (tmpRow.length > 0) {
rows.push(tmpRow);
}
rows = rows.map((rows2) => {
const count2 = rows2.reduce((acc, item) => acc + (item.span || 1), 0);
if (count2 < mergedColumn) {
const last = rows2[rows2.length - 1];
last.span = mergedColumn - (count2 - (last.span || 1));
return rows2;
}
return rows2;
});
return [rows, exceed];
}
var useRow = (mergedColumn, items) => {
const [rows, exceed] = (0, import_react145.useMemo)(() => getCalcRows(items, mergedColumn), [items, mergedColumn]);
if (true) {
const warning5 = devUseWarning("Descriptions");
true ? warning5(!exceed, "usage", "Sum of column `span` in a line not match `column` of Descriptions.") : void 0;
}
return rows;
};
var useRow_default = useRow;
// node_modules/antd/es/descriptions/Item.js
var DescriptionsItem = ({
children
}) => children;
var Item_default2 = DescriptionsItem;
// node_modules/antd/es/descriptions/Row.js
var React405 = __toESM(require_react());
// node_modules/antd/es/descriptions/Cell.js
var React404 = __toESM(require_react());
var import_classnames163 = __toESM(require_classnames());
var isNonNullable = (val) => {
return val !== void 0 && val !== null;
};
var Cell = (props) => {
const {
itemPrefixCls,
component,
span,
className,
style: style2,
labelStyle,
contentStyle,
bordered,
label,
content,
colon,
type: type5,
styles
} = props;
const Component10 = component;
const {
classNames: ctxClassNames
} = React404.useContext(DescriptionsContext_default);
const mergedLabelStyle = Object.assign(Object.assign({}, labelStyle), styles === null || styles === void 0 ? void 0 : styles.label);
const mergedContentStyle = Object.assign(Object.assign({}, contentStyle), styles === null || styles === void 0 ? void 0 : styles.content);
if (bordered) {
return React404.createElement(Component10, {
colSpan: span,
style: style2,
className: (0, import_classnames163.default)(className, {
[`${itemPrefixCls}-item-${type5}`]: type5 === "label" || type5 === "content",
[ctxClassNames === null || ctxClassNames === void 0 ? void 0 : ctxClassNames.label]: (ctxClassNames === null || ctxClassNames === void 0 ? void 0 : ctxClassNames.label) && type5 === "label",
[ctxClassNames === null || ctxClassNames === void 0 ? void 0 : ctxClassNames.content]: (ctxClassNames === null || ctxClassNames === void 0 ? void 0 : ctxClassNames.content) && type5 === "content"
})
}, isNonNullable(label) && React404.createElement("span", {
style: mergedLabelStyle
}, label), isNonNullable(content) && React404.createElement("span", {
style: mergedContentStyle
}, content));
}
return React404.createElement(Component10, {
colSpan: span,
style: style2,
className: (0, import_classnames163.default)(`${itemPrefixCls}-item`, className)
}, React404.createElement("div", {
className: `${itemPrefixCls}-item-container`
}, isNonNullable(label) && React404.createElement("span", {
style: mergedLabelStyle,
className: (0, import_classnames163.default)(`${itemPrefixCls}-item-label`, ctxClassNames === null || ctxClassNames === void 0 ? void 0 : ctxClassNames.label, {
[`${itemPrefixCls}-item-no-colon`]: !colon
})
}, label), isNonNullable(content) && React404.createElement("span", {
style: mergedContentStyle,
className: (0, import_classnames163.default)(`${itemPrefixCls}-item-content`, ctxClassNames === null || ctxClassNames === void 0 ? void 0 : ctxClassNames.content)
}, content)));
};
var Cell_default = Cell;
// node_modules/antd/es/descriptions/Row.js
function renderCells(items, {
colon,
prefixCls,
bordered
}, {
component,
type: type5,
showLabel,
showContent,
labelStyle: rootLabelStyle,
contentStyle: rootContentStyle,
styles: rootStyles
}) {
return items.map(({
label,
children,
prefixCls: itemPrefixCls = prefixCls,
className,
style: style2,
labelStyle,
contentStyle,
span = 1,
key,
styles
}, index3) => {
if (typeof component === "string") {
return React405.createElement(Cell_default, {
key: `${type5}-${key || index3}`,
className,
style: style2,
styles: {
label: Object.assign(Object.assign(Object.assign(Object.assign({}, rootLabelStyle), rootStyles === null || rootStyles === void 0 ? void 0 : rootStyles.label), labelStyle), styles === null || styles === void 0 ? void 0 : styles.label),
content: Object.assign(Object.assign(Object.assign(Object.assign({}, rootContentStyle), rootStyles === null || rootStyles === void 0 ? void 0 : rootStyles.content), contentStyle), styles === null || styles === void 0 ? void 0 : styles.content)
},
span,
colon,
component,
itemPrefixCls,
bordered,
label: showLabel ? label : null,
content: showContent ? children : null,
type: type5
});
}
return [React405.createElement(Cell_default, {
key: `label-${key || index3}`,
className,
style: Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, rootLabelStyle), rootStyles === null || rootStyles === void 0 ? void 0 : rootStyles.label), style2), labelStyle), styles === null || styles === void 0 ? void 0 : styles.label),
span: 1,
colon,
component: component[0],
itemPrefixCls,
bordered,
label,
type: "label"
}), React405.createElement(Cell_default, {
key: `content-${key || index3}`,
className,
style: Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, rootContentStyle), rootStyles === null || rootStyles === void 0 ? void 0 : rootStyles.content), style2), contentStyle), styles === null || styles === void 0 ? void 0 : styles.content),
span: span * 2 - 1,
component: component[1],
itemPrefixCls,
bordered,
content: children,
type: "content"
})];
});
}
var Row2 = (props) => {
const descContext = React405.useContext(DescriptionsContext_default);
const {
prefixCls,
vertical,
row,
index: index3,
bordered
} = props;
if (vertical) {
return React405.createElement(React405.Fragment, null, React405.createElement("tr", {
key: `label-${index3}`,
className: `${prefixCls}-row`
}, renderCells(row, props, Object.assign({
component: "th",
type: "label",
showLabel: true
}, descContext))), React405.createElement("tr", {
key: `content-${index3}`,
className: `${prefixCls}-row`
}, renderCells(row, props, Object.assign({
component: "td",
type: "content",
showContent: true
}, descContext))));
}
return React405.createElement("tr", {
key: index3,
className: `${prefixCls}-row`
}, renderCells(row, props, Object.assign({
component: bordered ? ["th", "td"] : "td",
type: "item",
showLabel: true,
showContent: true
}, descContext)));
};
var Row_default = Row2;
// node_modules/antd/es/descriptions/style/index.js
var genBorderedStyle = (token2) => {
const {
componentCls,
labelBg
} = token2;
return {
[`&${componentCls}-bordered`]: {
[`> ${componentCls}-view`]: {
border: `${unit2(token2.lineWidth)} ${token2.lineType} ${token2.colorSplit}`,
"> table": {
tableLayout: "auto"
},
[`${componentCls}-row`]: {
borderBottom: `${unit2(token2.lineWidth)} ${token2.lineType} ${token2.colorSplit}`,
"&:first-child": {
"> th:first-child, > td:first-child": {
borderStartStartRadius: token2.borderRadiusLG
}
},
"&:last-child": {
borderBottom: "none",
"> th:first-child, > td:first-child": {
borderEndStartRadius: token2.borderRadiusLG
}
},
[`> ${componentCls}-item-label, > ${componentCls}-item-content`]: {
padding: `${unit2(token2.padding)} ${unit2(token2.paddingLG)}`,
borderInlineEnd: `${unit2(token2.lineWidth)} ${token2.lineType} ${token2.colorSplit}`,
"&:last-child": {
borderInlineEnd: "none"
}
},
[`> ${componentCls}-item-label`]: {
color: token2.colorTextSecondary,
backgroundColor: labelBg,
"&::after": {
display: "none"
}
}
}
},
[`&${componentCls}-middle`]: {
[`${componentCls}-row`]: {
[`> ${componentCls}-item-label, > ${componentCls}-item-content`]: {
padding: `${unit2(token2.paddingSM)} ${unit2(token2.paddingLG)}`
}
}
},
[`&${componentCls}-small`]: {
[`${componentCls}-row`]: {
[`> ${componentCls}-item-label, > ${componentCls}-item-content`]: {
padding: `${unit2(token2.paddingXS)} ${unit2(token2.padding)}`
}
}
}
}
};
};
var genDescriptionStyles = (token2) => {
const {
componentCls,
extraColor,
itemPaddingBottom,
itemPaddingEnd,
colonMarginRight,
colonMarginLeft,
titleMarginBottom
} = token2;
return {
[componentCls]: Object.assign(Object.assign(Object.assign({}, resetComponent(token2)), genBorderedStyle(token2)), {
"&-rtl": {
direction: "rtl"
},
[`${componentCls}-header`]: {
display: "flex",
alignItems: "center",
marginBottom: titleMarginBottom
},
[`${componentCls}-title`]: Object.assign(Object.assign({}, textEllipsis), {
flex: "auto",
color: token2.titleColor,
fontWeight: token2.fontWeightStrong,
fontSize: token2.fontSizeLG,
lineHeight: token2.lineHeightLG
}),
[`${componentCls}-extra`]: {
marginInlineStart: "auto",
color: extraColor,
fontSize: token2.fontSize
},
[`${componentCls}-view`]: {
width: "100%",
borderRadius: token2.borderRadiusLG,
table: {
width: "100%",
tableLayout: "fixed",
borderCollapse: "collapse"
}
},
[`${componentCls}-row`]: {
"> th, > td": {
paddingBottom: itemPaddingBottom,
paddingInlineEnd: itemPaddingEnd
},
"> th:last-child, > td:last-child": {
paddingInlineEnd: 0
},
"&:last-child": {
borderBottom: "none",
"> th, > td": {
paddingBottom: 0
}
}
},
[`${componentCls}-item-label`]: {
color: token2.labelColor,
fontWeight: "normal",
fontSize: token2.fontSize,
lineHeight: token2.lineHeight,
textAlign: "start",
"&::after": {
content: '":"',
position: "relative",
top: -0.5,
// magic for position
marginInline: `${unit2(colonMarginLeft)} ${unit2(colonMarginRight)}`
},
[`&${componentCls}-item-no-colon::after`]: {
content: '""'
}
},
[`${componentCls}-item-no-label`]: {
"&::after": {
margin: 0,
content: '""'
}
},
[`${componentCls}-item-content`]: {
display: "table-cell",
flex: 1,
color: token2.contentColor,
fontSize: token2.fontSize,
lineHeight: token2.lineHeight,
wordBreak: "break-word",
overflowWrap: "break-word"
},
[`${componentCls}-item`]: {
paddingBottom: 0,
verticalAlign: "top",
"&-container": {
display: "flex",
[`${componentCls}-item-label`]: {
display: "inline-flex",
alignItems: "baseline"
},
[`${componentCls}-item-content`]: {
display: "inline-flex",
alignItems: "baseline",
minWidth: "1em"
}
}
},
"&-middle": {
[`${componentCls}-row`]: {
"> th, > td": {
paddingBottom: token2.paddingSM
}
}
},
"&-small": {
[`${componentCls}-row`]: {
"> th, > td": {
paddingBottom: token2.paddingXS
}
}
}
})
};
};
var prepareComponentToken32 = (token2) => ({
labelBg: token2.colorFillAlter,
labelColor: token2.colorTextTertiary,
titleColor: token2.colorText,
titleMarginBottom: token2.fontSizeSM * token2.lineHeightSM,
itemPaddingBottom: token2.padding,
itemPaddingEnd: token2.padding,
colonMarginRight: token2.marginXS,
colonMarginLeft: token2.marginXXS / 2,
contentColor: token2.colorText,
extraColor: token2.colorText
});
var style_default37 = genStyleHooks("Descriptions", (token2) => {
const descriptionToken = merge2(token2, {});
return genDescriptionStyles(descriptionToken);
}, prepareComponentToken32);
// node_modules/antd/es/descriptions/index.js
var __rest59 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var Descriptions = (props) => {
const {
prefixCls: customizePrefixCls,
title,
extra,
column: column2,
colon = true,
bordered,
layout,
children,
className,
rootClassName,
style: style2,
size: customizeSize,
labelStyle,
contentStyle,
styles,
items,
classNames: descriptionsClassNames
} = props, restProps = __rest59(props, ["prefixCls", "title", "extra", "column", "colon", "bordered", "layout", "children", "className", "rootClassName", "style", "size", "labelStyle", "contentStyle", "styles", "items", "classNames"]);
const {
getPrefixCls,
direction,
className: contextClassName,
style: contextStyle,
classNames: contextClassNames,
styles: contextStyles
} = useComponentConfig("descriptions");
const prefixCls = getPrefixCls("descriptions", customizePrefixCls);
const screens = useBreakpoint_default();
if (true) {
const warning5 = devUseWarning("Descriptions");
[["labelStyle", "styles={{ label: {} }}"], ["contentStyle", "styles={{ content: {} }}"]].forEach(([deprecatedName, newName]) => {
warning5.deprecated(!(deprecatedName in props), deprecatedName, newName);
});
}
const mergedColumn = React406.useMemo(() => {
var _a;
if (typeof column2 === "number") {
return column2;
}
return (_a = matchScreen(screens, Object.assign(Object.assign({}, constant_default), column2))) !== null && _a !== void 0 ? _a : 3;
}, [screens, column2]);
const mergedItems = useItems3(screens, items, children);
const mergedSize = useSize_default(customizeSize);
const rows = useRow_default(mergedColumn, mergedItems);
const [wrapCSSVar, hashId, cssVarCls] = style_default37(prefixCls);
const contextValue = React406.useMemo(() => ({
labelStyle,
contentStyle,
styles: {
content: Object.assign(Object.assign({}, contextStyles.content), styles === null || styles === void 0 ? void 0 : styles.content),
label: Object.assign(Object.assign({}, contextStyles.label), styles === null || styles === void 0 ? void 0 : styles.label)
},
classNames: {
label: (0, import_classnames164.default)(contextClassNames.label, descriptionsClassNames === null || descriptionsClassNames === void 0 ? void 0 : descriptionsClassNames.label),
content: (0, import_classnames164.default)(contextClassNames.content, descriptionsClassNames === null || descriptionsClassNames === void 0 ? void 0 : descriptionsClassNames.content)
}
}), [labelStyle, contentStyle, styles, descriptionsClassNames, contextClassNames, contextStyles]);
return wrapCSSVar(React406.createElement(DescriptionsContext_default.Provider, {
value: contextValue
}, React406.createElement("div", Object.assign({
className: (0, import_classnames164.default)(prefixCls, contextClassName, contextClassNames.root, descriptionsClassNames === null || descriptionsClassNames === void 0 ? void 0 : descriptionsClassNames.root, {
[`${prefixCls}-${mergedSize}`]: mergedSize && mergedSize !== "default",
[`${prefixCls}-bordered`]: !!bordered,
[`${prefixCls}-rtl`]: direction === "rtl"
}, className, rootClassName, hashId, cssVarCls),
style: Object.assign(Object.assign(Object.assign(Object.assign({}, contextStyle), contextStyles.root), styles === null || styles === void 0 ? void 0 : styles.root), style2)
}, restProps), (title || extra) && React406.createElement("div", {
className: (0, import_classnames164.default)(`${prefixCls}-header`, contextClassNames.header, descriptionsClassNames === null || descriptionsClassNames === void 0 ? void 0 : descriptionsClassNames.header),
style: Object.assign(Object.assign({}, contextStyles.header), styles === null || styles === void 0 ? void 0 : styles.header)
}, title && React406.createElement("div", {
className: (0, import_classnames164.default)(`${prefixCls}-title`, contextClassNames.title, descriptionsClassNames === null || descriptionsClassNames === void 0 ? void 0 : descriptionsClassNames.title),
style: Object.assign(Object.assign({}, contextStyles.title), styles === null || styles === void 0 ? void 0 : styles.title)
}, title), extra && React406.createElement("div", {
className: (0, import_classnames164.default)(`${prefixCls}-extra`, contextClassNames.extra, descriptionsClassNames === null || descriptionsClassNames === void 0 ? void 0 : descriptionsClassNames.extra),
style: Object.assign(Object.assign({}, contextStyles.extra), styles === null || styles === void 0 ? void 0 : styles.extra)
}, extra)), React406.createElement("div", {
className: `${prefixCls}-view`
}, React406.createElement("table", null, React406.createElement("tbody", null, rows.map((row, index3) => React406.createElement(Row_default, {
key: index3,
index: index3,
colon,
prefixCls,
vertical: layout === "vertical",
bordered,
row
}))))))));
};
if (true) {
Descriptions.displayName = "Descriptions";
}
Descriptions.Item = Item_default2;
var descriptions_default = Descriptions;
// node_modules/antd/es/drawer/index.js
var React412 = __toESM(require_react());
var import_classnames168 = __toESM(require_classnames());
// node_modules/rc-drawer/es/Drawer.js
var React410 = __toESM(require_react());
// node_modules/rc-drawer/es/context.js
var React407 = __toESM(require_react());
var DrawerContext = React407.createContext(null);
var RefContext2 = React407.createContext({});
var context_default10 = DrawerContext;
// node_modules/rc-drawer/es/DrawerPopup.js
var import_classnames166 = __toESM(require_classnames());
var React409 = __toESM(require_react());
// node_modules/rc-drawer/es/DrawerPanel.js
var import_classnames165 = __toESM(require_classnames());
var React408 = __toESM(require_react());
var _excluded55 = ["prefixCls", "className", "containerRef"];
var DrawerPanel = function DrawerPanel2(props) {
var prefixCls = props.prefixCls, className = props.className, containerRef = props.containerRef, restProps = _objectWithoutProperties(props, _excluded55);
var _React$useContext = React408.useContext(RefContext2), panelRef = _React$useContext.panel;
var mergedRef = useComposeRef(panelRef, containerRef);
return React408.createElement("div", _extends({
className: (0, import_classnames165.default)("".concat(prefixCls, "-content"), className),
role: "dialog",
ref: mergedRef
}, pickAttrs(props, {
aria: true
}), {
"aria-modal": "true"
}, restProps));
};
if (true) {
DrawerPanel.displayName = "DrawerPanel";
}
var DrawerPanel_default = DrawerPanel;
// node_modules/rc-drawer/es/util.js
function parseWidthHeight(value) {
if (typeof value === "string" && String(Number(value)) === value) {
warning_default(false, "Invalid value type of `width` or `height` which should be number type instead.");
return Number(value);
}
return value;
}
function warnCheck(props) {
warning_default(!("wrapperClassName" in props), "'wrapperClassName' is removed. Please use 'rootClassName' instead.");
warning_default(canUseDom() || !props.open, "Drawer with 'open' in SSR is not work since no place to createPortal. Please move to 'useEffect' instead.");
}
// node_modules/rc-drawer/es/DrawerPopup.js
var sentinelStyle2 = {
width: 0,
height: 0,
overflow: "hidden",
outline: "none",
position: "absolute"
};
function DrawerPopup(props, ref) {
var _ref, _pushConfig$distance, _pushConfig;
var prefixCls = props.prefixCls, open3 = props.open, placement = props.placement, inline2 = props.inline, push = props.push, forceRender = props.forceRender, autoFocus = props.autoFocus, keyboard = props.keyboard, drawerClassNames = props.classNames, rootClassName = props.rootClassName, rootStyle = props.rootStyle, zIndex = props.zIndex, className = props.className, id = props.id, style2 = props.style, motion2 = props.motion, width = props.width, height = props.height, children = props.children, mask = props.mask, maskClosable = props.maskClosable, maskMotion = props.maskMotion, maskClassName = props.maskClassName, maskStyle = props.maskStyle, afterOpenChange = props.afterOpenChange, onClose = props.onClose, onMouseEnter = props.onMouseEnter, onMouseOver = props.onMouseOver, onMouseLeave = props.onMouseLeave, onClick = props.onClick, onKeyDown2 = props.onKeyDown, onKeyUp = props.onKeyUp, styles = props.styles, drawerRender = props.drawerRender;
var panelRef = React409.useRef();
var sentinelStartRef = React409.useRef();
var sentinelEndRef = React409.useRef();
React409.useImperativeHandle(ref, function() {
return panelRef.current;
});
var onPanelKeyDown = function onPanelKeyDown2(event) {
var keyCode = event.keyCode, shiftKey = event.shiftKey;
switch (keyCode) {
case KeyCode_default.TAB: {
if (keyCode === KeyCode_default.TAB) {
if (!shiftKey && document.activeElement === sentinelEndRef.current) {
var _sentinelStartRef$cur;
(_sentinelStartRef$cur = sentinelStartRef.current) === null || _sentinelStartRef$cur === void 0 || _sentinelStartRef$cur.focus({
preventScroll: true
});
} else if (shiftKey && document.activeElement === sentinelStartRef.current) {
var _sentinelEndRef$curre;
(_sentinelEndRef$curre = sentinelEndRef.current) === null || _sentinelEndRef$curre === void 0 || _sentinelEndRef$curre.focus({
preventScroll: true
});
}
}
break;
}
case KeyCode_default.ESC: {
if (onClose && keyboard) {
event.stopPropagation();
onClose(event);
}
break;
}
}
};
React409.useEffect(function() {
if (open3 && autoFocus) {
var _panelRef$current;
(_panelRef$current = panelRef.current) === null || _panelRef$current === void 0 || _panelRef$current.focus({
preventScroll: true
});
}
}, [open3]);
var _React$useState = React409.useState(false), _React$useState2 = _slicedToArray(_React$useState, 2), pushed = _React$useState2[0], setPushed = _React$useState2[1];
var parentContext = React409.useContext(context_default10);
var pushConfig;
if (typeof push === "boolean") {
pushConfig = push ? {} : {
distance: 0
};
} else {
pushConfig = push || {};
}
var pushDistance = (_ref = (_pushConfig$distance = (_pushConfig = pushConfig) === null || _pushConfig === void 0 ? void 0 : _pushConfig.distance) !== null && _pushConfig$distance !== void 0 ? _pushConfig$distance : parentContext === null || parentContext === void 0 ? void 0 : parentContext.pushDistance) !== null && _ref !== void 0 ? _ref : 180;
var mergedContext = React409.useMemo(function() {
return {
pushDistance,
push: function push2() {
setPushed(true);
},
pull: function pull() {
setPushed(false);
}
};
}, [pushDistance]);
React409.useEffect(function() {
if (open3) {
var _parentContext$push;
parentContext === null || parentContext === void 0 || (_parentContext$push = parentContext.push) === null || _parentContext$push === void 0 || _parentContext$push.call(parentContext);
} else {
var _parentContext$pull;
parentContext === null || parentContext === void 0 || (_parentContext$pull = parentContext.pull) === null || _parentContext$pull === void 0 || _parentContext$pull.call(parentContext);
}
}, [open3]);
React409.useEffect(function() {
return function() {
var _parentContext$pull2;
parentContext === null || parentContext === void 0 || (_parentContext$pull2 = parentContext.pull) === null || _parentContext$pull2 === void 0 || _parentContext$pull2.call(parentContext);
};
}, []);
var maskNode = React409.createElement(es_default2, _extends({
key: "mask"
}, maskMotion, {
visible: mask && open3
}), function(_ref2, maskRef) {
var motionMaskClassName = _ref2.className, motionMaskStyle = _ref2.style;
return React409.createElement("div", {
className: (0, import_classnames166.default)("".concat(prefixCls, "-mask"), motionMaskClassName, drawerClassNames === null || drawerClassNames === void 0 ? void 0 : drawerClassNames.mask, maskClassName),
style: _objectSpread2(_objectSpread2(_objectSpread2({}, motionMaskStyle), maskStyle), styles === null || styles === void 0 ? void 0 : styles.mask),
onClick: maskClosable && open3 ? onClose : void 0,
ref: maskRef
});
});
var motionProps = typeof motion2 === "function" ? motion2(placement) : motion2;
var wrapperStyle = {};
if (pushed && pushDistance) {
switch (placement) {
case "top":
wrapperStyle.transform = "translateY(".concat(pushDistance, "px)");
break;
case "bottom":
wrapperStyle.transform = "translateY(".concat(-pushDistance, "px)");
break;
case "left":
wrapperStyle.transform = "translateX(".concat(pushDistance, "px)");
break;
default:
wrapperStyle.transform = "translateX(".concat(-pushDistance, "px)");
break;
}
}
if (placement === "left" || placement === "right") {
wrapperStyle.width = parseWidthHeight(width);
} else {
wrapperStyle.height = parseWidthHeight(height);
}
var eventHandlers = {
onMouseEnter,
onMouseOver,
onMouseLeave,
onClick,
onKeyDown: onKeyDown2,
onKeyUp
};
var panelNode = React409.createElement(es_default2, _extends({
key: "panel"
}, motionProps, {
visible: open3,
forceRender,
onVisibleChanged: function onVisibleChanged(nextVisible) {
afterOpenChange === null || afterOpenChange === void 0 || afterOpenChange(nextVisible);
},
removeOnLeave: false,
leavedClassName: "".concat(prefixCls, "-content-wrapper-hidden")
}), function(_ref3, motionRef) {
var motionClassName = _ref3.className, motionStyle = _ref3.style;
var content = React409.createElement(DrawerPanel_default, _extends({
id,
containerRef: motionRef,
prefixCls,
className: (0, import_classnames166.default)(className, drawerClassNames === null || drawerClassNames === void 0 ? void 0 : drawerClassNames.content),
style: _objectSpread2(_objectSpread2({}, style2), styles === null || styles === void 0 ? void 0 : styles.content)
}, pickAttrs(props, {
aria: true
}), eventHandlers), children);
return React409.createElement("div", _extends({
className: (0, import_classnames166.default)("".concat(prefixCls, "-content-wrapper"), drawerClassNames === null || drawerClassNames === void 0 ? void 0 : drawerClassNames.wrapper, motionClassName),
style: _objectSpread2(_objectSpread2(_objectSpread2({}, wrapperStyle), motionStyle), styles === null || styles === void 0 ? void 0 : styles.wrapper)
}, pickAttrs(props, {
data: true
})), drawerRender ? drawerRender(content) : content);
});
var containerStyle = _objectSpread2({}, rootStyle);
if (zIndex) {
containerStyle.zIndex = zIndex;
}
return React409.createElement(context_default10.Provider, {
value: mergedContext
}, React409.createElement("div", {
className: (0, import_classnames166.default)(prefixCls, "".concat(prefixCls, "-").concat(placement), rootClassName, _defineProperty(_defineProperty({}, "".concat(prefixCls, "-open"), open3), "".concat(prefixCls, "-inline"), inline2)),
style: containerStyle,
tabIndex: -1,
ref: panelRef,
onKeyDown: onPanelKeyDown
}, maskNode, React409.createElement("div", {
tabIndex: 0,
ref: sentinelStartRef,
style: sentinelStyle2,
"aria-hidden": "true",
"data-sentinel": "start"
}), panelNode, React409.createElement("div", {
tabIndex: 0,
ref: sentinelEndRef,
style: sentinelStyle2,
"aria-hidden": "true",
"data-sentinel": "end"
})));
}
var RefDrawerPopup = React409.forwardRef(DrawerPopup);
if (true) {
RefDrawerPopup.displayName = "DrawerPopup";
}
var DrawerPopup_default = RefDrawerPopup;
// node_modules/rc-drawer/es/Drawer.js
var Drawer = function Drawer2(props) {
var _props$open = props.open, open3 = _props$open === void 0 ? false : _props$open, _props$prefixCls = props.prefixCls, prefixCls = _props$prefixCls === void 0 ? "rc-drawer" : _props$prefixCls, _props$placement = props.placement, placement = _props$placement === void 0 ? "right" : _props$placement, _props$autoFocus = props.autoFocus, autoFocus = _props$autoFocus === void 0 ? true : _props$autoFocus, _props$keyboard = props.keyboard, keyboard = _props$keyboard === void 0 ? true : _props$keyboard, _props$width = props.width, width = _props$width === void 0 ? 378 : _props$width, _props$mask = props.mask, mask = _props$mask === void 0 ? true : _props$mask, _props$maskClosable = props.maskClosable, maskClosable = _props$maskClosable === void 0 ? true : _props$maskClosable, getContainer = props.getContainer, forceRender = props.forceRender, afterOpenChange = props.afterOpenChange, destroyOnClose = props.destroyOnClose, onMouseEnter = props.onMouseEnter, onMouseOver = props.onMouseOver, onMouseLeave = props.onMouseLeave, onClick = props.onClick, onKeyDown2 = props.onKeyDown, onKeyUp = props.onKeyUp, panelRef = props.panelRef;
var _React$useState = React410.useState(false), _React$useState2 = _slicedToArray(_React$useState, 2), animatedVisible = _React$useState2[0], setAnimatedVisible = _React$useState2[1];
if (true) {
warnCheck(props);
}
var _React$useState3 = React410.useState(false), _React$useState4 = _slicedToArray(_React$useState3, 2), mounted = _React$useState4[0], setMounted = _React$useState4[1];
useLayoutEffect_default(function() {
setMounted(true);
}, []);
var mergedOpen = mounted ? open3 : false;
var popupRef = React410.useRef();
var lastActiveRef = React410.useRef();
useLayoutEffect_default(function() {
if (mergedOpen) {
lastActiveRef.current = document.activeElement;
}
}, [mergedOpen]);
var internalAfterOpenChange = function internalAfterOpenChange2(nextVisible) {
var _popupRef$current;
setAnimatedVisible(nextVisible);
afterOpenChange === null || afterOpenChange === void 0 || afterOpenChange(nextVisible);
if (!nextVisible && lastActiveRef.current && !((_popupRef$current = popupRef.current) !== null && _popupRef$current !== void 0 && _popupRef$current.contains(lastActiveRef.current))) {
var _lastActiveRef$curren;
(_lastActiveRef$curren = lastActiveRef.current) === null || _lastActiveRef$curren === void 0 || _lastActiveRef$curren.focus({
preventScroll: true
});
}
};
var refContext = React410.useMemo(function() {
return {
panel: panelRef
};
}, [panelRef]);
if (!forceRender && !animatedVisible && !mergedOpen && destroyOnClose) {
return null;
}
var eventHandlers = {
onMouseEnter,
onMouseOver,
onMouseLeave,
onClick,
onKeyDown: onKeyDown2,
onKeyUp
};
var drawerPopupProps = _objectSpread2(_objectSpread2({}, props), {}, {
open: mergedOpen,
prefixCls,
placement,
autoFocus,
keyboard,
width,
mask,
maskClosable,
inline: getContainer === false,
afterOpenChange: internalAfterOpenChange,
ref: popupRef
}, eventHandlers);
return React410.createElement(RefContext2.Provider, {
value: refContext
}, React410.createElement(es_default5, {
open: mergedOpen || forceRender || animatedVisible,
autoDestroy: false,
getContainer,
autoLock: mask && (mergedOpen || animatedVisible)
}, React410.createElement(DrawerPopup_default, drawerPopupProps)));
};
if (true) {
Drawer.displayName = "Drawer";
}
var Drawer_default = Drawer;
// node_modules/rc-drawer/es/index.js
var es_default26 = Drawer_default;
// node_modules/antd/es/drawer/DrawerPanel.js
var React411 = __toESM(require_react());
var import_classnames167 = __toESM(require_classnames());
var DrawerPanel3 = (props) => {
var _a, _b;
const {
prefixCls,
ariaId,
title,
footer,
extra,
closable,
loading,
onClose,
headerStyle,
bodyStyle,
footerStyle,
children,
classNames: drawerClassNames,
styles: drawerStyles
} = props;
const drawerContext = useComponentConfig("drawer");
let closablePlacement;
if (closable === false) {
closablePlacement = void 0;
} else if (closable === void 0 || closable === true) {
closablePlacement = "start";
} else {
closablePlacement = (closable === null || closable === void 0 ? void 0 : closable.placement) === "end" ? "end" : "start";
}
const customCloseIconRender = React411.useCallback((icon) => React411.createElement("button", {
type: "button",
onClick: onClose,
className: (0, import_classnames167.default)(`${prefixCls}-close`, {
[`${prefixCls}-close-${closablePlacement}`]: closablePlacement === "end"
})
}, icon), [onClose, prefixCls, closablePlacement]);
const [mergedClosable, mergedCloseIcon] = useClosable(pickClosable(props), pickClosable(drawerContext), {
closable: true,
closeIconRender: customCloseIconRender
});
const renderHeader = () => {
var _a2, _b2;
if (!title && !mergedClosable) {
return null;
}
return React411.createElement("div", {
style: Object.assign(Object.assign(Object.assign({}, (_a2 = drawerContext.styles) === null || _a2 === void 0 ? void 0 : _a2.header), headerStyle), drawerStyles === null || drawerStyles === void 0 ? void 0 : drawerStyles.header),
className: (0, import_classnames167.default)(`${prefixCls}-header`, {
[`${prefixCls}-header-close-only`]: mergedClosable && !title && !extra
}, (_b2 = drawerContext.classNames) === null || _b2 === void 0 ? void 0 : _b2.header, drawerClassNames === null || drawerClassNames === void 0 ? void 0 : drawerClassNames.header)
}, React411.createElement("div", {
className: `${prefixCls}-header-title`
}, closablePlacement === "start" && mergedCloseIcon, title && React411.createElement("div", {
className: `${prefixCls}-title`,
id: ariaId
}, title)), extra && React411.createElement("div", {
className: `${prefixCls}-extra`
}, extra), closablePlacement === "end" && mergedCloseIcon);
};
const renderFooter = () => {
var _a2, _b2;
if (!footer) {
return null;
}
const footerClassName = `${prefixCls}-footer`;
return React411.createElement("div", {
className: (0, import_classnames167.default)(footerClassName, (_a2 = drawerContext.classNames) === null || _a2 === void 0 ? void 0 : _a2.footer, drawerClassNames === null || drawerClassNames === void 0 ? void 0 : drawerClassNames.footer),
style: Object.assign(Object.assign(Object.assign({}, (_b2 = drawerContext.styles) === null || _b2 === void 0 ? void 0 : _b2.footer), footerStyle), drawerStyles === null || drawerStyles === void 0 ? void 0 : drawerStyles.footer)
}, footer);
};
return React411.createElement(React411.Fragment, null, renderHeader(), React411.createElement("div", {
className: (0, import_classnames167.default)(`${prefixCls}-body`, drawerClassNames === null || drawerClassNames === void 0 ? void 0 : drawerClassNames.body, (_a = drawerContext.classNames) === null || _a === void 0 ? void 0 : _a.body),
style: Object.assign(Object.assign(Object.assign({}, (_b = drawerContext.styles) === null || _b === void 0 ? void 0 : _b.body), bodyStyle), drawerStyles === null || drawerStyles === void 0 ? void 0 : drawerStyles.body)
}, loading ? React411.createElement(skeleton_default, {
active: true,
title: false,
paragraph: {
rows: 5
},
className: `${prefixCls}-body-skeleton`
}) : children), renderFooter());
};
var DrawerPanel_default2 = DrawerPanel3;
// node_modules/antd/es/drawer/style/motion.js
var getMoveTranslate = (direction) => {
const value = "100%";
return {
left: `translateX(-${value})`,
right: `translateX(${value})`,
top: `translateY(-${value})`,
bottom: `translateY(${value})`
}[direction];
};
var getEnterLeaveStyle = (startStyle, endStyle) => ({
"&-enter, &-appear": Object.assign(Object.assign({}, startStyle), {
"&-active": endStyle
}),
"&-leave": Object.assign(Object.assign({}, endStyle), {
"&-active": startStyle
})
});
var getFadeStyle = (from2, duration) => Object.assign({
"&-enter, &-appear, &-leave": {
"&-start": {
transition: "none"
},
"&-active": {
transition: `all ${duration}`
}
}
}, getEnterLeaveStyle({
opacity: from2
}, {
opacity: 1
}));
var getPanelMotionStyles = (direction, duration) => [getFadeStyle(0.7, duration), getEnterLeaveStyle({
transform: getMoveTranslate(direction)
}, {
transform: "none"
})];
var genMotionStyle2 = (token2) => {
const {
componentCls,
motionDurationSlow
} = token2;
return {
[componentCls]: {
// ======================== Mask ========================
[`${componentCls}-mask-motion`]: getFadeStyle(0, motionDurationSlow),
// ======================= Panel ========================
[`${componentCls}-panel-motion`]: ["left", "right", "top", "bottom"].reduce((obj, direction) => Object.assign(Object.assign({}, obj), {
[`&-${direction}`]: getPanelMotionStyles(direction, motionDurationSlow)
}), {})
}
};
};
var motion_default3 = genMotionStyle2;
// node_modules/antd/es/drawer/style/index.js
var genDrawerStyle = (token2) => {
const {
borderRadiusSM,
componentCls,
zIndexPopup,
colorBgMask,
colorBgElevated,
motionDurationSlow,
motionDurationMid,
paddingXS,
padding,
paddingLG,
fontSizeLG,
lineHeightLG,
lineWidth,
lineType,
colorSplit,
marginXS,
colorIcon,
colorIconHover,
colorBgTextHover,
colorBgTextActive,
colorText,
fontWeightStrong,
footerPaddingBlock,
footerPaddingInline,
calc
} = token2;
const wrapperCls = `${componentCls}-content-wrapper`;
return {
[componentCls]: {
position: "fixed",
inset: 0,
zIndex: zIndexPopup,
pointerEvents: "none",
color: colorText,
"&-pure": {
position: "relative",
background: colorBgElevated,
display: "flex",
flexDirection: "column",
[`&${componentCls}-left`]: {
boxShadow: token2.boxShadowDrawerLeft
},
[`&${componentCls}-right`]: {
boxShadow: token2.boxShadowDrawerRight
},
[`&${componentCls}-top`]: {
boxShadow: token2.boxShadowDrawerUp
},
[`&${componentCls}-bottom`]: {
boxShadow: token2.boxShadowDrawerDown
}
},
"&-inline": {
position: "absolute"
},
// ====================== Mask ======================
[`${componentCls}-mask`]: {
position: "absolute",
inset: 0,
zIndex: zIndexPopup,
background: colorBgMask,
pointerEvents: "auto"
},
// ==================== Content =====================
[wrapperCls]: {
position: "absolute",
zIndex: zIndexPopup,
maxWidth: "100vw",
transition: `all ${motionDurationSlow}`,
"&-hidden": {
display: "none"
}
},
// Placement
[`&-left > ${wrapperCls}`]: {
top: 0,
bottom: 0,
left: {
_skip_check_: true,
value: 0
},
boxShadow: token2.boxShadowDrawerLeft
},
[`&-right > ${wrapperCls}`]: {
top: 0,
right: {
_skip_check_: true,
value: 0
},
bottom: 0,
boxShadow: token2.boxShadowDrawerRight
},
[`&-top > ${wrapperCls}`]: {
top: 0,
insetInline: 0,
boxShadow: token2.boxShadowDrawerUp
},
[`&-bottom > ${wrapperCls}`]: {
bottom: 0,
insetInline: 0,
boxShadow: token2.boxShadowDrawerDown
},
[`${componentCls}-content`]: {
display: "flex",
flexDirection: "column",
width: "100%",
height: "100%",
overflow: "auto",
background: colorBgElevated,
pointerEvents: "auto"
},
// Header
[`${componentCls}-header`]: {
display: "flex",
flex: 0,
alignItems: "center",
padding: `${unit2(padding)} ${unit2(paddingLG)}`,
fontSize: fontSizeLG,
lineHeight: lineHeightLG,
borderBottom: `${unit2(lineWidth)} ${lineType} ${colorSplit}`,
"&-title": {
display: "flex",
flex: 1,
alignItems: "center",
minWidth: 0,
minHeight: 0
}
},
[`${componentCls}-extra`]: {
flex: "none"
},
[`${componentCls}-close`]: Object.assign({
display: "inline-flex",
width: calc(fontSizeLG).add(paddingXS).equal(),
height: calc(fontSizeLG).add(paddingXS).equal(),
borderRadius: borderRadiusSM,
justifyContent: "center",
alignItems: "center",
color: colorIcon,
fontWeight: fontWeightStrong,
fontSize: fontSizeLG,
fontStyle: "normal",
lineHeight: 1,
textAlign: "center",
textTransform: "none",
textDecoration: "none",
background: "transparent",
border: 0,
cursor: "pointer",
transition: `all ${motionDurationMid}`,
textRendering: "auto",
[`&${componentCls}-close-end`]: {
marginInlineStart: marginXS
},
[`&:not(${componentCls}-close-end)`]: {
marginInlineEnd: marginXS
},
"&:hover": {
color: colorIconHover,
backgroundColor: colorBgTextHover,
textDecoration: "none"
},
"&:active": {
backgroundColor: colorBgTextActive
}
}, genFocusStyle(token2)),
[`${componentCls}-title`]: {
flex: 1,
margin: 0,
fontWeight: token2.fontWeightStrong,
fontSize: fontSizeLG,
lineHeight: lineHeightLG
},
// Body
[`${componentCls}-body`]: {
flex: 1,
minWidth: 0,
minHeight: 0,
padding: paddingLG,
overflow: "auto",
[`${componentCls}-body-skeleton`]: {
width: "100%",
height: "100%",
display: "flex",
justifyContent: "center"
}
},
// Footer
[`${componentCls}-footer`]: {
flexShrink: 0,
padding: `${unit2(footerPaddingBlock)} ${unit2(footerPaddingInline)}`,
borderTop: `${unit2(lineWidth)} ${lineType} ${colorSplit}`
},
// ====================== RTL =======================
"&-rtl": {
direction: "rtl"
}
}
};
};
var prepareComponentToken33 = (token2) => ({
zIndexPopup: token2.zIndexPopupBase,
footerPaddingBlock: token2.paddingXS,
footerPaddingInline: token2.padding
});
var style_default38 = genStyleHooks("Drawer", (token2) => {
const drawerToken = merge2(token2, {});
return [genDrawerStyle(drawerToken), motion_default3(drawerToken)];
}, prepareComponentToken33);
// node_modules/antd/es/drawer/index.js
var __rest60 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var defaultPushState = {
distance: 180
};
var Drawer3 = (props) => {
var _a;
const {
rootClassName,
width,
height,
size = "default",
mask = true,
push = defaultPushState,
open: open3,
afterOpenChange,
onClose,
prefixCls: customizePrefixCls,
getContainer: customizeGetContainer,
panelRef = null,
style: style2,
className,
"aria-labelledby": ariaLabelledby,
// Deprecated
visible,
afterVisibleChange,
maskStyle,
drawerStyle,
contentWrapperStyle,
destroyOnClose,
destroyOnHidden
} = props, rest = __rest60(props, ["rootClassName", "width", "height", "size", "mask", "push", "open", "afterOpenChange", "onClose", "prefixCls", "getContainer", "panelRef", "style", "className", "aria-labelledby", "visible", "afterVisibleChange", "maskStyle", "drawerStyle", "contentWrapperStyle", "destroyOnClose", "destroyOnHidden"]);
const id = useId_default();
const ariaId = rest.title ? id : void 0;
const {
getPopupContainer,
getPrefixCls,
direction,
className: contextClassName,
style: contextStyle,
classNames: contextClassNames,
styles: contextStyles
} = useComponentConfig("drawer");
const prefixCls = getPrefixCls("drawer", customizePrefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default38(prefixCls);
const getContainer = (
// 有可能为 false,所以不能直接判断
customizeGetContainer === void 0 && getPopupContainer ? () => getPopupContainer(document.body) : customizeGetContainer
);
const drawerClassName = (0, import_classnames168.default)({
"no-mask": !mask,
[`${prefixCls}-rtl`]: direction === "rtl"
}, rootClassName, hashId, cssVarCls);
if (true) {
const warning5 = devUseWarning("Drawer");
[["visible", "open"], ["afterVisibleChange", "afterOpenChange"], ["headerStyle", "styles.header"], ["bodyStyle", "styles.body"], ["footerStyle", "styles.footer"], ["contentWrapperStyle", "styles.wrapper"], ["maskStyle", "styles.mask"], ["drawerStyle", "styles.content"], ["destroyInactivePanel", "destroyOnHidden"]].forEach(([deprecatedName, newName]) => {
warning5.deprecated(!(deprecatedName in props), deprecatedName, newName);
});
if (getContainer !== void 0 && ((_a = props.style) === null || _a === void 0 ? void 0 : _a.position) === "absolute") {
true ? warning5(false, "breaking", "`style` is replaced by `rootStyle` in v5. Please check that `position: absolute` is necessary.") : void 0;
}
}
const mergedWidth = React412.useMemo(() => width !== null && width !== void 0 ? width : size === "large" ? 736 : 378, [width, size]);
const mergedHeight = React412.useMemo(() => height !== null && height !== void 0 ? height : size === "large" ? 736 : 378, [height, size]);
const maskMotion = {
motionName: getTransitionName2(prefixCls, "mask-motion"),
motionAppear: true,
motionEnter: true,
motionLeave: true,
motionDeadline: 500
};
const panelMotion = (motionPlacement) => ({
motionName: getTransitionName2(prefixCls, `panel-motion-${motionPlacement}`),
motionAppear: true,
motionEnter: true,
motionLeave: true,
motionDeadline: 500
});
const innerPanelRef = usePanelRef();
const mergedPanelRef = composeRef(panelRef, innerPanelRef);
const [zIndex, contextZIndex] = useZIndex("Drawer", rest.zIndex);
const {
classNames: propClassNames = {},
styles: propStyles = {}
} = rest;
return wrapCSSVar(React412.createElement(ContextIsolator_default, {
form: true,
space: true
}, React412.createElement(zindexContext_default.Provider, {
value: contextZIndex
}, React412.createElement(es_default26, Object.assign({
prefixCls,
onClose,
maskMotion,
motion: panelMotion
}, rest, {
classNames: {
mask: (0, import_classnames168.default)(propClassNames.mask, contextClassNames.mask),
content: (0, import_classnames168.default)(propClassNames.content, contextClassNames.content),
wrapper: (0, import_classnames168.default)(propClassNames.wrapper, contextClassNames.wrapper)
},
styles: {
mask: Object.assign(Object.assign(Object.assign({}, propStyles.mask), maskStyle), contextStyles.mask),
content: Object.assign(Object.assign(Object.assign({}, propStyles.content), drawerStyle), contextStyles.content),
wrapper: Object.assign(Object.assign(Object.assign({}, propStyles.wrapper), contentWrapperStyle), contextStyles.wrapper)
},
open: open3 !== null && open3 !== void 0 ? open3 : visible,
mask,
push,
width: mergedWidth,
height: mergedHeight,
style: Object.assign(Object.assign({}, contextStyle), style2),
className: (0, import_classnames168.default)(contextClassName, className),
rootClassName: drawerClassName,
getContainer,
afterOpenChange: afterOpenChange !== null && afterOpenChange !== void 0 ? afterOpenChange : afterVisibleChange,
panelRef: mergedPanelRef,
zIndex,
"aria-labelledby": ariaLabelledby !== null && ariaLabelledby !== void 0 ? ariaLabelledby : ariaId,
// TODO: In the future, destroyOnClose in rc-drawer needs to be upgrade to destroyOnHidden
destroyOnClose: destroyOnHidden !== null && destroyOnHidden !== void 0 ? destroyOnHidden : destroyOnClose
}), React412.createElement(DrawerPanel_default2, Object.assign({
prefixCls
}, rest, {
ariaId,
onClose
}))))));
};
var PurePanel11 = (props) => {
const {
prefixCls: customizePrefixCls,
style: style2,
className,
placement = "right"
} = props, restProps = __rest60(props, ["prefixCls", "style", "className", "placement"]);
const {
getPrefixCls
} = React412.useContext(ConfigContext);
const prefixCls = getPrefixCls("drawer", customizePrefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default38(prefixCls);
const cls13 = (0, import_classnames168.default)(prefixCls, `${prefixCls}-pure`, `${prefixCls}-${placement}`, hashId, cssVarCls, className);
return wrapCSSVar(React412.createElement("div", {
className: cls13,
style: style2
}, React412.createElement(DrawerPanel_default2, Object.assign({
prefixCls
}, restProps))));
};
Drawer3._InternalPanelDoNotUseOrYouWillBeFired = PurePanel11;
if (true) {
Drawer3.displayName = "Drawer";
}
var drawer_default = Drawer3;
// node_modules/antd/es/dropdown/dropdown-button.js
var React417 = __toESM(require_react());
var import_classnames171 = __toESM(require_classnames());
// node_modules/antd/es/space/index.js
var React416 = __toESM(require_react());
var import_classnames170 = __toESM(require_classnames());
// node_modules/antd/es/_util/gapSize.js
function isPresetSize(size) {
return ["small", "middle", "large"].includes(size);
}
function isValidGapNumber(size) {
if (!size) {
return false;
}
return typeof size === "number" && !Number.isNaN(size);
}
// node_modules/antd/es/space/Addon.js
var import_react146 = __toESM(require_react());
var import_classnames169 = __toESM(require_classnames());
// node_modules/antd/es/space/style/addon.js
var genSpaceAddonStyle = (token2) => {
const {
componentCls,
borderRadius,
paddingSM,
colorBorder,
paddingXS,
fontSizeLG,
fontSizeSM,
borderRadiusLG,
borderRadiusSM,
colorBgContainerDisabled,
lineWidth
} = token2;
return {
[componentCls]: [{
display: "inline-flex",
alignItems: "center",
gap: 0,
paddingInline: paddingSM,
margin: 0,
background: colorBgContainerDisabled,
borderWidth: lineWidth,
borderStyle: "solid",
borderColor: colorBorder,
borderRadius,
"&-large": {
fontSize: fontSizeLG,
borderRadius: borderRadiusLG
},
"&-small": {
paddingInline: paddingXS,
borderRadius: borderRadiusSM,
fontSize: fontSizeSM
},
"&-compact-last-item": {
borderEndStartRadius: 0,
borderStartStartRadius: 0
},
"&-compact-first-item": {
borderEndEndRadius: 0,
borderStartEndRadius: 0
},
"&-compact-item:not(:first-child):not(:last-child)": {
borderRadius: 0
},
"&-compact-item:not(:last-child)": {
borderInlineEndWidth: 0
}
}, genCompactItemStyle(token2, {
focus: false
})]
};
};
var addon_default = genStyleHooks(["Space", "Addon"], (token2) => [genSpaceAddonStyle(token2)]);
// node_modules/antd/es/space/Addon.js
var __rest61 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var SpaceAddon = import_react146.default.forwardRef((props, ref) => {
const {
className,
children,
style: style2,
prefixCls: customizePrefixCls
} = props, restProps = __rest61(props, ["className", "children", "style", "prefixCls"]);
const {
getPrefixCls,
direction: directionConfig
} = import_react146.default.useContext(ConfigContext);
const prefixCls = getPrefixCls("space-addon", customizePrefixCls);
const [wrapCSSVar, hashId, cssVarCls] = addon_default(prefixCls);
const {
compactItemClassnames,
compactSize
} = useCompactItemContext(prefixCls, directionConfig);
const classes = (0, import_classnames169.default)(prefixCls, hashId, compactItemClassnames, cssVarCls, {
[`${prefixCls}-${compactSize}`]: compactSize
}, className);
return wrapCSSVar(import_react146.default.createElement("div", Object.assign({
ref,
className: classes,
style: style2
}, restProps), children));
});
var Addon_default = SpaceAddon;
// node_modules/antd/es/space/context.js
var import_react147 = __toESM(require_react());
var SpaceContext = import_react147.default.createContext({
latestIndex: 0
});
var SpaceContextProvider = SpaceContext.Provider;
// node_modules/antd/es/space/Item.js
var React415 = __toESM(require_react());
var Item3 = ({
className,
index: index3,
children,
split,
style: style2
}) => {
const {
latestIndex
} = React415.useContext(SpaceContext);
if (children === null || children === void 0) {
return null;
}
return React415.createElement(React415.Fragment, null, React415.createElement("div", {
className,
style: style2
}, children), index3 < latestIndex && split && React415.createElement("span", {
className: `${className}-split`
}, split));
};
var Item_default3 = Item3;
// node_modules/antd/es/space/style/index.js
var genSpaceStyle = (token2) => {
const {
componentCls,
antCls
} = token2;
return {
[componentCls]: {
display: "inline-flex",
"&-rtl": {
direction: "rtl"
},
"&-vertical": {
flexDirection: "column"
},
"&-align": {
flexDirection: "column",
"&-center": {
alignItems: "center"
},
"&-start": {
alignItems: "flex-start"
},
"&-end": {
alignItems: "flex-end"
},
"&-baseline": {
alignItems: "baseline"
}
},
[`${componentCls}-item:empty`]: {
display: "none"
},
// https://github.com/ant-design/ant-design/issues/47875
[`${componentCls}-item > ${antCls}-badge-not-a-wrapper:only-child`]: {
display: "block"
}
}
};
};
var genSpaceGapStyle = (token2) => {
const {
componentCls
} = token2;
return {
[componentCls]: {
"&-gap-row-small": {
rowGap: token2.spaceGapSmallSize
},
"&-gap-row-middle": {
rowGap: token2.spaceGapMiddleSize
},
"&-gap-row-large": {
rowGap: token2.spaceGapLargeSize
},
"&-gap-col-small": {
columnGap: token2.spaceGapSmallSize
},
"&-gap-col-middle": {
columnGap: token2.spaceGapMiddleSize
},
"&-gap-col-large": {
columnGap: token2.spaceGapLargeSize
}
}
};
};
var style_default39 = genStyleHooks("Space", (token2) => {
const spaceToken = merge2(token2, {
spaceGapSmallSize: token2.paddingXS,
spaceGapMiddleSize: token2.padding,
spaceGapLargeSize: token2.paddingLG
});
return [genSpaceStyle(spaceToken), genSpaceGapStyle(spaceToken)];
}, () => ({}), {
// Space component don't apply extra font style
// https://github.com/ant-design/ant-design/issues/40315
resetStyle: false
});
// node_modules/antd/es/space/index.js
var __rest62 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var InternalSpace = React416.forwardRef((props, ref) => {
var _a;
const {
getPrefixCls,
direction: directionConfig,
size: contextSize,
className: contextClassName,
style: contextStyle,
classNames: contextClassNames,
styles: contextStyles
} = useComponentConfig("space");
const {
size = contextSize !== null && contextSize !== void 0 ? contextSize : "small",
align,
className,
rootClassName,
children,
direction = "horizontal",
prefixCls: customizePrefixCls,
split,
style: style2,
wrap = false,
classNames: customClassNames,
styles
} = props, otherProps = __rest62(props, ["size", "align", "className", "rootClassName", "children", "direction", "prefixCls", "split", "style", "wrap", "classNames", "styles"]);
const [horizontalSize, verticalSize] = Array.isArray(size) ? size : [size, size];
const isPresetVerticalSize = isPresetSize(verticalSize);
const isPresetHorizontalSize = isPresetSize(horizontalSize);
const isValidVerticalSize = isValidGapNumber(verticalSize);
const isValidHorizontalSize = isValidGapNumber(horizontalSize);
const childNodes = toArray(children, {
keepEmpty: true
});
const mergedAlign = align === void 0 && direction === "horizontal" ? "center" : align;
const prefixCls = getPrefixCls("space", customizePrefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default39(prefixCls);
const cls13 = (0, import_classnames170.default)(prefixCls, contextClassName, hashId, `${prefixCls}-${direction}`, {
[`${prefixCls}-rtl`]: directionConfig === "rtl",
[`${prefixCls}-align-${mergedAlign}`]: mergedAlign,
[`${prefixCls}-gap-row-${verticalSize}`]: isPresetVerticalSize,
[`${prefixCls}-gap-col-${horizontalSize}`]: isPresetHorizontalSize
}, className, rootClassName, cssVarCls);
const itemClassName = (0, import_classnames170.default)(`${prefixCls}-item`, (_a = customClassNames === null || customClassNames === void 0 ? void 0 : customClassNames.item) !== null && _a !== void 0 ? _a : contextClassNames.item);
const mergedItemStyle = Object.assign(Object.assign({}, contextStyles.item), styles === null || styles === void 0 ? void 0 : styles.item);
const renderedItems = childNodes.map((child, i) => {
const key = (child === null || child === void 0 ? void 0 : child.key) || `${itemClassName}-${i}`;
return React416.createElement(Item_default3, {
className: itemClassName,
key,
index: i,
split,
style: mergedItemStyle
}, child);
});
const memoizedSpaceContext = React416.useMemo(() => {
const calcLatestIndex = childNodes.reduce((latest, child, i) => child !== null && child !== void 0 ? i : latest, 0);
return {
latestIndex: calcLatestIndex
};
}, [childNodes]);
if (childNodes.length === 0) {
return null;
}
const gapStyle = {};
if (wrap) {
gapStyle.flexWrap = "wrap";
}
if (!isPresetHorizontalSize && isValidHorizontalSize) {
gapStyle.columnGap = horizontalSize;
}
if (!isPresetVerticalSize && isValidVerticalSize) {
gapStyle.rowGap = verticalSize;
}
return wrapCSSVar(React416.createElement("div", Object.assign({
ref,
className: cls13,
style: Object.assign(Object.assign(Object.assign({}, gapStyle), contextStyle), style2)
}, otherProps), React416.createElement(SpaceContextProvider, {
value: memoizedSpaceContext
}, renderedItems)));
});
var Space = InternalSpace;
Space.Compact = Compact_default;
Space.Addon = Addon_default;
if (true) {
Space.displayName = "Space";
}
var space_default = Space;
// node_modules/antd/es/dropdown/dropdown-button.js
var __rest63 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var DropdownButton = (props) => {
const {
getPopupContainer: getContextPopupContainer,
getPrefixCls,
direction
} = React417.useContext(ConfigContext);
const {
prefixCls: customizePrefixCls,
type: type5 = "default",
danger,
disabled,
loading,
onClick,
htmlType,
children,
className,
menu,
arrow,
autoFocus,
overlay,
trigger,
align,
open: open3,
onOpenChange,
placement,
getPopupContainer,
href,
icon = React417.createElement(EllipsisOutlined_default, null),
title,
buttonsRender = (buttons) => buttons,
mouseEnterDelay,
mouseLeaveDelay,
overlayClassName,
overlayStyle,
destroyOnHidden,
destroyPopupOnHide,
dropdownRender,
popupRender
} = props, restProps = __rest63(props, ["prefixCls", "type", "danger", "disabled", "loading", "onClick", "htmlType", "children", "className", "menu", "arrow", "autoFocus", "overlay", "trigger", "align", "open", "onOpenChange", "placement", "getPopupContainer", "href", "icon", "title", "buttonsRender", "mouseEnterDelay", "mouseLeaveDelay", "overlayClassName", "overlayStyle", "destroyOnHidden", "destroyPopupOnHide", "dropdownRender", "popupRender"]);
const prefixCls = getPrefixCls("dropdown", customizePrefixCls);
const buttonPrefixCls = `${prefixCls}-button`;
const mergedPopupRender = popupRender || dropdownRender;
const dropdownProps = {
menu,
arrow,
autoFocus,
align,
disabled,
trigger: disabled ? [] : trigger,
onOpenChange,
getPopupContainer: getPopupContainer || getContextPopupContainer,
mouseEnterDelay,
mouseLeaveDelay,
overlayClassName,
overlayStyle,
destroyOnHidden,
popupRender: mergedPopupRender
};
const {
compactSize,
compactItemClassnames
} = useCompactItemContext(prefixCls, direction);
const classes = (0, import_classnames171.default)(buttonPrefixCls, compactItemClassnames, className);
if ("destroyPopupOnHide" in props) {
dropdownProps.destroyPopupOnHide = destroyPopupOnHide;
}
if ("overlay" in props) {
dropdownProps.overlay = overlay;
}
if ("open" in props) {
dropdownProps.open = open3;
}
if ("placement" in props) {
dropdownProps.placement = placement;
} else {
dropdownProps.placement = direction === "rtl" ? "bottomLeft" : "bottomRight";
}
const leftButton = React417.createElement(button_default2, {
type: type5,
danger,
disabled,
loading,
onClick,
htmlType,
href,
title
}, children);
const rightButton = React417.createElement(button_default2, {
type: type5,
danger,
icon
});
const [leftButtonToRender, rightButtonToRender] = buttonsRender([leftButton, rightButton]);
return React417.createElement(space_default.Compact, Object.assign({
className: classes,
size: compactSize,
block: true
}, restProps), leftButtonToRender, React417.createElement(dropdown_default2, Object.assign({}, dropdownProps), rightButtonToRender));
};
DropdownButton.__ANT_BUTTON = true;
var dropdown_button_default = DropdownButton;
// node_modules/antd/es/dropdown/index.js
var Dropdown3 = dropdown_default2;
Dropdown3.Button = dropdown_button_default;
var dropdown_default3 = Dropdown3;
// node_modules/antd/es/flex/index.js
var import_react148 = __toESM(require_react());
var import_classnames173 = __toESM(require_classnames());
// node_modules/antd/es/flex/utils.js
var import_classnames172 = __toESM(require_classnames());
var flexWrapValues = ["wrap", "nowrap", "wrap-reverse"];
var justifyContentValues = ["flex-start", "flex-end", "start", "end", "center", "space-between", "space-around", "space-evenly", "stretch", "normal", "left", "right"];
var alignItemsValues = ["center", "start", "end", "flex-start", "flex-end", "self-start", "self-end", "baseline", "normal", "stretch"];
var genClsWrap = (prefixCls, props) => {
const wrap = props.wrap === true ? "wrap" : props.wrap;
return {
[`${prefixCls}-wrap-${wrap}`]: wrap && flexWrapValues.includes(wrap)
};
};
var genClsAlign = (prefixCls, props) => {
const alignCls = {};
alignItemsValues.forEach((cssKey) => {
alignCls[`${prefixCls}-align-${cssKey}`] = props.align === cssKey;
});
alignCls[`${prefixCls}-align-stretch`] = !props.align && !!props.vertical;
return alignCls;
};
var genClsJustify = (prefixCls, props) => {
const justifyCls = {};
justifyContentValues.forEach((cssKey) => {
justifyCls[`${prefixCls}-justify-${cssKey}`] = props.justify === cssKey;
});
return justifyCls;
};
function createFlexClassNames(prefixCls, props) {
return (0, import_classnames172.default)(Object.assign(Object.assign(Object.assign({}, genClsWrap(prefixCls, props)), genClsAlign(prefixCls, props)), genClsJustify(prefixCls, props)));
}
var utils_default = createFlexClassNames;
// node_modules/antd/es/flex/style/index.js
var genFlexStyle = (token2) => {
const {
componentCls
} = token2;
return {
[componentCls]: {
display: "flex",
margin: 0,
padding: 0,
"&-vertical": {
flexDirection: "column"
},
"&-rtl": {
direction: "rtl"
},
"&:empty": {
display: "none"
}
}
};
};
var genFlexGapStyle = (token2) => {
const {
componentCls
} = token2;
return {
[componentCls]: {
"&-gap-small": {
gap: token2.flexGapSM
},
"&-gap-middle": {
gap: token2.flexGap
},
"&-gap-large": {
gap: token2.flexGapLG
}
}
};
};
var genFlexWrapStyle = (token2) => {
const {
componentCls
} = token2;
const wrapStyle = {};
flexWrapValues.forEach((value) => {
wrapStyle[`${componentCls}-wrap-${value}`] = {
flexWrap: value
};
});
return wrapStyle;
};
var genAlignItemsStyle = (token2) => {
const {
componentCls
} = token2;
const alignStyle = {};
alignItemsValues.forEach((value) => {
alignStyle[`${componentCls}-align-${value}`] = {
alignItems: value
};
});
return alignStyle;
};
var genJustifyContentStyle = (token2) => {
const {
componentCls
} = token2;
const justifyStyle = {};
justifyContentValues.forEach((value) => {
justifyStyle[`${componentCls}-justify-${value}`] = {
justifyContent: value
};
});
return justifyStyle;
};
var prepareComponentToken34 = () => ({});
var style_default40 = genStyleHooks("Flex", (token2) => {
const {
paddingXS,
padding,
paddingLG
} = token2;
const flexToken = merge2(token2, {
flexGapSM: paddingXS,
flexGap: padding,
flexGapLG: paddingLG
});
return [genFlexStyle(flexToken), genFlexGapStyle(flexToken), genFlexWrapStyle(flexToken), genAlignItemsStyle(flexToken), genJustifyContentStyle(flexToken)];
}, prepareComponentToken34, {
// Flex component don't apply extra font style
// https://github.com/ant-design/ant-design/issues/46403
resetStyle: false
});
// node_modules/antd/es/flex/index.js
var __rest64 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var Flex = import_react148.default.forwardRef((props, ref) => {
const {
prefixCls: customizePrefixCls,
rootClassName,
className,
style: style2,
flex,
gap,
vertical = false,
component: Component10 = "div",
children
} = props, othersProps = __rest64(props, ["prefixCls", "rootClassName", "className", "style", "flex", "gap", "vertical", "component", "children"]);
const {
flex: ctxFlex,
direction: ctxDirection,
getPrefixCls
} = import_react148.default.useContext(ConfigContext);
const prefixCls = getPrefixCls("flex", customizePrefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default40(prefixCls);
const mergedVertical = vertical !== null && vertical !== void 0 ? vertical : ctxFlex === null || ctxFlex === void 0 ? void 0 : ctxFlex.vertical;
const mergedCls = (0, import_classnames173.default)(className, rootClassName, ctxFlex === null || ctxFlex === void 0 ? void 0 : ctxFlex.className, prefixCls, hashId, cssVarCls, utils_default(prefixCls, props), {
[`${prefixCls}-rtl`]: ctxDirection === "rtl",
[`${prefixCls}-gap-${gap}`]: isPresetSize(gap),
[`${prefixCls}-vertical`]: mergedVertical
});
const mergedStyle = Object.assign(Object.assign({}, ctxFlex === null || ctxFlex === void 0 ? void 0 : ctxFlex.style), style2);
if (flex) {
mergedStyle.flex = flex;
}
if (gap && !isPresetSize(gap)) {
mergedStyle.gap = gap;
}
return wrapCSSVar(import_react148.default.createElement(Component10, Object.assign({
ref,
className: mergedCls,
style: mergedStyle
}, omit(othersProps, ["justify", "wrap", "align"])), children));
});
if (true) {
Flex.displayName = "Flex";
}
var flex_default = Flex;
// node_modules/antd/es/float-button/BackTop.js
var import_react153 = __toESM(require_react());
var import_classnames176 = __toESM(require_classnames());
// node_modules/antd/es/float-button/context.js
var import_react149 = __toESM(require_react());
var FloatButtonGroupContext = import_react149.default.createContext(void 0);
var {
Provider: FloatButtonGroupProvider
} = FloatButtonGroupContext;
var context_default11 = FloatButtonGroupContext;
// node_modules/antd/es/float-button/FloatButton.js
var import_react152 = __toESM(require_react());
var import_classnames175 = __toESM(require_classnames());
// node_modules/antd/es/_util/convertToTooltipProps.js
var import_react150 = __toESM(require_react());
function convertToTooltipProps(tooltip) {
if (tooltip === void 0 || tooltip === null) {
return null;
}
if (typeof tooltip === "object" && !(0, import_react150.isValidElement)(tooltip)) {
return tooltip;
}
return {
title: tooltip
};
}
var convertToTooltipProps_default = convertToTooltipProps;
// node_modules/antd/es/float-button/FloatButtonContent.js
var import_react151 = __toESM(require_react());
var import_classnames174 = __toESM(require_classnames());
var __rest65 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var FloatButtonContent = (props) => {
const {
icon,
description,
prefixCls,
className
} = props, rest = __rest65(props, ["icon", "description", "prefixCls", "className"]);
const defaultElement = import_react151.default.createElement("div", {
className: `${prefixCls}-icon`
}, import_react151.default.createElement(FileTextOutlined_default, null));
return import_react151.default.createElement("div", Object.assign({}, rest, {
className: (0, import_classnames174.default)(className, `${prefixCls}-content`)
}), icon || description ? import_react151.default.createElement(import_react151.default.Fragment, null, icon && import_react151.default.createElement("div", {
className: `${prefixCls}-icon`
}, icon), description && import_react151.default.createElement("div", {
className: `${prefixCls}-description`
}, description)) : defaultElement);
};
var FloatButtonContent_default = (0, import_react151.memo)(FloatButtonContent);
// node_modules/antd/es/float-button/util.js
var getOffset4 = (radius2) => {
if (radius2 === 0) {
return 0;
}
return radius2 - Math.sqrt(Math.pow(radius2, 2) / 2);
};
var util_default = getOffset4;
// node_modules/antd/es/float-button/style/keyframes.js
var floatButtonGroupMotion = (token2) => {
const {
componentCls,
floatButtonSize,
motionDurationSlow,
motionEaseInOutCirc,
calc
} = token2;
const moveTopIn = new Keyframes_default("antFloatButtonMoveTopIn", {
"0%": {
transform: `translate3d(0, ${unit2(floatButtonSize)}, 0)`,
transformOrigin: "0 0",
opacity: 0
},
"100%": {
transform: "translate3d(0, 0, 0)",
transformOrigin: "0 0",
opacity: 1
}
});
const moveTopOut = new Keyframes_default("antFloatButtonMoveTopOut", {
"0%": {
transform: "translate3d(0, 0, 0)",
transformOrigin: "0 0",
opacity: 1
},
"100%": {
transform: `translate3d(0, ${unit2(floatButtonSize)}, 0)`,
transformOrigin: "0 0",
opacity: 0
}
});
const moveRightIn2 = new Keyframes_default("antFloatButtonMoveRightIn", {
"0%": {
transform: `translate3d(${unit2(calc(floatButtonSize).mul(-1).equal())}, 0, 0)`,
transformOrigin: "0 0",
opacity: 0
},
"100%": {
transform: "translate3d(0, 0, 0)",
transformOrigin: "0 0",
opacity: 1
}
});
const moveRightOut2 = new Keyframes_default("antFloatButtonMoveRightOut", {
"0%": {
transform: "translate3d(0, 0, 0)",
transformOrigin: "0 0",
opacity: 1
},
"100%": {
transform: `translate3d(${unit2(calc(floatButtonSize).mul(-1).equal())}, 0, 0)`,
transformOrigin: "0 0",
opacity: 0
}
});
const moveBottomIn = new Keyframes_default("antFloatButtonMoveBottomIn", {
"0%": {
transform: `translate3d(0, ${unit2(calc(floatButtonSize).mul(-1).equal())}, 0)`,
transformOrigin: "0 0",
opacity: 0
},
"100%": {
transform: "translate3d(0, 0, 0)",
transformOrigin: "0 0",
opacity: 1
}
});
const moveBottomOut = new Keyframes_default("antFloatButtonMoveBottomOut", {
"0%": {
transform: "translate3d(0, 0, 0)",
transformOrigin: "0 0",
opacity: 1
},
"100%": {
transform: `translate3d(0, ${unit2(calc(floatButtonSize).mul(-1).equal())}, 0)`,
transformOrigin: "0 0",
opacity: 0
}
});
const moveLeftIn2 = new Keyframes_default("antFloatButtonMoveLeftIn", {
"0%": {
transform: `translate3d(${unit2(floatButtonSize)}, 0, 0)`,
transformOrigin: "0 0",
opacity: 0
},
"100%": {
transform: "translate3d(0, 0, 0)",
transformOrigin: "0 0",
opacity: 1
}
});
const moveLeftOut2 = new Keyframes_default("antFloatButtonMoveLeftOut", {
"0%": {
transform: "translate3d(0, 0, 0)",
transformOrigin: "0 0",
opacity: 1
},
"100%": {
transform: `translate3d(${unit2(floatButtonSize)}, 0, 0)`,
transformOrigin: "0 0",
opacity: 0
}
});
const groupPrefixCls = `${componentCls}-group`;
return [{
[groupPrefixCls]: {
[`&${groupPrefixCls}-top ${groupPrefixCls}-wrap`]: initMotion(`${groupPrefixCls}-wrap`, moveTopIn, moveTopOut, motionDurationSlow, true),
[`&${groupPrefixCls}-bottom ${groupPrefixCls}-wrap`]: initMotion(`${groupPrefixCls}-wrap`, moveBottomIn, moveBottomOut, motionDurationSlow, true),
[`&${groupPrefixCls}-left ${groupPrefixCls}-wrap`]: initMotion(`${groupPrefixCls}-wrap`, moveLeftIn2, moveLeftOut2, motionDurationSlow, true),
[`&${groupPrefixCls}-right ${groupPrefixCls}-wrap`]: initMotion(`${groupPrefixCls}-wrap`, moveRightIn2, moveRightOut2, motionDurationSlow, true)
}
}, {
[`${groupPrefixCls}-wrap`]: {
[`&${groupPrefixCls}-wrap-enter, &${groupPrefixCls}-wrap-appear`]: {
opacity: 0,
animationTimingFunction: motionEaseInOutCirc
},
[`&${groupPrefixCls}-wrap-leave`]: {
opacity: 1,
animationTimingFunction: motionEaseInOutCirc
}
}
}];
};
var keyframes_default = floatButtonGroupMotion;
// node_modules/antd/es/float-button/style/index.js
var floatButtonGroupStyle = (token2) => {
const {
antCls,
componentCls,
floatButtonSize,
margin,
borderRadiusLG,
borderRadiusSM,
badgeOffset,
floatButtonBodyPadding,
zIndexPopupBase,
calc
} = token2;
const groupPrefixCls = `${componentCls}-group`;
return {
[groupPrefixCls]: Object.assign(Object.assign({}, resetComponent(token2)), {
zIndex: zIndexPopupBase,
display: "flex",
flexDirection: "column",
alignItems: "center",
justifyContent: "center",
border: "none",
position: "fixed",
height: "auto",
boxShadow: "none",
minWidth: floatButtonSize,
minHeight: floatButtonSize,
insetInlineEnd: token2.floatButtonInsetInlineEnd,
bottom: token2.floatButtonInsetBlockEnd,
borderRadius: borderRadiusLG,
[`${groupPrefixCls}-wrap`]: {
zIndex: -1,
display: "flex",
justifyContent: "center",
alignItems: "center",
position: "absolute"
},
[`&${groupPrefixCls}-rtl`]: {
direction: "rtl"
},
[componentCls]: {
position: "static"
}
}),
[`${groupPrefixCls}-top > ${groupPrefixCls}-wrap`]: {
flexDirection: "column",
top: "auto",
bottom: calc(floatButtonSize).add(margin).equal(),
"&::after": {
content: '""',
position: "absolute",
width: "100%",
height: margin,
bottom: calc(margin).mul(-1).equal()
}
},
[`${groupPrefixCls}-bottom > ${groupPrefixCls}-wrap`]: {
flexDirection: "column",
top: calc(floatButtonSize).add(margin).equal(),
bottom: "auto",
"&::after": {
content: '""',
position: "absolute",
width: "100%",
height: margin,
top: calc(margin).mul(-1).equal()
}
},
[`${groupPrefixCls}-right > ${groupPrefixCls}-wrap`]: {
flexDirection: "row",
left: {
_skip_check_: true,
value: calc(floatButtonSize).add(margin).equal()
},
right: {
_skip_check_: true,
value: "auto"
},
"&::after": {
content: '""',
position: "absolute",
width: margin,
height: "100%",
left: {
_skip_check_: true,
value: calc(margin).mul(-1).equal()
}
}
},
[`${groupPrefixCls}-left > ${groupPrefixCls}-wrap`]: {
flexDirection: "row",
left: {
_skip_check_: true,
value: "auto"
},
right: {
_skip_check_: true,
value: calc(floatButtonSize).add(margin).equal()
},
"&::after": {
content: '""',
position: "absolute",
width: margin,
height: "100%",
right: {
_skip_check_: true,
value: calc(margin).mul(-1).equal()
}
}
},
[`${groupPrefixCls}-circle`]: {
gap: margin,
[`${groupPrefixCls}-wrap`]: {
gap: margin
}
},
[`${groupPrefixCls}-square`]: {
[`${componentCls}-square`]: {
padding: 0,
borderRadius: 0,
[`&${groupPrefixCls}-trigger`]: {
borderRadius: borderRadiusLG
},
"&:first-child": {
borderStartStartRadius: borderRadiusLG,
borderStartEndRadius: borderRadiusLG
},
"&:last-child": {
borderEndStartRadius: borderRadiusLG,
borderEndEndRadius: borderRadiusLG
},
"&:not(:last-child)": {
borderBottom: `${unit2(token2.lineWidth)} ${token2.lineType} ${token2.colorSplit}`
},
[`${antCls}-badge`]: {
[`${antCls}-badge-count`]: {
top: calc(calc(floatButtonBodyPadding).add(badgeOffset)).mul(-1).equal(),
insetInlineEnd: calc(calc(floatButtonBodyPadding).add(badgeOffset)).mul(-1).equal()
}
}
},
[`${groupPrefixCls}-wrap`]: {
borderRadius: borderRadiusLG,
boxShadow: token2.boxShadowSecondary,
[`${componentCls}-square`]: {
boxShadow: "none",
borderRadius: 0,
padding: floatButtonBodyPadding,
[`${componentCls}-body`]: {
width: token2.floatButtonBodySize,
height: token2.floatButtonBodySize,
borderRadius: borderRadiusSM
}
}
}
},
[`${groupPrefixCls}-top > ${groupPrefixCls}-wrap, ${groupPrefixCls}-bottom > ${groupPrefixCls}-wrap`]: {
[`> ${componentCls}-square`]: {
"&:first-child": {
borderStartStartRadius: borderRadiusLG,
borderStartEndRadius: borderRadiusLG
},
"&:last-child": {
borderEndStartRadius: borderRadiusLG,
borderEndEndRadius: borderRadiusLG
},
"&:not(:last-child)": {
borderBottom: `${unit2(token2.lineWidth)} ${token2.lineType} ${token2.colorSplit}`
}
}
},
[`${groupPrefixCls}-left > ${groupPrefixCls}-wrap, ${groupPrefixCls}-right > ${groupPrefixCls}-wrap`]: {
[`> ${componentCls}-square`]: {
"&:first-child": {
borderStartStartRadius: borderRadiusLG,
borderEndStartRadius: borderRadiusLG
},
"&:last-child": {
borderStartEndRadius: borderRadiusLG,
borderEndEndRadius: borderRadiusLG
},
"&:not(:last-child)": {
borderBottom: "none",
borderInlineEnd: `${unit2(token2.lineWidth)} ${token2.lineType} ${token2.colorSplit}`
}
}
},
[`${groupPrefixCls}-circle-shadow`]: {
boxShadow: "none"
},
[`${groupPrefixCls}-square-shadow`]: {
boxShadow: token2.boxShadowSecondary,
[`${componentCls}-square`]: {
boxShadow: "none",
padding: floatButtonBodyPadding,
[`${componentCls}-body`]: {
width: token2.floatButtonBodySize,
height: token2.floatButtonBodySize,
borderRadius: borderRadiusSM
}
}
}
};
};
var sharedFloatButtonStyle = (token2) => {
const {
antCls,
componentCls,
floatButtonBodyPadding,
floatButtonIconSize,
floatButtonSize,
borderRadiusLG,
badgeOffset,
dotOffsetInSquare,
dotOffsetInCircle,
zIndexPopupBase,
calc
} = token2;
return {
[componentCls]: Object.assign(Object.assign({}, resetComponent(token2)), {
border: "none",
position: "fixed",
cursor: "pointer",
zIndex: zIndexPopupBase,
// Do not remove the 'display: block' here.
// Deleting it will cause marginBottom to become ineffective.
// Ref: https://github.com/ant-design/ant-design/issues/44700
display: "block",
width: floatButtonSize,
height: floatButtonSize,
insetInlineEnd: token2.floatButtonInsetInlineEnd,
bottom: token2.floatButtonInsetBlockEnd,
boxShadow: token2.boxShadowSecondary,
// Pure Panel
"&-pure": {
position: "relative",
inset: "auto"
},
"&:empty": {
display: "none"
},
[`${antCls}-badge`]: {
width: "100%",
height: "100%",
[`${antCls}-badge-count`]: {
transform: "translate(0, 0)",
transformOrigin: "center",
top: calc(badgeOffset).mul(-1).equal(),
insetInlineEnd: calc(badgeOffset).mul(-1).equal()
}
},
[`${componentCls}-body`]: {
width: "100%",
height: "100%",
display: "flex",
justifyContent: "center",
alignItems: "center",
transition: `all ${token2.motionDurationMid}`,
[`${componentCls}-content`]: {
overflow: "hidden",
textAlign: "center",
minHeight: floatButtonSize,
display: "flex",
flexDirection: "column",
justifyContent: "center",
alignItems: "center",
padding: `${unit2(calc(floatButtonBodyPadding).div(2).equal())} ${unit2(floatButtonBodyPadding)}`,
[`${componentCls}-icon`]: {
textAlign: "center",
margin: "auto",
width: floatButtonIconSize,
fontSize: floatButtonIconSize,
lineHeight: 1
}
}
}
}),
[`${componentCls}-rtl`]: {
direction: "rtl"
},
[`${componentCls}-circle`]: {
height: floatButtonSize,
borderRadius: "50%",
[`${antCls}-badge`]: {
[`${antCls}-badge-dot`]: {
top: dotOffsetInCircle,
insetInlineEnd: dotOffsetInCircle
}
},
[`${componentCls}-body`]: {
borderRadius: "50%"
}
},
[`${componentCls}-square`]: {
height: "auto",
minHeight: floatButtonSize,
borderRadius: borderRadiusLG,
[`${antCls}-badge`]: {
[`${antCls}-badge-dot`]: {
top: dotOffsetInSquare,
insetInlineEnd: dotOffsetInSquare
}
},
[`${componentCls}-body`]: {
height: "auto",
borderRadius: borderRadiusLG
}
},
[`${componentCls}-default`]: {
backgroundColor: token2.floatButtonBackgroundColor,
transition: `background-color ${token2.motionDurationMid}`,
[`${componentCls}-body`]: {
backgroundColor: token2.floatButtonBackgroundColor,
transition: `background-color ${token2.motionDurationMid}`,
"&:hover": {
backgroundColor: token2.colorFillContent
},
[`${componentCls}-content`]: {
[`${componentCls}-icon`]: {
color: token2.colorText
},
[`${componentCls}-description`]: {
display: "flex",
alignItems: "center",
lineHeight: unit2(token2.fontSizeLG),
color: token2.colorText,
fontSize: token2.fontSizeSM
}
}
}
},
[`${componentCls}-primary`]: {
backgroundColor: token2.colorPrimary,
[`${componentCls}-body`]: {
backgroundColor: token2.colorPrimary,
transition: `background-color ${token2.motionDurationMid}`,
"&:hover": {
backgroundColor: token2.colorPrimaryHover
},
[`${componentCls}-content`]: {
[`${componentCls}-icon`]: {
color: token2.colorTextLightSolid
},
[`${componentCls}-description`]: {
display: "flex",
alignItems: "center",
lineHeight: unit2(token2.fontSizeLG),
color: token2.colorTextLightSolid,
fontSize: token2.fontSizeSM
}
}
}
}
};
};
var prepareComponentToken35 = (token2) => ({
dotOffsetInCircle: util_default(token2.controlHeightLG / 2),
dotOffsetInSquare: util_default(token2.borderRadiusLG)
});
var style_default41 = genStyleHooks("FloatButton", (token2) => {
const {
colorTextLightSolid,
colorBgElevated,
controlHeightLG,
marginXXL,
marginLG,
fontSize,
fontSizeIcon,
controlItemBgHover,
paddingXXS,
calc
} = token2;
const floatButtonToken = merge2(token2, {
floatButtonBackgroundColor: colorBgElevated,
floatButtonColor: colorTextLightSolid,
floatButtonHoverBackgroundColor: controlItemBgHover,
floatButtonFontSize: fontSize,
floatButtonIconSize: calc(fontSizeIcon).mul(1.5).equal(),
floatButtonSize: controlHeightLG,
floatButtonInsetBlockEnd: marginXXL,
floatButtonInsetInlineEnd: marginLG,
floatButtonBodySize: calc(controlHeightLG).sub(calc(paddingXXS).mul(2)).equal(),
// 这里的 paddingXXS 是简写,完整逻辑是 (controlHeightLG - (controlHeightLG - paddingXXS * 2)) / 2,
floatButtonBodyPadding: paddingXXS,
badgeOffset: calc(paddingXXS).mul(1.5).equal()
});
return [floatButtonGroupStyle(floatButtonToken), sharedFloatButtonStyle(floatButtonToken), initFadeMotion(token2), keyframes_default(floatButtonToken)];
}, prepareComponentToken35);
// node_modules/antd/es/float-button/FloatButton.js
var __rest66 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var floatButtonPrefixCls = "float-btn";
var InternalFloatButton = import_react152.default.forwardRef((props, ref) => {
const {
prefixCls: customizePrefixCls,
className,
rootClassName,
style: style2,
type: type5 = "default",
shape = "circle",
icon,
description,
tooltip,
htmlType = "button",
badge = {}
} = props, restProps = __rest66(props, ["prefixCls", "className", "rootClassName", "style", "type", "shape", "icon", "description", "tooltip", "htmlType", "badge"]);
const {
getPrefixCls,
direction
} = (0, import_react152.useContext)(ConfigContext);
const groupShape = (0, import_react152.useContext)(context_default11);
const prefixCls = getPrefixCls(floatButtonPrefixCls, customizePrefixCls);
const rootCls = useCSSVarCls_default(prefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default41(prefixCls, rootCls);
const mergedShape = groupShape || shape;
const classString = (0, import_classnames175.default)(hashId, cssVarCls, rootCls, prefixCls, className, rootClassName, `${prefixCls}-${type5}`, `${prefixCls}-${mergedShape}`, {
[`${prefixCls}-rtl`]: direction === "rtl"
});
const [zIndex] = useZIndex("FloatButton", style2 === null || style2 === void 0 ? void 0 : style2.zIndex);
const mergedStyle = Object.assign(Object.assign({}, style2), {
zIndex
});
const badgeProps = omit(badge, ["title", "children", "status", "text"]);
let buttonNode = import_react152.default.createElement("div", {
className: `${prefixCls}-body`
}, import_react152.default.createElement(FloatButtonContent_default, {
prefixCls,
description,
icon
}));
if ("badge" in props) {
buttonNode = import_react152.default.createElement(badge_default, Object.assign({}, badgeProps), buttonNode);
}
const tooltipProps = convertToTooltipProps_default(tooltip);
if (tooltipProps) {
buttonNode = import_react152.default.createElement(tooltip_default, Object.assign({}, tooltipProps), buttonNode);
}
if (true) {
const warning5 = devUseWarning("FloatButton");
true ? warning5(!(mergedShape === "circle" && description), "usage", "supported only when `shape` is `square`. Due to narrow space for text, short sentence is recommended.") : void 0;
}
return wrapCSSVar(props.href ? import_react152.default.createElement("a", Object.assign({
ref
}, restProps, {
className: classString,
style: mergedStyle
}), buttonNode) : import_react152.default.createElement("button", Object.assign({
ref
}, restProps, {
className: classString,
style: mergedStyle,
type: htmlType
}), buttonNode));
});
var FloatButton = InternalFloatButton;
if (true) {
FloatButton.displayName = "FloatButton";
}
var FloatButton_default = FloatButton;
// node_modules/antd/es/float-button/BackTop.js
var __rest67 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var defaultIcon = import_react153.default.createElement(VerticalAlignTopOutlined_default, null);
var BackTop2 = import_react153.default.forwardRef((props, ref) => {
var _a;
const {
backTopIcon: contextIcon
} = useComponentConfig("floatButton");
const {
prefixCls: customizePrefixCls,
className,
type: type5 = "default",
shape = "circle",
visibilityHeight = 400,
icon,
target,
onClick,
duration = 450
} = props, restProps = __rest67(props, ["prefixCls", "className", "type", "shape", "visibilityHeight", "icon", "target", "onClick", "duration"]);
const mergedIcon = (_a = icon !== null && icon !== void 0 ? icon : contextIcon) !== null && _a !== void 0 ? _a : defaultIcon;
const [visible, setVisible] = (0, import_react153.useState)(visibilityHeight === 0);
const internalRef = import_react153.default.useRef(null);
import_react153.default.useImperativeHandle(ref, () => ({
nativeElement: internalRef.current
}));
const getDefaultTarget2 = () => {
var _a2;
return ((_a2 = internalRef.current) === null || _a2 === void 0 ? void 0 : _a2.ownerDocument) || window;
};
const handleScroll = throttleByAnimationFrame_default((e3) => {
const scrollTop = getScroll_default(e3.target);
setVisible(scrollTop >= visibilityHeight);
});
(0, import_react153.useEffect)(() => {
const getTarget = target || getDefaultTarget2;
const container = getTarget();
handleScroll({
target: container
});
container === null || container === void 0 ? void 0 : container.addEventListener("scroll", handleScroll);
return () => {
handleScroll.cancel();
container === null || container === void 0 ? void 0 : container.removeEventListener("scroll", handleScroll);
};
}, [target]);
const scrollToTop = (e3) => {
scrollTo(0, {
getContainer: target || getDefaultTarget2,
duration
});
onClick === null || onClick === void 0 ? void 0 : onClick(e3);
};
const {
getPrefixCls
} = (0, import_react153.useContext)(ConfigContext);
const prefixCls = getPrefixCls(floatButtonPrefixCls, customizePrefixCls);
const rootPrefixCls = getPrefixCls();
const groupShape = (0, import_react153.useContext)(context_default11);
const mergedShape = groupShape || shape;
const contentProps = Object.assign({
prefixCls,
icon: mergedIcon,
type: type5,
shape: mergedShape
}, restProps);
return import_react153.default.createElement(es_default2, {
visible,
motionName: `${rootPrefixCls}-fade`
}, ({
className: motionClassName
}, setRef) => import_react153.default.createElement(FloatButton_default, Object.assign({
ref: composeRef(internalRef, setRef)
}, contentProps, {
onClick: scrollToTop,
className: (0, import_classnames176.default)(className, motionClassName)
})));
});
if (true) {
BackTop2.displayName = "BackTop";
}
var BackTop_default = BackTop2;
// node_modules/antd/es/float-button/FloatButtonGroup.js
var import_react154 = __toESM(require_react());
var import_classnames177 = __toESM(require_classnames());
var __rest68 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var FloatButtonGroup = (props) => {
var _a;
const {
prefixCls: customizePrefixCls,
className,
style: style2,
shape = "circle",
type: type5 = "default",
placement = "top",
icon = import_react154.default.createElement(FileTextOutlined_default, null),
closeIcon,
description,
trigger,
children,
onOpenChange,
open: customOpen,
onClick: onTriggerButtonClick
} = props, floatButtonProps = __rest68(props, ["prefixCls", "className", "style", "shape", "type", "placement", "icon", "closeIcon", "description", "trigger", "children", "onOpenChange", "open", "onClick"]);
const {
direction,
getPrefixCls,
closeIcon: contextCloseIcon
} = useComponentConfig("floatButtonGroup");
const mergedCloseIcon = (_a = closeIcon !== null && closeIcon !== void 0 ? closeIcon : contextCloseIcon) !== null && _a !== void 0 ? _a : import_react154.default.createElement(CloseOutlined_default, null);
const prefixCls = getPrefixCls(floatButtonPrefixCls, customizePrefixCls);
const rootCls = useCSSVarCls_default(prefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default41(prefixCls, rootCls);
const groupPrefixCls = `${prefixCls}-group`;
const isMenuMode = trigger && ["click", "hover"].includes(trigger);
const isValidPlacement = placement && ["top", "left", "right", "bottom"].includes(placement);
const groupCls = (0, import_classnames177.default)(groupPrefixCls, hashId, cssVarCls, rootCls, className, {
[`${groupPrefixCls}-rtl`]: direction === "rtl",
[`${groupPrefixCls}-${shape}`]: shape,
[`${groupPrefixCls}-${shape}-shadow`]: !isMenuMode,
[`${groupPrefixCls}-${placement}`]: isMenuMode && isValidPlacement
// 只有菜单模式才支持弹出方向
});
const [zIndex] = useZIndex("FloatButton", style2 === null || style2 === void 0 ? void 0 : style2.zIndex);
const mergedStyle = Object.assign(Object.assign({}, style2), {
zIndex
});
const wrapperCls = (0, import_classnames177.default)(hashId, `${groupPrefixCls}-wrap`);
const [open3, setOpen] = useMergedState(false, {
value: customOpen
});
const floatButtonGroupRef = import_react154.default.useRef(null);
const hoverTrigger = trigger === "hover";
const clickTrigger = trigger === "click";
const triggerOpen = useEvent((nextOpen) => {
if (open3 !== nextOpen) {
setOpen(nextOpen);
onOpenChange === null || onOpenChange === void 0 ? void 0 : onOpenChange(nextOpen);
}
});
const onMouseEnter = () => {
if (hoverTrigger) {
triggerOpen(true);
}
};
const onMouseLeave = () => {
if (hoverTrigger) {
triggerOpen(false);
}
};
const onInternalTriggerButtonClick = (e3) => {
if (clickTrigger) {
triggerOpen(!open3);
}
onTriggerButtonClick === null || onTriggerButtonClick === void 0 ? void 0 : onTriggerButtonClick(e3);
};
import_react154.default.useEffect(() => {
if (clickTrigger) {
const onDocClick = (e3) => {
var _a2;
if ((_a2 = floatButtonGroupRef.current) === null || _a2 === void 0 ? void 0 : _a2.contains(e3.target)) {
return;
}
triggerOpen(false);
};
document.addEventListener("click", onDocClick, {
capture: true
});
return () => document.removeEventListener("click", onDocClick, {
capture: true
});
}
}, [clickTrigger]);
if (true) {
const warning5 = devUseWarning("FloatButton.Group");
true ? warning5(!("open" in props) || !!trigger, "usage", "`open` need to be used together with `trigger`") : void 0;
}
return wrapCSSVar(import_react154.default.createElement(FloatButtonGroupProvider, {
value: shape
}, import_react154.default.createElement("div", {
ref: floatButtonGroupRef,
className: groupCls,
style: mergedStyle,
// Hover trigger
onMouseEnter,
onMouseLeave
}, isMenuMode ? import_react154.default.createElement(import_react154.default.Fragment, null, import_react154.default.createElement(es_default2, {
visible: open3,
motionName: `${groupPrefixCls}-wrap`
}, ({
className: motionClassName
}) => import_react154.default.createElement("div", {
className: (0, import_classnames177.default)(motionClassName, wrapperCls)
}, children)), import_react154.default.createElement(FloatButton_default, Object.assign({
type: type5,
icon: open3 ? mergedCloseIcon : icon,
description,
"aria-label": props["aria-label"],
className: `${groupPrefixCls}-trigger`,
onClick: onInternalTriggerButtonClick
}, floatButtonProps))) : children)));
};
var FloatButtonGroup_default = FloatButtonGroup;
// node_modules/antd/es/float-button/PurePanel.js
var React424 = __toESM(require_react());
var import_classnames178 = __toESM(require_classnames());
var __rest69 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var PureFloatButton = (_a) => {
var {
backTop
} = _a, props = __rest69(_a, ["backTop"]);
return backTop ? React424.createElement(BackTop_default, Object.assign({}, props, {
visibilityHeight: 0
})) : React424.createElement(FloatButton_default, Object.assign({}, props));
};
var PurePanel12 = (_a) => {
var {
className,
items
} = _a, props = __rest69(_a, ["className", "items"]);
const {
prefixCls: customizePrefixCls
} = props;
const {
getPrefixCls
} = React424.useContext(ConfigContext);
const prefixCls = getPrefixCls(floatButtonPrefixCls, customizePrefixCls);
const pureCls = `${prefixCls}-pure`;
if (items) {
return React424.createElement(FloatButtonGroup_default, Object.assign({
className: (0, import_classnames178.default)(className, pureCls)
}, props), items.map((item, index3) => React424.createElement(PureFloatButton, Object.assign({
key: index3
}, item))));
}
return React424.createElement(PureFloatButton, Object.assign({
className: (0, import_classnames178.default)(className, pureCls)
}, props));
};
var PurePanel_default6 = PurePanel12;
// node_modules/antd/es/float-button/index.js
FloatButton_default.BackTop = BackTop_default;
FloatButton_default.Group = FloatButtonGroup_default;
FloatButton_default._InternalPanelDoNotUseOrYouWillBeFired = PurePanel_default6;
var float_button_default = FloatButton_default;
// node_modules/antd/es/form/ErrorList.js
var React426 = __toESM(require_react());
var import_classnames179 = __toESM(require_classnames());
// node_modules/antd/es/form/hooks/useDebounce.js
var React425 = __toESM(require_react());
function useDebounce(value) {
const [cacheValue, setCacheValue] = React425.useState(value);
React425.useEffect(() => {
const timeout = setTimeout(() => {
setCacheValue(value);
}, value.length ? 0 : 10);
return () => {
clearTimeout(timeout);
};
}, [value]);
return cacheValue;
}
// node_modules/antd/es/form/style/explain.js
var genFormValidateMotionStyle = (token2) => {
const {
componentCls
} = token2;
const helpCls = `${componentCls}-show-help`;
const helpItemCls = `${componentCls}-show-help-item`;
return {
[helpCls]: {
// Explain holder
transition: `opacity ${token2.motionDurationFast} ${token2.motionEaseInOut}`,
"&-appear, &-enter": {
opacity: 0,
"&-active": {
opacity: 1
}
},
"&-leave": {
opacity: 1,
"&-active": {
opacity: 0
}
},
// Explain
[helpItemCls]: {
overflow: "hidden",
transition: `height ${token2.motionDurationFast} ${token2.motionEaseInOut},
opacity ${token2.motionDurationFast} ${token2.motionEaseInOut},
transform ${token2.motionDurationFast} ${token2.motionEaseInOut} !important`,
[`&${helpItemCls}-appear, &${helpItemCls}-enter`]: {
transform: `translateY(-5px)`,
opacity: 0,
"&-active": {
transform: "translateY(0)",
opacity: 1
}
},
[`&${helpItemCls}-leave-active`]: {
transform: `translateY(-5px)`
}
}
}
};
};
var explain_default = genFormValidateMotionStyle;
// node_modules/antd/es/form/style/index.js
var resetForm = (token2) => ({
legend: {
display: "block",
width: "100%",
marginBottom: token2.marginLG,
padding: 0,
color: token2.colorTextDescription,
fontSize: token2.fontSizeLG,
lineHeight: "inherit",
border: 0,
borderBottom: `${unit2(token2.lineWidth)} ${token2.lineType} ${token2.colorBorder}`
},
'input[type="search"]': {
boxSizing: "border-box"
},
// Position radios and checkboxes better
'input[type="radio"], input[type="checkbox"]': {
lineHeight: "normal"
},
'input[type="file"]': {
display: "block"
},
// Make range inputs behave like textual form controls
'input[type="range"]': {
display: "block",
width: "100%"
},
// Make multiple select elements height not fixed
"select[multiple], select[size]": {
height: "auto"
},
// Focus for file, radio, and checkbox
[`input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus`]: {
outline: 0,
boxShadow: `0 0 0 ${unit2(token2.controlOutlineWidth)} ${token2.controlOutline}`
},
// Adjust output element
output: {
display: "block",
paddingTop: 15,
color: token2.colorText,
fontSize: token2.fontSize,
lineHeight: token2.lineHeight
}
});
var genFormSize = (token2, height) => {
const {
formItemCls
} = token2;
return {
[formItemCls]: {
[`${formItemCls}-label > label`]: {
height
},
[`${formItemCls}-control-input`]: {
minHeight: height
}
}
};
};
var genFormStyle = (token2) => {
const {
componentCls
} = token2;
return {
[token2.componentCls]: Object.assign(Object.assign(Object.assign({}, resetComponent(token2)), resetForm(token2)), {
[`${componentCls}-text`]: {
display: "inline-block",
paddingInlineEnd: token2.paddingSM
},
// ================================================================
// = Size =
// ================================================================
"&-small": Object.assign({}, genFormSize(token2, token2.controlHeightSM)),
"&-large": Object.assign({}, genFormSize(token2, token2.controlHeightLG))
})
};
};
var genFormItemStyle = (token2) => {
const {
formItemCls,
iconCls,
rootPrefixCls,
antCls,
labelRequiredMarkColor,
labelColor,
labelFontSize,
labelHeight,
labelColonMarginInlineStart,
labelColonMarginInlineEnd,
itemMarginBottom
} = token2;
return {
[formItemCls]: Object.assign(Object.assign({}, resetComponent(token2)), {
marginBottom: itemMarginBottom,
verticalAlign: "top",
"&-with-help": {
transition: "none"
},
[`&-hidden,
&-hidden${antCls}-row`]: {
// https://github.com/ant-design/ant-design/issues/26141
display: "none"
},
"&-has-warning": {
[`${formItemCls}-split`]: {
color: token2.colorError
}
},
"&-has-error": {
[`${formItemCls}-split`]: {
color: token2.colorWarning
}
},
// ==============================================================
// = Label =
// ==============================================================
[`${formItemCls}-label`]: {
flexGrow: 0,
overflow: "hidden",
whiteSpace: "nowrap",
textAlign: "end",
verticalAlign: "middle",
"&-left": {
textAlign: "start"
},
"&-wrap": {
overflow: "unset",
lineHeight: token2.lineHeight,
whiteSpace: "unset",
"> label": {
verticalAlign: "middle",
textWrap: "balance"
}
},
"> label": {
position: "relative",
display: "inline-flex",
alignItems: "center",
maxWidth: "100%",
height: labelHeight,
color: labelColor,
fontSize: labelFontSize,
[`> ${iconCls}`]: {
fontSize: token2.fontSize,
verticalAlign: "top"
},
[`&${formItemCls}-required`]: {
"&::before": {
display: "inline-block",
marginInlineEnd: token2.marginXXS,
color: labelRequiredMarkColor,
fontSize: token2.fontSize,
fontFamily: "SimSun, sans-serif",
lineHeight: 1,
content: '"*"'
},
[`&${formItemCls}-required-mark-hidden, &${formItemCls}-required-mark-optional`]: {
"&::before": {
display: "none"
}
}
},
// Optional mark
[`${formItemCls}-optional`]: {
display: "inline-block",
marginInlineStart: token2.marginXXS,
color: token2.colorTextDescription,
[`&${formItemCls}-required-mark-hidden`]: {
display: "none"
}
},
// Optional mark
[`${formItemCls}-tooltip`]: {
color: token2.colorTextDescription,
cursor: "help",
writingMode: "horizontal-tb",
marginInlineStart: token2.marginXXS
},
"&::after": {
content: '":"',
position: "relative",
marginBlock: 0,
marginInlineStart: labelColonMarginInlineStart,
marginInlineEnd: labelColonMarginInlineEnd
},
[`&${formItemCls}-no-colon::after`]: {
content: '"\\a0"'
}
}
},
// ==============================================================
// = Input =
// ==============================================================
[`${formItemCls}-control`]: {
["--ant-display"]: "flex",
flexDirection: "column",
flexGrow: 1,
[`&:first-child:not([class^="'${rootPrefixCls}-col-'"]):not([class*="' ${rootPrefixCls}-col-'"])`]: {
width: "100%"
},
"&-input": {
position: "relative",
display: "flex",
alignItems: "center",
minHeight: token2.controlHeight,
"&-content": {
flex: "auto",
maxWidth: "100%",
// Fix https://github.com/ant-design/ant-design/issues/54042
// Remove impact of whitespaces
[`&:has(> ${antCls}-switch:only-child, > ${antCls}-rate:only-child)`]: {
display: "flex",
alignItems: "center"
}
}
}
},
// ==============================================================
// = Explain =
// ==============================================================
[formItemCls]: {
"&-additional": {
display: "flex",
flexDirection: "column"
},
"&-explain, &-extra": {
clear: "both",
color: token2.colorTextDescription,
fontSize: token2.fontSize,
lineHeight: token2.lineHeight
},
"&-explain-connected": {
width: "100%"
},
"&-extra": {
minHeight: token2.controlHeightSM,
transition: `color ${token2.motionDurationMid} ${token2.motionEaseOut}`
// sync input color transition
},
"&-explain": {
"&-error": {
color: token2.colorError
},
"&-warning": {
color: token2.colorWarning
}
}
},
[`&-with-help ${formItemCls}-explain`]: {
height: "auto",
opacity: 1
},
// ==============================================================
// = Feedback Icon =
// ==============================================================
[`${formItemCls}-feedback-icon`]: {
fontSize: token2.fontSize,
textAlign: "center",
visibility: "visible",
animationName: zoomIn,
animationDuration: token2.motionDurationMid,
animationTimingFunction: token2.motionEaseOutBack,
pointerEvents: "none",
"&-success": {
color: token2.colorSuccess
},
"&-error": {
color: token2.colorError
},
"&-warning": {
color: token2.colorWarning
},
"&-validating": {
color: token2.colorPrimary
}
}
})
};
};
var makeVerticalLayoutLabel = (token2) => ({
padding: token2.verticalLabelPadding,
margin: token2.verticalLabelMargin,
whiteSpace: "initial",
textAlign: "start",
"> label": {
margin: 0,
"&::after": {
// https://github.com/ant-design/ant-design/issues/43538
visibility: "hidden"
}
}
});
var genHorizontalStyle2 = (token2) => {
const {
antCls,
formItemCls
} = token2;
return {
[`${formItemCls}-horizontal`]: {
[`${formItemCls}-label`]: {
flexGrow: 0
},
[`${formItemCls}-control`]: {
flex: "1 1 0",
// https://github.com/ant-design/ant-design/issues/32777
// https://github.com/ant-design/ant-design/issues/33773
minWidth: 0
},
// Do not change this to `ant-col-24`! `-24` match all the responsive rules
// https://github.com/ant-design/ant-design/issues/32980
// https://github.com/ant-design/ant-design/issues/34903
// https://github.com/ant-design/ant-design/issues/44538
[`${formItemCls}-label[class$='-24'], ${formItemCls}-label[class*='-24 ']`]: {
[`& + ${formItemCls}-control`]: {
minWidth: "unset"
}
},
[`${antCls}-col-24${formItemCls}-label,
${antCls}-col-xl-24${formItemCls}-label`]: makeVerticalLayoutLabel(token2)
}
};
};
var genInlineStyle = (token2) => {
const {
componentCls,
formItemCls,
inlineItemMarginBottom
} = token2;
return {
[`${componentCls}-inline`]: {
display: "flex",
flexWrap: "wrap",
[`${formItemCls}-inline`]: {
flex: "none",
marginInlineEnd: token2.margin,
marginBottom: inlineItemMarginBottom,
"&-row": {
flexWrap: "nowrap"
},
[`> ${formItemCls}-label,
> ${formItemCls}-control`]: {
display: "inline-block",
verticalAlign: "top"
},
[`> ${formItemCls}-label`]: {
flex: "none"
},
[`${componentCls}-text`]: {
display: "inline-block"
},
[`${formItemCls}-has-feedback`]: {
display: "inline-block"
}
}
}
};
};
var makeVerticalLayout = (token2) => {
const {
componentCls,
formItemCls,
rootPrefixCls
} = token2;
return {
[`${formItemCls} ${formItemCls}-label`]: makeVerticalLayoutLabel(token2),
// ref: https://github.com/ant-design/ant-design/issues/45122
[`${componentCls}:not(${componentCls}-inline)`]: {
[formItemCls]: {
flexWrap: "wrap",
[`${formItemCls}-label, ${formItemCls}-control`]: {
// When developer pass `xs: { span }`,
// It should follow the `xs` screen config
// ref: https://github.com/ant-design/ant-design/issues/44386
[`&:not([class*=" ${rootPrefixCls}-col-xs"])`]: {
flex: "0 0 100%",
maxWidth: "100%"
}
}
}
}
};
};
var genVerticalStyle2 = (token2) => {
const {
componentCls,
formItemCls,
antCls
} = token2;
return {
[`${formItemCls}-vertical`]: {
[`${formItemCls}-row`]: {
flexDirection: "column"
},
[`${formItemCls}-label > label`]: {
height: "auto"
},
[`${formItemCls}-control`]: {
width: "100%"
},
[`${formItemCls}-label,
${antCls}-col-24${formItemCls}-label,
${antCls}-col-xl-24${formItemCls}-label`]: makeVerticalLayoutLabel(token2)
},
[`@media (max-width: ${unit2(token2.screenXSMax)})`]: [makeVerticalLayout(token2), {
[componentCls]: {
[`${formItemCls}:not(${formItemCls}-horizontal)`]: {
[`${antCls}-col-xs-24${formItemCls}-label`]: makeVerticalLayoutLabel(token2)
}
}
}],
[`@media (max-width: ${unit2(token2.screenSMMax)})`]: {
[componentCls]: {
[`${formItemCls}:not(${formItemCls}-horizontal)`]: {
[`${antCls}-col-sm-24${formItemCls}-label`]: makeVerticalLayoutLabel(token2)
}
}
},
[`@media (max-width: ${unit2(token2.screenMDMax)})`]: {
[componentCls]: {
[`${formItemCls}:not(${formItemCls}-horizontal)`]: {
[`${antCls}-col-md-24${formItemCls}-label`]: makeVerticalLayoutLabel(token2)
}
}
},
[`@media (max-width: ${unit2(token2.screenLGMax)})`]: {
[componentCls]: {
[`${formItemCls}:not(${formItemCls}-horizontal)`]: {
[`${antCls}-col-lg-24${formItemCls}-label`]: makeVerticalLayoutLabel(token2)
}
}
}
};
};
var prepareComponentToken36 = (token2) => ({
labelRequiredMarkColor: token2.colorError,
labelColor: token2.colorTextHeading,
labelFontSize: token2.fontSize,
labelHeight: token2.controlHeight,
labelColonMarginInlineStart: token2.marginXXS / 2,
labelColonMarginInlineEnd: token2.marginXS,
itemMarginBottom: token2.marginLG,
verticalLabelPadding: `0 0 ${token2.paddingXS}px`,
verticalLabelMargin: 0,
inlineItemMarginBottom: 0
});
var prepareToken4 = (token2, rootPrefixCls) => {
const formToken = merge2(token2, {
formItemCls: `${token2.componentCls}-item`,
rootPrefixCls
});
return formToken;
};
var style_default42 = genStyleHooks("Form", (token2, {
rootPrefixCls
}) => {
const formToken = prepareToken4(token2, rootPrefixCls);
return [genFormStyle(formToken), genFormItemStyle(formToken), explain_default(formToken), genHorizontalStyle2(formToken), genInlineStyle(formToken), genVerticalStyle2(formToken), collapse_default(formToken), zoomIn];
}, prepareComponentToken36, {
// Let From style before the Grid
// ref https://github.com/ant-design/ant-design/issues/44386
order: -1e3
});
// node_modules/antd/es/form/ErrorList.js
var EMPTY_LIST4 = [];
function toErrorEntity(error, prefix2, errorStatus, index3 = 0) {
return {
key: typeof error === "string" ? error : `${prefix2}-${index3}`,
error,
errorStatus
};
}
var ErrorList = ({
help,
helpStatus,
errors = EMPTY_LIST4,
warnings = EMPTY_LIST4,
className: rootClassName,
fieldId,
onVisibleChanged
}) => {
const {
prefixCls
} = React426.useContext(FormItemPrefixContext);
const baseClassName = `${prefixCls}-item-explain`;
const rootCls = useCSSVarCls_default(prefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default42(prefixCls, rootCls);
const collapseMotion = React426.useMemo(() => motion_default(prefixCls), [prefixCls]);
const debounceErrors = useDebounce(errors);
const debounceWarnings = useDebounce(warnings);
const fullKeyList = React426.useMemo(() => {
if (help !== void 0 && help !== null) {
return [toErrorEntity(help, "help", helpStatus)];
}
return [].concat(_toConsumableArray(debounceErrors.map((error, index3) => toErrorEntity(error, "error", "error", index3))), _toConsumableArray(debounceWarnings.map((warning5, index3) => toErrorEntity(warning5, "warning", "warning", index3))));
}, [help, helpStatus, debounceErrors, debounceWarnings]);
const filledKeyFullKeyList = React426.useMemo(() => {
const keysCount = {};
fullKeyList.forEach(({
key
}) => {
keysCount[key] = (keysCount[key] || 0) + 1;
});
return fullKeyList.map((entity, index3) => Object.assign(Object.assign({}, entity), {
key: keysCount[entity.key] > 1 ? `${entity.key}-fallback-${index3}` : entity.key
}));
}, [fullKeyList]);
const helpProps = {};
if (fieldId) {
helpProps.id = `${fieldId}_help`;
}
return wrapCSSVar(React426.createElement(es_default2, {
motionDeadline: collapseMotion.motionDeadline,
motionName: `${prefixCls}-show-help`,
visible: !!filledKeyFullKeyList.length,
onVisibleChanged
}, (holderProps) => {
const {
className: holderClassName,
style: holderStyle
} = holderProps;
return React426.createElement("div", Object.assign({}, helpProps, {
className: (0, import_classnames179.default)(baseClassName, holderClassName, cssVarCls, rootCls, rootClassName, hashId),
style: holderStyle
}), React426.createElement(CSSMotionList_default, Object.assign({
keys: filledKeyFullKeyList
}, motion_default(prefixCls), {
motionName: `${prefixCls}-show-help-item`,
component: false
}), (itemProps) => {
const {
key,
error,
errorStatus,
className: itemClassName,
style: itemStyle
} = itemProps;
return React426.createElement("div", {
key,
className: (0, import_classnames179.default)(itemClassName, {
[`${baseClassName}-${errorStatus}`]: errorStatus
}),
style: itemStyle
}, error);
}));
}));
};
var ErrorList_default = ErrorList;
// node_modules/antd/es/form/Form.js
var React428 = __toESM(require_react());
var import_classnames180 = __toESM(require_classnames());
// node_modules/antd/es/form/hooks/useFormWarning.js
var React427 = __toESM(require_react());
var names = {};
function useFormWarning({
name
}) {
const warning5 = devUseWarning("Form");
React427.useEffect(() => {
if (name) {
names[name] = (names[name] || 0) + 1;
true ? warning5(names[name] <= 1, "usage", "There exist multiple Form with same `name`.") : void 0;
return () => {
names[name] -= 1;
};
}
}, [name]);
}
// node_modules/antd/es/form/Form.js
var __rest70 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var InternalForm2 = (props, ref) => {
const contextDisabled = React428.useContext(DisabledContext_default);
const {
getPrefixCls,
direction,
requiredMark: contextRequiredMark,
colon: contextColon,
scrollToFirstError: contextScrollToFirstError,
className: contextClassName,
style: contextStyle
} = useComponentConfig("form");
const {
prefixCls: customizePrefixCls,
className,
rootClassName,
size,
disabled = contextDisabled,
form,
colon,
labelAlign,
labelWrap,
labelCol,
wrapperCol,
hideRequiredMark,
layout = "horizontal",
scrollToFirstError,
requiredMark,
onFinishFailed,
name,
style: style2,
feedbackIcons,
variant
} = props, restFormProps = __rest70(props, ["prefixCls", "className", "rootClassName", "size", "disabled", "form", "colon", "labelAlign", "labelWrap", "labelCol", "wrapperCol", "hideRequiredMark", "layout", "scrollToFirstError", "requiredMark", "onFinishFailed", "name", "style", "feedbackIcons", "variant"]);
const mergedSize = useSize_default(size);
const contextValidateMessages = React428.useContext(validateMessagesContext_default);
if (true) {
useFormWarning(props);
}
const mergedRequiredMark = React428.useMemo(() => {
if (requiredMark !== void 0) {
return requiredMark;
}
if (hideRequiredMark) {
return false;
}
if (contextRequiredMark !== void 0) {
return contextRequiredMark;
}
return true;
}, [hideRequiredMark, requiredMark, contextRequiredMark]);
const mergedColon = colon !== null && colon !== void 0 ? colon : contextColon;
const prefixCls = getPrefixCls("form", customizePrefixCls);
const rootCls = useCSSVarCls_default(prefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default42(prefixCls, rootCls);
const formClassName = (0, import_classnames180.default)(prefixCls, `${prefixCls}-${layout}`, {
[`${prefixCls}-hide-required-mark`]: mergedRequiredMark === false,
// todo: remove in next major version
[`${prefixCls}-rtl`]: direction === "rtl",
[`${prefixCls}-${mergedSize}`]: mergedSize
}, cssVarCls, rootCls, hashId, contextClassName, className, rootClassName);
const [wrapForm] = useForm2(form);
const {
__INTERNAL__
} = wrapForm;
__INTERNAL__.name = name;
const formContextValue = React428.useMemo(() => ({
name,
labelAlign,
labelCol,
labelWrap,
wrapperCol,
layout,
colon: mergedColon,
requiredMark: mergedRequiredMark,
itemRef: __INTERNAL__.itemRef,
form: wrapForm,
feedbackIcons
}), [name, labelAlign, labelCol, wrapperCol, layout, mergedColon, mergedRequiredMark, wrapForm, feedbackIcons]);
const nativeElementRef = React428.useRef(null);
React428.useImperativeHandle(ref, () => {
var _a;
return Object.assign(Object.assign({}, wrapForm), {
nativeElement: (_a = nativeElementRef.current) === null || _a === void 0 ? void 0 : _a.nativeElement
});
});
const scrollToField = (options, fieldName) => {
if (options) {
let defaultScrollToFirstError = {
block: "nearest"
};
if (typeof options === "object") {
defaultScrollToFirstError = Object.assign(Object.assign({}, defaultScrollToFirstError), options);
}
wrapForm.scrollToField(fieldName, defaultScrollToFirstError);
}
};
const onInternalFinishFailed = (errorInfo) => {
onFinishFailed === null || onFinishFailed === void 0 ? void 0 : onFinishFailed(errorInfo);
if (errorInfo.errorFields.length) {
const fieldName = errorInfo.errorFields[0].name;
if (scrollToFirstError !== void 0) {
scrollToField(scrollToFirstError, fieldName);
return;
}
if (contextScrollToFirstError !== void 0) {
scrollToField(contextScrollToFirstError, fieldName);
}
}
};
return wrapCSSVar(React428.createElement(VariantContext.Provider, {
value: variant
}, React428.createElement(DisabledContextProvider, {
disabled
}, React428.createElement(SizeContext_default.Provider, {
value: mergedSize
}, React428.createElement(FormProvider3, {
// This is not list in API, we pass with spread
validateMessages: contextValidateMessages
}, React428.createElement(FormContext2.Provider, {
value: formContextValue
}, React428.createElement(NoFormStyle, {
status: true
}, React428.createElement(es_default8, Object.assign({
id: name
}, restFormProps, {
name,
onFinishFailed: onInternalFinishFailed,
form: wrapForm,
ref: nativeElementRef,
style: Object.assign(Object.assign({}, contextStyle), style2),
className: formClassName
})))))))));
};
var Form3 = React428.forwardRef(InternalForm2);
if (true) {
Form3.displayName = "Form";
}
var Form_default2 = Form3;
// node_modules/antd/es/form/FormItem/index.js
var React436 = __toESM(require_react());
var import_classnames185 = __toESM(require_classnames());
// node_modules/antd/es/form/hooks/useChildren.js
function useChildren2(children) {
if (typeof children === "function") {
return children;
}
const childList = toArray(children);
return childList.length <= 1 ? childList[0] : childList;
}
// node_modules/antd/es/form/hooks/useFormItemStatus.js
var React429 = __toESM(require_react());
var useFormItemStatus = () => {
const {
status,
errors = [],
warnings = []
} = React429.useContext(FormItemInputContext);
if (true) {
const warning5 = devUseWarning("Form.Item");
true ? warning5(status !== void 0, "usage", "Form.Item.useStatus should be used under Form.Item component. For more information: https://u.ant.design/form-item-usestatus") : void 0;
}
return {
status,
errors,
warnings
};
};
useFormItemStatus.Context = FormItemInputContext;
var useFormItemStatus_default = useFormItemStatus;
// node_modules/antd/es/form/hooks/useFrameState.js
var React430 = __toESM(require_react());
function useFrameState(defaultValue) {
const [value, setValue] = React430.useState(defaultValue);
const frameRef = React430.useRef(null);
const batchRef = React430.useRef([]);
const destroyRef = React430.useRef(false);
React430.useEffect(() => {
destroyRef.current = false;
return () => {
destroyRef.current = true;
raf_default.cancel(frameRef.current);
frameRef.current = null;
};
}, []);
function setFrameValue(updater) {
if (destroyRef.current) {
return;
}
if (frameRef.current === null) {
batchRef.current = [];
frameRef.current = raf_default(() => {
frameRef.current = null;
setValue((prevValue) => {
let current = prevValue;
batchRef.current.forEach((func) => {
current = func(current);
});
return current;
});
});
}
batchRef.current.push(updater);
}
return [value, setFrameValue];
}
// node_modules/antd/es/form/hooks/useItemRef.js
var React431 = __toESM(require_react());
function useItemRef() {
const {
itemRef
} = React431.useContext(FormContext2);
const cacheRef = React431.useRef({});
function getRef(name, children) {
const childrenRef = children && typeof children === "object" && getNodeRef(children);
const nameStr = name.join("_");
if (cacheRef.current.name !== nameStr || cacheRef.current.originRef !== childrenRef) {
cacheRef.current.name = nameStr;
cacheRef.current.originRef = childrenRef;
cacheRef.current.ref = composeRef(itemRef(name), childrenRef);
}
return cacheRef.current.ref;
}
return getRef;
}
// node_modules/antd/es/form/FormItem/ItemHolder.js
var React435 = __toESM(require_react());
var import_classnames184 = __toESM(require_classnames());
// node_modules/antd/es/form/FormItemInput.js
var React432 = __toESM(require_react());
var import_classnames181 = __toESM(require_classnames());
// node_modules/antd/es/form/style/fallbackCmp.js
var genFallbackStyle = (token2) => {
const {
formItemCls
} = token2;
return {
"@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)": {
// Fallback for IE, safe to remove we not support it anymore
[`${formItemCls}-control`]: {
display: "flex"
}
}
};
};
var fallbackCmp_default = genSubStyleComponent(["Form", "item-item"], (token2, {
rootPrefixCls
}) => {
const formToken = prepareToken4(token2, rootPrefixCls);
return genFallbackStyle(formToken);
});
// node_modules/antd/es/form/FormItemInput.js
var __rest71 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var GRID_MAX = 24;
var FormItemInput = (props) => {
const {
prefixCls,
status,
labelCol,
wrapperCol,
children,
errors,
warnings,
_internalItemRender: formItemRender,
extra,
help,
fieldId,
marginBottom,
onErrorVisibleChanged,
label
} = props;
const baseClassName = `${prefixCls}-item`;
const formContext = React432.useContext(FormContext2);
const mergedWrapperCol = React432.useMemo(() => {
let mergedWrapper = Object.assign({}, wrapperCol || formContext.wrapperCol || {});
if (label === null && !labelCol && !wrapperCol && formContext.labelCol) {
const list = [void 0, "xs", "sm", "md", "lg", "xl", "xxl"];
list.forEach((size) => {
const _size = size ? [size] : [];
const formLabel = get(formContext.labelCol, _size);
const formLabelObj = typeof formLabel === "object" ? formLabel : {};
const wrapper = get(mergedWrapper, _size);
const wrapperObj = typeof wrapper === "object" ? wrapper : {};
if ("span" in formLabelObj && !("offset" in wrapperObj) && formLabelObj.span < GRID_MAX) {
mergedWrapper = set(mergedWrapper, [].concat(_size, ["offset"]), formLabelObj.span);
}
});
}
return mergedWrapper;
}, [wrapperCol, formContext.wrapperCol, formContext.labelCol, label, labelCol]);
const className = (0, import_classnames181.default)(`${baseClassName}-control`, mergedWrapperCol.className);
const subFormContext = React432.useMemo(() => {
const {
labelCol: _labelCol,
wrapperCol: _wrapperCol
} = formContext, rest = __rest71(formContext, ["labelCol", "wrapperCol"]);
return rest;
}, [formContext]);
const extraRef = React432.useRef(null);
const [extraHeight, setExtraHeight] = React432.useState(0);
useLayoutEffect_default(() => {
if (extra && extraRef.current) {
setExtraHeight(extraRef.current.clientHeight);
} else {
setExtraHeight(0);
}
}, [extra]);
const inputDom = React432.createElement("div", {
className: `${baseClassName}-control-input`
}, React432.createElement("div", {
className: `${baseClassName}-control-input-content`
}, children));
const formItemContext = React432.useMemo(() => ({
prefixCls,
status
}), [prefixCls, status]);
const errorListDom = marginBottom !== null || errors.length || warnings.length ? React432.createElement(FormItemPrefixContext.Provider, {
value: formItemContext
}, React432.createElement(ErrorList_default, {
fieldId,
errors,
warnings,
help,
helpStatus: status,
className: `${baseClassName}-explain-connected`,
onVisibleChanged: onErrorVisibleChanged
})) : null;
const extraProps = {};
if (fieldId) {
extraProps.id = `${fieldId}_extra`;
}
const extraDom = extra ? React432.createElement("div", Object.assign({}, extraProps, {
className: `${baseClassName}-extra`,
ref: extraRef
}), extra) : null;
const additionalDom = errorListDom || extraDom ? React432.createElement("div", {
className: `${baseClassName}-additional`,
style: marginBottom ? {
minHeight: marginBottom + extraHeight
} : {}
}, errorListDom, extraDom) : null;
const dom = formItemRender && formItemRender.mark === "pro_table_render" && formItemRender.render ? formItemRender.render(props, {
input: inputDom,
errorList: errorListDom,
extra: extraDom
}) : React432.createElement(React432.Fragment, null, inputDom, additionalDom);
return React432.createElement(FormContext2.Provider, {
value: subFormContext
}, React432.createElement(col_default, Object.assign({}, mergedWrapperCol, {
className
}), dom), React432.createElement(fallbackCmp_default, {
prefixCls
}));
};
var FormItemInput_default = FormItemInput;
// node_modules/antd/es/form/FormItemLabel.js
var React433 = __toESM(require_react());
var import_classnames182 = __toESM(require_classnames());
var __rest72 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var FormItemLabel = ({
prefixCls,
label,
htmlFor,
labelCol,
labelAlign,
colon,
required: required5,
requiredMark,
tooltip,
vertical
}) => {
var _a;
const [formLocale] = useLocale_default("Form");
const {
labelAlign: contextLabelAlign,
labelCol: contextLabelCol,
labelWrap,
colon: contextColon
} = React433.useContext(FormContext2);
if (!label) {
return null;
}
const mergedLabelCol = labelCol || contextLabelCol || {};
const mergedLabelAlign = labelAlign || contextLabelAlign;
const labelClsBasic = `${prefixCls}-item-label`;
const labelColClassName = (0, import_classnames182.default)(labelClsBasic, mergedLabelAlign === "left" && `${labelClsBasic}-left`, mergedLabelCol.className, {
[`${labelClsBasic}-wrap`]: !!labelWrap
});
let labelChildren = label;
const computedColon = colon === true || contextColon !== false && colon !== false;
const haveColon = computedColon && !vertical;
if (haveColon && typeof label === "string" && label.trim()) {
labelChildren = label.replace(/[:|:]\s*$/, "");
}
const tooltipProps = convertToTooltipProps_default(tooltip);
if (tooltipProps) {
const {
icon = React433.createElement(QuestionCircleOutlined_default, null)
} = tooltipProps, restTooltipProps = __rest72(tooltipProps, ["icon"]);
const tooltipNode = React433.createElement(tooltip_default, Object.assign({}, restTooltipProps), React433.cloneElement(icon, {
className: `${prefixCls}-item-tooltip`,
title: "",
onClick: (e3) => {
e3.preventDefault();
},
tabIndex: null
}));
labelChildren = React433.createElement(React433.Fragment, null, labelChildren, tooltipNode);
}
const isOptionalMark = requiredMark === "optional";
const isRenderMark = typeof requiredMark === "function";
const hideRequiredMark = requiredMark === false;
if (isRenderMark) {
labelChildren = requiredMark(labelChildren, {
required: !!required5
});
} else if (isOptionalMark && !required5) {
labelChildren = React433.createElement(React433.Fragment, null, labelChildren, React433.createElement("span", {
className: `${prefixCls}-item-optional`,
title: ""
}, (formLocale === null || formLocale === void 0 ? void 0 : formLocale.optional) || ((_a = en_US_default6.Form) === null || _a === void 0 ? void 0 : _a.optional)));
}
let markType;
if (hideRequiredMark) {
markType = "hidden";
} else if (isOptionalMark || isRenderMark) {
markType = "optional";
}
const labelClassName = (0, import_classnames182.default)({
[`${prefixCls}-item-required`]: required5,
[`${prefixCls}-item-required-mark-${markType}`]: markType,
[`${prefixCls}-item-no-colon`]: !computedColon
});
return React433.createElement(col_default, Object.assign({}, mergedLabelCol, {
className: labelColClassName
}), React433.createElement("label", {
htmlFor,
className: labelClassName,
title: typeof label === "string" ? label : ""
}, labelChildren));
};
var FormItemLabel_default = FormItemLabel;
// node_modules/antd/es/form/FormItem/StatusProvider.js
var React434 = __toESM(require_react());
var import_classnames183 = __toESM(require_classnames());
var iconMap = {
success: CheckCircleFilled_default,
warning: ExclamationCircleFilled_default,
error: CloseCircleFilled_default,
validating: LoadingOutlined_default
};
function StatusProvider({
children,
errors,
warnings,
hasFeedback,
validateStatus,
prefixCls,
meta,
noStyle,
name
}) {
const itemPrefixCls = `${prefixCls}-item`;
const {
feedbackIcons
} = React434.useContext(FormContext2);
const mergedValidateStatus = getStatus(errors, warnings, meta, null, !!hasFeedback, validateStatus);
const {
isFormItemInput: parentIsFormItemInput,
status: parentStatus,
hasFeedback: parentHasFeedback,
feedbackIcon: parentFeedbackIcon,
name: parentName
} = React434.useContext(FormItemInputContext);
const formItemStatusContext = React434.useMemo(() => {
var _a;
let feedbackIcon;
if (hasFeedback) {
const customIcons = hasFeedback !== true && hasFeedback.icons || feedbackIcons;
const customIconNode = mergedValidateStatus && ((_a = customIcons === null || customIcons === void 0 ? void 0 : customIcons({
status: mergedValidateStatus,
errors,
warnings
})) === null || _a === void 0 ? void 0 : _a[mergedValidateStatus]);
const IconNode2 = mergedValidateStatus ? iconMap[mergedValidateStatus] : null;
feedbackIcon = customIconNode !== false && IconNode2 ? React434.createElement("span", {
className: (0, import_classnames183.default)(`${itemPrefixCls}-feedback-icon`, `${itemPrefixCls}-feedback-icon-${mergedValidateStatus}`)
}, customIconNode || React434.createElement(IconNode2, null)) : null;
}
const context = {
status: mergedValidateStatus || "",
errors,
warnings,
hasFeedback: !!hasFeedback,
feedbackIcon,
isFormItemInput: true,
name
};
if (noStyle) {
context.status = (mergedValidateStatus !== null && mergedValidateStatus !== void 0 ? mergedValidateStatus : parentStatus) || "";
context.isFormItemInput = parentIsFormItemInput;
context.hasFeedback = !!(hasFeedback !== null && hasFeedback !== void 0 ? hasFeedback : parentHasFeedback);
context.feedbackIcon = hasFeedback !== void 0 ? context.feedbackIcon : parentFeedbackIcon;
context.name = name !== null && name !== void 0 ? name : parentName;
}
return context;
}, [mergedValidateStatus, hasFeedback, noStyle, parentIsFormItemInput, parentStatus]);
return React434.createElement(FormItemInputContext.Provider, {
value: formItemStatusContext
}, children);
}
// node_modules/antd/es/form/FormItem/ItemHolder.js
var __rest73 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
function ItemHolder(props) {
const {
prefixCls,
className,
rootClassName,
style: style2,
help,
errors,
warnings,
validateStatus,
meta,
hasFeedback,
hidden,
children,
fieldId,
required: required5,
isRequired,
onSubItemMetaChange,
layout: propsLayout,
name
} = props, restProps = __rest73(props, ["prefixCls", "className", "rootClassName", "style", "help", "errors", "warnings", "validateStatus", "meta", "hasFeedback", "hidden", "children", "fieldId", "required", "isRequired", "onSubItemMetaChange", "layout", "name"]);
const itemPrefixCls = `${prefixCls}-item`;
const {
requiredMark,
layout: formLayout
} = React435.useContext(FormContext2);
const layout = propsLayout || formLayout;
const vertical = layout === "vertical";
const itemRef = React435.useRef(null);
const debounceErrors = useDebounce(errors);
const debounceWarnings = useDebounce(warnings);
const hasHelp = help !== void 0 && help !== null;
const hasError = !!(hasHelp || errors.length || warnings.length);
const isOnScreen = !!itemRef.current && isVisible_default(itemRef.current);
const [marginBottom, setMarginBottom] = React435.useState(null);
useLayoutEffect_default(() => {
if (hasError && itemRef.current) {
const itemStyle = getComputedStyle(itemRef.current);
setMarginBottom(Number.parseInt(itemStyle.marginBottom, 10));
}
}, [hasError, isOnScreen]);
const onErrorVisibleChanged = (nextVisible) => {
if (!nextVisible) {
setMarginBottom(null);
}
};
const getValidateState = (isDebounce = false) => {
const _errors = isDebounce ? debounceErrors : meta.errors;
const _warnings = isDebounce ? debounceWarnings : meta.warnings;
return getStatus(_errors, _warnings, meta, "", !!hasFeedback, validateStatus);
};
const mergedValidateStatus = getValidateState();
const itemClassName = (0, import_classnames184.default)(itemPrefixCls, className, rootClassName, {
[`${itemPrefixCls}-with-help`]: hasHelp || debounceErrors.length || debounceWarnings.length,
// Status
[`${itemPrefixCls}-has-feedback`]: mergedValidateStatus && hasFeedback,
[`${itemPrefixCls}-has-success`]: mergedValidateStatus === "success",
[`${itemPrefixCls}-has-warning`]: mergedValidateStatus === "warning",
[`${itemPrefixCls}-has-error`]: mergedValidateStatus === "error",
[`${itemPrefixCls}-is-validating`]: mergedValidateStatus === "validating",
[`${itemPrefixCls}-hidden`]: hidden,
// Layout
[`${itemPrefixCls}-${layout}`]: layout
});
return React435.createElement("div", {
className: itemClassName,
style: style2,
ref: itemRef
}, React435.createElement(row_default, Object.assign({
className: `${itemPrefixCls}-row`
}, omit(restProps, [
"_internalItemRender",
"colon",
"dependencies",
"extra",
"fieldKey",
"getValueFromEvent",
"getValueProps",
"htmlFor",
"id",
// It is deprecated because `htmlFor` is its replacement.
"initialValue",
"isListField",
"label",
"labelAlign",
"labelCol",
"labelWrap",
"messageVariables",
"name",
"normalize",
"noStyle",
"preserve",
"requiredMark",
"rules",
"shouldUpdate",
"trigger",
"tooltip",
"validateFirst",
"validateTrigger",
"valuePropName",
"wrapperCol",
"validateDebounce"
])), React435.createElement(FormItemLabel_default, Object.assign({
htmlFor: fieldId
}, props, {
requiredMark,
required: required5 !== null && required5 !== void 0 ? required5 : isRequired,
prefixCls,
vertical
})), React435.createElement(FormItemInput_default, Object.assign({}, props, meta, {
errors: debounceErrors,
warnings: debounceWarnings,
prefixCls,
status: mergedValidateStatus,
help,
marginBottom,
onErrorVisibleChanged
}), React435.createElement(NoStyleItemContext.Provider, {
value: onSubItemMetaChange
}, React435.createElement(StatusProvider, {
prefixCls,
meta,
errors: meta.errors,
warnings: meta.warnings,
hasFeedback,
// Already calculated
validateStatus: mergedValidateStatus,
name
}, children)))), !!marginBottom && React435.createElement("div", {
className: `${itemPrefixCls}-margin-offset`,
style: {
marginBottom: -marginBottom
}
}));
}
// node_modules/antd/es/form/FormItem/index.js
var NAME_SPLIT = "__SPLIT__";
function isSimilarControl(a, b) {
const keysA = Object.keys(a);
const keysB = Object.keys(b);
return keysA.length === keysB.length && keysA.every((key) => {
const propValueA = a[key];
const propValueB = b[key];
return propValueA === propValueB || typeof propValueA === "function" || typeof propValueB === "function";
});
}
var MemoInput = React436.memo(({
children
}) => children, (prev2, next2) => isSimilarControl(prev2.control, next2.control) && prev2.update === next2.update && prev2.childProps.length === next2.childProps.length && prev2.childProps.every((value, index3) => value === next2.childProps[index3]));
function genEmptyMeta() {
return {
errors: [],
warnings: [],
touched: false,
validating: false,
name: [],
validated: false
};
}
function InternalFormItem(props) {
const {
name,
noStyle,
className,
dependencies,
prefixCls: customizePrefixCls,
shouldUpdate,
rules,
children,
required: required5,
label,
messageVariables,
trigger = "onChange",
validateTrigger,
hidden,
help,
layout
} = props;
const {
getPrefixCls
} = React436.useContext(ConfigContext);
const {
name: formName
} = React436.useContext(FormContext2);
const mergedChildren = useChildren2(children);
const isRenderProps = typeof mergedChildren === "function";
const notifyParentMetaChange = React436.useContext(NoStyleItemContext);
const {
validateTrigger: contextValidateTrigger
} = React436.useContext(FieldContext_default);
const mergedValidateTrigger = validateTrigger !== void 0 ? validateTrigger : contextValidateTrigger;
const hasName = !(name === void 0 || name === null);
const prefixCls = getPrefixCls("form", customizePrefixCls);
const rootCls = useCSSVarCls_default(prefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default42(prefixCls, rootCls);
const warning5 = devUseWarning("Form.Item");
if (true) {
true ? warning5(name !== null, "usage", "`null` is passed as `name` property") : void 0;
}
const listContext = React436.useContext(ListContext_default);
const fieldKeyPathRef = React436.useRef(null);
const [subFieldErrors, setSubFieldErrors] = useFrameState({});
const [meta, setMeta] = useSafeState(() => genEmptyMeta());
const onMetaChange = (nextMeta) => {
const keyInfo = listContext === null || listContext === void 0 ? void 0 : listContext.getKey(nextMeta.name);
setMeta(nextMeta.destroy ? genEmptyMeta() : nextMeta, true);
if (noStyle && help !== false && notifyParentMetaChange) {
let namePath = nextMeta.name;
if (!nextMeta.destroy) {
if (keyInfo !== void 0) {
const [fieldKey, restPath] = keyInfo;
namePath = [fieldKey].concat(_toConsumableArray(restPath));
fieldKeyPathRef.current = namePath;
}
} else {
namePath = fieldKeyPathRef.current || namePath;
}
notifyParentMetaChange(nextMeta, namePath);
}
};
const onSubItemMetaChange = (subMeta, uniqueKeys) => {
setSubFieldErrors((prevSubFieldErrors) => {
const clone = Object.assign({}, prevSubFieldErrors);
const mergedNamePath = [].concat(_toConsumableArray(subMeta.name.slice(0, -1)), _toConsumableArray(uniqueKeys));
const mergedNameKey = mergedNamePath.join(NAME_SPLIT);
if (subMeta.destroy) {
delete clone[mergedNameKey];
} else {
clone[mergedNameKey] = subMeta;
}
return clone;
});
};
const [mergedErrors, mergedWarnings] = React436.useMemo(() => {
const errorList = _toConsumableArray(meta.errors);
const warningList = _toConsumableArray(meta.warnings);
Object.values(subFieldErrors).forEach((subFieldError) => {
errorList.push.apply(errorList, _toConsumableArray(subFieldError.errors || []));
warningList.push.apply(warningList, _toConsumableArray(subFieldError.warnings || []));
});
return [errorList, warningList];
}, [subFieldErrors, meta.errors, meta.warnings]);
const getItemRef = useItemRef();
function renderLayout(baseChildren, fieldId, isRequired) {
if (noStyle && !hidden) {
return React436.createElement(StatusProvider, {
prefixCls,
hasFeedback: props.hasFeedback,
validateStatus: props.validateStatus,
meta,
errors: mergedErrors,
warnings: mergedWarnings,
noStyle: true,
name
}, baseChildren);
}
return React436.createElement(ItemHolder, Object.assign({
key: "row"
}, props, {
className: (0, import_classnames185.default)(className, cssVarCls, rootCls, hashId),
prefixCls,
fieldId,
isRequired,
errors: mergedErrors,
warnings: mergedWarnings,
meta,
onSubItemMetaChange,
layout,
name
}), baseChildren);
}
if (!hasName && !isRenderProps && !dependencies) {
return wrapCSSVar(renderLayout(mergedChildren));
}
let variables = {};
if (typeof label === "string") {
variables.label = label;
} else if (name) {
variables.label = String(name);
}
if (messageVariables) {
variables = Object.assign(Object.assign({}, variables), messageVariables);
}
return wrapCSSVar(React436.createElement(Field_default, Object.assign({}, props, {
messageVariables: variables,
trigger,
validateTrigger: mergedValidateTrigger,
onMetaChange
}), (control, renderMeta, context) => {
const mergedName = toArray6(name).length && renderMeta ? renderMeta.name : [];
const fieldId = getFieldId(mergedName, formName);
const isRequired = required5 !== void 0 ? required5 : !!(rules === null || rules === void 0 ? void 0 : rules.some((rule) => {
if (rule && typeof rule === "object" && rule.required && !rule.warningOnly) {
return true;
}
if (typeof rule === "function") {
const ruleEntity = rule(context);
return (ruleEntity === null || ruleEntity === void 0 ? void 0 : ruleEntity.required) && !(ruleEntity === null || ruleEntity === void 0 ? void 0 : ruleEntity.warningOnly);
}
return false;
}));
const mergedControl = Object.assign({}, control);
let childNode = null;
true ? warning5(!(shouldUpdate && dependencies), "usage", "`shouldUpdate` and `dependencies` shouldn't be used together. See https://u.ant.design/form-deps.") : void 0;
if (Array.isArray(mergedChildren) && hasName) {
true ? warning5(false, "usage", "A `Form.Item` with a `name` prop must have a single child element. For information on how to render more complex form items, see https://u.ant.design/complex-form-item.") : void 0;
childNode = mergedChildren;
} else if (isRenderProps && (!(shouldUpdate || dependencies) || hasName)) {
true ? warning5(!!(shouldUpdate || dependencies), "usage", "A `Form.Item` with a render function must have either `shouldUpdate` or `dependencies`.") : void 0;
true ? warning5(!hasName, "usage", "A `Form.Item` with a render function cannot be a field, and thus cannot have a `name` prop.") : void 0;
} else if (dependencies && !isRenderProps && !hasName) {
true ? warning5(false, "usage", "Must set `name` or use a render function when `dependencies` is set.") : void 0;
} else if (React436.isValidElement(mergedChildren)) {
true ? warning5(mergedChildren.props.defaultValue === void 0, "usage", "`defaultValue` will not work on controlled Field. You should use `initialValues` of Form instead.") : void 0;
const childProps = Object.assign(Object.assign({}, mergedChildren.props), mergedControl);
if (!childProps.id) {
childProps.id = fieldId;
}
if (help || mergedErrors.length > 0 || mergedWarnings.length > 0 || props.extra) {
const describedbyArr = [];
if (help || mergedErrors.length > 0) {
describedbyArr.push(`${fieldId}_help`);
}
if (props.extra) {
describedbyArr.push(`${fieldId}_extra`);
}
childProps["aria-describedby"] = describedbyArr.join(" ");
}
if (mergedErrors.length > 0) {
childProps["aria-invalid"] = "true";
}
if (isRequired) {
childProps["aria-required"] = "true";
}
if (supportRef(mergedChildren)) {
childProps.ref = getItemRef(mergedName, mergedChildren);
}
const triggers = new Set([].concat(_toConsumableArray(toArray6(trigger)), _toConsumableArray(toArray6(mergedValidateTrigger))));
triggers.forEach((eventName) => {
childProps[eventName] = (...args) => {
var _a2, _c2;
var _a, _b, _c;
(_a = mergedControl[eventName]) === null || _a === void 0 ? void 0 : (_a2 = _a).call.apply(_a2, [mergedControl].concat(args));
(_c = (_b = mergedChildren.props)[eventName]) === null || _c === void 0 ? void 0 : (_c2 = _c).call.apply(_c2, [_b].concat(args));
};
});
const watchingChildProps = [childProps["aria-required"], childProps["aria-invalid"], childProps["aria-describedby"]];
childNode = React436.createElement(MemoInput, {
control: mergedControl,
update: mergedChildren,
childProps: watchingChildProps
}, cloneElement3(mergedChildren, childProps));
} else if (isRenderProps && (shouldUpdate || dependencies) && !hasName) {
childNode = mergedChildren(context);
} else {
true ? warning5(!mergedName.length || !!noStyle, "usage", "`name` is only used for validate React element. If you are using Form.Item as layout display, please remove `name` instead.") : void 0;
childNode = mergedChildren;
}
return renderLayout(childNode, fieldId, isRequired);
}));
}
var FormItem = InternalFormItem;
FormItem.useStatus = useFormItemStatus_default;
var FormItem_default = FormItem;
// node_modules/antd/es/form/FormList.js
var React437 = __toESM(require_react());
var __rest74 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var FormList = (_a) => {
var {
prefixCls: customizePrefixCls,
children
} = _a, props = __rest74(_a, ["prefixCls", "children"]);
if (true) {
const warning5 = devUseWarning("Form.List");
true ? warning5(typeof props.name === "number" || (Array.isArray(props.name) ? !!props.name.length : !!props.name), "usage", "Miss `name` prop.") : void 0;
}
const {
getPrefixCls
} = React437.useContext(ConfigContext);
const prefixCls = getPrefixCls("form", customizePrefixCls);
const contextValue = React437.useMemo(() => ({
prefixCls,
status: "error"
}), [prefixCls]);
return React437.createElement(List_default, Object.assign({}, props), (fields, operation, meta) => React437.createElement(FormItemPrefixContext.Provider, {
value: contextValue
}, children(fields.map((field) => Object.assign(Object.assign({}, field), {
fieldKey: field.key
})), operation, {
errors: meta.errors,
warnings: meta.warnings
})));
};
var FormList_default = FormList;
// node_modules/antd/es/form/hooks/useFormInstance.js
var React438 = __toESM(require_react());
function useFormInstance() {
const {
form
} = React438.useContext(FormContext2);
return form;
}
// node_modules/antd/es/form/index.js
var Form4 = Form_default2;
Form4.Item = FormItem_default;
Form4.List = FormList_default;
Form4.ErrorList = ErrorList_default;
Form4.useForm = useForm2;
Form4.useFormInstance = useFormInstance;
Form4.useWatch = useWatch_default;
Form4.Provider = FormProvider3;
Form4.create = () => {
true ? warning_default2(false, "Form", "antd v4 removed `Form.create`. Please remove or use `@ant-design/compatible` instead.") : void 0;
};
var form_default = Form4;
// node_modules/antd/es/image/index.js
var React447 = __toESM(require_react());
var import_classnames190 = __toESM(require_classnames());
// node_modules/rc-image/es/Image.js
var import_classnames188 = __toESM(require_classnames());
// node_modules/rc-util/es/Dom/css.js
function getClientSize() {
var width = document.documentElement.clientWidth;
var height = window.innerHeight || document.documentElement.clientHeight;
return {
width,
height
};
}
function getOffset5(node2) {
var box2 = node2.getBoundingClientRect();
var docElem = document.documentElement;
return {
left: box2.left + (window.pageXOffset || docElem.scrollLeft) - (docElem.clientLeft || document.body.clientLeft || 0),
top: box2.top + (window.pageYOffset || docElem.scrollTop) - (docElem.clientTop || document.body.clientTop || 0)
};
}
// node_modules/rc-image/es/Image.js
var React445 = __toESM(require_react());
var import_react162 = __toESM(require_react());
// node_modules/rc-image/es/Preview.js
var import_classnames187 = __toESM(require_classnames());
// node_modules/rc-util/es/Dom/addEventListener.js
var import_react_dom8 = __toESM(require_react_dom());
function addEventListenerWrap(target, eventType, cb, option) {
var callback = import_react_dom8.default.unstable_batchedUpdates ? function run(e3) {
import_react_dom8.default.unstable_batchedUpdates(cb, e3);
} : cb;
if (target !== null && target !== void 0 && target.addEventListener) {
target.addEventListener(eventType, callback, option);
}
return {
remove: function remove() {
if (target !== null && target !== void 0 && target.removeEventListener) {
target.removeEventListener(eventType, callback, option);
}
}
};
}
// node_modules/rc-image/es/Preview.js
var import_react160 = __toESM(require_react());
// node_modules/rc-image/es/Operations.js
var import_classnames186 = __toESM(require_classnames());
var React440 = __toESM(require_react());
var import_react155 = __toESM(require_react());
// node_modules/rc-image/es/context.js
var React439 = __toESM(require_react());
var PreviewGroupContext = React439.createContext(null);
// node_modules/rc-image/es/Operations.js
var Operations = function Operations2(props) {
var visible = props.visible, maskTransitionName = props.maskTransitionName, getContainer = props.getContainer, prefixCls = props.prefixCls, rootClassName = props.rootClassName, icons2 = props.icons, countRender = props.countRender, showSwitch = props.showSwitch, showProgress = props.showProgress, current = props.current, transform = props.transform, count = props.count, scale = props.scale, minScale = props.minScale, maxScale = props.maxScale, closeIcon = props.closeIcon, onActive = props.onActive, onClose = props.onClose, onZoomIn = props.onZoomIn, onZoomOut = props.onZoomOut, onRotateRight = props.onRotateRight, onRotateLeft = props.onRotateLeft, onFlipX = props.onFlipX, onFlipY = props.onFlipY, onReset = props.onReset, toolbarRender = props.toolbarRender, zIndex = props.zIndex, image = props.image;
var groupContext = (0, import_react155.useContext)(PreviewGroupContext);
var rotateLeft = icons2.rotateLeft, rotateRight = icons2.rotateRight, zoomIn2 = icons2.zoomIn, zoomOut2 = icons2.zoomOut, close = icons2.close, left = icons2.left, right = icons2.right, flipX = icons2.flipX, flipY = icons2.flipY;
var toolClassName = "".concat(prefixCls, "-operations-operation");
React440.useEffect(function() {
var onKeyDown2 = function onKeyDown3(e3) {
if (e3.keyCode === KeyCode_default.ESC) {
onClose();
}
};
if (visible) {
window.addEventListener("keydown", onKeyDown2);
}
return function() {
window.removeEventListener("keydown", onKeyDown2);
};
}, [visible]);
var handleActive = function handleActive2(e3, offset3) {
e3.preventDefault();
e3.stopPropagation();
onActive(offset3);
};
var renderOperation = React440.useCallback(function(_ref) {
var type5 = _ref.type, disabled = _ref.disabled, onClick = _ref.onClick, icon = _ref.icon;
return React440.createElement("div", {
key: type5,
className: (0, import_classnames186.default)(toolClassName, "".concat(prefixCls, "-operations-operation-").concat(type5), _defineProperty({}, "".concat(prefixCls, "-operations-operation-disabled"), !!disabled)),
onClick
}, icon);
}, [toolClassName, prefixCls]);
var switchPrevNode = showSwitch ? renderOperation({
icon: left,
onClick: function onClick(e3) {
return handleActive(e3, -1);
},
type: "prev",
disabled: current === 0
}) : void 0;
var switchNextNode = showSwitch ? renderOperation({
icon: right,
onClick: function onClick(e3) {
return handleActive(e3, 1);
},
type: "next",
disabled: current === count - 1
}) : void 0;
var flipYNode = renderOperation({
icon: flipY,
onClick: onFlipY,
type: "flipY"
});
var flipXNode = renderOperation({
icon: flipX,
onClick: onFlipX,
type: "flipX"
});
var rotateLeftNode = renderOperation({
icon: rotateLeft,
onClick: onRotateLeft,
type: "rotateLeft"
});
var rotateRightNode = renderOperation({
icon: rotateRight,
onClick: onRotateRight,
type: "rotateRight"
});
var zoomOutNode = renderOperation({
icon: zoomOut2,
onClick: onZoomOut,
type: "zoomOut",
disabled: scale <= minScale
});
var zoomInNode = renderOperation({
icon: zoomIn2,
onClick: onZoomIn,
type: "zoomIn",
disabled: scale === maxScale
});
var toolbarNode = React440.createElement("div", {
className: "".concat(prefixCls, "-operations")
}, flipYNode, flipXNode, rotateLeftNode, rotateRightNode, zoomOutNode, zoomInNode);
return React440.createElement(es_default2, {
visible,
motionName: maskTransitionName
}, function(_ref2) {
var className = _ref2.className, style2 = _ref2.style;
return React440.createElement(es_default5, {
open: true,
getContainer: getContainer !== null && getContainer !== void 0 ? getContainer : document.body
}, React440.createElement("div", {
className: (0, import_classnames186.default)("".concat(prefixCls, "-operations-wrapper"), className, rootClassName),
style: _objectSpread2(_objectSpread2({}, style2), {}, {
zIndex
})
}, closeIcon === null ? null : React440.createElement("button", {
className: "".concat(prefixCls, "-close"),
onClick: onClose
}, closeIcon || close), showSwitch && React440.createElement(React440.Fragment, null, React440.createElement("div", {
className: (0, import_classnames186.default)("".concat(prefixCls, "-switch-left"), _defineProperty({}, "".concat(prefixCls, "-switch-left-disabled"), current === 0)),
onClick: function onClick(e3) {
return handleActive(e3, -1);
}
}, left), React440.createElement("div", {
className: (0, import_classnames186.default)("".concat(prefixCls, "-switch-right"), _defineProperty({}, "".concat(prefixCls, "-switch-right-disabled"), current === count - 1)),
onClick: function onClick(e3) {
return handleActive(e3, 1);
}
}, right)), React440.createElement("div", {
className: "".concat(prefixCls, "-footer")
}, showProgress && React440.createElement("div", {
className: "".concat(prefixCls, "-progress")
}, countRender ? countRender(current + 1, count) : React440.createElement("bdi", null, "".concat(current + 1, " / ").concat(count))), toolbarRender ? toolbarRender(toolbarNode, _objectSpread2(_objectSpread2({
icons: {
prevIcon: switchPrevNode,
nextIcon: switchNextNode,
flipYIcon: flipYNode,
flipXIcon: flipXNode,
rotateLeftIcon: rotateLeftNode,
rotateRightIcon: rotateRightNode,
zoomOutIcon: zoomOutNode,
zoomInIcon: zoomInNode
},
actions: {
onActive,
onFlipY,
onFlipX,
onRotateLeft,
onRotateRight,
onZoomOut,
onZoomIn,
onReset,
onClose
},
transform
}, groupContext ? {
current,
total: count
} : {}), {}, {
image
})) : toolbarNode)));
});
};
var Operations_default = Operations;
// node_modules/rc-image/es/hooks/useImageTransform.js
var import_react156 = __toESM(require_react());
var initialTransform = {
x: 0,
y: 0,
rotate: 0,
scale: 1,
flipX: false,
flipY: false
};
function useImageTransform(imgRef, minScale, maxScale, onTransform) {
var frame = (0, import_react156.useRef)(null);
var queue = (0, import_react156.useRef)([]);
var _useState = (0, import_react156.useState)(initialTransform), _useState2 = _slicedToArray(_useState, 2), transform = _useState2[0], setTransform = _useState2[1];
var resetTransform = function resetTransform2(action) {
setTransform(initialTransform);
if (!isEqual_default(initialTransform, transform)) {
onTransform === null || onTransform === void 0 || onTransform({
transform: initialTransform,
action
});
}
};
var updateTransform = function updateTransform2(newTransform, action) {
if (frame.current === null) {
queue.current = [];
frame.current = raf_default(function() {
setTransform(function(preState) {
var memoState = preState;
queue.current.forEach(function(queueState) {
memoState = _objectSpread2(_objectSpread2({}, memoState), queueState);
});
frame.current = null;
onTransform === null || onTransform === void 0 || onTransform({
transform: memoState,
action
});
return memoState;
});
});
}
queue.current.push(_objectSpread2(_objectSpread2({}, transform), newTransform));
};
var dispatchZoomChange = function dispatchZoomChange2(ratio, action, centerX, centerY, isTouch) {
var _imgRef$current = imgRef.current, width = _imgRef$current.width, height = _imgRef$current.height, offsetWidth = _imgRef$current.offsetWidth, offsetHeight = _imgRef$current.offsetHeight, offsetLeft = _imgRef$current.offsetLeft, offsetTop = _imgRef$current.offsetTop;
var newRatio = ratio;
var newScale = transform.scale * ratio;
if (newScale > maxScale) {
newScale = maxScale;
newRatio = maxScale / transform.scale;
} else if (newScale < minScale) {
newScale = isTouch ? newScale : minScale;
newRatio = newScale / transform.scale;
}
var mergedCenterX = centerX !== null && centerX !== void 0 ? centerX : innerWidth / 2;
var mergedCenterY = centerY !== null && centerY !== void 0 ? centerY : innerHeight / 2;
var diffRatio = newRatio - 1;
var diffImgX = diffRatio * width * 0.5;
var diffImgY = diffRatio * height * 0.5;
var diffOffsetLeft = diffRatio * (mergedCenterX - transform.x - offsetLeft);
var diffOffsetTop = diffRatio * (mergedCenterY - transform.y - offsetTop);
var newX = transform.x - (diffOffsetLeft - diffImgX);
var newY = transform.y - (diffOffsetTop - diffImgY);
if (ratio < 1 && newScale === 1) {
var mergedWidth = offsetWidth * newScale;
var mergedHeight = offsetHeight * newScale;
var _getClientSize = getClientSize(), clientWidth = _getClientSize.width, clientHeight = _getClientSize.height;
if (mergedWidth <= clientWidth && mergedHeight <= clientHeight) {
newX = 0;
newY = 0;
}
}
updateTransform({
x: newX,
y: newY,
scale: newScale
}, action);
};
return {
transform,
resetTransform,
updateTransform,
dispatchZoomChange
};
}
// node_modules/rc-image/es/hooks/useMouseEvent.js
var import_react157 = __toESM(require_react());
// node_modules/rc-image/es/getFixScaleEleTransPosition.js
function fixPoint(key, start, width, clientWidth) {
var startAddWidth = start + width;
var offsetStart = (width - clientWidth) / 2;
if (width > clientWidth) {
if (start > 0) {
return _defineProperty({}, key, offsetStart);
}
if (start < 0 && startAddWidth < clientWidth) {
return _defineProperty({}, key, -offsetStart);
}
} else if (start < 0 || startAddWidth > clientWidth) {
return _defineProperty({}, key, start < 0 ? offsetStart : -offsetStart);
}
return {};
}
function getFixScaleEleTransPosition(width, height, left, top) {
var _getClientSize = getClientSize(), clientWidth = _getClientSize.width, clientHeight = _getClientSize.height;
var fixPos = null;
if (width <= clientWidth && height <= clientHeight) {
fixPos = {
x: 0,
y: 0
};
} else if (width > clientWidth || height > clientHeight) {
fixPos = _objectSpread2(_objectSpread2({}, fixPoint("x", left, width, clientWidth)), fixPoint("y", top, height, clientHeight));
}
return fixPos;
}
// node_modules/rc-image/es/previewConfig.js
var BASE_SCALE_RATIO = 1;
var WHEEL_MAX_SCALE_RATIO = 1;
// node_modules/rc-image/es/hooks/useMouseEvent.js
function useMouseEvent(imgRef, movable, visible, scaleStep, transform, updateTransform, dispatchZoomChange) {
var rotate = transform.rotate, scale = transform.scale, x = transform.x, y = transform.y;
var _useState = (0, import_react157.useState)(false), _useState2 = _slicedToArray(_useState, 2), isMoving = _useState2[0], setMoving = _useState2[1];
var startPositionInfo = (0, import_react157.useRef)({
diffX: 0,
diffY: 0,
transformX: 0,
transformY: 0
});
var onMouseDown = function onMouseDown2(event) {
if (!movable || event.button !== 0) return;
event.preventDefault();
event.stopPropagation();
startPositionInfo.current = {
diffX: event.pageX - x,
diffY: event.pageY - y,
transformX: x,
transformY: y
};
setMoving(true);
};
var onMouseMove = function onMouseMove2(event) {
if (visible && isMoving) {
updateTransform({
x: event.pageX - startPositionInfo.current.diffX,
y: event.pageY - startPositionInfo.current.diffY
}, "move");
}
};
var onMouseUp = function onMouseUp2() {
if (visible && isMoving) {
setMoving(false);
var _startPositionInfo$cu = startPositionInfo.current, transformX = _startPositionInfo$cu.transformX, transformY = _startPositionInfo$cu.transformY;
var hasChangedPosition = x !== transformX && y !== transformY;
if (!hasChangedPosition) return;
var width = imgRef.current.offsetWidth * scale;
var height = imgRef.current.offsetHeight * scale;
var _imgRef$current$getBo = imgRef.current.getBoundingClientRect(), left = _imgRef$current$getBo.left, top = _imgRef$current$getBo.top;
var isRotate = rotate % 180 !== 0;
var fixState = getFixScaleEleTransPosition(isRotate ? height : width, isRotate ? width : height, left, top);
if (fixState) {
updateTransform(_objectSpread2({}, fixState), "dragRebound");
}
}
};
var onWheel = function onWheel2(event) {
if (!visible || event.deltaY == 0) return;
var scaleRatio = Math.abs(event.deltaY / 100);
var mergedScaleRatio = Math.min(scaleRatio, WHEEL_MAX_SCALE_RATIO);
var ratio = BASE_SCALE_RATIO + mergedScaleRatio * scaleStep;
if (event.deltaY > 0) {
ratio = BASE_SCALE_RATIO / ratio;
}
dispatchZoomChange(ratio, "wheel", event.clientX, event.clientY);
};
(0, import_react157.useEffect)(function() {
var onTopMouseUpListener;
var onTopMouseMoveListener;
var onMouseUpListener;
var onMouseMoveListener;
if (movable) {
onMouseUpListener = addEventListenerWrap(window, "mouseup", onMouseUp, false);
onMouseMoveListener = addEventListenerWrap(window, "mousemove", onMouseMove, false);
try {
if (window.top !== window.self) {
onTopMouseUpListener = addEventListenerWrap(window.top, "mouseup", onMouseUp, false);
onTopMouseMoveListener = addEventListenerWrap(window.top, "mousemove", onMouseMove, false);
}
} catch (error) {
warning(false, "[rc-image] ".concat(error));
}
}
return function() {
var _onMouseUpListener, _onMouseMoveListener, _onTopMouseUpListener, _onTopMouseMoveListen;
(_onMouseUpListener = onMouseUpListener) === null || _onMouseUpListener === void 0 || _onMouseUpListener.remove();
(_onMouseMoveListener = onMouseMoveListener) === null || _onMouseMoveListener === void 0 || _onMouseMoveListener.remove();
(_onTopMouseUpListener = onTopMouseUpListener) === null || _onTopMouseUpListener === void 0 || _onTopMouseUpListener.remove();
(_onTopMouseMoveListen = onTopMouseMoveListener) === null || _onTopMouseMoveListen === void 0 || _onTopMouseMoveListen.remove();
};
}, [visible, isMoving, x, y, rotate, movable]);
return {
isMoving,
onMouseDown,
onMouseMove,
onMouseUp,
onWheel
};
}
// node_modules/rc-image/es/hooks/useStatus.js
var import_react158 = __toESM(require_react());
// node_modules/rc-image/es/util.js
function isImageValid(src) {
return new Promise(function(resolve) {
if (!src) {
resolve(false);
return;
}
var img = document.createElement("img");
img.onerror = function() {
return resolve(false);
};
img.onload = function() {
return resolve(true);
};
img.src = src;
});
}
// node_modules/rc-image/es/hooks/useStatus.js
function useStatus2(_ref) {
var src = _ref.src, isCustomPlaceholder = _ref.isCustomPlaceholder, fallback = _ref.fallback;
var _useState = (0, import_react158.useState)(isCustomPlaceholder ? "loading" : "normal"), _useState2 = _slicedToArray(_useState, 2), status = _useState2[0], setStatus = _useState2[1];
var isLoaded = (0, import_react158.useRef)(false);
var isError = status === "error";
(0, import_react158.useEffect)(function() {
var isCurrentSrc = true;
isImageValid(src).then(function(isValid) {
if (!isValid && isCurrentSrc) {
setStatus("error");
}
});
return function() {
isCurrentSrc = false;
};
}, [src]);
(0, import_react158.useEffect)(function() {
if (isCustomPlaceholder && !isLoaded.current) {
setStatus("loading");
} else if (isError) {
setStatus("normal");
}
}, [src]);
var onLoad = function onLoad2() {
setStatus("normal");
};
var getImgRef = function getImgRef2(img) {
isLoaded.current = false;
if (status === "loading" && img !== null && img !== void 0 && img.complete && (img.naturalWidth || img.naturalHeight)) {
isLoaded.current = true;
onLoad();
}
};
var srcAndOnload = isError && fallback ? {
src: fallback
} : {
onLoad,
src
};
return [getImgRef, srcAndOnload, status];
}
// node_modules/rc-image/es/hooks/useTouchEvent.js
var import_react159 = __toESM(require_react());
function getDistance(a, b) {
var x = a.x - b.x;
var y = a.y - b.y;
return Math.hypot(x, y);
}
function getCenter(oldPoint1, oldPoint2, newPoint1, newPoint2) {
var distance1 = getDistance(oldPoint1, newPoint1);
var distance2 = getDistance(oldPoint2, newPoint2);
if (distance1 === 0 && distance2 === 0) {
return [oldPoint1.x, oldPoint1.y];
}
var ratio = distance1 / (distance1 + distance2);
var x = oldPoint1.x + ratio * (oldPoint2.x - oldPoint1.x);
var y = oldPoint1.y + ratio * (oldPoint2.y - oldPoint1.y);
return [x, y];
}
function useTouchEvent(imgRef, movable, visible, minScale, transform, updateTransform, dispatchZoomChange) {
var rotate = transform.rotate, scale = transform.scale, x = transform.x, y = transform.y;
var _useState = (0, import_react159.useState)(false), _useState2 = _slicedToArray(_useState, 2), isTouching = _useState2[0], setIsTouching = _useState2[1];
var touchPointInfo = (0, import_react159.useRef)({
point1: {
x: 0,
y: 0
},
point2: {
x: 0,
y: 0
},
eventType: "none"
});
var updateTouchPointInfo = function updateTouchPointInfo2(values) {
touchPointInfo.current = _objectSpread2(_objectSpread2({}, touchPointInfo.current), values);
};
var onTouchStart = function onTouchStart2(event) {
if (!movable) return;
event.stopPropagation();
setIsTouching(true);
var _event$touches = event.touches, touches = _event$touches === void 0 ? [] : _event$touches;
if (touches.length > 1) {
updateTouchPointInfo({
point1: {
x: touches[0].clientX,
y: touches[0].clientY
},
point2: {
x: touches[1].clientX,
y: touches[1].clientY
},
eventType: "touchZoom"
});
} else {
updateTouchPointInfo({
point1: {
x: touches[0].clientX - x,
y: touches[0].clientY - y
},
eventType: "move"
});
}
};
var onTouchMove = function onTouchMove2(event) {
var _event$touches2 = event.touches, touches = _event$touches2 === void 0 ? [] : _event$touches2;
var _touchPointInfo$curre = touchPointInfo.current, point1 = _touchPointInfo$curre.point1, point2 = _touchPointInfo$curre.point2, eventType = _touchPointInfo$curre.eventType;
if (touches.length > 1 && eventType === "touchZoom") {
var newPoint1 = {
x: touches[0].clientX,
y: touches[0].clientY
};
var newPoint2 = {
x: touches[1].clientX,
y: touches[1].clientY
};
var _getCenter = getCenter(point1, point2, newPoint1, newPoint2), _getCenter2 = _slicedToArray(_getCenter, 2), centerX = _getCenter2[0], centerY = _getCenter2[1];
var ratio = getDistance(newPoint1, newPoint2) / getDistance(point1, point2);
dispatchZoomChange(ratio, "touchZoom", centerX, centerY, true);
updateTouchPointInfo({
point1: newPoint1,
point2: newPoint2,
eventType: "touchZoom"
});
} else if (eventType === "move") {
updateTransform({
x: touches[0].clientX - point1.x,
y: touches[0].clientY - point1.y
}, "move");
updateTouchPointInfo({
eventType: "move"
});
}
};
var onTouchEnd = function onTouchEnd2() {
if (!visible) return;
if (isTouching) {
setIsTouching(false);
}
updateTouchPointInfo({
eventType: "none"
});
if (minScale > scale) {
return updateTransform({
x: 0,
y: 0,
scale: minScale
}, "touchZoom");
}
var width = imgRef.current.offsetWidth * scale;
var height = imgRef.current.offsetHeight * scale;
var _imgRef$current$getBo = imgRef.current.getBoundingClientRect(), left = _imgRef$current$getBo.left, top = _imgRef$current$getBo.top;
var isRotate = rotate % 180 !== 0;
var fixState = getFixScaleEleTransPosition(isRotate ? height : width, isRotate ? width : height, left, top);
if (fixState) {
updateTransform(_objectSpread2({}, fixState), "dragRebound");
}
};
(0, import_react159.useEffect)(function() {
var onTouchMoveListener;
if (visible && movable) {
onTouchMoveListener = addEventListenerWrap(window, "touchmove", function(e3) {
return e3.preventDefault();
}, {
passive: false
});
}
return function() {
var _onTouchMoveListener;
(_onTouchMoveListener = onTouchMoveListener) === null || _onTouchMoveListener === void 0 || _onTouchMoveListener.remove();
};
}, [visible, movable]);
return {
isTouching,
onTouchStart,
onTouchMove,
onTouchEnd
};
}
// node_modules/rc-image/es/Preview.js
var _excluded56 = ["fallback", "src", "imgRef"];
var _excluded216 = ["prefixCls", "src", "alt", "imageInfo", "fallback", "movable", "onClose", "visible", "icons", "rootClassName", "closeIcon", "getContainer", "current", "count", "countRender", "scaleStep", "minScale", "maxScale", "transitionName", "maskTransitionName", "imageRender", "imgCommonProps", "toolbarRender", "onTransform", "onChange"];
var PreviewImage = function PreviewImage2(_ref) {
var fallback = _ref.fallback, src = _ref.src, imgRef = _ref.imgRef, props = _objectWithoutProperties(_ref, _excluded56);
var _useStatus = useStatus2({
src,
fallback
}), _useStatus2 = _slicedToArray(_useStatus, 2), getImgRef = _useStatus2[0], srcAndOnload = _useStatus2[1];
return import_react160.default.createElement("img", _extends({
ref: function ref(_ref2) {
imgRef.current = _ref2;
getImgRef(_ref2);
}
}, props, srcAndOnload));
};
var Preview = function Preview2(props) {
var prefixCls = props.prefixCls, src = props.src, alt = props.alt, imageInfo = props.imageInfo, fallback = props.fallback, _props$movable = props.movable, movable = _props$movable === void 0 ? true : _props$movable, onClose = props.onClose, visible = props.visible, _props$icons = props.icons, icons2 = _props$icons === void 0 ? {} : _props$icons, rootClassName = props.rootClassName, closeIcon = props.closeIcon, getContainer = props.getContainer, _props$current = props.current, current = _props$current === void 0 ? 0 : _props$current, _props$count = props.count, count = _props$count === void 0 ? 1 : _props$count, countRender = props.countRender, _props$scaleStep = props.scaleStep, scaleStep = _props$scaleStep === void 0 ? 0.5 : _props$scaleStep, _props$minScale = props.minScale, minScale = _props$minScale === void 0 ? 1 : _props$minScale, _props$maxScale = props.maxScale, maxScale = _props$maxScale === void 0 ? 50 : _props$maxScale, _props$transitionName = props.transitionName, transitionName = _props$transitionName === void 0 ? "zoom" : _props$transitionName, _props$maskTransition = props.maskTransitionName, maskTransitionName = _props$maskTransition === void 0 ? "fade" : _props$maskTransition, imageRender = props.imageRender, imgCommonProps = props.imgCommonProps, toolbarRender = props.toolbarRender, onTransform = props.onTransform, onChange = props.onChange, restProps = _objectWithoutProperties(props, _excluded216);
var imgRef = (0, import_react160.useRef)();
var groupContext = (0, import_react160.useContext)(PreviewGroupContext);
var showLeftOrRightSwitches = groupContext && count > 1;
var showOperationsProgress = groupContext && count >= 1;
var _useState = (0, import_react160.useState)(true), _useState2 = _slicedToArray(_useState, 2), enableTransition = _useState2[0], setEnableTransition = _useState2[1];
var _useImageTransform = useImageTransform(imgRef, minScale, maxScale, onTransform), transform = _useImageTransform.transform, resetTransform = _useImageTransform.resetTransform, updateTransform = _useImageTransform.updateTransform, dispatchZoomChange = _useImageTransform.dispatchZoomChange;
var _useMouseEvent = useMouseEvent(imgRef, movable, visible, scaleStep, transform, updateTransform, dispatchZoomChange), isMoving = _useMouseEvent.isMoving, onMouseDown = _useMouseEvent.onMouseDown, onWheel = _useMouseEvent.onWheel;
var _useTouchEvent = useTouchEvent(imgRef, movable, visible, minScale, transform, updateTransform, dispatchZoomChange), isTouching = _useTouchEvent.isTouching, onTouchStart = _useTouchEvent.onTouchStart, onTouchMove = _useTouchEvent.onTouchMove, onTouchEnd = _useTouchEvent.onTouchEnd;
var rotate = transform.rotate, scale = transform.scale;
var wrapClassName = (0, import_classnames187.default)(_defineProperty({}, "".concat(prefixCls, "-moving"), isMoving));
(0, import_react160.useEffect)(function() {
if (!enableTransition) {
setEnableTransition(true);
}
}, [enableTransition]);
var onAfterClose = function onAfterClose2() {
resetTransform("close");
};
var onZoomIn = function onZoomIn2() {
dispatchZoomChange(BASE_SCALE_RATIO + scaleStep, "zoomIn");
};
var onZoomOut = function onZoomOut2() {
dispatchZoomChange(BASE_SCALE_RATIO / (BASE_SCALE_RATIO + scaleStep), "zoomOut");
};
var onRotateRight = function onRotateRight2() {
updateTransform({
rotate: rotate + 90
}, "rotateRight");
};
var onRotateLeft = function onRotateLeft2() {
updateTransform({
rotate: rotate - 90
}, "rotateLeft");
};
var onFlipX = function onFlipX2() {
updateTransform({
flipX: !transform.flipX
}, "flipX");
};
var onFlipY = function onFlipY2() {
updateTransform({
flipY: !transform.flipY
}, "flipY");
};
var onReset = function onReset2() {
resetTransform("reset");
};
var onActive = function onActive2(offset3) {
var position3 = current + offset3;
if (!Number.isInteger(position3) || position3 < 0 || position3 > count - 1) {
return;
}
setEnableTransition(false);
resetTransform(offset3 < 0 ? "prev" : "next");
onChange === null || onChange === void 0 || onChange(position3, current);
};
var onKeyDown2 = function onKeyDown3(event) {
if (!visible || !showLeftOrRightSwitches) return;
if (event.keyCode === KeyCode_default.LEFT) {
onActive(-1);
} else if (event.keyCode === KeyCode_default.RIGHT) {
onActive(1);
}
};
var onDoubleClick = function onDoubleClick2(event) {
if (visible) {
if (scale !== 1) {
updateTransform({
x: 0,
y: 0,
scale: 1
}, "doubleClick");
} else {
dispatchZoomChange(BASE_SCALE_RATIO + scaleStep, "doubleClick", event.clientX, event.clientY);
}
}
};
(0, import_react160.useEffect)(function() {
var onKeyDownListener = addEventListenerWrap(window, "keydown", onKeyDown2, false);
return function() {
onKeyDownListener.remove();
};
}, [visible, showLeftOrRightSwitches, current]);
var imgNode = import_react160.default.createElement(PreviewImage, _extends({}, imgCommonProps, {
width: props.width,
height: props.height,
imgRef,
className: "".concat(prefixCls, "-img"),
alt,
style: {
transform: "translate3d(".concat(transform.x, "px, ").concat(transform.y, "px, 0) scale3d(").concat(transform.flipX ? "-" : "").concat(scale, ", ").concat(transform.flipY ? "-" : "").concat(scale, ", 1) rotate(").concat(rotate, "deg)"),
transitionDuration: (!enableTransition || isTouching) && "0s"
},
fallback,
src,
onWheel,
onMouseDown,
onDoubleClick,
onTouchStart,
onTouchMove,
onTouchEnd,
onTouchCancel: onTouchEnd
}));
var image = _objectSpread2({
url: src,
alt
}, imageInfo);
return import_react160.default.createElement(import_react160.default.Fragment, null, import_react160.default.createElement(es_default6, _extends({
transitionName,
maskTransitionName,
closable: false,
keyboard: true,
prefixCls,
onClose,
visible,
classNames: {
wrapper: wrapClassName
},
rootClassName,
getContainer
}, restProps, {
afterClose: onAfterClose
}), import_react160.default.createElement("div", {
className: "".concat(prefixCls, "-img-wrapper")
}, imageRender ? imageRender(imgNode, _objectSpread2({
transform,
image
}, groupContext ? {
current
} : {})) : imgNode)), import_react160.default.createElement(Operations_default, {
visible,
transform,
maskTransitionName,
closeIcon,
getContainer,
prefixCls,
rootClassName,
icons: icons2,
countRender,
showSwitch: showLeftOrRightSwitches,
showProgress: showOperationsProgress,
current,
count,
scale,
minScale,
maxScale,
toolbarRender,
onActive,
onZoomIn,
onZoomOut,
onRotateRight,
onRotateLeft,
onFlipX,
onFlipY,
onClose,
onReset,
zIndex: restProps.zIndex !== void 0 ? restProps.zIndex + 1 : void 0,
image
}));
};
var Preview_default = Preview;
// node_modules/rc-image/es/PreviewGroup.js
var React443 = __toESM(require_react());
var import_react161 = __toESM(require_react());
// node_modules/rc-image/es/hooks/usePreviewItems.js
var React442 = __toESM(require_react());
// node_modules/rc-image/es/common.js
var COMMON_PROPS = ["crossOrigin", "decoding", "draggable", "loading", "referrerPolicy", "sizes", "srcSet", "useMap", "alt"];
// node_modules/rc-image/es/hooks/usePreviewItems.js
function usePreviewItems(items) {
var _React$useState = React442.useState({}), _React$useState2 = _slicedToArray(_React$useState, 2), images = _React$useState2[0], setImages = _React$useState2[1];
var registerImage = React442.useCallback(function(id, data) {
setImages(function(imgs) {
return _objectSpread2(_objectSpread2({}, imgs), {}, _defineProperty({}, id, data));
});
return function() {
setImages(function(imgs) {
var cloneImgs = _objectSpread2({}, imgs);
delete cloneImgs[id];
return cloneImgs;
});
};
}, []);
var mergedItems = React442.useMemo(function() {
if (items) {
return items.map(function(item) {
if (typeof item === "string") {
return {
data: {
src: item
}
};
}
var data = {};
Object.keys(item).forEach(function(key) {
if (["src"].concat(_toConsumableArray(COMMON_PROPS)).includes(key)) {
data[key] = item[key];
}
});
return {
data
};
});
}
return Object.keys(images).reduce(function(total, id) {
var _images$id = images[id], canPreview = _images$id.canPreview, data = _images$id.data;
if (canPreview) {
total.push({
data,
id
});
}
return total;
}, []);
}, [items, images]);
return [mergedItems, registerImage, !!items];
}
// node_modules/rc-image/es/PreviewGroup.js
var _excluded57 = ["visible", "onVisibleChange", "getContainer", "current", "movable", "minScale", "maxScale", "countRender", "closeIcon", "onChange", "onTransform", "toolbarRender", "imageRender"];
var _excluded217 = ["src"];
var Group = function Group2(_ref) {
var _mergedItems$current;
var _ref$previewPrefixCls = _ref.previewPrefixCls, previewPrefixCls = _ref$previewPrefixCls === void 0 ? "rc-image-preview" : _ref$previewPrefixCls, children = _ref.children, _ref$icons = _ref.icons, icons2 = _ref$icons === void 0 ? {} : _ref$icons, items = _ref.items, preview = _ref.preview, fallback = _ref.fallback;
var _ref2 = _typeof(preview) === "object" ? preview : {}, previewVisible = _ref2.visible, onVisibleChange = _ref2.onVisibleChange, getContainer = _ref2.getContainer, currentIndex = _ref2.current, movable = _ref2.movable, minScale = _ref2.minScale, maxScale = _ref2.maxScale, countRender = _ref2.countRender, closeIcon = _ref2.closeIcon, onChange = _ref2.onChange, onTransform = _ref2.onTransform, toolbarRender = _ref2.toolbarRender, imageRender = _ref2.imageRender, dialogProps = _objectWithoutProperties(_ref2, _excluded57);
var _usePreviewItems = usePreviewItems(items), _usePreviewItems2 = _slicedToArray(_usePreviewItems, 3), mergedItems = _usePreviewItems2[0], register2 = _usePreviewItems2[1], fromItems = _usePreviewItems2[2];
var _useMergedState = useMergedState(0, {
value: currentIndex
}), _useMergedState2 = _slicedToArray(_useMergedState, 2), current = _useMergedState2[0], setCurrent = _useMergedState2[1];
var _useState = (0, import_react161.useState)(false), _useState2 = _slicedToArray(_useState, 2), keepOpenIndex = _useState2[0], setKeepOpenIndex = _useState2[1];
var _ref3 = ((_mergedItems$current = mergedItems[current]) === null || _mergedItems$current === void 0 ? void 0 : _mergedItems$current.data) || {}, src = _ref3.src, imgCommonProps = _objectWithoutProperties(_ref3, _excluded217);
var _useMergedState3 = useMergedState(!!previewVisible, {
value: previewVisible,
onChange: function onChange2(val, prevVal) {
onVisibleChange === null || onVisibleChange === void 0 || onVisibleChange(val, prevVal, current);
}
}), _useMergedState4 = _slicedToArray(_useMergedState3, 2), isShowPreview = _useMergedState4[0], setShowPreview = _useMergedState4[1];
var _useState3 = (0, import_react161.useState)(null), _useState4 = _slicedToArray(_useState3, 2), mousePosition2 = _useState4[0], setMousePosition = _useState4[1];
var onPreviewFromImage = React443.useCallback(function(id, imageSrc, mouseX, mouseY) {
var index3 = fromItems ? mergedItems.findIndex(function(item) {
return item.data.src === imageSrc;
}) : mergedItems.findIndex(function(item) {
return item.id === id;
});
setCurrent(index3 < 0 ? 0 : index3);
setShowPreview(true);
setMousePosition({
x: mouseX,
y: mouseY
});
setKeepOpenIndex(true);
}, [mergedItems, fromItems]);
React443.useEffect(function() {
if (isShowPreview) {
if (!keepOpenIndex) {
setCurrent(0);
}
} else {
setKeepOpenIndex(false);
}
}, [isShowPreview]);
var onInternalChange = function onInternalChange2(next2, prev2) {
setCurrent(next2);
onChange === null || onChange === void 0 || onChange(next2, prev2);
};
var onPreviewClose = function onPreviewClose2() {
setShowPreview(false);
setMousePosition(null);
};
var previewGroupContext = React443.useMemo(function() {
return {
register: register2,
onPreview: onPreviewFromImage
};
}, [register2, onPreviewFromImage]);
return React443.createElement(PreviewGroupContext.Provider, {
value: previewGroupContext
}, children, React443.createElement(Preview_default, _extends({
"aria-hidden": !isShowPreview,
movable,
visible: isShowPreview,
prefixCls: previewPrefixCls,
closeIcon,
onClose: onPreviewClose,
mousePosition: mousePosition2,
imgCommonProps,
src,
fallback,
icons: icons2,
minScale,
maxScale,
getContainer,
current,
count: mergedItems.length,
countRender,
onTransform,
toolbarRender,
imageRender,
onChange: onInternalChange
}, dialogProps)));
};
var PreviewGroup_default = Group;
// node_modules/rc-image/es/hooks/useRegisterImage.js
var React444 = __toESM(require_react());
var uid = 0;
function useRegisterImage(canPreview, data) {
var _React$useState = React444.useState(function() {
uid += 1;
return String(uid);
}), _React$useState2 = _slicedToArray(_React$useState, 1), id = _React$useState2[0];
var groupContext = React444.useContext(PreviewGroupContext);
var registerData = {
data,
canPreview
};
React444.useEffect(function() {
if (groupContext) {
return groupContext.register(id, registerData);
}
}, []);
React444.useEffect(function() {
if (groupContext) {
groupContext.register(id, registerData);
}
}, [canPreview, data]);
return id;
}
// node_modules/rc-image/es/Image.js
var _excluded58 = ["src", "alt", "onPreviewClose", "prefixCls", "previewPrefixCls", "placeholder", "fallback", "width", "height", "style", "preview", "className", "onClick", "onError", "wrapperClassName", "wrapperStyle", "rootClassName"];
var _excluded218 = ["src", "visible", "onVisibleChange", "getContainer", "mask", "maskClassName", "movable", "icons", "scaleStep", "minScale", "maxScale", "imageRender", "toolbarRender"];
var ImageInternal = function ImageInternal2(props) {
var imgSrc = props.src, alt = props.alt, onInitialPreviewClose = props.onPreviewClose, _props$prefixCls = props.prefixCls, prefixCls = _props$prefixCls === void 0 ? "rc-image" : _props$prefixCls, _props$previewPrefixC = props.previewPrefixCls, previewPrefixCls = _props$previewPrefixC === void 0 ? "".concat(prefixCls, "-preview") : _props$previewPrefixC, placeholder = props.placeholder, fallback = props.fallback, width = props.width, height = props.height, style2 = props.style, _props$preview = props.preview, preview = _props$preview === void 0 ? true : _props$preview, className = props.className, onClick = props.onClick, onError = props.onError, wrapperClassName = props.wrapperClassName, wrapperStyle = props.wrapperStyle, rootClassName = props.rootClassName, otherProps = _objectWithoutProperties(props, _excluded58);
var isCustomPlaceholder = placeholder && placeholder !== true;
var _ref = _typeof(preview) === "object" ? preview : {}, previewSrc = _ref.src, _ref$visible = _ref.visible, previewVisible = _ref$visible === void 0 ? void 0 : _ref$visible, _ref$onVisibleChange = _ref.onVisibleChange, onPreviewVisibleChange = _ref$onVisibleChange === void 0 ? onInitialPreviewClose : _ref$onVisibleChange, _ref$getContainer = _ref.getContainer, getPreviewContainer = _ref$getContainer === void 0 ? void 0 : _ref$getContainer, previewMask = _ref.mask, maskClassName = _ref.maskClassName, movable = _ref.movable, icons2 = _ref.icons, scaleStep = _ref.scaleStep, minScale = _ref.minScale, maxScale = _ref.maxScale, imageRender = _ref.imageRender, toolbarRender = _ref.toolbarRender, dialogProps = _objectWithoutProperties(_ref, _excluded218);
var src = previewSrc !== null && previewSrc !== void 0 ? previewSrc : imgSrc;
var _useMergedState = useMergedState(!!previewVisible, {
value: previewVisible,
onChange: onPreviewVisibleChange
}), _useMergedState2 = _slicedToArray(_useMergedState, 2), isShowPreview = _useMergedState2[0], setShowPreview = _useMergedState2[1];
var _useStatus = useStatus2({
src: imgSrc,
isCustomPlaceholder,
fallback
}), _useStatus2 = _slicedToArray(_useStatus, 3), getImgRef = _useStatus2[0], srcAndOnload = _useStatus2[1], status = _useStatus2[2];
var _useState = (0, import_react162.useState)(null), _useState2 = _slicedToArray(_useState, 2), mousePosition2 = _useState2[0], setMousePosition = _useState2[1];
var groupContext = (0, import_react162.useContext)(PreviewGroupContext);
var canPreview = !!preview;
var onPreviewClose = function onPreviewClose2() {
setShowPreview(false);
setMousePosition(null);
};
var wrapperClass = (0, import_classnames188.default)(prefixCls, wrapperClassName, rootClassName, _defineProperty({}, "".concat(prefixCls, "-error"), status === "error"));
var imgCommonProps = (0, import_react162.useMemo)(function() {
var obj = {};
COMMON_PROPS.forEach(function(prop) {
if (props[prop] !== void 0) {
obj[prop] = props[prop];
}
});
return obj;
}, COMMON_PROPS.map(function(prop) {
return props[prop];
}));
var registerData = (0, import_react162.useMemo)(function() {
return _objectSpread2(_objectSpread2({}, imgCommonProps), {}, {
src
});
}, [src, imgCommonProps]);
var imageId = useRegisterImage(canPreview, registerData);
var onPreview = function onPreview2(e3) {
var _getOffset = getOffset5(e3.target), left = _getOffset.left, top = _getOffset.top;
if (groupContext) {
groupContext.onPreview(imageId, src, left, top);
} else {
setMousePosition({
x: left,
y: top
});
setShowPreview(true);
}
onClick === null || onClick === void 0 || onClick(e3);
};
return React445.createElement(React445.Fragment, null, React445.createElement("div", _extends({}, otherProps, {
className: wrapperClass,
onClick: canPreview ? onPreview : onClick,
style: _objectSpread2({
width,
height
}, wrapperStyle)
}), React445.createElement("img", _extends({}, imgCommonProps, {
className: (0, import_classnames188.default)("".concat(prefixCls, "-img"), _defineProperty({}, "".concat(prefixCls, "-img-placeholder"), placeholder === true), className),
style: _objectSpread2({
height
}, style2),
ref: getImgRef
}, srcAndOnload, {
width,
height,
onError
})), status === "loading" && React445.createElement("div", {
"aria-hidden": "true",
className: "".concat(prefixCls, "-placeholder")
}, placeholder), previewMask && canPreview && React445.createElement("div", {
className: (0, import_classnames188.default)("".concat(prefixCls, "-mask"), maskClassName),
style: {
display: (style2 === null || style2 === void 0 ? void 0 : style2.display) === "none" ? "none" : void 0
}
}, previewMask)), !groupContext && canPreview && React445.createElement(Preview_default, _extends({
"aria-hidden": !isShowPreview,
visible: isShowPreview,
prefixCls: previewPrefixCls,
onClose: onPreviewClose,
mousePosition: mousePosition2,
src,
alt,
imageInfo: {
width,
height
},
fallback,
getContainer: getPreviewContainer,
icons: icons2,
movable,
scaleStep,
minScale,
maxScale,
rootClassName,
imageRender,
imgCommonProps,
toolbarRender
}, dialogProps)));
};
ImageInternal.PreviewGroup = PreviewGroup_default;
if (true) {
ImageInternal.displayName = "Image";
}
var Image_default2 = ImageInternal;
// node_modules/rc-image/es/index.js
var es_default27 = Image_default2;
// node_modules/antd/es/image/PreviewGroup.js
var React446 = __toESM(require_react());
var import_classnames189 = __toESM(require_classnames());
// node_modules/antd/es/image/style/index.js
var genBoxStyle = (position3) => ({
position: position3 || "absolute",
inset: 0
});
var genImageMaskStyle = (token2) => {
const {
iconCls,
motionDurationSlow,
paddingXXS,
marginXXS,
prefixCls,
colorTextLightSolid
} = token2;
return {
position: "absolute",
inset: 0,
display: "flex",
alignItems: "center",
justifyContent: "center",
color: colorTextLightSolid,
background: new FastColor("#000").setA(0.5).toRgbString(),
cursor: "pointer",
opacity: 0,
transition: `opacity ${motionDurationSlow}`,
[`.${prefixCls}-mask-info`]: Object.assign(Object.assign({}, textEllipsis), {
padding: `0 ${unit2(paddingXXS)}`,
[iconCls]: {
marginInlineEnd: marginXXS,
svg: {
verticalAlign: "baseline"
}
}
})
};
};
var genPreviewOperationsStyle = (token2) => {
const {
previewCls,
modalMaskBg,
paddingSM,
marginXL,
margin,
paddingLG,
previewOperationColorDisabled,
previewOperationHoverColor,
motionDurationSlow,
iconCls,
colorTextLightSolid
} = token2;
const operationBg = new FastColor(modalMaskBg).setA(0.1);
const operationBgHover = operationBg.clone().setA(0.2);
return {
[`${previewCls}-footer`]: {
position: "fixed",
bottom: marginXL,
left: {
_skip_check_: true,
value: "50%"
},
display: "flex",
flexDirection: "column",
alignItems: "center",
color: token2.previewOperationColor,
transform: "translateX(-50%)"
},
[`${previewCls}-progress`]: {
marginBottom: margin
},
[`${previewCls}-close`]: {
position: "fixed",
top: marginXL,
right: {
_skip_check_: true,
value: marginXL
},
display: "flex",
color: colorTextLightSolid,
backgroundColor: operationBg.toRgbString(),
borderRadius: "50%",
padding: paddingSM,
outline: 0,
border: 0,
cursor: "pointer",
transition: `all ${motionDurationSlow}`,
"&:hover": {
backgroundColor: operationBgHover.toRgbString()
},
[`& > ${iconCls}`]: {
fontSize: token2.previewOperationSize
}
},
[`${previewCls}-operations`]: {
display: "flex",
alignItems: "center",
padding: `0 ${unit2(paddingLG)}`,
backgroundColor: operationBg.toRgbString(),
borderRadius: 100,
"&-operation": {
marginInlineStart: paddingSM,
padding: paddingSM,
cursor: "pointer",
transition: `all ${motionDurationSlow}`,
userSelect: "none",
[`&:not(${previewCls}-operations-operation-disabled):hover > ${iconCls}`]: {
color: previewOperationHoverColor
},
"&-disabled": {
color: previewOperationColorDisabled,
cursor: "not-allowed"
},
"&:first-of-type": {
marginInlineStart: 0
},
[`& > ${iconCls}`]: {
fontSize: token2.previewOperationSize
}
}
}
};
};
var genPreviewSwitchStyle = (token2) => {
const {
modalMaskBg,
iconCls,
previewOperationColorDisabled,
previewCls,
zIndexPopup,
motionDurationSlow
} = token2;
const operationBg = new FastColor(modalMaskBg).setA(0.1);
const operationBgHover = operationBg.clone().setA(0.2);
return {
[`${previewCls}-switch-left, ${previewCls}-switch-right`]: {
position: "fixed",
insetBlockStart: "50%",
zIndex: token2.calc(zIndexPopup).add(1).equal(),
display: "flex",
alignItems: "center",
justifyContent: "center",
width: token2.imagePreviewSwitchSize,
height: token2.imagePreviewSwitchSize,
marginTop: token2.calc(token2.imagePreviewSwitchSize).mul(-1).div(2).equal(),
color: token2.previewOperationColor,
background: operationBg.toRgbString(),
borderRadius: "50%",
transform: `translateY(-50%)`,
cursor: "pointer",
transition: `all ${motionDurationSlow}`,
userSelect: "none",
"&:hover": {
background: operationBgHover.toRgbString()
},
"&-disabled": {
"&, &:hover": {
color: previewOperationColorDisabled,
background: "transparent",
cursor: "not-allowed",
[`> ${iconCls}`]: {
cursor: "not-allowed"
}
}
},
[`> ${iconCls}`]: {
fontSize: token2.previewOperationSize
}
},
[`${previewCls}-switch-left`]: {
insetInlineStart: token2.marginSM
},
[`${previewCls}-switch-right`]: {
insetInlineEnd: token2.marginSM
}
};
};
var genImagePreviewStyle = (token2) => {
const {
motionEaseOut,
previewCls,
motionDurationSlow,
componentCls
} = token2;
return [
{
[`${componentCls}-preview-root`]: {
[previewCls]: {
height: "100%",
textAlign: "center",
pointerEvents: "none"
},
[`${previewCls}-body`]: Object.assign(Object.assign({}, genBoxStyle()), {
overflow: "hidden"
}),
[`${previewCls}-img`]: {
maxWidth: "100%",
maxHeight: "70%",
verticalAlign: "middle",
transform: "scale3d(1, 1, 1)",
cursor: "grab",
transition: `transform ${motionDurationSlow} ${motionEaseOut} 0s`,
userSelect: "none",
"&-wrapper": Object.assign(Object.assign({}, genBoxStyle()), {
transition: `transform ${motionDurationSlow} ${motionEaseOut} 0s`,
// https://github.com/ant-design/ant-design/issues/39913
// TailwindCSS will reset img default style.
// Let's set back.
display: "flex",
justifyContent: "center",
alignItems: "center",
"& > *": {
pointerEvents: "auto"
},
"&::before": {
display: "inline-block",
width: 1,
height: "50%",
marginInlineEnd: -1,
content: '""'
}
})
},
[`${previewCls}-moving`]: {
[`${previewCls}-preview-img`]: {
cursor: "grabbing",
"&-wrapper": {
transitionDuration: "0s"
}
}
}
}
},
// Override
{
[`${componentCls}-preview-root`]: {
[`${previewCls}-wrap`]: {
zIndex: token2.zIndexPopup
}
}
},
// Preview operations & switch
{
[`${componentCls}-preview-operations-wrapper`]: {
position: "fixed",
zIndex: token2.calc(token2.zIndexPopup).add(1).equal()
},
"&": [genPreviewOperationsStyle(token2), genPreviewSwitchStyle(token2)]
}
];
};
var genImageStyle = (token2) => {
const {
componentCls
} = token2;
return {
// ============================== image ==============================
[componentCls]: {
position: "relative",
display: "inline-block",
[`${componentCls}-img`]: {
width: "100%",
height: "auto",
verticalAlign: "middle"
},
[`${componentCls}-img-placeholder`]: {
backgroundColor: token2.colorBgContainerDisabled,
backgroundImage: "url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQuNSAyLjVoLTEzQS41LjUgMCAwIDAgMSAzdjEwYS41LjUgMCAwIDAgLjUuNWgxM2EuNS41IDAgMCAwIC41LS41VjNhLjUuNSAwIDAgMC0uNS0uNXpNNS4yODEgNC43NWExIDEgMCAwIDEgMCAyIDEgMSAwIDAgMSAwLTJ6bTguMDMgNi44M2EuMTI3LjEyNyAwIDAgMS0uMDgxLjAzSDIuNzY5YS4xMjUuMTI1IDAgMCAxLS4wOTYtLjIwN2wyLjY2MS0zLjE1NmEuMTI2LjEyNiAwIDAgMSAuMTc3LS4wMTZsLjAxNi4wMTZMNy4wOCAxMC4wOWwyLjQ3LTIuOTNhLjEyNi4xMjYgMCAwIDEgLjE3Ny0uMDE2bC4wMTUuMDE2IDMuNTg4IDQuMjQ0YS4xMjcuMTI3IDAgMCAxLS4wMi4xNzV6IiBmaWxsPSIjOEM4QzhDIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=')",
backgroundRepeat: "no-repeat",
backgroundPosition: "center center",
backgroundSize: "30%"
},
[`${componentCls}-mask`]: Object.assign({}, genImageMaskStyle(token2)),
[`${componentCls}-mask:hover`]: {
opacity: 1
},
[`${componentCls}-placeholder`]: Object.assign({}, genBoxStyle())
}
};
};
var genPreviewMotion = (token2) => {
const {
previewCls
} = token2;
return {
[`${previewCls}-root`]: initZoomMotion(token2, "zoom"),
"&": initFadeMotion(token2, true)
};
};
var prepareComponentToken37 = (token2) => ({
zIndexPopup: token2.zIndexPopupBase + 80,
previewOperationColor: new FastColor(token2.colorTextLightSolid).setA(0.65).toRgbString(),
previewOperationHoverColor: new FastColor(token2.colorTextLightSolid).setA(0.85).toRgbString(),
previewOperationColorDisabled: new FastColor(token2.colorTextLightSolid).setA(0.25).toRgbString(),
previewOperationSize: token2.fontSizeIcon * 1.5
// FIXME: fontSizeIconLG
});
var style_default43 = genStyleHooks("Image", (token2) => {
const previewCls = `${token2.componentCls}-preview`;
const imageToken = merge2(token2, {
previewCls,
modalMaskBg: new FastColor("#000").setA(0.45).toRgbString(),
// FIXME: Shared Token
imagePreviewSwitchSize: token2.controlHeightLG
});
return [genImageStyle(imageToken), genImagePreviewStyle(imageToken), genModalMaskStyle(merge2(imageToken, {
componentCls: previewCls
})), genPreviewMotion(imageToken)];
}, prepareComponentToken37);
// node_modules/antd/es/image/PreviewGroup.js
var __rest75 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var icons = {
rotateLeft: React446.createElement(RotateLeftOutlined_default, null),
rotateRight: React446.createElement(RotateRightOutlined_default, null),
zoomIn: React446.createElement(ZoomInOutlined_default, null),
zoomOut: React446.createElement(ZoomOutOutlined_default, null),
close: React446.createElement(CloseOutlined_default, null),
left: React446.createElement(LeftOutlined_default, null),
right: React446.createElement(RightOutlined_default, null),
flipX: React446.createElement(SwapOutlined_default, null),
flipY: React446.createElement(SwapOutlined_default, {
rotate: 90
})
};
var InternalPreviewGroup = (_a) => {
var {
previewPrefixCls: customizePrefixCls,
preview
} = _a, otherProps = __rest75(_a, ["previewPrefixCls", "preview"]);
const {
getPrefixCls,
direction
} = React446.useContext(ConfigContext);
const prefixCls = getPrefixCls("image", customizePrefixCls);
const previewPrefixCls = `${prefixCls}-preview`;
const rootPrefixCls = getPrefixCls();
const rootCls = useCSSVarCls_default(prefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default43(prefixCls, rootCls);
const [zIndex] = useZIndex("ImagePreview", typeof preview === "object" ? preview.zIndex : void 0);
const memoizedIcons = React446.useMemo(() => Object.assign(Object.assign({}, icons), {
left: direction === "rtl" ? React446.createElement(RightOutlined_default, null) : React446.createElement(LeftOutlined_default, null),
right: direction === "rtl" ? React446.createElement(LeftOutlined_default, null) : React446.createElement(RightOutlined_default, null)
}), [direction]);
const mergedPreview = React446.useMemo(() => {
var _a2;
if (preview === false) {
return preview;
}
const _preview = typeof preview === "object" ? preview : {};
const mergedRootClassName = (0, import_classnames189.default)(hashId, cssVarCls, rootCls, (_a2 = _preview.rootClassName) !== null && _a2 !== void 0 ? _a2 : "");
return Object.assign(Object.assign({}, _preview), {
transitionName: getTransitionName2(rootPrefixCls, "zoom", _preview.transitionName),
maskTransitionName: getTransitionName2(rootPrefixCls, "fade", _preview.maskTransitionName),
rootClassName: mergedRootClassName,
zIndex
});
}, [preview, rootPrefixCls, zIndex, hashId, cssVarCls, rootCls]);
return wrapCSSVar(React446.createElement(es_default27.PreviewGroup, Object.assign({
preview: mergedPreview,
previewPrefixCls,
icons: memoizedIcons
}, otherProps)));
};
var PreviewGroup_default2 = InternalPreviewGroup;
// node_modules/antd/es/image/index.js
var __rest76 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var Image2 = (props) => {
const {
prefixCls: customizePrefixCls,
preview,
className,
rootClassName,
style: style2,
fallback
} = props, otherProps = __rest76(props, ["prefixCls", "preview", "className", "rootClassName", "style", "fallback"]);
if (true) {
const warning5 = devUseWarning("Image");
warning5.deprecated(!(preview && typeof preview === "object" && "destroyOnClose" in preview), "destroyOnClose", "destroyOnHidden");
}
const {
getPrefixCls,
getPopupContainer: getContextPopupContainer,
className: contextClassName,
style: contextStyle,
preview: contextPreview,
fallback: contextFallback
} = useComponentConfig("image");
const [imageLocale] = useLocale_default("Image");
const prefixCls = getPrefixCls("image", customizePrefixCls);
const rootPrefixCls = getPrefixCls();
const rootCls = useCSSVarCls_default(prefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default43(prefixCls, rootCls);
const mergedRootClassName = (0, import_classnames190.default)(rootClassName, hashId, cssVarCls, rootCls);
const mergedClassName = (0, import_classnames190.default)(className, hashId, contextClassName);
const [zIndex] = useZIndex("ImagePreview", typeof preview === "object" ? preview.zIndex : void 0);
const mergedPreview = React447.useMemo(() => {
if (preview === false) {
return preview;
}
const _preview = typeof preview === "object" ? preview : {};
const {
getContainer,
closeIcon,
rootClassName: rootClassName2,
destroyOnClose,
destroyOnHidden
} = _preview, restPreviewProps = __rest76(_preview, ["getContainer", "closeIcon", "rootClassName", "destroyOnClose", "destroyOnHidden"]);
return Object.assign(Object.assign({
mask: React447.createElement("div", {
className: `${prefixCls}-mask-info`
}, React447.createElement(EyeOutlined_default, null), imageLocale === null || imageLocale === void 0 ? void 0 : imageLocale.preview),
icons
}, restPreviewProps), {
// TODO: In the future, destroyOnClose in rc-image needs to be upgrade to destroyOnHidden
destroyOnClose: destroyOnHidden !== null && destroyOnHidden !== void 0 ? destroyOnHidden : destroyOnClose,
rootClassName: (0, import_classnames190.default)(mergedRootClassName, rootClassName2),
getContainer: getContainer !== null && getContainer !== void 0 ? getContainer : getContextPopupContainer,
transitionName: getTransitionName2(rootPrefixCls, "zoom", _preview.transitionName),
maskTransitionName: getTransitionName2(rootPrefixCls, "fade", _preview.maskTransitionName),
zIndex,
closeIcon: closeIcon !== null && closeIcon !== void 0 ? closeIcon : contextPreview === null || contextPreview === void 0 ? void 0 : contextPreview.closeIcon
});
}, [preview, imageLocale, contextPreview === null || contextPreview === void 0 ? void 0 : contextPreview.closeIcon]);
const mergedStyle = Object.assign(Object.assign({}, contextStyle), style2);
const mergedFallback = fallback !== null && fallback !== void 0 ? fallback : contextFallback;
return wrapCSSVar(React447.createElement(es_default27, Object.assign({
prefixCls,
preview: mergedPreview,
rootClassName: mergedRootClassName,
className: mergedClassName,
style: mergedStyle,
fallback: mergedFallback
}, otherProps)));
};
Image2.PreviewGroup = PreviewGroup_default2;
if (true) {
Image2.displayName = "Image";
}
var image_default = Image2;
// node_modules/antd/es/input/Group.js
var React448 = __toESM(require_react());
var import_react163 = __toESM(require_react());
var import_classnames191 = __toESM(require_classnames());
var Group3 = (props) => {
const {
getPrefixCls,
direction
} = (0, import_react163.useContext)(ConfigContext);
const {
prefixCls: customizePrefixCls,
className
} = props;
const prefixCls = getPrefixCls("input-group", customizePrefixCls);
const inputPrefixCls = getPrefixCls("input");
const [wrapCSSVar, hashId, cssVarCls] = style_default24(inputPrefixCls);
const cls13 = (0, import_classnames191.default)(prefixCls, cssVarCls, {
[`${prefixCls}-lg`]: props.size === "large",
[`${prefixCls}-sm`]: props.size === "small",
[`${prefixCls}-compact`]: props.compact,
[`${prefixCls}-rtl`]: direction === "rtl"
}, hashId, className);
const formItemContext = (0, import_react163.useContext)(FormItemInputContext);
const groupFormItemContext = (0, import_react163.useMemo)(() => Object.assign(Object.assign({}, formItemContext), {
isFormItemInput: false
}), [formItemContext]);
if (true) {
const warning5 = devUseWarning("Input.Group");
warning5.deprecated(false, "Input.Group", "Space.Compact");
}
return wrapCSSVar(React448.createElement("span", {
className: cls13,
style: props.style,
onMouseEnter: props.onMouseEnter,
onMouseLeave: props.onMouseLeave,
onFocus: props.onFocus,
onBlur: props.onBlur
}, React448.createElement(FormItemInputContext.Provider, {
value: groupFormItemContext
}, props.children)));
};
var Group_default2 = Group3;
// node_modules/antd/es/input/OTP/index.js
var React450 = __toESM(require_react());
var import_classnames193 = __toESM(require_classnames());
// node_modules/antd/es/input/style/otp.js
var genOTPStyle = (token2) => {
const {
componentCls,
paddingXS
} = token2;
return {
[componentCls]: {
display: "inline-flex",
alignItems: "center",
flexWrap: "nowrap",
columnGap: paddingXS,
[`${componentCls}-input-wrapper`]: {
position: "relative",
[`${componentCls}-mask-icon`]: {
position: "absolute",
zIndex: "1",
top: "50%",
right: "50%",
transform: "translate(50%, -50%)",
pointerEvents: "none"
},
[`${componentCls}-mask-input`]: {
color: "transparent",
caretColor: token2.colorText
},
[`${componentCls}-mask-input[type=number]::-webkit-inner-spin-button`]: {
"-webkit-appearance": "none",
margin: 0
},
[`${componentCls}-mask-input[type=number]`]: {
"-moz-appearance": "textfield"
}
},
"&-rtl": {
direction: "rtl"
},
[`${componentCls}-input`]: {
textAlign: "center",
paddingInline: token2.paddingXXS
},
// ================= Size =================
[`&${componentCls}-sm ${componentCls}-input`]: {
paddingInline: token2.calc(token2.paddingXXS).div(2).equal()
},
[`&${componentCls}-lg ${componentCls}-input`]: {
paddingInline: token2.paddingXS
}
}
};
};
var otp_default = genStyleHooks(["Input", "OTP"], (token2) => {
const inputToken = merge2(token2, initInputToken(token2));
return genOTPStyle(inputToken);
}, initComponentToken);
// node_modules/antd/es/input/OTP/OTPInput.js
var React449 = __toESM(require_react());
var import_classnames192 = __toESM(require_classnames());
var __rest77 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var OTPInput = React449.forwardRef((props, ref) => {
const {
className,
value,
onChange,
onActiveChange,
index: index3,
mask
} = props, restProps = __rest77(props, ["className", "value", "onChange", "onActiveChange", "index", "mask"]);
const {
getPrefixCls
} = React449.useContext(ConfigContext);
const prefixCls = getPrefixCls("otp");
const maskValue = typeof mask === "string" ? mask : value;
const inputRef = React449.useRef(null);
React449.useImperativeHandle(ref, () => inputRef.current);
const onInternalChange = (e3) => {
onChange(index3, e3.target.value);
};
const syncSelection = () => {
raf_default(() => {
var _a;
const inputEle = (_a = inputRef.current) === null || _a === void 0 ? void 0 : _a.input;
if (document.activeElement === inputEle && inputEle) {
inputEle.select();
}
});
};
const onInternalKeyDown = (event) => {
const {
key,
ctrlKey,
metaKey
} = event;
if (key === "ArrowLeft") {
onActiveChange(index3 - 1);
} else if (key === "ArrowRight") {
onActiveChange(index3 + 1);
} else if (key === "z" && (ctrlKey || metaKey)) {
event.preventDefault();
} else if (key === "Backspace" && !value) {
onActiveChange(index3 - 1);
}
syncSelection();
};
return React449.createElement("span", {
className: `${prefixCls}-input-wrapper`,
role: "presentation"
}, mask && value !== "" && value !== void 0 && React449.createElement("span", {
className: `${prefixCls}-mask-icon`,
"aria-hidden": "true"
}, maskValue), React449.createElement(Input_default5, Object.assign({
"aria-label": `OTP Input ${index3 + 1}`,
type: mask === true ? "password" : "text"
}, restProps, {
ref: inputRef,
value,
onInput: onInternalChange,
onFocus: syncSelection,
onKeyDown: onInternalKeyDown,
onMouseDown: syncSelection,
onMouseUp: syncSelection,
className: (0, import_classnames192.default)(className, {
[`${prefixCls}-mask-input`]: mask
})
})));
});
var OTPInput_default = OTPInput;
// node_modules/antd/es/input/OTP/index.js
var __rest78 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
function strToArr(str) {
return (str || "").split("");
}
var Separator = (props) => {
const {
index: index3,
prefixCls,
separator
} = props;
const separatorNode = typeof separator === "function" ? separator(index3) : separator;
if (!separatorNode) {
return null;
}
return React450.createElement("span", {
className: `${prefixCls}-separator`
}, separatorNode);
};
var OTP = React450.forwardRef((props, ref) => {
const {
prefixCls: customizePrefixCls,
length: length2 = 6,
size: customSize,
defaultValue,
value,
onChange,
formatter,
separator,
variant,
disabled,
status: customStatus,
autoFocus,
mask,
type: type5,
onInput,
inputMode
} = props, restProps = __rest78(props, ["prefixCls", "length", "size", "defaultValue", "value", "onChange", "formatter", "separator", "variant", "disabled", "status", "autoFocus", "mask", "type", "onInput", "inputMode"]);
if (true) {
const warning5 = devUseWarning("Input.OTP");
true ? warning5(!(typeof mask === "string" && mask.length > 1), "usage", "`mask` prop should be a single character.") : void 0;
}
const {
getPrefixCls,
direction
} = React450.useContext(ConfigContext);
const prefixCls = getPrefixCls("otp", customizePrefixCls);
const domAttrs = pickAttrs(restProps, {
aria: true,
data: true,
attr: true
});
const [wrapCSSVar, hashId, cssVarCls] = otp_default(prefixCls);
const mergedSize = useSize_default((ctx) => customSize !== null && customSize !== void 0 ? customSize : ctx);
const formContext = React450.useContext(FormItemInputContext);
const mergedStatus = getMergedStatus(formContext.status, customStatus);
const proxyFormContext = React450.useMemo(() => Object.assign(Object.assign({}, formContext), {
status: mergedStatus,
hasFeedback: false,
feedbackIcon: null
}), [formContext, mergedStatus]);
const containerRef = React450.useRef(null);
const refs = React450.useRef({});
React450.useImperativeHandle(ref, () => ({
focus: () => {
var _a;
(_a = refs.current[0]) === null || _a === void 0 ? void 0 : _a.focus();
},
blur: () => {
var _a;
for (let i = 0; i < length2; i += 1) {
(_a = refs.current[i]) === null || _a === void 0 ? void 0 : _a.blur();
}
},
nativeElement: containerRef.current
}));
const internalFormatter = (txt) => formatter ? formatter(txt) : txt;
const [valueCells, setValueCells] = React450.useState(() => strToArr(internalFormatter(defaultValue || "")));
React450.useEffect(() => {
if (value !== void 0) {
setValueCells(strToArr(value));
}
}, [value]);
const triggerValueCellsChange = useEvent((nextValueCells) => {
setValueCells(nextValueCells);
if (onInput) {
onInput(nextValueCells);
}
if (onChange && nextValueCells.length === length2 && nextValueCells.every((c) => c) && nextValueCells.some((c, index3) => valueCells[index3] !== c)) {
onChange(nextValueCells.join(""));
}
});
const patchValue = useEvent((index3, txt) => {
let nextCells = _toConsumableArray(valueCells);
for (let i = 0; i < index3; i += 1) {
if (!nextCells[i]) {
nextCells[i] = "";
}
}
if (txt.length <= 1) {
nextCells[index3] = txt;
} else {
nextCells = nextCells.slice(0, index3).concat(strToArr(txt));
}
nextCells = nextCells.slice(0, length2);
for (let i = nextCells.length - 1; i >= 0; i -= 1) {
if (nextCells[i]) {
break;
}
nextCells.pop();
}
const formattedValue = internalFormatter(nextCells.map((c) => c || " ").join(""));
nextCells = strToArr(formattedValue).map((c, i) => {
if (c === " " && !nextCells[i]) {
return nextCells[i];
}
return c;
});
return nextCells;
});
const onInputChange = (index3, txt) => {
var _a;
const nextCells = patchValue(index3, txt);
const nextIndex = Math.min(index3 + txt.length, length2 - 1);
if (nextIndex !== index3 && nextCells[index3] !== void 0) {
(_a = refs.current[nextIndex]) === null || _a === void 0 ? void 0 : _a.focus();
}
triggerValueCellsChange(nextCells);
};
const onInputActiveChange = (nextIndex) => {
var _a;
(_a = refs.current[nextIndex]) === null || _a === void 0 ? void 0 : _a.focus();
};
const inputSharedProps = {
variant,
disabled,
status: mergedStatus,
mask,
type: type5,
inputMode
};
return wrapCSSVar(React450.createElement("div", Object.assign({}, domAttrs, {
ref: containerRef,
className: (0, import_classnames193.default)(prefixCls, {
[`${prefixCls}-sm`]: mergedSize === "small",
[`${prefixCls}-lg`]: mergedSize === "large",
[`${prefixCls}-rtl`]: direction === "rtl"
}, cssVarCls, hashId),
role: "group"
}), React450.createElement(FormItemInputContext.Provider, {
value: proxyFormContext
}, Array.from({
length: length2
}).map((_, index3) => {
const key = `otp-${index3}`;
const singleValue = valueCells[index3] || "";
return React450.createElement(React450.Fragment, {
key
}, React450.createElement(OTPInput_default, Object.assign({
ref: (inputEle) => {
refs.current[index3] = inputEle;
},
index: index3,
size: mergedSize,
htmlSize: 1,
className: `${prefixCls}-input`,
onChange: onInputChange,
value: singleValue,
onActiveChange: onInputActiveChange,
autoFocus: index3 === 0 && autoFocus
}, inputSharedProps)), index3 < length2 - 1 && React450.createElement(Separator, {
separator,
index: index3,
prefixCls
}));
}))));
});
var OTP_default = OTP;
// node_modules/antd/es/input/Password.js
var React451 = __toESM(require_react());
var import_react164 = __toESM(require_react());
var import_classnames194 = __toESM(require_classnames());
var __rest79 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var defaultIconRender = (visible) => visible ? React451.createElement(EyeOutlined_default, null) : React451.createElement(EyeInvisibleOutlined_default, null);
var actionMap = {
click: "onClick",
hover: "onMouseOver"
};
var Password = React451.forwardRef((props, ref) => {
const {
disabled: customDisabled,
action = "click",
visibilityToggle = true,
iconRender = defaultIconRender,
suffix
} = props;
const disabled = React451.useContext(DisabledContext_default);
const mergedDisabled = customDisabled !== null && customDisabled !== void 0 ? customDisabled : disabled;
const visibilityControlled = typeof visibilityToggle === "object" && visibilityToggle.visible !== void 0;
const [visible, setVisible] = (0, import_react164.useState)(() => visibilityControlled ? visibilityToggle.visible : false);
const inputRef = (0, import_react164.useRef)(null);
React451.useEffect(() => {
if (visibilityControlled) {
setVisible(visibilityToggle.visible);
}
}, [visibilityControlled, visibilityToggle]);
const removePasswordTimeout = useRemovePasswordTimeout(inputRef);
const onVisibleChange = () => {
var _a;
if (mergedDisabled) {
return;
}
if (visible) {
removePasswordTimeout();
}
const nextVisible = !visible;
setVisible(nextVisible);
if (typeof visibilityToggle === "object") {
(_a = visibilityToggle.onVisibleChange) === null || _a === void 0 ? void 0 : _a.call(visibilityToggle, nextVisible);
}
};
const getIcon2 = (prefixCls2) => {
const iconTrigger = actionMap[action] || "";
const icon = iconRender(visible);
const iconProps = {
[iconTrigger]: onVisibleChange,
className: `${prefixCls2}-icon`,
key: "passwordIcon",
onMouseDown: (e3) => {
e3.preventDefault();
},
onMouseUp: (e3) => {
e3.preventDefault();
}
};
return React451.cloneElement(React451.isValidElement(icon) ? icon : React451.createElement("span", null, icon), iconProps);
};
const {
className,
prefixCls: customizePrefixCls,
inputPrefixCls: customizeInputPrefixCls,
size
} = props, restProps = __rest79(props, ["className", "prefixCls", "inputPrefixCls", "size"]);
const {
getPrefixCls
} = React451.useContext(ConfigContext);
const inputPrefixCls = getPrefixCls("input", customizeInputPrefixCls);
const prefixCls = getPrefixCls("input-password", customizePrefixCls);
const suffixIcon = visibilityToggle && getIcon2(prefixCls);
const inputClassName = (0, import_classnames194.default)(prefixCls, className, {
[`${prefixCls}-${size}`]: !!size
});
const omittedProps = Object.assign(Object.assign({}, omit(restProps, ["suffix", "iconRender", "visibilityToggle"])), {
type: visible ? "text" : "password",
className: inputClassName,
prefixCls: inputPrefixCls,
suffix: React451.createElement(React451.Fragment, null, suffixIcon, suffix)
});
if (size) {
omittedProps.size = size;
}
return React451.createElement(Input_default5, Object.assign({
ref: composeRef(ref, inputRef)
}, omittedProps));
});
if (true) {
Password.displayName = "Input.Password";
}
var Password_default = Password;
// node_modules/antd/es/input/Search.js
var React452 = __toESM(require_react());
var import_classnames195 = __toESM(require_classnames());
var __rest80 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var Search = React452.forwardRef((props, ref) => {
const {
prefixCls: customizePrefixCls,
inputPrefixCls: customizeInputPrefixCls,
className,
size: customizeSize,
suffix,
enterButton = false,
addonAfter,
loading,
disabled,
onSearch: customOnSearch,
onChange: customOnChange,
onCompositionStart,
onCompositionEnd,
variant,
onPressEnter: customOnPressEnter
} = props, restProps = __rest80(props, ["prefixCls", "inputPrefixCls", "className", "size", "suffix", "enterButton", "addonAfter", "loading", "disabled", "onSearch", "onChange", "onCompositionStart", "onCompositionEnd", "variant", "onPressEnter"]);
const {
getPrefixCls,
direction
} = React452.useContext(ConfigContext);
const composedRef = React452.useRef(false);
const prefixCls = getPrefixCls("input-search", customizePrefixCls);
const inputPrefixCls = getPrefixCls("input", customizeInputPrefixCls);
const {
compactSize
} = useCompactItemContext(prefixCls, direction);
const size = useSize_default((ctx) => {
var _a;
return (_a = customizeSize !== null && customizeSize !== void 0 ? customizeSize : compactSize) !== null && _a !== void 0 ? _a : ctx;
});
const inputRef = React452.useRef(null);
const onChange = (e3) => {
if ((e3 === null || e3 === void 0 ? void 0 : e3.target) && e3.type === "click" && customOnSearch) {
customOnSearch(e3.target.value, e3, {
source: "clear"
});
}
customOnChange === null || customOnChange === void 0 ? void 0 : customOnChange(e3);
};
const onMouseDown = (e3) => {
var _a;
if (document.activeElement === ((_a = inputRef.current) === null || _a === void 0 ? void 0 : _a.input)) {
e3.preventDefault();
}
};
const onSearch = (e3) => {
var _a, _b;
if (customOnSearch) {
customOnSearch((_b = (_a = inputRef.current) === null || _a === void 0 ? void 0 : _a.input) === null || _b === void 0 ? void 0 : _b.value, e3, {
source: "input"
});
}
};
const onPressEnter = (e3) => {
if (composedRef.current || loading) {
return;
}
customOnPressEnter === null || customOnPressEnter === void 0 ? void 0 : customOnPressEnter(e3);
onSearch(e3);
};
const searchIcon = typeof enterButton === "boolean" ? React452.createElement(SearchOutlined_default, null) : null;
const btnClassName = `${prefixCls}-button`;
let button;
const enterButtonAsElement = enterButton || {};
const isAntdButton = enterButtonAsElement.type && enterButtonAsElement.type.__ANT_BUTTON === true;
if (isAntdButton || enterButtonAsElement.type === "button") {
button = cloneElement3(enterButtonAsElement, Object.assign({
onMouseDown,
onClick: (e3) => {
var _a, _b;
(_b = (_a = enterButtonAsElement === null || enterButtonAsElement === void 0 ? void 0 : enterButtonAsElement.props) === null || _a === void 0 ? void 0 : _a.onClick) === null || _b === void 0 ? void 0 : _b.call(_a, e3);
onSearch(e3);
},
key: "enterButton"
}, isAntdButton ? {
className: btnClassName,
size
} : {}));
} else {
button = React452.createElement(button_default2, {
className: btnClassName,
color: enterButton ? "primary" : "default",
size,
disabled,
key: "enterButton",
onMouseDown,
onClick: onSearch,
loading,
icon: searchIcon,
variant: variant === "borderless" || variant === "filled" || variant === "underlined" ? "text" : enterButton ? "solid" : void 0
}, enterButton);
}
if (addonAfter) {
button = [button, cloneElement3(addonAfter, {
key: "addonAfter"
})];
}
const cls13 = (0, import_classnames195.default)(prefixCls, {
[`${prefixCls}-rtl`]: direction === "rtl",
[`${prefixCls}-${size}`]: !!size,
[`${prefixCls}-with-button`]: !!enterButton
}, className);
const handleOnCompositionStart = (e3) => {
composedRef.current = true;
onCompositionStart === null || onCompositionStart === void 0 ? void 0 : onCompositionStart(e3);
};
const handleOnCompositionEnd = (e3) => {
composedRef.current = false;
onCompositionEnd === null || onCompositionEnd === void 0 ? void 0 : onCompositionEnd(e3);
};
const inputProps = Object.assign(Object.assign({}, restProps), {
className: cls13,
prefixCls: inputPrefixCls,
type: "search",
size,
variant,
onPressEnter,
onCompositionStart: handleOnCompositionStart,
onCompositionEnd: handleOnCompositionEnd,
addonAfter: button,
suffix,
onChange,
disabled,
_skipAddonWarning: true
});
return React452.createElement(Input_default5, Object.assign({
ref: composeRef(inputRef, ref)
}, inputProps));
});
if (true) {
Search.displayName = "Search";
}
var Search_default = Search;
// node_modules/antd/es/input/TextArea.js
var React455 = __toESM(require_react());
var import_react166 = __toESM(require_react());
var import_classnames198 = __toESM(require_classnames());
// node_modules/rc-textarea/es/TextArea.js
var import_classnames197 = __toESM(require_classnames());
var import_react165 = __toESM(require_react());
// node_modules/rc-textarea/es/ResizableTextArea.js
var import_classnames196 = __toESM(require_classnames());
var React453 = __toESM(require_react());
// node_modules/rc-textarea/es/calculateNodeHeight.js
var HIDDEN_TEXTAREA_STYLE = "\n min-height:0 !important;\n max-height:none !important;\n height:0 !important;\n visibility:hidden !important;\n overflow:hidden !important;\n position:absolute !important;\n z-index:-1000 !important;\n top:0 !important;\n right:0 !important;\n pointer-events: none !important;\n";
var SIZING_STYLE = ["letter-spacing", "line-height", "padding-top", "padding-bottom", "font-family", "font-weight", "font-size", "font-variant", "text-rendering", "text-transform", "width", "text-indent", "padding-left", "padding-right", "border-width", "box-sizing", "word-break", "white-space"];
var computedStyleCache = {};
var hiddenTextarea;
function calculateNodeStyling(node2) {
var useCache = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : false;
var nodeRef = node2.getAttribute("id") || node2.getAttribute("data-reactid") || node2.getAttribute("name");
if (useCache && computedStyleCache[nodeRef]) {
return computedStyleCache[nodeRef];
}
var style2 = window.getComputedStyle(node2);
var boxSizing = style2.getPropertyValue("box-sizing") || style2.getPropertyValue("-moz-box-sizing") || style2.getPropertyValue("-webkit-box-sizing");
var paddingSize = parseFloat(style2.getPropertyValue("padding-bottom")) + parseFloat(style2.getPropertyValue("padding-top"));
var borderSize = parseFloat(style2.getPropertyValue("border-bottom-width")) + parseFloat(style2.getPropertyValue("border-top-width"));
var sizingStyle = SIZING_STYLE.map(function(name) {
return "".concat(name, ":").concat(style2.getPropertyValue(name));
}).join(";");
var nodeInfo = {
sizingStyle,
paddingSize,
borderSize,
boxSizing
};
if (useCache && nodeRef) {
computedStyleCache[nodeRef] = nodeInfo;
}
return nodeInfo;
}
function calculateAutoSizeStyle(uiTextNode) {
var useCache = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : false;
var minRows = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : null;
var maxRows = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : null;
if (!hiddenTextarea) {
hiddenTextarea = document.createElement("textarea");
hiddenTextarea.setAttribute("tab-index", "-1");
hiddenTextarea.setAttribute("aria-hidden", "true");
hiddenTextarea.setAttribute("name", "hiddenTextarea");
document.body.appendChild(hiddenTextarea);
}
if (uiTextNode.getAttribute("wrap")) {
hiddenTextarea.setAttribute("wrap", uiTextNode.getAttribute("wrap"));
} else {
hiddenTextarea.removeAttribute("wrap");
}
var _calculateNodeStyling = calculateNodeStyling(uiTextNode, useCache), paddingSize = _calculateNodeStyling.paddingSize, borderSize = _calculateNodeStyling.borderSize, boxSizing = _calculateNodeStyling.boxSizing, sizingStyle = _calculateNodeStyling.sizingStyle;
hiddenTextarea.setAttribute("style", "".concat(sizingStyle, ";").concat(HIDDEN_TEXTAREA_STYLE));
hiddenTextarea.value = uiTextNode.value || uiTextNode.placeholder || "";
var minHeight = void 0;
var maxHeight = void 0;
var overflowY;
var height = hiddenTextarea.scrollHeight;
if (boxSizing === "border-box") {
height += borderSize;
} else if (boxSizing === "content-box") {
height -= paddingSize;
}
if (minRows !== null || maxRows !== null) {
hiddenTextarea.value = " ";
var singleRowHeight = hiddenTextarea.scrollHeight - paddingSize;
if (minRows !== null) {
minHeight = singleRowHeight * minRows;
if (boxSizing === "border-box") {
minHeight = minHeight + paddingSize + borderSize;
}
height = Math.max(minHeight, height);
}
if (maxRows !== null) {
maxHeight = singleRowHeight * maxRows;
if (boxSizing === "border-box") {
maxHeight = maxHeight + paddingSize + borderSize;
}
overflowY = height > maxHeight ? "" : "hidden";
height = Math.min(maxHeight, height);
}
}
var style2 = {
height,
overflowY,
resize: "none"
};
if (minHeight) {
style2.minHeight = minHeight;
}
if (maxHeight) {
style2.maxHeight = maxHeight;
}
return style2;
}
// node_modules/rc-textarea/es/ResizableTextArea.js
var _excluded59 = ["prefixCls", "defaultValue", "value", "autoSize", "onResize", "className", "style", "disabled", "onChange", "onInternalAutoSize"];
var RESIZE_START = 0;
var RESIZE_MEASURING = 1;
var RESIZE_STABLE = 2;
var ResizableTextArea = React453.forwardRef(function(props, ref) {
var _ref = props, prefixCls = _ref.prefixCls, defaultValue = _ref.defaultValue, value = _ref.value, autoSize = _ref.autoSize, onResize2 = _ref.onResize, className = _ref.className, style2 = _ref.style, disabled = _ref.disabled, onChange = _ref.onChange, onInternalAutoSize = _ref.onInternalAutoSize, restProps = _objectWithoutProperties(_ref, _excluded59);
var _useMergedState = useMergedState(defaultValue, {
value,
postState: function postState(val) {
return val !== null && val !== void 0 ? val : "";
}
}), _useMergedState2 = _slicedToArray(_useMergedState, 2), mergedValue = _useMergedState2[0], setMergedValue = _useMergedState2[1];
var onInternalChange = function onInternalChange2(event) {
setMergedValue(event.target.value);
onChange === null || onChange === void 0 || onChange(event);
};
var textareaRef = React453.useRef();
React453.useImperativeHandle(ref, function() {
return {
textArea: textareaRef.current
};
});
var _React$useMemo = React453.useMemo(function() {
if (autoSize && _typeof(autoSize) === "object") {
return [autoSize.minRows, autoSize.maxRows];
}
return [];
}, [autoSize]), _React$useMemo2 = _slicedToArray(_React$useMemo, 2), minRows = _React$useMemo2[0], maxRows = _React$useMemo2[1];
var needAutoSize = !!autoSize;
var _React$useState = React453.useState(RESIZE_STABLE), _React$useState2 = _slicedToArray(_React$useState, 2), resizeState = _React$useState2[0], setResizeState = _React$useState2[1];
var _React$useState3 = React453.useState(), _React$useState4 = _slicedToArray(_React$useState3, 2), autoSizeStyle = _React$useState4[0], setAutoSizeStyle = _React$useState4[1];
var startResize = function startResize2() {
setResizeState(RESIZE_START);
if (false) {
onInternalAutoSize === null || onInternalAutoSize === void 0 || onInternalAutoSize();
}
};
useLayoutEffect_default(function() {
if (needAutoSize) {
startResize();
}
}, [value, minRows, maxRows, needAutoSize]);
useLayoutEffect_default(function() {
if (resizeState === RESIZE_START) {
setResizeState(RESIZE_MEASURING);
} else if (resizeState === RESIZE_MEASURING) {
var textareaStyles = calculateAutoSizeStyle(textareaRef.current, false, minRows, maxRows);
setResizeState(RESIZE_STABLE);
setAutoSizeStyle(textareaStyles);
} else {
}
}, [resizeState]);
var resizeRafRef = React453.useRef();
var cleanRaf = function cleanRaf2() {
raf_default.cancel(resizeRafRef.current);
};
var onInternalResize = function onInternalResize2(size) {
if (resizeState === RESIZE_STABLE) {
onResize2 === null || onResize2 === void 0 || onResize2(size);
if (autoSize) {
cleanRaf();
resizeRafRef.current = raf_default(function() {
startResize();
});
}
}
};
React453.useEffect(function() {
return cleanRaf;
}, []);
var mergedAutoSizeStyle = needAutoSize ? autoSizeStyle : null;
var mergedStyle = _objectSpread2(_objectSpread2({}, style2), mergedAutoSizeStyle);
if (resizeState === RESIZE_START || resizeState === RESIZE_MEASURING) {
mergedStyle.overflowY = "hidden";
mergedStyle.overflowX = "hidden";
}
return React453.createElement(es_default, {
onResize: onInternalResize,
disabled: !(autoSize || onResize2)
}, React453.createElement("textarea", _extends({}, restProps, {
ref: textareaRef,
style: mergedStyle,
className: (0, import_classnames196.default)(prefixCls, className, _defineProperty({}, "".concat(prefixCls, "-disabled"), disabled)),
disabled,
value: mergedValue,
onChange: onInternalChange
})));
});
var ResizableTextArea_default = ResizableTextArea;
// node_modules/rc-textarea/es/TextArea.js
var _excluded60 = ["defaultValue", "value", "onFocus", "onBlur", "onChange", "allowClear", "maxLength", "onCompositionStart", "onCompositionEnd", "suffix", "prefixCls", "showCount", "count", "className", "style", "disabled", "hidden", "classNames", "styles", "onResize", "onClear", "onPressEnter", "readOnly", "autoSize", "onKeyDown"];
var TextArea = import_react165.default.forwardRef(function(_ref, ref) {
var _countConfig$max;
var defaultValue = _ref.defaultValue, customValue = _ref.value, onFocus = _ref.onFocus, onBlur = _ref.onBlur, onChange = _ref.onChange, allowClear = _ref.allowClear, maxLength = _ref.maxLength, onCompositionStart = _ref.onCompositionStart, onCompositionEnd = _ref.onCompositionEnd, suffix = _ref.suffix, _ref$prefixCls = _ref.prefixCls, prefixCls = _ref$prefixCls === void 0 ? "rc-textarea" : _ref$prefixCls, showCount = _ref.showCount, count = _ref.count, className = _ref.className, style2 = _ref.style, disabled = _ref.disabled, hidden = _ref.hidden, classNames252 = _ref.classNames, styles = _ref.styles, onResize2 = _ref.onResize, onClear = _ref.onClear, onPressEnter = _ref.onPressEnter, readOnly = _ref.readOnly, autoSize = _ref.autoSize, onKeyDown2 = _ref.onKeyDown, rest = _objectWithoutProperties(_ref, _excluded60);
var _useMergedState = useMergedState(defaultValue, {
value: customValue,
defaultValue
}), _useMergedState2 = _slicedToArray(_useMergedState, 2), value = _useMergedState2[0], setValue = _useMergedState2[1];
var formatValue2 = value === void 0 || value === null ? "" : String(value);
var _React$useState = import_react165.default.useState(false), _React$useState2 = _slicedToArray(_React$useState, 2), focused = _React$useState2[0], setFocused = _React$useState2[1];
var compositionRef = import_react165.default.useRef(false);
var _React$useState3 = import_react165.default.useState(null), _React$useState4 = _slicedToArray(_React$useState3, 2), textareaResized = _React$useState4[0], setTextareaResized = _React$useState4[1];
var holderRef = (0, import_react165.useRef)(null);
var resizableTextAreaRef = (0, import_react165.useRef)(null);
var getTextArea = function getTextArea2() {
var _resizableTextAreaRef;
return (_resizableTextAreaRef = resizableTextAreaRef.current) === null || _resizableTextAreaRef === void 0 ? void 0 : _resizableTextAreaRef.textArea;
};
var focus = function focus2() {
getTextArea().focus();
};
(0, import_react165.useImperativeHandle)(ref, function() {
var _holderRef$current;
return {
resizableTextArea: resizableTextAreaRef.current,
focus,
blur: function blur() {
getTextArea().blur();
},
nativeElement: ((_holderRef$current = holderRef.current) === null || _holderRef$current === void 0 ? void 0 : _holderRef$current.nativeElement) || getTextArea()
};
});
(0, import_react165.useEffect)(function() {
setFocused(function(prev2) {
return !disabled && prev2;
});
}, [disabled]);
var _React$useState5 = import_react165.default.useState(null), _React$useState6 = _slicedToArray(_React$useState5, 2), selection = _React$useState6[0], setSelection = _React$useState6[1];
import_react165.default.useEffect(function() {
if (selection) {
var _getTextArea;
(_getTextArea = getTextArea()).setSelectionRange.apply(_getTextArea, _toConsumableArray(selection));
}
}, [selection]);
var countConfig = useCount(count, showCount);
var mergedMax = (_countConfig$max = countConfig.max) !== null && _countConfig$max !== void 0 ? _countConfig$max : maxLength;
var hasMaxLength = Number(mergedMax) > 0;
var valueLength = countConfig.strategy(formatValue2);
var isOutOfRange = !!mergedMax && valueLength > mergedMax;
var triggerChange = function triggerChange2(e3, currentValue) {
var cutValue = currentValue;
if (!compositionRef.current && countConfig.exceedFormatter && countConfig.max && countConfig.strategy(currentValue) > countConfig.max) {
cutValue = countConfig.exceedFormatter(currentValue, {
max: countConfig.max
});
if (currentValue !== cutValue) {
setSelection([getTextArea().selectionStart || 0, getTextArea().selectionEnd || 0]);
}
}
setValue(cutValue);
resolveOnChange(e3.currentTarget, e3, onChange, cutValue);
};
var onInternalCompositionStart = function onInternalCompositionStart2(e3) {
compositionRef.current = true;
onCompositionStart === null || onCompositionStart === void 0 || onCompositionStart(e3);
};
var onInternalCompositionEnd = function onInternalCompositionEnd2(e3) {
compositionRef.current = false;
triggerChange(e3, e3.currentTarget.value);
onCompositionEnd === null || onCompositionEnd === void 0 || onCompositionEnd(e3);
};
var onInternalChange = function onInternalChange2(e3) {
triggerChange(e3, e3.target.value);
};
var handleKeyDown = function handleKeyDown2(e3) {
if (e3.key === "Enter" && onPressEnter) {
onPressEnter(e3);
}
onKeyDown2 === null || onKeyDown2 === void 0 || onKeyDown2(e3);
};
var handleFocus = function handleFocus2(e3) {
setFocused(true);
onFocus === null || onFocus === void 0 || onFocus(e3);
};
var handleBlur = function handleBlur2(e3) {
setFocused(false);
onBlur === null || onBlur === void 0 || onBlur(e3);
};
var handleReset = function handleReset2(e3) {
setValue("");
focus();
resolveOnChange(getTextArea(), e3, onChange);
};
var suffixNode = suffix;
var dataCount;
if (countConfig.show) {
if (countConfig.showFormatter) {
dataCount = countConfig.showFormatter({
value: formatValue2,
count: valueLength,
maxLength: mergedMax
});
} else {
dataCount = "".concat(valueLength).concat(hasMaxLength ? " / ".concat(mergedMax) : "");
}
suffixNode = import_react165.default.createElement(import_react165.default.Fragment, null, suffixNode, import_react165.default.createElement("span", {
className: (0, import_classnames197.default)("".concat(prefixCls, "-data-count"), classNames252 === null || classNames252 === void 0 ? void 0 : classNames252.count),
style: styles === null || styles === void 0 ? void 0 : styles.count
}, dataCount));
}
var handleResize = function handleResize2(size) {
var _getTextArea2;
onResize2 === null || onResize2 === void 0 || onResize2(size);
if ((_getTextArea2 = getTextArea()) !== null && _getTextArea2 !== void 0 && _getTextArea2.style.height) {
setTextareaResized(true);
}
};
var isPureTextArea = !autoSize && !showCount && !allowClear;
return import_react165.default.createElement(BaseInput_default, {
ref: holderRef,
value: formatValue2,
allowClear,
handleReset,
suffix: suffixNode,
prefixCls,
classNames: _objectSpread2(_objectSpread2({}, classNames252), {}, {
affixWrapper: (0, import_classnames197.default)(classNames252 === null || classNames252 === void 0 ? void 0 : classNames252.affixWrapper, _defineProperty(_defineProperty({}, "".concat(prefixCls, "-show-count"), showCount), "".concat(prefixCls, "-textarea-allow-clear"), allowClear))
}),
disabled,
focused,
className: (0, import_classnames197.default)(className, isOutOfRange && "".concat(prefixCls, "-out-of-range")),
style: _objectSpread2(_objectSpread2({}, style2), textareaResized && !isPureTextArea ? {
height: "auto"
} : {}),
dataAttrs: {
affixWrapper: {
"data-count": typeof dataCount === "string" ? dataCount : void 0
}
},
hidden,
readOnly,
onClear
}, import_react165.default.createElement(ResizableTextArea_default, _extends({}, rest, {
autoSize,
maxLength,
onKeyDown: handleKeyDown,
onChange: onInternalChange,
onFocus: handleFocus,
onBlur: handleBlur,
onCompositionStart: onInternalCompositionStart,
onCompositionEnd: onInternalCompositionEnd,
className: (0, import_classnames197.default)(classNames252 === null || classNames252 === void 0 ? void 0 : classNames252.textarea),
style: _objectSpread2(_objectSpread2({}, styles === null || styles === void 0 ? void 0 : styles.textarea), {}, {
resize: style2 === null || style2 === void 0 ? void 0 : style2.resize
}),
disabled,
prefixCls,
onResize: handleResize,
ref: resizableTextAreaRef,
readOnly
})));
});
var TextArea_default = TextArea;
// node_modules/rc-textarea/es/index.js
var es_default28 = TextArea_default;
// node_modules/antd/es/input/style/textarea.js
var genTextAreaStyle = (token2) => {
const {
componentCls,
paddingLG
} = token2;
const textareaPrefixCls = `${componentCls}-textarea`;
return {
// Raw Textarea
[`textarea${componentCls}`]: {
maxWidth: "100%",
// prevent textarea resize from coming out of its container
height: "auto",
minHeight: token2.controlHeight,
lineHeight: token2.lineHeight,
verticalAlign: "bottom",
transition: `all ${token2.motionDurationSlow}`,
resize: "vertical",
[`&${componentCls}-mouse-active`]: {
transition: `all ${token2.motionDurationSlow}, height 0s, width 0s`
}
},
// Wrapper for resize
[`${componentCls}-textarea-affix-wrapper-resize-dirty`]: {
width: "auto"
},
[textareaPrefixCls]: {
position: "relative",
"&-show-count": {
[`${componentCls}-data-count`]: {
position: "absolute",
bottom: token2.calc(token2.fontSize).mul(token2.lineHeight).mul(-1).equal(),
insetInlineEnd: 0,
color: token2.colorTextDescription,
whiteSpace: "nowrap",
pointerEvents: "none"
}
},
[`
&-allow-clear > ${componentCls},
&-affix-wrapper${textareaPrefixCls}-has-feedback ${componentCls}
`]: {
paddingInlineEnd: paddingLG
},
[`&-affix-wrapper${componentCls}-affix-wrapper`]: {
padding: 0,
[`> textarea${componentCls}`]: {
fontSize: "inherit",
border: "none",
outline: "none",
background: "transparent",
minHeight: token2.calc(token2.controlHeight).sub(token2.calc(token2.lineWidth).mul(2)).equal(),
"&:focus": {
boxShadow: "none !important"
}
},
[`${componentCls}-suffix`]: {
margin: 0,
"> *:not(:last-child)": {
marginInline: 0
},
// Clear Icon
[`${componentCls}-clear-icon`]: {
position: "absolute",
insetInlineEnd: token2.paddingInline,
insetBlockStart: token2.paddingXS
},
// Feedback Icon
[`${textareaPrefixCls}-suffix`]: {
position: "absolute",
top: 0,
insetInlineEnd: token2.paddingInline,
bottom: 0,
zIndex: 1,
display: "inline-flex",
alignItems: "center",
margin: "auto",
pointerEvents: "none"
}
}
},
[`&-affix-wrapper${componentCls}-affix-wrapper-rtl`]: {
[`${componentCls}-suffix`]: {
[`${componentCls}-data-count`]: {
direction: "ltr",
insetInlineStart: 0
}
}
},
[`&-affix-wrapper${componentCls}-affix-wrapper-sm`]: {
[`${componentCls}-suffix`]: {
[`${componentCls}-clear-icon`]: {
insetInlineEnd: token2.paddingInlineSM
}
}
}
}
};
};
var textarea_default = genStyleHooks(["Input", "TextArea"], (token2) => {
const inputToken = merge2(token2, initInputToken(token2));
return genTextAreaStyle(inputToken);
}, initComponentToken, {
resetFont: false
});
// node_modules/antd/es/input/TextArea.js
var __rest81 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var TextArea2 = (0, import_react166.forwardRef)((props, ref) => {
var _a;
const {
prefixCls: customizePrefixCls,
bordered = true,
size: customizeSize,
disabled: customDisabled,
status: customStatus,
allowClear,
classNames: classes,
rootClassName,
className,
style: style2,
styles,
variant: customVariant,
showCount,
onMouseDown,
onResize: onResize2
} = props, rest = __rest81(props, ["prefixCls", "bordered", "size", "disabled", "status", "allowClear", "classNames", "rootClassName", "className", "style", "styles", "variant", "showCount", "onMouseDown", "onResize"]);
if (true) {
const {
deprecated
} = devUseWarning("TextArea");
deprecated(!("bordered" in props), "bordered", "variant");
}
const {
getPrefixCls,
direction,
allowClear: contextAllowClear,
autoComplete: contextAutoComplete,
className: contextClassName,
style: contextStyle,
classNames: contextClassNames,
styles: contextStyles
} = useComponentConfig("textArea");
const disabled = React455.useContext(DisabledContext_default);
const mergedDisabled = customDisabled !== null && customDisabled !== void 0 ? customDisabled : disabled;
const {
status: contextStatus,
hasFeedback,
feedbackIcon
} = React455.useContext(FormItemInputContext);
const mergedStatus = getMergedStatus(contextStatus, customStatus);
const innerRef = React455.useRef(null);
React455.useImperativeHandle(ref, () => {
var _a2;
return {
resizableTextArea: (_a2 = innerRef.current) === null || _a2 === void 0 ? void 0 : _a2.resizableTextArea,
focus: (option) => {
var _a3, _b;
triggerFocus((_b = (_a3 = innerRef.current) === null || _a3 === void 0 ? void 0 : _a3.resizableTextArea) === null || _b === void 0 ? void 0 : _b.textArea, option);
},
blur: () => {
var _a3;
return (_a3 = innerRef.current) === null || _a3 === void 0 ? void 0 : _a3.blur();
}
};
});
const prefixCls = getPrefixCls("input", customizePrefixCls);
const rootCls = useCSSVarCls_default(prefixCls);
const [wrapSharedCSSVar, hashId, cssVarCls] = useSharedStyle(prefixCls, rootClassName);
const [wrapCSSVar] = textarea_default(prefixCls, rootCls);
const {
compactSize,
compactItemClassnames
} = useCompactItemContext(prefixCls, direction);
const mergedSize = useSize_default((ctx) => {
var _a2;
return (_a2 = customizeSize !== null && customizeSize !== void 0 ? customizeSize : compactSize) !== null && _a2 !== void 0 ? _a2 : ctx;
});
const [variant, enableVariantCls] = useVariants_default("textArea", customVariant, bordered);
const mergedAllowClear = getAllowClear_default(allowClear !== null && allowClear !== void 0 ? allowClear : contextAllowClear);
const [isMouseDown, setIsMouseDown] = React455.useState(false);
const [resizeDirty, setResizeDirty] = React455.useState(false);
const onInternalMouseDown = (e3) => {
setIsMouseDown(true);
onMouseDown === null || onMouseDown === void 0 ? void 0 : onMouseDown(e3);
const onMouseUp = () => {
setIsMouseDown(false);
document.removeEventListener("mouseup", onMouseUp);
};
document.addEventListener("mouseup", onMouseUp);
};
const onInternalResize = (size) => {
var _a2, _b;
onResize2 === null || onResize2 === void 0 ? void 0 : onResize2(size);
if (isMouseDown && typeof getComputedStyle === "function") {
const ele = (_b = (_a2 = innerRef.current) === null || _a2 === void 0 ? void 0 : _a2.nativeElement) === null || _b === void 0 ? void 0 : _b.querySelector("textarea");
if (ele && getComputedStyle(ele).resize === "both") {
setResizeDirty(true);
}
}
};
return wrapSharedCSSVar(wrapCSSVar(React455.createElement(es_default28, Object.assign({
autoComplete: contextAutoComplete
}, rest, {
style: Object.assign(Object.assign({}, contextStyle), style2),
styles: Object.assign(Object.assign({}, contextStyles), styles),
disabled: mergedDisabled,
allowClear: mergedAllowClear,
className: (0, import_classnames198.default)(
cssVarCls,
rootCls,
className,
rootClassName,
compactItemClassnames,
contextClassName,
// Only for wrapper
resizeDirty && `${prefixCls}-textarea-affix-wrapper-resize-dirty`
),
classNames: Object.assign(Object.assign(Object.assign({}, classes), contextClassNames), {
textarea: (0, import_classnames198.default)({
[`${prefixCls}-sm`]: mergedSize === "small",
[`${prefixCls}-lg`]: mergedSize === "large"
}, hashId, classes === null || classes === void 0 ? void 0 : classes.textarea, contextClassNames.textarea, isMouseDown && `${prefixCls}-mouse-active`),
variant: (0, import_classnames198.default)({
[`${prefixCls}-${variant}`]: enableVariantCls
}, getStatusClassNames(prefixCls, mergedStatus)),
affixWrapper: (0, import_classnames198.default)(`${prefixCls}-textarea-affix-wrapper`, {
[`${prefixCls}-affix-wrapper-rtl`]: direction === "rtl",
[`${prefixCls}-affix-wrapper-sm`]: mergedSize === "small",
[`${prefixCls}-affix-wrapper-lg`]: mergedSize === "large",
[`${prefixCls}-textarea-show-count`]: showCount || ((_a = props.count) === null || _a === void 0 ? void 0 : _a.show)
}, hashId)
}),
prefixCls,
suffix: hasFeedback && React455.createElement("span", {
className: `${prefixCls}-textarea-suffix`
}, feedbackIcon),
showCount,
ref: innerRef,
onResize: onInternalResize,
onMouseDown: onInternalMouseDown
}))));
});
var TextArea_default2 = TextArea2;
// node_modules/antd/es/input/index.js
var Input6 = Input_default5;
Input6.Group = Group_default2;
Input6.Search = Search_default;
Input6.TextArea = TextArea_default2;
Input6.Password = Password_default;
Input6.OTP = OTP_default;
var input_default2 = Input6;
// node_modules/antd/es/layout/layout.js
var React456 = __toESM(require_react());
var import_classnames199 = __toESM(require_classnames());
// node_modules/antd/es/layout/hooks/useHasSider.js
function useHasSider(siders, children, hasSider) {
if (typeof hasSider === "boolean") {
return hasSider;
}
if (siders.length) {
return true;
}
const childNodes = toArray(children);
return childNodes.some((node2) => node2.type === Sider_default);
}
// node_modules/antd/es/layout/layout.js
var __rest82 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
function generator({
suffixCls,
tagName,
displayName
}) {
return (BasicComponent) => {
const Adapter = React456.forwardRef((props, ref) => React456.createElement(BasicComponent, Object.assign({
ref,
suffixCls,
tagName
}, props)));
if (true) {
Adapter.displayName = displayName;
}
return Adapter;
};
}
var Basic = React456.forwardRef((props, ref) => {
const {
prefixCls: customizePrefixCls,
suffixCls,
className,
tagName: TagName
} = props, others = __rest82(props, ["prefixCls", "suffixCls", "className", "tagName"]);
const {
getPrefixCls
} = React456.useContext(ConfigContext);
const prefixCls = getPrefixCls("layout", customizePrefixCls);
const [wrapSSR, hashId, cssVarCls] = style_default19(prefixCls);
const prefixWithSuffixCls = suffixCls ? `${prefixCls}-${suffixCls}` : prefixCls;
return wrapSSR(React456.createElement(TagName, Object.assign({
className: (0, import_classnames199.default)(customizePrefixCls || prefixWithSuffixCls, className, hashId, cssVarCls),
ref
}, others)));
});
var BasicLayout = React456.forwardRef((props, ref) => {
const {
direction
} = React456.useContext(ConfigContext);
const [siders, setSiders] = React456.useState([]);
const {
prefixCls: customizePrefixCls,
className,
rootClassName,
children,
hasSider,
tagName: Tag2,
style: style2
} = props, others = __rest82(props, ["prefixCls", "className", "rootClassName", "children", "hasSider", "tagName", "style"]);
const passedProps = omit(others, ["suffixCls"]);
const {
getPrefixCls,
className: contextClassName,
style: contextStyle
} = useComponentConfig("layout");
const prefixCls = getPrefixCls("layout", customizePrefixCls);
const mergedHasSider = useHasSider(siders, children, hasSider);
const [wrapCSSVar, hashId, cssVarCls] = style_default19(prefixCls);
const classString = (0, import_classnames199.default)(prefixCls, {
[`${prefixCls}-has-sider`]: mergedHasSider,
[`${prefixCls}-rtl`]: direction === "rtl"
}, contextClassName, className, rootClassName, hashId, cssVarCls);
const contextValue = React456.useMemo(() => ({
siderHook: {
addSider: (id) => {
setSiders((prev2) => [].concat(_toConsumableArray(prev2), [id]));
},
removeSider: (id) => {
setSiders((prev2) => prev2.filter((currentId) => currentId !== id));
}
}
}), []);
return wrapCSSVar(React456.createElement(LayoutContext.Provider, {
value: contextValue
}, React456.createElement(Tag2, Object.assign({
ref,
className: classString,
style: Object.assign(Object.assign({}, contextStyle), style2)
}, passedProps), children)));
});
var Layout = generator({
tagName: "div",
displayName: "Layout"
})(BasicLayout);
var Header = generator({
suffixCls: "header",
tagName: "header",
displayName: "Header"
})(Basic);
var Footer3 = generator({
suffixCls: "footer",
tagName: "footer",
displayName: "Footer"
})(Basic);
var Content2 = generator({
suffixCls: "content",
tagName: "main",
displayName: "Content"
})(Basic);
var layout_default = Layout;
// node_modules/antd/es/layout/index.js
var Layout2 = layout_default;
Layout2.Header = Header;
Layout2.Footer = Footer3;
Layout2.Content = Content2;
Layout2.Sider = Sider_default;
Layout2._InternalSiderContext = SiderContext;
var layout_default2 = Layout2;
// node_modules/antd/es/list/index.js
var React468 = __toESM(require_react());
var import_classnames208 = __toESM(require_classnames());
// node_modules/antd/es/pagination/Pagination.js
var React460 = __toESM(require_react());
var import_classnames202 = __toESM(require_classnames());
// node_modules/rc-pagination/es/Pagination.js
var import_classnames201 = __toESM(require_classnames());
var import_react169 = __toESM(require_react());
// node_modules/rc-pagination/es/locale/zh_CN.js
var locale5 = {
// Options
items_per_page: "条/页",
jump_to: "跳至",
jump_to_confirm: "确定",
page: "页",
// Pagination
prev_page: "上一页",
next_page: "下一页",
prev_5: "向前 5 页",
next_5: "向后 5 页",
prev_3: "向前 3 页",
next_3: "向后 3 页",
page_size: "页码"
};
var zh_CN_default = locale5;
// node_modules/rc-pagination/es/Options.js
var import_react167 = __toESM(require_react());
var defaultPageSizeOptions = [10, 20, 50, 100];
var Options = function Options2(props) {
var _props$pageSizeOption = props.pageSizeOptions, pageSizeOptions = _props$pageSizeOption === void 0 ? defaultPageSizeOptions : _props$pageSizeOption, locale6 = props.locale, changeSize = props.changeSize, pageSize = props.pageSize, goButton = props.goButton, quickGo = props.quickGo, rootPrefixCls = props.rootPrefixCls, disabled = props.disabled, buildOptionText = props.buildOptionText, showSizeChanger = props.showSizeChanger, sizeChangerRender = props.sizeChangerRender;
var _React$useState = import_react167.default.useState(""), _React$useState2 = _slicedToArray(_React$useState, 2), goInputText = _React$useState2[0], setGoInputText = _React$useState2[1];
var getValidValue = function getValidValue2() {
return !goInputText || Number.isNaN(goInputText) ? void 0 : Number(goInputText);
};
var mergeBuildOptionText = typeof buildOptionText === "function" ? buildOptionText : function(value) {
return "".concat(value, " ").concat(locale6.items_per_page);
};
var handleChange = function handleChange2(e3) {
setGoInputText(e3.target.value);
};
var handleBlur = function handleBlur2(e3) {
if (goButton || goInputText === "") {
return;
}
setGoInputText("");
if (e3.relatedTarget && (e3.relatedTarget.className.indexOf("".concat(rootPrefixCls, "-item-link")) >= 0 || e3.relatedTarget.className.indexOf("".concat(rootPrefixCls, "-item")) >= 0)) {
return;
}
quickGo === null || quickGo === void 0 || quickGo(getValidValue());
};
var go = function go2(e3) {
if (goInputText === "") {
return;
}
if (e3.keyCode === KeyCode_default.ENTER || e3.type === "click") {
setGoInputText("");
quickGo === null || quickGo === void 0 || quickGo(getValidValue());
}
};
var getPageSizeOptions = function getPageSizeOptions2() {
if (pageSizeOptions.some(function(option) {
return option.toString() === pageSize.toString();
})) {
return pageSizeOptions;
}
return pageSizeOptions.concat([pageSize]).sort(function(a, b) {
var numberA = Number.isNaN(Number(a)) ? 0 : Number(a);
var numberB = Number.isNaN(Number(b)) ? 0 : Number(b);
return numberA - numberB;
});
};
var prefixCls = "".concat(rootPrefixCls, "-options");
if (!showSizeChanger && !quickGo) {
return null;
}
var changeSelect = null;
var goInput = null;
var gotoButton = null;
if (showSizeChanger && sizeChangerRender) {
changeSelect = sizeChangerRender({
disabled,
size: pageSize,
onSizeChange: function onSizeChange(nextValue) {
changeSize === null || changeSize === void 0 || changeSize(Number(nextValue));
},
"aria-label": locale6.page_size,
className: "".concat(prefixCls, "-size-changer"),
options: getPageSizeOptions().map(function(opt) {
return {
label: mergeBuildOptionText(opt),
value: opt
};
})
});
}
if (quickGo) {
if (goButton) {
gotoButton = typeof goButton === "boolean" ? import_react167.default.createElement("button", {
type: "button",
onClick: go,
onKeyUp: go,
disabled,
className: "".concat(prefixCls, "-quick-jumper-button")
}, locale6.jump_to_confirm) : import_react167.default.createElement("span", {
onClick: go,
onKeyUp: go
}, goButton);
}
goInput = import_react167.default.createElement("div", {
className: "".concat(prefixCls, "-quick-jumper")
}, locale6.jump_to, import_react167.default.createElement("input", {
disabled,
type: "text",
value: goInputText,
onChange: handleChange,
onKeyUp: go,
onBlur: handleBlur,
"aria-label": locale6.page
}), locale6.page, gotoButton);
}
return import_react167.default.createElement("li", {
className: prefixCls
}, changeSelect, goInput);
};
if (true) {
Options.displayName = "Options";
}
var Options_default = Options;
// node_modules/rc-pagination/es/Pager.js
var import_classnames200 = __toESM(require_classnames());
var import_react168 = __toESM(require_react());
var Pager = function Pager2(props) {
var rootPrefixCls = props.rootPrefixCls, page = props.page, active = props.active, className = props.className, showTitle = props.showTitle, onClick = props.onClick, onKeyPress = props.onKeyPress, itemRender = props.itemRender;
var prefixCls = "".concat(rootPrefixCls, "-item");
var cls13 = (0, import_classnames200.default)(prefixCls, "".concat(prefixCls, "-").concat(page), _defineProperty(_defineProperty({}, "".concat(prefixCls, "-active"), active), "".concat(prefixCls, "-disabled"), !page), className);
var handleClick = function handleClick2() {
onClick(page);
};
var handleKeyPress = function handleKeyPress2(e3) {
onKeyPress(e3, onClick, page);
};
var pager = itemRender(page, "page", import_react168.default.createElement("a", {
rel: "nofollow"
}, page));
return pager ? import_react168.default.createElement("li", {
title: showTitle ? String(page) : null,
className: cls13,
onClick: handleClick,
onKeyDown: handleKeyPress,
tabIndex: 0
}, pager) : null;
};
if (true) {
Pager.displayName = "Pager";
}
var Pager_default = Pager;
// node_modules/rc-pagination/es/Pagination.js
var defaultItemRender = function defaultItemRender2(page, type5, element) {
return element;
};
function noop4() {
}
function isInteger(v) {
var value = Number(v);
return typeof value === "number" && !Number.isNaN(value) && isFinite(value) && Math.floor(value) === value;
}
function calculatePage(p, pageSize, total) {
var _pageSize = typeof p === "undefined" ? pageSize : p;
return Math.floor((total - 1) / _pageSize) + 1;
}
var Pagination = function Pagination2(props) {
var _props$prefixCls = props.prefixCls, prefixCls = _props$prefixCls === void 0 ? "rc-pagination" : _props$prefixCls, _props$selectPrefixCl = props.selectPrefixCls, selectPrefixCls = _props$selectPrefixCl === void 0 ? "rc-select" : _props$selectPrefixCl, className = props.className, currentProp = props.current, _props$defaultCurrent = props.defaultCurrent, defaultCurrent = _props$defaultCurrent === void 0 ? 1 : _props$defaultCurrent, _props$total = props.total, total = _props$total === void 0 ? 0 : _props$total, pageSizeProp = props.pageSize, _props$defaultPageSiz = props.defaultPageSize, defaultPageSize = _props$defaultPageSiz === void 0 ? 10 : _props$defaultPageSiz, _props$onChange = props.onChange, onChange = _props$onChange === void 0 ? noop4 : _props$onChange, hideOnSinglePage = props.hideOnSinglePage, align = props.align, _props$showPrevNextJu = props.showPrevNextJumpers, showPrevNextJumpers = _props$showPrevNextJu === void 0 ? true : _props$showPrevNextJu, showQuickJumper = props.showQuickJumper, showLessItems = props.showLessItems, _props$showTitle = props.showTitle, showTitle = _props$showTitle === void 0 ? true : _props$showTitle, _props$onShowSizeChan = props.onShowSizeChange, onShowSizeChange = _props$onShowSizeChan === void 0 ? noop4 : _props$onShowSizeChan, _props$locale = props.locale, locale6 = _props$locale === void 0 ? zh_CN_default : _props$locale, style2 = props.style, _props$totalBoundaryS = props.totalBoundaryShowSizeChanger, totalBoundaryShowSizeChanger = _props$totalBoundaryS === void 0 ? 50 : _props$totalBoundaryS, disabled = props.disabled, simple = props.simple, showTotal = props.showTotal, _props$showSizeChange = props.showSizeChanger, showSizeChanger = _props$showSizeChange === void 0 ? total > totalBoundaryShowSizeChanger : _props$showSizeChange, sizeChangerRender = props.sizeChangerRender, pageSizeOptions = props.pageSizeOptions, _props$itemRender = props.itemRender, itemRender = _props$itemRender === void 0 ? defaultItemRender : _props$itemRender, jumpPrevIcon = props.jumpPrevIcon, jumpNextIcon = props.jumpNextIcon, prevIcon = props.prevIcon, nextIcon = props.nextIcon;
var paginationRef = import_react169.default.useRef(null);
var _useMergedState = useMergedState(10, {
value: pageSizeProp,
defaultValue: defaultPageSize
}), _useMergedState2 = _slicedToArray(_useMergedState, 2), pageSize = _useMergedState2[0], setPageSize = _useMergedState2[1];
var _useMergedState3 = useMergedState(1, {
value: currentProp,
defaultValue: defaultCurrent,
postState: function postState(c) {
return Math.max(1, Math.min(c, calculatePage(void 0, pageSize, total)));
}
}), _useMergedState4 = _slicedToArray(_useMergedState3, 2), current = _useMergedState4[0], setCurrent = _useMergedState4[1];
var _React$useState = import_react169.default.useState(current), _React$useState2 = _slicedToArray(_React$useState, 2), internalInputVal = _React$useState2[0], setInternalInputVal = _React$useState2[1];
(0, import_react169.useEffect)(function() {
setInternalInputVal(current);
}, [current]);
var hasOnChange = onChange !== noop4;
var hasCurrent = "current" in props;
if (true) {
warning_default(hasCurrent ? hasOnChange : true, "You provided a `current` prop to a Pagination component without an `onChange` handler. This will render a read-only component.");
}
var jumpPrevPage = Math.max(1, current - (showLessItems ? 3 : 5));
var jumpNextPage = Math.min(calculatePage(void 0, pageSize, total), current + (showLessItems ? 3 : 5));
function getItemIcon(icon, label) {
var iconNode = icon || import_react169.default.createElement("button", {
type: "button",
"aria-label": label,
className: "".concat(prefixCls, "-item-link")
});
if (typeof icon === "function") {
iconNode = import_react169.default.createElement(icon, _objectSpread2({}, props));
}
return iconNode;
}
function getValidValue(e3) {
var inputValue = e3.target.value;
var allPages2 = calculatePage(void 0, pageSize, total);
var value;
if (inputValue === "") {
value = inputValue;
} else if (Number.isNaN(Number(inputValue))) {
value = internalInputVal;
} else if (inputValue >= allPages2) {
value = allPages2;
} else {
value = Number(inputValue);
}
return value;
}
function isValid(page) {
return isInteger(page) && page !== current && isInteger(total) && total > 0;
}
var shouldDisplayQuickJumper = total > pageSize ? showQuickJumper : false;
function handleKeyDown(event) {
if (event.keyCode === KeyCode_default.UP || event.keyCode === KeyCode_default.DOWN) {
event.preventDefault();
}
}
function handleKeyUp(event) {
var value = getValidValue(event);
if (value !== internalInputVal) {
setInternalInputVal(value);
}
switch (event.keyCode) {
case KeyCode_default.ENTER:
handleChange(value);
break;
case KeyCode_default.UP:
handleChange(value - 1);
break;
case KeyCode_default.DOWN:
handleChange(value + 1);
break;
default:
break;
}
}
function handleBlur(event) {
handleChange(getValidValue(event));
}
function changePageSize(size) {
var newCurrent = calculatePage(size, pageSize, total);
var nextCurrent = current > newCurrent && newCurrent !== 0 ? newCurrent : current;
setPageSize(size);
setInternalInputVal(nextCurrent);
onShowSizeChange === null || onShowSizeChange === void 0 || onShowSizeChange(current, size);
setCurrent(nextCurrent);
onChange === null || onChange === void 0 || onChange(nextCurrent, size);
}
function handleChange(page) {
if (isValid(page) && !disabled) {
var currentPage = calculatePage(void 0, pageSize, total);
var newPage = page;
if (page > currentPage) {
newPage = currentPage;
} else if (page < 1) {
newPage = 1;
}
if (newPage !== internalInputVal) {
setInternalInputVal(newPage);
}
setCurrent(newPage);
onChange === null || onChange === void 0 || onChange(newPage, pageSize);
return newPage;
}
return current;
}
var hasPrev = current > 1;
var hasNext = current < calculatePage(void 0, pageSize, total);
function prevHandle() {
if (hasPrev) handleChange(current - 1);
}
function nextHandle() {
if (hasNext) handleChange(current + 1);
}
function jumpPrevHandle() {
handleChange(jumpPrevPage);
}
function jumpNextHandle() {
handleChange(jumpNextPage);
}
function runIfEnter(event, callback) {
if (event.key === "Enter" || event.charCode === KeyCode_default.ENTER || event.keyCode === KeyCode_default.ENTER) {
for (var _len = arguments.length, restParams = new Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++) {
restParams[_key - 2] = arguments[_key];
}
callback.apply(void 0, restParams);
}
}
function runIfEnterPrev(event) {
runIfEnter(event, prevHandle);
}
function runIfEnterNext(event) {
runIfEnter(event, nextHandle);
}
function runIfEnterJumpPrev(event) {
runIfEnter(event, jumpPrevHandle);
}
function runIfEnterJumpNext(event) {
runIfEnter(event, jumpNextHandle);
}
function renderPrev(prevPage2) {
var prevButton = itemRender(prevPage2, "prev", getItemIcon(prevIcon, "prev page"));
return import_react169.default.isValidElement(prevButton) ? import_react169.default.cloneElement(prevButton, {
disabled: !hasPrev
}) : prevButton;
}
function renderNext(nextPage2) {
var nextButton = itemRender(nextPage2, "next", getItemIcon(nextIcon, "next page"));
return import_react169.default.isValidElement(nextButton) ? import_react169.default.cloneElement(nextButton, {
disabled: !hasNext
}) : nextButton;
}
function handleGoTO(event) {
if (event.type === "click" || event.keyCode === KeyCode_default.ENTER) {
handleChange(internalInputVal);
}
}
var jumpPrev = null;
var dataOrAriaAttributeProps = pickAttrs(props, {
aria: true,
data: true
});
var totalText = showTotal && import_react169.default.createElement("li", {
className: "".concat(prefixCls, "-total-text")
}, showTotal(total, [total === 0 ? 0 : (current - 1) * pageSize + 1, current * pageSize > total ? total : current * pageSize]));
var jumpNext = null;
var allPages = calculatePage(void 0, pageSize, total);
if (hideOnSinglePage && total <= pageSize) {
return null;
}
var pagerList = [];
var pagerProps = {
rootPrefixCls: prefixCls,
onClick: handleChange,
onKeyPress: runIfEnter,
showTitle,
itemRender,
page: -1
};
var prevPage = current - 1 > 0 ? current - 1 : 0;
var nextPage = current + 1 < allPages ? current + 1 : allPages;
var goButton = showQuickJumper && showQuickJumper.goButton;
var isReadOnly = _typeof(simple) === "object" ? simple.readOnly : !simple;
var gotoButton = goButton;
var simplePager = null;
if (simple) {
if (goButton) {
if (typeof goButton === "boolean") {
gotoButton = import_react169.default.createElement("button", {
type: "button",
onClick: handleGoTO,
onKeyUp: handleGoTO
}, locale6.jump_to_confirm);
} else {
gotoButton = import_react169.default.createElement("span", {
onClick: handleGoTO,
onKeyUp: handleGoTO
}, goButton);
}
gotoButton = import_react169.default.createElement("li", {
title: showTitle ? "".concat(locale6.jump_to).concat(current, "/").concat(allPages) : null,
className: "".concat(prefixCls, "-simple-pager")
}, gotoButton);
}
simplePager = import_react169.default.createElement("li", {
title: showTitle ? "".concat(current, "/").concat(allPages) : null,
className: "".concat(prefixCls, "-simple-pager")
}, isReadOnly ? internalInputVal : import_react169.default.createElement("input", {
type: "text",
"aria-label": locale6.jump_to,
value: internalInputVal,
disabled,
onKeyDown: handleKeyDown,
onKeyUp: handleKeyUp,
onChange: handleKeyUp,
onBlur: handleBlur,
size: 3
}), import_react169.default.createElement("span", {
className: "".concat(prefixCls, "-slash")
}, "/"), allPages);
}
var pageBufferSize = showLessItems ? 1 : 2;
if (allPages <= 3 + pageBufferSize * 2) {
if (!allPages) {
pagerList.push(import_react169.default.createElement(Pager_default, _extends({}, pagerProps, {
key: "noPager",
page: 1,
className: "".concat(prefixCls, "-item-disabled")
})));
}
for (var i = 1; i <= allPages; i += 1) {
pagerList.push(import_react169.default.createElement(Pager_default, _extends({}, pagerProps, {
key: i,
page: i,
active: current === i
})));
}
} else {
var prevItemTitle = showLessItems ? locale6.prev_3 : locale6.prev_5;
var nextItemTitle = showLessItems ? locale6.next_3 : locale6.next_5;
var jumpPrevContent = itemRender(jumpPrevPage, "jump-prev", getItemIcon(jumpPrevIcon, "prev page"));
var jumpNextContent = itemRender(jumpNextPage, "jump-next", getItemIcon(jumpNextIcon, "next page"));
if (showPrevNextJumpers) {
jumpPrev = jumpPrevContent ? import_react169.default.createElement("li", {
title: showTitle ? prevItemTitle : null,
key: "prev",
onClick: jumpPrevHandle,
tabIndex: 0,
onKeyDown: runIfEnterJumpPrev,
className: (0, import_classnames201.default)("".concat(prefixCls, "-jump-prev"), _defineProperty({}, "".concat(prefixCls, "-jump-prev-custom-icon"), !!jumpPrevIcon))
}, jumpPrevContent) : null;
jumpNext = jumpNextContent ? import_react169.default.createElement("li", {
title: showTitle ? nextItemTitle : null,
key: "next",
onClick: jumpNextHandle,
tabIndex: 0,
onKeyDown: runIfEnterJumpNext,
className: (0, import_classnames201.default)("".concat(prefixCls, "-jump-next"), _defineProperty({}, "".concat(prefixCls, "-jump-next-custom-icon"), !!jumpNextIcon))
}, jumpNextContent) : null;
}
var left = Math.max(1, current - pageBufferSize);
var right = Math.min(current + pageBufferSize, allPages);
if (current - 1 <= pageBufferSize) {
right = 1 + pageBufferSize * 2;
}
if (allPages - current <= pageBufferSize) {
left = allPages - pageBufferSize * 2;
}
for (var _i = left; _i <= right; _i += 1) {
pagerList.push(import_react169.default.createElement(Pager_default, _extends({}, pagerProps, {
key: _i,
page: _i,
active: current === _i
})));
}
if (current - 1 >= pageBufferSize * 2 && current !== 1 + 2) {
pagerList[0] = import_react169.default.cloneElement(pagerList[0], {
className: (0, import_classnames201.default)("".concat(prefixCls, "-item-after-jump-prev"), pagerList[0].props.className)
});
pagerList.unshift(jumpPrev);
}
if (allPages - current >= pageBufferSize * 2 && current !== allPages - 2) {
var lastOne = pagerList[pagerList.length - 1];
pagerList[pagerList.length - 1] = import_react169.default.cloneElement(lastOne, {
className: (0, import_classnames201.default)("".concat(prefixCls, "-item-before-jump-next"), lastOne.props.className)
});
pagerList.push(jumpNext);
}
if (left !== 1) {
pagerList.unshift(import_react169.default.createElement(Pager_default, _extends({}, pagerProps, {
key: 1,
page: 1
})));
}
if (right !== allPages) {
pagerList.push(import_react169.default.createElement(Pager_default, _extends({}, pagerProps, {
key: allPages,
page: allPages
})));
}
}
var prev2 = renderPrev(prevPage);
if (prev2) {
var prevDisabled = !hasPrev || !allPages;
prev2 = import_react169.default.createElement("li", {
title: showTitle ? locale6.prev_page : null,
onClick: prevHandle,
tabIndex: prevDisabled ? null : 0,
onKeyDown: runIfEnterPrev,
className: (0, import_classnames201.default)("".concat(prefixCls, "-prev"), _defineProperty({}, "".concat(prefixCls, "-disabled"), prevDisabled)),
"aria-disabled": prevDisabled
}, prev2);
}
var next2 = renderNext(nextPage);
if (next2) {
var nextDisabled, nextTabIndex;
if (simple) {
nextDisabled = !hasNext;
nextTabIndex = hasPrev ? 0 : null;
} else {
nextDisabled = !hasNext || !allPages;
nextTabIndex = nextDisabled ? null : 0;
}
next2 = import_react169.default.createElement("li", {
title: showTitle ? locale6.next_page : null,
onClick: nextHandle,
tabIndex: nextTabIndex,
onKeyDown: runIfEnterNext,
className: (0, import_classnames201.default)("".concat(prefixCls, "-next"), _defineProperty({}, "".concat(prefixCls, "-disabled"), nextDisabled)),
"aria-disabled": nextDisabled
}, next2);
}
var cls13 = (0, import_classnames201.default)(prefixCls, className, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, "".concat(prefixCls, "-start"), align === "start"), "".concat(prefixCls, "-center"), align === "center"), "".concat(prefixCls, "-end"), align === "end"), "".concat(prefixCls, "-simple"), simple), "".concat(prefixCls, "-disabled"), disabled));
return import_react169.default.createElement("ul", _extends({
className: cls13,
style: style2,
ref: paginationRef
}, dataOrAriaAttributeProps), totalText, prev2, simple ? simplePager : pagerList, next2, import_react169.default.createElement(Options_default, {
locale: locale6,
rootPrefixCls: prefixCls,
disabled,
selectPrefixCls,
changeSize: changePageSize,
pageSize,
pageSizeOptions,
quickGo: shouldDisplayQuickJumper ? handleChange : null,
goButton: gotoButton,
showSizeChanger,
sizeChangerRender
}));
};
if (true) {
Pagination.displayName = "Pagination";
}
var Pagination_default = Pagination;
// node_modules/antd/es/pagination/style/index.js
var genPaginationDisabledStyle = (token2) => {
const {
componentCls
} = token2;
return {
[`${componentCls}-disabled`]: {
"&, &:hover": {
cursor: "not-allowed",
[`${componentCls}-item-link`]: {
color: token2.colorTextDisabled,
cursor: "not-allowed"
}
},
"&:focus-visible": {
cursor: "not-allowed",
[`${componentCls}-item-link`]: {
color: token2.colorTextDisabled,
cursor: "not-allowed"
}
}
},
[`&${componentCls}-disabled`]: {
cursor: "not-allowed",
[`${componentCls}-item`]: {
cursor: "not-allowed",
backgroundColor: "transparent",
"&:hover, &:active": {
backgroundColor: "transparent"
},
a: {
color: token2.colorTextDisabled,
backgroundColor: "transparent",
border: "none",
cursor: "not-allowed"
},
"&-active": {
borderColor: token2.colorBorder,
backgroundColor: token2.itemActiveBgDisabled,
"&:hover, &:active": {
backgroundColor: token2.itemActiveBgDisabled
},
a: {
color: token2.itemActiveColorDisabled
}
}
},
[`${componentCls}-item-link`]: {
color: token2.colorTextDisabled,
cursor: "not-allowed",
"&:hover, &:active": {
backgroundColor: "transparent"
},
[`${componentCls}-simple&`]: {
backgroundColor: "transparent",
"&:hover, &:active": {
backgroundColor: "transparent"
}
}
},
[`${componentCls}-simple-pager`]: {
color: token2.colorTextDisabled
},
[`${componentCls}-jump-prev, ${componentCls}-jump-next`]: {
[`${componentCls}-item-link-icon`]: {
opacity: 0
},
[`${componentCls}-item-ellipsis`]: {
opacity: 1
}
}
}
};
};
var genPaginationMiniStyle = (token2) => {
const {
componentCls
} = token2;
return {
[`&${componentCls}-mini ${componentCls}-total-text, &${componentCls}-mini ${componentCls}-simple-pager`]: {
height: token2.itemSizeSM,
lineHeight: unit2(token2.itemSizeSM)
},
[`&${componentCls}-mini ${componentCls}-item`]: {
minWidth: token2.itemSizeSM,
height: token2.itemSizeSM,
margin: 0,
lineHeight: unit2(token2.calc(token2.itemSizeSM).sub(2).equal())
},
[`&${componentCls}-mini ${componentCls}-prev, &${componentCls}-mini ${componentCls}-next`]: {
minWidth: token2.itemSizeSM,
height: token2.itemSizeSM,
margin: 0,
lineHeight: unit2(token2.itemSizeSM)
},
[`&${componentCls}-mini:not(${componentCls}-disabled)`]: {
[`${componentCls}-prev, ${componentCls}-next`]: {
[`&:hover ${componentCls}-item-link`]: {
backgroundColor: token2.colorBgTextHover
},
[`&:active ${componentCls}-item-link`]: {
backgroundColor: token2.colorBgTextActive
},
[`&${componentCls}-disabled:hover ${componentCls}-item-link`]: {
backgroundColor: "transparent"
}
}
},
[`
&${componentCls}-mini ${componentCls}-prev ${componentCls}-item-link,
&${componentCls}-mini ${componentCls}-next ${componentCls}-item-link
`]: {
backgroundColor: "transparent",
borderColor: "transparent",
"&::after": {
height: token2.itemSizeSM,
lineHeight: unit2(token2.itemSizeSM)
}
},
[`&${componentCls}-mini ${componentCls}-jump-prev, &${componentCls}-mini ${componentCls}-jump-next`]: {
height: token2.itemSizeSM,
marginInlineEnd: 0,
lineHeight: unit2(token2.itemSizeSM)
},
[`&${componentCls}-mini ${componentCls}-options`]: {
marginInlineStart: token2.paginationMiniOptionsMarginInlineStart,
"&-size-changer": {
top: token2.miniOptionsSizeChangerTop
},
"&-quick-jumper": {
height: token2.itemSizeSM,
lineHeight: unit2(token2.itemSizeSM),
input: Object.assign(Object.assign({}, genInputSmallStyle(token2)), {
width: token2.paginationMiniQuickJumperInputWidth,
height: token2.controlHeightSM
})
}
}
};
};
var genPaginationSimpleStyle = (token2) => {
const {
componentCls
} = token2;
return {
[`&${componentCls}-simple`]: {
[`${componentCls}-prev, ${componentCls}-next`]: {
height: token2.itemSize,
lineHeight: unit2(token2.itemSize),
verticalAlign: "top",
[`${componentCls}-item-link`]: {
height: token2.itemSize,
backgroundColor: "transparent",
border: 0,
"&:hover": {
backgroundColor: token2.colorBgTextHover
},
"&:active": {
backgroundColor: token2.colorBgTextActive
},
"&::after": {
height: token2.itemSize,
lineHeight: unit2(token2.itemSize)
}
}
},
[`${componentCls}-simple-pager`]: {
display: "inline-flex",
alignItems: "center",
height: token2.itemSize,
marginInlineEnd: token2.marginXS,
input: {
boxSizing: "border-box",
height: "100%",
width: token2.quickJumperInputWidth,
padding: `0 ${unit2(token2.paginationItemPaddingInline)}`,
textAlign: "center",
backgroundColor: token2.itemInputBg,
border: `${unit2(token2.lineWidth)} ${token2.lineType} ${token2.colorBorder}`,
borderRadius: token2.borderRadius,
outline: "none",
transition: `border-color ${token2.motionDurationMid}`,
color: "inherit",
"&:hover": {
borderColor: token2.colorPrimary
},
"&:focus": {
borderColor: token2.colorPrimaryHover,
boxShadow: `${unit2(token2.inputOutlineOffset)} 0 ${unit2(token2.controlOutlineWidth)} ${token2.controlOutline}`
},
"&[disabled]": {
color: token2.colorTextDisabled,
backgroundColor: token2.colorBgContainerDisabled,
borderColor: token2.colorBorder,
cursor: "not-allowed"
}
}
},
[`&${componentCls}-disabled`]: {
[`${componentCls}-prev, ${componentCls}-next`]: {
[`${componentCls}-item-link`]: {
"&:hover, &:active": {
backgroundColor: "transparent"
}
}
}
},
[`&${componentCls}-mini`]: {
[`${componentCls}-prev, ${componentCls}-next`]: {
height: token2.itemSizeSM,
lineHeight: unit2(token2.itemSizeSM),
[`${componentCls}-item-link`]: {
height: token2.itemSizeSM,
"&::after": {
height: token2.itemSizeSM,
lineHeight: unit2(token2.itemSizeSM)
}
}
},
[`${componentCls}-simple-pager`]: {
height: token2.itemSizeSM,
input: {
width: token2.paginationMiniQuickJumperInputWidth
}
}
}
}
};
};
var genPaginationJumpStyle = (token2) => {
const {
componentCls
} = token2;
return {
[`${componentCls}-jump-prev, ${componentCls}-jump-next`]: {
outline: 0,
[`${componentCls}-item-container`]: {
position: "relative",
[`${componentCls}-item-link-icon`]: {
color: token2.colorPrimary,
fontSize: token2.fontSizeSM,
opacity: 0,
transition: `all ${token2.motionDurationMid}`,
"&-svg": {
top: 0,
insetInlineEnd: 0,
bottom: 0,
insetInlineStart: 0,
margin: "auto"
}
},
[`${componentCls}-item-ellipsis`]: {
position: "absolute",
top: 0,
insetInlineEnd: 0,
bottom: 0,
insetInlineStart: 0,
display: "block",
margin: "auto",
color: token2.colorTextDisabled,
letterSpacing: token2.paginationEllipsisLetterSpacing,
textAlign: "center",
textIndent: token2.paginationEllipsisTextIndent,
opacity: 1,
transition: `all ${token2.motionDurationMid}`
}
},
"&:hover": {
[`${componentCls}-item-link-icon`]: {
opacity: 1
},
[`${componentCls}-item-ellipsis`]: {
opacity: 0
}
}
},
[`
${componentCls}-prev,
${componentCls}-jump-prev,
${componentCls}-jump-next
`]: {
marginInlineEnd: token2.marginXS
},
[`
${componentCls}-prev,
${componentCls}-next,
${componentCls}-jump-prev,
${componentCls}-jump-next
`]: {
display: "inline-block",
minWidth: token2.itemSize,
height: token2.itemSize,
color: token2.colorText,
fontFamily: token2.fontFamily,
lineHeight: unit2(token2.itemSize),
textAlign: "center",
verticalAlign: "middle",
listStyle: "none",
borderRadius: token2.borderRadius,
cursor: "pointer",
transition: `all ${token2.motionDurationMid}`
},
[`${componentCls}-prev, ${componentCls}-next`]: {
outline: 0,
button: {
color: token2.colorText,
cursor: "pointer",
userSelect: "none"
},
[`${componentCls}-item-link`]: {
display: "block",
width: "100%",
height: "100%",
padding: 0,
fontSize: token2.fontSizeSM,
textAlign: "center",
backgroundColor: "transparent",
border: `${unit2(token2.lineWidth)} ${token2.lineType} transparent`,
borderRadius: token2.borderRadius,
outline: "none",
transition: `all ${token2.motionDurationMid}`
},
[`&:hover ${componentCls}-item-link`]: {
backgroundColor: token2.colorBgTextHover
},
[`&:active ${componentCls}-item-link`]: {
backgroundColor: token2.colorBgTextActive
},
[`&${componentCls}-disabled:hover`]: {
[`${componentCls}-item-link`]: {
backgroundColor: "transparent"
}
}
},
[`${componentCls}-slash`]: {
marginInlineEnd: token2.paginationSlashMarginInlineEnd,
marginInlineStart: token2.paginationSlashMarginInlineStart
},
[`${componentCls}-options`]: {
display: "inline-block",
marginInlineStart: token2.margin,
verticalAlign: "middle",
"&-size-changer": {
display: "inline-block",
width: "auto"
},
"&-quick-jumper": {
display: "inline-block",
height: token2.controlHeight,
marginInlineStart: token2.marginXS,
lineHeight: unit2(token2.controlHeight),
verticalAlign: "top",
input: Object.assign(Object.assign(Object.assign({}, genBasicInputStyle(token2)), genBaseOutlinedStyle2(token2, {
borderColor: token2.colorBorder,
hoverBorderColor: token2.colorPrimaryHover,
activeBorderColor: token2.colorPrimary,
activeShadow: token2.activeShadow
})), {
"&[disabled]": Object.assign({}, genDisabledStyle2(token2)),
width: token2.quickJumperInputWidth,
height: token2.controlHeight,
boxSizing: "border-box",
margin: 0,
marginInlineStart: token2.marginXS,
marginInlineEnd: token2.marginXS
})
}
}
};
};
var genPaginationItemStyle = (token2) => {
const {
componentCls
} = token2;
return {
[`${componentCls}-item`]: {
display: "inline-block",
minWidth: token2.itemSize,
height: token2.itemSize,
marginInlineEnd: token2.marginXS,
fontFamily: token2.fontFamily,
lineHeight: unit2(token2.calc(token2.itemSize).sub(2).equal()),
textAlign: "center",
verticalAlign: "middle",
listStyle: "none",
backgroundColor: token2.itemBg,
border: `${unit2(token2.lineWidth)} ${token2.lineType} transparent`,
borderRadius: token2.borderRadius,
outline: 0,
cursor: "pointer",
userSelect: "none",
a: {
display: "block",
padding: `0 ${unit2(token2.paginationItemPaddingInline)}`,
color: token2.colorText,
"&:hover": {
textDecoration: "none"
}
},
[`&:not(${componentCls}-item-active)`]: {
"&:hover": {
transition: `all ${token2.motionDurationMid}`,
backgroundColor: token2.colorBgTextHover
},
"&:active": {
backgroundColor: token2.colorBgTextActive
}
},
"&-active": {
fontWeight: token2.fontWeightStrong,
backgroundColor: token2.itemActiveBg,
borderColor: token2.colorPrimary,
a: {
color: token2.itemActiveColor
},
"&:hover": {
borderColor: token2.colorPrimaryHover
},
"&:hover a": {
color: token2.itemActiveColorHover
}
}
}
};
};
var genPaginationStyle = (token2) => {
const {
componentCls
} = token2;
return {
[componentCls]: Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, resetComponent(token2)), {
display: "flex",
flexWrap: "wrap",
rowGap: token2.paddingXS,
"&-start": {
justifyContent: "start"
},
"&-center": {
justifyContent: "center"
},
"&-end": {
justifyContent: "end"
},
"ul, ol": {
margin: 0,
padding: 0,
listStyle: "none"
},
"&::after": {
display: "block",
clear: "both",
height: 0,
overflow: "hidden",
visibility: "hidden",
content: '""'
},
[`${componentCls}-total-text`]: {
display: "inline-block",
height: token2.itemSize,
marginInlineEnd: token2.marginXS,
lineHeight: unit2(token2.calc(token2.itemSize).sub(2).equal()),
verticalAlign: "middle"
}
}), genPaginationItemStyle(token2)), genPaginationJumpStyle(token2)), genPaginationSimpleStyle(token2)), genPaginationMiniStyle(token2)), genPaginationDisabledStyle(token2)), {
// media query style
[`@media only screen and (max-width: ${token2.screenLG}px)`]: {
[`${componentCls}-item`]: {
"&-after-jump-prev, &-before-jump-next": {
display: "none"
}
}
},
[`@media only screen and (max-width: ${token2.screenSM}px)`]: {
[`${componentCls}-options`]: {
display: "none"
}
}
}),
// rtl style
[`&${token2.componentCls}-rtl`]: {
direction: "rtl"
}
};
};
var genPaginationFocusStyle = (token2) => {
const {
componentCls
} = token2;
return {
[`${componentCls}:not(${componentCls}-disabled)`]: {
[`${componentCls}-item`]: Object.assign({}, genFocusStyle(token2)),
[`${componentCls}-jump-prev, ${componentCls}-jump-next`]: {
"&:focus-visible": Object.assign({
[`${componentCls}-item-link-icon`]: {
opacity: 1
},
[`${componentCls}-item-ellipsis`]: {
opacity: 0
}
}, genFocusOutline(token2))
},
[`${componentCls}-prev, ${componentCls}-next`]: {
[`&:focus-visible ${componentCls}-item-link`]: genFocusOutline(token2)
}
}
};
};
var prepareComponentToken38 = (token2) => Object.assign({
itemBg: token2.colorBgContainer,
itemSize: token2.controlHeight,
itemSizeSM: token2.controlHeightSM,
itemActiveBg: token2.colorBgContainer,
itemActiveColor: token2.colorPrimary,
itemActiveColorHover: token2.colorPrimaryHover,
itemLinkBg: token2.colorBgContainer,
itemActiveColorDisabled: token2.colorTextDisabled,
itemActiveBgDisabled: token2.controlItemBgActiveDisabled,
itemInputBg: token2.colorBgContainer,
miniOptionsSizeChangerTop: 0
}, initComponentToken(token2));
var prepareToken5 = (token2) => merge2(token2, {
inputOutlineOffset: 0,
quickJumperInputWidth: token2.calc(token2.controlHeightLG).mul(1.25).equal(),
paginationMiniOptionsMarginInlineStart: token2.calc(token2.marginXXS).div(2).equal(),
paginationMiniQuickJumperInputWidth: token2.calc(token2.controlHeightLG).mul(1.1).equal(),
paginationItemPaddingInline: token2.calc(token2.marginXXS).mul(1.5).equal(),
paginationEllipsisLetterSpacing: token2.calc(token2.marginXXS).div(2).equal(),
paginationSlashMarginInlineStart: token2.marginSM,
paginationSlashMarginInlineEnd: token2.marginSM,
paginationEllipsisTextIndent: "0.13em"
// magic for ui experience
}, initInputToken(token2));
var style_default44 = genStyleHooks("Pagination", (token2) => {
const paginationToken = prepareToken5(token2);
return [genPaginationStyle(paginationToken), genPaginationFocusStyle(paginationToken)];
}, prepareComponentToken38);
// node_modules/antd/es/pagination/style/bordered.js
var genBorderedStyle2 = (token2) => {
const {
componentCls
} = token2;
return {
[`${componentCls}${componentCls}-bordered${componentCls}-disabled:not(${componentCls}-mini)`]: {
"&, &:hover": {
[`${componentCls}-item-link`]: {
borderColor: token2.colorBorder
}
},
"&:focus-visible": {
[`${componentCls}-item-link`]: {
borderColor: token2.colorBorder
}
},
[`${componentCls}-item, ${componentCls}-item-link`]: {
backgroundColor: token2.colorBgContainerDisabled,
borderColor: token2.colorBorder,
[`&:hover:not(${componentCls}-item-active)`]: {
backgroundColor: token2.colorBgContainerDisabled,
borderColor: token2.colorBorder,
a: {
color: token2.colorTextDisabled
}
},
[`&${componentCls}-item-active`]: {
backgroundColor: token2.itemActiveBgDisabled
}
},
[`${componentCls}-prev, ${componentCls}-next`]: {
"&:hover button": {
backgroundColor: token2.colorBgContainerDisabled,
borderColor: token2.colorBorder,
color: token2.colorTextDisabled
},
[`${componentCls}-item-link`]: {
backgroundColor: token2.colorBgContainerDisabled,
borderColor: token2.colorBorder
}
}
},
[`${componentCls}${componentCls}-bordered:not(${componentCls}-mini)`]: {
[`${componentCls}-prev, ${componentCls}-next`]: {
"&:hover button": {
borderColor: token2.colorPrimaryHover,
backgroundColor: token2.itemBg
},
[`${componentCls}-item-link`]: {
backgroundColor: token2.itemLinkBg,
borderColor: token2.colorBorder
},
[`&:hover ${componentCls}-item-link`]: {
borderColor: token2.colorPrimary,
backgroundColor: token2.itemBg,
color: token2.colorPrimary
},
[`&${componentCls}-disabled`]: {
[`${componentCls}-item-link`]: {
borderColor: token2.colorBorder,
color: token2.colorTextDisabled
}
}
},
[`${componentCls}-item`]: {
backgroundColor: token2.itemBg,
border: `${unit2(token2.lineWidth)} ${token2.lineType} ${token2.colorBorder}`,
[`&:hover:not(${componentCls}-item-active)`]: {
borderColor: token2.colorPrimary,
backgroundColor: token2.itemBg,
a: {
color: token2.colorPrimary
}
},
"&-active": {
borderColor: token2.colorPrimary
}
}
}
};
};
var bordered_default = genSubStyleComponent(["Pagination", "bordered"], (token2) => {
const paginationToken = prepareToken5(token2);
return genBorderedStyle2(paginationToken);
}, prepareComponentToken38);
// node_modules/antd/es/pagination/useShowSizeChanger.js
var import_react170 = __toESM(require_react());
function useShowSizeChanger(showSizeChanger) {
return (0, import_react170.useMemo)(() => {
if (typeof showSizeChanger === "boolean") {
return [showSizeChanger, {}];
}
if (showSizeChanger && typeof showSizeChanger === "object") {
return [true, showSizeChanger];
}
return [void 0, void 0];
}, [showSizeChanger]);
}
// node_modules/antd/es/pagination/Pagination.js
var __rest83 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var Pagination3 = (props) => {
const {
align,
prefixCls: customizePrefixCls,
selectPrefixCls: customizeSelectPrefixCls,
className,
rootClassName,
style: style2,
size: customizeSize,
locale: customLocale,
responsive,
showSizeChanger,
selectComponentClass,
pageSizeOptions
} = props, restProps = __rest83(props, ["align", "prefixCls", "selectPrefixCls", "className", "rootClassName", "style", "size", "locale", "responsive", "showSizeChanger", "selectComponentClass", "pageSizeOptions"]);
const {
xs
} = useBreakpoint_default(responsive);
const [, token2] = useToken();
const {
getPrefixCls,
direction,
showSizeChanger: contextShowSizeChangerConfig,
className: contextClassName,
style: contextStyle
} = useComponentConfig("pagination");
const prefixCls = getPrefixCls("pagination", customizePrefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default44(prefixCls);
const mergedSize = useSize_default(customizeSize);
const isSmall = mergedSize === "small" || !!(xs && !mergedSize && responsive);
const [contextLocale] = useLocale_default("Pagination", en_US_default);
const locale6 = Object.assign(Object.assign({}, contextLocale), customLocale);
const [propShowSizeChanger, propSizeChangerSelectProps] = useShowSizeChanger(showSizeChanger);
const [contextShowSizeChanger, contextSizeChangerSelectProps] = useShowSizeChanger(contextShowSizeChangerConfig);
const mergedShowSizeChanger = propShowSizeChanger !== null && propShowSizeChanger !== void 0 ? propShowSizeChanger : contextShowSizeChanger;
const mergedShowSizeChangerSelectProps = propSizeChangerSelectProps !== null && propSizeChangerSelectProps !== void 0 ? propSizeChangerSelectProps : contextSizeChangerSelectProps;
const SizeChanger = selectComponentClass || select_default;
const mergedPageSizeOptions = React460.useMemo(() => {
return pageSizeOptions ? pageSizeOptions.map((option) => Number(option)) : void 0;
}, [pageSizeOptions]);
const sizeChangerRender = (info) => {
var _a;
const {
disabled,
size: pageSize,
onSizeChange,
"aria-label": ariaLabel,
className: sizeChangerClassName,
options
} = info;
const {
className: propSizeChangerClassName,
onChange: propSizeChangerOnChange
} = mergedShowSizeChangerSelectProps || {};
const selectedValue = (_a = options.find((option) => String(option.value) === String(pageSize))) === null || _a === void 0 ? void 0 : _a.value;
return React460.createElement(SizeChanger, Object.assign({
disabled,
showSearch: true,
popupMatchSelectWidth: false,
getPopupContainer: (triggerNode) => triggerNode.parentNode,
"aria-label": ariaLabel,
options
}, mergedShowSizeChangerSelectProps, {
value: selectedValue,
onChange: (nextSize, option) => {
onSizeChange === null || onSizeChange === void 0 ? void 0 : onSizeChange(nextSize);
propSizeChangerOnChange === null || propSizeChangerOnChange === void 0 ? void 0 : propSizeChangerOnChange(nextSize, option);
},
size: isSmall ? "small" : "middle",
className: (0, import_classnames202.default)(sizeChangerClassName, propSizeChangerClassName)
}));
};
if (true) {
const warning5 = devUseWarning("Pagination");
true ? warning5(!selectComponentClass, "usage", "`selectComponentClass` is not official api which will be removed.") : void 0;
}
const iconsProps = React460.useMemo(() => {
const ellipsis = React460.createElement("span", {
className: `${prefixCls}-item-ellipsis`
}, "•••");
const prevIcon = React460.createElement("button", {
className: `${prefixCls}-item-link`,
type: "button",
tabIndex: -1
}, direction === "rtl" ? React460.createElement(RightOutlined_default, null) : React460.createElement(LeftOutlined_default, null));
const nextIcon = React460.createElement("button", {
className: `${prefixCls}-item-link`,
type: "button",
tabIndex: -1
}, direction === "rtl" ? React460.createElement(LeftOutlined_default, null) : React460.createElement(RightOutlined_default, null));
const jumpPrevIcon = (
// biome-ignore lint/a11y/useValidAnchor: it is hard to refactor
React460.createElement("a", {
className: `${prefixCls}-item-link`
}, React460.createElement("div", {
className: `${prefixCls}-item-container`
}, direction === "rtl" ? React460.createElement(DoubleRightOutlined_default, {
className: `${prefixCls}-item-link-icon`
}) : React460.createElement(DoubleLeftOutlined_default, {
className: `${prefixCls}-item-link-icon`
}), ellipsis))
);
const jumpNextIcon = (
// biome-ignore lint/a11y/useValidAnchor: it is hard to refactor
React460.createElement("a", {
className: `${prefixCls}-item-link`
}, React460.createElement("div", {
className: `${prefixCls}-item-container`
}, direction === "rtl" ? React460.createElement(DoubleLeftOutlined_default, {
className: `${prefixCls}-item-link-icon`
}) : React460.createElement(DoubleRightOutlined_default, {
className: `${prefixCls}-item-link-icon`
}), ellipsis))
);
return {
prevIcon,
nextIcon,
jumpPrevIcon,
jumpNextIcon
};
}, [direction, prefixCls]);
const selectPrefixCls = getPrefixCls("select", customizeSelectPrefixCls);
const extendedClassName = (0, import_classnames202.default)({
[`${prefixCls}-${align}`]: !!align,
[`${prefixCls}-mini`]: isSmall,
[`${prefixCls}-rtl`]: direction === "rtl",
[`${prefixCls}-bordered`]: token2.wireframe
}, contextClassName, className, rootClassName, hashId, cssVarCls);
const mergedStyle = Object.assign(Object.assign({}, contextStyle), style2);
return wrapCSSVar(React460.createElement(React460.Fragment, null, token2.wireframe && React460.createElement(bordered_default, {
prefixCls
}), React460.createElement(Pagination_default, Object.assign({}, iconsProps, restProps, {
style: mergedStyle,
prefixCls,
selectPrefixCls,
className: extendedClassName,
locale: locale6,
pageSizeOptions: mergedPageSizeOptions,
showSizeChanger: mergedShowSizeChanger,
sizeChangerRender
}))));
};
if (true) {
Pagination3.displayName = "Pagination";
}
var Pagination_default2 = Pagination3;
// node_modules/antd/es/pagination/index.js
var pagination_default = Pagination_default2;
// node_modules/antd/es/spin/index.js
var React465 = __toESM(require_react());
var import_classnames206 = __toESM(require_classnames());
// node_modules/antd/es/spin/Indicator/index.js
var React463 = __toESM(require_react());
var import_classnames205 = __toESM(require_classnames());
// node_modules/antd/es/spin/Indicator/Looper.js
var React462 = __toESM(require_react());
var import_classnames204 = __toESM(require_classnames());
// node_modules/antd/es/spin/Indicator/Progress.js
var React461 = __toESM(require_react());
var import_classnames203 = __toESM(require_classnames());
var viewSize = 100;
var borderWidth = viewSize / 5;
var radius = viewSize / 2 - borderWidth / 2;
var circumference = radius * 2 * Math.PI;
var position2 = 50;
var CustomCircle = (props) => {
const {
dotClassName,
style: style2,
hasCircleCls
} = props;
return React461.createElement("circle", {
className: (0, import_classnames203.default)(`${dotClassName}-circle`, {
[`${dotClassName}-circle-bg`]: hasCircleCls
}),
r: radius,
cx: position2,
cy: position2,
strokeWidth: borderWidth,
style: style2
});
};
var Progress = ({
percent,
prefixCls
}) => {
const dotClassName = `${prefixCls}-dot`;
const holderClassName = `${dotClassName}-holder`;
const hideClassName = `${holderClassName}-hidden`;
const [render2, setRender] = React461.useState(false);
useLayoutEffect_default(() => {
if (percent !== 0) {
setRender(true);
}
}, [percent !== 0]);
const safePtg = Math.max(Math.min(percent, 100), 0);
if (!render2) {
return null;
}
const circleStyle = {
strokeDashoffset: `${circumference / 4}`,
strokeDasharray: `${circumference * safePtg / 100} ${circumference * (100 - safePtg) / 100}`
};
return React461.createElement("span", {
className: (0, import_classnames203.default)(holderClassName, `${dotClassName}-progress`, safePtg <= 0 && hideClassName)
}, React461.createElement("svg", {
viewBox: `0 0 ${viewSize} ${viewSize}`,
role: "progressbar",
"aria-valuemin": 0,
"aria-valuemax": 100,
"aria-valuenow": safePtg
}, React461.createElement(CustomCircle, {
dotClassName,
hasCircleCls: true
}), React461.createElement(CustomCircle, {
dotClassName,
style: circleStyle
})));
};
var Progress_default = Progress;
// node_modules/antd/es/spin/Indicator/Looper.js
function Looper(props) {
const {
prefixCls,
percent = 0
} = props;
const dotClassName = `${prefixCls}-dot`;
const holderClassName = `${dotClassName}-holder`;
const hideClassName = `${holderClassName}-hidden`;
return React462.createElement(React462.Fragment, null, React462.createElement("span", {
className: (0, import_classnames204.default)(holderClassName, percent > 0 && hideClassName)
}, React462.createElement("span", {
className: (0, import_classnames204.default)(dotClassName, `${prefixCls}-dot-spin`)
}, [1, 2, 3, 4].map((i) => React462.createElement("i", {
className: `${prefixCls}-dot-item`,
key: i
})))), React462.createElement(Progress_default, {
prefixCls,
percent
}));
}
// node_modules/antd/es/spin/Indicator/index.js
function Indicator(props) {
var _a;
const {
prefixCls,
indicator,
percent
} = props;
const dotClassName = `${prefixCls}-dot`;
if (indicator && React463.isValidElement(indicator)) {
return cloneElement3(indicator, {
className: (0, import_classnames205.default)((_a = indicator.props) === null || _a === void 0 ? void 0 : _a.className, dotClassName),
percent
});
}
return React463.createElement(Looper, {
prefixCls,
percent
});
}
// node_modules/antd/es/spin/style/index.js
var antSpinMove = new Keyframes_default("antSpinMove", {
to: {
opacity: 1
}
});
var antRotate = new Keyframes_default("antRotate", {
to: {
transform: "rotate(405deg)"
}
});
var genSpinStyle = (token2) => {
const {
componentCls,
calc
} = token2;
return {
[componentCls]: Object.assign(Object.assign({}, resetComponent(token2)), {
position: "absolute",
display: "none",
color: token2.colorPrimary,
fontSize: 0,
textAlign: "center",
verticalAlign: "middle",
opacity: 0,
transition: `transform ${token2.motionDurationSlow} ${token2.motionEaseInOutCirc}`,
"&-spinning": {
position: "relative",
display: "inline-block",
opacity: 1
},
[`${componentCls}-text`]: {
fontSize: token2.fontSize,
paddingTop: calc(calc(token2.dotSize).sub(token2.fontSize)).div(2).add(2).equal()
},
"&-fullscreen": {
position: "fixed",
width: "100vw",
height: "100vh",
backgroundColor: token2.colorBgMask,
zIndex: token2.zIndexPopupBase,
inset: 0,
display: "flex",
alignItems: "center",
flexDirection: "column",
justifyContent: "center",
opacity: 0,
visibility: "hidden",
transition: `all ${token2.motionDurationMid}`,
"&-show": {
opacity: 1,
visibility: "visible"
},
[componentCls]: {
[`${componentCls}-dot-holder`]: {
color: token2.colorWhite
},
[`${componentCls}-text`]: {
color: token2.colorTextLightSolid
}
}
},
"&-nested-loading": {
position: "relative",
[`> div > ${componentCls}`]: {
position: "absolute",
top: 0,
insetInlineStart: 0,
zIndex: 4,
display: "block",
width: "100%",
height: "100%",
maxHeight: token2.contentHeight,
[`${componentCls}-dot`]: {
position: "absolute",
top: "50%",
insetInlineStart: "50%",
margin: calc(token2.dotSize).mul(-1).div(2).equal()
},
[`${componentCls}-text`]: {
position: "absolute",
top: "50%",
width: "100%",
textShadow: `0 1px 2px ${token2.colorBgContainer}`
// FIXME: shadow
},
[`&${componentCls}-show-text ${componentCls}-dot`]: {
marginTop: calc(token2.dotSize).div(2).mul(-1).sub(10).equal()
},
"&-sm": {
[`${componentCls}-dot`]: {
margin: calc(token2.dotSizeSM).mul(-1).div(2).equal()
},
[`${componentCls}-text`]: {
paddingTop: calc(calc(token2.dotSizeSM).sub(token2.fontSize)).div(2).add(2).equal()
},
[`&${componentCls}-show-text ${componentCls}-dot`]: {
marginTop: calc(token2.dotSizeSM).div(2).mul(-1).sub(10).equal()
}
},
"&-lg": {
[`${componentCls}-dot`]: {
margin: calc(token2.dotSizeLG).mul(-1).div(2).equal()
},
[`${componentCls}-text`]: {
paddingTop: calc(calc(token2.dotSizeLG).sub(token2.fontSize)).div(2).add(2).equal()
},
[`&${componentCls}-show-text ${componentCls}-dot`]: {
marginTop: calc(token2.dotSizeLG).div(2).mul(-1).sub(10).equal()
}
}
},
[`${componentCls}-container`]: {
position: "relative",
transition: `opacity ${token2.motionDurationSlow}`,
"&::after": {
position: "absolute",
top: 0,
insetInlineEnd: 0,
bottom: 0,
insetInlineStart: 0,
zIndex: 10,
width: "100%",
height: "100%",
background: token2.colorBgContainer,
opacity: 0,
transition: `all ${token2.motionDurationSlow}`,
content: '""',
pointerEvents: "none"
}
},
[`${componentCls}-blur`]: {
clear: "both",
opacity: 0.5,
userSelect: "none",
pointerEvents: "none",
"&::after": {
opacity: 0.4,
pointerEvents: "auto"
}
}
},
// tip
// ------------------------------
"&-tip": {
color: token2.spinDotDefault
},
// holder
// ------------------------------
[`${componentCls}-dot-holder`]: {
width: "1em",
height: "1em",
fontSize: token2.dotSize,
display: "inline-block",
transition: `transform ${token2.motionDurationSlow} ease, opacity ${token2.motionDurationSlow} ease`,
transformOrigin: "50% 50%",
lineHeight: 1,
color: token2.colorPrimary,
"&-hidden": {
transform: "scale(0.3)",
opacity: 0
}
},
// progress
// ------------------------------
[`${componentCls}-dot-progress`]: {
position: "absolute",
inset: 0
},
// dots
// ------------------------------
[`${componentCls}-dot`]: {
position: "relative",
display: "inline-block",
fontSize: token2.dotSize,
width: "1em",
height: "1em",
"&-item": {
position: "absolute",
display: "block",
width: calc(token2.dotSize).sub(calc(token2.marginXXS).div(2)).div(2).equal(),
height: calc(token2.dotSize).sub(calc(token2.marginXXS).div(2)).div(2).equal(),
background: "currentColor",
borderRadius: "100%",
transform: "scale(0.75)",
transformOrigin: "50% 50%",
opacity: 0.3,
animationName: antSpinMove,
animationDuration: "1s",
animationIterationCount: "infinite",
animationTimingFunction: "linear",
animationDirection: "alternate",
"&:nth-child(1)": {
top: 0,
insetInlineStart: 0,
animationDelay: "0s"
},
"&:nth-child(2)": {
top: 0,
insetInlineEnd: 0,
animationDelay: "0.4s"
},
"&:nth-child(3)": {
insetInlineEnd: 0,
bottom: 0,
animationDelay: "0.8s"
},
"&:nth-child(4)": {
bottom: 0,
insetInlineStart: 0,
animationDelay: "1.2s"
}
},
"&-spin": {
transform: "rotate(45deg)",
animationName: antRotate,
animationDuration: "1.2s",
animationIterationCount: "infinite",
animationTimingFunction: "linear"
},
"&-circle": {
strokeLinecap: "round",
transition: ["stroke-dashoffset", "stroke-dasharray", "stroke", "stroke-width", "opacity"].map((item) => `${item} ${token2.motionDurationSlow} ease`).join(","),
fillOpacity: 0,
stroke: "currentcolor"
},
"&-circle-bg": {
stroke: token2.colorFillSecondary
}
},
// small
[`&-sm ${componentCls}-dot`]: {
"&, &-holder": {
fontSize: token2.dotSizeSM
}
},
[`&-sm ${componentCls}-dot-holder`]: {
i: {
width: calc(calc(token2.dotSizeSM).sub(calc(token2.marginXXS).div(2))).div(2).equal(),
height: calc(calc(token2.dotSizeSM).sub(calc(token2.marginXXS).div(2))).div(2).equal()
}
},
// large
[`&-lg ${componentCls}-dot`]: {
"&, &-holder": {
fontSize: token2.dotSizeLG
}
},
[`&-lg ${componentCls}-dot-holder`]: {
i: {
width: calc(calc(token2.dotSizeLG).sub(token2.marginXXS)).div(2).equal(),
height: calc(calc(token2.dotSizeLG).sub(token2.marginXXS)).div(2).equal()
}
},
[`&${componentCls}-show-text ${componentCls}-text`]: {
display: "block"
}
})
};
};
var prepareComponentToken39 = (token2) => {
const {
controlHeightLG,
controlHeight
} = token2;
return {
contentHeight: 400,
dotSize: controlHeightLG / 2,
dotSizeSM: controlHeightLG * 0.35,
dotSizeLG: controlHeight
};
};
var style_default45 = genStyleHooks("Spin", (token2) => {
const spinToken = merge2(token2, {
spinDotDefault: token2.colorTextDescription
});
return genSpinStyle(spinToken);
}, prepareComponentToken39);
// node_modules/antd/es/spin/usePercent.js
var React464 = __toESM(require_react());
var AUTO_INTERVAL = 200;
var STEP_BUCKETS = [[30, 0.05], [70, 0.03], [96, 0.01]];
function usePercent(spinning, percent) {
const [mockPercent, setMockPercent] = React464.useState(0);
const mockIntervalRef = React464.useRef(null);
const isAuto = percent === "auto";
React464.useEffect(() => {
if (isAuto && spinning) {
setMockPercent(0);
mockIntervalRef.current = setInterval(() => {
setMockPercent((prev2) => {
const restPTG = 100 - prev2;
for (let i = 0; i < STEP_BUCKETS.length; i += 1) {
const [limit, stepPtg] = STEP_BUCKETS[i];
if (prev2 <= limit) {
return prev2 + restPTG * stepPtg;
}
}
return prev2;
});
}, AUTO_INTERVAL);
}
return () => {
if (mockIntervalRef.current) {
clearInterval(mockIntervalRef.current);
mockIntervalRef.current = null;
}
};
}, [isAuto, spinning]);
return isAuto ? mockPercent : percent;
}
// node_modules/antd/es/spin/index.js
var __rest84 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var defaultIndicator;
function shouldDelay(spinning, delay) {
return !!spinning && !!delay && !Number.isNaN(Number(delay));
}
var Spin = (props) => {
var _a;
const {
prefixCls: customizePrefixCls,
spinning: customSpinning = true,
delay = 0,
className,
rootClassName,
size = "default",
tip,
wrapperClassName,
style: style2,
children,
fullscreen = false,
indicator,
percent
} = props, restProps = __rest84(props, ["prefixCls", "spinning", "delay", "className", "rootClassName", "size", "tip", "wrapperClassName", "style", "children", "fullscreen", "indicator", "percent"]);
const {
getPrefixCls,
direction,
className: contextClassName,
style: contextStyle,
indicator: contextIndicator
} = useComponentConfig("spin");
const prefixCls = getPrefixCls("spin", customizePrefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default45(prefixCls);
const [spinning, setSpinning] = React465.useState(() => customSpinning && !shouldDelay(customSpinning, delay));
const mergedPercent = usePercent(spinning, percent);
React465.useEffect(() => {
if (customSpinning) {
const showSpinning = debounce(delay, () => {
setSpinning(true);
});
showSpinning();
return () => {
var _a2;
(_a2 = showSpinning === null || showSpinning === void 0 ? void 0 : showSpinning.cancel) === null || _a2 === void 0 ? void 0 : _a2.call(showSpinning);
};
}
setSpinning(false);
}, [delay, customSpinning]);
const isNestedPattern = React465.useMemo(() => typeof children !== "undefined" && !fullscreen, [children, fullscreen]);
if (true) {
const warning5 = devUseWarning("Spin");
true ? warning5(!tip || isNestedPattern || fullscreen, "usage", "`tip` only work in nest or fullscreen pattern.") : void 0;
}
const spinClassName = (0, import_classnames206.default)(prefixCls, contextClassName, {
[`${prefixCls}-sm`]: size === "small",
[`${prefixCls}-lg`]: size === "large",
[`${prefixCls}-spinning`]: spinning,
[`${prefixCls}-show-text`]: !!tip,
[`${prefixCls}-rtl`]: direction === "rtl"
}, className, !fullscreen && rootClassName, hashId, cssVarCls);
const containerClassName = (0, import_classnames206.default)(`${prefixCls}-container`, {
[`${prefixCls}-blur`]: spinning
});
const mergedIndicator = (_a = indicator !== null && indicator !== void 0 ? indicator : contextIndicator) !== null && _a !== void 0 ? _a : defaultIndicator;
const mergedStyle = Object.assign(Object.assign({}, contextStyle), style2);
const spinElement = React465.createElement("div", Object.assign({}, restProps, {
style: mergedStyle,
className: spinClassName,
"aria-live": "polite",
"aria-busy": spinning
}), React465.createElement(Indicator, {
prefixCls,
indicator: mergedIndicator,
percent: mergedPercent
}), tip && (isNestedPattern || fullscreen) ? React465.createElement("div", {
className: `${prefixCls}-text`
}, tip) : null);
if (isNestedPattern) {
return wrapCSSVar(React465.createElement("div", Object.assign({}, restProps, {
className: (0, import_classnames206.default)(`${prefixCls}-nested-loading`, wrapperClassName, hashId, cssVarCls)
}), spinning && React465.createElement("div", {
key: "loading"
}, spinElement), React465.createElement("div", {
className: containerClassName,
key: "container"
}, children)));
}
if (fullscreen) {
return wrapCSSVar(React465.createElement("div", {
className: (0, import_classnames206.default)(`${prefixCls}-fullscreen`, {
[`${prefixCls}-fullscreen-show`]: spinning
}, rootClassName, hashId, cssVarCls)
}, spinElement));
}
return wrapCSSVar(spinElement);
};
Spin.setDefaultIndicator = (indicator) => {
defaultIndicator = indicator;
};
if (true) {
Spin.displayName = "Spin";
}
var spin_default = Spin;
// node_modules/antd/es/list/context.js
var import_react171 = __toESM(require_react());
var ListContext2 = import_react171.default.createContext({});
var ListConsumer = ListContext2.Consumer;
// node_modules/antd/es/list/Item.js
var import_react172 = __toESM(require_react());
var import_classnames207 = __toESM(require_classnames());
var __rest85 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var Meta2 = (_a) => {
var {
prefixCls: customizePrefixCls,
className,
avatar,
title,
description
} = _a, others = __rest85(_a, ["prefixCls", "className", "avatar", "title", "description"]);
const {
getPrefixCls
} = (0, import_react172.useContext)(ConfigContext);
const prefixCls = getPrefixCls("list", customizePrefixCls);
const classString = (0, import_classnames207.default)(`${prefixCls}-item-meta`, className);
const content = import_react172.default.createElement("div", {
className: `${prefixCls}-item-meta-content`
}, title && import_react172.default.createElement("h4", {
className: `${prefixCls}-item-meta-title`
}, title), description && import_react172.default.createElement("div", {
className: `${prefixCls}-item-meta-description`
}, description));
return import_react172.default.createElement("div", Object.assign({}, others, {
className: classString
}), avatar && import_react172.default.createElement("div", {
className: `${prefixCls}-item-meta-avatar`
}, avatar), (title || description) && content);
};
var InternalItem2 = import_react172.default.forwardRef((props, ref) => {
const {
prefixCls: customizePrefixCls,
children,
actions,
extra,
styles,
className,
classNames: customizeClassNames,
colStyle
} = props, others = __rest85(props, ["prefixCls", "children", "actions", "extra", "styles", "className", "classNames", "colStyle"]);
const {
grid,
itemLayout
} = (0, import_react172.useContext)(ListContext2);
const {
getPrefixCls,
list
} = (0, import_react172.useContext)(ConfigContext);
const moduleClass = (moduleName) => {
var _a, _b;
return (0, import_classnames207.default)((_b = (_a = list === null || list === void 0 ? void 0 : list.item) === null || _a === void 0 ? void 0 : _a.classNames) === null || _b === void 0 ? void 0 : _b[moduleName], customizeClassNames === null || customizeClassNames === void 0 ? void 0 : customizeClassNames[moduleName]);
};
const moduleStyle = (moduleName) => {
var _a, _b;
return Object.assign(Object.assign({}, (_b = (_a = list === null || list === void 0 ? void 0 : list.item) === null || _a === void 0 ? void 0 : _a.styles) === null || _b === void 0 ? void 0 : _b[moduleName]), styles === null || styles === void 0 ? void 0 : styles[moduleName]);
};
const isItemContainsTextNodeAndNotSingular = () => {
let result = false;
import_react172.Children.forEach(children, (element) => {
if (typeof element === "string") {
result = true;
}
});
return result && import_react172.Children.count(children) > 1;
};
const isFlexMode = () => {
if (itemLayout === "vertical") {
return !!extra;
}
return !isItemContainsTextNodeAndNotSingular();
};
const prefixCls = getPrefixCls("list", customizePrefixCls);
const actionsContent = actions && actions.length > 0 && import_react172.default.createElement("ul", {
className: (0, import_classnames207.default)(`${prefixCls}-item-action`, moduleClass("actions")),
key: "actions",
style: moduleStyle("actions")
}, actions.map((action, i) => (
// eslint-disable-next-line react/no-array-index-key
import_react172.default.createElement("li", {
key: `${prefixCls}-item-action-${i}`
}, action, i !== actions.length - 1 && import_react172.default.createElement("em", {
className: `${prefixCls}-item-action-split`
}))
)));
const Element3 = grid ? "div" : "li";
const itemChildren = import_react172.default.createElement(Element3, Object.assign({}, others, !grid ? {
ref
} : {}, {
className: (0, import_classnames207.default)(`${prefixCls}-item`, {
[`${prefixCls}-item-no-flex`]: !isFlexMode()
}, className)
}), itemLayout === "vertical" && extra ? [import_react172.default.createElement("div", {
className: `${prefixCls}-item-main`,
key: "content"
}, children, actionsContent), import_react172.default.createElement("div", {
className: (0, import_classnames207.default)(`${prefixCls}-item-extra`, moduleClass("extra")),
key: "extra",
style: moduleStyle("extra")
}, extra)] : [children, actionsContent, cloneElement3(extra, {
key: "extra"
})]);
return grid ? import_react172.default.createElement(col_default, {
ref,
flex: 1,
style: colStyle
}, itemChildren) : itemChildren;
});
var Item4 = InternalItem2;
Item4.Meta = Meta2;
var Item_default4 = Item4;
// node_modules/antd/es/list/style/index.js
var genBorderedStyle3 = (token2) => {
const {
listBorderedCls,
componentCls,
paddingLG,
margin,
itemPaddingSM,
itemPaddingLG,
marginLG,
borderRadiusLG
} = token2;
const innerCornerBorderRadius = unit2(token2.calc(borderRadiusLG).sub(token2.lineWidth).equal());
return {
[listBorderedCls]: {
border: `${unit2(token2.lineWidth)} ${token2.lineType} ${token2.colorBorder}`,
borderRadius: borderRadiusLG,
[`${componentCls}-header`]: {
borderRadius: `${innerCornerBorderRadius} ${innerCornerBorderRadius} 0 0`
},
[`${componentCls}-footer`]: {
borderRadius: `0 0 ${innerCornerBorderRadius} ${innerCornerBorderRadius}`
},
[`${componentCls}-header,${componentCls}-footer,${componentCls}-item`]: {
paddingInline: paddingLG
},
[`${componentCls}-pagination`]: {
margin: `${unit2(margin)} ${unit2(marginLG)}`
}
},
[`${listBorderedCls}${componentCls}-sm`]: {
[`${componentCls}-item,${componentCls}-header,${componentCls}-footer`]: {
padding: itemPaddingSM
}
},
[`${listBorderedCls}${componentCls}-lg`]: {
[`${componentCls}-item,${componentCls}-header,${componentCls}-footer`]: {
padding: itemPaddingLG
}
}
};
};
var genResponsiveStyle = (token2) => {
const {
componentCls,
screenSM,
screenMD,
marginLG,
marginSM,
margin
} = token2;
return {
[`@media screen and (max-width:${screenMD}px)`]: {
[componentCls]: {
[`${componentCls}-item`]: {
[`${componentCls}-item-action`]: {
marginInlineStart: marginLG
}
}
},
[`${componentCls}-vertical`]: {
[`${componentCls}-item`]: {
[`${componentCls}-item-extra`]: {
marginInlineStart: marginLG
}
}
}
},
[`@media screen and (max-width: ${screenSM}px)`]: {
[componentCls]: {
[`${componentCls}-item`]: {
flexWrap: "wrap",
[`${componentCls}-action`]: {
marginInlineStart: marginSM
}
}
},
[`${componentCls}-vertical`]: {
[`${componentCls}-item`]: {
flexWrap: "wrap-reverse",
[`${componentCls}-item-main`]: {
minWidth: token2.contentWidth
},
[`${componentCls}-item-extra`]: {
margin: `auto auto ${unit2(margin)}`
}
}
}
}
};
};
var genBaseStyle11 = (token2) => {
const {
componentCls,
antCls,
controlHeight,
minHeight,
paddingSM,
marginLG,
padding,
itemPadding,
colorPrimary,
itemPaddingSM,
itemPaddingLG,
paddingXS,
margin,
colorText,
colorTextDescription,
motionDurationSlow,
lineWidth,
headerBg,
footerBg,
emptyTextPadding,
metaMarginBottom,
avatarMarginRight,
titleMarginBottom,
descriptionFontSize
} = token2;
return {
[componentCls]: Object.assign(Object.assign({}, resetComponent(token2)), {
position: "relative",
// fix https://github.com/ant-design/ant-design/issues/46177
["--rc-virtual-list-scrollbar-bg"]: token2.colorSplit,
"*": {
outline: "none"
},
[`${componentCls}-header`]: {
background: headerBg
},
[`${componentCls}-footer`]: {
background: footerBg
},
[`${componentCls}-header, ${componentCls}-footer`]: {
paddingBlock: paddingSM
},
[`${componentCls}-pagination`]: {
marginBlockStart: marginLG,
// https://github.com/ant-design/ant-design/issues/20037
[`${antCls}-pagination-options`]: {
textAlign: "start"
}
},
[`${componentCls}-spin`]: {
minHeight,
textAlign: "center"
},
[`${componentCls}-items`]: {
margin: 0,
padding: 0,
listStyle: "none"
},
[`${componentCls}-item`]: {
display: "flex",
alignItems: "center",
justifyContent: "space-between",
padding: itemPadding,
color: colorText,
[`${componentCls}-item-meta`]: {
display: "flex",
flex: 1,
alignItems: "flex-start",
maxWidth: "100%",
[`${componentCls}-item-meta-avatar`]: {
marginInlineEnd: avatarMarginRight
},
[`${componentCls}-item-meta-content`]: {
flex: "1 0",
width: 0,
color: colorText
},
[`${componentCls}-item-meta-title`]: {
margin: `0 0 ${unit2(token2.marginXXS)} 0`,
color: colorText,
fontSize: token2.fontSize,
lineHeight: token2.lineHeight,
"> a": {
color: colorText,
transition: `all ${motionDurationSlow}`,
"&:hover": {
color: colorPrimary
}
}
},
[`${componentCls}-item-meta-description`]: {
color: colorTextDescription,
fontSize: descriptionFontSize,
lineHeight: token2.lineHeight
}
},
[`${componentCls}-item-action`]: {
flex: "0 0 auto",
marginInlineStart: token2.marginXXL,
padding: 0,
fontSize: 0,
listStyle: "none",
"& > li": {
position: "relative",
display: "inline-block",
padding: `0 ${unit2(paddingXS)}`,
color: colorTextDescription,
fontSize: token2.fontSize,
lineHeight: token2.lineHeight,
textAlign: "center",
"&:first-child": {
paddingInlineStart: 0
}
},
[`${componentCls}-item-action-split`]: {
position: "absolute",
insetBlockStart: "50%",
insetInlineEnd: 0,
width: lineWidth,
height: token2.calc(token2.fontHeight).sub(token2.calc(token2.marginXXS).mul(2)).equal(),
transform: "translateY(-50%)",
backgroundColor: token2.colorSplit
}
}
},
[`${componentCls}-empty`]: {
padding: `${unit2(padding)} 0`,
color: colorTextDescription,
fontSize: token2.fontSizeSM,
textAlign: "center"
},
[`${componentCls}-empty-text`]: {
padding: emptyTextPadding,
color: token2.colorTextDisabled,
fontSize: token2.fontSize,
textAlign: "center"
},
// ============================ without flex ============================
[`${componentCls}-item-no-flex`]: {
display: "block"
}
}),
[`${componentCls}-grid ${antCls}-col > ${componentCls}-item`]: {
display: "block",
maxWidth: "100%",
marginBlockEnd: margin,
paddingBlock: 0,
borderBlockEnd: "none"
},
[`${componentCls}-vertical ${componentCls}-item`]: {
alignItems: "initial",
[`${componentCls}-item-main`]: {
display: "block",
flex: 1
},
[`${componentCls}-item-extra`]: {
marginInlineStart: marginLG
},
[`${componentCls}-item-meta`]: {
marginBlockEnd: metaMarginBottom,
[`${componentCls}-item-meta-title`]: {
marginBlockStart: 0,
marginBlockEnd: titleMarginBottom,
color: colorText,
fontSize: token2.fontSizeLG,
lineHeight: token2.lineHeightLG
}
},
[`${componentCls}-item-action`]: {
marginBlockStart: padding,
marginInlineStart: "auto",
"> li": {
padding: `0 ${unit2(padding)}`,
"&:first-child": {
paddingInlineStart: 0
}
}
}
},
[`${componentCls}-split ${componentCls}-item`]: {
borderBlockEnd: `${unit2(token2.lineWidth)} ${token2.lineType} ${token2.colorSplit}`,
"&:last-child": {
borderBlockEnd: "none"
}
},
[`${componentCls}-split ${componentCls}-header`]: {
borderBlockEnd: `${unit2(token2.lineWidth)} ${token2.lineType} ${token2.colorSplit}`
},
[`${componentCls}-split${componentCls}-empty ${componentCls}-footer`]: {
borderTop: `${unit2(token2.lineWidth)} ${token2.lineType} ${token2.colorSplit}`
},
[`${componentCls}-loading ${componentCls}-spin-nested-loading`]: {
minHeight: controlHeight
},
[`${componentCls}-split${componentCls}-something-after-last-item ${antCls}-spin-container > ${componentCls}-items > ${componentCls}-item:last-child`]: {
borderBlockEnd: `${unit2(token2.lineWidth)} ${token2.lineType} ${token2.colorSplit}`
},
[`${componentCls}-lg ${componentCls}-item`]: {
padding: itemPaddingLG
},
[`${componentCls}-sm ${componentCls}-item`]: {
padding: itemPaddingSM
},
// Horizontal
[`${componentCls}:not(${componentCls}-vertical)`]: {
[`${componentCls}-item-no-flex`]: {
[`${componentCls}-item-action`]: {
float: "right"
}
}
}
};
};
var prepareComponentToken40 = (token2) => ({
contentWidth: 220,
itemPadding: `${unit2(token2.paddingContentVertical)} 0`,
itemPaddingSM: `${unit2(token2.paddingContentVerticalSM)} ${unit2(token2.paddingContentHorizontal)}`,
itemPaddingLG: `${unit2(token2.paddingContentVerticalLG)} ${unit2(token2.paddingContentHorizontalLG)}`,
headerBg: "transparent",
footerBg: "transparent",
emptyTextPadding: token2.padding,
metaMarginBottom: token2.padding,
avatarMarginRight: token2.padding,
titleMarginBottom: token2.paddingSM,
descriptionFontSize: token2.fontSize
});
var style_default46 = genStyleHooks("List", (token2) => {
const listToken = merge2(token2, {
listBorderedCls: `${token2.componentCls}-bordered`,
minHeight: token2.controlHeightLG
});
return [genBaseStyle11(listToken), genBorderedStyle3(listToken), genResponsiveStyle(listToken)];
}, prepareComponentToken40);
// node_modules/antd/es/list/index.js
var __rest86 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
function InternalList(props, ref) {
const {
pagination = false,
prefixCls: customizePrefixCls,
bordered = false,
split = true,
className,
rootClassName,
style: style2,
children,
itemLayout,
loadMore,
grid,
dataSource = [],
size: customizeSize,
header,
footer,
loading = false,
rowKey,
renderItem: renderItem2,
locale: locale6
} = props, rest = __rest86(props, ["pagination", "prefixCls", "bordered", "split", "className", "rootClassName", "style", "children", "itemLayout", "loadMore", "grid", "dataSource", "size", "header", "footer", "loading", "rowKey", "renderItem", "locale"]);
const paginationObj = pagination && typeof pagination === "object" ? pagination : {};
const [paginationCurrent, setPaginationCurrent] = React468.useState(paginationObj.defaultCurrent || 1);
const [paginationSize, setPaginationSize] = React468.useState(paginationObj.defaultPageSize || 10);
const {
getPrefixCls,
direction,
className: contextClassName,
style: contextStyle
} = useComponentConfig("list");
const {
renderEmpty
} = React468.useContext(ConfigContext);
const defaultPaginationProps = {
current: 1,
total: 0,
position: "bottom"
};
const triggerPaginationEvent = (eventName) => (page, pageSize) => {
var _a;
setPaginationCurrent(page);
setPaginationSize(pageSize);
if (pagination) {
(_a = pagination === null || pagination === void 0 ? void 0 : pagination[eventName]) === null || _a === void 0 ? void 0 : _a.call(pagination, page, pageSize);
}
};
const onPaginationChange = triggerPaginationEvent("onChange");
const onPaginationShowSizeChange = triggerPaginationEvent("onShowSizeChange");
const renderInternalItem = (item, index3) => {
if (!renderItem2) {
return null;
}
let key;
if (typeof rowKey === "function") {
key = rowKey(item);
} else if (rowKey) {
key = item[rowKey];
} else {
key = item.key;
}
if (!key) {
key = `list-item-${index3}`;
}
return React468.createElement(React468.Fragment, {
key
}, renderItem2(item, index3));
};
const isSomethingAfterLastItem = !!(loadMore || pagination || footer);
const prefixCls = getPrefixCls("list", customizePrefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default46(prefixCls);
let loadingProp = loading;
if (typeof loadingProp === "boolean") {
loadingProp = {
spinning: loadingProp
};
}
const isLoading = !!(loadingProp === null || loadingProp === void 0 ? void 0 : loadingProp.spinning);
const mergedSize = useSize_default(customizeSize);
let sizeCls = "";
switch (mergedSize) {
case "large":
sizeCls = "lg";
break;
case "small":
sizeCls = "sm";
break;
default:
break;
}
const classString = (0, import_classnames208.default)(prefixCls, {
[`${prefixCls}-vertical`]: itemLayout === "vertical",
[`${prefixCls}-${sizeCls}`]: sizeCls,
[`${prefixCls}-split`]: split,
[`${prefixCls}-bordered`]: bordered,
[`${prefixCls}-loading`]: isLoading,
[`${prefixCls}-grid`]: !!grid,
[`${prefixCls}-something-after-last-item`]: isSomethingAfterLastItem,
[`${prefixCls}-rtl`]: direction === "rtl"
}, contextClassName, className, rootClassName, hashId, cssVarCls);
const paginationProps = extendsObject_default(defaultPaginationProps, {
total: dataSource.length,
current: paginationCurrent,
pageSize: paginationSize
}, pagination || {});
const largestPage = Math.ceil(paginationProps.total / paginationProps.pageSize);
paginationProps.current = Math.min(paginationProps.current, largestPage);
const paginationContent = pagination && React468.createElement("div", {
className: (0, import_classnames208.default)(`${prefixCls}-pagination`)
}, React468.createElement(pagination_default, Object.assign({
align: "end"
}, paginationProps, {
onChange: onPaginationChange,
onShowSizeChange: onPaginationShowSizeChange
})));
let splitDataSource = _toConsumableArray(dataSource);
if (pagination) {
if (dataSource.length > (paginationProps.current - 1) * paginationProps.pageSize) {
splitDataSource = _toConsumableArray(dataSource).splice((paginationProps.current - 1) * paginationProps.pageSize, paginationProps.pageSize);
}
}
const needResponsive = Object.keys(grid || {}).some((key) => ["xs", "sm", "md", "lg", "xl", "xxl"].includes(key));
const screens = useBreakpoint_default(needResponsive);
const currentBreakpoint = React468.useMemo(() => {
for (let i = 0; i < responsiveArray.length; i += 1) {
const breakpoint = responsiveArray[i];
if (screens[breakpoint]) {
return breakpoint;
}
}
return void 0;
}, [screens]);
const colStyle = React468.useMemo(() => {
if (!grid) {
return void 0;
}
const columnCount = currentBreakpoint && grid[currentBreakpoint] ? grid[currentBreakpoint] : grid.column;
if (columnCount) {
return {
width: `${100 / columnCount}%`,
maxWidth: `${100 / columnCount}%`
};
}
}, [JSON.stringify(grid), currentBreakpoint]);
let childrenContent = isLoading && React468.createElement("div", {
style: {
minHeight: 53
}
});
if (splitDataSource.length > 0) {
const items = splitDataSource.map(renderInternalItem);
childrenContent = grid ? React468.createElement(row_default, {
gutter: grid.gutter
}, React468.Children.map(items, (child) => React468.createElement("div", {
key: child === null || child === void 0 ? void 0 : child.key,
style: colStyle
}, child))) : React468.createElement("ul", {
className: `${prefixCls}-items`
}, items);
} else if (!children && !isLoading) {
childrenContent = React468.createElement("div", {
className: `${prefixCls}-empty-text`
}, (locale6 === null || locale6 === void 0 ? void 0 : locale6.emptyText) || (renderEmpty === null || renderEmpty === void 0 ? void 0 : renderEmpty("List")) || React468.createElement(defaultRenderEmpty_default, {
componentName: "List"
}));
}
const paginationPosition = paginationProps.position;
const contextValue = React468.useMemo(() => ({
grid,
itemLayout
}), [JSON.stringify(grid), itemLayout]);
return wrapCSSVar(React468.createElement(ListContext2.Provider, {
value: contextValue
}, React468.createElement("div", Object.assign({
ref,
style: Object.assign(Object.assign({}, contextStyle), style2),
className: classString
}, rest), (paginationPosition === "top" || paginationPosition === "both") && paginationContent, header && React468.createElement("div", {
className: `${prefixCls}-header`
}, header), React468.createElement(spin_default, Object.assign({}, loadingProp), childrenContent, children), footer && React468.createElement("div", {
className: `${prefixCls}-footer`
}, footer), loadMore || (paginationPosition === "bottom" || paginationPosition === "both") && paginationContent)));
}
var ListWithForwardRef = React468.forwardRef(InternalList);
if (true) {
ListWithForwardRef.displayName = "List";
}
var List3 = ListWithForwardRef;
List3.Item = Item_default4;
var list_default = List3;
// node_modules/antd/es/mentions/index.js
var React473 = __toESM(require_react());
var import_classnames210 = __toESM(require_classnames());
// node_modules/rc-mentions/es/Mentions.js
var import_classnames209 = __toESM(require_classnames());
var import_react175 = __toESM(require_react());
// node_modules/rc-mentions/es/hooks/useEffectState.js
var import_react173 = __toESM(require_react());
function useEffectState2() {
var _useState = (0, import_react173.useState)({
id: 0,
callback: null
}), _useState2 = _slicedToArray(_useState, 2), effectId = _useState2[0], setEffectId = _useState2[1];
var update = (0, import_react173.useCallback)(function(callback) {
setEffectId(function(_ref) {
var id = _ref.id;
return {
id: id + 1,
callback
};
});
}, []);
(0, import_react173.useEffect)(function() {
var _effectId$callback;
(_effectId$callback = effectId.callback) === null || _effectId$callback === void 0 || _effectId$callback.call(effectId);
}, [effectId]);
return update;
}
// node_modules/rc-mentions/es/KeywordTrigger.js
var React471 = __toESM(require_react());
var import_react174 = __toESM(require_react());
// node_modules/rc-mentions/es/DropdownMenu.js
var React470 = __toESM(require_react());
// node_modules/rc-mentions/es/MentionsContext.js
var React469 = __toESM(require_react());
var MentionsContext = React469.createContext(null);
var MentionsContext_default = MentionsContext;
// node_modules/rc-mentions/es/DropdownMenu.js
function DropdownMenu(props) {
var _React$useContext = React470.useContext(MentionsContext_default), notFoundContent = _React$useContext.notFoundContent, activeIndex = _React$useContext.activeIndex, setActiveIndex = _React$useContext.setActiveIndex, selectOption = _React$useContext.selectOption, onFocus = _React$useContext.onFocus, onBlur = _React$useContext.onBlur, onScroll = _React$useContext.onScroll;
var prefixCls = props.prefixCls, options = props.options;
var activeOption = options[activeIndex] || {};
return React470.createElement(es_default15, {
prefixCls: "".concat(prefixCls, "-menu"),
activeKey: activeOption.key,
onSelect: function onSelect(_ref) {
var key = _ref.key;
var option = options.find(function(_ref2) {
var optionKey = _ref2.key;
return optionKey === key;
});
selectOption(option);
},
onFocus,
onBlur,
onScroll
}, options.map(function(option, index3) {
var key = option.key, disabled = option.disabled, className = option.className, style2 = option.style, label = option.label;
return React470.createElement(MenuItem_default, {
key,
disabled,
className,
style: style2,
onMouseEnter: function onMouseEnter() {
setActiveIndex(index3);
}
}, label);
}), !options.length && React470.createElement(MenuItem_default, {
disabled: true
}, notFoundContent));
}
var DropdownMenu_default = DropdownMenu;
// node_modules/rc-mentions/es/KeywordTrigger.js
var BUILT_IN_PLACEMENTS2 = {
bottomRight: {
points: ["tl", "br"],
offset: [0, 4],
overflow: {
adjustX: 1,
adjustY: 1
}
},
bottomLeft: {
points: ["tr", "bl"],
offset: [0, 4],
overflow: {
adjustX: 1,
adjustY: 1
}
},
topRight: {
points: ["bl", "tr"],
offset: [0, -4],
overflow: {
adjustX: 1,
adjustY: 1
}
},
topLeft: {
points: ["br", "tl"],
offset: [0, -4],
overflow: {
adjustX: 1,
adjustY: 1
}
}
};
var KeywordTrigger = function KeywordTrigger2(props) {
var prefixCls = props.prefixCls, options = props.options, children = props.children, visible = props.visible, transitionName = props.transitionName, getPopupContainer = props.getPopupContainer, dropdownClassName = props.dropdownClassName, direction = props.direction, placement = props.placement;
var dropdownPrefix = "".concat(prefixCls, "-dropdown");
var dropdownElement = React471.createElement(DropdownMenu_default, {
prefixCls: dropdownPrefix,
options
});
var dropdownPlacement = (0, import_react174.useMemo)(function() {
var popupPlacement;
if (direction === "rtl") {
popupPlacement = placement === "top" ? "topLeft" : "bottomLeft";
} else {
popupPlacement = placement === "top" ? "topRight" : "bottomRight";
}
return popupPlacement;
}, [direction, placement]);
return React471.createElement(es_default10, {
prefixCls: dropdownPrefix,
popupVisible: visible,
popup: dropdownElement,
popupPlacement: dropdownPlacement,
popupTransitionName: transitionName,
builtinPlacements: BUILT_IN_PLACEMENTS2,
getPopupContainer,
popupClassName: dropdownClassName
}, children);
};
var KeywordTrigger_default = KeywordTrigger;
// node_modules/rc-mentions/es/Option.js
var Option5 = function Option6() {
return null;
};
var Option_default2 = Option5;
// node_modules/rc-mentions/es/util.js
function getBeforeSelectionText(input) {
var selectionStart = input.selectionStart;
return input.value.slice(0, selectionStart);
}
function getLastMeasureIndex(text, prefix2) {
return prefix2.reduce(function(lastMatch, prefixStr) {
var lastIndex = text.lastIndexOf(prefixStr);
if (lastIndex > lastMatch.location) {
return {
location: lastIndex,
prefix: prefixStr
};
}
return lastMatch;
}, {
location: -1,
prefix: ""
});
}
function lower(char2) {
return (char2 || "").toLowerCase();
}
function reduceText(text, targetText, split) {
var firstChar = text[0];
if (!firstChar || firstChar === split) {
return text;
}
var restText = text;
var targetTextLen = targetText.length;
for (var i = 0; i < targetTextLen; i += 1) {
if (lower(restText[i]) !== lower(targetText[i])) {
restText = restText.slice(i);
break;
} else if (i === targetTextLen - 1) {
restText = restText.slice(targetTextLen);
}
}
return restText;
}
function replaceWithMeasure(text, measureConfig) {
var measureLocation = measureConfig.measureLocation, prefix2 = measureConfig.prefix, targetText = measureConfig.targetText, selectionStart = measureConfig.selectionStart, split = measureConfig.split;
var beforeMeasureText = text.slice(0, measureLocation);
if (beforeMeasureText[beforeMeasureText.length - split.length] === split) {
beforeMeasureText = beforeMeasureText.slice(0, beforeMeasureText.length - split.length);
}
if (beforeMeasureText) {
beforeMeasureText = "".concat(beforeMeasureText).concat(split);
}
var restText = reduceText(text.slice(selectionStart), targetText.slice(selectionStart - measureLocation - prefix2.length), split);
if (restText.slice(0, split.length) === split) {
restText = restText.slice(split.length);
}
var connectedStartText = "".concat(beforeMeasureText).concat(prefix2).concat(targetText).concat(split);
return {
text: "".concat(connectedStartText).concat(restText),
selectionLocation: connectedStartText.length
};
}
function setInputSelection(input, location) {
input.setSelectionRange(location, location);
input.blur();
input.focus();
}
function validateSearch(text, split) {
return !split || text.indexOf(split) === -1;
}
function filterOption(input, _ref) {
var _ref$value = _ref.value, value = _ref$value === void 0 ? "" : _ref$value;
var lowerCase = input.toLowerCase();
return value.toLowerCase().indexOf(lowerCase) !== -1;
}
// node_modules/rc-mentions/es/Mentions.js
var _excluded61 = ["prefixCls", "className", "style", "prefix", "split", "notFoundContent", "value", "defaultValue", "children", "options", "open", "allowClear", "silent", "validateSearch", "filterOption", "onChange", "onKeyDown", "onKeyUp", "onPressEnter", "onSearch", "onSelect", "onFocus", "onBlur", "transitionName", "placement", "direction", "getPopupContainer", "dropdownClassName", "rows", "visible", "onPopupScroll"];
var _excluded219 = ["suffix", "prefixCls", "defaultValue", "value", "allowClear", "onChange", "classNames", "className", "disabled", "onClear"];
var InternalMentions = (0, import_react175.forwardRef)(function(props, ref) {
var prefixCls = props.prefixCls, className = props.className, style2 = props.style, _props$prefix = props.prefix, prefix2 = _props$prefix === void 0 ? "@" : _props$prefix, _props$split = props.split, split = _props$split === void 0 ? " " : _props$split, _props$notFoundConten = props.notFoundContent, notFoundContent = _props$notFoundConten === void 0 ? "Not Found" : _props$notFoundConten, value = props.value, defaultValue = props.defaultValue, children = props.children, options = props.options, open3 = props.open, allowClear = props.allowClear, silent = props.silent, _props$validateSearch = props.validateSearch, validateSearch2 = _props$validateSearch === void 0 ? validateSearch : _props$validateSearch, _props$filterOption = props.filterOption, filterOption2 = _props$filterOption === void 0 ? filterOption : _props$filterOption, onChange = props.onChange, onKeyDown2 = props.onKeyDown, onKeyUp = props.onKeyUp, onPressEnter = props.onPressEnter, onSearch = props.onSearch, onSelect = props.onSelect, onFocus = props.onFocus, onBlur = props.onBlur, transitionName = props.transitionName, placement = props.placement, direction = props.direction, getPopupContainer = props.getPopupContainer, dropdownClassName = props.dropdownClassName, _props$rows = props.rows, rows = _props$rows === void 0 ? 1 : _props$rows, visible = props.visible, onPopupScroll = props.onPopupScroll, restProps = _objectWithoutProperties(props, _excluded61);
var mergedPrefix = (0, import_react175.useMemo)(function() {
return Array.isArray(prefix2) ? prefix2 : [prefix2];
}, [prefix2]);
var containerRef = (0, import_react175.useRef)(null);
var textareaRef = (0, import_react175.useRef)(null);
var measureRef = (0, import_react175.useRef)(null);
var getTextArea = function getTextArea2() {
var _textareaRef$current;
return (_textareaRef$current = textareaRef.current) === null || _textareaRef$current === void 0 || (_textareaRef$current = _textareaRef$current.resizableTextArea) === null || _textareaRef$current === void 0 ? void 0 : _textareaRef$current.textArea;
};
import_react175.default.useImperativeHandle(ref, function() {
var _textareaRef$current4;
return {
focus: function focus() {
var _textareaRef$current2;
return (_textareaRef$current2 = textareaRef.current) === null || _textareaRef$current2 === void 0 ? void 0 : _textareaRef$current2.focus();
},
blur: function blur() {
var _textareaRef$current3;
return (_textareaRef$current3 = textareaRef.current) === null || _textareaRef$current3 === void 0 ? void 0 : _textareaRef$current3.blur();
},
textarea: (_textareaRef$current4 = textareaRef.current) === null || _textareaRef$current4 === void 0 || (_textareaRef$current4 = _textareaRef$current4.resizableTextArea) === null || _textareaRef$current4 === void 0 ? void 0 : _textareaRef$current4.textArea,
nativeElement: containerRef.current
};
});
var _useState = (0, import_react175.useState)(false), _useState2 = _slicedToArray(_useState, 2), measuring = _useState2[0], setMeasuring = _useState2[1];
var _useState3 = (0, import_react175.useState)(""), _useState4 = _slicedToArray(_useState3, 2), measureText = _useState4[0], setMeasureText = _useState4[1];
var _useState5 = (0, import_react175.useState)(""), _useState6 = _slicedToArray(_useState5, 2), measurePrefix = _useState6[0], setMeasurePrefix = _useState6[1];
var _useState7 = (0, import_react175.useState)(0), _useState8 = _slicedToArray(_useState7, 2), measureLocation = _useState8[0], setMeasureLocation = _useState8[1];
var _useState9 = (0, import_react175.useState)(0), _useState10 = _slicedToArray(_useState9, 2), activeIndex = _useState10[0], setActiveIndex = _useState10[1];
var _useState11 = (0, import_react175.useState)(false), _useState12 = _slicedToArray(_useState11, 2), isFocus = _useState12[0], setIsFocus = _useState12[1];
var _useMergedState = useMergedState("", {
defaultValue,
value
}), _useMergedState2 = _slicedToArray(_useMergedState, 2), mergedValue = _useMergedState2[0], setMergedValue = _useMergedState2[1];
(0, import_react175.useEffect)(function() {
if (measuring && measureRef.current) {
measureRef.current.scrollTop = getTextArea().scrollTop;
}
}, [measuring]);
var _React$useMemo = import_react175.default.useMemo(function() {
if (open3) {
if (true) {
warning_default(false, "`open` of Mentions is only used for debug usage. Do not use in you production.");
}
for (var i = 0; i < mergedPrefix.length; i += 1) {
var curPrefix = mergedPrefix[i];
var index3 = mergedValue.lastIndexOf(curPrefix);
if (index3 >= 0) {
return [true, "", curPrefix, index3];
}
}
}
return [measuring, measureText, measurePrefix, measureLocation];
}, [open3, measuring, mergedPrefix, mergedValue, measureText, measurePrefix, measureLocation]), _React$useMemo2 = _slicedToArray(_React$useMemo, 4), mergedMeasuring = _React$useMemo2[0], mergedMeasureText = _React$useMemo2[1], mergedMeasurePrefix = _React$useMemo2[2], mergedMeasureLocation = _React$useMemo2[3];
var getOptions = import_react175.default.useCallback(function(targetMeasureText) {
var list;
if (options && options.length > 0) {
list = options.map(function(item) {
var _item$key;
return _objectSpread2(_objectSpread2({}, item), {}, {
key: (_item$key = item === null || item === void 0 ? void 0 : item.key) !== null && _item$key !== void 0 ? _item$key : item.value
});
});
} else {
list = toArray(children).map(function(_ref) {
var optionProps = _ref.props, key = _ref.key;
return _objectSpread2(_objectSpread2({}, optionProps), {}, {
label: optionProps.children,
key: key || optionProps.value
});
});
}
return list.filter(function(option) {
if (filterOption2 === false) {
return true;
}
return filterOption2(targetMeasureText, option);
});
}, [children, options, filterOption2]);
var mergedOptions = import_react175.default.useMemo(function() {
return getOptions(mergedMeasureText);
}, [getOptions, mergedMeasureText]);
var onSelectionEffect = useEffectState2();
var startMeasure = function startMeasure2(nextMeasureText, nextMeasurePrefix, nextMeasureLocation) {
setMeasuring(true);
setMeasureText(nextMeasureText);
setMeasurePrefix(nextMeasurePrefix);
setMeasureLocation(nextMeasureLocation);
setActiveIndex(0);
};
var stopMeasure = function stopMeasure2(callback) {
setMeasuring(false);
setMeasureLocation(0);
setMeasureText("");
onSelectionEffect(callback);
};
var triggerChange = function triggerChange2(nextValue) {
setMergedValue(nextValue);
onChange === null || onChange === void 0 || onChange(nextValue);
};
var onInternalChange = function onInternalChange2(_ref2) {
var nextValue = _ref2.target.value;
triggerChange(nextValue);
};
var selectOption = function selectOption2(option) {
var _getTextArea;
var _option$value = option.value, mentionValue = _option$value === void 0 ? "" : _option$value;
var _replaceWithMeasure = replaceWithMeasure(mergedValue, {
measureLocation: mergedMeasureLocation,
targetText: mentionValue,
prefix: mergedMeasurePrefix,
selectionStart: (_getTextArea = getTextArea()) === null || _getTextArea === void 0 ? void 0 : _getTextArea.selectionStart,
split
}), text = _replaceWithMeasure.text, selectionLocation = _replaceWithMeasure.selectionLocation;
triggerChange(text);
stopMeasure(function() {
setInputSelection(getTextArea(), selectionLocation);
});
onSelect === null || onSelect === void 0 || onSelect(option, mergedMeasurePrefix);
};
var onInternalKeyDown = function onInternalKeyDown2(event) {
var which = event.which;
onKeyDown2 === null || onKeyDown2 === void 0 || onKeyDown2(event);
if (!mergedMeasuring) {
return;
}
if (which === KeyCode_default.UP || which === KeyCode_default.DOWN) {
var optionLen = mergedOptions.length;
var offset3 = which === KeyCode_default.UP ? -1 : 1;
var newActiveIndex = (activeIndex + offset3 + optionLen) % optionLen;
setActiveIndex(newActiveIndex);
event.preventDefault();
} else if (which === KeyCode_default.ESC) {
stopMeasure();
} else if (which === KeyCode_default.ENTER) {
event.preventDefault();
if (silent) {
return;
}
if (!mergedOptions.length) {
stopMeasure();
return;
}
var _option = mergedOptions[activeIndex];
selectOption(_option);
}
};
var onInternalKeyUp = function onInternalKeyUp2(event) {
var key = event.key, which = event.which;
var target = event.target;
var selectionStartText = getBeforeSelectionText(target);
var _getLastMeasureIndex = getLastMeasureIndex(selectionStartText, mergedPrefix), measureIndex = _getLastMeasureIndex.location, nextMeasurePrefix = _getLastMeasureIndex.prefix;
onKeyUp === null || onKeyUp === void 0 || onKeyUp(event);
if ([KeyCode_default.ESC, KeyCode_default.UP, KeyCode_default.DOWN, KeyCode_default.ENTER].indexOf(which) !== -1) {
return;
}
if (measureIndex !== -1) {
var nextMeasureText = selectionStartText.slice(measureIndex + nextMeasurePrefix.length);
var validateMeasure = validateSearch2(nextMeasureText, split);
var matchOption = !!getOptions(nextMeasureText).length;
if (validateMeasure) {
if (key === nextMeasurePrefix || key === "Shift" || which === KeyCode_default.ALT || key === "AltGraph" || mergedMeasuring || nextMeasureText !== mergedMeasureText && matchOption) {
startMeasure(nextMeasureText, nextMeasurePrefix, measureIndex);
}
} else if (mergedMeasuring) {
stopMeasure();
}
if (onSearch && validateMeasure) {
onSearch(nextMeasureText, nextMeasurePrefix);
}
} else if (mergedMeasuring) {
stopMeasure();
}
};
var onInternalPressEnter = function onInternalPressEnter2(event) {
if (!mergedMeasuring && onPressEnter) {
onPressEnter(event);
}
};
var focusRef = (0, import_react175.useRef)();
var onInternalFocus = function onInternalFocus2(event) {
window.clearTimeout(focusRef.current);
if (!isFocus && event && onFocus) {
onFocus(event);
}
setIsFocus(true);
};
var onInternalBlur = function onInternalBlur2(event) {
focusRef.current = window.setTimeout(function() {
setIsFocus(false);
stopMeasure();
onBlur === null || onBlur === void 0 || onBlur(event);
}, 0);
};
var onDropdownFocus = function onDropdownFocus2() {
onInternalFocus();
};
var onDropdownBlur = function onDropdownBlur2() {
onInternalBlur();
};
var onInternalPopupScroll = function onInternalPopupScroll2(event) {
onPopupScroll === null || onPopupScroll === void 0 || onPopupScroll(event);
};
return import_react175.default.createElement("div", {
className: (0, import_classnames209.default)(prefixCls, className),
style: style2,
ref: containerRef
}, import_react175.default.createElement(es_default28, _extends({
ref: textareaRef,
value: mergedValue
}, restProps, {
rows,
onChange: onInternalChange,
onKeyDown: onInternalKeyDown,
onKeyUp: onInternalKeyUp,
onPressEnter: onInternalPressEnter,
onFocus: onInternalFocus,
onBlur: onInternalBlur
})), mergedMeasuring && import_react175.default.createElement("div", {
ref: measureRef,
className: "".concat(prefixCls, "-measure")
}, mergedValue.slice(0, mergedMeasureLocation), import_react175.default.createElement(MentionsContext_default.Provider, {
value: {
notFoundContent,
activeIndex,
setActiveIndex,
selectOption,
onFocus: onDropdownFocus,
onBlur: onDropdownBlur,
onScroll: onInternalPopupScroll
}
}, import_react175.default.createElement(KeywordTrigger_default, {
prefixCls,
transitionName,
placement,
direction,
options: mergedOptions,
visible: true,
getPopupContainer,
dropdownClassName
}, import_react175.default.createElement("span", null, mergedMeasurePrefix))), mergedValue.slice(mergedMeasureLocation + mergedMeasurePrefix.length)));
});
var Mentions = (0, import_react175.forwardRef)(function(_ref3, ref) {
var suffix = _ref3.suffix, _ref3$prefixCls = _ref3.prefixCls, prefixCls = _ref3$prefixCls === void 0 ? "rc-mentions" : _ref3$prefixCls, defaultValue = _ref3.defaultValue, customValue = _ref3.value, allowClear = _ref3.allowClear, onChange = _ref3.onChange, classes = _ref3.classNames, className = _ref3.className, disabled = _ref3.disabled, onClear = _ref3.onClear, rest = _objectWithoutProperties(_ref3, _excluded219);
var holderRef = (0, import_react175.useRef)(null);
var mentionRef = (0, import_react175.useRef)(null);
(0, import_react175.useImperativeHandle)(ref, function() {
var _holderRef$current, _mentionRef$current;
return _objectSpread2(_objectSpread2({}, mentionRef.current), {}, {
nativeElement: ((_holderRef$current = holderRef.current) === null || _holderRef$current === void 0 ? void 0 : _holderRef$current.nativeElement) || ((_mentionRef$current = mentionRef.current) === null || _mentionRef$current === void 0 ? void 0 : _mentionRef$current.nativeElement)
});
});
var _useMergedState3 = useMergedState("", {
defaultValue,
value: customValue
}), _useMergedState4 = _slicedToArray(_useMergedState3, 2), mergedValue = _useMergedState4[0], setMergedValue = _useMergedState4[1];
var triggerChange = function triggerChange2(currentValue) {
setMergedValue(currentValue);
onChange === null || onChange === void 0 || onChange(currentValue);
};
var handleReset = function handleReset2() {
triggerChange("");
};
return import_react175.default.createElement(BaseInput_default, {
suffix,
prefixCls,
value: mergedValue,
allowClear,
handleReset,
className,
classNames: classes,
disabled,
ref: holderRef,
onClear
}, import_react175.default.createElement(InternalMentions, _extends({
className: classes === null || classes === void 0 ? void 0 : classes.mentions,
prefixCls,
ref: mentionRef,
onChange: triggerChange,
disabled
}, rest)));
});
Mentions.Option = Option_default2;
var Mentions_default = Mentions;
// node_modules/rc-mentions/es/index.js
var es_default29 = Mentions_default;
// node_modules/antd/es/_util/toList.js
var toList = (candidate, skipEmpty = false) => {
if (skipEmpty && (candidate === void 0 || candidate === null)) {
return [];
}
return Array.isArray(candidate) ? candidate : [candidate];
};
var toList_default = toList;
// node_modules/antd/es/mentions/style/index.js
var genMentionsStyle = (token2) => {
const {
componentCls,
antCls,
colorTextDisabled,
controlItemBgHover,
controlPaddingHorizontal,
colorText,
motionDurationSlow,
lineHeight,
controlHeight,
paddingInline,
paddingBlock,
fontSize,
fontSizeIcon,
colorIcon,
colorTextQuaternary,
colorBgElevated,
paddingXXS,
borderRadius,
borderRadiusLG,
boxShadowSecondary,
itemPaddingVertical,
calc
} = token2;
return {
[componentCls]: Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, resetComponent(token2)), genBasicInputStyle(token2)), {
position: "relative",
display: "inline-block",
height: "auto",
padding: `0 ${unit2(token2.paddingInline)}`,
overflow: "hidden",
lineHeight,
whiteSpace: "pre-wrap",
verticalAlign: "bottom"
}), genOutlinedStyle2(token2)), genFilledStyle2(token2)), genBorderlessStyle3(token2)), {
"&-affix-wrapper": Object.assign(Object.assign({}, genBasicInputStyle(token2)), {
display: "inline-flex",
paddingBlock: 0,
paddingInlineStart: 0,
paddingInlineEnd: token2.paddingInline,
"&::before": {
display: "inline-block",
width: 0,
visibility: "hidden",
content: '"\\a0"'
},
[`${componentCls}-suffix`]: {
display: "inline-flex",
alignItems: "center",
// 当页面中存在 feedback-icon 时,给 clear-icon 添加右边距
[`&:has(${antCls}-form-item-feedback-icon) ${componentCls}-clear-icon`]: {
marginInlineEnd: token2.marginXS
},
[`${antCls}-form-item-feedback-icon`]: {
display: "inline-flex",
alignItems: "center",
justifyContent: "center"
}
},
[`${componentCls}-clear-icon`]: {
insetInlineEnd: 0,
insetBlockStart: calc(fontSize).mul(lineHeight).mul(0.5).add(paddingBlock).equal(),
padding: 0,
lineHeight: 0,
color: colorTextQuaternary,
fontSize: fontSizeIcon,
verticalAlign: -1,
// https://github.com/ant-design/ant-design/pull/18151
// https://codesandbox.io/s/wizardly-sun-u10br
cursor: "pointer",
transition: `color ${motionDurationSlow}`,
border: "none",
outline: "none",
backgroundColor: "transparent",
"&:hover": {
color: colorIcon
},
"&:active": {
color: colorText
},
"&-hidden": {
visibility: "hidden"
}
}
})
}), genUnderlinedStyle2(token2)), {
"&-disabled": {
"> textarea": Object.assign({}, genDisabledStyle2(token2))
},
// ================= Input Area =================
[`&, &-affix-wrapper > ${componentCls}`]: {
[`> textarea, ${componentCls}-measure`]: {
color: colorText,
boxSizing: "border-box",
minHeight: token2.calc(controlHeight).sub(2).equal(),
margin: 0,
padding: `${unit2(paddingBlock)} ${unit2(paddingInline)}`,
overflow: "inherit",
overflowX: "hidden",
overflowY: "auto",
fontWeight: "inherit",
fontSize: "inherit",
fontFamily: "inherit",
fontStyle: "inherit",
fontVariant: "inherit",
fontSizeAdjust: "inherit",
fontStretch: "inherit",
lineHeight: "inherit",
direction: "inherit",
letterSpacing: "inherit",
whiteSpace: "inherit",
textAlign: "inherit",
verticalAlign: "top",
wordWrap: "break-word",
wordBreak: "inherit",
tabSize: "inherit"
},
"> textarea:disabled": {
color: colorTextDisabled
},
"> textarea": Object.assign(Object.assign({
width: "100%",
border: "none",
outline: "none",
resize: "none",
backgroundColor: "transparent"
}, genPlaceholderStyle(token2.colorTextPlaceholder)), {
padding: `${unit2(token2.paddingBlock)} 0`
}),
[`${componentCls}-measure`]: {
position: "absolute",
top: 0,
insetInlineEnd: 0,
bottom: 0,
insetInlineStart: 0,
zIndex: -1,
color: "transparent",
pointerEvents: "none",
"> span": {
display: "inline-block",
minHeight: "1em"
}
}
},
// ================== Dropdown ==================
"&-dropdown": Object.assign(Object.assign({}, resetComponent(token2)), {
position: "absolute",
top: -9999,
insetInlineStart: -9999,
zIndex: token2.zIndexPopup,
boxSizing: "border-box",
fontSize,
fontVariant: "initial",
padding: paddingXXS,
backgroundColor: colorBgElevated,
borderRadius: borderRadiusLG,
outline: "none",
boxShadow: boxShadowSecondary,
"&-hidden": {
display: "none"
},
[`${componentCls}-dropdown-menu`]: {
maxHeight: token2.dropdownHeight,
margin: 0,
paddingInlineStart: 0,
// Override default ul/ol
overflow: "auto",
listStyle: "none",
outline: "none",
"&-item": Object.assign(Object.assign({}, textEllipsis), {
position: "relative",
display: "block",
minWidth: token2.controlItemWidth,
padding: `${unit2(itemPaddingVertical)} ${unit2(controlPaddingHorizontal)}`,
color: colorText,
borderRadius,
fontWeight: "normal",
lineHeight,
cursor: "pointer",
transition: `background ${motionDurationSlow} ease`,
"&:hover": {
backgroundColor: controlItemBgHover
},
"&-disabled": {
color: colorTextDisabled,
cursor: "not-allowed",
"&:hover": {
color: colorTextDisabled,
backgroundColor: controlItemBgHover,
cursor: "not-allowed"
}
},
"&-selected": {
color: colorText,
fontWeight: token2.fontWeightStrong,
backgroundColor: controlItemBgHover
},
"&-active": {
backgroundColor: controlItemBgHover
}
})
}
})
})
};
};
var prepareComponentToken41 = (token2) => Object.assign(Object.assign({}, initComponentToken(token2)), {
dropdownHeight: 250,
controlItemWidth: 100,
zIndexPopup: token2.zIndexPopupBase + 50,
itemPaddingVertical: (token2.controlHeight - token2.fontHeight) / 2
});
var style_default47 = genStyleHooks("Mentions", (token2) => {
const mentionsToken = merge2(token2, initInputToken(token2));
return genMentionsStyle(mentionsToken);
}, prepareComponentToken41);
// node_modules/antd/es/mentions/index.js
var __rest87 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var {
Option: Option7
} = es_default29;
function loadingFilterOption() {
return true;
}
var InternalMentions2 = React473.forwardRef((props, ref) => {
const {
prefixCls: customizePrefixCls,
className,
rootClassName,
disabled: customDisabled,
loading,
filterOption: filterOption2,
children,
notFoundContent,
options,
status: customStatus,
allowClear = false,
popupClassName,
style: style2,
variant: customVariant
} = props, restProps = __rest87(props, ["prefixCls", "className", "rootClassName", "disabled", "loading", "filterOption", "children", "notFoundContent", "options", "status", "allowClear", "popupClassName", "style", "variant"]);
const [focused, setFocused] = React473.useState(false);
const innerRef = React473.useRef(null);
const mergedRef = composeRef(ref, innerRef);
if (true) {
const warning5 = devUseWarning("Mentions");
warning5.deprecated(!children, "Mentions.Option", "options");
}
const {
getPrefixCls,
renderEmpty,
direction,
mentions: contextMentions
} = React473.useContext(ConfigContext);
const {
status: contextStatus,
hasFeedback,
feedbackIcon
} = React473.useContext(FormItemInputContext);
const mergedStatus = getMergedStatus(contextStatus, customStatus);
const contextDisabled = React473.useContext(DisabledContext_default);
const mergedDisabled = customDisabled !== null && customDisabled !== void 0 ? customDisabled : contextDisabled;
const onFocus = (...args) => {
if (restProps.onFocus) {
restProps.onFocus.apply(restProps, args);
}
setFocused(true);
};
const onBlur = (...args) => {
if (restProps.onBlur) {
restProps.onBlur.apply(restProps, args);
}
setFocused(false);
};
const notFoundContentEle = React473.useMemo(() => {
if (notFoundContent !== void 0) {
return notFoundContent;
}
return (renderEmpty === null || renderEmpty === void 0 ? void 0 : renderEmpty("Select")) || React473.createElement(defaultRenderEmpty_default, {
componentName: "Select"
});
}, [notFoundContent, renderEmpty]);
const mentionOptions = React473.useMemo(() => {
if (loading) {
return React473.createElement(Option7, {
value: "ANTD_SEARCHING",
disabled: true
}, React473.createElement(spin_default, {
size: "small"
}));
}
return children;
}, [loading, children]);
const mergedOptions = loading ? [{
value: "ANTD_SEARCHING",
disabled: true,
label: React473.createElement(spin_default, {
size: "small"
})
}] : options;
const mentionsfilterOption = loading ? loadingFilterOption : filterOption2;
const prefixCls = getPrefixCls("mentions", customizePrefixCls);
const mergedAllowClear = getAllowClear_default(allowClear);
const rootCls = useCSSVarCls_default(prefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default47(prefixCls, rootCls);
const [variant, enableVariantCls] = useVariants_default("mentions", customVariant);
const suffixNode = hasFeedback && React473.createElement(React473.Fragment, null, feedbackIcon);
const mergedClassName = (0, import_classnames210.default)(contextMentions === null || contextMentions === void 0 ? void 0 : contextMentions.className, className, rootClassName, cssVarCls, rootCls);
const mentions = React473.createElement(es_default29, Object.assign({
silent: loading,
prefixCls,
notFoundContent: notFoundContentEle,
className: mergedClassName,
disabled: mergedDisabled,
allowClear: mergedAllowClear,
direction,
style: Object.assign(Object.assign({}, contextMentions === null || contextMentions === void 0 ? void 0 : contextMentions.style), style2)
}, restProps, {
filterOption: mentionsfilterOption,
onFocus,
onBlur,
dropdownClassName: (0, import_classnames210.default)(popupClassName, rootClassName, hashId, cssVarCls, rootCls),
ref: mergedRef,
options: mergedOptions,
suffix: suffixNode,
classNames: {
mentions: (0, import_classnames210.default)({
[`${prefixCls}-disabled`]: mergedDisabled,
[`${prefixCls}-focused`]: focused,
[`${prefixCls}-rtl`]: direction === "rtl"
}, hashId),
variant: (0, import_classnames210.default)({
[`${prefixCls}-${variant}`]: enableVariantCls
}, getStatusClassNames(prefixCls, mergedStatus)),
affixWrapper: hashId
}
}), mentionOptions);
return wrapCSSVar(mentions);
});
var Mentions2 = InternalMentions2;
if (true) {
Mentions2.displayName = "Mentions";
}
Mentions2.Option = Option7;
var PurePanel13 = PurePanel_default3(Mentions2, void 0, void 0, "mentions");
Mentions2._InternalPanelDoNotUseOrYouWillBeFired = PurePanel13;
Mentions2.getMentions = (value = "", config = {}) => {
const {
prefix: prefix2 = "@",
split = " "
} = config;
const prefixList = toList_default(prefix2);
return value.split(split).map((str = "") => {
let hitPrefix = null;
prefixList.some((prefixStr) => {
const startStr = str.slice(0, prefixStr.length);
if (startStr === prefixStr) {
hitPrefix = prefixStr;
return true;
}
return false;
});
if (hitPrefix !== null) {
return {
prefix: hitPrefix,
value: str.slice(hitPrefix.length)
};
}
return null;
}).filter((entity) => !!entity && !!entity.value);
};
var mentions_default = Mentions2;
// node_modules/antd/es/message/index.js
var import_react176 = __toESM(require_react());
var message = null;
var act = (callback) => callback();
var taskQueue = [];
var defaultGlobalConfig = {};
function getGlobalContext() {
const {
getContainer,
duration,
rtl,
maxCount,
top
} = defaultGlobalConfig;
const mergedContainer = (getContainer === null || getContainer === void 0 ? void 0 : getContainer()) || document.body;
return {
getContainer: () => mergedContainer,
duration,
rtl,
maxCount,
top
};
}
var GlobalHolder = import_react176.default.forwardRef((props, ref) => {
const {
messageConfig,
sync
} = props;
const {
getPrefixCls
} = (0, import_react176.useContext)(ConfigContext);
const prefixCls = defaultGlobalConfig.prefixCls || getPrefixCls("message");
const appConfig = (0, import_react176.useContext)(AppConfigContext);
const [api, holder] = useInternalMessage(Object.assign(Object.assign(Object.assign({}, messageConfig), {
prefixCls
}), appConfig.message));
import_react176.default.useImperativeHandle(ref, () => {
const instance = Object.assign({}, api);
Object.keys(instance).forEach((method4) => {
instance[method4] = (...args) => {
sync();
return api[method4].apply(api, args);
};
});
return {
instance,
sync
};
});
return holder;
});
var GlobalHolderWrapper = import_react176.default.forwardRef((_, ref) => {
const [messageConfig, setMessageConfig] = import_react176.default.useState(getGlobalContext);
const sync = () => {
setMessageConfig(getGlobalContext);
};
import_react176.default.useEffect(sync, []);
const global2 = globalConfig();
const rootPrefixCls = global2.getRootPrefixCls();
const rootIconPrefixCls = global2.getIconPrefixCls();
const theme = global2.getTheme();
const dom = import_react176.default.createElement(GlobalHolder, {
ref,
sync,
messageConfig
});
return import_react176.default.createElement(config_provider_default, {
prefixCls: rootPrefixCls,
iconPrefixCls: rootIconPrefixCls,
theme
}, global2.holderRender ? global2.holderRender(dom) : dom);
});
var flushMessageQueue = () => {
if (!message) {
const holderFragment = document.createDocumentFragment();
const newMessage = {
fragment: holderFragment
};
message = newMessage;
act(() => {
const reactRender2 = unstableSetRender();
reactRender2(import_react176.default.createElement(GlobalHolderWrapper, {
ref: (node2) => {
const {
instance,
sync
} = node2 || {};
Promise.resolve().then(() => {
if (!newMessage.instance && instance) {
newMessage.instance = instance;
newMessage.sync = sync;
flushMessageQueue();
}
});
}
}), holderFragment);
});
return;
}
if (!message.instance) {
return;
}
taskQueue.forEach((task) => {
const {
type: type5,
skipped
} = task;
if (!skipped) {
switch (type5) {
case "open": {
act(() => {
const closeFn = message.instance.open(Object.assign(Object.assign({}, defaultGlobalConfig), task.config));
closeFn === null || closeFn === void 0 ? void 0 : closeFn.then(task.resolve);
task.setCloseFn(closeFn);
});
break;
}
case "destroy":
act(() => {
message === null || message === void 0 ? void 0 : message.instance.destroy(task.key);
});
break;
default: {
act(() => {
var _message$instance;
const closeFn = (_message$instance = message.instance)[type5].apply(_message$instance, _toConsumableArray(task.args));
closeFn === null || closeFn === void 0 ? void 0 : closeFn.then(task.resolve);
task.setCloseFn(closeFn);
});
}
}
}
});
taskQueue = [];
};
function setMessageGlobalConfig(config) {
defaultGlobalConfig = Object.assign(Object.assign({}, defaultGlobalConfig), config);
act(() => {
var _a;
(_a = message === null || message === void 0 ? void 0 : message.sync) === null || _a === void 0 ? void 0 : _a.call(message);
});
}
function open(config) {
const result = wrapPromiseFn((resolve) => {
let closeFn;
const task = {
type: "open",
config,
resolve,
setCloseFn: (fn) => {
closeFn = fn;
}
};
taskQueue.push(task);
return () => {
if (closeFn) {
act(() => {
closeFn();
});
} else {
task.skipped = true;
}
};
});
flushMessageQueue();
return result;
}
function typeOpen(type5, args) {
const global2 = globalConfig();
if (!global2.holderRender) {
warnContext("message");
}
const result = wrapPromiseFn((resolve) => {
let closeFn;
const task = {
type: type5,
args,
resolve,
setCloseFn: (fn) => {
closeFn = fn;
}
};
taskQueue.push(task);
return () => {
if (closeFn) {
act(() => {
closeFn();
});
} else {
task.skipped = true;
}
};
});
flushMessageQueue();
return result;
}
var destroy = (key) => {
taskQueue.push({
type: "destroy",
key
});
flushMessageQueue();
};
var methods = ["success", "info", "warning", "error", "loading"];
var baseStaticMethods = {
open,
destroy,
config: setMessageGlobalConfig,
useMessage,
_InternalPanelDoNotUseOrYouWillBeFired: PurePanel_default
};
var staticMethods = baseStaticMethods;
methods.forEach((type5) => {
staticMethods[type5] = (...args) => typeOpen(type5, args);
});
if (false) {
_actWrapper = (wrapper) => {
act = wrapper;
};
}
if (false) {
_actDestroy = () => {
message = null;
};
}
var message_default = staticMethods;
// node_modules/antd/es/modal/PurePanel.js
var React475 = __toESM(require_react());
var import_classnames211 = __toESM(require_classnames());
var __rest88 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var PurePanel14 = (props) => {
const {
prefixCls: customizePrefixCls,
className,
closeIcon,
closable,
type: type5,
title,
children,
footer
} = props, restProps = __rest88(props, ["prefixCls", "className", "closeIcon", "closable", "type", "title", "children", "footer"]);
const {
getPrefixCls
} = React475.useContext(ConfigContext);
const rootPrefixCls = getPrefixCls();
const prefixCls = customizePrefixCls || getPrefixCls("modal");
const rootCls = useCSSVarCls_default(rootPrefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default9(prefixCls, rootCls);
const confirmPrefixCls = `${prefixCls}-confirm`;
let additionalProps = {};
if (type5) {
additionalProps = {
closable: closable !== null && closable !== void 0 ? closable : false,
title: "",
footer: "",
children: React475.createElement(ConfirmContent, Object.assign({}, props, {
prefixCls,
confirmPrefixCls,
rootPrefixCls,
content: children
}))
};
} else {
additionalProps = {
closable: closable !== null && closable !== void 0 ? closable : true,
title,
footer: footer !== null && React475.createElement(Footer, Object.assign({}, props)),
children
};
}
return wrapCSSVar(React475.createElement(Panel_default2, Object.assign({
prefixCls,
className: (0, import_classnames211.default)(hashId, `${prefixCls}-pure-panel`, type5 && confirmPrefixCls, type5 && `${confirmPrefixCls}-${type5}`, className, cssVarCls, rootCls)
}, restProps, {
closeIcon: renderCloseIcon(prefixCls, closeIcon),
closable
}, additionalProps)));
};
var PurePanel_default7 = withPureRenderTheme(PurePanel14);
// node_modules/antd/es/modal/index.js
function modalWarn(props) {
return confirm(withWarn(props));
}
var Modal2 = Modal_default;
Modal2.useModal = useModal_default;
Modal2.info = function infoFn(props) {
return confirm(withInfo(props));
};
Modal2.success = function successFn(props) {
return confirm(withSuccess(props));
};
Modal2.error = function errorFn(props) {
return confirm(withError(props));
};
Modal2.warning = modalWarn;
Modal2.warn = modalWarn;
Modal2.confirm = function confirmFn(props) {
return confirm(withConfirm(props));
};
Modal2.destroyAll = function destroyAllFn() {
while (destroyFns_default.length) {
const close = destroyFns_default.pop();
if (close) {
close();
}
}
};
Modal2.config = modalGlobalConfig;
Modal2._InternalPanelDoNotUseOrYouWillBeFired = PurePanel_default7;
if (true) {
Modal2.displayName = "Modal";
}
var modal_default = Modal2;
// node_modules/antd/es/notification/index.js
var import_react177 = __toESM(require_react());
var notification = null;
var act2 = (callback) => callback();
var taskQueue2 = [];
var defaultGlobalConfig2 = {};
function getGlobalContext2() {
const {
getContainer,
rtl,
maxCount,
top,
bottom,
showProgress,
pauseOnHover
} = defaultGlobalConfig2;
const mergedContainer = (getContainer === null || getContainer === void 0 ? void 0 : getContainer()) || document.body;
return {
getContainer: () => mergedContainer,
rtl,
maxCount,
top,
bottom,
showProgress,
pauseOnHover
};
}
var GlobalHolder2 = import_react177.default.forwardRef((props, ref) => {
const {
notificationConfig,
sync
} = props;
const {
getPrefixCls
} = (0, import_react177.useContext)(ConfigContext);
const prefixCls = defaultGlobalConfig2.prefixCls || getPrefixCls("notification");
const appConfig = (0, import_react177.useContext)(AppConfigContext);
const [api, holder] = useInternalNotification(Object.assign(Object.assign(Object.assign({}, notificationConfig), {
prefixCls
}), appConfig.notification));
import_react177.default.useEffect(sync, []);
import_react177.default.useImperativeHandle(ref, () => {
const instance = Object.assign({}, api);
Object.keys(instance).forEach((method4) => {
instance[method4] = (...args) => {
sync();
return api[method4].apply(api, args);
};
});
return {
instance,
sync
};
});
return holder;
});
var GlobalHolderWrapper2 = import_react177.default.forwardRef((_, ref) => {
const [notificationConfig, setNotificationConfig] = import_react177.default.useState(getGlobalContext2);
const sync = () => {
setNotificationConfig(getGlobalContext2);
};
import_react177.default.useEffect(sync, []);
const global2 = globalConfig();
const rootPrefixCls = global2.getRootPrefixCls();
const rootIconPrefixCls = global2.getIconPrefixCls();
const theme = global2.getTheme();
const dom = import_react177.default.createElement(GlobalHolder2, {
ref,
sync,
notificationConfig
});
return import_react177.default.createElement(config_provider_default, {
prefixCls: rootPrefixCls,
iconPrefixCls: rootIconPrefixCls,
theme
}, global2.holderRender ? global2.holderRender(dom) : dom);
});
var flushNotificationQueue = () => {
if (!notification) {
const holderFragment = document.createDocumentFragment();
const newNotification = {
fragment: holderFragment
};
notification = newNotification;
act2(() => {
const reactRender2 = unstableSetRender();
reactRender2(import_react177.default.createElement(GlobalHolderWrapper2, {
ref: (node2) => {
const {
instance,
sync
} = node2 || {};
Promise.resolve().then(() => {
if (!newNotification.instance && instance) {
newNotification.instance = instance;
newNotification.sync = sync;
flushNotificationQueue();
}
});
}
}), holderFragment);
});
return;
}
if (!notification.instance) {
return;
}
taskQueue2.forEach((task) => {
switch (task.type) {
case "open": {
act2(() => {
notification.instance.open(Object.assign(Object.assign({}, defaultGlobalConfig2), task.config));
});
break;
}
case "destroy":
act2(() => {
var _a;
(_a = notification === null || notification === void 0 ? void 0 : notification.instance) === null || _a === void 0 ? void 0 : _a.destroy(task.key);
});
break;
}
});
taskQueue2 = [];
};
function setNotificationGlobalConfig(config) {
defaultGlobalConfig2 = Object.assign(Object.assign({}, defaultGlobalConfig2), config);
act2(() => {
var _a;
(_a = notification === null || notification === void 0 ? void 0 : notification.sync) === null || _a === void 0 ? void 0 : _a.call(notification);
});
}
function open2(config) {
const global2 = globalConfig();
if (!global2.holderRender) {
warnContext("notification");
}
taskQueue2.push({
type: "open",
config
});
flushNotificationQueue();
}
var destroy2 = (key) => {
taskQueue2.push({
type: "destroy",
key
});
flushNotificationQueue();
};
var methods2 = ["success", "info", "warning", "error"];
var baseStaticMethods2 = {
open: open2,
destroy: destroy2,
config: setNotificationGlobalConfig,
useNotification: useNotification2,
_InternalPanelDoNotUseOrYouWillBeFired: PurePanel_default2
};
var staticMethods2 = baseStaticMethods2;
methods2.forEach((type5) => {
staticMethods2[type5] = (config) => open2(Object.assign(Object.assign({}, config), {
type: type5
}));
});
if (false) {
_actWrapper = (wrapper) => {
act2 = wrapper;
};
}
if (false) {
_actDestroy = () => {
notification = null;
};
}
var notification_default = staticMethods2;
// node_modules/antd/es/popconfirm/index.js
var React478 = __toESM(require_react());
var import_classnames213 = __toESM(require_classnames());
// node_modules/antd/es/popconfirm/PurePanel.js
var React477 = __toESM(require_react());
var import_classnames212 = __toESM(require_classnames());
// node_modules/antd/es/popconfirm/style/index.js
var genBaseStyle12 = (token2) => {
const {
componentCls,
iconCls,
antCls,
zIndexPopup,
colorText,
colorWarning,
marginXXS,
marginXS,
fontSize,
fontWeightStrong,
colorTextHeading
} = token2;
return {
[componentCls]: {
zIndex: zIndexPopup,
[`&${antCls}-popover`]: {
fontSize
},
[`${componentCls}-message`]: {
marginBottom: marginXS,
display: "flex",
flexWrap: "nowrap",
alignItems: "start",
[`> ${componentCls}-message-icon ${iconCls}`]: {
color: colorWarning,
fontSize,
lineHeight: 1,
marginInlineEnd: marginXS
},
[`${componentCls}-title`]: {
fontWeight: fontWeightStrong,
color: colorTextHeading,
"&:only-child": {
fontWeight: "normal"
}
},
[`${componentCls}-description`]: {
marginTop: marginXXS,
color: colorText
}
},
[`${componentCls}-buttons`]: {
textAlign: "end",
whiteSpace: "nowrap",
button: {
marginInlineStart: marginXS
}
}
}
};
};
var prepareComponentToken42 = (token2) => {
const {
zIndexPopupBase
} = token2;
return {
zIndexPopup: zIndexPopupBase + 60
};
};
var style_default48 = genStyleHooks("Popconfirm", (token2) => genBaseStyle12(token2), prepareComponentToken42, {
resetStyle: false
});
// node_modules/antd/es/popconfirm/PurePanel.js
var __rest89 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var Overlay3 = (props) => {
const {
prefixCls,
okButtonProps,
cancelButtonProps,
title,
description,
cancelText,
okText,
okType = "primary",
icon = React477.createElement(ExclamationCircleFilled_default, null),
showCancel = true,
close,
onConfirm,
onCancel,
onPopupClick
} = props;
const {
getPrefixCls
} = React477.useContext(ConfigContext);
const [contextLocale] = useLocale_default("Popconfirm", en_US_default6.Popconfirm);
const titleNode = getRenderPropValue(title);
const descriptionNode = getRenderPropValue(description);
return React477.createElement("div", {
className: `${prefixCls}-inner-content`,
onClick: onPopupClick
}, React477.createElement("div", {
className: `${prefixCls}-message`
}, icon && React477.createElement("span", {
className: `${prefixCls}-message-icon`
}, icon), React477.createElement("div", {
className: `${prefixCls}-message-text`
}, titleNode && React477.createElement("div", {
className: `${prefixCls}-title`
}, titleNode), descriptionNode && React477.createElement("div", {
className: `${prefixCls}-description`
}, descriptionNode))), React477.createElement("div", {
className: `${prefixCls}-buttons`
}, showCancel && React477.createElement(button_default2, Object.assign({
onClick: onCancel,
size: "small"
}, cancelButtonProps), cancelText || (contextLocale === null || contextLocale === void 0 ? void 0 : contextLocale.cancelText)), React477.createElement(ActionButton_default, {
buttonProps: Object.assign(Object.assign({
size: "small"
}, convertLegacyProps(okType)), okButtonProps),
actionFn: onConfirm,
close,
prefixCls: getPrefixCls("btn"),
quitOnNullishReturnValue: true,
emitEvent: true
}, okText || (contextLocale === null || contextLocale === void 0 ? void 0 : contextLocale.okText))));
};
var PurePanel15 = (props) => {
const {
prefixCls: customizePrefixCls,
placement,
className,
style: style2
} = props, restProps = __rest89(props, ["prefixCls", "placement", "className", "style"]);
const {
getPrefixCls
} = React477.useContext(ConfigContext);
const prefixCls = getPrefixCls("popconfirm", customizePrefixCls);
const [wrapCSSVar] = style_default48(prefixCls);
return wrapCSSVar(React477.createElement(PurePanel_default5, {
placement,
className: (0, import_classnames212.default)(prefixCls, className),
style: style2,
content: React477.createElement(Overlay3, Object.assign({
prefixCls
}, restProps))
}));
};
var PurePanel_default8 = PurePanel15;
// node_modules/antd/es/popconfirm/index.js
var __rest90 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var InternalPopconfirm = React478.forwardRef((props, ref) => {
var _a, _b;
const {
prefixCls: customizePrefixCls,
placement = "top",
trigger = "click",
okType = "primary",
icon = React478.createElement(ExclamationCircleFilled_default, null),
children,
overlayClassName,
onOpenChange,
onVisibleChange,
overlayStyle,
styles,
classNames: popconfirmClassNames
} = props, restProps = __rest90(props, ["prefixCls", "placement", "trigger", "okType", "icon", "children", "overlayClassName", "onOpenChange", "onVisibleChange", "overlayStyle", "styles", "classNames"]);
const {
getPrefixCls,
className: contextClassName,
style: contextStyle,
classNames: contextClassNames,
styles: contextStyles
} = useComponentConfig("popconfirm");
const [open3, setOpen] = useMergedState(false, {
value: (_a = props.open) !== null && _a !== void 0 ? _a : props.visible,
defaultValue: (_b = props.defaultOpen) !== null && _b !== void 0 ? _b : props.defaultVisible
});
const settingOpen = (value, e3) => {
setOpen(value, true);
onVisibleChange === null || onVisibleChange === void 0 ? void 0 : onVisibleChange(value);
onOpenChange === null || onOpenChange === void 0 ? void 0 : onOpenChange(value, e3);
};
const close = (e3) => {
settingOpen(false, e3);
};
const onConfirm = (e3) => {
var _a2;
return (_a2 = props.onConfirm) === null || _a2 === void 0 ? void 0 : _a2.call(void 0, e3);
};
const onCancel = (e3) => {
var _a2;
settingOpen(false, e3);
(_a2 = props.onCancel) === null || _a2 === void 0 ? void 0 : _a2.call(void 0, e3);
};
const onInternalOpenChange = (value, e3) => {
const {
disabled = false
} = props;
if (disabled) {
return;
}
settingOpen(value, e3);
};
const prefixCls = getPrefixCls("popconfirm", customizePrefixCls);
const rootClassNames = (0, import_classnames213.default)(prefixCls, contextClassName, overlayClassName, contextClassNames.root, popconfirmClassNames === null || popconfirmClassNames === void 0 ? void 0 : popconfirmClassNames.root);
const bodyClassNames = (0, import_classnames213.default)(contextClassNames.body, popconfirmClassNames === null || popconfirmClassNames === void 0 ? void 0 : popconfirmClassNames.body);
const [wrapCSSVar] = style_default48(prefixCls);
return wrapCSSVar(React478.createElement(popover_default, Object.assign({}, omit(restProps, ["title"]), {
trigger,
placement,
onOpenChange: onInternalOpenChange,
open: open3,
ref,
classNames: {
root: rootClassNames,
body: bodyClassNames
},
styles: {
root: Object.assign(Object.assign(Object.assign(Object.assign({}, contextStyles.root), contextStyle), overlayStyle), styles === null || styles === void 0 ? void 0 : styles.root),
body: Object.assign(Object.assign({}, contextStyles.body), styles === null || styles === void 0 ? void 0 : styles.body)
},
content: React478.createElement(Overlay3, Object.assign({
okType,
icon
}, props, {
prefixCls,
close,
onConfirm,
onCancel
})),
"data-popover-inject": true
}), children));
});
var Popconfirm = InternalPopconfirm;
Popconfirm._InternalPanelDoNotUseOrYouWillBeFired = PurePanel_default8;
if (true) {
Popconfirm.displayName = "Popconfirm";
}
var popconfirm_default = Popconfirm;
// node_modules/antd/es/progress/progress.js
var React486 = __toESM(require_react());
var import_classnames219 = __toESM(require_classnames());
// node_modules/antd/es/progress/Circle.js
var React483 = __toESM(require_react());
var import_classnames216 = __toESM(require_classnames());
// node_modules/rc-progress/es/Line.js
var React479 = __toESM(require_react());
var import_classnames214 = __toESM(require_classnames());
// node_modules/rc-progress/es/common.js
var import_react178 = __toESM(require_react());
var defaultProps2 = {
percent: 0,
prefixCls: "rc-progress",
strokeColor: "#2db7f5",
strokeLinecap: "round",
strokeWidth: 1,
trailColor: "#D9D9D9",
trailWidth: 1,
gapPosition: "bottom"
};
var useTransitionDuration = function useTransitionDuration2() {
var pathsRef = (0, import_react178.useRef)([]);
var prevTimeStamp = (0, import_react178.useRef)(null);
(0, import_react178.useEffect)(function() {
var now2 = Date.now();
var updated = false;
pathsRef.current.forEach(function(path2) {
if (!path2) {
return;
}
updated = true;
var pathStyle = path2.style;
pathStyle.transitionDuration = ".3s, .3s, .3s, .06s";
if (prevTimeStamp.current && now2 - prevTimeStamp.current < 100) {
pathStyle.transitionDuration = "0s, 0s";
}
});
if (updated) {
prevTimeStamp.current = Date.now();
}
});
return pathsRef.current;
};
// node_modules/rc-progress/es/Line.js
var _excluded62 = ["className", "percent", "prefixCls", "strokeColor", "strokeLinecap", "strokeWidth", "style", "trailColor", "trailWidth", "transition"];
var Line = function Line2(props) {
var _defaultProps$props = _objectSpread2(_objectSpread2({}, defaultProps2), props), className = _defaultProps$props.className, percent = _defaultProps$props.percent, prefixCls = _defaultProps$props.prefixCls, strokeColor = _defaultProps$props.strokeColor, strokeLinecap = _defaultProps$props.strokeLinecap, strokeWidth = _defaultProps$props.strokeWidth, style2 = _defaultProps$props.style, trailColor = _defaultProps$props.trailColor, trailWidth = _defaultProps$props.trailWidth, transition = _defaultProps$props.transition, restProps = _objectWithoutProperties(_defaultProps$props, _excluded62);
delete restProps.gapPosition;
var percentList = Array.isArray(percent) ? percent : [percent];
var strokeColorList = Array.isArray(strokeColor) ? strokeColor : [strokeColor];
var paths = useTransitionDuration();
var center = strokeWidth / 2;
var right = 100 - strokeWidth / 2;
var pathString = "M ".concat(strokeLinecap === "round" ? center : 0, ",").concat(center, "\n L ").concat(strokeLinecap === "round" ? right : 100, ",").concat(center);
var viewBoxString = "0 0 100 ".concat(strokeWidth);
var stackPtg = 0;
return React479.createElement("svg", _extends({
className: (0, import_classnames214.default)("".concat(prefixCls, "-line"), className),
viewBox: viewBoxString,
preserveAspectRatio: "none",
style: style2
}, restProps), React479.createElement("path", {
className: "".concat(prefixCls, "-line-trail"),
d: pathString,
strokeLinecap,
stroke: trailColor,
strokeWidth: trailWidth || strokeWidth,
fillOpacity: "0"
}), percentList.map(function(ptg, index3) {
var dashPercent = 1;
switch (strokeLinecap) {
case "round":
dashPercent = 1 - strokeWidth / 100;
break;
case "square":
dashPercent = 1 - strokeWidth / 2 / 100;
break;
default:
dashPercent = 1;
break;
}
var pathStyle = {
strokeDasharray: "".concat(ptg * dashPercent, "px, 100px"),
strokeDashoffset: "-".concat(stackPtg, "px"),
transition: transition || "stroke-dashoffset 0.3s ease 0s, stroke-dasharray .3s ease 0s, stroke 0.3s linear"
};
var color = strokeColorList[index3] || strokeColorList[strokeColorList.length - 1];
stackPtg += ptg;
return React479.createElement("path", {
key: index3,
className: "".concat(prefixCls, "-line-path"),
d: pathString,
strokeLinecap,
stroke: color,
strokeWidth,
fillOpacity: "0",
ref: function ref(elem) {
paths[index3] = elem;
},
style: pathStyle
});
}));
};
if (true) {
Line.displayName = "Line";
}
// node_modules/rc-progress/es/Circle/index.js
var React482 = __toESM(require_react());
var import_classnames215 = __toESM(require_classnames());
// node_modules/rc-progress/es/hooks/useId.js
var React480 = __toESM(require_react());
var uuid7 = 0;
var isBrowserClient3 = canUseDom();
function getUUID2() {
var retId;
if (isBrowserClient3) {
retId = uuid7;
uuid7 += 1;
} else {
retId = "TEST_OR_SSR";
}
return retId;
}
var useId_default2 = function(id) {
var _React$useState = React480.useState(), _React$useState2 = _slicedToArray(_React$useState, 2), innerId = _React$useState2[0], setInnerId = _React$useState2[1];
React480.useEffect(function() {
setInnerId("rc_progress_".concat(getUUID2()));
}, []);
return id || innerId;
};
// node_modules/rc-progress/es/Circle/PtgCircle.js
var React481 = __toESM(require_react());
var Block = function Block2(_ref) {
var bg = _ref.bg, children = _ref.children;
return React481.createElement("div", {
style: {
width: "100%",
height: "100%",
background: bg
}
}, children);
};
function getPtgColors(color, scale) {
return Object.keys(color).map(function(key) {
var parsedKey = parseFloat(key);
var ptgKey = "".concat(Math.floor(parsedKey * scale), "%");
return "".concat(color[key], " ").concat(ptgKey);
});
}
var PtgCircle = React481.forwardRef(function(props, ref) {
var prefixCls = props.prefixCls, color = props.color, gradientId = props.gradientId, radius2 = props.radius, circleStyleForStack = props.style, ptg = props.ptg, strokeLinecap = props.strokeLinecap, strokeWidth = props.strokeWidth, size = props.size, gapDegree = props.gapDegree;
var isGradient = color && _typeof(color) === "object";
var stroke = isGradient ? "#FFF" : void 0;
var halfSize = size / 2;
var circleNode = React481.createElement("circle", {
className: "".concat(prefixCls, "-circle-path"),
r: radius2,
cx: halfSize,
cy: halfSize,
stroke,
strokeLinecap,
strokeWidth,
opacity: ptg === 0 ? 0 : 1,
style: circleStyleForStack,
ref
});
if (!isGradient) {
return circleNode;
}
var maskId = "".concat(gradientId, "-conic");
var fromDeg = gapDegree ? "".concat(180 + gapDegree / 2, "deg") : "0deg";
var conicColors = getPtgColors(color, (360 - gapDegree) / 360);
var linearColors = getPtgColors(color, 1);
var conicColorBg = "conic-gradient(from ".concat(fromDeg, ", ").concat(conicColors.join(", "), ")");
var linearColorBg = "linear-gradient(to ".concat(gapDegree ? "bottom" : "top", ", ").concat(linearColors.join(", "), ")");
return React481.createElement(React481.Fragment, null, React481.createElement("mask", {
id: maskId
}, circleNode), React481.createElement("foreignObject", {
x: 0,
y: 0,
width: size,
height: size,
mask: "url(#".concat(maskId, ")")
}, React481.createElement(Block, {
bg: linearColorBg
}, React481.createElement(Block, {
bg: conicColorBg
}))));
});
if (true) {
PtgCircle.displayName = "PtgCircle";
}
var PtgCircle_default = PtgCircle;
// node_modules/rc-progress/es/Circle/util.js
var VIEW_BOX_SIZE = 100;
var getCircleStyle = function getCircleStyle2(perimeter, perimeterWithoutGap, offset3, percent, rotateDeg, gapDegree, gapPosition, strokeColor, strokeLinecap, strokeWidth) {
var stepSpace = arguments.length > 10 && arguments[10] !== void 0 ? arguments[10] : 0;
var offsetDeg = offset3 / 100 * 360 * ((360 - gapDegree) / 360);
var positionDeg = gapDegree === 0 ? 0 : {
bottom: 0,
top: 180,
left: 90,
right: -90
}[gapPosition];
var strokeDashoffset = (100 - percent) / 100 * perimeterWithoutGap;
if (strokeLinecap === "round" && percent !== 100) {
strokeDashoffset += strokeWidth / 2;
if (strokeDashoffset >= perimeterWithoutGap) {
strokeDashoffset = perimeterWithoutGap - 0.01;
}
}
var halfSize = VIEW_BOX_SIZE / 2;
return {
stroke: typeof strokeColor === "string" ? strokeColor : void 0,
strokeDasharray: "".concat(perimeterWithoutGap, "px ").concat(perimeter),
strokeDashoffset: strokeDashoffset + stepSpace,
transform: "rotate(".concat(rotateDeg + offsetDeg + positionDeg, "deg)"),
transformOrigin: "".concat(halfSize, "px ").concat(halfSize, "px"),
transition: "stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s, stroke-width .06s ease .3s, opacity .3s ease 0s",
fillOpacity: 0
};
};
// node_modules/rc-progress/es/Circle/index.js
var _excluded63 = ["id", "prefixCls", "steps", "strokeWidth", "trailWidth", "gapDegree", "gapPosition", "trailColor", "strokeLinecap", "style", "className", "strokeColor", "percent"];
function toArray7(value) {
var mergedValue = value !== null && value !== void 0 ? value : [];
return Array.isArray(mergedValue) ? mergedValue : [mergedValue];
}
var Circle = function Circle2(props) {
var _defaultProps$props = _objectSpread2(_objectSpread2({}, defaultProps2), props), id = _defaultProps$props.id, prefixCls = _defaultProps$props.prefixCls, steps = _defaultProps$props.steps, strokeWidth = _defaultProps$props.strokeWidth, trailWidth = _defaultProps$props.trailWidth, _defaultProps$props$g = _defaultProps$props.gapDegree, gapDegree = _defaultProps$props$g === void 0 ? 0 : _defaultProps$props$g, gapPosition = _defaultProps$props.gapPosition, trailColor = _defaultProps$props.trailColor, strokeLinecap = _defaultProps$props.strokeLinecap, style2 = _defaultProps$props.style, className = _defaultProps$props.className, strokeColor = _defaultProps$props.strokeColor, percent = _defaultProps$props.percent, restProps = _objectWithoutProperties(_defaultProps$props, _excluded63);
var halfSize = VIEW_BOX_SIZE / 2;
var mergedId = useId_default2(id);
var gradientId = "".concat(mergedId, "-gradient");
var radius2 = halfSize - strokeWidth / 2;
var perimeter = Math.PI * 2 * radius2;
var rotateDeg = gapDegree > 0 ? 90 + gapDegree / 2 : -90;
var perimeterWithoutGap = perimeter * ((360 - gapDegree) / 360);
var _ref = _typeof(steps) === "object" ? steps : {
count: steps,
gap: 2
}, stepCount = _ref.count, stepGap = _ref.gap;
var percentList = toArray7(percent);
var strokeColorList = toArray7(strokeColor);
var gradient = strokeColorList.find(function(color) {
return color && _typeof(color) === "object";
});
var isConicGradient = gradient && _typeof(gradient) === "object";
var mergedStrokeLinecap = isConicGradient ? "butt" : strokeLinecap;
var circleStyle = getCircleStyle(perimeter, perimeterWithoutGap, 0, 100, rotateDeg, gapDegree, gapPosition, trailColor, mergedStrokeLinecap, strokeWidth);
var paths = useTransitionDuration();
var getStokeList = function getStokeList2() {
var stackPtg = 0;
return percentList.map(function(ptg, index3) {
var color = strokeColorList[index3] || strokeColorList[strokeColorList.length - 1];
var circleStyleForStack = getCircleStyle(perimeter, perimeterWithoutGap, stackPtg, ptg, rotateDeg, gapDegree, gapPosition, color, mergedStrokeLinecap, strokeWidth);
stackPtg += ptg;
return React482.createElement(PtgCircle_default, {
key: index3,
color,
ptg,
radius: radius2,
prefixCls,
gradientId,
style: circleStyleForStack,
strokeLinecap: mergedStrokeLinecap,
strokeWidth,
gapDegree,
ref: function ref(elem) {
paths[index3] = elem;
},
size: VIEW_BOX_SIZE
});
}).reverse();
};
var getStepStokeList = function getStepStokeList2() {
var current = Math.round(stepCount * (percentList[0] / 100));
var stepPtg = 100 / stepCount;
var stackPtg = 0;
return new Array(stepCount).fill(null).map(function(_, index3) {
var color = index3 <= current - 1 ? strokeColorList[0] : trailColor;
var stroke = color && _typeof(color) === "object" ? "url(#".concat(gradientId, ")") : void 0;
var circleStyleForStack = getCircleStyle(perimeter, perimeterWithoutGap, stackPtg, stepPtg, rotateDeg, gapDegree, gapPosition, color, "butt", strokeWidth, stepGap);
stackPtg += (perimeterWithoutGap - circleStyleForStack.strokeDashoffset + stepGap) * 100 / perimeterWithoutGap;
return React482.createElement("circle", {
key: index3,
className: "".concat(prefixCls, "-circle-path"),
r: radius2,
cx: halfSize,
cy: halfSize,
stroke,
strokeWidth,
opacity: 1,
style: circleStyleForStack,
ref: function ref(elem) {
paths[index3] = elem;
}
});
});
};
return React482.createElement("svg", _extends({
className: (0, import_classnames215.default)("".concat(prefixCls, "-circle"), className),
viewBox: "0 0 ".concat(VIEW_BOX_SIZE, " ").concat(VIEW_BOX_SIZE),
style: style2,
id,
role: "presentation"
}, restProps), !stepCount && React482.createElement("circle", {
className: "".concat(prefixCls, "-circle-trail"),
r: radius2,
cx: halfSize,
cy: halfSize,
stroke: trailColor,
strokeLinecap: mergedStrokeLinecap,
strokeWidth: trailWidth || strokeWidth,
style: circleStyle
}), stepCount ? getStepStokeList() : getStokeList());
};
if (true) {
Circle.displayName = "Circle";
}
var Circle_default = Circle;
// node_modules/antd/es/progress/utils.js
function validProgress(progress) {
if (!progress || progress < 0) {
return 0;
}
if (progress > 100) {
return 100;
}
return progress;
}
function getSuccessPercent({
success,
successPercent
}) {
let percent = successPercent;
if (success && "progress" in success) {
percent = success.progress;
}
if (success && "percent" in success) {
percent = success.percent;
}
return percent;
}
var getPercentage = ({
percent,
success,
successPercent
}) => {
const realSuccessPercent = validProgress(getSuccessPercent({
success,
successPercent
}));
return [realSuccessPercent, validProgress(validProgress(percent) - realSuccessPercent)];
};
var getStrokeColor = ({
success = {},
strokeColor
}) => {
const {
strokeColor: successColor
} = success;
return [successColor || presetPrimaryColors.green, strokeColor || null];
};
var getSize3 = (size, type5, extra) => {
var _a, _b, _c, _d;
let width = -1;
let height = -1;
if (type5 === "step") {
const steps = extra.steps;
const strokeWidth = extra.strokeWidth;
if (typeof size === "string" || typeof size === "undefined") {
width = size === "small" ? 2 : 14;
height = strokeWidth !== null && strokeWidth !== void 0 ? strokeWidth : 8;
} else if (typeof size === "number") {
[width, height] = [size, size];
} else {
[width = 14, height = 8] = Array.isArray(size) ? size : [size.width, size.height];
}
width *= steps;
} else if (type5 === "line") {
const strokeWidth = extra === null || extra === void 0 ? void 0 : extra.strokeWidth;
if (typeof size === "string" || typeof size === "undefined") {
height = strokeWidth || (size === "small" ? 6 : 8);
} else if (typeof size === "number") {
[width, height] = [size, size];
} else {
[width = -1, height = 8] = Array.isArray(size) ? size : [size.width, size.height];
}
} else if (type5 === "circle" || type5 === "dashboard") {
if (typeof size === "string" || typeof size === "undefined") {
[width, height] = size === "small" ? [60, 60] : [120, 120];
} else if (typeof size === "number") {
[width, height] = [size, size];
} else if (Array.isArray(size)) {
width = (_b = (_a = size[0]) !== null && _a !== void 0 ? _a : size[1]) !== null && _b !== void 0 ? _b : 120;
height = (_d = (_c = size[0]) !== null && _c !== void 0 ? _c : size[1]) !== null && _d !== void 0 ? _d : 120;
}
}
return [width, height];
};
// node_modules/antd/es/progress/Circle.js
var CIRCLE_MIN_STROKE_WIDTH = 3;
var getMinPercent = (width) => CIRCLE_MIN_STROKE_WIDTH / width * 100;
var Circle3 = (props) => {
const {
prefixCls,
trailColor = null,
strokeLinecap = "round",
gapPosition,
gapDegree,
width: originWidth = 120,
type: type5,
children,
success,
size = originWidth,
steps
} = props;
const [width, height] = getSize3(size, "circle");
let {
strokeWidth
} = props;
if (strokeWidth === void 0) {
strokeWidth = Math.max(getMinPercent(width), 6);
}
const circleStyle = {
width,
height,
fontSize: width * 0.15 + 6
};
const realGapDegree = React483.useMemo(() => {
if (gapDegree || gapDegree === 0) {
return gapDegree;
}
if (type5 === "dashboard") {
return 75;
}
return void 0;
}, [gapDegree, type5]);
const percentArray = getPercentage(props);
const gapPos = gapPosition || type5 === "dashboard" && "bottom" || void 0;
const isGradient = Object.prototype.toString.call(props.strokeColor) === "[object Object]";
const strokeColor = getStrokeColor({
success,
strokeColor: props.strokeColor
});
const wrapperClassName = (0, import_classnames216.default)(`${prefixCls}-inner`, {
[`${prefixCls}-circle-gradient`]: isGradient
});
const circleContent = React483.createElement(Circle_default, {
steps,
percent: steps ? percentArray[1] : percentArray,
strokeWidth,
trailWidth: strokeWidth,
strokeColor: steps ? strokeColor[1] : strokeColor,
strokeLinecap,
trailColor,
prefixCls,
gapDegree: realGapDegree,
gapPosition: gapPos
});
const smallCircle = width <= 20;
const node2 = React483.createElement("div", {
className: wrapperClassName,
style: circleStyle
}, circleContent, !smallCircle && children);
if (smallCircle) {
return React483.createElement(tooltip_default, {
title: children
}, node2);
}
return node2;
};
var Circle_default2 = Circle3;
// node_modules/antd/es/progress/Line.js
var React484 = __toESM(require_react());
var import_classnames217 = __toESM(require_classnames());
// node_modules/antd/es/progress/style/index.js
var LineStrokeColorVar = "--progress-line-stroke-color";
var Percent = "--progress-percent";
var genAntProgressActive = (isRtl) => {
const direction = isRtl ? "100%" : "-100%";
return new Keyframes_default(`antProgress${isRtl ? "RTL" : "LTR"}Active`, {
"0%": {
transform: `translateX(${direction}) scaleX(0)`,
opacity: 0.1
},
"20%": {
transform: `translateX(${direction}) scaleX(0)`,
opacity: 0.5
},
to: {
transform: "translateX(0) scaleX(1)",
opacity: 0
}
});
};
var genBaseStyle13 = (token2) => {
const {
componentCls: progressCls,
iconCls: iconPrefixCls
} = token2;
return {
[progressCls]: Object.assign(Object.assign({}, resetComponent(token2)), {
display: "inline-block",
"&-rtl": {
direction: "rtl"
},
"&-line": {
position: "relative",
width: "100%",
fontSize: token2.fontSize
},
[`${progressCls}-outer`]: {
display: "inline-flex",
alignItems: "center",
width: "100%"
},
[`${progressCls}-inner`]: {
position: "relative",
display: "inline-block",
width: "100%",
flex: 1,
overflow: "hidden",
verticalAlign: "middle",
backgroundColor: token2.remainingColor,
borderRadius: token2.lineBorderRadius
},
[`${progressCls}-inner:not(${progressCls}-circle-gradient)`]: {
[`${progressCls}-circle-path`]: {
stroke: token2.defaultColor
}
},
[`${progressCls}-success-bg, ${progressCls}-bg`]: {
position: "relative",
background: token2.defaultColor,
borderRadius: token2.lineBorderRadius,
transition: `all ${token2.motionDurationSlow} ${token2.motionEaseInOutCirc}`
},
[`${progressCls}-layout-bottom`]: {
display: "flex",
flexDirection: "column",
alignItems: "center",
justifyContent: "center",
[`${progressCls}-text`]: {
width: "max-content",
marginInlineStart: 0,
marginTop: token2.marginXXS
}
},
[`${progressCls}-bg`]: {
overflow: "hidden",
"&::after": {
content: '""',
background: {
_multi_value_: true,
value: ["inherit", `var(${LineStrokeColorVar})`]
},
height: "100%",
width: `calc(1 / var(${Percent}) * 100%)`,
display: "block"
},
[`&${progressCls}-bg-inner`]: {
minWidth: "max-content",
"&::after": {
content: "none"
},
[`${progressCls}-text-inner`]: {
color: token2.colorWhite,
[`&${progressCls}-text-bright`]: {
color: "rgba(0, 0, 0, 0.45)"
}
}
}
},
[`${progressCls}-success-bg`]: {
position: "absolute",
insetBlockStart: 0,
insetInlineStart: 0,
backgroundColor: token2.colorSuccess
},
[`${progressCls}-text`]: {
display: "inline-block",
marginInlineStart: token2.marginXS,
color: token2.colorText,
lineHeight: 1,
width: "2em",
whiteSpace: "nowrap",
textAlign: "start",
verticalAlign: "middle",
wordBreak: "normal",
[iconPrefixCls]: {
fontSize: token2.fontSize
},
[`&${progressCls}-text-outer`]: {
width: "max-content"
},
[`&${progressCls}-text-outer${progressCls}-text-start`]: {
width: "max-content",
marginInlineStart: 0,
marginInlineEnd: token2.marginXS
}
},
[`${progressCls}-text-inner`]: {
display: "flex",
justifyContent: "center",
alignItems: "center",
width: "100%",
height: "100%",
marginInlineStart: 0,
padding: `0 ${unit2(token2.paddingXXS)}`,
[`&${progressCls}-text-start`]: {
justifyContent: "start"
},
[`&${progressCls}-text-end`]: {
justifyContent: "end"
}
},
[`&${progressCls}-status-active`]: {
[`${progressCls}-bg::before`]: {
position: "absolute",
inset: 0,
backgroundColor: token2.colorBgContainer,
borderRadius: token2.lineBorderRadius,
opacity: 0,
animationName: genAntProgressActive(),
animationDuration: token2.progressActiveMotionDuration,
animationTimingFunction: token2.motionEaseOutQuint,
animationIterationCount: "infinite",
content: '""'
}
},
[`&${progressCls}-rtl${progressCls}-status-active`]: {
[`${progressCls}-bg::before`]: {
animationName: genAntProgressActive(true)
}
},
[`&${progressCls}-status-exception`]: {
[`${progressCls}-bg`]: {
backgroundColor: token2.colorError
},
[`${progressCls}-text`]: {
color: token2.colorError
}
},
[`&${progressCls}-status-exception ${progressCls}-inner:not(${progressCls}-circle-gradient)`]: {
[`${progressCls}-circle-path`]: {
stroke: token2.colorError
}
},
[`&${progressCls}-status-success`]: {
[`${progressCls}-bg`]: {
backgroundColor: token2.colorSuccess
},
[`${progressCls}-text`]: {
color: token2.colorSuccess
}
},
[`&${progressCls}-status-success ${progressCls}-inner:not(${progressCls}-circle-gradient)`]: {
[`${progressCls}-circle-path`]: {
stroke: token2.colorSuccess
}
}
})
};
};
var genCircleStyle = (token2) => {
const {
componentCls: progressCls,
iconCls: iconPrefixCls
} = token2;
return {
[progressCls]: {
[`${progressCls}-circle-trail`]: {
stroke: token2.remainingColor
},
[`&${progressCls}-circle ${progressCls}-inner`]: {
position: "relative",
lineHeight: 1,
backgroundColor: "transparent"
},
[`&${progressCls}-circle ${progressCls}-text`]: {
position: "absolute",
insetBlockStart: "50%",
insetInlineStart: 0,
width: "100%",
margin: 0,
padding: 0,
color: token2.circleTextColor,
fontSize: token2.circleTextFontSize,
lineHeight: 1,
whiteSpace: "normal",
textAlign: "center",
transform: "translateY(-50%)",
[iconPrefixCls]: {
fontSize: token2.circleIconFontSize
}
},
[`${progressCls}-circle&-status-exception`]: {
[`${progressCls}-text`]: {
color: token2.colorError
}
},
[`${progressCls}-circle&-status-success`]: {
[`${progressCls}-text`]: {
color: token2.colorSuccess
}
}
},
[`${progressCls}-inline-circle`]: {
lineHeight: 1,
[`${progressCls}-inner`]: {
verticalAlign: "bottom"
}
}
};
};
var genStepStyle = (token2) => {
const {
componentCls: progressCls
} = token2;
return {
[progressCls]: {
[`${progressCls}-steps`]: {
display: "inline-block",
"&-outer": {
display: "flex",
flexDirection: "row",
alignItems: "center"
},
"&-item": {
flexShrink: 0,
minWidth: token2.progressStepMinWidth,
marginInlineEnd: token2.progressStepMarginInlineEnd,
backgroundColor: token2.remainingColor,
transition: `all ${token2.motionDurationSlow}`,
"&-active": {
backgroundColor: token2.defaultColor
}
}
}
}
};
};
var genSmallLine = (token2) => {
const {
componentCls: progressCls,
iconCls: iconPrefixCls
} = token2;
return {
[progressCls]: {
[`${progressCls}-small&-line, ${progressCls}-small&-line ${progressCls}-text ${iconPrefixCls}`]: {
fontSize: token2.fontSizeSM
}
}
};
};
var prepareComponentToken43 = (token2) => ({
circleTextColor: token2.colorText,
defaultColor: token2.colorInfo,
remainingColor: token2.colorFillSecondary,
lineBorderRadius: 100,
// magic for capsule shape, should be a very large number
circleTextFontSize: "1em",
circleIconFontSize: `${token2.fontSize / token2.fontSizeSM}em`
});
var style_default49 = genStyleHooks("Progress", (token2) => {
const progressStepMarginInlineEnd = token2.calc(token2.marginXXS).div(2).equal();
const progressToken = merge2(token2, {
progressStepMarginInlineEnd,
progressStepMinWidth: progressStepMarginInlineEnd,
progressActiveMotionDuration: "2.4s"
});
return [genBaseStyle13(progressToken), genCircleStyle(progressToken), genStepStyle(progressToken), genSmallLine(progressToken)];
}, prepareComponentToken43);
// node_modules/antd/es/progress/Line.js
var __rest91 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var sortGradient = (gradients) => {
let tempArr = [];
Object.keys(gradients).forEach((key) => {
const formattedKey = Number.parseFloat(key.replace(/%/g, ""));
if (!Number.isNaN(formattedKey)) {
tempArr.push({
key: formattedKey,
value: gradients[key]
});
}
});
tempArr = tempArr.sort((a, b) => a.key - b.key);
return tempArr.map(({
key,
value
}) => `${value} ${key}%`).join(", ");
};
var handleGradient = (strokeColor, directionConfig) => {
const {
from: from2 = presetPrimaryColors.blue,
to = presetPrimaryColors.blue,
direction = directionConfig === "rtl" ? "to left" : "to right"
} = strokeColor, rest = __rest91(strokeColor, ["from", "to", "direction"]);
if (Object.keys(rest).length !== 0) {
const sortedGradients = sortGradient(rest);
const background2 = `linear-gradient(${direction}, ${sortedGradients})`;
return {
background: background2,
[LineStrokeColorVar]: background2
};
}
const background = `linear-gradient(${direction}, ${from2}, ${to})`;
return {
background,
[LineStrokeColorVar]: background
};
};
var Line3 = (props) => {
const {
prefixCls,
direction: directionConfig,
percent,
size,
strokeWidth,
strokeColor,
strokeLinecap = "round",
children,
trailColor = null,
percentPosition,
success
} = props;
const {
align: infoAlign,
type: infoPosition
} = percentPosition;
const backgroundProps = strokeColor && typeof strokeColor !== "string" ? handleGradient(strokeColor, directionConfig) : {
[LineStrokeColorVar]: strokeColor,
background: strokeColor
};
const borderRadius = strokeLinecap === "square" || strokeLinecap === "butt" ? 0 : void 0;
const mergedSize = size !== null && size !== void 0 ? size : [-1, strokeWidth || (size === "small" ? 6 : 8)];
const [width, height] = getSize3(mergedSize, "line", {
strokeWidth
});
if (true) {
const warning5 = devUseWarning("Progress");
warning5.deprecated(!("strokeWidth" in props), "strokeWidth", "size");
}
const trailStyle = {
backgroundColor: trailColor || void 0,
borderRadius
};
const percentStyle = Object.assign(Object.assign({
width: `${validProgress(percent)}%`,
height,
borderRadius
}, backgroundProps), {
[Percent]: validProgress(percent) / 100
});
const successPercent = getSuccessPercent(props);
const successPercentStyle = {
width: `${validProgress(successPercent)}%`,
height,
borderRadius,
backgroundColor: success === null || success === void 0 ? void 0 : success.strokeColor
};
const outerStyle = {
width: width < 0 ? "100%" : width
};
const lineInner = React484.createElement("div", {
className: `${prefixCls}-inner`,
style: trailStyle
}, React484.createElement("div", {
className: (0, import_classnames217.default)(`${prefixCls}-bg`, `${prefixCls}-bg-${infoPosition}`),
style: percentStyle
}, infoPosition === "inner" && children), successPercent !== void 0 && React484.createElement("div", {
className: `${prefixCls}-success-bg`,
style: successPercentStyle
}));
const isOuterStart = infoPosition === "outer" && infoAlign === "start";
const isOuterEnd = infoPosition === "outer" && infoAlign === "end";
return infoPosition === "outer" && infoAlign === "center" ? React484.createElement("div", {
className: `${prefixCls}-layout-bottom`
}, lineInner, children) : React484.createElement("div", {
className: `${prefixCls}-outer`,
style: outerStyle
}, isOuterStart && children, lineInner, isOuterEnd && children);
};
var Line_default2 = Line3;
// node_modules/antd/es/progress/Steps.js
var React485 = __toESM(require_react());
var import_classnames218 = __toESM(require_classnames());
var Steps3 = (props) => {
const {
size,
steps,
rounding: customRounding = Math.round,
percent = 0,
strokeWidth = 8,
strokeColor,
trailColor = null,
prefixCls,
children
} = props;
const current = customRounding(steps * (percent / 100));
const stepWidth = size === "small" ? 2 : 14;
const mergedSize = size !== null && size !== void 0 ? size : [stepWidth, strokeWidth];
const [width, height] = getSize3(mergedSize, "step", {
steps,
strokeWidth
});
const unitWidth = width / steps;
const styledSteps = Array.from({
length: steps
});
for (let i = 0; i < steps; i++) {
const color = Array.isArray(strokeColor) ? strokeColor[i] : strokeColor;
styledSteps[i] = React485.createElement("div", {
key: i,
className: (0, import_classnames218.default)(`${prefixCls}-steps-item`, {
[`${prefixCls}-steps-item-active`]: i <= current - 1
}),
style: {
backgroundColor: i <= current - 1 ? color : trailColor,
width: unitWidth,
height
}
});
}
return React485.createElement("div", {
className: `${prefixCls}-steps-outer`
}, styledSteps, children);
};
var Steps_default2 = Steps3;
// node_modules/antd/es/progress/progress.js
var __rest92 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var ProgressStatuses = ["normal", "exception", "active", "success"];
var Progress2 = React486.forwardRef((props, ref) => {
const {
prefixCls: customizePrefixCls,
className,
rootClassName,
steps,
strokeColor,
percent = 0,
size = "default",
showInfo = true,
type: type5 = "line",
status,
format: format3,
style: style2,
percentPosition = {}
} = props, restProps = __rest92(props, ["prefixCls", "className", "rootClassName", "steps", "strokeColor", "percent", "size", "showInfo", "type", "status", "format", "style", "percentPosition"]);
const {
align: infoAlign = "end",
type: infoPosition = "outer"
} = percentPosition;
const strokeColorNotArray = Array.isArray(strokeColor) ? strokeColor[0] : strokeColor;
const strokeColorNotGradient = typeof strokeColor === "string" || Array.isArray(strokeColor) ? strokeColor : void 0;
const strokeColorIsBright = React486.useMemo(() => {
if (strokeColorNotArray) {
const color = typeof strokeColorNotArray === "string" ? strokeColorNotArray : Object.values(strokeColorNotArray)[0];
return new FastColor(color).isLight();
}
return false;
}, [strokeColor]);
const percentNumber = React486.useMemo(() => {
var _a, _b;
const successPercent = getSuccessPercent(props);
return Number.parseInt(successPercent !== void 0 ? (_a = successPercent !== null && successPercent !== void 0 ? successPercent : 0) === null || _a === void 0 ? void 0 : _a.toString() : (_b = percent !== null && percent !== void 0 ? percent : 0) === null || _b === void 0 ? void 0 : _b.toString(), 10);
}, [percent, props.success, props.successPercent]);
const progressStatus = React486.useMemo(() => {
if (!ProgressStatuses.includes(status) && percentNumber >= 100) {
return "success";
}
return status || "normal";
}, [status, percentNumber]);
const {
getPrefixCls,
direction,
progress: progressStyle
} = React486.useContext(ConfigContext);
const prefixCls = getPrefixCls("progress", customizePrefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default49(prefixCls);
const isLineType = type5 === "line";
const isPureLineType = isLineType && !steps;
const progressInfo = React486.useMemo(() => {
if (!showInfo) {
return null;
}
const successPercent = getSuccessPercent(props);
let text;
const textFormatter = format3 || ((number4) => `${number4}%`);
const isBrightInnerColor = isLineType && strokeColorIsBright && infoPosition === "inner";
if (infoPosition === "inner" || format3 || progressStatus !== "exception" && progressStatus !== "success") {
text = textFormatter(validProgress(percent), validProgress(successPercent));
} else if (progressStatus === "exception") {
text = isLineType ? React486.createElement(CloseCircleFilled_default, null) : React486.createElement(CloseOutlined_default, null);
} else if (progressStatus === "success") {
text = isLineType ? React486.createElement(CheckCircleFilled_default, null) : React486.createElement(CheckOutlined_default, null);
}
return React486.createElement("span", {
className: (0, import_classnames219.default)(`${prefixCls}-text`, {
[`${prefixCls}-text-bright`]: isBrightInnerColor,
[`${prefixCls}-text-${infoAlign}`]: isPureLineType,
[`${prefixCls}-text-${infoPosition}`]: isPureLineType
}),
title: typeof text === "string" ? text : void 0
}, text);
}, [showInfo, percent, percentNumber, progressStatus, type5, prefixCls, format3]);
if (true) {
const warning5 = devUseWarning("Progress");
warning5.deprecated(!("successPercent" in props), "successPercent", "success.percent");
warning5.deprecated(!("width" in props), "width", "size");
if (type5 === "circle" || type5 === "dashboard") {
if (Array.isArray(size)) {
true ? warning5(false, "usage", 'Type "circle" and "dashboard" do not accept array as `size`, please use number or preset size instead.') : void 0;
} else if (typeof size === "object") {
true ? warning5(false, "usage", 'Type "circle" and "dashboard" do not accept object as `size`, please use number or preset size instead.') : void 0;
}
}
if (props.success && "progress" in props.success) {
warning5.deprecated(false, "success.progress", "success.percent");
}
}
let progress;
if (type5 === "line") {
progress = steps ? React486.createElement(Steps_default2, Object.assign({}, props, {
strokeColor: strokeColorNotGradient,
prefixCls,
steps: typeof steps === "object" ? steps.count : steps
}), progressInfo) : React486.createElement(Line_default2, Object.assign({}, props, {
strokeColor: strokeColorNotArray,
prefixCls,
direction,
percentPosition: {
align: infoAlign,
type: infoPosition
}
}), progressInfo);
} else if (type5 === "circle" || type5 === "dashboard") {
progress = React486.createElement(Circle_default2, Object.assign({}, props, {
strokeColor: strokeColorNotArray,
prefixCls,
progressStatus
}), progressInfo);
}
const classString = (0, import_classnames219.default)(prefixCls, `${prefixCls}-status-${progressStatus}`, {
[`${prefixCls}-${type5 === "dashboard" && "circle" || type5}`]: type5 !== "line",
[`${prefixCls}-inline-circle`]: type5 === "circle" && getSize3(size, "circle")[0] <= 20,
[`${prefixCls}-line`]: isPureLineType,
[`${prefixCls}-line-align-${infoAlign}`]: isPureLineType,
[`${prefixCls}-line-position-${infoPosition}`]: isPureLineType,
[`${prefixCls}-steps`]: steps,
[`${prefixCls}-show-info`]: showInfo,
[`${prefixCls}-${size}`]: typeof size === "string",
[`${prefixCls}-rtl`]: direction === "rtl"
}, progressStyle === null || progressStyle === void 0 ? void 0 : progressStyle.className, className, rootClassName, hashId, cssVarCls);
return wrapCSSVar(React486.createElement("div", Object.assign({
ref,
style: Object.assign(Object.assign({}, progressStyle === null || progressStyle === void 0 ? void 0 : progressStyle.style), style2),
className: classString,
role: "progressbar",
"aria-valuenow": percentNumber,
"aria-valuemin": 0,
"aria-valuemax": 100
}, omit(restProps, ["trailColor", "strokeWidth", "width", "gapDegree", "gapPosition", "strokeLinecap", "success", "successPercent"])), progress));
});
if (true) {
Progress2.displayName = "Progress";
}
var progress_default = Progress2;
// node_modules/antd/es/progress/index.js
var progress_default2 = progress_default;
// node_modules/antd/es/qr-code/index.js
var import_react183 = __toESM(require_react());
// node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelper.js
function _createForOfIteratorHelper(r2, e3) {
var t2 = "undefined" != typeof Symbol && r2[Symbol.iterator] || r2["@@iterator"];
if (!t2) {
if (Array.isArray(r2) || (t2 = _unsupportedIterableToArray(r2)) || e3 && r2 && "number" == typeof r2.length) {
t2 && (r2 = t2);
var _n = 0, F = function F2() {
};
return {
s: F,
n: function n2() {
return _n >= r2.length ? {
done: true
} : {
done: false,
value: r2[_n++]
};
},
e: function e4(r3) {
throw r3;
},
f: F
};
}
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
}
var o3, a = true, u = false;
return {
s: function s() {
t2 = t2.call(r2);
},
n: function n2() {
var r3 = t2.next();
return a = r3.done, r3;
},
e: function e4(r3) {
u = true, o3 = r3;
},
f: function f() {
try {
a || null == t2["return"] || t2["return"]();
} finally {
if (u) throw o3;
}
}
};
}
// node_modules/@rc-component/qrcode/es/libs/qrcodegen.js
var _class;
var _class2;
function appendBits(val, len, bb) {
if (len < 0 || len > 31 || val >>> len != 0) {
throw new RangeError("Value out of range");
}
for (var i = len - 1; i >= 0; i--) {
bb.push(val >>> i & 1);
}
}
function getBit(x, i) {
return (x >>> i & 1) != 0;
}
function assert(cond) {
if (!cond) {
throw new Error("Assertion error");
}
}
var Mode = function() {
function Mode2(modeBits, numBitsCharCount) {
_classCallCheck(this, Mode2);
_defineProperty(this, "modeBits", void 0);
_defineProperty(this, "numBitsCharCount", void 0);
this.modeBits = modeBits;
this.numBitsCharCount = numBitsCharCount;
}
_createClass(Mode2, [{
key: "numCharCountBits",
value: function numCharCountBits(ver) {
return this.numBitsCharCount[Math.floor((ver + 7) / 17)];
}
}]);
return Mode2;
}();
_class = Mode;
_defineProperty(Mode, "NUMERIC", new _class(1, [10, 12, 14]));
_defineProperty(Mode, "ALPHANUMERIC", new _class(2, [9, 11, 13]));
_defineProperty(Mode, "BYTE", new _class(4, [8, 16, 16]));
_defineProperty(Mode, "KANJI", new _class(8, [8, 10, 12]));
_defineProperty(Mode, "ECI", new _class(7, [0, 0, 0]));
var Ecc = _createClass(function Ecc2(ordinal, formatBits) {
_classCallCheck(this, Ecc2);
_defineProperty(this, "ordinal", void 0);
_defineProperty(this, "formatBits", void 0);
this.ordinal = ordinal;
this.formatBits = formatBits;
});
_class2 = Ecc;
_defineProperty(Ecc, "LOW", new _class2(0, 1));
_defineProperty(Ecc, "MEDIUM", new _class2(1, 0));
_defineProperty(Ecc, "QUARTILE", new _class2(2, 3));
_defineProperty(Ecc, "HIGH", new _class2(3, 2));
var QrSegment = function() {
function QrSegment2(mode, numChars, bitData) {
_classCallCheck(this, QrSegment2);
_defineProperty(this, "mode", void 0);
_defineProperty(this, "numChars", void 0);
_defineProperty(this, "bitData", void 0);
this.mode = mode;
this.numChars = numChars;
this.bitData = bitData;
if (numChars < 0) {
throw new RangeError("Invalid argument");
}
this.bitData = bitData.slice();
}
_createClass(QrSegment2, [{
key: "getData",
value: function getData() {
return this.bitData.slice();
}
// (Package-private) Calculates and returns the number of bits needed to encode the given segments at
// the given version. The result is infinity if a segment has too many characters to fit its length field.
}], [{
key: "makeBytes",
value: (
/*-- Static factory functions (mid level) --*/
// Returns a segment representing the given binary data encoded in
// byte mode. All input byte arrays are acceptable. Any text string
// can be converted to UTF-8 bytes and encoded as a byte mode segment.
function makeBytes(data) {
var bb = [];
var _iterator = _createForOfIteratorHelper(data), _step;
try {
for (_iterator.s(); !(_step = _iterator.n()).done; ) {
var b = _step.value;
appendBits(b, 8, bb);
}
} catch (err) {
_iterator.e(err);
} finally {
_iterator.f();
}
return new QrSegment2(Mode.BYTE, data.length, bb);
}
)
// Returns a segment representing the given string of decimal digits encoded in numeric mode.
}, {
key: "makeNumeric",
value: function makeNumeric(digits) {
if (!QrSegment2.isNumeric(digits)) {
throw new RangeError("String contains non-numeric characters");
}
var bb = [];
for (var i = 0; i < digits.length; ) {
var n2 = Math.min(digits.length - i, 3);
appendBits(parseInt(digits.substring(i, i + n2), 10), n2 * 3 + 1, bb);
i += n2;
}
return new QrSegment2(Mode.NUMERIC, digits.length, bb);
}
// Returns a segment representing the given text string encoded in alphanumeric mode.
// The characters allowed are: 0 to 9, A to Z (uppercase only), space,
// dollar, percent, asterisk, plus, hyphen, period, slash, colon.
}, {
key: "makeAlphanumeric",
value: function makeAlphanumeric(text) {
if (!QrSegment2.isAlphanumeric(text)) {
throw new RangeError("String contains unencodable characters in alphanumeric mode");
}
var bb = [];
var i;
for (i = 0; i + 2 <= text.length; i += 2) {
var temp = QrSegment2.ALPHANUMERIC_CHARSET.indexOf(text.charAt(i)) * 45;
temp += QrSegment2.ALPHANUMERIC_CHARSET.indexOf(text.charAt(i + 1));
appendBits(temp, 11, bb);
}
if (i < text.length) {
appendBits(QrSegment2.ALPHANUMERIC_CHARSET.indexOf(text.charAt(i)), 6, bb);
}
return new QrSegment2(Mode.ALPHANUMERIC, text.length, bb);
}
// Returns a new mutable list of zero or more segments to represent the given Unicode text string.
// The result may use various segment modes and switch modes to optimize the length of the bit stream.
}, {
key: "makeSegments",
value: function makeSegments(text) {
if (text == "") {
return [];
} else if (QrSegment2.isNumeric(text)) {
return [QrSegment2.makeNumeric(text)];
} else if (QrSegment2.isAlphanumeric(text)) {
return [QrSegment2.makeAlphanumeric(text)];
} else {
return [QrSegment2.makeBytes(QrSegment2.toUtf8ByteArray(text))];
}
}
// Returns a segment representing an Extended Channel Interpretation
// (ECI) designator with the given assignment value.
}, {
key: "makeEci",
value: function makeEci(assignVal) {
var bb = [];
if (assignVal < 0) {
throw new RangeError("ECI assignment value out of range");
} else if (assignVal < 1 << 7) {
appendBits(assignVal, 8, bb);
} else if (assignVal < 1 << 14) {
appendBits(2, 2, bb);
appendBits(assignVal, 14, bb);
} else if (assignVal < 1e6) {
appendBits(6, 3, bb);
appendBits(assignVal, 21, bb);
} else {
throw new RangeError("ECI assignment value out of range");
}
return new QrSegment2(Mode.ECI, 0, bb);
}
// Tests whether the given string can be encoded as a segment in numeric mode.
// A string is encodable iff each character is in the range 0 to 9.
}, {
key: "isNumeric",
value: function isNumeric2(text) {
return QrSegment2.NUMERIC_REGEX.test(text);
}
// Tests whether the given string can be encoded as a segment in alphanumeric mode.
// A string is encodable iff each character is in the following set: 0 to 9, A to Z
// (uppercase only), space, dollar, percent, asterisk, plus, hyphen, period, slash, colon.
}, {
key: "isAlphanumeric",
value: function isAlphanumeric(text) {
return QrSegment2.ALPHANUMERIC_REGEX.test(text);
}
}, {
key: "getTotalBits",
value: function getTotalBits(segs, version3) {
var result = 0;
var _iterator2 = _createForOfIteratorHelper(segs), _step2;
try {
for (_iterator2.s(); !(_step2 = _iterator2.n()).done; ) {
var seg = _step2.value;
var ccbits = seg.mode.numCharCountBits(version3);
if (seg.numChars >= 1 << ccbits) {
return Infinity;
}
result += 4 + ccbits + seg.bitData.length;
}
} catch (err) {
_iterator2.e(err);
} finally {
_iterator2.f();
}
return result;
}
// Returns a new array of bytes representing the given string encoded in UTF-8.
}, {
key: "toUtf8ByteArray",
value: function toUtf8ByteArray(input) {
var str = encodeURI(input);
var result = [];
for (var i = 0; i < str.length; i++) {
if (str.charAt(i) != "%") {
result.push(str.charCodeAt(i));
} else {
result.push(parseInt(str.substring(i + 1, i + 3), 16));
i += 2;
}
}
return result;
}
/*-- Constants --*/
// Describes precisely all strings that are encodable in numeric mode.
}]);
return QrSegment2;
}();
_defineProperty(QrSegment, "NUMERIC_REGEX", /^[0-9]*$/);
_defineProperty(QrSegment, "ALPHANUMERIC_REGEX", /^[A-Z0-9 $%*+.\/:-]*$/);
_defineProperty(QrSegment, "ALPHANUMERIC_CHARSET", "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ $%*+-./:");
var QrCode = function() {
function QrCode2(version3, errorCorrectionLevel, dataCodewords, oriMsk) {
_classCallCheck(this, QrCode2);
_defineProperty(this, "size", void 0);
_defineProperty(this, "mask", void 0);
_defineProperty(this, "modules", []);
_defineProperty(this, "isFunction", []);
_defineProperty(this, "version", void 0);
_defineProperty(this, "errorCorrectionLevel", void 0);
var msk = oriMsk;
this.version = version3;
this.errorCorrectionLevel = errorCorrectionLevel;
if (version3 < QrCode2.MIN_VERSION || version3 > QrCode2.MAX_VERSION) {
throw new RangeError("Version value out of range");
}
if (msk < -1 || msk > 7) {
throw new RangeError("Mask value out of range");
}
this.size = version3 * 4 + 17;
var row = [];
for (var i = 0; i < this.size; i++) {
row.push(false);
}
for (var _i = 0; _i < this.size; _i++) {
this.modules.push(row.slice());
this.isFunction.push(row.slice());
}
this.drawFunctionPatterns();
var allCodewords = this.addEccAndInterleave(dataCodewords);
this.drawCodewords(allCodewords);
if (msk == -1) {
var minPenalty = 1e9;
for (var _i2 = 0; _i2 < 8; _i2++) {
this.applyMask(_i2);
this.drawFormatBits(_i2);
var penalty = this.getPenaltyScore();
if (penalty < minPenalty) {
msk = _i2;
minPenalty = penalty;
}
this.applyMask(_i2);
}
}
assert(0 <= msk && msk <= 7);
this.mask = msk;
this.applyMask(msk);
this.drawFormatBits(msk);
this.isFunction = [];
}
_createClass(QrCode2, [{
key: "getModule",
value: function getModule(x, y) {
return 0 <= x && x < this.size && 0 <= y && y < this.size && this.modules[y][x];
}
// Modified to expose modules for easy access
}, {
key: "getModules",
value: function getModules() {
return this.modules;
}
/*-- Private helper methods for constructor: Drawing function modules --*/
// Reads this object's version field, and draws and marks all function modules.
}, {
key: "drawFunctionPatterns",
value: function drawFunctionPatterns() {
for (var i = 0; i < this.size; i++) {
this.setFunctionModule(6, i, i % 2 == 0);
this.setFunctionModule(i, 6, i % 2 == 0);
}
this.drawFinderPattern(3, 3);
this.drawFinderPattern(this.size - 4, 3);
this.drawFinderPattern(3, this.size - 4);
var alignPatPos = this.getAlignmentPatternPositions();
var numAlign = alignPatPos.length;
for (var _i3 = 0; _i3 < numAlign; _i3++) {
for (var j = 0; j < numAlign; j++) {
if (!(_i3 == 0 && j == 0 || _i3 == 0 && j == numAlign - 1 || _i3 == numAlign - 1 && j == 0)) {
this.drawAlignmentPattern(alignPatPos[_i3], alignPatPos[j]);
}
}
}
this.drawFormatBits(0);
this.drawVersion();
}
// Draws two copies of the format bits (with its own error correction code)
// based on the given mask and this object's error correction level field.
}, {
key: "drawFormatBits",
value: function drawFormatBits(mask) {
var data = this.errorCorrectionLevel.formatBits << 3 | mask;
var rem = data;
for (var i = 0; i < 10; i++) {
rem = rem << 1 ^ (rem >>> 9) * 1335;
}
var bits = (data << 10 | rem) ^ 21522;
assert(bits >>> 15 == 0);
for (var _i4 = 0; _i4 <= 5; _i4++) {
this.setFunctionModule(8, _i4, getBit(bits, _i4));
}
this.setFunctionModule(8, 7, getBit(bits, 6));
this.setFunctionModule(8, 8, getBit(bits, 7));
this.setFunctionModule(7, 8, getBit(bits, 8));
for (var _i5 = 9; _i5 < 15; _i5++) {
this.setFunctionModule(14 - _i5, 8, getBit(bits, _i5));
}
for (var _i6 = 0; _i6 < 8; _i6++) {
this.setFunctionModule(this.size - 1 - _i6, 8, getBit(bits, _i6));
}
for (var _i7 = 8; _i7 < 15; _i7++) {
this.setFunctionModule(8, this.size - 15 + _i7, getBit(bits, _i7));
}
this.setFunctionModule(8, this.size - 8, true);
}
// Draws two copies of the version bits (with its own error correction code),
// based on this object's version field, iff 7 <= version <= 40.
}, {
key: "drawVersion",
value: function drawVersion() {
if (this.version < 7) {
return;
}
var rem = this.version;
for (var i = 0; i < 12; i++) {
rem = rem << 1 ^ (rem >>> 11) * 7973;
}
var bits = this.version << 12 | rem;
assert(bits >>> 18 == 0);
for (var _i8 = 0; _i8 < 18; _i8++) {
var color = getBit(bits, _i8);
var a = this.size - 11 + _i8 % 3;
var b = Math.floor(_i8 / 3);
this.setFunctionModule(a, b, color);
this.setFunctionModule(b, a, color);
}
}
// Draws a 9*9 finder pattern including the border separator,
// with the center module at (x, y). Modules can be out of bounds.
}, {
key: "drawFinderPattern",
value: function drawFinderPattern(x, y) {
for (var dy = -4; dy <= 4; dy++) {
for (var dx = -4; dx <= 4; dx++) {
var dist = Math.max(Math.abs(dx), Math.abs(dy));
var xx = x + dx;
var yy = y + dy;
if (0 <= xx && xx < this.size && 0 <= yy && yy < this.size) {
this.setFunctionModule(xx, yy, dist != 2 && dist != 4);
}
}
}
}
// Draws a 5*5 alignment pattern, with the center module
// at (x, y). All modules must be in bounds.
}, {
key: "drawAlignmentPattern",
value: function drawAlignmentPattern(x, y) {
for (var dy = -2; dy <= 2; dy++) {
for (var dx = -2; dx <= 2; dx++) this.setFunctionModule(x + dx, y + dy, Math.max(Math.abs(dx), Math.abs(dy)) != 1);
}
}
// Sets the color of a module and marks it as a function module.
// Only used by the constructor. Coordinates must be in bounds.
}, {
key: "setFunctionModule",
value: function setFunctionModule(x, y, isDark) {
this.modules[y][x] = isDark;
this.isFunction[y][x] = true;
}
/*-- Private helper methods for constructor: Codewords and masking --*/
// Returns a new byte string representing the given data with the appropriate error correction
// codewords appended to it, based on this object's version and error correction level.
}, {
key: "addEccAndInterleave",
value: function addEccAndInterleave(data) {
var ver = this.version;
var ecl = this.errorCorrectionLevel;
if (data.length != QrCode2.getNumDataCodewords(ver, ecl)) {
throw new RangeError("Invalid argument");
}
var numBlocks = QrCode2.NUM_ERROR_CORRECTION_BLOCKS[ecl.ordinal][ver];
var blockEccLen = QrCode2.ECC_CODEWORDS_PER_BLOCK[ecl.ordinal][ver];
var rawCodewords = Math.floor(QrCode2.getNumRawDataModules(ver) / 8);
var numShortBlocks = numBlocks - rawCodewords % numBlocks;
var shortBlockLen = Math.floor(rawCodewords / numBlocks);
var blocks = [];
var rsDiv = QrCode2.reedSolomonComputeDivisor(blockEccLen);
for (var i = 0, k = 0; i < numBlocks; i++) {
var dat = data.slice(k, k + shortBlockLen - blockEccLen + (i < numShortBlocks ? 0 : 1));
k += dat.length;
var ecc = QrCode2.reedSolomonComputeRemainder(dat, rsDiv);
if (i < numShortBlocks) {
dat.push(0);
}
blocks.push(dat.concat(ecc));
}
var result = [];
var _loop = function _loop2(_i92) {
blocks.forEach(function(block, j) {
if (_i92 != shortBlockLen - blockEccLen || j >= numShortBlocks) {
result.push(block[_i92]);
}
});
};
for (var _i9 = 0; _i9 < blocks[0].length; _i9++) {
_loop(_i9);
}
assert(result.length == rawCodewords);
return result;
}
// Draws the given sequence of 8-bit codewords (data and error correction) onto the entire
// data area of this QR Code. Function modules need to be marked off before this is called.
}, {
key: "drawCodewords",
value: function drawCodewords(data) {
if (data.length != Math.floor(QrCode2.getNumRawDataModules(this.version) / 8)) {
throw new RangeError("Invalid argument");
}
var i = 0;
for (var right = this.size - 1; right >= 1; right -= 2) {
if (right == 6) {
right = 5;
}
for (var vert = 0; vert < this.size; vert++) {
for (var j = 0; j < 2; j++) {
var x = right - j;
var upward = (right + 1 & 2) == 0;
var y = upward ? this.size - 1 - vert : vert;
if (!this.isFunction[y][x] && i < data.length * 8) {
this.modules[y][x] = getBit(data[i >>> 3], 7 - (i & 7));
i++;
}
}
}
}
assert(i == data.length * 8);
}
// XORs the codeword modules in this QR Code with the given mask pattern.
// The function modules must be marked and the codeword bits must be drawn
// before masking. Due to the arithmetic of XOR, calling applyMask() with
// the same mask value a second time will undo the mask. A final well-formed
// QR Code needs exactly one (not zero, two, etc.) mask applied.
}, {
key: "applyMask",
value: function applyMask(mask) {
if (mask < 0 || mask > 7) {
throw new RangeError("Mask value out of range");
}
for (var y = 0; y < this.size; y++) {
for (var x = 0; x < this.size; x++) {
var invert = void 0;
switch (mask) {
case 0:
invert = (x + y) % 2 == 0;
break;
case 1:
invert = y % 2 == 0;
break;
case 2:
invert = x % 3 == 0;
break;
case 3:
invert = (x + y) % 3 == 0;
break;
case 4:
invert = (Math.floor(x / 3) + Math.floor(y / 2)) % 2 == 0;
break;
case 5:
invert = x * y % 2 + x * y % 3 == 0;
break;
case 6:
invert = (x * y % 2 + x * y % 3) % 2 == 0;
break;
case 7:
invert = ((x + y) % 2 + x * y % 3) % 2 == 0;
break;
default:
throw new Error("Unreachable");
}
if (!this.isFunction[y][x] && invert) {
this.modules[y][x] = !this.modules[y][x];
}
}
}
}
// Calculates and returns the penalty score based on state of this QR Code's current modules.
// This is used by the automatic mask choice algorithm to find the mask pattern that yields the lowest score.
}, {
key: "getPenaltyScore",
value: function getPenaltyScore() {
var result = 0;
for (var y = 0; y < this.size; y++) {
var runColor = false;
var runX = 0;
var runHistory = [0, 0, 0, 0, 0, 0, 0];
for (var x = 0; x < this.size; x++) {
if (this.modules[y][x] == runColor) {
runX++;
if (runX == 5) {
result += QrCode2.PENALTY_N1;
} else if (runX > 5) {
result++;
}
} else {
this.finderPenaltyAddHistory(runX, runHistory);
if (!runColor) {
result += this.finderPenaltyCountPatterns(runHistory) * QrCode2.PENALTY_N3;
}
runColor = this.modules[y][x];
runX = 1;
}
}
result += this.finderPenaltyTerminateAndCount(runColor, runX, runHistory) * QrCode2.PENALTY_N3;
}
for (var _x = 0; _x < this.size; _x++) {
var _runColor = false;
var runY = 0;
var _runHistory = [0, 0, 0, 0, 0, 0, 0];
for (var _y = 0; _y < this.size; _y++) {
if (this.modules[_y][_x] == _runColor) {
runY++;
if (runY == 5) {
result += QrCode2.PENALTY_N1;
} else if (runY > 5) {
result++;
}
} else {
this.finderPenaltyAddHistory(runY, _runHistory);
if (!_runColor) {
result += this.finderPenaltyCountPatterns(_runHistory) * QrCode2.PENALTY_N3;
}
_runColor = this.modules[_y][_x];
runY = 1;
}
}
result += this.finderPenaltyTerminateAndCount(_runColor, runY, _runHistory) * QrCode2.PENALTY_N3;
}
for (var _y2 = 0; _y2 < this.size - 1; _y2++) {
for (var _x2 = 0; _x2 < this.size - 1; _x2++) {
var color = this.modules[_y2][_x2];
if (color == this.modules[_y2][_x2 + 1] && color == this.modules[_y2 + 1][_x2] && color == this.modules[_y2 + 1][_x2 + 1]) {
result += QrCode2.PENALTY_N2;
}
}
}
var dark = 0;
var _iterator3 = _createForOfIteratorHelper(this.modules), _step3;
try {
for (_iterator3.s(); !(_step3 = _iterator3.n()).done; ) {
var row = _step3.value;
dark = row.reduce(function(sum, color2) {
return sum + (color2 ? 1 : 0);
}, dark);
}
} catch (err) {
_iterator3.e(err);
} finally {
_iterator3.f();
}
var total = this.size * this.size;
var k = Math.ceil(Math.abs(dark * 20 - total * 10) / total) - 1;
assert(0 <= k && k <= 9);
result += k * QrCode2.PENALTY_N4;
assert(0 <= result && result <= 2568888);
return result;
}
/*-- Private helper functions --*/
// Returns an ascending list of positions of alignment patterns for this version number.
// Each position is in the range [0,177), and are used on both the x and y axes.
// This could be implemented as lookup table of 40 variable-length lists of numberegers.
}, {
key: "getAlignmentPatternPositions",
value: function getAlignmentPatternPositions() {
if (this.version == 1) {
return [];
} else {
var numAlign = Math.floor(this.version / 7) + 2;
var step = this.version == 32 ? 26 : Math.ceil((this.version * 4 + 4) / (numAlign * 2 - 2)) * 2;
var result = [6];
for (var pos = this.size - 7; result.length < numAlign; pos -= step) {
result.splice(1, 0, pos);
}
return result;
}
}
// Returns the number of data bits that can be stored in a QR Code of the given version number, after
// all function modules are excluded. This includes remainder bits, so it might not be a multiple of 8.
// The result is in the range [208, 29648]. This could be implemented as a 40-entry lookup table.
}, {
key: "finderPenaltyCountPatterns",
value: (
// Can only be called immediately after a light run is added, and
// returns either 0, 1, or 2. A helper function for getPenaltyScore().
function finderPenaltyCountPatterns(runHistory) {
var n2 = runHistory[1];
assert(n2 <= this.size * 3);
var core = n2 > 0 && runHistory[2] == n2 && runHistory[3] == n2 * 3 && runHistory[4] == n2 && runHistory[5] == n2;
return (core && runHistory[0] >= n2 * 4 && runHistory[6] >= n2 ? 1 : 0) + (core && runHistory[6] >= n2 * 4 && runHistory[0] >= n2 ? 1 : 0);
}
)
// Must be called at the end of a line (row or column) of modules. A helper function for getPenaltyScore().
}, {
key: "finderPenaltyTerminateAndCount",
value: function finderPenaltyTerminateAndCount(currentRunColor, oriCurrentRunLength, runHistory) {
var currentRunLength = oriCurrentRunLength;
if (currentRunColor) {
this.finderPenaltyAddHistory(currentRunLength, runHistory);
currentRunLength = 0;
}
currentRunLength += this.size;
this.finderPenaltyAddHistory(currentRunLength, runHistory);
return this.finderPenaltyCountPatterns(runHistory);
}
// Pushes the given value to the front and drops the last value. A helper function for getPenaltyScore().
}, {
key: "finderPenaltyAddHistory",
value: function finderPenaltyAddHistory(oriCurrentRunLength, runHistory) {
var currentRunLength = oriCurrentRunLength;
if (runHistory[0] == 0) {
currentRunLength += this.size;
}
runHistory.pop();
runHistory.unshift(currentRunLength);
}
/*-- Constants and tables --*/
// The minimum version number supported in the QR Code Model 2 standard.
}], [{
key: "encodeText",
value: (
/*-- Static factory functions (high level) --*/
// Returns a QR Code representing the given Unicode text string at the given error correction level.
// As a conservative upper bound, this function is guaranteed to succeed for strings that have 738 or fewer
// Unicode code ponumbers (not UTF-16 code units) if the low error correction level is used. The smallest possible
// QR Code version is automatically chosen for the output. The ECC level of the result may be higher than the
// ecl argument if it can be done without increasing the version.
function encodeText(text, ecl) {
var segs = QrSegment.makeSegments(text);
return QrCode2.encodeSegments(segs, ecl);
}
)
// Returns a QR Code representing the given binary data at the given error correction level.
// This function always encodes using the binary segment mode, not any text mode. The maximum number of
// bytes allowed is 2953. The smallest possible QR Code version is automatically chosen for the output.
// The ECC level of the result may be higher than the ecl argument if it can be done without increasing the version.
}, {
key: "encodeBinary",
value: function encodeBinary(data, ecl) {
var seg = QrSegment.makeBytes(data);
return QrCode2.encodeSegments([seg], ecl);
}
/*-- Static factory functions (mid level) --*/
// Returns a QR Code representing the given segments with the given encoding parameters.
// The smallest possible QR Code version within the given range is automatically
// chosen for the output. Iff boostEcl is true, then the ECC level of the result
// may be higher than the ecl argument if it can be done without increasing the
// version. The mask number is either between 0 to 7 (inclusive) to force that
// mask, or -1 to automatically choose an appropriate mask (which may be slow).
// This function allows the user to create a custom sequence of segments that switches
// between modes (such as alphanumeric and byte) to encode text in less space.
// This is a mid-level API; the high-level API is encodeText() and encodeBinary().
}, {
key: "encodeSegments",
value: function encodeSegments(segs, oriEcl) {
var minVersion = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : 1;
var maxVersion = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : 40;
var mask = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : -1;
var boostEcl = arguments.length > 5 && arguments[5] !== void 0 ? arguments[5] : true;
if (!(QrCode2.MIN_VERSION <= minVersion && minVersion <= maxVersion && maxVersion <= QrCode2.MAX_VERSION) || mask < -1 || mask > 7) {
throw new RangeError("Invalid value");
}
var version3;
var dataUsedBits;
for (version3 = minVersion; ; version3++) {
var _dataCapacityBits = QrCode2.getNumDataCodewords(version3, oriEcl) * 8;
var usedBits = QrSegment.getTotalBits(segs, version3);
if (usedBits <= _dataCapacityBits) {
dataUsedBits = usedBits;
break;
}
if (version3 >= maxVersion) {
throw new RangeError("Data too long");
}
}
var ecl = oriEcl;
for (var _i10 = 0, _arr = [Ecc.MEDIUM, Ecc.QUARTILE, Ecc.HIGH]; _i10 < _arr.length; _i10++) {
var newEcl = _arr[_i10];
if (boostEcl && dataUsedBits <= QrCode2.getNumDataCodewords(version3, newEcl) * 8) {
ecl = newEcl;
}
}
var bb = [];
var _iterator4 = _createForOfIteratorHelper(segs), _step4;
try {
for (_iterator4.s(); !(_step4 = _iterator4.n()).done; ) {
var seg = _step4.value;
appendBits(seg.mode.modeBits, 4, bb);
appendBits(seg.numChars, seg.mode.numCharCountBits(version3), bb);
var _iterator5 = _createForOfIteratorHelper(seg.getData()), _step5;
try {
for (_iterator5.s(); !(_step5 = _iterator5.n()).done; ) {
var b = _step5.value;
bb.push(b);
}
} catch (err) {
_iterator5.e(err);
} finally {
_iterator5.f();
}
}
} catch (err) {
_iterator4.e(err);
} finally {
_iterator4.f();
}
assert(bb.length == dataUsedBits);
var dataCapacityBits = QrCode2.getNumDataCodewords(version3, ecl) * 8;
assert(bb.length <= dataCapacityBits);
appendBits(0, Math.min(4, dataCapacityBits - bb.length), bb);
appendBits(0, (8 - bb.length % 8) % 8, bb);
assert(bb.length % 8 == 0);
for (var padByte = 236; bb.length < dataCapacityBits; padByte ^= 236 ^ 17) {
appendBits(padByte, 8, bb);
}
var dataCodewords = [];
while (dataCodewords.length * 8 < bb.length) {
dataCodewords.push(0);
}
bb.forEach(function(b2, i) {
dataCodewords[i >>> 3] |= b2 << 7 - (i & 7);
});
return new QrCode2(version3, ecl, dataCodewords, mask);
}
}, {
key: "getNumRawDataModules",
value: function getNumRawDataModules(ver) {
if (ver < QrCode2.MIN_VERSION || ver > QrCode2.MAX_VERSION) {
throw new RangeError("Version number out of range");
}
var result = (16 * ver + 128) * ver + 64;
if (ver >= 2) {
var numAlign = Math.floor(ver / 7) + 2;
result -= (25 * numAlign - 10) * numAlign - 55;
if (ver >= 7) {
result -= 36;
}
}
assert(208 <= result && result <= 29648);
return result;
}
// Returns the number of 8-bit data (i.e. not error correction) codewords contained in any
// QR Code of the given version number and error correction level, with remainder bits discarded.
// This stateless pure function could be implemented as a (40*4)-cell lookup table.
}, {
key: "getNumDataCodewords",
value: function getNumDataCodewords(ver, ecl) {
return Math.floor(QrCode2.getNumRawDataModules(ver) / 8) - QrCode2.ECC_CODEWORDS_PER_BLOCK[ecl.ordinal][ver] * QrCode2.NUM_ERROR_CORRECTION_BLOCKS[ecl.ordinal][ver];
}
// Returns a Reed-Solomon ECC generator polynomial for the given degree. This could be
// implemented as a lookup table over all possible parameter values, instead of as an algorithm.
}, {
key: "reedSolomonComputeDivisor",
value: function reedSolomonComputeDivisor(degree) {
if (degree < 1 || degree > 255) {
throw new RangeError("Degree out of range");
}
var result = [];
for (var i = 0; i < degree - 1; i++) {
result.push(0);
}
result.push(1);
var root = 1;
for (var _i11 = 0; _i11 < degree; _i11++) {
for (var j = 0; j < result.length; j++) {
result[j] = QrCode2.reedSolomonMultiply(result[j], root);
if (j + 1 < result.length) {
result[j] ^= result[j + 1];
}
}
root = QrCode2.reedSolomonMultiply(root, 2);
}
return result;
}
// Returns the Reed-Solomon error correction codeword for the given data and divisor polynomials.
}, {
key: "reedSolomonComputeRemainder",
value: function reedSolomonComputeRemainder(data, divisor) {
var result = divisor.map(function() {
return 0;
});
var _iterator6 = _createForOfIteratorHelper(data), _step6;
try {
var _loop2 = function _loop22() {
var b = _step6.value;
var factor = b ^ result.shift();
result.push(0);
divisor.forEach(function(coef, i) {
result[i] ^= QrCode2.reedSolomonMultiply(coef, factor);
});
};
for (_iterator6.s(); !(_step6 = _iterator6.n()).done; ) {
_loop2();
}
} catch (err) {
_iterator6.e(err);
} finally {
_iterator6.f();
}
return result;
}
// Returns the product of the two given field elements modulo GF(2^8/0x11D). The arguments and result
// are unsigned 8-bit numberegers. This could be implemented as a lookup table of 256*256 entries of unumber8.
}, {
key: "reedSolomonMultiply",
value: function reedSolomonMultiply(x, y) {
if (x >>> 8 != 0 || y >>> 8 != 0) {
throw new RangeError("Byte out of range");
}
var z = 0;
for (var i = 7; i >= 0; i--) {
z = z << 1 ^ (z >>> 7) * 285;
z ^= (y >>> i & 1) * x;
}
assert(z >>> 8 == 0);
return z;
}
}]);
return QrCode2;
}();
_defineProperty(QrCode, "MIN_VERSION", 1);
_defineProperty(QrCode, "MAX_VERSION", 40);
_defineProperty(QrCode, "PENALTY_N1", 3);
_defineProperty(QrCode, "PENALTY_N2", 3);
_defineProperty(QrCode, "PENALTY_N3", 40);
_defineProperty(QrCode, "PENALTY_N4", 10);
_defineProperty(QrCode, "ECC_CODEWORDS_PER_BLOCK", [
// Version: (note that index 0 is for padding, and is set to an illegal value)
//0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40 Error correction level
[-1, 7, 10, 15, 20, 26, 18, 20, 24, 30, 18, 20, 24, 26, 30, 22, 24, 28, 30, 28, 28, 28, 28, 30, 30, 26, 28, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30],
// Low
[-1, 10, 16, 26, 18, 24, 16, 18, 22, 22, 26, 30, 22, 22, 24, 24, 28, 28, 26, 26, 26, 26, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28],
// Medium
[-1, 13, 22, 18, 26, 18, 24, 18, 22, 20, 24, 28, 26, 24, 20, 30, 24, 28, 28, 26, 30, 28, 30, 30, 30, 30, 28, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30],
// Quartile
[-1, 17, 28, 22, 16, 22, 28, 26, 26, 24, 28, 24, 28, 22, 24, 24, 30, 28, 28, 26, 28, 30, 24, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30]
// High
]);
_defineProperty(QrCode, "NUM_ERROR_CORRECTION_BLOCKS", [
// Version: (note that index 0 is for padding, and is set to an illegal value)
//0, 1, 2, 3, 4, 5, 6, 7, 8, 9,10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40 Error correction level
[-1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 4, 4, 4, 4, 4, 6, 6, 6, 6, 7, 8, 8, 9, 9, 10, 12, 12, 12, 13, 14, 15, 16, 17, 18, 19, 19, 20, 21, 22, 24, 25],
// Low
[-1, 1, 1, 1, 2, 2, 4, 4, 4, 5, 5, 5, 8, 9, 9, 10, 10, 11, 13, 14, 16, 17, 17, 18, 20, 21, 23, 25, 26, 28, 29, 31, 33, 35, 37, 38, 40, 43, 45, 47, 49],
// Medium
[-1, 1, 1, 2, 2, 4, 4, 6, 6, 8, 8, 8, 10, 12, 16, 12, 17, 16, 18, 21, 20, 23, 23, 25, 27, 29, 34, 34, 35, 38, 40, 43, 45, 48, 51, 53, 56, 59, 62, 65, 68],
// Quartile
[-1, 1, 1, 2, 4, 4, 4, 5, 6, 8, 8, 11, 11, 16, 16, 18, 16, 19, 21, 25, 25, 25, 34, 30, 32, 35, 37, 40, 42, 45, 48, 51, 54, 57, 60, 63, 66, 70, 74, 77, 81]
// High
]);
// node_modules/@rc-component/qrcode/es/utils.js
var ERROR_LEVEL_MAP = {
L: Ecc.LOW,
M: Ecc.MEDIUM,
Q: Ecc.QUARTILE,
H: Ecc.HIGH
};
var DEFAULT_SIZE3 = 128;
var DEFAULT_LEVEL = "L";
var DEFAULT_BACKGROUND_COLOR = "#FFFFFF";
var DEFAULT_FRONT_COLOR = "#000000";
var DEFAULT_NEED_MARGIN = false;
var DEFAULT_MINVERSION = 1;
var SPEC_MARGIN_SIZE = 4;
var DEFAULT_MARGIN_SIZE = 0;
var DEFAULT_IMG_SCALE = 0.1;
var generatePath = function generatePath2(modules) {
var margin = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 0;
var ops = [];
modules.forEach(function(row, y) {
var start = null;
row.forEach(function(cell, x) {
if (!cell && start !== null) {
ops.push("M".concat(start + margin, " ").concat(y + margin, "h").concat(x - start, "v1H").concat(start + margin, "z"));
start = null;
return;
}
if (x === row.length - 1) {
if (!cell) {
return;
}
if (start === null) {
ops.push("M".concat(x + margin, ",").concat(y + margin, " h1v1H").concat(x + margin, "z"));
} else {
ops.push("M".concat(start + margin, ",").concat(y + margin, " h").concat(x + 1 - start, "v1H").concat(start + margin, "z"));
}
return;
}
if (cell && start === null) {
start = x;
}
});
});
return ops.join("");
};
var excavateModules = function excavateModules2(modules, excavation) {
return modules.slice().map(function(row, y) {
if (y < excavation.y || y >= excavation.y + excavation.h) {
return row;
}
return row.map(function(cell, x) {
if (x < excavation.x || x >= excavation.x + excavation.w) {
return cell;
}
return false;
});
});
};
var getImageSettings = function getImageSettings2(cells, size, margin, imageSettings) {
if (imageSettings == null) {
return null;
}
var numCells = cells.length + margin * 2;
var defaultSize = Math.floor(size * DEFAULT_IMG_SCALE);
var scale = numCells / size;
var w = (imageSettings.width || defaultSize) * scale;
var h = (imageSettings.height || defaultSize) * scale;
var x = imageSettings.x == null ? cells.length / 2 - w / 2 : imageSettings.x * scale;
var y = imageSettings.y == null ? cells.length / 2 - h / 2 : imageSettings.y * scale;
var opacity = imageSettings.opacity == null ? 1 : imageSettings.opacity;
var excavation = null;
if (imageSettings.excavate) {
var floorX = Math.floor(x);
var floorY = Math.floor(y);
var ceilW = Math.ceil(w + x - floorX);
var ceilH = Math.ceil(h + y - floorY);
excavation = {
x: floorX,
y: floorY,
w: ceilW,
h: ceilH
};
}
var crossOrigin = imageSettings.crossOrigin;
return {
x,
y,
h,
w,
excavation,
opacity,
crossOrigin
};
};
var getMarginSize = function getMarginSize2(needMargin, marginSize) {
if (marginSize != null) {
return Math.max(Math.floor(marginSize), 0);
}
return needMargin ? SPEC_MARGIN_SIZE : DEFAULT_MARGIN_SIZE;
};
var isSupportPath2d = function() {
try {
new Path2D().addPath(new Path2D());
} catch (_unused) {
return false;
}
return true;
}();
// node_modules/@rc-component/qrcode/es/QRCodeCanvas.js
var import_react180 = __toESM(require_react());
// node_modules/@rc-component/qrcode/es/hooks/useQRCode.js
var import_react179 = __toESM(require_react());
var useQRCode = function useQRCode2(opt) {
var value = opt.value, level = opt.level, minVersion = opt.minVersion, includeMargin = opt.includeMargin, marginSize = opt.marginSize, imageSettings = opt.imageSettings, size = opt.size, boostLevel = opt.boostLevel;
var memoizedQrcode = import_react179.default.useMemo(function() {
var values = Array.isArray(value) ? value : [value];
var segments = values.reduce(function(acc, val) {
acc.push.apply(acc, _toConsumableArray(QrSegment.makeSegments(val)));
return acc;
}, []);
return QrCode.encodeSegments(segments, ERROR_LEVEL_MAP[level], minVersion, void 0, void 0, boostLevel);
}, [value, level, minVersion, boostLevel]);
return import_react179.default.useMemo(function() {
var cs = memoizedQrcode.getModules();
var mg = getMarginSize(includeMargin, marginSize);
var ncs = cs.length + mg * 2;
var cis = getImageSettings(cs, size, mg, imageSettings);
return {
cells: cs,
margin: mg,
numCells: ncs,
calculatedImageSettings: cis,
qrcode: memoizedQrcode
};
}, [memoizedQrcode, size, imageSettings, includeMargin, marginSize]);
};
// node_modules/@rc-component/qrcode/es/QRCodeCanvas.js
var _excluded64 = ["value", "size", "level", "bgColor", "fgColor", "includeMargin", "minVersion", "marginSize", "style", "imageSettings", "boostLevel"];
var QRCodeCanvas = import_react180.default.forwardRef(function(props, ref) {
var value = props.value, _props$size = props.size, size = _props$size === void 0 ? DEFAULT_SIZE3 : _props$size, _props$level = props.level, level = _props$level === void 0 ? DEFAULT_LEVEL : _props$level, _props$bgColor = props.bgColor, bgColor = _props$bgColor === void 0 ? DEFAULT_BACKGROUND_COLOR : _props$bgColor, _props$fgColor = props.fgColor, fgColor = _props$fgColor === void 0 ? DEFAULT_FRONT_COLOR : _props$fgColor, _props$includeMargin = props.includeMargin, includeMargin = _props$includeMargin === void 0 ? DEFAULT_NEED_MARGIN : _props$includeMargin, _props$minVersion = props.minVersion, minVersion = _props$minVersion === void 0 ? DEFAULT_MINVERSION : _props$minVersion, marginSize = props.marginSize, style2 = props.style, imageSettings = props.imageSettings, boostLevel = props.boostLevel, otherProps = _objectWithoutProperties(props, _excluded64);
var imgSrc = imageSettings === null || imageSettings === void 0 ? void 0 : imageSettings.src;
var _canvas = import_react180.default.useRef(null);
var _image = import_react180.default.useRef(null);
var setCanvasRef = import_react180.default.useCallback(function(node2) {
_canvas.current = node2;
if (typeof ref === "function") {
ref(node2);
} else if (ref) {
ref.current = node2;
}
}, [ref]);
var _React$useState = import_react180.default.useState(false), _React$useState2 = _slicedToArray(_React$useState, 2), setIsImageLoaded = _React$useState2[1];
var _useQRCode = useQRCode({
value,
level,
minVersion,
includeMargin,
marginSize,
imageSettings,
size,
boostLevel
}), margin = _useQRCode.margin, cells = _useQRCode.cells, numCells = _useQRCode.numCells, calculatedImageSettings = _useQRCode.calculatedImageSettings;
import_react180.default.useEffect(function() {
if (_canvas.current) {
var canvas = _canvas.current;
var ctx = canvas.getContext("2d");
if (!ctx) {
return;
}
var cellsToDraw = cells;
var image = _image.current;
var haveImageToRender = calculatedImageSettings != null && image !== null && image.complete && image.naturalHeight !== 0 && image.naturalWidth !== 0;
if (haveImageToRender) {
if (calculatedImageSettings.excavation != null) {
cellsToDraw = excavateModules(cells, calculatedImageSettings.excavation);
}
}
var pixelRatio = window.devicePixelRatio || 1;
canvas.height = canvas.width = size * pixelRatio;
var scale = size / numCells * pixelRatio;
ctx.scale(scale, scale);
ctx.fillStyle = bgColor;
ctx.fillRect(0, 0, numCells, numCells);
ctx.fillStyle = fgColor;
if (isSupportPath2d) {
ctx.fill(new Path2D(generatePath(cellsToDraw, margin)));
} else {
cells.forEach(function(row, rdx) {
row.forEach(function(cell, cdx) {
if (cell) {
ctx.fillRect(cdx + margin, rdx + margin, 1, 1);
}
});
});
}
if (calculatedImageSettings) {
ctx.globalAlpha = calculatedImageSettings.opacity;
}
if (haveImageToRender) {
ctx.drawImage(image, calculatedImageSettings.x + margin, calculatedImageSettings.y + margin, calculatedImageSettings.w, calculatedImageSettings.h);
}
}
});
import_react180.default.useEffect(function() {
setIsImageLoaded(false);
}, [imgSrc]);
var canvasStyle = _objectSpread2({
height: size,
width: size
}, style2);
var img = null;
if (imgSrc != null) {
img = import_react180.default.createElement("img", {
alt: "QR-Code",
src: imgSrc,
key: imgSrc,
style: {
display: "none"
},
onLoad: function onLoad() {
setIsImageLoaded(true);
},
ref: _image,
crossOrigin: calculatedImageSettings === null || calculatedImageSettings === void 0 ? void 0 : calculatedImageSettings.crossOrigin
});
}
return import_react180.default.createElement(import_react180.default.Fragment, null, import_react180.default.createElement("canvas", _extends({
style: canvasStyle,
height: size,
width: size,
ref: setCanvasRef,
role: "img"
}, otherProps)), img);
});
if (true) {
QRCodeCanvas.displayName = "QRCodeCanvas";
}
// node_modules/@rc-component/qrcode/es/QRCodeSVG.js
var import_react181 = __toESM(require_react());
var _excluded65 = ["value", "size", "level", "bgColor", "fgColor", "includeMargin", "minVersion", "title", "marginSize", "imageSettings", "boostLevel"];
var QRCodeSVG = import_react181.default.forwardRef(function(props, ref) {
var value = props.value, _props$size = props.size, size = _props$size === void 0 ? DEFAULT_SIZE3 : _props$size, _props$level = props.level, level = _props$level === void 0 ? DEFAULT_LEVEL : _props$level, _props$bgColor = props.bgColor, bgColor = _props$bgColor === void 0 ? DEFAULT_BACKGROUND_COLOR : _props$bgColor, _props$fgColor = props.fgColor, fgColor = _props$fgColor === void 0 ? DEFAULT_FRONT_COLOR : _props$fgColor, _props$includeMargin = props.includeMargin, includeMargin = _props$includeMargin === void 0 ? DEFAULT_NEED_MARGIN : _props$includeMargin, _props$minVersion = props.minVersion, minVersion = _props$minVersion === void 0 ? DEFAULT_MINVERSION : _props$minVersion, title = props.title, marginSize = props.marginSize, imageSettings = props.imageSettings, boostLevel = props.boostLevel, otherProps = _objectWithoutProperties(props, _excluded65);
var _useQRCode = useQRCode({
value,
level,
minVersion,
includeMargin,
marginSize,
imageSettings,
size,
boostLevel
}), margin = _useQRCode.margin, cells = _useQRCode.cells, numCells = _useQRCode.numCells, calculatedImageSettings = _useQRCode.calculatedImageSettings;
var cellsToDraw = cells;
var image = null;
if (imageSettings != null && calculatedImageSettings != null) {
if (calculatedImageSettings.excavation != null) {
cellsToDraw = excavateModules(cells, calculatedImageSettings.excavation);
}
image = import_react181.default.createElement("image", {
href: imageSettings.src,
height: calculatedImageSettings.h,
width: calculatedImageSettings.w,
x: calculatedImageSettings.x + margin,
y: calculatedImageSettings.y + margin,
preserveAspectRatio: "none",
opacity: calculatedImageSettings.opacity,
crossOrigin: calculatedImageSettings.crossOrigin
});
}
var fgPath = generatePath(cellsToDraw, margin);
return import_react181.default.createElement("svg", _extends({
height: size,
width: size,
viewBox: "0 0 ".concat(numCells, " ").concat(numCells),
ref,
role: "img"
}, otherProps), !!title && import_react181.default.createElement("title", null, title), import_react181.default.createElement("path", {
fill: bgColor,
d: "M0,0 h".concat(numCells, "v").concat(numCells, "H0z"),
shapeRendering: "crispEdges"
}), import_react181.default.createElement("path", {
fill: fgColor,
d: fgPath,
shapeRendering: "crispEdges"
}), image);
});
if (true) {
QRCodeSVG.displayName = "QRCodeSVG";
}
// node_modules/antd/es/qr-code/index.js
var import_classnames220 = __toESM(require_classnames());
// node_modules/antd/es/qr-code/QrcodeStatus.js
var import_react182 = __toESM(require_react());
var defaultSpin = import_react182.default.createElement(spin_default, null);
function QRcodeStatus({
prefixCls,
locale: locale6,
onRefresh,
statusRender,
status
}) {
const defaultExpiredNode = import_react182.default.createElement(import_react182.default.Fragment, null, import_react182.default.createElement("p", {
className: `${prefixCls}-expired`
}, locale6 === null || locale6 === void 0 ? void 0 : locale6.expired), onRefresh && import_react182.default.createElement(button_default2, {
type: "link",
icon: import_react182.default.createElement(ReloadOutlined_default, null),
onClick: onRefresh
}, locale6 === null || locale6 === void 0 ? void 0 : locale6.refresh));
const defaultScannedNode = import_react182.default.createElement("p", {
className: `${prefixCls}-scanned`
}, locale6 === null || locale6 === void 0 ? void 0 : locale6.scanned);
const defaultNodes = {
expired: defaultExpiredNode,
loading: defaultSpin,
scanned: defaultScannedNode
};
const defaultStatusRender = (info) => defaultNodes[info.status];
const mergedStatusRender = statusRender !== null && statusRender !== void 0 ? statusRender : defaultStatusRender;
return mergedStatusRender({
status,
locale: locale6,
onRefresh
});
}
// node_modules/antd/es/qr-code/style/index.js
var genQRCodeStyle = (token2) => {
const {
componentCls,
lineWidth,
lineType,
colorSplit
} = token2;
return {
[componentCls]: Object.assign(Object.assign({}, resetComponent(token2)), {
display: "flex",
justifyContent: "center",
alignItems: "center",
padding: token2.paddingSM,
backgroundColor: token2.colorWhite,
borderRadius: token2.borderRadiusLG,
border: `${unit2(lineWidth)} ${lineType} ${colorSplit}`,
position: "relative",
overflow: "hidden",
[`& > ${componentCls}-mask`]: {
position: "absolute",
insetBlockStart: 0,
insetInlineStart: 0,
zIndex: 10,
display: "flex",
flexDirection: "column",
justifyContent: "center",
alignItems: "center",
width: "100%",
height: "100%",
color: token2.colorText,
lineHeight: token2.lineHeight,
background: token2.QRCodeMaskBackgroundColor,
textAlign: "center",
[`& > ${componentCls}-expired, & > ${componentCls}-scanned`]: {
color: token2.QRCodeTextColor
}
},
"> canvas": {
alignSelf: "stretch",
flex: "auto",
minWidth: 0
},
"&-icon": {
marginBlockEnd: token2.marginXS,
fontSize: token2.controlHeight
}
}),
[`${componentCls}-borderless`]: {
borderColor: "transparent",
padding: 0,
borderRadius: 0
}
};
};
var prepareComponentToken44 = (token2) => ({
QRCodeMaskBackgroundColor: new FastColor(token2.colorBgContainer).setA(0.96).toRgbString()
});
var style_default50 = genStyleHooks("QRCode", (token2) => {
const mergedToken = merge2(token2, {
QRCodeTextColor: token2.colorText
});
return genQRCodeStyle(mergedToken);
}, prepareComponentToken44);
// node_modules/antd/es/qr-code/index.js
var __rest93 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var QRCode = (props) => {
var _a, _b, _c, _d;
const [, token2] = useToken();
const {
value,
type: type5 = "canvas",
icon = "",
size = 160,
iconSize,
color = token2.colorText,
errorLevel = "M",
status = "active",
bordered = true,
onRefresh,
style: style2,
className,
rootClassName,
prefixCls: customizePrefixCls,
bgColor = "transparent",
statusRender,
boostLevel
/* 👈 5.28.0+ */
} = props, rest = __rest93(props, ["value", "type", "icon", "size", "iconSize", "color", "errorLevel", "status", "bordered", "onRefresh", "style", "className", "rootClassName", "prefixCls", "bgColor", "statusRender", "boostLevel"]);
const {
getPrefixCls
} = (0, import_react183.useContext)(ConfigContext);
const prefixCls = getPrefixCls("qrcode", customizePrefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default50(prefixCls);
const imageSettings = {
src: icon,
x: void 0,
y: void 0,
height: typeof iconSize === "number" ? iconSize : (_a = iconSize === null || iconSize === void 0 ? void 0 : iconSize.height) !== null && _a !== void 0 ? _a : 40,
width: typeof iconSize === "number" ? iconSize : (_b = iconSize === null || iconSize === void 0 ? void 0 : iconSize.width) !== null && _b !== void 0 ? _b : 40,
excavate: true,
crossOrigin: "anonymous"
};
const a11yProps = pickAttrs(rest, true);
const restProps = omit(rest, Object.keys(a11yProps));
const qrCodeProps = Object.assign({
value,
size,
level: errorLevel,
bgColor,
fgColor: color,
style: {
width: style2 === null || style2 === void 0 ? void 0 : style2.width,
height: style2 === null || style2 === void 0 ? void 0 : style2.height
},
imageSettings: icon ? imageSettings : void 0,
boostLevel
}, a11yProps);
const [locale6] = useLocale_default("QRCode");
if (true) {
const warning5 = devUseWarning("QRCode");
true ? warning5(!!value, "usage", "need to receive `value` props") : void 0;
true ? warning5(!(icon && errorLevel === "L"), "usage", "ErrorLevel `L` is not recommended to be used with `icon`, for scanning result would be affected by low level.") : void 0;
}
if (!value) {
return null;
}
const mergedCls = (0, import_classnames220.default)(prefixCls, className, rootClassName, hashId, cssVarCls, {
[`${prefixCls}-borderless`]: !bordered
});
const mergedStyle = Object.assign(Object.assign({
backgroundColor: bgColor
}, style2), {
width: (_c = style2 === null || style2 === void 0 ? void 0 : style2.width) !== null && _c !== void 0 ? _c : size,
height: (_d = style2 === null || style2 === void 0 ? void 0 : style2.height) !== null && _d !== void 0 ? _d : size
});
return wrapCSSVar(import_react183.default.createElement("div", Object.assign({}, restProps, {
className: mergedCls,
style: mergedStyle
}), status !== "active" && import_react183.default.createElement("div", {
className: `${prefixCls}-mask`
}, import_react183.default.createElement(QRcodeStatus, {
prefixCls,
locale: locale6,
status,
onRefresh,
statusRender
})), type5 === "canvas" ? import_react183.default.createElement(QRCodeCanvas, Object.assign({}, qrCodeProps)) : import_react183.default.createElement(QRCodeSVG, Object.assign({}, qrCodeProps))));
};
if (true) {
QRCode.displayName = "QRCode";
}
var qr_code_default = QRCode;
// node_modules/antd/es/rate/index.js
var React495 = __toESM(require_react());
var import_classnames223 = __toESM(require_classnames());
// node_modules/rc-rate/es/Rate.js
var import_classnames222 = __toESM(require_classnames());
var import_react185 = __toESM(require_react());
// node_modules/rc-rate/es/Star.js
var import_react184 = __toESM(require_react());
var import_classnames221 = __toESM(require_classnames());
function Star(props, ref) {
var disabled = props.disabled, prefixCls = props.prefixCls, character2 = props.character, characterRender = props.characterRender, index3 = props.index, count = props.count, value = props.value, allowHalf = props.allowHalf, focused = props.focused, onHover = props.onHover, onClick = props.onClick;
var onInternalHover = function onInternalHover2(e3) {
onHover(e3, index3);
};
var onInternalClick = function onInternalClick2(e3) {
onClick(e3, index3);
};
var onInternalKeyDown = function onInternalKeyDown2(e3) {
if (e3.keyCode === KeyCode_default.ENTER) {
onClick(e3, index3);
}
};
var starValue = index3 + 1;
var classNameList = /* @__PURE__ */ new Set([prefixCls]);
if (value === 0 && index3 === 0 && focused) {
classNameList.add("".concat(prefixCls, "-focused"));
} else if (allowHalf && value + 0.5 >= starValue && value < starValue) {
classNameList.add("".concat(prefixCls, "-half"));
classNameList.add("".concat(prefixCls, "-active"));
if (focused) {
classNameList.add("".concat(prefixCls, "-focused"));
}
} else {
if (starValue <= value) {
classNameList.add("".concat(prefixCls, "-full"));
} else {
classNameList.add("".concat(prefixCls, "-zero"));
}
if (starValue === value && focused) {
classNameList.add("".concat(prefixCls, "-focused"));
}
}
var characterNode = typeof character2 === "function" ? character2(props) : character2;
var start = import_react184.default.createElement("li", {
className: (0, import_classnames221.default)(Array.from(classNameList)),
ref
}, import_react184.default.createElement("div", {
onClick: disabled ? null : onInternalClick,
onKeyDown: disabled ? null : onInternalKeyDown,
onMouseMove: disabled ? null : onInternalHover,
role: "radio",
"aria-checked": value > index3 ? "true" : "false",
"aria-posinset": index3 + 1,
"aria-setsize": count,
tabIndex: disabled ? -1 : 0
}, import_react184.default.createElement("div", {
className: "".concat(prefixCls, "-first")
}, characterNode), import_react184.default.createElement("div", {
className: "".concat(prefixCls, "-second")
}, characterNode)));
if (characterRender) {
start = characterRender(start, props);
}
return start;
}
var Star_default = import_react184.default.forwardRef(Star);
// node_modules/rc-rate/es/useRefs.js
var React493 = __toESM(require_react());
function useRefs() {
var nodeRef = React493.useRef({});
function getRef(index3) {
return nodeRef.current[index3];
}
function setRef(index3) {
return function(node2) {
nodeRef.current[index3] = node2;
};
}
return [getRef, setRef];
}
// node_modules/rc-rate/es/util.js
function getScroll3(w) {
var ret = w.pageXOffset;
var method4 = "scrollLeft";
if (typeof ret !== "number") {
var d = w.document;
ret = d.documentElement[method4];
if (typeof ret !== "number") {
ret = d.body[method4];
}
}
return ret;
}
function getClientPosition(elem) {
var x;
var y;
var doc = elem.ownerDocument;
var body = doc.body;
var docElem = doc && doc.documentElement;
var box2 = elem.getBoundingClientRect();
x = box2.left;
y = box2.top;
x -= docElem.clientLeft || body.clientLeft || 0;
y -= docElem.clientTop || body.clientTop || 0;
return {
left: x,
top: y
};
}
function getOffsetLeft(el) {
var pos = getClientPosition(el);
var doc = el.ownerDocument;
var w = doc.defaultView || doc.parentWindow;
pos.left += getScroll3(w);
return pos.left;
}
// node_modules/rc-rate/es/Rate.js
var _excluded66 = ["prefixCls", "className", "defaultValue", "value", "count", "allowHalf", "allowClear", "keyboard", "character", "characterRender", "disabled", "direction", "tabIndex", "autoFocus", "onHoverChange", "onChange", "onFocus", "onBlur", "onKeyDown", "onMouseLeave"];
function Rate(props, ref) {
var _props$prefixCls = props.prefixCls, prefixCls = _props$prefixCls === void 0 ? "rc-rate" : _props$prefixCls, className = props.className, defaultValue = props.defaultValue, propValue = props.value, _props$count = props.count, count = _props$count === void 0 ? 5 : _props$count, _props$allowHalf = props.allowHalf, allowHalf = _props$allowHalf === void 0 ? false : _props$allowHalf, _props$allowClear = props.allowClear, allowClear = _props$allowClear === void 0 ? true : _props$allowClear, _props$keyboard = props.keyboard, keyboard = _props$keyboard === void 0 ? true : _props$keyboard, _props$character = props.character, character2 = _props$character === void 0 ? "★" : _props$character, characterRender = props.characterRender, disabled = props.disabled, _props$direction = props.direction, direction = _props$direction === void 0 ? "ltr" : _props$direction, _props$tabIndex = props.tabIndex, tabIndex = _props$tabIndex === void 0 ? 0 : _props$tabIndex, autoFocus = props.autoFocus, onHoverChange = props.onHoverChange, onChange = props.onChange, onFocus = props.onFocus, onBlur = props.onBlur, onKeyDown2 = props.onKeyDown, onMouseLeave = props.onMouseLeave, restProps = _objectWithoutProperties(props, _excluded66);
var _useRefs = useRefs(), _useRefs2 = _slicedToArray(_useRefs, 2), getStarRef = _useRefs2[0], setStarRef = _useRefs2[1];
var rateRef = import_react185.default.useRef(null);
var triggerFocus2 = function triggerFocus3() {
if (!disabled) {
var _rateRef$current;
(_rateRef$current = rateRef.current) === null || _rateRef$current === void 0 || _rateRef$current.focus();
}
};
import_react185.default.useImperativeHandle(ref, function() {
return {
focus: triggerFocus2,
blur: function blur() {
if (!disabled) {
var _rateRef$current2;
(_rateRef$current2 = rateRef.current) === null || _rateRef$current2 === void 0 || _rateRef$current2.blur();
}
}
};
});
var _useMergedState = useMergedState(defaultValue || 0, {
value: propValue
}), _useMergedState2 = _slicedToArray(_useMergedState, 2), value = _useMergedState2[0], setValue = _useMergedState2[1];
var _useMergedState3 = useMergedState(null), _useMergedState4 = _slicedToArray(_useMergedState3, 2), cleanedValue = _useMergedState4[0], setCleanedValue = _useMergedState4[1];
var getStarValue = function getStarValue2(index3, x) {
var reverse = direction === "rtl";
var starValue = index3 + 1;
if (allowHalf) {
var starEle = getStarRef(index3);
var leftDis = getOffsetLeft(starEle);
var width = starEle.clientWidth;
if (reverse && x - leftDis > width / 2) {
starValue -= 0.5;
} else if (!reverse && x - leftDis < width / 2) {
starValue -= 0.5;
}
}
return starValue;
};
var changeValue = function changeValue2(nextValue) {
setValue(nextValue);
onChange === null || onChange === void 0 || onChange(nextValue);
};
var _React$useState = import_react185.default.useState(false), _React$useState2 = _slicedToArray(_React$useState, 2), focused = _React$useState2[0], setFocused = _React$useState2[1];
var onInternalFocus = function onInternalFocus2() {
setFocused(true);
onFocus === null || onFocus === void 0 || onFocus();
};
var onInternalBlur = function onInternalBlur2() {
setFocused(false);
onBlur === null || onBlur === void 0 || onBlur();
};
var _React$useState3 = import_react185.default.useState(null), _React$useState4 = _slicedToArray(_React$useState3, 2), hoverValue = _React$useState4[0], setHoverValue = _React$useState4[1];
var onHover = function onHover2(event, index3) {
var nextHoverValue = getStarValue(index3, event.pageX);
if (nextHoverValue !== cleanedValue) {
setHoverValue(nextHoverValue);
setCleanedValue(null);
}
onHoverChange === null || onHoverChange === void 0 || onHoverChange(nextHoverValue);
};
var onMouseLeaveCallback = function onMouseLeaveCallback2(event) {
if (!disabled) {
setHoverValue(null);
setCleanedValue(null);
onHoverChange === null || onHoverChange === void 0 || onHoverChange(void 0);
}
if (event) {
onMouseLeave === null || onMouseLeave === void 0 || onMouseLeave(event);
}
};
var onClick = function onClick2(event, index3) {
var newValue = getStarValue(index3, event.pageX);
var isReset = false;
if (allowClear) {
isReset = newValue === value;
}
onMouseLeaveCallback();
changeValue(isReset ? 0 : newValue);
setCleanedValue(isReset ? newValue : null);
};
var onInternalKeyDown = function onInternalKeyDown2(event) {
var keyCode = event.keyCode;
var reverse = direction === "rtl";
var step = allowHalf ? 0.5 : 1;
if (keyboard) {
if (keyCode === KeyCode_default.RIGHT && value < count && !reverse) {
changeValue(value + step);
event.preventDefault();
} else if (keyCode === KeyCode_default.LEFT && value > 0 && !reverse) {
changeValue(value - step);
event.preventDefault();
} else if (keyCode === KeyCode_default.RIGHT && value > 0 && reverse) {
changeValue(value - step);
event.preventDefault();
} else if (keyCode === KeyCode_default.LEFT && value < count && reverse) {
changeValue(value + step);
event.preventDefault();
}
}
onKeyDown2 === null || onKeyDown2 === void 0 || onKeyDown2(event);
};
import_react185.default.useEffect(function() {
if (autoFocus && !disabled) {
triggerFocus2();
}
}, []);
var starNodes = new Array(count).fill(0).map(function(item, index3) {
return import_react185.default.createElement(Star_default, {
ref: setStarRef(index3),
index: index3,
count,
disabled,
prefixCls: "".concat(prefixCls, "-star"),
allowHalf,
value: hoverValue === null ? value : hoverValue,
onClick,
onHover,
key: item || index3,
character: character2,
characterRender,
focused
});
});
var classString = (0, import_classnames222.default)(prefixCls, className, _defineProperty(_defineProperty({}, "".concat(prefixCls, "-disabled"), disabled), "".concat(prefixCls, "-rtl"), direction === "rtl"));
return import_react185.default.createElement("ul", _extends({
className: classString,
onMouseLeave: onMouseLeaveCallback,
tabIndex: disabled ? -1 : tabIndex,
onFocus: disabled ? null : onInternalFocus,
onBlur: disabled ? null : onInternalBlur,
onKeyDown: disabled ? null : onInternalKeyDown,
ref: rateRef
}, pickAttrs(restProps, {
aria: true,
data: true,
attr: true
})), starNodes);
}
var Rate_default = import_react185.default.forwardRef(Rate);
// node_modules/rc-rate/es/index.js
var es_default30 = Rate_default;
// node_modules/antd/es/rate/style/index.js
var genRateStarStyle = (token2) => {
const {
componentCls
} = token2;
return {
[`${componentCls}-star`]: {
position: "relative",
display: "inline-block",
color: "inherit",
cursor: "pointer",
"&:not(:last-child)": {
marginInlineEnd: token2.marginXS
},
"> div": {
transition: `all ${token2.motionDurationMid}, outline 0s`,
"&:hover": {
transform: token2.starHoverScale
},
"&:focus": {
outline: 0
},
"&:focus-visible": {
outline: `${unit2(token2.lineWidth)} dashed ${token2.starColor}`,
transform: token2.starHoverScale
}
},
"&-first, &-second": {
color: token2.starBg,
transition: `all ${token2.motionDurationMid}`,
userSelect: "none"
},
"&-first": {
position: "absolute",
top: 0,
insetInlineStart: 0,
width: "50%",
height: "100%",
overflow: "hidden",
opacity: 0
},
[`&-half ${componentCls}-star-first, &-half ${componentCls}-star-second`]: {
opacity: 1
},
[`&-half ${componentCls}-star-first, &-full ${componentCls}-star-second`]: {
color: "inherit"
}
}
};
};
var genRateRtlStyle = (token2) => ({
[`&-rtl${token2.componentCls}`]: {
direction: "rtl"
}
});
var genRateStyle = (token2) => {
const {
componentCls
} = token2;
return {
[componentCls]: Object.assign(Object.assign(Object.assign(Object.assign({}, resetComponent(token2)), {
display: "inline-block",
margin: 0,
padding: 0,
color: token2.starColor,
fontSize: token2.starSize,
lineHeight: 1,
listStyle: "none",
outline: "none",
// disable styles
[`&-disabled${componentCls} ${componentCls}-star`]: {
cursor: "default",
"> div:hover": {
transform: "scale(1)"
}
}
}), genRateStarStyle(token2)), genRateRtlStyle(token2))
};
};
var prepareComponentToken45 = (token2) => ({
starColor: token2.yellow6,
starSize: token2.controlHeightLG * 0.5,
starHoverScale: "scale(1.1)",
starBg: token2.colorFillContent
});
var style_default51 = genStyleHooks("Rate", (token2) => {
const rateToken = merge2(token2, {});
return genRateStyle(rateToken);
}, prepareComponentToken45);
// node_modules/antd/es/rate/index.js
var __rest94 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var Rate2 = React495.forwardRef((props, ref) => {
const {
prefixCls,
className,
rootClassName,
style: style2,
tooltips,
character: character2 = React495.createElement(StarFilled_default, null),
disabled: customDisabled
} = props, rest = __rest94(props, ["prefixCls", "className", "rootClassName", "style", "tooltips", "character", "disabled"]);
const characterRender = (node2, {
index: index3
}) => {
if (!tooltips) {
return node2;
}
return React495.createElement(tooltip_default, {
title: tooltips[index3]
}, node2);
};
const {
getPrefixCls,
direction,
rate
} = React495.useContext(ConfigContext);
const ratePrefixCls = getPrefixCls("rate", prefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default51(ratePrefixCls);
const mergedStyle = Object.assign(Object.assign({}, rate === null || rate === void 0 ? void 0 : rate.style), style2);
const disabled = React495.useContext(DisabledContext_default);
const mergedDisabled = customDisabled !== null && customDisabled !== void 0 ? customDisabled : disabled;
return wrapCSSVar(React495.createElement(es_default30, Object.assign({
ref,
character: character2,
characterRender,
disabled: mergedDisabled
}, rest, {
className: (0, import_classnames223.default)(className, rootClassName, hashId, cssVarCls, rate === null || rate === void 0 ? void 0 : rate.className),
style: mergedStyle,
prefixCls: ratePrefixCls,
direction
})));
});
if (true) {
Rate2.displayName = "Rate";
}
var rate_default = Rate2;
// node_modules/antd/es/result/index.js
var React499 = __toESM(require_react());
var import_classnames224 = __toESM(require_classnames());
// node_modules/antd/es/result/noFound.js
var React496 = __toESM(require_react());
var NoFound = () => React496.createElement("svg", {
width: "252",
height: "294"
}, React496.createElement("title", null, "No Found"), React496.createElement("g", {
fill: "none",
fillRule: "evenodd"
}, React496.createElement("circle", {
cx: "126.75",
cy: "128.1",
r: "126",
fill: "#E4EBF7"
}), React496.createElement("circle", {
cx: "31.55",
cy: "130.8",
r: "8.3",
fill: "#FFF"
}), React496.createElement("path", {
stroke: "#FFF",
d: "m37 134.3 10.5 6m.9 6.2-12.7 10.8",
strokeWidth: "2"
}), React496.createElement("path", {
fill: "#FFF",
d: "M39.9 159.4a5.7 5.7 0 1 1-11.3-1.2 5.7 5.7 0 0 1 11.3 1.2m17.7-16.2a5.7 5.7 0 1 1-11.4-1.1 5.7 5.7 0 0 1 11.4 1.1M99 27h29.8a4.6 4.6 0 1 0 0-9.2H99a4.6 4.6 0 1 0 0 9.2m11.4 18.3h29.8a4.6 4.6 0 0 0 0-9.2h-29.8a4.6 4.6 0 1 0 0 9.2"
}), React496.createElement("path", {
fill: "#FFF",
d: "M112.8 26.9h15.8a4.6 4.6 0 1 0 0 9.1h-15.8a4.6 4.6 0 0 0 0-9.1m71.7 108.8a10 10 0 1 1-19.8-2 10 10 0 0 1 19.8 2"
}), React496.createElement("path", {
stroke: "#FFF",
d: "m179.3 141.8 12.6 7.1m1.1 7.6-15.2 13",
strokeWidth: "2"
}), React496.createElement("path", {
fill: "#FFF",
d: "M184.7 170a6.8 6.8 0 1 1-13.6-1.3 6.8 6.8 0 0 1 13.6 1.4m18.6-16.8a6.9 6.9 0 1 1-13.7-1.4 6.9 6.9 0 0 1 13.7 1.4"
}), React496.createElement("path", {
stroke: "#FFF",
d: "M152 192.3a2.2 2.2 0 1 1-4.5 0 2.2 2.2 0 0 1 4.4 0zm73.3-76.2a2.2 2.2 0 1 1-4.5 0 2.2 2.2 0 0 1 4.5 0zm-9 35a2.2 2.2 0 1 1-4.4 0 2.2 2.2 0 0 1 4.5 0zM177 107.6a2.2 2.2 0 1 1-4.4 0 2.2 2.2 0 0 1 4.4 0zm18.4-15.4a2.2 2.2 0 1 1-4.5 0 2.2 2.2 0 0 1 4.5 0zm6.8 88.5a2.2 2.2 0 1 1-4.5 0 2.2 2.2 0 0 1 4.5 0z",
strokeWidth: "2"
}), React496.createElement("path", {
stroke: "#FFF",
d: "m214.4 153.3-2 20.2-10.8 6m-28-4.7-6.3 9.8H156l-4.5 6.5m23.5-66v-15.7m46 7.8-13 8-15.2-8V94.4",
strokeWidth: "2"
}), React496.createElement("path", {
fill: "#FFF",
d: "M166.6 66h-4a4.8 4.8 0 0 1-4.7-4.8 4.8 4.8 0 0 1 4.7-4.7h4a4.8 4.8 0 0 1 4.7 4.7 4.8 4.8 0 0 1-4.7 4.7"
}), React496.createElement("circle", {
cx: "204.3",
cy: "30",
r: "29.5",
fill: "#1677ff"
}), React496.createElement("path", {
fill: "#FFF",
d: "M206 38.4c.5.5.7 1.1.7 2s-.2 1.4-.7 1.9a3 3 0 0 1-2 .7c-.8 0-1.5-.3-2-.8s-.8-1.1-.8-1.9.3-1.4.8-2c.5-.4 1.2-.7 2-.7.7 0 1.4.3 2 .8m4.2-19.5c1.5 1.3 2.2 3 2.2 5.2a7.2 7.2 0 0 1-1.5 4.5l-3 2.7a5 5 0 0 0-1.3 1.7 5.2 5.2 0 0 0-.6 2.4v.5h-4v-.5c0-1.4.1-2.5.6-3.5s1.9-2.5 4.2-4.5l.4-.5a4 4 0 0 0 1-2.6c0-1.2-.4-2-1-2.8-.7-.6-1.6-1-2.9-1-1.5 0-2.6.5-3.3 1.5-.4.5-.6 1-.8 1.9a2 2 0 0 1-2 1.6 2 2 0 0 1-2-2.4c.4-1.6 1-2.8 2.1-3.8a8.5 8.5 0 0 1 6.3-2.3c2.3 0 4.2.6 5.6 2"
}), React496.createElement("path", {
fill: "#FFB594",
d: "M52 76.1s21.8 5.4 27.3 16c5.6 10.7-6.3 9.2-15.7 5C52.8 92 39 85 52 76"
}), React496.createElement("path", {
fill: "#FFC6A0",
d: "m90.5 67.5-.5 2.9c-.7.5-4.7-2.7-4.7-2.7l-1.7.8-1.3-5.7s6.8-4.6 9-5c2.4-.5 9.8 1 10.6 2.3 0 0 1.3.4-2.2.6-3.6.3-5 .5-6.8 3.2l-2.4 3.6"
}), React496.createElement("path", {
fill: "#FFF",
d: "M128 111.4a36.7 36.7 0 0 0-8.9-15.5c-3.5-3-9.3-2.2-11.3-4.2-1.3-1.2-3.2-1.2-3.2-1.2L87.7 87c-2.3-.4-2.1-.7-6-1.4-1.6-1.9-3-1.1-3-1.1l-7-1.4c-1-1.5-2.5-1-2.5-1l-2.4-.9C65 91.2 59 95 59 95c1.8 1.1 15.7 8.3 15.7 8.3l5.1 37.1s-3.3 5.7 1.4 9.1c0 0 19.9-3.7 34.9-.3 0 0 3-2.6 1-8.8.5-3 1.4-8.3 1.7-11.6.4.7 2 1.9 3.1 3.4 0 0 9.4-7.3 11-14a17 17 0 0 1-2.2-2.4c-.5-.8-.3-2-.7-2.8-.7-1-1.8-1.3-2-1.6"
}), React496.createElement("path", {
fill: "#CBD1D1",
d: "M101 290s4.4 2 7.4 1c2.9-1 4.6.7 7.1 1.2 2.6.5 6.9 1.1 11.7-1.3 0-5.5-6.9-4-12-6.7-2.5-1.4-3.7-4.7-3.5-8.8h-9.5s-1.2 10.6-1 14.6"
}), React496.createElement("path", {
fill: "#2B0849",
d: "M101 289.8s2.5 1.3 6.8.7c3-.5 3.7.5 7.4 1 3.8.6 10.8 0 11.9-.9.4 1.1-.4 2-.4 2s-1.5.7-4.8.9c-2 .1-5.8.3-7.6-.5-1.8-1.4-5.2-1.9-5.7-.2-4 1-7.4-.3-7.4-.3l-.1-2.7z"
}), React496.createElement("path", {
fill: "#A4AABA",
d: "M108.3 276h3.1s0 6.7 4.6 8.6c-4.7.6-8.6-2.3-7.7-8.6"
}), React496.createElement("path", {
fill: "#CBD1D1",
d: "M57.5 272.4s-2 7.4-4.4 12.3c-1.8 3.7-4.3 7.5 5.4 7.5 6.7 0 9-.5 7.4-6.6-1.5-6.1.3-13.2.3-13.2h-8.7z"
}), React496.createElement("path", {
fill: "#2B0849",
d: "M51.5 289.8s2 1.2 6.6 1.2c6 0 8.3-1.7 8.3-1.7s.6 1.1-.7 2.2c-1 .8-3.6 1.6-7.4 1.5-4.1 0-5.8-.5-6.7-1.1-.8-.6-.7-1.6-.1-2.1"
}), React496.createElement("path", {
fill: "#A4AABA",
d: "M58.4 274.3s0 1.5-.3 3c-.3 1.4-1 3-1.1 4 0 1.2 4.5 1.7 5.1.1.6-1.5 1.3-6.4 2-7.2.6-.9-5-2.2-5.7.1"
}), React496.createElement("path", {
fill: "#7BB2F9",
d: "m99.7 278.5 13.3.1s1.3-54.5 1.9-64.4c.5-9.9 3.8-43.4 1-63.1l-12.6-.7-22.8.8-1.2 10c0 .5-.7.8-.7 1.4-.1.5.4 1.3.3 2-2.4 14-6.4 33-8.8 46.6 0 .7-1.2 1-1.4 2.7 0 .3.2 1.5 0 1.8-6.8 18.7-10.9 47.8-14.2 61.9h14.6s2.2-8.6 4-17c2.9-12.9 23.2-85 23.2-85l3-.5 1 46.3s-.2 1.2.4 2c.5.8-.6 1.1-.4 2.3l.4 1.8-1 11.8c-.4 4.8 0 39.2 0 39.2"
}), React496.createElement("path", {
stroke: "#648BD8",
d: "M76 221.6c1.2.1 4.1-2 7-5m23.4 8.5s2.7-1 6-3.8",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "1.1"
}), React496.createElement("path", {
stroke: "#648BD8",
d: "M107.3 222.1s2.7-1.1 6-3.9",
strokeLinecap: "round",
strokeLinejoin: "round"
}), React496.createElement("path", {
stroke: "#648BD8",
d: "M74.7 224.8s2.7-.6 6.5-3.4m4.8-69.8c-.2 3.1.3 8.6-4.3 9.2m22-11s0 14-1.4 15.1a15 15 0 0 1-3 2m.5-16.5s0 13-1.2 24.4m-5 1.1s7.3-1.7 9.5-1.7M74.3 206a212 212 0 0 1-1 4.5s-1.4 1.9-1 3.8c.5 2-1 2-5 15.4A353 353 0 0 0 61 257l-.2 1.2m14.9-60.5a321 321 0 0 1-.9 4.8m7.8-50.4-1.2 10.5s-1.1.1-.5 2.2c.1 1.4-2.7 15.8-5.2 30.5m-19.6 79h13.3",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "1.1"
}), React496.createElement("path", {
fill: "#192064",
d: "M116.2 148.2s-17-3-35.9.2c.2 2.5 0 4.2 0 4.2s14.7-2.8 35.7-.3c.3-2.4.2-4 .2-4"
}), React496.createElement("path", {
fill: "#FFF",
d: "M106.3 151.2v-5a.8.8 0 0 0-.8-.8h-7.8a.8.8 0 0 0-.8.8v5a.8.8 0 0 0 .8.8h7.8a.8.8 0 0 0 .8-.8"
}), React496.createElement("path", {
fill: "#192064",
d: "M105.2 150.2v-3a.6.6 0 0 0-.6-.7 94.3 94.3 0 0 0-5.9 0 .7.7 0 0 0-.6.6v3.1a.6.6 0 0 0 .6.7 121.1 121.1 0 0 1 5.8 0c.4 0 .7-.3.7-.7"
}), React496.createElement("path", {
stroke: "#648BD8",
d: "M100.3 275.4h12.3m-11.2-4.9.1 6.5m0-12.5a915.8 915.8 0 0 0 0 4.4m-.5-94 .9 44.7s.7 1.6-.2 2.7c-1 1.1 2.4.7.9 2.2-1.6 1.6.9 1.2 0 3.4-.6 1.5-1 21.1-1.1 35.2",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "1.1"
}), React496.createElement("path", {
fill: "#FFC6A0",
d: "M46.9 83.4s-.5 6 7.2 5.6c11.2-.7 9.2-9.4 31.5-21.7-.7-2.7-2.4-4.7-2.4-4.7s-11 3-22.6 8c-6.8 3-13.4 6.4-13.7 12.8m57.6 7.7.9-5.4-8.9-11.4-5 5.3-1.8 7.9a.3.3 0 0 0 .1.3c1 .8 6.5 5 14.4 3.5a.3.3 0 0 0 .3-.2"
}), React496.createElement("path", {
fill: "#FFC6A0",
d: "M94 79.4s-4.6-2.9-2.5-6.9c1.6-3 4.5 1.2 4.5 1.2s.5-3.7 3.1-3.7c.6-1 1.6-4.1 1.6-4.1l13.5 3c0 5.3-2.3 19.5-7.8 20-8.9.6-12.5-9.5-12.5-9.5"
}), React496.createElement("path", {
fill: "#520038",
d: "M113.9 73.4c2.6-2 3.4-9.7 3.4-9.7s-2.4-.5-6.6-2c-4.7-2.1-12.8-4.8-17.5 1-9.6 3.2-2 19.8-2 19.8l2.7-3s-4-3.3-2-6.3c2-3.5 3.8 1 3.8 1s.7-2.3 3.6-3.3c.4-.7 1-2.6 1.4-3.8a1 1 0 0 1 1.3-.7l11.4 2.6c.5.2.8.7.8 1.2l-.3 3.2z"
}), React496.createElement("path", {
fill: "#552950",
d: "M105 76c-.1.7-.6 1.1-1 1-.6 0-.9-.6-.8-1.2.1-.6.6-1 1-1 .6 0 .9.7.8 1.3m7.1 1.6c0 .6-.5 1-1 1-.5-.1-.8-.7-.7-1.3 0-.6.5-1 1-1 .5.1.8.7.7 1.3"
}), React496.createElement("path", {
stroke: "#DB836E",
d: "m110.1 74.8-.9 1.7-.3 4.3h-2.2",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "1.1"
}), React496.createElement("path", {
stroke: "#5C2552",
d: "M110.8 74.5s1.8-.7 2.6.5",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "1.1"
}), React496.createElement("path", {
stroke: "#DB836E",
d: "M92.4 74.3s.5-1.1 1.1-.7c.6.4 1.3 1.4.6 2-.8.5.1 1.6.1 1.6",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "1.1"
}), React496.createElement("path", {
stroke: "#5C2552",
d: "M103.3 73s1.8 1 4.1.9",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "1.1"
}), React496.createElement("path", {
stroke: "#DB836E",
d: "M103.7 81.8s2.2 1.2 4.4 1.2m-3.5 1.3s1 .4 1.6.3m-11.5-3.4s2.3 7.4 10.4 7.6",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "1.1"
}), React496.createElement("path", {
stroke: "#E4EBF7",
d: "M81.5 89.4s.4 5.6-5 12.8M69 82.7s-.7 9.2-8.2 14.2m68.6 26s-5.3 7.4-9.4 10.7m-.7-26.3s.5 4.4-2.1 32",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "1.1"
}), React496.createElement("path", {
fill: "#F2D7AD",
d: "M150 151.2h-49.8a1 1 0 0 1-1-1v-31.7c0-.5.4-1 1-1H150c.6 0 1 .5 1 1v31.7a1 1 0 0 1-1 1"
}), React496.createElement("path", {
fill: "#F4D19D",
d: "M150.3 151.2h-19.9v-33.7h20.8v32.8a1 1 0 0 1-1 1"
}), React496.createElement("path", {
fill: "#F2D7AD",
d: "M123.6 127.9H92.9a.5.5 0 0 1-.4-.8l6.4-9.1c.2-.3.5-.5.8-.5h31.1l-7.2 10.4z"
}), React496.createElement("path", {
fill: "#CC9B6E",
d: "M123.7 128.4H99.2v-.5h24.2l7.2-10.2.4.3z"
}), React496.createElement("path", {
fill: "#F4D19D",
d: "M158.3 127.9h-18.7a2 2 0 0 1-1.6-.8l-7.2-9.6h20c.5 0 1 .3 1.2.6l6.7 9a.5.5 0 0 1-.4.8"
}), React496.createElement("path", {
fill: "#CC9B6E",
d: "M157.8 128.5h-19.3l-7.9-10.5.4-.3 7.7 10.3h19.1zm-27.2 22.2v-8.2h.4v8.2zm-.1-10.9v-21.4h.4l.1 21.4zm-18.6 1.1-.5-.1 1.5-5.2.5.2zm-3.5.2-2.6-3 2.6-3.4.4.3-2.4 3.1 2.4 2.6zm8.2 0-.4-.4 2.4-2.6-2.4-3 .4-.4 2.7 3.4z"
}), React496.createElement("path", {
fill: "#FFC6A0",
d: "m154.3 131.9-3.1-2v3.5l-1 .1a85 85 0 0 1-4.8.3c-1.9 0-2.7 2.2 2.2 2.6l-2.6-.6s-2.2 1.3.5 2.3c0 0-1.6 1.2.6 2.6-.6 3.5 5.2 4 7 3.6a6.1 6.1 0 0 0 4.6-5.2 8 8 0 0 0-3.4-7.2"
}), React496.createElement("path", {
stroke: "#DB836E",
d: "M153.7 133.6s-6.5.4-8.4.3c-1.8 0-1.9 2.2 2.4 2.3 3.7.2 5.4 0 5.4 0",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "1.1"
}), React496.createElement("path", {
stroke: "#DB836E",
d: "M145.2 135.9c-1.9 1.3.5 2.3.5 2.3s3.5 1 6.8.6m-.6 2.9s-6.3.1-6.7-2.1c-.3-1.4.4-1.4.4-1.4m.5 2.7s-1 3.1 5.5 3.5m-.4-14.5v3.5M52.8 89.3a18 18 0 0 0 13.6-7.8",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "1.1"
}), React496.createElement("path", {
fill: "#5BA02E",
d: "M168.6 248.3a6.6 6.6 0 0 1-6.7-6.6v-66.5a6.6 6.6 0 1 1 13.3 0v66.5a6.6 6.6 0 0 1-6.6 6.6"
}), React496.createElement("path", {
fill: "#92C110",
d: "M176.5 247.7a6.6 6.6 0 0 1-6.6-6.7v-33.2a6.6 6.6 0 1 1 13.3 0V241a6.6 6.6 0 0 1-6.7 6.7"
}), React496.createElement("path", {
fill: "#F2D7AD",
d: "M186.4 293.6H159a3.2 3.2 0 0 1-3.2-3.2v-46.1a3.2 3.2 0 0 1 3.2-3.2h27.5a3.2 3.2 0 0 1 3.2 3.2v46.1a3.2 3.2 0 0 1-3.2 3.2"
}), React496.createElement("path", {
stroke: "#E4EBF7",
d: "M89 89.5s7.8 5.4 16.6 2.8",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "1.1"
})));
var noFound_default = NoFound;
// node_modules/antd/es/result/serverError.js
var React497 = __toESM(require_react());
var ServerError = () => React497.createElement("svg", {
width: "254",
height: "294"
}, React497.createElement("title", null, "Server Error"), React497.createElement("g", {
fill: "none",
fillRule: "evenodd"
}, React497.createElement("path", {
fill: "#E4EBF7",
d: "M0 128.1v-2C0 56.5 56.3.2 125.7.2h2.1C197.2.3 253.5 56.6 253.5 126v2.1c0 69.5-56.3 125.7-125.7 125.7h-2.1A125.7 125.7 0 0 1 0 128.1"
}), React497.createElement("path", {
fill: "#FFF",
d: "M40 132.1a8.3 8.3 0 1 1-16.6-1.7 8.3 8.3 0 0 1 16.6 1.7"
}), React497.createElement("path", {
stroke: "#FFF",
d: "m37.2 135.6 10.5 6m1 6.3-12.8 10.8",
strokeWidth: "2"
}), React497.createElement("path", {
fill: "#FFF",
d: "M40.1 160.8a5.7 5.7 0 1 1-11.3-1.1 5.7 5.7 0 0 1 11.3 1.1M58 144.6a5.7 5.7 0 1 1-11.4-1.2 5.7 5.7 0 0 1 11.4 1.2M99.7 27.4h30a4.6 4.6 0 1 0 0-9.2h-30a4.6 4.6 0 0 0 0 9.2M111 46h30a4.6 4.6 0 1 0 0-9.3h-30a4.6 4.6 0 1 0 0 9.3m2.5-18.6h16a4.6 4.6 0 1 0 0 9.3h-16a4.6 4.6 0 0 0 0-9.3m36.7 42.7h-4a4.8 4.8 0 0 1-4.8-4.8 4.8 4.8 0 0 1 4.8-4.8h4a4.8 4.8 0 0 1 4.7 4.8 4.8 4.8 0 0 1-4.7 4.8"
}), React497.createElement("circle", {
cx: "201.35",
cy: "30.2",
r: "29.7",
fill: "#FF603B"
}), React497.createElement("path", {
fill: "#FFF",
d: "m203.6 19.4-.7 15a1.5 1.5 0 0 1-3 0l-.7-15a2.2 2.2 0 1 1 4.4 0m-.3 19.4c.5.5.8 1.1.8 1.9s-.3 1.4-.8 1.9a3 3 0 0 1-2 .7 2.5 2.5 0 0 1-1.8-.7c-.6-.6-.8-1.2-.8-2 0-.7.2-1.3.8-1.8.5-.5 1.1-.7 1.8-.7.8 0 1.5.2 2 .7"
}), React497.createElement("path", {
fill: "#FFB594",
d: "M119.3 133.3c4.4-.6 3.6-1.2 4-4.8.8-5.2-3-17-8.2-25.1-1-10.7-12.6-11.3-12.6-11.3s4.3 5 4.2 16.2c1.4 5.3.8 14.5.8 14.5s5.3 11.4 11.8 10.5"
}), React497.createElement("path", {
fill: "#FFF",
d: "M101 91.6s1.4-.6 3.2.6c8 1.4 10.3 6.7 11.3 11.4 1.8 1.2 1.8 2.3 1.8 3.5l1.5 3s-7.2 1.7-11 6.7c-1.3-6.4-6.9-25.2-6.9-25.2"
}), React497.createElement("path", {
fill: "#FFB594",
d: "m94 90.5 1-5.8-9.2-11.9-5.2 5.6-2.6 9.9s8.4 5 16 2.2"
}), React497.createElement("path", {
fill: "#FFC6A0",
d: "M83 78.2s-4.6-2.9-2.5-6.9c1.6-3 4.5 1.2 4.5 1.2s.5-3.7 3.2-3.7c.5-1 1.5-4.2 1.5-4.2l13.6 3.2c0 5.2-2.3 19.5-7.9 20-8.9.6-12.5-9.6-12.5-9.6"
}), React497.createElement("path", {
fill: "#520038",
d: "M103 72.2c2.6-2 3.5-9.7 3.5-9.7s-2.5-.5-6.7-2c-4.7-2.2-12.9-4.9-17.6.9-9.5 4.4-2 20-2 20l2.7-3.1s-4-3.3-2.1-6.3c2.2-3.5 4 1 4 1s.6-2.3 3.5-3.3c.4-.7 1-2.7 1.5-3.8A1 1 0 0 1 91 65l11.5 2.7c.5.1.8.6.8 1.2l-.3 3.2z"
}), React497.createElement("path", {
fill: "#552950",
d: "M101.2 76.5c0 .6-.6 1-1 1-.5-.1-.9-.7-.8-1.3.1-.6.6-1 1.1-1 .5.1.8.7.7 1.3m-7-1.4c0 .6-.5 1-1 1-.5-.1-.8-.7-.7-1.3 0-.6.6-1 1-1 .5.1.9.7.8 1.3"
}), React497.createElement("path", {
stroke: "#DB836E",
d: "m99.2 73.6-.9 1.7-.3 4.3h-2.2",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "1.1"
}), React497.createElement("path", {
stroke: "#5C2552",
d: "M100 73.3s1.7-.7 2.4.5",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "1.1"
}), React497.createElement("path", {
stroke: "#DB836E",
d: "M81.4 73s.4-1 1-.6c.7.4 1.4 1.4.6 2s.2 1.6.2 1.6",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "1.1"
}), React497.createElement("path", {
stroke: "#5C2552",
d: "M92.3 71.7s1.9 1.1 4.2 1",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "1.1"
}), React497.createElement("path", {
stroke: "#DB836E",
d: "M92.7 80.6s2.3 1.2 4.4 1.2m-3.4 1.4s1 .4 1.5.3M83.7 80s1.8 6.6 9.2 8",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "1.1"
}), React497.createElement("path", {
stroke: "#E4EBF7",
d: "M95.5 91.7s-1 2.8-8.2 2c-7.3-.6-10.3-5-10.3-5",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "1.1"
}), React497.createElement("path", {
fill: "#FFF",
d: "M78.1 87.5s6.6 5 16.5 2.5c0 0 9.6 1 11.5 5.3 5.4 11.8.6 36.8 0 40 3.5 4-.4 8.4-.4 8.4-15.7-3.5-35.8-.6-35.8-.6-4.9-3.5-1.3-9-1.3-9l-6.2-23.8c-2.5-15.2.8-19.8 3.5-20.7 3-1 8-1.3 8-1.3.6 0 1.1 0 1.4-.2 2.4-1.3 2.8-.6 2.8-.6"
}), React497.createElement("path", {
fill: "#FFC6A0",
d: "M65.8 89.8s-6.8.5-7.6 8.2c-.4 8.8 3 11 3 11s6.1 22 16.9 22.9c8.4-2.2 4.7-6.7 4.6-11.4-.2-11.3-7-17-7-17s-4.3-13.7-9.9-13.7"
}), React497.createElement("path", {
fill: "#FFC6A0",
d: "M71.7 124.2s.9 11.3 9.8 6.5c4.8-2.5 7.6-13.8 9.8-22.6A201 201 0 0 0 94 96l-5-1.7s-2.4 5.6-7.7 12.3c-4.4 5.5-9.2 11.1-9.5 17.7"
}), React497.createElement("path", {
stroke: "#E4EBF7",
d: "M108.5 105.2s1.7 2.7-2.4 30.5c2.4 2.2 1 6-.2 7.5",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "1.1"
}), React497.createElement("path", {
fill: "#FFC6A0",
d: "M123.3 131.5s-.5 2.8-11.8 2c-15.2-1-25.3-3.2-25.3-3.2l.9-5.8s.7.2 9.7-.1c11.9-.4 18.7-6 25-1 4 3.2 1.5 8.1 1.5 8.1"
}), React497.createElement("path", {
fill: "#FFF",
d: "M70.2 91s-5.6-4.8-11 2.7c-3.3 7.2.5 15.2 2.6 19.5-.3 3.8 2.4 4.3 2.4 4.3s0 1 1.5 2.7c4-7 6.7-9.1 13.7-12.5-.3-.7-1.9-3.3-1.8-3.8.2-1.7-1.3-2.6-1.3-2.6s-.3-.2-1.2-2.8c-.8-2.3-2-5.1-4.9-7.5"
}), React497.createElement("path", {
fill: "#CBD1D1",
d: "M90.2 288s4.9 2.3 8.3 1.2c3.2-1 5.2.7 8 1.3a20 20 0 0 0 13.3-1.4c-.2-6.2-7.8-4.5-13.6-7.6-2.9-1.6-4.2-5.3-4-10H91.5s-1.5 12-1.3 16.5"
}), React497.createElement("path", {
fill: "#2B0849",
d: "M90.2 287.8s2.8 1.5 7.6.8c3.5-.5 3.3.6 7.5 1.3 4.2.6 13-.2 14.3-1.2.5 1.3-.4 2.4-.4 2.4s-1.7.6-5.4.9c-2.3.1-8.1.3-10.2-.6-2-1.6-4.9-1.5-6-.3-4.5 1.1-7.2-.3-7.2-.3l-.2-3z"
}), React497.createElement("path", {
fill: "#A4AABA",
d: "M98.4 272.3h3.5s0 7.5 5.2 9.6c-5.3.7-9.7-2.6-8.7-9.6"
}), React497.createElement("path", {
fill: "#CBD1D1",
d: "M44.4 272s-2.2 7.8-4.7 13c-1.9 3.8-4.4 7.8 5.8 7.8 7 0 9.3-.5 7.7-7-1.6-6.3.3-13.8.3-13.8h-9z"
}), React497.createElement("path", {
fill: "#2B0849",
d: "M38 290.3s2.3 1.2 7 1.2c6.4 0 8.7-1.7 8.7-1.7s.6 1.1-.7 2.2c-1 1-3.8 1.7-7.7 1.7-4.4 0-6.1-.6-7-1.3-1-.5-.8-1.6-.2-2.1"
}), React497.createElement("path", {
fill: "#A4AABA",
d: "M45.3 274s0 1.6-.3 3.1-1.1 3.3-1.2 4.4c0 1.2 4.8 1.6 5.4 0 .7-1.6 1.4-6.8 2-7.6.7-.9-5.1-2.2-5.9.1"
}), React497.createElement("path", {
fill: "#7BB2F9",
d: "M89.5 277.6h13.9s1.3-56.6 1.9-66.8c.6-10.3 4-45.1 1-65.6l-13-.7-23.7.8-1.3 10.4c0 .5-.7.9-.8 1.4 0 .6.5 1.4.4 2L59.6 206c-.1.7-1.3 1-1.5 2.8 0 .3.2 1.6.1 1.8-7.1 19.5-12.2 52.6-15.6 67.2h15.1L62 259c3-13.3 24-88.3 24-88.3l3.2-1-.2 48.6s-.2 1.3.4 2.1c.5.8-.6 1.2-.4 2.4l.4 1.8-1 12.4c-.4 4.9 1.2 40.7 1.2 40.7"
}), React497.createElement("path", {
stroke: "#648BD8",
d: "M64.6 218.9c1.2 0 4.2-2.1 7.2-5.1m24.2 8.7s3-1.1 6.4-4",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "1.1"
}), React497.createElement("path", {
stroke: "#648BD8",
d: "M97 219.4s2.9-1.2 6.3-4",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "1"
}), React497.createElement("path", {
stroke: "#648BD8",
d: "M63.2 222.1s2.7-.6 6.7-3.5m5-72.4c-.3 3.2.3 8.8-4.5 9.4m22.8-11.3s.1 14.6-1.4 15.7c-2.3 1.7-3 2-3 2m.4-17s.3 13-1 25m-4.7.7s6.8-1 9.1-1M46 270l-.9 4.6m1.8-11.3-.8 4.1m16.6-64.9c-.3 1.6 0 2-.4 3.4 0 0-2.8 2-2.3 4s-.3 3.4-4.5 17.2c-1.8 5.8-4.3 19-6.2 28.3l-1.1 5.8m16-67-1 4.9m8.1-52.3-1.2 10.9s-1.2.1-.5 2.3c0 1.4-2.8 16.4-5.4 31.6m-20 82.1h13.9",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "1.1"
}), React497.createElement("path", {
fill: "#192064",
d: "M106.2 142.1c-3-.5-18.8-2.7-36.2.2a.6.6 0 0 0-.6.7v3a.6.6 0 0 0 .8.6c3.3-.5 17-2.4 35.6-.3.4 0 .7-.2.7-.5.2-1.4.2-2.5.2-3a.6.6 0 0 0-.5-.7"
}), React497.createElement("path", {
fill: "#FFF",
d: "M96.4 145.3v-5.1a.8.8 0 0 0-.8-.9 114.1 114.1 0 0 0-8.1 0 .8.8 0 0 0-.9.8v5.1c0 .5.4.9.9.9h8a.8.8 0 0 0 .9-.8"
}), React497.createElement("path", {
fill: "#192064",
d: "M95.2 144.3v-3.2a.7.7 0 0 0-.6-.7h-6.1a.7.7 0 0 0-.6.7v3.2c0 .4.3.7.6.7h6c.4 0 .7-.3.7-.7"
}), React497.createElement("path", {
stroke: "#648BD8",
d: "M90.1 273.5h12.8m-11.7-3.7v6.3m-.3-12.6v4.5m-.5-97.6 1 46.4s.7 1.6-.3 2.8c-.9 1.1 2.6.7 1 2.3-1.7 1.6.9 1.2 0 3.5-.6 1.6-1 22-1.2 36.5",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "1.1"
}), React497.createElement("path", {
stroke: "#E4EBF7",
d: "M73.7 98.7 76 103s2 .8 1.8 2.7l.8 2.2m-14.3 8.7c.2-1 2.2-7.1 12.6-10.5m.7-16s7.7 6 16.5 2.7",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "1.1"
}), React497.createElement("path", {
fill: "#FFC6A0",
d: "M92 87s5.5-.9 7.5-4.6c1.3-.3.8 2.2-.3 3.7l-1 1.5s.2.3.2.9c0 .6-.2.6-.3 1v1l-.4 1c-.1.2 0 .6-.2.9-.2.4-1.6 1.8-2.6 2.8-3.8 3.6-5 1.7-6-.4-1-1.8-.7-5.1-.9-6.9-.3-2.9-2.6-3-2-4.4.4-.7 3 .7 3.4 1.8.7 2 2.9 1.8 2.6 1.7"
}), React497.createElement("path", {
stroke: "#DB836E",
d: "M99.8 82.4c-.5.1-.3.3-1 1.3-.6 1-4.8 2.9-6.4 3.2-2.5.5-2.2-1.6-4.2-2.9-1.7-1-3.6-.6-1.4 1.4 1 1 1 1.1 1.4 3.2.3 1.5-.7 3.7.7 5.6",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: ".8"
}), React497.createElement("path", {
stroke: "#E59788",
d: "M79.5 108.7c-2 2.9-4.2 6.1-5.5 8.7",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: ".8"
}), React497.createElement("path", {
fill: "#FFC6A0",
d: "M87.7 124.8s-2-2-5.1-2.8c-3-.7-3.6-.1-5.5.1-2 .3-4-.9-3.7.7.3 1.7 5 1 5.2 2.1.2 1.1-6.3 2.8-8.3 2.2-.8.8.5 1.9 2 2.2.3 1.5 2.3 1.5 2.3 1.5s.7 1 2.6 1.1c2.5 1.3 9-.7 11-1.5 2-.9-.5-5.6-.5-5.6"
}), React497.createElement("path", {
stroke: "#E59788",
d: "M73.4 122.8s.7 1.2 3.2 1.4c2.3.3 2.6.6 2.6.6s-2.6 3-9.1 2.3m2.3 2.2s3.8 0 5-.7m-2.4 2.2s2 0 3.3-.6m-1 1.7s1.7 0 2.8-.5m-6.8-9s-.6-1.1 1.3-.5c1.7.5 2.8 0 5.1.1 1.4.1 3-.2 4 .2 1.6.8 3.6 2.2 3.6 2.2s10.6 1.2 19-1.1M79 108s-8.4 2.8-13.2 12.1",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: ".8"
}), React497.createElement("path", {
stroke: "#E4EBF7",
d: "M109.3 112.5s3.4-3.6 7.6-4.6",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "1.1"
}), React497.createElement("path", {
stroke: "#E59788",
d: "M107.4 123s9.7-2.7 11.4-.9",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: ".8"
}), React497.createElement("path", {
stroke: "#BFCDDD",
d: "m194.6 83.7 4-4M187.2 91l3.7-3.6m.9-3-4.5-4.7m11.2 11.5-4.2-4.3m-65 76.3 3.7-3.7M122.3 170l3.5-3.5m.8-2.9-4.3-4.2M133 170l-4-4",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "2"
}), React497.createElement("path", {
fill: "#A3B4C6",
d: "M190.2 211.8h-1.6a4 4 0 0 1-4-4v-32.1a4 4 0 0 1 4-4h1.6a4 4 0 0 1 4 4v32a4 4 0 0 1-4 4"
}), React497.createElement("path", {
fill: "#A3B4C6",
d: "M237.8 213a4.8 4.8 0 0 1-4.8 4.8h-86.6a4.8 4.8 0 0 1 0-9.6H233a4.8 4.8 0 0 1 4.8 4.8"
}), React497.createElement("path", {
fill: "#A3B4C6",
d: "M154.1 190.1h70.5v-84.6h-70.5z"
}), React497.createElement("path", {
fill: "#BFCDDD",
d: "M225 190.1h-71.2a3.2 3.2 0 0 1-3.2-3.2v-19a3.2 3.2 0 0 1 3.2-3.2h71.1a3.2 3.2 0 0 1 3.2 3.2v19a3.2 3.2 0 0 1-3.2 3.2m0-59.3h-71.1a3.2 3.2 0 0 1-3.2-3.2v-19a3.2 3.2 0 0 1 3.2-3.2h71.1a3.2 3.2 0 0 1 3.2 3.3v19a3.2 3.2 0 0 1-3.2 3.1"
}), React497.createElement("path", {
fill: "#FFF",
d: "M159.6 120.5a2.4 2.4 0 1 1 0-4.8 2.4 2.4 0 0 1 0 4.8m7.4 0a2.4 2.4 0 1 1 0-4.8 2.4 2.4 0 0 1 0 4.8m7.4 0a2.4 2.4 0 1 1 0-4.8 2.4 2.4 0 0 1 0 4.8m48.1 0h-22.4a.8.8 0 0 1-.8-.8v-3.2c0-.4.3-.8.8-.8h22.4c.5 0 .8.4.8.8v3.2c0 .5-.3.8-.8.8"
}), React497.createElement("path", {
fill: "#BFCDDD",
d: "M225 160.5h-71.2a3.2 3.2 0 0 1-3.2-3.2v-19a3.2 3.2 0 0 1 3.2-3.2h71.1a3.2 3.2 0 0 1 3.2 3.2v19a3.2 3.2 0 0 1-3.2 3.2"
}), React497.createElement("path", {
stroke: "#7C90A5",
d: "M173.5 130.8h49.3m-57.8 0h6m-15 0h6.7m11.1 29.8h49.3m-57.7 0h6m-15.8 0h6.7",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "1.1"
}), React497.createElement("path", {
fill: "#FFF",
d: "M159.6 151a2.4 2.4 0 1 1 0-4.8 2.4 2.4 0 0 1 0 4.8m7.4 0a2.4 2.4 0 1 1 0-4.8 2.4 2.4 0 0 1 0 4.8m7.4 0a2.4 2.4 0 1 1 0-4.8 2.4 2.4 0 0 1 0 4.8m48.1 0h-22.4a.8.8 0 0 1-.8-.8V147c0-.4.3-.8.8-.8h22.4c.5 0 .8.4.8.8v3.2c0 .5-.3.8-.8.8m-63 29a2.4 2.4 0 1 1 0-4.8 2.4 2.4 0 0 1 0 4.8m7.5 0a2.4 2.4 0 1 1 0-4.8 2.4 2.4 0 0 1 0 4.8m7.4 0a2.4 2.4 0 1 1 0-4.8 2.4 2.4 0 0 1 0 4.8m48.1 0h-22.4a.8.8 0 0 1-.8-.8V176c0-.5.3-.8.8-.8h22.4c.5 0 .8.3.8.8v3.2c0 .4-.3.8-.8.8"
}), React497.createElement("path", {
fill: "#BFCDDD",
d: "M203 221.1h-27.3a2.4 2.4 0 0 1-2.4-2.4v-11.4a2.4 2.4 0 0 1 2.4-2.5H203a2.4 2.4 0 0 1 2.4 2.5v11.4a2.4 2.4 0 0 1-2.4 2.4"
}), React497.createElement("path", {
stroke: "#A3B4C6",
d: "M177.3 207.2v11.5m23.8-11.5v11.5",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "1.1"
}), React497.createElement("path", {
fill: "#5BA02E",
d: "M162.9 267.9a9.4 9.4 0 0 1-9.4-9.4v-14.8a9.4 9.4 0 0 1 18.8 0v14.8a9.4 9.4 0 0 1-9.4 9.4"
}), React497.createElement("path", {
fill: "#92C110",
d: "M171.2 267.8a9.4 9.4 0 0 1-9.4-9.4V255a9.4 9.4 0 0 1 18.8 0v3.4a9.4 9.4 0 0 1-9.4 9.4"
}), React497.createElement("path", {
fill: "#F2D7AD",
d: "M181.3 293.7h-27.7a3.2 3.2 0 0 1-3.2-3.2v-20.7a3.2 3.2 0 0 1 3.2-3.2h27.7a3.2 3.2 0 0 1 3.2 3.2v20.7a3.2 3.2 0 0 1-3.2 3.2"
})));
var serverError_default = ServerError;
// node_modules/antd/es/result/style/index.js
var genBaseStyle14 = (token2) => {
const {
componentCls,
lineHeightHeading3,
iconCls,
padding,
paddingXL,
paddingXS,
paddingLG,
marginXS,
lineHeight
} = token2;
return {
// Result
[componentCls]: {
padding: `${unit2(token2.calc(paddingLG).mul(2).equal())} ${unit2(paddingXL)}`,
// RTL
"&-rtl": {
direction: "rtl"
}
},
// Exception Status image
[`${componentCls} ${componentCls}-image`]: {
width: token2.imageWidth,
height: token2.imageHeight,
margin: "auto"
},
[`${componentCls} ${componentCls}-icon`]: {
marginBottom: paddingLG,
textAlign: "center",
[`& > ${iconCls}`]: {
fontSize: token2.iconFontSize
}
},
[`${componentCls} ${componentCls}-title`]: {
color: token2.colorTextHeading,
fontSize: token2.titleFontSize,
lineHeight: lineHeightHeading3,
marginBlock: marginXS,
textAlign: "center"
},
[`${componentCls} ${componentCls}-subtitle`]: {
color: token2.colorTextDescription,
fontSize: token2.subtitleFontSize,
lineHeight,
textAlign: "center"
},
[`${componentCls} ${componentCls}-content`]: {
marginTop: paddingLG,
padding: `${unit2(paddingLG)} ${unit2(token2.calc(padding).mul(2.5).equal())}`,
backgroundColor: token2.colorFillAlter
},
[`${componentCls} ${componentCls}-extra`]: {
margin: token2.extraMargin,
textAlign: "center",
"& > *": {
marginInlineEnd: paddingXS,
"&:last-child": {
marginInlineEnd: 0
}
}
}
};
};
var genStatusIconStyle = (token2) => {
const {
componentCls,
iconCls
} = token2;
return {
[`${componentCls}-success ${componentCls}-icon > ${iconCls}`]: {
color: token2.resultSuccessIconColor
},
[`${componentCls}-error ${componentCls}-icon > ${iconCls}`]: {
color: token2.resultErrorIconColor
},
[`${componentCls}-info ${componentCls}-icon > ${iconCls}`]: {
color: token2.resultInfoIconColor
},
[`${componentCls}-warning ${componentCls}-icon > ${iconCls}`]: {
color: token2.resultWarningIconColor
}
};
};
var genResultStyle = (token2) => [genBaseStyle14(token2), genStatusIconStyle(token2)];
var getStyle3 = (token2) => genResultStyle(token2);
var prepareComponentToken46 = (token2) => ({
titleFontSize: token2.fontSizeHeading3,
subtitleFontSize: token2.fontSize,
iconFontSize: token2.fontSizeHeading3 * 3,
extraMargin: `${token2.paddingLG}px 0 0 0`
});
var style_default52 = genStyleHooks("Result", (token2) => {
const resultInfoIconColor = token2.colorInfo;
const resultErrorIconColor = token2.colorError;
const resultSuccessIconColor = token2.colorSuccess;
const resultWarningIconColor = token2.colorWarning;
const resultToken = merge2(token2, {
resultInfoIconColor,
resultErrorIconColor,
resultSuccessIconColor,
resultWarningIconColor,
imageWidth: 250,
imageHeight: 295
});
return [getStyle3(resultToken)];
}, prepareComponentToken46);
// node_modules/antd/es/result/unauthorized.js
var React498 = __toESM(require_react());
var Unauthorized = () => React498.createElement("svg", {
width: "251",
height: "294"
}, React498.createElement("title", null, "Unauthorized"), React498.createElement("g", {
fill: "none",
fillRule: "evenodd"
}, React498.createElement("path", {
fill: "#E4EBF7",
d: "M0 129v-2C0 58.3 55.6 2.7 124.2 2.7h2c68.6 0 124.2 55.6 124.2 124.1v2.1c0 68.6-55.6 124.2-124.1 124.2h-2.1A124.2 124.2 0 0 1 0 129"
}), React498.createElement("path", {
fill: "#FFF",
d: "M41.4 133a8.2 8.2 0 1 1-16.4-1.7 8.2 8.2 0 0 1 16.4 1.6"
}), React498.createElement("path", {
stroke: "#FFF",
d: "m38.7 136.4 10.4 5.9m.9 6.2-12.6 10.7",
strokeWidth: "2"
}), React498.createElement("path", {
fill: "#FFF",
d: "M41.5 161.3a5.6 5.6 0 1 1-11.2-1.2 5.6 5.6 0 0 1 11.2 1.2m17.7-16a5.7 5.7 0 1 1-11.3-1.2 5.7 5.7 0 0 1 11.3 1.2m41.2-115.8H130a4.6 4.6 0 1 0 0-9.1h-29.6a4.6 4.6 0 0 0 0 9.1m11.3 18.3h29.7a4.6 4.6 0 1 0 0-9.2h-29.7a4.6 4.6 0 1 0 0 9.2"
}), React498.createElement("path", {
fill: "#FFF",
d: "M114 29.5h15.8a4.6 4.6 0 1 0 0 9.1H114a4.6 4.6 0 0 0 0-9.1m71.3 108.2a10 10 0 1 1-19.8-2 10 10 0 0 1 19.8 2"
}), React498.createElement("path", {
stroke: "#FFF",
d: "m180.2 143.8 12.5 7.1m1.1 7.5-15.1 13",
strokeWidth: "2"
}), React498.createElement("path", {
fill: "#FFF",
d: "M185.6 172a6.8 6.8 0 1 1-13.6-1.4 6.8 6.8 0 0 1 13.5 1.3m18.6-16.6a6.8 6.8 0 1 1-13.6-1.4 6.8 6.8 0 0 1 13.6 1.4"
}), React498.createElement("path", {
stroke: "#FFF",
d: "M153 194a2.2 2.2 0 1 1-4.4 0 2.2 2.2 0 0 1 4.4 0zm73-75.8a2.2 2.2 0 1 1-4.5 0 2.2 2.2 0 0 1 4.4 0zm-9 34.9a2.2 2.2 0 1 1-4.3 0 2.2 2.2 0 0 1 4.4 0zm-39.2-43.3a2.2 2.2 0 1 1-4.4 0 2.2 2.2 0 0 1 4.4 0zm18.3-15.3a2.2 2.2 0 1 1-4.4 0 2.2 2.2 0 0 1 4.4 0zm6.7 88a2.2 2.2 0 1 1-4.4 0 2.2 2.2 0 0 1 4.4 0z",
strokeWidth: "2"
}), React498.createElement("path", {
stroke: "#FFF",
d: "m215.1 155.3-1.9 20-10.8 6m-27.8-4.7-6.3 9.8H157l-4.5 6.4m23.4-65.5v-15.7m45.6 7.8-12.8 7.9-15.2-7.9V96.7",
strokeWidth: "2"
}), React498.createElement("path", {
fill: "#A26EF4",
d: "M180.7 29.3a29.3 29.3 0 1 1 58.6 0 29.3 29.3 0 0 1-58.6 0"
}), React498.createElement("path", {
fill: "#FFF",
d: "m221.4 41.7-21.5-.1a1.7 1.7 0 0 1-1.7-1.8V27.6a1.7 1.7 0 0 1 1.8-1.7h21.5c1 0 1.8.9 1.8 1.8l-.1 12.3a1.7 1.7 0 0 1-1.7 1.7"
}), React498.createElement("path", {
fill: "#FFF",
d: "M215.1 29.2c0 2.6-2 4.6-4.5 4.6a4.6 4.6 0 0 1-4.5-4.7v-6.9c0-2.6 2-4.6 4.6-4.6 2.5 0 4.5 2 4.4 4.7v6.9zm-4.5-14a6.9 6.9 0 0 0-7 6.8v7.3a6.9 6.9 0 0 0 13.8.1V22a6.9 6.9 0 0 0-6.8-6.9zm-43 53.2h-4a4.7 4.7 0 0 1-4.7-4.8 4.7 4.7 0 0 1 4.7-4.7h4a4.7 4.7 0 0 1 4.7 4.8 4.7 4.7 0 0 1-4.7 4.7"
}), React498.createElement("path", {
fill: "#5BA02E",
d: "M168.2 248.8a6.6 6.6 0 0 1-6.6-6.6v-66a6.6 6.6 0 0 1 13.2 0v66a6.6 6.6 0 0 1-6.6 6.6"
}), React498.createElement("path", {
fill: "#92C110",
d: "M176.1 248.2a6.6 6.6 0 0 1-6.6-6.6v-33a6.6 6.6 0 1 1 13.3 0v33a6.6 6.6 0 0 1-6.7 6.6"
}), React498.createElement("path", {
fill: "#F2D7AD",
d: "M186 293.9h-27.4a3.2 3.2 0 0 1-3.2-3.2v-45.9a3.2 3.2 0 0 1 3.2-3.1H186a3.2 3.2 0 0 1 3.2 3.1v46a3.2 3.2 0 0 1-3.2 3"
}), React498.createElement("path", {
fill: "#FFF",
d: "M82 147.7s6.3-1 17.5-1.3c11.8-.4 17.6 1 17.6 1s3.7-3.8 1-8.3c1.3-12.1 6-32.9.3-48.3-1.1-1.4-3.7-1.5-7.5-.6-1.4.3-7.2-.2-8-.1l-15.3-.4-8-.5c-1.6-.1-4.3-1.7-5.5-.3-.4.4-2.4 5.6-2 16l8.7 35.7s-3.2 3.6 1.2 7"
}), React498.createElement("path", {
fill: "#FFC6A0",
d: "m75.8 73.3-1-6.4 12-6.5s7.4-.1 8 1.2c.8 1.3-5.5 1-5.5 1s-1.9 1.4-2.6 2.5c-1.7 2.4-1 6.5-8.4 6-1.7.3-2.5 2.2-2.5 2.2"
}), React498.createElement("path", {
fill: "#FFB594",
d: "M52.4 77.7S66.7 87 77.4 92c1 .5-2 16.2-11.9 11.8-7.4-3.3-20.1-8.4-21.5-14.5-.7-3.2 2.6-7.6 8.4-11.7M142 80s-6.7 3-13.9 6.9c-3.9 2.1-10.1 4.7-12.3 8-6.2 9.3 3.5 11.2 13 7.5 6.6-2.7 29-12.1 13.2-22.4"
}), React498.createElement("path", {
fill: "#FFC6A0",
d: "m76.2 66.4 3 3.8S76.4 73 73 76c-7 6.2-12.8 14.3-16 16.4-4 2.7-9.7 3.3-12.2 0-3.5-5.1.5-14.7 31.5-26"
}), React498.createElement("path", {
fill: "#FFF",
d: "M64.7 85.1s-2.4 8.4-9 14.5c.7.5 18.6 10.5 22.2 10 5.2-.6 6.4-19 1.2-20.5-.8-.2-6-1.3-8.9-2.2-.9-.2-1.6-1.7-3.5-1l-2-.8zm63.7.7s5.3 2 7.3 13.8c-.6.2-17.6 12.3-21.8 7.8-6.6-7-.8-17.4 4.2-18.6 4.7-1.2 5-1.4 10.3-3"
}), React498.createElement("path", {
stroke: "#E4EBF7",
d: "M78.2 94.7s.9 7.4-5 13",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "1.1"
}), React498.createElement("path", {
stroke: "#E4EBF7",
d: "M87.4 94.7s3.1 2.6 10.3 2.6c7.1 0 9-3.5 9-3.5",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: ".9"
}), React498.createElement("path", {
fill: "#FFC6A0",
d: "m117.2 68.6-6.8-6.1s-5.4-4.4-9.2-1c-3.9 3.5 4.4 2.2 5.6 4.2 1.2 2.1.9 1.2-2 .5-5.7-1.4-2.1.9 3 5.3 2 1.9 7 1 7 1l2.4-3.9z"
}), React498.createElement("path", {
fill: "#FFB594",
d: "m105.3 91.3-.3-11H89l-.5 10.5c0 .4.2.8.6 1 2 1.3 9.3 5 15.8.4.2-.2.4-.5.4-.9"
}), React498.createElement("path", {
fill: "#5C2552",
d: "M107.6 74.2c.8-1.1 1-9 1-11.9a1 1 0 0 0-1-1l-4.6-.4c-7.7-1-17 .6-18.3 6.3-5.4 5.9-.4 13.3-.4 13.3s2 3.5 4.3 6.8c.8 1 .4-3.8 3-6a47.9 47.9 0 0 1 16-7"
}), React498.createElement("path", {
fill: "#FFC6A0",
d: "M88.4 83.2s2.7 6.2 11.6 6.5c7.8.3 9-7 7.5-17.5l-1-5.5c-6-2.9-15.4.6-15.4.6s-.6 2-.2 5.5c-2.3 2-1.8 5.6-1.8 5.6s-1-2-2-2.3c-.9-.3-2 0-2.3 2-1 4.6 3.6 5.1 3.6 5.1"
}), React498.createElement("path", {
stroke: "#DB836E",
d: "m100.8 77.1 1.7-1-1-4.3.7-1.4",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "1.1"
}), React498.createElement("path", {
fill: "#552950",
d: "M105.5 74c0 .8-.4 1.4-1 1.4-.4 0-.8-.7-.8-1.4s.5-1.2 1-1.2.9.6.8 1.3m-8 .2c0 .8-.4 1.3-.9 1.3s-.9-.6-.9-1.3c0-.7.5-1.3 1-1.3s1 .6.9 1.3"
}), React498.createElement("path", {
stroke: "#DB836E",
d: "M91.1 86.8s5.3 5 12.7 2.3",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "1.1"
}), React498.createElement("path", {
fill: "#DB836E",
d: "M99.8 81.9s-3.6.2-1.5-2.8c1.6-1.5 5-.4 5-.4s1 3.9-3.5 3.2"
}), React498.createElement("path", {
stroke: "#5C2552",
d: "M102.9 70.6s2.5.8 3.4.7m-12.4.7s2.5-1.2 4.8-1.1",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "1.5"
}), React498.createElement("path", {
stroke: "#DB836E",
d: "M86.3 77.4s1 .9 1.5 2c-.4.6-1 1.2-.3 1.9m11.8 2.4s2 .2 2.5-.2",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "1.1"
}), React498.createElement("path", {
stroke: "#E4EBF7",
d: "m87.8 115.8 15.7-3m-3.3 3 10-2m-43.7-27s-1.6 8.8-6.7 14M128.3 88s3 4 4 11.7",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "1.1"
}), React498.createElement("path", {
stroke: "#DB836E",
d: "M64 84.8s-6 10-13.5 10",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: ".8"
}), React498.createElement("path", {
fill: "#FFC6A0",
d: "m112.4 66-.2 5.2 12 9.2c4.5 3.6 8.9 7.5 11 8.7 4.8 2.8 8.9 3.3 11 1.8 4.1-2.9 4.4-9.9-8.1-15.3-4.3-1.8-16.1-6.3-25.7-9.7"
}), React498.createElement("path", {
stroke: "#DB836E",
d: "M130.5 85.5s4.6 5.7 11.7 6.2",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: ".8"
}), React498.createElement("path", {
stroke: "#E4EBF7",
d: "M121.7 105.7s-.4 8.6-1.3 13.6",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "1.1"
}), React498.createElement("path", {
stroke: "#648BD8",
d: "M115.8 161.5s-3.6-1.5-2.7-7.1",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "1.1"
}), React498.createElement("path", {
fill: "#CBD1D1",
d: "M101.5 290.2s4.3 2.1 7.4 1c2.9-.9 4.6.7 7.2 1.3 2.5.5 6.9 1 11.7-1.3 0-5.6-7-4-12-6.8-2.6-1.4-3.8-4.7-3.6-8.8h-9.5s-1.4 10.6-1.2 14.6"
}), React498.createElement("path", {
fill: "#2B0849",
d: "M101.5 290s2.4 1.4 6.8.7c3-.4 3.7.5 7.5 1 3.7.6 10.8 0 11.9-.8.4 1-.4 2-.4 2s-1.5.7-4.8.9c-2 .1-5.8.3-7.7-.5-1.8-1.4-5.2-2-5.7-.3-4 1-7.4-.3-7.4-.3l-.2-2.6z"
}), React498.createElement("path", {
fill: "#A4AABA",
d: "M108.8 276.2h3.1s0 6.7 4.6 8.6c-4.7.6-8.6-2.3-7.7-8.6"
}), React498.createElement("path", {
fill: "#CBD1D1",
d: "M57.6 272.5s-2 7.5-4.5 12.4c-1.8 3.7-4.2 7.6 5.5 7.6 6.7 0 9-.5 7.5-6.7-1.5-6.1.3-13.3.3-13.3h-8.8z"
}), React498.createElement("path", {
fill: "#2B0849",
d: "M51.5 290s2.2 1.2 6.7 1.2c6.1 0 8.3-1.6 8.3-1.6s.6 1-.6 2.1c-1 .9-3.6 1.6-7.4 1.6-4.2 0-6-.6-6.8-1.2-.9-.5-.7-1.6-.2-2"
}), React498.createElement("path", {
fill: "#A4AABA",
d: "M58.5 274.4s0 1.6-.3 3-1 3.1-1.1 4.2c0 1.1 4.5 1.5 5.2 0 .6-1.6 1.3-6.5 1.9-7.3.6-.8-5-2.1-5.7.1"
}), React498.createElement("path", {
fill: "#7BB2F9",
d: "m100.9 277 13.3.1s1.3-54.2 1.8-64c.6-9.9 3.8-43.2 1-62.8l-12.4-.7-22.8.8-1.2 10c0 .4-.6.8-.7 1.3 0 .6.4 1.3.3 2-2.3 14-6.3 32.9-8.7 46.4-.1.6-1.2 1-1.4 2.6 0 .3.2 1.6 0 1.8-6.8 18.7-10.8 47.6-14.1 61.6h14.5s2.2-8.6 4-17a3984 3984 0 0 1 23-84.5l3-.5 1 46.1s-.2 1.2.4 2c.5.8-.6 1.1-.4 2.3l.4 1.7-1 11.9c-.4 4.6 0 39 0 39"
}), React498.createElement("path", {
stroke: "#648BD8",
d: "M77.4 220.4c1.2.1 4-2 7-4.9m23.1 8.4s2.8-1 6.1-3.8",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "1.1"
}), React498.createElement("path", {
stroke: "#648BD8",
d: "M108.5 221s2.7-1.2 6-4",
strokeLinecap: "round",
strokeLinejoin: "round"
}), React498.createElement("path", {
stroke: "#648BD8",
d: "M76.1 223.6s2.6-.6 6.5-3.4m4.7-69.4c-.2 3.1.3 8.5-4.3 9m21.8-10.7s.1 14-1.3 15c-2.2 1.6-3 1.9-3 1.9m.5-16.4s0 12.8-1.2 24.3m-4.9 1s7.2-1.6 9.4-1.6m-28.6 31.5-1 4.5s-1.5 1.8-1 3.7c.4 2-1 2-5 15.3-1.7 5.6-4.4 18.5-6.3 27.5l-4 18.4M77 196.7a313.3 313.3 0 0 1-.8 4.8m7.7-50-1.2 10.3s-1 .2-.5 2.3c.1 1.3-2.6 15.6-5.1 30.2M57.6 273h13.2",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "1.1"
}), React498.createElement("path", {
fill: "#192064",
d: "M117.4 147.4s-17-3-35.7.2v4.2s14.6-2.9 35.5-.4l.2-4"
}), React498.createElement("path", {
fill: "#FFF",
d: "M107.5 150.4v-5a.8.8 0 0 0-.8-.7H99a.8.8 0 0 0-.7.8v4.8c0 .5.3.9.8.8a140.8 140.8 0 0 1 7.7 0 .8.8 0 0 0 .8-.7"
}), React498.createElement("path", {
fill: "#192064",
d: "M106.4 149.4v-3a.6.6 0 0 0-.6-.7 94.1 94.1 0 0 0-5.8 0 .6.6 0 0 0-.7.7v3c0 .4.3.7.7.7h5.7c.4 0 .7-.3.7-.7"
}), React498.createElement("path", {
stroke: "#648BD8",
d: "M101.5 274h12.3m-11.1-5v6.5m0-12.4v4.3m-.5-93.4.9 44.4s.7 1.6-.2 2.7c-1 1.1 2.4.7.9 2.2-1.6 1.6.9 1.1 0 3.4-.6 1.5-1 21-1.1 35",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "1.1"
})));
var unauthorized_default = Unauthorized;
// node_modules/antd/es/result/index.js
var IconMap = {
success: CheckCircleFilled_default,
error: CloseCircleFilled_default,
info: ExclamationCircleFilled_default,
warning: WarningFilled_default
};
var ExceptionMap = {
"404": noFound_default,
"500": serverError_default,
"403": unauthorized_default
};
var ExceptionStatus = Object.keys(ExceptionMap);
var Icon3 = ({
prefixCls,
icon,
status
}) => {
const className = (0, import_classnames224.default)(`${prefixCls}-icon`);
if (true) {
const warning5 = devUseWarning("Result");
true ? warning5(!(typeof icon === "string" && icon.length > 2), "breaking", `\`icon\` is using ReactNode instead of string naming in v4. Please check \`${icon}\` at https://ant.design/components/icon`) : void 0;
}
if (ExceptionStatus.includes(`${status}`)) {
const SVGComponent = ExceptionMap[status];
return React499.createElement("div", {
className: `${className} ${prefixCls}-image`
}, React499.createElement(SVGComponent, null));
}
const iconNode = React499.createElement(IconMap[status]);
if (icon === null || icon === false) {
return null;
}
return React499.createElement("div", {
className
}, icon || iconNode);
};
var Extra = ({
prefixCls,
extra
}) => {
if (!extra) {
return null;
}
return React499.createElement("div", {
className: `${prefixCls}-extra`
}, extra);
};
var Result = ({
prefixCls: customizePrefixCls,
className: customizeClassName,
rootClassName,
subTitle,
title,
style: style2,
children,
status = "info",
icon,
extra
}) => {
const {
getPrefixCls,
direction,
result
} = React499.useContext(ConfigContext);
const prefixCls = getPrefixCls("result", customizePrefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default52(prefixCls);
const className = (0, import_classnames224.default)(prefixCls, `${prefixCls}-${status}`, customizeClassName, result === null || result === void 0 ? void 0 : result.className, rootClassName, {
[`${prefixCls}-rtl`]: direction === "rtl"
}, hashId, cssVarCls);
const mergedStyle = Object.assign(Object.assign({}, result === null || result === void 0 ? void 0 : result.style), style2);
return wrapCSSVar(React499.createElement("div", {
className,
style: mergedStyle
}, React499.createElement(Icon3, {
prefixCls,
status,
icon
}), React499.createElement("div", {
className: `${prefixCls}-title`
}, title), subTitle && React499.createElement("div", {
className: `${prefixCls}-subtitle`
}, subTitle), React499.createElement(Extra, {
prefixCls,
extra
}), children && React499.createElement("div", {
className: `${prefixCls}-content`
}, children)));
};
Result.PRESENTED_IMAGE_403 = ExceptionMap["403"];
Result.PRESENTED_IMAGE_404 = ExceptionMap["404"];
Result.PRESENTED_IMAGE_500 = ExceptionMap["500"];
if (true) {
Result.displayName = "Result";
}
var result_default = Result;
// node_modules/antd/es/row/index.js
var row_default2 = row_default;
// node_modules/antd/es/splitter/Panel.js
var import_react186 = __toESM(require_react());
var import_classnames225 = __toESM(require_classnames());
var InternalPanel = (0, import_react186.forwardRef)((props, ref) => {
const {
prefixCls,
className,
children,
size,
style: style2 = {}
} = props;
const panelClassName = (0, import_classnames225.default)(`${prefixCls}-panel`, {
[`${prefixCls}-panel-hidden`]: size === 0
}, className);
const hasSize = size !== void 0;
return import_react186.default.createElement("div", {
ref,
className: panelClassName,
style: Object.assign(Object.assign({}, style2), {
// Use auto when start from ssr
flexBasis: hasSize ? size : "auto",
flexGrow: hasSize ? 0 : 1
})
}, children);
});
if (true) {
InternalPanel.displayName = "Panel";
}
var Panel4 = () => null;
var Panel_default4 = Panel4;
// node_modules/antd/es/splitter/Splitter.js
var import_react189 = __toESM(require_react());
var import_classnames227 = __toESM(require_classnames());
// node_modules/antd/es/splitter/hooks/useItems.js
var React501 = __toESM(require_react());
var __rest95 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
function getCollapsible(collapsible) {
if (collapsible && typeof collapsible === "object") {
return Object.assign(Object.assign({}, collapsible), {
showCollapsibleIcon: collapsible.showCollapsibleIcon === void 0 ? "auto" : collapsible.showCollapsibleIcon
});
}
const mergedCollapsible = !!collapsible;
return {
start: mergedCollapsible,
end: mergedCollapsible,
showCollapsibleIcon: "auto"
};
}
function useItems4(children) {
const items = React501.useMemo(() => toArray(children).filter((item) => React501.isValidElement(item)).map((node2) => {
const {
props
} = node2;
const {
collapsible
} = props, restProps = __rest95(props, ["collapsible"]);
return Object.assign(Object.assign({}, restProps), {
collapsible: getCollapsible(collapsible)
});
}), [children]);
return items;
}
var useItems_default2 = useItems4;
// node_modules/antd/es/splitter/hooks/useResizable.js
var React502 = __toESM(require_react());
function getShowCollapsibleIcon(prev2, next2) {
if (prev2.collapsible && next2.collapsible) {
if (prev2.showCollapsibleIcon === true || next2.showCollapsibleIcon === true) {
return true;
}
if (prev2.showCollapsibleIcon === "auto" || next2.showCollapsibleIcon === "auto") {
return "auto";
}
return false;
}
if (prev2.collapsible) {
return prev2.showCollapsibleIcon;
}
if (next2.collapsible) {
return next2.showCollapsibleIcon;
}
return false;
}
function useResizable(items, pxSizes, isRTL) {
return React502.useMemo(() => {
const resizeInfos = [];
for (let i = 0; i < items.length - 1; i += 1) {
const prevItem = items[i];
const nextItem = items[i + 1];
const prevSize = pxSizes[i];
const nextSize = pxSizes[i + 1];
const {
resizable: prevResizable = true,
min: prevMin,
collapsible: prevCollapsible
} = prevItem;
const {
resizable: nextResizable = true,
min: nextMin,
collapsible: nextCollapsible
} = nextItem;
const mergedResizable = (
// Both need to be resizable
prevResizable && nextResizable && // Prev is not collapsed and limit min size
(prevSize !== 0 || !prevMin) && // Next is not collapsed and limit min size
(nextSize !== 0 || !nextMin)
);
const prevEndCollapsible = !!prevCollapsible.end && prevSize > 0;
const nextStartExpandable = !!nextCollapsible.start && nextSize === 0 && prevSize > 0;
const startCollapsible = prevEndCollapsible || nextStartExpandable;
const nextStartCollapsible = !!nextCollapsible.start && nextSize > 0;
const prevEndExpandable = !!prevCollapsible.end && prevSize === 0 && nextSize > 0;
const endCollapsible = nextStartCollapsible || prevEndExpandable;
const showStartCollapsibleIcon = getShowCollapsibleIcon({
collapsible: prevEndCollapsible,
showCollapsibleIcon: prevCollapsible.showCollapsibleIcon
}, {
collapsible: nextStartExpandable,
showCollapsibleIcon: nextCollapsible.showCollapsibleIcon
});
const showEndCollapsibleIcon = getShowCollapsibleIcon({
collapsible: nextStartCollapsible,
showCollapsibleIcon: nextCollapsible.showCollapsibleIcon
}, {
collapsible: prevEndExpandable,
showCollapsibleIcon: prevCollapsible.showCollapsibleIcon
});
resizeInfos[i] = {
resizable: mergedResizable,
startCollapsible: !!(isRTL ? endCollapsible : startCollapsible),
endCollapsible: !!(isRTL ? startCollapsible : endCollapsible),
showStartCollapsibleIcon: isRTL ? showEndCollapsibleIcon : showStartCollapsibleIcon,
showEndCollapsibleIcon: isRTL ? showStartCollapsibleIcon : showEndCollapsibleIcon
};
}
return resizeInfos;
}, [pxSizes, items, isRTL]);
}
// node_modules/antd/es/splitter/hooks/useResize.js
var React504 = __toESM(require_react());
// node_modules/antd/es/splitter/hooks/useSizes.js
var import_react187 = __toESM(require_react());
// node_modules/antd/es/splitter/hooks/sizeUtil.js
function autoPtgSizes(ptgSizes, minPtgSizes, maxPtgSizes) {
let currentTotalPtg = 0;
const undefinedIndexes = [];
ptgSizes.forEach((size, index3) => {
if (size === void 0) {
undefinedIndexes.push(index3);
} else {
currentTotalPtg += size;
}
});
const restPtg = 1 - currentTotalPtg;
const undefinedCount = undefinedIndexes.length;
if (ptgSizes.length && !undefinedIndexes.length && currentTotalPtg !== 1) {
if (currentTotalPtg === 0) {
const avg = 1 / ptgSizes.length;
return ptgSizes.map(() => avg);
}
const scale = 1 / currentTotalPtg;
return ptgSizes.map((size) => size * scale);
}
if (restPtg < 0) {
const scale = 1 / currentTotalPtg;
return ptgSizes.map((size) => size === void 0 ? 0 : size * scale);
}
let sumMin = 0;
let sumMax = 0;
let limitMin = 0;
let limitMax = 1;
for (const index3 of undefinedIndexes) {
const min = minPtgSizes[index3] || 0;
const max = maxPtgSizes[index3] || 1;
sumMin += min;
sumMax += max;
limitMin = Math.max(limitMin, min);
limitMax = Math.min(limitMax, max);
}
if (sumMin > 1 && sumMax < 1) {
const avg = 1 / undefinedCount;
return ptgSizes.map((size) => size === void 0 ? avg : size);
}
const restAvg = restPtg / undefinedCount;
if (limitMin <= restAvg && restAvg <= limitMax) {
return ptgSizes.map((size) => size === void 0 ? restAvg : size);
}
const result = _toConsumableArray(ptgSizes);
let remain = restPtg - sumMin;
for (let i = 0; i < undefinedCount; i += 1) {
const index3 = undefinedIndexes[i];
const min = minPtgSizes[index3] || 0;
const max = maxPtgSizes[index3] || 1;
result[index3] = min;
const canAdd = max - min;
const add = Math.min(canAdd, remain);
result[index3] += add;
remain -= add;
}
return result;
}
// node_modules/antd/es/splitter/hooks/useSizes.js
function getPtg(str) {
return Number(str.slice(0, -1)) / 100;
}
function isPtg(itemSize) {
return typeof itemSize === "string" && itemSize.endsWith("%");
}
function useSizes(items, containerSize) {
const propSizes = items.map((item) => item.size);
const itemsCount = items.length;
const mergedContainerSize = containerSize || 0;
const ptg2px = (ptg) => ptg * mergedContainerSize;
const [innerSizes, setInnerSizes] = import_react187.default.useState(() => items.map((item) => item.defaultSize));
const sizes2 = import_react187.default.useMemo(() => {
var _a;
const mergedSizes = [];
for (let i = 0; i < itemsCount; i += 1) {
mergedSizes[i] = (_a = propSizes[i]) !== null && _a !== void 0 ? _a : innerSizes[i];
}
return mergedSizes;
}, [itemsCount, innerSizes, propSizes]);
const postPercentMinSizes = import_react187.default.useMemo(() => items.map((item) => {
if (isPtg(item.min)) {
return getPtg(item.min);
}
return (item.min || 0) / mergedContainerSize;
}), [items, mergedContainerSize]);
const postPercentMaxSizes = import_react187.default.useMemo(() => items.map((item) => {
if (isPtg(item.max)) {
return getPtg(item.max);
}
return (item.max || mergedContainerSize) / mergedContainerSize;
}), [items, mergedContainerSize]);
const postPercentSizes = import_react187.default.useMemo(() => {
const ptgList = [];
for (let i = 0; i < itemsCount; i += 1) {
const itemSize = sizes2[i];
if (isPtg(itemSize)) {
ptgList[i] = getPtg(itemSize);
} else if (itemSize || itemSize === 0) {
const num = Number(itemSize);
if (!Number.isNaN(num)) {
ptgList[i] = num / mergedContainerSize;
}
} else {
ptgList[i] = void 0;
}
}
return autoPtgSizes(ptgList, postPercentMinSizes, postPercentMaxSizes);
}, [sizes2, mergedContainerSize, postPercentMinSizes, postPercentMaxSizes]);
const postPxSizes = import_react187.default.useMemo(() => postPercentSizes.map(ptg2px), [postPercentSizes, mergedContainerSize]);
const panelSizes = import_react187.default.useMemo(() => containerSize ? postPxSizes : sizes2, [postPxSizes, containerSize]);
return [panelSizes, postPxSizes, postPercentSizes, postPercentMinSizes, postPercentMaxSizes, setInnerSizes];
}
// node_modules/antd/es/splitter/hooks/useResize.js
function useResize(items, resizableInfos, percentSizes, containerSize, updateSizes, isRTL) {
const limitSizes = items.map((item) => [item.min, item.max]);
const mergedContainerSize = containerSize || 0;
const ptg2px = (ptg) => ptg * mergedContainerSize;
function getLimitSize(str, defaultLimit) {
if (typeof str === "string") {
return ptg2px(getPtg(str));
}
return str !== null && str !== void 0 ? str : defaultLimit;
}
const [cacheSizes, setCacheSizes] = React504.useState([]);
const cacheCollapsedSize = React504.useRef([]);
const [movingIndex, setMovingIndex] = React504.useState(null);
const getPxSizes = () => percentSizes.map(ptg2px);
const onOffsetStart = (index3) => {
setCacheSizes(getPxSizes());
setMovingIndex({
index: index3,
confirmed: false
});
};
const onOffsetUpdate = (index3, offset3) => {
var _a;
let confirmedIndex = null;
if ((!movingIndex || !movingIndex.confirmed) && offset3 !== 0) {
if (offset3 > 0) {
confirmedIndex = index3;
setMovingIndex({
index: index3,
confirmed: true
});
} else {
for (let i = index3; i >= 0; i -= 1) {
if (cacheSizes[i] > 0 && resizableInfos[i].resizable) {
confirmedIndex = i;
setMovingIndex({
index: i,
confirmed: true
});
break;
}
}
}
}
const mergedIndex = (_a = confirmedIndex !== null && confirmedIndex !== void 0 ? confirmedIndex : movingIndex === null || movingIndex === void 0 ? void 0 : movingIndex.index) !== null && _a !== void 0 ? _a : index3;
const numSizes = _toConsumableArray(cacheSizes);
const nextIndex = mergedIndex + 1;
const startMinSize = getLimitSize(limitSizes[mergedIndex][0], 0);
const endMinSize = getLimitSize(limitSizes[nextIndex][0], 0);
const startMaxSize = getLimitSize(limitSizes[mergedIndex][1], mergedContainerSize);
const endMaxSize = getLimitSize(limitSizes[nextIndex][1], mergedContainerSize);
let mergedOffset = offset3;
if (numSizes[mergedIndex] + mergedOffset < startMinSize) {
mergedOffset = startMinSize - numSizes[mergedIndex];
}
if (numSizes[nextIndex] - mergedOffset < endMinSize) {
mergedOffset = numSizes[nextIndex] - endMinSize;
}
if (numSizes[mergedIndex] + mergedOffset > startMaxSize) {
mergedOffset = startMaxSize - numSizes[mergedIndex];
}
if (numSizes[nextIndex] - mergedOffset > endMaxSize) {
mergedOffset = numSizes[nextIndex] - endMaxSize;
}
numSizes[mergedIndex] += mergedOffset;
numSizes[nextIndex] -= mergedOffset;
updateSizes(numSizes);
return numSizes;
};
const onOffsetEnd = () => {
setMovingIndex(null);
};
const onCollapse = (index3, type5) => {
const currentSizes = getPxSizes();
const adjustedType = isRTL ? type5 === "start" ? "end" : "start" : type5;
const currentIndex = adjustedType === "start" ? index3 : index3 + 1;
const targetIndex = adjustedType === "start" ? index3 + 1 : index3;
const currentSize = currentSizes[currentIndex];
const targetSize = currentSizes[targetIndex];
if (currentSize !== 0 && targetSize !== 0) {
currentSizes[currentIndex] = 0;
currentSizes[targetIndex] += currentSize;
cacheCollapsedSize.current[index3] = currentSize;
} else {
const totalSize = currentSize + targetSize;
const currentSizeMin = getLimitSize(limitSizes[currentIndex][0], 0);
const currentSizeMax = getLimitSize(limitSizes[currentIndex][1], mergedContainerSize);
const targetSizeMin = getLimitSize(limitSizes[targetIndex][0], 0);
const targetSizeMax = getLimitSize(limitSizes[targetIndex][1], mergedContainerSize);
const limitStart = Math.max(currentSizeMin, totalSize - targetSizeMax);
const limitEnd = Math.min(currentSizeMax, totalSize - targetSizeMin);
const halfOffset = targetSizeMin || (limitEnd - limitStart) / 2;
const targetCacheCollapsedSize = cacheCollapsedSize.current[index3];
const currentCacheCollapsedSize = totalSize - targetCacheCollapsedSize;
const shouldUseCache = targetCacheCollapsedSize && targetCacheCollapsedSize <= targetSizeMax && targetCacheCollapsedSize >= targetSizeMin && currentCacheCollapsedSize <= currentSizeMax && currentCacheCollapsedSize >= currentSizeMin;
if (shouldUseCache) {
currentSizes[targetIndex] = targetCacheCollapsedSize;
currentSizes[currentIndex] = currentCacheCollapsedSize;
} else {
currentSizes[currentIndex] -= halfOffset;
currentSizes[targetIndex] += halfOffset;
}
}
updateSizes(currentSizes);
return currentSizes;
};
return [onOffsetStart, onOffsetUpdate, onOffsetEnd, onCollapse, movingIndex === null || movingIndex === void 0 ? void 0 : movingIndex.index];
}
// node_modules/antd/es/splitter/SplitBar.js
var import_react188 = __toESM(require_react());
var import_classnames226 = __toESM(require_classnames());
function getValidNumber(num) {
return typeof num === "number" && !Number.isNaN(num) && Number.isFinite(num) ? Math.round(num) : 0;
}
var SplitBar = (props) => {
const {
prefixCls,
vertical,
index: index3,
active,
ariaNow,
ariaMin,
ariaMax,
resizable,
startCollapsible,
endCollapsible,
onOffsetStart,
onOffsetUpdate,
onOffsetEnd,
onCollapse,
lazy,
containerSize,
showStartCollapsibleIcon,
showEndCollapsibleIcon
} = props;
const splitBarPrefixCls = `${prefixCls}-bar`;
const [startPos, setStartPos] = (0, import_react188.useState)(null);
const [constrainedOffset, setConstrainedOffset] = (0, import_react188.useState)(0);
const constrainedOffsetX = vertical ? 0 : constrainedOffset;
const constrainedOffsetY = vertical ? constrainedOffset : 0;
const onMouseDown = (e3) => {
if (resizable && e3.currentTarget) {
setStartPos([e3.pageX, e3.pageY]);
onOffsetStart(index3);
}
};
const onTouchStart = (e3) => {
if (resizable && e3.touches.length === 1) {
const touch = e3.touches[0];
setStartPos([touch.pageX, touch.pageY]);
onOffsetStart(index3);
}
};
const getConstrainedOffset = (rawOffset) => {
const currentPos = containerSize * ariaNow / 100;
const newPos = currentPos + rawOffset;
const minAllowed = Math.max(0, containerSize * ariaMin / 100);
const maxAllowed = Math.min(containerSize, containerSize * ariaMax / 100);
const clampedPos = Math.max(minAllowed, Math.min(maxAllowed, newPos));
return clampedPos - currentPos;
};
const handleLazyMove = useEvent((offsetX, offsetY) => {
const constrainedOffsetValue = getConstrainedOffset(vertical ? offsetY : offsetX);
setConstrainedOffset(constrainedOffsetValue);
});
const handleLazyEnd = useEvent(() => {
onOffsetUpdate(index3, constrainedOffsetX, constrainedOffsetY, true);
setConstrainedOffset(0);
onOffsetEnd(true);
});
const getVisibilityClass = (mode) => {
switch (mode) {
case true:
return `${splitBarPrefixCls}-collapse-bar-always-visible`;
case false:
return `${splitBarPrefixCls}-collapse-bar-always-hidden`;
case "auto":
return `${splitBarPrefixCls}-collapse-bar-hover-only`;
}
};
useLayoutEffect_default(() => {
if (!startPos) {
return;
}
const onMouseMove = (e3) => {
const {
pageX,
pageY
} = e3;
const offsetX = pageX - startPos[0];
const offsetY = pageY - startPos[1];
if (lazy) {
handleLazyMove(offsetX, offsetY);
} else {
onOffsetUpdate(index3, offsetX, offsetY);
}
};
const onMouseUp = () => {
if (lazy) {
handleLazyEnd();
} else {
onOffsetEnd();
}
setStartPos(null);
};
const handleTouchMove = (e3) => {
if (e3.touches.length === 1) {
const touch = e3.touches[0];
const offsetX = touch.pageX - startPos[0];
const offsetY = touch.pageY - startPos[1];
if (lazy) {
handleLazyMove(offsetX, offsetY);
} else {
onOffsetUpdate(index3, offsetX, offsetY);
}
}
};
const handleTouchEnd = () => {
if (lazy) {
handleLazyEnd();
} else {
onOffsetEnd();
}
setStartPos(null);
};
const eventHandlerMap = {
mousemove: onMouseMove,
mouseup: onMouseUp,
touchmove: handleTouchMove,
touchend: handleTouchEnd
};
for (const [event, handler] of Object.entries(eventHandlerMap)) {
window.addEventListener(event, handler);
}
return () => {
for (const [event, handler] of Object.entries(eventHandlerMap)) {
window.removeEventListener(event, handler);
}
};
}, [startPos, index3, lazy]);
const transformStyle = {
[`--${splitBarPrefixCls}-preview-offset`]: `${constrainedOffset}px`
};
const StartIcon = vertical ? UpOutlined_default : LeftOutlined_default;
const EndIcon = vertical ? DownOutlined_default : RightOutlined_default;
return import_react188.default.createElement("div", {
className: splitBarPrefixCls,
role: "separator",
"aria-valuenow": getValidNumber(ariaNow),
"aria-valuemin": getValidNumber(ariaMin),
"aria-valuemax": getValidNumber(ariaMax)
}, lazy && import_react188.default.createElement("div", {
className: (0, import_classnames226.default)(`${splitBarPrefixCls}-preview`, {
[`${splitBarPrefixCls}-preview-active`]: !!constrainedOffset
}),
style: transformStyle
}), import_react188.default.createElement("div", {
className: (0, import_classnames226.default)(`${splitBarPrefixCls}-dragger`, {
[`${splitBarPrefixCls}-dragger-disabled`]: !resizable,
[`${splitBarPrefixCls}-dragger-active`]: active
}),
onMouseDown,
onTouchStart
}), startCollapsible && import_react188.default.createElement("div", {
className: (0, import_classnames226.default)(`${splitBarPrefixCls}-collapse-bar`, `${splitBarPrefixCls}-collapse-bar-start`, getVisibilityClass(showStartCollapsibleIcon)),
onClick: () => onCollapse(index3, "start")
}, import_react188.default.createElement(StartIcon, {
className: (0, import_classnames226.default)(`${splitBarPrefixCls}-collapse-icon`, `${splitBarPrefixCls}-collapse-start`)
})), endCollapsible && import_react188.default.createElement("div", {
className: (0, import_classnames226.default)(`${splitBarPrefixCls}-collapse-bar`, `${splitBarPrefixCls}-collapse-bar-end`, getVisibilityClass(showEndCollapsibleIcon)),
onClick: () => onCollapse(index3, "end")
}, import_react188.default.createElement(EndIcon, {
className: (0, import_classnames226.default)(`${splitBarPrefixCls}-collapse-icon`, `${splitBarPrefixCls}-collapse-end`)
})));
};
var SplitBar_default = SplitBar;
// node_modules/antd/es/splitter/style/index.js
var genRtlStyle3 = (token2) => {
const {
componentCls
} = token2;
return {
[`&-rtl${componentCls}-horizontal`]: {
[`> ${componentCls}-bar`]: {
[`${componentCls}-bar-collapse-previous`]: {
insetInlineEnd: 0,
insetInlineStart: "unset"
},
[`${componentCls}-bar-collapse-next`]: {
insetInlineEnd: "unset",
insetInlineStart: 0
}
}
},
[`&-rtl${componentCls}-vertical`]: {
[`> ${componentCls}-bar`]: {
[`${componentCls}-bar-collapse-previous`]: {
insetInlineEnd: "50%",
insetInlineStart: "unset"
},
[`${componentCls}-bar-collapse-next`]: {
insetInlineEnd: "50%",
insetInlineStart: "unset"
}
}
}
};
};
var centerStyle = {
position: "absolute",
top: "50%",
left: {
_skip_check_: true,
value: "50%"
},
transform: "translate(-50%, -50%)"
};
var genSplitterStyle = (token2) => {
const {
componentCls,
colorFill,
splitBarDraggableSize,
splitBarSize,
splitTriggerSize,
controlItemBgHover,
controlItemBgActive,
controlItemBgActiveHover,
prefixCls
} = token2;
const splitBarCls = `${componentCls}-bar`;
const splitMaskCls = `${componentCls}-mask`;
const splitPanelCls = `${componentCls}-panel`;
const halfTriggerSize = token2.calc(splitTriggerSize).div(2).equal();
const splitterBarPreviewOffsetVar = `${prefixCls}-bar-preview-offset`;
const splitterBarPreviewStyle = {
position: "absolute",
background: token2.colorPrimary,
opacity: 0.2,
pointerEvents: "none",
transition: "none",
zIndex: 1,
display: "none"
};
return {
[componentCls]: Object.assign(Object.assign(Object.assign({}, resetComponent(token2)), {
display: "flex",
width: "100%",
height: "100%",
alignItems: "stretch",
// ======================== SplitBar ========================
// Use `>` to avoid conflict with mix layout
[`> ${splitBarCls}`]: {
flex: "none",
position: "relative",
userSelect: "none",
// ======================= Dragger =======================
[`${splitBarCls}-dragger`]: Object.assign(Object.assign({}, centerStyle), {
zIndex: 1,
// Hover background
"&::before": Object.assign({
content: '""',
background: controlItemBgHover
}, centerStyle),
// Spinner
"&::after": Object.assign({
content: '""',
background: colorFill
}, centerStyle),
// Hover
[`&:hover:not(${splitBarCls}-dragger-active)`]: {
"&::before": {
background: controlItemBgActive
}
},
// Active
"&-active": {
zIndex: 2,
"&::before": {
background: controlItemBgActiveHover
}
},
// Disabled, not use `pointer-events: none` since still need trigger collapse
[`&-disabled${splitBarCls}-dragger`]: {
zIndex: 0,
"&, &:hover, &-active": {
cursor: "default",
"&::before": {
background: controlItemBgHover
}
},
"&::after": {
display: "none"
}
}
}),
// ======================= Collapse =======================
[`${splitBarCls}-collapse-bar`]: Object.assign(Object.assign({}, centerStyle), {
zIndex: token2.zIndexPopupBase,
background: controlItemBgHover,
fontSize: token2.fontSizeSM,
borderRadius: token2.borderRadiusXS,
color: token2.colorText,
cursor: "pointer",
opacity: 0,
display: "flex",
alignItems: "center",
justifyContent: "center",
// Hover
"&:hover": {
background: controlItemBgActive
},
// Active
"&:active": {
background: controlItemBgActiveHover
}
}),
"&:hover, &:active": {
[`${splitBarCls}-collapse-bar-hover-only`]: {
opacity: 1
}
},
[`${splitBarCls}-collapse-bar-hover-only`]: {
"@media(hover:none)": {
opacity: 1
}
},
[`${splitBarCls}-collapse-bar-always-hidden`]: {
display: "none"
},
[`${splitBarCls}-collapse-bar-always-visible`]: {
opacity: 1
}
},
// =========================== Mask =========================
// Util dom for handle cursor
[splitMaskCls]: {
position: "fixed",
zIndex: token2.zIndexPopupBase,
inset: 0,
"&-horizontal": {
cursor: "col-resize"
},
"&-vertical": {
cursor: "row-resize"
}
},
// ==========================================================
// == Layout ==
// ==========================================================
"&-horizontal": {
flexDirection: "row",
[`> ${splitBarCls}`]: {
width: 0,
// ======================= Preview =======================
[`${splitBarCls}-preview`]: Object.assign(Object.assign({
height: "100%",
width: splitBarSize
}, splitterBarPreviewStyle), {
[`&${splitBarCls}-preview-active`]: {
display: "block",
transform: `translateX(var(--${splitterBarPreviewOffsetVar}))`
}
}),
// ======================= Dragger =======================
[`${splitBarCls}-dragger`]: {
cursor: "col-resize",
height: "100%",
width: splitTriggerSize,
"&::before": {
height: "100%",
width: splitBarSize
},
"&::after": {
height: splitBarDraggableSize,
width: splitBarSize
}
},
// ======================= Collapse =======================
[`${splitBarCls}-collapse-bar`]: {
width: token2.fontSizeSM,
height: token2.controlHeightSM,
"&-start": {
left: {
_skip_check_: true,
value: "auto"
},
right: {
_skip_check_: true,
value: halfTriggerSize
},
transform: "translateY(-50%)"
},
"&-end": {
left: {
_skip_check_: true,
value: halfTriggerSize
},
right: {
_skip_check_: true,
value: "auto"
},
transform: "translateY(-50%)"
}
}
}
},
"&-vertical": {
flexDirection: "column",
[`> ${splitBarCls}`]: {
height: 0,
// ======================= Preview =======================
[`${splitBarCls}-preview`]: Object.assign(Object.assign({
height: splitBarSize,
width: "100%"
}, splitterBarPreviewStyle), {
[`&${splitBarCls}-preview-active`]: {
display: "block",
transform: `translateY(var(--${splitterBarPreviewOffsetVar}))`
}
}),
// ======================= Dragger =======================
[`${splitBarCls}-dragger`]: {
cursor: "row-resize",
width: "100%",
height: splitTriggerSize,
"&::before": {
width: "100%",
height: splitBarSize
},
"&::after": {
width: splitBarDraggableSize,
height: splitBarSize
}
},
// ======================= Collapse =======================
[`${splitBarCls}-collapse-bar`]: {
height: token2.fontSizeSM,
width: token2.controlHeightSM,
"&-start": {
top: "auto",
bottom: halfTriggerSize,
transform: "translateX(-50%)"
},
"&-end": {
top: halfTriggerSize,
bottom: "auto",
transform: "translateX(-50%)"
}
}
}
},
// ========================= Panels =========================
[splitPanelCls]: {
overflow: "auto",
padding: "0 1px",
scrollbarWidth: "thin",
boxSizing: "border-box",
"&-hidden": {
padding: 0,
overflow: "hidden"
},
[`&:has(${componentCls}:only-child)`]: {
overflow: "hidden"
}
}
}), genRtlStyle3(token2))
};
};
var prepareComponentToken47 = (token2) => {
var _a;
const splitBarSize = token2.splitBarSize || 2;
const splitTriggerSize = token2.splitTriggerSize || 6;
const resizeSpinnerSize = token2.resizeSpinnerSize || 20;
const splitBarDraggableSize = (_a = token2.splitBarDraggableSize) !== null && _a !== void 0 ? _a : resizeSpinnerSize;
return {
splitBarSize,
splitTriggerSize,
splitBarDraggableSize,
resizeSpinnerSize
};
};
var style_default53 = genStyleHooks("Splitter", genSplitterStyle, prepareComponentToken47);
// node_modules/antd/es/splitter/Splitter.js
var Splitter = (props) => {
const {
prefixCls: customizePrefixCls,
className,
style: style2,
layout = "horizontal",
children,
rootClassName,
onResizeStart,
onResize: onResize2,
onResizeEnd,
lazy
} = props;
const {
getPrefixCls,
direction,
className: contextClassName,
style: contextStyle
} = useComponentConfig("splitter");
const prefixCls = getPrefixCls("splitter", customizePrefixCls);
const rootCls = useCSSVarCls_default(prefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default53(prefixCls, rootCls);
const isVertical = layout === "vertical";
const isRTL = direction === "rtl";
const reverse = !isVertical && isRTL;
const items = useItems_default2(children);
if (true) {
const warning5 = devUseWarning("Splitter");
const existSize = items.some((item) => item.size !== void 0);
const existUndefinedSize = items.some((item) => item.size === void 0);
if (existSize && existUndefinedSize && !onResize2) {
true ? warning5(false, "usage", "When part of `Splitter.Panel` has `size`, `onResize` is required or change `size` to `defaultSize`.") : void 0;
}
}
const [containerSize, setContainerSize] = (0, import_react189.useState)();
const onContainerResize = (size) => {
const {
offsetWidth,
offsetHeight
} = size;
const containerSize2 = isVertical ? offsetHeight : offsetWidth;
if (containerSize2 === 0) {
return;
}
setContainerSize(containerSize2);
};
const [panelSizes, itemPxSizes, itemPtgSizes, itemPtgMinSizes, itemPtgMaxSizes, updateSizes] = useSizes(items, containerSize);
const resizableInfos = useResizable(items, itemPxSizes, isRTL);
const [onOffsetStart, onOffsetUpdate, onOffsetEnd, onCollapse, movingIndex] = useResize(items, resizableInfos, itemPtgSizes, containerSize, updateSizes, isRTL);
const onInternalResizeStart = useEvent((index3) => {
onOffsetStart(index3);
onResizeStart === null || onResizeStart === void 0 ? void 0 : onResizeStart(itemPxSizes);
});
const onInternalResizeUpdate = useEvent((index3, offset3, lazyEnd) => {
const nextSizes = onOffsetUpdate(index3, offset3);
if (lazyEnd) {
onResizeEnd === null || onResizeEnd === void 0 ? void 0 : onResizeEnd(nextSizes);
} else {
onResize2 === null || onResize2 === void 0 ? void 0 : onResize2(nextSizes);
}
});
const onInternalResizeEnd = useEvent((lazyEnd) => {
onOffsetEnd();
if (!lazyEnd) {
onResizeEnd === null || onResizeEnd === void 0 ? void 0 : onResizeEnd(itemPxSizes);
}
});
const onInternalCollapse = useEvent((index3, type5) => {
var _a;
const nextSizes = onCollapse(index3, type5);
onResize2 === null || onResize2 === void 0 ? void 0 : onResize2(nextSizes);
onResizeEnd === null || onResizeEnd === void 0 ? void 0 : onResizeEnd(nextSizes);
const collapsed = nextSizes.map((size) => Math.abs(size) < Number.EPSILON);
(_a = props.onCollapse) === null || _a === void 0 ? void 0 : _a.call(props, collapsed, nextSizes);
});
const containerClassName = (0, import_classnames227.default)(prefixCls, className, `${prefixCls}-${layout}`, {
[`${prefixCls}-rtl`]: isRTL
}, rootClassName, contextClassName, cssVarCls, rootCls, hashId);
const maskCls = `${prefixCls}-mask`;
const stackSizes = import_react189.default.useMemo(() => {
const mergedSizes = [];
let stack = 0;
const len = items.length;
for (let i = 0; i < len; i += 1) {
stack += itemPtgSizes[i];
mergedSizes.push(stack);
}
return mergedSizes;
}, [itemPtgSizes, items.length]);
const mergedStyle = Object.assign(Object.assign({}, contextStyle), style2);
return wrapCSSVar(import_react189.default.createElement(es_default, {
onResize: onContainerResize
}, import_react189.default.createElement("div", {
style: mergedStyle,
className: containerClassName
}, items.map((item, idx) => {
const panel = import_react189.default.createElement(InternalPanel, Object.assign({}, item, {
prefixCls,
size: panelSizes[idx]
}));
let splitBar = null;
const resizableInfo = resizableInfos[idx];
if (resizableInfo) {
const ariaMinStart = (stackSizes[idx - 1] || 0) + itemPtgMinSizes[idx];
const ariaMinEnd = (stackSizes[idx + 1] || 100) - itemPtgMaxSizes[idx + 1];
const ariaMaxStart = (stackSizes[idx - 1] || 0) + itemPtgMaxSizes[idx];
const ariaMaxEnd = (stackSizes[idx + 1] || 100) - itemPtgMinSizes[idx + 1];
splitBar = import_react189.default.createElement(SplitBar_default, {
lazy,
index: idx,
active: movingIndex === idx,
prefixCls,
vertical: isVertical,
resizable: resizableInfo.resizable,
ariaNow: stackSizes[idx] * 100,
ariaMin: Math.max(ariaMinStart, ariaMinEnd) * 100,
ariaMax: Math.min(ariaMaxStart, ariaMaxEnd) * 100,
startCollapsible: resizableInfo.startCollapsible,
endCollapsible: resizableInfo.endCollapsible,
showStartCollapsibleIcon: resizableInfo.showStartCollapsibleIcon,
showEndCollapsibleIcon: resizableInfo.showEndCollapsibleIcon,
onOffsetStart: onInternalResizeStart,
onOffsetUpdate: (index3, offsetX, offsetY, lazyEnd) => {
let offset3 = isVertical ? offsetY : offsetX;
if (reverse) {
offset3 = -offset3;
}
onInternalResizeUpdate(index3, offset3, lazyEnd);
},
onOffsetEnd: onInternalResizeEnd,
onCollapse: onInternalCollapse,
containerSize: containerSize || 0
});
}
return import_react189.default.createElement(import_react189.default.Fragment, {
key: `split-panel-${idx}`
}, panel, splitBar);
}), typeof movingIndex === "number" && import_react189.default.createElement("div", {
"aria-hidden": true,
className: (0, import_classnames227.default)(maskCls, `${maskCls}-${layout}`)
}))));
};
if (true) {
Splitter.displayName = "Splitter";
}
var Splitter_default = Splitter;
// node_modules/antd/es/splitter/index.js
var Splitter2 = Splitter_default;
Splitter2.Panel = Panel_default4;
var splitter_default = Splitter2;
// node_modules/antd/es/statistic/Countdown.js
var React510 = __toESM(require_react());
// node_modules/antd/es/statistic/Timer.js
var React509 = __toESM(require_react());
// node_modules/antd/es/statistic/Statistic.js
var React508 = __toESM(require_react());
var import_classnames228 = __toESM(require_classnames());
// node_modules/antd/es/statistic/Number.js
var React507 = __toESM(require_react());
var StatisticNumber = (props) => {
const {
value,
formatter,
precision,
decimalSeparator,
groupSeparator = "",
prefixCls
} = props;
let valueNode;
if (typeof formatter === "function") {
valueNode = formatter(value);
} else {
const val = String(value);
const cells = val.match(/^(-?)(\d*)(\.(\d+))?$/);
if (!cells || val === "-") {
valueNode = val;
} else {
const negative = cells[1];
let int = cells[2] || "0";
let decimal = cells[4] || "";
int = int.replace(/\B(?=(\d{3})+(?!\d))/g, groupSeparator);
if (typeof precision === "number") {
decimal = decimal.padEnd(precision, "0").slice(0, precision > 0 ? precision : 0);
}
if (decimal) {
decimal = `${decimalSeparator}${decimal}`;
}
valueNode = [React507.createElement("span", {
key: "int",
className: `${prefixCls}-content-value-int`
}, negative, int), decimal && React507.createElement("span", {
key: "decimal",
className: `${prefixCls}-content-value-decimal`
}, decimal)];
}
}
return React507.createElement("span", {
className: `${prefixCls}-content-value`
}, valueNode);
};
var Number_default = StatisticNumber;
// node_modules/antd/es/statistic/style/index.js
var genStatisticStyle = (token2) => {
const {
componentCls,
marginXXS,
padding,
colorTextDescription,
titleFontSize,
colorTextHeading,
contentFontSize,
fontFamily
} = token2;
return {
[componentCls]: Object.assign(Object.assign({}, resetComponent(token2)), {
[`${componentCls}-title`]: {
marginBottom: marginXXS,
color: colorTextDescription,
fontSize: titleFontSize
},
[`${componentCls}-skeleton`]: {
paddingTop: padding
},
[`${componentCls}-content`]: {
color: colorTextHeading,
fontSize: contentFontSize,
fontFamily,
[`${componentCls}-content-value`]: {
display: "inline-block",
direction: "ltr"
},
[`${componentCls}-content-prefix, ${componentCls}-content-suffix`]: {
display: "inline-block"
},
[`${componentCls}-content-prefix`]: {
marginInlineEnd: marginXXS
},
[`${componentCls}-content-suffix`]: {
marginInlineStart: marginXXS
}
}
})
};
};
var prepareComponentToken48 = (token2) => {
const {
fontSizeHeading3,
fontSize
} = token2;
return {
titleFontSize: fontSize,
contentFontSize: fontSizeHeading3
};
};
var style_default54 = genStyleHooks("Statistic", (token2) => {
const statisticToken3 = merge2(token2, {});
return genStatisticStyle(statisticToken3);
}, prepareComponentToken48);
// node_modules/antd/es/statistic/Statistic.js
var __rest96 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var Statistic = React508.forwardRef((props, ref) => {
const {
prefixCls: customizePrefixCls,
className,
rootClassName,
style: style2,
valueStyle,
value = 0,
title,
valueRender,
prefix: prefix2,
suffix,
loading = false,
/* --- FormatConfig starts --- */
formatter,
precision,
decimalSeparator = ".",
groupSeparator = ",",
/* --- FormatConfig starts --- */
onMouseEnter,
onMouseLeave
} = props, rest = __rest96(props, ["prefixCls", "className", "rootClassName", "style", "valueStyle", "value", "title", "valueRender", "prefix", "suffix", "loading", "formatter", "precision", "decimalSeparator", "groupSeparator", "onMouseEnter", "onMouseLeave"]);
const {
getPrefixCls,
direction,
className: contextClassName,
style: contextStyle
} = useComponentConfig("statistic");
const prefixCls = getPrefixCls("statistic", customizePrefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default54(prefixCls);
const valueNode = React508.createElement(Number_default, {
decimalSeparator,
groupSeparator,
prefixCls,
formatter,
precision,
value
});
const cls13 = (0, import_classnames228.default)(prefixCls, {
[`${prefixCls}-rtl`]: direction === "rtl"
}, contextClassName, className, rootClassName, hashId, cssVarCls);
const internalRef = React508.useRef(null);
React508.useImperativeHandle(ref, () => ({
nativeElement: internalRef.current
}));
const restProps = pickAttrs(rest, {
aria: true,
data: true
});
return wrapCSSVar(React508.createElement("div", Object.assign({}, restProps, {
ref: internalRef,
className: cls13,
style: Object.assign(Object.assign({}, contextStyle), style2),
onMouseEnter,
onMouseLeave
}), title && React508.createElement("div", {
className: `${prefixCls}-title`
}, title), React508.createElement(skeleton_default, {
paragraph: false,
loading,
className: `${prefixCls}-skeleton`,
active: true
}, React508.createElement("div", {
style: valueStyle,
className: `${prefixCls}-content`
}, prefix2 && React508.createElement("span", {
className: `${prefixCls}-content-prefix`
}, prefix2), valueRender ? valueRender(valueNode) : valueNode, suffix && React508.createElement("span", {
className: `${prefixCls}-content-suffix`
}, suffix)))));
});
if (true) {
Statistic.displayName = "Statistic";
}
var Statistic_default = Statistic;
// node_modules/antd/es/statistic/utils.js
var timeUnits = [
["Y", 1e3 * 60 * 60 * 24 * 365],
// years
["M", 1e3 * 60 * 60 * 24 * 30],
// months
["D", 1e3 * 60 * 60 * 24],
// days
["H", 1e3 * 60 * 60],
// hours
["m", 1e3 * 60],
// minutes
["s", 1e3],
// seconds
["S", 1]
// million seconds
];
function formatTimeStr(duration, format3) {
let leftDuration = duration;
const escapeRegex = /\[[^\]]*]/g;
const keepList = (format3.match(escapeRegex) || []).map((str) => str.slice(1, -1));
const templateText = format3.replace(escapeRegex, "[]");
const replacedText = timeUnits.reduce((current, [name, unit4]) => {
if (current.includes(name)) {
const value = Math.floor(leftDuration / unit4);
leftDuration -= value * unit4;
return current.replace(new RegExp(`${name}+`, "g"), (match3) => {
const len = match3.length;
return value.toString().padStart(len, "0");
});
}
return current;
}, templateText);
let index3 = 0;
return replacedText.replace(escapeRegex, () => {
const match3 = keepList[index3];
index3 += 1;
return match3;
});
}
function formatCounter(value, config, down) {
const {
format: format3 = ""
} = config;
const target = new Date(value).getTime();
const current = Date.now();
const diff = down ? Math.max(target - current, 0) : Math.max(current - target, 0);
return formatTimeStr(diff, format3);
}
// node_modules/antd/es/statistic/Timer.js
var __rest97 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
function getTime(value) {
return new Date(value).getTime();
}
var StatisticTimer = (props) => {
const {
value,
format: format3 = "HH:mm:ss",
onChange,
onFinish,
type: type5
} = props, rest = __rest97(props, ["value", "format", "onChange", "onFinish", "type"]);
const down = type5 === "countdown";
const [showTime, setShowTime] = React509.useState(null);
const update = useEvent(() => {
const now2 = Date.now();
const timestamp = getTime(value);
setShowTime({});
const timeDiff = !down ? now2 - timestamp : timestamp - now2;
onChange === null || onChange === void 0 ? void 0 : onChange(timeDiff);
if (down && timestamp < now2) {
onFinish === null || onFinish === void 0 ? void 0 : onFinish();
return false;
}
return true;
});
React509.useEffect(() => {
let rafId;
const clear = () => raf_default.cancel(rafId);
const rafUpdate = () => {
rafId = raf_default(() => {
if (update()) {
rafUpdate();
}
});
};
rafUpdate();
return clear;
}, [value, down]);
React509.useEffect(() => {
setShowTime({});
}, []);
const formatter = (formatValue2, config) => showTime ? formatCounter(formatValue2, Object.assign(Object.assign({}, config), {
format: format3
}), down) : "-";
const valueRender = (node2) => cloneElement3(node2, {
title: void 0
});
return React509.createElement(Statistic_default, Object.assign({}, rest, {
value,
valueRender,
formatter
}));
};
var Timer_default = StatisticTimer;
// node_modules/antd/es/statistic/Countdown.js
var Countdown = (props) => {
if (true) {
const warning5 = devUseWarning("Countdown");
warning5.deprecated(false, "", '');
}
return React510.createElement(Timer_default, Object.assign({}, props, {
type: "countdown"
}));
};
var Countdown_default = React510.memo(Countdown);
// node_modules/antd/es/statistic/index.js
Statistic_default.Timer = Timer_default;
Statistic_default.Countdown = Countdown_default;
var statistic_default2 = Statistic_default;
// node_modules/antd/es/steps/index.js
var React514 = __toESM(require_react());
var import_classnames231 = __toESM(require_classnames());
// node_modules/rc-steps/es/Steps.js
var import_classnames230 = __toESM(require_classnames());
var import_react190 = __toESM(require_react());
// node_modules/rc-steps/es/Step.js
var React511 = __toESM(require_react());
var import_classnames229 = __toESM(require_classnames());
var _excluded67 = ["className", "prefixCls", "style", "active", "status", "iconPrefix", "icon", "wrapperStyle", "stepNumber", "disabled", "description", "title", "subTitle", "progressDot", "stepIcon", "tailContent", "icons", "stepIndex", "onStepClick", "onClick", "render"];
function isString2(str) {
return typeof str === "string";
}
function Step(props) {
var _classNames2;
var className = props.className, prefixCls = props.prefixCls, style2 = props.style, active = props.active, status = props.status, iconPrefix = props.iconPrefix, icon = props.icon, wrapperStyle = props.wrapperStyle, stepNumber = props.stepNumber, disabled = props.disabled, description = props.description, title = props.title, subTitle = props.subTitle, progressDot = props.progressDot, stepIcon = props.stepIcon, tailContent = props.tailContent, icons2 = props.icons, stepIndex = props.stepIndex, onStepClick = props.onStepClick, onClick = props.onClick, render2 = props.render, restProps = _objectWithoutProperties(props, _excluded67);
var clickable = !!onStepClick && !disabled;
var accessibilityProps = {};
if (clickable) {
accessibilityProps.role = "button";
accessibilityProps.tabIndex = 0;
accessibilityProps.onClick = function(e3) {
onClick === null || onClick === void 0 ? void 0 : onClick(e3);
onStepClick(stepIndex);
};
accessibilityProps.onKeyDown = function(e3) {
var which = e3.which;
if (which === KeyCode_default.ENTER || which === KeyCode_default.SPACE) {
onStepClick(stepIndex);
}
};
}
var renderIconNode = function renderIconNode2() {
var _classNames;
var iconNode;
var iconClassName = (0, import_classnames229.default)("".concat(prefixCls, "-icon"), "".concat(iconPrefix, "icon"), (_classNames = {}, _defineProperty(_classNames, "".concat(iconPrefix, "icon-").concat(icon), icon && isString2(icon)), _defineProperty(_classNames, "".concat(iconPrefix, "icon-check"), !icon && status === "finish" && (icons2 && !icons2.finish || !icons2)), _defineProperty(_classNames, "".concat(iconPrefix, "icon-cross"), !icon && status === "error" && (icons2 && !icons2.error || !icons2)), _classNames));
var iconDot = React511.createElement("span", {
className: "".concat(prefixCls, "-icon-dot")
});
if (progressDot) {
if (typeof progressDot === "function") {
iconNode = React511.createElement("span", {
className: "".concat(prefixCls, "-icon")
}, progressDot(iconDot, {
index: stepNumber - 1,
status,
title,
description
}));
} else {
iconNode = React511.createElement("span", {
className: "".concat(prefixCls, "-icon")
}, iconDot);
}
} else if (icon && !isString2(icon)) {
iconNode = React511.createElement("span", {
className: "".concat(prefixCls, "-icon")
}, icon);
} else if (icons2 && icons2.finish && status === "finish") {
iconNode = React511.createElement("span", {
className: "".concat(prefixCls, "-icon")
}, icons2.finish);
} else if (icons2 && icons2.error && status === "error") {
iconNode = React511.createElement("span", {
className: "".concat(prefixCls, "-icon")
}, icons2.error);
} else if (icon || status === "finish" || status === "error") {
iconNode = React511.createElement("span", {
className: iconClassName
});
} else {
iconNode = React511.createElement("span", {
className: "".concat(prefixCls, "-icon")
}, stepNumber);
}
if (stepIcon) {
iconNode = stepIcon({
index: stepNumber - 1,
status,
title,
description,
node: iconNode
});
}
return iconNode;
};
var mergedStatus = status || "wait";
var classString = (0, import_classnames229.default)("".concat(prefixCls, "-item"), "".concat(prefixCls, "-item-").concat(mergedStatus), className, (_classNames2 = {}, _defineProperty(_classNames2, "".concat(prefixCls, "-item-custom"), icon), _defineProperty(_classNames2, "".concat(prefixCls, "-item-active"), active), _defineProperty(_classNames2, "".concat(prefixCls, "-item-disabled"), disabled === true), _classNames2));
var stepItemStyle = _objectSpread2({}, style2);
var stepNode = React511.createElement("div", _extends({}, restProps, {
className: classString,
style: stepItemStyle
}), React511.createElement("div", _extends({
onClick
}, accessibilityProps, {
className: "".concat(prefixCls, "-item-container")
}), React511.createElement("div", {
className: "".concat(prefixCls, "-item-tail")
}, tailContent), React511.createElement("div", {
className: "".concat(prefixCls, "-item-icon")
}, renderIconNode()), React511.createElement("div", {
className: "".concat(prefixCls, "-item-content")
}, React511.createElement("div", {
className: "".concat(prefixCls, "-item-title")
}, title, subTitle && React511.createElement("div", {
title: typeof subTitle === "string" ? subTitle : void 0,
className: "".concat(prefixCls, "-item-subtitle")
}, subTitle)), description && React511.createElement("div", {
className: "".concat(prefixCls, "-item-description")
}, description))));
if (render2) {
stepNode = render2(stepNode) || null;
}
return stepNode;
}
var Step_default = Step;
// node_modules/rc-steps/es/Steps.js
var _excluded68 = ["prefixCls", "style", "className", "children", "direction", "type", "labelPlacement", "iconPrefix", "status", "size", "current", "progressDot", "stepIcon", "initial", "icons", "onChange", "itemRender", "items"];
function Steps4(props) {
var _classNames;
var _props$prefixCls = props.prefixCls, prefixCls = _props$prefixCls === void 0 ? "rc-steps" : _props$prefixCls, _props$style = props.style, style2 = _props$style === void 0 ? {} : _props$style, className = props.className, children = props.children, _props$direction = props.direction, direction = _props$direction === void 0 ? "horizontal" : _props$direction, _props$type = props.type, type5 = _props$type === void 0 ? "default" : _props$type, _props$labelPlacement = props.labelPlacement, labelPlacement = _props$labelPlacement === void 0 ? "horizontal" : _props$labelPlacement, _props$iconPrefix = props.iconPrefix, iconPrefix = _props$iconPrefix === void 0 ? "rc" : _props$iconPrefix, _props$status = props.status, status = _props$status === void 0 ? "process" : _props$status, size = props.size, _props$current = props.current, current = _props$current === void 0 ? 0 : _props$current, _props$progressDot = props.progressDot, progressDot = _props$progressDot === void 0 ? false : _props$progressDot, stepIcon = props.stepIcon, _props$initial = props.initial, initial = _props$initial === void 0 ? 0 : _props$initial, icons2 = props.icons, onChange = props.onChange, itemRender = props.itemRender, _props$items = props.items, items = _props$items === void 0 ? [] : _props$items, restProps = _objectWithoutProperties(props, _excluded68);
var isNav = type5 === "navigation";
var isInline = type5 === "inline";
var mergedProgressDot = isInline || progressDot;
var mergedDirection = isInline ? "horizontal" : direction;
var mergedSize = isInline ? void 0 : size;
var adjustedLabelPlacement = mergedProgressDot ? "vertical" : labelPlacement;
var classString = (0, import_classnames230.default)(prefixCls, "".concat(prefixCls, "-").concat(mergedDirection), className, (_classNames = {}, _defineProperty(_classNames, "".concat(prefixCls, "-").concat(mergedSize), mergedSize), _defineProperty(_classNames, "".concat(prefixCls, "-label-").concat(adjustedLabelPlacement), mergedDirection === "horizontal"), _defineProperty(_classNames, "".concat(prefixCls, "-dot"), !!mergedProgressDot), _defineProperty(_classNames, "".concat(prefixCls, "-navigation"), isNav), _defineProperty(_classNames, "".concat(prefixCls, "-inline"), isInline), _classNames));
var onStepClick = function onStepClick2(next2) {
if (onChange && current !== next2) {
onChange(next2);
}
};
var renderStep = function renderStep2(item, index3) {
var mergedItem = _objectSpread2({}, item);
var stepNumber = initial + index3;
if (status === "error" && index3 === current - 1) {
mergedItem.className = "".concat(prefixCls, "-next-error");
}
if (!mergedItem.status) {
if (stepNumber === current) {
mergedItem.status = status;
} else if (stepNumber < current) {
mergedItem.status = "finish";
} else {
mergedItem.status = "wait";
}
}
if (isInline) {
mergedItem.icon = void 0;
mergedItem.subTitle = void 0;
}
if (!mergedItem.render && itemRender) {
mergedItem.render = function(stepItem) {
return itemRender(mergedItem, stepItem);
};
}
return import_react190.default.createElement(Step_default, _extends({}, mergedItem, {
active: stepNumber === current,
stepNumber: stepNumber + 1,
stepIndex: stepNumber,
key: stepNumber,
prefixCls,
iconPrefix,
wrapperStyle: style2,
progressDot: mergedProgressDot,
stepIcon,
icons: icons2,
onStepClick: onChange && onStepClick
}));
};
return import_react190.default.createElement("div", _extends({
className: classString,
style: style2
}, restProps), items.filter(function(item) {
return item;
}).map(renderStep));
}
Steps4.Step = Step_default;
var Steps_default3 = Steps4;
// node_modules/rc-steps/es/index.js
var es_default31 = Steps_default3;
// node_modules/antd/es/steps/style/custom-icon.js
var genStepsCustomIconStyle = (token2) => {
const {
componentCls,
customIconTop,
customIconSize,
customIconFontSize
} = token2;
return {
[`${componentCls}-item-custom`]: {
[`> ${componentCls}-item-container > ${componentCls}-item-icon`]: {
height: "auto",
background: "none",
border: 0,
[`> ${componentCls}-icon`]: {
top: customIconTop,
width: customIconSize,
height: customIconSize,
fontSize: customIconFontSize,
lineHeight: unit2(customIconSize)
}
}
},
// Only adjust horizontal customize icon width
[`&:not(${componentCls}-vertical)`]: {
[`${componentCls}-item-custom`]: {
[`${componentCls}-item-icon`]: {
width: "auto",
background: "none"
}
}
}
};
};
var custom_icon_default = genStepsCustomIconStyle;
// node_modules/antd/es/steps/style/horizontal.js
var genHorizontalStyle3 = (token2) => {
const {
componentCls
} = token2;
const stepsItemCls = `${componentCls}-item`;
return {
[`${componentCls}-horizontal`]: {
[`${stepsItemCls}-tail`]: {
transform: "translateY(-50%)"
}
}
};
};
var horizontal_default2 = genHorizontalStyle3;
// node_modules/antd/es/steps/style/inline.js
var genStepsInlineStyle = (token2) => {
const {
componentCls,
inlineDotSize,
inlineTitleColor,
inlineTailColor
} = token2;
const containerPaddingTop = token2.calc(token2.paddingXS).add(token2.lineWidth).equal();
const titleStyle = {
[`${componentCls}-item-container ${componentCls}-item-content ${componentCls}-item-title`]: {
color: inlineTitleColor
}
};
return {
[`&${componentCls}-inline`]: {
width: "auto",
display: "inline-flex",
[`${componentCls}-item`]: {
flex: "none",
"&-container": {
padding: `${unit2(containerPaddingTop)} ${unit2(token2.paddingXXS)} 0`,
margin: `0 ${unit2(token2.calc(token2.marginXXS).div(2).equal())}`,
borderRadius: token2.borderRadiusSM,
cursor: "pointer",
transition: `background-color ${token2.motionDurationMid}`,
"&:hover": {
background: token2.controlItemBgHover
},
"&[role='button']:hover": {
opacity: 1
}
},
"&-icon": {
width: inlineDotSize,
height: inlineDotSize,
marginInlineStart: `calc(50% - ${unit2(token2.calc(inlineDotSize).div(2).equal())})`,
[`> ${componentCls}-icon`]: {
top: 0
},
[`${componentCls}-icon-dot`]: {
borderRadius: token2.calc(token2.fontSizeSM).div(4).equal(),
"&::after": {
display: "none"
}
}
},
"&-content": {
width: "auto",
marginTop: token2.calc(token2.marginXS).sub(token2.lineWidth).equal()
},
"&-title": {
color: inlineTitleColor,
fontSize: token2.fontSizeSM,
lineHeight: token2.lineHeightSM,
fontWeight: "normal",
marginBottom: token2.calc(token2.marginXXS).div(2).equal()
},
"&-description": {
display: "none"
},
"&-tail": {
marginInlineStart: 0,
top: token2.calc(inlineDotSize).div(2).add(containerPaddingTop).equal(),
transform: `translateY(-50%)`,
"&:after": {
width: "100%",
height: token2.lineWidth,
borderRadius: 0,
marginInlineStart: 0,
background: inlineTailColor
}
},
[`&:first-child ${componentCls}-item-tail`]: {
width: "50%",
marginInlineStart: "50%"
},
[`&:last-child ${componentCls}-item-tail`]: {
display: "block",
width: "50%"
},
"&-wait": Object.assign({
[`${componentCls}-item-icon ${componentCls}-icon ${componentCls}-icon-dot`]: {
backgroundColor: token2.colorBorderBg,
border: `${unit2(token2.lineWidth)} ${token2.lineType} ${inlineTailColor}`
}
}, titleStyle),
"&-finish": Object.assign({
[`${componentCls}-item-tail::after`]: {
backgroundColor: inlineTailColor
},
[`${componentCls}-item-icon ${componentCls}-icon ${componentCls}-icon-dot`]: {
backgroundColor: inlineTailColor,
border: `${unit2(token2.lineWidth)} ${token2.lineType} ${inlineTailColor}`
}
}, titleStyle),
"&-error": titleStyle,
"&-active, &-process": Object.assign({
[`${componentCls}-item-icon`]: {
width: inlineDotSize,
height: inlineDotSize,
marginInlineStart: `calc(50% - ${unit2(token2.calc(inlineDotSize).div(2).equal())})`,
top: 0
}
}, titleStyle),
[`&:not(${componentCls}-item-active) > ${componentCls}-item-container[role='button']:hover`]: {
[`${componentCls}-item-title`]: {
color: inlineTitleColor
}
}
}
}
};
};
var inline_default = genStepsInlineStyle;
// node_modules/antd/es/steps/style/label-placement.js
var genStepsLabelPlacementStyle = (token2) => {
const {
componentCls,
iconSize,
lineHeight,
iconSizeSM
} = token2;
return {
[`&${componentCls}-label-vertical`]: {
[`${componentCls}-item`]: {
overflow: "visible",
"&-tail": {
marginInlineStart: token2.calc(iconSize).div(2).add(token2.controlHeightLG).equal(),
padding: `0 ${unit2(token2.paddingLG)}`
},
"&-content": {
display: "block",
width: token2.calc(iconSize).div(2).add(token2.controlHeightLG).mul(2).equal(),
marginTop: token2.marginSM,
textAlign: "center"
},
"&-icon": {
display: "inline-block",
marginInlineStart: token2.controlHeightLG
},
"&-title": {
paddingInlineEnd: 0,
paddingInlineStart: 0,
"&::after": {
display: "none"
}
},
"&-subtitle": {
display: "block",
marginBottom: token2.marginXXS,
marginInlineStart: 0,
lineHeight
}
},
[`&${componentCls}-small:not(${componentCls}-dot)`]: {
[`${componentCls}-item`]: {
"&-icon": {
marginInlineStart: token2.calc(iconSize).sub(iconSizeSM).div(2).add(token2.controlHeightLG).equal()
}
}
}
}
};
};
var label_placement_default = genStepsLabelPlacementStyle;
// node_modules/antd/es/steps/style/nav.js
var genStepsNavStyle = (token2) => {
const {
componentCls,
navContentMaxWidth,
navArrowColor,
stepsNavActiveColor,
motionDurationSlow
} = token2;
return {
[`&${componentCls}-navigation`]: {
paddingTop: token2.paddingSM,
[`&${componentCls}-small`]: {
[`${componentCls}-item`]: {
"&-container": {
marginInlineStart: token2.calc(token2.marginSM).mul(-1).equal()
}
}
},
[`${componentCls}-item`]: {
overflow: "visible",
textAlign: "center",
"&-container": {
display: "inline-block",
height: "100%",
marginInlineStart: token2.calc(token2.margin).mul(-1).equal(),
paddingBottom: token2.paddingSM,
textAlign: "start",
transition: `opacity ${motionDurationSlow}`,
[`${componentCls}-item-content`]: {
maxWidth: navContentMaxWidth
},
[`${componentCls}-item-title`]: Object.assign(Object.assign({
maxWidth: "100%",
paddingInlineEnd: 0
}, textEllipsis), {
"&::after": {
display: "none"
}
})
},
[`&:not(${componentCls}-item-active)`]: {
[`${componentCls}-item-container[role='button']`]: {
cursor: "pointer",
"&:hover": {
opacity: 0.85
}
}
},
"&:last-child": {
flex: 1,
"&::after": {
display: "none"
}
},
"&::after": {
position: "absolute",
top: `calc(50% - ${unit2(token2.calc(token2.paddingSM).div(2).equal())})`,
insetInlineStart: "100%",
display: "inline-block",
width: token2.fontSizeIcon,
height: token2.fontSizeIcon,
borderTop: `${unit2(token2.lineWidth)} ${token2.lineType} ${navArrowColor}`,
borderBottom: "none",
borderInlineStart: "none",
borderInlineEnd: `${unit2(token2.lineWidth)} ${token2.lineType} ${navArrowColor}`,
transform: "translateY(-50%) translateX(-50%) rotate(45deg)",
content: '""'
},
"&::before": {
position: "absolute",
bottom: 0,
insetInlineStart: "50%",
display: "inline-block",
width: 0,
height: token2.lineWidthBold,
backgroundColor: stepsNavActiveColor,
transition: `width ${motionDurationSlow}, inset-inline-start ${motionDurationSlow}`,
transitionTimingFunction: "ease-out",
content: '""'
}
},
[`${componentCls}-item${componentCls}-item-active::before`]: {
insetInlineStart: 0,
width: "100%"
}
},
[`&${componentCls}-navigation${componentCls}-vertical`]: {
[`> ${componentCls}-item`]: {
marginInlineEnd: 0,
"&::before": {
display: "none"
},
[`&${componentCls}-item-active::before`]: {
top: 0,
insetInlineEnd: 0,
insetInlineStart: "unset",
display: "block",
width: token2.calc(token2.lineWidth).mul(3).equal(),
height: `calc(100% - ${unit2(token2.marginLG)})`
},
"&::after": {
position: "relative",
insetInlineStart: "50%",
display: "block",
width: token2.calc(token2.controlHeight).mul(0.25).equal(),
height: token2.calc(token2.controlHeight).mul(0.25).equal(),
marginBottom: token2.marginXS,
textAlign: "center",
transform: "translateY(-50%) translateX(-50%) rotate(135deg)"
},
"&:last-child": {
"&::after": {
display: "none"
}
},
[`> ${componentCls}-item-container > ${componentCls}-item-tail`]: {
visibility: "hidden"
}
}
},
[`&${componentCls}-navigation${componentCls}-horizontal`]: {
[`> ${componentCls}-item > ${componentCls}-item-container > ${componentCls}-item-tail`]: {
visibility: "hidden"
}
}
};
};
var nav_default = genStepsNavStyle;
// node_modules/antd/es/steps/style/progress.js
var genStepsProgressStyle = (token2) => {
const {
antCls,
componentCls,
iconSize,
iconSizeSM,
processIconColor,
marginXXS,
lineWidthBold,
lineWidth,
paddingXXS
} = token2;
const progressSize = token2.calc(iconSize).add(token2.calc(lineWidthBold).mul(4).equal()).equal();
const progressSizeSM = token2.calc(iconSizeSM).add(token2.calc(token2.lineWidth).mul(4).equal()).equal();
return {
[`&${componentCls}-with-progress`]: {
[`${componentCls}-item`]: {
paddingTop: paddingXXS,
[`&-process ${componentCls}-item-container ${componentCls}-item-icon ${componentCls}-icon`]: {
color: processIconColor
}
},
[`&${componentCls}-vertical > ${componentCls}-item `]: {
paddingInlineStart: paddingXXS,
[`> ${componentCls}-item-container > ${componentCls}-item-tail`]: {
top: marginXXS,
insetInlineStart: token2.calc(iconSize).div(2).sub(lineWidth).add(paddingXXS).equal()
}
},
[`&, &${componentCls}-small`]: {
[`&${componentCls}-horizontal ${componentCls}-item:first-child`]: {
paddingBottom: paddingXXS,
paddingInlineStart: paddingXXS
}
},
[`&${componentCls}-small${componentCls}-vertical > ${componentCls}-item > ${componentCls}-item-container > ${componentCls}-item-tail`]: {
insetInlineStart: token2.calc(iconSizeSM).div(2).sub(lineWidth).add(paddingXXS).equal()
},
[`&${componentCls}-label-vertical ${componentCls}-item ${componentCls}-item-tail`]: {
top: token2.calc(iconSize).div(2).add(paddingXXS).equal()
},
[`${componentCls}-item-icon`]: {
position: "relative",
[`${antCls}-progress`]: {
position: "absolute",
insetInlineStart: "50%",
top: "50%",
transform: "translate(-50%, -50%)",
"&-inner": {
width: `${unit2(progressSize)} !important`,
height: `${unit2(progressSize)} !important`
}
}
},
// ============================== Small size ==============================
[`&${componentCls}-small`]: {
[`&${componentCls}-label-vertical ${componentCls}-item ${componentCls}-item-tail`]: {
top: token2.calc(iconSizeSM).div(2).add(paddingXXS).equal()
},
[`${componentCls}-item-icon ${antCls}-progress-inner`]: {
width: `${unit2(progressSizeSM)} !important`,
height: `${unit2(progressSizeSM)} !important`
}
}
}
};
};
var progress_default3 = genStepsProgressStyle;
// node_modules/antd/es/steps/style/progress-dot.js
var genStepsProgressDotStyle = (token2) => {
const {
componentCls,
descriptionMaxWidth,
lineHeight,
dotCurrentSize,
dotSize,
motionDurationSlow
} = token2;
return {
[`&${componentCls}-dot, &${componentCls}-dot${componentCls}-small`]: {
[`${componentCls}-item`]: {
"&-title": {
lineHeight
},
"&-tail": {
// Math.floor((token.size - token.lineWidth * 3) / 2)
top: token2.calc(token2.dotSize).sub(token2.calc(token2.lineWidth).mul(3).equal()).div(2).equal(),
width: "100%",
marginTop: 0,
marginBottom: 0,
marginInline: `${unit2(token2.calc(descriptionMaxWidth).div(2).equal())} 0`,
padding: 0,
"&::after": {
width: `calc(100% - ${unit2(token2.calc(token2.marginSM).mul(2).equal())})`,
height: token2.calc(token2.lineWidth).mul(3).equal(),
marginInlineStart: token2.marginSM
}
},
"&-icon": {
width: dotSize,
height: dotSize,
marginInlineStart: token2.calc(token2.descriptionMaxWidth).sub(dotSize).div(2).equal(),
paddingInlineEnd: 0,
lineHeight: unit2(dotSize),
background: "transparent",
border: 0,
[`${componentCls}-icon-dot`]: {
position: "relative",
float: "left",
width: "100%",
height: "100%",
borderRadius: 100,
// very large number
transition: `all ${motionDurationSlow}`,
/* expand hover area */
"&::after": {
position: "absolute",
top: token2.calc(token2.marginSM).mul(-1).equal(),
insetInlineStart: token2.calc(dotSize).sub(token2.calc(token2.controlHeightLG).mul(1.5).equal()).div(2).equal(),
width: token2.calc(token2.controlHeightLG).mul(1.5).equal(),
height: token2.controlHeight,
background: "transparent",
content: '""'
}
}
},
"&-content": {
width: descriptionMaxWidth
},
[`&-process ${componentCls}-item-icon`]: {
position: "relative",
top: token2.calc(dotSize).sub(dotCurrentSize).div(2).equal(),
width: dotCurrentSize,
height: dotCurrentSize,
lineHeight: unit2(dotCurrentSize),
background: "none",
marginInlineStart: token2.calc(token2.descriptionMaxWidth).sub(dotCurrentSize).div(2).equal()
},
[`&-process ${componentCls}-icon`]: {
[`&:first-child ${componentCls}-icon-dot`]: {
insetInlineStart: 0
}
}
}
},
[`&${componentCls}-vertical${componentCls}-dot`]: {
[`${componentCls}-item-icon`]: {
marginTop: token2.calc(token2.controlHeight).sub(dotSize).div(2).equal(),
marginInlineStart: 0,
background: "none"
},
[`${componentCls}-item-process ${componentCls}-item-icon`]: {
marginTop: token2.calc(token2.controlHeight).sub(dotCurrentSize).div(2).equal(),
top: 0,
insetInlineStart: token2.calc(dotSize).sub(dotCurrentSize).div(2).equal(),
marginInlineStart: 0
},
// https://github.com/ant-design/ant-design/issues/18354
[`${componentCls}-item > ${componentCls}-item-container > ${componentCls}-item-tail`]: {
top: token2.calc(token2.controlHeight).sub(dotSize).div(2).equal(),
insetInlineStart: 0,
margin: 0,
padding: `${unit2(token2.calc(dotSize).add(token2.paddingXS).equal())} 0 ${unit2(token2.paddingXS)}`,
"&::after": {
marginInlineStart: token2.calc(dotSize).sub(token2.lineWidth).div(2).equal()
}
},
[`&${componentCls}-small`]: {
[`${componentCls}-item-icon`]: {
marginTop: token2.calc(token2.controlHeightSM).sub(dotSize).div(2).equal()
},
[`${componentCls}-item-process ${componentCls}-item-icon`]: {
marginTop: token2.calc(token2.controlHeightSM).sub(dotCurrentSize).div(2).equal()
},
[`${componentCls}-item > ${componentCls}-item-container > ${componentCls}-item-tail`]: {
top: token2.calc(token2.controlHeightSM).sub(dotSize).div(2).equal()
}
},
[`${componentCls}-item:first-child ${componentCls}-icon-dot`]: {
insetInlineStart: 0
},
[`${componentCls}-item-content`]: {
width: "inherit"
}
}
};
};
var progress_dot_default = genStepsProgressDotStyle;
// node_modules/antd/es/steps/style/rtl.js
var genStepsRTLStyle = (token2) => {
const {
componentCls
} = token2;
return {
[`&${componentCls}-rtl`]: {
direction: "rtl",
[`${componentCls}-item`]: {
"&-subtitle": {
float: "left"
}
},
// nav
[`&${componentCls}-navigation`]: {
[`${componentCls}-item::after`]: {
transform: "rotate(-45deg)"
}
},
// vertical
[`&${componentCls}-vertical`]: {
[`> ${componentCls}-item`]: {
"&::after": {
transform: "rotate(225deg)"
},
[`${componentCls}-item-icon`]: {
float: "right"
}
}
},
// progress-dot
[`&${componentCls}-dot`]: {
[`${componentCls}-item-icon ${componentCls}-icon-dot, &${componentCls}-small ${componentCls}-item-icon ${componentCls}-icon-dot`]: {
float: "right"
}
}
}
};
};
var rtl_default2 = genStepsRTLStyle;
// node_modules/antd/es/steps/style/small.js
var genStepsSmallStyle = (token2) => {
const {
componentCls,
iconSizeSM,
// stepsSmallIconMargin,
fontSizeSM,
fontSize,
colorTextDescription
} = token2;
return {
[`&${componentCls}-small`]: {
[`&${componentCls}-horizontal:not(${componentCls}-label-vertical) ${componentCls}-item`]: {
paddingInlineStart: token2.paddingSM,
"&:first-child": {
paddingInlineStart: 0
}
},
[`${componentCls}-item-icon`]: {
width: iconSizeSM,
height: iconSizeSM,
// margin: stepsSmallIconMargin,
marginTop: 0,
marginBottom: 0,
marginInline: `0 ${unit2(token2.marginXS)}`,
fontSize: fontSizeSM,
lineHeight: unit2(iconSizeSM),
textAlign: "center",
borderRadius: iconSizeSM
},
[`${componentCls}-item-title`]: {
paddingInlineEnd: token2.paddingSM,
fontSize,
lineHeight: unit2(iconSizeSM),
"&::after": {
top: token2.calc(iconSizeSM).div(2).equal()
}
},
[`${componentCls}-item-description`]: {
color: colorTextDescription,
fontSize
},
[`${componentCls}-item-tail`]: {
top: token2.calc(iconSizeSM).div(2).sub(token2.paddingXXS).equal()
},
[`${componentCls}-item-custom ${componentCls}-item-icon`]: {
width: "inherit",
height: "inherit",
lineHeight: "inherit",
background: "none",
border: 0,
borderRadius: 0,
[`> ${componentCls}-icon`]: {
fontSize: iconSizeSM,
lineHeight: unit2(iconSizeSM),
transform: "none"
}
}
}
};
};
var small_default = genStepsSmallStyle;
// node_modules/antd/es/steps/style/vertical.js
var genStepsVerticalStyle = (token2) => {
const {
componentCls,
iconSizeSM,
iconSize
} = token2;
return {
[`&${componentCls}-vertical`]: {
display: "flex",
flexDirection: "column",
[`> ${componentCls}-item`]: {
display: "block",
flex: "1 0 auto",
paddingInlineStart: 0,
overflow: "visible",
[`${componentCls}-item-icon`]: {
float: "left",
marginInlineEnd: token2.margin
},
[`${componentCls}-item-content`]: {
display: "block",
minHeight: token2.calc(token2.controlHeight).mul(1.5).equal(),
overflow: "hidden"
},
[`${componentCls}-item-title`]: {
lineHeight: unit2(iconSize)
},
[`${componentCls}-item-description`]: {
paddingBottom: token2.paddingSM
}
},
[`> ${componentCls}-item > ${componentCls}-item-container > ${componentCls}-item-tail`]: {
position: "absolute",
top: 0,
insetInlineStart: token2.calc(iconSize).div(2).sub(token2.lineWidth).equal(),
width: token2.lineWidth,
height: "100%",
padding: `${unit2(token2.calc(token2.marginXXS).mul(1.5).add(iconSize).equal())} 0 ${unit2(token2.calc(token2.marginXXS).mul(1.5).equal())}`,
"&::after": {
width: token2.lineWidth,
height: "100%"
}
},
[`> ${componentCls}-item:not(:last-child) > ${componentCls}-item-container > ${componentCls}-item-tail`]: {
display: "block"
},
[` > ${componentCls}-item > ${componentCls}-item-container > ${componentCls}-item-content > ${componentCls}-item-title`]: {
"&::after": {
display: "none"
}
},
[`&${componentCls}-small ${componentCls}-item-container`]: {
[`${componentCls}-item-tail`]: {
position: "absolute",
top: 0,
insetInlineStart: token2.calc(iconSizeSM).div(2).sub(token2.lineWidth).equal(),
padding: `${unit2(token2.calc(token2.marginXXS).mul(1.5).add(iconSizeSM).equal())} 0 ${unit2(token2.calc(token2.marginXXS).mul(1.5).equal())}`
},
[`${componentCls}-item-title`]: {
lineHeight: unit2(iconSizeSM)
}
}
}
};
};
var vertical_default2 = genStepsVerticalStyle;
// node_modules/antd/es/steps/style/index.js
var STEP_ITEM_STATUS_WAIT = "wait";
var STEP_ITEM_STATUS_PROCESS = "process";
var STEP_ITEM_STATUS_FINISH = "finish";
var STEP_ITEM_STATUS_ERROR = "error";
var genStepsItemStatusStyle = (status, token2) => {
const prefix2 = `${token2.componentCls}-item`;
const iconColorKey = `${status}IconColor`;
const titleColorKey = `${status}TitleColor`;
const descriptionColorKey = `${status}DescriptionColor`;
const tailColorKey = `${status}TailColor`;
const iconBgColorKey = `${status}IconBgColor`;
const iconBorderColorKey = `${status}IconBorderColor`;
const dotColorKey = `${status}DotColor`;
return {
[`${prefix2}-${status} ${prefix2}-icon`]: {
backgroundColor: token2[iconBgColorKey],
borderColor: token2[iconBorderColorKey],
[`> ${token2.componentCls}-icon`]: {
color: token2[iconColorKey],
[`${token2.componentCls}-icon-dot`]: {
background: token2[dotColorKey]
}
}
},
[`${prefix2}-${status}${prefix2}-custom ${prefix2}-icon`]: {
[`> ${token2.componentCls}-icon`]: {
color: token2[dotColorKey]
}
},
[`${prefix2}-${status} > ${prefix2}-container > ${prefix2}-content > ${prefix2}-title`]: {
color: token2[titleColorKey],
"&::after": {
backgroundColor: token2[tailColorKey]
}
},
[`${prefix2}-${status} > ${prefix2}-container > ${prefix2}-content > ${prefix2}-description`]: {
color: token2[descriptionColorKey]
},
[`${prefix2}-${status} > ${prefix2}-container > ${prefix2}-tail::after`]: {
backgroundColor: token2[tailColorKey]
}
};
};
var genStepsItemStyle = (token2) => {
const {
componentCls,
motionDurationSlow
} = token2;
const stepsItemCls = `${componentCls}-item`;
const stepItemIconCls = `${stepsItemCls}-icon`;
return Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({
[stepsItemCls]: {
position: "relative",
display: "inline-block",
flex: 1,
overflow: "hidden",
verticalAlign: "top",
"&:last-child": {
flex: "none",
[`> ${stepsItemCls}-container > ${stepsItemCls}-tail, > ${stepsItemCls}-container > ${stepsItemCls}-content > ${stepsItemCls}-title::after`]: {
display: "none"
}
}
},
[`${stepsItemCls}-container`]: {
outline: "none",
[`&:focus-visible ${stepItemIconCls}`]: genFocusOutline(token2)
},
[`${stepItemIconCls}, ${stepsItemCls}-content`]: {
display: "inline-block",
verticalAlign: "top"
},
[stepItemIconCls]: {
width: token2.iconSize,
height: token2.iconSize,
marginTop: 0,
marginBottom: 0,
marginInlineStart: 0,
marginInlineEnd: token2.marginXS,
fontSize: token2.iconFontSize,
fontFamily: token2.fontFamily,
lineHeight: unit2(token2.iconSize),
textAlign: "center",
borderRadius: token2.iconSize,
border: `${unit2(token2.lineWidth)} ${token2.lineType} transparent`,
transition: `background-color ${motionDurationSlow}, border-color ${motionDurationSlow}`,
[`${componentCls}-icon`]: {
position: "relative",
top: token2.iconTop,
color: token2.colorPrimary,
lineHeight: 1
}
},
[`${stepsItemCls}-tail`]: {
position: "absolute",
top: token2.calc(token2.iconSize).div(2).equal(),
insetInlineStart: 0,
width: "100%",
"&::after": {
display: "inline-block",
width: "100%",
height: token2.lineWidth,
background: token2.colorSplit,
borderRadius: token2.lineWidth,
transition: `background ${motionDurationSlow}`,
content: '""'
}
},
[`${stepsItemCls}-title`]: {
position: "relative",
display: "inline-block",
paddingInlineEnd: token2.padding,
color: token2.colorText,
fontSize: token2.fontSizeLG,
lineHeight: unit2(token2.titleLineHeight),
"&::after": {
position: "absolute",
top: token2.calc(token2.titleLineHeight).div(2).equal(),
insetInlineStart: "100%",
display: "block",
width: 9999,
height: token2.lineWidth,
background: token2.processTailColor,
content: '""'
}
},
[`${stepsItemCls}-subtitle`]: {
display: "inline",
marginInlineStart: token2.marginXS,
color: token2.colorTextDescription,
fontWeight: "normal",
fontSize: token2.fontSize
},
[`${stepsItemCls}-description`]: {
color: token2.colorTextDescription,
fontSize: token2.fontSize
}
}, genStepsItemStatusStyle(STEP_ITEM_STATUS_WAIT, token2)), genStepsItemStatusStyle(STEP_ITEM_STATUS_PROCESS, token2)), {
[`${stepsItemCls}-process > ${stepsItemCls}-container > ${stepsItemCls}-title`]: {
fontWeight: token2.fontWeightStrong
}
}), genStepsItemStatusStyle(STEP_ITEM_STATUS_FINISH, token2)), genStepsItemStatusStyle(STEP_ITEM_STATUS_ERROR, token2)), {
[`${stepsItemCls}${componentCls}-next-error > ${componentCls}-item-title::after`]: {
background: token2.colorError
},
[`${stepsItemCls}-disabled`]: {
cursor: "not-allowed"
}
});
};
var genStepsClickableStyle = (token2) => {
const {
componentCls,
motionDurationSlow
} = token2;
return {
[`& ${componentCls}-item`]: {
[`&:not(${componentCls}-item-active)`]: {
[`& > ${componentCls}-item-container[role='button']`]: {
cursor: "pointer",
[`${componentCls}-item`]: {
[`&-title, &-subtitle, &-description, &-icon ${componentCls}-icon`]: {
transition: `color ${motionDurationSlow}`
}
},
"&:hover": {
[`${componentCls}-item`]: {
"&-title, &-subtitle, &-description": {
color: token2.colorPrimary
}
}
}
},
[`&:not(${componentCls}-item-process)`]: {
[`& > ${componentCls}-item-container[role='button']:hover`]: {
[`${componentCls}-item`]: {
"&-icon": {
borderColor: token2.colorPrimary,
[`${componentCls}-icon`]: {
color: token2.colorPrimary
}
}
}
}
}
}
},
[`&${componentCls}-horizontal:not(${componentCls}-label-vertical)`]: {
[`${componentCls}-item`]: {
paddingInlineStart: token2.padding,
whiteSpace: "nowrap",
"&:first-child": {
paddingInlineStart: 0
},
[`&:last-child ${componentCls}-item-title`]: {
paddingInlineEnd: 0
},
"&-tail": {
display: "none"
},
"&-description": {
maxWidth: token2.descriptionMaxWidth,
whiteSpace: "normal"
}
}
}
};
};
var genStepsStyle = (token2) => {
const {
componentCls
} = token2;
return {
[componentCls]: Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, resetComponent(token2)), {
display: "flex",
width: "100%",
fontSize: 0,
textAlign: "initial"
}), genStepsItemStyle(token2)), genStepsClickableStyle(token2)), custom_icon_default(token2)), small_default(token2)), vertical_default2(token2)), horizontal_default2(token2)), label_placement_default(token2)), progress_dot_default(token2)), nav_default(token2)), rtl_default2(token2)), progress_default3(token2)), inline_default(token2))
};
};
var prepareComponentToken49 = (token2) => ({
titleLineHeight: token2.controlHeight,
customIconSize: token2.controlHeight,
customIconTop: 0,
customIconFontSize: token2.controlHeightSM,
iconSize: token2.controlHeight,
iconTop: -0.5,
// magic for ui experience
iconFontSize: token2.fontSize,
iconSizeSM: token2.fontSizeHeading3,
dotSize: token2.controlHeight / 4,
dotCurrentSize: token2.controlHeightLG / 4,
navArrowColor: token2.colorTextDisabled,
navContentMaxWidth: "unset",
descriptionMaxWidth: 140,
waitIconColor: token2.wireframe ? token2.colorTextDisabled : token2.colorTextLabel,
waitIconBgColor: token2.wireframe ? token2.colorBgContainer : token2.colorFillContent,
waitIconBorderColor: token2.wireframe ? token2.colorTextDisabled : "transparent",
finishIconBgColor: token2.wireframe ? token2.colorBgContainer : token2.controlItemBgActive,
finishIconBorderColor: token2.wireframe ? token2.colorPrimary : token2.controlItemBgActive
});
var style_default55 = genStyleHooks("Steps", (token2) => {
const {
colorTextDisabled,
controlHeightLG,
colorTextLightSolid,
colorText,
colorPrimary,
colorTextDescription,
colorTextQuaternary,
colorError,
colorBorderSecondary,
colorSplit
} = token2;
const stepsToken = merge2(token2, {
// Steps component less variable
processIconColor: colorTextLightSolid,
processTitleColor: colorText,
processDescriptionColor: colorText,
processIconBgColor: colorPrimary,
processIconBorderColor: colorPrimary,
processDotColor: colorPrimary,
processTailColor: colorSplit,
waitTitleColor: colorTextDescription,
waitDescriptionColor: colorTextDescription,
waitTailColor: colorSplit,
waitDotColor: colorTextDisabled,
finishIconColor: colorPrimary,
finishTitleColor: colorText,
finishDescriptionColor: colorTextDescription,
finishTailColor: colorPrimary,
finishDotColor: colorPrimary,
errorIconColor: colorTextLightSolid,
errorTitleColor: colorError,
errorDescriptionColor: colorError,
errorTailColor: colorSplit,
errorIconBgColor: colorError,
errorIconBorderColor: colorError,
errorDotColor: colorError,
stepsNavActiveColor: colorPrimary,
stepsProgressSize: controlHeightLG,
// Steps inline variable
inlineDotSize: 6,
inlineTitleColor: colorTextQuaternary,
inlineTailColor: colorBorderSecondary
});
return genStepsStyle(stepsToken);
}, prepareComponentToken49);
// node_modules/antd/es/steps/useLegacyItems.js
var React513 = __toESM(require_react());
function filter3(items) {
return items.filter((item) => item);
}
function useLegacyItems2(items, children) {
if (false) {
const warning5 = devUseWarning("Menu");
warning5.deprecated(!children, "Step", "items");
}
if (items) {
return items;
}
const childrenItems = toArray(children).map((node2) => {
if (React513.isValidElement(node2)) {
const {
props
} = node2;
const item = Object.assign({}, props);
return item;
}
return null;
});
return filter3(childrenItems);
}
var useLegacyItems_default2 = useLegacyItems2;
// node_modules/antd/es/steps/index.js
var __rest98 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var Steps5 = (props) => {
const {
percent,
size: customizeSize,
className,
rootClassName,
direction,
items,
responsive = true,
current = 0,
children,
style: style2
} = props, restProps = __rest98(props, ["percent", "size", "className", "rootClassName", "direction", "items", "responsive", "current", "children", "style"]);
const {
xs
} = useBreakpoint_default(responsive);
const {
getPrefixCls,
direction: rtlDirection,
className: contextClassName,
style: contextStyle
} = useComponentConfig("steps");
const realDirectionValue = React514.useMemo(() => responsive && xs ? "vertical" : direction, [responsive, xs, direction]);
const size = useSize_default(customizeSize);
const prefixCls = getPrefixCls("steps", props.prefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default55(prefixCls);
const isInline = props.type === "inline";
const iconPrefix = getPrefixCls("", props.iconPrefix);
const mergedItems = useLegacyItems_default2(items, children);
const mergedPercent = isInline ? void 0 : percent;
const mergedStyle = Object.assign(Object.assign({}, contextStyle), style2);
const stepsClassName = (0, import_classnames231.default)(contextClassName, {
[`${prefixCls}-rtl`]: rtlDirection === "rtl",
[`${prefixCls}-with-progress`]: mergedPercent !== void 0
}, className, rootClassName, hashId, cssVarCls);
const icons2 = {
finish: React514.createElement(CheckOutlined_default, {
className: `${prefixCls}-finish-icon`
}),
error: React514.createElement(CloseOutlined_default, {
className: `${prefixCls}-error-icon`
})
};
const stepIconRender = ({
node: node2,
status
}) => {
if (status === "process" && mergedPercent !== void 0) {
const progressWidth = size === "small" ? 32 : 40;
return React514.createElement("div", {
className: `${prefixCls}-progress-icon`
}, React514.createElement(progress_default2, {
type: "circle",
percent: mergedPercent,
size: progressWidth,
strokeWidth: 4,
format: () => null
}), node2);
}
return node2;
};
const itemRender = (item, stepItem) => item.description ? React514.createElement(tooltip_default, {
title: item.description
}, stepItem) : stepItem;
return wrapCSSVar(React514.createElement(es_default31, Object.assign({
icons: icons2
}, restProps, {
style: mergedStyle,
current,
size,
items: mergedItems,
itemRender: isInline ? itemRender : void 0,
stepIcon: stepIconRender,
direction: realDirectionValue,
prefixCls,
iconPrefix,
className: stepsClassName
})));
};
Steps5.Step = es_default31.Step;
if (true) {
Steps5.displayName = "Steps";
}
var steps_default = Steps5;
// node_modules/antd/es/switch/index.js
var React516 = __toESM(require_react());
var import_classnames233 = __toESM(require_classnames());
// node_modules/rc-switch/es/index.js
var React515 = __toESM(require_react());
var import_classnames232 = __toESM(require_classnames());
var _excluded69 = ["prefixCls", "className", "checked", "defaultChecked", "disabled", "loadingIcon", "checkedChildren", "unCheckedChildren", "onClick", "onChange", "onKeyDown"];
var Switch = React515.forwardRef(function(_ref, ref) {
var _classNames;
var _ref$prefixCls = _ref.prefixCls, prefixCls = _ref$prefixCls === void 0 ? "rc-switch" : _ref$prefixCls, className = _ref.className, checked = _ref.checked, defaultChecked = _ref.defaultChecked, disabled = _ref.disabled, loadingIcon = _ref.loadingIcon, checkedChildren = _ref.checkedChildren, unCheckedChildren = _ref.unCheckedChildren, onClick = _ref.onClick, onChange = _ref.onChange, onKeyDown2 = _ref.onKeyDown, restProps = _objectWithoutProperties(_ref, _excluded69);
var _useMergedState = useMergedState(false, {
value: checked,
defaultValue: defaultChecked
}), _useMergedState2 = _slicedToArray(_useMergedState, 2), innerChecked = _useMergedState2[0], setInnerChecked = _useMergedState2[1];
function triggerChange(newChecked, event) {
var mergedChecked = innerChecked;
if (!disabled) {
mergedChecked = newChecked;
setInnerChecked(mergedChecked);
onChange === null || onChange === void 0 ? void 0 : onChange(mergedChecked, event);
}
return mergedChecked;
}
function onInternalKeyDown(e3) {
if (e3.which === KeyCode_default.LEFT) {
triggerChange(false, e3);
} else if (e3.which === KeyCode_default.RIGHT) {
triggerChange(true, e3);
}
onKeyDown2 === null || onKeyDown2 === void 0 ? void 0 : onKeyDown2(e3);
}
function onInternalClick(e3) {
var ret = triggerChange(!innerChecked, e3);
onClick === null || onClick === void 0 ? void 0 : onClick(ret, e3);
}
var switchClassName = (0, import_classnames232.default)(prefixCls, className, (_classNames = {}, _defineProperty(_classNames, "".concat(prefixCls, "-checked"), innerChecked), _defineProperty(_classNames, "".concat(prefixCls, "-disabled"), disabled), _classNames));
return React515.createElement("button", _extends({}, restProps, {
type: "button",
role: "switch",
"aria-checked": innerChecked,
disabled,
className: switchClassName,
ref,
onKeyDown: onInternalKeyDown,
onClick: onInternalClick
}), loadingIcon, React515.createElement("span", {
className: "".concat(prefixCls, "-inner")
}, React515.createElement("span", {
className: "".concat(prefixCls, "-inner-checked")
}, checkedChildren), React515.createElement("span", {
className: "".concat(prefixCls, "-inner-unchecked")
}, unCheckedChildren)));
});
Switch.displayName = "Switch";
var es_default32 = Switch;
// node_modules/antd/es/switch/style/index.js
var genSwitchSmallStyle = (token2) => {
const {
componentCls,
trackHeightSM,
trackPadding,
trackMinWidthSM,
innerMinMarginSM,
innerMaxMarginSM,
handleSizeSM,
calc
} = token2;
const switchInnerCls = `${componentCls}-inner`;
const trackPaddingCalc = unit2(calc(handleSizeSM).add(calc(trackPadding).mul(2)).equal());
const innerMaxMarginCalc = unit2(calc(innerMaxMarginSM).mul(2).equal());
return {
[componentCls]: {
[`&${componentCls}-small`]: {
minWidth: trackMinWidthSM,
height: trackHeightSM,
lineHeight: unit2(trackHeightSM),
[`${componentCls}-inner`]: {
paddingInlineStart: innerMaxMarginSM,
paddingInlineEnd: innerMinMarginSM,
[`${switchInnerCls}-checked, ${switchInnerCls}-unchecked`]: {
minHeight: trackHeightSM
},
[`${switchInnerCls}-checked`]: {
marginInlineStart: `calc(-100% + ${trackPaddingCalc} - ${innerMaxMarginCalc})`,
marginInlineEnd: `calc(100% - ${trackPaddingCalc} + ${innerMaxMarginCalc})`
},
[`${switchInnerCls}-unchecked`]: {
marginTop: calc(trackHeightSM).mul(-1).equal(),
marginInlineStart: 0,
marginInlineEnd: 0
}
},
[`${componentCls}-handle`]: {
width: handleSizeSM,
height: handleSizeSM
},
[`${componentCls}-loading-icon`]: {
top: calc(calc(handleSizeSM).sub(token2.switchLoadingIconSize)).div(2).equal(),
fontSize: token2.switchLoadingIconSize
},
[`&${componentCls}-checked`]: {
[`${componentCls}-inner`]: {
paddingInlineStart: innerMinMarginSM,
paddingInlineEnd: innerMaxMarginSM,
[`${switchInnerCls}-checked`]: {
marginInlineStart: 0,
marginInlineEnd: 0
},
[`${switchInnerCls}-unchecked`]: {
marginInlineStart: `calc(100% - ${trackPaddingCalc} + ${innerMaxMarginCalc})`,
marginInlineEnd: `calc(-100% + ${trackPaddingCalc} - ${innerMaxMarginCalc})`
}
},
[`${componentCls}-handle`]: {
insetInlineStart: `calc(100% - ${unit2(calc(handleSizeSM).add(trackPadding).equal())})`
}
},
[`&:not(${componentCls}-disabled):active`]: {
[`&:not(${componentCls}-checked) ${switchInnerCls}`]: {
[`${switchInnerCls}-unchecked`]: {
marginInlineStart: calc(token2.marginXXS).div(2).equal(),
marginInlineEnd: calc(token2.marginXXS).mul(-1).div(2).equal()
}
},
[`&${componentCls}-checked ${switchInnerCls}`]: {
[`${switchInnerCls}-checked`]: {
marginInlineStart: calc(token2.marginXXS).mul(-1).div(2).equal(),
marginInlineEnd: calc(token2.marginXXS).div(2).equal()
}
}
}
}
}
};
};
var genSwitchLoadingStyle = (token2) => {
const {
componentCls,
handleSize,
calc
} = token2;
return {
[componentCls]: {
[`${componentCls}-loading-icon${token2.iconCls}`]: {
position: "relative",
top: calc(calc(handleSize).sub(token2.fontSize)).div(2).equal(),
color: token2.switchLoadingIconColor,
verticalAlign: "top"
},
[`&${componentCls}-checked ${componentCls}-loading-icon`]: {
color: token2.switchColor
}
}
};
};
var genSwitchHandleStyle = (token2) => {
const {
componentCls,
trackPadding,
handleBg,
handleShadow,
handleSize,
calc
} = token2;
const switchHandleCls = `${componentCls}-handle`;
return {
[componentCls]: {
[switchHandleCls]: {
position: "absolute",
top: trackPadding,
insetInlineStart: trackPadding,
width: handleSize,
height: handleSize,
transition: `all ${token2.switchDuration} ease-in-out`,
"&::before": {
position: "absolute",
top: 0,
insetInlineEnd: 0,
bottom: 0,
insetInlineStart: 0,
backgroundColor: handleBg,
borderRadius: calc(handleSize).div(2).equal(),
boxShadow: handleShadow,
transition: `all ${token2.switchDuration} ease-in-out`,
content: '""'
}
},
[`&${componentCls}-checked ${switchHandleCls}`]: {
insetInlineStart: `calc(100% - ${unit2(calc(handleSize).add(trackPadding).equal())})`
},
[`&:not(${componentCls}-disabled):active`]: {
[`${switchHandleCls}::before`]: {
insetInlineEnd: token2.switchHandleActiveInset,
insetInlineStart: 0
},
[`&${componentCls}-checked ${switchHandleCls}::before`]: {
insetInlineEnd: 0,
insetInlineStart: token2.switchHandleActiveInset
}
}
}
};
};
var genSwitchInnerStyle = (token2) => {
const {
componentCls,
trackHeight,
trackPadding,
innerMinMargin,
innerMaxMargin,
handleSize,
calc
} = token2;
const switchInnerCls = `${componentCls}-inner`;
const trackPaddingCalc = unit2(calc(handleSize).add(calc(trackPadding).mul(2)).equal());
const innerMaxMarginCalc = unit2(calc(innerMaxMargin).mul(2).equal());
return {
[componentCls]: {
[switchInnerCls]: {
display: "block",
overflow: "hidden",
borderRadius: 100,
height: "100%",
paddingInlineStart: innerMaxMargin,
paddingInlineEnd: innerMinMargin,
transition: `padding-inline-start ${token2.switchDuration} ease-in-out, padding-inline-end ${token2.switchDuration} ease-in-out`,
[`${switchInnerCls}-checked, ${switchInnerCls}-unchecked`]: {
display: "block",
color: token2.colorTextLightSolid,
fontSize: token2.fontSizeSM,
transition: `margin-inline-start ${token2.switchDuration} ease-in-out, margin-inline-end ${token2.switchDuration} ease-in-out`,
pointerEvents: "none",
minHeight: trackHeight
},
[`${switchInnerCls}-checked`]: {
marginInlineStart: `calc(-100% + ${trackPaddingCalc} - ${innerMaxMarginCalc})`,
marginInlineEnd: `calc(100% - ${trackPaddingCalc} + ${innerMaxMarginCalc})`
},
[`${switchInnerCls}-unchecked`]: {
marginTop: calc(trackHeight).mul(-1).equal(),
marginInlineStart: 0,
marginInlineEnd: 0
}
},
[`&${componentCls}-checked ${switchInnerCls}`]: {
paddingInlineStart: innerMinMargin,
paddingInlineEnd: innerMaxMargin,
[`${switchInnerCls}-checked`]: {
marginInlineStart: 0,
marginInlineEnd: 0
},
[`${switchInnerCls}-unchecked`]: {
marginInlineStart: `calc(100% - ${trackPaddingCalc} + ${innerMaxMarginCalc})`,
marginInlineEnd: `calc(-100% + ${trackPaddingCalc} - ${innerMaxMarginCalc})`
}
},
[`&:not(${componentCls}-disabled):active`]: {
[`&:not(${componentCls}-checked) ${switchInnerCls}`]: {
[`${switchInnerCls}-unchecked`]: {
marginInlineStart: calc(trackPadding).mul(2).equal(),
marginInlineEnd: calc(trackPadding).mul(-1).mul(2).equal()
}
},
[`&${componentCls}-checked ${switchInnerCls}`]: {
[`${switchInnerCls}-checked`]: {
marginInlineStart: calc(trackPadding).mul(-1).mul(2).equal(),
marginInlineEnd: calc(trackPadding).mul(2).equal()
}
}
}
}
};
};
var genSwitchStyle = (token2) => {
const {
componentCls,
trackHeight,
trackMinWidth
} = token2;
return {
[componentCls]: Object.assign(Object.assign(Object.assign(Object.assign({}, resetComponent(token2)), {
position: "relative",
display: "inline-block",
boxSizing: "border-box",
minWidth: trackMinWidth,
height: trackHeight,
lineHeight: unit2(trackHeight),
verticalAlign: "middle",
background: token2.colorTextQuaternary,
border: "0",
borderRadius: 100,
cursor: "pointer",
transition: `all ${token2.motionDurationMid}`,
userSelect: "none",
[`&:hover:not(${componentCls}-disabled)`]: {
background: token2.colorTextTertiary
}
}), genFocusStyle(token2)), {
[`&${componentCls}-checked`]: {
background: token2.switchColor,
[`&:hover:not(${componentCls}-disabled)`]: {
background: token2.colorPrimaryHover
}
},
[`&${componentCls}-loading, &${componentCls}-disabled`]: {
cursor: "not-allowed",
opacity: token2.switchDisabledOpacity,
"*": {
boxShadow: "none",
cursor: "not-allowed"
}
},
// rtl style
[`&${componentCls}-rtl`]: {
direction: "rtl"
}
})
};
};
var prepareComponentToken50 = (token2) => {
const {
fontSize,
lineHeight,
controlHeight,
colorWhite
} = token2;
const height = fontSize * lineHeight;
const heightSM = controlHeight / 2;
const padding = 2;
const handleSize = height - padding * 2;
const handleSizeSM = heightSM - padding * 2;
return {
trackHeight: height,
trackHeightSM: heightSM,
trackMinWidth: handleSize * 2 + padding * 4,
trackMinWidthSM: handleSizeSM * 2 + padding * 2,
trackPadding: padding,
// Fixed value
handleBg: colorWhite,
handleSize,
handleSizeSM,
handleShadow: `0 2px 4px 0 ${new FastColor("#00230b").setA(0.2).toRgbString()}`,
innerMinMargin: handleSize / 2,
innerMaxMargin: handleSize + padding + padding * 2,
innerMinMarginSM: handleSizeSM / 2,
innerMaxMarginSM: handleSizeSM + padding + padding * 2
};
};
var style_default56 = genStyleHooks("Switch", (token2) => {
const switchToken = merge2(token2, {
switchDuration: token2.motionDurationMid,
switchColor: token2.colorPrimary,
switchDisabledOpacity: token2.opacityLoading,
switchLoadingIconSize: token2.calc(token2.fontSizeIcon).mul(0.75).equal(),
switchLoadingIconColor: `rgba(0, 0, 0, ${token2.opacityLoading})`,
switchHandleActiveInset: "-30%"
});
return [
genSwitchStyle(switchToken),
// inner style
genSwitchInnerStyle(switchToken),
// handle style
genSwitchHandleStyle(switchToken),
// loading style
genSwitchLoadingStyle(switchToken),
// small style
genSwitchSmallStyle(switchToken)
];
}, prepareComponentToken50);
// node_modules/antd/es/switch/index.js
var __rest99 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var InternalSwitch = React516.forwardRef((props, ref) => {
const {
prefixCls: customizePrefixCls,
size: customizeSize,
disabled: customDisabled,
loading,
className,
rootClassName,
style: style2,
checked: checkedProp,
value,
defaultChecked: defaultCheckedProp,
defaultValue,
onChange
} = props, restProps = __rest99(props, ["prefixCls", "size", "disabled", "loading", "className", "rootClassName", "style", "checked", "value", "defaultChecked", "defaultValue", "onChange"]);
const [checked, setChecked] = useMergedState(false, {
value: checkedProp !== null && checkedProp !== void 0 ? checkedProp : value,
defaultValue: defaultCheckedProp !== null && defaultCheckedProp !== void 0 ? defaultCheckedProp : defaultValue
});
const {
getPrefixCls,
direction,
switch: SWITCH
} = React516.useContext(ConfigContext);
const disabled = React516.useContext(DisabledContext_default);
const mergedDisabled = (customDisabled !== null && customDisabled !== void 0 ? customDisabled : disabled) || loading;
const prefixCls = getPrefixCls("switch", customizePrefixCls);
const loadingIcon = React516.createElement("div", {
className: `${prefixCls}-handle`
}, loading && React516.createElement(LoadingOutlined_default, {
className: `${prefixCls}-loading-icon`
}));
const [wrapCSSVar, hashId, cssVarCls] = style_default56(prefixCls);
const mergedSize = useSize_default(customizeSize);
const classes = (0, import_classnames233.default)(SWITCH === null || SWITCH === void 0 ? void 0 : SWITCH.className, {
[`${prefixCls}-small`]: mergedSize === "small",
[`${prefixCls}-loading`]: loading,
[`${prefixCls}-rtl`]: direction === "rtl"
}, className, rootClassName, hashId, cssVarCls);
const mergedStyle = Object.assign(Object.assign({}, SWITCH === null || SWITCH === void 0 ? void 0 : SWITCH.style), style2);
const changeHandler = (...args) => {
setChecked(args[0]);
onChange === null || onChange === void 0 ? void 0 : onChange.apply(void 0, args);
};
return wrapCSSVar(React516.createElement(wave_default, {
component: "Switch",
disabled: mergedDisabled
}, React516.createElement(es_default32, Object.assign({}, restProps, {
checked,
onChange: changeHandler,
prefixCls,
className: classes,
style: mergedStyle,
disabled: mergedDisabled,
ref,
loadingIcon
}))));
});
var Switch2 = InternalSwitch;
Switch2.__ANT_SWITCH = true;
if (true) {
Switch2.displayName = "Switch";
}
var switch_default = Switch2;
// node_modules/antd/es/table/Table.js
var React573 = __toESM(require_react());
// node_modules/rc-table/es/constant.js
var EXPAND_COLUMN = {};
var INTERNAL_HOOKS = "rc-table-internal-hook";
// node_modules/@rc-component/context/es/context.js
var React517 = __toESM(require_react());
var import_react_dom9 = __toESM(require_react_dom());
function createContext45(defaultValue) {
var Context3 = React517.createContext(void 0);
var Provider = function Provider2(_ref) {
var value = _ref.value, children = _ref.children;
var valueRef = React517.useRef(value);
valueRef.current = value;
var _React$useState = React517.useState(function() {
return {
getValue: function getValue2() {
return valueRef.current;
},
listeners: /* @__PURE__ */ new Set()
};
}), _React$useState2 = _slicedToArray(_React$useState, 1), context = _React$useState2[0];
useLayoutEffect_default(function() {
(0, import_react_dom9.unstable_batchedUpdates)(function() {
context.listeners.forEach(function(listener) {
listener(value);
});
});
}, [value]);
return React517.createElement(Context3.Provider, {
value: context
}, children);
};
return {
Context: Context3,
Provider,
defaultValue
};
}
function useContext191(holder, selector) {
var eventSelector = useEvent(typeof selector === "function" ? selector : function(ctx) {
if (selector === void 0) {
return ctx;
}
if (!Array.isArray(selector)) {
return ctx[selector];
}
var obj = {};
selector.forEach(function(key) {
obj[key] = ctx[key];
});
return obj;
});
var context = React517.useContext(holder === null || holder === void 0 ? void 0 : holder.Context);
var _ref2 = context || {}, listeners = _ref2.listeners, getValue2 = _ref2.getValue;
var valueRef = React517.useRef();
valueRef.current = eventSelector(context ? getValue2() : holder === null || holder === void 0 ? void 0 : holder.defaultValue);
var _React$useState3 = React517.useState({}), _React$useState4 = _slicedToArray(_React$useState3, 2), forceUpdate = _React$useState4[1];
useLayoutEffect_default(function() {
if (!context) {
return;
}
function trigger(nextValue) {
var nextSelectorValue = eventSelector(nextValue);
if (!isEqual_default(valueRef.current, nextSelectorValue, true)) {
forceUpdate({});
}
}
listeners.add(trigger);
return function() {
listeners.delete(trigger);
};
}, [context]);
return valueRef.current;
}
// node_modules/@rc-component/context/es/Immutable.js
var React518 = __toESM(require_react());
function createImmutable() {
var ImmutableContext = React518.createContext(null);
function useImmutableMark3() {
return React518.useContext(ImmutableContext);
}
function makeImmutable3(Component10, shouldTriggerRender) {
var refAble = supportRef(Component10);
var ImmutableComponent = function ImmutableComponent2(props, ref) {
var refProps = refAble ? {
ref
} : {};
var renderTimesRef = React518.useRef(0);
var prevProps = React518.useRef(props);
var mark = useImmutableMark3();
if (mark !== null) {
return React518.createElement(Component10, _extends({}, props, refProps));
}
if (
// Always trigger re-render if not provide `notTriggerRender`
!shouldTriggerRender || shouldTriggerRender(prevProps.current, props)
) {
renderTimesRef.current += 1;
}
prevProps.current = props;
return React518.createElement(ImmutableContext.Provider, {
value: renderTimesRef.current
}, React518.createElement(Component10, _extends({}, props, refProps)));
};
if (true) {
ImmutableComponent.displayName = "ImmutableRoot(".concat(Component10.displayName || Component10.name, ")");
}
return refAble ? React518.forwardRef(ImmutableComponent) : ImmutableComponent;
}
function responseImmutable3(Component10, propsAreEqual) {
var refAble = supportRef(Component10);
var ImmutableComponent = function ImmutableComponent2(props, ref) {
var refProps = refAble ? {
ref
} : {};
useImmutableMark3();
return React518.createElement(Component10, _extends({}, props, refProps));
};
if (true) {
ImmutableComponent.displayName = "ImmutableResponse(".concat(Component10.displayName || Component10.name, ")");
}
return refAble ? React518.memo(React518.forwardRef(ImmutableComponent), propsAreEqual) : React518.memo(ImmutableComponent, propsAreEqual);
}
return {
makeImmutable: makeImmutable3,
responseImmutable: responseImmutable3,
useImmutableMark: useImmutableMark3
};
}
// node_modules/@rc-component/context/es/index.js
var _createImmutable = createImmutable();
var makeImmutable = _createImmutable.makeImmutable;
var responseImmutable = _createImmutable.responseImmutable;
var useImmutableMark = _createImmutable.useImmutableMark;
// node_modules/rc-table/es/Footer/index.js
var React526 = __toESM(require_react());
// node_modules/rc-table/es/context/TableContext.js
var _createImmutable2 = createImmutable();
var makeImmutable2 = _createImmutable2.makeImmutable;
var responseImmutable2 = _createImmutable2.responseImmutable;
var useImmutableMark2 = _createImmutable2.useImmutableMark;
var TableContext = createContext45();
var TableContext_default = TableContext;
// node_modules/rc-table/es/hooks/useRenderTimes.js
var React519 = __toESM(require_react());
function useRenderTimes(props, debug) {
var timesRef = React519.useRef(0);
timesRef.current += 1;
var propsRef = React519.useRef(props);
var keys2 = [];
Object.keys(props || {}).map(function(key) {
var _propsRef$current;
if ((props === null || props === void 0 ? void 0 : props[key]) !== ((_propsRef$current = propsRef.current) === null || _propsRef$current === void 0 ? void 0 : _propsRef$current[key])) {
keys2.push(key);
}
});
propsRef.current = props;
var keysRef = React519.useRef([]);
if (keys2.length) {
keysRef.current = keys2;
}
React519.useDebugValue(timesRef.current);
React519.useDebugValue(keysRef.current.join(", "));
if (debug) {
console.log("".concat(debug, ":"), timesRef.current, keysRef.current);
}
return timesRef.current;
}
var useRenderTimes_default = true ? useRenderTimes : function() {
};
var RenderBlock = React519.memo(function() {
var times = useRenderTimes();
return React519.createElement("h1", null, "Render Times: ", times);
});
if (true) {
RenderBlock.displayName = "RenderBlock";
}
// node_modules/rc-table/es/Footer/Cell.js
var React524 = __toESM(require_react());
// node_modules/rc-table/es/Cell/index.js
var import_classnames234 = __toESM(require_classnames());
var React522 = __toESM(require_react());
// node_modules/rc-table/es/Cell/useCellRender.js
var React521 = __toESM(require_react());
// node_modules/rc-table/es/context/PerfContext.js
var React520 = __toESM(require_react());
var PerfContext = React520.createContext({
renderWithProps: false
});
var PerfContext_default = PerfContext;
// node_modules/rc-table/es/utils/valueUtil.js
var INTERNAL_KEY_PREFIX = "RC_TABLE_KEY";
function toArray8(arr) {
if (arr === void 0 || arr === null) {
return [];
}
return Array.isArray(arr) ? arr : [arr];
}
function getColumnsKey(columns) {
var columnKeys = [];
var keys2 = {};
columns.forEach(function(column2) {
var _ref = column2 || {}, key = _ref.key, dataIndex = _ref.dataIndex;
var mergedKey = key || toArray8(dataIndex).join("-") || INTERNAL_KEY_PREFIX;
while (keys2[mergedKey]) {
mergedKey = "".concat(mergedKey, "_next");
}
keys2[mergedKey] = true;
columnKeys.push(mergedKey);
});
return columnKeys;
}
function validateValue(val) {
return val !== null && val !== void 0;
}
function validNumberValue(value) {
return typeof value === "number" && !Number.isNaN(value);
}
// node_modules/rc-table/es/Cell/useCellRender.js
function isRenderCell(data) {
return data && _typeof(data) === "object" && !Array.isArray(data) && !React521.isValidElement(data);
}
function useCellRender2(record, dataIndex, renderIndex, children, render2, shouldCellUpdate) {
var perfRecord = React521.useContext(PerfContext_default);
var mark = useImmutableMark2();
var retData = useMemo(function() {
if (validateValue(children)) {
return [children];
}
var path2 = dataIndex === null || dataIndex === void 0 || dataIndex === "" ? [] : Array.isArray(dataIndex) ? dataIndex : [dataIndex];
var value = get(record, path2);
var returnChildNode = value;
var returnCellProps = void 0;
if (render2) {
var renderData = render2(value, record, renderIndex);
if (isRenderCell(renderData)) {
if (true) {
warning_default(false, "`columns.render` return cell props is deprecated with perf issue, please use `onCell` instead.");
}
returnChildNode = renderData.children;
returnCellProps = renderData.props;
perfRecord.renderWithProps = true;
} else {
returnChildNode = renderData;
}
}
return [returnChildNode, returnCellProps];
}, [
// Force update deps
mark,
// Normal deps
record,
children,
dataIndex,
render2,
renderIndex
], function(prev2, next2) {
if (shouldCellUpdate) {
var _prev = _slicedToArray(prev2, 2), prevRecord = _prev[1];
var _next = _slicedToArray(next2, 2), nextRecord = _next[1];
return shouldCellUpdate(nextRecord, prevRecord);
}
if (perfRecord.renderWithProps) {
return true;
}
return !isEqual_default(prev2, next2, true);
});
return retData;
}
// node_modules/rc-table/es/Cell/useHoverState.js
function inHoverRange(cellStartRow, cellRowSpan, startRow, endRow) {
var cellEndRow = cellStartRow + cellRowSpan - 1;
return cellStartRow <= endRow && cellEndRow >= startRow;
}
function useHoverState(rowIndex, rowSpan) {
return useContext191(TableContext_default, function(ctx) {
var hovering = inHoverRange(rowIndex, rowSpan || 1, ctx.hoverStartRow, ctx.hoverEndRow);
return [hovering, ctx.onHover];
});
}
// node_modules/rc-table/es/Cell/index.js
var getTitleFromCellRenderChildren = function getTitleFromCellRenderChildren2(_ref) {
var ellipsis = _ref.ellipsis, rowType = _ref.rowType, children = _ref.children;
var title;
var ellipsisConfig = ellipsis === true ? {
showTitle: true
} : ellipsis;
if (ellipsisConfig && (ellipsisConfig.showTitle || rowType === "header")) {
if (typeof children === "string" || typeof children === "number") {
title = children.toString();
} else if (React522.isValidElement(children) && typeof children.props.children === "string") {
title = children.props.children;
}
}
return title;
};
function Cell2(props) {
var _ref2, _ref3, _legacyCellProps$colS, _ref4, _ref5, _legacyCellProps$rowS, _additionalProps$titl, _classNames;
if (true) {
useRenderTimes_default(props);
}
var Component10 = props.component, children = props.children, ellipsis = props.ellipsis, scope = props.scope, prefixCls = props.prefixCls, className = props.className, align = props.align, record = props.record, render2 = props.render, dataIndex = props.dataIndex, renderIndex = props.renderIndex, shouldCellUpdate = props.shouldCellUpdate, index3 = props.index, rowType = props.rowType, colSpan = props.colSpan, rowSpan = props.rowSpan, fixLeft = props.fixLeft, fixRight = props.fixRight, firstFixLeft = props.firstFixLeft, lastFixLeft = props.lastFixLeft, firstFixRight = props.firstFixRight, lastFixRight = props.lastFixRight, appendNode = props.appendNode, _props$additionalProp = props.additionalProps, additionalProps = _props$additionalProp === void 0 ? {} : _props$additionalProp, isSticky = props.isSticky;
var cellPrefixCls = "".concat(prefixCls, "-cell");
var _useContext = useContext191(TableContext_default, ["supportSticky", "allColumnsFixedLeft", "rowHoverable"]), supportSticky = _useContext.supportSticky, allColumnsFixedLeft = _useContext.allColumnsFixedLeft, rowHoverable = _useContext.rowHoverable;
var _useCellRender = useCellRender2(record, dataIndex, renderIndex, children, render2, shouldCellUpdate), _useCellRender2 = _slicedToArray(_useCellRender, 2), childNode = _useCellRender2[0], legacyCellProps = _useCellRender2[1];
var fixedStyle2 = {};
var isFixLeft = typeof fixLeft === "number" && supportSticky;
var isFixRight = typeof fixRight === "number" && supportSticky;
if (isFixLeft) {
fixedStyle2.position = "sticky";
fixedStyle2.left = fixLeft;
}
if (isFixRight) {
fixedStyle2.position = "sticky";
fixedStyle2.right = fixRight;
}
var mergedColSpan = (_ref2 = (_ref3 = (_legacyCellProps$colS = legacyCellProps === null || legacyCellProps === void 0 ? void 0 : legacyCellProps.colSpan) !== null && _legacyCellProps$colS !== void 0 ? _legacyCellProps$colS : additionalProps.colSpan) !== null && _ref3 !== void 0 ? _ref3 : colSpan) !== null && _ref2 !== void 0 ? _ref2 : 1;
var mergedRowSpan = (_ref4 = (_ref5 = (_legacyCellProps$rowS = legacyCellProps === null || legacyCellProps === void 0 ? void 0 : legacyCellProps.rowSpan) !== null && _legacyCellProps$rowS !== void 0 ? _legacyCellProps$rowS : additionalProps.rowSpan) !== null && _ref5 !== void 0 ? _ref5 : rowSpan) !== null && _ref4 !== void 0 ? _ref4 : 1;
var _useHoverState = useHoverState(index3, mergedRowSpan), _useHoverState2 = _slicedToArray(_useHoverState, 2), hovering = _useHoverState2[0], onHover = _useHoverState2[1];
var onMouseEnter = useEvent(function(event) {
var _additionalProps$onMo;
if (record) {
onHover(index3, index3 + mergedRowSpan - 1);
}
additionalProps === null || additionalProps === void 0 || (_additionalProps$onMo = additionalProps.onMouseEnter) === null || _additionalProps$onMo === void 0 || _additionalProps$onMo.call(additionalProps, event);
});
var onMouseLeave = useEvent(function(event) {
var _additionalProps$onMo2;
if (record) {
onHover(-1, -1);
}
additionalProps === null || additionalProps === void 0 || (_additionalProps$onMo2 = additionalProps.onMouseLeave) === null || _additionalProps$onMo2 === void 0 || _additionalProps$onMo2.call(additionalProps, event);
});
if (mergedColSpan === 0 || mergedRowSpan === 0) {
return null;
}
var title = (_additionalProps$titl = additionalProps.title) !== null && _additionalProps$titl !== void 0 ? _additionalProps$titl : getTitleFromCellRenderChildren({
rowType,
ellipsis,
children: childNode
});
var mergedClassName = (0, import_classnames234.default)(cellPrefixCls, className, (_classNames = {}, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_classNames, "".concat(cellPrefixCls, "-fix-left"), isFixLeft && supportSticky), "".concat(cellPrefixCls, "-fix-left-first"), firstFixLeft && supportSticky), "".concat(cellPrefixCls, "-fix-left-last"), lastFixLeft && supportSticky), "".concat(cellPrefixCls, "-fix-left-all"), lastFixLeft && allColumnsFixedLeft && supportSticky), "".concat(cellPrefixCls, "-fix-right"), isFixRight && supportSticky), "".concat(cellPrefixCls, "-fix-right-first"), firstFixRight && supportSticky), "".concat(cellPrefixCls, "-fix-right-last"), lastFixRight && supportSticky), "".concat(cellPrefixCls, "-ellipsis"), ellipsis), "".concat(cellPrefixCls, "-with-append"), appendNode), "".concat(cellPrefixCls, "-fix-sticky"), (isFixLeft || isFixRight) && isSticky && supportSticky), _defineProperty(_classNames, "".concat(cellPrefixCls, "-row-hover"), !legacyCellProps && hovering)), additionalProps.className, legacyCellProps === null || legacyCellProps === void 0 ? void 0 : legacyCellProps.className);
var alignStyle = {};
if (align) {
alignStyle.textAlign = align;
}
var mergedStyle = _objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2({}, legacyCellProps === null || legacyCellProps === void 0 ? void 0 : legacyCellProps.style), fixedStyle2), alignStyle), additionalProps.style);
var mergedChildNode = childNode;
if (_typeof(mergedChildNode) === "object" && !Array.isArray(mergedChildNode) && !React522.isValidElement(mergedChildNode)) {
mergedChildNode = null;
}
if (ellipsis && (lastFixLeft || firstFixRight)) {
mergedChildNode = React522.createElement("span", {
className: "".concat(cellPrefixCls, "-content")
}, mergedChildNode);
}
return React522.createElement(Component10, _extends({}, legacyCellProps, additionalProps, {
className: mergedClassName,
style: mergedStyle,
title,
scope,
onMouseEnter: rowHoverable ? onMouseEnter : void 0,
onMouseLeave: rowHoverable ? onMouseLeave : void 0,
colSpan: mergedColSpan !== 1 ? mergedColSpan : null,
rowSpan: mergedRowSpan !== 1 ? mergedRowSpan : null
}), appendNode, mergedChildNode);
}
var Cell_default2 = React522.memo(Cell2);
// node_modules/rc-table/es/utils/fixUtil.js
function getCellFixedInfo(colStart, colEnd, columns, stickyOffsets, direction) {
var startColumn = columns[colStart] || {};
var endColumn = columns[colEnd] || {};
var fixLeft;
var fixRight;
if (startColumn.fixed === "left") {
fixLeft = stickyOffsets.left[direction === "rtl" ? colEnd : colStart];
} else if (endColumn.fixed === "right") {
fixRight = stickyOffsets.right[direction === "rtl" ? colStart : colEnd];
}
var lastFixLeft = false;
var firstFixRight = false;
var lastFixRight = false;
var firstFixLeft = false;
var nextColumn = columns[colEnd + 1];
var prevColumn = columns[colStart - 1];
var canLastFix = nextColumn && !nextColumn.fixed || prevColumn && !prevColumn.fixed || columns.every(function(col) {
return col.fixed === "left";
});
if (direction === "rtl") {
if (fixLeft !== void 0) {
var prevFixLeft = prevColumn && prevColumn.fixed === "left";
firstFixLeft = !prevFixLeft && canLastFix;
} else if (fixRight !== void 0) {
var nextFixRight = nextColumn && nextColumn.fixed === "right";
lastFixRight = !nextFixRight && canLastFix;
}
} else if (fixLeft !== void 0) {
var nextFixLeft = nextColumn && nextColumn.fixed === "left";
lastFixLeft = !nextFixLeft && canLastFix;
} else if (fixRight !== void 0) {
var prevFixRight = prevColumn && prevColumn.fixed === "right";
firstFixRight = !prevFixRight && canLastFix;
}
return {
fixLeft,
fixRight,
lastFixLeft,
firstFixRight,
lastFixRight,
firstFixLeft,
isSticky: stickyOffsets.isSticky
};
}
// node_modules/rc-table/es/Footer/SummaryContext.js
var React523 = __toESM(require_react());
var SummaryContext = React523.createContext({});
var SummaryContext_default = SummaryContext;
// node_modules/rc-table/es/Footer/Cell.js
function SummaryCell(_ref) {
var className = _ref.className, index3 = _ref.index, children = _ref.children, _ref$colSpan = _ref.colSpan, colSpan = _ref$colSpan === void 0 ? 1 : _ref$colSpan, rowSpan = _ref.rowSpan, align = _ref.align;
var _useContext = useContext191(TableContext_default, ["prefixCls", "direction"]), prefixCls = _useContext.prefixCls, direction = _useContext.direction;
var _React$useContext = React524.useContext(SummaryContext_default), scrollColumnIndex = _React$useContext.scrollColumnIndex, stickyOffsets = _React$useContext.stickyOffsets, flattenColumns = _React$useContext.flattenColumns;
var lastIndex = index3 + colSpan - 1;
var mergedColSpan = lastIndex + 1 === scrollColumnIndex ? colSpan + 1 : colSpan;
var fixedInfo = getCellFixedInfo(index3, index3 + mergedColSpan - 1, flattenColumns, stickyOffsets, direction);
return React524.createElement(Cell_default2, _extends({
className,
index: index3,
component: "td",
prefixCls,
record: null,
dataIndex: null,
align,
colSpan: mergedColSpan,
rowSpan,
render: function render2() {
return children;
}
}, fixedInfo));
}
// node_modules/rc-table/es/Footer/Row.js
var React525 = __toESM(require_react());
var _excluded70 = ["children"];
function FooterRow(_ref) {
var children = _ref.children, props = _objectWithoutProperties(_ref, _excluded70);
return React525.createElement("tr", props, children);
}
// node_modules/rc-table/es/Footer/Summary.js
function Summary(_ref) {
var children = _ref.children;
return children;
}
Summary.Row = FooterRow;
Summary.Cell = SummaryCell;
var Summary_default = Summary;
// node_modules/rc-table/es/Footer/index.js
function Footer4(props) {
if (true) {
useRenderTimes_default(props);
}
var children = props.children, stickyOffsets = props.stickyOffsets, flattenColumns = props.flattenColumns;
var prefixCls = useContext191(TableContext_default, "prefixCls");
var lastColumnIndex = flattenColumns.length - 1;
var scrollColumn = flattenColumns[lastColumnIndex];
var summaryContext = React526.useMemo(function() {
return {
stickyOffsets,
flattenColumns,
scrollColumnIndex: scrollColumn !== null && scrollColumn !== void 0 && scrollColumn.scrollbar ? lastColumnIndex : null
};
}, [scrollColumn, flattenColumns, lastColumnIndex, stickyOffsets]);
return React526.createElement(SummaryContext_default.Provider, {
value: summaryContext
}, React526.createElement("tfoot", {
className: "".concat(prefixCls, "-summary")
}, children));
}
var Footer_default = responseImmutable2(Footer4);
var FooterComponents = Summary_default;
// node_modules/rc-table/es/sugar/Column.js
function Column2(_) {
return null;
}
var Column_default = Column2;
// node_modules/rc-table/es/sugar/ColumnGroup.js
function ColumnGroup(_) {
return null;
}
var ColumnGroup_default = ColumnGroup;
// node_modules/rc-table/es/Table.js
var import_classnames240 = __toESM(require_classnames());
var React545 = __toESM(require_react());
// node_modules/rc-table/es/Body/index.js
var React533 = __toESM(require_react());
// node_modules/rc-table/es/hooks/useFlattenRecords.js
var React527 = __toESM(require_react());
function fillRecords(list, record, indent, childrenColumnName, expandedKeys, getRowKey, index3) {
var key = getRowKey(record, index3);
list.push({
record,
indent,
index: index3,
rowKey: key
});
var expanded = expandedKeys === null || expandedKeys === void 0 ? void 0 : expandedKeys.has(key);
if (record && Array.isArray(record[childrenColumnName]) && expanded) {
for (var i = 0; i < record[childrenColumnName].length; i += 1) {
fillRecords(list, record[childrenColumnName][i], indent + 1, childrenColumnName, expandedKeys, getRowKey, i);
}
}
}
function useFlattenRecords(data, childrenColumnName, expandedKeys, getRowKey) {
var arr = React527.useMemo(function() {
if (expandedKeys !== null && expandedKeys !== void 0 && expandedKeys.size) {
var list = [];
for (var i = 0; i < (data === null || data === void 0 ? void 0 : data.length); i += 1) {
var record = data[i];
fillRecords(list, record, 0, childrenColumnName, expandedKeys, getRowKey, i);
}
return list;
}
return data === null || data === void 0 ? void 0 : data.map(function(item, index3) {
return {
record: item,
indent: 0,
index: index3,
rowKey: getRowKey(item, index3)
};
});
}, [data, childrenColumnName, expandedKeys, getRowKey]);
return arr;
}
// node_modules/rc-table/es/Body/BodyRow.js
var import_classnames237 = __toESM(require_classnames());
var React530 = __toESM(require_react());
// node_modules/rc-table/es/hooks/useRowInfo.js
var import_classnames235 = __toESM(require_classnames());
function useRowInfo(record, rowKey, recordIndex, indent) {
var context = useContext191(TableContext_default, ["prefixCls", "fixedInfoList", "flattenColumns", "expandableType", "expandRowByClick", "onTriggerExpand", "rowClassName", "expandedRowClassName", "indentSize", "expandIcon", "expandedRowRender", "expandIconColumnIndex", "expandedKeys", "childrenColumnName", "rowExpandable", "onRow"]);
var flattenColumns = context.flattenColumns, expandableType = context.expandableType, expandedKeys = context.expandedKeys, childrenColumnName = context.childrenColumnName, onTriggerExpand = context.onTriggerExpand, rowExpandable = context.rowExpandable, onRow = context.onRow, expandRowByClick = context.expandRowByClick, rowClassName = context.rowClassName;
var nestExpandable = expandableType === "nest";
var rowSupportExpand = expandableType === "row" && (!rowExpandable || rowExpandable(record));
var mergedExpandable = rowSupportExpand || nestExpandable;
var expanded = expandedKeys && expandedKeys.has(rowKey);
var hasNestChildren = childrenColumnName && record && record[childrenColumnName];
var onInternalTriggerExpand = useEvent(onTriggerExpand);
var rowProps = onRow === null || onRow === void 0 ? void 0 : onRow(record, recordIndex);
var onRowClick = rowProps === null || rowProps === void 0 ? void 0 : rowProps.onClick;
var onClick = function onClick2(event) {
if (expandRowByClick && mergedExpandable) {
onTriggerExpand(record, event);
}
for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
args[_key - 1] = arguments[_key];
}
onRowClick === null || onRowClick === void 0 || onRowClick.apply(void 0, [event].concat(args));
};
var computeRowClassName;
if (typeof rowClassName === "string") {
computeRowClassName = rowClassName;
} else if (typeof rowClassName === "function") {
computeRowClassName = rowClassName(record, recordIndex, indent);
}
var columnsKey = getColumnsKey(flattenColumns);
return _objectSpread2(_objectSpread2({}, context), {}, {
columnsKey,
nestExpandable,
expanded,
hasNestChildren,
record,
onTriggerExpand: onInternalTriggerExpand,
rowSupportExpand,
expandable: mergedExpandable,
rowProps: _objectSpread2(_objectSpread2({}, rowProps), {}, {
className: (0, import_classnames235.default)(computeRowClassName, rowProps === null || rowProps === void 0 ? void 0 : rowProps.className),
onClick
})
});
}
// node_modules/rc-table/es/Body/ExpandedRow.js
var React528 = __toESM(require_react());
function ExpandedRow(props) {
if (true) {
useRenderTimes_default(props);
}
var prefixCls = props.prefixCls, children = props.children, Component10 = props.component, cellComponent = props.cellComponent, className = props.className, expanded = props.expanded, colSpan = props.colSpan, isEmpty2 = props.isEmpty, _props$stickyOffset = props.stickyOffset, stickyOffset = _props$stickyOffset === void 0 ? 0 : _props$stickyOffset;
var _useContext = useContext191(TableContext_default, ["scrollbarSize", "fixHeader", "fixColumn", "componentWidth", "horizonScroll"]), scrollbarSize = _useContext.scrollbarSize, fixHeader = _useContext.fixHeader, fixColumn = _useContext.fixColumn, componentWidth = _useContext.componentWidth, horizonScroll = _useContext.horizonScroll;
var contentNode = children;
if (isEmpty2 ? horizonScroll && componentWidth : fixColumn) {
contentNode = React528.createElement("div", {
style: {
width: componentWidth - stickyOffset - (fixHeader && !isEmpty2 ? scrollbarSize : 0),
position: "sticky",
left: stickyOffset,
overflow: "hidden"
},
className: "".concat(prefixCls, "-expanded-row-fixed")
}, contentNode);
}
return React528.createElement(Component10, {
className,
style: {
display: expanded ? null : "none"
}
}, React528.createElement(Cell_default2, {
component: cellComponent,
prefixCls,
colSpan
}, contentNode));
}
var ExpandedRow_default = ExpandedRow;
// node_modules/rc-table/es/utils/expandUtil.js
var React529 = __toESM(require_react());
var import_classnames236 = __toESM(require_classnames());
function renderExpandIcon(_ref) {
var prefixCls = _ref.prefixCls, record = _ref.record, onExpand = _ref.onExpand, expanded = _ref.expanded, expandable = _ref.expandable;
var expandClassName = "".concat(prefixCls, "-row-expand-icon");
if (!expandable) {
return React529.createElement("span", {
className: (0, import_classnames236.default)(expandClassName, "".concat(prefixCls, "-row-spaced"))
});
}
var onClick = function onClick2(event) {
onExpand(record, event);
event.stopPropagation();
};
return React529.createElement("span", {
className: (0, import_classnames236.default)(expandClassName, _defineProperty(_defineProperty({}, "".concat(prefixCls, "-row-expanded"), expanded), "".concat(prefixCls, "-row-collapsed"), !expanded)),
onClick
});
}
function findAllChildrenKeys(data, getRowKey, childrenColumnName) {
var keys2 = [];
function dig(list) {
(list || []).forEach(function(item, index3) {
keys2.push(getRowKey(item, index3));
dig(item[childrenColumnName]);
});
}
dig(data);
return keys2;
}
function computedExpandedClassName(cls13, record, index3, indent) {
if (typeof cls13 === "string") {
return cls13;
}
if (typeof cls13 === "function") {
return cls13(record, index3, indent);
}
return "";
}
// node_modules/rc-table/es/Body/BodyRow.js
function getCellProps(rowInfo, column2, colIndex, indent, index3) {
var _column$onCell;
var rowKeys = arguments.length > 5 && arguments[5] !== void 0 ? arguments[5] : [];
var expandedRowOffset = arguments.length > 6 && arguments[6] !== void 0 ? arguments[6] : 0;
var record = rowInfo.record, prefixCls = rowInfo.prefixCls, columnsKey = rowInfo.columnsKey, fixedInfoList = rowInfo.fixedInfoList, expandIconColumnIndex = rowInfo.expandIconColumnIndex, nestExpandable = rowInfo.nestExpandable, indentSize = rowInfo.indentSize, expandIcon = rowInfo.expandIcon, expanded = rowInfo.expanded, hasNestChildren = rowInfo.hasNestChildren, onTriggerExpand = rowInfo.onTriggerExpand, expandable = rowInfo.expandable, expandedKeys = rowInfo.expandedKeys;
var key = columnsKey[colIndex];
var fixedInfo = fixedInfoList[colIndex];
var appendCellNode;
if (colIndex === (expandIconColumnIndex || 0) && nestExpandable) {
appendCellNode = React530.createElement(React530.Fragment, null, React530.createElement("span", {
style: {
paddingLeft: "".concat(indentSize * indent, "px")
},
className: "".concat(prefixCls, "-row-indent indent-level-").concat(indent)
}), expandIcon({
prefixCls,
expanded,
expandable: hasNestChildren,
record,
onExpand: onTriggerExpand
}));
}
var additionalCellProps = ((_column$onCell = column2.onCell) === null || _column$onCell === void 0 ? void 0 : _column$onCell.call(column2, record, index3)) || {};
if (expandedRowOffset) {
var _additionalCellProps$ = additionalCellProps.rowSpan, rowSpan = _additionalCellProps$ === void 0 ? 1 : _additionalCellProps$;
if (expandable && rowSpan && colIndex < expandedRowOffset) {
var currentRowSpan = rowSpan;
for (var i = index3; i < index3 + rowSpan; i += 1) {
var rowKey = rowKeys[i];
if (expandedKeys.has(rowKey)) {
currentRowSpan += 1;
}
}
additionalCellProps.rowSpan = currentRowSpan;
}
}
return {
key,
fixedInfo,
appendCellNode,
additionalCellProps
};
}
function BodyRow(props) {
if (true) {
useRenderTimes_default(props);
}
var className = props.className, style2 = props.style, record = props.record, index3 = props.index, renderIndex = props.renderIndex, rowKey = props.rowKey, rowKeys = props.rowKeys, _props$indent = props.indent, indent = _props$indent === void 0 ? 0 : _props$indent, RowComponent = props.rowComponent, cellComponent = props.cellComponent, scopeCellComponent = props.scopeCellComponent, expandedRowInfo = props.expandedRowInfo;
var rowInfo = useRowInfo(record, rowKey, index3, indent);
var prefixCls = rowInfo.prefixCls, flattenColumns = rowInfo.flattenColumns, expandedRowClassName = rowInfo.expandedRowClassName, expandedRowRender = rowInfo.expandedRowRender, rowProps = rowInfo.rowProps, expanded = rowInfo.expanded, rowSupportExpand = rowInfo.rowSupportExpand;
var expandedRef = React530.useRef(false);
expandedRef.current || (expandedRef.current = expanded);
if (true) {
useRenderTimes_default(props);
}
var expandedClsName = computedExpandedClassName(expandedRowClassName, record, index3, indent);
var baseRowNode = React530.createElement(RowComponent, _extends({}, rowProps, {
"data-row-key": rowKey,
className: (0, import_classnames237.default)(className, "".concat(prefixCls, "-row"), "".concat(prefixCls, "-row-level-").concat(indent), rowProps === null || rowProps === void 0 ? void 0 : rowProps.className, _defineProperty({}, expandedClsName, indent >= 1)),
style: _objectSpread2(_objectSpread2({}, style2), rowProps === null || rowProps === void 0 ? void 0 : rowProps.style)
}), flattenColumns.map(function(column2, colIndex) {
var render2 = column2.render, dataIndex = column2.dataIndex, columnClassName = column2.className;
var _getCellProps = getCellProps(rowInfo, column2, colIndex, indent, index3, rowKeys, expandedRowInfo === null || expandedRowInfo === void 0 ? void 0 : expandedRowInfo.offset), key = _getCellProps.key, fixedInfo = _getCellProps.fixedInfo, appendCellNode = _getCellProps.appendCellNode, additionalCellProps = _getCellProps.additionalCellProps;
return React530.createElement(Cell_default2, _extends({
className: columnClassName,
ellipsis: column2.ellipsis,
align: column2.align,
scope: column2.rowScope,
component: column2.rowScope ? scopeCellComponent : cellComponent,
prefixCls,
key,
record,
index: index3,
renderIndex,
dataIndex,
render: render2,
shouldCellUpdate: column2.shouldCellUpdate
}, fixedInfo, {
appendNode: appendCellNode,
additionalProps: additionalCellProps
}));
}));
var expandRowNode;
if (rowSupportExpand && (expandedRef.current || expanded)) {
var expandContent = expandedRowRender(record, index3, indent + 1, expanded);
expandRowNode = React530.createElement(ExpandedRow_default, {
expanded,
className: (0, import_classnames237.default)("".concat(prefixCls, "-expanded-row"), "".concat(prefixCls, "-expanded-row-level-").concat(indent + 1), expandedClsName),
prefixCls,
component: RowComponent,
cellComponent,
colSpan: expandedRowInfo ? expandedRowInfo.colSpan : flattenColumns.length,
stickyOffset: expandedRowInfo === null || expandedRowInfo === void 0 ? void 0 : expandedRowInfo.sticky,
isEmpty: false
}, expandContent);
}
return React530.createElement(React530.Fragment, null, baseRowNode, expandRowNode);
}
if (true) {
BodyRow.displayName = "BodyRow";
}
var BodyRow_default = responseImmutable2(BodyRow);
// node_modules/rc-table/es/Body/MeasureRow.js
var React532 = __toESM(require_react());
// node_modules/rc-table/es/Body/MeasureCell.js
var React531 = __toESM(require_react());
function MeasureCell(_ref) {
var columnKey = _ref.columnKey, onColumnResize = _ref.onColumnResize, prefixCls = _ref.prefixCls, title = _ref.title;
var cellRef = React531.useRef();
useLayoutEffect_default(function() {
if (cellRef.current) {
onColumnResize(columnKey, cellRef.current.offsetWidth);
}
}, []);
return React531.createElement(es_default, {
data: columnKey
}, React531.createElement("th", {
ref: cellRef,
className: "".concat(prefixCls, "-measure-cell")
}, React531.createElement("div", {
className: "".concat(prefixCls, "-measure-cell-content")
}, title || " ")));
}
// node_modules/rc-table/es/Body/MeasureRow.js
function MeasureRow(_ref) {
var prefixCls = _ref.prefixCls, columnsKey = _ref.columnsKey, onColumnResize = _ref.onColumnResize, columns = _ref.columns;
var ref = React532.useRef(null);
var _useContext = useContext191(TableContext_default, ["measureRowRender"]), measureRowRender = _useContext.measureRowRender;
var measureRow = React532.createElement("tr", {
"aria-hidden": "true",
className: "".concat(prefixCls, "-measure-row"),
ref,
tabIndex: -1
}, React532.createElement(es_default.Collection, {
onBatchResize: function onBatchResize(infoList) {
if (isVisible_default(ref.current)) {
infoList.forEach(function(_ref2) {
var columnKey = _ref2.data, size = _ref2.size;
onColumnResize(columnKey, size.offsetWidth);
});
}
}
}, columnsKey.map(function(columnKey) {
var column2 = columns.find(function(col) {
return col.key === columnKey;
});
var rawTitle = column2 === null || column2 === void 0 ? void 0 : column2.title;
var titleForMeasure = React532.isValidElement(rawTitle) ? React532.cloneElement(rawTitle, {
ref: null
}) : rawTitle;
return React532.createElement(MeasureCell, {
prefixCls,
key: columnKey,
columnKey,
onColumnResize,
title: titleForMeasure
});
})));
return measureRowRender ? measureRowRender(measureRow) : measureRow;
}
// node_modules/rc-table/es/Body/index.js
function Body(props) {
if (true) {
useRenderTimes_default(props);
}
var data = props.data, measureColumnWidth = props.measureColumnWidth;
var _useContext = useContext191(TableContext_default, ["prefixCls", "getComponent", "onColumnResize", "flattenColumns", "getRowKey", "expandedKeys", "childrenColumnName", "emptyNode", "expandedRowOffset", "fixedInfoList", "colWidths"]), prefixCls = _useContext.prefixCls, getComponent = _useContext.getComponent, onColumnResize = _useContext.onColumnResize, flattenColumns = _useContext.flattenColumns, getRowKey = _useContext.getRowKey, expandedKeys = _useContext.expandedKeys, childrenColumnName = _useContext.childrenColumnName, emptyNode = _useContext.emptyNode, _useContext$expandedR = _useContext.expandedRowOffset, expandedRowOffset = _useContext$expandedR === void 0 ? 0 : _useContext$expandedR, colWidths = _useContext.colWidths;
var flattenData2 = useFlattenRecords(data, childrenColumnName, expandedKeys, getRowKey);
var rowKeys = React533.useMemo(function() {
return flattenData2.map(function(item) {
return item.rowKey;
});
}, [flattenData2]);
var perfRef = React533.useRef({
renderWithProps: false
});
var expandedRowInfo = React533.useMemo(function() {
var expandedColSpan = flattenColumns.length - expandedRowOffset;
var expandedStickyStart = 0;
for (var i = 0; i < expandedRowOffset; i += 1) {
expandedStickyStart += colWidths[i] || 0;
}
return {
offset: expandedRowOffset,
colSpan: expandedColSpan,
sticky: expandedStickyStart
};
}, [flattenColumns.length, expandedRowOffset, colWidths]);
var WrapperComponent = getComponent(["body", "wrapper"], "tbody");
var trComponent = getComponent(["body", "row"], "tr");
var tdComponent = getComponent(["body", "cell"], "td");
var thComponent = getComponent(["body", "cell"], "th");
var rows;
if (data.length) {
rows = flattenData2.map(function(item, idx) {
var record = item.record, indent = item.indent, renderIndex = item.index, rowKey = item.rowKey;
return React533.createElement(BodyRow_default, {
key: rowKey,
rowKey,
rowKeys,
record,
index: idx,
renderIndex,
rowComponent: trComponent,
cellComponent: tdComponent,
scopeCellComponent: thComponent,
indent,
expandedRowInfo
});
});
} else {
rows = React533.createElement(ExpandedRow_default, {
expanded: true,
className: "".concat(prefixCls, "-placeholder"),
prefixCls,
component: trComponent,
cellComponent: tdComponent,
colSpan: flattenColumns.length,
isEmpty: true
}, emptyNode);
}
var columnsKey = getColumnsKey(flattenColumns);
return React533.createElement(PerfContext_default.Provider, {
value: perfRef.current
}, React533.createElement(WrapperComponent, {
className: "".concat(prefixCls, "-tbody")
}, measureColumnWidth && React533.createElement(MeasureRow, {
prefixCls,
columnsKey,
onColumnResize,
columns: flattenColumns
}), rows));
}
if (true) {
Body.displayName = "Body";
}
var Body_default = responseImmutable2(Body);
// node_modules/rc-table/es/ColGroup.js
var React534 = __toESM(require_react());
// node_modules/rc-table/es/utils/legacyUtil.js
var _excluded71 = ["expandable"];
var INTERNAL_COL_DEFINE = "RC_TABLE_INTERNAL_COL_DEFINE";
function getExpandableProps(props) {
var expandable = props.expandable, legacyExpandableConfig = _objectWithoutProperties(props, _excluded71);
var config;
if ("expandable" in props) {
config = _objectSpread2(_objectSpread2({}, legacyExpandableConfig), expandable);
} else {
if (["indentSize", "expandedRowKeys", "defaultExpandedRowKeys", "defaultExpandAllRows", "expandedRowRender", "expandRowByClick", "expandIcon", "onExpand", "onExpandedRowsChange", "expandedRowClassName", "expandIconColumnIndex", "showExpandColumn", "title"].some(function(prop) {
return prop in props;
})) {
warning_default(false, "expanded related props have been moved into `expandable`.");
}
config = legacyExpandableConfig;
}
if (config.showExpandColumn === false) {
config.expandIconColumnIndex = -1;
}
return config;
}
// node_modules/rc-table/es/ColGroup.js
var _excluded72 = ["columnType"];
function ColGroup(_ref) {
var colWidths = _ref.colWidths, columns = _ref.columns, columCount = _ref.columCount;
var _useContext = useContext191(TableContext_default, ["tableLayout"]), tableLayout = _useContext.tableLayout;
var cols = [];
var len = columCount || columns.length;
var mustInsert = false;
for (var i = len - 1; i >= 0; i -= 1) {
var width = colWidths[i];
var column2 = columns && columns[i];
var additionalProps = void 0;
var minWidth = void 0;
if (column2) {
additionalProps = column2[INTERNAL_COL_DEFINE];
if (tableLayout === "auto") {
minWidth = column2.minWidth;
}
}
if (width || minWidth || additionalProps || mustInsert) {
var _ref2 = additionalProps || {}, columnType = _ref2.columnType, restAdditionalProps = _objectWithoutProperties(_ref2, _excluded72);
cols.unshift(React534.createElement("col", _extends({
key: i,
style: {
width,
minWidth
}
}, restAdditionalProps)));
mustInsert = true;
}
}
return cols.length > 0 ? React534.createElement("colgroup", null, cols) : null;
}
var ColGroup_default = ColGroup;
// node_modules/rc-table/es/FixedHolder/index.js
var import_classnames238 = __toESM(require_classnames());
var React535 = __toESM(require_react());
var import_react191 = __toESM(require_react());
var _excluded73 = ["className", "noData", "columns", "flattenColumns", "colWidths", "colGroup", "columCount", "stickyOffsets", "direction", "fixHeader", "stickyTopOffset", "stickyBottomOffset", "stickyClassName", "scrollX", "tableLayout", "onScroll", "children"];
function useColumnWidth(colWidths, columCount) {
return (0, import_react191.useMemo)(function() {
var cloneColumns = [];
for (var i = 0; i < columCount; i += 1) {
var val = colWidths[i];
if (val !== void 0) {
cloneColumns[i] = val;
} else {
return null;
}
}
return cloneColumns;
}, [colWidths.join("_"), columCount]);
}
var FixedHolder = React535.forwardRef(function(props, ref) {
if (true) {
useRenderTimes_default(props);
}
var className = props.className, noData = props.noData, columns = props.columns, flattenColumns = props.flattenColumns, colWidths = props.colWidths, colGroup = props.colGroup, columCount = props.columCount, stickyOffsets = props.stickyOffsets, direction = props.direction, fixHeader = props.fixHeader, stickyTopOffset = props.stickyTopOffset, stickyBottomOffset = props.stickyBottomOffset, stickyClassName = props.stickyClassName, scrollX = props.scrollX, _props$tableLayout = props.tableLayout, tableLayout = _props$tableLayout === void 0 ? "fixed" : _props$tableLayout, onScroll = props.onScroll, children = props.children, restProps = _objectWithoutProperties(props, _excluded73);
var _useContext = useContext191(TableContext_default, ["prefixCls", "scrollbarSize", "isSticky", "getComponent"]), prefixCls = _useContext.prefixCls, scrollbarSize = _useContext.scrollbarSize, isSticky = _useContext.isSticky, getComponent = _useContext.getComponent;
var TableComponent = getComponent(["header", "table"], "table");
var combinationScrollBarSize = isSticky && !fixHeader ? 0 : scrollbarSize;
var scrollRef = React535.useRef(null);
var setScrollRef = React535.useCallback(function(element) {
fillRef(ref, element);
fillRef(scrollRef, element);
}, []);
React535.useEffect(function() {
function onWheel(e3) {
var _ref = e3, currentTarget = _ref.currentTarget, deltaX = _ref.deltaX;
if (deltaX) {
onScroll({
currentTarget,
scrollLeft: currentTarget.scrollLeft + deltaX
});
e3.preventDefault();
}
}
var scrollEle = scrollRef.current;
scrollEle === null || scrollEle === void 0 || scrollEle.addEventListener("wheel", onWheel, {
passive: false
});
return function() {
scrollEle === null || scrollEle === void 0 || scrollEle.removeEventListener("wheel", onWheel);
};
}, []);
var lastColumn = flattenColumns[flattenColumns.length - 1];
var ScrollBarColumn = {
fixed: lastColumn ? lastColumn.fixed : null,
scrollbar: true,
onHeaderCell: function onHeaderCell() {
return {
className: "".concat(prefixCls, "-cell-scrollbar")
};
}
};
var columnsWithScrollbar = (0, import_react191.useMemo)(function() {
return combinationScrollBarSize ? [].concat(_toConsumableArray(columns), [ScrollBarColumn]) : columns;
}, [combinationScrollBarSize, columns]);
var flattenColumnsWithScrollbar = (0, import_react191.useMemo)(function() {
return combinationScrollBarSize ? [].concat(_toConsumableArray(flattenColumns), [ScrollBarColumn]) : flattenColumns;
}, [combinationScrollBarSize, flattenColumns]);
var headerStickyOffsets = (0, import_react191.useMemo)(function() {
var right = stickyOffsets.right, left = stickyOffsets.left;
return _objectSpread2(_objectSpread2({}, stickyOffsets), {}, {
left: direction === "rtl" ? [].concat(_toConsumableArray(left.map(function(width) {
return width + combinationScrollBarSize;
})), [0]) : left,
right: direction === "rtl" ? right : [].concat(_toConsumableArray(right.map(function(width) {
return width + combinationScrollBarSize;
})), [0]),
isSticky
});
}, [combinationScrollBarSize, stickyOffsets, isSticky]);
var mergedColumnWidth = useColumnWidth(colWidths, columCount);
var isColGroupEmpty = (0, import_react191.useMemo)(function() {
var noWidth = !mergedColumnWidth || !mergedColumnWidth.length || mergedColumnWidth.every(function(w) {
return !w;
});
return noData || noWidth;
}, [noData, mergedColumnWidth]);
return React535.createElement("div", {
style: _objectSpread2({
overflow: "hidden"
}, isSticky ? {
top: stickyTopOffset,
bottom: stickyBottomOffset
} : {}),
ref: setScrollRef,
className: (0, import_classnames238.default)(className, _defineProperty({}, stickyClassName, !!stickyClassName))
}, React535.createElement(TableComponent, {
style: {
tableLayout,
minWidth: "100%",
// https://github.com/ant-design/ant-design/issues/54894
width: scrollX
}
}, isColGroupEmpty ? colGroup : React535.createElement(ColGroup_default, {
colWidths: [].concat(_toConsumableArray(mergedColumnWidth), [combinationScrollBarSize]),
columCount: columCount + 1,
columns: flattenColumnsWithScrollbar
}), children(_objectSpread2(_objectSpread2({}, restProps), {}, {
stickyOffsets: headerStickyOffsets,
columns: columnsWithScrollbar,
flattenColumns: flattenColumnsWithScrollbar
}))));
});
if (true) {
FixedHolder.displayName = "FixedHolder";
}
var FixedHolder_default = React535.memo(FixedHolder);
// node_modules/rc-table/es/Header/Header.js
var React537 = __toESM(require_react());
// node_modules/rc-table/es/Header/HeaderRow.js
var React536 = __toESM(require_react());
var HeaderRow = function HeaderRow2(props) {
var cells = props.cells, stickyOffsets = props.stickyOffsets, flattenColumns = props.flattenColumns, RowComponent = props.rowComponent, CellComponent = props.cellComponent, onHeaderRow = props.onHeaderRow, index3 = props.index;
var _useContext = useContext191(TableContext_default, ["prefixCls", "direction"]), prefixCls = _useContext.prefixCls, direction = _useContext.direction;
var rowProps;
if (onHeaderRow) {
rowProps = onHeaderRow(cells.map(function(cell) {
return cell.column;
}), index3);
}
var columnsKey = getColumnsKey(cells.map(function(cell) {
return cell.column;
}));
return React536.createElement(RowComponent, rowProps, cells.map(function(cell, cellIndex) {
var column2 = cell.column;
var fixedInfo = getCellFixedInfo(cell.colStart, cell.colEnd, flattenColumns, stickyOffsets, direction);
var additionalProps;
if (column2 && column2.onHeaderCell) {
additionalProps = cell.column.onHeaderCell(column2);
}
return React536.createElement(Cell_default2, _extends({}, cell, {
scope: column2.title ? cell.colSpan > 1 ? "colgroup" : "col" : null,
ellipsis: column2.ellipsis,
align: column2.align,
component: CellComponent,
prefixCls,
key: columnsKey[cellIndex]
}, fixedInfo, {
additionalProps,
rowType: "header"
}));
}));
};
if (true) {
HeaderRow.displayName = "HeaderRow";
}
var HeaderRow_default = HeaderRow;
// node_modules/rc-table/es/Header/Header.js
function parseHeaderRows(rootColumns) {
var rows = [];
function fillRowCells(columns, colIndex) {
var rowIndex2 = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : 0;
rows[rowIndex2] = rows[rowIndex2] || [];
var currentColIndex = colIndex;
var colSpans = columns.filter(Boolean).map(function(column2) {
var cell = {
key: column2.key,
className: column2.className || "",
children: column2.title,
column: column2,
colStart: currentColIndex
};
var colSpan = 1;
var subColumns = column2.children;
if (subColumns && subColumns.length > 0) {
colSpan = fillRowCells(subColumns, currentColIndex, rowIndex2 + 1).reduce(function(total, count) {
return total + count;
}, 0);
cell.hasSubColumns = true;
}
if ("colSpan" in column2) {
colSpan = column2.colSpan;
}
if ("rowSpan" in column2) {
cell.rowSpan = column2.rowSpan;
}
cell.colSpan = colSpan;
cell.colEnd = cell.colStart + colSpan - 1;
rows[rowIndex2].push(cell);
currentColIndex += colSpan;
return colSpan;
});
return colSpans;
}
fillRowCells(rootColumns, 0);
var rowCount = rows.length;
var _loop = function _loop2(rowIndex2) {
rows[rowIndex2].forEach(function(cell) {
if (!("rowSpan" in cell) && !cell.hasSubColumns) {
cell.rowSpan = rowCount - rowIndex2;
}
});
};
for (var rowIndex = 0; rowIndex < rowCount; rowIndex += 1) {
_loop(rowIndex);
}
return rows;
}
var Header2 = function Header3(props) {
if (true) {
useRenderTimes_default(props);
}
var stickyOffsets = props.stickyOffsets, columns = props.columns, flattenColumns = props.flattenColumns, onHeaderRow = props.onHeaderRow;
var _useContext = useContext191(TableContext_default, ["prefixCls", "getComponent"]), prefixCls = _useContext.prefixCls, getComponent = _useContext.getComponent;
var rows = React537.useMemo(function() {
return parseHeaderRows(columns);
}, [columns]);
var WrapperComponent = getComponent(["header", "wrapper"], "thead");
var trComponent = getComponent(["header", "row"], "tr");
var thComponent = getComponent(["header", "cell"], "th");
return React537.createElement(WrapperComponent, {
className: "".concat(prefixCls, "-thead")
}, rows.map(function(row, rowIndex) {
var rowNode = React537.createElement(HeaderRow_default, {
key: rowIndex,
flattenColumns,
cells: row,
stickyOffsets,
rowComponent: trComponent,
cellComponent: thComponent,
onHeaderRow,
index: rowIndex
});
return rowNode;
}));
};
var Header_default2 = responseImmutable2(Header2);
// node_modules/rc-table/es/hooks/useColumns/index.js
var React539 = __toESM(require_react());
// node_modules/rc-table/es/hooks/useColumns/useWidthColumns.js
var React538 = __toESM(require_react());
function parseColWidth(totalWidth) {
var width = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "";
if (typeof width === "number") {
return width;
}
if (width.endsWith("%")) {
return totalWidth * parseFloat(width) / 100;
}
return null;
}
function useWidthColumns(flattenColumns, scrollWidth, clientWidth) {
return React538.useMemo(function() {
if (scrollWidth && scrollWidth > 0) {
var totalWidth = 0;
var missWidthCount = 0;
flattenColumns.forEach(function(col) {
var colWidth = parseColWidth(scrollWidth, col.width);
if (colWidth) {
totalWidth += colWidth;
} else {
missWidthCount += 1;
}
});
var maxFitWidth = Math.max(scrollWidth, clientWidth);
var restWidth = Math.max(maxFitWidth - totalWidth, missWidthCount);
var restCount = missWidthCount;
var avgWidth = restWidth / missWidthCount;
var realTotal = 0;
var filledColumns = flattenColumns.map(function(col) {
var clone = _objectSpread2({}, col);
var colWidth = parseColWidth(scrollWidth, clone.width);
if (colWidth) {
clone.width = colWidth;
} else {
var colAvgWidth = Math.floor(avgWidth);
clone.width = restCount === 1 ? restWidth : colAvgWidth;
restWidth -= colAvgWidth;
restCount -= 1;
}
realTotal += clone.width;
return clone;
});
if (realTotal < maxFitWidth) {
var scale = maxFitWidth / realTotal;
restWidth = maxFitWidth;
filledColumns.forEach(function(col, index3) {
var colWidth = Math.floor(col.width * scale);
col.width = index3 === filledColumns.length - 1 ? restWidth : colWidth;
restWidth -= colWidth;
});
}
return [filledColumns, Math.max(realTotal, maxFitWidth)];
}
return [flattenColumns, scrollWidth];
}, [flattenColumns, scrollWidth, clientWidth]);
}
// node_modules/rc-table/es/hooks/useColumns/index.js
var _excluded74 = ["children"];
var _excluded220 = ["fixed"];
function convertChildrenToColumns(children) {
return toArray(children).filter(function(node2) {
return React539.isValidElement(node2);
}).map(function(_ref) {
var key = _ref.key, props = _ref.props;
var nodeChildren = props.children, restProps = _objectWithoutProperties(props, _excluded74);
var column2 = _objectSpread2({
key
}, restProps);
if (nodeChildren) {
column2.children = convertChildrenToColumns(nodeChildren);
}
return column2;
});
}
function filterHiddenColumns(columns) {
return columns.filter(function(column2) {
return column2 && _typeof(column2) === "object" && !column2.hidden;
}).map(function(column2) {
var subColumns = column2.children;
if (subColumns && subColumns.length > 0) {
return _objectSpread2(_objectSpread2({}, column2), {}, {
children: filterHiddenColumns(subColumns)
});
}
return column2;
});
}
function flatColumns(columns) {
var parentKey = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "key";
return columns.filter(function(column2) {
return column2 && _typeof(column2) === "object";
}).reduce(function(list, column2, index3) {
var fixed = column2.fixed;
var parsedFixed = fixed === true ? "left" : fixed;
var mergedKey = "".concat(parentKey, "-").concat(index3);
var subColumns = column2.children;
if (subColumns && subColumns.length > 0) {
return [].concat(_toConsumableArray(list), _toConsumableArray(flatColumns(subColumns, mergedKey).map(function(subColum) {
var _subColum$fixed;
return _objectSpread2(_objectSpread2({}, subColum), {}, {
fixed: (_subColum$fixed = subColum.fixed) !== null && _subColum$fixed !== void 0 ? _subColum$fixed : parsedFixed
});
})));
}
return [].concat(_toConsumableArray(list), [_objectSpread2(_objectSpread2({
key: mergedKey
}, column2), {}, {
fixed: parsedFixed
})]);
}, []);
}
function revertForRtl(columns) {
return columns.map(function(column2) {
var fixed = column2.fixed, restProps = _objectWithoutProperties(column2, _excluded220);
var parsedFixed = fixed;
if (fixed === "left") {
parsedFixed = "right";
} else if (fixed === "right") {
parsedFixed = "left";
}
return _objectSpread2({
fixed: parsedFixed
}, restProps);
});
}
function useColumns(_ref2, transformColumns) {
var prefixCls = _ref2.prefixCls, columns = _ref2.columns, children = _ref2.children, expandable = _ref2.expandable, expandedKeys = _ref2.expandedKeys, columnTitle = _ref2.columnTitle, getRowKey = _ref2.getRowKey, onTriggerExpand = _ref2.onTriggerExpand, expandIcon = _ref2.expandIcon, rowExpandable = _ref2.rowExpandable, expandIconColumnIndex = _ref2.expandIconColumnIndex, _ref2$expandedRowOffs = _ref2.expandedRowOffset, expandedRowOffset = _ref2$expandedRowOffs === void 0 ? 0 : _ref2$expandedRowOffs, direction = _ref2.direction, expandRowByClick = _ref2.expandRowByClick, columnWidth = _ref2.columnWidth, fixed = _ref2.fixed, scrollWidth = _ref2.scrollWidth, clientWidth = _ref2.clientWidth;
var baseColumns = React539.useMemo(function() {
var newColumns = columns || convertChildrenToColumns(children) || [];
return filterHiddenColumns(newColumns.slice());
}, [columns, children]);
var withExpandColumns = React539.useMemo(function() {
if (expandable) {
var cloneColumns = baseColumns.slice();
if (expandIconColumnIndex >= 0) {
warning_default(false, "`expandIconColumnIndex` is deprecated. Please use `Table.EXPAND_COLUMN` in `columns` instead.");
}
if (!cloneColumns.includes(EXPAND_COLUMN)) {
var expandColIndex = expandIconColumnIndex || 0;
var insertIndex = expandColIndex === 0 && fixed === "right" ? baseColumns.length : expandColIndex;
if (insertIndex >= 0) {
cloneColumns.splice(insertIndex, 0, EXPAND_COLUMN);
}
}
if (cloneColumns.filter(function(c) {
return c === EXPAND_COLUMN;
}).length > 1) {
warning_default(false, "There exist more than one `EXPAND_COLUMN` in `columns`.");
}
var expandColumnIndex = cloneColumns.indexOf(EXPAND_COLUMN);
cloneColumns = cloneColumns.filter(function(column2, index3) {
return column2 !== EXPAND_COLUMN || index3 === expandColumnIndex;
});
var prevColumn = baseColumns[expandColumnIndex];
var fixedColumn;
if (fixed) {
fixedColumn = fixed;
} else {
fixedColumn = prevColumn ? prevColumn.fixed : null;
}
var expandColumn = _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, INTERNAL_COL_DEFINE, {
className: "".concat(prefixCls, "-expand-icon-col"),
columnType: "EXPAND_COLUMN"
}), "title", columnTitle), "fixed", fixedColumn), "className", "".concat(prefixCls, "-row-expand-icon-cell")), "width", columnWidth), "render", function render2(_, record, index3) {
var rowKey = getRowKey(record, index3);
var expanded = expandedKeys.has(rowKey);
var recordExpandable = rowExpandable ? rowExpandable(record) : true;
var icon = expandIcon({
prefixCls,
expanded,
expandable: recordExpandable,
record,
onExpand: onTriggerExpand
});
if (expandRowByClick) {
return React539.createElement("span", {
onClick: function onClick(e3) {
return e3.stopPropagation();
}
}, icon);
}
return icon;
});
return cloneColumns.map(function(col, index3) {
var column2 = col === EXPAND_COLUMN ? expandColumn : col;
if (index3 < expandedRowOffset) {
return _objectSpread2(_objectSpread2({}, column2), {}, {
fixed: column2.fixed || "left"
});
}
return column2;
});
}
if (baseColumns.includes(EXPAND_COLUMN)) {
warning_default(false, "`expandable` is not config but there exist `EXPAND_COLUMN` in `columns`.");
}
return baseColumns.filter(function(col) {
return col !== EXPAND_COLUMN;
});
}, [expandable, baseColumns, getRowKey, expandedKeys, expandIcon, direction, expandedRowOffset]);
var mergedColumns = React539.useMemo(function() {
var finalColumns = withExpandColumns;
if (transformColumns) {
finalColumns = transformColumns(finalColumns);
}
if (!finalColumns.length) {
finalColumns = [{
render: function render2() {
return null;
}
}];
}
return finalColumns;
}, [transformColumns, withExpandColumns, direction]);
var flattenColumns = React539.useMemo(function() {
if (direction === "rtl") {
return revertForRtl(flatColumns(mergedColumns));
}
return flatColumns(mergedColumns);
}, [mergedColumns, direction, scrollWidth]);
var hasGapFixed = React539.useMemo(function() {
var lastLeftIndex = -1;
for (var i = flattenColumns.length - 1; i >= 0; i -= 1) {
var colFixed = flattenColumns[i].fixed;
if (colFixed === "left" || colFixed === true) {
lastLeftIndex = i;
break;
}
}
if (lastLeftIndex >= 0) {
for (var _i = 0; _i <= lastLeftIndex; _i += 1) {
var _colFixed = flattenColumns[_i].fixed;
if (_colFixed !== "left" && _colFixed !== true) {
return true;
}
}
}
var firstRightIndex = flattenColumns.findIndex(function(_ref3) {
var colFixed2 = _ref3.fixed;
return colFixed2 === "right";
});
if (firstRightIndex >= 0) {
for (var _i2 = firstRightIndex; _i2 < flattenColumns.length; _i2 += 1) {
var _colFixed2 = flattenColumns[_i2].fixed;
if (_colFixed2 !== "right") {
return true;
}
}
}
return false;
}, [flattenColumns]);
var _useWidthColumns = useWidthColumns(flattenColumns, scrollWidth, clientWidth), _useWidthColumns2 = _slicedToArray(_useWidthColumns, 2), filledColumns = _useWidthColumns2[0], realScrollWidth = _useWidthColumns2[1];
return [mergedColumns, filledColumns, realScrollWidth, hasGapFixed];
}
var useColumns_default = useColumns;
// node_modules/rc-table/es/hooks/useExpand.js
var React540 = __toESM(require_react());
function useExpand(props, mergedData, getRowKey) {
var expandableConfig = getExpandableProps(props);
var expandIcon = expandableConfig.expandIcon, expandedRowKeys = expandableConfig.expandedRowKeys, defaultExpandedRowKeys = expandableConfig.defaultExpandedRowKeys, defaultExpandAllRows = expandableConfig.defaultExpandAllRows, expandedRowRender = expandableConfig.expandedRowRender, onExpand = expandableConfig.onExpand, onExpandedRowsChange = expandableConfig.onExpandedRowsChange, childrenColumnName = expandableConfig.childrenColumnName;
var mergedExpandIcon = expandIcon || renderExpandIcon;
var mergedChildrenColumnName = childrenColumnName || "children";
var expandableType = React540.useMemo(function() {
if (expandedRowRender) {
return "row";
}
if (props.expandable && props.internalHooks === INTERNAL_HOOKS && props.expandable.__PARENT_RENDER_ICON__ || mergedData.some(function(record) {
return record && _typeof(record) === "object" && record[mergedChildrenColumnName];
})) {
return "nest";
}
return false;
}, [!!expandedRowRender, mergedData]);
var _React$useState = React540.useState(function() {
if (defaultExpandedRowKeys) {
return defaultExpandedRowKeys;
}
if (defaultExpandAllRows) {
return findAllChildrenKeys(mergedData, getRowKey, mergedChildrenColumnName);
}
return [];
}), _React$useState2 = _slicedToArray(_React$useState, 2), innerExpandedKeys = _React$useState2[0], setInnerExpandedKeys = _React$useState2[1];
var mergedExpandedKeys = React540.useMemo(function() {
return new Set(expandedRowKeys || innerExpandedKeys || []);
}, [expandedRowKeys, innerExpandedKeys]);
var onTriggerExpand = React540.useCallback(function(record) {
var key = getRowKey(record, mergedData.indexOf(record));
var newExpandedKeys;
var hasKey = mergedExpandedKeys.has(key);
if (hasKey) {
mergedExpandedKeys.delete(key);
newExpandedKeys = _toConsumableArray(mergedExpandedKeys);
} else {
newExpandedKeys = [].concat(_toConsumableArray(mergedExpandedKeys), [key]);
}
setInnerExpandedKeys(newExpandedKeys);
if (onExpand) {
onExpand(!hasKey, record);
}
if (onExpandedRowsChange) {
onExpandedRowsChange(newExpandedKeys);
}
}, [getRowKey, mergedExpandedKeys, mergedData, onExpand, onExpandedRowsChange]);
if (expandedRowRender && mergedData.some(function(record) {
return Array.isArray(record === null || record === void 0 ? void 0 : record[mergedChildrenColumnName]);
})) {
warning_default(false, "`expandedRowRender` should not use with nested Table");
}
return [expandableConfig, expandableType, mergedExpandedKeys, mergedExpandIcon, mergedChildrenColumnName, onTriggerExpand];
}
// node_modules/rc-table/es/hooks/useFixedInfo.js
function useFixedInfo(flattenColumns, stickyOffsets, direction) {
var fixedInfoList = flattenColumns.map(function(_, colIndex) {
return getCellFixedInfo(colIndex, colIndex, flattenColumns, stickyOffsets, direction);
});
return useMemo(function() {
return fixedInfoList;
}, [fixedInfoList], function(prev2, next2) {
return !isEqual_default(prev2, next2);
});
}
// node_modules/rc-table/es/hooks/useFrame.js
var import_react192 = __toESM(require_react());
function useLayoutState(defaultState) {
var stateRef = (0, import_react192.useRef)(defaultState);
var _useState = (0, import_react192.useState)({}), _useState2 = _slicedToArray(_useState, 2), forceUpdate = _useState2[1];
var lastPromiseRef = (0, import_react192.useRef)(null);
var updateBatchRef = (0, import_react192.useRef)([]);
function setFrameState(updater) {
updateBatchRef.current.push(updater);
var promise = Promise.resolve();
lastPromiseRef.current = promise;
promise.then(function() {
if (lastPromiseRef.current === promise) {
var prevBatch = updateBatchRef.current;
var prevState = stateRef.current;
updateBatchRef.current = [];
prevBatch.forEach(function(batchUpdater) {
stateRef.current = batchUpdater(stateRef.current);
});
lastPromiseRef.current = null;
if (prevState !== stateRef.current) {
forceUpdate({});
}
}
});
}
(0, import_react192.useEffect)(function() {
return function() {
lastPromiseRef.current = null;
};
}, []);
return [stateRef.current, setFrameState];
}
function useTimeoutLock(defaultState) {
var frameRef = (0, import_react192.useRef)(defaultState || null);
var timeoutRef = (0, import_react192.useRef)();
function cleanUp() {
window.clearTimeout(timeoutRef.current);
}
function setState(newState) {
frameRef.current = newState;
cleanUp();
timeoutRef.current = window.setTimeout(function() {
frameRef.current = null;
timeoutRef.current = void 0;
}, 100);
}
function getState() {
return frameRef.current;
}
(0, import_react192.useEffect)(function() {
return cleanUp;
}, []);
return [setState, getState];
}
// node_modules/rc-table/es/hooks/useHover.js
var React541 = __toESM(require_react());
function useHover() {
var _React$useState = React541.useState(-1), _React$useState2 = _slicedToArray(_React$useState, 2), startRow = _React$useState2[0], setStartRow = _React$useState2[1];
var _React$useState3 = React541.useState(-1), _React$useState4 = _slicedToArray(_React$useState3, 2), endRow = _React$useState4[0], setEndRow = _React$useState4[1];
var onHover = React541.useCallback(function(start, end) {
setStartRow(start);
setEndRow(end);
}, []);
return [startRow, endRow, onHover];
}
// node_modules/rc-table/es/hooks/useSticky.js
var React542 = __toESM(require_react());
var defaultContainer = canUseDom() ? window : null;
function useSticky(sticky, prefixCls) {
var _ref = _typeof(sticky) === "object" ? sticky : {}, _ref$offsetHeader = _ref.offsetHeader, offsetHeader = _ref$offsetHeader === void 0 ? 0 : _ref$offsetHeader, _ref$offsetSummary = _ref.offsetSummary, offsetSummary = _ref$offsetSummary === void 0 ? 0 : _ref$offsetSummary, _ref$offsetScroll = _ref.offsetScroll, offsetScroll = _ref$offsetScroll === void 0 ? 0 : _ref$offsetScroll, _ref$getContainer = _ref.getContainer, getContainer = _ref$getContainer === void 0 ? function() {
return defaultContainer;
} : _ref$getContainer;
var container = getContainer() || defaultContainer;
var isSticky = !!sticky;
return React542.useMemo(function() {
return {
isSticky,
stickyClassName: isSticky ? "".concat(prefixCls, "-sticky-holder") : "",
offsetHeader,
offsetSummary,
offsetScroll,
container
};
}, [isSticky, offsetScroll, offsetHeader, offsetSummary, prefixCls, container]);
}
// node_modules/rc-table/es/hooks/useStickyOffsets.js
var import_react193 = __toESM(require_react());
function useStickyOffsets(colWidths, flattenColumns, direction) {
var stickyOffsets = (0, import_react193.useMemo)(function() {
var columnCount = flattenColumns.length;
var getOffsets = function getOffsets2(startIndex, endIndex, offset3) {
var offsets = [];
var total = 0;
for (var i = startIndex; i !== endIndex; i += offset3) {
offsets.push(total);
if (flattenColumns[i].fixed) {
total += colWidths[i] || 0;
}
}
return offsets;
};
var startOffsets = getOffsets(0, columnCount, 1);
var endOffsets = getOffsets(columnCount - 1, -1, -1).reverse();
return direction === "rtl" ? {
left: endOffsets,
right: startOffsets
} : {
left: startOffsets,
right: endOffsets
};
}, [colWidths, flattenColumns, direction]);
return stickyOffsets;
}
var useStickyOffsets_default = useStickyOffsets;
// node_modules/rc-table/es/Panel/index.js
var React543 = __toESM(require_react());
function Panel5(_ref) {
var className = _ref.className, children = _ref.children;
return React543.createElement("div", {
className
}, children);
}
var Panel_default5 = Panel5;
// node_modules/rc-table/es/stickyScrollBar.js
var import_classnames239 = __toESM(require_classnames());
var React544 = __toESM(require_react());
// node_modules/rc-table/es/utils/offsetUtil.js
function getOffset6(node2) {
var element = getDOM(node2);
var box2 = element.getBoundingClientRect();
var docElem = document.documentElement;
return {
left: box2.left + (window.pageXOffset || docElem.scrollLeft) - (docElem.clientLeft || document.body.clientLeft || 0),
top: box2.top + (window.pageYOffset || docElem.scrollTop) - (docElem.clientTop || document.body.clientTop || 0)
};
}
// node_modules/rc-table/es/stickyScrollBar.js
var StickyScrollBar = function StickyScrollBar2(_ref, ref) {
var _scrollBodyRef$curren, _scrollBodyRef$curren2;
var scrollBodyRef = _ref.scrollBodyRef, onScroll = _ref.onScroll, offsetScroll = _ref.offsetScroll, container = _ref.container, direction = _ref.direction;
var prefixCls = useContext191(TableContext_default, "prefixCls");
var bodyScrollWidth = ((_scrollBodyRef$curren = scrollBodyRef.current) === null || _scrollBodyRef$curren === void 0 ? void 0 : _scrollBodyRef$curren.scrollWidth) || 0;
var bodyWidth = ((_scrollBodyRef$curren2 = scrollBodyRef.current) === null || _scrollBodyRef$curren2 === void 0 ? void 0 : _scrollBodyRef$curren2.clientWidth) || 0;
var scrollBarWidth = bodyScrollWidth && bodyWidth * (bodyWidth / bodyScrollWidth);
var scrollBarRef = React544.useRef();
var _useLayoutState = useLayoutState({
scrollLeft: 0,
isHiddenScrollBar: true
}), _useLayoutState2 = _slicedToArray(_useLayoutState, 2), scrollState = _useLayoutState2[0], setScrollState = _useLayoutState2[1];
var refState = React544.useRef({
delta: 0,
x: 0
});
var _React$useState = React544.useState(false), _React$useState2 = _slicedToArray(_React$useState, 2), isActive2 = _React$useState2[0], setActive = _React$useState2[1];
var rafRef = React544.useRef(null);
React544.useEffect(function() {
return function() {
raf_default.cancel(rafRef.current);
};
}, []);
var onMouseUp = function onMouseUp2() {
setActive(false);
};
var onMouseDown = function onMouseDown2(event) {
event.persist();
refState.current.delta = event.pageX - scrollState.scrollLeft;
refState.current.x = 0;
setActive(true);
event.preventDefault();
};
var onMouseMove = function onMouseMove2(event) {
var _window;
var _ref2 = event || ((_window = window) === null || _window === void 0 ? void 0 : _window.event), buttons = _ref2.buttons;
if (!isActive2 || buttons === 0) {
if (isActive2) {
setActive(false);
}
return;
}
var left = refState.current.x + event.pageX - refState.current.x - refState.current.delta;
var isRTL = direction === "rtl";
left = Math.max(isRTL ? scrollBarWidth - bodyWidth : 0, Math.min(isRTL ? 0 : bodyWidth - scrollBarWidth, left));
var shouldScroll = !isRTL || Math.abs(left) + Math.abs(scrollBarWidth) < bodyWidth;
if (shouldScroll) {
onScroll({
scrollLeft: left / bodyWidth * (bodyScrollWidth + 2)
});
refState.current.x = event.pageX;
}
};
var checkScrollBarVisible = function checkScrollBarVisible2() {
raf_default.cancel(rafRef.current);
rafRef.current = raf_default(function() {
if (!scrollBodyRef.current) {
return;
}
var tableOffsetTop = getOffset6(scrollBodyRef.current).top;
var tableBottomOffset = tableOffsetTop + scrollBodyRef.current.offsetHeight;
var currentClientOffset = container === window ? document.documentElement.scrollTop + window.innerHeight : getOffset6(container).top + container.clientHeight;
setScrollState(function(state) {
return _objectSpread2(_objectSpread2({}, state), {}, {
isHiddenScrollBar: tableBottomOffset - getScrollBarSize() <= currentClientOffset || tableOffsetTop >= currentClientOffset - offsetScroll
});
});
});
};
var setScrollLeft = function setScrollLeft2(left) {
setScrollState(function(state) {
return _objectSpread2(_objectSpread2({}, state), {}, {
scrollLeft: bodyScrollWidth ? left / bodyScrollWidth * bodyWidth : 0
});
});
};
React544.useImperativeHandle(ref, function() {
return {
setScrollLeft,
checkScrollBarVisible
};
});
React544.useEffect(function() {
var onMouseUpListener = addEventListenerWrap(document.body, "mouseup", onMouseUp, false);
var onMouseMoveListener = addEventListenerWrap(document.body, "mousemove", onMouseMove, false);
checkScrollBarVisible();
return function() {
onMouseUpListener.remove();
onMouseMoveListener.remove();
};
}, [scrollBarWidth, isActive2]);
React544.useEffect(function() {
if (!scrollBodyRef.current) return;
var scrollParents = [];
var parent = getDOM(scrollBodyRef.current);
while (parent) {
scrollParents.push(parent);
parent = parent.parentElement;
}
scrollParents.forEach(function(p) {
return p.addEventListener("scroll", checkScrollBarVisible, false);
});
window.addEventListener("resize", checkScrollBarVisible, false);
window.addEventListener("scroll", checkScrollBarVisible, false);
container.addEventListener("scroll", checkScrollBarVisible, false);
return function() {
scrollParents.forEach(function(p) {
return p.removeEventListener("scroll", checkScrollBarVisible);
});
window.removeEventListener("resize", checkScrollBarVisible);
window.removeEventListener("scroll", checkScrollBarVisible);
container.removeEventListener("scroll", checkScrollBarVisible);
};
}, [container]);
React544.useEffect(function() {
if (!scrollState.isHiddenScrollBar) {
setScrollState(function(state) {
var bodyNode = scrollBodyRef.current;
if (!bodyNode) {
return state;
}
return _objectSpread2(_objectSpread2({}, state), {}, {
scrollLeft: bodyNode.scrollLeft / bodyNode.scrollWidth * bodyNode.clientWidth
});
});
}
}, [scrollState.isHiddenScrollBar]);
if (bodyScrollWidth <= bodyWidth || !scrollBarWidth || scrollState.isHiddenScrollBar) {
return null;
}
return React544.createElement("div", {
style: {
height: getScrollBarSize(),
width: bodyWidth,
bottom: offsetScroll
},
className: "".concat(prefixCls, "-sticky-scroll")
}, React544.createElement("div", {
onMouseDown,
ref: scrollBarRef,
className: (0, import_classnames239.default)("".concat(prefixCls, "-sticky-scroll-bar"), _defineProperty({}, "".concat(prefixCls, "-sticky-scroll-bar-active"), isActive2)),
style: {
width: "".concat(scrollBarWidth, "px"),
transform: "translate3d(".concat(scrollState.scrollLeft, "px, 0, 0)")
}
}));
};
var stickyScrollBar_default = React544.forwardRef(StickyScrollBar);
// node_modules/rc-table/es/Table.js
var DEFAULT_PREFIX = "rc-table";
var EMPTY_DATA2 = [];
var EMPTY_SCROLL_TARGET = {};
function defaultEmpty() {
return "No Data";
}
function Table(tableProps, ref) {
var props = _objectSpread2({
rowKey: "key",
prefixCls: DEFAULT_PREFIX,
emptyText: defaultEmpty
}, tableProps);
var prefixCls = props.prefixCls, className = props.className, rowClassName = props.rowClassName, style2 = props.style, data = props.data, rowKey = props.rowKey, scroll = props.scroll, tableLayout = props.tableLayout, direction = props.direction, title = props.title, footer = props.footer, summary = props.summary, caption = props.caption, id = props.id, showHeader = props.showHeader, components2 = props.components, emptyText = props.emptyText, onRow = props.onRow, onHeaderRow = props.onHeaderRow, measureRowRender = props.measureRowRender, onScroll = props.onScroll, internalHooks = props.internalHooks, transformColumns = props.transformColumns, internalRefs = props.internalRefs, tailor = props.tailor, getContainerWidth = props.getContainerWidth, sticky = props.sticky, _props$rowHoverable = props.rowHoverable, rowHoverable = _props$rowHoverable === void 0 ? true : _props$rowHoverable;
var mergedData = data || EMPTY_DATA2;
var hasData = !!mergedData.length;
var useInternalHooks = internalHooks === INTERNAL_HOOKS;
if (true) {
["onRowClick", "onRowDoubleClick", "onRowContextMenu", "onRowMouseEnter", "onRowMouseLeave"].forEach(function(name) {
warning_default(props[name] === void 0, "`".concat(name, "` is removed, please use `onRow` instead."));
});
warning_default(!("getBodyWrapper" in props), "`getBodyWrapper` is deprecated, please use custom `components` instead.");
}
var getComponent = React545.useCallback(function(path2, defaultComponent) {
return get(components2, path2) || defaultComponent;
}, [components2]);
var getRowKey = React545.useMemo(function() {
if (typeof rowKey === "function") {
return rowKey;
}
return function(record) {
var key = record && record[rowKey];
if (true) {
warning_default(key !== void 0, "Each record in table should have a unique `key` prop, or set `rowKey` to an unique primary key.");
}
return key;
};
}, [rowKey]);
var customizeScrollBody = getComponent(["body"]);
var _useHover = useHover(), _useHover2 = _slicedToArray(_useHover, 3), startRow = _useHover2[0], endRow = _useHover2[1], onHover = _useHover2[2];
var _useExpand = useExpand(props, mergedData, getRowKey), _useExpand2 = _slicedToArray(_useExpand, 6), expandableConfig = _useExpand2[0], expandableType = _useExpand2[1], mergedExpandedKeys = _useExpand2[2], mergedExpandIcon = _useExpand2[3], mergedChildrenColumnName = _useExpand2[4], onTriggerExpand = _useExpand2[5];
var scrollX = scroll === null || scroll === void 0 ? void 0 : scroll.x;
var _React$useState = React545.useState(0), _React$useState2 = _slicedToArray(_React$useState, 2), componentWidth = _React$useState2[0], setComponentWidth = _React$useState2[1];
var _useColumns = useColumns_default(_objectSpread2(_objectSpread2(_objectSpread2({}, props), expandableConfig), {}, {
expandable: !!expandableConfig.expandedRowRender,
columnTitle: expandableConfig.columnTitle,
expandedKeys: mergedExpandedKeys,
getRowKey,
// https://github.com/ant-design/ant-design/issues/23894
onTriggerExpand,
expandIcon: mergedExpandIcon,
expandIconColumnIndex: expandableConfig.expandIconColumnIndex,
direction,
scrollWidth: useInternalHooks && tailor && typeof scrollX === "number" ? scrollX : null,
clientWidth: componentWidth
}), useInternalHooks ? transformColumns : null), _useColumns2 = _slicedToArray(_useColumns, 4), columns = _useColumns2[0], flattenColumns = _useColumns2[1], flattenScrollX = _useColumns2[2], hasGapFixed = _useColumns2[3];
var mergedScrollX = flattenScrollX !== null && flattenScrollX !== void 0 ? flattenScrollX : scrollX;
var columnContext = React545.useMemo(function() {
return {
columns,
flattenColumns
};
}, [columns, flattenColumns]);
var fullTableRef = React545.useRef();
var scrollHeaderRef = React545.useRef();
var scrollBodyRef = React545.useRef();
var scrollBodyContainerRef = React545.useRef();
React545.useImperativeHandle(ref, function() {
return {
nativeElement: fullTableRef.current,
scrollTo: function scrollTo2(config) {
var _scrollBodyRef$curren3;
if (scrollBodyRef.current instanceof HTMLElement) {
var index3 = config.index, top = config.top, key = config.key;
if (validNumberValue(top)) {
var _scrollBodyRef$curren;
(_scrollBodyRef$curren = scrollBodyRef.current) === null || _scrollBodyRef$curren === void 0 || _scrollBodyRef$curren.scrollTo({
top
});
} else {
var _scrollBodyRef$curren2;
var mergedKey = key !== null && key !== void 0 ? key : getRowKey(mergedData[index3]);
(_scrollBodyRef$curren2 = scrollBodyRef.current.querySelector('[data-row-key="'.concat(mergedKey, '"]'))) === null || _scrollBodyRef$curren2 === void 0 || _scrollBodyRef$curren2.scrollIntoView();
}
} else if ((_scrollBodyRef$curren3 = scrollBodyRef.current) !== null && _scrollBodyRef$curren3 !== void 0 && _scrollBodyRef$curren3.scrollTo) {
scrollBodyRef.current.scrollTo(config);
}
}
};
});
var scrollSummaryRef = React545.useRef();
var _React$useState3 = React545.useState(false), _React$useState4 = _slicedToArray(_React$useState3, 2), pingedLeft = _React$useState4[0], setPingedLeft = _React$useState4[1];
var _React$useState5 = React545.useState(false), _React$useState6 = _slicedToArray(_React$useState5, 2), pingedRight = _React$useState6[0], setPingedRight = _React$useState6[1];
var _React$useState7 = React545.useState(/* @__PURE__ */ new Map()), _React$useState8 = _slicedToArray(_React$useState7, 2), colsWidths = _React$useState8[0], updateColsWidths = _React$useState8[1];
var colsKeys = getColumnsKey(flattenColumns);
var pureColWidths = colsKeys.map(function(columnKey) {
return colsWidths.get(columnKey);
});
var colWidths = React545.useMemo(function() {
return pureColWidths;
}, [pureColWidths.join("_")]);
var stickyOffsets = useStickyOffsets_default(colWidths, flattenColumns, direction);
var fixHeader = scroll && validateValue(scroll.y);
var horizonScroll = scroll && validateValue(mergedScrollX) || Boolean(expandableConfig.fixed);
var fixColumn = horizonScroll && flattenColumns.some(function(_ref) {
var fixed = _ref.fixed;
return fixed;
});
var stickyRef = React545.useRef();
var _useSticky = useSticky(sticky, prefixCls), isSticky = _useSticky.isSticky, offsetHeader = _useSticky.offsetHeader, offsetSummary = _useSticky.offsetSummary, offsetScroll = _useSticky.offsetScroll, stickyClassName = _useSticky.stickyClassName, container = _useSticky.container;
var summaryNode = React545.useMemo(function() {
return summary === null || summary === void 0 ? void 0 : summary(mergedData);
}, [summary, mergedData]);
var fixFooter = (fixHeader || isSticky) && React545.isValidElement(summaryNode) && summaryNode.type === Summary_default && summaryNode.props.fixed;
var scrollXStyle;
var scrollYStyle;
var scrollTableStyle;
if (fixHeader) {
scrollYStyle = {
overflowY: hasData ? "scroll" : "auto",
maxHeight: scroll.y
};
}
if (horizonScroll) {
scrollXStyle = {
overflowX: "auto"
};
if (!fixHeader) {
scrollYStyle = {
overflowY: "hidden"
};
}
scrollTableStyle = {
width: mergedScrollX === true ? "auto" : mergedScrollX,
minWidth: "100%"
};
}
var onColumnResize = React545.useCallback(function(columnKey, width) {
updateColsWidths(function(widths) {
if (widths.get(columnKey) !== width) {
var newWidths = new Map(widths);
newWidths.set(columnKey, width);
return newWidths;
}
return widths;
});
}, []);
var _useTimeoutLock = useTimeoutLock(null), _useTimeoutLock2 = _slicedToArray(_useTimeoutLock, 2), setScrollTarget = _useTimeoutLock2[0], getScrollTarget = _useTimeoutLock2[1];
function forceScroll(scrollLeft, target) {
if (!target) {
return;
}
if (typeof target === "function") {
target(scrollLeft);
} else if (target.scrollLeft !== scrollLeft) {
target.scrollLeft = scrollLeft;
if (target.scrollLeft !== scrollLeft) {
setTimeout(function() {
target.scrollLeft = scrollLeft;
}, 0);
}
}
}
var onInternalScroll = useEvent(function(_ref2) {
var currentTarget = _ref2.currentTarget, scrollLeft = _ref2.scrollLeft;
var isRTL = direction === "rtl";
var mergedScrollLeft = typeof scrollLeft === "number" ? scrollLeft : currentTarget.scrollLeft;
var compareTarget = currentTarget || EMPTY_SCROLL_TARGET;
if (!getScrollTarget() || getScrollTarget() === compareTarget) {
var _stickyRef$current;
setScrollTarget(compareTarget);
forceScroll(mergedScrollLeft, scrollHeaderRef.current);
forceScroll(mergedScrollLeft, scrollBodyRef.current);
forceScroll(mergedScrollLeft, scrollSummaryRef.current);
forceScroll(mergedScrollLeft, (_stickyRef$current = stickyRef.current) === null || _stickyRef$current === void 0 ? void 0 : _stickyRef$current.setScrollLeft);
}
var measureTarget = currentTarget || scrollHeaderRef.current;
if (measureTarget) {
var scrollWidth = (
// Should use mergedScrollX in virtual table(useInternalHooks && tailor === true)
useInternalHooks && tailor && typeof mergedScrollX === "number" ? mergedScrollX : measureTarget.scrollWidth
);
var clientWidth = measureTarget.clientWidth;
if (scrollWidth === clientWidth) {
setPingedLeft(false);
setPingedRight(false);
return;
}
if (isRTL) {
setPingedLeft(-mergedScrollLeft < scrollWidth - clientWidth);
setPingedRight(-mergedScrollLeft > 0);
} else {
setPingedLeft(mergedScrollLeft > 0);
setPingedRight(mergedScrollLeft < scrollWidth - clientWidth);
}
}
});
var onBodyScroll = useEvent(function(e3) {
onInternalScroll(e3);
onScroll === null || onScroll === void 0 || onScroll(e3);
});
var triggerOnScroll = function triggerOnScroll2() {
if (horizonScroll && scrollBodyRef.current) {
var _scrollBodyRef$curren4;
onInternalScroll({
currentTarget: getDOM(scrollBodyRef.current),
scrollLeft: (_scrollBodyRef$curren4 = scrollBodyRef.current) === null || _scrollBodyRef$curren4 === void 0 ? void 0 : _scrollBodyRef$curren4.scrollLeft
});
} else {
setPingedLeft(false);
setPingedRight(false);
}
};
var onFullTableResize = function onFullTableResize2(_ref3) {
var _stickyRef$current2;
var width = _ref3.width;
(_stickyRef$current2 = stickyRef.current) === null || _stickyRef$current2 === void 0 || _stickyRef$current2.checkScrollBarVisible();
var mergedWidth = fullTableRef.current ? fullTableRef.current.offsetWidth : width;
if (useInternalHooks && getContainerWidth && fullTableRef.current) {
mergedWidth = getContainerWidth(fullTableRef.current, mergedWidth) || mergedWidth;
}
if (mergedWidth !== componentWidth) {
triggerOnScroll();
setComponentWidth(mergedWidth);
}
};
var mounted = React545.useRef(false);
React545.useEffect(function() {
if (mounted.current) {
triggerOnScroll();
}
}, [horizonScroll, data, columns.length]);
React545.useEffect(function() {
mounted.current = true;
}, []);
var _React$useState9 = React545.useState(0), _React$useState10 = _slicedToArray(_React$useState9, 2), scrollbarSize = _React$useState10[0], setScrollbarSize = _React$useState10[1];
var _React$useState11 = React545.useState(true), _React$useState12 = _slicedToArray(_React$useState11, 2), supportSticky = _React$useState12[0], setSupportSticky = _React$useState12[1];
useLayoutEffect_default(function() {
if (!tailor || !useInternalHooks) {
if (scrollBodyRef.current instanceof Element) {
setScrollbarSize(getTargetScrollBarSize(scrollBodyRef.current).width);
} else {
setScrollbarSize(getTargetScrollBarSize(scrollBodyContainerRef.current).width);
}
}
setSupportSticky(isStyleSupport("position", "sticky"));
}, []);
React545.useEffect(function() {
if (useInternalHooks && internalRefs) {
internalRefs.body.current = scrollBodyRef.current;
}
});
var renderFixedHeaderTable = React545.useCallback(function(fixedHolderPassProps) {
return React545.createElement(React545.Fragment, null, React545.createElement(Header_default2, fixedHolderPassProps), fixFooter === "top" && React545.createElement(Footer_default, fixedHolderPassProps, summaryNode));
}, [fixFooter, summaryNode]);
var renderFixedFooterTable = React545.useCallback(function(fixedHolderPassProps) {
return React545.createElement(Footer_default, fixedHolderPassProps, summaryNode);
}, [summaryNode]);
var TableComponent = getComponent(["table"], "table");
var mergedTableLayout = React545.useMemo(function() {
if (tableLayout) {
return tableLayout;
}
if (fixColumn) {
return mergedScrollX === "max-content" ? "auto" : "fixed";
}
if (fixHeader || isSticky || flattenColumns.some(function(_ref4) {
var ellipsis = _ref4.ellipsis;
return ellipsis;
})) {
return "fixed";
}
return "auto";
}, [fixHeader, fixColumn, flattenColumns, tableLayout, isSticky]);
var groupTableNode;
var headerProps = {
colWidths,
columCount: flattenColumns.length,
stickyOffsets,
onHeaderRow,
fixHeader,
scroll
};
var emptyNode = React545.useMemo(function() {
if (hasData) {
return null;
}
if (typeof emptyText === "function") {
return emptyText();
}
return emptyText;
}, [hasData, emptyText]);
var bodyTable = React545.createElement(Body_default, {
data: mergedData,
measureColumnWidth: fixHeader || horizonScroll || isSticky
});
var bodyColGroup = React545.createElement(ColGroup_default, {
colWidths: flattenColumns.map(function(_ref5) {
var width = _ref5.width;
return width;
}),
columns: flattenColumns
});
var captionElement = caption !== null && caption !== void 0 ? React545.createElement("caption", {
className: "".concat(prefixCls, "-caption")
}, caption) : void 0;
var dataProps = pickAttrs(props, {
data: true
});
var ariaProps = pickAttrs(props, {
aria: true
});
if (fixHeader || isSticky) {
var bodyContent;
if (typeof customizeScrollBody === "function") {
bodyContent = customizeScrollBody(mergedData, {
scrollbarSize,
ref: scrollBodyRef,
onScroll: onInternalScroll
});
headerProps.colWidths = flattenColumns.map(function(_ref6, index3) {
var width = _ref6.width;
var colWidth = index3 === flattenColumns.length - 1 ? width - scrollbarSize : width;
if (typeof colWidth === "number" && !Number.isNaN(colWidth)) {
return colWidth;
}
if (true) {
warning_default(props.columns.length === 0, "When use `components.body` with render props. Each column should have a fixed `width` value.");
}
return 0;
});
} else {
bodyContent = React545.createElement("div", {
style: _objectSpread2(_objectSpread2({}, scrollXStyle), scrollYStyle),
onScroll: onBodyScroll,
ref: scrollBodyRef,
className: (0, import_classnames240.default)("".concat(prefixCls, "-body"))
}, React545.createElement(TableComponent, _extends({
style: _objectSpread2(_objectSpread2({}, scrollTableStyle), {}, {
tableLayout: mergedTableLayout
})
}, ariaProps), captionElement, bodyColGroup, bodyTable, !fixFooter && summaryNode && React545.createElement(Footer_default, {
stickyOffsets,
flattenColumns
}, summaryNode)));
}
var fixedHolderProps = _objectSpread2(_objectSpread2(_objectSpread2({
noData: !mergedData.length
}, headerProps), columnContext), {}, {
direction,
stickyClassName,
scrollX: mergedScrollX,
tableLayout: mergedTableLayout,
onScroll: onInternalScroll
});
groupTableNode = React545.createElement(React545.Fragment, null, showHeader !== false && React545.createElement(FixedHolder_default, _extends({}, fixedHolderProps, {
stickyTopOffset: offsetHeader,
className: "".concat(prefixCls, "-header"),
ref: scrollHeaderRef,
colGroup: bodyColGroup
}), renderFixedHeaderTable), bodyContent, fixFooter && fixFooter !== "top" && React545.createElement(FixedHolder_default, _extends({}, fixedHolderProps, {
stickyBottomOffset: offsetSummary,
className: "".concat(prefixCls, "-summary"),
ref: scrollSummaryRef,
colGroup: bodyColGroup
}), renderFixedFooterTable), isSticky && scrollBodyRef.current && scrollBodyRef.current instanceof Element && React545.createElement(stickyScrollBar_default, {
ref: stickyRef,
offsetScroll,
scrollBodyRef,
onScroll: onInternalScroll,
container,
direction
}));
} else {
groupTableNode = React545.createElement("div", {
style: _objectSpread2(_objectSpread2({}, scrollXStyle), scrollYStyle),
className: (0, import_classnames240.default)("".concat(prefixCls, "-content")),
onScroll: onInternalScroll,
ref: scrollBodyRef
}, React545.createElement(TableComponent, _extends({
style: _objectSpread2(_objectSpread2({}, scrollTableStyle), {}, {
tableLayout: mergedTableLayout
})
}, ariaProps), captionElement, bodyColGroup, showHeader !== false && React545.createElement(Header_default2, _extends({}, headerProps, columnContext)), bodyTable, summaryNode && React545.createElement(Footer_default, {
stickyOffsets,
flattenColumns
}, summaryNode)));
}
var fullTable = React545.createElement("div", _extends({
className: (0, import_classnames240.default)(prefixCls, className, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, "".concat(prefixCls, "-rtl"), direction === "rtl"), "".concat(prefixCls, "-ping-left"), pingedLeft), "".concat(prefixCls, "-ping-right"), pingedRight), "".concat(prefixCls, "-layout-fixed"), tableLayout === "fixed"), "".concat(prefixCls, "-fixed-header"), fixHeader), "".concat(prefixCls, "-fixed-column"), fixColumn), "".concat(prefixCls, "-fixed-column-gapped"), fixColumn && hasGapFixed), "".concat(prefixCls, "-scroll-horizontal"), horizonScroll), "".concat(prefixCls, "-has-fix-left"), flattenColumns[0] && flattenColumns[0].fixed), "".concat(prefixCls, "-has-fix-right"), flattenColumns[flattenColumns.length - 1] && flattenColumns[flattenColumns.length - 1].fixed === "right")),
style: style2,
id,
ref: fullTableRef
}, dataProps), title && React545.createElement(Panel_default5, {
className: "".concat(prefixCls, "-title")
}, title(mergedData)), React545.createElement("div", {
ref: scrollBodyContainerRef,
className: "".concat(prefixCls, "-container")
}, groupTableNode), footer && React545.createElement(Panel_default5, {
className: "".concat(prefixCls, "-footer")
}, footer(mergedData)));
if (horizonScroll) {
fullTable = React545.createElement(es_default, {
onResize: onFullTableResize
}, fullTable);
}
var fixedInfoList = useFixedInfo(flattenColumns, stickyOffsets, direction);
var TableContextValue = React545.useMemo(function() {
return {
// Scroll
scrollX: mergedScrollX,
// Table
prefixCls,
getComponent,
scrollbarSize,
direction,
fixedInfoList,
isSticky,
supportSticky,
componentWidth,
fixHeader,
fixColumn,
horizonScroll,
// Body
tableLayout: mergedTableLayout,
rowClassName,
expandedRowClassName: expandableConfig.expandedRowClassName,
expandIcon: mergedExpandIcon,
expandableType,
expandRowByClick: expandableConfig.expandRowByClick,
expandedRowRender: expandableConfig.expandedRowRender,
expandedRowOffset: expandableConfig.expandedRowOffset,
onTriggerExpand,
expandIconColumnIndex: expandableConfig.expandIconColumnIndex,
indentSize: expandableConfig.indentSize,
allColumnsFixedLeft: flattenColumns.every(function(col) {
return col.fixed === "left";
}),
emptyNode,
// Column
columns,
flattenColumns,
onColumnResize,
colWidths,
// Row
hoverStartRow: startRow,
hoverEndRow: endRow,
onHover,
rowExpandable: expandableConfig.rowExpandable,
onRow,
getRowKey,
expandedKeys: mergedExpandedKeys,
childrenColumnName: mergedChildrenColumnName,
rowHoverable,
// Measure Row
measureRowRender
};
}, [
// Scroll
mergedScrollX,
// Table
prefixCls,
getComponent,
scrollbarSize,
direction,
fixedInfoList,
isSticky,
supportSticky,
componentWidth,
fixHeader,
fixColumn,
horizonScroll,
// Body
mergedTableLayout,
rowClassName,
expandableConfig.expandedRowClassName,
mergedExpandIcon,
expandableType,
expandableConfig.expandRowByClick,
expandableConfig.expandedRowRender,
expandableConfig.expandedRowOffset,
onTriggerExpand,
expandableConfig.expandIconColumnIndex,
expandableConfig.indentSize,
emptyNode,
// Column
columns,
flattenColumns,
onColumnResize,
colWidths,
// Row
startRow,
endRow,
onHover,
expandableConfig.rowExpandable,
onRow,
getRowKey,
mergedExpandedKeys,
mergedChildrenColumnName,
rowHoverable,
measureRowRender
]);
return React545.createElement(TableContext_default.Provider, {
value: TableContextValue
}, fullTable);
}
var RefTable = React545.forwardRef(Table);
if (true) {
RefTable.displayName = "Table";
}
function genTable(shouldTriggerRender) {
return makeImmutable2(RefTable, shouldTriggerRender);
}
var ImmutableTable = genTable();
ImmutableTable.EXPAND_COLUMN = EXPAND_COLUMN;
ImmutableTable.INTERNAL_HOOKS = INTERNAL_HOOKS;
ImmutableTable.Column = Column_default;
ImmutableTable.ColumnGroup = ColumnGroup_default;
ImmutableTable.Summary = FooterComponents;
var Table_default = ImmutableTable;
// node_modules/rc-table/es/VirtualTable/index.js
var import_classnames243 = __toESM(require_classnames());
var React549 = __toESM(require_react());
// node_modules/rc-table/es/VirtualTable/BodyGrid.js
var React548 = __toESM(require_react());
// node_modules/rc-table/es/VirtualTable/BodyLine.js
var import_classnames242 = __toESM(require_classnames());
var React547 = __toESM(require_react());
// node_modules/rc-table/es/VirtualTable/VirtualCell.js
var import_classnames241 = __toESM(require_classnames());
var React546 = __toESM(require_react());
// node_modules/rc-table/es/VirtualTable/context.js
var StaticContext = createContext45(null);
var GridContext = createContext45(null);
// node_modules/rc-table/es/VirtualTable/VirtualCell.js
function getColumnWidth(colIndex, colSpan, columnsOffset) {
var mergedColSpan = colSpan || 1;
return columnsOffset[colIndex + mergedColSpan] - (columnsOffset[colIndex] || 0);
}
function VirtualCell(props) {
var rowInfo = props.rowInfo, column2 = props.column, colIndex = props.colIndex, indent = props.indent, index3 = props.index, component = props.component, renderIndex = props.renderIndex, record = props.record, style2 = props.style, className = props.className, inverse = props.inverse, getHeight3 = props.getHeight;
var render2 = column2.render, dataIndex = column2.dataIndex, columnClassName = column2.className, colWidth = column2.width;
var _useContext = useContext191(GridContext, ["columnsOffset"]), columnsOffset = _useContext.columnsOffset;
var _getCellProps = getCellProps(rowInfo, column2, colIndex, indent, index3), key = _getCellProps.key, fixedInfo = _getCellProps.fixedInfo, appendCellNode = _getCellProps.appendCellNode, additionalCellProps = _getCellProps.additionalCellProps;
var cellStyle = additionalCellProps.style, _additionalCellProps$ = additionalCellProps.colSpan, colSpan = _additionalCellProps$ === void 0 ? 1 : _additionalCellProps$, _additionalCellProps$2 = additionalCellProps.rowSpan, rowSpan = _additionalCellProps$2 === void 0 ? 1 : _additionalCellProps$2;
var startColIndex = colIndex - 1;
var concatColWidth = getColumnWidth(startColIndex, colSpan, columnsOffset);
var marginOffset = colSpan > 1 ? colWidth - concatColWidth : 0;
var mergedStyle = _objectSpread2(_objectSpread2(_objectSpread2({}, cellStyle), style2), {}, {
flex: "0 0 ".concat(concatColWidth, "px"),
width: "".concat(concatColWidth, "px"),
marginRight: marginOffset,
pointerEvents: "auto"
});
var needHide = React546.useMemo(function() {
if (inverse) {
return rowSpan <= 1;
} else {
return colSpan === 0 || rowSpan === 0 || rowSpan > 1;
}
}, [rowSpan, colSpan, inverse]);
if (needHide) {
mergedStyle.visibility = "hidden";
} else if (inverse) {
mergedStyle.height = getHeight3 === null || getHeight3 === void 0 ? void 0 : getHeight3(rowSpan);
}
var mergedRender = needHide ? function() {
return null;
} : render2;
var cellSpan = {};
if (rowSpan === 0 || colSpan === 0) {
cellSpan.rowSpan = 1;
cellSpan.colSpan = 1;
}
return React546.createElement(Cell_default2, _extends({
className: (0, import_classnames241.default)(columnClassName, className),
ellipsis: column2.ellipsis,
align: column2.align,
scope: column2.rowScope,
component,
prefixCls: rowInfo.prefixCls,
key,
record,
index: index3,
renderIndex,
dataIndex,
render: mergedRender,
shouldCellUpdate: column2.shouldCellUpdate
}, fixedInfo, {
appendNode: appendCellNode,
additionalProps: _objectSpread2(_objectSpread2({}, additionalCellProps), {}, {
style: mergedStyle
}, cellSpan)
}));
}
var VirtualCell_default = VirtualCell;
// node_modules/rc-table/es/VirtualTable/BodyLine.js
var _excluded75 = ["data", "index", "className", "rowKey", "style", "extra", "getHeight"];
var BodyLine = React547.forwardRef(function(props, ref) {
var data = props.data, index3 = props.index, className = props.className, rowKey = props.rowKey, style2 = props.style, extra = props.extra, getHeight3 = props.getHeight, restProps = _objectWithoutProperties(props, _excluded75);
var record = data.record, indent = data.indent, renderIndex = data.index;
var _useContext = useContext191(TableContext_default, ["prefixCls", "flattenColumns", "fixColumn", "componentWidth", "scrollX"]), scrollX = _useContext.scrollX, flattenColumns = _useContext.flattenColumns, prefixCls = _useContext.prefixCls, fixColumn = _useContext.fixColumn, componentWidth = _useContext.componentWidth;
var _useContext2 = useContext191(StaticContext, ["getComponent"]), getComponent = _useContext2.getComponent;
var rowInfo = useRowInfo(record, rowKey, index3, indent);
var RowComponent = getComponent(["body", "row"], "div");
var cellComponent = getComponent(["body", "cell"], "div");
var rowSupportExpand = rowInfo.rowSupportExpand, expanded = rowInfo.expanded, rowProps = rowInfo.rowProps, expandedRowRender = rowInfo.expandedRowRender, expandedRowClassName = rowInfo.expandedRowClassName;
var expandRowNode;
if (rowSupportExpand && expanded) {
var expandContent = expandedRowRender(record, index3, indent + 1, expanded);
var expandedClsName = computedExpandedClassName(expandedRowClassName, record, index3, indent);
var additionalProps = {};
if (fixColumn) {
additionalProps = {
style: _defineProperty({}, "--virtual-width", "".concat(componentWidth, "px"))
};
}
var rowCellCls = "".concat(prefixCls, "-expanded-row-cell");
expandRowNode = React547.createElement(RowComponent, {
className: (0, import_classnames242.default)("".concat(prefixCls, "-expanded-row"), "".concat(prefixCls, "-expanded-row-level-").concat(indent + 1), expandedClsName)
}, React547.createElement(Cell_default2, {
component: cellComponent,
prefixCls,
className: (0, import_classnames242.default)(rowCellCls, _defineProperty({}, "".concat(rowCellCls, "-fixed"), fixColumn)),
additionalProps
}, expandContent));
}
var rowStyle = _objectSpread2(_objectSpread2({}, style2), {}, {
width: scrollX
});
if (extra) {
rowStyle.position = "absolute";
rowStyle.pointerEvents = "none";
}
var rowNode = React547.createElement(RowComponent, _extends({}, rowProps, restProps, {
"data-row-key": rowKey,
ref: rowSupportExpand ? null : ref,
className: (0, import_classnames242.default)(className, "".concat(prefixCls, "-row"), rowProps === null || rowProps === void 0 ? void 0 : rowProps.className, _defineProperty({}, "".concat(prefixCls, "-row-extra"), extra)),
style: _objectSpread2(_objectSpread2({}, rowStyle), rowProps === null || rowProps === void 0 ? void 0 : rowProps.style)
}), flattenColumns.map(function(column2, colIndex) {
return React547.createElement(VirtualCell_default, {
key: colIndex,
component: cellComponent,
rowInfo,
column: column2,
colIndex,
indent,
index: index3,
renderIndex,
record,
inverse: extra,
getHeight: getHeight3
});
}));
if (rowSupportExpand) {
return React547.createElement("div", {
ref
}, rowNode, expandRowNode);
}
return rowNode;
});
var ResponseBodyLine = responseImmutable2(BodyLine);
if (true) {
ResponseBodyLine.displayName = "BodyLine";
}
var BodyLine_default = ResponseBodyLine;
// node_modules/rc-table/es/VirtualTable/BodyGrid.js
var Grid2 = React548.forwardRef(function(props, ref) {
var data = props.data, onScroll = props.onScroll;
var _useContext = useContext191(TableContext_default, ["flattenColumns", "onColumnResize", "getRowKey", "prefixCls", "expandedKeys", "childrenColumnName", "scrollX", "direction"]), flattenColumns = _useContext.flattenColumns, onColumnResize = _useContext.onColumnResize, getRowKey = _useContext.getRowKey, expandedKeys = _useContext.expandedKeys, prefixCls = _useContext.prefixCls, childrenColumnName = _useContext.childrenColumnName, scrollX = _useContext.scrollX, direction = _useContext.direction;
var _useContext2 = useContext191(StaticContext), sticky = _useContext2.sticky, scrollY = _useContext2.scrollY, listItemHeight = _useContext2.listItemHeight, getComponent = _useContext2.getComponent, onTablePropScroll = _useContext2.onScroll;
var listRef = React548.useRef();
var flattenData2 = useFlattenRecords(data, childrenColumnName, expandedKeys, getRowKey);
var columnsWidth = React548.useMemo(function() {
var total = 0;
return flattenColumns.map(function(_ref) {
var width = _ref.width, minWidth = _ref.minWidth, key = _ref.key;
var finalWidth = Math.max(width || 0, minWidth || 0);
total += finalWidth;
return [key, finalWidth, total];
});
}, [flattenColumns]);
var columnsOffset = React548.useMemo(function() {
return columnsWidth.map(function(colWidth) {
return colWidth[2];
});
}, [columnsWidth]);
React548.useEffect(function() {
columnsWidth.forEach(function(_ref2) {
var _ref3 = _slicedToArray(_ref2, 2), key = _ref3[0], width = _ref3[1];
onColumnResize(key, width);
});
}, [columnsWidth]);
React548.useImperativeHandle(ref, function() {
var _listRef$current2;
var obj = {
scrollTo: function scrollTo2(config) {
var _listRef$current;
(_listRef$current = listRef.current) === null || _listRef$current === void 0 || _listRef$current.scrollTo(config);
},
nativeElement: (_listRef$current2 = listRef.current) === null || _listRef$current2 === void 0 ? void 0 : _listRef$current2.nativeElement
};
Object.defineProperty(obj, "scrollLeft", {
get: function get2() {
var _listRef$current3;
return ((_listRef$current3 = listRef.current) === null || _listRef$current3 === void 0 ? void 0 : _listRef$current3.getScrollInfo().x) || 0;
},
set: function set2(value) {
var _listRef$current4;
(_listRef$current4 = listRef.current) === null || _listRef$current4 === void 0 || _listRef$current4.scrollTo({
left: value
});
}
});
Object.defineProperty(obj, "scrollTop", {
get: function get2() {
var _listRef$current5;
return ((_listRef$current5 = listRef.current) === null || _listRef$current5 === void 0 ? void 0 : _listRef$current5.getScrollInfo().y) || 0;
},
set: function set2(value) {
var _listRef$current6;
(_listRef$current6 = listRef.current) === null || _listRef$current6 === void 0 || _listRef$current6.scrollTo({
top: value
});
}
});
return obj;
});
var getRowSpan = function getRowSpan2(column2, index3) {
var _flattenData$index;
var record = (_flattenData$index = flattenData2[index3]) === null || _flattenData$index === void 0 ? void 0 : _flattenData$index.record;
var onCell = column2.onCell;
if (onCell) {
var _cellProps$rowSpan;
var cellProps = onCell(record, index3);
return (_cellProps$rowSpan = cellProps === null || cellProps === void 0 ? void 0 : cellProps.rowSpan) !== null && _cellProps$rowSpan !== void 0 ? _cellProps$rowSpan : 1;
}
return 1;
};
var extraRender = function extraRender2(info) {
var start = info.start, end = info.end, getSize4 = info.getSize, offsetY = info.offsetY;
if (end < 0) {
return null;
}
var firstRowSpanColumns = flattenColumns.filter(
// rowSpan is 0
function(column2) {
return getRowSpan(column2, start) === 0;
}
);
var startIndex = start;
var _loop = function _loop4(i2) {
firstRowSpanColumns = firstRowSpanColumns.filter(function(column2) {
return getRowSpan(column2, i2) === 0;
});
if (!firstRowSpanColumns.length) {
startIndex = i2;
return 1;
}
};
for (var i = start; i >= 0; i -= 1) {
if (_loop(i)) break;
}
var lastRowSpanColumns = flattenColumns.filter(
// rowSpan is not 1
function(column2) {
return getRowSpan(column2, end) !== 1;
}
);
var endIndex = end;
var _loop2 = function _loop22(_i3) {
lastRowSpanColumns = lastRowSpanColumns.filter(function(column2) {
return getRowSpan(column2, _i3) !== 1;
});
if (!lastRowSpanColumns.length) {
endIndex = Math.max(_i3 - 1, end);
return 1;
}
};
for (var _i = end; _i < flattenData2.length; _i += 1) {
if (_loop2(_i)) break;
}
var spanLines = [];
var _loop3 = function _loop32(_i22) {
var item = flattenData2[_i22];
if (!item) {
return 1;
}
if (flattenColumns.some(function(column2) {
return getRowSpan(column2, _i22) > 1;
})) {
spanLines.push(_i22);
}
};
for (var _i2 = startIndex; _i2 <= endIndex; _i2 += 1) {
if (_loop3(_i2)) continue;
}
var nodes = spanLines.map(function(index3) {
var item = flattenData2[index3];
var rowKey = getRowKey(item.record, index3);
var getHeight3 = function getHeight4(rowSpan) {
var endItemIndex = index3 + rowSpan - 1;
var endItemKey = getRowKey(flattenData2[endItemIndex].record, endItemIndex);
var sizeInfo2 = getSize4(rowKey, endItemKey);
return sizeInfo2.bottom - sizeInfo2.top;
};
var sizeInfo = getSize4(rowKey);
return React548.createElement(BodyLine_default, {
key: index3,
data: item,
rowKey,
index: index3,
style: {
top: -offsetY + sizeInfo.top
},
extra: true,
getHeight: getHeight3
});
});
return nodes;
};
var gridContext = React548.useMemo(function() {
return {
columnsOffset
};
}, [columnsOffset]);
var tblPrefixCls = "".concat(prefixCls, "-tbody");
var wrapperComponent = getComponent(["body", "wrapper"]);
var horizontalScrollBarStyle = {};
if (sticky) {
horizontalScrollBarStyle.position = "sticky";
horizontalScrollBarStyle.bottom = 0;
if (_typeof(sticky) === "object" && sticky.offsetScroll) {
horizontalScrollBarStyle.bottom = sticky.offsetScroll;
}
}
return React548.createElement(GridContext.Provider, {
value: gridContext
}, React548.createElement(es_default11, {
fullHeight: false,
ref: listRef,
prefixCls: "".concat(tblPrefixCls, "-virtual"),
styles: {
horizontalScrollBar: horizontalScrollBarStyle
},
className: tblPrefixCls,
height: scrollY,
itemHeight: listItemHeight || 24,
data: flattenData2,
itemKey: function itemKey3(item) {
return getRowKey(item.record);
},
component: wrapperComponent,
scrollWidth: scrollX,
direction,
onVirtualScroll: function onVirtualScroll(_ref4) {
var _listRef$current7;
var x = _ref4.x;
onScroll({
currentTarget: (_listRef$current7 = listRef.current) === null || _listRef$current7 === void 0 ? void 0 : _listRef$current7.nativeElement,
scrollLeft: x
});
},
onScroll: onTablePropScroll,
extraRender
}, function(item, index3, itemProps) {
var rowKey = getRowKey(item.record, index3);
return React548.createElement(BodyLine_default, {
data: item,
rowKey,
index: index3,
style: itemProps.style
});
}));
});
var ResponseGrid = responseImmutable2(Grid2);
if (true) {
ResponseGrid.displayName = "ResponseGrid";
}
var BodyGrid_default = ResponseGrid;
// node_modules/rc-table/es/VirtualTable/index.js
var renderBody = function renderBody2(rawData, props) {
var ref = props.ref, onScroll = props.onScroll;
return React549.createElement(BodyGrid_default, {
ref,
data: rawData,
onScroll
});
};
function VirtualTable(props, ref) {
var data = props.data, columns = props.columns, scroll = props.scroll, sticky = props.sticky, _props$prefixCls = props.prefixCls, prefixCls = _props$prefixCls === void 0 ? DEFAULT_PREFIX : _props$prefixCls, className = props.className, listItemHeight = props.listItemHeight, components2 = props.components, onScroll = props.onScroll;
var _ref = scroll || {}, scrollX = _ref.x, scrollY = _ref.y;
if (typeof scrollX !== "number") {
if (true) {
warning_default(!scrollX, "`scroll.x` in virtual table must be number.");
}
scrollX = 1;
}
if (typeof scrollY !== "number") {
scrollY = 500;
if (true) {
warning_default(false, "`scroll.y` in virtual table must be number.");
}
}
var getComponent = useEvent(function(path2, defaultComponent) {
return get(components2, path2) || defaultComponent;
});
var onInternalScroll = useEvent(onScroll);
var context = React549.useMemo(function() {
return {
sticky,
scrollY,
listItemHeight,
getComponent,
onScroll: onInternalScroll
};
}, [sticky, scrollY, listItemHeight, getComponent, onInternalScroll]);
return React549.createElement(StaticContext.Provider, {
value: context
}, React549.createElement(Table_default, _extends({}, props, {
className: (0, import_classnames243.default)(className, "".concat(prefixCls, "-virtual")),
scroll: _objectSpread2(_objectSpread2({}, scroll), {}, {
x: scrollX
}),
components: _objectSpread2(_objectSpread2({}, components2), {}, {
// fix https://github.com/ant-design/ant-design/issues/48991
body: data !== null && data !== void 0 && data.length ? renderBody : void 0
}),
columns,
internalHooks: INTERNAL_HOOKS,
tailor: true,
ref
})));
}
var RefVirtualTable = React549.forwardRef(VirtualTable);
if (true) {
RefVirtualTable.displayName = "VirtualTable";
}
function genVirtualTable(shouldTriggerRender) {
return makeImmutable2(RefVirtualTable, shouldTriggerRender);
}
var VirtualTable_default = genVirtualTable();
// node_modules/antd/es/table/Column.js
var Column3 = (_) => null;
var Column_default2 = Column3;
// node_modules/antd/es/table/ColumnGroup.js
var ColumnGroup2 = (_) => null;
var ColumnGroup_default2 = ColumnGroup2;
// node_modules/antd/es/table/hooks/useSelection.js
var React554 = __toESM(require_react());
var import_react196 = __toESM(require_react());
var import_classnames246 = __toESM(require_classnames());
// node_modules/rc-tree/es/util.js
var import_react195 = __toESM(require_react());
// node_modules/rc-tree/es/TreeNode.js
var import_react194 = __toESM(require_react());
var import_classnames245 = __toESM(require_classnames());
// node_modules/rc-tree/es/contextTypes.js
var React550 = __toESM(require_react());
var TreeContext = React550.createContext(null);
var UnstableContext2 = React550.createContext({});
// node_modules/rc-tree/es/Indent.js
var import_classnames244 = __toESM(require_classnames());
var React551 = __toESM(require_react());
var Indent = function Indent2(_ref) {
var prefixCls = _ref.prefixCls, level = _ref.level, isStart = _ref.isStart, isEnd = _ref.isEnd;
var baseClassName = "".concat(prefixCls, "-indent-unit");
var list = [];
for (var i = 0; i < level; i += 1) {
list.push(React551.createElement("span", {
key: i,
className: (0, import_classnames244.default)(baseClassName, _defineProperty(_defineProperty({}, "".concat(baseClassName, "-start"), isStart[i]), "".concat(baseClassName, "-end"), isEnd[i]))
}));
}
return React551.createElement("span", {
"aria-hidden": "true",
className: "".concat(prefixCls, "-indent")
}, list);
};
var Indent_default = React551.memo(Indent);
// node_modules/rc-tree/es/TreeNode.js
var _excluded76 = ["eventKey", "className", "style", "dragOver", "dragOverGapTop", "dragOverGapBottom", "isLeaf", "isStart", "isEnd", "expanded", "selected", "checked", "halfChecked", "loading", "domRef", "active", "data", "onMouseMove", "selectable"];
var ICON_OPEN = "open";
var ICON_CLOSE = "close";
var defaultTitle = "---";
var TreeNode = function TreeNode2(props) {
var _unstableContext$node, _context$filterTreeNo, _classNames4;
var eventKey = props.eventKey, className = props.className, style2 = props.style, dragOver = props.dragOver, dragOverGapTop = props.dragOverGapTop, dragOverGapBottom = props.dragOverGapBottom, isLeaf2 = props.isLeaf, isStart = props.isStart, isEnd = props.isEnd, expanded = props.expanded, selected = props.selected, checked = props.checked, halfChecked = props.halfChecked, loading = props.loading, domRef = props.domRef, active = props.active, data = props.data, onMouseMove = props.onMouseMove, selectable = props.selectable, otherProps = _objectWithoutProperties(props, _excluded76);
var context = import_react194.default.useContext(TreeContext);
var unstableContext = import_react194.default.useContext(UnstableContext2);
var selectHandleRef = import_react194.default.useRef(null);
var _React$useState = import_react194.default.useState(false), _React$useState2 = _slicedToArray(_React$useState, 2), dragNodeHighlight = _React$useState2[0], setDragNodeHighlight = _React$useState2[1];
var isDisabled = !!(context.disabled || props.disabled || (_unstableContext$node = unstableContext.nodeDisabled) !== null && _unstableContext$node !== void 0 && _unstableContext$node.call(unstableContext, data));
var isCheckable = import_react194.default.useMemo(function() {
if (!context.checkable || props.checkable === false) {
return false;
}
return context.checkable;
}, [context.checkable, props.checkable]);
var onSelect = function onSelect2(e3) {
if (isDisabled) {
return;
}
context.onNodeSelect(e3, convertNodePropsToEventData(props));
};
var onCheck = function onCheck2(e3) {
if (isDisabled) {
return;
}
if (!isCheckable || props.disableCheckbox) {
return;
}
context.onNodeCheck(e3, convertNodePropsToEventData(props), !checked);
};
var isSelectable = import_react194.default.useMemo(function() {
if (typeof selectable === "boolean") {
return selectable;
}
return context.selectable;
}, [selectable, context.selectable]);
var onSelectorClick = function onSelectorClick2(e3) {
context.onNodeClick(e3, convertNodePropsToEventData(props));
if (isSelectable) {
onSelect(e3);
} else {
onCheck(e3);
}
};
var onSelectorDoubleClick = function onSelectorDoubleClick2(e3) {
context.onNodeDoubleClick(e3, convertNodePropsToEventData(props));
};
var onMouseEnter = function onMouseEnter2(e3) {
context.onNodeMouseEnter(e3, convertNodePropsToEventData(props));
};
var onMouseLeave = function onMouseLeave2(e3) {
context.onNodeMouseLeave(e3, convertNodePropsToEventData(props));
};
var onContextMenu = function onContextMenu2(e3) {
context.onNodeContextMenu(e3, convertNodePropsToEventData(props));
};
var isDraggable = import_react194.default.useMemo(function() {
return !!(context.draggable && (!context.draggable.nodeDraggable || context.draggable.nodeDraggable(data)));
}, [context.draggable, data]);
var onDragStart = function onDragStart2(e3) {
e3.stopPropagation();
setDragNodeHighlight(true);
context.onNodeDragStart(e3, props);
try {
e3.dataTransfer.setData("text/plain", "");
} catch (_unused) {
}
};
var onDragEnter = function onDragEnter2(e3) {
e3.preventDefault();
e3.stopPropagation();
context.onNodeDragEnter(e3, props);
};
var onDragOver = function onDragOver2(e3) {
e3.preventDefault();
e3.stopPropagation();
context.onNodeDragOver(e3, props);
};
var onDragLeave = function onDragLeave2(e3) {
e3.stopPropagation();
context.onNodeDragLeave(e3, props);
};
var onDragEnd = function onDragEnd2(e3) {
e3.stopPropagation();
setDragNodeHighlight(false);
context.onNodeDragEnd(e3, props);
};
var onDrop = function onDrop2(e3) {
e3.preventDefault();
e3.stopPropagation();
setDragNodeHighlight(false);
context.onNodeDrop(e3, props);
};
var onExpand = function onExpand2(e3) {
if (loading) {
return;
}
context.onNodeExpand(e3, convertNodePropsToEventData(props));
};
var hasChildren = import_react194.default.useMemo(function() {
var _ref = getEntity(context.keyEntities, eventKey) || {}, children = _ref.children;
return Boolean((children || []).length);
}, [context.keyEntities, eventKey]);
var memoizedIsLeaf = import_react194.default.useMemo(function() {
if (isLeaf2 === false) {
return false;
}
return isLeaf2 || !context.loadData && !hasChildren || context.loadData && props.loaded && !hasChildren;
}, [isLeaf2, context.loadData, hasChildren, props.loaded]);
import_react194.default.useEffect(function() {
if (loading) {
return;
}
if (typeof context.loadData === "function" && expanded && !memoizedIsLeaf && !props.loaded) {
context.onNodeLoad(convertNodePropsToEventData(props));
}
}, [loading, context.loadData, context.onNodeLoad, expanded, memoizedIsLeaf, props]);
var dragHandlerNode = import_react194.default.useMemo(function() {
var _context$draggable;
if (!((_context$draggable = context.draggable) !== null && _context$draggable !== void 0 && _context$draggable.icon)) {
return null;
}
return import_react194.default.createElement("span", {
className: "".concat(context.prefixCls, "-draggable-icon")
}, context.draggable.icon);
}, [context.draggable]);
var renderSwitcherIconDom = function renderSwitcherIconDom2(isInternalLeaf) {
var switcherIcon = props.switcherIcon || context.switcherIcon;
if (typeof switcherIcon === "function") {
return switcherIcon(_objectSpread2(_objectSpread2({}, props), {}, {
isLeaf: isInternalLeaf
}));
}
return switcherIcon;
};
var renderSwitcher = function renderSwitcher2() {
if (memoizedIsLeaf) {
var _switcherIconDom = renderSwitcherIconDom(true);
return _switcherIconDom !== false ? import_react194.default.createElement("span", {
className: (0, import_classnames245.default)("".concat(context.prefixCls, "-switcher"), "".concat(context.prefixCls, "-switcher-noop"))
}, _switcherIconDom) : null;
}
var switcherIconDom = renderSwitcherIconDom(false);
return switcherIconDom !== false ? import_react194.default.createElement("span", {
onClick: onExpand,
className: (0, import_classnames245.default)("".concat(context.prefixCls, "-switcher"), "".concat(context.prefixCls, "-switcher_").concat(expanded ? ICON_OPEN : ICON_CLOSE))
}, switcherIconDom) : null;
};
var checkboxNode = import_react194.default.useMemo(function() {
if (!isCheckable) {
return null;
}
var $custom = typeof isCheckable !== "boolean" ? isCheckable : null;
return import_react194.default.createElement("span", {
className: (0, import_classnames245.default)("".concat(context.prefixCls, "-checkbox"), _defineProperty(_defineProperty(_defineProperty({}, "".concat(context.prefixCls, "-checkbox-checked"), checked), "".concat(context.prefixCls, "-checkbox-indeterminate"), !checked && halfChecked), "".concat(context.prefixCls, "-checkbox-disabled"), isDisabled || props.disableCheckbox)),
onClick: onCheck,
role: "checkbox",
"aria-checked": halfChecked ? "mixed" : checked,
"aria-disabled": isDisabled || props.disableCheckbox,
"aria-label": "Select ".concat(typeof props.title === "string" ? props.title : "tree node")
}, $custom);
}, [isCheckable, checked, halfChecked, isDisabled, props.disableCheckbox, props.title]);
var nodeState = import_react194.default.useMemo(function() {
if (memoizedIsLeaf) {
return null;
}
return expanded ? ICON_OPEN : ICON_CLOSE;
}, [memoizedIsLeaf, expanded]);
var iconNode = import_react194.default.useMemo(function() {
return import_react194.default.createElement("span", {
className: (0, import_classnames245.default)("".concat(context.prefixCls, "-iconEle"), "".concat(context.prefixCls, "-icon__").concat(nodeState || "docu"), _defineProperty({}, "".concat(context.prefixCls, "-icon_loading"), loading))
});
}, [context.prefixCls, nodeState, loading]);
var dropIndicatorNode = import_react194.default.useMemo(function() {
var rootDraggable = Boolean(context.draggable);
var showIndicator = !props.disabled && rootDraggable && context.dragOverNodeKey === eventKey;
if (!showIndicator) {
return null;
}
return context.dropIndicatorRender({
dropPosition: context.dropPosition,
dropLevelOffset: context.dropLevelOffset,
indent: context.indent,
prefixCls: context.prefixCls,
direction: context.direction
});
}, [context.dropPosition, context.dropLevelOffset, context.indent, context.prefixCls, context.direction, context.draggable, context.dragOverNodeKey, context.dropIndicatorRender]);
var selectorNode = import_react194.default.useMemo(function() {
var _props$title = props.title, title = _props$title === void 0 ? defaultTitle : _props$title;
var wrapClass = "".concat(context.prefixCls, "-node-content-wrapper");
var $icon;
if (context.showIcon) {
var currentIcon = props.icon || context.icon;
$icon = currentIcon ? import_react194.default.createElement("span", {
className: (0, import_classnames245.default)("".concat(context.prefixCls, "-iconEle"), "".concat(context.prefixCls, "-icon__customize"))
}, typeof currentIcon === "function" ? currentIcon(props) : currentIcon) : iconNode;
} else if (context.loadData && loading) {
$icon = iconNode;
}
var titleNode;
if (typeof title === "function") {
titleNode = title(data);
} else if (context.titleRender) {
titleNode = context.titleRender(data);
} else {
titleNode = title;
}
return import_react194.default.createElement("span", {
ref: selectHandleRef,
title: typeof title === "string" ? title : "",
className: (0, import_classnames245.default)(wrapClass, "".concat(wrapClass, "-").concat(nodeState || "normal"), _defineProperty({}, "".concat(context.prefixCls, "-node-selected"), !isDisabled && (selected || dragNodeHighlight))),
onMouseEnter,
onMouseLeave,
onContextMenu,
onClick: onSelectorClick,
onDoubleClick: onSelectorDoubleClick
}, $icon, import_react194.default.createElement("span", {
className: "".concat(context.prefixCls, "-title")
}, titleNode), dropIndicatorNode);
}, [context.prefixCls, context.showIcon, props, context.icon, iconNode, context.titleRender, data, nodeState, onMouseEnter, onMouseLeave, onContextMenu, onSelectorClick, onSelectorDoubleClick]);
var dataOrAriaAttributeProps = pickAttrs(otherProps, {
aria: true,
data: true
});
var _ref2 = getEntity(context.keyEntities, eventKey) || {}, level = _ref2.level;
var isEndNode = isEnd[isEnd.length - 1];
var draggableWithoutDisabled = !isDisabled && isDraggable;
var dragging = context.draggingNodeKey === eventKey;
var ariaSelected = selectable !== void 0 ? {
"aria-selected": !!selectable
} : void 0;
return import_react194.default.createElement("div", _extends({
ref: domRef,
role: "treeitem",
"aria-expanded": isLeaf2 ? void 0 : expanded,
className: (0, import_classnames245.default)(className, "".concat(context.prefixCls, "-treenode"), (_classNames4 = {}, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_classNames4, "".concat(context.prefixCls, "-treenode-disabled"), isDisabled), "".concat(context.prefixCls, "-treenode-switcher-").concat(expanded ? "open" : "close"), !isLeaf2), "".concat(context.prefixCls, "-treenode-checkbox-checked"), checked), "".concat(context.prefixCls, "-treenode-checkbox-indeterminate"), halfChecked), "".concat(context.prefixCls, "-treenode-selected"), selected), "".concat(context.prefixCls, "-treenode-loading"), loading), "".concat(context.prefixCls, "-treenode-active"), active), "".concat(context.prefixCls, "-treenode-leaf-last"), isEndNode), "".concat(context.prefixCls, "-treenode-draggable"), isDraggable), "dragging", dragging), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_classNames4, "drop-target", context.dropTargetKey === eventKey), "drop-container", context.dropContainerKey === eventKey), "drag-over", !isDisabled && dragOver), "drag-over-gap-top", !isDisabled && dragOverGapTop), "drag-over-gap-bottom", !isDisabled && dragOverGapBottom), "filter-node", (_context$filterTreeNo = context.filterTreeNode) === null || _context$filterTreeNo === void 0 ? void 0 : _context$filterTreeNo.call(context, convertNodePropsToEventData(props))), "".concat(context.prefixCls, "-treenode-leaf"), memoizedIsLeaf))),
style: style2,
draggable: draggableWithoutDisabled,
onDragStart: draggableWithoutDisabled ? onDragStart : void 0,
onDragEnter: isDraggable ? onDragEnter : void 0,
onDragOver: isDraggable ? onDragOver : void 0,
onDragLeave: isDraggable ? onDragLeave : void 0,
onDrop: isDraggable ? onDrop : void 0,
onDragEnd: isDraggable ? onDragEnd : void 0,
onMouseMove
}, ariaSelected, dataOrAriaAttributeProps), import_react194.default.createElement(Indent_default, {
prefixCls: context.prefixCls,
level,
isStart,
isEnd
}), dragHandlerNode, renderSwitcher(), checkboxNode, selectorNode);
};
TreeNode.isTreeNode = 1;
if (true) {
TreeNode.displayName = "TreeNode";
}
var TreeNode_default = TreeNode;
// node_modules/rc-tree/es/util.js
function arrDel(list, value) {
if (!list) return [];
var clone = list.slice();
var index3 = clone.indexOf(value);
if (index3 >= 0) {
clone.splice(index3, 1);
}
return clone;
}
function arrAdd(list, value) {
var clone = (list || []).slice();
if (clone.indexOf(value) === -1) {
clone.push(value);
}
return clone;
}
function posToArr(pos) {
return pos.split("-");
}
function getDragChildrenKeys(dragNodeKey, keyEntities) {
var dragChildrenKeys = [];
var entity = getEntity(keyEntities, dragNodeKey);
function dig() {
var list = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : [];
list.forEach(function(_ref) {
var key = _ref.key, children = _ref.children;
dragChildrenKeys.push(key);
dig(children);
});
}
dig(entity.children);
return dragChildrenKeys;
}
function isLastChild(treeNodeEntity) {
if (treeNodeEntity.parent) {
var posArr = posToArr(treeNodeEntity.pos);
return Number(posArr[posArr.length - 1]) === treeNodeEntity.parent.children.length - 1;
}
return false;
}
function isFirstChild(treeNodeEntity) {
var posArr = posToArr(treeNodeEntity.pos);
return Number(posArr[posArr.length - 1]) === 0;
}
function calcDropPosition(event, dragNodeProps, targetNodeProps, indent, startMousePosition, allowDrop2, flattenedNodes, keyEntities, expandKeys, direction) {
var _abstractDropNodeEnti;
var clientX = event.clientX, clientY = event.clientY;
var _getBoundingClientRec = event.target.getBoundingClientRect(), top = _getBoundingClientRec.top, height = _getBoundingClientRec.height;
var horizontalMouseOffset = (direction === "rtl" ? -1 : 1) * (((startMousePosition === null || startMousePosition === void 0 ? void 0 : startMousePosition.x) || 0) - clientX);
var rawDropLevelOffset = (horizontalMouseOffset - 12) / indent;
var filteredExpandKeys = expandKeys.filter(function(key) {
var _keyEntities$key;
return (_keyEntities$key = keyEntities[key]) === null || _keyEntities$key === void 0 || (_keyEntities$key = _keyEntities$key.children) === null || _keyEntities$key === void 0 ? void 0 : _keyEntities$key.length;
});
var abstractDropNodeEntity = getEntity(keyEntities, targetNodeProps.eventKey);
if (clientY < top + height / 2) {
var nodeIndex = flattenedNodes.findIndex(function(flattenedNode) {
return flattenedNode.key === abstractDropNodeEntity.key;
});
var prevNodeIndex = nodeIndex <= 0 ? 0 : nodeIndex - 1;
var prevNodeKey = flattenedNodes[prevNodeIndex].key;
abstractDropNodeEntity = getEntity(keyEntities, prevNodeKey);
}
var initialAbstractDropNodeKey = abstractDropNodeEntity.key;
var abstractDragOverEntity = abstractDropNodeEntity;
var dragOverNodeKey = abstractDropNodeEntity.key;
var dropPosition = 0;
var dropLevelOffset = 0;
if (!filteredExpandKeys.includes(initialAbstractDropNodeKey)) {
for (var i = 0; i < rawDropLevelOffset; i += 1) {
if (isLastChild(abstractDropNodeEntity)) {
abstractDropNodeEntity = abstractDropNodeEntity.parent;
dropLevelOffset += 1;
} else {
break;
}
}
}
var abstractDragDataNode = dragNodeProps.data;
var abstractDropDataNode = abstractDropNodeEntity.node;
var dropAllowed = true;
if (isFirstChild(abstractDropNodeEntity) && abstractDropNodeEntity.level === 0 && clientY < top + height / 2 && allowDrop2({
dragNode: abstractDragDataNode,
dropNode: abstractDropDataNode,
dropPosition: -1
}) && abstractDropNodeEntity.key === targetNodeProps.eventKey) {
dropPosition = -1;
} else if ((abstractDragOverEntity.children || []).length && filteredExpandKeys.includes(dragOverNodeKey)) {
if (allowDrop2({
dragNode: abstractDragDataNode,
dropNode: abstractDropDataNode,
dropPosition: 0
})) {
dropPosition = 0;
} else {
dropAllowed = false;
}
} else if (dropLevelOffset === 0) {
if (rawDropLevelOffset > -1.5) {
if (allowDrop2({
dragNode: abstractDragDataNode,
dropNode: abstractDropDataNode,
dropPosition: 1
})) {
dropPosition = 1;
} else {
dropAllowed = false;
}
} else {
if (allowDrop2({
dragNode: abstractDragDataNode,
dropNode: abstractDropDataNode,
dropPosition: 0
})) {
dropPosition = 0;
} else if (allowDrop2({
dragNode: abstractDragDataNode,
dropNode: abstractDropDataNode,
dropPosition: 1
})) {
dropPosition = 1;
} else {
dropAllowed = false;
}
}
} else {
if (allowDrop2({
dragNode: abstractDragDataNode,
dropNode: abstractDropDataNode,
dropPosition: 1
})) {
dropPosition = 1;
} else {
dropAllowed = false;
}
}
return {
dropPosition,
dropLevelOffset,
dropTargetKey: abstractDropNodeEntity.key,
dropTargetPos: abstractDropNodeEntity.pos,
dragOverNodeKey,
dropContainerKey: dropPosition === 0 ? null : ((_abstractDropNodeEnti = abstractDropNodeEntity.parent) === null || _abstractDropNodeEnti === void 0 ? void 0 : _abstractDropNodeEnti.key) || null,
dropAllowed
};
}
function calcSelectedKeys(selectedKeys, props) {
if (!selectedKeys) return void 0;
var multiple = props.multiple;
if (multiple) {
return selectedKeys.slice();
}
if (selectedKeys.length) {
return [selectedKeys[0]];
}
return selectedKeys;
}
function parseCheckedKeys(keys2) {
if (!keys2) {
return null;
}
var keyProps;
if (Array.isArray(keys2)) {
keyProps = {
checkedKeys: keys2,
halfCheckedKeys: void 0
};
} else if (_typeof(keys2) === "object") {
keyProps = {
checkedKeys: keys2.checked || void 0,
halfCheckedKeys: keys2.halfChecked || void 0
};
} else {
warning_default(false, "`checkedKeys` is not an array or an object");
return null;
}
return keyProps;
}
function conductExpandParent(keyList, keyEntities) {
var expandedKeys = /* @__PURE__ */ new Set();
function conductUp(key) {
if (expandedKeys.has(key)) return;
var entity = getEntity(keyEntities, key);
if (!entity) return;
expandedKeys.add(key);
var parent = entity.parent, node2 = entity.node;
if (node2.disabled) return;
if (parent) {
conductUp(parent.key);
}
}
(keyList || []).forEach(function(key) {
conductUp(key);
});
return _toConsumableArray(expandedKeys);
}
// node_modules/antd/es/table/hooks/useSelection.js
var SELECTION_COLUMN = {};
var SELECTION_ALL = "SELECT_ALL";
var SELECTION_INVERT = "SELECT_INVERT";
var SELECTION_NONE = "SELECT_NONE";
var EMPTY_LIST5 = [];
var flattenData = (childrenColumnName, data, list = []) => {
(data || []).forEach((record) => {
list.push(record);
if (record && typeof record === "object" && childrenColumnName in record) {
flattenData(childrenColumnName, record[childrenColumnName], list);
}
});
return list;
};
var useSelection = (config, rowSelection) => {
const {
preserveSelectedRowKeys,
selectedRowKeys,
defaultSelectedRowKeys,
getCheckboxProps,
getTitleCheckboxProps,
onChange: onSelectionChange,
onSelect,
onSelectAll,
onSelectInvert,
onSelectNone,
onSelectMultiple,
columnWidth: selectionColWidth,
type: selectionType,
selections,
fixed,
renderCell: customizeRenderCell,
hideSelectAll,
checkStrictly = true
} = rowSelection || {};
const {
prefixCls,
data,
pageData,
getRecordByKey,
getRowKey,
expandType,
childrenColumnName,
locale: tableLocale,
getPopupContainer
} = config;
const warning5 = devUseWarning("Table");
const [multipleSelect, updatePrevSelectedIndex] = useMultipleSelect((item) => item);
const [mergedSelectedKeys, setMergedSelectedKeys] = useMergedState(selectedRowKeys || defaultSelectedRowKeys || EMPTY_LIST5, {
value: selectedRowKeys
});
const preserveRecordsRef = React554.useRef(/* @__PURE__ */ new Map());
const updatePreserveRecordsCache = (0, import_react196.useCallback)((keys2) => {
if (preserveSelectedRowKeys) {
const newCache = /* @__PURE__ */ new Map();
keys2.forEach((key) => {
let record = getRecordByKey(key);
if (!record && preserveRecordsRef.current.has(key)) {
record = preserveRecordsRef.current.get(key);
}
newCache.set(key, record);
});
preserveRecordsRef.current = newCache;
}
}, [getRecordByKey, preserveSelectedRowKeys]);
React554.useEffect(() => {
updatePreserveRecordsCache(mergedSelectedKeys);
}, [mergedSelectedKeys]);
const flattedData = (0, import_react196.useMemo)(() => flattenData(childrenColumnName, pageData), [childrenColumnName, pageData]);
const {
keyEntities
} = (0, import_react196.useMemo)(() => {
if (checkStrictly) {
return {
keyEntities: null
};
}
let convertData = data;
if (preserveSelectedRowKeys) {
const keysSet = new Set(flattedData.map((record, index3) => getRowKey(record, index3)));
const preserveRecords = Array.from(preserveRecordsRef.current).reduce((total, [key, value]) => keysSet.has(key) ? total : total.concat(value), []);
convertData = [].concat(_toConsumableArray(convertData), _toConsumableArray(preserveRecords));
}
return convertDataToEntities(convertData, {
externalGetKey: getRowKey,
childrenPropName: childrenColumnName
});
}, [data, getRowKey, checkStrictly, childrenColumnName, preserveSelectedRowKeys, flattedData]);
const checkboxPropsMap = (0, import_react196.useMemo)(() => {
const map = /* @__PURE__ */ new Map();
flattedData.forEach((record, index3) => {
const key = getRowKey(record, index3);
const checkboxProps = (getCheckboxProps ? getCheckboxProps(record) : null) || {};
map.set(key, checkboxProps);
true ? warning5(!("checked" in checkboxProps || "defaultChecked" in checkboxProps), "usage", "Do not set `checked` or `defaultChecked` in `getCheckboxProps`. Please use `selectedRowKeys` instead.") : void 0;
});
return map;
}, [flattedData, getRowKey, getCheckboxProps]);
const isCheckboxDisabled = (0, import_react196.useCallback)((r2) => {
const rowKey = getRowKey(r2);
let checkboxProps;
if (checkboxPropsMap.has(rowKey)) {
checkboxProps = checkboxPropsMap.get(getRowKey(r2));
} else {
checkboxProps = getCheckboxProps ? getCheckboxProps(r2) : void 0;
}
return !!(checkboxProps === null || checkboxProps === void 0 ? void 0 : checkboxProps.disabled);
}, [checkboxPropsMap, getRowKey]);
const [derivedSelectedKeys, derivedHalfSelectedKeys] = (0, import_react196.useMemo)(() => {
if (checkStrictly) {
return [mergedSelectedKeys || [], []];
}
const {
checkedKeys,
halfCheckedKeys
} = conductCheck(mergedSelectedKeys, true, keyEntities, isCheckboxDisabled);
return [checkedKeys || [], halfCheckedKeys];
}, [mergedSelectedKeys, checkStrictly, keyEntities, isCheckboxDisabled]);
const derivedSelectedKeySet = (0, import_react196.useMemo)(() => {
const keys2 = selectionType === "radio" ? derivedSelectedKeys.slice(0, 1) : derivedSelectedKeys;
return new Set(keys2);
}, [derivedSelectedKeys, selectionType]);
const derivedHalfSelectedKeySet = (0, import_react196.useMemo)(() => selectionType === "radio" ? /* @__PURE__ */ new Set() : new Set(derivedHalfSelectedKeys), [derivedHalfSelectedKeys, selectionType]);
React554.useEffect(() => {
if (!rowSelection) {
setMergedSelectedKeys(EMPTY_LIST5);
}
}, [!!rowSelection]);
const setSelectedKeys = (0, import_react196.useCallback)((keys2, method4) => {
let availableKeys;
let records;
updatePreserveRecordsCache(keys2);
if (preserveSelectedRowKeys) {
availableKeys = keys2;
records = keys2.map((key) => preserveRecordsRef.current.get(key));
} else {
availableKeys = [];
records = [];
keys2.forEach((key) => {
const record = getRecordByKey(key);
if (record !== void 0) {
availableKeys.push(key);
records.push(record);
}
});
}
setMergedSelectedKeys(availableKeys);
onSelectionChange === null || onSelectionChange === void 0 ? void 0 : onSelectionChange(availableKeys, records, {
type: method4
});
}, [setMergedSelectedKeys, getRecordByKey, onSelectionChange, preserveSelectedRowKeys]);
const triggerSingleSelection = (0, import_react196.useCallback)((key, selected, keys2, event) => {
if (onSelect) {
const rows = keys2.map((k) => getRecordByKey(k));
onSelect(getRecordByKey(key), selected, rows, event);
}
setSelectedKeys(keys2, "single");
}, [onSelect, getRecordByKey, setSelectedKeys]);
const mergedSelections = (0, import_react196.useMemo)(() => {
if (!selections || hideSelectAll) {
return null;
}
const selectionList = selections === true ? [SELECTION_ALL, SELECTION_INVERT, SELECTION_NONE] : selections;
return selectionList.map((selection) => {
if (selection === SELECTION_ALL) {
return {
key: "all",
text: tableLocale.selectionAll,
onSelect() {
setSelectedKeys(data.map((record, index3) => getRowKey(record, index3)).filter((key) => {
const checkProps = checkboxPropsMap.get(key);
return !(checkProps === null || checkProps === void 0 ? void 0 : checkProps.disabled) || derivedSelectedKeySet.has(key);
}), "all");
}
};
}
if (selection === SELECTION_INVERT) {
return {
key: "invert",
text: tableLocale.selectInvert,
onSelect() {
const keySet = new Set(derivedSelectedKeySet);
pageData.forEach((record, index3) => {
const key = getRowKey(record, index3);
const checkProps = checkboxPropsMap.get(key);
if (!(checkProps === null || checkProps === void 0 ? void 0 : checkProps.disabled)) {
if (keySet.has(key)) {
keySet.delete(key);
} else {
keySet.add(key);
}
}
});
const keys2 = Array.from(keySet);
if (onSelectInvert) {
warning5.deprecated(false, "onSelectInvert", "onChange");
onSelectInvert(keys2);
}
setSelectedKeys(keys2, "invert");
}
};
}
if (selection === SELECTION_NONE) {
return {
key: "none",
text: tableLocale.selectNone,
onSelect() {
onSelectNone === null || onSelectNone === void 0 ? void 0 : onSelectNone();
setSelectedKeys(Array.from(derivedSelectedKeySet).filter((key) => {
const checkProps = checkboxPropsMap.get(key);
return checkProps === null || checkProps === void 0 ? void 0 : checkProps.disabled;
}), "none");
}
};
}
return selection;
}).map((selection) => Object.assign(Object.assign({}, selection), {
onSelect: (...rest) => {
var _a2;
var _a;
(_a = selection.onSelect) === null || _a === void 0 ? void 0 : (_a2 = _a).call.apply(_a2, [selection].concat(rest));
updatePrevSelectedIndex(null);
}
}));
}, [selections, derivedSelectedKeySet, pageData, getRowKey, onSelectInvert, setSelectedKeys]);
const transformColumns = (0, import_react196.useCallback)((columns) => {
var _a;
if (!rowSelection) {
true ? warning5(!columns.includes(SELECTION_COLUMN), "usage", "`rowSelection` is not config but `SELECTION_COLUMN` exists in the `columns`.") : void 0;
return columns.filter((col) => col !== SELECTION_COLUMN);
}
let cloneColumns = _toConsumableArray(columns);
const keySet = new Set(derivedSelectedKeySet);
const recordKeys = flattedData.map(getRowKey).filter((key) => !checkboxPropsMap.get(key).disabled);
const checkedCurrentAll = recordKeys.every((key) => keySet.has(key));
const checkedCurrentSome = recordKeys.some((key) => keySet.has(key));
const onSelectAllChange = () => {
const changeKeys = [];
if (checkedCurrentAll) {
recordKeys.forEach((key) => {
keySet.delete(key);
changeKeys.push(key);
});
} else {
recordKeys.forEach((key) => {
if (!keySet.has(key)) {
keySet.add(key);
changeKeys.push(key);
}
});
}
const keys2 = Array.from(keySet);
onSelectAll === null || onSelectAll === void 0 ? void 0 : onSelectAll(!checkedCurrentAll, keys2.map((k) => getRecordByKey(k)), changeKeys.map((k) => getRecordByKey(k)));
setSelectedKeys(keys2, "all");
updatePrevSelectedIndex(null);
};
let title;
let columnTitleCheckbox;
if (selectionType !== "radio") {
let customizeSelections;
if (mergedSelections) {
const menu = {
getPopupContainer,
items: mergedSelections.map((selection, index3) => {
const {
key,
text,
onSelect: onSelectionClick
} = selection;
return {
key: key !== null && key !== void 0 ? key : index3,
onClick: () => {
onSelectionClick === null || onSelectionClick === void 0 ? void 0 : onSelectionClick(recordKeys);
},
label: text
};
})
};
customizeSelections = React554.createElement("div", {
className: `${prefixCls}-selection-extra`
}, React554.createElement(dropdown_default3, {
menu,
getPopupContainer
}, React554.createElement("span", null, React554.createElement(DownOutlined_default, null))));
}
const allDisabledData = flattedData.map((record, index3) => {
const key = getRowKey(record, index3);
const checkboxProps = checkboxPropsMap.get(key) || {};
return Object.assign({
checked: keySet.has(key)
}, checkboxProps);
}).filter(({
disabled: disabled2
}) => disabled2);
const allDisabled = !!allDisabledData.length && allDisabledData.length === flattedData.length;
const allDisabledAndChecked = allDisabled && allDisabledData.every(({
checked
}) => checked);
const allDisabledSomeChecked = allDisabled && allDisabledData.some(({
checked
}) => checked);
const customCheckboxProps = (getTitleCheckboxProps === null || getTitleCheckboxProps === void 0 ? void 0 : getTitleCheckboxProps()) || {};
const {
onChange,
disabled
} = customCheckboxProps;
columnTitleCheckbox = React554.createElement(checkbox_default, Object.assign({
"aria-label": customizeSelections ? "Custom selection" : "Select all"
}, customCheckboxProps, {
checked: !allDisabled ? !!flattedData.length && checkedCurrentAll : allDisabledAndChecked,
indeterminate: !allDisabled ? !checkedCurrentAll && checkedCurrentSome : !allDisabledAndChecked && allDisabledSomeChecked,
onChange: (e3) => {
onSelectAllChange();
onChange === null || onChange === void 0 ? void 0 : onChange(e3);
},
disabled: disabled !== null && disabled !== void 0 ? disabled : flattedData.length === 0 || allDisabled,
skipGroup: true
}));
title = !hideSelectAll && React554.createElement("div", {
className: `${prefixCls}-selection`
}, columnTitleCheckbox, customizeSelections);
}
let renderCell;
if (selectionType === "radio") {
renderCell = (_, record, index3) => {
const key = getRowKey(record, index3);
const checked = keySet.has(key);
const checkboxProps = checkboxPropsMap.get(key);
return {
node: React554.createElement(radio_default2, Object.assign({}, checkboxProps, {
checked,
onClick: (e3) => {
var _a2;
e3.stopPropagation();
(_a2 = checkboxProps === null || checkboxProps === void 0 ? void 0 : checkboxProps.onClick) === null || _a2 === void 0 ? void 0 : _a2.call(checkboxProps, e3);
},
onChange: (event) => {
var _a2;
if (!keySet.has(key)) {
triggerSingleSelection(key, true, [key], event.nativeEvent);
}
(_a2 = checkboxProps === null || checkboxProps === void 0 ? void 0 : checkboxProps.onChange) === null || _a2 === void 0 ? void 0 : _a2.call(checkboxProps, event);
}
})),
checked
};
};
} else {
renderCell = (_, record, index3) => {
var _a2;
const key = getRowKey(record, index3);
const checked = keySet.has(key);
const indeterminate = derivedHalfSelectedKeySet.has(key);
const checkboxProps = checkboxPropsMap.get(key);
let mergedIndeterminate;
if (expandType === "nest") {
mergedIndeterminate = indeterminate;
true ? warning5(typeof (checkboxProps === null || checkboxProps === void 0 ? void 0 : checkboxProps.indeterminate) !== "boolean", "usage", "set `indeterminate` using `rowSelection.getCheckboxProps` is not allowed with tree structured dataSource.") : void 0;
} else {
mergedIndeterminate = (_a2 = checkboxProps === null || checkboxProps === void 0 ? void 0 : checkboxProps.indeterminate) !== null && _a2 !== void 0 ? _a2 : indeterminate;
}
return {
node: React554.createElement(checkbox_default, Object.assign({}, checkboxProps, {
indeterminate: mergedIndeterminate,
checked,
skipGroup: true,
onClick: (e3) => {
var _a3;
e3.stopPropagation();
(_a3 = checkboxProps === null || checkboxProps === void 0 ? void 0 : checkboxProps.onClick) === null || _a3 === void 0 ? void 0 : _a3.call(checkboxProps, e3);
},
onChange: (event) => {
var _a3;
const {
nativeEvent
} = event;
const {
shiftKey
} = nativeEvent;
const currentSelectedIndex = recordKeys.indexOf(key);
const isMultiple3 = derivedSelectedKeys.some((item) => recordKeys.includes(item));
if (shiftKey && checkStrictly && isMultiple3) {
const changedKeys = multipleSelect(currentSelectedIndex, recordKeys, keySet);
const keys2 = Array.from(keySet);
onSelectMultiple === null || onSelectMultiple === void 0 ? void 0 : onSelectMultiple(!checked, keys2.map((recordKey) => getRecordByKey(recordKey)), changedKeys.map((recordKey) => getRecordByKey(recordKey)));
setSelectedKeys(keys2, "multiple");
} else {
const originCheckedKeys = derivedSelectedKeys;
if (checkStrictly) {
const checkedKeys = checked ? arrDel(originCheckedKeys, key) : arrAdd(originCheckedKeys, key);
triggerSingleSelection(key, !checked, checkedKeys, nativeEvent);
} else {
const result = conductCheck([].concat(_toConsumableArray(originCheckedKeys), [key]), true, keyEntities, isCheckboxDisabled);
const {
checkedKeys,
halfCheckedKeys
} = result;
let nextCheckedKeys = checkedKeys;
if (checked) {
const tempKeySet = new Set(checkedKeys);
tempKeySet.delete(key);
nextCheckedKeys = conductCheck(Array.from(tempKeySet), {
checked: false,
halfCheckedKeys
}, keyEntities, isCheckboxDisabled).checkedKeys;
}
triggerSingleSelection(key, !checked, nextCheckedKeys, nativeEvent);
}
}
if (checked) {
updatePrevSelectedIndex(null);
} else {
updatePrevSelectedIndex(currentSelectedIndex);
}
(_a3 = checkboxProps === null || checkboxProps === void 0 ? void 0 : checkboxProps.onChange) === null || _a3 === void 0 ? void 0 : _a3.call(checkboxProps, event);
}
})),
checked
};
};
}
const renderSelectionCell = (_, record, index3) => {
const {
node: node2,
checked
} = renderCell(_, record, index3);
if (customizeRenderCell) {
return customizeRenderCell(checked, record, index3, node2);
}
return node2;
};
if (!cloneColumns.includes(SELECTION_COLUMN)) {
if (cloneColumns.findIndex((col) => {
var _a2;
return ((_a2 = col[INTERNAL_COL_DEFINE]) === null || _a2 === void 0 ? void 0 : _a2.columnType) === "EXPAND_COLUMN";
}) === 0) {
const [expandColumn, ...restColumns] = cloneColumns;
cloneColumns = [expandColumn, SELECTION_COLUMN].concat(_toConsumableArray(restColumns));
} else {
cloneColumns = [SELECTION_COLUMN].concat(_toConsumableArray(cloneColumns));
}
}
const selectionColumnIndex = cloneColumns.indexOf(SELECTION_COLUMN);
true ? warning5(cloneColumns.filter((col) => col === SELECTION_COLUMN).length <= 1, "usage", "Multiple `SELECTION_COLUMN` exist in `columns`.") : void 0;
cloneColumns = cloneColumns.filter((column2, index3) => column2 !== SELECTION_COLUMN || index3 === selectionColumnIndex);
const prevCol = cloneColumns[selectionColumnIndex - 1];
const nextCol = cloneColumns[selectionColumnIndex + 1];
let mergedFixed = fixed;
if (mergedFixed === void 0) {
if ((nextCol === null || nextCol === void 0 ? void 0 : nextCol.fixed) !== void 0) {
mergedFixed = nextCol.fixed;
} else if ((prevCol === null || prevCol === void 0 ? void 0 : prevCol.fixed) !== void 0) {
mergedFixed = prevCol.fixed;
}
}
if (mergedFixed && prevCol && ((_a = prevCol[INTERNAL_COL_DEFINE]) === null || _a === void 0 ? void 0 : _a.columnType) === "EXPAND_COLUMN" && prevCol.fixed === void 0) {
prevCol.fixed = mergedFixed;
}
const columnCls = (0, import_classnames246.default)(`${prefixCls}-selection-col`, {
[`${prefixCls}-selection-col-with-dropdown`]: selections && selectionType === "checkbox"
});
const renderColumnTitle2 = () => {
if (!(rowSelection === null || rowSelection === void 0 ? void 0 : rowSelection.columnTitle)) {
return title;
}
if (typeof rowSelection.columnTitle === "function") {
return rowSelection.columnTitle(columnTitleCheckbox);
}
return rowSelection.columnTitle;
};
const selectionColumn = {
fixed: mergedFixed,
width: selectionColWidth,
className: `${prefixCls}-selection-column`,
title: renderColumnTitle2(),
render: renderSelectionCell,
onCell: rowSelection.onCell,
align: rowSelection.align,
[INTERNAL_COL_DEFINE]: {
className: columnCls
}
};
return cloneColumns.map((col) => col === SELECTION_COLUMN ? selectionColumn : col);
}, [getRowKey, flattedData, rowSelection, derivedSelectedKeys, derivedSelectedKeySet, derivedHalfSelectedKeySet, selectionColWidth, mergedSelections, expandType, checkboxPropsMap, onSelectMultiple, triggerSingleSelection, isCheckboxDisabled]);
return [transformColumns, derivedSelectedKeySet];
};
var useSelection_default = useSelection;
// node_modules/antd/es/table/InternalTable.js
var React572 = __toESM(require_react());
var import_classnames255 = __toESM(require_classnames());
// node_modules/antd/es/table/ExpandIcon.js
var React555 = __toESM(require_react());
var import_classnames247 = __toESM(require_classnames());
function renderExpandIcon2(locale6) {
return (props) => {
const {
prefixCls,
onExpand,
record,
expanded,
expandable
} = props;
const iconPrefix = `${prefixCls}-row-expand-icon`;
return React555.createElement("button", {
type: "button",
onClick: (e3) => {
onExpand(record, e3);
e3.stopPropagation();
},
className: (0, import_classnames247.default)(iconPrefix, {
[`${iconPrefix}-spaced`]: !expandable,
[`${iconPrefix}-expanded`]: expandable && expanded,
[`${iconPrefix}-collapsed`]: expandable && !expanded
}),
"aria-label": expanded ? locale6.collapse : locale6.expand,
"aria-expanded": expanded
});
};
}
var ExpandIcon_default = renderExpandIcon2;
// node_modules/antd/es/table/hooks/useContainerWidth.js
function useContainerWidth(prefixCls) {
const getContainerWidth = (ele, width) => {
const container = ele.querySelector(`.${prefixCls}-container`);
let returnWidth = width;
if (container) {
const style2 = getComputedStyle(container);
const borderLeft = Number.parseInt(style2.borderLeftWidth, 10);
const borderRight = Number.parseInt(style2.borderRightWidth, 10);
returnWidth = width - borderLeft - borderRight;
}
return returnWidth;
};
return getContainerWidth;
}
// node_modules/antd/es/table/hooks/useFilter/index.js
var React568 = __toESM(require_react());
// node_modules/antd/es/table/util.js
var getColumnKey = (column2, defaultKey) => {
if ("key" in column2 && column2.key !== void 0 && column2.key !== null) {
return column2.key;
}
if (column2.dataIndex) {
return Array.isArray(column2.dataIndex) ? column2.dataIndex.join(".") : column2.dataIndex;
}
return defaultKey;
};
function getColumnPos(index3, pos) {
return pos ? `${pos}-${index3}` : `${index3}`;
}
var renderColumnTitle = (title, props) => {
if (typeof title === "function") {
return title(props);
}
return title;
};
var safeColumnTitle = (title, props) => {
const res = renderColumnTitle(title, props);
if (Object.prototype.toString.call(res) === "[object Object]") {
return "";
}
return res;
};
// node_modules/antd/es/table/hooks/useFilter/FilterDropdown.js
var React567 = __toESM(require_react());
var import_classnames253 = __toESM(require_classnames());
// node_modules/rc-tree/es/Tree.js
var import_classnames249 = __toESM(require_classnames());
var React560 = __toESM(require_react());
// node_modules/rc-tree/es/DropIndicator.js
var import_react197 = __toESM(require_react());
var DropIndicator = function DropIndicator2(props) {
var dropPosition = props.dropPosition, dropLevelOffset = props.dropLevelOffset, indent = props.indent;
var style2 = {
pointerEvents: "none",
position: "absolute",
right: 0,
backgroundColor: "red",
height: 2
};
switch (dropPosition) {
case -1:
style2.top = 0;
style2.left = -dropLevelOffset * indent;
break;
case 1:
style2.bottom = 0;
style2.left = -dropLevelOffset * indent;
break;
case 0:
style2.bottom = 0;
style2.left = indent;
break;
}
return import_react197.default.createElement("div", {
style: style2
});
};
if (true) {
DropIndicator.displayName = "DropIndicator";
}
var DropIndicator_default = DropIndicator;
// node_modules/@babel/runtime/helpers/esm/objectDestructuringEmpty.js
function _objectDestructuringEmpty(t2) {
if (null == t2) throw new TypeError("Cannot destructure " + t2);
}
// node_modules/rc-tree/es/NodeList.js
var React559 = __toESM(require_react());
// node_modules/rc-tree/es/MotionTreeNode.js
var import_classnames248 = __toESM(require_classnames());
var React558 = __toESM(require_react());
// node_modules/rc-tree/es/useUnmount.js
var React557 = __toESM(require_react());
function useUnmount(triggerStart, triggerEnd) {
var _React$useState = React557.useState(false), _React$useState2 = _slicedToArray(_React$useState, 2), firstMount = _React$useState2[0], setFirstMount = _React$useState2[1];
useLayoutEffect_default(function() {
if (firstMount) {
triggerStart();
return function() {
triggerEnd();
};
}
}, [firstMount]);
useLayoutEffect_default(function() {
setFirstMount(true);
return function() {
setFirstMount(false);
};
}, []);
}
var useUnmount_default = useUnmount;
// node_modules/rc-tree/es/MotionTreeNode.js
var _excluded77 = ["className", "style", "motion", "motionNodes", "motionType", "onMotionStart", "onMotionEnd", "active", "treeNodeRequiredProps"];
var MotionTreeNode = React558.forwardRef(function(oriProps, ref) {
var className = oriProps.className, style2 = oriProps.style, motion2 = oriProps.motion, motionNodes = oriProps.motionNodes, motionType = oriProps.motionType, onOriginMotionStart = oriProps.onMotionStart, onOriginMotionEnd = oriProps.onMotionEnd, active = oriProps.active, treeNodeRequiredProps = oriProps.treeNodeRequiredProps, props = _objectWithoutProperties(oriProps, _excluded77);
var _React$useState = React558.useState(true), _React$useState2 = _slicedToArray(_React$useState, 2), visible = _React$useState2[0], setVisible = _React$useState2[1];
var _React$useContext = React558.useContext(TreeContext), prefixCls = _React$useContext.prefixCls;
var targetVisible = motionNodes && motionType !== "hide";
useLayoutEffect_default(function() {
if (motionNodes) {
if (targetVisible !== visible) {
setVisible(targetVisible);
}
}
}, [motionNodes]);
var triggerMotionStart = function triggerMotionStart2() {
if (motionNodes) {
onOriginMotionStart();
}
};
var triggerMotionEndRef = React558.useRef(false);
var triggerMotionEnd = function triggerMotionEnd2() {
if (motionNodes && !triggerMotionEndRef.current) {
triggerMotionEndRef.current = true;
onOriginMotionEnd();
}
};
useUnmount_default(triggerMotionStart, triggerMotionEnd);
var onVisibleChanged = function onVisibleChanged2(nextVisible) {
if (targetVisible === nextVisible) {
triggerMotionEnd();
}
};
if (motionNodes) {
return React558.createElement(es_default2, _extends({
ref,
visible
}, motion2, {
motionAppear: motionType === "show",
onVisibleChanged
}), function(_ref, motionRef) {
var motionClassName = _ref.className, motionStyle = _ref.style;
return React558.createElement("div", {
ref: motionRef,
className: (0, import_classnames248.default)("".concat(prefixCls, "-treenode-motion"), motionClassName),
style: motionStyle
}, motionNodes.map(function(treeNode) {
var restProps = Object.assign({}, (_objectDestructuringEmpty(treeNode.data), treeNode.data)), title = treeNode.title, key = treeNode.key, isStart = treeNode.isStart, isEnd = treeNode.isEnd;
delete restProps.children;
var treeNodeProps = getTreeNodeProps(key, treeNodeRequiredProps);
return React558.createElement(TreeNode_default, _extends({}, restProps, treeNodeProps, {
title,
active,
data: treeNode.data,
key,
isStart,
isEnd
}));
}));
});
}
return React558.createElement(TreeNode_default, _extends({
domRef: ref,
className,
style: style2
}, props, {
active
}));
});
if (true) {
MotionTreeNode.displayName = "MotionTreeNode";
}
var MotionTreeNode_default = MotionTreeNode;
// node_modules/rc-tree/es/utils/diffUtil.js
function findExpandedKeys() {
var prev2 = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : [];
var next2 = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : [];
var prevLen = prev2.length;
var nextLen = next2.length;
if (Math.abs(prevLen - nextLen) !== 1) {
return {
add: false,
key: null
};
}
function find(shorter, longer) {
var cache = /* @__PURE__ */ new Map();
shorter.forEach(function(key) {
cache.set(key, true);
});
var keys2 = longer.filter(function(key) {
return !cache.has(key);
});
return keys2.length === 1 ? keys2[0] : null;
}
if (prevLen < nextLen) {
return {
add: true,
key: find(prev2, next2)
};
}
return {
add: false,
key: find(next2, prev2)
};
}
function getExpandRange(shorter, longer, key) {
var shorterStartIndex = shorter.findIndex(function(data) {
return data.key === key;
});
var shorterEndNode = shorter[shorterStartIndex + 1];
var longerStartIndex = longer.findIndex(function(data) {
return data.key === key;
});
if (shorterEndNode) {
var longerEndIndex = longer.findIndex(function(data) {
return data.key === shorterEndNode.key;
});
return longer.slice(longerStartIndex + 1, longerEndIndex);
}
return longer.slice(longerStartIndex + 1);
}
// node_modules/rc-tree/es/NodeList.js
var _excluded78 = ["prefixCls", "data", "selectable", "checkable", "expandedKeys", "selectedKeys", "checkedKeys", "loadedKeys", "loadingKeys", "halfCheckedKeys", "keyEntities", "disabled", "dragging", "dragOverNodeKey", "dropPosition", "motion", "height", "itemHeight", "virtual", "scrollWidth", "focusable", "activeItem", "focused", "tabIndex", "onKeyDown", "onFocus", "onBlur", "onActiveChange", "onListChangeStart", "onListChangeEnd"];
var HIDDEN_STYLE2 = {
width: 0,
height: 0,
display: "flex",
overflow: "hidden",
opacity: 0,
border: 0,
padding: 0,
margin: 0
};
var noop5 = function noop6() {
};
var MOTION_KEY = "RC_TREE_MOTION_".concat(Math.random());
var MotionNode = {
key: MOTION_KEY
};
var MotionEntity = {
key: MOTION_KEY,
level: 0,
index: 0,
pos: "0",
node: MotionNode,
nodes: [MotionNode]
};
var MotionFlattenData = {
parent: null,
children: [],
pos: MotionEntity.pos,
data: MotionNode,
title: null,
key: MOTION_KEY,
/** Hold empty list here since we do not use it */
isStart: [],
isEnd: []
};
function getMinimumRangeTransitionRange(list, virtual, height, itemHeight) {
if (virtual === false || !height) {
return list;
}
return list.slice(0, Math.ceil(height / itemHeight) + 1);
}
function itemKey2(item) {
var key = item.key, pos = item.pos;
return getKey4(key, pos);
}
function getAccessibilityPath(item) {
var path2 = String(item.data.key);
var current = item;
while (current.parent) {
current = current.parent;
path2 = "".concat(current.data.key, " > ").concat(path2);
}
return path2;
}
var NodeList = React559.forwardRef(function(props, ref) {
var prefixCls = props.prefixCls, data = props.data, selectable = props.selectable, checkable = props.checkable, expandedKeys = props.expandedKeys, selectedKeys = props.selectedKeys, checkedKeys = props.checkedKeys, loadedKeys = props.loadedKeys, loadingKeys = props.loadingKeys, halfCheckedKeys = props.halfCheckedKeys, keyEntities = props.keyEntities, disabled = props.disabled, dragging = props.dragging, dragOverNodeKey = props.dragOverNodeKey, dropPosition = props.dropPosition, motion2 = props.motion, height = props.height, itemHeight = props.itemHeight, virtual = props.virtual, scrollWidth = props.scrollWidth, focusable2 = props.focusable, activeItem = props.activeItem, focused = props.focused, tabIndex = props.tabIndex, onKeyDown2 = props.onKeyDown, onFocus = props.onFocus, onBlur = props.onBlur, onActiveChange = props.onActiveChange, onListChangeStart = props.onListChangeStart, onListChangeEnd = props.onListChangeEnd, domProps = _objectWithoutProperties(props, _excluded78);
var listRef = React559.useRef(null);
var indentMeasurerRef = React559.useRef(null);
React559.useImperativeHandle(ref, function() {
return {
scrollTo: function scrollTo2(scroll) {
listRef.current.scrollTo(scroll);
},
getIndentWidth: function getIndentWidth() {
return indentMeasurerRef.current.offsetWidth;
}
};
});
var _React$useState = React559.useState(expandedKeys), _React$useState2 = _slicedToArray(_React$useState, 2), prevExpandedKeys = _React$useState2[0], setPrevExpandedKeys = _React$useState2[1];
var _React$useState3 = React559.useState(data), _React$useState4 = _slicedToArray(_React$useState3, 2), prevData = _React$useState4[0], setPrevData = _React$useState4[1];
var _React$useState5 = React559.useState(data), _React$useState6 = _slicedToArray(_React$useState5, 2), transitionData = _React$useState6[0], setTransitionData = _React$useState6[1];
var _React$useState7 = React559.useState([]), _React$useState8 = _slicedToArray(_React$useState7, 2), transitionRange = _React$useState8[0], setTransitionRange = _React$useState8[1];
var _React$useState9 = React559.useState(null), _React$useState10 = _slicedToArray(_React$useState9, 2), motionType = _React$useState10[0], setMotionType = _React$useState10[1];
var dataRef = React559.useRef(data);
dataRef.current = data;
function onMotionEnd() {
var latestData = dataRef.current;
setPrevData(latestData);
setTransitionData(latestData);
setTransitionRange([]);
setMotionType(null);
onListChangeEnd();
}
useLayoutEffect_default(function() {
setPrevExpandedKeys(expandedKeys);
var diffExpanded = findExpandedKeys(prevExpandedKeys, expandedKeys);
if (diffExpanded.key !== null) {
if (diffExpanded.add) {
var keyIndex2 = prevData.findIndex(function(_ref) {
var key = _ref.key;
return key === diffExpanded.key;
});
var rangeNodes = getMinimumRangeTransitionRange(getExpandRange(prevData, data, diffExpanded.key), virtual, height, itemHeight);
var newTransitionData = prevData.slice();
newTransitionData.splice(keyIndex2 + 1, 0, MotionFlattenData);
setTransitionData(newTransitionData);
setTransitionRange(rangeNodes);
setMotionType("show");
} else {
var _keyIndex = data.findIndex(function(_ref2) {
var key = _ref2.key;
return key === diffExpanded.key;
});
var _rangeNodes = getMinimumRangeTransitionRange(getExpandRange(data, prevData, diffExpanded.key), virtual, height, itemHeight);
var _newTransitionData = data.slice();
_newTransitionData.splice(_keyIndex + 1, 0, MotionFlattenData);
setTransitionData(_newTransitionData);
setTransitionRange(_rangeNodes);
setMotionType("hide");
}
} else if (prevData !== data) {
setPrevData(data);
setTransitionData(data);
}
}, [expandedKeys, data]);
React559.useEffect(function() {
if (!dragging) {
onMotionEnd();
}
}, [dragging]);
var mergedData = motion2 ? transitionData : data;
var treeNodeRequiredProps = {
expandedKeys,
selectedKeys,
loadedKeys,
loadingKeys,
checkedKeys,
halfCheckedKeys,
dragOverNodeKey,
dropPosition,
keyEntities
};
return React559.createElement(React559.Fragment, null, focused && activeItem && React559.createElement("span", {
style: HIDDEN_STYLE2,
"aria-live": "assertive"
}, getAccessibilityPath(activeItem)), React559.createElement("div", null, React559.createElement("input", {
style: HIDDEN_STYLE2,
disabled: focusable2 === false || disabled,
tabIndex: focusable2 !== false ? tabIndex : null,
onKeyDown: onKeyDown2,
onFocus,
onBlur,
value: "",
onChange: noop5,
"aria-label": "for screen reader"
})), React559.createElement("div", {
className: "".concat(prefixCls, "-treenode"),
"aria-hidden": true,
style: {
position: "absolute",
pointerEvents: "none",
visibility: "hidden",
height: 0,
overflow: "hidden",
border: 0,
padding: 0
}
}, React559.createElement("div", {
className: "".concat(prefixCls, "-indent")
}, React559.createElement("div", {
ref: indentMeasurerRef,
className: "".concat(prefixCls, "-indent-unit")
}))), React559.createElement(es_default11, _extends({}, domProps, {
data: mergedData,
itemKey: itemKey2,
height,
fullHeight: false,
virtual,
itemHeight,
scrollWidth,
prefixCls: "".concat(prefixCls, "-list"),
ref: listRef,
role: "tree",
onVisibleChange: function onVisibleChange(originList) {
if (originList.every(function(item) {
return itemKey2(item) !== MOTION_KEY;
})) {
onMotionEnd();
}
}
}), function(treeNode) {
var pos = treeNode.pos, restProps = Object.assign({}, (_objectDestructuringEmpty(treeNode.data), treeNode.data)), title = treeNode.title, key = treeNode.key, isStart = treeNode.isStart, isEnd = treeNode.isEnd;
var mergedKey = getKey4(key, pos);
delete restProps.key;
delete restProps.children;
var treeNodeProps = getTreeNodeProps(mergedKey, treeNodeRequiredProps);
return React559.createElement(MotionTreeNode_default, _extends({}, restProps, treeNodeProps, {
title,
active: !!activeItem && key === activeItem.key,
pos,
data: treeNode.data,
isStart,
isEnd,
motion: motion2,
motionNodes: key === MOTION_KEY ? transitionRange : null,
motionType,
onMotionStart: onListChangeStart,
onMotionEnd,
treeNodeRequiredProps,
onMouseMove: function onMouseMove() {
onActiveChange(null);
}
}));
}));
});
if (true) {
NodeList.displayName = "NodeList";
}
var NodeList_default = NodeList;
// node_modules/rc-tree/es/Tree.js
var MAX_RETRY_TIMES = 10;
var Tree = function(_React$Component) {
_inherits(Tree4, _React$Component);
var _super = _createSuper(Tree4);
function Tree4() {
var _this;
_classCallCheck(this, Tree4);
for (var _len = arguments.length, _args = new Array(_len), _key = 0; _key < _len; _key++) {
_args[_key] = arguments[_key];
}
_this = _super.call.apply(_super, [this].concat(_args));
_defineProperty(_assertThisInitialized(_this), "destroyed", false);
_defineProperty(_assertThisInitialized(_this), "delayedDragEnterLogic", void 0);
_defineProperty(_assertThisInitialized(_this), "loadingRetryTimes", {});
_defineProperty(_assertThisInitialized(_this), "state", {
keyEntities: {},
indent: null,
selectedKeys: [],
checkedKeys: [],
halfCheckedKeys: [],
loadedKeys: [],
loadingKeys: [],
expandedKeys: [],
draggingNodeKey: null,
dragChildrenKeys: [],
// dropTargetKey is the key of abstract-drop-node
// the abstract-drop-node is the real drop node when drag and drop
// not the DOM drag over node
dropTargetKey: null,
dropPosition: null,
// the drop position of abstract-drop-node, inside 0, top -1, bottom 1
dropContainerKey: null,
// the container key of abstract-drop-node if dropPosition is -1 or 1
dropLevelOffset: null,
// the drop level offset of abstract-drag-over-node
dropTargetPos: null,
// the pos of abstract-drop-node
dropAllowed: true,
// if drop to abstract-drop-node is allowed
// the abstract-drag-over-node
// if mouse is on the bottom of top dom node or no the top of the bottom dom node
// abstract-drag-over-node is the top node
dragOverNodeKey: null,
treeData: [],
flattenNodes: [],
focused: false,
activeKey: null,
listChanging: false,
prevProps: null,
fieldNames: fillFieldNames3()
});
_defineProperty(_assertThisInitialized(_this), "dragStartMousePosition", null);
_defineProperty(_assertThisInitialized(_this), "dragNodeProps", null);
_defineProperty(_assertThisInitialized(_this), "currentMouseOverDroppableNodeKey", null);
_defineProperty(_assertThisInitialized(_this), "listRef", React560.createRef());
_defineProperty(_assertThisInitialized(_this), "onNodeDragStart", function(event, nodeProps) {
var _this$state = _this.state, expandedKeys = _this$state.expandedKeys, keyEntities = _this$state.keyEntities;
var onDragStart = _this.props.onDragStart;
var eventKey = nodeProps.eventKey;
_this.dragNodeProps = nodeProps;
_this.dragStartMousePosition = {
x: event.clientX,
y: event.clientY
};
var newExpandedKeys = arrDel(expandedKeys, eventKey);
_this.setState({
draggingNodeKey: eventKey,
dragChildrenKeys: getDragChildrenKeys(eventKey, keyEntities),
indent: _this.listRef.current.getIndentWidth()
});
_this.setExpandedKeys(newExpandedKeys);
window.addEventListener("dragend", _this.onWindowDragEnd);
onDragStart === null || onDragStart === void 0 || onDragStart({
event,
node: convertNodePropsToEventData(nodeProps)
});
});
_defineProperty(_assertThisInitialized(_this), "onNodeDragEnter", function(event, nodeProps) {
var _this$state2 = _this.state, expandedKeys = _this$state2.expandedKeys, keyEntities = _this$state2.keyEntities, dragChildrenKeys = _this$state2.dragChildrenKeys, flattenNodes = _this$state2.flattenNodes, indent = _this$state2.indent;
var _this$props = _this.props, onDragEnter = _this$props.onDragEnter, onExpand = _this$props.onExpand, allowDrop2 = _this$props.allowDrop, direction = _this$props.direction;
var pos = nodeProps.pos, eventKey = nodeProps.eventKey;
if (_this.currentMouseOverDroppableNodeKey !== eventKey) {
_this.currentMouseOverDroppableNodeKey = eventKey;
}
if (!_this.dragNodeProps) {
_this.resetDragState();
return;
}
var _calcDropPosition = calcDropPosition(event, _this.dragNodeProps, nodeProps, indent, _this.dragStartMousePosition, allowDrop2, flattenNodes, keyEntities, expandedKeys, direction), dropPosition = _calcDropPosition.dropPosition, dropLevelOffset = _calcDropPosition.dropLevelOffset, dropTargetKey = _calcDropPosition.dropTargetKey, dropContainerKey = _calcDropPosition.dropContainerKey, dropTargetPos = _calcDropPosition.dropTargetPos, dropAllowed = _calcDropPosition.dropAllowed, dragOverNodeKey = _calcDropPosition.dragOverNodeKey;
if (
// don't allow drop inside its children
dragChildrenKeys.includes(dropTargetKey) || // don't allow drop when drop is not allowed caculated by calcDropPosition
!dropAllowed
) {
_this.resetDragState();
return;
}
if (!_this.delayedDragEnterLogic) {
_this.delayedDragEnterLogic = {};
}
Object.keys(_this.delayedDragEnterLogic).forEach(function(key) {
clearTimeout(_this.delayedDragEnterLogic[key]);
});
if (_this.dragNodeProps.eventKey !== nodeProps.eventKey) {
event.persist();
_this.delayedDragEnterLogic[pos] = window.setTimeout(function() {
if (_this.state.draggingNodeKey === null) {
return;
}
var newExpandedKeys = _toConsumableArray(expandedKeys);
var entity = getEntity(keyEntities, nodeProps.eventKey);
if (entity && (entity.children || []).length) {
newExpandedKeys = arrAdd(expandedKeys, nodeProps.eventKey);
}
if (!_this.props.hasOwnProperty("expandedKeys")) {
_this.setExpandedKeys(newExpandedKeys);
}
onExpand === null || onExpand === void 0 || onExpand(newExpandedKeys, {
node: convertNodePropsToEventData(nodeProps),
expanded: true,
nativeEvent: event.nativeEvent
});
}, 800);
}
if (_this.dragNodeProps.eventKey === dropTargetKey && dropLevelOffset === 0) {
_this.resetDragState();
return;
}
_this.setState({
dragOverNodeKey,
dropPosition,
dropLevelOffset,
dropTargetKey,
dropContainerKey,
dropTargetPos,
dropAllowed
});
onDragEnter === null || onDragEnter === void 0 || onDragEnter({
event,
node: convertNodePropsToEventData(nodeProps),
expandedKeys
});
});
_defineProperty(_assertThisInitialized(_this), "onNodeDragOver", function(event, nodeProps) {
var _this$state3 = _this.state, dragChildrenKeys = _this$state3.dragChildrenKeys, flattenNodes = _this$state3.flattenNodes, keyEntities = _this$state3.keyEntities, expandedKeys = _this$state3.expandedKeys, indent = _this$state3.indent;
var _this$props2 = _this.props, onDragOver = _this$props2.onDragOver, allowDrop2 = _this$props2.allowDrop, direction = _this$props2.direction;
if (!_this.dragNodeProps) {
return;
}
var _calcDropPosition2 = calcDropPosition(event, _this.dragNodeProps, nodeProps, indent, _this.dragStartMousePosition, allowDrop2, flattenNodes, keyEntities, expandedKeys, direction), dropPosition = _calcDropPosition2.dropPosition, dropLevelOffset = _calcDropPosition2.dropLevelOffset, dropTargetKey = _calcDropPosition2.dropTargetKey, dropContainerKey = _calcDropPosition2.dropContainerKey, dropTargetPos = _calcDropPosition2.dropTargetPos, dropAllowed = _calcDropPosition2.dropAllowed, dragOverNodeKey = _calcDropPosition2.dragOverNodeKey;
if (dragChildrenKeys.includes(dropTargetKey) || !dropAllowed) {
return;
}
if (_this.dragNodeProps.eventKey === dropTargetKey && dropLevelOffset === 0) {
if (!(_this.state.dropPosition === null && _this.state.dropLevelOffset === null && _this.state.dropTargetKey === null && _this.state.dropContainerKey === null && _this.state.dropTargetPos === null && _this.state.dropAllowed === false && _this.state.dragOverNodeKey === null)) {
_this.resetDragState();
}
} else if (!(dropPosition === _this.state.dropPosition && dropLevelOffset === _this.state.dropLevelOffset && dropTargetKey === _this.state.dropTargetKey && dropContainerKey === _this.state.dropContainerKey && dropTargetPos === _this.state.dropTargetPos && dropAllowed === _this.state.dropAllowed && dragOverNodeKey === _this.state.dragOverNodeKey)) {
_this.setState({
dropPosition,
dropLevelOffset,
dropTargetKey,
dropContainerKey,
dropTargetPos,
dropAllowed,
dragOverNodeKey
});
}
onDragOver === null || onDragOver === void 0 || onDragOver({
event,
node: convertNodePropsToEventData(nodeProps)
});
});
_defineProperty(_assertThisInitialized(_this), "onNodeDragLeave", function(event, nodeProps) {
if (_this.currentMouseOverDroppableNodeKey === nodeProps.eventKey && !event.currentTarget.contains(event.relatedTarget)) {
_this.resetDragState();
_this.currentMouseOverDroppableNodeKey = null;
}
var onDragLeave = _this.props.onDragLeave;
onDragLeave === null || onDragLeave === void 0 || onDragLeave({
event,
node: convertNodePropsToEventData(nodeProps)
});
});
_defineProperty(_assertThisInitialized(_this), "onWindowDragEnd", function(event) {
_this.onNodeDragEnd(event, null, true);
window.removeEventListener("dragend", _this.onWindowDragEnd);
});
_defineProperty(_assertThisInitialized(_this), "onNodeDragEnd", function(event, nodeProps) {
var onDragEnd = _this.props.onDragEnd;
_this.setState({
dragOverNodeKey: null
});
_this.cleanDragState();
onDragEnd === null || onDragEnd === void 0 || onDragEnd({
event,
node: convertNodePropsToEventData(nodeProps)
});
_this.dragNodeProps = null;
window.removeEventListener("dragend", _this.onWindowDragEnd);
});
_defineProperty(_assertThisInitialized(_this), "onNodeDrop", function(event, _) {
var _this$getActiveItem;
var outsideTree = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : false;
var _this$state4 = _this.state, dragChildrenKeys = _this$state4.dragChildrenKeys, dropPosition = _this$state4.dropPosition, dropTargetKey = _this$state4.dropTargetKey, dropTargetPos = _this$state4.dropTargetPos, dropAllowed = _this$state4.dropAllowed;
if (!dropAllowed) {
return;
}
var onDrop = _this.props.onDrop;
_this.setState({
dragOverNodeKey: null
});
_this.cleanDragState();
if (dropTargetKey === null) return;
var abstractDropNodeProps = _objectSpread2(_objectSpread2({}, getTreeNodeProps(dropTargetKey, _this.getTreeNodeRequiredProps())), {}, {
active: ((_this$getActiveItem = _this.getActiveItem()) === null || _this$getActiveItem === void 0 ? void 0 : _this$getActiveItem.key) === dropTargetKey,
data: getEntity(_this.state.keyEntities, dropTargetKey).node
});
var dropToChild = dragChildrenKeys.includes(dropTargetKey);
warning_default(!dropToChild, "Can not drop to dragNode's children node. This is a bug of rc-tree. Please report an issue.");
var posArr = posToArr(dropTargetPos);
var dropResult = {
event,
node: convertNodePropsToEventData(abstractDropNodeProps),
dragNode: _this.dragNodeProps ? convertNodePropsToEventData(_this.dragNodeProps) : null,
dragNodesKeys: [_this.dragNodeProps.eventKey].concat(dragChildrenKeys),
dropToGap: dropPosition !== 0,
dropPosition: dropPosition + Number(posArr[posArr.length - 1])
};
if (!outsideTree) {
onDrop === null || onDrop === void 0 || onDrop(dropResult);
}
_this.dragNodeProps = null;
});
_defineProperty(_assertThisInitialized(_this), "cleanDragState", function() {
var draggingNodeKey = _this.state.draggingNodeKey;
if (draggingNodeKey !== null) {
_this.setState({
draggingNodeKey: null,
dropPosition: null,
dropContainerKey: null,
dropTargetKey: null,
dropLevelOffset: null,
dropAllowed: true,
dragOverNodeKey: null
});
}
_this.dragStartMousePosition = null;
_this.currentMouseOverDroppableNodeKey = null;
});
_defineProperty(_assertThisInitialized(_this), "triggerExpandActionExpand", function(e3, treeNode) {
var _this$state5 = _this.state, expandedKeys = _this$state5.expandedKeys, flattenNodes = _this$state5.flattenNodes;
var expanded = treeNode.expanded, key = treeNode.key, isLeaf2 = treeNode.isLeaf;
if (isLeaf2 || e3.shiftKey || e3.metaKey || e3.ctrlKey) {
return;
}
var node2 = flattenNodes.filter(function(nodeItem) {
return nodeItem.key === key;
})[0];
var eventNode = convertNodePropsToEventData(_objectSpread2(_objectSpread2({}, getTreeNodeProps(key, _this.getTreeNodeRequiredProps())), {}, {
data: node2.data
}));
_this.setExpandedKeys(expanded ? arrDel(expandedKeys, key) : arrAdd(expandedKeys, key));
_this.onNodeExpand(e3, eventNode);
});
_defineProperty(_assertThisInitialized(_this), "onNodeClick", function(e3, treeNode) {
var _this$props3 = _this.props, onClick = _this$props3.onClick, expandAction = _this$props3.expandAction;
if (expandAction === "click") {
_this.triggerExpandActionExpand(e3, treeNode);
}
onClick === null || onClick === void 0 || onClick(e3, treeNode);
});
_defineProperty(_assertThisInitialized(_this), "onNodeDoubleClick", function(e3, treeNode) {
var _this$props4 = _this.props, onDoubleClick = _this$props4.onDoubleClick, expandAction = _this$props4.expandAction;
if (expandAction === "doubleClick") {
_this.triggerExpandActionExpand(e3, treeNode);
}
onDoubleClick === null || onDoubleClick === void 0 || onDoubleClick(e3, treeNode);
});
_defineProperty(_assertThisInitialized(_this), "onNodeSelect", function(e3, treeNode) {
var selectedKeys = _this.state.selectedKeys;
var _this$state6 = _this.state, keyEntities = _this$state6.keyEntities, fieldNames = _this$state6.fieldNames;
var _this$props5 = _this.props, onSelect = _this$props5.onSelect, multiple = _this$props5.multiple;
var selected = treeNode.selected;
var key = treeNode[fieldNames.key];
var targetSelected = !selected;
if (!targetSelected) {
selectedKeys = arrDel(selectedKeys, key);
} else if (!multiple) {
selectedKeys = [key];
} else {
selectedKeys = arrAdd(selectedKeys, key);
}
var selectedNodes = selectedKeys.map(function(selectedKey) {
var entity = getEntity(keyEntities, selectedKey);
return entity ? entity.node : null;
}).filter(Boolean);
_this.setUncontrolledState({
selectedKeys
});
onSelect === null || onSelect === void 0 || onSelect(selectedKeys, {
event: "select",
selected: targetSelected,
node: treeNode,
selectedNodes,
nativeEvent: e3.nativeEvent
});
});
_defineProperty(_assertThisInitialized(_this), "onNodeCheck", function(e3, treeNode, checked) {
var _this$state7 = _this.state, keyEntities = _this$state7.keyEntities, oriCheckedKeys = _this$state7.checkedKeys, oriHalfCheckedKeys = _this$state7.halfCheckedKeys;
var _this$props6 = _this.props, checkStrictly = _this$props6.checkStrictly, onCheck = _this$props6.onCheck;
var key = treeNode.key;
var checkedObj;
var eventObj = {
event: "check",
node: treeNode,
checked,
nativeEvent: e3.nativeEvent
};
if (checkStrictly) {
var checkedKeys = checked ? arrAdd(oriCheckedKeys, key) : arrDel(oriCheckedKeys, key);
var halfCheckedKeys = arrDel(oriHalfCheckedKeys, key);
checkedObj = {
checked: checkedKeys,
halfChecked: halfCheckedKeys
};
eventObj.checkedNodes = checkedKeys.map(function(checkedKey) {
return getEntity(keyEntities, checkedKey);
}).filter(Boolean).map(function(entity) {
return entity.node;
});
_this.setUncontrolledState({
checkedKeys
});
} else {
var _conductCheck = conductCheck([].concat(_toConsumableArray(oriCheckedKeys), [key]), true, keyEntities), _checkedKeys = _conductCheck.checkedKeys, _halfCheckedKeys = _conductCheck.halfCheckedKeys;
if (!checked) {
var keySet = new Set(_checkedKeys);
keySet.delete(key);
var _conductCheck2 = conductCheck(Array.from(keySet), {
checked: false,
halfCheckedKeys: _halfCheckedKeys
}, keyEntities);
_checkedKeys = _conductCheck2.checkedKeys;
_halfCheckedKeys = _conductCheck2.halfCheckedKeys;
}
checkedObj = _checkedKeys;
eventObj.checkedNodes = [];
eventObj.checkedNodesPositions = [];
eventObj.halfCheckedKeys = _halfCheckedKeys;
_checkedKeys.forEach(function(checkedKey) {
var entity = getEntity(keyEntities, checkedKey);
if (!entity) return;
var node2 = entity.node, pos = entity.pos;
eventObj.checkedNodes.push(node2);
eventObj.checkedNodesPositions.push({
node: node2,
pos
});
});
_this.setUncontrolledState({
checkedKeys: _checkedKeys
}, false, {
halfCheckedKeys: _halfCheckedKeys
});
}
onCheck === null || onCheck === void 0 || onCheck(checkedObj, eventObj);
});
_defineProperty(_assertThisInitialized(_this), "onNodeLoad", function(treeNode) {
var _entity$children;
var key = treeNode.key;
var keyEntities = _this.state.keyEntities;
var entity = getEntity(keyEntities, key);
if (entity !== null && entity !== void 0 && (_entity$children = entity.children) !== null && _entity$children !== void 0 && _entity$children.length) {
return;
}
var loadPromise = new Promise(function(resolve, reject) {
_this.setState(function(_ref) {
var _ref$loadedKeys = _ref.loadedKeys, loadedKeys = _ref$loadedKeys === void 0 ? [] : _ref$loadedKeys, _ref$loadingKeys = _ref.loadingKeys, loadingKeys = _ref$loadingKeys === void 0 ? [] : _ref$loadingKeys;
var _this$props7 = _this.props, loadData = _this$props7.loadData, onLoad = _this$props7.onLoad;
if (!loadData || loadedKeys.includes(key) || loadingKeys.includes(key)) {
return null;
}
var promise = loadData(treeNode);
promise.then(function() {
var currentLoadedKeys = _this.state.loadedKeys;
var newLoadedKeys = arrAdd(currentLoadedKeys, key);
onLoad === null || onLoad === void 0 || onLoad(newLoadedKeys, {
event: "load",
node: treeNode
});
_this.setUncontrolledState({
loadedKeys: newLoadedKeys
});
_this.setState(function(prevState) {
return {
loadingKeys: arrDel(prevState.loadingKeys, key)
};
});
resolve();
}).catch(function(e3) {
_this.setState(function(prevState) {
return {
loadingKeys: arrDel(prevState.loadingKeys, key)
};
});
_this.loadingRetryTimes[key] = (_this.loadingRetryTimes[key] || 0) + 1;
if (_this.loadingRetryTimes[key] >= MAX_RETRY_TIMES) {
var currentLoadedKeys = _this.state.loadedKeys;
warning_default(false, "Retry for `loadData` many times but still failed. No more retry.");
_this.setUncontrolledState({
loadedKeys: arrAdd(currentLoadedKeys, key)
});
resolve();
}
reject(e3);
});
return {
loadingKeys: arrAdd(loadingKeys, key)
};
});
});
loadPromise.catch(function() {
});
return loadPromise;
});
_defineProperty(_assertThisInitialized(_this), "onNodeMouseEnter", function(event, node2) {
var onMouseEnter = _this.props.onMouseEnter;
onMouseEnter === null || onMouseEnter === void 0 || onMouseEnter({
event,
node: node2
});
});
_defineProperty(_assertThisInitialized(_this), "onNodeMouseLeave", function(event, node2) {
var onMouseLeave = _this.props.onMouseLeave;
onMouseLeave === null || onMouseLeave === void 0 || onMouseLeave({
event,
node: node2
});
});
_defineProperty(_assertThisInitialized(_this), "onNodeContextMenu", function(event, node2) {
var onRightClick = _this.props.onRightClick;
if (onRightClick) {
event.preventDefault();
onRightClick({
event,
node: node2
});
}
});
_defineProperty(_assertThisInitialized(_this), "onFocus", function() {
var onFocus = _this.props.onFocus;
_this.setState({
focused: true
});
for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
args[_key2] = arguments[_key2];
}
onFocus === null || onFocus === void 0 || onFocus.apply(void 0, args);
});
_defineProperty(_assertThisInitialized(_this), "onBlur", function() {
var onBlur = _this.props.onBlur;
_this.setState({
focused: false
});
_this.onActiveChange(null);
for (var _len3 = arguments.length, args = new Array(_len3), _key3 = 0; _key3 < _len3; _key3++) {
args[_key3] = arguments[_key3];
}
onBlur === null || onBlur === void 0 || onBlur.apply(void 0, args);
});
_defineProperty(_assertThisInitialized(_this), "getTreeNodeRequiredProps", function() {
var _this$state8 = _this.state, expandedKeys = _this$state8.expandedKeys, selectedKeys = _this$state8.selectedKeys, loadedKeys = _this$state8.loadedKeys, loadingKeys = _this$state8.loadingKeys, checkedKeys = _this$state8.checkedKeys, halfCheckedKeys = _this$state8.halfCheckedKeys, dragOverNodeKey = _this$state8.dragOverNodeKey, dropPosition = _this$state8.dropPosition, keyEntities = _this$state8.keyEntities;
return {
expandedKeys: expandedKeys || [],
selectedKeys: selectedKeys || [],
loadedKeys: loadedKeys || [],
loadingKeys: loadingKeys || [],
checkedKeys: checkedKeys || [],
halfCheckedKeys: halfCheckedKeys || [],
dragOverNodeKey,
dropPosition,
keyEntities
};
});
_defineProperty(_assertThisInitialized(_this), "setExpandedKeys", function(expandedKeys) {
var _this$state9 = _this.state, treeData = _this$state9.treeData, fieldNames = _this$state9.fieldNames;
var flattenNodes = flattenTreeData(treeData, expandedKeys, fieldNames);
_this.setUncontrolledState({
expandedKeys,
flattenNodes
}, true);
});
_defineProperty(_assertThisInitialized(_this), "onNodeExpand", function(e3, treeNode) {
var expandedKeys = _this.state.expandedKeys;
var _this$state10 = _this.state, listChanging = _this$state10.listChanging, fieldNames = _this$state10.fieldNames;
var _this$props8 = _this.props, onExpand = _this$props8.onExpand, loadData = _this$props8.loadData;
var expanded = treeNode.expanded;
var key = treeNode[fieldNames.key];
if (listChanging) {
return;
}
var certain = expandedKeys.includes(key);
var targetExpanded = !expanded;
warning_default(expanded && certain || !expanded && !certain, "Expand state not sync with index check");
expandedKeys = targetExpanded ? arrAdd(expandedKeys, key) : arrDel(expandedKeys, key);
_this.setExpandedKeys(expandedKeys);
onExpand === null || onExpand === void 0 || onExpand(expandedKeys, {
node: treeNode,
expanded: targetExpanded,
nativeEvent: e3.nativeEvent
});
if (targetExpanded && loadData) {
var loadPromise = _this.onNodeLoad(treeNode);
if (loadPromise) {
loadPromise.then(function() {
var newFlattenTreeData = flattenTreeData(_this.state.treeData, expandedKeys, fieldNames);
_this.setUncontrolledState({
flattenNodes: newFlattenTreeData
});
}).catch(function() {
var currentExpandedKeys = _this.state.expandedKeys;
var expandedKeysToRestore = arrDel(currentExpandedKeys, key);
_this.setExpandedKeys(expandedKeysToRestore);
});
}
}
});
_defineProperty(_assertThisInitialized(_this), "onListChangeStart", function() {
_this.setUncontrolledState({
listChanging: true
});
});
_defineProperty(_assertThisInitialized(_this), "onListChangeEnd", function() {
setTimeout(function() {
_this.setUncontrolledState({
listChanging: false
});
});
});
_defineProperty(_assertThisInitialized(_this), "onActiveChange", function(newActiveKey) {
var activeKey = _this.state.activeKey;
var _this$props9 = _this.props, onActiveChange = _this$props9.onActiveChange, _this$props9$itemScro = _this$props9.itemScrollOffset, itemScrollOffset = _this$props9$itemScro === void 0 ? 0 : _this$props9$itemScro;
if (activeKey === newActiveKey) {
return;
}
_this.setState({
activeKey: newActiveKey
});
if (newActiveKey !== null) {
_this.scrollTo({
key: newActiveKey,
offset: itemScrollOffset
});
}
onActiveChange === null || onActiveChange === void 0 || onActiveChange(newActiveKey);
});
_defineProperty(_assertThisInitialized(_this), "getActiveItem", function() {
var _this$state11 = _this.state, activeKey = _this$state11.activeKey, flattenNodes = _this$state11.flattenNodes;
if (activeKey === null) {
return null;
}
return flattenNodes.find(function(_ref2) {
var key = _ref2.key;
return key === activeKey;
}) || null;
});
_defineProperty(_assertThisInitialized(_this), "offsetActiveKey", function(offset3) {
var _this$state12 = _this.state, flattenNodes = _this$state12.flattenNodes, activeKey = _this$state12.activeKey;
var index3 = flattenNodes.findIndex(function(_ref3) {
var key = _ref3.key;
return key === activeKey;
});
if (index3 === -1 && offset3 < 0) {
index3 = flattenNodes.length;
}
index3 = (index3 + offset3 + flattenNodes.length) % flattenNodes.length;
var item = flattenNodes[index3];
if (item) {
var _key4 = item.key;
_this.onActiveChange(_key4);
} else {
_this.onActiveChange(null);
}
});
_defineProperty(_assertThisInitialized(_this), "onKeyDown", function(event) {
var _this$state13 = _this.state, activeKey = _this$state13.activeKey, expandedKeys = _this$state13.expandedKeys, checkedKeys = _this$state13.checkedKeys, fieldNames = _this$state13.fieldNames;
var _this$props10 = _this.props, onKeyDown2 = _this$props10.onKeyDown, checkable = _this$props10.checkable, selectable = _this$props10.selectable;
switch (event.which) {
case KeyCode_default.UP: {
_this.offsetActiveKey(-1);
event.preventDefault();
break;
}
case KeyCode_default.DOWN: {
_this.offsetActiveKey(1);
event.preventDefault();
break;
}
}
var activeItem = _this.getActiveItem();
if (activeItem && activeItem.data) {
var treeNodeRequiredProps = _this.getTreeNodeRequiredProps();
var expandable = activeItem.data.isLeaf === false || !!(activeItem.data[fieldNames.children] || []).length;
var eventNode = convertNodePropsToEventData(_objectSpread2(_objectSpread2({}, getTreeNodeProps(activeKey, treeNodeRequiredProps)), {}, {
data: activeItem.data,
active: true
}));
switch (event.which) {
case KeyCode_default.LEFT: {
if (expandable && expandedKeys.includes(activeKey)) {
_this.onNodeExpand({}, eventNode);
} else if (activeItem.parent) {
_this.onActiveChange(activeItem.parent.key);
}
event.preventDefault();
break;
}
case KeyCode_default.RIGHT: {
if (expandable && !expandedKeys.includes(activeKey)) {
_this.onNodeExpand({}, eventNode);
} else if (activeItem.children && activeItem.children.length) {
_this.onActiveChange(activeItem.children[0].key);
}
event.preventDefault();
break;
}
case KeyCode_default.ENTER:
case KeyCode_default.SPACE: {
if (checkable && !eventNode.disabled && eventNode.checkable !== false && !eventNode.disableCheckbox) {
_this.onNodeCheck({}, eventNode, !checkedKeys.includes(activeKey));
} else if (!checkable && selectable && !eventNode.disabled && eventNode.selectable !== false) {
_this.onNodeSelect({}, eventNode);
}
break;
}
}
}
onKeyDown2 === null || onKeyDown2 === void 0 || onKeyDown2(event);
});
_defineProperty(_assertThisInitialized(_this), "setUncontrolledState", function(state) {
var atomic = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : false;
var forceState = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : null;
if (!_this.destroyed) {
var needSync = false;
var allPassed = true;
var newState = {};
Object.keys(state).forEach(function(name) {
if (_this.props.hasOwnProperty(name)) {
allPassed = false;
return;
}
needSync = true;
newState[name] = state[name];
});
if (needSync && (!atomic || allPassed)) {
_this.setState(_objectSpread2(_objectSpread2({}, newState), forceState));
}
}
});
_defineProperty(_assertThisInitialized(_this), "scrollTo", function(scroll) {
_this.listRef.current.scrollTo(scroll);
});
return _this;
}
_createClass(Tree4, [{
key: "componentDidMount",
value: function componentDidMount() {
this.destroyed = false;
this.onUpdated();
}
}, {
key: "componentDidUpdate",
value: function componentDidUpdate() {
this.onUpdated();
}
}, {
key: "onUpdated",
value: function onUpdated() {
var _this$props11 = this.props, activeKey = _this$props11.activeKey, _this$props11$itemScr = _this$props11.itemScrollOffset, itemScrollOffset = _this$props11$itemScr === void 0 ? 0 : _this$props11$itemScr;
if (activeKey !== void 0 && activeKey !== this.state.activeKey) {
this.setState({
activeKey
});
if (activeKey !== null) {
this.scrollTo({
key: activeKey,
offset: itemScrollOffset
});
}
}
}
}, {
key: "componentWillUnmount",
value: function componentWillUnmount() {
window.removeEventListener("dragend", this.onWindowDragEnd);
this.destroyed = true;
}
}, {
key: "resetDragState",
value: function resetDragState() {
this.setState({
dragOverNodeKey: null,
dropPosition: null,
dropLevelOffset: null,
dropTargetKey: null,
dropContainerKey: null,
dropTargetPos: null,
dropAllowed: false
});
}
}, {
key: "render",
value: function render2() {
var _this$state14 = this.state, focused = _this$state14.focused, flattenNodes = _this$state14.flattenNodes, keyEntities = _this$state14.keyEntities, draggingNodeKey = _this$state14.draggingNodeKey, activeKey = _this$state14.activeKey, dropLevelOffset = _this$state14.dropLevelOffset, dropContainerKey = _this$state14.dropContainerKey, dropTargetKey = _this$state14.dropTargetKey, dropPosition = _this$state14.dropPosition, dragOverNodeKey = _this$state14.dragOverNodeKey, indent = _this$state14.indent;
var _this$props12 = this.props, prefixCls = _this$props12.prefixCls, className = _this$props12.className, style2 = _this$props12.style, showLine = _this$props12.showLine, focusable2 = _this$props12.focusable, _this$props12$tabInde = _this$props12.tabIndex, tabIndex = _this$props12$tabInde === void 0 ? 0 : _this$props12$tabInde, selectable = _this$props12.selectable, showIcon = _this$props12.showIcon, icon = _this$props12.icon, switcherIcon = _this$props12.switcherIcon, draggable = _this$props12.draggable, checkable = _this$props12.checkable, checkStrictly = _this$props12.checkStrictly, disabled = _this$props12.disabled, motion2 = _this$props12.motion, loadData = _this$props12.loadData, filterTreeNode = _this$props12.filterTreeNode, height = _this$props12.height, itemHeight = _this$props12.itemHeight, scrollWidth = _this$props12.scrollWidth, virtual = _this$props12.virtual, titleRender = _this$props12.titleRender, dropIndicatorRender2 = _this$props12.dropIndicatorRender, onContextMenu = _this$props12.onContextMenu, onScroll = _this$props12.onScroll, direction = _this$props12.direction, rootClassName = _this$props12.rootClassName, rootStyle = _this$props12.rootStyle;
var domProps = pickAttrs(this.props, {
aria: true,
data: true
});
var draggableConfig;
if (draggable) {
if (_typeof(draggable) === "object") {
draggableConfig = draggable;
} else if (typeof draggable === "function") {
draggableConfig = {
nodeDraggable: draggable
};
} else {
draggableConfig = {};
}
}
var contextValue = {
prefixCls,
selectable,
showIcon,
icon,
switcherIcon,
draggable: draggableConfig,
draggingNodeKey,
checkable,
checkStrictly,
disabled,
keyEntities,
dropLevelOffset,
dropContainerKey,
dropTargetKey,
dropPosition,
dragOverNodeKey,
indent,
direction,
dropIndicatorRender: dropIndicatorRender2,
loadData,
filterTreeNode,
titleRender,
onNodeClick: this.onNodeClick,
onNodeDoubleClick: this.onNodeDoubleClick,
onNodeExpand: this.onNodeExpand,
onNodeSelect: this.onNodeSelect,
onNodeCheck: this.onNodeCheck,
onNodeLoad: this.onNodeLoad,
onNodeMouseEnter: this.onNodeMouseEnter,
onNodeMouseLeave: this.onNodeMouseLeave,
onNodeContextMenu: this.onNodeContextMenu,
onNodeDragStart: this.onNodeDragStart,
onNodeDragEnter: this.onNodeDragEnter,
onNodeDragOver: this.onNodeDragOver,
onNodeDragLeave: this.onNodeDragLeave,
onNodeDragEnd: this.onNodeDragEnd,
onNodeDrop: this.onNodeDrop
};
return React560.createElement(TreeContext.Provider, {
value: contextValue
}, React560.createElement("div", {
className: (0, import_classnames249.default)(prefixCls, className, rootClassName, _defineProperty(_defineProperty(_defineProperty({}, "".concat(prefixCls, "-show-line"), showLine), "".concat(prefixCls, "-focused"), focused), "".concat(prefixCls, "-active-focused"), activeKey !== null)),
style: rootStyle
}, React560.createElement(NodeList_default, _extends({
ref: this.listRef,
prefixCls,
style: style2,
data: flattenNodes,
disabled,
selectable,
checkable: !!checkable,
motion: motion2,
dragging: draggingNodeKey !== null,
height,
itemHeight,
virtual,
focusable: focusable2,
focused,
tabIndex,
activeItem: this.getActiveItem(),
onFocus: this.onFocus,
onBlur: this.onBlur,
onKeyDown: this.onKeyDown,
onActiveChange: this.onActiveChange,
onListChangeStart: this.onListChangeStart,
onListChangeEnd: this.onListChangeEnd,
onContextMenu,
onScroll,
scrollWidth
}, this.getTreeNodeRequiredProps(), domProps))));
}
}], [{
key: "getDerivedStateFromProps",
value: function getDerivedStateFromProps(props, prevState) {
var prevProps = prevState.prevProps;
var newState = {
prevProps: props
};
function needSync(name) {
return !prevProps && props.hasOwnProperty(name) || prevProps && prevProps[name] !== props[name];
}
var treeData;
var fieldNames = prevState.fieldNames;
if (needSync("fieldNames")) {
fieldNames = fillFieldNames3(props.fieldNames);
newState.fieldNames = fieldNames;
}
if (needSync("treeData")) {
treeData = props.treeData;
} else if (needSync("children")) {
warning_default(false, "`children` of Tree is deprecated. Please use `treeData` instead.");
treeData = convertTreeToData(props.children);
}
if (treeData) {
newState.treeData = treeData;
var entitiesMap = convertDataToEntities(treeData, {
fieldNames
});
newState.keyEntities = _objectSpread2(_defineProperty({}, MOTION_KEY, MotionEntity), entitiesMap.keyEntities);
if (true) {
warningWithoutKey(treeData, fieldNames);
}
}
var keyEntities = newState.keyEntities || prevState.keyEntities;
if (needSync("expandedKeys") || prevProps && needSync("autoExpandParent")) {
newState.expandedKeys = props.autoExpandParent || !prevProps && props.defaultExpandParent ? conductExpandParent(props.expandedKeys, keyEntities) : props.expandedKeys;
} else if (!prevProps && props.defaultExpandAll) {
var cloneKeyEntities = _objectSpread2({}, keyEntities);
delete cloneKeyEntities[MOTION_KEY];
var nextExpandedKeys = [];
Object.keys(cloneKeyEntities).forEach(function(key) {
var entity = cloneKeyEntities[key];
if (entity.children && entity.children.length) {
nextExpandedKeys.push(entity.key);
}
});
newState.expandedKeys = nextExpandedKeys;
} else if (!prevProps && props.defaultExpandedKeys) {
newState.expandedKeys = props.autoExpandParent || props.defaultExpandParent ? conductExpandParent(props.defaultExpandedKeys, keyEntities) : props.defaultExpandedKeys;
}
if (!newState.expandedKeys) {
delete newState.expandedKeys;
}
if (treeData || newState.expandedKeys) {
var flattenNodes = flattenTreeData(treeData || prevState.treeData, newState.expandedKeys || prevState.expandedKeys, fieldNames);
newState.flattenNodes = flattenNodes;
}
if (props.selectable) {
if (needSync("selectedKeys")) {
newState.selectedKeys = calcSelectedKeys(props.selectedKeys, props);
} else if (!prevProps && props.defaultSelectedKeys) {
newState.selectedKeys = calcSelectedKeys(props.defaultSelectedKeys, props);
}
}
if (props.checkable) {
var checkedKeyEntity;
if (needSync("checkedKeys")) {
checkedKeyEntity = parseCheckedKeys(props.checkedKeys) || {};
} else if (!prevProps && props.defaultCheckedKeys) {
checkedKeyEntity = parseCheckedKeys(props.defaultCheckedKeys) || {};
} else if (treeData) {
checkedKeyEntity = parseCheckedKeys(props.checkedKeys) || {
checkedKeys: prevState.checkedKeys,
halfCheckedKeys: prevState.halfCheckedKeys
};
}
if (checkedKeyEntity) {
var _checkedKeyEntity = checkedKeyEntity, _checkedKeyEntity$che = _checkedKeyEntity.checkedKeys, checkedKeys = _checkedKeyEntity$che === void 0 ? [] : _checkedKeyEntity$che, _checkedKeyEntity$hal = _checkedKeyEntity.halfCheckedKeys, halfCheckedKeys = _checkedKeyEntity$hal === void 0 ? [] : _checkedKeyEntity$hal;
if (!props.checkStrictly) {
var conductKeys = conductCheck(checkedKeys, true, keyEntities);
checkedKeys = conductKeys.checkedKeys;
halfCheckedKeys = conductKeys.halfCheckedKeys;
}
newState.checkedKeys = checkedKeys;
newState.halfCheckedKeys = halfCheckedKeys;
}
}
if (needSync("loadedKeys")) {
newState.loadedKeys = props.loadedKeys;
}
return newState;
}
}]);
return Tree4;
}(React560.Component);
_defineProperty(Tree, "defaultProps", {
prefixCls: "rc-tree",
showLine: false,
showIcon: true,
selectable: true,
multiple: false,
checkable: false,
disabled: false,
checkStrictly: false,
draggable: false,
defaultExpandParent: true,
autoExpandParent: false,
defaultExpandAll: false,
defaultExpandedKeys: [],
defaultCheckedKeys: [],
defaultSelectedKeys: [],
dropIndicatorRender: DropIndicator_default,
allowDrop: function allowDrop() {
return true;
},
expandAction: false
});
_defineProperty(Tree, "TreeNode", TreeNode_default);
var Tree_default = Tree;
// node_modules/rc-tree/es/index.js
var es_default33 = Tree_default;
// node_modules/antd/es/tree/DirectoryTree.js
var React564 = __toESM(require_react());
var import_classnames252 = __toESM(require_classnames());
// node_modules/antd/es/tree/Tree.js
var import_react199 = __toESM(require_react());
var import_classnames251 = __toESM(require_classnames());
// node_modules/antd/es/tree/style/directory.js
var genDirectoryStyle = ({
treeCls,
treeNodeCls,
directoryNodeSelectedBg,
directoryNodeSelectedColor,
motionDurationMid,
borderRadius,
controlItemBgHover
}) => ({
[`${treeCls}${treeCls}-directory ${treeNodeCls}`]: {
// >>> Title
[`${treeCls}-node-content-wrapper`]: {
position: "static",
[`&:has(${treeCls}-drop-indicator)`]: {
position: "relative"
},
[`> *:not(${treeCls}-drop-indicator)`]: {
position: "relative"
},
"&:hover": {
background: "transparent"
},
// Expand interactive area to whole line
"&:before": {
position: "absolute",
inset: 0,
transition: `background-color ${motionDurationMid}`,
content: '""',
borderRadius
},
"&:hover:before": {
background: controlItemBgHover
}
},
[`${treeCls}-switcher, ${treeCls}-checkbox, ${treeCls}-draggable-icon`]: {
zIndex: 1
},
// ============= Selected =============
"&-selected": {
background: directoryNodeSelectedBg,
borderRadius,
[`${treeCls}-switcher, ${treeCls}-draggable-icon`]: {
color: directoryNodeSelectedColor
},
// >>> Title
[`${treeCls}-node-content-wrapper`]: {
color: directoryNodeSelectedColor,
background: "transparent",
"&, &:hover": {
color: directoryNodeSelectedColor
},
"&:before, &:hover:before": {
background: directoryNodeSelectedBg
}
}
}
}
});
// node_modules/antd/es/tree/style/index.js
var treeNodeFX = new Keyframes_default("ant-tree-node-fx-do-not-use", {
"0%": {
opacity: 0
},
"100%": {
opacity: 1
}
});
var getSwitchStyle = (prefixCls, token2) => ({
[`.${prefixCls}-switcher-icon`]: {
display: "inline-block",
fontSize: 10,
verticalAlign: "baseline",
svg: {
transition: `transform ${token2.motionDurationSlow}`
}
}
});
var getDropIndicatorStyle = (prefixCls, token2) => ({
[`.${prefixCls}-drop-indicator`]: {
position: "absolute",
// it should displayed over the following node
zIndex: 1,
height: 2,
backgroundColor: token2.colorPrimary,
borderRadius: 1,
pointerEvents: "none",
"&:after": {
position: "absolute",
top: -3,
insetInlineStart: -6,
width: 8,
height: 8,
backgroundColor: "transparent",
border: `${unit2(token2.lineWidthBold)} solid ${token2.colorPrimary}`,
borderRadius: "50%",
content: '""'
}
}
});
var genBaseStyle15 = (prefixCls, token2) => {
const {
treeCls,
treeNodeCls,
treeNodePadding,
titleHeight,
indentSize,
nodeSelectedBg,
nodeHoverBg,
colorTextQuaternary,
controlItemBgActiveDisabled
} = token2;
return {
[treeCls]: Object.assign(Object.assign({}, resetComponent(token2)), {
// fix https://github.com/ant-design/ant-design/issues/50316
["--rc-virtual-list-scrollbar-bg"]: token2.colorSplit,
background: token2.colorBgContainer,
borderRadius: token2.borderRadius,
transition: `background-color ${token2.motionDurationSlow}`,
"&-rtl": {
direction: "rtl"
},
[`&${treeCls}-rtl ${treeCls}-switcher_close ${treeCls}-switcher-icon svg`]: {
transform: "rotate(90deg)"
},
[`&-focused:not(:hover):not(${treeCls}-active-focused)`]: genFocusOutline(token2),
// =================== Virtual List ===================
[`${treeCls}-list-holder-inner`]: {
alignItems: "flex-start"
},
[`&${treeCls}-block-node`]: {
[`${treeCls}-list-holder-inner`]: {
alignItems: "stretch",
// >>> Title
[`${treeCls}-node-content-wrapper`]: {
flex: "auto"
},
// >>> Drag
[`${treeNodeCls}.dragging:after`]: {
position: "absolute",
inset: 0,
border: `1px solid ${token2.colorPrimary}`,
opacity: 0,
animationName: treeNodeFX,
animationDuration: token2.motionDurationSlow,
animationPlayState: "running",
animationFillMode: "forwards",
content: '""',
pointerEvents: "none",
borderRadius: token2.borderRadius
}
}
},
// ===================== TreeNode =====================
[treeNodeCls]: {
display: "flex",
alignItems: "flex-start",
marginBottom: treeNodePadding,
lineHeight: unit2(titleHeight),
position: "relative",
// 非常重要,避免 drop-indicator 在拖拽过程中闪烁
"&:before": {
content: '""',
position: "absolute",
zIndex: 1,
insetInlineStart: 0,
width: "100%",
top: "100%",
height: treeNodePadding
},
// Disabled
[`&-disabled ${treeCls}-node-content-wrapper`]: {
color: token2.colorTextDisabled,
cursor: "not-allowed",
"&:hover": {
background: "transparent"
}
},
[`${treeCls}-checkbox-disabled + ${treeCls}-node-selected,&${treeNodeCls}-disabled${treeNodeCls}-selected ${treeCls}-node-content-wrapper`]: {
backgroundColor: controlItemBgActiveDisabled
},
// we can not set pointer-events to none for checkbox in tree
// ref: https://github.com/ant-design/ant-design/issues/39822#issuecomment-2605234058
[`${treeCls}-checkbox-disabled`]: {
pointerEvents: "unset"
},
// not disable
[`&:not(${treeNodeCls}-disabled)`]: {
// >>> Title
[`${treeCls}-node-content-wrapper`]: {
"&:hover": {
color: token2.nodeHoverColor
}
}
},
[`&-active ${treeCls}-node-content-wrapper`]: {
background: token2.controlItemBgHover
},
[`&:not(${treeNodeCls}-disabled).filter-node ${treeCls}-title`]: {
color: token2.colorPrimary,
fontWeight: token2.fontWeightStrong
},
"&-draggable": {
cursor: "grab",
[`${treeCls}-draggable-icon`]: {
// https://github.com/ant-design/ant-design/issues/41915
flexShrink: 0,
width: titleHeight,
textAlign: "center",
visibility: "visible",
color: colorTextQuaternary
},
[`&${treeNodeCls}-disabled ${treeCls}-draggable-icon`]: {
visibility: "hidden"
}
}
},
// >>> Indent
[`${treeCls}-indent`]: {
alignSelf: "stretch",
whiteSpace: "nowrap",
userSelect: "none",
"&-unit": {
display: "inline-block",
width: indentSize
}
},
// >>> Drag Handler
[`${treeCls}-draggable-icon`]: {
visibility: "hidden"
},
// Switcher / Checkbox
[`${treeCls}-switcher, ${treeCls}-checkbox`]: {
marginInlineEnd: token2.calc(token2.calc(titleHeight).sub(token2.controlInteractiveSize)).div(2).equal()
},
// >>> Switcher
[`${treeCls}-switcher`]: Object.assign(Object.assign({}, getSwitchStyle(prefixCls, token2)), {
position: "relative",
flex: "none",
alignSelf: "stretch",
width: titleHeight,
textAlign: "center",
cursor: "pointer",
userSelect: "none",
transition: `all ${token2.motionDurationSlow}`,
"&-noop": {
cursor: "unset"
},
"&:before": {
pointerEvents: "none",
content: '""',
width: titleHeight,
height: titleHeight,
position: "absolute",
left: {
_skip_check_: true,
value: 0
},
top: 0,
borderRadius: token2.borderRadius,
transition: `all ${token2.motionDurationSlow}`
},
[`&:not(${treeCls}-switcher-noop):hover:before`]: {
backgroundColor: token2.colorBgTextHover
},
[`&_close ${treeCls}-switcher-icon svg`]: {
transform: "rotate(-90deg)"
},
"&-loading-icon": {
color: token2.colorPrimary
},
"&-leaf-line": {
position: "relative",
zIndex: 1,
display: "inline-block",
width: "100%",
height: "100%",
// https://github.com/ant-design/ant-design/issues/31884
"&:before": {
position: "absolute",
top: 0,
insetInlineEnd: token2.calc(titleHeight).div(2).equal(),
bottom: token2.calc(treeNodePadding).mul(-1).equal(),
marginInlineStart: -1,
borderInlineEnd: `1px solid ${token2.colorBorder}`,
content: '""'
},
"&:after": {
position: "absolute",
width: token2.calc(token2.calc(titleHeight).div(2).equal()).mul(0.8).equal(),
height: token2.calc(titleHeight).div(2).equal(),
borderBottom: `1px solid ${token2.colorBorder}`,
content: '""'
}
}
}),
// >>> Title
// add `${treeCls}-checkbox + span` to cover checkbox `${checkboxCls} + span`
[`${treeCls}-node-content-wrapper`]: Object.assign(Object.assign({
position: "relative",
minHeight: titleHeight,
paddingBlock: 0,
paddingInline: token2.paddingXS,
background: "transparent",
borderRadius: token2.borderRadius,
cursor: "pointer",
transition: `all ${token2.motionDurationMid}, border 0s, line-height 0s, box-shadow 0s`
}, getDropIndicatorStyle(prefixCls, token2)), {
"&:hover": {
backgroundColor: nodeHoverBg
},
[`&${treeCls}-node-selected`]: {
color: token2.nodeSelectedColor,
backgroundColor: nodeSelectedBg
},
// Icon
[`${treeCls}-iconEle`]: {
display: "inline-block",
width: titleHeight,
height: titleHeight,
textAlign: "center",
verticalAlign: "top",
"&:empty": {
display: "none"
}
}
}),
// https://github.com/ant-design/ant-design/issues/28217
[`${treeCls}-unselectable ${treeCls}-node-content-wrapper:hover`]: {
backgroundColor: "transparent"
},
[`${treeNodeCls}.drop-container > [draggable]`]: {
boxShadow: `0 0 0 2px ${token2.colorPrimary}`
},
// ==================== Show Line =====================
"&-show-line": {
// ================ Indent lines ================
[`${treeCls}-indent-unit`]: {
position: "relative",
height: "100%",
"&:before": {
position: "absolute",
top: 0,
insetInlineEnd: token2.calc(titleHeight).div(2).equal(),
bottom: token2.calc(treeNodePadding).mul(-1).equal(),
borderInlineEnd: `1px solid ${token2.colorBorder}`,
content: '""'
},
"&-end:before": {
display: "none"
}
},
// ============== Cover Background ==============
[`${treeCls}-switcher`]: {
background: "transparent",
"&-line-icon": {
// https://github.com/ant-design/ant-design/issues/32813
verticalAlign: "-0.15em"
}
}
},
[`${treeNodeCls}-leaf-last ${treeCls}-switcher-leaf-line:before`]: {
top: "auto !important",
bottom: "auto !important",
height: `${unit2(token2.calc(titleHeight).div(2).equal())} !important`
}
})
};
};
var genTreeStyle = (prefixCls, token2, enableDirectory = true) => {
const treeCls = `.${prefixCls}`;
const treeNodeCls = `${treeCls}-treenode`;
const treeNodePadding = token2.calc(token2.paddingXS).div(2).equal();
const treeToken = merge2(token2, {
treeCls,
treeNodeCls,
treeNodePadding
});
return [
// Basic
genBaseStyle15(prefixCls, treeToken),
// Directory
enableDirectory && genDirectoryStyle(treeToken)
].filter(Boolean);
};
var initComponentToken2 = (token2) => {
const {
controlHeightSM,
controlItemBgHover,
controlItemBgActive
} = token2;
const titleHeight = controlHeightSM;
return {
titleHeight,
indentSize: titleHeight,
nodeHoverBg: controlItemBgHover,
nodeHoverColor: token2.colorText,
nodeSelectedBg: controlItemBgActive,
nodeSelectedColor: token2.colorText
};
};
var prepareComponentToken51 = (token2) => {
const {
colorTextLightSolid,
colorPrimary
} = token2;
return Object.assign(Object.assign({}, initComponentToken2(token2)), {
directoryNodeSelectedColor: colorTextLightSolid,
directoryNodeSelectedBg: colorPrimary
});
};
var style_default57 = genStyleHooks("Tree", (token2, {
prefixCls
}) => [{
[token2.componentCls]: getStyle2(`${prefixCls}-checkbox`, token2)
}, genTreeStyle(prefixCls, token2), collapse_default(token2)], prepareComponentToken51);
// node_modules/antd/es/tree/utils/dropIndicator.js
var import_react198 = __toESM(require_react());
var offset2 = 4;
function dropIndicatorRender(props) {
const {
dropPosition,
dropLevelOffset,
prefixCls,
indent,
direction = "ltr"
} = props;
const startPosition = direction === "ltr" ? "left" : "right";
const endPosition = direction === "ltr" ? "right" : "left";
const style2 = {
[startPosition]: -dropLevelOffset * indent + offset2,
[endPosition]: 0
};
switch (dropPosition) {
case -1:
style2.top = -3;
break;
case 1:
style2.bottom = -3;
break;
default:
style2.bottom = -3;
style2[startPosition] = indent + offset2;
break;
}
return import_react198.default.createElement("div", {
style: style2,
className: `${prefixCls}-drop-indicator`
});
}
var dropIndicator_default = dropIndicatorRender;
// node_modules/antd/es/tree/utils/iconUtil.js
var React562 = __toESM(require_react());
var import_classnames250 = __toESM(require_classnames());
var SwitcherIconCom = (props) => {
var _a, _b;
const {
prefixCls,
switcherIcon,
treeNodeProps,
showLine,
switcherLoadingIcon
} = props;
const {
isLeaf: isLeaf2,
expanded,
loading
} = treeNodeProps;
if (loading) {
if (React562.isValidElement(switcherLoadingIcon)) {
return switcherLoadingIcon;
}
return React562.createElement(LoadingOutlined_default, {
className: `${prefixCls}-switcher-loading-icon`
});
}
let showLeafIcon;
if (showLine && typeof showLine === "object") {
showLeafIcon = showLine.showLeafIcon;
}
if (isLeaf2) {
if (!showLine) {
return null;
}
if (typeof showLeafIcon !== "boolean" && !!showLeafIcon) {
const leafIcon = typeof showLeafIcon === "function" ? showLeafIcon(treeNodeProps) : showLeafIcon;
const leafCls = `${prefixCls}-switcher-line-custom-icon`;
if (React562.isValidElement(leafIcon)) {
return cloneElement3(leafIcon, {
className: (0, import_classnames250.default)((_a = leafIcon.props) === null || _a === void 0 ? void 0 : _a.className, leafCls)
});
}
return leafIcon;
}
return showLeafIcon ? React562.createElement(FileOutlined_default, {
className: `${prefixCls}-switcher-line-icon`
}) : React562.createElement("span", {
className: `${prefixCls}-switcher-leaf-line`
});
}
const switcherCls = `${prefixCls}-switcher-icon`;
const switcher = typeof switcherIcon === "function" ? switcherIcon(treeNodeProps) : switcherIcon;
if (React562.isValidElement(switcher)) {
return cloneElement3(switcher, {
className: (0, import_classnames250.default)((_b = switcher.props) === null || _b === void 0 ? void 0 : _b.className, switcherCls)
});
}
if (switcher !== void 0) {
return switcher;
}
if (showLine) {
return expanded ? React562.createElement(MinusSquareOutlined_default, {
className: `${prefixCls}-switcher-line-icon`
}) : React562.createElement(PlusSquareOutlined_default, {
className: `${prefixCls}-switcher-line-icon`
});
}
return React562.createElement(CaretDownFilled_default, {
className: switcherCls
});
};
var iconUtil_default = SwitcherIconCom;
// node_modules/antd/es/tree/Tree.js
var Tree2 = import_react199.default.forwardRef((props, ref) => {
var _a;
const {
getPrefixCls,
direction,
virtual,
tree
} = import_react199.default.useContext(ConfigContext);
const {
prefixCls: customizePrefixCls,
className,
showIcon = false,
showLine,
switcherIcon,
switcherLoadingIcon,
blockNode = false,
children,
checkable = false,
selectable = true,
draggable,
disabled,
motion: customMotion,
style: style2
} = props;
const prefixCls = getPrefixCls("tree", customizePrefixCls);
const rootPrefixCls = getPrefixCls();
const contextDisabled = import_react199.default.useContext(DisabledContext_default);
const mergedDisabled = disabled !== null && disabled !== void 0 ? disabled : contextDisabled;
const motion2 = customMotion !== null && customMotion !== void 0 ? customMotion : Object.assign(Object.assign({}, motion_default(rootPrefixCls)), {
motionAppear: false
});
const newProps = Object.assign(Object.assign({}, props), {
checkable,
selectable,
showIcon,
motion: motion2,
blockNode,
disabled: mergedDisabled,
showLine: Boolean(showLine),
dropIndicatorRender: dropIndicator_default
});
const [wrapCSSVar, hashId, cssVarCls] = style_default57(prefixCls);
const [, token2] = useToken();
const itemHeight = token2.paddingXS / 2 + (((_a = token2.Tree) === null || _a === void 0 ? void 0 : _a.titleHeight) || token2.controlHeightSM);
const draggableConfig = import_react199.default.useMemo(() => {
if (!draggable) {
return false;
}
let mergedDraggable = {};
switch (typeof draggable) {
case "function":
mergedDraggable.nodeDraggable = draggable;
break;
case "object":
mergedDraggable = Object.assign({}, draggable);
break;
default:
break;
}
if (mergedDraggable.icon !== false) {
mergedDraggable.icon = mergedDraggable.icon || import_react199.default.createElement(HolderOutlined_default, null);
}
return mergedDraggable;
}, [draggable]);
const renderSwitcherIcon = (nodeProps) => import_react199.default.createElement(iconUtil_default, {
prefixCls,
switcherIcon,
switcherLoadingIcon,
treeNodeProps: nodeProps,
showLine
});
return wrapCSSVar(
// @ts-ignore
import_react199.default.createElement(es_default33, Object.assign({
itemHeight,
ref,
virtual
}, newProps, {
// newProps may contain style so declare style below it
style: Object.assign(Object.assign({}, tree === null || tree === void 0 ? void 0 : tree.style), style2),
prefixCls,
className: (0, import_classnames251.default)({
[`${prefixCls}-icon-hide`]: !showIcon,
[`${prefixCls}-block-node`]: blockNode,
[`${prefixCls}-unselectable`]: !selectable,
[`${prefixCls}-rtl`]: direction === "rtl",
[`${prefixCls}-disabled`]: mergedDisabled
}, tree === null || tree === void 0 ? void 0 : tree.className, className, hashId, cssVarCls),
direction,
checkable: checkable ? import_react199.default.createElement("span", {
className: `${prefixCls}-checkbox-inner`
}) : checkable,
selectable,
switcherIcon: renderSwitcherIcon,
draggable: draggableConfig
}), children)
);
});
if (true) {
Tree2.displayName = "Tree";
}
var Tree_default2 = Tree2;
// node_modules/antd/es/tree/utils/dictUtil.js
var RECORD_NONE = 0;
var RECORD_START = 1;
var RECORD_END = 2;
function traverseNodesKey(treeData, callback, fieldNames) {
const {
key: fieldKey,
children: fieldChildren
} = fieldNames;
function processNode(dataNode) {
const key = dataNode[fieldKey];
const children = dataNode[fieldChildren];
if (callback(key, dataNode) !== false) {
traverseNodesKey(children || [], callback, fieldNames);
}
}
treeData.forEach(processNode);
}
function calcRangeKeys({
treeData,
expandedKeys,
startKey,
endKey,
fieldNames
}) {
const keys2 = [];
let record = RECORD_NONE;
if (startKey && startKey === endKey) {
return [startKey];
}
if (!startKey || !endKey) {
return [];
}
function matchKey(key) {
return key === startKey || key === endKey;
}
traverseNodesKey(treeData, (key) => {
if (record === RECORD_END) {
return false;
}
if (matchKey(key)) {
keys2.push(key);
if (record === RECORD_NONE) {
record = RECORD_START;
} else if (record === RECORD_START) {
record = RECORD_END;
return false;
}
} else if (record === RECORD_START) {
keys2.push(key);
}
return expandedKeys.includes(key);
}, fillFieldNames3(fieldNames));
return keys2;
}
function convertDirectoryKeysToNodes(treeData, keys2, fieldNames) {
const restKeys = _toConsumableArray(keys2);
const nodes = [];
traverseNodesKey(treeData, (key, node2) => {
const index3 = restKeys.indexOf(key);
if (index3 !== -1) {
nodes.push(node2);
restKeys.splice(index3, 1);
}
return !!restKeys.length;
}, fillFieldNames3(fieldNames));
return nodes;
}
// node_modules/antd/es/tree/DirectoryTree.js
var __rest100 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
function getIcon(props) {
const {
isLeaf: isLeaf2,
expanded
} = props;
if (isLeaf2) {
return React564.createElement(FileOutlined_default, null);
}
return expanded ? React564.createElement(FolderOpenOutlined_default, null) : React564.createElement(FolderOutlined_default, null);
}
function getTreeData({
treeData,
children
}) {
return treeData || convertTreeToData(children);
}
var DirectoryTree = (_a, ref) => {
var {
defaultExpandAll,
defaultExpandParent,
defaultExpandedKeys
} = _a, props = __rest100(_a, ["defaultExpandAll", "defaultExpandParent", "defaultExpandedKeys"]);
const lastSelectedKey = React564.useRef(null);
const cachedSelectedKeys = React564.useRef(null);
const getInitExpandedKeys = () => {
const {
keyEntities
} = convertDataToEntities(getTreeData(props), {
fieldNames: props.fieldNames
});
let initExpandedKeys;
if (defaultExpandAll) {
initExpandedKeys = Object.keys(keyEntities);
} else if (defaultExpandParent) {
initExpandedKeys = conductExpandParent(props.expandedKeys || defaultExpandedKeys || [], keyEntities);
} else {
initExpandedKeys = props.expandedKeys || defaultExpandedKeys || [];
}
return initExpandedKeys;
};
const [selectedKeys, setSelectedKeys] = React564.useState(props.selectedKeys || props.defaultSelectedKeys || []);
const [expandedKeys, setExpandedKeys] = React564.useState(() => getInitExpandedKeys());
React564.useEffect(() => {
if ("selectedKeys" in props) {
setSelectedKeys(props.selectedKeys);
}
}, [props.selectedKeys]);
React564.useEffect(() => {
if ("expandedKeys" in props) {
setExpandedKeys(props.expandedKeys);
}
}, [props.expandedKeys]);
const onExpand = (keys2, info) => {
var _a2;
if (!("expandedKeys" in props)) {
setExpandedKeys(keys2);
}
return (_a2 = props.onExpand) === null || _a2 === void 0 ? void 0 : _a2.call(props, keys2, info);
};
const onSelect = (keys2, event) => {
var _a2;
const {
multiple,
fieldNames
} = props;
const {
node: node2,
nativeEvent
} = event;
const {
key = ""
} = node2;
const treeData = getTreeData(props);
const newEvent = Object.assign(Object.assign({}, event), {
selected: true
});
const ctrlPick = (nativeEvent === null || nativeEvent === void 0 ? void 0 : nativeEvent.ctrlKey) || (nativeEvent === null || nativeEvent === void 0 ? void 0 : nativeEvent.metaKey);
const shiftPick = nativeEvent === null || nativeEvent === void 0 ? void 0 : nativeEvent.shiftKey;
let newSelectedKeys;
if (multiple && ctrlPick) {
newSelectedKeys = keys2;
lastSelectedKey.current = key;
cachedSelectedKeys.current = newSelectedKeys;
newEvent.selectedNodes = convertDirectoryKeysToNodes(treeData, newSelectedKeys, fieldNames);
} else if (multiple && shiftPick) {
newSelectedKeys = Array.from(new Set([].concat(_toConsumableArray(cachedSelectedKeys.current || []), _toConsumableArray(calcRangeKeys({
treeData,
expandedKeys,
startKey: key,
endKey: lastSelectedKey.current,
fieldNames
})))));
newEvent.selectedNodes = convertDirectoryKeysToNodes(treeData, newSelectedKeys, fieldNames);
} else {
newSelectedKeys = [key];
lastSelectedKey.current = key;
cachedSelectedKeys.current = newSelectedKeys;
newEvent.selectedNodes = convertDirectoryKeysToNodes(treeData, newSelectedKeys, fieldNames);
}
(_a2 = props.onSelect) === null || _a2 === void 0 ? void 0 : _a2.call(props, newSelectedKeys, newEvent);
if (!("selectedKeys" in props)) {
setSelectedKeys(newSelectedKeys);
}
};
const {
getPrefixCls,
direction
} = React564.useContext(ConfigContext);
const {
prefixCls: customizePrefixCls,
className,
showIcon = true,
expandAction = "click"
} = props, otherProps = __rest100(props, ["prefixCls", "className", "showIcon", "expandAction"]);
const prefixCls = getPrefixCls("tree", customizePrefixCls);
const connectClassName = (0, import_classnames252.default)(`${prefixCls}-directory`, {
[`${prefixCls}-directory-rtl`]: direction === "rtl"
}, className);
return React564.createElement(Tree_default2, Object.assign({
icon: getIcon,
ref,
blockNode: true
}, otherProps, {
showIcon,
expandAction,
prefixCls,
className: connectClassName,
expandedKeys,
selectedKeys,
onSelect,
onExpand
}));
};
var ForwardDirectoryTree = React564.forwardRef(DirectoryTree);
if (true) {
ForwardDirectoryTree.displayName = "DirectoryTree";
}
var DirectoryTree_default = ForwardDirectoryTree;
// node_modules/antd/es/tree/index.js
var Tree3 = Tree_default2;
Tree3.DirectoryTree = DirectoryTree_default;
Tree3.TreeNode = TreeNode_default;
var tree_default = Tree3;
// node_modules/antd/es/table/hooks/useFilter/FilterSearch.js
var React565 = __toESM(require_react());
var FilterSearch = (props) => {
const {
value,
filterSearch,
tablePrefixCls,
locale: locale6,
onChange
} = props;
if (!filterSearch) {
return null;
}
return React565.createElement("div", {
className: `${tablePrefixCls}-filter-dropdown-search`
}, React565.createElement(Input_default5, {
prefix: React565.createElement(SearchOutlined_default, null),
placeholder: locale6.filterSearchPlaceholder,
onChange,
value,
// for skip min-width of input
htmlSize: 1,
className: `${tablePrefixCls}-filter-dropdown-search-input`
}));
};
var FilterSearch_default = FilterSearch;
// node_modules/antd/es/table/hooks/useFilter/FilterWrapper.js
var React566 = __toESM(require_react());
var onKeyDown = (event) => {
const {
keyCode
} = event;
if (keyCode === KeyCode_default.ENTER) {
event.stopPropagation();
}
};
var FilterDropdownMenuWrapper = React566.forwardRef((props, ref) => React566.createElement("div", {
className: props.className,
onClick: (e3) => e3.stopPropagation(),
onKeyDown,
ref
}, props.children));
if (true) {
FilterDropdownMenuWrapper.displayName = "FilterDropdownMenuWrapper";
}
var FilterWrapper_default = FilterDropdownMenuWrapper;
// node_modules/antd/es/table/hooks/useFilter/FilterDropdown.js
function flattenKeys(filters) {
let keys2 = [];
(filters || []).forEach(({
value,
children
}) => {
keys2.push(value);
if (children) {
keys2 = [].concat(_toConsumableArray(keys2), _toConsumableArray(flattenKeys(children)));
}
});
return keys2;
}
function hasSubMenu(filters) {
return filters.some(({
children
}) => children);
}
function searchValueMatched(searchValue, text) {
if (typeof text === "string" || typeof text === "number") {
return text === null || text === void 0 ? void 0 : text.toString().toLowerCase().includes(searchValue.trim().toLowerCase());
}
return false;
}
function renderFilterItems({
filters,
prefixCls,
filteredKeys,
filterMultiple,
searchValue,
filterSearch
}) {
return filters.map((filter4, index3) => {
const key = String(filter4.value);
if (filter4.children) {
return {
key: key || index3,
label: filter4.text,
popupClassName: `${prefixCls}-dropdown-submenu`,
children: renderFilterItems({
filters: filter4.children,
prefixCls,
filteredKeys,
filterMultiple,
searchValue,
filterSearch
})
};
}
const Component10 = filterMultiple ? checkbox_default : radio_default2;
const item = {
key: filter4.value !== void 0 ? key : index3,
label: React567.createElement(React567.Fragment, null, React567.createElement(Component10, {
checked: filteredKeys.includes(key)
}), React567.createElement("span", null, filter4.text))
};
if (searchValue.trim()) {
if (typeof filterSearch === "function") {
return filterSearch(searchValue, filter4) ? item : null;
}
return searchValueMatched(searchValue, filter4.text) ? item : null;
}
return item;
});
}
function wrapStringListType(keys2) {
return keys2 || [];
}
var FilterDropdown = (props) => {
var _a, _b, _c, _d;
const {
tablePrefixCls,
prefixCls,
column: column2,
dropdownPrefixCls,
columnKey,
filterOnClose,
filterMultiple,
filterMode = "menu",
filterSearch = false,
filterState,
triggerFilter,
locale: locale6,
children,
getPopupContainer,
rootClassName
} = props;
const {
filterResetToDefaultFilteredValue,
defaultFilteredValue,
filterDropdownProps = {},
// Deprecated
filterDropdownOpen,
filterDropdownVisible,
onFilterDropdownVisibleChange,
onFilterDropdownOpenChange
} = column2;
const [visible, setVisible] = React567.useState(false);
const filtered = !!(filterState && (((_a = filterState.filteredKeys) === null || _a === void 0 ? void 0 : _a.length) || filterState.forceFiltered));
const triggerVisible = (newVisible) => {
var _a2;
setVisible(newVisible);
(_a2 = filterDropdownProps.onOpenChange) === null || _a2 === void 0 ? void 0 : _a2.call(filterDropdownProps, newVisible);
onFilterDropdownOpenChange === null || onFilterDropdownOpenChange === void 0 ? void 0 : onFilterDropdownOpenChange(newVisible);
onFilterDropdownVisibleChange === null || onFilterDropdownVisibleChange === void 0 ? void 0 : onFilterDropdownVisibleChange(newVisible);
};
if (true) {
const warning5 = devUseWarning("Table");
const deprecatedList = [["filterDropdownOpen", "filterDropdownProps.open"], ["filterDropdownVisible", "filterDropdownProps.open"], ["onFilterDropdownOpenChange", "filterDropdownProps.onOpenChange"], ["onFilterDropdownVisibleChange", "filterDropdownProps.onOpenChange"]];
deprecatedList.forEach(([deprecatedName, newName]) => {
warning5.deprecated(!(deprecatedName in column2), deprecatedName, newName);
});
warning5.deprecated(!("filterCheckall" in locale6), "filterCheckall", "locale.filterCheckAll");
}
const mergedVisible = (_d = (_c = (_b = filterDropdownProps.open) !== null && _b !== void 0 ? _b : filterDropdownOpen) !== null && _c !== void 0 ? _c : filterDropdownVisible) !== null && _d !== void 0 ? _d : visible;
const propFilteredKeys = filterState === null || filterState === void 0 ? void 0 : filterState.filteredKeys;
const [getFilteredKeysSync, setFilteredKeysSync] = useSyncState2(wrapStringListType(propFilteredKeys));
const onSelectKeys = ({
selectedKeys
}) => {
setFilteredKeysSync(selectedKeys);
};
const onCheck = (keys2, {
node: node2,
checked
}) => {
if (!filterMultiple) {
onSelectKeys({
selectedKeys: checked && node2.key ? [node2.key] : []
});
} else {
onSelectKeys({
selectedKeys: keys2
});
}
};
React567.useEffect(() => {
if (!visible) {
return;
}
onSelectKeys({
selectedKeys: wrapStringListType(propFilteredKeys)
});
}, [propFilteredKeys]);
const [openKeys, setOpenKeys] = React567.useState([]);
const onOpenChange = (keys2) => {
setOpenKeys(keys2);
};
const [searchValue, setSearchValue] = React567.useState("");
const onSearch = (e3) => {
const {
value
} = e3.target;
setSearchValue(value);
};
React567.useEffect(() => {
if (!visible) {
setSearchValue("");
}
}, [visible]);
const internalTriggerFilter = (keys2) => {
const mergedKeys = (keys2 === null || keys2 === void 0 ? void 0 : keys2.length) ? keys2 : null;
if (mergedKeys === null && (!filterState || !filterState.filteredKeys)) {
return null;
}
if (isEqual_default(mergedKeys, filterState === null || filterState === void 0 ? void 0 : filterState.filteredKeys, true)) {
return null;
}
triggerFilter({
column: column2,
key: columnKey,
filteredKeys: mergedKeys
});
};
const onConfirm = () => {
triggerVisible(false);
internalTriggerFilter(getFilteredKeysSync());
};
const onReset = ({
confirm: confirm2,
closeDropdown
} = {
confirm: false,
closeDropdown: false
}) => {
if (confirm2) {
internalTriggerFilter([]);
}
if (closeDropdown) {
triggerVisible(false);
}
setSearchValue("");
if (filterResetToDefaultFilteredValue) {
setFilteredKeysSync((defaultFilteredValue || []).map((key) => String(key)));
} else {
setFilteredKeysSync([]);
}
};
const doFilter = ({
closeDropdown
} = {
closeDropdown: true
}) => {
if (closeDropdown) {
triggerVisible(false);
}
internalTriggerFilter(getFilteredKeysSync());
};
const onVisibleChange = (newVisible, info) => {
if (info.source === "trigger") {
if (newVisible && propFilteredKeys !== void 0) {
setFilteredKeysSync(wrapStringListType(propFilteredKeys));
}
triggerVisible(newVisible);
if (!newVisible && !column2.filterDropdown && filterOnClose) {
onConfirm();
}
}
};
const dropdownMenuClass = (0, import_classnames253.default)({
[`${dropdownPrefixCls}-menu-without-submenu`]: !hasSubMenu(column2.filters || [])
});
const onCheckAll = (e3) => {
if (e3.target.checked) {
const allFilterKeys = flattenKeys(column2 === null || column2 === void 0 ? void 0 : column2.filters).map((key) => String(key));
setFilteredKeysSync(allFilterKeys);
} else {
setFilteredKeysSync([]);
}
};
const getTreeData2 = ({
filters
}) => (filters || []).map((filter4, index3) => {
const key = String(filter4.value);
const item = {
title: filter4.text,
key: filter4.value !== void 0 ? key : String(index3)
};
if (filter4.children) {
item.children = getTreeData2({
filters: filter4.children
});
}
return item;
});
const getFilterData2 = (node2) => {
var _a2;
return Object.assign(Object.assign({}, node2), {
text: node2.title,
value: node2.key,
children: ((_a2 = node2.children) === null || _a2 === void 0 ? void 0 : _a2.map((item) => getFilterData2(item))) || []
});
};
let dropdownContent;
const {
direction,
renderEmpty
} = React567.useContext(ConfigContext);
if (typeof column2.filterDropdown === "function") {
dropdownContent = column2.filterDropdown({
prefixCls: `${dropdownPrefixCls}-custom`,
setSelectedKeys: (selectedKeys) => onSelectKeys({
selectedKeys
}),
selectedKeys: getFilteredKeysSync(),
confirm: doFilter,
clearFilters: onReset,
filters: column2.filters,
visible: mergedVisible,
close: () => {
triggerVisible(false);
}
});
} else if (column2.filterDropdown) {
dropdownContent = column2.filterDropdown;
} else {
const selectedKeys = getFilteredKeysSync() || [];
const getFilterComponent = () => {
var _a2, _b2;
const empty2 = (_a2 = renderEmpty === null || renderEmpty === void 0 ? void 0 : renderEmpty("Table.filter")) !== null && _a2 !== void 0 ? _a2 : React567.createElement(empty_default2, {
image: empty_default2.PRESENTED_IMAGE_SIMPLE,
description: locale6.filterEmptyText,
styles: {
image: {
height: 24
}
},
style: {
margin: 0,
padding: "16px 0"
}
});
if ((column2.filters || []).length === 0) {
return empty2;
}
if (filterMode === "tree") {
return React567.createElement(React567.Fragment, null, React567.createElement(FilterSearch_default, {
filterSearch,
value: searchValue,
onChange: onSearch,
tablePrefixCls,
locale: locale6
}), React567.createElement("div", {
className: `${tablePrefixCls}-filter-dropdown-tree`
}, filterMultiple ? React567.createElement(checkbox_default, {
checked: selectedKeys.length === flattenKeys(column2.filters).length,
indeterminate: selectedKeys.length > 0 && selectedKeys.length < flattenKeys(column2.filters).length,
className: `${tablePrefixCls}-filter-dropdown-checkall`,
onChange: onCheckAll
}, (_b2 = locale6 === null || locale6 === void 0 ? void 0 : locale6.filterCheckall) !== null && _b2 !== void 0 ? _b2 : locale6 === null || locale6 === void 0 ? void 0 : locale6.filterCheckAll) : null, React567.createElement(tree_default, {
checkable: true,
selectable: false,
blockNode: true,
multiple: filterMultiple,
checkStrictly: !filterMultiple,
className: `${dropdownPrefixCls}-menu`,
onCheck,
checkedKeys: selectedKeys,
selectedKeys,
showIcon: false,
treeData: getTreeData2({
filters: column2.filters
}),
autoExpandParent: true,
defaultExpandAll: true,
filterTreeNode: searchValue.trim() ? (node2) => {
if (typeof filterSearch === "function") {
return filterSearch(searchValue, getFilterData2(node2));
}
return searchValueMatched(searchValue, node2.title);
} : void 0
})));
}
const items = renderFilterItems({
filters: column2.filters || [],
filterSearch,
prefixCls,
filteredKeys: getFilteredKeysSync(),
filterMultiple,
searchValue
});
const isEmpty2 = items.every((item) => item === null);
return React567.createElement(React567.Fragment, null, React567.createElement(FilterSearch_default, {
filterSearch,
value: searchValue,
onChange: onSearch,
tablePrefixCls,
locale: locale6
}), isEmpty2 ? empty2 : React567.createElement(menu_default2, {
selectable: true,
multiple: filterMultiple,
prefixCls: `${dropdownPrefixCls}-menu`,
className: dropdownMenuClass,
onSelect: onSelectKeys,
onDeselect: onSelectKeys,
selectedKeys,
getPopupContainer,
openKeys,
onOpenChange,
items
}));
};
const getResetDisabled = () => {
if (filterResetToDefaultFilteredValue) {
return isEqual_default((defaultFilteredValue || []).map((key) => String(key)), selectedKeys, true);
}
return selectedKeys.length === 0;
};
dropdownContent = React567.createElement(React567.Fragment, null, getFilterComponent(), React567.createElement("div", {
className: `${prefixCls}-dropdown-btns`
}, React567.createElement(button_default2, {
type: "link",
size: "small",
disabled: getResetDisabled(),
onClick: () => onReset()
}, locale6.filterReset), React567.createElement(button_default2, {
type: "primary",
size: "small",
onClick: onConfirm
}, locale6.filterConfirm)));
}
if (column2.filterDropdown) {
dropdownContent = React567.createElement(OverrideProvider, {
selectable: void 0
}, dropdownContent);
}
dropdownContent = React567.createElement(FilterWrapper_default, {
className: `${prefixCls}-dropdown`
}, dropdownContent);
const getDropdownTrigger = () => {
let filterIcon;
if (typeof column2.filterIcon === "function") {
filterIcon = column2.filterIcon(filtered);
} else if (column2.filterIcon) {
filterIcon = column2.filterIcon;
} else {
filterIcon = React567.createElement(FilterFilled_default, null);
}
return React567.createElement("span", {
role: "button",
tabIndex: -1,
className: (0, import_classnames253.default)(`${prefixCls}-trigger`, {
active: filtered
}),
onClick: (e3) => {
e3.stopPropagation();
}
}, filterIcon);
};
const mergedDropdownProps = extendsObject_default({
trigger: ["click"],
placement: direction === "rtl" ? "bottomLeft" : "bottomRight",
children: getDropdownTrigger(),
getPopupContainer
}, Object.assign(Object.assign({}, filterDropdownProps), {
rootClassName: (0, import_classnames253.default)(rootClassName, filterDropdownProps.rootClassName),
open: mergedVisible,
onOpenChange: onVisibleChange,
popupRender: () => {
if (typeof (filterDropdownProps === null || filterDropdownProps === void 0 ? void 0 : filterDropdownProps.dropdownRender) === "function") {
return filterDropdownProps.dropdownRender(dropdownContent);
}
return dropdownContent;
}
}));
return React567.createElement("div", {
className: `${prefixCls}-column`
}, React567.createElement("span", {
className: `${tablePrefixCls}-column-title`
}, children), React567.createElement(dropdown_default3, Object.assign({}, mergedDropdownProps)));
};
var FilterDropdown_default = FilterDropdown;
// node_modules/antd/es/table/hooks/useFilter/index.js
var collectFilterStates = (columns, init, pos) => {
let filterStates = [];
(columns || []).forEach((column2, index3) => {
var _a;
const columnPos = getColumnPos(index3, pos);
const filterDropdownIsDefined = column2.filterDropdown !== void 0;
if (column2.filters || filterDropdownIsDefined || "onFilter" in column2) {
if ("filteredValue" in column2) {
let filteredValues = column2.filteredValue;
if (!filterDropdownIsDefined) {
filteredValues = (_a = filteredValues === null || filteredValues === void 0 ? void 0 : filteredValues.map(String)) !== null && _a !== void 0 ? _a : filteredValues;
}
filterStates.push({
column: column2,
key: getColumnKey(column2, columnPos),
filteredKeys: filteredValues,
forceFiltered: column2.filtered
});
} else {
filterStates.push({
column: column2,
key: getColumnKey(column2, columnPos),
filteredKeys: init && column2.defaultFilteredValue ? column2.defaultFilteredValue : void 0,
forceFiltered: column2.filtered
});
}
}
if ("children" in column2) {
filterStates = [].concat(_toConsumableArray(filterStates), _toConsumableArray(collectFilterStates(column2.children, init, columnPos)));
}
});
return filterStates;
};
function injectFilter(prefixCls, dropdownPrefixCls, columns, filterStates, locale6, triggerFilter, getPopupContainer, pos, rootClassName) {
return columns.map((column2, index3) => {
const columnPos = getColumnPos(index3, pos);
const {
filterOnClose = true,
filterMultiple = true,
filterMode,
filterSearch
} = column2;
let newColumn = column2;
if (newColumn.filters || newColumn.filterDropdown) {
const columnKey = getColumnKey(newColumn, columnPos);
const filterState = filterStates.find(({
key
}) => columnKey === key);
newColumn = Object.assign(Object.assign({}, newColumn), {
title: (renderProps) => React568.createElement(FilterDropdown_default, {
tablePrefixCls: prefixCls,
prefixCls: `${prefixCls}-filter`,
dropdownPrefixCls,
column: newColumn,
columnKey,
filterState,
filterOnClose,
filterMultiple,
filterMode,
filterSearch,
triggerFilter,
locale: locale6,
getPopupContainer,
rootClassName
}, renderColumnTitle(column2.title, renderProps))
});
}
if ("children" in newColumn) {
newColumn = Object.assign(Object.assign({}, newColumn), {
children: injectFilter(prefixCls, dropdownPrefixCls, newColumn.children, filterStates, locale6, triggerFilter, getPopupContainer, columnPos, rootClassName)
});
}
return newColumn;
});
}
var generateFilterInfo = (filterStates) => {
const currentFilters = {};
filterStates.forEach(({
key,
filteredKeys,
column: column2
}) => {
const keyAsString = key;
const {
filters,
filterDropdown
} = column2;
if (filterDropdown) {
currentFilters[keyAsString] = filteredKeys || null;
} else if (Array.isArray(filteredKeys)) {
const keys2 = flattenKeys(filters);
currentFilters[keyAsString] = keys2.filter((originKey) => filteredKeys.includes(String(originKey)));
} else {
currentFilters[keyAsString] = null;
}
});
return currentFilters;
};
var getFilterData = (data, filterStates, childrenColumnName) => {
const filterDatas = filterStates.reduce((currentData, filterState) => {
const {
column: {
onFilter,
filters
},
filteredKeys
} = filterState;
if (onFilter && filteredKeys && filteredKeys.length) {
return currentData.map((record) => Object.assign({}, record)).filter((record) => filteredKeys.some((key) => {
const keys2 = flattenKeys(filters);
const keyIndex2 = keys2.findIndex((k) => String(k) === String(key));
const realKey = keyIndex2 !== -1 ? keys2[keyIndex2] : key;
if (record[childrenColumnName]) {
record[childrenColumnName] = getFilterData(record[childrenColumnName], filterStates, childrenColumnName);
}
return onFilter(realKey, record);
}));
}
return currentData;
}, data);
return filterDatas;
};
var getMergedColumns = (rawMergedColumns) => rawMergedColumns.flatMap((column2) => {
if ("children" in column2) {
return [column2].concat(_toConsumableArray(getMergedColumns(column2.children || [])));
}
return [column2];
});
var useFilter = (props) => {
const {
prefixCls,
dropdownPrefixCls,
mergedColumns: rawMergedColumns,
onFilterChange,
getPopupContainer,
locale: tableLocale,
rootClassName
} = props;
const warning5 = devUseWarning("Table");
const mergedColumns = React568.useMemo(() => getMergedColumns(rawMergedColumns || []), [rawMergedColumns]);
const [filterStates, setFilterStates] = React568.useState(() => collectFilterStates(mergedColumns, true));
const mergedFilterStates = React568.useMemo(() => {
const collectedStates = collectFilterStates(mergedColumns, false);
if (collectedStates.length === 0) {
return collectedStates;
}
let filteredKeysIsAllNotControlled = true;
let filteredKeysIsAllControlled = true;
collectedStates.forEach(({
filteredKeys
}) => {
if (filteredKeys !== void 0) {
filteredKeysIsAllNotControlled = false;
} else {
filteredKeysIsAllControlled = false;
}
});
if (filteredKeysIsAllNotControlled) {
const keyList = (mergedColumns || []).map((column2, index3) => getColumnKey(column2, getColumnPos(index3)));
return filterStates.filter(({
key
}) => keyList.includes(key)).map((item) => {
const col = mergedColumns[keyList.indexOf(item.key)];
return Object.assign(Object.assign({}, item), {
column: Object.assign(Object.assign({}, item.column), col),
forceFiltered: col.filtered
});
});
}
true ? warning5(filteredKeysIsAllControlled, "usage", "Columns should all contain `filteredValue` or not contain `filteredValue`.") : void 0;
return collectedStates;
}, [mergedColumns, filterStates]);
const filters = React568.useMemo(() => generateFilterInfo(mergedFilterStates), [mergedFilterStates]);
const triggerFilter = (filterState) => {
const newFilterStates = mergedFilterStates.filter(({
key
}) => key !== filterState.key);
newFilterStates.push(filterState);
setFilterStates(newFilterStates);
onFilterChange(generateFilterInfo(newFilterStates), newFilterStates);
};
const transformColumns = (innerColumns) => injectFilter(prefixCls, dropdownPrefixCls, innerColumns, mergedFilterStates, tableLocale, triggerFilter, getPopupContainer, void 0, rootClassName);
return [transformColumns, mergedFilterStates, filters];
};
var useFilter_default = useFilter;
// node_modules/antd/es/table/hooks/useLazyKVMap.js
var React569 = __toESM(require_react());
var useLazyKVMap = (data, childrenColumnName, getRowKey) => {
const mapCacheRef = React569.useRef({});
function getRecordByKey(key) {
var _a;
if (!mapCacheRef.current || mapCacheRef.current.data !== data || mapCacheRef.current.childrenColumnName !== childrenColumnName || mapCacheRef.current.getRowKey !== getRowKey) {
let dig = function(records) {
records.forEach((record, index3) => {
const rowKey = getRowKey(record, index3);
kvMap.set(rowKey, record);
if (record && typeof record === "object" && childrenColumnName in record) {
dig(record[childrenColumnName] || []);
}
});
};
const kvMap = /* @__PURE__ */ new Map();
dig(data);
mapCacheRef.current = {
data,
childrenColumnName,
kvMap,
getRowKey
};
}
return (_a = mapCacheRef.current.kvMap) === null || _a === void 0 ? void 0 : _a.get(key);
}
return [getRecordByKey];
};
var useLazyKVMap_default = useLazyKVMap;
// node_modules/antd/es/table/hooks/usePagination.js
var import_react200 = __toESM(require_react());
var __rest101 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var DEFAULT_PAGE_SIZE = 10;
function getPaginationParam(mergedPagination, pagination) {
const param = {
current: mergedPagination.current,
pageSize: mergedPagination.pageSize
};
const paginationObj = pagination && typeof pagination === "object" ? pagination : {};
Object.keys(paginationObj).forEach((pageProp) => {
const value = mergedPagination[pageProp];
if (typeof value !== "function") {
param[pageProp] = value;
}
});
return param;
}
function usePagination(total, onChange, pagination) {
const _a = pagination && typeof pagination === "object" ? pagination : {}, {
total: paginationTotal = 0
} = _a, paginationObj = __rest101(_a, ["total"]);
const [innerPagination, setInnerPagination] = (0, import_react200.useState)(() => ({
current: "defaultCurrent" in paginationObj ? paginationObj.defaultCurrent : 1,
pageSize: "defaultPageSize" in paginationObj ? paginationObj.defaultPageSize : DEFAULT_PAGE_SIZE
}));
const mergedPagination = extendsObject_default(innerPagination, paginationObj, {
total: paginationTotal > 0 ? paginationTotal : total
});
const maxPage = Math.ceil((paginationTotal || total) / mergedPagination.pageSize);
if (mergedPagination.current > maxPage) {
mergedPagination.current = maxPage || 1;
}
const refreshPagination = (current, pageSize) => {
setInnerPagination({
current: current !== null && current !== void 0 ? current : 1,
pageSize: pageSize || mergedPagination.pageSize
});
};
const onInternalChange = (current, pageSize) => {
var _a2;
if (pagination) {
(_a2 = pagination.onChange) === null || _a2 === void 0 ? void 0 : _a2.call(pagination, current, pageSize);
}
refreshPagination(current, pageSize);
onChange(current, pageSize || (mergedPagination === null || mergedPagination === void 0 ? void 0 : mergedPagination.pageSize));
};
if (pagination === false) {
return [{}, () => {
}];
}
return [Object.assign(Object.assign({}, mergedPagination), {
onChange: onInternalChange
}), refreshPagination];
}
var usePagination_default = usePagination;
// node_modules/antd/es/table/hooks/useSorter.js
var React570 = __toESM(require_react());
var import_classnames254 = __toESM(require_classnames());
var ASCEND = "ascend";
var DESCEND = "descend";
var getMultiplePriority = (column2) => {
if (typeof column2.sorter === "object" && typeof column2.sorter.multiple === "number") {
return column2.sorter.multiple;
}
return false;
};
var getSortFunction = (sorter) => {
if (typeof sorter === "function") {
return sorter;
}
if (sorter && typeof sorter === "object" && sorter.compare) {
return sorter.compare;
}
return false;
};
var nextSortDirection = (sortDirections, current) => {
if (!current) {
return sortDirections[0];
}
return sortDirections[sortDirections.indexOf(current) + 1];
};
var collectSortStates = (columns, init, pos) => {
let sortStates = [];
const pushState = (column2, columnPos) => {
sortStates.push({
column: column2,
key: getColumnKey(column2, columnPos),
multiplePriority: getMultiplePriority(column2),
sortOrder: column2.sortOrder
});
};
(columns || []).forEach((column2, index3) => {
const columnPos = getColumnPos(index3, pos);
if (column2.children) {
if ("sortOrder" in column2) {
pushState(column2, columnPos);
}
sortStates = [].concat(_toConsumableArray(sortStates), _toConsumableArray(collectSortStates(column2.children, init, columnPos)));
} else if (column2.sorter) {
if ("sortOrder" in column2) {
pushState(column2, columnPos);
} else if (init && column2.defaultSortOrder) {
sortStates.push({
column: column2,
key: getColumnKey(column2, columnPos),
multiplePriority: getMultiplePriority(column2),
sortOrder: column2.defaultSortOrder
});
}
}
});
return sortStates;
};
var injectSorter = (prefixCls, columns, sorterStates, triggerSorter, defaultSortDirections, tableLocale, tableShowSorterTooltip, pos) => {
const finalColumns = (columns || []).map((column2, index3) => {
const columnPos = getColumnPos(index3, pos);
let newColumn = column2;
if (newColumn.sorter) {
const sortDirections = newColumn.sortDirections || defaultSortDirections;
const showSorterTooltip = newColumn.showSorterTooltip === void 0 ? tableShowSorterTooltip : newColumn.showSorterTooltip;
const columnKey = getColumnKey(newColumn, columnPos);
const sorterState = sorterStates.find(({
key
}) => key === columnKey);
const sortOrder = sorterState ? sorterState.sortOrder : null;
const nextSortOrder = nextSortDirection(sortDirections, sortOrder);
let sorter;
if (column2.sortIcon) {
sorter = column2.sortIcon({
sortOrder
});
} else {
const upNode = sortDirections.includes(ASCEND) && React570.createElement(CaretUpOutlined_default, {
className: (0, import_classnames254.default)(`${prefixCls}-column-sorter-up`, {
active: sortOrder === ASCEND
})
});
const downNode = sortDirections.includes(DESCEND) && React570.createElement(CaretDownOutlined_default, {
className: (0, import_classnames254.default)(`${prefixCls}-column-sorter-down`, {
active: sortOrder === DESCEND
})
});
sorter = React570.createElement("span", {
className: (0, import_classnames254.default)(`${prefixCls}-column-sorter`, {
[`${prefixCls}-column-sorter-full`]: !!(upNode && downNode)
})
}, React570.createElement("span", {
className: `${prefixCls}-column-sorter-inner`,
"aria-hidden": "true"
}, upNode, downNode));
}
const {
cancelSort,
triggerAsc,
triggerDesc
} = tableLocale || {};
let sortTip = cancelSort;
if (nextSortOrder === DESCEND) {
sortTip = triggerDesc;
} else if (nextSortOrder === ASCEND) {
sortTip = triggerAsc;
}
const tooltipProps = typeof showSorterTooltip === "object" ? Object.assign({
title: sortTip
}, showSorterTooltip) : {
title: sortTip
};
newColumn = Object.assign(Object.assign({}, newColumn), {
className: (0, import_classnames254.default)(newColumn.className, {
[`${prefixCls}-column-sort`]: sortOrder
}),
title: (renderProps) => {
const columnSortersClass = `${prefixCls}-column-sorters`;
const renderColumnTitleWrapper = React570.createElement("span", {
className: `${prefixCls}-column-title`
}, renderColumnTitle(column2.title, renderProps));
const renderSortTitle = React570.createElement("div", {
className: columnSortersClass
}, renderColumnTitleWrapper, sorter);
if (showSorterTooltip) {
if (typeof showSorterTooltip !== "boolean" && (showSorterTooltip === null || showSorterTooltip === void 0 ? void 0 : showSorterTooltip.target) === "sorter-icon") {
return React570.createElement("div", {
className: (0, import_classnames254.default)(columnSortersClass, `${columnSortersClass}-tooltip-target-sorter`)
}, renderColumnTitleWrapper, React570.createElement(tooltip_default, Object.assign({}, tooltipProps), sorter));
}
return React570.createElement(tooltip_default, Object.assign({}, tooltipProps), renderSortTitle);
}
return renderSortTitle;
},
onHeaderCell: (col) => {
var _a;
const cell = ((_a = column2.onHeaderCell) === null || _a === void 0 ? void 0 : _a.call(column2, col)) || {};
const originOnClick = cell.onClick;
const originOKeyDown = cell.onKeyDown;
cell.onClick = (event) => {
triggerSorter({
column: column2,
key: columnKey,
sortOrder: nextSortOrder,
multiplePriority: getMultiplePriority(column2)
});
originOnClick === null || originOnClick === void 0 ? void 0 : originOnClick(event);
};
cell.onKeyDown = (event) => {
if (event.keyCode === KeyCode_default.ENTER) {
triggerSorter({
column: column2,
key: columnKey,
sortOrder: nextSortOrder,
multiplePriority: getMultiplePriority(column2)
});
originOKeyDown === null || originOKeyDown === void 0 ? void 0 : originOKeyDown(event);
}
};
const renderTitle = safeColumnTitle(column2.title, {});
const displayTitle = renderTitle === null || renderTitle === void 0 ? void 0 : renderTitle.toString();
if (sortOrder) {
cell["aria-sort"] = sortOrder === "ascend" ? "ascending" : "descending";
}
cell["aria-label"] = displayTitle || "";
cell.className = (0, import_classnames254.default)(cell.className, `${prefixCls}-column-has-sorters`);
cell.tabIndex = 0;
if (column2.ellipsis) {
cell.title = (renderTitle !== null && renderTitle !== void 0 ? renderTitle : "").toString();
}
return cell;
}
});
}
if ("children" in newColumn) {
newColumn = Object.assign(Object.assign({}, newColumn), {
children: injectSorter(prefixCls, newColumn.children, sorterStates, triggerSorter, defaultSortDirections, tableLocale, tableShowSorterTooltip, columnPos)
});
}
return newColumn;
});
return finalColumns;
};
var stateToInfo = (sorterState) => {
const {
column: column2,
sortOrder
} = sorterState;
return {
column: column2,
order: sortOrder,
field: column2.dataIndex,
columnKey: column2.key
};
};
var generateSorterInfo = (sorterStates) => {
const activeSorters = sorterStates.filter(({
sortOrder
}) => sortOrder).map(stateToInfo);
if (activeSorters.length === 0 && sorterStates.length) {
const lastIndex = sorterStates.length - 1;
return Object.assign(Object.assign({}, stateToInfo(sorterStates[lastIndex])), {
column: void 0,
order: void 0,
field: void 0,
columnKey: void 0
});
}
if (activeSorters.length <= 1) {
return activeSorters[0] || {};
}
return activeSorters;
};
var getSortData = (data, sortStates, childrenColumnName) => {
const innerSorterStates = sortStates.slice().sort((a, b) => b.multiplePriority - a.multiplePriority);
const cloneData = data.slice();
const runningSorters = innerSorterStates.filter(({
column: {
sorter
},
sortOrder
}) => getSortFunction(sorter) && sortOrder);
if (!runningSorters.length) {
return cloneData;
}
return cloneData.sort((record1, record2) => {
for (let i = 0; i < runningSorters.length; i += 1) {
const sorterState = runningSorters[i];
const {
column: {
sorter
},
sortOrder
} = sorterState;
const compareFn = getSortFunction(sorter);
if (compareFn && sortOrder) {
const compareResult = compareFn(record1, record2, sortOrder);
if (compareResult !== 0) {
return sortOrder === ASCEND ? compareResult : -compareResult;
}
}
}
return 0;
}).map((record) => {
const subRecords = record[childrenColumnName];
if (subRecords) {
return Object.assign(Object.assign({}, record), {
[childrenColumnName]: getSortData(subRecords, sortStates, childrenColumnName)
});
}
return record;
});
};
var useFilterSorter = (props) => {
const {
prefixCls,
mergedColumns,
sortDirections,
tableLocale,
showSorterTooltip,
onSorterChange
} = props;
const [sortStates, setSortStates] = React570.useState(() => collectSortStates(mergedColumns, true));
const getColumnKeys = (columns, pos) => {
const newKeys = [];
columns.forEach((item, index3) => {
const columnPos = getColumnPos(index3, pos);
newKeys.push(getColumnKey(item, columnPos));
if (Array.isArray(item.children)) {
const childKeys = getColumnKeys(item.children, columnPos);
newKeys.push.apply(newKeys, _toConsumableArray(childKeys));
}
});
return newKeys;
};
const mergedSorterStates = React570.useMemo(() => {
let validate = true;
const collectedStates = collectSortStates(mergedColumns, false);
if (!collectedStates.length) {
const mergedColumnsKeys = getColumnKeys(mergedColumns);
return sortStates.filter(({
key
}) => mergedColumnsKeys.includes(key));
}
const validateStates = [];
function patchStates(state) {
if (validate) {
validateStates.push(state);
} else {
validateStates.push(Object.assign(Object.assign({}, state), {
sortOrder: null
}));
}
}
let multipleMode = null;
collectedStates.forEach((state) => {
if (multipleMode === null) {
patchStates(state);
if (state.sortOrder) {
if (state.multiplePriority === false) {
validate = false;
} else {
multipleMode = true;
}
}
} else if (multipleMode && state.multiplePriority !== false) {
patchStates(state);
} else {
validate = false;
patchStates(state);
}
});
return validateStates;
}, [mergedColumns, sortStates]);
const columnTitleSorterProps = React570.useMemo(() => {
var _a, _b;
const sortColumns = mergedSorterStates.map(({
column: column2,
sortOrder
}) => ({
column: column2,
order: sortOrder
}));
return {
sortColumns,
// Legacy
sortColumn: (_a = sortColumns[0]) === null || _a === void 0 ? void 0 : _a.column,
sortOrder: (_b = sortColumns[0]) === null || _b === void 0 ? void 0 : _b.order
};
}, [mergedSorterStates]);
const triggerSorter = (sortState) => {
let newSorterStates;
if (sortState.multiplePriority === false || !mergedSorterStates.length || mergedSorterStates[0].multiplePriority === false) {
newSorterStates = [sortState];
} else {
newSorterStates = [].concat(_toConsumableArray(mergedSorterStates.filter(({
key
}) => key !== sortState.key)), [sortState]);
}
setSortStates(newSorterStates);
onSorterChange(generateSorterInfo(newSorterStates), newSorterStates);
};
const transformColumns = (innerColumns) => injectSorter(prefixCls, innerColumns, mergedSorterStates, triggerSorter, sortDirections, tableLocale, showSorterTooltip);
const getSorters = () => generateSorterInfo(mergedSorterStates);
return [transformColumns, mergedSorterStates, columnTitleSorterProps, getSorters];
};
var useSorter_default = useFilterSorter;
// node_modules/antd/es/table/hooks/useTitleColumns.js
var React571 = __toESM(require_react());
var fillTitle = (columns, columnTitleProps) => {
const finalColumns = columns.map((column2) => {
const cloneColumn = Object.assign({}, column2);
cloneColumn.title = renderColumnTitle(column2.title, columnTitleProps);
if ("children" in cloneColumn) {
cloneColumn.children = fillTitle(cloneColumn.children, columnTitleProps);
}
return cloneColumn;
});
return finalColumns;
};
var useTitleColumns = (columnTitleProps) => {
const filledColumns = React571.useCallback((columns) => fillTitle(columns, columnTitleProps), [columnTitleProps]);
return [filledColumns];
};
var useTitleColumns_default = useTitleColumns;
// node_modules/antd/es/table/RcTable/index.js
var RcTable = genTable((prev2, next2) => {
const {
_renderTimes: prevRenderTimes
} = prev2;
const {
_renderTimes: nextRenderTimes
} = next2;
return prevRenderTimes !== nextRenderTimes;
});
var RcTable_default = RcTable;
// node_modules/antd/es/table/RcTable/VirtualTable.js
var RcVirtualTable = genVirtualTable((prev2, next2) => {
const {
_renderTimes: prevRenderTimes
} = prev2;
const {
_renderTimes: nextRenderTimes
} = next2;
return prevRenderTimes !== nextRenderTimes;
});
var VirtualTable_default2 = RcVirtualTable;
// node_modules/antd/es/table/style/bordered.js
var genBorderedStyle4 = (token2) => {
const {
componentCls,
lineWidth,
lineType,
tableBorderColor,
tableHeaderBg,
tablePaddingVertical,
tablePaddingHorizontal,
calc
} = token2;
const tableBorder = `${unit2(lineWidth)} ${lineType} ${tableBorderColor}`;
const getSizeBorderStyle = (size, paddingVertical, paddingHorizontal) => ({
[`&${componentCls}-${size}`]: {
[`> ${componentCls}-container`]: {
[`> ${componentCls}-content, > ${componentCls}-body`]: {
[`
> table > tbody > tr > th,
> table > tbody > tr > td
`]: {
[`> ${componentCls}-expanded-row-fixed`]: {
margin: `${unit2(calc(paddingVertical).mul(-1).equal())}
${unit2(calc(calc(paddingHorizontal).add(lineWidth)).mul(-1).equal())}`
}
}
}
}
}
});
return {
[`${componentCls}-wrapper`]: {
[`${componentCls}${componentCls}-bordered`]: Object.assign(Object.assign(Object.assign({
// ============================ Title =============================
[`> ${componentCls}-title`]: {
border: tableBorder,
borderBottom: 0
},
// ============================ Content ============================
[`> ${componentCls}-container`]: {
borderInlineStart: tableBorder,
borderTop: tableBorder,
[`
> ${componentCls}-content,
> ${componentCls}-header,
> ${componentCls}-body,
> ${componentCls}-summary
`]: {
"> table": {
// ============================= Cell =============================
[`
> thead > tr > th,
> thead > tr > td,
> tbody > tr > th,
> tbody > tr > td,
> tfoot > tr > th,
> tfoot > tr > td
`]: {
borderInlineEnd: tableBorder
},
// ============================ Header ============================
"> thead": {
"> tr:not(:last-child) > th": {
borderBottom: tableBorder
},
"> tr > th::before": {
backgroundColor: "transparent !important"
}
},
// Fixed right should provides additional border
[`
> thead > tr,
> tbody > tr,
> tfoot > tr
`]: {
[`> ${componentCls}-cell-fix-right-first::after`]: {
borderInlineEnd: tableBorder
}
},
// ========================== Expandable ==========================
[`
> tbody > tr > th,
> tbody > tr > td
`]: {
[`> ${componentCls}-expanded-row-fixed`]: {
margin: `${unit2(calc(tablePaddingVertical).mul(-1).equal())} ${unit2(calc(calc(tablePaddingHorizontal).add(lineWidth)).mul(-1).equal())}`,
"&::after": {
position: "absolute",
top: 0,
insetInlineEnd: lineWidth,
bottom: 0,
borderInlineEnd: tableBorder,
content: '""'
}
}
}
}
}
},
// ============================ Scroll ============================
[`&${componentCls}-scroll-horizontal`]: {
[`> ${componentCls}-container > ${componentCls}-body`]: {
"> table > tbody": {
[`
> tr${componentCls}-expanded-row,
> tr${componentCls}-placeholder
`]: {
"> th, > td": {
borderInlineEnd: 0
}
}
}
}
}
}, getSizeBorderStyle("middle", token2.tablePaddingVerticalMiddle, token2.tablePaddingHorizontalMiddle)), getSizeBorderStyle("small", token2.tablePaddingVerticalSmall, token2.tablePaddingHorizontalSmall)), {
// ============================ Footer ============================
[`> ${componentCls}-footer`]: {
border: tableBorder,
borderTop: 0
}
}),
// ============================ Nested ============================
[`${componentCls}-cell`]: {
[`${componentCls}-container:first-child`]: {
// :first-child to avoid the case when bordered and title is set
borderTop: 0
},
// https://github.com/ant-design/ant-design/issues/35577
"&-scrollbar:not([rowspan])": {
boxShadow: `0 ${unit2(lineWidth)} 0 ${unit2(lineWidth)} ${tableHeaderBg}`
}
},
[`${componentCls}-bordered ${componentCls}-cell-scrollbar`]: {
borderInlineEnd: tableBorder
}
}
};
};
var bordered_default2 = genBorderedStyle4;
// node_modules/antd/es/table/style/ellipsis.js
var genEllipsisStyle = (token2) => {
const {
componentCls
} = token2;
return {
[`${componentCls}-wrapper`]: {
[`${componentCls}-cell-ellipsis`]: Object.assign(Object.assign({}, textEllipsis), {
wordBreak: "keep-all",
// Fixed first or last should special process
[`
&${componentCls}-cell-fix-left-last,
&${componentCls}-cell-fix-right-first
`]: {
overflow: "visible",
[`${componentCls}-cell-content`]: {
display: "block",
overflow: "hidden",
textOverflow: "ellipsis"
}
},
[`${componentCls}-column-title`]: {
overflow: "hidden",
textOverflow: "ellipsis",
wordBreak: "keep-all"
}
})
}
};
};
var ellipsis_default = genEllipsisStyle;
// node_modules/antd/es/table/style/empty.js
var genEmptyStyle = (token2) => {
const {
componentCls
} = token2;
return {
[`${componentCls}-wrapper`]: {
[`${componentCls}-tbody > tr${componentCls}-placeholder`]: {
textAlign: "center",
color: token2.colorTextDisabled,
[`
&:hover > th,
&:hover > td,
`]: {
background: token2.colorBgContainer
}
}
}
};
};
var empty_default3 = genEmptyStyle;
// node_modules/antd/es/table/style/expand.js
var genExpandStyle = (token2) => {
const {
componentCls,
antCls,
motionDurationSlow,
lineWidth,
paddingXS,
lineType,
tableBorderColor,
tableExpandIconBg,
tableExpandColumnWidth,
borderRadius,
tablePaddingVertical,
tablePaddingHorizontal,
tableExpandedRowBg,
paddingXXS,
expandIconMarginTop,
expandIconSize,
expandIconHalfInner,
expandIconScale,
calc
} = token2;
const tableBorder = `${unit2(lineWidth)} ${lineType} ${tableBorderColor}`;
const expandIconLineOffset = calc(paddingXXS).sub(lineWidth).equal();
return {
[`${componentCls}-wrapper`]: {
[`${componentCls}-expand-icon-col`]: {
width: tableExpandColumnWidth
},
[`${componentCls}-row-expand-icon-cell`]: {
textAlign: "center",
[`${componentCls}-row-expand-icon`]: {
display: "inline-flex",
float: "none",
verticalAlign: "sub"
}
},
[`${componentCls}-row-indent`]: {
height: 1,
float: "left"
},
[`${componentCls}-row-expand-icon`]: Object.assign(Object.assign({}, operationUnit(token2)), {
position: "relative",
float: "left",
width: expandIconSize,
height: expandIconSize,
color: "inherit",
lineHeight: unit2(expandIconSize),
background: tableExpandIconBg,
border: tableBorder,
borderRadius,
transform: `scale(${expandIconScale})`,
"&:focus, &:hover, &:active": {
borderColor: "currentcolor"
},
"&::before, &::after": {
position: "absolute",
background: "currentcolor",
transition: `transform ${motionDurationSlow} ease-out`,
content: '""'
},
"&::before": {
top: expandIconHalfInner,
insetInlineEnd: expandIconLineOffset,
insetInlineStart: expandIconLineOffset,
height: lineWidth
},
"&::after": {
top: expandIconLineOffset,
bottom: expandIconLineOffset,
insetInlineStart: expandIconHalfInner,
width: lineWidth,
transform: "rotate(90deg)"
},
// Motion effect
"&-collapsed::before": {
transform: "rotate(-180deg)"
},
"&-collapsed::after": {
transform: "rotate(0deg)"
},
"&-spaced": {
"&::before, &::after": {
display: "none",
content: "none"
},
background: "transparent",
border: 0,
visibility: "hidden"
}
}),
[`${componentCls}-row-indent + ${componentCls}-row-expand-icon`]: {
marginTop: expandIconMarginTop,
marginInlineEnd: paddingXS
},
[`tr${componentCls}-expanded-row`]: {
"&, &:hover": {
"> th, > td": {
background: tableExpandedRowBg
}
},
// https://github.com/ant-design/ant-design/issues/25573
[`${antCls}-descriptions-view`]: {
display: "flex",
table: {
flex: "auto",
width: "100%"
}
}
},
// With fixed
[`${componentCls}-expanded-row-fixed`]: {
position: "relative",
margin: `${unit2(calc(tablePaddingVertical).mul(-1).equal())} ${unit2(calc(tablePaddingHorizontal).mul(-1).equal())}`,
padding: `${unit2(tablePaddingVertical)} ${unit2(tablePaddingHorizontal)}`
}
}
};
};
var expand_default = genExpandStyle;
// node_modules/antd/es/table/style/filter.js
var genFilterStyle = (token2) => {
const {
componentCls,
antCls,
iconCls,
tableFilterDropdownWidth,
tableFilterDropdownSearchWidth,
paddingXXS,
paddingXS,
colorText,
lineWidth,
lineType,
tableBorderColor,
headerIconColor,
fontSizeSM,
tablePaddingHorizontal,
borderRadius,
motionDurationSlow,
colorIcon,
colorPrimary,
tableHeaderFilterActiveBg,
colorTextDisabled,
tableFilterDropdownBg,
tableFilterDropdownHeight,
controlItemBgHover,
controlItemBgActive,
boxShadowSecondary,
filterDropdownMenuBg,
calc
} = token2;
const dropdownPrefixCls = `${antCls}-dropdown`;
const tableFilterDropdownPrefixCls = `${componentCls}-filter-dropdown`;
const treePrefixCls = `${antCls}-tree`;
const tableBorder = `${unit2(lineWidth)} ${lineType} ${tableBorderColor}`;
return [
{
[`${componentCls}-wrapper`]: {
[`${componentCls}-filter-column`]: {
display: "flex",
justifyContent: "space-between"
},
[`${componentCls}-filter-trigger`]: {
position: "relative",
display: "flex",
alignItems: "center",
marginBlock: calc(paddingXXS).mul(-1).equal(),
marginInline: `${unit2(paddingXXS)} ${unit2(calc(tablePaddingHorizontal).div(2).mul(-1).equal())}`,
padding: `0 ${unit2(paddingXXS)}`,
color: headerIconColor,
fontSize: fontSizeSM,
borderRadius,
cursor: "pointer",
transition: `all ${motionDurationSlow}`,
"&:hover": {
color: colorIcon,
background: tableHeaderFilterActiveBg
},
"&.active": {
color: colorPrimary
}
}
}
},
{
// Dropdown
[`${antCls}-dropdown`]: {
[tableFilterDropdownPrefixCls]: Object.assign(Object.assign({}, resetComponent(token2)), {
minWidth: tableFilterDropdownWidth,
backgroundColor: tableFilterDropdownBg,
borderRadius,
boxShadow: boxShadowSecondary,
overflow: "hidden",
// Reset menu
[`${dropdownPrefixCls}-menu`]: {
// https://github.com/ant-design/ant-design/issues/4916
// https://github.com/ant-design/ant-design/issues/19542
maxHeight: tableFilterDropdownHeight,
overflowX: "hidden",
border: 0,
boxShadow: "none",
borderRadius: "unset",
backgroundColor: filterDropdownMenuBg,
"&:empty::after": {
display: "block",
padding: `${unit2(paddingXS)} 0`,
color: colorTextDisabled,
fontSize: fontSizeSM,
textAlign: "center",
content: '"Not Found"'
}
},
[`${tableFilterDropdownPrefixCls}-tree`]: {
paddingBlock: `${unit2(paddingXS)} 0`,
paddingInline: paddingXS,
[treePrefixCls]: {
padding: 0
},
[`${treePrefixCls}-treenode ${treePrefixCls}-node-content-wrapper:hover`]: {
backgroundColor: controlItemBgHover
},
[`${treePrefixCls}-treenode-checkbox-checked ${treePrefixCls}-node-content-wrapper`]: {
"&, &:hover": {
backgroundColor: controlItemBgActive
}
}
},
[`${tableFilterDropdownPrefixCls}-search`]: {
padding: paddingXS,
borderBottom: tableBorder,
"&-input": {
input: {
minWidth: tableFilterDropdownSearchWidth
},
[iconCls]: {
color: colorTextDisabled
}
}
},
[`${tableFilterDropdownPrefixCls}-checkall`]: {
width: "100%",
marginBottom: paddingXXS,
marginInlineStart: paddingXXS
},
// Operation
[`${tableFilterDropdownPrefixCls}-btns`]: {
display: "flex",
justifyContent: "space-between",
padding: `${unit2(calc(paddingXS).sub(lineWidth).equal())} ${unit2(paddingXS)}`,
overflow: "hidden",
borderTop: tableBorder
}
})
}
},
// Dropdown Menu & SubMenu
{
// submenu of table filter dropdown
[`${antCls}-dropdown ${tableFilterDropdownPrefixCls}, ${tableFilterDropdownPrefixCls}-submenu`]: {
// Checkbox
[`${antCls}-checkbox-wrapper + span`]: {
paddingInlineStart: paddingXS,
color: colorText
},
"> ul": {
maxHeight: "calc(100vh - 130px)",
overflowX: "hidden",
overflowY: "auto"
}
}
}
];
};
var filter_default = genFilterStyle;
// node_modules/antd/es/table/style/fixed.js
var genFixedStyle = (token2) => {
const {
componentCls,
lineWidth,
colorSplit,
motionDurationSlow,
zIndexTableFixed: zIndexTableFixed2,
tableBg,
zIndexTableSticky,
calc
} = token2;
const shadowColor = colorSplit;
return {
[`${componentCls}-wrapper`]: {
[`
${componentCls}-cell-fix-left,
${componentCls}-cell-fix-right
`]: {
position: "sticky !important",
zIndex: zIndexTableFixed2,
background: tableBg
},
[`
${componentCls}-cell-fix-left-first::after,
${componentCls}-cell-fix-left-last::after
`]: {
position: "absolute",
top: 0,
right: {
_skip_check_: true,
value: 0
},
bottom: calc(lineWidth).mul(-1).equal(),
width: 30,
transform: "translateX(100%)",
transition: `box-shadow ${motionDurationSlow}`,
content: '""',
pointerEvents: "none",
// fix issues: https://github.com/ant-design/ant-design/issues/54587
willChange: "transform"
},
[`${componentCls}-cell-fix-left-all::after`]: {
display: "none"
},
[`
${componentCls}-cell-fix-right-first::after,
${componentCls}-cell-fix-right-last::after
`]: {
position: "absolute",
top: 0,
bottom: calc(lineWidth).mul(-1).equal(),
left: {
_skip_check_: true,
value: 0
},
width: 30,
transform: "translateX(-100%)",
transition: `box-shadow ${motionDurationSlow}`,
content: '""',
pointerEvents: "none"
},
[`${componentCls}-container`]: {
position: "relative",
"&::before, &::after": {
position: "absolute",
top: 0,
bottom: 0,
zIndex: calc(zIndexTableSticky).add(1).equal({
unit: false
}),
width: 30,
transition: `box-shadow ${motionDurationSlow}`,
content: '""',
pointerEvents: "none"
},
"&::before": {
insetInlineStart: 0
},
"&::after": {
insetInlineEnd: 0
}
},
[`${componentCls}-ping-left`]: {
[`&:not(${componentCls}-has-fix-left) ${componentCls}-container::before`]: {
boxShadow: `inset 10px 0 8px -8px ${shadowColor}`
},
[`
${componentCls}-cell-fix-left-first::after,
${componentCls}-cell-fix-left-last::after
`]: {
boxShadow: `inset 10px 0 8px -8px ${shadowColor}`
},
[`${componentCls}-cell-fix-left-last::before`]: {
backgroundColor: "transparent !important"
}
},
[`${componentCls}-ping-right`]: {
[`&:not(${componentCls}-has-fix-right) ${componentCls}-container::after`]: {
boxShadow: `inset -10px 0 8px -8px ${shadowColor}`
},
[`
${componentCls}-cell-fix-right-first::after,
${componentCls}-cell-fix-right-last::after
`]: {
boxShadow: `inset -10px 0 8px -8px ${shadowColor}`
}
},
// Gapped fixed Columns do not show the shadow
[`${componentCls}-fixed-column-gapped`]: {
[`
${componentCls}-cell-fix-left-first::after,
${componentCls}-cell-fix-left-last::after,
${componentCls}-cell-fix-right-first::after,
${componentCls}-cell-fix-right-last::after
`]: {
boxShadow: "none"
}
}
}
};
};
var fixed_default = genFixedStyle;
// node_modules/antd/es/table/style/pagination.js
var genPaginationStyle2 = (token2) => {
const {
componentCls,
antCls,
margin
} = token2;
return {
[`${componentCls}-wrapper ${componentCls}-pagination${antCls}-pagination`]: {
margin: `${unit2(margin)} 0`
}
};
};
var pagination_default2 = genPaginationStyle2;
// node_modules/antd/es/table/style/radius.js
var genRadiusStyle2 = (token2) => {
const {
componentCls,
tableRadius
} = token2;
return {
[`${componentCls}-wrapper`]: {
[componentCls]: {
// https://github.com/ant-design/ant-design/issues/39115#issuecomment-1362314574
[`${componentCls}-title, ${componentCls}-header`]: {
borderRadius: `${unit2(tableRadius)} ${unit2(tableRadius)} 0 0`
},
[`${componentCls}-title + ${componentCls}-container`]: {
borderStartStartRadius: 0,
borderStartEndRadius: 0,
// https://github.com/ant-design/ant-design/issues/41975
[`${componentCls}-header, table`]: {
borderRadius: 0
},
"table > thead > tr:first-child": {
"th:first-child, th:last-child, td:first-child, td:last-child": {
borderRadius: 0
}
}
},
"&-container": {
borderStartStartRadius: tableRadius,
borderStartEndRadius: tableRadius,
"table > thead > tr:first-child": {
"> *:first-child": {
borderStartStartRadius: tableRadius
},
"> *:last-child": {
borderStartEndRadius: tableRadius
}
}
},
"&-footer": {
borderRadius: `0 0 ${unit2(tableRadius)} ${unit2(tableRadius)}`
}
}
}
};
};
var radius_default = genRadiusStyle2;
// node_modules/antd/es/table/style/rtl.js
var genStyle = (token2) => {
const {
componentCls
} = token2;
return {
[`${componentCls}-wrapper-rtl`]: {
direction: "rtl",
table: {
direction: "rtl"
},
[`${componentCls}-pagination-left`]: {
justifyContent: "flex-end"
},
[`${componentCls}-pagination-right`]: {
justifyContent: "flex-start"
},
[`${componentCls}-row-expand-icon`]: {
float: "right",
"&::after": {
transform: "rotate(-90deg)"
},
"&-collapsed::before": {
transform: "rotate(180deg)"
},
"&-collapsed::after": {
transform: "rotate(0deg)"
}
},
[`${componentCls}-container`]: {
"&::before": {
insetInlineStart: "unset",
insetInlineEnd: 0
},
"&::after": {
insetInlineStart: 0,
insetInlineEnd: "unset"
},
[`${componentCls}-row-indent`]: {
float: "right"
}
}
}
};
};
var rtl_default3 = genStyle;
// node_modules/antd/es/table/style/selection.js
var genSelectionStyle2 = (token2) => {
const {
componentCls,
antCls,
iconCls,
fontSizeIcon,
padding,
paddingXS,
headerIconColor,
headerIconHoverColor,
tableSelectionColumnWidth,
tableSelectedRowBg,
tableSelectedRowHoverBg,
tableRowHoverBg,
tablePaddingHorizontal,
calc
} = token2;
return {
[`${componentCls}-wrapper`]: {
// ========================== Selections ==========================
[`${componentCls}-selection-col`]: {
width: tableSelectionColumnWidth,
[`&${componentCls}-selection-col-with-dropdown`]: {
width: calc(tableSelectionColumnWidth).add(fontSizeIcon).add(calc(padding).div(4)).equal()
}
},
[`${componentCls}-bordered ${componentCls}-selection-col`]: {
width: calc(tableSelectionColumnWidth).add(calc(paddingXS).mul(2)).equal(),
[`&${componentCls}-selection-col-with-dropdown`]: {
width: calc(tableSelectionColumnWidth).add(fontSizeIcon).add(calc(padding).div(4)).add(calc(paddingXS).mul(2)).equal()
}
},
[`
table tr th${componentCls}-selection-column,
table tr td${componentCls}-selection-column,
${componentCls}-selection-column
`]: {
paddingInlineEnd: token2.paddingXS,
paddingInlineStart: token2.paddingXS,
textAlign: "center",
[`${antCls}-radio-wrapper`]: {
marginInlineEnd: 0
}
},
[`table tr th${componentCls}-selection-column${componentCls}-cell-fix-left`]: {
zIndex: calc(token2.zIndexTableFixed).add(1).equal({
unit: false
})
},
[`table tr th${componentCls}-selection-column::after`]: {
backgroundColor: "transparent !important"
},
[`${componentCls}-selection`]: {
position: "relative",
display: "inline-flex",
flexDirection: "column"
},
[`${componentCls}-selection-extra`]: {
position: "absolute",
top: 0,
zIndex: 1,
cursor: "pointer",
transition: `all ${token2.motionDurationSlow}`,
marginInlineStart: "100%",
paddingInlineStart: unit2(calc(tablePaddingHorizontal).div(4).equal()),
[iconCls]: {
color: headerIconColor,
fontSize: fontSizeIcon,
verticalAlign: "baseline",
"&:hover": {
color: headerIconHoverColor
}
}
},
// ============================= Rows =============================
[`${componentCls}-tbody`]: {
[`${componentCls}-row`]: {
[`&${componentCls}-row-selected`]: {
[`> ${componentCls}-cell`]: {
background: tableSelectedRowBg,
"&-row-hover": {
background: tableSelectedRowHoverBg
}
}
},
[`> ${componentCls}-cell-row-hover`]: {
background: tableRowHoverBg
}
}
}
}
};
};
var selection_default = genSelectionStyle2;
// node_modules/antd/es/table/style/size.js
var genSizeStyle5 = (token2) => {
const {
componentCls,
tableExpandColumnWidth,
calc
} = token2;
const getSizeStyle = (size, paddingVertical, paddingHorizontal, fontSize) => ({
[`${componentCls}${componentCls}-${size}`]: {
fontSize,
[`
${componentCls}-title,
${componentCls}-footer,
${componentCls}-cell,
${componentCls}-thead > tr > th,
${componentCls}-tbody > tr > th,
${componentCls}-tbody > tr > td,
tfoot > tr > th,
tfoot > tr > td
`]: {
padding: `${unit2(paddingVertical)} ${unit2(paddingHorizontal)}`
},
[`${componentCls}-filter-trigger`]: {
marginInlineEnd: unit2(calc(paddingHorizontal).div(2).mul(-1).equal())
},
[`${componentCls}-expanded-row-fixed`]: {
margin: `${unit2(calc(paddingVertical).mul(-1).equal())} ${unit2(calc(paddingHorizontal).mul(-1).equal())}`
},
[`${componentCls}-tbody`]: {
// ========================= Nest Table ===========================
[`${componentCls}-wrapper:only-child ${componentCls}`]: {
marginBlock: unit2(calc(paddingVertical).mul(-1).equal()),
marginInline: `${unit2(calc(tableExpandColumnWidth).sub(paddingHorizontal).equal())} ${unit2(calc(paddingHorizontal).mul(-1).equal())}`
}
},
// https://github.com/ant-design/ant-design/issues/35167
[`${componentCls}-selection-extra`]: {
paddingInlineStart: unit2(calc(paddingHorizontal).div(4).equal())
}
}
});
return {
[`${componentCls}-wrapper`]: Object.assign(Object.assign({}, getSizeStyle("middle", token2.tablePaddingVerticalMiddle, token2.tablePaddingHorizontalMiddle, token2.tableFontSizeMiddle)), getSizeStyle("small", token2.tablePaddingVerticalSmall, token2.tablePaddingHorizontalSmall, token2.tableFontSizeSmall))
};
};
var size_default = genSizeStyle5;
// node_modules/antd/es/table/style/sorter.js
var genSorterStyle = (token2) => {
const {
componentCls,
marginXXS,
fontSizeIcon,
headerIconColor,
headerIconHoverColor
} = token2;
return {
[`${componentCls}-wrapper`]: {
[`${componentCls}-thead th${componentCls}-column-has-sorters`]: {
outline: "none",
cursor: "pointer",
// why left 0s? Avoid column header move with transition when left is changed
// https://github.com/ant-design/ant-design/issues/50588
transition: `all ${token2.motionDurationSlow}, left 0s`,
"&:hover": {
background: token2.tableHeaderSortHoverBg,
"&::before": {
backgroundColor: "transparent !important"
}
},
"&:focus-visible": {
color: token2.colorPrimary
},
// https://github.com/ant-design/ant-design/issues/30969
[`
&${componentCls}-cell-fix-left:hover,
&${componentCls}-cell-fix-right:hover
`]: {
background: token2.tableFixedHeaderSortActiveBg
}
},
[`${componentCls}-thead th${componentCls}-column-sort`]: {
background: token2.tableHeaderSortBg,
"&::before": {
backgroundColor: "transparent !important"
}
},
[`td${componentCls}-column-sort`]: {
background: token2.tableBodySortBg
},
[`${componentCls}-column-title`]: {
position: "relative",
zIndex: 1,
flex: 1,
minWidth: 0
},
[`${componentCls}-column-sorters`]: {
display: "flex",
flex: "auto",
alignItems: "center",
justifyContent: "space-between",
"&::after": {
position: "absolute",
inset: 0,
width: "100%",
height: "100%",
content: '""'
}
},
[`${componentCls}-column-sorters-tooltip-target-sorter`]: {
"&::after": {
content: "none"
}
},
[`${componentCls}-column-sorter`]: {
marginInlineStart: marginXXS,
color: headerIconColor,
fontSize: 0,
transition: `color ${token2.motionDurationSlow}`,
"&-inner": {
display: "inline-flex",
flexDirection: "column",
alignItems: "center"
},
"&-up, &-down": {
fontSize: fontSizeIcon,
"&.active": {
color: token2.colorPrimary
}
},
[`${componentCls}-column-sorter-up + ${componentCls}-column-sorter-down`]: {
marginTop: "-0.3em"
}
},
[`${componentCls}-column-sorters:hover ${componentCls}-column-sorter`]: {
color: headerIconHoverColor
}
}
};
};
var sorter_default = genSorterStyle;
// node_modules/antd/es/table/style/sticky.js
var genStickyStyle = (token2) => {
const {
componentCls,
opacityLoading,
tableScrollThumbBg,
tableScrollThumbBgHover,
tableScrollThumbSize,
tableScrollBg,
zIndexTableSticky,
stickyScrollBarBorderRadius,
lineWidth,
lineType,
tableBorderColor
} = token2;
const tableBorder = `${unit2(lineWidth)} ${lineType} ${tableBorderColor}`;
return {
[`${componentCls}-wrapper`]: {
[`${componentCls}-sticky`]: {
"&-holder": {
position: "sticky",
zIndex: zIndexTableSticky,
background: token2.colorBgContainer
},
"&-scroll": {
position: "sticky",
bottom: 0,
height: `${unit2(tableScrollThumbSize)} !important`,
zIndex: zIndexTableSticky,
display: "flex",
alignItems: "center",
background: tableScrollBg,
borderTop: tableBorder,
opacity: opacityLoading,
"&:hover": {
transformOrigin: "center bottom"
},
// fake scrollbar style of sticky
"&-bar": {
height: tableScrollThumbSize,
backgroundColor: tableScrollThumbBg,
borderRadius: stickyScrollBarBorderRadius,
transition: `all ${token2.motionDurationSlow}, transform 0s`,
position: "absolute",
bottom: 0,
"&:hover, &-active": {
backgroundColor: tableScrollThumbBgHover
}
}
}
}
}
};
};
var sticky_default = genStickyStyle;
// node_modules/antd/es/table/style/summary.js
var genSummaryStyle = (token2) => {
const {
componentCls,
lineWidth,
tableBorderColor,
calc
} = token2;
const tableBorder = `${unit2(lineWidth)} ${token2.lineType} ${tableBorderColor}`;
return {
[`${componentCls}-wrapper`]: {
[`${componentCls}-summary`]: {
position: "relative",
zIndex: token2.zIndexTableFixed,
background: token2.tableBg,
"> tr": {
"> th, > td": {
borderBottom: tableBorder
}
}
},
[`div${componentCls}-summary`]: {
boxShadow: `0 ${unit2(calc(lineWidth).mul(-1).equal())} 0 ${tableBorderColor}`
}
}
};
};
var summary_default = genSummaryStyle;
// node_modules/antd/es/table/style/virtual.js
var genVirtualStyle = (token2) => {
const {
componentCls,
motionDurationMid,
lineWidth,
lineType,
tableBorderColor,
calc
} = token2;
const tableBorder = `${unit2(lineWidth)} ${lineType} ${tableBorderColor}`;
const rowCellCls = `${componentCls}-expanded-row-cell`;
return {
[`${componentCls}-wrapper`]: {
// ========================== Row ==========================
[`${componentCls}-tbody-virtual`]: {
[`${componentCls}-tbody-virtual-holder-inner`]: {
[`
& > ${componentCls}-row,
& > div:not(${componentCls}-row) > ${componentCls}-row
`]: {
display: "flex",
boxSizing: "border-box",
width: "100%"
}
},
[`${componentCls}-cell`]: {
borderBottom: tableBorder,
transition: `background ${motionDurationMid}`
},
[`${componentCls}-expanded-row`]: {
[`${rowCellCls}${rowCellCls}-fixed`]: {
position: "sticky",
insetInlineStart: 0,
overflow: "hidden",
width: `calc(var(--virtual-width) - ${unit2(lineWidth)})`,
borderInlineEnd: "none"
}
}
},
// ======================== Border =========================
[`${componentCls}-bordered`]: {
[`${componentCls}-tbody-virtual`]: {
"&:after": {
content: '""',
insetInline: 0,
bottom: 0,
borderBottom: tableBorder,
position: "absolute"
},
[`${componentCls}-cell`]: {
borderInlineEnd: tableBorder,
[`&${componentCls}-cell-fix-right-first:before`]: {
content: '""',
position: "absolute",
insetBlock: 0,
insetInlineStart: calc(lineWidth).mul(-1).equal(),
borderInlineStart: tableBorder
}
}
},
// Empty placeholder
[`&${componentCls}-virtual`]: {
[`${componentCls}-placeholder ${componentCls}-cell`]: {
borderInlineEnd: tableBorder,
borderBottom: tableBorder
}
}
}
}
};
};
var virtual_default = genVirtualStyle;
// node_modules/antd/es/table/style/index.js
var genTableStyle = (token2) => {
const {
componentCls,
fontWeightStrong,
tablePaddingVertical,
tablePaddingHorizontal,
tableExpandColumnWidth,
lineWidth,
lineType,
tableBorderColor,
tableFontSize,
tableBg,
tableRadius,
tableHeaderTextColor,
motionDurationMid,
tableHeaderBg,
tableHeaderCellSplitColor,
tableFooterTextColor,
tableFooterBg,
calc
} = token2;
const tableBorder = `${unit2(lineWidth)} ${lineType} ${tableBorderColor}`;
return {
[`${componentCls}-wrapper`]: Object.assign(Object.assign({
clear: "both",
maxWidth: "100%",
// fix https://github.com/ant-design/ant-design/issues/46177
["--rc-virtual-list-scrollbar-bg"]: token2.tableScrollBg
}, clearFix()), {
[componentCls]: Object.assign(Object.assign({}, resetComponent(token2)), {
fontSize: tableFontSize,
background: tableBg,
borderRadius: `${unit2(tableRadius)} ${unit2(tableRadius)} 0 0`,
// https://github.com/ant-design/ant-design/issues/47486
scrollbarColor: `${token2.tableScrollThumbBg} ${token2.tableScrollBg}`
}),
// https://github.com/ant-design/ant-design/issues/17611
table: {
width: "100%",
textAlign: "start",
borderRadius: `${unit2(tableRadius)} ${unit2(tableRadius)} 0 0`,
borderCollapse: "separate",
borderSpacing: 0
},
// ============================= Cell ==============================
[`
${componentCls}-cell,
${componentCls}-thead > tr > th,
${componentCls}-tbody > tr > th,
${componentCls}-tbody > tr > td,
tfoot > tr > th,
tfoot > tr > td
`]: {
position: "relative",
padding: `${unit2(tablePaddingVertical)} ${unit2(tablePaddingHorizontal)}`,
overflowWrap: "break-word"
},
// ============================ Title =============================
[`${componentCls}-title`]: {
padding: `${unit2(tablePaddingVertical)} ${unit2(tablePaddingHorizontal)}`
},
// ============================ Header ============================
[`${componentCls}-thead`]: {
[`
> tr > th,
> tr > td
`]: {
position: "relative",
color: tableHeaderTextColor,
fontWeight: fontWeightStrong,
textAlign: "start",
background: tableHeaderBg,
borderBottom: tableBorder,
transition: `background ${motionDurationMid} ease`,
"&[colspan]:not([colspan='1'])": {
textAlign: "center"
},
[`&:not(:last-child):not(${componentCls}-selection-column):not(${componentCls}-row-expand-icon-cell):not([colspan])::before`]: {
position: "absolute",
top: "50%",
insetInlineEnd: 0,
width: 1,
height: "1.6em",
backgroundColor: tableHeaderCellSplitColor,
transform: "translateY(-50%)",
transition: `background-color ${motionDurationMid}`,
content: '""'
}
},
"> tr:not(:last-child) > th[colspan]": {
borderBottom: 0
}
},
// ============================ Body ============================
[`${componentCls}-tbody`]: {
"> tr": {
"> th, > td": {
transition: `background ${motionDurationMid}, border-color ${motionDurationMid}`,
borderBottom: tableBorder,
// ========================= Nest Table ===========================
[`
> ${componentCls}-wrapper:only-child,
> ${componentCls}-expanded-row-fixed > ${componentCls}-wrapper:only-child
`]: {
[componentCls]: {
marginBlock: unit2(calc(tablePaddingVertical).mul(-1).equal()),
marginInline: `${unit2(calc(tableExpandColumnWidth).sub(tablePaddingHorizontal).equal())}
${unit2(calc(tablePaddingHorizontal).mul(-1).equal())}`,
[`${componentCls}-tbody > tr:last-child > td`]: {
borderBottomWidth: 0,
"&:first-child, &:last-child": {
borderRadius: 0
}
}
}
}
},
"> th": {
position: "relative",
color: tableHeaderTextColor,
fontWeight: fontWeightStrong,
textAlign: "start",
background: tableHeaderBg,
borderBottom: tableBorder,
transition: `background ${motionDurationMid} ease`
},
// measure cell styles
[`& > ${componentCls}-measure-cell`]: {
paddingBlock: `0 !important`,
borderBlock: `0 !important`,
[`${componentCls}-measure-cell-content`]: {
height: 0,
overflow: "hidden",
pointerEvents: "none"
}
}
}
},
// ============================ Footer ============================
[`${componentCls}-footer`]: {
padding: `${unit2(tablePaddingVertical)} ${unit2(tablePaddingHorizontal)}`,
color: tableFooterTextColor,
background: tableFooterBg
}
})
};
};
var prepareComponentToken52 = (token2) => {
const {
colorFillAlter,
colorBgContainer,
colorTextHeading,
colorFillSecondary,
colorFillContent,
controlItemBgActive,
controlItemBgActiveHover,
padding,
paddingSM,
paddingXS,
colorBorderSecondary,
borderRadiusLG,
controlHeight,
colorTextPlaceholder,
fontSize,
fontSizeSM,
lineHeight,
lineWidth,
colorIcon,
colorIconHover,
opacityLoading,
controlInteractiveSize
} = token2;
const colorFillSecondarySolid = new FastColor(colorFillSecondary).onBackground(colorBgContainer).toHexString();
const colorFillContentSolid = new FastColor(colorFillContent).onBackground(colorBgContainer).toHexString();
const colorFillAlterSolid = new FastColor(colorFillAlter).onBackground(colorBgContainer).toHexString();
const baseColorAction = new FastColor(colorIcon);
const baseColorActionHover = new FastColor(colorIconHover);
const expandIconHalfInner = controlInteractiveSize / 2 - lineWidth;
const expandIconSize = expandIconHalfInner * 2 + lineWidth * 3;
return {
headerBg: colorFillAlterSolid,
headerColor: colorTextHeading,
headerSortActiveBg: colorFillSecondarySolid,
headerSortHoverBg: colorFillContentSolid,
bodySortBg: colorFillAlterSolid,
rowHoverBg: colorFillAlterSolid,
rowSelectedBg: controlItemBgActive,
rowSelectedHoverBg: controlItemBgActiveHover,
rowExpandedBg: colorFillAlter,
cellPaddingBlock: padding,
cellPaddingInline: padding,
cellPaddingBlockMD: paddingSM,
cellPaddingInlineMD: paddingXS,
cellPaddingBlockSM: paddingXS,
cellPaddingInlineSM: paddingXS,
borderColor: colorBorderSecondary,
headerBorderRadius: borderRadiusLG,
footerBg: colorFillAlterSolid,
footerColor: colorTextHeading,
cellFontSize: fontSize,
cellFontSizeMD: fontSize,
cellFontSizeSM: fontSize,
headerSplitColor: colorBorderSecondary,
fixedHeaderSortActiveBg: colorFillSecondarySolid,
headerFilterHoverBg: colorFillContent,
filterDropdownMenuBg: colorBgContainer,
filterDropdownBg: colorBgContainer,
expandIconBg: colorBgContainer,
selectionColumnWidth: controlHeight,
stickyScrollBarBg: colorTextPlaceholder,
stickyScrollBarBorderRadius: 100,
expandIconMarginTop: (fontSize * lineHeight - lineWidth * 3) / 2 - Math.ceil((fontSizeSM * 1.4 - lineWidth * 3) / 2),
headerIconColor: baseColorAction.clone().setA(baseColorAction.a * opacityLoading).toRgbString(),
headerIconHoverColor: baseColorActionHover.clone().setA(baseColorActionHover.a * opacityLoading).toRgbString(),
expandIconHalfInner,
expandIconSize,
expandIconScale: controlInteractiveSize / expandIconSize
};
};
var zIndexTableFixed = 2;
var style_default58 = genStyleHooks("Table", (token2) => {
const {
colorTextHeading,
colorSplit,
colorBgContainer,
controlInteractiveSize: checkboxSize,
headerBg,
headerColor,
headerSortActiveBg,
headerSortHoverBg,
bodySortBg,
rowHoverBg,
rowSelectedBg,
rowSelectedHoverBg,
rowExpandedBg,
cellPaddingBlock,
cellPaddingInline,
cellPaddingBlockMD,
cellPaddingInlineMD,
cellPaddingBlockSM,
cellPaddingInlineSM,
borderColor,
footerBg,
footerColor,
headerBorderRadius,
cellFontSize,
cellFontSizeMD,
cellFontSizeSM,
headerSplitColor,
fixedHeaderSortActiveBg,
headerFilterHoverBg,
filterDropdownBg,
expandIconBg,
selectionColumnWidth,
stickyScrollBarBg,
calc
} = token2;
const tableToken = merge2(token2, {
tableFontSize: cellFontSize,
tableBg: colorBgContainer,
tableRadius: headerBorderRadius,
tablePaddingVertical: cellPaddingBlock,
tablePaddingHorizontal: cellPaddingInline,
tablePaddingVerticalMiddle: cellPaddingBlockMD,
tablePaddingHorizontalMiddle: cellPaddingInlineMD,
tablePaddingVerticalSmall: cellPaddingBlockSM,
tablePaddingHorizontalSmall: cellPaddingInlineSM,
tableBorderColor: borderColor,
tableHeaderTextColor: headerColor,
tableHeaderBg: headerBg,
tableFooterTextColor: footerColor,
tableFooterBg: footerBg,
tableHeaderCellSplitColor: headerSplitColor,
tableHeaderSortBg: headerSortActiveBg,
tableHeaderSortHoverBg: headerSortHoverBg,
tableBodySortBg: bodySortBg,
tableFixedHeaderSortActiveBg: fixedHeaderSortActiveBg,
tableHeaderFilterActiveBg: headerFilterHoverBg,
tableFilterDropdownBg: filterDropdownBg,
tableRowHoverBg: rowHoverBg,
tableSelectedRowBg: rowSelectedBg,
tableSelectedRowHoverBg: rowSelectedHoverBg,
zIndexTableFixed,
zIndexTableSticky: calc(zIndexTableFixed).add(1).equal({
unit: false
}),
tableFontSizeMiddle: cellFontSizeMD,
tableFontSizeSmall: cellFontSizeSM,
tableSelectionColumnWidth: selectionColumnWidth,
tableExpandIconBg: expandIconBg,
tableExpandColumnWidth: calc(checkboxSize).add(calc(token2.padding).mul(2)).equal(),
tableExpandedRowBg: rowExpandedBg,
// Dropdown
tableFilterDropdownWidth: 120,
tableFilterDropdownHeight: 264,
tableFilterDropdownSearchWidth: 140,
// Virtual Scroll Bar
tableScrollThumbSize: 8,
// Mac scroll bar size
tableScrollThumbBg: stickyScrollBarBg,
tableScrollThumbBgHover: colorTextHeading,
tableScrollBg: colorSplit
});
return [genTableStyle(tableToken), pagination_default2(tableToken), summary_default(tableToken), sorter_default(tableToken), filter_default(tableToken), bordered_default2(tableToken), radius_default(tableToken), expand_default(tableToken), summary_default(tableToken), empty_default3(tableToken), selection_default(tableToken), fixed_default(tableToken), sticky_default(tableToken), ellipsis_default(tableToken), size_default(tableToken), rtl_default3(tableToken), virtual_default(tableToken)];
}, prepareComponentToken52, {
unitless: {
expandIconScale: true
}
});
// node_modules/antd/es/table/InternalTable.js
var EMPTY_LIST6 = [];
var InternalTable = (props, ref) => {
var _a, _b;
const {
prefixCls: customizePrefixCls,
className,
rootClassName,
style: style2,
size: customizeSize,
bordered,
dropdownPrefixCls: customizeDropdownPrefixCls,
dataSource,
pagination,
rowSelection,
rowKey = "key",
rowClassName,
columns,
children,
childrenColumnName: legacyChildrenColumnName,
onChange,
getPopupContainer,
loading,
expandIcon,
expandable,
expandedRowRender,
expandIconColumnIndex,
indentSize,
scroll,
sortDirections,
locale: locale6,
showSorterTooltip = {
target: "full-header"
},
virtual
} = props;
const warning5 = devUseWarning("Table");
if (true) {
true ? warning5(!(typeof rowKey === "function" && rowKey.length > 1), "usage", "`index` parameter of `rowKey` function is deprecated. There is no guarantee that it will work as expected.") : void 0;
}
const baseColumns = React572.useMemo(() => columns || convertChildrenToColumns(children), [columns, children]);
const needResponsive = React572.useMemo(() => baseColumns.some((col) => col.responsive), [baseColumns]);
const screens = useBreakpoint_default(needResponsive);
const mergedColumns = React572.useMemo(() => {
const matched = new Set(Object.keys(screens).filter((m) => screens[m]));
return baseColumns.filter((c) => !c.responsive || c.responsive.some((r2) => matched.has(r2)));
}, [baseColumns, screens]);
const tableProps = omit(props, ["className", "style", "columns"]);
const {
locale: contextLocale = en_US_default6,
direction,
table,
renderEmpty,
getPrefixCls,
getPopupContainer: getContextPopupContainer
} = React572.useContext(ConfigContext);
const mergedSize = useSize_default(customizeSize);
const tableLocale = Object.assign(Object.assign({}, contextLocale.Table), locale6);
const rawData = dataSource || EMPTY_LIST6;
const prefixCls = getPrefixCls("table", customizePrefixCls);
const dropdownPrefixCls = getPrefixCls("dropdown", customizeDropdownPrefixCls);
const [, token2] = useToken();
const rootCls = useCSSVarCls_default(prefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default58(prefixCls, rootCls);
const mergedExpandable = Object.assign(Object.assign({
childrenColumnName: legacyChildrenColumnName,
expandIconColumnIndex
}, expandable), {
expandIcon: (_a = expandable === null || expandable === void 0 ? void 0 : expandable.expandIcon) !== null && _a !== void 0 ? _a : (_b = table === null || table === void 0 ? void 0 : table.expandable) === null || _b === void 0 ? void 0 : _b.expandIcon
});
const {
childrenColumnName = "children"
} = mergedExpandable;
const expandType = React572.useMemo(() => {
if (rawData.some((item) => item === null || item === void 0 ? void 0 : item[childrenColumnName])) {
return "nest";
}
if (expandedRowRender || (expandable === null || expandable === void 0 ? void 0 : expandable.expandedRowRender)) {
return "row";
}
return null;
}, [rawData]);
const internalRefs = {
body: React572.useRef(null)
};
const getContainerWidth = useContainerWidth(prefixCls);
const rootRef = React572.useRef(null);
const tblRef = React572.useRef(null);
useProxyImperativeHandle(ref, () => Object.assign(Object.assign({}, tblRef.current), {
nativeElement: rootRef.current
}));
const getRowKey = React572.useMemo(() => {
if (typeof rowKey === "function") {
return rowKey;
}
return (record) => record === null || record === void 0 ? void 0 : record[rowKey];
}, [rowKey]);
const [getRecordByKey] = useLazyKVMap_default(rawData, childrenColumnName, getRowKey);
const changeEventInfo = {};
const triggerOnChange = (info, action, reset = false) => {
var _a2, _b2, _c, _d;
const changeInfo = Object.assign(Object.assign({}, changeEventInfo), info);
if (reset) {
(_a2 = changeEventInfo.resetPagination) === null || _a2 === void 0 ? void 0 : _a2.call(changeEventInfo);
if ((_b2 = changeInfo.pagination) === null || _b2 === void 0 ? void 0 : _b2.current) {
changeInfo.pagination.current = 1;
}
if (pagination) {
(_c = pagination.onChange) === null || _c === void 0 ? void 0 : _c.call(pagination, 1, (_d = changeInfo.pagination) === null || _d === void 0 ? void 0 : _d.pageSize);
}
}
if (scroll && scroll.scrollToFirstRowOnChange !== false && internalRefs.body.current) {
scrollTo(0, {
getContainer: () => internalRefs.body.current
});
}
onChange === null || onChange === void 0 ? void 0 : onChange(changeInfo.pagination, changeInfo.filters, changeInfo.sorter, {
currentDataSource: getFilterData(getSortData(rawData, changeInfo.sorterStates, childrenColumnName), changeInfo.filterStates, childrenColumnName),
action
});
};
const onSorterChange = (sorter, sorterStates) => {
triggerOnChange({
sorter,
sorterStates
}, "sort", false);
};
const [transformSorterColumns, sortStates, sorterTitleProps, getSorters] = useSorter_default({
prefixCls,
mergedColumns,
onSorterChange,
sortDirections: sortDirections || ["ascend", "descend"],
tableLocale,
showSorterTooltip
});
const sortedData = React572.useMemo(() => getSortData(rawData, sortStates, childrenColumnName), [rawData, sortStates]);
changeEventInfo.sorter = getSorters();
changeEventInfo.sorterStates = sortStates;
const onFilterChange = (filters2, filterStates2) => {
triggerOnChange({
filters: filters2,
filterStates: filterStates2
}, "filter", true);
};
const [transformFilterColumns, filterStates, filters] = useFilter_default({
prefixCls,
locale: tableLocale,
dropdownPrefixCls,
mergedColumns,
onFilterChange,
getPopupContainer: getPopupContainer || getContextPopupContainer,
rootClassName: (0, import_classnames255.default)(rootClassName, rootCls)
});
const mergedData = getFilterData(sortedData, filterStates, childrenColumnName);
changeEventInfo.filters = filters;
changeEventInfo.filterStates = filterStates;
const columnTitleProps = React572.useMemo(() => {
const mergedFilters = {};
Object.keys(filters).forEach((filterKey) => {
if (filters[filterKey] !== null) {
mergedFilters[filterKey] = filters[filterKey];
}
});
return Object.assign(Object.assign({}, sorterTitleProps), {
filters: mergedFilters
});
}, [sorterTitleProps, filters]);
const [transformTitleColumns] = useTitleColumns_default(columnTitleProps);
const onPaginationChange = (current, pageSize) => {
triggerOnChange({
pagination: Object.assign(Object.assign({}, changeEventInfo.pagination), {
current,
pageSize
})
}, "paginate");
};
const [mergedPagination, resetPagination] = usePagination_default(mergedData.length, onPaginationChange, pagination);
changeEventInfo.pagination = pagination === false ? {} : getPaginationParam(mergedPagination, pagination);
changeEventInfo.resetPagination = resetPagination;
const pageData = React572.useMemo(() => {
if (pagination === false || !mergedPagination.pageSize) {
return mergedData;
}
const {
current = 1,
total,
pageSize = DEFAULT_PAGE_SIZE
} = mergedPagination;
true ? warning5(current > 0, "usage", "`current` should be positive number.") : void 0;
if (mergedData.length < total) {
if (mergedData.length > pageSize) {
true ? warning5(false, "usage", "`dataSource` length is less than `pagination.total` but large than `pagination.pageSize`. Please make sure your config correct data with async mode.") : void 0;
return mergedData.slice((current - 1) * pageSize, current * pageSize);
}
return mergedData;
}
return mergedData.slice((current - 1) * pageSize, current * pageSize);
}, [!!pagination, mergedData, mergedPagination === null || mergedPagination === void 0 ? void 0 : mergedPagination.current, mergedPagination === null || mergedPagination === void 0 ? void 0 : mergedPagination.pageSize, mergedPagination === null || mergedPagination === void 0 ? void 0 : mergedPagination.total]);
const [transformSelectionColumns, selectedKeySet] = useSelection_default({
prefixCls,
data: mergedData,
pageData,
getRowKey,
getRecordByKey,
expandType,
childrenColumnName,
locale: tableLocale,
getPopupContainer: getPopupContainer || getContextPopupContainer
}, rowSelection);
const internalRowClassName = (record, index3, indent) => {
let mergedRowClassName;
if (typeof rowClassName === "function") {
mergedRowClassName = (0, import_classnames255.default)(rowClassName(record, index3, indent));
} else {
mergedRowClassName = (0, import_classnames255.default)(rowClassName);
}
return (0, import_classnames255.default)({
[`${prefixCls}-row-selected`]: selectedKeySet.has(getRowKey(record, index3))
}, mergedRowClassName);
};
mergedExpandable.__PARENT_RENDER_ICON__ = mergedExpandable.expandIcon;
mergedExpandable.expandIcon = mergedExpandable.expandIcon || expandIcon || ExpandIcon_default(tableLocale);
if (expandType === "nest" && mergedExpandable.expandIconColumnIndex === void 0) {
mergedExpandable.expandIconColumnIndex = rowSelection ? 1 : 0;
} else if (mergedExpandable.expandIconColumnIndex > 0 && rowSelection) {
mergedExpandable.expandIconColumnIndex -= 1;
}
if (typeof mergedExpandable.indentSize !== "number") {
mergedExpandable.indentSize = typeof indentSize === "number" ? indentSize : 15;
}
const transformColumns = React572.useCallback((innerColumns) => transformTitleColumns(transformSelectionColumns(transformFilterColumns(transformSorterColumns(innerColumns)))), [transformSorterColumns, transformFilterColumns, transformSelectionColumns]);
const getPaginationNodes = () => {
if (pagination === false || !(mergedPagination === null || mergedPagination === void 0 ? void 0 : mergedPagination.total)) {
return {};
}
const getPaginationSize = () => mergedPagination.size || (mergedSize === "small" || mergedSize === "middle" ? "small" : void 0);
const renderPagination = (position3) => {
const align = position3 === "left" ? "start" : position3 === "right" ? "end" : position3;
return React572.createElement(pagination_default, Object.assign({}, mergedPagination, {
align: mergedPagination.align || align,
className: (0, import_classnames255.default)(`${prefixCls}-pagination`, mergedPagination.className),
size: getPaginationSize()
}));
};
const defaultPosition = direction === "rtl" ? "left" : "right";
const positions = mergedPagination.position;
if (positions === null || !Array.isArray(positions)) {
return {
bottom: renderPagination(defaultPosition)
};
}
const topPosition = positions.find((pos) => typeof pos === "string" && pos.toLowerCase().includes("top"));
const bottomPosition = positions.find((pos) => typeof pos === "string" && pos.toLowerCase().includes("bottom"));
const isNone = positions.every((pos) => `${pos}` === "none");
const topAlign = topPosition ? topPosition.toLowerCase().replace("top", "") : "";
const bottomAlign = bottomPosition ? bottomPosition.toLowerCase().replace("bottom", "") : "";
const shouldDefaultBottom = !topPosition && !bottomPosition && !isNone;
const renderTop = () => topAlign ? renderPagination(topAlign) : void 0;
const renderBottom = () => {
if (bottomAlign) {
return renderPagination(bottomAlign);
}
if (shouldDefaultBottom) {
return renderPagination(defaultPosition);
}
return void 0;
};
return {
top: renderTop(),
bottom: renderBottom()
};
};
const spinProps = React572.useMemo(() => {
if (typeof loading === "boolean") {
return {
spinning: loading
};
} else if (typeof loading === "object" && loading !== null) {
return Object.assign({
spinning: true
}, loading);
} else {
return void 0;
}
}, [loading]);
const wrapperClassNames = (0, import_classnames255.default)(cssVarCls, rootCls, `${prefixCls}-wrapper`, table === null || table === void 0 ? void 0 : table.className, {
[`${prefixCls}-wrapper-rtl`]: direction === "rtl"
}, className, rootClassName, hashId);
const mergedStyle = Object.assign(Object.assign({}, table === null || table === void 0 ? void 0 : table.style), style2);
const mergedEmptyNode = React572.useMemo(() => {
if ((spinProps === null || spinProps === void 0 ? void 0 : spinProps.spinning) && rawData === EMPTY_LIST6) {
return null;
}
if (typeof (locale6 === null || locale6 === void 0 ? void 0 : locale6.emptyText) !== "undefined") {
return locale6.emptyText;
}
return (renderEmpty === null || renderEmpty === void 0 ? void 0 : renderEmpty("Table")) || React572.createElement(defaultRenderEmpty_default, {
componentName: "Table"
});
}, [spinProps === null || spinProps === void 0 ? void 0 : spinProps.spinning, rawData, locale6 === null || locale6 === void 0 ? void 0 : locale6.emptyText, renderEmpty]);
const TableComponent = virtual ? VirtualTable_default2 : RcTable_default;
const virtualProps = {};
const listItemHeight = React572.useMemo(() => {
const {
fontSize,
lineHeight,
lineWidth,
padding,
paddingXS,
paddingSM
} = token2;
const fontHeight = Math.floor(fontSize * lineHeight);
switch (mergedSize) {
case "middle":
return paddingSM * 2 + fontHeight + lineWidth;
case "small":
return paddingXS * 2 + fontHeight + lineWidth;
default:
return padding * 2 + fontHeight + lineWidth;
}
}, [token2, mergedSize]);
if (virtual) {
virtualProps.listItemHeight = listItemHeight;
}
const {
top: topPaginationNode,
bottom: bottomPaginationNode
} = getPaginationNodes();
return wrapCSSVar(React572.createElement("div", {
ref: rootRef,
className: wrapperClassNames,
style: mergedStyle
}, React572.createElement(spin_default, Object.assign({
spinning: false
}, spinProps), topPaginationNode, React572.createElement(TableComponent, Object.assign({}, virtualProps, tableProps, {
ref: tblRef,
columns: mergedColumns,
direction,
expandable: mergedExpandable,
prefixCls,
className: (0, import_classnames255.default)({
[`${prefixCls}-middle`]: mergedSize === "middle",
[`${prefixCls}-small`]: mergedSize === "small",
[`${prefixCls}-bordered`]: bordered,
[`${prefixCls}-empty`]: rawData.length === 0
}, cssVarCls, rootCls, hashId),
data: pageData,
rowKey: getRowKey,
rowClassName: internalRowClassName,
emptyText: mergedEmptyNode,
// Internal
internalHooks: INTERNAL_HOOKS,
internalRefs,
transformColumns,
getContainerWidth,
measureRowRender: (measureRow) => React572.createElement(config_provider_default, {
getPopupContainer: (node2) => node2
}, measureRow)
})), bottomPaginationNode)));
};
var InternalTable_default = React572.forwardRef(InternalTable);
// node_modules/antd/es/table/Table.js
var Table2 = (props, ref) => {
const renderTimesRef = React573.useRef(0);
renderTimesRef.current += 1;
return React573.createElement(InternalTable_default, Object.assign({}, props, {
ref,
_renderTimes: renderTimesRef.current
}));
};
var ForwardTable = React573.forwardRef(Table2);
ForwardTable.SELECTION_COLUMN = SELECTION_COLUMN;
ForwardTable.EXPAND_COLUMN = EXPAND_COLUMN;
ForwardTable.SELECTION_ALL = SELECTION_ALL;
ForwardTable.SELECTION_INVERT = SELECTION_INVERT;
ForwardTable.SELECTION_NONE = SELECTION_NONE;
ForwardTable.Column = Column_default2;
ForwardTable.ColumnGroup = ColumnGroup_default2;
ForwardTable.Summary = FooterComponents;
if (true) {
ForwardTable.displayName = "Table";
}
var Table_default2 = ForwardTable;
// node_modules/antd/es/table/index.js
var table_default = Table_default2;
// node_modules/antd/es/tag/index.js
var React575 = __toESM(require_react());
var import_classnames257 = __toESM(require_classnames());
// node_modules/antd/es/tag/CheckableTag.js
var React574 = __toESM(require_react());
var import_classnames256 = __toESM(require_classnames());
// node_modules/antd/es/tag/style/index.js
var genBaseStyle16 = (token2) => {
const {
paddingXXS,
lineWidth,
tagPaddingHorizontal,
componentCls,
calc
} = token2;
const paddingInline = calc(tagPaddingHorizontal).sub(lineWidth).equal();
const iconMarginInline = calc(paddingXXS).sub(lineWidth).equal();
return {
// Result
[componentCls]: Object.assign(Object.assign({}, resetComponent(token2)), {
display: "inline-block",
height: "auto",
// https://github.com/ant-design/ant-design/pull/47504
marginInlineEnd: token2.marginXS,
paddingInline,
fontSize: token2.tagFontSize,
lineHeight: token2.tagLineHeight,
whiteSpace: "nowrap",
background: token2.defaultBg,
border: `${unit2(token2.lineWidth)} ${token2.lineType} ${token2.colorBorder}`,
borderRadius: token2.borderRadiusSM,
opacity: 1,
transition: `all ${token2.motionDurationMid}`,
textAlign: "start",
position: "relative",
// RTL
[`&${componentCls}-rtl`]: {
direction: "rtl"
},
"&, a, a:hover": {
color: token2.defaultColor
},
[`${componentCls}-close-icon`]: {
marginInlineStart: iconMarginInline,
fontSize: token2.tagIconSize,
color: token2.colorIcon,
cursor: "pointer",
transition: `all ${token2.motionDurationMid}`,
"&:hover": {
color: token2.colorTextHeading
}
},
[`&${componentCls}-has-color`]: {
borderColor: "transparent",
[`&, a, a:hover, ${token2.iconCls}-close, ${token2.iconCls}-close:hover`]: {
color: token2.colorTextLightSolid
}
},
"&-checkable": {
backgroundColor: "transparent",
borderColor: "transparent",
cursor: "pointer",
[`&:not(${componentCls}-checkable-checked):hover`]: {
color: token2.colorPrimary,
backgroundColor: token2.colorFillSecondary
},
"&:active, &-checked": {
color: token2.colorTextLightSolid
},
"&-checked": {
backgroundColor: token2.colorPrimary,
"&:hover": {
backgroundColor: token2.colorPrimaryHover
}
},
"&:active": {
backgroundColor: token2.colorPrimaryActive
}
},
"&-hidden": {
display: "none"
},
// To ensure that a space will be placed between character and `Icon`.
[`> ${token2.iconCls} + span, > span + ${token2.iconCls}`]: {
marginInlineStart: paddingInline
}
}),
[`${componentCls}-borderless`]: {
borderColor: "transparent",
background: token2.tagBorderlessBg
}
};
};
var prepareToken6 = (token2) => {
const {
lineWidth,
fontSizeIcon,
calc
} = token2;
const tagFontSize = token2.fontSizeSM;
const tagToken = merge2(token2, {
tagFontSize,
tagLineHeight: unit2(calc(token2.lineHeightSM).mul(tagFontSize).equal()),
tagIconSize: calc(fontSizeIcon).sub(calc(lineWidth).mul(2)).equal(),
// Tag icon is much smaller
tagPaddingHorizontal: 8,
// Fixed padding.
tagBorderlessBg: token2.defaultBg
});
return tagToken;
};
var prepareComponentToken53 = (token2) => ({
defaultBg: new FastColor(token2.colorFillQuaternary).onBackground(token2.colorBgContainer).toHexString(),
defaultColor: token2.colorText
});
var style_default59 = genStyleHooks("Tag", (token2) => {
const tagToken = prepareToken6(token2);
return genBaseStyle16(tagToken);
}, prepareComponentToken53);
// node_modules/antd/es/tag/CheckableTag.js
var __rest102 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var CheckableTag = React574.forwardRef((props, ref) => {
const {
prefixCls: customizePrefixCls,
style: style2,
className,
checked,
children,
icon,
onChange,
onClick
} = props, restProps = __rest102(props, ["prefixCls", "style", "className", "checked", "children", "icon", "onChange", "onClick"]);
const {
getPrefixCls,
tag
} = React574.useContext(ConfigContext);
const handleClick = (e3) => {
onChange === null || onChange === void 0 ? void 0 : onChange(!checked);
onClick === null || onClick === void 0 ? void 0 : onClick(e3);
};
const prefixCls = getPrefixCls("tag", customizePrefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default59(prefixCls);
const cls13 = (0, import_classnames256.default)(prefixCls, `${prefixCls}-checkable`, {
[`${prefixCls}-checkable-checked`]: checked
}, tag === null || tag === void 0 ? void 0 : tag.className, className, hashId, cssVarCls);
return wrapCSSVar(React574.createElement("span", Object.assign({}, restProps, {
ref,
style: Object.assign(Object.assign({}, style2), tag === null || tag === void 0 ? void 0 : tag.style),
className: cls13,
onClick: handleClick
}), icon, React574.createElement("span", null, children)));
});
var CheckableTag_default = CheckableTag;
// node_modules/antd/es/tag/style/presetCmp.js
var genPresetStyle = (token2) => genPresetColor(token2, (colorKey, {
textColor,
lightBorderColor,
lightColor,
darkColor
}) => ({
[`${token2.componentCls}${token2.componentCls}-${colorKey}`]: {
color: textColor,
background: lightColor,
borderColor: lightBorderColor,
// Inverse color
"&-inverse": {
color: token2.colorTextLightSolid,
background: darkColor,
borderColor: darkColor
},
[`&${token2.componentCls}-borderless`]: {
borderColor: "transparent"
}
}
}));
var presetCmp_default = genSubStyleComponent(["Tag", "preset"], (token2) => {
const tagToken = prepareToken6(token2);
return genPresetStyle(tagToken);
}, prepareComponentToken53);
// node_modules/antd/es/_util/capitalize.js
function capitalize(str) {
if (typeof str !== "string") {
return str;
}
const ret = str.charAt(0).toUpperCase() + str.slice(1);
return ret;
}
// node_modules/antd/es/tag/style/statusCmp.js
var genTagStatusStyle = (token2, status, cssVariableType) => {
const capitalizedCssVariableType = capitalize(cssVariableType);
return {
[`${token2.componentCls}${token2.componentCls}-${status}`]: {
color: token2[`color${cssVariableType}`],
background: token2[`color${capitalizedCssVariableType}Bg`],
borderColor: token2[`color${capitalizedCssVariableType}Border`],
[`&${token2.componentCls}-borderless`]: {
borderColor: "transparent"
}
}
};
};
var statusCmp_default = genSubStyleComponent(["Tag", "status"], (token2) => {
const tagToken = prepareToken6(token2);
return [genTagStatusStyle(tagToken, "success", "Success"), genTagStatusStyle(tagToken, "processing", "Info"), genTagStatusStyle(tagToken, "error", "Error"), genTagStatusStyle(tagToken, "warning", "Warning")];
}, prepareComponentToken53);
// node_modules/antd/es/tag/index.js
var __rest103 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var InternalTag = React575.forwardRef((tagProps, ref) => {
const {
prefixCls: customizePrefixCls,
className,
rootClassName,
style: style2,
children,
icon,
color,
onClose,
bordered = true,
visible: deprecatedVisible
} = tagProps, props = __rest103(tagProps, ["prefixCls", "className", "rootClassName", "style", "children", "icon", "color", "onClose", "bordered", "visible"]);
const {
getPrefixCls,
direction,
tag: tagContext
} = React575.useContext(ConfigContext);
const [visible, setVisible] = React575.useState(true);
const domProps = omit(props, ["closeIcon", "closable"]);
if (true) {
const warning5 = devUseWarning("Tag");
warning5.deprecated(!("visible" in tagProps), "visible", "visible && ");
}
React575.useEffect(() => {
if (deprecatedVisible !== void 0) {
setVisible(deprecatedVisible);
}
}, [deprecatedVisible]);
const isPreset = isPresetColor(color);
const isStatus = isPresetStatusColor(color);
const isInternalColor = isPreset || isStatus;
const tagStyle = Object.assign(Object.assign({
backgroundColor: color && !isInternalColor ? color : void 0
}, tagContext === null || tagContext === void 0 ? void 0 : tagContext.style), style2);
const prefixCls = getPrefixCls("tag", customizePrefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default59(prefixCls);
const tagClassName = (0, import_classnames257.default)(prefixCls, tagContext === null || tagContext === void 0 ? void 0 : tagContext.className, {
[`${prefixCls}-${color}`]: isInternalColor,
[`${prefixCls}-has-color`]: color && !isInternalColor,
[`${prefixCls}-hidden`]: !visible,
[`${prefixCls}-rtl`]: direction === "rtl",
[`${prefixCls}-borderless`]: !bordered
}, className, rootClassName, hashId, cssVarCls);
const handleCloseClick = (e3) => {
e3.stopPropagation();
onClose === null || onClose === void 0 ? void 0 : onClose(e3);
if (e3.defaultPrevented) {
return;
}
setVisible(false);
};
const [, mergedCloseIcon] = useClosable(pickClosable(tagProps), pickClosable(tagContext), {
closable: false,
closeIconRender: (iconNode2) => {
const replacement = React575.createElement("span", {
className: `${prefixCls}-close-icon`,
onClick: handleCloseClick
}, iconNode2);
return replaceElement(iconNode2, replacement, (originProps) => ({
onClick: (e3) => {
var _a;
(_a = originProps === null || originProps === void 0 ? void 0 : originProps.onClick) === null || _a === void 0 ? void 0 : _a.call(originProps, e3);
handleCloseClick(e3);
},
className: (0, import_classnames257.default)(originProps === null || originProps === void 0 ? void 0 : originProps.className, `${prefixCls}-close-icon`)
}));
}
});
const isNeedWave = typeof props.onClick === "function" || children && children.type === "a";
const iconNode = icon || null;
const kids = iconNode ? React575.createElement(React575.Fragment, null, iconNode, children && React575.createElement("span", null, children)) : children;
const tagNode = React575.createElement("span", Object.assign({}, domProps, {
ref,
className: tagClassName,
style: tagStyle
}), kids, mergedCloseIcon, isPreset && React575.createElement(presetCmp_default, {
key: "preset",
prefixCls
}), isStatus && React575.createElement(statusCmp_default, {
key: "status",
prefixCls
}));
return wrapCSSVar(isNeedWave ? React575.createElement(wave_default, {
component: "Tag"
}, tagNode) : tagNode);
});
var Tag = InternalTag;
if (true) {
Tag.displayName = "Tag";
}
Tag.CheckableTag = CheckableTag_default;
var tag_default = Tag;
// node_modules/antd/es/theme/getDesignToken.js
var getDesignToken = (config) => {
const theme = (config === null || config === void 0 ? void 0 : config.algorithm) ? createTheme(config.algorithm) : theme_default;
const mergedToken = Object.assign(Object.assign({}, seed_default), config === null || config === void 0 ? void 0 : config.token);
return getComputedToken(mergedToken, {
override: config === null || config === void 0 ? void 0 : config.token
}, theme, formatToken);
};
var getDesignToken_default = getDesignToken;
// node_modules/antd/es/theme/themes/compact/genCompactSizeMapToken.js
function genSizeMapToken2(token2) {
const {
sizeUnit,
sizeStep
} = token2;
const compactSizeStep = sizeStep - 2;
return {
sizeXXL: sizeUnit * (compactSizeStep + 10),
sizeXL: sizeUnit * (compactSizeStep + 6),
sizeLG: sizeUnit * (compactSizeStep + 2),
sizeMD: sizeUnit * (compactSizeStep + 2),
sizeMS: sizeUnit * (compactSizeStep + 1),
size: sizeUnit * compactSizeStep,
sizeSM: sizeUnit * compactSizeStep,
sizeXS: sizeUnit * (compactSizeStep - 1),
sizeXXS: sizeUnit * (compactSizeStep - 1)
};
}
// node_modules/antd/es/theme/themes/compact/index.js
var derivative2 = (token2, mapToken) => {
const mergedMapToken = mapToken !== null && mapToken !== void 0 ? mapToken : derivative(token2);
const fontSize = mergedMapToken.fontSizeSM;
const controlHeight = mergedMapToken.controlHeight - 4;
return Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, mergedMapToken), genSizeMapToken2(mapToken !== null && mapToken !== void 0 ? mapToken : token2)), genFontMapToken_default(fontSize)), {
// controlHeight
controlHeight
}), genControlHeight_default(Object.assign(Object.assign({}, mergedMapToken), {
controlHeight
})));
};
var compact_default3 = derivative2;
// node_modules/antd/es/theme/themes/dark/colorAlgorithm.js
var getAlphaColor3 = (baseColor, alpha) => new FastColor(baseColor).setA(alpha).toRgbString();
var getSolidColor2 = (baseColor, brightness) => {
const instance = new FastColor(baseColor);
return instance.lighten(brightness).toHexString();
};
// node_modules/antd/es/theme/themes/dark/colors.js
var generateColorPalettes2 = (baseColor) => {
const colors = generate(baseColor, {
theme: "dark"
});
return {
1: colors[0],
2: colors[1],
3: colors[2],
4: colors[3],
5: colors[6],
6: colors[5],
7: colors[4],
8: colors[6],
9: colors[5],
10: colors[4]
// 8: colors[9],
// 9: colors[8],
// 10: colors[7],
};
};
var generateNeutralColorPalettes2 = (bgBaseColor, textBaseColor) => {
const colorBgBase = bgBaseColor || "#000";
const colorTextBase = textBaseColor || "#fff";
return {
colorBgBase,
colorTextBase,
colorText: getAlphaColor3(colorTextBase, 0.85),
colorTextSecondary: getAlphaColor3(colorTextBase, 0.65),
colorTextTertiary: getAlphaColor3(colorTextBase, 0.45),
colorTextQuaternary: getAlphaColor3(colorTextBase, 0.25),
colorFill: getAlphaColor3(colorTextBase, 0.18),
colorFillSecondary: getAlphaColor3(colorTextBase, 0.12),
colorFillTertiary: getAlphaColor3(colorTextBase, 0.08),
colorFillQuaternary: getAlphaColor3(colorTextBase, 0.04),
colorBgSolid: getAlphaColor3(colorTextBase, 0.95),
colorBgSolidHover: getAlphaColor3(colorTextBase, 1),
colorBgSolidActive: getAlphaColor3(colorTextBase, 0.9),
colorBgElevated: getSolidColor2(colorBgBase, 12),
colorBgContainer: getSolidColor2(colorBgBase, 8),
colorBgLayout: getSolidColor2(colorBgBase, 0),
colorBgSpotlight: getSolidColor2(colorBgBase, 26),
colorBgBlur: getAlphaColor3(colorTextBase, 0.04),
colorBorder: getSolidColor2(colorBgBase, 26),
colorBorderSecondary: getSolidColor2(colorBgBase, 19)
};
};
// node_modules/antd/es/theme/themes/dark/index.js
var derivative3 = (token2, mapToken) => {
const colorPalettes = Object.keys(defaultPresetColors).map((colorKey) => {
const colors = generate(token2[colorKey], {
theme: "dark"
});
return Array.from({
length: 10
}, () => 1).reduce((prev2, _, i) => {
prev2[`${colorKey}-${i + 1}`] = colors[i];
prev2[`${colorKey}${i + 1}`] = colors[i];
return prev2;
}, {});
}).reduce((prev2, cur) => {
prev2 = Object.assign(Object.assign({}, prev2), cur);
return prev2;
}, {});
const mergedMapToken = mapToken !== null && mapToken !== void 0 ? mapToken : derivative(token2);
const colorMapToken = genColorMapToken(token2, {
generateColorPalettes: generateColorPalettes2,
generateNeutralColorPalettes: generateNeutralColorPalettes2
});
return Object.assign(Object.assign(Object.assign(Object.assign({}, mergedMapToken), colorPalettes), colorMapToken), {
// Customize selected item background color
// https://github.com/ant-design/ant-design/issues/30524#issuecomment-871961867
colorPrimaryBg: colorMapToken.colorPrimaryBorder,
colorPrimaryBgHover: colorMapToken.colorPrimaryBorderHover
});
};
var dark_default = derivative3;
// node_modules/antd/es/theme/index.js
function useToken2() {
const [theme, token2, hashId] = useToken();
return {
theme,
token: token2,
hashId
};
}
var theme_default3 = {
/** Default seedToken */
defaultSeed: defaultConfig.token,
useToken: useToken2,
defaultAlgorithm: derivative,
darkAlgorithm: dark_default,
compactAlgorithm: compact_default3,
getDesignToken: getDesignToken_default,
/**
* @private Private variable
* @warring 🔥 Do not use in production. 🔥
*/
defaultConfig,
/**
* @private Private variable
* @warring 🔥 Do not use in production. 🔥
*/
_internalContext: DesignTokenContext
};
// node_modules/antd/es/time-picker/index.js
var React576 = __toESM(require_react());
var __rest104 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var {
TimePicker: InternalTimePicker,
RangePicker: InternalRangePicker
} = date_picker_default;
var RangePicker2 = React576.forwardRef((props, ref) => React576.createElement(InternalRangePicker, Object.assign({}, props, {
picker: "time",
mode: void 0,
ref
})));
var TimePicker = React576.forwardRef((_a, ref) => {
var {
addon,
renderExtraFooter,
variant,
bordered
} = _a, restProps = __rest104(_a, ["addon", "renderExtraFooter", "variant", "bordered"]);
if (true) {
const warning5 = devUseWarning("TimePicker");
warning5.deprecated(!addon, "addon", "renderExtraFooter");
}
const [mergedVariant] = useVariants_default("timePicker", variant, bordered);
const internalRenderExtraFooter = React576.useMemo(() => {
if (renderExtraFooter) {
return renderExtraFooter;
}
if (addon) {
return addon;
}
return void 0;
}, [addon, renderExtraFooter]);
return React576.createElement(InternalTimePicker, Object.assign({}, restProps, {
mode: void 0,
ref,
renderExtraFooter: internalRenderExtraFooter,
variant: mergedVariant
}));
});
if (true) {
TimePicker.displayName = "TimePicker";
}
var PurePanel16 = PurePanel_default3(TimePicker, "popupAlign", void 0, "picker");
TimePicker._InternalPanelDoNotUseOrYouWillBeFired = PurePanel16;
TimePicker.RangePicker = RangePicker2;
TimePicker._InternalPanelDoNotUseOrYouWillBeFired = PurePanel16;
var time_picker_default = TimePicker;
// node_modules/antd/es/timeline/Timeline.js
var React579 = __toESM(require_react());
var import_classnames260 = __toESM(require_classnames());
// node_modules/antd/es/timeline/style/index.js
var genTimelineStyle = (token2) => {
const {
componentCls,
calc
} = token2;
return {
[componentCls]: Object.assign(Object.assign({}, resetComponent(token2)), {
margin: 0,
padding: 0,
listStyle: "none",
[`${componentCls}-item`]: {
position: "relative",
margin: 0,
paddingBottom: token2.itemPaddingBottom,
fontSize: token2.fontSize,
listStyle: "none",
"&-tail": {
position: "absolute",
insetBlockStart: token2.itemHeadSize,
insetInlineStart: calc(calc(token2.itemHeadSize).sub(token2.tailWidth)).div(2).equal(),
height: `calc(100% - ${unit2(token2.itemHeadSize)})`,
borderInlineStart: `${unit2(token2.tailWidth)} ${token2.lineType} ${token2.tailColor}`
},
"&-pending": {
[`${componentCls}-item-head`]: {
fontSize: token2.fontSizeSM,
backgroundColor: "transparent"
},
[`${componentCls}-item-tail`]: {
display: "none"
}
},
"&-head": {
position: "absolute",
width: token2.itemHeadSize,
height: token2.itemHeadSize,
backgroundColor: token2.dotBg,
border: `${unit2(token2.dotBorderWidth)} ${token2.lineType} transparent`,
borderRadius: "50%",
"&-blue": {
color: token2.colorPrimary,
borderColor: token2.colorPrimary
},
"&-red": {
color: token2.colorError,
borderColor: token2.colorError
},
"&-green": {
color: token2.colorSuccess,
borderColor: token2.colorSuccess
},
"&-gray": {
color: token2.colorTextDisabled,
borderColor: token2.colorTextDisabled
}
},
"&-head-custom": {
position: "absolute",
insetBlockStart: calc(token2.itemHeadSize).div(2).equal(),
insetInlineStart: calc(token2.itemHeadSize).div(2).equal(),
width: "auto",
height: "auto",
marginBlockStart: 0,
paddingBlock: token2.customHeadPaddingVertical,
lineHeight: 1,
textAlign: "center",
border: 0,
borderRadius: 0,
transform: "translate(-50%, -50%)"
},
"&-content": {
position: "relative",
insetBlockStart: calc(calc(token2.fontSize).mul(token2.lineHeight).sub(token2.fontSize)).mul(-1).add(token2.lineWidth).equal(),
marginInlineStart: calc(token2.margin).add(token2.itemHeadSize).equal(),
marginInlineEnd: 0,
marginBlockStart: 0,
marginBlockEnd: 0,
wordBreak: "break-word"
},
"&-last": {
[`> ${componentCls}-item-tail`]: {
display: "none"
},
[`> ${componentCls}-item-content`]: {
minHeight: calc(token2.controlHeightLG).mul(1.2).equal()
}
}
},
[`&${componentCls}-alternate,
&${componentCls}-right,
&${componentCls}-label`]: {
[`${componentCls}-item`]: {
"&-tail, &-head, &-head-custom": {
insetInlineStart: "50%"
},
"&-head": {
marginInlineStart: calc(token2.marginXXS).mul(-1).equal(),
"&-custom": {
marginInlineStart: calc(token2.tailWidth).div(2).equal()
}
},
"&-left": {
[`${componentCls}-item-content`]: {
insetInlineStart: `calc(50% - ${unit2(token2.marginXXS)})`,
width: `calc(50% - ${unit2(token2.marginSM)})`,
textAlign: "start"
}
},
"&-right": {
[`${componentCls}-item-content`]: {
width: `calc(50% - ${unit2(token2.marginSM)})`,
margin: 0,
textAlign: "end"
}
}
}
},
[`&${componentCls}-right`]: {
[`${componentCls}-item-right`]: {
[`${componentCls}-item-tail,
${componentCls}-item-head,
${componentCls}-item-head-custom`]: {
insetInlineStart: `calc(100% - ${unit2(calc(calc(token2.itemHeadSize).add(token2.tailWidth)).div(2).equal())})`
},
[`${componentCls}-item-content`]: {
width: `calc(100% - ${unit2(calc(token2.itemHeadSize).add(token2.marginXS).equal())})`
}
}
},
[`&${componentCls}-pending
${componentCls}-item-last
${componentCls}-item-tail`]: {
display: "block",
height: `calc(100% - ${unit2(token2.margin)})`,
borderInlineStart: `${unit2(token2.tailWidth)} dotted ${token2.tailColor}`
},
[`&${componentCls}-reverse
${componentCls}-item-last
${componentCls}-item-tail`]: {
display: "none"
},
[`&${componentCls}-reverse ${componentCls}-item-pending`]: {
[`${componentCls}-item-tail`]: {
insetBlockStart: token2.margin,
display: "block",
height: `calc(100% - ${unit2(token2.margin)})`,
borderInlineStart: `${unit2(token2.tailWidth)} dotted ${token2.tailColor}`
},
[`${componentCls}-item-content`]: {
minHeight: calc(token2.controlHeightLG).mul(1.2).equal()
}
},
[`&${componentCls}-label`]: {
[`${componentCls}-item-label`]: {
position: "absolute",
insetBlockStart: calc(calc(token2.fontSize).mul(token2.lineHeight).sub(token2.fontSize)).mul(-1).add(token2.tailWidth).equal(),
width: `calc(50% - ${unit2(token2.marginSM)})`,
textAlign: "end"
},
[`${componentCls}-item-right`]: {
[`${componentCls}-item-label`]: {
insetInlineStart: `calc(50% + ${unit2(token2.marginSM)})`,
width: `calc(50% - ${unit2(token2.marginSM)})`,
textAlign: "start"
}
}
},
// ====================== RTL =======================
"&-rtl": {
direction: "rtl",
[`${componentCls}-item-head-custom`]: {
transform: `translate(50%, -50%)`
}
}
})
};
};
var prepareComponentToken54 = (token2) => ({
tailColor: token2.colorSplit,
tailWidth: token2.lineWidthBold,
dotBorderWidth: token2.wireframe ? token2.lineWidthBold : token2.lineWidth * 3,
dotBg: token2.colorBgContainer,
itemPaddingBottom: token2.padding * 1.25
});
var style_default60 = genStyleHooks("Timeline", (token2) => {
const timeLineToken = merge2(token2, {
itemHeadSize: 10,
customHeadPaddingVertical: token2.paddingXXS,
paddingInlineEnd: 2
});
return genTimelineStyle(timeLineToken);
}, prepareComponentToken54);
// node_modules/antd/es/timeline/TimelineItem.js
var React577 = __toESM(require_react());
var import_classnames258 = __toESM(require_classnames());
var __rest105 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var TimelineItem = (_a) => {
var {
prefixCls: customizePrefixCls,
className,
color = "blue",
dot,
pending = false,
position: position3,
label,
children
} = _a, restProps = __rest105(_a, ["prefixCls", "className", "color", "dot", "pending", "position", "label", "children"]);
const {
getPrefixCls
} = React577.useContext(ConfigContext);
const prefixCls = getPrefixCls("timeline", customizePrefixCls);
const itemClassName = (0, import_classnames258.default)(`${prefixCls}-item`, {
[`${prefixCls}-item-pending`]: pending
}, className);
const customColor = /blue|red|green|gray/.test(color || "") ? void 0 : color;
const dotClassName = (0, import_classnames258.default)(`${prefixCls}-item-head`, {
[`${prefixCls}-item-head-custom`]: !!dot,
[`${prefixCls}-item-head-${color}`]: !customColor
});
return React577.createElement("li", Object.assign({}, restProps, {
className: itemClassName
}), label && React577.createElement("div", {
className: `${prefixCls}-item-label`
}, label), React577.createElement("div", {
className: `${prefixCls}-item-tail`
}), React577.createElement("div", {
className: dotClassName,
style: {
borderColor: customColor,
color: customColor
}
}, dot), React577.createElement("div", {
className: `${prefixCls}-item-content`
}, children));
};
var TimelineItem_default = TimelineItem;
// node_modules/antd/es/timeline/TimelineItemList.js
var React578 = __toESM(require_react());
var import_classnames259 = __toESM(require_classnames());
var __rest106 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var TimelineItemList = (_a) => {
var {
prefixCls,
className,
pending = false,
children,
items,
rootClassName,
reverse = false,
direction,
hashId,
pendingDot,
mode = ""
} = _a, restProps = __rest106(_a, ["prefixCls", "className", "pending", "children", "items", "rootClassName", "reverse", "direction", "hashId", "pendingDot", "mode"]);
const getPositionCls = (position3, idx) => {
if (mode === "alternate") {
if (position3 === "right") {
return `${prefixCls}-item-right`;
}
if (position3 === "left") {
return `${prefixCls}-item-left`;
}
return idx % 2 === 0 ? `${prefixCls}-item-left` : `${prefixCls}-item-right`;
}
if (mode === "left") {
return `${prefixCls}-item-left`;
}
if (mode === "right") {
return `${prefixCls}-item-right`;
}
if (position3 === "right") {
return `${prefixCls}-item-right`;
}
return "";
};
const mergedItems = _toConsumableArray(items || []);
const pendingNode = typeof pending === "boolean" ? null : pending;
if (pending) {
mergedItems.push({
pending: !!pending,
dot: pendingDot || React578.createElement(LoadingOutlined_default, null),
children: pendingNode
});
}
if (reverse) {
mergedItems.reverse();
}
const itemsCount = mergedItems.length;
const lastCls = `${prefixCls}-item-last`;
const itemsList = mergedItems.filter((item) => !!item).map((item, idx) => {
var _a2;
const pendingClass = idx === itemsCount - 2 ? lastCls : "";
const readyClass = idx === itemsCount - 1 ? lastCls : "";
const {
className: itemClassName
} = item, itemProps = __rest106(item, ["className"]);
return React578.createElement(TimelineItem_default, Object.assign({}, itemProps, {
className: (0, import_classnames259.default)([itemClassName, !reverse && !!pending ? pendingClass : readyClass, getPositionCls((_a2 = item === null || item === void 0 ? void 0 : item.position) !== null && _a2 !== void 0 ? _a2 : "", idx)]),
key: (item === null || item === void 0 ? void 0 : item.key) || idx
}));
});
const hasLabelItem = mergedItems.some((item) => !!(item === null || item === void 0 ? void 0 : item.label));
const classString = (0, import_classnames259.default)(prefixCls, {
[`${prefixCls}-pending`]: !!pending,
[`${prefixCls}-reverse`]: !!reverse,
[`${prefixCls}-${mode}`]: !!mode && !hasLabelItem,
[`${prefixCls}-label`]: hasLabelItem,
[`${prefixCls}-rtl`]: direction === "rtl"
}, className, rootClassName, hashId);
return React578.createElement("ol", Object.assign({}, restProps, {
className: classString
}), itemsList);
};
var TimelineItemList_default = TimelineItemList;
// node_modules/antd/es/timeline/useItems.js
function useItems5(items, children) {
if (items && Array.isArray(items)) {
return items;
}
return toArray(children).map((ele) => {
var _a, _b;
return Object.assign({
children: (_b = (_a = ele === null || ele === void 0 ? void 0 : ele.props) === null || _a === void 0 ? void 0 : _a.children) !== null && _b !== void 0 ? _b : ""
}, ele.props);
});
}
var useItems_default3 = useItems5;
// node_modules/antd/es/timeline/Timeline.js
var __rest107 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var Timeline = (props) => {
const {
getPrefixCls,
direction,
timeline
} = React579.useContext(ConfigContext);
const {
prefixCls: customizePrefixCls,
children,
items,
className,
style: style2
} = props, restProps = __rest107(props, ["prefixCls", "children", "items", "className", "style"]);
const prefixCls = getPrefixCls("timeline", customizePrefixCls);
if (true) {
const warning5 = devUseWarning("Timeline");
warning5.deprecated(!children, "Timeline.Item", "items");
}
const rootCls = useCSSVarCls_default(prefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default60(prefixCls, rootCls);
const mergedItems = useItems_default3(items, children);
return wrapCSSVar(React579.createElement(TimelineItemList_default, Object.assign({}, restProps, {
className: (0, import_classnames260.default)(timeline === null || timeline === void 0 ? void 0 : timeline.className, className, cssVarCls, rootCls),
style: Object.assign(Object.assign({}, timeline === null || timeline === void 0 ? void 0 : timeline.style), style2),
prefixCls,
direction,
items: mergedItems,
hashId
})));
};
Timeline.Item = TimelineItem_default;
if (true) {
Timeline.displayName = "Timeline";
}
var Timeline_default = Timeline;
// node_modules/antd/es/timeline/index.js
var timeline_default = Timeline_default;
// node_modules/antd/es/tour/index.js
var import_react205 = __toESM(require_react());
// node_modules/@rc-component/tour/es/Tour.js
var React584 = __toESM(require_react());
var import_classnames263 = __toESM(require_classnames());
var import_react203 = __toESM(require_react());
// node_modules/@rc-component/tour/es/hooks/useClosable.js
var React580 = __toESM(require_react());
function isConfigObj(closable) {
return closable !== null && _typeof(closable) === "object";
}
function getClosableConfig(closable, closeIcon, preset) {
if (closable === false || closeIcon === false && (!isConfigObj(closable) || !closable.closeIcon)) {
return null;
}
var mergedCloseIcon = typeof closeIcon !== "boolean" ? closeIcon : void 0;
if (isConfigObj(closable)) {
var _closable$closeIcon;
return _objectSpread2(_objectSpread2({}, closable), {}, {
closeIcon: (_closable$closeIcon = closable.closeIcon) !== null && _closable$closeIcon !== void 0 ? _closable$closeIcon : mergedCloseIcon
});
}
return preset || closable || closeIcon ? {
closeIcon: mergedCloseIcon
} : "empty";
}
function useClosable2(stepClosable, stepCloseIcon, closable, closeIcon) {
return React580.useMemo(function() {
var stepClosableConfig = getClosableConfig(stepClosable, stepCloseIcon, false);
var rootClosableConfig = getClosableConfig(closable, closeIcon, true);
if (stepClosableConfig !== "empty") {
return stepClosableConfig;
}
return rootClosableConfig;
}, [closable, closeIcon, stepClosable, stepCloseIcon]);
}
// node_modules/@rc-component/tour/es/hooks/useTarget.js
var import_react201 = __toESM(require_react());
// node_modules/@rc-component/tour/es/util.js
function isInViewPort(element) {
var viewWidth = window.innerWidth || document.documentElement.clientWidth;
var viewHeight = window.innerHeight || document.documentElement.clientHeight;
var _element$getBoundingC = element.getBoundingClientRect(), top = _element$getBoundingC.top, right = _element$getBoundingC.right, bottom = _element$getBoundingC.bottom, left = _element$getBoundingC.left;
return top >= 0 && left >= 0 && right <= viewWidth && bottom <= viewHeight;
}
function getPlacement(targetElement, placement, stepPlacement) {
var _ref;
return (_ref = stepPlacement !== null && stepPlacement !== void 0 ? stepPlacement : placement) !== null && _ref !== void 0 ? _ref : targetElement === null ? "center" : "bottom";
}
// node_modules/@rc-component/tour/es/hooks/useTarget.js
function isValidNumber(val) {
return typeof val === "number" && !Number.isNaN(val);
}
function useTarget(target, open3, gap, scrollIntoViewOptions) {
var _useState = (0, import_react201.useState)(void 0), _useState2 = _slicedToArray(_useState, 2), targetElement = _useState2[0], setTargetElement = _useState2[1];
useLayoutEffect_default(function() {
var nextElement = typeof target === "function" ? target() : target;
setTargetElement(nextElement || null);
});
var _useState3 = (0, import_react201.useState)(null), _useState4 = _slicedToArray(_useState3, 2), posInfo = _useState4[0], setPosInfo = _useState4[1];
var updatePos = useEvent(function() {
if (targetElement) {
if (!isInViewPort(targetElement) && open3) {
targetElement.scrollIntoView(scrollIntoViewOptions);
}
var _targetElement$getBou = targetElement.getBoundingClientRect(), left = _targetElement$getBou.left, top = _targetElement$getBou.top, width = _targetElement$getBou.width, height = _targetElement$getBou.height;
var nextPosInfo = {
left,
top,
width,
height,
radius: 0
};
setPosInfo(function(origin) {
if (JSON.stringify(origin) !== JSON.stringify(nextPosInfo)) {
return nextPosInfo;
}
return origin;
});
} else {
setPosInfo(null);
}
});
var getGapOffset = function getGapOffset2(index3) {
var _ref;
return (_ref = Array.isArray(gap === null || gap === void 0 ? void 0 : gap.offset) ? gap === null || gap === void 0 ? void 0 : gap.offset[index3] : gap === null || gap === void 0 ? void 0 : gap.offset) !== null && _ref !== void 0 ? _ref : 6;
};
useLayoutEffect_default(function() {
updatePos();
window.addEventListener("resize", updatePos);
return function() {
window.removeEventListener("resize", updatePos);
};
}, [targetElement, open3, updatePos]);
var mergedPosInfo = (0, import_react201.useMemo)(function() {
if (!posInfo) {
return posInfo;
}
var gapOffsetX = getGapOffset(0);
var gapOffsetY = getGapOffset(1);
var gapRadius = isValidNumber(gap === null || gap === void 0 ? void 0 : gap.radius) ? gap === null || gap === void 0 ? void 0 : gap.radius : 2;
return {
left: posInfo.left - gapOffsetX,
top: posInfo.top - gapOffsetY,
width: posInfo.width + gapOffsetX * 2,
height: posInfo.height + gapOffsetY * 2,
radius: gapRadius
};
}, [posInfo, gap]);
return [mergedPosInfo, targetElement];
}
// node_modules/@rc-component/tour/es/Mask.js
var import_react202 = __toESM(require_react());
var import_classnames261 = __toESM(require_classnames());
var COVER_PROPS = {
fill: "transparent",
pointerEvents: "auto"
};
var Mask4 = function Mask5(props) {
var prefixCls = props.prefixCls, rootClassName = props.rootClassName, pos = props.pos, showMask = props.showMask, _props$style = props.style, style2 = _props$style === void 0 ? {} : _props$style, _props$fill = props.fill, fill = _props$fill === void 0 ? "rgba(0,0,0,0.5)" : _props$fill, open3 = props.open, animated = props.animated, zIndex = props.zIndex, disabledInteraction = props.disabledInteraction;
var id = useId_default();
var maskId = "".concat(prefixCls, "-mask-").concat(id);
var mergedAnimated = _typeof(animated) === "object" ? animated === null || animated === void 0 ? void 0 : animated.placeholder : animated;
var isSafari = typeof navigator !== "undefined" && /^((?!chrome|android).)*safari/i.test(navigator.userAgent);
var maskRectSize = isSafari ? {
width: "100%",
height: "100%"
} : {
width: "100vw",
height: "100vh"
};
return import_react202.default.createElement(es_default5, {
open: open3,
autoLock: true
}, import_react202.default.createElement("div", {
className: (0, import_classnames261.default)("".concat(prefixCls, "-mask"), rootClassName),
style: _objectSpread2({
position: "fixed",
left: 0,
right: 0,
top: 0,
bottom: 0,
zIndex,
pointerEvents: pos && !disabledInteraction ? "none" : "auto"
}, style2)
}, showMask ? import_react202.default.createElement("svg", {
style: {
width: "100%",
height: "100%"
}
}, import_react202.default.createElement("defs", null, import_react202.default.createElement("mask", {
id: maskId
}, import_react202.default.createElement("rect", _extends({
x: "0",
y: "0"
}, maskRectSize, {
fill: "white"
})), pos && import_react202.default.createElement("rect", {
x: pos.left,
y: pos.top,
rx: pos.radius,
width: pos.width,
height: pos.height,
fill: "black",
className: mergedAnimated ? "".concat(prefixCls, "-placeholder-animated") : ""
}))), import_react202.default.createElement("rect", {
x: "0",
y: "0",
width: "100%",
height: "100%",
fill,
mask: "url(#".concat(maskId, ")")
}), pos && import_react202.default.createElement(import_react202.default.Fragment, null, import_react202.default.createElement("rect", _extends({}, COVER_PROPS, {
x: "0",
y: "0",
width: "100%",
height: pos.top
})), import_react202.default.createElement("rect", _extends({}, COVER_PROPS, {
x: "0",
y: "0",
width: pos.left,
height: "100%"
})), import_react202.default.createElement("rect", _extends({}, COVER_PROPS, {
x: "0",
y: pos.top + pos.height,
width: "100%",
height: "calc(100vh - ".concat(pos.top + pos.height, "px)")
})), import_react202.default.createElement("rect", _extends({}, COVER_PROPS, {
x: pos.left + pos.width,
y: "0",
width: "calc(100vw - ".concat(pos.left + pos.width, "px)"),
height: "100%"
})))) : null));
};
var Mask_default2 = Mask4;
// node_modules/@rc-component/tour/es/placements.js
var targetOffset3 = [0, 0];
var basePlacements = {
left: {
points: ["cr", "cl"],
offset: [-8, 0]
},
right: {
points: ["cl", "cr"],
offset: [8, 0]
},
top: {
points: ["bc", "tc"],
offset: [0, -8]
},
bottom: {
points: ["tc", "bc"],
offset: [0, 8]
},
topLeft: {
points: ["bl", "tl"],
offset: [0, -8]
},
leftTop: {
points: ["tr", "tl"],
offset: [-8, 0]
},
topRight: {
points: ["br", "tr"],
offset: [0, -8]
},
rightTop: {
points: ["tl", "tr"],
offset: [8, 0]
},
bottomRight: {
points: ["tr", "br"],
offset: [0, 8]
},
rightBottom: {
points: ["bl", "br"],
offset: [8, 0]
},
bottomLeft: {
points: ["tl", "bl"],
offset: [0, 8]
},
leftBottom: {
points: ["br", "bl"],
offset: [-8, 0]
}
};
function getPlacements2() {
var arrowPointAtCenter = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : false;
var placements5 = {};
Object.keys(basePlacements).forEach(function(key) {
placements5[key] = _objectSpread2(_objectSpread2({}, basePlacements[key]), {}, {
autoArrow: arrowPointAtCenter,
targetOffset: targetOffset3
});
});
return placements5;
}
var placements4 = getPlacements2();
// node_modules/@rc-component/tour/es/TourStep/index.js
var React583 = __toESM(require_react());
// node_modules/@rc-component/tour/es/TourStep/DefaultPanel.js
var React582 = __toESM(require_react());
var import_classnames262 = __toESM(require_classnames());
function DefaultPanel(props) {
var _closable$closeIcon;
var prefixCls = props.prefixCls, current = props.current, total = props.total, title = props.title, description = props.description, onClose = props.onClose, onPrev = props.onPrev, onNext = props.onNext, onFinish = props.onFinish, className = props.className, closable = props.closable;
var ariaProps = pickAttrs(closable || {}, true);
var closeIcon = (_closable$closeIcon = closable === null || closable === void 0 ? void 0 : closable.closeIcon) !== null && _closable$closeIcon !== void 0 ? _closable$closeIcon : React582.createElement("span", {
className: "".concat(prefixCls, "-close-x")
}, "×");
var mergedClosable = !!closable;
return React582.createElement("div", {
className: (0, import_classnames262.default)("".concat(prefixCls, "-content"), className)
}, React582.createElement("div", {
className: "".concat(prefixCls, "-inner")
}, mergedClosable && React582.createElement("button", _extends({
type: "button",
onClick: onClose,
"aria-label": "Close"
}, ariaProps, {
className: "".concat(prefixCls, "-close")
}), closeIcon), React582.createElement("div", {
className: "".concat(prefixCls, "-header")
}, React582.createElement("div", {
className: "".concat(prefixCls, "-title")
}, title)), React582.createElement("div", {
className: "".concat(prefixCls, "-description")
}, description), React582.createElement("div", {
className: "".concat(prefixCls, "-footer")
}, React582.createElement("div", {
className: "".concat(prefixCls, "-sliders")
}, total > 1 ? _toConsumableArray(Array.from({
length: total
}).keys()).map(function(item, index3) {
return React582.createElement("span", {
key: item,
className: index3 === current ? "active" : ""
});
}) : null), React582.createElement("div", {
className: "".concat(prefixCls, "-buttons")
}, current !== 0 ? React582.createElement("button", {
className: "".concat(prefixCls, "-prev-btn"),
onClick: onPrev
}, "Prev") : null, current === total - 1 ? React582.createElement("button", {
className: "".concat(prefixCls, "-finish-btn"),
onClick: onFinish
}, "Finish") : React582.createElement("button", {
className: "".concat(prefixCls, "-next-btn"),
onClick: onNext
}, "Next")))));
}
// node_modules/@rc-component/tour/es/TourStep/index.js
var TourStep = function TourStep2(props) {
var current = props.current, renderPanel = props.renderPanel;
return React583.createElement(React583.Fragment, null, typeof renderPanel === "function" ? renderPanel(props, current) : React583.createElement(DefaultPanel, props));
};
var TourStep_default = TourStep;
// node_modules/@rc-component/tour/es/Tour.js
var _excluded79 = ["prefixCls", "steps", "defaultCurrent", "current", "onChange", "onClose", "onFinish", "open", "mask", "arrow", "rootClassName", "placement", "renderPanel", "gap", "animated", "scrollIntoViewOptions", "zIndex", "closeIcon", "closable", "builtinPlacements", "disabledInteraction"];
var CENTER_PLACEHOLDER = {
left: "50%",
top: "50%",
width: 1,
height: 1
};
var defaultScrollIntoViewOptions = {
block: "center",
inline: "center"
};
var Tour = function Tour2(props) {
var _props$prefixCls = props.prefixCls, prefixCls = _props$prefixCls === void 0 ? "rc-tour" : _props$prefixCls, _props$steps = props.steps, steps = _props$steps === void 0 ? [] : _props$steps, defaultCurrent = props.defaultCurrent, current = props.current, onChange = props.onChange, onClose = props.onClose, _onFinish = props.onFinish, open3 = props.open, _props$mask = props.mask, mask = _props$mask === void 0 ? true : _props$mask, _props$arrow = props.arrow, arrow = _props$arrow === void 0 ? true : _props$arrow, rootClassName = props.rootClassName, placement = props.placement, renderPanel = props.renderPanel, gap = props.gap, animated = props.animated, _props$scrollIntoView = props.scrollIntoViewOptions, scrollIntoViewOptions = _props$scrollIntoView === void 0 ? defaultScrollIntoViewOptions : _props$scrollIntoView, _props$zIndex = props.zIndex, zIndex = _props$zIndex === void 0 ? 1001 : _props$zIndex, closeIcon = props.closeIcon, closable = props.closable, builtinPlacements = props.builtinPlacements, disabledInteraction = props.disabledInteraction, restProps = _objectWithoutProperties(props, _excluded79);
var triggerRef = React584.useRef();
var _useMergedState = useMergedState(0, {
value: current,
defaultValue: defaultCurrent
}), _useMergedState2 = _slicedToArray(_useMergedState, 2), mergedCurrent = _useMergedState2[0], setMergedCurrent = _useMergedState2[1];
var _useMergedState3 = useMergedState(void 0, {
value: open3,
postState: function postState(origin) {
return mergedCurrent < 0 || mergedCurrent >= steps.length ? false : origin !== null && origin !== void 0 ? origin : true;
}
}), _useMergedState4 = _slicedToArray(_useMergedState3, 2), mergedOpen = _useMergedState4[0], setMergedOpen = _useMergedState4[1];
var _React$useState = React584.useState(mergedOpen), _React$useState2 = _slicedToArray(_React$useState, 2), hasOpened = _React$useState2[0], setHasOpened = _React$useState2[1];
var openRef = React584.useRef(mergedOpen);
useLayoutEffect_default(function() {
if (mergedOpen) {
if (!openRef.current) {
setMergedCurrent(0);
}
setHasOpened(true);
}
openRef.current = mergedOpen;
}, [mergedOpen]);
var _ref = steps[mergedCurrent] || {}, target = _ref.target, stepPlacement = _ref.placement, stepStyle = _ref.style, stepArrow = _ref.arrow, stepClassName = _ref.className, stepMask = _ref.mask, _ref$scrollIntoViewOp = _ref.scrollIntoViewOptions, stepScrollIntoViewOptions = _ref$scrollIntoViewOp === void 0 ? defaultScrollIntoViewOptions : _ref$scrollIntoViewOp, stepCloseIcon = _ref.closeIcon, stepClosable = _ref.closable;
var mergedClosable = useClosable2(stepClosable, stepCloseIcon, closable, closeIcon);
var mergedMask = mergedOpen && (stepMask !== null && stepMask !== void 0 ? stepMask : mask);
var mergedScrollIntoViewOptions = stepScrollIntoViewOptions !== null && stepScrollIntoViewOptions !== void 0 ? stepScrollIntoViewOptions : scrollIntoViewOptions;
var _useTarget = useTarget(target, open3, gap, mergedScrollIntoViewOptions), _useTarget2 = _slicedToArray(_useTarget, 2), posInfo = _useTarget2[0], targetElement = _useTarget2[1];
var mergedPlacement = getPlacement(targetElement, placement, stepPlacement);
var mergedArrow = targetElement ? typeof stepArrow === "undefined" ? arrow : stepArrow : false;
var arrowPointAtCenter = _typeof(mergedArrow) === "object" ? mergedArrow.pointAtCenter : false;
useLayoutEffect_default(function() {
var _triggerRef$current;
(_triggerRef$current = triggerRef.current) === null || _triggerRef$current === void 0 ? void 0 : _triggerRef$current.forceAlign();
}, [arrowPointAtCenter, mergedCurrent]);
var onInternalChange = function onInternalChange2(nextCurrent) {
setMergedCurrent(nextCurrent);
onChange === null || onChange === void 0 ? void 0 : onChange(nextCurrent);
};
var mergedBuiltinPlacements2 = (0, import_react203.useMemo)(function() {
if (builtinPlacements) {
return typeof builtinPlacements === "function" ? builtinPlacements({
arrowPointAtCenter
}) : builtinPlacements;
}
return getPlacements2(arrowPointAtCenter);
}, [builtinPlacements, arrowPointAtCenter]);
if (targetElement === void 0 || !hasOpened) {
return null;
}
var handleClose = function handleClose2() {
setMergedOpen(false);
onClose === null || onClose === void 0 ? void 0 : onClose(mergedCurrent);
};
var getPopupElement = function getPopupElement2() {
return React584.createElement(TourStep_default, _extends({
arrow: mergedArrow,
key: "content",
prefixCls,
total: steps.length,
renderPanel,
onPrev: function onPrev() {
onInternalChange(mergedCurrent - 1);
},
onNext: function onNext() {
onInternalChange(mergedCurrent + 1);
},
onClose: handleClose,
current: mergedCurrent,
onFinish: function onFinish() {
handleClose();
_onFinish === null || _onFinish === void 0 ? void 0 : _onFinish();
}
}, steps[mergedCurrent], {
closable: mergedClosable
}));
};
var mergedShowMask = typeof mergedMask === "boolean" ? mergedMask : !!mergedMask;
var mergedMaskStyle = typeof mergedMask === "boolean" ? void 0 : mergedMask;
var getTriggerDOMNode = function getTriggerDOMNode2(node2) {
return node2 || targetElement || document.body;
};
return React584.createElement(React584.Fragment, null, React584.createElement(Mask_default2, {
zIndex,
prefixCls,
pos: posInfo,
showMask: mergedShowMask,
style: mergedMaskStyle === null || mergedMaskStyle === void 0 ? void 0 : mergedMaskStyle.style,
fill: mergedMaskStyle === null || mergedMaskStyle === void 0 ? void 0 : mergedMaskStyle.color,
open: mergedOpen,
animated,
rootClassName,
disabledInteraction
}), React584.createElement(es_default10, _extends({}, restProps, {
builtinPlacements: mergedBuiltinPlacements2,
ref: triggerRef,
popupStyle: stepStyle,
popupPlacement: mergedPlacement,
popupVisible: mergedOpen,
popupClassName: (0, import_classnames263.default)(rootClassName, stepClassName),
prefixCls,
popup: getPopupElement,
forceRender: false,
destroyPopupOnHide: true,
zIndex,
getTriggerDOMNode,
arrow: !!mergedArrow
}), React584.createElement(es_default5, {
open: mergedOpen,
autoLock: true
}, React584.createElement("div", {
className: (0, import_classnames263.default)(rootClassName, "".concat(prefixCls, "-target-placeholder")),
style: _objectSpread2(_objectSpread2({}, posInfo || CENTER_PLACEHOLDER), {}, {
position: "fixed",
pointerEvents: "none"
})
}))));
};
var Tour_default = Tour;
// node_modules/@rc-component/tour/es/index.js
var es_default34 = Tour_default;
// node_modules/antd/es/tour/index.js
var import_classnames266 = __toESM(require_classnames());
// node_modules/antd/es/tour/panelRender.js
var import_react204 = __toESM(require_react());
var import_classnames264 = __toESM(require_classnames());
var isNonNullable2 = (val) => {
return val !== void 0 && val !== null;
};
var TourPanel = (props) => {
var _a, _b;
const {
stepProps,
current,
type: type5,
indicatorsRender,
actionsRender
} = props;
const {
prefixCls,
total = 1,
title,
onClose,
onPrev,
onNext,
onFinish,
cover,
description,
nextButtonProps,
prevButtonProps,
type: stepType,
closable
} = stepProps;
const mergedType = stepType !== null && stepType !== void 0 ? stepType : type5;
const ariaProps = pickAttrs(closable !== null && closable !== void 0 ? closable : {}, true);
const [contextLocaleGlobal] = useLocale_default("global", en_US_default6.global);
const [contextLocaleTour] = useLocale_default("Tour", en_US_default6.Tour);
const mergedCloseIcon = import_react204.default.createElement("button", Object.assign({
type: "button",
onClick: onClose,
className: `${prefixCls}-close`,
"aria-label": contextLocaleGlobal === null || contextLocaleGlobal === void 0 ? void 0 : contextLocaleGlobal.close
}, ariaProps), (closable === null || closable === void 0 ? void 0 : closable.closeIcon) || import_react204.default.createElement(CloseOutlined_default, {
className: `${prefixCls}-close-icon`
}));
const isLastStep = current === total - 1;
const prevBtnClick = () => {
var _a2;
onPrev === null || onPrev === void 0 ? void 0 : onPrev();
(_a2 = prevButtonProps === null || prevButtonProps === void 0 ? void 0 : prevButtonProps.onClick) === null || _a2 === void 0 ? void 0 : _a2.call(prevButtonProps);
};
const nextBtnClick = () => {
var _a2;
if (isLastStep) {
onFinish === null || onFinish === void 0 ? void 0 : onFinish();
} else {
onNext === null || onNext === void 0 ? void 0 : onNext();
}
(_a2 = nextButtonProps === null || nextButtonProps === void 0 ? void 0 : nextButtonProps.onClick) === null || _a2 === void 0 ? void 0 : _a2.call(nextButtonProps);
};
const headerNode = isNonNullable2(title) ? import_react204.default.createElement("div", {
className: `${prefixCls}-header`
}, import_react204.default.createElement("div", {
className: `${prefixCls}-title`
}, title)) : null;
const descriptionNode = isNonNullable2(description) ? import_react204.default.createElement("div", {
className: `${prefixCls}-description`
}, description) : null;
const coverNode = isNonNullable2(cover) ? import_react204.default.createElement("div", {
className: `${prefixCls}-cover`
}, cover) : null;
let mergedIndicatorNode;
if (indicatorsRender) {
mergedIndicatorNode = indicatorsRender(current, total);
} else {
mergedIndicatorNode = _toConsumableArray(Array.from({
length: total
}).keys()).map((stepItem, index3) => import_react204.default.createElement("span", {
key: stepItem,
className: (0, import_classnames264.default)(index3 === current && `${prefixCls}-indicator-active`, `${prefixCls}-indicator`)
}));
}
const mainBtnType = mergedType === "primary" ? "default" : "primary";
const secondaryBtnProps = {
type: "default",
ghost: mergedType === "primary"
};
const defaultActionsNode = import_react204.default.createElement(import_react204.default.Fragment, null, current !== 0 ? import_react204.default.createElement(button_default2, Object.assign({
size: "small"
}, secondaryBtnProps, prevButtonProps, {
onClick: prevBtnClick,
className: (0, import_classnames264.default)(`${prefixCls}-prev-btn`, prevButtonProps === null || prevButtonProps === void 0 ? void 0 : prevButtonProps.className)
}), (_a = prevButtonProps === null || prevButtonProps === void 0 ? void 0 : prevButtonProps.children) !== null && _a !== void 0 ? _a : contextLocaleTour === null || contextLocaleTour === void 0 ? void 0 : contextLocaleTour.Previous) : null, import_react204.default.createElement(button_default2, Object.assign({
size: "small",
type: mainBtnType
}, nextButtonProps, {
onClick: nextBtnClick,
className: (0, import_classnames264.default)(`${prefixCls}-next-btn`, nextButtonProps === null || nextButtonProps === void 0 ? void 0 : nextButtonProps.className)
}), (_b = nextButtonProps === null || nextButtonProps === void 0 ? void 0 : nextButtonProps.children) !== null && _b !== void 0 ? _b : isLastStep ? contextLocaleTour === null || contextLocaleTour === void 0 ? void 0 : contextLocaleTour.Finish : contextLocaleTour === null || contextLocaleTour === void 0 ? void 0 : contextLocaleTour.Next));
return import_react204.default.createElement("div", {
className: `${prefixCls}-content`
}, import_react204.default.createElement("div", {
className: `${prefixCls}-inner`
}, closable && mergedCloseIcon, coverNode, headerNode, descriptionNode, import_react204.default.createElement("div", {
className: `${prefixCls}-footer`
}, total > 1 && import_react204.default.createElement("div", {
className: `${prefixCls}-indicators`
}, mergedIndicatorNode), import_react204.default.createElement("div", {
className: `${prefixCls}-buttons`
}, actionsRender ? actionsRender(defaultActionsNode, {
current,
total
}) : defaultActionsNode))));
};
var panelRender_default = TourPanel;
// node_modules/antd/es/tour/PurePanel.js
var React586 = __toESM(require_react());
var import_classnames265 = __toESM(require_classnames());
// node_modules/antd/es/tour/style/index.js
var genBaseStyle17 = (token2) => {
const {
componentCls,
padding,
paddingXS,
borderRadius,
borderRadiusXS,
colorPrimary,
colorFill,
indicatorHeight,
indicatorWidth,
boxShadowTertiary,
zIndexPopup,
colorBgElevated,
fontWeightStrong,
marginXS,
colorTextLightSolid,
tourBorderRadius,
colorWhite,
primaryNextBtnHoverBg,
closeBtnSize,
motionDurationSlow,
antCls,
primaryPrevBtnBg
} = token2;
return [
{
[componentCls]: Object.assign(Object.assign({}, resetComponent(token2)), {
position: "absolute",
zIndex: zIndexPopup,
maxWidth: "fit-content",
visibility: "visible",
width: 520,
"--antd-arrow-background-color": colorBgElevated,
"&-pure": {
maxWidth: "100%",
position: "relative"
},
[`&${componentCls}-hidden`]: {
display: "none"
},
// ============================= panel content ============================
[`${componentCls}-content`]: {
position: "relative"
},
[`${componentCls}-inner`]: {
textAlign: "start",
textDecoration: "none",
borderRadius: tourBorderRadius,
boxShadow: boxShadowTertiary,
position: "relative",
backgroundColor: colorBgElevated,
border: "none",
backgroundClip: "padding-box",
[`${componentCls}-close`]: Object.assign({
position: "absolute",
top: padding,
insetInlineEnd: padding,
color: token2.colorIcon,
background: "none",
border: "none",
width: closeBtnSize,
height: closeBtnSize,
borderRadius: token2.borderRadiusSM,
transition: `background-color ${token2.motionDurationMid}, color ${token2.motionDurationMid}`,
display: "flex",
alignItems: "center",
justifyContent: "center",
cursor: "pointer",
"&:hover": {
color: token2.colorIconHover,
backgroundColor: token2.colorBgTextHover
},
"&:active": {
backgroundColor: token2.colorBgTextActive
}
}, genFocusStyle(token2)),
[`${componentCls}-cover`]: {
textAlign: "center",
padding: `${unit2(token2.calc(padding).add(closeBtnSize).add(paddingXS).equal())} ${unit2(padding)} 0`,
img: {
width: "100%"
}
},
[`${componentCls}-header`]: {
padding: `${unit2(padding)} ${unit2(padding)} ${unit2(paddingXS)}`,
width: `calc(100% - ${unit2(closeBtnSize)})`,
wordBreak: "break-word",
[`${componentCls}-title`]: {
fontWeight: fontWeightStrong
}
},
[`${componentCls}-description`]: {
padding: `0 ${unit2(padding)}`,
wordWrap: "break-word"
},
[`${componentCls}-footer`]: {
padding: `${unit2(paddingXS)} ${unit2(padding)} ${unit2(padding)}`,
textAlign: "end",
borderRadius: `0 0 ${unit2(borderRadiusXS)} ${unit2(borderRadiusXS)}`,
display: "flex",
[`${componentCls}-indicators`]: {
display: "inline-block",
[`${componentCls}-indicator`]: {
width: indicatorWidth,
height: indicatorHeight,
display: "inline-block",
borderRadius: "50%",
background: colorFill,
"&:not(:last-child)": {
marginInlineEnd: indicatorHeight
},
"&-active": {
background: colorPrimary
}
}
},
[`${componentCls}-buttons`]: {
marginInlineStart: "auto",
[`${antCls}-btn`]: {
marginInlineStart: marginXS
}
}
}
},
// ============================= primary type ===========================
// `$` for panel, `&$` for pure panel
[`${componentCls}-primary, &${componentCls}-primary`]: {
"--antd-arrow-background-color": colorPrimary,
[`${componentCls}-inner`]: {
color: colorTextLightSolid,
textAlign: "start",
textDecoration: "none",
backgroundColor: colorPrimary,
borderRadius,
boxShadow: boxShadowTertiary,
[`${componentCls}-close`]: {
color: colorTextLightSolid
},
[`${componentCls}-indicators`]: {
[`${componentCls}-indicator`]: {
background: primaryPrevBtnBg,
"&-active": {
background: colorTextLightSolid
}
}
},
[`${componentCls}-prev-btn`]: {
color: colorTextLightSolid,
borderColor: primaryPrevBtnBg,
backgroundColor: colorPrimary,
"&:hover": {
backgroundColor: primaryPrevBtnBg,
borderColor: "transparent"
}
},
[`${componentCls}-next-btn`]: {
color: colorPrimary,
borderColor: "transparent",
background: colorWhite,
"&:hover": {
background: primaryNextBtnHoverBg
}
}
}
}
}),
// ============================= mask ===========================
[`${componentCls}-mask`]: {
[`${componentCls}-placeholder-animated`]: {
transition: `all ${motionDurationSlow}`
}
},
// =========== Limit left and right placement radius ==============
[["&-placement-left", "&-placement-leftTop", "&-placement-leftBottom", "&-placement-right", "&-placement-rightTop", "&-placement-rightBottom"].join(",")]: {
[`${componentCls}-inner`]: {
borderRadius: token2.min(tourBorderRadius, MAX_VERTICAL_CONTENT_RADIUS)
}
}
},
// ============================= Arrow ===========================
getArrowStyle(token2, "var(--antd-arrow-background-color)")
];
};
var prepareComponentToken55 = (token2) => Object.assign(Object.assign({
zIndexPopup: token2.zIndexPopupBase + 70,
closeBtnSize: token2.fontSize * token2.lineHeight,
primaryPrevBtnBg: new FastColor(token2.colorTextLightSolid).setA(0.15).toRgbString(),
primaryNextBtnHoverBg: new FastColor(token2.colorBgTextHover).onBackground(token2.colorWhite).toRgbString()
}, getArrowOffsetToken({
contentRadius: token2.borderRadiusLG,
limitVerticalRadius: true
})), getArrowToken(token2));
var style_default61 = genStyleHooks("Tour", (token2) => {
const {
borderRadiusLG
} = token2;
const TourToken = merge2(token2, {
indicatorWidth: 6,
indicatorHeight: 6,
tourBorderRadius: borderRadiusLG
});
return genBaseStyle17(TourToken);
}, prepareComponentToken55);
// node_modules/antd/es/tour/PurePanel.js
var __rest108 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var PurePanel17 = (props) => {
const {
prefixCls: customizePrefixCls,
current = 0,
total = 6,
className,
style: style2,
type: type5,
closable,
closeIcon
} = props, restProps = __rest108(props, ["prefixCls", "current", "total", "className", "style", "type", "closable", "closeIcon"]);
const {
getPrefixCls
} = React586.useContext(ConfigContext);
const prefixCls = getPrefixCls("tour", customizePrefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default61(prefixCls);
const [mergedClosable, mergedCloseIcon] = useClosable({
closable,
closeIcon
}, null, {
closable: true,
closeIconRender: (icon) => {
var _a;
return React586.isValidElement(icon) ? cloneElement3(icon, {
className: (0, import_classnames265.default)((_a = icon.props) === null || _a === void 0 ? void 0 : _a.className, `${prefixCls}-close-icon`)
}) : icon;
}
});
return wrapCSSVar(React586.createElement(RawPurePanel, {
prefixCls,
hashId,
className: (0, import_classnames265.default)(className, `${prefixCls}-pure`, type5 && `${prefixCls}-${type5}`, cssVarCls),
style: style2
}, React586.createElement(panelRender_default, {
stepProps: Object.assign(Object.assign({}, restProps), {
prefixCls,
total,
closable: mergedClosable ? {
closeIcon: mergedCloseIcon
} : void 0
}),
current,
type: type5
})));
};
var PurePanel_default9 = withPureRenderTheme(PurePanel17);
// node_modules/antd/es/tour/index.js
var __rest109 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var Tour3 = (props) => {
const {
prefixCls: customizePrefixCls,
type: type5,
rootClassName,
indicatorsRender,
actionsRender,
steps,
closeIcon
} = props, restProps = __rest109(props, ["prefixCls", "type", "rootClassName", "indicatorsRender", "actionsRender", "steps", "closeIcon"]);
const {
getPrefixCls,
direction,
tour
} = (0, import_react205.useContext)(ConfigContext);
const prefixCls = getPrefixCls("tour", customizePrefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default61(prefixCls);
const [, token2] = useToken();
const mergedSteps = import_react205.default.useMemo(() => steps === null || steps === void 0 ? void 0 : steps.map((step) => {
var _a;
return Object.assign(Object.assign({}, step), {
className: (0, import_classnames266.default)(step.className, {
[`${prefixCls}-primary`]: ((_a = step.type) !== null && _a !== void 0 ? _a : type5) === "primary"
})
});
}), [prefixCls, steps, type5]);
const builtinPlacements = (config) => {
var _a;
return getPlacements({
arrowPointAtCenter: (_a = config === null || config === void 0 ? void 0 : config.arrowPointAtCenter) !== null && _a !== void 0 ? _a : true,
autoAdjustOverflow: true,
offset: token2.marginXXS,
arrowWidth: token2.sizePopupArrow,
borderRadius: token2.borderRadius
});
};
const customClassName = (0, import_classnames266.default)({
[`${prefixCls}-rtl`]: direction === "rtl"
}, hashId, cssVarCls, rootClassName);
const mergedRenderPanel = (stepProps, stepCurrent) => import_react205.default.createElement(panelRender_default, {
type: type5,
stepProps,
current: stepCurrent,
indicatorsRender,
actionsRender
});
const [zIndex, contextZIndex] = useZIndex("Tour", restProps.zIndex);
return wrapCSSVar(import_react205.default.createElement(zindexContext_default.Provider, {
value: contextZIndex
}, import_react205.default.createElement(es_default34, Object.assign({}, restProps, {
closeIcon: closeIcon !== null && closeIcon !== void 0 ? closeIcon : tour === null || tour === void 0 ? void 0 : tour.closeIcon,
zIndex,
rootClassName: customClassName,
prefixCls,
animated: true,
renderPanel: mergedRenderPanel,
builtinPlacements,
steps: mergedSteps
}))));
};
if (true) {
Tour3.displayName = "Tour";
}
Tour3._InternalPanelDoNotUseOrYouWillBeFired = PurePanel_default9;
var tour_default = Tour3;
// node_modules/antd/es/transfer/index.js
var import_react207 = __toESM(require_react());
var import_classnames270 = __toESM(require_classnames());
// node_modules/antd/es/_util/transKeys.js
var groupKeysMap = (keys2) => {
const map = /* @__PURE__ */ new Map();
keys2.forEach((key, index3) => {
map.set(key, index3);
});
return map;
};
var groupDisabledKeysMap = (dataSource) => {
const map = /* @__PURE__ */ new Map();
dataSource.forEach(({
disabled,
key
}, index3) => {
if (disabled) {
map.set(key, index3);
}
});
return map;
};
// node_modules/antd/es/transfer/hooks/useData.js
var React588 = __toESM(require_react());
var useData = (dataSource, rowKey, targetKeys) => {
const mergedDataSource = React588.useMemo(() => (dataSource || []).map((record) => {
if (rowKey) {
return Object.assign(Object.assign({}, record), {
key: rowKey(record)
});
}
return record;
}), [dataSource, rowKey]);
const [leftDataSource, rightDataSource] = React588.useMemo(() => {
var _a;
const leftData = [];
const rightData = Array.from({
length: (_a = targetKeys === null || targetKeys === void 0 ? void 0 : targetKeys.length) !== null && _a !== void 0 ? _a : 0
});
const targetKeysMap = groupKeysMap(targetKeys || []);
mergedDataSource.forEach((record) => {
if (targetKeysMap.has(record.key)) {
const idx = targetKeysMap.get(record.key);
rightData[idx] = record;
} else {
leftData.push(record);
}
});
return [leftData, rightData];
}, [mergedDataSource, targetKeys]);
return [mergedDataSource, leftDataSource.filter(Boolean), rightDataSource.filter(Boolean)];
};
var useData_default = useData;
// node_modules/antd/es/transfer/hooks/useSelection.js
var React589 = __toESM(require_react());
var EMPTY_KEYS = [];
function filterKeys(keys2, dataKeys) {
const filteredKeys = keys2.filter((key) => dataKeys.has(key));
return keys2.length === filteredKeys.length ? keys2 : filteredKeys;
}
function flattenKeys2(keys2) {
return Array.from(keys2).join(";");
}
function useSelection2(leftDataSource, rightDataSource, selectedKeys) {
const [leftKeys, rightKeys] = React589.useMemo(() => [new Set(leftDataSource.map((src) => src === null || src === void 0 ? void 0 : src.key)), new Set(rightDataSource.map((src) => src === null || src === void 0 ? void 0 : src.key))], [leftDataSource, rightDataSource]);
const [mergedSelectedKeys, setMergedSelectedKeys] = useMergedState(EMPTY_KEYS, {
value: selectedKeys
});
const sourceSelectedKeys = React589.useMemo(() => filterKeys(mergedSelectedKeys, leftKeys), [mergedSelectedKeys, leftKeys]);
const targetSelectedKeys = React589.useMemo(() => filterKeys(mergedSelectedKeys, rightKeys), [mergedSelectedKeys, rightKeys]);
React589.useEffect(() => {
setMergedSelectedKeys([].concat(_toConsumableArray(filterKeys(mergedSelectedKeys, leftKeys)), _toConsumableArray(filterKeys(mergedSelectedKeys, rightKeys))));
}, [flattenKeys2(leftKeys), flattenKeys2(rightKeys)]);
const setSourceSelectedKeys = useEvent((nextSrcKeys) => {
setMergedSelectedKeys([].concat(_toConsumableArray(nextSrcKeys), _toConsumableArray(targetSelectedKeys)));
});
const setTargetSelectedKeys = useEvent((nextTargetKeys) => {
setMergedSelectedKeys([].concat(_toConsumableArray(sourceSelectedKeys), _toConsumableArray(nextTargetKeys)));
});
return [
// Keys
sourceSelectedKeys,
targetSelectedKeys,
// Updater
setSourceSelectedKeys,
setTargetSelectedKeys
];
}
var useSelection_default2 = useSelection2;
// node_modules/antd/es/transfer/list.js
var import_react206 = __toESM(require_react());
var import_classnames269 = __toESM(require_classnames());
// node_modules/antd/es/transfer/ListBody.js
var React591 = __toESM(require_react());
var import_classnames268 = __toESM(require_classnames());
// node_modules/antd/es/transfer/ListItem.js
var React590 = __toESM(require_react());
var import_classnames267 = __toESM(require_classnames());
var ListItem = (props) => {
const {
renderedText,
renderedEl,
item,
checked,
disabled,
prefixCls,
onClick,
onRemove,
showRemove
} = props;
const className = (0, import_classnames267.default)(`${prefixCls}-content-item`, {
[`${prefixCls}-content-item-disabled`]: disabled || item.disabled,
[`${prefixCls}-content-item-checked`]: checked && !item.disabled
});
let title;
if (typeof renderedText === "string" || typeof renderedText === "number") {
title = String(renderedText);
}
const [contextLocale] = useLocale_default("Transfer", en_US_default6.Transfer);
const liProps = {
className,
title
};
const labelNode = React590.createElement("span", {
className: `${prefixCls}-content-item-text`
}, renderedEl);
if (showRemove) {
return React590.createElement("li", Object.assign({}, liProps), labelNode, React590.createElement("button", {
type: "button",
disabled: disabled || item.disabled,
className: `${prefixCls}-content-item-remove`,
"aria-label": contextLocale === null || contextLocale === void 0 ? void 0 : contextLocale.remove,
onClick: () => onRemove === null || onRemove === void 0 ? void 0 : onRemove(item)
}, React590.createElement(DeleteOutlined_default, null)));
}
liProps.onClick = disabled || item.disabled ? void 0 : (event) => onClick(item, event);
return React590.createElement("li", Object.assign({}, liProps), React590.createElement(checkbox_default, {
className: `${prefixCls}-checkbox`,
checked,
disabled: disabled || item.disabled
}), labelNode);
};
var ListItem_default = React590.memo(ListItem);
// node_modules/antd/es/transfer/ListBody.js
var OmitProps = ["handleFilter", "handleClear", "checkedKeys"];
var parsePagination = (pagination) => {
const defaultPagination = {
simple: true,
showSizeChanger: false,
showLessItems: false
};
return Object.assign(Object.assign({}, defaultPagination), pagination);
};
var TransferListBody = (props, ref) => {
const {
prefixCls,
filteredRenderItems,
selectedKeys,
disabled: globalDisabled,
showRemove,
pagination,
onScroll,
onItemSelect,
onItemRemove
} = props;
const [current, setCurrent] = React591.useState(1);
const mergedPagination = React591.useMemo(() => {
if (!pagination) {
return null;
}
const convertPagination = typeof pagination === "object" ? pagination : {};
return parsePagination(convertPagination);
}, [pagination]);
const [pageSize, setPageSize] = useMergedState(10, {
value: mergedPagination === null || mergedPagination === void 0 ? void 0 : mergedPagination.pageSize
});
React591.useEffect(() => {
if (mergedPagination) {
const maxPageCount = Math.ceil(filteredRenderItems.length / pageSize);
setCurrent(Math.min(current, maxPageCount));
}
}, [filteredRenderItems, mergedPagination, pageSize]);
const onInternalClick = (item, e3) => {
onItemSelect(item.key, !selectedKeys.includes(item.key), e3);
};
const onRemove = (item) => {
onItemRemove === null || onItemRemove === void 0 ? void 0 : onItemRemove([item.key]);
};
const onPageChange = (cur) => {
setCurrent(cur);
};
const onSizeChange = (cur, size) => {
setCurrent(cur);
setPageSize(size);
};
const memoizedItems = React591.useMemo(() => {
const displayItems = mergedPagination ? filteredRenderItems.slice((current - 1) * pageSize, current * pageSize) : filteredRenderItems;
return displayItems;
}, [current, filteredRenderItems, mergedPagination, pageSize]);
React591.useImperativeHandle(ref, () => ({
items: memoizedItems
}));
const paginationNode = mergedPagination ? React591.createElement(pagination_default, {
size: "small",
disabled: globalDisabled,
simple: mergedPagination.simple,
pageSize,
showLessItems: mergedPagination.showLessItems,
showSizeChanger: mergedPagination.showSizeChanger,
className: `${prefixCls}-pagination`,
total: filteredRenderItems.length,
current,
onChange: onPageChange,
onShowSizeChange: onSizeChange
}) : null;
const cls13 = (0, import_classnames268.default)(`${prefixCls}-content`, {
[`${prefixCls}-content-show-remove`]: showRemove
});
return React591.createElement(React591.Fragment, null, React591.createElement("ul", {
className: cls13,
onScroll
}, (memoizedItems || []).map(({
renderedEl,
renderedText,
item
}) => React591.createElement(ListItem_default, {
key: item.key,
item,
renderedText,
renderedEl,
prefixCls,
showRemove,
onClick: onInternalClick,
onRemove,
checked: selectedKeys.includes(item.key),
disabled: globalDisabled || item.disabled
}))), paginationNode);
};
if (true) {
TransferListBody.displayName = "TransferListBody";
}
var ListBody_default = React591.forwardRef(TransferListBody);
// node_modules/antd/es/transfer/search.js
var React592 = __toESM(require_react());
var Search2 = (props) => {
const {
placeholder = "",
value,
prefixCls,
disabled,
onChange,
handleClear
} = props;
const handleChange = React592.useCallback((e3) => {
onChange === null || onChange === void 0 ? void 0 : onChange(e3);
if (e3.target.value === "") {
handleClear === null || handleClear === void 0 ? void 0 : handleClear();
}
}, [onChange]);
return React592.createElement(Input_default5, {
placeholder,
className: prefixCls,
value,
onChange: handleChange,
disabled,
allowClear: true,
prefix: React592.createElement(SearchOutlined_default, null)
});
};
if (true) {
Search2.displayName = "Search";
}
var search_default = Search2;
// node_modules/antd/es/transfer/list.js
var defaultRender3 = () => null;
function isRenderResultPlainObject(result) {
return !!(result && !import_react206.default.isValidElement(result) && Object.prototype.toString.call(result) === "[object Object]");
}
function getEnabledItemKeys(items) {
return items.filter((data) => !data.disabled).map((data) => data.key);
}
var isValidIcon = (icon) => icon !== void 0;
var getShowSearchOption = (showSearch) => {
if (showSearch && typeof showSearch === "object") {
return Object.assign(Object.assign({}, showSearch), {
defaultValue: showSearch.defaultValue || ""
});
}
return {
defaultValue: "",
placeholder: ""
};
};
var TransferList = (props) => {
const {
prefixCls,
dataSource = [],
titleText = "",
checkedKeys,
disabled,
showSearch = false,
style: style2,
searchPlaceholder,
notFoundContent,
selectAll,
deselectAll,
selectCurrent,
selectInvert,
removeAll,
removeCurrent,
showSelectAll = true,
showRemove,
pagination,
direction,
itemsUnit,
itemUnit,
selectAllLabel,
selectionsIcon,
footer,
renderList,
onItemSelectAll,
onItemRemove,
handleFilter,
handleClear,
filterOption: filterOption2,
render: render2 = defaultRender3
} = props;
const searchOptions = getShowSearchOption(showSearch);
const [filterValue, setFilterValue] = (0, import_react206.useState)(searchOptions.defaultValue);
const listBodyRef = (0, import_react206.useRef)({});
const internalHandleFilter = (e3) => {
setFilterValue(e3.target.value);
handleFilter(e3);
};
const internalHandleClear = () => {
setFilterValue("");
handleClear();
};
const matchFilter = (text, item) => {
if (typeof filterOption2 === "function") {
return filterOption2(filterValue, item, direction);
}
return text.includes(filterValue);
};
const customRenderListBody = (listProps) => {
let bodyContent = renderList ? renderList(Object.assign(Object.assign({}, listProps), {
onItemSelect: (key, check) => listProps.onItemSelect(key, check)
})) : null;
const customize = !!bodyContent;
if (!customize) {
bodyContent = import_react206.default.createElement(ListBody_default, Object.assign({
ref: listBodyRef
}, listProps));
}
return {
customize,
bodyContent
};
};
const renderItem2 = (item) => {
const renderResult = render2(item);
const isRenderResultPlain = isRenderResultPlainObject(renderResult);
return {
item,
renderedEl: isRenderResultPlain ? renderResult.label : renderResult,
renderedText: isRenderResultPlain ? renderResult.value : renderResult
};
};
const notFoundContentEle = (0, import_react206.useMemo)(() => Array.isArray(notFoundContent) ? notFoundContent[direction === "left" ? 0 : 1] : notFoundContent, [notFoundContent, direction]);
const [filteredItems, filteredRenderItems] = (0, import_react206.useMemo)(() => {
const filterItems = [];
const filterRenderItems = [];
dataSource.forEach((item) => {
const renderedItem = renderItem2(item);
if (filterValue && !matchFilter(renderedItem.renderedText, item)) {
return;
}
filterItems.push(item);
filterRenderItems.push(renderedItem);
});
return [filterItems, filterRenderItems];
}, [dataSource, filterValue]);
const checkedActiveItems = (0, import_react206.useMemo)(() => {
return filteredItems.filter((item) => checkedKeys.includes(item.key) && !item.disabled);
}, [checkedKeys, filteredItems]);
const checkStatus = (0, import_react206.useMemo)(() => {
if (checkedActiveItems.length === 0) {
return "none";
}
const checkedKeysMap = groupKeysMap(checkedKeys);
if (filteredItems.every((item) => checkedKeysMap.has(item.key) || !!item.disabled)) {
return "all";
}
return "part";
}, [checkedActiveItems.length, checkedKeys, filteredItems]);
const renderListBody = () => {
const search = showSearch ? import_react206.default.createElement("div", {
className: `${prefixCls}-body-search-wrapper`
}, import_react206.default.createElement(search_default, {
prefixCls: `${prefixCls}-search`,
onChange: internalHandleFilter,
handleClear: internalHandleClear,
placeholder: searchOptions.placeholder || searchPlaceholder,
value: filterValue,
disabled
})) : null;
const {
customize,
bodyContent
} = customRenderListBody(Object.assign(Object.assign({}, omit(props, OmitProps)), {
filteredItems,
filteredRenderItems,
selectedKeys: checkedKeys
}));
let bodyNode;
if (customize) {
bodyNode = import_react206.default.createElement("div", {
className: `${prefixCls}-body-customize-wrapper`
}, bodyContent);
} else {
bodyNode = filteredItems.length ? bodyContent : import_react206.default.createElement("div", {
className: `${prefixCls}-body-not-found`
}, notFoundContentEle);
}
return import_react206.default.createElement("div", {
className: (0, import_classnames269.default)(`${prefixCls}-body`, {
[`${prefixCls}-body-with-search`]: showSearch
})
}, search, bodyNode);
};
const checkBox = import_react206.default.createElement(checkbox_default, {
disabled: dataSource.filter((d) => !d.disabled).length === 0 || disabled,
checked: checkStatus === "all",
indeterminate: checkStatus === "part",
className: `${prefixCls}-checkbox`,
onChange: () => {
onItemSelectAll === null || onItemSelectAll === void 0 ? void 0 : onItemSelectAll(filteredItems.filter((item) => !item.disabled).map(({
key
}) => key), checkStatus !== "all");
}
});
const getSelectAllLabel = (selectedCount, totalCount) => {
if (selectAllLabel) {
return typeof selectAllLabel === "function" ? selectAllLabel({
selectedCount,
totalCount
}) : selectAllLabel;
}
const unit4 = totalCount > 1 ? itemsUnit : itemUnit;
return import_react206.default.createElement(import_react206.default.Fragment, null, (selectedCount > 0 ? `${selectedCount}/` : "") + totalCount, " ", unit4);
};
const footerDom = footer && (footer.length < 2 ? footer(props) : footer(props, {
direction
}));
const listCls = (0, import_classnames269.default)(prefixCls, {
[`${prefixCls}-with-pagination`]: !!pagination,
[`${prefixCls}-with-footer`]: !!footerDom
});
const listFooter = footerDom ? import_react206.default.createElement("div", {
className: `${prefixCls}-footer`
}, footerDom) : null;
const checkAllCheckbox = !showRemove && !pagination && checkBox;
let items;
if (showRemove) {
items = [
/* Remove Current Page */
pagination ? {
key: "removeCurrent",
label: removeCurrent,
onClick() {
var _a;
const pageKeys = getEnabledItemKeys((((_a = listBodyRef.current) === null || _a === void 0 ? void 0 : _a.items) || []).map((entity) => entity.item));
onItemRemove === null || onItemRemove === void 0 ? void 0 : onItemRemove(pageKeys);
}
} : null,
/* Remove All */
{
key: "removeAll",
label: removeAll,
onClick() {
onItemRemove === null || onItemRemove === void 0 ? void 0 : onItemRemove(getEnabledItemKeys(filteredItems));
}
}
].filter(Boolean);
} else {
items = [{
key: "selectAll",
label: checkStatus === "all" ? deselectAll : selectAll,
onClick() {
const keys2 = getEnabledItemKeys(filteredItems);
onItemSelectAll === null || onItemSelectAll === void 0 ? void 0 : onItemSelectAll(keys2, keys2.length !== checkedKeys.length);
}
}, pagination ? {
key: "selectCurrent",
label: selectCurrent,
onClick() {
var _a;
const pageItems = ((_a = listBodyRef.current) === null || _a === void 0 ? void 0 : _a.items) || [];
onItemSelectAll === null || onItemSelectAll === void 0 ? void 0 : onItemSelectAll(getEnabledItemKeys(pageItems.map((entity) => entity.item)), true);
}
} : null, {
key: "selectInvert",
label: selectInvert,
onClick() {
var _a;
const availablePageItemKeys = getEnabledItemKeys((((_a = listBodyRef.current) === null || _a === void 0 ? void 0 : _a.items) || []).map((entity) => entity.item));
const checkedKeySet = new Set(checkedKeys);
const newCheckedKeysSet = new Set(checkedKeySet);
availablePageItemKeys.forEach((key) => {
if (checkedKeySet.has(key)) {
newCheckedKeysSet.delete(key);
} else {
newCheckedKeysSet.add(key);
}
});
onItemSelectAll === null || onItemSelectAll === void 0 ? void 0 : onItemSelectAll(Array.from(newCheckedKeysSet), "replace");
}
}];
}
const dropdown = import_react206.default.createElement(dropdown_default3, {
className: `${prefixCls}-header-dropdown`,
menu: {
items
},
disabled
}, isValidIcon(selectionsIcon) ? selectionsIcon : import_react206.default.createElement(DownOutlined_default, null));
return import_react206.default.createElement("div", {
className: listCls,
style: style2
}, import_react206.default.createElement("div", {
className: `${prefixCls}-header`
}, showSelectAll ? import_react206.default.createElement(import_react206.default.Fragment, null, checkAllCheckbox, dropdown) : null, import_react206.default.createElement("span", {
className: `${prefixCls}-header-selected`
}, getSelectAllLabel(checkedActiveItems.length, filteredItems.length)), import_react206.default.createElement("span", {
className: `${prefixCls}-header-title`
}, titleText)), renderListBody(), listFooter);
};
if (true) {
TransferList.displayName = "TransferList";
}
var list_default2 = TransferList;
// node_modules/antd/es/transfer/operation.js
var React594 = __toESM(require_react());
var Operation = (props) => {
const {
disabled,
moveToLeft,
moveToRight,
leftArrowText = "",
rightArrowText = "",
leftActive,
rightActive,
className,
style: style2,
direction,
oneWay
} = props;
return React594.createElement("div", {
className,
style: style2
}, React594.createElement(button_default2, {
type: "primary",
size: "small",
disabled: disabled || !rightActive,
onClick: moveToRight,
icon: direction !== "rtl" ? React594.createElement(RightOutlined_default, null) : React594.createElement(LeftOutlined_default, null)
}, rightArrowText), !oneWay && React594.createElement(button_default2, {
type: "primary",
size: "small",
disabled: disabled || !leftActive,
onClick: moveToLeft,
icon: direction !== "rtl" ? React594.createElement(LeftOutlined_default, null) : React594.createElement(RightOutlined_default, null)
}, leftArrowText));
};
if (true) {
Operation.displayName = "Operation";
}
var operation_default = Operation;
// node_modules/antd/es/transfer/style/index.js
var genTransferCustomizeStyle = (token2) => {
const {
antCls,
componentCls,
listHeight,
controlHeightLG
} = token2;
const tableCls = `${antCls}-table`;
const inputCls = `${antCls}-input`;
return {
[`${componentCls}-customize-list`]: {
[`${componentCls}-list`]: {
flex: "1 1 50%",
width: "auto",
height: "auto",
minHeight: listHeight,
minWidth: 0
},
// =================== Hook Components ===================
[`${tableCls}-wrapper`]: {
[`${tableCls}-small`]: {
border: 0,
borderRadius: 0,
[`${tableCls}-selection-column`]: {
width: controlHeightLG,
minWidth: controlHeightLG
}
},
[`${tableCls}-pagination${tableCls}-pagination`]: {
margin: 0,
padding: token2.paddingXS
}
},
[`${inputCls}[disabled]`]: {
backgroundColor: "transparent"
}
}
};
};
var genTransferStatusColor = (token2, color) => {
const {
componentCls,
colorBorder
} = token2;
return {
[`${componentCls}-list`]: {
borderColor: color,
"&-search:not([disabled])": {
borderColor: colorBorder
}
}
};
};
var genTransferStatusStyle = (token2) => {
const {
componentCls
} = token2;
return {
[`${componentCls}-status-error`]: Object.assign({}, genTransferStatusColor(token2, token2.colorError)),
[`${componentCls}-status-warning`]: Object.assign({}, genTransferStatusColor(token2, token2.colorWarning))
};
};
var genTransferListStyle = (token2) => {
const {
componentCls,
colorBorder,
colorSplit,
lineWidth,
itemHeight,
headerHeight,
transferHeaderVerticalPadding,
itemPaddingBlock,
controlItemBgActive,
colorTextDisabled,
colorTextSecondary,
listHeight,
listWidth,
listWidthLG,
fontSizeIcon,
marginXS,
paddingSM,
lineType,
antCls,
iconCls,
motionDurationSlow,
controlItemBgHover,
borderRadiusLG,
colorBgContainer,
colorText,
controlItemBgActiveHover
} = token2;
const contentBorderRadius = unit2(token2.calc(borderRadiusLG).sub(lineWidth).equal());
return {
display: "flex",
flexDirection: "column",
width: listWidth,
height: listHeight,
border: `${unit2(lineWidth)} ${lineType} ${colorBorder}`,
borderRadius: token2.borderRadiusLG,
"&-with-pagination": {
width: listWidthLG,
height: "auto"
},
"&-search": {
[`${iconCls}-search`]: {
color: colorTextDisabled
}
},
"&-header": {
display: "flex",
flex: "none",
alignItems: "center",
height: headerHeight,
// border-top is on the transfer dom. We should minus 1px for this
padding: `${unit2(token2.calc(transferHeaderVerticalPadding).sub(lineWidth).equal())} ${unit2(paddingSM)} ${unit2(transferHeaderVerticalPadding)}`,
color: colorText,
background: colorBgContainer,
borderBottom: `${unit2(lineWidth)} ${lineType} ${colorSplit}`,
borderRadius: `${unit2(borderRadiusLG)} ${unit2(borderRadiusLG)} 0 0`,
"> *:not(:last-child)": {
marginInlineEnd: 4
// This is magic and fixed number, DO NOT use token since it may change.
},
"> *": {
flex: "none"
},
"&-title": Object.assign(Object.assign({}, textEllipsis), {
flex: "auto",
textAlign: "end"
}),
"&-dropdown": Object.assign(Object.assign({}, resetIcon()), {
fontSize: fontSizeIcon,
transform: "translateY(10%)",
cursor: "pointer",
"&[disabled]": {
cursor: "not-allowed"
}
})
},
"&-body": {
display: "flex",
flex: "auto",
flexDirection: "column",
fontSize: token2.fontSize,
// https://blog.csdn.net/qq449245884/article/details/107373672/
minHeight: 0,
"&-search-wrapper": {
position: "relative",
flex: "none",
padding: paddingSM
}
},
"&-content": {
flex: "auto",
margin: 0,
padding: 0,
overflow: "auto",
listStyle: "none",
borderRadius: `0 0 ${contentBorderRadius} ${contentBorderRadius}`,
"&-item": {
display: "flex",
alignItems: "center",
minHeight: itemHeight,
padding: `${unit2(itemPaddingBlock)} ${unit2(paddingSM)}`,
transition: `all ${motionDurationSlow}`,
"> *:not(:last-child)": {
marginInlineEnd: marginXS
},
"> *": {
flex: "none"
},
"&-text": Object.assign(Object.assign({}, textEllipsis), {
flex: "auto"
}),
"&-remove": Object.assign(Object.assign({}, operationUnit(token2)), {
color: colorBorder,
"&:hover, &:focus": {
color: colorTextSecondary
}
}),
[`&:not(${componentCls}-list-content-item-disabled)`]: {
"&:hover": {
backgroundColor: controlItemBgHover,
cursor: "pointer"
},
[`&${componentCls}-list-content-item-checked:hover`]: {
backgroundColor: controlItemBgActiveHover
}
},
"&-checked": {
backgroundColor: controlItemBgActive
},
"&-disabled": {
color: colorTextDisabled,
cursor: "not-allowed"
}
},
// Do not change hover style when `oneWay` mode
[`&-show-remove ${componentCls}-list-content-item:not(${componentCls}-list-content-item-disabled):hover`]: {
background: "transparent",
cursor: "default"
}
},
"&-pagination": {
padding: token2.paddingXS,
textAlign: "end",
borderTop: `${unit2(lineWidth)} ${lineType} ${colorSplit}`,
[`${antCls}-pagination-options`]: {
paddingInlineEnd: token2.paddingXS
}
},
"&-body-not-found": {
flex: "none",
width: "100%",
margin: "auto 0",
color: colorTextDisabled,
textAlign: "center"
},
"&-footer": {
borderTop: `${unit2(lineWidth)} ${lineType} ${colorSplit}`
},
// fix: https://github.com/ant-design/ant-design/issues/44489
"&-checkbox": {
lineHeight: 1
}
};
};
var genTransferStyle = (token2) => {
const {
antCls,
iconCls,
componentCls,
marginXS,
marginXXS,
fontSizeIcon,
colorBgContainerDisabled
} = token2;
return {
[componentCls]: Object.assign(Object.assign({}, resetComponent(token2)), {
position: "relative",
display: "flex",
alignItems: "stretch",
[`${componentCls}-disabled`]: {
[`${componentCls}-list`]: {
background: colorBgContainerDisabled
}
},
[`${componentCls}-list`]: genTransferListStyle(token2),
[`${componentCls}-operation`]: {
display: "flex",
flex: "none",
flexDirection: "column",
alignSelf: "center",
margin: `0 ${unit2(marginXS)}`,
verticalAlign: "middle",
gap: marginXXS,
[`${antCls}-btn ${iconCls}`]: {
fontSize: fontSizeIcon
}
}
})
};
};
var genTransferRTLStyle = (token2) => {
const {
componentCls
} = token2;
return {
[`${componentCls}-rtl`]: {
direction: "rtl"
}
};
};
var prepareComponentToken56 = (token2) => {
const {
fontSize,
lineHeight,
controlHeight,
controlHeightLG,
lineWidth
} = token2;
const fontHeight = Math.round(fontSize * lineHeight);
return {
listWidth: 180,
listHeight: 200,
listWidthLG: 250,
headerHeight: controlHeightLG,
itemHeight: controlHeight,
itemPaddingBlock: (controlHeight - fontHeight) / 2,
transferHeaderVerticalPadding: Math.ceil((controlHeightLG - lineWidth - fontHeight) / 2)
};
};
var style_default62 = genStyleHooks("Transfer", (token2) => {
const transferToken = merge2(token2);
return [genTransferStyle(transferToken), genTransferCustomizeStyle(transferToken), genTransferStatusStyle(transferToken), genTransferRTLStyle(transferToken)];
}, prepareComponentToken56);
// node_modules/antd/es/transfer/index.js
var Transfer = (props) => {
const {
dataSource,
targetKeys = [],
selectedKeys,
selectAllLabels = [],
operations = [],
style: style2 = {},
listStyle = {},
locale: locale6 = {},
titles,
disabled,
showSearch = false,
operationStyle,
showSelectAll,
oneWay,
pagination,
status: customStatus,
prefixCls: customizePrefixCls,
className,
rootClassName,
selectionsIcon,
filterOption: filterOption2,
render: render2,
footer,
children,
rowKey,
onScroll,
onChange,
onSearch,
onSelectChange
} = props;
const {
getPrefixCls,
renderEmpty,
direction: dir,
transfer
} = (0, import_react207.useContext)(ConfigContext);
const contextDisabled = (0, import_react207.useContext)(DisabledContext_default);
const mergedDisabled = disabled !== null && disabled !== void 0 ? disabled : contextDisabled;
const prefixCls = getPrefixCls("transfer", customizePrefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default62(prefixCls);
const [mergedDataSource, leftDataSource, rightDataSource] = useData_default(dataSource, rowKey, targetKeys);
const [
// Keys
sourceSelectedKeys,
targetSelectedKeys,
// Setters
setSourceSelectedKeys,
setTargetSelectedKeys
] = useSelection_default2(leftDataSource, rightDataSource, selectedKeys);
const [leftMultipleSelect, updateLeftPrevSelectedIndex] = useMultipleSelect((item) => item.key);
const [rightMultipleSelect, updateRightPrevSelectedIndex] = useMultipleSelect((item) => item.key);
if (true) {
const warning5 = devUseWarning("Transfer");
true ? warning5(!pagination || !children, "usage", "`pagination` not support customize render list.") : void 0;
}
const setStateKeys = (0, import_react207.useCallback)((direction, keys2) => {
if (direction === "left") {
const nextKeys = typeof keys2 === "function" ? keys2(sourceSelectedKeys || []) : keys2;
setSourceSelectedKeys(nextKeys);
} else {
const nextKeys = typeof keys2 === "function" ? keys2(targetSelectedKeys || []) : keys2;
setTargetSelectedKeys(nextKeys);
}
}, [sourceSelectedKeys, targetSelectedKeys]);
const setPrevSelectedIndex = (direction, value) => {
const isLeftDirection = direction === "left";
const updatePrevSelectedIndex = isLeftDirection ? updateLeftPrevSelectedIndex : updateRightPrevSelectedIndex;
updatePrevSelectedIndex(value);
};
const handleSelectChange = (0, import_react207.useCallback)((direction, holder) => {
if (direction === "left") {
onSelectChange === null || onSelectChange === void 0 ? void 0 : onSelectChange(holder, targetSelectedKeys);
} else {
onSelectChange === null || onSelectChange === void 0 ? void 0 : onSelectChange(sourceSelectedKeys, holder);
}
}, [sourceSelectedKeys, targetSelectedKeys]);
const getTitles = (transferLocale) => {
var _a;
return (_a = titles !== null && titles !== void 0 ? titles : transferLocale.titles) !== null && _a !== void 0 ? _a : [];
};
const handleLeftScroll = (e3) => {
onScroll === null || onScroll === void 0 ? void 0 : onScroll("left", e3);
};
const handleRightScroll = (e3) => {
onScroll === null || onScroll === void 0 ? void 0 : onScroll("right", e3);
};
const moveTo = (direction) => {
const moveKeys = direction === "right" ? sourceSelectedKeys : targetSelectedKeys;
const dataSourceDisabledKeysMap = groupDisabledKeysMap(mergedDataSource);
const newMoveKeys = moveKeys.filter((key) => !dataSourceDisabledKeysMap.has(key));
const newMoveKeysMap = groupKeysMap(newMoveKeys);
const newTargetKeys = direction === "right" ? newMoveKeys.concat(targetKeys) : targetKeys.filter((targetKey) => !newMoveKeysMap.has(targetKey));
const oppositeDirection = direction === "right" ? "left" : "right";
setStateKeys(oppositeDirection, []);
handleSelectChange(oppositeDirection, []);
onChange === null || onChange === void 0 ? void 0 : onChange(newTargetKeys, direction, newMoveKeys);
};
const moveToLeft = () => {
moveTo("left");
setPrevSelectedIndex("left", null);
};
const moveToRight = () => {
moveTo("right");
setPrevSelectedIndex("right", null);
};
const onItemSelectAll = (direction, keys2, checkAll) => {
setStateKeys(direction, (prevKeys) => {
let mergedCheckedKeys = [];
if (checkAll === "replace") {
mergedCheckedKeys = keys2;
} else if (checkAll) {
mergedCheckedKeys = Array.from(new Set([].concat(_toConsumableArray(prevKeys), _toConsumableArray(keys2))));
} else {
const selectedKeysMap = groupKeysMap(keys2);
mergedCheckedKeys = prevKeys.filter((key) => !selectedKeysMap.has(key));
}
handleSelectChange(direction, mergedCheckedKeys);
return mergedCheckedKeys;
});
setPrevSelectedIndex(direction, null);
};
const onLeftItemSelectAll = (keys2, checkAll) => {
onItemSelectAll("left", keys2, checkAll);
};
const onRightItemSelectAll = (keys2, checkAll) => {
onItemSelectAll("right", keys2, checkAll);
};
const leftFilter = (e3) => onSearch === null || onSearch === void 0 ? void 0 : onSearch("left", e3.target.value);
const rightFilter = (e3) => onSearch === null || onSearch === void 0 ? void 0 : onSearch("right", e3.target.value);
const handleLeftClear = () => onSearch === null || onSearch === void 0 ? void 0 : onSearch("left", "");
const handleRightClear = () => onSearch === null || onSearch === void 0 ? void 0 : onSearch("right", "");
const handleSingleSelect = (direction, holder, selectedKey, checked, currentSelectedIndex) => {
const isSelected = holder.has(selectedKey);
if (isSelected) {
holder.delete(selectedKey);
setPrevSelectedIndex(direction, null);
}
if (checked) {
holder.add(selectedKey);
setPrevSelectedIndex(direction, currentSelectedIndex);
}
};
const handleMultipleSelect = (direction, data, holder, currentSelectedIndex) => {
const isLeftDirection = direction === "left";
const multipleSelect = isLeftDirection ? leftMultipleSelect : rightMultipleSelect;
multipleSelect(currentSelectedIndex, data, holder);
};
const onItemSelect = (direction, selectedKey, checked, multiple) => {
const isLeftDirection = direction === "left";
const holder = _toConsumableArray(isLeftDirection ? sourceSelectedKeys : targetSelectedKeys);
const holderSet = new Set(holder);
const data = _toConsumableArray(isLeftDirection ? leftDataSource : rightDataSource).filter((item) => !(item === null || item === void 0 ? void 0 : item.disabled));
const currentSelectedIndex = data.findIndex((item) => item.key === selectedKey);
if (multiple && holder.length > 0) {
handleMultipleSelect(direction, data, holderSet, currentSelectedIndex);
} else {
handleSingleSelect(direction, holderSet, selectedKey, checked, currentSelectedIndex);
}
const holderArr = Array.from(holderSet);
handleSelectChange(direction, holderArr);
if (!props.selectedKeys) {
setStateKeys(direction, holderArr);
}
};
const onLeftItemSelect = (selectedKey, checked, e3) => {
onItemSelect("left", selectedKey, checked, e3 === null || e3 === void 0 ? void 0 : e3.shiftKey);
};
const onRightItemSelect = (selectedKey, checked, e3) => {
onItemSelect("right", selectedKey, checked, e3 === null || e3 === void 0 ? void 0 : e3.shiftKey);
};
const onRightItemRemove = (keys2) => {
setStateKeys("right", []);
onChange === null || onChange === void 0 ? void 0 : onChange(targetKeys.filter((key) => !keys2.includes(key)), "left", _toConsumableArray(keys2));
};
const handleListStyle = (direction) => {
if (typeof listStyle === "function") {
return listStyle({
direction
});
}
return listStyle || {};
};
const formItemContext = (0, import_react207.useContext)(FormItemInputContext);
const {
hasFeedback,
status
} = formItemContext;
const getLocale = (transferLocale) => Object.assign(Object.assign(Object.assign({}, transferLocale), {
notFoundContent: (renderEmpty === null || renderEmpty === void 0 ? void 0 : renderEmpty("Transfer")) || import_react207.default.createElement(defaultRenderEmpty_default, {
componentName: "Transfer"
})
}), locale6);
const mergedStatus = getMergedStatus(status, customStatus);
const mergedPagination = !children && pagination;
const leftActive = rightDataSource.filter((d) => targetSelectedKeys.includes(d.key) && !d.disabled).length > 0;
const rightActive = leftDataSource.filter((d) => sourceSelectedKeys.includes(d.key) && !d.disabled).length > 0;
const cls13 = (0, import_classnames270.default)(prefixCls, {
[`${prefixCls}-disabled`]: mergedDisabled,
[`${prefixCls}-customize-list`]: !!children,
[`${prefixCls}-rtl`]: dir === "rtl"
}, getStatusClassNames(prefixCls, mergedStatus, hasFeedback), transfer === null || transfer === void 0 ? void 0 : transfer.className, className, rootClassName, hashId, cssVarCls);
const [contextLocale] = useLocale_default("Transfer", en_US_default6.Transfer);
const listLocale = getLocale(contextLocale);
const [leftTitle, rightTitle] = getTitles(listLocale);
const mergedSelectionsIcon = selectionsIcon !== null && selectionsIcon !== void 0 ? selectionsIcon : transfer === null || transfer === void 0 ? void 0 : transfer.selectionsIcon;
return wrapCSSVar(import_react207.default.createElement("div", {
className: cls13,
style: Object.assign(Object.assign({}, transfer === null || transfer === void 0 ? void 0 : transfer.style), style2)
}, import_react207.default.createElement(list_default2, Object.assign({
prefixCls: `${prefixCls}-list`,
titleText: leftTitle,
dataSource: leftDataSource,
filterOption: filterOption2,
style: handleListStyle("left"),
checkedKeys: sourceSelectedKeys,
handleFilter: leftFilter,
handleClear: handleLeftClear,
onItemSelect: onLeftItemSelect,
onItemSelectAll: onLeftItemSelectAll,
render: render2,
showSearch,
renderList: children,
footer,
onScroll: handleLeftScroll,
disabled: mergedDisabled,
direction: dir === "rtl" ? "right" : "left",
showSelectAll,
selectAllLabel: selectAllLabels[0],
pagination: mergedPagination,
selectionsIcon: mergedSelectionsIcon
}, listLocale)), import_react207.default.createElement(operation_default, {
className: `${prefixCls}-operation`,
rightActive,
rightArrowText: operations[0],
moveToRight,
leftActive,
leftArrowText: operations[1],
moveToLeft,
style: operationStyle,
disabled: mergedDisabled,
direction: dir,
oneWay
}), import_react207.default.createElement(list_default2, Object.assign({
prefixCls: `${prefixCls}-list`,
titleText: rightTitle,
dataSource: rightDataSource,
filterOption: filterOption2,
style: handleListStyle("right"),
checkedKeys: targetSelectedKeys,
handleFilter: rightFilter,
handleClear: handleRightClear,
onItemSelect: onRightItemSelect,
onItemSelectAll: onRightItemSelectAll,
onItemRemove: onRightItemRemove,
render: render2,
showSearch,
renderList: children,
footer,
onScroll: handleRightScroll,
disabled: mergedDisabled,
direction: dir === "rtl" ? "left" : "right",
showSelectAll,
selectAllLabel: selectAllLabels[1],
showRemove: oneWay,
pagination: mergedPagination,
selectionsIcon: mergedSelectionsIcon
}, listLocale))));
};
if (true) {
Transfer.displayName = "Transfer";
}
Transfer.List = list_default2;
Transfer.Search = search_default;
Transfer.Operation = operation_default;
var transfer_default = Transfer;
// node_modules/antd/es/tree-select/index.js
var React607 = __toESM(require_react());
var import_classnames271 = __toESM(require_classnames());
// node_modules/rc-tree-select/es/TreeSelect.js
var React606 = __toESM(require_react());
// node_modules/rc-tree-select/es/hooks/useCache.js
var React596 = __toESM(require_react());
var useCache_default2 = function(values) {
var cacheRef = React596.useRef({
valueLabels: /* @__PURE__ */ new Map()
});
return React596.useMemo(function() {
var valueLabels = cacheRef.current.valueLabels;
var valueLabelsCache = /* @__PURE__ */ new Map();
var filledValues = values.map(function(item) {
var value = item.value, label = item.label;
var mergedLabel = label !== null && label !== void 0 ? label : valueLabels.get(value);
valueLabelsCache.set(value, mergedLabel);
return _objectSpread2(_objectSpread2({}, item), {}, {
label: mergedLabel
});
});
cacheRef.current.valueLabels = valueLabelsCache;
return [filledValues];
}, [values]);
};
// node_modules/rc-tree-select/es/hooks/useCheckedKeys.js
var React597 = __toESM(require_react());
var useCheckedKeys = function useCheckedKeys2(rawLabeledValues, rawHalfCheckedValues, treeConduction, keyEntities) {
return React597.useMemo(function() {
var extractValues = function extractValues2(values) {
return values.map(function(_ref) {
var value = _ref.value;
return value;
});
};
var checkedKeys = extractValues(rawLabeledValues);
var halfCheckedKeys = extractValues(rawHalfCheckedValues);
var missingValues = checkedKeys.filter(function(key) {
return !keyEntities[key];
});
var finalCheckedKeys = checkedKeys;
var finalHalfCheckedKeys = halfCheckedKeys;
if (treeConduction) {
var conductResult = conductCheck(checkedKeys, true, keyEntities);
finalCheckedKeys = conductResult.checkedKeys;
finalHalfCheckedKeys = conductResult.halfCheckedKeys;
}
return [Array.from(new Set([].concat(_toConsumableArray(missingValues), _toConsumableArray(finalCheckedKeys)))), finalHalfCheckedKeys];
}, [rawLabeledValues, rawHalfCheckedValues, treeConduction, keyEntities]);
};
var useCheckedKeys_default = useCheckedKeys;
// node_modules/rc-tree-select/es/hooks/useDataEntities.js
var React598 = __toESM(require_react());
// node_modules/rc-tree-select/es/utils/valueUtil.js
var toArray9 = function toArray10(value) {
return Array.isArray(value) ? value : value !== void 0 ? [value] : [];
};
var fillFieldNames4 = function fillFieldNames5(fieldNames) {
var _ref = fieldNames || {}, label = _ref.label, value = _ref.value, children = _ref.children;
return {
_title: label ? [label] : ["title", "label"],
value: value || "value",
key: value || "value",
children: children || "children"
};
};
var isCheckDisabled2 = function isCheckDisabled3(node2) {
return !node2 || node2.disabled || node2.disableCheckbox || node2.checkable === false;
};
var getAllKeys = function getAllKeys2(treeData, fieldNames) {
var keys2 = [];
var dig = function dig2(list) {
list.forEach(function(item) {
var children = item[fieldNames.children];
if (children) {
keys2.push(item[fieldNames.value]);
dig2(children);
}
});
};
dig(treeData);
return keys2;
};
var isNil = function isNil2(val) {
return val === null || val === void 0;
};
// node_modules/rc-tree-select/es/hooks/useDataEntities.js
var useDataEntities_default = function(treeData, fieldNames) {
return React598.useMemo(function() {
var collection = convertDataToEntities(treeData, {
fieldNames,
initWrapper: function initWrapper(wrapper) {
return _objectSpread2(_objectSpread2({}, wrapper), {}, {
valueEntities: /* @__PURE__ */ new Map()
});
},
processEntity: function processEntity(entity, wrapper) {
var val = entity.node[fieldNames.value];
if (true) {
var key = entity.node.key;
warning_default(!isNil(val), "TreeNode `value` is invalidate: undefined");
warning_default(!wrapper.valueEntities.has(val), "Same `value` exist in the tree: ".concat(val));
warning_default(!key || String(key) === String(val), "`key` or `value` with TreeNode must be the same or you can remove one of them. key: ".concat(key, ", value: ").concat(val, "."));
}
wrapper.valueEntities.set(val, entity);
}
});
return collection;
}, [treeData, fieldNames]);
};
// node_modules/rc-tree-select/es/hooks/useFilterTreeData.js
var React600 = __toESM(require_react());
// node_modules/rc-tree-select/es/utils/legacyUtil.js
var React599 = __toESM(require_react());
// node_modules/rc-tree-select/es/TreeNode.js
var TreeNode3 = function TreeNode4() {
return null;
};
var TreeNode_default2 = TreeNode3;
// node_modules/rc-tree-select/es/utils/legacyUtil.js
var _excluded80 = ["children", "value"];
function convertChildrenToData2(nodes) {
return toArray(nodes).map(function(node2) {
if (!React599.isValidElement(node2) || !node2.type) {
return null;
}
var _ref = node2, key = _ref.key, _ref$props = _ref.props, children = _ref$props.children, value = _ref$props.value, restProps = _objectWithoutProperties(_ref$props, _excluded80);
var data = _objectSpread2({
key,
value
}, restProps);
var childData = convertChildrenToData2(children);
if (childData.length) {
data.children = childData;
}
return data;
}).filter(function(data) {
return data;
});
}
function fillLegacyProps(dataNode) {
if (!dataNode) {
return dataNode;
}
var cloneNode = _objectSpread2({}, dataNode);
if (!("props" in cloneNode)) {
Object.defineProperty(cloneNode, "props", {
get: function get2() {
warning_default(false, "New `rc-tree-select` not support return node instance as argument anymore. Please consider to remove `props` access.");
return cloneNode;
}
});
}
return cloneNode;
}
function fillAdditionalInfo(extra, triggerValue, checkedValues, treeData, showPosition, fieldNames) {
var triggerNode = null;
var nodeList = null;
function generateMap() {
function dig(list) {
var level = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "0";
var parentIncluded = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : false;
return list.map(function(option, index3) {
var pos = "".concat(level, "-").concat(index3);
var value = option[fieldNames.value];
var included = checkedValues.includes(value);
var children = dig(option[fieldNames.children] || [], pos, included);
var node2 = React599.createElement(TreeNode_default2, option, children.map(function(child) {
return child.node;
}));
if (triggerValue === value) {
triggerNode = node2;
}
if (included) {
var checkedNode = {
pos,
node: node2,
children
};
if (!parentIncluded) {
nodeList.push(checkedNode);
}
return checkedNode;
}
return null;
}).filter(function(node2) {
return node2;
});
}
if (!nodeList) {
nodeList = [];
dig(treeData);
nodeList.sort(function(_ref2, _ref3) {
var val1 = _ref2.node.props.value;
var val2 = _ref3.node.props.value;
var index1 = checkedValues.indexOf(val1);
var index22 = checkedValues.indexOf(val2);
return index1 - index22;
});
}
}
Object.defineProperty(extra, "triggerNode", {
get: function get2() {
warning_default(false, "`triggerNode` is deprecated. Please consider decoupling data with node.");
generateMap();
return triggerNode;
}
});
Object.defineProperty(extra, "allCheckedNodes", {
get: function get2() {
warning_default(false, "`allCheckedNodes` is deprecated. Please consider decoupling data with node.");
generateMap();
if (showPosition) {
return nodeList;
}
return nodeList.map(function(_ref4) {
var node2 = _ref4.node;
return node2;
});
}
});
}
// node_modules/rc-tree-select/es/hooks/useFilterTreeData.js
var useFilterTreeData = function useFilterTreeData2(treeData, searchValue, options) {
var fieldNames = options.fieldNames, treeNodeFilterProp = options.treeNodeFilterProp, filterTreeNode = options.filterTreeNode;
var fieldChildren = fieldNames.children;
return React600.useMemo(function() {
if (!searchValue || filterTreeNode === false) {
return treeData;
}
var filterOptionFunc = typeof filterTreeNode === "function" ? filterTreeNode : function(_, dataNode) {
return String(dataNode[treeNodeFilterProp]).toUpperCase().includes(searchValue.toUpperCase());
};
var filterTreeNodes = function filterTreeNodes2(nodes) {
var keepAll = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : false;
return nodes.reduce(function(filtered, node2) {
var children = node2[fieldChildren];
var isMatch = keepAll || filterOptionFunc(searchValue, fillLegacyProps(node2));
var filteredChildren = filterTreeNodes2(children || [], isMatch);
if (isMatch || filteredChildren.length) {
filtered.push(_objectSpread2(_objectSpread2({}, node2), {}, _defineProperty({
isLeaf: void 0
}, fieldChildren, filteredChildren)));
}
return filtered;
}, []);
};
return filterTreeNodes(treeData);
}, [treeData, searchValue, fieldChildren, treeNodeFilterProp, filterTreeNode]);
};
var useFilterTreeData_default = useFilterTreeData;
// node_modules/rc-tree-select/es/hooks/useRefFunc.js
var React601 = __toESM(require_react());
function useRefFunc2(callback) {
var funcRef = React601.useRef();
funcRef.current = callback;
var cacheFn = React601.useCallback(function() {
return funcRef.current.apply(funcRef, arguments);
}, []);
return cacheFn;
}
// node_modules/rc-tree-select/es/hooks/useTreeData.js
var React602 = __toESM(require_react());
function buildTreeStructure(nodes, config) {
var id = config.id, pId = config.pId, rootPId = config.rootPId;
var nodeMap = /* @__PURE__ */ new Map();
var rootNodes = [];
nodes.forEach(function(node2) {
var nodeKey = node2[id];
var clonedNode = _objectSpread2(_objectSpread2({}, node2), {}, {
key: node2.key || nodeKey
});
nodeMap.set(nodeKey, clonedNode);
});
nodeMap.forEach(function(node2) {
var parentKey = node2[pId];
var parent = nodeMap.get(parentKey);
if (parent) {
parent.children = parent.children || [];
parent.children.push(node2);
} else if (parentKey === rootPId || rootPId === null) {
rootNodes.push(node2);
}
});
return rootNodes;
}
function useTreeData(treeData, children, simpleMode) {
return React602.useMemo(function() {
if (treeData) {
if (simpleMode) {
var config = _objectSpread2({
id: "id",
pId: "pId",
rootPId: null
}, _typeof(simpleMode) === "object" ? simpleMode : {});
return buildTreeStructure(treeData, config);
}
return treeData;
}
return convertChildrenToData2(children);
}, [children, simpleMode, treeData]);
}
// node_modules/rc-tree-select/es/LegacyContext.js
var React603 = __toESM(require_react());
var LegacySelectContext = React603.createContext(null);
var LegacyContext_default = LegacySelectContext;
// node_modules/rc-tree-select/es/OptionList.js
var React605 = __toESM(require_react());
// node_modules/rc-tree-select/es/TreeSelectContext.js
var React604 = __toESM(require_react());
var TreeSelectContext = React604.createContext(null);
var TreeSelectContext_default = TreeSelectContext;
// node_modules/rc-tree-select/es/OptionList.js
var HIDDEN_STYLE3 = {
width: 0,
height: 0,
display: "flex",
overflow: "hidden",
opacity: 0,
border: 0,
padding: 0,
margin: 0
};
var OptionList3 = function OptionList4(_, ref) {
var _useBaseProps = useBaseProps(), prefixCls = _useBaseProps.prefixCls, multiple = _useBaseProps.multiple, searchValue = _useBaseProps.searchValue, toggleOpen = _useBaseProps.toggleOpen, open3 = _useBaseProps.open, notFoundContent = _useBaseProps.notFoundContent;
var _React$useContext = React605.useContext(TreeSelectContext_default), virtual = _React$useContext.virtual, listHeight = _React$useContext.listHeight, listItemHeight = _React$useContext.listItemHeight, listItemScrollOffset = _React$useContext.listItemScrollOffset, treeData = _React$useContext.treeData, fieldNames = _React$useContext.fieldNames, onSelect = _React$useContext.onSelect, dropdownMatchSelectWidth = _React$useContext.dropdownMatchSelectWidth, treeExpandAction = _React$useContext.treeExpandAction, treeTitleRender = _React$useContext.treeTitleRender, onPopupScroll = _React$useContext.onPopupScroll, leftMaxCount = _React$useContext.leftMaxCount, leafCountOnly = _React$useContext.leafCountOnly, valueEntities = _React$useContext.valueEntities;
var _React$useContext2 = React605.useContext(LegacyContext_default), checkable = _React$useContext2.checkable, checkedKeys = _React$useContext2.checkedKeys, halfCheckedKeys = _React$useContext2.halfCheckedKeys, treeExpandedKeys = _React$useContext2.treeExpandedKeys, treeDefaultExpandAll = _React$useContext2.treeDefaultExpandAll, treeDefaultExpandedKeys = _React$useContext2.treeDefaultExpandedKeys, onTreeExpand = _React$useContext2.onTreeExpand, treeIcon = _React$useContext2.treeIcon, showTreeIcon = _React$useContext2.showTreeIcon, switcherIcon = _React$useContext2.switcherIcon, treeLine = _React$useContext2.treeLine, treeNodeFilterProp = _React$useContext2.treeNodeFilterProp, loadData = _React$useContext2.loadData, treeLoadedKeys = _React$useContext2.treeLoadedKeys, treeMotion = _React$useContext2.treeMotion, onTreeLoad = _React$useContext2.onTreeLoad, keyEntities = _React$useContext2.keyEntities;
var treeRef = React605.useRef();
var memoTreeData = useMemo(
function() {
return treeData;
},
// eslint-disable-next-line react-hooks/exhaustive-deps
[open3, treeData],
function(prev2, next2) {
return next2[0] && prev2[1] !== next2[1];
}
);
var mergedCheckedKeys = React605.useMemo(function() {
if (!checkable) {
return null;
}
return {
checked: checkedKeys,
halfChecked: halfCheckedKeys
};
}, [checkable, checkedKeys, halfCheckedKeys]);
React605.useEffect(function() {
if (open3 && !multiple && checkedKeys.length) {
var _treeRef$current;
(_treeRef$current = treeRef.current) === null || _treeRef$current === void 0 || _treeRef$current.scrollTo({
key: checkedKeys[0]
});
}
}, [open3]);
var onListMouseDown = function onListMouseDown2(event) {
event.preventDefault();
};
var onInternalSelect = function onInternalSelect2(__, info) {
var node2 = info.node;
if (checkable && isCheckDisabled2(node2)) {
return;
}
onSelect(node2.key, {
selected: !checkedKeys.includes(node2.key)
});
if (!multiple) {
toggleOpen(false);
}
};
var _React$useState = React605.useState(treeDefaultExpandedKeys), _React$useState2 = _slicedToArray(_React$useState, 2), expandedKeys = _React$useState2[0], setExpandedKeys = _React$useState2[1];
var _React$useState3 = React605.useState(null), _React$useState4 = _slicedToArray(_React$useState3, 2), searchExpandedKeys = _React$useState4[0], setSearchExpandedKeys = _React$useState4[1];
var mergedExpandedKeys = React605.useMemo(function() {
if (treeExpandedKeys) {
return _toConsumableArray(treeExpandedKeys);
}
return searchValue ? searchExpandedKeys : expandedKeys;
}, [expandedKeys, searchExpandedKeys, treeExpandedKeys, searchValue]);
var onInternalExpand = function onInternalExpand2(keys2) {
setExpandedKeys(keys2);
setSearchExpandedKeys(keys2);
if (onTreeExpand) {
onTreeExpand(keys2);
}
};
var lowerSearchValue = String(searchValue).toLowerCase();
var filterTreeNode = function filterTreeNode2(treeNode) {
if (!lowerSearchValue) {
return false;
}
return String(treeNode[treeNodeFilterProp]).toLowerCase().includes(lowerSearchValue);
};
React605.useEffect(function() {
if (searchValue) {
setSearchExpandedKeys(getAllKeys(treeData, fieldNames));
}
}, [searchValue]);
var _React$useState5 = React605.useState(function() {
return /* @__PURE__ */ new Map();
}), _React$useState6 = _slicedToArray(_React$useState5, 2), disabledCache = _React$useState6[0], setDisabledCache = _React$useState6[1];
React605.useEffect(function() {
if (leftMaxCount) {
setDisabledCache(/* @__PURE__ */ new Map());
}
}, [leftMaxCount]);
function getDisabledWithCache(node2) {
var value = node2[fieldNames.value];
if (!disabledCache.has(value)) {
var entity = valueEntities.get(value);
var isLeaf2 = (entity.children || []).length === 0;
if (!isLeaf2) {
var checkableChildren = entity.children.filter(function(childTreeNode) {
return !childTreeNode.node.disabled && !childTreeNode.node.disableCheckbox && !checkedKeys.includes(childTreeNode.node[fieldNames.value]);
});
var checkableChildrenCount = checkableChildren.length;
disabledCache.set(value, checkableChildrenCount > leftMaxCount);
} else {
disabledCache.set(value, false);
}
}
return disabledCache.get(value);
}
var nodeDisabled = useEvent(function(node2) {
var nodeValue = node2[fieldNames.value];
if (checkedKeys.includes(nodeValue)) {
return false;
}
if (leftMaxCount === null) {
return false;
}
if (leftMaxCount <= 0) {
return true;
}
if (leafCountOnly && leftMaxCount) {
return getDisabledWithCache(node2);
}
return false;
});
var getFirstMatchingNode = function getFirstMatchingNode2(nodes) {
var _iterator = _createForOfIteratorHelper(nodes), _step;
try {
for (_iterator.s(); !(_step = _iterator.n()).done; ) {
var node2 = _step.value;
if (node2.disabled || node2.selectable === false) {
continue;
}
if (searchValue) {
if (filterTreeNode(node2)) {
return node2;
}
} else {
return node2;
}
if (node2[fieldNames.children]) {
var matchInChildren = getFirstMatchingNode2(node2[fieldNames.children]);
if (matchInChildren) {
return matchInChildren;
}
}
}
} catch (err) {
_iterator.e(err);
} finally {
_iterator.f();
}
return null;
};
var _React$useState7 = React605.useState(null), _React$useState8 = _slicedToArray(_React$useState7, 2), activeKey = _React$useState8[0], setActiveKey = _React$useState8[1];
var activeEntity = keyEntities[activeKey];
React605.useEffect(function() {
if (!open3) {
return;
}
var nextActiveKey = null;
var getFirstNode = function getFirstNode2() {
var firstNode = getFirstMatchingNode(memoTreeData);
return firstNode ? firstNode[fieldNames.value] : null;
};
if (!multiple && checkedKeys.length && !searchValue) {
nextActiveKey = checkedKeys[0];
} else {
nextActiveKey = getFirstNode();
}
setActiveKey(nextActiveKey);
}, [open3, searchValue]);
React605.useImperativeHandle(ref, function() {
var _treeRef$current2;
return {
scrollTo: (_treeRef$current2 = treeRef.current) === null || _treeRef$current2 === void 0 ? void 0 : _treeRef$current2.scrollTo,
onKeyDown: function onKeyDown2(event) {
var _treeRef$current3;
var which = event.which;
switch (which) {
case KeyCode_default.UP:
case KeyCode_default.DOWN:
case KeyCode_default.LEFT:
case KeyCode_default.RIGHT:
(_treeRef$current3 = treeRef.current) === null || _treeRef$current3 === void 0 || _treeRef$current3.onKeyDown(event);
break;
case KeyCode_default.ENTER: {
if (activeEntity) {
var isNodeDisabled = nodeDisabled(activeEntity.node);
var _ref = (activeEntity === null || activeEntity === void 0 ? void 0 : activeEntity.node) || {}, selectable = _ref.selectable, value = _ref.value, disabled = _ref.disabled;
if (selectable !== false && !disabled && !isNodeDisabled) {
onInternalSelect(null, {
node: {
key: activeKey
},
selected: !checkedKeys.includes(value)
});
}
}
break;
}
case KeyCode_default.ESC: {
toggleOpen(false);
}
}
},
onKeyUp: function onKeyUp() {
}
};
});
var hasLoadDataFn = useMemo(function() {
return searchValue ? false : true;
}, [searchValue, treeExpandedKeys || expandedKeys], function(_ref2, _ref3) {
var _ref4 = _slicedToArray(_ref2, 1), preSearchValue = _ref4[0];
var _ref5 = _slicedToArray(_ref3, 2), nextSearchValue = _ref5[0], nextExcludeSearchExpandedKeys = _ref5[1];
return preSearchValue !== nextSearchValue && !!(nextSearchValue || nextExcludeSearchExpandedKeys);
});
var syncLoadData = hasLoadDataFn ? loadData : null;
if (memoTreeData.length === 0) {
return React605.createElement("div", {
role: "listbox",
className: "".concat(prefixCls, "-empty"),
onMouseDown: onListMouseDown
}, notFoundContent);
}
var treeProps = {
fieldNames
};
if (treeLoadedKeys) {
treeProps.loadedKeys = treeLoadedKeys;
}
if (mergedExpandedKeys) {
treeProps.expandedKeys = mergedExpandedKeys;
}
return React605.createElement("div", {
onMouseDown: onListMouseDown
}, activeEntity && open3 && React605.createElement("span", {
style: HIDDEN_STYLE3,
"aria-live": "assertive"
}, activeEntity.node.value), React605.createElement(UnstableContext2.Provider, {
value: {
nodeDisabled
}
}, React605.createElement(es_default33, _extends({
ref: treeRef,
focusable: false,
prefixCls: "".concat(prefixCls, "-tree"),
treeData: memoTreeData,
height: listHeight,
itemHeight: listItemHeight,
itemScrollOffset: listItemScrollOffset,
virtual: virtual !== false && dropdownMatchSelectWidth !== false,
multiple,
icon: treeIcon,
showIcon: showTreeIcon,
switcherIcon,
showLine: treeLine,
loadData: syncLoadData,
motion: treeMotion,
activeKey,
checkable,
checkStrictly: true,
checkedKeys: mergedCheckedKeys,
selectedKeys: !checkable ? checkedKeys : [],
defaultExpandAll: treeDefaultExpandAll,
titleRender: treeTitleRender
}, treeProps, {
// Proxy event out
onActiveChange: setActiveKey,
onSelect: onInternalSelect,
onCheck: onInternalSelect,
onExpand: onInternalExpand,
onLoad: onTreeLoad,
filterTreeNode,
expandAction: treeExpandAction,
onScroll: onPopupScroll
}))));
};
var RefOptionList3 = React605.forwardRef(OptionList3);
if (true) {
RefOptionList3.displayName = "OptionList";
}
var OptionList_default3 = RefOptionList3;
// node_modules/rc-tree-select/es/utils/strategyUtil.js
var SHOW_ALL = "SHOW_ALL";
var SHOW_PARENT3 = "SHOW_PARENT";
var SHOW_CHILD3 = "SHOW_CHILD";
function formatStrategyValues2(values, strategy, keyEntities, fieldNames) {
var valueSet = new Set(values);
if (strategy === SHOW_CHILD3) {
return values.filter(function(key) {
var entity = keyEntities[key];
return !entity || !entity.children || !entity.children.some(function(_ref) {
var node2 = _ref.node;
return valueSet.has(node2[fieldNames.value]);
}) || !entity.children.every(function(_ref2) {
var node2 = _ref2.node;
return isCheckDisabled2(node2) || valueSet.has(node2[fieldNames.value]);
});
});
}
if (strategy === SHOW_PARENT3) {
return values.filter(function(key) {
var entity = keyEntities[key];
var parent = entity ? entity.parent : null;
return !parent || isCheckDisabled2(parent.node) || !valueSet.has(parent.key);
});
}
return values;
}
// node_modules/rc-tree-select/es/utils/warningPropsUtil.js
function warningProps3(props) {
var searchPlaceholder = props.searchPlaceholder, treeCheckStrictly = props.treeCheckStrictly, treeCheckable = props.treeCheckable, labelInValue = props.labelInValue, value = props.value, multiple = props.multiple, showCheckedStrategy = props.showCheckedStrategy, maxCount = props.maxCount;
warning_default(!searchPlaceholder, "`searchPlaceholder` has been removed.");
if (treeCheckStrictly && labelInValue === false) {
warning_default(false, "`treeCheckStrictly` will force set `labelInValue` to `true`.");
}
if (labelInValue || treeCheckStrictly) {
warning_default(toArray9(value).every(function(val) {
return val && _typeof(val) === "object" && "value" in val;
}), "Invalid prop `value` supplied to `TreeSelect`. You should use { label: string, value: string | number } or [{ label: string, value: string | number }] instead.");
}
if (treeCheckStrictly || multiple || treeCheckable) {
warning_default(!value || Array.isArray(value), "`value` should be an array when `TreeSelect` is checkable or multiple.");
} else {
warning_default(!Array.isArray(value), "`value` should not be array when `TreeSelect` is single mode.");
}
if (maxCount && (showCheckedStrategy === "SHOW_ALL" && !treeCheckStrictly || showCheckedStrategy === "SHOW_PARENT")) {
warning_default(false, "`maxCount` not work with `showCheckedStrategy=SHOW_ALL` (when `treeCheckStrictly=false`) or `showCheckedStrategy=SHOW_PARENT`.");
}
}
var warningPropsUtil_default3 = warningProps3;
// node_modules/rc-tree-select/es/TreeSelect.js
var _excluded81 = ["id", "prefixCls", "value", "defaultValue", "onChange", "onSelect", "onDeselect", "searchValue", "inputValue", "onSearch", "autoClearSearchValue", "filterTreeNode", "treeNodeFilterProp", "showCheckedStrategy", "treeNodeLabelProp", "multiple", "treeCheckable", "treeCheckStrictly", "labelInValue", "maxCount", "fieldNames", "treeDataSimpleMode", "treeData", "children", "loadData", "treeLoadedKeys", "onTreeLoad", "treeDefaultExpandAll", "treeExpandedKeys", "treeDefaultExpandedKeys", "onTreeExpand", "treeExpandAction", "virtual", "listHeight", "listItemHeight", "listItemScrollOffset", "onDropdownVisibleChange", "dropdownMatchSelectWidth", "treeLine", "treeIcon", "showTreeIcon", "switcherIcon", "treeMotion", "treeTitleRender", "onPopupScroll"];
function isRawValue2(value) {
return !value || _typeof(value) !== "object";
}
var TreeSelect = React606.forwardRef(function(props, ref) {
var id = props.id, _props$prefixCls = props.prefixCls, prefixCls = _props$prefixCls === void 0 ? "rc-tree-select" : _props$prefixCls, value = props.value, defaultValue = props.defaultValue, onChange = props.onChange, onSelect = props.onSelect, onDeselect = props.onDeselect, searchValue = props.searchValue, inputValue = props.inputValue, onSearch = props.onSearch, _props$autoClearSearc = props.autoClearSearchValue, autoClearSearchValue = _props$autoClearSearc === void 0 ? true : _props$autoClearSearc, filterTreeNode = props.filterTreeNode, _props$treeNodeFilter = props.treeNodeFilterProp, treeNodeFilterProp = _props$treeNodeFilter === void 0 ? "value" : _props$treeNodeFilter, showCheckedStrategy = props.showCheckedStrategy, treeNodeLabelProp = props.treeNodeLabelProp, multiple = props.multiple, treeCheckable = props.treeCheckable, treeCheckStrictly = props.treeCheckStrictly, labelInValue = props.labelInValue, maxCount = props.maxCount, fieldNames = props.fieldNames, treeDataSimpleMode = props.treeDataSimpleMode, treeData = props.treeData, children = props.children, loadData = props.loadData, treeLoadedKeys = props.treeLoadedKeys, onTreeLoad = props.onTreeLoad, treeDefaultExpandAll = props.treeDefaultExpandAll, treeExpandedKeys = props.treeExpandedKeys, treeDefaultExpandedKeys = props.treeDefaultExpandedKeys, onTreeExpand = props.onTreeExpand, treeExpandAction = props.treeExpandAction, virtual = props.virtual, _props$listHeight = props.listHeight, listHeight = _props$listHeight === void 0 ? 200 : _props$listHeight, _props$listItemHeight = props.listItemHeight, listItemHeight = _props$listItemHeight === void 0 ? 20 : _props$listItemHeight, _props$listItemScroll = props.listItemScrollOffset, listItemScrollOffset = _props$listItemScroll === void 0 ? 0 : _props$listItemScroll, onDropdownVisibleChange = props.onDropdownVisibleChange, _props$dropdownMatchS = props.dropdownMatchSelectWidth, dropdownMatchSelectWidth = _props$dropdownMatchS === void 0 ? true : _props$dropdownMatchS, treeLine = props.treeLine, treeIcon = props.treeIcon, showTreeIcon = props.showTreeIcon, switcherIcon = props.switcherIcon, treeMotion = props.treeMotion, treeTitleRender = props.treeTitleRender, onPopupScroll = props.onPopupScroll, restProps = _objectWithoutProperties(props, _excluded81);
var mergedId = useId3(id);
var treeConduction = treeCheckable && !treeCheckStrictly;
var mergedCheckable = treeCheckable || treeCheckStrictly;
var mergedLabelInValue = treeCheckStrictly || labelInValue;
var mergedMultiple = mergedCheckable || multiple;
var _useMergedState = useMergedState(defaultValue, {
value
}), _useMergedState2 = _slicedToArray(_useMergedState, 2), internalValue = _useMergedState2[0], setInternalValue = _useMergedState2[1];
var mergedShowCheckedStrategy = React606.useMemo(function() {
if (!treeCheckable) {
return SHOW_ALL;
}
return showCheckedStrategy || SHOW_CHILD3;
}, [showCheckedStrategy, treeCheckable]);
if (true) {
warningPropsUtil_default3(props);
}
var mergedFieldNames = React606.useMemo(
function() {
return fillFieldNames4(fieldNames);
},
/* eslint-disable react-hooks/exhaustive-deps */
[JSON.stringify(fieldNames)]
/* eslint-enable react-hooks/exhaustive-deps */
);
var _useMergedState3 = useMergedState("", {
value: searchValue !== void 0 ? searchValue : inputValue,
postState: function postState(search) {
return search || "";
}
}), _useMergedState4 = _slicedToArray(_useMergedState3, 2), mergedSearchValue = _useMergedState4[0], setSearchValue = _useMergedState4[1];
var onInternalSearch = function onInternalSearch2(searchText) {
setSearchValue(searchText);
onSearch === null || onSearch === void 0 || onSearch(searchText);
};
var mergedTreeData = useTreeData(treeData, children, treeDataSimpleMode);
var _useDataEntities = useDataEntities_default(mergedTreeData, mergedFieldNames), keyEntities = _useDataEntities.keyEntities, valueEntities = _useDataEntities.valueEntities;
var splitRawValues = React606.useCallback(function(newRawValues) {
var missingRawValues = [];
var existRawValues = [];
newRawValues.forEach(function(val) {
if (valueEntities.has(val)) {
existRawValues.push(val);
} else {
missingRawValues.push(val);
}
});
return {
missingRawValues,
existRawValues
};
}, [valueEntities]);
var filteredTreeData = useFilterTreeData_default(mergedTreeData, mergedSearchValue, {
fieldNames: mergedFieldNames,
treeNodeFilterProp,
filterTreeNode
});
var getLabel = React606.useCallback(function(item) {
if (item) {
if (treeNodeLabelProp) {
return item[treeNodeLabelProp];
}
var titleList = mergedFieldNames._title;
for (var i = 0; i < titleList.length; i += 1) {
var title = item[titleList[i]];
if (title !== void 0) {
return title;
}
}
}
}, [mergedFieldNames, treeNodeLabelProp]);
var toLabeledValues = React606.useCallback(function(draftValues) {
var values = toArray9(draftValues);
return values.map(function(val) {
if (isRawValue2(val)) {
return {
value: val
};
}
return val;
});
}, []);
var convert2LabelValues = React606.useCallback(function(draftValues) {
var values = toLabeledValues(draftValues);
return values.map(function(item) {
var rawLabel = item.label;
var rawValue = item.value, rawHalfChecked = item.halfChecked;
var rawDisabled;
var entity = valueEntities.get(rawValue);
if (entity) {
var _rawLabel;
rawLabel = treeTitleRender ? treeTitleRender(entity.node) : (_rawLabel = rawLabel) !== null && _rawLabel !== void 0 ? _rawLabel : getLabel(entity.node);
rawDisabled = entity.node.disabled;
} else if (rawLabel === void 0) {
var labelInValueItem = toLabeledValues(internalValue).find(function(labeledItem) {
return labeledItem.value === rawValue;
});
rawLabel = labelInValueItem.label;
}
return {
label: rawLabel,
value: rawValue,
halfChecked: rawHalfChecked,
disabled: rawDisabled
};
});
}, [valueEntities, getLabel, toLabeledValues, internalValue]);
var rawMixedLabeledValues = React606.useMemo(function() {
return toLabeledValues(internalValue === null ? [] : internalValue);
}, [toLabeledValues, internalValue]);
var _React$useMemo = React606.useMemo(function() {
var fullCheckValues = [];
var halfCheckValues = [];
rawMixedLabeledValues.forEach(function(item) {
if (item.halfChecked) {
halfCheckValues.push(item);
} else {
fullCheckValues.push(item);
}
});
return [fullCheckValues, halfCheckValues];
}, [rawMixedLabeledValues]), _React$useMemo2 = _slicedToArray(_React$useMemo, 2), rawLabeledValues = _React$useMemo2[0], rawHalfLabeledValues = _React$useMemo2[1];
var rawValues = React606.useMemo(function() {
return rawLabeledValues.map(function(item) {
return item.value;
});
}, [rawLabeledValues]);
var _useCheckedKeys = useCheckedKeys_default(rawLabeledValues, rawHalfLabeledValues, treeConduction, keyEntities), _useCheckedKeys2 = _slicedToArray(_useCheckedKeys, 2), rawCheckedValues = _useCheckedKeys2[0], rawHalfCheckedValues = _useCheckedKeys2[1];
var displayValues = React606.useMemo(function() {
var displayKeys = formatStrategyValues2(rawCheckedValues, mergedShowCheckedStrategy, keyEntities, mergedFieldNames);
var values = displayKeys.map(function(key) {
var _keyEntities$key$node, _keyEntities$key;
return (_keyEntities$key$node = (_keyEntities$key = keyEntities[key]) === null || _keyEntities$key === void 0 || (_keyEntities$key = _keyEntities$key.node) === null || _keyEntities$key === void 0 ? void 0 : _keyEntities$key[mergedFieldNames.value]) !== null && _keyEntities$key$node !== void 0 ? _keyEntities$key$node : key;
});
var labeledValues = values.map(function(val) {
var targetItem = rawLabeledValues.find(function(item) {
return item.value === val;
});
var label = labelInValue ? targetItem === null || targetItem === void 0 ? void 0 : targetItem.label : treeTitleRender === null || treeTitleRender === void 0 ? void 0 : treeTitleRender(targetItem);
return {
value: val,
label
};
});
var rawDisplayValues = convert2LabelValues(labeledValues);
var firstVal = rawDisplayValues[0];
if (!mergedMultiple && firstVal && isNil(firstVal.value) && isNil(firstVal.label)) {
return [];
}
return rawDisplayValues.map(function(item) {
var _item$label;
return _objectSpread2(_objectSpread2({}, item), {}, {
label: (_item$label = item.label) !== null && _item$label !== void 0 ? _item$label : item.value
});
});
}, [mergedFieldNames, mergedMultiple, rawCheckedValues, rawLabeledValues, convert2LabelValues, mergedShowCheckedStrategy, keyEntities]);
var _useCache = useCache_default2(displayValues), _useCache2 = _slicedToArray(_useCache, 1), cachedDisplayValues = _useCache2[0];
var mergedMaxCount = React606.useMemo(function() {
if (mergedMultiple && (mergedShowCheckedStrategy === "SHOW_CHILD" || treeCheckStrictly || !treeCheckable)) {
return maxCount;
}
return null;
}, [maxCount, mergedMultiple, treeCheckStrictly, mergedShowCheckedStrategy, treeCheckable]);
var triggerChange = useRefFunc2(function(newRawValues, extra, source) {
var formattedKeyList = formatStrategyValues2(newRawValues, mergedShowCheckedStrategy, keyEntities, mergedFieldNames);
if (mergedMaxCount && formattedKeyList.length > mergedMaxCount) {
return;
}
var labeledValues = convert2LabelValues(newRawValues);
setInternalValue(labeledValues);
if (autoClearSearchValue) {
setSearchValue("");
}
if (onChange) {
var eventValues = newRawValues;
if (treeConduction) {
eventValues = formattedKeyList.map(function(key) {
var entity = valueEntities.get(key);
return entity ? entity.node[mergedFieldNames.value] : key;
});
}
var _ref = extra || {
triggerValue: void 0,
selected: void 0
}, triggerValue = _ref.triggerValue, selected = _ref.selected;
var returnRawValues = eventValues;
if (treeCheckStrictly) {
var halfValues = rawHalfLabeledValues.filter(function(item) {
return !eventValues.includes(item.value);
});
returnRawValues = [].concat(_toConsumableArray(returnRawValues), _toConsumableArray(halfValues));
}
var returnLabeledValues = convert2LabelValues(returnRawValues);
var additionalInfo = {
// [Legacy] Always return as array contains label & value
preValue: rawLabeledValues,
triggerValue
};
var showPosition = true;
if (treeCheckStrictly || source === "selection" && !selected) {
showPosition = false;
}
fillAdditionalInfo(additionalInfo, triggerValue, newRawValues, mergedTreeData, showPosition, mergedFieldNames);
if (mergedCheckable) {
additionalInfo.checked = selected;
} else {
additionalInfo.selected = selected;
}
var returnValues = mergedLabelInValue ? returnLabeledValues : returnLabeledValues.map(function(item) {
return item.value;
});
onChange(mergedMultiple ? returnValues : returnValues[0], mergedLabelInValue ? null : returnLabeledValues.map(function(item) {
return item.label;
}), additionalInfo);
}
});
var onOptionSelect = React606.useCallback(function(selectedKey, _ref2) {
var _node$mergedFieldName;
var selected = _ref2.selected, source = _ref2.source;
var entity = keyEntities[selectedKey];
var node2 = entity === null || entity === void 0 ? void 0 : entity.node;
var selectedValue = (_node$mergedFieldName = node2 === null || node2 === void 0 ? void 0 : node2[mergedFieldNames.value]) !== null && _node$mergedFieldName !== void 0 ? _node$mergedFieldName : selectedKey;
if (!mergedMultiple) {
triggerChange([selectedValue], {
selected: true,
triggerValue: selectedValue
}, "option");
} else {
var newRawValues = selected ? [].concat(_toConsumableArray(rawValues), [selectedValue]) : rawCheckedValues.filter(function(v) {
return v !== selectedValue;
});
if (treeConduction) {
var _splitRawValues = splitRawValues(newRawValues), missingRawValues = _splitRawValues.missingRawValues, existRawValues = _splitRawValues.existRawValues;
var keyList = existRawValues.map(function(val) {
return valueEntities.get(val).key;
});
var checkedKeys;
if (selected) {
var _conductCheck = conductCheck(keyList, true, keyEntities);
checkedKeys = _conductCheck.checkedKeys;
} else {
var _conductCheck2 = conductCheck(keyList, {
checked: false,
halfCheckedKeys: rawHalfCheckedValues
}, keyEntities);
checkedKeys = _conductCheck2.checkedKeys;
}
newRawValues = [].concat(_toConsumableArray(missingRawValues), _toConsumableArray(checkedKeys.map(function(key) {
return keyEntities[key].node[mergedFieldNames.value];
})));
}
triggerChange(newRawValues, {
selected,
triggerValue: selectedValue
}, source || "option");
}
if (selected || !mergedMultiple) {
onSelect === null || onSelect === void 0 || onSelect(selectedValue, fillLegacyProps(node2));
} else {
onDeselect === null || onDeselect === void 0 || onDeselect(selectedValue, fillLegacyProps(node2));
}
}, [splitRawValues, valueEntities, keyEntities, mergedFieldNames, mergedMultiple, rawValues, triggerChange, treeConduction, onSelect, onDeselect, rawCheckedValues, rawHalfCheckedValues, maxCount]);
var onInternalDropdownVisibleChange = React606.useCallback(function(open3) {
if (onDropdownVisibleChange) {
var legacyParam = {};
Object.defineProperty(legacyParam, "documentClickClose", {
get: function get2() {
warning_default(false, "Second param of `onDropdownVisibleChange` has been removed.");
return false;
}
});
onDropdownVisibleChange(open3, legacyParam);
}
}, [onDropdownVisibleChange]);
var onDisplayValuesChange = useRefFunc2(function(newValues, info) {
var newRawValues = newValues.map(function(item) {
return item.value;
});
if (info.type === "clear") {
triggerChange(newRawValues, {}, "selection");
return;
}
if (info.values.length) {
onOptionSelect(info.values[0].value, {
selected: false,
source: "selection"
});
}
});
var treeSelectContext = React606.useMemo(function() {
return {
virtual,
dropdownMatchSelectWidth,
listHeight,
listItemHeight,
listItemScrollOffset,
treeData: filteredTreeData,
fieldNames: mergedFieldNames,
onSelect: onOptionSelect,
treeExpandAction,
treeTitleRender,
onPopupScroll,
leftMaxCount: maxCount === void 0 ? null : maxCount - cachedDisplayValues.length,
leafCountOnly: mergedShowCheckedStrategy === "SHOW_CHILD" && !treeCheckStrictly && !!treeCheckable,
valueEntities
};
}, [virtual, dropdownMatchSelectWidth, listHeight, listItemHeight, listItemScrollOffset, filteredTreeData, mergedFieldNames, onOptionSelect, treeExpandAction, treeTitleRender, onPopupScroll, maxCount, cachedDisplayValues.length, mergedShowCheckedStrategy, treeCheckStrictly, treeCheckable, valueEntities]);
var legacyContext = React606.useMemo(function() {
return {
checkable: mergedCheckable,
loadData,
treeLoadedKeys,
onTreeLoad,
checkedKeys: rawCheckedValues,
halfCheckedKeys: rawHalfCheckedValues,
treeDefaultExpandAll,
treeExpandedKeys,
treeDefaultExpandedKeys,
onTreeExpand,
treeIcon,
treeMotion,
showTreeIcon,
switcherIcon,
treeLine,
treeNodeFilterProp,
keyEntities
};
}, [mergedCheckable, loadData, treeLoadedKeys, onTreeLoad, rawCheckedValues, rawHalfCheckedValues, treeDefaultExpandAll, treeExpandedKeys, treeDefaultExpandedKeys, onTreeExpand, treeIcon, treeMotion, showTreeIcon, switcherIcon, treeLine, treeNodeFilterProp, keyEntities]);
return React606.createElement(TreeSelectContext_default.Provider, {
value: treeSelectContext
}, React606.createElement(LegacyContext_default.Provider, {
value: legacyContext
}, React606.createElement(BaseSelect_default, _extends({
ref
}, restProps, {
// >>> MISC
id: mergedId,
prefixCls,
mode: mergedMultiple ? "multiple" : void 0,
displayValues: cachedDisplayValues,
onDisplayValuesChange,
searchValue: mergedSearchValue,
onSearch: onInternalSearch,
OptionList: OptionList_default3,
emptyOptions: !mergedTreeData.length,
onDropdownVisibleChange: onInternalDropdownVisibleChange,
dropdownMatchSelectWidth
}))));
});
if (true) {
TreeSelect.displayName = "TreeSelect";
}
var GenericTreeSelect = TreeSelect;
GenericTreeSelect.TreeNode = TreeNode_default2;
GenericTreeSelect.SHOW_ALL = SHOW_ALL;
GenericTreeSelect.SHOW_PARENT = SHOW_PARENT3;
GenericTreeSelect.SHOW_CHILD = SHOW_CHILD3;
var TreeSelect_default = GenericTreeSelect;
// node_modules/rc-tree-select/es/index.js
var es_default35 = TreeSelect_default;
// node_modules/antd/es/tree-select/style/index.js
var genBaseStyle18 = (token2) => {
const {
componentCls,
treePrefixCls,
colorBgElevated
} = token2;
const treeCls = `.${treePrefixCls}`;
return [
// ======================================================
// == Dropdown ==
// ======================================================
{
[`${componentCls}-dropdown`]: [
{
padding: `${unit2(token2.paddingXS)} ${unit2(token2.calc(token2.paddingXS).div(2).equal())}`
},
// ====================== Tree ======================
genTreeStyle(treePrefixCls, merge2(token2, {
colorBgContainer: colorBgElevated
}), false),
{
[treeCls]: {
borderRadius: 0,
[`${treeCls}-list-holder-inner`]: {
alignItems: "stretch",
[`${treeCls}-treenode`]: {
[`${treeCls}-node-content-wrapper`]: {
flex: "auto"
}
}
}
}
},
// ==================== Checkbox ====================
getStyle2(`${treePrefixCls}-checkbox`, token2),
// ====================== RTL =======================
{
"&-rtl": {
direction: "rtl",
[`${treeCls}-switcher${treeCls}-switcher_close`]: {
[`${treeCls}-switcher-icon svg`]: {
transform: "rotate(90deg)"
}
}
}
}
]
}
];
};
function useTreeSelectStyle(prefixCls, treePrefixCls, rootCls) {
return genStyleHooks("TreeSelect", (token2) => {
const treeSelectToken = merge2(token2, {
treePrefixCls
});
return genBaseStyle18(treeSelectToken);
}, initComponentToken2)(prefixCls, rootCls);
}
// node_modules/antd/es/tree-select/index.js
var __rest110 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var InternalTreeSelect = (props, ref) => {
var _a, _b, _c, _d, _e;
const {
prefixCls: customizePrefixCls,
size: customizeSize,
disabled: customDisabled,
bordered = true,
style: style2,
className,
rootClassName,
treeCheckable,
multiple,
listHeight = 256,
listItemHeight: customListItemHeight,
placement,
notFoundContent,
switcherIcon: customSwitcherIcon,
treeLine,
getPopupContainer,
popupClassName,
dropdownClassName,
treeIcon = false,
transitionName,
choiceTransitionName = "",
status: customStatus,
treeExpandAction,
builtinPlacements,
dropdownMatchSelectWidth,
popupMatchSelectWidth,
allowClear,
variant: customVariant,
dropdownStyle,
dropdownRender,
popupRender,
onDropdownVisibleChange,
onOpenChange,
tagRender,
maxCount,
showCheckedStrategy,
treeCheckStrictly,
styles,
classNames: classNames252
} = props, restProps = __rest110(props, ["prefixCls", "size", "disabled", "bordered", "style", "className", "rootClassName", "treeCheckable", "multiple", "listHeight", "listItemHeight", "placement", "notFoundContent", "switcherIcon", "treeLine", "getPopupContainer", "popupClassName", "dropdownClassName", "treeIcon", "transitionName", "choiceTransitionName", "status", "treeExpandAction", "builtinPlacements", "dropdownMatchSelectWidth", "popupMatchSelectWidth", "allowClear", "variant", "dropdownStyle", "dropdownRender", "popupRender", "onDropdownVisibleChange", "onOpenChange", "tagRender", "maxCount", "showCheckedStrategy", "treeCheckStrictly", "styles", "classNames"]);
const {
getPopupContainer: getContextPopupContainer,
getPrefixCls,
renderEmpty,
direction,
virtual,
popupMatchSelectWidth: contextPopupMatchSelectWidth,
popupOverflow
} = React607.useContext(ConfigContext);
const {
styles: contextStyles,
classNames: contextClassNames,
switcherIcon
} = useComponentConfig("treeSelect");
const [, token2] = useToken();
const listItemHeight = customListItemHeight !== null && customListItemHeight !== void 0 ? customListItemHeight : (token2 === null || token2 === void 0 ? void 0 : token2.controlHeightSM) + (token2 === null || token2 === void 0 ? void 0 : token2.paddingXXS);
if (true) {
const warning5 = devUseWarning("TreeSelect");
const deprecatedProps = {
dropdownMatchSelectWidth: "popupMatchSelectWidth",
dropdownStyle: "styles.popup.root",
dropdownClassName: "classNames.popup.root",
popupClassName: "classNames.popup.root",
dropdownRender: "popupRender",
onDropdownVisibleChange: "onOpenChange",
bordered: "variant"
};
Object.entries(deprecatedProps).forEach(([oldProp, newProp]) => {
warning5.deprecated(!(oldProp in props), oldProp, newProp);
});
true ? warning5(multiple !== false || !treeCheckable, "usage", "`multiple` will always be `true` when `treeCheckable` is true") : void 0;
true ? warning5(!("showArrow" in props), "deprecated", "`showArrow` is deprecated which will be removed in next major version. It will be a default behavior, you can hide it by setting `suffixIcon` to null.") : void 0;
}
const rootPrefixCls = getPrefixCls();
const prefixCls = getPrefixCls("select", customizePrefixCls);
const treePrefixCls = getPrefixCls("select-tree", customizePrefixCls);
const treeSelectPrefixCls = getPrefixCls("tree-select", customizePrefixCls);
const {
compactSize,
compactItemClassnames
} = useCompactItemContext(prefixCls, direction);
const rootCls = useCSSVarCls_default(prefixCls);
const treeSelectRootCls = useCSSVarCls_default(treeSelectPrefixCls);
const [wrapCSSVar, hashId, cssVarCls] = style_default13(prefixCls, rootCls);
const [treeSelectWrapCSSVar] = useTreeSelectStyle(treeSelectPrefixCls, treePrefixCls, treeSelectRootCls);
const [variant, enableVariantCls] = useVariants_default("treeSelect", customVariant, bordered);
const mergedPopupClassName = (0, import_classnames271.default)(((_a = classNames252 === null || classNames252 === void 0 ? void 0 : classNames252.popup) === null || _a === void 0 ? void 0 : _a.root) || ((_b = contextClassNames === null || contextClassNames === void 0 ? void 0 : contextClassNames.popup) === null || _b === void 0 ? void 0 : _b.root) || popupClassName || dropdownClassName, `${treeSelectPrefixCls}-dropdown`, {
[`${treeSelectPrefixCls}-dropdown-rtl`]: direction === "rtl"
}, rootClassName, contextClassNames.root, classNames252 === null || classNames252 === void 0 ? void 0 : classNames252.root, cssVarCls, rootCls, treeSelectRootCls, hashId);
const mergedPopupStyle = ((_c = styles === null || styles === void 0 ? void 0 : styles.popup) === null || _c === void 0 ? void 0 : _c.root) || ((_d = contextStyles === null || contextStyles === void 0 ? void 0 : contextStyles.popup) === null || _d === void 0 ? void 0 : _d.root) || dropdownStyle;
const mergedPopupRender = usePopupRender_default(popupRender || dropdownRender);
const mergedOnOpenChange = onOpenChange || onDropdownVisibleChange;
const isMultiple3 = !!(treeCheckable || multiple);
const mergedMaxCount = React607.useMemo(() => {
if (maxCount && (showCheckedStrategy === "SHOW_ALL" && !treeCheckStrictly || showCheckedStrategy === "SHOW_PARENT")) {
return void 0;
}
return maxCount;
}, [maxCount, showCheckedStrategy, treeCheckStrictly]);
const showSuffixIcon = useShowArrow(props.suffixIcon, props.showArrow);
const mergedPopupMatchSelectWidth = (_e = popupMatchSelectWidth !== null && popupMatchSelectWidth !== void 0 ? popupMatchSelectWidth : dropdownMatchSelectWidth) !== null && _e !== void 0 ? _e : contextPopupMatchSelectWidth;
const {
status: contextStatus,
hasFeedback,
isFormItemInput,
feedbackIcon
} = React607.useContext(FormItemInputContext);
const mergedStatus = getMergedStatus(contextStatus, customStatus);
const {
suffixIcon,
removeIcon,
clearIcon
} = useIcons(Object.assign(Object.assign({}, restProps), {
multiple: isMultiple3,
showSuffixIcon,
hasFeedback,
feedbackIcon,
prefixCls,
componentName: "TreeSelect"
}));
const mergedAllowClear = allowClear === true ? {
clearIcon
} : allowClear;
let mergedNotFound;
if (notFoundContent !== void 0) {
mergedNotFound = notFoundContent;
} else {
mergedNotFound = (renderEmpty === null || renderEmpty === void 0 ? void 0 : renderEmpty("Select")) || React607.createElement(defaultRenderEmpty_default, {
componentName: "Select"
});
}
const selectProps = omit(restProps, ["suffixIcon", "removeIcon", "clearIcon", "itemIcon", "switcherIcon", "style"]);
const memoizedPlacement = React607.useMemo(() => {
if (placement !== void 0) {
return placement;
}
return direction === "rtl" ? "bottomRight" : "bottomLeft";
}, [placement, direction]);
const mergedSize = useSize_default((ctx) => {
var _a2;
return (_a2 = customizeSize !== null && customizeSize !== void 0 ? customizeSize : compactSize) !== null && _a2 !== void 0 ? _a2 : ctx;
});
const disabled = React607.useContext(DisabledContext_default);
const mergedDisabled = customDisabled !== null && customDisabled !== void 0 ? customDisabled : disabled;
const mergedClassName = (0, import_classnames271.default)(!customizePrefixCls && treeSelectPrefixCls, {
[`${prefixCls}-lg`]: mergedSize === "large",
[`${prefixCls}-sm`]: mergedSize === "small",
[`${prefixCls}-rtl`]: direction === "rtl",
[`${prefixCls}-${variant}`]: enableVariantCls,
[`${prefixCls}-in-form-item`]: isFormItemInput
}, getStatusClassNames(prefixCls, mergedStatus, hasFeedback), compactItemClassnames, className, rootClassName, contextClassNames.root, classNames252 === null || classNames252 === void 0 ? void 0 : classNames252.root, cssVarCls, rootCls, treeSelectRootCls, hashId);
const mergedSwitcherIcon = customSwitcherIcon !== null && customSwitcherIcon !== void 0 ? customSwitcherIcon : switcherIcon;
const renderSwitcherIcon = (nodeProps) => React607.createElement(iconUtil_default, {
prefixCls: treePrefixCls,
switcherIcon: mergedSwitcherIcon,
treeNodeProps: nodeProps,
showLine: treeLine
});
const [zIndex] = useZIndex("SelectLike", mergedPopupStyle === null || mergedPopupStyle === void 0 ? void 0 : mergedPopupStyle.zIndex);
const returnNode = React607.createElement(es_default35, Object.assign({
virtual,
disabled: mergedDisabled
}, selectProps, {
dropdownMatchSelectWidth: mergedPopupMatchSelectWidth,
builtinPlacements: mergedBuiltinPlacements_default(builtinPlacements, popupOverflow),
ref,
prefixCls,
className: mergedClassName,
style: Object.assign(Object.assign({}, styles === null || styles === void 0 ? void 0 : styles.root), style2),
listHeight,
listItemHeight,
treeCheckable: treeCheckable ? React607.createElement("span", {
className: `${prefixCls}-tree-checkbox-inner`
}) : treeCheckable,
treeLine: !!treeLine,
suffixIcon,
multiple: isMultiple3,
placement: memoizedPlacement,
removeIcon,
allowClear: mergedAllowClear,
switcherIcon: renderSwitcherIcon,
showTreeIcon: treeIcon,
notFoundContent: mergedNotFound,
getPopupContainer: getPopupContainer || getContextPopupContainer,
treeMotion: null,
dropdownClassName: mergedPopupClassName,
dropdownStyle: Object.assign(Object.assign({}, mergedPopupStyle), {
zIndex
}),
dropdownRender: mergedPopupRender,
onDropdownVisibleChange: mergedOnOpenChange,
choiceTransitionName: getTransitionName2(rootPrefixCls, "", choiceTransitionName),
transitionName: getTransitionName2(rootPrefixCls, "slide-up", transitionName),
treeExpandAction,
tagRender: isMultiple3 ? tagRender : void 0,
maxCount: mergedMaxCount,
showCheckedStrategy,
treeCheckStrictly
}));
return wrapCSSVar(treeSelectWrapCSSVar(returnNode));
};
var TreeSelectRef = React607.forwardRef(InternalTreeSelect);
var TreeSelect2 = TreeSelectRef;
var PurePanel18 = PurePanel_default3(TreeSelect2, "dropdownAlign", (props) => omit(props, ["visible"]));
TreeSelect2.TreeNode = TreeNode_default2;
TreeSelect2.SHOW_ALL = SHOW_ALL;
TreeSelect2.SHOW_PARENT = SHOW_PARENT3;
TreeSelect2.SHOW_CHILD = SHOW_CHILD3;
TreeSelect2._InternalPanelDoNotUseOrYouWillBeFired = PurePanel18;
if (true) {
TreeSelect2.displayName = "TreeSelect";
}
var tree_select_default = TreeSelect2;
// node_modules/antd/es/typography/Link.js
var React616 = __toESM(require_react());
// node_modules/antd/es/typography/Base/index.js
var React615 = __toESM(require_react());
var import_classnames275 = __toESM(require_classnames());
// node_modules/antd/es/typography/Editable.js
var React608 = __toESM(require_react());
var import_classnames272 = __toESM(require_classnames());
// node_modules/antd/es/typography/style/mixins.js
var getTitleStyle = (fontSize, lineHeight, color, token2) => {
const {
titleMarginBottom,
fontWeightStrong
} = token2;
return {
marginBottom: titleMarginBottom,
color,
fontWeight: fontWeightStrong,
fontSize,
lineHeight
};
};
var getTitleStyles = (token2) => {
const headings = [1, 2, 3, 4, 5];
const styles = {};
headings.forEach((headingLevel) => {
styles[`
h${headingLevel}&,
div&-h${headingLevel},
div&-h${headingLevel} > textarea,
h${headingLevel}
`] = getTitleStyle(token2[`fontSizeHeading${headingLevel}`], token2[`lineHeightHeading${headingLevel}`], token2.colorTextHeading, token2);
});
return styles;
};
var getLinkStyles = (token2) => {
const {
componentCls
} = token2;
return {
"a&, a": Object.assign(Object.assign({}, operationUnit(token2)), {
userSelect: "text",
[`&[disabled], &${componentCls}-disabled`]: {
color: token2.colorTextDisabled,
cursor: "not-allowed",
"&:active, &:hover": {
color: token2.colorTextDisabled
},
"&:active": {
pointerEvents: "none"
}
}
})
};
};
var getResetStyles = (token2) => ({
code: {
margin: "0 0.2em",
paddingInline: "0.4em",
paddingBlock: "0.2em 0.1em",
fontSize: "85%",
fontFamily: token2.fontFamilyCode,
background: "rgba(150, 150, 150, 0.1)",
border: "1px solid rgba(100, 100, 100, 0.2)",
borderRadius: 3
},
kbd: {
margin: "0 0.2em",
paddingInline: "0.4em",
paddingBlock: "0.15em 0.1em",
fontSize: "90%",
fontFamily: token2.fontFamilyCode,
background: "rgba(150, 150, 150, 0.06)",
border: "1px solid rgba(100, 100, 100, 0.2)",
borderBottomWidth: 2,
borderRadius: 3
},
mark: {
padding: 0,
// FIXME hardcode in v4
backgroundColor: gold[2]
},
"u, ins": {
textDecoration: "underline",
textDecorationSkipInk: "auto"
},
"s, del": {
textDecoration: "line-through"
},
strong: {
fontWeight: token2.fontWeightStrong
},
// list
"ul, ol": {
marginInline: 0,
marginBlock: "0 1em",
padding: 0,
li: {
marginInline: "20px 0",
marginBlock: 0,
paddingInline: "4px 0",
paddingBlock: 0
}
},
ul: {
listStyleType: "circle",
ul: {
listStyleType: "disc"
}
},
ol: {
listStyleType: "decimal"
},
// pre & block
"pre, blockquote": {
margin: "1em 0"
},
pre: {
padding: "0.4em 0.6em",
whiteSpace: "pre-wrap",
wordWrap: "break-word",
background: "rgba(150, 150, 150, 0.1)",
border: "1px solid rgba(100, 100, 100, 0.2)",
borderRadius: 3,
fontFamily: token2.fontFamilyCode,
// Compatible for marked
code: {
display: "inline",
margin: 0,
padding: 0,
fontSize: "inherit",
fontFamily: "inherit",
background: "transparent",
border: 0
}
},
blockquote: {
paddingInline: "0.6em 0",
paddingBlock: 0,
borderInlineStart: "4px solid rgba(100, 100, 100, 0.2)",
opacity: 0.85
}
});
var getEditableStyles = (token2) => {
const {
componentCls,
paddingSM
} = token2;
const inputShift = paddingSM;
return {
"&-edit-content": {
position: "relative",
"div&": {
insetInlineStart: token2.calc(token2.paddingSM).mul(-1).equal(),
insetBlockStart: token2.calc(inputShift).div(-2).add(1).equal(),
marginBottom: token2.calc(inputShift).div(2).sub(2).equal()
},
[`${componentCls}-edit-content-confirm`]: {
position: "absolute",
insetInlineEnd: token2.calc(token2.marginXS).add(2).equal(),
insetBlockEnd: token2.marginXS,
color: token2.colorIcon,
// default style
fontWeight: "normal",
fontSize: token2.fontSize,
fontStyle: "normal",
pointerEvents: "none"
},
textarea: {
margin: "0!important",
// Fix Editable Textarea flash in Firefox
MozTransition: "none",
height: "1em"
}
}
};
};
var getCopyableStyles = (token2) => ({
[`${token2.componentCls}-copy-success`]: {
[`
&,
&:hover,
&:focus`]: {
color: token2.colorSuccess
}
},
[`${token2.componentCls}-copy-icon-only`]: {
marginInlineStart: 0
}
});
var getEllipsisStyles = () => ({
[`
a&-ellipsis,
span&-ellipsis
`]: {
display: "inline-block",
maxWidth: "100%"
},
"&-ellipsis-single-line": {
whiteSpace: "nowrap",
overflow: "hidden",
textOverflow: "ellipsis",
// https://blog.csdn.net/iefreer/article/details/50421025
"a&, span&": {
verticalAlign: "bottom"
},
"> code": {
paddingBlock: 0,
maxWidth: "calc(100% - 1.2em)",
display: "inline-block",
overflow: "hidden",
textOverflow: "ellipsis",
verticalAlign: "bottom",
// https://github.com/ant-design/ant-design/issues/45953
boxSizing: "content-box"
}
},
"&-ellipsis-multiple-line": {
display: "-webkit-box",
overflow: "hidden",
WebkitLineClamp: 3,
WebkitBoxOrient: "vertical"
}
});
// node_modules/antd/es/typography/style/index.js
var genTypographyStyle = (token2) => {
const {
componentCls,
titleMarginTop
} = token2;
return {
[componentCls]: Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({
color: token2.colorText,
wordBreak: "break-word",
lineHeight: token2.lineHeight,
[`&${componentCls}-secondary`]: {
color: token2.colorTextDescription
},
[`&${componentCls}-success`]: {
color: token2.colorSuccessText
},
[`&${componentCls}-warning`]: {
color: token2.colorWarningText
},
[`&${componentCls}-danger`]: {
color: token2.colorErrorText,
"a&:active, a&:focus": {
color: token2.colorErrorTextActive
},
"a&:hover": {
color: token2.colorErrorTextHover
}
},
[`&${componentCls}-disabled`]: {
color: token2.colorTextDisabled,
cursor: "not-allowed",
userSelect: "none"
},
[`
div&,
p
`]: {
marginBottom: "1em"
}
}, getTitleStyles(token2)), {
[`
& + h1${componentCls},
& + h2${componentCls},
& + h3${componentCls},
& + h4${componentCls},
& + h5${componentCls}
`]: {
marginTop: titleMarginTop
},
[`
div,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5`]: {
[`
+ h1,
+ h2,
+ h3,
+ h4,
+ h5
`]: {
marginTop: titleMarginTop
}
}
}), getResetStyles(token2)), getLinkStyles(token2)), {
// Operation
[`
${componentCls}-expand,
${componentCls}-collapse,
${componentCls}-edit,
${componentCls}-copy
`]: Object.assign(Object.assign({}, operationUnit(token2)), {
marginInlineStart: token2.marginXXS
})
}), getEditableStyles(token2)), getCopyableStyles(token2)), getEllipsisStyles()), {
"&-rtl": {
direction: "rtl"
}
})
};
};
var prepareComponentToken57 = () => ({
titleMarginTop: "1.2em",
titleMarginBottom: "0.5em"
});
var style_default63 = genStyleHooks("Typography", genTypographyStyle, prepareComponentToken57);
// node_modules/antd/es/typography/Editable.js
var Editable = (props) => {
const {
prefixCls,
"aria-label": ariaLabel,
className,
style: style2,
direction,
maxLength,
autoSize = true,
value,
onSave,
onCancel,
onEnd,
component,
enterIcon = React608.createElement(EnterOutlined_default, null)
} = props;
const ref = React608.useRef(null);
const inComposition = React608.useRef(false);
const lastKeyCode = React608.useRef(null);
const [current, setCurrent] = React608.useState(value);
React608.useEffect(() => {
setCurrent(value);
}, [value]);
React608.useEffect(() => {
var _a;
if ((_a = ref.current) === null || _a === void 0 ? void 0 : _a.resizableTextArea) {
const {
textArea
} = ref.current.resizableTextArea;
textArea.focus();
const {
length: length2
} = textArea.value;
textArea.setSelectionRange(length2, length2);
}
}, []);
const onChange = ({
target
}) => {
setCurrent(target.value.replace(/[\n\r]/g, ""));
};
const onCompositionStart = () => {
inComposition.current = true;
};
const onCompositionEnd = () => {
inComposition.current = false;
};
const onKeyDown2 = ({
keyCode
}) => {
if (inComposition.current) {
return;
}
lastKeyCode.current = keyCode;
};
const confirmChange = () => {
onSave(current.trim());
};
const onKeyUp = ({
keyCode,
ctrlKey,
altKey,
metaKey,
shiftKey
}) => {
if (lastKeyCode.current !== keyCode || inComposition.current || ctrlKey || altKey || metaKey || shiftKey) {
return;
}
if (keyCode === KeyCode_default.ENTER) {
confirmChange();
onEnd === null || onEnd === void 0 ? void 0 : onEnd();
} else if (keyCode === KeyCode_default.ESC) {
onCancel();
}
};
const onBlur = () => {
confirmChange();
};
const [wrapCSSVar, hashId, cssVarCls] = style_default63(prefixCls);
const textAreaClassName = (0, import_classnames272.default)(prefixCls, `${prefixCls}-edit-content`, {
[`${prefixCls}-rtl`]: direction === "rtl",
[`${prefixCls}-${component}`]: !!component
}, className, hashId, cssVarCls);
return wrapCSSVar(React608.createElement("div", {
className: textAreaClassName,
style: style2
}, React608.createElement(TextArea_default2, {
ref,
maxLength,
value: current,
onChange,
onKeyDown: onKeyDown2,
onKeyUp,
onCompositionStart,
onCompositionEnd,
onBlur,
"aria-label": ariaLabel,
rows: 1,
autoSize
}), enterIcon !== null ? cloneElement3(enterIcon, {
className: `${prefixCls}-edit-content-confirm`
}) : null));
};
var Editable_default = Editable;
// node_modules/antd/es/typography/hooks/useCopyClick.js
var React609 = __toESM(require_react());
var import_copy_to_clipboard = __toESM(require_copy_to_clipboard());
var __awaiter = function(thisArg, _arguments, P, generator2) {
function adopt(value) {
return value instanceof P ? value : new P(function(resolve) {
resolve(value);
});
}
return new (P || (P = Promise))(function(resolve, reject) {
function fulfilled(value) {
try {
step(generator2.next(value));
} catch (e3) {
reject(e3);
}
}
function rejected(value) {
try {
step(generator2["throw"](value));
} catch (e3) {
reject(e3);
}
}
function step(result) {
result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);
}
step((generator2 = generator2.apply(thisArg, _arguments || [])).next());
});
};
var useCopyClick = ({
copyConfig,
children
}) => {
const [copied, setCopied] = React609.useState(false);
const [copyLoading, setCopyLoading] = React609.useState(false);
const copyIdRef = React609.useRef(null);
const cleanCopyId = () => {
if (copyIdRef.current) {
clearTimeout(copyIdRef.current);
}
};
const copyOptions = {};
if (copyConfig.format) {
copyOptions.format = copyConfig.format;
}
React609.useEffect(() => cleanCopyId, []);
const onClick = useEvent((e3) => __awaiter(void 0, void 0, void 0, function* () {
var _a;
e3 === null || e3 === void 0 ? void 0 : e3.preventDefault();
e3 === null || e3 === void 0 ? void 0 : e3.stopPropagation();
setCopyLoading(true);
try {
const text = typeof copyConfig.text === "function" ? yield copyConfig.text() : copyConfig.text;
(0, import_copy_to_clipboard.default)(text || toList_default(children, true).join("") || "", copyOptions);
setCopyLoading(false);
setCopied(true);
cleanCopyId();
copyIdRef.current = setTimeout(() => {
setCopied(false);
}, 3e3);
(_a = copyConfig.onCopy) === null || _a === void 0 ? void 0 : _a.call(copyConfig, e3);
} catch (error) {
setCopyLoading(false);
throw error;
}
}));
return {
copied,
copyLoading,
onClick
};
};
var useCopyClick_default = useCopyClick;
// node_modules/antd/es/typography/hooks/useMergedConfig.js
var React610 = __toESM(require_react());
function useMergedConfig(propConfig, templateConfig) {
return React610.useMemo(() => {
const support = !!propConfig;
return [support, Object.assign(Object.assign({}, templateConfig), support && typeof propConfig === "object" ? propConfig : null)];
}, [propConfig]);
}
// node_modules/antd/es/typography/hooks/usePrevious.js
var import_react208 = __toESM(require_react());
var usePrevious = (value) => {
const ref = (0, import_react208.useRef)(void 0);
(0, import_react208.useEffect)(() => {
ref.current = value;
});
return ref.current;
};
var usePrevious_default = usePrevious;
// node_modules/antd/es/typography/hooks/useTooltipProps.js
var import_react209 = __toESM(require_react());
var useTooltipProps = (tooltip, editConfigText, children) => (0, import_react209.useMemo)(() => {
if (tooltip === true) {
return {
title: editConfigText !== null && editConfigText !== void 0 ? editConfigText : children
};
}
if ((0, import_react209.isValidElement)(tooltip)) {
return {
title: tooltip
};
}
if (typeof tooltip === "object") {
return Object.assign({
title: editConfigText !== null && editConfigText !== void 0 ? editConfigText : children
}, tooltip);
}
return {
title: tooltip
};
}, [tooltip, editConfigText, children]);
var useTooltipProps_default = useTooltipProps;
// node_modules/antd/es/typography/Typography.js
var React611 = __toESM(require_react());
var import_classnames273 = __toESM(require_classnames());
var __rest111 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var Typography = React611.forwardRef((props, ref) => {
const {
prefixCls: customizePrefixCls,
component: Component10 = "article",
className,
rootClassName,
setContentRef,
children,
direction: typographyDirection,
style: style2
} = props, restProps = __rest111(props, ["prefixCls", "component", "className", "rootClassName", "setContentRef", "children", "direction", "style"]);
const {
getPrefixCls,
direction: contextDirection,
className: contextClassName,
style: contextStyle
} = useComponentConfig("typography");
const direction = typographyDirection !== null && typographyDirection !== void 0 ? typographyDirection : contextDirection;
const mergedRef = setContentRef ? composeRef(ref, setContentRef) : ref;
const prefixCls = getPrefixCls("typography", customizePrefixCls);
if (true) {
const warning5 = devUseWarning("Typography");
warning5.deprecated(!setContentRef, "setContentRef", "ref");
}
const [wrapCSSVar, hashId, cssVarCls] = style_default63(prefixCls);
const componentClassName = (0, import_classnames273.default)(prefixCls, contextClassName, {
[`${prefixCls}-rtl`]: direction === "rtl"
}, className, rootClassName, hashId, cssVarCls);
const mergedStyle = Object.assign(Object.assign({}, contextStyle), style2);
return wrapCSSVar(
// @ts-expect-error: Expression produces a union type that is too complex to represent.
React611.createElement(Component10, Object.assign({
className: componentClassName,
style: mergedStyle,
ref: mergedRef
}, restProps), children)
);
});
if (true) {
Typography.displayName = "Typography";
}
var Typography_default = Typography;
// node_modules/antd/es/typography/Base/CopyBtn.js
var React612 = __toESM(require_react());
var import_classnames274 = __toESM(require_classnames());
// node_modules/antd/es/typography/Base/util.js
function toList2(val) {
if (val === false) {
return [false, false];
}
return Array.isArray(val) ? val : [val];
}
function getNode(dom, defaultNode, needDom) {
if (dom === true || dom === void 0) {
return defaultNode;
}
return dom || needDom && defaultNode;
}
function isEleEllipsis(ele) {
const childDiv = document.createElement("em");
ele.appendChild(childDiv);
if (true) {
childDiv.className = "ant-typography-css-ellipsis-content-measure";
}
const rect = ele.getBoundingClientRect();
const childRect = childDiv.getBoundingClientRect();
ele.removeChild(childDiv);
return (
// Horizontal out of range
rect.left > childRect.left || childRect.right > rect.right || // Vertical out of range
rect.top > childRect.top || childRect.bottom > rect.bottom
);
}
var isValidText = (val) => ["string", "number"].includes(typeof val);
// node_modules/antd/es/typography/Base/CopyBtn.js
var CopyBtn = ({
prefixCls,
copied,
locale: locale6,
iconOnly,
tooltips,
icon,
tabIndex,
onCopy,
loading: btnLoading
}) => {
const tooltipNodes = toList2(tooltips);
const iconNodes = toList2(icon);
const {
copied: copiedText,
copy: copyText
} = locale6 !== null && locale6 !== void 0 ? locale6 : {};
const systemStr = copied ? copiedText : copyText;
const copyTitle = getNode(tooltipNodes[copied ? 1 : 0], systemStr);
const ariaLabel = typeof copyTitle === "string" ? copyTitle : systemStr;
return React612.createElement(tooltip_default, {
title: copyTitle
}, React612.createElement("button", {
type: "button",
className: (0, import_classnames274.default)(`${prefixCls}-copy`, {
[`${prefixCls}-copy-success`]: copied,
[`${prefixCls}-copy-icon-only`]: iconOnly
}),
onClick: onCopy,
"aria-label": ariaLabel,
tabIndex
}, copied ? getNode(iconNodes[1], React612.createElement(CheckOutlined_default, null), true) : getNode(iconNodes[0], btnLoading ? React612.createElement(LoadingOutlined_default, null) : React612.createElement(CopyOutlined_default, null), true)));
};
var CopyBtn_default = CopyBtn;
// node_modules/antd/es/typography/Base/Ellipsis.js
var React613 = __toESM(require_react());
var MeasureText = React613.forwardRef(({
style: style2,
children
}, ref) => {
const spanRef = React613.useRef(null);
React613.useImperativeHandle(ref, () => ({
isExceed: () => {
const span = spanRef.current;
return span.scrollHeight > span.clientHeight;
},
getHeight: () => spanRef.current.clientHeight
}));
return React613.createElement("span", {
"aria-hidden": true,
ref: spanRef,
style: Object.assign({
position: "fixed",
display: "block",
left: 0,
top: 0,
pointerEvents: "none",
backgroundColor: "rgba(255, 0, 0, 0.65)"
}, style2)
}, children);
});
var getNodesLen = (nodeList) => nodeList.reduce((totalLen, node2) => totalLen + (isValidText(node2) ? String(node2).length : 1), 0);
function sliceNodes(nodeList, len) {
let currLen = 0;
const currentNodeList = [];
for (let i = 0; i < nodeList.length; i += 1) {
if (currLen === len) {
return currentNodeList;
}
const node2 = nodeList[i];
const canCut = isValidText(node2);
const nodeLen = canCut ? String(node2).length : 1;
const nextLen = currLen + nodeLen;
if (nextLen > len) {
const restLen = len - currLen;
currentNodeList.push(String(node2).slice(0, restLen));
return currentNodeList;
}
currentNodeList.push(node2);
currLen = nextLen;
}
return nodeList;
}
var STATUS_MEASURE_NONE = 0;
var STATUS_MEASURE_PREPARE = 1;
var STATUS_MEASURE_START = 2;
var STATUS_MEASURE_NEED_ELLIPSIS = 3;
var STATUS_MEASURE_NO_NEED_ELLIPSIS = 4;
var lineClipStyle = {
display: "-webkit-box",
overflow: "hidden",
WebkitBoxOrient: "vertical"
};
function EllipsisMeasure(props) {
const {
enableMeasure,
width,
text,
children,
rows,
expanded,
miscDeps,
onEllipsis
} = props;
const nodeList = React613.useMemo(() => toArray(text), [text]);
const nodeLen = React613.useMemo(() => getNodesLen(nodeList), [text]);
const fullContent = React613.useMemo(() => children(nodeList, false), [text]);
const [ellipsisCutIndex, setEllipsisCutIndex] = React613.useState(null);
const cutMidRef = React613.useRef(null);
const measureWhiteSpaceRef = React613.useRef(null);
const needEllipsisRef = React613.useRef(null);
const descRowsEllipsisRef = React613.useRef(null);
const symbolRowEllipsisRef = React613.useRef(null);
const [canEllipsis, setCanEllipsis] = React613.useState(false);
const [needEllipsis, setNeedEllipsis] = React613.useState(STATUS_MEASURE_NONE);
const [ellipsisHeight, setEllipsisHeight] = React613.useState(0);
const [parentWhiteSpace, setParentWhiteSpace] = React613.useState(null);
useLayoutEffect_default(() => {
if (enableMeasure && width && nodeLen) {
setNeedEllipsis(STATUS_MEASURE_PREPARE);
} else {
setNeedEllipsis(STATUS_MEASURE_NONE);
}
}, [width, text, rows, enableMeasure, nodeList]);
useLayoutEffect_default(() => {
var _a, _b, _c, _d;
if (needEllipsis === STATUS_MEASURE_PREPARE) {
setNeedEllipsis(STATUS_MEASURE_START);
const nextWhiteSpace = measureWhiteSpaceRef.current && getComputedStyle(measureWhiteSpaceRef.current).whiteSpace;
setParentWhiteSpace(nextWhiteSpace);
} else if (needEllipsis === STATUS_MEASURE_START) {
const isOverflow = !!((_a = needEllipsisRef.current) === null || _a === void 0 ? void 0 : _a.isExceed());
setNeedEllipsis(isOverflow ? STATUS_MEASURE_NEED_ELLIPSIS : STATUS_MEASURE_NO_NEED_ELLIPSIS);
setEllipsisCutIndex(isOverflow ? [0, nodeLen] : null);
setCanEllipsis(isOverflow);
const baseRowsEllipsisHeight = ((_b = needEllipsisRef.current) === null || _b === void 0 ? void 0 : _b.getHeight()) || 0;
const descRowsEllipsisHeight = rows === 1 ? 0 : ((_c = descRowsEllipsisRef.current) === null || _c === void 0 ? void 0 : _c.getHeight()) || 0;
const symbolRowEllipsisHeight = ((_d = symbolRowEllipsisRef.current) === null || _d === void 0 ? void 0 : _d.getHeight()) || 0;
const maxRowsHeight = Math.max(
baseRowsEllipsisHeight,
// height of rows with ellipsis
descRowsEllipsisHeight + symbolRowEllipsisHeight
);
setEllipsisHeight(maxRowsHeight + 1);
onEllipsis(isOverflow);
}
}, [needEllipsis]);
const cutMidIndex = ellipsisCutIndex ? Math.ceil((ellipsisCutIndex[0] + ellipsisCutIndex[1]) / 2) : 0;
useLayoutEffect_default(() => {
var _a;
const [minIndex, maxIndex] = ellipsisCutIndex || [0, 0];
if (minIndex !== maxIndex) {
const midHeight = ((_a = cutMidRef.current) === null || _a === void 0 ? void 0 : _a.getHeight()) || 0;
const isOverflow = midHeight > ellipsisHeight;
let targetMidIndex = cutMidIndex;
if (maxIndex - minIndex === 1) {
targetMidIndex = isOverflow ? minIndex : maxIndex;
}
setEllipsisCutIndex(isOverflow ? [minIndex, targetMidIndex] : [targetMidIndex, maxIndex]);
}
}, [ellipsisCutIndex, cutMidIndex]);
const finalContent = React613.useMemo(() => {
if (!enableMeasure) {
return children(nodeList, false);
}
if (needEllipsis !== STATUS_MEASURE_NEED_ELLIPSIS || !ellipsisCutIndex || ellipsisCutIndex[0] !== ellipsisCutIndex[1]) {
const content = children(nodeList, false);
if ([STATUS_MEASURE_NO_NEED_ELLIPSIS, STATUS_MEASURE_NONE].includes(needEllipsis)) {
return content;
}
return React613.createElement("span", {
style: Object.assign(Object.assign({}, lineClipStyle), {
WebkitLineClamp: rows
})
}, content);
}
return children(expanded ? nodeList : sliceNodes(nodeList, ellipsisCutIndex[0]), canEllipsis);
}, [expanded, needEllipsis, ellipsisCutIndex, nodeList].concat(_toConsumableArray(miscDeps)));
const measureStyle = {
width,
margin: 0,
padding: 0,
whiteSpace: parentWhiteSpace === "nowrap" ? "normal" : "inherit"
};
return React613.createElement(React613.Fragment, null, finalContent, needEllipsis === STATUS_MEASURE_START && React613.createElement(React613.Fragment, null, React613.createElement(MeasureText, {
style: Object.assign(Object.assign(Object.assign({}, measureStyle), lineClipStyle), {
WebkitLineClamp: rows
}),
ref: needEllipsisRef
}, fullContent), React613.createElement(MeasureText, {
style: Object.assign(Object.assign(Object.assign({}, measureStyle), lineClipStyle), {
WebkitLineClamp: rows - 1
}),
ref: descRowsEllipsisRef
}, fullContent), React613.createElement(MeasureText, {
style: Object.assign(Object.assign(Object.assign({}, measureStyle), lineClipStyle), {
WebkitLineClamp: 1
}),
ref: symbolRowEllipsisRef
}, children([], true))), needEllipsis === STATUS_MEASURE_NEED_ELLIPSIS && ellipsisCutIndex && ellipsisCutIndex[0] !== ellipsisCutIndex[1] && React613.createElement(MeasureText, {
style: Object.assign(Object.assign({}, measureStyle), {
top: 400
}),
ref: cutMidRef
}, children(sliceNodes(nodeList, cutMidIndex), true)), needEllipsis === STATUS_MEASURE_PREPARE && React613.createElement("span", {
style: {
whiteSpace: "inherit"
},
ref: measureWhiteSpaceRef
}));
}
// node_modules/antd/es/typography/Base/EllipsisTooltip.js
var React614 = __toESM(require_react());
var EllipsisTooltip = ({
enableEllipsis,
isEllipsis,
children,
tooltipProps
}) => {
if (!(tooltipProps === null || tooltipProps === void 0 ? void 0 : tooltipProps.title) || !enableEllipsis) {
return children;
}
return React614.createElement(tooltip_default, Object.assign({
open: isEllipsis ? void 0 : false
}, tooltipProps), children);
};
if (true) {
EllipsisTooltip.displayName = "EllipsisTooltip";
}
var EllipsisTooltip_default = EllipsisTooltip;
// node_modules/antd/es/typography/Base/index.js
var __rest112 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
function wrapperDecorations({
mark,
code,
underline,
delete: del,
strong,
keyboard,
italic
}, content) {
let currentContent = content;
function wrap(tag, needed) {
if (!needed) {
return;
}
currentContent = React615.createElement(tag, {}, currentContent);
}
wrap("strong", strong);
wrap("u", underline);
wrap("del", del);
wrap("code", code);
wrap("mark", mark);
wrap("kbd", keyboard);
wrap("i", italic);
return currentContent;
}
var ELLIPSIS_STR = "...";
var DECORATION_PROPS = ["delete", "mark", "code", "underline", "strong", "keyboard", "italic"];
var Base = React615.forwardRef((props, ref) => {
var _a;
const {
prefixCls: customizePrefixCls,
className,
style: style2,
type: type5,
disabled,
children,
ellipsis,
editable,
copyable,
component,
title
} = props, restProps = __rest112(props, ["prefixCls", "className", "style", "type", "disabled", "children", "ellipsis", "editable", "copyable", "component", "title"]);
const {
getPrefixCls,
direction
} = React615.useContext(ConfigContext);
const [textLocale] = useLocale_default("Text");
const typographyRef = React615.useRef(null);
const editIconRef = React615.useRef(null);
const prefixCls = getPrefixCls("typography", customizePrefixCls);
const textProps = omit(restProps, DECORATION_PROPS);
const [enableEdit, editConfig] = useMergedConfig(editable);
const [editing, setEditing] = useMergedState(false, {
value: editConfig.editing
});
const {
triggerType = ["icon"]
} = editConfig;
const triggerEdit = (edit) => {
var _a2;
if (edit) {
(_a2 = editConfig.onStart) === null || _a2 === void 0 ? void 0 : _a2.call(editConfig);
}
setEditing(edit);
};
const prevEditing = usePrevious_default(editing);
useLayoutEffect_default(() => {
var _a2;
if (!editing && prevEditing) {
(_a2 = editIconRef.current) === null || _a2 === void 0 ? void 0 : _a2.focus();
}
}, [editing]);
const onEditClick = (e3) => {
e3 === null || e3 === void 0 ? void 0 : e3.preventDefault();
triggerEdit(true);
};
const onEditChange = (value) => {
var _a2;
(_a2 = editConfig.onChange) === null || _a2 === void 0 ? void 0 : _a2.call(editConfig, value);
triggerEdit(false);
};
const onEditCancel = () => {
var _a2;
(_a2 = editConfig.onCancel) === null || _a2 === void 0 ? void 0 : _a2.call(editConfig);
triggerEdit(false);
};
const [enableCopy, copyConfig] = useMergedConfig(copyable);
const {
copied,
copyLoading,
onClick: onCopyClick
} = useCopyClick_default({
copyConfig,
children
});
const [isLineClampSupport, setIsLineClampSupport] = React615.useState(false);
const [isTextOverflowSupport, setIsTextOverflowSupport] = React615.useState(false);
const [isJsEllipsis, setIsJsEllipsis] = React615.useState(false);
const [isNativeEllipsis, setIsNativeEllipsis] = React615.useState(false);
const [isNativeVisible, setIsNativeVisible] = React615.useState(true);
const [enableEllipsis, ellipsisConfig] = useMergedConfig(ellipsis, {
expandable: false,
symbol: (isExpanded) => isExpanded ? textLocale === null || textLocale === void 0 ? void 0 : textLocale.collapse : textLocale === null || textLocale === void 0 ? void 0 : textLocale.expand
});
const [expanded, setExpanded] = useMergedState(ellipsisConfig.defaultExpanded || false, {
value: ellipsisConfig.expanded
});
const mergedEnableEllipsis = enableEllipsis && (!expanded || ellipsisConfig.expandable === "collapsible");
const {
rows = 1
} = ellipsisConfig;
const needMeasureEllipsis = React615.useMemo(() => (
// Disable ellipsis
mergedEnableEllipsis && // Provide suffix
(ellipsisConfig.suffix !== void 0 || ellipsisConfig.onEllipsis || // Can't use css ellipsis since we need to provide the place for button
ellipsisConfig.expandable || enableEdit || enableCopy)
), [mergedEnableEllipsis, ellipsisConfig, enableEdit, enableCopy]);
useLayoutEffect_default(() => {
if (enableEllipsis && !needMeasureEllipsis) {
setIsLineClampSupport(isStyleSupport("webkitLineClamp"));
setIsTextOverflowSupport(isStyleSupport("textOverflow"));
}
}, [needMeasureEllipsis, enableEllipsis]);
const [cssEllipsis, setCssEllipsis] = React615.useState(mergedEnableEllipsis);
const canUseCssEllipsis = React615.useMemo(() => {
if (needMeasureEllipsis) {
return false;
}
if (rows === 1) {
return isTextOverflowSupport;
}
return isLineClampSupport;
}, [needMeasureEllipsis, isTextOverflowSupport, isLineClampSupport]);
useLayoutEffect_default(() => {
setCssEllipsis(canUseCssEllipsis && mergedEnableEllipsis);
}, [canUseCssEllipsis, mergedEnableEllipsis]);
const isMergedEllipsis = mergedEnableEllipsis && (cssEllipsis ? isNativeEllipsis : isJsEllipsis);
const cssTextOverflow = mergedEnableEllipsis && rows === 1 && cssEllipsis;
const cssLineClamp = mergedEnableEllipsis && rows > 1 && cssEllipsis;
const onExpandClick = (e3, info) => {
var _a2;
setExpanded(info.expanded);
(_a2 = ellipsisConfig.onExpand) === null || _a2 === void 0 ? void 0 : _a2.call(ellipsisConfig, e3, info);
};
const [ellipsisWidth, setEllipsisWidth] = React615.useState(0);
const onResize2 = ({
offsetWidth
}) => {
setEllipsisWidth(offsetWidth);
};
const onJsEllipsis = (jsEllipsis) => {
var _a2;
setIsJsEllipsis(jsEllipsis);
if (isJsEllipsis !== jsEllipsis) {
(_a2 = ellipsisConfig.onEllipsis) === null || _a2 === void 0 ? void 0 : _a2.call(ellipsisConfig, jsEllipsis);
}
};
React615.useEffect(() => {
const textEle = typographyRef.current;
if (enableEllipsis && cssEllipsis && textEle) {
const currentEllipsis = isEleEllipsis(textEle);
if (isNativeEllipsis !== currentEllipsis) {
setIsNativeEllipsis(currentEllipsis);
}
}
}, [enableEllipsis, cssEllipsis, children, cssLineClamp, isNativeVisible, ellipsisWidth]);
React615.useEffect(() => {
const textEle = typographyRef.current;
if (typeof IntersectionObserver === "undefined" || !textEle || !cssEllipsis || !mergedEnableEllipsis) {
return;
}
const observer = new IntersectionObserver(() => {
setIsNativeVisible(!!textEle.offsetParent);
});
observer.observe(textEle);
return () => {
observer.disconnect();
};
}, [cssEllipsis, mergedEnableEllipsis]);
const tooltipProps = useTooltipProps_default(ellipsisConfig.tooltip, editConfig.text, children);
const topAriaLabel = React615.useMemo(() => {
if (!enableEllipsis || cssEllipsis) {
return void 0;
}
return [editConfig.text, children, title, tooltipProps.title].find(isValidText);
}, [enableEllipsis, cssEllipsis, title, tooltipProps.title, isMergedEllipsis]);
if (editing) {
return React615.createElement(Editable_default, {
value: (_a = editConfig.text) !== null && _a !== void 0 ? _a : typeof children === "string" ? children : "",
onSave: onEditChange,
onCancel: onEditCancel,
onEnd: editConfig.onEnd,
prefixCls,
className,
style: style2,
direction,
component,
maxLength: editConfig.maxLength,
autoSize: editConfig.autoSize,
enterIcon: editConfig.enterIcon
});
}
const renderExpand = () => {
const {
expandable,
symbol
} = ellipsisConfig;
return expandable ? React615.createElement("button", {
type: "button",
key: "expand",
className: `${prefixCls}-${expanded ? "collapse" : "expand"}`,
onClick: (e3) => onExpandClick(e3, {
expanded: !expanded
}),
"aria-label": expanded ? textLocale.collapse : textLocale === null || textLocale === void 0 ? void 0 : textLocale.expand
}, typeof symbol === "function" ? symbol(expanded) : symbol) : null;
};
const renderEdit = () => {
if (!enableEdit) {
return;
}
const {
icon,
tooltip,
tabIndex
} = editConfig;
const editTitle = toArray(tooltip)[0] || (textLocale === null || textLocale === void 0 ? void 0 : textLocale.edit);
const ariaLabel = typeof editTitle === "string" ? editTitle : "";
return triggerType.includes("icon") ? React615.createElement(tooltip_default, {
key: "edit",
title: tooltip === false ? "" : editTitle
}, React615.createElement("button", {
type: "button",
ref: editIconRef,
className: `${prefixCls}-edit`,
onClick: onEditClick,
"aria-label": ariaLabel,
tabIndex
}, icon || React615.createElement(EditOutlined_default, {
role: "button"
}))) : null;
};
const renderCopy = () => {
if (!enableCopy) {
return null;
}
return React615.createElement(CopyBtn_default, Object.assign({
key: "copy"
}, copyConfig, {
prefixCls,
copied,
locale: textLocale,
onCopy: onCopyClick,
loading: copyLoading,
iconOnly: children === null || children === void 0
}));
};
const renderOperations = (canEllipsis) => [canEllipsis && renderExpand(), renderEdit(), renderCopy()];
const renderEllipsis = (canEllipsis) => [canEllipsis && !expanded && React615.createElement("span", {
"aria-hidden": true,
key: "ellipsis"
}, ELLIPSIS_STR), ellipsisConfig.suffix, renderOperations(canEllipsis)];
return React615.createElement(es_default, {
onResize: onResize2,
disabled: !mergedEnableEllipsis
}, (resizeRef) => React615.createElement(EllipsisTooltip_default, {
tooltipProps,
enableEllipsis: mergedEnableEllipsis,
isEllipsis: isMergedEllipsis
}, React615.createElement(Typography_default, Object.assign({
className: (0, import_classnames275.default)({
[`${prefixCls}-${type5}`]: type5,
[`${prefixCls}-disabled`]: disabled,
[`${prefixCls}-ellipsis`]: enableEllipsis,
[`${prefixCls}-ellipsis-single-line`]: cssTextOverflow,
[`${prefixCls}-ellipsis-multiple-line`]: cssLineClamp
}, className),
prefixCls: customizePrefixCls,
style: Object.assign(Object.assign({}, style2), {
WebkitLineClamp: cssLineClamp ? rows : void 0
}),
component,
ref: composeRef(resizeRef, typographyRef, ref),
direction,
onClick: triggerType.includes("text") ? onEditClick : void 0,
"aria-label": topAriaLabel === null || topAriaLabel === void 0 ? void 0 : topAriaLabel.toString(),
title
}, textProps), React615.createElement(EllipsisMeasure, {
enableMeasure: mergedEnableEllipsis && !cssEllipsis,
text: children,
rows,
width: ellipsisWidth,
onEllipsis: onJsEllipsis,
expanded,
miscDeps: [copied, expanded, copyLoading, enableEdit, enableCopy, textLocale].concat(_toConsumableArray(DECORATION_PROPS.map((key) => props[key])))
}, (node2, canEllipsis) => wrapperDecorations(props, React615.createElement(React615.Fragment, null, node2.length > 0 && canEllipsis && !expanded && topAriaLabel ? React615.createElement("span", {
key: "show-content",
"aria-hidden": true
}, node2) : node2, renderEllipsis(canEllipsis)))))));
});
var Base_default = Base;
// node_modules/antd/es/typography/Link.js
var __rest113 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var Link = React616.forwardRef((props, ref) => {
const {
ellipsis,
rel,
children,
// @ts-expect-error: https://github.com/ant-design/ant-design/issues/26622
navigate: _navigate
} = props, restProps = __rest113(props, ["ellipsis", "rel", "children", "navigate"]);
if (true) {
const warning5 = devUseWarning("Typography.Link");
true ? warning5(typeof ellipsis !== "object", "usage", "`ellipsis` only supports boolean value.") : void 0;
}
const mergedProps = Object.assign(Object.assign({}, restProps), {
rel: rel === void 0 && restProps.target === "_blank" ? "noopener noreferrer" : rel
});
return React616.createElement(Base_default, Object.assign({}, mergedProps, {
ref,
ellipsis: !!ellipsis,
component: "a"
}), children);
});
var Link_default = Link;
// node_modules/antd/es/typography/Paragraph.js
var React617 = __toESM(require_react());
var __rest114 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var Paragraph2 = React617.forwardRef((props, ref) => {
const {
children
} = props, restProps = __rest114(props, ["children"]);
return React617.createElement(Base_default, Object.assign({
ref
}, restProps, {
component: "div"
}), children);
});
var Paragraph_default2 = Paragraph2;
// node_modules/antd/es/typography/Text.js
var React618 = __toESM(require_react());
var __rest115 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var Text = (props, ref) => {
const {
ellipsis,
children
} = props, restProps = __rest115(props, ["ellipsis", "children"]);
const mergedEllipsis = React618.useMemo(() => {
if (ellipsis && typeof ellipsis === "object") {
return omit(ellipsis, ["expandable", "rows"]);
}
return ellipsis;
}, [ellipsis]);
if (true) {
const warning5 = devUseWarning("Typography.Text");
true ? warning5(typeof ellipsis !== "object" || !ellipsis || !("expandable" in ellipsis) && !("rows" in ellipsis), "usage", "`ellipsis` do not support `expandable` or `rows` props.") : void 0;
}
return React618.createElement(Base_default, Object.assign({
ref
}, restProps, {
ellipsis: mergedEllipsis,
component: "span"
}), children);
};
var Text_default = React618.forwardRef(Text);
// node_modules/antd/es/typography/Title.js
var React619 = __toESM(require_react());
var __rest116 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var TITLE_ELE_LIST = [1, 2, 3, 4, 5];
var Title2 = React619.forwardRef((props, ref) => {
const {
level = 1,
children
} = props, restProps = __rest116(props, ["level", "children"]);
if (true) {
const warning5 = devUseWarning("Typography.Title");
true ? warning5(TITLE_ELE_LIST.includes(level), "usage", "Title only accept `1 | 2 | 3 | 4 | 5` as `level` value. And `5` need 4.6.0+ version.") : void 0;
}
const component = TITLE_ELE_LIST.includes(level) ? `h${level}` : `h1`;
return React619.createElement(Base_default, Object.assign({
ref
}, restProps, {
component
}), children);
});
var Title_default2 = Title2;
// node_modules/antd/es/typography/index.js
var Typography2 = Typography_default;
Typography2.Text = Text_default;
Typography2.Link = Link_default;
Typography2.Title = Title_default2;
Typography2.Paragraph = Paragraph_default2;
var typography_default = Typography2;
// node_modules/antd/es/upload/Dragger.js
var React625 = __toESM(require_react());
// node_modules/antd/es/upload/Upload.js
var React624 = __toESM(require_react());
var import_react_dom10 = __toESM(require_react_dom());
var import_classnames279 = __toESM(require_classnames());
// node_modules/rc-upload/es/Upload.js
var import_react211 = __toESM(require_react());
// node_modules/rc-upload/es/AjaxUploader.js
var import_classnames276 = __toESM(require_classnames());
var import_react210 = __toESM(require_react());
// node_modules/rc-upload/es/attr-accept.js
var attr_accept_default = function(file, acceptedFiles) {
if (file && acceptedFiles) {
var acceptedFilesArray = Array.isArray(acceptedFiles) ? acceptedFiles : acceptedFiles.split(",");
var fileName = file.name || "";
var mimeType = file.type || "";
var baseMimeType = mimeType.replace(/\/.*$/, "");
return acceptedFilesArray.some(function(type5) {
var validType = type5.trim();
if (/^\*(\/\*)?$/.test(type5)) {
return true;
}
if (validType.charAt(0) === ".") {
var lowerFileName = fileName.toLowerCase();
var lowerType = validType.toLowerCase();
var affixList = [lowerType];
if (lowerType === ".jpg" || lowerType === ".jpeg") {
affixList = [".jpg", ".jpeg"];
}
return affixList.some(function(affix) {
return lowerFileName.endsWith(affix);
});
}
if (/\/\*$/.test(validType)) {
return baseMimeType === validType.replace(/\/.*$/, "");
}
if (mimeType === validType) {
return true;
}
if (/^\w+$/.test(validType)) {
warning_default(false, "Upload takes an invalidate 'accept' type '".concat(validType, "'.Skip for check."));
return true;
}
return false;
});
}
return true;
};
// node_modules/rc-upload/es/request.js
function getError(option, xhr) {
var msg = "cannot ".concat(option.method, " ").concat(option.action, " ").concat(xhr.status, "'");
var err = new Error(msg);
err.status = xhr.status;
err.method = option.method;
err.url = option.action;
return err;
}
function getBody(xhr) {
var text = xhr.responseText || xhr.response;
if (!text) {
return text;
}
try {
return JSON.parse(text);
} catch (e3) {
return text;
}
}
function upload(option) {
var xhr = new XMLHttpRequest();
if (option.onProgress && xhr.upload) {
xhr.upload.onprogress = function progress(e3) {
if (e3.total > 0) {
e3.percent = e3.loaded / e3.total * 100;
}
option.onProgress(e3);
};
}
var formData = new FormData();
if (option.data) {
Object.keys(option.data).forEach(function(key) {
var value = option.data[key];
if (Array.isArray(value)) {
value.forEach(function(item) {
formData.append("".concat(key, "[]"), item);
});
return;
}
formData.append(key, value);
});
}
if (option.file instanceof Blob) {
formData.append(option.filename, option.file, option.file.name);
} else {
formData.append(option.filename, option.file);
}
xhr.onerror = function error(e3) {
option.onError(e3);
};
xhr.onload = function onload() {
if (xhr.status < 200 || xhr.status >= 300) {
return option.onError(getError(option, xhr), getBody(xhr));
}
return option.onSuccess(getBody(xhr), xhr);
};
xhr.open(option.method, option.action, true);
if (option.withCredentials && "withCredentials" in xhr) {
xhr.withCredentials = true;
}
var headers = option.headers || {};
if (headers["X-Requested-With"] !== null) {
xhr.setRequestHeader("X-Requested-With", "XMLHttpRequest");
}
Object.keys(headers).forEach(function(h) {
if (headers[h] !== null) {
xhr.setRequestHeader(h, headers[h]);
}
});
xhr.send(formData);
return {
abort: function abort() {
xhr.abort();
}
};
}
// node_modules/rc-upload/es/traverseFileTree.js
var traverseFileTree = function() {
var _ref = _asyncToGenerator(_regeneratorRuntime().mark(function _callee4(files, isAccepted) {
var flattenFileList, progressFileList, readDirectory, _readDirectory, readFile, _readFile, _traverseFileTree, wipIndex;
return _regeneratorRuntime().wrap(function _callee4$(_context4) {
while (1) switch (_context4.prev = _context4.next) {
case 0:
_readFile = function _readFile3() {
_readFile = _asyncToGenerator(_regeneratorRuntime().mark(function _callee3(item) {
return _regeneratorRuntime().wrap(function _callee3$(_context3) {
while (1) switch (_context3.prev = _context3.next) {
case 0:
return _context3.abrupt("return", new Promise(function(reslove) {
item.file(function(file) {
if (isAccepted(file)) {
if (item.fullPath && !file.webkitRelativePath) {
Object.defineProperties(file, {
webkitRelativePath: {
writable: true
}
});
file.webkitRelativePath = item.fullPath.replace(/^\//, "");
Object.defineProperties(file, {
webkitRelativePath: {
writable: false
}
});
}
reslove(file);
} else {
reslove(null);
}
});
}));
case 1:
case "end":
return _context3.stop();
}
}, _callee3);
}));
return _readFile.apply(this, arguments);
};
readFile = function _readFile2(_x4) {
return _readFile.apply(this, arguments);
};
_readDirectory = function _readDirectory3() {
_readDirectory = _asyncToGenerator(_regeneratorRuntime().mark(function _callee2(directory) {
var dirReader, entries, results, n2, i;
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
while (1) switch (_context2.prev = _context2.next) {
case 0:
dirReader = directory.createReader();
entries = [];
case 2:
if (false) {
_context2.next = 12;
break;
}
_context2.next = 5;
return new Promise(function(resolve) {
dirReader.readEntries(resolve, function() {
return resolve([]);
});
});
case 5:
results = _context2.sent;
n2 = results.length;
if (n2) {
_context2.next = 9;
break;
}
return _context2.abrupt("break", 12);
case 9:
for (i = 0; i < n2; i++) {
entries.push(results[i]);
}
_context2.next = 2;
break;
case 12:
return _context2.abrupt("return", entries);
case 13:
case "end":
return _context2.stop();
}
}, _callee2);
}));
return _readDirectory.apply(this, arguments);
};
readDirectory = function _readDirectory2(_x3) {
return _readDirectory.apply(this, arguments);
};
flattenFileList = [];
progressFileList = [];
files.forEach(function(file) {
return progressFileList.push(file.webkitGetAsEntry());
});
_traverseFileTree = function() {
var _ref2 = _asyncToGenerator(_regeneratorRuntime().mark(function _callee(item, path2) {
var _file, entries;
return _regeneratorRuntime().wrap(function _callee$(_context) {
while (1) switch (_context.prev = _context.next) {
case 0:
if (item) {
_context.next = 2;
break;
}
return _context.abrupt("return");
case 2:
item.path = path2 || "";
if (!item.isFile) {
_context.next = 10;
break;
}
_context.next = 6;
return readFile(item);
case 6:
_file = _context.sent;
if (_file) {
flattenFileList.push(_file);
}
_context.next = 15;
break;
case 10:
if (!item.isDirectory) {
_context.next = 15;
break;
}
_context.next = 13;
return readDirectory(item);
case 13:
entries = _context.sent;
progressFileList.push.apply(progressFileList, _toConsumableArray(entries));
case 15:
case "end":
return _context.stop();
}
}, _callee);
}));
return function _traverseFileTree2(_x5, _x6) {
return _ref2.apply(this, arguments);
};
}();
wipIndex = 0;
case 9:
if (!(wipIndex < progressFileList.length)) {
_context4.next = 15;
break;
}
_context4.next = 12;
return _traverseFileTree(progressFileList[wipIndex]);
case 12:
wipIndex++;
_context4.next = 9;
break;
case 15:
return _context4.abrupt("return", flattenFileList);
case 16:
case "end":
return _context4.stop();
}
}, _callee4);
}));
return function traverseFileTree2(_x, _x2) {
return _ref.apply(this, arguments);
};
}();
var traverseFileTree_default = traverseFileTree;
// node_modules/rc-upload/es/uid.js
var now = +/* @__PURE__ */ new Date();
var index2 = 0;
function uid2() {
return "rc-upload-".concat(now, "-").concat(++index2);
}
// node_modules/rc-upload/es/AjaxUploader.js
var _excluded82 = ["component", "prefixCls", "className", "classNames", "disabled", "id", "name", "style", "styles", "multiple", "accept", "capture", "children", "directory", "folder", "openFileDialogOnClick", "onMouseEnter", "onMouseLeave", "hasControlInside"];
var AjaxUploader = function(_Component) {
_inherits(AjaxUploader2, _Component);
var _super = _createSuper(AjaxUploader2);
function AjaxUploader2() {
var _this;
_classCallCheck(this, AjaxUploader2);
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
args[_key] = arguments[_key];
}
_this = _super.call.apply(_super, [this].concat(args));
_defineProperty(_assertThisInitialized(_this), "state", {
uid: uid2()
});
_defineProperty(_assertThisInitialized(_this), "reqs", {});
_defineProperty(_assertThisInitialized(_this), "fileInput", void 0);
_defineProperty(_assertThisInitialized(_this), "_isMounted", void 0);
_defineProperty(_assertThisInitialized(_this), "onChange", function(e3) {
var _this$props = _this.props, accept = _this$props.accept, directory = _this$props.directory;
var files = e3.target.files;
var acceptedFiles = _toConsumableArray(files).filter(function(file) {
return !directory || attr_accept_default(file, accept);
});
_this.uploadFiles(acceptedFiles);
_this.reset();
});
_defineProperty(_assertThisInitialized(_this), "onClick", function(event) {
var el = _this.fileInput;
if (!el) {
return;
}
var target = event.target;
var onClick = _this.props.onClick;
if (target && target.tagName === "BUTTON") {
var parent = el.parentNode;
parent.focus();
target.blur();
}
el.click();
if (onClick) {
onClick(event);
}
});
_defineProperty(_assertThisInitialized(_this), "onKeyDown", function(e3) {
if (e3.key === "Enter") {
_this.onClick(e3);
}
});
_defineProperty(_assertThisInitialized(_this), "onDataTransferFiles", function() {
var _ref = _asyncToGenerator(_regeneratorRuntime().mark(function _callee(dataTransfer, existFileCallback) {
var _this$props2, multiple, accept, directory, items, files, acceptFiles;
return _regeneratorRuntime().wrap(function _callee$(_context) {
while (1) switch (_context.prev = _context.next) {
case 0:
_this$props2 = _this.props, multiple = _this$props2.multiple, accept = _this$props2.accept, directory = _this$props2.directory;
items = _toConsumableArray(dataTransfer.items || []);
files = _toConsumableArray(dataTransfer.files || []);
if (files.length > 0 || items.some(function(item) {
return item.kind === "file";
})) {
existFileCallback === null || existFileCallback === void 0 || existFileCallback();
}
if (!directory) {
_context.next = 11;
break;
}
_context.next = 7;
return traverseFileTree_default(Array.prototype.slice.call(items), function(_file) {
return attr_accept_default(_file, _this.props.accept);
});
case 7:
files = _context.sent;
_this.uploadFiles(files);
_context.next = 14;
break;
case 11:
acceptFiles = _toConsumableArray(files).filter(function(file) {
return attr_accept_default(file, accept);
});
if (multiple === false) {
acceptFiles = files.slice(0, 1);
}
_this.uploadFiles(acceptFiles);
case 14:
case "end":
return _context.stop();
}
}, _callee);
}));
return function(_x, _x2) {
return _ref.apply(this, arguments);
};
}());
_defineProperty(_assertThisInitialized(_this), "onFilePaste", function() {
var _ref2 = _asyncToGenerator(_regeneratorRuntime().mark(function _callee2(e3) {
var pastable, clipboardData;
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
while (1) switch (_context2.prev = _context2.next) {
case 0:
pastable = _this.props.pastable;
if (pastable) {
_context2.next = 3;
break;
}
return _context2.abrupt("return");
case 3:
if (!(e3.type === "paste")) {
_context2.next = 6;
break;
}
clipboardData = e3.clipboardData;
return _context2.abrupt("return", _this.onDataTransferFiles(clipboardData, function() {
e3.preventDefault();
}));
case 6:
case "end":
return _context2.stop();
}
}, _callee2);
}));
return function(_x3) {
return _ref2.apply(this, arguments);
};
}());
_defineProperty(_assertThisInitialized(_this), "onFileDragOver", function(e3) {
e3.preventDefault();
});
_defineProperty(_assertThisInitialized(_this), "onFileDrop", function() {
var _ref3 = _asyncToGenerator(_regeneratorRuntime().mark(function _callee3(e3) {
var dataTransfer;
return _regeneratorRuntime().wrap(function _callee3$(_context3) {
while (1) switch (_context3.prev = _context3.next) {
case 0:
e3.preventDefault();
if (!(e3.type === "drop")) {
_context3.next = 4;
break;
}
dataTransfer = e3.dataTransfer;
return _context3.abrupt("return", _this.onDataTransferFiles(dataTransfer));
case 4:
case "end":
return _context3.stop();
}
}, _callee3);
}));
return function(_x4) {
return _ref3.apply(this, arguments);
};
}());
_defineProperty(_assertThisInitialized(_this), "uploadFiles", function(files) {
var originFiles = _toConsumableArray(files);
var postFiles = originFiles.map(function(file) {
file.uid = uid2();
return _this.processFile(file, originFiles);
});
Promise.all(postFiles).then(function(fileList) {
var onBatchStart = _this.props.onBatchStart;
onBatchStart === null || onBatchStart === void 0 || onBatchStart(fileList.map(function(_ref4) {
var origin = _ref4.origin, parsedFile = _ref4.parsedFile;
return {
file: origin,
parsedFile
};
}));
fileList.filter(function(file) {
return file.parsedFile !== null;
}).forEach(function(file) {
_this.post(file);
});
});
});
_defineProperty(_assertThisInitialized(_this), "processFile", function() {
var _ref5 = _asyncToGenerator(_regeneratorRuntime().mark(function _callee4(file, fileList) {
var beforeUpload, transformedFile, action, mergedAction, data, mergedData, parsedData, parsedFile, mergedParsedFile;
return _regeneratorRuntime().wrap(function _callee4$(_context4) {
while (1) switch (_context4.prev = _context4.next) {
case 0:
beforeUpload = _this.props.beforeUpload;
transformedFile = file;
if (!beforeUpload) {
_context4.next = 14;
break;
}
_context4.prev = 3;
_context4.next = 6;
return beforeUpload(file, fileList);
case 6:
transformedFile = _context4.sent;
_context4.next = 12;
break;
case 9:
_context4.prev = 9;
_context4.t0 = _context4["catch"](3);
transformedFile = false;
case 12:
if (!(transformedFile === false)) {
_context4.next = 14;
break;
}
return _context4.abrupt("return", {
origin: file,
parsedFile: null,
action: null,
data: null
});
case 14:
action = _this.props.action;
if (!(typeof action === "function")) {
_context4.next = 21;
break;
}
_context4.next = 18;
return action(file);
case 18:
mergedAction = _context4.sent;
_context4.next = 22;
break;
case 21:
mergedAction = action;
case 22:
data = _this.props.data;
if (!(typeof data === "function")) {
_context4.next = 29;
break;
}
_context4.next = 26;
return data(file);
case 26:
mergedData = _context4.sent;
_context4.next = 30;
break;
case 29:
mergedData = data;
case 30:
parsedData = // string type is from legacy `transformFile`.
// Not sure if this will work since no related test case works with it
(_typeof(transformedFile) === "object" || typeof transformedFile === "string") && transformedFile ? transformedFile : file;
if (parsedData instanceof File) {
parsedFile = parsedData;
} else {
parsedFile = new File([parsedData], file.name, {
type: file.type
});
}
mergedParsedFile = parsedFile;
mergedParsedFile.uid = file.uid;
return _context4.abrupt("return", {
origin: file,
data: mergedData,
parsedFile: mergedParsedFile,
action: mergedAction
});
case 35:
case "end":
return _context4.stop();
}
}, _callee4, null, [[3, 9]]);
}));
return function(_x5, _x6) {
return _ref5.apply(this, arguments);
};
}());
_defineProperty(_assertThisInitialized(_this), "saveFileInput", function(node2) {
_this.fileInput = node2;
});
return _this;
}
_createClass(AjaxUploader2, [{
key: "componentDidMount",
value: function componentDidMount() {
this._isMounted = true;
var pastable = this.props.pastable;
if (pastable) {
document.addEventListener("paste", this.onFilePaste);
}
}
}, {
key: "componentWillUnmount",
value: function componentWillUnmount() {
this._isMounted = false;
this.abort();
document.removeEventListener("paste", this.onFilePaste);
}
}, {
key: "componentDidUpdate",
value: function componentDidUpdate(prevProps) {
var pastable = this.props.pastable;
if (pastable && !prevProps.pastable) {
document.addEventListener("paste", this.onFilePaste);
} else if (!pastable && prevProps.pastable) {
document.removeEventListener("paste", this.onFilePaste);
}
}
}, {
key: "post",
value: function post(_ref6) {
var _this2 = this;
var data = _ref6.data, origin = _ref6.origin, action = _ref6.action, parsedFile = _ref6.parsedFile;
if (!this._isMounted) {
return;
}
var _this$props3 = this.props, onStart = _this$props3.onStart, customRequest = _this$props3.customRequest, name = _this$props3.name, headers = _this$props3.headers, withCredentials = _this$props3.withCredentials, method4 = _this$props3.method;
var uid3 = origin.uid;
var request = customRequest || upload;
var requestOption = {
action,
filename: name,
data,
file: parsedFile,
headers,
withCredentials,
method: method4 || "post",
onProgress: function onProgress(e3) {
var onProgress2 = _this2.props.onProgress;
onProgress2 === null || onProgress2 === void 0 || onProgress2(e3, parsedFile);
},
onSuccess: function onSuccess(ret, xhr) {
var onSuccess2 = _this2.props.onSuccess;
onSuccess2 === null || onSuccess2 === void 0 || onSuccess2(ret, parsedFile, xhr);
delete _this2.reqs[uid3];
},
onError: function onError(err, ret) {
var onError2 = _this2.props.onError;
onError2 === null || onError2 === void 0 || onError2(err, ret, parsedFile);
delete _this2.reqs[uid3];
}
};
onStart(origin);
this.reqs[uid3] = request(requestOption, {
defaultRequest: upload
});
}
}, {
key: "reset",
value: function reset() {
this.setState({
uid: uid2()
});
}
}, {
key: "abort",
value: function abort(file) {
var reqs = this.reqs;
if (file) {
var uid3 = file.uid ? file.uid : file;
if (reqs[uid3] && reqs[uid3].abort) {
reqs[uid3].abort();
}
delete reqs[uid3];
} else {
Object.keys(reqs).forEach(function(uid4) {
if (reqs[uid4] && reqs[uid4].abort) {
reqs[uid4].abort();
}
delete reqs[uid4];
});
}
}
}, {
key: "render",
value: function render2() {
var _this$props4 = this.props, Tag2 = _this$props4.component, prefixCls = _this$props4.prefixCls, className = _this$props4.className, _this$props4$classNam = _this$props4.classNames, classNames252 = _this$props4$classNam === void 0 ? {} : _this$props4$classNam, disabled = _this$props4.disabled, id = _this$props4.id, name = _this$props4.name, style2 = _this$props4.style, _this$props4$styles = _this$props4.styles, styles = _this$props4$styles === void 0 ? {} : _this$props4$styles, multiple = _this$props4.multiple, accept = _this$props4.accept, capture = _this$props4.capture, children = _this$props4.children, directory = _this$props4.directory, folder = _this$props4.folder, openFileDialogOnClick = _this$props4.openFileDialogOnClick, onMouseEnter = _this$props4.onMouseEnter, onMouseLeave = _this$props4.onMouseLeave, hasControlInside = _this$props4.hasControlInside, otherProps = _objectWithoutProperties(_this$props4, _excluded82);
var cls13 = (0, import_classnames276.default)(_defineProperty(_defineProperty(_defineProperty({}, prefixCls, true), "".concat(prefixCls, "-disabled"), disabled), className, className));
var dirProps = directory || folder ? {
directory: "directory",
webkitdirectory: "webkitdirectory"
} : {};
var events = disabled ? {} : {
onClick: openFileDialogOnClick ? this.onClick : function() {
},
onKeyDown: openFileDialogOnClick ? this.onKeyDown : function() {
},
onMouseEnter,
onMouseLeave,
onDrop: this.onFileDrop,
onDragOver: this.onFileDragOver,
tabIndex: hasControlInside ? void 0 : "0"
};
return import_react210.default.createElement(Tag2, _extends({}, events, {
className: cls13,
role: hasControlInside ? void 0 : "button",
style: style2
}), import_react210.default.createElement("input", _extends({}, pickAttrs(otherProps, {
aria: true,
data: true
}), {
id,
name,
disabled,
type: "file",
ref: this.saveFileInput,
onClick: function onClick(e3) {
return e3.stopPropagation();
},
key: this.state.uid,
style: _objectSpread2({
display: "none"
}, styles.input),
className: classNames252.input,
accept
}, dirProps, {
multiple,
onChange: this.onChange
}, capture != null ? {
capture
} : {})), children);
}
}]);
return AjaxUploader2;
}(import_react210.Component);
var AjaxUploader_default = AjaxUploader;
// node_modules/rc-upload/es/Upload.js
function empty() {
}
var Upload = function(_Component) {
_inherits(Upload4, _Component);
var _super = _createSuper(Upload4);
function Upload4() {
var _this;
_classCallCheck(this, Upload4);
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
args[_key] = arguments[_key];
}
_this = _super.call.apply(_super, [this].concat(args));
_defineProperty(_assertThisInitialized(_this), "uploader", void 0);
_defineProperty(_assertThisInitialized(_this), "saveUploader", function(node2) {
_this.uploader = node2;
});
return _this;
}
_createClass(Upload4, [{
key: "abort",
value: function abort(file) {
this.uploader.abort(file);
}
}, {
key: "render",
value: function render2() {
return import_react211.default.createElement(AjaxUploader_default, _extends({}, this.props, {
ref: this.saveUploader
}));
}
}]);
return Upload4;
}(import_react211.Component);
_defineProperty(Upload, "defaultProps", {
component: "span",
prefixCls: "rc-upload",
data: {},
headers: {},
name: "file",
multipart: false,
onStart: empty,
onError: empty,
onSuccess: empty,
multiple: false,
beforeUpload: null,
customRequest: null,
withCredentials: false,
openFileDialogOnClick: true,
hasControlInside: false
});
var Upload_default = Upload;
// node_modules/rc-upload/es/index.js
var es_default36 = Upload_default;
// node_modules/antd/es/upload/style/dragger.js
var genDraggerStyle = (token2) => {
const {
componentCls,
iconCls
} = token2;
return {
[`${componentCls}-wrapper`]: {
[`${componentCls}-drag`]: {
position: "relative",
width: "100%",
height: "100%",
textAlign: "center",
background: token2.colorFillAlter,
border: `${unit2(token2.lineWidth)} dashed ${token2.colorBorder}`,
borderRadius: token2.borderRadiusLG,
cursor: "pointer",
transition: `border-color ${token2.motionDurationSlow}`,
[componentCls]: {
padding: token2.padding
},
[`${componentCls}-btn`]: {
display: "table",
width: "100%",
height: "100%",
outline: "none",
borderRadius: token2.borderRadiusLG,
"&:focus-visible": {
outline: `${unit2(token2.lineWidthFocus)} solid ${token2.colorPrimaryBorder}`
}
},
[`${componentCls}-drag-container`]: {
display: "table-cell",
verticalAlign: "middle"
},
[`
&:not(${componentCls}-disabled):hover,
&-hover:not(${componentCls}-disabled)
`]: {
borderColor: token2.colorPrimaryHover
},
[`p${componentCls}-drag-icon`]: {
marginBottom: token2.margin,
[iconCls]: {
color: token2.colorPrimary,
fontSize: token2.uploadThumbnailSize
}
},
[`p${componentCls}-text`]: {
margin: `0 0 ${unit2(token2.marginXXS)}`,
color: token2.colorTextHeading,
fontSize: token2.fontSizeLG
},
[`p${componentCls}-hint`]: {
color: token2.colorTextDescription,
fontSize: token2.fontSize
},
// ===================== Disabled =====================
[`&${componentCls}-disabled`]: {
[`p${componentCls}-drag-icon ${iconCls},
p${componentCls}-text,
p${componentCls}-hint
`]: {
color: token2.colorTextDisabled
}
}
}
}
};
};
var dragger_default = genDraggerStyle;
// node_modules/antd/es/upload/style/list.js
var genListStyle = (token2) => {
const {
componentCls,
iconCls,
fontSize,
lineHeight,
calc
} = token2;
const itemCls = `${componentCls}-list-item`;
const actionsCls = `${itemCls}-actions`;
const actionCls = `${itemCls}-action`;
return {
[`${componentCls}-wrapper`]: {
[`${componentCls}-list`]: Object.assign(Object.assign({}, clearFix()), {
lineHeight: token2.lineHeight,
[itemCls]: {
position: "relative",
height: calc(token2.lineHeight).mul(fontSize).equal(),
marginTop: token2.marginXS,
fontSize,
display: "flex",
alignItems: "center",
transition: `background-color ${token2.motionDurationSlow}`,
borderRadius: token2.borderRadiusSM,
"&:hover": {
backgroundColor: token2.controlItemBgHover
},
[`${itemCls}-name`]: Object.assign(Object.assign({}, textEllipsis), {
padding: `0 ${unit2(token2.paddingXS)}`,
lineHeight,
flex: "auto",
transition: `all ${token2.motionDurationSlow}`
}),
[actionsCls]: {
whiteSpace: "nowrap",
[actionCls]: {
opacity: 0
},
[iconCls]: {
color: token2.actionsColor,
transition: `all ${token2.motionDurationSlow}`
},
[`
${actionCls}:focus-visible,
&.picture ${actionCls}
`]: {
opacity: 1
}
},
[`${componentCls}-icon ${iconCls}`]: {
color: token2.colorIcon,
fontSize
},
[`${itemCls}-progress`]: {
position: "absolute",
bottom: token2.calc(token2.uploadProgressOffset).mul(-1).equal(),
width: "100%",
paddingInlineStart: calc(fontSize).add(token2.paddingXS).equal(),
fontSize,
lineHeight: 0,
pointerEvents: "none",
"> div": {
margin: 0
}
}
},
[`${itemCls}:hover ${actionCls}`]: {
opacity: 1
},
[`${itemCls}-error`]: {
color: token2.colorError,
[`${itemCls}-name, ${componentCls}-icon ${iconCls}`]: {
color: token2.colorError
},
[actionsCls]: {
[`${iconCls}, ${iconCls}:hover`]: {
color: token2.colorError
},
[actionCls]: {
opacity: 1
}
}
},
[`${componentCls}-list-item-container`]: {
transition: `opacity ${token2.motionDurationSlow}, height ${token2.motionDurationSlow}`,
// For smooth removing animation
"&::before": {
display: "table",
width: 0,
height: 0,
content: '""'
}
}
})
}
};
};
var list_default3 = genListStyle;
// node_modules/antd/es/upload/style/motion.js
var genMotionStyle3 = (token2) => {
const {
componentCls
} = token2;
const uploadAnimateInlineIn = new Keyframes_default("uploadAnimateInlineIn", {
from: {
width: 0,
height: 0,
padding: 0,
opacity: 0,
margin: token2.calc(token2.marginXS).div(-2).equal()
}
});
const uploadAnimateInlineOut = new Keyframes_default("uploadAnimateInlineOut", {
to: {
width: 0,
height: 0,
padding: 0,
opacity: 0,
margin: token2.calc(token2.marginXS).div(-2).equal()
}
});
const inlineCls = `${componentCls}-animate-inline`;
return [{
[`${componentCls}-wrapper`]: {
[`${inlineCls}-appear, ${inlineCls}-enter, ${inlineCls}-leave`]: {
animationDuration: token2.motionDurationSlow,
animationTimingFunction: token2.motionEaseInOutCirc,
animationFillMode: "forwards"
},
[`${inlineCls}-appear, ${inlineCls}-enter`]: {
animationName: uploadAnimateInlineIn
},
[`${inlineCls}-leave`]: {
animationName: uploadAnimateInlineOut
}
}
}, {
[`${componentCls}-wrapper`]: initFadeMotion(token2)
}, uploadAnimateInlineIn, uploadAnimateInlineOut];
};
var motion_default4 = genMotionStyle3;
// node_modules/antd/es/upload/style/picture.js
var genPictureStyle = (token2) => {
const {
componentCls,
iconCls,
uploadThumbnailSize,
uploadProgressOffset,
calc
} = token2;
const listCls = `${componentCls}-list`;
const itemCls = `${listCls}-item`;
return {
[`${componentCls}-wrapper`]: {
// ${listCls} 增加优先级
[`
${listCls}${listCls}-picture,
${listCls}${listCls}-picture-card,
${listCls}${listCls}-picture-circle
`]: {
[itemCls]: {
position: "relative",
height: calc(uploadThumbnailSize).add(calc(token2.lineWidth).mul(2)).add(calc(token2.paddingXS).mul(2)).equal(),
padding: token2.paddingXS,
border: `${unit2(token2.lineWidth)} ${token2.lineType} ${token2.colorBorder}`,
borderRadius: token2.borderRadiusLG,
"&:hover": {
background: "transparent"
},
[`${itemCls}-thumbnail`]: Object.assign(Object.assign({}, textEllipsis), {
width: uploadThumbnailSize,
height: uploadThumbnailSize,
lineHeight: unit2(calc(uploadThumbnailSize).add(token2.paddingSM).equal()),
textAlign: "center",
flex: "none",
[iconCls]: {
fontSize: token2.fontSizeHeading2,
color: token2.colorPrimary
},
img: {
display: "block",
width: "100%",
height: "100%",
overflow: "hidden"
}
}),
[`${itemCls}-progress`]: {
bottom: uploadProgressOffset,
width: `calc(100% - ${unit2(calc(token2.paddingSM).mul(2).equal())})`,
marginTop: 0,
paddingInlineStart: calc(uploadThumbnailSize).add(token2.paddingXS).equal()
}
},
[`${itemCls}-error`]: {
borderColor: token2.colorError,
// Adjust the color of the error icon : https://github.com/ant-design/ant-design/pull/24160
[`${itemCls}-thumbnail ${iconCls}`]: {
[`svg path[fill='${blue[0]}']`]: {
fill: token2.colorErrorBg
},
[`svg path[fill='${blue.primary}']`]: {
fill: token2.colorError
}
}
},
[`${itemCls}-uploading`]: {
borderStyle: "dashed",
[`${itemCls}-name`]: {
marginBottom: uploadProgressOffset
}
}
},
[`${listCls}${listCls}-picture-circle ${itemCls}`]: {
[`&, &::before, ${itemCls}-thumbnail`]: {
borderRadius: "50%"
}
}
}
};
};
var genPictureCardStyle = (token2) => {
const {
componentCls,
iconCls,
fontSizeLG,
colorTextLightSolid,
calc
} = token2;
const listCls = `${componentCls}-list`;
const itemCls = `${listCls}-item`;
const uploadPictureCardSize = token2.uploadPicCardSize;
return {
[`
${componentCls}-wrapper${componentCls}-picture-card-wrapper,
${componentCls}-wrapper${componentCls}-picture-circle-wrapper
`]: Object.assign(Object.assign({}, clearFix()), {
display: "block",
[`${componentCls}${componentCls}-select`]: {
width: uploadPictureCardSize,
height: uploadPictureCardSize,
textAlign: "center",
verticalAlign: "top",
backgroundColor: token2.colorFillAlter,
border: `${unit2(token2.lineWidth)} dashed ${token2.colorBorder}`,
borderRadius: token2.borderRadiusLG,
cursor: "pointer",
transition: `border-color ${token2.motionDurationSlow}`,
[`> ${componentCls}`]: {
display: "flex",
alignItems: "center",
justifyContent: "center",
height: "100%",
textAlign: "center"
},
[`&:not(${componentCls}-disabled):hover`]: {
borderColor: token2.colorPrimary
}
},
// list
[`${listCls}${listCls}-picture-card, ${listCls}${listCls}-picture-circle`]: {
display: "flex",
flexWrap: "wrap",
"@supports not (gap: 1px)": {
"& > *": {
marginBlockEnd: token2.marginXS,
marginInlineEnd: token2.marginXS
}
},
"@supports (gap: 1px)": {
gap: token2.marginXS
},
[`${listCls}-item-container`]: {
display: "inline-block",
width: uploadPictureCardSize,
height: uploadPictureCardSize,
verticalAlign: "top"
},
"&::after": {
display: "none"
},
"&::before": {
display: "none"
},
[itemCls]: {
height: "100%",
margin: 0,
"&::before": {
position: "absolute",
zIndex: 1,
width: `calc(100% - ${unit2(calc(token2.paddingXS).mul(2).equal())})`,
height: `calc(100% - ${unit2(calc(token2.paddingXS).mul(2).equal())})`,
backgroundColor: token2.colorBgMask,
opacity: 0,
transition: `all ${token2.motionDurationSlow}`,
content: '" "'
}
},
[`${itemCls}:hover`]: {
[`&::before, ${itemCls}-actions`]: {
opacity: 1
}
},
[`${itemCls}-actions`]: {
position: "absolute",
insetInlineStart: 0,
zIndex: 10,
width: "100%",
whiteSpace: "nowrap",
textAlign: "center",
opacity: 0,
transition: `all ${token2.motionDurationSlow}`,
[`
${iconCls}-eye,
${iconCls}-download,
${iconCls}-delete
`]: {
zIndex: 10,
width: fontSizeLG,
margin: `0 ${unit2(token2.marginXXS)}`,
fontSize: fontSizeLG,
cursor: "pointer",
transition: `all ${token2.motionDurationSlow}`,
color: colorTextLightSolid,
"&:hover": {
color: colorTextLightSolid
},
svg: {
verticalAlign: "baseline"
}
}
},
[`${itemCls}-thumbnail, ${itemCls}-thumbnail img`]: {
position: "static",
display: "block",
width: "100%",
height: "100%",
objectFit: "contain"
},
[`${itemCls}-name`]: {
display: "none",
textAlign: "center"
},
[`${itemCls}-file + ${itemCls}-name`]: {
position: "absolute",
bottom: token2.margin,
display: "block",
width: `calc(100% - ${unit2(calc(token2.paddingXS).mul(2).equal())})`
},
[`${itemCls}-uploading`]: {
[`&${itemCls}`]: {
backgroundColor: token2.colorFillAlter
},
[`&::before, ${iconCls}-eye, ${iconCls}-download, ${iconCls}-delete`]: {
display: "none"
}
},
[`${itemCls}-progress`]: {
bottom: token2.marginXL,
width: `calc(100% - ${unit2(calc(token2.paddingXS).mul(2).equal())})`,
paddingInlineStart: 0
}
}
}),
[`${componentCls}-wrapper${componentCls}-picture-circle-wrapper`]: {
[`${componentCls}${componentCls}-select`]: {
borderRadius: "50%"
}
}
};
};
// node_modules/antd/es/upload/style/rtl.js
var genRtlStyle4 = (token2) => {
const {
componentCls
} = token2;
return {
[`${componentCls}-rtl`]: {
direction: "rtl"
}
};
};
var rtl_default4 = genRtlStyle4;
// node_modules/antd/es/upload/style/index.js
var genBaseStyle19 = (token2) => {
const {
componentCls,
colorTextDisabled
} = token2;
return {
[`${componentCls}-wrapper`]: Object.assign(Object.assign({}, resetComponent(token2)), {
[componentCls]: {
outline: 0,
"input[type='file']": {
cursor: "pointer"
}
},
[`${componentCls}-select`]: {
display: "inline-block"
},
[`${componentCls}-hidden`]: {
display: "none"
},
[`${componentCls}-disabled`]: {
color: colorTextDisabled,
cursor: "not-allowed"
}
})
};
};
var prepareComponentToken58 = (token2) => ({
actionsColor: token2.colorIcon,
pictureCardSize: token2.controlHeightLG * 2.55
});
var style_default64 = genStyleHooks("Upload", (token2) => {
const {
fontSizeHeading3,
fontHeight,
lineWidth,
pictureCardSize,
calc
} = token2;
const uploadToken = merge2(token2, {
uploadThumbnailSize: calc(fontSizeHeading3).mul(2).equal(),
uploadProgressOffset: calc(calc(fontHeight).div(2)).add(lineWidth).equal(),
uploadPicCardSize: pictureCardSize
});
return [genBaseStyle19(uploadToken), dragger_default(uploadToken), genPictureStyle(uploadToken), genPictureCardStyle(uploadToken), list_default3(uploadToken), motion_default4(uploadToken), rtl_default4(uploadToken), collapse_default(uploadToken)];
}, prepareComponentToken58);
// node_modules/antd/es/upload/UploadList/index.js
var React623 = __toESM(require_react());
var import_classnames278 = __toESM(require_classnames());
// node_modules/antd/es/upload/utils.js
function file2Obj(file) {
return Object.assign(Object.assign({}, file), {
lastModified: file.lastModified,
lastModifiedDate: file.lastModifiedDate,
name: file.name,
size: file.size,
type: file.type,
uid: file.uid,
percent: 0,
originFileObj: file
});
}
function updateFileList(file, fileList) {
const nextFileList = _toConsumableArray(fileList);
const fileIndex = nextFileList.findIndex(({
uid: uid3
}) => uid3 === file.uid);
if (fileIndex === -1) {
nextFileList.push(file);
} else {
nextFileList[fileIndex] = file;
}
return nextFileList;
}
function getFileItem(file, fileList) {
const matchKey = file.uid !== void 0 ? "uid" : "name";
return fileList.filter((item) => item[matchKey] === file[matchKey])[0];
}
function removeFileItem(file, fileList) {
const matchKey = file.uid !== void 0 ? "uid" : "name";
const removed = fileList.filter((item) => item[matchKey] !== file[matchKey]);
if (removed.length === fileList.length) {
return null;
}
return removed;
}
var extname = (url2 = "") => {
const temp = url2.split("/");
const filename = temp[temp.length - 1];
const filenameWithoutSuffix = filename.split(/#|\?/)[0];
return (/\.[^./\\]*$/.exec(filenameWithoutSuffix) || [""])[0];
};
var isImageFileType = (type5) => type5.indexOf("image/") === 0;
var isImageUrl = (file) => {
if (file.type && !file.thumbUrl) {
return isImageFileType(file.type);
}
const url2 = file.thumbUrl || file.url || "";
const extension = extname(url2);
if (/^data:image\//.test(url2) || /(webp|svg|png|gif|jpg|jpeg|jfif|bmp|dpg|ico|heic|heif)$/i.test(extension)) {
return true;
}
if (/^data:/.test(url2)) {
return false;
}
if (extension) {
return false;
}
return true;
};
var MEASURE_SIZE = 200;
function previewImage(file) {
return new Promise((resolve) => {
if (!file.type || !isImageFileType(file.type)) {
resolve("");
return;
}
const canvas = document.createElement("canvas");
canvas.width = MEASURE_SIZE;
canvas.height = MEASURE_SIZE;
canvas.style.cssText = `position: fixed; left: 0; top: 0; width: ${MEASURE_SIZE}px; height: ${MEASURE_SIZE}px; z-index: 9999; display: none;`;
document.body.appendChild(canvas);
const ctx = canvas.getContext("2d");
const img = new Image();
img.onload = () => {
const {
width,
height
} = img;
let drawWidth = MEASURE_SIZE;
let drawHeight = MEASURE_SIZE;
let offsetX = 0;
let offsetY = 0;
if (width > height) {
drawHeight = height * (MEASURE_SIZE / width);
offsetY = -(drawHeight - drawWidth) / 2;
} else {
drawWidth = width * (MEASURE_SIZE / height);
offsetX = -(drawWidth - drawHeight) / 2;
}
ctx.drawImage(img, offsetX, offsetY, drawWidth, drawHeight);
const dataURL = canvas.toDataURL();
document.body.removeChild(canvas);
window.URL.revokeObjectURL(img.src);
resolve(dataURL);
};
img.crossOrigin = "anonymous";
if (file.type.startsWith("image/svg+xml")) {
const reader = new FileReader();
reader.onload = () => {
if (reader.result && typeof reader.result === "string") {
img.src = reader.result;
}
};
reader.readAsDataURL(file);
} else if (file.type.startsWith("image/gif")) {
const reader = new FileReader();
reader.onload = () => {
if (reader.result) {
resolve(reader.result);
}
};
reader.readAsDataURL(file);
} else {
img.src = window.URL.createObjectURL(file);
}
});
}
// node_modules/antd/es/upload/UploadList/ListItem.js
var React622 = __toESM(require_react());
var import_classnames277 = __toESM(require_classnames());
var ListItem2 = React622.forwardRef(({
prefixCls,
className,
style: style2,
locale: locale6,
listType,
file,
items,
progress: progressProps,
iconRender,
actionIconRender,
itemRender,
isImgUrl,
showPreviewIcon,
showRemoveIcon,
showDownloadIcon,
previewIcon: customPreviewIcon,
removeIcon: customRemoveIcon,
downloadIcon: customDownloadIcon,
extra: customExtra,
onPreview,
onDownload,
onClose
}, ref) => {
var _a, _b;
const {
status
} = file;
const [mergedStatus, setMergedStatus] = React622.useState(status);
React622.useEffect(() => {
if (status !== "removed") {
setMergedStatus(status);
}
}, [status]);
const [showProgress, setShowProgress] = React622.useState(false);
React622.useEffect(() => {
const timer = setTimeout(() => {
setShowProgress(true);
}, 300);
return () => {
clearTimeout(timer);
};
}, []);
const iconNode = iconRender(file);
let icon = React622.createElement("div", {
className: `${prefixCls}-icon`
}, iconNode);
if (listType === "picture" || listType === "picture-card" || listType === "picture-circle") {
if (mergedStatus === "uploading" || !file.thumbUrl && !file.url) {
const uploadingClassName = (0, import_classnames277.default)(`${prefixCls}-list-item-thumbnail`, {
[`${prefixCls}-list-item-file`]: mergedStatus !== "uploading"
});
icon = React622.createElement("div", {
className: uploadingClassName
}, iconNode);
} else {
const thumbnail = (isImgUrl === null || isImgUrl === void 0 ? void 0 : isImgUrl(file)) ? React622.createElement("img", {
src: file.thumbUrl || file.url,
alt: file.name,
className: `${prefixCls}-list-item-image`,
crossOrigin: file.crossOrigin
}) : iconNode;
const aClassName = (0, import_classnames277.default)(`${prefixCls}-list-item-thumbnail`, {
[`${prefixCls}-list-item-file`]: isImgUrl && !isImgUrl(file)
});
icon = React622.createElement("a", {
className: aClassName,
onClick: (e3) => onPreview(file, e3),
href: file.url || file.thumbUrl,
target: "_blank",
rel: "noopener noreferrer"
}, thumbnail);
}
}
const listItemClassName = (0, import_classnames277.default)(`${prefixCls}-list-item`, `${prefixCls}-list-item-${mergedStatus}`);
const linkProps = typeof file.linkProps === "string" ? JSON.parse(file.linkProps) : file.linkProps;
const removeIcon = (typeof showRemoveIcon === "function" ? showRemoveIcon(file) : showRemoveIcon) ? actionIconRender(
(typeof customRemoveIcon === "function" ? customRemoveIcon(file) : customRemoveIcon) || React622.createElement(DeleteOutlined_default, null),
() => onClose(file),
prefixCls,
locale6.removeFile,
// acceptUploadDisabled is true, only remove icon will follow Upload disabled prop
// https://github.com/ant-design/ant-design/issues/46171
true
) : null;
const downloadIcon = (typeof showDownloadIcon === "function" ? showDownloadIcon(file) : showDownloadIcon) && mergedStatus === "done" ? actionIconRender((typeof customDownloadIcon === "function" ? customDownloadIcon(file) : customDownloadIcon) || React622.createElement(DownloadOutlined_default, null), () => onDownload(file), prefixCls, locale6.downloadFile) : null;
const downloadOrDelete = listType !== "picture-card" && listType !== "picture-circle" && React622.createElement("span", {
key: "download-delete",
className: (0, import_classnames277.default)(`${prefixCls}-list-item-actions`, {
picture: listType === "picture"
})
}, downloadIcon, removeIcon);
const extraContent = typeof customExtra === "function" ? customExtra(file) : customExtra;
const extra = extraContent && React622.createElement("span", {
className: `${prefixCls}-list-item-extra`
}, extraContent);
const listItemNameClass = (0, import_classnames277.default)(`${prefixCls}-list-item-name`);
const fileName = file.url ? React622.createElement("a", Object.assign({
key: "view",
target: "_blank",
rel: "noopener noreferrer",
className: listItemNameClass,
title: file.name
}, linkProps, {
href: file.url,
onClick: (e3) => onPreview(file, e3)
}), file.name, extra) : React622.createElement("span", {
key: "view",
className: listItemNameClass,
onClick: (e3) => onPreview(file, e3),
title: file.name
}, file.name, extra);
const previewIcon = (typeof showPreviewIcon === "function" ? showPreviewIcon(file) : showPreviewIcon) && (file.url || file.thumbUrl) ? React622.createElement("a", {
href: file.url || file.thumbUrl,
target: "_blank",
rel: "noopener noreferrer",
onClick: (e3) => onPreview(file, e3),
title: locale6.previewFile
}, typeof customPreviewIcon === "function" ? customPreviewIcon(file) : customPreviewIcon || React622.createElement(EyeOutlined_default, null)) : null;
const pictureCardActions = (listType === "picture-card" || listType === "picture-circle") && mergedStatus !== "uploading" && React622.createElement("span", {
className: `${prefixCls}-list-item-actions`
}, previewIcon, mergedStatus === "done" && downloadIcon, removeIcon);
const {
getPrefixCls
} = React622.useContext(ConfigContext);
const rootPrefixCls = getPrefixCls();
const dom = React622.createElement("div", {
className: listItemClassName
}, icon, fileName, downloadOrDelete, pictureCardActions, showProgress && React622.createElement(es_default2, {
motionName: `${rootPrefixCls}-fade`,
visible: mergedStatus === "uploading",
motionDeadline: 2e3
}, ({
className: motionClassName
}) => {
const loadingProgress = "percent" in file ? React622.createElement(progress_default2, Object.assign({
type: "line",
percent: file.percent,
"aria-label": file["aria-label"],
"aria-labelledby": file["aria-labelledby"]
}, progressProps)) : null;
return React622.createElement("div", {
className: (0, import_classnames277.default)(`${prefixCls}-list-item-progress`, motionClassName)
}, loadingProgress);
}));
const message2 = file.response && typeof file.response === "string" ? file.response : ((_a = file.error) === null || _a === void 0 ? void 0 : _a.statusText) || ((_b = file.error) === null || _b === void 0 ? void 0 : _b.message) || locale6.uploadError;
const item = mergedStatus === "error" ? React622.createElement(tooltip_default, {
title: message2,
getPopupContainer: (node2) => node2.parentNode
}, dom) : dom;
return React622.createElement("div", {
className: (0, import_classnames277.default)(`${prefixCls}-list-item-container`, className),
style: style2,
ref
}, itemRender ? itemRender(item, file, items, {
download: onDownload.bind(null, file),
preview: onPreview.bind(null, file),
remove: onClose.bind(null, file)
}) : item);
});
var ListItem_default2 = ListItem2;
// node_modules/antd/es/upload/UploadList/index.js
var InternalUploadList = (props, ref) => {
const {
listType = "text",
previewFile = previewImage,
onPreview,
onDownload,
onRemove,
locale: locale6,
iconRender,
isImageUrl: isImgUrl = isImageUrl,
prefixCls: customizePrefixCls,
items = [],
showPreviewIcon = true,
showRemoveIcon = true,
showDownloadIcon = false,
removeIcon,
previewIcon,
downloadIcon,
extra,
progress = {
size: [-1, 2],
showInfo: false
},
appendAction,
appendActionVisible = true,
itemRender,
disabled
} = props;
const [, forceUpdate] = useForceUpdate();
const [motionAppear, setMotionAppear] = React623.useState(false);
const isPictureCardOrCirle = ["picture-card", "picture-circle"].includes(listType);
React623.useEffect(() => {
if (!listType.startsWith("picture")) {
return;
}
(items || []).forEach((file) => {
if (!(file.originFileObj instanceof File || file.originFileObj instanceof Blob) || file.thumbUrl !== void 0) {
return;
}
file.thumbUrl = "";
previewFile === null || previewFile === void 0 ? void 0 : previewFile(file.originFileObj).then((previewDataUrl) => {
file.thumbUrl = previewDataUrl || "";
forceUpdate();
});
});
}, [listType, items, previewFile]);
React623.useEffect(() => {
setMotionAppear(true);
}, []);
const onInternalPreview = (file, e3) => {
if (!onPreview) {
return;
}
e3 === null || e3 === void 0 ? void 0 : e3.preventDefault();
return onPreview(file);
};
const onInternalDownload = (file) => {
if (typeof onDownload === "function") {
onDownload(file);
} else if (file.url) {
window.open(file.url);
}
};
const onInternalClose = (file) => {
onRemove === null || onRemove === void 0 ? void 0 : onRemove(file);
};
const internalIconRender = (file) => {
if (iconRender) {
return iconRender(file, listType);
}
const isLoading = file.status === "uploading";
if (listType.startsWith("picture")) {
const loadingIcon = listType === "picture" ? React623.createElement(LoadingOutlined_default, null) : locale6.uploading;
const fileIcon = (isImgUrl === null || isImgUrl === void 0 ? void 0 : isImgUrl(file)) ? React623.createElement(PictureTwoTone_default, null) : React623.createElement(FileTwoTone_default, null);
return isLoading ? loadingIcon : fileIcon;
}
return isLoading ? React623.createElement(LoadingOutlined_default, null) : React623.createElement(PaperClipOutlined_default, null);
};
const actionIconRender = (customIcon, callback, prefixCls2, title, acceptUploadDisabled) => {
const btnProps = {
type: "text",
size: "small",
title,
onClick: (e3) => {
var _a, _b;
callback();
if (React623.isValidElement(customIcon)) {
(_b = (_a = customIcon.props).onClick) === null || _b === void 0 ? void 0 : _b.call(_a, e3);
}
},
className: `${prefixCls2}-list-item-action`,
disabled: acceptUploadDisabled ? disabled : false
};
return React623.isValidElement(customIcon) ? React623.createElement(button_default2, Object.assign({}, btnProps, {
icon: cloneElement3(customIcon, Object.assign(Object.assign({}, customIcon.props), {
onClick: () => {
}
}))
})) : React623.createElement(button_default2, Object.assign({}, btnProps), React623.createElement("span", null, customIcon));
};
React623.useImperativeHandle(ref, () => ({
handlePreview: onInternalPreview,
handleDownload: onInternalDownload
}));
const {
getPrefixCls
} = React623.useContext(ConfigContext);
const prefixCls = getPrefixCls("upload", customizePrefixCls);
const rootPrefixCls = getPrefixCls();
const listClassNames = (0, import_classnames278.default)(`${prefixCls}-list`, `${prefixCls}-list-${listType}`);
const listItemMotion = React623.useMemo(() => omit(motion_default(rootPrefixCls), ["onAppearEnd", "onEnterEnd", "onLeaveEnd"]), [rootPrefixCls]);
const motionConfig = Object.assign(Object.assign({}, isPictureCardOrCirle ? {} : listItemMotion), {
motionDeadline: 2e3,
motionName: `${prefixCls}-${isPictureCardOrCirle ? "animate-inline" : "animate"}`,
keys: _toConsumableArray(items.map((file) => ({
key: file.uid,
file
}))),
motionAppear
});
return React623.createElement("div", {
className: listClassNames
}, React623.createElement(CSSMotionList_default, Object.assign({}, motionConfig, {
component: false
}), ({
key,
file,
className: motionClassName,
style: motionStyle
}) => React623.createElement(ListItem_default2, {
key,
locale: locale6,
prefixCls,
className: motionClassName,
style: motionStyle,
file,
items,
progress,
listType,
isImgUrl,
showPreviewIcon,
showRemoveIcon,
showDownloadIcon,
removeIcon,
previewIcon,
downloadIcon,
extra,
iconRender: internalIconRender,
actionIconRender,
itemRender,
onPreview: onInternalPreview,
onDownload: onInternalDownload,
onClose: onInternalClose
})), appendAction && React623.createElement(es_default2, Object.assign({}, motionConfig, {
visible: appendActionVisible,
forceRender: true
}), ({
className: motionClassName,
style: motionStyle
}) => cloneElement3(appendAction, (oriProps) => ({
className: (0, import_classnames278.default)(oriProps.className, motionClassName),
style: Object.assign(Object.assign(Object.assign({}, motionStyle), {
// prevent the element has hover css pseudo-class that may cause animation to end prematurely.
pointerEvents: motionClassName ? "none" : void 0
}), oriProps.style)
}))));
};
var UploadList = React623.forwardRef(InternalUploadList);
if (true) {
UploadList.displayName = "UploadList";
}
var UploadList_default = UploadList;
// node_modules/antd/es/upload/Upload.js
var __awaiter2 = function(thisArg, _arguments, P, generator2) {
function adopt(value) {
return value instanceof P ? value : new P(function(resolve) {
resolve(value);
});
}
return new (P || (P = Promise))(function(resolve, reject) {
function fulfilled(value) {
try {
step(generator2.next(value));
} catch (e3) {
reject(e3);
}
}
function rejected(value) {
try {
step(generator2["throw"](value));
} catch (e3) {
reject(e3);
}
}
function step(result) {
result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);
}
step((generator2 = generator2.apply(thisArg, _arguments || [])).next());
});
};
var LIST_IGNORE = `__LIST_IGNORE_${Date.now()}__`;
var InternalUpload = (props, ref) => {
const config = useComponentConfig("upload");
const {
fileList,
defaultFileList,
onRemove,
showUploadList = true,
listType = "text",
onPreview,
onDownload,
onChange,
onDrop,
previewFile,
disabled: customDisabled,
locale: propLocale,
iconRender,
isImageUrl: isImageUrl2,
progress,
prefixCls: customizePrefixCls,
className,
type: type5 = "select",
children,
style: style2,
itemRender,
maxCount,
data = {},
multiple = false,
hasControlInside = true,
action = "",
accept = "",
supportServerRender = true,
rootClassName
} = props;
const disabled = React624.useContext(DisabledContext_default);
const mergedDisabled = customDisabled !== null && customDisabled !== void 0 ? customDisabled : disabled;
const customRequest = props.customRequest || config.customRequest;
const [mergedFileList, setMergedFileList] = useMergedState(defaultFileList || [], {
value: fileList,
postState: (list) => list !== null && list !== void 0 ? list : []
});
const [dragState, setDragState] = React624.useState("drop");
const upload2 = React624.useRef(null);
const wrapRef = React624.useRef(null);
if (true) {
const warning5 = devUseWarning("Upload");
true ? warning5("fileList" in props || !("value" in props), "usage", "`value` is not a valid prop, do you mean `fileList`?") : void 0;
warning5.deprecated(!("transformFile" in props), "transformFile", "beforeUpload");
}
React624.useMemo(() => {
const timestamp = Date.now();
(fileList || []).forEach((file, index3) => {
if (!file.uid && !Object.isFrozen(file)) {
file.uid = `__AUTO__${timestamp}_${index3}__`;
}
});
}, [fileList]);
const onInternalChange = (file, changedFileList, event) => {
let cloneList = _toConsumableArray(changedFileList);
let exceedMaxCount = false;
if (maxCount === 1) {
cloneList = cloneList.slice(-1);
} else if (maxCount) {
exceedMaxCount = cloneList.length > maxCount;
cloneList = cloneList.slice(0, maxCount);
}
(0, import_react_dom10.flushSync)(() => {
setMergedFileList(cloneList);
});
const changeInfo = {
file,
fileList: cloneList
};
if (event) {
changeInfo.event = event;
}
if (!exceedMaxCount || file.status === "removed" || // We should ignore event if current file is exceed `maxCount`
cloneList.some((f) => f.uid === file.uid)) {
(0, import_react_dom10.flushSync)(() => {
onChange === null || onChange === void 0 ? void 0 : onChange(changeInfo);
});
}
};
const mergedBeforeUpload = (file, fileListArgs) => __awaiter2(void 0, void 0, void 0, function* () {
const {
beforeUpload,
transformFile
} = props;
let parsedFile = file;
if (beforeUpload) {
const result = yield beforeUpload(file, fileListArgs);
if (result === false) {
return false;
}
delete file[LIST_IGNORE];
if (result === LIST_IGNORE) {
Object.defineProperty(file, LIST_IGNORE, {
value: true,
configurable: true
});
return false;
}
if (typeof result === "object" && result) {
parsedFile = result;
}
}
if (transformFile) {
parsedFile = yield transformFile(parsedFile);
}
return parsedFile;
});
const onBatchStart = (batchFileInfoList) => {
const filteredFileInfoList = batchFileInfoList.filter((info) => !info.file[LIST_IGNORE]);
if (!filteredFileInfoList.length) {
return;
}
const objectFileList = filteredFileInfoList.map((info) => file2Obj(info.file));
let newFileList = _toConsumableArray(mergedFileList);
objectFileList.forEach((fileObj) => {
newFileList = updateFileList(fileObj, newFileList);
});
objectFileList.forEach((fileObj, index3) => {
let triggerFileObj = fileObj;
if (!filteredFileInfoList[index3].parsedFile) {
const {
originFileObj
} = fileObj;
let clone;
try {
clone = new File([originFileObj], originFileObj.name, {
type: originFileObj.type
});
} catch (_a) {
clone = new Blob([originFileObj], {
type: originFileObj.type
});
clone.name = originFileObj.name;
clone.lastModifiedDate = /* @__PURE__ */ new Date();
clone.lastModified = (/* @__PURE__ */ new Date()).getTime();
}
clone.uid = fileObj.uid;
triggerFileObj = clone;
} else {
fileObj.status = "uploading";
}
onInternalChange(triggerFileObj, newFileList);
});
};
const onSuccess = (response, file, xhr) => {
try {
if (typeof response === "string") {
response = JSON.parse(response);
}
} catch (_a) {
}
if (!getFileItem(file, mergedFileList)) {
return;
}
const targetItem = file2Obj(file);
targetItem.status = "done";
targetItem.percent = 100;
targetItem.response = response;
targetItem.xhr = xhr;
const nextFileList = updateFileList(targetItem, mergedFileList);
onInternalChange(targetItem, nextFileList);
};
const onProgress = (e3, file) => {
if (!getFileItem(file, mergedFileList)) {
return;
}
const targetItem = file2Obj(file);
targetItem.status = "uploading";
targetItem.percent = e3.percent;
const nextFileList = updateFileList(targetItem, mergedFileList);
onInternalChange(targetItem, nextFileList, e3);
};
const onError = (error, response, file) => {
if (!getFileItem(file, mergedFileList)) {
return;
}
const targetItem = file2Obj(file);
targetItem.error = error;
targetItem.response = response;
targetItem.status = "error";
const nextFileList = updateFileList(targetItem, mergedFileList);
onInternalChange(targetItem, nextFileList);
};
const handleRemove = (file) => {
let currentFile;
Promise.resolve(typeof onRemove === "function" ? onRemove(file) : onRemove).then((ret) => {
var _a;
if (ret === false) {
return;
}
const removedFileList = removeFileItem(file, mergedFileList);
if (removedFileList) {
currentFile = Object.assign(Object.assign({}, file), {
status: "removed"
});
mergedFileList === null || mergedFileList === void 0 ? void 0 : mergedFileList.forEach((item) => {
const matchKey = currentFile.uid !== void 0 ? "uid" : "name";
if (item[matchKey] === currentFile[matchKey] && !Object.isFrozen(item)) {
item.status = "removed";
}
});
(_a = upload2.current) === null || _a === void 0 ? void 0 : _a.abort(currentFile);
onInternalChange(currentFile, removedFileList);
}
});
};
const onFileDrop = (e3) => {
setDragState(e3.type);
if (e3.type === "drop") {
onDrop === null || onDrop === void 0 ? void 0 : onDrop(e3);
}
};
React624.useImperativeHandle(ref, () => ({
onBatchStart,
onSuccess,
onProgress,
onError,
fileList: mergedFileList,
upload: upload2.current,
nativeElement: wrapRef.current
}));
const {
getPrefixCls,
direction,
upload: ctxUpload
} = React624.useContext(ConfigContext);
const prefixCls = getPrefixCls("upload", customizePrefixCls);
const rcUploadProps = Object.assign(Object.assign({
onBatchStart,
onError,
onProgress,
onSuccess
}, props), {
customRequest,
data,
multiple,
action,
accept,
supportServerRender,
prefixCls,
disabled: mergedDisabled,
beforeUpload: mergedBeforeUpload,
onChange: void 0,
hasControlInside
});
delete rcUploadProps.className;
delete rcUploadProps.style;
if (!children || mergedDisabled) {
delete rcUploadProps.id;
}
const wrapperCls = `${prefixCls}-wrapper`;
const [wrapCSSVar, hashId, cssVarCls] = style_default64(prefixCls, wrapperCls);
const [contextLocale] = useLocale_default("Upload", en_US_default6.Upload);
const {
showRemoveIcon,
showPreviewIcon,
showDownloadIcon,
removeIcon,
previewIcon,
downloadIcon,
extra
} = typeof showUploadList === "boolean" ? {} : showUploadList;
const realShowRemoveIcon = typeof showRemoveIcon === "undefined" ? !mergedDisabled : showRemoveIcon;
const renderUploadList = (button, buttonVisible) => {
if (!showUploadList) {
return button;
}
return React624.createElement(UploadList_default, {
prefixCls,
listType,
items: mergedFileList,
previewFile,
onPreview,
onDownload,
onRemove: handleRemove,
showRemoveIcon: realShowRemoveIcon,
showPreviewIcon,
showDownloadIcon,
removeIcon,
previewIcon,
downloadIcon,
iconRender,
extra,
locale: Object.assign(Object.assign({}, contextLocale), propLocale),
isImageUrl: isImageUrl2,
progress,
appendAction: button,
appendActionVisible: buttonVisible,
itemRender,
disabled: mergedDisabled
});
};
const mergedCls = (0, import_classnames279.default)(wrapperCls, className, rootClassName, hashId, cssVarCls, ctxUpload === null || ctxUpload === void 0 ? void 0 : ctxUpload.className, {
[`${prefixCls}-rtl`]: direction === "rtl",
[`${prefixCls}-picture-card-wrapper`]: listType === "picture-card",
[`${prefixCls}-picture-circle-wrapper`]: listType === "picture-circle"
});
const mergedStyle = Object.assign(Object.assign({}, ctxUpload === null || ctxUpload === void 0 ? void 0 : ctxUpload.style), style2);
if (type5 === "drag") {
const dragCls = (0, import_classnames279.default)(hashId, prefixCls, `${prefixCls}-drag`, {
[`${prefixCls}-drag-uploading`]: mergedFileList.some((file) => file.status === "uploading"),
[`${prefixCls}-drag-hover`]: dragState === "dragover",
[`${prefixCls}-disabled`]: mergedDisabled,
[`${prefixCls}-rtl`]: direction === "rtl"
});
return wrapCSSVar(React624.createElement("span", {
className: mergedCls,
ref: wrapRef
}, React624.createElement("div", {
className: dragCls,
style: mergedStyle,
onDrop: onFileDrop,
onDragOver: onFileDrop,
onDragLeave: onFileDrop
}, React624.createElement(es_default36, Object.assign({}, rcUploadProps, {
ref: upload2,
className: `${prefixCls}-btn`
}), React624.createElement("div", {
className: `${prefixCls}-drag-container`
}, children))), renderUploadList()));
}
const uploadBtnCls = (0, import_classnames279.default)(prefixCls, `${prefixCls}-select`, {
[`${prefixCls}-disabled`]: mergedDisabled,
[`${prefixCls}-hidden`]: !children
});
const uploadButton = React624.createElement("div", {
className: uploadBtnCls,
style: mergedStyle
}, React624.createElement(es_default36, Object.assign({}, rcUploadProps, {
ref: upload2
})));
if (listType === "picture-card" || listType === "picture-circle") {
return wrapCSSVar(React624.createElement("span", {
className: mergedCls,
ref: wrapRef
}, renderUploadList(uploadButton, !!children)));
}
return wrapCSSVar(React624.createElement("span", {
className: mergedCls,
ref: wrapRef
}, uploadButton, renderUploadList()));
};
var Upload2 = React624.forwardRef(InternalUpload);
if (true) {
Upload2.displayName = "Upload";
}
var Upload_default2 = Upload2;
// node_modules/antd/es/upload/Dragger.js
var __rest117 = function(s, e3) {
var t2 = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e3.indexOf(p) < 0) t2[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e3.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t2[p[i]] = s[p[i]];
}
return t2;
};
var Dragger = React625.forwardRef((props, ref) => {
const {
style: style2,
height,
hasControlInside = false,
children
} = props, restProps = __rest117(props, ["style", "height", "hasControlInside", "children"]);
const mergedStyle = Object.assign(Object.assign({}, style2), {
height
});
return React625.createElement(Upload_default2, Object.assign({
ref,
hasControlInside
}, restProps, {
style: mergedStyle,
type: "drag"
}), children);
});
if (true) {
Dragger.displayName = "Dragger";
}
var Dragger_default = Dragger;
// node_modules/antd/es/upload/index.js
var Upload3 = Upload_default2;
Upload3.Dragger = Dragger_default;
Upload3.LIST_IGNORE = LIST_IGNORE;
var upload_default = Upload3;
// node_modules/antd/es/watermark/index.js
var import_react216 = __toESM(require_react());
// node_modules/@rc-component/mutate-observer/es/MutateObserver.js
var import_react213 = __toESM(require_react());
// node_modules/@rc-component/mutate-observer/es/wrapper.js
var import_react212 = __toESM(require_react());
var DomWrapper3 = function(_React$Component) {
_inherits(DomWrapper4, _React$Component);
var _super = _createSuper(DomWrapper4);
function DomWrapper4() {
_classCallCheck(this, DomWrapper4);
return _super.apply(this, arguments);
}
_createClass(DomWrapper4, [{
key: "render",
value: function render2() {
return this.props.children;
}
}]);
return DomWrapper4;
}(import_react212.default.Component);
// node_modules/@rc-component/mutate-observer/es/useMutateObserver.js
var React627 = __toESM(require_react());
var defaultOptions = {
subtree: true,
childList: true,
attributeFilter: ["style", "class"]
};
function useMutateObserver(nodeOrList, callback) {
var options = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : defaultOptions;
React627.useEffect(function() {
if (!canUseDom() || !nodeOrList) {
return;
}
var instance;
var nodeList = Array.isArray(nodeOrList) ? nodeOrList : [nodeOrList];
if ("MutationObserver" in window) {
instance = new MutationObserver(callback);
nodeList.forEach(function(element) {
instance.observe(element, options);
});
}
return function() {
var _instance, _instance2;
(_instance = instance) === null || _instance === void 0 ? void 0 : _instance.takeRecords();
(_instance2 = instance) === null || _instance2 === void 0 ? void 0 : _instance2.disconnect();
};
}, [options, nodeOrList]);
}
// node_modules/antd/es/watermark/index.js
var import_classnames280 = __toESM(require_classnames());
// node_modules/antd/es/watermark/useClips.js
var import_react214 = __toESM(require_react());
var FontGap = 3;
var prepareCanvas = (width, height, ratio = 1) => {
const canvas = document.createElement("canvas");
const ctx = canvas.getContext("2d");
const realWidth = width * ratio;
const realHeight = height * ratio;
canvas.setAttribute("width", `${realWidth}px`);
canvas.setAttribute("height", `${realHeight}px`);
ctx.save();
return [ctx, canvas, realWidth, realHeight];
};
var getRotatePos = (x, y, angle) => {
const targetX = x * Math.cos(angle) - y * Math.sin(angle);
const targetY = x * Math.sin(angle) + y * Math.cos(angle);
return [targetX, targetY];
};
var useClips = () => {
const getClips = (content, rotate, ratio, width, height, font, gapX, gapY) => {
const [ctx, canvas, contentWidth, contentHeight] = prepareCanvas(width, height, ratio);
if (content instanceof HTMLImageElement) {
ctx.drawImage(content, 0, 0, contentWidth, contentHeight);
} else {
const {
color,
fontSize,
fontStyle,
fontWeight,
fontFamily,
textAlign
} = font;
const mergedFontSize = Number(fontSize) * ratio;
ctx.font = `${fontStyle} normal ${fontWeight} ${mergedFontSize}px/${height}px ${fontFamily}`;
ctx.fillStyle = color;
ctx.textAlign = textAlign;
ctx.textBaseline = "top";
const contents = toList_default(content);
contents === null || contents === void 0 ? void 0 : contents.forEach((item, index3) => {
ctx.fillText(item !== null && item !== void 0 ? item : "", contentWidth / 2, index3 * (mergedFontSize + FontGap * ratio));
});
}
const angle = Math.PI / 180 * Number(rotate);
const maxSize = Math.max(width, height);
const [rCtx, rCanvas, realMaxSize] = prepareCanvas(maxSize, maxSize, ratio);
rCtx.translate(realMaxSize / 2, realMaxSize / 2);
rCtx.rotate(angle);
if (contentWidth > 0 && contentHeight > 0) {
rCtx.drawImage(canvas, -contentWidth / 2, -contentHeight / 2);
}
let left = 0;
let right = 0;
let top = 0;
let bottom = 0;
const halfWidth = contentWidth / 2;
const halfHeight = contentHeight / 2;
const points = [[0 - halfWidth, 0 - halfHeight], [0 + halfWidth, 0 - halfHeight], [0 + halfWidth, 0 + halfHeight], [0 - halfWidth, 0 + halfHeight]];
points.forEach(([x, y]) => {
const [targetX, targetY] = getRotatePos(x, y, angle);
left = Math.min(left, targetX);
right = Math.max(right, targetX);
top = Math.min(top, targetY);
bottom = Math.max(bottom, targetY);
});
const cutLeft = left + realMaxSize / 2;
const cutTop = top + realMaxSize / 2;
const cutWidth = right - left;
const cutHeight = bottom - top;
const realGapX = gapX * ratio;
const realGapY = gapY * ratio;
const filledWidth = (cutWidth + realGapX) * 2;
const filledHeight = cutHeight + realGapY;
const [fCtx, fCanvas] = prepareCanvas(filledWidth, filledHeight);
const drawImg = (targetX = 0, targetY = 0) => {
fCtx.drawImage(rCanvas, cutLeft, cutTop, cutWidth, cutHeight, targetX, targetY, cutWidth, cutHeight);
};
drawImg();
drawImg(cutWidth + realGapX, -cutHeight / 2 - realGapY / 2);
drawImg(cutWidth + realGapX, +cutHeight / 2 + realGapY / 2);
return [fCanvas.toDataURL(), filledWidth / ratio, filledHeight / ratio];
};
return import_react214.default.useCallback(getClips, []);
};
var useClips_default = useClips;
// node_modules/antd/es/watermark/useRafDebounce.js
var import_react215 = __toESM(require_react());
function useRafDebounce(callback) {
const executeRef = import_react215.default.useRef(false);
const rafRef = import_react215.default.useRef(null);
const wrapperCallback = useEvent(callback);
return () => {
if (executeRef.current) {
return;
}
executeRef.current = true;
wrapperCallback();
rafRef.current = raf_default(() => {
executeRef.current = false;
});
};
}
// node_modules/antd/es/watermark/useSingletonCache.js
var React631 = __toESM(require_react());
function useSingletonCache() {
const cacheRef = React631.useRef([null, null]);
const getCache = (cacheKeys, callback) => {
const filteredKeys = cacheKeys.map((item) => item instanceof HTMLElement || Number.isNaN(item) ? "" : item);
if (!isEqual_default(cacheRef.current[0], filteredKeys)) {
cacheRef.current = [filteredKeys, callback()];
}
return cacheRef.current[1];
};
return getCache;
}
// node_modules/antd/es/watermark/useWatermark.js
var React632 = __toESM(require_react());
// node_modules/antd/es/watermark/utils.js
function toLowercaseSeparator(key) {
return key.replace(/([A-Z])/g, "-$1").toLowerCase();
}
function getStyleStr(style2) {
return Object.keys(style2).map((key) => `${toLowercaseSeparator(key)}: ${style2[key]};`).join(" ");
}
function getPixelRatio() {
return window.devicePixelRatio || 1;
}
var reRendering = (mutation, isWatermarkEle) => {
let flag = false;
if (mutation.removedNodes.length) {
flag = Array.from(mutation.removedNodes).some((node2) => isWatermarkEle(node2));
}
if (mutation.type === "attributes" && isWatermarkEle(mutation.target)) {
flag = true;
}
return flag;
};
// node_modules/antd/es/watermark/useWatermark.js
var emphasizedStyle = {
visibility: "visible !important"
};
function useWatermark(markStyle) {
const watermarkMap = React632.useRef(/* @__PURE__ */ new Map());
const appendWatermark = (base64Url, markWidth, container) => {
if (container) {
if (!watermarkMap.current.get(container)) {
const newWatermarkEle = document.createElement("div");
watermarkMap.current.set(container, newWatermarkEle);
}
const watermarkEle = watermarkMap.current.get(container);
watermarkEle.setAttribute("style", getStyleStr(Object.assign(Object.assign(Object.assign({}, markStyle), {
backgroundImage: `url('${base64Url}')`,
backgroundSize: `${Math.floor(markWidth)}px`
}), emphasizedStyle)));
watermarkEle.removeAttribute("class");
watermarkEle.removeAttribute("hidden");
if (watermarkEle.parentElement !== container) {
container.append(watermarkEle);
}
}
return watermarkMap.current.get(container);
};
const removeWatermark = (container) => {
const watermarkEle = watermarkMap.current.get(container);
if (watermarkEle && container) {
container.removeChild(watermarkEle);
}
watermarkMap.current.delete(container);
};
const isWatermarkEle = (ele) => Array.from(watermarkMap.current.values()).includes(ele);
return [appendWatermark, removeWatermark, isWatermarkEle];
}
// node_modules/antd/es/watermark/index.js
function getSizeDiff(prev2, next2) {
return prev2.size === next2.size ? prev2 : next2;
}
var DEFAULT_GAP_X = 100;
var DEFAULT_GAP_Y = 100;
var fixedStyle = {
position: "relative",
overflow: "hidden"
};
var Watermark = (props) => {
var _a, _b;
const {
/**
* The antd content layer zIndex is basically below 10
* https://github.com/ant-design/ant-design/blob/6192403b2ce517c017f9e58a32d58774921c10cd/components/style/themes/default.less#L335
*/
zIndex = 9,
rotate = -22,
width,
height,
image,
content,
font = {},
style: style2,
className,
rootClassName,
gap = [DEFAULT_GAP_X, DEFAULT_GAP_Y],
offset: offset3,
children,
inherit = true
} = props;
const mergedStyle = Object.assign(Object.assign({}, fixedStyle), style2);
const [, token2] = useToken();
const {
color = token2.colorFill,
fontSize = token2.fontSizeLG,
fontWeight = "normal",
fontStyle = "normal",
fontFamily = "sans-serif",
textAlign = "center"
} = font;
const [gapX = DEFAULT_GAP_X, gapY = DEFAULT_GAP_Y] = gap;
const gapXCenter = gapX / 2;
const gapYCenter = gapY / 2;
const offsetLeft = (_a = offset3 === null || offset3 === void 0 ? void 0 : offset3[0]) !== null && _a !== void 0 ? _a : gapXCenter;
const offsetTop = (_b = offset3 === null || offset3 === void 0 ? void 0 : offset3[1]) !== null && _b !== void 0 ? _b : gapYCenter;
const markStyle = import_react216.default.useMemo(() => {
const mergedMarkStyle = {
zIndex,
position: "absolute",
left: 0,
top: 0,
width: "100%",
height: "100%",
pointerEvents: "none",
backgroundRepeat: "repeat"
};
let positionLeft = offsetLeft - gapXCenter;
let positionTop = offsetTop - gapYCenter;
if (positionLeft > 0) {
mergedMarkStyle.left = `${positionLeft}px`;
mergedMarkStyle.width = `calc(100% - ${positionLeft}px)`;
positionLeft = 0;
}
if (positionTop > 0) {
mergedMarkStyle.top = `${positionTop}px`;
mergedMarkStyle.height = `calc(100% - ${positionTop}px)`;
positionTop = 0;
}
mergedMarkStyle.backgroundPosition = `${positionLeft}px ${positionTop}px`;
return mergedMarkStyle;
}, [zIndex, offsetLeft, gapXCenter, offsetTop, gapYCenter]);
const [container, setContainer] = import_react216.default.useState();
const [subElements, setSubElements] = import_react216.default.useState(() => /* @__PURE__ */ new Set());
const targetElements = import_react216.default.useMemo(() => {
const list = container ? [container] : [];
return [].concat(list, _toConsumableArray(Array.from(subElements)));
}, [container, subElements]);
const getMarkSize = (ctx) => {
let defaultWidth = 120;
let defaultHeight = 64;
if (!image && ctx.measureText) {
ctx.font = `${Number(fontSize)}px ${fontFamily}`;
const contents = toList_default(content);
const sizes2 = contents.map((item) => {
const metrics = ctx.measureText(item);
return [metrics.width, metrics.fontBoundingBoxAscent + metrics.fontBoundingBoxDescent];
});
defaultWidth = Math.ceil(Math.max.apply(Math, _toConsumableArray(sizes2.map((size) => size[0]))));
defaultHeight = Math.ceil(Math.max.apply(Math, _toConsumableArray(sizes2.map((size) => size[1])))) * contents.length + (contents.length - 1) * FontGap;
}
return [width !== null && width !== void 0 ? width : defaultWidth, height !== null && height !== void 0 ? height : defaultHeight];
};
const getClips = useClips_default();
const getClipsCache = useSingletonCache();
const [watermarkInfo, setWatermarkInfo] = import_react216.default.useState(null);
const renderWatermark = () => {
const canvas = document.createElement("canvas");
const ctx = canvas.getContext("2d");
if (ctx) {
const ratio = getPixelRatio();
const [markWidth, markHeight] = getMarkSize(ctx);
const drawCanvas = (drawContent) => {
const params = [drawContent || "", rotate, ratio, markWidth, markHeight, {
color,
fontSize,
fontStyle,
fontWeight,
fontFamily,
textAlign
}, gapX, gapY];
const [nextClips, clipWidth] = getClipsCache(params, () => getClips.apply(void 0, params));
setWatermarkInfo([nextClips, clipWidth]);
};
if (image) {
const img = new Image();
img.onload = () => {
drawCanvas(img);
};
img.onerror = () => {
drawCanvas(content);
};
img.crossOrigin = "anonymous";
img.referrerPolicy = "no-referrer";
img.src = image;
} else {
drawCanvas(content);
}
}
};
const syncWatermark = useRafDebounce(renderWatermark);
const [appendWatermark, removeWatermark, isWatermarkEle] = useWatermark(markStyle);
(0, import_react216.useEffect)(() => {
if (watermarkInfo) {
targetElements.forEach((holder) => {
appendWatermark(watermarkInfo[0], watermarkInfo[1], holder);
});
}
}, [watermarkInfo, targetElements]);
const onMutate = useEvent((mutations) => {
mutations.forEach((mutation) => {
if (reRendering(mutation, isWatermarkEle)) {
syncWatermark();
} else if (mutation.target === container && mutation.attributeName === "style") {
const keyStyles = Object.keys(fixedStyle);
for (let i = 0; i < keyStyles.length; i += 1) {
const key = keyStyles[i];
const oriValue = mergedStyle[key];
const currentValue = container.style[key];
if (oriValue && oriValue !== currentValue) {
container.style[key] = oriValue;
}
}
}
});
});
useMutateObserver(targetElements, onMutate);
(0, import_react216.useEffect)(syncWatermark, [rotate, zIndex, width, height, image, content, color, fontSize, fontWeight, fontStyle, fontFamily, textAlign, gapX, gapY, offsetLeft, offsetTop]);
const watermarkContext = import_react216.default.useMemo(() => ({
add: (ele) => {
setSubElements((prev2) => {
const clone = new Set(prev2);
clone.add(ele);
return getSizeDiff(prev2, clone);
});
},
remove: (ele) => {
removeWatermark(ele);
setSubElements((prev2) => {
const clone = new Set(prev2);
clone.delete(ele);
return getSizeDiff(prev2, clone);
});
}
}), []);
const childNode = inherit ? import_react216.default.createElement(context_default3.Provider, {
value: watermarkContext
}, children) : children;
return import_react216.default.createElement("div", {
ref: setContainer,
className: (0, import_classnames280.default)(className, rootClassName),
style: mergedStyle
}, childNode);
};
if (true) {
Watermark.displayName = "Watermark";
}
var watermark_default = Watermark;
export {
affix_default as Affix,
alert_default as Alert,
anchor_default as Anchor,
app_default as App,
auto_complete_default as AutoComplete,
avatar_default as Avatar,
back_top_default as BackTop,
badge_default as Badge,
breadcrumb_default as Breadcrumb,
button_default2 as Button,
calendar_default as Calendar,
card_default as Card,
carousel_default as Carousel,
cascader_default as Cascader,
checkbox_default as Checkbox,
col_default2 as Col,
collapse_default2 as Collapse,
color_picker_default as ColorPicker,
config_provider_default as ConfigProvider,
date_picker_default as DatePicker,
descriptions_default as Descriptions,
divider_default as Divider,
drawer_default as Drawer,
dropdown_default3 as Dropdown,
empty_default2 as Empty,
flex_default as Flex,
float_button_default as FloatButton,
form_default as Form,
grid_default as Grid,
image_default as Image,
input_default2 as Input,
input_number_default as InputNumber,
layout_default2 as Layout,
list_default as List,
mentions_default as Mentions,
menu_default2 as Menu,
modal_default as Modal,
pagination_default as Pagination,
popconfirm_default as Popconfirm,
popover_default as Popover,
progress_default2 as Progress,
qr_code_default as QRCode,
radio_default2 as Radio,
rate_default as Rate,
result_default as Result,
row_default2 as Row,
segmented_default as Segmented,
select_default as Select,
skeleton_default as Skeleton,
slider_default as Slider,
space_default as Space,
spin_default as Spin,
splitter_default as Splitter,
statistic_default2 as Statistic,
steps_default as Steps,
switch_default as Switch,
table_default as Table,
tabs_default as Tabs,
tag_default as Tag,
time_picker_default as TimePicker,
timeline_default as Timeline,
tooltip_default as Tooltip,
tour_default as Tour,
transfer_default as Transfer,
tree_default as Tree,
tree_select_default as TreeSelect,
typography_default as Typography,
upload_default as Upload,
watermark_default as Watermark,
message_default as message,
notification_default as notification,
theme_default3 as theme,
unstableSetRender,
version_default2 as version
};
/*! Bundled license information:
@babel/runtime/helpers/esm/regenerator.js:
(*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE *)
*/
//# sourceMappingURL=antd.js.map