@orangelogic/design-system 2.79.0 → 2.81.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/{asset.DWZ2Lzb6.js → asset.CVuNAhz3.js} +1 -1
- package/library/chunks/{color-swatch-group.DvllHUil.js → color-swatch-group.o7zyUsbZ.js} +1 -1
- package/library/chunks/{endpoints.B7lcoc1N.js → endpoints.BpAhLyZw.js} +126 -117
- package/library/chunks/{folder-select.DOsefkAC.js → folder-select.D6yLoXWU.js} +146 -120
- package/library/chunks/{list-editor.DNa6ROgr.js → list-editor.Hd2f8A0Y.js} +2 -2
- package/library/chunks/{table.B8LpbiGE.js → table.CLyePLwR.js} +252 -237
- package/library/components/asset-link-format.js +2 -2
- package/library/components/atoms.js +1 -1
- package/library/components/color-swatch-group.js +2 -2
- package/library/components/folder-select.js +2 -2
- package/library/components/list-editor.js +2 -2
- package/library/components/menu-item.js +1 -1
- package/library/components/molecules.js +2 -2
- package/library/components/organisms.js +1 -1
- package/library/components/table.js +1 -1
- package/library/components/types.js +18202 -18132
- package/library/package.json +1 -1
- package/library/packages/atoms/src/components/table/table.d.ts +2 -6
- package/library/packages/events/src/cx-unauthorized.d.ts +10 -0
- package/library/packages/events/src/events.d.ts +1 -0
- package/library/packages/molecules/src/folder-select/components/folder-select-tree/folder-select-tree.d.ts +1 -0
- package/library/packages/molecules/src/folder-select/components/folder-select-tree-item/folder-select-tree-item.d.ts +2 -0
- package/library/packages/molecules/src/folder-select/folder-select.d.ts +1 -0
- package/library/packages/molecules/src/storybook/storybook.d.ts +60 -24
- package/library/packages/types/src/storybook.d.ts +19 -0
- package/library/react-web-component.d.ts +7 -7
- package/package.json +1 -1
|
@@ -4,7 +4,7 @@ import vs from "../components/divider.js";
|
|
|
4
4
|
import As from "../components/format-number.js";
|
|
5
5
|
import { C as ys } from "./icon-button.BuhCp--_.js";
|
|
6
6
|
import _s from "../components/select.js";
|
|
7
|
-
import
|
|
7
|
+
import bi from "../components/space.js";
|
|
8
8
|
import Ns 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.CRO4Odto.js";
|
|
@@ -19,7 +19,7 @@ import { e as Ie } from "./query.BBf1UFkC.js";
|
|
|
19
19
|
import { e as Gs } from "./class-map.BiVq-cVR.js";
|
|
20
20
|
import { n as U } from "./when.Dr1es41R.js";
|
|
21
21
|
import ht from "../components/icon.js";
|
|
22
|
-
import
|
|
22
|
+
import wi from "../components/tooltip.js";
|
|
23
23
|
import { r as js } from "./choose.BTbF6BAn.js";
|
|
24
24
|
import { o as be } from "./if-defined.BRoBj_Rp.js";
|
|
25
25
|
import { c as Ae } from "./repeat.DbF2p5ae.js";
|
|
@@ -36,7 +36,7 @@ import "./browser.BHOCIF_A.js";
|
|
|
36
36
|
import "./form.DgwYWi0O.js";
|
|
37
37
|
import "./purify.es.BIuh5IAZ.js";
|
|
38
38
|
import { t as Ys } from "./toast.BXNbwZV8.js";
|
|
39
|
-
import { s as S, a as pt } from "./string.B_rEG27K.js";
|
|
39
|
+
import { s as S, a as pt, b as vi } from "./string.B_rEG27K.js";
|
|
40
40
|
import { C as Qs } from "./option.DljDoFx4.js";
|
|
41
41
|
var ae = /* @__PURE__ */ ((a) => (a.Bottom = "bottom", a.Center = "center", a.Nearest = "nearest", a.Top = "top", a))(ae || {}), q = /* @__PURE__ */ ((a) => (a.All = "all", a.Cell = "cell", a.Column = "column", a.Row = "row", a))(q || {}), je = /* @__PURE__ */ ((a) => (a.Both = "both", a.Copy = "copy", a.Paste = "paste", a))(je || {}), xe = /* @__PURE__ */ ((a) => (a.Left = "left", a.Right = "right", a))(xe || {}), he = /* @__PURE__ */ ((a) => (a.Local = "local", a.Remote = "remote", a))(he || {}), W = /* @__PURE__ */ ((a) => (a.Asc = "asc", a.Desc = "desc", a.None = "none", a))(W || {}), Me = /* @__PURE__ */ ((a) => (a.Ends = "ends", a.Equal = "=", a.GreaterOrEqual = ">=", a.GreaterThan = ">", a.In = "in", a.Keywords = "keywords", a.LessOrEqual = "<=", a.LessThan = "<", a.Like = "like", a.NotEqual = "!=", a.Regex = "regex", a.Starts = "starts", a))(Me || {});
|
|
42
42
|
const Cs = 36;
|
|
@@ -171,7 +171,7 @@ oe.dependencies = {
|
|
|
171
171
|
"cx-menu": dt,
|
|
172
172
|
"cx-menu-item": ut,
|
|
173
173
|
"cx-menu-section": $s,
|
|
174
|
-
"cx-tooltip":
|
|
174
|
+
"cx-tooltip": wi
|
|
175
175
|
};
|
|
176
176
|
Le([
|
|
177
177
|
g()
|
|
@@ -244,9 +244,9 @@ ve.styles = [qe, eo];
|
|
|
244
244
|
ve.dependencies = {
|
|
245
245
|
"cx-button": _e,
|
|
246
246
|
"cx-icon": ht,
|
|
247
|
-
"cx-space":
|
|
247
|
+
"cx-space": bi,
|
|
248
248
|
"cx-table-row-actions-dropdown": oe,
|
|
249
|
-
"cx-tooltip":
|
|
249
|
+
"cx-tooltip": wi
|
|
250
250
|
};
|
|
251
251
|
ft([
|
|
252
252
|
g()
|
|
@@ -543,10 +543,10 @@ O.dependencies = {
|
|
|
543
543
|
"cx-menu": dt,
|
|
544
544
|
"cx-menu-item": ut,
|
|
545
545
|
"cx-pagination": Is,
|
|
546
|
-
"cx-space":
|
|
546
|
+
"cx-space": bi,
|
|
547
547
|
"cx-table-dropdown-filter": ce,
|
|
548
548
|
"cx-table-saved-search-dropdown": X,
|
|
549
|
-
"cx-tooltip":
|
|
549
|
+
"cx-tooltip": wi,
|
|
550
550
|
"cx-typography": Xs
|
|
551
551
|
};
|
|
552
552
|
A([
|
|
@@ -1203,8 +1203,8 @@ const mo = x`<cx-table-row-actions></cx-table-row-actions>`, Fe = class Fe exten
|
|
|
1203
1203
|
}
|
|
1204
1204
|
};
|
|
1205
1205
|
Fe.moduleName = "hoverMenu", Fe.placementDataAttribute = "hoverMenuPlacement";
|
|
1206
|
-
let
|
|
1207
|
-
const bo = H`.tabulator .tabulator-alert{z-index:100;background:color-mix(in srgb, var(--cx-color-neutral-0) 40%, transparent);text-align:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.tabulator .tabulator-alert.tabulator-alert-state-loading{--loading-offset:var(--cx-spacing-x-small);top:calc(var(--header-height,var(--cx-spacing-3x-large)) + var(--border-width) + var(--loading-offset));height:calc(100% - var(--header-height,var(--cx-spacing-3x-large)) - var(--border-width) - var(--loading-offset))}.tabulator.tabulator-header-hidden .tabulator-alert.tabulator-alert-state-loading{height:100%;top:0}.tabulator .tabulator-alert .tabulator-alert-msg{padding:var(--cx-spacing-small) var(--cx-spacing-large);border-radius:var(--cx-border-radius-x-large);background:var(--cx-color-neutral-0);font-weight:700;font-size:var(--cx-font-size-medium);margin:0 auto;display:inline-block}.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg{color:var(--cx-color-neutral-1000)}.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error{border:4px solid var(--cx-color-danger);color:var(--cx-color-danger-900)}`, wo = H`:host{--width:100%;--table-height:var(--height,auto);--table-min-height:var(--min-height,0);--table-max-height:var(--max-height,auto);--color:var(--cx-color-neutral-700);--background-color:var(--cx-color-neutral-0);--border-width:var(--cx-input-border-width);--border-color:var(--cx-color-neutral-200);--outer-border-color:var(--border-color);--border-radius:var(--cx-border-radius-medium);--row-background-color:var(--cx-color-neutral-0);--row-even-background-color:var(--cx-color-neutral-0);--row-hover-background-color:var(--cx-color-neutral-0);--row-even-hover-background-color:var(--cx-color-neutral-0);--frozen-border-color:var(--cx-color-neutral-200);--header-background-color:var(--cx-color-neutral-50);--header-hover-background-color:var(--cx-color-primary-50);--header-font-weight:var(--cx-font-weight-medium);--header-font-size:var(--cx-font-size-x-small);--header-color:var(--cx-color-neutral-700);--header-border-right:1px solid var(--cx-color-neutral-200);--header-border-bottom:none;--header-height:var(--cx-spacing-3x-large);--header-horizontal-padding:var(--cx-spacing-large);--body-background-color:var(--cx-color-neutral-0);--cell-border-color:transparent;--cell-bottom-border-color:var(--cx-color-neutral-200);--cell-horizontal-padding:var(--cx-spacing-large);--cell-font-size:var(--cx-font-size-small);--cell-font-weight:var(--cx-font-weight-regular);--cell-line-height:normal;--cell-hover-background-color:var(--cx-color-neutral-50);--group-count-color:var(--cx-color-danger-500);--group-row-background-color:var(--row-background-color);--group-row-hover-background-color:var(--row-hover-background-color);--group-row-border-color:var(--cx-color-neutral-200);--group-row-color:var(--cx-color-neutral-900);--group-row-font-weight:var(--cx-font-weight-medium);--row-header-border-color:var(--cx-color-neutral-200);isolation:isolate;width:var(--width);display:block}.container{height:100%}.tabulator{background-color:var(--background-color);font-size:var(--font-size,var(--cx-font-size-small));text-align:left;height:var(--table-height);min-height:var(--table-min-height);max-height:var(--table-max-height);border-radius:var(--cx-border-radius-medium);flex-direction:column;line-height:normal;display:flex;position:relative;overflow:hidden}.tabulator[data-overlayscrollbars]{flex-direction:column}.tabulator[data-overlayscrollbars-viewport="scrollbarHidden overflowXHidden overflowYHidden"]{display:flex}.tabulator>[data-overlayscrollbars-viewport]{flex-direction:column;display:flex}.tabulator.tabulator-overflow-x{border-right:var(--border-width) solid var(--outer-border-color);border-top-right-radius:var(--border-radius)}.tabulator[tabulator-layout=fitDataFill] .tabulator-tableholder .tabulator-table{min-width:100%}.tabulator[tabulator-layout=fitDataTable]{display:inline-block}.tabulator.tabulator-block-select,.tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing){user-select:none}.tabulator .tabulator-tableholder-wrapper{flex:1;width:max-content;display:flex;position:relative;overflow:hidden}.tabulator .tabulator-tableholder{white-space:nowrap;-webkit-overflow-scrolling:touch;border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius);flex:1;width:max-content;position:relative;overflow:auto}.tabulator .tabulator-tableholder-wrapper:before{content:"";z-index:1;pointer-events:none;border:var(--border-width) solid var(--outer-border-color);border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius);width:100%;height:100%;display:block;position:absolute;top:0;left:0}.tabulator.tabulator-header-hidden .tabulator-tableholder-wrapper:before{border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius)}.tabulator .tabulator-tableholder:focus{outline:none}.tabulator .tabulator-tableholder .tabulator-table{background-color:var(--body-background-color,var(--cx-color-neutral-0));white-space:nowrap;color:var(--color);min-width:100%;display:inline-block;position:relative;overflow:visible}`, vo = H`.tabulator .tabulator-header .tabulator-calcs-holder{box-sizing:border-box;border-top:var(--border-width) solid var(--cx-color-neutral-400);border-bottom:var(--border-width) solid var(--cx-color-neutral-400);display:inline-block;background:var(--cx-color-neutral-100)!important}.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row{background:var(--cx-color-neutral-100)!important}.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle{display:none}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs{font-weight:700;background:var(--cx-color-neutral-200)!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top{border-bottom:2px solid var(--cx-color-neutral-400)}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom{border-top:2px solid var(--cx-color-neutral-400)}.tabulator .tabulator-footer .tabulator-calcs-holder{box-sizing:border-box;text-align:left;border-bottom:1px solid var(--cx-color-neutral-400);border-top:1px solid var(--cx-color-neutral-400);width:100%;overflow:hidden;background:var(--cx-color-neutral-100)!important}.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row{display:inline-block;background:var(--cx-color-neutral-100)!important}.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle{display:none}.tabulator .tabulator-footer .tabulator-calcs-holder:only-child{border-bottom:none;margin-bottom:-5px}`, yo = H`.tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty{width:22px;display:inline-block}.tabulator-row .tabulator-cell .tabulator-data-tree-branch{vertical-align:middle;width:7px;height:9px;margin-top:-9px;margin-right:var(--cx-spacing-2x-small);border-left:2px solid var(--cx-color-neutral-400);border-bottom:2px solid var(--cx-color-neutral-400);border-bottom-left-radius:1px;display:inline-block}.tabulator-row .tabulator-cell .tabulator-data-tree-control{vertical-align:middle;flex:0 0 18px;justify-content:center;align-items:center;width:18px;display:inline-flex}`, Co = H`.tabulator-row .tabulator-cell.tabulator-editing{padding:0 var(--cell-horizontal-padding);outline:none}.tabulator:not(.tabulator-ranges) .tabulator-row .tabulator-cell.tabulator-editing input,.tabulator:not(.tabulator-ranges) .tabulator-row .tabulator-cell.tabulator-editing select{font-size:inherit;color:inherit;border-radius:var(--cx-input-border-radius-medium);background:0 0;border:none;outline:none;padding:0;font-family:inherit}.tabulator-ranges .tabulator-row .tabulator-cell.tabulator-editing input,.tabulator-ranges .tabulator-row .tabulator-cell.tabulator-editing select{border:var(--border-width) solid var(--border-color);background:0 0;outline:none}.tabulator-row .tabulator-cell.tabulator-validation-fail{border:var(--border-width) solid var(--cx-color-danger)}.tabulator-row .tabulator-cell.tabulator-validation-fail input,.tabulator-row .tabulator-cell.tabulator-validation-fail select{border:var(--border-width) solid var(--border-color);color:var(--cx-color-danger);background:0 0}.tabulator-row .tabulator-cell.tabulator-editing.tabulator-edit-list{padding:0 var(--cx-spacing-x-small)}.tabulator-edit-list{position:relative}.tabulator-edit-list:not(.tabulator-editing) .tabulator-cell-content{padding-right:var(--cx-spacing-large)}.tabulator-edit-list-trigger{top:50%;right:var(--cx-spacing-small);width:var(--cx-spacing-large);appearance:none;height:100%;color:inherit;cursor:pointer;font:inherit;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute;transform:translateY(-50%)}.tabulator-edit-list.tabulator-editing .tabulator-edit-list-trigger{display:none}.tabulator-edit-list-trigger-caret{--font-size:var(--cx-font-size-medium);color:var(--cx-color-neutral-500)}`, Eo = H`.tabulator .tabulator-footer{border-top:1px solid var(--cx-color-neutral-400);background-color:var(--cx-color-neutral-200);color:var(--cx-color-neutral-500);white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;-khtml-user-select:none;-o-user-select:none;font-weight:700}.tabulator .tabulator-footer .tabulator-footer-contents{padding:var(--cx-spacing-2x-small) var(--cx-spacing-small);flex-direction:row;justify-content:space-between;align-items:center;display:flex}.tabulator .tabulator-footer .tabulator-footer-contents:empty{display:none}`, xo = H`.tabulator-row .tabulator-cell .tabulator-traffic-light-container{align-items:center;gap:var(--cx-spacing-x-small);display:inline-flex}.tabulator-row .tabulator-cell .tabulator-traffic-light{border-radius:var(--cx-border-radius-x-large);width:14px;height:14px;display:inline-block}`, Ro = H`.tabulator-row.tabulator-group{box-sizing:border-box;border-bottom:var(--border-width) solid var(--group-row-border-color);border-right:var(--border-width) solid var(--group-row-border-color);padding:var(--cx-spacing-2x-small);padding-left:var(--cx-spacing-small);background:var(--group-row-background-color);min-width:100%;line-height:var(--header-height);color:var(--group-row-color);font-weight:var(--group-row-font-weight)}.tabulator-row.tabulator-group.tabulator-row-last{border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-group:hover{cursor:pointer;background-color:var(--group-row-hover-background-color)}}.tabulator-row.tabulator-group.tabulator-group-level-1{padding-left:30px}.tabulator-row.tabulator-group.tabulator-group-level-2{padding-left:50px}.tabulator-row.tabulator-group.tabulator-group-level-3{padding-left:70px}.tabulator-row.tabulator-group.tabulator-group-level-4{padding-left:90px}.tabulator-row.tabulator-group.tabulator-group-level-5{padding-left:110px}.tabulator-row.tabulator-group .tabulator-group-toggle{display:inline-flex}.tabulator-row.tabulator-group span{margin-left:var(--cx-spacing-small);color:var(--group-count-color)}`, So = H`:host{--selected-column-header-background-color:var(--header-background-color);--selected-column-header-color:var(--header-color)}.tabulator .tabulator-header{box-sizing:border-box;width:max-content;font-weight:var(--header-font-weight);font-size:var(--header-font-size);color:var(--header-color);white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-o-user-select:none;outline:none;position:relative}.tabulator .tabulator-header.tabulator-header-hidden{display:none}.tabulator .tabulator-header .tabulator-header-contents{box-sizing:border-box;width:max-content;position:relative;overflow:hidden}.tabulator .tabulator-header .tabulator-header-contents:before{content:"";z-index:1;pointer-events:none;border:var(--border-width) solid var(--outer-border-color);border-bottom:var(--header-border-bottom);border-top-right-radius:var(--border-radius);border-top-left-radius:var(--border-radius);width:100%;height:100%;display:block;position:absolute;top:0;left:0}.tabulator .tabulator-header .tabulator-col:last-of-type{border-right:none}.tabulator .tabulator-header .tabulator-header-contents .tabulator-headers{background-color:var(--header-background-color);display:inline-block}.tabulator .tabulator-header .tabulator-col{box-sizing:border-box;border-right:var(--header-border-right);background:var(--header-background-color);text-align:left;vertical-align:bottom;height:var(--header-height);flex-direction:column;justify-content:center;display:inline-flex;position:relative;overflow:hidden}.tabulator .tabulator-header .tabulator-col.tabulator-moving{border:solid var(--border-width) var(--border-color);background:var(--cx-color-neutral-300);pointer-events:none;position:absolute}.tabulator .tabulator-header .tabulator-col.tabulator-range-highlight{background-color:var(--selected-column-header-background-color);color:var(--selected-column-header-color)}.tabulator .tabulator-header .tabulator-col.tabulator-range-selected{background-color:var(--cx-color-primary-500);color:var(--cx-color-neutral-0)}.tabulator .tabulator-header .tabulator-col .tabulator-col-content{box-sizing:border-box;padding:var(--cx-spacing-2x-small) var(--header-horizontal-padding);position:relative}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button{padding:0 var(--cx-spacing-x-small)}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover{cursor:pointer;opacity:.6}}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder{position:relative}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title{box-sizing:border-box;white-space:nowrap;text-overflow:ellipsis;vertical-align:bottom;width:100%;overflow:hidden}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap{white-space:normal;text-overflow:initial}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor{box-sizing:border-box;border:solid var(--border-width) var(--border-color);width:100%;padding:var(--cx-spacing-3x-small);background:var(--cx-color-neutral-0)}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button+.tabulator-title-editor{width:calc(100% - 22px)}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{align-items:center;display:flex;position:absolute;top:0;bottom:0;right:4px}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-left:6px solid #0000;border-right:6px solid #0000;border-bottom:6px solid var(--cx-color-neutral-200);width:0;height:0}.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{border-top:1px solid var(--cx-color-neutral-400);margin-right:-1px;display:flex;position:relative;overflow:hidden}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter{box-sizing:border-box;margin-top:var(--cx-spacing-3x-small);text-align:center;width:100%;position:relative}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea{height:auto!important}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg{margin-top:var(--cx-spacing-3x-small)}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear{width:0;height:0}.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{padding-right:var(--cx-spacing-x-large)}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover{cursor:pointer}.tabulator .tabulator-header .tabulator-col:hover{background-color:var(--header-hover-background-color)}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter{color:var(--cx-color-neutral-200)}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{cursor:pointer;border-bottom:6px solid var(--cx-color-neutral-500)}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-top:none;border-bottom:6px solid var(--cx-color-neutral-200)}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter{color:var(--cx-color-neutral-600)}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{cursor:pointer;border-bottom:6px solid var(--cx-color-neutral-500)}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-top:none;border-bottom:6px solid var(--cx-color-neutral-600)}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter{color:var(--cx-color-neutral-600)}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{cursor:pointer;border-top:6px solid var(--cx-color-neutral-500)}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:none;border-top:6px solid var(--cx-color-neutral-600);color:var(--cx-color-neutral-600)}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title{writing-mode:vertical-rl;text-orientation:mixed;justify-content:center;align-items:center;display:flex}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title{transform:rotate(180deg)}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title{padding-right:0;padding-top:var(--cx-spacing-large)}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title{padding-right:0;padding-bottom:var(--cx-spacing-large)}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter{justify-content:center;inset:4px 0 auto}.tabulator .tabulator-header .tabulator-frozen{z-index:11;position:sticky;left:0}.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left{border-right:2px solid var(--frozen-border-color)}.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right{border-left:2px solid var(--frozen-border-color)}.tabulator .tabulator-header .tabulator-frozen-rows-holder{border-bottom:2px solid var(--frozen-border-color);display:inline-block}.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty{display:none}`, To = H`:host{--hover-menu-background-color:transparent}.tabulator-hover-menu{padding-left:var(--cell-horizontal-padding);padding-right:var(--cell-horizontal-padding);background-color:var(--hover-menu-background-color);opacity:0;pointer-events:none;z-index:12;align-items:center;height:100%;display:flex;position:absolute;top:0}.tabulator:not(.tabulator-editing) .tabulator-hover-menu--active{opacity:1;pointer-events:auto}`, Mo = H`.tabulator-row .tabulator-cell.tabulator-row-handle{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-o-user-select:none;justify-content:center;align-items:center;display:inline-flex}.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box{width:80%}.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar{width:100%;height:3px;margin-top:var(--cx-spacing-3x-small);background:var(--cx-color-neutral-600)}`, ko = H`.tabulator .tabulator-footer .tabulator-paginator{flex:1}.tabulator .tabulator-footer .tabulator-paginator-pagination{margin-left:auto}.tabulator-paginator-pagination{--font-size:var(--cx-font-size-x-small);--pagination-input-font-size:var(--cx-font-size-x-small)}.tabulator-paginator-pagination::part(back-icon),.tabulator-paginator-pagination::part(next-icon){--font-size:var(--cx-font-size-medium)}`, Lo = H`:host{--placeholder-color:var(--cx-color-neutral-800);--placeholder-font-weight:var(--cx-font-weight-regular);--placeholder-font-size:var(--cx-font-size-small)}.tabulator .tabulator-tableholder-wrapper .tabulator-placeholder{box-sizing:border-box;justify-content:center;align-items:center;width:100%;min-width:100%;display:flex}.tabulator .tabulator-tableholder-wrapper .tabulator-placeholder[tabulator-render-mode=virtual]{min-height:100%}.tabulator .tabulator-placeholder .tabulator-placeholder-contents{height:100%;padding:var(--cx-spacing-small);color:var(--placeholder-color);font-weight:var(--placeholder-font-weight);font-size:var(--placeholder-font-size);white-space:normal;justify-content:center;align-items:center;display:flex}.tabulator .tabulator-tableholder-wrapper .tabulator-placeholder.tabulator-placeholder--initializing .tabulator-placeholder-contents{visibility:hidden}.tabulator.tabulator-all-columns-hidden .tabulator-header{width:100%;height:var(--header-height);min-height:var(--header-height)}.tabulator.tabulator-all-columns-hidden .tabulator-header .tabulator-header-contents{background-color:var(--header-background-color);flex-direction:column;width:100%;height:100%;min-height:0;display:flex}.tabulator.tabulator-all-columns-hidden .tabulator-header .tabulator-header-contents:before{box-sizing:border-box;width:auto;height:auto;inset:0}.tabulator.tabulator-all-columns-hidden .tabulator-header .tabulator-header-contents .tabulator-headers{box-sizing:border-box;flex:1;align-self:stretch;width:100%;min-height:0;display:flex}.tabulator.tabulator-all-columns-hidden .tabulator-tableholder-wrapper{width:100%}.tabulator-row.tabulator-placeholder-row{border-left:var(--border-width) solid var(--cell-border-color);border-right:var(--border-width) solid var(--cell-border-color);border-bottom:var(--border-width) solid var(--cell-bottom-border-color);padding:var(--cx-spacing-2x-small) var(--cell-horizontal-padding)}`, Do = H`.tabulator-toggle{box-sizing:border-box;border:var(--border-width) solid var(--cx-color-neutral-300);background:var(--cx-color-neutral-200);flex-direction:row;display:flex}.tabulator-toggle.tabulator-toggle-on{background:var(--cx-color-primary-700)}.tabulator-toggle .tabulator-toggle-switch{box-sizing:border-box;border:var(--border-width) solid var(--cx-color-neutral-300);background:var(--cx-color-neutral-0)}.tabulator-popup-container{box-sizing:border-box;background:var(--cx-color-neutral-0);border:var(--border-width) solid var(--cx-color-neutral-400);font-size:var(--cx-font-size-small);-webkit-overflow-scrolling:touch;z-index:10000;display:inline-block;position:absolute;overflow-y:auto;box-shadow:0 0 5px #0003}.tabulator-popup{padding:var(--cx-spacing-2x-small);border-radius:var(--cx-border-radius-small)}.tabulator-tooltip{max-width:min(500px,100%);padding:var(--cx-spacing-3x-small) var(--cx-spacing-2x-small);border-radius:var(--cx-border-radius-small);box-shadow:none;font-size:var(--cx-font-size-x-small);pointer-events:none}.tabulator-menu .tabulator-menu-item{box-sizing:border-box;padding:var(--cx-spacing-2x-small) var(--cx-spacing-small);user-select:none;position:relative}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled{opacity:.5}@media (hover:hover) and (pointer:fine){.tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover{cursor:pointer;background:var(--cx-color-neutral-50)}}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu{padding-right:var(--cx-spacing-x-large)}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu:after{content:"";border-width:var(--border-width) var(--border-width) 0 0;border-style:solid;border-color:var(--cx-color-neutral-400);vertical-align:top;width:7px;height:7px;display:inline-block;position:absolute;top:calc(5px + .4em);right:10px;transform:rotate(45deg)}.tabulator-menu .tabulator-menu-separator{border-top:var(--border-width) solid var(--cx-color-neutral-400)}`, zo = H`.tabulator-print-fullscreen{z-index:10000;position:absolute;inset:0}body.tabulator-print-fullscreen-hide>:not(.tabulator-print-fullscreen){display:none!important}.tabulator-print-table{border-collapse:collapse}.tabulator-print-table .tabulator-data-tree-branch{vertical-align:middle;width:7px;height:9px;margin-top:-9px;margin-right:var(--cx-spacing-2x-small);border-left:2px solid var(--cx-color-neutral-400);border-bottom:2px solid var(--cx-color-neutral-400);border-bottom-left-radius:1px;display:inline-block}.tabulator-print-table .tabulator-print-table-group{box-sizing:border-box;border-bottom:var(--border-width) solid var(--cx-color-neutral-400);border-right:var(--border-width) solid var(--cx-color-neutral-400);border-top:var(--border-width) solid var(--cx-color-neutral-400);padding:var(--cx-spacing-2x-small);padding-left:var(--cx-spacing-small);background:var(--cx-color-neutral-300);min-width:100%;font-weight:700}@media (hover:hover) and (pointer:fine){.tabulator-print-table .tabulator-print-table-group:hover{cursor:pointer;background-color:#0000001a}}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td{padding-left:30px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td{padding-left:50px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td{padding-left:70px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td{padding-left:90px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td{padding-left:110px!important}.tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle{display:inline-block}.tabulator-print-table .tabulator-print-table-group span{margin-left:var(--cx-spacing-small);color:var(--cx-color-danger)}`, Fo = H`.tabulator .tabulator-col-resize-handle{z-index:11;vertical-align:middle;width:6px;margin-left:-3px;margin-right:-3px;display:inline-block;position:relative}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-col-resize-handle:hover{cursor:ew-resize}}.tabulator .tabulator-col-resize-handle:last-of-type{width:3px;margin-right:0}.tabulator .tabulator-col-resize-guide{background-color:var(--cx-color-neutral-400);opacity:.5;width:4px;height:100%;margin-left:-.5px;position:absolute;top:0}.tabulator .tabulator-row-resize-guide{background-color:var(--cx-color-neutral-400);opacity:.5;width:100%;height:4px;margin-top:-.5px;position:absolute;left:0}`, Oo = H`.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-o-user-select:none;border-radius:var(--cx-border-radius-x-large);background:var(--cx-color-neutral-600);width:15px;height:15px;color:var(--cx-color-neutral-0);justify-content:center;align-items:center;font-size:1.1em;font-weight:700;display:inline-flex}@media (hover:hover) and (pointer:fine){.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover{opacity:.7;cursor:pointer}}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close{display:initial}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open{display:none}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg{stroke:var(--cx-color-neutral-0)}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close{display:none}`, Ho = H`.tabulator-row{box-sizing:border-box;background-color:var(--row-background-color);min-height:22px;display:flex;position:relative}.tabulator-row .tabulator-cell-first{border-left:var(--border-width) solid var(--outer-border-color)}.tabulator-row.tabulator-row-even{background-color:var(--row-even-background-color)}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-selectable:hover{background-color:var(--row-hover-background-color);cursor:pointer}.tabulator-row.tabulator-row-even.tabulator-selectable:hover{background-color:var(--row-even-hover-background-color);cursor:pointer}}.tabulator-row.tabulator-selected{background-color:var(--cx-color-primary-200)}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-selected:hover{background-color:var(--cx-color-primary-300);cursor:pointer}}.tabulator-row.tabulator-row-moving{border:var(--border-width) solid var(--cx-color-neutral-1000);background:var(--cx-color-neutral-0)}.tabulator-row.tabulator-moving{border-top:var(--border-width) solid var(--cx-color-neutral-400);border-bottom:var(--border-width) solid var(--cx-color-neutral-400);pointer-events:none;z-index:15;position:absolute}.tabulator-header-hidden .tabulator-row.tabulator-row-first .tabulator-cell.tabulator-cell-last{border-top-right-radius:var(--border-radius)}.tabulator-row .tabulator-row-resize-handle{height:5px;position:absolute;bottom:0;left:0;right:0}.tabulator-row .tabulator-row-resize-handle.prev{top:0;bottom:auto}@media (hover:hover) and (pointer:fine){.tabulator-row .tabulator-row-resize-handle:hover{cursor:ns-resize}}.tabulator-row .tabulator-responsive-collapse{box-sizing:border-box;padding:var(--cx-spacing-2x-small);border-top:var(--border-width) solid var(--cx-color-neutral-400);border-bottom:var(--border-width) solid var(--cx-color-neutral-400)}.tabulator-row .tabulator-responsive-collapse:empty{display:none}.tabulator-row .tabulator-responsive-collapse table{font-size:var(--cx-font-size-small)}.tabulator-row .tabulator-responsive-collapse table tr td{position:relative}.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type{padding-right:var(--cx-spacing-small)}.tabulator-row .tabulator-cell{vertical-align:middle;box-sizing:border-box;padding:var(--cx-spacing-2x-small) var(--cell-horizontal-padding);border-right:var(--border-width) solid var(--cell-border-color);border-bottom:var(--border-width) solid var(--cell-bottom-border-color);display:inline-flex;position:relative}@media (hover:hover) and (pointer:fine){.tabulator-row .tabulator-cell:hover,.tabulator-row .tabulator-cell.tabulator-frozen:hover{background-color:var(--cell-hover-background-color)}}.tabulator-row .tabulator-cell .tabulator-cell-content{width:100%;height:100%;font-size:var(--cell-font-size);font-weight:var(--cell-font-weight);line-height:var(--cell-line-height);align-items:center;display:inline-flex}.tabulator-row .tabulator-cell .tabulator-cell-content cx-line-clamp{width:100%;max-width:max-content}.tabulator-row .tabulator-cell.tabulator-row-header{border-right:var(--border-width) solid var(--row-header-border-color)}.tabulator-row .tabulator-cell.tabulator-frozen{background-color:inherit;z-index:11;display:inline-block;position:sticky;left:0}.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left{border-right:2px solid var(--frozen-border-color)}.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right{border-left:2px solid var(--frozen-border-color)}.tabulator-row:has(+.tabulator-placeholder-row) .tabulator-cell{border-bottom:none}`, Po = H`.tabulator.tabulator-ltr{direction:ltr}.tabulator.tabulator-rtl{text-align:initial;direction:rtl}.tabulator.tabulator-rtl .tabulator-header .tabulator-col{text-align:initial;border-left:var(--border-width) solid var(--cx-color-neutral-400);border-right:initial}.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{margin-right:initial;margin-left:-1px}.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{padding-right:0;padding-left:var(--cx-spacing-x-large)}.tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{left:8px;right:initial}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell{border-right:initial;border-left:var(--border-width) solid var(--cell-border-color)}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch{margin-right:initial;margin-left:var(--cx-spacing-2x-small);border-bottom-left-radius:initial;border-left:initial;border-right:2px solid var(--cx-color-neutral-400);border-bottom-right-radius:1px}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left{border-left:2px solid var(--cx-color-neutral-400)}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right{border-right:2px solid var(--cx-color-neutral-400)}.tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type{width:3px;margin-left:0;margin-right:-3px}.tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder{text-align:initial}`, Ao = H`:host{--table-active-cell-border-color:var(--border-color);--table-selected-cell-border-width:1px;--table-selected-cell-border-style:solid;--table-selected-only-cell-background-color:transparent;--table-selected-range-cell-background-color:var(--cx-color-neutral-100);--table-selected-range-selection-start-cell-background-color:var(--cx-color-neutral-50);--table-selected-cell-hover-background-color:var(--cx-color-neutral-50);--table-editable-only-cell-selected-background-color:var(--cx-color-primary-50);--table-editable-cell-hover-background-color:var(--cx-color-primary-50);--table-editable-only-cell-active-border-color:var(--cx-color-primary-600)}.tabulator .tabulator-tableholder .tabulator-range-overlay{z-index:10;pointer-events:none;position:absolute;inset:0}.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range{box-sizing:border-box;position:absolute}.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active,.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-hover{box-sizing:border-box;border-color:var(--table-active-cell-border-color);border-style:var(--table-selected-cell-border-style);border-width:var(--table-selected-cell-border-width);background-color:var(--table-selected-only-cell-background-color);position:absolute}.tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header{background-color:var(--cx-color-neutral-300);color:var(--cx-color-neutral-1000)}.tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header,.tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header{background-color:var(--cx-color-primary-500);color:var(--cx-color-neutral-0)}.tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-row-header){background-color:var(--table-selected-range-cell-background-color)}.tabulator-row .tabulator-cell.tabulator-range-selection-start:not(.tabulator-range-row-header){background-color:var(--table-selected-range-selection-start-cell-background-color)}.tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-row-header):hover{background-color:var(--table-selected-cell-hover-background-color)}.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-editable.tabulator-range-only-cell-active.tabulator-range-cell-active{border-color:var(--table-editable-only-cell-active-border-color)}.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-editable.tabulator-range-cell-hover{border:var(--border-width) solid var(--table-editable-only-cell-active-border-color)}.tabulator-row .tabulator-cell.tabulator-editable:hover{background-color:var(--table-editable-cell-hover-background-color)}.tabulator-row .tabulator-cell.tabulator-editable.tabulator-range-only-cell-selected:not(.tabulator-range-row-header){background-color:var(--table-editable-only-cell-selected-background-color)}.tabulator-row .tabulator-cell.tabulator-editable.tabulator-range-selected:not(.tabulator-range-row-header):hover{background-color:var(--table-editable-cell-hover-background-color)}`, _o = H`.tabulator .tabulator-footer .tabulator-spreadsheet-tabs{margin-top:-5px;overflow-x:auto}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab{padding:var(--cx-spacing-2x-small);border:solid var(--border-width) var(--border-color);border-top:none;border-bottom-right-radius:5px;border-bottom-left-radius:5px;font-size:.9em;display:inline-block}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover{cursor:pointer;opacity:.7}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active{background:var(--cx-color-neutral-0)}`, No = [
|
|
1206
|
+
let Et = Fe;
|
|
1207
|
+
const bo = H`.tabulator .tabulator-alert{z-index:100;background:color-mix(in srgb, var(--cx-color-neutral-0) 40%, transparent);text-align:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.tabulator .tabulator-alert.tabulator-alert-state-loading{--loading-offset:var(--cx-spacing-x-small);top:calc(var(--header-height,var(--cx-spacing-3x-large)) + var(--border-width) + var(--loading-offset));height:calc(100% - var(--header-height,var(--cx-spacing-3x-large)) - var(--border-width) - var(--loading-offset))}.tabulator.tabulator-header-hidden .tabulator-alert.tabulator-alert-state-loading{height:100%;top:0}.tabulator .tabulator-alert .tabulator-alert-msg{padding:var(--cx-spacing-small) var(--cx-spacing-large);border-radius:var(--cx-border-radius-x-large);background:var(--cx-color-neutral-0);font-weight:700;font-size:var(--cx-font-size-medium);margin:0 auto;display:inline-block}.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg{color:var(--cx-color-neutral-1000)}.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error{border:4px solid var(--cx-color-danger);color:var(--cx-color-danger-900)}`, wo = H`:host{--width:100%;--table-height:var(--height,auto);--table-min-height:var(--min-height,0);--table-max-height:var(--max-height,auto);--color:var(--cx-color-neutral-700);--background-color:var(--cx-color-neutral-0);--border-width:var(--cx-input-border-width);--border-color:var(--cx-color-neutral-200);--outer-border-color:var(--border-color);--border-radius:var(--cx-border-radius-medium);--row-background-color:var(--cx-color-neutral-0);--row-even-background-color:var(--cx-color-neutral-0);--row-hover-background-color:var(--cx-color-neutral-0);--row-even-hover-background-color:var(--cx-color-neutral-0);--frozen-border-color:var(--cx-color-neutral-200);--header-background-color:var(--cx-color-neutral-50);--header-hover-background-color:var(--cx-color-primary-50);--header-font-weight:var(--cx-font-weight-medium);--header-font-size:var(--cx-font-size-x-small);--header-color:var(--cx-color-neutral-700);--header-border-right:1px solid var(--cx-color-neutral-200);--header-border-bottom:none;--header-height:var(--cx-spacing-3x-large);--header-horizontal-padding:var(--cx-spacing-large);--body-background-color:var(--cx-color-neutral-0);--cell-border-color:transparent;--cell-bottom-border-color:var(--cx-color-neutral-200);--cell-horizontal-padding:var(--cx-spacing-large);--cell-font-size:var(--cx-font-size-small);--cell-font-weight:var(--cx-font-weight-regular);--cell-line-height:normal;--cell-hover-background-color:var(--cx-color-neutral-50);--group-count-color:var(--cx-color-danger-500);--group-row-background-color:var(--row-background-color);--group-row-hover-background-color:var(--row-hover-background-color);--group-row-border-color:var(--cx-color-neutral-200);--group-row-color:var(--cx-color-neutral-900);--group-row-font-weight:var(--cx-font-weight-medium);--row-header-border-color:var(--cx-color-neutral-200);--tabulator-tree-control-width:18px;--tabulator-tree-child-indent:9px;--tabulator-tree-step:calc(var(--tabulator-tree-control-width) + var(--tabulator-tree-child-indent));isolation:isolate;width:var(--width);display:block}.container{height:100%}.tabulator{background-color:var(--background-color);font-size:var(--font-size,var(--cx-font-size-small));text-align:left;height:var(--table-height);min-height:var(--table-min-height);max-height:var(--table-max-height);border-radius:var(--cx-border-radius-medium);flex-direction:column;line-height:normal;display:flex;position:relative;overflow:hidden}.tabulator[data-overlayscrollbars]{flex-direction:column}.tabulator[data-overlayscrollbars-viewport="scrollbarHidden overflowXHidden overflowYHidden"]{display:flex}.tabulator>[data-overlayscrollbars-viewport]{flex-direction:column;display:flex}.tabulator.tabulator-overflow-x{border-right:var(--border-width) solid var(--outer-border-color);border-top-right-radius:var(--border-radius)}.tabulator[tabulator-layout=fitDataFill] .tabulator-tableholder .tabulator-table{min-width:100%}.tabulator[tabulator-layout=fitDataTable]{display:inline-block}.tabulator.tabulator-block-select,.tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing){user-select:none}.tabulator .tabulator-tableholder-wrapper{flex:1;width:max-content;display:flex;position:relative;overflow:hidden}.tabulator .tabulator-tableholder{white-space:nowrap;-webkit-overflow-scrolling:touch;border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius);flex:1;width:max-content;position:relative;overflow:auto}.tabulator .tabulator-tableholder-wrapper:before{content:"";z-index:1;pointer-events:none;border:var(--border-width) solid var(--outer-border-color);border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius);width:100%;height:100%;display:block;position:absolute;top:0;left:0}.tabulator.tabulator-header-hidden .tabulator-tableholder-wrapper:before{border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius)}.tabulator .tabulator-tableholder:focus{outline:none}.tabulator .tabulator-tableholder .tabulator-table{background-color:var(--body-background-color,var(--cx-color-neutral-0));white-space:nowrap;color:var(--color);min-width:100%;display:inline-block;position:relative;overflow:visible}`, vo = H`.tabulator .tabulator-header .tabulator-calcs-holder{box-sizing:border-box;border-top:var(--border-width) solid var(--cx-color-neutral-400);border-bottom:var(--border-width) solid var(--cx-color-neutral-400);display:inline-block;background:var(--cx-color-neutral-100)!important}.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row{background:var(--cx-color-neutral-100)!important}.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle{display:none}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs{font-weight:700;background:var(--cx-color-neutral-200)!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top{border-bottom:2px solid var(--cx-color-neutral-400)}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom{border-top:2px solid var(--cx-color-neutral-400)}.tabulator .tabulator-footer .tabulator-calcs-holder{box-sizing:border-box;text-align:left;border-bottom:1px solid var(--cx-color-neutral-400);border-top:1px solid var(--cx-color-neutral-400);width:100%;overflow:hidden;background:var(--cx-color-neutral-100)!important}.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row{display:inline-block;background:var(--cx-color-neutral-100)!important}.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle{display:none}.tabulator .tabulator-footer .tabulator-calcs-holder:only-child{border-bottom:none;margin-bottom:-5px}`, yo = H`.tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty{display:none}.tabulator-row .tabulator-cell .tabulator-data-tree-branch{border-left:2px solid var(--cx-color-neutral-400);border-bottom:2px solid var(--cx-color-neutral-400);border-bottom-left-radius:1px;width:7px;height:9px;margin-top:-9px;position:absolute}.tabulator-row .tabulator-cell .tabulator-data-tree-control{flex:0 0 var(--tabulator-tree-control-width);vertical-align:middle;width:var(--tabulator-tree-control-width);justify-content:center;align-items:center;display:inline-flex}`, Co = H`.tabulator-row .tabulator-cell.tabulator-editing{padding:0 var(--cell-horizontal-padding);outline:none}.tabulator:not(.tabulator-ranges) .tabulator-row .tabulator-cell.tabulator-editing input,.tabulator:not(.tabulator-ranges) .tabulator-row .tabulator-cell.tabulator-editing select{font-size:inherit;color:inherit;border-radius:var(--cx-input-border-radius-medium);background:0 0;border:none;outline:none;padding:0;font-family:inherit}.tabulator-ranges .tabulator-row .tabulator-cell.tabulator-editing input,.tabulator-ranges .tabulator-row .tabulator-cell.tabulator-editing select{border:var(--border-width) solid var(--border-color);background:0 0;outline:none}.tabulator-row .tabulator-cell.tabulator-validation-fail{border:var(--border-width) solid var(--cx-color-danger)}.tabulator-row .tabulator-cell.tabulator-validation-fail input,.tabulator-row .tabulator-cell.tabulator-validation-fail select{border:var(--border-width) solid var(--border-color);color:var(--cx-color-danger);background:0 0}.tabulator-row .tabulator-cell.tabulator-editing.tabulator-edit-list{padding:0 var(--cx-spacing-x-small)}.tabulator-edit-list{position:relative}.tabulator-edit-list:not(.tabulator-editing) .tabulator-cell-content{padding-right:var(--cx-spacing-large)}.tabulator-edit-list-trigger{top:50%;right:var(--cx-spacing-small);width:var(--cx-spacing-large);appearance:none;height:100%;color:inherit;cursor:pointer;font:inherit;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute;transform:translateY(-50%)}.tabulator-edit-list.tabulator-editing .tabulator-edit-list-trigger{display:none}.tabulator-edit-list-trigger-caret{--font-size:var(--cx-font-size-medium);color:var(--cx-color-neutral-500)}`, Eo = H`.tabulator .tabulator-footer{border-top:1px solid var(--cx-color-neutral-400);background-color:var(--cx-color-neutral-200);color:var(--cx-color-neutral-500);white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;-khtml-user-select:none;-o-user-select:none;font-weight:700}.tabulator .tabulator-footer .tabulator-footer-contents{padding:var(--cx-spacing-2x-small) var(--cx-spacing-small);flex-direction:row;justify-content:space-between;align-items:center;display:flex}.tabulator .tabulator-footer .tabulator-footer-contents:empty{display:none}`, xo = H`.tabulator-row .tabulator-cell .tabulator-traffic-light-container{align-items:center;gap:var(--cx-spacing-x-small);display:inline-flex}.tabulator-row .tabulator-cell .tabulator-traffic-light{border-radius:var(--cx-border-radius-x-large);width:14px;height:14px;display:inline-block}`, Ro = H`.tabulator-row.tabulator-group{box-sizing:border-box;border-bottom:var(--border-width) solid var(--group-row-border-color);border-right:var(--border-width) solid var(--group-row-border-color);padding:var(--cx-spacing-2x-small);padding-left:var(--cx-spacing-small);background:var(--group-row-background-color);min-width:100%;line-height:var(--header-height);color:var(--group-row-color);font-weight:var(--group-row-font-weight)}.tabulator-row.tabulator-group.tabulator-row-last{border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-group:hover{cursor:pointer;background-color:var(--group-row-hover-background-color)}}.tabulator-row.tabulator-group.tabulator-group-level-1{padding-left:30px}.tabulator-row.tabulator-group.tabulator-group-level-2{padding-left:50px}.tabulator-row.tabulator-group.tabulator-group-level-3{padding-left:70px}.tabulator-row.tabulator-group.tabulator-group-level-4{padding-left:90px}.tabulator-row.tabulator-group.tabulator-group-level-5{padding-left:110px}.tabulator-row.tabulator-group .tabulator-group-toggle{display:inline-flex}.tabulator-row.tabulator-group span{margin-left:var(--cx-spacing-small);color:var(--group-count-color)}`, So = H`:host{--selected-column-header-background-color:var(--header-background-color);--selected-column-header-color:var(--header-color)}.tabulator .tabulator-header{box-sizing:border-box;width:max-content;font-weight:var(--header-font-weight);font-size:var(--header-font-size);color:var(--header-color);white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-o-user-select:none;outline:none;position:relative}.tabulator .tabulator-header.tabulator-header-hidden{display:none}.tabulator .tabulator-header .tabulator-header-contents{box-sizing:border-box;width:max-content;position:relative;overflow:hidden}.tabulator .tabulator-header .tabulator-header-contents:before{content:"";z-index:1;pointer-events:none;border:var(--border-width) solid var(--outer-border-color);border-bottom:var(--header-border-bottom);border-top-right-radius:var(--border-radius);border-top-left-radius:var(--border-radius);width:100%;height:100%;display:block;position:absolute;top:0;left:0}.tabulator .tabulator-header .tabulator-col:last-of-type{border-right:none}.tabulator .tabulator-header .tabulator-header-contents .tabulator-headers{background-color:var(--header-background-color);display:inline-block}.tabulator .tabulator-header .tabulator-col{box-sizing:border-box;border-right:var(--header-border-right);background:var(--header-background-color);text-align:left;vertical-align:bottom;height:var(--header-height);flex-direction:column;justify-content:center;display:inline-flex;position:relative;overflow:hidden}.tabulator .tabulator-header .tabulator-col.tabulator-moving{border:solid var(--border-width) var(--border-color);background:var(--cx-color-neutral-300);pointer-events:none;position:absolute}.tabulator .tabulator-header .tabulator-col.tabulator-range-highlight{background-color:var(--selected-column-header-background-color);color:var(--selected-column-header-color)}.tabulator .tabulator-header .tabulator-col.tabulator-range-selected{background-color:var(--cx-color-primary-500);color:var(--cx-color-neutral-0)}.tabulator .tabulator-header .tabulator-col .tabulator-col-content{box-sizing:border-box;padding:var(--cx-spacing-2x-small) var(--header-horizontal-padding);position:relative}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button{padding:0 var(--cx-spacing-x-small)}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover{cursor:pointer;opacity:.6}}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder{position:relative}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title{box-sizing:border-box;white-space:nowrap;text-overflow:ellipsis;vertical-align:bottom;width:100%;overflow:hidden}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap{white-space:normal;text-overflow:initial}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor{box-sizing:border-box;border:solid var(--border-width) var(--border-color);width:100%;padding:var(--cx-spacing-3x-small);background:var(--cx-color-neutral-0)}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button+.tabulator-title-editor{width:calc(100% - 22px)}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{align-items:center;display:flex;position:absolute;top:0;bottom:0;right:4px}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-left:6px solid #0000;border-right:6px solid #0000;border-bottom:6px solid var(--cx-color-neutral-200);width:0;height:0}.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{border-top:1px solid var(--cx-color-neutral-400);margin-right:-1px;display:flex;position:relative;overflow:hidden}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter{box-sizing:border-box;margin-top:var(--cx-spacing-3x-small);text-align:center;width:100%;position:relative}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea{height:auto!important}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg{margin-top:var(--cx-spacing-3x-small)}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear{width:0;height:0}.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{padding-right:var(--cx-spacing-x-large)}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover{cursor:pointer}.tabulator .tabulator-header .tabulator-col:hover{background-color:var(--header-hover-background-color)}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter{color:var(--cx-color-neutral-200)}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{cursor:pointer;border-bottom:6px solid var(--cx-color-neutral-500)}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-top:none;border-bottom:6px solid var(--cx-color-neutral-200)}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter{color:var(--cx-color-neutral-600)}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{cursor:pointer;border-bottom:6px solid var(--cx-color-neutral-500)}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-top:none;border-bottom:6px solid var(--cx-color-neutral-600)}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter{color:var(--cx-color-neutral-600)}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{cursor:pointer;border-top:6px solid var(--cx-color-neutral-500)}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:none;border-top:6px solid var(--cx-color-neutral-600);color:var(--cx-color-neutral-600)}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title{writing-mode:vertical-rl;text-orientation:mixed;justify-content:center;align-items:center;display:flex}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title{transform:rotate(180deg)}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title{padding-right:0;padding-top:var(--cx-spacing-large)}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title{padding-right:0;padding-bottom:var(--cx-spacing-large)}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter{justify-content:center;inset:4px 0 auto}.tabulator .tabulator-header .tabulator-frozen{z-index:11;position:sticky;left:0}.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left{border-right:2px solid var(--frozen-border-color)}.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right{border-left:2px solid var(--frozen-border-color)}.tabulator .tabulator-header .tabulator-frozen-rows-holder{border-bottom:2px solid var(--frozen-border-color);display:inline-block}.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty{display:none}`, To = H`:host{--hover-menu-background-color:transparent}.tabulator-hover-menu{padding-left:var(--cell-horizontal-padding);padding-right:var(--cell-horizontal-padding);background-color:var(--hover-menu-background-color);opacity:0;pointer-events:none;z-index:12;align-items:center;height:100%;display:flex;position:absolute;top:0}.tabulator:not(.tabulator-editing) .tabulator-hover-menu--active{opacity:1;pointer-events:auto}`, Mo = H`.tabulator-row .tabulator-cell.tabulator-row-handle{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-o-user-select:none;justify-content:center;align-items:center;display:inline-flex}.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box{width:80%}.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar{width:100%;height:3px;margin-top:var(--cx-spacing-3x-small);background:var(--cx-color-neutral-600)}`, ko = H`.tabulator .tabulator-footer .tabulator-paginator{flex:1}.tabulator .tabulator-footer .tabulator-paginator-pagination{margin-left:auto}.tabulator-paginator-pagination{--font-size:var(--cx-font-size-x-small);--pagination-input-font-size:var(--cx-font-size-x-small)}.tabulator-paginator-pagination::part(back-icon),.tabulator-paginator-pagination::part(next-icon){--font-size:var(--cx-font-size-medium)}`, Lo = H`:host{--placeholder-color:var(--cx-color-neutral-800);--placeholder-font-weight:var(--cx-font-weight-regular);--placeholder-font-size:var(--cx-font-size-small)}.tabulator .tabulator-tableholder-wrapper .tabulator-placeholder{box-sizing:border-box;justify-content:center;align-items:center;width:100%;min-width:100%;display:flex}.tabulator .tabulator-tableholder-wrapper .tabulator-placeholder[tabulator-render-mode=virtual]{min-height:100%}.tabulator .tabulator-placeholder .tabulator-placeholder-contents{height:100%;padding:var(--cx-spacing-small);color:var(--placeholder-color);font-weight:var(--placeholder-font-weight);font-size:var(--placeholder-font-size);white-space:normal;justify-content:center;align-items:center;display:flex}.tabulator .tabulator-tableholder-wrapper .tabulator-placeholder.tabulator-placeholder--initializing .tabulator-placeholder-contents{visibility:hidden}.tabulator.tabulator-all-columns-hidden .tabulator-header{width:100%;height:var(--header-height);min-height:var(--header-height)}.tabulator.tabulator-all-columns-hidden .tabulator-header .tabulator-header-contents{background-color:var(--header-background-color);flex-direction:column;width:100%;height:100%;min-height:0;display:flex}.tabulator.tabulator-all-columns-hidden .tabulator-header .tabulator-header-contents:before{box-sizing:border-box;width:auto;height:auto;inset:0}.tabulator.tabulator-all-columns-hidden .tabulator-header .tabulator-header-contents .tabulator-headers{box-sizing:border-box;flex:1;align-self:stretch;width:100%;min-height:0;display:flex}.tabulator.tabulator-all-columns-hidden .tabulator-tableholder-wrapper{width:100%}.tabulator-row.tabulator-placeholder-row{border-left:var(--border-width) solid var(--cell-border-color);border-right:var(--border-width) solid var(--cell-border-color);border-bottom:var(--border-width) solid var(--cell-bottom-border-color);padding:var(--cx-spacing-2x-small) var(--cell-horizontal-padding)}`, Do = H`.tabulator-toggle{box-sizing:border-box;border:var(--border-width) solid var(--cx-color-neutral-300);background:var(--cx-color-neutral-200);flex-direction:row;display:flex}.tabulator-toggle.tabulator-toggle-on{background:var(--cx-color-primary-700)}.tabulator-toggle .tabulator-toggle-switch{box-sizing:border-box;border:var(--border-width) solid var(--cx-color-neutral-300);background:var(--cx-color-neutral-0)}.tabulator-popup-container{box-sizing:border-box;background:var(--cx-color-neutral-0);border:var(--border-width) solid var(--cx-color-neutral-400);font-size:var(--cx-font-size-small);-webkit-overflow-scrolling:touch;z-index:10000;display:inline-block;position:absolute;overflow-y:auto;box-shadow:0 0 5px #0003}.tabulator-popup{padding:var(--cx-spacing-2x-small);border-radius:var(--cx-border-radius-small)}.tabulator-tooltip{max-width:min(500px,100%);padding:var(--cx-spacing-3x-small) var(--cx-spacing-2x-small);border-radius:var(--cx-border-radius-small);box-shadow:none;font-size:var(--cx-font-size-x-small);pointer-events:none}.tabulator-menu .tabulator-menu-item{box-sizing:border-box;padding:var(--cx-spacing-2x-small) var(--cx-spacing-small);user-select:none;position:relative}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled{opacity:.5}@media (hover:hover) and (pointer:fine){.tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover{cursor:pointer;background:var(--cx-color-neutral-50)}}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu{padding-right:var(--cx-spacing-x-large)}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu:after{content:"";border-width:var(--border-width) var(--border-width) 0 0;border-style:solid;border-color:var(--cx-color-neutral-400);vertical-align:top;width:7px;height:7px;display:inline-block;position:absolute;top:calc(5px + .4em);right:10px;transform:rotate(45deg)}.tabulator-menu .tabulator-menu-separator{border-top:var(--border-width) solid var(--cx-color-neutral-400)}`, zo = H`.tabulator-print-fullscreen{z-index:10000;position:absolute;inset:0}body.tabulator-print-fullscreen-hide>:not(.tabulator-print-fullscreen){display:none!important}.tabulator-print-table{border-collapse:collapse}.tabulator-print-table .tabulator-data-tree-branch{vertical-align:middle;width:7px;height:9px;margin-top:-9px;margin-right:var(--cx-spacing-2x-small);border-left:2px solid var(--cx-color-neutral-400);border-bottom:2px solid var(--cx-color-neutral-400);border-bottom-left-radius:1px;display:inline-block}.tabulator-print-table .tabulator-print-table-group{box-sizing:border-box;border-bottom:var(--border-width) solid var(--cx-color-neutral-400);border-right:var(--border-width) solid var(--cx-color-neutral-400);border-top:var(--border-width) solid var(--cx-color-neutral-400);padding:var(--cx-spacing-2x-small);padding-left:var(--cx-spacing-small);background:var(--cx-color-neutral-300);min-width:100%;font-weight:700}@media (hover:hover) and (pointer:fine){.tabulator-print-table .tabulator-print-table-group:hover{cursor:pointer;background-color:#0000001a}}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td{padding-left:30px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td{padding-left:50px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td{padding-left:70px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td{padding-left:90px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td{padding-left:110px!important}.tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle{display:inline-block}.tabulator-print-table .tabulator-print-table-group span{margin-left:var(--cx-spacing-small);color:var(--cx-color-danger)}`, Fo = H`.tabulator .tabulator-col-resize-handle{z-index:11;vertical-align:middle;width:6px;margin-left:-3px;margin-right:-3px;display:inline-block;position:relative}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-col-resize-handle:hover{cursor:ew-resize}}.tabulator .tabulator-col-resize-handle:last-of-type{width:3px;margin-right:0}.tabulator .tabulator-col-resize-guide{background-color:var(--cx-color-neutral-400);opacity:.5;width:4px;height:100%;margin-left:-.5px;position:absolute;top:0}.tabulator .tabulator-row-resize-guide{background-color:var(--cx-color-neutral-400);opacity:.5;width:100%;height:4px;margin-top:-.5px;position:absolute;left:0}`, Oo = H`.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-o-user-select:none;border-radius:var(--cx-border-radius-x-large);background:var(--cx-color-neutral-600);width:15px;height:15px;color:var(--cx-color-neutral-0);justify-content:center;align-items:center;font-size:1.1em;font-weight:700;display:inline-flex}@media (hover:hover) and (pointer:fine){.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover{opacity:.7;cursor:pointer}}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close{display:initial}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open{display:none}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg{stroke:var(--cx-color-neutral-0)}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close{display:none}`, Ho = H`.tabulator-row{box-sizing:border-box;background-color:var(--row-background-color);min-height:22px;display:flex;position:relative}.tabulator-row .tabulator-cell-first{border-left:var(--border-width) solid var(--outer-border-color)}.tabulator-row.tabulator-row-even{background-color:var(--row-even-background-color)}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-selectable:hover{background-color:var(--row-hover-background-color);cursor:pointer}.tabulator-row.tabulator-row-even.tabulator-selectable:hover{background-color:var(--row-even-hover-background-color);cursor:pointer}}.tabulator-row.tabulator-selected{background-color:var(--cx-color-primary-200)}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-selected:hover{background-color:var(--cx-color-primary-300);cursor:pointer}}.tabulator-row.tabulator-row-moving{border:var(--border-width) solid var(--cx-color-neutral-1000);background:var(--cx-color-neutral-0)}.tabulator-row.tabulator-moving{border-top:var(--border-width) solid var(--cx-color-neutral-400);border-bottom:var(--border-width) solid var(--cx-color-neutral-400);pointer-events:none;z-index:15;position:absolute}.tabulator-header-hidden .tabulator-row.tabulator-row-first .tabulator-cell.tabulator-cell-last{border-top-right-radius:var(--border-radius)}.tabulator-row .tabulator-row-resize-handle{height:5px;position:absolute;bottom:0;left:0;right:0}.tabulator-row .tabulator-row-resize-handle.prev{top:0;bottom:auto}@media (hover:hover) and (pointer:fine){.tabulator-row .tabulator-row-resize-handle:hover{cursor:ns-resize}}.tabulator-row .tabulator-responsive-collapse{box-sizing:border-box;padding:var(--cx-spacing-2x-small);border-top:var(--border-width) solid var(--cx-color-neutral-400);border-bottom:var(--border-width) solid var(--cx-color-neutral-400)}.tabulator-row .tabulator-responsive-collapse:empty{display:none}.tabulator-row .tabulator-responsive-collapse table{font-size:var(--cx-font-size-small)}.tabulator-row .tabulator-responsive-collapse table tr td{position:relative}.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type{padding-right:var(--cx-spacing-small)}.tabulator-row .tabulator-cell{vertical-align:middle;box-sizing:border-box;padding:var(--cx-spacing-2x-small) var(--cell-horizontal-padding);border-right:var(--border-width) solid var(--cell-border-color);border-bottom:var(--border-width) solid var(--cell-bottom-border-color);display:inline-flex;position:relative}@media (hover:hover) and (pointer:fine){.tabulator-row .tabulator-cell:hover,.tabulator-row .tabulator-cell.tabulator-frozen:hover{background-color:var(--cell-hover-background-color)}}.tabulator-row .tabulator-cell .tabulator-cell-content{width:100%;height:100%;font-size:var(--cell-font-size);font-weight:var(--cell-font-weight);line-height:var(--cell-line-height);align-items:center;display:inline-flex}.tabulator-row .tabulator-cell .tabulator-cell-content cx-line-clamp{width:100%;max-width:max-content}.tabulator-row .tabulator-cell.tabulator-row-header{border-right:var(--border-width) solid var(--row-header-border-color)}.tabulator-row .tabulator-cell.tabulator-frozen{background-color:inherit;z-index:11;display:inline-block;position:sticky;left:0}.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left{border-right:2px solid var(--frozen-border-color)}.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right{border-left:2px solid var(--frozen-border-color)}.tabulator-row:has(+.tabulator-placeholder-row) .tabulator-cell{border-bottom:none}`, Po = H`.tabulator.tabulator-ltr{direction:ltr}.tabulator.tabulator-rtl{text-align:initial;direction:rtl}.tabulator.tabulator-rtl .tabulator-header .tabulator-col{text-align:initial;border-left:var(--border-width) solid var(--cx-color-neutral-400);border-right:initial}.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{margin-right:initial;margin-left:-1px}.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{padding-right:0;padding-left:var(--cx-spacing-x-large)}.tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{left:8px;right:initial}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell{border-right:initial;border-left:var(--border-width) solid var(--cell-border-color)}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch{margin-right:initial;margin-left:var(--cx-spacing-2x-small);border-bottom-left-radius:initial;border-left:initial;border-right:2px solid var(--cx-color-neutral-400);border-bottom-right-radius:1px}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left{border-left:2px solid var(--cx-color-neutral-400)}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right{border-right:2px solid var(--cx-color-neutral-400)}.tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type{width:3px;margin-left:0;margin-right:-3px}.tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder{text-align:initial}`, Ao = H`:host{--table-active-cell-border-color:var(--border-color);--table-selected-cell-border-width:1px;--table-selected-cell-border-style:solid;--table-selected-only-cell-background-color:transparent;--table-selected-range-cell-background-color:var(--cx-color-neutral-100);--table-selected-range-selection-start-cell-background-color:var(--cx-color-neutral-50);--table-selected-cell-hover-background-color:var(--cx-color-neutral-50);--table-editable-only-cell-selected-background-color:var(--cx-color-primary-50);--table-editable-cell-hover-background-color:var(--cx-color-primary-50);--table-editable-only-cell-active-border-color:var(--cx-color-primary-600)}.tabulator .tabulator-tableholder .tabulator-range-overlay{z-index:10;pointer-events:none;position:absolute;inset:0}.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range{box-sizing:border-box;position:absolute}.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active,.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-hover{box-sizing:border-box;border-color:var(--table-active-cell-border-color);border-style:var(--table-selected-cell-border-style);border-width:var(--table-selected-cell-border-width);background-color:var(--table-selected-only-cell-background-color);position:absolute}.tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header{background-color:var(--cx-color-neutral-300);color:var(--cx-color-neutral-1000)}.tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header,.tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header{background-color:var(--cx-color-primary-500);color:var(--cx-color-neutral-0)}.tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-row-header){background-color:var(--table-selected-range-cell-background-color)}.tabulator-row .tabulator-cell.tabulator-range-selection-start:not(.tabulator-range-row-header){background-color:var(--table-selected-range-selection-start-cell-background-color)}.tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-row-header):hover{background-color:var(--table-selected-cell-hover-background-color)}.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-editable.tabulator-range-only-cell-active.tabulator-range-cell-active{border-color:var(--table-editable-only-cell-active-border-color)}.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-editable.tabulator-range-cell-hover{border:var(--border-width) solid var(--table-editable-only-cell-active-border-color)}.tabulator-row .tabulator-cell.tabulator-editable:hover{background-color:var(--table-editable-cell-hover-background-color)}.tabulator-row .tabulator-cell.tabulator-editable.tabulator-range-only-cell-selected:not(.tabulator-range-row-header){background-color:var(--table-editable-only-cell-selected-background-color)}.tabulator-row .tabulator-cell.tabulator-editable.tabulator-range-selected:not(.tabulator-range-row-header):hover{background-color:var(--table-editable-cell-hover-background-color)}`, _o = H`.tabulator .tabulator-footer .tabulator-spreadsheet-tabs{margin-top:-5px;overflow-x:auto}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab{padding:var(--cx-spacing-2x-small);border:solid var(--border-width) var(--border-color);border-top:none;border-bottom-right-radius:5px;border-bottom-left-radius:5px;font-size:.9em;display:inline-block}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover{cursor:pointer;opacity:.7}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active{background:var(--cx-color-neutral-0)}`, No = [
|
|
1208
1208
|
wo,
|
|
1209
1209
|
So,
|
|
1210
1210
|
Lo,
|
|
@@ -1293,7 +1293,7 @@ const bo = H`.tabulator .tabulator-alert{z-index:100;background:color-mix(in srg
|
|
|
1293
1293
|
}
|
|
1294
1294
|
};
|
|
1295
1295
|
Si.moduleName = "accessibility";
|
|
1296
|
-
let
|
|
1296
|
+
let xt = Si;
|
|
1297
1297
|
const Go = {
|
|
1298
1298
|
rownum: function(a, e, t, i, s, o) {
|
|
1299
1299
|
const r = o?.getPosition();
|
|
@@ -1375,19 +1375,19 @@ const Go = {
|
|
|
1375
1375
|
}
|
|
1376
1376
|
};
|
|
1377
1377
|
Oe.moduleName = "accessor", Oe.accessors = Go;
|
|
1378
|
-
let
|
|
1378
|
+
let Rt = Oe;
|
|
1379
1379
|
const $o = {
|
|
1380
1380
|
method: "GET"
|
|
1381
1381
|
};
|
|
1382
1382
|
function xs(a) {
|
|
1383
1383
|
return a instanceof File || a instanceof Blob;
|
|
1384
1384
|
}
|
|
1385
|
-
function
|
|
1385
|
+
function St(a, e = "") {
|
|
1386
1386
|
const t = [];
|
|
1387
1387
|
if (Array.isArray(a))
|
|
1388
1388
|
a.forEach((i, s) => {
|
|
1389
1389
|
t.push(
|
|
1390
|
-
...
|
|
1390
|
+
...St(
|
|
1391
1391
|
i,
|
|
1392
1392
|
e ? e + "[" + s + "]" : String(s)
|
|
1393
1393
|
)
|
|
@@ -1398,7 +1398,7 @@ function Tt(a, e = "") {
|
|
|
1398
1398
|
else if (typeof a == "object" && a !== null)
|
|
1399
1399
|
for (const i in a)
|
|
1400
1400
|
Object.prototype.hasOwnProperty.call(a, i) && t.push(
|
|
1401
|
-
...
|
|
1401
|
+
...St(
|
|
1402
1402
|
a[i],
|
|
1403
1403
|
e ? e + "[" + i + "]" : i
|
|
1404
1404
|
)
|
|
@@ -1410,7 +1410,7 @@ function Tt(a, e = "") {
|
|
|
1410
1410
|
const Uo = {
|
|
1411
1411
|
form: {
|
|
1412
1412
|
body: function(a, e, t) {
|
|
1413
|
-
const i =
|
|
1413
|
+
const i = St(t), s = new FormData();
|
|
1414
1414
|
return i.forEach((o) => {
|
|
1415
1415
|
s.append(
|
|
1416
1416
|
o.key,
|
|
@@ -1429,12 +1429,12 @@ const Uo = {
|
|
|
1429
1429
|
}
|
|
1430
1430
|
}
|
|
1431
1431
|
};
|
|
1432
|
-
function
|
|
1432
|
+
function Tt(a, e = "") {
|
|
1433
1433
|
const t = [];
|
|
1434
1434
|
if (Array.isArray(a))
|
|
1435
1435
|
a.forEach((i, s) => {
|
|
1436
1436
|
t.push(
|
|
1437
|
-
...
|
|
1437
|
+
...Tt(
|
|
1438
1438
|
i,
|
|
1439
1439
|
e ? e + "[" + s + "]" : String(s)
|
|
1440
1440
|
)
|
|
@@ -1443,7 +1443,7 @@ function Mt(a, e = "") {
|
|
|
1443
1443
|
else if (typeof a == "object" && a !== null)
|
|
1444
1444
|
for (const i in a)
|
|
1445
1445
|
Object.prototype.hasOwnProperty.call(a, i) && t.push(
|
|
1446
|
-
...
|
|
1446
|
+
...Tt(
|
|
1447
1447
|
a[i],
|
|
1448
1448
|
e ? e + "[" + i + "]" : i
|
|
1449
1449
|
)
|
|
@@ -1453,7 +1453,7 @@ function Mt(a, e = "") {
|
|
|
1453
1453
|
return t;
|
|
1454
1454
|
}
|
|
1455
1455
|
function Ko(a) {
|
|
1456
|
-
const e =
|
|
1456
|
+
const e = Tt(a), t = [];
|
|
1457
1457
|
return e.forEach((i) => {
|
|
1458
1458
|
t.push(
|
|
1459
1459
|
encodeURIComponent(i.key) + "=" + encodeURIComponent(String(i.value))
|
|
@@ -1565,7 +1565,7 @@ Z.moduleName = "ajax", Z.defaultConfig = $o, Z.defaultURLGenerator = Rs, Z.conte
|
|
|
1565
1565
|
Be && console.warn("Ajax Load Error - No URL Set"), o([]);
|
|
1566
1566
|
});
|
|
1567
1567
|
};
|
|
1568
|
-
let
|
|
1568
|
+
let Mt = Z;
|
|
1569
1569
|
function yi(a) {
|
|
1570
1570
|
const e = [];
|
|
1571
1571
|
let t = a;
|
|
@@ -1657,7 +1657,7 @@ class Ts {
|
|
|
1657
1657
|
}
|
|
1658
1658
|
}
|
|
1659
1659
|
const qo = process.env.NODE_ENV === "development";
|
|
1660
|
-
class
|
|
1660
|
+
class kt {
|
|
1661
1661
|
constructor(e) {
|
|
1662
1662
|
return this._column = e, this.type = "ColumnComponent", new Proxy(this, {
|
|
1663
1663
|
get(t, i) {
|
|
@@ -2023,7 +2023,7 @@ const ue = class ue extends R {
|
|
|
2023
2023
|
}
|
|
2024
2024
|
};
|
|
2025
2025
|
ue.moduleName = "clipboard", ue.moduleExtensions = ir, ue.pasteActions = Qo, ue.pasteParsers = Zo;
|
|
2026
|
-
let
|
|
2026
|
+
let Lt = ue;
|
|
2027
2027
|
class Ci {
|
|
2028
2028
|
constructor(e) {
|
|
2029
2029
|
return this._cell = e, new Proxy(this, {
|
|
@@ -2736,7 +2736,7 @@ const Ms = {
|
|
|
2736
2736
|
* Object Generation
|
|
2737
2737
|
*/
|
|
2738
2738
|
getComponent() {
|
|
2739
|
-
return this.component ??= new
|
|
2739
|
+
return this.component ??= new kt(this), this.component;
|
|
2740
2740
|
}
|
|
2741
2741
|
getPosition() {
|
|
2742
2742
|
return (this.table.columnManager?.getVisibleColumnsByIndex().indexOf(this) ?? -1) + 1;
|
|
@@ -3372,8 +3372,8 @@ const nr = {
|
|
|
3372
3372
|
}
|
|
3373
3373
|
};
|
|
3374
3374
|
pe.moduleName = "columnCalcs", pe.calculations = nr;
|
|
3375
|
-
let
|
|
3376
|
-
class
|
|
3375
|
+
let Dt = pe;
|
|
3376
|
+
class zt extends V {
|
|
3377
3377
|
constructor(e = {}, t) {
|
|
3378
3378
|
super(e, t), this.type = "placeholder", this.height = 0, this.outerHeight = 0, this.initialized = !1, this.modules = {}, this.cells = [];
|
|
3379
3379
|
}
|
|
@@ -3422,7 +3422,7 @@ class Ft extends V {
|
|
|
3422
3422
|
}
|
|
3423
3423
|
const ar = x`<span class="tabulator-data-tree-control" tabindex="0"><cx-icon-button name="keyboard_arrow_down"></cx-icon-button></span>`, lr = x`<span class="tabulator-data-tree-control" tabindex="0"><cx-icon-button name="keyboard_arrow_right"></cx-icon-button></span>`, hr = x`<span class="tabulator-data-tree-control tabulator-data-tree-control-placeholder" aria-hidden="true"></span>`, cr = x`<div class="tabulator-data-tree-branch"></div>`, dr = x`<div class="tabulator-data-tree-branch-empty"></div>`, ur = x`<cx-button size="small"><cx-icon slot="prefix" name="add" variant="outlined"></cx-icon>
|
|
3424
3424
|
Load More
|
|
3425
|
-
</cx-button>`, pr = x`<div class="tabulator-data-tree-loading">Loading...</div>`, fr = process.env.NODE_ENV === "development",
|
|
3425
|
+
</cx-button>`, pr = x`<div class="tabulator-data-tree-loading">Loading...</div>`, fr = process.env.NODE_ENV === "development", Ti = class Ti extends R {
|
|
3426
3426
|
constructor(e) {
|
|
3427
3427
|
super(e), this.indent = 10, this.field = "", this.collapseEl = null, this.expandEl = null, this.branchEl = null, this.elementField = !1, this.startOpen = function() {
|
|
3428
3428
|
return !1;
|
|
@@ -3525,53 +3525,46 @@ const ar = x`<span class="tabulator-data-tree-control" tabindex="0"><cx-icon-but
|
|
|
3525
3525
|
}
|
|
3526
3526
|
layoutRow(e) {
|
|
3527
3527
|
const i = (this.elementField ? e.getCell(this.elementField) : e.getCells()[0])?.getElement(), s = e.modules.dataTree;
|
|
3528
|
-
if (!i || !s)
|
|
3529
|
-
|
|
3530
|
-
|
|
3531
|
-
|
|
3532
|
-
|
|
3533
|
-
|
|
3534
|
-
|
|
3535
|
-
|
|
3536
|
-
|
|
3537
|
-
|
|
3538
|
-
|
|
3539
|
-
|
|
3540
|
-
|
|
3541
|
-
));
|
|
3542
|
-
this.table.rtl ? h.style.marginRight = d + "px" : h.style.marginLeft = d + "px";
|
|
3543
|
-
} else this.table.rtl ? i.style.paddingRight = Number.parseInt(
|
|
3544
|
-
globalThis.getComputedStyle(i, null).getPropertyValue("padding-right")
|
|
3545
|
-
) + l + "px" : i.style.paddingLeft = Number.parseInt(
|
|
3546
|
-
globalThis.getComputedStyle(i, null).getPropertyValue("padding-left")
|
|
3547
|
-
) + l + "px";
|
|
3528
|
+
if (!(!i || !s))
|
|
3529
|
+
if (s.branchEl && (s.branchEl.parentNode && s.branchEl.parentNode.removeChild(s.branchEl), s.branchEl = !1), s.controlEl && (s.controlEl.parentNode && s.controlEl.parentNode.removeChild(s.controlEl), s.controlEl = !1), this.generateControlElement(e, i), e.getElement()?.classList.add("tabulator-tree-level-" + s.index), s.index) {
|
|
3530
|
+
if (i.style.setProperty("--tabulator-tree-level", String(s.index)), i.style.setProperty(
|
|
3531
|
+
"--tabulator-tree-child-indent",
|
|
3532
|
+
`${this.indent}px`
|
|
3533
|
+
), i.style.setProperty(
|
|
3534
|
+
"padding-inline-start",
|
|
3535
|
+
`calc(var(--cell-horizontal-padding) + ${s.index} * var(--tabulator-tree-step))`
|
|
3536
|
+
), this.branchEl) {
|
|
3537
|
+
const o = this.branchEl.cloneNode(!0);
|
|
3538
|
+
s.branchEl = o, i.insertBefore(o, i.firstChild);
|
|
3539
|
+
}
|
|
3540
|
+
} else
|
|
3541
|
+
i.style.removeProperty("--tabulator-tree-level"), i.style.removeProperty("--tabulator-tree-child-indent"), i.style.removeProperty("padding-inline-start");
|
|
3548
3542
|
}
|
|
3549
3543
|
generateControlElement(e, t) {
|
|
3550
3544
|
const i = e.modules.dataTree, s = i.controlEl;
|
|
3551
3545
|
let o;
|
|
3552
|
-
if (t = t || e.getCells()[0]?.getElement() || void 0,
|
|
3553
|
-
|
|
3554
|
-
|
|
3555
|
-
|
|
3556
|
-
|
|
3557
|
-
|
|
3558
|
-
|
|
3559
|
-
|
|
3560
|
-
}
|
|
3561
|
-
|
|
3562
|
-
|
|
3563
|
-
|
|
3564
|
-
|
|
3565
|
-
|
|
3546
|
+
if (t = t || e.getCells()[0]?.getElement() || void 0, !!t) {
|
|
3547
|
+
if (i.children !== !1) {
|
|
3548
|
+
if (i.open) {
|
|
3549
|
+
if (!this.collapseEl)
|
|
3550
|
+
return;
|
|
3551
|
+
o = this.collapseEl.cloneNode(!0), o.addEventListener("click", (r) => {
|
|
3552
|
+
r.stopPropagation(), this.collapseRow(e);
|
|
3553
|
+
});
|
|
3554
|
+
} else {
|
|
3555
|
+
if (!this.expandEl)
|
|
3556
|
+
return;
|
|
3557
|
+
o = this.expandEl.cloneNode(!0), o.addEventListener("click", (r) => {
|
|
3558
|
+
r.stopPropagation(), this.expandRow(e);
|
|
3559
|
+
});
|
|
3560
|
+
}
|
|
3561
|
+
o.addEventListener("mousedown", (r) => {
|
|
3562
|
+
r.stopPropagation();
|
|
3566
3563
|
});
|
|
3567
|
-
}
|
|
3568
|
-
|
|
3569
|
-
|
|
3570
|
-
|
|
3571
|
-
} else
|
|
3572
|
-
o = T(hr);
|
|
3573
|
-
const r = this.indent;
|
|
3574
|
-
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);
|
|
3564
|
+
} else
|
|
3565
|
+
o = T(hr);
|
|
3566
|
+
o.style.setProperty("margin-inline-end", `${this.indent}px`), o.style.setProperty("margin-inline-start", "0px"), e.modules.dataTree.controlEl = o, s && s.parentNode === t ? s.parentNode.replaceChild(o, s) : t.insertBefore(o, t.firstChild);
|
|
3567
|
+
}
|
|
3575
3568
|
}
|
|
3576
3569
|
getRows(e) {
|
|
3577
3570
|
const t = [];
|
|
@@ -3624,7 +3617,7 @@ const ar = x`<span class="tabulator-data-tree-control" tabindex="0"><cx-icon-but
|
|
|
3624
3617
|
childLevel: e,
|
|
3625
3618
|
parentRow: t
|
|
3626
3619
|
}) {
|
|
3627
|
-
const i = new
|
|
3620
|
+
const i = new zt(
|
|
3628
3621
|
{
|
|
3629
3622
|
id: "load-more"
|
|
3630
3623
|
},
|
|
@@ -3632,9 +3625,16 @@ const ar = x`<span class="tabulator-data-tree-control" tabindex="0"><cx-icon-but
|
|
|
3632
3625
|
);
|
|
3633
3626
|
i.create(), i.modules.dataTree.index = e, i.modules.dataTree.parent = t, i.modules.dataTree.children = !1, i.modules.dataTree.open = !0;
|
|
3634
3627
|
const s = T(ur);
|
|
3635
|
-
i.getElement()?.classList.add("tabulator-tree-level-" + e), i.element.appendChild(s)
|
|
3636
|
-
|
|
3637
|
-
|
|
3628
|
+
return i.getElement()?.classList.add("tabulator-tree-level-" + e), i.element.appendChild(s), s.style.setProperty(
|
|
3629
|
+
"--tabulator-tree-level",
|
|
3630
|
+
String(e + 1)
|
|
3631
|
+
), s.style.setProperty(
|
|
3632
|
+
"--tabulator-tree-child-indent",
|
|
3633
|
+
`${this.indent}px`
|
|
3634
|
+
), s.style.setProperty(
|
|
3635
|
+
"margin-inline-start",
|
|
3636
|
+
`calc(${e + 1} * var(--tabulator-tree-step))`
|
|
3637
|
+
), s.addEventListener("click", () => {
|
|
3638
3638
|
this.dispatchExternal(
|
|
3639
3639
|
"dataTreeLoadMore",
|
|
3640
3640
|
t.getComponent(),
|
|
@@ -3646,7 +3646,7 @@ const ar = x`<span class="tabulator-data-tree-control" tabindex="0"><cx-icon-but
|
|
|
3646
3646
|
childLevel: e,
|
|
3647
3647
|
parentRow: t
|
|
3648
3648
|
}) {
|
|
3649
|
-
const i = new
|
|
3649
|
+
const i = new zt(
|
|
3650
3650
|
{
|
|
3651
3651
|
id: "loading"
|
|
3652
3652
|
},
|
|
@@ -3654,9 +3654,16 @@ const ar = x`<span class="tabulator-data-tree-control" tabindex="0"><cx-icon-but
|
|
|
3654
3654
|
);
|
|
3655
3655
|
i.create(), i.modules.dataTree.index = e, i.modules.dataTree.parent = t, i.modules.dataTree.children = !1, i.modules.dataTree.open = !0;
|
|
3656
3656
|
const s = T(pr);
|
|
3657
|
-
i.element.appendChild(s), i.getElement()?.classList.add("tabulator-tree-level-" + e)
|
|
3658
|
-
|
|
3659
|
-
|
|
3657
|
+
return i.element.appendChild(s), i.getElement()?.classList.add("tabulator-tree-level-" + e), s.style.setProperty(
|
|
3658
|
+
"--tabulator-tree-level",
|
|
3659
|
+
String(e + 1)
|
|
3660
|
+
), s.style.setProperty(
|
|
3661
|
+
"--tabulator-tree-child-indent",
|
|
3662
|
+
`${this.indent}px`
|
|
3663
|
+
), s.style.setProperty(
|
|
3664
|
+
"margin-inline-start",
|
|
3665
|
+
`calc(${e + 1} * var(--tabulator-tree-step))`
|
|
3666
|
+
), i;
|
|
3660
3667
|
}
|
|
3661
3668
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
3662
3669
|
expandRow(e, t) {
|
|
@@ -3800,7 +3807,7 @@ const ar = x`<span class="tabulator-data-tree-control" tabindex="0"><cx-icon-but
|
|
|
3800
3807
|
}
|
|
3801
3808
|
};
|
|
3802
3809
|
Ti.moduleName = "dataTree";
|
|
3803
|
-
let
|
|
3810
|
+
let Ft = Ti;
|
|
3804
3811
|
const Yi = process.env.NODE_ENV === "development", gr = function(a, e = {}, t) {
|
|
3805
3812
|
const i = e.delimiter ? e.delimiter : ",", s = [], o = [];
|
|
3806
3813
|
a.forEach((n) => {
|
|
@@ -4110,7 +4117,7 @@ const Yi = process.env.NODE_ENV === "development", gr = function(a, e = {}, t) {
|
|
|
4110
4117
|
}
|
|
4111
4118
|
};
|
|
4112
4119
|
He.moduleName = "download", He.downloaders = xr;
|
|
4113
|
-
let
|
|
4120
|
+
let Ot = He;
|
|
4114
4121
|
const Sr = function(a, e, t, i, s = {}) {
|
|
4115
4122
|
const o = this, r = a._getSelf().column;
|
|
4116
4123
|
let n;
|
|
@@ -4707,7 +4714,7 @@ function ln(a, e, t) {
|
|
|
4707
4714
|
let i = parseFloat(a.getValue()), s = "", o, r, n, l;
|
|
4708
4715
|
const h = e.decimal || ".", c = e.thousand || ",", d = e.negativeSign || "-", p = e.symbol || "", u = !!e.symbolAfter, f = typeof e.precision < "u" ? e.precision : 2;
|
|
4709
4716
|
if (isNaN(i))
|
|
4710
|
-
return pt(S(a.getValue()));
|
|
4717
|
+
return pt(S(vi(a.getValue())));
|
|
4711
4718
|
i < 0 && (i = Math.abs(i), s = d), o = f !== !1 ? i.toFixed(f) : String(i), o = String(o).split("."), r = o[0];
|
|
4712
4719
|
const w = o.length > 1 ? h + o[1] : "";
|
|
4713
4720
|
if (e.thousand !== !1)
|
|
@@ -4732,7 +4739,7 @@ function cn(a, e) {
|
|
|
4732
4739
|
return o;
|
|
4733
4740
|
}
|
|
4734
4741
|
function dn(a, e) {
|
|
4735
|
-
let t = pt(S(a.getValue()));
|
|
4742
|
+
let t = pt(S(vi(a.getValue())));
|
|
4736
4743
|
const i = e ?? {};
|
|
4737
4744
|
i.prefix && (t = i.prefix + t), i.suffix && (t = t + i.suffix);
|
|
4738
4745
|
const s = x`<cx-line-clamp lines="1"><span style=${ke(i.style ?? {})}>${t}</span></cx-line-clamp>`;
|
|
@@ -4849,7 +4856,7 @@ function mn(a, e) {
|
|
|
4849
4856
|
return Object.assign(s, i), s.textContent = e?.getTagContent?.(t) ?? e?.tagContentMap?.[t] ?? String(t), s;
|
|
4850
4857
|
}
|
|
4851
4858
|
function bn(a) {
|
|
4852
|
-
return pt(S(a.getValue()));
|
|
4859
|
+
return pt(S(vi(a.getValue())));
|
|
4853
4860
|
}
|
|
4854
4861
|
function wn(a, e, t) {
|
|
4855
4862
|
const i = a.getValue(), s = a.getElement(), o = e.allowEmpty, r = e.allowTruthy, n = Object.prototype.hasOwnProperty.call(
|
|
@@ -6323,7 +6330,7 @@ const Dn = function(a, e, t, i, s) {
|
|
|
6323
6330
|
}
|
|
6324
6331
|
};
|
|
6325
6332
|
$e.moduleName = "edit", $e.editors = Vn;
|
|
6326
|
-
let
|
|
6333
|
+
let Ht = $e;
|
|
6327
6334
|
const Wn = {}, Gn = {
|
|
6328
6335
|
active: function() {
|
|
6329
6336
|
return this.options.pagination ? this.rowManager?.getDisplayRows(
|
|
@@ -6340,7 +6347,7 @@ const Wn = {}, Gn = {
|
|
|
6340
6347
|
return this.rowManager?.getVisibleRows(!1, !0) || [];
|
|
6341
6348
|
}
|
|
6342
6349
|
};
|
|
6343
|
-
class
|
|
6350
|
+
class bt {
|
|
6344
6351
|
constructor(e, t, i, s, o) {
|
|
6345
6352
|
this.value = e, this.component = t, this.width = i ?? 1, this.height = s ?? 1, this.depth = o ?? 1;
|
|
6346
6353
|
}
|
|
@@ -6441,7 +6448,7 @@ const jn = process.env.NODE_ENV === "development", ge = class ge extends R {
|
|
|
6441
6448
|
if (l) {
|
|
6442
6449
|
const h = l.title ?? "";
|
|
6443
6450
|
n.push(
|
|
6444
|
-
new
|
|
6451
|
+
new bt(
|
|
6445
6452
|
h,
|
|
6446
6453
|
l.column.getComponent(),
|
|
6447
6454
|
l.width,
|
|
@@ -6478,7 +6485,7 @@ const jn = process.env.NODE_ENV === "development", ge = class ge extends R {
|
|
|
6478
6485
|
switch (r.type) {
|
|
6479
6486
|
case "group":
|
|
6480
6487
|
h = r.level, l.push(
|
|
6481
|
-
new
|
|
6488
|
+
new bt(
|
|
6482
6489
|
r.key,
|
|
6483
6490
|
r.getComponent(),
|
|
6484
6491
|
s.length,
|
|
@@ -6490,7 +6497,7 @@ const jn = process.env.NODE_ENV === "development", ge = class ge extends R {
|
|
|
6490
6497
|
case "row":
|
|
6491
6498
|
s.forEach((c) => {
|
|
6492
6499
|
l.push(
|
|
6493
|
-
new
|
|
6500
|
+
new bt(c._column.getFieldValue(n), c, 1, 1)
|
|
6494
6501
|
);
|
|
6495
6502
|
}), this.table.options.dataTree && this.config?.dataTree !== !1 && (h = r.modules.dataTree?.index || 0);
|
|
6496
6503
|
break;
|
|
@@ -6807,7 +6814,7 @@ const jn = process.env.NODE_ENV === "development", ge = class ge extends R {
|
|
|
6807
6814
|
}
|
|
6808
6815
|
};
|
|
6809
6816
|
ge.moduleName = "export", ge.columnLookups = Wn, ge.rowLookups = Gn;
|
|
6810
|
-
let
|
|
6817
|
+
let Pt = ge;
|
|
6811
6818
|
const ss = process.env.NODE_ENV === "development", $n = {
|
|
6812
6819
|
// not equal to
|
|
6813
6820
|
"!=": function(a, e, t, i) {
|
|
@@ -7470,7 +7477,7 @@ const ss = process.env.NODE_ENV === "development", $n = {
|
|
|
7470
7477
|
}
|
|
7471
7478
|
};
|
|
7472
7479
|
ee.moduleName = "filter", ee.filters = $n;
|
|
7473
|
-
let
|
|
7480
|
+
let At = ee;
|
|
7474
7481
|
const Un = process.env.NODE_ENV === "development", Mi = class Mi extends R {
|
|
7475
7482
|
constructor(e) {
|
|
7476
7483
|
super(e), this.leftColumns = [], this.rightColumns = [], this.initializationMode = "left", this.active = !1, this.blocked = !0, this.registerColumnOption("frozen");
|
|
@@ -7596,7 +7603,7 @@ const Un = process.env.NODE_ENV === "development", Mi = class Mi extends R {
|
|
|
7596
7603
|
}
|
|
7597
7604
|
};
|
|
7598
7605
|
Mi.moduleName = "frozenColumns";
|
|
7599
|
-
let
|
|
7606
|
+
let _t = Mi;
|
|
7600
7607
|
const os = process.env.NODE_ENV === "development", ki = class ki extends R {
|
|
7601
7608
|
constructor(e) {
|
|
7602
7609
|
super(e), this.topElement = document.createElement("div"), this.rows = [], this.registerComponentFunction("row", "freeze", this.freezeRow.bind(this)), this.registerComponentFunction(
|
|
@@ -7683,7 +7690,7 @@ const os = process.env.NODE_ENV === "development", ki = class ki extends R {
|
|
|
7683
7690
|
}
|
|
7684
7691
|
};
|
|
7685
7692
|
ki.moduleName = "frozenRows";
|
|
7686
|
-
let
|
|
7693
|
+
let Nt = ki;
|
|
7687
7694
|
const Kn = process.env.NODE_ENV === "development", Xn = x`<cx-icon-button class="tabulator-group-toggle" name="keyboard_arrow_down"></cx-icon-button>`, Jn = x`<div class="tabulator-group-level-indent"></div>`, qn = x`<cx-button size="small"><cx-icon slot="prefix" name="add" variant="outlined"></cx-icon>
|
|
7688
7695
|
Load More
|
|
7689
7696
|
</cx-button>`, Yn = x`<div class="tabulator-data-tree-loading">Loading...</div>`;
|
|
@@ -7825,7 +7832,7 @@ class ze {
|
|
|
7825
7832
|
const i = this.groupManager.table.rowManager;
|
|
7826
7833
|
if (!e?.hasMore || !i)
|
|
7827
7834
|
return this._loadMoreRow = !1, !1;
|
|
7828
|
-
const s = new
|
|
7835
|
+
const s = new zt(
|
|
7829
7836
|
{ id: `group-load-more:${this.getPathKey()}` },
|
|
7830
7837
|
i
|
|
7831
7838
|
), o = (this.level + 1) * (this.groupManager.table.options.groupIndent ?? Cs);
|
|
@@ -8055,7 +8062,7 @@ class ze {
|
|
|
8055
8062
|
return this.component ??= new Ts(this), this.component;
|
|
8056
8063
|
}
|
|
8057
8064
|
}
|
|
8058
|
-
const
|
|
8065
|
+
const wt = process.env.NODE_ENV === "development", Li = class Li extends R {
|
|
8059
8066
|
constructor(e) {
|
|
8060
8067
|
super(e), this.groupIDLookups = !1, this.startOpen = [
|
|
8061
8068
|
function() {
|
|
@@ -8110,7 +8117,7 @@ const vt = process.env.NODE_ENV === "development", Li = class Li extends R {
|
|
|
8110
8117
|
if (this.table.options.groupBy) {
|
|
8111
8118
|
let e = this.table.options.groupBy, t = this.table.options.groupStartOpen;
|
|
8112
8119
|
const i = this.table.options.groupHeader;
|
|
8113
|
-
this.allowedValues = this.table.options.groupValues || !1, Array.isArray(e) && Array.isArray(i) && e.length > i.length &&
|
|
8120
|
+
this.allowedValues = this.table.options.groupValues || !1, Array.isArray(e) && Array.isArray(i) && e.length > i.length && wt && console.warn(
|
|
8114
8121
|
"Error creating group headers, groupHeader array is shorter than groupBy array"
|
|
8115
8122
|
), this.headerGenerator = [
|
|
8116
8123
|
function() {
|
|
@@ -8200,7 +8207,7 @@ const vt = process.env.NODE_ENV === "development", Li = class Li extends R {
|
|
|
8200
8207
|
this.table.options.groupValues = e, this.configureGroupSetup(), this.refreshData(), this.trackChanges();
|
|
8201
8208
|
}
|
|
8202
8209
|
setGroupStartOpen(e) {
|
|
8203
|
-
this.table.options.groupStartOpen = e, this.configureGroupSetup(), this.table.options.groupBy ? (this.refreshData(), this.trackChanges()) :
|
|
8210
|
+
this.table.options.groupStartOpen = e, this.configureGroupSetup(), this.table.options.groupBy ? (this.refreshData(), this.trackChanges()) : wt && console.warn(
|
|
8204
8211
|
"Grouping Update - cant refresh view, no groups have been set"
|
|
8205
8212
|
);
|
|
8206
8213
|
}
|
|
@@ -8219,7 +8226,7 @@ const vt = process.env.NODE_ENV === "development", Li = class Li extends R {
|
|
|
8219
8226
|
});
|
|
8220
8227
|
}
|
|
8221
8228
|
setGroupHeader(e) {
|
|
8222
|
-
this.table.options.groupHeader = e || void 0, this.configureGroupSetup(), this.table.options.groupBy ? (this.refreshData(), this.trackChanges()) :
|
|
8229
|
+
this.table.options.groupHeader = e || void 0, this.configureGroupSetup(), this.table.options.groupBy ? (this.refreshData(), this.trackChanges()) : wt && console.warn(
|
|
8223
8230
|
"Grouping Update - cant refresh view, no groups have been set"
|
|
8224
8231
|
);
|
|
8225
8232
|
}
|
|
@@ -8424,7 +8431,7 @@ const vt = process.env.NODE_ENV === "development", Li = class Li extends R {
|
|
|
8424
8431
|
}
|
|
8425
8432
|
};
|
|
8426
8433
|
Li.moduleName = "groupRows";
|
|
8427
|
-
let
|
|
8434
|
+
let Vt = Li;
|
|
8428
8435
|
const Qn = {
|
|
8429
8436
|
cellEdit: function(a) {
|
|
8430
8437
|
"setValueProcessData" in a.component && (a.component.setValueProcessData(a.data.newValue), a.component.cellRendered());
|
|
@@ -8615,7 +8622,7 @@ const Qn = {
|
|
|
8615
8622
|
}
|
|
8616
8623
|
};
|
|
8617
8624
|
se.moduleName = "history", se.moduleExtensions = ia, se.undoers = Zn, se.redoers = Qn;
|
|
8618
|
-
let
|
|
8625
|
+
let It = se;
|
|
8619
8626
|
const sa = process.env.NODE_ENV === "development", Di = class Di extends R {
|
|
8620
8627
|
constructor(e) {
|
|
8621
8628
|
super(e), this.fieldIndex = [], this.hasIndex = !1;
|
|
@@ -8696,7 +8703,7 @@ const sa = process.env.NODE_ENV === "development", Di = class Di extends R {
|
|
|
8696
8703
|
}
|
|
8697
8704
|
};
|
|
8698
8705
|
Di.moduleName = "htmlTableImport";
|
|
8699
|
-
let
|
|
8706
|
+
let Bt = Di;
|
|
8700
8707
|
function oa(a) {
|
|
8701
8708
|
return a;
|
|
8702
8709
|
}
|
|
@@ -8910,7 +8917,7 @@ const ns = process.env.NODE_ENV === "development", la = function(a) {
|
|
|
8910
8917
|
}
|
|
8911
8918
|
};
|
|
8912
8919
|
Ue.moduleName = "import", Ue.importers = ha;
|
|
8913
|
-
let
|
|
8920
|
+
let Wt = Ue;
|
|
8914
8921
|
const zi = class zi extends R {
|
|
8915
8922
|
constructor(e) {
|
|
8916
8923
|
super(e), this.eventMap = {
|
|
@@ -9094,7 +9101,7 @@ const zi = class zi extends R {
|
|
|
9094
9101
|
}
|
|
9095
9102
|
};
|
|
9096
9103
|
zi.moduleName = "interaction";
|
|
9097
|
-
let
|
|
9104
|
+
let Gt = zi;
|
|
9098
9105
|
const ca = {
|
|
9099
9106
|
keyBlock: function(a) {
|
|
9100
9107
|
a.stopPropagation(), a.preventDefault();
|
|
@@ -9222,7 +9229,7 @@ const ca = {
|
|
|
9222
9229
|
}
|
|
9223
9230
|
};
|
|
9224
9231
|
me.moduleName = "keybindings", me.bindings = da, me.actions = ca;
|
|
9225
|
-
let
|
|
9232
|
+
let jt = me;
|
|
9226
9233
|
const Fi = class Fi extends R {
|
|
9227
9234
|
constructor(e) {
|
|
9228
9235
|
super(e), this.menuContainer = null, this.nestedMenuBlock = !1, this.currentComponent = null, this.rootPopup = null, this.columnSubscribers = {}, this.registerTableOption("rowContextMenu", !1), this.registerTableOption("rowClickMenu", !1), this.registerTableOption("rowDblClickMenu", !1), this.registerTableOption("groupContextMenu", !1), this.registerTableOption("groupClickMenu", !1), this.registerTableOption("groupDblClickMenu", !1), this.registerColumnOption("headerContextMenu"), this.registerColumnOption("headerClickMenu"), this.registerColumnOption("headerDblClickMenu"), this.registerColumnOption("headerMenu"), this.registerColumnOption("headerMenuIcon"), this.registerColumnOption("contextMenu"), this.registerColumnOption("clickMenu"), this.registerColumnOption("dblClickMenu");
|
|
@@ -9347,7 +9354,7 @@ const Fi = class Fi extends R {
|
|
|
9347
9354
|
}
|
|
9348
9355
|
};
|
|
9349
9356
|
Fi.moduleName = "menu";
|
|
9350
|
-
let
|
|
9357
|
+
let $t = Fi;
|
|
9351
9358
|
const Oi = class Oi extends R {
|
|
9352
9359
|
constructor(e) {
|
|
9353
9360
|
super(e), this.placeholderElement = this.createPlaceholderElement(), this.hoverElement = !1, this.checkTimeout = !1, this.checkPeriod = 250, this.moving = !1, this.toCol = !1, this.toColAfter = !1, this.startX = 0, this.autoScrollMargin = 40, this.autoScrollStep = 5, this.autoScrollTimeout = !1, this.touchMove = !1, this.moveHover = this.moveHover.bind(this), this.endMove = this.endMove.bind(this), this.registerTableOption("movableColumns", !1);
|
|
@@ -9505,7 +9512,7 @@ const Oi = class Oi extends R {
|
|
|
9505
9512
|
}
|
|
9506
9513
|
};
|
|
9507
9514
|
Oi.moduleName = "moveColumn";
|
|
9508
|
-
let
|
|
9515
|
+
let Ut = Oi;
|
|
9509
9516
|
const pa = {
|
|
9510
9517
|
add: function(a, e, t) {
|
|
9511
9518
|
return a && this.table.addRow(a.getData("")), !0;
|
|
@@ -9866,7 +9873,7 @@ const pa = {
|
|
|
9866
9873
|
}
|
|
9867
9874
|
};
|
|
9868
9875
|
Re.moduleName = "moveRow", Re.senders = fa, Re.receivers = pa;
|
|
9869
|
-
let
|
|
9876
|
+
let Kt = Re;
|
|
9870
9877
|
const ga = {}, ma = process.env.NODE_ENV === "development", Pe = class Pe extends R {
|
|
9871
9878
|
constructor(e) {
|
|
9872
9879
|
super(e), this.allowedTypes = ["", "data", "edit", "clipboard", "import"], this.enabled = !0, this.registerColumnOption("mutator"), this.registerColumnOption("mutatorParams"), this.registerColumnOption("mutatorData"), this.registerColumnOption("mutatorDataParams"), this.registerColumnOption("mutatorEdit"), this.registerColumnOption("mutatorEditParams"), this.registerColumnOption("mutatorClipboard"), this.registerColumnOption("mutatorClipboardParams"), this.registerColumnOption("mutatorImport"), this.registerColumnOption("mutatorImportParams"), this.registerColumnOption("mutateLink");
|
|
@@ -9957,7 +9964,7 @@ const ga = {}, ma = process.env.NODE_ENV === "development", Pe = class Pe extend
|
|
|
9957
9964
|
}
|
|
9958
9965
|
};
|
|
9959
9966
|
Pe.moduleName = "mutator", Pe.mutators = ga;
|
|
9960
|
-
let
|
|
9967
|
+
let Xt = Pe;
|
|
9961
9968
|
const Hi = class Hi extends R {
|
|
9962
9969
|
constructor(e) {
|
|
9963
9970
|
super(e), this.element = null, this.size = 0, this.page = 1, this.count = 5, this.max = 1, this.remoteRowCountEstimate = null, this.initialLoad = !0, this.progressiveLoad = !1, this.dataChanging = !1, this.pageSizes = [], this.mode = "local", this.setPage = (t) => {
|
|
@@ -10236,7 +10243,7 @@ const Hi = class Hi extends R {
|
|
|
10236
10243
|
}
|
|
10237
10244
|
};
|
|
10238
10245
|
Hi.moduleName = "page";
|
|
10239
|
-
let
|
|
10246
|
+
let Jt = Hi;
|
|
10240
10247
|
const as = process.env.NODE_ENV === "development", ba = {
|
|
10241
10248
|
cookie: function(a, e) {
|
|
10242
10249
|
let t = document.cookie;
|
|
@@ -10481,7 +10488,7 @@ const as = process.env.NODE_ENV === "development", ba = {
|
|
|
10481
10488
|
}
|
|
10482
10489
|
};
|
|
10483
10490
|
$.moduleName = "persistence", $.moduleInitOrder = -10, $.readers = ba, $.writers = wa;
|
|
10484
|
-
let
|
|
10491
|
+
let qt = $;
|
|
10485
10492
|
const Pi = class Pi extends R {
|
|
10486
10493
|
constructor(e) {
|
|
10487
10494
|
super(e), this.columnSubscribers = {}, this.registerTableOption("rowContextPopup", !1), this.registerTableOption("rowClickPopup", !1), this.registerTableOption("rowDblClickPopup", !1), this.registerTableOption("groupContextPopup", !1), this.registerTableOption("groupClickPopup", !1), this.registerTableOption("groupDblClickPopup", !1), this.registerColumnOption("headerContextPopup"), this.registerColumnOption("headerClickPopup"), this.registerColumnOption("headerDblClickPopup"), this.registerColumnOption("headerPopup"), this.registerColumnOption("headerPopupIcon"), this.registerColumnOption("contextPopup"), this.registerColumnOption("clickPopup"), this.registerColumnOption("dblClickPopup"), this.registerComponentFunction(
|
|
@@ -10603,7 +10610,7 @@ const Pi = class Pi extends R {
|
|
|
10603
10610
|
}
|
|
10604
10611
|
};
|
|
10605
10612
|
Pi.moduleName = "popup";
|
|
10606
|
-
let
|
|
10613
|
+
let Yt = Pi;
|
|
10607
10614
|
const ls = process.env.NODE_ENV === "development", Ai = class Ai extends R {
|
|
10608
10615
|
constructor(e) {
|
|
10609
10616
|
super(e), this.element = !1, this.manualBlock = !1, this.beforeprintEventHandler = null, this.afterprintEventHandler = null, this.registerTableOption("printAsHtml", !1), this.registerTableOption("printFormatter", !1), this.registerTableOption("printHeader", !1), this.registerTableOption("printFooter", !1), this.registerTableOption("printStyled", !0), this.registerTableOption("printRowRange", "visible"), this.registerTableOption("printConfig", {}), this.registerColumnOption("print"), this.registerColumnOption("titlePrint");
|
|
@@ -10681,7 +10688,7 @@ const ls = process.env.NODE_ENV === "development", Ai = class Ai extends R {
|
|
|
10681
10688
|
}
|
|
10682
10689
|
};
|
|
10683
10690
|
Ai.moduleName = "print";
|
|
10684
|
-
let
|
|
10691
|
+
let Qt = Ai;
|
|
10685
10692
|
const _i = class _i extends R {
|
|
10686
10693
|
constructor(e) {
|
|
10687
10694
|
super(e), this.data = !1, this.blocked = !1, this.origFuncs = {}, this.currentVersion = 0, this.registerTableOption("reactiveData", !1);
|
|
@@ -10882,7 +10889,7 @@ const _i = class _i extends R {
|
|
|
10882
10889
|
}
|
|
10883
10890
|
};
|
|
10884
10891
|
_i.moduleName = "reactiveData";
|
|
10885
|
-
let
|
|
10892
|
+
let Zt = _i;
|
|
10886
10893
|
const Ni = class Ni extends R {
|
|
10887
10894
|
constructor(e) {
|
|
10888
10895
|
super(e), this.startColumn = !1, this.startX = !1, this.startWidth = !1, this.latestX = !1, this.handle = null, this.initialNextColumn = null, this.nextColumn = null, this.initialized = !1, this.registerColumnOption("resizable", !0), this.registerTableOption("resizableColumnFit", !1), this.registerTableOption("resizableColumnGuide", !1);
|
|
@@ -11004,7 +11011,7 @@ const Ni = class Ni extends R {
|
|
|
11004
11011
|
}
|
|
11005
11012
|
};
|
|
11006
11013
|
Ni.moduleName = "resizeColumns";
|
|
11007
|
-
let
|
|
11014
|
+
let ei = Ni;
|
|
11008
11015
|
const Vi = class Vi extends R {
|
|
11009
11016
|
constructor(e) {
|
|
11010
11017
|
super(e), this.startRow = !1, this.startY = !1, this.startHeight = !1, this.handle = null, this.prevHandle = null, this.registerTableOption("resizableRows", !1), this.registerTableOption("resizableRowGuide", !1);
|
|
@@ -11069,7 +11076,7 @@ const Vi = class Vi extends R {
|
|
|
11069
11076
|
}
|
|
11070
11077
|
};
|
|
11071
11078
|
Vi.moduleName = "resizeRows";
|
|
11072
|
-
let
|
|
11079
|
+
let ti = Vi;
|
|
11073
11080
|
const Ii = class Ii extends R {
|
|
11074
11081
|
constructor(e) {
|
|
11075
11082
|
super(e), this.binding = !1, this.visibilityObserver = !1, this.resizeObserver = !1, this.containerObserver = !1, this.tableHeight = 0, this.tableWidth = 0, this.containerHeight = 0, this.containerWidth = 0, this.autoResize = !1, this.visible = !1, this.initialized = !1, this.initialRedraw = !1, this.registerTableOption("autoResize", !0);
|
|
@@ -11127,7 +11134,7 @@ const Ii = class Ii extends R {
|
|
|
11127
11134
|
}
|
|
11128
11135
|
};
|
|
11129
11136
|
Ii.moduleName = "resizeTable";
|
|
11130
|
-
let
|
|
11137
|
+
let ii = Ii;
|
|
11131
11138
|
function va(a) {
|
|
11132
11139
|
const e = document.createElement("div"), t = a.getRow()._row.modules.responsiveLayout;
|
|
11133
11140
|
e.classList.add("tabulator-responsive-collapse-toggle"), e.innerHTML = `<svg class='tabulator-responsive-collapse-toggle-open' viewBox="0 0 24 24">
|
|
@@ -11312,7 +11319,7 @@ const ya = {
|
|
|
11312
11319
|
}
|
|
11313
11320
|
};
|
|
11314
11321
|
rt.moduleName = "responsiveLayout", rt.moduleExtensions = ya;
|
|
11315
|
-
let
|
|
11322
|
+
let si = rt;
|
|
11316
11323
|
const Ca = x`<cx-checkbox></cx-checkbox>`;
|
|
11317
11324
|
function Ea(a, e) {
|
|
11318
11325
|
const t = T(Ca);
|
|
@@ -11565,7 +11572,7 @@ const xa = {
|
|
|
11565
11572
|
}
|
|
11566
11573
|
};
|
|
11567
11574
|
nt.moduleName = "selectRow", nt.moduleExtensions = xa;
|
|
11568
|
-
let
|
|
11575
|
+
let oi = nt;
|
|
11569
11576
|
const Ra = {
|
|
11570
11577
|
range: function(a) {
|
|
11571
11578
|
if (!a || a.length === 0)
|
|
@@ -12426,7 +12433,7 @@ const Ce = process.env.NODE_ENV === "development", Ha = x`<div class="tabulator-
|
|
|
12426
12433
|
}
|
|
12427
12434
|
};
|
|
12428
12435
|
Ke.moduleName = "selectRange", Ke.moduleInitOrder = 1, Ke.moduleExtensions = za;
|
|
12429
|
-
let
|
|
12436
|
+
let ri = Ke;
|
|
12430
12437
|
function Pa(a, e, t, i, s, o, r) {
|
|
12431
12438
|
const n = r.alignEmptyValues;
|
|
12432
12439
|
let l = 0;
|
|
@@ -12845,7 +12852,7 @@ const ja = {
|
|
|
12845
12852
|
}
|
|
12846
12853
|
};
|
|
12847
12854
|
Se.moduleName = "sort", Se.sorters = ja;
|
|
12848
|
-
let
|
|
12855
|
+
let ni = Se;
|
|
12849
12856
|
class Ua {
|
|
12850
12857
|
constructor(e, t) {
|
|
12851
12858
|
this.columnCount = e, this.rowCount = t, this.columnString = [], this.columns = [], this.rows = [];
|
|
@@ -13194,7 +13201,7 @@ Data: `,
|
|
|
13194
13201
|
}
|
|
13195
13202
|
};
|
|
13196
13203
|
Bi.moduleName = "spreadsheet";
|
|
13197
|
-
let
|
|
13204
|
+
let ai = Bi;
|
|
13198
13205
|
const Wi = class Wi extends R {
|
|
13199
13206
|
constructor(e) {
|
|
13200
13207
|
super(e), this.tooltipSubscriber = !1, this.headerSubscriber = !1, this.timeout = null, this.popupInstance = null, this.registerTableOption("tooltipDelay", 300), this.registerColumnOption("tooltip"), this.registerColumnOption("headerTooltip");
|
|
@@ -13249,7 +13256,7 @@ const Wi = class Wi extends R {
|
|
|
13249
13256
|
}
|
|
13250
13257
|
};
|
|
13251
13258
|
Wi.moduleName = "tooltip";
|
|
13252
|
-
let
|
|
13259
|
+
let li = Wi;
|
|
13253
13260
|
const Ka = {
|
|
13254
13261
|
// must be alphanumeric
|
|
13255
13262
|
alphanumeric: function(a, e, t) {
|
|
@@ -13502,47 +13509,47 @@ const Ka = {
|
|
|
13502
13509
|
}
|
|
13503
13510
|
};
|
|
13504
13511
|
Xe.moduleName = "validate", Xe.validators = Ka;
|
|
13505
|
-
let
|
|
13506
|
-
const
|
|
13512
|
+
let hi = Xe;
|
|
13513
|
+
const vt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
13507
13514
|
__proto__: null,
|
|
13508
|
-
AccessibilityModule:
|
|
13509
|
-
AccessorModule:
|
|
13510
|
-
AjaxModule:
|
|
13511
|
-
ClipboardModule:
|
|
13512
|
-
ColumnCalcsModule:
|
|
13513
|
-
DataTreeModule:
|
|
13514
|
-
DownloadModule:
|
|
13515
|
-
EditModule:
|
|
13516
|
-
ExportModule:
|
|
13517
|
-
FilterModule:
|
|
13515
|
+
AccessibilityModule: xt,
|
|
13516
|
+
AccessorModule: Rt,
|
|
13517
|
+
AjaxModule: Mt,
|
|
13518
|
+
ClipboardModule: Lt,
|
|
13519
|
+
ColumnCalcsModule: Dt,
|
|
13520
|
+
DataTreeModule: Ft,
|
|
13521
|
+
DownloadModule: Ot,
|
|
13522
|
+
EditModule: Ht,
|
|
13523
|
+
ExportModule: Pt,
|
|
13524
|
+
FilterModule: At,
|
|
13518
13525
|
FormatModule: ot,
|
|
13519
|
-
FrozenColumnsModule:
|
|
13520
|
-
FrozenRowsModule:
|
|
13521
|
-
GroupRowsModule:
|
|
13522
|
-
HistoryModule:
|
|
13523
|
-
HtmlTableImportModule:
|
|
13524
|
-
ImportModule:
|
|
13525
|
-
InteractionModule:
|
|
13526
|
-
KeybindingsModule:
|
|
13527
|
-
MenuModule:
|
|
13528
|
-
MoveColumnsModule:
|
|
13529
|
-
MoveRowsModule:
|
|
13530
|
-
MutatorModule:
|
|
13531
|
-
PageModule:
|
|
13532
|
-
PersistenceModule:
|
|
13533
|
-
PopupModule:
|
|
13534
|
-
PrintModule:
|
|
13535
|
-
ReactiveDataModule:
|
|
13536
|
-
ResizeColumnsModule:
|
|
13537
|
-
ResizeRowsModule:
|
|
13538
|
-
ResizeTableModule:
|
|
13539
|
-
ResponsiveLayoutModule:
|
|
13540
|
-
SelectRangeModule:
|
|
13541
|
-
SelectRowModule:
|
|
13542
|
-
SortModule:
|
|
13543
|
-
SpreadsheetModule:
|
|
13544
|
-
TooltipModule:
|
|
13545
|
-
ValidateModule:
|
|
13526
|
+
FrozenColumnsModule: _t,
|
|
13527
|
+
FrozenRowsModule: Nt,
|
|
13528
|
+
GroupRowsModule: Vt,
|
|
13529
|
+
HistoryModule: It,
|
|
13530
|
+
HtmlTableImportModule: Bt,
|
|
13531
|
+
ImportModule: Wt,
|
|
13532
|
+
InteractionModule: Gt,
|
|
13533
|
+
KeybindingsModule: jt,
|
|
13534
|
+
MenuModule: $t,
|
|
13535
|
+
MoveColumnsModule: Ut,
|
|
13536
|
+
MoveRowsModule: Kt,
|
|
13537
|
+
MutatorModule: Xt,
|
|
13538
|
+
PageModule: Jt,
|
|
13539
|
+
PersistenceModule: qt,
|
|
13540
|
+
PopupModule: Yt,
|
|
13541
|
+
PrintModule: Qt,
|
|
13542
|
+
ReactiveDataModule: Zt,
|
|
13543
|
+
ResizeColumnsModule: ei,
|
|
13544
|
+
ResizeRowsModule: ti,
|
|
13545
|
+
ResizeTableModule: ii,
|
|
13546
|
+
ResponsiveLayoutModule: si,
|
|
13547
|
+
SelectRangeModule: ri,
|
|
13548
|
+
SelectRowModule: oi,
|
|
13549
|
+
SortModule: ni,
|
|
13550
|
+
SpreadsheetModule: ai,
|
|
13551
|
+
TooltipModule: li,
|
|
13552
|
+
ValidateModule: hi
|
|
13546
13553
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
13547
13554
|
class Ja extends gt {
|
|
13548
13555
|
constructor(e) {
|
|
@@ -13565,7 +13572,7 @@ class Ja extends gt {
|
|
|
13565
13572
|
});
|
|
13566
13573
|
}
|
|
13567
13574
|
}
|
|
13568
|
-
const
|
|
13575
|
+
const yt = process.env.NODE_ENV === "development";
|
|
13569
13576
|
class qa extends gt {
|
|
13570
13577
|
constructor(e) {
|
|
13571
13578
|
super(e), this.leftCol = 0, this.rightCol = 0, this.scrollLeft = 0, this.vDomScrollPosLeft = 0, this.vDomScrollPosRight = 0, this.vDomPadLeft = 0, this.vDomPadRight = 0, this.fitDataColAvg = 0, this.windowBuffer = 200, this.visibleRowsCache = null, this.initialized = !1, this.isFitData = !1, this.columns = [];
|
|
@@ -13575,7 +13582,7 @@ class qa extends gt {
|
|
|
13575
13582
|
}
|
|
13576
13583
|
compatibilityCheck() {
|
|
13577
13584
|
const e = this.table.options.layout;
|
|
13578
|
-
|
|
13585
|
+
yt && (e === "fitDataTable" && console.warn(
|
|
13579
13586
|
"Horizontal Virtual DOM is not compatible with fitDataTable layout mode"
|
|
13580
13587
|
), this.table.options.responsiveLayout && console.warn(
|
|
13581
13588
|
"Horizontal Virtual DOM is not compatible with responsive columns"
|
|
@@ -13771,7 +13778,7 @@ class qa extends gt {
|
|
|
13771
13778
|
try {
|
|
13772
13779
|
l.removeChild(n);
|
|
13773
13780
|
} catch (h) {
|
|
13774
|
-
|
|
13781
|
+
yt && console.warn(
|
|
13775
13782
|
"Could not removeColRight",
|
|
13776
13783
|
h?.message || h
|
|
13777
13784
|
);
|
|
@@ -13801,7 +13808,7 @@ class qa extends gt {
|
|
|
13801
13808
|
try {
|
|
13802
13809
|
l.removeChild(n);
|
|
13803
13810
|
} catch (h) {
|
|
13804
|
-
|
|
13811
|
+
yt && console.warn(
|
|
13805
13812
|
"Could not removeColLeft",
|
|
13806
13813
|
h?.message || h
|
|
13807
13814
|
);
|
|
@@ -14083,7 +14090,7 @@ class Qa extends I {
|
|
|
14083
14090
|
if (typeof e == "object") {
|
|
14084
14091
|
if (e instanceof K)
|
|
14085
14092
|
return e;
|
|
14086
|
-
if (e instanceof
|
|
14093
|
+
if (e instanceof kt)
|
|
14087
14094
|
return e._getSelf() || !1;
|
|
14088
14095
|
if (typeof HTMLElement < "u" && e instanceof HTMLElement)
|
|
14089
14096
|
return t = [], this.columns.forEach((s) => {
|
|
@@ -14119,7 +14126,7 @@ class Qa extends I {
|
|
|
14119
14126
|
findColumnIndex(e) {
|
|
14120
14127
|
if (e === !1)
|
|
14121
14128
|
return !1;
|
|
14122
|
-
const t = e instanceof
|
|
14129
|
+
const t = e instanceof kt ? e._getSelf() : e;
|
|
14123
14130
|
return t ? this.columnsByIndex.findIndex((i) => t === i) : !1;
|
|
14124
14131
|
}
|
|
14125
14132
|
// return all columns that are not groups
|
|
@@ -15429,7 +15436,7 @@ const it = process.env.NODE_ENV === "development", at = class at extends I {
|
|
|
15429
15436
|
}
|
|
15430
15437
|
};
|
|
15431
15438
|
at.DEBOUNCE_DELAY = 500;
|
|
15432
|
-
let
|
|
15439
|
+
let ci = at;
|
|
15433
15440
|
const al = process.env.NODE_ENV === "development";
|
|
15434
15441
|
class ll extends I {
|
|
15435
15442
|
constructor(e) {
|
|
@@ -15511,7 +15518,7 @@ class cl extends I {
|
|
|
15511
15518
|
this._warnUser(e);
|
|
15512
15519
|
}
|
|
15513
15520
|
}
|
|
15514
|
-
const
|
|
15521
|
+
const Ct = process.env.NODE_ENV === "development";
|
|
15515
15522
|
class dl {
|
|
15516
15523
|
constructor(e, t, i) {
|
|
15517
15524
|
this.events = {}, this.subscriptionNotifiers = {}, this.table = e, this.events = {}, this.optionsList = t || {}, this.subscriptionNotifiers = {}, this.dispatch = i ? this._debugDispatch.bind(this) : this._dispatch.bind(this), this.debug = i;
|
|
@@ -15529,7 +15536,7 @@ class dl {
|
|
|
15529
15536
|
if (i > -1)
|
|
15530
15537
|
this.events[e].splice(i, 1);
|
|
15531
15538
|
else {
|
|
15532
|
-
|
|
15539
|
+
Ct && console.warn(
|
|
15533
15540
|
"Cannot remove event, no matching event found:",
|
|
15534
15541
|
e,
|
|
15535
15542
|
t
|
|
@@ -15539,7 +15546,7 @@ class dl {
|
|
|
15539
15546
|
} else
|
|
15540
15547
|
delete this.events[e];
|
|
15541
15548
|
else {
|
|
15542
|
-
|
|
15549
|
+
Ct && console.warn("Cannot remove event, no events set on:", e);
|
|
15543
15550
|
return;
|
|
15544
15551
|
}
|
|
15545
15552
|
this._notifySubscriptionChange(e, this.subscribed(e));
|
|
@@ -15562,7 +15569,7 @@ class dl {
|
|
|
15562
15569
|
}
|
|
15563
15570
|
_debugDispatch(e, ...t) {
|
|
15564
15571
|
const i = "ExternalEvent:" + e;
|
|
15565
|
-
return
|
|
15572
|
+
return Ct && (this.debug === !0 || Array.isArray(this.debug) && this.debug.includes(e)) && console.log(i, ...t), this._dispatch(e, ...t);
|
|
15566
15573
|
}
|
|
15567
15574
|
}
|
|
15568
15575
|
const ul = process.env.NODE_ENV === "development";
|
|
@@ -15944,7 +15951,7 @@ const wl = {
|
|
|
15944
15951
|
}
|
|
15945
15952
|
};
|
|
15946
15953
|
Te.moduleName = "layout", Te.modes = wl;
|
|
15947
|
-
let
|
|
15954
|
+
let di = Te;
|
|
15948
15955
|
const yl = {
|
|
15949
15956
|
default: {
|
|
15950
15957
|
columns: {},
|
|
@@ -16062,7 +16069,7 @@ const yl = {
|
|
|
16062
16069
|
}
|
|
16063
16070
|
};
|
|
16064
16071
|
Je.moduleName = "localize", Je.langs = yl;
|
|
16065
|
-
let
|
|
16072
|
+
let ui = Je;
|
|
16066
16073
|
const bs = process.env.NODE_ENV === "development", Gi = class Gi extends R {
|
|
16067
16074
|
constructor(e) {
|
|
16068
16075
|
super(e);
|
|
@@ -16092,12 +16099,12 @@ const bs = process.env.NODE_ENV === "development", Gi = class Gi extends R {
|
|
|
16092
16099
|
}
|
|
16093
16100
|
};
|
|
16094
16101
|
Gi.moduleName = "comms";
|
|
16095
|
-
let
|
|
16102
|
+
let pi = Gi;
|
|
16096
16103
|
const Cl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
16097
16104
|
__proto__: null,
|
|
16098
|
-
CommsModule:
|
|
16099
|
-
LayoutModule:
|
|
16100
|
-
LocalizeModule:
|
|
16105
|
+
CommsModule: pi,
|
|
16106
|
+
LayoutModule: di,
|
|
16107
|
+
LocalizeModule: ui
|
|
16101
16108
|
}, Symbol.toStringTag, { value: "Module" })), El = process.env.NODE_ENV === "development", Q = class Q {
|
|
16102
16109
|
static findTable(e) {
|
|
16103
16110
|
const t = Q.registry.lookupTable(e, !0);
|
|
@@ -16130,8 +16137,8 @@ Q.registry = {
|
|
|
16130
16137
|
},
|
|
16131
16138
|
tables: []
|
|
16132
16139
|
};
|
|
16133
|
-
let
|
|
16134
|
-
const st = process.env.NODE_ENV === "development", D = class D extends
|
|
16140
|
+
let fi = Q;
|
|
16141
|
+
const st = process.env.NODE_ENV === "development", D = class D extends fi {
|
|
16135
16142
|
constructor() {
|
|
16136
16143
|
super(), this.modulesCore = [], this.modulesRegular = [];
|
|
16137
16144
|
}
|
|
@@ -16217,8 +16224,8 @@ const st = process.env.NODE_ENV === "development", D = class D extends gi {
|
|
|
16217
16224
|
}
|
|
16218
16225
|
};
|
|
16219
16226
|
D.moduleBindings = {}, D.moduleExtensions = {}, D.modulesRegistered = !1, D.defaultModules = !1;
|
|
16220
|
-
let
|
|
16221
|
-
const F = process.env.NODE_ENV === "development", le = class le extends
|
|
16227
|
+
let gi = D;
|
|
16228
|
+
const F = process.env.NODE_ENV === "development", le = class le extends gi {
|
|
16222
16229
|
static extendModule(...e) {
|
|
16223
16230
|
le.initializeModuleBinder(), le._extendModule(...e);
|
|
16224
16231
|
}
|
|
@@ -16246,7 +16253,7 @@ const F = process.env.NODE_ENV === "development", le = class le extends mi {
|
|
|
16246
16253
|
), !1;
|
|
16247
16254
|
}
|
|
16248
16255
|
initializeCoreSystems(e) {
|
|
16249
|
-
this.columnManager = new Qa(this), this.rowManager = new ol(this), this.footerManager = new el(this), this.dataLoader = new
|
|
16256
|
+
this.columnManager = new Qa(this), this.rowManager = new ol(this), this.footerManager = new el(this), this.dataLoader = new ci(this), this.alertManager = new rl(this), this.toolbar = e?.toolbarElement, this._bindModules(), this.options = this.optionsList.generate(le.defaultOptions, e), this._clearObjectPointers(), this._mapDeprecatedFunctionality(), this.externalEvents = new dl(
|
|
16250
16257
|
this,
|
|
16251
16258
|
this.options,
|
|
16252
16259
|
this.options.debugEventsExternal
|
|
@@ -16620,13 +16627,13 @@ le.defaultOptions = Za;
|
|
|
16620
16627
|
let we = le;
|
|
16621
16628
|
class ws extends we {
|
|
16622
16629
|
static extendModule(...e) {
|
|
16623
|
-
we.initializeModuleBinder(
|
|
16630
|
+
we.initializeModuleBinder(vt), we._extendModule(...e);
|
|
16624
16631
|
}
|
|
16625
16632
|
static registerModule(...e) {
|
|
16626
|
-
we.initializeModuleBinder(
|
|
16633
|
+
we.initializeModuleBinder(vt), we._registerModule(...e);
|
|
16627
16634
|
}
|
|
16628
16635
|
constructor(e, t) {
|
|
16629
|
-
super(e, t,
|
|
16636
|
+
super(e, t, vt);
|
|
16630
16637
|
}
|
|
16631
16638
|
// #endregion
|
|
16632
16639
|
}
|
|
@@ -16676,17 +16683,17 @@ var xl = Object.defineProperty, Rl = Object.getOwnPropertyDescriptor, Os = (a) =
|
|
|
16676
16683
|
for (var s = i > 1 ? void 0 : i ? Rl(e, t) : e, o = a.length - 1, r; o >= 0; o--)
|
|
16677
16684
|
(r = a[o]) && (s = (i ? r(e, t, s) : r(s)) || s);
|
|
16678
16685
|
return i && s && xl(e, t, s), s;
|
|
16679
|
-
}, Sl = (a, e, t) => e.has(a) || Os("Cannot " + t), Tl = (a, e, t) => (Sl(a, e, "read from private field"), t ? t.call(a) : e.get(a)), Ml = (a, e, t) => e.has(a) ? Os("Cannot add the same private member more than once") : e instanceof WeakSet ? e.add(a) : e.set(a, t),
|
|
16686
|
+
}, Sl = (a, e, t) => e.has(a) || Os("Cannot " + t), Tl = (a, e, t) => (Sl(a, e, "read from private field"), t ? t.call(a) : e.get(a)), Ml = (a, e, t) => e.has(a) ? Os("Cannot add the same private member more than once") : e instanceof WeakSet ? e.add(a) : e.set(a, t), mi, Hs;
|
|
16680
16687
|
let m = class extends Ne {
|
|
16681
16688
|
constructor() {
|
|
16682
|
-
super(), Ml(this,
|
|
16683
|
-
this.useOverlayScrollbar ? this.initVerticalScrollbar() : this.verticalOsInstance?.destroy(), this.initHorizontalScrollbar(), this.initOverflowObserver(), this.filterController.syncDropdownFilterSources(this.dropdownFilters), this.handleSearch(), this.filterController.applyFilters();
|
|
16689
|
+
super(), Ml(this, mi), this.localize = new lt(this), this.verticalOsInstance = null, this.horizontalOsInstance = null, this.resizeObserver = null, this.overflowObserver = null, this.filterController = new po(this), this.shadowRootAutoloader = new Zs(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.groupLoadMoreMeta = {}, this.dataTree = !1, this.dataTreeChildField = "_children", this.dataTreeLoadingField = "loading", this.dataTreeHasMoreField = "hasMore", this.dataTreeFilter = !1, this.dataTreeSort = !1, this.dataTreeElementColumn = 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 = Bs.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 = () => {
|
|
16690
|
+
this.useOverlayScrollbar ? this.initVerticalScrollbar() : this.verticalOsInstance?.destroy(), this.initHorizontalScrollbar(), this.initOverflowObserver(), this.filterController.syncDropdownFilterSources(this.dropdownFilters), this.handleSearch(), this.filterController.applyFilters(), this.attachPaginatorToToolbar();
|
|
16684
16691
|
}, this.checkHorizontalOverflow = () => {
|
|
16685
16692
|
if (!this.tabulatorElement || !this.tabulatorHolder)
|
|
16686
16693
|
return;
|
|
16687
16694
|
const e = this.tabulatorHolder.scrollWidth > this.tabulatorElement.clientWidth;
|
|
16688
16695
|
this.tabulatorElement.classList.toggle("tabulator-overflow-x", e);
|
|
16689
|
-
}, ws.registerModule(
|
|
16696
|
+
}, ws.registerModule(Et);
|
|
16690
16697
|
const a = this.addEventListener;
|
|
16691
16698
|
this.addEventListener = (e, t, ...i) => {
|
|
16692
16699
|
const [s, o] = e.split(".");
|
|
@@ -16749,7 +16756,6 @@ let m = class extends Ne {
|
|
|
16749
16756
|
dataReceiveParams: this.dataReceiveParams,
|
|
16750
16757
|
dataSendParams: this.dataSendParams,
|
|
16751
16758
|
dataTree: this.dataTree,
|
|
16752
|
-
dataTreeBranchElement: this.dataTreeBranchElement,
|
|
16753
16759
|
dataTreeChildField: this.dataTreeChildField,
|
|
16754
16760
|
dataTreeChildIndent: this.dataTreeChildIndent,
|
|
16755
16761
|
dataTreeCollapseElement: this.dataTreeCollapseElement,
|
|
@@ -16776,7 +16782,7 @@ let m = class extends Ne {
|
|
|
16776
16782
|
groupHeaderPrint: this.groupHeaderPrint,
|
|
16777
16783
|
groupIndent: this.groupIndent,
|
|
16778
16784
|
groupLoadMoreMeta: this.groupLoadMoreMeta,
|
|
16779
|
-
groupStartOpen: Tl(this,
|
|
16785
|
+
groupStartOpen: Tl(this, mi, Hs),
|
|
16780
16786
|
groupToggleElement: this.groupToggleElement,
|
|
16781
16787
|
groupUpdateOnCellEdit: this.groupUpdateOnCellEdit,
|
|
16782
16788
|
groupValues: this.groupValues,
|
|
@@ -16921,6 +16927,19 @@ let m = class extends Ne {
|
|
|
16921
16927
|
handlePaginationSizeChange() {
|
|
16922
16928
|
!this.tabulatorInstance || !this.paginationSize || this.tabulatorInstance.setPageSize(this.paginationSize);
|
|
16923
16929
|
}
|
|
16930
|
+
async handlePaginationChange() {
|
|
16931
|
+
this.pagination && (await this.updateComplete, this.attachPaginatorToToolbar());
|
|
16932
|
+
}
|
|
16933
|
+
attachPaginatorToToolbar() {
|
|
16934
|
+
if (!this.tabulatorInstance?.initialized || !this.pagination)
|
|
16935
|
+
return;
|
|
16936
|
+
const a = this.tableToolbar, e = this.tabulatorInstance.modules?.page, t = e?.element;
|
|
16937
|
+
if (!a || !t)
|
|
16938
|
+
return;
|
|
16939
|
+
this.tabulatorInstance.toolbar !== a && (this.tabulatorInstance.toolbar = a), a.contains(t) || a.appendChild(t);
|
|
16940
|
+
const i = e?.paginationElement;
|
|
16941
|
+
i && (i.pageIndex = e.page, typeof e.size == "number" && (i.pageSize = e.size));
|
|
16942
|
+
}
|
|
16924
16943
|
handlePaginationInitialPageChange() {
|
|
16925
16944
|
!this.tabulatorInstance || !this.paginationInitialPage || this.tabulatorInstance.setPage(this.paginationInitialPage);
|
|
16926
16945
|
}
|
|
@@ -16995,7 +17014,7 @@ let m = class extends Ne {
|
|
|
16995
17014
|
)}<div part="table" class="table"></div></cx-space>`;
|
|
16996
17015
|
}
|
|
16997
17016
|
};
|
|
16998
|
-
|
|
17017
|
+
mi = /* @__PURE__ */ new WeakSet();
|
|
16999
17018
|
Hs = function() {
|
|
17000
17019
|
return this.groupStartOpenValues !== void 0 && this.groupStartOpenValues !== null ? (a) => this.groupStartOpenValues?.includes(a) ?? !1 : this.groupStartOpen;
|
|
17001
17020
|
};
|
|
@@ -17011,7 +17030,7 @@ m.dependencies = {
|
|
|
17011
17030
|
"cx-format-number": As,
|
|
17012
17031
|
"cx-icon-button": ys,
|
|
17013
17032
|
"cx-select": _s,
|
|
17014
|
-
"cx-space":
|
|
17033
|
+
"cx-space": bi,
|
|
17015
17034
|
"cx-spinner": Ns,
|
|
17016
17035
|
"cx-table-row-actions": ve,
|
|
17017
17036
|
"cx-table-toolbar": O
|
|
@@ -17454,12 +17473,6 @@ b([
|
|
|
17454
17473
|
type: String
|
|
17455
17474
|
})
|
|
17456
17475
|
], m.prototype, "dataTreeElementColumn", 2);
|
|
17457
|
-
b([
|
|
17458
|
-
g({
|
|
17459
|
-
attribute: "data-tree-branch-element",
|
|
17460
|
-
type: String
|
|
17461
|
-
})
|
|
17462
|
-
], m.prototype, "dataTreeBranchElement", 2);
|
|
17463
17476
|
b([
|
|
17464
17477
|
g({
|
|
17465
17478
|
attribute: "data-tree-child-indent",
|
|
@@ -17854,7 +17867,6 @@ b([
|
|
|
17854
17867
|
"dataTreeFilter",
|
|
17855
17868
|
"dataTreeSort",
|
|
17856
17869
|
"dataTreeElementColumn",
|
|
17857
|
-
"dataTreeBranchElement",
|
|
17858
17870
|
"dataTreeChildIndent",
|
|
17859
17871
|
"dataTreeStartExpanded",
|
|
17860
17872
|
"dataTreeSelectPropagate",
|
|
@@ -17931,6 +17943,9 @@ b([
|
|
|
17931
17943
|
b([
|
|
17932
17944
|
_("paginationSize", { waitUntilFirstUpdate: !0 })
|
|
17933
17945
|
], m.prototype, "handlePaginationSizeChange", 1);
|
|
17946
|
+
b([
|
|
17947
|
+
_("pagination", { waitUntilFirstUpdate: !0 })
|
|
17948
|
+
], m.prototype, "handlePaginationChange", 1);
|
|
17934
17949
|
b([
|
|
17935
17950
|
_("paginationInitialPage")
|
|
17936
17951
|
], m.prototype, "handlePaginationInitialPageChange", 1);
|
|
@@ -17947,60 +17962,60 @@ m = b([
|
|
|
17947
17962
|
Ve("cx-table")
|
|
17948
17963
|
], m);
|
|
17949
17964
|
export {
|
|
17950
|
-
|
|
17951
|
-
|
|
17952
|
-
|
|
17965
|
+
hi as $,
|
|
17966
|
+
xt as A,
|
|
17967
|
+
qt as B,
|
|
17953
17968
|
m as C,
|
|
17954
|
-
|
|
17955
|
-
|
|
17956
|
-
|
|
17969
|
+
Ft as D,
|
|
17970
|
+
Ht as E,
|
|
17971
|
+
At as F,
|
|
17957
17972
|
Ts as G,
|
|
17958
17973
|
xe as H,
|
|
17959
|
-
|
|
17960
|
-
|
|
17961
|
-
|
|
17962
|
-
|
|
17974
|
+
Wt as I,
|
|
17975
|
+
Yt as J,
|
|
17976
|
+
jt as K,
|
|
17977
|
+
Qt as L,
|
|
17963
17978
|
R as M,
|
|
17964
|
-
|
|
17965
|
-
|
|
17979
|
+
Zt as N,
|
|
17980
|
+
ei as O,
|
|
17966
17981
|
fh as P,
|
|
17967
|
-
|
|
17982
|
+
ti as Q,
|
|
17968
17983
|
Ei as R,
|
|
17969
17984
|
zs as S,
|
|
17970
17985
|
we as T,
|
|
17971
|
-
|
|
17972
|
-
|
|
17973
|
-
|
|
17974
|
-
|
|
17975
|
-
|
|
17976
|
-
|
|
17977
|
-
|
|
17986
|
+
ii as U,
|
|
17987
|
+
si as V,
|
|
17988
|
+
oi as W,
|
|
17989
|
+
ri as X,
|
|
17990
|
+
ni as Y,
|
|
17991
|
+
ai as Z,
|
|
17992
|
+
li as _,
|
|
17978
17993
|
ws as a,
|
|
17979
17994
|
ve as a0,
|
|
17980
17995
|
O as a1,
|
|
17981
17996
|
Ci as b,
|
|
17982
|
-
|
|
17997
|
+
kt as c,
|
|
17983
17998
|
rr as d,
|
|
17984
17999
|
Fa as e,
|
|
17985
18000
|
V as f,
|
|
17986
18001
|
Qe as g,
|
|
17987
18002
|
gt as h,
|
|
17988
|
-
|
|
17989
|
-
|
|
17990
|
-
|
|
17991
|
-
|
|
17992
|
-
|
|
17993
|
-
|
|
18003
|
+
Rt as i,
|
|
18004
|
+
Mt as j,
|
|
18005
|
+
Lt as k,
|
|
18006
|
+
Dt as l,
|
|
18007
|
+
Ot as m,
|
|
18008
|
+
Pt as n,
|
|
17994
18009
|
ot as o,
|
|
17995
|
-
|
|
17996
|
-
|
|
17997
|
-
|
|
17998
|
-
|
|
17999
|
-
|
|
18000
|
-
|
|
18001
|
-
|
|
18002
|
-
|
|
18003
|
-
|
|
18004
|
-
|
|
18005
|
-
|
|
18010
|
+
_t as p,
|
|
18011
|
+
Nt as q,
|
|
18012
|
+
Vt as r,
|
|
18013
|
+
It as s,
|
|
18014
|
+
Bt as t,
|
|
18015
|
+
Gt as u,
|
|
18016
|
+
$t as v,
|
|
18017
|
+
Ut as w,
|
|
18018
|
+
Kt as x,
|
|
18019
|
+
Xt as y,
|
|
18020
|
+
Jt as z
|
|
18006
18021
|
};
|