mig-schema-table 4.2.10 → 4.2.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -70,13 +70,13 @@ export interface ISchemaTableProps<T> {
|
|
|
70
70
|
export interface IDateColumnFilterValue {
|
|
71
71
|
from?: Date;
|
|
72
72
|
to?: Date;
|
|
73
|
-
filterEmpty?:
|
|
73
|
+
filterEmpty?: boolean;
|
|
74
74
|
}
|
|
75
75
|
export interface INumberColumnFilterValue {
|
|
76
76
|
[ENumberColumnFilterOperation.GT]: number;
|
|
77
77
|
[ENumberColumnFilterOperation.LT]: number;
|
|
78
78
|
[ENumberColumnFilterOperation.EQ]: number;
|
|
79
|
-
filterEmpty?:
|
|
79
|
+
filterEmpty?: boolean;
|
|
80
80
|
}
|
|
81
81
|
export type TColumnFilterValue = string | boolean | number | IDateColumnFilterValue | INumberColumnFilterValue | null;
|
|
82
82
|
declare const MemoizedSchemaTable: <T>({ Heading, checkedIndexes, config, CustomElement, customElementProps, data, defaultColumnFilters, defaultSortAsc, defaultSortColumn, disabledCheckedIndexes, enableAutoFocus, enableRowCounter, getRowClassName, getRowSelected, infiniteLoaderRef, isColumnFilterable, isExportable, isResizable, isSearchable, isSortable, maxHeight, onCheckedIndexesChange, onRowClick, onRowDoubleClick, onSearchEnter, rowHeight, schema, searchPlaceholder, settingsStorageKey, style, translate, useFilterStateHash, width, tableRef, loadMoreItems, itemCount, }: ISchemaTableProps<T>) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -139,7 +139,7 @@ function h0() {
|
|
|
139
139
|
function kt() {
|
|
140
140
|
}
|
|
141
141
|
kt.__reactDisabledLog = !0;
|
|
142
|
-
function
|
|
142
|
+
function gt() {
|
|
143
143
|
{
|
|
144
144
|
if (G === 0) {
|
|
145
145
|
ue = console.log, ne = console.info, ve = console.warn, Ee = console.error, je = console.group, Ke = console.groupCollapsed, ht = console.groupEnd;
|
|
@@ -162,7 +162,7 @@ function h0() {
|
|
|
162
162
|
G++;
|
|
163
163
|
}
|
|
164
164
|
}
|
|
165
|
-
function
|
|
165
|
+
function vt() {
|
|
166
166
|
{
|
|
167
167
|
if (G--, G === 0) {
|
|
168
168
|
var y = {
|
|
@@ -229,7 +229,7 @@ function h0() {
|
|
|
229
229
|
var le = Error.prepareStackTrace;
|
|
230
230
|
Error.prepareStackTrace = void 0;
|
|
231
231
|
var ye;
|
|
232
|
-
ye = Ne.current, Ne.current = null,
|
|
232
|
+
ye = Ne.current, Ne.current = null, gt();
|
|
233
233
|
try {
|
|
234
234
|
if (Y) {
|
|
235
235
|
var fe = function() {
|
|
@@ -265,14 +265,14 @@ function h0() {
|
|
|
265
265
|
} catch (Yt) {
|
|
266
266
|
if (Yt && Q && typeof Yt.stack == "string") {
|
|
267
267
|
for (var we = Yt.stack.split(`
|
|
268
|
-
`),
|
|
269
|
-
`), ze = we.length - 1, at =
|
|
268
|
+
`), mt = Q.stack.split(`
|
|
269
|
+
`), ze = we.length - 1, at = mt.length - 1; ze >= 1 && at >= 0 && we[ze] !== mt[at]; )
|
|
270
270
|
at--;
|
|
271
271
|
for (; ze >= 1 && at >= 0; ze--, at--)
|
|
272
|
-
if (we[ze] !==
|
|
272
|
+
if (we[ze] !== mt[at]) {
|
|
273
273
|
if (ze !== 1 || at !== 1)
|
|
274
274
|
do
|
|
275
|
-
if (ze--, at--, at < 0 || we[ze] !==
|
|
275
|
+
if (ze--, at--, at < 0 || we[ze] !== mt[at]) {
|
|
276
276
|
var Ot = `
|
|
277
277
|
` + we[ze].replace(" at new ", " at ");
|
|
278
278
|
return y.displayName && Ot.includes("<anonymous>") && (Ot = Ot.replace("<anonymous>", y.displayName)), typeof y == "function" && Qe.set(y, Ot), Ot;
|
|
@@ -282,7 +282,7 @@ function h0() {
|
|
|
282
282
|
}
|
|
283
283
|
}
|
|
284
284
|
} finally {
|
|
285
|
-
Lt = !1, Ne.current = ye,
|
|
285
|
+
Lt = !1, Ne.current = ye, vt(), Error.prepareStackTrace = le;
|
|
286
286
|
}
|
|
287
287
|
var vr = y ? y.displayName || y.name : "", dn = vr ? Ue(vr) : "";
|
|
288
288
|
return typeof y == "function" && Qe.set(y, dn), dn;
|
|
@@ -339,8 +339,8 @@ function h0() {
|
|
|
339
339
|
var we = void 0;
|
|
340
340
|
try {
|
|
341
341
|
if (typeof y[fe] != "function") {
|
|
342
|
-
var
|
|
343
|
-
throw
|
|
342
|
+
var mt = Error((Q || "React class") + ": " + z + " type `" + fe + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof y[fe] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
343
|
+
throw mt.name = "Invariant Violation", mt;
|
|
344
344
|
}
|
|
345
345
|
we = y[fe](Y, fe, Q, z, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
346
346
|
} catch (ze) {
|
|
@@ -456,8 +456,8 @@ function h0() {
|
|
|
456
456
|
};
|
|
457
457
|
function oa(y, Y, z, Q, le) {
|
|
458
458
|
{
|
|
459
|
-
var ye, fe = {}, we = null,
|
|
460
|
-
z !== void 0 && (Vn(z), we = "" + z), Rn(Y) && (Vn(Y.key), we = "" + Y.key), It(Y) && (
|
|
459
|
+
var ye, fe = {}, we = null, mt = null;
|
|
460
|
+
z !== void 0 && (Vn(z), we = "" + z), Rn(Y) && (Vn(Y.key), we = "" + Y.key), It(Y) && (mt = Y.ref, xn(Y, le));
|
|
461
461
|
for (ye in Y)
|
|
462
462
|
Tt.call(Y, ye) && !en.hasOwnProperty(ye) && (fe[ye] = Y[ye]);
|
|
463
463
|
if (y && y.defaultProps) {
|
|
@@ -465,11 +465,11 @@ function h0() {
|
|
|
465
465
|
for (ye in ze)
|
|
466
466
|
fe[ye] === void 0 && (fe[ye] = ze[ye]);
|
|
467
467
|
}
|
|
468
|
-
if (we ||
|
|
468
|
+
if (we || mt) {
|
|
469
469
|
var at = typeof y == "function" ? y.displayName || y.name || "Unknown" : y;
|
|
470
|
-
we && Je(fe, at),
|
|
470
|
+
we && Je(fe, at), mt && pr(fe, at);
|
|
471
471
|
}
|
|
472
|
-
return hr(y, we,
|
|
472
|
+
return hr(y, we, mt, le, Q, Ge.current, fe);
|
|
473
473
|
}
|
|
474
474
|
}
|
|
475
475
|
var Wr = E.ReactCurrentOwner, Gn = E.ReactDebugCurrentFrame;
|
|
@@ -589,8 +589,8 @@ Check the top-level render call using <` + z + ">.");
|
|
|
589
589
|
if (!fe) {
|
|
590
590
|
var we = "";
|
|
591
591
|
(y === void 0 || typeof y == "object" && y !== null && Object.keys(y).length === 0) && (we += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
592
|
-
var
|
|
593
|
-
|
|
592
|
+
var mt = Cn();
|
|
593
|
+
mt ? we += mt : we += Ln();
|
|
594
594
|
var ze;
|
|
595
595
|
y === null ? ze = "null" : At(y) ? ze = "array" : y !== void 0 && y.$$typeof === a ? (ze = "<" + (ee(y.type) || "Unknown") + " />", we = " Did you accidentally export a JSX literal instead of a component?") : ze = typeof y, T("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", ze, we);
|
|
596
596
|
}
|
|
@@ -874,10 +874,10 @@ function _0(r) {
|
|
|
874
874
|
}, R.componentWillUnmount = function() {
|
|
875
875
|
this._resetIsScrollingTimeoutId !== null && Ii(this._resetIsScrollingTimeoutId);
|
|
876
876
|
}, R.render = function() {
|
|
877
|
-
var k = this.props, F = k.children, L = k.className, $ = k.columnCount, X = k.direction, te = k.height, V = k.innerRef, J = k.innerElementType, ee = k.innerTagName, K = k.itemData, G = k.itemKey, ue = G === void 0 ? y0 : G, ne = k.outerElementType, ve = k.outerTagName, Ee = k.rowCount, je = k.style, Ke = k.useIsScrolling, ht = k.width, kt = this.state.isScrolling,
|
|
877
|
+
var k = this.props, F = k.children, L = k.className, $ = k.columnCount, X = k.direction, te = k.height, V = k.innerRef, J = k.innerElementType, ee = k.innerTagName, K = k.itemData, G = k.itemKey, ue = G === void 0 ? y0 : G, ne = k.outerElementType, ve = k.outerTagName, Ee = k.rowCount, je = k.style, Ke = k.useIsScrolling, ht = k.width, kt = this.state.isScrolling, gt = this._getHorizontalRangeToRender(), vt = gt[0], Ne = gt[1], tt = this._getVerticalRangeToRender(), Ue = tt[0], Lt = tt[1], Qe = [];
|
|
878
878
|
if ($ > 0 && Ee)
|
|
879
879
|
for (var _t = Ue; _t <= Lt; _t++)
|
|
880
|
-
for (var Oe =
|
|
880
|
+
for (var Oe = vt; Oe <= Ne; Oe++)
|
|
881
881
|
Qe.push(Xr(F, {
|
|
882
882
|
columnIndex: Oe,
|
|
883
883
|
data: K,
|
|
@@ -920,8 +920,8 @@ function _0(r) {
|
|
|
920
920
|
this._callOnItemsRendered(V, J, ue, ne, ee, K, ve, Ee);
|
|
921
921
|
}
|
|
922
922
|
if (typeof $ == "function") {
|
|
923
|
-
var je = this.state, Ke = je.horizontalScrollDirection, ht = je.scrollLeft, kt = je.scrollTop,
|
|
924
|
-
this._callOnScroll(ht, kt, Ke,
|
|
923
|
+
var je = this.state, Ke = je.horizontalScrollDirection, ht = je.scrollLeft, kt = je.scrollTop, gt = je.scrollUpdateWasRequested, vt = je.verticalScrollDirection;
|
|
924
|
+
this._callOnScroll(ht, kt, Ke, vt, gt);
|
|
925
925
|
}
|
|
926
926
|
}, R._getHorizontalRangeToRender = function() {
|
|
927
927
|
var k = this.props, F = k.columnCount, L = k.overscanColumnCount, $ = k.overscanColumnsCount, X = k.overscanCount, te = k.rowCount, V = this.state, J = V.horizontalScrollDirection, ee = V.isScrolling, K = V.scrollLeft, G = L || $ || X || 1;
|
|
@@ -1247,15 +1247,15 @@ function S0(r) {
|
|
|
1247
1247
|
}, x.render = function() {
|
|
1248
1248
|
var b = this.props, N = b.children, E = b.className, T = b.direction, R = b.height, H = b.innerRef, k = b.innerElementType, F = b.innerTagName, L = b.itemCount, $ = b.itemData, X = b.itemKey, te = X === void 0 ? C0 : X, V = b.layout, J = b.outerElementType, ee = b.outerTagName, K = b.style, G = b.useIsScrolling, ue = b.width, ne = this.state.isScrolling, ve = T === "horizontal" || V === "horizontal", Ee = ve ? this._onScrollHorizontal : this._onScrollVertical, je = this._getRangeToRender(), Ke = je[0], ht = je[1], kt = [];
|
|
1249
1249
|
if (L > 0)
|
|
1250
|
-
for (var
|
|
1250
|
+
for (var gt = Ke; gt <= ht; gt++)
|
|
1251
1251
|
kt.push(Xr(N, {
|
|
1252
1252
|
data: $,
|
|
1253
|
-
key: te(
|
|
1254
|
-
index:
|
|
1253
|
+
key: te(gt, $),
|
|
1254
|
+
index: gt,
|
|
1255
1255
|
isScrolling: G ? ne : void 0,
|
|
1256
|
-
style: this._getItemStyle(
|
|
1256
|
+
style: this._getItemStyle(gt)
|
|
1257
1257
|
}));
|
|
1258
|
-
var
|
|
1258
|
+
var vt = t(this.props, this._instanceProps);
|
|
1259
1259
|
return Xr(J || ee || "div", {
|
|
1260
1260
|
className: E,
|
|
1261
1261
|
onScroll: Ee,
|
|
@@ -1273,9 +1273,9 @@ function S0(r) {
|
|
|
1273
1273
|
children: kt,
|
|
1274
1274
|
ref: H,
|
|
1275
1275
|
style: {
|
|
1276
|
-
height: ve ? "100%" :
|
|
1276
|
+
height: ve ? "100%" : vt,
|
|
1277
1277
|
pointerEvents: ne ? "none" : void 0,
|
|
1278
|
-
width: ve ?
|
|
1278
|
+
width: ve ? vt : "100%"
|
|
1279
1279
|
}
|
|
1280
1280
|
}));
|
|
1281
1281
|
}, x._callPropsCallbacks = function() {
|
|
@@ -5261,7 +5261,13 @@ const Cx = {
|
|
|
5261
5261
|
weekStartsOn: 1,
|
|
5262
5262
|
firstWeekContainsDate: 4
|
|
5263
5263
|
}
|
|
5264
|
-
}, dd = (r, a) =>
|
|
5264
|
+
}, dd = (r, a) => (
|
|
5265
|
+
// replace jan. with jan
|
|
5266
|
+
Fi(r, a, { locale: Bi }).replace(".", "")
|
|
5267
|
+
), Zx = (r, a, e) => (
|
|
5268
|
+
// replace jan. with jan
|
|
5269
|
+
xx(r, a, e, { locale: Bi }).replace(".", "")
|
|
5270
|
+
), Sp = Intl.DateTimeFormat().resolvedOptions().timeZone;
|
|
5265
5271
|
var Ui = { exports: {} };
|
|
5266
5272
|
/**
|
|
5267
5273
|
* @license
|
|
@@ -5274,7 +5280,7 @@ var Ui = { exports: {} };
|
|
|
5274
5280
|
Ui.exports;
|
|
5275
5281
|
(function(r, a) {
|
|
5276
5282
|
(function() {
|
|
5277
|
-
var e, t = "4.17.21", i = 200, l = "Unsupported core-js use. Try https://npms.io/search?q=ponyfill.", u = "Expected a function", c = "Invalid `variable` option passed into `_.template`", f = "__lodash_hash_undefined__", p = 500, m = "__lodash_placeholder__", w = 1, C = 2, x = 4, P = 1, b = 2, N = 1, E = 2, T = 4, R = 8, H = 16, k = 32, F = 64, L = 128, $ = 256, X = 512, te = 30, V = "...", J = 800, ee = 16, K = 1, G = 2, ue = 3, ne = 1 / 0, ve = 9007199254740991, Ee = 17976931348623157e292, je = NaN, Ke = 4294967295, ht = Ke - 1, kt = Ke >>> 1,
|
|
5283
|
+
var e, t = "4.17.21", i = 200, l = "Unsupported core-js use. Try https://npms.io/search?q=ponyfill.", u = "Expected a function", c = "Invalid `variable` option passed into `_.template`", f = "__lodash_hash_undefined__", p = 500, m = "__lodash_placeholder__", w = 1, C = 2, x = 4, P = 1, b = 2, N = 1, E = 2, T = 4, R = 8, H = 16, k = 32, F = 64, L = 128, $ = 256, X = 512, te = 30, V = "...", J = 800, ee = 16, K = 1, G = 2, ue = 3, ne = 1 / 0, ve = 9007199254740991, Ee = 17976931348623157e292, je = NaN, Ke = 4294967295, ht = Ke - 1, kt = Ke >>> 1, gt = [
|
|
5278
5284
|
["ary", L],
|
|
5279
5285
|
["bind", N],
|
|
5280
5286
|
["bindKey", E],
|
|
@@ -5284,7 +5290,7 @@ Ui.exports;
|
|
|
5284
5290
|
["partial", k],
|
|
5285
5291
|
["partialRight", F],
|
|
5286
5292
|
["rearg", $]
|
|
5287
|
-
],
|
|
5293
|
+
], vt = "[object Arguments]", Ne = "[object Array]", tt = "[object AsyncFunction]", Ue = "[object Boolean]", Lt = "[object Date]", Qe = "[object DOMException]", _t = "[object Error]", Oe = "[object Function]", Re = "[object GeneratorFunction]", st = "[object Map]", pe = "[object Number]", Tt = "[object Null]", Me = "[object Object]", $t = "[object Promise]", ut = "[object Proxy]", Et = "[object RegExp]", lt = "[object Set]", At = "[object String]", bt = "[object Symbol]", Ba = "[object Undefined]", Jt = "[object WeakMap]", Vn = "[object WeakSet]", Ge = "[object ArrayBuffer]", en = "[object DataView]", tn = "[object Float32Array]", Pn = "[object Float64Array]", Dn = "[object Int8Array]", It = "[object Int16Array]", Rn = "[object Int32Array]", xn = "[object Uint8Array]", Je = "[object Uint8ClampedArray]", pr = "[object Uint16Array]", hr = "[object Uint32Array]", oa = /\b__p \+= '';/g, Wr = /\b(__p \+=) '' \+/g, Gn = /(__e\(.*?\)|\b__t\)) \+\n'';/g, fn = /&(?:amp|lt|gt|quot|#39);/g, Nn = /[&<>"']/g, Ht = RegExp(fn.source), Ln = RegExp(Nn.source), Cn = /<%-([\s\S]+?)%>/g, ia = /<%([\s\S]+?)%>/g, sa = /<%=([\s\S]+?)%>/g, ua = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, la = /^\w*$/, Ua = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g, Fr = /[\\^$.*+?()[\]{}|]/g, mr = RegExp(Fr.source), gr = /^\s+/, ca = /\s/, ie = /\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/, xe = /\{\n\/\* \[wrapped with (.+)\] \*/, ce = /,? & /, y = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g, Y = /[()=,{}\[\]\/\s]/, z = /\\(\\)?/g, Q = /\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g, le = /\w*$/, ye = /^[-+]0x[0-9a-f]+$/i, fe = /^0b[01]+$/i, we = /^\[object .+?Constructor\]$/, mt = /^0o[0-7]+$/i, ze = /^(?:0|[1-9]\d*)$/, at = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g, Ot = /($^)/, vr = /['\n\r\u2028\u2029\\]/g, dn = "\\ud800-\\udfff", Yt = "\\u0300-\\u036f", za = "\\ufe20-\\ufe2f", as = "\\u20d0-\\u20ff", Co = Yt + za + as, hl = "\\u2700-\\u27bf", ml = "a-z\\xdf-\\xf6\\xf8-\\xff", th = "\\xac\\xb1\\xd7\\xf7", nh = "\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf", rh = "\\u2000-\\u206f", ah = " \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000", gl = "A-Z\\xc0-\\xd6\\xd8-\\xde", vl = "\\ufe0e\\ufe0f", wl = th + nh + rh + ah, os = "['’]", oh = "[" + dn + "]", yl = "[" + wl + "]", So = "[" + Co + "]", _l = "\\d+", ih = "[" + hl + "]", bl = "[" + ml + "]", Dl = "[^" + dn + wl + _l + hl + ml + gl + "]", is = "\\ud83c[\\udffb-\\udfff]", sh = "(?:" + So + "|" + is + ")", xl = "[^" + dn + "]", ss = "(?:\\ud83c[\\udde6-\\uddff]){2}", us = "[\\ud800-\\udbff][\\udc00-\\udfff]", fa = "[" + gl + "]", Cl = "\\u200d", Sl = "(?:" + bl + "|" + Dl + ")", uh = "(?:" + fa + "|" + Dl + ")", Ml = "(?:" + os + "(?:d|ll|m|re|s|t|ve))?", kl = "(?:" + os + "(?:D|LL|M|RE|S|T|VE))?", Tl = sh + "?", El = "[" + vl + "]?", lh = "(?:" + Cl + "(?:" + [xl, ss, us].join("|") + ")" + El + Tl + ")*", ch = "\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])", fh = "\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])", Il = El + Tl + lh, dh = "(?:" + [ih, ss, us].join("|") + ")" + Il, ph = "(?:" + [xl + So + "?", So, ss, us, oh].join("|") + ")", hh = RegExp(os, "g"), mh = RegExp(So, "g"), ls = RegExp(is + "(?=" + is + ")|" + ph + Il, "g"), gh = RegExp([
|
|
5288
5294
|
fa + "?" + bl + "+" + Ml + "(?=" + [yl, fa, "$"].join("|") + ")",
|
|
5289
5295
|
uh + "+" + kl + "(?=" + [yl, fa + Sl, "$"].join("|") + ")",
|
|
5290
5296
|
fa + "?" + Sl + "+" + Ml,
|
|
@@ -5325,9 +5331,9 @@ Ui.exports;
|
|
|
5325
5331
|
"parseInt",
|
|
5326
5332
|
"setTimeout"
|
|
5327
5333
|
], _h = -1, Xe = {};
|
|
5328
|
-
Xe[tn] = Xe[Pn] = Xe[Dn] = Xe[It] = Xe[Rn] = Xe[xn] = Xe[Je] = Xe[pr] = Xe[hr] = !0, Xe[
|
|
5334
|
+
Xe[tn] = Xe[Pn] = Xe[Dn] = Xe[It] = Xe[Rn] = Xe[xn] = Xe[Je] = Xe[pr] = Xe[hr] = !0, Xe[vt] = Xe[Ne] = Xe[Ge] = Xe[Ue] = Xe[en] = Xe[Lt] = Xe[_t] = Xe[Oe] = Xe[st] = Xe[pe] = Xe[Me] = Xe[Et] = Xe[lt] = Xe[At] = Xe[Jt] = !1;
|
|
5329
5335
|
var Ve = {};
|
|
5330
|
-
Ve[
|
|
5336
|
+
Ve[vt] = Ve[Ne] = Ve[Ge] = Ve[en] = Ve[Ue] = Ve[Lt] = Ve[tn] = Ve[Pn] = Ve[Dn] = Ve[It] = Ve[Rn] = Ve[st] = Ve[pe] = Ve[Me] = Ve[Et] = Ve[lt] = Ve[At] = Ve[bt] = Ve[xn] = Ve[Je] = Ve[pr] = Ve[hr] = !0, Ve[_t] = Ve[Oe] = Ve[Jt] = !1;
|
|
5331
5337
|
var bh = {
|
|
5332
5338
|
// Latin-1 Supplement block.
|
|
5333
5339
|
À: "A",
|
|
@@ -6143,7 +6149,7 @@ Ui.exports;
|
|
|
6143
6149
|
var j = Ft(n), Z = j == Oe || j == Re;
|
|
6144
6150
|
if (Mr(n))
|
|
6145
6151
|
return Ec(n, M);
|
|
6146
|
-
if (j == Me || j ==
|
|
6152
|
+
if (j == Me || j == vt || Z && !h) {
|
|
6147
6153
|
if (D = O || Z ? {} : qc(n), !M)
|
|
6148
6154
|
return O ? xg(n, Km(D, n)) : Dg(n, oc(D, n));
|
|
6149
6155
|
} else {
|
|
@@ -6312,7 +6318,7 @@ Ui.exports;
|
|
|
6312
6318
|
return d == null ? e : nn(d, n, s);
|
|
6313
6319
|
}
|
|
6314
6320
|
function dc(n) {
|
|
6315
|
-
return ot(n) && Bt(n) ==
|
|
6321
|
+
return ot(n) && Bt(n) == vt;
|
|
6316
6322
|
}
|
|
6317
6323
|
function eg(n) {
|
|
6318
6324
|
return ot(n) && Bt(n) == Ge;
|
|
@@ -6325,7 +6331,7 @@ Ui.exports;
|
|
|
6325
6331
|
}
|
|
6326
6332
|
function ng(n, o, s, d, h, v) {
|
|
6327
6333
|
var D = be(n), M = be(o), O = D ? Ne : Ft(n), B = M ? Ne : Ft(o);
|
|
6328
|
-
O = O ==
|
|
6334
|
+
O = O == vt ? Me : O, B = B == vt ? Me : B;
|
|
6329
6335
|
var U = O == Me, j = B == Me, Z = O == B;
|
|
6330
6336
|
if (Z && Mr(n)) {
|
|
6331
6337
|
if (!Mr(o))
|
|
@@ -7499,7 +7505,7 @@ Ui.exports;
|
|
|
7499
7505
|
return "";
|
|
7500
7506
|
}
|
|
7501
7507
|
function Kg(n, o) {
|
|
7502
|
-
return hn(
|
|
7508
|
+
return hn(gt, function(s) {
|
|
7503
7509
|
var d = "_." + s[0];
|
|
7504
7510
|
o & s[1] && !Mo(n, d) && n.push(d);
|
|
7505
7511
|
}), n.sort();
|
|
@@ -8312,7 +8318,7 @@ Ui.exports;
|
|
|
8312
8318
|
return n === 0 ? n : +n;
|
|
8313
8319
|
n = zl(n);
|
|
8314
8320
|
var s = fe.test(n);
|
|
8315
|
-
return s ||
|
|
8321
|
+
return s || mt.test(n) ? Mh(n.slice(2), s ? 2 : 8) : ye.test(n) ? je : +n;
|
|
8316
8322
|
}
|
|
8317
8323
|
function kf(n) {
|
|
8318
8324
|
return Yn(n, Xt(n));
|
|
@@ -9232,20 +9238,20 @@ const a1 = ({ index: r, style: a }) => {
|
|
|
9232
9238
|
w,
|
|
9233
9239
|
C,
|
|
9234
9240
|
ee
|
|
9235
|
-
]),
|
|
9241
|
+
]), gt = f.includes(V), vt = S.useCallback(
|
|
9236
9242
|
(pe) => {
|
|
9237
9243
|
const Tt = pe.currentTarget;
|
|
9238
9244
|
m((Me) => {
|
|
9239
9245
|
if ((Me == null ? void 0 : Me.propName) !== V)
|
|
9240
9246
|
return {
|
|
9241
9247
|
propConfig: K,
|
|
9242
|
-
propIsRequired:
|
|
9248
|
+
propIsRequired: gt,
|
|
9243
9249
|
propName: V,
|
|
9244
9250
|
referenceElement: Tt
|
|
9245
9251
|
};
|
|
9246
9252
|
});
|
|
9247
9253
|
},
|
|
9248
|
-
[K,
|
|
9254
|
+
[K, gt, V, m]
|
|
9249
9255
|
), Ne = S.useMemo(() => ht !== void 0 ? ht : ve === "date-time" && Ke !== !1 ? `${k(V)} (${k(Sp)})` : k(V), [ht, ve, Ke, k, V]), tt = S.useCallback(
|
|
9250
9256
|
(pe, Tt) => {
|
|
9251
9257
|
if (!i || !l || !x)
|
|
@@ -9365,7 +9371,7 @@ const a1 = ({ index: r, style: a }) => {
|
|
|
9365
9371
|
"button",
|
|
9366
9372
|
{
|
|
9367
9373
|
className: "mig-schema-table__th__trigger-el",
|
|
9368
|
-
onClick:
|
|
9374
|
+
onClick: vt,
|
|
9369
9375
|
children: /* @__PURE__ */ q.jsx(
|
|
9370
9376
|
"svg",
|
|
9371
9377
|
{
|
|
@@ -14690,7 +14696,7 @@ const YS = ({
|
|
|
14690
14696
|
itemCount: Ee
|
|
14691
14697
|
}) => {
|
|
14692
14698
|
var ca;
|
|
14693
|
-
const [je, Ke] = S.useState(), [ht, kt] = S.useState(), [
|
|
14699
|
+
const [je, Ke] = S.useState(), [ht, kt] = S.useState(), [gt, vt] = S.useState(-1), [Ne, tt] = S.useState(
|
|
14694
14700
|
f
|
|
14695
14701
|
), [Ue, Lt] = S.useState(c), [Qe, _t] = S.useState(), Oe = l instanceof Function, [Re, st] = S.useState(
|
|
14696
14702
|
Oe ? void 0 : l
|
|
@@ -14887,12 +14893,12 @@ const YS = ({
|
|
|
14887
14893
|
break;
|
|
14888
14894
|
case "string":
|
|
14889
14895
|
if (typeof Y == "object" && (Q.format === "date" || Q.format === "date-time")) {
|
|
14890
|
-
const { from: fe, to: we, filterEmpty:
|
|
14896
|
+
const { from: fe, to: we, filterEmpty: mt } = Y;
|
|
14891
14897
|
if (!le)
|
|
14892
|
-
ce = !
|
|
14898
|
+
ce = !mt;
|
|
14893
14899
|
else {
|
|
14894
14900
|
const ze = le ? new Date(le) : void 0;
|
|
14895
|
-
(fe && (!ze || ze < fe) || we && (!ze || ze > we)) && (ce = !1);
|
|
14901
|
+
(mt === !1 || fe && (!ze || ze < fe) || we && (!ze || ze > we)) && (ce = !1);
|
|
14896
14902
|
}
|
|
14897
14903
|
return;
|
|
14898
14904
|
}
|
|
@@ -15050,7 +15056,7 @@ const YS = ({
|
|
|
15050
15056
|
async (ie) => {
|
|
15051
15057
|
if (ie.preventDefault(), ie.stopPropagation(), !Je)
|
|
15052
15058
|
return;
|
|
15053
|
-
const { renderDataToExcel: xe } = await import("./index-
|
|
15059
|
+
const { renderDataToExcel: xe } = await import("./index-HBuUJuu6.js");
|
|
15054
15060
|
xe(Je);
|
|
15055
15061
|
},
|
|
15056
15062
|
[Je]
|
|
@@ -15272,8 +15278,8 @@ const YS = ({
|
|
|
15272
15278
|
kS,
|
|
15273
15279
|
{
|
|
15274
15280
|
columnWidths: It,
|
|
15275
|
-
resizeColumnIndex:
|
|
15276
|
-
setResizeColumnIndex:
|
|
15281
|
+
resizeColumnIndex: gt,
|
|
15282
|
+
setResizeColumnIndex: vt,
|
|
15277
15283
|
tableBodyHeight: Cn
|
|
15278
15284
|
}
|
|
15279
15285
|
) : null
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as $t, l as Ve } from "./index-
|
|
1
|
+
import { c as $t, l as Ve } from "./index-DpYrNP7x.js";
|
|
2
2
|
function Fe(ye) {
|
|
3
3
|
throw new Error('Could not dynamically require "' + ye + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
|
|
4
4
|
}
|