xv-webcomponents 0.1.65-qa.0 → 0.1.67-qa.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/dist/cjs/xv-accordion-v2_40.cjs.entry.js +40 -40
  2. package/dist/cjs/xv-accordion-v2_40.cjs.entry.js.map +1 -1
  3. package/dist/collection/components/xv-file-uploader/xv-file-uploader.css +17 -1
  4. package/dist/collection/components/xv-file-uploader/xv-file-uploader.js +5 -5
  5. package/dist/collection/components/xv-file-uploader/xv-file-uploader.js.map +1 -1
  6. package/dist/collection/components/xv-footer/xv-footer.js +1 -1
  7. package/dist/collection/components/xv-header/xv-header.js +3 -3
  8. package/dist/collection/components/xv-link/xv-link.css +21 -9
  9. package/dist/collection/components/xv-link/xv-link.js +1 -1
  10. package/dist/collection/components/xv-link/xv-link.js.map +1 -1
  11. package/dist/collection/components/xv-login-modal/xv-login-modal.js +1 -1
  12. package/dist/collection/components/xv-login-modal/xv-login-modal.js.map +1 -1
  13. package/dist/collection/components/xv-modal/xv-modal.js +1 -1
  14. package/dist/collection/components/xv-notification/xv-notification.js +1 -1
  15. package/dist/collection/components/xv-number-input/xv-number-input.js +2 -2
  16. package/dist/collection/components/xv-overflow-menu/xv-overflow-menu-item/xv-overflow-menu-item.js +1 -1
  17. package/dist/collection/components/xv-overflow-menu/xv-overflow-menu.js +2 -2
  18. package/dist/collection/components/xv-pagination/xv-pagination.js +1 -1
  19. package/dist/collection/components/xv-progress-indicator/xv-progress-indicator-item/xv-progress-indicator-item.js +1 -1
  20. package/dist/collection/components/xv-progress-indicator/xv-progress-indicator.js +1 -1
  21. package/dist/collection/components/xv-slider/xv-slider.js +1 -1
  22. package/dist/collection/components/xv-table/xv-table-cell/xv-table-cell.js +1 -1
  23. package/dist/collection/components/xv-table/xv-table-expand/xv-table-expand.js +1 -1
  24. package/dist/collection/components/xv-table/xv-table-row/xv-table-row.js +1 -1
  25. package/dist/collection/components/xv-table/xv-table.js +1 -1
  26. package/dist/collection/components/xv-tabs/xv-tab/xv-tab.js +1 -1
  27. package/dist/collection/components/xv-tag/xv-tag.js +1 -1
  28. package/dist/collection/components/xv-text-input/xv-text-input.js +2 -2
  29. package/dist/collection/components/xv-textarea/xv-textarea.js +2 -2
  30. package/dist/collection/components/xv-tile/xv-tile.js +2 -2
  31. package/dist/collection/components/xv-toggle/xv-toggle.js +1 -1
  32. package/dist/collection/components/xv-toggle-tip/xv-toggle-tip.js +1 -1
  33. package/dist/collection/components/xv-tooltip/xv-tooltip.js +2 -2
  34. package/dist/esm/xv-accordion-v2_40.entry.js +40 -40
  35. package/dist/esm/xv-accordion-v2_40.entry.js.map +1 -1
  36. package/dist/xv-webcomponents/{p-87177606.entry.js → p-dd76640e.entry.js} +2 -2
  37. package/dist/xv-webcomponents/p-dd76640e.entry.js.map +1 -0
  38. package/dist/xv-webcomponents/xv-webcomponents.esm.js +1 -1
  39. package/package.json +1 -1
  40. package/dist/xv-webcomponents/p-87177606.entry.js.map +0 -1
@@ -77735,7 +77735,7 @@ var XvFileUploaderVariants;
77735
77735
  XvFileUploaderVariants["DRAG_DROP"] = "drag-drop";
77736
77736
  })(XvFileUploaderVariants || (XvFileUploaderVariants = {}));
77737
77737
 
77738
- const xvFileUploaderCss = ".xv-tooltip[role=tooltip]{position:absolute;background-color:var(--background-inverse, #333333);color:var(--text-on-color);padding:var(--spacing-03) var(--spacing-04);border-radius:3px;font-size:var(--fz-sm);z-index:999;min-width:min(150px, 90vw);max-width:min(400px, 90vw)}.xv-tooltip[role=tooltip]::after{content:\"\";position:absolute;width:0;height:0;border-style:solid}.xv-tooltip[role=tooltip][data-popper-placement=top]::after{bottom:-5px;left:50%;transform:translateX(-50%);border-width:5px 5px 0 5px;border-color:var(--background-inverse, black) transparent transparent transparent}.xv-tooltip[role=tooltip][data-popper-placement=top-start]::after{bottom:-5px;left:12px;border-width:5px 5px 0 5px;border-color:var(--background-inverse, black) transparent transparent transparent}.xv-tooltip[role=tooltip][data-popper-placement=top-end]::after{bottom:-5px;right:12px;border-width:5px 5px 0 5px;border-color:var(--background-inverse, black) transparent transparent transparent}.xv-tooltip[role=tooltip][data-popper-placement=bottom]::after{top:-5px;left:50%;transform:translateX(-50%);border-width:0 5px 5px 5px;border-color:transparent transparent var(--background-inverse, black) transparent}.xv-tooltip[role=tooltip][data-popper-placement=bottom-start]::after{top:-5px;left:12px;border-width:0 5px 5px 5px;border-color:transparent transparent var(--background-inverse, black) transparent}.xv-tooltip[role=tooltip][data-popper-placement=bottom-end]::after{top:-5px;right:12px;border-width:0 5px 5px 5px;border-color:transparent transparent var(--background-inverse, black) transparent}.xv-tooltip[role=tooltip][data-popper-placement=left]::after{top:50%;right:-5px;transform:translateY(-50%);border-width:5px 0 5px 5px;border-color:transparent transparent transparent var(--background-inverse, black)}.xv-tooltip[role=tooltip][data-popper-placement=left-start]::after{top:12px;right:-5px;border-width:5px 0 5px 5px;border-color:transparent transparent transparent var(--background-inverse, black)}.xv-tooltip[role=tooltip][data-popper-placement=left-end]::after{bottom:12px;right:-5px;border-width:5px 0 5px 5px;border-color:transparent transparent transparent var(--background-inverse, black)}.xv-tooltip[role=tooltip][data-popper-placement=right]::after{top:50%;left:-5px;transform:translateY(-50%);border-width:5px 5px 5px 0;border-color:transparent var(--background-inverse, black) transparent transparent}.xv-tooltip[role=tooltip][data-popper-placement=right-start]::after{top:12px;left:-5px;border-width:5px 5px 5px 0;border-color:transparent var(--background-inverse, black) transparent transparent}.xv-tooltip[role=tooltip][data-popper-placement=right-end]::after{bottom:12px;left:-5px;border-width:5px 5px 5px 0;border-color:transparent var(--background-inverse, black) transparent transparent}:host{font-family:inherit;display:flex;flex-direction:column;gap:var(--spacing-05);font-size:14px}:host .label{font-weight:600;font-size:1em;color:var(--text-primary)}:host .description{font-size:1em;margin:0;color:var(--text-secondary)}:host .upload-btn{padding:0 1.14em;border-radius:0.285em;background-color:var(--background-inverse);color:var(--text-inverse);border:none;cursor:pointer;font-size:1em;height:2.86em;transition:250ms ease-in-out background-color}:host .upload-btn:hover{background-color:var(--background-inverse-hover)}:host .drop-zone{min-height:90px;border:1px dashed var(--border-strong-01);background-color:transparent;padding:1.14em;border-radius:0.285em;transition:border-color 0.2s ease, background-color 0.2s ease;font-size:1em;cursor:pointer}:host .drop-zone.active{border-color:var(--border-interactive);background-color:var(--background-active)}:host .drop-zone:hover{background-color:var(--background-hover)}:host .file-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}:host .file-list .file{border-radius:3px;background-color:var(--layer-01, #F7F7F7);font-size:1em}:host .file-list .file_container{padding:var(--spacing-04) var(--spacing-05);display:flex;justify-content:space-between;align-items:center}:host .file-list .file_container_name{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;color:var(--text-primary, #333);font-style:normal;font-weight:400;line-height:128.571%;letter-spacing:0.16px;padding-right:var(--spacing-04)}:host .file-list .file_container_errorIcon{color:var(--text-error);margin-right:var(--spacing-03)}:host .file-list .file.withError{outline:2px solid var(--support-error)}:host .error-container{padding:var(--spacing-04) var(--spacing-05);border-top:1px solid var(--border-subtle-01);font-size:0.858em;font-style:normal;font-weight:400;color:var(--text-error)}:host .error-container_primary,:host .error-container_secondary{margin:0;padding:0}:host .error-container_secondary{color:var(--text-secondary, #515151);white-space:pre-line}:host(.disabled){pointer-events:none;opacity:0.6}:host(.disabled) .upload-btn,:host(.disabled) .drop-zone{cursor:not-allowed;background-color:var(--button-disabled-background, #ccc);color:var(--button-disabled-text, #666);border-color:var(--border-disabled, #bbb)}:host(.disabled) .remove-btn{display:none}:host([size=xs]){font-size:10px}:host([size=sm]){font-size:12px}:host([size=md]){font-size:14px}:host([size=lg]){font-size:18px}:host([size=xl]){font-size:22px}";
77738
+ const xvFileUploaderCss = ".xv-tooltip[role=tooltip]{position:absolute;background-color:var(--background-inverse, #333333);color:var(--text-on-color);padding:var(--spacing-03) var(--spacing-04);border-radius:3px;font-size:var(--fz-sm);z-index:999;min-width:min(150px, 90vw);max-width:min(400px, 90vw)}.xv-tooltip[role=tooltip]::after{content:\"\";position:absolute;width:0;height:0;border-style:solid}.xv-tooltip[role=tooltip][data-popper-placement=top]::after{bottom:-5px;left:50%;transform:translateX(-50%);border-width:5px 5px 0 5px;border-color:var(--background-inverse, black) transparent transparent transparent}.xv-tooltip[role=tooltip][data-popper-placement=top-start]::after{bottom:-5px;left:12px;border-width:5px 5px 0 5px;border-color:var(--background-inverse, black) transparent transparent transparent}.xv-tooltip[role=tooltip][data-popper-placement=top-end]::after{bottom:-5px;right:12px;border-width:5px 5px 0 5px;border-color:var(--background-inverse, black) transparent transparent transparent}.xv-tooltip[role=tooltip][data-popper-placement=bottom]::after{top:-5px;left:50%;transform:translateX(-50%);border-width:0 5px 5px 5px;border-color:transparent transparent var(--background-inverse, black) transparent}.xv-tooltip[role=tooltip][data-popper-placement=bottom-start]::after{top:-5px;left:12px;border-width:0 5px 5px 5px;border-color:transparent transparent var(--background-inverse, black) transparent}.xv-tooltip[role=tooltip][data-popper-placement=bottom-end]::after{top:-5px;right:12px;border-width:0 5px 5px 5px;border-color:transparent transparent var(--background-inverse, black) transparent}.xv-tooltip[role=tooltip][data-popper-placement=left]::after{top:50%;right:-5px;transform:translateY(-50%);border-width:5px 0 5px 5px;border-color:transparent transparent transparent var(--background-inverse, black)}.xv-tooltip[role=tooltip][data-popper-placement=left-start]::after{top:12px;right:-5px;border-width:5px 0 5px 5px;border-color:transparent transparent transparent var(--background-inverse, black)}.xv-tooltip[role=tooltip][data-popper-placement=left-end]::after{bottom:12px;right:-5px;border-width:5px 0 5px 5px;border-color:transparent transparent transparent var(--background-inverse, black)}.xv-tooltip[role=tooltip][data-popper-placement=right]::after{top:50%;left:-5px;transform:translateY(-50%);border-width:5px 5px 5px 0;border-color:transparent var(--background-inverse, black) transparent transparent}.xv-tooltip[role=tooltip][data-popper-placement=right-start]::after{top:12px;left:-5px;border-width:5px 5px 5px 0;border-color:transparent var(--background-inverse, black) transparent transparent}.xv-tooltip[role=tooltip][data-popper-placement=right-end]::after{bottom:12px;left:-5px;border-width:5px 5px 5px 0;border-color:transparent var(--background-inverse, black) transparent transparent}:host{font-family:inherit;display:flex;flex-direction:column;gap:var(--spacing-05);font-size:14px}:host .label{font-weight:600;font-size:1em;color:var(--text-primary)}:host .description{font-size:1em;margin:0;color:var(--text-secondary)}:host .upload-btn{padding:0 1.14em;border-radius:0.285em;background-color:var(--background-inverse);color:var(--text-inverse);border:none;cursor:pointer;font-size:1em;height:2.86em;transition:250ms ease-in-out background-color}:host .upload-btn:hover{background-color:var(--background-inverse-hover)}:host .drop-zone{min-height:90px;border:1px dashed var(--border-strong-01);background-color:transparent;padding:1.14em;border-radius:0.285em;transition:border-color 0.2s ease, background-color 0.2s ease;font-size:1em;cursor:pointer}:host .drop-zone.active{border-color:var(--border-interactive);background-color:var(--background-active)}:host .drop-zone:hover{background-color:var(--background-hover)}:host .file-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}:host .file-list .file{border-radius:3px;background-color:var(--layer-01, #F7F7F7);font-size:1em}:host .file-list .file_container{padding:var(--spacing-04) var(--spacing-05);display:flex;justify-content:space-between;align-items:center}:host .file-list .file_container_name{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;color:var(--text-primary, #333);font-style:normal;font-weight:400;line-height:128.571%;letter-spacing:0.16px;padding-right:var(--spacing-04)}:host .file-list .file_container_errorIcon{color:var(--text-error);margin-right:var(--spacing-03)}:host .file-list .file.withError{outline:2px solid var(--support-error)}:host .error-container{padding:var(--spacing-04) var(--spacing-05);font-size:0.858em;font-style:normal;font-weight:400;color:var(--text-error)}:host .error-container_primary,:host .error-container_secondary{margin:0;padding:0}:host .error-container_secondary{color:var(--text-secondary, #515151);white-space:pre-line}:host .global-error{text-align:left;margin:0;padding:0 var(--spacing-05);font-size:0.858em;font-style:normal;font-weight:400;color:var(--text-error)}:host(.disabled){pointer-events:none;opacity:0.6}:host(.disabled) .upload-btn,:host(.disabled) .drop-zone{cursor:not-allowed;background-color:var(--button-disabled-background, #ccc);color:var(--button-disabled-text, #666);border-color:var(--border-disabled, #bbb)}:host(.disabled) .remove-btn{display:none}:host(.error) .uploadBtn{outline:1px solid var(--support-error);border-radius:0.285em}:host(.error) .drop-zone{border-color:var(--support-error)}:host([size=xs]){font-size:10px}:host([size=sm]){font-size:12px}:host([size=md]){font-size:14px}:host([size=lg]){font-size:18px}:host([size=xl]){font-size:22px}";
77739
77739
 
77740
77740
  const XvFileUploader = class {
77741
77741
  constructor(hostRef) {
@@ -77767,8 +77767,9 @@ const XvFileUploader = class {
77767
77767
  this.handleFiles(droppedFiles);
77768
77768
  };
77769
77769
  this.handleFiles = (files) => {
77770
- this.files = this.validation(this.multiple ? [...this.files, ...files] : files);
77771
- this.filesChange.emit(this.files);
77770
+ const newFiles = this.validation(this.multiple ? [...this.files, ...files] : files);
77771
+ this.filesChange.emit(newFiles);
77772
+ this.files = newFiles;
77772
77773
  };
77773
77774
  this.onDragOver = (event) => {
77774
77775
  event.preventDefault();
@@ -77822,11 +77823,10 @@ const XvFileUploader = class {
77822
77823
  }
77823
77824
  }
77824
77825
  render() {
77825
- var _a;
77826
- return (index.h(index.Host, { key: '4a33985fd3a6b9213d592ebec1b5b8abbf1d27df', class: { 'upload-wrapper': true, [`uploader-${this.size}`]: true, disabled: !!this.disabled } }, this.label && index.h("label", { key: '127894a635ce497df0a3a4732f5fc5a28f4d635b', class: "label" }, this.label), this.description && index.h("p", { key: 'dc34a999207c109b45f6e793552ff93b144fde85', class: "description" }, this.description), this.variant === 'button' ? (index.h("xv-button-v2", { variant: this.buttonVariant, disabled: this.disabled, onClick: () => this.fileInput.click() }, this.addText || 'Dateien auswählen')) : (index.h("div", { class: { 'drop-zone': true, active: this.dragActive }, onDrop: this.onDrop, onDragOver: this.onDragOver, onDragLeave: this.onDragLeave, onClick: () => this.fileInput.click() }, this.addText || 'Dateien hierher ziehen oder darauf klicken, um eine Datei auszuwählen.', ((_a = this.accept) === null || _a === void 0 ? void 0 : _a.length) > 0 && index.h("span", null, " (", this.accept.join(', '), ")"))), index.h("input", { key: 'f7d47bff9993ab16abb38d70a065c6778f141359', ref: el => (this.fileInput = el), type: "file", hidden: true, onChange: this.onFileSelect, multiple: this.multiple, accept: this.accept.join(',') }), index.h("ul", { key: '04f33d47b7f3389b29b880261eb7d032ffea37e4', class: "file-list" }, this.files.map((file, index$1) => {
77826
+ return (index.h(index.Host, { key: '6f8e49429611dc6c961136e381f742ea0ea4ef9f', class: { 'upload-wrapper': true, [`uploader-${this.size}`]: true, disabled: !!this.disabled, error: !!this.error } }, this.label && index.h("label", { key: '43a3a8b5c262ea21cf3162d19a89fe4bb8227a1a', class: "label" }, this.label), this.description && index.h("p", { key: 'ba64189ef795fd54c882038e2390a6895c0b5947', class: "description" }, this.description), this.variant === 'button' ? (index.h("xv-button-v2", { class: "uploadBtn", variant: this.buttonVariant, disabled: this.disabled, onClick: () => this.fileInput.click() }, this.addText || 'Dateien auswählen')) : (index.h("div", { class: { 'drop-zone': true, active: this.dragActive }, onDrop: this.onDrop, onDragOver: this.onDragOver, onDragLeave: this.onDragLeave, onClick: () => this.fileInput.click() }, this.addText || 'Dateien hierher ziehen oder darauf klicken, um eine Datei auszuwählen.')), index.h("input", { key: '05f2bc2a6f2dd2da243759b96d3773ed0b5fb066', ref: el => (this.fileInput = el), type: "file", hidden: true, onChange: this.onFileSelect, multiple: this.multiple, accept: this.accept.join(',') }), this.error && index.h("p", { key: '883f236ab210ca491df05dbccd87d9e5e7604420', class: "global-error" }, this.error), index.h("ul", { key: 'abea08be6ef6a2789e201ffc957e473a312ad9ff', class: "file-list" }, this.files.map((file, index$1) => {
77827
77827
  var _a, _b;
77828
77828
  return (index.h("li", { class: { file: true, withError: !!(((_a = this.errors) === null || _a === void 0 ? void 0 : _a[index$1]) || ((_b = this.errorMessages) === null || _b === void 0 ? void 0 : _b[index$1])) } }, index.h("div", { class: "file_container" }, index.h("span", { class: "file_container_name" }, file.name), this._renderLoaderState(index$1)), this._renderError(index$1)));
77829
- })), this.error && (index.h("div", { key: '21aae629c18e97fc42f478e78ed4b771975389ab', class: "error-container" }, index.h("p", { key: '2fefb6eae6b6a8d838f6aca2ff05c5981f1491a2', class: "error-container_primary" }, this.error)))));
77829
+ }))));
77830
77830
  }
77831
77831
  _renderLoaderState(index$1) {
77832
77832
  var _a, _b, _c;
@@ -77876,7 +77876,7 @@ const Xvfooter = class {
77876
77876
  }
77877
77877
  }
77878
77878
  render() {
77879
- return (index.h("footer", { key: '69d48cf34ca1c2b39cc4152b1da10e3d6784ecaf' }, index.h("div", { key: '91a2a4e95bc830478182cdd2b64d68670a36bb41', innerHTML: this.htmlContent })));
77879
+ return (index.h("footer", { key: 'b304009e8caaf7f81a123bcd0e5399ee0baa68eb' }, index.h("div", { key: 'ac60278fe82d17f121cdfb6234afccc15f361992', innerHTML: this.htmlContent })));
77880
77880
  }
77881
77881
  get el() { return index.getElement(this); }
77882
77882
  };
@@ -78042,9 +78042,9 @@ const XvHeader = class {
78042
78042
  }
78043
78043
  render() {
78044
78044
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16;
78045
- return (index.h("div", { key: 'a7f0667501a5c5cf3759e358e592ea04d23fb826', id: "nav-container", class: "xv-header" }, index.h("nav", { key: '3cd2e9a42492719024ae432530d8f53dca9dcb24', class: "navbar navbar-default navbar-fixed-top backend-force-relative" }, index.h("div", { key: 'dd723023f7883a2291c8620a1aeca569f550efa2', class: "container" }, index.h("div", { key: 'ca379bbbc8293a8493bb68235cb04365f6fafc50', class: "row" }, index.h("div", { key: '2725a43aa43538299d9ea5c728f6aa351afa9217', class: "col-sm-3 col-xs-3 col-xxs-4 no-padding-right" }, index.h("div", { key: '0416275793efecdd32be5d9e3f54cd57dbe53ab7', class: "navbar-header" }, index.h("button", { key: '4532139237dd56e4b438b6aaa20d85620ec469b4', class: "btn btn-default navbar-toggle pull-left navbar-btn", "data-toggle": "collapse", "data-target": "#main-menu" }, index.h("i", { key: 'bf13465bff42bc146cce69b29ad0a8746a933bf7', class: "fa fa-bars fa-lg", "aria-hidden": "true" })), index.h("div", { key: 'bcf6feccad2195469d921523fbc008014c07e80f', class: "visible-xs-inline" }, index.h("a", { key: 'c9f3b29728e61cf9fb1681eb2ad7606c6e272c9f', href: "https://www.crossvertise.com/", class: "navbar-brand" }, index.h("img", { key: 'c59b3a2c97a2fc6c1c63661e401a7b467fefd81c', src: "https://www.crossvertise.com/ResourcePackages/Bootstrap/assets/dist/images/logo-small.svg", alt: "Crossvertise" }))), index.h("div", { key: '7fec8d9de82f3b90e8531bd05bfca09399247386', class: "hidden-xs" }, index.h("a", { key: '12c5d8eb68b580e76fa1f1db644f7ed84460c78f', href: "https://www.crossvertise.com/", class: "navbar-brand" }, index.h("img", { key: '84a8518ac1de61378adebb5b2bc3f1a357166a61', loading: "lazy", src: "https://www.crossvertise.com/ResourcePackages/Bootstrap/assets/dist/images/logo.svg", alt: "Crossvertise" }))))), index.h("div", { key: 'c758221b929c23af4bd2970de27f340110b4fbc3', class: "col-sm-9 col-xs-9 col-xxs-8 no-padding-left" }, index.h("ul", { key: '82dcfb97aeb121d8d1988c20910038bbd422334d', class: "nav nav-pills nav-meta pull-right" }, ((_a = this.metaNav) === null || _a === void 0 ? void 0 : _a.ImpersonationInfo) && (index.h("li", { key: '161e9712df3d22a9ad884c02f632dc60c89bcd97' }, index.h("div", { key: 'bfe061b4df5a9891cfbc2c2542e2aac548e62524', class: "btn btn-link navbar-btn navbar-btn-cust hidden-xs", onClick: this.togglePopover }, index.h("i", { key: '854ca5e6aeb48026eb2df30e4c237408df5c6aae', class: "fa fa-user" }), index.h("i", { key: '42eac4b353713b868cbd0ca3f577045d036856c1', class: "fa fa-exchange-alt" })), index.h("div", { key: '8ff3d313a564c2e176ef461299d08d3a724ad13b', class: "popover popover-fixed fade bottom in", style: { "display": this.showPopover ? "block" : "none" } }, index.h("div", { key: '878ea017442df77ec5702897963e6f0420aa1c8e', class: "arrow" }), index.h("h3", { key: '175d9f16b49f6e4d5a765979f71777911a85d0dd', class: "popover-title" }, "Momentan ist die Kundenperspektive aktiviert f\u00FCr:"), index.h("div", { key: '19fbf47976c666754af0d42c074fa605b04a3770', class: "popover-content" }, index.h("div", { key: '677f52c9a33b6529501739e05041c23f60e56086', class: "row" }, index.h("div", { key: 'eba12cc4653b35e624aaeddee77841188c13a45b', class: "col-xs-12" }, index.h("table", { key: '15c3ce47f0b1073ba776915593689ecc09f189d1', class: "table-condensed" }, index.h("tbody", { key: '5e78558bd23a42f285169537a2d986d48449ccb5' }, index.h("tr", { key: '6c071c107b70c8075d4ea9d8a5874e5bfe719329' }, index.h("td", { key: '215e9ba0b2aee226373586386614695d86b92ad9' }, index.h("span", { key: '406e4e8fbb5e38897901a5b66e35bc4236a12224' }, (_c = (_b = this.metaNav) === null || _b === void 0 ? void 0 : _b.ImpersonationInfo) === null || _c === void 0 ? void 0 : _c.NameAndTitle))), index.h("tr", { key: '77b50fb21a956e9d92fd7350174e966ae07b2472' }, index.h("td", { key: 'd3326f4becf860ba9493d0be8feee23cd2dd096c' }, index.h("span", { key: 'bc332d0df2bcb19b42c5560084ccdfcf08a0a123' }, (_e = (_d = this.metaNav) === null || _d === void 0 ? void 0 : _d.ImpersonationInfo) === null || _e === void 0 ? void 0 : _e.CompanyName))), index.h("tr", { key: '3d41b0d595797c741c442af0f389e8e569665cd2' }, index.h("td", { key: 'dd48911347f76842f7c602192b9bc79fa3404bec' }, index.h("span", { key: '1a0a7693d4f598844cd68030d6199a8d8ca87b2a' }, (_g = (_f = this.metaNav) === null || _f === void 0 ? void 0 : _f.ImpersonationInfo) === null || _g === void 0 ? void 0 : _g.Email))), index.h("tr", { key: '0c5245ba35266792edc68605052166f1d154b424' }, index.h("td", { key: 'e1b4b53d46a22fb8ae0be47551093399037e500b' }, index.h("span", { key: 'd850c6fa09c32378387869c49c812bec83d95731' }, (_j = (_h = this.metaNav) === null || _h === void 0 ? void 0 : _h.ImpersonationInfo) === null || _j === void 0 ? void 0 : _j.PhoneOffice)))))))), index.h("div", { key: 'afec801084678adf4237d3c1bbd17aa3d877dc9a', class: "row contact-contactform-container", id: "contact-contactform-container-nav" }, index.h("div", { key: '0f965a736b203ad7dc4d9b2bbce7193a397afcf7', class: "col-xs-12" }, index.h("a", { key: '0ee5f1aef772ab061df16d3cc9e908c5a4f1adcf', class: "btn btn-primary btn-block", href: "/de-de/mycrossvertise/account/clearimpersonation" }, "Kundenperspektive verlassen")))))), index.h("li", { key: '5d9c0f2149ea82e29f321bd7caea8613fa0bac49' }, index.h("a", { key: '7a4192afdfb7482aa75bf0b1f9aa83bd89df73c1', class: "btn btn-link navbar-btn hidden-xs", href: "#" }, "Kontakt"), index.h("a", { key: 'e08c4bf37329e645b7b2fa76cbcc102bbdf95751', href: "/contact", class: "btn btn-link navbar-btn hidden-xs", style: { display: 'none' } }, "Kontakt"), index.h("a", { key: '15082d1ba52fb3dbefb536dea2ace245eb5f7da3', class: "btn btn-default btn-link navbar-btn visible-xs hidden-xxs", href: "#" }, index.h("i", { key: '9bc3540d5d92f0bc5a61caa9dc606d86c0684257', class: "fa fa-phone" }))), ((_k = this.metaNav) === null || _k === void 0 ? void 0 : _k.IsManager) && (index.h("li", { key: '79eaafa13372035392d676d05d1d0301c6cd4255', class: "dropdown" }, index.h("a", { key: '7644e309bfe46cd9156afd8097c99866a0203a8e', class: "dropdown-toggle btn navbar-btn btn-link", "data-toggle": "dropdown", role: "button", "data-container": "body", "aria-haspopup": "true", "aria-expanded": "false" }, index.h("i", { key: 'af0125825c40cf7f920d71ae212a85cf297cac28', class: "fas fa-bell fa-lg" }), index.h("span", { key: '77a7a32e8a68f950bdce1d64edefa7d786caf584', id: "notifications-count", class: "badge badge-success badge-top-right", style: { display: 'none' } })))), ((_l = this.metaNav) === null || _l === void 0 ? void 0 : _l.IsAuthenticated) && (index.h("li", { key: '56b9735fc0c84e460b4e2e209ad2d5d6c4ddd9a9', class: "dropdown", id: "my-xv-menu" }, index.h("a", { key: '3dde74f73f9ff33255f84f7a5b7b792165cf4773', class: "dropdown-toggle btn navbar-btn btn-link", "data-toggle": "dropdown", role: "button", "data-container": "body", "aria-haspopup": "true", "aria-expanded": "false" }, index.h("i", { key: '16358ec0dd5fbd0cf89e1b0cb3981608f98f48aa', class: "fa fa-user fa-lg text-success", "aria-hidden": "true" }), "\u00A0", index.h("span", { key: '5a51bc2a2df8d027f3924a6b14eed5fa20ee2a7b', class: "hidden-xs" }, (_m = this.metaNav) === null || _m === void 0 ? void 0 : _m.UserMenuText), "\u00A0", index.h("span", { key: 'b4fdcd20870861f0a3e4f31d4a4b54447f7af884', class: "caret" })), index.h("ul", { key: '261ca2c0b5443468d6d0869ff4e382c39080d7d7', class: "dropdown-menu-left dropdown-menu navbar-myxv" }, ((_o = this.metaNav) === null || _o === void 0 ? void 0 : _o.IsManager) && (index.h("li", { key: '81f8649693400238162c1c09fef465ececd7691c' }, index.h("a", { key: '4e195be2e6c8928b7be46745afae682e57c387a4', onClick: () => this.toggleCockpitMenu() }, index.h("i", { key: 'dfba1062f5fe5254ac621abe116a47afd8ba7d44', class: "fa fa-tachometer-alt fa-fw" }), "\u00A0Cockpitfunktionen \u00A0", index.h("i", { key: '98089b276a33fc22e659866798cf66c92e8eca28', class: "fa fa-caret-down" })))), this.isCockpitMenuExpanded && ((_q = (_p = this.metaNav) === null || _p === void 0 ? void 0 : _p.ManagerCockpitMenu) === null || _q === void 0 ? void 0 : _q.map(item => (index.h("li", { class: 'user-menu-item' }, index.h("a", { href: item.Url, target: item.Target || '_self' }, index.h("i", { class: item.CssClass }), "\u00A0\u00A0", item.Text))))), ((_r = this.metaNav) === null || _r === void 0 ? void 0 : _r.IsManager) && (index.h("li", { key: 'acf062606778f61d7379ae4afb28c5dadb7e8480' }, index.h("a", { key: '600396d9055d8b128b7397e73ef0c0ae0c98c229', onClick: () => this.toggleEntitiesMenu() }, index.h("i", { key: '2688879d3b202342ffa84dec1d06f3f7fe6c92ab', class: "fa fa-cubes" }), "\u00A0Entit\u00E4ten \u00A0", index.h("i", { key: '4616c817866c2d21f2393b51ff84afd10288a88b', class: "fa fa-caret-down" })))), this.isEntitiesMenuExpanded && ((_t = (_s = this.metaNav) === null || _s === void 0 ? void 0 : _s.ManagerEntitiesMenu) === null || _t === void 0 ? void 0 : _t.map(item => (index.h("li", { class: 'user-menu-item' }, index.h("a", { href: item.Url, target: item.Target || '_self' }, index.h("i", { class: item.CssClass }), item.Text))))), (_v = (_u = this.metaNav) === null || _u === void 0 ? void 0 : _u.ManagerMenu) === null || _v === void 0 ? void 0 :
78046
- _v.map(item => (index.h("li", null, index.h("a", { href: item.Url, target: item.Target || '_self' }, index.h("i", { class: item.CssClass }), "\u00A0", item.Text)))), ((_w = this.metaNav) === null || _w === void 0 ? void 0 : _w.IsManager) && (index.h("li", { key: '7075ca668f5b92c0c35da8e6055c39d404b57639', role: "separator", class: "divider" })), ((_x = this.metaNav) === null || _x === void 0 ? void 0 : _x.IsManager) && (index.h("li", { key: 'a39cf493d93169f05f3cdcb0a5787eddfa5d00cd' }, index.h("a", { key: 'c58e0e8eabcabf55ce781a8efe344fc8d023bcfb', onClick: () => this.toggleUserMenu() }, index.h("i", { key: '6f76eb9250300dd8be1ae35961158f6a7da1b4b9', class: "fa fa-user" }), "\u00A0Mein Crossvertise \u00A0", index.h("span", { key: 'ed0e401746fd45f0ee71d16441962e27b0ed4ddb', class: "badge" }, (_y = this.metaNav) === null || _y === void 0 ? void 0 : _y.PendingItems), index.h("i", { key: 'c06bd92160af171ec9521f2c1be7a988abc1854b', class: "fa fa-caret-down" })))), this.isUserMenuExpanded && ((_0 = (_z = this.metaNav) === null || _z === void 0 ? void 0 : _z.UserMenu) === null || _0 === void 0 ? void 0 : _0.map(item => (index.h("li", { class: 'user-menu-item' }, index.h("a", { href: item.Url, target: item.Target || '_self' }, index.h("i", { class: item.CssClass }), item.Text, "\u00A0", item.BadgeText && (index.h("span", { class: "badge" }, item.BadgeText))))))), ((_2 = (_1 = this.metaNav) === null || _1 === void 0 ? void 0 : _1.ImpersonationInfo) === null || _2 === void 0 ? void 0 : _2.isImpersonated) && (index.h("li", { key: '6b8b23736a1266bb76664781a70d99be0efd357e', class: 'user-menu-item' }, index.h("a", { key: '0afd7fb16f81e0f2f9f955e87a90fc2360368076', href: (_4 = (_3 = this.metaNav) === null || _3 === void 0 ? void 0 : _3.ImpersonationInfo) === null || _4 === void 0 ? void 0 : _4.ClearImpersonationUrl }, index.h("i", { key: '59e1113ce674c8c192f87cbabe1671be25e84be7', class: "fa fa-exchange-alt" }), "Kundenperspektive verlassen"))), ((_5 = this.metaNav) === null || _5 === void 0 ? void 0 : _5.IsManager) && (index.h("li", { key: 'fc1b4885c15e23abce5097b72d8bfce2fd8d069d', role: "separator", class: "divider" })), (_7 = (_6 = this.metaNav) === null || _6 === void 0 ? void 0 : _6.ActionsMenu) === null || _7 === void 0 ? void 0 :
78047
- _7.map(item => (index.h("li", null, index.h("a", { href: item.Url, target: item.Target || '_self' }, index.h("i", { class: item.CssClass }), item.Text)))), index.h("li", { key: '0ec50e9a9cc799797c0edf70836cb82c2928bec9' }, index.h("a", { key: '0b952e31e2f1ef852a6663c30064eeaa6b02c164', href: "/de-de/mycrossvertise/account/logoff?returnUrl=/" }, index.h("i", { key: '80f955d99b50085e86e4b341316b665a5c96569c', class: "fa fa-sign-out-alt fa-fw", "aria-hidden": "true" }), "Logout"))))), index.h("li", { key: '412e9097282aa8cc95637f06a931866089ab49b0', class: "visible-sm-block visible-xs-block hidden-xxs" }, index.h("a", { key: 'f9ee988b1468c636b5996e4778f4310a81aee3c1', class: "btn btn-default navbar-btn btn-link", "data-toggle": "collapse", "data-target": "#search-collapse" }, index.h("i", { key: '3c64f408b089380be4e84a906eb7fed4a76cc504', class: "fa fa-search", "aria-hidden": "true" }))), !((_8 = this.metaNav) === null || _8 === void 0 ? void 0 : _8.IsAuthenticated) && (index.h("li", { key: '0eba6d16e8c9ca518fad09339a409344ef4b8e13', class: "hidden-md hidden-lg" }, index.h("a", { key: '2aca7f3bf8fc50806aa6afe8d921ce87de85717d', class: "btn btn-default navbar-btn btn-link mob-login", href: "/de-de/mycrossvertise/account/logon" }, index.h("i", { key: '5e0871f52a2801fb9a76062b159c83dc2bf3f8e4', class: "fa fa-user fa-lg", "aria-hidden": "true" })))), index.h("xv-login-modal", { key: 'e727db991699e308e7b08e5a94c4bf157109c39b', visible: this.showLoginModal, onClose: this.closeLoginModal }), !((_9 = this.metaNav) === null || _9 === void 0 ? void 0 : _9.IsAuthenticated) && (index.h("li", { key: 'a4357b675f0fd597d4c437c6d1a893d3adc44a32', class: "hidden-xs hidden-sm" }, index.h("a", { key: '69da50cbc30263f9f79a7b0526782377f5db8a70', role: "button", onClick: this.openLoginModal, class: "btn btn-default navbar-btn btn-link" }, index.h("i", { key: '0e10fce81de74109f7f5890c9c1a315797b3538c', class: "fa fa-user fa-lg", "aria-hidden": "true" }), index.h("span", { key: '266d6df64230eba68bc8a23aa0e14afb2fe02224', class: "padding-sm-left" }, "Login")))), !((_10 = this.metaNav) === null || _10 === void 0 ? void 0 : _10.IsAuthenticated) && (index.h("li", { key: 'de9600ba24bae20444346bb53cdda0f1ffbc8d8a', class: "hidden-xs" }, index.h("a", { key: 'd5832d03dcad59e61f8f9daa3dd5f052a9414033', class: "btn btn-default navbar-btn btn-link", href: "/de-de/mycrossvertise/account/register" }, index.h("span", { key: '99355f123e37585211fdc479a28ba97c0a175c9c' }, "Registrieren")))), index.h("li", { key: '8a79c72f4d5820e15a0c28f53bb5bb186c1d1176', class: "navbar-divider hidden-xs" }), index.h("li", { key: '88897efccc08539883e367ce9f69347aae77c42b' }, index.h("a", { key: '0a1ad1c7fcb002508b6f770a8b9087cee39dc0fe', class: "btn btn-success navbar-btn", href: "/angular/shopping-cart" }, index.h("span", { key: '2bd55fa6e48c95148ad3a4b75d756ee9b175ba9d', class: "xv-font-icon-warenkorb fa-lg fa-fw", "aria-hidden": "true" }), index.h("span", { key: 'cf023d66124d70c2213ffb3bd4fc2d031cfc3d03', class: "hidden-xs hidden-sm" }, "\u00A0Warenkorb\u00A0"), index.h("span", { key: '3ee2994f9a385b12cd0f420d0078a641e0a69ca1', class: "badge badge-success" }, ((_12 = (_11 = this.metaNav) === null || _11 === void 0 ? void 0 : _11.Cart) === null || _12 === void 0 ? void 0 : _12.NumberOfItems) || 0))))))), index.h("div", { key: 'c0d6ec8ab7329b14665f1635a44a86b6817bbb2b', class: "collapse hidden-md hidden-lg", id: "search-collapse" }, index.h("div", { key: '3048ecdb8aab4a48a7eb2a805286b47e3058335b', class: "container" }, index.h("form", { key: 'f88fbc71927e008fa00e611eccdf74f77c370837', action: "/de-de/media/search", class: "navbar-form", method: "get", role: "search" }, index.h("div", { key: '05fb84dd92427df828d0badcfbb91157ead0ba4e', class: "input-group" }, index.h("input", { key: 'd0cb4709aa409cc527bc41ada13fde781b7cbe38', class: "form-control", name: "Q", placeholder: "Suche", type: "text", autocomplete: "off" }), index.h("span", { key: '40e56ad7c713db68e577aae2d75eb59966530db6', class: "input-group-btn force-full-width" }, index.h("button", { key: '969e259a43c0fd64226e3f728a9f365f4e831485', class: "btn btn-default search-addon", type: "submit" }, index.h("i", { key: '8d38802aa0824fb490cd1a0dbbf6dcdd427fbfe3', class: "fa fa-search", "aria-hidden": "true" })))))))), index.h("div", { key: '771587b99f3960699ffc45ce4acf0a175d939927', innerHTML: this.htmlContent }), index.h("ul", { key: 'd27778cf9a8d561ebf6ba26a947bc0e94e9f66ee', class: "ui-autocomplete ui-front ui-menu ui-widget ui-widget-content ui-corner-all", id: "xv-search-suggestions", tabindex: "0", style: {
78045
+ return (index.h("div", { key: 'ac5ab8540ac572a2ee4a59c198ebd8d519e6322c', id: "nav-container", class: "xv-header" }, index.h("nav", { key: '7278ae8c72c00b9641579adae6f58857a35dc816', class: "navbar navbar-default navbar-fixed-top backend-force-relative" }, index.h("div", { key: '955c3f1e30fd6ebf8cfb30c6934b777c2051c10c', class: "container" }, index.h("div", { key: '22387ad1f758f832aca07eab59f6ec93130324c5', class: "row" }, index.h("div", { key: '140332e3a0d73c358563a803174f45f31caf5fa0', class: "col-sm-3 col-xs-3 col-xxs-4 no-padding-right" }, index.h("div", { key: '9c91d10abd086735cd58af6837c368f1616e023f', class: "navbar-header" }, index.h("button", { key: '3db833e9cb4802c9c2d58d616f6945de41e5535d', class: "btn btn-default navbar-toggle pull-left navbar-btn", "data-toggle": "collapse", "data-target": "#main-menu" }, index.h("i", { key: '6e6a094674f9cf631a7e68e99a9e7ac65181f2db', class: "fa fa-bars fa-lg", "aria-hidden": "true" })), index.h("div", { key: '6db7e39cb7465b0f4ebde9590405ff7c643fd705', class: "visible-xs-inline" }, index.h("a", { key: '29709a63271d4cbe603f59b70ef4f4e3f077895a', href: "https://www.crossvertise.com/", class: "navbar-brand" }, index.h("img", { key: 'eec4bd9df89413994628b61bd4062aa0949123b4', src: "https://www.crossvertise.com/ResourcePackages/Bootstrap/assets/dist/images/logo-small.svg", alt: "Crossvertise" }))), index.h("div", { key: '2b57687ccffad2ed55a71d6a29138242601276cd', class: "hidden-xs" }, index.h("a", { key: 'f9b8814ceaf2bbbbdb2eb67b4ec42e9b121084ef', href: "https://www.crossvertise.com/", class: "navbar-brand" }, index.h("img", { key: '3c95f61581d48c68cc956ddf336ab86edcc5ee2f', loading: "lazy", src: "https://www.crossvertise.com/ResourcePackages/Bootstrap/assets/dist/images/logo.svg", alt: "Crossvertise" }))))), index.h("div", { key: 'e3f531997774651dc01a659f25672dd772127bef', class: "col-sm-9 col-xs-9 col-xxs-8 no-padding-left" }, index.h("ul", { key: '362527551c76623b102f53646aad3cbe4cc7666d', class: "nav nav-pills nav-meta pull-right" }, ((_a = this.metaNav) === null || _a === void 0 ? void 0 : _a.ImpersonationInfo) && (index.h("li", { key: 'f29eec30670e57b295f5a87600a4a4ffc4d29202' }, index.h("div", { key: '169424973a4d067d69bb088bd79a70217c05cf20', class: "btn btn-link navbar-btn navbar-btn-cust hidden-xs", onClick: this.togglePopover }, index.h("i", { key: '11029d2a0703bdc7ee9bd3471681165e678e3904', class: "fa fa-user" }), index.h("i", { key: 'e01fed2d01dd581fef8f5307fa94d1a38a95dbc0', class: "fa fa-exchange-alt" })), index.h("div", { key: '63b5a9df6e63f48ae4e367c53e8926cde585f1ea', class: "popover popover-fixed fade bottom in", style: { "display": this.showPopover ? "block" : "none" } }, index.h("div", { key: '43867cbfd4ae23ed888a28fdc88100627310eb99', class: "arrow" }), index.h("h3", { key: 'bb33130af90640a4f407e39ca88c2bdace62728d', class: "popover-title" }, "Momentan ist die Kundenperspektive aktiviert f\u00FCr:"), index.h("div", { key: 'f61c8538466e82231e8df4be1e85838839cf6c3e', class: "popover-content" }, index.h("div", { key: '08bbc4ac14149d3ec2534082cdaabe11a3d246af', class: "row" }, index.h("div", { key: '9fb4e89beb9f230b5badf138d6db85cdf49cdfc6', class: "col-xs-12" }, index.h("table", { key: '0c08f50f519ac98fda6fce11e25f1d70f9edd7f8', class: "table-condensed" }, index.h("tbody", { key: '8be9d525efbc033e60d511d3daeeba1a2aea9dad' }, index.h("tr", { key: '1ea0964164eab8e534ef64ae52e151761d71b81b' }, index.h("td", { key: 'bd0aa38b576dd93edf560b4bf5f1b41f49345c86' }, index.h("span", { key: '98c92b03dd705cc5d46f493c68acf4221cfb762c' }, (_c = (_b = this.metaNav) === null || _b === void 0 ? void 0 : _b.ImpersonationInfo) === null || _c === void 0 ? void 0 : _c.NameAndTitle))), index.h("tr", { key: 'c5d24896917130772c18652889ca7034ecd29e72' }, index.h("td", { key: '2b600d0cab23f9e9e38c7ab11e6c6b64db51877c' }, index.h("span", { key: 'bf1d0666ea714b840e3c985f60e4b6302083af53' }, (_e = (_d = this.metaNav) === null || _d === void 0 ? void 0 : _d.ImpersonationInfo) === null || _e === void 0 ? void 0 : _e.CompanyName))), index.h("tr", { key: 'c152adbf5331c5c0f85f009779cb683865be4ce9' }, index.h("td", { key: '9324780f7d42c191f0c4ed6d235a15095262db6c' }, index.h("span", { key: '26e5b45cee4d80b4569c76a2e019b216a09a5725' }, (_g = (_f = this.metaNav) === null || _f === void 0 ? void 0 : _f.ImpersonationInfo) === null || _g === void 0 ? void 0 : _g.Email))), index.h("tr", { key: 'f5902d6035734470324e4d6df6adf1ee2ee9f634' }, index.h("td", { key: '262b1116ba7a33289500c5020b6c41ed69373156' }, index.h("span", { key: 'fbcfeb3f1d39472e8fddd80862a57984fed399e4' }, (_j = (_h = this.metaNav) === null || _h === void 0 ? void 0 : _h.ImpersonationInfo) === null || _j === void 0 ? void 0 : _j.PhoneOffice)))))))), index.h("div", { key: 'a52780c2719705ac4b499d7637875d67262edf0a', class: "row contact-contactform-container", id: "contact-contactform-container-nav" }, index.h("div", { key: 'bfe0888dc3e66e72385a5e8f3f1b8844829d05d5', class: "col-xs-12" }, index.h("a", { key: 'f1a7520e7259c5bb65544950aab0b8f411c877f1', class: "btn btn-primary btn-block", href: "/de-de/mycrossvertise/account/clearimpersonation" }, "Kundenperspektive verlassen")))))), index.h("li", { key: '9ed578aba244b01e7600ff67514c901d182194d8' }, index.h("a", { key: '0a3c4b4f8aa342b515a5d7af949183a3acac33c8', class: "btn btn-link navbar-btn hidden-xs", href: "#" }, "Kontakt"), index.h("a", { key: '5832b8b7b69d2302c1e9dc5846658c61b3686afa', href: "/contact", class: "btn btn-link navbar-btn hidden-xs", style: { display: 'none' } }, "Kontakt"), index.h("a", { key: '0c8aac7de52ab0eb28e3d25f6953dd411c21b456', class: "btn btn-default btn-link navbar-btn visible-xs hidden-xxs", href: "#" }, index.h("i", { key: 'cecd77402d3b3a3160c667356a8ee82137addf76', class: "fa fa-phone" }))), ((_k = this.metaNav) === null || _k === void 0 ? void 0 : _k.IsManager) && (index.h("li", { key: 'a7bd180f097d1341496a5b4f340aa08066428854', class: "dropdown" }, index.h("a", { key: '5ba6223123f32cab75c79786f202ee72c5de8db0', class: "dropdown-toggle btn navbar-btn btn-link", "data-toggle": "dropdown", role: "button", "data-container": "body", "aria-haspopup": "true", "aria-expanded": "false" }, index.h("i", { key: 'dc39be191f354aeac1b7fc9fe67df5d5d723c84e', class: "fas fa-bell fa-lg" }), index.h("span", { key: '6cf78fc3fcabe23d5f2eb23bd126808db066d9af', id: "notifications-count", class: "badge badge-success badge-top-right", style: { display: 'none' } })))), ((_l = this.metaNav) === null || _l === void 0 ? void 0 : _l.IsAuthenticated) && (index.h("li", { key: '12f4b0d3d87806b972e17484b1a12d011a90dcd0', class: "dropdown", id: "my-xv-menu" }, index.h("a", { key: '87ca967ba72fd8122b780430cdf7560d344eb90e', class: "dropdown-toggle btn navbar-btn btn-link", "data-toggle": "dropdown", role: "button", "data-container": "body", "aria-haspopup": "true", "aria-expanded": "false" }, index.h("i", { key: '9e5b68db85649a1dbba1638295d69c8707dce1b3', class: "fa fa-user fa-lg text-success", "aria-hidden": "true" }), "\u00A0", index.h("span", { key: '9138ca24b745304749098f478db06a71c5d5c4c4', class: "hidden-xs" }, (_m = this.metaNav) === null || _m === void 0 ? void 0 : _m.UserMenuText), "\u00A0", index.h("span", { key: '33e5c49c420a0b9bca1772e0b68fea37614683f3', class: "caret" })), index.h("ul", { key: '77fa4c1aba6a70bde530327ced36266feacb2b81', class: "dropdown-menu-left dropdown-menu navbar-myxv" }, ((_o = this.metaNav) === null || _o === void 0 ? void 0 : _o.IsManager) && (index.h("li", { key: '67c828422490e8a60550d0aaaecda83d38e667a8' }, index.h("a", { key: '87e30607de73a9586b6fd45db0b65421b311945a', onClick: () => this.toggleCockpitMenu() }, index.h("i", { key: 'f297c525fd18f9e6832434ca8a7fe7a83600e140', class: "fa fa-tachometer-alt fa-fw" }), "\u00A0Cockpitfunktionen \u00A0", index.h("i", { key: '73fd9c6da927b01c6ca3a959cee09fd4ccdc111f', class: "fa fa-caret-down" })))), this.isCockpitMenuExpanded && ((_q = (_p = this.metaNav) === null || _p === void 0 ? void 0 : _p.ManagerCockpitMenu) === null || _q === void 0 ? void 0 : _q.map(item => (index.h("li", { class: 'user-menu-item' }, index.h("a", { href: item.Url, target: item.Target || '_self' }, index.h("i", { class: item.CssClass }), "\u00A0\u00A0", item.Text))))), ((_r = this.metaNav) === null || _r === void 0 ? void 0 : _r.IsManager) && (index.h("li", { key: 'eb3d69b70dd9fd6c11e2e6ca16baf8c03f447b63' }, index.h("a", { key: '2940530becd55e17fdf7b49c50d591f20e741ca5', onClick: () => this.toggleEntitiesMenu() }, index.h("i", { key: 'e723d0042ff0591721fc7d7aeb8a39561fe1d902', class: "fa fa-cubes" }), "\u00A0Entit\u00E4ten \u00A0", index.h("i", { key: 'ab0c6585659cb19d86a2e960feaabb4362e5ce06', class: "fa fa-caret-down" })))), this.isEntitiesMenuExpanded && ((_t = (_s = this.metaNav) === null || _s === void 0 ? void 0 : _s.ManagerEntitiesMenu) === null || _t === void 0 ? void 0 : _t.map(item => (index.h("li", { class: 'user-menu-item' }, index.h("a", { href: item.Url, target: item.Target || '_self' }, index.h("i", { class: item.CssClass }), item.Text))))), (_v = (_u = this.metaNav) === null || _u === void 0 ? void 0 : _u.ManagerMenu) === null || _v === void 0 ? void 0 :
78046
+ _v.map(item => (index.h("li", null, index.h("a", { href: item.Url, target: item.Target || '_self' }, index.h("i", { class: item.CssClass }), "\u00A0", item.Text)))), ((_w = this.metaNav) === null || _w === void 0 ? void 0 : _w.IsManager) && (index.h("li", { key: 'bcda502ffeb35d839f990bb20dba6a87b327448d', role: "separator", class: "divider" })), ((_x = this.metaNav) === null || _x === void 0 ? void 0 : _x.IsManager) && (index.h("li", { key: 'eb60e547efa4f88c177c8e9591fc28132531f298' }, index.h("a", { key: 'f7901f6d7333795dd3c05d90931d4b869d2ae122', onClick: () => this.toggleUserMenu() }, index.h("i", { key: 'fef7199e53cb81747188f24f9657ed9cdc0bab2b', class: "fa fa-user" }), "\u00A0Mein Crossvertise \u00A0", index.h("span", { key: 'f21a94142954e8b7c898925fb53a5a1ffc683ab4', class: "badge" }, (_y = this.metaNav) === null || _y === void 0 ? void 0 : _y.PendingItems), index.h("i", { key: '47291adb682ccff5055c5631115a91d81bc2c9d7', class: "fa fa-caret-down" })))), this.isUserMenuExpanded && ((_0 = (_z = this.metaNav) === null || _z === void 0 ? void 0 : _z.UserMenu) === null || _0 === void 0 ? void 0 : _0.map(item => (index.h("li", { class: 'user-menu-item' }, index.h("a", { href: item.Url, target: item.Target || '_self' }, index.h("i", { class: item.CssClass }), item.Text, "\u00A0", item.BadgeText && (index.h("span", { class: "badge" }, item.BadgeText))))))), ((_2 = (_1 = this.metaNav) === null || _1 === void 0 ? void 0 : _1.ImpersonationInfo) === null || _2 === void 0 ? void 0 : _2.isImpersonated) && (index.h("li", { key: '26d30240826d6fff7c573f45ff91299876ffaae7', class: 'user-menu-item' }, index.h("a", { key: '737532f7e0451cc7d61af24a24350c7dc9fc8521', href: (_4 = (_3 = this.metaNav) === null || _3 === void 0 ? void 0 : _3.ImpersonationInfo) === null || _4 === void 0 ? void 0 : _4.ClearImpersonationUrl }, index.h("i", { key: '08a5dcdc4a9f4a8e7387cc11b1f1b292c07cceae', class: "fa fa-exchange-alt" }), "Kundenperspektive verlassen"))), ((_5 = this.metaNav) === null || _5 === void 0 ? void 0 : _5.IsManager) && (index.h("li", { key: '727100ca5c10111a333625b12a140a5b3307c151', role: "separator", class: "divider" })), (_7 = (_6 = this.metaNav) === null || _6 === void 0 ? void 0 : _6.ActionsMenu) === null || _7 === void 0 ? void 0 :
78047
+ _7.map(item => (index.h("li", null, index.h("a", { href: item.Url, target: item.Target || '_self' }, index.h("i", { class: item.CssClass }), item.Text)))), index.h("li", { key: 'a532cad8132e89e37cd7cacebef0722fb414d47f' }, index.h("a", { key: '0fe90286367e167d89835d8a6dd854e2cff57548', href: "/de-de/mycrossvertise/account/logoff?returnUrl=/" }, index.h("i", { key: '1d2f654856f0d92980c23ad74eed4d9c01447973', class: "fa fa-sign-out-alt fa-fw", "aria-hidden": "true" }), "Logout"))))), index.h("li", { key: 'e2dd0ad580900a2f1b79c0759ca1f2c96af24e66', class: "visible-sm-block visible-xs-block hidden-xxs" }, index.h("a", { key: 'f2e58f3613ea961fed80d618a0266bc23beed726', class: "btn btn-default navbar-btn btn-link", "data-toggle": "collapse", "data-target": "#search-collapse" }, index.h("i", { key: '20266c2be2b2a663bc5b958d2b2f6a9b673a2617', class: "fa fa-search", "aria-hidden": "true" }))), !((_8 = this.metaNav) === null || _8 === void 0 ? void 0 : _8.IsAuthenticated) && (index.h("li", { key: '8ad31eb85e8973e7883b3a4cb0ff851ed6f8b692', class: "hidden-md hidden-lg" }, index.h("a", { key: '39d62356a69b522489ebc0b3643b700921ed8053', class: "btn btn-default navbar-btn btn-link mob-login", href: "/de-de/mycrossvertise/account/logon" }, index.h("i", { key: '01d5ab062c5781fe541532f7514d33cfb79e937f', class: "fa fa-user fa-lg", "aria-hidden": "true" })))), index.h("xv-login-modal", { key: 'ee55526aa5eec8d83fad390251a47031a6784839', visible: this.showLoginModal, onClose: this.closeLoginModal }), !((_9 = this.metaNav) === null || _9 === void 0 ? void 0 : _9.IsAuthenticated) && (index.h("li", { key: '4590fa557ec1653a6d9b5a6a224be09c8384a9a2', class: "hidden-xs hidden-sm" }, index.h("a", { key: 'b975ca963fde187d094932a997b92eaa3be7aa7b', role: "button", onClick: this.openLoginModal, class: "btn btn-default navbar-btn btn-link" }, index.h("i", { key: '733fdd8facb5fbb11379b387e854743def9919c0', class: "fa fa-user fa-lg", "aria-hidden": "true" }), index.h("span", { key: '6a7af8fda262b425d4f1a284f770fdfb0817f32e', class: "padding-sm-left" }, "Login")))), !((_10 = this.metaNav) === null || _10 === void 0 ? void 0 : _10.IsAuthenticated) && (index.h("li", { key: '703609804d1f4c17527db1baacf3f4ce0537b2a6', class: "hidden-xs" }, index.h("a", { key: 'b95dc6461816429035de81e6b70e014efa93e428', class: "btn btn-default navbar-btn btn-link", href: "/de-de/mycrossvertise/account/register" }, index.h("span", { key: '1f780812a8a1506448c5c59ee3dfc27f6f353ab4' }, "Registrieren")))), index.h("li", { key: '8a4988a9801c5771b26306a83f704471728b7936', class: "navbar-divider hidden-xs" }), index.h("li", { key: 'f824616d840290dc08d542b8e6ba8438097aa1c2' }, index.h("a", { key: '4300f2d33f86c4155e58cbf1be334312270cb3fe', class: "btn btn-success navbar-btn", href: "/angular/shopping-cart" }, index.h("span", { key: 'a4f2a6d27ba1040c8890b323a28a759bc77225d5', class: "xv-font-icon-warenkorb fa-lg fa-fw", "aria-hidden": "true" }), index.h("span", { key: '8a5ae8e82f042c1bfc31ead49b452445dc5d8aef', class: "hidden-xs hidden-sm" }, "\u00A0Warenkorb\u00A0"), index.h("span", { key: 'd616dd02dde0a0c02e6c4a889c33c0d6b852a40f', class: "badge badge-success" }, ((_12 = (_11 = this.metaNav) === null || _11 === void 0 ? void 0 : _11.Cart) === null || _12 === void 0 ? void 0 : _12.NumberOfItems) || 0))))))), index.h("div", { key: '2a240df391c038a1171ff45de84864217e636471', class: "collapse hidden-md hidden-lg", id: "search-collapse" }, index.h("div", { key: '3b3aed19df1154fab8243e4f4381741db74353bd', class: "container" }, index.h("form", { key: 'fc964ea660a1b8f4240264c1c3dd9987af856224', action: "/de-de/media/search", class: "navbar-form", method: "get", role: "search" }, index.h("div", { key: '8c5bd58cf70cefb2252675a2931d956e6f588123', class: "input-group" }, index.h("input", { key: '200823c85d7abf4d5eb2c507a47786d04377c6b8', class: "form-control", name: "Q", placeholder: "Suche", type: "text", autocomplete: "off" }), index.h("span", { key: '39f0760ba3c5f9a4ddedcebaeb55db484a9d43ef', class: "input-group-btn force-full-width" }, index.h("button", { key: 'f4403ce2827e29caeff209f863f3686545f0c4d4', class: "btn btn-default search-addon", type: "submit" }, index.h("i", { key: 'fa9b70070f4251cb2cb6726d87190a0809245516', class: "fa fa-search", "aria-hidden": "true" })))))))), index.h("div", { key: 'dd74bb17a34ae9371c7ec3910e86e624aab29c7f', innerHTML: this.htmlContent }), index.h("ul", { key: '67abfa5c5f48398eb73eeb6325a927d26f5e367d', class: "ui-autocomplete ui-front ui-menu ui-widget ui-widget-content ui-corner-all", id: "xv-search-suggestions", tabindex: "0", style: {
78048
78048
  width: `${(_13 = this.listPosition) === null || _13 === void 0 ? void 0 : _13.width}px`,
78049
78049
  top: `${(_14 = this.listPosition) === null || _14 === void 0 ? void 0 : _14.top}px`,
78050
78050
  left: `${(_15 = this.listPosition) === null || _15 === void 0 ? void 0 : _15.left}px`,
@@ -78060,7 +78060,7 @@ const XvHeader = class {
78060
78060
  };
78061
78061
  XvHeader.style = xvHeaderCss;
78062
78062
 
78063
- const xvLinkCss = ".xv-tooltip[role=tooltip]{position:absolute;background-color:var(--background-inverse, #333333);color:var(--text-on-color);padding:var(--spacing-03) var(--spacing-04);border-radius:3px;font-size:var(--fz-sm);z-index:999;min-width:min(150px, 90vw);max-width:min(400px, 90vw)}.xv-tooltip[role=tooltip]::after{content:\"\";position:absolute;width:0;height:0;border-style:solid}.xv-tooltip[role=tooltip][data-popper-placement=top]::after{bottom:-5px;left:50%;transform:translateX(-50%);border-width:5px 5px 0 5px;border-color:var(--background-inverse, black) transparent transparent transparent}.xv-tooltip[role=tooltip][data-popper-placement=top-start]::after{bottom:-5px;left:12px;border-width:5px 5px 0 5px;border-color:var(--background-inverse, black) transparent transparent transparent}.xv-tooltip[role=tooltip][data-popper-placement=top-end]::after{bottom:-5px;right:12px;border-width:5px 5px 0 5px;border-color:var(--background-inverse, black) transparent transparent transparent}.xv-tooltip[role=tooltip][data-popper-placement=bottom]::after{top:-5px;left:50%;transform:translateX(-50%);border-width:0 5px 5px 5px;border-color:transparent transparent var(--background-inverse, black) transparent}.xv-tooltip[role=tooltip][data-popper-placement=bottom-start]::after{top:-5px;left:12px;border-width:0 5px 5px 5px;border-color:transparent transparent var(--background-inverse, black) transparent}.xv-tooltip[role=tooltip][data-popper-placement=bottom-end]::after{top:-5px;right:12px;border-width:0 5px 5px 5px;border-color:transparent transparent var(--background-inverse, black) transparent}.xv-tooltip[role=tooltip][data-popper-placement=left]::after{top:50%;right:-5px;transform:translateY(-50%);border-width:5px 0 5px 5px;border-color:transparent transparent transparent var(--background-inverse, black)}.xv-tooltip[role=tooltip][data-popper-placement=left-start]::after{top:12px;right:-5px;border-width:5px 0 5px 5px;border-color:transparent transparent transparent var(--background-inverse, black)}.xv-tooltip[role=tooltip][data-popper-placement=left-end]::after{bottom:12px;right:-5px;border-width:5px 0 5px 5px;border-color:transparent transparent transparent var(--background-inverse, black)}.xv-tooltip[role=tooltip][data-popper-placement=right]::after{top:50%;left:-5px;transform:translateY(-50%);border-width:5px 5px 5px 0;border-color:transparent var(--background-inverse, black) transparent transparent}.xv-tooltip[role=tooltip][data-popper-placement=right-start]::after{top:12px;left:-5px;border-width:5px 5px 5px 0;border-color:transparent var(--background-inverse, black) transparent transparent}.xv-tooltip[role=tooltip][data-popper-placement=right-end]::after{bottom:12px;left:-5px;border-width:5px 5px 5px 0;border-color:transparent var(--background-inverse, black) transparent transparent}:host{font-family:var(--ff-body, inherit)}:host(.xv-link_inline){display:inline-block}:host(.xv-link_inline) .xv-link{text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}:host(.xv-link_standalone){display:block}:host(.xv-link_standalone) .xv-link{display:block;text-decoration-line:none}:host(.xv-link_ghost) .xv-link{display:contents;color:inherit;text-decoration:none}.xv-link{display:inline-flex;gap:8px;align-items:center;color:var(--link-primary);font-family:var(--ff-body);font-style:normal;font-weight:400;transition:color 200ms ease-in-out}.xv-link:active{color:var(--text-primary)}.xv-link:visited{color:var(--link-visted)}.xv-link:hover{color:var(--link-primary-hover);cursor:pointer}.xv-link:disabled,.xv-link_disabled,.xv-link::part(disabled){color:var(--text-disabled);pointer-events:none;cursor:initial}.xv-link.sm{font-size:var(--fz-sm);line-height:137.5%}.xv-link.md{font-size:var(--fz-md);line-height:128.571%}.xv-link.lg{font-size:var(--fz-lg);line-height:133.333%}";
78063
+ const xvLinkCss = ".xv-tooltip[role=tooltip]{position:absolute;background-color:var(--background-inverse, #333333);color:var(--text-on-color);padding:var(--spacing-03) var(--spacing-04);border-radius:3px;font-size:var(--fz-sm);z-index:999;min-width:min(150px, 90vw);max-width:min(400px, 90vw)}.xv-tooltip[role=tooltip]::after{content:\"\";position:absolute;width:0;height:0;border-style:solid}.xv-tooltip[role=tooltip][data-popper-placement=top]::after{bottom:-5px;left:50%;transform:translateX(-50%);border-width:5px 5px 0 5px;border-color:var(--background-inverse, black) transparent transparent transparent}.xv-tooltip[role=tooltip][data-popper-placement=top-start]::after{bottom:-5px;left:12px;border-width:5px 5px 0 5px;border-color:var(--background-inverse, black) transparent transparent transparent}.xv-tooltip[role=tooltip][data-popper-placement=top-end]::after{bottom:-5px;right:12px;border-width:5px 5px 0 5px;border-color:var(--background-inverse, black) transparent transparent transparent}.xv-tooltip[role=tooltip][data-popper-placement=bottom]::after{top:-5px;left:50%;transform:translateX(-50%);border-width:0 5px 5px 5px;border-color:transparent transparent var(--background-inverse, black) transparent}.xv-tooltip[role=tooltip][data-popper-placement=bottom-start]::after{top:-5px;left:12px;border-width:0 5px 5px 5px;border-color:transparent transparent var(--background-inverse, black) transparent}.xv-tooltip[role=tooltip][data-popper-placement=bottom-end]::after{top:-5px;right:12px;border-width:0 5px 5px 5px;border-color:transparent transparent var(--background-inverse, black) transparent}.xv-tooltip[role=tooltip][data-popper-placement=left]::after{top:50%;right:-5px;transform:translateY(-50%);border-width:5px 0 5px 5px;border-color:transparent transparent transparent var(--background-inverse, black)}.xv-tooltip[role=tooltip][data-popper-placement=left-start]::after{top:12px;right:-5px;border-width:5px 0 5px 5px;border-color:transparent transparent transparent var(--background-inverse, black)}.xv-tooltip[role=tooltip][data-popper-placement=left-end]::after{bottom:12px;right:-5px;border-width:5px 0 5px 5px;border-color:transparent transparent transparent var(--background-inverse, black)}.xv-tooltip[role=tooltip][data-popper-placement=right]::after{top:50%;left:-5px;transform:translateY(-50%);border-width:5px 5px 5px 0;border-color:transparent var(--background-inverse, black) transparent transparent}.xv-tooltip[role=tooltip][data-popper-placement=right-start]::after{top:12px;left:-5px;border-width:5px 5px 5px 0;border-color:transparent var(--background-inverse, black) transparent transparent}.xv-tooltip[role=tooltip][data-popper-placement=right-end]::after{bottom:12px;left:-5px;border-width:5px 5px 5px 0;border-color:transparent var(--background-inverse, black) transparent transparent}:host{font-family:var(--ff-body, inherit)}:host(.xv-link_inline){display:inline-block;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}:host(.xv-link_standalone){display:block}:host(.xv-link_standalone:hover),:host(.xv-link_standalone:focus),:host(.xv-link_standalone:active){text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}:host(.xv-link_ghost) .xv-link{color:inherit}:host(.disabled){text-decoration:none !important}.xv-link{display:contents;gap:8px;align-items:center;color:var(--link-primary);font-family:var(--ff-body);font-style:normal;font-weight:400;transition:color 200ms ease-in-out;text-decoration:none}.xv-link:active{color:var(--text-primary)}.xv-link:visited{color:var(--link-visited)}.xv-link:hover{color:var(--link-primary-hover);cursor:pointer}.xv-link:disabled,.xv-link_disabled,.xv-link::part(disabled){color:var(--text-disabled);pointer-events:none;cursor:initial}.xv-link:focus{outline:1px solid var(--focus);outline-offset:1px}.xv-link.sm{font-size:var(--fz-sm);line-height:137.5%}.xv-link.md{font-size:var(--fz-md);line-height:128.571%}.xv-link.lg{font-size:var(--fz-lg);line-height:133.333%}";
78064
78064
 
78065
78065
  const XvLink = class {
78066
78066
  constructor(hostRef) {
@@ -78076,7 +78076,7 @@ const XvLink = class {
78076
78076
  e.stopPropagation();
78077
78077
  }
78078
78078
  render() {
78079
- return (index.h(index.Host, { key: '9fd6c22071dba548a00a8ea1c73f830b366c6d6b', class: `xv-link_${this.variant}` }, index.h("a", { key: 'ff4351ffd4ca0a7aad5f7743ccacd72381273333', href: this.href, onClick: this.preventLinkHandler.bind(this), class: `xv-link ${this.disabled ? 'xv-link_disabled' : ''} ${this.size}`, target: this.target }, index.h("slot", { key: '3d0d9059134c999541ed0a8dd5718ee0e56b6a0f', name: "icon-left" }), index.h("slot", { key: '1330115682c61fa1bb0833098e35118eda7dbbd4' }), index.h("slot", { key: '5b8d9d7fbc617688f4154a1e46c5298abb7e3a07', name: "icon-right" }))));
78079
+ return (index.h(index.Host, { key: '665497b358e7f87f58c1a85600f767d4386915b4', class: { [`xv-link_${this.variant}`]: true, disabled: !!this.disabled } }, index.h("a", { key: '2af50daaf341b95fefc9e2421fdff3600e588ad5', href: this.href, onClick: this.preventLinkHandler.bind(this), class: `xv-link ${this.disabled ? 'xv-link_disabled' : ''} ${this.size}`, target: this.target }, index.h("slot", { key: '7b305021247807c23c4ff61907d57053780e9f4b', name: "icon-left" }), index.h("slot", { key: '1c2ae94ea4dfe8b685bad6aad6e4b2ed818738f4' }), index.h("slot", { key: '924a2ef498cba34ca379ec6d1382600dc4745779', name: "icon-right" }))));
78080
78080
  }
78081
78081
  };
78082
78082
  XvLink.style = xvLinkCss;
@@ -78203,7 +78203,7 @@ const XvLoginModal = class {
78203
78203
  renderPasswordLogin() {
78204
78204
  if (!this.passwordLoginEnabled)
78205
78205
  return null;
78206
- return (index.h("label", { class: "pull-right spacer" }, index.h("a", { href: "/de-de/mycrossvertise/account/lostpassword", target: "_blank", rel: "noopener" }, "Passwort vergessen?")));
78206
+ return (index.h("label", { class: "pull-right spacer" }, index.h("a", { href: "/de-de/mycrossvertise/account/lostpassword" }, "Passwort vergessen?")));
78207
78207
  }
78208
78208
  renderOAuthProviders() {
78209
78209
  if (!this.oauthLoginEnabled)
@@ -78285,7 +78285,7 @@ const XvModal = class {
78285
78285
  }
78286
78286
  render() {
78287
78287
  var _a;
78288
- return (index.h(index.Host, { key: '8af9d73964b4bae060163a39229e101e964456e4', role: "dialog", size: this.size, id: this.el.id }, index.h("slot", { key: '323d6ef5da467a6a587ecdeb4132e8cb4e722e9a', name: "trigger", onSlotchange: this.setupTrigger }), index.h("div", { key: 'e22a408a2f36ef8c2eda08c61b1a95a1ade54f4f', class: { backdrop: true }, onClick: this.onBackdropClick }, index.h("div", { key: '8b7090322bc35f41da5aaf9dac992b044646024c', class: "modal" }, index.h("button", { key: 'f4f1add56baf9c9674ab36e22d589d2781306349', class: "modal_close", onClick: this.closeModal.bind(this) }, "\u00D7"), index.h("div", { key: 'c73ae92b53a2394486e1eb32434b93e2c093220e', class: "modal_header" }, index.h("slot", { key: '214beaf6a40e29c7932ed6be03fd0f9c3b42ec08', name: "header" }, ((_a = this.el) === null || _a === void 0 ? void 0 : _a.title) && index.h("h5", { key: '9d081101199b33dc3e5e855943da66df98e35121', class: "modal_header__title" }, this.el.title))), index.h("div", { key: '149e06546052145b4a5905c3f9be0e92fc1bfa0c', class: { 'modal_content': true, overflow: this.overflow } }, index.h("slot", { key: '24364daa353226469153bfcf27ad3fc44b663ab5' })), index.h("div", { key: '1ff63e807366fb81ee38715dd3f33cee7c6a1a48', class: "modal_footer" }, index.h("slot", { key: 'dd4061d3594bda60cf25d063b2a8cf230ddfbfa9', name: "footer" })), !!this.loading && (index.h("div", { key: '6091e43d084514e6227a4c0ffa1c6577524f44f6', class: "loading" }, index.h("xv-loader-v2", { key: 'bed30813d6b39340d8b396f3092ed62b1b4d7a07', size: SIZE_VAR.LG })))))));
78288
+ return (index.h(index.Host, { key: '955e4ea0026b0fdb556faf32c052c130f1f0607a', role: "dialog", size: this.size, id: this.el.id }, index.h("slot", { key: '711de0fcd94f5a9741db426c14a44111205064a2', name: "trigger", onSlotchange: this.setupTrigger }), index.h("div", { key: 'f99ad60faac1d2ec99046867e19c906d4cd77331', class: { backdrop: true }, onClick: this.onBackdropClick }, index.h("div", { key: 'd839b8e06067b7234d47538a194b0df64a382c37', class: "modal" }, index.h("button", { key: '18a399a8c385685df82c8efe5a77463855cc8c98', class: "modal_close", onClick: this.closeModal.bind(this) }, "\u00D7"), index.h("div", { key: 'de556e7fe987e34895a2f67c603af97d059a1f62', class: "modal_header" }, index.h("slot", { key: '6a293df642c3345cc96c2cdbce019794fc9383c1', name: "header" }, ((_a = this.el) === null || _a === void 0 ? void 0 : _a.title) && index.h("h5", { key: '2c8ba4d6c926fddbccb36a2c399afc4e7857d202', class: "modal_header__title" }, this.el.title))), index.h("div", { key: '37a6b3994d66b7f79d23ac321247c5cfd757ce62', class: { 'modal_content': true, overflow: this.overflow } }, index.h("slot", { key: '64d73fb4cbeaab5d508fd68cc57567c55f52b631' })), index.h("div", { key: '32656ac7856f1bf28b1ca53c6d3b258bc63b8ccc', class: "modal_footer" }, index.h("slot", { key: 'b65e9970deb0ac5ae66146cee88ac123dbf6e02b', name: "footer" })), !!this.loading && (index.h("div", { key: '89d85d07841b71def836f8f0996288616dfe1f37', class: "loading" }, index.h("xv-loader-v2", { key: 'ae8b8ef2a404777274e04a94a66df48e8938f307', size: SIZE_VAR.LG })))))));
78289
78289
  }
78290
78290
  disconnectedCallback() {
78291
78291
  this.removeTriggerListener();
@@ -78331,7 +78331,7 @@ const XvNotification = class {
78331
78331
  };
78332
78332
  }
78333
78333
  render() {
78334
- return (index.h(index.Host, { key: '1a6dbc471ecbf495bb9921f471dd6ffdd3014060', class: "xv-notification", type: this.variant }, this.renderIcon(this.variant), index.h("div", { key: '20bbe937ca59c726a2762922b20351baab0b5006', class: "content" }, index.h("div", { key: '366ce72c33f5b73dcc00327847b57c46e03de87e', class: "content_wrapper" }, this.el.title && index.h("h5", { key: '4505e52eeb5685b31604c310d15d0769a2512a59', class: "content_title" }, this.el.title), index.h("slot", { key: '76f7e2a875961c43da738a71fa4994c3c0a3a813' })), index.h("slot", { key: '6dc31ec649d0e917268e6889042a99d09907dadc', name: "footer" })), this.dismissible && index.h("button", { key: '0e72771f16637148fcbfba5583c7273eb4214153', class: "close", onClick: this.closeHandle })));
78334
+ return (index.h(index.Host, { key: '6a53f8a56a88dc740ef8248c869cf796f441b015', class: "xv-notification", type: this.variant }, this.renderIcon(this.variant), index.h("div", { key: 'd9e7f8b233d2737449d793c633b34b8553a1ac0d', class: "content" }, index.h("div", { key: 'de6c6d2602296dfe772e32e883e5454b9a118e5d', class: "content_wrapper" }, this.el.title && index.h("h5", { key: '3c3ff5fee090d68174bf85056de1e625a48de158', class: "content_title" }, this.el.title), index.h("slot", { key: '9f1ec56aadc8dd7541d5ca4c2c86a3fe1d6f2359' })), index.h("slot", { key: '5cbf8639e2b835e3e3a4ec17a46df1a96cb9c8e8', name: "footer" })), this.dismissible && index.h("button", { key: '8396b24f57bdcd3a4710667078d10e5ea3d93476', class: "close", onClick: this.closeHandle })));
78335
78335
  }
78336
78336
  static get assetsDirs() { return ["xv-notification/icons"]; }
78337
78337
  get el() { return index.getElement(this); }
@@ -78381,12 +78381,12 @@ const XvNumberInput = class {
78381
78381
  this.valueChange.emit(this.value);
78382
78382
  }
78383
78383
  render() {
78384
- return (index.h(index.Host, { key: 'fb843d1126d7cc0b0d9f9cd4971290088e26650c', class: { disabled: !!this.disabled } }, index.h("label", { key: '4bc7d0611649abdba69fdc7944adb64c451c1213', class: "control" }, this.label && index.h("span", { key: '60d067cfe9bb45d75cfb6a701d954ebf047f6a1c', class: "control_label" }, this.label), index.h("div", { key: '91d4f4a1c7b31caa2f63b84708b7494c99302d7e', class: {
78384
+ return (index.h(index.Host, { key: '4332de45f87d2a03cea952dbeb6b00d22fe42d33', class: { disabled: !!this.disabled } }, index.h("label", { key: '6434c0d769aad4b9f1525e2f083ef92b6e6fe911', class: "control" }, this.label && index.h("span", { key: 'b7bbf9016f18ab23edc16920c3a46ce6b627869c', class: "control_label" }, this.label), index.h("div", { key: '7177e1f3da02ab4c6ed96107abede4cc118a92b7', class: {
78385
78385
  'control_input': true,
78386
78386
  readonly: !!this.readonly,
78387
78387
  error: !!this.error,
78388
78388
  warning: !!this.warning
78389
- } }, index.h("input", { key: 'a5ee5c5706184333117a10366aff41a2de5a8f56', type: "number", placeholder: this.placeholder, disabled: this.disabled, readonly: this.readonly, onInput: this.handleInput, name: this.name, min: this.min, max: this.max, step: this.step, value: this.value }), index.h("div", { key: '5348367e7e6e33a0433122055f23c6fcd934ad6e', class: "control_input__icons" }, this.loading ? (index.h("xv-loader-v2", { size: SIZE_VAR.XS })) : !!this.error ? (index.h("span", { class: "status-icon error", "aria-hidden": "true" }, "!")) : !!this.warning ? (index.h("span", { class: "status-icon warning", "aria-hidden": "true" }, "\u26A0")) : null, index.h("xv-button-v2", { key: 'cc6aa33287bf94f4bf6070db679172aa648fac1b', size: this.size, variant: "ghost", disabled: this.disabled || this.readonly, onClick: this.decrement, "aria-label": "Decrease" }, index.h("span", { key: '9acd7c8b341a0a42ca1cff0d6e9961ae27cf185a', slot: "icon-left", class: "status-icon" }, "\u2212")), index.h("hr", { key: 'd293ecc41b3aa41d9ce9901d608e528097fd586c' }), index.h("xv-button-v2", { key: '11347ff040f6d944e3d7a2a29a5bd00efe45ce1c', size: this.size, variant: "ghost", disabled: this.disabled || this.readonly, onClick: this.increment, "aria-label": "Increase" }, index.h("span", { key: '4dec3d194b4098ebd9e0292a68b4a7841b270b6c', slot: "icon-left", class: "status-icon" }, "+"))))), this.helper && index.h("p", { key: 'a0e1d480c9143f4ffd675c27d00611a538a7769c', class: "message" }, this.helper), typeof this.error === 'string' ? (index.h("p", { class: "message error" }, this.error)) : typeof this.warning === 'string' ? (index.h("p", { class: "message warning" }, this.warning)) : null));
78389
+ } }, index.h("input", { key: '411229455bf9c4ae5e28881fc0a54763ca000510', type: "number", placeholder: this.placeholder, disabled: this.disabled, readonly: this.readonly, onInput: this.handleInput, name: this.name, min: this.min, max: this.max, step: this.step, value: this.value }), index.h("div", { key: 'a7ad551b617b3ae31a2651a00d530dcbfa1fdd3c', class: "control_input__icons" }, this.loading ? (index.h("xv-loader-v2", { size: SIZE_VAR.XS })) : !!this.error ? (index.h("span", { class: "status-icon error", "aria-hidden": "true" }, "!")) : !!this.warning ? (index.h("span", { class: "status-icon warning", "aria-hidden": "true" }, "\u26A0")) : null, index.h("xv-button-v2", { key: 'eb68dd2c86b1ce6d33bb69924ce9f584a5196a48', size: this.size, variant: "ghost", disabled: this.disabled || this.readonly, onClick: this.decrement, "aria-label": "Decrease" }, index.h("span", { key: 'fc0d691ef1abaf67168f8a1da3e78914a632bed8', slot: "icon-left", class: "status-icon" }, "\u2212")), index.h("hr", { key: '883f4fd51d869839579dcc816ebba2268c8fa845' }), index.h("xv-button-v2", { key: '3aec4fcce95d314009f15226f9004d5932623d3d', size: this.size, variant: "ghost", disabled: this.disabled || this.readonly, onClick: this.increment, "aria-label": "Increase" }, index.h("span", { key: '3a5340385b28adfb61eccc89b67b34f0231dc721', slot: "icon-left", class: "status-icon" }, "+"))))), this.helper && index.h("p", { key: '9a4dc9943b1e7065cc7779cfb063e10ecfe48742', class: "message" }, this.helper), typeof this.error === 'string' ? (index.h("p", { class: "message error" }, this.error)) : typeof this.warning === 'string' ? (index.h("p", { class: "message warning" }, this.warning)) : null));
78390
78390
  }
78391
78391
  static get formAssociated() { return true; }
78392
78392
  };
@@ -78444,8 +78444,8 @@ const XvOverflowMenu = class {
78444
78444
  }
78445
78445
  }
78446
78446
  render() {
78447
- const button = (index.h("button", { key: '26f5dae60c8027a7b6bbf77a9a00e826d0c1217f', class: { btn: true, open: this.open }, onClick: this.onOpenToggle, disabled: this.disabled }, index.h("slot", { key: 'c2d6ed0d818d0326beccb808ddf487d5fc7b0947', name: "trigger" }, index.h("svg", { key: '634d60e7ff566146897e17f7b4c8ffa886c8b20a', xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 128 512" }, index.h("path", { key: '4cba03314376b7001735e87b22eb993c6ead7b3c', d: "M64 368a48 48 0 1 0 0 96 48 48 0 1 0 0-96zm0-160a48 48 0 1 0 0 96 48 48 0 1 0 0-96zM112 96A48 48 0 1 0 16 96a48 48 0 1 0 96 0z" })))));
78448
- return (index.h(index.Host, { key: 'e62f620afcfae5d8ef62e3c6098410eb5c662f25', class: "xv-overflow-menu", size: this.size, role: "menu", tabindex: -1 }, this.tooltip ? index.h("xv-tooltip-v2", { message: this.tooltip }, button) : button, index.h("div", { key: '2eeb9b41fc1db6330a1ed76fee66f93fce1b4a4f', class: { list: true, open: this.open, [`position-${this.position}`]: true } }, index.h("slot", { key: 'dc35c0bbeb1b9525c0a4c3ae08a04b2225b03228' }))));
78447
+ const button = (index.h("button", { key: '1f5a03f0edb10bf440c56453b352ff8166c3dd8a', class: { btn: true, open: this.open }, onClick: this.onOpenToggle, disabled: this.disabled }, index.h("slot", { key: '0a26080eaa1210e9b5d5322cc30ea6848de0c08d', name: "trigger" }, index.h("svg", { key: '3482d1306c2d5040354d58300bad8d42e2f6b044', xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 128 512" }, index.h("path", { key: 'c2c9b5a299ea6b19d55b8636c0f35bbbd0fcba11', d: "M64 368a48 48 0 1 0 0 96 48 48 0 1 0 0-96zm0-160a48 48 0 1 0 0 96 48 48 0 1 0 0-96zM112 96A48 48 0 1 0 16 96a48 48 0 1 0 96 0z" })))));
78448
+ return (index.h(index.Host, { key: '7a8649dd7246da951efc169e24f1f9bc393a0666', class: "xv-overflow-menu", size: this.size, role: "menu", tabindex: -1 }, this.tooltip ? index.h("xv-tooltip-v2", { message: this.tooltip }, button) : button, index.h("div", { key: 'd67cddd3034495d829f71e25faeac7ce807d1c17', class: { list: true, open: this.open, [`position-${this.position}`]: true } }, index.h("slot", { key: 'e2896b9dadb5f8ac596ef1f7f2528f24a67fe45d' }))));
78449
78449
  }
78450
78450
  componentDidLoad() {
78451
78451
  this.openChangeHandle();
@@ -78481,7 +78481,7 @@ const XvOverflowMenuItem = class {
78481
78481
  this.itemClick.emit({ event, value: this.value });
78482
78482
  }
78483
78483
  render() {
78484
- return (index.h(index.Host, { key: '52b73576a826793034adf40e21ec6b1b3924723e', class: "xv-overflow-menu-item", role: "menuitem", disabled: this.disabled }, index.h("slot", { key: '2442735c71751258ad71cda4f3666005aefe39f2' })));
78484
+ return (index.h(index.Host, { key: '65fc2c397df35bf70e20ba175f02a331f23926dc', class: "xv-overflow-menu-item", role: "menuitem", disabled: this.disabled }, index.h("slot", { key: 'aa60dca9ee4c5c468cc92d4cc7706ea2751dbb33' })));
78485
78485
  }
78486
78486
  };
78487
78487
  XvOverflowMenuItem.style = xvOverflowMenuItemCss;
@@ -78552,7 +78552,7 @@ const XvPagination = class {
78552
78552
  this.pageChange.emit({ page: this.page, itemsPerPage: this.itemsPerPage });
78553
78553
  }
78554
78554
  render() {
78555
- return (index.h(index.Host, { key: '4a169f44bdb77a4fe600a63ed4f4efcca8a1eb9a', class: { block: this.block, [this.variant]: !!this.variant, [this.size]: !!this.size } }, this.variant === 'full' && (index.h("div", { key: '07841d36259a55c14ca31c5cf75ee242672bb5cb', class: "block" }, index.h("select", { key: '9c08d0fe75125aa7603817139dd1a193e846648a', class: "options-select", name: "options", onChange: this.handleItemsPerPageChange }, this.itemsPerPageOptions.map((v) => v <= this.total && index.h("option", { value: v }, v))))), this.variant === 'full' && (index.h("span", { key: 'd60e1f6e69ae59f82d1f3b59d12253b52a5357b0', class: "block block_full" }, `${(this.page - 1) * this.itemsPerPage + 1} – ${Math.min(this.page * this.itemsPerPage, this.totalItems)} von ${this.totalItems} Einträgen`)), this.variant === 'full' && (index.h("div", { key: 'f2e6350a59961ae79a107164ebdf9eac1d36175d', class: "block" }, index.h("select", { key: 'c4f65d6ae0cb1ffe86fa9d05aeb9836668d8c04a', class: "options-select", name: "pages", onChange: this.handlePageSelectChange }, Array.from({ length: this.total }, (_, i) => (index.h("option", { selected: this.page === i + 1, value: i + 1 }, i + 1)))), index.h("span", { key: 'fdbf4da5164346b225398a5dbee4b2fee36cbb91' }, "von ", this.total, " Seiten"))), this.variant === 'compact' && index.h("span", { key: 'e8d2d17827bf388199afee5326bea623ff750733', class: "block" }, "Seite ", this.page), index.h("xv-button-v2", { key: 'ad55130bf1cdfa58778d55e47c8d91718dd7cf3c', variant: "ghost", size: this.size, onClick: () => this.handlePageChange(this.page - 1), disabled: this.page <= 1 }, index.h("span", { key: '9830b9ec740fdc4d687d2120a471fa9219343b29', slot: "icon-left", class: "icon icon_prev" })), this.variant === 'regular' && (index.h("ul", { key: '9913e0b38de8bec89323e33f2d37bf6f1bc4696f', class: "list" }, this.visiblePagesWithDots.map((page) => (index.h("li", { class: { active: this.page === page } }, page === 'dots-start' ? (index.h("div", { class: "list_dots" }, index.h("xv-button-v2", { variant: "ghost", size: this.size, tabindex: -1 }, index.h("span", { slot: "icon-left", class: "list_dots__icon" }, "...")), index.h("select", { name: "start", onChange: this.handlePageSelectChange }, Array.from({ length: this.page - 3 }, (_, i) => (index.h("option", { value: i + 2 }, i + 2)))))) : page === 'dots-end' ? (index.h("div", { class: "list_dots" }, index.h("xv-button-v2", { variant: "ghost", size: this.size, tabindex: -1 }, index.h("span", { slot: "icon-left", class: "list_dots__icon" }, "...")), index.h("select", { name: "end", onChange: this.handlePageSelectChange }, Array.from({ length: this.total - (this.page + 2) }, (_, i) => (index.h("option", { value: i + this.page + 2 }, i + this.page + 2)))))) : (index.h("xv-button-v2", { variant: "ghost", size: this.size, disabled: this.page === page, onClick: () => this.handlePageChange(page) }, index.h("span", { class: "list_page", slot: "icon-left" }, page)))))))), index.h("xv-button-v2", { key: 'ab355a931fbbca91dad3dbf99a62e7ab49241e1c', variant: "ghost", size: this.size, onClick: () => this.handlePageChange(this.page + 1), disabled: this.page >= this.total }, index.h("span", { key: '9e3a16d00db09b57a25c0af9fb8f80b5feb6ea51', slot: "icon-left", class: "icon icon_next" }))));
78555
+ return (index.h(index.Host, { key: 'a4f4e9c94608e459a140236606b413a23aced530', class: { block: this.block, [this.variant]: !!this.variant, [this.size]: !!this.size } }, this.variant === 'full' && (index.h("div", { key: '954bd92622366fc8c8595d2a70377443646ea4a0', class: "block" }, index.h("select", { key: '12f40bfc4e21f7d266b509ed9366c9447809a73d', class: "options-select", name: "options", onChange: this.handleItemsPerPageChange }, this.itemsPerPageOptions.map((v) => v <= this.total && index.h("option", { value: v }, v))))), this.variant === 'full' && (index.h("span", { key: '83e44dbeb1d5dac1c1c32e643508299364e16c76', class: "block block_full" }, `${(this.page - 1) * this.itemsPerPage + 1} – ${Math.min(this.page * this.itemsPerPage, this.totalItems)} von ${this.totalItems} Einträgen`)), this.variant === 'full' && (index.h("div", { key: 'e8da956b9ad1a136a7f6927d608d35aac5fe6863', class: "block" }, index.h("select", { key: '97dcd085d8bb20d6558d66e3f1b1358051adb8c8', class: "options-select", name: "pages", onChange: this.handlePageSelectChange }, Array.from({ length: this.total }, (_, i) => (index.h("option", { selected: this.page === i + 1, value: i + 1 }, i + 1)))), index.h("span", { key: '0d9c45b79442ad83bb0cb13feea198c13796297a' }, "von ", this.total, " Seiten"))), this.variant === 'compact' && index.h("span", { key: '296ee6301bb6123d548ac34b87e49d395dc125a0', class: "block" }, "Seite ", this.page), index.h("xv-button-v2", { key: '7ca765cb5ba97ebc1fb7a5c54620b2995719d841', variant: "ghost", size: this.size, onClick: () => this.handlePageChange(this.page - 1), disabled: this.page <= 1 }, index.h("span", { key: '507ce46425c0d16b7874fc35e5fc1257a08547b1', slot: "icon-left", class: "icon icon_prev" })), this.variant === 'regular' && (index.h("ul", { key: '33be9e42895881a44587f32ee587968daf70ee67', class: "list" }, this.visiblePagesWithDots.map((page) => (index.h("li", { class: { active: this.page === page } }, page === 'dots-start' ? (index.h("div", { class: "list_dots" }, index.h("xv-button-v2", { variant: "ghost", size: this.size, tabindex: -1 }, index.h("span", { slot: "icon-left", class: "list_dots__icon" }, "...")), index.h("select", { name: "start", onChange: this.handlePageSelectChange }, Array.from({ length: this.page - 3 }, (_, i) => (index.h("option", { value: i + 2 }, i + 2)))))) : page === 'dots-end' ? (index.h("div", { class: "list_dots" }, index.h("xv-button-v2", { variant: "ghost", size: this.size, tabindex: -1 }, index.h("span", { slot: "icon-left", class: "list_dots__icon" }, "...")), index.h("select", { name: "end", onChange: this.handlePageSelectChange }, Array.from({ length: this.total - (this.page + 2) }, (_, i) => (index.h("option", { value: i + this.page + 2 }, i + this.page + 2)))))) : (index.h("xv-button-v2", { variant: "ghost", size: this.size, disabled: this.page === page, onClick: () => this.handlePageChange(page) }, index.h("span", { class: "list_page", slot: "icon-left" }, page)))))))), index.h("xv-button-v2", { key: 'e474abe0a2230d121614993d006e0013d417d9e1', variant: "ghost", size: this.size, onClick: () => this.handlePageChange(this.page + 1), disabled: this.page >= this.total }, index.h("span", { key: '44d29e0b1f950abd44bdfe3d315e8d49c2401193', slot: "icon-left", class: "icon icon_next" }))));
78556
78556
  }
78557
78557
  };
78558
78558
  XvPagination.style = xvPaginationCss;
@@ -78626,7 +78626,7 @@ const XvProgressIndicator = class {
78626
78626
  this.updateChildItems();
78627
78627
  }
78628
78628
  render() {
78629
- return (index.h(index.Host, { key: '0b178eee590a5f2c4de4af88d5651c5556caa790', variant: this.variant, size: this.size, class: { 'xv-progress-indicator': true } }, index.h("slot", { key: 'd45ae8b656f9ec4cbcd0bcbaef4b0879bc00c2cc' })));
78629
+ return (index.h(index.Host, { key: '5935f1e6700efa860e3d6ea5ee0ff843d343158c', variant: this.variant, size: this.size, class: { 'xv-progress-indicator': true } }, index.h("slot", { key: '3539699c4f55e7dd4b09eda266818fdaf778f403' })));
78630
78630
  }
78631
78631
  get el() { return index.getElement(this); }
78632
78632
  static get watchers() { return {
@@ -78643,7 +78643,7 @@ const XvProgressIndicatorItem = class {
78643
78643
  this.status = PROGRESS_ITEM_STATUS.NO_STARTED;
78644
78644
  }
78645
78645
  render() {
78646
- return (index.h(index.Host, { key: '6d7f6e40bbed6d60731afb883f716cf911593925', status: this.status, class: { 'xv-progress-indicator-item': true } }, index.h("span", { key: 'e12633afebc77d85ffd39351c0abc4c619cb3ad1', class: "line" }), index.h("span", { key: 'e822fb95db2630949388193537ccd1f656f9878c', class: "icon" }, index.h("svg", { key: '4c64d4ed53899217f24cb7d765ba8b93dc237ec4', xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512" }, index.h("path", { key: 'a68876b14e85a91d59cacf6f7f35bbc705e81194', fill: "currentColor", d: "M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z" }))), index.h("p", { key: '1a021d4c96e5835c79a378e67474c7fcc4b501a7', class: "label" }, index.h("slot", { key: '5cbe1f8e41050f339df125f969f495d559198214' }))));
78646
+ return (index.h(index.Host, { key: '5bc510747b817c2bdde57014c464e04686a013c2', status: this.status, class: { 'xv-progress-indicator-item': true } }, index.h("span", { key: 'b1f9d5e4d8004bdf059eb26ff3186bcf8bef6d72', class: "line" }), index.h("span", { key: 'a1633457191ebf4d5ef2ff871716d85d0dfa53a1', class: "icon" }, index.h("svg", { key: '852b5143c88570622242a2c2a2848b76598b9bd6', xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512" }, index.h("path", { key: 'ecdc2051400f192eefd30b09e96fbf52b8b89010', fill: "currentColor", d: "M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z" }))), index.h("p", { key: '76e25e3aa5edc3689782d07777f848a42f75b194', class: "label" }, index.h("slot", { key: 'a6efb28cce468f4dcb6e7b80f75a4d53c5a1f11f' }))));
78647
78647
  }
78648
78648
  get el() { return index.getElement(this); }
78649
78649
  };
@@ -78699,7 +78699,7 @@ const XvSlider = class {
78699
78699
  this.setValue(this.min);
78700
78700
  }
78701
78701
  render() {
78702
- return (index.h(index.Host, { key: '2c67cebd268c54be59c20341e45192bbef6efcfb', class: { disabled: this.disabled, readonly: this.readonly } }, this.label && index.h("label", { key: '1cd9d1596e2cd9e71d9023cdcc387bdd9b54dfe0', class: "label" }, this.label), index.h("div", { key: 'eb13c1d3fd7c02840d51ab4e1278aec4a9b19894', class: "control" }, index.h("span", { key: '93f881f8ea77c7b3dd9cd0a8ca4c6264947dea84', class: "control_label" }, this.min), index.h("input", { key: 'bc4c6e1d6e1b9671a6f0ac9284e5d777475d7e56', type: "range", disabled: this.disabled || this.readonly, readonly: this.readonly, name: this.name, min: this.min, max: this.max, step: this.step, value: this.value, onInput: this.handleInput, style: { backgroundSize: `${((this.value - this.min) * 100) / (this.max - this.min)}% 100%` } }), index.h("span", { key: '8dfe193e295c6af371b4e7aefa7bb6711cde05d8', class: "control_label" }, this.max), !this.notEditable && (index.h("input", { key: 'b5bfd50c69557b9e433f42a24b6ff19eb54de9d9', type: "number", disabled: this.disabled, readonly: this.readonly, name: `${this.name}-number-input`, step: this.step, min: this.min, max: this.max, value: this.value, onInput: this.handleNumberInput, onBlur: this.handleNumberBlur })))));
78702
+ return (index.h(index.Host, { key: 'c0655fa2f062c51c8c7ea182122ce8af7ff2c28f', class: { disabled: this.disabled, readonly: this.readonly } }, this.label && index.h("label", { key: '5daa6e40395fee3102b387cea93541ce2ccfa2f0', class: "label" }, this.label), index.h("div", { key: '2e282877c05fe3d52990f0e3e98df223333ff9ed', class: "control" }, index.h("span", { key: '23d5a3f7d216de05062025cb85fdc6c3c3ca980d', class: "control_label" }, this.min), index.h("input", { key: 'df8e38c1639410f4da0d246e36557bd915717c60', type: "range", disabled: this.disabled || this.readonly, readonly: this.readonly, name: this.name, min: this.min, max: this.max, step: this.step, value: this.value, onInput: this.handleInput, style: { backgroundSize: `${((this.value - this.min) * 100) / (this.max - this.min)}% 100%` } }), index.h("span", { key: 'c84db82801881ab6497fd9ef49a7ccda0caff5c1', class: "control_label" }, this.max), !this.notEditable && (index.h("input", { key: '1958970562dca9d654c09c4b6b403dfe8a11eb47', type: "number", disabled: this.disabled, readonly: this.readonly, name: `${this.name}-number-input`, step: this.step, min: this.min, max: this.max, value: this.value, onInput: this.handleNumberInput, onBlur: this.handleNumberBlur })))));
78703
78703
  }
78704
78704
  static get formAssociated() { return true; }
78705
78705
  };
@@ -78714,7 +78714,7 @@ const XvTab = class {
78714
78714
  this.loading = false;
78715
78715
  }
78716
78716
  render() {
78717
- return (index.h(index.Host, { key: '4e37a56d91deb9c67adab407bf35913c565010e3', disabled: this.disabled, name: this.name }, this.loading ? index.h("xv-loader-v2", { size: SIZE_VAR.LG }) : index.h("slot", null)));
78717
+ return (index.h(index.Host, { key: '4500349e0c36e2f13bee801d4264c9fa099e0355', disabled: this.disabled, name: this.name }, this.loading ? index.h("xv-loader-v2", { size: SIZE_VAR.LG }) : index.h("slot", null)));
78718
78718
  }
78719
78719
  };
78720
78720
  XvTab.style = xvTabCss;
@@ -78753,7 +78753,7 @@ const XvTable = class {
78753
78753
  .join(' ') + ' repeat(auto-fit, minmax(0, 1fr))');
78754
78754
  }
78755
78755
  render() {
78756
- return (index.h(index.Host, { key: 'b03b07f0114f995a04d9e37ef7be3c1932ab7a48', class: { batchVisible: !!this.selectedCount } }, index.h("slot", { key: '20fefc1fddb3798e33d97e6c91aa5bfda2b231fb', name: "title" }, !!this.el.title && index.h("h2", { key: '07ab5f5c642c5d2724dde0ae9ab1abdb3b9761be', class: "xv-table-title" }, this.el.title)), index.h("slot", { key: '0f8cfbdf14640128bcb173efcc9094c685538fb8', name: "toolbar" }), index.h("div", { key: '242febfdfa23b36a1bde4c7515f296137bcf69e3', class: "xv-table" }, index.h("div", { key: 'e444b18105b25e33e6ad66f171ed7a01e8ed693d', class: "batch-actions" }, index.h(index.Fragment, { key: '31944b5c71a40b7ee2cc52a8299f7adc02e87847' }, index.h("div", { key: '9529d34374656123fda7f65e660b94501dcb7108', class: "batch-actions_content" }, index.h("slot", { key: 'd3db23f32460ba0ff8711d648e0720af33cfc380', name: "batch" })), index.h("p", { key: '3f77bf7e5ba07bc8955a61f2ac4d0042f3fe2a74', class: "batch-actions_count" }, !!this.selectedCount && `${this.selectedCount} ${this.selectedCount === 1 ? 'Position ausgewählt' : 'Positionen ausgewählt'}`))), index.h("div", { key: '47abf460bce0e426d80019e2f29b74d0b2f75fa4', class: "xv-table_wrapper" }, index.h("slot", { key: 'a8663b169596e7a77a6c00a0f3bdb28ca21d1d3b' }), index.h("slot", { key: 'cffd9eb9079950d177506f854e18514de87e0bc5', name: "footer" })), !!this.loading && (index.h("div", { key: '1a0a3c07199ae6de1503eb76a0755a0e1fbae7c8', class: "xv-table_loading" }, index.h("xv-loader-v2", { key: '4522d8a3305b738ac134e1e22b3207928e63d19c', size: SIZE_VAR.LG }))))));
78756
+ return (index.h(index.Host, { key: '36a59cf0af4e0b976e62f14e497dd347405c1b0e', class: { batchVisible: !!this.selectedCount } }, index.h("slot", { key: 'd14fd69da134640f59d1660754fef5a4a8907eed', name: "title" }, !!this.el.title && index.h("h2", { key: '52bda7196e920a9f8c1c013d704c96726c83d44e', class: "xv-table-title" }, this.el.title)), index.h("slot", { key: '3ee283e16819f7771b1a568f6087ee8bd1d51999', name: "toolbar" }), index.h("div", { key: '971af2a00ae6734f4323acfee9d4072b851fede1', class: "xv-table" }, index.h("div", { key: '6f698cfb0338a28279cceb0232c5eef2b00bcb20', class: "batch-actions" }, index.h(index.Fragment, { key: '3d456d03e0eba428ad46f3875b88fcb688c0b42b' }, index.h("div", { key: '4b00351fd106d941e4386a503fe65bdfc3ca87f1', class: "batch-actions_content" }, index.h("slot", { key: '605d9eb4ca5598097559d0884a8bfb643ed6b3b4', name: "batch" })), index.h("p", { key: '9bfa8b7a91a66fbf606d35a6a15f29c35c2cfdb2', class: "batch-actions_count" }, !!this.selectedCount && `${this.selectedCount} ${this.selectedCount === 1 ? 'Position ausgewählt' : 'Positionen ausgewählt'}`))), index.h("div", { key: 'ddb7b5a50a70649804bcea5d5052098020e3362c', class: "xv-table_wrapper" }, index.h("slot", { key: '164ccdb97fd58bb0fb087fba867be013eb77ca55' }), index.h("slot", { key: '57b6ccbdeaa025c1ad10ce8ee1f577b445d7a9cd', name: "footer" })), !!this.loading && (index.h("div", { key: 'd62dc4b1a6c3e698d527699cdc852936a7e2afb6', class: "xv-table_loading" }, index.h("xv-loader-v2", { key: '75cadcd6a507d2c7802dbd5bea9c935525258f4e', size: SIZE_VAR.LG }))))));
78757
78757
  }
78758
78758
  componentWillLoad() {
78759
78759
  this.setColsSizeTemplate();
@@ -78792,7 +78792,7 @@ const XvTableCell = class {
78792
78792
  }
78793
78793
  ;
78794
78794
  render() {
78795
- return (index.h(index.Host, { key: 'f9731884589d4576863adc6e6b6247b07af57002' }, index.h("slot", { key: 'e92e75cbe9e97e3107d3e52400cd8469bbff5171' })));
78795
+ return (index.h(index.Host, { key: '4d2602babd580d244c06e85309101e5f1f5213a4' }, index.h("slot", { key: '8fb2fa51d47986e658cb6c3a6c466b8b241b2dc8' })));
78796
78796
  }
78797
78797
  get el() { return index.getElement(this); }
78798
78798
  };
@@ -78813,7 +78813,7 @@ const XvTableExpand = class {
78813
78813
  };
78814
78814
  }
78815
78815
  render() {
78816
- return (index.h(index.Host, { key: 'c56788d4993dba400c34ccead5eb8e1cbdf97231' }, index.h("button", { key: '407dca7d7cc96904e5fbe821175dc323de4e5d39', class: { 'expand-btn': true, open: this.open }, disabled: this.disabled, onClick: this.handleExpand }), index.h("slot", { key: 'ee12c70cce24ed74fc95e399a01d1be61462959a', name: XV_EXPANDABLE_KEY }), index.h("div", { key: '12e2ec373d6fa07ce0b48a8cf1450b02a14df998', class: { expandableContent: true, open: this.open } }, index.h("slot", { key: '9e9640bc35ca00437922bccb121e99f7a39de29b' }))));
78816
+ return (index.h(index.Host, { key: 'c8c5c76c04e3434cc4c1b82b27547ea2048fc890' }, index.h("button", { key: 'b812acec5bc513371a3c94e10d0f45fca34c95f6', class: { 'expand-btn': true, open: this.open }, disabled: this.disabled, onClick: this.handleExpand }), index.h("slot", { key: '71cec6069aeeba1a3275f7a24d8d0b556c18b9d9', name: XV_EXPANDABLE_KEY }), index.h("div", { key: 'b04c050f47fce3b08bfd1d992bf61f8c8a670c69', class: { expandableContent: true, open: this.open } }, index.h("slot", { key: 'daf9912e611a08b2dfc631f2ccd32329c9808eec' }))));
78817
78817
  }
78818
78818
  componentDidLoad() {
78819
78819
  index$1.setAttr(this.el.parentElement, XV_EXPANDABLE_KEY, true);
@@ -78868,7 +78868,7 @@ const XvTableRow = class {
78868
78868
  }
78869
78869
  }
78870
78870
  render() {
78871
- return (index.h(index.Host, { key: 'cf3e625ce226bf3417f453cbfa9ee7d0d129b48c' }, this.variant !== undefined && (index.h("xv-table-v2-cell", { key: 'd6b4016d31f224dd2e35f7036358b33e49e392c6', class: "cell-control" }, this.variant === 'checkbox' && (index.h("xv-checkbox-v2", { key: '151bb44274401ca699e6351c5a0a0874ea54a342', name: this.name, partial: this.partial, checked: this.checked || this.partial, disabled: this.disabled, required: this.required, readonly: this.readonly, onEventChange: this.checkHandle })), this.variant === 'radio' && (index.h("input", { key: '1fb3855cb98b67dd436f0c0350ff59b795bca93d', type: "radio", name: this.name, checked: this.checked || this.partial, disabled: this.disabled, required: this.required, readonly: this.readonly })))), index.h("slot", { key: '740e51976b5b79e9decd28694bdc92a9f9bee5b8' })));
78871
+ return (index.h(index.Host, { key: '64689e578104c1bb5bc7d1404c51df6986a2197e' }, this.variant !== undefined && (index.h("xv-table-v2-cell", { key: 'a1325b2601bfaf13bbc8e1f395e2d17c12e6a2cf', class: "cell-control" }, this.variant === 'checkbox' && (index.h("xv-checkbox-v2", { key: '5d62de3e325eba9c019c45f49a29ef0ef4cb5a83', name: this.name, partial: this.partial, checked: this.checked || this.partial, disabled: this.disabled, required: this.required, readonly: this.readonly, onEventChange: this.checkHandle })), this.variant === 'radio' && (index.h("input", { key: '38fab0b79d8b4ba6696ab8cd13643c4da6632d50', type: "radio", name: this.name, checked: this.checked || this.partial, disabled: this.disabled, required: this.required, readonly: this.readonly })))), index.h("slot", { key: '1153d3cc508ad66b76fc6955f2a1160fbe66583a' })));
78872
78872
  }
78873
78873
  componentWillLoad() {
78874
78874
  this.setInitialAttrs();
@@ -78999,7 +78999,7 @@ const XvTag = class {
78999
78999
  this.closeClick.emit(e);
79000
79000
  }
79001
79001
  render() {
79002
- return (index.h(index.Host, { key: '4c0a738d92071da4921cede3da3ccebad8487878', style: { color: this.color, background: this.bg }, class: `xv-tag ${this.disabled ? 'disabled' : ''} ${this.size}` }, index.h("div", { key: 'db767be7c853cc1a2e6f9122a6d623c81a7acd52', class: "xv-tag_content" }, index.h("slot", { key: '5c587138c6a23fa4fb2addb3de70dbdd8ecc35b6' })), this.closeable && (index.h("button", { key: '85420dca4b4dedb9159513862e480045ffd0099a', onClick: this.closeHandler.bind(this), class: "xv-tag_close" }))));
79002
+ return (index.h(index.Host, { key: '22760bd86f45e5acdb688d681d43088f6e43ba69', style: { color: this.color, background: this.bg }, class: `xv-tag ${this.disabled ? 'disabled' : ''} ${this.size}` }, index.h("div", { key: '1e4e9bf03b6e4e375ad46f473dcd5184ef87e77d', class: "xv-tag_content" }, index.h("slot", { key: 'c79624e453b88600c8f51730475a997a9d1ad679' })), this.closeable && (index.h("button", { key: '67c0bd73e88147530154cc478cc386b08d3e1080', onClick: this.closeHandler.bind(this), class: "xv-tag_close" }))));
79003
79003
  }
79004
79004
  };
79005
79005
  XvTag.style = xvTagCss;
@@ -79033,13 +79033,13 @@ const XvTextInput = class {
79033
79033
  };
79034
79034
  }
79035
79035
  render() {
79036
- return (index.h(index.Host, { key: 'f97adda1e8793fed7c644085b25207bb41e9a15c', class: { disabled: !!this.disabled } }, index.h("label", { key: 'd84826dfd89e7ff1a034476ee2ee69dcb2fb46bb', class: "control" }, this.label && index.h("span", { key: 'dd6696d2e93c512de27bfa00ffeb9b3208f2fcb5', class: "control_label" }, this.label), index.h("div", { key: 'c31c8075adee0129e4d0878c0d19627ff4b30c52', class: {
79036
+ return (index.h(index.Host, { key: 'e3965d60337e9808731f3e7ca45f04c69cf7a754', class: { disabled: !!this.disabled } }, index.h("label", { key: '65fcccd63ac3dee9b5f1038861d3f46f506588d0', class: "control" }, this.label && index.h("span", { key: 'cc219d63283e7c14c046731b3e6c94324824b92f', class: "control_label" }, this.label), index.h("div", { key: 'ad17795d84daa7d398623b665171388a7c00353e', class: {
79037
79037
  'control_input': true,
79038
79038
  readonly: !!this.readonly,
79039
79039
  [this.size]: true,
79040
79040
  error: !!this.error,
79041
79041
  warning: !!this.warning,
79042
- } }, index.h("input", { key: '5e2bc699dcd974386db7c866399e4b5ead8b385d', autocomplete: this.autocomplete, type: (this.type === 'password' && this.isPasswordVisible && 'text') || this.type, placeholder: this.placeholder, disabled: this.disabled, readonly: this.readonly, onInput: this.handleInput, name: this.name, value: this.value }), index.h("div", { key: '6f4977138a016d5d38d6790ed37e6babd7cb60fe', class: "control_input__icons" }, this.loading && index.h("xv-loader-v2", { key: 'dc364b6570872127c9d459d68636a5573efceba0', size: SIZE_VAR.XS }), !!this.error ? (index.h("span", { class: "status-icon error", "aria-hidden": "true" }, "!")) : !!this.warning ? (index.h("span", { class: "status-icon warning", "aria-hidden": "true" }, "\u26A0")) : null, this.type === 'password' && (index.h("button", { key: '769d425ca096e7f49283c7350ac1c49db0add86a', onClick: this.togglePassword, disabled: this.disabled, class: "status-icon" }, index.h("svg", { key: 'bcdd55cdd451de6ef18daf007768a72a58000f9e', xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 512", width: 16, height: 16 }, this.isPasswordVisible ? (index.h("path", { fill: "currentColor", d: "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L525.6 386.7c39.6-40.6 66.4-86.1 79.9-118.4c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8L38.8 5.1zm151 118.3C226 97.7 269.5 80 320 80c65.2 0 118.8 29.6 159.9 67.7C518.4 183.5 545 226 558.6 256c-12.6 28-36.6 66.8-70.9 100.9l-53.8-42.2c9.1-17.6 14.2-37.5 14.2-58.7c0-70.7-57.3-128-128-128c-32.2 0-61.7 11.9-84.2 31.5l-46.1-36.1zM394.9 284.2l-81.5-63.9c4.2-8.5 6.6-18.2 6.6-28.3c0-5.5-.7-10.9-2-16c.7 0 1.3 0 2 0c44.2 0 80 35.8 80 80c0 9.9-1.8 19.4-5.1 28.2zm9.4 130.3C378.8 425.4 350.7 432 320 432c-65.2 0-118.8-29.6-159.9-67.7C121.6 328.5 95 286 81.4 256c8.3-18.4 21.5-41.5 39.4-64.8L83.1 161.5C60.3 191.2 44 220.8 34.5 243.7c-3.3 7.9-3.3 16.7 0 24.6c14.9 35.7 46.2 87.7 93 131.1C174.5 443.2 239.2 480 320 480c47.8 0 89.9-12.9 126.2-32.5l-41.9-33zM192 256c0 70.7 57.3 128 128 128c13.3 0 26.1-2 38.2-5.8L302 334c-23.5-5.4-43.1-21.2-53.7-42.3l-56.1-44.2c-.2 2.8-.3 5.6-.3 8.5z" })) : (index.h("path", { fill: "currentColor", d: "M288 80c-65.2 0-118.8 29.6-159.9 67.7C89.6 183.5 63 226 49.4 256c13.6 30 40.2 72.5 78.6 108.3C169.2 402.4 222.8 432 288 432s118.8-29.6 159.9-67.7C486.4 328.5 513 286 526.6 256c-13.6-30-40.2-72.5-78.6-108.3C406.8 109.6 353.2 80 288 80zM95.4 112.6C142.5 68.8 207.2 32 288 32s145.5 36.8 192.6 80.6c46.8 43.5 78.1 95.4 93 131.1c3.3 7.9 3.3 16.7 0 24.6c-14.9 35.7-46.2 87.7-93 131.1C433.5 443.2 368.8 480 288 480s-145.5-36.8-192.6-80.6C48.6 356 17.3 304 2.5 268.3c-3.3-7.9-3.3-16.7 0-24.6C17.3 208 48.6 156 95.4 112.6zM288 336c44.2 0 80-35.8 80-80s-35.8-80-80-80c-.7 0-1.3 0-2 0c1.3 5.1 2 10.5 2 16c0 35.3-28.7 64-64 64c-5.5 0-10.9-.7-16-2c0 .7 0 1.3 0 2c0 44.2 35.8 80 80 80zm0-208a128 128 0 1 1 0 256 128 128 0 1 1 0-256z" })))))))), this.helper && index.h("p", { key: '59fe79fc699f8a6fda5c9c71076083f087f6a250', class: "message" }, this.helper), typeof this.error === 'string' ? (index.h("p", { class: "message error" }, this.error)) : typeof this.warning === 'string' ? (index.h("p", { class: "message warning" }, this.warning)) : null));
79042
+ } }, index.h("input", { key: '698274d0121fdec2fde658b25002d87054541dfd', autocomplete: this.autocomplete, type: (this.type === 'password' && this.isPasswordVisible && 'text') || this.type, placeholder: this.placeholder, disabled: this.disabled, readonly: this.readonly, onInput: this.handleInput, name: this.name, value: this.value }), index.h("div", { key: 'fd7ab32b7a0d052a3bae558d867e61bdb655092c', class: "control_input__icons" }, this.loading && index.h("xv-loader-v2", { key: '0a1d9c35eff7772c03246de884f948eee1be39a5', size: SIZE_VAR.XS }), !!this.error ? (index.h("span", { class: "status-icon error", "aria-hidden": "true" }, "!")) : !!this.warning ? (index.h("span", { class: "status-icon warning", "aria-hidden": "true" }, "\u26A0")) : null, this.type === 'password' && (index.h("button", { key: '42bd1d5dededf1ecbdaeac25f4882f0ce05f7675', onClick: this.togglePassword, disabled: this.disabled, class: "status-icon" }, index.h("svg", { key: '4e0bb44f06dcd24baefb5ad94fd805e797841e7b', xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 512", width: 16, height: 16 }, this.isPasswordVisible ? (index.h("path", { fill: "currentColor", d: "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L525.6 386.7c39.6-40.6 66.4-86.1 79.9-118.4c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8L38.8 5.1zm151 118.3C226 97.7 269.5 80 320 80c65.2 0 118.8 29.6 159.9 67.7C518.4 183.5 545 226 558.6 256c-12.6 28-36.6 66.8-70.9 100.9l-53.8-42.2c9.1-17.6 14.2-37.5 14.2-58.7c0-70.7-57.3-128-128-128c-32.2 0-61.7 11.9-84.2 31.5l-46.1-36.1zM394.9 284.2l-81.5-63.9c4.2-8.5 6.6-18.2 6.6-28.3c0-5.5-.7-10.9-2-16c.7 0 1.3 0 2 0c44.2 0 80 35.8 80 80c0 9.9-1.8 19.4-5.1 28.2zm9.4 130.3C378.8 425.4 350.7 432 320 432c-65.2 0-118.8-29.6-159.9-67.7C121.6 328.5 95 286 81.4 256c8.3-18.4 21.5-41.5 39.4-64.8L83.1 161.5C60.3 191.2 44 220.8 34.5 243.7c-3.3 7.9-3.3 16.7 0 24.6c14.9 35.7 46.2 87.7 93 131.1C174.5 443.2 239.2 480 320 480c47.8 0 89.9-12.9 126.2-32.5l-41.9-33zM192 256c0 70.7 57.3 128 128 128c13.3 0 26.1-2 38.2-5.8L302 334c-23.5-5.4-43.1-21.2-53.7-42.3l-56.1-44.2c-.2 2.8-.3 5.6-.3 8.5z" })) : (index.h("path", { fill: "currentColor", d: "M288 80c-65.2 0-118.8 29.6-159.9 67.7C89.6 183.5 63 226 49.4 256c13.6 30 40.2 72.5 78.6 108.3C169.2 402.4 222.8 432 288 432s118.8-29.6 159.9-67.7C486.4 328.5 513 286 526.6 256c-13.6-30-40.2-72.5-78.6-108.3C406.8 109.6 353.2 80 288 80zM95.4 112.6C142.5 68.8 207.2 32 288 32s145.5 36.8 192.6 80.6c46.8 43.5 78.1 95.4 93 131.1c3.3 7.9 3.3 16.7 0 24.6c-14.9 35.7-46.2 87.7-93 131.1C433.5 443.2 368.8 480 288 480s-145.5-36.8-192.6-80.6C48.6 356 17.3 304 2.5 268.3c-3.3-7.9-3.3-16.7 0-24.6C17.3 208 48.6 156 95.4 112.6zM288 336c44.2 0 80-35.8 80-80s-35.8-80-80-80c-.7 0-1.3 0-2 0c1.3 5.1 2 10.5 2 16c0 35.3-28.7 64-64 64c-5.5 0-10.9-.7-16-2c0 .7 0 1.3 0 2c0 44.2 35.8 80 80 80zm0-208a128 128 0 1 1 0 256 128 128 0 1 1 0-256z" })))))))), this.helper && index.h("p", { key: 'ee25c05f5fed14aed5e725f1ec803e3b266e4f10', class: "message" }, this.helper), typeof this.error === 'string' ? (index.h("p", { class: "message error" }, this.error)) : typeof this.warning === 'string' ? (index.h("p", { class: "message warning" }, this.warning)) : null));
79043
79043
  }
79044
79044
  static get formAssociated() { return true; }
79045
79045
  };
@@ -79076,12 +79076,12 @@ const XvTextarea = class {
79076
79076
  this.value && this.internals.setFormValue(this.value);
79077
79077
  }
79078
79078
  render() {
79079
- return (index.h(index.Host, { key: 'bc34a9f4a5eddc6fef4668e24b6ddcf0429bea53', class: { disabled: !!this.disabled } }, index.h("label", { key: 'ee138762477bba10e39df01a7c6a521d28ab95ae', class: "control" }, (this.label || this.max) && (index.h("p", { key: '588462de4214b70b909a8042468367cfa83dfb35', class: "control_label" }, index.h("span", { key: '8f5a14973c7b0f08f11cb9af038bae622ca3cc32' }, this.label, this.info && index.h("xv-tooltip-v2", { key: '271b989234e3eeff311a39e841614574b3cf186f', message: this.info })), this.max !== undefined && !this.counterHide && (index.h("span", { key: '4a774a564bdd949fb4655d882caf7b709f8bf166', class: "control_label__count" }, this.value.length || 0, "/", this.max)))), index.h("div", { key: 'dd7a17aec4e5c55e2fe67f8ba997bcc1d5439da9', class: {
79079
+ return (index.h(index.Host, { key: '119c8ff1a60f2d319f34a1c9b29c4605e488f2d2', class: { disabled: !!this.disabled } }, index.h("label", { key: '3d5fea794b744d4bf44ab53f70e1da4f691314a7', class: "control" }, (this.label || this.max) && (index.h("p", { key: '5c35751069300e6e935aadca0e98a18586511feb', class: "control_label" }, index.h("span", { key: '3351f265050f0eebe0c3876ef231378c6ebd67b7' }, this.label, this.info && index.h("xv-tooltip-v2", { key: '2796f259a915f2df4cd29a3c4881eff7a9038640', message: this.info })), this.max !== undefined && !this.counterHide && (index.h("span", { key: '970bcc104f89f9fc56bde94ecc416f4853ff4f01', class: "control_label__count" }, this.value.length || 0, "/", this.max)))), index.h("div", { key: '65776ae2f9b320c68d0ed227fa4fd27cb699f5c4', class: {
79080
79080
  'control_input': true,
79081
79081
  readonly: !!this.readonly,
79082
79082
  error: this.error !== undefined,
79083
79083
  warning: this.warning !== undefined,
79084
- } }, index.h("textarea", { key: 'd8f81828a23b858eef0ab3c93efa409e8ab46da2', class: { 'no-resize': !!this.noResize }, name: this.name, rows: this.rows, value: this.value, maxLength: this.max, disabled: this.disabled, readOnly: this.readonly, placeholder: this.placeholder, onInput: this.onInput }), index.h("div", { key: 'fb1ff73179f3fdf86bb1aaa009acae812fde10e5', class: "control_input__icons" }, this._renderIcon()))), this.helper && index.h("p", { key: 'bfc46dd99d46c3ed23b94110e9ae28b768e8dfd5', class: "message" }, this.helper), typeof this.error === 'string' ? (index.h("p", { class: "message error" }, this.error)) : typeof this.warning === 'string' ? (index.h("p", { class: "message warning" }, this.warning)) : null));
79084
+ } }, index.h("textarea", { key: '573b9b6f4475f1741680507b2b1d39dd1f40e228', class: { 'no-resize': !!this.noResize }, name: this.name, rows: this.rows, value: this.value, maxLength: this.max, disabled: this.disabled, readOnly: this.readonly, placeholder: this.placeholder, onInput: this.onInput }), index.h("div", { key: 'd5bd1b4d62393b60b627eec470afb4ba5a95f5e2', class: "control_input__icons" }, this._renderIcon()))), this.helper && index.h("p", { key: 'af3ea0fe21005a20dc089171a7752e717cd810ba', class: "message" }, this.helper), typeof this.error === 'string' ? (index.h("p", { class: "message error" }, this.error)) : typeof this.warning === 'string' ? (index.h("p", { class: "message warning" }, this.warning)) : null));
79085
79085
  }
79086
79086
  _renderIcon() {
79087
79087
  if (this.loading)
@@ -79131,7 +79131,7 @@ const XvTile = class {
79131
79131
  this.checked = !this.checked;
79132
79132
  }
79133
79133
  render() {
79134
- return (index.h(index.Host, { key: 'ab074052115783ac27d5cc220ebbaff2988e1be9', class: "xv-tile--host" }, index.h("label", { key: '648adf3118b95d422974df965279a5e1a28647b3', class: {
79134
+ return (index.h(index.Host, { key: 'ee077272a031f8c753e10be44b4108becad767db', class: "xv-tile--host" }, index.h("label", { key: 'a29ef82c216da4e46bc1acdc24edc71519bceb62', class: {
79135
79135
  [this.el.className]: !!this.el.className,
79136
79136
  'xv-tile': true,
79137
79137
  [`xv-tile--variant-${this.variant}`]: !!this.variant,
@@ -79139,7 +79139,7 @@ const XvTile = class {
79139
79139
  'xv-tile--disabled': !!this.disabled,
79140
79140
  'selected': !!this.checked,
79141
79141
  'xv-tile--error': this.error !== undefined,
79142
- } }, index.h("div", { key: '024ed17aaf59907857075109d743828873e4d276', class: "xv-tile_content" }, this.label && index.h("h4", { key: '68463f12637445165f867ffe312d7f8d6fd9b6a8', class: "xv-tile_content__title" }, this.label), index.h("slot", { key: '2b6ae6bf18fbcb92f7f5b6ae0cfb1053d3321758' })), this.variant === 'selectable' && (index.h("div", { key: '6d5467eb55b41db4f7bf0d3c9aa1e4474a0cad1e', class: "xv-tile_control" }, this.multiple ? (index.h("input", { type: "checkbox", disabled: this.disabled, onChange: this.handleChange, name: this.name, value: this.value, checked: this.checked })) : (index.h("input", { type: "radio", disabled: this.disabled, onChange: this.handleChange, name: this.name, value: this.value, checked: this.checked })))), (this.variant === 'clickable' || this.variant === 'expandable') && (index.h("div", { key: '4c09dc99f437a70f4b4a691eef951eda7f4a1f81', class: "xv-tile_footer" }, index.h("button", { key: 'd88546fc7f7087b85cf2a86e5d9ab779e47af64c', class: { 'xv-tile_footer__icon': true, [`icon--${this.variant}`]: true, open: this.checked } }))), index.h("div", { key: 'eded1c536984b3ee203ec459b0285ebebef01184', class: { 'xv-tile_expandable': true, open: this.checked } }, index.h("slot", { key: '5c36792aff2b6615fe84234bccc98aa77e19516a', name: "expandable" })))));
79142
+ } }, index.h("div", { key: '85d4802231f387612f8262df93083a65055950e3', class: "xv-tile_content" }, this.label && index.h("h4", { key: '3049f2d9f1bd08baee07fd146280feaaf5c55de2', class: "xv-tile_content__title" }, this.label), index.h("slot", { key: 'd133d7927fe40ba12de339672b5fe8e2bff2e8f4' })), this.variant === 'selectable' && (index.h("div", { key: '1db9e3743816f3bd139db323e7a8dea5ccbd3484', class: "xv-tile_control" }, this.multiple ? (index.h("input", { type: "checkbox", disabled: this.disabled, onChange: this.handleChange, name: this.name, value: this.value, checked: this.checked })) : (index.h("input", { type: "radio", disabled: this.disabled, onChange: this.handleChange, name: this.name, value: this.value, checked: this.checked })))), (this.variant === 'clickable' || this.variant === 'expandable') && (index.h("div", { key: 'ac64fdd1244180707754321b41858eed324f4ac8', class: "xv-tile_footer" }, index.h("button", { key: 'f075592678c0f80fb45e06ccc0d215a093f637f3', class: { 'xv-tile_footer__icon': true, [`icon--${this.variant}`]: true, open: this.checked } }))), index.h("div", { key: 'a67eaa9b643a4529f029dc076a75446e59be255e', class: { 'xv-tile_expandable': true, open: this.checked } }, index.h("slot", { key: '3d1278ce8c568f75260e06de4b35a2e0ca533f16', name: "expandable" })))));
79143
79143
  }
79144
79144
  get el() { return index.getElement(this); }
79145
79145
  };
@@ -79171,7 +79171,7 @@ const XvToggle = class {
79171
79171
  };
79172
79172
  }
79173
79173
  render() {
79174
- return (index.h(index.Host, { key: 'f94dc7c5caac8d9b6c749cf79d6a1b3903c8615f', class: { 'xv-toggle': true, disabled: this.disabled, readonly: !!this.readonly, block: !!this.block } }, this.label && index.h("span", { key: '50670a2c4a0acc11cfd1329488ea8915861de152', class: "label" }, this.label), index.h("label", { key: '7649a2a3a10da5d7940c3be1e0047a8d643c3275', class: "control" }, index.h("slot", { key: '87cd20b47941d2539d2bea29ffe8b0e4c40d601d', name: "before" }), index.h("div", { key: '2c3817ec08a7a7de440d54d4143129cab43d904b', class: "control_input" }, index.h("input", { key: 'c1d318be818aab4537879d55a942e1f097cce469', type: "checkbox", readonly: this.readonly, name: this.name, value: this.value, checked: this.checked, disabled: this.disabled || this.readonly, onChange: this.onChange }), index.h("span", { key: '3c54e3d34281df1bc1aaf7f682094e1daf5a0db5', class: "toggle" })), index.h("slot", { key: 'e998d2b200b56083baad9afa26cf23c75d8e15e8', name: "after" }))));
79174
+ return (index.h(index.Host, { key: '9f8f530a17a8075488fcc85c92acecab803fe8f0', class: { 'xv-toggle': true, disabled: this.disabled, readonly: !!this.readonly, block: !!this.block } }, this.label && index.h("span", { key: '1c96cfd9198d0526ec399b9bd3b480ab211f8822', class: "label" }, this.label), index.h("label", { key: 'c47f23246071d3a44090be01c4e4ffa741fa23b4', class: "control" }, index.h("slot", { key: 'd20c9e1d402233f07247369f2be56b24d82b6c2e', name: "before" }), index.h("div", { key: '5514741e4e04a3de5ca9ad72a23b9bd1b377be5a', class: "control_input" }, index.h("input", { key: 'a4a578be505579b2df0251bc3988f09072c712f2', type: "checkbox", readonly: this.readonly, name: this.name, value: this.value, checked: this.checked, disabled: this.disabled || this.readonly, onChange: this.onChange }), index.h("span", { key: 'fbffacbb758f6ae1329a58ead8546cb1641ae4e3', class: "toggle" })), index.h("slot", { key: '77128695f31b7e1af3f7dded667c063da20ad6b0', name: "after" }))));
79175
79175
  }
79176
79176
  static get formAssociated() { return true; }
79177
79177
  };
@@ -79246,7 +79246,7 @@ const XvToggleTip = class {
79246
79246
  }
79247
79247
  ;
79248
79248
  render() {
79249
- return (index.h(index.Host, { key: 'e518c8a24a215ba918f4da5e43f0889cb41dc26c', class: "xv-toggle-tip" }, index.h("div", { key: '05eae3615457df9f32132638c6b7aa304acd97d4', class: "trigger", role: "button", tabindex: "0", "aria-expanded": this.open ? 'true' : 'false', "aria-controls": "popover", onClick: () => this.setPopover(!this.open), ref: (el) => (this.triggerEl = el) }, index.h("slot", { key: '55af7cf18f5fb4877e3e80e64af44b91ca657fce', name: "trigger" }, index.h("svg", { key: '17935d95227817137b217db39ac5aa3d2d5641ac', class: "trigger_icon", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: 16, height: 16 }, index.h("path", { key: '16134c79add993ce4e55dc5211c07bf4b39cff24', fill: "currentColor", d: "M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336c-13.3 0-24 10.7-24 24s10.7 24 24 24l80 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-8 0 0-88c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l24 0 0 64-24 0zm40-144a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" })))), index.h("div", { key: 'af79b60eb672367a58aeffe6414f88088f2ae3c8', class: { popover: true }, role: "tooltip", tabindex: "-1", ref: (el) => (this.popoverEl = el) }, index.h("div", { key: '0202527b82a06c976dd725726dd4c2600e946ce3', class: "popover-tip", part: "tip", "data-popper-arrow": "" }), index.h("div", { key: 'b5fb38c20e289abd5a958e804943efdd6c55e3eb', class: "popover-content" }, index.h("slot", { key: 'b531f4fae759fcd71c943fcda58fe2923e853f42', name: "header" }), index.h("slot", { key: '0b59a06ea38672ca470eb0529616b681e014bd3b', name: "body" }), index.h("slot", { key: '7abcc90ce4f113c9fa2c00a119c1e93b9c83251a', name: "footer" })))));
79249
+ return (index.h(index.Host, { key: '5e8fc4e4aa86141eca3a47d71ee1821ceb22eed6', class: "xv-toggle-tip" }, index.h("div", { key: '297a7f21709054a5d44629cca46455803db0d6d6', class: "trigger", role: "button", tabindex: "0", "aria-expanded": this.open ? 'true' : 'false', "aria-controls": "popover", onClick: () => this.setPopover(!this.open), ref: (el) => (this.triggerEl = el) }, index.h("slot", { key: '4251201f4bf03d2ebce442278d93b1d56f51e0da', name: "trigger" }, index.h("svg", { key: '26c9af2c5a785d6ceb15c216e9829e81ba81aa3d', class: "trigger_icon", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: 16, height: 16 }, index.h("path", { key: 'ca23d9ea9aca4d9c49921a7866e2310ccc05ce82', fill: "currentColor", d: "M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336c-13.3 0-24 10.7-24 24s10.7 24 24 24l80 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-8 0 0-88c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l24 0 0 64-24 0zm40-144a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" })))), index.h("div", { key: '7a9512cf7d0a94db7e58aec59e853f5c3163e026', class: { popover: true }, role: "tooltip", tabindex: "-1", ref: (el) => (this.popoverEl = el) }, index.h("div", { key: '0e8d2cfb30af4d03ee8dcb8faf686ceec5f9df74', class: "popover-tip", part: "tip", "data-popper-arrow": "" }), index.h("div", { key: 'fe347079598a3c092445412242fce61e04c2969a', class: "popover-content" }, index.h("slot", { key: 'daebe203c568fe31674838120258dd053708744b', name: "header" }), index.h("slot", { key: 'c30f01930707aa5330238b527229715148dd0826', name: "body" }), index.h("slot", { key: '5f294cc361b5da3a5b78c4b1f47ac1512937c820', name: "footer" })))));
79250
79250
  }
79251
79251
  disconnectedCallback() {
79252
79252
  this.destroyPopper();
@@ -79299,11 +79299,11 @@ const XvTooltip = class {
79299
79299
  this.destroyTooltip();
79300
79300
  }
79301
79301
  render() {
79302
- return (index.h(index.Host, { key: '12d5d541c845de8a2af7d2846c7a8aae35e01ba7', role: "tooltip", class: {
79302
+ return (index.h(index.Host, { key: '40163af50048de51001777263f9f2f5a62cc30d6', role: "tooltip", class: {
79303
79303
  'xv-tooltip-wrapper': true,
79304
79304
  [`xv-tooltip-wrapper__block`]: !!this.block,
79305
79305
  [`xv-tooltip-wrapper__dashed`]: !!this.dashed,
79306
- } }, index.h("slot", { key: 'a58caf6a6b87ca61698e3849f08ddb3179bf9d56' }, index.h("svg", { key: '9a49e6554a0899777e72651c547d1044a6f18710', xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: 16, height: 16 }, index.h("path", { key: 'b082c688eb0a138f69f7f63ba4e808e6abf9ab8c', fill: "currentColor", d: "M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336c-13.3 0-24 10.7-24 24s10.7 24 24 24l80 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-8 0 0-88c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l24 0 0 64-24 0zm40-144a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" })))));
79306
+ } }, index.h("slot", { key: 'c8bb0a765459862fdfa641e0f14c6b4b5adc0d12' }, index.h("svg", { key: '1219be09101859b51d78cb3537d4178435d852f9', xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: 16, height: 16 }, index.h("path", { key: '8434b45b990f9cfd4585ef52b39a3e2e9ebe2e3b', fill: "currentColor", d: "M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336c-13.3 0-24 10.7-24 24s10.7 24 24 24l80 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-8 0 0-88c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l24 0 0 64-24 0zm40-144a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" })))));
79307
79307
  }
79308
79308
  get el() { return index.getElement(this); }
79309
79309
  };