Socket
Socket
Sign inDemoInstall

@intelligentgrowthsolutions/eco

Package Overview
Dependencies
Maintainers
0
Versions
1048
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@intelligentgrowthsolutions/eco - npm Package Compare versions

Comparing version 17.2.7 to 17.3.0-next-3292e43

dist/eco/p-29e5f4a6.entry.js

10

dist/cjs/eco-accordion-item.cjs.entry.js

@@ -9,3 +9,3 @@ 'use strict';

const ecoAccordionItemCss = ":host(.sticky){position:relative;--sticky-offset:0}:host(.sticky) header{position:sticky;inset-block-start:var(--sticky-offset);z-index:3;background-color:hsla(var(--c-content-background-hsl), var(--alpha-heavy));backdrop-filter:blur(var(--blur-sm));-webkit-backdrop-filter:blur(var(--blur-sm))}:host(.disabled){pointer-events:none;cursor:not-allowed;opacity:0.4;filter:saturate(0%)}header{display:flex;align-items:center}:host(.rel-before) header{flex-direction:row}:host(.rel-after) header{flex-direction:row-reverse}.header{padding:var(--sp-sm);flex:1}.icon{align-self:stretch;padding:var(--sp-sm);display:flex;justify-content:center;align-items:center}[tabindex='0']{appearance:none;outline:0;cursor:pointer;position:relative}[tabindex='0']:after{content:'';position:absolute;inset:0;transition:background-color var(--speed-normal) var(--bezier-ease-in-out-sine)}[tabindex='0']:focus:after,[tabindex='0']:hover:after,[tabindex='0']:active:after{--alpha-minor:0.075;background-color:hsla(var(--c-cta-default-hsl), var(--alpha-minor))}article{border-block-start:var(--bw-thin) solid var(--c-border-weak);padding:var(--sp-sm)}:host(.rel-before) article{padding-inline-start:calc(var(--sp-xxl) + var(--sp-sm))}:host(.rel-after) article{padding-inline-end:calc(var(--sp-xxl) + var(--sp-sm))}:host(.non-collapsable) article{padding-inline:var(--sp-sm)}";
const ecoAccordionItemCss = ":host(.sticky){position:relative;--sticky-offset:0}:host(.sticky) header{position:sticky;inset-block-start:var(--sticky-offset);z-index:3;background-color:hsla(var(--c-content-background-hsl), var(--alpha-heavy));backdrop-filter:blur(var(--blur-sm));-webkit-backdrop-filter:blur(var(--blur-sm))}:host(.disabled){pointer-events:none;cursor:not-allowed;opacity:0.4;filter:saturate(0%)}header{display:flex;align-items:center}:host(.rel-before) header{flex-direction:row}:host(.rel-after) header{flex-direction:row-reverse}.header{padding:var(--sp-sm);flex:1}.icon{align-self:stretch;padding:var(--sp-sm);display:flex;justify-content:center;align-items:center}[tabindex='0']{appearance:none;outline:0;cursor:pointer;position:relative}[tabindex='0']:after{content:'';position:absolute;inset:0;transition:background-color var(--speed-normal) var(--bezier-ease-in-out-sine)}[tabindex='0']:focus:after,[tabindex='0']:hover:after,[tabindex='0']:active:after{--alpha-minor:0.075;background-color:hsla(var(--c-cta-default-hsl), var(--alpha-minor))}article{border-block-start:var(--bw-thin) solid var(--c-border-weak);padding:var(--sp-sm)}:host(.rel-before) article{padding-inline-start:calc(var(--sp-xxl) + var(--sp-sm))}:host(.rel-after) article{padding-inline-end:calc(var(--sp-xxl) + var(--sp-sm))}:host(.non-collapsible) article{padding-inline:var(--sp-sm)}";
const EcoAccordionItemStyle0 = ecoAccordionItemCss;

@@ -52,3 +52,3 @@

const header = (_a = this.hostElement.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector('header'), icon = (_b = this.hostElement.shadowRoot) === null || _b === void 0 ? void 0 : _b.querySelector('.icon');
if (this.collapsable &&
if (this.collapsible &&
header !== undefined &&

@@ -73,3 +73,3 @@ header !== null &&

this.sticky = false;
this.collapsable = true;
this.collapsible = true;
this.collapsed = true;

@@ -106,3 +106,3 @@ this.disabled = false;

const classMap = this.getCssClassMap();
return (index.h(index.Host, { key: '3d84760dab68ee491ec52e4950e2cda511432d46', "qa-id": this.qaIdElement, class: classMap }, index.h("header", { key: '2606cc335cf3c64fc38048823123f6a6fdd9426b', part: "header", "qa-id": this.qaIdHeader }, this.collapsable ? (index.h("div", { part: "icon", class: { icon: true, expanded: !this.collapsed }, "aria-role": "button", "aria-expanded": !this.collapsed, "aria-controls": this.qaIdContent, "qa-id": this.qaIdToggle }, index.h("eco-icon", { icon: this.collapsed ? utils.EcoIconList.toggleDown : utils.EcoIconList.toggleUp, icontype: utils.EcoIconTypeList.default, iconsize: utils.EcoIconSizeList.sm, qaIdElement: this.qaIdIcon }))) : null, index.h("div", { key: '82dbdf059b4ecf1b71c6925cd19766ecc65832b6', class: "header", part: "header-content" }, index.h("slot", { key: '1c0403fa1b480ec12dcb59c94ba20bfed84df4a2', name: "header" }))), !this.collapsed ? (index.h("article", { part: "content", "qa-id": this.qaIdContent, "aria-role": "region" }, index.h("slot", null))) : null));
return (index.h(index.Host, { key: '3d84760dab68ee491ec52e4950e2cda511432d46', "qa-id": this.qaIdElement, class: classMap }, index.h("header", { key: '2606cc335cf3c64fc38048823123f6a6fdd9426b', part: "header", "qa-id": this.qaIdHeader }, this.collapsible ? (index.h("div", { part: "icon", class: { icon: true, expanded: !this.collapsed }, "aria-role": "button", "aria-expanded": !this.collapsed, "aria-controls": this.qaIdContent, "qa-id": this.qaIdToggle }, index.h("eco-icon", { icon: this.collapsed ? utils.EcoIconList.toggleDown : utils.EcoIconList.toggleUp, icontype: utils.EcoIconTypeList.default, iconsize: utils.EcoIconSizeList.sm, qaIdElement: this.qaIdIcon }))) : null, index.h("div", { key: '82dbdf059b4ecf1b71c6925cd19766ecc65832b6', class: "header", part: "header-content" }, index.h("slot", { key: '1c0403fa1b480ec12dcb59c94ba20bfed84df4a2', name: "header" }))), !this.collapsed ? (index.h("article", { part: "content", "qa-id": this.qaIdContent, "aria-role": "region" }, index.h("slot", null))) : null));
}

@@ -114,3 +114,3 @@ getCssClassMap() {

sticky: this.sticky,
'non-collapsable': !this.collapsable,
'non-collapsible': !this.collapsible,
};

@@ -117,0 +117,0 @@ }

@@ -9,3 +9,3 @@ 'use strict';

const ecoCardCss = ":host{--card-border:0 0 0 0 transparent;--card-border-radius:var(--br-sm);--sticky-offset:0;--card-background:var(--c-card-background);--card-header-background:transparent;--card-body-background:transparent;--card-footer-background:var(--c-cta-background);--card-footer-background-dark-mode:transparent;--fallback-shadow:0 0 0 transparent;background-color:var(--card-background);display:block;border-radius:var(--card-border-radius);box-sizing:border-box;white-space:normal}:host(.above){box-shadow:var(--card-border, 0 0 0 transparent), var(--box-shadow-base)}:host(.equal){box-shadow:var(--card-border, 0 0 0 transparent), 0 0 0 transparent;overflow:hidden}:host(.below){box-shadow:var(--card-border, 0 0 0 transparent), var(--box-shadow-inset)}:host(.none){--card-border:0 0 0 0 transparent}:host(.base){--card-border:0 0 0 var(--bw-thin) var(--c-border-base)}:host(.weak){--card-border:0 0 0 var(--bw-thin) var(--c-border-weak)}:host(.strong){--card-border:0 0 0 var(--bw-thin) var(--c-border-strong)}:host[sticky]{overflow:visible}.sticky{position:sticky;background-color:hsla(var(--c-card-background-hsl), var(--alpha-major));backdrop-filter:blur(var(--blur-sm));-webkit-backdrop-filter:blur(var(--blur-sm));z-index:1;inset-block-start:var(--sticky-offset)}.collapsed{border-radius:var(--card-border-radius)}.header-content{padding:var(--sp-md);display:flex;flex:1 1 auto}.collapsable .header-content{padding-inline-start:var(--sp-xxs)}.icon{padding:var(--sp-md);flex-shrink:0;cursor:pointer;appearance:none;outline:none;display:flex;justify-content:center;align-items:center;transition:all var(--speed-normal) ease-in-out}.icon:focus,.icon:hover{--alpha-minor:0.075;background-color:hsla(var(--c-cta-default-hsl), var(--alpha-minor))}@media (prefers-color-scheme: dark){.icon{background-color:var(--c-cta-background)}}";
const ecoCardCss = ":host{--card-border:0 0 0 0 transparent;--card-border-radius:var(--br-sm);--sticky-offset:0;--card-background:var(--c-card-background);--card-header-background:transparent;--card-body-background:transparent;--card-footer-background:var(--c-cta-background);--card-footer-background-dark-mode:transparent;--fallback-shadow:0 0 0 transparent;background-color:var(--card-background);display:block;border-radius:var(--card-border-radius);box-sizing:border-box;white-space:normal}:host(.above){box-shadow:var(--card-border, 0 0 0 transparent), var(--box-shadow-base)}:host(.equal){box-shadow:var(--card-border, 0 0 0 transparent), 0 0 0 transparent;overflow:hidden}:host(.below){box-shadow:var(--card-border, 0 0 0 transparent), var(--box-shadow-inset)}:host(.none){--card-border:0 0 0 0 transparent}:host(.base){--card-border:0 0 0 var(--bw-thin) var(--c-border-base)}:host(.weak){--card-border:0 0 0 var(--bw-thin) var(--c-border-weak)}:host(.strong){--card-border:0 0 0 var(--bw-thin) var(--c-border-strong)}:host[sticky]{overflow:visible}.sticky{position:sticky;background-color:hsla(var(--c-card-background-hsl), var(--alpha-major));backdrop-filter:blur(var(--blur-sm));-webkit-backdrop-filter:blur(var(--blur-sm));z-index:1;inset-block-start:var(--sticky-offset)}.collapsed{border-radius:var(--card-border-radius)}.header-content{padding:var(--sp-md);display:flex;flex:1 1 auto}.collapsible .header-content{padding-inline-start:var(--sp-xxs)}.icon{padding:var(--sp-md);flex-shrink:0;cursor:pointer;appearance:none;outline:none;display:flex;justify-content:center;align-items:center;transition:all var(--speed-normal) ease-in-out}.icon:focus,.icon:hover{--alpha-minor:0.075;background-color:hsla(var(--c-cta-default-hsl), var(--alpha-minor))}@media (prefers-color-scheme: dark){.icon{background-color:var(--c-cta-background)}}";
const EcoCardStyle0 = ecoCardCss;

@@ -22,3 +22,3 @@

var _a, _b, _c;
if (this.collapsable) {
if (this.collapsible) {
this.collapsed = !this.collapsed;

@@ -44,3 +44,3 @@ (_a = this.toggleCollapse) === null || _a === void 0 ? void 0 : _a.emit();

this.border = utils.EcoBorder.none;
this.collapsable = false;
this.collapsible = false;
this.collapsed = false;

@@ -69,6 +69,6 @@ this.elevation = utils.EcoElevation.above;

collapsed: this.collapsed,
collapsable: this.collapsable,
collapsible: this.collapsible,
}, style: {
'--sticky-offset': this.stickyOffset,
} }, this.collapsable ? (index.h("div", { "qa-id": this.qaIdToggle, class: "icon", tabindex: "0", onClick: this.handleClick, onKeyPress: this.handleEnter }, index.h("eco-icon", { icontype: utils.EcoTypeList.default, iconsize: utils.EcoIconSizeList.md, icon: this.collapsed
} }, this.collapsible ? (index.h("div", { "qa-id": this.qaIdToggle, class: "icon", tabindex: "0", onClick: this.handleClick, onKeyPress: this.handleEnter }, index.h("eco-icon", { icontype: utils.EcoTypeList.default, iconsize: utils.EcoIconSizeList.md, icon: this.collapsed
? utils.EcoIconList.toggleDown

@@ -75,0 +75,0 @@ : utils.EcoIconList.toggleUp, qaIdElement: "gen-expand-details-button" }))) : (''), index.h("div", { class: "header-content" }, index.h("slot", { name: "header" })))) : (''), this.showBody ? (index.h("eco-card-body", { "qa-id": this.qaIdBody, style: this.collapsed ? { display: 'none' } : {} }, index.h("slot", null))) : (''), this.footerSlot !== undefined && this.footerSlot !== null ? (index.h("eco-card-footer", { "qa-id": this.qaIdFooter, style: this.collapsed ? { display: 'none' } : {} }, index.h("slot", { name: "footer" }))) : ('')));

@@ -17,3 +17,3 @@ 'use strict';

index.registerInstance(this, hostRef);
this.collapsable = false;
this.collapsible = false;
this.collapsed = false;

@@ -59,3 +59,3 @@ this.localStorageName = undefined;

'--aside-max-block-size': this.asideMaxBlockSize,
}, "qa-id": this.qaIdAside }, this.collapsable ? (index.h("div", { class: "action", onClick: this.handleCollapse, onKeyPress: this.handleCollapse, tabIndex: 0, "qa-id": this.qaIdToggle }, index.h("eco-icon", { icon: utils.EcoIconList.toggleDown, icontype: utils.EcoTypeList.default, iconsize: utils.EcoIconSizeList.md }))) : null, index.h("div", { key: '98fd79a96161208de0e8a3ae8f254b07fb2920c1', class: "content", style: this.collapsed ? { display: 'none' } : {}, "qa-id": this.qaIdAsideContent }, index.h("slot", { key: '227010e7b0a699c940bfa34b8c35788179b1e894', name: "layout-aside" }))), index.h("section", { key: '08b34deb54327141d97ad4dcfa3cecb437ba2d75', "qa-id": this.qaIdContent }, index.h("slot", { key: 'afabef919faed942df2105b14ff8b9bb69d0d1c7' }))));
}, "qa-id": this.qaIdAside }, this.collapsible ? (index.h("div", { class: "action", onClick: this.handleCollapse, onKeyPress: this.handleCollapse, tabIndex: 0, "qa-id": this.qaIdToggle }, index.h("eco-icon", { icon: utils.EcoIconList.toggleDown, icontype: utils.EcoTypeList.default, iconsize: utils.EcoIconSizeList.md }))) : null, index.h("div", { key: '98fd79a96161208de0e8a3ae8f254b07fb2920c1', class: "content", style: this.collapsed ? { display: 'none' } : {}, "qa-id": this.qaIdAsideContent }, index.h("slot", { key: '227010e7b0a699c940bfa34b8c35788179b1e894', name: "layout-aside" }))), index.h("section", { key: '08b34deb54327141d97ad4dcfa3cecb437ba2d75', "qa-id": this.qaIdContent }, index.h("slot", { key: 'afabef919faed942df2105b14ff8b9bb69d0d1c7' }))));
}

@@ -66,3 +66,3 @@ getCssClassMap() {

collapsed: this.collapsed,
collapsable: this.collapsable,
collapsible: this.collapsible,
};

@@ -69,0 +69,0 @@ }

@@ -17,3 +17,3 @@ 'use strict';

index.registerInstance(this, hostRef);
this.collapsable = false;
this.collapsible = false;
this.collapsed = false;

@@ -58,3 +58,3 @@ this.filtersApplied = false;

'--filter-max-block-size': this.filterMaxBlockSize,
}, "qa-id": this.qaIdFilter }, this.collapsable ? (index.h("div", { class: { action: true, 'filters-applied': this.filtersApplied }, onClick: this.handleCollapse, onKeyPress: this.handleCollapse, tabIndex: 0, "qa-id": this.qaIdToggle }, index.h("eco-icon", { icon: this.collapsed ? utils.EcoIconList.filter : utils.EcoIconList.toggleDown, icontype: utils.EcoTypeList.default, iconsize: utils.EcoIconSizeList.md }))) : null, index.h("div", { key: 'ca37c83b0baba6cf95e2687c3e99c126407b4778', class: "content", style: this.collapsed ? { display: 'none' } : {}, "qa-id": this.qaIdContent }, index.h("slot", { key: '090a4573c6a790f957fe1f429cdf03702fa11754', name: "layout-filter" }))), index.h("section", { key: 'c4ba45626ccdaf55ad4214440b72c5f2930bcc58', "qa-id": this.qaIdContent }, index.h("slot", { key: '8bfdaf35f9c2b858e1a4aeb5a4a6a842d6f09d9c' }))));
}, "qa-id": this.qaIdFilter }, this.collapsible ? (index.h("div", { class: { action: true, 'filters-applied': this.filtersApplied }, onClick: this.handleCollapse, onKeyPress: this.handleCollapse, tabIndex: 0, "qa-id": this.qaIdToggle }, index.h("eco-icon", { icon: this.collapsed ? utils.EcoIconList.filter : utils.EcoIconList.toggleDown, icontype: utils.EcoTypeList.default, iconsize: utils.EcoIconSizeList.md }))) : null, index.h("div", { key: 'ca37c83b0baba6cf95e2687c3e99c126407b4778', class: "content", style: this.collapsed ? { display: 'none' } : {}, "qa-id": this.qaIdContent }, index.h("slot", { key: '090a4573c6a790f957fe1f429cdf03702fa11754', name: "layout-filter" }))), index.h("section", { key: 'c4ba45626ccdaf55ad4214440b72c5f2930bcc58', "qa-id": this.qaIdContent }, index.h("slot", { key: '8bfdaf35f9c2b858e1a4aeb5a4a6a842d6f09d9c' }))));
}

@@ -64,3 +64,3 @@ getCssClassMap() {

collapsed: this.collapsed,
collapsable: this.collapsable,
collapsible: this.collapsible,
};

@@ -67,0 +67,0 @@ }

@@ -22,3 +22,3 @@ 'use strict';

await appGlobals.globalScripts();
return index.bootstrapLazy(JSON.parse("[[\"eco-multi-select.cjs\",[[1,\"eco-multi-select\",{\"value\":[1040],\"label\":[1],\"help\":[1],\"name\":[1],\"optional\":[1],\"placeholder\":[1],\"maxBlockSize\":[1,\"max-block-size\"],\"status\":[1],\"disabled\":[4],\"required\":[4],\"inputId\":[1025,\"input-id\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"setFocus\":[64]}]]],[\"eco-chat-message.cjs\",[[1,\"eco-chat-message\",{\"timestamp\":[1],\"author\":[1],\"message\":[1],\"authorIsUser\":[4,\"author-is-user\"],\"canDelete\":[4,\"can-delete\"],\"canEdit\":[4,\"can-edit\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdTimestamp\":[1,\"qa-id-timestamp\"],\"qaIdAuthor\":[1,\"qa-id-author\"],\"qaIdMessage\":[1,\"qa-id-message\"],\"qaIdActionCancel\":[1,\"qa-id-action-cancel\"],\"qaIdActionDelete\":[1,\"qa-id-action-delete\"],\"qaIdActionDeleteConfirm\":[1,\"qa-id-action-delete-confirm\"],\"qaIdActionEdit\":[1,\"qa-id-action-edit\"],\"qaIdActionEditConfirm\":[1,\"qa-id-action-edit-confirm\"],\"updatedMessage\":[32]},[[0,\"messageEdited\",\"onEdited\"],[0,\"messageDeleted\",\"onDeleted\"]]]]],[\"eco-input-filter.cjs\",[[2,\"eco-input-filter\",{\"label\":[1],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"placeholder\":[1],\"optional\":[1],\"inputId\":[1025,\"input-id\"],\"required\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdNoResultsText\":[1,\"qa-id-no-results-text\"],\"resetFilter\":[64]}]]],[\"eco-table.cjs\",[[4,\"eco-table\",{\"responsive\":[4],\"resizable\":[4],\"equalcolumns\":[4],\"containsDocs\":[4,\"contains-docs\"],\"stickyOffset\":[1,\"sticky-offset\"],\"stickyTableHeight\":[1,\"sticky-table-height\"],\"searchable\":[4],\"searchableNoResults\":[1028,\"searchable-no-results\"],\"searchableNoResultsText\":[1,\"searchable-no-results-text\"],\"searchableLabel\":[1,\"searchable-label\"],\"searchableHelp\":[1,\"searchable-help\"],\"searchablePlaceholder\":[1,\"searchable-placeholder\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdResetButton\":[1,\"qa-id-reset-button\"],\"qaIdActions\":[1,\"qa-id-actions\"],\"qaIdTable\":[1,\"qa-id-table\"],\"qaIdSearchableElement\":[1,\"qa-id-searchable-element\"],\"qaIdSearchableInput\":[1,\"qa-id-searchable-input\"],\"qaIdSearchableLabel\":[1,\"qa-id-searchable-label\"],\"qaIdSearchableHelp\":[1,\"qa-id-searchable-help\"],\"qaIdNoResultsText\":[1,\"qa-id-no-results-text\"],\"customSortEnabled\":[4,\"custom-sort-enabled\"],\"resetColumns\":[64],\"searchClear\":[64]}]]],[\"eco-docs-code.cjs\",[[1,\"eco-docs-code\",{\"codeTitle\":[1,\"code-title\"],\"code\":[1],\"showLines\":[4,\"show-lines\"],\"allowCopy\":[4,\"allow-copy\"],\"copyLabel\":[1025,\"copy-label\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdCode\":[1,\"qa-id-code\"],\"qaIdCopy\":[1,\"qa-id-copy\"],\"qaIdCopyLabel\":[1,\"qa-id-copy-label\"],\"qaIdCodeTitle\":[1,\"qa-id-code-title\"],\"qaIdLineNumbers\":[1,\"qa-id-line-numbers\"],\"hasCopied\":[32],\"copyIcon\":[32]}]]],[\"eco-modal.cjs\",[[6,\"eco-modal\",{\"modaltitle\":[1],\"visible\":[1028],\"fill\":[4],\"showBody\":[4,\"show-body\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdModal\":[1,\"qa-id-modal\"],\"qaIdTitle\":[1,\"qa-id-title\"],\"qaIdClose\":[1,\"qa-id-close\"],\"qaIdCancel\":[1,\"qa-id-cancel\"],\"handleClose\":[64],\"handleTrigger\":[64]}]]],[\"eco-filter-list.cjs\",[[1,\"eco-filter-list\",{\"label\":[1],\"help\":[1],\"placeholder\":[1],\"hideInputIfLessThan\":[2,\"hide-input-if-less-than\"],\"noResultsText\":[1,\"no-results-text\"],\"inputId\":[1,\"input-id\"],\"maxBlockSize\":[1,\"max-block-size\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdNoResultsText\":[1,\"qa-id-no-results-text\"],\"noResults\":[32],\"showInput\":[32],\"filterSlot\":[64],\"filterClear\":[64]}]]],[\"eco-input-range.cjs\",[[2,\"eco-input-range\",{\"value\":[1026],\"inputId\":[1025,\"input-id\"],\"min\":[2],\"step\":[2],\"max\":[2],\"rangeFlow\":[1,\"range-flow\"],\"inputFlow\":[1,\"input-flow\"],\"thumbSize\":[1,\"thumb-size\"],\"showInput\":[4,\"show-input\"],\"showOutput\":[4,\"show-output\"],\"showError\":[1028,\"show-error\"],\"showStepMismatchError\":[1028,\"show-step-mismatch-error\"],\"valuePrefix\":[1,\"value-prefix\"],\"valueSuffix\":[1,\"value-suffix\"],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"label\":[1],\"disabled\":[4],\"readonly\":[4],\"required\":[4],\"optional\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdRange\":[1,\"qa-id-range\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdOutput\":[1,\"qa-id-output\"],\"qaIdMessagebox\":[1,\"qa-id-messagebox\"]},null,{\"value\":[\"valueChanged\"]}]]],[\"eco-radios.cjs\",[[1,\"eco-radios\",{\"searchable\":[4],\"searchPlaceholder\":[1,\"search-placeholder\"],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"name\":[1],\"label\":[1],\"noResults\":[1028,\"no-results\"],\"noResultsText\":[1,\"no-results-text\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdNoResultsText\":[1,\"qa-id-no-results-text\"],\"radioData\":[16],\"value\":[1032],\"maxBlockSize\":[1,\"max-block-size\"],\"searchClear\":[64]},[[4,\"keydown\",\"onKeydown\"]],{\"value\":[\"valueChanged\"]}]]],[\"eco-input-datalist.cjs\",[[6,\"eco-input-datalist\",{\"disabled\":[4],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"inputId\":[1,\"input-id\"],\"listId\":[1,\"list-id\"],\"label\":[1],\"optional\":[1],\"qaIdDataList\":[1,\"qa-id-data-list\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdNotListedMessage\":[1,\"qa-id-not-listed-message\"],\"readonly\":[4],\"required\":[4],\"value\":[1025],\"placeholder\":[1],\"notListedMessage\":[1,\"not-listed-message\"],\"notListedOption\":[32],\"optionsList\":[32]}]]],[\"eco-input-tags.cjs\",[[1,\"eco-input-tags\",{\"label\":[1],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"optional\":[1],\"inputId\":[1025,\"input-id\"],\"value\":[1040],\"options\":[16],\"required\":[4],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdValues\":[1,\"qa-id-values\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdOptions\":[1,\"qa-id-options\"],\"currentInput\":[32],\"setOptions\":[64]},[[0,\"focusout\",\"handleFocusOut\"],[0,\"tagRemoved\",\"removeTagHandler\"],[0,\"tagAdded\",\"addTagHandler\"]]]]],[\"eco-input-time.cjs\",[[2,\"eco-input-time\",{\"disabled\":[4],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"label\":[1],\"optional\":[1],\"qaIdDays\":[1,\"qa-id-days\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdHours\":[1,\"qa-id-hours\"],\"qaIdInputs\":[1,\"qa-id-inputs\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdMinutes\":[1,\"qa-id-minutes\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdSeconds\":[1,\"qa-id-seconds\"],\"qaIdWeeks\":[1,\"qa-id-weeks\"],\"readonly\":[4],\"required\":[4],\"value\":[1025],\"weeks\":[4],\"weeksMax\":[2,\"weeks-max\"],\"weeksMin\":[2,\"weeks-min\"],\"weeksValue\":[1026,\"weeks-value\"],\"days\":[4],\"daysMax\":[2,\"days-max\"],\"daysMin\":[2,\"days-min\"],\"daysValue\":[1026,\"days-value\"],\"hours\":[4],\"hoursMax\":[2,\"hours-max\"],\"hoursMin\":[2,\"hours-min\"],\"hoursValue\":[1026,\"hours-value\"],\"minutes\":[4],\"minutesMax\":[2,\"minutes-max\"],\"minutesMin\":[2,\"minutes-min\"],\"minutesValue\":[1026,\"minutes-value\"],\"seconds\":[4],\"secondsMax\":[2,\"seconds-max\"],\"secondsMin\":[2,\"seconds-min\"],\"secondsValue\":[1026,\"seconds-value\"]}]]],[\"eco-layout-nav.cjs\",[[6,\"eco-layout-nav\",{\"logoTitle\":[1,\"logo-title\"],\"homeLink\":[1,\"home-link\"],\"appName\":[1,\"app-name\"],\"accountName\":[1,\"account-name\"],\"allowHiding\":[4,\"allow-hiding\"],\"hideNav\":[4,\"hide-nav\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLogo\":[1,\"qa-id-logo\"],\"qaIdAppName\":[1,\"qa-id-app-name\"],\"qaIdNav\":[1,\"qa-id-nav\"],\"accentHue\":[2,\"accent-hue\"],\"accentSaturation\":[2,\"accent-saturation\"],\"accentLightness\":[2,\"accent-lightness\"],\"accentAlpha\":[2,\"accent-alpha\"],\"followActive\":[64],\"navHide\":[64],\"navShow\":[64],\"navToggle\":[64]}]]],[\"eco-tetrigs.cjs\",[[1,\"eco-tetrigs\",{\"board\":[32],\"score\":[32],\"currentPiece\":[32],\"nextPiece\":[32],\"isGameOver\":[32]}]]],[\"eco-input-file.cjs\",[[2,\"eco-input-file\",{\"accept\":[1],\"disabled\":[4],\"files\":[16],\"help\":[1],\"inputId\":[1,\"input-id\"],\"label\":[1],\"optional\":[1],\"qaIdButton\":[1,\"qa-id-button\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdFilename\":[1,\"qa-id-filename\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"readonly\":[4],\"required\":[4],\"status\":[1],\"text\":[1],\"value\":[1],\"width\":[1],\"reset\":[64]}]]],[\"eco-input-phone.cjs\",[[1,\"eco-input-phone\",{\"disabled\":[4],\"help\":[1],\"label\":[1],\"name\":[1],\"optional\":[1],\"pattern\":[1],\"placeholder\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"readonly\":[4],\"required\":[4],\"status\":[1],\"width\":[1],\"inputId\":[1025,\"input-id\"],\"value\":[1025],\"hasFocus\":[32],\"setFocus\":[64],\"getInputElement\":[64]}]]],[\"eco-select.cjs\",[[6,\"eco-select\",{\"value\":[1025],\"label\":[1],\"help\":[1],\"name\":[1],\"optional\":[1],\"status\":[1],\"width\":[1],\"disabled\":[4],\"required\":[4],\"multiple\":[4],\"inputId\":[1025,\"input-id\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdSelect\":[1,\"qa-id-select\"]}]]],[\"eco-stacked-bar.cjs\",[[1,\"eco-stacked-bar\",{\"label\":[1],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"showLegend\":[4,\"show-legend\"],\"showPercent\":[4,\"show-percent\"],\"showCount\":[4,\"show-count\"],\"gap\":[1],\"barThickness\":[1,\"bar-thickness\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdBar\":[1,\"qa-id-bar\"],\"qaIdLegend\":[1,\"qa-id-legend\"],\"qaIdPercent\":[1,\"qa-id-percent\"],\"qaIdCount\":[1,\"qa-id-count\"],\"data\":[16]}]]],[\"eco-docs-responses.cjs\",[[1,\"eco-docs-responses\",{\"responsesTitle\":[1,\"responses-title\"],\"responses\":[16],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdResponsesTitle\":[1,\"qa-id-responses-title\"]}]]],[\"eco-qr-scanner.cjs\",[[1,\"eco-qr-scanner\",{\"label\":[1],\"icon\":[1],\"type\":[1],\"styletype\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"value\":[32],\"scanningInProgress\":[32],\"start\":[64],\"reset\":[64]}]]],[\"eco-lightbox.cjs\",[[1,\"eco-lightbox\",{\"visible\":[1028],\"loaded\":[4],\"disabled\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"handleTrigger\":[64]}]]],[\"eco-split-button.cjs\",[[1,\"eco-split-button\",{\"showOptions\":[32],\"toggleIconSize\":[32],\"toggleIcon\":[32],\"open\":[64],\"close\":[64]}]]],[\"eco-split-option.cjs\",[[1,\"eco-split-option\",{\"disabled\":[4],\"icon\":[1],\"isBusy\":[4,\"is-busy\"],\"label\":[1],\"size\":[1],\"styletype\":[1],\"type\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"focusButton\":[64]}]]],[\"eco-slide-over.cjs\",[[1,\"eco-slide-over\",{\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdClose\":[1,\"qa-id-close\"],\"visible\":[1028],\"handleClose\":[64],\"handleTrigger\":[64]}]]],[\"eco-accordion-item.cjs\",[[1,\"eco-accordion-item\",{\"align\":[1025],\"clickAnywhere\":[4,\"click-anywhere\"],\"sticky\":[4],\"collapsable\":[4],\"collapsed\":[1028],\"disabled\":[1028],\"qaIdContent\":[1,\"qa-id-content\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHeader\":[1,\"qa-id-header\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"qaIdToggle\":[1,\"qa-id-toggle\"],\"disable\":[64]}]]],[\"eco-ani-add-gtl-orientation.cjs\",[[2,\"eco-ani-add-gtl-orientation\",{\"location\":[1]}]]],[\"eco-badge.cjs\",[[1,\"eco-badge\",{\"type\":[1],\"icon\":[1],\"dot\":[4],\"label\":[1],\"rotateIcon\":[4,\"rotate-icon\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"qaIdDot\":[1,\"qa-id-dot\"]}]]],[\"eco-chart-sparkline.cjs\",[[1,\"eco-chart-sparkline\",{\"label\":[1],\"showCount\":[4,\"show-count\"],\"data\":[16],\"lineColour\":[1,\"line-colour\"],\"strokeWidth\":[2,\"stroke-width\"],\"fillColour\":[1,\"fill-colour\"],\"fillOpacity\":[1,\"fill-opacity\"],\"yAxisMax\":[2,\"y-axis-max\"],\"flow\":[1],\"lineXPos\":[32],\"count\":[32]}]]],[\"eco-input-radio.cjs\",[[1,\"eco-input-radio\",{\"value\":[1032],\"disabled\":[4],\"label\":[1],\"name\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"checked\":[32],\"buttonTabindex\":[32],\"setButtonTabindex\":[64]}]]],[\"eco-layout-aside.cjs\",[[6,\"eco-layout-aside\",{\"collapsable\":[4],\"collapsed\":[1028],\"localStorageName\":[1,\"local-storage-name\"],\"sticky\":[4],\"stickyOffset\":[1,\"sticky-offset\"],\"asideMaxBlockSize\":[1,\"aside-max-block-size\"],\"asidePosition\":[1,\"aside-position\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdAside\":[1,\"qa-id-aside\"],\"qaIdAsideContent\":[1,\"qa-id-aside-content\"],\"qaIdToggle\":[1,\"qa-id-toggle\"],\"qaIdContent\":[1,\"qa-id-content\"],\"handleCollapse\":[64]}]]],[\"eco-layout-blocks.cjs\",[[1,\"eco-layout-blocks\",{\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdContent\":[1,\"qa-id-content\"]}]]],[\"eco-layout-filter.cjs\",[[6,\"eco-layout-filter\",{\"collapsable\":[4],\"collapsed\":[1028],\"filtersApplied\":[4,\"filters-applied\"],\"localStorageName\":[1,\"local-storage-name\"],\"sticky\":[4],\"stickyOffset\":[1,\"sticky-offset\"],\"filterMaxBlockSize\":[1,\"filter-max-block-size\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdFilter\":[1,\"qa-id-filter\"],\"qaIdToggle\":[1,\"qa-id-toggle\"],\"qaIdContent\":[1,\"qa-id-content\"],\"handleCollapse\":[64]}]]],[\"eco-layout-header.cjs\",[[1,\"eco-layout-header\",{\"level\":[2],\"displayAs\":[2,\"display-as\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdActionsBefore\":[1,\"qa-id-actions-before\"],\"qaIdActionsAfter\":[1,\"qa-id-actions-after\"],\"qaIdHeadingElement\":[1,\"qa-id-heading-element\"],\"qaIdHeading\":[1,\"qa-id-heading\"]}]]],[\"eco-nav-link.cjs\",[[1,\"eco-nav-link\",{\"href\":[1],\"label\":[1],\"target\":[1],\"rel\":[1],\"active\":[4],\"icon\":[1],\"iconsize\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"]},[[0,\"keydown\",\"handleKeyDown\"]]]]],[\"eco-status-icon.cjs\",[[2,\"eco-status-icon\",{\"icon\":[1],\"type\":[1],\"iconsize\":[1],\"label\":[1],\"labelLocation\":[1,\"label-location\"],\"wrapLabel\":[4,\"wrap-label\"],\"width\":[2],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"qaIdLabel\":[1,\"qa-id-label\"]}]]],[\"eco-subnav-item.cjs\",[[1,\"eco-subnav-item\",{\"disabled\":[4],\"href\":[1],\"target\":[1],\"label\":[1],\"icon\":[1],\"iconPosition\":[1,\"icon-position\"],\"iconSize\":[1,\"icon-size\"],\"active\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"]}]]],[\"eco-text-clamp.cjs\",[[1,\"eco-text-clamp\",{\"linesToShow\":[2,\"lines-to-show\"],\"suppressExpand\":[4,\"suppress-expand\"]}]]],[\"eco-user-badge.cjs\",[[1,\"eco-user-badge\",{\"userId\":[1,\"user-id\"],\"userName\":[1,\"user-name\"],\"initials\":[4],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-accordion.cjs\",[[1,\"eco-accordion\",{\"qaIdElement\":[1,\"qa-id-element\"],\"align\":[1],\"clickAnywhere\":[4,\"click-anywhere\"],\"sticky\":[4]}]]],[\"eco-fieldset.cjs\",[[1,\"eco-fieldset\",{\"legend\":[1],\"disabled\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLegend\":[1,\"qa-id-legend\"]},null,{\"disabled\":[\"onDisabledChange\"]}]]],[\"eco-generated-pattern-dots.cjs\",[[1,\"eco-generated-pattern-dots\",{\"text\":[1],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-generated-pattern-stripes.cjs\",[[1,\"eco-generated-pattern-stripes\",{\"text\":[1],\"stripeWidth\":[2,\"stripe-width\"],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-layout-body.cjs\",[[6,\"eco-layout-body\",{\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdMain\":[1,\"qa-id-main\"]}]]],[\"eco-level.cjs\",[[0,\"eco-level\",{\"tooltip\":[1],\"steps\":[2],\"amount\":[2],\"emptyLabel\":[1,\"empty-label\"],\"overfullLabel\":[1,\"overfull-label\"],\"showAmount\":[4,\"show-amount\"],\"approximate\":[4],\"levelGap\":[4,\"level-gap\"],\"type\":[1],\"elementFlow\":[1,\"element-flow\"],\"levelFlow\":[1,\"level-flow\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdAmount\":[1,\"qa-id-amount\"],\"renderAmount\":[4,\"render-amount\"]}]]],[\"eco-logo.cjs\",[[1,\"eco-logo\",{\"colour\":[1]}]]],[\"eco-nav-flyout.cjs\",[[1,\"eco-nav-flyout\",{\"qaIdElement\":[1,\"qa-id-element\"],\"visible\":[1028],\"handleClose\":[64],\"handleTrigger\":[64]},[[8,\"click\",\"handleClick\"],[8,\"keyup\",\"handleKeyup\"]]]]],[\"eco-progress.cjs\",[[2,\"eco-progress\",{\"variant\":[1],\"type\":[1],\"width\":[1],\"improving\":[4],\"max\":[2],\"value\":[2],\"roundTo\":[2,\"round-to\"],\"showPercentage\":[4,\"show-percentage\"],\"of\":[4],\"ofString\":[1,\"of-string\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdText\":[1,\"qa-id-text\"],\"qaIdProgress\":[1,\"qa-id-progress\"]}]]],[\"eco-segment.cjs\",[[1,\"eco-segment\",{\"value\":[1032],\"disabled\":[4],\"name\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"checked\":[32],\"buttonTabindex\":[32],\"setButtonTabindex\":[64]}]]],[\"eco-segments.cjs\",[[1,\"eco-segments\",{\"qaIdElement\":[1,\"qa-id-element\"],\"value\":[1032]},[[4,\"keydown\",\"onKeydown\"]]]]],[\"eco-subnav.cjs\",[[1,\"eco-subnav\",{\"flow\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"followActive\":[64]}]]],[\"eco-tab.cjs\",[[1,\"eco-tab\",{\"bind\":[1],\"active\":[4],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-tab-content.cjs\",[[1,\"eco-tab-content\",{\"bind\":[1],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-tabs.cjs\",[[1,\"eco-tabs\",{\"tabLocation\":[1,\"tab-location\"],\"alignTabs\":[1,\"align-tabs\"],\"wrap\":[4],\"sticky\":[4],\"stickyOffset\":[1,\"sticky-offset\"],\"changeUrl\":[1,\"change-url\"],\"urlSearchQuery\":[1,\"url-search-query\"],\"autoPlay\":[4,\"auto-play\"],\"autoPlaySpeed\":[2,\"auto-play-speed\"],\"qaIdElement\":[1,\"qa-id-element\"],\"setActiveTab\":[64]},[[0,\"click\",\"handleClick\"],[0,\"keyup\",\"handleKeyup\"]]]]],[\"eco-checkboxes.cjs\",[[1,\"eco-checkboxes\",{\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"label\":[1],\"noResults\":[1028,\"no-results\"],\"noResultsText\":[1,\"no-results-text\"],\"searchable\":[4],\"searchPlaceholder\":[1,\"search-placeholder\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdNoResultsText\":[1,\"qa-id-no-results-text\"],\"checkAll\":[4,\"check-all\"],\"allowCheckAll\":[4,\"allow-check-all\"],\"maxBlockSize\":[1,\"max-block-size\"],\"searchClear\":[64]},[[0,\"ecoChange\",\"handleEcoChange\"]]]]],[\"eco-input-tag.cjs\",[[1,\"eco-input-tag\",{\"label\":[1],\"action\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"addTag\":[64],\"removeTag\":[64]}]]],[\"eco-popover.cjs\",[[1,\"eco-popover\",{\"showOn\":[1,\"show-on\"],\"popoverFlow\":[1,\"popover-flow\"],\"popoverAlignment\":[1,\"popover-alignment\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdPopover\":[1,\"qa-id-popover\"],\"visible\":[32],\"open\":[64],\"close\":[64],\"handleMouseEnter\":[64],\"handleFocusIn\":[64],\"handleFocusOut\":[64],\"handleMouseLeave\":[64],\"handleClickOnElement\":[64]}]]],[\"eco-split-options.cjs\",[[1,\"eco-split-options\"]]],[\"eco-toast_2.cjs\",[[1,\"eco-toast\",{\"type\":[1],\"icon\":[1],\"autoDismiss\":[4,\"auto-dismiss\"],\"dismissAfter\":[2,\"dismiss-after\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdContent\":[1,\"qa-id-content\"],\"qaIdClose\":[1,\"qa-id-close\"],\"qaIdTimer\":[1,\"qa-id-timer\"]}],[1,\"eco-toast-rack\",{\"qaIdElement\":[1,\"qa-id-element\"],\"stack\":[4]},[[0,\"present\",\"toastPresent\"],[0,\"dismiss\",\"toastDismiss\"]]]]],[\"eco-input-textarea.cjs\",[[2,\"eco-input-textarea\",{\"disabled\":[4],\"height\":[1],\"help\":[1],\"label\":[1],\"maxLength\":[2,\"max-length\"],\"minLength\":[2,\"min-length\"],\"name\":[1],\"optional\":[1],\"placeholder\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"readonly\":[4],\"required\":[4],\"resize\":[4],\"status\":[1],\"width\":[1],\"inputId\":[1025,\"input-id\"],\"value\":[1025]}]]],[\"eco-input-checkbox.cjs\",[[1,\"eco-input-checkbox\",{\"label\":[1],\"checked\":[1028],\"indeterminate\":[1028],\"disabled\":[4],\"inputId\":[1025,\"input-id\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"name\":[1],\"value\":[1],\"labelPosition\":[1,\"label-position\"],\"showAsToggle\":[4,\"show-as-toggle\"],\"setChecked\":[64]}]]],[\"eco-igs-logo_2.cjs\",[[1,\"eco-nav-action\",{\"notice\":[1028],\"icon\":[1],\"iconsize\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"isNoticed\":[32],\"noticeStart\":[64],\"noticeStop\":[64]}],[1,\"eco-igs-logo\",{\"theme\":[1],\"colour\":[1]}]]],[\"eco-description-group_2.cjs\",[[1,\"eco-description-group\",{\"vertical\":[4],\"flow\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"colWidth\":[1,\"col-width\"],\"termWidth\":[1,\"term-width\"],\"gap\":[1],\"inverted\":[4]}],[1,\"eco-docs-parameter\",{\"name\":[1],\"required\":[4],\"schemaType\":[1,\"schema-type\"],\"in\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdName\":[1,\"qa-id-name\"],\"qaIdRequired\":[1,\"qa-id-required\"],\"qaIdSchemaType\":[1,\"qa-id-schema-type\"],\"qaIdIn\":[1,\"qa-id-in\"]}]]],[\"eco-description.cjs\",[[1,\"eco-description\",{\"term\":[1],\"description\":[8],\"flow\":[1025],\"inverted\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdTerm\":[1,\"qa-id-term\"],\"qaIdDesc\":[1,\"qa-id-desc\"]}]]],[\"eco-popover-content.cjs\",[[1,\"eco-popover-content\",{\"popoverFlow\":[1,\"popover-flow\"],\"popoverAlignment\":[1,\"popover-alignment\"],\"qaIdPopover\":[1,\"qa-id-popover\"]}]]],[\"eco-icon_9.cjs\",[[2,\"eco-input-date\",{\"label\":[1],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"optional\":[1],\"readonly\":[4],\"required\":[4],\"disabled\":[4],\"status\":[1025],\"withTime\":[4,\"with-time\"],\"daysPast\":[2,\"days-past\"],\"daysFuture\":[2,\"days-future\"],\"dayMin\":[2,\"day-min\"],\"dayMax\":[2,\"day-max\"],\"monthMin\":[2,\"month-min\"],\"monthMax\":[2,\"month-max\"],\"yearMin\":[2,\"year-min\"],\"yearMax\":[2,\"year-max\"],\"minuteMin\":[2,\"minute-min\"],\"minuteMax\":[2,\"minute-max\"],\"hourMin\":[2,\"hour-min\"],\"hourMax\":[2,\"hour-max\"],\"qaIdInputs\":[1,\"qa-id-inputs\"],\"qaIdDd\":[1,\"qa-id-dd\"],\"qaIdMm\":[1,\"qa-id-mm\"],\"qaIdYyyy\":[1,\"qa-id-yyyy\"],\"qaIdMinute\":[1,\"qa-id-minute\"],\"qaIdHour\":[1,\"qa-id-hour\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdMessagebox\":[1,\"qa-id-messagebox\"],\"value\":[1025],\"dateExists\":[32],\"inputsEmpty\":[32],\"sinceDate\":[32],\"sinceDateError\":[32],\"untilDate\":[32],\"untilDateError\":[32],\"validateDate\":[64],\"getDate\":[64],\"setDate\":[64]}],[2,\"eco-input-number\",{\"clearInput\":[4,\"clear-input\"],\"clearOnEdit\":[4,\"clear-on-edit\"],\"disabled\":[4],\"help\":[1],\"label\":[1],\"max\":[2],\"min\":[2],\"name\":[1],\"optional\":[1],\"pattern\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"readonly\":[4],\"required\":[4],\"status\":[1],\"step\":[2],\"width\":[1],\"inputId\":[1025,\"input-id\"],\"valid\":[1028],\"value\":[1026],\"hasFocus\":[32],\"setFocus\":[64],\"getInputElement\":[64]}],[6,\"eco-messagebox\",{\"type\":[1],\"icon\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"]}],[1,\"eco-text-input-optional\",{\"qaIdElement\":[1,\"qa-id-element\"]}],[1,\"eco-text-input-help\",{\"status\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"]}],[6,\"eco-input-wrapper\",{\"width\":[1],\"status\":[1],\"qaIdElement\":[1,\"qa-id-element\"]}],[1,\"eco-text-label\",{\"for\":[1],\"wrap\":[4],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdElement\":[1,\"qa-id-element\"]}],[1,\"eco-spacer\",{\"gap\":[1],\"flow\":[1],\"wrap\":[4],\"qaIdElement\":[1,\"qa-id-element\"]}],[1,\"eco-icon\",{\"icon\":[1],\"icontype\":[1],\"iconsize\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"rotate\":[4]}]]],[\"eco-backdrop_3.cjs\",[[2,\"eco-button\",{\"disabled\":[4],\"href\":[1],\"target\":[1],\"icon\":[1],\"isBusy\":[4,\"is-busy\"],\"label\":[1],\"link\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"size\":[1],\"styletype\":[1],\"type\":[1],\"iconsize\":[1025],\"toggleLabel\":[4,\"toggle-label\"],\"iconPosition\":[1,\"icon-position\"]},[[0,\"keydown\",\"handleKeyDown\"]]],[2,\"eco-spinner\",{\"text\":[1],\"fullscreen\":[4],\"size\":[1],\"theme\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdText\":[1,\"qa-id-text\"]}],[1,\"eco-backdrop\",{\"visible\":[1028],\"showBackdrop\":[64],\"hideBackdrop\":[64]}]]],[\"eco-chat-author_3.cjs\",[[1,\"eco-chat-bubble\",{\"message\":[1],\"authorIsUser\":[4,\"author-is-user\"],\"canDelete\":[4,\"can-delete\"],\"canEdit\":[4,\"can-edit\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdActionCancel\":[1,\"qa-id-action-cancel\"],\"qaIdActionDelete\":[1,\"qa-id-action-delete\"],\"qaIdActionDeleteConfirm\":[1,\"qa-id-action-delete-confirm\"],\"qaIdActionEdit\":[1,\"qa-id-action-edit\"],\"qaIdActionEditConfirm\":[1,\"qa-id-action-edit-confirm\"],\"isUpdating\":[32],\"isEditing\":[32],\"isDeleting\":[32],\"updatedMessage\":[32]},[[0,\"ecoChange\",\"updateMessage\"]],{\"message\":[\"valueChanged\"]}],[1,\"eco-chat-author\",{\"author\":[1],\"qaIdElement\":[1,\"qa-id-element\"]}],[1,\"eco-chat-timestamp\",{\"timestamp\":[1],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-text-heading.cjs\",[[6,\"eco-text-heading\",{\"level\":[2],\"displayAs\":[1026,\"display-as\"],\"headingId\":[1,\"heading-id\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHeading\":[1,\"qa-id-heading\"]}]]],[\"eco-input-text.cjs\",[[2,\"eco-input-text\",{\"clearInput\":[4,\"clear-input\"],\"clearOnEdit\":[4,\"clear-on-edit\"],\"disabled\":[4],\"help\":[1],\"hidden\":[4],\"label\":[1],\"name\":[1],\"maxLength\":[2,\"max-length\"],\"minLength\":[2,\"min-length\"],\"optional\":[1],\"placeholder\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"readonly\":[4],\"required\":[4],\"status\":[1],\"type\":[1],\"width\":[1],\"inputId\":[1025,\"input-id\"],\"value\":[1025],\"hasFocus\":[32],\"setFocus\":[64],\"getInputElement\":[64]}]]],[\"eco-card_4.cjs\",[[1,\"eco-card\",{\"border\":[1],\"collapsable\":[4],\"collapsed\":[1028],\"elevation\":[1],\"showBody\":[4,\"show-body\"],\"qaIdBody\":[1,\"qa-id-body\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdExpand\":[1,\"qa-id-expand\"],\"qaIdFooter\":[1,\"qa-id-footer\"],\"qaIdHeader\":[1,\"qa-id-header\"],\"qaIdToggle\":[1,\"qa-id-toggle\"],\"sticky\":[4],\"stickyOffset\":[1,\"sticky-offset\"]}],[1,\"eco-card-body\"],[1,\"eco-card-footer\"],[1,\"eco-card-header\"]]]]"), options);
return index.bootstrapLazy(JSON.parse("[[\"eco-multi-select.cjs\",[[1,\"eco-multi-select\",{\"value\":[1040],\"label\":[1],\"help\":[1],\"name\":[1],\"optional\":[1],\"placeholder\":[1],\"maxBlockSize\":[1,\"max-block-size\"],\"status\":[1],\"disabled\":[4],\"required\":[4],\"inputId\":[1025,\"input-id\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"setFocus\":[64]}]]],[\"eco-chat-message.cjs\",[[1,\"eco-chat-message\",{\"timestamp\":[1],\"author\":[1],\"message\":[1],\"authorIsUser\":[4,\"author-is-user\"],\"canDelete\":[4,\"can-delete\"],\"canEdit\":[4,\"can-edit\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdTimestamp\":[1,\"qa-id-timestamp\"],\"qaIdAuthor\":[1,\"qa-id-author\"],\"qaIdMessage\":[1,\"qa-id-message\"],\"qaIdActionCancel\":[1,\"qa-id-action-cancel\"],\"qaIdActionDelete\":[1,\"qa-id-action-delete\"],\"qaIdActionDeleteConfirm\":[1,\"qa-id-action-delete-confirm\"],\"qaIdActionEdit\":[1,\"qa-id-action-edit\"],\"qaIdActionEditConfirm\":[1,\"qa-id-action-edit-confirm\"],\"updatedMessage\":[32]},[[0,\"messageEdited\",\"onEdited\"],[0,\"messageDeleted\",\"onDeleted\"]]]]],[\"eco-input-filter.cjs\",[[2,\"eco-input-filter\",{\"label\":[1],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"placeholder\":[1],\"optional\":[1],\"inputId\":[1025,\"input-id\"],\"required\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdNoResultsText\":[1,\"qa-id-no-results-text\"],\"resetFilter\":[64]}]]],[\"eco-table.cjs\",[[4,\"eco-table\",{\"responsive\":[4],\"resizable\":[4],\"equalcolumns\":[4],\"containsDocs\":[4,\"contains-docs\"],\"stickyOffset\":[1,\"sticky-offset\"],\"stickyTableHeight\":[1,\"sticky-table-height\"],\"searchable\":[4],\"searchableNoResults\":[1028,\"searchable-no-results\"],\"searchableNoResultsText\":[1,\"searchable-no-results-text\"],\"searchableLabel\":[1,\"searchable-label\"],\"searchableHelp\":[1,\"searchable-help\"],\"searchablePlaceholder\":[1,\"searchable-placeholder\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdResetButton\":[1,\"qa-id-reset-button\"],\"qaIdActions\":[1,\"qa-id-actions\"],\"qaIdTable\":[1,\"qa-id-table\"],\"qaIdSearchableElement\":[1,\"qa-id-searchable-element\"],\"qaIdSearchableInput\":[1,\"qa-id-searchable-input\"],\"qaIdSearchableLabel\":[1,\"qa-id-searchable-label\"],\"qaIdSearchableHelp\":[1,\"qa-id-searchable-help\"],\"qaIdNoResultsText\":[1,\"qa-id-no-results-text\"],\"customSortEnabled\":[4,\"custom-sort-enabled\"],\"resetColumns\":[64],\"searchClear\":[64]}]]],[\"eco-docs-code.cjs\",[[1,\"eco-docs-code\",{\"codeTitle\":[1,\"code-title\"],\"code\":[1],\"showLines\":[4,\"show-lines\"],\"allowCopy\":[4,\"allow-copy\"],\"copyLabel\":[1025,\"copy-label\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdCode\":[1,\"qa-id-code\"],\"qaIdCopy\":[1,\"qa-id-copy\"],\"qaIdCopyLabel\":[1,\"qa-id-copy-label\"],\"qaIdCodeTitle\":[1,\"qa-id-code-title\"],\"qaIdLineNumbers\":[1,\"qa-id-line-numbers\"],\"hasCopied\":[32],\"copyIcon\":[32]}]]],[\"eco-modal.cjs\",[[6,\"eco-modal\",{\"modaltitle\":[1],\"visible\":[1028],\"fill\":[4],\"showBody\":[4,\"show-body\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdModal\":[1,\"qa-id-modal\"],\"qaIdTitle\":[1,\"qa-id-title\"],\"qaIdClose\":[1,\"qa-id-close\"],\"qaIdCancel\":[1,\"qa-id-cancel\"],\"handleClose\":[64],\"handleTrigger\":[64]}]]],[\"eco-filter-list.cjs\",[[1,\"eco-filter-list\",{\"label\":[1],\"help\":[1],\"placeholder\":[1],\"hideInputIfLessThan\":[2,\"hide-input-if-less-than\"],\"noResultsText\":[1,\"no-results-text\"],\"inputId\":[1,\"input-id\"],\"maxBlockSize\":[1,\"max-block-size\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdNoResultsText\":[1,\"qa-id-no-results-text\"],\"noResults\":[32],\"showInput\":[32],\"filterSlot\":[64],\"filterClear\":[64]}]]],[\"eco-input-range.cjs\",[[2,\"eco-input-range\",{\"value\":[1026],\"inputId\":[1025,\"input-id\"],\"min\":[2],\"step\":[2],\"max\":[2],\"rangeFlow\":[1,\"range-flow\"],\"inputFlow\":[1,\"input-flow\"],\"thumbSize\":[1,\"thumb-size\"],\"showInput\":[4,\"show-input\"],\"showOutput\":[4,\"show-output\"],\"showError\":[1028,\"show-error\"],\"showStepMismatchError\":[1028,\"show-step-mismatch-error\"],\"valuePrefix\":[1,\"value-prefix\"],\"valueSuffix\":[1,\"value-suffix\"],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"label\":[1],\"disabled\":[4],\"readonly\":[4],\"required\":[4],\"optional\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdRange\":[1,\"qa-id-range\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdOutput\":[1,\"qa-id-output\"],\"qaIdMessagebox\":[1,\"qa-id-messagebox\"]},null,{\"value\":[\"valueChanged\"]}]]],[\"eco-radios.cjs\",[[1,\"eco-radios\",{\"searchable\":[4],\"searchPlaceholder\":[1,\"search-placeholder\"],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"name\":[1],\"label\":[1],\"noResults\":[1028,\"no-results\"],\"noResultsText\":[1,\"no-results-text\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdNoResultsText\":[1,\"qa-id-no-results-text\"],\"radioData\":[16],\"value\":[1032],\"maxBlockSize\":[1,\"max-block-size\"],\"searchClear\":[64]},[[4,\"keydown\",\"onKeydown\"]],{\"value\":[\"valueChanged\"]}]]],[\"eco-input-datalist.cjs\",[[6,\"eco-input-datalist\",{\"disabled\":[4],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"inputId\":[1,\"input-id\"],\"listId\":[1,\"list-id\"],\"label\":[1],\"optional\":[1],\"qaIdDataList\":[1,\"qa-id-data-list\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdNotListedMessage\":[1,\"qa-id-not-listed-message\"],\"readonly\":[4],\"required\":[4],\"value\":[1025],\"placeholder\":[1],\"notListedMessage\":[1,\"not-listed-message\"],\"notListedOption\":[32],\"optionsList\":[32]}]]],[\"eco-input-tags.cjs\",[[1,\"eco-input-tags\",{\"label\":[1],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"optional\":[1],\"inputId\":[1025,\"input-id\"],\"value\":[1040],\"options\":[16],\"required\":[4],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdValues\":[1,\"qa-id-values\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdOptions\":[1,\"qa-id-options\"],\"currentInput\":[32],\"setOptions\":[64]},[[0,\"focusout\",\"handleFocusOut\"],[0,\"tagRemoved\",\"removeTagHandler\"],[0,\"tagAdded\",\"addTagHandler\"]]]]],[\"eco-input-time.cjs\",[[2,\"eco-input-time\",{\"disabled\":[4],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"label\":[1],\"optional\":[1],\"qaIdDays\":[1,\"qa-id-days\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdHours\":[1,\"qa-id-hours\"],\"qaIdInputs\":[1,\"qa-id-inputs\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdMinutes\":[1,\"qa-id-minutes\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdSeconds\":[1,\"qa-id-seconds\"],\"qaIdWeeks\":[1,\"qa-id-weeks\"],\"readonly\":[4],\"required\":[4],\"value\":[1025],\"weeks\":[4],\"weeksMax\":[2,\"weeks-max\"],\"weeksMin\":[2,\"weeks-min\"],\"weeksValue\":[1026,\"weeks-value\"],\"days\":[4],\"daysMax\":[2,\"days-max\"],\"daysMin\":[2,\"days-min\"],\"daysValue\":[1026,\"days-value\"],\"hours\":[4],\"hoursMax\":[2,\"hours-max\"],\"hoursMin\":[2,\"hours-min\"],\"hoursValue\":[1026,\"hours-value\"],\"minutes\":[4],\"minutesMax\":[2,\"minutes-max\"],\"minutesMin\":[2,\"minutes-min\"],\"minutesValue\":[1026,\"minutes-value\"],\"seconds\":[4],\"secondsMax\":[2,\"seconds-max\"],\"secondsMin\":[2,\"seconds-min\"],\"secondsValue\":[1026,\"seconds-value\"]}]]],[\"eco-layout-nav.cjs\",[[6,\"eco-layout-nav\",{\"logoTitle\":[1,\"logo-title\"],\"homeLink\":[1,\"home-link\"],\"appName\":[1,\"app-name\"],\"accountName\":[1,\"account-name\"],\"allowHiding\":[4,\"allow-hiding\"],\"hideNav\":[4,\"hide-nav\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLogo\":[1,\"qa-id-logo\"],\"qaIdAppName\":[1,\"qa-id-app-name\"],\"qaIdNav\":[1,\"qa-id-nav\"],\"accentHue\":[2,\"accent-hue\"],\"accentSaturation\":[2,\"accent-saturation\"],\"accentLightness\":[2,\"accent-lightness\"],\"accentAlpha\":[2,\"accent-alpha\"],\"followActive\":[64],\"navHide\":[64],\"navShow\":[64],\"navToggle\":[64]}]]],[\"eco-tetrigs.cjs\",[[1,\"eco-tetrigs\",{\"board\":[32],\"score\":[32],\"currentPiece\":[32],\"nextPiece\":[32],\"isGameOver\":[32]}]]],[\"eco-input-file.cjs\",[[2,\"eco-input-file\",{\"accept\":[1],\"disabled\":[4],\"files\":[16],\"help\":[1],\"inputId\":[1,\"input-id\"],\"label\":[1],\"optional\":[1],\"qaIdButton\":[1,\"qa-id-button\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdFilename\":[1,\"qa-id-filename\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"readonly\":[4],\"required\":[4],\"status\":[1],\"text\":[1],\"value\":[1],\"width\":[1],\"reset\":[64]}]]],[\"eco-input-phone.cjs\",[[1,\"eco-input-phone\",{\"disabled\":[4],\"help\":[1],\"label\":[1],\"name\":[1],\"optional\":[1],\"pattern\":[1],\"placeholder\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"readonly\":[4],\"required\":[4],\"status\":[1],\"width\":[1],\"inputId\":[1025,\"input-id\"],\"value\":[1025],\"hasFocus\":[32],\"setFocus\":[64],\"getInputElement\":[64]}]]],[\"eco-select.cjs\",[[6,\"eco-select\",{\"value\":[1025],\"label\":[1],\"help\":[1],\"name\":[1],\"optional\":[1],\"status\":[1],\"width\":[1],\"disabled\":[4],\"required\":[4],\"multiple\":[4],\"inputId\":[1025,\"input-id\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdSelect\":[1,\"qa-id-select\"]}]]],[\"eco-stacked-bar.cjs\",[[1,\"eco-stacked-bar\",{\"label\":[1],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"showLegend\":[4,\"show-legend\"],\"showPercent\":[4,\"show-percent\"],\"showCount\":[4,\"show-count\"],\"gap\":[1],\"barThickness\":[1,\"bar-thickness\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdBar\":[1,\"qa-id-bar\"],\"qaIdLegend\":[1,\"qa-id-legend\"],\"qaIdPercent\":[1,\"qa-id-percent\"],\"qaIdCount\":[1,\"qa-id-count\"],\"data\":[16]}]]],[\"eco-docs-responses.cjs\",[[1,\"eco-docs-responses\",{\"responsesTitle\":[1,\"responses-title\"],\"responses\":[16],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdResponsesTitle\":[1,\"qa-id-responses-title\"]}]]],[\"eco-qr-scanner.cjs\",[[1,\"eco-qr-scanner\",{\"label\":[1],\"icon\":[1],\"type\":[1],\"styletype\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"value\":[32],\"scanningInProgress\":[32],\"start\":[64],\"reset\":[64]}]]],[\"eco-lightbox.cjs\",[[1,\"eco-lightbox\",{\"visible\":[1028],\"loaded\":[4],\"disabled\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"handleTrigger\":[64]}]]],[\"eco-split-button.cjs\",[[1,\"eco-split-button\",{\"showOptions\":[32],\"toggleIconSize\":[32],\"toggleIcon\":[32],\"open\":[64],\"close\":[64]}]]],[\"eco-split-option.cjs\",[[1,\"eco-split-option\",{\"disabled\":[4],\"icon\":[1],\"isBusy\":[4,\"is-busy\"],\"label\":[1],\"size\":[1],\"styletype\":[1],\"type\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"focusButton\":[64]}]]],[\"eco-slide-over.cjs\",[[1,\"eco-slide-over\",{\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdClose\":[1,\"qa-id-close\"],\"visible\":[1028],\"handleClose\":[64],\"handleTrigger\":[64]}]]],[\"eco-accordion-item.cjs\",[[1,\"eco-accordion-item\",{\"align\":[1025],\"clickAnywhere\":[4,\"click-anywhere\"],\"sticky\":[4],\"collapsible\":[4],\"collapsed\":[1028],\"disabled\":[1028],\"qaIdContent\":[1,\"qa-id-content\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHeader\":[1,\"qa-id-header\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"qaIdToggle\":[1,\"qa-id-toggle\"],\"disable\":[64]}]]],[\"eco-ani-add-gtl-orientation.cjs\",[[2,\"eco-ani-add-gtl-orientation\",{\"location\":[1]}]]],[\"eco-badge.cjs\",[[1,\"eco-badge\",{\"type\":[1],\"icon\":[1],\"dot\":[4],\"label\":[1],\"rotateIcon\":[4,\"rotate-icon\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"qaIdDot\":[1,\"qa-id-dot\"]}]]],[\"eco-chart-sparkline.cjs\",[[1,\"eco-chart-sparkline\",{\"label\":[1],\"showCount\":[4,\"show-count\"],\"data\":[16],\"lineColour\":[1,\"line-colour\"],\"strokeWidth\":[2,\"stroke-width\"],\"fillColour\":[1,\"fill-colour\"],\"fillOpacity\":[1,\"fill-opacity\"],\"yAxisMax\":[2,\"y-axis-max\"],\"flow\":[1],\"lineXPos\":[32],\"count\":[32]}]]],[\"eco-input-radio.cjs\",[[1,\"eco-input-radio\",{\"value\":[1032],\"disabled\":[4],\"label\":[1],\"name\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"checked\":[32],\"buttonTabindex\":[32],\"setButtonTabindex\":[64]}]]],[\"eco-layout-aside.cjs\",[[6,\"eco-layout-aside\",{\"collapsible\":[4],\"collapsed\":[1028],\"localStorageName\":[1,\"local-storage-name\"],\"sticky\":[4],\"stickyOffset\":[1,\"sticky-offset\"],\"asideMaxBlockSize\":[1,\"aside-max-block-size\"],\"asidePosition\":[1,\"aside-position\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdAside\":[1,\"qa-id-aside\"],\"qaIdAsideContent\":[1,\"qa-id-aside-content\"],\"qaIdToggle\":[1,\"qa-id-toggle\"],\"qaIdContent\":[1,\"qa-id-content\"],\"handleCollapse\":[64]}]]],[\"eco-layout-blocks.cjs\",[[1,\"eco-layout-blocks\",{\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdContent\":[1,\"qa-id-content\"]}]]],[\"eco-layout-filter.cjs\",[[6,\"eco-layout-filter\",{\"collapsible\":[4],\"collapsed\":[1028],\"filtersApplied\":[4,\"filters-applied\"],\"localStorageName\":[1,\"local-storage-name\"],\"sticky\":[4],\"stickyOffset\":[1,\"sticky-offset\"],\"filterMaxBlockSize\":[1,\"filter-max-block-size\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdFilter\":[1,\"qa-id-filter\"],\"qaIdToggle\":[1,\"qa-id-toggle\"],\"qaIdContent\":[1,\"qa-id-content\"],\"handleCollapse\":[64]}]]],[\"eco-layout-header.cjs\",[[1,\"eco-layout-header\",{\"level\":[2],\"displayAs\":[2,\"display-as\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdActionsBefore\":[1,\"qa-id-actions-before\"],\"qaIdActionsAfter\":[1,\"qa-id-actions-after\"],\"qaIdHeadingElement\":[1,\"qa-id-heading-element\"],\"qaIdHeading\":[1,\"qa-id-heading\"]}]]],[\"eco-nav-link.cjs\",[[1,\"eco-nav-link\",{\"href\":[1],\"label\":[1],\"target\":[1],\"rel\":[1],\"active\":[4],\"icon\":[1],\"iconsize\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"]},[[0,\"keydown\",\"handleKeyDown\"]]]]],[\"eco-status-icon.cjs\",[[2,\"eco-status-icon\",{\"icon\":[1],\"type\":[1],\"iconsize\":[1],\"label\":[1],\"labelLocation\":[1,\"label-location\"],\"wrapLabel\":[4,\"wrap-label\"],\"width\":[2],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"qaIdLabel\":[1,\"qa-id-label\"]}]]],[\"eco-subnav-item.cjs\",[[1,\"eco-subnav-item\",{\"disabled\":[4],\"href\":[1],\"target\":[1],\"label\":[1],\"icon\":[1],\"iconPosition\":[1,\"icon-position\"],\"iconSize\":[1,\"icon-size\"],\"active\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"]}]]],[\"eco-text-clamp.cjs\",[[1,\"eco-text-clamp\",{\"linesToShow\":[2,\"lines-to-show\"],\"suppressExpand\":[4,\"suppress-expand\"]}]]],[\"eco-user-badge.cjs\",[[1,\"eco-user-badge\",{\"userId\":[1,\"user-id\"],\"userName\":[1,\"user-name\"],\"initials\":[4],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-accordion.cjs\",[[1,\"eco-accordion\",{\"qaIdElement\":[1,\"qa-id-element\"],\"align\":[1],\"clickAnywhere\":[4,\"click-anywhere\"],\"sticky\":[4]}]]],[\"eco-fieldset.cjs\",[[1,\"eco-fieldset\",{\"legend\":[1],\"disabled\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLegend\":[1,\"qa-id-legend\"]},null,{\"disabled\":[\"onDisabledChange\"]}]]],[\"eco-generated-pattern-dots.cjs\",[[1,\"eco-generated-pattern-dots\",{\"text\":[1],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-generated-pattern-stripes.cjs\",[[1,\"eco-generated-pattern-stripes\",{\"text\":[1],\"stripeWidth\":[2,\"stripe-width\"],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-layout-body.cjs\",[[6,\"eco-layout-body\",{\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdMain\":[1,\"qa-id-main\"]}]]],[\"eco-level.cjs\",[[0,\"eco-level\",{\"tooltip\":[1],\"steps\":[2],\"amount\":[2],\"emptyLabel\":[1,\"empty-label\"],\"overfullLabel\":[1,\"overfull-label\"],\"showAmount\":[4,\"show-amount\"],\"approximate\":[4],\"levelGap\":[4,\"level-gap\"],\"type\":[1],\"elementFlow\":[1,\"element-flow\"],\"levelFlow\":[1,\"level-flow\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdAmount\":[1,\"qa-id-amount\"],\"renderAmount\":[4,\"render-amount\"]}]]],[\"eco-logo.cjs\",[[1,\"eco-logo\",{\"colour\":[1]}]]],[\"eco-nav-flyout.cjs\",[[1,\"eco-nav-flyout\",{\"qaIdElement\":[1,\"qa-id-element\"],\"visible\":[1028],\"handleClose\":[64],\"handleTrigger\":[64]},[[8,\"click\",\"handleClick\"],[8,\"keyup\",\"handleKeyup\"]]]]],[\"eco-progress.cjs\",[[2,\"eco-progress\",{\"variant\":[1],\"type\":[1],\"width\":[1],\"improving\":[4],\"max\":[2],\"value\":[2],\"roundTo\":[2,\"round-to\"],\"showPercentage\":[4,\"show-percentage\"],\"of\":[4],\"ofString\":[1,\"of-string\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdText\":[1,\"qa-id-text\"],\"qaIdProgress\":[1,\"qa-id-progress\"]}]]],[\"eco-segment.cjs\",[[1,\"eco-segment\",{\"value\":[1032],\"disabled\":[4],\"name\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"checked\":[32],\"buttonTabindex\":[32],\"setButtonTabindex\":[64]}]]],[\"eco-segments.cjs\",[[1,\"eco-segments\",{\"qaIdElement\":[1,\"qa-id-element\"],\"value\":[1032]},[[4,\"keydown\",\"onKeydown\"]]]]],[\"eco-subnav.cjs\",[[1,\"eco-subnav\",{\"flow\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"followActive\":[64]}]]],[\"eco-tab.cjs\",[[1,\"eco-tab\",{\"bind\":[1],\"active\":[4],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-tab-content.cjs\",[[1,\"eco-tab-content\",{\"bind\":[1],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-tabs.cjs\",[[1,\"eco-tabs\",{\"tabLocation\":[1,\"tab-location\"],\"alignTabs\":[1,\"align-tabs\"],\"wrap\":[4],\"sticky\":[4],\"stickyOffset\":[1,\"sticky-offset\"],\"changeUrl\":[1,\"change-url\"],\"urlSearchQuery\":[1,\"url-search-query\"],\"autoPlay\":[4,\"auto-play\"],\"autoPlaySpeed\":[2,\"auto-play-speed\"],\"qaIdElement\":[1,\"qa-id-element\"],\"setActiveTab\":[64]},[[0,\"click\",\"handleClick\"],[0,\"keyup\",\"handleKeyup\"]]]]],[\"eco-checkboxes.cjs\",[[1,\"eco-checkboxes\",{\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"label\":[1],\"noResults\":[1028,\"no-results\"],\"noResultsText\":[1,\"no-results-text\"],\"searchable\":[4],\"searchPlaceholder\":[1,\"search-placeholder\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdNoResultsText\":[1,\"qa-id-no-results-text\"],\"checkAll\":[4,\"check-all\"],\"allowCheckAll\":[4,\"allow-check-all\"],\"maxBlockSize\":[1,\"max-block-size\"],\"searchClear\":[64]},[[0,\"ecoChange\",\"handleEcoChange\"]]]]],[\"eco-input-tag.cjs\",[[1,\"eco-input-tag\",{\"label\":[1],\"action\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"addTag\":[64],\"removeTag\":[64]}]]],[\"eco-popover.cjs\",[[1,\"eco-popover\",{\"showOn\":[1,\"show-on\"],\"popoverFlow\":[1,\"popover-flow\"],\"popoverAlignment\":[1,\"popover-alignment\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdPopover\":[1,\"qa-id-popover\"],\"visible\":[32],\"open\":[64],\"close\":[64],\"handleMouseEnter\":[64],\"handleFocusIn\":[64],\"handleFocusOut\":[64],\"handleMouseLeave\":[64],\"handleClickOnElement\":[64]}]]],[\"eco-split-options.cjs\",[[1,\"eco-split-options\"]]],[\"eco-toast_2.cjs\",[[1,\"eco-toast\",{\"type\":[1],\"icon\":[1],\"autoDismiss\":[4,\"auto-dismiss\"],\"dismissAfter\":[2,\"dismiss-after\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdContent\":[1,\"qa-id-content\"],\"qaIdClose\":[1,\"qa-id-close\"],\"qaIdTimer\":[1,\"qa-id-timer\"]}],[1,\"eco-toast-rack\",{\"qaIdElement\":[1,\"qa-id-element\"],\"stack\":[4]},[[0,\"present\",\"toastPresent\"],[0,\"dismiss\",\"toastDismiss\"]]]]],[\"eco-input-textarea.cjs\",[[2,\"eco-input-textarea\",{\"disabled\":[4],\"height\":[1],\"help\":[1],\"label\":[1],\"maxLength\":[2,\"max-length\"],\"minLength\":[2,\"min-length\"],\"name\":[1],\"optional\":[1],\"placeholder\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"readonly\":[4],\"required\":[4],\"resize\":[4],\"status\":[1],\"width\":[1],\"inputId\":[1025,\"input-id\"],\"value\":[1025]}]]],[\"eco-input-checkbox.cjs\",[[1,\"eco-input-checkbox\",{\"label\":[1],\"checked\":[1028],\"indeterminate\":[1028],\"disabled\":[4],\"inputId\":[1025,\"input-id\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"name\":[1],\"value\":[1],\"labelPosition\":[1,\"label-position\"],\"showAsToggle\":[4,\"show-as-toggle\"],\"setChecked\":[64]}]]],[\"eco-igs-logo_2.cjs\",[[1,\"eco-nav-action\",{\"notice\":[1028],\"icon\":[1],\"iconsize\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"isNoticed\":[32],\"noticeStart\":[64],\"noticeStop\":[64]}],[1,\"eco-igs-logo\",{\"theme\":[1],\"colour\":[1]}]]],[\"eco-description-group_2.cjs\",[[1,\"eco-description-group\",{\"vertical\":[4],\"flow\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"colWidth\":[1,\"col-width\"],\"termWidth\":[1,\"term-width\"],\"gap\":[1],\"inverted\":[4]}],[1,\"eco-docs-parameter\",{\"name\":[1],\"required\":[4],\"schemaType\":[1,\"schema-type\"],\"in\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdName\":[1,\"qa-id-name\"],\"qaIdRequired\":[1,\"qa-id-required\"],\"qaIdSchemaType\":[1,\"qa-id-schema-type\"],\"qaIdIn\":[1,\"qa-id-in\"]}]]],[\"eco-description.cjs\",[[1,\"eco-description\",{\"term\":[1],\"description\":[8],\"flow\":[1025],\"inverted\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdTerm\":[1,\"qa-id-term\"],\"qaIdDesc\":[1,\"qa-id-desc\"]}]]],[\"eco-popover-content.cjs\",[[1,\"eco-popover-content\",{\"popoverFlow\":[1,\"popover-flow\"],\"popoverAlignment\":[1,\"popover-alignment\"],\"qaIdPopover\":[1,\"qa-id-popover\"]}]]],[\"eco-icon_9.cjs\",[[2,\"eco-input-date\",{\"label\":[1],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"optional\":[1],\"readonly\":[4],\"required\":[4],\"disabled\":[4],\"status\":[1025],\"withTime\":[4,\"with-time\"],\"daysPast\":[2,\"days-past\"],\"daysFuture\":[2,\"days-future\"],\"dayMin\":[2,\"day-min\"],\"dayMax\":[2,\"day-max\"],\"monthMin\":[2,\"month-min\"],\"monthMax\":[2,\"month-max\"],\"yearMin\":[2,\"year-min\"],\"yearMax\":[2,\"year-max\"],\"minuteMin\":[2,\"minute-min\"],\"minuteMax\":[2,\"minute-max\"],\"hourMin\":[2,\"hour-min\"],\"hourMax\":[2,\"hour-max\"],\"qaIdInputs\":[1,\"qa-id-inputs\"],\"qaIdDd\":[1,\"qa-id-dd\"],\"qaIdMm\":[1,\"qa-id-mm\"],\"qaIdYyyy\":[1,\"qa-id-yyyy\"],\"qaIdMinute\":[1,\"qa-id-minute\"],\"qaIdHour\":[1,\"qa-id-hour\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdMessagebox\":[1,\"qa-id-messagebox\"],\"value\":[1025],\"dateExists\":[32],\"inputsEmpty\":[32],\"sinceDate\":[32],\"sinceDateError\":[32],\"untilDate\":[32],\"untilDateError\":[32],\"validateDate\":[64],\"getDate\":[64],\"setDate\":[64]}],[2,\"eco-input-number\",{\"clearInput\":[4,\"clear-input\"],\"clearOnEdit\":[4,\"clear-on-edit\"],\"disabled\":[4],\"help\":[1],\"label\":[1],\"max\":[2],\"min\":[2],\"name\":[1],\"optional\":[1],\"pattern\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"readonly\":[4],\"required\":[4],\"status\":[1],\"step\":[2],\"width\":[1],\"inputId\":[1025,\"input-id\"],\"valid\":[1028],\"value\":[1026],\"hasFocus\":[32],\"setFocus\":[64],\"getInputElement\":[64]}],[6,\"eco-messagebox\",{\"type\":[1],\"icon\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"]}],[1,\"eco-text-input-optional\",{\"qaIdElement\":[1,\"qa-id-element\"]}],[1,\"eco-text-input-help\",{\"status\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"]}],[6,\"eco-input-wrapper\",{\"width\":[1],\"status\":[1],\"qaIdElement\":[1,\"qa-id-element\"]}],[1,\"eco-text-label\",{\"for\":[1],\"wrap\":[4],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdElement\":[1,\"qa-id-element\"]}],[1,\"eco-spacer\",{\"gap\":[1],\"flow\":[1],\"wrap\":[4],\"qaIdElement\":[1,\"qa-id-element\"]}],[1,\"eco-icon\",{\"icon\":[1],\"icontype\":[1],\"iconsize\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"rotate\":[4]}]]],[\"eco-backdrop_3.cjs\",[[2,\"eco-button\",{\"disabled\":[4],\"href\":[1],\"target\":[1],\"icon\":[1],\"isBusy\":[4,\"is-busy\"],\"label\":[1],\"link\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"size\":[1],\"styletype\":[1],\"type\":[1],\"iconsize\":[1025],\"toggleLabel\":[4,\"toggle-label\"],\"iconPosition\":[1,\"icon-position\"]},[[0,\"keydown\",\"handleKeyDown\"]]],[2,\"eco-spinner\",{\"text\":[1],\"fullscreen\":[4],\"size\":[1],\"theme\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdText\":[1,\"qa-id-text\"]}],[1,\"eco-backdrop\",{\"visible\":[1028],\"showBackdrop\":[64],\"hideBackdrop\":[64]}]]],[\"eco-chat-author_3.cjs\",[[1,\"eco-chat-bubble\",{\"message\":[1],\"authorIsUser\":[4,\"author-is-user\"],\"canDelete\":[4,\"can-delete\"],\"canEdit\":[4,\"can-edit\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdActionCancel\":[1,\"qa-id-action-cancel\"],\"qaIdActionDelete\":[1,\"qa-id-action-delete\"],\"qaIdActionDeleteConfirm\":[1,\"qa-id-action-delete-confirm\"],\"qaIdActionEdit\":[1,\"qa-id-action-edit\"],\"qaIdActionEditConfirm\":[1,\"qa-id-action-edit-confirm\"],\"isUpdating\":[32],\"isEditing\":[32],\"isDeleting\":[32],\"updatedMessage\":[32]},[[0,\"ecoChange\",\"updateMessage\"]],{\"message\":[\"valueChanged\"]}],[1,\"eco-chat-author\",{\"author\":[1],\"qaIdElement\":[1,\"qa-id-element\"]}],[1,\"eco-chat-timestamp\",{\"timestamp\":[1],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-text-heading.cjs\",[[6,\"eco-text-heading\",{\"level\":[2],\"displayAs\":[1026,\"display-as\"],\"headingId\":[1,\"heading-id\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHeading\":[1,\"qa-id-heading\"]}]]],[\"eco-input-text.cjs\",[[2,\"eco-input-text\",{\"clearInput\":[4,\"clear-input\"],\"clearOnEdit\":[4,\"clear-on-edit\"],\"disabled\":[4],\"help\":[1],\"hidden\":[4],\"label\":[1],\"name\":[1],\"maxLength\":[2,\"max-length\"],\"minLength\":[2,\"min-length\"],\"optional\":[1],\"placeholder\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"readonly\":[4],\"required\":[4],\"status\":[1],\"type\":[1],\"width\":[1],\"inputId\":[1025,\"input-id\"],\"value\":[1025],\"hasFocus\":[32],\"setFocus\":[64],\"getInputElement\":[64]}]]],[\"eco-card_4.cjs\",[[1,\"eco-card\",{\"border\":[1],\"collapsible\":[4],\"collapsed\":[1028],\"elevation\":[1],\"showBody\":[4,\"show-body\"],\"qaIdBody\":[1,\"qa-id-body\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdExpand\":[1,\"qa-id-expand\"],\"qaIdFooter\":[1,\"qa-id-footer\"],\"qaIdHeader\":[1,\"qa-id-header\"],\"qaIdToggle\":[1,\"qa-id-toggle\"],\"sticky\":[4],\"stickyOffset\":[1,\"sticky-offset\"]}],[1,\"eco-card-body\"],[1,\"eco-card-footer\"],[1,\"eco-card-header\"]]]]"), options);
});

@@ -25,0 +25,0 @@

@@ -11,3 +11,3 @@ 'use strict';

await appGlobals.globalScripts();
return index.bootstrapLazy(JSON.parse("[[\"eco-multi-select.cjs\",[[1,\"eco-multi-select\",{\"value\":[1040],\"label\":[1],\"help\":[1],\"name\":[1],\"optional\":[1],\"placeholder\":[1],\"maxBlockSize\":[1,\"max-block-size\"],\"status\":[1],\"disabled\":[4],\"required\":[4],\"inputId\":[1025,\"input-id\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"setFocus\":[64]}]]],[\"eco-chat-message.cjs\",[[1,\"eco-chat-message\",{\"timestamp\":[1],\"author\":[1],\"message\":[1],\"authorIsUser\":[4,\"author-is-user\"],\"canDelete\":[4,\"can-delete\"],\"canEdit\":[4,\"can-edit\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdTimestamp\":[1,\"qa-id-timestamp\"],\"qaIdAuthor\":[1,\"qa-id-author\"],\"qaIdMessage\":[1,\"qa-id-message\"],\"qaIdActionCancel\":[1,\"qa-id-action-cancel\"],\"qaIdActionDelete\":[1,\"qa-id-action-delete\"],\"qaIdActionDeleteConfirm\":[1,\"qa-id-action-delete-confirm\"],\"qaIdActionEdit\":[1,\"qa-id-action-edit\"],\"qaIdActionEditConfirm\":[1,\"qa-id-action-edit-confirm\"],\"updatedMessage\":[32]},[[0,\"messageEdited\",\"onEdited\"],[0,\"messageDeleted\",\"onDeleted\"]]]]],[\"eco-input-filter.cjs\",[[2,\"eco-input-filter\",{\"label\":[1],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"placeholder\":[1],\"optional\":[1],\"inputId\":[1025,\"input-id\"],\"required\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdNoResultsText\":[1,\"qa-id-no-results-text\"],\"resetFilter\":[64]}]]],[\"eco-table.cjs\",[[4,\"eco-table\",{\"responsive\":[4],\"resizable\":[4],\"equalcolumns\":[4],\"containsDocs\":[4,\"contains-docs\"],\"stickyOffset\":[1,\"sticky-offset\"],\"stickyTableHeight\":[1,\"sticky-table-height\"],\"searchable\":[4],\"searchableNoResults\":[1028,\"searchable-no-results\"],\"searchableNoResultsText\":[1,\"searchable-no-results-text\"],\"searchableLabel\":[1,\"searchable-label\"],\"searchableHelp\":[1,\"searchable-help\"],\"searchablePlaceholder\":[1,\"searchable-placeholder\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdResetButton\":[1,\"qa-id-reset-button\"],\"qaIdActions\":[1,\"qa-id-actions\"],\"qaIdTable\":[1,\"qa-id-table\"],\"qaIdSearchableElement\":[1,\"qa-id-searchable-element\"],\"qaIdSearchableInput\":[1,\"qa-id-searchable-input\"],\"qaIdSearchableLabel\":[1,\"qa-id-searchable-label\"],\"qaIdSearchableHelp\":[1,\"qa-id-searchable-help\"],\"qaIdNoResultsText\":[1,\"qa-id-no-results-text\"],\"customSortEnabled\":[4,\"custom-sort-enabled\"],\"resetColumns\":[64],\"searchClear\":[64]}]]],[\"eco-docs-code.cjs\",[[1,\"eco-docs-code\",{\"codeTitle\":[1,\"code-title\"],\"code\":[1],\"showLines\":[4,\"show-lines\"],\"allowCopy\":[4,\"allow-copy\"],\"copyLabel\":[1025,\"copy-label\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdCode\":[1,\"qa-id-code\"],\"qaIdCopy\":[1,\"qa-id-copy\"],\"qaIdCopyLabel\":[1,\"qa-id-copy-label\"],\"qaIdCodeTitle\":[1,\"qa-id-code-title\"],\"qaIdLineNumbers\":[1,\"qa-id-line-numbers\"],\"hasCopied\":[32],\"copyIcon\":[32]}]]],[\"eco-modal.cjs\",[[6,\"eco-modal\",{\"modaltitle\":[1],\"visible\":[1028],\"fill\":[4],\"showBody\":[4,\"show-body\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdModal\":[1,\"qa-id-modal\"],\"qaIdTitle\":[1,\"qa-id-title\"],\"qaIdClose\":[1,\"qa-id-close\"],\"qaIdCancel\":[1,\"qa-id-cancel\"],\"handleClose\":[64],\"handleTrigger\":[64]}]]],[\"eco-filter-list.cjs\",[[1,\"eco-filter-list\",{\"label\":[1],\"help\":[1],\"placeholder\":[1],\"hideInputIfLessThan\":[2,\"hide-input-if-less-than\"],\"noResultsText\":[1,\"no-results-text\"],\"inputId\":[1,\"input-id\"],\"maxBlockSize\":[1,\"max-block-size\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdNoResultsText\":[1,\"qa-id-no-results-text\"],\"noResults\":[32],\"showInput\":[32],\"filterSlot\":[64],\"filterClear\":[64]}]]],[\"eco-input-range.cjs\",[[2,\"eco-input-range\",{\"value\":[1026],\"inputId\":[1025,\"input-id\"],\"min\":[2],\"step\":[2],\"max\":[2],\"rangeFlow\":[1,\"range-flow\"],\"inputFlow\":[1,\"input-flow\"],\"thumbSize\":[1,\"thumb-size\"],\"showInput\":[4,\"show-input\"],\"showOutput\":[4,\"show-output\"],\"showError\":[1028,\"show-error\"],\"showStepMismatchError\":[1028,\"show-step-mismatch-error\"],\"valuePrefix\":[1,\"value-prefix\"],\"valueSuffix\":[1,\"value-suffix\"],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"label\":[1],\"disabled\":[4],\"readonly\":[4],\"required\":[4],\"optional\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdRange\":[1,\"qa-id-range\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdOutput\":[1,\"qa-id-output\"],\"qaIdMessagebox\":[1,\"qa-id-messagebox\"]},null,{\"value\":[\"valueChanged\"]}]]],[\"eco-radios.cjs\",[[1,\"eco-radios\",{\"searchable\":[4],\"searchPlaceholder\":[1,\"search-placeholder\"],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"name\":[1],\"label\":[1],\"noResults\":[1028,\"no-results\"],\"noResultsText\":[1,\"no-results-text\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdNoResultsText\":[1,\"qa-id-no-results-text\"],\"radioData\":[16],\"value\":[1032],\"maxBlockSize\":[1,\"max-block-size\"],\"searchClear\":[64]},[[4,\"keydown\",\"onKeydown\"]],{\"value\":[\"valueChanged\"]}]]],[\"eco-input-datalist.cjs\",[[6,\"eco-input-datalist\",{\"disabled\":[4],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"inputId\":[1,\"input-id\"],\"listId\":[1,\"list-id\"],\"label\":[1],\"optional\":[1],\"qaIdDataList\":[1,\"qa-id-data-list\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdNotListedMessage\":[1,\"qa-id-not-listed-message\"],\"readonly\":[4],\"required\":[4],\"value\":[1025],\"placeholder\":[1],\"notListedMessage\":[1,\"not-listed-message\"],\"notListedOption\":[32],\"optionsList\":[32]}]]],[\"eco-input-tags.cjs\",[[1,\"eco-input-tags\",{\"label\":[1],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"optional\":[1],\"inputId\":[1025,\"input-id\"],\"value\":[1040],\"options\":[16],\"required\":[4],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdValues\":[1,\"qa-id-values\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdOptions\":[1,\"qa-id-options\"],\"currentInput\":[32],\"setOptions\":[64]},[[0,\"focusout\",\"handleFocusOut\"],[0,\"tagRemoved\",\"removeTagHandler\"],[0,\"tagAdded\",\"addTagHandler\"]]]]],[\"eco-input-time.cjs\",[[2,\"eco-input-time\",{\"disabled\":[4],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"label\":[1],\"optional\":[1],\"qaIdDays\":[1,\"qa-id-days\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdHours\":[1,\"qa-id-hours\"],\"qaIdInputs\":[1,\"qa-id-inputs\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdMinutes\":[1,\"qa-id-minutes\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdSeconds\":[1,\"qa-id-seconds\"],\"qaIdWeeks\":[1,\"qa-id-weeks\"],\"readonly\":[4],\"required\":[4],\"value\":[1025],\"weeks\":[4],\"weeksMax\":[2,\"weeks-max\"],\"weeksMin\":[2,\"weeks-min\"],\"weeksValue\":[1026,\"weeks-value\"],\"days\":[4],\"daysMax\":[2,\"days-max\"],\"daysMin\":[2,\"days-min\"],\"daysValue\":[1026,\"days-value\"],\"hours\":[4],\"hoursMax\":[2,\"hours-max\"],\"hoursMin\":[2,\"hours-min\"],\"hoursValue\":[1026,\"hours-value\"],\"minutes\":[4],\"minutesMax\":[2,\"minutes-max\"],\"minutesMin\":[2,\"minutes-min\"],\"minutesValue\":[1026,\"minutes-value\"],\"seconds\":[4],\"secondsMax\":[2,\"seconds-max\"],\"secondsMin\":[2,\"seconds-min\"],\"secondsValue\":[1026,\"seconds-value\"]}]]],[\"eco-layout-nav.cjs\",[[6,\"eco-layout-nav\",{\"logoTitle\":[1,\"logo-title\"],\"homeLink\":[1,\"home-link\"],\"appName\":[1,\"app-name\"],\"accountName\":[1,\"account-name\"],\"allowHiding\":[4,\"allow-hiding\"],\"hideNav\":[4,\"hide-nav\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLogo\":[1,\"qa-id-logo\"],\"qaIdAppName\":[1,\"qa-id-app-name\"],\"qaIdNav\":[1,\"qa-id-nav\"],\"accentHue\":[2,\"accent-hue\"],\"accentSaturation\":[2,\"accent-saturation\"],\"accentLightness\":[2,\"accent-lightness\"],\"accentAlpha\":[2,\"accent-alpha\"],\"followActive\":[64],\"navHide\":[64],\"navShow\":[64],\"navToggle\":[64]}]]],[\"eco-tetrigs.cjs\",[[1,\"eco-tetrigs\",{\"board\":[32],\"score\":[32],\"currentPiece\":[32],\"nextPiece\":[32],\"isGameOver\":[32]}]]],[\"eco-input-file.cjs\",[[2,\"eco-input-file\",{\"accept\":[1],\"disabled\":[4],\"files\":[16],\"help\":[1],\"inputId\":[1,\"input-id\"],\"label\":[1],\"optional\":[1],\"qaIdButton\":[1,\"qa-id-button\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdFilename\":[1,\"qa-id-filename\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"readonly\":[4],\"required\":[4],\"status\":[1],\"text\":[1],\"value\":[1],\"width\":[1],\"reset\":[64]}]]],[\"eco-input-phone.cjs\",[[1,\"eco-input-phone\",{\"disabled\":[4],\"help\":[1],\"label\":[1],\"name\":[1],\"optional\":[1],\"pattern\":[1],\"placeholder\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"readonly\":[4],\"required\":[4],\"status\":[1],\"width\":[1],\"inputId\":[1025,\"input-id\"],\"value\":[1025],\"hasFocus\":[32],\"setFocus\":[64],\"getInputElement\":[64]}]]],[\"eco-select.cjs\",[[6,\"eco-select\",{\"value\":[1025],\"label\":[1],\"help\":[1],\"name\":[1],\"optional\":[1],\"status\":[1],\"width\":[1],\"disabled\":[4],\"required\":[4],\"multiple\":[4],\"inputId\":[1025,\"input-id\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdSelect\":[1,\"qa-id-select\"]}]]],[\"eco-stacked-bar.cjs\",[[1,\"eco-stacked-bar\",{\"label\":[1],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"showLegend\":[4,\"show-legend\"],\"showPercent\":[4,\"show-percent\"],\"showCount\":[4,\"show-count\"],\"gap\":[1],\"barThickness\":[1,\"bar-thickness\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdBar\":[1,\"qa-id-bar\"],\"qaIdLegend\":[1,\"qa-id-legend\"],\"qaIdPercent\":[1,\"qa-id-percent\"],\"qaIdCount\":[1,\"qa-id-count\"],\"data\":[16]}]]],[\"eco-docs-responses.cjs\",[[1,\"eco-docs-responses\",{\"responsesTitle\":[1,\"responses-title\"],\"responses\":[16],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdResponsesTitle\":[1,\"qa-id-responses-title\"]}]]],[\"eco-qr-scanner.cjs\",[[1,\"eco-qr-scanner\",{\"label\":[1],\"icon\":[1],\"type\":[1],\"styletype\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"value\":[32],\"scanningInProgress\":[32],\"start\":[64],\"reset\":[64]}]]],[\"eco-lightbox.cjs\",[[1,\"eco-lightbox\",{\"visible\":[1028],\"loaded\":[4],\"disabled\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"handleTrigger\":[64]}]]],[\"eco-split-button.cjs\",[[1,\"eco-split-button\",{\"showOptions\":[32],\"toggleIconSize\":[32],\"toggleIcon\":[32],\"open\":[64],\"close\":[64]}]]],[\"eco-split-option.cjs\",[[1,\"eco-split-option\",{\"disabled\":[4],\"icon\":[1],\"isBusy\":[4,\"is-busy\"],\"label\":[1],\"size\":[1],\"styletype\":[1],\"type\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"focusButton\":[64]}]]],[\"eco-slide-over.cjs\",[[1,\"eco-slide-over\",{\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdClose\":[1,\"qa-id-close\"],\"visible\":[1028],\"handleClose\":[64],\"handleTrigger\":[64]}]]],[\"eco-accordion-item.cjs\",[[1,\"eco-accordion-item\",{\"align\":[1025],\"clickAnywhere\":[4,\"click-anywhere\"],\"sticky\":[4],\"collapsable\":[4],\"collapsed\":[1028],\"disabled\":[1028],\"qaIdContent\":[1,\"qa-id-content\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHeader\":[1,\"qa-id-header\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"qaIdToggle\":[1,\"qa-id-toggle\"],\"disable\":[64]}]]],[\"eco-ani-add-gtl-orientation.cjs\",[[2,\"eco-ani-add-gtl-orientation\",{\"location\":[1]}]]],[\"eco-badge.cjs\",[[1,\"eco-badge\",{\"type\":[1],\"icon\":[1],\"dot\":[4],\"label\":[1],\"rotateIcon\":[4,\"rotate-icon\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"qaIdDot\":[1,\"qa-id-dot\"]}]]],[\"eco-chart-sparkline.cjs\",[[1,\"eco-chart-sparkline\",{\"label\":[1],\"showCount\":[4,\"show-count\"],\"data\":[16],\"lineColour\":[1,\"line-colour\"],\"strokeWidth\":[2,\"stroke-width\"],\"fillColour\":[1,\"fill-colour\"],\"fillOpacity\":[1,\"fill-opacity\"],\"yAxisMax\":[2,\"y-axis-max\"],\"flow\":[1],\"lineXPos\":[32],\"count\":[32]}]]],[\"eco-input-radio.cjs\",[[1,\"eco-input-radio\",{\"value\":[1032],\"disabled\":[4],\"label\":[1],\"name\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"checked\":[32],\"buttonTabindex\":[32],\"setButtonTabindex\":[64]}]]],[\"eco-layout-aside.cjs\",[[6,\"eco-layout-aside\",{\"collapsable\":[4],\"collapsed\":[1028],\"localStorageName\":[1,\"local-storage-name\"],\"sticky\":[4],\"stickyOffset\":[1,\"sticky-offset\"],\"asideMaxBlockSize\":[1,\"aside-max-block-size\"],\"asidePosition\":[1,\"aside-position\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdAside\":[1,\"qa-id-aside\"],\"qaIdAsideContent\":[1,\"qa-id-aside-content\"],\"qaIdToggle\":[1,\"qa-id-toggle\"],\"qaIdContent\":[1,\"qa-id-content\"],\"handleCollapse\":[64]}]]],[\"eco-layout-blocks.cjs\",[[1,\"eco-layout-blocks\",{\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdContent\":[1,\"qa-id-content\"]}]]],[\"eco-layout-filter.cjs\",[[6,\"eco-layout-filter\",{\"collapsable\":[4],\"collapsed\":[1028],\"filtersApplied\":[4,\"filters-applied\"],\"localStorageName\":[1,\"local-storage-name\"],\"sticky\":[4],\"stickyOffset\":[1,\"sticky-offset\"],\"filterMaxBlockSize\":[1,\"filter-max-block-size\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdFilter\":[1,\"qa-id-filter\"],\"qaIdToggle\":[1,\"qa-id-toggle\"],\"qaIdContent\":[1,\"qa-id-content\"],\"handleCollapse\":[64]}]]],[\"eco-layout-header.cjs\",[[1,\"eco-layout-header\",{\"level\":[2],\"displayAs\":[2,\"display-as\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdActionsBefore\":[1,\"qa-id-actions-before\"],\"qaIdActionsAfter\":[1,\"qa-id-actions-after\"],\"qaIdHeadingElement\":[1,\"qa-id-heading-element\"],\"qaIdHeading\":[1,\"qa-id-heading\"]}]]],[\"eco-nav-link.cjs\",[[1,\"eco-nav-link\",{\"href\":[1],\"label\":[1],\"target\":[1],\"rel\":[1],\"active\":[4],\"icon\":[1],\"iconsize\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"]},[[0,\"keydown\",\"handleKeyDown\"]]]]],[\"eco-status-icon.cjs\",[[2,\"eco-status-icon\",{\"icon\":[1],\"type\":[1],\"iconsize\":[1],\"label\":[1],\"labelLocation\":[1,\"label-location\"],\"wrapLabel\":[4,\"wrap-label\"],\"width\":[2],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"qaIdLabel\":[1,\"qa-id-label\"]}]]],[\"eco-subnav-item.cjs\",[[1,\"eco-subnav-item\",{\"disabled\":[4],\"href\":[1],\"target\":[1],\"label\":[1],\"icon\":[1],\"iconPosition\":[1,\"icon-position\"],\"iconSize\":[1,\"icon-size\"],\"active\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"]}]]],[\"eco-text-clamp.cjs\",[[1,\"eco-text-clamp\",{\"linesToShow\":[2,\"lines-to-show\"],\"suppressExpand\":[4,\"suppress-expand\"]}]]],[\"eco-user-badge.cjs\",[[1,\"eco-user-badge\",{\"userId\":[1,\"user-id\"],\"userName\":[1,\"user-name\"],\"initials\":[4],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-accordion.cjs\",[[1,\"eco-accordion\",{\"qaIdElement\":[1,\"qa-id-element\"],\"align\":[1],\"clickAnywhere\":[4,\"click-anywhere\"],\"sticky\":[4]}]]],[\"eco-fieldset.cjs\",[[1,\"eco-fieldset\",{\"legend\":[1],\"disabled\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLegend\":[1,\"qa-id-legend\"]},null,{\"disabled\":[\"onDisabledChange\"]}]]],[\"eco-generated-pattern-dots.cjs\",[[1,\"eco-generated-pattern-dots\",{\"text\":[1],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-generated-pattern-stripes.cjs\",[[1,\"eco-generated-pattern-stripes\",{\"text\":[1],\"stripeWidth\":[2,\"stripe-width\"],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-layout-body.cjs\",[[6,\"eco-layout-body\",{\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdMain\":[1,\"qa-id-main\"]}]]],[\"eco-level.cjs\",[[0,\"eco-level\",{\"tooltip\":[1],\"steps\":[2],\"amount\":[2],\"emptyLabel\":[1,\"empty-label\"],\"overfullLabel\":[1,\"overfull-label\"],\"showAmount\":[4,\"show-amount\"],\"approximate\":[4],\"levelGap\":[4,\"level-gap\"],\"type\":[1],\"elementFlow\":[1,\"element-flow\"],\"levelFlow\":[1,\"level-flow\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdAmount\":[1,\"qa-id-amount\"],\"renderAmount\":[4,\"render-amount\"]}]]],[\"eco-logo.cjs\",[[1,\"eco-logo\",{\"colour\":[1]}]]],[\"eco-nav-flyout.cjs\",[[1,\"eco-nav-flyout\",{\"qaIdElement\":[1,\"qa-id-element\"],\"visible\":[1028],\"handleClose\":[64],\"handleTrigger\":[64]},[[8,\"click\",\"handleClick\"],[8,\"keyup\",\"handleKeyup\"]]]]],[\"eco-progress.cjs\",[[2,\"eco-progress\",{\"variant\":[1],\"type\":[1],\"width\":[1],\"improving\":[4],\"max\":[2],\"value\":[2],\"roundTo\":[2,\"round-to\"],\"showPercentage\":[4,\"show-percentage\"],\"of\":[4],\"ofString\":[1,\"of-string\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdText\":[1,\"qa-id-text\"],\"qaIdProgress\":[1,\"qa-id-progress\"]}]]],[\"eco-segment.cjs\",[[1,\"eco-segment\",{\"value\":[1032],\"disabled\":[4],\"name\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"checked\":[32],\"buttonTabindex\":[32],\"setButtonTabindex\":[64]}]]],[\"eco-segments.cjs\",[[1,\"eco-segments\",{\"qaIdElement\":[1,\"qa-id-element\"],\"value\":[1032]},[[4,\"keydown\",\"onKeydown\"]]]]],[\"eco-subnav.cjs\",[[1,\"eco-subnav\",{\"flow\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"followActive\":[64]}]]],[\"eco-tab.cjs\",[[1,\"eco-tab\",{\"bind\":[1],\"active\":[4],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-tab-content.cjs\",[[1,\"eco-tab-content\",{\"bind\":[1],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-tabs.cjs\",[[1,\"eco-tabs\",{\"tabLocation\":[1,\"tab-location\"],\"alignTabs\":[1,\"align-tabs\"],\"wrap\":[4],\"sticky\":[4],\"stickyOffset\":[1,\"sticky-offset\"],\"changeUrl\":[1,\"change-url\"],\"urlSearchQuery\":[1,\"url-search-query\"],\"autoPlay\":[4,\"auto-play\"],\"autoPlaySpeed\":[2,\"auto-play-speed\"],\"qaIdElement\":[1,\"qa-id-element\"],\"setActiveTab\":[64]},[[0,\"click\",\"handleClick\"],[0,\"keyup\",\"handleKeyup\"]]]]],[\"eco-checkboxes.cjs\",[[1,\"eco-checkboxes\",{\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"label\":[1],\"noResults\":[1028,\"no-results\"],\"noResultsText\":[1,\"no-results-text\"],\"searchable\":[4],\"searchPlaceholder\":[1,\"search-placeholder\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdNoResultsText\":[1,\"qa-id-no-results-text\"],\"checkAll\":[4,\"check-all\"],\"allowCheckAll\":[4,\"allow-check-all\"],\"maxBlockSize\":[1,\"max-block-size\"],\"searchClear\":[64]},[[0,\"ecoChange\",\"handleEcoChange\"]]]]],[\"eco-input-tag.cjs\",[[1,\"eco-input-tag\",{\"label\":[1],\"action\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"addTag\":[64],\"removeTag\":[64]}]]],[\"eco-popover.cjs\",[[1,\"eco-popover\",{\"showOn\":[1,\"show-on\"],\"popoverFlow\":[1,\"popover-flow\"],\"popoverAlignment\":[1,\"popover-alignment\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdPopover\":[1,\"qa-id-popover\"],\"visible\":[32],\"open\":[64],\"close\":[64],\"handleMouseEnter\":[64],\"handleFocusIn\":[64],\"handleFocusOut\":[64],\"handleMouseLeave\":[64],\"handleClickOnElement\":[64]}]]],[\"eco-split-options.cjs\",[[1,\"eco-split-options\"]]],[\"eco-toast_2.cjs\",[[1,\"eco-toast\",{\"type\":[1],\"icon\":[1],\"autoDismiss\":[4,\"auto-dismiss\"],\"dismissAfter\":[2,\"dismiss-after\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdContent\":[1,\"qa-id-content\"],\"qaIdClose\":[1,\"qa-id-close\"],\"qaIdTimer\":[1,\"qa-id-timer\"]}],[1,\"eco-toast-rack\",{\"qaIdElement\":[1,\"qa-id-element\"],\"stack\":[4]},[[0,\"present\",\"toastPresent\"],[0,\"dismiss\",\"toastDismiss\"]]]]],[\"eco-input-textarea.cjs\",[[2,\"eco-input-textarea\",{\"disabled\":[4],\"height\":[1],\"help\":[1],\"label\":[1],\"maxLength\":[2,\"max-length\"],\"minLength\":[2,\"min-length\"],\"name\":[1],\"optional\":[1],\"placeholder\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"readonly\":[4],\"required\":[4],\"resize\":[4],\"status\":[1],\"width\":[1],\"inputId\":[1025,\"input-id\"],\"value\":[1025]}]]],[\"eco-input-checkbox.cjs\",[[1,\"eco-input-checkbox\",{\"label\":[1],\"checked\":[1028],\"indeterminate\":[1028],\"disabled\":[4],\"inputId\":[1025,\"input-id\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"name\":[1],\"value\":[1],\"labelPosition\":[1,\"label-position\"],\"showAsToggle\":[4,\"show-as-toggle\"],\"setChecked\":[64]}]]],[\"eco-igs-logo_2.cjs\",[[1,\"eco-nav-action\",{\"notice\":[1028],\"icon\":[1],\"iconsize\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"isNoticed\":[32],\"noticeStart\":[64],\"noticeStop\":[64]}],[1,\"eco-igs-logo\",{\"theme\":[1],\"colour\":[1]}]]],[\"eco-description-group_2.cjs\",[[1,\"eco-description-group\",{\"vertical\":[4],\"flow\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"colWidth\":[1,\"col-width\"],\"termWidth\":[1,\"term-width\"],\"gap\":[1],\"inverted\":[4]}],[1,\"eco-docs-parameter\",{\"name\":[1],\"required\":[4],\"schemaType\":[1,\"schema-type\"],\"in\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdName\":[1,\"qa-id-name\"],\"qaIdRequired\":[1,\"qa-id-required\"],\"qaIdSchemaType\":[1,\"qa-id-schema-type\"],\"qaIdIn\":[1,\"qa-id-in\"]}]]],[\"eco-description.cjs\",[[1,\"eco-description\",{\"term\":[1],\"description\":[8],\"flow\":[1025],\"inverted\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdTerm\":[1,\"qa-id-term\"],\"qaIdDesc\":[1,\"qa-id-desc\"]}]]],[\"eco-popover-content.cjs\",[[1,\"eco-popover-content\",{\"popoverFlow\":[1,\"popover-flow\"],\"popoverAlignment\":[1,\"popover-alignment\"],\"qaIdPopover\":[1,\"qa-id-popover\"]}]]],[\"eco-icon_9.cjs\",[[2,\"eco-input-date\",{\"label\":[1],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"optional\":[1],\"readonly\":[4],\"required\":[4],\"disabled\":[4],\"status\":[1025],\"withTime\":[4,\"with-time\"],\"daysPast\":[2,\"days-past\"],\"daysFuture\":[2,\"days-future\"],\"dayMin\":[2,\"day-min\"],\"dayMax\":[2,\"day-max\"],\"monthMin\":[2,\"month-min\"],\"monthMax\":[2,\"month-max\"],\"yearMin\":[2,\"year-min\"],\"yearMax\":[2,\"year-max\"],\"minuteMin\":[2,\"minute-min\"],\"minuteMax\":[2,\"minute-max\"],\"hourMin\":[2,\"hour-min\"],\"hourMax\":[2,\"hour-max\"],\"qaIdInputs\":[1,\"qa-id-inputs\"],\"qaIdDd\":[1,\"qa-id-dd\"],\"qaIdMm\":[1,\"qa-id-mm\"],\"qaIdYyyy\":[1,\"qa-id-yyyy\"],\"qaIdMinute\":[1,\"qa-id-minute\"],\"qaIdHour\":[1,\"qa-id-hour\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdMessagebox\":[1,\"qa-id-messagebox\"],\"value\":[1025],\"dateExists\":[32],\"inputsEmpty\":[32],\"sinceDate\":[32],\"sinceDateError\":[32],\"untilDate\":[32],\"untilDateError\":[32],\"validateDate\":[64],\"getDate\":[64],\"setDate\":[64]}],[2,\"eco-input-number\",{\"clearInput\":[4,\"clear-input\"],\"clearOnEdit\":[4,\"clear-on-edit\"],\"disabled\":[4],\"help\":[1],\"label\":[1],\"max\":[2],\"min\":[2],\"name\":[1],\"optional\":[1],\"pattern\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"readonly\":[4],\"required\":[4],\"status\":[1],\"step\":[2],\"width\":[1],\"inputId\":[1025,\"input-id\"],\"valid\":[1028],\"value\":[1026],\"hasFocus\":[32],\"setFocus\":[64],\"getInputElement\":[64]}],[6,\"eco-messagebox\",{\"type\":[1],\"icon\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"]}],[1,\"eco-text-input-optional\",{\"qaIdElement\":[1,\"qa-id-element\"]}],[1,\"eco-text-input-help\",{\"status\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"]}],[6,\"eco-input-wrapper\",{\"width\":[1],\"status\":[1],\"qaIdElement\":[1,\"qa-id-element\"]}],[1,\"eco-text-label\",{\"for\":[1],\"wrap\":[4],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdElement\":[1,\"qa-id-element\"]}],[1,\"eco-spacer\",{\"gap\":[1],\"flow\":[1],\"wrap\":[4],\"qaIdElement\":[1,\"qa-id-element\"]}],[1,\"eco-icon\",{\"icon\":[1],\"icontype\":[1],\"iconsize\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"rotate\":[4]}]]],[\"eco-backdrop_3.cjs\",[[2,\"eco-button\",{\"disabled\":[4],\"href\":[1],\"target\":[1],\"icon\":[1],\"isBusy\":[4,\"is-busy\"],\"label\":[1],\"link\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"size\":[1],\"styletype\":[1],\"type\":[1],\"iconsize\":[1025],\"toggleLabel\":[4,\"toggle-label\"],\"iconPosition\":[1,\"icon-position\"]},[[0,\"keydown\",\"handleKeyDown\"]]],[2,\"eco-spinner\",{\"text\":[1],\"fullscreen\":[4],\"size\":[1],\"theme\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdText\":[1,\"qa-id-text\"]}],[1,\"eco-backdrop\",{\"visible\":[1028],\"showBackdrop\":[64],\"hideBackdrop\":[64]}]]],[\"eco-chat-author_3.cjs\",[[1,\"eco-chat-bubble\",{\"message\":[1],\"authorIsUser\":[4,\"author-is-user\"],\"canDelete\":[4,\"can-delete\"],\"canEdit\":[4,\"can-edit\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdActionCancel\":[1,\"qa-id-action-cancel\"],\"qaIdActionDelete\":[1,\"qa-id-action-delete\"],\"qaIdActionDeleteConfirm\":[1,\"qa-id-action-delete-confirm\"],\"qaIdActionEdit\":[1,\"qa-id-action-edit\"],\"qaIdActionEditConfirm\":[1,\"qa-id-action-edit-confirm\"],\"isUpdating\":[32],\"isEditing\":[32],\"isDeleting\":[32],\"updatedMessage\":[32]},[[0,\"ecoChange\",\"updateMessage\"]],{\"message\":[\"valueChanged\"]}],[1,\"eco-chat-author\",{\"author\":[1],\"qaIdElement\":[1,\"qa-id-element\"]}],[1,\"eco-chat-timestamp\",{\"timestamp\":[1],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-text-heading.cjs\",[[6,\"eco-text-heading\",{\"level\":[2],\"displayAs\":[1026,\"display-as\"],\"headingId\":[1,\"heading-id\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHeading\":[1,\"qa-id-heading\"]}]]],[\"eco-input-text.cjs\",[[2,\"eco-input-text\",{\"clearInput\":[4,\"clear-input\"],\"clearOnEdit\":[4,\"clear-on-edit\"],\"disabled\":[4],\"help\":[1],\"hidden\":[4],\"label\":[1],\"name\":[1],\"maxLength\":[2,\"max-length\"],\"minLength\":[2,\"min-length\"],\"optional\":[1],\"placeholder\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"readonly\":[4],\"required\":[4],\"status\":[1],\"type\":[1],\"width\":[1],\"inputId\":[1025,\"input-id\"],\"value\":[1025],\"hasFocus\":[32],\"setFocus\":[64],\"getInputElement\":[64]}]]],[\"eco-card_4.cjs\",[[1,\"eco-card\",{\"border\":[1],\"collapsable\":[4],\"collapsed\":[1028],\"elevation\":[1],\"showBody\":[4,\"show-body\"],\"qaIdBody\":[1,\"qa-id-body\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdExpand\":[1,\"qa-id-expand\"],\"qaIdFooter\":[1,\"qa-id-footer\"],\"qaIdHeader\":[1,\"qa-id-header\"],\"qaIdToggle\":[1,\"qa-id-toggle\"],\"sticky\":[4],\"stickyOffset\":[1,\"sticky-offset\"]}],[1,\"eco-card-body\"],[1,\"eco-card-footer\"],[1,\"eco-card-header\"]]]]"), options);
return index.bootstrapLazy(JSON.parse("[[\"eco-multi-select.cjs\",[[1,\"eco-multi-select\",{\"value\":[1040],\"label\":[1],\"help\":[1],\"name\":[1],\"optional\":[1],\"placeholder\":[1],\"maxBlockSize\":[1,\"max-block-size\"],\"status\":[1],\"disabled\":[4],\"required\":[4],\"inputId\":[1025,\"input-id\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"setFocus\":[64]}]]],[\"eco-chat-message.cjs\",[[1,\"eco-chat-message\",{\"timestamp\":[1],\"author\":[1],\"message\":[1],\"authorIsUser\":[4,\"author-is-user\"],\"canDelete\":[4,\"can-delete\"],\"canEdit\":[4,\"can-edit\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdTimestamp\":[1,\"qa-id-timestamp\"],\"qaIdAuthor\":[1,\"qa-id-author\"],\"qaIdMessage\":[1,\"qa-id-message\"],\"qaIdActionCancel\":[1,\"qa-id-action-cancel\"],\"qaIdActionDelete\":[1,\"qa-id-action-delete\"],\"qaIdActionDeleteConfirm\":[1,\"qa-id-action-delete-confirm\"],\"qaIdActionEdit\":[1,\"qa-id-action-edit\"],\"qaIdActionEditConfirm\":[1,\"qa-id-action-edit-confirm\"],\"updatedMessage\":[32]},[[0,\"messageEdited\",\"onEdited\"],[0,\"messageDeleted\",\"onDeleted\"]]]]],[\"eco-input-filter.cjs\",[[2,\"eco-input-filter\",{\"label\":[1],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"placeholder\":[1],\"optional\":[1],\"inputId\":[1025,\"input-id\"],\"required\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdNoResultsText\":[1,\"qa-id-no-results-text\"],\"resetFilter\":[64]}]]],[\"eco-table.cjs\",[[4,\"eco-table\",{\"responsive\":[4],\"resizable\":[4],\"equalcolumns\":[4],\"containsDocs\":[4,\"contains-docs\"],\"stickyOffset\":[1,\"sticky-offset\"],\"stickyTableHeight\":[1,\"sticky-table-height\"],\"searchable\":[4],\"searchableNoResults\":[1028,\"searchable-no-results\"],\"searchableNoResultsText\":[1,\"searchable-no-results-text\"],\"searchableLabel\":[1,\"searchable-label\"],\"searchableHelp\":[1,\"searchable-help\"],\"searchablePlaceholder\":[1,\"searchable-placeholder\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdResetButton\":[1,\"qa-id-reset-button\"],\"qaIdActions\":[1,\"qa-id-actions\"],\"qaIdTable\":[1,\"qa-id-table\"],\"qaIdSearchableElement\":[1,\"qa-id-searchable-element\"],\"qaIdSearchableInput\":[1,\"qa-id-searchable-input\"],\"qaIdSearchableLabel\":[1,\"qa-id-searchable-label\"],\"qaIdSearchableHelp\":[1,\"qa-id-searchable-help\"],\"qaIdNoResultsText\":[1,\"qa-id-no-results-text\"],\"customSortEnabled\":[4,\"custom-sort-enabled\"],\"resetColumns\":[64],\"searchClear\":[64]}]]],[\"eco-docs-code.cjs\",[[1,\"eco-docs-code\",{\"codeTitle\":[1,\"code-title\"],\"code\":[1],\"showLines\":[4,\"show-lines\"],\"allowCopy\":[4,\"allow-copy\"],\"copyLabel\":[1025,\"copy-label\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdCode\":[1,\"qa-id-code\"],\"qaIdCopy\":[1,\"qa-id-copy\"],\"qaIdCopyLabel\":[1,\"qa-id-copy-label\"],\"qaIdCodeTitle\":[1,\"qa-id-code-title\"],\"qaIdLineNumbers\":[1,\"qa-id-line-numbers\"],\"hasCopied\":[32],\"copyIcon\":[32]}]]],[\"eco-modal.cjs\",[[6,\"eco-modal\",{\"modaltitle\":[1],\"visible\":[1028],\"fill\":[4],\"showBody\":[4,\"show-body\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdModal\":[1,\"qa-id-modal\"],\"qaIdTitle\":[1,\"qa-id-title\"],\"qaIdClose\":[1,\"qa-id-close\"],\"qaIdCancel\":[1,\"qa-id-cancel\"],\"handleClose\":[64],\"handleTrigger\":[64]}]]],[\"eco-filter-list.cjs\",[[1,\"eco-filter-list\",{\"label\":[1],\"help\":[1],\"placeholder\":[1],\"hideInputIfLessThan\":[2,\"hide-input-if-less-than\"],\"noResultsText\":[1,\"no-results-text\"],\"inputId\":[1,\"input-id\"],\"maxBlockSize\":[1,\"max-block-size\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdNoResultsText\":[1,\"qa-id-no-results-text\"],\"noResults\":[32],\"showInput\":[32],\"filterSlot\":[64],\"filterClear\":[64]}]]],[\"eco-input-range.cjs\",[[2,\"eco-input-range\",{\"value\":[1026],\"inputId\":[1025,\"input-id\"],\"min\":[2],\"step\":[2],\"max\":[2],\"rangeFlow\":[1,\"range-flow\"],\"inputFlow\":[1,\"input-flow\"],\"thumbSize\":[1,\"thumb-size\"],\"showInput\":[4,\"show-input\"],\"showOutput\":[4,\"show-output\"],\"showError\":[1028,\"show-error\"],\"showStepMismatchError\":[1028,\"show-step-mismatch-error\"],\"valuePrefix\":[1,\"value-prefix\"],\"valueSuffix\":[1,\"value-suffix\"],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"label\":[1],\"disabled\":[4],\"readonly\":[4],\"required\":[4],\"optional\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdRange\":[1,\"qa-id-range\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdOutput\":[1,\"qa-id-output\"],\"qaIdMessagebox\":[1,\"qa-id-messagebox\"]},null,{\"value\":[\"valueChanged\"]}]]],[\"eco-radios.cjs\",[[1,\"eco-radios\",{\"searchable\":[4],\"searchPlaceholder\":[1,\"search-placeholder\"],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"name\":[1],\"label\":[1],\"noResults\":[1028,\"no-results\"],\"noResultsText\":[1,\"no-results-text\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdNoResultsText\":[1,\"qa-id-no-results-text\"],\"radioData\":[16],\"value\":[1032],\"maxBlockSize\":[1,\"max-block-size\"],\"searchClear\":[64]},[[4,\"keydown\",\"onKeydown\"]],{\"value\":[\"valueChanged\"]}]]],[\"eco-input-datalist.cjs\",[[6,\"eco-input-datalist\",{\"disabled\":[4],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"inputId\":[1,\"input-id\"],\"listId\":[1,\"list-id\"],\"label\":[1],\"optional\":[1],\"qaIdDataList\":[1,\"qa-id-data-list\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdNotListedMessage\":[1,\"qa-id-not-listed-message\"],\"readonly\":[4],\"required\":[4],\"value\":[1025],\"placeholder\":[1],\"notListedMessage\":[1,\"not-listed-message\"],\"notListedOption\":[32],\"optionsList\":[32]}]]],[\"eco-input-tags.cjs\",[[1,\"eco-input-tags\",{\"label\":[1],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"optional\":[1],\"inputId\":[1025,\"input-id\"],\"value\":[1040],\"options\":[16],\"required\":[4],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdValues\":[1,\"qa-id-values\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdOptions\":[1,\"qa-id-options\"],\"currentInput\":[32],\"setOptions\":[64]},[[0,\"focusout\",\"handleFocusOut\"],[0,\"tagRemoved\",\"removeTagHandler\"],[0,\"tagAdded\",\"addTagHandler\"]]]]],[\"eco-input-time.cjs\",[[2,\"eco-input-time\",{\"disabled\":[4],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"label\":[1],\"optional\":[1],\"qaIdDays\":[1,\"qa-id-days\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdHours\":[1,\"qa-id-hours\"],\"qaIdInputs\":[1,\"qa-id-inputs\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdMinutes\":[1,\"qa-id-minutes\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdSeconds\":[1,\"qa-id-seconds\"],\"qaIdWeeks\":[1,\"qa-id-weeks\"],\"readonly\":[4],\"required\":[4],\"value\":[1025],\"weeks\":[4],\"weeksMax\":[2,\"weeks-max\"],\"weeksMin\":[2,\"weeks-min\"],\"weeksValue\":[1026,\"weeks-value\"],\"days\":[4],\"daysMax\":[2,\"days-max\"],\"daysMin\":[2,\"days-min\"],\"daysValue\":[1026,\"days-value\"],\"hours\":[4],\"hoursMax\":[2,\"hours-max\"],\"hoursMin\":[2,\"hours-min\"],\"hoursValue\":[1026,\"hours-value\"],\"minutes\":[4],\"minutesMax\":[2,\"minutes-max\"],\"minutesMin\":[2,\"minutes-min\"],\"minutesValue\":[1026,\"minutes-value\"],\"seconds\":[4],\"secondsMax\":[2,\"seconds-max\"],\"secondsMin\":[2,\"seconds-min\"],\"secondsValue\":[1026,\"seconds-value\"]}]]],[\"eco-layout-nav.cjs\",[[6,\"eco-layout-nav\",{\"logoTitle\":[1,\"logo-title\"],\"homeLink\":[1,\"home-link\"],\"appName\":[1,\"app-name\"],\"accountName\":[1,\"account-name\"],\"allowHiding\":[4,\"allow-hiding\"],\"hideNav\":[4,\"hide-nav\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLogo\":[1,\"qa-id-logo\"],\"qaIdAppName\":[1,\"qa-id-app-name\"],\"qaIdNav\":[1,\"qa-id-nav\"],\"accentHue\":[2,\"accent-hue\"],\"accentSaturation\":[2,\"accent-saturation\"],\"accentLightness\":[2,\"accent-lightness\"],\"accentAlpha\":[2,\"accent-alpha\"],\"followActive\":[64],\"navHide\":[64],\"navShow\":[64],\"navToggle\":[64]}]]],[\"eco-tetrigs.cjs\",[[1,\"eco-tetrigs\",{\"board\":[32],\"score\":[32],\"currentPiece\":[32],\"nextPiece\":[32],\"isGameOver\":[32]}]]],[\"eco-input-file.cjs\",[[2,\"eco-input-file\",{\"accept\":[1],\"disabled\":[4],\"files\":[16],\"help\":[1],\"inputId\":[1,\"input-id\"],\"label\":[1],\"optional\":[1],\"qaIdButton\":[1,\"qa-id-button\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdFilename\":[1,\"qa-id-filename\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"readonly\":[4],\"required\":[4],\"status\":[1],\"text\":[1],\"value\":[1],\"width\":[1],\"reset\":[64]}]]],[\"eco-input-phone.cjs\",[[1,\"eco-input-phone\",{\"disabled\":[4],\"help\":[1],\"label\":[1],\"name\":[1],\"optional\":[1],\"pattern\":[1],\"placeholder\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"readonly\":[4],\"required\":[4],\"status\":[1],\"width\":[1],\"inputId\":[1025,\"input-id\"],\"value\":[1025],\"hasFocus\":[32],\"setFocus\":[64],\"getInputElement\":[64]}]]],[\"eco-select.cjs\",[[6,\"eco-select\",{\"value\":[1025],\"label\":[1],\"help\":[1],\"name\":[1],\"optional\":[1],\"status\":[1],\"width\":[1],\"disabled\":[4],\"required\":[4],\"multiple\":[4],\"inputId\":[1025,\"input-id\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdSelect\":[1,\"qa-id-select\"]}]]],[\"eco-stacked-bar.cjs\",[[1,\"eco-stacked-bar\",{\"label\":[1],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"showLegend\":[4,\"show-legend\"],\"showPercent\":[4,\"show-percent\"],\"showCount\":[4,\"show-count\"],\"gap\":[1],\"barThickness\":[1,\"bar-thickness\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdBar\":[1,\"qa-id-bar\"],\"qaIdLegend\":[1,\"qa-id-legend\"],\"qaIdPercent\":[1,\"qa-id-percent\"],\"qaIdCount\":[1,\"qa-id-count\"],\"data\":[16]}]]],[\"eco-docs-responses.cjs\",[[1,\"eco-docs-responses\",{\"responsesTitle\":[1,\"responses-title\"],\"responses\":[16],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdResponsesTitle\":[1,\"qa-id-responses-title\"]}]]],[\"eco-qr-scanner.cjs\",[[1,\"eco-qr-scanner\",{\"label\":[1],\"icon\":[1],\"type\":[1],\"styletype\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"value\":[32],\"scanningInProgress\":[32],\"start\":[64],\"reset\":[64]}]]],[\"eco-lightbox.cjs\",[[1,\"eco-lightbox\",{\"visible\":[1028],\"loaded\":[4],\"disabled\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"handleTrigger\":[64]}]]],[\"eco-split-button.cjs\",[[1,\"eco-split-button\",{\"showOptions\":[32],\"toggleIconSize\":[32],\"toggleIcon\":[32],\"open\":[64],\"close\":[64]}]]],[\"eco-split-option.cjs\",[[1,\"eco-split-option\",{\"disabled\":[4],\"icon\":[1],\"isBusy\":[4,\"is-busy\"],\"label\":[1],\"size\":[1],\"styletype\":[1],\"type\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"focusButton\":[64]}]]],[\"eco-slide-over.cjs\",[[1,\"eco-slide-over\",{\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdClose\":[1,\"qa-id-close\"],\"visible\":[1028],\"handleClose\":[64],\"handleTrigger\":[64]}]]],[\"eco-accordion-item.cjs\",[[1,\"eco-accordion-item\",{\"align\":[1025],\"clickAnywhere\":[4,\"click-anywhere\"],\"sticky\":[4],\"collapsible\":[4],\"collapsed\":[1028],\"disabled\":[1028],\"qaIdContent\":[1,\"qa-id-content\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHeader\":[1,\"qa-id-header\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"qaIdToggle\":[1,\"qa-id-toggle\"],\"disable\":[64]}]]],[\"eco-ani-add-gtl-orientation.cjs\",[[2,\"eco-ani-add-gtl-orientation\",{\"location\":[1]}]]],[\"eco-badge.cjs\",[[1,\"eco-badge\",{\"type\":[1],\"icon\":[1],\"dot\":[4],\"label\":[1],\"rotateIcon\":[4,\"rotate-icon\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"qaIdDot\":[1,\"qa-id-dot\"]}]]],[\"eco-chart-sparkline.cjs\",[[1,\"eco-chart-sparkline\",{\"label\":[1],\"showCount\":[4,\"show-count\"],\"data\":[16],\"lineColour\":[1,\"line-colour\"],\"strokeWidth\":[2,\"stroke-width\"],\"fillColour\":[1,\"fill-colour\"],\"fillOpacity\":[1,\"fill-opacity\"],\"yAxisMax\":[2,\"y-axis-max\"],\"flow\":[1],\"lineXPos\":[32],\"count\":[32]}]]],[\"eco-input-radio.cjs\",[[1,\"eco-input-radio\",{\"value\":[1032],\"disabled\":[4],\"label\":[1],\"name\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"checked\":[32],\"buttonTabindex\":[32],\"setButtonTabindex\":[64]}]]],[\"eco-layout-aside.cjs\",[[6,\"eco-layout-aside\",{\"collapsible\":[4],\"collapsed\":[1028],\"localStorageName\":[1,\"local-storage-name\"],\"sticky\":[4],\"stickyOffset\":[1,\"sticky-offset\"],\"asideMaxBlockSize\":[1,\"aside-max-block-size\"],\"asidePosition\":[1,\"aside-position\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdAside\":[1,\"qa-id-aside\"],\"qaIdAsideContent\":[1,\"qa-id-aside-content\"],\"qaIdToggle\":[1,\"qa-id-toggle\"],\"qaIdContent\":[1,\"qa-id-content\"],\"handleCollapse\":[64]}]]],[\"eco-layout-blocks.cjs\",[[1,\"eco-layout-blocks\",{\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdContent\":[1,\"qa-id-content\"]}]]],[\"eco-layout-filter.cjs\",[[6,\"eco-layout-filter\",{\"collapsible\":[4],\"collapsed\":[1028],\"filtersApplied\":[4,\"filters-applied\"],\"localStorageName\":[1,\"local-storage-name\"],\"sticky\":[4],\"stickyOffset\":[1,\"sticky-offset\"],\"filterMaxBlockSize\":[1,\"filter-max-block-size\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdFilter\":[1,\"qa-id-filter\"],\"qaIdToggle\":[1,\"qa-id-toggle\"],\"qaIdContent\":[1,\"qa-id-content\"],\"handleCollapse\":[64]}]]],[\"eco-layout-header.cjs\",[[1,\"eco-layout-header\",{\"level\":[2],\"displayAs\":[2,\"display-as\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdActionsBefore\":[1,\"qa-id-actions-before\"],\"qaIdActionsAfter\":[1,\"qa-id-actions-after\"],\"qaIdHeadingElement\":[1,\"qa-id-heading-element\"],\"qaIdHeading\":[1,\"qa-id-heading\"]}]]],[\"eco-nav-link.cjs\",[[1,\"eco-nav-link\",{\"href\":[1],\"label\":[1],\"target\":[1],\"rel\":[1],\"active\":[4],\"icon\":[1],\"iconsize\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"]},[[0,\"keydown\",\"handleKeyDown\"]]]]],[\"eco-status-icon.cjs\",[[2,\"eco-status-icon\",{\"icon\":[1],\"type\":[1],\"iconsize\":[1],\"label\":[1],\"labelLocation\":[1,\"label-location\"],\"wrapLabel\":[4,\"wrap-label\"],\"width\":[2],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"qaIdLabel\":[1,\"qa-id-label\"]}]]],[\"eco-subnav-item.cjs\",[[1,\"eco-subnav-item\",{\"disabled\":[4],\"href\":[1],\"target\":[1],\"label\":[1],\"icon\":[1],\"iconPosition\":[1,\"icon-position\"],\"iconSize\":[1,\"icon-size\"],\"active\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"]}]]],[\"eco-text-clamp.cjs\",[[1,\"eco-text-clamp\",{\"linesToShow\":[2,\"lines-to-show\"],\"suppressExpand\":[4,\"suppress-expand\"]}]]],[\"eco-user-badge.cjs\",[[1,\"eco-user-badge\",{\"userId\":[1,\"user-id\"],\"userName\":[1,\"user-name\"],\"initials\":[4],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-accordion.cjs\",[[1,\"eco-accordion\",{\"qaIdElement\":[1,\"qa-id-element\"],\"align\":[1],\"clickAnywhere\":[4,\"click-anywhere\"],\"sticky\":[4]}]]],[\"eco-fieldset.cjs\",[[1,\"eco-fieldset\",{\"legend\":[1],\"disabled\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLegend\":[1,\"qa-id-legend\"]},null,{\"disabled\":[\"onDisabledChange\"]}]]],[\"eco-generated-pattern-dots.cjs\",[[1,\"eco-generated-pattern-dots\",{\"text\":[1],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-generated-pattern-stripes.cjs\",[[1,\"eco-generated-pattern-stripes\",{\"text\":[1],\"stripeWidth\":[2,\"stripe-width\"],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-layout-body.cjs\",[[6,\"eco-layout-body\",{\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdMain\":[1,\"qa-id-main\"]}]]],[\"eco-level.cjs\",[[0,\"eco-level\",{\"tooltip\":[1],\"steps\":[2],\"amount\":[2],\"emptyLabel\":[1,\"empty-label\"],\"overfullLabel\":[1,\"overfull-label\"],\"showAmount\":[4,\"show-amount\"],\"approximate\":[4],\"levelGap\":[4,\"level-gap\"],\"type\":[1],\"elementFlow\":[1,\"element-flow\"],\"levelFlow\":[1,\"level-flow\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdAmount\":[1,\"qa-id-amount\"],\"renderAmount\":[4,\"render-amount\"]}]]],[\"eco-logo.cjs\",[[1,\"eco-logo\",{\"colour\":[1]}]]],[\"eco-nav-flyout.cjs\",[[1,\"eco-nav-flyout\",{\"qaIdElement\":[1,\"qa-id-element\"],\"visible\":[1028],\"handleClose\":[64],\"handleTrigger\":[64]},[[8,\"click\",\"handleClick\"],[8,\"keyup\",\"handleKeyup\"]]]]],[\"eco-progress.cjs\",[[2,\"eco-progress\",{\"variant\":[1],\"type\":[1],\"width\":[1],\"improving\":[4],\"max\":[2],\"value\":[2],\"roundTo\":[2,\"round-to\"],\"showPercentage\":[4,\"show-percentage\"],\"of\":[4],\"ofString\":[1,\"of-string\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdText\":[1,\"qa-id-text\"],\"qaIdProgress\":[1,\"qa-id-progress\"]}]]],[\"eco-segment.cjs\",[[1,\"eco-segment\",{\"value\":[1032],\"disabled\":[4],\"name\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"checked\":[32],\"buttonTabindex\":[32],\"setButtonTabindex\":[64]}]]],[\"eco-segments.cjs\",[[1,\"eco-segments\",{\"qaIdElement\":[1,\"qa-id-element\"],\"value\":[1032]},[[4,\"keydown\",\"onKeydown\"]]]]],[\"eco-subnav.cjs\",[[1,\"eco-subnav\",{\"flow\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"followActive\":[64]}]]],[\"eco-tab.cjs\",[[1,\"eco-tab\",{\"bind\":[1],\"active\":[4],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-tab-content.cjs\",[[1,\"eco-tab-content\",{\"bind\":[1],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-tabs.cjs\",[[1,\"eco-tabs\",{\"tabLocation\":[1,\"tab-location\"],\"alignTabs\":[1,\"align-tabs\"],\"wrap\":[4],\"sticky\":[4],\"stickyOffset\":[1,\"sticky-offset\"],\"changeUrl\":[1,\"change-url\"],\"urlSearchQuery\":[1,\"url-search-query\"],\"autoPlay\":[4,\"auto-play\"],\"autoPlaySpeed\":[2,\"auto-play-speed\"],\"qaIdElement\":[1,\"qa-id-element\"],\"setActiveTab\":[64]},[[0,\"click\",\"handleClick\"],[0,\"keyup\",\"handleKeyup\"]]]]],[\"eco-checkboxes.cjs\",[[1,\"eco-checkboxes\",{\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"label\":[1],\"noResults\":[1028,\"no-results\"],\"noResultsText\":[1,\"no-results-text\"],\"searchable\":[4],\"searchPlaceholder\":[1,\"search-placeholder\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdNoResultsText\":[1,\"qa-id-no-results-text\"],\"checkAll\":[4,\"check-all\"],\"allowCheckAll\":[4,\"allow-check-all\"],\"maxBlockSize\":[1,\"max-block-size\"],\"searchClear\":[64]},[[0,\"ecoChange\",\"handleEcoChange\"]]]]],[\"eco-input-tag.cjs\",[[1,\"eco-input-tag\",{\"label\":[1],\"action\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"addTag\":[64],\"removeTag\":[64]}]]],[\"eco-popover.cjs\",[[1,\"eco-popover\",{\"showOn\":[1,\"show-on\"],\"popoverFlow\":[1,\"popover-flow\"],\"popoverAlignment\":[1,\"popover-alignment\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdPopover\":[1,\"qa-id-popover\"],\"visible\":[32],\"open\":[64],\"close\":[64],\"handleMouseEnter\":[64],\"handleFocusIn\":[64],\"handleFocusOut\":[64],\"handleMouseLeave\":[64],\"handleClickOnElement\":[64]}]]],[\"eco-split-options.cjs\",[[1,\"eco-split-options\"]]],[\"eco-toast_2.cjs\",[[1,\"eco-toast\",{\"type\":[1],\"icon\":[1],\"autoDismiss\":[4,\"auto-dismiss\"],\"dismissAfter\":[2,\"dismiss-after\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdContent\":[1,\"qa-id-content\"],\"qaIdClose\":[1,\"qa-id-close\"],\"qaIdTimer\":[1,\"qa-id-timer\"]}],[1,\"eco-toast-rack\",{\"qaIdElement\":[1,\"qa-id-element\"],\"stack\":[4]},[[0,\"present\",\"toastPresent\"],[0,\"dismiss\",\"toastDismiss\"]]]]],[\"eco-input-textarea.cjs\",[[2,\"eco-input-textarea\",{\"disabled\":[4],\"height\":[1],\"help\":[1],\"label\":[1],\"maxLength\":[2,\"max-length\"],\"minLength\":[2,\"min-length\"],\"name\":[1],\"optional\":[1],\"placeholder\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"readonly\":[4],\"required\":[4],\"resize\":[4],\"status\":[1],\"width\":[1],\"inputId\":[1025,\"input-id\"],\"value\":[1025]}]]],[\"eco-input-checkbox.cjs\",[[1,\"eco-input-checkbox\",{\"label\":[1],\"checked\":[1028],\"indeterminate\":[1028],\"disabled\":[4],\"inputId\":[1025,\"input-id\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"name\":[1],\"value\":[1],\"labelPosition\":[1,\"label-position\"],\"showAsToggle\":[4,\"show-as-toggle\"],\"setChecked\":[64]}]]],[\"eco-igs-logo_2.cjs\",[[1,\"eco-nav-action\",{\"notice\":[1028],\"icon\":[1],\"iconsize\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"isNoticed\":[32],\"noticeStart\":[64],\"noticeStop\":[64]}],[1,\"eco-igs-logo\",{\"theme\":[1],\"colour\":[1]}]]],[\"eco-description-group_2.cjs\",[[1,\"eco-description-group\",{\"vertical\":[4],\"flow\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"colWidth\":[1,\"col-width\"],\"termWidth\":[1,\"term-width\"],\"gap\":[1],\"inverted\":[4]}],[1,\"eco-docs-parameter\",{\"name\":[1],\"required\":[4],\"schemaType\":[1,\"schema-type\"],\"in\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdName\":[1,\"qa-id-name\"],\"qaIdRequired\":[1,\"qa-id-required\"],\"qaIdSchemaType\":[1,\"qa-id-schema-type\"],\"qaIdIn\":[1,\"qa-id-in\"]}]]],[\"eco-description.cjs\",[[1,\"eco-description\",{\"term\":[1],\"description\":[8],\"flow\":[1025],\"inverted\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdTerm\":[1,\"qa-id-term\"],\"qaIdDesc\":[1,\"qa-id-desc\"]}]]],[\"eco-popover-content.cjs\",[[1,\"eco-popover-content\",{\"popoverFlow\":[1,\"popover-flow\"],\"popoverAlignment\":[1,\"popover-alignment\"],\"qaIdPopover\":[1,\"qa-id-popover\"]}]]],[\"eco-icon_9.cjs\",[[2,\"eco-input-date\",{\"label\":[1],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"optional\":[1],\"readonly\":[4],\"required\":[4],\"disabled\":[4],\"status\":[1025],\"withTime\":[4,\"with-time\"],\"daysPast\":[2,\"days-past\"],\"daysFuture\":[2,\"days-future\"],\"dayMin\":[2,\"day-min\"],\"dayMax\":[2,\"day-max\"],\"monthMin\":[2,\"month-min\"],\"monthMax\":[2,\"month-max\"],\"yearMin\":[2,\"year-min\"],\"yearMax\":[2,\"year-max\"],\"minuteMin\":[2,\"minute-min\"],\"minuteMax\":[2,\"minute-max\"],\"hourMin\":[2,\"hour-min\"],\"hourMax\":[2,\"hour-max\"],\"qaIdInputs\":[1,\"qa-id-inputs\"],\"qaIdDd\":[1,\"qa-id-dd\"],\"qaIdMm\":[1,\"qa-id-mm\"],\"qaIdYyyy\":[1,\"qa-id-yyyy\"],\"qaIdMinute\":[1,\"qa-id-minute\"],\"qaIdHour\":[1,\"qa-id-hour\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdMessagebox\":[1,\"qa-id-messagebox\"],\"value\":[1025],\"dateExists\":[32],\"inputsEmpty\":[32],\"sinceDate\":[32],\"sinceDateError\":[32],\"untilDate\":[32],\"untilDateError\":[32],\"validateDate\":[64],\"getDate\":[64],\"setDate\":[64]}],[2,\"eco-input-number\",{\"clearInput\":[4,\"clear-input\"],\"clearOnEdit\":[4,\"clear-on-edit\"],\"disabled\":[4],\"help\":[1],\"label\":[1],\"max\":[2],\"min\":[2],\"name\":[1],\"optional\":[1],\"pattern\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"readonly\":[4],\"required\":[4],\"status\":[1],\"step\":[2],\"width\":[1],\"inputId\":[1025,\"input-id\"],\"valid\":[1028],\"value\":[1026],\"hasFocus\":[32],\"setFocus\":[64],\"getInputElement\":[64]}],[6,\"eco-messagebox\",{\"type\":[1],\"icon\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"]}],[1,\"eco-text-input-optional\",{\"qaIdElement\":[1,\"qa-id-element\"]}],[1,\"eco-text-input-help\",{\"status\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"]}],[6,\"eco-input-wrapper\",{\"width\":[1],\"status\":[1],\"qaIdElement\":[1,\"qa-id-element\"]}],[1,\"eco-text-label\",{\"for\":[1],\"wrap\":[4],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdElement\":[1,\"qa-id-element\"]}],[1,\"eco-spacer\",{\"gap\":[1],\"flow\":[1],\"wrap\":[4],\"qaIdElement\":[1,\"qa-id-element\"]}],[1,\"eco-icon\",{\"icon\":[1],\"icontype\":[1],\"iconsize\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"rotate\":[4]}]]],[\"eco-backdrop_3.cjs\",[[2,\"eco-button\",{\"disabled\":[4],\"href\":[1],\"target\":[1],\"icon\":[1],\"isBusy\":[4,\"is-busy\"],\"label\":[1],\"link\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"size\":[1],\"styletype\":[1],\"type\":[1],\"iconsize\":[1025],\"toggleLabel\":[4,\"toggle-label\"],\"iconPosition\":[1,\"icon-position\"]},[[0,\"keydown\",\"handleKeyDown\"]]],[2,\"eco-spinner\",{\"text\":[1],\"fullscreen\":[4],\"size\":[1],\"theme\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdText\":[1,\"qa-id-text\"]}],[1,\"eco-backdrop\",{\"visible\":[1028],\"showBackdrop\":[64],\"hideBackdrop\":[64]}]]],[\"eco-chat-author_3.cjs\",[[1,\"eco-chat-bubble\",{\"message\":[1],\"authorIsUser\":[4,\"author-is-user\"],\"canDelete\":[4,\"can-delete\"],\"canEdit\":[4,\"can-edit\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdActionCancel\":[1,\"qa-id-action-cancel\"],\"qaIdActionDelete\":[1,\"qa-id-action-delete\"],\"qaIdActionDeleteConfirm\":[1,\"qa-id-action-delete-confirm\"],\"qaIdActionEdit\":[1,\"qa-id-action-edit\"],\"qaIdActionEditConfirm\":[1,\"qa-id-action-edit-confirm\"],\"isUpdating\":[32],\"isEditing\":[32],\"isDeleting\":[32],\"updatedMessage\":[32]},[[0,\"ecoChange\",\"updateMessage\"]],{\"message\":[\"valueChanged\"]}],[1,\"eco-chat-author\",{\"author\":[1],\"qaIdElement\":[1,\"qa-id-element\"]}],[1,\"eco-chat-timestamp\",{\"timestamp\":[1],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-text-heading.cjs\",[[6,\"eco-text-heading\",{\"level\":[2],\"displayAs\":[1026,\"display-as\"],\"headingId\":[1,\"heading-id\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHeading\":[1,\"qa-id-heading\"]}]]],[\"eco-input-text.cjs\",[[2,\"eco-input-text\",{\"clearInput\":[4,\"clear-input\"],\"clearOnEdit\":[4,\"clear-on-edit\"],\"disabled\":[4],\"help\":[1],\"hidden\":[4],\"label\":[1],\"name\":[1],\"maxLength\":[2,\"max-length\"],\"minLength\":[2,\"min-length\"],\"optional\":[1],\"placeholder\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"readonly\":[4],\"required\":[4],\"status\":[1],\"type\":[1],\"width\":[1],\"inputId\":[1025,\"input-id\"],\"value\":[1025],\"hasFocus\":[32],\"setFocus\":[64],\"getInputElement\":[64]}]]],[\"eco-card_4.cjs\",[[1,\"eco-card\",{\"border\":[1],\"collapsible\":[4],\"collapsed\":[1028],\"elevation\":[1],\"showBody\":[4,\"show-body\"],\"qaIdBody\":[1,\"qa-id-body\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdExpand\":[1,\"qa-id-expand\"],\"qaIdFooter\":[1,\"qa-id-footer\"],\"qaIdHeader\":[1,\"qa-id-header\"],\"qaIdToggle\":[1,\"qa-id-toggle\"],\"sticky\":[4],\"stickyOffset\":[1,\"sticky-offset\"]}],[1,\"eco-card-body\"],[1,\"eco-card-footer\"],[1,\"eco-card-header\"]]]]"), options);
};

@@ -14,0 +14,0 @@

@@ -38,3 +38,3 @@ import { h, Host, } from "@stencil/core";

const header = (_a = this.hostElement.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector('header'), icon = (_b = this.hostElement.shadowRoot) === null || _b === void 0 ? void 0 : _b.querySelector('.icon');
if (this.collapsable &&
if (this.collapsible &&
header !== undefined &&

@@ -59,3 +59,3 @@ header !== null &&

this.sticky = false;
this.collapsable = true;
this.collapsible = true;
this.collapsed = true;

@@ -92,3 +92,3 @@ this.disabled = false;

const classMap = this.getCssClassMap();
return (h(Host, { key: '3d84760dab68ee491ec52e4950e2cda511432d46', "qa-id": this.qaIdElement, class: classMap }, h("header", { key: '2606cc335cf3c64fc38048823123f6a6fdd9426b', part: "header", "qa-id": this.qaIdHeader }, this.collapsable ? (h("div", { part: "icon", class: { icon: true, expanded: !this.collapsed }, "aria-role": "button", "aria-expanded": !this.collapsed, "aria-controls": this.qaIdContent, "qa-id": this.qaIdToggle }, h("eco-icon", { icon: this.collapsed ? EcoIconList.toggleDown : EcoIconList.toggleUp, icontype: EcoIconTypeList.default, iconsize: EcoIconSizeList.sm, qaIdElement: this.qaIdIcon }))) : null, h("div", { key: '82dbdf059b4ecf1b71c6925cd19766ecc65832b6', class: "header", part: "header-content" }, h("slot", { key: '1c0403fa1b480ec12dcb59c94ba20bfed84df4a2', name: "header" }))), !this.collapsed ? (h("article", { part: "content", "qa-id": this.qaIdContent, "aria-role": "region" }, h("slot", null))) : null));
return (h(Host, { key: '3d84760dab68ee491ec52e4950e2cda511432d46', "qa-id": this.qaIdElement, class: classMap }, h("header", { key: '2606cc335cf3c64fc38048823123f6a6fdd9426b', part: "header", "qa-id": this.qaIdHeader }, this.collapsible ? (h("div", { part: "icon", class: { icon: true, expanded: !this.collapsed }, "aria-role": "button", "aria-expanded": !this.collapsed, "aria-controls": this.qaIdContent, "qa-id": this.qaIdToggle }, h("eco-icon", { icon: this.collapsed ? EcoIconList.toggleDown : EcoIconList.toggleUp, icontype: EcoIconTypeList.default, iconsize: EcoIconSizeList.sm, qaIdElement: this.qaIdIcon }))) : null, h("div", { key: '82dbdf059b4ecf1b71c6925cd19766ecc65832b6', class: "header", part: "header-content" }, h("slot", { key: '1c0403fa1b480ec12dcb59c94ba20bfed84df4a2', name: "header" }))), !this.collapsed ? (h("article", { part: "content", "qa-id": this.qaIdContent, "aria-role": "region" }, h("slot", null))) : null));
}

@@ -100,3 +100,3 @@ getCssClassMap() {

sticky: this.sticky,
'non-collapsable': !this.collapsable,
'non-collapsible': !this.collapsible,
};

@@ -177,3 +177,3 @@ }

},
"collapsable": {
"collapsible": {
"type": "boolean",

@@ -190,5 +190,5 @@ "mutable": false,

"tags": [],
"text": "Allow the accordion to be collapsable"
"text": "Allow the accordion to be collapsible"
},
"attribute": "collapsable",
"attribute": "collapsible",
"reflect": false,

@@ -195,0 +195,0 @@ "defaultValue": "true"

@@ -180,9 +180,9 @@ import { html } from "lit";

};
export const Collapsable = {
export const collapsible = {
args: {
collapsable: true,
collapsible: true,
collapsed: true,
},
render: ({ collapsable, collapsed }) => html `<eco-accordion>
<eco-accordion-item collapsable=${collapsable} collapsed=${collapsed}>
render: ({ collapsible, collapsed }) => html `<eco-accordion>
<eco-accordion-item collapsible=${collapsible} collapsed=${collapsed}>
<eco-text-heading level="6" slot="header">

@@ -193,3 +193,3 @@ Title of eco-accordion-item

</eco-accordion-item>
<eco-accordion-item collapsable=${collapsable} collapsed=${collapsed}>
<eco-accordion-item collapsible=${collapsible} collapsed=${collapsed}>
<eco-text-heading level="6" slot="header">

@@ -200,3 +200,3 @@ Title of eco-accordion-item

</eco-accordion-item>
<eco-accordion-item collapsable=${collapsable} collapsed=${collapsed}>
<eco-accordion-item collapsible=${collapsible} collapsed=${collapsed}>
<eco-text-heading level="6" slot="header">

@@ -203,0 +203,0 @@ Title of eco-accordion-item

@@ -47,11 +47,11 @@ import { newE2EPage } from "@stencil/core/testing";

});
it('when "collapsable" is true', async () => {
it('when "collapsible" is true', async () => {
const page = await newE2EPage();
await page.setContent(`<eco-accordion-item collapsable="true"></eco-accordion-item>`);
await page.setContent(`<eco-accordion-item collapsible="true"></eco-accordion-item>`);
const element = await page.find('eco-accordion-item >>> eco-icon');
expect(element).toBeTruthy();
});
it('when "collapsable" is false', async () => {
it('when "collapsible" is false', async () => {
const page = await newE2EPage();
await page.setContent(`<eco-accordion-item collapsable="false"></eco-accordion-item>`);
await page.setContent(`<eco-accordion-item collapsible="false"></eco-accordion-item>`);
const element = await page.find('eco-accordion-item >>> eco-icon');

@@ -247,9 +247,9 @@ expect(element).toBeNull();

});
describe('switching collapsable on and off', () => {
it('should allow opening/collapsing when initialised as collapsable', async () => {
describe('switching collapsible on and off', () => {
it('should allow opening/collapsing when initialised as collapsible', async () => {
// Arrange
const page = await newE2EPage();
await page.setContent(`
<button id="toggleButton">Toggle Collapsable</button>
<eco-accordion-item id="item" collapsable="true" collapsed="true" click-anywhere>
<button id="toggleButton">Toggle collapsible</button>
<eco-accordion-item id="item" collapsible="true" collapsed="true" click-anywhere>
<span slot="header">Title</span>

@@ -262,7 +262,7 @@ <span class="content">Body</span>

const item = document.getElementById("item");
let isCollapsable = false; // Initial value
let isCollapsible = false; // Initial value
toggleButton.addEventListener("click", () => {
isCollapsable = !isCollapsable;
item.setAttribute("collapsable", isCollapsable);
isCollapsible = !isCollapsible;
item.setAttribute("collapsible", isCollapsible);
});

@@ -282,7 +282,7 @@ </script>`);

});
it('should block opening/collapsing when switched to non-collapsable', async () => {
it('should block opening/collapsing when switched to non-collapsible', async () => {
// Arrange
const page = await newE2EPage();
await page.setContent(`
<eco-accordion-item id="item" collapsable="true" collapsed="true" click-anywhere>
<eco-accordion-item id="item" collapsible="true" collapsed="true" click-anywhere>
<span slot="header">Title</span>

@@ -294,3 +294,3 @@ <span class="content">Body</span>

// Switch to collapsed mode
await item.setAttribute('collapsable', false);
await item.setAttribute('collapsible', false);
await page.waitForChanges();

@@ -297,0 +297,0 @@ // Act

@@ -8,3 +8,3 @@ import { Host, h } from "@stencil/core";

var _a, _b, _c;
if (this.collapsable) {
if (this.collapsible) {
this.collapsed = !this.collapsed;

@@ -30,3 +30,3 @@ (_a = this.toggleCollapse) === null || _a === void 0 ? void 0 : _a.emit();

this.border = EcoBorder.none;
this.collapsable = false;
this.collapsible = false;
this.collapsed = false;

@@ -55,6 +55,6 @@ this.elevation = EcoElevation.above;

collapsed: this.collapsed,
collapsable: this.collapsable,
collapsible: this.collapsible,
}, style: {
'--sticky-offset': this.stickyOffset,
} }, this.collapsable ? (h("div", { "qa-id": this.qaIdToggle, class: "icon", tabindex: "0", onClick: this.handleClick, onKeyPress: this.handleEnter }, h("eco-icon", { icontype: EcoTypeList.default, iconsize: EcoIconSizeList.md, icon: this.collapsed
} }, this.collapsible ? (h("div", { "qa-id": this.qaIdToggle, class: "icon", tabindex: "0", onClick: this.handleClick, onKeyPress: this.handleEnter }, h("eco-icon", { icontype: EcoTypeList.default, iconsize: EcoIconSizeList.md, icon: this.collapsed
? EcoIconList.toggleDown

@@ -107,3 +107,3 @@ : EcoIconList.toggleUp, qaIdElement: "gen-expand-details-button" }))) : (''), h("div", { class: "header-content" }, h("slot", { name: "header" })))) : (''), this.showBody ? (h("eco-card-body", { "qa-id": this.qaIdBody, style: this.collapsed ? { display: 'none' } : {} }, h("slot", null))) : (''), this.footerSlot !== undefined && this.footerSlot !== null ? (h("eco-card-footer", { "qa-id": this.qaIdFooter, style: this.collapsed ? { display: 'none' } : {} }, h("slot", { name: "footer" }))) : ('')));

},
"collapsable": {
"collapsible": {
"type": "boolean",

@@ -122,3 +122,3 @@ "mutable": false,

},
"attribute": "collapsable",
"attribute": "collapsible",
"reflect": false,

@@ -125,0 +125,0 @@ "defaultValue": "false"

@@ -267,8 +267,8 @@ import { html } from "lit";

};
export const Collapsable = {
export const collapsible = {
args: {
collapsable: true,
collapsible: true,
},
argTypes: {
collapsable: {
collapsible: {
control: {

@@ -279,9 +279,9 @@ type: 'boolean',

},
render: ({ collapsable, elevation, border }) => html `
render: ({ collapsible, elevation, border }) => html `
<eco-card
elevation="${elevation}"
border="${border}"
collapsable="${collapsable}"
collapsible="${collapsible}"
>
<eco-text-heading slot="header" level="5">Collapsable</eco-text-heading>
<eco-text-heading slot="header" level="5">collapsible</eco-text-heading>
<p>

@@ -288,0 +288,0 @@ Id amet qui est exercitation incididunt nulla aute voluptate nisi.

@@ -52,7 +52,7 @@ import { newE2EPage } from "@stencil/core/testing";

});
it('when collapsable attribute is removed, then header element still exists', async () => {
it('when collapsible attribute is removed, then header element still exists', async () => {
// arrange
const page = await newE2EPage();
await page.setContent(`
<eco-card collapsable>
<eco-card collapsible>
<div slot="header">This is header</div>

@@ -62,3 +62,3 @@ </eco-card>`);

const element = await page.find('eco-card');
element.removeAttribute('collapsable');
element.removeAttribute('collapsible');
await page.waitForChanges();

@@ -68,7 +68,7 @@ // assert

});
it('when card is collapsable and clicked, then body is hidden', async () => {
it('when card is collapsible and clicked, then body is hidden', async () => {
// arrange
const page = await newE2EPage();
await page.setContent(`
<eco-card collapsable>
<eco-card collapsible>
<div slot="header">This is header</div>

@@ -93,3 +93,3 @@ I am body

await page.setContent(`
<eco-card collapsable>
<eco-card collapsible>
<div slot="header">This is header</div>

@@ -119,3 +119,3 @@ I am body

await page.setContent(`
<eco-card collapsable collapsed="true">
<eco-card collapsible collapsed="true">
<div slot="header">This is header</div>

@@ -135,3 +135,3 @@ I am body

await page.setContent(`
<eco-card collapsable collapsed="false">
<eco-card collapsible collapsed="false">
<div slot="header">This is header</div>

@@ -138,0 +138,0 @@ I am body

@@ -9,3 +9,8 @@ import { h, Host, } from "@stencil/core";

if (input !== null) {
this.setValue(!Number.isNaN(input.valueAsNumber) ? input.valueAsNumber : undefined);
if (input.value === '') {
this.setValue(null);
}
else {
this.setValue(!Number.isNaN(input.valueAsNumber) ? input.valueAsNumber : undefined);
}
this.valid = input.validity.valid;

@@ -55,6 +60,8 @@ }

this.value = newValue;
if (newValue !== undefined)
if (newValue !== undefined) {
console.log('emitting: ' + newValue);
this.ecoChange.emit({
value: this.value,
});
}
}

@@ -102,3 +109,3 @@ componentWillLoad() {

const classMap = this.getCssClassMap();
return (h(Host, { key: '9971d56a3d9ff386be7cbe4296730814704a7982', "qa-id": this.qaIdElement }, h("eco-input-wrapper", { key: '6bd9cf697c99ffd5c960d9ec72425d09e21e470b', class: classMap }, this.label && (h("eco-text-label", { for: this.inputId, "qa-id": this.qaIdLabel }, this.label, !this.required && (h("eco-text-input-optional", { "qa-id": this.qaIdOptional }, this.optional)))), this.help && (h("eco-text-input-help", { status: this.status, qaIdElement: this.qaIdHelp }, this.help)), h("input", { key: '9df63c4271924d8e5193431e798ae30993dec320', disabled: this.disabled, id: this.inputId, max: this.max, min: this.min, name: this.name, onBlur: this.onBlur, onFocus: this.onFocus, onInput: this.onInput, onKeyDown: this.onKeydown, pattern: this.pattern, "qa-id": this.qaIdInput, readonly: this.readonly, ref: (input) => (this.nativeInput = input), required: this.required, step: this.step, tabindex: this.tabindex, type: "number", value: this.value }))));
return (h(Host, { key: '18f38cf114dbdaf1867a9dcbe7e2c6330925f958', "qa-id": this.qaIdElement }, h("eco-input-wrapper", { key: '9d3163e93b78dcc24d9941057d9fee4681db041b', class: classMap }, this.label && (h("eco-text-label", { for: this.inputId, "qa-id": this.qaIdLabel }, this.label, !this.required && (h("eco-text-input-optional", { "qa-id": this.qaIdOptional }, this.optional)))), this.help && (h("eco-text-input-help", { status: this.status, qaIdElement: this.qaIdHelp }, this.help)), h("input", { key: '5db0726c1c7ed805c2c38d83236f45cbbcc22a01', disabled: this.disabled, id: this.inputId, max: this.max, min: this.min, name: this.name, onBlur: this.onBlur, onFocus: this.onFocus, onInput: this.onInput, onKeyDown: this.onKeydown, pattern: this.pattern, "qa-id": this.qaIdInput, readonly: this.readonly, ref: (input) => (this.nativeInput = input), required: this.required, step: this.step, tabindex: this.tabindex, type: "number", value: this.value }))));
}

@@ -105,0 +112,0 @@ getCssClassMap() {

@@ -8,3 +8,3 @@ import { h, Host } from "@stencil/core";

constructor() {
this.collapsable = false;
this.collapsible = false;
this.collapsed = false;

@@ -50,3 +50,3 @@ this.localStorageName = undefined;

'--aside-max-block-size': this.asideMaxBlockSize,
}, "qa-id": this.qaIdAside }, this.collapsable ? (h("div", { class: "action", onClick: this.handleCollapse, onKeyPress: this.handleCollapse, tabIndex: 0, "qa-id": this.qaIdToggle }, h("eco-icon", { icon: EcoIconList.toggleDown, icontype: EcoTypeList.default, iconsize: EcoIconSizeList.md }))) : null, h("div", { key: '98fd79a96161208de0e8a3ae8f254b07fb2920c1', class: "content", style: this.collapsed ? { display: 'none' } : {}, "qa-id": this.qaIdAsideContent }, h("slot", { key: '227010e7b0a699c940bfa34b8c35788179b1e894', name: "layout-aside" }))), h("section", { key: '08b34deb54327141d97ad4dcfa3cecb437ba2d75', "qa-id": this.qaIdContent }, h("slot", { key: 'afabef919faed942df2105b14ff8b9bb69d0d1c7' }))));
}, "qa-id": this.qaIdAside }, this.collapsible ? (h("div", { class: "action", onClick: this.handleCollapse, onKeyPress: this.handleCollapse, tabIndex: 0, "qa-id": this.qaIdToggle }, h("eco-icon", { icon: EcoIconList.toggleDown, icontype: EcoTypeList.default, iconsize: EcoIconSizeList.md }))) : null, h("div", { key: '98fd79a96161208de0e8a3ae8f254b07fb2920c1', class: "content", style: this.collapsed ? { display: 'none' } : {}, "qa-id": this.qaIdAsideContent }, h("slot", { key: '227010e7b0a699c940bfa34b8c35788179b1e894', name: "layout-aside" }))), h("section", { key: '08b34deb54327141d97ad4dcfa3cecb437ba2d75', "qa-id": this.qaIdContent }, h("slot", { key: 'afabef919faed942df2105b14ff8b9bb69d0d1c7' }))));
}

@@ -57,3 +57,3 @@ getCssClassMap() {

collapsed: this.collapsed,
collapsable: this.collapsable,
collapsible: this.collapsible,
};

@@ -75,3 +75,3 @@ }

return {
"collapsable": {
"collapsible": {
"type": "boolean",

@@ -88,5 +88,5 @@ "mutable": false,

"tags": [],
"text": "Allow the aside to be collapsable"
"text": "Allow the aside to be collapsible"
},
"attribute": "collapsable",
"attribute": "collapsible",
"reflect": false,

@@ -93,0 +93,0 @@ "defaultValue": "false"

@@ -34,5 +34,5 @@ import { html } from "lit";

};
export const Collapsable = {
export const collapsible = {
render: () => html `
<eco-layout-aside collapsable>
<eco-layout-aside collapsible>
<div

@@ -74,3 +74,3 @@ style="display: flex;

render: ({ asidePosition }) => html `
<eco-layout-aside collapsable aside-position=${asidePosition}>
<eco-layout-aside collapsible aside-position=${asidePosition}>
<div

@@ -109,3 +109,3 @@ style="display: flex;

</eco-messagebox>
<eco-layout-aside collapsable local-storage-name="hall">
<eco-layout-aside collapsible local-storage-name="hall">
<div

@@ -132,3 +132,3 @@ style="display: flex;

</eco-layout-aside>
<eco-layout-aside collapsable local-storage-name="oates">
<eco-layout-aside collapsible local-storage-name="oates">
<div

@@ -165,3 +165,3 @@ style="display: flex;

<eco-layout-aside
collapsable
collapsible
sticky

@@ -168,0 +168,0 @@ sticky-offset=${stickyOffSet}

@@ -24,5 +24,5 @@ import { newE2EPage } from "@stencil/core/testing";

});
it('when collapsable is true', async () => {
it('when collapsible is true', async () => {
const page = await newE2EPage();
await page.setContent(`<eco-layout-aside collapsable></eco-layout-aside>`);
await page.setContent(`<eco-layout-aside collapsible></eco-layout-aside>`);
const element = await page.find('eco-layout-aside');

@@ -32,3 +32,3 @@ const action = await page.find('.action');

expect(element).toEqualHtml(`
<eco-layout-aside class="collapsable hydrated rel-after sc-eco-layout-aside-h sc-eco-layout-aside-s" collapsable="">
<eco-layout-aside class="collapsible hydrated rel-after sc-eco-layout-aside-h sc-eco-layout-aside-s" collapsible="">
<!---->

@@ -63,6 +63,6 @@ <aside class="sc-eco-layout-aside" style="--sticky-offset: 0; --aside-max-block-size: 100vh;">

const page = await newE2EPage();
await page.setContent(`<eco-layout-aside collapsable collapsed></eco-layout-aside>`);
await page.setContent(`<eco-layout-aside collapsible collapsed></eco-layout-aside>`);
const element = await page.find('eco-layout-aside');
expect(element).toEqualHtml(`
<eco-layout-aside class="collapsable collapsed hydrated rel-after sc-eco-layout-aside-h sc-eco-layout-aside-s" collapsable="" collapsed="">
<eco-layout-aside class="collapsible collapsed hydrated rel-after sc-eco-layout-aside-h sc-eco-layout-aside-s" collapsible="" collapsed="">
<!---->

@@ -145,5 +145,5 @@ <aside class="sc-eco-layout-aside" style="--sticky-offset: 0; --aside-max-block-size: 100vh;">

describe('deal with the aside when', () => {
it('collapsable AND NOT collapsed', async () => {
it('collapsible AND NOT collapsed', async () => {
const page = await newE2EPage();
await page.setContent(`<eco-layout-aside collapsable></eco-layout-aside>`);
await page.setContent(`<eco-layout-aside collapsible></eco-layout-aside>`);
const action = await page.find('aside .action');

@@ -157,5 +157,5 @@ let asideContent = await page.find('aside .content');

});
it('collapsable AND collapsed', async () => {
it('collapsible AND collapsed', async () => {
const page = await newE2EPage();
await page.setContent(`<eco-layout-aside collapsable collapsed></eco-layout-aside>`);
await page.setContent(`<eco-layout-aside collapsible collapsed></eco-layout-aside>`);
const action = await page.find('aside .action');

@@ -162,0 +162,0 @@ let asideContent = await page.find('aside .content');

@@ -8,3 +8,3 @@ import { h, Host } from "@stencil/core";

constructor() {
this.collapsable = false;
this.collapsible = false;
this.collapsed = false;

@@ -49,3 +49,3 @@ this.filtersApplied = false;

'--filter-max-block-size': this.filterMaxBlockSize,
}, "qa-id": this.qaIdFilter }, this.collapsable ? (h("div", { class: { action: true, 'filters-applied': this.filtersApplied }, onClick: this.handleCollapse, onKeyPress: this.handleCollapse, tabIndex: 0, "qa-id": this.qaIdToggle }, h("eco-icon", { icon: this.collapsed ? EcoIconList.filter : EcoIconList.toggleDown, icontype: EcoTypeList.default, iconsize: EcoIconSizeList.md }))) : null, h("div", { key: 'ca37c83b0baba6cf95e2687c3e99c126407b4778', class: "content", style: this.collapsed ? { display: 'none' } : {}, "qa-id": this.qaIdContent }, h("slot", { key: '090a4573c6a790f957fe1f429cdf03702fa11754', name: "layout-filter" }))), h("section", { key: 'c4ba45626ccdaf55ad4214440b72c5f2930bcc58', "qa-id": this.qaIdContent }, h("slot", { key: '8bfdaf35f9c2b858e1a4aeb5a4a6a842d6f09d9c' }))));
}, "qa-id": this.qaIdFilter }, this.collapsible ? (h("div", { class: { action: true, 'filters-applied': this.filtersApplied }, onClick: this.handleCollapse, onKeyPress: this.handleCollapse, tabIndex: 0, "qa-id": this.qaIdToggle }, h("eco-icon", { icon: this.collapsed ? EcoIconList.filter : EcoIconList.toggleDown, icontype: EcoTypeList.default, iconsize: EcoIconSizeList.md }))) : null, h("div", { key: 'ca37c83b0baba6cf95e2687c3e99c126407b4778', class: "content", style: this.collapsed ? { display: 'none' } : {}, "qa-id": this.qaIdContent }, h("slot", { key: '090a4573c6a790f957fe1f429cdf03702fa11754', name: "layout-filter" }))), h("section", { key: 'c4ba45626ccdaf55ad4214440b72c5f2930bcc58', "qa-id": this.qaIdContent }, h("slot", { key: '8bfdaf35f9c2b858e1a4aeb5a4a6a842d6f09d9c' }))));
}

@@ -55,3 +55,3 @@ getCssClassMap() {

collapsed: this.collapsed,
collapsable: this.collapsable,
collapsible: this.collapsible,
};

@@ -73,3 +73,3 @@ }

return {
"collapsable": {
"collapsible": {
"type": "boolean",

@@ -86,5 +86,5 @@ "mutable": false,

"tags": [],
"text": "Allow the filter to be collapsable"
"text": "Allow the filter to be collapsible"
},
"attribute": "collapsable",
"attribute": "collapsible",
"reflect": false,

@@ -91,0 +91,0 @@ "defaultValue": "false"

@@ -34,5 +34,5 @@ import { html } from "lit";

};
export const Collapsable = {
export const collapsible = {
render: () => html `
<eco-layout-filter collapsable>
<eco-layout-filter collapsible>
<div

@@ -71,3 +71,3 @@ style="display: flex;

</eco-messagebox>
<eco-layout-filter collapsable local-storage-name="hall">
<eco-layout-filter collapsible local-storage-name="hall">
<div

@@ -94,3 +94,3 @@ style="display: flex;

</eco-layout-filter>
<eco-layout-filter collapsable local-storage-name="oates">
<eco-layout-filter collapsible local-storage-name="oates">
<div

@@ -122,3 +122,3 @@ style="display: flex;

render: () => html `
<eco-layout-filter collapsable filters-applied>
<eco-layout-filter collapsible filters-applied>
<div

@@ -154,3 +154,3 @@ style="display: flex;

<eco-layout-filter
collapsable
collapsible
sticky

@@ -157,0 +157,0 @@ sticky-offset=${stickyOffSet}

@@ -24,8 +24,8 @@ import { newE2EPage } from "@stencil/core/testing";

});
it('when collapsable is true', async () => {
it('when collapsible is true', async () => {
const page = await newE2EPage();
await page.setContent(`<eco-layout-filter collapsable></eco-layout-filter>`);
await page.setContent(`<eco-layout-filter collapsible></eco-layout-filter>`);
const element = await page.find('eco-layout-filter');
expect(element).toEqualHtml(`
<eco-layout-filter class="collapsable hydrated sc-eco-layout-filter-h sc-eco-layout-filter-s" collapsable="">
<eco-layout-filter class="collapsible hydrated sc-eco-layout-filter-h sc-eco-layout-filter-s" collapsible="">
<!---->

@@ -58,8 +58,8 @@ <aside class="sc-eco-layout-filter" title="Filter" style="--sticky-offset: 0; --filter-max-block-size: 100vh;">

});
it('when collapsable and collapsed are true', async () => {
it('when collapsible and collapsed are true', async () => {
const page = await newE2EPage();
await page.setContent(`<eco-layout-filter collapsable collapsed></eco-layout-filter>`);
await page.setContent(`<eco-layout-filter collapsible collapsed></eco-layout-filter>`);
const element = await page.find('eco-layout-filter');
expect(element).toEqualHtml(`
<eco-layout-filter class="collapsable collapsed hydrated sc-eco-layout-filter-h sc-eco-layout-filter-s" collapsable="" collapsed="">
<eco-layout-filter class="collapsible collapsed hydrated sc-eco-layout-filter-h sc-eco-layout-filter-s" collapsible="" collapsed="">
<!---->

@@ -78,3 +78,3 @@ <aside class="sc-eco-layout-filter" title="Filter" style="--sticky-offset: 0; --filter-max-block-size: 100vh;">

const page = await newE2EPage();
await page.setContent(`<eco-layout-filter filters-applied collapsable></eco-layout-filter>`);
await page.setContent(`<eco-layout-filter filters-applied collapsible></eco-layout-filter>`);
const element = await page.find('eco-layout-filter');

@@ -84,3 +84,3 @@ const filtersApplied = await page.find('eco-layout-filter .filters-applied');

expect(element).toEqualHtml(`
<eco-layout-filter class="collapsable hydrated sc-eco-layout-filter-h sc-eco-layout-filter-s" collapsable="" filters-applied="">
<eco-layout-filter class="collapsible hydrated sc-eco-layout-filter-h sc-eco-layout-filter-s" collapsible="" filters-applied="">
<!---->

@@ -143,5 +143,5 @@ <aside class="sc-eco-layout-filter" title="Filter" style="--sticky-offset: 0; --filter-max-block-size: 100vh;">

describe('deal with the aside when', () => {
it('collapsable AND NOT collapsed', async () => {
it('collapsible AND NOT collapsed', async () => {
const page = await newE2EPage();
await page.setContent(`<eco-layout-filter collapsable></eco-layout-filter>`);
await page.setContent(`<eco-layout-filter collapsible></eco-layout-filter>`);
const action = await page.find('aside .action');

@@ -155,5 +155,5 @@ let asideContent = await page.find('aside .content');

});
it('collapsable AND collapsed', async () => {
it('collapsible AND collapsed', async () => {
const page = await newE2EPage();
await page.setContent(`<eco-layout-filter collapsable collapsed></eco-layout-filter>`);
await page.setContent(`<eco-layout-filter collapsible collapsed></eco-layout-filter>`);
const action = await page.find('aside .action');

@@ -160,0 +160,0 @@ let asideContent = await page.find('aside .content');

@@ -6,3 +6,3 @@ import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/core/internal/client';

const ecoAccordionItemCss = ":host(.sticky){position:relative;--sticky-offset:0}:host(.sticky) header{position:sticky;inset-block-start:var(--sticky-offset);z-index:3;background-color:hsla(var(--c-content-background-hsl), var(--alpha-heavy));backdrop-filter:blur(var(--blur-sm));-webkit-backdrop-filter:blur(var(--blur-sm))}:host(.disabled){pointer-events:none;cursor:not-allowed;opacity:0.4;filter:saturate(0%)}header{display:flex;align-items:center}:host(.rel-before) header{flex-direction:row}:host(.rel-after) header{flex-direction:row-reverse}.header{padding:var(--sp-sm);flex:1}.icon{align-self:stretch;padding:var(--sp-sm);display:flex;justify-content:center;align-items:center}[tabindex='0']{appearance:none;outline:0;cursor:pointer;position:relative}[tabindex='0']:after{content:'';position:absolute;inset:0;transition:background-color var(--speed-normal) var(--bezier-ease-in-out-sine)}[tabindex='0']:focus:after,[tabindex='0']:hover:after,[tabindex='0']:active:after{--alpha-minor:0.075;background-color:hsla(var(--c-cta-default-hsl), var(--alpha-minor))}article{border-block-start:var(--bw-thin) solid var(--c-border-weak);padding:var(--sp-sm)}:host(.rel-before) article{padding-inline-start:calc(var(--sp-xxl) + var(--sp-sm))}:host(.rel-after) article{padding-inline-end:calc(var(--sp-xxl) + var(--sp-sm))}:host(.non-collapsable) article{padding-inline:var(--sp-sm)}";
const ecoAccordionItemCss = ":host(.sticky){position:relative;--sticky-offset:0}:host(.sticky) header{position:sticky;inset-block-start:var(--sticky-offset);z-index:3;background-color:hsla(var(--c-content-background-hsl), var(--alpha-heavy));backdrop-filter:blur(var(--blur-sm));-webkit-backdrop-filter:blur(var(--blur-sm))}:host(.disabled){pointer-events:none;cursor:not-allowed;opacity:0.4;filter:saturate(0%)}header{display:flex;align-items:center}:host(.rel-before) header{flex-direction:row}:host(.rel-after) header{flex-direction:row-reverse}.header{padding:var(--sp-sm);flex:1}.icon{align-self:stretch;padding:var(--sp-sm);display:flex;justify-content:center;align-items:center}[tabindex='0']{appearance:none;outline:0;cursor:pointer;position:relative}[tabindex='0']:after{content:'';position:absolute;inset:0;transition:background-color var(--speed-normal) var(--bezier-ease-in-out-sine)}[tabindex='0']:focus:after,[tabindex='0']:hover:after,[tabindex='0']:active:after{--alpha-minor:0.075;background-color:hsla(var(--c-cta-default-hsl), var(--alpha-minor))}article{border-block-start:var(--bw-thin) solid var(--c-border-weak);padding:var(--sp-sm)}:host(.rel-before) article{padding-inline-start:calc(var(--sp-xxl) + var(--sp-sm))}:host(.rel-after) article{padding-inline-end:calc(var(--sp-xxl) + var(--sp-sm))}:host(.non-collapsible) article{padding-inline:var(--sp-sm)}";
const EcoAccordionItemStyle0 = ecoAccordionItemCss;

@@ -51,3 +51,3 @@

const header = (_a = this.hostElement.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector('header'), icon = (_b = this.hostElement.shadowRoot) === null || _b === void 0 ? void 0 : _b.querySelector('.icon');
if (this.collapsable &&
if (this.collapsible &&
header !== undefined &&

@@ -72,3 +72,3 @@ header !== null &&

this.sticky = false;
this.collapsable = true;
this.collapsible = true;
this.collapsed = true;

@@ -105,3 +105,3 @@ this.disabled = false;

const classMap = this.getCssClassMap();
return (h(Host, { key: '3d84760dab68ee491ec52e4950e2cda511432d46', "qa-id": this.qaIdElement, class: classMap }, h("header", { key: '2606cc335cf3c64fc38048823123f6a6fdd9426b', part: "header", "qa-id": this.qaIdHeader }, this.collapsable ? (h("div", { part: "icon", class: { icon: true, expanded: !this.collapsed }, "aria-role": "button", "aria-expanded": !this.collapsed, "aria-controls": this.qaIdContent, "qa-id": this.qaIdToggle }, h("eco-icon", { icon: this.collapsed ? EcoIconList.toggleDown : EcoIconList.toggleUp, icontype: EcoIconTypeList.default, iconsize: EcoIconSizeList.sm, qaIdElement: this.qaIdIcon }))) : null, h("div", { key: '82dbdf059b4ecf1b71c6925cd19766ecc65832b6', class: "header", part: "header-content" }, h("slot", { key: '1c0403fa1b480ec12dcb59c94ba20bfed84df4a2', name: "header" }))), !this.collapsed ? (h("article", { part: "content", "qa-id": this.qaIdContent, "aria-role": "region" }, h("slot", null))) : null));
return (h(Host, { key: '3d84760dab68ee491ec52e4950e2cda511432d46', "qa-id": this.qaIdElement, class: classMap }, h("header", { key: '2606cc335cf3c64fc38048823123f6a6fdd9426b', part: "header", "qa-id": this.qaIdHeader }, this.collapsible ? (h("div", { part: "icon", class: { icon: true, expanded: !this.collapsed }, "aria-role": "button", "aria-expanded": !this.collapsed, "aria-controls": this.qaIdContent, "qa-id": this.qaIdToggle }, h("eco-icon", { icon: this.collapsed ? EcoIconList.toggleDown : EcoIconList.toggleUp, icontype: EcoIconTypeList.default, iconsize: EcoIconSizeList.sm, qaIdElement: this.qaIdIcon }))) : null, h("div", { key: '82dbdf059b4ecf1b71c6925cd19766ecc65832b6', class: "header", part: "header-content" }, h("slot", { key: '1c0403fa1b480ec12dcb59c94ba20bfed84df4a2', name: "header" }))), !this.collapsed ? (h("article", { part: "content", "qa-id": this.qaIdContent, "aria-role": "region" }, h("slot", null))) : null));
}

@@ -113,3 +113,3 @@ getCssClassMap() {

sticky: this.sticky,
'non-collapsable': !this.collapsable,
'non-collapsible': !this.collapsible,
};

@@ -123,3 +123,3 @@ }

"sticky": [4],
"collapsable": [4],
"collapsible": [4],
"collapsed": [1028],

@@ -126,0 +126,0 @@ "disabled": [1028],

@@ -9,3 +9,3 @@ import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/core/internal/client';

const ecoCardCss = ":host{--card-border:0 0 0 0 transparent;--card-border-radius:var(--br-sm);--sticky-offset:0;--card-background:var(--c-card-background);--card-header-background:transparent;--card-body-background:transparent;--card-footer-background:var(--c-cta-background);--card-footer-background-dark-mode:transparent;--fallback-shadow:0 0 0 transparent;background-color:var(--card-background);display:block;border-radius:var(--card-border-radius);box-sizing:border-box;white-space:normal}:host(.above){box-shadow:var(--card-border, 0 0 0 transparent), var(--box-shadow-base)}:host(.equal){box-shadow:var(--card-border, 0 0 0 transparent), 0 0 0 transparent;overflow:hidden}:host(.below){box-shadow:var(--card-border, 0 0 0 transparent), var(--box-shadow-inset)}:host(.none){--card-border:0 0 0 0 transparent}:host(.base){--card-border:0 0 0 var(--bw-thin) var(--c-border-base)}:host(.weak){--card-border:0 0 0 var(--bw-thin) var(--c-border-weak)}:host(.strong){--card-border:0 0 0 var(--bw-thin) var(--c-border-strong)}:host[sticky]{overflow:visible}.sticky{position:sticky;background-color:hsla(var(--c-card-background-hsl), var(--alpha-major));backdrop-filter:blur(var(--blur-sm));-webkit-backdrop-filter:blur(var(--blur-sm));z-index:1;inset-block-start:var(--sticky-offset)}.collapsed{border-radius:var(--card-border-radius)}.header-content{padding:var(--sp-md);display:flex;flex:1 1 auto}.collapsable .header-content{padding-inline-start:var(--sp-xxs)}.icon{padding:var(--sp-md);flex-shrink:0;cursor:pointer;appearance:none;outline:none;display:flex;justify-content:center;align-items:center;transition:all var(--speed-normal) ease-in-out}.icon:focus,.icon:hover{--alpha-minor:0.075;background-color:hsla(var(--c-cta-default-hsl), var(--alpha-minor))}@media (prefers-color-scheme: dark){.icon{background-color:var(--c-cta-background)}}";
const ecoCardCss = ":host{--card-border:0 0 0 0 transparent;--card-border-radius:var(--br-sm);--sticky-offset:0;--card-background:var(--c-card-background);--card-header-background:transparent;--card-body-background:transparent;--card-footer-background:var(--c-cta-background);--card-footer-background-dark-mode:transparent;--fallback-shadow:0 0 0 transparent;background-color:var(--card-background);display:block;border-radius:var(--card-border-radius);box-sizing:border-box;white-space:normal}:host(.above){box-shadow:var(--card-border, 0 0 0 transparent), var(--box-shadow-base)}:host(.equal){box-shadow:var(--card-border, 0 0 0 transparent), 0 0 0 transparent;overflow:hidden}:host(.below){box-shadow:var(--card-border, 0 0 0 transparent), var(--box-shadow-inset)}:host(.none){--card-border:0 0 0 0 transparent}:host(.base){--card-border:0 0 0 var(--bw-thin) var(--c-border-base)}:host(.weak){--card-border:0 0 0 var(--bw-thin) var(--c-border-weak)}:host(.strong){--card-border:0 0 0 var(--bw-thin) var(--c-border-strong)}:host[sticky]{overflow:visible}.sticky{position:sticky;background-color:hsla(var(--c-card-background-hsl), var(--alpha-major));backdrop-filter:blur(var(--blur-sm));-webkit-backdrop-filter:blur(var(--blur-sm));z-index:1;inset-block-start:var(--sticky-offset)}.collapsed{border-radius:var(--card-border-radius)}.header-content{padding:var(--sp-md);display:flex;flex:1 1 auto}.collapsible .header-content{padding-inline-start:var(--sp-xxs)}.icon{padding:var(--sp-md);flex-shrink:0;cursor:pointer;appearance:none;outline:none;display:flex;justify-content:center;align-items:center;transition:all var(--speed-normal) ease-in-out}.icon:focus,.icon:hover{--alpha-minor:0.075;background-color:hsla(var(--c-cta-default-hsl), var(--alpha-minor))}@media (prefers-color-scheme: dark){.icon{background-color:var(--c-cta-background)}}";
const EcoCardStyle0 = ecoCardCss;

@@ -24,3 +24,3 @@

var _a, _b, _c;
if (this.collapsable) {
if (this.collapsible) {
this.collapsed = !this.collapsed;

@@ -46,3 +46,3 @@ (_a = this.toggleCollapse) === null || _a === void 0 ? void 0 : _a.emit();

this.border = EcoBorder.none;
this.collapsable = false;
this.collapsible = false;
this.collapsed = false;

@@ -71,6 +71,6 @@ this.elevation = EcoElevation.above;

collapsed: this.collapsed,
collapsable: this.collapsable,
collapsible: this.collapsible,
}, style: {
'--sticky-offset': this.stickyOffset,
} }, this.collapsable ? (h("div", { "qa-id": this.qaIdToggle, class: "icon", tabindex: "0", onClick: this.handleClick, onKeyPress: this.handleEnter }, h("eco-icon", { icontype: EcoTypeList.default, iconsize: EcoIconSizeList.md, icon: this.collapsed
} }, this.collapsible ? (h("div", { "qa-id": this.qaIdToggle, class: "icon", tabindex: "0", onClick: this.handleClick, onKeyPress: this.handleEnter }, h("eco-icon", { icontype: EcoTypeList.default, iconsize: EcoIconSizeList.md, icon: this.collapsed
? EcoIconList.toggleDown

@@ -89,3 +89,3 @@ : EcoIconList.toggleUp, qaIdElement: "gen-expand-details-button" }))) : (''), h("div", { class: "header-content" }, h("slot", { name: "header" })))) : (''), this.showBody ? (h("eco-card-body", { "qa-id": this.qaIdBody, style: this.collapsed ? { display: 'none' } : {} }, h("slot", null))) : (''), this.footerSlot !== undefined && this.footerSlot !== null ? (h("eco-card-footer", { "qa-id": this.qaIdFooter, style: this.collapsed ? { display: 'none' } : {} }, h("slot", { name: "footer" }))) : ('')));

"border": [1],
"collapsable": [4],
"collapsible": [4],
"collapsed": [1028],

@@ -92,0 +92,0 @@ "elevation": [1],

@@ -27,3 +27,8 @@ import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/core/internal/client';

if (input !== null) {
this.setValue(!Number.isNaN(input.valueAsNumber) ? input.valueAsNumber : undefined);
if (input.value === '') {
this.setValue(null);
}
else {
this.setValue(!Number.isNaN(input.valueAsNumber) ? input.valueAsNumber : undefined);
}
this.valid = input.validity.valid;

@@ -73,6 +78,8 @@ }

this.value = newValue;
if (newValue !== undefined)
if (newValue !== undefined) {
console.log('emitting: ' + newValue);
this.ecoChange.emit({
value: this.value,
});
}
}

@@ -120,3 +127,3 @@ componentWillLoad() {

const classMap = this.getCssClassMap();
return (h(Host, { key: '9971d56a3d9ff386be7cbe4296730814704a7982', "qa-id": this.qaIdElement }, h("eco-input-wrapper", { key: '6bd9cf697c99ffd5c960d9ec72425d09e21e470b', class: classMap }, this.label && (h("eco-text-label", { for: this.inputId, "qa-id": this.qaIdLabel }, this.label, !this.required && (h("eco-text-input-optional", { "qa-id": this.qaIdOptional }, this.optional)))), this.help && (h("eco-text-input-help", { status: this.status, qaIdElement: this.qaIdHelp }, this.help)), h("input", { key: '9df63c4271924d8e5193431e798ae30993dec320', disabled: this.disabled, id: this.inputId, max: this.max, min: this.min, name: this.name, onBlur: this.onBlur, onFocus: this.onFocus, onInput: this.onInput, onKeyDown: this.onKeydown, pattern: this.pattern, "qa-id": this.qaIdInput, readonly: this.readonly, ref: (input) => (this.nativeInput = input), required: this.required, step: this.step, tabindex: this.tabindex, type: "number", value: this.value }))));
return (h(Host, { key: '18f38cf114dbdaf1867a9dcbe7e2c6330925f958', "qa-id": this.qaIdElement }, h("eco-input-wrapper", { key: '9d3163e93b78dcc24d9941057d9fee4681db041b', class: classMap }, this.label && (h("eco-text-label", { for: this.inputId, "qa-id": this.qaIdLabel }, this.label, !this.required && (h("eco-text-input-optional", { "qa-id": this.qaIdOptional }, this.optional)))), this.help && (h("eco-text-input-help", { status: this.status, qaIdElement: this.qaIdHelp }, this.help)), h("input", { key: '5db0726c1c7ed805c2c38d83236f45cbbcc22a01', disabled: this.disabled, id: this.inputId, max: this.max, min: this.min, name: this.name, onBlur: this.onBlur, onFocus: this.onFocus, onInput: this.onInput, onKeyDown: this.onKeydown, pattern: this.pattern, "qa-id": this.qaIdInput, readonly: this.readonly, ref: (input) => (this.nativeInput = input), required: this.required, step: this.step, tabindex: this.tabindex, type: "number", value: this.value }))));
}

@@ -123,0 +130,0 @@ getCssClassMap() {

@@ -15,3 +15,3 @@ import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';

this.__registerHost();
this.collapsable = false;
this.collapsible = false;
this.collapsed = false;

@@ -57,3 +57,3 @@ this.localStorageName = undefined;

'--aside-max-block-size': this.asideMaxBlockSize,
}, "qa-id": this.qaIdAside }, this.collapsable ? (h("div", { class: "action", onClick: this.handleCollapse, onKeyPress: this.handleCollapse, tabIndex: 0, "qa-id": this.qaIdToggle }, h("eco-icon", { icon: EcoIconList.toggleDown, icontype: EcoTypeList.default, iconsize: EcoIconSizeList.md }))) : null, h("div", { key: '98fd79a96161208de0e8a3ae8f254b07fb2920c1', class: "content", style: this.collapsed ? { display: 'none' } : {}, "qa-id": this.qaIdAsideContent }, h("slot", { key: '227010e7b0a699c940bfa34b8c35788179b1e894', name: "layout-aside" }))), h("section", { key: '08b34deb54327141d97ad4dcfa3cecb437ba2d75', "qa-id": this.qaIdContent }, h("slot", { key: 'afabef919faed942df2105b14ff8b9bb69d0d1c7' }))));
}, "qa-id": this.qaIdAside }, this.collapsible ? (h("div", { class: "action", onClick: this.handleCollapse, onKeyPress: this.handleCollapse, tabIndex: 0, "qa-id": this.qaIdToggle }, h("eco-icon", { icon: EcoIconList.toggleDown, icontype: EcoTypeList.default, iconsize: EcoIconSizeList.md }))) : null, h("div", { key: '98fd79a96161208de0e8a3ae8f254b07fb2920c1', class: "content", style: this.collapsed ? { display: 'none' } : {}, "qa-id": this.qaIdAsideContent }, h("slot", { key: '227010e7b0a699c940bfa34b8c35788179b1e894', name: "layout-aside" }))), h("section", { key: '08b34deb54327141d97ad4dcfa3cecb437ba2d75', "qa-id": this.qaIdContent }, h("slot", { key: 'afabef919faed942df2105b14ff8b9bb69d0d1c7' }))));
}

@@ -64,3 +64,3 @@ getCssClassMap() {

collapsed: this.collapsed,
collapsable: this.collapsable,
collapsible: this.collapsible,
};

@@ -70,3 +70,3 @@ }

}, [6, "eco-layout-aside", {
"collapsable": [4],
"collapsible": [4],
"collapsed": [1028],

@@ -73,0 +73,0 @@ "localStorageName": [1, "local-storage-name"],

@@ -15,3 +15,3 @@ import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';

this.__registerHost();
this.collapsable = false;
this.collapsible = false;
this.collapsed = false;

@@ -56,3 +56,3 @@ this.filtersApplied = false;

'--filter-max-block-size': this.filterMaxBlockSize,
}, "qa-id": this.qaIdFilter }, this.collapsable ? (h("div", { class: { action: true, 'filters-applied': this.filtersApplied }, onClick: this.handleCollapse, onKeyPress: this.handleCollapse, tabIndex: 0, "qa-id": this.qaIdToggle }, h("eco-icon", { icon: this.collapsed ? EcoIconList.filter : EcoIconList.toggleDown, icontype: EcoTypeList.default, iconsize: EcoIconSizeList.md }))) : null, h("div", { key: 'ca37c83b0baba6cf95e2687c3e99c126407b4778', class: "content", style: this.collapsed ? { display: 'none' } : {}, "qa-id": this.qaIdContent }, h("slot", { key: '090a4573c6a790f957fe1f429cdf03702fa11754', name: "layout-filter" }))), h("section", { key: 'c4ba45626ccdaf55ad4214440b72c5f2930bcc58', "qa-id": this.qaIdContent }, h("slot", { key: '8bfdaf35f9c2b858e1a4aeb5a4a6a842d6f09d9c' }))));
}, "qa-id": this.qaIdFilter }, this.collapsible ? (h("div", { class: { action: true, 'filters-applied': this.filtersApplied }, onClick: this.handleCollapse, onKeyPress: this.handleCollapse, tabIndex: 0, "qa-id": this.qaIdToggle }, h("eco-icon", { icon: this.collapsed ? EcoIconList.filter : EcoIconList.toggleDown, icontype: EcoTypeList.default, iconsize: EcoIconSizeList.md }))) : null, h("div", { key: 'ca37c83b0baba6cf95e2687c3e99c126407b4778', class: "content", style: this.collapsed ? { display: 'none' } : {}, "qa-id": this.qaIdContent }, h("slot", { key: '090a4573c6a790f957fe1f429cdf03702fa11754', name: "layout-filter" }))), h("section", { key: 'c4ba45626ccdaf55ad4214440b72c5f2930bcc58', "qa-id": this.qaIdContent }, h("slot", { key: '8bfdaf35f9c2b858e1a4aeb5a4a6a842d6f09d9c' }))));
}

@@ -62,3 +62,3 @@ getCssClassMap() {

collapsed: this.collapsed,
collapsable: this.collapsable,
collapsible: this.collapsible,
};

@@ -68,3 +68,3 @@ }

}, [6, "eco-layout-filter", {
"collapsable": [4],
"collapsible": [4],
"collapsed": [1028],

@@ -71,0 +71,0 @@ "filtersApplied": [4, "filters-applied"],

@@ -1,2 +0,2 @@

import{p as e,b as a}from"./p-4323c41c.js";export{s as setNonce}from"./p-4323c41c.js";import{g as t}from"./p-e1255160.js";const d=()=>{const a=import.meta.url;const t={};if(a!==""){t.resourcesUrl=new URL(".",a).href}return e(t)};d().then((async e=>{await t();return a(JSON.parse('[["p-4c8a2826",[[1,"eco-multi-select",{"value":[1040],"label":[1],"help":[1],"name":[1],"optional":[1],"placeholder":[1],"maxBlockSize":[1,"max-block-size"],"status":[1],"disabled":[4],"required":[4],"inputId":[1025,"input-id"],"qaIdElement":[1,"qa-id-element"],"qaIdHelp":[1,"qa-id-help"],"qaIdLabel":[1,"qa-id-label"],"qaIdInput":[1,"qa-id-input"],"qaIdOptional":[1,"qa-id-optional"],"setFocus":[64]}]]],["p-e1c80fde",[[1,"eco-chat-message",{"timestamp":[1],"author":[1],"message":[1],"authorIsUser":[4,"author-is-user"],"canDelete":[4,"can-delete"],"canEdit":[4,"can-edit"],"qaIdElement":[1,"qa-id-element"],"qaIdTimestamp":[1,"qa-id-timestamp"],"qaIdAuthor":[1,"qa-id-author"],"qaIdMessage":[1,"qa-id-message"],"qaIdActionCancel":[1,"qa-id-action-cancel"],"qaIdActionDelete":[1,"qa-id-action-delete"],"qaIdActionDeleteConfirm":[1,"qa-id-action-delete-confirm"],"qaIdActionEdit":[1,"qa-id-action-edit"],"qaIdActionEditConfirm":[1,"qa-id-action-edit-confirm"],"updatedMessage":[32]},[[0,"messageEdited","onEdited"],[0,"messageDeleted","onDeleted"]]]]],["p-360542fc",[[2,"eco-input-filter",{"label":[1],"help":[1],"helpStatus":[1,"help-status"],"placeholder":[1],"optional":[1],"inputId":[1025,"input-id"],"required":[4],"qaIdElement":[1,"qa-id-element"],"qaIdLabel":[1,"qa-id-label"],"qaIdHelp":[1,"qa-id-help"],"qaIdInput":[1,"qa-id-input"],"qaIdOptional":[1,"qa-id-optional"],"qaIdNoResultsText":[1,"qa-id-no-results-text"],"resetFilter":[64]}]]],["p-51aa13c8",[[4,"eco-table",{"responsive":[4],"resizable":[4],"equalcolumns":[4],"containsDocs":[4,"contains-docs"],"stickyOffset":[1,"sticky-offset"],"stickyTableHeight":[1,"sticky-table-height"],"searchable":[4],"searchableNoResults":[1028,"searchable-no-results"],"searchableNoResultsText":[1,"searchable-no-results-text"],"searchableLabel":[1,"searchable-label"],"searchableHelp":[1,"searchable-help"],"searchablePlaceholder":[1,"searchable-placeholder"],"qaIdElement":[1,"qa-id-element"],"qaIdResetButton":[1,"qa-id-reset-button"],"qaIdActions":[1,"qa-id-actions"],"qaIdTable":[1,"qa-id-table"],"qaIdSearchableElement":[1,"qa-id-searchable-element"],"qaIdSearchableInput":[1,"qa-id-searchable-input"],"qaIdSearchableLabel":[1,"qa-id-searchable-label"],"qaIdSearchableHelp":[1,"qa-id-searchable-help"],"qaIdNoResultsText":[1,"qa-id-no-results-text"],"customSortEnabled":[4,"custom-sort-enabled"],"resetColumns":[64],"searchClear":[64]}]]],["p-f2a608cc",[[1,"eco-docs-code",{"codeTitle":[1,"code-title"],"code":[1],"showLines":[4,"show-lines"],"allowCopy":[4,"allow-copy"],"copyLabel":[1025,"copy-label"],"qaIdElement":[1,"qa-id-element"],"qaIdCode":[1,"qa-id-code"],"qaIdCopy":[1,"qa-id-copy"],"qaIdCopyLabel":[1,"qa-id-copy-label"],"qaIdCodeTitle":[1,"qa-id-code-title"],"qaIdLineNumbers":[1,"qa-id-line-numbers"],"hasCopied":[32],"copyIcon":[32]}]]],["p-2ff6c15d",[[6,"eco-modal",{"modaltitle":[1],"visible":[1028],"fill":[4],"showBody":[4,"show-body"],"qaIdElement":[1,"qa-id-element"],"qaIdModal":[1,"qa-id-modal"],"qaIdTitle":[1,"qa-id-title"],"qaIdClose":[1,"qa-id-close"],"qaIdCancel":[1,"qa-id-cancel"],"handleClose":[64],"handleTrigger":[64]}]]],["p-f8104634",[[1,"eco-filter-list",{"label":[1],"help":[1],"placeholder":[1],"hideInputIfLessThan":[2,"hide-input-if-less-than"],"noResultsText":[1,"no-results-text"],"inputId":[1,"input-id"],"maxBlockSize":[1,"max-block-size"],"qaIdElement":[1,"qa-id-element"],"qaIdLabel":[1,"qa-id-label"],"qaIdHelp":[1,"qa-id-help"],"qaIdInput":[1,"qa-id-input"],"qaIdNoResultsText":[1,"qa-id-no-results-text"],"noResults":[32],"showInput":[32],"filterSlot":[64],"filterClear":[64]}]]],["p-4bd197dd",[[2,"eco-input-range",{"value":[1026],"inputId":[1025,"input-id"],"min":[2],"step":[2],"max":[2],"rangeFlow":[1,"range-flow"],"inputFlow":[1,"input-flow"],"thumbSize":[1,"thumb-size"],"showInput":[4,"show-input"],"showOutput":[4,"show-output"],"showError":[1028,"show-error"],"showStepMismatchError":[1028,"show-step-mismatch-error"],"valuePrefix":[1,"value-prefix"],"valueSuffix":[1,"value-suffix"],"help":[1],"helpStatus":[1,"help-status"],"label":[1],"disabled":[4],"readonly":[4],"required":[4],"optional":[1],"qaIdElement":[1,"qa-id-element"],"qaIdLabel":[1,"qa-id-label"],"qaIdOptional":[1,"qa-id-optional"],"qaIdHelp":[1,"qa-id-help"],"qaIdRange":[1,"qa-id-range"],"qaIdInput":[1,"qa-id-input"],"qaIdOutput":[1,"qa-id-output"],"qaIdMessagebox":[1,"qa-id-messagebox"]},null,{"value":["valueChanged"]}]]],["p-0901fefe",[[1,"eco-radios",{"searchable":[4],"searchPlaceholder":[1,"search-placeholder"],"help":[1],"helpStatus":[1,"help-status"],"name":[1],"label":[1],"noResults":[1028,"no-results"],"noResultsText":[1,"no-results-text"],"qaIdElement":[1,"qa-id-element"],"qaIdHelp":[1,"qa-id-help"],"qaIdInput":[1,"qa-id-input"],"qaIdLabel":[1,"qa-id-label"],"qaIdNoResultsText":[1,"qa-id-no-results-text"],"radioData":[16],"value":[1032],"maxBlockSize":[1,"max-block-size"],"searchClear":[64]},[[4,"keydown","onKeydown"]],{"value":["valueChanged"]}]]],["p-e90127fd",[[6,"eco-input-datalist",{"disabled":[4],"help":[1],"helpStatus":[1,"help-status"],"inputId":[1,"input-id"],"listId":[1,"list-id"],"label":[1],"optional":[1],"qaIdDataList":[1,"qa-id-data-list"],"qaIdElement":[1,"qa-id-element"],"qaIdHelp":[1,"qa-id-help"],"qaIdInput":[1,"qa-id-input"],"qaIdLabel":[1,"qa-id-label"],"qaIdOptional":[1,"qa-id-optional"],"qaIdNotListedMessage":[1,"qa-id-not-listed-message"],"readonly":[4],"required":[4],"value":[1025],"placeholder":[1],"notListedMessage":[1,"not-listed-message"],"notListedOption":[32],"optionsList":[32]}]]],["p-97eb9bdf",[[1,"eco-input-tags",{"label":[1],"help":[1],"helpStatus":[1,"help-status"],"optional":[1],"inputId":[1025,"input-id"],"value":[1040],"options":[16],"required":[4],"qaIdLabel":[1,"qa-id-label"],"qaIdHelp":[1,"qa-id-help"],"qaIdOptional":[1,"qa-id-optional"],"qaIdValues":[1,"qa-id-values"],"qaIdInput":[1,"qa-id-input"],"qaIdOptions":[1,"qa-id-options"],"currentInput":[32],"setOptions":[64]},[[0,"focusout","handleFocusOut"],[0,"tagRemoved","removeTagHandler"],[0,"tagAdded","addTagHandler"]]]]],["p-2a6203fe",[[2,"eco-input-time",{"disabled":[4],"help":[1],"helpStatus":[1,"help-status"],"label":[1],"optional":[1],"qaIdDays":[1,"qa-id-days"],"qaIdElement":[1,"qa-id-element"],"qaIdHelp":[1,"qa-id-help"],"qaIdHours":[1,"qa-id-hours"],"qaIdInputs":[1,"qa-id-inputs"],"qaIdLabel":[1,"qa-id-label"],"qaIdMinutes":[1,"qa-id-minutes"],"qaIdOptional":[1,"qa-id-optional"],"qaIdSeconds":[1,"qa-id-seconds"],"qaIdWeeks":[1,"qa-id-weeks"],"readonly":[4],"required":[4],"value":[1025],"weeks":[4],"weeksMax":[2,"weeks-max"],"weeksMin":[2,"weeks-min"],"weeksValue":[1026,"weeks-value"],"days":[4],"daysMax":[2,"days-max"],"daysMin":[2,"days-min"],"daysValue":[1026,"days-value"],"hours":[4],"hoursMax":[2,"hours-max"],"hoursMin":[2,"hours-min"],"hoursValue":[1026,"hours-value"],"minutes":[4],"minutesMax":[2,"minutes-max"],"minutesMin":[2,"minutes-min"],"minutesValue":[1026,"minutes-value"],"seconds":[4],"secondsMax":[2,"seconds-max"],"secondsMin":[2,"seconds-min"],"secondsValue":[1026,"seconds-value"]}]]],["p-5b529643",[[6,"eco-layout-nav",{"logoTitle":[1,"logo-title"],"homeLink":[1,"home-link"],"appName":[1,"app-name"],"accountName":[1,"account-name"],"allowHiding":[4,"allow-hiding"],"hideNav":[4,"hide-nav"],"qaIdElement":[1,"qa-id-element"],"qaIdLogo":[1,"qa-id-logo"],"qaIdAppName":[1,"qa-id-app-name"],"qaIdNav":[1,"qa-id-nav"],"accentHue":[2,"accent-hue"],"accentSaturation":[2,"accent-saturation"],"accentLightness":[2,"accent-lightness"],"accentAlpha":[2,"accent-alpha"],"followActive":[64],"navHide":[64],"navShow":[64],"navToggle":[64]}]]],["p-e41760b2",[[1,"eco-tetrigs",{"board":[32],"score":[32],"currentPiece":[32],"nextPiece":[32],"isGameOver":[32]}]]],["p-0bcefc8a",[[2,"eco-input-file",{"accept":[1],"disabled":[4],"files":[16],"help":[1],"inputId":[1,"input-id"],"label":[1],"optional":[1],"qaIdButton":[1,"qa-id-button"],"qaIdElement":[1,"qa-id-element"],"qaIdFilename":[1,"qa-id-filename"],"qaIdHelp":[1,"qa-id-help"],"qaIdInput":[1,"qa-id-input"],"qaIdLabel":[1,"qa-id-label"],"qaIdOptional":[1,"qa-id-optional"],"readonly":[4],"required":[4],"status":[1],"text":[1],"value":[1],"width":[1],"reset":[64]}]]],["p-734cd492",[[1,"eco-input-phone",{"disabled":[4],"help":[1],"label":[1],"name":[1],"optional":[1],"pattern":[1],"placeholder":[1],"qaIdElement":[1,"qa-id-element"],"qaIdHelp":[1,"qa-id-help"],"qaIdInput":[1,"qa-id-input"],"qaIdLabel":[1,"qa-id-label"],"qaIdOptional":[1,"qa-id-optional"],"readonly":[4],"required":[4],"status":[1],"width":[1],"inputId":[1025,"input-id"],"value":[1025],"hasFocus":[32],"setFocus":[64],"getInputElement":[64]}]]],["p-7a5b1ddd",[[6,"eco-select",{"value":[1025],"label":[1],"help":[1],"name":[1],"optional":[1],"status":[1],"width":[1],"disabled":[4],"required":[4],"multiple":[4],"inputId":[1025,"input-id"],"qaIdElement":[1,"qa-id-element"],"qaIdHelp":[1,"qa-id-help"],"qaIdLabel":[1,"qa-id-label"],"qaIdSelect":[1,"qa-id-select"]}]]],["p-96cf021e",[[1,"eco-stacked-bar",{"label":[1],"help":[1],"helpStatus":[1,"help-status"],"showLegend":[4,"show-legend"],"showPercent":[4,"show-percent"],"showCount":[4,"show-count"],"gap":[1],"barThickness":[1,"bar-thickness"],"qaIdElement":[1,"qa-id-element"],"qaIdLabel":[1,"qa-id-label"],"qaIdHelp":[1,"qa-id-help"],"qaIdBar":[1,"qa-id-bar"],"qaIdLegend":[1,"qa-id-legend"],"qaIdPercent":[1,"qa-id-percent"],"qaIdCount":[1,"qa-id-count"],"data":[16]}]]],["p-66714369",[[1,"eco-docs-responses",{"responsesTitle":[1,"responses-title"],"responses":[16],"qaIdElement":[1,"qa-id-element"],"qaIdResponsesTitle":[1,"qa-id-responses-title"]}]]],["p-a8ddc1f4",[[1,"eco-qr-scanner",{"label":[1],"icon":[1],"type":[1],"styletype":[1],"qaIdElement":[1,"qa-id-element"],"value":[32],"scanningInProgress":[32],"start":[64],"reset":[64]}]]],["p-114be3ea",[[1,"eco-lightbox",{"visible":[1028],"loaded":[4],"disabled":[4],"qaIdElement":[1,"qa-id-element"],"handleTrigger":[64]}]]],["p-d6457237",[[1,"eco-split-button",{"showOptions":[32],"toggleIconSize":[32],"toggleIcon":[32],"open":[64],"close":[64]}]]],["p-0baf5a15",[[1,"eco-split-option",{"disabled":[4],"icon":[1],"isBusy":[4,"is-busy"],"label":[1],"size":[1],"styletype":[1],"type":[1],"qaIdElement":[1,"qa-id-element"],"qaIdIcon":[1,"qa-id-icon"],"qaIdLabel":[1,"qa-id-label"],"focusButton":[64]}]]],["p-fb07545f",[[1,"eco-slide-over",{"qaIdElement":[1,"qa-id-element"],"qaIdClose":[1,"qa-id-close"],"visible":[1028],"handleClose":[64],"handleTrigger":[64]}]]],["p-e316372f",[[1,"eco-accordion-item",{"align":[1025],"clickAnywhere":[4,"click-anywhere"],"sticky":[4],"collapsable":[4],"collapsed":[1028],"disabled":[1028],"qaIdContent":[1,"qa-id-content"],"qaIdElement":[1,"qa-id-element"],"qaIdHeader":[1,"qa-id-header"],"qaIdIcon":[1,"qa-id-icon"],"qaIdToggle":[1,"qa-id-toggle"],"disable":[64]}]]],["p-cbee9a1e",[[2,"eco-ani-add-gtl-orientation",{"location":[1]}]]],["p-96567d1b",[[1,"eco-badge",{"type":[1],"icon":[1],"dot":[4],"label":[1],"rotateIcon":[4,"rotate-icon"],"qaIdElement":[1,"qa-id-element"],"qaIdLabel":[1,"qa-id-label"],"qaIdIcon":[1,"qa-id-icon"],"qaIdDot":[1,"qa-id-dot"]}]]],["p-58c5f753",[[1,"eco-chart-sparkline",{"label":[1],"showCount":[4,"show-count"],"data":[16],"lineColour":[1,"line-colour"],"strokeWidth":[2,"stroke-width"],"fillColour":[1,"fill-colour"],"fillOpacity":[1,"fill-opacity"],"yAxisMax":[2,"y-axis-max"],"flow":[1],"lineXPos":[32],"count":[32]}]]],["p-e63d3092",[[1,"eco-input-radio",{"value":[1032],"disabled":[4],"label":[1],"name":[1],"qaIdElement":[1,"qa-id-element"],"qaIdInput":[1,"qa-id-input"],"qaIdLabel":[1,"qa-id-label"],"checked":[32],"buttonTabindex":[32],"setButtonTabindex":[64]}]]],["p-286d6a70",[[6,"eco-layout-aside",{"collapsable":[4],"collapsed":[1028],"localStorageName":[1,"local-storage-name"],"sticky":[4],"stickyOffset":[1,"sticky-offset"],"asideMaxBlockSize":[1,"aside-max-block-size"],"asidePosition":[1,"aside-position"],"qaIdElement":[1,"qa-id-element"],"qaIdAside":[1,"qa-id-aside"],"qaIdAsideContent":[1,"qa-id-aside-content"],"qaIdToggle":[1,"qa-id-toggle"],"qaIdContent":[1,"qa-id-content"],"handleCollapse":[64]}]]],["p-3ad84cb2",[[1,"eco-layout-blocks",{"qaIdElement":[1,"qa-id-element"],"qaIdContent":[1,"qa-id-content"]}]]],["p-45a0dafd",[[6,"eco-layout-filter",{"collapsable":[4],"collapsed":[1028],"filtersApplied":[4,"filters-applied"],"localStorageName":[1,"local-storage-name"],"sticky":[4],"stickyOffset":[1,"sticky-offset"],"filterMaxBlockSize":[1,"filter-max-block-size"],"qaIdElement":[1,"qa-id-element"],"qaIdFilter":[1,"qa-id-filter"],"qaIdToggle":[1,"qa-id-toggle"],"qaIdContent":[1,"qa-id-content"],"handleCollapse":[64]}]]],["p-088297d2",[[1,"eco-layout-header",{"level":[2],"displayAs":[2,"display-as"],"qaIdElement":[1,"qa-id-element"],"qaIdActionsBefore":[1,"qa-id-actions-before"],"qaIdActionsAfter":[1,"qa-id-actions-after"],"qaIdHeadingElement":[1,"qa-id-heading-element"],"qaIdHeading":[1,"qa-id-heading"]}]]],["p-0957790d",[[1,"eco-nav-link",{"href":[1],"label":[1],"target":[1],"rel":[1],"active":[4],"icon":[1],"iconsize":[1],"qaIdElement":[1,"qa-id-element"],"qaIdIcon":[1,"qa-id-icon"]},[[0,"keydown","handleKeyDown"]]]]],["p-d04f192e",[[2,"eco-status-icon",{"icon":[1],"type":[1],"iconsize":[1],"label":[1],"labelLocation":[1,"label-location"],"wrapLabel":[4,"wrap-label"],"width":[2],"qaIdElement":[1,"qa-id-element"],"qaIdIcon":[1,"qa-id-icon"],"qaIdLabel":[1,"qa-id-label"]}]]],["p-3f792fa1",[[1,"eco-subnav-item",{"disabled":[4],"href":[1],"target":[1],"label":[1],"icon":[1],"iconPosition":[1,"icon-position"],"iconSize":[1,"icon-size"],"active":[4],"qaIdElement":[1,"qa-id-element"],"qaIdIcon":[1,"qa-id-icon"]}]]],["p-c5a20c47",[[1,"eco-text-clamp",{"linesToShow":[2,"lines-to-show"],"suppressExpand":[4,"suppress-expand"]}]]],["p-712c2c4f",[[1,"eco-user-badge",{"userId":[1,"user-id"],"userName":[1,"user-name"],"initials":[4],"qaIdElement":[1,"qa-id-element"]}]]],["p-4853f941",[[1,"eco-accordion",{"qaIdElement":[1,"qa-id-element"],"align":[1],"clickAnywhere":[4,"click-anywhere"],"sticky":[4]}]]],["p-f22317c2",[[1,"eco-fieldset",{"legend":[1],"disabled":[4],"qaIdElement":[1,"qa-id-element"],"qaIdLegend":[1,"qa-id-legend"]},null,{"disabled":["onDisabledChange"]}]]],["p-dffb8995",[[1,"eco-generated-pattern-dots",{"text":[1],"qaIdElement":[1,"qa-id-element"]}]]],["p-bdb76b1d",[[1,"eco-generated-pattern-stripes",{"text":[1],"stripeWidth":[2,"stripe-width"],"qaIdElement":[1,"qa-id-element"]}]]],["p-b8cfb9ef",[[6,"eco-layout-body",{"qaIdElement":[1,"qa-id-element"],"qaIdMain":[1,"qa-id-main"]}]]],["p-b2b2d09e",[[0,"eco-level",{"tooltip":[1],"steps":[2],"amount":[2],"emptyLabel":[1,"empty-label"],"overfullLabel":[1,"overfull-label"],"showAmount":[4,"show-amount"],"approximate":[4],"levelGap":[4,"level-gap"],"type":[1],"elementFlow":[1,"element-flow"],"levelFlow":[1,"level-flow"],"qaIdElement":[1,"qa-id-element"],"qaIdAmount":[1,"qa-id-amount"],"renderAmount":[4,"render-amount"]}]]],["p-ed54ed21",[[1,"eco-logo",{"colour":[1]}]]],["p-59e77797",[[1,"eco-nav-flyout",{"qaIdElement":[1,"qa-id-element"],"visible":[1028],"handleClose":[64],"handleTrigger":[64]},[[8,"click","handleClick"],[8,"keyup","handleKeyup"]]]]],["p-3d0c3e76",[[2,"eco-progress",{"variant":[1],"type":[1],"width":[1],"improving":[4],"max":[2],"value":[2],"roundTo":[2,"round-to"],"showPercentage":[4,"show-percentage"],"of":[4],"ofString":[1,"of-string"],"qaIdElement":[1,"qa-id-element"],"qaIdText":[1,"qa-id-text"],"qaIdProgress":[1,"qa-id-progress"]}]]],["p-684387d0",[[1,"eco-segment",{"value":[1032],"disabled":[4],"name":[1],"qaIdElement":[1,"qa-id-element"],"qaIdInput":[1,"qa-id-input"],"qaIdLabel":[1,"qa-id-label"],"checked":[32],"buttonTabindex":[32],"setButtonTabindex":[64]}]]],["p-f41d1ed6",[[1,"eco-segments",{"qaIdElement":[1,"qa-id-element"],"value":[1032]},[[4,"keydown","onKeydown"]]]]],["p-accae429",[[1,"eco-subnav",{"flow":[1],"qaIdElement":[1,"qa-id-element"],"followActive":[64]}]]],["p-c7509dea",[[1,"eco-tab",{"bind":[1],"active":[4],"qaIdElement":[1,"qa-id-element"]}]]],["p-96be4713",[[1,"eco-tab-content",{"bind":[1],"qaIdElement":[1,"qa-id-element"]}]]],["p-18589c9c",[[1,"eco-tabs",{"tabLocation":[1,"tab-location"],"alignTabs":[1,"align-tabs"],"wrap":[4],"sticky":[4],"stickyOffset":[1,"sticky-offset"],"changeUrl":[1,"change-url"],"urlSearchQuery":[1,"url-search-query"],"autoPlay":[4,"auto-play"],"autoPlaySpeed":[2,"auto-play-speed"],"qaIdElement":[1,"qa-id-element"],"setActiveTab":[64]},[[0,"click","handleClick"],[0,"keyup","handleKeyup"]]]]],["p-4c98af76",[[1,"eco-checkboxes",{"help":[1],"helpStatus":[1,"help-status"],"label":[1],"noResults":[1028,"no-results"],"noResultsText":[1,"no-results-text"],"searchable":[4],"searchPlaceholder":[1,"search-placeholder"],"qaIdElement":[1,"qa-id-element"],"qaIdHelp":[1,"qa-id-help"],"qaIdInput":[1,"qa-id-input"],"qaIdLabel":[1,"qa-id-label"],"qaIdNoResultsText":[1,"qa-id-no-results-text"],"checkAll":[4,"check-all"],"allowCheckAll":[4,"allow-check-all"],"maxBlockSize":[1,"max-block-size"],"searchClear":[64]},[[0,"ecoChange","handleEcoChange"]]]]],["p-fdb80b4a",[[1,"eco-input-tag",{"label":[1],"action":[1],"qaIdElement":[1,"qa-id-element"],"qaIdIcon":[1,"qa-id-icon"],"addTag":[64],"removeTag":[64]}]]],["p-6a943517",[[1,"eco-popover",{"showOn":[1,"show-on"],"popoverFlow":[1,"popover-flow"],"popoverAlignment":[1,"popover-alignment"],"qaIdElement":[1,"qa-id-element"],"qaIdPopover":[1,"qa-id-popover"],"visible":[32],"open":[64],"close":[64],"handleMouseEnter":[64],"handleFocusIn":[64],"handleFocusOut":[64],"handleMouseLeave":[64],"handleClickOnElement":[64]}]]],["p-8da442e2",[[1,"eco-split-options"]]],["p-d304de35",[[1,"eco-toast",{"type":[1],"icon":[1],"autoDismiss":[4,"auto-dismiss"],"dismissAfter":[2,"dismiss-after"],"qaIdElement":[1,"qa-id-element"],"qaIdContent":[1,"qa-id-content"],"qaIdClose":[1,"qa-id-close"],"qaIdTimer":[1,"qa-id-timer"]}],[1,"eco-toast-rack",{"qaIdElement":[1,"qa-id-element"],"stack":[4]},[[0,"present","toastPresent"],[0,"dismiss","toastDismiss"]]]]],["p-1d3c29dd",[[2,"eco-input-textarea",{"disabled":[4],"height":[1],"help":[1],"label":[1],"maxLength":[2,"max-length"],"minLength":[2,"min-length"],"name":[1],"optional":[1],"placeholder":[1],"qaIdElement":[1,"qa-id-element"],"qaIdHelp":[1,"qa-id-help"],"qaIdInput":[1,"qa-id-input"],"qaIdLabel":[1,"qa-id-label"],"qaIdOptional":[1,"qa-id-optional"],"readonly":[4],"required":[4],"resize":[4],"status":[1],"width":[1],"inputId":[1025,"input-id"],"value":[1025]}]]],["p-c09b6d4a",[[1,"eco-input-checkbox",{"label":[1],"checked":[1028],"indeterminate":[1028],"disabled":[4],"inputId":[1025,"input-id"],"qaIdElement":[1,"qa-id-element"],"qaIdInput":[1,"qa-id-input"],"qaIdLabel":[1,"qa-id-label"],"name":[1],"value":[1],"labelPosition":[1,"label-position"],"showAsToggle":[4,"show-as-toggle"],"setChecked":[64]}]]],["p-b97fc631",[[1,"eco-nav-action",{"notice":[1028],"icon":[1],"iconsize":[1],"qaIdElement":[1,"qa-id-element"],"isNoticed":[32],"noticeStart":[64],"noticeStop":[64]}],[1,"eco-igs-logo",{"theme":[1],"colour":[1]}]]],["p-ae02c0e9",[[1,"eco-description-group",{"vertical":[4],"flow":[1],"qaIdElement":[1,"qa-id-element"],"colWidth":[1,"col-width"],"termWidth":[1,"term-width"],"gap":[1],"inverted":[4]}],[1,"eco-docs-parameter",{"name":[1],"required":[4],"schemaType":[1,"schema-type"],"in":[1],"qaIdElement":[1,"qa-id-element"],"qaIdName":[1,"qa-id-name"],"qaIdRequired":[1,"qa-id-required"],"qaIdSchemaType":[1,"qa-id-schema-type"],"qaIdIn":[1,"qa-id-in"]}]]],["p-eb4587e9",[[1,"eco-description",{"term":[1],"description":[8],"flow":[1025],"inverted":[4],"qaIdElement":[1,"qa-id-element"],"qaIdTerm":[1,"qa-id-term"],"qaIdDesc":[1,"qa-id-desc"]}]]],["p-24be6c25",[[1,"eco-popover-content",{"popoverFlow":[1,"popover-flow"],"popoverAlignment":[1,"popover-alignment"],"qaIdPopover":[1,"qa-id-popover"]}]]],["p-3ee35597",[[2,"eco-input-date",{"label":[1],"help":[1],"helpStatus":[1,"help-status"],"optional":[1],"readonly":[4],"required":[4],"disabled":[4],"status":[1025],"withTime":[4,"with-time"],"daysPast":[2,"days-past"],"daysFuture":[2,"days-future"],"dayMin":[2,"day-min"],"dayMax":[2,"day-max"],"monthMin":[2,"month-min"],"monthMax":[2,"month-max"],"yearMin":[2,"year-min"],"yearMax":[2,"year-max"],"minuteMin":[2,"minute-min"],"minuteMax":[2,"minute-max"],"hourMin":[2,"hour-min"],"hourMax":[2,"hour-max"],"qaIdInputs":[1,"qa-id-inputs"],"qaIdDd":[1,"qa-id-dd"],"qaIdMm":[1,"qa-id-mm"],"qaIdYyyy":[1,"qa-id-yyyy"],"qaIdMinute":[1,"qa-id-minute"],"qaIdHour":[1,"qa-id-hour"],"qaIdElement":[1,"qa-id-element"],"qaIdLabel":[1,"qa-id-label"],"qaIdOptional":[1,"qa-id-optional"],"qaIdHelp":[1,"qa-id-help"],"qaIdMessagebox":[1,"qa-id-messagebox"],"value":[1025],"dateExists":[32],"inputsEmpty":[32],"sinceDate":[32],"sinceDateError":[32],"untilDate":[32],"untilDateError":[32],"validateDate":[64],"getDate":[64],"setDate":[64]}],[2,"eco-input-number",{"clearInput":[4,"clear-input"],"clearOnEdit":[4,"clear-on-edit"],"disabled":[4],"help":[1],"label":[1],"max":[2],"min":[2],"name":[1],"optional":[1],"pattern":[1],"qaIdElement":[1,"qa-id-element"],"qaIdHelp":[1,"qa-id-help"],"qaIdInput":[1,"qa-id-input"],"qaIdLabel":[1,"qa-id-label"],"qaIdOptional":[1,"qa-id-optional"],"readonly":[4],"required":[4],"status":[1],"step":[2],"width":[1],"inputId":[1025,"input-id"],"valid":[1028],"value":[1026],"hasFocus":[32],"setFocus":[64],"getInputElement":[64]}],[6,"eco-messagebox",{"type":[1],"icon":[1],"qaIdElement":[1,"qa-id-element"],"qaIdIcon":[1,"qa-id-icon"]}],[1,"eco-text-input-optional",{"qaIdElement":[1,"qa-id-element"]}],[1,"eco-text-input-help",{"status":[1],"qaIdElement":[1,"qa-id-element"],"qaIdIcon":[1,"qa-id-icon"]}],[6,"eco-input-wrapper",{"width":[1],"status":[1],"qaIdElement":[1,"qa-id-element"]}],[1,"eco-text-label",{"for":[1],"wrap":[4],"qaIdLabel":[1,"qa-id-label"],"qaIdElement":[1,"qa-id-element"]}],[1,"eco-spacer",{"gap":[1],"flow":[1],"wrap":[4],"qaIdElement":[1,"qa-id-element"]}],[1,"eco-icon",{"icon":[1],"icontype":[1],"iconsize":[1],"qaIdElement":[1,"qa-id-element"],"rotate":[4]}]]],["p-dd0bddb1",[[2,"eco-button",{"disabled":[4],"href":[1],"target":[1],"icon":[1],"isBusy":[4,"is-busy"],"label":[1],"link":[4],"qaIdElement":[1,"qa-id-element"],"qaIdIcon":[1,"qa-id-icon"],"qaIdLabel":[1,"qa-id-label"],"size":[1],"styletype":[1],"type":[1],"iconsize":[1025],"toggleLabel":[4,"toggle-label"],"iconPosition":[1,"icon-position"]},[[0,"keydown","handleKeyDown"]]],[2,"eco-spinner",{"text":[1],"fullscreen":[4],"size":[1],"theme":[1],"qaIdElement":[1,"qa-id-element"],"qaIdText":[1,"qa-id-text"]}],[1,"eco-backdrop",{"visible":[1028],"showBackdrop":[64],"hideBackdrop":[64]}]]],["p-8264d657",[[1,"eco-chat-bubble",{"message":[1],"authorIsUser":[4,"author-is-user"],"canDelete":[4,"can-delete"],"canEdit":[4,"can-edit"],"qaIdElement":[1,"qa-id-element"],"qaIdActionCancel":[1,"qa-id-action-cancel"],"qaIdActionDelete":[1,"qa-id-action-delete"],"qaIdActionDeleteConfirm":[1,"qa-id-action-delete-confirm"],"qaIdActionEdit":[1,"qa-id-action-edit"],"qaIdActionEditConfirm":[1,"qa-id-action-edit-confirm"],"isUpdating":[32],"isEditing":[32],"isDeleting":[32],"updatedMessage":[32]},[[0,"ecoChange","updateMessage"]],{"message":["valueChanged"]}],[1,"eco-chat-author",{"author":[1],"qaIdElement":[1,"qa-id-element"]}],[1,"eco-chat-timestamp",{"timestamp":[1],"qaIdElement":[1,"qa-id-element"]}]]],["p-d2785c4f",[[6,"eco-text-heading",{"level":[2],"displayAs":[1026,"display-as"],"headingId":[1,"heading-id"],"qaIdElement":[1,"qa-id-element"],"qaIdHeading":[1,"qa-id-heading"]}]]],["p-b983dd94",[[2,"eco-input-text",{"clearInput":[4,"clear-input"],"clearOnEdit":[4,"clear-on-edit"],"disabled":[4],"help":[1],"hidden":[4],"label":[1],"name":[1],"maxLength":[2,"max-length"],"minLength":[2,"min-length"],"optional":[1],"placeholder":[1],"qaIdElement":[1,"qa-id-element"],"qaIdHelp":[1,"qa-id-help"],"qaIdInput":[1,"qa-id-input"],"qaIdLabel":[1,"qa-id-label"],"qaIdOptional":[1,"qa-id-optional"],"readonly":[4],"required":[4],"status":[1],"type":[1],"width":[1],"inputId":[1025,"input-id"],"value":[1025],"hasFocus":[32],"setFocus":[64],"getInputElement":[64]}]]],["p-930d3b78",[[1,"eco-card",{"border":[1],"collapsable":[4],"collapsed":[1028],"elevation":[1],"showBody":[4,"show-body"],"qaIdBody":[1,"qa-id-body"],"qaIdElement":[1,"qa-id-element"],"qaIdExpand":[1,"qa-id-expand"],"qaIdFooter":[1,"qa-id-footer"],"qaIdHeader":[1,"qa-id-header"],"qaIdToggle":[1,"qa-id-toggle"],"sticky":[4],"stickyOffset":[1,"sticky-offset"]}],[1,"eco-card-body"],[1,"eco-card-footer"],[1,"eco-card-header"]]]]'),e)}));
import{p as e,b as a}from"./p-4323c41c.js";export{s as setNonce}from"./p-4323c41c.js";import{g as t}from"./p-e1255160.js";const d=()=>{const a=import.meta.url;const t={};if(a!==""){t.resourcesUrl=new URL(".",a).href}return e(t)};d().then((async e=>{await t();return a(JSON.parse('[["p-4c8a2826",[[1,"eco-multi-select",{"value":[1040],"label":[1],"help":[1],"name":[1],"optional":[1],"placeholder":[1],"maxBlockSize":[1,"max-block-size"],"status":[1],"disabled":[4],"required":[4],"inputId":[1025,"input-id"],"qaIdElement":[1,"qa-id-element"],"qaIdHelp":[1,"qa-id-help"],"qaIdLabel":[1,"qa-id-label"],"qaIdInput":[1,"qa-id-input"],"qaIdOptional":[1,"qa-id-optional"],"setFocus":[64]}]]],["p-e1c80fde",[[1,"eco-chat-message",{"timestamp":[1],"author":[1],"message":[1],"authorIsUser":[4,"author-is-user"],"canDelete":[4,"can-delete"],"canEdit":[4,"can-edit"],"qaIdElement":[1,"qa-id-element"],"qaIdTimestamp":[1,"qa-id-timestamp"],"qaIdAuthor":[1,"qa-id-author"],"qaIdMessage":[1,"qa-id-message"],"qaIdActionCancel":[1,"qa-id-action-cancel"],"qaIdActionDelete":[1,"qa-id-action-delete"],"qaIdActionDeleteConfirm":[1,"qa-id-action-delete-confirm"],"qaIdActionEdit":[1,"qa-id-action-edit"],"qaIdActionEditConfirm":[1,"qa-id-action-edit-confirm"],"updatedMessage":[32]},[[0,"messageEdited","onEdited"],[0,"messageDeleted","onDeleted"]]]]],["p-360542fc",[[2,"eco-input-filter",{"label":[1],"help":[1],"helpStatus":[1,"help-status"],"placeholder":[1],"optional":[1],"inputId":[1025,"input-id"],"required":[4],"qaIdElement":[1,"qa-id-element"],"qaIdLabel":[1,"qa-id-label"],"qaIdHelp":[1,"qa-id-help"],"qaIdInput":[1,"qa-id-input"],"qaIdOptional":[1,"qa-id-optional"],"qaIdNoResultsText":[1,"qa-id-no-results-text"],"resetFilter":[64]}]]],["p-51aa13c8",[[4,"eco-table",{"responsive":[4],"resizable":[4],"equalcolumns":[4],"containsDocs":[4,"contains-docs"],"stickyOffset":[1,"sticky-offset"],"stickyTableHeight":[1,"sticky-table-height"],"searchable":[4],"searchableNoResults":[1028,"searchable-no-results"],"searchableNoResultsText":[1,"searchable-no-results-text"],"searchableLabel":[1,"searchable-label"],"searchableHelp":[1,"searchable-help"],"searchablePlaceholder":[1,"searchable-placeholder"],"qaIdElement":[1,"qa-id-element"],"qaIdResetButton":[1,"qa-id-reset-button"],"qaIdActions":[1,"qa-id-actions"],"qaIdTable":[1,"qa-id-table"],"qaIdSearchableElement":[1,"qa-id-searchable-element"],"qaIdSearchableInput":[1,"qa-id-searchable-input"],"qaIdSearchableLabel":[1,"qa-id-searchable-label"],"qaIdSearchableHelp":[1,"qa-id-searchable-help"],"qaIdNoResultsText":[1,"qa-id-no-results-text"],"customSortEnabled":[4,"custom-sort-enabled"],"resetColumns":[64],"searchClear":[64]}]]],["p-f2a608cc",[[1,"eco-docs-code",{"codeTitle":[1,"code-title"],"code":[1],"showLines":[4,"show-lines"],"allowCopy":[4,"allow-copy"],"copyLabel":[1025,"copy-label"],"qaIdElement":[1,"qa-id-element"],"qaIdCode":[1,"qa-id-code"],"qaIdCopy":[1,"qa-id-copy"],"qaIdCopyLabel":[1,"qa-id-copy-label"],"qaIdCodeTitle":[1,"qa-id-code-title"],"qaIdLineNumbers":[1,"qa-id-line-numbers"],"hasCopied":[32],"copyIcon":[32]}]]],["p-2ff6c15d",[[6,"eco-modal",{"modaltitle":[1],"visible":[1028],"fill":[4],"showBody":[4,"show-body"],"qaIdElement":[1,"qa-id-element"],"qaIdModal":[1,"qa-id-modal"],"qaIdTitle":[1,"qa-id-title"],"qaIdClose":[1,"qa-id-close"],"qaIdCancel":[1,"qa-id-cancel"],"handleClose":[64],"handleTrigger":[64]}]]],["p-f8104634",[[1,"eco-filter-list",{"label":[1],"help":[1],"placeholder":[1],"hideInputIfLessThan":[2,"hide-input-if-less-than"],"noResultsText":[1,"no-results-text"],"inputId":[1,"input-id"],"maxBlockSize":[1,"max-block-size"],"qaIdElement":[1,"qa-id-element"],"qaIdLabel":[1,"qa-id-label"],"qaIdHelp":[1,"qa-id-help"],"qaIdInput":[1,"qa-id-input"],"qaIdNoResultsText":[1,"qa-id-no-results-text"],"noResults":[32],"showInput":[32],"filterSlot":[64],"filterClear":[64]}]]],["p-4bd197dd",[[2,"eco-input-range",{"value":[1026],"inputId":[1025,"input-id"],"min":[2],"step":[2],"max":[2],"rangeFlow":[1,"range-flow"],"inputFlow":[1,"input-flow"],"thumbSize":[1,"thumb-size"],"showInput":[4,"show-input"],"showOutput":[4,"show-output"],"showError":[1028,"show-error"],"showStepMismatchError":[1028,"show-step-mismatch-error"],"valuePrefix":[1,"value-prefix"],"valueSuffix":[1,"value-suffix"],"help":[1],"helpStatus":[1,"help-status"],"label":[1],"disabled":[4],"readonly":[4],"required":[4],"optional":[1],"qaIdElement":[1,"qa-id-element"],"qaIdLabel":[1,"qa-id-label"],"qaIdOptional":[1,"qa-id-optional"],"qaIdHelp":[1,"qa-id-help"],"qaIdRange":[1,"qa-id-range"],"qaIdInput":[1,"qa-id-input"],"qaIdOutput":[1,"qa-id-output"],"qaIdMessagebox":[1,"qa-id-messagebox"]},null,{"value":["valueChanged"]}]]],["p-0901fefe",[[1,"eco-radios",{"searchable":[4],"searchPlaceholder":[1,"search-placeholder"],"help":[1],"helpStatus":[1,"help-status"],"name":[1],"label":[1],"noResults":[1028,"no-results"],"noResultsText":[1,"no-results-text"],"qaIdElement":[1,"qa-id-element"],"qaIdHelp":[1,"qa-id-help"],"qaIdInput":[1,"qa-id-input"],"qaIdLabel":[1,"qa-id-label"],"qaIdNoResultsText":[1,"qa-id-no-results-text"],"radioData":[16],"value":[1032],"maxBlockSize":[1,"max-block-size"],"searchClear":[64]},[[4,"keydown","onKeydown"]],{"value":["valueChanged"]}]]],["p-e90127fd",[[6,"eco-input-datalist",{"disabled":[4],"help":[1],"helpStatus":[1,"help-status"],"inputId":[1,"input-id"],"listId":[1,"list-id"],"label":[1],"optional":[1],"qaIdDataList":[1,"qa-id-data-list"],"qaIdElement":[1,"qa-id-element"],"qaIdHelp":[1,"qa-id-help"],"qaIdInput":[1,"qa-id-input"],"qaIdLabel":[1,"qa-id-label"],"qaIdOptional":[1,"qa-id-optional"],"qaIdNotListedMessage":[1,"qa-id-not-listed-message"],"readonly":[4],"required":[4],"value":[1025],"placeholder":[1],"notListedMessage":[1,"not-listed-message"],"notListedOption":[32],"optionsList":[32]}]]],["p-97eb9bdf",[[1,"eco-input-tags",{"label":[1],"help":[1],"helpStatus":[1,"help-status"],"optional":[1],"inputId":[1025,"input-id"],"value":[1040],"options":[16],"required":[4],"qaIdLabel":[1,"qa-id-label"],"qaIdHelp":[1,"qa-id-help"],"qaIdOptional":[1,"qa-id-optional"],"qaIdValues":[1,"qa-id-values"],"qaIdInput":[1,"qa-id-input"],"qaIdOptions":[1,"qa-id-options"],"currentInput":[32],"setOptions":[64]},[[0,"focusout","handleFocusOut"],[0,"tagRemoved","removeTagHandler"],[0,"tagAdded","addTagHandler"]]]]],["p-2a6203fe",[[2,"eco-input-time",{"disabled":[4],"help":[1],"helpStatus":[1,"help-status"],"label":[1],"optional":[1],"qaIdDays":[1,"qa-id-days"],"qaIdElement":[1,"qa-id-element"],"qaIdHelp":[1,"qa-id-help"],"qaIdHours":[1,"qa-id-hours"],"qaIdInputs":[1,"qa-id-inputs"],"qaIdLabel":[1,"qa-id-label"],"qaIdMinutes":[1,"qa-id-minutes"],"qaIdOptional":[1,"qa-id-optional"],"qaIdSeconds":[1,"qa-id-seconds"],"qaIdWeeks":[1,"qa-id-weeks"],"readonly":[4],"required":[4],"value":[1025],"weeks":[4],"weeksMax":[2,"weeks-max"],"weeksMin":[2,"weeks-min"],"weeksValue":[1026,"weeks-value"],"days":[4],"daysMax":[2,"days-max"],"daysMin":[2,"days-min"],"daysValue":[1026,"days-value"],"hours":[4],"hoursMax":[2,"hours-max"],"hoursMin":[2,"hours-min"],"hoursValue":[1026,"hours-value"],"minutes":[4],"minutesMax":[2,"minutes-max"],"minutesMin":[2,"minutes-min"],"minutesValue":[1026,"minutes-value"],"seconds":[4],"secondsMax":[2,"seconds-max"],"secondsMin":[2,"seconds-min"],"secondsValue":[1026,"seconds-value"]}]]],["p-5b529643",[[6,"eco-layout-nav",{"logoTitle":[1,"logo-title"],"homeLink":[1,"home-link"],"appName":[1,"app-name"],"accountName":[1,"account-name"],"allowHiding":[4,"allow-hiding"],"hideNav":[4,"hide-nav"],"qaIdElement":[1,"qa-id-element"],"qaIdLogo":[1,"qa-id-logo"],"qaIdAppName":[1,"qa-id-app-name"],"qaIdNav":[1,"qa-id-nav"],"accentHue":[2,"accent-hue"],"accentSaturation":[2,"accent-saturation"],"accentLightness":[2,"accent-lightness"],"accentAlpha":[2,"accent-alpha"],"followActive":[64],"navHide":[64],"navShow":[64],"navToggle":[64]}]]],["p-e41760b2",[[1,"eco-tetrigs",{"board":[32],"score":[32],"currentPiece":[32],"nextPiece":[32],"isGameOver":[32]}]]],["p-0bcefc8a",[[2,"eco-input-file",{"accept":[1],"disabled":[4],"files":[16],"help":[1],"inputId":[1,"input-id"],"label":[1],"optional":[1],"qaIdButton":[1,"qa-id-button"],"qaIdElement":[1,"qa-id-element"],"qaIdFilename":[1,"qa-id-filename"],"qaIdHelp":[1,"qa-id-help"],"qaIdInput":[1,"qa-id-input"],"qaIdLabel":[1,"qa-id-label"],"qaIdOptional":[1,"qa-id-optional"],"readonly":[4],"required":[4],"status":[1],"text":[1],"value":[1],"width":[1],"reset":[64]}]]],["p-734cd492",[[1,"eco-input-phone",{"disabled":[4],"help":[1],"label":[1],"name":[1],"optional":[1],"pattern":[1],"placeholder":[1],"qaIdElement":[1,"qa-id-element"],"qaIdHelp":[1,"qa-id-help"],"qaIdInput":[1,"qa-id-input"],"qaIdLabel":[1,"qa-id-label"],"qaIdOptional":[1,"qa-id-optional"],"readonly":[4],"required":[4],"status":[1],"width":[1],"inputId":[1025,"input-id"],"value":[1025],"hasFocus":[32],"setFocus":[64],"getInputElement":[64]}]]],["p-7a5b1ddd",[[6,"eco-select",{"value":[1025],"label":[1],"help":[1],"name":[1],"optional":[1],"status":[1],"width":[1],"disabled":[4],"required":[4],"multiple":[4],"inputId":[1025,"input-id"],"qaIdElement":[1,"qa-id-element"],"qaIdHelp":[1,"qa-id-help"],"qaIdLabel":[1,"qa-id-label"],"qaIdSelect":[1,"qa-id-select"]}]]],["p-96cf021e",[[1,"eco-stacked-bar",{"label":[1],"help":[1],"helpStatus":[1,"help-status"],"showLegend":[4,"show-legend"],"showPercent":[4,"show-percent"],"showCount":[4,"show-count"],"gap":[1],"barThickness":[1,"bar-thickness"],"qaIdElement":[1,"qa-id-element"],"qaIdLabel":[1,"qa-id-label"],"qaIdHelp":[1,"qa-id-help"],"qaIdBar":[1,"qa-id-bar"],"qaIdLegend":[1,"qa-id-legend"],"qaIdPercent":[1,"qa-id-percent"],"qaIdCount":[1,"qa-id-count"],"data":[16]}]]],["p-66714369",[[1,"eco-docs-responses",{"responsesTitle":[1,"responses-title"],"responses":[16],"qaIdElement":[1,"qa-id-element"],"qaIdResponsesTitle":[1,"qa-id-responses-title"]}]]],["p-a8ddc1f4",[[1,"eco-qr-scanner",{"label":[1],"icon":[1],"type":[1],"styletype":[1],"qaIdElement":[1,"qa-id-element"],"value":[32],"scanningInProgress":[32],"start":[64],"reset":[64]}]]],["p-114be3ea",[[1,"eco-lightbox",{"visible":[1028],"loaded":[4],"disabled":[4],"qaIdElement":[1,"qa-id-element"],"handleTrigger":[64]}]]],["p-d6457237",[[1,"eco-split-button",{"showOptions":[32],"toggleIconSize":[32],"toggleIcon":[32],"open":[64],"close":[64]}]]],["p-0baf5a15",[[1,"eco-split-option",{"disabled":[4],"icon":[1],"isBusy":[4,"is-busy"],"label":[1],"size":[1],"styletype":[1],"type":[1],"qaIdElement":[1,"qa-id-element"],"qaIdIcon":[1,"qa-id-icon"],"qaIdLabel":[1,"qa-id-label"],"focusButton":[64]}]]],["p-fb07545f",[[1,"eco-slide-over",{"qaIdElement":[1,"qa-id-element"],"qaIdClose":[1,"qa-id-close"],"visible":[1028],"handleClose":[64],"handleTrigger":[64]}]]],["p-e2e4e044",[[1,"eco-accordion-item",{"align":[1025],"clickAnywhere":[4,"click-anywhere"],"sticky":[4],"collapsible":[4],"collapsed":[1028],"disabled":[1028],"qaIdContent":[1,"qa-id-content"],"qaIdElement":[1,"qa-id-element"],"qaIdHeader":[1,"qa-id-header"],"qaIdIcon":[1,"qa-id-icon"],"qaIdToggle":[1,"qa-id-toggle"],"disable":[64]}]]],["p-cbee9a1e",[[2,"eco-ani-add-gtl-orientation",{"location":[1]}]]],["p-96567d1b",[[1,"eco-badge",{"type":[1],"icon":[1],"dot":[4],"label":[1],"rotateIcon":[4,"rotate-icon"],"qaIdElement":[1,"qa-id-element"],"qaIdLabel":[1,"qa-id-label"],"qaIdIcon":[1,"qa-id-icon"],"qaIdDot":[1,"qa-id-dot"]}]]],["p-58c5f753",[[1,"eco-chart-sparkline",{"label":[1],"showCount":[4,"show-count"],"data":[16],"lineColour":[1,"line-colour"],"strokeWidth":[2,"stroke-width"],"fillColour":[1,"fill-colour"],"fillOpacity":[1,"fill-opacity"],"yAxisMax":[2,"y-axis-max"],"flow":[1],"lineXPos":[32],"count":[32]}]]],["p-e63d3092",[[1,"eco-input-radio",{"value":[1032],"disabled":[4],"label":[1],"name":[1],"qaIdElement":[1,"qa-id-element"],"qaIdInput":[1,"qa-id-input"],"qaIdLabel":[1,"qa-id-label"],"checked":[32],"buttonTabindex":[32],"setButtonTabindex":[64]}]]],["p-cde0a916",[[6,"eco-layout-aside",{"collapsible":[4],"collapsed":[1028],"localStorageName":[1,"local-storage-name"],"sticky":[4],"stickyOffset":[1,"sticky-offset"],"asideMaxBlockSize":[1,"aside-max-block-size"],"asidePosition":[1,"aside-position"],"qaIdElement":[1,"qa-id-element"],"qaIdAside":[1,"qa-id-aside"],"qaIdAsideContent":[1,"qa-id-aside-content"],"qaIdToggle":[1,"qa-id-toggle"],"qaIdContent":[1,"qa-id-content"],"handleCollapse":[64]}]]],["p-3ad84cb2",[[1,"eco-layout-blocks",{"qaIdElement":[1,"qa-id-element"],"qaIdContent":[1,"qa-id-content"]}]]],["p-e128f582",[[6,"eco-layout-filter",{"collapsible":[4],"collapsed":[1028],"filtersApplied":[4,"filters-applied"],"localStorageName":[1,"local-storage-name"],"sticky":[4],"stickyOffset":[1,"sticky-offset"],"filterMaxBlockSize":[1,"filter-max-block-size"],"qaIdElement":[1,"qa-id-element"],"qaIdFilter":[1,"qa-id-filter"],"qaIdToggle":[1,"qa-id-toggle"],"qaIdContent":[1,"qa-id-content"],"handleCollapse":[64]}]]],["p-088297d2",[[1,"eco-layout-header",{"level":[2],"displayAs":[2,"display-as"],"qaIdElement":[1,"qa-id-element"],"qaIdActionsBefore":[1,"qa-id-actions-before"],"qaIdActionsAfter":[1,"qa-id-actions-after"],"qaIdHeadingElement":[1,"qa-id-heading-element"],"qaIdHeading":[1,"qa-id-heading"]}]]],["p-0957790d",[[1,"eco-nav-link",{"href":[1],"label":[1],"target":[1],"rel":[1],"active":[4],"icon":[1],"iconsize":[1],"qaIdElement":[1,"qa-id-element"],"qaIdIcon":[1,"qa-id-icon"]},[[0,"keydown","handleKeyDown"]]]]],["p-d04f192e",[[2,"eco-status-icon",{"icon":[1],"type":[1],"iconsize":[1],"label":[1],"labelLocation":[1,"label-location"],"wrapLabel":[4,"wrap-label"],"width":[2],"qaIdElement":[1,"qa-id-element"],"qaIdIcon":[1,"qa-id-icon"],"qaIdLabel":[1,"qa-id-label"]}]]],["p-3f792fa1",[[1,"eco-subnav-item",{"disabled":[4],"href":[1],"target":[1],"label":[1],"icon":[1],"iconPosition":[1,"icon-position"],"iconSize":[1,"icon-size"],"active":[4],"qaIdElement":[1,"qa-id-element"],"qaIdIcon":[1,"qa-id-icon"]}]]],["p-c5a20c47",[[1,"eco-text-clamp",{"linesToShow":[2,"lines-to-show"],"suppressExpand":[4,"suppress-expand"]}]]],["p-712c2c4f",[[1,"eco-user-badge",{"userId":[1,"user-id"],"userName":[1,"user-name"],"initials":[4],"qaIdElement":[1,"qa-id-element"]}]]],["p-4853f941",[[1,"eco-accordion",{"qaIdElement":[1,"qa-id-element"],"align":[1],"clickAnywhere":[4,"click-anywhere"],"sticky":[4]}]]],["p-f22317c2",[[1,"eco-fieldset",{"legend":[1],"disabled":[4],"qaIdElement":[1,"qa-id-element"],"qaIdLegend":[1,"qa-id-legend"]},null,{"disabled":["onDisabledChange"]}]]],["p-dffb8995",[[1,"eco-generated-pattern-dots",{"text":[1],"qaIdElement":[1,"qa-id-element"]}]]],["p-bdb76b1d",[[1,"eco-generated-pattern-stripes",{"text":[1],"stripeWidth":[2,"stripe-width"],"qaIdElement":[1,"qa-id-element"]}]]],["p-b8cfb9ef",[[6,"eco-layout-body",{"qaIdElement":[1,"qa-id-element"],"qaIdMain":[1,"qa-id-main"]}]]],["p-b2b2d09e",[[0,"eco-level",{"tooltip":[1],"steps":[2],"amount":[2],"emptyLabel":[1,"empty-label"],"overfullLabel":[1,"overfull-label"],"showAmount":[4,"show-amount"],"approximate":[4],"levelGap":[4,"level-gap"],"type":[1],"elementFlow":[1,"element-flow"],"levelFlow":[1,"level-flow"],"qaIdElement":[1,"qa-id-element"],"qaIdAmount":[1,"qa-id-amount"],"renderAmount":[4,"render-amount"]}]]],["p-ed54ed21",[[1,"eco-logo",{"colour":[1]}]]],["p-59e77797",[[1,"eco-nav-flyout",{"qaIdElement":[1,"qa-id-element"],"visible":[1028],"handleClose":[64],"handleTrigger":[64]},[[8,"click","handleClick"],[8,"keyup","handleKeyup"]]]]],["p-3d0c3e76",[[2,"eco-progress",{"variant":[1],"type":[1],"width":[1],"improving":[4],"max":[2],"value":[2],"roundTo":[2,"round-to"],"showPercentage":[4,"show-percentage"],"of":[4],"ofString":[1,"of-string"],"qaIdElement":[1,"qa-id-element"],"qaIdText":[1,"qa-id-text"],"qaIdProgress":[1,"qa-id-progress"]}]]],["p-684387d0",[[1,"eco-segment",{"value":[1032],"disabled":[4],"name":[1],"qaIdElement":[1,"qa-id-element"],"qaIdInput":[1,"qa-id-input"],"qaIdLabel":[1,"qa-id-label"],"checked":[32],"buttonTabindex":[32],"setButtonTabindex":[64]}]]],["p-f41d1ed6",[[1,"eco-segments",{"qaIdElement":[1,"qa-id-element"],"value":[1032]},[[4,"keydown","onKeydown"]]]]],["p-accae429",[[1,"eco-subnav",{"flow":[1],"qaIdElement":[1,"qa-id-element"],"followActive":[64]}]]],["p-c7509dea",[[1,"eco-tab",{"bind":[1],"active":[4],"qaIdElement":[1,"qa-id-element"]}]]],["p-96be4713",[[1,"eco-tab-content",{"bind":[1],"qaIdElement":[1,"qa-id-element"]}]]],["p-18589c9c",[[1,"eco-tabs",{"tabLocation":[1,"tab-location"],"alignTabs":[1,"align-tabs"],"wrap":[4],"sticky":[4],"stickyOffset":[1,"sticky-offset"],"changeUrl":[1,"change-url"],"urlSearchQuery":[1,"url-search-query"],"autoPlay":[4,"auto-play"],"autoPlaySpeed":[2,"auto-play-speed"],"qaIdElement":[1,"qa-id-element"],"setActiveTab":[64]},[[0,"click","handleClick"],[0,"keyup","handleKeyup"]]]]],["p-4c98af76",[[1,"eco-checkboxes",{"help":[1],"helpStatus":[1,"help-status"],"label":[1],"noResults":[1028,"no-results"],"noResultsText":[1,"no-results-text"],"searchable":[4],"searchPlaceholder":[1,"search-placeholder"],"qaIdElement":[1,"qa-id-element"],"qaIdHelp":[1,"qa-id-help"],"qaIdInput":[1,"qa-id-input"],"qaIdLabel":[1,"qa-id-label"],"qaIdNoResultsText":[1,"qa-id-no-results-text"],"checkAll":[4,"check-all"],"allowCheckAll":[4,"allow-check-all"],"maxBlockSize":[1,"max-block-size"],"searchClear":[64]},[[0,"ecoChange","handleEcoChange"]]]]],["p-fdb80b4a",[[1,"eco-input-tag",{"label":[1],"action":[1],"qaIdElement":[1,"qa-id-element"],"qaIdIcon":[1,"qa-id-icon"],"addTag":[64],"removeTag":[64]}]]],["p-6a943517",[[1,"eco-popover",{"showOn":[1,"show-on"],"popoverFlow":[1,"popover-flow"],"popoverAlignment":[1,"popover-alignment"],"qaIdElement":[1,"qa-id-element"],"qaIdPopover":[1,"qa-id-popover"],"visible":[32],"open":[64],"close":[64],"handleMouseEnter":[64],"handleFocusIn":[64],"handleFocusOut":[64],"handleMouseLeave":[64],"handleClickOnElement":[64]}]]],["p-8da442e2",[[1,"eco-split-options"]]],["p-d304de35",[[1,"eco-toast",{"type":[1],"icon":[1],"autoDismiss":[4,"auto-dismiss"],"dismissAfter":[2,"dismiss-after"],"qaIdElement":[1,"qa-id-element"],"qaIdContent":[1,"qa-id-content"],"qaIdClose":[1,"qa-id-close"],"qaIdTimer":[1,"qa-id-timer"]}],[1,"eco-toast-rack",{"qaIdElement":[1,"qa-id-element"],"stack":[4]},[[0,"present","toastPresent"],[0,"dismiss","toastDismiss"]]]]],["p-1d3c29dd",[[2,"eco-input-textarea",{"disabled":[4],"height":[1],"help":[1],"label":[1],"maxLength":[2,"max-length"],"minLength":[2,"min-length"],"name":[1],"optional":[1],"placeholder":[1],"qaIdElement":[1,"qa-id-element"],"qaIdHelp":[1,"qa-id-help"],"qaIdInput":[1,"qa-id-input"],"qaIdLabel":[1,"qa-id-label"],"qaIdOptional":[1,"qa-id-optional"],"readonly":[4],"required":[4],"resize":[4],"status":[1],"width":[1],"inputId":[1025,"input-id"],"value":[1025]}]]],["p-c09b6d4a",[[1,"eco-input-checkbox",{"label":[1],"checked":[1028],"indeterminate":[1028],"disabled":[4],"inputId":[1025,"input-id"],"qaIdElement":[1,"qa-id-element"],"qaIdInput":[1,"qa-id-input"],"qaIdLabel":[1,"qa-id-label"],"name":[1],"value":[1],"labelPosition":[1,"label-position"],"showAsToggle":[4,"show-as-toggle"],"setChecked":[64]}]]],["p-b97fc631",[[1,"eco-nav-action",{"notice":[1028],"icon":[1],"iconsize":[1],"qaIdElement":[1,"qa-id-element"],"isNoticed":[32],"noticeStart":[64],"noticeStop":[64]}],[1,"eco-igs-logo",{"theme":[1],"colour":[1]}]]],["p-ae02c0e9",[[1,"eco-description-group",{"vertical":[4],"flow":[1],"qaIdElement":[1,"qa-id-element"],"colWidth":[1,"col-width"],"termWidth":[1,"term-width"],"gap":[1],"inverted":[4]}],[1,"eco-docs-parameter",{"name":[1],"required":[4],"schemaType":[1,"schema-type"],"in":[1],"qaIdElement":[1,"qa-id-element"],"qaIdName":[1,"qa-id-name"],"qaIdRequired":[1,"qa-id-required"],"qaIdSchemaType":[1,"qa-id-schema-type"],"qaIdIn":[1,"qa-id-in"]}]]],["p-eb4587e9",[[1,"eco-description",{"term":[1],"description":[8],"flow":[1025],"inverted":[4],"qaIdElement":[1,"qa-id-element"],"qaIdTerm":[1,"qa-id-term"],"qaIdDesc":[1,"qa-id-desc"]}]]],["p-24be6c25",[[1,"eco-popover-content",{"popoverFlow":[1,"popover-flow"],"popoverAlignment":[1,"popover-alignment"],"qaIdPopover":[1,"qa-id-popover"]}]]],["p-29e5f4a6",[[2,"eco-input-date",{"label":[1],"help":[1],"helpStatus":[1,"help-status"],"optional":[1],"readonly":[4],"required":[4],"disabled":[4],"status":[1025],"withTime":[4,"with-time"],"daysPast":[2,"days-past"],"daysFuture":[2,"days-future"],"dayMin":[2,"day-min"],"dayMax":[2,"day-max"],"monthMin":[2,"month-min"],"monthMax":[2,"month-max"],"yearMin":[2,"year-min"],"yearMax":[2,"year-max"],"minuteMin":[2,"minute-min"],"minuteMax":[2,"minute-max"],"hourMin":[2,"hour-min"],"hourMax":[2,"hour-max"],"qaIdInputs":[1,"qa-id-inputs"],"qaIdDd":[1,"qa-id-dd"],"qaIdMm":[1,"qa-id-mm"],"qaIdYyyy":[1,"qa-id-yyyy"],"qaIdMinute":[1,"qa-id-minute"],"qaIdHour":[1,"qa-id-hour"],"qaIdElement":[1,"qa-id-element"],"qaIdLabel":[1,"qa-id-label"],"qaIdOptional":[1,"qa-id-optional"],"qaIdHelp":[1,"qa-id-help"],"qaIdMessagebox":[1,"qa-id-messagebox"],"value":[1025],"dateExists":[32],"inputsEmpty":[32],"sinceDate":[32],"sinceDateError":[32],"untilDate":[32],"untilDateError":[32],"validateDate":[64],"getDate":[64],"setDate":[64]}],[2,"eco-input-number",{"clearInput":[4,"clear-input"],"clearOnEdit":[4,"clear-on-edit"],"disabled":[4],"help":[1],"label":[1],"max":[2],"min":[2],"name":[1],"optional":[1],"pattern":[1],"qaIdElement":[1,"qa-id-element"],"qaIdHelp":[1,"qa-id-help"],"qaIdInput":[1,"qa-id-input"],"qaIdLabel":[1,"qa-id-label"],"qaIdOptional":[1,"qa-id-optional"],"readonly":[4],"required":[4],"status":[1],"step":[2],"width":[1],"inputId":[1025,"input-id"],"valid":[1028],"value":[1026],"hasFocus":[32],"setFocus":[64],"getInputElement":[64]}],[6,"eco-messagebox",{"type":[1],"icon":[1],"qaIdElement":[1,"qa-id-element"],"qaIdIcon":[1,"qa-id-icon"]}],[1,"eco-text-input-optional",{"qaIdElement":[1,"qa-id-element"]}],[1,"eco-text-input-help",{"status":[1],"qaIdElement":[1,"qa-id-element"],"qaIdIcon":[1,"qa-id-icon"]}],[6,"eco-input-wrapper",{"width":[1],"status":[1],"qaIdElement":[1,"qa-id-element"]}],[1,"eco-text-label",{"for":[1],"wrap":[4],"qaIdLabel":[1,"qa-id-label"],"qaIdElement":[1,"qa-id-element"]}],[1,"eco-spacer",{"gap":[1],"flow":[1],"wrap":[4],"qaIdElement":[1,"qa-id-element"]}],[1,"eco-icon",{"icon":[1],"icontype":[1],"iconsize":[1],"qaIdElement":[1,"qa-id-element"],"rotate":[4]}]]],["p-dd0bddb1",[[2,"eco-button",{"disabled":[4],"href":[1],"target":[1],"icon":[1],"isBusy":[4,"is-busy"],"label":[1],"link":[4],"qaIdElement":[1,"qa-id-element"],"qaIdIcon":[1,"qa-id-icon"],"qaIdLabel":[1,"qa-id-label"],"size":[1],"styletype":[1],"type":[1],"iconsize":[1025],"toggleLabel":[4,"toggle-label"],"iconPosition":[1,"icon-position"]},[[0,"keydown","handleKeyDown"]]],[2,"eco-spinner",{"text":[1],"fullscreen":[4],"size":[1],"theme":[1],"qaIdElement":[1,"qa-id-element"],"qaIdText":[1,"qa-id-text"]}],[1,"eco-backdrop",{"visible":[1028],"showBackdrop":[64],"hideBackdrop":[64]}]]],["p-8264d657",[[1,"eco-chat-bubble",{"message":[1],"authorIsUser":[4,"author-is-user"],"canDelete":[4,"can-delete"],"canEdit":[4,"can-edit"],"qaIdElement":[1,"qa-id-element"],"qaIdActionCancel":[1,"qa-id-action-cancel"],"qaIdActionDelete":[1,"qa-id-action-delete"],"qaIdActionDeleteConfirm":[1,"qa-id-action-delete-confirm"],"qaIdActionEdit":[1,"qa-id-action-edit"],"qaIdActionEditConfirm":[1,"qa-id-action-edit-confirm"],"isUpdating":[32],"isEditing":[32],"isDeleting":[32],"updatedMessage":[32]},[[0,"ecoChange","updateMessage"]],{"message":["valueChanged"]}],[1,"eco-chat-author",{"author":[1],"qaIdElement":[1,"qa-id-element"]}],[1,"eco-chat-timestamp",{"timestamp":[1],"qaIdElement":[1,"qa-id-element"]}]]],["p-d2785c4f",[[6,"eco-text-heading",{"level":[2],"displayAs":[1026,"display-as"],"headingId":[1,"heading-id"],"qaIdElement":[1,"qa-id-element"],"qaIdHeading":[1,"qa-id-heading"]}]]],["p-b983dd94",[[2,"eco-input-text",{"clearInput":[4,"clear-input"],"clearOnEdit":[4,"clear-on-edit"],"disabled":[4],"help":[1],"hidden":[4],"label":[1],"name":[1],"maxLength":[2,"max-length"],"minLength":[2,"min-length"],"optional":[1],"placeholder":[1],"qaIdElement":[1,"qa-id-element"],"qaIdHelp":[1,"qa-id-help"],"qaIdInput":[1,"qa-id-input"],"qaIdLabel":[1,"qa-id-label"],"qaIdOptional":[1,"qa-id-optional"],"readonly":[4],"required":[4],"status":[1],"type":[1],"width":[1],"inputId":[1025,"input-id"],"value":[1025],"hasFocus":[32],"setFocus":[64],"getInputElement":[64]}]]],["p-c3f8b679",[[1,"eco-card",{"border":[1],"collapsible":[4],"collapsed":[1028],"elevation":[1],"showBody":[4,"show-body"],"qaIdBody":[1,"qa-id-body"],"qaIdElement":[1,"qa-id-element"],"qaIdExpand":[1,"qa-id-expand"],"qaIdFooter":[1,"qa-id-footer"],"qaIdHeader":[1,"qa-id-header"],"qaIdToggle":[1,"qa-id-toggle"],"sticky":[4],"stickyOffset":[1,"sticky-offset"]}],[1,"eco-card-body"],[1,"eco-card-footer"],[1,"eco-card-header"]]]]'),e)}));
//# sourceMappingURL=eco.esm.js.map

@@ -5,3 +5,3 @@ import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-090afabe.js';

const ecoAccordionItemCss = ":host(.sticky){position:relative;--sticky-offset:0}:host(.sticky) header{position:sticky;inset-block-start:var(--sticky-offset);z-index:3;background-color:hsla(var(--c-content-background-hsl), var(--alpha-heavy));backdrop-filter:blur(var(--blur-sm));-webkit-backdrop-filter:blur(var(--blur-sm))}:host(.disabled){pointer-events:none;cursor:not-allowed;opacity:0.4;filter:saturate(0%)}header{display:flex;align-items:center}:host(.rel-before) header{flex-direction:row}:host(.rel-after) header{flex-direction:row-reverse}.header{padding:var(--sp-sm);flex:1}.icon{align-self:stretch;padding:var(--sp-sm);display:flex;justify-content:center;align-items:center}[tabindex='0']{appearance:none;outline:0;cursor:pointer;position:relative}[tabindex='0']:after{content:'';position:absolute;inset:0;transition:background-color var(--speed-normal) var(--bezier-ease-in-out-sine)}[tabindex='0']:focus:after,[tabindex='0']:hover:after,[tabindex='0']:active:after{--alpha-minor:0.075;background-color:hsla(var(--c-cta-default-hsl), var(--alpha-minor))}article{border-block-start:var(--bw-thin) solid var(--c-border-weak);padding:var(--sp-sm)}:host(.rel-before) article{padding-inline-start:calc(var(--sp-xxl) + var(--sp-sm))}:host(.rel-after) article{padding-inline-end:calc(var(--sp-xxl) + var(--sp-sm))}:host(.non-collapsable) article{padding-inline:var(--sp-sm)}";
const ecoAccordionItemCss = ":host(.sticky){position:relative;--sticky-offset:0}:host(.sticky) header{position:sticky;inset-block-start:var(--sticky-offset);z-index:3;background-color:hsla(var(--c-content-background-hsl), var(--alpha-heavy));backdrop-filter:blur(var(--blur-sm));-webkit-backdrop-filter:blur(var(--blur-sm))}:host(.disabled){pointer-events:none;cursor:not-allowed;opacity:0.4;filter:saturate(0%)}header{display:flex;align-items:center}:host(.rel-before) header{flex-direction:row}:host(.rel-after) header{flex-direction:row-reverse}.header{padding:var(--sp-sm);flex:1}.icon{align-self:stretch;padding:var(--sp-sm);display:flex;justify-content:center;align-items:center}[tabindex='0']{appearance:none;outline:0;cursor:pointer;position:relative}[tabindex='0']:after{content:'';position:absolute;inset:0;transition:background-color var(--speed-normal) var(--bezier-ease-in-out-sine)}[tabindex='0']:focus:after,[tabindex='0']:hover:after,[tabindex='0']:active:after{--alpha-minor:0.075;background-color:hsla(var(--c-cta-default-hsl), var(--alpha-minor))}article{border-block-start:var(--bw-thin) solid var(--c-border-weak);padding:var(--sp-sm)}:host(.rel-before) article{padding-inline-start:calc(var(--sp-xxl) + var(--sp-sm))}:host(.rel-after) article{padding-inline-end:calc(var(--sp-xxl) + var(--sp-sm))}:host(.non-collapsible) article{padding-inline:var(--sp-sm)}";
const EcoAccordionItemStyle0 = ecoAccordionItemCss;

@@ -48,3 +48,3 @@

const header = (_a = this.hostElement.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector('header'), icon = (_b = this.hostElement.shadowRoot) === null || _b === void 0 ? void 0 : _b.querySelector('.icon');
if (this.collapsable &&
if (this.collapsible &&
header !== undefined &&

@@ -69,3 +69,3 @@ header !== null &&

this.sticky = false;
this.collapsable = true;
this.collapsible = true;
this.collapsed = true;

@@ -102,3 +102,3 @@ this.disabled = false;

const classMap = this.getCssClassMap();
return (h(Host, { key: '3d84760dab68ee491ec52e4950e2cda511432d46', "qa-id": this.qaIdElement, class: classMap }, h("header", { key: '2606cc335cf3c64fc38048823123f6a6fdd9426b', part: "header", "qa-id": this.qaIdHeader }, this.collapsable ? (h("div", { part: "icon", class: { icon: true, expanded: !this.collapsed }, "aria-role": "button", "aria-expanded": !this.collapsed, "aria-controls": this.qaIdContent, "qa-id": this.qaIdToggle }, h("eco-icon", { icon: this.collapsed ? EcoIconList.toggleDown : EcoIconList.toggleUp, icontype: EcoIconTypeList.default, iconsize: EcoIconSizeList.sm, qaIdElement: this.qaIdIcon }))) : null, h("div", { key: '82dbdf059b4ecf1b71c6925cd19766ecc65832b6', class: "header", part: "header-content" }, h("slot", { key: '1c0403fa1b480ec12dcb59c94ba20bfed84df4a2', name: "header" }))), !this.collapsed ? (h("article", { part: "content", "qa-id": this.qaIdContent, "aria-role": "region" }, h("slot", null))) : null));
return (h(Host, { key: '3d84760dab68ee491ec52e4950e2cda511432d46', "qa-id": this.qaIdElement, class: classMap }, h("header", { key: '2606cc335cf3c64fc38048823123f6a6fdd9426b', part: "header", "qa-id": this.qaIdHeader }, this.collapsible ? (h("div", { part: "icon", class: { icon: true, expanded: !this.collapsed }, "aria-role": "button", "aria-expanded": !this.collapsed, "aria-controls": this.qaIdContent, "qa-id": this.qaIdToggle }, h("eco-icon", { icon: this.collapsed ? EcoIconList.toggleDown : EcoIconList.toggleUp, icontype: EcoIconTypeList.default, iconsize: EcoIconSizeList.sm, qaIdElement: this.qaIdIcon }))) : null, h("div", { key: '82dbdf059b4ecf1b71c6925cd19766ecc65832b6', class: "header", part: "header-content" }, h("slot", { key: '1c0403fa1b480ec12dcb59c94ba20bfed84df4a2', name: "header" }))), !this.collapsed ? (h("article", { part: "content", "qa-id": this.qaIdContent, "aria-role": "region" }, h("slot", null))) : null));
}

@@ -110,3 +110,3 @@ getCssClassMap() {

sticky: this.sticky,
'non-collapsable': !this.collapsable,
'non-collapsible': !this.collapsible,
};

@@ -113,0 +113,0 @@ }

@@ -5,3 +5,3 @@ import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-090afabe.js';

const ecoCardCss = ":host{--card-border:0 0 0 0 transparent;--card-border-radius:var(--br-sm);--sticky-offset:0;--card-background:var(--c-card-background);--card-header-background:transparent;--card-body-background:transparent;--card-footer-background:var(--c-cta-background);--card-footer-background-dark-mode:transparent;--fallback-shadow:0 0 0 transparent;background-color:var(--card-background);display:block;border-radius:var(--card-border-radius);box-sizing:border-box;white-space:normal}:host(.above){box-shadow:var(--card-border, 0 0 0 transparent), var(--box-shadow-base)}:host(.equal){box-shadow:var(--card-border, 0 0 0 transparent), 0 0 0 transparent;overflow:hidden}:host(.below){box-shadow:var(--card-border, 0 0 0 transparent), var(--box-shadow-inset)}:host(.none){--card-border:0 0 0 0 transparent}:host(.base){--card-border:0 0 0 var(--bw-thin) var(--c-border-base)}:host(.weak){--card-border:0 0 0 var(--bw-thin) var(--c-border-weak)}:host(.strong){--card-border:0 0 0 var(--bw-thin) var(--c-border-strong)}:host[sticky]{overflow:visible}.sticky{position:sticky;background-color:hsla(var(--c-card-background-hsl), var(--alpha-major));backdrop-filter:blur(var(--blur-sm));-webkit-backdrop-filter:blur(var(--blur-sm));z-index:1;inset-block-start:var(--sticky-offset)}.collapsed{border-radius:var(--card-border-radius)}.header-content{padding:var(--sp-md);display:flex;flex:1 1 auto}.collapsable .header-content{padding-inline-start:var(--sp-xxs)}.icon{padding:var(--sp-md);flex-shrink:0;cursor:pointer;appearance:none;outline:none;display:flex;justify-content:center;align-items:center;transition:all var(--speed-normal) ease-in-out}.icon:focus,.icon:hover{--alpha-minor:0.075;background-color:hsla(var(--c-cta-default-hsl), var(--alpha-minor))}@media (prefers-color-scheme: dark){.icon{background-color:var(--c-cta-background)}}";
const ecoCardCss = ":host{--card-border:0 0 0 0 transparent;--card-border-radius:var(--br-sm);--sticky-offset:0;--card-background:var(--c-card-background);--card-header-background:transparent;--card-body-background:transparent;--card-footer-background:var(--c-cta-background);--card-footer-background-dark-mode:transparent;--fallback-shadow:0 0 0 transparent;background-color:var(--card-background);display:block;border-radius:var(--card-border-radius);box-sizing:border-box;white-space:normal}:host(.above){box-shadow:var(--card-border, 0 0 0 transparent), var(--box-shadow-base)}:host(.equal){box-shadow:var(--card-border, 0 0 0 transparent), 0 0 0 transparent;overflow:hidden}:host(.below){box-shadow:var(--card-border, 0 0 0 transparent), var(--box-shadow-inset)}:host(.none){--card-border:0 0 0 0 transparent}:host(.base){--card-border:0 0 0 var(--bw-thin) var(--c-border-base)}:host(.weak){--card-border:0 0 0 var(--bw-thin) var(--c-border-weak)}:host(.strong){--card-border:0 0 0 var(--bw-thin) var(--c-border-strong)}:host[sticky]{overflow:visible}.sticky{position:sticky;background-color:hsla(var(--c-card-background-hsl), var(--alpha-major));backdrop-filter:blur(var(--blur-sm));-webkit-backdrop-filter:blur(var(--blur-sm));z-index:1;inset-block-start:var(--sticky-offset)}.collapsed{border-radius:var(--card-border-radius)}.header-content{padding:var(--sp-md);display:flex;flex:1 1 auto}.collapsible .header-content{padding-inline-start:var(--sp-xxs)}.icon{padding:var(--sp-md);flex-shrink:0;cursor:pointer;appearance:none;outline:none;display:flex;justify-content:center;align-items:center;transition:all var(--speed-normal) ease-in-out}.icon:focus,.icon:hover{--alpha-minor:0.075;background-color:hsla(var(--c-cta-default-hsl), var(--alpha-minor))}@media (prefers-color-scheme: dark){.icon{background-color:var(--c-cta-background)}}";
const EcoCardStyle0 = ecoCardCss;

@@ -18,3 +18,3 @@

var _a, _b, _c;
if (this.collapsable) {
if (this.collapsible) {
this.collapsed = !this.collapsed;

@@ -40,3 +40,3 @@ (_a = this.toggleCollapse) === null || _a === void 0 ? void 0 : _a.emit();

this.border = EcoBorder.none;
this.collapsable = false;
this.collapsible = false;
this.collapsed = false;

@@ -65,6 +65,6 @@ this.elevation = EcoElevation.above;

collapsed: this.collapsed,
collapsable: this.collapsable,
collapsible: this.collapsible,
}, style: {
'--sticky-offset': this.stickyOffset,
} }, this.collapsable ? (h("div", { "qa-id": this.qaIdToggle, class: "icon", tabindex: "0", onClick: this.handleClick, onKeyPress: this.handleEnter }, h("eco-icon", { icontype: EcoTypeList.default, iconsize: EcoIconSizeList.md, icon: this.collapsed
} }, this.collapsible ? (h("div", { "qa-id": this.qaIdToggle, class: "icon", tabindex: "0", onClick: this.handleClick, onKeyPress: this.handleEnter }, h("eco-icon", { icontype: EcoTypeList.default, iconsize: EcoIconSizeList.md, icon: this.collapsed
? EcoIconList.toggleDown

@@ -71,0 +71,0 @@ : EcoIconList.toggleUp, qaIdElement: "gen-expand-details-button" }))) : (''), h("div", { class: "header-content" }, h("slot", { name: "header" })))) : (''), this.showBody ? (h("eco-card-body", { "qa-id": this.qaIdBody, style: this.collapsed ? { display: 'none' } : {} }, h("slot", null))) : (''), this.footerSlot !== undefined && this.footerSlot !== null ? (h("eco-card-footer", { "qa-id": this.qaIdFooter, style: this.collapsed ? { display: 'none' } : {} }, h("slot", { name: "footer" }))) : ('')));

@@ -436,3 +436,8 @@ import { r as registerInstance, h, H as Host, g as getElement, c as createEvent } from './index-090afabe.js';

if (input !== null) {
this.setValue(!Number.isNaN(input.valueAsNumber) ? input.valueAsNumber : undefined);
if (input.value === '') {
this.setValue(null);
}
else {
this.setValue(!Number.isNaN(input.valueAsNumber) ? input.valueAsNumber : undefined);
}
this.valid = input.validity.valid;

@@ -482,6 +487,8 @@ }

this.value = newValue;
if (newValue !== undefined)
if (newValue !== undefined) {
console.log('emitting: ' + newValue);
this.ecoChange.emit({
value: this.value,
});
}
}

@@ -529,3 +536,3 @@ componentWillLoad() {

const classMap = this.getCssClassMap();
return (h(Host, { key: '9971d56a3d9ff386be7cbe4296730814704a7982', "qa-id": this.qaIdElement }, h("eco-input-wrapper", { key: '6bd9cf697c99ffd5c960d9ec72425d09e21e470b', class: classMap }, this.label && (h("eco-text-label", { for: this.inputId, "qa-id": this.qaIdLabel }, this.label, !this.required && (h("eco-text-input-optional", { "qa-id": this.qaIdOptional }, this.optional)))), this.help && (h("eco-text-input-help", { status: this.status, qaIdElement: this.qaIdHelp }, this.help)), h("input", { key: '9df63c4271924d8e5193431e798ae30993dec320', disabled: this.disabled, id: this.inputId, max: this.max, min: this.min, name: this.name, onBlur: this.onBlur, onFocus: this.onFocus, onInput: this.onInput, onKeyDown: this.onKeydown, pattern: this.pattern, "qa-id": this.qaIdInput, readonly: this.readonly, ref: (input) => (this.nativeInput = input), required: this.required, step: this.step, tabindex: this.tabindex, type: "number", value: this.value }))));
return (h(Host, { key: '18f38cf114dbdaf1867a9dcbe7e2c6330925f958', "qa-id": this.qaIdElement }, h("eco-input-wrapper", { key: '9d3163e93b78dcc24d9941057d9fee4681db041b', class: classMap }, this.label && (h("eco-text-label", { for: this.inputId, "qa-id": this.qaIdLabel }, this.label, !this.required && (h("eco-text-input-optional", { "qa-id": this.qaIdOptional }, this.optional)))), this.help && (h("eco-text-input-help", { status: this.status, qaIdElement: this.qaIdHelp }, this.help)), h("input", { key: '5db0726c1c7ed805c2c38d83236f45cbbcc22a01', disabled: this.disabled, id: this.inputId, max: this.max, min: this.min, name: this.name, onBlur: this.onBlur, onFocus: this.onFocus, onInput: this.onInput, onKeyDown: this.onKeydown, pattern: this.pattern, "qa-id": this.qaIdInput, readonly: this.readonly, ref: (input) => (this.nativeInput = input), required: this.required, step: this.step, tabindex: this.tabindex, type: "number", value: this.value }))));
}

@@ -532,0 +539,0 @@ getCssClassMap() {

@@ -13,3 +13,3 @@ import { r as registerInstance, h, H as Host } from './index-090afabe.js';

registerInstance(this, hostRef);
this.collapsable = false;
this.collapsible = false;
this.collapsed = false;

@@ -55,3 +55,3 @@ this.localStorageName = undefined;

'--aside-max-block-size': this.asideMaxBlockSize,
}, "qa-id": this.qaIdAside }, this.collapsable ? (h("div", { class: "action", onClick: this.handleCollapse, onKeyPress: this.handleCollapse, tabIndex: 0, "qa-id": this.qaIdToggle }, h("eco-icon", { icon: EcoIconList.toggleDown, icontype: EcoTypeList.default, iconsize: EcoIconSizeList.md }))) : null, h("div", { key: '98fd79a96161208de0e8a3ae8f254b07fb2920c1', class: "content", style: this.collapsed ? { display: 'none' } : {}, "qa-id": this.qaIdAsideContent }, h("slot", { key: '227010e7b0a699c940bfa34b8c35788179b1e894', name: "layout-aside" }))), h("section", { key: '08b34deb54327141d97ad4dcfa3cecb437ba2d75', "qa-id": this.qaIdContent }, h("slot", { key: 'afabef919faed942df2105b14ff8b9bb69d0d1c7' }))));
}, "qa-id": this.qaIdAside }, this.collapsible ? (h("div", { class: "action", onClick: this.handleCollapse, onKeyPress: this.handleCollapse, tabIndex: 0, "qa-id": this.qaIdToggle }, h("eco-icon", { icon: EcoIconList.toggleDown, icontype: EcoTypeList.default, iconsize: EcoIconSizeList.md }))) : null, h("div", { key: '98fd79a96161208de0e8a3ae8f254b07fb2920c1', class: "content", style: this.collapsed ? { display: 'none' } : {}, "qa-id": this.qaIdAsideContent }, h("slot", { key: '227010e7b0a699c940bfa34b8c35788179b1e894', name: "layout-aside" }))), h("section", { key: '08b34deb54327141d97ad4dcfa3cecb437ba2d75', "qa-id": this.qaIdContent }, h("slot", { key: 'afabef919faed942df2105b14ff8b9bb69d0d1c7' }))));
}

@@ -62,3 +62,3 @@ getCssClassMap() {

collapsed: this.collapsed,
collapsable: this.collapsable,
collapsible: this.collapsible,
};

@@ -65,0 +65,0 @@ }

@@ -13,3 +13,3 @@ import { r as registerInstance, h, H as Host } from './index-090afabe.js';

registerInstance(this, hostRef);
this.collapsable = false;
this.collapsible = false;
this.collapsed = false;

@@ -54,3 +54,3 @@ this.filtersApplied = false;

'--filter-max-block-size': this.filterMaxBlockSize,
}, "qa-id": this.qaIdFilter }, this.collapsable ? (h("div", { class: { action: true, 'filters-applied': this.filtersApplied }, onClick: this.handleCollapse, onKeyPress: this.handleCollapse, tabIndex: 0, "qa-id": this.qaIdToggle }, h("eco-icon", { icon: this.collapsed ? EcoIconList.filter : EcoIconList.toggleDown, icontype: EcoTypeList.default, iconsize: EcoIconSizeList.md }))) : null, h("div", { key: 'ca37c83b0baba6cf95e2687c3e99c126407b4778', class: "content", style: this.collapsed ? { display: 'none' } : {}, "qa-id": this.qaIdContent }, h("slot", { key: '090a4573c6a790f957fe1f429cdf03702fa11754', name: "layout-filter" }))), h("section", { key: 'c4ba45626ccdaf55ad4214440b72c5f2930bcc58', "qa-id": this.qaIdContent }, h("slot", { key: '8bfdaf35f9c2b858e1a4aeb5a4a6a842d6f09d9c' }))));
}, "qa-id": this.qaIdFilter }, this.collapsible ? (h("div", { class: { action: true, 'filters-applied': this.filtersApplied }, onClick: this.handleCollapse, onKeyPress: this.handleCollapse, tabIndex: 0, "qa-id": this.qaIdToggle }, h("eco-icon", { icon: this.collapsed ? EcoIconList.filter : EcoIconList.toggleDown, icontype: EcoTypeList.default, iconsize: EcoIconSizeList.md }))) : null, h("div", { key: 'ca37c83b0baba6cf95e2687c3e99c126407b4778', class: "content", style: this.collapsed ? { display: 'none' } : {}, "qa-id": this.qaIdContent }, h("slot", { key: '090a4573c6a790f957fe1f429cdf03702fa11754', name: "layout-filter" }))), h("section", { key: 'c4ba45626ccdaf55ad4214440b72c5f2930bcc58', "qa-id": this.qaIdContent }, h("slot", { key: '8bfdaf35f9c2b858e1a4aeb5a4a6a842d6f09d9c' }))));
}

@@ -60,3 +60,3 @@ getCssClassMap() {

collapsed: this.collapsed,
collapsable: this.collapsable,
collapsible: this.collapsible,
};

@@ -63,0 +63,0 @@ }

@@ -19,5 +19,5 @@ import { p as promiseResolve, b as bootstrapLazy } from './index-090afabe.js';

await globalScripts();
return bootstrapLazy(JSON.parse("[[\"eco-multi-select\",[[1,\"eco-multi-select\",{\"value\":[1040],\"label\":[1],\"help\":[1],\"name\":[1],\"optional\":[1],\"placeholder\":[1],\"maxBlockSize\":[1,\"max-block-size\"],\"status\":[1],\"disabled\":[4],\"required\":[4],\"inputId\":[1025,\"input-id\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"setFocus\":[64]}]]],[\"eco-chat-message\",[[1,\"eco-chat-message\",{\"timestamp\":[1],\"author\":[1],\"message\":[1],\"authorIsUser\":[4,\"author-is-user\"],\"canDelete\":[4,\"can-delete\"],\"canEdit\":[4,\"can-edit\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdTimestamp\":[1,\"qa-id-timestamp\"],\"qaIdAuthor\":[1,\"qa-id-author\"],\"qaIdMessage\":[1,\"qa-id-message\"],\"qaIdActionCancel\":[1,\"qa-id-action-cancel\"],\"qaIdActionDelete\":[1,\"qa-id-action-delete\"],\"qaIdActionDeleteConfirm\":[1,\"qa-id-action-delete-confirm\"],\"qaIdActionEdit\":[1,\"qa-id-action-edit\"],\"qaIdActionEditConfirm\":[1,\"qa-id-action-edit-confirm\"],\"updatedMessage\":[32]},[[0,\"messageEdited\",\"onEdited\"],[0,\"messageDeleted\",\"onDeleted\"]]]]],[\"eco-input-filter\",[[2,\"eco-input-filter\",{\"label\":[1],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"placeholder\":[1],\"optional\":[1],\"inputId\":[1025,\"input-id\"],\"required\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdNoResultsText\":[1,\"qa-id-no-results-text\"],\"resetFilter\":[64]}]]],[\"eco-table\",[[4,\"eco-table\",{\"responsive\":[4],\"resizable\":[4],\"equalcolumns\":[4],\"containsDocs\":[4,\"contains-docs\"],\"stickyOffset\":[1,\"sticky-offset\"],\"stickyTableHeight\":[1,\"sticky-table-height\"],\"searchable\":[4],\"searchableNoResults\":[1028,\"searchable-no-results\"],\"searchableNoResultsText\":[1,\"searchable-no-results-text\"],\"searchableLabel\":[1,\"searchable-label\"],\"searchableHelp\":[1,\"searchable-help\"],\"searchablePlaceholder\":[1,\"searchable-placeholder\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdResetButton\":[1,\"qa-id-reset-button\"],\"qaIdActions\":[1,\"qa-id-actions\"],\"qaIdTable\":[1,\"qa-id-table\"],\"qaIdSearchableElement\":[1,\"qa-id-searchable-element\"],\"qaIdSearchableInput\":[1,\"qa-id-searchable-input\"],\"qaIdSearchableLabel\":[1,\"qa-id-searchable-label\"],\"qaIdSearchableHelp\":[1,\"qa-id-searchable-help\"],\"qaIdNoResultsText\":[1,\"qa-id-no-results-text\"],\"customSortEnabled\":[4,\"custom-sort-enabled\"],\"resetColumns\":[64],\"searchClear\":[64]}]]],[\"eco-docs-code\",[[1,\"eco-docs-code\",{\"codeTitle\":[1,\"code-title\"],\"code\":[1],\"showLines\":[4,\"show-lines\"],\"allowCopy\":[4,\"allow-copy\"],\"copyLabel\":[1025,\"copy-label\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdCode\":[1,\"qa-id-code\"],\"qaIdCopy\":[1,\"qa-id-copy\"],\"qaIdCopyLabel\":[1,\"qa-id-copy-label\"],\"qaIdCodeTitle\":[1,\"qa-id-code-title\"],\"qaIdLineNumbers\":[1,\"qa-id-line-numbers\"],\"hasCopied\":[32],\"copyIcon\":[32]}]]],[\"eco-modal\",[[6,\"eco-modal\",{\"modaltitle\":[1],\"visible\":[1028],\"fill\":[4],\"showBody\":[4,\"show-body\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdModal\":[1,\"qa-id-modal\"],\"qaIdTitle\":[1,\"qa-id-title\"],\"qaIdClose\":[1,\"qa-id-close\"],\"qaIdCancel\":[1,\"qa-id-cancel\"],\"handleClose\":[64],\"handleTrigger\":[64]}]]],[\"eco-filter-list\",[[1,\"eco-filter-list\",{\"label\":[1],\"help\":[1],\"placeholder\":[1],\"hideInputIfLessThan\":[2,\"hide-input-if-less-than\"],\"noResultsText\":[1,\"no-results-text\"],\"inputId\":[1,\"input-id\"],\"maxBlockSize\":[1,\"max-block-size\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdNoResultsText\":[1,\"qa-id-no-results-text\"],\"noResults\":[32],\"showInput\":[32],\"filterSlot\":[64],\"filterClear\":[64]}]]],[\"eco-input-range\",[[2,\"eco-input-range\",{\"value\":[1026],\"inputId\":[1025,\"input-id\"],\"min\":[2],\"step\":[2],\"max\":[2],\"rangeFlow\":[1,\"range-flow\"],\"inputFlow\":[1,\"input-flow\"],\"thumbSize\":[1,\"thumb-size\"],\"showInput\":[4,\"show-input\"],\"showOutput\":[4,\"show-output\"],\"showError\":[1028,\"show-error\"],\"showStepMismatchError\":[1028,\"show-step-mismatch-error\"],\"valuePrefix\":[1,\"value-prefix\"],\"valueSuffix\":[1,\"value-suffix\"],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"label\":[1],\"disabled\":[4],\"readonly\":[4],\"required\":[4],\"optional\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdRange\":[1,\"qa-id-range\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdOutput\":[1,\"qa-id-output\"],\"qaIdMessagebox\":[1,\"qa-id-messagebox\"]},null,{\"value\":[\"valueChanged\"]}]]],[\"eco-radios\",[[1,\"eco-radios\",{\"searchable\":[4],\"searchPlaceholder\":[1,\"search-placeholder\"],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"name\":[1],\"label\":[1],\"noResults\":[1028,\"no-results\"],\"noResultsText\":[1,\"no-results-text\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdNoResultsText\":[1,\"qa-id-no-results-text\"],\"radioData\":[16],\"value\":[1032],\"maxBlockSize\":[1,\"max-block-size\"],\"searchClear\":[64]},[[4,\"keydown\",\"onKeydown\"]],{\"value\":[\"valueChanged\"]}]]],[\"eco-input-datalist\",[[6,\"eco-input-datalist\",{\"disabled\":[4],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"inputId\":[1,\"input-id\"],\"listId\":[1,\"list-id\"],\"label\":[1],\"optional\":[1],\"qaIdDataList\":[1,\"qa-id-data-list\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdNotListedMessage\":[1,\"qa-id-not-listed-message\"],\"readonly\":[4],\"required\":[4],\"value\":[1025],\"placeholder\":[1],\"notListedMessage\":[1,\"not-listed-message\"],\"notListedOption\":[32],\"optionsList\":[32]}]]],[\"eco-input-tags\",[[1,\"eco-input-tags\",{\"label\":[1],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"optional\":[1],\"inputId\":[1025,\"input-id\"],\"value\":[1040],\"options\":[16],\"required\":[4],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdValues\":[1,\"qa-id-values\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdOptions\":[1,\"qa-id-options\"],\"currentInput\":[32],\"setOptions\":[64]},[[0,\"focusout\",\"handleFocusOut\"],[0,\"tagRemoved\",\"removeTagHandler\"],[0,\"tagAdded\",\"addTagHandler\"]]]]],[\"eco-input-time\",[[2,\"eco-input-time\",{\"disabled\":[4],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"label\":[1],\"optional\":[1],\"qaIdDays\":[1,\"qa-id-days\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdHours\":[1,\"qa-id-hours\"],\"qaIdInputs\":[1,\"qa-id-inputs\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdMinutes\":[1,\"qa-id-minutes\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdSeconds\":[1,\"qa-id-seconds\"],\"qaIdWeeks\":[1,\"qa-id-weeks\"],\"readonly\":[4],\"required\":[4],\"value\":[1025],\"weeks\":[4],\"weeksMax\":[2,\"weeks-max\"],\"weeksMin\":[2,\"weeks-min\"],\"weeksValue\":[1026,\"weeks-value\"],\"days\":[4],\"daysMax\":[2,\"days-max\"],\"daysMin\":[2,\"days-min\"],\"daysValue\":[1026,\"days-value\"],\"hours\":[4],\"hoursMax\":[2,\"hours-max\"],\"hoursMin\":[2,\"hours-min\"],\"hoursValue\":[1026,\"hours-value\"],\"minutes\":[4],\"minutesMax\":[2,\"minutes-max\"],\"minutesMin\":[2,\"minutes-min\"],\"minutesValue\":[1026,\"minutes-value\"],\"seconds\":[4],\"secondsMax\":[2,\"seconds-max\"],\"secondsMin\":[2,\"seconds-min\"],\"secondsValue\":[1026,\"seconds-value\"]}]]],[\"eco-layout-nav\",[[6,\"eco-layout-nav\",{\"logoTitle\":[1,\"logo-title\"],\"homeLink\":[1,\"home-link\"],\"appName\":[1,\"app-name\"],\"accountName\":[1,\"account-name\"],\"allowHiding\":[4,\"allow-hiding\"],\"hideNav\":[4,\"hide-nav\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLogo\":[1,\"qa-id-logo\"],\"qaIdAppName\":[1,\"qa-id-app-name\"],\"qaIdNav\":[1,\"qa-id-nav\"],\"accentHue\":[2,\"accent-hue\"],\"accentSaturation\":[2,\"accent-saturation\"],\"accentLightness\":[2,\"accent-lightness\"],\"accentAlpha\":[2,\"accent-alpha\"],\"followActive\":[64],\"navHide\":[64],\"navShow\":[64],\"navToggle\":[64]}]]],[\"eco-tetrigs\",[[1,\"eco-tetrigs\",{\"board\":[32],\"score\":[32],\"currentPiece\":[32],\"nextPiece\":[32],\"isGameOver\":[32]}]]],[\"eco-input-file\",[[2,\"eco-input-file\",{\"accept\":[1],\"disabled\":[4],\"files\":[16],\"help\":[1],\"inputId\":[1,\"input-id\"],\"label\":[1],\"optional\":[1],\"qaIdButton\":[1,\"qa-id-button\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdFilename\":[1,\"qa-id-filename\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"readonly\":[4],\"required\":[4],\"status\":[1],\"text\":[1],\"value\":[1],\"width\":[1],\"reset\":[64]}]]],[\"eco-input-phone\",[[1,\"eco-input-phone\",{\"disabled\":[4],\"help\":[1],\"label\":[1],\"name\":[1],\"optional\":[1],\"pattern\":[1],\"placeholder\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"readonly\":[4],\"required\":[4],\"status\":[1],\"width\":[1],\"inputId\":[1025,\"input-id\"],\"value\":[1025],\"hasFocus\":[32],\"setFocus\":[64],\"getInputElement\":[64]}]]],[\"eco-select\",[[6,\"eco-select\",{\"value\":[1025],\"label\":[1],\"help\":[1],\"name\":[1],\"optional\":[1],\"status\":[1],\"width\":[1],\"disabled\":[4],\"required\":[4],\"multiple\":[4],\"inputId\":[1025,\"input-id\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdSelect\":[1,\"qa-id-select\"]}]]],[\"eco-stacked-bar\",[[1,\"eco-stacked-bar\",{\"label\":[1],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"showLegend\":[4,\"show-legend\"],\"showPercent\":[4,\"show-percent\"],\"showCount\":[4,\"show-count\"],\"gap\":[1],\"barThickness\":[1,\"bar-thickness\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdBar\":[1,\"qa-id-bar\"],\"qaIdLegend\":[1,\"qa-id-legend\"],\"qaIdPercent\":[1,\"qa-id-percent\"],\"qaIdCount\":[1,\"qa-id-count\"],\"data\":[16]}]]],[\"eco-docs-responses\",[[1,\"eco-docs-responses\",{\"responsesTitle\":[1,\"responses-title\"],\"responses\":[16],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdResponsesTitle\":[1,\"qa-id-responses-title\"]}]]],[\"eco-qr-scanner\",[[1,\"eco-qr-scanner\",{\"label\":[1],\"icon\":[1],\"type\":[1],\"styletype\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"value\":[32],\"scanningInProgress\":[32],\"start\":[64],\"reset\":[64]}]]],[\"eco-lightbox\",[[1,\"eco-lightbox\",{\"visible\":[1028],\"loaded\":[4],\"disabled\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"handleTrigger\":[64]}]]],[\"eco-split-button\",[[1,\"eco-split-button\",{\"showOptions\":[32],\"toggleIconSize\":[32],\"toggleIcon\":[32],\"open\":[64],\"close\":[64]}]]],[\"eco-split-option\",[[1,\"eco-split-option\",{\"disabled\":[4],\"icon\":[1],\"isBusy\":[4,\"is-busy\"],\"label\":[1],\"size\":[1],\"styletype\":[1],\"type\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"focusButton\":[64]}]]],[\"eco-slide-over\",[[1,\"eco-slide-over\",{\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdClose\":[1,\"qa-id-close\"],\"visible\":[1028],\"handleClose\":[64],\"handleTrigger\":[64]}]]],[\"eco-accordion-item\",[[1,\"eco-accordion-item\",{\"align\":[1025],\"clickAnywhere\":[4,\"click-anywhere\"],\"sticky\":[4],\"collapsable\":[4],\"collapsed\":[1028],\"disabled\":[1028],\"qaIdContent\":[1,\"qa-id-content\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHeader\":[1,\"qa-id-header\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"qaIdToggle\":[1,\"qa-id-toggle\"],\"disable\":[64]}]]],[\"eco-ani-add-gtl-orientation\",[[2,\"eco-ani-add-gtl-orientation\",{\"location\":[1]}]]],[\"eco-badge\",[[1,\"eco-badge\",{\"type\":[1],\"icon\":[1],\"dot\":[4],\"label\":[1],\"rotateIcon\":[4,\"rotate-icon\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"qaIdDot\":[1,\"qa-id-dot\"]}]]],[\"eco-chart-sparkline\",[[1,\"eco-chart-sparkline\",{\"label\":[1],\"showCount\":[4,\"show-count\"],\"data\":[16],\"lineColour\":[1,\"line-colour\"],\"strokeWidth\":[2,\"stroke-width\"],\"fillColour\":[1,\"fill-colour\"],\"fillOpacity\":[1,\"fill-opacity\"],\"yAxisMax\":[2,\"y-axis-max\"],\"flow\":[1],\"lineXPos\":[32],\"count\":[32]}]]],[\"eco-input-radio\",[[1,\"eco-input-radio\",{\"value\":[1032],\"disabled\":[4],\"label\":[1],\"name\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"checked\":[32],\"buttonTabindex\":[32],\"setButtonTabindex\":[64]}]]],[\"eco-layout-aside\",[[6,\"eco-layout-aside\",{\"collapsable\":[4],\"collapsed\":[1028],\"localStorageName\":[1,\"local-storage-name\"],\"sticky\":[4],\"stickyOffset\":[1,\"sticky-offset\"],\"asideMaxBlockSize\":[1,\"aside-max-block-size\"],\"asidePosition\":[1,\"aside-position\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdAside\":[1,\"qa-id-aside\"],\"qaIdAsideContent\":[1,\"qa-id-aside-content\"],\"qaIdToggle\":[1,\"qa-id-toggle\"],\"qaIdContent\":[1,\"qa-id-content\"],\"handleCollapse\":[64]}]]],[\"eco-layout-blocks\",[[1,\"eco-layout-blocks\",{\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdContent\":[1,\"qa-id-content\"]}]]],[\"eco-layout-filter\",[[6,\"eco-layout-filter\",{\"collapsable\":[4],\"collapsed\":[1028],\"filtersApplied\":[4,\"filters-applied\"],\"localStorageName\":[1,\"local-storage-name\"],\"sticky\":[4],\"stickyOffset\":[1,\"sticky-offset\"],\"filterMaxBlockSize\":[1,\"filter-max-block-size\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdFilter\":[1,\"qa-id-filter\"],\"qaIdToggle\":[1,\"qa-id-toggle\"],\"qaIdContent\":[1,\"qa-id-content\"],\"handleCollapse\":[64]}]]],[\"eco-layout-header\",[[1,\"eco-layout-header\",{\"level\":[2],\"displayAs\":[2,\"display-as\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdActionsBefore\":[1,\"qa-id-actions-before\"],\"qaIdActionsAfter\":[1,\"qa-id-actions-after\"],\"qaIdHeadingElement\":[1,\"qa-id-heading-element\"],\"qaIdHeading\":[1,\"qa-id-heading\"]}]]],[\"eco-nav-link\",[[1,\"eco-nav-link\",{\"href\":[1],\"label\":[1],\"target\":[1],\"rel\":[1],\"active\":[4],\"icon\":[1],\"iconsize\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"]},[[0,\"keydown\",\"handleKeyDown\"]]]]],[\"eco-status-icon\",[[2,\"eco-status-icon\",{\"icon\":[1],\"type\":[1],\"iconsize\":[1],\"label\":[1],\"labelLocation\":[1,\"label-location\"],\"wrapLabel\":[4,\"wrap-label\"],\"width\":[2],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"qaIdLabel\":[1,\"qa-id-label\"]}]]],[\"eco-subnav-item\",[[1,\"eco-subnav-item\",{\"disabled\":[4],\"href\":[1],\"target\":[1],\"label\":[1],\"icon\":[1],\"iconPosition\":[1,\"icon-position\"],\"iconSize\":[1,\"icon-size\"],\"active\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"]}]]],[\"eco-text-clamp\",[[1,\"eco-text-clamp\",{\"linesToShow\":[2,\"lines-to-show\"],\"suppressExpand\":[4,\"suppress-expand\"]}]]],[\"eco-user-badge\",[[1,\"eco-user-badge\",{\"userId\":[1,\"user-id\"],\"userName\":[1,\"user-name\"],\"initials\":[4],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-accordion\",[[1,\"eco-accordion\",{\"qaIdElement\":[1,\"qa-id-element\"],\"align\":[1],\"clickAnywhere\":[4,\"click-anywhere\"],\"sticky\":[4]}]]],[\"eco-fieldset\",[[1,\"eco-fieldset\",{\"legend\":[1],\"disabled\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLegend\":[1,\"qa-id-legend\"]},null,{\"disabled\":[\"onDisabledChange\"]}]]],[\"eco-generated-pattern-dots\",[[1,\"eco-generated-pattern-dots\",{\"text\":[1],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-generated-pattern-stripes\",[[1,\"eco-generated-pattern-stripes\",{\"text\":[1],\"stripeWidth\":[2,\"stripe-width\"],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-layout-body\",[[6,\"eco-layout-body\",{\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdMain\":[1,\"qa-id-main\"]}]]],[\"eco-level\",[[0,\"eco-level\",{\"tooltip\":[1],\"steps\":[2],\"amount\":[2],\"emptyLabel\":[1,\"empty-label\"],\"overfullLabel\":[1,\"overfull-label\"],\"showAmount\":[4,\"show-amount\"],\"approximate\":[4],\"levelGap\":[4,\"level-gap\"],\"type\":[1],\"elementFlow\":[1,\"element-flow\"],\"levelFlow\":[1,\"level-flow\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdAmount\":[1,\"qa-id-amount\"],\"renderAmount\":[4,\"render-amount\"]}]]],[\"eco-logo\",[[1,\"eco-logo\",{\"colour\":[1]}]]],[\"eco-nav-flyout\",[[1,\"eco-nav-flyout\",{\"qaIdElement\":[1,\"qa-id-element\"],\"visible\":[1028],\"handleClose\":[64],\"handleTrigger\":[64]},[[8,\"click\",\"handleClick\"],[8,\"keyup\",\"handleKeyup\"]]]]],[\"eco-progress\",[[2,\"eco-progress\",{\"variant\":[1],\"type\":[1],\"width\":[1],\"improving\":[4],\"max\":[2],\"value\":[2],\"roundTo\":[2,\"round-to\"],\"showPercentage\":[4,\"show-percentage\"],\"of\":[4],\"ofString\":[1,\"of-string\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdText\":[1,\"qa-id-text\"],\"qaIdProgress\":[1,\"qa-id-progress\"]}]]],[\"eco-segment\",[[1,\"eco-segment\",{\"value\":[1032],\"disabled\":[4],\"name\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"checked\":[32],\"buttonTabindex\":[32],\"setButtonTabindex\":[64]}]]],[\"eco-segments\",[[1,\"eco-segments\",{\"qaIdElement\":[1,\"qa-id-element\"],\"value\":[1032]},[[4,\"keydown\",\"onKeydown\"]]]]],[\"eco-subnav\",[[1,\"eco-subnav\",{\"flow\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"followActive\":[64]}]]],[\"eco-tab\",[[1,\"eco-tab\",{\"bind\":[1],\"active\":[4],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-tab-content\",[[1,\"eco-tab-content\",{\"bind\":[1],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-tabs\",[[1,\"eco-tabs\",{\"tabLocation\":[1,\"tab-location\"],\"alignTabs\":[1,\"align-tabs\"],\"wrap\":[4],\"sticky\":[4],\"stickyOffset\":[1,\"sticky-offset\"],\"changeUrl\":[1,\"change-url\"],\"urlSearchQuery\":[1,\"url-search-query\"],\"autoPlay\":[4,\"auto-play\"],\"autoPlaySpeed\":[2,\"auto-play-speed\"],\"qaIdElement\":[1,\"qa-id-element\"],\"setActiveTab\":[64]},[[0,\"click\",\"handleClick\"],[0,\"keyup\",\"handleKeyup\"]]]]],[\"eco-checkboxes\",[[1,\"eco-checkboxes\",{\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"label\":[1],\"noResults\":[1028,\"no-results\"],\"noResultsText\":[1,\"no-results-text\"],\"searchable\":[4],\"searchPlaceholder\":[1,\"search-placeholder\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdNoResultsText\":[1,\"qa-id-no-results-text\"],\"checkAll\":[4,\"check-all\"],\"allowCheckAll\":[4,\"allow-check-all\"],\"maxBlockSize\":[1,\"max-block-size\"],\"searchClear\":[64]},[[0,\"ecoChange\",\"handleEcoChange\"]]]]],[\"eco-input-tag\",[[1,\"eco-input-tag\",{\"label\":[1],\"action\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"addTag\":[64],\"removeTag\":[64]}]]],[\"eco-popover\",[[1,\"eco-popover\",{\"showOn\":[1,\"show-on\"],\"popoverFlow\":[1,\"popover-flow\"],\"popoverAlignment\":[1,\"popover-alignment\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdPopover\":[1,\"qa-id-popover\"],\"visible\":[32],\"open\":[64],\"close\":[64],\"handleMouseEnter\":[64],\"handleFocusIn\":[64],\"handleFocusOut\":[64],\"handleMouseLeave\":[64],\"handleClickOnElement\":[64]}]]],[\"eco-split-options\",[[1,\"eco-split-options\"]]],[\"eco-toast_2\",[[1,\"eco-toast\",{\"type\":[1],\"icon\":[1],\"autoDismiss\":[4,\"auto-dismiss\"],\"dismissAfter\":[2,\"dismiss-after\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdContent\":[1,\"qa-id-content\"],\"qaIdClose\":[1,\"qa-id-close\"],\"qaIdTimer\":[1,\"qa-id-timer\"]}],[1,\"eco-toast-rack\",{\"qaIdElement\":[1,\"qa-id-element\"],\"stack\":[4]},[[0,\"present\",\"toastPresent\"],[0,\"dismiss\",\"toastDismiss\"]]]]],[\"eco-input-textarea\",[[2,\"eco-input-textarea\",{\"disabled\":[4],\"height\":[1],\"help\":[1],\"label\":[1],\"maxLength\":[2,\"max-length\"],\"minLength\":[2,\"min-length\"],\"name\":[1],\"optional\":[1],\"placeholder\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"readonly\":[4],\"required\":[4],\"resize\":[4],\"status\":[1],\"width\":[1],\"inputId\":[1025,\"input-id\"],\"value\":[1025]}]]],[\"eco-input-checkbox\",[[1,\"eco-input-checkbox\",{\"label\":[1],\"checked\":[1028],\"indeterminate\":[1028],\"disabled\":[4],\"inputId\":[1025,\"input-id\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"name\":[1],\"value\":[1],\"labelPosition\":[1,\"label-position\"],\"showAsToggle\":[4,\"show-as-toggle\"],\"setChecked\":[64]}]]],[\"eco-igs-logo_2\",[[1,\"eco-nav-action\",{\"notice\":[1028],\"icon\":[1],\"iconsize\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"isNoticed\":[32],\"noticeStart\":[64],\"noticeStop\":[64]}],[1,\"eco-igs-logo\",{\"theme\":[1],\"colour\":[1]}]]],[\"eco-description-group_2\",[[1,\"eco-description-group\",{\"vertical\":[4],\"flow\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"colWidth\":[1,\"col-width\"],\"termWidth\":[1,\"term-width\"],\"gap\":[1],\"inverted\":[4]}],[1,\"eco-docs-parameter\",{\"name\":[1],\"required\":[4],\"schemaType\":[1,\"schema-type\"],\"in\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdName\":[1,\"qa-id-name\"],\"qaIdRequired\":[1,\"qa-id-required\"],\"qaIdSchemaType\":[1,\"qa-id-schema-type\"],\"qaIdIn\":[1,\"qa-id-in\"]}]]],[\"eco-description\",[[1,\"eco-description\",{\"term\":[1],\"description\":[8],\"flow\":[1025],\"inverted\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdTerm\":[1,\"qa-id-term\"],\"qaIdDesc\":[1,\"qa-id-desc\"]}]]],[\"eco-popover-content\",[[1,\"eco-popover-content\",{\"popoverFlow\":[1,\"popover-flow\"],\"popoverAlignment\":[1,\"popover-alignment\"],\"qaIdPopover\":[1,\"qa-id-popover\"]}]]],[\"eco-icon_9\",[[2,\"eco-input-date\",{\"label\":[1],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"optional\":[1],\"readonly\":[4],\"required\":[4],\"disabled\":[4],\"status\":[1025],\"withTime\":[4,\"with-time\"],\"daysPast\":[2,\"days-past\"],\"daysFuture\":[2,\"days-future\"],\"dayMin\":[2,\"day-min\"],\"dayMax\":[2,\"day-max\"],\"monthMin\":[2,\"month-min\"],\"monthMax\":[2,\"month-max\"],\"yearMin\":[2,\"year-min\"],\"yearMax\":[2,\"year-max\"],\"minuteMin\":[2,\"minute-min\"],\"minuteMax\":[2,\"minute-max\"],\"hourMin\":[2,\"hour-min\"],\"hourMax\":[2,\"hour-max\"],\"qaIdInputs\":[1,\"qa-id-inputs\"],\"qaIdDd\":[1,\"qa-id-dd\"],\"qaIdMm\":[1,\"qa-id-mm\"],\"qaIdYyyy\":[1,\"qa-id-yyyy\"],\"qaIdMinute\":[1,\"qa-id-minute\"],\"qaIdHour\":[1,\"qa-id-hour\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdMessagebox\":[1,\"qa-id-messagebox\"],\"value\":[1025],\"dateExists\":[32],\"inputsEmpty\":[32],\"sinceDate\":[32],\"sinceDateError\":[32],\"untilDate\":[32],\"untilDateError\":[32],\"validateDate\":[64],\"getDate\":[64],\"setDate\":[64]}],[2,\"eco-input-number\",{\"clearInput\":[4,\"clear-input\"],\"clearOnEdit\":[4,\"clear-on-edit\"],\"disabled\":[4],\"help\":[1],\"label\":[1],\"max\":[2],\"min\":[2],\"name\":[1],\"optional\":[1],\"pattern\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"readonly\":[4],\"required\":[4],\"status\":[1],\"step\":[2],\"width\":[1],\"inputId\":[1025,\"input-id\"],\"valid\":[1028],\"value\":[1026],\"hasFocus\":[32],\"setFocus\":[64],\"getInputElement\":[64]}],[6,\"eco-messagebox\",{\"type\":[1],\"icon\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"]}],[1,\"eco-text-input-optional\",{\"qaIdElement\":[1,\"qa-id-element\"]}],[1,\"eco-text-input-help\",{\"status\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"]}],[6,\"eco-input-wrapper\",{\"width\":[1],\"status\":[1],\"qaIdElement\":[1,\"qa-id-element\"]}],[1,\"eco-text-label\",{\"for\":[1],\"wrap\":[4],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdElement\":[1,\"qa-id-element\"]}],[1,\"eco-spacer\",{\"gap\":[1],\"flow\":[1],\"wrap\":[4],\"qaIdElement\":[1,\"qa-id-element\"]}],[1,\"eco-icon\",{\"icon\":[1],\"icontype\":[1],\"iconsize\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"rotate\":[4]}]]],[\"eco-backdrop_3\",[[2,\"eco-button\",{\"disabled\":[4],\"href\":[1],\"target\":[1],\"icon\":[1],\"isBusy\":[4,\"is-busy\"],\"label\":[1],\"link\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"size\":[1],\"styletype\":[1],\"type\":[1],\"iconsize\":[1025],\"toggleLabel\":[4,\"toggle-label\"],\"iconPosition\":[1,\"icon-position\"]},[[0,\"keydown\",\"handleKeyDown\"]]],[2,\"eco-spinner\",{\"text\":[1],\"fullscreen\":[4],\"size\":[1],\"theme\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdText\":[1,\"qa-id-text\"]}],[1,\"eco-backdrop\",{\"visible\":[1028],\"showBackdrop\":[64],\"hideBackdrop\":[64]}]]],[\"eco-chat-author_3\",[[1,\"eco-chat-bubble\",{\"message\":[1],\"authorIsUser\":[4,\"author-is-user\"],\"canDelete\":[4,\"can-delete\"],\"canEdit\":[4,\"can-edit\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdActionCancel\":[1,\"qa-id-action-cancel\"],\"qaIdActionDelete\":[1,\"qa-id-action-delete\"],\"qaIdActionDeleteConfirm\":[1,\"qa-id-action-delete-confirm\"],\"qaIdActionEdit\":[1,\"qa-id-action-edit\"],\"qaIdActionEditConfirm\":[1,\"qa-id-action-edit-confirm\"],\"isUpdating\":[32],\"isEditing\":[32],\"isDeleting\":[32],\"updatedMessage\":[32]},[[0,\"ecoChange\",\"updateMessage\"]],{\"message\":[\"valueChanged\"]}],[1,\"eco-chat-author\",{\"author\":[1],\"qaIdElement\":[1,\"qa-id-element\"]}],[1,\"eco-chat-timestamp\",{\"timestamp\":[1],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-text-heading\",[[6,\"eco-text-heading\",{\"level\":[2],\"displayAs\":[1026,\"display-as\"],\"headingId\":[1,\"heading-id\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHeading\":[1,\"qa-id-heading\"]}]]],[\"eco-input-text\",[[2,\"eco-input-text\",{\"clearInput\":[4,\"clear-input\"],\"clearOnEdit\":[4,\"clear-on-edit\"],\"disabled\":[4],\"help\":[1],\"hidden\":[4],\"label\":[1],\"name\":[1],\"maxLength\":[2,\"max-length\"],\"minLength\":[2,\"min-length\"],\"optional\":[1],\"placeholder\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"readonly\":[4],\"required\":[4],\"status\":[1],\"type\":[1],\"width\":[1],\"inputId\":[1025,\"input-id\"],\"value\":[1025],\"hasFocus\":[32],\"setFocus\":[64],\"getInputElement\":[64]}]]],[\"eco-card_4\",[[1,\"eco-card\",{\"border\":[1],\"collapsable\":[4],\"collapsed\":[1028],\"elevation\":[1],\"showBody\":[4,\"show-body\"],\"qaIdBody\":[1,\"qa-id-body\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdExpand\":[1,\"qa-id-expand\"],\"qaIdFooter\":[1,\"qa-id-footer\"],\"qaIdHeader\":[1,\"qa-id-header\"],\"qaIdToggle\":[1,\"qa-id-toggle\"],\"sticky\":[4],\"stickyOffset\":[1,\"sticky-offset\"]}],[1,\"eco-card-body\"],[1,\"eco-card-footer\"],[1,\"eco-card-header\"]]]]"), options);
return bootstrapLazy(JSON.parse("[[\"eco-multi-select\",[[1,\"eco-multi-select\",{\"value\":[1040],\"label\":[1],\"help\":[1],\"name\":[1],\"optional\":[1],\"placeholder\":[1],\"maxBlockSize\":[1,\"max-block-size\"],\"status\":[1],\"disabled\":[4],\"required\":[4],\"inputId\":[1025,\"input-id\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"setFocus\":[64]}]]],[\"eco-chat-message\",[[1,\"eco-chat-message\",{\"timestamp\":[1],\"author\":[1],\"message\":[1],\"authorIsUser\":[4,\"author-is-user\"],\"canDelete\":[4,\"can-delete\"],\"canEdit\":[4,\"can-edit\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdTimestamp\":[1,\"qa-id-timestamp\"],\"qaIdAuthor\":[1,\"qa-id-author\"],\"qaIdMessage\":[1,\"qa-id-message\"],\"qaIdActionCancel\":[1,\"qa-id-action-cancel\"],\"qaIdActionDelete\":[1,\"qa-id-action-delete\"],\"qaIdActionDeleteConfirm\":[1,\"qa-id-action-delete-confirm\"],\"qaIdActionEdit\":[1,\"qa-id-action-edit\"],\"qaIdActionEditConfirm\":[1,\"qa-id-action-edit-confirm\"],\"updatedMessage\":[32]},[[0,\"messageEdited\",\"onEdited\"],[0,\"messageDeleted\",\"onDeleted\"]]]]],[\"eco-input-filter\",[[2,\"eco-input-filter\",{\"label\":[1],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"placeholder\":[1],\"optional\":[1],\"inputId\":[1025,\"input-id\"],\"required\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdNoResultsText\":[1,\"qa-id-no-results-text\"],\"resetFilter\":[64]}]]],[\"eco-table\",[[4,\"eco-table\",{\"responsive\":[4],\"resizable\":[4],\"equalcolumns\":[4],\"containsDocs\":[4,\"contains-docs\"],\"stickyOffset\":[1,\"sticky-offset\"],\"stickyTableHeight\":[1,\"sticky-table-height\"],\"searchable\":[4],\"searchableNoResults\":[1028,\"searchable-no-results\"],\"searchableNoResultsText\":[1,\"searchable-no-results-text\"],\"searchableLabel\":[1,\"searchable-label\"],\"searchableHelp\":[1,\"searchable-help\"],\"searchablePlaceholder\":[1,\"searchable-placeholder\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdResetButton\":[1,\"qa-id-reset-button\"],\"qaIdActions\":[1,\"qa-id-actions\"],\"qaIdTable\":[1,\"qa-id-table\"],\"qaIdSearchableElement\":[1,\"qa-id-searchable-element\"],\"qaIdSearchableInput\":[1,\"qa-id-searchable-input\"],\"qaIdSearchableLabel\":[1,\"qa-id-searchable-label\"],\"qaIdSearchableHelp\":[1,\"qa-id-searchable-help\"],\"qaIdNoResultsText\":[1,\"qa-id-no-results-text\"],\"customSortEnabled\":[4,\"custom-sort-enabled\"],\"resetColumns\":[64],\"searchClear\":[64]}]]],[\"eco-docs-code\",[[1,\"eco-docs-code\",{\"codeTitle\":[1,\"code-title\"],\"code\":[1],\"showLines\":[4,\"show-lines\"],\"allowCopy\":[4,\"allow-copy\"],\"copyLabel\":[1025,\"copy-label\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdCode\":[1,\"qa-id-code\"],\"qaIdCopy\":[1,\"qa-id-copy\"],\"qaIdCopyLabel\":[1,\"qa-id-copy-label\"],\"qaIdCodeTitle\":[1,\"qa-id-code-title\"],\"qaIdLineNumbers\":[1,\"qa-id-line-numbers\"],\"hasCopied\":[32],\"copyIcon\":[32]}]]],[\"eco-modal\",[[6,\"eco-modal\",{\"modaltitle\":[1],\"visible\":[1028],\"fill\":[4],\"showBody\":[4,\"show-body\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdModal\":[1,\"qa-id-modal\"],\"qaIdTitle\":[1,\"qa-id-title\"],\"qaIdClose\":[1,\"qa-id-close\"],\"qaIdCancel\":[1,\"qa-id-cancel\"],\"handleClose\":[64],\"handleTrigger\":[64]}]]],[\"eco-filter-list\",[[1,\"eco-filter-list\",{\"label\":[1],\"help\":[1],\"placeholder\":[1],\"hideInputIfLessThan\":[2,\"hide-input-if-less-than\"],\"noResultsText\":[1,\"no-results-text\"],\"inputId\":[1,\"input-id\"],\"maxBlockSize\":[1,\"max-block-size\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdNoResultsText\":[1,\"qa-id-no-results-text\"],\"noResults\":[32],\"showInput\":[32],\"filterSlot\":[64],\"filterClear\":[64]}]]],[\"eco-input-range\",[[2,\"eco-input-range\",{\"value\":[1026],\"inputId\":[1025,\"input-id\"],\"min\":[2],\"step\":[2],\"max\":[2],\"rangeFlow\":[1,\"range-flow\"],\"inputFlow\":[1,\"input-flow\"],\"thumbSize\":[1,\"thumb-size\"],\"showInput\":[4,\"show-input\"],\"showOutput\":[4,\"show-output\"],\"showError\":[1028,\"show-error\"],\"showStepMismatchError\":[1028,\"show-step-mismatch-error\"],\"valuePrefix\":[1,\"value-prefix\"],\"valueSuffix\":[1,\"value-suffix\"],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"label\":[1],\"disabled\":[4],\"readonly\":[4],\"required\":[4],\"optional\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdRange\":[1,\"qa-id-range\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdOutput\":[1,\"qa-id-output\"],\"qaIdMessagebox\":[1,\"qa-id-messagebox\"]},null,{\"value\":[\"valueChanged\"]}]]],[\"eco-radios\",[[1,\"eco-radios\",{\"searchable\":[4],\"searchPlaceholder\":[1,\"search-placeholder\"],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"name\":[1],\"label\":[1],\"noResults\":[1028,\"no-results\"],\"noResultsText\":[1,\"no-results-text\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdNoResultsText\":[1,\"qa-id-no-results-text\"],\"radioData\":[16],\"value\":[1032],\"maxBlockSize\":[1,\"max-block-size\"],\"searchClear\":[64]},[[4,\"keydown\",\"onKeydown\"]],{\"value\":[\"valueChanged\"]}]]],[\"eco-input-datalist\",[[6,\"eco-input-datalist\",{\"disabled\":[4],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"inputId\":[1,\"input-id\"],\"listId\":[1,\"list-id\"],\"label\":[1],\"optional\":[1],\"qaIdDataList\":[1,\"qa-id-data-list\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdNotListedMessage\":[1,\"qa-id-not-listed-message\"],\"readonly\":[4],\"required\":[4],\"value\":[1025],\"placeholder\":[1],\"notListedMessage\":[1,\"not-listed-message\"],\"notListedOption\":[32],\"optionsList\":[32]}]]],[\"eco-input-tags\",[[1,\"eco-input-tags\",{\"label\":[1],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"optional\":[1],\"inputId\":[1025,\"input-id\"],\"value\":[1040],\"options\":[16],\"required\":[4],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdValues\":[1,\"qa-id-values\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdOptions\":[1,\"qa-id-options\"],\"currentInput\":[32],\"setOptions\":[64]},[[0,\"focusout\",\"handleFocusOut\"],[0,\"tagRemoved\",\"removeTagHandler\"],[0,\"tagAdded\",\"addTagHandler\"]]]]],[\"eco-input-time\",[[2,\"eco-input-time\",{\"disabled\":[4],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"label\":[1],\"optional\":[1],\"qaIdDays\":[1,\"qa-id-days\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdHours\":[1,\"qa-id-hours\"],\"qaIdInputs\":[1,\"qa-id-inputs\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdMinutes\":[1,\"qa-id-minutes\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdSeconds\":[1,\"qa-id-seconds\"],\"qaIdWeeks\":[1,\"qa-id-weeks\"],\"readonly\":[4],\"required\":[4],\"value\":[1025],\"weeks\":[4],\"weeksMax\":[2,\"weeks-max\"],\"weeksMin\":[2,\"weeks-min\"],\"weeksValue\":[1026,\"weeks-value\"],\"days\":[4],\"daysMax\":[2,\"days-max\"],\"daysMin\":[2,\"days-min\"],\"daysValue\":[1026,\"days-value\"],\"hours\":[4],\"hoursMax\":[2,\"hours-max\"],\"hoursMin\":[2,\"hours-min\"],\"hoursValue\":[1026,\"hours-value\"],\"minutes\":[4],\"minutesMax\":[2,\"minutes-max\"],\"minutesMin\":[2,\"minutes-min\"],\"minutesValue\":[1026,\"minutes-value\"],\"seconds\":[4],\"secondsMax\":[2,\"seconds-max\"],\"secondsMin\":[2,\"seconds-min\"],\"secondsValue\":[1026,\"seconds-value\"]}]]],[\"eco-layout-nav\",[[6,\"eco-layout-nav\",{\"logoTitle\":[1,\"logo-title\"],\"homeLink\":[1,\"home-link\"],\"appName\":[1,\"app-name\"],\"accountName\":[1,\"account-name\"],\"allowHiding\":[4,\"allow-hiding\"],\"hideNav\":[4,\"hide-nav\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLogo\":[1,\"qa-id-logo\"],\"qaIdAppName\":[1,\"qa-id-app-name\"],\"qaIdNav\":[1,\"qa-id-nav\"],\"accentHue\":[2,\"accent-hue\"],\"accentSaturation\":[2,\"accent-saturation\"],\"accentLightness\":[2,\"accent-lightness\"],\"accentAlpha\":[2,\"accent-alpha\"],\"followActive\":[64],\"navHide\":[64],\"navShow\":[64],\"navToggle\":[64]}]]],[\"eco-tetrigs\",[[1,\"eco-tetrigs\",{\"board\":[32],\"score\":[32],\"currentPiece\":[32],\"nextPiece\":[32],\"isGameOver\":[32]}]]],[\"eco-input-file\",[[2,\"eco-input-file\",{\"accept\":[1],\"disabled\":[4],\"files\":[16],\"help\":[1],\"inputId\":[1,\"input-id\"],\"label\":[1],\"optional\":[1],\"qaIdButton\":[1,\"qa-id-button\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdFilename\":[1,\"qa-id-filename\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"readonly\":[4],\"required\":[4],\"status\":[1],\"text\":[1],\"value\":[1],\"width\":[1],\"reset\":[64]}]]],[\"eco-input-phone\",[[1,\"eco-input-phone\",{\"disabled\":[4],\"help\":[1],\"label\":[1],\"name\":[1],\"optional\":[1],\"pattern\":[1],\"placeholder\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"readonly\":[4],\"required\":[4],\"status\":[1],\"width\":[1],\"inputId\":[1025,\"input-id\"],\"value\":[1025],\"hasFocus\":[32],\"setFocus\":[64],\"getInputElement\":[64]}]]],[\"eco-select\",[[6,\"eco-select\",{\"value\":[1025],\"label\":[1],\"help\":[1],\"name\":[1],\"optional\":[1],\"status\":[1],\"width\":[1],\"disabled\":[4],\"required\":[4],\"multiple\":[4],\"inputId\":[1025,\"input-id\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdSelect\":[1,\"qa-id-select\"]}]]],[\"eco-stacked-bar\",[[1,\"eco-stacked-bar\",{\"label\":[1],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"showLegend\":[4,\"show-legend\"],\"showPercent\":[4,\"show-percent\"],\"showCount\":[4,\"show-count\"],\"gap\":[1],\"barThickness\":[1,\"bar-thickness\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdBar\":[1,\"qa-id-bar\"],\"qaIdLegend\":[1,\"qa-id-legend\"],\"qaIdPercent\":[1,\"qa-id-percent\"],\"qaIdCount\":[1,\"qa-id-count\"],\"data\":[16]}]]],[\"eco-docs-responses\",[[1,\"eco-docs-responses\",{\"responsesTitle\":[1,\"responses-title\"],\"responses\":[16],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdResponsesTitle\":[1,\"qa-id-responses-title\"]}]]],[\"eco-qr-scanner\",[[1,\"eco-qr-scanner\",{\"label\":[1],\"icon\":[1],\"type\":[1],\"styletype\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"value\":[32],\"scanningInProgress\":[32],\"start\":[64],\"reset\":[64]}]]],[\"eco-lightbox\",[[1,\"eco-lightbox\",{\"visible\":[1028],\"loaded\":[4],\"disabled\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"handleTrigger\":[64]}]]],[\"eco-split-button\",[[1,\"eco-split-button\",{\"showOptions\":[32],\"toggleIconSize\":[32],\"toggleIcon\":[32],\"open\":[64],\"close\":[64]}]]],[\"eco-split-option\",[[1,\"eco-split-option\",{\"disabled\":[4],\"icon\":[1],\"isBusy\":[4,\"is-busy\"],\"label\":[1],\"size\":[1],\"styletype\":[1],\"type\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"focusButton\":[64]}]]],[\"eco-slide-over\",[[1,\"eco-slide-over\",{\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdClose\":[1,\"qa-id-close\"],\"visible\":[1028],\"handleClose\":[64],\"handleTrigger\":[64]}]]],[\"eco-accordion-item\",[[1,\"eco-accordion-item\",{\"align\":[1025],\"clickAnywhere\":[4,\"click-anywhere\"],\"sticky\":[4],\"collapsible\":[4],\"collapsed\":[1028],\"disabled\":[1028],\"qaIdContent\":[1,\"qa-id-content\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHeader\":[1,\"qa-id-header\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"qaIdToggle\":[1,\"qa-id-toggle\"],\"disable\":[64]}]]],[\"eco-ani-add-gtl-orientation\",[[2,\"eco-ani-add-gtl-orientation\",{\"location\":[1]}]]],[\"eco-badge\",[[1,\"eco-badge\",{\"type\":[1],\"icon\":[1],\"dot\":[4],\"label\":[1],\"rotateIcon\":[4,\"rotate-icon\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"qaIdDot\":[1,\"qa-id-dot\"]}]]],[\"eco-chart-sparkline\",[[1,\"eco-chart-sparkline\",{\"label\":[1],\"showCount\":[4,\"show-count\"],\"data\":[16],\"lineColour\":[1,\"line-colour\"],\"strokeWidth\":[2,\"stroke-width\"],\"fillColour\":[1,\"fill-colour\"],\"fillOpacity\":[1,\"fill-opacity\"],\"yAxisMax\":[2,\"y-axis-max\"],\"flow\":[1],\"lineXPos\":[32],\"count\":[32]}]]],[\"eco-input-radio\",[[1,\"eco-input-radio\",{\"value\":[1032],\"disabled\":[4],\"label\":[1],\"name\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"checked\":[32],\"buttonTabindex\":[32],\"setButtonTabindex\":[64]}]]],[\"eco-layout-aside\",[[6,\"eco-layout-aside\",{\"collapsible\":[4],\"collapsed\":[1028],\"localStorageName\":[1,\"local-storage-name\"],\"sticky\":[4],\"stickyOffset\":[1,\"sticky-offset\"],\"asideMaxBlockSize\":[1,\"aside-max-block-size\"],\"asidePosition\":[1,\"aside-position\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdAside\":[1,\"qa-id-aside\"],\"qaIdAsideContent\":[1,\"qa-id-aside-content\"],\"qaIdToggle\":[1,\"qa-id-toggle\"],\"qaIdContent\":[1,\"qa-id-content\"],\"handleCollapse\":[64]}]]],[\"eco-layout-blocks\",[[1,\"eco-layout-blocks\",{\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdContent\":[1,\"qa-id-content\"]}]]],[\"eco-layout-filter\",[[6,\"eco-layout-filter\",{\"collapsible\":[4],\"collapsed\":[1028],\"filtersApplied\":[4,\"filters-applied\"],\"localStorageName\":[1,\"local-storage-name\"],\"sticky\":[4],\"stickyOffset\":[1,\"sticky-offset\"],\"filterMaxBlockSize\":[1,\"filter-max-block-size\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdFilter\":[1,\"qa-id-filter\"],\"qaIdToggle\":[1,\"qa-id-toggle\"],\"qaIdContent\":[1,\"qa-id-content\"],\"handleCollapse\":[64]}]]],[\"eco-layout-header\",[[1,\"eco-layout-header\",{\"level\":[2],\"displayAs\":[2,\"display-as\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdActionsBefore\":[1,\"qa-id-actions-before\"],\"qaIdActionsAfter\":[1,\"qa-id-actions-after\"],\"qaIdHeadingElement\":[1,\"qa-id-heading-element\"],\"qaIdHeading\":[1,\"qa-id-heading\"]}]]],[\"eco-nav-link\",[[1,\"eco-nav-link\",{\"href\":[1],\"label\":[1],\"target\":[1],\"rel\":[1],\"active\":[4],\"icon\":[1],\"iconsize\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"]},[[0,\"keydown\",\"handleKeyDown\"]]]]],[\"eco-status-icon\",[[2,\"eco-status-icon\",{\"icon\":[1],\"type\":[1],\"iconsize\":[1],\"label\":[1],\"labelLocation\":[1,\"label-location\"],\"wrapLabel\":[4,\"wrap-label\"],\"width\":[2],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"qaIdLabel\":[1,\"qa-id-label\"]}]]],[\"eco-subnav-item\",[[1,\"eco-subnav-item\",{\"disabled\":[4],\"href\":[1],\"target\":[1],\"label\":[1],\"icon\":[1],\"iconPosition\":[1,\"icon-position\"],\"iconSize\":[1,\"icon-size\"],\"active\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"]}]]],[\"eco-text-clamp\",[[1,\"eco-text-clamp\",{\"linesToShow\":[2,\"lines-to-show\"],\"suppressExpand\":[4,\"suppress-expand\"]}]]],[\"eco-user-badge\",[[1,\"eco-user-badge\",{\"userId\":[1,\"user-id\"],\"userName\":[1,\"user-name\"],\"initials\":[4],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-accordion\",[[1,\"eco-accordion\",{\"qaIdElement\":[1,\"qa-id-element\"],\"align\":[1],\"clickAnywhere\":[4,\"click-anywhere\"],\"sticky\":[4]}]]],[\"eco-fieldset\",[[1,\"eco-fieldset\",{\"legend\":[1],\"disabled\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLegend\":[1,\"qa-id-legend\"]},null,{\"disabled\":[\"onDisabledChange\"]}]]],[\"eco-generated-pattern-dots\",[[1,\"eco-generated-pattern-dots\",{\"text\":[1],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-generated-pattern-stripes\",[[1,\"eco-generated-pattern-stripes\",{\"text\":[1],\"stripeWidth\":[2,\"stripe-width\"],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-layout-body\",[[6,\"eco-layout-body\",{\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdMain\":[1,\"qa-id-main\"]}]]],[\"eco-level\",[[0,\"eco-level\",{\"tooltip\":[1],\"steps\":[2],\"amount\":[2],\"emptyLabel\":[1,\"empty-label\"],\"overfullLabel\":[1,\"overfull-label\"],\"showAmount\":[4,\"show-amount\"],\"approximate\":[4],\"levelGap\":[4,\"level-gap\"],\"type\":[1],\"elementFlow\":[1,\"element-flow\"],\"levelFlow\":[1,\"level-flow\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdAmount\":[1,\"qa-id-amount\"],\"renderAmount\":[4,\"render-amount\"]}]]],[\"eco-logo\",[[1,\"eco-logo\",{\"colour\":[1]}]]],[\"eco-nav-flyout\",[[1,\"eco-nav-flyout\",{\"qaIdElement\":[1,\"qa-id-element\"],\"visible\":[1028],\"handleClose\":[64],\"handleTrigger\":[64]},[[8,\"click\",\"handleClick\"],[8,\"keyup\",\"handleKeyup\"]]]]],[\"eco-progress\",[[2,\"eco-progress\",{\"variant\":[1],\"type\":[1],\"width\":[1],\"improving\":[4],\"max\":[2],\"value\":[2],\"roundTo\":[2,\"round-to\"],\"showPercentage\":[4,\"show-percentage\"],\"of\":[4],\"ofString\":[1,\"of-string\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdText\":[1,\"qa-id-text\"],\"qaIdProgress\":[1,\"qa-id-progress\"]}]]],[\"eco-segment\",[[1,\"eco-segment\",{\"value\":[1032],\"disabled\":[4],\"name\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"checked\":[32],\"buttonTabindex\":[32],\"setButtonTabindex\":[64]}]]],[\"eco-segments\",[[1,\"eco-segments\",{\"qaIdElement\":[1,\"qa-id-element\"],\"value\":[1032]},[[4,\"keydown\",\"onKeydown\"]]]]],[\"eco-subnav\",[[1,\"eco-subnav\",{\"flow\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"followActive\":[64]}]]],[\"eco-tab\",[[1,\"eco-tab\",{\"bind\":[1],\"active\":[4],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-tab-content\",[[1,\"eco-tab-content\",{\"bind\":[1],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-tabs\",[[1,\"eco-tabs\",{\"tabLocation\":[1,\"tab-location\"],\"alignTabs\":[1,\"align-tabs\"],\"wrap\":[4],\"sticky\":[4],\"stickyOffset\":[1,\"sticky-offset\"],\"changeUrl\":[1,\"change-url\"],\"urlSearchQuery\":[1,\"url-search-query\"],\"autoPlay\":[4,\"auto-play\"],\"autoPlaySpeed\":[2,\"auto-play-speed\"],\"qaIdElement\":[1,\"qa-id-element\"],\"setActiveTab\":[64]},[[0,\"click\",\"handleClick\"],[0,\"keyup\",\"handleKeyup\"]]]]],[\"eco-checkboxes\",[[1,\"eco-checkboxes\",{\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"label\":[1],\"noResults\":[1028,\"no-results\"],\"noResultsText\":[1,\"no-results-text\"],\"searchable\":[4],\"searchPlaceholder\":[1,\"search-placeholder\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdNoResultsText\":[1,\"qa-id-no-results-text\"],\"checkAll\":[4,\"check-all\"],\"allowCheckAll\":[4,\"allow-check-all\"],\"maxBlockSize\":[1,\"max-block-size\"],\"searchClear\":[64]},[[0,\"ecoChange\",\"handleEcoChange\"]]]]],[\"eco-input-tag\",[[1,\"eco-input-tag\",{\"label\":[1],\"action\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"addTag\":[64],\"removeTag\":[64]}]]],[\"eco-popover\",[[1,\"eco-popover\",{\"showOn\":[1,\"show-on\"],\"popoverFlow\":[1,\"popover-flow\"],\"popoverAlignment\":[1,\"popover-alignment\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdPopover\":[1,\"qa-id-popover\"],\"visible\":[32],\"open\":[64],\"close\":[64],\"handleMouseEnter\":[64],\"handleFocusIn\":[64],\"handleFocusOut\":[64],\"handleMouseLeave\":[64],\"handleClickOnElement\":[64]}]]],[\"eco-split-options\",[[1,\"eco-split-options\"]]],[\"eco-toast_2\",[[1,\"eco-toast\",{\"type\":[1],\"icon\":[1],\"autoDismiss\":[4,\"auto-dismiss\"],\"dismissAfter\":[2,\"dismiss-after\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdContent\":[1,\"qa-id-content\"],\"qaIdClose\":[1,\"qa-id-close\"],\"qaIdTimer\":[1,\"qa-id-timer\"]}],[1,\"eco-toast-rack\",{\"qaIdElement\":[1,\"qa-id-element\"],\"stack\":[4]},[[0,\"present\",\"toastPresent\"],[0,\"dismiss\",\"toastDismiss\"]]]]],[\"eco-input-textarea\",[[2,\"eco-input-textarea\",{\"disabled\":[4],\"height\":[1],\"help\":[1],\"label\":[1],\"maxLength\":[2,\"max-length\"],\"minLength\":[2,\"min-length\"],\"name\":[1],\"optional\":[1],\"placeholder\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"readonly\":[4],\"required\":[4],\"resize\":[4],\"status\":[1],\"width\":[1],\"inputId\":[1025,\"input-id\"],\"value\":[1025]}]]],[\"eco-input-checkbox\",[[1,\"eco-input-checkbox\",{\"label\":[1],\"checked\":[1028],\"indeterminate\":[1028],\"disabled\":[4],\"inputId\":[1025,\"input-id\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"name\":[1],\"value\":[1],\"labelPosition\":[1,\"label-position\"],\"showAsToggle\":[4,\"show-as-toggle\"],\"setChecked\":[64]}]]],[\"eco-igs-logo_2\",[[1,\"eco-nav-action\",{\"notice\":[1028],\"icon\":[1],\"iconsize\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"isNoticed\":[32],\"noticeStart\":[64],\"noticeStop\":[64]}],[1,\"eco-igs-logo\",{\"theme\":[1],\"colour\":[1]}]]],[\"eco-description-group_2\",[[1,\"eco-description-group\",{\"vertical\":[4],\"flow\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"colWidth\":[1,\"col-width\"],\"termWidth\":[1,\"term-width\"],\"gap\":[1],\"inverted\":[4]}],[1,\"eco-docs-parameter\",{\"name\":[1],\"required\":[4],\"schemaType\":[1,\"schema-type\"],\"in\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdName\":[1,\"qa-id-name\"],\"qaIdRequired\":[1,\"qa-id-required\"],\"qaIdSchemaType\":[1,\"qa-id-schema-type\"],\"qaIdIn\":[1,\"qa-id-in\"]}]]],[\"eco-description\",[[1,\"eco-description\",{\"term\":[1],\"description\":[8],\"flow\":[1025],\"inverted\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdTerm\":[1,\"qa-id-term\"],\"qaIdDesc\":[1,\"qa-id-desc\"]}]]],[\"eco-popover-content\",[[1,\"eco-popover-content\",{\"popoverFlow\":[1,\"popover-flow\"],\"popoverAlignment\":[1,\"popover-alignment\"],\"qaIdPopover\":[1,\"qa-id-popover\"]}]]],[\"eco-icon_9\",[[2,\"eco-input-date\",{\"label\":[1],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"optional\":[1],\"readonly\":[4],\"required\":[4],\"disabled\":[4],\"status\":[1025],\"withTime\":[4,\"with-time\"],\"daysPast\":[2,\"days-past\"],\"daysFuture\":[2,\"days-future\"],\"dayMin\":[2,\"day-min\"],\"dayMax\":[2,\"day-max\"],\"monthMin\":[2,\"month-min\"],\"monthMax\":[2,\"month-max\"],\"yearMin\":[2,\"year-min\"],\"yearMax\":[2,\"year-max\"],\"minuteMin\":[2,\"minute-min\"],\"minuteMax\":[2,\"minute-max\"],\"hourMin\":[2,\"hour-min\"],\"hourMax\":[2,\"hour-max\"],\"qaIdInputs\":[1,\"qa-id-inputs\"],\"qaIdDd\":[1,\"qa-id-dd\"],\"qaIdMm\":[1,\"qa-id-mm\"],\"qaIdYyyy\":[1,\"qa-id-yyyy\"],\"qaIdMinute\":[1,\"qa-id-minute\"],\"qaIdHour\":[1,\"qa-id-hour\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdMessagebox\":[1,\"qa-id-messagebox\"],\"value\":[1025],\"dateExists\":[32],\"inputsEmpty\":[32],\"sinceDate\":[32],\"sinceDateError\":[32],\"untilDate\":[32],\"untilDateError\":[32],\"validateDate\":[64],\"getDate\":[64],\"setDate\":[64]}],[2,\"eco-input-number\",{\"clearInput\":[4,\"clear-input\"],\"clearOnEdit\":[4,\"clear-on-edit\"],\"disabled\":[4],\"help\":[1],\"label\":[1],\"max\":[2],\"min\":[2],\"name\":[1],\"optional\":[1],\"pattern\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"readonly\":[4],\"required\":[4],\"status\":[1],\"step\":[2],\"width\":[1],\"inputId\":[1025,\"input-id\"],\"valid\":[1028],\"value\":[1026],\"hasFocus\":[32],\"setFocus\":[64],\"getInputElement\":[64]}],[6,\"eco-messagebox\",{\"type\":[1],\"icon\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"]}],[1,\"eco-text-input-optional\",{\"qaIdElement\":[1,\"qa-id-element\"]}],[1,\"eco-text-input-help\",{\"status\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"]}],[6,\"eco-input-wrapper\",{\"width\":[1],\"status\":[1],\"qaIdElement\":[1,\"qa-id-element\"]}],[1,\"eco-text-label\",{\"for\":[1],\"wrap\":[4],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdElement\":[1,\"qa-id-element\"]}],[1,\"eco-spacer\",{\"gap\":[1],\"flow\":[1],\"wrap\":[4],\"qaIdElement\":[1,\"qa-id-element\"]}],[1,\"eco-icon\",{\"icon\":[1],\"icontype\":[1],\"iconsize\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"rotate\":[4]}]]],[\"eco-backdrop_3\",[[2,\"eco-button\",{\"disabled\":[4],\"href\":[1],\"target\":[1],\"icon\":[1],\"isBusy\":[4,\"is-busy\"],\"label\":[1],\"link\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"size\":[1],\"styletype\":[1],\"type\":[1],\"iconsize\":[1025],\"toggleLabel\":[4,\"toggle-label\"],\"iconPosition\":[1,\"icon-position\"]},[[0,\"keydown\",\"handleKeyDown\"]]],[2,\"eco-spinner\",{\"text\":[1],\"fullscreen\":[4],\"size\":[1],\"theme\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdText\":[1,\"qa-id-text\"]}],[1,\"eco-backdrop\",{\"visible\":[1028],\"showBackdrop\":[64],\"hideBackdrop\":[64]}]]],[\"eco-chat-author_3\",[[1,\"eco-chat-bubble\",{\"message\":[1],\"authorIsUser\":[4,\"author-is-user\"],\"canDelete\":[4,\"can-delete\"],\"canEdit\":[4,\"can-edit\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdActionCancel\":[1,\"qa-id-action-cancel\"],\"qaIdActionDelete\":[1,\"qa-id-action-delete\"],\"qaIdActionDeleteConfirm\":[1,\"qa-id-action-delete-confirm\"],\"qaIdActionEdit\":[1,\"qa-id-action-edit\"],\"qaIdActionEditConfirm\":[1,\"qa-id-action-edit-confirm\"],\"isUpdating\":[32],\"isEditing\":[32],\"isDeleting\":[32],\"updatedMessage\":[32]},[[0,\"ecoChange\",\"updateMessage\"]],{\"message\":[\"valueChanged\"]}],[1,\"eco-chat-author\",{\"author\":[1],\"qaIdElement\":[1,\"qa-id-element\"]}],[1,\"eco-chat-timestamp\",{\"timestamp\":[1],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-text-heading\",[[6,\"eco-text-heading\",{\"level\":[2],\"displayAs\":[1026,\"display-as\"],\"headingId\":[1,\"heading-id\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHeading\":[1,\"qa-id-heading\"]}]]],[\"eco-input-text\",[[2,\"eco-input-text\",{\"clearInput\":[4,\"clear-input\"],\"clearOnEdit\":[4,\"clear-on-edit\"],\"disabled\":[4],\"help\":[1],\"hidden\":[4],\"label\":[1],\"name\":[1],\"maxLength\":[2,\"max-length\"],\"minLength\":[2,\"min-length\"],\"optional\":[1],\"placeholder\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"readonly\":[4],\"required\":[4],\"status\":[1],\"type\":[1],\"width\":[1],\"inputId\":[1025,\"input-id\"],\"value\":[1025],\"hasFocus\":[32],\"setFocus\":[64],\"getInputElement\":[64]}]]],[\"eco-card_4\",[[1,\"eco-card\",{\"border\":[1],\"collapsible\":[4],\"collapsed\":[1028],\"elevation\":[1],\"showBody\":[4,\"show-body\"],\"qaIdBody\":[1,\"qa-id-body\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdExpand\":[1,\"qa-id-expand\"],\"qaIdFooter\":[1,\"qa-id-footer\"],\"qaIdHeader\":[1,\"qa-id-header\"],\"qaIdToggle\":[1,\"qa-id-toggle\"],\"sticky\":[4],\"stickyOffset\":[1,\"sticky-offset\"]}],[1,\"eco-card-body\"],[1,\"eco-card-footer\"],[1,\"eco-card-header\"]]]]"), options);
});
//# sourceMappingURL=eco.js.map

@@ -8,3 +8,3 @@ import { b as bootstrapLazy } from './index-090afabe.js';

await globalScripts();
return bootstrapLazy(JSON.parse("[[\"eco-multi-select\",[[1,\"eco-multi-select\",{\"value\":[1040],\"label\":[1],\"help\":[1],\"name\":[1],\"optional\":[1],\"placeholder\":[1],\"maxBlockSize\":[1,\"max-block-size\"],\"status\":[1],\"disabled\":[4],\"required\":[4],\"inputId\":[1025,\"input-id\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"setFocus\":[64]}]]],[\"eco-chat-message\",[[1,\"eco-chat-message\",{\"timestamp\":[1],\"author\":[1],\"message\":[1],\"authorIsUser\":[4,\"author-is-user\"],\"canDelete\":[4,\"can-delete\"],\"canEdit\":[4,\"can-edit\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdTimestamp\":[1,\"qa-id-timestamp\"],\"qaIdAuthor\":[1,\"qa-id-author\"],\"qaIdMessage\":[1,\"qa-id-message\"],\"qaIdActionCancel\":[1,\"qa-id-action-cancel\"],\"qaIdActionDelete\":[1,\"qa-id-action-delete\"],\"qaIdActionDeleteConfirm\":[1,\"qa-id-action-delete-confirm\"],\"qaIdActionEdit\":[1,\"qa-id-action-edit\"],\"qaIdActionEditConfirm\":[1,\"qa-id-action-edit-confirm\"],\"updatedMessage\":[32]},[[0,\"messageEdited\",\"onEdited\"],[0,\"messageDeleted\",\"onDeleted\"]]]]],[\"eco-input-filter\",[[2,\"eco-input-filter\",{\"label\":[1],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"placeholder\":[1],\"optional\":[1],\"inputId\":[1025,\"input-id\"],\"required\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdNoResultsText\":[1,\"qa-id-no-results-text\"],\"resetFilter\":[64]}]]],[\"eco-table\",[[4,\"eco-table\",{\"responsive\":[4],\"resizable\":[4],\"equalcolumns\":[4],\"containsDocs\":[4,\"contains-docs\"],\"stickyOffset\":[1,\"sticky-offset\"],\"stickyTableHeight\":[1,\"sticky-table-height\"],\"searchable\":[4],\"searchableNoResults\":[1028,\"searchable-no-results\"],\"searchableNoResultsText\":[1,\"searchable-no-results-text\"],\"searchableLabel\":[1,\"searchable-label\"],\"searchableHelp\":[1,\"searchable-help\"],\"searchablePlaceholder\":[1,\"searchable-placeholder\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdResetButton\":[1,\"qa-id-reset-button\"],\"qaIdActions\":[1,\"qa-id-actions\"],\"qaIdTable\":[1,\"qa-id-table\"],\"qaIdSearchableElement\":[1,\"qa-id-searchable-element\"],\"qaIdSearchableInput\":[1,\"qa-id-searchable-input\"],\"qaIdSearchableLabel\":[1,\"qa-id-searchable-label\"],\"qaIdSearchableHelp\":[1,\"qa-id-searchable-help\"],\"qaIdNoResultsText\":[1,\"qa-id-no-results-text\"],\"customSortEnabled\":[4,\"custom-sort-enabled\"],\"resetColumns\":[64],\"searchClear\":[64]}]]],[\"eco-docs-code\",[[1,\"eco-docs-code\",{\"codeTitle\":[1,\"code-title\"],\"code\":[1],\"showLines\":[4,\"show-lines\"],\"allowCopy\":[4,\"allow-copy\"],\"copyLabel\":[1025,\"copy-label\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdCode\":[1,\"qa-id-code\"],\"qaIdCopy\":[1,\"qa-id-copy\"],\"qaIdCopyLabel\":[1,\"qa-id-copy-label\"],\"qaIdCodeTitle\":[1,\"qa-id-code-title\"],\"qaIdLineNumbers\":[1,\"qa-id-line-numbers\"],\"hasCopied\":[32],\"copyIcon\":[32]}]]],[\"eco-modal\",[[6,\"eco-modal\",{\"modaltitle\":[1],\"visible\":[1028],\"fill\":[4],\"showBody\":[4,\"show-body\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdModal\":[1,\"qa-id-modal\"],\"qaIdTitle\":[1,\"qa-id-title\"],\"qaIdClose\":[1,\"qa-id-close\"],\"qaIdCancel\":[1,\"qa-id-cancel\"],\"handleClose\":[64],\"handleTrigger\":[64]}]]],[\"eco-filter-list\",[[1,\"eco-filter-list\",{\"label\":[1],\"help\":[1],\"placeholder\":[1],\"hideInputIfLessThan\":[2,\"hide-input-if-less-than\"],\"noResultsText\":[1,\"no-results-text\"],\"inputId\":[1,\"input-id\"],\"maxBlockSize\":[1,\"max-block-size\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdNoResultsText\":[1,\"qa-id-no-results-text\"],\"noResults\":[32],\"showInput\":[32],\"filterSlot\":[64],\"filterClear\":[64]}]]],[\"eco-input-range\",[[2,\"eco-input-range\",{\"value\":[1026],\"inputId\":[1025,\"input-id\"],\"min\":[2],\"step\":[2],\"max\":[2],\"rangeFlow\":[1,\"range-flow\"],\"inputFlow\":[1,\"input-flow\"],\"thumbSize\":[1,\"thumb-size\"],\"showInput\":[4,\"show-input\"],\"showOutput\":[4,\"show-output\"],\"showError\":[1028,\"show-error\"],\"showStepMismatchError\":[1028,\"show-step-mismatch-error\"],\"valuePrefix\":[1,\"value-prefix\"],\"valueSuffix\":[1,\"value-suffix\"],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"label\":[1],\"disabled\":[4],\"readonly\":[4],\"required\":[4],\"optional\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdRange\":[1,\"qa-id-range\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdOutput\":[1,\"qa-id-output\"],\"qaIdMessagebox\":[1,\"qa-id-messagebox\"]},null,{\"value\":[\"valueChanged\"]}]]],[\"eco-radios\",[[1,\"eco-radios\",{\"searchable\":[4],\"searchPlaceholder\":[1,\"search-placeholder\"],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"name\":[1],\"label\":[1],\"noResults\":[1028,\"no-results\"],\"noResultsText\":[1,\"no-results-text\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdNoResultsText\":[1,\"qa-id-no-results-text\"],\"radioData\":[16],\"value\":[1032],\"maxBlockSize\":[1,\"max-block-size\"],\"searchClear\":[64]},[[4,\"keydown\",\"onKeydown\"]],{\"value\":[\"valueChanged\"]}]]],[\"eco-input-datalist\",[[6,\"eco-input-datalist\",{\"disabled\":[4],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"inputId\":[1,\"input-id\"],\"listId\":[1,\"list-id\"],\"label\":[1],\"optional\":[1],\"qaIdDataList\":[1,\"qa-id-data-list\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdNotListedMessage\":[1,\"qa-id-not-listed-message\"],\"readonly\":[4],\"required\":[4],\"value\":[1025],\"placeholder\":[1],\"notListedMessage\":[1,\"not-listed-message\"],\"notListedOption\":[32],\"optionsList\":[32]}]]],[\"eco-input-tags\",[[1,\"eco-input-tags\",{\"label\":[1],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"optional\":[1],\"inputId\":[1025,\"input-id\"],\"value\":[1040],\"options\":[16],\"required\":[4],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdValues\":[1,\"qa-id-values\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdOptions\":[1,\"qa-id-options\"],\"currentInput\":[32],\"setOptions\":[64]},[[0,\"focusout\",\"handleFocusOut\"],[0,\"tagRemoved\",\"removeTagHandler\"],[0,\"tagAdded\",\"addTagHandler\"]]]]],[\"eco-input-time\",[[2,\"eco-input-time\",{\"disabled\":[4],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"label\":[1],\"optional\":[1],\"qaIdDays\":[1,\"qa-id-days\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdHours\":[1,\"qa-id-hours\"],\"qaIdInputs\":[1,\"qa-id-inputs\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdMinutes\":[1,\"qa-id-minutes\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdSeconds\":[1,\"qa-id-seconds\"],\"qaIdWeeks\":[1,\"qa-id-weeks\"],\"readonly\":[4],\"required\":[4],\"value\":[1025],\"weeks\":[4],\"weeksMax\":[2,\"weeks-max\"],\"weeksMin\":[2,\"weeks-min\"],\"weeksValue\":[1026,\"weeks-value\"],\"days\":[4],\"daysMax\":[2,\"days-max\"],\"daysMin\":[2,\"days-min\"],\"daysValue\":[1026,\"days-value\"],\"hours\":[4],\"hoursMax\":[2,\"hours-max\"],\"hoursMin\":[2,\"hours-min\"],\"hoursValue\":[1026,\"hours-value\"],\"minutes\":[4],\"minutesMax\":[2,\"minutes-max\"],\"minutesMin\":[2,\"minutes-min\"],\"minutesValue\":[1026,\"minutes-value\"],\"seconds\":[4],\"secondsMax\":[2,\"seconds-max\"],\"secondsMin\":[2,\"seconds-min\"],\"secondsValue\":[1026,\"seconds-value\"]}]]],[\"eco-layout-nav\",[[6,\"eco-layout-nav\",{\"logoTitle\":[1,\"logo-title\"],\"homeLink\":[1,\"home-link\"],\"appName\":[1,\"app-name\"],\"accountName\":[1,\"account-name\"],\"allowHiding\":[4,\"allow-hiding\"],\"hideNav\":[4,\"hide-nav\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLogo\":[1,\"qa-id-logo\"],\"qaIdAppName\":[1,\"qa-id-app-name\"],\"qaIdNav\":[1,\"qa-id-nav\"],\"accentHue\":[2,\"accent-hue\"],\"accentSaturation\":[2,\"accent-saturation\"],\"accentLightness\":[2,\"accent-lightness\"],\"accentAlpha\":[2,\"accent-alpha\"],\"followActive\":[64],\"navHide\":[64],\"navShow\":[64],\"navToggle\":[64]}]]],[\"eco-tetrigs\",[[1,\"eco-tetrigs\",{\"board\":[32],\"score\":[32],\"currentPiece\":[32],\"nextPiece\":[32],\"isGameOver\":[32]}]]],[\"eco-input-file\",[[2,\"eco-input-file\",{\"accept\":[1],\"disabled\":[4],\"files\":[16],\"help\":[1],\"inputId\":[1,\"input-id\"],\"label\":[1],\"optional\":[1],\"qaIdButton\":[1,\"qa-id-button\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdFilename\":[1,\"qa-id-filename\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"readonly\":[4],\"required\":[4],\"status\":[1],\"text\":[1],\"value\":[1],\"width\":[1],\"reset\":[64]}]]],[\"eco-input-phone\",[[1,\"eco-input-phone\",{\"disabled\":[4],\"help\":[1],\"label\":[1],\"name\":[1],\"optional\":[1],\"pattern\":[1],\"placeholder\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"readonly\":[4],\"required\":[4],\"status\":[1],\"width\":[1],\"inputId\":[1025,\"input-id\"],\"value\":[1025],\"hasFocus\":[32],\"setFocus\":[64],\"getInputElement\":[64]}]]],[\"eco-select\",[[6,\"eco-select\",{\"value\":[1025],\"label\":[1],\"help\":[1],\"name\":[1],\"optional\":[1],\"status\":[1],\"width\":[1],\"disabled\":[4],\"required\":[4],\"multiple\":[4],\"inputId\":[1025,\"input-id\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdSelect\":[1,\"qa-id-select\"]}]]],[\"eco-stacked-bar\",[[1,\"eco-stacked-bar\",{\"label\":[1],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"showLegend\":[4,\"show-legend\"],\"showPercent\":[4,\"show-percent\"],\"showCount\":[4,\"show-count\"],\"gap\":[1],\"barThickness\":[1,\"bar-thickness\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdBar\":[1,\"qa-id-bar\"],\"qaIdLegend\":[1,\"qa-id-legend\"],\"qaIdPercent\":[1,\"qa-id-percent\"],\"qaIdCount\":[1,\"qa-id-count\"],\"data\":[16]}]]],[\"eco-docs-responses\",[[1,\"eco-docs-responses\",{\"responsesTitle\":[1,\"responses-title\"],\"responses\":[16],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdResponsesTitle\":[1,\"qa-id-responses-title\"]}]]],[\"eco-qr-scanner\",[[1,\"eco-qr-scanner\",{\"label\":[1],\"icon\":[1],\"type\":[1],\"styletype\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"value\":[32],\"scanningInProgress\":[32],\"start\":[64],\"reset\":[64]}]]],[\"eco-lightbox\",[[1,\"eco-lightbox\",{\"visible\":[1028],\"loaded\":[4],\"disabled\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"handleTrigger\":[64]}]]],[\"eco-split-button\",[[1,\"eco-split-button\",{\"showOptions\":[32],\"toggleIconSize\":[32],\"toggleIcon\":[32],\"open\":[64],\"close\":[64]}]]],[\"eco-split-option\",[[1,\"eco-split-option\",{\"disabled\":[4],\"icon\":[1],\"isBusy\":[4,\"is-busy\"],\"label\":[1],\"size\":[1],\"styletype\":[1],\"type\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"focusButton\":[64]}]]],[\"eco-slide-over\",[[1,\"eco-slide-over\",{\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdClose\":[1,\"qa-id-close\"],\"visible\":[1028],\"handleClose\":[64],\"handleTrigger\":[64]}]]],[\"eco-accordion-item\",[[1,\"eco-accordion-item\",{\"align\":[1025],\"clickAnywhere\":[4,\"click-anywhere\"],\"sticky\":[4],\"collapsable\":[4],\"collapsed\":[1028],\"disabled\":[1028],\"qaIdContent\":[1,\"qa-id-content\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHeader\":[1,\"qa-id-header\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"qaIdToggle\":[1,\"qa-id-toggle\"],\"disable\":[64]}]]],[\"eco-ani-add-gtl-orientation\",[[2,\"eco-ani-add-gtl-orientation\",{\"location\":[1]}]]],[\"eco-badge\",[[1,\"eco-badge\",{\"type\":[1],\"icon\":[1],\"dot\":[4],\"label\":[1],\"rotateIcon\":[4,\"rotate-icon\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"qaIdDot\":[1,\"qa-id-dot\"]}]]],[\"eco-chart-sparkline\",[[1,\"eco-chart-sparkline\",{\"label\":[1],\"showCount\":[4,\"show-count\"],\"data\":[16],\"lineColour\":[1,\"line-colour\"],\"strokeWidth\":[2,\"stroke-width\"],\"fillColour\":[1,\"fill-colour\"],\"fillOpacity\":[1,\"fill-opacity\"],\"yAxisMax\":[2,\"y-axis-max\"],\"flow\":[1],\"lineXPos\":[32],\"count\":[32]}]]],[\"eco-input-radio\",[[1,\"eco-input-radio\",{\"value\":[1032],\"disabled\":[4],\"label\":[1],\"name\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"checked\":[32],\"buttonTabindex\":[32],\"setButtonTabindex\":[64]}]]],[\"eco-layout-aside\",[[6,\"eco-layout-aside\",{\"collapsable\":[4],\"collapsed\":[1028],\"localStorageName\":[1,\"local-storage-name\"],\"sticky\":[4],\"stickyOffset\":[1,\"sticky-offset\"],\"asideMaxBlockSize\":[1,\"aside-max-block-size\"],\"asidePosition\":[1,\"aside-position\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdAside\":[1,\"qa-id-aside\"],\"qaIdAsideContent\":[1,\"qa-id-aside-content\"],\"qaIdToggle\":[1,\"qa-id-toggle\"],\"qaIdContent\":[1,\"qa-id-content\"],\"handleCollapse\":[64]}]]],[\"eco-layout-blocks\",[[1,\"eco-layout-blocks\",{\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdContent\":[1,\"qa-id-content\"]}]]],[\"eco-layout-filter\",[[6,\"eco-layout-filter\",{\"collapsable\":[4],\"collapsed\":[1028],\"filtersApplied\":[4,\"filters-applied\"],\"localStorageName\":[1,\"local-storage-name\"],\"sticky\":[4],\"stickyOffset\":[1,\"sticky-offset\"],\"filterMaxBlockSize\":[1,\"filter-max-block-size\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdFilter\":[1,\"qa-id-filter\"],\"qaIdToggle\":[1,\"qa-id-toggle\"],\"qaIdContent\":[1,\"qa-id-content\"],\"handleCollapse\":[64]}]]],[\"eco-layout-header\",[[1,\"eco-layout-header\",{\"level\":[2],\"displayAs\":[2,\"display-as\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdActionsBefore\":[1,\"qa-id-actions-before\"],\"qaIdActionsAfter\":[1,\"qa-id-actions-after\"],\"qaIdHeadingElement\":[1,\"qa-id-heading-element\"],\"qaIdHeading\":[1,\"qa-id-heading\"]}]]],[\"eco-nav-link\",[[1,\"eco-nav-link\",{\"href\":[1],\"label\":[1],\"target\":[1],\"rel\":[1],\"active\":[4],\"icon\":[1],\"iconsize\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"]},[[0,\"keydown\",\"handleKeyDown\"]]]]],[\"eco-status-icon\",[[2,\"eco-status-icon\",{\"icon\":[1],\"type\":[1],\"iconsize\":[1],\"label\":[1],\"labelLocation\":[1,\"label-location\"],\"wrapLabel\":[4,\"wrap-label\"],\"width\":[2],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"qaIdLabel\":[1,\"qa-id-label\"]}]]],[\"eco-subnav-item\",[[1,\"eco-subnav-item\",{\"disabled\":[4],\"href\":[1],\"target\":[1],\"label\":[1],\"icon\":[1],\"iconPosition\":[1,\"icon-position\"],\"iconSize\":[1,\"icon-size\"],\"active\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"]}]]],[\"eco-text-clamp\",[[1,\"eco-text-clamp\",{\"linesToShow\":[2,\"lines-to-show\"],\"suppressExpand\":[4,\"suppress-expand\"]}]]],[\"eco-user-badge\",[[1,\"eco-user-badge\",{\"userId\":[1,\"user-id\"],\"userName\":[1,\"user-name\"],\"initials\":[4],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-accordion\",[[1,\"eco-accordion\",{\"qaIdElement\":[1,\"qa-id-element\"],\"align\":[1],\"clickAnywhere\":[4,\"click-anywhere\"],\"sticky\":[4]}]]],[\"eco-fieldset\",[[1,\"eco-fieldset\",{\"legend\":[1],\"disabled\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLegend\":[1,\"qa-id-legend\"]},null,{\"disabled\":[\"onDisabledChange\"]}]]],[\"eco-generated-pattern-dots\",[[1,\"eco-generated-pattern-dots\",{\"text\":[1],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-generated-pattern-stripes\",[[1,\"eco-generated-pattern-stripes\",{\"text\":[1],\"stripeWidth\":[2,\"stripe-width\"],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-layout-body\",[[6,\"eco-layout-body\",{\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdMain\":[1,\"qa-id-main\"]}]]],[\"eco-level\",[[0,\"eco-level\",{\"tooltip\":[1],\"steps\":[2],\"amount\":[2],\"emptyLabel\":[1,\"empty-label\"],\"overfullLabel\":[1,\"overfull-label\"],\"showAmount\":[4,\"show-amount\"],\"approximate\":[4],\"levelGap\":[4,\"level-gap\"],\"type\":[1],\"elementFlow\":[1,\"element-flow\"],\"levelFlow\":[1,\"level-flow\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdAmount\":[1,\"qa-id-amount\"],\"renderAmount\":[4,\"render-amount\"]}]]],[\"eco-logo\",[[1,\"eco-logo\",{\"colour\":[1]}]]],[\"eco-nav-flyout\",[[1,\"eco-nav-flyout\",{\"qaIdElement\":[1,\"qa-id-element\"],\"visible\":[1028],\"handleClose\":[64],\"handleTrigger\":[64]},[[8,\"click\",\"handleClick\"],[8,\"keyup\",\"handleKeyup\"]]]]],[\"eco-progress\",[[2,\"eco-progress\",{\"variant\":[1],\"type\":[1],\"width\":[1],\"improving\":[4],\"max\":[2],\"value\":[2],\"roundTo\":[2,\"round-to\"],\"showPercentage\":[4,\"show-percentage\"],\"of\":[4],\"ofString\":[1,\"of-string\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdText\":[1,\"qa-id-text\"],\"qaIdProgress\":[1,\"qa-id-progress\"]}]]],[\"eco-segment\",[[1,\"eco-segment\",{\"value\":[1032],\"disabled\":[4],\"name\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"checked\":[32],\"buttonTabindex\":[32],\"setButtonTabindex\":[64]}]]],[\"eco-segments\",[[1,\"eco-segments\",{\"qaIdElement\":[1,\"qa-id-element\"],\"value\":[1032]},[[4,\"keydown\",\"onKeydown\"]]]]],[\"eco-subnav\",[[1,\"eco-subnav\",{\"flow\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"followActive\":[64]}]]],[\"eco-tab\",[[1,\"eco-tab\",{\"bind\":[1],\"active\":[4],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-tab-content\",[[1,\"eco-tab-content\",{\"bind\":[1],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-tabs\",[[1,\"eco-tabs\",{\"tabLocation\":[1,\"tab-location\"],\"alignTabs\":[1,\"align-tabs\"],\"wrap\":[4],\"sticky\":[4],\"stickyOffset\":[1,\"sticky-offset\"],\"changeUrl\":[1,\"change-url\"],\"urlSearchQuery\":[1,\"url-search-query\"],\"autoPlay\":[4,\"auto-play\"],\"autoPlaySpeed\":[2,\"auto-play-speed\"],\"qaIdElement\":[1,\"qa-id-element\"],\"setActiveTab\":[64]},[[0,\"click\",\"handleClick\"],[0,\"keyup\",\"handleKeyup\"]]]]],[\"eco-checkboxes\",[[1,\"eco-checkboxes\",{\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"label\":[1],\"noResults\":[1028,\"no-results\"],\"noResultsText\":[1,\"no-results-text\"],\"searchable\":[4],\"searchPlaceholder\":[1,\"search-placeholder\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdNoResultsText\":[1,\"qa-id-no-results-text\"],\"checkAll\":[4,\"check-all\"],\"allowCheckAll\":[4,\"allow-check-all\"],\"maxBlockSize\":[1,\"max-block-size\"],\"searchClear\":[64]},[[0,\"ecoChange\",\"handleEcoChange\"]]]]],[\"eco-input-tag\",[[1,\"eco-input-tag\",{\"label\":[1],\"action\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"addTag\":[64],\"removeTag\":[64]}]]],[\"eco-popover\",[[1,\"eco-popover\",{\"showOn\":[1,\"show-on\"],\"popoverFlow\":[1,\"popover-flow\"],\"popoverAlignment\":[1,\"popover-alignment\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdPopover\":[1,\"qa-id-popover\"],\"visible\":[32],\"open\":[64],\"close\":[64],\"handleMouseEnter\":[64],\"handleFocusIn\":[64],\"handleFocusOut\":[64],\"handleMouseLeave\":[64],\"handleClickOnElement\":[64]}]]],[\"eco-split-options\",[[1,\"eco-split-options\"]]],[\"eco-toast_2\",[[1,\"eco-toast\",{\"type\":[1],\"icon\":[1],\"autoDismiss\":[4,\"auto-dismiss\"],\"dismissAfter\":[2,\"dismiss-after\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdContent\":[1,\"qa-id-content\"],\"qaIdClose\":[1,\"qa-id-close\"],\"qaIdTimer\":[1,\"qa-id-timer\"]}],[1,\"eco-toast-rack\",{\"qaIdElement\":[1,\"qa-id-element\"],\"stack\":[4]},[[0,\"present\",\"toastPresent\"],[0,\"dismiss\",\"toastDismiss\"]]]]],[\"eco-input-textarea\",[[2,\"eco-input-textarea\",{\"disabled\":[4],\"height\":[1],\"help\":[1],\"label\":[1],\"maxLength\":[2,\"max-length\"],\"minLength\":[2,\"min-length\"],\"name\":[1],\"optional\":[1],\"placeholder\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"readonly\":[4],\"required\":[4],\"resize\":[4],\"status\":[1],\"width\":[1],\"inputId\":[1025,\"input-id\"],\"value\":[1025]}]]],[\"eco-input-checkbox\",[[1,\"eco-input-checkbox\",{\"label\":[1],\"checked\":[1028],\"indeterminate\":[1028],\"disabled\":[4],\"inputId\":[1025,\"input-id\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"name\":[1],\"value\":[1],\"labelPosition\":[1,\"label-position\"],\"showAsToggle\":[4,\"show-as-toggle\"],\"setChecked\":[64]}]]],[\"eco-igs-logo_2\",[[1,\"eco-nav-action\",{\"notice\":[1028],\"icon\":[1],\"iconsize\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"isNoticed\":[32],\"noticeStart\":[64],\"noticeStop\":[64]}],[1,\"eco-igs-logo\",{\"theme\":[1],\"colour\":[1]}]]],[\"eco-description-group_2\",[[1,\"eco-description-group\",{\"vertical\":[4],\"flow\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"colWidth\":[1,\"col-width\"],\"termWidth\":[1,\"term-width\"],\"gap\":[1],\"inverted\":[4]}],[1,\"eco-docs-parameter\",{\"name\":[1],\"required\":[4],\"schemaType\":[1,\"schema-type\"],\"in\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdName\":[1,\"qa-id-name\"],\"qaIdRequired\":[1,\"qa-id-required\"],\"qaIdSchemaType\":[1,\"qa-id-schema-type\"],\"qaIdIn\":[1,\"qa-id-in\"]}]]],[\"eco-description\",[[1,\"eco-description\",{\"term\":[1],\"description\":[8],\"flow\":[1025],\"inverted\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdTerm\":[1,\"qa-id-term\"],\"qaIdDesc\":[1,\"qa-id-desc\"]}]]],[\"eco-popover-content\",[[1,\"eco-popover-content\",{\"popoverFlow\":[1,\"popover-flow\"],\"popoverAlignment\":[1,\"popover-alignment\"],\"qaIdPopover\":[1,\"qa-id-popover\"]}]]],[\"eco-icon_9\",[[2,\"eco-input-date\",{\"label\":[1],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"optional\":[1],\"readonly\":[4],\"required\":[4],\"disabled\":[4],\"status\":[1025],\"withTime\":[4,\"with-time\"],\"daysPast\":[2,\"days-past\"],\"daysFuture\":[2,\"days-future\"],\"dayMin\":[2,\"day-min\"],\"dayMax\":[2,\"day-max\"],\"monthMin\":[2,\"month-min\"],\"monthMax\":[2,\"month-max\"],\"yearMin\":[2,\"year-min\"],\"yearMax\":[2,\"year-max\"],\"minuteMin\":[2,\"minute-min\"],\"minuteMax\":[2,\"minute-max\"],\"hourMin\":[2,\"hour-min\"],\"hourMax\":[2,\"hour-max\"],\"qaIdInputs\":[1,\"qa-id-inputs\"],\"qaIdDd\":[1,\"qa-id-dd\"],\"qaIdMm\":[1,\"qa-id-mm\"],\"qaIdYyyy\":[1,\"qa-id-yyyy\"],\"qaIdMinute\":[1,\"qa-id-minute\"],\"qaIdHour\":[1,\"qa-id-hour\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdMessagebox\":[1,\"qa-id-messagebox\"],\"value\":[1025],\"dateExists\":[32],\"inputsEmpty\":[32],\"sinceDate\":[32],\"sinceDateError\":[32],\"untilDate\":[32],\"untilDateError\":[32],\"validateDate\":[64],\"getDate\":[64],\"setDate\":[64]}],[2,\"eco-input-number\",{\"clearInput\":[4,\"clear-input\"],\"clearOnEdit\":[4,\"clear-on-edit\"],\"disabled\":[4],\"help\":[1],\"label\":[1],\"max\":[2],\"min\":[2],\"name\":[1],\"optional\":[1],\"pattern\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"readonly\":[4],\"required\":[4],\"status\":[1],\"step\":[2],\"width\":[1],\"inputId\":[1025,\"input-id\"],\"valid\":[1028],\"value\":[1026],\"hasFocus\":[32],\"setFocus\":[64],\"getInputElement\":[64]}],[6,\"eco-messagebox\",{\"type\":[1],\"icon\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"]}],[1,\"eco-text-input-optional\",{\"qaIdElement\":[1,\"qa-id-element\"]}],[1,\"eco-text-input-help\",{\"status\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"]}],[6,\"eco-input-wrapper\",{\"width\":[1],\"status\":[1],\"qaIdElement\":[1,\"qa-id-element\"]}],[1,\"eco-text-label\",{\"for\":[1],\"wrap\":[4],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdElement\":[1,\"qa-id-element\"]}],[1,\"eco-spacer\",{\"gap\":[1],\"flow\":[1],\"wrap\":[4],\"qaIdElement\":[1,\"qa-id-element\"]}],[1,\"eco-icon\",{\"icon\":[1],\"icontype\":[1],\"iconsize\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"rotate\":[4]}]]],[\"eco-backdrop_3\",[[2,\"eco-button\",{\"disabled\":[4],\"href\":[1],\"target\":[1],\"icon\":[1],\"isBusy\":[4,\"is-busy\"],\"label\":[1],\"link\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"size\":[1],\"styletype\":[1],\"type\":[1],\"iconsize\":[1025],\"toggleLabel\":[4,\"toggle-label\"],\"iconPosition\":[1,\"icon-position\"]},[[0,\"keydown\",\"handleKeyDown\"]]],[2,\"eco-spinner\",{\"text\":[1],\"fullscreen\":[4],\"size\":[1],\"theme\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdText\":[1,\"qa-id-text\"]}],[1,\"eco-backdrop\",{\"visible\":[1028],\"showBackdrop\":[64],\"hideBackdrop\":[64]}]]],[\"eco-chat-author_3\",[[1,\"eco-chat-bubble\",{\"message\":[1],\"authorIsUser\":[4,\"author-is-user\"],\"canDelete\":[4,\"can-delete\"],\"canEdit\":[4,\"can-edit\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdActionCancel\":[1,\"qa-id-action-cancel\"],\"qaIdActionDelete\":[1,\"qa-id-action-delete\"],\"qaIdActionDeleteConfirm\":[1,\"qa-id-action-delete-confirm\"],\"qaIdActionEdit\":[1,\"qa-id-action-edit\"],\"qaIdActionEditConfirm\":[1,\"qa-id-action-edit-confirm\"],\"isUpdating\":[32],\"isEditing\":[32],\"isDeleting\":[32],\"updatedMessage\":[32]},[[0,\"ecoChange\",\"updateMessage\"]],{\"message\":[\"valueChanged\"]}],[1,\"eco-chat-author\",{\"author\":[1],\"qaIdElement\":[1,\"qa-id-element\"]}],[1,\"eco-chat-timestamp\",{\"timestamp\":[1],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-text-heading\",[[6,\"eco-text-heading\",{\"level\":[2],\"displayAs\":[1026,\"display-as\"],\"headingId\":[1,\"heading-id\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHeading\":[1,\"qa-id-heading\"]}]]],[\"eco-input-text\",[[2,\"eco-input-text\",{\"clearInput\":[4,\"clear-input\"],\"clearOnEdit\":[4,\"clear-on-edit\"],\"disabled\":[4],\"help\":[1],\"hidden\":[4],\"label\":[1],\"name\":[1],\"maxLength\":[2,\"max-length\"],\"minLength\":[2,\"min-length\"],\"optional\":[1],\"placeholder\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"readonly\":[4],\"required\":[4],\"status\":[1],\"type\":[1],\"width\":[1],\"inputId\":[1025,\"input-id\"],\"value\":[1025],\"hasFocus\":[32],\"setFocus\":[64],\"getInputElement\":[64]}]]],[\"eco-card_4\",[[1,\"eco-card\",{\"border\":[1],\"collapsable\":[4],\"collapsed\":[1028],\"elevation\":[1],\"showBody\":[4,\"show-body\"],\"qaIdBody\":[1,\"qa-id-body\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdExpand\":[1,\"qa-id-expand\"],\"qaIdFooter\":[1,\"qa-id-footer\"],\"qaIdHeader\":[1,\"qa-id-header\"],\"qaIdToggle\":[1,\"qa-id-toggle\"],\"sticky\":[4],\"stickyOffset\":[1,\"sticky-offset\"]}],[1,\"eco-card-body\"],[1,\"eco-card-footer\"],[1,\"eco-card-header\"]]]]"), options);
return bootstrapLazy(JSON.parse("[[\"eco-multi-select\",[[1,\"eco-multi-select\",{\"value\":[1040],\"label\":[1],\"help\":[1],\"name\":[1],\"optional\":[1],\"placeholder\":[1],\"maxBlockSize\":[1,\"max-block-size\"],\"status\":[1],\"disabled\":[4],\"required\":[4],\"inputId\":[1025,\"input-id\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"setFocus\":[64]}]]],[\"eco-chat-message\",[[1,\"eco-chat-message\",{\"timestamp\":[1],\"author\":[1],\"message\":[1],\"authorIsUser\":[4,\"author-is-user\"],\"canDelete\":[4,\"can-delete\"],\"canEdit\":[4,\"can-edit\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdTimestamp\":[1,\"qa-id-timestamp\"],\"qaIdAuthor\":[1,\"qa-id-author\"],\"qaIdMessage\":[1,\"qa-id-message\"],\"qaIdActionCancel\":[1,\"qa-id-action-cancel\"],\"qaIdActionDelete\":[1,\"qa-id-action-delete\"],\"qaIdActionDeleteConfirm\":[1,\"qa-id-action-delete-confirm\"],\"qaIdActionEdit\":[1,\"qa-id-action-edit\"],\"qaIdActionEditConfirm\":[1,\"qa-id-action-edit-confirm\"],\"updatedMessage\":[32]},[[0,\"messageEdited\",\"onEdited\"],[0,\"messageDeleted\",\"onDeleted\"]]]]],[\"eco-input-filter\",[[2,\"eco-input-filter\",{\"label\":[1],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"placeholder\":[1],\"optional\":[1],\"inputId\":[1025,\"input-id\"],\"required\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdNoResultsText\":[1,\"qa-id-no-results-text\"],\"resetFilter\":[64]}]]],[\"eco-table\",[[4,\"eco-table\",{\"responsive\":[4],\"resizable\":[4],\"equalcolumns\":[4],\"containsDocs\":[4,\"contains-docs\"],\"stickyOffset\":[1,\"sticky-offset\"],\"stickyTableHeight\":[1,\"sticky-table-height\"],\"searchable\":[4],\"searchableNoResults\":[1028,\"searchable-no-results\"],\"searchableNoResultsText\":[1,\"searchable-no-results-text\"],\"searchableLabel\":[1,\"searchable-label\"],\"searchableHelp\":[1,\"searchable-help\"],\"searchablePlaceholder\":[1,\"searchable-placeholder\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdResetButton\":[1,\"qa-id-reset-button\"],\"qaIdActions\":[1,\"qa-id-actions\"],\"qaIdTable\":[1,\"qa-id-table\"],\"qaIdSearchableElement\":[1,\"qa-id-searchable-element\"],\"qaIdSearchableInput\":[1,\"qa-id-searchable-input\"],\"qaIdSearchableLabel\":[1,\"qa-id-searchable-label\"],\"qaIdSearchableHelp\":[1,\"qa-id-searchable-help\"],\"qaIdNoResultsText\":[1,\"qa-id-no-results-text\"],\"customSortEnabled\":[4,\"custom-sort-enabled\"],\"resetColumns\":[64],\"searchClear\":[64]}]]],[\"eco-docs-code\",[[1,\"eco-docs-code\",{\"codeTitle\":[1,\"code-title\"],\"code\":[1],\"showLines\":[4,\"show-lines\"],\"allowCopy\":[4,\"allow-copy\"],\"copyLabel\":[1025,\"copy-label\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdCode\":[1,\"qa-id-code\"],\"qaIdCopy\":[1,\"qa-id-copy\"],\"qaIdCopyLabel\":[1,\"qa-id-copy-label\"],\"qaIdCodeTitle\":[1,\"qa-id-code-title\"],\"qaIdLineNumbers\":[1,\"qa-id-line-numbers\"],\"hasCopied\":[32],\"copyIcon\":[32]}]]],[\"eco-modal\",[[6,\"eco-modal\",{\"modaltitle\":[1],\"visible\":[1028],\"fill\":[4],\"showBody\":[4,\"show-body\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdModal\":[1,\"qa-id-modal\"],\"qaIdTitle\":[1,\"qa-id-title\"],\"qaIdClose\":[1,\"qa-id-close\"],\"qaIdCancel\":[1,\"qa-id-cancel\"],\"handleClose\":[64],\"handleTrigger\":[64]}]]],[\"eco-filter-list\",[[1,\"eco-filter-list\",{\"label\":[1],\"help\":[1],\"placeholder\":[1],\"hideInputIfLessThan\":[2,\"hide-input-if-less-than\"],\"noResultsText\":[1,\"no-results-text\"],\"inputId\":[1,\"input-id\"],\"maxBlockSize\":[1,\"max-block-size\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdNoResultsText\":[1,\"qa-id-no-results-text\"],\"noResults\":[32],\"showInput\":[32],\"filterSlot\":[64],\"filterClear\":[64]}]]],[\"eco-input-range\",[[2,\"eco-input-range\",{\"value\":[1026],\"inputId\":[1025,\"input-id\"],\"min\":[2],\"step\":[2],\"max\":[2],\"rangeFlow\":[1,\"range-flow\"],\"inputFlow\":[1,\"input-flow\"],\"thumbSize\":[1,\"thumb-size\"],\"showInput\":[4,\"show-input\"],\"showOutput\":[4,\"show-output\"],\"showError\":[1028,\"show-error\"],\"showStepMismatchError\":[1028,\"show-step-mismatch-error\"],\"valuePrefix\":[1,\"value-prefix\"],\"valueSuffix\":[1,\"value-suffix\"],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"label\":[1],\"disabled\":[4],\"readonly\":[4],\"required\":[4],\"optional\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdRange\":[1,\"qa-id-range\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdOutput\":[1,\"qa-id-output\"],\"qaIdMessagebox\":[1,\"qa-id-messagebox\"]},null,{\"value\":[\"valueChanged\"]}]]],[\"eco-radios\",[[1,\"eco-radios\",{\"searchable\":[4],\"searchPlaceholder\":[1,\"search-placeholder\"],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"name\":[1],\"label\":[1],\"noResults\":[1028,\"no-results\"],\"noResultsText\":[1,\"no-results-text\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdNoResultsText\":[1,\"qa-id-no-results-text\"],\"radioData\":[16],\"value\":[1032],\"maxBlockSize\":[1,\"max-block-size\"],\"searchClear\":[64]},[[4,\"keydown\",\"onKeydown\"]],{\"value\":[\"valueChanged\"]}]]],[\"eco-input-datalist\",[[6,\"eco-input-datalist\",{\"disabled\":[4],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"inputId\":[1,\"input-id\"],\"listId\":[1,\"list-id\"],\"label\":[1],\"optional\":[1],\"qaIdDataList\":[1,\"qa-id-data-list\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdNotListedMessage\":[1,\"qa-id-not-listed-message\"],\"readonly\":[4],\"required\":[4],\"value\":[1025],\"placeholder\":[1],\"notListedMessage\":[1,\"not-listed-message\"],\"notListedOption\":[32],\"optionsList\":[32]}]]],[\"eco-input-tags\",[[1,\"eco-input-tags\",{\"label\":[1],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"optional\":[1],\"inputId\":[1025,\"input-id\"],\"value\":[1040],\"options\":[16],\"required\":[4],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdValues\":[1,\"qa-id-values\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdOptions\":[1,\"qa-id-options\"],\"currentInput\":[32],\"setOptions\":[64]},[[0,\"focusout\",\"handleFocusOut\"],[0,\"tagRemoved\",\"removeTagHandler\"],[0,\"tagAdded\",\"addTagHandler\"]]]]],[\"eco-input-time\",[[2,\"eco-input-time\",{\"disabled\":[4],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"label\":[1],\"optional\":[1],\"qaIdDays\":[1,\"qa-id-days\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdHours\":[1,\"qa-id-hours\"],\"qaIdInputs\":[1,\"qa-id-inputs\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdMinutes\":[1,\"qa-id-minutes\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdSeconds\":[1,\"qa-id-seconds\"],\"qaIdWeeks\":[1,\"qa-id-weeks\"],\"readonly\":[4],\"required\":[4],\"value\":[1025],\"weeks\":[4],\"weeksMax\":[2,\"weeks-max\"],\"weeksMin\":[2,\"weeks-min\"],\"weeksValue\":[1026,\"weeks-value\"],\"days\":[4],\"daysMax\":[2,\"days-max\"],\"daysMin\":[2,\"days-min\"],\"daysValue\":[1026,\"days-value\"],\"hours\":[4],\"hoursMax\":[2,\"hours-max\"],\"hoursMin\":[2,\"hours-min\"],\"hoursValue\":[1026,\"hours-value\"],\"minutes\":[4],\"minutesMax\":[2,\"minutes-max\"],\"minutesMin\":[2,\"minutes-min\"],\"minutesValue\":[1026,\"minutes-value\"],\"seconds\":[4],\"secondsMax\":[2,\"seconds-max\"],\"secondsMin\":[2,\"seconds-min\"],\"secondsValue\":[1026,\"seconds-value\"]}]]],[\"eco-layout-nav\",[[6,\"eco-layout-nav\",{\"logoTitle\":[1,\"logo-title\"],\"homeLink\":[1,\"home-link\"],\"appName\":[1,\"app-name\"],\"accountName\":[1,\"account-name\"],\"allowHiding\":[4,\"allow-hiding\"],\"hideNav\":[4,\"hide-nav\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLogo\":[1,\"qa-id-logo\"],\"qaIdAppName\":[1,\"qa-id-app-name\"],\"qaIdNav\":[1,\"qa-id-nav\"],\"accentHue\":[2,\"accent-hue\"],\"accentSaturation\":[2,\"accent-saturation\"],\"accentLightness\":[2,\"accent-lightness\"],\"accentAlpha\":[2,\"accent-alpha\"],\"followActive\":[64],\"navHide\":[64],\"navShow\":[64],\"navToggle\":[64]}]]],[\"eco-tetrigs\",[[1,\"eco-tetrigs\",{\"board\":[32],\"score\":[32],\"currentPiece\":[32],\"nextPiece\":[32],\"isGameOver\":[32]}]]],[\"eco-input-file\",[[2,\"eco-input-file\",{\"accept\":[1],\"disabled\":[4],\"files\":[16],\"help\":[1],\"inputId\":[1,\"input-id\"],\"label\":[1],\"optional\":[1],\"qaIdButton\":[1,\"qa-id-button\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdFilename\":[1,\"qa-id-filename\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"readonly\":[4],\"required\":[4],\"status\":[1],\"text\":[1],\"value\":[1],\"width\":[1],\"reset\":[64]}]]],[\"eco-input-phone\",[[1,\"eco-input-phone\",{\"disabled\":[4],\"help\":[1],\"label\":[1],\"name\":[1],\"optional\":[1],\"pattern\":[1],\"placeholder\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"readonly\":[4],\"required\":[4],\"status\":[1],\"width\":[1],\"inputId\":[1025,\"input-id\"],\"value\":[1025],\"hasFocus\":[32],\"setFocus\":[64],\"getInputElement\":[64]}]]],[\"eco-select\",[[6,\"eco-select\",{\"value\":[1025],\"label\":[1],\"help\":[1],\"name\":[1],\"optional\":[1],\"status\":[1],\"width\":[1],\"disabled\":[4],\"required\":[4],\"multiple\":[4],\"inputId\":[1025,\"input-id\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdSelect\":[1,\"qa-id-select\"]}]]],[\"eco-stacked-bar\",[[1,\"eco-stacked-bar\",{\"label\":[1],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"showLegend\":[4,\"show-legend\"],\"showPercent\":[4,\"show-percent\"],\"showCount\":[4,\"show-count\"],\"gap\":[1],\"barThickness\":[1,\"bar-thickness\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdBar\":[1,\"qa-id-bar\"],\"qaIdLegend\":[1,\"qa-id-legend\"],\"qaIdPercent\":[1,\"qa-id-percent\"],\"qaIdCount\":[1,\"qa-id-count\"],\"data\":[16]}]]],[\"eco-docs-responses\",[[1,\"eco-docs-responses\",{\"responsesTitle\":[1,\"responses-title\"],\"responses\":[16],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdResponsesTitle\":[1,\"qa-id-responses-title\"]}]]],[\"eco-qr-scanner\",[[1,\"eco-qr-scanner\",{\"label\":[1],\"icon\":[1],\"type\":[1],\"styletype\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"value\":[32],\"scanningInProgress\":[32],\"start\":[64],\"reset\":[64]}]]],[\"eco-lightbox\",[[1,\"eco-lightbox\",{\"visible\":[1028],\"loaded\":[4],\"disabled\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"handleTrigger\":[64]}]]],[\"eco-split-button\",[[1,\"eco-split-button\",{\"showOptions\":[32],\"toggleIconSize\":[32],\"toggleIcon\":[32],\"open\":[64],\"close\":[64]}]]],[\"eco-split-option\",[[1,\"eco-split-option\",{\"disabled\":[4],\"icon\":[1],\"isBusy\":[4,\"is-busy\"],\"label\":[1],\"size\":[1],\"styletype\":[1],\"type\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"focusButton\":[64]}]]],[\"eco-slide-over\",[[1,\"eco-slide-over\",{\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdClose\":[1,\"qa-id-close\"],\"visible\":[1028],\"handleClose\":[64],\"handleTrigger\":[64]}]]],[\"eco-accordion-item\",[[1,\"eco-accordion-item\",{\"align\":[1025],\"clickAnywhere\":[4,\"click-anywhere\"],\"sticky\":[4],\"collapsible\":[4],\"collapsed\":[1028],\"disabled\":[1028],\"qaIdContent\":[1,\"qa-id-content\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHeader\":[1,\"qa-id-header\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"qaIdToggle\":[1,\"qa-id-toggle\"],\"disable\":[64]}]]],[\"eco-ani-add-gtl-orientation\",[[2,\"eco-ani-add-gtl-orientation\",{\"location\":[1]}]]],[\"eco-badge\",[[1,\"eco-badge\",{\"type\":[1],\"icon\":[1],\"dot\":[4],\"label\":[1],\"rotateIcon\":[4,\"rotate-icon\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"qaIdDot\":[1,\"qa-id-dot\"]}]]],[\"eco-chart-sparkline\",[[1,\"eco-chart-sparkline\",{\"label\":[1],\"showCount\":[4,\"show-count\"],\"data\":[16],\"lineColour\":[1,\"line-colour\"],\"strokeWidth\":[2,\"stroke-width\"],\"fillColour\":[1,\"fill-colour\"],\"fillOpacity\":[1,\"fill-opacity\"],\"yAxisMax\":[2,\"y-axis-max\"],\"flow\":[1],\"lineXPos\":[32],\"count\":[32]}]]],[\"eco-input-radio\",[[1,\"eco-input-radio\",{\"value\":[1032],\"disabled\":[4],\"label\":[1],\"name\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"checked\":[32],\"buttonTabindex\":[32],\"setButtonTabindex\":[64]}]]],[\"eco-layout-aside\",[[6,\"eco-layout-aside\",{\"collapsible\":[4],\"collapsed\":[1028],\"localStorageName\":[1,\"local-storage-name\"],\"sticky\":[4],\"stickyOffset\":[1,\"sticky-offset\"],\"asideMaxBlockSize\":[1,\"aside-max-block-size\"],\"asidePosition\":[1,\"aside-position\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdAside\":[1,\"qa-id-aside\"],\"qaIdAsideContent\":[1,\"qa-id-aside-content\"],\"qaIdToggle\":[1,\"qa-id-toggle\"],\"qaIdContent\":[1,\"qa-id-content\"],\"handleCollapse\":[64]}]]],[\"eco-layout-blocks\",[[1,\"eco-layout-blocks\",{\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdContent\":[1,\"qa-id-content\"]}]]],[\"eco-layout-filter\",[[6,\"eco-layout-filter\",{\"collapsible\":[4],\"collapsed\":[1028],\"filtersApplied\":[4,\"filters-applied\"],\"localStorageName\":[1,\"local-storage-name\"],\"sticky\":[4],\"stickyOffset\":[1,\"sticky-offset\"],\"filterMaxBlockSize\":[1,\"filter-max-block-size\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdFilter\":[1,\"qa-id-filter\"],\"qaIdToggle\":[1,\"qa-id-toggle\"],\"qaIdContent\":[1,\"qa-id-content\"],\"handleCollapse\":[64]}]]],[\"eco-layout-header\",[[1,\"eco-layout-header\",{\"level\":[2],\"displayAs\":[2,\"display-as\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdActionsBefore\":[1,\"qa-id-actions-before\"],\"qaIdActionsAfter\":[1,\"qa-id-actions-after\"],\"qaIdHeadingElement\":[1,\"qa-id-heading-element\"],\"qaIdHeading\":[1,\"qa-id-heading\"]}]]],[\"eco-nav-link\",[[1,\"eco-nav-link\",{\"href\":[1],\"label\":[1],\"target\":[1],\"rel\":[1],\"active\":[4],\"icon\":[1],\"iconsize\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"]},[[0,\"keydown\",\"handleKeyDown\"]]]]],[\"eco-status-icon\",[[2,\"eco-status-icon\",{\"icon\":[1],\"type\":[1],\"iconsize\":[1],\"label\":[1],\"labelLocation\":[1,\"label-location\"],\"wrapLabel\":[4,\"wrap-label\"],\"width\":[2],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"qaIdLabel\":[1,\"qa-id-label\"]}]]],[\"eco-subnav-item\",[[1,\"eco-subnav-item\",{\"disabled\":[4],\"href\":[1],\"target\":[1],\"label\":[1],\"icon\":[1],\"iconPosition\":[1,\"icon-position\"],\"iconSize\":[1,\"icon-size\"],\"active\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"]}]]],[\"eco-text-clamp\",[[1,\"eco-text-clamp\",{\"linesToShow\":[2,\"lines-to-show\"],\"suppressExpand\":[4,\"suppress-expand\"]}]]],[\"eco-user-badge\",[[1,\"eco-user-badge\",{\"userId\":[1,\"user-id\"],\"userName\":[1,\"user-name\"],\"initials\":[4],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-accordion\",[[1,\"eco-accordion\",{\"qaIdElement\":[1,\"qa-id-element\"],\"align\":[1],\"clickAnywhere\":[4,\"click-anywhere\"],\"sticky\":[4]}]]],[\"eco-fieldset\",[[1,\"eco-fieldset\",{\"legend\":[1],\"disabled\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLegend\":[1,\"qa-id-legend\"]},null,{\"disabled\":[\"onDisabledChange\"]}]]],[\"eco-generated-pattern-dots\",[[1,\"eco-generated-pattern-dots\",{\"text\":[1],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-generated-pattern-stripes\",[[1,\"eco-generated-pattern-stripes\",{\"text\":[1],\"stripeWidth\":[2,\"stripe-width\"],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-layout-body\",[[6,\"eco-layout-body\",{\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdMain\":[1,\"qa-id-main\"]}]]],[\"eco-level\",[[0,\"eco-level\",{\"tooltip\":[1],\"steps\":[2],\"amount\":[2],\"emptyLabel\":[1,\"empty-label\"],\"overfullLabel\":[1,\"overfull-label\"],\"showAmount\":[4,\"show-amount\"],\"approximate\":[4],\"levelGap\":[4,\"level-gap\"],\"type\":[1],\"elementFlow\":[1,\"element-flow\"],\"levelFlow\":[1,\"level-flow\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdAmount\":[1,\"qa-id-amount\"],\"renderAmount\":[4,\"render-amount\"]}]]],[\"eco-logo\",[[1,\"eco-logo\",{\"colour\":[1]}]]],[\"eco-nav-flyout\",[[1,\"eco-nav-flyout\",{\"qaIdElement\":[1,\"qa-id-element\"],\"visible\":[1028],\"handleClose\":[64],\"handleTrigger\":[64]},[[8,\"click\",\"handleClick\"],[8,\"keyup\",\"handleKeyup\"]]]]],[\"eco-progress\",[[2,\"eco-progress\",{\"variant\":[1],\"type\":[1],\"width\":[1],\"improving\":[4],\"max\":[2],\"value\":[2],\"roundTo\":[2,\"round-to\"],\"showPercentage\":[4,\"show-percentage\"],\"of\":[4],\"ofString\":[1,\"of-string\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdText\":[1,\"qa-id-text\"],\"qaIdProgress\":[1,\"qa-id-progress\"]}]]],[\"eco-segment\",[[1,\"eco-segment\",{\"value\":[1032],\"disabled\":[4],\"name\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"checked\":[32],\"buttonTabindex\":[32],\"setButtonTabindex\":[64]}]]],[\"eco-segments\",[[1,\"eco-segments\",{\"qaIdElement\":[1,\"qa-id-element\"],\"value\":[1032]},[[4,\"keydown\",\"onKeydown\"]]]]],[\"eco-subnav\",[[1,\"eco-subnav\",{\"flow\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"followActive\":[64]}]]],[\"eco-tab\",[[1,\"eco-tab\",{\"bind\":[1],\"active\":[4],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-tab-content\",[[1,\"eco-tab-content\",{\"bind\":[1],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-tabs\",[[1,\"eco-tabs\",{\"tabLocation\":[1,\"tab-location\"],\"alignTabs\":[1,\"align-tabs\"],\"wrap\":[4],\"sticky\":[4],\"stickyOffset\":[1,\"sticky-offset\"],\"changeUrl\":[1,\"change-url\"],\"urlSearchQuery\":[1,\"url-search-query\"],\"autoPlay\":[4,\"auto-play\"],\"autoPlaySpeed\":[2,\"auto-play-speed\"],\"qaIdElement\":[1,\"qa-id-element\"],\"setActiveTab\":[64]},[[0,\"click\",\"handleClick\"],[0,\"keyup\",\"handleKeyup\"]]]]],[\"eco-checkboxes\",[[1,\"eco-checkboxes\",{\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"label\":[1],\"noResults\":[1028,\"no-results\"],\"noResultsText\":[1,\"no-results-text\"],\"searchable\":[4],\"searchPlaceholder\":[1,\"search-placeholder\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdNoResultsText\":[1,\"qa-id-no-results-text\"],\"checkAll\":[4,\"check-all\"],\"allowCheckAll\":[4,\"allow-check-all\"],\"maxBlockSize\":[1,\"max-block-size\"],\"searchClear\":[64]},[[0,\"ecoChange\",\"handleEcoChange\"]]]]],[\"eco-input-tag\",[[1,\"eco-input-tag\",{\"label\":[1],\"action\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"addTag\":[64],\"removeTag\":[64]}]]],[\"eco-popover\",[[1,\"eco-popover\",{\"showOn\":[1,\"show-on\"],\"popoverFlow\":[1,\"popover-flow\"],\"popoverAlignment\":[1,\"popover-alignment\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdPopover\":[1,\"qa-id-popover\"],\"visible\":[32],\"open\":[64],\"close\":[64],\"handleMouseEnter\":[64],\"handleFocusIn\":[64],\"handleFocusOut\":[64],\"handleMouseLeave\":[64],\"handleClickOnElement\":[64]}]]],[\"eco-split-options\",[[1,\"eco-split-options\"]]],[\"eco-toast_2\",[[1,\"eco-toast\",{\"type\":[1],\"icon\":[1],\"autoDismiss\":[4,\"auto-dismiss\"],\"dismissAfter\":[2,\"dismiss-after\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdContent\":[1,\"qa-id-content\"],\"qaIdClose\":[1,\"qa-id-close\"],\"qaIdTimer\":[1,\"qa-id-timer\"]}],[1,\"eco-toast-rack\",{\"qaIdElement\":[1,\"qa-id-element\"],\"stack\":[4]},[[0,\"present\",\"toastPresent\"],[0,\"dismiss\",\"toastDismiss\"]]]]],[\"eco-input-textarea\",[[2,\"eco-input-textarea\",{\"disabled\":[4],\"height\":[1],\"help\":[1],\"label\":[1],\"maxLength\":[2,\"max-length\"],\"minLength\":[2,\"min-length\"],\"name\":[1],\"optional\":[1],\"placeholder\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"readonly\":[4],\"required\":[4],\"resize\":[4],\"status\":[1],\"width\":[1],\"inputId\":[1025,\"input-id\"],\"value\":[1025]}]]],[\"eco-input-checkbox\",[[1,\"eco-input-checkbox\",{\"label\":[1],\"checked\":[1028],\"indeterminate\":[1028],\"disabled\":[4],\"inputId\":[1025,\"input-id\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"name\":[1],\"value\":[1],\"labelPosition\":[1,\"label-position\"],\"showAsToggle\":[4,\"show-as-toggle\"],\"setChecked\":[64]}]]],[\"eco-igs-logo_2\",[[1,\"eco-nav-action\",{\"notice\":[1028],\"icon\":[1],\"iconsize\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"isNoticed\":[32],\"noticeStart\":[64],\"noticeStop\":[64]}],[1,\"eco-igs-logo\",{\"theme\":[1],\"colour\":[1]}]]],[\"eco-description-group_2\",[[1,\"eco-description-group\",{\"vertical\":[4],\"flow\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"colWidth\":[1,\"col-width\"],\"termWidth\":[1,\"term-width\"],\"gap\":[1],\"inverted\":[4]}],[1,\"eco-docs-parameter\",{\"name\":[1],\"required\":[4],\"schemaType\":[1,\"schema-type\"],\"in\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdName\":[1,\"qa-id-name\"],\"qaIdRequired\":[1,\"qa-id-required\"],\"qaIdSchemaType\":[1,\"qa-id-schema-type\"],\"qaIdIn\":[1,\"qa-id-in\"]}]]],[\"eco-description\",[[1,\"eco-description\",{\"term\":[1],\"description\":[8],\"flow\":[1025],\"inverted\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdTerm\":[1,\"qa-id-term\"],\"qaIdDesc\":[1,\"qa-id-desc\"]}]]],[\"eco-popover-content\",[[1,\"eco-popover-content\",{\"popoverFlow\":[1,\"popover-flow\"],\"popoverAlignment\":[1,\"popover-alignment\"],\"qaIdPopover\":[1,\"qa-id-popover\"]}]]],[\"eco-icon_9\",[[2,\"eco-input-date\",{\"label\":[1],\"help\":[1],\"helpStatus\":[1,\"help-status\"],\"optional\":[1],\"readonly\":[4],\"required\":[4],\"disabled\":[4],\"status\":[1025],\"withTime\":[4,\"with-time\"],\"daysPast\":[2,\"days-past\"],\"daysFuture\":[2,\"days-future\"],\"dayMin\":[2,\"day-min\"],\"dayMax\":[2,\"day-max\"],\"monthMin\":[2,\"month-min\"],\"monthMax\":[2,\"month-max\"],\"yearMin\":[2,\"year-min\"],\"yearMax\":[2,\"year-max\"],\"minuteMin\":[2,\"minute-min\"],\"minuteMax\":[2,\"minute-max\"],\"hourMin\":[2,\"hour-min\"],\"hourMax\":[2,\"hour-max\"],\"qaIdInputs\":[1,\"qa-id-inputs\"],\"qaIdDd\":[1,\"qa-id-dd\"],\"qaIdMm\":[1,\"qa-id-mm\"],\"qaIdYyyy\":[1,\"qa-id-yyyy\"],\"qaIdMinute\":[1,\"qa-id-minute\"],\"qaIdHour\":[1,\"qa-id-hour\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdMessagebox\":[1,\"qa-id-messagebox\"],\"value\":[1025],\"dateExists\":[32],\"inputsEmpty\":[32],\"sinceDate\":[32],\"sinceDateError\":[32],\"untilDate\":[32],\"untilDateError\":[32],\"validateDate\":[64],\"getDate\":[64],\"setDate\":[64]}],[2,\"eco-input-number\",{\"clearInput\":[4,\"clear-input\"],\"clearOnEdit\":[4,\"clear-on-edit\"],\"disabled\":[4],\"help\":[1],\"label\":[1],\"max\":[2],\"min\":[2],\"name\":[1],\"optional\":[1],\"pattern\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"readonly\":[4],\"required\":[4],\"status\":[1],\"step\":[2],\"width\":[1],\"inputId\":[1025,\"input-id\"],\"valid\":[1028],\"value\":[1026],\"hasFocus\":[32],\"setFocus\":[64],\"getInputElement\":[64]}],[6,\"eco-messagebox\",{\"type\":[1],\"icon\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"]}],[1,\"eco-text-input-optional\",{\"qaIdElement\":[1,\"qa-id-element\"]}],[1,\"eco-text-input-help\",{\"status\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"]}],[6,\"eco-input-wrapper\",{\"width\":[1],\"status\":[1],\"qaIdElement\":[1,\"qa-id-element\"]}],[1,\"eco-text-label\",{\"for\":[1],\"wrap\":[4],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdElement\":[1,\"qa-id-element\"]}],[1,\"eco-spacer\",{\"gap\":[1],\"flow\":[1],\"wrap\":[4],\"qaIdElement\":[1,\"qa-id-element\"]}],[1,\"eco-icon\",{\"icon\":[1],\"icontype\":[1],\"iconsize\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"rotate\":[4]}]]],[\"eco-backdrop_3\",[[2,\"eco-button\",{\"disabled\":[4],\"href\":[1],\"target\":[1],\"icon\":[1],\"isBusy\":[4,\"is-busy\"],\"label\":[1],\"link\":[4],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdIcon\":[1,\"qa-id-icon\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"size\":[1],\"styletype\":[1],\"type\":[1],\"iconsize\":[1025],\"toggleLabel\":[4,\"toggle-label\"],\"iconPosition\":[1,\"icon-position\"]},[[0,\"keydown\",\"handleKeyDown\"]]],[2,\"eco-spinner\",{\"text\":[1],\"fullscreen\":[4],\"size\":[1],\"theme\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdText\":[1,\"qa-id-text\"]}],[1,\"eco-backdrop\",{\"visible\":[1028],\"showBackdrop\":[64],\"hideBackdrop\":[64]}]]],[\"eco-chat-author_3\",[[1,\"eco-chat-bubble\",{\"message\":[1],\"authorIsUser\":[4,\"author-is-user\"],\"canDelete\":[4,\"can-delete\"],\"canEdit\":[4,\"can-edit\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdActionCancel\":[1,\"qa-id-action-cancel\"],\"qaIdActionDelete\":[1,\"qa-id-action-delete\"],\"qaIdActionDeleteConfirm\":[1,\"qa-id-action-delete-confirm\"],\"qaIdActionEdit\":[1,\"qa-id-action-edit\"],\"qaIdActionEditConfirm\":[1,\"qa-id-action-edit-confirm\"],\"isUpdating\":[32],\"isEditing\":[32],\"isDeleting\":[32],\"updatedMessage\":[32]},[[0,\"ecoChange\",\"updateMessage\"]],{\"message\":[\"valueChanged\"]}],[1,\"eco-chat-author\",{\"author\":[1],\"qaIdElement\":[1,\"qa-id-element\"]}],[1,\"eco-chat-timestamp\",{\"timestamp\":[1],\"qaIdElement\":[1,\"qa-id-element\"]}]]],[\"eco-text-heading\",[[6,\"eco-text-heading\",{\"level\":[2],\"displayAs\":[1026,\"display-as\"],\"headingId\":[1,\"heading-id\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHeading\":[1,\"qa-id-heading\"]}]]],[\"eco-input-text\",[[2,\"eco-input-text\",{\"clearInput\":[4,\"clear-input\"],\"clearOnEdit\":[4,\"clear-on-edit\"],\"disabled\":[4],\"help\":[1],\"hidden\":[4],\"label\":[1],\"name\":[1],\"maxLength\":[2,\"max-length\"],\"minLength\":[2,\"min-length\"],\"optional\":[1],\"placeholder\":[1],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdHelp\":[1,\"qa-id-help\"],\"qaIdInput\":[1,\"qa-id-input\"],\"qaIdLabel\":[1,\"qa-id-label\"],\"qaIdOptional\":[1,\"qa-id-optional\"],\"readonly\":[4],\"required\":[4],\"status\":[1],\"type\":[1],\"width\":[1],\"inputId\":[1025,\"input-id\"],\"value\":[1025],\"hasFocus\":[32],\"setFocus\":[64],\"getInputElement\":[64]}]]],[\"eco-card_4\",[[1,\"eco-card\",{\"border\":[1],\"collapsible\":[4],\"collapsed\":[1028],\"elevation\":[1],\"showBody\":[4,\"show-body\"],\"qaIdBody\":[1,\"qa-id-body\"],\"qaIdElement\":[1,\"qa-id-element\"],\"qaIdExpand\":[1,\"qa-id-expand\"],\"qaIdFooter\":[1,\"qa-id-footer\"],\"qaIdHeader\":[1,\"qa-id-header\"],\"qaIdToggle\":[1,\"qa-id-toggle\"],\"sticky\":[4],\"stickyOffset\":[1,\"sticky-offset\"]}],[1,\"eco-card-body\"],[1,\"eco-card-footer\"],[1,\"eco-card-header\"]]]]"), options);
};

@@ -11,0 +11,0 @@

@@ -17,4 +17,4 @@ import type { EventEmitter } from '../../../stencil-public-runtime';

sticky: boolean;
/** Allow the accordion to be collapsable */
collapsable: boolean;
/** Allow the accordion to be collapsible */
collapsible: boolean;
/** Set the accordion to be collapsed */

@@ -21,0 +21,0 @@ collapsed: boolean;

@@ -9,2 +9,2 @@ import { Meta, StoryObj } from '@storybook/web-components';

export declare const Sticky: Story;
export declare const Collapsable: Story;
export declare const collapsible: Story;

@@ -14,3 +14,3 @@ import type { EventEmitter } from '../../stencil-public-runtime';

/** Allow the card to be collaspable */
collapsable: boolean;
collapsible: boolean;
/** Set the card to be collapsed */

@@ -17,0 +17,0 @@ collapsed: boolean;

@@ -8,2 +8,2 @@ import { Meta, StoryObj } from '@storybook/web-components';

export declare const Sticky: Story;
export declare const Collapsable: Story;
export declare const collapsible: Story;
import { EcoRelPosition } from '../../../utils';
export declare class EcoLayoutAside {
/** Allow the aside to be collapsable */
collapsable: boolean;
/** Allow the aside to be collapsible */
collapsible: boolean;
/** Boolean for representing if the aside is collapsed */

@@ -6,0 +6,0 @@ collapsed: boolean;

@@ -6,5 +6,5 @@ import { Meta, StoryObj } from '@storybook/web-components';

export declare const Default: Story;
export declare const Collapsable: Story;
export declare const collapsible: Story;
export declare const AsidePosition: Story;
export declare const UseLocalStorageToStoreCollapsedState: Story;
export declare const StickyAside: Story;
export declare class EcoLayoutFilter {
/** Allow the filter to be collapsable */
collapsable: boolean;
/** Allow the filter to be collapsible */
collapsible: boolean;
/** Boolean for representing if the filter is collapsed */

@@ -5,0 +5,0 @@ collapsed: boolean;

@@ -6,5 +6,5 @@ import { Meta, StoryObj } from '@storybook/web-components';

export declare const Default: Story;
export declare const Collapsable: Story;
export declare const collapsible: Story;
export declare const UseLocalStorageToStoreCollapsedState: Story;
export declare const FiltersApplied: Story;
export declare const StickyFilters: Story;
{
"name": "@intelligentgrowthsolutions/eco",
"version": "17.2.7",
"license": "MIT",
"description": "Eco Design System for Intelligent Growth Solutions",
"engines": {
"npm": "^10.2.4",
"node": "^18.19.1"
},
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"esnext": "dist/esm/index.mjs",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"transformAliasedImportPathsInCollection": true,
"unpkg": "dist/eco/eco.js",
"files": [
"dist/",
"loader/"
],
"scripts": {
"tokens": "cd ./style-dictionary && node ./build.js && chokidar \"tokens/**/*\" -c \"node ./build.js\""
},
"bugs": {
"url": "https://github.com/intelligent-growth-solutions/eco/issues"
},
"homepage": "https://eco.app.igs.farm/"
"name": "@intelligentgrowthsolutions/eco",
"version": "17.3.0-next-3292e43",
"license": "MIT",
"description": "Eco Design System for Intelligent Growth Solutions",
"engines": {
"npm": "^10.2.4",
"node": "^18.19.1"
},
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"esnext": "dist/esm/index.mjs",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"transformAliasedImportPathsInCollection": true,
"unpkg": "dist/eco/eco.js",
"files": [
"dist/",
"loader/"
],
"scripts": {
"tokens": "cd ./style-dictionary && node ./build.js && chokidar \"tokens/**/*\" -c \"node ./build.js\""
},
"bugs": {
"url": "https://github.com/intelligent-growth-solutions/eco/issues"
},
"homepage": "https://eco.app.igs.farm/"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc