@codeplex-sac/data-view 0.0.13 → 0.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index-egGCn8oI.js +23661 -0
- package/index-z5Ks6Zzh.cjs +215 -0
- package/index.cjs +1 -1
- package/{index.es-CmR_4jni.js → index.es-D-cRgID_.js} +6 -10
- package/{index.es-D31AASF7.cjs → index.es-DECmdVv2.cjs} +5 -5
- package/index.js +1 -1
- package/lib/tabla/tabla.d.ts +3 -2
- package/lib/tabla/utils/excel-export.utils.d.ts +12 -0
- package/package.json +3 -2
- package/index-CV7QRglK.js +0 -26869
- package/index-CgDJTVna.cjs +0 -173
package/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index-z5Ks6Zzh.cjs"),t=require("material-react-table");exports.CodeplexTabla=r.CodeplexTabla;Object.keys(t).forEach(e=>{e!=="default"&&!Object.prototype.hasOwnProperty.call(exports,e)&&Object.defineProperty(exports,e,{enumerable:!0,get:()=>t[e]})});
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
var Va = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
3
|
-
function il(n) {
|
|
4
|
-
return n && n.__esModule && Object.prototype.hasOwnProperty.call(n, "default") ? n.default : n;
|
|
5
|
-
}
|
|
1
|
+
import { c as Da, _ as Va, g as il } from "./index-egGCn8oI.js";
|
|
6
2
|
var fn = {}, cn = {}, cr, vn;
|
|
7
3
|
function Q() {
|
|
8
4
|
if (vn) return cr;
|
|
@@ -12,7 +8,7 @@ function Q() {
|
|
|
12
8
|
};
|
|
13
9
|
return cr = // eslint-disable-next-line es/no-global-this -- safe
|
|
14
10
|
n(typeof globalThis == "object" && globalThis) || n(typeof window == "object" && window) || // eslint-disable-next-line no-restricted-globals -- safe
|
|
15
|
-
n(typeof self == "object" && self) || n(typeof
|
|
11
|
+
n(typeof self == "object" && self) || n(typeof Da == "object" && Da) || n(typeof cr == "object" && cr) || // eslint-disable-next-line no-new-func -- fallback
|
|
16
12
|
/* @__PURE__ */ (function() {
|
|
17
13
|
return this;
|
|
18
14
|
})() || Function("return this")(), cr;
|
|
@@ -2213,18 +2209,18 @@ function Zh() {
|
|
|
2213
2209
|
}
|
|
2214
2210
|
Zh();
|
|
2215
2211
|
function Jh(n, e) {
|
|
2216
|
-
if (
|
|
2212
|
+
if (Va(n) != "object" || !n) return n;
|
|
2217
2213
|
var r = n[Symbol.toPrimitive];
|
|
2218
2214
|
if (r !== void 0) {
|
|
2219
2215
|
var t = r.call(n, e);
|
|
2220
|
-
if (
|
|
2216
|
+
if (Va(t) != "object") return t;
|
|
2221
2217
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
2222
2218
|
}
|
|
2223
2219
|
return (e === "string" ? String : Number)(n);
|
|
2224
2220
|
}
|
|
2225
2221
|
function ef(n) {
|
|
2226
2222
|
var e = Jh(n, "string");
|
|
2227
|
-
return
|
|
2223
|
+
return Va(e) == "symbol" ? e : e + "";
|
|
2228
2224
|
}
|
|
2229
2225
|
function un(n, e, r) {
|
|
2230
2226
|
return (e = ef(e)) in n ? Object.defineProperty(n, e, {
|
|
@@ -2388,7 +2384,7 @@ var Ou;
|
|
|
2388
2384
|
function uf() {
|
|
2389
2385
|
if (Ou) return vr.exports;
|
|
2390
2386
|
Ou = 1;
|
|
2391
|
-
for (var n = of(), e = typeof window > "u" ?
|
|
2387
|
+
for (var n = of(), e = typeof window > "u" ? Da : window, r = ["moz", "webkit"], t = "AnimationFrame", i = e["request" + t], a = e["cancel" + t] || e["cancelRequest" + t], s = 0; !i && s < r.length; s++)
|
|
2392
2388
|
i = e[r[s] + "Request" + t], a = e[r[s] + "Cancel" + t] || e[r[s] + "CancelRequest" + t];
|
|
2393
2389
|
if (!i || !a) {
|
|
2394
2390
|
var o = 0, u = 0, l = [], h = 1e3 / 60;
|