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.
- package/dist/cjs/xv-accordion-v2_40.cjs.entry.js +40 -40
- package/dist/cjs/xv-accordion-v2_40.cjs.entry.js.map +1 -1
- package/dist/collection/components/xv-file-uploader/xv-file-uploader.css +17 -1
- package/dist/collection/components/xv-file-uploader/xv-file-uploader.js +5 -5
- package/dist/collection/components/xv-file-uploader/xv-file-uploader.js.map +1 -1
- package/dist/collection/components/xv-footer/xv-footer.js +1 -1
- package/dist/collection/components/xv-header/xv-header.js +3 -3
- package/dist/collection/components/xv-link/xv-link.css +21 -9
- package/dist/collection/components/xv-link/xv-link.js +1 -1
- package/dist/collection/components/xv-link/xv-link.js.map +1 -1
- package/dist/collection/components/xv-login-modal/xv-login-modal.js +1 -1
- package/dist/collection/components/xv-login-modal/xv-login-modal.js.map +1 -1
- package/dist/collection/components/xv-modal/xv-modal.js +1 -1
- package/dist/collection/components/xv-notification/xv-notification.js +1 -1
- package/dist/collection/components/xv-number-input/xv-number-input.js +2 -2
- package/dist/collection/components/xv-overflow-menu/xv-overflow-menu-item/xv-overflow-menu-item.js +1 -1
- package/dist/collection/components/xv-overflow-menu/xv-overflow-menu.js +2 -2
- package/dist/collection/components/xv-pagination/xv-pagination.js +1 -1
- package/dist/collection/components/xv-progress-indicator/xv-progress-indicator-item/xv-progress-indicator-item.js +1 -1
- package/dist/collection/components/xv-progress-indicator/xv-progress-indicator.js +1 -1
- package/dist/collection/components/xv-slider/xv-slider.js +1 -1
- package/dist/collection/components/xv-table/xv-table-cell/xv-table-cell.js +1 -1
- package/dist/collection/components/xv-table/xv-table-expand/xv-table-expand.js +1 -1
- package/dist/collection/components/xv-table/xv-table-row/xv-table-row.js +1 -1
- package/dist/collection/components/xv-table/xv-table.js +1 -1
- package/dist/collection/components/xv-tabs/xv-tab/xv-tab.js +1 -1
- package/dist/collection/components/xv-tag/xv-tag.js +1 -1
- package/dist/collection/components/xv-text-input/xv-text-input.js +2 -2
- package/dist/collection/components/xv-textarea/xv-textarea.js +2 -2
- package/dist/collection/components/xv-tile/xv-tile.js +2 -2
- package/dist/collection/components/xv-toggle/xv-toggle.js +1 -1
- package/dist/collection/components/xv-toggle-tip/xv-toggle-tip.js +1 -1
- package/dist/collection/components/xv-tooltip/xv-tooltip.js +2 -2
- package/dist/esm/xv-accordion-v2_40.entry.js +40 -40
- package/dist/esm/xv-accordion-v2_40.entry.js.map +1 -1
- package/dist/xv-webcomponents/{p-87177606.entry.js → p-dd76640e.entry.js} +2 -2
- package/dist/xv-webcomponents/p-dd76640e.entry.js.map +1 -0
- package/dist/xv-webcomponents/xv-webcomponents.esm.js +1 -1
- package/package.json +1 -1
- package/dist/xv-webcomponents/p-87177606.entry.js.map +0 -1
|
@@ -77733,7 +77733,7 @@ var XvFileUploaderVariants;
|
|
|
77733
77733
|
XvFileUploaderVariants["DRAG_DROP"] = "drag-drop";
|
|
77734
77734
|
})(XvFileUploaderVariants || (XvFileUploaderVariants = {}));
|
|
77735
77735
|
|
|
77736
|
-
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);
|
|
77736
|
+
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}";
|
|
77737
77737
|
|
|
77738
77738
|
const XvFileUploader = class {
|
|
77739
77739
|
constructor(hostRef) {
|
|
@@ -77765,8 +77765,9 @@ const XvFileUploader = class {
|
|
|
77765
77765
|
this.handleFiles(droppedFiles);
|
|
77766
77766
|
};
|
|
77767
77767
|
this.handleFiles = (files) => {
|
|
77768
|
-
|
|
77769
|
-
this.filesChange.emit(
|
|
77768
|
+
const newFiles = this.validation(this.multiple ? [...this.files, ...files] : files);
|
|
77769
|
+
this.filesChange.emit(newFiles);
|
|
77770
|
+
this.files = newFiles;
|
|
77770
77771
|
};
|
|
77771
77772
|
this.onDragOver = (event) => {
|
|
77772
77773
|
event.preventDefault();
|
|
@@ -77820,11 +77821,10 @@ const XvFileUploader = class {
|
|
|
77820
77821
|
}
|
|
77821
77822
|
}
|
|
77822
77823
|
render() {
|
|
77823
|
-
|
|
77824
|
-
return (h(Host, { key: '4a33985fd3a6b9213d592ebec1b5b8abbf1d27df', class: { 'upload-wrapper': true, [`uploader-${this.size}`]: true, disabled: !!this.disabled } }, this.label && h("label", { key: '127894a635ce497df0a3a4732f5fc5a28f4d635b', class: "label" }, this.label), this.description && h("p", { key: 'dc34a999207c109b45f6e793552ff93b144fde85', class: "description" }, this.description), this.variant === 'button' ? (h("xv-button-v2", { variant: this.buttonVariant, disabled: this.disabled, onClick: () => this.fileInput.click() }, this.addText || 'Dateien auswählen')) : (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 && h("span", null, " (", this.accept.join(', '), ")"))), h("input", { key: 'f7d47bff9993ab16abb38d70a065c6778f141359', ref: el => (this.fileInput = el), type: "file", hidden: true, onChange: this.onFileSelect, multiple: this.multiple, accept: this.accept.join(',') }), h("ul", { key: '04f33d47b7f3389b29b880261eb7d032ffea37e4', class: "file-list" }, this.files.map((file, index) => {
|
|
77824
|
+
return (h(Host, { key: '6f8e49429611dc6c961136e381f742ea0ea4ef9f', class: { 'upload-wrapper': true, [`uploader-${this.size}`]: true, disabled: !!this.disabled, error: !!this.error } }, this.label && h("label", { key: '43a3a8b5c262ea21cf3162d19a89fe4bb8227a1a', class: "label" }, this.label), this.description && h("p", { key: 'ba64189ef795fd54c882038e2390a6895c0b5947', class: "description" }, this.description), this.variant === 'button' ? (h("xv-button-v2", { class: "uploadBtn", variant: this.buttonVariant, disabled: this.disabled, onClick: () => this.fileInput.click() }, this.addText || 'Dateien auswählen')) : (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.')), 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 && h("p", { key: '883f236ab210ca491df05dbccd87d9e5e7604420', class: "global-error" }, this.error), h("ul", { key: 'abea08be6ef6a2789e201ffc957e473a312ad9ff', class: "file-list" }, this.files.map((file, index) => {
|
|
77825
77825
|
var _a, _b;
|
|
77826
77826
|
return (h("li", { class: { file: true, withError: !!(((_a = this.errors) === null || _a === void 0 ? void 0 : _a[index]) || ((_b = this.errorMessages) === null || _b === void 0 ? void 0 : _b[index])) } }, h("div", { class: "file_container" }, h("span", { class: "file_container_name" }, file.name), this._renderLoaderState(index)), this._renderError(index)));
|
|
77827
|
-
}))
|
|
77827
|
+
}))));
|
|
77828
77828
|
}
|
|
77829
77829
|
_renderLoaderState(index) {
|
|
77830
77830
|
var _a, _b, _c;
|
|
@@ -77874,7 +77874,7 @@ const Xvfooter = class {
|
|
|
77874
77874
|
}
|
|
77875
77875
|
}
|
|
77876
77876
|
render() {
|
|
77877
|
-
return (h("footer", { key: '
|
|
77877
|
+
return (h("footer", { key: 'b304009e8caaf7f81a123bcd0e5399ee0baa68eb' }, h("div", { key: 'ac60278fe82d17f121cdfb6234afccc15f361992', innerHTML: this.htmlContent })));
|
|
77878
77878
|
}
|
|
77879
77879
|
get el() { return getElement(this); }
|
|
77880
77880
|
};
|
|
@@ -78040,9 +78040,9 @@ const XvHeader = class {
|
|
|
78040
78040
|
}
|
|
78041
78041
|
render() {
|
|
78042
78042
|
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;
|
|
78043
|
-
return (h("div", { key: '
|
|
78044
|
-
_v.map(item => (h("li", null, h("a", { href: item.Url, target: item.Target || '_self' }, h("i", { class: item.CssClass }), "\u00A0", item.Text)))), ((_w = this.metaNav) === null || _w === void 0 ? void 0 : _w.IsManager) && (h("li", { key: '
|
|
78045
|
-
_7.map(item => (h("li", null, h("a", { href: item.Url, target: item.Target || '_self' }, h("i", { class: item.CssClass }), item.Text)))), h("li", { key: '
|
|
78043
|
+
return (h("div", { key: 'ac5ab8540ac572a2ee4a59c198ebd8d519e6322c', id: "nav-container", class: "xv-header" }, h("nav", { key: '7278ae8c72c00b9641579adae6f58857a35dc816', class: "navbar navbar-default navbar-fixed-top backend-force-relative" }, h("div", { key: '955c3f1e30fd6ebf8cfb30c6934b777c2051c10c', class: "container" }, h("div", { key: '22387ad1f758f832aca07eab59f6ec93130324c5', class: "row" }, h("div", { key: '140332e3a0d73c358563a803174f45f31caf5fa0', class: "col-sm-3 col-xs-3 col-xxs-4 no-padding-right" }, h("div", { key: '9c91d10abd086735cd58af6837c368f1616e023f', class: "navbar-header" }, h("button", { key: '3db833e9cb4802c9c2d58d616f6945de41e5535d', class: "btn btn-default navbar-toggle pull-left navbar-btn", "data-toggle": "collapse", "data-target": "#main-menu" }, h("i", { key: '6e6a094674f9cf631a7e68e99a9e7ac65181f2db', class: "fa fa-bars fa-lg", "aria-hidden": "true" })), h("div", { key: '6db7e39cb7465b0f4ebde9590405ff7c643fd705', class: "visible-xs-inline" }, h("a", { key: '29709a63271d4cbe603f59b70ef4f4e3f077895a', href: "https://www.crossvertise.com/", class: "navbar-brand" }, h("img", { key: 'eec4bd9df89413994628b61bd4062aa0949123b4', src: "https://www.crossvertise.com/ResourcePackages/Bootstrap/assets/dist/images/logo-small.svg", alt: "Crossvertise" }))), h("div", { key: '2b57687ccffad2ed55a71d6a29138242601276cd', class: "hidden-xs" }, h("a", { key: 'f9b8814ceaf2bbbbdb2eb67b4ec42e9b121084ef', href: "https://www.crossvertise.com/", class: "navbar-brand" }, h("img", { key: '3c95f61581d48c68cc956ddf336ab86edcc5ee2f', loading: "lazy", src: "https://www.crossvertise.com/ResourcePackages/Bootstrap/assets/dist/images/logo.svg", alt: "Crossvertise" }))))), h("div", { key: 'e3f531997774651dc01a659f25672dd772127bef', class: "col-sm-9 col-xs-9 col-xxs-8 no-padding-left" }, h("ul", { key: '362527551c76623b102f53646aad3cbe4cc7666d', class: "nav nav-pills nav-meta pull-right" }, ((_a = this.metaNav) === null || _a === void 0 ? void 0 : _a.ImpersonationInfo) && (h("li", { key: 'f29eec30670e57b295f5a87600a4a4ffc4d29202' }, h("div", { key: '169424973a4d067d69bb088bd79a70217c05cf20', class: "btn btn-link navbar-btn navbar-btn-cust hidden-xs", onClick: this.togglePopover }, h("i", { key: '11029d2a0703bdc7ee9bd3471681165e678e3904', class: "fa fa-user" }), h("i", { key: 'e01fed2d01dd581fef8f5307fa94d1a38a95dbc0', class: "fa fa-exchange-alt" })), h("div", { key: '63b5a9df6e63f48ae4e367c53e8926cde585f1ea', class: "popover popover-fixed fade bottom in", style: { "display": this.showPopover ? "block" : "none" } }, h("div", { key: '43867cbfd4ae23ed888a28fdc88100627310eb99', class: "arrow" }), h("h3", { key: 'bb33130af90640a4f407e39ca88c2bdace62728d', class: "popover-title" }, "Momentan ist die Kundenperspektive aktiviert f\u00FCr:"), h("div", { key: 'f61c8538466e82231e8df4be1e85838839cf6c3e', class: "popover-content" }, h("div", { key: '08bbc4ac14149d3ec2534082cdaabe11a3d246af', class: "row" }, h("div", { key: '9fb4e89beb9f230b5badf138d6db85cdf49cdfc6', class: "col-xs-12" }, h("table", { key: '0c08f50f519ac98fda6fce11e25f1d70f9edd7f8', class: "table-condensed" }, h("tbody", { key: '8be9d525efbc033e60d511d3daeeba1a2aea9dad' }, h("tr", { key: '1ea0964164eab8e534ef64ae52e151761d71b81b' }, h("td", { key: 'bd0aa38b576dd93edf560b4bf5f1b41f49345c86' }, h("span", { key: '98c92b03dd705cc5d46f493c68acf4221cfb762c' }, (_c = (_b = this.metaNav) === null || _b === void 0 ? void 0 : _b.ImpersonationInfo) === null || _c === void 0 ? void 0 : _c.NameAndTitle))), h("tr", { key: 'c5d24896917130772c18652889ca7034ecd29e72' }, h("td", { key: '2b600d0cab23f9e9e38c7ab11e6c6b64db51877c' }, h("span", { key: 'bf1d0666ea714b840e3c985f60e4b6302083af53' }, (_e = (_d = this.metaNav) === null || _d === void 0 ? void 0 : _d.ImpersonationInfo) === null || _e === void 0 ? void 0 : _e.CompanyName))), h("tr", { key: 'c152adbf5331c5c0f85f009779cb683865be4ce9' }, h("td", { key: '9324780f7d42c191f0c4ed6d235a15095262db6c' }, h("span", { key: '26e5b45cee4d80b4569c76a2e019b216a09a5725' }, (_g = (_f = this.metaNav) === null || _f === void 0 ? void 0 : _f.ImpersonationInfo) === null || _g === void 0 ? void 0 : _g.Email))), h("tr", { key: 'f5902d6035734470324e4d6df6adf1ee2ee9f634' }, h("td", { key: '262b1116ba7a33289500c5020b6c41ed69373156' }, h("span", { key: 'fbcfeb3f1d39472e8fddd80862a57984fed399e4' }, (_j = (_h = this.metaNav) === null || _h === void 0 ? void 0 : _h.ImpersonationInfo) === null || _j === void 0 ? void 0 : _j.PhoneOffice)))))))), h("div", { key: 'a52780c2719705ac4b499d7637875d67262edf0a', class: "row contact-contactform-container", id: "contact-contactform-container-nav" }, h("div", { key: 'bfe0888dc3e66e72385a5e8f3f1b8844829d05d5', class: "col-xs-12" }, h("a", { key: 'f1a7520e7259c5bb65544950aab0b8f411c877f1', class: "btn btn-primary btn-block", href: "/de-de/mycrossvertise/account/clearimpersonation" }, "Kundenperspektive verlassen")))))), h("li", { key: '9ed578aba244b01e7600ff67514c901d182194d8' }, h("a", { key: '0a3c4b4f8aa342b515a5d7af949183a3acac33c8', class: "btn btn-link navbar-btn hidden-xs", href: "#" }, "Kontakt"), h("a", { key: '5832b8b7b69d2302c1e9dc5846658c61b3686afa', href: "/contact", class: "btn btn-link navbar-btn hidden-xs", style: { display: 'none' } }, "Kontakt"), h("a", { key: '0c8aac7de52ab0eb28e3d25f6953dd411c21b456', class: "btn btn-default btn-link navbar-btn visible-xs hidden-xxs", href: "#" }, h("i", { key: 'cecd77402d3b3a3160c667356a8ee82137addf76', class: "fa fa-phone" }))), ((_k = this.metaNav) === null || _k === void 0 ? void 0 : _k.IsManager) && (h("li", { key: 'a7bd180f097d1341496a5b4f340aa08066428854', class: "dropdown" }, 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" }, h("i", { key: 'dc39be191f354aeac1b7fc9fe67df5d5d723c84e', class: "fas fa-bell fa-lg" }), 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) && (h("li", { key: '12f4b0d3d87806b972e17484b1a12d011a90dcd0', class: "dropdown", id: "my-xv-menu" }, 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" }, h("i", { key: '9e5b68db85649a1dbba1638295d69c8707dce1b3', class: "fa fa-user fa-lg text-success", "aria-hidden": "true" }), "\u00A0", h("span", { key: '9138ca24b745304749098f478db06a71c5d5c4c4', class: "hidden-xs" }, (_m = this.metaNav) === null || _m === void 0 ? void 0 : _m.UserMenuText), "\u00A0", h("span", { key: '33e5c49c420a0b9bca1772e0b68fea37614683f3', class: "caret" })), h("ul", { key: '77fa4c1aba6a70bde530327ced36266feacb2b81', class: "dropdown-menu-left dropdown-menu navbar-myxv" }, ((_o = this.metaNav) === null || _o === void 0 ? void 0 : _o.IsManager) && (h("li", { key: '67c828422490e8a60550d0aaaecda83d38e667a8' }, h("a", { key: '87e30607de73a9586b6fd45db0b65421b311945a', onClick: () => this.toggleCockpitMenu() }, h("i", { key: 'f297c525fd18f9e6832434ca8a7fe7a83600e140', class: "fa fa-tachometer-alt fa-fw" }), "\u00A0Cockpitfunktionen \u00A0", 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 => (h("li", { class: 'user-menu-item' }, h("a", { href: item.Url, target: item.Target || '_self' }, h("i", { class: item.CssClass }), "\u00A0\u00A0", item.Text))))), ((_r = this.metaNav) === null || _r === void 0 ? void 0 : _r.IsManager) && (h("li", { key: 'eb3d69b70dd9fd6c11e2e6ca16baf8c03f447b63' }, h("a", { key: '2940530becd55e17fdf7b49c50d591f20e741ca5', onClick: () => this.toggleEntitiesMenu() }, h("i", { key: 'e723d0042ff0591721fc7d7aeb8a39561fe1d902', class: "fa fa-cubes" }), "\u00A0Entit\u00E4ten \u00A0", 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 => (h("li", { class: 'user-menu-item' }, h("a", { href: item.Url, target: item.Target || '_self' }, 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 :
|
|
78044
|
+
_v.map(item => (h("li", null, h("a", { href: item.Url, target: item.Target || '_self' }, h("i", { class: item.CssClass }), "\u00A0", item.Text)))), ((_w = this.metaNav) === null || _w === void 0 ? void 0 : _w.IsManager) && (h("li", { key: 'bcda502ffeb35d839f990bb20dba6a87b327448d', role: "separator", class: "divider" })), ((_x = this.metaNav) === null || _x === void 0 ? void 0 : _x.IsManager) && (h("li", { key: 'eb60e547efa4f88c177c8e9591fc28132531f298' }, h("a", { key: 'f7901f6d7333795dd3c05d90931d4b869d2ae122', onClick: () => this.toggleUserMenu() }, h("i", { key: 'fef7199e53cb81747188f24f9657ed9cdc0bab2b', class: "fa fa-user" }), "\u00A0Mein Crossvertise \u00A0", h("span", { key: 'f21a94142954e8b7c898925fb53a5a1ffc683ab4', class: "badge" }, (_y = this.metaNav) === null || _y === void 0 ? void 0 : _y.PendingItems), 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 => (h("li", { class: 'user-menu-item' }, h("a", { href: item.Url, target: item.Target || '_self' }, h("i", { class: item.CssClass }), item.Text, "\u00A0", item.BadgeText && (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) && (h("li", { key: '26d30240826d6fff7c573f45ff91299876ffaae7', class: 'user-menu-item' }, 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 }, h("i", { key: '08a5dcdc4a9f4a8e7387cc11b1f1b292c07cceae', class: "fa fa-exchange-alt" }), "Kundenperspektive verlassen"))), ((_5 = this.metaNav) === null || _5 === void 0 ? void 0 : _5.IsManager) && (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 :
|
|
78045
|
+
_7.map(item => (h("li", null, h("a", { href: item.Url, target: item.Target || '_self' }, h("i", { class: item.CssClass }), item.Text)))), h("li", { key: 'a532cad8132e89e37cd7cacebef0722fb414d47f' }, h("a", { key: '0fe90286367e167d89835d8a6dd854e2cff57548', href: "/de-de/mycrossvertise/account/logoff?returnUrl=/" }, h("i", { key: '1d2f654856f0d92980c23ad74eed4d9c01447973', class: "fa fa-sign-out-alt fa-fw", "aria-hidden": "true" }), "Logout"))))), h("li", { key: 'e2dd0ad580900a2f1b79c0759ca1f2c96af24e66', class: "visible-sm-block visible-xs-block hidden-xxs" }, h("a", { key: 'f2e58f3613ea961fed80d618a0266bc23beed726', class: "btn btn-default navbar-btn btn-link", "data-toggle": "collapse", "data-target": "#search-collapse" }, h("i", { key: '20266c2be2b2a663bc5b958d2b2f6a9b673a2617', class: "fa fa-search", "aria-hidden": "true" }))), !((_8 = this.metaNav) === null || _8 === void 0 ? void 0 : _8.IsAuthenticated) && (h("li", { key: '8ad31eb85e8973e7883b3a4cb0ff851ed6f8b692', class: "hidden-md hidden-lg" }, h("a", { key: '39d62356a69b522489ebc0b3643b700921ed8053', class: "btn btn-default navbar-btn btn-link mob-login", href: "/de-de/mycrossvertise/account/logon" }, h("i", { key: '01d5ab062c5781fe541532f7514d33cfb79e937f', class: "fa fa-user fa-lg", "aria-hidden": "true" })))), h("xv-login-modal", { key: 'ee55526aa5eec8d83fad390251a47031a6784839', visible: this.showLoginModal, onClose: this.closeLoginModal }), !((_9 = this.metaNav) === null || _9 === void 0 ? void 0 : _9.IsAuthenticated) && (h("li", { key: '4590fa557ec1653a6d9b5a6a224be09c8384a9a2', class: "hidden-xs hidden-sm" }, h("a", { key: 'b975ca963fde187d094932a997b92eaa3be7aa7b', role: "button", onClick: this.openLoginModal, class: "btn btn-default navbar-btn btn-link" }, h("i", { key: '733fdd8facb5fbb11379b387e854743def9919c0', class: "fa fa-user fa-lg", "aria-hidden": "true" }), h("span", { key: '6a7af8fda262b425d4f1a284f770fdfb0817f32e', class: "padding-sm-left" }, "Login")))), !((_10 = this.metaNav) === null || _10 === void 0 ? void 0 : _10.IsAuthenticated) && (h("li", { key: '703609804d1f4c17527db1baacf3f4ce0537b2a6', class: "hidden-xs" }, h("a", { key: 'b95dc6461816429035de81e6b70e014efa93e428', class: "btn btn-default navbar-btn btn-link", href: "/de-de/mycrossvertise/account/register" }, h("span", { key: '1f780812a8a1506448c5c59ee3dfc27f6f353ab4' }, "Registrieren")))), h("li", { key: '8a4988a9801c5771b26306a83f704471728b7936', class: "navbar-divider hidden-xs" }), h("li", { key: 'f824616d840290dc08d542b8e6ba8438097aa1c2' }, h("a", { key: '4300f2d33f86c4155e58cbf1be334312270cb3fe', class: "btn btn-success navbar-btn", href: "/angular/shopping-cart" }, h("span", { key: 'a4f2a6d27ba1040c8890b323a28a759bc77225d5', class: "xv-font-icon-warenkorb fa-lg fa-fw", "aria-hidden": "true" }), h("span", { key: '8a5ae8e82f042c1bfc31ead49b452445dc5d8aef', class: "hidden-xs hidden-sm" }, "\u00A0Warenkorb\u00A0"), 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))))))), h("div", { key: '2a240df391c038a1171ff45de84864217e636471', class: "collapse hidden-md hidden-lg", id: "search-collapse" }, h("div", { key: '3b3aed19df1154fab8243e4f4381741db74353bd', class: "container" }, h("form", { key: 'fc964ea660a1b8f4240264c1c3dd9987af856224', action: "/de-de/media/search", class: "navbar-form", method: "get", role: "search" }, h("div", { key: '8c5bd58cf70cefb2252675a2931d956e6f588123', class: "input-group" }, h("input", { key: '200823c85d7abf4d5eb2c507a47786d04377c6b8', class: "form-control", name: "Q", placeholder: "Suche", type: "text", autocomplete: "off" }), h("span", { key: '39f0760ba3c5f9a4ddedcebaeb55db484a9d43ef', class: "input-group-btn force-full-width" }, h("button", { key: 'f4403ce2827e29caeff209f863f3686545f0c4d4', class: "btn btn-default search-addon", type: "submit" }, h("i", { key: 'fa9b70070f4251cb2cb6726d87190a0809245516', class: "fa fa-search", "aria-hidden": "true" })))))))), h("div", { key: 'dd74bb17a34ae9371c7ec3910e86e624aab29c7f', innerHTML: this.htmlContent }), 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: {
|
|
78046
78046
|
width: `${(_13 = this.listPosition) === null || _13 === void 0 ? void 0 : _13.width}px`,
|
|
78047
78047
|
top: `${(_14 = this.listPosition) === null || _14 === void 0 ? void 0 : _14.top}px`,
|
|
78048
78048
|
left: `${(_15 = this.listPosition) === null || _15 === void 0 ? void 0 : _15.left}px`,
|
|
@@ -78058,7 +78058,7 @@ const XvHeader = class {
|
|
|
78058
78058
|
};
|
|
78059
78059
|
XvHeader.style = xvHeaderCss;
|
|
78060
78060
|
|
|
78061
|
-
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
|
|
78061
|
+
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%}";
|
|
78062
78062
|
|
|
78063
78063
|
const XvLink = class {
|
|
78064
78064
|
constructor(hostRef) {
|
|
@@ -78074,7 +78074,7 @@ const XvLink = class {
|
|
|
78074
78074
|
e.stopPropagation();
|
|
78075
78075
|
}
|
|
78076
78076
|
render() {
|
|
78077
|
-
return (h(Host, { key: '
|
|
78077
|
+
return (h(Host, { key: '665497b358e7f87f58c1a85600f767d4386915b4', class: { [`xv-link_${this.variant}`]: true, disabled: !!this.disabled } }, 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 }, h("slot", { key: '7b305021247807c23c4ff61907d57053780e9f4b', name: "icon-left" }), h("slot", { key: '1c2ae94ea4dfe8b685bad6aad6e4b2ed818738f4' }), h("slot", { key: '924a2ef498cba34ca379ec6d1382600dc4745779', name: "icon-right" }))));
|
|
78078
78078
|
}
|
|
78079
78079
|
};
|
|
78080
78080
|
XvLink.style = xvLinkCss;
|
|
@@ -78201,7 +78201,7 @@ const XvLoginModal = class {
|
|
|
78201
78201
|
renderPasswordLogin() {
|
|
78202
78202
|
if (!this.passwordLoginEnabled)
|
|
78203
78203
|
return null;
|
|
78204
|
-
return (h("label", { class: "pull-right spacer" }, h("a", { href: "/de-de/mycrossvertise/account/lostpassword"
|
|
78204
|
+
return (h("label", { class: "pull-right spacer" }, h("a", { href: "/de-de/mycrossvertise/account/lostpassword" }, "Passwort vergessen?")));
|
|
78205
78205
|
}
|
|
78206
78206
|
renderOAuthProviders() {
|
|
78207
78207
|
if (!this.oauthLoginEnabled)
|
|
@@ -78283,7 +78283,7 @@ const XvModal = class {
|
|
|
78283
78283
|
}
|
|
78284
78284
|
render() {
|
|
78285
78285
|
var _a;
|
|
78286
|
-
return (h(Host, { key: '
|
|
78286
|
+
return (h(Host, { key: '955e4ea0026b0fdb556faf32c052c130f1f0607a', role: "dialog", size: this.size, id: this.el.id }, h("slot", { key: '711de0fcd94f5a9741db426c14a44111205064a2', name: "trigger", onSlotchange: this.setupTrigger }), h("div", { key: 'f99ad60faac1d2ec99046867e19c906d4cd77331', class: { backdrop: true }, onClick: this.onBackdropClick }, h("div", { key: 'd839b8e06067b7234d47538a194b0df64a382c37', class: "modal" }, h("button", { key: '18a399a8c385685df82c8efe5a77463855cc8c98', class: "modal_close", onClick: this.closeModal.bind(this) }, "\u00D7"), h("div", { key: 'de556e7fe987e34895a2f67c603af97d059a1f62', class: "modal_header" }, h("slot", { key: '6a293df642c3345cc96c2cdbce019794fc9383c1', name: "header" }, ((_a = this.el) === null || _a === void 0 ? void 0 : _a.title) && h("h5", { key: '2c8ba4d6c926fddbccb36a2c399afc4e7857d202', class: "modal_header__title" }, this.el.title))), h("div", { key: '37a6b3994d66b7f79d23ac321247c5cfd757ce62', class: { 'modal_content': true, overflow: this.overflow } }, h("slot", { key: '64d73fb4cbeaab5d508fd68cc57567c55f52b631' })), h("div", { key: '32656ac7856f1bf28b1ca53c6d3b258bc63b8ccc', class: "modal_footer" }, h("slot", { key: 'b65e9970deb0ac5ae66146cee88ac123dbf6e02b', name: "footer" })), !!this.loading && (h("div", { key: '89d85d07841b71def836f8f0996288616dfe1f37', class: "loading" }, h("xv-loader-v2", { key: 'ae8b8ef2a404777274e04a94a66df48e8938f307', size: SIZE_VAR.LG })))))));
|
|
78287
78287
|
}
|
|
78288
78288
|
disconnectedCallback() {
|
|
78289
78289
|
this.removeTriggerListener();
|
|
@@ -78329,7 +78329,7 @@ const XvNotification = class {
|
|
|
78329
78329
|
};
|
|
78330
78330
|
}
|
|
78331
78331
|
render() {
|
|
78332
|
-
return (h(Host, { key: '
|
|
78332
|
+
return (h(Host, { key: '6a53f8a56a88dc740ef8248c869cf796f441b015', class: "xv-notification", type: this.variant }, this.renderIcon(this.variant), h("div", { key: 'd9e7f8b233d2737449d793c633b34b8553a1ac0d', class: "content" }, h("div", { key: 'de6c6d2602296dfe772e32e883e5454b9a118e5d', class: "content_wrapper" }, this.el.title && h("h5", { key: '3c3ff5fee090d68174bf85056de1e625a48de158', class: "content_title" }, this.el.title), h("slot", { key: '9f1ec56aadc8dd7541d5ca4c2c86a3fe1d6f2359' })), h("slot", { key: '5cbf8639e2b835e3e3a4ec17a46df1a96cb9c8e8', name: "footer" })), this.dismissible && h("button", { key: '8396b24f57bdcd3a4710667078d10e5ea3d93476', class: "close", onClick: this.closeHandle })));
|
|
78333
78333
|
}
|
|
78334
78334
|
static get assetsDirs() { return ["xv-notification/icons"]; }
|
|
78335
78335
|
get el() { return getElement(this); }
|
|
@@ -78379,12 +78379,12 @@ const XvNumberInput = class {
|
|
|
78379
78379
|
this.valueChange.emit(this.value);
|
|
78380
78380
|
}
|
|
78381
78381
|
render() {
|
|
78382
|
-
return (h(Host, { key: '
|
|
78382
|
+
return (h(Host, { key: '4332de45f87d2a03cea952dbeb6b00d22fe42d33', class: { disabled: !!this.disabled } }, h("label", { key: '6434c0d769aad4b9f1525e2f083ef92b6e6fe911', class: "control" }, this.label && h("span", { key: 'b7bbf9016f18ab23edc16920c3a46ce6b627869c', class: "control_label" }, this.label), h("div", { key: '7177e1f3da02ab4c6ed96107abede4cc118a92b7', class: {
|
|
78383
78383
|
'control_input': true,
|
|
78384
78384
|
readonly: !!this.readonly,
|
|
78385
78385
|
error: !!this.error,
|
|
78386
78386
|
warning: !!this.warning
|
|
78387
|
-
} }, h("input", { key: '
|
|
78387
|
+
} }, 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 }), h("div", { key: 'a7ad551b617b3ae31a2651a00d530dcbfa1fdd3c', class: "control_input__icons" }, this.loading ? (h("xv-loader-v2", { size: SIZE_VAR.XS })) : !!this.error ? (h("span", { class: "status-icon error", "aria-hidden": "true" }, "!")) : !!this.warning ? (h("span", { class: "status-icon warning", "aria-hidden": "true" }, "\u26A0")) : null, h("xv-button-v2", { key: 'eb68dd2c86b1ce6d33bb69924ce9f584a5196a48', size: this.size, variant: "ghost", disabled: this.disabled || this.readonly, onClick: this.decrement, "aria-label": "Decrease" }, h("span", { key: 'fc0d691ef1abaf67168f8a1da3e78914a632bed8', slot: "icon-left", class: "status-icon" }, "\u2212")), h("hr", { key: '883f4fd51d869839579dcc816ebba2268c8fa845' }), h("xv-button-v2", { key: '3aec4fcce95d314009f15226f9004d5932623d3d', size: this.size, variant: "ghost", disabled: this.disabled || this.readonly, onClick: this.increment, "aria-label": "Increase" }, h("span", { key: '3a5340385b28adfb61eccc89b67b34f0231dc721', slot: "icon-left", class: "status-icon" }, "+"))))), this.helper && h("p", { key: '9a4dc9943b1e7065cc7779cfb063e10ecfe48742', class: "message" }, this.helper), typeof this.error === 'string' ? (h("p", { class: "message error" }, this.error)) : typeof this.warning === 'string' ? (h("p", { class: "message warning" }, this.warning)) : null));
|
|
78388
78388
|
}
|
|
78389
78389
|
static get formAssociated() { return true; }
|
|
78390
78390
|
};
|
|
@@ -78442,8 +78442,8 @@ const XvOverflowMenu = class {
|
|
|
78442
78442
|
}
|
|
78443
78443
|
}
|
|
78444
78444
|
render() {
|
|
78445
|
-
const button = (h("button", { key: '
|
|
78446
|
-
return (h(Host, { key: '
|
|
78445
|
+
const button = (h("button", { key: '1f5a03f0edb10bf440c56453b352ff8166c3dd8a', class: { btn: true, open: this.open }, onClick: this.onOpenToggle, disabled: this.disabled }, h("slot", { key: '0a26080eaa1210e9b5d5322cc30ea6848de0c08d', name: "trigger" }, h("svg", { key: '3482d1306c2d5040354d58300bad8d42e2f6b044', xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 128 512" }, 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" })))));
|
|
78446
|
+
return (h(Host, { key: '7a8649dd7246da951efc169e24f1f9bc393a0666', class: "xv-overflow-menu", size: this.size, role: "menu", tabindex: -1 }, this.tooltip ? h("xv-tooltip-v2", { message: this.tooltip }, button) : button, h("div", { key: 'd67cddd3034495d829f71e25faeac7ce807d1c17', class: { list: true, open: this.open, [`position-${this.position}`]: true } }, h("slot", { key: 'e2896b9dadb5f8ac596ef1f7f2528f24a67fe45d' }))));
|
|
78447
78447
|
}
|
|
78448
78448
|
componentDidLoad() {
|
|
78449
78449
|
this.openChangeHandle();
|
|
@@ -78479,7 +78479,7 @@ const XvOverflowMenuItem = class {
|
|
|
78479
78479
|
this.itemClick.emit({ event, value: this.value });
|
|
78480
78480
|
}
|
|
78481
78481
|
render() {
|
|
78482
|
-
return (h(Host, { key: '
|
|
78482
|
+
return (h(Host, { key: '65fc2c397df35bf70e20ba175f02a331f23926dc', class: "xv-overflow-menu-item", role: "menuitem", disabled: this.disabled }, h("slot", { key: 'aa60dca9ee4c5c468cc92d4cc7706ea2751dbb33' })));
|
|
78483
78483
|
}
|
|
78484
78484
|
};
|
|
78485
78485
|
XvOverflowMenuItem.style = xvOverflowMenuItemCss;
|
|
@@ -78550,7 +78550,7 @@ const XvPagination = class {
|
|
|
78550
78550
|
this.pageChange.emit({ page: this.page, itemsPerPage: this.itemsPerPage });
|
|
78551
78551
|
}
|
|
78552
78552
|
render() {
|
|
78553
|
-
return (h(Host, { key: '
|
|
78553
|
+
return (h(Host, { key: 'a4f4e9c94608e459a140236606b413a23aced530', class: { block: this.block, [this.variant]: !!this.variant, [this.size]: !!this.size } }, this.variant === 'full' && (h("div", { key: '954bd92622366fc8c8595d2a70377443646ea4a0', class: "block" }, h("select", { key: '12f40bfc4e21f7d266b509ed9366c9447809a73d', class: "options-select", name: "options", onChange: this.handleItemsPerPageChange }, this.itemsPerPageOptions.map((v) => v <= this.total && h("option", { value: v }, v))))), this.variant === 'full' && (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' && (h("div", { key: 'e8da956b9ad1a136a7f6927d608d35aac5fe6863', class: "block" }, h("select", { key: '97dcd085d8bb20d6558d66e3f1b1358051adb8c8', class: "options-select", name: "pages", onChange: this.handlePageSelectChange }, Array.from({ length: this.total }, (_, i) => (h("option", { selected: this.page === i + 1, value: i + 1 }, i + 1)))), h("span", { key: '0d9c45b79442ad83bb0cb13feea198c13796297a' }, "von ", this.total, " Seiten"))), this.variant === 'compact' && h("span", { key: '296ee6301bb6123d548ac34b87e49d395dc125a0', class: "block" }, "Seite ", this.page), h("xv-button-v2", { key: '7ca765cb5ba97ebc1fb7a5c54620b2995719d841', variant: "ghost", size: this.size, onClick: () => this.handlePageChange(this.page - 1), disabled: this.page <= 1 }, h("span", { key: '507ce46425c0d16b7874fc35e5fc1257a08547b1', slot: "icon-left", class: "icon icon_prev" })), this.variant === 'regular' && (h("ul", { key: '33be9e42895881a44587f32ee587968daf70ee67', class: "list" }, this.visiblePagesWithDots.map((page) => (h("li", { class: { active: this.page === page } }, page === 'dots-start' ? (h("div", { class: "list_dots" }, h("xv-button-v2", { variant: "ghost", size: this.size, tabindex: -1 }, h("span", { slot: "icon-left", class: "list_dots__icon" }, "...")), h("select", { name: "start", onChange: this.handlePageSelectChange }, Array.from({ length: this.page - 3 }, (_, i) => (h("option", { value: i + 2 }, i + 2)))))) : page === 'dots-end' ? (h("div", { class: "list_dots" }, h("xv-button-v2", { variant: "ghost", size: this.size, tabindex: -1 }, h("span", { slot: "icon-left", class: "list_dots__icon" }, "...")), h("select", { name: "end", onChange: this.handlePageSelectChange }, Array.from({ length: this.total - (this.page + 2) }, (_, i) => (h("option", { value: i + this.page + 2 }, i + this.page + 2)))))) : (h("xv-button-v2", { variant: "ghost", size: this.size, disabled: this.page === page, onClick: () => this.handlePageChange(page) }, h("span", { class: "list_page", slot: "icon-left" }, page)))))))), h("xv-button-v2", { key: 'e474abe0a2230d121614993d006e0013d417d9e1', variant: "ghost", size: this.size, onClick: () => this.handlePageChange(this.page + 1), disabled: this.page >= this.total }, h("span", { key: '44d29e0b1f950abd44bdfe3d315e8d49c2401193', slot: "icon-left", class: "icon icon_next" }))));
|
|
78554
78554
|
}
|
|
78555
78555
|
};
|
|
78556
78556
|
XvPagination.style = xvPaginationCss;
|
|
@@ -78624,7 +78624,7 @@ const XvProgressIndicator = class {
|
|
|
78624
78624
|
this.updateChildItems();
|
|
78625
78625
|
}
|
|
78626
78626
|
render() {
|
|
78627
|
-
return (h(Host, { key: '
|
|
78627
|
+
return (h(Host, { key: '5935f1e6700efa860e3d6ea5ee0ff843d343158c', variant: this.variant, size: this.size, class: { 'xv-progress-indicator': true } }, h("slot", { key: '3539699c4f55e7dd4b09eda266818fdaf778f403' })));
|
|
78628
78628
|
}
|
|
78629
78629
|
get el() { return getElement(this); }
|
|
78630
78630
|
static get watchers() { return {
|
|
@@ -78641,7 +78641,7 @@ const XvProgressIndicatorItem = class {
|
|
|
78641
78641
|
this.status = PROGRESS_ITEM_STATUS.NO_STARTED;
|
|
78642
78642
|
}
|
|
78643
78643
|
render() {
|
|
78644
|
-
return (h(Host, { key: '
|
|
78644
|
+
return (h(Host, { key: '5bc510747b817c2bdde57014c464e04686a013c2', status: this.status, class: { 'xv-progress-indicator-item': true } }, h("span", { key: 'b1f9d5e4d8004bdf059eb26ff3186bcf8bef6d72', class: "line" }), h("span", { key: 'a1633457191ebf4d5ef2ff871716d85d0dfa53a1', class: "icon" }, h("svg", { key: '852b5143c88570622242a2c2a2848b76598b9bd6', xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512" }, 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" }))), h("p", { key: '76e25e3aa5edc3689782d07777f848a42f75b194', class: "label" }, h("slot", { key: 'a6efb28cce468f4dcb6e7b80f75a4d53c5a1f11f' }))));
|
|
78645
78645
|
}
|
|
78646
78646
|
get el() { return getElement(this); }
|
|
78647
78647
|
};
|
|
@@ -78697,7 +78697,7 @@ const XvSlider = class {
|
|
|
78697
78697
|
this.setValue(this.min);
|
|
78698
78698
|
}
|
|
78699
78699
|
render() {
|
|
78700
|
-
return (h(Host, { key: '
|
|
78700
|
+
return (h(Host, { key: 'c0655fa2f062c51c8c7ea182122ce8af7ff2c28f', class: { disabled: this.disabled, readonly: this.readonly } }, this.label && h("label", { key: '5daa6e40395fee3102b387cea93541ce2ccfa2f0', class: "label" }, this.label), h("div", { key: '2e282877c05fe3d52990f0e3e98df223333ff9ed', class: "control" }, h("span", { key: '23d5a3f7d216de05062025cb85fdc6c3c3ca980d', class: "control_label" }, this.min), 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%` } }), h("span", { key: 'c84db82801881ab6497fd9ef49a7ccda0caff5c1', class: "control_label" }, this.max), !this.notEditable && (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 })))));
|
|
78701
78701
|
}
|
|
78702
78702
|
static get formAssociated() { return true; }
|
|
78703
78703
|
};
|
|
@@ -78712,7 +78712,7 @@ const XvTab = class {
|
|
|
78712
78712
|
this.loading = false;
|
|
78713
78713
|
}
|
|
78714
78714
|
render() {
|
|
78715
|
-
return (h(Host, { key: '
|
|
78715
|
+
return (h(Host, { key: '4500349e0c36e2f13bee801d4264c9fa099e0355', disabled: this.disabled, name: this.name }, this.loading ? h("xv-loader-v2", { size: SIZE_VAR.LG }) : h("slot", null)));
|
|
78716
78716
|
}
|
|
78717
78717
|
};
|
|
78718
78718
|
XvTab.style = xvTabCss;
|
|
@@ -78751,7 +78751,7 @@ const XvTable = class {
|
|
|
78751
78751
|
.join(' ') + ' repeat(auto-fit, minmax(0, 1fr))');
|
|
78752
78752
|
}
|
|
78753
78753
|
render() {
|
|
78754
|
-
return (h(Host, { key: '
|
|
78754
|
+
return (h(Host, { key: '36a59cf0af4e0b976e62f14e497dd347405c1b0e', class: { batchVisible: !!this.selectedCount } }, h("slot", { key: 'd14fd69da134640f59d1660754fef5a4a8907eed', name: "title" }, !!this.el.title && h("h2", { key: '52bda7196e920a9f8c1c013d704c96726c83d44e', class: "xv-table-title" }, this.el.title)), h("slot", { key: '3ee283e16819f7771b1a568f6087ee8bd1d51999', name: "toolbar" }), h("div", { key: '971af2a00ae6734f4323acfee9d4072b851fede1', class: "xv-table" }, h("div", { key: '6f698cfb0338a28279cceb0232c5eef2b00bcb20', class: "batch-actions" }, h(Fragment, { key: '3d456d03e0eba428ad46f3875b88fcb688c0b42b' }, h("div", { key: '4b00351fd106d941e4386a503fe65bdfc3ca87f1', class: "batch-actions_content" }, h("slot", { key: '605d9eb4ca5598097559d0884a8bfb643ed6b3b4', name: "batch" })), h("p", { key: '9bfa8b7a91a66fbf606d35a6a15f29c35c2cfdb2', class: "batch-actions_count" }, !!this.selectedCount && `${this.selectedCount} ${this.selectedCount === 1 ? 'Position ausgewählt' : 'Positionen ausgewählt'}`))), h("div", { key: 'ddb7b5a50a70649804bcea5d5052098020e3362c', class: "xv-table_wrapper" }, h("slot", { key: '164ccdb97fd58bb0fb087fba867be013eb77ca55' }), h("slot", { key: '57b6ccbdeaa025c1ad10ce8ee1f577b445d7a9cd', name: "footer" })), !!this.loading && (h("div", { key: 'd62dc4b1a6c3e698d527699cdc852936a7e2afb6', class: "xv-table_loading" }, h("xv-loader-v2", { key: '75cadcd6a507d2c7802dbd5bea9c935525258f4e', size: SIZE_VAR.LG }))))));
|
|
78755
78755
|
}
|
|
78756
78756
|
componentWillLoad() {
|
|
78757
78757
|
this.setColsSizeTemplate();
|
|
@@ -78790,7 +78790,7 @@ const XvTableCell = class {
|
|
|
78790
78790
|
}
|
|
78791
78791
|
;
|
|
78792
78792
|
render() {
|
|
78793
|
-
return (h(Host, { key: '
|
|
78793
|
+
return (h(Host, { key: '4d2602babd580d244c06e85309101e5f1f5213a4' }, h("slot", { key: '8fb2fa51d47986e658cb6c3a6c466b8b241b2dc8' })));
|
|
78794
78794
|
}
|
|
78795
78795
|
get el() { return getElement(this); }
|
|
78796
78796
|
};
|
|
@@ -78811,7 +78811,7 @@ const XvTableExpand = class {
|
|
|
78811
78811
|
};
|
|
78812
78812
|
}
|
|
78813
78813
|
render() {
|
|
78814
|
-
return (h(Host, { key: '
|
|
78814
|
+
return (h(Host, { key: 'c8c5c76c04e3434cc4c1b82b27547ea2048fc890' }, h("button", { key: 'b812acec5bc513371a3c94e10d0f45fca34c95f6', class: { 'expand-btn': true, open: this.open }, disabled: this.disabled, onClick: this.handleExpand }), h("slot", { key: '71cec6069aeeba1a3275f7a24d8d0b556c18b9d9', name: XV_EXPANDABLE_KEY }), h("div", { key: 'b04c050f47fce3b08bfd1d992bf61f8c8a670c69', class: { expandableContent: true, open: this.open } }, h("slot", { key: 'daf9912e611a08b2dfc631f2ccd32329c9808eec' }))));
|
|
78815
78815
|
}
|
|
78816
78816
|
componentDidLoad() {
|
|
78817
78817
|
setAttr(this.el.parentElement, XV_EXPANDABLE_KEY, true);
|
|
@@ -78866,7 +78866,7 @@ const XvTableRow = class {
|
|
|
78866
78866
|
}
|
|
78867
78867
|
}
|
|
78868
78868
|
render() {
|
|
78869
|
-
return (h(Host, { key: '
|
|
78869
|
+
return (h(Host, { key: '64689e578104c1bb5bc7d1404c51df6986a2197e' }, this.variant !== undefined && (h("xv-table-v2-cell", { key: 'a1325b2601bfaf13bbc8e1f395e2d17c12e6a2cf', class: "cell-control" }, this.variant === 'checkbox' && (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' && (h("input", { key: '38fab0b79d8b4ba6696ab8cd13643c4da6632d50', type: "radio", name: this.name, checked: this.checked || this.partial, disabled: this.disabled, required: this.required, readonly: this.readonly })))), h("slot", { key: '1153d3cc508ad66b76fc6955f2a1160fbe66583a' })));
|
|
78870
78870
|
}
|
|
78871
78871
|
componentWillLoad() {
|
|
78872
78872
|
this.setInitialAttrs();
|
|
@@ -78997,7 +78997,7 @@ const XvTag = class {
|
|
|
78997
78997
|
this.closeClick.emit(e);
|
|
78998
78998
|
}
|
|
78999
78999
|
render() {
|
|
79000
|
-
return (h(Host, { key: '
|
|
79000
|
+
return (h(Host, { key: '22760bd86f45e5acdb688d681d43088f6e43ba69', style: { color: this.color, background: this.bg }, class: `xv-tag ${this.disabled ? 'disabled' : ''} ${this.size}` }, h("div", { key: '1e4e9bf03b6e4e375ad46f473dcd5184ef87e77d', class: "xv-tag_content" }, h("slot", { key: 'c79624e453b88600c8f51730475a997a9d1ad679' })), this.closeable && (h("button", { key: '67c0bd73e88147530154cc478cc386b08d3e1080', onClick: this.closeHandler.bind(this), class: "xv-tag_close" }))));
|
|
79001
79001
|
}
|
|
79002
79002
|
};
|
|
79003
79003
|
XvTag.style = xvTagCss;
|
|
@@ -79031,13 +79031,13 @@ const XvTextInput = class {
|
|
|
79031
79031
|
};
|
|
79032
79032
|
}
|
|
79033
79033
|
render() {
|
|
79034
|
-
return (h(Host, { key: '
|
|
79034
|
+
return (h(Host, { key: 'e3965d60337e9808731f3e7ca45f04c69cf7a754', class: { disabled: !!this.disabled } }, h("label", { key: '65fcccd63ac3dee9b5f1038861d3f46f506588d0', class: "control" }, this.label && h("span", { key: 'cc219d63283e7c14c046731b3e6c94324824b92f', class: "control_label" }, this.label), h("div", { key: 'ad17795d84daa7d398623b665171388a7c00353e', class: {
|
|
79035
79035
|
'control_input': true,
|
|
79036
79036
|
readonly: !!this.readonly,
|
|
79037
79037
|
[this.size]: true,
|
|
79038
79038
|
error: !!this.error,
|
|
79039
79039
|
warning: !!this.warning,
|
|
79040
|
-
} }, h("input", { key: '
|
|
79040
|
+
} }, 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 }), h("div", { key: 'fd7ab32b7a0d052a3bae558d867e61bdb655092c', class: "control_input__icons" }, this.loading && h("xv-loader-v2", { key: '0a1d9c35eff7772c03246de884f948eee1be39a5', size: SIZE_VAR.XS }), !!this.error ? (h("span", { class: "status-icon error", "aria-hidden": "true" }, "!")) : !!this.warning ? (h("span", { class: "status-icon warning", "aria-hidden": "true" }, "\u26A0")) : null, this.type === 'password' && (h("button", { key: '42bd1d5dededf1ecbdaeac25f4882f0ce05f7675', onClick: this.togglePassword, disabled: this.disabled, class: "status-icon" }, h("svg", { key: '4e0bb44f06dcd24baefb5ad94fd805e797841e7b', xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 512", width: 16, height: 16 }, this.isPasswordVisible ? (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" })) : (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 && h("p", { key: 'ee25c05f5fed14aed5e725f1ec803e3b266e4f10', class: "message" }, this.helper), typeof this.error === 'string' ? (h("p", { class: "message error" }, this.error)) : typeof this.warning === 'string' ? (h("p", { class: "message warning" }, this.warning)) : null));
|
|
79041
79041
|
}
|
|
79042
79042
|
static get formAssociated() { return true; }
|
|
79043
79043
|
};
|
|
@@ -79074,12 +79074,12 @@ const XvTextarea = class {
|
|
|
79074
79074
|
this.value && this.internals.setFormValue(this.value);
|
|
79075
79075
|
}
|
|
79076
79076
|
render() {
|
|
79077
|
-
return (h(Host, { key: '
|
|
79077
|
+
return (h(Host, { key: '119c8ff1a60f2d319f34a1c9b29c4605e488f2d2', class: { disabled: !!this.disabled } }, h("label", { key: '3d5fea794b744d4bf44ab53f70e1da4f691314a7', class: "control" }, (this.label || this.max) && (h("p", { key: '5c35751069300e6e935aadca0e98a18586511feb', class: "control_label" }, h("span", { key: '3351f265050f0eebe0c3876ef231378c6ebd67b7' }, this.label, this.info && h("xv-tooltip-v2", { key: '2796f259a915f2df4cd29a3c4881eff7a9038640', message: this.info })), this.max !== undefined && !this.counterHide && (h("span", { key: '970bcc104f89f9fc56bde94ecc416f4853ff4f01', class: "control_label__count" }, this.value.length || 0, "/", this.max)))), h("div", { key: '65776ae2f9b320c68d0ed227fa4fd27cb699f5c4', class: {
|
|
79078
79078
|
'control_input': true,
|
|
79079
79079
|
readonly: !!this.readonly,
|
|
79080
79080
|
error: this.error !== undefined,
|
|
79081
79081
|
warning: this.warning !== undefined,
|
|
79082
|
-
} }, h("textarea", { key: '
|
|
79082
|
+
} }, 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 }), h("div", { key: 'd5bd1b4d62393b60b627eec470afb4ba5a95f5e2', class: "control_input__icons" }, this._renderIcon()))), this.helper && h("p", { key: 'af3ea0fe21005a20dc089171a7752e717cd810ba', class: "message" }, this.helper), typeof this.error === 'string' ? (h("p", { class: "message error" }, this.error)) : typeof this.warning === 'string' ? (h("p", { class: "message warning" }, this.warning)) : null));
|
|
79083
79083
|
}
|
|
79084
79084
|
_renderIcon() {
|
|
79085
79085
|
if (this.loading)
|
|
@@ -79129,7 +79129,7 @@ const XvTile = class {
|
|
|
79129
79129
|
this.checked = !this.checked;
|
|
79130
79130
|
}
|
|
79131
79131
|
render() {
|
|
79132
|
-
return (h(Host, { key: '
|
|
79132
|
+
return (h(Host, { key: 'ee077272a031f8c753e10be44b4108becad767db', class: "xv-tile--host" }, h("label", { key: 'a29ef82c216da4e46bc1acdc24edc71519bceb62', class: {
|
|
79133
79133
|
[this.el.className]: !!this.el.className,
|
|
79134
79134
|
'xv-tile': true,
|
|
79135
79135
|
[`xv-tile--variant-${this.variant}`]: !!this.variant,
|
|
@@ -79137,7 +79137,7 @@ const XvTile = class {
|
|
|
79137
79137
|
'xv-tile--disabled': !!this.disabled,
|
|
79138
79138
|
'selected': !!this.checked,
|
|
79139
79139
|
'xv-tile--error': this.error !== undefined,
|
|
79140
|
-
} }, h("div", { key: '
|
|
79140
|
+
} }, h("div", { key: '85d4802231f387612f8262df93083a65055950e3', class: "xv-tile_content" }, this.label && h("h4", { key: '3049f2d9f1bd08baee07fd146280feaaf5c55de2', class: "xv-tile_content__title" }, this.label), h("slot", { key: 'd133d7927fe40ba12de339672b5fe8e2bff2e8f4' })), this.variant === 'selectable' && (h("div", { key: '1db9e3743816f3bd139db323e7a8dea5ccbd3484', class: "xv-tile_control" }, this.multiple ? (h("input", { type: "checkbox", disabled: this.disabled, onChange: this.handleChange, name: this.name, value: this.value, checked: this.checked })) : (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') && (h("div", { key: 'ac64fdd1244180707754321b41858eed324f4ac8', class: "xv-tile_footer" }, h("button", { key: 'f075592678c0f80fb45e06ccc0d215a093f637f3', class: { 'xv-tile_footer__icon': true, [`icon--${this.variant}`]: true, open: this.checked } }))), h("div", { key: 'a67eaa9b643a4529f029dc076a75446e59be255e', class: { 'xv-tile_expandable': true, open: this.checked } }, h("slot", { key: '3d1278ce8c568f75260e06de4b35a2e0ca533f16', name: "expandable" })))));
|
|
79141
79141
|
}
|
|
79142
79142
|
get el() { return getElement(this); }
|
|
79143
79143
|
};
|
|
@@ -79169,7 +79169,7 @@ const XvToggle = class {
|
|
|
79169
79169
|
};
|
|
79170
79170
|
}
|
|
79171
79171
|
render() {
|
|
79172
|
-
return (h(Host, { key: '
|
|
79172
|
+
return (h(Host, { key: '9f8f530a17a8075488fcc85c92acecab803fe8f0', class: { 'xv-toggle': true, disabled: this.disabled, readonly: !!this.readonly, block: !!this.block } }, this.label && h("span", { key: '1c96cfd9198d0526ec399b9bd3b480ab211f8822', class: "label" }, this.label), h("label", { key: 'c47f23246071d3a44090be01c4e4ffa741fa23b4', class: "control" }, h("slot", { key: 'd20c9e1d402233f07247369f2be56b24d82b6c2e', name: "before" }), h("div", { key: '5514741e4e04a3de5ca9ad72a23b9bd1b377be5a', class: "control_input" }, 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 }), h("span", { key: 'fbffacbb758f6ae1329a58ead8546cb1641ae4e3', class: "toggle" })), h("slot", { key: '77128695f31b7e1af3f7dded667c063da20ad6b0', name: "after" }))));
|
|
79173
79173
|
}
|
|
79174
79174
|
static get formAssociated() { return true; }
|
|
79175
79175
|
};
|
|
@@ -79244,7 +79244,7 @@ const XvToggleTip = class {
|
|
|
79244
79244
|
}
|
|
79245
79245
|
;
|
|
79246
79246
|
render() {
|
|
79247
|
-
return (h(Host, { key: '
|
|
79247
|
+
return (h(Host, { key: '5e8fc4e4aa86141eca3a47d71ee1821ceb22eed6', class: "xv-toggle-tip" }, 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) }, h("slot", { key: '4251201f4bf03d2ebce442278d93b1d56f51e0da', name: "trigger" }, h("svg", { key: '26c9af2c5a785d6ceb15c216e9829e81ba81aa3d', class: "trigger_icon", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: 16, height: 16 }, 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" })))), h("div", { key: '7a9512cf7d0a94db7e58aec59e853f5c3163e026', class: { popover: true }, role: "tooltip", tabindex: "-1", ref: (el) => (this.popoverEl = el) }, h("div", { key: '0e8d2cfb30af4d03ee8dcb8faf686ceec5f9df74', class: "popover-tip", part: "tip", "data-popper-arrow": "" }), h("div", { key: 'fe347079598a3c092445412242fce61e04c2969a', class: "popover-content" }, h("slot", { key: 'daebe203c568fe31674838120258dd053708744b', name: "header" }), h("slot", { key: 'c30f01930707aa5330238b527229715148dd0826', name: "body" }), h("slot", { key: '5f294cc361b5da3a5b78c4b1f47ac1512937c820', name: "footer" })))));
|
|
79248
79248
|
}
|
|
79249
79249
|
disconnectedCallback() {
|
|
79250
79250
|
this.destroyPopper();
|
|
@@ -79297,11 +79297,11 @@ const XvTooltip = class {
|
|
|
79297
79297
|
this.destroyTooltip();
|
|
79298
79298
|
}
|
|
79299
79299
|
render() {
|
|
79300
|
-
return (h(Host, { key: '
|
|
79300
|
+
return (h(Host, { key: '40163af50048de51001777263f9f2f5a62cc30d6', role: "tooltip", class: {
|
|
79301
79301
|
'xv-tooltip-wrapper': true,
|
|
79302
79302
|
[`xv-tooltip-wrapper__block`]: !!this.block,
|
|
79303
79303
|
[`xv-tooltip-wrapper__dashed`]: !!this.dashed,
|
|
79304
|
-
} }, h("slot", { key: '
|
|
79304
|
+
} }, h("slot", { key: 'c8bb0a765459862fdfa641e0f14c6b4b5adc0d12' }, h("svg", { key: '1219be09101859b51d78cb3537d4178435d852f9', xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", width: 16, height: 16 }, 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" })))));
|
|
79305
79305
|
}
|
|
79306
79306
|
get el() { return getElement(this); }
|
|
79307
79307
|
};
|