Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bootstrap-table

Package Overview
Dependencies
Maintainers
0
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bootstrap-table - npm Package Compare versions

Comparing version 1.23.0 to 1.23.1

2

bootstrap-table.jquery.json
{
"name": "bootstrap-table",
"version": "1.23.0",
"version": "1.23.1",
"title": "Bootstrap Table",

@@ -5,0 +5,0 @@ "description": "An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)",

@@ -15,3 +15,3 @@ var Et = {};

}, kt = (e) => e.charCodeAt(0) === 111 && e.charCodeAt(1) === 110 && // uppercase letter
(e.charCodeAt(2) > 122 || e.charCodeAt(2) < 97), $ = Object.assign, en = Object.prototype.hasOwnProperty, E = (e, t) => en.call(e, t), g = Array.isArray, G = (e) => xe(e) === "[object Map]", tn = (e) => xe(e) === "[object Set]", N = (e) => typeof e == "function", T = (e) => typeof e == "string", ce = (e) => typeof e == "symbol", S = (e) => e !== null && typeof e == "object", nn = (e) => (S(e) || N(e)) && N(e.then) && N(e.catch), rn = Object.prototype.toString, xe = (e) => rn.call(e), bt = (e) => xe(e).slice(8, -1), on = (e) => xe(e) === "[object Object]", We = (e) => T(e) && e !== "NaN" && e[0] !== "-" && "" + parseInt(e, 10) === e, sn = (e) => {
(e.charCodeAt(2) > 122 || e.charCodeAt(2) < 97), T = Object.assign, en = Object.prototype.hasOwnProperty, E = (e, t) => en.call(e, t), g = Array.isArray, G = (e) => xe(e) === "[object Map]", tn = (e) => xe(e) === "[object Set]", N = (e) => typeof e == "function", $ = (e) => typeof e == "string", ce = (e) => typeof e == "symbol", S = (e) => e !== null && typeof e == "object", nn = (e) => (S(e) || N(e)) && N(e.then) && N(e.catch), rn = Object.prototype.toString, xe = (e) => rn.call(e), bt = (e) => xe(e).slice(8, -1), on = (e) => xe(e) === "[object Object]", We = (e) => $(e) && e !== "NaN" && e[0] !== "-" && "" + parseInt(e, 10) === e, sn = (e) => {
const t = /* @__PURE__ */ Object.create(null);

@@ -33,3 +33,3 @@ return (n) => t[n] || (t[n] = e(n));

for (let n = 0; n < e.length; n++) {
const r = e[n], o = T(r) ? dn(r) : Ue(r);
const r = e[n], o = $(r) ? dn(r) : Ue(r);
if (o)

@@ -40,3 +40,3 @@ for (const s in o)

return t;
} else if (T(e) || S(e))
} else if ($(e) || S(e))
return e;

@@ -56,3 +56,3 @@ }

let t = "";
if (T(e))
if ($(e))
t = e;

@@ -69,3 +69,3 @@ else if (g(e))

}
var R = {};
var I = {};
function se(e, ...t) {

@@ -85,3 +85,3 @@ console.warn(`[Vue warn] ${e}`, ...t);

if (this._dirtyLevel === 2 || this._dirtyLevel === 3) {
this._dirtyLevel = 1, Re();
this._dirtyLevel = 1, Ie();
for (let t = 0; t < this._depsLength; t++) {

@@ -92,3 +92,3 @@ const n = this.deps[t];

}
this._dirtyLevel === 1 && (this._dirtyLevel = 0), Ie();
this._dirtyLevel === 1 && (this._dirtyLevel = 0), Re();
}

@@ -133,6 +133,6 @@ return this._dirtyLevel >= 4;

const Ot = [];
function Re() {
function Ie() {
Ot.push(W), W = !1;
}
function Ie() {
function Re() {
const e = Ot.pop();

@@ -153,3 +153,3 @@ W = e === void 0 ? !0 : e;

const o = e.deps[e._depsLength];
o !== t ? (o && Nt(o, e), e.deps[e._depsLength++] = t) : e._depsLength++, R.NODE_ENV !== "production" && ((r = e.onTrack) == null || r.call(e, $({ effect: e }, n)));
o !== t ? (o && Nt(o, e), e.deps[e._depsLength++] = t) : e._depsLength++, I.NODE_ENV !== "production" && ((r = e.onTrack) == null || r.call(e, T({ effect: e }, n)));
}

@@ -163,3 +163,3 @@ }

let s;
o._dirtyLevel < t && (s ?? (s = e.get(o) === o._trackId)) && (o._shouldSchedule || (o._shouldSchedule = o._dirtyLevel === 0), o._dirtyLevel = t), o._shouldSchedule && (s ?? (s = e.get(o) === o._trackId)) && (R.NODE_ENV !== "production" && ((r = o.onTrigger) == null || r.call(o, $({ effect: o }, n))), o.trigger(), (!o._runnings || o.allowRecurse) && o._dirtyLevel !== 2 && (o._shouldSchedule = !1, o.scheduler && Ae.push(o.scheduler)));
o._dirtyLevel < t && (s ?? (s = e.get(o) === o._trackId)) && (o._shouldSchedule || (o._shouldSchedule = o._dirtyLevel === 0), o._dirtyLevel = t), o._shouldSchedule && (s ?? (s = e.get(o) === o._trackId)) && (I.NODE_ENV !== "production" && ((r = o.onTrigger) == null || r.call(o, T({ effect: o }, n))), o.trigger(), (!o._runnings || o.allowRecurse) && o._dirtyLevel !== 2 && (o._shouldSchedule = !1, o.scheduler && Ae.push(o.scheduler)));
}

@@ -171,3 +171,3 @@ Je();

return n.cleanup = e, n.computed = t, n;
}, Fe = /* @__PURE__ */ new WeakMap(), U = Symbol(R.NODE_ENV !== "production" ? "iterate" : ""), je = Symbol(R.NODE_ENV !== "production" ? "Map key iterate" : "");
}, Fe = /* @__PURE__ */ new WeakMap(), U = Symbol(I.NODE_ENV !== "production" ? "iterate" : ""), je = Symbol(I.NODE_ENV !== "production" ? "Map key iterate" : "");
function y(e, t, n) {

@@ -181,3 +181,3 @@ if (W && ne) {

o,
R.NODE_ENV !== "production" ? {
I.NODE_ENV !== "production" ? {
target: e,

@@ -219,3 +219,3 @@ type: t,

4,
R.NODE_ENV !== "production" ? {
I.NODE_ENV !== "production" ? {
target: e,

@@ -246,5 +246,5 @@ type: t,

e[t] = function(...n) {
Re(), qe();
Ie(), qe();
const r = p(this)[t].apply(this, n);
return Je(), Ie(), r;
return Je(), Re(), r;
};

@@ -271,3 +271,3 @@ }), e;

if (n === "__v_raw")
return r === (o ? s ? Ct : Vt : s ? Mn : It).get(t) || // receiver is not the reactive proxy, but has the same prototype
return r === (o ? s ? Vt : Ct : s ? Mn : Rt).get(t) || // receiver is not the reactive proxy, but has the same prototype
// this means the reciever is a user proxy of the reactive proxy

@@ -283,3 +283,3 @@ Object.getPrototypeOf(t) === Object.getPrototypeOf(r) ? t : void 0;

const l = Reflect.get(t, n, r);
return (ce(n) ? St.has(n) : wn(n)) || (o || y(t, "get", n), s) ? l : I(l) ? i && We(n) ? l : l.value : S(l) ? o ? $t(l) : Tt(l) : l;
return (ce(n) ? St.has(n) : wn(n)) || (o || y(t, "get", n), s) ? l : R(l) ? i && We(n) ? l : l.value : S(l) ? o ? Tt(l) : $t(l) : l;
}

@@ -295,3 +295,3 @@ }

const a = k(s);
if (!Q(r) && !k(r) && (s = p(s), r = p(r)), !g(t) && I(s) && !I(r))
if (!Q(r) && !k(r) && (s = p(s), r = p(r)), !g(t) && R(s) && !R(r))
return a ? !1 : (s.value = r, !0);

@@ -323,3 +323,3 @@ }

set(t, n) {
return R.NODE_ENV !== "production" && se(
return I.NODE_ENV !== "production" && se(
`Set operation on key "${String(n)}" failed: target is readonly.`,

@@ -330,3 +330,3 @@ t

deleteProperty(t, n) {
return R.NODE_ENV !== "production" && se(
return I.NODE_ENV !== "production" && se(
`Delete operation on key "${String(n)}" failed: target is readonly.`,

@@ -337,3 +337,3 @@ t

}
const yn = /* @__PURE__ */ new Sn(), xn = /* @__PURE__ */ new xt(), Rn = /* @__PURE__ */ new xt(!0), Ge = (e) => e, Ve = (e) => Reflect.getPrototypeOf(e);
const yn = /* @__PURE__ */ new Sn(), xn = /* @__PURE__ */ new xt(), In = /* @__PURE__ */ new xt(!0), Ge = (e) => e, Ce = (e) => Reflect.getPrototypeOf(e);
function ae(e, t, n = !1, r = !1) {

@@ -343,3 +343,3 @@ e = e.__v_raw;

n || (X(t, s) && y(o, "get", t), y(o, "get", s));
const { has: i } = Ve(o), l = r ? Ge : n ? Xe : Ze;
const { has: i } = Ce(o), l = r ? Ge : n ? Xe : Ze;
if (i.call(o, t))

@@ -361,9 +361,9 @@ return l(e.get(t));

const t = p(this);
return Ve(t).has.call(t, e) || (t.add(e), j(t, "add", e, e)), this;
return Ce(t).has.call(t, e) || (t.add(e), j(t, "add", e, e)), this;
}
function lt(e, t) {
t = p(t);
const n = p(this), { has: r, get: o } = Ve(n);
const n = p(this), { has: r, get: o } = Ce(n);
let s = r.call(n, e);
s ? R.NODE_ENV !== "production" && Rt(n, r, e) : (e = p(e), s = r.call(n, e));
s ? I.NODE_ENV !== "production" && It(n, r, e) : (e = p(e), s = r.call(n, e));
const i = o.call(n, e);

@@ -373,5 +373,5 @@ return n.set(e, t), s ? X(t, i) && j(n, "set", e, t, i) : j(n, "add", e, t), this;

function at(e) {
const t = p(this), { has: n, get: r } = Ve(t);
const t = p(this), { has: n, get: r } = Ce(t);
let o = n.call(t, e);
o ? R.NODE_ENV !== "production" && Rt(t, n, e) : (e = p(e), o = n.call(t, e));
o ? I.NODE_ENV !== "production" && It(t, n, e) : (e = p(e), o = n.call(t, e));
const s = r ? r.call(t, e) : void 0, i = t.delete(e);

@@ -381,3 +381,3 @@ return o && j(t, "delete", e, void 0, s), i;

function ut() {
const e = p(this), t = e.size !== 0, n = R.NODE_ENV !== "production" ? G(e) ? new Map(e) : new Set(e) : void 0, r = e.clear();
const e = p(this), t = e.size !== 0, n = I.NODE_ENV !== "production" ? G(e) ? new Map(e) : new Set(e) : void 0, r = e.clear();
return t && j(e, "clear", void 0, void 0, n), r;

@@ -416,3 +416,3 @@ }

return function(...t) {
if (R.NODE_ENV !== "production") {
if (I.NODE_ENV !== "production") {
const n = t[0] ? `on key "${t[0]}" ` : "";

@@ -427,3 +427,3 @@ se(

}
function In() {
function Rn() {
const e = {

@@ -505,9 +505,9 @@ get(s) {

const [
Cn,
Vn,
Cn,
Tn,
$n
] = /* @__PURE__ */ In();
$n,
Tn
] = /* @__PURE__ */ Rn();
function Ye(e, t) {
const n = t ? e ? $n : Tn : e ? Cn : Vn;
const n = t ? e ? Tn : $n : e ? Vn : Cn;
return (r, o, s) => o === "__v_isReactive" ? !e : o === "__v_isReadonly" ? e : o === "__v_raw" ? r : Reflect.get(

@@ -526,3 +526,3 @@ E(n, o) && o in r ? n : r,

};
function Rt(e, t, n) {
function It(e, t, n) {
const r = p(n);

@@ -536,3 +536,3 @@ if (r !== n && t.call(e, r)) {

}
const It = /* @__PURE__ */ new WeakMap(), Mn = /* @__PURE__ */ new WeakMap(), Vt = /* @__PURE__ */ new WeakMap(), Ct = /* @__PURE__ */ new WeakMap();
const Rt = /* @__PURE__ */ new WeakMap(), Mn = /* @__PURE__ */ new WeakMap(), Ct = /* @__PURE__ */ new WeakMap(), Vt = /* @__PURE__ */ new WeakMap();
function An(e) {

@@ -555,3 +555,3 @@ switch (e) {

}
function Tt(e) {
function $t(e) {
return k(e) ? e : Qe(

@@ -562,6 +562,6 @@ e,

vn,
It
Rt
);
}
function $t(e) {
function Tt(e) {
return Qe(

@@ -572,3 +572,3 @@ e,

Dn,
Vt
Ct
);

@@ -580,5 +580,5 @@ }

!0,
Rn,
In,
Pn,
Ct
Vt
);

@@ -588,3 +588,3 @@ }

if (!S(e))
return R.NODE_ENV !== "production" && se(
return I.NODE_ENV !== "production" && se(
`value cannot be made ${t ? "readonly" : "reactive"}: ${String(

@@ -627,8 +627,8 @@ e

}
const Ze = (e) => S(e) ? Tt(e) : e, Xe = (e) => S(e) ? $t(e) : e;
function I(e) {
const Ze = (e) => S(e) ? $t(e) : e, Xe = (e) => S(e) ? Tt(e) : e;
function R(e) {
return !!(e && e.__v_isRef === !0);
}
function Ln(e) {
return I(e) ? e.value : e;
return R(e) ? e.value : e;
}

@@ -639,3 +639,3 @@ const Hn = {

const o = e[t];
return I(o) && !I(n) ? (o.value = n, !0) : Reflect.set(e, t, n, r);
return R(o) && !R(n) ? (o.value = n, !0) : Reflect.set(e, t, n, r);
}

@@ -655,3 +655,3 @@ };

function b(e, ...t) {
Re();
Ie();
const n = B.length ? B[B.length - 1].component : null, r = n && n.appContext.config.warnHandler, o = Un();

@@ -682,3 +682,3 @@ if (r)

}
Ie();
Re();
}

@@ -723,3 +723,3 @@ function Un() {

function vt(e, t, n) {
return T(t) ? (t = JSON.stringify(t), n ? t : [`${e}=${t}`]) : typeof t == "number" || typeof t == "boolean" || t == null ? n ? t : [`${e}=${t}`] : I(t) ? (t = vt(e, p(t.value), !0), n ? t : [`${e}=Ref<`, t, ">"]) : N(t) ? [`${e}=fn${t.name ? `<${t.name}>` : ""}`] : (t = p(t), n ? t : [`${e}=`, t]);
return $(t) ? (t = JSON.stringify(t), n ? t : [`${e}=${t}`]) : typeof t == "number" || typeof t == "boolean" || t == null ? n ? t : [`${e}=${t}`] : R(t) ? (t = vt(e, p(t.value), !0), n ? t : [`${e}=Ref<`, t, ">"]) : N(t) ? [`${e}=fn${t.name ? `<${t.name}>` : ""}`] : (t = p(t), n ? t : [`${e}=`, t]);
}

@@ -796,3 +796,3 @@ const Dt = {

if (a) {
Re(), q(
Ie(), q(
a,

@@ -802,3 +802,3 @@ null,

[e, i, l]
), Ie();
), Re();
return;

@@ -819,3 +819,3 @@ }

let Ne = !1, He = !1;
const V = [];
const C = [];
let F = 0;

@@ -832,5 +832,5 @@ const Z = [];

function Zn(e) {
let t = F + 1, n = V.length;
let t = F + 1, n = C.length;
for (; t < n; ) {
const r = t + n >>> 1, o = V[r], s = ie(o);
const r = t + n >>> 1, o = C[r], s = ie(o);
s < e || s === e && o.pre ? t = r + 1 : n = r;

@@ -841,6 +841,6 @@ }

function tt(e) {
(!V.length || !V.includes(
(!C.length || !C.includes(
e,
Ne && e.allowRecurse ? F + 1 : F
)) && (e.id == null ? V.push(e) : V.splice(Zn(e.id), 0, e), Mt());
)) && (e.id == null ? C.push(e) : C.splice(Zn(e.id), 0, e), Mt());
}

@@ -881,7 +881,7 @@ function Mt() {

function Ft(e) {
He = !1, Ne = !0, u.NODE_ENV !== "production" && (e = e || /* @__PURE__ */ new Map()), V.sort(kn);
He = !1, Ne = !0, u.NODE_ENV !== "production" && (e = e || /* @__PURE__ */ new Map()), C.sort(kn);
const t = u.NODE_ENV !== "production" ? (n) => jt(e, n) : ee;
try {
for (F = 0; F < V.length; F++) {
const n = V[F];
for (F = 0; F < C.length; F++) {
const n = C[F];
if (n && n.active !== !1) {

@@ -894,3 +894,3 @@ if (u.NODE_ENV !== "production" && t(n))

} finally {
F = 0, V.length = 0, Xn(e), Ne = !1, et = null, (V.length || Z.length) && Ft(e);
F = 0, C.length = 0, Xn(e), Ne = !1, et = null, (C.length || Z.length) && Ft(e);
}

@@ -957,3 +957,3 @@ }

function ft(e, t) {
$(e, t);
T(e, t);
for (const n in e)

@@ -981,3 +981,3 @@ n !== "__file" && !(n in t) && delete e[n];

// due to type annotation
/* @__PURE__ */ $(/* @__PURE__ */ Object.create(null), {
/* @__PURE__ */ T(/* @__PURE__ */ Object.create(null), {
$: (e) => e,

@@ -1053,3 +1053,3 @@ $el: (e) => e.vnode.el,

return d[t];
u.NODE_ENV !== "production" && P && (!T(t) || // #1091 avoid internal isRef/isVNode checks on component instance leading
u.NODE_ENV !== "production" && P && (!$(t) || // #1091 avoid internal isRef/isVNode checks on component instance leading
// to infinite warning loop

@@ -1153,3 +1153,3 @@ t.indexOf("__v") !== 0) && (o !== D && cr(t[0]) && E(o, t) ? b(

return t ? e ? function() {
return $(
return T(
N(e) ? e.call(this, this) : e,

@@ -1176,6 +1176,6 @@ N(t) ? t.call(this, this) : t

function te(e, t) {
return e ? $(/* @__PURE__ */ Object.create(null), e, t) : t;
return e ? T(/* @__PURE__ */ Object.create(null), e, t) : t;
}
function _t(e, t) {
return e ? g(e) && g(t) ? [.../* @__PURE__ */ new Set([...e, ...t])] : $(
return e ? g(e) && g(t) ? [.../* @__PURE__ */ new Set([...e, ...t])] : T(
/* @__PURE__ */ Object.create(null),

@@ -1189,3 +1189,3 @@ dt(e),

if (!t) return e;
const n = $(/* @__PURE__ */ Object.create(null), e);
const n = T(/* @__PURE__ */ Object.create(null), e);
for (const r in t)

@@ -1197,3 +1197,3 @@ n[r] = O(e[r], t[r]);

function pr(e, t, n = !1) {
const r = Ce || P;
const r = Ve || P;
if (r || gt) {

@@ -1227,3 +1227,3 @@ const o = r ? r.parent == null ? r.vnode.appContext && r.vnode.appContext.provides : r.parent.provides : gt._context.provides;

t = (...ve) => {
h(...ve), $e();
h(...ve), Te();
};

@@ -1246,3 +1246,3 @@ }

);
}, f = Ce, _ = (h) => r === !0 ? h : (
}, f = Ve, _ = (h) => r === !0 ? h : (
// for deep: false, only traverse root-level properties

@@ -1252,4 +1252,4 @@ K(h, r === !1 ? 1 : void 0)

let c, d = !1, m = !1;
if (I(e) ? (c = () => e.value, d = Q(e)) : Y(e) ? (c = () => _(e), d = !0) : g(e) ? (m = !0, d = e.some((h) => Y(h) || Q(h)), c = () => e.map((h) => {
if (I(h))
if (R(e) ? (c = () => e.value, d = Q(e)) : Y(e) ? (c = () => _(e), d = !0) : g(e) ? (m = !0, d = e.some((h) => Y(h) || Q(h)), c = () => e.map((h) => {
if (R(h))
return h.value;

@@ -1274,3 +1274,3 @@ if (Y(h))

};
}, Te;
}, $e;
if (qt)

@@ -1283,3 +1283,3 @@ if (v = ee, t ? n && me(t, f, 3, [

const h = gr();
Te = h.__watcherHandles || (h.__watcherHandles = []);
$e = h.__watcherHandles || (h.__watcherHandles = []);
} else

@@ -1304,3 +1304,3 @@ return ee;

o === "sync" ? le = H : o === "post" ? le = () => mt(H, f && f.suspense) : (H.pre = !0, f && (H.id = f.uid), le = () => tt(H));
const x = new _n(c, ee, le), $e = () => {
const x = new _n(c, ee, le), Te = () => {
x.stop();

@@ -1311,6 +1311,6 @@ };

f && f.suspense
) : x.run(), Te && Te.push($e), $e;
) : x.run(), $e && $e.push(Te), Te;
}
function Er(e, t, n) {
const r = this.proxy, o = T(e) ? e.includes(".") ? br(r, e) : () => r[e] : e.bind(r, r);
const r = this.proxy, o = $(e) ? e.includes(".") ? br(r, e) : () => r[e] : e.bind(r, r);
let s;

@@ -1333,3 +1333,3 @@ N(t) ? s = t : (s = t.handler, n = t);

return e;
if (n.add(e), t--, I(e))
if (n.add(e), t--, R(e))
K(e.value, t, n);

@@ -1355,13 +1355,13 @@ else if (g(e))

const wr = (e) => e.__isTeleport, zt = Symbol.for("v-fgt"), Nr = Symbol.for("v-txt"), Or = Symbol.for("v-cmt"), Ee = [];
let C = null;
let V = null;
function Sr(e = !1) {
Ee.push(C = e ? null : []);
Ee.push(V = e ? null : []);
}
function yr() {
Ee.pop(), C = Ee[Ee.length - 1] || null;
Ee.pop(), V = Ee[Ee.length - 1] || null;
}
function xr(e) {
return e.dynamicChildren = C || Xt, yr(), C && C.push(e), e;
return e.dynamicChildren = V || Xt, yr(), V && V.push(e), e;
}
function Rr(e, t, n, r, o, s) {
function Ir(e, t, n, r, o, s) {
return xr(

@@ -1379,6 +1379,6 @@ Wt(

}
function Ir(e) {
function Rr(e) {
return e ? e.__v_isVNode === !0 : !1;
}
const Vr = (...e) => Ut(
const Cr = (...e) => Ut(
...e

@@ -1389,3 +1389,3 @@ ), Kt = ({ key: e }) => e ?? null, be = ({

ref_for: n
}) => (typeof e == "number" && (e = "" + e), e != null ? T(e) || I(e) || N(e) ? { i: P, r: e, k: t, f: !!n } : e : null);
}) => (typeof e == "number" && (e = "" + e), e != null ? $(e) || R(e) || N(e) ? { i: P, r: e, k: t, f: !!n } : e : null);
function Wt(e, t = null, n = null, r = 0, o = null, s = e === zt ? 0 : 1, i = !1, l = !1) {

@@ -1420,5 +1420,5 @@ const a = {

};
return l ? (nt(a, n), s & 128 && e.normalize(a)) : n && (a.shapeFlag |= T(n) ? 8 : 16), u.NODE_ENV !== "production" && a.key !== a.key && b("VNode created with invalid key (NaN). VNode type:", a.type), // avoid a block node from tracking itself
return l ? (nt(a, n), s & 128 && e.normalize(a)) : n && (a.shapeFlag |= $(n) ? 8 : 16), u.NODE_ENV !== "production" && a.key !== a.key && b("VNode created with invalid key (NaN). VNode type:", a.type), // avoid a block node from tracking itself
!i && // has current parent block
C && // presence of a patch flag indicates this node needs patching on updates.
V && // presence of a patch flag indicates this node needs patching on updates.
// component nodes also should always be patched, because even if the

@@ -1429,7 +1429,7 @@ // component doesn't need to update, it needs to persist the instance on to

// vnode should not be considered dynamic due to handler caching.
a.patchFlag !== 32 && C.push(a), a;
a.patchFlag !== 32 && V.push(a), a;
}
const Cr = u.NODE_ENV !== "production" ? Vr : Ut;
const Vr = u.NODE_ENV !== "production" ? Cr : Ut;
function Ut(e, t = null, n = null, r = 0, o = null, s = !1) {
if ((!e || e === or) && (u.NODE_ENV !== "production" && !e && b(`Invalid vnode type when creating vnode: ${e}.`), e = Or), Ir(e)) {
if ((!e || e === or) && (u.NODE_ENV !== "production" && !e && b(`Invalid vnode type when creating vnode: ${e}.`), e = Or), Rr(e)) {
const l = ye(

@@ -1441,10 +1441,10 @@ e,

);
return n && nt(l, n), !s && C && (l.shapeFlag & 6 ? C[C.indexOf(e)] = l : C.push(l)), l.patchFlag = -2, l;
return n && nt(l, n), !s && V && (l.shapeFlag & 6 ? V[V.indexOf(e)] = l : V.push(l)), l.patchFlag = -2, l;
}
if (Yt(e) && (e = e.__vccOpts), t) {
t = Tr(t);
t = $r(t);
let { class: l, style: a } = t;
l && !T(l) && (t.class = Be(l)), S(a) && (Le(a) && !g(a) && (a = $({}, a)), t.style = Ue(a));
l && !$(l) && (t.class = Be(l)), S(a) && (Le(a) && !g(a) && (a = T({}, a)), t.style = Ue(a));
}
const i = T(e) ? 1 : sr(e) ? 128 : wr(e) ? 64 : S(e) ? 4 : N(e) ? 2 : 0;
const i = $(e) ? 1 : sr(e) ? 128 : wr(e) ? 64 : S(e) ? 4 : N(e) ? 2 : 0;
return u.NODE_ENV !== "production" && i & 4 && Le(e) && (e = p(e), b(

@@ -1466,4 +1466,4 @@ "Vue received a Component that was made a reactive object. This can lead to unnecessary performance overhead and should be avoided by marking the component with `markRaw` or using `shallowRef` instead of `ref`.",

}
function Tr(e) {
return e ? Le(e) || Lt(e) ? $({}, e) : e : null;
function $r(e) {
return e ? Le(e) || Lt(e) ? T({}, e) : e : null;
}

@@ -1522,4 +1522,4 @@ function ye(e, t, n = !1, r = !1) {

}
function $r(e = " ", t = 0) {
return Cr(Nr, null, e, t);
function Tr(e = " ", t = 0) {
return Vr(Nr, null, e, t);
}

@@ -1543,3 +1543,3 @@ function nt(e, t) {

}
else N(t) ? (t = { default: t, _ctx: P }, n = 32) : (t = String(t), r & 64 ? (n = 16, t = [$r(t)]) : n = 8);
else N(t) ? (t = { default: t, _ctx: P }, n = 32) : (t = String(t), r & 64 ? (n = 16, t = [Tr(t)]) : n = 8);
e.children = t, e.shapeFlag |= n;

@@ -1563,3 +1563,3 @@ }

}
let Ce = null, Ke;
let Ve = null, Ke;
{

@@ -1574,3 +1574,3 @@ const e = wt(), t = (n, r) => {

"__VUE_INSTANCE_SETTERS__",
(n) => Ce = n
(n) => Ve = n
), t(

@@ -1582,3 +1582,3 @@ "__VUE_SSR_SETTERS__",

const Dr = (e) => {
const t = Ce;
const t = Ve;
return Ke(e), e.scope.on(), () => {

@@ -1635,3 +1635,3 @@ e.scope.off(), Ke(t);

header(c) {
return S(c) ? c.__isVue ? ["div", e, "VueInstance"] : I(c) ? [
return S(c) ? c.__isVue ? ["div", e, "VueInstance"] : R(c) ? [
"div",

@@ -1691,3 +1691,3 @@ {},

function i(c, d) {
return d = $({}, d), Object.keys(d).length ? [
return d = T({}, d), Object.keys(d).length ? [
"div",

@@ -1769,3 +1769,3 @@ { style: "line-height:1.25em;margin-bottom:0.6em" },

return {
initTimer: 0
optionsChangedIdx: 0
};

@@ -1777,11 +1777,6 @@ },

r = r.replace(/([A-Z])/g, "-$1").toLowerCase(), this.$emit("on-all", ...n), this.$emit(r, ...n);
}), this._doInitTable();
}), this._initTable();
},
methods: {
_initTable() {
clearTimeout(this.initTimer), this.initTimer = setTimeout(() => {
this._doInitTable();
}, 20);
},
_doInitTable() {
const e = {

@@ -1806,3 +1801,3 @@ ...ge(this.options),

handler() {
this._initTable();
this.optionsChangedIdx++;
},

@@ -1813,6 +1808,9 @@ deep: !0

handler() {
this._initTable();
this.optionsChangedIdx++;
},
deep: !0
},
optionsChangedIdx() {
this._initTable();
},
data: {

@@ -1827,3 +1825,3 @@ handler() {

function Wr(e, t, n, r, o, s) {
return Sr(), Rr("table");
return Sr(), Ir("table");
}

@@ -1830,0 +1828,0 @@ const Ur = /* @__PURE__ */ zr(Kr, [["render", Wr]]);

@@ -5,6 +5,6 @@ (function(J,te){typeof exports=="object"&&typeof module<"u"?module.exports=te():typeof define=="function"&&define.amd?define(te):(J=typeof globalThis<"u"?globalThis:J||self,J.BootstrapTable=te())})(this,function(){"use strict";var J={};/**

* @license MIT
**//*! #__NO_SIDE_EFFECTS__ */function te(e,t){const n=new Set(e.split(","));return r=>n.has(r)}const v=J.NODE_ENV!=="production"?Object.freeze({}):{},Zt=J.NODE_ENV!=="production"?Object.freeze([]):[],ne=()=>{},Xt=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),V=Object.assign,kt=Object.prototype.hasOwnProperty,E=(e,t)=>kt.call(e,t),_=Array.isArray,G=e=>ue(e)==="[object Map]",en=e=>ue(e)==="[object Set]",w=e=>typeof e=="function",T=e=>typeof e=="string",re=e=>typeof e=="symbol",S=e=>e!==null&&typeof e=="object",tn=e=>(S(e)||w(e))&&w(e.then)&&w(e.catch),nn=Object.prototype.toString,ue=e=>nn.call(e),st=e=>ue(e).slice(8,-1),rn=e=>ue(e)==="[object Object]",ve=e=>T(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,on=(e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))})(e=>e.charAt(0).toUpperCase()+e.slice(1)),Y=(e,t)=>!Object.is(e,t),sn=(e,t,n,r=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:r,value:n})};let it;const ct=()=>it||(it=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function De(e){if(_(e)){const t={};for(let n=0;n<e.length;n++){const r=e[n],o=T(r)?un(r):De(r);if(o)for(const s in o)t[s]=o[s]}return t}else if(T(e)||S(e))return e}const cn=/;(?![^(]*\))/g,ln=/:([^]+)/,an=/\/\*[^]*?\*\//g;function un(e){const t={};return e.replace(an,"").split(cn).forEach(n=>{if(n){const r=n.split(ln);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t}function Pe(e){let t="";if(T(e))t=e;else if(_(e))for(let n=0;n<e.length;n++){const r=Pe(e[n]);r&&(t+=r+" ")}else if(S(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}var x={};function oe(e,...t){console.warn(`[Vue warn] ${e}`,...t)}let fn;function dn(e,t=fn){t&&t.active&&t.effects.push(e)}let se;class pn{constructor(t,n,r,o){this.fn=t,this.trigger=n,this.scheduler=r,this.active=!0,this.deps=[],this._dirtyLevel=4,this._trackId=0,this._runnings=0,this._shouldSchedule=!1,this._depsLength=0,dn(this,o)}get dirty(){if(this._dirtyLevel===2||this._dirtyLevel===3){this._dirtyLevel=1,fe();for(let t=0;t<this._depsLength;t++){const n=this.deps[t];if(n.computed&&(hn(n.computed),this._dirtyLevel>=4))break}this._dirtyLevel===1&&(this._dirtyLevel=0),de()}return this._dirtyLevel>=4}set dirty(t){this._dirtyLevel=t?4:0}run(){if(this._dirtyLevel=0,!this.active)return this.fn();let t=L,n=se;try{return L=!0,se=this,this._runnings++,lt(this),this.fn()}finally{at(this),this._runnings--,se=n,L=t}}stop(){this.active&&(lt(this),at(this),this.onStop&&this.onStop(),this.active=!1)}}function hn(e){return e.value}function lt(e){e._trackId++,e._depsLength=0}function at(e){if(e.deps.length>e._depsLength){for(let t=e._depsLength;t<e.deps.length;t++)ut(e.deps[t],e);e.deps.length=e._depsLength}}function ut(e,t){const n=e.get(t);n!==void 0&&t._trackId!==n&&(e.delete(t),e.size===0&&e.cleanup())}let L=!0,Me=0;const ft=[];function fe(){ft.push(L),L=!1}function de(){const e=ft.pop();L=e===void 0?!0:e}function Fe(){Me++}function je(){for(Me--;!Me&&Ae.length;)Ae.shift()()}function _n(e,t,n){var r;if(t.get(e)!==e._trackId){t.set(e,e._trackId);const o=e.deps[e._depsLength];o!==t?(o&&ut(o,e),e.deps[e._depsLength++]=t):e._depsLength++,x.NODE_ENV!=="production"&&((r=e.onTrack)==null||r.call(e,V({effect:e},n)))}}const Ae=[];function gn(e,t,n){var r;Fe();for(const o of e.keys()){let s;o._dirtyLevel<t&&(s??(s=e.get(o)===o._trackId))&&(o._shouldSchedule||(o._shouldSchedule=o._dirtyLevel===0),o._dirtyLevel=t),o._shouldSchedule&&(s??(s=e.get(o)===o._trackId))&&(x.NODE_ENV!=="production"&&((r=o.onTrigger)==null||r.call(o,V({effect:o},n))),o.trigger(),(!o._runnings||o.allowRecurse)&&o._dirtyLevel!==2&&(o._shouldSchedule=!1,o.scheduler&&Ae.push(o.scheduler)))}je()}const mn=(e,t)=>{const n=new Map;return n.cleanup=e,n.computed=t,n},Le=new WeakMap,H=Symbol(x.NODE_ENV!=="production"?"iterate":""),He=Symbol(x.NODE_ENV!=="production"?"Map key iterate":"");function y(e,t,n){if(L&&se){let r=Le.get(e);r||Le.set(e,r=new Map);let o=r.get(n);o||r.set(n,o=mn(()=>r.delete(n))),_n(se,o,x.NODE_ENV!=="production"?{target:e,type:t,key:n}:void 0)}}function M(e,t,n,r,o,s){const i=Le.get(e);if(!i)return;let l=[];if(t==="clear")l=[...i.values()];else if(n==="length"&&_(e)){const a=Number(r);i.forEach((f,g)=>{(g==="length"||!re(g)&&g>=a)&&l.push(f)})}else switch(n!==void 0&&l.push(i.get(n)),t){case"add":_(e)?ve(n)&&l.push(i.get("length")):(l.push(i.get(H)),G(e)&&l.push(i.get(He)));break;case"delete":_(e)||(l.push(i.get(H)),G(e)&&l.push(i.get(He)));break;case"set":G(e)&&l.push(i.get(H));break}Fe();for(const a of l)a&&gn(a,4,x.NODE_ENV!=="production"?{target:e,type:t,key:n,newValue:r,oldValue:o,oldTarget:s}:void 0);je()}const En=te("__proto__,__v_isRef,__isVue"),dt=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(re)),pt=bn();function bn(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...n){const r=p(this);for(let s=0,i=this.length;s<i;s++)y(r,"get",s+"");const o=r[t](...n);return o===-1||o===!1?r[t](...n.map(p)):o}}),["push","pop","shift","unshift","splice"].forEach(t=>{e[t]=function(...n){fe(),Fe();const r=p(this)[t].apply(this,n);return je(),de(),r}}),e}function wn(e){re(e)||(e=String(e));const t=p(this);return y(t,"has",e),t.hasOwnProperty(e)}class ht{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,r){const o=this._isReadonly,s=this._isShallow;if(n==="__v_isReactive")return!o;if(n==="__v_isReadonly")return o;if(n==="__v_isShallow")return s;if(n==="__v_raw")return r===(o?s?St:Ot:s?Dn:Nt).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(r)?t:void 0;const i=_(t);if(!o){if(i&&E(pt,n))return Reflect.get(pt,n,r);if(n==="hasOwnProperty")return wn}const l=Reflect.get(t,n,r);return(re(n)?dt.has(n):En(n))||(o||y(t,"get",n),s)?l:I(l)?i&&ve(n)?l:l.value:S(l)?o?xt(l):yt(l):l}}class Nn extends ht{constructor(t=!1){super(!1,t)}set(t,n,r,o){let s=t[n];if(!this._isShallow){const a=Z(s);if(!X(r)&&!Z(r)&&(s=p(s),r=p(r)),!_(t)&&I(s)&&!I(r))return a?!1:(s.value=r,!0)}const i=_(t)&&ve(n)?Number(n)<t.length:E(t,n),l=Reflect.set(t,n,r,o);return t===p(o)&&(i?Y(r,s)&&M(t,"set",n,r,s):M(t,"add",n,r)),l}deleteProperty(t,n){const r=E(t,n),o=t[n],s=Reflect.deleteProperty(t,n);return s&&r&&M(t,"delete",n,void 0,o),s}has(t,n){const r=Reflect.has(t,n);return(!re(n)||!dt.has(n))&&y(t,"has",n),r}ownKeys(t){return y(t,"iterate",_(t)?"length":H),Reflect.ownKeys(t)}}class _t extends ht{constructor(t=!1){super(!0,t)}set(t,n){return x.NODE_ENV!=="production"&&oe(`Set operation on key "${String(n)}" failed: target is readonly.`,t),!0}deleteProperty(t,n){return x.NODE_ENV!=="production"&&oe(`Delete operation on key "${String(n)}" failed: target is readonly.`,t),!0}}const On=new Nn,Sn=new _t,yn=new _t(!0),ze=e=>e,pe=e=>Reflect.getPrototypeOf(e);function he(e,t,n=!1,r=!1){e=e.__v_raw;const o=p(e),s=p(t);n||(Y(t,s)&&y(o,"get",t),y(o,"get",s));const{has:i}=pe(o),l=r?ze:n?qe:Be;if(i.call(o,t))return l(e.get(t));if(i.call(o,s))return l(e.get(s));e!==o&&e.get(t)}function _e(e,t=!1){const n=this.__v_raw,r=p(n),o=p(e);return t||(Y(e,o)&&y(r,"has",e),y(r,"has",o)),e===o?n.has(e):n.has(e)||n.has(o)}function ge(e,t=!1){return e=e.__v_raw,!t&&y(p(e),"iterate",H),Reflect.get(e,"size",e)}function gt(e){e=p(e);const t=p(this);return pe(t).has.call(t,e)||(t.add(e),M(t,"add",e,e)),this}function mt(e,t){t=p(t);const n=p(this),{has:r,get:o}=pe(n);let s=r.call(n,e);s?x.NODE_ENV!=="production"&&wt(n,r,e):(e=p(e),s=r.call(n,e));const i=o.call(n,e);return n.set(e,t),s?Y(t,i)&&M(n,"set",e,t,i):M(n,"add",e,t),this}function Et(e){const t=p(this),{has:n,get:r}=pe(t);let o=n.call(t,e);o?x.NODE_ENV!=="production"&&wt(t,n,e):(e=p(e),o=n.call(t,e));const s=r?r.call(t,e):void 0,i=t.delete(e);return o&&M(t,"delete",e,void 0,s),i}function bt(){const e=p(this),t=e.size!==0,n=x.NODE_ENV!=="production"?G(e)?new Map(e):new Set(e):void 0,r=e.clear();return t&&M(e,"clear",void 0,void 0,n),r}function me(e,t){return function(r,o){const s=this,i=s.__v_raw,l=p(i),a=t?ze:e?qe:Be;return!e&&y(l,"iterate",H),i.forEach((f,g)=>r.call(o,a(f),a(g),s))}}function Ee(e,t,n){return function(...r){const o=this.__v_raw,s=p(o),i=G(s),l=e==="entries"||e===Symbol.iterator&&i,a=e==="keys"&&i,f=o[e](...r),g=n?ze:t?qe:Be;return!t&&y(s,"iterate",a?He:H),{next(){const{value:c,done:d}=f.next();return d?{value:c,done:d}:{value:l?[g(c[0]),g(c[1])]:g(c),done:d}},[Symbol.iterator](){return this}}}}function F(e){return function(...t){if(x.NODE_ENV!=="production"){const n=t[0]?`on key "${t[0]}" `:"";oe(`${on(e)} operation ${n}failed: target is readonly.`,p(this))}return e==="delete"?!1:e==="clear"?void 0:this}}function xn(){const e={get(s){return he(this,s)},get size(){return ge(this)},has:_e,add:gt,set:mt,delete:Et,clear:bt,forEach:me(!1,!1)},t={get(s){return he(this,s,!1,!0)},get size(){return ge(this)},has:_e,add:gt,set:mt,delete:Et,clear:bt,forEach:me(!1,!0)},n={get(s){return he(this,s,!0)},get size(){return ge(this,!0)},has(s){return _e.call(this,s,!0)},add:F("add"),set:F("set"),delete:F("delete"),clear:F("clear"),forEach:me(!0,!1)},r={get(s){return he(this,s,!0,!0)},get size(){return ge(this,!0)},has(s){return _e.call(this,s,!0)},add:F("add"),set:F("set"),delete:F("delete"),clear:F("clear"),forEach:me(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(s=>{e[s]=Ee(s,!1,!1),n[s]=Ee(s,!0,!1),t[s]=Ee(s,!1,!0),r[s]=Ee(s,!0,!0)}),[e,n,t,r]}const[Rn,In,Vn,Tn]=xn();function Ke(e,t){const n=t?e?Tn:Vn:e?In:Rn;return(r,o,s)=>o==="__v_isReactive"?!e:o==="__v_isReadonly"?e:o==="__v_raw"?r:Reflect.get(E(n,o)&&o in r?n:r,o,s)}const Cn={get:Ke(!1,!1)},$n={get:Ke(!0,!1)},vn={get:Ke(!0,!0)};function wt(e,t,n){const r=p(n);if(r!==n&&t.call(e,r)){const o=st(e);oe(`Reactive ${o} contains both the raw and reactive versions of the same object${o==="Map"?" as keys":""}, which can lead to inconsistencies. Avoid differentiating between the raw and reactive versions of an object and only use the reactive version if possible.`)}}const Nt=new WeakMap,Dn=new WeakMap,Ot=new WeakMap,St=new WeakMap;function Pn(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function Mn(e){return e.__v_skip||!Object.isExtensible(e)?0:Pn(st(e))}function yt(e){return Z(e)?e:We(e,!1,On,Cn,Nt)}function xt(e){return We(e,!0,Sn,$n,Ot)}function be(e){return We(e,!0,yn,vn,St)}function We(e,t,n,r,o){if(!S(e))return x.NODE_ENV!=="production"&&oe(`value cannot be made ${t?"readonly":"reactive"}: ${String(e)}`),e;if(e.__v_raw&&!(t&&e.__v_isReactive))return e;const s=o.get(e);if(s)return s;const i=Mn(e);if(i===0)return e;const l=new Proxy(e,i===2?r:n);return o.set(e,l),l}function Q(e){return Z(e)?Q(e.__v_raw):!!(e&&e.__v_isReactive)}function Z(e){return!!(e&&e.__v_isReadonly)}function X(e){return!!(e&&e.__v_isShallow)}function Ue(e){return e?!!e.__v_raw:!1}function p(e){const t=e&&e.__v_raw;return t?p(t):e}function Fn(e){return Object.isExtensible(e)&&sn(e,"__v_skip",!0),e}const Be=e=>S(e)?yt(e):e,qe=e=>S(e)?xt(e):e;function I(e){return!!(e&&e.__v_isRef===!0)}function jn(e){return I(e)?e.value:e}const An={get:(e,t,n)=>jn(Reflect.get(e,t,n)),set:(e,t,n,r)=>{const o=e[t];return I(o)&&!I(n)?(o.value=n,!0):Reflect.set(e,t,n,r)}};function Ln(e){return Q(e)?e:new Proxy(e,An)}var u={};const z=[];function Hn(e){z.push(e)}function zn(){z.pop()}function b(e,...t){fe();const n=z.length?z[z.length-1].component:null,r=n&&n.appContext.config.warnHandler,o=Kn();if(r)K(r,n,11,[e+t.map(s=>{var i,l;return(l=(i=s.toString)==null?void 0:i.call(s))!=null?l:JSON.stringify(s)}).join(""),n&&n.proxy,o.map(({vnode:s})=>`at <${Yt(n,s.type)}>`).join(`
**//*! #__NO_SIDE_EFFECTS__ */function te(e,t){const n=new Set(e.split(","));return r=>n.has(r)}const v=J.NODE_ENV!=="production"?Object.freeze({}):{},Zt=J.NODE_ENV!=="production"?Object.freeze([]):[],ne=()=>{},Xt=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),C=Object.assign,kt=Object.prototype.hasOwnProperty,E=(e,t)=>kt.call(e,t),_=Array.isArray,G=e=>ue(e)==="[object Map]",en=e=>ue(e)==="[object Set]",w=e=>typeof e=="function",V=e=>typeof e=="string",re=e=>typeof e=="symbol",S=e=>e!==null&&typeof e=="object",tn=e=>(S(e)||w(e))&&w(e.then)&&w(e.catch),nn=Object.prototype.toString,ue=e=>nn.call(e),st=e=>ue(e).slice(8,-1),rn=e=>ue(e)==="[object Object]",ve=e=>V(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,on=(e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))})(e=>e.charAt(0).toUpperCase()+e.slice(1)),Y=(e,t)=>!Object.is(e,t),sn=(e,t,n,r=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:r,value:n})};let it;const ct=()=>it||(it=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function De(e){if(_(e)){const t={};for(let n=0;n<e.length;n++){const r=e[n],o=V(r)?un(r):De(r);if(o)for(const s in o)t[s]=o[s]}return t}else if(V(e)||S(e))return e}const cn=/;(?![^(]*\))/g,ln=/:([^]+)/,an=/\/\*[^]*?\*\//g;function un(e){const t={};return e.replace(an,"").split(cn).forEach(n=>{if(n){const r=n.split(ln);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t}function Pe(e){let t="";if(V(e))t=e;else if(_(e))for(let n=0;n<e.length;n++){const r=Pe(e[n]);r&&(t+=r+" ")}else if(S(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}var x={};function oe(e,...t){console.warn(`[Vue warn] ${e}`,...t)}let fn;function dn(e,t=fn){t&&t.active&&t.effects.push(e)}let se;class pn{constructor(t,n,r,o){this.fn=t,this.trigger=n,this.scheduler=r,this.active=!0,this.deps=[],this._dirtyLevel=4,this._trackId=0,this._runnings=0,this._shouldSchedule=!1,this._depsLength=0,dn(this,o)}get dirty(){if(this._dirtyLevel===2||this._dirtyLevel===3){this._dirtyLevel=1,fe();for(let t=0;t<this._depsLength;t++){const n=this.deps[t];if(n.computed&&(hn(n.computed),this._dirtyLevel>=4))break}this._dirtyLevel===1&&(this._dirtyLevel=0),de()}return this._dirtyLevel>=4}set dirty(t){this._dirtyLevel=t?4:0}run(){if(this._dirtyLevel=0,!this.active)return this.fn();let t=L,n=se;try{return L=!0,se=this,this._runnings++,lt(this),this.fn()}finally{at(this),this._runnings--,se=n,L=t}}stop(){this.active&&(lt(this),at(this),this.onStop&&this.onStop(),this.active=!1)}}function hn(e){return e.value}function lt(e){e._trackId++,e._depsLength=0}function at(e){if(e.deps.length>e._depsLength){for(let t=e._depsLength;t<e.deps.length;t++)ut(e.deps[t],e);e.deps.length=e._depsLength}}function ut(e,t){const n=e.get(t);n!==void 0&&t._trackId!==n&&(e.delete(t),e.size===0&&e.cleanup())}let L=!0,Me=0;const ft=[];function fe(){ft.push(L),L=!1}function de(){const e=ft.pop();L=e===void 0?!0:e}function Fe(){Me++}function je(){for(Me--;!Me&&Ae.length;)Ae.shift()()}function _n(e,t,n){var r;if(t.get(e)!==e._trackId){t.set(e,e._trackId);const o=e.deps[e._depsLength];o!==t?(o&&ut(o,e),e.deps[e._depsLength++]=t):e._depsLength++,x.NODE_ENV!=="production"&&((r=e.onTrack)==null||r.call(e,C({effect:e},n)))}}const Ae=[];function gn(e,t,n){var r;Fe();for(const o of e.keys()){let s;o._dirtyLevel<t&&(s??(s=e.get(o)===o._trackId))&&(o._shouldSchedule||(o._shouldSchedule=o._dirtyLevel===0),o._dirtyLevel=t),o._shouldSchedule&&(s??(s=e.get(o)===o._trackId))&&(x.NODE_ENV!=="production"&&((r=o.onTrigger)==null||r.call(o,C({effect:o},n))),o.trigger(),(!o._runnings||o.allowRecurse)&&o._dirtyLevel!==2&&(o._shouldSchedule=!1,o.scheduler&&Ae.push(o.scheduler)))}je()}const mn=(e,t)=>{const n=new Map;return n.cleanup=e,n.computed=t,n},Le=new WeakMap,H=Symbol(x.NODE_ENV!=="production"?"iterate":""),He=Symbol(x.NODE_ENV!=="production"?"Map key iterate":"");function y(e,t,n){if(L&&se){let r=Le.get(e);r||Le.set(e,r=new Map);let o=r.get(n);o||r.set(n,o=mn(()=>r.delete(n))),_n(se,o,x.NODE_ENV!=="production"?{target:e,type:t,key:n}:void 0)}}function M(e,t,n,r,o,s){const i=Le.get(e);if(!i)return;let l=[];if(t==="clear")l=[...i.values()];else if(n==="length"&&_(e)){const a=Number(r);i.forEach((f,g)=>{(g==="length"||!re(g)&&g>=a)&&l.push(f)})}else switch(n!==void 0&&l.push(i.get(n)),t){case"add":_(e)?ve(n)&&l.push(i.get("length")):(l.push(i.get(H)),G(e)&&l.push(i.get(He)));break;case"delete":_(e)||(l.push(i.get(H)),G(e)&&l.push(i.get(He)));break;case"set":G(e)&&l.push(i.get(H));break}Fe();for(const a of l)a&&gn(a,4,x.NODE_ENV!=="production"?{target:e,type:t,key:n,newValue:r,oldValue:o,oldTarget:s}:void 0);je()}const En=te("__proto__,__v_isRef,__isVue"),dt=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(re)),pt=bn();function bn(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...n){const r=p(this);for(let s=0,i=this.length;s<i;s++)y(r,"get",s+"");const o=r[t](...n);return o===-1||o===!1?r[t](...n.map(p)):o}}),["push","pop","shift","unshift","splice"].forEach(t=>{e[t]=function(...n){fe(),Fe();const r=p(this)[t].apply(this,n);return je(),de(),r}}),e}function wn(e){re(e)||(e=String(e));const t=p(this);return y(t,"has",e),t.hasOwnProperty(e)}class ht{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,r){const o=this._isReadonly,s=this._isShallow;if(n==="__v_isReactive")return!o;if(n==="__v_isReadonly")return o;if(n==="__v_isShallow")return s;if(n==="__v_raw")return r===(o?s?St:Ot:s?Dn:Nt).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(r)?t:void 0;const i=_(t);if(!o){if(i&&E(pt,n))return Reflect.get(pt,n,r);if(n==="hasOwnProperty")return wn}const l=Reflect.get(t,n,r);return(re(n)?dt.has(n):En(n))||(o||y(t,"get",n),s)?l:R(l)?i&&ve(n)?l:l.value:S(l)?o?xt(l):yt(l):l}}class Nn extends ht{constructor(t=!1){super(!1,t)}set(t,n,r,o){let s=t[n];if(!this._isShallow){const a=Z(s);if(!X(r)&&!Z(r)&&(s=p(s),r=p(r)),!_(t)&&R(s)&&!R(r))return a?!1:(s.value=r,!0)}const i=_(t)&&ve(n)?Number(n)<t.length:E(t,n),l=Reflect.set(t,n,r,o);return t===p(o)&&(i?Y(r,s)&&M(t,"set",n,r,s):M(t,"add",n,r)),l}deleteProperty(t,n){const r=E(t,n),o=t[n],s=Reflect.deleteProperty(t,n);return s&&r&&M(t,"delete",n,void 0,o),s}has(t,n){const r=Reflect.has(t,n);return(!re(n)||!dt.has(n))&&y(t,"has",n),r}ownKeys(t){return y(t,"iterate",_(t)?"length":H),Reflect.ownKeys(t)}}class _t extends ht{constructor(t=!1){super(!0,t)}set(t,n){return x.NODE_ENV!=="production"&&oe(`Set operation on key "${String(n)}" failed: target is readonly.`,t),!0}deleteProperty(t,n){return x.NODE_ENV!=="production"&&oe(`Delete operation on key "${String(n)}" failed: target is readonly.`,t),!0}}const On=new Nn,Sn=new _t,yn=new _t(!0),ze=e=>e,pe=e=>Reflect.getPrototypeOf(e);function he(e,t,n=!1,r=!1){e=e.__v_raw;const o=p(e),s=p(t);n||(Y(t,s)&&y(o,"get",t),y(o,"get",s));const{has:i}=pe(o),l=r?ze:n?qe:Be;if(i.call(o,t))return l(e.get(t));if(i.call(o,s))return l(e.get(s));e!==o&&e.get(t)}function _e(e,t=!1){const n=this.__v_raw,r=p(n),o=p(e);return t||(Y(e,o)&&y(r,"has",e),y(r,"has",o)),e===o?n.has(e):n.has(e)||n.has(o)}function ge(e,t=!1){return e=e.__v_raw,!t&&y(p(e),"iterate",H),Reflect.get(e,"size",e)}function gt(e){e=p(e);const t=p(this);return pe(t).has.call(t,e)||(t.add(e),M(t,"add",e,e)),this}function mt(e,t){t=p(t);const n=p(this),{has:r,get:o}=pe(n);let s=r.call(n,e);s?x.NODE_ENV!=="production"&&wt(n,r,e):(e=p(e),s=r.call(n,e));const i=o.call(n,e);return n.set(e,t),s?Y(t,i)&&M(n,"set",e,t,i):M(n,"add",e,t),this}function Et(e){const t=p(this),{has:n,get:r}=pe(t);let o=n.call(t,e);o?x.NODE_ENV!=="production"&&wt(t,n,e):(e=p(e),o=n.call(t,e));const s=r?r.call(t,e):void 0,i=t.delete(e);return o&&M(t,"delete",e,void 0,s),i}function bt(){const e=p(this),t=e.size!==0,n=x.NODE_ENV!=="production"?G(e)?new Map(e):new Set(e):void 0,r=e.clear();return t&&M(e,"clear",void 0,void 0,n),r}function me(e,t){return function(r,o){const s=this,i=s.__v_raw,l=p(i),a=t?ze:e?qe:Be;return!e&&y(l,"iterate",H),i.forEach((f,g)=>r.call(o,a(f),a(g),s))}}function Ee(e,t,n){return function(...r){const o=this.__v_raw,s=p(o),i=G(s),l=e==="entries"||e===Symbol.iterator&&i,a=e==="keys"&&i,f=o[e](...r),g=n?ze:t?qe:Be;return!t&&y(s,"iterate",a?He:H),{next(){const{value:c,done:d}=f.next();return d?{value:c,done:d}:{value:l?[g(c[0]),g(c[1])]:g(c),done:d}},[Symbol.iterator](){return this}}}}function F(e){return function(...t){if(x.NODE_ENV!=="production"){const n=t[0]?`on key "${t[0]}" `:"";oe(`${on(e)} operation ${n}failed: target is readonly.`,p(this))}return e==="delete"?!1:e==="clear"?void 0:this}}function xn(){const e={get(s){return he(this,s)},get size(){return ge(this)},has:_e,add:gt,set:mt,delete:Et,clear:bt,forEach:me(!1,!1)},t={get(s){return he(this,s,!1,!0)},get size(){return ge(this)},has:_e,add:gt,set:mt,delete:Et,clear:bt,forEach:me(!1,!0)},n={get(s){return he(this,s,!0)},get size(){return ge(this,!0)},has(s){return _e.call(this,s,!0)},add:F("add"),set:F("set"),delete:F("delete"),clear:F("clear"),forEach:me(!0,!1)},r={get(s){return he(this,s,!0,!0)},get size(){return ge(this,!0)},has(s){return _e.call(this,s,!0)},add:F("add"),set:F("set"),delete:F("delete"),clear:F("clear"),forEach:me(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(s=>{e[s]=Ee(s,!1,!1),n[s]=Ee(s,!0,!1),t[s]=Ee(s,!1,!0),r[s]=Ee(s,!0,!0)}),[e,n,t,r]}const[In,Rn,Cn,Vn]=xn();function Ke(e,t){const n=t?e?Vn:Cn:e?Rn:In;return(r,o,s)=>o==="__v_isReactive"?!e:o==="__v_isReadonly"?e:o==="__v_raw"?r:Reflect.get(E(n,o)&&o in r?n:r,o,s)}const $n={get:Ke(!1,!1)},Tn={get:Ke(!0,!1)},vn={get:Ke(!0,!0)};function wt(e,t,n){const r=p(n);if(r!==n&&t.call(e,r)){const o=st(e);oe(`Reactive ${o} contains both the raw and reactive versions of the same object${o==="Map"?" as keys":""}, which can lead to inconsistencies. Avoid differentiating between the raw and reactive versions of an object and only use the reactive version if possible.`)}}const Nt=new WeakMap,Dn=new WeakMap,Ot=new WeakMap,St=new WeakMap;function Pn(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function Mn(e){return e.__v_skip||!Object.isExtensible(e)?0:Pn(st(e))}function yt(e){return Z(e)?e:We(e,!1,On,$n,Nt)}function xt(e){return We(e,!0,Sn,Tn,Ot)}function be(e){return We(e,!0,yn,vn,St)}function We(e,t,n,r,o){if(!S(e))return x.NODE_ENV!=="production"&&oe(`value cannot be made ${t?"readonly":"reactive"}: ${String(e)}`),e;if(e.__v_raw&&!(t&&e.__v_isReactive))return e;const s=o.get(e);if(s)return s;const i=Mn(e);if(i===0)return e;const l=new Proxy(e,i===2?r:n);return o.set(e,l),l}function Q(e){return Z(e)?Q(e.__v_raw):!!(e&&e.__v_isReactive)}function Z(e){return!!(e&&e.__v_isReadonly)}function X(e){return!!(e&&e.__v_isShallow)}function Ue(e){return e?!!e.__v_raw:!1}function p(e){const t=e&&e.__v_raw;return t?p(t):e}function Fn(e){return Object.isExtensible(e)&&sn(e,"__v_skip",!0),e}const Be=e=>S(e)?yt(e):e,qe=e=>S(e)?xt(e):e;function R(e){return!!(e&&e.__v_isRef===!0)}function jn(e){return R(e)?e.value:e}const An={get:(e,t,n)=>jn(Reflect.get(e,t,n)),set:(e,t,n,r)=>{const o=e[t];return R(o)&&!R(n)?(o.value=n,!0):Reflect.set(e,t,n,r)}};function Ln(e){return Q(e)?e:new Proxy(e,An)}var u={};const z=[];function Hn(e){z.push(e)}function zn(){z.pop()}function b(e,...t){fe();const n=z.length?z[z.length-1].component:null,r=n&&n.appContext.config.warnHandler,o=Kn();if(r)K(r,n,11,[e+t.map(s=>{var i,l;return(l=(i=s.toString)==null?void 0:i.call(s))!=null?l:JSON.stringify(s)}).join(""),n&&n.proxy,o.map(({vnode:s})=>`at <${Yt(n,s.type)}>`).join(`
`),o]);else{const s=[`[Vue warn]: ${e}`,...t];o.length&&s.push(`
`,...Wn(o)),console.warn(...s)}de()}function Kn(){let e=z[z.length-1];if(!e)return[];const t=[];for(;e;){const n=t[0];n&&n.vnode===e?n.recurseCount++:t.push({vnode:e,recurseCount:0});const r=e.component&&e.component.parent;e=r&&r.vnode}return t}function Wn(e){const t=[];return e.forEach((n,r)=>{t.push(...r===0?[]:[`
`],...Un(n))}),t}function Un({vnode:e,recurseCount:t}){const n=t>0?`... (${t} recursive calls)`:"",r=e.component?e.component.parent==null:!1,o=` at <${Yt(e.component,e.type,r)}`,s=">"+n;return e.props?[o,...Bn(e.props),s]:[o+s]}function Bn(e){const t=[],n=Object.keys(e);return n.slice(0,3).forEach(r=>{t.push(...Rt(r,e[r]))}),n.length>3&&t.push(" ..."),t}function Rt(e,t,n){return T(t)?(t=JSON.stringify(t),n?t:[`${e}=${t}`]):typeof t=="number"||typeof t=="boolean"||t==null?n?t:[`${e}=${t}`]:I(t)?(t=Rt(e,p(t.value),!0),n?t:[`${e}=Ref<`,t,">"]):w(t)?[`${e}=fn${t.name?`<${t.name}>`:""}`]:(t=p(t),n?t:[`${e}=`,t])}const It={sp:"serverPrefetch hook",bc:"beforeCreate hook",c:"created hook",bm:"beforeMount hook",m:"mounted hook",bu:"beforeUpdate hook",u:"updated",bum:"beforeUnmount hook",um:"unmounted hook",a:"activated hook",da:"deactivated hook",ec:"errorCaptured hook",rtc:"renderTracked hook",rtg:"renderTriggered hook",0:"setup function",1:"render function",2:"watcher getter",3:"watcher callback",4:"watcher cleanup function",5:"native event handler",6:"component event handler",7:"vnode hook",8:"directive hook",9:"transition hook",10:"app errorHandler",11:"app warnHandler",12:"ref function",13:"async component loader",14:"scheduler flush. This is likely a Vue internals bug. Please open an issue at https://github.com/vuejs/core ."};function K(e,t,n,r){try{return r?e(...r):e()}catch(o){Je(o,t,n)}}function we(e,t,n,r){if(w(e)){const o=K(e,t,n,r);return o&&tn(o)&&o.catch(s=>{Je(s,t,n)}),o}if(_(e)){const o=[];for(let s=0;s<e.length;s++)o.push(we(e[s],t,n,r));return o}else u.NODE_ENV!=="production"&&b(`Invalid value type passed to callWithAsyncErrorHandling(): ${typeof e}`)}function Je(e,t,n,r=!0){const o=t?t.vnode:null;if(t){let s=t.parent;const i=t.proxy,l=u.NODE_ENV!=="production"?It[n]:`https://vuejs.org/error-reference/#runtime-${n}`;for(;s;){const f=s.ec;if(f){for(let g=0;g<f.length;g++)if(f[g](e,i,l)===!1)return}s=s.parent}const a=t.appContext.config.errorHandler;if(a){fe(),K(a,null,10,[e,i,l]),de();return}}qn(e,n,o,r)}function qn(e,t,n,r=!0){if(u.NODE_ENV!=="production"){const o=It[t];if(n&&Hn(n),b(`Unhandled error${o?` during execution of ${o}`:""}`),n&&zn(),r)throw e;console.error(e)}else console.error(e)}let Ne=!1,Ge=!1;const C=[];let j=0;const k=[];let A=null,W=0;const Vt=Promise.resolve();let Ye=null;const Jn=100;function Gn(e){const t=Ye||Vt;return e?t.then(this?e.bind(this):e):t}function Yn(e){let t=j+1,n=C.length;for(;t<n;){const r=t+n>>>1,o=C[r],s=ie(o);s<e||s===e&&o.pre?t=r+1:n=r}return t}function Qe(e){(!C.length||!C.includes(e,Ne&&e.allowRecurse?j+1:j))&&(e.id==null?C.push(e):C.splice(Yn(e.id),0,e),Tt())}function Tt(){!Ne&&!Ge&&(Ge=!0,Ye=Vt.then($t))}function Ct(e){_(e)?k.push(...e):(!A||!A.includes(e,e.allowRecurse?W+1:W))&&k.push(e),Tt()}function Qn(e){if(k.length){const t=[...new Set(k)].sort((n,r)=>ie(n)-ie(r));if(k.length=0,A){A.push(...t);return}for(A=t,u.NODE_ENV!=="production"&&(e=e||new Map),W=0;W<A.length;W++){const n=A[W];u.NODE_ENV!=="production"&&vt(e,n)||n.active!==!1&&n()}A=null,W=0}}const ie=e=>e.id==null?1/0:e.id,Zn=(e,t)=>{const n=ie(e)-ie(t);if(n===0){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return n};function $t(e){Ge=!1,Ne=!0,u.NODE_ENV!=="production"&&(e=e||new Map),C.sort(Zn);const t=u.NODE_ENV!=="production"?n=>vt(e,n):ne;try{for(j=0;j<C.length;j++){const n=C[j];if(n&&n.active!==!1){if(u.NODE_ENV!=="production"&&t(n))continue;K(n,null,14)}}}finally{j=0,C.length=0,Qn(e),Ne=!1,Ye=null,(C.length||k.length)&&$t(e)}}function vt(e,t){if(!e.has(t))e.set(t,1);else{const n=e.get(t);if(n>Jn){const r=t.ownerInstance,o=r&&Gt(r.type);return Je(`Maximum recursive updates exceeded${o?` in component <${o}>`:""}. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.`,null,10),!0}else e.set(t,n+1)}}const ee=new Set;u.NODE_ENV!=="production"&&(ct().__VUE_HMR_RUNTIME__={createRecord:Ze(Xn),rerender:Ze(kn),reload:Ze(er)});const Oe=new Map;function Xn(e,t){return Oe.has(e)?!1:(Oe.set(e,{initialDef:ce(t),instances:new Set}),!0)}function ce(e){return Qt(e)?e.__vccOpts:e}function kn(e,t){const n=Oe.get(e);n&&(n.initialDef.render=t,[...n.instances].forEach(r=>{t&&(r.render=t,ce(r.type).render=t),r.renderCache=[],r.effect.dirty=!0,r.update()}))}function er(e,t){const n=Oe.get(e);if(!n)return;t=ce(t),Dt(n.initialDef,t);const r=[...n.instances];for(const o of r){const s=ce(o.type);ee.has(s)||(s!==n.initialDef&&Dt(s,t),ee.add(s)),o.appContext.propsCache.delete(o.type),o.appContext.emitsCache.delete(o.type),o.appContext.optionsCache.delete(o.type),o.ceReload?(ee.add(s),o.ceReload(t.styles),ee.delete(s)):o.parent?(o.parent.effect.dirty=!0,Qe(()=>{o.parent.update(),ee.delete(s)})):o.appContext.reload?o.appContext.reload():typeof window<"u"?window.location.reload():console.warn("[HMR] Root or manually mounted instance modified. Full reload required.")}Ct(()=>{for(const o of r)ee.delete(ce(o.type))})}function Dt(e,t){V(e,t);for(const n in e)n!=="__file"&&!(n in t)&&delete e[n]}function Ze(e){return(t,n)=>{try{return e(t,n)}catch(r){console.error(r),console.warn("[HMR] Something went wrong during Vue component hot-reload. Full reload required.")}}}let P=null,tr=null;const nr=Symbol.for("v-ndc"),rr=e=>e.__isSuspense;function or(e,t){t&&t.pendingBranch?_(e)?t.effects.push(...e):t.effects.push(e):Ct(e)}const Xe=e=>e?vr(e)?Dr(e):Xe(e.parent):null,le=V(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>u.NODE_ENV!=="production"?be(e.props):e.props,$attrs:e=>u.NODE_ENV!=="production"?be(e.attrs):e.attrs,$slots:e=>u.NODE_ENV!=="production"?be(e.slots):e.slots,$refs:e=>u.NODE_ENV!=="production"?be(e.refs):e.refs,$parent:e=>Xe(e.parent),$root:e=>Xe(e.root),$emit:e=>e.emit,$options:e=>cr(e),$forceUpdate:e=>e.f||(e.f=()=>{e.effect.dirty=!0,Qe(e.update)}),$nextTick:e=>e.n||(e.n=Gn.bind(e.proxy)),$watch:e=>gr.bind(e)}),sr=e=>e==="_"||e==="$",ke=(e,t)=>e!==v&&!e.__isScriptSetup&&E(e,t),ir={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:n,setupState:r,data:o,props:s,accessCache:i,type:l,appContext:a}=e;if(u.NODE_ENV!=="production"&&t==="__isVue")return!0;let f;if(t[0]!=="$"){const m=i[t];if(m!==void 0)switch(m){case 1:return r[t];case 2:return o[t];case 4:return n[t];case 3:return s[t]}else{if(ke(r,t))return i[t]=1,r[t];if(o!==v&&E(o,t))return i[t]=2,o[t];if((f=e.propsOptions[0])&&E(f,t))return i[t]=3,s[t];if(n!==v&&E(n,t))return i[t]=4,n[t];i[t]=0}}const g=le[t];let c,d;if(g)return t==="$attrs"?y(e.attrs,"get",""):u.NODE_ENV!=="production"&&t==="$slots"&&y(e,"get",t),g(e);if((c=l.__cssModules)&&(c=c[t]))return c;if(n!==v&&E(n,t))return i[t]=4,n[t];if(d=a.config.globalProperties,E(d,t))return d[t];u.NODE_ENV!=="production"&&P&&(!T(t)||t.indexOf("__v")!==0)&&(o!==v&&sr(t[0])&&E(o,t)?b(`Property ${JSON.stringify(t)} must be accessed via $data because it starts with a reserved character ("$" or "_") and is not proxied on the render context.`):e===P&&b(`Property ${JSON.stringify(t)} was accessed during render but is not defined on instance.`))},set({_:e},t,n){const{data:r,setupState:o,ctx:s}=e;return ke(o,t)?(o[t]=n,!0):u.NODE_ENV!=="production"&&o.__isScriptSetup&&E(o,t)?(b(`Cannot mutate <script setup> binding "${t}" from Options API.`),!1):r!==v&&E(r,t)?(r[t]=n,!0):E(e.props,t)?(u.NODE_ENV!=="production"&&b(`Attempting to mutate prop "${t}". Props are readonly.`),!1):t[0]==="$"&&t.slice(1)in e?(u.NODE_ENV!=="production"&&b(`Attempting to mutate public property "${t}". Properties starting with $ are reserved and readonly.`),!1):(u.NODE_ENV!=="production"&&t in e.appContext.config.globalProperties?Object.defineProperty(s,t,{enumerable:!0,configurable:!0,value:n}):s[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:r,appContext:o,propsOptions:s}},i){let l;return!!n[i]||e!==v&&E(e,i)||ke(t,i)||(l=s[0])&&E(l,i)||E(r,i)||E(le,i)||E(o.config.globalProperties,i)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:E(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};u.NODE_ENV!=="production"&&(ir.ownKeys=e=>(b("Avoid app logic that relies on enumerating keys on a component instance. The keys will be empty in production mode to avoid performance overhead."),Reflect.ownKeys(e)));function Pt(e){return _(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}function cr(e){const t=e.type,{mixins:n,extends:r}=t,{mixins:o,optionsCache:s,config:{optionMergeStrategies:i}}=e.appContext,l=s.get(t);let a;return l?a=l:!o.length&&!n&&!r?a=t:(a={},o.length&&o.forEach(f=>Se(a,f,i,!0)),Se(a,t,i)),S(t)&&s.set(t,a),a}function Se(e,t,n,r=!1){const{mixins:o,extends:s}=t;s&&Se(e,s,n,!0),o&&o.forEach(i=>Se(e,i,n,!0));for(const i in t)if(r&&i==="expose")u.NODE_ENV!=="production"&&b('"expose" option is ignored when declared in mixins or extends. It should only be declared in the base component itself.');else{const l=lr[i]||n&&n[i];e[i]=l?l(e[i],t[i]):t[i]}return e}const lr={data:Mt,props:jt,emits:jt,methods:ae,computed:ae,beforeCreate:O,created:O,beforeMount:O,mounted:O,beforeUpdate:O,updated:O,beforeDestroy:O,beforeUnmount:O,destroyed:O,unmounted:O,activated:O,deactivated:O,errorCaptured:O,serverPrefetch:O,components:ae,directives:ae,watch:ur,provide:Mt,inject:ar};function Mt(e,t){return t?e?function(){return V(w(e)?e.call(this,this):e,w(t)?t.call(this,this):t)}:t:e}function ar(e,t){return ae(Ft(e),Ft(t))}function Ft(e){if(_(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function O(e,t){return e?[...new Set([].concat(e,t))]:t}function ae(e,t){return e?V(Object.create(null),e,t):t}function jt(e,t){return e?_(e)&&_(t)?[...new Set([...e,...t])]:V(Object.create(null),Pt(e),Pt(t??{})):t}function ur(e,t){if(!e)return t;if(!t)return e;const n=V(Object.create(null),e);for(const r in t)n[r]=O(e[r],t[r]);return n}let At=null;function fr(e,t,n=!1){const r=Ve||P;if(r||At){const o=r?r.parent==null?r.vnode.appContext&&r.vnode.appContext.provides:r.parent.provides:At._context.provides;if(o&&e in o)return o[e];if(arguments.length>1)return n&&w(t)?t.call(r&&r.proxy):t;u.NODE_ENV!=="production"&&b(`injection "${String(e)}" not found.`)}else u.NODE_ENV!=="production"&&b("inject() can only be used inside setup() or functional components.")}const dr={},Lt=e=>Object.getPrototypeOf(e)===dr,Ht=or,pr=Symbol.for("v-scx"),hr=()=>{{const e=fr(pr);return e||u.NODE_ENV!=="production"&&b("Server rendering context not provided. Make sure to only call useSSRContext() conditionally in the server build."),e}},ye={};function _r(e,t,{immediate:n,deep:r,flush:o,once:s,onTrack:i,onTrigger:l}=v){if(t&&s){const h=t;t=(...ot)=>{h(...ot),rt()}}u.NODE_ENV!=="production"&&r!==void 0&&typeof r=="number"&&b('watch() "deep" option with number value will be used as watch depth in future versions. Please use a boolean instead to avoid potential breakage.'),u.NODE_ENV!=="production"&&!t&&(n!==void 0&&b('watch() "immediate" option is only respected when using the watch(source, callback, options?) signature.'),r!==void 0&&b('watch() "deep" option is only respected when using the watch(source, callback, options?) signature.'),s!==void 0&&b('watch() "once" option is only respected when using the watch(source, callback, options?) signature.'));const a=h=>{b("Invalid watch source: ",h,"A watch source can only be a getter/effect function, a ref, a reactive object, or an array of these types.")},f=Ve,g=h=>r===!0?h:U(h,r===!1?1:void 0);let c,d=!1,m=!1;if(I(e)?(c=()=>e.value,d=X(e)):Q(e)?(c=()=>g(e),d=!0):_(e)?(m=!0,d=e.some(h=>Q(h)||X(h)),c=()=>e.map(h=>{if(I(h))return h.value;if(Q(h))return g(h);if(w(h))return K(h,f,2);u.NODE_ENV!=="production"&&a(h)})):w(e)?t?c=()=>K(e,f,2):c=()=>(N&&N(),we(e,f,3,[D])):(c=ne,u.NODE_ENV!=="production"&&a(e)),t&&r){const h=c;c=()=>U(h())}let N,D=h=>{N=R.onStop=()=>{K(h,f,4),N=R.onStop=void 0}},nt;if(Jt)if(D=ne,t?n&&we(t,f,3,[c(),m?[]:void 0,D]):c(),o==="sync"){const h=hr();nt=h.__watcherHandles||(h.__watcherHandles=[])}else return ne;let B=m?new Array(e.length).fill(ye):ye;const q=()=>{if(!(!R.active||!R.dirty))if(t){const h=R.run();(r||d||(m?h.some((ot,Kr)=>Y(ot,B[Kr])):Y(h,B)))&&(N&&N(),we(t,f,3,[h,B===ye?void 0:m&&B[0]===ye?[]:B,D]),B=h)}else R.run()};q.allowRecurse=!!t;let $e;o==="sync"?$e=q:o==="post"?$e=()=>Ht(q,f&&f.suspense):(q.pre=!0,f&&(q.id=f.uid),$e=()=>Qe(q));const R=new pn(c,ne,$e),rt=()=>{R.stop()};return u.NODE_ENV!=="production"&&(R.onTrack=i,R.onTrigger=l),t?n?q():B=R.run():o==="post"?Ht(R.run.bind(R),f&&f.suspense):R.run(),nt&&nt.push(rt),rt}function gr(e,t,n){const r=this.proxy,o=T(e)?e.includes(".")?mr(r,e):()=>r[e]:e.bind(r,r);let s;w(t)?s=t:(s=t.handler,n=t);const i=$r(this),l=_r(o,s.bind(r),n);return i(),l}function mr(e,t){const n=t.split(".");return()=>{let r=e;for(let o=0;o<n.length&&r;o++)r=r[n[o]];return r}}function U(e,t=1/0,n){if(t<=0||!S(e)||e.__v_skip||(n=n||new Set,n.has(e)))return e;if(n.add(e),t--,I(e))U(e.value,t,n);else if(_(e))for(let r=0;r<e.length;r++)U(e[r],t,n);else if(en(e)||G(e))e.forEach(r=>{U(r,t,n)});else if(rn(e)){for(const r in e)U(e[r],t,n);for(const r of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,r)&&U(e[r],t,n)}return e}function zt(e,t){e.shapeFlag&6&&e.component?zt(e.component.subTree,t):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}const Er=e=>e.__isTeleport,Kt=Symbol.for("v-fgt"),br=Symbol.for("v-txt"),wr=Symbol.for("v-cmt"),xe=[];let $=null;function Nr(e=!1){xe.push($=e?null:[])}function Or(){xe.pop(),$=xe[xe.length-1]||null}function Sr(e){return e.dynamicChildren=$||Zt,Or(),$&&$.push(e),e}function yr(e,t,n,r,o,s){return Sr(Ut(e,t,n,r,o,s,!0))}function xr(e){return e?e.__v_isVNode===!0:!1}const Rr=(...e)=>Bt(...e),Wt=({key:e})=>e??null,Re=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?T(e)||I(e)||w(e)?{i:P,r:e,k:t,f:!!n}:e:null);function Ut(e,t=null,n=null,r=0,o=null,s=e===Kt?0:1,i=!1,l=!1){const a={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Wt(t),ref:t&&Re(t),scopeId:tr,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:s,patchFlag:r,dynamicProps:o,dynamicChildren:null,appContext:null,ctx:P};return l?(et(a,n),s&128&&e.normalize(a)):n&&(a.shapeFlag|=T(n)?8:16),u.NODE_ENV!=="production"&&a.key!==a.key&&b("VNode created with invalid key (NaN). VNode type:",a.type),!i&&$&&(a.patchFlag>0||s&6)&&a.patchFlag!==32&&$.push(a),a}const Ir=u.NODE_ENV!=="production"?Rr:Bt;function Bt(e,t=null,n=null,r=0,o=null,s=!1){if((!e||e===nr)&&(u.NODE_ENV!=="production"&&!e&&b(`Invalid vnode type when creating vnode: ${e}.`),e=wr),xr(e)){const l=Ie(e,t,!0);return n&&et(l,n),!s&&$&&(l.shapeFlag&6?$[$.indexOf(e)]=l:$.push(l)),l.patchFlag=-2,l}if(Qt(e)&&(e=e.__vccOpts),t){t=Vr(t);let{class:l,style:a}=t;l&&!T(l)&&(t.class=Pe(l)),S(a)&&(Ue(a)&&!_(a)&&(a=V({},a)),t.style=De(a))}const i=T(e)?1:rr(e)?128:Er(e)?64:S(e)?4:w(e)?2:0;return u.NODE_ENV!=="production"&&i&4&&Ue(e)&&(e=p(e),b("Vue received a Component that was made a reactive object. This can lead to unnecessary performance overhead and should be avoided by marking the component with `markRaw` or using `shallowRef` instead of `ref`.",`
Component that was made reactive: `,e)),Ut(e,t,n,r,o,i,s,!0)}function Vr(e){return e?Ue(e)||Lt(e)?V({},e):e:null}function Ie(e,t,n=!1,r=!1){const{props:o,ref:s,patchFlag:i,children:l,transition:a}=e,f=t?Cr(o||{},t):o,g={__v_isVNode:!0,__v_skip:!0,type:e.type,props:f,key:f&&Wt(f),ref:t&&t.ref?n&&s?_(s)?s.concat(Re(t)):[s,Re(t)]:Re(t):s,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:u.NODE_ENV!=="production"&&i===-1&&_(l)?l.map(qt):l,target:e.target,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==Kt?i===-1?16:i|16:i,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:a,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&Ie(e.ssContent),ssFallback:e.ssFallback&&Ie(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return a&&r&&zt(g,a.clone(g)),g}function qt(e){const t=Ie(e);return _(e.children)&&(t.children=e.children.map(qt)),t}function Tr(e=" ",t=0){return Ir(br,null,e,t)}function et(e,t){let n=0;const{shapeFlag:r}=e;if(t==null)t=null;else if(_(t))n=16;else if(typeof t=="object")if(r&65){const o=t.default;o&&(o._c&&(o._d=!1),et(e,o()),o._c&&(o._d=!0));return}else{n=32;const o=t._;!o&&!Lt(t)?t._ctx=P:o===3&&P&&(P.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else w(t)?(t={default:t,_ctx:P},n=32):(t=String(t),r&64?(n=16,t=[Tr(t)]):n=8);e.children=t,e.shapeFlag|=n}function Cr(...e){const t={};for(let n=0;n<e.length;n++){const r=e[n];for(const o in r)if(o==="class")t.class!==r.class&&(t.class=Pe([t.class,r.class]));else if(o==="style")t.style=De([t.style,r.style]);else if(Xt(o)){const s=t[o],i=r[o];i&&s!==i&&!(_(s)&&s.includes(i))&&(t[o]=s?[].concat(s,i):i)}else o!==""&&(t[o]=r[o])}return t}let Ve=null,tt;{const e=ct(),t=(n,r)=>{let o;return(o=e[n])||(o=e[n]=[]),o.push(r),s=>{o.length>1?o.forEach(i=>i(s)):o[0](s)}};tt=t("__VUE_INSTANCE_SETTERS__",n=>Ve=n),t("__VUE_SSR_SETTERS__",n=>Jt=n)}const $r=e=>{const t=Ve;return tt(e),e.scope.on(),()=>{e.scope.off(),tt(t)}};function vr(e){return e.vnode.shapeFlag&4}let Jt=!1;function Dr(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(Ln(Fn(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in le)return le[n](e)},has(t,n){return n in t||n in le}})):e.proxy}const Pr=/(?:^|[-_])(\w)/g,Mr=e=>e.replace(Pr,t=>t.toUpperCase()).replace(/[-_]/g,"");function Gt(e,t=!0){return w(e)?e.displayName||e.name:e.name||t&&e.__name}function Yt(e,t,n=!1){let r=Gt(t);if(!r&&t.__file){const o=t.__file.match(/([^/\\]+)\.\w+$/);o&&(r=o[1])}if(!r&&e&&e.parent){const o=s=>{for(const i in s)if(s[i]===t)return i};r=o(e.components||e.parent.type.components)||o(e.appContext.components)}return r?Mr(r):n?"App":"Anonymous"}function Qt(e){return w(e)&&"__vccOpts"in e}function Fr(){if(u.NODE_ENV==="production"||typeof window>"u")return;const e={style:"color:#3ba776"},t={style:"color:#1677ff"},n={style:"color:#f5222d"},r={style:"color:#eb2f96"},o={header(c){return S(c)?c.__isVue?["div",e,"VueInstance"]:I(c)?["div",{},["span",e,g(c)],"<",l(c.value),">"]:Q(c)?["div",{},["span",e,X(c)?"ShallowReactive":"Reactive"],"<",l(c),`>${Z(c)?" (readonly)":""}`]:Z(c)?["div",{},["span",e,X(c)?"ShallowReadonly":"Readonly"],"<",l(c),">"]:null:null},hasBody(c){return c&&c.__isVue},body(c){if(c&&c.__isVue)return["div",{},...s(c.$)]}};function s(c){const d=[];c.type.props&&c.props&&d.push(i("props",p(c.props))),c.setupState!==v&&d.push(i("setup",c.setupState)),c.data!==v&&d.push(i("data",p(c.data)));const m=a(c,"computed");m&&d.push(i("computed",m));const N=a(c,"inject");return N&&d.push(i("injected",N)),d.push(["div",{},["span",{style:r.style+";opacity:0.66"},"$ (internal): "],["object",{object:c}]]),d}function i(c,d){return d=V({},d),Object.keys(d).length?["div",{style:"line-height:1.25em;margin-bottom:0.6em"},["div",{style:"color:#476582"},c],["div",{style:"padding-left:1.25em"},...Object.keys(d).map(m=>["div",{},["span",r,m+": "],l(d[m],!1)])]]:["span",{}]}function l(c,d=!0){return typeof c=="number"?["span",t,c]:typeof c=="string"?["span",n,JSON.stringify(c)]:typeof c=="boolean"?["span",r,c]:S(c)?["object",{object:d?p(c):c}]:["span",n,String(c)]}function a(c,d){const m=c.type;if(w(m))return;const N={};for(const D in c.ctx)f(m,D,d)&&(N[D]=c.ctx[D]);return N}function f(c,d,m){const N=c[m];if(_(N)&&N.includes(d)||S(N)&&d in N||c.extends&&f(c.extends,d,m)||c.mixins&&c.mixins.some(D=>f(D,d,m)))return!0}function g(c){return X(c)?"ShallowRef":c.effect?"ComputedRef":"Ref"}window.devtoolsFormatters?window.devtoolsFormatters.push(o):window.devtoolsFormatters=[o]}var jr={};function Ar(){Fr()}jr.NODE_ENV!=="production"&&Ar();const Lr=(e,t)=>{const n=e.__vccOpts||e;for(const[r,o]of t)n[r]=o;return n},Te=window.jQuery,Ce=e=>e===void 0?e:Te.fn.bootstrapTable.utils.extend(!0,Array.isArray(e)?[]:{},e),Hr={name:"BootstrapTable",props:{columns:{type:Array,require:!0},data:{type:[Array,Object],default(){}},options:{type:Object,default(){return{}}}},data(){return{initTimer:0}},mounted(){this.$table=Te(this.$el),this.$table.on("all.bs.table",(e,t,n)=>{let r=Te.fn.bootstrapTable.events[t];r=r.replace(/([A-Z])/g,"-$1").toLowerCase(),this.$emit("on-all",...n),this.$emit(r,...n)}),this._doInitTable()},methods:{_initTable(){clearTimeout(this.initTimer),this.initTimer=setTimeout(()=>{this._doInitTable()},20)},_doInitTable(){const e={...Ce(this.options),columns:Ce(this.columns),data:Ce(this.data)};this._hasInit?this.refreshOptions(e):(this.$table.bootstrapTable(e),this._hasInit=!0)},...(()=>{const e={};for(const t of Te.fn.bootstrapTable.methods)e[t]=function(...n){return this.$table.bootstrapTable(t,...n)};return e})()},watch:{options:{handler(){this._initTable()},deep:!0},columns:{handler(){this._initTable()},deep:!0},data:{handler(){this.load(Ce(this.data))},deep:!0}}};function zr(e,t,n,r,o,s){return Nr(),yr("table")}return Lr(Hr,[["render",zr]])});
`],...Un(n))}),t}function Un({vnode:e,recurseCount:t}){const n=t>0?`... (${t} recursive calls)`:"",r=e.component?e.component.parent==null:!1,o=` at <${Yt(e.component,e.type,r)}`,s=">"+n;return e.props?[o,...Bn(e.props),s]:[o+s]}function Bn(e){const t=[],n=Object.keys(e);return n.slice(0,3).forEach(r=>{t.push(...It(r,e[r]))}),n.length>3&&t.push(" ..."),t}function It(e,t,n){return V(t)?(t=JSON.stringify(t),n?t:[`${e}=${t}`]):typeof t=="number"||typeof t=="boolean"||t==null?n?t:[`${e}=${t}`]:R(t)?(t=It(e,p(t.value),!0),n?t:[`${e}=Ref<`,t,">"]):w(t)?[`${e}=fn${t.name?`<${t.name}>`:""}`]:(t=p(t),n?t:[`${e}=`,t])}const Rt={sp:"serverPrefetch hook",bc:"beforeCreate hook",c:"created hook",bm:"beforeMount hook",m:"mounted hook",bu:"beforeUpdate hook",u:"updated",bum:"beforeUnmount hook",um:"unmounted hook",a:"activated hook",da:"deactivated hook",ec:"errorCaptured hook",rtc:"renderTracked hook",rtg:"renderTriggered hook",0:"setup function",1:"render function",2:"watcher getter",3:"watcher callback",4:"watcher cleanup function",5:"native event handler",6:"component event handler",7:"vnode hook",8:"directive hook",9:"transition hook",10:"app errorHandler",11:"app warnHandler",12:"ref function",13:"async component loader",14:"scheduler flush. This is likely a Vue internals bug. Please open an issue at https://github.com/vuejs/core ."};function K(e,t,n,r){try{return r?e(...r):e()}catch(o){Je(o,t,n)}}function we(e,t,n,r){if(w(e)){const o=K(e,t,n,r);return o&&tn(o)&&o.catch(s=>{Je(s,t,n)}),o}if(_(e)){const o=[];for(let s=0;s<e.length;s++)o.push(we(e[s],t,n,r));return o}else u.NODE_ENV!=="production"&&b(`Invalid value type passed to callWithAsyncErrorHandling(): ${typeof e}`)}function Je(e,t,n,r=!0){const o=t?t.vnode:null;if(t){let s=t.parent;const i=t.proxy,l=u.NODE_ENV!=="production"?Rt[n]:`https://vuejs.org/error-reference/#runtime-${n}`;for(;s;){const f=s.ec;if(f){for(let g=0;g<f.length;g++)if(f[g](e,i,l)===!1)return}s=s.parent}const a=t.appContext.config.errorHandler;if(a){fe(),K(a,null,10,[e,i,l]),de();return}}qn(e,n,o,r)}function qn(e,t,n,r=!0){if(u.NODE_ENV!=="production"){const o=Rt[t];if(n&&Hn(n),b(`Unhandled error${o?` during execution of ${o}`:""}`),n&&zn(),r)throw e;console.error(e)}else console.error(e)}let Ne=!1,Ge=!1;const $=[];let j=0;const k=[];let A=null,W=0;const Ct=Promise.resolve();let Ye=null;const Jn=100;function Gn(e){const t=Ye||Ct;return e?t.then(this?e.bind(this):e):t}function Yn(e){let t=j+1,n=$.length;for(;t<n;){const r=t+n>>>1,o=$[r],s=ie(o);s<e||s===e&&o.pre?t=r+1:n=r}return t}function Qe(e){(!$.length||!$.includes(e,Ne&&e.allowRecurse?j+1:j))&&(e.id==null?$.push(e):$.splice(Yn(e.id),0,e),Vt())}function Vt(){!Ne&&!Ge&&(Ge=!0,Ye=Ct.then(Tt))}function $t(e){_(e)?k.push(...e):(!A||!A.includes(e,e.allowRecurse?W+1:W))&&k.push(e),Vt()}function Qn(e){if(k.length){const t=[...new Set(k)].sort((n,r)=>ie(n)-ie(r));if(k.length=0,A){A.push(...t);return}for(A=t,u.NODE_ENV!=="production"&&(e=e||new Map),W=0;W<A.length;W++){const n=A[W];u.NODE_ENV!=="production"&&vt(e,n)||n.active!==!1&&n()}A=null,W=0}}const ie=e=>e.id==null?1/0:e.id,Zn=(e,t)=>{const n=ie(e)-ie(t);if(n===0){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return n};function Tt(e){Ge=!1,Ne=!0,u.NODE_ENV!=="production"&&(e=e||new Map),$.sort(Zn);const t=u.NODE_ENV!=="production"?n=>vt(e,n):ne;try{for(j=0;j<$.length;j++){const n=$[j];if(n&&n.active!==!1){if(u.NODE_ENV!=="production"&&t(n))continue;K(n,null,14)}}}finally{j=0,$.length=0,Qn(e),Ne=!1,Ye=null,($.length||k.length)&&Tt(e)}}function vt(e,t){if(!e.has(t))e.set(t,1);else{const n=e.get(t);if(n>Jn){const r=t.ownerInstance,o=r&&Gt(r.type);return Je(`Maximum recursive updates exceeded${o?` in component <${o}>`:""}. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.`,null,10),!0}else e.set(t,n+1)}}const ee=new Set;u.NODE_ENV!=="production"&&(ct().__VUE_HMR_RUNTIME__={createRecord:Ze(Xn),rerender:Ze(kn),reload:Ze(er)});const Oe=new Map;function Xn(e,t){return Oe.has(e)?!1:(Oe.set(e,{initialDef:ce(t),instances:new Set}),!0)}function ce(e){return Qt(e)?e.__vccOpts:e}function kn(e,t){const n=Oe.get(e);n&&(n.initialDef.render=t,[...n.instances].forEach(r=>{t&&(r.render=t,ce(r.type).render=t),r.renderCache=[],r.effect.dirty=!0,r.update()}))}function er(e,t){const n=Oe.get(e);if(!n)return;t=ce(t),Dt(n.initialDef,t);const r=[...n.instances];for(const o of r){const s=ce(o.type);ee.has(s)||(s!==n.initialDef&&Dt(s,t),ee.add(s)),o.appContext.propsCache.delete(o.type),o.appContext.emitsCache.delete(o.type),o.appContext.optionsCache.delete(o.type),o.ceReload?(ee.add(s),o.ceReload(t.styles),ee.delete(s)):o.parent?(o.parent.effect.dirty=!0,Qe(()=>{o.parent.update(),ee.delete(s)})):o.appContext.reload?o.appContext.reload():typeof window<"u"?window.location.reload():console.warn("[HMR] Root or manually mounted instance modified. Full reload required.")}$t(()=>{for(const o of r)ee.delete(ce(o.type))})}function Dt(e,t){C(e,t);for(const n in e)n!=="__file"&&!(n in t)&&delete e[n]}function Ze(e){return(t,n)=>{try{return e(t,n)}catch(r){console.error(r),console.warn("[HMR] Something went wrong during Vue component hot-reload. Full reload required.")}}}let P=null,tr=null;const nr=Symbol.for("v-ndc"),rr=e=>e.__isSuspense;function or(e,t){t&&t.pendingBranch?_(e)?t.effects.push(...e):t.effects.push(e):$t(e)}const Xe=e=>e?vr(e)?Dr(e):Xe(e.parent):null,le=C(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>u.NODE_ENV!=="production"?be(e.props):e.props,$attrs:e=>u.NODE_ENV!=="production"?be(e.attrs):e.attrs,$slots:e=>u.NODE_ENV!=="production"?be(e.slots):e.slots,$refs:e=>u.NODE_ENV!=="production"?be(e.refs):e.refs,$parent:e=>Xe(e.parent),$root:e=>Xe(e.root),$emit:e=>e.emit,$options:e=>cr(e),$forceUpdate:e=>e.f||(e.f=()=>{e.effect.dirty=!0,Qe(e.update)}),$nextTick:e=>e.n||(e.n=Gn.bind(e.proxy)),$watch:e=>gr.bind(e)}),sr=e=>e==="_"||e==="$",ke=(e,t)=>e!==v&&!e.__isScriptSetup&&E(e,t),ir={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:n,setupState:r,data:o,props:s,accessCache:i,type:l,appContext:a}=e;if(u.NODE_ENV!=="production"&&t==="__isVue")return!0;let f;if(t[0]!=="$"){const m=i[t];if(m!==void 0)switch(m){case 1:return r[t];case 2:return o[t];case 4:return n[t];case 3:return s[t]}else{if(ke(r,t))return i[t]=1,r[t];if(o!==v&&E(o,t))return i[t]=2,o[t];if((f=e.propsOptions[0])&&E(f,t))return i[t]=3,s[t];if(n!==v&&E(n,t))return i[t]=4,n[t];i[t]=0}}const g=le[t];let c,d;if(g)return t==="$attrs"?y(e.attrs,"get",""):u.NODE_ENV!=="production"&&t==="$slots"&&y(e,"get",t),g(e);if((c=l.__cssModules)&&(c=c[t]))return c;if(n!==v&&E(n,t))return i[t]=4,n[t];if(d=a.config.globalProperties,E(d,t))return d[t];u.NODE_ENV!=="production"&&P&&(!V(t)||t.indexOf("__v")!==0)&&(o!==v&&sr(t[0])&&E(o,t)?b(`Property ${JSON.stringify(t)} must be accessed via $data because it starts with a reserved character ("$" or "_") and is not proxied on the render context.`):e===P&&b(`Property ${JSON.stringify(t)} was accessed during render but is not defined on instance.`))},set({_:e},t,n){const{data:r,setupState:o,ctx:s}=e;return ke(o,t)?(o[t]=n,!0):u.NODE_ENV!=="production"&&o.__isScriptSetup&&E(o,t)?(b(`Cannot mutate <script setup> binding "${t}" from Options API.`),!1):r!==v&&E(r,t)?(r[t]=n,!0):E(e.props,t)?(u.NODE_ENV!=="production"&&b(`Attempting to mutate prop "${t}". Props are readonly.`),!1):t[0]==="$"&&t.slice(1)in e?(u.NODE_ENV!=="production"&&b(`Attempting to mutate public property "${t}". Properties starting with $ are reserved and readonly.`),!1):(u.NODE_ENV!=="production"&&t in e.appContext.config.globalProperties?Object.defineProperty(s,t,{enumerable:!0,configurable:!0,value:n}):s[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:r,appContext:o,propsOptions:s}},i){let l;return!!n[i]||e!==v&&E(e,i)||ke(t,i)||(l=s[0])&&E(l,i)||E(r,i)||E(le,i)||E(o.config.globalProperties,i)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:E(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};u.NODE_ENV!=="production"&&(ir.ownKeys=e=>(b("Avoid app logic that relies on enumerating keys on a component instance. The keys will be empty in production mode to avoid performance overhead."),Reflect.ownKeys(e)));function Pt(e){return _(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}function cr(e){const t=e.type,{mixins:n,extends:r}=t,{mixins:o,optionsCache:s,config:{optionMergeStrategies:i}}=e.appContext,l=s.get(t);let a;return l?a=l:!o.length&&!n&&!r?a=t:(a={},o.length&&o.forEach(f=>Se(a,f,i,!0)),Se(a,t,i)),S(t)&&s.set(t,a),a}function Se(e,t,n,r=!1){const{mixins:o,extends:s}=t;s&&Se(e,s,n,!0),o&&o.forEach(i=>Se(e,i,n,!0));for(const i in t)if(r&&i==="expose")u.NODE_ENV!=="production"&&b('"expose" option is ignored when declared in mixins or extends. It should only be declared in the base component itself.');else{const l=lr[i]||n&&n[i];e[i]=l?l(e[i],t[i]):t[i]}return e}const lr={data:Mt,props:jt,emits:jt,methods:ae,computed:ae,beforeCreate:O,created:O,beforeMount:O,mounted:O,beforeUpdate:O,updated:O,beforeDestroy:O,beforeUnmount:O,destroyed:O,unmounted:O,activated:O,deactivated:O,errorCaptured:O,serverPrefetch:O,components:ae,directives:ae,watch:ur,provide:Mt,inject:ar};function Mt(e,t){return t?e?function(){return C(w(e)?e.call(this,this):e,w(t)?t.call(this,this):t)}:t:e}function ar(e,t){return ae(Ft(e),Ft(t))}function Ft(e){if(_(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function O(e,t){return e?[...new Set([].concat(e,t))]:t}function ae(e,t){return e?C(Object.create(null),e,t):t}function jt(e,t){return e?_(e)&&_(t)?[...new Set([...e,...t])]:C(Object.create(null),Pt(e),Pt(t??{})):t}function ur(e,t){if(!e)return t;if(!t)return e;const n=C(Object.create(null),e);for(const r in t)n[r]=O(e[r],t[r]);return n}let At=null;function fr(e,t,n=!1){const r=Ce||P;if(r||At){const o=r?r.parent==null?r.vnode.appContext&&r.vnode.appContext.provides:r.parent.provides:At._context.provides;if(o&&e in o)return o[e];if(arguments.length>1)return n&&w(t)?t.call(r&&r.proxy):t;u.NODE_ENV!=="production"&&b(`injection "${String(e)}" not found.`)}else u.NODE_ENV!=="production"&&b("inject() can only be used inside setup() or functional components.")}const dr={},Lt=e=>Object.getPrototypeOf(e)===dr,Ht=or,pr=Symbol.for("v-scx"),hr=()=>{{const e=fr(pr);return e||u.NODE_ENV!=="production"&&b("Server rendering context not provided. Make sure to only call useSSRContext() conditionally in the server build."),e}},ye={};function _r(e,t,{immediate:n,deep:r,flush:o,once:s,onTrack:i,onTrigger:l}=v){if(t&&s){const h=t;t=(...ot)=>{h(...ot),rt()}}u.NODE_ENV!=="production"&&r!==void 0&&typeof r=="number"&&b('watch() "deep" option with number value will be used as watch depth in future versions. Please use a boolean instead to avoid potential breakage.'),u.NODE_ENV!=="production"&&!t&&(n!==void 0&&b('watch() "immediate" option is only respected when using the watch(source, callback, options?) signature.'),r!==void 0&&b('watch() "deep" option is only respected when using the watch(source, callback, options?) signature.'),s!==void 0&&b('watch() "once" option is only respected when using the watch(source, callback, options?) signature.'));const a=h=>{b("Invalid watch source: ",h,"A watch source can only be a getter/effect function, a ref, a reactive object, or an array of these types.")},f=Ce,g=h=>r===!0?h:U(h,r===!1?1:void 0);let c,d=!1,m=!1;if(R(e)?(c=()=>e.value,d=X(e)):Q(e)?(c=()=>g(e),d=!0):_(e)?(m=!0,d=e.some(h=>Q(h)||X(h)),c=()=>e.map(h=>{if(R(h))return h.value;if(Q(h))return g(h);if(w(h))return K(h,f,2);u.NODE_ENV!=="production"&&a(h)})):w(e)?t?c=()=>K(e,f,2):c=()=>(N&&N(),we(e,f,3,[D])):(c=ne,u.NODE_ENV!=="production"&&a(e)),t&&r){const h=c;c=()=>U(h())}let N,D=h=>{N=I.onStop=()=>{K(h,f,4),N=I.onStop=void 0}},nt;if(Jt)if(D=ne,t?n&&we(t,f,3,[c(),m?[]:void 0,D]):c(),o==="sync"){const h=hr();nt=h.__watcherHandles||(h.__watcherHandles=[])}else return ne;let B=m?new Array(e.length).fill(ye):ye;const q=()=>{if(!(!I.active||!I.dirty))if(t){const h=I.run();(r||d||(m?h.some((ot,Kr)=>Y(ot,B[Kr])):Y(h,B)))&&(N&&N(),we(t,f,3,[h,B===ye?void 0:m&&B[0]===ye?[]:B,D]),B=h)}else I.run()};q.allowRecurse=!!t;let Te;o==="sync"?Te=q:o==="post"?Te=()=>Ht(q,f&&f.suspense):(q.pre=!0,f&&(q.id=f.uid),Te=()=>Qe(q));const I=new pn(c,ne,Te),rt=()=>{I.stop()};return u.NODE_ENV!=="production"&&(I.onTrack=i,I.onTrigger=l),t?n?q():B=I.run():o==="post"?Ht(I.run.bind(I),f&&f.suspense):I.run(),nt&&nt.push(rt),rt}function gr(e,t,n){const r=this.proxy,o=V(e)?e.includes(".")?mr(r,e):()=>r[e]:e.bind(r,r);let s;w(t)?s=t:(s=t.handler,n=t);const i=Tr(this),l=_r(o,s.bind(r),n);return i(),l}function mr(e,t){const n=t.split(".");return()=>{let r=e;for(let o=0;o<n.length&&r;o++)r=r[n[o]];return r}}function U(e,t=1/0,n){if(t<=0||!S(e)||e.__v_skip||(n=n||new Set,n.has(e)))return e;if(n.add(e),t--,R(e))U(e.value,t,n);else if(_(e))for(let r=0;r<e.length;r++)U(e[r],t,n);else if(en(e)||G(e))e.forEach(r=>{U(r,t,n)});else if(rn(e)){for(const r in e)U(e[r],t,n);for(const r of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,r)&&U(e[r],t,n)}return e}function zt(e,t){e.shapeFlag&6&&e.component?zt(e.component.subTree,t):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}const Er=e=>e.__isTeleport,Kt=Symbol.for("v-fgt"),br=Symbol.for("v-txt"),wr=Symbol.for("v-cmt"),xe=[];let T=null;function Nr(e=!1){xe.push(T=e?null:[])}function Or(){xe.pop(),T=xe[xe.length-1]||null}function Sr(e){return e.dynamicChildren=T||Zt,Or(),T&&T.push(e),e}function yr(e,t,n,r,o,s){return Sr(Ut(e,t,n,r,o,s,!0))}function xr(e){return e?e.__v_isVNode===!0:!1}const Ir=(...e)=>Bt(...e),Wt=({key:e})=>e??null,Ie=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?V(e)||R(e)||w(e)?{i:P,r:e,k:t,f:!!n}:e:null);function Ut(e,t=null,n=null,r=0,o=null,s=e===Kt?0:1,i=!1,l=!1){const a={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Wt(t),ref:t&&Ie(t),scopeId:tr,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:s,patchFlag:r,dynamicProps:o,dynamicChildren:null,appContext:null,ctx:P};return l?(et(a,n),s&128&&e.normalize(a)):n&&(a.shapeFlag|=V(n)?8:16),u.NODE_ENV!=="production"&&a.key!==a.key&&b("VNode created with invalid key (NaN). VNode type:",a.type),!i&&T&&(a.patchFlag>0||s&6)&&a.patchFlag!==32&&T.push(a),a}const Rr=u.NODE_ENV!=="production"?Ir:Bt;function Bt(e,t=null,n=null,r=0,o=null,s=!1){if((!e||e===nr)&&(u.NODE_ENV!=="production"&&!e&&b(`Invalid vnode type when creating vnode: ${e}.`),e=wr),xr(e)){const l=Re(e,t,!0);return n&&et(l,n),!s&&T&&(l.shapeFlag&6?T[T.indexOf(e)]=l:T.push(l)),l.patchFlag=-2,l}if(Qt(e)&&(e=e.__vccOpts),t){t=Cr(t);let{class:l,style:a}=t;l&&!V(l)&&(t.class=Pe(l)),S(a)&&(Ue(a)&&!_(a)&&(a=C({},a)),t.style=De(a))}const i=V(e)?1:rr(e)?128:Er(e)?64:S(e)?4:w(e)?2:0;return u.NODE_ENV!=="production"&&i&4&&Ue(e)&&(e=p(e),b("Vue received a Component that was made a reactive object. This can lead to unnecessary performance overhead and should be avoided by marking the component with `markRaw` or using `shallowRef` instead of `ref`.",`
Component that was made reactive: `,e)),Ut(e,t,n,r,o,i,s,!0)}function Cr(e){return e?Ue(e)||Lt(e)?C({},e):e:null}function Re(e,t,n=!1,r=!1){const{props:o,ref:s,patchFlag:i,children:l,transition:a}=e,f=t?$r(o||{},t):o,g={__v_isVNode:!0,__v_skip:!0,type:e.type,props:f,key:f&&Wt(f),ref:t&&t.ref?n&&s?_(s)?s.concat(Ie(t)):[s,Ie(t)]:Ie(t):s,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:u.NODE_ENV!=="production"&&i===-1&&_(l)?l.map(qt):l,target:e.target,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==Kt?i===-1?16:i|16:i,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:a,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&Re(e.ssContent),ssFallback:e.ssFallback&&Re(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return a&&r&&zt(g,a.clone(g)),g}function qt(e){const t=Re(e);return _(e.children)&&(t.children=e.children.map(qt)),t}function Vr(e=" ",t=0){return Rr(br,null,e,t)}function et(e,t){let n=0;const{shapeFlag:r}=e;if(t==null)t=null;else if(_(t))n=16;else if(typeof t=="object")if(r&65){const o=t.default;o&&(o._c&&(o._d=!1),et(e,o()),o._c&&(o._d=!0));return}else{n=32;const o=t._;!o&&!Lt(t)?t._ctx=P:o===3&&P&&(P.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else w(t)?(t={default:t,_ctx:P},n=32):(t=String(t),r&64?(n=16,t=[Vr(t)]):n=8);e.children=t,e.shapeFlag|=n}function $r(...e){const t={};for(let n=0;n<e.length;n++){const r=e[n];for(const o in r)if(o==="class")t.class!==r.class&&(t.class=Pe([t.class,r.class]));else if(o==="style")t.style=De([t.style,r.style]);else if(Xt(o)){const s=t[o],i=r[o];i&&s!==i&&!(_(s)&&s.includes(i))&&(t[o]=s?[].concat(s,i):i)}else o!==""&&(t[o]=r[o])}return t}let Ce=null,tt;{const e=ct(),t=(n,r)=>{let o;return(o=e[n])||(o=e[n]=[]),o.push(r),s=>{o.length>1?o.forEach(i=>i(s)):o[0](s)}};tt=t("__VUE_INSTANCE_SETTERS__",n=>Ce=n),t("__VUE_SSR_SETTERS__",n=>Jt=n)}const Tr=e=>{const t=Ce;return tt(e),e.scope.on(),()=>{e.scope.off(),tt(t)}};function vr(e){return e.vnode.shapeFlag&4}let Jt=!1;function Dr(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(Ln(Fn(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in le)return le[n](e)},has(t,n){return n in t||n in le}})):e.proxy}const Pr=/(?:^|[-_])(\w)/g,Mr=e=>e.replace(Pr,t=>t.toUpperCase()).replace(/[-_]/g,"");function Gt(e,t=!0){return w(e)?e.displayName||e.name:e.name||t&&e.__name}function Yt(e,t,n=!1){let r=Gt(t);if(!r&&t.__file){const o=t.__file.match(/([^/\\]+)\.\w+$/);o&&(r=o[1])}if(!r&&e&&e.parent){const o=s=>{for(const i in s)if(s[i]===t)return i};r=o(e.components||e.parent.type.components)||o(e.appContext.components)}return r?Mr(r):n?"App":"Anonymous"}function Qt(e){return w(e)&&"__vccOpts"in e}function Fr(){if(u.NODE_ENV==="production"||typeof window>"u")return;const e={style:"color:#3ba776"},t={style:"color:#1677ff"},n={style:"color:#f5222d"},r={style:"color:#eb2f96"},o={header(c){return S(c)?c.__isVue?["div",e,"VueInstance"]:R(c)?["div",{},["span",e,g(c)],"<",l(c.value),">"]:Q(c)?["div",{},["span",e,X(c)?"ShallowReactive":"Reactive"],"<",l(c),`>${Z(c)?" (readonly)":""}`]:Z(c)?["div",{},["span",e,X(c)?"ShallowReadonly":"Readonly"],"<",l(c),">"]:null:null},hasBody(c){return c&&c.__isVue},body(c){if(c&&c.__isVue)return["div",{},...s(c.$)]}};function s(c){const d=[];c.type.props&&c.props&&d.push(i("props",p(c.props))),c.setupState!==v&&d.push(i("setup",c.setupState)),c.data!==v&&d.push(i("data",p(c.data)));const m=a(c,"computed");m&&d.push(i("computed",m));const N=a(c,"inject");return N&&d.push(i("injected",N)),d.push(["div",{},["span",{style:r.style+";opacity:0.66"},"$ (internal): "],["object",{object:c}]]),d}function i(c,d){return d=C({},d),Object.keys(d).length?["div",{style:"line-height:1.25em;margin-bottom:0.6em"},["div",{style:"color:#476582"},c],["div",{style:"padding-left:1.25em"},...Object.keys(d).map(m=>["div",{},["span",r,m+": "],l(d[m],!1)])]]:["span",{}]}function l(c,d=!0){return typeof c=="number"?["span",t,c]:typeof c=="string"?["span",n,JSON.stringify(c)]:typeof c=="boolean"?["span",r,c]:S(c)?["object",{object:d?p(c):c}]:["span",n,String(c)]}function a(c,d){const m=c.type;if(w(m))return;const N={};for(const D in c.ctx)f(m,D,d)&&(N[D]=c.ctx[D]);return N}function f(c,d,m){const N=c[m];if(_(N)&&N.includes(d)||S(N)&&d in N||c.extends&&f(c.extends,d,m)||c.mixins&&c.mixins.some(D=>f(D,d,m)))return!0}function g(c){return X(c)?"ShallowRef":c.effect?"ComputedRef":"Ref"}window.devtoolsFormatters?window.devtoolsFormatters.push(o):window.devtoolsFormatters=[o]}var jr={};function Ar(){Fr()}jr.NODE_ENV!=="production"&&Ar();const Lr=(e,t)=>{const n=e.__vccOpts||e;for(const[r,o]of t)n[r]=o;return n},Ve=window.jQuery,$e=e=>e===void 0?e:Ve.fn.bootstrapTable.utils.extend(!0,Array.isArray(e)?[]:{},e),Hr={name:"BootstrapTable",props:{columns:{type:Array,require:!0},data:{type:[Array,Object],default(){}},options:{type:Object,default(){return{}}}},data(){return{optionsChangedIdx:0}},mounted(){this.$table=Ve(this.$el),this.$table.on("all.bs.table",(e,t,n)=>{let r=Ve.fn.bootstrapTable.events[t];r=r.replace(/([A-Z])/g,"-$1").toLowerCase(),this.$emit("on-all",...n),this.$emit(r,...n)}),this._initTable()},methods:{_initTable(){const e={...$e(this.options),columns:$e(this.columns),data:$e(this.data)};this._hasInit?this.refreshOptions(e):(this.$table.bootstrapTable(e),this._hasInit=!0)},...(()=>{const e={};for(const t of Ve.fn.bootstrapTable.methods)e[t]=function(...n){return this.$table.bootstrapTable(t,...n)};return e})()},watch:{options:{handler(){this.optionsChangedIdx++},deep:!0},columns:{handler(){this.optionsChangedIdx++},deep:!0},optionsChangedIdx(){this._initTable()},data:{handler(){this.load($e(this.data))},deep:!0}}};function zr(e,t,n,r,o,s){return Nr(),yr("table")}return Lr(Hr,[["render",zr]])});
/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

@@ -245,2 +245,3 @@ (function (global, factory) {

};
var formatterIsSet = column.formatter ? true : false;
$.each(_this.options, processDataOptions);

@@ -270,3 +271,3 @@ column.formatter = column.formatter || function (value) {

});
return "<a href=\"javascript:void(0)\"\n data-name=\"".concat(column.field, "\"\n data-pk=\"").concat(row[_this.options.idField], "\"\n data-value=\"").concat(value || '', "\"\n ").concat(editableDataMarkup, ">").concat(result, "</a>"); // expand all data-editable-XXX
return "<a href=\"javascript:void(0)\"\n data-name=\"".concat(column.field, "\"\n data-pk=\"").concat(row[_this.options.idField], "\"\n data-value=\"").concat(value || '', "\"\n ").concat(editableDataMarkup, ">").concat(formatterIsSet ? result : '', "</a>"); // expand all data-editable-XXX
};

@@ -273,0 +274,0 @@ });

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(require("core-js/modules/es.array.concat.js"),require("core-js/modules/es.array.find.js"),require("core-js/modules/es.array.index-of.js"),require("core-js/modules/es.object.assign.js"),require("core-js/modules/es.object.entries.js"),require("core-js/modules/es.object.to-string.js"),require("core-js/modules/es.regexp.exec.js"),require("core-js/modules/es.string.replace.js"),require("jquery")):"function"==typeof define&&define.amd?define(["core-js/modules/es.array.concat.js","core-js/modules/es.array.find.js","core-js/modules/es.array.index-of.js","core-js/modules/es.object.assign.js","core-js/modules/es.object.entries.js","core-js/modules/es.object.to-string.js","core-js/modules/es.regexp.exec.js","core-js/modules/es.string.replace.js","jquery"],t):t(null,null,null,null,null,null,null,null,(e="undefined"!=typeof globalThis?globalThis:e||self).jQuery)}(this,(function(e,t,r,n,o,a,i,l,u){"use strict";function c(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r<t;r++)n[r]=e[r];return n}function s(e,t,r){return t=b(t),function(e,t){if(t&&("object"==typeof t||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}(e,p()?Reflect.construct(t,r||[],b(e).constructor):t.apply(e,r))}function f(e,t,r){return t&&function(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,h(n.key),n)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function d(){return d="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(e,t,r){var n=function(e,t){for(;!{}.hasOwnProperty.call(e,t)&&null!==(e=b(e)););return e}(e,t);if(n){var o=Object.getOwnPropertyDescriptor(n,t);return o.get?o.get.call(arguments.length<3?e:r):o.value}},d.apply(null,arguments)}function b(e){return b=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},b(e)}function p(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(e){}return(p=function(){return!!e})()}function y(e,t){return y=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},y(e,t)}function v(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var n,o,a,i,l=[],u=!0,c=!1;try{if(a=(r=r.call(e)).next,0===t);else for(;!(u=(n=a.call(r)).done)&&(l.push(n.value),l.length!==t);u=!0);}catch(e){c=!0,o=e}finally{try{if(!u&&null!=r.return&&(i=r.return(),Object(i)!==i))return}finally{if(c)throw o}}return l}}(e,t)||j(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function h(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t);if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e,"string");return"symbol"==typeof t?t:t+""}function j(e,t){if(e){if("string"==typeof e)return c(e,t);var r={}.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?c(e,t):void 0}}var m=u.fn.bootstrapTable.utils;Object.assign(u.fn.bootstrapTable.defaults,{editable:!0,onEditableInit:function(){return!1},onEditableSave:function(e,t,r,n,o){return!1},onEditableShown:function(e,t,r,n){return!1},onEditableHidden:function(e,t,r,n){return!1}}),Object.assign(u.fn.bootstrapTable.columnDefaults,{alwaysUseFormatter:!1}),Object.assign(u.fn.bootstrapTable.events,{"editable-init.bs.table":"onEditableInit","editable-save.bs.table":"onEditableSave","editable-shown.bs.table":"onEditableShown","editable-hidden.bs.table":"onEditableHidden"}),u.BootstrapTable=function(e){function t(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),s(this,t,arguments)}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&y(e,t)}(t,e),f(t,[{key:"initTable",value:function(){var e=this;d(b(t.prototype),"initTable",this).call(this),this.options.editable&&(this.editedCells=[],u.each(this.columns,(function(t,r){if(r.editable){var n={},o="editable-",a=function(e,t){var r=e.replace(/([A-Z])/g,(function(e){return"-".concat(e.toLowerCase())}));0===r.indexOf(o)&&(n[r.replace(o,"data-")]=t)};u.each(e.options,a),r.formatter=r.formatter||function(e){return e},r._formatter=r._formatter?r._formatter:r.formatter,r.formatter=function(t,o,i,l){var c=m.calculateObjectValue(r,r._formatter,[t,o,i,l],t);if(c=null==c?e.options.undefinedText:c,void 0!==e.options.uniqueId&&!r.alwaysUseFormatter){var s=m.getItemField(o,e.options.uniqueId,!1);-1!==u.inArray(r.field+s,e.editedCells)&&(c=t)}u.each(r,a);var f=m.calculateObjectValue(r,r.editable,[i,o],{}),d=f.hasOwnProperty("noEditFormatter")&&f.noEditFormatter(t,o,i,l);if(d)return d;var b="";return u.each(n,(function(e,t){b+=" ".concat(e,'="').concat(t,'"')})),'<a href="javascript:void(0)"\n data-name="'.concat(r.field,'"\n data-pk="').concat(o[e.options.idField],'"\n data-value="').concat(t||"",'"\n ').concat(b,">").concat(c,"</a>")}}})))}},{key:"initBody",value:function(e){var r=this;d(b(t.prototype),"initBody",this).call(this,e),this.options.editable&&(u.each(this.columns,(function(e,t){if(t.editable){var n=r.getData({escape:!0}),o=r.$body.find('a[data-name="'.concat(t.field,'"]'));o.each((function(e,r){var o=u(r),a=o.closest("tr").data("index"),i=n[a],l=m.calculateObjectValue(t,t.editable,[a,i,o],{});o.editable(l)})),o.off("save").on("save",(function(e,n){var o=e.currentTarget,a=n.submitValue,i=u(o),l=r.getData(),c=i.parents("tr[data-index]").data("index"),s=l[c],f=s[t.field];if(void 0!==r.options.uniqueId&&!t.alwaysUseFormatter){var d=m.getItemField(s,r.options.uniqueId,!1);-1===u.inArray(t.field+d,r.editedCells)&&r.editedCells.push(t.field+d)}a=m.escapeHTML(a),i.data("value",a),s[t.field]=a,r.trigger("editable-save",t.field,s,c,f,i),r.initBody()})),o.off("shown").on("shown",(function(e,n){var o=e.currentTarget,a=u(o),i=r.getData()[a.parents("tr[data-index]").data("index")];r.trigger("editable-shown",t.field,i,a,n)})),o.off("hidden").on("hidden",(function(e,n){var o=e.currentTarget,a=u(o),i=r.getData()[a.parents("tr[data-index]").data("index")];r.trigger("editable-hidden",t.field,i,a,n)}))}})),this.trigger("editable-init"))}},{key:"getData",value:function(e){var r=d(b(t.prototype),"getData",this).call(this,e);if(e&&e.escape){var n,o=function(e,t){var r="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!r){if(Array.isArray(e)||(r=j(e))||t){r&&(e=r);var n=0,o=function(){};return{s:o,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:o}}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 a,i=!0,l=!1;return{s:function(){r=r.call(e)},n:function(){var e=r.next();return i=e.done,e},e:function(e){l=!0,a=e},f:function(){try{i||null==r.return||r.return()}finally{if(l)throw a}}}}(r);try{for(o.s();!(n=o.n()).done;)for(var a=n.value,i=0,l=Object.entries(a);i<l.length;i++){var u=v(l[i],2),c=u[0],s=u[1];a[c]=m.unescapeHTML(s)}}catch(e){o.e(e)}finally{o.f()}}return r}}])}(u.BootstrapTable)}));
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(require("core-js/modules/es.array.concat.js"),require("core-js/modules/es.array.find.js"),require("core-js/modules/es.array.index-of.js"),require("core-js/modules/es.object.assign.js"),require("core-js/modules/es.object.entries.js"),require("core-js/modules/es.object.to-string.js"),require("core-js/modules/es.regexp.exec.js"),require("core-js/modules/es.string.replace.js"),require("jquery")):"function"==typeof define&&define.amd?define(["core-js/modules/es.array.concat.js","core-js/modules/es.array.find.js","core-js/modules/es.array.index-of.js","core-js/modules/es.object.assign.js","core-js/modules/es.object.entries.js","core-js/modules/es.object.to-string.js","core-js/modules/es.regexp.exec.js","core-js/modules/es.string.replace.js","jquery"],t):t(null,null,null,null,null,null,null,null,(e="undefined"!=typeof globalThis?globalThis:e||self).jQuery)}(this,(function(e,t,r,n,o,a,i,l,u){"use strict";function c(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r<t;r++)n[r]=e[r];return n}function s(e,t,r){return t=b(t),function(e,t){if(t&&("object"==typeof t||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}(e,p()?Reflect.construct(t,r||[],b(e).constructor):t.apply(e,r))}function f(e,t,r){return t&&function(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,h(n.key),n)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function d(){return d="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(e,t,r){var n=function(e,t){for(;!{}.hasOwnProperty.call(e,t)&&null!==(e=b(e)););return e}(e,t);if(n){var o=Object.getOwnPropertyDescriptor(n,t);return o.get?o.get.call(arguments.length<3?e:r):o.value}},d.apply(null,arguments)}function b(e){return b=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},b(e)}function p(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(e){}return(p=function(){return!!e})()}function y(e,t){return y=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},y(e,t)}function v(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var n,o,a,i,l=[],u=!0,c=!1;try{if(a=(r=r.call(e)).next,0===t);else for(;!(u=(n=a.call(r)).done)&&(l.push(n.value),l.length!==t);u=!0);}catch(e){c=!0,o=e}finally{try{if(!u&&null!=r.return&&(i=r.return(),Object(i)!==i))return}finally{if(c)throw o}}return l}}(e,t)||j(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function h(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t);if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e,"string");return"symbol"==typeof t?t:t+""}function j(e,t){if(e){if("string"==typeof e)return c(e,t);var r={}.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?c(e,t):void 0}}var m=u.fn.bootstrapTable.utils;Object.assign(u.fn.bootstrapTable.defaults,{editable:!0,onEditableInit:function(){return!1},onEditableSave:function(e,t,r,n,o){return!1},onEditableShown:function(e,t,r,n){return!1},onEditableHidden:function(e,t,r,n){return!1}}),Object.assign(u.fn.bootstrapTable.columnDefaults,{alwaysUseFormatter:!1}),Object.assign(u.fn.bootstrapTable.events,{"editable-init.bs.table":"onEditableInit","editable-save.bs.table":"onEditableSave","editable-shown.bs.table":"onEditableShown","editable-hidden.bs.table":"onEditableHidden"}),u.BootstrapTable=function(e){function t(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),s(this,t,arguments)}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&y(e,t)}(t,e),f(t,[{key:"initTable",value:function(){var e=this;d(b(t.prototype),"initTable",this).call(this),this.options.editable&&(this.editedCells=[],u.each(this.columns,(function(t,r){if(r.editable){var n={},o="editable-",a=function(e,t){var r=e.replace(/([A-Z])/g,(function(e){return"-".concat(e.toLowerCase())}));0===r.indexOf(o)&&(n[r.replace(o,"data-")]=t)},i=!!r.formatter;u.each(e.options,a),r.formatter=r.formatter||function(e){return e},r._formatter=r._formatter?r._formatter:r.formatter,r.formatter=function(t,o,l,c){var s=m.calculateObjectValue(r,r._formatter,[t,o,l,c],t);if(s=null==s?e.options.undefinedText:s,void 0!==e.options.uniqueId&&!r.alwaysUseFormatter){var f=m.getItemField(o,e.options.uniqueId,!1);-1!==u.inArray(r.field+f,e.editedCells)&&(s=t)}u.each(r,a);var d=m.calculateObjectValue(r,r.editable,[l,o],{}),b=d.hasOwnProperty("noEditFormatter")&&d.noEditFormatter(t,o,l,c);if(b)return b;var p="";return u.each(n,(function(e,t){p+=" ".concat(e,'="').concat(t,'"')})),'<a href="javascript:void(0)"\n data-name="'.concat(r.field,'"\n data-pk="').concat(o[e.options.idField],'"\n data-value="').concat(t||"",'"\n ').concat(p,">").concat(i?s:"","</a>")}}})))}},{key:"initBody",value:function(e){var r=this;d(b(t.prototype),"initBody",this).call(this,e),this.options.editable&&(u.each(this.columns,(function(e,t){if(t.editable){var n=r.getData({escape:!0}),o=r.$body.find('a[data-name="'.concat(t.field,'"]'));o.each((function(e,r){var o=u(r),a=o.closest("tr").data("index"),i=n[a],l=m.calculateObjectValue(t,t.editable,[a,i,o],{});o.editable(l)})),o.off("save").on("save",(function(e,n){var o=e.currentTarget,a=n.submitValue,i=u(o),l=r.getData(),c=i.parents("tr[data-index]").data("index"),s=l[c],f=s[t.field];if(void 0!==r.options.uniqueId&&!t.alwaysUseFormatter){var d=m.getItemField(s,r.options.uniqueId,!1);-1===u.inArray(t.field+d,r.editedCells)&&r.editedCells.push(t.field+d)}a=m.escapeHTML(a),i.data("value",a),s[t.field]=a,r.trigger("editable-save",t.field,s,c,f,i),r.initBody()})),o.off("shown").on("shown",(function(e,n){var o=e.currentTarget,a=u(o),i=r.getData()[a.parents("tr[data-index]").data("index")];r.trigger("editable-shown",t.field,i,a,n)})),o.off("hidden").on("hidden",(function(e,n){var o=e.currentTarget,a=u(o),i=r.getData()[a.parents("tr[data-index]").data("index")];r.trigger("editable-hidden",t.field,i,a,n)}))}})),this.trigger("editable-init"))}},{key:"getData",value:function(e){var r=d(b(t.prototype),"getData",this).call(this,e);if(e&&e.escape){var n,o=function(e,t){var r="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!r){if(Array.isArray(e)||(r=j(e))||t){r&&(e=r);var n=0,o=function(){};return{s:o,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:o}}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 a,i=!0,l=!1;return{s:function(){r=r.call(e)},n:function(){var e=r.next();return i=e.done,e},e:function(e){l=!0,a=e},f:function(){try{i||null==r.return||r.return()}finally{if(l)throw a}}}}(r);try{for(o.s();!(n=o.n()).done;)for(var a=n.value,i=0,l=Object.entries(a);i<l.length;i++){var u=v(l[i],2),c=u[0],s=u[1];a[c]=m.unescapeHTML(s)}}catch(e){o.e(e)}finally{o.f()}}return r}}])}(u.BootstrapTable)}));
/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

@@ -157,2 +157,5 @@ (function (global, factory) {

});
if (!this.options.stickyHeader) {
return;
}
this.renderStickyHeader();

@@ -169,2 +172,5 @@ }

(_get3 = _get(_getPrototypeOf(_class.prototype), "resetView", this)).call.apply(_get3, [this].concat(args));
if (!this.options.stickyHeader) {
return;
}
$('.bootstrap-table.fullscreen').off('scroll').on('scroll', function () {

@@ -182,2 +188,5 @@ return _this2.renderStickyHeader();

(_get4 = _get(_getPrototypeOf(_class.prototype), "getCaret", this)).call.apply(_get4, [this].concat(args));
if (!this.options.stickyHeader) {
return;
}
if (this.$stickyHeader) {

@@ -195,2 +204,5 @@ var $ths = this.$stickyHeader.find('th');

_get(_getPrototypeOf(_class.prototype), "horizontalScroll", this).call(this);
if (!this.options.stickyHeader) {
return;
}
this.$tableBody.on('scroll', function () {

@@ -197,0 +209,0 @@ return _this3.matchPositionX();

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(require("core-js/modules/es.array.concat.js"),require("core-js/modules/es.array.find.js"),require("core-js/modules/es.object.assign.js"),require("core-js/modules/es.object.to-string.js"),require("jquery")):"function"==typeof define&&define.amd?define(["core-js/modules/es.array.concat.js","core-js/modules/es.array.find.js","core-js/modules/es.object.assign.js","core-js/modules/es.object.to-string.js","jquery"],e):e(null,null,null,null,(t="undefined"!=typeof globalThis?globalThis:t||self).jQuery)}(this,(function(t,e,i,r,n){"use strict";function o(t,e,i){return e=a(e),function(t,e){if(e&&("object"==typeof e||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}(t,l()?Reflect.construct(e,i||[],a(t).constructor):e.apply(t,i))}function s(t,e,i){return e&&function(t,e){for(var i=0;i<e.length;i++){var r=e[i];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,u(r.key),r)}}(t.prototype,e),Object.defineProperty(t,"prototype",{writable:!1}),t}function c(){return c="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(t,e,i){var r=function(t,e){for(;!{}.hasOwnProperty.call(t,e)&&null!==(t=a(t)););return t}(t,e);if(r){var n=Object.getOwnPropertyDescriptor(r,e);return n.get?n.get.call(arguments.length<3?t:i):n.value}},c.apply(null,arguments)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}function l(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(l=function(){return!!t})()}function f(t,e){return f=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},f(t,e)}function u(t){var e=function(t,e){if("object"!=typeof t||!t)return t;var i=t[Symbol.toPrimitive];if(void 0!==i){var r=i.call(t,e);if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(t,"string");return"symbol"==typeof e?e:e+""}var d=n.fn.bootstrapTable.utils;Object.assign(n.fn.bootstrapTable.defaults,{stickyHeader:!1,stickyHeaderOffsetY:0,stickyHeaderOffsetLeft:0,stickyHeaderOffsetRight:0}),n.BootstrapTable=function(t){function e(){return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,e),o(this,e,arguments)}return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&f(t,e)}(e,t),s(e,[{key:"initHeader",value:function(){for(var t,i=this,r=arguments.length,o=new Array(r),s=0;s<r;s++)o[s]=arguments[s];if((t=c(a(e.prototype),"initHeader",this)).call.apply(t,[this].concat(o)),this.options.stickyHeader){this.$tableBody.find(".sticky-header-container,.sticky_anchor_begin,.sticky_anchor_end").remove(),this.$el.before('<div class="sticky-header-container"></div>'),this.$el.before('<div class="sticky_anchor_begin"></div>'),this.$el.after('<div class="sticky_anchor_end"></div>'),this.$header.addClass("sticky-header"),this.$stickyContainer=this.$tableBody.find(".sticky-header-container"),this.$stickyBegin=this.$tableBody.find(".sticky_anchor_begin"),this.$stickyEnd=this.$tableBody.find(".sticky_anchor_end"),this.$stickyHeader=this.$header.clone(!0,!0);var l=d.getEventName("resize.sticky-header-table",this.$el.attr("id")),f=d.getEventName("scroll.sticky-header-table",this.$el.attr("id"));n(window).off(l).on(l,(function(){return i.renderStickyHeader()})),n(window).off(f).on(f,(function(){return i.renderStickyHeader()})),this.$tableBody.off("scroll").on("scroll",(function(){return i.matchPositionX()}))}}},{key:"onColumnSearch",value:function(t){var i=t.currentTarget,r=t.keyCode;c(a(e.prototype),"onColumnSearch",this).call(this,{currentTarget:i,keyCode:r}),this.renderStickyHeader()}},{key:"resetView",value:function(){for(var t,i=this,r=arguments.length,o=new Array(r),s=0;s<r;s++)o[s]=arguments[s];(t=c(a(e.prototype),"resetView",this)).call.apply(t,[this].concat(o)),n(".bootstrap-table.fullscreen").off("scroll").on("scroll",(function(){return i.renderStickyHeader()}))}},{key:"getCaret",value:function(){for(var t,i=arguments.length,r=new Array(i),o=0;o<i;o++)r[o]=arguments[o];if((t=c(a(e.prototype),"getCaret",this)).call.apply(t,[this].concat(r)),this.$stickyHeader){var s=this.$stickyHeader.find("th");this.$header.find("th").each((function(t,e){s.eq(t).find(".sortable").attr("class",n(e).find(".sortable").attr("class"))}))}}},{key:"horizontalScroll",value:function(){var t=this;c(a(e.prototype),"horizontalScroll",this).call(this),this.$tableBody.on("scroll",(function(){return t.matchPositionX()}))}},{key:"renderStickyHeader",value:function(){var t=this,e=this;this.$stickyHeader=this.$header.clone(!0,!0),this.options.filterControl&&n(this.$stickyHeader).off("keyup change mouseup").on("keyup change mouse",(function(t){var i=n(t.target),r=i.val(),o=i.parents("th").data("field"),s=e.$header.find('th[data-field="'.concat(o,'"]'));if(i.is("input"))s.find("input").val(r);else if(i.is("select")){var c=s.find("select");c.find("option[selected]").removeAttr("selected"),c.find('option[value="'.concat(r,'"]')).attr("selected",!0)}e.triggerSearch()}));var i=n(window).scrollTop(),r=this.$stickyBegin.offset().top-this.options.stickyHeaderOffsetY,o=this.$stickyEnd.offset().top-this.options.stickyHeaderOffsetY-this.$header.height();if(i>r&&i<=o){this.$stickyHeader.find("tr").each((function(e,i){n(i).find("th").each((function(i,r){n(r).css("min-width",t.$header.find("tr:eq(".concat(e,")")).find("th:eq(".concat(i,")")).css("width"))}))})),this.$stickyContainer.show().addClass("fix-sticky fixed-table-container");var s=this.$tableBody[0].getBoundingClientRect(),c="100%",a=this.options.stickyHeaderOffsetLeft,l=this.options.stickyHeaderOffsetRight;a||(a=s.left),l||(c="".concat(s.width,"px")),this.$el.closest(".bootstrap-table").hasClass("fullscreen")&&(a=0,l=0,c="100%"),this.$stickyContainer.css("top","".concat(this.options.stickyHeaderOffsetY,"px")),this.$stickyContainer.css("left","".concat(a,"px")),this.$stickyContainer.css("right","".concat(l,"px")),this.$stickyContainer.css("width","".concat(c)),this.$stickyTable=n("<table/>"),this.$stickyTable.addClass(this.options.classes),this.$stickyContainer.html(this.$stickyTable.append(this.$stickyHeader)),this.matchPositionX()}else this.$stickyContainer.removeClass("fix-sticky").hide()}},{key:"matchPositionX",value:function(){this.$stickyContainer.scrollLeft(this.$tableBody.scrollLeft())}}])}(n.BootstrapTable)}));
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(require("core-js/modules/es.array.concat.js"),require("core-js/modules/es.array.find.js"),require("core-js/modules/es.object.assign.js"),require("core-js/modules/es.object.to-string.js"),require("jquery")):"function"==typeof define&&define.amd?define(["core-js/modules/es.array.concat.js","core-js/modules/es.array.find.js","core-js/modules/es.object.assign.js","core-js/modules/es.object.to-string.js","jquery"],e):e(null,null,null,null,(t="undefined"!=typeof globalThis?globalThis:t||self).jQuery)}(this,(function(t,e,i,r,n){"use strict";function o(t,e,i){return e=a(e),function(t,e){if(e&&("object"==typeof e||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}(t,l()?Reflect.construct(e,i||[],a(t).constructor):e.apply(t,i))}function s(t,e,i){return e&&function(t,e){for(var i=0;i<e.length;i++){var r=e[i];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,d(r.key),r)}}(t.prototype,e),Object.defineProperty(t,"prototype",{writable:!1}),t}function c(){return c="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(t,e,i){var r=function(t,e){for(;!{}.hasOwnProperty.call(t,e)&&null!==(t=a(t)););return t}(t,e);if(r){var n=Object.getOwnPropertyDescriptor(r,e);return n.get?n.get.call(arguments.length<3?t:i):n.value}},c.apply(null,arguments)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}function l(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(l=function(){return!!t})()}function f(t,e){return f=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},f(t,e)}function d(t){var e=function(t,e){if("object"!=typeof t||!t)return t;var i=t[Symbol.toPrimitive];if(void 0!==i){var r=i.call(t,e);if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(t,"string");return"symbol"==typeof e?e:e+""}var h=n.fn.bootstrapTable.utils;Object.assign(n.fn.bootstrapTable.defaults,{stickyHeader:!1,stickyHeaderOffsetY:0,stickyHeaderOffsetLeft:0,stickyHeaderOffsetRight:0}),n.BootstrapTable=function(t){function e(){return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,e),o(this,e,arguments)}return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&f(t,e)}(e,t),s(e,[{key:"initHeader",value:function(){for(var t,i=this,r=arguments.length,o=new Array(r),s=0;s<r;s++)o[s]=arguments[s];if((t=c(a(e.prototype),"initHeader",this)).call.apply(t,[this].concat(o)),this.options.stickyHeader){this.$tableBody.find(".sticky-header-container,.sticky_anchor_begin,.sticky_anchor_end").remove(),this.$el.before('<div class="sticky-header-container"></div>'),this.$el.before('<div class="sticky_anchor_begin"></div>'),this.$el.after('<div class="sticky_anchor_end"></div>'),this.$header.addClass("sticky-header"),this.$stickyContainer=this.$tableBody.find(".sticky-header-container"),this.$stickyBegin=this.$tableBody.find(".sticky_anchor_begin"),this.$stickyEnd=this.$tableBody.find(".sticky_anchor_end"),this.$stickyHeader=this.$header.clone(!0,!0);var l=h.getEventName("resize.sticky-header-table",this.$el.attr("id")),f=h.getEventName("scroll.sticky-header-table",this.$el.attr("id"));n(window).off(l).on(l,(function(){return i.renderStickyHeader()})),n(window).off(f).on(f,(function(){return i.renderStickyHeader()})),this.$tableBody.off("scroll").on("scroll",(function(){return i.matchPositionX()}))}}},{key:"onColumnSearch",value:function(t){var i=t.currentTarget,r=t.keyCode;c(a(e.prototype),"onColumnSearch",this).call(this,{currentTarget:i,keyCode:r}),this.options.stickyHeader&&this.renderStickyHeader()}},{key:"resetView",value:function(){for(var t,i=this,r=arguments.length,o=new Array(r),s=0;s<r;s++)o[s]=arguments[s];(t=c(a(e.prototype),"resetView",this)).call.apply(t,[this].concat(o)),this.options.stickyHeader&&n(".bootstrap-table.fullscreen").off("scroll").on("scroll",(function(){return i.renderStickyHeader()}))}},{key:"getCaret",value:function(){for(var t,i=arguments.length,r=new Array(i),o=0;o<i;o++)r[o]=arguments[o];if((t=c(a(e.prototype),"getCaret",this)).call.apply(t,[this].concat(r)),this.options.stickyHeader&&this.$stickyHeader){var s=this.$stickyHeader.find("th");this.$header.find("th").each((function(t,e){s.eq(t).find(".sortable").attr("class",n(e).find(".sortable").attr("class"))}))}}},{key:"horizontalScroll",value:function(){var t=this;c(a(e.prototype),"horizontalScroll",this).call(this),this.options.stickyHeader&&this.$tableBody.on("scroll",(function(){return t.matchPositionX()}))}},{key:"renderStickyHeader",value:function(){var t=this,e=this;this.$stickyHeader=this.$header.clone(!0,!0),this.options.filterControl&&n(this.$stickyHeader).off("keyup change mouseup").on("keyup change mouse",(function(t){var i=n(t.target),r=i.val(),o=i.parents("th").data("field"),s=e.$header.find('th[data-field="'.concat(o,'"]'));if(i.is("input"))s.find("input").val(r);else if(i.is("select")){var c=s.find("select");c.find("option[selected]").removeAttr("selected"),c.find('option[value="'.concat(r,'"]')).attr("selected",!0)}e.triggerSearch()}));var i=n(window).scrollTop(),r=this.$stickyBegin.offset().top-this.options.stickyHeaderOffsetY,o=this.$stickyEnd.offset().top-this.options.stickyHeaderOffsetY-this.$header.height();if(i>r&&i<=o){this.$stickyHeader.find("tr").each((function(e,i){n(i).find("th").each((function(i,r){n(r).css("min-width",t.$header.find("tr:eq(".concat(e,")")).find("th:eq(".concat(i,")")).css("width"))}))})),this.$stickyContainer.show().addClass("fix-sticky fixed-table-container");var s=this.$tableBody[0].getBoundingClientRect(),c="100%",a=this.options.stickyHeaderOffsetLeft,l=this.options.stickyHeaderOffsetRight;a||(a=s.left),l||(c="".concat(s.width,"px")),this.$el.closest(".bootstrap-table").hasClass("fullscreen")&&(a=0,l=0,c="100%"),this.$stickyContainer.css("top","".concat(this.options.stickyHeaderOffsetY,"px")),this.$stickyContainer.css("left","".concat(a,"px")),this.$stickyContainer.css("right","".concat(l,"px")),this.$stickyContainer.css("width","".concat(c)),this.$stickyTable=n("<table/>"),this.$stickyTable.addClass(this.options.classes),this.$stickyContainer.html(this.$stickyTable.append(this.$stickyHeader)),this.matchPositionX()}else this.$stickyContainer.removeClass("fix-sticky").hide()}},{key:"matchPositionX",value:function(){this.$stickyContainer.scrollLeft(this.$tableBody.scrollLeft())}}])}(n.BootstrapTable)}));
/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

@@ -14,57 +14,57 @@ (function (global, factory) {

formatCopyRows: function formatCopyRows() {
return 'Copy Rows';
return 'Kopieer lyne';
},
formatPrint: function formatPrint() {
return 'Print';
return 'Druk uit';
},
formatLoadingMessage: function formatLoadingMessage() {
return 'Besig om te laai, wag asseblief';
return 'Laai tans';
},
formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
return "".concat(pageNumber, " rekords per bladsy");
return "".concat(pageNumber, " re\xEBls per bladsy");
},
formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows, totalNotFiltered) {
if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) {
return "Resultate ".concat(pageFrom, " tot ").concat(pageTo, " van ").concat(totalRows, " rye (filtered from ").concat(totalNotFiltered, " total rows)");
return "Wys ".concat(pageFrom, " tot ").concat(pageTo, " van ").concat(totalRows, " lyne (gefiltreer vanaf ").concat(totalNotFiltered, " lyne)");
}
return "Resultate ".concat(pageFrom, " tot ").concat(pageTo, " van ").concat(totalRows, " rye");
return "Wys ".concat(pageFrom, " tot ").concat(pageTo, " van ").concat(totalRows, " lyne");
},
formatSRPaginationPreText: function formatSRPaginationPreText() {
return 'previous page';
return 'vorige bladsy';
},
formatSRPaginationPageText: function formatSRPaginationPageText(page) {
return "to page ".concat(page);
return "na bladsy ".concat(page);
},
formatSRPaginationNextText: function formatSRPaginationNextText() {
return 'next page';
return 'volgende bladsy';
},
formatDetailPagination: function formatDetailPagination(totalRows) {
return "Showing ".concat(totalRows, " rows");
return "".concat(totalRows, "-re\xEBl vertoon");
},
formatClearSearch: function formatClearSearch() {
return 'Clear Search';
return 'Duidelike soektog';
},
formatSearch: function formatSearch() {
return 'Soek';
return 'Navorsing';
},
formatNoMatches: function formatNoMatches() {
return 'Geen rekords gevind nie';
return 'Geen resultate nie';
},
formatPaginationSwitch: function formatPaginationSwitch() {
return 'Wys/verberg bladsy nummering';
return 'Versteek/Wys paginasie';
},
formatPaginationSwitchDown: function formatPaginationSwitchDown() {
return 'Show pagination';
return 'Wys paginasie';
},
formatPaginationSwitchUp: function formatPaginationSwitchUp() {
return 'Hide pagination';
return 'Versteek paginasie';
},
formatRefresh: function formatRefresh() {
return 'Herlaai';
return 'Verfris';
},
formatToggleOn: function formatToggleOn() {
return 'Show card view';
return 'Wys kaartaansig';
},
formatToggleOff: function formatToggleOff() {
return 'Hide card view';
return 'Versteek kaartaansig';
},

@@ -75,33 +75,81 @@ formatColumns: function formatColumns() {

formatColumnsToggleAll: function formatColumnsToggleAll() {
return 'Toggle all';
return 'Wys alles';
},
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
return 'Volskerm';
},
formatAllRows: function formatAllRows() {
return 'All';
return 'Alles';
},
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
return 'Verfris outomaties';
},
formatExport: function formatExport() {
return 'Export data';
return 'Voer data uit';
},
formatJumpTo: function formatJumpTo() {
return 'GO';
return 'Gaan na';
},
formatAdvancedSearch: function formatAdvancedSearch() {
return 'Advanced search';
return 'Gevorderde soektog';
},
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return 'Close';
return 'Maak';
},
formatFilterControlSwitch: function formatFilterControlSwitch() {
return 'Hide/Show controls';
return 'Versteek/Wys kontroles';
},
formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
return 'Hide controls';
return 'Versteek kontroles';
},
formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
return 'Show controls';
return 'Wys kontroles';
},
formatToggleCustomViewOn: function formatToggleCustomViewOn() {
return 'Wys pasgemaakte aansig';
},
formatToggleCustomViewOff: function formatToggleCustomViewOff() {
return 'Versteek pasgemaakte aansig';
},
formatClearFilters: function formatClearFilters() {
return 'Verwyder filters';
},
formatAddLevel: function formatAddLevel() {
return 'Voeg \'n vlak by';
},
formatCancel: function formatCancel() {
return 'Kanselleer';
},
formatColumn: function formatColumn() {
return 'Kolom';
},
formatDeleteLevel: function formatDeleteLevel() {
return 'Vee \'n vlak uit';
},
formatDuplicateAlertTitle: function formatDuplicateAlertTitle() {
return 'Duplikaatinskrywings is gevind!';
},
formatDuplicateAlertDescription: function formatDuplicateAlertDescription() {
return 'Verwyder of wysig asseblief duplikaatinskrywings';
},
formatMultipleSort: function formatMultipleSort() {
return 'Multi-sorteer';
},
formatOrder: function formatOrder() {
return 'Bestelling';
},
formatSort: function formatSort() {
return 'Rangskik';
},
formatSortBy: function formatSortBy() {
return 'Sorteer volgens';
},
formatSortOrders: function formatSortOrders() {
return {
asc: 'Stygende',
desc: 'Dalende'
};
},
formatThenBy: function formatThenBy() {
return 'Dan deur';
}

@@ -108,0 +156,0 @@ };

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

!function(t,o){"object"==typeof exports&&"undefined"!=typeof module?o(require("core-js/modules/es.array.concat.js"),require("core-js/modules/es.object.assign.js"),require("jquery")):"function"==typeof define&&define.amd?define(["core-js/modules/es.array.concat.js","core-js/modules/es.object.assign.js","jquery"],o):o(null,null,(t="undefined"!=typeof globalThis?globalThis:t||self).jQuery)}(this,(function(t,o,n){"use strict";n.fn.bootstrapTable.locales["af-ZA"]=n.fn.bootstrapTable.locales.af={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Besig om te laai, wag asseblief"},formatRecordsPerPage:function(t){return"".concat(t," rekords per bladsy")},formatShowingRows:function(t,o,n,e){return void 0!==e&&e>0&&e>n?"Resultate ".concat(t," tot ").concat(o," van ").concat(n," rye (filtered from ").concat(e," total rows)"):"Resultate ".concat(t," tot ").concat(o," van ").concat(n," rye")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"Soek"},formatNoMatches:function(){return"Geen rekords gevind nie"},formatPaginationSwitch:function(){return"Wys/verberg bladsy nummering"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Herlaai"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Kolomme"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"All"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},Object.assign(n.fn.bootstrapTable.defaults,n.fn.bootstrapTable.locales["af-ZA"])}));
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(require("core-js/modules/es.array.concat.js"),require("core-js/modules/es.object.assign.js"),require("jquery")):"function"==typeof define&&define.amd?define(["core-js/modules/es.array.concat.js","core-js/modules/es.object.assign.js","jquery"],e):e(null,null,(t="undefined"!=typeof globalThis?globalThis:t||self).jQuery)}(this,(function(t,e,n){"use strict";n.fn.bootstrapTable.locales["af-ZA"]=n.fn.bootstrapTable.locales.af={formatCopyRows:function(){return"Kopieer lyne"},formatPrint:function(){return"Druk uit"},formatLoadingMessage:function(){return"Laai tans"},formatRecordsPerPage:function(t){return"".concat(t," reëls per bladsy")},formatShowingRows:function(t,e,n,r){return void 0!==r&&r>0&&r>n?"Wys ".concat(t," tot ").concat(e," van ").concat(n," lyne (gefiltreer vanaf ").concat(r," lyne)"):"Wys ".concat(t," tot ").concat(e," van ").concat(n," lyne")},formatSRPaginationPreText:function(){return"vorige bladsy"},formatSRPaginationPageText:function(t){return"na bladsy ".concat(t)},formatSRPaginationNextText:function(){return"volgende bladsy"},formatDetailPagination:function(t){return"".concat(t,"-reël vertoon")},formatClearSearch:function(){return"Duidelike soektog"},formatSearch:function(){return"Navorsing"},formatNoMatches:function(){return"Geen resultate nie"},formatPaginationSwitch:function(){return"Versteek/Wys paginasie"},formatPaginationSwitchDown:function(){return"Wys paginasie"},formatPaginationSwitchUp:function(){return"Versteek paginasie"},formatRefresh:function(){return"Verfris"},formatToggleOn:function(){return"Wys kaartaansig"},formatToggleOff:function(){return"Versteek kaartaansig"},formatColumns:function(){return"Kolomme"},formatColumnsToggleAll:function(){return"Wys alles"},formatFullscreen:function(){return"Volskerm"},formatAllRows:function(){return"Alles"},formatAutoRefresh:function(){return"Verfris outomaties"},formatExport:function(){return"Voer data uit"},formatJumpTo:function(){return"Gaan na"},formatAdvancedSearch:function(){return"Gevorderde soektog"},formatAdvancedCloseButton:function(){return"Maak"},formatFilterControlSwitch:function(){return"Versteek/Wys kontroles"},formatFilterControlSwitchHide:function(){return"Versteek kontroles"},formatFilterControlSwitchShow:function(){return"Wys kontroles"},formatToggleCustomViewOn:function(){return"Wys pasgemaakte aansig"},formatToggleCustomViewOff:function(){return"Versteek pasgemaakte aansig"},formatClearFilters:function(){return"Verwyder filters"},formatAddLevel:function(){return"Voeg 'n vlak by"},formatCancel:function(){return"Kanselleer"},formatColumn:function(){return"Kolom"},formatDeleteLevel:function(){return"Vee 'n vlak uit"},formatDuplicateAlertTitle:function(){return"Duplikaatinskrywings is gevind!"},formatDuplicateAlertDescription:function(){return"Verwyder of wysig asseblief duplikaatinskrywings"},formatMultipleSort:function(){return"Multi-sorteer"},formatOrder:function(){return"Bestelling"},formatSort:function(){return"Rangskik"},formatSortBy:function(){return"Sorteer volgens"},formatSortOrders:function(){return{asc:"Stygende",desc:"Dalende"}},formatThenBy:function(){return"Dan deur"}},Object.assign(n.fn.bootstrapTable.defaults,n.fn.bootstrapTable.locales["af-ZA"])}));
/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

@@ -15,6 +15,6 @@ (function (global, factory) {

formatCopyRows: function formatCopyRows() {
return 'Copy Rows';
return 'Copier les lignes';
},
formatPrint: function formatPrint() {
return 'Print';
return 'Imprimer';
},

@@ -29,5 +29,5 @@ formatLoadingMessage: function formatLoadingMessage() {

if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) {
return "Affiche de ".concat(pageFrom, " \xE0 ").concat(pageTo, " sur ").concat(totalRows, " lignes (filtr\xE9s \xE0 partir de ").concat(totalNotFiltered, " lignes)");
return "Affichage de ".concat(pageFrom, " \xE0 ").concat(pageTo, " sur ").concat(totalRows, " lignes (filtr\xE9es \xE0 partir de ").concat(totalNotFiltered, " lignes)");
}
return "Affiche de ".concat(pageFrom, " \xE0 ").concat(pageTo, " sur ").concat(totalRows, " lignes");
return "Affichage de ".concat(pageFrom, " \xE0 ").concat(pageTo, " sur ").concat(totalRows, " lignes");
},

@@ -44,3 +44,3 @@ formatSRPaginationPreText: function formatSRPaginationPreText() {

formatDetailPagination: function formatDetailPagination(totalRows) {
return "Affiche ".concat(totalRows, " lignes");
return "Affichage de ".concat(totalRows, " lignes");
},

@@ -51,24 +51,24 @@ formatClearSearch: function formatClearSearch() {

formatSearch: function formatSearch() {
return 'Recherche';
return 'Rechercher';
},
formatNoMatches: function formatNoMatches() {
return 'Pas de lignes trouvés';
return 'Aucun résultat';
},
formatPaginationSwitch: function formatPaginationSwitch() {
return 'Cacher/Afficher pagination';
return 'Masquer/Afficher la pagination';
},
formatPaginationSwitchDown: function formatPaginationSwitchDown() {
return 'Afficher pagination';
return 'Afficher la pagination';
},
formatPaginationSwitchUp: function formatPaginationSwitchUp() {
return 'Cacher pagination';
return 'Masquer la pagination';
},
formatRefresh: function formatRefresh() {
return 'Rafraichir';
return 'Actualiser';
},
formatToggleOn: function formatToggleOn() {
return 'Afficher vue carte';
return 'Afficher la vue en cartes';
},
formatToggleOff: function formatToggleOff() {
return 'Cacher vue carte';
return 'Cacher la vue en cartes';
},

@@ -79,3 +79,3 @@ formatColumns: function formatColumns() {

formatColumnsToggleAll: function formatColumnsToggleAll() {
return 'Tout basculer';
return 'Tout afficher';
},

@@ -89,6 +89,6 @@ formatFullscreen: function formatFullscreen() {

formatAutoRefresh: function formatAutoRefresh() {
return 'Rafraîchissement automatique';
return 'Actualiser automatiquement';
},
formatExport: function formatExport() {
return 'Exporter les données';
return 'Exporter';
},

@@ -105,9 +105,57 @@ formatJumpTo: function formatJumpTo() {

formatFilterControlSwitch: function formatFilterControlSwitch() {
return 'Cacher/Afficher controls';
return 'Masquer/Afficher les contrôles';
},
formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
return 'Cacher controls';
return 'Masquer les contrôles';
},
formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
return 'Afficher controls';
return 'Afficher les contrôles';
},
formatToggleCustomViewOn: function formatToggleCustomViewOn() {
return 'Afficher la vue personnalisée';
},
formatToggleCustomViewOff: function formatToggleCustomViewOff() {
return 'Cacher la vue personnalisée';
},
formatClearFilters: function formatClearFilters() {
return 'Retirer les filtres';
},
formatAddLevel: function formatAddLevel() {
return 'Ajouter un niveau';
},
formatCancel: function formatCancel() {
return 'Annuler';
},
formatColumn: function formatColumn() {
return 'Colonne';
},
formatDeleteLevel: function formatDeleteLevel() {
return 'Supprimer un niveau';
},
formatDuplicateAlertTitle: function formatDuplicateAlertTitle() {
return 'Des entrées en double ont été trouvées !';
},
formatDuplicateAlertDescription: function formatDuplicateAlertDescription() {
return 'Veuillez supprimer ou modifier les entrées en double';
},
formatMultipleSort: function formatMultipleSort() {
return 'Tri multiple';
},
formatOrder: function formatOrder() {
return 'Ordre';
},
formatSort: function formatSort() {
return 'Trier';
},
formatSortBy: function formatSortBy() {
return 'Trier par';
},
formatSortOrders: function formatSortOrders() {
return {
asc: 'Ascendant',
desc: 'Descendant'
};
},
formatThenBy: function formatThenBy() {
return 'Puis par';
}

@@ -114,0 +162,0 @@ };

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

!function(n,t){"object"==typeof exports&&"undefined"!=typeof module?t(require("core-js/modules/es.array.concat.js"),require("core-js/modules/es.object.assign.js"),require("jquery")):"function"==typeof define&&define.amd?define(["core-js/modules/es.array.concat.js","core-js/modules/es.object.assign.js","jquery"],t):t(null,null,(n="undefined"!=typeof globalThis?globalThis:n||self).jQuery)}(this,(function(n,t,r){"use strict";r.fn.bootstrapTable.locales["fr-BE"]={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Chargement en cours"},formatRecordsPerPage:function(n){return"".concat(n," lignes par page")},formatShowingRows:function(n,t,r,e){return void 0!==e&&e>0&&e>r?"Affiche de ".concat(n," à ").concat(t," sur ").concat(r," lignes (filtrés à partir de ").concat(e," lignes)"):"Affiche de ".concat(n," à ").concat(t," sur ").concat(r," lignes")},formatSRPaginationPreText:function(){return"page précédente"},formatSRPaginationPageText:function(n){return"vers la page ".concat(n)},formatSRPaginationNextText:function(){return"page suivante"},formatDetailPagination:function(n){return"Affiche ".concat(n," lignes")},formatClearSearch:function(){return"Effacer la recherche"},formatSearch:function(){return"Recherche"},formatNoMatches:function(){return"Pas de lignes trouvés"},formatPaginationSwitch:function(){return"Cacher/Afficher pagination"},formatPaginationSwitchDown:function(){return"Afficher pagination"},formatPaginationSwitchUp:function(){return"Cacher pagination"},formatRefresh:function(){return"Rafraichir"},formatToggleOn:function(){return"Afficher vue carte"},formatToggleOff:function(){return"Cacher vue carte"},formatColumns:function(){return"Colonnes"},formatColumnsToggleAll:function(){return"Tout basculer"},formatFullscreen:function(){return"Plein écran"},formatAllRows:function(){return"Tout"},formatAutoRefresh:function(){return"Rafraîchissement automatique"},formatExport:function(){return"Exporter les données"},formatJumpTo:function(){return"Aller à"},formatAdvancedSearch:function(){return"Recherche avancée"},formatAdvancedCloseButton:function(){return"Fermer"},formatFilterControlSwitch:function(){return"Cacher/Afficher controls"},formatFilterControlSwitchHide:function(){return"Cacher controls"},formatFilterControlSwitchShow:function(){return"Afficher controls"}},Object.assign(r.fn.bootstrapTable.defaults,r.fn.bootstrapTable.locales["fr-BE"])}));
!function(e,r){"object"==typeof exports&&"undefined"!=typeof module?r(require("core-js/modules/es.array.concat.js"),require("core-js/modules/es.object.assign.js"),require("jquery")):"function"==typeof define&&define.amd?define(["core-js/modules/es.array.concat.js","core-js/modules/es.object.assign.js","jquery"],r):r(null,null,(e="undefined"!=typeof globalThis?globalThis:e||self).jQuery)}(this,(function(e,r,n){"use strict";n.fn.bootstrapTable.locales["fr-BE"]={formatCopyRows:function(){return"Copier les lignes"},formatPrint:function(){return"Imprimer"},formatLoadingMessage:function(){return"Chargement en cours"},formatRecordsPerPage:function(e){return"".concat(e," lignes par page")},formatShowingRows:function(e,r,n,t){return void 0!==t&&t>0&&t>n?"Affichage de ".concat(e," à ").concat(r," sur ").concat(n," lignes (filtrées à partir de ").concat(t," lignes)"):"Affichage de ".concat(e," à ").concat(r," sur ").concat(n," lignes")},formatSRPaginationPreText:function(){return"page précédente"},formatSRPaginationPageText:function(e){return"vers la page ".concat(e)},formatSRPaginationNextText:function(){return"page suivante"},formatDetailPagination:function(e){return"Affichage de ".concat(e," lignes")},formatClearSearch:function(){return"Effacer la recherche"},formatSearch:function(){return"Rechercher"},formatNoMatches:function(){return"Aucun résultat"},formatPaginationSwitch:function(){return"Masquer/Afficher la pagination"},formatPaginationSwitchDown:function(){return"Afficher la pagination"},formatPaginationSwitchUp:function(){return"Masquer la pagination"},formatRefresh:function(){return"Actualiser"},formatToggleOn:function(){return"Afficher la vue en cartes"},formatToggleOff:function(){return"Cacher la vue en cartes"},formatColumns:function(){return"Colonnes"},formatColumnsToggleAll:function(){return"Tout afficher"},formatFullscreen:function(){return"Plein écran"},formatAllRows:function(){return"Tout"},formatAutoRefresh:function(){return"Actualiser automatiquement"},formatExport:function(){return"Exporter"},formatJumpTo:function(){return"Aller à"},formatAdvancedSearch:function(){return"Recherche avancée"},formatAdvancedCloseButton:function(){return"Fermer"},formatFilterControlSwitch:function(){return"Masquer/Afficher les contrôles"},formatFilterControlSwitchHide:function(){return"Masquer les contrôles"},formatFilterControlSwitchShow:function(){return"Afficher les contrôles"},formatToggleCustomViewOn:function(){return"Afficher la vue personnalisée"},formatToggleCustomViewOff:function(){return"Cacher la vue personnalisée"},formatClearFilters:function(){return"Retirer les filtres"},formatAddLevel:function(){return"Ajouter un niveau"},formatCancel:function(){return"Annuler"},formatColumn:function(){return"Colonne"},formatDeleteLevel:function(){return"Supprimer un niveau"},formatDuplicateAlertTitle:function(){return"Des entrées en double ont été trouvées !"},formatDuplicateAlertDescription:function(){return"Veuillez supprimer ou modifier les entrées en double"},formatMultipleSort:function(){return"Tri multiple"},formatOrder:function(){return"Ordre"},formatSort:function(){return"Trier"},formatSortBy:function(){return"Trier par"},formatSortOrders:function(){return{asc:"Ascendant",desc:"Descendant"}},formatThenBy:function(){return"Puis par"}},Object.assign(n.fn.bootstrapTable.defaults,n.fn.bootstrapTable.locales["fr-BE"])}));

@@ -10,10 +10,10 @@ (function (global, factory) {

* Author: Nevets82 <Nevets82@gmail.com>
*/
*/
$.fn.bootstrapTable.locales['fr-CH'] = {
formatCopyRows: function formatCopyRows() {
return 'Copy Rows';
return 'Copier les lignes';
},
formatPrint: function formatPrint() {
return 'Print';
return 'Imprimer';
},

@@ -28,5 +28,5 @@ formatLoadingMessage: function formatLoadingMessage() {

if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) {
return "Affiche de ".concat(pageFrom, " \xE0 ").concat(pageTo, " sur ").concat(totalRows, " lignes (filtr\xE9s \xE0 partir de ").concat(totalNotFiltered, " lignes)");
return "Affichage de ".concat(pageFrom, " \xE0 ").concat(pageTo, " sur ").concat(totalRows, " lignes (filtr\xE9es \xE0 partir de ").concat(totalNotFiltered, " lignes)");
}
return "Affiche de ".concat(pageFrom, " \xE0 ").concat(pageTo, " sur ").concat(totalRows, " lignes");
return "Affichage de ".concat(pageFrom, " \xE0 ").concat(pageTo, " sur ").concat(totalRows, " lignes");
},

@@ -43,3 +43,3 @@ formatSRPaginationPreText: function formatSRPaginationPreText() {

formatDetailPagination: function formatDetailPagination(totalRows) {
return "Affiche ".concat(totalRows, " lignes");
return "Affichage de ".concat(totalRows, " lignes");
},

@@ -50,24 +50,24 @@ formatClearSearch: function formatClearSearch() {

formatSearch: function formatSearch() {
return 'Recherche';
return 'Rechercher';
},
formatNoMatches: function formatNoMatches() {
return 'Pas de lignes trouvés';
return 'Aucun résultat';
},
formatPaginationSwitch: function formatPaginationSwitch() {
return 'Cacher/Afficher pagination';
return 'Masquer/Afficher la pagination';
},
formatPaginationSwitchDown: function formatPaginationSwitchDown() {
return 'Afficher pagination';
return 'Afficher la pagination';
},
formatPaginationSwitchUp: function formatPaginationSwitchUp() {
return 'Cacher pagination';
return 'Masquer la pagination';
},
formatRefresh: function formatRefresh() {
return 'Rafraichir';
return 'Actualiser';
},
formatToggleOn: function formatToggleOn() {
return 'Afficher vue carte';
return 'Afficher la vue en cartes';
},
formatToggleOff: function formatToggleOff() {
return 'Cacher vue carte';
return 'Cacher la vue en cartes';
},

@@ -78,3 +78,3 @@ formatColumns: function formatColumns() {

formatColumnsToggleAll: function formatColumnsToggleAll() {
return 'Tout basculer';
return 'Tout afficher';
},

@@ -88,6 +88,6 @@ formatFullscreen: function formatFullscreen() {

formatAutoRefresh: function formatAutoRefresh() {
return 'Rafraîchissement automatique';
return 'Actualiser automatiquement';
},
formatExport: function formatExport() {
return 'Exporter les données';
return 'Exporter';
},

@@ -104,9 +104,57 @@ formatJumpTo: function formatJumpTo() {

formatFilterControlSwitch: function formatFilterControlSwitch() {
return 'Cacher/Afficher controls';
return 'Masquer/Afficher les contrôles';
},
formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
return 'Cacher controls';
return 'Masquer les contrôles';
},
formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
return 'Afficher controls';
return 'Afficher les contrôles';
},
formatToggleCustomViewOn: function formatToggleCustomViewOn() {
return 'Afficher la vue personnalisée';
},
formatToggleCustomViewOff: function formatToggleCustomViewOff() {
return 'Cacher la vue personnalisée';
},
formatClearFilters: function formatClearFilters() {
return 'Retirer les filtres';
},
formatAddLevel: function formatAddLevel() {
return 'Ajouter un niveau';
},
formatCancel: function formatCancel() {
return 'Annuler';
},
formatColumn: function formatColumn() {
return 'Colonne';
},
formatDeleteLevel: function formatDeleteLevel() {
return 'Supprimer un niveau';
},
formatDuplicateAlertTitle: function formatDuplicateAlertTitle() {
return 'Des entrées en double ont été trouvées !';
},
formatDuplicateAlertDescription: function formatDuplicateAlertDescription() {
return 'Veuillez supprimer ou modifier les entrées en double';
},
formatMultipleSort: function formatMultipleSort() {
return 'Tri multiple';
},
formatOrder: function formatOrder() {
return 'Ordre';
},
formatSort: function formatSort() {
return 'Trier';
},
formatSortBy: function formatSortBy() {
return 'Trier par';
},
formatSortOrders: function formatSortOrders() {
return {
asc: 'Ascendant',
desc: 'Descendant'
};
},
formatThenBy: function formatThenBy() {
return 'Puis par';
}

@@ -113,0 +161,0 @@ };

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

!function(n,t){"object"==typeof exports&&"undefined"!=typeof module?t(require("core-js/modules/es.array.concat.js"),require("core-js/modules/es.object.assign.js"),require("jquery")):"function"==typeof define&&define.amd?define(["core-js/modules/es.array.concat.js","core-js/modules/es.object.assign.js","jquery"],t):t(null,null,(n="undefined"!=typeof globalThis?globalThis:n||self).jQuery)}(this,(function(n,t,r){"use strict";r.fn.bootstrapTable.locales["fr-CH"]={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Chargement en cours"},formatRecordsPerPage:function(n){return"".concat(n," lignes par page")},formatShowingRows:function(n,t,r,e){return void 0!==e&&e>0&&e>r?"Affiche de ".concat(n," à ").concat(t," sur ").concat(r," lignes (filtrés à partir de ").concat(e," lignes)"):"Affiche de ".concat(n," à ").concat(t," sur ").concat(r," lignes")},formatSRPaginationPreText:function(){return"page précédente"},formatSRPaginationPageText:function(n){return"vers la page ".concat(n)},formatSRPaginationNextText:function(){return"page suivante"},formatDetailPagination:function(n){return"Affiche ".concat(n," lignes")},formatClearSearch:function(){return"Effacer la recherche"},formatSearch:function(){return"Recherche"},formatNoMatches:function(){return"Pas de lignes trouvés"},formatPaginationSwitch:function(){return"Cacher/Afficher pagination"},formatPaginationSwitchDown:function(){return"Afficher pagination"},formatPaginationSwitchUp:function(){return"Cacher pagination"},formatRefresh:function(){return"Rafraichir"},formatToggleOn:function(){return"Afficher vue carte"},formatToggleOff:function(){return"Cacher vue carte"},formatColumns:function(){return"Colonnes"},formatColumnsToggleAll:function(){return"Tout basculer"},formatFullscreen:function(){return"Plein écran"},formatAllRows:function(){return"Tout"},formatAutoRefresh:function(){return"Rafraîchissement automatique"},formatExport:function(){return"Exporter les données"},formatJumpTo:function(){return"Aller à"},formatAdvancedSearch:function(){return"Recherche avancée"},formatAdvancedCloseButton:function(){return"Fermer"},formatFilterControlSwitch:function(){return"Cacher/Afficher controls"},formatFilterControlSwitchHide:function(){return"Cacher controls"},formatFilterControlSwitchShow:function(){return"Afficher controls"}},Object.assign(r.fn.bootstrapTable.defaults,r.fn.bootstrapTable.locales["fr-CH"])}));
!function(e,r){"object"==typeof exports&&"undefined"!=typeof module?r(require("core-js/modules/es.array.concat.js"),require("core-js/modules/es.object.assign.js"),require("jquery")):"function"==typeof define&&define.amd?define(["core-js/modules/es.array.concat.js","core-js/modules/es.object.assign.js","jquery"],r):r(null,null,(e="undefined"!=typeof globalThis?globalThis:e||self).jQuery)}(this,(function(e,r,n){"use strict";n.fn.bootstrapTable.locales["fr-CH"]={formatCopyRows:function(){return"Copier les lignes"},formatPrint:function(){return"Imprimer"},formatLoadingMessage:function(){return"Chargement en cours"},formatRecordsPerPage:function(e){return"".concat(e," lignes par page")},formatShowingRows:function(e,r,n,t){return void 0!==t&&t>0&&t>n?"Affichage de ".concat(e," à ").concat(r," sur ").concat(n," lignes (filtrées à partir de ").concat(t," lignes)"):"Affichage de ".concat(e," à ").concat(r," sur ").concat(n," lignes")},formatSRPaginationPreText:function(){return"page précédente"},formatSRPaginationPageText:function(e){return"vers la page ".concat(e)},formatSRPaginationNextText:function(){return"page suivante"},formatDetailPagination:function(e){return"Affichage de ".concat(e," lignes")},formatClearSearch:function(){return"Effacer la recherche"},formatSearch:function(){return"Rechercher"},formatNoMatches:function(){return"Aucun résultat"},formatPaginationSwitch:function(){return"Masquer/Afficher la pagination"},formatPaginationSwitchDown:function(){return"Afficher la pagination"},formatPaginationSwitchUp:function(){return"Masquer la pagination"},formatRefresh:function(){return"Actualiser"},formatToggleOn:function(){return"Afficher la vue en cartes"},formatToggleOff:function(){return"Cacher la vue en cartes"},formatColumns:function(){return"Colonnes"},formatColumnsToggleAll:function(){return"Tout afficher"},formatFullscreen:function(){return"Plein écran"},formatAllRows:function(){return"Tout"},formatAutoRefresh:function(){return"Actualiser automatiquement"},formatExport:function(){return"Exporter"},formatJumpTo:function(){return"Aller à"},formatAdvancedSearch:function(){return"Recherche avancée"},formatAdvancedCloseButton:function(){return"Fermer"},formatFilterControlSwitch:function(){return"Masquer/Afficher les contrôles"},formatFilterControlSwitchHide:function(){return"Masquer les contrôles"},formatFilterControlSwitchShow:function(){return"Afficher les contrôles"},formatToggleCustomViewOn:function(){return"Afficher la vue personnalisée"},formatToggleCustomViewOff:function(){return"Cacher la vue personnalisée"},formatClearFilters:function(){return"Retirer les filtres"},formatAddLevel:function(){return"Ajouter un niveau"},formatCancel:function(){return"Annuler"},formatColumn:function(){return"Colonne"},formatDeleteLevel:function(){return"Supprimer un niveau"},formatDuplicateAlertTitle:function(){return"Des entrées en double ont été trouvées !"},formatDuplicateAlertDescription:function(){return"Veuillez supprimer ou modifier les entrées en double"},formatMultipleSort:function(){return"Tri multiple"},formatOrder:function(){return"Ordre"},formatSort:function(){return"Trier"},formatSortBy:function(){return"Trier par"},formatSortOrders:function(){return{asc:"Ascendant",desc:"Descendant"}},formatThenBy:function(){return"Puis par"}},Object.assign(n.fn.bootstrapTable.defaults,n.fn.bootstrapTable.locales["fr-CH"])}));

@@ -29,3 +29,3 @@ (function (global, factory) {

if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) {
return "Affichage de ".concat(pageFrom, " \xE0 ").concat(pageTo, " sur ").concat(totalRows, " lignes (filtr\xE9s \xE0 partir de ").concat(totalNotFiltered, " lignes)");
return "Affichage de ".concat(pageFrom, " \xE0 ").concat(pageTo, " sur ").concat(totalRows, " lignes (filtr\xE9es \xE0 partir de ").concat(totalNotFiltered, " lignes)");
}

@@ -50,3 +50,3 @@ return "Affichage de ".concat(pageFrom, " \xE0 ").concat(pageTo, " sur ").concat(totalRows, " lignes");

formatSearch: function formatSearch() {
return 'Recherche';
return 'Rechercher';
},

@@ -69,6 +69,6 @@ formatNoMatches: function formatNoMatches() {

formatToggleOn: function formatToggleOn() {
return 'Afficher la vue carte';
return 'Afficher la vue en cartes';
},
formatToggleOff: function formatToggleOff() {
return 'Masquer la vue carte';
return 'Cacher la vue en cartes';
},

@@ -79,3 +79,3 @@ formatColumns: function formatColumns() {

formatColumnsToggleAll: function formatColumnsToggleAll() {
return 'Tout basculer';
return 'Tout afficher';
},

@@ -89,9 +89,9 @@ formatFullscreen: function formatFullscreen() {

formatAutoRefresh: function formatAutoRefresh() {
return 'Actualisation automatique';
return 'Actualiser automatiquement';
},
formatExport: function formatExport() {
return 'Exporter les données';
return 'Exporter';
},
formatJumpTo: function formatJumpTo() {
return 'ALLER';
return 'Aller à';
},

@@ -112,2 +112,50 @@ formatAdvancedSearch: function formatAdvancedSearch() {

return 'Afficher les contrôles';
},
formatToggleCustomViewOn: function formatToggleCustomViewOn() {
return 'Afficher la vue personnalisée';
},
formatToggleCustomViewOff: function formatToggleCustomViewOff() {
return 'Cacher la vue personnalisée';
},
formatClearFilters: function formatClearFilters() {
return 'Retirer les filtres';
},
formatAddLevel: function formatAddLevel() {
return 'Ajouter un niveau';
},
formatCancel: function formatCancel() {
return 'Annuler';
},
formatColumn: function formatColumn() {
return 'Colonne';
},
formatDeleteLevel: function formatDeleteLevel() {
return 'Supprimer un niveau';
},
formatDuplicateAlertTitle: function formatDuplicateAlertTitle() {
return 'Des entrées en double ont été trouvées !';
},
formatDuplicateAlertDescription: function formatDuplicateAlertDescription() {
return 'Veuillez supprimer ou modifier les entrées en double';
},
formatMultipleSort: function formatMultipleSort() {
return 'Tri multiple';
},
formatOrder: function formatOrder() {
return 'Ordre';
},
formatSort: function formatSort() {
return 'Trier';
},
formatSortBy: function formatSortBy() {
return 'Trier par';
},
formatSortOrders: function formatSortOrders() {
return {
asc: 'Ascendant',
desc: 'Descendant'
};
},
formatThenBy: function formatThenBy() {
return 'Puis par';
}

@@ -114,0 +162,0 @@ };

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?n(require("core-js/modules/es.array.concat.js"),require("core-js/modules/es.object.assign.js"),require("jquery")):"function"==typeof define&&define.amd?define(["core-js/modules/es.array.concat.js","core-js/modules/es.object.assign.js","jquery"],n):n(null,null,(e="undefined"!=typeof globalThis?globalThis:e||self).jQuery)}(this,(function(e,n,t){"use strict";t.fn.bootstrapTable.locales["fr-FR"]=t.fn.bootstrapTable.locales.fr={formatCopyRows:function(){return"Copier les lignes"},formatPrint:function(){return"Imprimer"},formatLoadingMessage:function(){return"Chargement en cours"},formatRecordsPerPage:function(e){return"".concat(e," lignes par page")},formatShowingRows:function(e,n,t,r){return void 0!==r&&r>0&&r>t?"Affichage de ".concat(e," à ").concat(n," sur ").concat(t," lignes (filtrés à partir de ").concat(r," lignes)"):"Affichage de ".concat(e," à ").concat(n," sur ").concat(t," lignes")},formatSRPaginationPreText:function(){return"page précédente"},formatSRPaginationPageText:function(e){return"vers la page ".concat(e)},formatSRPaginationNextText:function(){return"page suivante"},formatDetailPagination:function(e){return"Affichage de ".concat(e," lignes")},formatClearSearch:function(){return"Effacer la recherche"},formatSearch:function(){return"Recherche"},formatNoMatches:function(){return"Aucun résultat"},formatPaginationSwitch:function(){return"Masquer/Afficher la pagination"},formatPaginationSwitchDown:function(){return"Afficher la pagination"},formatPaginationSwitchUp:function(){return"Masquer la pagination"},formatRefresh:function(){return"Actualiser"},formatToggleOn:function(){return"Afficher la vue carte"},formatToggleOff:function(){return"Masquer la vue carte"},formatColumns:function(){return"Colonnes"},formatColumnsToggleAll:function(){return"Tout basculer"},formatFullscreen:function(){return"Plein écran"},formatAllRows:function(){return"Tout"},formatAutoRefresh:function(){return"Actualisation automatique"},formatExport:function(){return"Exporter les données"},formatJumpTo:function(){return"ALLER"},formatAdvancedSearch:function(){return"Recherche avancée"},formatAdvancedCloseButton:function(){return"Fermer"},formatFilterControlSwitch:function(){return"Masquer/Afficher les contrôles"},formatFilterControlSwitchHide:function(){return"Masquer les contrôles"},formatFilterControlSwitchShow:function(){return"Afficher les contrôles"}},Object.assign(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales["fr-FR"])}));
!function(e,r){"object"==typeof exports&&"undefined"!=typeof module?r(require("core-js/modules/es.array.concat.js"),require("core-js/modules/es.object.assign.js"),require("jquery")):"function"==typeof define&&define.amd?define(["core-js/modules/es.array.concat.js","core-js/modules/es.object.assign.js","jquery"],r):r(null,null,(e="undefined"!=typeof globalThis?globalThis:e||self).jQuery)}(this,(function(e,r,n){"use strict";n.fn.bootstrapTable.locales["fr-FR"]=n.fn.bootstrapTable.locales.fr={formatCopyRows:function(){return"Copier les lignes"},formatPrint:function(){return"Imprimer"},formatLoadingMessage:function(){return"Chargement en cours"},formatRecordsPerPage:function(e){return"".concat(e," lignes par page")},formatShowingRows:function(e,r,n,t){return void 0!==t&&t>0&&t>n?"Affichage de ".concat(e," à ").concat(r," sur ").concat(n," lignes (filtrées à partir de ").concat(t," lignes)"):"Affichage de ".concat(e," à ").concat(r," sur ").concat(n," lignes")},formatSRPaginationPreText:function(){return"page précédente"},formatSRPaginationPageText:function(e){return"vers la page ".concat(e)},formatSRPaginationNextText:function(){return"page suivante"},formatDetailPagination:function(e){return"Affichage de ".concat(e," lignes")},formatClearSearch:function(){return"Effacer la recherche"},formatSearch:function(){return"Rechercher"},formatNoMatches:function(){return"Aucun résultat"},formatPaginationSwitch:function(){return"Masquer/Afficher la pagination"},formatPaginationSwitchDown:function(){return"Afficher la pagination"},formatPaginationSwitchUp:function(){return"Masquer la pagination"},formatRefresh:function(){return"Actualiser"},formatToggleOn:function(){return"Afficher la vue en cartes"},formatToggleOff:function(){return"Cacher la vue en cartes"},formatColumns:function(){return"Colonnes"},formatColumnsToggleAll:function(){return"Tout afficher"},formatFullscreen:function(){return"Plein écran"},formatAllRows:function(){return"Tout"},formatAutoRefresh:function(){return"Actualiser automatiquement"},formatExport:function(){return"Exporter"},formatJumpTo:function(){return"Aller à"},formatAdvancedSearch:function(){return"Recherche avancée"},formatAdvancedCloseButton:function(){return"Fermer"},formatFilterControlSwitch:function(){return"Masquer/Afficher les contrôles"},formatFilterControlSwitchHide:function(){return"Masquer les contrôles"},formatFilterControlSwitchShow:function(){return"Afficher les contrôles"},formatToggleCustomViewOn:function(){return"Afficher la vue personnalisée"},formatToggleCustomViewOff:function(){return"Cacher la vue personnalisée"},formatClearFilters:function(){return"Retirer les filtres"},formatAddLevel:function(){return"Ajouter un niveau"},formatCancel:function(){return"Annuler"},formatColumn:function(){return"Colonne"},formatDeleteLevel:function(){return"Supprimer un niveau"},formatDuplicateAlertTitle:function(){return"Des entrées en double ont été trouvées !"},formatDuplicateAlertDescription:function(){return"Veuillez supprimer ou modifier les entrées en double"},formatMultipleSort:function(){return"Tri multiple"},formatOrder:function(){return"Ordre"},formatSort:function(){return"Trier"},formatSortBy:function(){return"Trier par"},formatSortOrders:function(){return{asc:"Ascendant",desc:"Descendant"}},formatThenBy:function(){return"Puis par"}},Object.assign(n.fn.bootstrapTable.defaults,n.fn.bootstrapTable.locales["fr-FR"])}));

@@ -28,5 +28,5 @@ (function (global, factory) {

if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) {
return "Affiche de ".concat(pageFrom, " \xE0 ").concat(pageTo, " sur ").concat(totalRows, " lignes (filtr\xE9s \xE0 partir de ").concat(totalNotFiltered, " lignes)");
return "Affichage de ".concat(pageFrom, " \xE0 ").concat(pageTo, " sur ").concat(totalRows, " lignes (filtr\xE9es \xE0 partir de ").concat(totalNotFiltered, " lignes)");
}
return "Affiche de ".concat(pageFrom, " \xE0 ").concat(pageTo, " sur ").concat(totalRows, " lignes");
return "Affichage de ".concat(pageFrom, " \xE0 ").concat(pageTo, " sur ").concat(totalRows, " lignes");
},

@@ -43,3 +43,3 @@ formatSRPaginationPreText: function formatSRPaginationPreText() {

formatDetailPagination: function formatDetailPagination(totalRows) {
return "Affiche ".concat(totalRows, " lignes");
return "Affichage de ".concat(totalRows, " lignes");
},

@@ -50,24 +50,24 @@ formatClearSearch: function formatClearSearch() {

formatSearch: function formatSearch() {
return 'Recherche';
return 'Rechercher';
},
formatNoMatches: function formatNoMatches() {
return 'Pas de lignes trouvés';
return 'Aucun résultat';
},
formatPaginationSwitch: function formatPaginationSwitch() {
return 'Cacher/Afficher pagination';
return 'Masquer/Afficher la pagination';
},
formatPaginationSwitchDown: function formatPaginationSwitchDown() {
return 'Afficher pagination';
return 'Afficher la pagination';
},
formatPaginationSwitchUp: function formatPaginationSwitchUp() {
return 'Cacher pagination';
return 'Masquer la pagination';
},
formatRefresh: function formatRefresh() {
return 'Rafraichir';
return 'Actualiser';
},
formatToggleOn: function formatToggleOn() {
return 'Afficher vue carte';
return 'Afficher la vue en cartes';
},
formatToggleOff: function formatToggleOff() {
return 'Cacher vue carte';
return 'Cacher la vue en cartes';
},

@@ -78,3 +78,3 @@ formatColumns: function formatColumns() {

formatColumnsToggleAll: function formatColumnsToggleAll() {
return 'Tout basculer';
return 'Tout afficher';
},

@@ -88,6 +88,6 @@ formatFullscreen: function formatFullscreen() {

formatAutoRefresh: function formatAutoRefresh() {
return 'Rafraîchissement automatique';
return 'Actualiser automatiquement';
},
formatExport: function formatExport() {
return 'Exporter les données';
return 'Exporter';
},

@@ -104,9 +104,57 @@ formatJumpTo: function formatJumpTo() {

formatFilterControlSwitch: function formatFilterControlSwitch() {
return 'Cacher/Afficher controls';
return 'Masquer/Afficher les contrôles';
},
formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
return 'Cacher controls';
return 'Masquer les contrôles';
},
formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
return 'Afficher controls';
return 'Afficher les contrôles';
},
formatToggleCustomViewOn: function formatToggleCustomViewOn() {
return 'Afficher la vue personnalisée';
},
formatToggleCustomViewOff: function formatToggleCustomViewOff() {
return 'Cacher la vue personnalisée';
},
formatClearFilters: function formatClearFilters() {
return 'Retirer les filtres';
},
formatAddLevel: function formatAddLevel() {
return 'Ajouter un niveau';
},
formatCancel: function formatCancel() {
return 'Annuler';
},
formatColumn: function formatColumn() {
return 'Colonne';
},
formatDeleteLevel: function formatDeleteLevel() {
return 'Supprimer un niveau';
},
formatDuplicateAlertTitle: function formatDuplicateAlertTitle() {
return 'Des entrées en double ont été trouvées !';
},
formatDuplicateAlertDescription: function formatDuplicateAlertDescription() {
return 'Veuillez supprimer ou modifier les entrées en double';
},
formatMultipleSort: function formatMultipleSort() {
return 'Tri multiple';
},
formatOrder: function formatOrder() {
return 'Ordre';
},
formatSort: function formatSort() {
return 'Trier';
},
formatSortBy: function formatSortBy() {
return 'Trier par';
},
formatSortOrders: function formatSortOrders() {
return {
asc: 'Ascendant',
desc: 'Descendant'
};
},
formatThenBy: function formatThenBy() {
return 'Puis par';
}

@@ -113,0 +161,0 @@ };

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

!function(n,e){"object"==typeof exports&&"undefined"!=typeof module?e(require("core-js/modules/es.array.concat.js"),require("core-js/modules/es.object.assign.js"),require("jquery")):"function"==typeof define&&define.amd?define(["core-js/modules/es.array.concat.js","core-js/modules/es.object.assign.js","jquery"],e):e(null,null,(n="undefined"!=typeof globalThis?globalThis:n||self).jQuery)}(this,(function(n,e,r){"use strict";r.fn.bootstrapTable.locales["fr-LU"]={formatCopyRows:function(){return"Copier les lignes"},formatPrint:function(){return"Imprimer"},formatLoadingMessage:function(){return"Chargement en cours"},formatRecordsPerPage:function(n){return"".concat(n," lignes par page")},formatShowingRows:function(n,e,r,t){return void 0!==t&&t>0&&t>r?"Affiche de ".concat(n," à ").concat(e," sur ").concat(r," lignes (filtrés à partir de ").concat(t," lignes)"):"Affiche de ".concat(n," à ").concat(e," sur ").concat(r," lignes")},formatSRPaginationPreText:function(){return"page précédente"},formatSRPaginationPageText:function(n){return"vers la page ".concat(n)},formatSRPaginationNextText:function(){return"page suivante"},formatDetailPagination:function(n){return"Affiche ".concat(n," lignes")},formatClearSearch:function(){return"Effacer la recherche"},formatSearch:function(){return"Recherche"},formatNoMatches:function(){return"Pas de lignes trouvés"},formatPaginationSwitch:function(){return"Cacher/Afficher pagination"},formatPaginationSwitchDown:function(){return"Afficher pagination"},formatPaginationSwitchUp:function(){return"Cacher pagination"},formatRefresh:function(){return"Rafraichir"},formatToggleOn:function(){return"Afficher vue carte"},formatToggleOff:function(){return"Cacher vue carte"},formatColumns:function(){return"Colonnes"},formatColumnsToggleAll:function(){return"Tout basculer"},formatFullscreen:function(){return"Plein écran"},formatAllRows:function(){return"Tout"},formatAutoRefresh:function(){return"Rafraîchissement automatique"},formatExport:function(){return"Exporter les données"},formatJumpTo:function(){return"Aller à"},formatAdvancedSearch:function(){return"Recherche avancée"},formatAdvancedCloseButton:function(){return"Fermer"},formatFilterControlSwitch:function(){return"Cacher/Afficher controls"},formatFilterControlSwitchHide:function(){return"Cacher controls"},formatFilterControlSwitchShow:function(){return"Afficher controls"}},Object.assign(r.fn.bootstrapTable.defaults,r.fn.bootstrapTable.locales["fr-LU"])}));
!function(e,r){"object"==typeof exports&&"undefined"!=typeof module?r(require("core-js/modules/es.array.concat.js"),require("core-js/modules/es.object.assign.js"),require("jquery")):"function"==typeof define&&define.amd?define(["core-js/modules/es.array.concat.js","core-js/modules/es.object.assign.js","jquery"],r):r(null,null,(e="undefined"!=typeof globalThis?globalThis:e||self).jQuery)}(this,(function(e,r,n){"use strict";n.fn.bootstrapTable.locales["fr-LU"]={formatCopyRows:function(){return"Copier les lignes"},formatPrint:function(){return"Imprimer"},formatLoadingMessage:function(){return"Chargement en cours"},formatRecordsPerPage:function(e){return"".concat(e," lignes par page")},formatShowingRows:function(e,r,n,t){return void 0!==t&&t>0&&t>n?"Affichage de ".concat(e," à ").concat(r," sur ").concat(n," lignes (filtrées à partir de ").concat(t," lignes)"):"Affichage de ".concat(e," à ").concat(r," sur ").concat(n," lignes")},formatSRPaginationPreText:function(){return"page précédente"},formatSRPaginationPageText:function(e){return"vers la page ".concat(e)},formatSRPaginationNextText:function(){return"page suivante"},formatDetailPagination:function(e){return"Affichage de ".concat(e," lignes")},formatClearSearch:function(){return"Effacer la recherche"},formatSearch:function(){return"Rechercher"},formatNoMatches:function(){return"Aucun résultat"},formatPaginationSwitch:function(){return"Masquer/Afficher la pagination"},formatPaginationSwitchDown:function(){return"Afficher la pagination"},formatPaginationSwitchUp:function(){return"Masquer la pagination"},formatRefresh:function(){return"Actualiser"},formatToggleOn:function(){return"Afficher la vue en cartes"},formatToggleOff:function(){return"Cacher la vue en cartes"},formatColumns:function(){return"Colonnes"},formatColumnsToggleAll:function(){return"Tout afficher"},formatFullscreen:function(){return"Plein écran"},formatAllRows:function(){return"Tout"},formatAutoRefresh:function(){return"Actualiser automatiquement"},formatExport:function(){return"Exporter"},formatJumpTo:function(){return"Aller à"},formatAdvancedSearch:function(){return"Recherche avancée"},formatAdvancedCloseButton:function(){return"Fermer"},formatFilterControlSwitch:function(){return"Masquer/Afficher les contrôles"},formatFilterControlSwitchHide:function(){return"Masquer les contrôles"},formatFilterControlSwitchShow:function(){return"Afficher les contrôles"},formatToggleCustomViewOn:function(){return"Afficher la vue personnalisée"},formatToggleCustomViewOff:function(){return"Cacher la vue personnalisée"},formatClearFilters:function(){return"Retirer les filtres"},formatAddLevel:function(){return"Ajouter un niveau"},formatCancel:function(){return"Annuler"},formatColumn:function(){return"Colonne"},formatDeleteLevel:function(){return"Supprimer un niveau"},formatDuplicateAlertTitle:function(){return"Des entrées en double ont été trouvées !"},formatDuplicateAlertDescription:function(){return"Veuillez supprimer ou modifier les entrées en double"},formatMultipleSort:function(){return"Tri multiple"},formatOrder:function(){return"Ordre"},formatSort:function(){return"Trier"},formatSortBy:function(){return"Trier par"},formatSortOrders:function(){return{asc:"Ascendant",desc:"Descendant"}},formatThenBy:function(){return"Puis par"}},Object.assign(n.fn.bootstrapTable.defaults,n.fn.bootstrapTable.locales["fr-LU"])}));
/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

@@ -14,9 +14,9 @@ (function (global, factory) {

formatCopyRows: function formatCopyRows() {
return 'Copy Rows';
return 'Salin baris';
},
formatPrint: function formatPrint() {
return 'Print';
return 'Mencetak';
},
formatLoadingMessage: function formatLoadingMessage() {
return 'Memuat, mohon tunggu';
return 'Pemuatan sedang berlangsung';
},

@@ -28,20 +28,20 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) {
return "Menampilkan ".concat(pageFrom, " sampai ").concat(pageTo, " dari ").concat(totalRows, " baris (filtered from ").concat(totalNotFiltered, " total rows)");
return "Menampilkan dari ".concat(pageFrom, " hingga ").concat(pageTo, " pada ").concat(totalRows, " baris (difilter dari ").concat(totalNotFiltered, " baris)");
}
return "Menampilkan ".concat(pageFrom, " sampai ").concat(pageTo, " dari ").concat(totalRows, " baris");
return "Menampilkan dari ".concat(pageFrom, " hingga ").concat(pageTo, " pada ").concat(totalRows, " baris");
},
formatSRPaginationPreText: function formatSRPaginationPreText() {
return 'previous page';
return 'halaman sebelumnya';
},
formatSRPaginationPageText: function formatSRPaginationPageText(page) {
return "to page ".concat(page);
return "ke halaman ".concat(page);
},
formatSRPaginationNextText: function formatSRPaginationNextText() {
return 'next page';
return 'halaman berikutnya';
},
formatDetailPagination: function formatDetailPagination(totalRows) {
return "Showing ".concat(totalRows, " rows");
return "Tampilan ".concat(totalRows, " baris");
},
formatClearSearch: function formatClearSearch() {
return 'Bersihkan filter';
return 'Menghapus pencarian';
},

@@ -52,30 +52,30 @@ formatSearch: function formatSearch() {

formatNoMatches: function formatNoMatches() {
return 'Tidak ditemukan data yang cocok';
return 'Tidak ada hasil';
},
formatPaginationSwitch: function formatPaginationSwitch() {
return 'Sembunyikan/Tampilkan halaman';
return 'Sembunyikan/Tampilkan penomoran halaman';
},
formatPaginationSwitchDown: function formatPaginationSwitchDown() {
return 'Show pagination';
return 'Tampilkan penomoran halaman';
},
formatPaginationSwitchUp: function formatPaginationSwitchUp() {
return 'Hide pagination';
return 'Sembunyikan penomoran halaman';
},
formatRefresh: function formatRefresh() {
return 'Muat ulang';
return 'Segarkan';
},
formatToggleOn: function formatToggleOn() {
return 'Show card view';
return 'Menampilkan tampilan peta';
},
formatToggleOff: function formatToggleOff() {
return 'Hide card view';
return 'Menyembunyikan tampilan peta';
},
formatColumns: function formatColumns() {
return 'kolom';
return 'Kolom';
},
formatColumnsToggleAll: function formatColumnsToggleAll() {
return 'Toggle all';
return 'Tampilkan semua';
},
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
return 'Layar penuh';
},

@@ -86,24 +86,72 @@ formatAllRows: function formatAllRows() {

formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
return 'Penyegaran otomatis';
},
formatExport: function formatExport() {
return 'Ekspor data';
return 'Mengekspor data';
},
formatJumpTo: function formatJumpTo() {
return 'GO';
return 'Pergi ke';
},
formatAdvancedSearch: function formatAdvancedSearch() {
return 'Advanced search';
return 'Pencarian lanjutan';
},
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return 'Close';
return 'Tutup';
},
formatFilterControlSwitch: function formatFilterControlSwitch() {
return 'Hide/Show controls';
return 'Menyembunyikan/Menampilkan kontrol';
},
formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
return 'Hide controls';
return 'Menyembunyikan kontrol';
},
formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
return 'Show controls';
return 'Menampilkan kontrol';
},
formatToggleCustomViewOn: function formatToggleCustomViewOn() {
return 'Menampilkan tampilan khusus';
},
formatToggleCustomViewOff: function formatToggleCustomViewOff() {
return 'Menyembunyikan tampilan khusus';
},
formatClearFilters: function formatClearFilters() {
return 'Menghapus filter';
},
formatAddLevel: function formatAddLevel() {
return 'Menambahkan level';
},
formatCancel: function formatCancel() {
return 'Batal';
},
formatColumn: function formatColumn() {
return 'Kolom';
},
formatDeleteLevel: function formatDeleteLevel() {
return 'Menghapus level';
},
formatDuplicateAlertTitle: function formatDuplicateAlertTitle() {
return 'Entri duplikat telah ditemukan!';
},
formatDuplicateAlertDescription: function formatDuplicateAlertDescription() {
return 'Harap hapus atau ubah entri duplikat';
},
formatMultipleSort: function formatMultipleSort() {
return 'Penyortiran ganda';
},
formatOrder: function formatOrder() {
return 'Urutan';
},
formatSort: function formatSort() {
return 'Penyortiran';
},
formatSortBy: function formatSortBy() {
return 'Urutkan berdasarkan';
},
formatSortOrders: function formatSortOrders() {
return {
asc: 'Menaik',
desc: 'Menurun'
};
},
formatThenBy: function formatThenBy() {
return 'Kemudian oleh';
}

@@ -110,0 +158,0 @@ };

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

!function(n,t){"object"==typeof exports&&"undefined"!=typeof module?t(require("core-js/modules/es.array.concat.js"),require("core-js/modules/es.object.assign.js"),require("jquery")):"function"==typeof define&&define.amd?define(["core-js/modules/es.array.concat.js","core-js/modules/es.object.assign.js","jquery"],t):t(null,null,(n="undefined"!=typeof globalThis?globalThis:n||self).jQuery)}(this,(function(n,t,o){"use strict";o.fn.bootstrapTable.locales["id-ID"]=o.fn.bootstrapTable.locales.id={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Memuat, mohon tunggu"},formatRecordsPerPage:function(n){return"".concat(n," baris per halaman")},formatShowingRows:function(n,t,o,r){return void 0!==r&&r>0&&r>o?"Menampilkan ".concat(n," sampai ").concat(t," dari ").concat(o," baris (filtered from ").concat(r," total rows)"):"Menampilkan ".concat(n," sampai ").concat(t," dari ").concat(o," baris")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(n){return"to page ".concat(n)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(n){return"Showing ".concat(n," rows")},formatClearSearch:function(){return"Bersihkan filter"},formatSearch:function(){return"Pencarian"},formatNoMatches:function(){return"Tidak ditemukan data yang cocok"},formatPaginationSwitch:function(){return"Sembunyikan/Tampilkan halaman"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Muat ulang"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"kolom"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Semua"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Ekspor data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},Object.assign(o.fn.bootstrapTable.defaults,o.fn.bootstrapTable.locales["id-ID"])}));
!function(n,t){"object"==typeof exports&&"undefined"!=typeof module?t(require("core-js/modules/es.array.concat.js"),require("core-js/modules/es.object.assign.js"),require("jquery")):"function"==typeof define&&define.amd?define(["core-js/modules/es.array.concat.js","core-js/modules/es.object.assign.js","jquery"],t):t(null,null,(n="undefined"!=typeof globalThis?globalThis:n||self).jQuery)}(this,(function(n,t,a){"use strict";a.fn.bootstrapTable.locales["id-ID"]=a.fn.bootstrapTable.locales.id={formatCopyRows:function(){return"Salin baris"},formatPrint:function(){return"Mencetak"},formatLoadingMessage:function(){return"Pemuatan sedang berlangsung"},formatRecordsPerPage:function(n){return"".concat(n," baris per halaman")},formatShowingRows:function(n,t,a,r){return void 0!==r&&r>0&&r>a?"Menampilkan dari ".concat(n," hingga ").concat(t," pada ").concat(a," baris (difilter dari ").concat(r," baris)"):"Menampilkan dari ".concat(n," hingga ").concat(t," pada ").concat(a," baris")},formatSRPaginationPreText:function(){return"halaman sebelumnya"},formatSRPaginationPageText:function(n){return"ke halaman ".concat(n)},formatSRPaginationNextText:function(){return"halaman berikutnya"},formatDetailPagination:function(n){return"Tampilan ".concat(n," baris")},formatClearSearch:function(){return"Menghapus pencarian"},formatSearch:function(){return"Pencarian"},formatNoMatches:function(){return"Tidak ada hasil"},formatPaginationSwitch:function(){return"Sembunyikan/Tampilkan penomoran halaman"},formatPaginationSwitchDown:function(){return"Tampilkan penomoran halaman"},formatPaginationSwitchUp:function(){return"Sembunyikan penomoran halaman"},formatRefresh:function(){return"Segarkan"},formatToggleOn:function(){return"Menampilkan tampilan peta"},formatToggleOff:function(){return"Menyembunyikan tampilan peta"},formatColumns:function(){return"Kolom"},formatColumnsToggleAll:function(){return"Tampilkan semua"},formatFullscreen:function(){return"Layar penuh"},formatAllRows:function(){return"Semua"},formatAutoRefresh:function(){return"Penyegaran otomatis"},formatExport:function(){return"Mengekspor data"},formatJumpTo:function(){return"Pergi ke"},formatAdvancedSearch:function(){return"Pencarian lanjutan"},formatAdvancedCloseButton:function(){return"Tutup"},formatFilterControlSwitch:function(){return"Menyembunyikan/Menampilkan kontrol"},formatFilterControlSwitchHide:function(){return"Menyembunyikan kontrol"},formatFilterControlSwitchShow:function(){return"Menampilkan kontrol"},formatToggleCustomViewOn:function(){return"Menampilkan tampilan khusus"},formatToggleCustomViewOff:function(){return"Menyembunyikan tampilan khusus"},formatClearFilters:function(){return"Menghapus filter"},formatAddLevel:function(){return"Menambahkan level"},formatCancel:function(){return"Batal"},formatColumn:function(){return"Kolom"},formatDeleteLevel:function(){return"Menghapus level"},formatDuplicateAlertTitle:function(){return"Entri duplikat telah ditemukan!"},formatDuplicateAlertDescription:function(){return"Harap hapus atau ubah entri duplikat"},formatMultipleSort:function(){return"Penyortiran ganda"},formatOrder:function(){return"Urutan"},formatSort:function(){return"Penyortiran"},formatSortBy:function(){return"Urutkan berdasarkan"},formatSortOrders:function(){return{asc:"Menaik",desc:"Menurun"}},formatThenBy:function(){return"Kemudian oleh"}},Object.assign(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["id-ID"])}));
/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.23.0
* @version v1.23.1
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

{
"name": "bootstrap-table",
"description": "An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)",
"version": "1.23.0",
"version": "1.23.1",
"type": "module",

@@ -13,4 +13,4 @@ "style": "dist/bootstrap-table.min.css",

"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/core": "^7.24.8",
"@babel/preset-env": "^7.24.8",
"@rollup/plugin-babel": "^6.0.4",

@@ -25,18 +25,18 @@ "@rollup/plugin-commonjs": "^26.0.1",

"cross-env": "^7.0.3",
"cspell": "^8.9.1",
"cypress": "^13.12.0",
"cspell": "^8.10.4",
"cypress": "^13.13.0",
"editorconfig-checker": "^5.1.8",
"eslint": "^8.57.0",
"foreach-cli": "^1.8.1",
"glob": "^10.4.2",
"glob": "^11.0.0",
"headr": "^0.0.4",
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.7",
"rollup": "^4.18.0",
"rimraf": "^6.0.1",
"rollup": "^4.18.1",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.77.6",
"stylelint": "^16.6.1",
"@rollup/plugin-terser": "^0.4.4",
"sass": "^1.77.8",
"stylelint": "^16.7.0",
"stylelint-config-standard-scss": "^13.1.0",
"vite": "^5.3.2",
"vite": "^5.3.3",
"vue": "^3.4.31"

@@ -43,0 +43,0 @@ },

@@ -5,3 +5,3 @@ import { globSync } from 'glob'

import commonjs from '@rollup/plugin-commonjs'
import { terser } from 'rollup-plugin-terser'
import terser from '@rollup/plugin-terser'
import inject from '@rollup/plugin-inject'

@@ -8,0 +8,0 @@ import copy from 'rollup-plugin-copy'

/* eslint-disable no-unused-vars */
import Utils from '../utils/index.js'
const VERSION = '1.23.0'
const VERSION = '1.23.1'

@@ -6,0 +6,0 @@ const bootstrapVersion = Utils.getBootstrapVersion()

@@ -61,2 +61,4 @@ /* eslint-disable no-unused-vars */

const formatterIsSet = column.formatter ? true : false
$.each(this.options, processDataOptions)

@@ -99,3 +101,3 @@

data-value="${value || ''}"
${editableDataMarkup}>${result}</a>` // expand all data-editable-XXX
${editableDataMarkup}>${formatterIsSet ? result : ''}</a>` // expand all data-editable-XXX
}

@@ -102,0 +104,0 @@ })

@@ -19,3 +19,2 @@ /**

super.initHeader(...args)
if (!this.options.stickyHeader) {

@@ -50,2 +49,6 @@ return

super.onColumnSearch({ currentTarget, keyCode })
if (!this.options.stickyHeader) {
return
}
this.renderStickyHeader()

@@ -56,2 +59,5 @@ }

super.resetView(...args)
if (!this.options.stickyHeader) {
return
}

@@ -64,2 +70,5 @@ $('.bootstrap-table.fullscreen').off('scroll')

super.getCaret(...args)
if (!this.options.stickyHeader) {
return
}

@@ -77,2 +86,6 @@ if (this.$stickyHeader) {

super.horizontalScroll()
if (!this.options.stickyHeader) {
return
}
this.$tableBody.on('scroll', () => this.matchPositionX())

@@ -79,0 +92,0 @@ }

@@ -8,58 +8,57 @@ /**

formatCopyRows () {
return 'Copy Rows'
return 'Kopieer lyne'
},
formatPrint () {
return 'Print'
return 'Druk uit'
},
formatLoadingMessage () {
return 'Besig om te laai, wag asseblief'
return 'Laai tans'
},
formatRecordsPerPage (pageNumber) {
return `${pageNumber} rekords per bladsy`
return `${pageNumber} reëls per bladsy`
},
formatShowingRows (pageFrom, pageTo, totalRows, totalNotFiltered) {
if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) {
return `Resultate ${pageFrom} tot ${pageTo} van ${totalRows} rye (filtered from ${totalNotFiltered} total rows)`
return `Wys ${pageFrom} tot ${pageTo} van ${totalRows} lyne (gefiltreer vanaf ${totalNotFiltered} lyne)`
}
return `Resultate ${pageFrom} tot ${pageTo} van ${totalRows} rye`
return `Wys ${pageFrom} tot ${pageTo} van ${totalRows} lyne`
},
formatSRPaginationPreText () {
return 'previous page'
return 'vorige bladsy'
},
formatSRPaginationPageText (page) {
return `to page ${page}`
return `na bladsy ${page}`
},
formatSRPaginationNextText () {
return 'next page'
return 'volgende bladsy'
},
formatDetailPagination (totalRows) {
return `Showing ${totalRows} rows`
return `${totalRows}-reël vertoon`
},
formatClearSearch () {
return 'Clear Search'
return 'Duidelike soektog'
},
formatSearch () {
return 'Soek'
return 'Navorsing'
},
formatNoMatches () {
return 'Geen rekords gevind nie'
return 'Geen resultate nie'
},
formatPaginationSwitch () {
return 'Wys/verberg bladsy nummering'
return 'Versteek/Wys paginasie'
},
formatPaginationSwitchDown () {
return 'Show pagination'
return 'Wys paginasie'
},
formatPaginationSwitchUp () {
return 'Hide pagination'
return 'Versteek paginasie'
},
formatRefresh () {
return 'Herlaai'
return 'Verfris'
},
formatToggleOn () {
return 'Show card view'
return 'Wys kaartaansig'
},
formatToggleOff () {
return 'Hide card view'
return 'Versteek kaartaansig'
},

@@ -70,33 +69,81 @@ formatColumns () {

formatColumnsToggleAll () {
return 'Toggle all'
return 'Wys alles'
},
formatFullscreen () {
return 'Fullscreen'
return 'Volskerm'
},
formatAllRows () {
return 'All'
return 'Alles'
},
formatAutoRefresh () {
return 'Auto Refresh'
return 'Verfris outomaties'
},
formatExport () {
return 'Export data'
return 'Voer data uit'
},
formatJumpTo () {
return 'GO'
return 'Gaan na'
},
formatAdvancedSearch () {
return 'Advanced search'
return 'Gevorderde soektog'
},
formatAdvancedCloseButton () {
return 'Close'
return 'Maak'
},
formatFilterControlSwitch () {
return 'Hide/Show controls'
return 'Versteek/Wys kontroles'
},
formatFilterControlSwitchHide () {
return 'Hide controls'
return 'Versteek kontroles'
},
formatFilterControlSwitchShow () {
return 'Show controls'
return 'Wys kontroles'
},
formatToggleCustomViewOn () {
return 'Wys pasgemaakte aansig'
},
formatToggleCustomViewOff () {
return 'Versteek pasgemaakte aansig'
},
formatClearFilters () {
return 'Verwyder filters'
},
formatAddLevel () {
return 'Voeg \'n vlak by'
},
formatCancel () {
return 'Kanselleer'
},
formatColumn () {
return 'Kolom'
},
formatDeleteLevel () {
return 'Vee \'n vlak uit'
},
formatDuplicateAlertTitle () {
return 'Duplikaatinskrywings is gevind!'
},
formatDuplicateAlertDescription () {
return 'Verwyder of wysig asseblief duplikaatinskrywings'
},
formatMultipleSort () {
return 'Multi-sorteer'
},
formatOrder () {
return 'Bestelling'
},
formatSort () {
return 'Rangskik'
},
formatSortBy () {
return 'Sorteer volgens'
},
formatSortOrders () {
return {
asc: 'Stygende',
desc: 'Dalende'
}
},
formatThenBy () {
return 'Dan deur'
}

@@ -103,0 +150,0 @@ }

@@ -9,6 +9,6 @@ /**

formatCopyRows () {
return 'Copy Rows'
return 'Copier les lignes'
},
formatPrint () {
return 'Print'
return 'Imprimer'
},

@@ -23,6 +23,5 @@ formatLoadingMessage () {

if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) {
return `Affiche de ${pageFrom} à ${pageTo} sur ${totalRows} lignes (filtrés à partir de ${totalNotFiltered} lignes)`
return `Affichage de ${pageFrom} à ${pageTo} sur ${totalRows} lignes (filtrées à partir de ${totalNotFiltered} lignes)`
}
return `Affiche de ${pageFrom} à ${pageTo} sur ${totalRows} lignes`
return `Affichage de ${pageFrom} à ${pageTo} sur ${totalRows} lignes`
},

@@ -39,3 +38,3 @@ formatSRPaginationPreText () {

formatDetailPagination (totalRows) {
return `Affiche ${totalRows} lignes`
return `Affichage de ${totalRows} lignes`
},

@@ -46,24 +45,24 @@ formatClearSearch () {

formatSearch () {
return 'Recherche'
return 'Rechercher'
},
formatNoMatches () {
return 'Pas de lignes trouvés'
return 'Aucun résultat'
},
formatPaginationSwitch () {
return 'Cacher/Afficher pagination'
return 'Masquer/Afficher la pagination'
},
formatPaginationSwitchDown () {
return 'Afficher pagination'
return 'Afficher la pagination'
},
formatPaginationSwitchUp () {
return 'Cacher pagination'
return 'Masquer la pagination'
},
formatRefresh () {
return 'Rafraichir'
return 'Actualiser'
},
formatToggleOn () {
return 'Afficher vue carte'
return 'Afficher la vue en cartes'
},
formatToggleOff () {
return 'Cacher vue carte'
return 'Cacher la vue en cartes'
},

@@ -74,3 +73,3 @@ formatColumns () {

formatColumnsToggleAll () {
return 'Tout basculer'
return 'Tout afficher'
},

@@ -84,6 +83,6 @@ formatFullscreen () {

formatAutoRefresh () {
return 'Rafraîchissement automatique'
return 'Actualiser automatiquement'
},
formatExport () {
return 'Exporter les données'
return 'Exporter'
},

@@ -100,9 +99,57 @@ formatJumpTo () {

formatFilterControlSwitch () {
return 'Cacher/Afficher controls'
return 'Masquer/Afficher les contrôles'
},
formatFilterControlSwitchHide () {
return 'Cacher controls'
return 'Masquer les contrôles'
},
formatFilterControlSwitchShow () {
return 'Afficher controls'
return 'Afficher les contrôles'
},
formatToggleCustomViewOn () {
return 'Afficher la vue personnalisée'
},
formatToggleCustomViewOff () {
return 'Cacher la vue personnalisée'
},
formatClearFilters () {
return 'Retirer les filtres'
},
formatAddLevel () {
return 'Ajouter un niveau'
},
formatCancel () {
return 'Annuler'
},
formatColumn () {
return 'Colonne'
},
formatDeleteLevel () {
return 'Supprimer un niveau'
},
formatDuplicateAlertTitle () {
return 'Des entrées en double ont été trouvées !'
},
formatDuplicateAlertDescription () {
return 'Veuillez supprimer ou modifier les entrées en double'
},
formatMultipleSort () {
return 'Tri multiple'
},
formatOrder () {
return 'Ordre'
},
formatSort () {
return 'Trier'
},
formatSortBy () {
return 'Trier par'
},
formatSortOrders () {
return {
asc: 'Ascendant',
desc: 'Descendant'
}
},
formatThenBy () {
return 'Puis par'
}

@@ -109,0 +156,0 @@ }

/**
* Bootstrap Table French (Suisse) translation
* Author: Nevets82 <Nevets82@gmail.com>
*/
*/
$.fn.bootstrapTable.locales['fr-CH'] = {
formatCopyRows () {
return 'Copy Rows'
return 'Copier les lignes'
},
formatPrint () {
return 'Print'
return 'Imprimer'
},

@@ -21,6 +21,5 @@ formatLoadingMessage () {

if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) {
return `Affiche de ${pageFrom} à ${pageTo} sur ${totalRows} lignes (filtrés à partir de ${totalNotFiltered} lignes)`
return `Affichage de ${pageFrom} à ${pageTo} sur ${totalRows} lignes (filtrées à partir de ${totalNotFiltered} lignes)`
}
return `Affiche de ${pageFrom} à ${pageTo} sur ${totalRows} lignes`
return `Affichage de ${pageFrom} à ${pageTo} sur ${totalRows} lignes`
},

@@ -37,3 +36,3 @@ formatSRPaginationPreText () {

formatDetailPagination (totalRows) {
return `Affiche ${totalRows} lignes`
return `Affichage de ${totalRows} lignes`
},

@@ -44,24 +43,24 @@ formatClearSearch () {

formatSearch () {
return 'Recherche'
return 'Rechercher'
},
formatNoMatches () {
return 'Pas de lignes trouvés'
return 'Aucun résultat'
},
formatPaginationSwitch () {
return 'Cacher/Afficher pagination'
return 'Masquer/Afficher la pagination'
},
formatPaginationSwitchDown () {
return 'Afficher pagination'
return 'Afficher la pagination'
},
formatPaginationSwitchUp () {
return 'Cacher pagination'
return 'Masquer la pagination'
},
formatRefresh () {
return 'Rafraichir'
return 'Actualiser'
},
formatToggleOn () {
return 'Afficher vue carte'
return 'Afficher la vue en cartes'
},
formatToggleOff () {
return 'Cacher vue carte'
return 'Cacher la vue en cartes'
},

@@ -72,3 +71,3 @@ formatColumns () {

formatColumnsToggleAll () {
return 'Tout basculer'
return 'Tout afficher'
},

@@ -82,6 +81,6 @@ formatFullscreen () {

formatAutoRefresh () {
return 'Rafraîchissement automatique'
return 'Actualiser automatiquement'
},
formatExport () {
return 'Exporter les données'
return 'Exporter'
},

@@ -98,9 +97,57 @@ formatJumpTo () {

formatFilterControlSwitch () {
return 'Cacher/Afficher controls'
return 'Masquer/Afficher les contrôles'
},
formatFilterControlSwitchHide () {
return 'Cacher controls'
return 'Masquer les contrôles'
},
formatFilterControlSwitchShow () {
return 'Afficher controls'
return 'Afficher les contrôles'
},
formatToggleCustomViewOn () {
return 'Afficher la vue personnalisée'
},
formatToggleCustomViewOff () {
return 'Cacher la vue personnalisée'
},
formatClearFilters () {
return 'Retirer les filtres'
},
formatAddLevel () {
return 'Ajouter un niveau'
},
formatCancel () {
return 'Annuler'
},
formatColumn () {
return 'Colonne'
},
formatDeleteLevel () {
return 'Supprimer un niveau'
},
formatDuplicateAlertTitle () {
return 'Des entrées en double ont été trouvées !'
},
formatDuplicateAlertDescription () {
return 'Veuillez supprimer ou modifier les entrées en double'
},
formatMultipleSort () {
return 'Tri multiple'
},
formatOrder () {
return 'Ordre'
},
formatSort () {
return 'Trier'
},
formatSortBy () {
return 'Trier par'
},
formatSortOrders () {
return {
asc: 'Ascendant',
desc: 'Descendant'
}
},
formatThenBy () {
return 'Puis par'
}

@@ -107,0 +154,0 @@ }

@@ -23,5 +23,4 @@ /**

if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) {
return `Affichage de ${pageFrom} à ${pageTo} sur ${totalRows} lignes (filtrés à partir de ${totalNotFiltered} lignes)`
return `Affichage de ${pageFrom} à ${pageTo} sur ${totalRows} lignes (filtrées à partir de ${totalNotFiltered} lignes)`
}
return `Affichage de ${pageFrom} à ${pageTo} sur ${totalRows} lignes`

@@ -45,3 +44,3 @@ },

formatSearch () {
return 'Recherche'
return 'Rechercher'
},

@@ -64,6 +63,6 @@ formatNoMatches () {

formatToggleOn () {
return 'Afficher la vue carte'
return 'Afficher la vue en cartes'
},
formatToggleOff () {
return 'Masquer la vue carte'
return 'Cacher la vue en cartes'
},

@@ -74,3 +73,3 @@ formatColumns () {

formatColumnsToggleAll () {
return 'Tout basculer'
return 'Tout afficher'
},

@@ -84,9 +83,9 @@ formatFullscreen () {

formatAutoRefresh () {
return 'Actualisation automatique'
return 'Actualiser automatiquement'
},
formatExport () {
return 'Exporter les données'
return 'Exporter'
},
formatJumpTo () {
return 'ALLER'
return 'Aller à'
},

@@ -107,2 +106,50 @@ formatAdvancedSearch () {

return 'Afficher les contrôles'
},
formatToggleCustomViewOn () {
return 'Afficher la vue personnalisée'
},
formatToggleCustomViewOff () {
return 'Cacher la vue personnalisée'
},
formatClearFilters () {
return 'Retirer les filtres'
},
formatAddLevel () {
return 'Ajouter un niveau'
},
formatCancel () {
return 'Annuler'
},
formatColumn () {
return 'Colonne'
},
formatDeleteLevel () {
return 'Supprimer un niveau'
},
formatDuplicateAlertTitle () {
return 'Des entrées en double ont été trouvées !'
},
formatDuplicateAlertDescription () {
return 'Veuillez supprimer ou modifier les entrées en double'
},
formatMultipleSort () {
return 'Tri multiple'
},
formatOrder () {
return 'Ordre'
},
formatSort () {
return 'Trier'
},
formatSortBy () {
return 'Trier par'
},
formatSortOrders () {
return {
asc: 'Ascendant',
desc: 'Descendant'
}
},
formatThenBy () {
return 'Puis par'
}

@@ -109,0 +156,0 @@ }

@@ -22,6 +22,5 @@ /**

if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) {
return `Affiche de ${pageFrom} à ${pageTo} sur ${totalRows} lignes (filtrés à partir de ${totalNotFiltered} lignes)`
return `Affichage de ${pageFrom} à ${pageTo} sur ${totalRows} lignes (filtrées à partir de ${totalNotFiltered} lignes)`
}
return `Affiche de ${pageFrom} à ${pageTo} sur ${totalRows} lignes`
return `Affichage de ${pageFrom} à ${pageTo} sur ${totalRows} lignes`
},

@@ -38,3 +37,3 @@ formatSRPaginationPreText () {

formatDetailPagination (totalRows) {
return `Affiche ${totalRows} lignes`
return `Affichage de ${totalRows} lignes`
},

@@ -45,24 +44,24 @@ formatClearSearch () {

formatSearch () {
return 'Recherche'
return 'Rechercher'
},
formatNoMatches () {
return 'Pas de lignes trouvés'
return 'Aucun résultat'
},
formatPaginationSwitch () {
return 'Cacher/Afficher pagination'
return 'Masquer/Afficher la pagination'
},
formatPaginationSwitchDown () {
return 'Afficher pagination'
return 'Afficher la pagination'
},
formatPaginationSwitchUp () {
return 'Cacher pagination'
return 'Masquer la pagination'
},
formatRefresh () {
return 'Rafraichir'
return 'Actualiser'
},
formatToggleOn () {
return 'Afficher vue carte'
return 'Afficher la vue en cartes'
},
formatToggleOff () {
return 'Cacher vue carte'
return 'Cacher la vue en cartes'
},

@@ -73,3 +72,3 @@ formatColumns () {

formatColumnsToggleAll () {
return 'Tout basculer'
return 'Tout afficher'
},

@@ -83,6 +82,6 @@ formatFullscreen () {

formatAutoRefresh () {
return 'Rafraîchissement automatique'
return 'Actualiser automatiquement'
},
formatExport () {
return 'Exporter les données'
return 'Exporter'
},

@@ -99,9 +98,57 @@ formatJumpTo () {

formatFilterControlSwitch () {
return 'Cacher/Afficher controls'
return 'Masquer/Afficher les contrôles'
},
formatFilterControlSwitchHide () {
return 'Cacher controls'
return 'Masquer les contrôles'
},
formatFilterControlSwitchShow () {
return 'Afficher controls'
return 'Afficher les contrôles'
},
formatToggleCustomViewOn () {
return 'Afficher la vue personnalisée'
},
formatToggleCustomViewOff () {
return 'Cacher la vue personnalisée'
},
formatClearFilters () {
return 'Retirer les filtres'
},
formatAddLevel () {
return 'Ajouter un niveau'
},
formatCancel () {
return 'Annuler'
},
formatColumn () {
return 'Colonne'
},
formatDeleteLevel () {
return 'Supprimer un niveau'
},
formatDuplicateAlertTitle () {
return 'Des entrées en double ont été trouvées !'
},
formatDuplicateAlertDescription () {
return 'Veuillez supprimer ou modifier les entrées en double'
},
formatMultipleSort () {
return 'Tri multiple'
},
formatOrder () {
return 'Ordre'
},
formatSort () {
return 'Trier'
},
formatSortBy () {
return 'Trier par'
},
formatSortOrders () {
return {
asc: 'Ascendant',
desc: 'Descendant'
}
},
formatThenBy () {
return 'Puis par'
}

@@ -108,0 +155,0 @@ }

@@ -8,9 +8,9 @@ /**

formatCopyRows () {
return 'Copy Rows'
return 'Salin baris'
},
formatPrint () {
return 'Print'
return 'Mencetak'
},
formatLoadingMessage () {
return 'Memuat, mohon tunggu'
return 'Pemuatan sedang berlangsung'
},

@@ -22,21 +22,20 @@ formatRecordsPerPage (pageNumber) {

if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) {
return `Menampilkan ${pageFrom} sampai ${pageTo} dari ${totalRows} baris (filtered from ${totalNotFiltered} total rows)`
return `Menampilkan dari ${pageFrom} hingga ${pageTo} pada ${totalRows} baris (difilter dari ${totalNotFiltered} baris)`
}
return `Menampilkan ${pageFrom} sampai ${pageTo} dari ${totalRows} baris`
return `Menampilkan dari ${pageFrom} hingga ${pageTo} pada ${totalRows} baris`
},
formatSRPaginationPreText () {
return 'previous page'
return 'halaman sebelumnya'
},
formatSRPaginationPageText (page) {
return `to page ${page}`
return `ke halaman ${page}`
},
formatSRPaginationNextText () {
return 'next page'
return 'halaman berikutnya'
},
formatDetailPagination (totalRows) {
return `Showing ${totalRows} rows`
return `Tampilan ${totalRows} baris`
},
formatClearSearch () {
return 'Bersihkan filter'
return 'Menghapus pencarian'
},

@@ -47,30 +46,30 @@ formatSearch () {

formatNoMatches () {
return 'Tidak ditemukan data yang cocok'
return 'Tidak ada hasil'
},
formatPaginationSwitch () {
return 'Sembunyikan/Tampilkan halaman'
return 'Sembunyikan/Tampilkan penomoran halaman'
},
formatPaginationSwitchDown () {
return 'Show pagination'
return 'Tampilkan penomoran halaman'
},
formatPaginationSwitchUp () {
return 'Hide pagination'
return 'Sembunyikan penomoran halaman'
},
formatRefresh () {
return 'Muat ulang'
return 'Segarkan'
},
formatToggleOn () {
return 'Show card view'
return 'Menampilkan tampilan peta'
},
formatToggleOff () {
return 'Hide card view'
return 'Menyembunyikan tampilan peta'
},
formatColumns () {
return 'kolom'
return 'Kolom'
},
formatColumnsToggleAll () {
return 'Toggle all'
return 'Tampilkan semua'
},
formatFullscreen () {
return 'Fullscreen'
return 'Layar penuh'
},

@@ -81,24 +80,72 @@ formatAllRows () {

formatAutoRefresh () {
return 'Auto Refresh'
return 'Penyegaran otomatis'
},
formatExport () {
return 'Ekspor data'
return 'Mengekspor data'
},
formatJumpTo () {
return 'GO'
return 'Pergi ke'
},
formatAdvancedSearch () {
return 'Advanced search'
return 'Pencarian lanjutan'
},
formatAdvancedCloseButton () {
return 'Close'
return 'Tutup'
},
formatFilterControlSwitch () {
return 'Hide/Show controls'
return 'Menyembunyikan/Menampilkan kontrol'
},
formatFilterControlSwitchHide () {
return 'Hide controls'
return 'Menyembunyikan kontrol'
},
formatFilterControlSwitchShow () {
return 'Show controls'
return 'Menampilkan kontrol'
},
formatToggleCustomViewOn () {
return 'Menampilkan tampilan khusus'
},
formatToggleCustomViewOff () {
return 'Menyembunyikan tampilan khusus'
},
formatClearFilters () {
return 'Menghapus filter'
},
formatAddLevel () {
return 'Menambahkan level'
},
formatCancel () {
return 'Batal'
},
formatColumn () {
return 'Kolom'
},
formatDeleteLevel () {
return 'Menghapus level'
},
formatDuplicateAlertTitle () {
return 'Entri duplikat telah ditemukan!'
},
formatDuplicateAlertDescription () {
return 'Harap hapus atau ubah entri duplikat'
},
formatMultipleSort () {
return 'Penyortiran ganda'
},
formatOrder () {
return 'Urutan'
},
formatSort () {
return 'Penyortiran'
},
formatSortBy () {
return 'Urutkan berdasarkan'
},
formatSortOrders () {
return {
asc: 'Menaik',
desc: 'Menurun'
}
},
formatThenBy () {
return 'Kemudian oleh'
}

@@ -105,0 +152,0 @@ }

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc