@ninebone/table 0.0.251 β 0.0.253
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/nine-table.js +106 -105
- package/dist/nine-table.js.map +1 -1
- package/dist/nine-table.umd.js +4 -4
- package/dist/nine-table.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/nine-table.js
CHANGED
|
@@ -4,7 +4,7 @@ var Oe = (m) => {
|
|
|
4
4
|
};
|
|
5
5
|
var Ne = (m, i, t) => i in m ? ze(m, i, { enumerable: !0, configurable: !0, writable: !0, value: t }) : m[i] = t;
|
|
6
6
|
var h = (m, i) => ze(m, "name", { value: i, configurable: !0 });
|
|
7
|
-
var
|
|
7
|
+
var v = (m, i, t) => Ne(m, typeof i != "symbol" ? i + "" : i, t), Be = (m, i, t) => i.has(m) || Oe("Cannot " + t);
|
|
8
8
|
var e = (m, i, t) => (Be(m, i, "read from private field"), t ? t.call(m) : i.get(m)), u = (m, i, t) => i.has(m) ? Oe("Cannot add the same private member more than once") : i instanceof WeakSet ? i.add(m) : i.set(m, t), y = (m, i, t, s) => (Be(m, i, "write to private field"), s ? s.call(m, t) : i.set(m, t), t);
|
|
9
9
|
var De = (m, i, t, s) => ({
|
|
10
10
|
set _(n) {
|
|
@@ -22,29 +22,29 @@ const qe = class qe extends Pe.constructor {
|
|
|
22
22
|
};
|
|
23
23
|
h(qe, "Trace");
|
|
24
24
|
let me = qe;
|
|
25
|
-
const
|
|
26
|
-
var
|
|
25
|
+
const L = new me();
|
|
26
|
+
var _, B, p, D, N, P, ie, V, se;
|
|
27
27
|
const ke = class ke extends HTMLElement {
|
|
28
28
|
constructor() {
|
|
29
29
|
super();
|
|
30
|
-
u(this,
|
|
30
|
+
u(this, _);
|
|
31
31
|
u(this, B, !1);
|
|
32
32
|
u(this, p);
|
|
33
33
|
u(this, D);
|
|
34
34
|
u(this, N);
|
|
35
35
|
u(this, P);
|
|
36
36
|
u(this, ie, /* @__PURE__ */ h(() => {
|
|
37
|
-
if (!e(this,
|
|
38
|
-
const t = e(this,
|
|
37
|
+
if (!e(this, _)) return;
|
|
38
|
+
const t = e(this, _).querySelector(".ng-container-body");
|
|
39
39
|
t && (y(this, P, new ResizeObserver(() => {
|
|
40
40
|
this.refresh();
|
|
41
41
|
})), e(this, P).observe(t));
|
|
42
42
|
}, "#observeResize"));
|
|
43
|
-
|
|
44
|
-
if (!e(this,
|
|
43
|
+
v(this, "refresh", /* @__PURE__ */ h(() => {
|
|
44
|
+
if (!e(this, _) || !e(this, p) || e(this, B)) return;
|
|
45
45
|
const t = e(this, p).container, s = t.querySelector("table");
|
|
46
46
|
if (!s) return;
|
|
47
|
-
const n = e(this, p).track, r = e(this, p).thumb, o = e(this,
|
|
47
|
+
const n = e(this, p).track, r = e(this, p).thumb, o = e(this, _).querySelector(".ng-container-bottom"), a = t.clientWidth, d = s.scrollWidth;
|
|
48
48
|
if (a !== 0 && d > a)
|
|
49
49
|
o && (o.style.display = "flex");
|
|
50
50
|
else {
|
|
@@ -59,7 +59,7 @@ const ke = class ke extends HTMLElement {
|
|
|
59
59
|
let b = 0;
|
|
60
60
|
g > 0 && (b = parseInt(f / g * (l - c), 10)), b < 0 && (b = 0);
|
|
61
61
|
const S = l - c;
|
|
62
|
-
b > S && (b = S), r.style.left = `${b}px`,
|
|
62
|
+
b > S && (b = S), r.style.left = `${b}px`, L.log(b), e(this, p).left.disabled = b === 0, e(this, p).right.disabled = b >= S - 1;
|
|
63
63
|
}, "refresh"));
|
|
64
64
|
u(this, V, /* @__PURE__ */ h((t) => {
|
|
65
65
|
if (!e(this, p)) return !1;
|
|
@@ -113,7 +113,7 @@ const ke = class ke extends HTMLElement {
|
|
|
113
113
|
}, "#init"));
|
|
114
114
|
}
|
|
115
115
|
connectedCallback() {
|
|
116
|
-
if (y(this,
|
|
116
|
+
if (y(this, _, this.closest("nine-table-sheet") || this.getRootNode().host), !e(this, _)) return;
|
|
117
117
|
this.innerHTML = `
|
|
118
118
|
<style>
|
|
119
119
|
nine-table-hscrollbar {
|
|
@@ -178,7 +178,7 @@ const ke = class ke extends HTMLElement {
|
|
|
178
178
|
<button class='ng-scroll-right' disabled><div class='ng-scroll-icon'></div></button>
|
|
179
179
|
`;
|
|
180
180
|
const t = /* @__PURE__ */ h(() => {
|
|
181
|
-
const s = e(this,
|
|
181
|
+
const s = e(this, _).querySelector(".ng-container-body");
|
|
182
182
|
if (!s) {
|
|
183
183
|
setTimeout(t, 10);
|
|
184
184
|
return;
|
|
@@ -197,19 +197,19 @@ const ke = class ke extends HTMLElement {
|
|
|
197
197
|
e(this, P) && e(this, P).disconnect();
|
|
198
198
|
}
|
|
199
199
|
};
|
|
200
|
-
|
|
200
|
+
_ = new WeakMap(), B = new WeakMap(), p = new WeakMap(), D = new WeakMap(), N = new WeakMap(), P = new WeakMap(), ie = new WeakMap(), V = new WeakMap(), se = new WeakMap(), h(ke, "NineTableHScrollBar");
|
|
201
201
|
let we = ke;
|
|
202
202
|
customElements.get("nine-table-hscrollbar") || customElements.define("nine-table-hscrollbar", we);
|
|
203
|
-
var
|
|
203
|
+
var $, I, R, W, H, M, ne, re, oe, le;
|
|
204
204
|
const Le = class Le {
|
|
205
205
|
constructor(i) {
|
|
206
|
-
u(this,
|
|
207
|
-
u(this,
|
|
206
|
+
u(this, $);
|
|
207
|
+
u(this, I, []);
|
|
208
208
|
u(this, R, null);
|
|
209
|
-
u(this,
|
|
210
|
-
u(this, I, 0);
|
|
209
|
+
u(this, W, null);
|
|
211
210
|
u(this, H, 0);
|
|
212
|
-
|
|
211
|
+
u(this, M, 0);
|
|
212
|
+
v(this, "getRowHeight", /* @__PURE__ */ h(() => e(this, R), "getRowHeight"));
|
|
213
213
|
u(this, ne, /* @__PURE__ */ h(() => {
|
|
214
214
|
e(this, re).call(this);
|
|
215
215
|
}, "#init"));
|
|
@@ -217,7 +217,7 @@ const Le = class Le {
|
|
|
217
217
|
* π― λ·°ν¬νΈ ν¬κΈ° λ³ν μμ μ λμ΄ κ³μ° λ° νμν ν κ°μ μ°μ Β·μΊμ±μ μκ²°
|
|
218
218
|
*/
|
|
219
219
|
u(this, re, /* @__PURE__ */ h(() => {
|
|
220
|
-
!e(this,
|
|
220
|
+
!e(this, $) || !(e(this, $) instanceof HTMLElement) || (y(this, W, new ResizeObserver((i) => {
|
|
221
221
|
for (const t of i) {
|
|
222
222
|
const s = t.target;
|
|
223
223
|
if (!s.classList.contains("active"))
|
|
@@ -229,33 +229,33 @@ const Le = class Le {
|
|
|
229
229
|
const a = s.querySelector(".ng-container-body") || s, d = a.querySelector("thead"), l = a.querySelector("tfoot");
|
|
230
230
|
d && (o += d.offsetHeight || d.getBoundingClientRect().height), l && (o += l.offsetHeight || l.getBoundingClientRect().height);
|
|
231
231
|
const c = Math.max(r - o, 100);
|
|
232
|
-
if (e(this,
|
|
233
|
-
const f = Math.ceil(e(this,
|
|
234
|
-
y(this,
|
|
232
|
+
if (e(this, H) !== c && (y(this, H, c), e(this, R) !== null)) {
|
|
233
|
+
const f = Math.ceil(e(this, H) / e(this, R));
|
|
234
|
+
y(this, M, f + 20), L.log(`[RowManager] Resized. Height: ${e(this, H)}px | Target Rows: ${e(this, M)}`), [".ng-container-body", ".ng-container-left", ".ng-container-right"].forEach((g) => {
|
|
235
235
|
const b = s.querySelector(g);
|
|
236
236
|
b && b.querySelector("tbody") && e(this, le).call(this, b);
|
|
237
237
|
});
|
|
238
238
|
}
|
|
239
239
|
}
|
|
240
240
|
}
|
|
241
|
-
})), e(this,
|
|
241
|
+
})), e(this, W).observe(e(this, $)));
|
|
242
242
|
}, "#initResizeObserver"));
|
|
243
243
|
// π― ν
νλ¦Ώ μΆμΆ, λμ΄ μΈ‘μ , μ΄κΈ° λ λλ§μ μμμ λ§κ² λ΄λΆμμ μΌκ΄ μ²λ¦¬
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
const t = e(this,
|
|
247
|
-
y(this,
|
|
244
|
+
v(this, "initialize", /* @__PURE__ */ h((i) => {
|
|
245
|
+
L.log(i);
|
|
246
|
+
const t = e(this, $).querySelector(".ng-container-body"), s = i.querySelector("tbody"), n = Array.from(s.querySelectorAll("tr"));
|
|
247
|
+
y(this, I, n.map((r) => r.cloneNode(!0))), y(this, R, null), e(this, oe).call(this, t);
|
|
248
248
|
}, "initialize"));
|
|
249
249
|
u(this, oe, /* @__PURE__ */ h((i) => {
|
|
250
250
|
if (e(this, R) !== null && e(this, R) > 0)
|
|
251
251
|
return e(this, R);
|
|
252
|
-
if (e(this,
|
|
252
|
+
if (e(this, I).length === 0)
|
|
253
253
|
throw new Error("[RowManager] Template TRs are empty.");
|
|
254
254
|
const t = i.querySelector("tbody.bindable") || i.querySelector("tbody");
|
|
255
255
|
if (!t) return 24;
|
|
256
256
|
t.querySelectorAll("tr:not(.nodata)").forEach((f) => f.remove());
|
|
257
257
|
const s = t.querySelector("tr.nodata"), n = document.createDocumentFragment();
|
|
258
|
-
e(this,
|
|
258
|
+
e(this, I).forEach((f) => {
|
|
259
259
|
n.appendChild(f.cloneNode(!0));
|
|
260
260
|
}), s ? s.before(n) : t.appendChild(n);
|
|
261
261
|
const r = i.closest("nine-table-sheet"), o = r ? r.style.display : "", a = r ? r.style.visibility : "", d = r ? r.style.position : "";
|
|
@@ -264,12 +264,12 @@ const Le = class Le {
|
|
|
264
264
|
const c = t.querySelectorAll("tr:not(.nodata)");
|
|
265
265
|
if (c.forEach((f, g) => {
|
|
266
266
|
l += f.offsetHeight || f.getBoundingClientRect().height;
|
|
267
|
-
}), c.forEach((f) => f.remove()), r && (r.style.display = o, r.style.visibility = a, r.style.position = d), y(this, R, l), e(this,
|
|
268
|
-
const f = Math.ceil(e(this,
|
|
269
|
-
y(this,
|
|
267
|
+
}), c.forEach((f) => f.remove()), r && (r.style.display = o, r.style.visibility = a, r.style.position = d), y(this, R, l), e(this, H) > 0) {
|
|
268
|
+
const f = Math.ceil(e(this, H) / e(this, R));
|
|
269
|
+
y(this, M, f + 20);
|
|
270
270
|
} else
|
|
271
|
-
y(this,
|
|
272
|
-
return console.log(`[RowManager] Template Height Cached: ${e(this, R)}px | RowCount: ${e(this,
|
|
271
|
+
y(this, M, 40);
|
|
272
|
+
return console.log(`[RowManager] Template Height Cached: ${e(this, R)}px | RowCount: ${e(this, M)}`), e(this, R);
|
|
273
273
|
}, "#measureAndCacheHeight"));
|
|
274
274
|
/**
|
|
275
275
|
* π― μΊμλ ν κ°μ λ°ν (μμ λλ§ μ΅μνμ λ°©μ΄ μ°μ°)
|
|
@@ -288,27 +288,27 @@ const Le = class Le {
|
|
|
288
288
|
* π― μΊμλ ν κ°μλ₯Ό κ³§λ°λ‘ κ°μ Έμμ TR λΌλ μ£Όμ
(μ€λ³΅ κ³μ° μ κ±°)
|
|
289
289
|
*/
|
|
290
290
|
u(this, le, /* @__PURE__ */ h((i) => {
|
|
291
|
-
if (e(this,
|
|
291
|
+
if (e(this, I).length === 0) return;
|
|
292
292
|
const t = i.querySelector("tbody.bindable") || i.querySelector("tbody");
|
|
293
293
|
if (!t) return;
|
|
294
294
|
t.querySelectorAll("tr:not(.nodata)").forEach((o) => o.remove());
|
|
295
|
-
const s = t.querySelector("tr.nodata"), n = document.createDocumentFragment(), r = e(this,
|
|
295
|
+
const s = t.querySelector("tr.nodata"), n = document.createDocumentFragment(), r = e(this, M);
|
|
296
296
|
for (let o = 0; o < r; o++)
|
|
297
|
-
e(this,
|
|
297
|
+
e(this, I).forEach((a) => {
|
|
298
298
|
n.appendChild(a.cloneNode(!0));
|
|
299
299
|
});
|
|
300
300
|
s ? s.before(n) : t.appendChild(n), console.log(`[RowManager] Rendered ${r} sets into DOM.`);
|
|
301
301
|
}, "#renderRows"));
|
|
302
|
-
|
|
303
|
-
e(this,
|
|
302
|
+
v(this, "destroy", /* @__PURE__ */ h(() => {
|
|
303
|
+
e(this, W) && (e(this, W).disconnect(), y(this, W, null));
|
|
304
304
|
}, "destroy"));
|
|
305
|
-
y(this,
|
|
305
|
+
y(this, $, i), e(this, ne).call(this);
|
|
306
306
|
}
|
|
307
307
|
get templateLength() {
|
|
308
|
-
return e(this,
|
|
308
|
+
return e(this, I).length || 1;
|
|
309
309
|
}
|
|
310
310
|
};
|
|
311
|
-
|
|
311
|
+
$ = new WeakMap(), I = new WeakMap(), R = new WeakMap(), W = new WeakMap(), H = new WeakMap(), M = new WeakMap(), ne = new WeakMap(), re = new WeakMap(), oe = new WeakMap(), le = new WeakMap(), h(Le, "RowManager");
|
|
312
312
|
let xe = Le;
|
|
313
313
|
var A, F, G, U, ae, ce;
|
|
314
314
|
const j = class j extends HTMLElement {
|
|
@@ -331,15 +331,15 @@ const j = class j extends HTMLElement {
|
|
|
331
331
|
const c = l.sectionRowIndex;
|
|
332
332
|
let f = 0;
|
|
333
333
|
Array.from(l.querySelectorAll("th,td")).forEach((g) => {
|
|
334
|
-
for (let
|
|
335
|
-
if (d[c][
|
|
336
|
-
f =
|
|
334
|
+
for (let x = 0; x < d[c].length; x++)
|
|
335
|
+
if (d[c][x] === null) {
|
|
336
|
+
f = x;
|
|
337
337
|
break;
|
|
338
338
|
}
|
|
339
339
|
const b = g.rowSpan || 1, S = g.colSpan || 1;
|
|
340
|
-
for (let
|
|
341
|
-
for (let
|
|
342
|
-
c +
|
|
340
|
+
for (let x = 0; x < b; x++)
|
|
341
|
+
for (let C = 0; C < S; C++)
|
|
342
|
+
c + x < o && f + C < a && (d[c + x][f + C] = x === 0 && C === 0 ? "1" : "0");
|
|
343
343
|
});
|
|
344
344
|
}), n.forEach((l) => {
|
|
345
345
|
const c = l.sectionRowIndex;
|
|
@@ -371,17 +371,17 @@ const j = class j extends HTMLElement {
|
|
|
371
371
|
});
|
|
372
372
|
}), n;
|
|
373
373
|
}, "#createSplitTable"));
|
|
374
|
-
|
|
374
|
+
v(this, "generate", /* @__PURE__ */ h((t) => {
|
|
375
375
|
if (!t) return;
|
|
376
376
|
const s = /* @__PURE__ */ h((l) => {
|
|
377
377
|
const c = /* @__PURE__ */ h((g) => {
|
|
378
378
|
if (g.querySelector("colgroup")) return;
|
|
379
|
-
const b = g.querySelector("tbody tr") || g.querySelector("tr"), S = b ? b.querySelectorAll("th, td").length : 1,
|
|
379
|
+
const b = g.querySelector("tbody tr") || g.querySelector("tr"), S = b ? b.querySelectorAll("th, td").length : 1, x = document.createElement("colgroup"), C = Math.max(Math.floor(g.clientWidth / S), 100);
|
|
380
380
|
for (let $e = 0; $e < S; $e++) {
|
|
381
381
|
const We = document.createElement("col");
|
|
382
|
-
We.setAttribute("width",
|
|
382
|
+
We.setAttribute("width", C), x.appendChild(We);
|
|
383
383
|
}
|
|
384
|
-
g.prepend(
|
|
384
|
+
g.prepend(x);
|
|
385
385
|
}, "ensureColgroup"), f = /* @__PURE__ */ h((g) => {
|
|
386
386
|
if (g.querySelector("thead")) return;
|
|
387
387
|
const b = document.createElement("thead"), S = g.querySelector("colgroup");
|
|
@@ -394,7 +394,7 @@ const j = class j extends HTMLElement {
|
|
|
394
394
|
f && e(this, A).querySelectorAll(`[data-col="${c}"]`).forEach((g) => {
|
|
395
395
|
g.setAttribute("fixed", f);
|
|
396
396
|
});
|
|
397
|
-
}),
|
|
397
|
+
}), L.log(e(this, A));
|
|
398
398
|
const o = this.querySelector(".ng-container-left"), a = this.querySelector(".ng-container-body"), d = this.querySelector(".ng-container-right");
|
|
399
399
|
if (a) {
|
|
400
400
|
const l = e(this, U).call(this, e(this, A), null);
|
|
@@ -428,34 +428,35 @@ const j = class j extends HTMLElement {
|
|
|
428
428
|
(l = this.querySelector("nine-table-hscrollbar")) == null || l.refresh();
|
|
429
429
|
}, 0);
|
|
430
430
|
}, "generate"));
|
|
431
|
-
|
|
432
|
-
|
|
431
|
+
v(this, "getRowHeight", /* @__PURE__ */ h(() => e(this, F).getRowHeight(), "getRowHeight"));
|
|
432
|
+
v(this, "scrollToX", /* @__PURE__ */ h((t) => {
|
|
433
433
|
const s = this.querySelector(".ng-container-body");
|
|
434
434
|
s && (s.scrollLeft = t);
|
|
435
435
|
}, "scrollToX"));
|
|
436
|
-
|
|
436
|
+
v(this, "scrollToY", /* @__PURE__ */ h((t) => {
|
|
437
437
|
const s = this.querySelector(".ng-container-body");
|
|
438
438
|
s && (s.scrollTop = t);
|
|
439
439
|
}, "scrollToY"));
|
|
440
440
|
u(this, ae, /* @__PURE__ */ h(() => {
|
|
441
441
|
const t = /* @__PURE__ */ h(() => {
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
});
|
|
442
|
+
var c, f, g;
|
|
443
|
+
L.log(":::::::::::::::");
|
|
444
|
+
const s = this.querySelector(".ng-container-left table"), n = this.querySelector(".ng-container-body table"), r = this.querySelector(".ng-container-right table");
|
|
445
|
+
if (L.log(n), !n) return;
|
|
446
|
+
L.log("22222");
|
|
447
|
+
const o = s ? Array.from(s.querySelectorAll("tr")) : [], a = Array.from(n.querySelectorAll("tr")), d = r ? Array.from(r.querySelectorAll("tr")) : [], l = Math.max(o.length, a.length, d.length);
|
|
448
|
+
for (let b = 0; b < l; b++) {
|
|
449
|
+
const S = [
|
|
450
|
+
((c = o[b]) == null ? void 0 : c.getBoundingClientRect().height) || 0,
|
|
451
|
+
((f = a[b]) == null ? void 0 : f.getBoundingClientRect().height) || 0,
|
|
452
|
+
((g = d[b]) == null ? void 0 : g.getBoundingClientRect().height) || 0
|
|
453
|
+
], x = Math.max(...S);
|
|
454
|
+
L.log(x), x > 0 && (o[b] && (o[b].style.height = `${x}px`), a[b] && (a[b].style.height = `${x}px`), d[b] && (d[b].style.height = `${x}px`));
|
|
455
|
+
}
|
|
457
456
|
}, "syncRowHeights");
|
|
458
|
-
e(this, ce).call(this),
|
|
457
|
+
e(this, ce).call(this), requestAnimationFrame(() => {
|
|
458
|
+
t();
|
|
459
|
+
}), new MutationObserver((s) => {
|
|
459
460
|
for (const n of s)
|
|
460
461
|
n.attributeName === "class" && this.classList.contains("active") && t();
|
|
461
462
|
}).observe(this, { attributes: !0 });
|
|
@@ -590,10 +591,10 @@ const j = class j extends HTMLElement {
|
|
|
590
591
|
e(this, ae).call(this);
|
|
591
592
|
}
|
|
592
593
|
disconnectedCallback() {
|
|
593
|
-
this.innerHTML = "",
|
|
594
|
+
this.innerHTML = "", L.log("NineTableSheet destroyed.");
|
|
594
595
|
}
|
|
595
596
|
};
|
|
596
|
-
A = new WeakMap(), F = new WeakMap(), G = new WeakMap(), U = new WeakMap(), ae = new WeakMap(), ce = new WeakMap(), h(j, "NineTableSheet"),
|
|
597
|
+
A = new WeakMap(), F = new WeakMap(), G = new WeakMap(), U = new WeakMap(), ae = new WeakMap(), ce = new WeakMap(), h(j, "NineTableSheet"), v(j, "SCROLLBAR_SIZE", 16);
|
|
597
598
|
let te = j;
|
|
598
599
|
customElements.get("nine-table-sheet") || customElements.define("nine-table-sheet", te);
|
|
599
600
|
var he, J;
|
|
@@ -614,8 +615,8 @@ const Ce = class Ce extends HTMLElement {
|
|
|
614
615
|
Array.from(this.querySelectorAll("nine-splitter")).forEach((b) => b.style.setProperty("display", "none"));
|
|
615
616
|
const g = c.filter((b) => b.classList.contains("active"));
|
|
616
617
|
g.length < 2 || g.forEach((b) => {
|
|
617
|
-
const S = parseInt(b.getAttribute("data-index"), 10),
|
|
618
|
-
|
|
618
|
+
const S = parseInt(b.getAttribute("data-index"), 10), x = this.querySelector(`nine-splitter[data-split-index="${S}"]`), C = c[S + 1];
|
|
619
|
+
x && C && C.classList.contains("active") && x.style.setProperty("display", "flex");
|
|
619
620
|
});
|
|
620
621
|
}, "updateSplitters"), r = this.querySelector(".nine-tab-bar"), o = this.querySelector("nine-table-sheets-body"), a = r.querySelectorAll(".nine-tab-item"), d = o.querySelectorAll("nine-table-sheet");
|
|
621
622
|
if (!a[t]) return;
|
|
@@ -780,13 +781,13 @@ const _e = class _e {
|
|
|
780
781
|
};
|
|
781
782
|
E = new WeakMap(), de = new WeakMap(), Q = new WeakMap(), fe = new WeakMap(), h(_e, "LayoutManager");
|
|
782
783
|
let Se = _e;
|
|
783
|
-
var
|
|
784
|
+
var z, X;
|
|
784
785
|
const Ie = class Ie {
|
|
785
786
|
constructor(i) {
|
|
786
|
-
u(this,
|
|
787
|
+
u(this, z);
|
|
787
788
|
u(this, X, -1);
|
|
788
|
-
|
|
789
|
-
y(this,
|
|
789
|
+
v(this, "count", /* @__PURE__ */ h(() => e(this, z).rawRecords.length, "count"));
|
|
790
|
+
y(this, z, i);
|
|
790
791
|
}
|
|
791
792
|
get at() {
|
|
792
793
|
return e(this, X);
|
|
@@ -794,16 +795,16 @@ const Ie = class Ie {
|
|
|
794
795
|
set at(i) {
|
|
795
796
|
var s, n;
|
|
796
797
|
y(this, X, parseInt(i, 10));
|
|
797
|
-
const t = ((n = (s = e(this,
|
|
798
|
+
const t = ((n = (s = e(this, z).owner).querySelector) == null ? void 0 : n.call(s, ".ng-container-body")) || e(this, z).owner.body;
|
|
798
799
|
t && !t.querySelector(`tbody.bindable tr[data-row="${e(this, X)}"]`) && setTimeout(() => {
|
|
799
800
|
var r, o;
|
|
800
|
-
(o = (r = e(this,
|
|
801
|
+
(o = (r = e(this, z).owner).scrollTo_V1) == null || o.call(r, e(this, X));
|
|
801
802
|
});
|
|
802
803
|
}
|
|
803
804
|
};
|
|
804
|
-
|
|
805
|
+
z = new WeakMap(), X = new WeakMap(), h(Ie, "ngRow");
|
|
805
806
|
let Ee = Ie;
|
|
806
|
-
var T, w, q, K, ue,
|
|
807
|
+
var T, w, q, K, ue, O, ge, ee, be, ye, Z;
|
|
807
808
|
const k = class k {
|
|
808
809
|
constructor(i, t) {
|
|
809
810
|
u(this, T);
|
|
@@ -811,33 +812,33 @@ const k = class k {
|
|
|
811
812
|
u(this, q, []);
|
|
812
813
|
u(this, K, []);
|
|
813
814
|
u(this, ue, 0);
|
|
814
|
-
u(this,
|
|
815
|
+
u(this, O, []);
|
|
815
816
|
u(this, ge, /* @__PURE__ */ h(() => {
|
|
816
|
-
y(this,
|
|
817
|
+
y(this, O, []);
|
|
817
818
|
const i = e(this, T).template || [];
|
|
818
819
|
Array.from(i).forEach((t) => {
|
|
819
820
|
var s;
|
|
820
|
-
e(this,
|
|
821
|
+
e(this, O).push(((s = t.getBoundingClientRect) == null ? void 0 : s.call(t).height) || 24);
|
|
821
822
|
}), (e(this, w).rawRecords || []).forEach((t) => {
|
|
822
|
-
t.__ng || (t.__ng = e(this, ee).call(this)), t.__ng.height = e(this,
|
|
823
|
+
t.__ng || (t.__ng = e(this, ee).call(this)), t.__ng.height = e(this, O).slice();
|
|
823
824
|
});
|
|
824
825
|
}, "#initialize"));
|
|
825
|
-
|
|
826
|
+
v(this, "set", /* @__PURE__ */ h((i) => {
|
|
826
827
|
this.clear(), this.add(i, !1);
|
|
827
828
|
}, "set"));
|
|
828
829
|
u(this, ee, /* @__PURE__ */ h(() => ({
|
|
829
830
|
rowState: k.ROW_STATE.EMPTY,
|
|
830
831
|
deleted: !1,
|
|
831
832
|
filtered: !1,
|
|
832
|
-
height: e(this,
|
|
833
|
+
height: e(this, O).slice(),
|
|
833
834
|
o: {},
|
|
834
835
|
c: {},
|
|
835
|
-
_: [0, 0, 0, 0, k.ROW_STATE.EMPTY, !1, !1, !0, !1, !0, !0, !1, e(this,
|
|
836
|
+
_: [0, 0, 0, 0, k.ROW_STATE.EMPTY, !1, !1, !0, !1, !0, !0, !1, e(this, O).slice(), -1, {}, {}]
|
|
836
837
|
}), "#getDefaultMeta"));
|
|
837
|
-
|
|
838
|
+
v(this, "reset", /* @__PURE__ */ h(() => {
|
|
838
839
|
y(this, q, []), y(this, K, []);
|
|
839
840
|
}, "reset"));
|
|
840
|
-
|
|
841
|
+
v(this, "clear", /* @__PURE__ */ h(() => {
|
|
841
842
|
var i;
|
|
842
843
|
e(this, w).rawRecords = [], y(this, q, []), y(this, K, []), (i = e(this, w).viewRecords) != null && i.reset && e(this, w).viewRecords.reset();
|
|
843
844
|
}, "clear"));
|
|
@@ -855,7 +856,7 @@ const k = class k {
|
|
|
855
856
|
u(this, ye, /* @__PURE__ */ h((i) => (Array.isArray(i) || (i = [i]), i.forEach((t) => {
|
|
856
857
|
t.__ng = e(this, ee).call(this), t.__ng.rowid = this.nextId, t.__ng.rowState = k.ROW_STATE.INSERT, t.__ng._[0] = t.__ng.rowid;
|
|
857
858
|
}), i), "#defaultInsert"));
|
|
858
|
-
|
|
859
|
+
v(this, "add", /* @__PURE__ */ h((i, t = !0) => {
|
|
859
860
|
var r;
|
|
860
861
|
i === void 0 && (i = {});
|
|
861
862
|
const s = e(this, be).call(this, i);
|
|
@@ -866,7 +867,7 @@ const k = class k {
|
|
|
866
867
|
d && (d.__ng.rowState = k.ROW_STATE.EMPTY);
|
|
867
868
|
}), (r = e(this, w).viewRecords) != null && r.reset && e(this, w).viewRecords.reset(), n;
|
|
868
869
|
}, "add"));
|
|
869
|
-
|
|
870
|
+
v(this, "delete", /* @__PURE__ */ h((i) => {
|
|
870
871
|
var s;
|
|
871
872
|
let t = [];
|
|
872
873
|
Array.isArray(i) ? t = i : typeof i > "u" ? t = [e(this, w).owner.row.at] : t = [parseInt(i, 10)], t.sort((n, r) => r - n).forEach((n) => {
|
|
@@ -878,7 +879,7 @@ const k = class k {
|
|
|
878
879
|
}
|
|
879
880
|
}), this.resetRecords(), (s = e(this, w).viewRecords) != null && s.reset && e(this, w).viewRecords.reset();
|
|
880
881
|
}, "delete"));
|
|
881
|
-
|
|
882
|
+
v(this, "setValue", /* @__PURE__ */ h((i, t, s) => {
|
|
882
883
|
var d;
|
|
883
884
|
i = parseInt(i, 10);
|
|
884
885
|
const r = (typeof ((d = e(this, T).fields) == null ? void 0 : d.get) == "function" ? e(this, T).fields.get() : []).indexOf(t);
|
|
@@ -888,14 +889,14 @@ const k = class k {
|
|
|
888
889
|
const a = o.v[r];
|
|
889
890
|
a !== s && o.__ng.rowState !== k.ROW_STATE.INSERT && (o.__ng.o.hasOwnProperty(t) || (o.__ng.o[t] = a), o.__ng.rowState = k.ROW_STATE.UPDATE), o.v[r] = s, e(this, w).owner.refreshData && e(this, w).owner.refreshData(i);
|
|
890
891
|
}, "setValue"));
|
|
891
|
-
|
|
892
|
+
v(this, "resetRecords", /* @__PURE__ */ h(() => {
|
|
892
893
|
y(this, K, e(this, w).rawRecords.filter((i) => !i.__ng.deleted)), y(this, q, e(this, w).rawRecords.filter((i) => !i.__ng.deleted && !i.__ng.filtered)), e(this, w).rawRecords.forEach((i, t) => {
|
|
893
894
|
i.__ng.rowidx = t;
|
|
894
895
|
}), e(this, q).forEach((i, t) => {
|
|
895
896
|
i.__ng.i = t;
|
|
896
897
|
});
|
|
897
898
|
}, "resetRecords"));
|
|
898
|
-
|
|
899
|
+
v(this, "getValidData", /* @__PURE__ */ h(() => (e(this, q).length === 0 && e(this, w).rawRecords.length > 0 && this.resetRecords(), e(this, q)), "getValidData"));
|
|
899
900
|
u(this, Z, /* @__PURE__ */ h((i) => {
|
|
900
901
|
var s;
|
|
901
902
|
if (!i) return i;
|
|
@@ -907,8 +908,8 @@ const k = class k {
|
|
|
907
908
|
}), r.__ng = n.__ng, r;
|
|
908
909
|
}) : i;
|
|
909
910
|
}, "#conv2"));
|
|
910
|
-
|
|
911
|
-
|
|
911
|
+
v(this, "count", /* @__PURE__ */ h(() => this.getValidData().length, "count"));
|
|
912
|
+
v(this, "get", /* @__PURE__ */ h((i, t) => {
|
|
912
913
|
var r;
|
|
913
914
|
const s = this.getValidData();
|
|
914
915
|
if (!s || s.length <= 0) return;
|
|
@@ -939,8 +940,8 @@ const k = class k {
|
|
|
939
940
|
return this.length;
|
|
940
941
|
}
|
|
941
942
|
};
|
|
942
|
-
T = new WeakMap(), w = new WeakMap(), q = new WeakMap(), K = new WeakMap(), ue = new WeakMap(),
|
|
943
|
-
|
|
943
|
+
T = new WeakMap(), w = new WeakMap(), q = new WeakMap(), K = new WeakMap(), ue = new WeakMap(), O = new WeakMap(), ge = new WeakMap(), ee = new WeakMap(), be = new WeakMap(), ye = new WeakMap(), Z = new WeakMap(), h(k, "ngData"), // π― ν μν μ μ μμλ₯Ό ν΄λμ€ λ΄λΆλ‘ λ΄μ¬ν
|
|
944
|
+
v(k, "ROW_STATE", {
|
|
944
945
|
EMPTY: "EMPTY",
|
|
945
946
|
NORMAL: "NORMAL",
|
|
946
947
|
INSERT: "INSERT",
|
|
@@ -979,10 +980,10 @@ const Me = class Me extends HTMLElement {
|
|
|
979
980
|
this.attachShadow({ mode: "open" }), y(this, Y, new Ae(this));
|
|
980
981
|
}
|
|
981
982
|
connectedCallback() {
|
|
982
|
-
y(this, pe, new Se(this)),
|
|
983
|
+
y(this, pe, new Se(this)), L.log("NineTable connected."), this.dispatchEvent(new CustomEvent("load", { bubbles: !0, detail: { target: this } }));
|
|
983
984
|
}
|
|
984
985
|
disconnectedCallback() {
|
|
985
|
-
|
|
986
|
+
L.log("NineTable disconnected.");
|
|
986
987
|
}
|
|
987
988
|
// π― μΈλΆμμ grid.data.set(...) ννλ‘ μ κ·Όν μ μλλ‘ λ°μ΄ν° λ§€λμ μ€ν
|
|
988
989
|
get data() {
|