@orangelogic/design-system 2.70.0 → 2.71.0
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/library/chunks/{button.CAAJPQFu.js → button.D6S0sAOO.js} +1 -1
- package/library/chunks/{color-swatch-group.CKHyWM8K.js → color-swatch-group.CSctShAT.js} +3 -3
- package/library/chunks/{color-swatch.BkpPCXd6.js → color-swatch.9fo7Prlq.js} +1 -1
- package/library/chunks/{confirm-popover.ZD74yDWw.js → confirm-popover.DR2_O9i_.js} +3 -3
- package/library/chunks/{dialog.qSV5AjOE.js → dialog.n5g61iHs.js} +106 -92
- package/library/chunks/{dot-pagination.BN_0ljfc.js → dot-pagination.CqpDMHMz.js} +1 -1
- package/library/chunks/{file-on-demand.CXE4zf0J.js → file-on-demand.DyPdfxfM.js} +8 -8
- package/library/chunks/{folder-select.CPALQK22.js → folder-select.B4PPWsoq.js} +3 -3
- package/library/chunks/{header.DXZ_5gLY.js → header.tbXKX2yv.js} +1 -1
- package/library/chunks/{i18n.C0iakJkV.js → i18n.BU7mYVLM.js} +2 -2
- package/library/chunks/icon-button.Dxz2J4cg.js +683 -0
- package/library/chunks/{iframe.BlzVfeBc.js → iframe.Dx7QScC8.js} +1 -1
- package/library/chunks/{image.B3WjaCXP.js → image.Q7doiTcu.js} +1 -1
- package/library/chunks/{index.CmVKj_wl.js → index.xnuklZH8.js} +1 -1
- package/library/chunks/{list-editor.CIAAFPco.js → list-editor.rlWs0RYN.js} +7 -7
- package/library/chunks/{option.ByVbmxUQ.js → option.CgM5bwtt.js} +1 -1
- package/library/chunks/pagination.I2BZVSB2.js +430 -0
- package/library/chunks/{tab-group.1h51o_Ly.js → tab-group.euL1exrl.js} +3 -3
- package/library/chunks/{table.wVHv1Xze.js → table.DNwNmw8a.js} +366 -351
- package/library/chunks/{tree.Bx0IGsWm.js → tree.ClkS3oAg.js} +1 -1
- package/library/components/alert.js +2 -2
- package/library/components/asset-link-format.js +4 -4
- package/library/components/atoms.js +12 -12
- package/library/components/border-input-group.js +1 -1
- package/library/components/breadcrumb.js +1 -1
- package/library/components/button.js +2 -2
- package/library/components/color-picker.js +2 -2
- package/library/components/color-swatch-group.js +4 -4
- package/library/components/color-swatch.js +2 -2
- package/library/components/confirm-popover.js +4 -4
- package/library/components/copy-button.js +1 -1
- package/library/components/corner-position-input-group.js +2 -2
- package/library/components/details.js +1 -1
- package/library/components/dialog.js +3 -3
- package/library/components/dot-pagination.js +2 -2
- package/library/components/drawer.js +2 -2
- package/library/components/dropdown.js +1 -1
- package/library/components/dynamic-select.js +4 -4
- package/library/components/e-chart.js +1 -1
- package/library/components/element-clamp.js +2 -2
- package/library/components/file-on-demand.js +9 -9
- package/library/components/folder-select.js +3 -3
- package/library/components/format-bytes.js +1 -1
- package/library/components/format-date.js +1 -1
- package/library/components/format-number.js +1 -1
- package/library/components/format-time.js +1 -1
- package/library/components/header.js +2 -2
- package/library/components/icon-button.js +14 -679
- package/library/components/iframe.js +2 -2
- package/library/components/image-comparer.js +1 -1
- package/library/components/image.js +2 -2
- package/library/components/input.js +409 -320
- package/library/components/line-clamp.js +1 -1
- package/library/components/list-editor.js +6 -6
- package/library/components/masonry.js +2 -2
- package/library/components/menu-item.js +1 -1
- package/library/components/menu.js +1 -1
- package/library/components/molecules.js +4 -4
- package/library/components/option.js +2 -2
- package/library/components/organisms.js +2 -2
- package/library/components/pagination.js +8 -6
- package/library/components/popup.js +1 -1
- package/library/components/position-picker.js +1 -1
- package/library/components/progress-bar.js +1 -1
- package/library/components/progress-ring.js +1 -1
- package/library/components/range.js +1 -1
- package/library/components/rating.js +1 -1
- package/library/components/relative-time.js +1 -1
- package/library/components/select.js +2 -2
- package/library/components/share-option-list.js +1 -1
- package/library/components/sidebar.js +1 -1
- package/library/components/size-input-group.js +2 -2
- package/library/components/spinner.js +1 -1
- package/library/components/split-panel.js +1 -1
- package/library/components/tab-group.js +4 -4
- package/library/components/tab.js +2 -2
- package/library/components/table.js +5 -5
- package/library/components/tag.js +2 -2
- package/library/components/tooltip.js +1 -1
- package/library/components/tree-item.js +2 -2
- package/library/components/tree.js +2 -2
- package/library/components/typeface.js +6 -6
- package/library/components/types.js +25 -25
- package/library/components/video.js +2 -2
- package/library/package.json +1 -1
- package/library/packages/atoms/src/components/dialog/dialog.d.ts +10 -0
- package/library/packages/atoms/src/components/icon-button/icon-button.d.ts +2 -1
- package/library/packages/atoms/src/components/input/auto-grow-controller.d.ts +23 -0
- package/library/packages/atoms/src/components/input/input.d.ts +9 -0
- package/library/packages/atoms/src/components/pagination/pagination.d.ts +31 -2
- package/library/packages/atoms/src/components/table/table.d.ts +13 -1
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Page/Page.d.ts +2 -2
- package/library/packages/types/src/icon-button.d.ts +7 -0
- package/library/packages/types/src/table.d.ts +3 -1
- package/library/packages/utils/src/custom-element/i18n.d.ts +2 -2
- package/library/react-web-component.d.ts +39 -7
- package/library/utils.js +2 -2
- package/package.json +1 -1
- package/library/chunks/pagination.DPQn2fKX.js +0 -341
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { C as _e } from "./button.
|
|
1
|
+
import { C as _e } from "./button.D6S0sAOO.js";
|
|
2
2
|
import zs from "../components/checkbox.js";
|
|
3
3
|
import ws from "../components/divider.js";
|
|
4
4
|
import Fs from "../components/format-number.js";
|
|
5
|
-
import vs from "
|
|
5
|
+
import { C as vs } from "./icon-button.Dxz2J4cg.js";
|
|
6
6
|
import Os from "../components/select.js";
|
|
7
7
|
import bi from "../components/space.js";
|
|
8
8
|
import Hs from "../components/spinner.js";
|
|
9
9
|
import { n as g, C as Ne } from "./lib-cortex-element.CVMmyPMC.js";
|
|
10
10
|
import { c as qe } from "./component.styles.DMSLciL5.js";
|
|
11
11
|
import { o as Ps, O as Gi } from "./overlayscrollbars.XhGWx9Zk.js";
|
|
12
|
-
import { C as As, P as _s } from "./pagination.
|
|
12
|
+
import { C as As, P as _s } from "./pagination.I2BZVSB2.js";
|
|
13
13
|
import { c as Ve } from "./custom-element.L4WJXn1j.js";
|
|
14
|
-
import { L as at } from "./i18n.
|
|
14
|
+
import { L as at } from "./i18n.BU7mYVLM.js";
|
|
15
15
|
import { w as V } from "./watch.BCJD77bD.js";
|
|
16
16
|
import { i as H, x, E as Ns } from "./lit-element.jLBm65_O.js";
|
|
17
17
|
import { r as re } from "./state.CSDxrqLd.js";
|
|
@@ -31,13 +31,13 @@ import Is from "../components/menu-section.js";
|
|
|
31
31
|
import { g as Ws } from "./content-builder.B4Tqoc6M.js";
|
|
32
32
|
import Gs from "../components/input.js";
|
|
33
33
|
import { C as js, T as $s } from "./typography.oDzoLbZS.js";
|
|
34
|
-
import { g as
|
|
34
|
+
import { g as k, a as Us } from "./dom.BQVKDNd8.js";
|
|
35
35
|
import "./browser.BHOCIF_A.js";
|
|
36
36
|
import "./form.DgwYWi0O.js";
|
|
37
37
|
import "./purify.es.BIuh5IAZ.js";
|
|
38
38
|
import { t as Xs } from "./toast.BXNbwZV8.js";
|
|
39
39
|
import { s as S, a as pt } from "./string.B_rEG27K.js";
|
|
40
|
-
import { C as Ks } from "./option.
|
|
40
|
+
import { C as Ks } from "./option.CgM5bwtt.js";
|
|
41
41
|
var le = /* @__PURE__ */ ((l) => (l.Bottom = "bottom", l.Center = "center", l.Nearest = "nearest", l.Top = "top", l))(le || {}), q = /* @__PURE__ */ ((l) => (l.All = "all", l.Cell = "cell", l.Column = "column", l.Row = "row", l))(q || {}), je = /* @__PURE__ */ ((l) => (l.Both = "both", l.Copy = "copy", l.Paste = "paste", l))(je || {}), xe = /* @__PURE__ */ ((l) => (l.Left = "left", l.Right = "right", l))(xe || {}), he = /* @__PURE__ */ ((l) => (l.Local = "local", l.Remote = "remote", l))(he || {}), W = /* @__PURE__ */ ((l) => (l.Asc = "asc", l.Desc = "desc", l.None = "none", l))(W || {}), Me = /* @__PURE__ */ ((l) => (l.Ends = "ends", l.Equal = "=", l.GreaterOrEqual = ">=", l.GreaterThan = ">", l.In = "in", l.Keywords = "keywords", l.LessOrEqual = "<=", l.LessThan = "<", l.Like = "like", l.NotEqual = "!=", l.Regex = "regex", l.Starts = "starts", l))(Me || {});
|
|
42
42
|
class Js {
|
|
43
43
|
#e;
|
|
@@ -1107,7 +1107,7 @@ class B {
|
|
|
1107
1107
|
return this.table.module(e);
|
|
1108
1108
|
}
|
|
1109
1109
|
}
|
|
1110
|
-
class
|
|
1110
|
+
class D {
|
|
1111
1111
|
static elVisible(e) {
|
|
1112
1112
|
return !(e.offsetWidth <= 0 && e.offsetHeight <= 0);
|
|
1113
1113
|
}
|
|
@@ -1176,15 +1176,15 @@ let ho = class ys extends B {
|
|
|
1176
1176
|
const t = !(e instanceof MouseEvent);
|
|
1177
1177
|
let i = t ? e.touches[0].pageX : e.pageX, s = t ? e.touches[0].pageY : e.pageY;
|
|
1178
1178
|
if (this.container !== document.body) {
|
|
1179
|
-
const o =
|
|
1179
|
+
const o = D.elOffset(this.container);
|
|
1180
1180
|
i -= o.left, s -= o.top;
|
|
1181
1181
|
}
|
|
1182
1182
|
return { x: i, y: s };
|
|
1183
1183
|
}
|
|
1184
1184
|
elementPositionCoords(e, t = "right") {
|
|
1185
|
-
const i =
|
|
1185
|
+
const i = D.elOffset(e);
|
|
1186
1186
|
let s, o, r;
|
|
1187
|
-
switch (this.container !== document.body && (s =
|
|
1187
|
+
switch (this.container !== document.body && (s = D.elOffset(this.container), i.left -= s.left, i.top -= s.top), t) {
|
|
1188
1188
|
case "right":
|
|
1189
1189
|
o = i.left + e.offsetWidth, r = i.top - 1;
|
|
1190
1190
|
break;
|
|
@@ -1395,7 +1395,7 @@ const uo = x`
|
|
|
1395
1395
|
i && i.classList.remove("tabulator-hover-menu--active");
|
|
1396
1396
|
}
|
|
1397
1397
|
createHoverMenuElement() {
|
|
1398
|
-
const e =
|
|
1398
|
+
const e = k(uo);
|
|
1399
1399
|
return e.classList.add("tabulator-hover-menu"), e;
|
|
1400
1400
|
}
|
|
1401
1401
|
layoutRow(e) {
|
|
@@ -2358,6 +2358,19 @@ const po = H`
|
|
|
2358
2358
|
.tabulator .tabulator-footer .tabulator-paginator-pagination {
|
|
2359
2359
|
margin-left: auto;
|
|
2360
2360
|
}
|
|
2361
|
+
|
|
2362
|
+
.tabulator-paginator-pagination {
|
|
2363
|
+
--font-size: var(--cx-font-size-x-small);
|
|
2364
|
+
--pagination-input-font-size: var(--cx-font-size-x-small);
|
|
2365
|
+
}
|
|
2366
|
+
|
|
2367
|
+
.tabulator-paginator-pagination::part(back-icon) {
|
|
2368
|
+
--font-size: var(--cx-font-size-medium);
|
|
2369
|
+
}
|
|
2370
|
+
|
|
2371
|
+
.tabulator-paginator-pagination::part(next-icon) {
|
|
2372
|
+
--font-size: var(--cx-font-size-medium);
|
|
2373
|
+
}
|
|
2361
2374
|
`, So = H`
|
|
2362
2375
|
:host {
|
|
2363
2376
|
--placeholder-color: var(--cx-color-neutral-800);
|
|
@@ -3244,7 +3257,7 @@ const Vo = {
|
|
|
3244
3257
|
}
|
|
3245
3258
|
// apply accessor to row
|
|
3246
3259
|
transformRow(e, t) {
|
|
3247
|
-
const i = "accessor" + (t.charAt(0).toUpperCase() + t.slice(1)), s = e.getComponent(), o =
|
|
3260
|
+
const i = "accessor" + (t.charAt(0).toUpperCase() + t.slice(1)), s = e.getComponent(), o = D.deepClone(e.data || {});
|
|
3248
3261
|
return this.table.columnManager?.traverse((r) => {
|
|
3249
3262
|
let n, a, h, c;
|
|
3250
3263
|
const d = r.modules.accessor;
|
|
@@ -3694,8 +3707,8 @@ class gt extends B {
|
|
|
3694
3707
|
return new Promise((s, o) => {
|
|
3695
3708
|
const n = this.rows().indexOf(e), a = e.getElement();
|
|
3696
3709
|
if (n > -1 && a) {
|
|
3697
|
-
if ((i ?? !(this.table.options.scrollToRowIfHidden ?? !1)) &&
|
|
3698
|
-
const p = this.elementVertical ?
|
|
3710
|
+
if ((i ?? !(this.table.options.scrollToRowIfHidden ?? !1)) && D.elVisible(a)) {
|
|
3711
|
+
const p = this.elementVertical ? D.elOffset(a).top - D.elOffset(this.elementVertical).top : 0;
|
|
3699
3712
|
if (p > 0 && p < (this.elementVertical?.clientHeight ?? 0) - a.offsetHeight) {
|
|
3700
3713
|
s();
|
|
3701
3714
|
return;
|
|
@@ -3958,7 +3971,7 @@ class Qe extends B {
|
|
|
3958
3971
|
this.generateElement(), this.setWidth(), this._configureCell(), this.setValueActual(this.column.getFieldValue(this.row.data)), this.initialValue = this.value;
|
|
3959
3972
|
}
|
|
3960
3973
|
generateElement() {
|
|
3961
|
-
if (this.element =
|
|
3974
|
+
if (this.element = k(Yo), this.element.setAttribute(
|
|
3962
3975
|
"role",
|
|
3963
3976
|
this.table.options.cellRole ?? "gridcell"
|
|
3964
3977
|
), this.column.modules.format?.cellClass) {
|
|
@@ -4789,7 +4802,7 @@ class N extends B {
|
|
|
4789
4802
|
}
|
|
4790
4803
|
// update the rows data
|
|
4791
4804
|
updateData(e) {
|
|
4792
|
-
const t = this.element &&
|
|
4805
|
+
const t = this.element && D.elVisible(this.element);
|
|
4793
4806
|
let i = {}, s;
|
|
4794
4807
|
return new Promise((o) => {
|
|
4795
4808
|
if (typeof e == "string")
|
|
@@ -5327,7 +5340,7 @@ const tr = x`<span
|
|
|
5327
5340
|
const t = this.table.options;
|
|
5328
5341
|
switch (this.field = t.dataTreeChildField || "_children", this.indent = t.dataTreeChildIndent || 9, this.loadingField = t.dataTreeLoadingField || "loading", this.hasMoreField = t.dataTreeHasMoreField || "hasMore", this.options("movableRows") && ar && console.warn(
|
|
5329
5342
|
"The movableRows option is not available with dataTree enabled, moving of child rows could result in unpredictable behavior"
|
|
5330
|
-
), t.dataTreeBranchElement ? t.dataTreeBranchElement === !0 ? this.branchEl =
|
|
5343
|
+
), t.dataTreeBranchElement ? t.dataTreeBranchElement === !0 ? this.branchEl = k(or) : typeof t.dataTreeBranchElement == "string" ? (e = document.createElement("div"), e.innerHTML = S(t.dataTreeBranchElement), this.branchEl = e.firstChild) : this.branchEl = t.dataTreeBranchElement : this.branchEl = k(rr), t.dataTreeCollapseElement ? typeof t.dataTreeCollapseElement == "string" ? (e = document.createElement("div"), e.innerHTML = S(t.dataTreeCollapseElement), this.collapseEl = e.firstChild) : this.collapseEl = t.dataTreeCollapseElement : this.collapseEl = k(tr), t.dataTreeExpandElement ? typeof t.dataTreeExpandElement == "string" ? (e = document.createElement("div"), e.innerHTML = S(t.dataTreeExpandElement), this.expandEl = e.firstChild) : this.expandEl = t.dataTreeExpandElement : this.expandEl = k(ir), typeof t.dataTreeStartExpanded) {
|
|
5331
5344
|
case "boolean":
|
|
5332
5345
|
this.startOpen = function() {
|
|
5333
5346
|
return t.dataTreeStartExpanded;
|
|
@@ -5434,7 +5447,7 @@ const tr = x`<span
|
|
|
5434
5447
|
n.stopPropagation();
|
|
5435
5448
|
});
|
|
5436
5449
|
} else
|
|
5437
|
-
o =
|
|
5450
|
+
o = k(sr);
|
|
5438
5451
|
const r = this.indent;
|
|
5439
5452
|
this.table.rtl ? (o.style.marginLeft = r + "px", o.style.marginRight = "0px") : (o.style.marginRight = r + "px", o.style.marginLeft = "0px"), e.modules.dataTree.controlEl = o, s && s.parentNode === t ? s.parentNode.replaceChild(o, s) : t.insertBefore(o, t.firstChild);
|
|
5440
5453
|
}
|
|
@@ -5496,7 +5509,7 @@ const tr = x`<span
|
|
|
5496
5509
|
this.table.rowManager
|
|
5497
5510
|
);
|
|
5498
5511
|
i.create(), i.modules.dataTree.index = e, i.modules.dataTree.parent = t, i.modules.dataTree.children = !1, i.modules.dataTree.open = !0;
|
|
5499
|
-
const s =
|
|
5512
|
+
const s = k(nr);
|
|
5500
5513
|
i.getElement()?.classList.add("tabulator-tree-level-" + e), i.element.appendChild(s);
|
|
5501
5514
|
const o = (e + 1) * (bt + this.indent);
|
|
5502
5515
|
return this.table.rtl ? s.style.marginRight = o + "px" : s.style.marginLeft = o + "px", s.addEventListener("click", () => {
|
|
@@ -5518,7 +5531,7 @@ const tr = x`<span
|
|
|
5518
5531
|
this.table.rowManager
|
|
5519
5532
|
);
|
|
5520
5533
|
i.create(), i.modules.dataTree.index = e, i.modules.dataTree.parent = t, i.modules.dataTree.children = !1, i.modules.dataTree.open = !0;
|
|
5521
|
-
const s =
|
|
5534
|
+
const s = k(lr);
|
|
5522
5535
|
i.element.appendChild(s), i.getElement()?.classList.add("tabulator-tree-level-" + e);
|
|
5523
5536
|
const o = (e + 1) * (bt + this.indent);
|
|
5524
5537
|
return this.table.rtl ? s.style.marginRight = o + "px" : s.style.marginLeft = o + "px", i;
|
|
@@ -5779,10 +5792,10 @@ const qi = process.env.NODE_ENV === "development", hr = function(l, e = {}, t) {
|
|
|
5779
5792
|
h.orientation || (h.orientation = e.orientation || "landscape"), h.unit || (h.unit = "pt");
|
|
5780
5793
|
function d(f, b) {
|
|
5781
5794
|
const y = [];
|
|
5782
|
-
return f.columns.forEach((
|
|
5795
|
+
return f.columns.forEach((v) => {
|
|
5783
5796
|
let C;
|
|
5784
|
-
if (
|
|
5785
|
-
let E =
|
|
5797
|
+
if (v) {
|
|
5798
|
+
let E = v.value;
|
|
5786
5799
|
switch (typeof E) {
|
|
5787
5800
|
case "object":
|
|
5788
5801
|
E = E !== null ? JSON.stringify(E) : "";
|
|
@@ -5792,9 +5805,9 @@ const qi = process.env.NODE_ENV === "development", hr = function(l, e = {}, t) {
|
|
|
5792
5805
|
break;
|
|
5793
5806
|
}
|
|
5794
5807
|
C = {
|
|
5795
|
-
colSpan:
|
|
5808
|
+
colSpan: v.width,
|
|
5796
5809
|
content: E,
|
|
5797
|
-
rowSpan:
|
|
5810
|
+
rowSpan: v.height
|
|
5798
5811
|
}, b && (C.styles = b), y.push(C);
|
|
5799
5812
|
}
|
|
5800
5813
|
}), y;
|
|
@@ -5842,7 +5855,7 @@ const qi = process.env.NODE_ENV === "development", hr = function(l, e = {}, t) {
|
|
|
5842
5855
|
};
|
|
5843
5856
|
h.type = "binary", r.SheetNames = [], r.Sheets = {};
|
|
5844
5857
|
function c() {
|
|
5845
|
-
const f = [], b = [], y = {},
|
|
5858
|
+
const f = [], b = [], y = {}, v = {
|
|
5846
5859
|
e: {
|
|
5847
5860
|
c: l[0] ? l[0].columns.reduce(
|
|
5848
5861
|
(C, E) => C + (E?.width ? E.width : 1),
|
|
@@ -5862,7 +5875,7 @@ const qi = process.env.NODE_ENV === "development", hr = function(l, e = {}, t) {
|
|
|
5862
5875
|
s: { c: J, r: E }
|
|
5863
5876
|
})) : z.push("");
|
|
5864
5877
|
}), f.push(z);
|
|
5865
|
-
}), o.utils.sheet_add_aoa(y, f), y["!ref"] = o.utils.encode_range(
|
|
5878
|
+
}), o.utils.sheet_add_aoa(y, f), y["!ref"] = o.utils.encode_range(v), b.length && (y["!merges"] = b), y;
|
|
5866
5879
|
}
|
|
5867
5880
|
if (e.sheetOnly) {
|
|
5868
5881
|
t(c(), "");
|
|
@@ -5884,8 +5897,8 @@ const qi = process.env.NODE_ENV === "development", hr = function(l, e = {}, t) {
|
|
|
5884
5897
|
e.documentProcessing && (r = e.documentProcessing(r));
|
|
5885
5898
|
function p(f) {
|
|
5886
5899
|
const b = new ArrayBuffer(f.length), y = new Uint8Array(b);
|
|
5887
|
-
for (let
|
|
5888
|
-
y[
|
|
5900
|
+
for (let v = 0; v !== f.length; ++v)
|
|
5901
|
+
y[v] = f.charCodeAt(v) & 255;
|
|
5889
5902
|
return b;
|
|
5890
5903
|
}
|
|
5891
5904
|
const u = o.write(r, h);
|
|
@@ -6284,7 +6297,7 @@ function Dr(l, e, t) {
|
|
|
6284
6297
|
const o = this.table;
|
|
6285
6298
|
let r;
|
|
6286
6299
|
return e.valueMap && (typeof e.valueMap == "string" ? r = function(n) {
|
|
6287
|
-
return n.map((a) =>
|
|
6300
|
+
return n.map((a) => D.retrieveNestedData(
|
|
6288
6301
|
o.options.nestedFieldSeparator,
|
|
6289
6302
|
e.valueMap,
|
|
6290
6303
|
a
|
|
@@ -6311,7 +6324,7 @@ function Pr({
|
|
|
6311
6324
|
spacing: l,
|
|
6312
6325
|
style: e
|
|
6313
6326
|
}) {
|
|
6314
|
-
const t =
|
|
6327
|
+
const t = k(Hr);
|
|
6315
6328
|
return l && (t.style.margin = l), e && Object.assign(t.style, e), t;
|
|
6316
6329
|
}
|
|
6317
6330
|
function Ar(l, e, t) {
|
|
@@ -6354,7 +6367,7 @@ function es({
|
|
|
6354
6367
|
rowData: t,
|
|
6355
6368
|
separator: i
|
|
6356
6369
|
}) {
|
|
6357
|
-
return e.value !== void 0 ? e.value : e.getValue ? e.getValue(l, t) : e.field ?
|
|
6370
|
+
return e.value !== void 0 ? e.value : e.getValue ? e.getValue(l, t) : e.field ? D.retrieveNestedData(i, e.field, t) : l.getValue();
|
|
6358
6371
|
}
|
|
6359
6372
|
function Nr(l, e, t) {
|
|
6360
6373
|
if (!e?.elements || !Array.isArray(e.elements) || e.elements.length === 0)
|
|
@@ -6375,7 +6388,7 @@ function Nr(l, e, t) {
|
|
|
6375
6388
|
align-items=${c ?? "center"}
|
|
6376
6389
|
direction=${be(p)}
|
|
6377
6390
|
spacing=${u ?? "3x-small"}
|
|
6378
|
-
></cx-space>`, b =
|
|
6391
|
+
></cx-space>`, b = k(f), y = [];
|
|
6379
6392
|
return e.elements.forEach((C) => {
|
|
6380
6393
|
let E = es({
|
|
6381
6394
|
cell: l,
|
|
@@ -6470,7 +6483,7 @@ function Ur(l, e) {
|
|
|
6470
6483
|
let s;
|
|
6471
6484
|
if (i.getIcon ? s = i.getIcon(t) : typeof i.icon == "function" ? s = i.icon(t) : i.iconMap ? s = i.iconMap[t] : i.icon ? s = i.icon : s = t ? String(t) : void 0, !s)
|
|
6472
6485
|
return;
|
|
6473
|
-
const o =
|
|
6486
|
+
const o = k($r);
|
|
6474
6487
|
if (o.name = s, i.size !== void 0)
|
|
6475
6488
|
switch (typeof i.size) {
|
|
6476
6489
|
case "number":
|
|
@@ -6491,7 +6504,7 @@ function Kr(l, e) {
|
|
|
6491
6504
|
let t = l.getValue();
|
|
6492
6505
|
if (!t)
|
|
6493
6506
|
return null;
|
|
6494
|
-
const i =
|
|
6507
|
+
const i = k(Xr), s = i.querySelector("img"), o = e ?? {};
|
|
6495
6508
|
switch (o.urlPrefix && (t = o.urlPrefix + l.getValue()), o.urlSuffix && (t = t + o.urlSuffix), s.setAttribute("src", String(t)), typeof o.height) {
|
|
6496
6509
|
case "number":
|
|
6497
6510
|
i.style.height = o.height + "px";
|
|
@@ -6556,7 +6569,7 @@ function Qr(l, e, t) {
|
|
|
6556
6569
|
break;
|
|
6557
6570
|
}
|
|
6558
6571
|
if (r != null) {
|
|
6559
|
-
if (e.urlField && (a = l.getData(), i =
|
|
6572
|
+
if (e.urlField && (a = l.getData(), i = D.retrieveNestedData(
|
|
6560
6573
|
this.table.options.nestedFieldSeparator,
|
|
6561
6574
|
e.urlField,
|
|
6562
6575
|
a
|
|
@@ -6599,7 +6612,7 @@ function on(l, e) {
|
|
|
6599
6612
|
const i = Number(t);
|
|
6600
6613
|
if (Number.isNaN(i))
|
|
6601
6614
|
return;
|
|
6602
|
-
const s = e ?? {}, o =
|
|
6615
|
+
const s = e ?? {}, o = k(sn);
|
|
6603
6616
|
o.value = i;
|
|
6604
6617
|
for (const r of Object.keys(s)) {
|
|
6605
6618
|
const n = s[r];
|
|
@@ -6614,7 +6627,7 @@ function rn(l, e) {
|
|
|
6614
6627
|
const s = x`<cx-line-clamp lines="1">
|
|
6615
6628
|
<span style=${ke(i.style ?? {})}>${t}</span>
|
|
6616
6629
|
</cx-line-clamp>`;
|
|
6617
|
-
return
|
|
6630
|
+
return k(s);
|
|
6618
6631
|
}
|
|
6619
6632
|
function nn(l, e = {}, t) {
|
|
6620
6633
|
const i = S(l.getValue()) || 0, s = l.getElement(), o = e.max ? e.max : 100, r = e.min ? e.min : 0, n = e.legendAlign ? e.legendAlign : "center";
|
|
@@ -6637,8 +6650,8 @@ function nn(l, e = {}, t) {
|
|
|
6637
6650
|
case "object":
|
|
6638
6651
|
if (Array.isArray(e.color)) {
|
|
6639
6652
|
const y = 100 / e.color.length;
|
|
6640
|
-
let
|
|
6641
|
-
|
|
6653
|
+
let v = Math.floor(a / y);
|
|
6654
|
+
v = Math.min(v, e.color.length - 1), v = Math.max(v, 0), h = e.color[v];
|
|
6642
6655
|
} else
|
|
6643
6656
|
h = "#2DC214";
|
|
6644
6657
|
break;
|
|
@@ -6668,8 +6681,8 @@ function nn(l, e = {}, t) {
|
|
|
6668
6681
|
case "object":
|
|
6669
6682
|
if (Array.isArray(e.legendColor)) {
|
|
6670
6683
|
const y = 100 / e.legendColor.length;
|
|
6671
|
-
let
|
|
6672
|
-
|
|
6684
|
+
let v = Math.floor(a / y);
|
|
6685
|
+
v = Math.min(v, e.legendColor.length - 1), v = Math.max(v, 0), d = e.legendColor[v];
|
|
6673
6686
|
} else
|
|
6674
6687
|
d = "#000";
|
|
6675
6688
|
break;
|
|
@@ -6689,8 +6702,8 @@ function nn(l, e = {}, t) {
|
|
|
6689
6702
|
if (l instanceof vi)
|
|
6690
6703
|
y = l.getContentElement();
|
|
6691
6704
|
else {
|
|
6692
|
-
const
|
|
6693
|
-
|
|
6705
|
+
const v = document.createElement("div");
|
|
6706
|
+
v.style.position = "absolute", v.style.top = "4px", v.style.bottom = "4px", v.style.left = "4px", v.style.right = "4px", s.appendChild(v), y = v;
|
|
6694
6707
|
}
|
|
6695
6708
|
y && (y.appendChild(f), f.appendChild(u), c && b && f.appendChild(b));
|
|
6696
6709
|
}), "";
|
|
@@ -6723,7 +6736,7 @@ function cn(l, e) {
|
|
|
6723
6736
|
removable: !1,
|
|
6724
6737
|
size: "medium",
|
|
6725
6738
|
variant: "neutral"
|
|
6726
|
-
}, s =
|
|
6739
|
+
}, s = k(hn);
|
|
6727
6740
|
return Object.assign(s, i), s.textContent = e?.getTagContent?.(t) ?? e?.tagContentMap?.[t] ?? String(t), s;
|
|
6728
6741
|
}
|
|
6729
6742
|
function dn(l) {
|
|
@@ -6763,7 +6776,7 @@ function gn(l) {
|
|
|
6763
6776
|
}
|
|
6764
6777
|
function mn(l, e) {
|
|
6765
6778
|
const t = fn(e ?? {}, l), i = pn(l.getValue()), s = gn(t);
|
|
6766
|
-
return
|
|
6779
|
+
return k(x`
|
|
6767
6780
|
<cx-format-time
|
|
6768
6781
|
.duration=${i}
|
|
6769
6782
|
display-style=${be(t.displayStyle)}
|
|
@@ -6801,7 +6814,7 @@ function vn(l, e, t, i) {
|
|
|
6801
6814
|
const s = l.getValue();
|
|
6802
6815
|
if (s == null || s === "")
|
|
6803
6816
|
return;
|
|
6804
|
-
const o =
|
|
6817
|
+
const o = k(wn), r = e?.getColor?.(s) ?? e?.colorMap?.[s];
|
|
6805
6818
|
if (r) {
|
|
6806
6819
|
const a = o.querySelector(
|
|
6807
6820
|
".tabulator-traffic-light"
|
|
@@ -6822,7 +6835,7 @@ function yn(l, e) {
|
|
|
6822
6835
|
i.getVariant && (s = i.getVariant(t)), !s && i.variantMap && (s = i.variantMap[t]), !s && i.variant && (s = i.variant), s ??= $s.Body1;
|
|
6823
6836
|
const o = x` <cx-line-clamp lines="1">
|
|
6824
6837
|
<cx-typography style=${ke(i.style ?? {})}></cx-typography>
|
|
6825
|
-
</cx-line-clamp>`, r =
|
|
6838
|
+
</cx-line-clamp>`, r = k(o), n = r.querySelector(
|
|
6826
6839
|
"cx-typography"
|
|
6827
6840
|
);
|
|
6828
6841
|
n.variant = s;
|
|
@@ -7038,7 +7051,7 @@ class xn {
|
|
|
7038
7051
|
?free-width=${i ?? !1}
|
|
7039
7052
|
placeholder=${be(s)}
|
|
7040
7053
|
></cx-select>
|
|
7041
|
-
`, r =
|
|
7054
|
+
`, r = k(o), n = this.createPrefixElement();
|
|
7042
7055
|
return n && r.prepend(n), e || (r.style.cursor = "default", r.style.caretColor = "transparent"), this._bindInputEvents(r), r;
|
|
7043
7056
|
}
|
|
7044
7057
|
_initializeParams(e) {
|
|
@@ -7240,10 +7253,10 @@ class xn {
|
|
|
7240
7253
|
return 0;
|
|
7241
7254
|
if (!(c.test(i) && c.test(s)))
|
|
7242
7255
|
return i > s ? 1 : -1;
|
|
7243
|
-
const
|
|
7244
|
-
if (!
|
|
7256
|
+
const v = i.match(h), C = s.match(h);
|
|
7257
|
+
if (!v || !C)
|
|
7245
7258
|
return i > s ? 1 : -1;
|
|
7246
|
-
for (i =
|
|
7259
|
+
for (i = v.join(""), s = C.join(""), a = Math.min(i.length, s.length); n < a; )
|
|
7247
7260
|
if (o = i[n], r = s[n++], o !== r) {
|
|
7248
7261
|
const E = Number(o), z = Number(r);
|
|
7249
7262
|
if (Number.isFinite(E) && Number.isFinite(z) && !Number.isNaN(E) && !Number.isNaN(z)) {
|
|
@@ -7285,7 +7298,7 @@ class xn {
|
|
|
7285
7298
|
}
|
|
7286
7299
|
}
|
|
7287
7300
|
_appendDivider() {
|
|
7288
|
-
const e =
|
|
7301
|
+
const e = k(En);
|
|
7289
7302
|
this.input.appendChild(e);
|
|
7290
7303
|
}
|
|
7291
7304
|
_appendSectionLabel(e) {
|
|
@@ -7295,7 +7308,7 @@ class xn {
|
|
|
7295
7308
|
_appendLeafOption(e) {
|
|
7296
7309
|
let t = e.element;
|
|
7297
7310
|
if (!t) {
|
|
7298
|
-
t =
|
|
7311
|
+
t = k(Cn), t.getTextLabel = () => e.label, t.value = this.sanitizeValue(e.value);
|
|
7299
7312
|
const i = this.formatItemLabel(e, t);
|
|
7300
7313
|
i && typeof i == "object" && "nodeType" in i && i instanceof HTMLElement ? t.appendChild(i) : t.innerHTML = S(String(i || "")), t.classList.add(
|
|
7301
7314
|
"tabulator-edit-list-item",
|
|
@@ -7426,38 +7439,38 @@ const Rn = function(l, e, t, i, s) {
|
|
|
7426
7439
|
const d = document.createElement("div"), p = document.createElement("div");
|
|
7427
7440
|
let u = !1, f = !1;
|
|
7428
7441
|
function b() {
|
|
7429
|
-
const
|
|
7430
|
-
p.offsetWidth / ((o.clientWidth - parseInt(
|
|
7442
|
+
const v = window.getComputedStyle(o, null), C = h * Math.round(
|
|
7443
|
+
p.offsetWidth / ((o.clientWidth - parseInt(v.getPropertyValue("padding-left")) - parseInt(v.getPropertyValue("padding-right"))) / 100)
|
|
7431
7444
|
) + n;
|
|
7432
7445
|
t(C), o.setAttribute("aria-valuenow", String(C)), o.setAttribute("aria-label", String(C));
|
|
7433
7446
|
}
|
|
7434
7447
|
if (d.style.position = "absolute", d.style.right = "0", d.style.top = "0", d.style.bottom = "0", d.style.width = "5px", d.classList.add("tabulator-progress-handle"), p.style.display = "inline-block", p.style.position = "relative", p.style.height = "100%", p.style.backgroundColor = "#488CE9", p.style.maxWidth = "100%", p.style.minWidth = "0%", s.elementAttributes && typeof s.elementAttributes == "object")
|
|
7435
|
-
for (const
|
|
7436
|
-
if (
|
|
7437
|
-
const C =
|
|
7448
|
+
for (const v in s.elementAttributes)
|
|
7449
|
+
if (v.charAt(0) === "+") {
|
|
7450
|
+
const C = v.slice(1);
|
|
7438
7451
|
p.setAttribute(
|
|
7439
7452
|
C,
|
|
7440
7453
|
(p.getAttribute(C) || "") + s.elementAttributes["+" + C]
|
|
7441
7454
|
);
|
|
7442
7455
|
} else
|
|
7443
|
-
p.setAttribute(
|
|
7456
|
+
p.setAttribute(v, s.elementAttributes[v]);
|
|
7444
7457
|
o.style.padding = "4px 4px", c = Math.min(parseFloat(String(c)), r), c = Math.max(parseFloat(String(c)), n), c = a !== 0 ? Math.round((c - n) / h) : 0, p.style.width = c + "%", o.setAttribute("aria-valuemin", String(n)), o.setAttribute("aria-valuemax", String(r)), o.setAttribute("role", "slider");
|
|
7445
7458
|
const y = a !== 0 ? c * h + n : n;
|
|
7446
|
-
return o.setAttribute("aria-valuenow", String(y)), o.setAttribute("aria-label", String(y)), p.appendChild(d), d.addEventListener("mousedown", (
|
|
7447
|
-
u =
|
|
7459
|
+
return o.setAttribute("aria-valuenow", String(y)), o.setAttribute("aria-label", String(y)), p.appendChild(d), d.addEventListener("mousedown", (v) => {
|
|
7460
|
+
u = v.screenX, f = p.offsetWidth;
|
|
7448
7461
|
}), d.addEventListener("mouseover", () => {
|
|
7449
7462
|
d.style.cursor = "ew-resize";
|
|
7450
|
-
}), o.addEventListener("mousemove", (
|
|
7451
|
-
u !== !1 && f !== !1 && (p.style.width = f +
|
|
7452
|
-
}), o.addEventListener("mouseup", (
|
|
7453
|
-
u !== !1 && (
|
|
7454
|
-
}), o.addEventListener("keydown", (
|
|
7455
|
-
switch (
|
|
7463
|
+
}), o.addEventListener("mousemove", (v) => {
|
|
7464
|
+
u !== !1 && f !== !1 && (p.style.width = f + v.screenX - u + "px");
|
|
7465
|
+
}), o.addEventListener("mouseup", (v) => {
|
|
7466
|
+
u !== !1 && (v.stopPropagation(), v.stopImmediatePropagation(), u = !1, f = !1, b());
|
|
7467
|
+
}), o.addEventListener("keydown", (v) => {
|
|
7468
|
+
switch (v.keyCode) {
|
|
7456
7469
|
case 39:
|
|
7457
|
-
|
|
7470
|
+
v.preventDefault(), p.style.width = p.clientWidth + o.clientWidth / 100 + "px";
|
|
7458
7471
|
break;
|
|
7459
7472
|
case 37:
|
|
7460
|
-
|
|
7473
|
+
v.preventDefault(), p.style.width = p.clientWidth - o.clientWidth / 100 + "px";
|
|
7461
7474
|
break;
|
|
7462
7475
|
case 9:
|
|
7463
7476
|
// tab
|
|
@@ -7513,37 +7526,37 @@ const Rn = function(l, e, t, i, s) {
|
|
|
7513
7526
|
"svg"
|
|
7514
7527
|
);
|
|
7515
7528
|
function u(y) {
|
|
7516
|
-
c.forEach((
|
|
7517
|
-
C < y ? (o.table.browser === "ie" ?
|
|
7529
|
+
c.forEach((v, C) => {
|
|
7530
|
+
C < y ? (o.table.browser === "ie" ? v.setAttribute("class", "tabulator-star-active") : v.classList.replace(
|
|
7518
7531
|
"tabulator-star-inactive",
|
|
7519
7532
|
"tabulator-star-active"
|
|
7520
|
-
),
|
|
7533
|
+
), v.innerHTML = '<polygon fill="#488CE9" stroke="#014AAE" stroke-width="37.6152" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" points="259.216,29.942 330.27,173.919 489.16,197.007 374.185,309.08 401.33,467.31 259.216,392.612 117.104,467.31 144.25,309.08 29.274,197.007 188.165,173.919 "/>') : (o.table.browser === "ie" ? v.setAttribute("class", "tabulator-star-inactive") : v.classList.replace(
|
|
7521
7534
|
"tabulator-star-active",
|
|
7522
7535
|
"tabulator-star-inactive"
|
|
7523
|
-
),
|
|
7536
|
+
), v.innerHTML = '<polygon fill="#010155" stroke="#686868" stroke-width="37.6152" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" points="259.216,29.942 330.27,173.919 489.16,197.007 374.185,309.08 401.33,467.31 259.216,392.612 117.104,467.31 144.25,309.08 29.274,197.007 188.165,173.919 "/>');
|
|
7524
7537
|
});
|
|
7525
7538
|
}
|
|
7526
7539
|
function f(y) {
|
|
7527
|
-
const
|
|
7528
|
-
c.push(C),
|
|
7540
|
+
const v = document.createElement("span"), C = p.cloneNode(!0);
|
|
7541
|
+
c.push(C), v.addEventListener("mouseenter", (E) => {
|
|
7529
7542
|
E.stopPropagation(), E.stopImmediatePropagation(), u(y);
|
|
7530
|
-
}),
|
|
7543
|
+
}), v.addEventListener("mousemove", (E) => {
|
|
7531
7544
|
E.stopPropagation(), E.stopImmediatePropagation();
|
|
7532
|
-
}),
|
|
7545
|
+
}), v.addEventListener("click", (E) => {
|
|
7533
7546
|
E.stopPropagation(), E.stopImmediatePropagation(), t(y), r.blur();
|
|
7534
|
-
}),
|
|
7547
|
+
}), v.appendChild(C), d.appendChild(v);
|
|
7535
7548
|
}
|
|
7536
7549
|
function b(y) {
|
|
7537
|
-
const
|
|
7538
|
-
n =
|
|
7550
|
+
const v = Math.max(0, Math.min(y, a));
|
|
7551
|
+
n = v, u(v);
|
|
7539
7552
|
}
|
|
7540
7553
|
if (r.style.whiteSpace = "nowrap", r.style.overflow = "hidden", r.style.textOverflow = "ellipsis", d.style.verticalAlign = "middle", d.style.display = "inline-block", d.style.padding = "4px", p.setAttribute("width", h || "14"), p.setAttribute("height", h || "14"), p.setAttribute("viewBox", "0 0 512 512"), p.setAttribute("xml:space", "preserve"), p.style.padding = "0 1px", s.elementAttributes && typeof s.elementAttributes == "object")
|
|
7541
7554
|
for (const y in s.elementAttributes)
|
|
7542
7555
|
if (y.charAt(0) === "+") {
|
|
7543
|
-
const
|
|
7556
|
+
const v = y.slice(1);
|
|
7544
7557
|
d.setAttribute(
|
|
7545
|
-
|
|
7546
|
-
(d.getAttribute(
|
|
7558
|
+
v,
|
|
7559
|
+
(d.getAttribute(v) || "") + s.elementAttributes["+" + v]
|
|
7547
7560
|
);
|
|
7548
7561
|
} else
|
|
7549
7562
|
d.setAttribute(
|
|
@@ -7675,8 +7688,8 @@ const Rn = function(l, e, t, i, s) {
|
|
|
7675
7688
|
function u() {
|
|
7676
7689
|
const f = c.value;
|
|
7677
7690
|
let b = f, y;
|
|
7678
|
-
const
|
|
7679
|
-
if (f ===
|
|
7691
|
+
const v = String(h ?? "");
|
|
7692
|
+
if (f === v)
|
|
7680
7693
|
i();
|
|
7681
7694
|
else {
|
|
7682
7695
|
if (b && o && n)
|
|
@@ -7871,7 +7884,7 @@ const Rn = function(l, e, t, i, s) {
|
|
|
7871
7884
|
if (t < e.cells.length - 1)
|
|
7872
7885
|
for (let s = t + 1; s < e.cells.length; s++) {
|
|
7873
7886
|
const o = e.cells[s], r = o.getElement();
|
|
7874
|
-
if (o.column.modules.edit && r &&
|
|
7887
|
+
if (o.column.modules.edit && r && D.elVisible(r) && this.allowEdit(o)) {
|
|
7875
7888
|
i = o;
|
|
7876
7889
|
break;
|
|
7877
7890
|
}
|
|
@@ -7883,7 +7896,7 @@ const Rn = function(l, e, t, i, s) {
|
|
|
7883
7896
|
if (t > 0)
|
|
7884
7897
|
for (let s = t - 1; s >= 0; s--) {
|
|
7885
7898
|
const o = e.cells[s], r = o.getElement();
|
|
7886
|
-
if (o.column.modules.edit && r &&
|
|
7899
|
+
if (o.column.modules.edit && r && D.elVisible(r) && this.allowEdit(o)) {
|
|
7887
7900
|
i = o;
|
|
7888
7901
|
break;
|
|
7889
7902
|
}
|
|
@@ -8076,8 +8089,8 @@ const Rn = function(l, e, t, i, s) {
|
|
|
8076
8089
|
r.removeChild(r.firstChild);
|
|
8077
8090
|
r.appendChild(a), o();
|
|
8078
8091
|
const y = r.children;
|
|
8079
|
-
for (const
|
|
8080
|
-
|
|
8092
|
+
for (const v of y)
|
|
8093
|
+
v.addEventListener("click", (C) => {
|
|
8081
8094
|
C.stopPropagation();
|
|
8082
8095
|
});
|
|
8083
8096
|
} else
|
|
@@ -8890,20 +8903,20 @@ const is = process.env.NODE_ENV === "development", _n = {
|
|
|
8890
8903
|
e.modules.filter.value = t;
|
|
8891
8904
|
function b() {
|
|
8892
8905
|
}
|
|
8893
|
-
function y(
|
|
8894
|
-
f =
|
|
8906
|
+
function y(v) {
|
|
8907
|
+
f = v;
|
|
8895
8908
|
}
|
|
8896
8909
|
if (e.modules.filter.headerElement?.parentNode) {
|
|
8897
|
-
const
|
|
8898
|
-
|
|
8910
|
+
const v = e.modules.filter.headerElement;
|
|
8911
|
+
v?.parentNode && e.contentElement && e.contentElement.removeChild(v.parentNode);
|
|
8899
8912
|
}
|
|
8900
8913
|
if (r) {
|
|
8901
|
-
switch (e.modules.filter.emptyFunc = e.definition.headerFilterEmptyCheck || function(
|
|
8902
|
-
return !
|
|
8914
|
+
switch (e.modules.filter.emptyFunc = e.definition.headerFilterEmptyCheck || function(v) {
|
|
8915
|
+
return !v && v !== 0;
|
|
8903
8916
|
}, n = document.createElement("div"), n.classList.add("tabulator-header-filter"), typeof e.definition.headerFilter) {
|
|
8904
8917
|
case "string":
|
|
8905
|
-
s.table.modules.edit.editors[e.definition.headerFilter] ? (a = s.table.modules.edit.editors[e.definition.headerFilter], (e.definition.headerFilter === "tick" || e.definition.headerFilter === "tickCross") && !e.definition.headerFilterEmptyCheck && (e.modules.filter.emptyFunc = function(
|
|
8906
|
-
return
|
|
8918
|
+
s.table.modules.edit.editors[e.definition.headerFilter] ? (a = s.table.modules.edit.editors[e.definition.headerFilter], (e.definition.headerFilter === "tick" || e.definition.headerFilter === "tickCross") && !e.definition.headerFilterEmptyCheck && (e.modules.filter.emptyFunc = function(v) {
|
|
8919
|
+
return v !== !0 && v !== !1;
|
|
8907
8920
|
})) : G && console.warn(
|
|
8908
8921
|
"Filter Error - Cannot build header filter, No such editor found: ",
|
|
8909
8922
|
e.definition.editor
|
|
@@ -8913,8 +8926,8 @@ const is = process.env.NODE_ENV === "development", _n = {
|
|
|
8913
8926
|
a = e.definition.headerFilter;
|
|
8914
8927
|
break;
|
|
8915
8928
|
case "boolean":
|
|
8916
|
-
e.modules.edit?.editor ? a = e.modules.edit.editor : e.definition.formatter && s.table.modules.edit.editors[e.definition.formatter] ? (a = s.table.modules.edit.editors[e.definition.formatter], (e.definition.formatter === "tick" || e.definition.formatter === "tickCross") && !e.definition.headerFilterEmptyCheck && (e.modules.filter.emptyFunc = function(
|
|
8917
|
-
return
|
|
8929
|
+
e.modules.edit?.editor ? a = e.modules.edit.editor : e.definition.formatter && s.table.modules.edit.editors[e.definition.formatter] ? (a = s.table.modules.edit.editors[e.definition.formatter], (e.definition.formatter === "tick" || e.definition.formatter === "tickCross") && !e.definition.headerFilterEmptyCheck && (e.modules.filter.emptyFunc = function(v) {
|
|
8930
|
+
return v !== !0 && v !== !1;
|
|
8918
8931
|
})) : a = s.table.modules.edit.editors.input;
|
|
8919
8932
|
break;
|
|
8920
8933
|
}
|
|
@@ -8962,28 +8975,28 @@ const is = process.env.NODE_ENV === "development", _n = {
|
|
|
8962
8975
|
}
|
|
8963
8976
|
s.langBind(
|
|
8964
8977
|
"headerFilters|columns|" + e.definition.field,
|
|
8965
|
-
(
|
|
8978
|
+
(v) => {
|
|
8966
8979
|
if (h) {
|
|
8967
|
-
const C =
|
|
8980
|
+
const C = v != null && v ? v : e.definition.headerFilterPlaceholder || s.langText("headerFilters|default");
|
|
8968
8981
|
h.setAttribute("placeholder", C || "");
|
|
8969
8982
|
}
|
|
8970
8983
|
}
|
|
8971
|
-
), h.addEventListener("click", (
|
|
8972
|
-
|
|
8984
|
+
), h.addEventListener("click", (v) => {
|
|
8985
|
+
v.stopPropagation(), h && h.focus();
|
|
8973
8986
|
}), h.addEventListener("focus", () => {
|
|
8974
|
-
const
|
|
8975
|
-
if (
|
|
8976
|
-
const E =
|
|
8987
|
+
const v = this.table.columnManager?.contentsElement, C = this.table.rowManager?.element;
|
|
8988
|
+
if (v && C && this.table.rowManager && this.table.columnManager) {
|
|
8989
|
+
const E = v.scrollLeft, z = C.scrollLeft;
|
|
8977
8990
|
E !== z && (this.table.rowManager.scrollHorizontal(E), this.table.columnManager.scrollHorizontal(E));
|
|
8978
8991
|
}
|
|
8979
|
-
}), d = !1, p = function(
|
|
8992
|
+
}), d = !1, p = function(v) {
|
|
8980
8993
|
d && clearTimeout(d), d = setTimeout(() => {
|
|
8981
8994
|
o(h.value);
|
|
8982
8995
|
}, s.table.options.headerFilterLiveFilterDelay);
|
|
8983
|
-
}, e.modules.filter.headerElement = h, e.modules.filter.attrType = h.hasAttribute("type") ? h.getAttribute("type").toLowerCase() : "", e.modules.filter.tagType = h.tagName.toLowerCase(), e.definition.headerFilterLiveFilter !== !1 && (e.definition.headerFilter === "autocomplete" || e.definition.headerFilter === "tickCross" || (e.definition.editor === "autocomplete" || e.definition.editor === "tickCross") && e.definition.headerFilter === !0 || (h.addEventListener("keyup", p), h.addEventListener("search", p), e.modules.filter.attrType === "number" && h.addEventListener("change", (
|
|
8996
|
+
}, e.modules.filter.headerElement = h, e.modules.filter.attrType = h.hasAttribute("type") ? h.getAttribute("type").toLowerCase() : "", e.modules.filter.tagType = h.tagName.toLowerCase(), e.definition.headerFilterLiveFilter !== !1 && (e.definition.headerFilter === "autocomplete" || e.definition.headerFilter === "tickCross" || (e.definition.editor === "autocomplete" || e.definition.editor === "tickCross") && e.definition.headerFilter === !0 || (h.addEventListener("keyup", p), h.addEventListener("search", p), e.modules.filter.attrType === "number" && h.addEventListener("change", (v) => {
|
|
8984
8997
|
o(h.value);
|
|
8985
|
-
}), e.modules.filter.attrType === "text" && this.table.browser !== "ie" && h.setAttribute("type", "search")), (e.modules.filter.tagType === "input" || e.modules.filter.tagType === "select" || e.modules.filter.tagType === "textarea") && h.addEventListener("mousedown", (
|
|
8986
|
-
|
|
8998
|
+
}), e.modules.filter.attrType === "text" && this.table.browser !== "ie" && h.setAttribute("type", "search")), (e.modules.filter.tagType === "input" || e.modules.filter.tagType === "select" || e.modules.filter.tagType === "textarea") && h.addEventListener("mousedown", (v) => {
|
|
8999
|
+
v.stopPropagation();
|
|
8987
9000
|
})), n && h && n.appendChild(h), e.contentElement && n && e.contentElement.appendChild(n), i || s.headerFilterColumns.push(e), f && f();
|
|
8988
9001
|
}
|
|
8989
9002
|
} else G && console.warn(
|
|
@@ -9498,7 +9511,7 @@ class ze {
|
|
|
9498
9511
|
this.element = document.createElement("div"), this.element.classList.add("tabulator-row"), this.element.classList.add("tabulator-group"), this.element.classList.add("tabulator-group-level-" + this.level), this.element.setAttribute(
|
|
9499
9512
|
"role",
|
|
9500
9513
|
this.groupManager.table.options.rowGroupRole ?? "rowgroup"
|
|
9501
|
-
), this.arrowElement =
|
|
9514
|
+
), this.arrowElement = k(Bn), this.groupManager.table.options.movableRows !== !1 && this.groupManager.table.modExists("moveRow") && this.groupManager.table.modules.moveRow.initializeGroupHeader(
|
|
9502
9515
|
this
|
|
9503
9516
|
);
|
|
9504
9517
|
}
|
|
@@ -9562,7 +9575,7 @@ class ze {
|
|
|
9562
9575
|
let s = i.querySelector(
|
|
9563
9576
|
".tabulator-group-level-indent"
|
|
9564
9577
|
);
|
|
9565
|
-
s || (s =
|
|
9578
|
+
s || (s = k(In), i.insertBefore(s, i.firstChild)), s.style.marginLeft = `${(this.level + 1) * (this.groupManager.table.options.groupIndent ?? 36)}px`, s.dataset.groupLevel = this.level.toString();
|
|
9566
9579
|
}
|
|
9567
9580
|
}
|
|
9568
9581
|
insertRow(e, t, i) {
|
|
@@ -9775,7 +9788,7 @@ class ze {
|
|
|
9775
9788
|
(!this.initialized || e) && (this.normalizeHeight(), this.initialized = !0);
|
|
9776
9789
|
}
|
|
9777
9790
|
reinitialize() {
|
|
9778
|
-
this.initialized = !1, this.heightInitialized = !1, this.height = 0, this.element &&
|
|
9791
|
+
this.initialized = !1, this.heightInitialized = !1, this.height = 0, this.element && D.elVisible(this.element) && this.initialize(!0);
|
|
9779
9792
|
}
|
|
9780
9793
|
setHeight(e) {
|
|
9781
9794
|
this.height !== e && (this.height = e, this.element && (this.outerHeight = this.element.offsetHeight));
|
|
@@ -11115,7 +11128,7 @@ const zi = class zi extends R {
|
|
|
11115
11128
|
!e.modules.frozen && !e.isGroup && !e.isRowHeader && (s = e.getElement(), i.mousemove = function(o) {
|
|
11116
11129
|
if (t.moving && e.parent === t.moving.parent && s && s.parentNode) {
|
|
11117
11130
|
const r = t.touchMove && "touches" in o ? o.touches[0].pageX : "pageX" in o ? o.pageX : 0, n = t.table.columnManager?.contentsElement;
|
|
11118
|
-
r -
|
|
11131
|
+
r - D.elOffset(s).left + (n?.scrollLeft || 0) > e.getWidth() / 2 ? (t.toCol !== e || !t.toColAfter) && (s.parentNode.insertBefore(
|
|
11119
11132
|
t.placeholderElement,
|
|
11120
11133
|
s.nextSibling
|
|
11121
11134
|
), t.moveColumn(e, !0)) : (t.toCol !== e || t.toColAfter) && (s.parentNode.insertBefore(t.placeholderElement, s), t.moveColumn(e, !1));
|
|
@@ -11180,7 +11193,7 @@ const zi = class zi extends R {
|
|
|
11180
11193
|
return;
|
|
11181
11194
|
this.moving = t;
|
|
11182
11195
|
const r = this.touchMove && "touches" in e ? e.touches[0].pageX : "pageX" in e ? e.pageX : 0;
|
|
11183
|
-
this.startX = r -
|
|
11196
|
+
this.startX = r - D.elOffset(i).left, this.table.element.classList.add("tabulator-block-select"), this.placeholderElement.style.width = t.getWidth() + "px", this.placeholderElement.style.height = t.getHeight() + "px", i.parentNode && (i.parentNode.insertBefore(this.placeholderElement, i), i.parentNode.removeChild(i)), this.hoverElement = i.cloneNode(!0), this.hoverElement.classList.add("tabulator-moving"), s.appendChild(this.hoverElement), this.hoverElement.style.left = "0", this.hoverElement.style.bottom = s.clientHeight - o.offsetHeight + "px", this.touchMove || (this._bindMouseMove(), document.body.addEventListener("mousemove", this.moveHover), document.body.addEventListener("mouseup", this.endMove)), this.moveHover(e), this.dispatch("column-moving", e, this.moving);
|
|
11184
11197
|
}
|
|
11185
11198
|
_bindMouseMove() {
|
|
11186
11199
|
this.table.columnManager?.columnsByIndex.forEach((e) => {
|
|
@@ -11235,7 +11248,7 @@ const zi = class zi extends R {
|
|
|
11235
11248
|
const t = this.table.columnManager?.getContentsElement();
|
|
11236
11249
|
if (!t || !this.hoverElement)
|
|
11237
11250
|
return;
|
|
11238
|
-
const i = t.scrollLeft, o = (this.touchMove && "touches" in e ? e.touches[0].pageX : "pageX" in e ? e.pageX : 0) -
|
|
11251
|
+
const i = t.scrollLeft, o = (this.touchMove && "touches" in e ? e.touches[0].pageX : "pageX" in e ? e.pageX : 0) - D.elOffset(t).left + i;
|
|
11239
11252
|
let r;
|
|
11240
11253
|
this.hoverElement.style.left = o - this.startX + "px", o - i < this.autoScrollMargin && (this.autoScrollTimeout || (this.autoScrollTimeout = setTimeout(() => {
|
|
11241
11254
|
r = Math.max(0, i - this.autoScrollStep);
|
|
@@ -11288,7 +11301,7 @@ const sl = {
|
|
|
11288
11301
|
}, i.mousemove = function(s) {
|
|
11289
11302
|
if (t.table.rowManager) {
|
|
11290
11303
|
const o = e.getElement();
|
|
11291
|
-
o?.parentNode && (s.pageY -
|
|
11304
|
+
o?.parentNode && (s.pageY - D.elOffset(o).top + t.table.rowManager.element.scrollTop > e.getHeight() / 2 ? (t.toRow !== e || !t.toRowAfter) && (o.parentNode.insertBefore(
|
|
11292
11305
|
t.placeholderElement,
|
|
11293
11306
|
o.nextSibling
|
|
11294
11307
|
), t.moveRow(e, !0)) : (t.toRow !== e || t.toRowAfter) && o.previousSibling && (o.parentNode.insertBefore(t.placeholderElement, o), t.moveRow(e, !1)));
|
|
@@ -11302,7 +11315,7 @@ const sl = {
|
|
|
11302
11315
|
}, i.mousemove = function(s) {
|
|
11303
11316
|
if (t.table.rowManager) {
|
|
11304
11317
|
const o = e.getElement();
|
|
11305
|
-
o?.parentNode && (s.pageY -
|
|
11318
|
+
o?.parentNode && (s.pageY - D.elOffset(o).top + t.table.rowManager.element.scrollTop > e.getHeight() / 2 ? (t.toRow !== e || !t.toRowAfter) && (o.parentNode.insertBefore(
|
|
11306
11319
|
t.placeholderElement,
|
|
11307
11320
|
o.nextSibling
|
|
11308
11321
|
), t.moveRow(e, !0)) : (t.toRow !== e || t.toRowAfter) && (o.parentNode.insertBefore(t.placeholderElement, o), t.moveRow(e, !1)));
|
|
@@ -11726,7 +11739,7 @@ const Fi = class Fi extends R {
|
|
|
11726
11739
|
t = s;
|
|
11727
11740
|
}
|
|
11728
11741
|
return t > 0 && t <= this.max || this.mode !== "local" ? (this.page = t, this.paginationElement.pageIndex = t, this.trackChanges(), this.trigger()) : Promise.reject();
|
|
11729
|
-
}, this.mode = "local", this.element = null, this.pageSizes = [], this.registerTableOption("pagination", !1), this.registerTableOption("paginationMode", "local"), this.registerTableOption("paginationSize", !1), this.registerTableOption("paginationInitialPage", 1), this.registerTableOption("paginationCounter", !1), this.registerTableOption("paginationButtonCount", 5), this.registerTableOption("
|
|
11742
|
+
}, this.mode = "local", this.element = null, this.pageSizes = [], this.registerTableOption("pagination", !1), this.registerTableOption("paginationMode", "local"), this.registerTableOption("paginationSize", !1), this.registerTableOption("paginationInitialPage", 1), this.registerTableOption("paginationCounter", !1), this.registerTableOption("paginationButtonCount", 5), this.registerTableOption("pageSizeOptions", []), this.registerTableOption("showPaginationInput", !0), this.registerTableOption("paginationAddRow", "page"), this.registerTableOption("paginationOutOfRange", !1), this.registerTableOption("progressiveLoad", !1), this.registerTableOption("progressiveLoadDelay", 0), this.registerTableOption("progressiveLoadScrollMargin", 0), this.registerTableFunction(
|
|
11730
11743
|
"setMaxPage",
|
|
11731
11744
|
this.setMaxPage.bind(this)
|
|
11732
11745
|
), this.registerTableFunction(
|
|
@@ -11777,7 +11790,7 @@ const Fi = class Fi extends R {
|
|
|
11777
11790
|
let e, t;
|
|
11778
11791
|
this.table.options.paginationSize ? this.size = this.table.options.paginationSize : (e = document.createElement("div"), e.classList.add("tabulator-row"), e.style.visibility = "hidden", t = document.createElement("div"), t.classList.add("tabulator-cell"), t.innerHTML = S("Page Row Test"), e.appendChild(t), this.table.rowManager?.getTableElement().appendChild(e), this.size = Math.floor(
|
|
11779
11792
|
(this.table.rowManager?.getElement()?.clientHeight ?? 0) / e.offsetHeight
|
|
11780
|
-
),
|
|
11793
|
+
), e.remove()), this.dispatchExternal("pageSizeChanged", this.size), this.generatePageSizeSelectList();
|
|
11781
11794
|
}
|
|
11782
11795
|
initialLoadComplete() {
|
|
11783
11796
|
this.initialLoad = !1;
|
|
@@ -11812,25 +11825,19 @@ const Fi = class Fi extends R {
|
|
|
11812
11825
|
this.refreshData(!0, "all");
|
|
11813
11826
|
}
|
|
11814
11827
|
createElements() {
|
|
11815
|
-
|
|
11816
|
-
|
|
11817
|
-
|
|
11828
|
+
const e = x`<cx-pagination
|
|
11829
|
+
back-icon-name="arrow_backward"
|
|
11830
|
+
next-icon-name="arrow_forward"
|
|
11831
|
+
icon-button-size="small"
|
|
11832
|
+
></cx-pagination>`, t = x`<div slot="pagination" class="tabulator-paginator"></div>`;
|
|
11833
|
+
this.element = k(t), this.paginationElement = k(e), this.table.options.paginationShowFirst && this.paginationElement.setAttribute("show-first", ""), this.table.options.paginationShowLast && this.paginationElement.setAttribute("show-last", ""), this.table.options.showPaginationButtons && (this.paginationElement.setAttribute("show-pagination-buttons", ""), this.paginationElement.setAttribute(
|
|
11818
11834
|
"pagination-button-count",
|
|
11819
11835
|
this.count.toString()
|
|
11820
|
-
)), this.paginationElement.setAttribute("label", ""), this.paginationElement.classList.add("tabulator-paginator-pagination");
|
|
11836
|
+
)), this.table.options.showPaginationInput && this.paginationElement.setAttribute("show-pagination-input", ""), this.paginationElement.setAttribute("label", ""), this.paginationElement.classList.add("tabulator-paginator-pagination");
|
|
11821
11837
|
}
|
|
11822
11838
|
generatePageSizeSelectList() {
|
|
11823
11839
|
let e = [], t = 1;
|
|
11824
|
-
|
|
11825
|
-
e = this.table.options.paginationSizeSelector, this.pageSizes = e, this.pageSizes.indexOf(t) == -1 && e.unshift(t);
|
|
11826
|
-
else if (this.pageSizes.indexOf(t) == -1) {
|
|
11827
|
-
e = [];
|
|
11828
|
-
for (let i = 1; i < 5; i++)
|
|
11829
|
-
e.push(t * i);
|
|
11830
|
-
this.pageSizes = e;
|
|
11831
|
-
} else
|
|
11832
|
-
e = this.pageSizes;
|
|
11833
|
-
this.paginationElement.pageSizeOptions = e, this.paginationElement.pageSize = t;
|
|
11840
|
+
typeof this.size == "number" && Number.isFinite(this.size) && this.size > 0 && (t = this.size), Array.isArray(this.table.options.pageSizeOptions) ? (e = this.table.options.pageSizeOptions, this.pageSizes = e, this.pageSizes.includes(t) || e.unshift(t)) : this.pageSizes.includes(t) ? e = this.pageSizes : (e = [], this.pageSizes = e), this.paginationElement.pageSizeOptions = e, this.paginationElement.pageSize = t;
|
|
11834
11841
|
}
|
|
11835
11842
|
initializePageCounter() {
|
|
11836
11843
|
const e = this.table.options.paginationCounter;
|
|
@@ -11839,7 +11846,7 @@ const Fi = class Fi extends R {
|
|
|
11839
11846
|
/**
|
|
11840
11847
|
* Pagination is mounted on `table.toolbar` (outside Tabulator's root element).
|
|
11841
11848
|
* Tabulator.destroy() only clears the table element, so we must detach on destroy
|
|
11842
|
-
* or a full re-init (e.g.
|
|
11849
|
+
* or a full re-init (e.g. pageSizeOptions change) leaves duplicate cx-pagination nodes.
|
|
11843
11850
|
*/
|
|
11844
11851
|
cleanup() {
|
|
11845
11852
|
this.element?.remove();
|
|
@@ -13072,7 +13079,7 @@ rt.moduleName = "responsiveLayout", rt.moduleExtensions = cl;
|
|
|
13072
13079
|
let si = rt;
|
|
13073
13080
|
const dl = x`<cx-checkbox></cx-checkbox>`;
|
|
13074
13081
|
function ul(l, e) {
|
|
13075
|
-
const t =
|
|
13082
|
+
const t = k(dl);
|
|
13076
13083
|
let i = t, s = !1;
|
|
13077
13084
|
t.setAttribute("aria-label", "Select Row"), t.size = "small";
|
|
13078
13085
|
const o = this.table;
|
|
@@ -13681,7 +13688,7 @@ const Ce = process.env.NODE_ENV === "development", Rl = x`<div class="tabulator-
|
|
|
13681
13688
|
));
|
|
13682
13689
|
}
|
|
13683
13690
|
initializeTable() {
|
|
13684
|
-
this.overlay = document.createElement("div"), this.overlay.classList.add("tabulator-range-overlay"), this.rangeContainer = document.createElement("div"), this.rangeContainer.classList.add("tabulator-range-container"), this.activeRangeCellElement = document.createElement("div"), this.activeRangeCellElement.classList.add("tabulator-range-cell-active"), this.hoverRangeCellElement =
|
|
13691
|
+
this.overlay = document.createElement("div"), this.overlay.classList.add("tabulator-range-overlay"), this.rangeContainer = document.createElement("div"), this.rangeContainer.classList.add("tabulator-range-container"), this.activeRangeCellElement = document.createElement("div"), this.activeRangeCellElement.classList.add("tabulator-range-cell-active"), this.hoverRangeCellElement = k(Rl), this.overlay.appendChild(this.rangeContainer), this.overlay.appendChild(this.hoverRangeCellElement), this.overlay.appendChild(this.activeRangeCellElement), this.table.rowManager?.element && this.table.rowManager.element.addEventListener(
|
|
13685
13692
|
"keydown",
|
|
13686
13693
|
this.keyDownEvent
|
|
13687
13694
|
), this.resetRanges(), this.table.rowManager?.element && this.overlay && this.table.rowManager.element.appendChild(this.overlay), this.table.columnManager?.element && this.table.columnManager.element.setAttribute("tabindex", "0"), this.table.element.classList.add("tabulator-ranges");
|
|
@@ -13860,23 +13867,23 @@ const Ce = process.env.NODE_ENV === "development", Rl = x`<div class="tabulator-
|
|
|
13860
13867
|
if (o = b.row ?? u.start.row, r = b.col ?? u.start.col, e)
|
|
13861
13868
|
switch (i) {
|
|
13862
13869
|
case "left": {
|
|
13863
|
-
const y = u.start.row ?? 0,
|
|
13864
|
-
r = this.findJumpCellLeft(y,
|
|
13870
|
+
const y = u.start.row ?? 0, v = b.col ?? 0;
|
|
13871
|
+
r = this.findJumpCellLeft(y, v);
|
|
13865
13872
|
break;
|
|
13866
13873
|
}
|
|
13867
13874
|
case "right": {
|
|
13868
|
-
const y = u.start.row ?? 0,
|
|
13869
|
-
r = this.findJumpCellRight(y,
|
|
13875
|
+
const y = u.start.row ?? 0, v = b.col ?? 0;
|
|
13876
|
+
r = this.findJumpCellRight(y, v);
|
|
13870
13877
|
break;
|
|
13871
13878
|
}
|
|
13872
13879
|
case "up": {
|
|
13873
|
-
const y = b.row ?? 0,
|
|
13874
|
-
o = this.findJumpCellUp(y,
|
|
13880
|
+
const y = b.row ?? 0, v = u.start.col ?? 0;
|
|
13881
|
+
o = this.findJumpCellUp(y, v);
|
|
13875
13882
|
break;
|
|
13876
13883
|
}
|
|
13877
13884
|
case "down": {
|
|
13878
|
-
const y = b.row ?? 0,
|
|
13879
|
-
o = this.findJumpCellDown(y,
|
|
13885
|
+
const y = b.row ?? 0, v = u.start.col ?? 0;
|
|
13886
|
+
o = this.findJumpCellDown(y, v);
|
|
13880
13887
|
break;
|
|
13881
13888
|
}
|
|
13882
13889
|
}
|
|
@@ -13899,8 +13906,8 @@ const Ce = process.env.NODE_ENV === "development", Rl = x`<div class="tabulator-
|
|
|
13899
13906
|
}
|
|
13900
13907
|
}
|
|
13901
13908
|
if (this.rowHeader && r === 0 && (r = 1), t || u.setStart(o, r), u.setEnd(o, r), t || (this.selecting = q.Cell), s = f.top !== u.top || f.bottom !== u.bottom || f.left !== u.left || f.right !== u.right, s) {
|
|
13902
|
-
const y = u.end.row ?? 0,
|
|
13903
|
-
n = this.getRowByRangePos(y), a = this.getColumnByRangePos(
|
|
13909
|
+
const y = u.end.row ?? 0, v = u.end.col ?? 0;
|
|
13910
|
+
n = this.getRowByRangePos(y), a = this.getColumnByRangePos(v);
|
|
13904
13911
|
const C = n.getElement(), E = a.getElement(), z = this.table.rowManager?.getElement(), T = this.table.columnManager?.getElement();
|
|
13905
13912
|
C && E && z && T && (h = C.getBoundingClientRect(), d = E.getBoundingClientRect(), c = z.getBoundingClientRect(), p = T.getBoundingClientRect(), h.top >= c.top && h.bottom <= c.bottom || (C.parentNode && E.parentNode ? this.autoScroll(u, C, E) : n.getComponent().scrollTo(void 0, !1)), d.left >= p.left + this.getRowHeaderWidth() && d.right <= p.right || (C.parentNode && E.parentNode ? this.autoScroll(u, C, E) : a.getComponent().scrollTo(void 0, !1))), this.layoutElement();
|
|
13906
13913
|
}
|
|
@@ -14206,16 +14213,16 @@ function Sl(l, e, t, i, s, o, r) {
|
|
|
14206
14213
|
const b = u.length > f.length ? f.length : u.length;
|
|
14207
14214
|
let y = 0;
|
|
14208
14215
|
for (; y < b; ) {
|
|
14209
|
-
let
|
|
14216
|
+
let v = u[y];
|
|
14210
14217
|
const C = f[y++];
|
|
14211
|
-
if (
|
|
14212
|
-
const E = Number(
|
|
14218
|
+
if (v !== C) {
|
|
14219
|
+
const E = Number(v), z = Number(C);
|
|
14213
14220
|
if (isFinite(E) && isFinite(z)) {
|
|
14214
|
-
|
|
14221
|
+
v.charAt(0) === "0" && (v = "." + v);
|
|
14215
14222
|
const T = C.charAt(0) === "0" ? "." + C : C;
|
|
14216
|
-
return Number(
|
|
14223
|
+
return Number(v) - Number(T);
|
|
14217
14224
|
} else
|
|
14218
|
-
return
|
|
14225
|
+
return v > C ? 1 : -1;
|
|
14219
14226
|
}
|
|
14220
14227
|
}
|
|
14221
14228
|
return u.length === f.length ? 0 : u.length > f.length ? 1 : -1;
|
|
@@ -14231,7 +14238,7 @@ function Tl(l, e, t, i, s, o, r) {
|
|
|
14231
14238
|
if (typeof r.valueMap == "string") {
|
|
14232
14239
|
const u = c.options.nestedFieldSeparator, f = r.valueMap;
|
|
14233
14240
|
d = function(b) {
|
|
14234
|
-
return
|
|
14241
|
+
return D.retrieveNestedData(u, f, b);
|
|
14235
14242
|
};
|
|
14236
14243
|
} else
|
|
14237
14244
|
d = r.valueMap;
|
|
@@ -14251,7 +14258,7 @@ function Tl(l, e, t, i, s, o, r) {
|
|
|
14251
14258
|
!Array.isArray(u) || u.length === 0 ? f = 0 : f = Math.min.apply(null, u);
|
|
14252
14259
|
break;
|
|
14253
14260
|
case "avg":
|
|
14254
|
-
!Array.isArray(u) || u.length === 0 ? f = 0 : f = u.reduce((y,
|
|
14261
|
+
!Array.isArray(u) || u.length === 0 ? f = 0 : f = u.reduce((y, v) => y + v) / u.length;
|
|
14255
14262
|
break;
|
|
14256
14263
|
case "string":
|
|
14257
14264
|
f = u.join("");
|
|
@@ -16017,7 +16024,7 @@ class Wl extends B {
|
|
|
16017
16024
|
}
|
|
16018
16025
|
// redraw columns
|
|
16019
16026
|
redraw(e) {
|
|
16020
|
-
this.element &&
|
|
16027
|
+
this.element && D.elVisible(this.element) && this.verticalAlignHeaders(), e && (this.table.rowManager?.resetScroll(), this.table.rowManager?.reinitialize()), this.confirm("table-redrawing", e) || this.layoutRefresh(e || !1), this.dispatch("table-redraw", e), this.table.footerManager?.redraw();
|
|
16021
16028
|
}
|
|
16022
16029
|
}
|
|
16023
16030
|
const Gl = {
|
|
@@ -16176,12 +16183,12 @@ class $l extends gt {
|
|
|
16176
16183
|
const t = e.getElement(), i = this.elementVertical;
|
|
16177
16184
|
if (!t || !i)
|
|
16178
16185
|
return !0;
|
|
16179
|
-
const s =
|
|
16186
|
+
const s = D.elOffset(t).top, o = D.elOffset(i).top, r = o + i.clientHeight;
|
|
16180
16187
|
return Math.abs(s - o) <= Math.abs(s - r);
|
|
16181
16188
|
}
|
|
16182
16189
|
scrollToRow(e) {
|
|
16183
16190
|
const t = e.getElement(), i = this.elementVertical;
|
|
16184
|
-
!t || !i || (i.scrollTop =
|
|
16191
|
+
!t || !i || (i.scrollTop = D.elOffset(t).top - D.elOffset(i).top + i.scrollTop);
|
|
16185
16192
|
}
|
|
16186
16193
|
visibleRows() {
|
|
16187
16194
|
return this.rows();
|
|
@@ -16291,7 +16298,7 @@ class Ul extends gt {
|
|
|
16291
16298
|
const s = this.tableElement, o = this.elementVertical;
|
|
16292
16299
|
let r = 0, n = 0, a = 0, h = 0, c = 0, d = 0;
|
|
16293
16300
|
const p = this.rows(), u = p.length;
|
|
16294
|
-
let f = 0, b, y,
|
|
16301
|
+
let f = 0, b, y, v = [], C = 0, E = 0;
|
|
16295
16302
|
const z = this.table.rowManager?.fixedHeight ?? !1, T = this.table.element ? globalThis.getComputedStyle(this.table.element).getPropertyValue("--table-max-height").trim() : "", Y = z || T !== "" && T !== "auto";
|
|
16296
16303
|
let I = this.elementVertical?.clientHeight ?? 0, P = this.table.options.rowHeight, te = !0;
|
|
16297
16304
|
if (e = e || 0, i = i || 0, !e)
|
|
@@ -16310,23 +16317,23 @@ class Ul extends gt {
|
|
|
16310
16317
|
), e -= r;
|
|
16311
16318
|
}
|
|
16312
16319
|
const Le = !this.table.initialized || !!t;
|
|
16313
|
-
if (u && this.elementVertical && (
|
|
16320
|
+
if (u && this.elementVertical && (D.elVisible(this.elementVertical) || Le)) {
|
|
16314
16321
|
for (this.vDomTop = e, this.vDomBottom = e - 1, Y ? (P && (E = I / P + this.vDomWindowBuffer / P), E = Math.max(
|
|
16315
16322
|
this.vDomWindowMinTotalRows,
|
|
16316
16323
|
Math.ceil(E)
|
|
16317
16324
|
)) : E = u; (E == u || n <= I + this.vDomWindowBuffer || C < this.vDomWindowMinTotalRows) && this.vDomBottom < u - 1; ) {
|
|
16318
|
-
for (
|
|
16325
|
+
for (v = [], y = document.createDocumentFragment(), d = 0; d < E && this.vDomBottom < u - 1; ) {
|
|
16319
16326
|
f = this.vDomBottom + 1, b = p[f], this.styleRow(b, f), b.initialize(!1, !0), !b.heightInitialized && !this.table.options.rowHeight && b.clearCellHeight();
|
|
16320
16327
|
const j = b.getElement();
|
|
16321
|
-
j && y.appendChild(j),
|
|
16328
|
+
j && y.appendChild(j), v.push(b), this.vDomBottom++, d++;
|
|
16322
16329
|
}
|
|
16323
|
-
if (!
|
|
16330
|
+
if (!v.length)
|
|
16324
16331
|
break;
|
|
16325
|
-
s?.appendChild(y),
|
|
16332
|
+
s?.appendChild(y), v.forEach((j) => {
|
|
16326
16333
|
j.rendered(), j.heightInitialized || j.calcHeight(!0);
|
|
16327
|
-
}),
|
|
16334
|
+
}), v.forEach((j) => {
|
|
16328
16335
|
j.heightInitialized || j.setCellHeight();
|
|
16329
|
-
}),
|
|
16336
|
+
}), v.forEach((j) => {
|
|
16330
16337
|
a = j.getHeight(), C < r ? c += a : n += a, a > this.vDomWindowBuffer && (this.vDomWindowBuffer = a * 2), C++;
|
|
16331
16338
|
}), te = this.table.rowManager?.adjustTableSize() || !1, I = this.elementVertical.clientHeight, te && Y && (P = n / C, E = Math.max(
|
|
16332
16339
|
this.vDomWindowMinTotalRows,
|
|
@@ -16448,7 +16455,7 @@ class Kl extends B {
|
|
|
16448
16455
|
}
|
|
16449
16456
|
// ////////////// Setup Functions /////////////////
|
|
16450
16457
|
createWrapperElement() {
|
|
16451
|
-
return
|
|
16458
|
+
return k(Xl);
|
|
16452
16459
|
}
|
|
16453
16460
|
createHolderElement() {
|
|
16454
16461
|
const e = document.createElement("div");
|
|
@@ -16773,7 +16780,7 @@ Data: `,
|
|
|
16773
16780
|
});
|
|
16774
16781
|
return;
|
|
16775
16782
|
} else
|
|
16776
|
-
|
|
16783
|
+
D.elVisible(this.element) ? i ? this.reRenderInPosition(
|
|
16777
16784
|
this.refreshPipelines.bind(
|
|
16778
16785
|
this,
|
|
16779
16786
|
e,
|
|
@@ -17169,7 +17176,7 @@ const it = process.env.NODE_ENV === "development", lt = class lt extends B {
|
|
|
17169
17176
|
alertLoader() {
|
|
17170
17177
|
if ((this.pendingPromise || this.loading || this.externalLoading) && this.table.alertManager?.element.parentNode)
|
|
17171
17178
|
return;
|
|
17172
|
-
const e = typeof this.table.options.dataLoader == "function" ? this.table.options.dataLoader() : this.table.options.dataLoader, t = x`<cx-spinner aria-hidden="true"></cx-spinner>`, i =
|
|
17179
|
+
const e = typeof this.table.options.dataLoader == "function" ? this.table.options.dataLoader() : this.table.options.dataLoader, t = x`<cx-spinner aria-hidden="true"></cx-spinner>`, i = k(t);
|
|
17173
17180
|
e && this.table.alertManager?.alert(
|
|
17174
17181
|
this.table.options.dataLoaderLoading || i
|
|
17175
17182
|
);
|
|
@@ -17581,8 +17588,8 @@ function ra(l) {
|
|
|
17581
17588
|
let e = this.table.element?.clientWidth || 0;
|
|
17582
17589
|
const t = this.table.columnManager?.contentsElement;
|
|
17583
17590
|
if (t) {
|
|
17584
|
-
const b = getComputedStyle(t), y = Number.parseFloat(b.borderLeftWidth) || 0,
|
|
17585
|
-
e -= y +
|
|
17591
|
+
const b = getComputedStyle(t), y = Number.parseFloat(b.borderLeftWidth) || 0, v = Number.parseFloat(b.borderRightWidth) || 0;
|
|
17592
|
+
e -= y + v;
|
|
17586
17593
|
}
|
|
17587
17594
|
let i = e, s = 0, o = 0, r = 0, n = 0;
|
|
17588
17595
|
const a = [], h = [];
|
|
@@ -17591,19 +17598,19 @@ function ra(l) {
|
|
|
17591
17598
|
let y;
|
|
17592
17599
|
return typeof b == "string" ? b.indexOf("%") > -1 ? y = i / 100 * parseInt(b, 10) : y = parseInt(b, 10) : y = b || 0, y;
|
|
17593
17600
|
}
|
|
17594
|
-
function f(b, y,
|
|
17601
|
+
function f(b, y, v, C) {
|
|
17595
17602
|
const E = [];
|
|
17596
17603
|
let z = 0, T = 0, J = 0, Y = r, I = 0, P = 0;
|
|
17597
17604
|
const te = [];
|
|
17598
17605
|
function Le(M) {
|
|
17599
|
-
return
|
|
17606
|
+
return v * (M.column.definition.widthGrow || 1);
|
|
17600
17607
|
}
|
|
17601
17608
|
function j(M) {
|
|
17602
|
-
return u(M.width) -
|
|
17609
|
+
return u(M.width) - v * (M.column.definition.widthShrink || 0);
|
|
17603
17610
|
}
|
|
17604
17611
|
return b.forEach((M) => {
|
|
17605
17612
|
const Wi = C ? j(M) : Le(M);
|
|
17606
|
-
M.column.minWidth && M.column.minWidth >= Wi ? E.push(M) : M.column.maxWidth && M.column.maxWidth < Wi ? (M.width = M.column.maxWidth, y -= M.column.maxWidth, Y -= C ? M.column.definition.widthShrink || 1 : M.column.definition.widthGrow || 1, Y && (
|
|
17613
|
+
M.column.minWidth && M.column.minWidth >= Wi ? E.push(M) : M.column.maxWidth && M.column.maxWidth < Wi ? (M.width = M.column.maxWidth, y -= M.column.maxWidth, Y -= C ? M.column.definition.widthShrink || 1 : M.column.definition.widthGrow || 1, Y && (v = Math.floor(y / Y))) : (te.push(M), P += C ? M.column.definition.widthShrink || 1 : M.column.definition.widthGrow || 1);
|
|
17607
17614
|
}), E.length ? (E.forEach((M) => {
|
|
17608
17615
|
z += C ? M.width - (M.column.minWidth ?? 0) : M.column.minWidth ?? 0, M.width = M.column.minWidth ?? 0;
|
|
17609
17616
|
}), T = y - z, J = P ? Math.floor(T / P) : T, I = f(
|
|
@@ -17620,10 +17627,10 @@ function ra(l) {
|
|
|
17620
17627
|
i -= b.offsetWidth - b.clientWidth;
|
|
17621
17628
|
}
|
|
17622
17629
|
l.forEach((b) => {
|
|
17623
|
-
let y,
|
|
17624
|
-
b.hidden || (y = b.definition.width,
|
|
17630
|
+
let y, v, C;
|
|
17631
|
+
b.hidden || (y = b.definition.width, v = parseInt(String(b.minWidth ?? 0), 10), y ? (C = u(y), s += C > v ? C : v, b.definition.widthShrink && (h.push({
|
|
17625
17632
|
column: b,
|
|
17626
|
-
width: C >
|
|
17633
|
+
width: C > v ? C : v
|
|
17627
17634
|
}), c += b.definition.widthShrink || 0)) : (a.push({
|
|
17628
17635
|
column: b,
|
|
17629
17636
|
width: 0
|
|
@@ -17742,7 +17749,7 @@ const ca = {
|
|
|
17742
17749
|
super(e), this.locale = "default", this.lang = !1, this.bindings = {}, this.langList = {}, this.registerTableOption("locale", !1), this.registerTableOption("langs", {});
|
|
17743
17750
|
}
|
|
17744
17751
|
initialize() {
|
|
17745
|
-
this.langList =
|
|
17752
|
+
this.langList = D.deepClone(Je.langs);
|
|
17746
17753
|
const e = this.table.options.columnDefaults?.headerFilterPlaceholder;
|
|
17747
17754
|
e && typeof e == "string" && this.setHeaderFilterPlaceholder(e);
|
|
17748
17755
|
for (const t in this.table.options.langs)
|
|
@@ -17780,7 +17787,7 @@ const ca = {
|
|
|
17780
17787
|
t
|
|
17781
17788
|
), t = "default");
|
|
17782
17789
|
}
|
|
17783
|
-
this.locale = t, this.lang =
|
|
17790
|
+
this.locale = t, this.lang = D.deepClone(this.langList.default || {}), t !== "default" && this.langList[t] && i(this.langList[t], this.lang), this.dispatchExternal("localized", this.locale, this.lang), this._executeBindings();
|
|
17784
17791
|
}
|
|
17785
17792
|
// get current locale
|
|
17786
17793
|
getLocale() {
|
|
@@ -17887,16 +17894,16 @@ Q.registry = {
|
|
|
17887
17894
|
tables: []
|
|
17888
17895
|
};
|
|
17889
17896
|
let fi = Q;
|
|
17890
|
-
const st = process.env.NODE_ENV === "development",
|
|
17897
|
+
const st = process.env.NODE_ENV === "development", L = class L extends fi {
|
|
17891
17898
|
constructor() {
|
|
17892
17899
|
super(), this.modulesCore = [], this.modulesRegular = [];
|
|
17893
17900
|
}
|
|
17894
17901
|
static initializeModuleBinder(e) {
|
|
17895
|
-
|
|
17902
|
+
L.modulesRegistered || (L.modulesRegistered = !0, L._registerModules(da, !0), e && L._registerModules(e));
|
|
17896
17903
|
}
|
|
17897
17904
|
static _extendModule(e, t, i) {
|
|
17898
|
-
if (
|
|
17899
|
-
const s =
|
|
17905
|
+
if (L.moduleBindings[e]) {
|
|
17906
|
+
const s = L.moduleBindings[e][t];
|
|
17900
17907
|
if (s)
|
|
17901
17908
|
if (typeof i == "object")
|
|
17902
17909
|
for (const o in i)
|
|
@@ -17911,15 +17918,15 @@ const st = process.env.NODE_ENV === "development", D = class D extends fi {
|
|
|
17911
17918
|
const i = Object.values(e);
|
|
17912
17919
|
t && i.forEach((s) => {
|
|
17913
17920
|
s.prototype.moduleCore = !0;
|
|
17914
|
-
}),
|
|
17921
|
+
}), L._registerModule(i);
|
|
17915
17922
|
}
|
|
17916
17923
|
static _registerModule(e) {
|
|
17917
17924
|
(Array.isArray(e) ? e : [e]).forEach((i) => {
|
|
17918
|
-
|
|
17925
|
+
L._registerModuleBinding(i), L._registerModuleExtensions(i);
|
|
17919
17926
|
});
|
|
17920
17927
|
}
|
|
17921
17928
|
static _registerModuleBinding(e) {
|
|
17922
|
-
e.moduleName ?
|
|
17929
|
+
e.moduleName ? L.moduleBindings[e.moduleName] = e : st && console.error(
|
|
17923
17930
|
"Unable to bind module, no moduleName defined",
|
|
17924
17931
|
e.moduleName
|
|
17925
17932
|
);
|
|
@@ -17929,25 +17936,25 @@ const st = process.env.NODE_ENV === "development", D = class D extends fi {
|
|
|
17929
17936
|
if (e.moduleExtensions)
|
|
17930
17937
|
for (const i in t) {
|
|
17931
17938
|
const s = t[i];
|
|
17932
|
-
if (
|
|
17939
|
+
if (L.moduleBindings[i])
|
|
17933
17940
|
for (const o in s)
|
|
17934
|
-
|
|
17941
|
+
L._extendModule(i, o, s[o]);
|
|
17935
17942
|
else {
|
|
17936
|
-
|
|
17943
|
+
L.moduleExtensions[i] || (L.moduleExtensions[i] = {});
|
|
17937
17944
|
for (const o in s)
|
|
17938
|
-
|
|
17939
|
-
|
|
17945
|
+
L.moduleExtensions[i][o] || (L.moduleExtensions[i][o] = {}), Object.assign(
|
|
17946
|
+
L.moduleExtensions[i][o],
|
|
17940
17947
|
s[o]
|
|
17941
17948
|
);
|
|
17942
17949
|
}
|
|
17943
17950
|
}
|
|
17944
|
-
|
|
17951
|
+
L._extendModuleFromQueue(e);
|
|
17945
17952
|
}
|
|
17946
17953
|
static _extendModuleFromQueue(e) {
|
|
17947
|
-
const t =
|
|
17954
|
+
const t = L.moduleExtensions[e.moduleName];
|
|
17948
17955
|
if (t)
|
|
17949
17956
|
for (const i in t)
|
|
17950
|
-
|
|
17957
|
+
L._extendModule(
|
|
17951
17958
|
e.moduleName,
|
|
17952
17959
|
i,
|
|
17953
17960
|
t[i]
|
|
@@ -17957,8 +17964,8 @@ const st = process.env.NODE_ENV === "development", D = class D extends fi {
|
|
|
17957
17964
|
_bindModules() {
|
|
17958
17965
|
const e = [], t = [], i = [];
|
|
17959
17966
|
this.modules = {};
|
|
17960
|
-
for (const s in
|
|
17961
|
-
const o =
|
|
17967
|
+
for (const s in L.moduleBindings) {
|
|
17968
|
+
const o = L.moduleBindings[s], r = new o(this);
|
|
17962
17969
|
this.modules[s] = r, o.prototype.moduleCore ? this.modulesCore.push(r) : o.moduleInitOrder === void 0 || o.moduleInitOrder === null ? i.push(r) : o.moduleInitOrder < 0 ? e.push(r) : t.push(r);
|
|
17963
17970
|
}
|
|
17964
17971
|
e.sort((s, o) => {
|
|
@@ -17972,8 +17979,8 @@ const st = process.env.NODE_ENV === "development", D = class D extends fi {
|
|
|
17972
17979
|
);
|
|
17973
17980
|
}
|
|
17974
17981
|
};
|
|
17975
|
-
|
|
17976
|
-
let gi =
|
|
17982
|
+
L.moduleBindings = {}, L.moduleExtensions = {}, L.modulesRegistered = !1, L.defaultModules = !1;
|
|
17983
|
+
let gi = L;
|
|
17977
17984
|
const F = process.env.NODE_ENV === "development", ae = class ae extends gi {
|
|
17978
17985
|
static extendModule(...e) {
|
|
17979
17986
|
ae.initializeModuleBinder(), ae._extendModule(...e);
|
|
@@ -18428,14 +18435,14 @@ class oh {
|
|
|
18428
18435
|
}
|
|
18429
18436
|
var pa = Object.defineProperty, fa = Object.getOwnPropertyDescriptor, Ds = (l) => {
|
|
18430
18437
|
throw TypeError(l);
|
|
18431
|
-
},
|
|
18438
|
+
}, w = (l, e, t, i) => {
|
|
18432
18439
|
for (var s = i > 1 ? void 0 : i ? fa(e, t) : e, o = l.length - 1, r; o >= 0; o--)
|
|
18433
18440
|
(r = l[o]) && (s = (i ? r(e, t, s) : r(s)) || s);
|
|
18434
18441
|
return i && s && pa(e, t, s), s;
|
|
18435
18442
|
}, ga = (l, e, t) => e.has(l) || Ds("Cannot " + t), ma = (l, e, t) => (ga(l, e, "read from private field"), t ? t.call(l) : e.get(l)), ba = (l, e, t) => e.has(l) ? Ds("Cannot add the same private member more than once") : e instanceof WeakSet ? e.add(l) : e.set(l, t), mi, Ls;
|
|
18436
18443
|
let m = class extends Ne {
|
|
18437
18444
|
constructor() {
|
|
18438
|
-
super(), ba(this, mi), this.localize = new at(this), this.verticalOsInstance = null, this.horizontalOsInstance = null, this.resizeObserver = null, this.overflowObserver = null, this.filterController = new ao(this), this.shadowRootAutoloader = new Js(this), this.movableRows = !1, this.movableColumns = !1, this.data = void 0, this.rowHeight = 48, this.layout = "fitColumns", this.columns = [], this.footerElement = void 0, this.responsiveLayout = !1, this.responsiveLayoutCollapseFormatter = void 0, this.responsiveLayoutCollapseUseFormatters = void 0, this.rowHeader = void 0, this.noHeader = !1, this.textDirection = void 0, this.responsiveLayoutCollapseStartOpen = void 0, this.renderVerticalBuffer = void 0, this.renderVertical = "virtual", this.columnDefaults = {}, this.canSearch = !1, this.noAdvancedSearch = !1, this.showSavedSearch = !1, this.searchFields = [], this.canAdd = !1, this.addLabel = this.localize.term("add"), this.canExportCsv = !1, this.canExportXml = !1, this.canExportCustom = !1, this.canSaveReport = !1, this.savedSearchURL = "", this.savedSearchItems = [], this.savedSearchPageSizeParam = "PageSize", this.savedSearchPageSize = 10, this.savedSearchPageNumberParam = "PageNumber", this.dropdownFilters = [], this.ajaxURL = void 0, this.ajaxURLGenerator = void 0, this.ajaxParams = void 0, this.ajaxResponse = void 0, this.dataSendParams = void 0, this.dataReceiveParams = void 0, this.noAutoResize = !1, this.resizableRows = !1, this.resizableColumnFit = !1, this.resizableColumnGuide = !1, this.resizableRowGuide = !1, this.frozenRows = void 0, this.frozenRowsField = "id", this.placeholder = this.localize.term("noData"), this.groupBy = void 0, this.groupHeader = void 0, this.groupHeaderCount = !1, this.groupIndent = 36, this.groupHeaderPrint = void 0, this.groupHeaderClipboard = void 0, this.groupHeaderDownload = void 0, this.groupHeaderHtmlOutput = void 0, this.groupStartOpen = !1, this.groupStartOpenValues = void 0, this.groupToggleElement = "arrow", this.groupValues = [], this.groupUpdateOnCellEdit = !1, this.dataTree = !1, this.dataTreeChildField = "_children", this.dataTreeLoadingField = "loading", this.dataTreeHasMoreField = "hasMore", this.dataTreeFilter = !1, this.dataTreeSort = !1, this.dataTreeElementColumn = void 0, this.dataTreeBranchElement = void 0, this.dataTreeChildIndent = 9, this.dataTreeStartExpanded = !1, this.dataTreeSelectPropagate = !1, this.dataTreeExpandElement = void 0, this.dataTreeCollapseElement = void 0, this.spreadsheet = !1, this.spreadsheetColumns = 50, this.spreadsheetRows = 50, this.spreadsheetColumnDefinition = void 0, this.spreadsheetOutputFull = !1, this.editorEmptyValue = "", this.spreadsheetSheets = void 0, this.spreadsheetSheetTabs = !1, this.spreadsheetData = void 0, this.selectableRange = 1, this.noSelectable = !1, this.selectableRangeColumns = !1, this.selectableRangeRows = !1, this.selectableRangeClearCells = !1, this.editTriggerEvent = "dblclick", this.selectableRangeAutoFocus = !1, this.noClipboard = !1, this.clipboardAction = je.Both, this.clipboardCopyRowRange = "range", this.clipboardPasteParser = void 0, this.clipboardPasteAction = "insert", this.clipboardCopyConfig = { columnHeaders: !1 }, this.clipboardNoCopyStyled = !1, this.pagination = !1, this.paginationMode = he.Local, this.paginationSize = void 0, this.paginationInitialPage = 1, this.paginationButtonCount = 5, this.showPaginationButtons = !1, this.
|
|
18445
|
+
super(), ba(this, mi), this.localize = new at(this), this.verticalOsInstance = null, this.horizontalOsInstance = null, this.resizeObserver = null, this.overflowObserver = null, this.filterController = new ao(this), this.shadowRootAutoloader = new Js(this), this.movableRows = !1, this.movableColumns = !1, this.data = void 0, this.rowHeight = 48, this.layout = "fitColumns", this.columns = [], this.footerElement = void 0, this.responsiveLayout = !1, this.responsiveLayoutCollapseFormatter = void 0, this.responsiveLayoutCollapseUseFormatters = void 0, this.rowHeader = void 0, this.noHeader = !1, this.textDirection = void 0, this.responsiveLayoutCollapseStartOpen = void 0, this.renderVerticalBuffer = void 0, this.renderVertical = "virtual", this.columnDefaults = {}, this.canSearch = !1, this.noAdvancedSearch = !1, this.showSavedSearch = !1, this.searchFields = [], this.canAdd = !1, this.addLabel = this.localize.term("add"), this.canExportCsv = !1, this.canExportXml = !1, this.canExportCustom = !1, this.canSaveReport = !1, this.savedSearchURL = "", this.savedSearchItems = [], this.savedSearchPageSizeParam = "PageSize", this.savedSearchPageSize = 10, this.savedSearchPageNumberParam = "PageNumber", this.dropdownFilters = [], this.ajaxURL = void 0, this.ajaxURLGenerator = void 0, this.ajaxParams = void 0, this.ajaxResponse = void 0, this.dataSendParams = void 0, this.dataReceiveParams = void 0, this.noAutoResize = !1, this.resizableRows = !1, this.resizableColumnFit = !1, this.resizableColumnGuide = !1, this.resizableRowGuide = !1, this.frozenRows = void 0, this.frozenRowsField = "id", this.placeholder = this.localize.term("noData"), this.groupBy = void 0, this.groupHeader = void 0, this.groupHeaderCount = !1, this.groupIndent = 36, this.groupHeaderPrint = void 0, this.groupHeaderClipboard = void 0, this.groupHeaderDownload = void 0, this.groupHeaderHtmlOutput = void 0, this.groupStartOpen = !1, this.groupStartOpenValues = void 0, this.groupToggleElement = "arrow", this.groupValues = [], this.groupUpdateOnCellEdit = !1, this.dataTree = !1, this.dataTreeChildField = "_children", this.dataTreeLoadingField = "loading", this.dataTreeHasMoreField = "hasMore", this.dataTreeFilter = !1, this.dataTreeSort = !1, this.dataTreeElementColumn = void 0, this.dataTreeBranchElement = void 0, this.dataTreeChildIndent = 9, this.dataTreeStartExpanded = !1, this.dataTreeSelectPropagate = !1, this.dataTreeExpandElement = void 0, this.dataTreeCollapseElement = void 0, this.spreadsheet = !1, this.spreadsheetColumns = 50, this.spreadsheetRows = 50, this.spreadsheetColumnDefinition = void 0, this.spreadsheetOutputFull = !1, this.editorEmptyValue = "", this.spreadsheetSheets = void 0, this.spreadsheetSheetTabs = !1, this.spreadsheetData = void 0, this.selectableRange = 1, this.noSelectable = !1, this.selectableRangeColumns = !1, this.selectableRangeRows = !1, this.selectableRangeClearCells = !1, this.editTriggerEvent = "dblclick", this.selectableRangeAutoFocus = !1, this.noClipboard = !1, this.clipboardAction = je.Both, this.clipboardCopyRowRange = "range", this.clipboardPasteParser = void 0, this.clipboardPasteAction = "insert", this.clipboardCopyConfig = { columnHeaders: !1 }, this.clipboardNoCopyStyled = !1, this.pagination = !1, this.paginationMode = he.Local, this.paginationSize = void 0, this.paginationInitialPage = 1, this.paginationButtonCount = 5, this.showPaginationButtons = !1, this.hidePaginationInput = !1, this.pageSizeOptions = void 0, this.paginationAddRow = "page", this.paginationCounter = _s.Both, this.paginationShowFirst = !1, this.paginationShowLast = !1, this.hoverMenu = void 0, this.label = "", this.tabulatorRole = "grid", this.columnGroupRole = "columngroup", this.columnHeaderRole = "columnheader", this.rowRole = "row", this.rowGroupRole = "rowgroup", this.cellRole = "gridcell", this.filterMode = he.Local, this.placeholderHeaderFilter = "No matching data", this.noColumnPlaceholderText = this.localize.term("noColumnsVisible"), this.useOverlayScrollbar = !1, this.loading = !1, this.tabulatorInstance = null, this.watchedEvents = /* @__PURE__ */ new Set(), this.activeSearchValue = "", this.handleTableBuilt = () => {
|
|
18439
18446
|
this.useOverlayScrollbar ? this.initVerticalScrollbar() : this.verticalOsInstance?.destroy(), this.initHorizontalScrollbar(), this.initOverflowObserver(), this.filterController.syncDropdownFilterSources(this.dropdownFilters), this.handleSearch(), this.filterController.applyFilters();
|
|
18440
18447
|
}, this.checkHorizontalOverflow = () => {
|
|
18441
18448
|
if (!this.tabulatorElement || !this.tabulatorHolder)
|
|
@@ -18545,6 +18552,7 @@ let m = class extends Ne {
|
|
|
18545
18552
|
movableColumns: this.movableColumns,
|
|
18546
18553
|
movableRows: this.movableRows,
|
|
18547
18554
|
noColumnPlaceholderText: this.noColumnPlaceholderText,
|
|
18555
|
+
pageSizeOptions: this.pageSizeOptions,
|
|
18548
18556
|
pagination: this.pagination,
|
|
18549
18557
|
paginationAddRow: this.paginationAddRow,
|
|
18550
18558
|
paginationButtonCount: this.paginationButtonCount,
|
|
@@ -18554,7 +18562,6 @@ let m = class extends Ne {
|
|
|
18554
18562
|
paginationShowFirst: this.paginationShowFirst,
|
|
18555
18563
|
paginationShowLast: this.paginationShowLast,
|
|
18556
18564
|
paginationSize: this.paginationSize,
|
|
18557
|
-
paginationSizeSelector: this.paginationSizeSelector,
|
|
18558
18565
|
placeholder: this.placeholder,
|
|
18559
18566
|
placeholderHeaderFilter: this.placeholderHeaderFilter,
|
|
18560
18567
|
renderVertical: this.renderVertical,
|
|
@@ -18577,6 +18584,7 @@ let m = class extends Ne {
|
|
|
18577
18584
|
selectableRangeColumns: this.selectableRangeColumns,
|
|
18578
18585
|
selectableRangeRows: this.selectableRangeRows,
|
|
18579
18586
|
showPaginationButtons: this.showPaginationButtons,
|
|
18587
|
+
showPaginationInput: !this.hidePaginationInput,
|
|
18580
18588
|
spreadsheet: this.spreadsheet,
|
|
18581
18589
|
spreadsheetColumnDefinition: this.spreadsheetColumnDefinition,
|
|
18582
18590
|
spreadsheetColumns: this.spreadsheetColumns,
|
|
@@ -18797,144 +18805,144 @@ m.dependencies = {
|
|
|
18797
18805
|
"cx-table-row-actions": ve,
|
|
18798
18806
|
"cx-table-toolbar": O
|
|
18799
18807
|
};
|
|
18800
|
-
|
|
18808
|
+
w([
|
|
18801
18809
|
Be(".tabulator-tableholder")
|
|
18802
18810
|
], m.prototype, "tabulatorHolder", 2);
|
|
18803
|
-
|
|
18811
|
+
w([
|
|
18804
18812
|
Be(".tabulator")
|
|
18805
18813
|
], m.prototype, "tabulatorElement", 2);
|
|
18806
|
-
|
|
18814
|
+
w([
|
|
18807
18815
|
Be(".table")
|
|
18808
18816
|
], m.prototype, "table", 2);
|
|
18809
|
-
|
|
18817
|
+
w([
|
|
18810
18818
|
Be("cx-table-toolbar")
|
|
18811
18819
|
], m.prototype, "tableToolbar", 2);
|
|
18812
|
-
|
|
18820
|
+
w([
|
|
18813
18821
|
g({
|
|
18814
18822
|
attribute: "movable-rows",
|
|
18815
18823
|
reflect: !0,
|
|
18816
18824
|
type: Boolean
|
|
18817
18825
|
})
|
|
18818
18826
|
], m.prototype, "movableRows", 2);
|
|
18819
|
-
|
|
18827
|
+
w([
|
|
18820
18828
|
g({
|
|
18821
18829
|
attribute: "movable-columns",
|
|
18822
18830
|
reflect: !0,
|
|
18823
18831
|
type: Boolean
|
|
18824
18832
|
})
|
|
18825
18833
|
], m.prototype, "movableColumns", 2);
|
|
18826
|
-
|
|
18834
|
+
w([
|
|
18827
18835
|
g({
|
|
18828
18836
|
attribute: "data",
|
|
18829
18837
|
type: Array
|
|
18830
18838
|
})
|
|
18831
18839
|
], m.prototype, "data", 2);
|
|
18832
|
-
|
|
18840
|
+
w([
|
|
18833
18841
|
g({
|
|
18834
18842
|
attribute: "row-height",
|
|
18835
18843
|
reflect: !0,
|
|
18836
18844
|
type: Number
|
|
18837
18845
|
})
|
|
18838
18846
|
], m.prototype, "rowHeight", 2);
|
|
18839
|
-
|
|
18847
|
+
w([
|
|
18840
18848
|
g({
|
|
18841
18849
|
attribute: "layout",
|
|
18842
18850
|
type: String
|
|
18843
18851
|
})
|
|
18844
18852
|
], m.prototype, "layout", 2);
|
|
18845
|
-
|
|
18853
|
+
w([
|
|
18846
18854
|
g({
|
|
18847
18855
|
attribute: "columns",
|
|
18848
18856
|
reflect: !0,
|
|
18849
18857
|
type: Array
|
|
18850
18858
|
})
|
|
18851
18859
|
], m.prototype, "columns", 2);
|
|
18852
|
-
|
|
18860
|
+
w([
|
|
18853
18861
|
g({
|
|
18854
18862
|
attribute: "footer-element",
|
|
18855
18863
|
type: String
|
|
18856
18864
|
})
|
|
18857
18865
|
], m.prototype, "footerElement", 2);
|
|
18858
|
-
|
|
18866
|
+
w([
|
|
18859
18867
|
g({
|
|
18860
18868
|
attribute: "responsive-layout",
|
|
18861
18869
|
type: String
|
|
18862
18870
|
})
|
|
18863
18871
|
], m.prototype, "responsiveLayout", 2);
|
|
18864
|
-
|
|
18872
|
+
w([
|
|
18865
18873
|
g({
|
|
18866
18874
|
attribute: "responsive-layout-collapse-formatter",
|
|
18867
18875
|
type: Function
|
|
18868
18876
|
})
|
|
18869
18877
|
], m.prototype, "responsiveLayoutCollapseFormatter", 2);
|
|
18870
|
-
|
|
18878
|
+
w([
|
|
18871
18879
|
g({
|
|
18872
18880
|
attribute: "responsive-layout-collapse-use-formatters",
|
|
18873
18881
|
type: Boolean
|
|
18874
18882
|
})
|
|
18875
18883
|
], m.prototype, "responsiveLayoutCollapseUseFormatters", 2);
|
|
18876
|
-
|
|
18884
|
+
w([
|
|
18877
18885
|
g({
|
|
18878
18886
|
attribute: "row-header",
|
|
18879
18887
|
type: Object
|
|
18880
18888
|
})
|
|
18881
18889
|
], m.prototype, "rowHeader", 2);
|
|
18882
|
-
|
|
18890
|
+
w([
|
|
18883
18891
|
g({
|
|
18884
18892
|
attribute: "no-header",
|
|
18885
18893
|
type: Boolean
|
|
18886
18894
|
})
|
|
18887
18895
|
], m.prototype, "noHeader", 2);
|
|
18888
|
-
|
|
18896
|
+
w([
|
|
18889
18897
|
g({
|
|
18890
18898
|
attribute: "text-direction",
|
|
18891
18899
|
type: String
|
|
18892
18900
|
})
|
|
18893
18901
|
], m.prototype, "textDirection", 2);
|
|
18894
|
-
|
|
18902
|
+
w([
|
|
18895
18903
|
g({
|
|
18896
18904
|
attribute: "responsive-layout-collapse-start-open",
|
|
18897
18905
|
type: Boolean
|
|
18898
18906
|
})
|
|
18899
18907
|
], m.prototype, "responsiveLayoutCollapseStartOpen", 2);
|
|
18900
|
-
|
|
18908
|
+
w([
|
|
18901
18909
|
g({
|
|
18902
18910
|
attribute: "render-vertical-buffer",
|
|
18903
18911
|
type: Number
|
|
18904
18912
|
})
|
|
18905
18913
|
], m.prototype, "renderVerticalBuffer", 2);
|
|
18906
|
-
|
|
18914
|
+
w([
|
|
18907
18915
|
g({
|
|
18908
18916
|
attribute: "render-vertical",
|
|
18909
18917
|
type: String
|
|
18910
18918
|
})
|
|
18911
18919
|
], m.prototype, "renderVertical", 2);
|
|
18912
|
-
|
|
18920
|
+
w([
|
|
18913
18921
|
g({
|
|
18914
18922
|
attribute: "column-defaults",
|
|
18915
18923
|
type: Object
|
|
18916
18924
|
})
|
|
18917
18925
|
], m.prototype, "columnDefaults", 2);
|
|
18918
|
-
|
|
18926
|
+
w([
|
|
18919
18927
|
g({
|
|
18920
18928
|
attribute: "can-search",
|
|
18921
18929
|
reflect: !0,
|
|
18922
18930
|
type: Boolean
|
|
18923
18931
|
})
|
|
18924
18932
|
], m.prototype, "canSearch", 2);
|
|
18925
|
-
|
|
18933
|
+
w([
|
|
18926
18934
|
g({
|
|
18927
18935
|
attribute: "no-advanced-search",
|
|
18928
18936
|
type: Boolean
|
|
18929
18937
|
})
|
|
18930
18938
|
], m.prototype, "noAdvancedSearch", 2);
|
|
18931
|
-
|
|
18939
|
+
w([
|
|
18932
18940
|
g({
|
|
18933
18941
|
attribute: "show-saved-search",
|
|
18934
18942
|
type: Boolean
|
|
18935
18943
|
})
|
|
18936
18944
|
], m.prototype, "showSavedSearch", 2);
|
|
18937
|
-
|
|
18945
|
+
w([
|
|
18938
18946
|
g({
|
|
18939
18947
|
attribute: "search-fields",
|
|
18940
18948
|
converter: {
|
|
@@ -18953,195 +18961,195 @@ v([
|
|
|
18953
18961
|
type: Array
|
|
18954
18962
|
})
|
|
18955
18963
|
], m.prototype, "searchFields", 2);
|
|
18956
|
-
|
|
18964
|
+
w([
|
|
18957
18965
|
g({
|
|
18958
18966
|
attribute: "can-add",
|
|
18959
18967
|
reflect: !0,
|
|
18960
18968
|
type: Boolean
|
|
18961
18969
|
})
|
|
18962
18970
|
], m.prototype, "canAdd", 2);
|
|
18963
|
-
|
|
18971
|
+
w([
|
|
18964
18972
|
g({
|
|
18965
18973
|
attribute: "add-label",
|
|
18966
18974
|
type: String
|
|
18967
18975
|
})
|
|
18968
18976
|
], m.prototype, "addLabel", 2);
|
|
18969
|
-
|
|
18977
|
+
w([
|
|
18970
18978
|
g({
|
|
18971
18979
|
attribute: "can-export-csv",
|
|
18972
18980
|
type: Boolean
|
|
18973
18981
|
})
|
|
18974
18982
|
], m.prototype, "canExportCsv", 2);
|
|
18975
|
-
|
|
18983
|
+
w([
|
|
18976
18984
|
g({
|
|
18977
18985
|
attribute: "can-export-xml",
|
|
18978
18986
|
type: Boolean
|
|
18979
18987
|
})
|
|
18980
18988
|
], m.prototype, "canExportXml", 2);
|
|
18981
|
-
|
|
18989
|
+
w([
|
|
18982
18990
|
g({
|
|
18983
18991
|
attribute: "can-export-custom",
|
|
18984
18992
|
type: Boolean
|
|
18985
18993
|
})
|
|
18986
18994
|
], m.prototype, "canExportCustom", 2);
|
|
18987
|
-
|
|
18995
|
+
w([
|
|
18988
18996
|
g({
|
|
18989
18997
|
attribute: "can-save-report",
|
|
18990
18998
|
type: Boolean
|
|
18991
18999
|
})
|
|
18992
19000
|
], m.prototype, "canSaveReport", 2);
|
|
18993
|
-
|
|
19001
|
+
w([
|
|
18994
19002
|
g({ attribute: "saved-search-url", type: String })
|
|
18995
19003
|
], m.prototype, "savedSearchURL", 2);
|
|
18996
|
-
|
|
19004
|
+
w([
|
|
18997
19005
|
g({ attribute: "saved-search-items", type: Array })
|
|
18998
19006
|
], m.prototype, "savedSearchItems", 2);
|
|
18999
|
-
|
|
19007
|
+
w([
|
|
19000
19008
|
g({ attribute: "saved-search-page-size-param", type: String })
|
|
19001
19009
|
], m.prototype, "savedSearchPageSizeParam", 2);
|
|
19002
|
-
|
|
19010
|
+
w([
|
|
19003
19011
|
g({ attribute: "saved-search-page-size", type: Number })
|
|
19004
19012
|
], m.prototype, "savedSearchPageSize", 2);
|
|
19005
|
-
|
|
19013
|
+
w([
|
|
19006
19014
|
g({ attribute: "saved-search-page-number-param", type: String })
|
|
19007
19015
|
], m.prototype, "savedSearchPageNumberParam", 2);
|
|
19008
|
-
|
|
19016
|
+
w([
|
|
19009
19017
|
g({ attribute: "dropdown-filters", type: Array })
|
|
19010
19018
|
], m.prototype, "dropdownFilters", 2);
|
|
19011
|
-
|
|
19019
|
+
w([
|
|
19012
19020
|
g({
|
|
19013
19021
|
attribute: "ajax-url",
|
|
19014
19022
|
type: String
|
|
19015
19023
|
})
|
|
19016
19024
|
], m.prototype, "ajaxURL", 2);
|
|
19017
|
-
|
|
19025
|
+
w([
|
|
19018
19026
|
g({
|
|
19019
19027
|
attribute: "ajax-url-generator",
|
|
19020
19028
|
type: Function
|
|
19021
19029
|
})
|
|
19022
19030
|
], m.prototype, "ajaxURLGenerator", 2);
|
|
19023
|
-
|
|
19031
|
+
w([
|
|
19024
19032
|
g({
|
|
19025
19033
|
attribute: "ajax-params",
|
|
19026
19034
|
type: Object
|
|
19027
19035
|
})
|
|
19028
19036
|
], m.prototype, "ajaxParams", 2);
|
|
19029
|
-
|
|
19037
|
+
w([
|
|
19030
19038
|
g({
|
|
19031
19039
|
attribute: "ajax-response",
|
|
19032
19040
|
type: Function
|
|
19033
19041
|
})
|
|
19034
19042
|
], m.prototype, "ajaxResponse", 2);
|
|
19035
|
-
|
|
19043
|
+
w([
|
|
19036
19044
|
g({
|
|
19037
19045
|
attribute: "data-send-params",
|
|
19038
19046
|
type: Object
|
|
19039
19047
|
})
|
|
19040
19048
|
], m.prototype, "dataSendParams", 2);
|
|
19041
|
-
|
|
19049
|
+
w([
|
|
19042
19050
|
g({
|
|
19043
19051
|
attribute: "data-receive-params",
|
|
19044
19052
|
type: Object
|
|
19045
19053
|
})
|
|
19046
19054
|
], m.prototype, "dataReceiveParams", 2);
|
|
19047
|
-
|
|
19055
|
+
w([
|
|
19048
19056
|
g({
|
|
19049
19057
|
attribute: "no-auto-resize",
|
|
19050
19058
|
type: Boolean
|
|
19051
19059
|
})
|
|
19052
19060
|
], m.prototype, "noAutoResize", 2);
|
|
19053
|
-
|
|
19061
|
+
w([
|
|
19054
19062
|
g({
|
|
19055
19063
|
attribute: "resizable-rows",
|
|
19056
19064
|
type: Boolean
|
|
19057
19065
|
})
|
|
19058
19066
|
], m.prototype, "resizableRows", 2);
|
|
19059
|
-
|
|
19067
|
+
w([
|
|
19060
19068
|
g({
|
|
19061
19069
|
attribute: "resizable-column-fit",
|
|
19062
19070
|
type: Boolean
|
|
19063
19071
|
})
|
|
19064
19072
|
], m.prototype, "resizableColumnFit", 2);
|
|
19065
|
-
|
|
19073
|
+
w([
|
|
19066
19074
|
g({
|
|
19067
19075
|
attribute: "resizable-column-guide",
|
|
19068
19076
|
type: Boolean
|
|
19069
19077
|
})
|
|
19070
19078
|
], m.prototype, "resizableColumnGuide", 2);
|
|
19071
|
-
|
|
19079
|
+
w([
|
|
19072
19080
|
g({
|
|
19073
19081
|
attribute: "resizable-row-guide",
|
|
19074
19082
|
type: Boolean
|
|
19075
19083
|
})
|
|
19076
19084
|
], m.prototype, "resizableRowGuide", 2);
|
|
19077
|
-
|
|
19085
|
+
w([
|
|
19078
19086
|
g({
|
|
19079
19087
|
attribute: "frozen-rows",
|
|
19080
19088
|
converter: Ao
|
|
19081
19089
|
})
|
|
19082
19090
|
], m.prototype, "frozenRows", 2);
|
|
19083
|
-
|
|
19091
|
+
w([
|
|
19084
19092
|
g({
|
|
19085
19093
|
attribute: "frozen-rows-field",
|
|
19086
19094
|
type: String
|
|
19087
19095
|
})
|
|
19088
19096
|
], m.prototype, "frozenRowsField", 2);
|
|
19089
|
-
|
|
19097
|
+
w([
|
|
19090
19098
|
g({
|
|
19091
19099
|
attribute: "placeholder",
|
|
19092
19100
|
type: String
|
|
19093
19101
|
})
|
|
19094
19102
|
], m.prototype, "placeholder", 2);
|
|
19095
|
-
|
|
19103
|
+
w([
|
|
19096
19104
|
g({
|
|
19097
19105
|
attribute: "group-by",
|
|
19098
19106
|
converter: No
|
|
19099
19107
|
})
|
|
19100
19108
|
], m.prototype, "groupBy", 2);
|
|
19101
|
-
|
|
19109
|
+
w([
|
|
19102
19110
|
g({
|
|
19103
19111
|
attribute: "group-header"
|
|
19104
19112
|
})
|
|
19105
19113
|
], m.prototype, "groupHeader", 2);
|
|
19106
|
-
|
|
19114
|
+
w([
|
|
19107
19115
|
g({
|
|
19108
19116
|
attribute: "group-header-count",
|
|
19109
19117
|
type: Boolean
|
|
19110
19118
|
})
|
|
19111
19119
|
], m.prototype, "groupHeaderCount", 2);
|
|
19112
|
-
|
|
19120
|
+
w([
|
|
19113
19121
|
g({
|
|
19114
19122
|
attribute: "group-indent",
|
|
19115
19123
|
type: Number
|
|
19116
19124
|
})
|
|
19117
19125
|
], m.prototype, "groupIndent", 2);
|
|
19118
|
-
|
|
19126
|
+
w([
|
|
19119
19127
|
g({
|
|
19120
19128
|
attribute: "group-header-print"
|
|
19121
19129
|
})
|
|
19122
19130
|
], m.prototype, "groupHeaderPrint", 2);
|
|
19123
|
-
|
|
19131
|
+
w([
|
|
19124
19132
|
g({
|
|
19125
19133
|
attribute: "group-header-clipboard"
|
|
19126
19134
|
})
|
|
19127
19135
|
], m.prototype, "groupHeaderClipboard", 2);
|
|
19128
|
-
|
|
19136
|
+
w([
|
|
19129
19137
|
g({
|
|
19130
19138
|
attribute: "group-header-download"
|
|
19131
19139
|
})
|
|
19132
19140
|
], m.prototype, "groupHeaderDownload", 2);
|
|
19133
|
-
|
|
19141
|
+
w([
|
|
19134
19142
|
g({
|
|
19135
19143
|
attribute: "group-header-html-output"
|
|
19136
19144
|
})
|
|
19137
19145
|
], m.prototype, "groupHeaderHtmlOutput", 2);
|
|
19138
|
-
|
|
19146
|
+
w([
|
|
19139
19147
|
g({
|
|
19140
19148
|
attribute: "group-start-open",
|
|
19141
19149
|
type: Boolean
|
|
19142
19150
|
})
|
|
19143
19151
|
], m.prototype, "groupStartOpen", 2);
|
|
19144
|
-
|
|
19152
|
+
w([
|
|
19145
19153
|
g({
|
|
19146
19154
|
attribute: "group-start-open-values",
|
|
19147
19155
|
converter: {
|
|
@@ -19166,415 +19174,421 @@ v([
|
|
|
19166
19174
|
reflect: !0
|
|
19167
19175
|
})
|
|
19168
19176
|
], m.prototype, "groupStartOpenValues", 2);
|
|
19169
|
-
|
|
19177
|
+
w([
|
|
19170
19178
|
g({
|
|
19171
19179
|
attribute: "group-toggle-element",
|
|
19172
19180
|
type: String
|
|
19173
19181
|
})
|
|
19174
19182
|
], m.prototype, "groupToggleElement", 2);
|
|
19175
|
-
|
|
19183
|
+
w([
|
|
19176
19184
|
g({
|
|
19177
19185
|
attribute: "group-values",
|
|
19178
19186
|
type: Array
|
|
19179
19187
|
})
|
|
19180
19188
|
], m.prototype, "groupValues", 2);
|
|
19181
|
-
|
|
19189
|
+
w([
|
|
19182
19190
|
g({
|
|
19183
19191
|
attribute: "group-update-on-cell-edit",
|
|
19184
19192
|
type: Boolean
|
|
19185
19193
|
})
|
|
19186
19194
|
], m.prototype, "groupUpdateOnCellEdit", 2);
|
|
19187
|
-
|
|
19195
|
+
w([
|
|
19188
19196
|
g({
|
|
19189
19197
|
attribute: "data-tree",
|
|
19190
19198
|
type: Boolean
|
|
19191
19199
|
})
|
|
19192
19200
|
], m.prototype, "dataTree", 2);
|
|
19193
|
-
|
|
19201
|
+
w([
|
|
19194
19202
|
g({
|
|
19195
19203
|
attribute: "data-tree-child-field",
|
|
19196
19204
|
reflect: !0,
|
|
19197
19205
|
type: String
|
|
19198
19206
|
})
|
|
19199
19207
|
], m.prototype, "dataTreeChildField", 2);
|
|
19200
|
-
|
|
19208
|
+
w([
|
|
19201
19209
|
g({
|
|
19202
19210
|
attribute: "data-tree-loading-field",
|
|
19203
19211
|
reflect: !0,
|
|
19204
19212
|
type: String
|
|
19205
19213
|
})
|
|
19206
19214
|
], m.prototype, "dataTreeLoadingField", 2);
|
|
19207
|
-
|
|
19215
|
+
w([
|
|
19208
19216
|
g({
|
|
19209
19217
|
attribute: "data-tree-has-more-field",
|
|
19210
19218
|
reflect: !0,
|
|
19211
19219
|
type: String
|
|
19212
19220
|
})
|
|
19213
19221
|
], m.prototype, "dataTreeHasMoreField", 2);
|
|
19214
|
-
|
|
19222
|
+
w([
|
|
19215
19223
|
g({
|
|
19216
19224
|
attribute: "data-tree-filter",
|
|
19217
19225
|
type: Boolean
|
|
19218
19226
|
})
|
|
19219
19227
|
], m.prototype, "dataTreeFilter", 2);
|
|
19220
|
-
|
|
19228
|
+
w([
|
|
19221
19229
|
g({
|
|
19222
19230
|
attribute: "data-tree-sort",
|
|
19223
19231
|
type: Boolean
|
|
19224
19232
|
})
|
|
19225
19233
|
], m.prototype, "dataTreeSort", 2);
|
|
19226
|
-
|
|
19234
|
+
w([
|
|
19227
19235
|
g({
|
|
19228
19236
|
attribute: "data-tree-element-column",
|
|
19229
19237
|
type: String
|
|
19230
19238
|
})
|
|
19231
19239
|
], m.prototype, "dataTreeElementColumn", 2);
|
|
19232
|
-
|
|
19240
|
+
w([
|
|
19233
19241
|
g({
|
|
19234
19242
|
attribute: "data-tree-branch-element",
|
|
19235
19243
|
type: String
|
|
19236
19244
|
})
|
|
19237
19245
|
], m.prototype, "dataTreeBranchElement", 2);
|
|
19238
|
-
|
|
19246
|
+
w([
|
|
19239
19247
|
g({
|
|
19240
19248
|
attribute: "data-tree-child-indent",
|
|
19241
19249
|
type: Number
|
|
19242
19250
|
})
|
|
19243
19251
|
], m.prototype, "dataTreeChildIndent", 2);
|
|
19244
|
-
|
|
19252
|
+
w([
|
|
19245
19253
|
g({
|
|
19246
19254
|
attribute: "data-tree-start-expanded",
|
|
19247
19255
|
converter: _o
|
|
19248
19256
|
})
|
|
19249
19257
|
], m.prototype, "dataTreeStartExpanded", 2);
|
|
19250
|
-
|
|
19258
|
+
w([
|
|
19251
19259
|
g({
|
|
19252
19260
|
attribute: "data-tree-select-propagate",
|
|
19253
19261
|
type: Boolean
|
|
19254
19262
|
})
|
|
19255
19263
|
], m.prototype, "dataTreeSelectPropagate", 2);
|
|
19256
|
-
|
|
19264
|
+
w([
|
|
19257
19265
|
g({
|
|
19258
19266
|
attribute: "data-tree-expand-element",
|
|
19259
19267
|
type: String
|
|
19260
19268
|
})
|
|
19261
19269
|
], m.prototype, "dataTreeExpandElement", 2);
|
|
19262
|
-
|
|
19270
|
+
w([
|
|
19263
19271
|
g({
|
|
19264
19272
|
attribute: "data-tree-collapse-element",
|
|
19265
19273
|
type: String
|
|
19266
19274
|
})
|
|
19267
19275
|
], m.prototype, "dataTreeCollapseElement", 2);
|
|
19268
|
-
|
|
19276
|
+
w([
|
|
19269
19277
|
g({
|
|
19270
19278
|
attribute: "spreadsheet",
|
|
19271
19279
|
type: Boolean
|
|
19272
19280
|
})
|
|
19273
19281
|
], m.prototype, "spreadsheet", 2);
|
|
19274
|
-
|
|
19282
|
+
w([
|
|
19275
19283
|
g({
|
|
19276
19284
|
attribute: "spreadsheet-columns",
|
|
19277
19285
|
type: Number
|
|
19278
19286
|
})
|
|
19279
19287
|
], m.prototype, "spreadsheetColumns", 2);
|
|
19280
|
-
|
|
19288
|
+
w([
|
|
19281
19289
|
g({
|
|
19282
19290
|
attribute: "spreadsheet-rows",
|
|
19283
19291
|
type: Number
|
|
19284
19292
|
})
|
|
19285
19293
|
], m.prototype, "spreadsheetRows", 2);
|
|
19286
|
-
|
|
19294
|
+
w([
|
|
19287
19295
|
g({
|
|
19288
19296
|
attribute: "spreadsheet-column-definition",
|
|
19289
19297
|
type: Object
|
|
19290
19298
|
})
|
|
19291
19299
|
], m.prototype, "spreadsheetColumnDefinition", 2);
|
|
19292
|
-
|
|
19300
|
+
w([
|
|
19293
19301
|
g({
|
|
19294
19302
|
attribute: "spreadsheet-output-full",
|
|
19295
19303
|
type: Boolean
|
|
19296
19304
|
})
|
|
19297
19305
|
], m.prototype, "spreadsheetOutputFull", 2);
|
|
19298
|
-
|
|
19306
|
+
w([
|
|
19299
19307
|
g({
|
|
19300
19308
|
attribute: "editor-empty-value"
|
|
19301
19309
|
})
|
|
19302
19310
|
], m.prototype, "editorEmptyValue", 2);
|
|
19303
|
-
|
|
19311
|
+
w([
|
|
19304
19312
|
g({
|
|
19305
19313
|
attribute: "spreadsheet-sheets",
|
|
19306
19314
|
type: Array
|
|
19307
19315
|
})
|
|
19308
19316
|
], m.prototype, "spreadsheetSheets", 2);
|
|
19309
|
-
|
|
19317
|
+
w([
|
|
19310
19318
|
g({
|
|
19311
19319
|
attribute: "spreadsheet-sheet-tabs",
|
|
19312
19320
|
type: Boolean
|
|
19313
19321
|
})
|
|
19314
19322
|
], m.prototype, "spreadsheetSheetTabs", 2);
|
|
19315
|
-
|
|
19323
|
+
w([
|
|
19316
19324
|
g({
|
|
19317
19325
|
attribute: "spreadsheet-data",
|
|
19318
19326
|
type: Array
|
|
19319
19327
|
})
|
|
19320
19328
|
], m.prototype, "spreadsheetData", 2);
|
|
19321
|
-
|
|
19329
|
+
w([
|
|
19322
19330
|
g({
|
|
19323
19331
|
attribute: "selectable-range",
|
|
19324
19332
|
type: Number
|
|
19325
19333
|
})
|
|
19326
19334
|
], m.prototype, "selectableRange", 2);
|
|
19327
|
-
|
|
19335
|
+
w([
|
|
19328
19336
|
g({
|
|
19329
19337
|
attribute: "no-selectable",
|
|
19330
19338
|
reflect: !0,
|
|
19331
19339
|
type: Boolean
|
|
19332
19340
|
})
|
|
19333
19341
|
], m.prototype, "noSelectable", 2);
|
|
19334
|
-
|
|
19342
|
+
w([
|
|
19335
19343
|
g({
|
|
19336
19344
|
attribute: "selectable-range-columns",
|
|
19337
19345
|
type: Boolean
|
|
19338
19346
|
})
|
|
19339
19347
|
], m.prototype, "selectableRangeColumns", 2);
|
|
19340
|
-
|
|
19348
|
+
w([
|
|
19341
19349
|
g({
|
|
19342
19350
|
attribute: "selectable-range-rows",
|
|
19343
19351
|
type: Boolean
|
|
19344
19352
|
})
|
|
19345
19353
|
], m.prototype, "selectableRangeRows", 2);
|
|
19346
|
-
|
|
19354
|
+
w([
|
|
19347
19355
|
g({
|
|
19348
19356
|
attribute: "selectable-range-clear-cells",
|
|
19349
19357
|
type: Boolean
|
|
19350
19358
|
})
|
|
19351
19359
|
], m.prototype, "selectableRangeClearCells", 2);
|
|
19352
|
-
|
|
19360
|
+
w([
|
|
19353
19361
|
g({
|
|
19354
19362
|
attribute: "edit-trigger-event",
|
|
19355
19363
|
type: String
|
|
19356
19364
|
})
|
|
19357
19365
|
], m.prototype, "editTriggerEvent", 2);
|
|
19358
|
-
|
|
19366
|
+
w([
|
|
19359
19367
|
g({
|
|
19360
19368
|
attribute: "selectable-range-auto-focus",
|
|
19361
19369
|
type: Boolean
|
|
19362
19370
|
})
|
|
19363
19371
|
], m.prototype, "selectableRangeAutoFocus", 2);
|
|
19364
|
-
|
|
19372
|
+
w([
|
|
19365
19373
|
g({
|
|
19366
19374
|
attribute: "no-clipboard",
|
|
19367
19375
|
type: Boolean
|
|
19368
19376
|
})
|
|
19369
19377
|
], m.prototype, "noClipboard", 2);
|
|
19370
|
-
|
|
19378
|
+
w([
|
|
19371
19379
|
g({
|
|
19372
19380
|
attribute: "clipboard-action",
|
|
19373
19381
|
type: String
|
|
19374
19382
|
})
|
|
19375
19383
|
], m.prototype, "clipboardAction", 2);
|
|
19376
|
-
|
|
19384
|
+
w([
|
|
19377
19385
|
g({
|
|
19378
19386
|
attribute: "clipboard-copy-row-range",
|
|
19379
19387
|
type: String
|
|
19380
19388
|
})
|
|
19381
19389
|
], m.prototype, "clipboardCopyRowRange", 2);
|
|
19382
|
-
|
|
19390
|
+
w([
|
|
19383
19391
|
g({
|
|
19384
19392
|
attribute: "clipboard-paste-parser"
|
|
19385
19393
|
})
|
|
19386
19394
|
], m.prototype, "clipboardPasteParser", 2);
|
|
19387
|
-
|
|
19395
|
+
w([
|
|
19388
19396
|
g({
|
|
19389
19397
|
attribute: "clipboard-paste-action",
|
|
19390
19398
|
type: String
|
|
19391
19399
|
})
|
|
19392
19400
|
], m.prototype, "clipboardPasteAction", 2);
|
|
19393
|
-
|
|
19401
|
+
w([
|
|
19394
19402
|
g({
|
|
19395
19403
|
attribute: "clipboard-copy-config",
|
|
19396
19404
|
type: Object
|
|
19397
19405
|
})
|
|
19398
19406
|
], m.prototype, "clipboardCopyConfig", 2);
|
|
19399
|
-
|
|
19407
|
+
w([
|
|
19400
19408
|
g({
|
|
19401
19409
|
attribute: "clipboard-no-copy-styled",
|
|
19402
19410
|
type: Boolean
|
|
19403
19411
|
})
|
|
19404
19412
|
], m.prototype, "clipboardNoCopyStyled", 2);
|
|
19405
|
-
|
|
19413
|
+
w([
|
|
19406
19414
|
g({
|
|
19407
19415
|
attribute: "pagination",
|
|
19408
19416
|
type: Boolean
|
|
19409
19417
|
})
|
|
19410
19418
|
], m.prototype, "pagination", 2);
|
|
19411
|
-
|
|
19419
|
+
w([
|
|
19412
19420
|
g({
|
|
19413
19421
|
attribute: "pagination-mode",
|
|
19414
19422
|
type: String
|
|
19415
19423
|
})
|
|
19416
19424
|
], m.prototype, "paginationMode", 2);
|
|
19417
|
-
|
|
19425
|
+
w([
|
|
19418
19426
|
g({
|
|
19419
19427
|
attribute: "pagination-size",
|
|
19420
19428
|
type: Number
|
|
19421
19429
|
})
|
|
19422
19430
|
], m.prototype, "paginationSize", 2);
|
|
19423
|
-
|
|
19431
|
+
w([
|
|
19424
19432
|
g({
|
|
19425
19433
|
attribute: "pagination-initial-page",
|
|
19426
19434
|
type: Number
|
|
19427
19435
|
})
|
|
19428
19436
|
], m.prototype, "paginationInitialPage", 2);
|
|
19429
|
-
|
|
19437
|
+
w([
|
|
19430
19438
|
g({
|
|
19431
19439
|
attribute: "pagination-button-count",
|
|
19432
19440
|
type: Number
|
|
19433
19441
|
})
|
|
19434
19442
|
], m.prototype, "paginationButtonCount", 2);
|
|
19435
|
-
|
|
19443
|
+
w([
|
|
19436
19444
|
g({
|
|
19437
19445
|
attribute: "show-pagination-buttons",
|
|
19438
19446
|
type: Boolean
|
|
19439
19447
|
})
|
|
19440
19448
|
], m.prototype, "showPaginationButtons", 2);
|
|
19441
|
-
|
|
19449
|
+
w([
|
|
19450
|
+
g({
|
|
19451
|
+
attribute: "hide-pagination-input",
|
|
19452
|
+
type: Boolean
|
|
19453
|
+
})
|
|
19454
|
+
], m.prototype, "hidePaginationInput", 2);
|
|
19455
|
+
w([
|
|
19442
19456
|
g({
|
|
19443
|
-
attribute: "
|
|
19457
|
+
attribute: "page-size-options",
|
|
19444
19458
|
type: Array
|
|
19445
19459
|
})
|
|
19446
|
-
], m.prototype, "
|
|
19447
|
-
|
|
19460
|
+
], m.prototype, "pageSizeOptions", 2);
|
|
19461
|
+
w([
|
|
19448
19462
|
g({
|
|
19449
19463
|
attribute: "pagination-add-row",
|
|
19450
19464
|
type: String
|
|
19451
19465
|
})
|
|
19452
19466
|
], m.prototype, "paginationAddRow", 2);
|
|
19453
|
-
|
|
19467
|
+
w([
|
|
19454
19468
|
g({
|
|
19455
19469
|
attribute: "pagination-counter",
|
|
19456
19470
|
type: String
|
|
19457
19471
|
})
|
|
19458
19472
|
], m.prototype, "paginationCounter", 2);
|
|
19459
|
-
|
|
19473
|
+
w([
|
|
19460
19474
|
g({
|
|
19461
19475
|
attribute: "pagination-show-first",
|
|
19462
19476
|
type: Boolean
|
|
19463
19477
|
})
|
|
19464
19478
|
], m.prototype, "paginationShowFirst", 2);
|
|
19465
|
-
|
|
19479
|
+
w([
|
|
19466
19480
|
g({
|
|
19467
19481
|
attribute: "pagination-show-last",
|
|
19468
19482
|
type: Boolean
|
|
19469
19483
|
})
|
|
19470
19484
|
], m.prototype, "paginationShowLast", 2);
|
|
19471
|
-
|
|
19485
|
+
w([
|
|
19472
19486
|
g({
|
|
19473
19487
|
attribute: "hover-menu",
|
|
19474
19488
|
type: Object
|
|
19475
19489
|
})
|
|
19476
19490
|
], m.prototype, "hoverMenu", 2);
|
|
19477
|
-
|
|
19491
|
+
w([
|
|
19478
19492
|
g({
|
|
19479
19493
|
attribute: "label",
|
|
19480
19494
|
type: String
|
|
19481
19495
|
})
|
|
19482
19496
|
], m.prototype, "label", 2);
|
|
19483
|
-
|
|
19497
|
+
w([
|
|
19484
19498
|
g({
|
|
19485
19499
|
attribute: "tabulator-role",
|
|
19486
19500
|
type: String
|
|
19487
19501
|
})
|
|
19488
19502
|
], m.prototype, "tabulatorRole", 2);
|
|
19489
|
-
|
|
19503
|
+
w([
|
|
19490
19504
|
g({
|
|
19491
19505
|
attribute: "column-group-role",
|
|
19492
19506
|
type: String
|
|
19493
19507
|
})
|
|
19494
19508
|
], m.prototype, "columnGroupRole", 2);
|
|
19495
|
-
|
|
19509
|
+
w([
|
|
19496
19510
|
g({
|
|
19497
19511
|
attribute: "column-header-role",
|
|
19498
19512
|
type: String
|
|
19499
19513
|
})
|
|
19500
19514
|
], m.prototype, "columnHeaderRole", 2);
|
|
19501
|
-
|
|
19515
|
+
w([
|
|
19502
19516
|
g({
|
|
19503
19517
|
attribute: "row-role",
|
|
19504
19518
|
type: String
|
|
19505
19519
|
})
|
|
19506
19520
|
], m.prototype, "rowRole", 2);
|
|
19507
|
-
|
|
19521
|
+
w([
|
|
19508
19522
|
g({
|
|
19509
19523
|
attribute: "row-group-role",
|
|
19510
19524
|
type: String
|
|
19511
19525
|
})
|
|
19512
19526
|
], m.prototype, "rowGroupRole", 2);
|
|
19513
|
-
|
|
19527
|
+
w([
|
|
19514
19528
|
g({
|
|
19515
19529
|
attribute: "cell-role",
|
|
19516
19530
|
type: String
|
|
19517
19531
|
})
|
|
19518
19532
|
], m.prototype, "cellRole", 2);
|
|
19519
|
-
|
|
19533
|
+
w([
|
|
19520
19534
|
g({
|
|
19521
19535
|
attribute: "filter-mode",
|
|
19522
19536
|
type: String
|
|
19523
19537
|
})
|
|
19524
19538
|
], m.prototype, "filterMode", 2);
|
|
19525
|
-
|
|
19539
|
+
w([
|
|
19526
19540
|
g({
|
|
19527
19541
|
attribute: "initial-filter",
|
|
19528
19542
|
type: Array
|
|
19529
19543
|
})
|
|
19530
19544
|
], m.prototype, "initialFilter", 2);
|
|
19531
|
-
|
|
19545
|
+
w([
|
|
19532
19546
|
g({
|
|
19533
19547
|
attribute: "initial-header-filter",
|
|
19534
19548
|
type: Array
|
|
19535
19549
|
})
|
|
19536
19550
|
], m.prototype, "initialHeaderFilter", 2);
|
|
19537
|
-
|
|
19551
|
+
w([
|
|
19538
19552
|
g({
|
|
19539
19553
|
attribute: "header-filter-live-filter-delay",
|
|
19540
19554
|
type: Number
|
|
19541
19555
|
})
|
|
19542
19556
|
], m.prototype, "headerFilterLiveFilterDelay", 2);
|
|
19543
|
-
|
|
19557
|
+
w([
|
|
19544
19558
|
g({
|
|
19545
19559
|
attribute: "placeholder-header-filter",
|
|
19546
19560
|
type: String
|
|
19547
19561
|
})
|
|
19548
19562
|
], m.prototype, "placeholderHeaderFilter", 2);
|
|
19549
|
-
|
|
19563
|
+
w([
|
|
19550
19564
|
g({
|
|
19551
19565
|
attribute: "no-column-placeholder-text",
|
|
19552
19566
|
type: String
|
|
19553
19567
|
})
|
|
19554
19568
|
], m.prototype, "noColumnPlaceholderText", 2);
|
|
19555
|
-
|
|
19569
|
+
w([
|
|
19556
19570
|
g({
|
|
19557
19571
|
attribute: "use-overlay-scrollbar",
|
|
19558
19572
|
reflect: !0,
|
|
19559
19573
|
type: Boolean
|
|
19560
19574
|
})
|
|
19561
19575
|
], m.prototype, "useOverlayScrollbar", 2);
|
|
19562
|
-
|
|
19576
|
+
w([
|
|
19563
19577
|
g({ attribute: "loading", type: Boolean })
|
|
19564
19578
|
], m.prototype, "loading", 2);
|
|
19565
|
-
|
|
19579
|
+
w([
|
|
19566
19580
|
re()
|
|
19567
19581
|
], m.prototype, "tabulatorInstance", 2);
|
|
19568
|
-
|
|
19582
|
+
w([
|
|
19569
19583
|
re()
|
|
19570
19584
|
], m.prototype, "watchedEvents", 2);
|
|
19571
|
-
|
|
19585
|
+
w([
|
|
19572
19586
|
re()
|
|
19573
19587
|
], m.prototype, "activeSearchValue", 2);
|
|
19574
|
-
|
|
19588
|
+
w([
|
|
19575
19589
|
V("useOverlayScrollbar")
|
|
19576
19590
|
], m.prototype, "handleUseOverlayScrollbarChange", 1);
|
|
19577
|
-
|
|
19591
|
+
w([
|
|
19578
19592
|
V([
|
|
19579
19593
|
"movableRows",
|
|
19580
19594
|
"movableColumns",
|
|
@@ -19634,6 +19648,7 @@ v([
|
|
|
19634
19648
|
"spreadsheetRows",
|
|
19635
19649
|
"spreadsheetColumnDefinition",
|
|
19636
19650
|
"spreadsheetOutputFull",
|
|
19651
|
+
"hidePaginationInput",
|
|
19637
19652
|
"editorEmptyValue",
|
|
19638
19653
|
"spreadsheetSheets",
|
|
19639
19654
|
"spreadsheetSheetTabs",
|
|
@@ -19655,7 +19670,7 @@ v([
|
|
|
19655
19670
|
"pagination",
|
|
19656
19671
|
"paginationMode",
|
|
19657
19672
|
"paginationButtonCount",
|
|
19658
|
-
"
|
|
19673
|
+
"pageSizeOptions",
|
|
19659
19674
|
"paginationAddRow",
|
|
19660
19675
|
"paginationCounter",
|
|
19661
19676
|
"hoverMenu",
|
|
@@ -19672,43 +19687,43 @@ v([
|
|
|
19672
19687
|
"placeholderHeaderFilter"
|
|
19673
19688
|
])
|
|
19674
19689
|
], m.prototype, "handleLayoutChange", 1);
|
|
19675
|
-
|
|
19690
|
+
w([
|
|
19676
19691
|
V("data", { deepCompare: !0, waitUntilFirstUpdate: !0 })
|
|
19677
19692
|
], m.prototype, "handleDataChange", 1);
|
|
19678
|
-
|
|
19693
|
+
w([
|
|
19679
19694
|
V("spreadsheetData", { waitUntilFirstUpdate: !0 })
|
|
19680
19695
|
], m.prototype, "handleSpreadsheetDataChange", 1);
|
|
19681
|
-
|
|
19696
|
+
w([
|
|
19682
19697
|
V("columns", { deepCompare: !0, waitUntilFirstUpdate: !0 })
|
|
19683
19698
|
], m.prototype, "handleColumnsChange", 1);
|
|
19684
|
-
|
|
19699
|
+
w([
|
|
19685
19700
|
V("noColumnPlaceholderText", { waitUntilFirstUpdate: !0 })
|
|
19686
19701
|
], m.prototype, "handleNoColumnPlaceholderTextChange", 1);
|
|
19687
|
-
|
|
19702
|
+
w([
|
|
19688
19703
|
V("groupBy", { waitUntilFirstUpdate: !0 })
|
|
19689
19704
|
], m.prototype, "handleGroupByChange", 1);
|
|
19690
|
-
|
|
19705
|
+
w([
|
|
19691
19706
|
V("groupHeader", { waitUntilFirstUpdate: !0 })
|
|
19692
19707
|
], m.prototype, "handleGroupHeaderChange", 1);
|
|
19693
|
-
|
|
19708
|
+
w([
|
|
19694
19709
|
V("groupValues", { waitUntilFirstUpdate: !0 })
|
|
19695
19710
|
], m.prototype, "handleGroupValuesChange", 1);
|
|
19696
|
-
|
|
19711
|
+
w([
|
|
19697
19712
|
V("paginationSize", { waitUntilFirstUpdate: !0 })
|
|
19698
19713
|
], m.prototype, "handlePaginationSizeChange", 1);
|
|
19699
|
-
|
|
19714
|
+
w([
|
|
19700
19715
|
V("paginationInitialPage")
|
|
19701
19716
|
], m.prototype, "handlePaginationInitialPageChange", 1);
|
|
19702
|
-
|
|
19717
|
+
w([
|
|
19703
19718
|
V("loading", { waitUntilFirstUpdate: !0 })
|
|
19704
19719
|
], m.prototype, "handleLoadingChange", 1);
|
|
19705
|
-
|
|
19720
|
+
w([
|
|
19706
19721
|
V("searchFields", { waitUntilFirstUpdate: !0 })
|
|
19707
19722
|
], m.prototype, "handleSearchFieldsChange", 1);
|
|
19708
|
-
|
|
19723
|
+
w([
|
|
19709
19724
|
V("dropdownFilters", { deepCompare: !0, waitUntilFirstUpdate: !0 })
|
|
19710
19725
|
], m.prototype, "handleDropdownFiltersPropChange", 1);
|
|
19711
|
-
m =
|
|
19726
|
+
m = w([
|
|
19712
19727
|
Ve("cx-table")
|
|
19713
19728
|
], m);
|
|
19714
19729
|
export {
|