@uxland/primary-shell 7.29.4 → 7.29.6

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.
@@ -9005,7 +9005,6 @@ function createConnectedProperty(J) {
9005
9005
  };
9006
9006
  };
9007
9007
  }
9008
- const pdfViewerId = "pdf-viewer";
9009
9008
  let shellLocaleManager;
9010
9009
  const useLocalization = async (J) => {
9011
9010
  L$2("ca"), shellLocaleManager = await J.createLocaleManager(locales$1);
@@ -9053,7 +9052,22 @@ const useLocalization = async (J) => {
9053
9052
  }
9054
9053
  }
9055
9054
  }
9056
- }, styles$p = ".item{display:flex;cursor:pointer;border-radius:8px;padding:8px;justify-content:center;transition:background-color .3s ease}.item[expanded]{justify-content:space-between}.item:hover{background-color:var(--color-primary-900);color:#fff}.item .icon-label{display:flex;gap:8px;transition:background-color .3s}.item.active{outline:2px solid white;outline-offset:-2px}";
9055
+ }, pdfViwerEvents = {
9056
+ added: "added_pdf",
9057
+ deleted: "deleted_pdf"
9058
+ };
9059
+ function base64ToBlob(J, W = "application/octet-stream") {
9060
+ const X = window.atob(J), te = X.length, re = new Uint8Array(te);
9061
+ for (let oe = 0; oe < te; oe++)
9062
+ re[oe] = X.charCodeAt(oe);
9063
+ return new Blob([re], { type: W });
9064
+ }
9065
+ const createUrlFromBase64 = (J, W) => {
9066
+ if (J) {
9067
+ const X = base64ToBlob(J, "application/pdf");
9068
+ return URL.createObjectURL(X);
9069
+ }
9070
+ }, styles$p = ":host{width:250px;gap:8px}.pdf-item{display:flex;align-items:flex-start;padding:8px;gap:8px;color:#000;border-bottom:1px solid var(--color-neutral-100)}.header-icons{display:flex;gap:8px}.container{gap:8px;display:flex;flex-direction:column}";
9057
9071
  /**
9058
9072
  * @license
9059
9073
  * Copyright 2017 Google LLC
@@ -9078,107 +9092,158 @@ let i$E = class {
9078
9092
  };
9079
9093
  /**
9080
9094
  * @license
9081
- * Copyright 2018 Google LLC
9095
+ * Copyright 2020 Google LLC
9082
9096
  * SPDX-License-Identifier: BSD-3-Clause
9083
9097
  */
9084
- const Rt = e$J(class extends i$E {
9098
+ const { I: et } = si, lt = () => document.createComment(""), at = (J, W, X) => {
9099
+ const te = J._$AA.parentNode, re = W === void 0 ? J._$AB : W._$AA;
9100
+ if (X === void 0) {
9101
+ const oe = te.insertBefore(lt(), re), ne = te.insertBefore(lt(), re);
9102
+ X = new et(oe, ne, J, J.options);
9103
+ } else {
9104
+ const oe = X._$AB.nextSibling, ne = X._$AM, de = ne !== J;
9105
+ if (de) {
9106
+ let ce;
9107
+ X._$AQ?.(J), X._$AM = J, X._$AP !== void 0 && (ce = J._$AU) !== ne._$AU && X._$AP(ce);
9108
+ }
9109
+ if (oe !== re || de) {
9110
+ let ce = X._$AA;
9111
+ for (; ce !== oe; ) {
9112
+ const ue = ce.nextSibling;
9113
+ te.insertBefore(ce, re), ce = ue;
9114
+ }
9115
+ }
9116
+ }
9117
+ return X;
9118
+ }, ct = (J, W, X = J) => (J._$AI(W, X), J), ht = {}, dt = (J, W = ht) => J._$AH = W, ut = (J) => J._$AH, pt = (J) => {
9119
+ J._$AP?.(!1, !0);
9120
+ let W = J._$AA;
9121
+ const X = J._$AB.nextSibling;
9122
+ for (; W !== X; ) {
9123
+ const te = W.nextSibling;
9124
+ W.remove(), W = te;
9125
+ }
9126
+ };
9127
+ /**
9128
+ * @license
9129
+ * Copyright 2017 Google LLC
9130
+ * SPDX-License-Identifier: BSD-3-Clause
9131
+ */
9132
+ const Jt = (J, W, X) => {
9133
+ const te = /* @__PURE__ */ new Map();
9134
+ for (let re = W; re <= X; re++) te.set(J[re], re);
9135
+ return te;
9136
+ }, Qt = e$J(class extends i$E {
9085
9137
  constructor(J) {
9086
- if (super(J), J.type !== t$q.ATTRIBUTE || J.name !== "class" || J.strings?.length > 2) throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.");
9138
+ if (super(J), J.type !== t$q.CHILD) throw Error("repeat() can only be used in text expressions");
9087
9139
  }
9088
- render(J) {
9089
- return " " + Object.keys(J).filter(((W) => J[W])).join(" ") + " ";
9140
+ dt(J, W, X) {
9141
+ let te;
9142
+ X === void 0 ? X = W : W !== void 0 && (te = W);
9143
+ const re = [], oe = [];
9144
+ let ne = 0;
9145
+ for (const de of J) re[ne] = te ? te(de, ne) : ne, oe[ne] = X(de, ne), ne++;
9146
+ return { values: oe, keys: re };
9090
9147
  }
9091
- update(J, [W]) {
9092
- if (this.st === void 0) {
9093
- this.st = /* @__PURE__ */ new Set(), J.strings !== void 0 && (this.nt = new Set(J.strings.join(" ").split(/\s/).filter(((te) => te !== ""))));
9094
- for (const te in W) W[te] && !this.nt?.has(te) && this.st.add(te);
9095
- return this.render(W);
9148
+ render(J, W, X) {
9149
+ return this.dt(J, W, X).values;
9150
+ }
9151
+ update(J, [W, X, te]) {
9152
+ const re = ut(J), { values: oe, keys: ne } = this.dt(W, X, te);
9153
+ if (!Array.isArray(re)) return this.ut = ne, oe;
9154
+ const de = this.ut ??= [], ce = [];
9155
+ let ue, he, pe = 0, fe = re.length - 1, be = 0, me = oe.length - 1;
9156
+ for (; pe <= fe && be <= me; ) if (re[pe] === null) pe++;
9157
+ else if (re[fe] === null) fe--;
9158
+ else if (de[pe] === ne[be]) ce[be] = ct(re[pe], oe[be]), pe++, be++;
9159
+ else if (de[fe] === ne[me]) ce[me] = ct(re[fe], oe[me]), fe--, me--;
9160
+ else if (de[pe] === ne[me]) ce[me] = ct(re[pe], oe[me]), at(J, ce[me + 1], re[pe]), pe++, me--;
9161
+ else if (de[fe] === ne[be]) ce[be] = ct(re[fe], oe[be]), at(J, re[pe], re[fe]), fe--, be++;
9162
+ else if (ue === void 0 && (ue = Jt(ne, be, me), he = Jt(de, pe, fe)), ue.has(de[pe])) if (ue.has(de[fe])) {
9163
+ const ge = he.get(ne[be]), ve = ge !== void 0 ? re[ge] : null;
9164
+ if (ve === null) {
9165
+ const _e = at(J, re[pe]);
9166
+ ct(_e, oe[be]), ce[be] = _e;
9167
+ } else ce[be] = ct(ve, oe[be]), at(J, re[pe], ve), re[ge] = null;
9168
+ be++;
9169
+ } else pt(re[fe]), fe--;
9170
+ else pt(re[pe]), pe++;
9171
+ for (; be <= me; ) {
9172
+ const ge = at(J, ce[me + 1]);
9173
+ ct(ge, oe[be]), ce[be++] = ge;
9096
9174
  }
9097
- const X = J.element.classList;
9098
- for (const te of this.st) te in W || (X.remove(te), this.st.delete(te));
9099
- for (const te in W) {
9100
- const re = !!W[te];
9101
- re === this.st.has(te) || this.nt?.has(te) || (re ? (X.add(te), this.st.add(te)) : (X.remove(te), this.st.delete(te)));
9175
+ for (; pe <= fe; ) {
9176
+ const ge = re[pe++];
9177
+ ge !== null && pt(ge);
9102
9178
  }
9103
- return R$3;
9179
+ return this.ut = ne, dt(J, ce), R$3;
9104
9180
  }
9105
- }), template$p = (J) => ke$1`
9106
- <div
9107
- class=${Rt({ item: !0, active: J.isActive })}
9108
- @click=${J.config.callbackFn}
9109
- ?expanded=${J.showText}
9110
- >
9111
- <div class="icon-label">
9112
- <dss-icon icon=${J.config.icon} size="md" ?fill=${J.config.fill} style=${J.config.rotateIcon ? "transform: rotate(180deg);" : ""}></dss-icon>
9113
- ${J.showText ? ke$1`<span>${J.config.label}</span>` : ""}
9181
+ }), template$p = (J) => {
9182
+ const W = (X) => ke$1`
9183
+ <div class="pdf-item">
9184
+ <dss-checkbox @onChange=${() => J.setActivePdf(X.id)}>
9185
+ <input
9186
+ slot="input"
9187
+ type="checkbox"
9188
+ aria-label="Label"
9189
+ .checked=${J.activePdfs.some((te) => te.id === X.id)}
9190
+ >
9191
+ </dss-checkbox>
9192
+ <div class="container">
9193
+ <div class="header-icons">
9194
+ <dss-icon-button size="md" variant="error" icon="picture_as_pdf"></dss-icon-button>
9195
+ <dss-icon-button size="md" variant="error" icon="close" @click=${() => J.removePdf(X.id)}></dss-icon-button>
9196
+ <!-- <dss-icon-button size="md" icon="open_in_new" @click=${() => J.openInNewWindow(X)}></dss-icon-button> -->
9197
+ </div>
9198
+ <div class="data">
9199
+ ${X.pdfName}
9200
+ </div>
9201
+ </div>
9114
9202
  </div>
9115
- ${J.showText && J.config.showArrow ? ke$1`<dss-icon icon="chevron_right" size="md"></dss-icon>` : ""}
9116
- ${J.showText ? D$7 : ke$1`
9117
- <dss-tooltip position="right">
9118
- ${J.config.label}
9119
- </dss-tooltip>`}
9120
- </div>
9121
- `;
9203
+ `;
9204
+ return ke$1`
9205
+ <div>
9206
+ ${Qt(J.pdfList, (X) => W(X))}
9207
+ </div>
9208
+ `;
9209
+ };
9122
9210
  var __defProp$r = Object.defineProperty, __decorateClass$y = (J, W, X, te) => {
9123
9211
  for (var re = void 0, oe = J.length - 1, ne; oe >= 0; oe--)
9124
9212
  (ne = J[oe]) && (re = ne(W, X, re) || re);
9125
9213
  return re && __defProp$r(W, X, re), re;
9126
9214
  };
9127
- const Fs = class Fs extends k$a(h$p) {
9128
- constructor(W) {
9129
- super(), this.subscriptions = [], this.containerWidth = 0, this.showText = !1, this.isActive = !1, this.config = W;
9130
- }
9131
- connectedCallback() {
9132
- super.connectedCallback(), this._subscribeEvents();
9133
- }
9134
- disconnectedCallback() {
9135
- this._unsubscribeEvents();
9136
- }
9137
- firstUpdated(W) {
9138
- super.firstUpdated(W), this.observeHostResize();
9215
+ const Fs = class Fs extends h$p {
9216
+ constructor() {
9217
+ super(...arguments), this.activePdfs = [];
9139
9218
  }
9140
- observeHostResize() {
9141
- const W = this.parentElement;
9142
- new ResizeObserver((te) => {
9143
- for (const re of te) {
9144
- const oe = re.target.clientWidth;
9145
- this.showText = oe > 100;
9146
- }
9147
- }).observe(W);
9219
+ render() {
9220
+ return template$p(this);
9148
9221
  }
9149
- _subscribeEvents() {
9150
- const W = shellApi.broker.subscribe(shellEvents.mainViewChanged, (X) => {
9151
- this.isActive = X.viewId === this.view?.id;
9152
- });
9153
- this.subscriptions.push(W);
9222
+ removePdf(W) {
9223
+ this.dispatchEvent(
9224
+ new CustomEvent("pdf-removed", { detail: W, bubbles: !0, composed: !0 })
9225
+ );
9154
9226
  }
9155
- _unsubscribeEvents() {
9156
- this.subscriptions.forEach((W) => W.dispose());
9227
+ setActivePdf(W) {
9228
+ this.dispatchEvent(
9229
+ new CustomEvent("active-pdf-changed", { detail: W, bubbles: !0, composed: !0 })
9230
+ );
9157
9231
  }
9158
- render() {
9159
- return ke$1`${template$p(this)}`;
9232
+ openInNewWindow(W) {
9233
+ const X = W.data.url ? W.data.url : createUrlFromBase64(W.data.b64);
9234
+ X && window.open(X);
9160
9235
  }
9161
9236
  };
9162
9237
  Fs.styles = i$H`
9163
9238
  ${r$L(styles$p)}
9164
9239
  `;
9165
- let PrimariaNavItem = Fs;
9166
- __decorateClass$y([
9167
- n$B({ type: Number })
9168
- ], PrimariaNavItem.prototype, "containerWidth");
9240
+ let PdfSelector = Fs;
9169
9241
  __decorateClass$y([
9170
- r$I()
9171
- ], PrimariaNavItem.prototype, "showText");
9172
- __decorateClass$y([
9173
- r$I()
9174
- ], PrimariaNavItem.prototype, "isActive");
9242
+ n$B({ type: Array })
9243
+ ], PdfSelector.prototype, "pdfList");
9175
9244
  __decorateClass$y([
9176
- n$B({ type: Object })
9177
- ], PrimariaNavItem.prototype, "config");
9178
- const pdfViwerEvents = {
9179
- added: "added_pdf",
9180
- deleted: "deleted_pdf"
9181
- };
9245
+ n$B({ type: Array })
9246
+ ], PdfSelector.prototype, "activePdfs");
9182
9247
  var INJECTION = Symbol.for("INJECTION");
9183
9248
  function _proxyGetter(J, W, X, te) {
9184
9249
  function re() {
@@ -9250,18 +9315,6 @@ const container$1 = new Container(), { lazyInject: lazyInject$1 } = getDecorator
9250
9315
  }, TYPES$1 = {
9251
9316
  primaryApi: Symbol.for("primaryApi")
9252
9317
  }, styles$o = ":host{min-height:1px;height:100%;width:100%;display:flex}iframe{border:none;flex:1;height:100%}.pdf-container{display:flex;justify-content:center;align-items:center;height:100%;flex:1;border:1px solid #ccc}.no-pdf{text-align:center;color:#666;font-size:1.2rem;font-weight:700}";
9253
- function base64ToBlob(J, W = "application/octet-stream") {
9254
- const X = window.atob(J), te = X.length, re = new Uint8Array(te);
9255
- for (let oe = 0; oe < te; oe++)
9256
- re[oe] = X.charCodeAt(oe);
9257
- return new Blob([re], { type: W });
9258
- }
9259
- const createUrlFromBase64 = (J, W) => {
9260
- if (J) {
9261
- const X = base64ToBlob(J, "application/pdf");
9262
- return URL.createObjectURL(X);
9263
- }
9264
- };
9265
9318
  var __defProp$q = Object.defineProperty, __decorateClass$x = (J, W, X, te) => {
9266
9319
  for (var re = void 0, oe = J.length - 1, ne; oe >= 0; oe--)
9267
9320
  (ne = J[oe]) && (re = ne(W, X, re) || re);
@@ -9397,190 +9450,10 @@ const renderNavigationTooltip = (J, W) => {
9397
9450
  }), showNavItemTooltip = async (J, W) => {
9398
9451
  const X = await scrollToNavItem(J);
9399
9452
  renderNavigationTooltip(W, X.itemAbsoluteY);
9400
- }, registerPdfViewerNavItem = () => {
9401
- shellApi.regionManager.registerView(shellApi.regionManager.regions.shell.navigationMenu, {
9402
- id: pdfViewerId,
9403
- sortHint: "9999",
9404
- factory: () => {
9405
- const J = new PrimariaNavItem({
9406
- icon: "picture_as_pdf",
9407
- label: translate$1("pdfManager.navButtonLabel"),
9408
- callbackFn: () => {
9409
- shellApi.regionManager.activateMainView(pdfViewerId);
9410
- }
9411
- });
9412
- return Promise.resolve(J);
9413
- }
9414
- }), setTimeout(() => {
9415
- const J = `${primariaShellId}::${pdfViewerId}`;
9416
- showNavItemTooltip(J, translate$1("pdfManager.tooltipMessage"));
9417
- }, 100);
9418
- }, registerPDFVisorMainView = () => {
9419
- shellApi.regionManager.registerMainView({
9420
- id: pdfViewerId,
9421
- factory: () => {
9422
- const J = new PdfVisor();
9423
- return Promise.resolve(J);
9424
- }
9425
- });
9426
- }, styles$m = ":host{width:250px;gap:8px}.pdf-item{display:flex;align-items:flex-start;padding:8px;gap:8px;color:#000;border-bottom:1px solid var(--color-neutral-100)}.header-icons{display:flex;gap:8px}.container{gap:8px;display:flex;flex-direction:column}";
9427
- /**
9428
- * @license
9429
- * Copyright 2020 Google LLC
9430
- * SPDX-License-Identifier: BSD-3-Clause
9431
- */
9432
- const { I: et } = si, lt = () => document.createComment(""), at = (J, W, X) => {
9433
- const te = J._$AA.parentNode, re = W === void 0 ? J._$AB : W._$AA;
9434
- if (X === void 0) {
9435
- const oe = te.insertBefore(lt(), re), ne = te.insertBefore(lt(), re);
9436
- X = new et(oe, ne, J, J.options);
9437
- } else {
9438
- const oe = X._$AB.nextSibling, ne = X._$AM, de = ne !== J;
9439
- if (de) {
9440
- let ce;
9441
- X._$AQ?.(J), X._$AM = J, X._$AP !== void 0 && (ce = J._$AU) !== ne._$AU && X._$AP(ce);
9442
- }
9443
- if (oe !== re || de) {
9444
- let ce = X._$AA;
9445
- for (; ce !== oe; ) {
9446
- const ue = ce.nextSibling;
9447
- te.insertBefore(ce, re), ce = ue;
9448
- }
9449
- }
9450
- }
9451
- return X;
9452
- }, ct = (J, W, X = J) => (J._$AI(W, X), J), ht = {}, dt = (J, W = ht) => J._$AH = W, ut = (J) => J._$AH, pt = (J) => {
9453
- J._$AP?.(!1, !0);
9454
- let W = J._$AA;
9455
- const X = J._$AB.nextSibling;
9456
- for (; W !== X; ) {
9457
- const te = W.nextSibling;
9458
- W.remove(), W = te;
9459
- }
9460
- };
9461
- /**
9462
- * @license
9463
- * Copyright 2017 Google LLC
9464
- * SPDX-License-Identifier: BSD-3-Clause
9465
- */
9466
- const Jt = (J, W, X) => {
9467
- const te = /* @__PURE__ */ new Map();
9468
- for (let re = W; re <= X; re++) te.set(J[re], re);
9469
- return te;
9470
- }, Qt = e$J(class extends i$E {
9471
- constructor(J) {
9472
- if (super(J), J.type !== t$q.CHILD) throw Error("repeat() can only be used in text expressions");
9473
- }
9474
- dt(J, W, X) {
9475
- let te;
9476
- X === void 0 ? X = W : W !== void 0 && (te = W);
9477
- const re = [], oe = [];
9478
- let ne = 0;
9479
- for (const de of J) re[ne] = te ? te(de, ne) : ne, oe[ne] = X(de, ne), ne++;
9480
- return { values: oe, keys: re };
9481
- }
9482
- render(J, W, X) {
9483
- return this.dt(J, W, X).values;
9484
- }
9485
- update(J, [W, X, te]) {
9486
- const re = ut(J), { values: oe, keys: ne } = this.dt(W, X, te);
9487
- if (!Array.isArray(re)) return this.ut = ne, oe;
9488
- const de = this.ut ??= [], ce = [];
9489
- let ue, he, pe = 0, fe = re.length - 1, be = 0, me = oe.length - 1;
9490
- for (; pe <= fe && be <= me; ) if (re[pe] === null) pe++;
9491
- else if (re[fe] === null) fe--;
9492
- else if (de[pe] === ne[be]) ce[be] = ct(re[pe], oe[be]), pe++, be++;
9493
- else if (de[fe] === ne[me]) ce[me] = ct(re[fe], oe[me]), fe--, me--;
9494
- else if (de[pe] === ne[me]) ce[me] = ct(re[pe], oe[me]), at(J, ce[me + 1], re[pe]), pe++, me--;
9495
- else if (de[fe] === ne[be]) ce[be] = ct(re[fe], oe[be]), at(J, re[pe], re[fe]), fe--, be++;
9496
- else if (ue === void 0 && (ue = Jt(ne, be, me), he = Jt(de, pe, fe)), ue.has(de[pe])) if (ue.has(de[fe])) {
9497
- const ge = he.get(ne[be]), ve = ge !== void 0 ? re[ge] : null;
9498
- if (ve === null) {
9499
- const _e = at(J, re[pe]);
9500
- ct(_e, oe[be]), ce[be] = _e;
9501
- } else ce[be] = ct(ve, oe[be]), at(J, re[pe], ve), re[ge] = null;
9502
- be++;
9503
- } else pt(re[fe]), fe--;
9504
- else pt(re[pe]), pe++;
9505
- for (; be <= me; ) {
9506
- const ge = at(J, ce[me + 1]);
9507
- ct(ge, oe[be]), ce[be++] = ge;
9508
- }
9509
- for (; pe <= fe; ) {
9510
- const ge = re[pe++];
9511
- ge !== null && pt(ge);
9512
- }
9513
- return this.ut = ne, dt(J, ce), R$3;
9514
- }
9515
- }), template$o = (J) => {
9516
- const W = (X) => ke$1`
9517
- <div class="pdf-item">
9518
- <dss-checkbox @onChange=${() => J.setActivePdf(X.id)}>
9519
- <input
9520
- slot="input"
9521
- type="checkbox"
9522
- aria-label="Label"
9523
- .checked=${J.activePdfs.some((te) => te.id === X.id)}
9524
- >
9525
- </dss-checkbox>
9526
- <div class="container">
9527
- <div class="header-icons">
9528
- <dss-icon-button size="md" variant="error" icon="picture_as_pdf"></dss-icon-button>
9529
- <dss-icon-button size="md" variant="error" icon="close" @click=${() => J.removePdf(X.id)}></dss-icon-button>
9530
- <!-- <dss-icon-button size="md" icon="open_in_new" @click=${() => J.openInNewWindow(X)}></dss-icon-button> -->
9531
- </div>
9532
- <div class="data">
9533
- ${X.pdfName}
9534
- </div>
9535
- </div>
9536
- </div>
9537
- `;
9538
- return ke$1`
9539
- <div>
9540
- ${Qt(J.pdfList, (X) => W(X))}
9541
- </div>
9542
- `;
9543
- };
9544
- var __defProp$o = Object.defineProperty, __decorateClass$v = (J, W, X, te) => {
9545
- for (var re = void 0, oe = J.length - 1, ne; oe >= 0; oe--)
9546
- (ne = J[oe]) && (re = ne(W, X, re) || re);
9547
- return re && __defProp$o(W, X, re), re;
9548
- };
9549
- const Hs = class Hs extends h$p {
9550
- constructor() {
9551
- super(...arguments), this.activePdfs = [];
9552
- }
9553
- render() {
9554
- return template$o(this);
9555
- }
9556
- removePdf(W) {
9557
- this.dispatchEvent(
9558
- new CustomEvent("pdf-removed", { detail: W, bubbles: !0, composed: !0 })
9559
- );
9560
- }
9561
- setActivePdf(W) {
9562
- this.dispatchEvent(
9563
- new CustomEvent("active-pdf-changed", { detail: W, bubbles: !0, composed: !0 })
9564
- );
9565
- }
9566
- openInNewWindow(W) {
9567
- const X = W.data.url ? W.data.url : createUrlFromBase64(W.data.b64);
9568
- X && window.open(X);
9569
- }
9570
- };
9571
- Hs.styles = i$H`
9572
- ${r$L(styles$m)}
9573
- `;
9574
- let PdfSelector = Hs;
9575
- __decorateClass$v([
9576
- n$B({ type: Array })
9577
- ], PdfSelector.prototype, "pdfList");
9578
- __decorateClass$v([
9579
- n$B({ type: Array })
9580
- ], PdfSelector.prototype, "activePdfs");
9453
+ }, pdfViewerId = "pdf-viewer";
9581
9454
  class PdfViewerManager {
9582
9455
  constructor(W, X) {
9583
- this.broker = W, this.notificationService = X, this.pdfs = [], this.activePdf = null, this.hasBeenActivated = !1, customElements.get("pdf-visor") || t$t("pdf-visor")(PdfVisor), customElements.get("pdf-selector") || t$t("pdf-selector")(PdfSelector);
9456
+ this.broker = W, this.notificationService = X, this.pdfs = [], this.activePdf = null, customElements.get("pdf-visor") || t$t("pdf-visor")(PdfVisor), customElements.get("pdf-selector") || t$t("pdf-selector")(PdfSelector);
9584
9457
  }
9585
9458
  add(W, X) {
9586
9459
  const re = { id: generateId(), pdfName: W, data: X };
@@ -9592,7 +9465,7 @@ class PdfViewerManager {
9592
9465
  this.notificationService.error(translate$1("pdfManager.duplicatedSource"));
9593
9466
  return;
9594
9467
  }
9595
- this.hasBeenActivated || (this.registerNavButton(), this.hasBeenActivated = !0), this.pdfs.some((oe) => oe.pdfName === re.pdfName) ? this.notificationService.warning(translate$1("pdfManager.alreadyUploaded")) : (this.pdfs.push(re), this.broker.publish(pdfViwerEvents.added, re), setTimeout(() => {
9468
+ this.pdfs.some((oe) => oe.pdfName === re.pdfName) ? this.notificationService.warning(translate$1("pdfManager.alreadyUploaded")) : (this.pdfs.push(re), this.broker.publish(pdfViwerEvents.added, re), setTimeout(() => {
9596
9469
  const oe = `${primariaShellId}::${pdfViewerId}`;
9597
9470
  showNavItemTooltip(oe, translate$1("pdfManager.tooltipMessage"));
9598
9471
  }, 100));
@@ -9603,11 +9476,8 @@ class PdfViewerManager {
9603
9476
  getPdfs() {
9604
9477
  return this.pdfs;
9605
9478
  }
9606
- registerNavButton() {
9607
- registerPdfViewerNavItem();
9608
- }
9609
9479
  }
9610
- const createPdfViewerManager = (J, W) => new PdfViewerManager(J, W), styles$l = ".container{display:flex;flex-direction:column;gap:4px;align-items:center}.title{font-size:15px;line-height:24px;font-weight:600;color:var(--color-red-600)}.list{display:flex;flex-direction:column;gap:8px}.plugin-busy-item{text-align:center;border:var(--dss-border-width-sm) solid var(--color-neutral-100);border-radius:var(--dss-radius-lg);padding:var(--dss-spacing-md)}", template$n = (J) => ke$1`
9480
+ const createPdfViewerManager = (J, W) => new PdfViewerManager(J, W), styles$m = ".container{display:flex;flex-direction:column;gap:4px;align-items:center}.title{font-size:15px;line-height:24px;font-weight:600;color:var(--color-red-600)}.list{display:flex;flex-direction:column;gap:8px}.plugin-busy-item{text-align:center;border:var(--dss-border-width-sm) solid var(--color-neutral-100);border-radius:var(--dss-radius-lg);padding:var(--dss-spacing-md)}", template$o = (J) => ke$1`
9611
9481
  <div class="container">
9612
9482
  <div class="title">${translate$1("busyManager.title")}</div>
9613
9483
  <div class="list">
@@ -9621,15 +9491,15 @@ const createPdfViewerManager = (J, W) => new PdfViewerManager(J, W), styles$l =
9621
9491
  )}
9622
9492
  </div>
9623
9493
  </div>
9624
- `, Us = class Us extends h$p {
9494
+ `, Hs = class Hs extends h$p {
9625
9495
  render() {
9626
- return ke$1`${template$n(this)}`;
9496
+ return ke$1`${template$o(this)}`;
9627
9497
  }
9628
9498
  };
9629
- Us.styles = i$H`
9630
- ${r$L(styles$l)}
9499
+ Hs.styles = i$H`
9500
+ ${r$L(styles$m)}
9631
9501
  `;
9632
- let PluginBusyList = Us;
9502
+ let PluginBusyList = Hs;
9633
9503
  class PluginBusyManagerImpl {
9634
9504
  constructor() {
9635
9505
  this.tasks = [], customElements.get("plugin-busy-list") || t$t("plugin-busy-list")(PluginBusyList);
@@ -9851,7 +9721,7 @@ class ImportDataManagerImpl {
9851
9721
  async import(W) {
9852
9722
  this.currentImporterId = W, this.selectedItems = {}, this.pluginTexts = {};
9853
9723
  try {
9854
- const { ImportDataManagerModal: X } = await import("./component-5b3_UwYi.js"), { confirmed: te } = await this.interactionService.confirm(
9724
+ const { ImportDataManagerModal: X } = await import("./component-DIEgkBBL.js"), { confirmed: te } = await this.interactionService.confirm(
9855
9725
  void 0,
9856
9726
  { component: X },
9857
9727
  {
@@ -11416,7 +11286,7 @@ const container = new Container(), { lazyInject } = getDecorators(container), bi
11416
11286
  }, unbindDeps = () => {
11417
11287
  container.unbind(TYPES.primaryApi), container.unbind(TYPES.store);
11418
11288
  };
11419
- var __getOwnPropDesc$j = Object.getOwnPropertyDescriptor, __decorateClass$u = (J, W, X, te) => {
11289
+ var __getOwnPropDesc$j = Object.getOwnPropertyDescriptor, __decorateClass$v = (J, W, X, te) => {
11420
11290
  for (var re = te > 1 ? void 0 : te ? __getOwnPropDesc$j(W, X) : W, oe = J.length - 1, ne; oe >= 0; oe--)
11421
11291
  (ne = J[oe]) && (re = ne(re) || re);
11422
11292
  return re;
@@ -11426,7 +11296,7 @@ let StoreBaseHandler = class {
11426
11296
  this.store = J;
11427
11297
  }
11428
11298
  };
11429
- StoreBaseHandler = __decorateClass$u([
11299
+ StoreBaseHandler = __decorateClass$v([
11430
11300
  injectable(),
11431
11301
  __decorateParam$5(0, inject(TYPES.store))
11432
11302
  ], StoreBaseHandler);
@@ -11435,7 +11305,7 @@ let ApiBaseHandler = class {
11435
11305
  this.api = J;
11436
11306
  }
11437
11307
  };
11438
- ApiBaseHandler = __decorateClass$u([
11308
+ ApiBaseHandler = __decorateClass$v([
11439
11309
  injectable(),
11440
11310
  __decorateParam$5(0, inject(TYPES.primaryApi))
11441
11311
  ], ApiBaseHandler);
@@ -11444,7 +11314,7 @@ let BaseHandler = class {
11444
11314
  this.store = J, this.api = W;
11445
11315
  }
11446
11316
  };
11447
- BaseHandler = __decorateClass$u([
11317
+ BaseHandler = __decorateClass$v([
11448
11318
  injectable(),
11449
11319
  __decorateParam$5(0, inject(TYPES.store)),
11450
11320
  __decorateParam$5(1, inject(TYPES.primaryApi))
@@ -11697,30 +11567,30 @@ const bootstrapAddHistoryItems = (J, W) => {
11697
11567
  function connectedProperty(J, W = {}) {
11698
11568
  return createConnectedProperty(store)(J, W);
11699
11569
  }
11700
- const isAnyCollectionBusySelector = (J) => J.activityHistoryCollections.busy.length > 0, isSomeCollectionLoadedAndOtherLoading = (J) => Object.values(J.activityHistoryCollections.collections) && isAnyCollectionBusySelector(J), isEmptyDataAndOtherLoading = (J) => !Object.values(J.activityHistoryCollections.collections)?.length && isAnyCollectionBusySelector(J), styles$k = ".spinner-container{display:flex;flex-direction:row;align-items:center;gap:24px;justify-content:center;padding-top:16px}.skeleton-container{padding:20px;height:100%}", template$m = (J) => J.isEmptyDataAndOtherLoading ? ke$1`<div class="skeleton-container">${J.skeletons}</div>` : J.isSomeCollectionLoadedAndOtherLoading ? ke$1`<div class="spinner-container"><dss-spinner size="sm"></dss-spinner><div class="busy-description">${translate("busyEntriesLoading")}</div></div>` : D$7;
11701
- var __defProp$n = Object.defineProperty, __getOwnPropDesc$i = Object.getOwnPropertyDescriptor, __decorateClass$t = (J, W, X, te) => {
11570
+ const isAnyCollectionBusySelector = (J) => J.activityHistoryCollections.busy.length > 0, isSomeCollectionLoadedAndOtherLoading = (J) => Object.values(J.activityHistoryCollections.collections) && isAnyCollectionBusySelector(J), isEmptyDataAndOtherLoading = (J) => !Object.values(J.activityHistoryCollections.collections)?.length && isAnyCollectionBusySelector(J), styles$l = ".spinner-container{display:flex;flex-direction:row;align-items:center;gap:24px;justify-content:center;padding-top:16px}.skeleton-container{padding:20px;height:100%}", template$n = (J) => J.isEmptyDataAndOtherLoading ? ke$1`<div class="skeleton-container">${J.skeletons}</div>` : J.isSomeCollectionLoadedAndOtherLoading ? ke$1`<div class="spinner-container"><dss-spinner size="sm"></dss-spinner><div class="busy-description">${translate("busyEntriesLoading")}</div></div>` : D$7;
11571
+ var __defProp$o = Object.defineProperty, __getOwnPropDesc$i = Object.getOwnPropertyDescriptor, __decorateClass$u = (J, W, X, te) => {
11702
11572
  for (var re = te > 1 ? void 0 : te ? __getOwnPropDesc$i(W, X) : W, oe = J.length - 1, ne; oe >= 0; oe--)
11703
11573
  (ne = J[oe]) && (re = (te ? ne(W, X, re) : ne(re)) || re);
11704
- return te && re && __defProp$n(W, X, re), re;
11574
+ return te && re && __defProp$o(W, X, re), re;
11705
11575
  };
11706
11576
  let ActivityHistoryBusy = class extends h$p {
11707
11577
  render() {
11708
- return ke$1`${template$m(this)}`;
11578
+ return ke$1`${template$n(this)}`;
11709
11579
  }
11710
11580
  get skeletons() {
11711
11581
  return Array.from({ length: 12 }, () => ke$1`<dss-skeleton width="100" height="10"></dss-skeleton>`);
11712
11582
  }
11713
11583
  };
11714
11584
  ActivityHistoryBusy.styles = i$H`
11715
- ${r$L(styles$k)}
11585
+ ${r$L(styles$l)}
11716
11586
  `;
11717
- __decorateClass$t([
11587
+ __decorateClass$u([
11718
11588
  connectedProperty(isSomeCollectionLoadedAndOtherLoading)
11719
11589
  ], ActivityHistoryBusy.prototype, "isSomeCollectionLoadedAndOtherLoading", 2);
11720
- __decorateClass$t([
11590
+ __decorateClass$u([
11721
11591
  connectedProperty(isEmptyDataAndOtherLoading)
11722
11592
  ], ActivityHistoryBusy.prototype, "isEmptyDataAndOtherLoading", 2);
11723
- ActivityHistoryBusy = __decorateClass$t([
11593
+ ActivityHistoryBusy = __decorateClass$u([
11724
11594
  t$t("activity-history-busy")
11725
11595
  ], ActivityHistoryBusy);
11726
11596
  class HandleHistoryItemsAddError {
@@ -11747,7 +11617,7 @@ const bootstrapHandleHistoryItemsAddError = (J) => {
11747
11617
  teardownHandleHistoryItemsAddError(), request$h = J.registerRequest(HandleHistoryItemsAddError, HandleHistoryItemsAddErrorHandler);
11748
11618
  }, teardownHandleHistoryItemsAddError = () => {
11749
11619
  request$h?.dispose();
11750
- }, styles$j = ".wrapper{display:flex;flex-direction:column;align-items:center;gap:24px;width:484px;height:auto}.wrapper .content-options{display:flex;flex-direction:column;align-items:center;gap:16px}.wrapper .selector-options{display:flex;flex-direction:row;gap:16px}.wrapper .content-date{display:flex;flex-direction:column;align-items:center;gap:16px;height:124px}.wrapper .datepicker-canvas{display:flex;flex-direction:row;justify-content:center;align-content:center;gap:16px}.wrapper .actions{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:16px}dss-datepicker{width:234px;height:48px;border-radius:var(--dss-radius-sm);border:var(--dss-border-width-sm);padding:var(--dss-spacing-sm);gap:var(--dss-spacing-xs);color:var(--color-neutral-100)}", template$l = (J) => {
11620
+ }, styles$k = ".wrapper{display:flex;flex-direction:column;align-items:center;gap:24px;width:484px;height:auto}.wrapper .content-options{display:flex;flex-direction:column;align-items:center;gap:16px}.wrapper .selector-options{display:flex;flex-direction:row;gap:16px}.wrapper .content-date{display:flex;flex-direction:column;align-items:center;gap:16px;height:124px}.wrapper .datepicker-canvas{display:flex;flex-direction:row;justify-content:center;align-content:center;gap:16px}.wrapper .actions{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:16px}dss-datepicker{width:234px;height:48px;border-radius:var(--dss-radius-sm);border:var(--dss-border-width-sm);padding:var(--dss-spacing-sm);gap:var(--dss-spacing-xs);color:var(--color-neutral-100)}", template$m = (J) => {
11751
11621
  const { arrayElements: W, text: X } = J;
11752
11622
  return ke$1`
11753
11623
  <div class="wrapper">
@@ -11789,10 +11659,10 @@ const bootstrapHandleHistoryItemsAddError = (J) => {
11789
11659
  </div>` : D$7}
11790
11660
  </div>`;
11791
11661
  };
11792
- var __defProp$m = Object.defineProperty, __getOwnPropDesc$h = Object.getOwnPropertyDescriptor, __decorateClass$s = (J, W, X, te) => {
11662
+ var __defProp$n = Object.defineProperty, __getOwnPropDesc$h = Object.getOwnPropertyDescriptor, __decorateClass$t = (J, W, X, te) => {
11793
11663
  for (var re = te > 1 ? void 0 : te ? __getOwnPropDesc$h(W, X) : W, oe = J.length - 1, ne; oe >= 0; oe--)
11794
11664
  (ne = J[oe]) && (re = (te ? ne(W, X, re) : ne(re)) || re);
11795
- return te && re && __defProp$m(W, X, re), re;
11665
+ return te && re && __defProp$n(W, X, re), re;
11796
11666
  };
11797
11667
  let ExportPdfModal = class extends h$p {
11798
11668
  constructor() {
@@ -11805,12 +11675,12 @@ let ExportPdfModal = class extends h$p {
11805
11675
  }
11806
11676
  render() {
11807
11677
  return ke$1`
11808
- ${template$l(this)}
11678
+ ${template$m(this)}
11809
11679
  `;
11810
11680
  }
11811
11681
  static get styles() {
11812
11682
  return i$H`
11813
- ${r$L(styles$j)}
11683
+ ${r$L(styles$k)}
11814
11684
  `;
11815
11685
  }
11816
11686
  handleTest() {
@@ -11820,22 +11690,22 @@ let ExportPdfModal = class extends h$p {
11820
11690
  );
11821
11691
  }
11822
11692
  };
11823
- __decorateClass$s([
11693
+ __decorateClass$t([
11824
11694
  n$B()
11825
11695
  ], ExportPdfModal.prototype, "selectedRadioOption", 2);
11826
- __decorateClass$s([
11696
+ __decorateClass$t([
11827
11697
  n$B()
11828
11698
  ], ExportPdfModal.prototype, "text", 2);
11829
- __decorateClass$s([
11699
+ __decorateClass$t([
11830
11700
  n$B()
11831
11701
  ], ExportPdfModal.prototype, "selectedVisibilityLevelElement", 2);
11832
- __decorateClass$s([
11702
+ __decorateClass$t([
11833
11703
  n$B()
11834
11704
  ], ExportPdfModal.prototype, "selectedPeriodDate", 2);
11835
- __decorateClass$s([
11705
+ __decorateClass$t([
11836
11706
  n$B({ type: Array })
11837
11707
  ], ExportPdfModal.prototype, "arrayElements", 2);
11838
- ExportPdfModal = __decorateClass$s([
11708
+ ExportPdfModal = __decorateClass$t([
11839
11709
  t$t("export-pdf-modal")
11840
11710
  ], ExportPdfModal);
11841
11711
  class ExportToPdfHandler extends ApiBaseHandler {
@@ -12184,7 +12054,7 @@ class SetUpFiltersCommand {
12184
12054
  this.payload = W;
12185
12055
  }
12186
12056
  }
12187
- const styles$i = ".filters-sidebar{padding:8px 4px;border-right:1px solid rgb(189,189,189);width:56px;height:100%;box-sizing:border-box;display:flex;flex-direction:column}.filters-sidebar dss-icon-button{align-self:center}.filters-sidebar[expanded]{width:296px}.filters-sidebar[expanded] .filters-sidebar-opened{display:flex;align-items:center;justify-content:space-between;padding-inline:8px;color:var(--color-neutral-900);font-weight:700;font-size:16px;line-height:24px}.filter-container{display:flex;flex-direction:column;padding:16px 8px 8px;overflow:auto}.filter-container .filter{padding:8px 0;border-bottom:1px solid var(--color-neutral-200)}.filter-group{display:flex;flex-direction:column;padding-top:12px;gap:var(--dss-spacing-xs);padding-bottom:12px;border-bottom:1px solid var(--color-neutral-200)}.filter-group:last-of-type{border:none}.custom-subfilters-container{display:flex;flex-direction:column;padding-left:16px;gap:12px}.custom-subfilters-container .custom-filter-content{display:flex;flex-direction:column;gap:8px}";
12057
+ const styles$j = ".filters-sidebar{padding:8px 4px;border-right:1px solid rgb(189,189,189);width:56px;height:100%;box-sizing:border-box;display:flex;flex-direction:column}.filters-sidebar dss-icon-button{align-self:center}.filters-sidebar[expanded]{width:296px}.filters-sidebar[expanded] .filters-sidebar-opened{display:flex;align-items:center;justify-content:space-between;padding-inline:8px;color:var(--color-neutral-900);font-weight:700;font-size:16px;line-height:24px}.filter-container{display:flex;flex-direction:column;padding:16px 8px 8px;overflow:auto}.filter-container .filter{padding:8px 0;border-bottom:1px solid var(--color-neutral-200)}.filter-group{display:flex;flex-direction:column;padding-top:12px;gap:var(--dss-spacing-xs);padding-bottom:12px;border-bottom:1px solid var(--color-neutral-200)}.filter-group:last-of-type{border:none}.custom-subfilters-container{display:flex;flex-direction:column;padding-left:16px;gap:12px}.custom-subfilters-container .custom-filter-content{display:flex;flex-direction:column;gap:8px}";
12188
12058
  /**
12189
12059
  * @license
12190
12060
  * Copyright 2021 Google LLC
@@ -12214,7 +12084,7 @@ const filterTemplates = {
12214
12084
  J.singleOption ? W(X?.id, J.id, null, he.detail) : re && te ? W(X?.id, J.id, te.id, he.detail) : W(J.id, he.detail);
12215
12085
  }, ce = re && te ? J.enabledValues?.includes(te.id) : J.enabled, ue = re && te || J.singleOption ? X.enabled : !0;
12216
12086
  return filterTemplates[J.type]?.(oe, ne, de, ce, ue) || ke$1``;
12217
- }, template$k = (J) => ke$1`
12087
+ }, template$l = (J) => ke$1`
12218
12088
  <div class="filters-sidebar" ?expanded=${J.filtersExpanded} >
12219
12089
  ${J.filtersExpanded ? ke$1`<div class="filters-sidebar-opened">${translate("filters.filters")}<dss-icon-button ?hidden=${J.wrapperMaximized} @click=${() => J._toggleFilters()} size="md" variant="primary" icon="keyboard_double_arrow_left"></dss-icon-button></div>
12220
12090
  <div class="filter-container">
@@ -12289,17 +12159,17 @@ const filterTemplates = {
12289
12159
  `
12290
12160
  );
12291
12161
  };
12292
- var __defProp$l = Object.defineProperty, __getOwnPropDesc$g = Object.getOwnPropertyDescriptor, __decorateClass$r = (J, W, X, te) => {
12162
+ var __defProp$m = Object.defineProperty, __getOwnPropDesc$g = Object.getOwnPropertyDescriptor, __decorateClass$s = (J, W, X, te) => {
12293
12163
  for (var re = te > 1 ? void 0 : te ? __getOwnPropDesc$g(W, X) : W, oe = J.length - 1, ne; oe >= 0; oe--)
12294
12164
  (ne = J[oe]) && (re = (te ? ne(W, X, re) : ne(re)) || re);
12295
- return te && re && __defProp$l(W, X, re), re;
12165
+ return te && re && __defProp$m(W, X, re), re;
12296
12166
  };
12297
12167
  let ActivityHistoryFilters = class extends h$p {
12298
12168
  constructor() {
12299
12169
  super(...arguments), this.filtersExpanded = !1;
12300
12170
  }
12301
12171
  render() {
12302
- return ke$1`${template$k(this)}`;
12172
+ return ke$1`${template$l(this)}`;
12303
12173
  }
12304
12174
  updated(J) {
12305
12175
  J.has("wrapperMaximized") && (this.filtersExpanded = this.wrapperMaximized);
@@ -12338,30 +12208,30 @@ let ActivityHistoryFilters = class extends h$p {
12338
12208
  }
12339
12209
  };
12340
12210
  ActivityHistoryFilters.styles = i$H`
12341
- ${r$L(styles$i)}
12211
+ ${r$L(styles$j)}
12342
12212
  `;
12343
- __decorateClass$r([
12213
+ __decorateClass$s([
12344
12214
  connectedProperty(activityHistoryCommonFiltersSelector)
12345
12215
  ], ActivityHistoryFilters.prototype, "commonFilters", 2);
12346
- __decorateClass$r([
12216
+ __decorateClass$s([
12347
12217
  connectedProperty(customFilterGroupsWithOptionsSelector)
12348
12218
  ], ActivityHistoryFilters.prototype, "customFilterGroups", 2);
12349
- __decorateClass$r([
12219
+ __decorateClass$s([
12350
12220
  connectedProperty(upFilterSelector)
12351
12221
  ], ActivityHistoryFilters.prototype, "upFilter", 2);
12352
- __decorateClass$r([
12222
+ __decorateClass$s([
12353
12223
  connectedProperty(upFilterEnabledValuesSelector)
12354
12224
  ], ActivityHistoryFilters.prototype, "upFilterEnabledValues", 2);
12355
- __decorateClass$r([
12225
+ __decorateClass$s([
12356
12226
  lazyInject(TYPES.primaryApi)
12357
12227
  ], ActivityHistoryFilters.prototype, "api", 2);
12358
- __decorateClass$r([
12228
+ __decorateClass$s([
12359
12229
  r$I()
12360
12230
  ], ActivityHistoryFilters.prototype, "filtersExpanded", 2);
12361
- __decorateClass$r([
12231
+ __decorateClass$s([
12362
12232
  n$B({ type: Boolean })
12363
12233
  ], ActivityHistoryFilters.prototype, "wrapperMaximized", 2);
12364
- ActivityHistoryFilters = __decorateClass$r([
12234
+ ActivityHistoryFilters = __decorateClass$s([
12365
12235
  t$t("activity-history-filters")
12366
12236
  ], ActivityHistoryFilters);
12367
12237
  const { setCommonFilterValue } = activityHistoryFiltersSlice.actions;
@@ -12568,7 +12438,7 @@ class le extends i$E {
12568
12438
  }
12569
12439
  }
12570
12440
  le.directiveName = "unsafeHTML", le.resultType = 1;
12571
- const ae = e$J(le), styles$h = ":host{min-height:1px;display:flex;flex-direction:column;flex:1 1 0%}.virtual-container{height:100%;position:relative}.virtual-viewport{height:100%;overflow:auto;padding-inline:16px}.virtual-content{position:relative;width:100%}.virtual-items{position:relative}.container{min-height:1px;height:100%}.visit:first-child{margin-top:var(--dss-spacing-md)}.visit{width:calc(100% - var(--dss-spacing-md) - var(--dss-spacing-md));display:flex;flex-direction:column;gap:var(--dss-spacing-sm);background-color:#fff;border-radius:var(--dss-radius-sm);padding:var(--dss-spacing-sm);margin-bottom:var(--dss-spacing-md)}.visit .visit__header{display:flex;flex-direction:row;align-items:center;gap:16px}.visit .visit__header .title{flex:1;font-size:14px;line-height:24px;display:flex;flex-direction:row;gap:12px;color:var(--color-neutral-800)}.visit .visit__header .title-date{font-weight:700}.visit .visit__header .title-description{font-weight:600;display:flex;flex-direction:row;gap:4px}.visit .visit__header .highlight{background-color:#ff0;font-weight:700}.visit .visit__items{display:flex;flex-direction:column;gap:var(--dss-spacing-sm)}.visit .visit__items .item[has-divider]{border-bottom:var(--dss-border-width-sm) solid var(--color-neutral-200)}.visit .visit__items .item[has-divider]:last-of-type{border:none}.visit .diagnostics{display:flex;flex-direction:column;gap:var(--dss-spacing-sm);border-bottom:var(--dss-border-width-sm) solid var(--color-neutral-200)}.visit .diagnostics:last-of-type{border:none}.visit .diagnostics .diagnostics__header{display:flex;flex-direction:row;align-items:center;gap:16px;flex-wrap:wrap}.visit .diagnostics .diagnostics__items{display:flex;flex-direction:column}.visit .diagnostics .diagnostics__items .item[has-divider]{border-bottom:var(--dss-border-width-sm) solid var(--color-neutral-200)}.visit .diagnostics .diagnostics__items .item[has-divider]:last-of-type{border:none}.feedback{width:100%;height:100%;display:flex;align-items:center;justify-content:center}";
12441
+ const ae = e$J(le), styles$i = ":host{min-height:1px;display:flex;flex-direction:column;flex:1 1 0%}.virtual-container{height:100%;position:relative}.virtual-viewport{height:100%;overflow:auto;padding-inline:16px}.virtual-content{position:relative;width:100%}.virtual-items{position:relative}.container{min-height:1px;height:100%}.visit:first-child{margin-top:var(--dss-spacing-md)}.visit{width:calc(100% - var(--dss-spacing-md) - var(--dss-spacing-md));display:flex;flex-direction:column;gap:var(--dss-spacing-sm);background-color:#fff;border-radius:var(--dss-radius-sm);padding:var(--dss-spacing-sm);margin-bottom:var(--dss-spacing-md)}.visit .visit__header{display:flex;flex-direction:row;align-items:center;gap:16px}.visit .visit__header .title{flex:1;font-size:14px;line-height:24px;display:flex;flex-direction:row;gap:12px;color:var(--color-neutral-800)}.visit .visit__header .title-date{font-weight:700}.visit .visit__header .title-description{font-weight:600;display:flex;flex-direction:row;gap:4px}.visit .visit__header .highlight{background-color:#ff0;font-weight:700}.visit .visit__items{display:flex;flex-direction:column;gap:var(--dss-spacing-sm)}.visit .visit__items .item[has-divider]{border-bottom:var(--dss-border-width-sm) solid var(--color-neutral-200)}.visit .visit__items .item[has-divider]:last-of-type{border:none}.visit .diagnostics{display:flex;flex-direction:column;gap:var(--dss-spacing-sm);border-bottom:var(--dss-border-width-sm) solid var(--color-neutral-200)}.visit .diagnostics:last-of-type{border:none}.visit .diagnostics .diagnostics__header{display:flex;flex-direction:row;align-items:center;gap:16px;flex-wrap:wrap}.visit .diagnostics .diagnostics__items{display:flex;flex-direction:column}.visit .diagnostics .diagnostics__items .item[has-divider]{border-bottom:var(--dss-border-width-sm) solid var(--color-neutral-200)}.visit .diagnostics .diagnostics__items .item[has-divider]:last-of-type{border:none}.feedback{width:100%;height:100%;display:flex;align-items:center;justify-content:center}";
12572
12442
  function toDate(J) {
12573
12443
  const W = Object.prototype.toString.call(J);
12574
12444
  return J instanceof Date || typeof J == "object" && W === "[object Date]" ? new J.constructor(+J) : typeof J == "number" || W === "[object Number]" || typeof J == "string" || W === "[object String]" ? new Date(J) : /* @__PURE__ */ new Date(NaN);
@@ -15349,26 +15219,26 @@ function cleanEscapedString(J) {
15349
15219
  * Copyright 2018 Google LLC
15350
15220
  * SPDX-License-Identifier: BSD-3-Clause
15351
15221
  */
15352
- const to = (J) => J ?? D$7, styles$g = ".grouping-busy-container{display:flex;flex-direction:row;align-items:center;gap:24px;justify-content:center;padding-top:16px}", template$j = (J) => ke$1`
15222
+ const to = (J) => J ?? D$7, styles$h = ".grouping-busy-container{display:flex;flex-direction:row;align-items:center;gap:24px;justify-content:center;padding-top:16px}", template$k = (J) => ke$1`
15353
15223
  <div class="grouping-busy-container">
15354
15224
  <dss-spinner size="sm"></dss-spinner>
15355
15225
  <div>${translate("isGrouping")}</div>
15356
15226
  </div>
15357
15227
  `;
15358
- var __getOwnPropDesc$f = Object.getOwnPropertyDescriptor, __decorateClass$q = (J, W, X, te) => {
15228
+ var __getOwnPropDesc$f = Object.getOwnPropertyDescriptor, __decorateClass$r = (J, W, X, te) => {
15359
15229
  for (var re = te > 1 ? void 0 : te ? __getOwnPropDesc$f(W, X) : W, oe = J.length - 1, ne; oe >= 0; oe--)
15360
15230
  (ne = J[oe]) && (re = ne(re) || re);
15361
15231
  return re;
15362
15232
  };
15363
15233
  let ActivityHistoryIsGroupingBusy = class extends h$p {
15364
15234
  render() {
15365
- return template$j();
15235
+ return template$k();
15366
15236
  }
15367
15237
  };
15368
15238
  ActivityHistoryIsGroupingBusy.styles = i$H`
15369
- ${r$L(styles$g)}
15239
+ ${r$L(styles$h)}
15370
15240
  `;
15371
- ActivityHistoryIsGroupingBusy = __decorateClass$q([
15241
+ ActivityHistoryIsGroupingBusy = __decorateClass$r([
15372
15242
  t$t("activity-history-is-grouping-busy")
15373
15243
  ], ActivityHistoryIsGroupingBusy);
15374
15244
  function shouldShowRole(J) {
@@ -15388,7 +15258,7 @@ const hasItemDivider = (J, W) => {
15388
15258
  subGroup: te
15389
15259
  }));
15390
15260
  return [...W, ...X].sort((te, re) => re.date.getTime() - te.date.getTime());
15391
- }, notFound = "data:image/svg+xml,%3csvg%20width='215'%20height='150'%20viewBox='0%200%20215%20150'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20opacity='0.9'%20d='M135.132%2057.43C96.9221%2047.658%2083.3815%20-29.7048%2026.9734%2012.5083C-13.0511%2042.4595%2011.4691%20115.499%2061.6878%20107.019C92.0822%20101.867%2087.3917%20101.341%20113.129%20115.244C139.231%20129.308%20167.972%20136.397%20195.855%20111.436C210.28%2098.5179%20215.939%2067.0352%20201.939%2050.7417C184.388%2030.3592%20158.485%2063.4098%20135.132%2057.43Z'%20fill='%23EFF7FF'/%3e%3cellipse%20cx='120.5'%20cy='143.5'%20rx='52.5'%20ry='3.5'%20fill='%23F5F5F5'/%3e%3cpath%20d='M121.387%2080.2184C121.995%2079.5948%20122.563%2078.953%20123.09%2078.2959L134.396%2089.3383C135.09%2090.0177%20134.851%2091.389%20133.861%2092.4024C132.872%2093.4159%20131.505%2093.6888%20130.811%2093.0094L119.505%2081.967C120.148%2081.424%20120.777%2080.8407%20121.385%2080.2171L121.387%2080.2184Z'%20fill='%231D1D1D'/%3e%3cpath%20opacity='0.6'%20d='M121.127%2079.9896C132.157%2068.6986%20131.888%2050.5485%20120.527%2039.4502C109.166%2028.3519%2091.0149%2028.5081%2079.9849%2039.799C68.955%2051.09%2069.2233%2069.2401%2080.5843%2080.3385C91.9453%2091.4368%20110.097%2091.2806%20121.127%2079.9896Z'%20fill='%238FC2F5'/%3e%3cpath%20d='M78.0382%2083.0622C90.8729%2095.6382%20111.378%2095.4578%20123.835%2082.6609C136.293%2069.8625%20135.986%2049.2932%20123.15%2036.7173C110.316%2024.1413%2089.8107%2024.3217%2077.3538%2037.1186C64.8956%2049.9169%2065.2022%2070.4862%2078.0382%2083.0622ZM80.642%2080.387C69.289%2069.264%2069.0172%2051.0692%2080.037%2039.749C91.0569%2028.4288%20109.194%2028.2694%20120.547%2039.3938C131.9%2050.5182%20132.171%2068.713%20121.152%2080.0332C110.132%2091.3534%2091.9949%2091.5128%2080.642%2080.3884V80.387Z'%20fill='%237BACFC'/%3e%3cpath%20d='M169.953%20128.522L171.714%20126.696C173.474%20124.871%20173.421%20121.964%20171.595%20120.205L135.013%2084.9265C133.187%2083.1661%20130.281%2083.2205%20128.522%2085.0451L126.761%2086.8711C125.001%2088.6957%20125.055%2091.6028%20126.88%2093.3619L163.462%20128.64C165.287%20130.401%20168.194%20130.346%20169.953%20128.522Z'%20fill='%23656565'/%3e%3cpath%20opacity='0.35'%20d='M88.8399%2071.2315C96.506%2079.2245%20101.258%2078.1642%20100.757%2082.4547C100.256%2086.7452%2091.398%2085.7448%2082.7698%2076.0396C74.1415%2066.3344%2075.0893%2054.9166%2079.8491%2055.2485C84.6089%2055.5803%2080.129%2062.1492%2088.8399%2071.2315Z'%20fill='white'/%3e%3c/svg%3e", template$i = (J) => ke$1`
15261
+ }, notFound = "data:image/svg+xml,%3csvg%20width='215'%20height='150'%20viewBox='0%200%20215%20150'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20opacity='0.9'%20d='M135.132%2057.43C96.9221%2047.658%2083.3815%20-29.7048%2026.9734%2012.5083C-13.0511%2042.4595%2011.4691%20115.499%2061.6878%20107.019C92.0822%20101.867%2087.3917%20101.341%20113.129%20115.244C139.231%20129.308%20167.972%20136.397%20195.855%20111.436C210.28%2098.5179%20215.939%2067.0352%20201.939%2050.7417C184.388%2030.3592%20158.485%2063.4098%20135.132%2057.43Z'%20fill='%23EFF7FF'/%3e%3cellipse%20cx='120.5'%20cy='143.5'%20rx='52.5'%20ry='3.5'%20fill='%23F5F5F5'/%3e%3cpath%20d='M121.387%2080.2184C121.995%2079.5948%20122.563%2078.953%20123.09%2078.2959L134.396%2089.3383C135.09%2090.0177%20134.851%2091.389%20133.861%2092.4024C132.872%2093.4159%20131.505%2093.6888%20130.811%2093.0094L119.505%2081.967C120.148%2081.424%20120.777%2080.8407%20121.385%2080.2171L121.387%2080.2184Z'%20fill='%231D1D1D'/%3e%3cpath%20opacity='0.6'%20d='M121.127%2079.9896C132.157%2068.6986%20131.888%2050.5485%20120.527%2039.4502C109.166%2028.3519%2091.0149%2028.5081%2079.9849%2039.799C68.955%2051.09%2069.2233%2069.2401%2080.5843%2080.3385C91.9453%2091.4368%20110.097%2091.2806%20121.127%2079.9896Z'%20fill='%238FC2F5'/%3e%3cpath%20d='M78.0382%2083.0622C90.8729%2095.6382%20111.378%2095.4578%20123.835%2082.6609C136.293%2069.8625%20135.986%2049.2932%20123.15%2036.7173C110.316%2024.1413%2089.8107%2024.3217%2077.3538%2037.1186C64.8956%2049.9169%2065.2022%2070.4862%2078.0382%2083.0622ZM80.642%2080.387C69.289%2069.264%2069.0172%2051.0692%2080.037%2039.749C91.0569%2028.4288%20109.194%2028.2694%20120.547%2039.3938C131.9%2050.5182%20132.171%2068.713%20121.152%2080.0332C110.132%2091.3534%2091.9949%2091.5128%2080.642%2080.3884V80.387Z'%20fill='%237BACFC'/%3e%3cpath%20d='M169.953%20128.522L171.714%20126.696C173.474%20124.871%20173.421%20121.964%20171.595%20120.205L135.013%2084.9265C133.187%2083.1661%20130.281%2083.2205%20128.522%2085.0451L126.761%2086.8711C125.001%2088.6957%20125.055%2091.6028%20126.88%2093.3619L163.462%20128.64C165.287%20130.401%20168.194%20130.346%20169.953%20128.522Z'%20fill='%23656565'/%3e%3cpath%20opacity='0.35'%20d='M88.8399%2071.2315C96.506%2079.2245%20101.258%2078.1642%20100.757%2082.4547C100.256%2086.7452%2091.398%2085.7448%2082.7698%2076.0396C74.1415%2066.3344%2075.0893%2054.9166%2079.8491%2055.2485C84.6089%2055.5803%2080.129%2062.1492%2088.8399%2071.2315Z'%20fill='white'/%3e%3c/svg%3e", template$j = (J) => ke$1`
15392
15262
  <div class="container">
15393
15263
  <activity-history-full-data-error></activity-history-full-data-error>
15394
15264
  <activity-history-partial-data-error></activity-history-partial-data-error>
@@ -15588,10 +15458,10 @@ class VirtualScroller {
15588
15458
  }), re;
15589
15459
  }
15590
15460
  }
15591
- var __defProp$k = Object.defineProperty, __getOwnPropDesc$e = Object.getOwnPropertyDescriptor, __decorateClass$p = (J, W, X, te) => {
15461
+ var __defProp$l = Object.defineProperty, __getOwnPropDesc$e = Object.getOwnPropertyDescriptor, __decorateClass$q = (J, W, X, te) => {
15592
15462
  for (var re = te > 1 ? void 0 : te ? __getOwnPropDesc$e(W, X) : W, oe = J.length - 1, ne; oe >= 0; oe--)
15593
15463
  (ne = J[oe]) && (re = (te ? ne(W, X, re) : ne(re)) || re);
15594
- return te && re && __defProp$k(W, X, re), re;
15464
+ return te && re && __defProp$l(W, X, re), re;
15595
15465
  };
15596
15466
  let ActivityHistoryTimeline = class extends h$p {
15597
15467
  constructor() {
@@ -15607,7 +15477,7 @@ let ActivityHistoryTimeline = class extends h$p {
15607
15477
  }
15608
15478
  render() {
15609
15479
  return ke$1`
15610
- ${template$i(this)}
15480
+ ${template$j(this)}
15611
15481
  `;
15612
15482
  }
15613
15483
  connectedCallback() {
@@ -15685,39 +15555,39 @@ let ActivityHistoryTimeline = class extends h$p {
15685
15555
  }
15686
15556
  };
15687
15557
  ActivityHistoryTimeline.styles = i$H`
15688
- ${r$L(styles$h)}
15558
+ ${r$L(styles$i)}
15689
15559
  `;
15690
- __decorateClass$p([
15560
+ __decorateClass$q([
15691
15561
  connectedProperty(activityHistoryGroupedItems)
15692
15562
  ], ActivityHistoryTimeline.prototype, "historyGroups", 2);
15693
- __decorateClass$p([
15563
+ __decorateClass$q([
15694
15564
  connectedProperty(isSomeCollectionLoadedAndOtherLoading)
15695
15565
  ], ActivityHistoryTimeline.prototype, "isSomeCollectionLoadedAndOtherLoading", 2);
15696
- __decorateClass$p([
15566
+ __decorateClass$q([
15697
15567
  connectedProperty(isAnyCollectionBusySelector)
15698
15568
  ], ActivityHistoryTimeline.prototype, "isAnyCollectionBusy", 2);
15699
- __decorateClass$p([
15569
+ __decorateClass$q([
15700
15570
  connectedProperty(activityHistorySearchStringSelector)
15701
15571
  ], ActivityHistoryTimeline.prototype, "searchString", 2);
15702
- __decorateClass$p([
15572
+ __decorateClass$q([
15703
15573
  e$M(".virtual-container")
15704
15574
  ], ActivityHistoryTimeline.prototype, "_virtualContainer", 2);
15705
- __decorateClass$p([
15575
+ __decorateClass$q([
15706
15576
  e$M(".virtual-viewport")
15707
15577
  ], ActivityHistoryTimeline.prototype, "_viewport", 2);
15708
- __decorateClass$p([
15578
+ __decorateClass$q([
15709
15579
  e$M(".virtual-content")
15710
15580
  ], ActivityHistoryTimeline.prototype, "_content", 2);
15711
- __decorateClass$p([
15581
+ __decorateClass$q([
15712
15582
  r$I()
15713
15583
  ], ActivityHistoryTimeline.prototype, "_virtualScrollerState", 2);
15714
- __decorateClass$p([
15584
+ __decorateClass$q([
15715
15585
  r$I()
15716
15586
  ], ActivityHistoryTimeline.prototype, "_canShowNoDataMessage", 2);
15717
- ActivityHistoryTimeline = __decorateClass$p([
15587
+ ActivityHistoryTimeline = __decorateClass$q([
15718
15588
  t$t("activity-history-timeline")
15719
15589
  ], ActivityHistoryTimeline);
15720
- const template$h = (J) => {
15590
+ const template$i = (J) => {
15721
15591
  const W = J.areCustomFiltersActive || J.areCommonFiltersActive || J.areDiagnosticFiltersActive || J.areUpFiltersActive;
15722
15592
  return !W && J.searchString.length < 1 ? D$7 : ke$1`
15723
15593
  <div class="active-filters-header">
@@ -15725,39 +15595,39 @@ const template$h = (J) => {
15725
15595
  ${nn(J.searchString.length > 1, () => ke$1`<activity-history-search-results searchQuery=${J.searchString}></activity-history-search-results>`)}
15726
15596
  </div>
15727
15597
  `;
15728
- }, styles$f = ".active-filters-header{display:flex;flex-direction:column;border-width:0px 0px 1px 0px;border-style:solid;border-color:#d8d8d8;background-color:#fff;padding:var(--dss-spacing-sm) var(--dss-spacing-md);gap:var(--dss-spacing-xs);font-size:14px;line-height:24px}";
15729
- var __defProp$j = Object.defineProperty, __getOwnPropDesc$d = Object.getOwnPropertyDescriptor, __decorateClass$o = (J, W, X, te) => {
15598
+ }, styles$g = ".active-filters-header{display:flex;flex-direction:column;border-width:0px 0px 1px 0px;border-style:solid;border-color:#d8d8d8;background-color:#fff;padding:var(--dss-spacing-sm) var(--dss-spacing-md);gap:var(--dss-spacing-xs);font-size:14px;line-height:24px}";
15599
+ var __defProp$k = Object.defineProperty, __getOwnPropDesc$d = Object.getOwnPropertyDescriptor, __decorateClass$p = (J, W, X, te) => {
15730
15600
  for (var re = te > 1 ? void 0 : te ? __getOwnPropDesc$d(W, X) : W, oe = J.length - 1, ne; oe >= 0; oe--)
15731
15601
  (ne = J[oe]) && (re = (te ? ne(W, X, re) : ne(re)) || re);
15732
- return te && re && __defProp$j(W, X, re), re;
15602
+ return te && re && __defProp$k(W, X, re), re;
15733
15603
  };
15734
15604
  let ActiveFiltersHeader = class extends h$p {
15735
15605
  render() {
15736
- return ke$1`${template$h(this)}`;
15606
+ return ke$1`${template$i(this)}`;
15737
15607
  }
15738
15608
  };
15739
15609
  ActiveFiltersHeader.styles = i$H`
15740
- ${r$L(styles$f)}
15610
+ ${r$L(styles$g)}
15741
15611
  `;
15742
- __decorateClass$o([
15612
+ __decorateClass$p([
15743
15613
  connectedProperty(activityHistorySearchStringSelector)
15744
15614
  ], ActiveFiltersHeader.prototype, "searchString", 2);
15745
- __decorateClass$o([
15615
+ __decorateClass$p([
15746
15616
  connectedProperty(areCustomFiltersActive)
15747
15617
  ], ActiveFiltersHeader.prototype, "areCustomFiltersActive", 2);
15748
- __decorateClass$o([
15618
+ __decorateClass$p([
15749
15619
  connectedProperty(areCommonFiltersActive)
15750
15620
  ], ActiveFiltersHeader.prototype, "areCommonFiltersActive", 2);
15751
- __decorateClass$o([
15621
+ __decorateClass$p([
15752
15622
  connectedProperty(areDiagnosticFiltersActive)
15753
15623
  ], ActiveFiltersHeader.prototype, "areDiagnosticFiltersActive", 2);
15754
- __decorateClass$o([
15624
+ __decorateClass$p([
15755
15625
  connectedProperty(areUpFiltersActive)
15756
15626
  ], ActiveFiltersHeader.prototype, "areUpFiltersActive", 2);
15757
- ActiveFiltersHeader = __decorateClass$o([
15627
+ ActiveFiltersHeader = __decorateClass$p([
15758
15628
  t$t("active-filters-header")
15759
15629
  ], ActiveFiltersHeader);
15760
- const styles$e = ":host{width:100%}.container{display:flex;align-items:center;flex-direction:column;height:100%;justify-content:center}", showError = "data:image/svg+xml,%3csvg%20width='215'%20height='150'%20viewBox='0%200%20215%20150'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M132.567%20147.925C107.663%20137.604%2098.7018%20141.859%2073.5817%20144.094C53.0605%20145.899%2028.8192%20138.451%2013.3757%20118.871C-27.3088%2067.293%2034.5441%2014.0839%2069.5091%202.68275C94.145%20-5.32822%20109.688%205.00477%20126.605%2028.3004C133.183%2037.3621%20138.613%2048.3337%20146.353%2055.9441C154.667%2064.106%20164.606%2063.9667%20172.441%2070.7586C210.442%20103.691%20165.801%20161.689%20132.567%20147.925Z'%20fill='%23EFF7FF'/%3e%3cpath%20d='M100.714%20124.222C100.714%20124.335%20100.714%20124.448%20100.714%20124.561C100.703%20125.212%20100.443%20125.832%2099.9909%20126.288C99.5388%20126.745%2098.9306%20127%2098.297%20127L37.3382%20126.232C36.7472%20126.217%2036.1824%20125.979%2035.7523%20125.562C35.3223%20125.145%2035.0575%20124.579%2035.0089%20123.974C34.997%20123.869%2034.997%20123.763%2035.0089%20123.658C35.0218%20123.158%2035.1821%20122.675%2035.4687%20122.272C35.7552%20121.868%2036.1543%20121.564%2036.6131%20121.399C36.8615%20121.318%2037.1214%20121.28%2037.3822%20121.286L98.341%20122.032C98.7724%20122.017%2099.1984%20122.134%2099.5657%20122.367C99.9331%20122.6%20100.226%20122.939%20100.407%20123.341C100.568%20123.61%20100.673%20123.91%20100.714%20124.222Z'%20fill='%23656565'/%3e%3cpath%20opacity='0.5'%20d='M95.9608%20127L204.061%20126.226C204.373%20126.226%20204.683%20126.162%20204.972%20126.037C205.261%20125.912%20205.523%20125.728%20205.743%20125.498C205.963%20125.267%20206.137%20124.993%20206.254%20124.692C206.372%20124.391%20206.431%20124.069%20206.428%20123.744C206.417%20123.092%20206.161%20122.47%20205.715%20122.011C205.268%20121.552%20204.667%20121.291%20204.039%20121.286L95.9389%20122.06C95.3108%20122.072%2094.7119%20122.338%2094.2697%20122.801C93.8275%20123.264%2093.5769%20123.889%2093.5713%20124.541C93.5827%20125.194%2093.8388%20125.815%2094.2851%20126.275C94.7314%20126.734%2095.3326%20126.994%2095.9608%20127Z'%20fill='%2300356A'/%3e%3cpath%20d='M212.109%2054.5398L207.23%20114.387C207.064%20116.104%20206.378%20117.729%20205.262%20119.044C204.147%20120.36%20202.656%20121.303%20200.989%20121.747C200.446%20121.91%20199.885%20122.006%20199.318%20122.033H199.033L99.2345%20122.714H99.0147C98.0548%20122.719%2097.1045%20122.522%2096.2259%20122.136C95.3472%20121.749%2094.5598%20121.182%2093.915%20120.471C93.2702%20119.76%2092.7825%20118.921%2092.4835%20118.009C92.1845%20117.098%2092.0811%20116.133%2092.1798%20115.178L97.0588%2055.3307C97.2569%2053.278%2098.2004%2051.3689%2099.7108%2049.9642C101.221%2048.5595%20103.194%2047.7565%20105.256%2047.707H106.773L205.055%2047.0039C206.032%2046.9708%20207.005%2047.1471%20207.908%2047.5208C208.812%2047.8946%20209.625%2048.4572%20210.293%2049.1709C210.961%2049.8846%20211.469%2050.7329%20211.782%2051.6589C212.095%2052.5849%20212.207%2053.5672%20212.109%2054.5398Z'%20fill='%237BACFC'/%3e%3cpath%20opacity='0.2'%20d='M208.156%2047.0002L109.387%2047.6899C108.732%2047.6984%20108.081%2047.7926%20107.451%2047.97C105.803%2048.4018%20104.328%2049.3229%20103.224%2050.6096C102.12%2051.8962%20101.439%2053.4868%20101.274%2055.1677L96.4673%20113.891C96.3645%20114.839%2096.4677%20115.798%2096.7699%20116.703C97.0721%20117.609%2097.5665%20118.439%2098.2196%20119.139C98.8728%20119.84%2099.6696%20120.393%20100.557%20120.763C101.444%20121.133%20102.4%20121.31%20103.362%20121.283L200.609%20120.593H202.11C204.152%20120.549%20206.107%20119.763%20207.603%20118.385C209.099%20117.006%20210.031%20115.131%20210.223%20113.116L214.964%2054.4134C215.062%2053.4725%20214.959%2052.5216%20214.66%2051.6231C214.362%2050.7245%20213.876%2049.8983%20213.233%2049.1986C212.591%2048.499%20211.806%2047.9415%20210.932%2047.5627C210.057%2047.1839%20209.111%2046.9922%20208.156%2047.0002Z'%20fill='white'/%3e%3ccircle%20cx='33'%20cy='31'%20r='20'%20fill='%23B60000'/%3e%3cpath%20d='M41.4%2022.6133C40.88%2022.0933%2040.04%2022.0933%2039.52%2022.6133L33%2029.12L26.48%2022.6C25.96%2022.08%2025.12%2022.08%2024.6%2022.6C24.08%2023.12%2024.08%2023.96%2024.6%2024.48L31.12%2031L24.6%2037.52C24.08%2038.04%2024.08%2038.88%2024.6%2039.4C25.12%2039.92%2025.96%2039.92%2026.48%2039.4L33%2032.88L39.52%2039.4C40.04%2039.92%2040.88%2039.92%2041.4%2039.4C41.92%2038.88%2041.92%2038.04%2041.4%2037.52L34.88%2031L41.4%2024.48C41.9066%2023.9733%2041.9066%2023.12%2041.4%2022.6133Z'%20fill='white'/%3e%3c/svg%3e", template$g = (J) => ke$1`
15630
+ const styles$f = ":host{width:100%}.container{display:flex;align-items:center;flex-direction:column;height:100%;justify-content:center}", showError = "data:image/svg+xml,%3csvg%20width='215'%20height='150'%20viewBox='0%200%20215%20150'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M132.567%20147.925C107.663%20137.604%2098.7018%20141.859%2073.5817%20144.094C53.0605%20145.899%2028.8192%20138.451%2013.3757%20118.871C-27.3088%2067.293%2034.5441%2014.0839%2069.5091%202.68275C94.145%20-5.32822%20109.688%205.00477%20126.605%2028.3004C133.183%2037.3621%20138.613%2048.3337%20146.353%2055.9441C154.667%2064.106%20164.606%2063.9667%20172.441%2070.7586C210.442%20103.691%20165.801%20161.689%20132.567%20147.925Z'%20fill='%23EFF7FF'/%3e%3cpath%20d='M100.714%20124.222C100.714%20124.335%20100.714%20124.448%20100.714%20124.561C100.703%20125.212%20100.443%20125.832%2099.9909%20126.288C99.5388%20126.745%2098.9306%20127%2098.297%20127L37.3382%20126.232C36.7472%20126.217%2036.1824%20125.979%2035.7523%20125.562C35.3223%20125.145%2035.0575%20124.579%2035.0089%20123.974C34.997%20123.869%2034.997%20123.763%2035.0089%20123.658C35.0218%20123.158%2035.1821%20122.675%2035.4687%20122.272C35.7552%20121.868%2036.1543%20121.564%2036.6131%20121.399C36.8615%20121.318%2037.1214%20121.28%2037.3822%20121.286L98.341%20122.032C98.7724%20122.017%2099.1984%20122.134%2099.5657%20122.367C99.9331%20122.6%20100.226%20122.939%20100.407%20123.341C100.568%20123.61%20100.673%20123.91%20100.714%20124.222Z'%20fill='%23656565'/%3e%3cpath%20opacity='0.5'%20d='M95.9608%20127L204.061%20126.226C204.373%20126.226%20204.683%20126.162%20204.972%20126.037C205.261%20125.912%20205.523%20125.728%20205.743%20125.498C205.963%20125.267%20206.137%20124.993%20206.254%20124.692C206.372%20124.391%20206.431%20124.069%20206.428%20123.744C206.417%20123.092%20206.161%20122.47%20205.715%20122.011C205.268%20121.552%20204.667%20121.291%20204.039%20121.286L95.9389%20122.06C95.3108%20122.072%2094.7119%20122.338%2094.2697%20122.801C93.8275%20123.264%2093.5769%20123.889%2093.5713%20124.541C93.5827%20125.194%2093.8388%20125.815%2094.2851%20126.275C94.7314%20126.734%2095.3326%20126.994%2095.9608%20127Z'%20fill='%2300356A'/%3e%3cpath%20d='M212.109%2054.5398L207.23%20114.387C207.064%20116.104%20206.378%20117.729%20205.262%20119.044C204.147%20120.36%20202.656%20121.303%20200.989%20121.747C200.446%20121.91%20199.885%20122.006%20199.318%20122.033H199.033L99.2345%20122.714H99.0147C98.0548%20122.719%2097.1045%20122.522%2096.2259%20122.136C95.3472%20121.749%2094.5598%20121.182%2093.915%20120.471C93.2702%20119.76%2092.7825%20118.921%2092.4835%20118.009C92.1845%20117.098%2092.0811%20116.133%2092.1798%20115.178L97.0588%2055.3307C97.2569%2053.278%2098.2004%2051.3689%2099.7108%2049.9642C101.221%2048.5595%20103.194%2047.7565%20105.256%2047.707H106.773L205.055%2047.0039C206.032%2046.9708%20207.005%2047.1471%20207.908%2047.5208C208.812%2047.8946%20209.625%2048.4572%20210.293%2049.1709C210.961%2049.8846%20211.469%2050.7329%20211.782%2051.6589C212.095%2052.5849%20212.207%2053.5672%20212.109%2054.5398Z'%20fill='%237BACFC'/%3e%3cpath%20opacity='0.2'%20d='M208.156%2047.0002L109.387%2047.6899C108.732%2047.6984%20108.081%2047.7926%20107.451%2047.97C105.803%2048.4018%20104.328%2049.3229%20103.224%2050.6096C102.12%2051.8962%20101.439%2053.4868%20101.274%2055.1677L96.4673%20113.891C96.3645%20114.839%2096.4677%20115.798%2096.7699%20116.703C97.0721%20117.609%2097.5665%20118.439%2098.2196%20119.139C98.8728%20119.84%2099.6696%20120.393%20100.557%20120.763C101.444%20121.133%20102.4%20121.31%20103.362%20121.283L200.609%20120.593H202.11C204.152%20120.549%20206.107%20119.763%20207.603%20118.385C209.099%20117.006%20210.031%20115.131%20210.223%20113.116L214.964%2054.4134C215.062%2053.4725%20214.959%2052.5216%20214.66%2051.6231C214.362%2050.7245%20213.876%2049.8983%20213.233%2049.1986C212.591%2048.499%20211.806%2047.9415%20210.932%2047.5627C210.057%2047.1839%20209.111%2046.9922%20208.156%2047.0002Z'%20fill='white'/%3e%3ccircle%20cx='33'%20cy='31'%20r='20'%20fill='%23B60000'/%3e%3cpath%20d='M41.4%2022.6133C40.88%2022.0933%2040.04%2022.0933%2039.52%2022.6133L33%2029.12L26.48%2022.6C25.96%2022.08%2025.12%2022.08%2024.6%2022.6C24.08%2023.12%2024.08%2023.96%2024.6%2024.48L31.12%2031L24.6%2037.52C24.08%2038.04%2024.08%2038.88%2024.6%2039.4C25.12%2039.92%2025.96%2039.92%2026.48%2039.4L33%2032.88L39.52%2039.4C40.04%2039.92%2040.88%2039.92%2041.4%2039.4C41.92%2038.88%2041.92%2038.04%2041.4%2037.52L34.88%2031L41.4%2024.48C41.9066%2023.9733%2041.9066%2023.12%2041.4%2022.6133Z'%20fill='white'/%3e%3c/svg%3e", template$h = (J) => ke$1`
15761
15631
  ${J.isAllDataFailedToLoad ? renderErrorFeedback(J) : D$7}
15762
15632
  `, renderErrorFeedback = (J) => ke$1`
15763
15633
  <div class="container">
@@ -15772,38 +15642,38 @@ const styles$e = ":host{width:100%}.container{display:flex;align-items:center;fl
15772
15642
  const W = J.activityHistoryCollections.collections;
15773
15643
  return Object.values(W).every((X) => !X.items || X.items.length === 0);
15774
15644
  }, isAllDataFailedToLoad = (J) => !isSomeCollectionLoadedAndOtherLoading(J) && isErrorOccurred(J) && areCollectionsEmpty(J), selectErrorMessages = (J) => J.activityHistoryCollections.error;
15775
- var __defProp$i = Object.defineProperty, __getOwnPropDesc$c = Object.getOwnPropertyDescriptor, __decorateClass$n = (J, W, X, te) => {
15645
+ var __defProp$j = Object.defineProperty, __getOwnPropDesc$c = Object.getOwnPropertyDescriptor, __decorateClass$o = (J, W, X, te) => {
15776
15646
  for (var re = te > 1 ? void 0 : te ? __getOwnPropDesc$c(W, X) : W, oe = J.length - 1, ne; oe >= 0; oe--)
15777
15647
  (ne = J[oe]) && (re = (te ? ne(W, X, re) : ne(re)) || re);
15778
- return te && re && __defProp$i(W, X, re), re;
15648
+ return te && re && __defProp$j(W, X, re), re;
15779
15649
  };
15780
15650
  let ActivityHistoryFullDataError = class extends h$p {
15781
15651
  constructor() {
15782
15652
  super(...arguments), this.errorMessages = [];
15783
15653
  }
15784
15654
  render() {
15785
- return ke$1`${template$g(this)}`;
15655
+ return ke$1`${template$h(this)}`;
15786
15656
  }
15787
15657
  handleClickFeedback() {
15788
15658
  this.api.broker.send(new HandleHistoryItemsAddError(this.errorMessages));
15789
15659
  }
15790
15660
  };
15791
15661
  ActivityHistoryFullDataError.styles = i$H`
15792
- ${r$L(styles$e)}
15662
+ ${r$L(styles$f)}
15793
15663
  `;
15794
- __decorateClass$n([
15664
+ __decorateClass$o([
15795
15665
  connectedProperty(isAllDataFailedToLoad)
15796
15666
  ], ActivityHistoryFullDataError.prototype, "isAllDataFailedToLoad", 2);
15797
- __decorateClass$n([
15667
+ __decorateClass$o([
15798
15668
  connectedProperty(selectErrorMessages)
15799
15669
  ], ActivityHistoryFullDataError.prototype, "errorMessages", 2);
15800
- __decorateClass$n([
15670
+ __decorateClass$o([
15801
15671
  lazyInject(TYPES.primaryApi)
15802
15672
  ], ActivityHistoryFullDataError.prototype, "api", 2);
15803
- ActivityHistoryFullDataError = __decorateClass$n([
15673
+ ActivityHistoryFullDataError = __decorateClass$o([
15804
15674
  t$t("activity-history-full-data-error")
15805
15675
  ], ActivityHistoryFullDataError);
15806
- const styles$d = ":host{width:100%}.container{display:flex;align-items:center;flex-direction:column;padding-top:16px;padding-inline:16px}", template$f = (J) => {
15676
+ const styles$e = ":host{width:100%}.container{display:flex;align-items:center;flex-direction:column;padding-top:16px;padding-inline:16px}", template$g = (J) => {
15807
15677
  const W = J.getCombinedMessage();
15808
15678
  return ke$1`
15809
15679
  ${J.isErrorOccurred ? renderPartialErrorAlert(J, W) : D$7}
@@ -15813,17 +15683,17 @@ const styles$d = ":host{width:100%}.container{display:flex;align-items:center;fl
15813
15683
  <dss-alert @onButtonClick=${J.handleClickAlert} state="warning" size="lg" message="${W}" buttonLabel=${translate("error.partial.refresh")} hasbutton></dss-alert>
15814
15684
  </div>
15815
15685
  `;
15816
- var __defProp$h = Object.defineProperty, __getOwnPropDesc$b = Object.getOwnPropertyDescriptor, __decorateClass$m = (J, W, X, te) => {
15686
+ var __defProp$i = Object.defineProperty, __getOwnPropDesc$b = Object.getOwnPropertyDescriptor, __decorateClass$n = (J, W, X, te) => {
15817
15687
  for (var re = te > 1 ? void 0 : te ? __getOwnPropDesc$b(W, X) : W, oe = J.length - 1, ne; oe >= 0; oe--)
15818
15688
  (ne = J[oe]) && (re = (te ? ne(W, X, re) : ne(re)) || re);
15819
- return te && re && __defProp$h(W, X, re), re;
15689
+ return te && re && __defProp$i(W, X, re), re;
15820
15690
  };
15821
15691
  let ActivityHistoryPartialDataError = class extends h$p {
15822
15692
  constructor() {
15823
15693
  super(...arguments), this.errorMessages = [];
15824
15694
  }
15825
15695
  render() {
15826
- return ke$1`${template$f(this)}`;
15696
+ return ke$1`${template$g(this)}`;
15827
15697
  }
15828
15698
  handleClickAlert() {
15829
15699
  this.api.broker.send(new HandleHistoryItemsAddError(this.errorMessages));
@@ -15834,18 +15704,18 @@ let ActivityHistoryPartialDataError = class extends h$p {
15834
15704
  }
15835
15705
  };
15836
15706
  ActivityHistoryPartialDataError.styles = i$H`
15837
- ${r$L(styles$d)}
15707
+ ${r$L(styles$e)}
15838
15708
  `;
15839
- __decorateClass$m([
15709
+ __decorateClass$n([
15840
15710
  connectedProperty(isErrorOccurred)
15841
15711
  ], ActivityHistoryPartialDataError.prototype, "isErrorOccurred", 2);
15842
- __decorateClass$m([
15712
+ __decorateClass$n([
15843
15713
  connectedProperty(selectErrorMessages)
15844
15714
  ], ActivityHistoryPartialDataError.prototype, "errorMessages", 2);
15845
- __decorateClass$m([
15715
+ __decorateClass$n([
15846
15716
  lazyInject(TYPES.primaryApi)
15847
15717
  ], ActivityHistoryPartialDataError.prototype, "api", 2);
15848
- ActivityHistoryPartialDataError = __decorateClass$m([
15718
+ ActivityHistoryPartialDataError = __decorateClass$n([
15849
15719
  t$t("activity-history-partial-data-error")
15850
15720
  ], ActivityHistoryPartialDataError);
15851
15721
  const { clearActivityHistoryCollections } = activityHistoryCollectionsSlice.actions;
@@ -15900,46 +15770,46 @@ class SearchActivityHistoryItems {
15900
15770
  this.searchString = W, this.searchString = W;
15901
15771
  }
15902
15772
  }
15903
- const styles$c = ".search-header{color:var(--color-neutral-900);font-weight:600}", template$e = (J) => ke$1`<div class="search-header">
15773
+ const styles$d = ".search-header{color:var(--color-neutral-900);font-weight:600}", template$f = (J) => ke$1`<div class="search-header">
15904
15774
  ${translate("searchBarResults")} “${J.searchQuery}”
15905
15775
  </div>`;
15906
- var __defProp$g = Object.defineProperty, __getOwnPropDesc$a = Object.getOwnPropertyDescriptor, __decorateClass$l = (J, W, X, te) => {
15776
+ var __defProp$h = Object.defineProperty, __getOwnPropDesc$a = Object.getOwnPropertyDescriptor, __decorateClass$m = (J, W, X, te) => {
15907
15777
  for (var re = te > 1 ? void 0 : te ? __getOwnPropDesc$a(W, X) : W, oe = J.length - 1, ne; oe >= 0; oe--)
15908
15778
  (ne = J[oe]) && (re = (te ? ne(W, X, re) : ne(re)) || re);
15909
- return te && re && __defProp$g(W, X, re), re;
15779
+ return te && re && __defProp$h(W, X, re), re;
15910
15780
  };
15911
15781
  let ActivityHistorySearchResults = class extends h$p {
15912
15782
  constructor() {
15913
15783
  super(...arguments), this.searchQuery = "";
15914
15784
  }
15915
15785
  render() {
15916
- return ke$1`${template$e(this)}`;
15786
+ return ke$1`${template$f(this)}`;
15917
15787
  }
15918
15788
  };
15919
15789
  ActivityHistorySearchResults.styles = i$H`
15920
- ${r$L(styles$c)}
15790
+ ${r$L(styles$d)}
15921
15791
  `;
15922
- __decorateClass$l([
15792
+ __decorateClass$m([
15923
15793
  n$B()
15924
15794
  ], ActivityHistorySearchResults.prototype, "searchQuery", 2);
15925
- ActivityHistorySearchResults = __decorateClass$l([
15795
+ ActivityHistorySearchResults = __decorateClass$m([
15926
15796
  t$t("activity-history-search-results")
15927
15797
  ], ActivityHistorySearchResults);
15928
- const styles$b = ".search-header{padding-inline:16px;padding-top:12px;padding-bottom:12px;gap:var(--dss-spacing-xs);border-width:0px 0px 1px 0px;border-style:solid;border-color:#d8d8d8;background-color:#fff;color:var(--color-neutral-900);font-weight:600;font-size:14px;line-height:24px}", template$d = (J) => ke$1`<dss-search-bar dropdownStyle=${"display: none"} @onSearchChange=${J._handleSearchChange} icon="search" inputsize="md" threshold="2" recentsearchestext="" emptydropdowntext="">
15798
+ const styles$c = ".search-header{padding-inline:16px;padding-top:12px;padding-bottom:12px;gap:var(--dss-spacing-xs);border-width:0px 0px 1px 0px;border-style:solid;border-color:#d8d8d8;background-color:#fff;color:var(--color-neutral-900);font-weight:600;font-size:14px;line-height:24px}", template$e = (J) => ke$1`<dss-search-bar dropdownStyle=${"display: none"} @onSearchChange=${J._handleSearchChange} icon="search" inputsize="md" threshold="2" recentsearchestext="" emptydropdowntext="">
15929
15799
  <label slot="label" for="searchbar1" aria-hidden="false"></label>
15930
15800
  <input slot="input" id="searchbar1" type="text" value=${J.searchQuery} @input=${(W) => J._handleSearchChange({ detail: [W.target.value] })}>
15931
15801
  </dss-search-bar>`;
15932
- var __defProp$f = Object.defineProperty, __getOwnPropDesc$9 = Object.getOwnPropertyDescriptor, __decorateClass$k = (J, W, X, te) => {
15802
+ var __defProp$g = Object.defineProperty, __getOwnPropDesc$9 = Object.getOwnPropertyDescriptor, __decorateClass$l = (J, W, X, te) => {
15933
15803
  for (var re = te > 1 ? void 0 : te ? __getOwnPropDesc$9(W, X) : W, oe = J.length - 1, ne; oe >= 0; oe--)
15934
15804
  (ne = J[oe]) && (re = (te ? ne(W, X, re) : ne(re)) || re);
15935
- return te && re && __defProp$f(W, X, re), re;
15805
+ return te && re && __defProp$g(W, X, re), re;
15936
15806
  };
15937
15807
  let ActivityHistorySearchBar = class extends h$p {
15938
15808
  constructor() {
15939
15809
  super(...arguments), this.searchQuery = "";
15940
15810
  }
15941
15811
  render() {
15942
- return ke$1`${template$d(this)}`;
15812
+ return ke$1`${template$e(this)}`;
15943
15813
  }
15944
15814
  _handleSearchChange(J) {
15945
15815
  const W = J.detail || [], X = W.length > 0 ? W.join(" ") : "", te = X.length > 1 ? X : "";
@@ -15947,15 +15817,15 @@ let ActivityHistorySearchBar = class extends h$p {
15947
15817
  }
15948
15818
  };
15949
15819
  ActivityHistorySearchBar.styles = i$H`
15950
- ${r$L(styles$b)}
15820
+ ${r$L(styles$c)}
15951
15821
  `;
15952
- __decorateClass$k([
15822
+ __decorateClass$l([
15953
15823
  n$B()
15954
15824
  ], ActivityHistorySearchBar.prototype, "searchQuery", 2);
15955
- ActivityHistorySearchBar = __decorateClass$k([
15825
+ ActivityHistorySearchBar = __decorateClass$l([
15956
15826
  t$t("activity-history-search-bar")
15957
15827
  ], ActivityHistorySearchBar);
15958
- const styles$a = ":host{display:flex;justify-content:space-between}.filters-container{display:flex;gap:var(--dss-spacing-md)}.filters-header{font-weight:700}.filter-groups{display:flex;flex-wrap:wrap;gap:var(--dss-spacing-xs)}.filter-group{display:flex;gap:var(--dss-spacing-xs);color:var(--color-neutral-600);font-weight:600}.clean-filters{display:flex}.clean-filters .separator{padding:0 8px}.popover-content{box-sizing:border-box;display:flex;flex-wrap:wrap;gap:var(--dss-spacing-xs);padding:10px;max-width:368px;max-height:336px;overflow:auto}", formatShowFilterTitle = (J) => {
15828
+ const styles$b = ":host{display:flex;justify-content:space-between}.filters-container{display:flex;gap:var(--dss-spacing-md)}.filters-header{font-weight:700}.filter-groups{display:flex;flex-wrap:wrap;gap:var(--dss-spacing-xs)}.filter-group{display:flex;gap:var(--dss-spacing-xs);color:var(--color-neutral-600);font-weight:600}.clean-filters{display:flex}.clean-filters .separator{padding:0 8px}.popover-content{box-sizing:border-box;display:flex;flex-wrap:wrap;gap:var(--dss-spacing-xs);padding:10px;max-width:368px;max-height:336px;overflow:auto}", formatShowFilterTitle = (J) => {
15959
15829
  const W = J.replace(/veure/gi, "")?.trim();
15960
15830
  return W.charAt(0).toUpperCase() + W.slice(1);
15961
15831
  }, normalizeDeletedFilterBooleanValue = (J) => J === !0 ? translate("filters.deleted") : J, normalizeEmptyFilterValue = (J, W) => J === "" ? formatEmptyFilterValue(W) : J, formatEmptyFilterValue = (J) => `${translate("chipHeader.without")} ${J.toLowerCase()}`, MAX_VISIBLE_CHIPS = 5, renderChip = (J, W, X, te) => ke$1`
@@ -15994,7 +15864,7 @@ const styles$a = ":host{display:flex;justify-content:space-between}.filters-cont
15994
15864
  @click=${() => X._onDeleteUpFilterValue(J)}
15995
15865
  @onDelete=${() => X._onDeleteUpFilterValue(J)}
15996
15866
  ></dss-chip>
15997
- `, renderFilterTitle = (J) => ke$1`<div class="filter-title">${`${J}:`}</div>`, template$c = (J) => {
15867
+ `, renderFilterTitle = (J) => ke$1`<div class="filter-title">${`${J}:`}</div>`, template$d = (J) => {
15998
15868
  if (J.enabledFilters.length === 0 && J.enabledCommonFilters.length === 0 && J.diagnosticFilterEnabled?.enabledValues?.length === 0 && J.upFilterEnabled.enabledValues.length === 0)
15999
15869
  return D$7;
16000
15870
  let W = 0;
@@ -16064,14 +15934,14 @@ const styles$a = ":host{display:flex;justify-content:space-between}.filters-cont
16064
15934
  </div>
16065
15935
  `;
16066
15936
  };
16067
- var __defProp$e = Object.defineProperty, __getOwnPropDesc$8 = Object.getOwnPropertyDescriptor, __decorateClass$j = (J, W, X, te) => {
15937
+ var __defProp$f = Object.defineProperty, __getOwnPropDesc$8 = Object.getOwnPropertyDescriptor, __decorateClass$k = (J, W, X, te) => {
16068
15938
  for (var re = te > 1 ? void 0 : te ? __getOwnPropDesc$8(W, X) : W, oe = J.length - 1, ne; oe >= 0; oe--)
16069
15939
  (ne = J[oe]) && (re = (te ? ne(W, X, re) : ne(re)) || re);
16070
- return te && re && __defProp$e(W, X, re), re;
15940
+ return te && re && __defProp$f(W, X, re), re;
16071
15941
  };
16072
15942
  let ActiveFiltersBadges = class extends h$p {
16073
15943
  render() {
16074
- return ke$1`${template$c(this)}`;
15944
+ return ke$1`${template$d(this)}`;
16075
15945
  }
16076
15946
  _onDeleteFilterValue(J, W, X, te) {
16077
15947
  this.api.broker.send(
@@ -16097,24 +15967,24 @@ let ActiveFiltersBadges = class extends h$p {
16097
15967
  }
16098
15968
  };
16099
15969
  ActiveFiltersBadges.styles = i$H`
16100
- ${r$L(styles$a)}
15970
+ ${r$L(styles$b)}
16101
15971
  `;
16102
- __decorateClass$j([
15972
+ __decorateClass$k([
16103
15973
  lazyInject(TYPES.primaryApi)
16104
15974
  ], ActiveFiltersBadges.prototype, "api", 2);
16105
- __decorateClass$j([
15975
+ __decorateClass$k([
16106
15976
  connectedProperty(activityHistoryEnabledCommonFiltersSelector)
16107
15977
  ], ActiveFiltersBadges.prototype, "enabledCommonFilters", 2);
16108
- __decorateClass$j([
15978
+ __decorateClass$k([
16109
15979
  connectedProperty(customFilterGroupsWithOptionsSelector)
16110
15980
  ], ActiveFiltersBadges.prototype, "enabledFilters", 2);
16111
- __decorateClass$j([
15981
+ __decorateClass$k([
16112
15982
  connectedProperty(diagnosticFilterSelector)
16113
15983
  ], ActiveFiltersBadges.prototype, "diagnosticFilterEnabled", 2);
16114
- __decorateClass$j([
15984
+ __decorateClass$k([
16115
15985
  connectedProperty(upFilterSelector)
16116
15986
  ], ActiveFiltersBadges.prototype, "upFilterEnabled", 2);
16117
- ActiveFiltersBadges = __decorateClass$j([
15987
+ ActiveFiltersBadges = __decorateClass$k([
16118
15988
  t$t("active-filters-badges")
16119
15989
  ], ActiveFiltersBadges);
16120
15990
  let request$5;
@@ -16148,7 +16018,7 @@ const bootstrapActivityHistoryItem = (J) => {
16148
16018
  broker = brokerExtensions(J, container), bootstrapInjectAsyncHistoryItems(broker, J), bootstrapAddHistoryItem(broker, J), bootstrapAddHistoryItems(broker, J), bootstrapHandleHistoryItemsAddError(broker), bootstrapHandleRefreshHistoryItems(broker), bootstrapUpdateHistoryItem(broker), bootstrapExportPdf(broker), bootstrapFilters(broker, J), bootstrapSearchItems(broker), bootstrapRemoveHistoryItem(broker);
16149
16019
  }, teardownActivityHistoryItem = () => {
16150
16020
  teardownInjectAsyncHistoryItems(), teardownAddHistoryItem(), teardownAddHistoryItems(), teardownHandleHistoryItemsAddError(), teardownUpdateHistoryItem(), teardownExportPdf(), teardownFilters(), teardownSearchItems(), teardownRemoveHistoryItem();
16151
- }, styles$9 = ":host{display:flex;min-height:1px;height:100%;width:100%}.container{display:flex;flex-direction:column;width:100%;border:1px solid rgb(189,189,189);border-radius:var(--dss-radius-sm)}.container[maximized]{position:absolute;background:#fff;top:0;left:0;bottom:0;border:none}.container[maximized] .header-maximized-container{display:flex;flex-direction:column}.container[maximized] .header-maximized-container .header__maximized{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:24px;padding-top:24px;padding-bottom:24px;padding-inline:40px}.container[maximized] .header-maximized-container .header__maximized .header__maximized__search{flex:1;border-radius:8px;border:1px solid rgb(189,189,189);padding:8px;width:300px}.container[maximized] .header-maximized-container .header__maximized .title{color:var(--color-neutral-900);font-weight:700;font-size:20px;line-height:30px;white-space:nowrap}.container[maximized] .header-maximized-container .header__maximized .options{display:flex;align-items:center;color:var(--color-primary-400);font-weight:600;font-size:14px;line-height:24px;cursor:pointer}.container[maximized] .header-maximized-container .header__maximized .header__maximized__left{display:flex;flex-direction:row;gap:24px;align-items:center;width:100%}.container[maximized] .header-maximized-container .header__maximized .header__maximized__right{display:flex;flex-direction:row;gap:16px;align-items:center}.container[maximized] .wrapper{height:calc(100vh - 175px);border:1px solid rgb(189,189,189);border-radius:var(--dss-radius-sm);margin-bottom:24px;margin-inline:40px;width:calc(100% - 80px)}.container .header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:8px 12px;border-bottom:1px solid rgb(189,189,189);gap:16px}.container .header .header__left{display:flex;flex-direction:row;align-items:center;flex:1;gap:16px}.container .header .header__left .title{color:var(--color-neutral-800);font-weight:700;font-size:16px;line-height:24px;white-space:nowrap}.container .header .header__right{display:flex;flex-direction:row;align-items:center;gap:8px}.container .header .header__right .action-icons{display:flex;align-items:center}.container .wrapper{display:flex;flex-direction:row;min-height:1px;width:100%;height:100%}.container .wrapper[maximized] .content{width:100%;background:var(--color-neutral-50);border-top-right-radius:var(--dss-radius-sm);display:flex;flex-direction:column}.container .wrapper .content{width:100%;background:var(--color-neutral-50);border-bottom-right-radius:var(--dss-radius-sm);overflow:hidden;display:flex;flex-direction:column}", template$b = (J) => ke$1`<div class="container" ?maximized=${J.maximized}>
16021
+ }, styles$a = ":host{display:flex;min-height:1px;height:100%;width:100%}.container{display:flex;flex-direction:column;width:100%;border:1px solid rgb(189,189,189);border-radius:var(--dss-radius-sm)}.container[maximized]{position:absolute;background:#fff;top:0;left:0;bottom:0;border:none}.container[maximized] .header-maximized-container{display:flex;flex-direction:column}.container[maximized] .header-maximized-container .header__maximized{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:24px;padding-top:24px;padding-bottom:24px;padding-inline:40px}.container[maximized] .header-maximized-container .header__maximized .header__maximized__search{flex:1;border-radius:8px;border:1px solid rgb(189,189,189);padding:8px;width:300px}.container[maximized] .header-maximized-container .header__maximized .title{color:var(--color-neutral-900);font-weight:700;font-size:20px;line-height:30px;white-space:nowrap}.container[maximized] .header-maximized-container .header__maximized .options{display:flex;align-items:center;color:var(--color-primary-400);font-weight:600;font-size:14px;line-height:24px;cursor:pointer}.container[maximized] .header-maximized-container .header__maximized .header__maximized__left{display:flex;flex-direction:row;gap:24px;align-items:center;width:100%}.container[maximized] .header-maximized-container .header__maximized .header__maximized__right{display:flex;flex-direction:row;gap:16px;align-items:center}.container[maximized] .wrapper{height:calc(100vh - 175px);border:1px solid rgb(189,189,189);border-radius:var(--dss-radius-sm);margin-bottom:24px;margin-inline:40px;width:calc(100% - 80px)}.container .header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:8px 12px;border-bottom:1px solid rgb(189,189,189);gap:16px}.container .header .header__left{display:flex;flex-direction:row;align-items:center;flex:1;gap:16px}.container .header .header__left .title{color:var(--color-neutral-800);font-weight:700;font-size:16px;line-height:24px;white-space:nowrap}.container .header .header__right{display:flex;flex-direction:row;align-items:center;gap:8px}.container .header .header__right .action-icons{display:flex;align-items:center}.container .wrapper{display:flex;flex-direction:row;min-height:1px;width:100%;height:100%}.container .wrapper[maximized] .content{width:100%;background:var(--color-neutral-50);border-top-right-radius:var(--dss-radius-sm);display:flex;flex-direction:column}.container .wrapper .content{width:100%;background:var(--color-neutral-50);border-bottom-right-radius:var(--dss-radius-sm);overflow:hidden;display:flex;flex-direction:column}", template$c = (J) => ke$1`<div class="container" ?maximized=${J.maximized}>
16152
16022
  ${J.maximized ? ke$1`${headerMaximizedTemplate(J)}` : ke$1`<div class="header">
16153
16023
  <div class="header__left">
16154
16024
  <div class="title">${translate("activityHistory")}</div>
@@ -16206,17 +16076,17 @@ const bootstrapActivityHistoryItem = (J) => {
16206
16076
  </div>
16207
16077
  </div>
16208
16078
  `;
16209
- var __defProp$d = Object.defineProperty, __getOwnPropDesc$7 = Object.getOwnPropertyDescriptor, __decorateClass$i = (J, W, X, te) => {
16079
+ var __defProp$e = Object.defineProperty, __getOwnPropDesc$7 = Object.getOwnPropertyDescriptor, __decorateClass$j = (J, W, X, te) => {
16210
16080
  for (var re = te > 1 ? void 0 : te ? __getOwnPropDesc$7(W, X) : W, oe = J.length - 1, ne; oe >= 0; oe--)
16211
16081
  (ne = J[oe]) && (re = (te ? ne(W, X, re) : ne(re)) || re);
16212
- return te && re && __defProp$d(W, X, re), re;
16082
+ return te && re && __defProp$e(W, X, re), re;
16213
16083
  };
16214
16084
  let ActivityHistoryMain = class extends PrimariaRegionHost(h$p) {
16215
16085
  constructor() {
16216
16086
  super(...arguments), this.subscriptions = [], this._searchTimeout = null, this.maximized = !1, this.searchQuery = "";
16217
16087
  }
16218
16088
  render() {
16219
- return ke$1`${template$b(this)}`;
16089
+ return ke$1`${template$c(this)}`;
16220
16090
  }
16221
16091
  connectedCallback() {
16222
16092
  super.connectedCallback();
@@ -16264,27 +16134,27 @@ let ActivityHistoryMain = class extends PrimariaRegionHost(h$p) {
16264
16134
  }
16265
16135
  };
16266
16136
  ActivityHistoryMain.styles = i$H`
16267
- ${r$L(styles$9)}
16137
+ ${r$L(styles$a)}
16268
16138
  `;
16269
- __decorateClass$i([
16139
+ __decorateClass$j([
16270
16140
  n$B({ type: Boolean, reflect: !0 })
16271
16141
  ], ActivityHistoryMain.prototype, "maximized", 2);
16272
- __decorateClass$i([
16142
+ __decorateClass$j([
16273
16143
  lazyInject(TYPES.primaryApi)
16274
16144
  ], ActivityHistoryMain.prototype, "api", 2);
16275
- __decorateClass$i([
16145
+ __decorateClass$j([
16276
16146
  connectedProperty(activityHistoryGroupedItems)
16277
16147
  ], ActivityHistoryMain.prototype, "historyGroups", 2);
16278
- __decorateClass$i([
16148
+ __decorateClass$j([
16279
16149
  connectedProperty(isSomeCollectionLoadedAndOtherLoading)
16280
16150
  ], ActivityHistoryMain.prototype, "isSomeCollectionLoadedAndOtherLoading", 2);
16281
- __decorateClass$i([
16151
+ __decorateClass$j([
16282
16152
  connectedProperty(isAnyCollectionBusySelector)
16283
16153
  ], ActivityHistoryMain.prototype, "isAnyCollectionBusy", 2);
16284
- __decorateClass$i([
16154
+ __decorateClass$j([
16285
16155
  n$B()
16286
16156
  ], ActivityHistoryMain.prototype, "searchQuery", 2);
16287
- ActivityHistoryMain = __decorateClass$i([
16157
+ ActivityHistoryMain = __decorateClass$j([
16288
16158
  t$t("activity-history-main")
16289
16159
  ], ActivityHistoryMain);
16290
16160
  const registerViews = (J) => {
@@ -16322,7 +16192,7 @@ const internalPlugins = [
16322
16192
  X?.importedPlugin?.startup && X?.importedPlugin?.startup?.(X.apiInstance, W.params);
16323
16193
  }
16324
16194
  }, disposePlugins = async () => Promise.all(bootstrappedPlugins.map((J) => J?.dispose()));
16325
- var __getOwnPropDesc$6 = Object.getOwnPropertyDescriptor, __decorateClass$h = (J, W, X, te) => {
16195
+ var __getOwnPropDesc$6 = Object.getOwnPropertyDescriptor, __decorateClass$i = (J, W, X, te) => {
16326
16196
  for (var re = te > 1 ? void 0 : te ? __getOwnPropDesc$6(W, X) : W, oe = J.length - 1, ne; oe >= 0; oe--)
16327
16197
  (ne = J[oe]) && (re = ne(re) || re);
16328
16198
  return re;
@@ -16364,7 +16234,7 @@ let ExitShellHandler = class {
16364
16234
  J ? raiseCustomCloseEvent(J) : raiseCloseEvent();
16365
16235
  }
16366
16236
  };
16367
- ExitShellHandler = __decorateClass$h([
16237
+ ExitShellHandler = __decorateClass$i([
16368
16238
  __decorateParam$4(0, inject(TYPES$1.primaryApi))
16369
16239
  ], ExitShellHandler);
16370
16240
  class ExitShell {
@@ -16378,7 +16248,7 @@ const useExitShell = (J) => {
16378
16248
  }, disposeExitShell = () => {
16379
16249
  request$3?.dispose();
16380
16250
  };
16381
- var __getOwnPropDesc$5 = Object.getOwnPropertyDescriptor, __decorateClass$g = (J, W, X, te) => {
16251
+ var __getOwnPropDesc$5 = Object.getOwnPropertyDescriptor, __decorateClass$h = (J, W, X, te) => {
16382
16252
  for (var re = te > 1 ? void 0 : te ? __getOwnPropDesc$5(W, X) : W, oe = J.length - 1, ne; oe >= 0; oe--)
16383
16253
  (ne = J[oe]) && (re = ne(re) || re);
16384
16254
  return re;
@@ -16410,11 +16280,11 @@ let GetUserInfoBackendAdapter = class {
16410
16280
  )?.value;
16411
16281
  }
16412
16282
  };
16413
- GetUserInfoBackendAdapter = __decorateClass$g([
16283
+ GetUserInfoBackendAdapter = __decorateClass$h([
16414
16284
  injectable(),
16415
16285
  __decorateParam$3(0, inject(TYPES$1.primaryApi))
16416
16286
  ], GetUserInfoBackendAdapter);
16417
- var __getOwnPropDesc$4 = Object.getOwnPropertyDescriptor, __decorateClass$f = (J, W, X, te) => {
16287
+ var __getOwnPropDesc$4 = Object.getOwnPropertyDescriptor, __decorateClass$g = (J, W, X, te) => {
16418
16288
  for (var re = te > 1 ? void 0 : te ? __getOwnPropDesc$4(W, X) : W, oe = J.length - 1, ne; oe >= 0; oe--)
16419
16289
  (ne = J[oe]) && (re = ne(re) || re);
16420
16290
  return re;
@@ -16432,7 +16302,7 @@ let GetUserInfoHandler = class {
16432
16302
  }
16433
16303
  }
16434
16304
  };
16435
- GetUserInfoHandler = __decorateClass$f([
16305
+ GetUserInfoHandler = __decorateClass$g([
16436
16306
  __decorateParam$2(0, inject(TYPES$1.primaryApi)),
16437
16307
  __decorateParam$2(1, inject(GetUserInfoBackendAdapter))
16438
16308
  ], GetUserInfoHandler);
@@ -16444,7 +16314,7 @@ const useGetUserInfo = (J) => {
16444
16314
  }, disposeGetUserInfo = () => {
16445
16315
  request$2?.dispose(), unregisterDep(GetUserInfoBackendAdapter);
16446
16316
  };
16447
- var __getOwnPropDesc$3 = Object.getOwnPropertyDescriptor, __decorateClass$e = (J, W, X, te) => {
16317
+ var __getOwnPropDesc$3 = Object.getOwnPropertyDescriptor, __decorateClass$f = (J, W, X, te) => {
16448
16318
  for (var re = te > 1 ? void 0 : te ? __getOwnPropDesc$3(W, X) : W, oe = J.length - 1, ne; oe >= 0; oe--)
16449
16319
  (ne = J[oe]) && (re = ne(re) || re);
16450
16320
  return re;
@@ -16466,7 +16336,7 @@ let GetVisitIdHandler = class {
16466
16336
  return Promise.resolve(W || void 0);
16467
16337
  }
16468
16338
  };
16469
- GetVisitIdHandler = __decorateClass$e([
16339
+ GetVisitIdHandler = __decorateClass$f([
16470
16340
  __decorateParam$1(0, inject(TYPES$1.primaryApi))
16471
16341
  ], GetVisitIdHandler);
16472
16342
  class GetVisitId {
@@ -16477,7 +16347,7 @@ const useGetVisitId = (J) => {
16477
16347
  }, disposeGetVisitId = () => {
16478
16348
  request$1?.dispose();
16479
16349
  };
16480
- var __getOwnPropDesc$2 = Object.getOwnPropertyDescriptor, __decorateClass$d = (J, W, X, te) => {
16350
+ var __getOwnPropDesc$2 = Object.getOwnPropertyDescriptor, __decorateClass$e = (J, W, X, te) => {
16481
16351
  for (var re = te > 1 ? void 0 : te ? __getOwnPropDesc$2(W, X) : W, oe = J.length - 1, ne; oe >= 0; oe--)
16482
16352
  (ne = J[oe]) && (re = ne(re) || re);
16483
16353
  return re;
@@ -16495,17 +16365,17 @@ let FinalizeVisitHandler = class {
16495
16365
  }
16496
16366
  }
16497
16367
  };
16498
- FinalizeVisitHandler = __decorateClass$d([
16368
+ FinalizeVisitHandler = __decorateClass$e([
16499
16369
  __decorateParam(0, inject(TYPES$1.primaryApi))
16500
16370
  ], FinalizeVisitHandler);
16501
16371
  class FinalizeVisit {
16502
16372
  }
16503
- const template$a = (J) => ke$1`
16373
+ const template$b = (J) => ke$1`
16504
16374
  ${J.visitId ? ke$1`<dss-button @click=${J.finalizeVisitHandler} variant="subtle" size="md" icon="door_front" label=${translate$1("actions.finalizeVisit")}></dss-button>` : D$7}
16505
16375
  `;
16506
16376
  class FinalizeVisitButton extends h$p {
16507
16377
  render() {
16508
- return ke$1`${template$a(this)}`;
16378
+ return ke$1`${template$b(this)}`;
16509
16379
  }
16510
16380
  finalizeVisitHandler() {
16511
16381
  shellApi.broker.send(new FinalizeVisit());
@@ -16532,7 +16402,7 @@ const useFinalizeVisit = (J) => {
16532
16402
  shellApi.ecapEventManager.publish(J.ecapEvent, "", J.payload);
16533
16403
  };
16534
16404
  var shellViews = /* @__PURE__ */ ((J) => (J.shell = "primaria-shell", J.error = "primaria-error-view", J))(shellViews || {});
16535
- const styles$8 = ":host{width:100%;overflow:hidden}#main-switcher{display:inherit}.container{width:100%;height:100%;display:flex;flex-direction:column;background:#fff}.main-container{min-height:1px;height:100%;display:flex}.main-container .sidebar{padding-inline:16px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;background:var(--color-primary-700);width:40px;height:100%;color:#fff}.main-container .sidebar .quick-actions-content{padding-top:24px;padding-bottom:22px;border-radius:8px}.main-container .sidebar .quick-actions-content .create-button-icon-badge{position:relative}.main-container .sidebar .quick-actions-content .create-button-icon-badge dss-notification-badge{position:absolute;top:-7px;right:-6px;z-index:1}.main-container .sidebar .quick-actions-content .create-button-icon-badge dss-icon{position:relative}.main-container .sidebar .icon{margin-left:8px}.main-container .sidebar #menu-region{width:100%;height:100%;min-height:1px}.main-container .sidebar #menu-region-container{padding-top:24px;min-height:1px;height:100%;width:100%;display:flex;flex-direction:column;gap:4px;overflow-y:auto;margin-right:-14px;padding-right:14px;scrollbar-color:var(--color-primary-200) var(--color-primary-700);scrollbar-width:thin}.main-container .sidebar #menu-region-container::-webkit-scrollbar{width:6px}.main-container .sidebar #menu-region-container::-webkit-scrollbar-track{background:var(--color-primary-700)}.main-container .sidebar #menu-region-container::-webkit-scrollbar-thumb{background-color:var(--color-primary-400);border-radius:4px}.main-container .sidebar .bottom-content{display:flex;flex-direction:column;gap:24px;width:100%}.main-container .sidebar .bottom-content .bottom-content-first{display:flex;flex-direction:column;gap:22px}.main-container .sidebar[expanded]{width:252px;align-items:flex-start}.main-container .sidebar .create-button-closed{cursor:pointer;background-color:#f0f0f0;color:var(--color-primary-700);border-radius:8px;width:40px;height:40px;display:flex;flex-direction:row;align-items:center;justify-content:center;transition:background-color .3s ease}.main-container .sidebar .create-button-closed:hover{background-color:var(--color-primary-900);color:#fff}.main-container .sidebar .create-button-opened{cursor:pointer;background-color:#f0f0f0;color:var(--color-primary-700);border-radius:8px;gap:8px;font-weight:600;width:220px;height:40px;display:flex;flex-direction:row;align-items:center;transition:background-color .3s ease}.main-container .sidebar .create-button-opened:hover{background-color:var(--color-primary-900);color:#fff}.main-container .content{display:flex;height:100%;width:100%}.main-container #main-region-container{min-height:1px;height:100%;flex:1}.main-container #navigation-menu-lower-region-container{display:flex;flex-direction:column;gap:4px}.footer{display:flex;height:48px;padding:12px 24px}.footer .footer-logo{align-self:center;display:flex;gap:16px}.divider-opened{width:220px}.divider-closed{width:40px}.toggle-button{margin-bottom:24px}@media (max-width: 1439px){.bottom-content-first{margin-bottom:24px}.toggle-button{display:none}.content{overflow-y:auto}}";
16405
+ const styles$9 = ":host{width:100%;overflow:hidden}#main-switcher{display:inherit}.container{width:100%;height:100%;display:flex;flex-direction:column;background:#fff}.main-container{min-height:1px;height:100%;display:flex}.main-container .sidebar{padding-inline:16px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;background:var(--color-primary-700);width:40px;height:100%;color:#fff}.main-container .sidebar .quick-actions-content{padding-top:24px;padding-bottom:22px;border-radius:8px}.main-container .sidebar .quick-actions-content .create-button-icon-badge{position:relative}.main-container .sidebar .quick-actions-content .create-button-icon-badge dss-notification-badge{position:absolute;top:-7px;right:-6px;z-index:1}.main-container .sidebar .quick-actions-content .create-button-icon-badge dss-icon{position:relative}.main-container .sidebar .icon{margin-left:8px}.main-container .sidebar #menu-region{width:100%;height:100%;min-height:1px}.main-container .sidebar #menu-region-container{padding-top:24px;min-height:1px;height:100%;width:100%;display:flex;flex-direction:column;gap:4px;overflow-y:auto;margin-right:-14px;padding-right:14px;scrollbar-color:var(--color-primary-200) var(--color-primary-700);scrollbar-width:thin}.main-container .sidebar #menu-region-container::-webkit-scrollbar{width:6px}.main-container .sidebar #menu-region-container::-webkit-scrollbar-track{background:var(--color-primary-700)}.main-container .sidebar #menu-region-container::-webkit-scrollbar-thumb{background-color:var(--color-primary-400);border-radius:4px}.main-container .sidebar .bottom-content{display:flex;flex-direction:column;gap:24px;width:100%}.main-container .sidebar .bottom-content .bottom-content-first{display:flex;flex-direction:column;gap:22px}.main-container .sidebar[expanded]{width:252px;align-items:flex-start}.main-container .sidebar .create-button-closed{cursor:pointer;background-color:#f0f0f0;color:var(--color-primary-700);border-radius:8px;width:40px;height:40px;display:flex;flex-direction:row;align-items:center;justify-content:center;transition:background-color .3s ease}.main-container .sidebar .create-button-closed:hover{background-color:var(--color-primary-900);color:#fff}.main-container .sidebar .create-button-opened{cursor:pointer;background-color:#f0f0f0;color:var(--color-primary-700);border-radius:8px;gap:8px;font-weight:600;width:220px;height:40px;display:flex;flex-direction:row;align-items:center;transition:background-color .3s ease}.main-container .sidebar .create-button-opened:hover{background-color:var(--color-primary-900);color:#fff}.main-container .content{display:flex;height:100%;width:100%}.main-container #main-region-container{min-height:1px;height:100%;flex:1}.main-container #navigation-menu-lower-region-container{display:flex;flex-direction:column;gap:4px}.footer{display:flex;height:48px;padding:12px 24px}.footer .footer-logo{align-self:center;display:flex;gap:16px}.divider-opened{width:220px}.divider-closed{width:40px}.toggle-button{margin-bottom:24px}@media (max-width: 1439px){.bottom-content-first{margin-bottom:24px}.toggle-button{display:none}.content{overflow-y:auto}}";
16536
16406
  let t$p = "";
16537
16407
  function f$n() {
16538
16408
  return t$p;
@@ -16560,7 +16430,34 @@ const e$I = "*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0;font-
16560
16430
  },
16561
16431
  toAttribute: (J) => JSON.stringify(J)
16562
16432
  }
16563
- }, i$C = ':host{display:flex;align-items:center}.dss-icon,.material-symbols-rounded{font-family:var(--icon-font);font-size:var(--icon-size-md);font-weight:400;font-style:normal;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.dss-icon--fill,.material-symbols-rounded--fill{font-variation-settings:"FILL" 1}.dss-icon--sm{font-size:var(--icon-size-sm)}.dss-icon--md{font-size:var(--icon-size-md)}.dss-icon--lg{font-size:var(--icon-size-lg)}.dss-icon--xl{font-size:var(--icon-size-xl)}.dss-icon-ghost{display:inline-block;height:var(--icon-size-md);width:var(--icon-size-md);overflow:hidden;background-color:transparent}.dss-icon-ghost--sm{height:var(--icon-size-sm);width:var(--icon-size-sm);border-radius:var(--dss-radius-xs)}.dss-icon-ghost--lg{height:var(--icon-size-lg);width:var(--icon-size-lg)}.dss-icon-ghost--xl{height:var(--icon-size-xl);width:var(--icon-size-xl)}', d$m = (J) => ke$1`
16433
+ }, i$C = ':host{display:flex;align-items:center}.dss-icon,.material-symbols-rounded{font-family:var(--icon-font);font-size:var(--icon-size-md);font-weight:400;font-style:normal;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.dss-icon--fill,.material-symbols-rounded--fill{font-variation-settings:"FILL" 1}.dss-icon--sm{font-size:var(--icon-size-sm)}.dss-icon--md{font-size:var(--icon-size-md)}.dss-icon--lg{font-size:var(--icon-size-lg)}.dss-icon--xl{font-size:var(--icon-size-xl)}.dss-icon-ghost{display:inline-block;height:var(--icon-size-md);width:var(--icon-size-md);overflow:hidden;background-color:transparent}.dss-icon-ghost--sm{height:var(--icon-size-sm);width:var(--icon-size-sm);border-radius:var(--dss-radius-xs)}.dss-icon-ghost--lg{height:var(--icon-size-lg);width:var(--icon-size-lg)}.dss-icon-ghost--xl{height:var(--icon-size-xl);width:var(--icon-size-xl)}';
16434
+ /**
16435
+ * @license
16436
+ * Copyright 2018 Google LLC
16437
+ * SPDX-License-Identifier: BSD-3-Clause
16438
+ */
16439
+ const Rt = e$J(class extends i$E {
16440
+ constructor(J) {
16441
+ if (super(J), J.type !== t$q.ATTRIBUTE || J.name !== "class" || J.strings?.length > 2) throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.");
16442
+ }
16443
+ render(J) {
16444
+ return " " + Object.keys(J).filter(((W) => J[W])).join(" ") + " ";
16445
+ }
16446
+ update(J, [W]) {
16447
+ if (this.st === void 0) {
16448
+ this.st = /* @__PURE__ */ new Set(), J.strings !== void 0 && (this.nt = new Set(J.strings.join(" ").split(/\s/).filter(((te) => te !== ""))));
16449
+ for (const te in W) W[te] && !this.nt?.has(te) && this.st.add(te);
16450
+ return this.render(W);
16451
+ }
16452
+ const X = J.element.classList;
16453
+ for (const te of this.st) te in W || (X.remove(te), this.st.delete(te));
16454
+ for (const te in W) {
16455
+ const re = !!W[te];
16456
+ re === this.st.has(te) || this.nt?.has(te) || (re ? (X.add(te), this.st.add(te)) : (X.remove(te), this.st.delete(te)));
16457
+ }
16458
+ return R$3;
16459
+ }
16460
+ }), d$m = (J) => ke$1`
16564
16461
 
16565
16462
  ${J.fontLoaded ? ke$1`
16566
16463
  <i
@@ -28462,10 +28359,10 @@ i$g([
28462
28359
  n$B(n$y)
28463
28360
  ], o$l.prototype, "tooltipFixed", 2);
28464
28361
  const r$f = ':host{display:inline-block;height:100%;width:100%;--circle: 32px;--circle-md: 24px;--circle-sm: 16px;--default-background: var(--color-white);--default-border-color: var(--color-neutral-500);--default-font-color: var(--color-neutral-900);--default-background-hover: var(--color-neutral-50);--default-font-color-active: var(--color-neutral-500);--active-background: var(--color-primary-500);--active-border-color: var(--color-primary-500);--active-font-color: var(--color-white);--completed-background: var(--color-primary-50);--disabled-background: var(--color-neutral-100);--disabled-border-color: var(--color-neutral-100);--disabled-font-color: var(--color-neutral-600);--line-width: 2px;--font-size: 18px;--font-size-md: 16px;--font-size-sm: 16px}.dss-circular-stepper{display:flex;gap:16px;align-items:center}.dss-circular-stepper__item{width:3rem;height:3rem;position:relative}.dss-circular-stepper__item svg{width:3rem;height:3rem;transform:rotate(-90deg)}.dss-circular-stepper__counter{position:absolute;font-size:.9rem;line-height:24px;left:0;top:0;width:3rem;height:3rem;display:flex;justify-content:center;align-items:center}.dss-circular-stepper__label,.dss-circular-stepper__counter b{font-weight:600;color:var(--color-neutral-700);font-size:.9rem;transition:.3s all ease-in;line-height:24px}.dss-circular-stepper circle{stroke:var(--color-neutral-200);stroke-dashoffset:0;fill:none;stroke-linecap:round;stroke-width:6px;stroke-dasharray:100,100;transition:.3s all ease-in}.dss-circular-stepper circle:last-of-type{stroke:var(--color-primary-500);stroke-dasharray:var(--percent),100;stroke-dashoffset:0}.dss-stepper{display:flex;list-style:none;justify-content:space-between;background:linear-gradient(var(--default-border-color) 0 0) no-repeat 50% calc((var(--circle) - var(--line-width)) / 2) / 100% var(--line-width);margin:var(--dss-spacing-xxs) 0 var(--dss-spacing-xl);padding:0;counter-reset:step}.dss-stepper--md{background:linear-gradient(var(--default-border-color) 0 0) no-repeat 50% calc((var(--circle-md) - var(--line-width)) / 2) / 100% var(--line-width)}.dss-stepper--sm{background:linear-gradient(var(--default-border-color) 0 0) no-repeat 50% calc((var(--circle-sm) - var(--line-width)) / 2) / 100% var(--line-width)}.dss-bubble{display:grid;place-items:center;gap:0;position:relative;border-radius:50%;transition:.3s outline ease-in}.dss-bubble:focus-visible{outline:var(--dss-border-width-lg) solid var(--color-blue-200)}.dss-bubble:before{cursor:pointer;content:counter(step) " ";counter-increment:step;display:grid;place-content:center;aspect-ratio:1;height:var(--circle);box-sizing:border-box;border-radius:50%;font-size:var(--font-size);font-weight:var(--font-semibold);font-family:var(--font-family);z-index:100;background-color:var(--default-background);border:var(--line-width) solid var(--active-border-color);color:var(--default-font-color);transition:.3s all ease-in}.dss-bubble:not(.dss-bubble--active):not(:active):hover:before{background-color:var(--completed-background)}.dss-stepper--md .dss-bubble:before{height:var(--circle-md);font-size:var(--font-size-md)}.dss-stepper--sm .dss-bubble:before{content:"";height:var(--circle-sm);font-size:var(--font-size-sm);height:16px;width:16px}.dss-bubble--active:before{background-color:var(--active-background);border-color:var(--active-border-color);color:var(--active-font-color)}.dss-bubble--active~.dss-bubble:before{background-color:var(--default-background);border-color:var(--default-border-color);color:var(--default-font-color)}.dss-bubble--active~.dss-bubble:not(.dss-bubble--active):hover:before{background-color:var(--default-background-hover)}.dss-bubble--active~.dss-bubble:active:before{background-color:var(--default-background);color:var(--default-font-color-active)}.dss-bubble--icon:before{content:attr(icon);font-family:var(--icon-font);font-weight:400}.dss-bubble--checked:before{content:"done";font-family:var(--icon-font);font-weight:400;font-size:24px;color:var(--color-primary-500)!important}.dss-stepper--sm .dss-bubble--checked:before{content:"check_circle";background-color:var(--color-primary-500);color:var(--color-white)!important;border-width:1px!important}.dss-stepper--sm .dss-bubble--checked:hover:before{border-color:var(--color-white);color:var(--color-primary-500)!important}.dss-bubble--checked:active:before{background-color:var(--color-white);color:var(--color-primary-300)!important;border-color:var(--color-primary-500)!important}.dss-stepper--sm .dss-bubble--checked:active:before{border-color:var(--color-white)!important;color:var(--color-primary-300)!important}.dss-bubble--info:before,.dss-bubble--active~.dss-bubble.dss-bubble--info:before{content:"info_i";font-family:var(--icon-font);font-weight:400;background-color:var(--color-white);color:var(--color-blue-500);border-color:var(--color-blue-500)}.dss-bubble--info:hover:before,.dss-bubble--active~.dss-bubble.dss-bubble--info:hover:before{background-color:var(--color-blue-50)!important}.dss-bubble--info:active:before,.dss-bubble--active~.dss-bubble.dss-bubble--info:not(.dss-bubble--active):active:before{color:var(--color-blue-300)!important;background-color:var(--color-white)!important}.dss-stepper--sm .dss-bubble--info:before,.dss-stepper--sm .dss-bubble--active~.dss-bubble.dss-bubble--info:before{content:"info";background-color:var(--color-blue-500);border-color:var(--color-blue-500);color:var(--color-white)!important;border-width:1px!important}.dss-stepper--sm .dss-bubble--info:hover:before,.dss-stepper--sm .dss-bubble--active~.dss-bubble.dss-bubble--info:hover:before{background-color:var(--color-blue-50)!important;border-color:var(--color-white);color:var(--color-blue-500)!important}.dss-stepper--sm .dss-bubble--info:active:before,.dss-stepper--sm .dss-bubble--active~.dss-bubble.dss-bubble--info:active:before{background-color:var(--color-white)!important;border-color:var(--color-white)!important;color:var(--color-blue-300)!important}.dss-bubble--alert:before,.dss-bubble--active~.dss-bubble.dss-bubble--alert:before{content:"priority_high";font-family:var(--icon-font);font-weight:400;background-color:var(--color-white);color:var(--color-yellow-800);border-color:var(--color-yellow-800)}.dss-bubble--alert:not(:active):hover:before{background-color:var(--color-yellow-50)!important}.dss-bubble--alert:active:before,.dss-bubble--active~.dss-bubble.dss-bubble--alert:active:before{color:var(--color-yellow-700)!important;background-color:var(--color-white)}.dss-stepper--sm .dss-bubble--alert:before,.dss-stepper--sm .dss-bubble--active~.dss-bubble.dss-bubble--alert:before{content:"error";background-color:var(--color-yellow-800);border-color:var(--color-yellow-800);color:var(--color-white)!important;border-width:1px!important}.dss-stepper--sm .dss-bubble--alert:hover:before,.dss-stepper--sm .dss-bubble--active~.dss-bubble.dss-bubble--alert:hover:before{background-color:var(--color-yellow-50)!important;border-color:var(--color-white);color:var(--color-yellow-800)!important}.dss-stepper--sm .dss-bubble--alert:active:before,.dss-stepper--sm .dss-bubble--active~.dss-bubble.dss-bubble--alert:active:before{background-color:var(--color-white)!important;border-color:var(--color-white)!important;color:var(--color-yellow-700)!important}.dss-bubble--error:before,.dss-bubble--active~.dss-bubble.dss-bubble--error:before{content:"close";font-family:var(--icon-font);font-weight:400;background-color:var(--color-white);color:var(--color-red-500);border-color:var(--color-red-500)}.dss-bubble--error:active:before,.dss-bubble--active~.dss-bubble.dss-bubble--error:active:before{color:var(--color-red-300)!important;background-color:var(--color-white)}.dss-stepper--sm .dss-bubble--error:before,.dss-stepper--sm .dss-bubble--active~.dss-bubble.dss-bubble--error:before{content:"cancel";background-color:var(--color-red-500);border-color:var(--color-red-500);color:var(--color-white)!important;border-width:1px!important}.dss-stepper--sm .dss-bubble--error:hover:before,.dss-stepper--sm .dss-bubble--active~.dss-bubble.dss-bubble--error:hover:before{background-color:var(--color-red-50)!important;border-color:var(--color-white);color:var(--color-red-500)!important}.dss-stepper--sm .dss-bubble--error:active:before,.dss-stepper--sm .dss-bubble--active~.dss-bubble.dss-bubble--error:active:before{background-color:var(--color-white)!important;border-color:var(--color-white)!important;color:var(--color-red-300)!important}.dss-bubble--disabled:before{cursor:not-allowed;background-color:var(--disabled-background)!important;border-color:var(--disabled-border-color)!important;color:var(--disabled-font-color)!important}.dss-stepper--vertical .dss-bubble:not(:first-child){margin-top:var(--dss-spacing-lg)}.dss-bubble--error:not(:active):hover:before{background-color:var(--color-red-50)!important}.dss-bubble--error:active:before{color:var(--color-red-300)!important}.dss-stepper--sm .dss-bubble--error:before{content:"cancel";background-color:var(--color-red-500);border-color:var(--color-red-500);color:var(--color-white)!important;border-width:1px!important}.dss-stepper--sm .dss-bubble--error:hover:before{background-color:var(--color-red-50)!important;border-color:var(--color-white);color:var(--color-red-500)!important}.dss-stepper--sm .dss-bubble--error:active:before{background-color:var(--color-white)!important;border-color:var(--color-white)!important;color:var(--color-red-300)!important}.dss-bubble--disabled:before{cursor:not-allowed;background:var(--disabled-background)!important;border-color:var(--disabled-border-color)!important;color:var(--disabled-font-color)!important}.dss-bubble--completed:not(:first-child):after{content:"";position:absolute;height:var(--line-width);right:0;top:calc((var(--circle) - var(--line-width)) / 2);width:var(--active-bar-width);background:var(--active-background)}.dss-bubble--active:not(:first-child):after{content:"";position:absolute;height:var(--line-width);right:0;top:calc((var(--circle) - var(--line-width)) / 2);width:var(--active-bar-width);background:var(--active-background);animation:animate .3s}.dss-stepper--md .dss-bubble--completed:not(:first-child):after{top:calc((var(--circle-md) - var(--line-width)) / 2)}.dss-stepper--md .dss-bubble--active:not(:first-child):after{top:calc((var(--circle-md) - var(--line-width)) / 2)}.dss-stepper--sm .dss-bubble--completed:not(:first-child):after{top:calc((var(--circle-sm) - var(--line-width)) / 2)}.dss-stepper--sm .dss-bubble--active:not(:first-child):after{top:calc((var(--circle-sm) - var(--line-width)) / 2)}.dss-stepper--vertical{height:100%;flex-direction:column;gap:0;background:linear-gradient(var(--default-border-color) 0 0) no-repeat calc((var(--circle) - var(--line-width)) / 2) 50% / var(--line-width) 100%}.dss-stepper--vertical .dss-bubble{display:flex;width:-moz-fit-content;width:fit-content}.dss-stepper--vertical .dss-bubble--completed:not(:first-child):after{content:"";position:absolute;width:var(--line-width);bottom:0;left:calc((var(--circle) - var(--line-width)) / 2);top:auto;right:auto;height:var(--active-bar-width);background:var(--active-background)}.dss-stepper--vertical .dss-bubble--active:not(:first-child):after{content:"";position:absolute;width:var(--line-width);bottom:0;left:calc((var(--circle) - var(--line-width)) / 2);top:auto;right:auto;height:var(--active-bar-width);background:var(--active-background);animation:column-animate .5s}.dss-stepper--md.dss-stepper--vertical{background:linear-gradient(var(--default-border-color) 0 0) no-repeat calc((var(--circle-md) - var(--line-width)) / 2) 50% / var(--line-width) 100%}.dss-stepper--sm.dss-stepper--vertical{background:linear-gradient(var(--default-border-color) 0 0) no-repeat calc((var(--circle-sm) - var(--line-width)) / 2) 50% / var(--line-width) 100%}.dss-stepper--md.dss-stepper--vertical .dss-bubble--completed:not(:first-child):after{left:calc((var(--circle-md) - var(--line-width)) / 2)}.dss-stepper--sm.dss-stepper--vertical .dss-bubble--completed:not(:first-child):after{left:calc((var(--circle-sm) - var(--line-width)) / 2)}.dss-stepper--md.dss-stepper--vertical .dss-bubble--active:not(:first-child):after{left:calc((var(--circle-md) - var(--line-width)) / 2)}.dss-stepper--sm.dss-stepper--vertical .dss-bubble--active:not(:first-child):after{left:calc((var(--circle-sm) - var(--line-width)) / 2)}.dss-stepper:not(.dss-stepper--vertical) .dss-bubble-label{position:absolute;top:calc(100% + var(--dss-spacing-xxs));left:50%;transform:translate(-50%)}.dss-bubble-label{width:-moz-max-content;width:max-content;font-weight:var(--font-regular);font-size:14px;color:var(--color-neutral-700)}.dss-bubble-label--disabled{color:var(--color-neutral-500)}.dss-bubble--active .dss-bubble-label{color:var(--color-neutral-700);font-weight:var(--font-semibold)}.dss-stepper--vertical .dss-bubble-label{position:absolute;left:calc(100% + var(--dss-spacing-xs));top:50%;transform:translateY(-50%)}.dss-bubble-label.hide-label{display:none}@keyframes animate{0%{width:0}to{width:100%}}@keyframes column-animate{0%{height:0}to{height:100%}}';
28465
- var __defProp$c = Object.defineProperty, __getOwnPropDesc$1 = Object.getOwnPropertyDescriptor, __decorateClass$c = (J, W, X, te) => {
28362
+ var __defProp$d = Object.defineProperty, __getOwnPropDesc$1 = Object.getOwnPropertyDescriptor, __decorateClass$d = (J, W, X, te) => {
28466
28363
  for (var re = __getOwnPropDesc$1(W, X), oe = J.length - 1, ne; oe >= 0; oe--)
28467
28364
  (ne = J[oe]) && (re = ne(W, X, re) || re);
28468
- return re && __defProp$c(W, X, re), re;
28365
+ return re && __defProp$d(W, X, re), re;
28469
28366
  };
28470
28367
  class Stepper extends h$p {
28471
28368
  constructor() {
@@ -28612,22 +28509,22 @@ class Stepper extends h$p {
28612
28509
  `;
28613
28510
  }
28614
28511
  }
28615
- __decorateClass$c([
28512
+ __decorateClass$d([
28616
28513
  n$B({ type: [] })
28617
28514
  ], Stepper.prototype, "steps");
28618
- __decorateClass$c([
28515
+ __decorateClass$d([
28619
28516
  n$B({ type: Number })
28620
28517
  ], Stepper.prototype, "currentStep");
28621
- __decorateClass$c([
28518
+ __decorateClass$d([
28622
28519
  n$B(n$y)
28623
28520
  ], Stepper.prototype, "column");
28624
- __decorateClass$c([
28521
+ __decorateClass$d([
28625
28522
  n$B(n$y)
28626
28523
  ], Stepper.prototype, "circular");
28627
- __decorateClass$c([
28524
+ __decorateClass$d([
28628
28525
  n$B(n$y)
28629
28526
  ], Stepper.prototype, "hideLabel");
28630
- __decorateClass$c([
28527
+ __decorateClass$d([
28631
28528
  n$B({ type: String })
28632
28529
  ], Stepper.prototype, "size");
28633
28530
  const n$c = ":host{width:100%;display:flex;justify-content:flex-end;height:-moz-fit-content;height:fit-content;font-family:var(--font-family);font-style:normal;border-top:2px solid var(--color-neutral-700)}.pagination__container{display:flex;align-items:center;padding:.5rem .75rem;gap:1rem}.pagination__results{font-weight:600;font-size:.875rem;line-height:1.5rem;color:#0073e6}.pagination__divider{height:1rem;border-left:1px solid rgb(216,216,216)}.pagination__text{font-weight:400;font-size:12px;line-height:1rem;color:#656565}.pagination__button{color:#0073e6;font-size:1.5rem;padding:0;align-items:center;background-color:transparent;border:none;border-radius:100%;cursor:pointer;display:flex;height:-moz-fit-content;height:fit-content;justify-content:center;transition:all .3s ease-in;width:-moz-fit-content;width:fit-content;font-family:var(--icon-font);width:2rem;height:2rem}.pagination__button:hover:enabled{background-color:#bfddfa}.pagination__button:focus-visible:enabled{outline:.25rem solid #8fc2f5;transition:none}.pagination__button:active:enabled{background-color:#eff7ff;transition:none}.pagination__button:disabled{transition:none;opacity:.4;cursor:not-allowed}.pagination__row-page{display:flex;align-items:center;gap:1rem}.pagination__buttons{display:flex;align-items:center}.pagination__select{background:#eff7ff;border-radius:4px;position:relative}.pagination__select select{border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;padding:7px 32px 7px 12px;color:#00356a;font-weight:400;font-size:12px;line-height:1rem;position:inherit;z-index:1;font-family:var(--font-family)}.pagination__select select:active,.pagination__select select:focus-visible{outline:none}.pagination__arrow-down{position:absolute;height:100%;display:flex;align-items:center;top:0;right:12px;color:#00356a}.pagination-select-options:disabled{background-color:var(--color-neutral-50);color:var(--color-neutral-500);cursor:not-allowed}";
@@ -39978,7 +39875,7 @@ s$A("dss-form-select", i$2);
39978
39875
  s$A("dss-form-select-options", r);
39979
39876
  s$A("dss-form-toggle", t);
39980
39877
  s$A("dss-form-timepicker", s);
39981
- const gencatLogo = "data:image/svg+xml,%3csvg%20width='94'%20height='24'%20viewBox='0%200%2094%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.36109%200.0906219C4.28803%200.0906219%200.175049%204.88609%200.175049%2010.8006C0.175049%2016.7148%204.28803%2021.5103%209.36109%2021.5103C14.4341%2021.5103%2018.5471%2016.7148%2018.5471%2010.8006C18.5471%204.88609%2014.4341%200.0906219%209.36109%200.0906219Z'%20fill='%23ED192D'/%3e%3cpath%20d='M2.94731%2016.1348C2.06504%2014.6225%201.54761%2012.784%201.54761%2010.8007C1.54761%208.81751%202.06504%206.97893%202.94731%205.46631V16.1348Z'%20fill='white'/%3e%3cpath%20d='M4.92041%203.11644C5.42915%202.69532%205.98132%202.34559%206.56749%202.07705V19.5234C5.98132%2019.2553%205.42915%2018.9048%204.92041%2018.4844V3.11644Z'%20fill='white'/%3e%3cpath%20d='M8.54004%201.5129C8.81008%201.47928%209.08354%201.46191%209.36076%201.46191C9.63986%201.46191%209.91557%201.47966%2010.1871%201.51365V20.087C9.91557%2020.121%209.63986%2020.1392%209.36076%2020.1392C9.08354%2020.1392%208.81008%2020.1214%208.54004%2020.0882V1.5129Z'%20fill='white'/%3e%3cpath%20d='M12.1604%202.07993C12.7469%202.34884%2013.2991%202.70008%2013.8075%203.12119V18.4797C13.2991%2018.9012%2012.7469%2019.2521%2012.1604%2019.521V2.07993Z'%20fill='white'/%3e%3cpath%20d='M15.7808%205.47645C16.6596%206.98681%2017.1752%208.82161%2017.1752%2010.8007C17.1752%2012.7797%2016.6596%2014.6142%2015.7808%2016.1245V5.47645Z'%20fill='white'/%3e%3cpath%20d='M0.944824%2010.8007C0.944824%208.34538%201.69906%206.09853%202.94769%204.36383V4.94963C1.89848%206.56989%201.27454%208.59843%201.27454%2010.8007C1.27454%2013.0026%201.89848%2015.0311%202.94769%2016.6514V17.2368C1.69906%2015.5025%200.944824%2013.2557%200.944824%2010.8007Z'%20fill='white'/%3e%3cpath%20d='M15.7808%2016.6428C16.8266%2015.0241%2017.4486%2012.9989%2017.4486%2010.8008C17.4486%208.6027%2016.8266%206.57755%2015.7808%204.9588V4.37226C17.0264%206.10545%2017.7776%208.34928%2017.7776%2010.8008C17.7776%2013.252%2017.0264%2015.4958%2015.7808%2017.229V16.6428Z'%20fill='white'/%3e%3cpath%20d='M18.3143%2020.3882C18.377%2020.1193%2018.5042%2019.844%2018.6523%2019.6241C18.4623%2019.5309%2018.3022%2019.4606%2018.1371%2019.3175C18.5012%2018.7675%2018.5919%2018.391%2018.6515%2017.7289L18.6259%2013.9857C18.3856%2015.0742%2017.8044%2016.5018%2017.3025%2017.2481C17.1559%2017.4664%2017.0913%2017.6047%2017.0007%2017.7501C16.9486%2017.8343%2016.6536%2018.3204%2016.6611%2018.9156C16.4553%2018.9571%2016.2665%2018.9496%2016.0274%2018.9318C16.0569%2019.1909%2016.0727%2019.2276%2016.0047%2019.6521C15.0972%2019.7223%2014.8328%2020.2666%2013.7571%2020.8482C13.2314%2021.1326%2012.8903%2021.2621%2012.104%2021.5492C13.9324%2021.5273%2015.275%2021.7871%2016.4243%2021.0144C16.555%2021.1874%2016.6521%2021.3554%2016.7382%2021.559C16.8964%2021.4348%2017.2069%2021.2814%2017.4649%2021.2149C17.7606%2021.5061%2018.1568%2021.6209%2018.6644%2021.5752C18.7361%2021.1666%2018.6345%2020.6643%2018.3143%2020.3882Z'%20fill='%23ED192D'/%3e%3cpath%20d='M18.4518%2019.6968C18.3101%2019.7546%2017.6431%2020.0008%2017.6431%2020.0008L17.6341%2020.0103C17.6307%2019.9517%2017.6167%2019.8939%2017.5922%2019.8395L17.5884%2019.8271C17.8456%2019.6734%2018.0072%2019.4558%2018.011%2019.4222C18.0091%2019.4195%2018.008%2019.4177%2018.0095%2019.418C18.0106%2019.4184%2018.011%2019.4199%2018.011%2019.4222C18.0329%2019.452%2018.2524%2019.6556%2018.4518%2019.6968Z'%20fill='white'/%3e%3cpath%20d='M17.9002%2016.5344C18.5691%2015.055%2018.4116%2015.1192%2018.5596%2014.5051C18.54%2014.8008%2018.5211%2015.174%2018.4792%2015.4444C18.1876%2017.0563%2017.7687%2018.2506%2017.2653%2019.5683C17.2653%2019.5683%2017.1271%2019.5566%2017.0576%2019.5698C16.9356%2019.4293%2016.8974%2019.2348%2016.8974%2019.2348C16.6633%2018.2634%2017.3918%2017.6584%2017.9002%2016.5344Z'%20fill='white'/%3e%3cpath%20d='M16.2266%2019.1308L16.8509%2019.652L16.8528%2019.6569C16.8339%2019.6709%2016.8154%2019.6868%2016.798%2019.7038C16.7667%2019.7355%2016.7402%2019.7699%2016.7195%2019.8069L16.7157%2019.8159C16.3977%2019.6614%2016.1851%2019.655%2016.1851%2019.655C16.2651%2019.3106%2016.2266%2019.1308%2016.2266%2019.1308Z'%20fill='white'/%3e%3cpath%20d='M13.3914%2021.3775C13.0776%2021.4493%2012.8241%2021.4459%2012.6262%2021.4546L13.2909%2021.2487C14.7314%2020.7087%2015.0982%2019.8725%2016.0711%2019.8532C16.2988%2019.8551%2016.4854%2019.9148%2016.6542%2020.0096L16.6561%2020.0356C16.6493%2020.0979%2016.655%2020.1614%2016.6731%2020.2222L16.6735%2020.2313C16.0016%2020.5648%2014.4655%2021.1313%2013.3914%2021.3775Z'%20fill='white'/%3e%3cpath%20d='M16.8149%2021.334C16.7764%2021.2309%2016.7228%2021.0643%2016.574%2020.8996C16.7745%2020.7297%2016.8157%2020.6383%2016.8829%2020.4721L16.8878%2020.4744C16.9509%2020.5118%2017.0208%2020.5333%2017.0914%2020.539L17.0997%2020.5378L16.8149%2021.334Z'%20fill='white'/%3e%3cpath%20d='M16.9431%2020.2505C16.8324%2020.1391%2016.8328%2019.9589%2016.9442%2019.8479C17.0556%2019.7372%2017.2354%2019.7376%2017.3464%2019.8494C17.4571%2019.9604%2017.4567%2020.1406%2017.3453%2020.2512C17.2339%2020.3619%2017.0537%2020.3615%2016.9431%2020.2505Z'%20fill='white'/%3e%3cpath%20d='M17.5617%2021.0476C17.4147%2020.8765%2017.3517%2020.7443%2017.2961%2020.5128C17.369%2020.4916%2017.4548%2020.4474%2017.5061%2020.3757L18.5032%2021.3883C18.1248%2021.4234%2017.7973%2021.3342%2017.5617%2021.0476Z'%20fill='white'/%3e%3cpath%20d='M18.6644%200.00993252C18.1568%20-0.0361447%2017.7606%200.0786629%2017.4649%200.369858C17.2069%200.303385%2016.8964%200.150051%2016.7382%200.0257921C16.6521%200.229364%2016.555%200.397053%2016.4243%200.57041C15.275%20-0.202332%2013.9324%200.057518%2012.104%200.0352345C12.8903%200.322652%2013.2314%200.452191%2013.7571%200.736588C14.8328%201.31822%2015.0972%201.86208%2016.0047%201.93271C16.0727%202.35723%2016.0569%202.39349%2016.0274%202.65334C16.2665%202.63521%2016.4553%202.62765%2016.6611%202.6692C16.6536%203.26405%2016.9486%203.75051%2017.0007%203.83436C17.0913%203.98014%2017.1559%204.11839%2017.3025%204.33669C17.8044%205.08299%2018.3856%206.51026%2018.6259%207.59912L18.6515%203.8559C18.5919%203.19382%2018.5012%202.81726%2018.1371%202.26735C18.3022%202.12421%2018.4623%202.05396%2018.6523%201.96067C18.5042%201.74086%2018.377%201.46515%2018.3143%201.19661C18.6345%200.920149%2018.7361%200.41821%2018.6644%200.00993252Z'%20fill='%23ED192D'/%3e%3cpath%20d='M18.4518%201.88761C18.3101%201.82982%2017.6431%201.58358%2017.6431%201.58358L17.6341%201.57414C17.6307%201.6323%2017.6167%201.69047%2017.5922%201.74485L17.5884%201.75732C17.8456%201.91104%2018.0072%202.12857%2018.011%202.16219C18.0091%202.16521%2018.008%202.16709%2018.0095%202.16634C18.0106%202.16558%2018.011%202.16445%2018.011%202.16219C18.0329%202.13273%2018.2524%201.92878%2018.4518%201.88761Z'%20fill='white'/%3e%3cpath%20d='M17.9002%205.05029C18.5691%206.52968%2018.4116%206.46547%2018.5596%207.07959C18.54%206.78386%2018.5211%206.41034%2018.4792%206.14067C18.1876%204.52834%2017.7687%203.33408%2017.2653%202.01596C17.2653%202.01596%2017.1271%202.02806%2017.0576%202.01484C16.9356%202.15534%2016.8974%202.34985%2016.8974%202.34985C16.6633%203.32125%2017.3918%203.9263%2017.9002%205.05029Z'%20fill='white'/%3e%3cpath%20d='M16.2266%202.45361L16.8509%201.9324L16.8528%201.92749C16.8339%201.91352%2016.8154%201.89766%2016.798%201.88067C16.7667%201.84932%2016.7402%201.81419%2016.7195%201.77793L16.7157%201.76812C16.3977%201.92297%2016.1851%201.929%2016.1851%201.929C16.2651%202.27345%2016.2266%202.45361%2016.2266%202.45361Z'%20fill='white'/%3e%3cpath%20d='M13.3914%200.207236C13.0776%200.135476%2012.8241%200.138873%2012.6262%200.130187L13.2909%200.336013C14.7314%200.876102%2015.0982%201.71229%2016.0711%201.73193C16.2988%201.72967%2016.4854%201.67%2016.6542%201.5752L16.6561%201.54914C16.6493%201.48682%2016.655%201.42337%2016.6731%201.36257L16.6735%201.35351C16.0016%201.01964%2014.4655%200.453108%2013.3914%200.207236Z'%20fill='white'/%3e%3cpath%20d='M16.8149%200.250924C16.7764%200.354032%2016.7228%200.52059%2016.574%200.685261C16.7745%200.855219%2016.8157%200.946612%2016.8829%201.11279L16.8878%201.11091C16.9509%201.07314%2017.0208%201.05162%2017.0914%201.04557L17.0997%201.04709L16.8149%200.250924Z'%20fill='white'/%3e%3cpath%20d='M16.9431%201.3342C16.8324%201.446%2016.8328%201.62577%2016.9442%201.73643C17.0556%201.84747%2017.2354%201.84672%2017.3464%201.73568C17.4571%201.62388%2017.4567%201.44411%2017.3453%201.33345C17.2339%201.22279%2017.0537%201.22316%2016.9431%201.3342Z'%20fill='white'/%3e%3cpath%20d='M17.5617%200.537082C17.4147%200.708173%2017.3517%200.84035%2017.2961%201.07187C17.369%201.09302%2017.4548%201.13722%2017.5061%201.20898L18.5032%200.19641C18.1248%200.161286%2017.7973%200.25042%2017.5617%200.537082Z'%20fill='white'/%3e%3cpath%20d='M0.0217433%2021.5752C0.529351%2021.6209%200.925543%2021.5061%201.22127%2021.2149C1.47923%2021.2814%201.78968%2021.4348%201.94831%2021.559C2.03405%2021.3554%202.13149%2021.1874%202.26217%2021.0144C3.41146%2021.7871%204.75375%2021.5273%206.58213%2021.5492C5.79579%2021.2621%205.45474%2021.1326%204.929%2020.8482C3.85335%2020.2666%203.58935%2019.7223%202.6814%2019.6521C2.61379%2019.2276%202.62927%2019.1909%202.65873%2018.9318C2.42004%2018.9496%202.2312%2018.9571%202.02536%2018.9156C2.03291%2018.3204%201.73794%2017.8343%201.68545%2017.7501C1.5948%2017.6047%201.5306%2017.4664%201.38368%2017.2481C0.882111%2016.5018%200.300853%2015.0742%200.0602679%2013.9857L0.0345879%2017.7289C0.0942621%2018.391%200.185284%2018.7675%200.549372%2019.3175C0.383946%2019.4606%200.224185%2019.5309%200.0342099%2019.6241C0.181884%2019.844%200.30954%2020.1193%200.372236%2020.3882C0.0515815%2020.6643%20-0.049639%2021.1666%200.0217433%2021.5752Z'%20fill='%23ED192D'/%3e%3cpath%20d='M0.234375%2019.6968C0.376007%2019.7546%201.04338%2020.0008%201.04338%2020.0008L1.05244%2020.0103C1.05546%2019.9517%201.06981%2019.8939%201.09436%2019.8395L1.09777%2019.8271C0.84094%2019.6734%200.678912%2019.4558%200.675512%2019.4222C0.677401%2019.4195%200.678535%2019.4177%200.676647%2019.418C0.675514%2019.4184%200.675135%2019.4199%200.675512%2019.4222C0.653229%2019.452%200.43417%2019.6556%200.234375%2019.6968Z'%20fill='white'/%3e%3cpath%20d='M0.785417%2016.5344C0.116538%2015.055%200.274029%2015.1192%200.125977%2014.5051C0.145238%2014.8008%200.164123%2015.174%200.206424%2015.4444C0.497996%2017.0563%200.916471%2018.2506%201.4203%2019.5683C1.4203%2019.5683%201.55816%2019.5566%201.62765%2019.5698C1.74964%2019.4293%201.78779%2019.2348%201.78779%2019.2348C2.02195%2018.2634%201.29378%2017.6584%200.785417%2016.5344Z'%20fill='white'/%3e%3cpath%20d='M2.45945%2019.1308L1.83552%2019.652L1.83325%2019.6569C1.85251%2019.6709%201.87064%2019.6868%201.88801%2019.7038C1.91936%2019.7355%201.9458%2019.7699%201.96657%2019.8069L1.97035%2019.8159C2.28836%2019.6614%202.50137%2019.655%202.50137%2019.655C2.42093%2019.3106%202.45945%2019.1308%202.45945%2019.1308Z'%20fill='white'/%3e%3cpath%20d='M5.29439%2021.3775C5.60825%2021.4493%205.86167%2021.4459%206.05958%2021.4546L5.39524%2021.2487C3.95437%2020.7087%203.58764%2019.8725%202.61472%2019.8532C2.38736%2019.8551%202.2004%2019.9148%202.03158%2020.0096L2.03007%2020.0356C2.03649%2020.0979%202.03082%2020.1614%202.01307%2020.2222L2.0127%2020.2313C2.68422%2020.5648%204.22063%2021.1313%205.29439%2021.3775Z'%20fill='white'/%3e%3cpath%20d='M1.8712%2021.334C1.90973%2021.2309%201.96336%2021.0643%202.11254%2020.8996C1.91199%2020.7297%201.87044%2020.6383%201.80359%2020.4721L1.79831%2020.4744C1.73561%2020.5118%201.66574%2020.5333%201.59473%2020.539L1.58643%2020.5378L1.8712%2021.334Z'%20fill='white'/%3e%3cpath%20d='M1.74254%2020.2505C1.85358%2020.1391%201.85282%2019.9589%201.74178%2019.8479C1.63037%2019.7372%201.45021%2019.7376%201.33955%2019.8494C1.22889%2019.9604%201.22927%2020.1406%201.34068%2020.2512C1.4521%2020.3619%201.63188%2020.3615%201.74254%2020.2505Z'%20fill='white'/%3e%3cpath%20d='M1.1243%2021.0476C1.27122%2020.8765%201.33429%2020.7443%201.39019%2020.5128C1.31729%2020.4916%201.23156%2020.4474%201.17982%2020.3757L0.183105%2021.3883C0.561545%2021.4234%200.888999%2021.3342%201.1243%2021.0476Z'%20fill='white'/%3e%3cpath%20d='M0.372236%201.19661C0.30954%201.46515%200.181884%201.74086%200.0342099%201.96067C0.224185%202.05396%200.383946%202.12421%200.549372%202.26735C0.185284%202.81726%200.0942621%203.19382%200.0345879%203.8559L0.0602679%207.59912C0.300853%206.51026%200.882111%205.08299%201.38368%204.33669C1.5306%204.11839%201.5948%203.98014%201.68545%203.83436C1.73794%203.75051%202.03291%203.26405%202.02536%202.6692C2.2312%202.62765%202.42004%202.63521%202.65873%202.65334C2.62927%202.39349%202.61379%202.35723%202.6814%201.93271C3.58935%201.86208%203.85335%201.31822%204.929%200.736588C5.45474%200.452191%205.79579%200.322652%206.58213%200.0352345C4.75375%200.057518%203.41146%20-0.202332%202.26217%200.57041C2.13149%200.397053%202.03405%200.229364%201.94831%200.0257921C1.78968%200.150051%201.47923%200.303385%201.22127%200.369858C0.925543%200.0786629%200.529351%20-0.0361447%200.0217433%200.00993252C-0.049639%200.41821%200.0515815%200.920149%200.372236%201.19661Z'%20fill='%23ED192D'/%3e%3cpath%20d='M0.234375%201.88761C0.376007%201.82982%201.04338%201.58358%201.04338%201.58358L1.05244%201.57414C1.05546%201.6323%201.06981%201.69047%201.09436%201.74485L1.09777%201.75732C0.84094%201.91104%200.678912%202.12857%200.675512%202.16219C0.677401%202.16521%200.678535%202.16709%200.676647%202.16634C0.675514%202.16558%200.675135%202.16445%200.675512%202.16219C0.653229%202.13273%200.43417%201.92878%200.234375%201.88761Z'%20fill='white'/%3e%3cpath%20d='M0.785417%205.05029C0.116538%206.52968%200.274029%206.46547%200.125977%207.07959C0.145238%206.78386%200.164123%206.41034%200.206424%206.14067C0.497996%204.52834%200.916471%203.33408%201.4203%202.01596C1.4203%202.01596%201.55816%202.02806%201.62765%202.01484C1.74964%202.15534%201.78779%202.34985%201.78779%202.34985C2.02195%203.32125%201.29378%203.9263%200.785417%205.05029Z'%20fill='white'/%3e%3cpath%20d='M2.45945%202.45361L1.83552%201.9324L1.83325%201.92749C1.85251%201.91352%201.87064%201.89766%201.88801%201.88067C1.91936%201.84932%201.9458%201.81419%201.96657%201.77793L1.97035%201.76812C2.28836%201.92297%202.50137%201.929%202.50137%201.929C2.42093%202.27345%202.45945%202.45361%202.45945%202.45361Z'%20fill='white'/%3e%3cpath%20d='M5.29439%200.207236C5.60825%200.135476%205.86167%200.138873%206.05958%200.130187L5.39524%200.336013C3.95437%200.876102%203.58764%201.71229%202.61472%201.73193C2.38736%201.72967%202.2004%201.67%202.03158%201.5752L2.03007%201.54914C2.03649%201.48682%202.03082%201.42337%202.01307%201.36257L2.0127%201.35351C2.68422%201.01964%204.22063%200.453108%205.29439%200.207236Z'%20fill='white'/%3e%3cpath%20d='M1.8712%200.250924C1.90973%200.354032%201.96336%200.52059%202.11254%200.685261C1.91199%200.855219%201.87044%200.946612%201.80359%201.11279L1.79831%201.11091C1.73561%201.07314%201.66574%201.05162%201.59473%201.04557L1.58643%201.04709L1.8712%200.250924Z'%20fill='white'/%3e%3cpath%20d='M1.74254%201.3342C1.85358%201.446%201.85282%201.62577%201.74178%201.73643C1.63037%201.84747%201.45021%201.84672%201.33955%201.73568C1.22889%201.62388%201.22927%201.44411%201.34068%201.33345C1.4521%201.22279%201.63188%201.22316%201.74254%201.3342Z'%20fill='white'/%3e%3cpath%20d='M1.1243%200.537082C1.27122%200.708173%201.33429%200.84035%201.39019%201.07187C1.31729%201.09302%201.23156%201.13722%201.17982%201.20898L0.183105%200.19641C0.561545%200.161286%200.888999%200.25042%201.1243%200.537082Z'%20fill='white'/%3e%3cpath%20d='M13.8075%202.35891V2.77588C13.2961%202.37516%2012.7443%202.04129%2012.1604%201.7856V1.42263C12.7417%201.66473%2013.2931%201.98047%2013.8075%202.35891Z'%20fill='white'/%3e%3cpath%20d='M9.36076%200.858693C9.63949%200.858693%209.91519%200.875302%2010.1871%200.906272V1.24316C9.91557%201.21068%209.63986%201.19369%209.36076%201.19369C9.08391%201.19369%208.81008%201.21031%208.54004%201.2428V0.905904C8.81046%200.874933%209.08391%200.858693%209.36076%200.858693Z'%20fill='white'/%3e%3cpath%20d='M6.56749%201.42051V1.78309C5.98396%202.03802%205.43217%202.37152%204.92041%202.77148V2.35454C5.43519%201.97648%205.98699%201.66185%206.56749%201.42051Z'%20fill='white'/%3e%3cpath%20d='M4.92041%2019.2462V18.8296C5.43217%2019.2295%205.98396%2019.5626%206.56749%2019.818V20.1802C5.98699%2019.9388%205.43519%2019.6246%204.92041%2019.2462Z'%20fill='white'/%3e%3cpath%20d='M9.36076%2020.7427C9.08391%2020.7427%208.81046%2020.7264%208.54004%2020.6955V20.3582C8.81008%2020.3907%209.08391%2020.4073%209.36076%2020.4073C9.63986%2020.4073%209.91557%2020.3903%2010.1871%2020.3574V20.6947C9.91519%2020.7261%209.63949%2020.7427%209.36076%2020.7427Z'%20fill='white'/%3e%3cpath%20d='M12.1604%2020.1777V19.8152C12.7443%2019.5598%2013.2961%2019.226%2013.8075%2018.8252V19.2415C13.2931%2019.6206%2012.7417%2019.936%2012.1604%2020.1777Z'%20fill='white'/%3e%3cpath%20d='M28.4893%205.86063H31.8881V10.2455H30.7554L30.5855%209.22543C30.1545%209.72398%2029.5317%2010.4604%2028.0474%2010.4604C26.0876%2010.4604%2024.3083%209.05546%2024.3083%206.20054C24.3083%203.98014%2025.5434%201.884%2028.2854%201.89533C30.7781%201.89533%2031.7635%203.51559%2031.8541%204.63693H30.1545C30.1545%204.31968%2029.577%203.29994%2028.376%203.29994C27.1636%203.29994%2026.0423%204.13839%2026.0423%206.22321C26.0423%208.44399%2027.2547%209.02185%2028.41%209.02185C28.7839%209.02185%2030.0303%208.87418%2030.3815%207.23163H28.4893V5.86063Z'%20fill='%23231F20'/%3e%3cpath%20d='M36.9077%208.47762C36.7831%208.90856%2036.3298%209.13517%2035.888%209.13517C34.6076%209.13517%2034.517%208.11505%2034.4716%207.6622H38.6069V7.37894C38.6069%204.62562%2036.9644%204.05946%2035.7746%204.05946C33.135%204.05946%2032.8857%206.38184%2032.8857%207.107C32.8857%209.58839%2034.1884%2010.4038%2035.888%2010.4038C36.9187%2010.4038%2038.1201%209.9283%2038.5389%208.47762H36.9077ZM34.517%206.63113C34.6076%205.83799%2035.0042%205.36211%2035.752%205.36211C36.2619%205.36211%2036.885%205.65671%2036.9757%206.63113H34.517Z'%20fill='%23231F20'/%3e%3cpath%20d='M45.1106%2010.2456H43.5243V6.58585C43.5243%206.14396%2043.5017%205.39614%2042.4933%205.39614C41.7908%205.39614%2041.2469%205.87202%2041.2469%206.78979V10.2456H39.6606V4.21776H41.1793V5.10155H41.2016C41.4172%204.73898%2041.8701%204.05951%2043.0145%204.05951C44.1928%204.05951%2045.1106%204.7503%2045.1106%206.07597V10.2456Z'%20fill='%23231F20'/%3e%3cpath%20d='M50.1294%208.47762C50.0047%208.90856%2049.5515%209.13517%2049.1096%209.13517C47.8293%209.13517%2047.7386%208.11505%2047.6933%207.6622H51.829V7.37894C51.829%204.62562%2050.186%204.05946%2048.9963%204.05946C46.3567%204.05946%2046.1074%206.38184%2046.1074%207.107C46.1074%209.58839%2047.4104%2010.4038%2049.1096%2010.4038C50.1407%2010.4038%2051.3417%209.9283%2051.7606%208.47762H50.1294ZM47.7386%206.63113C47.8293%205.83799%2048.2258%205.36211%2048.9737%205.36211C49.4835%205.36211%2050.1063%205.65671%2050.1974%206.63113H47.7386Z'%20fill='%23231F20'/%3e%3cpath%20d='M52.8713%204.21776H54.3893V5.26017H54.4123C54.7405%204.64832%2055.1031%204.05951%2056.0662%204.05951C56.1681%204.05951%2056.2701%204.07047%2056.3721%204.08217V5.69073C56.2361%205.66807%2056.0662%205.66808%2055.9189%205.66808C54.6842%205.66808%2054.4572%206.43854%2054.4572%207.10704V10.2456H52.8713V4.21776Z'%20fill='%23231F20'/%3e%3cpath%20d='M62.1731%205.80399C62.1731%204.31969%2060.6208%204.05946%2059.771%204.05946C58.5363%204.05946%2057.256%204.31969%2057.0747%206.16657H58.6039C58.6496%205.81532%2058.7856%205.32849%2059.5787%205.32849C59.9866%205.32849%2060.6208%205.3621%2060.6208%206.0306C60.6208%206.37051%2060.3152%206.47249%2060.066%206.50648L58.6379%206.72177C57.6295%206.86907%2056.8821%207.46959%2056.8821%208.64796C56.8821%209.89394%2057.8112%2010.4038%2058.7172%2010.4038C59.794%2010.4038%2060.3035%209.90526%2060.6661%209.53135C60.7001%209.87165%2060.7227%209.9623%2060.8134%2010.2456H62.5243V10.0072C62.3317%209.93926%2062.1731%209.78101%2062.1731%209.06681V5.80399ZM60.6208%208.08144C60.6208%208.81792%2059.9073%209.27076%2059.2045%209.27076C58.8989%209.27076%2058.4684%209.10118%2058.4684%208.54598C58.4684%207.88881%2058.9552%207.74151%2059.5448%207.63954C60.2015%207.53756%2060.4622%207.4356%2060.6208%207.31096V8.08144Z'%20fill='%23231F20'/%3e%3cpath%20d='M65.2206%2010.2456H63.6343V2.11066H65.2206V10.2456Z'%20fill='%23231F20'/%3e%3cpath%20d='M68.371%203.50394H66.7852V2.03136H68.371V3.50394ZM68.371%204.21776V10.2456H66.7852V4.21776H68.371Z'%20fill='%23231F20'/%3e%3cpath%20d='M71.6672%204.21763H72.653V5.35069H71.6672V8.62522C71.6672%208.97609%2071.6785%209.11243%2072.3244%209.11243C72.426%209.11243%2072.5397%209.1011%2072.653%209.0894V10.2904C72.4037%2010.3018%2072.154%2010.3135%2071.9052%2010.3135H71.7012C70.3302%2010.3135%2070.0809%209.79189%2070.0809%209.01047V5.35069H69.2651V4.21763H70.0809V2.58642H71.6672V4.21763Z'%20fill='%23231F20'/%3e%3cpath%20d='M78.5445%205.80399C78.5445%204.31969%2076.9926%204.05946%2076.1428%204.05946C74.9078%204.05946%2073.6278%204.31969%2073.4461%206.16657H74.9758C75.0211%205.81532%2075.1574%205.32849%2075.9502%205.32849C76.3581%205.32849%2076.9926%205.3621%2076.9926%206.0306C76.9926%206.37051%2076.6867%206.47249%2076.4374%206.50648L75.0098%206.72177C74.0013%206.86907%2073.2539%207.46959%2073.2539%208.64796C73.2539%209.89394%2074.1826%2010.4038%2075.0891%2010.4038C76.1655%2010.4038%2076.6753%209.90526%2077.0379%209.53135C77.0719%209.87165%2077.0942%209.9623%2077.1852%2010.2456H78.8961V10.0072C78.7031%209.93926%2078.5445%209.78101%2078.5445%209.06681V5.80399ZM76.9926%208.08144C76.9926%208.81792%2076.2788%209.27076%2075.5763%209.27076C75.2704%209.27076%2074.8398%209.10118%2074.8398%208.54598C74.8398%207.88881%2075.327%207.74151%2075.9162%207.63954C76.5734%207.53756%2076.834%207.4356%2076.9926%207.31096V8.08144Z'%20fill='%23231F20'/%3e%3cpath%20d='M81.7398%204.21763H82.7256V5.35069H81.7398V8.62522C81.7398%208.97609%2081.7515%209.11243%2082.3974%209.11243C82.499%209.11243%2082.6123%209.1011%2082.7256%209.0894V10.2904C82.4759%2010.3018%2082.227%2010.3135%2081.9778%2010.3135H81.7738C80.4028%2010.3135%2080.1536%209.79189%2080.1536%209.01047V5.35069H79.3381V4.21763H80.1536V2.58642H81.7398V4.21763Z'%20fill='%23231F20'/%3e%3cpath%20d='M30.0527%2013.4412H28.4664V16.3301H28.4438C28.1945%2015.9449%2027.7186%2015.39%2026.6989%2015.39C25.3732%2015.39%2024.1948%2016.4094%2024.1948%2018.4938C24.1948%2020.1485%2024.943%2021.7344%2026.7329%2021.7344C27.39%2021.7344%2028.0925%2021.4968%2028.4778%2020.817H28.5004V21.5761H30.0527V13.4412ZM25.8264%2018.6075C25.8264%2017.6558%2026.1663%2016.7607%2027.1751%2016.7607C28.2625%2016.7607%2028.5344%2017.7351%2028.5344%2018.6978C28.5344%2019.5933%2028.1378%2020.4318%2027.1294%2020.4318C26.1097%2020.4318%2025.8264%2019.3213%2025.8264%2018.6075Z'%20fill='%23231F20'/%3e%3cpath%20d='M35.0151%2019.8082C34.8905%2020.2387%2034.4373%2020.4657%2033.9954%2020.4657C32.7154%2020.4657%2032.6244%2019.4456%2032.5791%2018.9928H36.7143V18.7095C36.7143%2015.9562%2035.0718%2015.39%2033.8821%2015.39C31.2421%2015.39%2030.9932%2017.7124%2030.9932%2018.4376C30.9932%2020.919%2032.2958%2021.7344%2033.9954%2021.7344C35.0265%2021.7344%2036.2271%2021.2589%2036.6467%2019.8082H35.0151ZM32.6244%2017.9617C32.7154%2017.1686%2033.1116%2016.6927%2033.8594%2016.6927C34.3693%2016.6927%2034.9925%2016.9873%2035.0831%2017.9617H32.6244Z'%20fill='%23231F20'/%3e%3cpath%20d='M46.2321%2016.1035C46.0958%2015.6163%2045.8356%2014.6985%2044.4306%2014.6985C43.6148%2014.6985%2042.4137%2015.2427%2042.4137%2017.5425C42.4137%2019.0041%2042.9916%2020.3184%2044.4306%2020.3184C45.3706%2020.3184%2046.0282%2019.7859%2046.2321%2018.7888H47.9313C47.5914%2020.556%2046.4361%2021.791%2044.3962%2021.791C42.2325%2021.791%2040.6802%2020.3298%2040.6802%2017.5198C40.6802%2014.6762%2042.3231%2013.2259%2044.4193%2013.2259C46.8549%2013.2259%2047.8407%2014.9024%2047.9313%2016.1035H46.2321Z'%20fill='%23231F20'/%3e%3cpath%20d='M53.9813%2017.1346C53.9813%2015.6503%2052.429%2015.39%2051.5792%2015.39C50.3442%2015.39%2049.0642%2015.6503%2048.8826%2017.4971H50.4122C50.4575%2017.1459%2050.5935%2016.6591%2051.3866%2016.6591C51.7945%2016.6591%2052.429%2016.6927%2052.429%2017.3612C52.429%2017.7011%2052.1231%2017.8031%2051.8738%2017.8371L50.4466%2018.0523C49.4381%2018.1996%2048.6899%2018.8002%2048.6899%2019.9785C48.6899%2021.2245%2049.619%2021.7344%2050.5259%2021.7344C51.6019%2021.7344%2052.1118%2021.2358%2052.4743%2020.8619C52.5083%2021.2022%2052.531%2021.2929%2052.6216%2021.5761H54.3326V21.3378C54.1399%2021.2698%2053.9813%2021.1116%2053.9813%2020.3974V17.1346ZM52.429%2019.412C52.429%2020.1485%2051.7152%2020.6013%2051.0131%2020.6013C50.7068%2020.6013%2050.2766%2020.4317%2050.2766%2019.8765C50.2766%2019.2194%2050.7638%2019.0721%2051.3526%2018.9701C52.0098%2018.8681%2052.2704%2018.7662%2052.429%2018.6415V19.412Z'%20fill='%23231F20'/%3e%3cpath%20d='M57.1766%2015.5482H58.1627V16.6813H57.1766V19.9558C57.1766%2020.3067%2057.1879%2020.443%2057.8338%2020.443C57.9357%2020.443%2058.0494%2020.4317%2058.1627%2020.42V21.621C57.9131%2021.6323%2057.6638%2021.644%2057.4145%2021.644H57.211C55.84%2021.644%2055.5907%2021.1225%2055.5907%2020.341V16.6813H54.7749V15.5482H55.5907V13.917H57.1766V15.5482Z'%20fill='%23231F20'/%3e%3cpath%20d='M64.0532%2017.1346C64.0532%2015.6503%2062.5013%2015.39%2061.6515%2015.39C60.4165%2015.39%2059.1361%2015.6503%2058.9548%2017.4971H60.4844C60.5298%2017.1459%2060.6654%2016.6591%2061.4589%2016.6591C61.8668%2016.6591%2062.5013%2016.6927%2062.5013%2017.3612C62.5013%2017.7011%2062.195%2017.8031%2061.9461%2017.8371L60.5184%2018.0523C59.51%2018.1996%2058.7622%2018.8002%2058.7622%2019.9785C58.7622%2021.2245%2059.6913%2021.7344%2060.5977%2021.7344C61.6738%2021.7344%2062.184%2021.2358%2062.5466%2020.8619C62.5806%2021.2022%2062.6029%2021.2929%2062.6939%2021.5761H64.4044V21.3378C64.2118%2021.2698%2064.0532%2021.1116%2064.0532%2020.3974V17.1346ZM62.5013%2019.412C62.5013%2020.1485%2061.7875%2020.6013%2061.085%2020.6013C60.779%2020.6013%2060.3485%2020.4317%2060.3485%2019.8765C60.3485%2019.2194%2060.8357%2019.0721%2061.4249%2018.9701C62.0817%2018.8681%2062.3427%2018.7662%2062.5013%2018.6415V19.412Z'%20fill='%23231F20'/%3e%3cpath%20d='M67.1014%2021.5762H65.5151V13.4412H67.1014V21.5762Z'%20fill='%23231F20'/%3e%3cpath%20d='M74.0578%2021.5761H72.5395V20.7263H72.5169C72.1543%2021.3718%2071.5201%2021.7344%2070.6817%2021.7344C69.492%2021.7344%2068.6309%2021.0545%2068.6309%2019.514V15.5483H70.2168V19.2874C70.2168%2020.2165%2070.761%2020.3974%2071.2478%2020.3974C71.769%2020.3974%2072.4715%2020.1028%2072.4715%2019.0268V15.5483H74.0578V21.5761Z'%20fill='%23231F20'/%3e%3cpath%20d='M80.9916%2021.5762H79.4053V17.9164C79.4053%2017.4745%2079.3827%2016.7267%2078.3742%2016.7267C77.6721%2016.7267%2077.1279%2017.2026%2077.1279%2018.1204V21.5762H75.542V15.5483H77.0603V16.4321H77.0826C77.2982%2016.0695%2077.7514%2015.3901%2078.8955%2015.3901C80.0738%2015.3901%2080.9916%2016.0809%2080.9916%2017.4065V21.5762Z'%20fill='%23231F20'/%3e%3cpath%20d='M85.5378%2021.4741C84.7896%2023.7058%2084.586%2024%2083.2037%2024C82.9884%2024%2082.7165%2023.989%2082.4903%2023.9777V22.7091C82.5579%2022.72%2082.6598%2022.7317%2082.7958%2022.7317C83.3737%2022.7317%2083.6909%2022.652%2083.8382%2021.8253L81.6174%2015.5482H83.385L84.6767%2019.9894H84.6993L85.9344%2015.5482H87.6109L85.5378%2021.4741Z'%20fill='%23231F20'/%3e%3cpath%20d='M93.0864%2017.1346C93.0864%2015.6503%2091.5345%2015.39%2090.6847%2015.39C89.4493%2015.39%2088.1693%2015.6503%2087.988%2017.4971H89.5173C89.563%2017.1459%2089.6989%2016.6591%2090.4917%2016.6591C90.8996%2016.6591%2091.5345%2016.6927%2091.5345%2017.3612C91.5345%2017.7011%2091.2282%2017.8031%2090.9789%2017.8371L89.5516%2018.0523C88.5432%2018.1996%2087.7954%2018.8002%2087.7954%2019.9785C87.7954%2021.2245%2088.7241%2021.7344%2089.631%2021.7344C90.707%2021.7344%2091.2168%2021.2358%2091.5794%2020.8619C91.6138%2021.2022%2091.6361%2021.2929%2091.7271%2021.5761H93.4376V21.3378C93.245%2021.2698%2093.0864%2021.1116%2093.0864%2020.3974V17.1346ZM91.5345%2019.412C91.5345%2020.1485%2090.8203%2020.6013%2090.1182%2020.6013C89.8119%2020.6013%2089.3817%2020.4317%2089.3817%2019.8765C89.3817%2019.2194%2089.8689%2019.0721%2090.4577%2018.9701C91.1152%2018.8681%2091.3755%2018.7662%2091.5345%2018.6415V19.412Z'%20fill='%23231F20'/%3e%3c/svg%3e", template$9 = (J) => ke$1`
39878
+ const gencatLogo = "data:image/svg+xml,%3csvg%20width='94'%20height='24'%20viewBox='0%200%2094%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.36109%200.0906219C4.28803%200.0906219%200.175049%204.88609%200.175049%2010.8006C0.175049%2016.7148%204.28803%2021.5103%209.36109%2021.5103C14.4341%2021.5103%2018.5471%2016.7148%2018.5471%2010.8006C18.5471%204.88609%2014.4341%200.0906219%209.36109%200.0906219Z'%20fill='%23ED192D'/%3e%3cpath%20d='M2.94731%2016.1348C2.06504%2014.6225%201.54761%2012.784%201.54761%2010.8007C1.54761%208.81751%202.06504%206.97893%202.94731%205.46631V16.1348Z'%20fill='white'/%3e%3cpath%20d='M4.92041%203.11644C5.42915%202.69532%205.98132%202.34559%206.56749%202.07705V19.5234C5.98132%2019.2553%205.42915%2018.9048%204.92041%2018.4844V3.11644Z'%20fill='white'/%3e%3cpath%20d='M8.54004%201.5129C8.81008%201.47928%209.08354%201.46191%209.36076%201.46191C9.63986%201.46191%209.91557%201.47966%2010.1871%201.51365V20.087C9.91557%2020.121%209.63986%2020.1392%209.36076%2020.1392C9.08354%2020.1392%208.81008%2020.1214%208.54004%2020.0882V1.5129Z'%20fill='white'/%3e%3cpath%20d='M12.1604%202.07993C12.7469%202.34884%2013.2991%202.70008%2013.8075%203.12119V18.4797C13.2991%2018.9012%2012.7469%2019.2521%2012.1604%2019.521V2.07993Z'%20fill='white'/%3e%3cpath%20d='M15.7808%205.47645C16.6596%206.98681%2017.1752%208.82161%2017.1752%2010.8007C17.1752%2012.7797%2016.6596%2014.6142%2015.7808%2016.1245V5.47645Z'%20fill='white'/%3e%3cpath%20d='M0.944824%2010.8007C0.944824%208.34538%201.69906%206.09853%202.94769%204.36383V4.94963C1.89848%206.56989%201.27454%208.59843%201.27454%2010.8007C1.27454%2013.0026%201.89848%2015.0311%202.94769%2016.6514V17.2368C1.69906%2015.5025%200.944824%2013.2557%200.944824%2010.8007Z'%20fill='white'/%3e%3cpath%20d='M15.7808%2016.6428C16.8266%2015.0241%2017.4486%2012.9989%2017.4486%2010.8008C17.4486%208.6027%2016.8266%206.57755%2015.7808%204.9588V4.37226C17.0264%206.10545%2017.7776%208.34928%2017.7776%2010.8008C17.7776%2013.252%2017.0264%2015.4958%2015.7808%2017.229V16.6428Z'%20fill='white'/%3e%3cpath%20d='M18.3143%2020.3882C18.377%2020.1193%2018.5042%2019.844%2018.6523%2019.6241C18.4623%2019.5309%2018.3022%2019.4606%2018.1371%2019.3175C18.5012%2018.7675%2018.5919%2018.391%2018.6515%2017.7289L18.6259%2013.9857C18.3856%2015.0742%2017.8044%2016.5018%2017.3025%2017.2481C17.1559%2017.4664%2017.0913%2017.6047%2017.0007%2017.7501C16.9486%2017.8343%2016.6536%2018.3204%2016.6611%2018.9156C16.4553%2018.9571%2016.2665%2018.9496%2016.0274%2018.9318C16.0569%2019.1909%2016.0727%2019.2276%2016.0047%2019.6521C15.0972%2019.7223%2014.8328%2020.2666%2013.7571%2020.8482C13.2314%2021.1326%2012.8903%2021.2621%2012.104%2021.5492C13.9324%2021.5273%2015.275%2021.7871%2016.4243%2021.0144C16.555%2021.1874%2016.6521%2021.3554%2016.7382%2021.559C16.8964%2021.4348%2017.2069%2021.2814%2017.4649%2021.2149C17.7606%2021.5061%2018.1568%2021.6209%2018.6644%2021.5752C18.7361%2021.1666%2018.6345%2020.6643%2018.3143%2020.3882Z'%20fill='%23ED192D'/%3e%3cpath%20d='M18.4518%2019.6968C18.3101%2019.7546%2017.6431%2020.0008%2017.6431%2020.0008L17.6341%2020.0103C17.6307%2019.9517%2017.6167%2019.8939%2017.5922%2019.8395L17.5884%2019.8271C17.8456%2019.6734%2018.0072%2019.4558%2018.011%2019.4222C18.0091%2019.4195%2018.008%2019.4177%2018.0095%2019.418C18.0106%2019.4184%2018.011%2019.4199%2018.011%2019.4222C18.0329%2019.452%2018.2524%2019.6556%2018.4518%2019.6968Z'%20fill='white'/%3e%3cpath%20d='M17.9002%2016.5344C18.5691%2015.055%2018.4116%2015.1192%2018.5596%2014.5051C18.54%2014.8008%2018.5211%2015.174%2018.4792%2015.4444C18.1876%2017.0563%2017.7687%2018.2506%2017.2653%2019.5683C17.2653%2019.5683%2017.1271%2019.5566%2017.0576%2019.5698C16.9356%2019.4293%2016.8974%2019.2348%2016.8974%2019.2348C16.6633%2018.2634%2017.3918%2017.6584%2017.9002%2016.5344Z'%20fill='white'/%3e%3cpath%20d='M16.2266%2019.1308L16.8509%2019.652L16.8528%2019.6569C16.8339%2019.6709%2016.8154%2019.6868%2016.798%2019.7038C16.7667%2019.7355%2016.7402%2019.7699%2016.7195%2019.8069L16.7157%2019.8159C16.3977%2019.6614%2016.1851%2019.655%2016.1851%2019.655C16.2651%2019.3106%2016.2266%2019.1308%2016.2266%2019.1308Z'%20fill='white'/%3e%3cpath%20d='M13.3914%2021.3775C13.0776%2021.4493%2012.8241%2021.4459%2012.6262%2021.4546L13.2909%2021.2487C14.7314%2020.7087%2015.0982%2019.8725%2016.0711%2019.8532C16.2988%2019.8551%2016.4854%2019.9148%2016.6542%2020.0096L16.6561%2020.0356C16.6493%2020.0979%2016.655%2020.1614%2016.6731%2020.2222L16.6735%2020.2313C16.0016%2020.5648%2014.4655%2021.1313%2013.3914%2021.3775Z'%20fill='white'/%3e%3cpath%20d='M16.8149%2021.334C16.7764%2021.2309%2016.7228%2021.0643%2016.574%2020.8996C16.7745%2020.7297%2016.8157%2020.6383%2016.8829%2020.4721L16.8878%2020.4744C16.9509%2020.5118%2017.0208%2020.5333%2017.0914%2020.539L17.0997%2020.5378L16.8149%2021.334Z'%20fill='white'/%3e%3cpath%20d='M16.9431%2020.2505C16.8324%2020.1391%2016.8328%2019.9589%2016.9442%2019.8479C17.0556%2019.7372%2017.2354%2019.7376%2017.3464%2019.8494C17.4571%2019.9604%2017.4567%2020.1406%2017.3453%2020.2512C17.2339%2020.3619%2017.0537%2020.3615%2016.9431%2020.2505Z'%20fill='white'/%3e%3cpath%20d='M17.5617%2021.0476C17.4147%2020.8765%2017.3517%2020.7443%2017.2961%2020.5128C17.369%2020.4916%2017.4548%2020.4474%2017.5061%2020.3757L18.5032%2021.3883C18.1248%2021.4234%2017.7973%2021.3342%2017.5617%2021.0476Z'%20fill='white'/%3e%3cpath%20d='M18.6644%200.00993252C18.1568%20-0.0361447%2017.7606%200.0786629%2017.4649%200.369858C17.2069%200.303385%2016.8964%200.150051%2016.7382%200.0257921C16.6521%200.229364%2016.555%200.397053%2016.4243%200.57041C15.275%20-0.202332%2013.9324%200.057518%2012.104%200.0352345C12.8903%200.322652%2013.2314%200.452191%2013.7571%200.736588C14.8328%201.31822%2015.0972%201.86208%2016.0047%201.93271C16.0727%202.35723%2016.0569%202.39349%2016.0274%202.65334C16.2665%202.63521%2016.4553%202.62765%2016.6611%202.6692C16.6536%203.26405%2016.9486%203.75051%2017.0007%203.83436C17.0913%203.98014%2017.1559%204.11839%2017.3025%204.33669C17.8044%205.08299%2018.3856%206.51026%2018.6259%207.59912L18.6515%203.8559C18.5919%203.19382%2018.5012%202.81726%2018.1371%202.26735C18.3022%202.12421%2018.4623%202.05396%2018.6523%201.96067C18.5042%201.74086%2018.377%201.46515%2018.3143%201.19661C18.6345%200.920149%2018.7361%200.41821%2018.6644%200.00993252Z'%20fill='%23ED192D'/%3e%3cpath%20d='M18.4518%201.88761C18.3101%201.82982%2017.6431%201.58358%2017.6431%201.58358L17.6341%201.57414C17.6307%201.6323%2017.6167%201.69047%2017.5922%201.74485L17.5884%201.75732C17.8456%201.91104%2018.0072%202.12857%2018.011%202.16219C18.0091%202.16521%2018.008%202.16709%2018.0095%202.16634C18.0106%202.16558%2018.011%202.16445%2018.011%202.16219C18.0329%202.13273%2018.2524%201.92878%2018.4518%201.88761Z'%20fill='white'/%3e%3cpath%20d='M17.9002%205.05029C18.5691%206.52968%2018.4116%206.46547%2018.5596%207.07959C18.54%206.78386%2018.5211%206.41034%2018.4792%206.14067C18.1876%204.52834%2017.7687%203.33408%2017.2653%202.01596C17.2653%202.01596%2017.1271%202.02806%2017.0576%202.01484C16.9356%202.15534%2016.8974%202.34985%2016.8974%202.34985C16.6633%203.32125%2017.3918%203.9263%2017.9002%205.05029Z'%20fill='white'/%3e%3cpath%20d='M16.2266%202.45361L16.8509%201.9324L16.8528%201.92749C16.8339%201.91352%2016.8154%201.89766%2016.798%201.88067C16.7667%201.84932%2016.7402%201.81419%2016.7195%201.77793L16.7157%201.76812C16.3977%201.92297%2016.1851%201.929%2016.1851%201.929C16.2651%202.27345%2016.2266%202.45361%2016.2266%202.45361Z'%20fill='white'/%3e%3cpath%20d='M13.3914%200.207236C13.0776%200.135476%2012.8241%200.138873%2012.6262%200.130187L13.2909%200.336013C14.7314%200.876102%2015.0982%201.71229%2016.0711%201.73193C16.2988%201.72967%2016.4854%201.67%2016.6542%201.5752L16.6561%201.54914C16.6493%201.48682%2016.655%201.42337%2016.6731%201.36257L16.6735%201.35351C16.0016%201.01964%2014.4655%200.453108%2013.3914%200.207236Z'%20fill='white'/%3e%3cpath%20d='M16.8149%200.250924C16.7764%200.354032%2016.7228%200.52059%2016.574%200.685261C16.7745%200.855219%2016.8157%200.946612%2016.8829%201.11279L16.8878%201.11091C16.9509%201.07314%2017.0208%201.05162%2017.0914%201.04557L17.0997%201.04709L16.8149%200.250924Z'%20fill='white'/%3e%3cpath%20d='M16.9431%201.3342C16.8324%201.446%2016.8328%201.62577%2016.9442%201.73643C17.0556%201.84747%2017.2354%201.84672%2017.3464%201.73568C17.4571%201.62388%2017.4567%201.44411%2017.3453%201.33345C17.2339%201.22279%2017.0537%201.22316%2016.9431%201.3342Z'%20fill='white'/%3e%3cpath%20d='M17.5617%200.537082C17.4147%200.708173%2017.3517%200.84035%2017.2961%201.07187C17.369%201.09302%2017.4548%201.13722%2017.5061%201.20898L18.5032%200.19641C18.1248%200.161286%2017.7973%200.25042%2017.5617%200.537082Z'%20fill='white'/%3e%3cpath%20d='M0.0217433%2021.5752C0.529351%2021.6209%200.925543%2021.5061%201.22127%2021.2149C1.47923%2021.2814%201.78968%2021.4348%201.94831%2021.559C2.03405%2021.3554%202.13149%2021.1874%202.26217%2021.0144C3.41146%2021.7871%204.75375%2021.5273%206.58213%2021.5492C5.79579%2021.2621%205.45474%2021.1326%204.929%2020.8482C3.85335%2020.2666%203.58935%2019.7223%202.6814%2019.6521C2.61379%2019.2276%202.62927%2019.1909%202.65873%2018.9318C2.42004%2018.9496%202.2312%2018.9571%202.02536%2018.9156C2.03291%2018.3204%201.73794%2017.8343%201.68545%2017.7501C1.5948%2017.6047%201.5306%2017.4664%201.38368%2017.2481C0.882111%2016.5018%200.300853%2015.0742%200.0602679%2013.9857L0.0345879%2017.7289C0.0942621%2018.391%200.185284%2018.7675%200.549372%2019.3175C0.383946%2019.4606%200.224185%2019.5309%200.0342099%2019.6241C0.181884%2019.844%200.30954%2020.1193%200.372236%2020.3882C0.0515815%2020.6643%20-0.049639%2021.1666%200.0217433%2021.5752Z'%20fill='%23ED192D'/%3e%3cpath%20d='M0.234375%2019.6968C0.376007%2019.7546%201.04338%2020.0008%201.04338%2020.0008L1.05244%2020.0103C1.05546%2019.9517%201.06981%2019.8939%201.09436%2019.8395L1.09777%2019.8271C0.84094%2019.6734%200.678912%2019.4558%200.675512%2019.4222C0.677401%2019.4195%200.678535%2019.4177%200.676647%2019.418C0.675514%2019.4184%200.675135%2019.4199%200.675512%2019.4222C0.653229%2019.452%200.43417%2019.6556%200.234375%2019.6968Z'%20fill='white'/%3e%3cpath%20d='M0.785417%2016.5344C0.116538%2015.055%200.274029%2015.1192%200.125977%2014.5051C0.145238%2014.8008%200.164123%2015.174%200.206424%2015.4444C0.497996%2017.0563%200.916471%2018.2506%201.4203%2019.5683C1.4203%2019.5683%201.55816%2019.5566%201.62765%2019.5698C1.74964%2019.4293%201.78779%2019.2348%201.78779%2019.2348C2.02195%2018.2634%201.29378%2017.6584%200.785417%2016.5344Z'%20fill='white'/%3e%3cpath%20d='M2.45945%2019.1308L1.83552%2019.652L1.83325%2019.6569C1.85251%2019.6709%201.87064%2019.6868%201.88801%2019.7038C1.91936%2019.7355%201.9458%2019.7699%201.96657%2019.8069L1.97035%2019.8159C2.28836%2019.6614%202.50137%2019.655%202.50137%2019.655C2.42093%2019.3106%202.45945%2019.1308%202.45945%2019.1308Z'%20fill='white'/%3e%3cpath%20d='M5.29439%2021.3775C5.60825%2021.4493%205.86167%2021.4459%206.05958%2021.4546L5.39524%2021.2487C3.95437%2020.7087%203.58764%2019.8725%202.61472%2019.8532C2.38736%2019.8551%202.2004%2019.9148%202.03158%2020.0096L2.03007%2020.0356C2.03649%2020.0979%202.03082%2020.1614%202.01307%2020.2222L2.0127%2020.2313C2.68422%2020.5648%204.22063%2021.1313%205.29439%2021.3775Z'%20fill='white'/%3e%3cpath%20d='M1.8712%2021.334C1.90973%2021.2309%201.96336%2021.0643%202.11254%2020.8996C1.91199%2020.7297%201.87044%2020.6383%201.80359%2020.4721L1.79831%2020.4744C1.73561%2020.5118%201.66574%2020.5333%201.59473%2020.539L1.58643%2020.5378L1.8712%2021.334Z'%20fill='white'/%3e%3cpath%20d='M1.74254%2020.2505C1.85358%2020.1391%201.85282%2019.9589%201.74178%2019.8479C1.63037%2019.7372%201.45021%2019.7376%201.33955%2019.8494C1.22889%2019.9604%201.22927%2020.1406%201.34068%2020.2512C1.4521%2020.3619%201.63188%2020.3615%201.74254%2020.2505Z'%20fill='white'/%3e%3cpath%20d='M1.1243%2021.0476C1.27122%2020.8765%201.33429%2020.7443%201.39019%2020.5128C1.31729%2020.4916%201.23156%2020.4474%201.17982%2020.3757L0.183105%2021.3883C0.561545%2021.4234%200.888999%2021.3342%201.1243%2021.0476Z'%20fill='white'/%3e%3cpath%20d='M0.372236%201.19661C0.30954%201.46515%200.181884%201.74086%200.0342099%201.96067C0.224185%202.05396%200.383946%202.12421%200.549372%202.26735C0.185284%202.81726%200.0942621%203.19382%200.0345879%203.8559L0.0602679%207.59912C0.300853%206.51026%200.882111%205.08299%201.38368%204.33669C1.5306%204.11839%201.5948%203.98014%201.68545%203.83436C1.73794%203.75051%202.03291%203.26405%202.02536%202.6692C2.2312%202.62765%202.42004%202.63521%202.65873%202.65334C2.62927%202.39349%202.61379%202.35723%202.6814%201.93271C3.58935%201.86208%203.85335%201.31822%204.929%200.736588C5.45474%200.452191%205.79579%200.322652%206.58213%200.0352345C4.75375%200.057518%203.41146%20-0.202332%202.26217%200.57041C2.13149%200.397053%202.03405%200.229364%201.94831%200.0257921C1.78968%200.150051%201.47923%200.303385%201.22127%200.369858C0.925543%200.0786629%200.529351%20-0.0361447%200.0217433%200.00993252C-0.049639%200.41821%200.0515815%200.920149%200.372236%201.19661Z'%20fill='%23ED192D'/%3e%3cpath%20d='M0.234375%201.88761C0.376007%201.82982%201.04338%201.58358%201.04338%201.58358L1.05244%201.57414C1.05546%201.6323%201.06981%201.69047%201.09436%201.74485L1.09777%201.75732C0.84094%201.91104%200.678912%202.12857%200.675512%202.16219C0.677401%202.16521%200.678535%202.16709%200.676647%202.16634C0.675514%202.16558%200.675135%202.16445%200.675512%202.16219C0.653229%202.13273%200.43417%201.92878%200.234375%201.88761Z'%20fill='white'/%3e%3cpath%20d='M0.785417%205.05029C0.116538%206.52968%200.274029%206.46547%200.125977%207.07959C0.145238%206.78386%200.164123%206.41034%200.206424%206.14067C0.497996%204.52834%200.916471%203.33408%201.4203%202.01596C1.4203%202.01596%201.55816%202.02806%201.62765%202.01484C1.74964%202.15534%201.78779%202.34985%201.78779%202.34985C2.02195%203.32125%201.29378%203.9263%200.785417%205.05029Z'%20fill='white'/%3e%3cpath%20d='M2.45945%202.45361L1.83552%201.9324L1.83325%201.92749C1.85251%201.91352%201.87064%201.89766%201.88801%201.88067C1.91936%201.84932%201.9458%201.81419%201.96657%201.77793L1.97035%201.76812C2.28836%201.92297%202.50137%201.929%202.50137%201.929C2.42093%202.27345%202.45945%202.45361%202.45945%202.45361Z'%20fill='white'/%3e%3cpath%20d='M5.29439%200.207236C5.60825%200.135476%205.86167%200.138873%206.05958%200.130187L5.39524%200.336013C3.95437%200.876102%203.58764%201.71229%202.61472%201.73193C2.38736%201.72967%202.2004%201.67%202.03158%201.5752L2.03007%201.54914C2.03649%201.48682%202.03082%201.42337%202.01307%201.36257L2.0127%201.35351C2.68422%201.01964%204.22063%200.453108%205.29439%200.207236Z'%20fill='white'/%3e%3cpath%20d='M1.8712%200.250924C1.90973%200.354032%201.96336%200.52059%202.11254%200.685261C1.91199%200.855219%201.87044%200.946612%201.80359%201.11279L1.79831%201.11091C1.73561%201.07314%201.66574%201.05162%201.59473%201.04557L1.58643%201.04709L1.8712%200.250924Z'%20fill='white'/%3e%3cpath%20d='M1.74254%201.3342C1.85358%201.446%201.85282%201.62577%201.74178%201.73643C1.63037%201.84747%201.45021%201.84672%201.33955%201.73568C1.22889%201.62388%201.22927%201.44411%201.34068%201.33345C1.4521%201.22279%201.63188%201.22316%201.74254%201.3342Z'%20fill='white'/%3e%3cpath%20d='M1.1243%200.537082C1.27122%200.708173%201.33429%200.84035%201.39019%201.07187C1.31729%201.09302%201.23156%201.13722%201.17982%201.20898L0.183105%200.19641C0.561545%200.161286%200.888999%200.25042%201.1243%200.537082Z'%20fill='white'/%3e%3cpath%20d='M13.8075%202.35891V2.77588C13.2961%202.37516%2012.7443%202.04129%2012.1604%201.7856V1.42263C12.7417%201.66473%2013.2931%201.98047%2013.8075%202.35891Z'%20fill='white'/%3e%3cpath%20d='M9.36076%200.858693C9.63949%200.858693%209.91519%200.875302%2010.1871%200.906272V1.24316C9.91557%201.21068%209.63986%201.19369%209.36076%201.19369C9.08391%201.19369%208.81008%201.21031%208.54004%201.2428V0.905904C8.81046%200.874933%209.08391%200.858693%209.36076%200.858693Z'%20fill='white'/%3e%3cpath%20d='M6.56749%201.42051V1.78309C5.98396%202.03802%205.43217%202.37152%204.92041%202.77148V2.35454C5.43519%201.97648%205.98699%201.66185%206.56749%201.42051Z'%20fill='white'/%3e%3cpath%20d='M4.92041%2019.2462V18.8296C5.43217%2019.2295%205.98396%2019.5626%206.56749%2019.818V20.1802C5.98699%2019.9388%205.43519%2019.6246%204.92041%2019.2462Z'%20fill='white'/%3e%3cpath%20d='M9.36076%2020.7427C9.08391%2020.7427%208.81046%2020.7264%208.54004%2020.6955V20.3582C8.81008%2020.3907%209.08391%2020.4073%209.36076%2020.4073C9.63986%2020.4073%209.91557%2020.3903%2010.1871%2020.3574V20.6947C9.91519%2020.7261%209.63949%2020.7427%209.36076%2020.7427Z'%20fill='white'/%3e%3cpath%20d='M12.1604%2020.1777V19.8152C12.7443%2019.5598%2013.2961%2019.226%2013.8075%2018.8252V19.2415C13.2931%2019.6206%2012.7417%2019.936%2012.1604%2020.1777Z'%20fill='white'/%3e%3cpath%20d='M28.4893%205.86063H31.8881V10.2455H30.7554L30.5855%209.22543C30.1545%209.72398%2029.5317%2010.4604%2028.0474%2010.4604C26.0876%2010.4604%2024.3083%209.05546%2024.3083%206.20054C24.3083%203.98014%2025.5434%201.884%2028.2854%201.89533C30.7781%201.89533%2031.7635%203.51559%2031.8541%204.63693H30.1545C30.1545%204.31968%2029.577%203.29994%2028.376%203.29994C27.1636%203.29994%2026.0423%204.13839%2026.0423%206.22321C26.0423%208.44399%2027.2547%209.02185%2028.41%209.02185C28.7839%209.02185%2030.0303%208.87418%2030.3815%207.23163H28.4893V5.86063Z'%20fill='%23231F20'/%3e%3cpath%20d='M36.9077%208.47762C36.7831%208.90856%2036.3298%209.13517%2035.888%209.13517C34.6076%209.13517%2034.517%208.11505%2034.4716%207.6622H38.6069V7.37894C38.6069%204.62562%2036.9644%204.05946%2035.7746%204.05946C33.135%204.05946%2032.8857%206.38184%2032.8857%207.107C32.8857%209.58839%2034.1884%2010.4038%2035.888%2010.4038C36.9187%2010.4038%2038.1201%209.9283%2038.5389%208.47762H36.9077ZM34.517%206.63113C34.6076%205.83799%2035.0042%205.36211%2035.752%205.36211C36.2619%205.36211%2036.885%205.65671%2036.9757%206.63113H34.517Z'%20fill='%23231F20'/%3e%3cpath%20d='M45.1106%2010.2456H43.5243V6.58585C43.5243%206.14396%2043.5017%205.39614%2042.4933%205.39614C41.7908%205.39614%2041.2469%205.87202%2041.2469%206.78979V10.2456H39.6606V4.21776H41.1793V5.10155H41.2016C41.4172%204.73898%2041.8701%204.05951%2043.0145%204.05951C44.1928%204.05951%2045.1106%204.7503%2045.1106%206.07597V10.2456Z'%20fill='%23231F20'/%3e%3cpath%20d='M50.1294%208.47762C50.0047%208.90856%2049.5515%209.13517%2049.1096%209.13517C47.8293%209.13517%2047.7386%208.11505%2047.6933%207.6622H51.829V7.37894C51.829%204.62562%2050.186%204.05946%2048.9963%204.05946C46.3567%204.05946%2046.1074%206.38184%2046.1074%207.107C46.1074%209.58839%2047.4104%2010.4038%2049.1096%2010.4038C50.1407%2010.4038%2051.3417%209.9283%2051.7606%208.47762H50.1294ZM47.7386%206.63113C47.8293%205.83799%2048.2258%205.36211%2048.9737%205.36211C49.4835%205.36211%2050.1063%205.65671%2050.1974%206.63113H47.7386Z'%20fill='%23231F20'/%3e%3cpath%20d='M52.8713%204.21776H54.3893V5.26017H54.4123C54.7405%204.64832%2055.1031%204.05951%2056.0662%204.05951C56.1681%204.05951%2056.2701%204.07047%2056.3721%204.08217V5.69073C56.2361%205.66807%2056.0662%205.66808%2055.9189%205.66808C54.6842%205.66808%2054.4572%206.43854%2054.4572%207.10704V10.2456H52.8713V4.21776Z'%20fill='%23231F20'/%3e%3cpath%20d='M62.1731%205.80399C62.1731%204.31969%2060.6208%204.05946%2059.771%204.05946C58.5363%204.05946%2057.256%204.31969%2057.0747%206.16657H58.6039C58.6496%205.81532%2058.7856%205.32849%2059.5787%205.32849C59.9866%205.32849%2060.6208%205.3621%2060.6208%206.0306C60.6208%206.37051%2060.3152%206.47249%2060.066%206.50648L58.6379%206.72177C57.6295%206.86907%2056.8821%207.46959%2056.8821%208.64796C56.8821%209.89394%2057.8112%2010.4038%2058.7172%2010.4038C59.794%2010.4038%2060.3035%209.90526%2060.6661%209.53135C60.7001%209.87165%2060.7227%209.9623%2060.8134%2010.2456H62.5243V10.0072C62.3317%209.93926%2062.1731%209.78101%2062.1731%209.06681V5.80399ZM60.6208%208.08144C60.6208%208.81792%2059.9073%209.27076%2059.2045%209.27076C58.8989%209.27076%2058.4684%209.10118%2058.4684%208.54598C58.4684%207.88881%2058.9552%207.74151%2059.5448%207.63954C60.2015%207.53756%2060.4622%207.4356%2060.6208%207.31096V8.08144Z'%20fill='%23231F20'/%3e%3cpath%20d='M65.2206%2010.2456H63.6343V2.11066H65.2206V10.2456Z'%20fill='%23231F20'/%3e%3cpath%20d='M68.371%203.50394H66.7852V2.03136H68.371V3.50394ZM68.371%204.21776V10.2456H66.7852V4.21776H68.371Z'%20fill='%23231F20'/%3e%3cpath%20d='M71.6672%204.21763H72.653V5.35069H71.6672V8.62522C71.6672%208.97609%2071.6785%209.11243%2072.3244%209.11243C72.426%209.11243%2072.5397%209.1011%2072.653%209.0894V10.2904C72.4037%2010.3018%2072.154%2010.3135%2071.9052%2010.3135H71.7012C70.3302%2010.3135%2070.0809%209.79189%2070.0809%209.01047V5.35069H69.2651V4.21763H70.0809V2.58642H71.6672V4.21763Z'%20fill='%23231F20'/%3e%3cpath%20d='M78.5445%205.80399C78.5445%204.31969%2076.9926%204.05946%2076.1428%204.05946C74.9078%204.05946%2073.6278%204.31969%2073.4461%206.16657H74.9758C75.0211%205.81532%2075.1574%205.32849%2075.9502%205.32849C76.3581%205.32849%2076.9926%205.3621%2076.9926%206.0306C76.9926%206.37051%2076.6867%206.47249%2076.4374%206.50648L75.0098%206.72177C74.0013%206.86907%2073.2539%207.46959%2073.2539%208.64796C73.2539%209.89394%2074.1826%2010.4038%2075.0891%2010.4038C76.1655%2010.4038%2076.6753%209.90526%2077.0379%209.53135C77.0719%209.87165%2077.0942%209.9623%2077.1852%2010.2456H78.8961V10.0072C78.7031%209.93926%2078.5445%209.78101%2078.5445%209.06681V5.80399ZM76.9926%208.08144C76.9926%208.81792%2076.2788%209.27076%2075.5763%209.27076C75.2704%209.27076%2074.8398%209.10118%2074.8398%208.54598C74.8398%207.88881%2075.327%207.74151%2075.9162%207.63954C76.5734%207.53756%2076.834%207.4356%2076.9926%207.31096V8.08144Z'%20fill='%23231F20'/%3e%3cpath%20d='M81.7398%204.21763H82.7256V5.35069H81.7398V8.62522C81.7398%208.97609%2081.7515%209.11243%2082.3974%209.11243C82.499%209.11243%2082.6123%209.1011%2082.7256%209.0894V10.2904C82.4759%2010.3018%2082.227%2010.3135%2081.9778%2010.3135H81.7738C80.4028%2010.3135%2080.1536%209.79189%2080.1536%209.01047V5.35069H79.3381V4.21763H80.1536V2.58642H81.7398V4.21763Z'%20fill='%23231F20'/%3e%3cpath%20d='M30.0527%2013.4412H28.4664V16.3301H28.4438C28.1945%2015.9449%2027.7186%2015.39%2026.6989%2015.39C25.3732%2015.39%2024.1948%2016.4094%2024.1948%2018.4938C24.1948%2020.1485%2024.943%2021.7344%2026.7329%2021.7344C27.39%2021.7344%2028.0925%2021.4968%2028.4778%2020.817H28.5004V21.5761H30.0527V13.4412ZM25.8264%2018.6075C25.8264%2017.6558%2026.1663%2016.7607%2027.1751%2016.7607C28.2625%2016.7607%2028.5344%2017.7351%2028.5344%2018.6978C28.5344%2019.5933%2028.1378%2020.4318%2027.1294%2020.4318C26.1097%2020.4318%2025.8264%2019.3213%2025.8264%2018.6075Z'%20fill='%23231F20'/%3e%3cpath%20d='M35.0151%2019.8082C34.8905%2020.2387%2034.4373%2020.4657%2033.9954%2020.4657C32.7154%2020.4657%2032.6244%2019.4456%2032.5791%2018.9928H36.7143V18.7095C36.7143%2015.9562%2035.0718%2015.39%2033.8821%2015.39C31.2421%2015.39%2030.9932%2017.7124%2030.9932%2018.4376C30.9932%2020.919%2032.2958%2021.7344%2033.9954%2021.7344C35.0265%2021.7344%2036.2271%2021.2589%2036.6467%2019.8082H35.0151ZM32.6244%2017.9617C32.7154%2017.1686%2033.1116%2016.6927%2033.8594%2016.6927C34.3693%2016.6927%2034.9925%2016.9873%2035.0831%2017.9617H32.6244Z'%20fill='%23231F20'/%3e%3cpath%20d='M46.2321%2016.1035C46.0958%2015.6163%2045.8356%2014.6985%2044.4306%2014.6985C43.6148%2014.6985%2042.4137%2015.2427%2042.4137%2017.5425C42.4137%2019.0041%2042.9916%2020.3184%2044.4306%2020.3184C45.3706%2020.3184%2046.0282%2019.7859%2046.2321%2018.7888H47.9313C47.5914%2020.556%2046.4361%2021.791%2044.3962%2021.791C42.2325%2021.791%2040.6802%2020.3298%2040.6802%2017.5198C40.6802%2014.6762%2042.3231%2013.2259%2044.4193%2013.2259C46.8549%2013.2259%2047.8407%2014.9024%2047.9313%2016.1035H46.2321Z'%20fill='%23231F20'/%3e%3cpath%20d='M53.9813%2017.1346C53.9813%2015.6503%2052.429%2015.39%2051.5792%2015.39C50.3442%2015.39%2049.0642%2015.6503%2048.8826%2017.4971H50.4122C50.4575%2017.1459%2050.5935%2016.6591%2051.3866%2016.6591C51.7945%2016.6591%2052.429%2016.6927%2052.429%2017.3612C52.429%2017.7011%2052.1231%2017.8031%2051.8738%2017.8371L50.4466%2018.0523C49.4381%2018.1996%2048.6899%2018.8002%2048.6899%2019.9785C48.6899%2021.2245%2049.619%2021.7344%2050.5259%2021.7344C51.6019%2021.7344%2052.1118%2021.2358%2052.4743%2020.8619C52.5083%2021.2022%2052.531%2021.2929%2052.6216%2021.5761H54.3326V21.3378C54.1399%2021.2698%2053.9813%2021.1116%2053.9813%2020.3974V17.1346ZM52.429%2019.412C52.429%2020.1485%2051.7152%2020.6013%2051.0131%2020.6013C50.7068%2020.6013%2050.2766%2020.4317%2050.2766%2019.8765C50.2766%2019.2194%2050.7638%2019.0721%2051.3526%2018.9701C52.0098%2018.8681%2052.2704%2018.7662%2052.429%2018.6415V19.412Z'%20fill='%23231F20'/%3e%3cpath%20d='M57.1766%2015.5482H58.1627V16.6813H57.1766V19.9558C57.1766%2020.3067%2057.1879%2020.443%2057.8338%2020.443C57.9357%2020.443%2058.0494%2020.4317%2058.1627%2020.42V21.621C57.9131%2021.6323%2057.6638%2021.644%2057.4145%2021.644H57.211C55.84%2021.644%2055.5907%2021.1225%2055.5907%2020.341V16.6813H54.7749V15.5482H55.5907V13.917H57.1766V15.5482Z'%20fill='%23231F20'/%3e%3cpath%20d='M64.0532%2017.1346C64.0532%2015.6503%2062.5013%2015.39%2061.6515%2015.39C60.4165%2015.39%2059.1361%2015.6503%2058.9548%2017.4971H60.4844C60.5298%2017.1459%2060.6654%2016.6591%2061.4589%2016.6591C61.8668%2016.6591%2062.5013%2016.6927%2062.5013%2017.3612C62.5013%2017.7011%2062.195%2017.8031%2061.9461%2017.8371L60.5184%2018.0523C59.51%2018.1996%2058.7622%2018.8002%2058.7622%2019.9785C58.7622%2021.2245%2059.6913%2021.7344%2060.5977%2021.7344C61.6738%2021.7344%2062.184%2021.2358%2062.5466%2020.8619C62.5806%2021.2022%2062.6029%2021.2929%2062.6939%2021.5761H64.4044V21.3378C64.2118%2021.2698%2064.0532%2021.1116%2064.0532%2020.3974V17.1346ZM62.5013%2019.412C62.5013%2020.1485%2061.7875%2020.6013%2061.085%2020.6013C60.779%2020.6013%2060.3485%2020.4317%2060.3485%2019.8765C60.3485%2019.2194%2060.8357%2019.0721%2061.4249%2018.9701C62.0817%2018.8681%2062.3427%2018.7662%2062.5013%2018.6415V19.412Z'%20fill='%23231F20'/%3e%3cpath%20d='M67.1014%2021.5762H65.5151V13.4412H67.1014V21.5762Z'%20fill='%23231F20'/%3e%3cpath%20d='M74.0578%2021.5761H72.5395V20.7263H72.5169C72.1543%2021.3718%2071.5201%2021.7344%2070.6817%2021.7344C69.492%2021.7344%2068.6309%2021.0545%2068.6309%2019.514V15.5483H70.2168V19.2874C70.2168%2020.2165%2070.761%2020.3974%2071.2478%2020.3974C71.769%2020.3974%2072.4715%2020.1028%2072.4715%2019.0268V15.5483H74.0578V21.5761Z'%20fill='%23231F20'/%3e%3cpath%20d='M80.9916%2021.5762H79.4053V17.9164C79.4053%2017.4745%2079.3827%2016.7267%2078.3742%2016.7267C77.6721%2016.7267%2077.1279%2017.2026%2077.1279%2018.1204V21.5762H75.542V15.5483H77.0603V16.4321H77.0826C77.2982%2016.0695%2077.7514%2015.3901%2078.8955%2015.3901C80.0738%2015.3901%2080.9916%2016.0809%2080.9916%2017.4065V21.5762Z'%20fill='%23231F20'/%3e%3cpath%20d='M85.5378%2021.4741C84.7896%2023.7058%2084.586%2024%2083.2037%2024C82.9884%2024%2082.7165%2023.989%2082.4903%2023.9777V22.7091C82.5579%2022.72%2082.6598%2022.7317%2082.7958%2022.7317C83.3737%2022.7317%2083.6909%2022.652%2083.8382%2021.8253L81.6174%2015.5482H83.385L84.6767%2019.9894H84.6993L85.9344%2015.5482H87.6109L85.5378%2021.4741Z'%20fill='%23231F20'/%3e%3cpath%20d='M93.0864%2017.1346C93.0864%2015.6503%2091.5345%2015.39%2090.6847%2015.39C89.4493%2015.39%2088.1693%2015.6503%2087.988%2017.4971H89.5173C89.563%2017.1459%2089.6989%2016.6591%2090.4917%2016.6591C90.8996%2016.6591%2091.5345%2016.6927%2091.5345%2017.3612C91.5345%2017.7011%2091.2282%2017.8031%2090.9789%2017.8371L89.5516%2018.0523C88.5432%2018.1996%2087.7954%2018.8002%2087.7954%2019.9785C87.7954%2021.2245%2088.7241%2021.7344%2089.631%2021.7344C90.707%2021.7344%2091.2168%2021.2358%2091.5794%2020.8619C91.6138%2021.2022%2091.6361%2021.2929%2091.7271%2021.5761H93.4376V21.3378C93.245%2021.2698%2093.0864%2021.1116%2093.0864%2020.3974V17.1346ZM91.5345%2019.412C91.5345%2020.1485%2090.8203%2020.6013%2090.1182%2020.6013C89.8119%2020.6013%2089.3817%2020.4317%2089.3817%2019.8765C89.3817%2019.2194%2089.8689%2019.0721%2090.4577%2018.9701C91.1152%2018.8681%2091.3755%2018.7662%2091.5345%2018.6415V19.412Z'%20fill='%23231F20'/%3e%3c/svg%3e", template$a = (J) => ke$1`
39982
39879
  <primaria-content-switcher id="main-switcher" attrForSelected="view" .selected=${J.viewSelected}>
39983
39880
  <div class="container" view=${shellViews.shell}>
39984
39881
  <primaria-shell-header></primaria-shell-header>
@@ -40034,17 +39931,17 @@ const gencatLogo = "data:image/svg+xml,%3csvg%20width='94'%20height='24'%20viewB
40034
39931
  <primaria-error-view .error=${J.error} view=${shellViews.error}></primaria-error-view>
40035
39932
  </primaria-content-switcher>
40036
39933
  `;
40037
- var __defProp$b = Object.defineProperty, __decorateClass$b = (J, W, X, te) => {
39934
+ var __defProp$c = Object.defineProperty, __decorateClass$c = (J, W, X, te) => {
40038
39935
  for (var re = void 0, oe = J.length - 1, ne; oe >= 0; oe--)
40039
39936
  (ne = J[oe]) && (re = ne(W, X, re) || re);
40040
- return re && __defProp$b(W, X, re), re;
39937
+ return re && __defProp$c(W, X, re), re;
40041
39938
  };
40042
- const js = class js extends PrimariaRegionHost(h$p) {
39939
+ const Us = class Us extends PrimariaRegionHost(h$p) {
40043
39940
  constructor() {
40044
39941
  super(...arguments), this.sidebarExpanded = !1, this.viewSelected = shellViews.shell, this.quickActionBusy = !1, this.subscriptions = [];
40045
39942
  }
40046
39943
  render() {
40047
- return ke$1`${template$9(this)}`;
39944
+ return ke$1`${template$a(this)}`;
40048
39945
  }
40049
39946
  connectedCallback() {
40050
39947
  super.connectedCallback(), this._subscribeEvents();
@@ -40133,64 +40030,64 @@ const js = class js extends PrimariaRegionHost(h$p) {
40133
40030
  }, 300);
40134
40031
  }
40135
40032
  };
40136
- js.styles = i$H`
40137
- ${r$L(styles$8)}
40033
+ Us.styles = i$H`
40034
+ ${r$L(styles$9)}
40138
40035
  `;
40139
- let PrimariaShell = js;
40140
- __decorateClass$b([
40036
+ let PrimariaShell = Us;
40037
+ __decorateClass$c([
40141
40038
  s$H({ targetId: "menu-region-container", name: shellApi.regionManager.regions.shell.navigationMenu })
40142
40039
  ], PrimariaShell.prototype, "navigationMenuRegion");
40143
- __decorateClass$b([
40040
+ __decorateClass$c([
40144
40041
  s$H({ targetId: "main-region-container", name: shellApi.regionManager.regions.shell.main })
40145
40042
  ], PrimariaShell.prototype, "mainRegion");
40146
- __decorateClass$b([
40043
+ __decorateClass$c([
40147
40044
  s$H({ targetId: "quick-actions-region-container", name: shellApi.regionManager.regions.shell.quickActions })
40148
40045
  ], PrimariaShell.prototype, "quickActionsRegion");
40149
- __decorateClass$b([
40046
+ __decorateClass$c([
40150
40047
  s$H({ targetId: "floating-region-container", name: shellApi.regionManager.regions.shell.floating })
40151
40048
  ], PrimariaShell.prototype, "floatingRegion");
40152
- __decorateClass$b([
40049
+ __decorateClass$c([
40153
40050
  s$H({
40154
40051
  targetId: "navigation-menu-lower-region-container",
40155
40052
  name: shellApi.regionManager.regions.shell.navigationLowerLeftMenu
40156
40053
  })
40157
40054
  ], PrimariaShell.prototype, "navLowerLeftMenu");
40158
- __decorateClass$b([
40055
+ __decorateClass$c([
40159
40056
  r$I()
40160
40057
  ], PrimariaShell.prototype, "sidebarExpanded");
40161
- __decorateClass$b([
40058
+ __decorateClass$c([
40162
40059
  r$I()
40163
40060
  ], PrimariaShell.prototype, "viewSelected");
40164
- __decorateClass$b([
40061
+ __decorateClass$c([
40165
40062
  r$I()
40166
40063
  ], PrimariaShell.prototype, "error");
40167
- __decorateClass$b([
40064
+ __decorateClass$c([
40168
40065
  r$I()
40169
40066
  ], PrimariaShell.prototype, "quickActionBusy");
40170
- const styles$7 = ":host{width:100%;height:100%;min-height:1px;display:flex}.container{width:100%;min-height:1px;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#60a8f0}svg{width:45px;height:45px;fill:#d36262}h1{color:#fff}", template$8 = (J) => ke$1`
40067
+ const styles$8 = ":host{width:100%;height:100%;min-height:1px;display:flex}.container{width:100%;min-height:1px;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#60a8f0}svg{width:45px;height:45px;fill:#d36262}h1{color:#fff}", template$9 = (J) => ke$1`
40171
40068
  <div class="container">
40172
40069
  <svg height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed"><path d="M480-280q17 0 28.5-11.5T520-320q0-17-11.5-28.5T480-360q-17 0-28.5 11.5T440-320q0 17 11.5 28.5T480-280Zm-40-160h80v-240h-80v240Zm40 360q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/></svg>
40173
40070
  <h1>${J.error?.message}</h1>
40174
40071
  </div>
40175
40072
  `;
40176
- var __defProp$a = Object.defineProperty, __decorateClass$a = (J, W, X, te) => {
40073
+ var __defProp$b = Object.defineProperty, __decorateClass$b = (J, W, X, te) => {
40177
40074
  for (var re = void 0, oe = J.length - 1, ne; oe >= 0; oe--)
40178
40075
  (ne = J[oe]) && (re = ne(W, X, re) || re);
40179
- return re && __defProp$a(W, X, re), re;
40076
+ return re && __defProp$b(W, X, re), re;
40180
40077
  };
40181
- const Vs = class Vs extends h$p {
40078
+ const js = class js extends h$p {
40182
40079
  render() {
40183
- return ke$1`${template$8(this)}`;
40080
+ return ke$1`${template$9(this)}`;
40184
40081
  }
40185
40082
  };
40186
- Vs.styles = i$H`
40187
- ${r$L(styles$7)}
40083
+ js.styles = i$H`
40084
+ ${r$L(styles$8)}
40188
40085
  `;
40189
- let PrimariaErrorView = Vs;
40190
- __decorateClass$a([
40086
+ let PrimariaErrorView = js;
40087
+ __decorateClass$b([
40191
40088
  n$B()
40192
40089
  ], PrimariaErrorView.prototype, "error");
40193
- const template$7 = (J) => ke$1`
40090
+ const template$8 = (J) => ke$1`
40194
40091
  <span >
40195
40092
  <slot name="anchor"></slot>
40196
40093
  <slot name="content"></slot>
@@ -40198,7 +40095,7 @@ const template$7 = (J) => ke$1`
40198
40095
  `;
40199
40096
  class QuickActionsMenu extends h$p {
40200
40097
  render() {
40201
- return ke$1`${template$7()}`;
40098
+ return ke$1`${template$8()}`;
40202
40099
  }
40203
40100
  firstUpdated(W) {
40204
40101
  super.firstUpdated(W), this.shadowRoot?.querySelector('slot[name="anchor"]')?.addEventListener("slotchange", this.handleSlotChange.bind(this));
@@ -40222,7 +40119,7 @@ class QuickActionsMenu extends h$p {
40222
40119
  te && (te.style.overflow = "hidden");
40223
40120
  }
40224
40121
  }
40225
- const styles$6 = ".header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0 16px;height:60px;background-color:#fff;color:#000;z-index:1;box-shadow:#0000001f 4px -1px 3px,#0000003d 0 1px 2px}.header .header__left{display:flex;flex-direction:row;align-items:center;gap:16px}.header .header__left .header-logo{align-self:center}.header .header__left #header-region-container,.header .header__right{display:flex;flex-direction:row;align-items:center;gap:16px}.header .header__right #header-actions-region-container{display:flex;flex-direction:row;align-items:center}", salutLogo = "data:image/svg+xml,%3csvg%20width='80'%20height='24'%20viewBox='0%200%2080%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.51539%2023.4832H0L8.22624%200.518679H10.7412L2.51539%2023.4832Z'%20fill='%236AAAE4'/%3e%3cpath%20d='M20.1573%2024C17.1695%2024%2014.8372%2023.3218%2013.1604%2021.9659C11.4836%2020.6095%2010.633%2018.5906%2010.6094%2015.9092H13.4169C13.4812%2019.6737%2015.7275%2021.5563%2020.1573%2021.5563C22.0287%2021.5563%2023.4647%2021.1901%2024.4642%2020.4587C25.4641%2019.7269%2025.9643%2018.6581%2025.9643%2017.2522C26.0073%2016.2425%2025.5399%2015.2791%2024.7212%2014.6874C23.8941%2014.0743%2022.449%2013.5427%2020.3853%2013.091L18.3511%2012.6389C16.028%2012.0994%2014.2875%2011.3204%2013.128%2010.3019C11.969%209.28302%2011.393%207.84942%2011.4004%206.00159C11.35%204.28135%2012.1493%202.64663%2013.5381%201.63049C14.9439%200.544998%2016.844%200.00226593%2019.2383%200.00226593C20.6576%20-0.0236225%2022.0722%200.172396%2023.4314%200.582922C24.4817%200.885733%2025.4406%201.44557%2026.2209%202.21115C26.858%202.86207%2027.3573%203.63505%2027.6883%204.48384C28.0096%205.35251%2028.1797%206.26925%2028.1908%207.19525H25.4156C25.2875%205.55869%2024.7554%204.35948%2023.8197%203.59668C22.8835%202.83434%2021.3566%202.4534%2019.2383%202.4534C17.623%202.4534%2016.3808%202.76592%2015.5116%203.39049C14.6573%203.97947%2014.1645%204.96464%2014.2038%206.00159C14.1492%206.99831%2014.5612%207.96359%2015.3193%208.61313C16.0484%209.2377%2017.4732%209.78646%2019.5943%2010.2589L21.6289%2010.7115C24.1651%2011.2718%2025.9925%2012.0721%2027.1113%2013.1127C28.2301%2014.1529%2028.7881%2015.5352%2028.7858%2017.2596C28.7858%2019.3446%2028.0235%2020.9895%2026.4988%2022.1938C24.9736%2023.3976%2022.86%2024%2020.1573%2024Z'%20fill='%236AAAE4'/%3e%3cpath%20d='M36.6945%2021.677C38.0098%2021.6978%2039.2894%2021.2521%2040.3074%2020.4195C41.3356%2019.6026%2041.8515%2018.4302%2041.8538%2016.9033V14.9366C41.1997%2015.3647%2040.4434%2015.6107%2039.6625%2015.6495L37.2437%2015.938C35.8434%2016.1123%2034.8495%2016.4331%2034.2582%2016.907C33.6558%2017.4039%2033.3262%2018.1579%2033.371%2018.9374C33.3313%2019.7025%2033.6401%2020.444%2034.212%2020.954C34.7783%2021.4348%2035.6261%2021.677%2036.6945%2021.677ZM45.2841%2021.3779H46.2175V23.4763C45.746%2023.5438%2045.2693%2023.5757%2044.7927%2023.5725C43.0498%2023.5725%2042.1146%2022.7768%2041.9893%2021.1856C40.8345%2022.9766%2039.0305%2023.8716%2036.5776%2023.8716C34.7464%2023.8716%2033.3142%2023.4444%2032.2703%2022.5965C31.2264%2021.7487%2030.7063%2020.5476%2030.7063%2019.0017C30.7063%2015.9879%2032.7594%2014.2668%2036.866%2013.8396L39.2529%2013.583C40.9935%2013.3884%2041.864%2012.6246%2041.864%2011.2923C41.864%2010.3658%2041.5792%209.69872%2041.0092%209.29005C40.4392%208.88368%2039.4771%208.67749%2038.1235%208.67749C36.6982%208.67749%2035.6298%208.91975%2035.0099%209.38991C34.3899%209.86007%2034.0159%2010.7292%2033.941%2011.9548H31.3512C31.5648%208.27807%2033.8213%206.43995%2038.1198%206.43995C42.2907%206.43995%2044.3762%208.05292%2044.3762%2011.278V20.58C44.3794%2021.1176%2044.6822%2021.3779%2045.2841%2021.3779Z'%20fill='%236AAAE4'/%3e%3cpath%20d='M50.8951%2023.4832H48.3159V0.518679H50.8951V23.4832Z'%20fill='%236AAAE4'/%3e%3cpath%20d='M65.7337%2016.2584V6.83891H68.3129V23.4832H65.8618V20.9896C64.5937%2022.9109%2062.8517%2023.8716%2060.6359%2023.8716C58.7876%2023.8716%2057.3471%2023.3658%2056.3143%2022.3543C55.281%2021.3423%2054.7642%2019.9175%2054.7642%2018.0789V6.83891H57.3581V17.8403C57.3581%2020.3127%2058.6262%2021.549%2061.1629%2021.549C62.3718%2021.5531%2063.5304%2021.0631%2064.3694%2020.1916C65.2788%2019.2915%2065.7337%2017.9804%2065.7337%2016.2584Z'%20fill='%236AAAE4'/%3e%3cpath%20d='M79.4708%206.83878V9.09759H76.0544V19.903C76.0544%2020.8507%2076.6882%2021.3279%2077.9568%2021.3279H79.4708V23.4905C78.7584%2023.5548%2078.1459%2023.5867%2077.6323%2023.5867C74.8607%2023.5867%2073.4748%2022.436%2073.4748%2020.1346V9.09066H70.7314V6.83878H73.4748V2.13992H76.0544V6.83878H79.4708Z'%20fill='%236AAAE4'/%3e%3c/svg%3e", template$6 = (J) => {
40122
+ const styles$7 = ".header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0 16px;height:60px;background-color:#fff;color:#000;z-index:1;box-shadow:#0000001f 4px -1px 3px,#0000003d 0 1px 2px}.header .header__left{display:flex;flex-direction:row;align-items:center;gap:16px}.header .header__left .header-logo{align-self:center}.header .header__left #header-region-container,.header .header__right{display:flex;flex-direction:row;align-items:center;gap:16px}.header .header__right #header-actions-region-container{display:flex;flex-direction:row;align-items:center}", salutLogo = "data:image/svg+xml,%3csvg%20width='80'%20height='24'%20viewBox='0%200%2080%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.51539%2023.4832H0L8.22624%200.518679H10.7412L2.51539%2023.4832Z'%20fill='%236AAAE4'/%3e%3cpath%20d='M20.1573%2024C17.1695%2024%2014.8372%2023.3218%2013.1604%2021.9659C11.4836%2020.6095%2010.633%2018.5906%2010.6094%2015.9092H13.4169C13.4812%2019.6737%2015.7275%2021.5563%2020.1573%2021.5563C22.0287%2021.5563%2023.4647%2021.1901%2024.4642%2020.4587C25.4641%2019.7269%2025.9643%2018.6581%2025.9643%2017.2522C26.0073%2016.2425%2025.5399%2015.2791%2024.7212%2014.6874C23.8941%2014.0743%2022.449%2013.5427%2020.3853%2013.091L18.3511%2012.6389C16.028%2012.0994%2014.2875%2011.3204%2013.128%2010.3019C11.969%209.28302%2011.393%207.84942%2011.4004%206.00159C11.35%204.28135%2012.1493%202.64663%2013.5381%201.63049C14.9439%200.544998%2016.844%200.00226593%2019.2383%200.00226593C20.6576%20-0.0236225%2022.0722%200.172396%2023.4314%200.582922C24.4817%200.885733%2025.4406%201.44557%2026.2209%202.21115C26.858%202.86207%2027.3573%203.63505%2027.6883%204.48384C28.0096%205.35251%2028.1797%206.26925%2028.1908%207.19525H25.4156C25.2875%205.55869%2024.7554%204.35948%2023.8197%203.59668C22.8835%202.83434%2021.3566%202.4534%2019.2383%202.4534C17.623%202.4534%2016.3808%202.76592%2015.5116%203.39049C14.6573%203.97947%2014.1645%204.96464%2014.2038%206.00159C14.1492%206.99831%2014.5612%207.96359%2015.3193%208.61313C16.0484%209.2377%2017.4732%209.78646%2019.5943%2010.2589L21.6289%2010.7115C24.1651%2011.2718%2025.9925%2012.0721%2027.1113%2013.1127C28.2301%2014.1529%2028.7881%2015.5352%2028.7858%2017.2596C28.7858%2019.3446%2028.0235%2020.9895%2026.4988%2022.1938C24.9736%2023.3976%2022.86%2024%2020.1573%2024Z'%20fill='%236AAAE4'/%3e%3cpath%20d='M36.6945%2021.677C38.0098%2021.6978%2039.2894%2021.2521%2040.3074%2020.4195C41.3356%2019.6026%2041.8515%2018.4302%2041.8538%2016.9033V14.9366C41.1997%2015.3647%2040.4434%2015.6107%2039.6625%2015.6495L37.2437%2015.938C35.8434%2016.1123%2034.8495%2016.4331%2034.2582%2016.907C33.6558%2017.4039%2033.3262%2018.1579%2033.371%2018.9374C33.3313%2019.7025%2033.6401%2020.444%2034.212%2020.954C34.7783%2021.4348%2035.6261%2021.677%2036.6945%2021.677ZM45.2841%2021.3779H46.2175V23.4763C45.746%2023.5438%2045.2693%2023.5757%2044.7927%2023.5725C43.0498%2023.5725%2042.1146%2022.7768%2041.9893%2021.1856C40.8345%2022.9766%2039.0305%2023.8716%2036.5776%2023.8716C34.7464%2023.8716%2033.3142%2023.4444%2032.2703%2022.5965C31.2264%2021.7487%2030.7063%2020.5476%2030.7063%2019.0017C30.7063%2015.9879%2032.7594%2014.2668%2036.866%2013.8396L39.2529%2013.583C40.9935%2013.3884%2041.864%2012.6246%2041.864%2011.2923C41.864%2010.3658%2041.5792%209.69872%2041.0092%209.29005C40.4392%208.88368%2039.4771%208.67749%2038.1235%208.67749C36.6982%208.67749%2035.6298%208.91975%2035.0099%209.38991C34.3899%209.86007%2034.0159%2010.7292%2033.941%2011.9548H31.3512C31.5648%208.27807%2033.8213%206.43995%2038.1198%206.43995C42.2907%206.43995%2044.3762%208.05292%2044.3762%2011.278V20.58C44.3794%2021.1176%2044.6822%2021.3779%2045.2841%2021.3779Z'%20fill='%236AAAE4'/%3e%3cpath%20d='M50.8951%2023.4832H48.3159V0.518679H50.8951V23.4832Z'%20fill='%236AAAE4'/%3e%3cpath%20d='M65.7337%2016.2584V6.83891H68.3129V23.4832H65.8618V20.9896C64.5937%2022.9109%2062.8517%2023.8716%2060.6359%2023.8716C58.7876%2023.8716%2057.3471%2023.3658%2056.3143%2022.3543C55.281%2021.3423%2054.7642%2019.9175%2054.7642%2018.0789V6.83891H57.3581V17.8403C57.3581%2020.3127%2058.6262%2021.549%2061.1629%2021.549C62.3718%2021.5531%2063.5304%2021.0631%2064.3694%2020.1916C65.2788%2019.2915%2065.7337%2017.9804%2065.7337%2016.2584Z'%20fill='%236AAAE4'/%3e%3cpath%20d='M79.4708%206.83878V9.09759H76.0544V19.903C76.0544%2020.8507%2076.6882%2021.3279%2077.9568%2021.3279H79.4708V23.4905C78.7584%2023.5548%2078.1459%2023.5867%2077.6323%2023.5867C74.8607%2023.5867%2073.4748%2022.436%2073.4748%2020.1346V9.09066H70.7314V6.83878H73.4748V2.13992H76.0544V6.83878H79.4708Z'%20fill='%236AAAE4'/%3e%3c/svg%3e", template$7 = (J) => {
40226
40123
  const W = [{ label: J.professional?.workCenter, value: "1" }], X = [{ label: J.professional?.role, value: "1" }], te = [{ label: J.professional?.speciality, value: "1" }];
40227
40124
  return ke$1`
40228
40125
  <div class="header">
@@ -40258,17 +40155,17 @@ const styles$6 = ".header{display:flex;flex-direction:row;align-items:center;jus
40258
40155
  </div>
40259
40156
  `;
40260
40157
  };
40261
- var __defProp$9 = Object.defineProperty, __decorateClass$9 = (J, W, X, te) => {
40158
+ var __defProp$a = Object.defineProperty, __decorateClass$a = (J, W, X, te) => {
40262
40159
  for (var re = void 0, oe = J.length - 1, ne; oe >= 0; oe--)
40263
40160
  (ne = J[oe]) && (re = ne(W, X, re) || re);
40264
- return re && __defProp$9(W, X, re), re;
40161
+ return re && __defProp$a(W, X, re), re;
40265
40162
  };
40266
- const Ws = class Ws extends PrimariaRegionHost(h$p) {
40163
+ const Vs = class Vs extends PrimariaRegionHost(h$p) {
40267
40164
  constructor() {
40268
40165
  super(...arguments), this.menuOpened = !1;
40269
40166
  }
40270
40167
  render() {
40271
- return ke$1`${template$6(this)}`;
40168
+ return ke$1`${template$7(this)}`;
40272
40169
  }
40273
40170
  toggleMenu() {
40274
40171
  this.menuOpened = !this.menuOpened;
@@ -40297,23 +40194,23 @@ const Ws = class Ws extends PrimariaRegionHost(h$p) {
40297
40194
  X = new MutationObserver(te), X.observe(W, { childList: !0 });
40298
40195
  }
40299
40196
  };
40300
- Ws.styles = i$H`
40301
- ${r$L(styles$6)}
40197
+ Vs.styles = i$H`
40198
+ ${r$L(styles$7)}
40302
40199
  `;
40303
- let PrimariaShellHeader = Ws;
40304
- __decorateClass$9([
40200
+ let PrimariaShellHeader = Vs;
40201
+ __decorateClass$a([
40305
40202
  s$H({ targetId: "header-region-container", name: shellApi.regionManager.regions.shell.header })
40306
40203
  ], PrimariaShellHeader.prototype, "headerRegion");
40307
- __decorateClass$9([
40204
+ __decorateClass$a([
40308
40205
  s$H({ targetId: "header-actions-region-container", name: shellApi.regionManager.regions.shell.headerRightActions })
40309
40206
  ], PrimariaShellHeader.prototype, "headerRightActionsRegion");
40310
- __decorateClass$9([
40207
+ __decorateClass$a([
40311
40208
  n$B({ type: Object })
40312
40209
  ], PrimariaShellHeader.prototype, "professional");
40313
- __decorateClass$9([
40210
+ __decorateClass$a([
40314
40211
  r$I()
40315
40212
  ], PrimariaShellHeader.prototype, "menuOpened");
40316
- const Gs = class Gs extends h$p {
40213
+ const Ws = class Ws extends h$p {
40317
40214
  render() {
40318
40215
  return ke$1`<div>
40319
40216
  <h1>POC ECAP Test </h1>
@@ -40361,15 +40258,15 @@ const Gs = class Gs extends h$p {
40361
40258
  });
40362
40259
  }
40363
40260
  };
40364
- Gs.styles = i$H`
40261
+ Ws.styles = i$H`
40365
40262
  `;
40366
- let PocEventsEcap = Gs;
40367
- var __defProp$8 = Object.defineProperty, __decorateClass$8 = (J, W, X, te) => {
40263
+ let PocEventsEcap = Ws;
40264
+ var __defProp$9 = Object.defineProperty, __decorateClass$9 = (J, W, X, te) => {
40368
40265
  for (var re = void 0, oe = J.length - 1, ne; oe >= 0; oe--)
40369
40266
  (ne = J[oe]) && (re = ne(W, X, re) || re);
40370
- return re && __defProp$8(W, X, re), re;
40267
+ return re && __defProp$9(W, X, re), re;
40371
40268
  };
40372
- const Zs = class Zs extends h$p {
40269
+ const Gs = class Gs extends h$p {
40373
40270
  toggle() {
40374
40271
  this.isOpen = !this.isOpen;
40375
40272
  }
@@ -40385,7 +40282,7 @@ const Zs = class Zs extends h$p {
40385
40282
  `;
40386
40283
  }
40387
40284
  };
40388
- Zs.styles = i$H`
40285
+ Gs.styles = i$H`
40389
40286
  :host {
40390
40287
  display: block;
40391
40288
  }
@@ -40407,11 +40304,11 @@ Zs.styles = i$H`
40407
40304
  align-items: center;
40408
40305
  }
40409
40306
  `;
40410
- let PrimariaAccordion = Zs;
40411
- __decorateClass$8([
40307
+ let PrimariaAccordion = Gs;
40308
+ __decorateClass$9([
40412
40309
  n$B({ type: Boolean })
40413
40310
  ], PrimariaAccordion.prototype, "isOpen");
40414
- const template$5 = (J) => ke$1`
40311
+ const template$6 = (J) => ke$1`
40415
40312
  <div class="item" ?expanded=${J.showText}>
40416
40313
  <div class="icon-label">
40417
40314
  <dss-icon icon=${J.icon} size="md"></dss-icon>
@@ -40425,13 +40322,13 @@ const template$5 = (J) => ke$1`
40425
40322
  </dss-action-menu>
40426
40323
  ${J.showText ? ke$1`<dss-icon icon="chevron_right" size="md"></dss-icon>` : D$7}
40427
40324
  </div>
40428
- `, styles$5 = ".item{display:flex;cursor:pointer;border-radius:8px;padding:8px;justify-content:center;transition:background-color .3s ease}.item[expanded]{justify-content:space-between}.item:hover{background-color:var(--color-primary-900);color:#fff}.item .icon-label{display:flex;gap:8px;transition:background-color .3s}.item.active{outline:2px solid white;outline-offset:-2px}";
40429
- var __defProp$7 = Object.defineProperty, __decorateClass$7 = (J, W, X, te) => {
40325
+ `, styles$6 = ".item{display:flex;cursor:pointer;border-radius:8px;padding:8px;justify-content:center;transition:background-color .3s ease}.item[expanded]{justify-content:space-between}.item:hover{background-color:var(--color-primary-900);color:#fff}.item .icon-label{display:flex;gap:8px;transition:background-color .3s}.item.active{outline:2px solid white;outline-offset:-2px}";
40326
+ var __defProp$8 = Object.defineProperty, __decorateClass$8 = (J, W, X, te) => {
40430
40327
  for (var re = void 0, oe = J.length - 1, ne; oe >= 0; oe--)
40431
40328
  (ne = J[oe]) && (re = ne(W, X, re) || re);
40432
- return re && __defProp$7(W, X, re), re;
40329
+ return re && __defProp$8(W, X, re), re;
40433
40330
  };
40434
- const Ys = class Ys extends PrimariaRegionHost(h$p) {
40331
+ const Zs = class Zs extends PrimariaRegionHost(h$p) {
40435
40332
  constructor(W, X) {
40436
40333
  super(), this.showText = !1, this.icon = "", this.label = "", this.icon = W, this.label = X;
40437
40334
  }
@@ -40448,26 +40345,26 @@ const Ys = class Ys extends PrimariaRegionHost(h$p) {
40448
40345
  }).observe(W);
40449
40346
  }
40450
40347
  render() {
40451
- return ke$1`${template$5(this)}`;
40348
+ return ke$1`${template$6(this)}`;
40452
40349
  }
40453
40350
  };
40454
- Ys.styles = i$H`
40455
- ${r$L(styles$5)}
40351
+ Zs.styles = i$H`
40352
+ ${r$L(styles$6)}
40456
40353
  `;
40457
- let CommunicationActionMenu = Ys;
40458
- __decorateClass$7([
40354
+ let CommunicationActionMenu = Zs;
40355
+ __decorateClass$8([
40459
40356
  r$I()
40460
40357
  ], CommunicationActionMenu.prototype, "showText");
40461
- __decorateClass$7([
40358
+ __decorateClass$8([
40462
40359
  s$H({ targetId: "communication-sidenav-region-container", name: shellApi.regionManager.regions.shell.communicationSidenav })
40463
40360
  ], CommunicationActionMenu.prototype, "comminucationSidenavRegion");
40464
- __decorateClass$7([
40361
+ __decorateClass$8([
40465
40362
  n$B({ type: String })
40466
40363
  ], CommunicationActionMenu.prototype, "icon");
40467
- __decorateClass$7([
40364
+ __decorateClass$8([
40468
40365
  n$B({ type: String })
40469
40366
  ], CommunicationActionMenu.prototype, "label");
40470
- const template$4 = (J) => ke$1`
40367
+ const template$5 = (J) => ke$1`
40471
40368
  <div class="item" ?expanded=${J.showText}>
40472
40369
  <div class="icon-label">
40473
40370
  <dss-icon icon=${J.icon} size="md"></dss-icon>
@@ -40481,13 +40378,13 @@ const template$4 = (J) => ke$1`
40481
40378
  </dss-action-menu>
40482
40379
  ${J.showText ? ke$1`<dss-icon icon="chevron_right" size="md"></dss-icon>` : D$7}
40483
40380
  </div>
40484
- `, styles$4 = ".item{display:flex;cursor:pointer;border-radius:8px;padding:8px;justify-content:center;transition:background-color .3s ease}.item[expanded]{justify-content:space-between}.item:hover{background-color:var(--color-primary-900);color:#fff}.item .icon-label{display:flex;gap:8px;transition:background-color .3s}.item.active{outline:2px solid white;outline-offset:-2px}";
40485
- var __defProp$6 = Object.defineProperty, __decorateClass$6 = (J, W, X, te) => {
40381
+ `, styles$5 = ".item{display:flex;cursor:pointer;border-radius:8px;padding:8px;justify-content:center;transition:background-color .3s ease}.item[expanded]{justify-content:space-between}.item:hover{background-color:var(--color-primary-900);color:#fff}.item .icon-label{display:flex;gap:8px;transition:background-color .3s}.item.active{outline:2px solid white;outline-offset:-2px}";
40382
+ var __defProp$7 = Object.defineProperty, __decorateClass$7 = (J, W, X, te) => {
40486
40383
  for (var re = void 0, oe = J.length - 1, ne; oe >= 0; oe--)
40487
40384
  (ne = J[oe]) && (re = ne(W, X, re) || re);
40488
- return re && __defProp$6(W, X, re), re;
40385
+ return re && __defProp$7(W, X, re), re;
40489
40386
  };
40490
- const Ks = class Ks extends PrimariaRegionHost(h$p) {
40387
+ const Ys = class Ys extends PrimariaRegionHost(h$p) {
40491
40388
  constructor(W, X) {
40492
40389
  super(), this.showText = !1, this.icon = "", this.label = "", this.icon = W, this.label = X;
40493
40390
  }
@@ -40504,47 +40401,47 @@ const Ks = class Ks extends PrimariaRegionHost(h$p) {
40504
40401
  }).observe(W);
40505
40402
  }
40506
40403
  render() {
40507
- return ke$1`${template$4(this)}`;
40404
+ return ke$1`${template$5(this)}`;
40508
40405
  }
40509
40406
  };
40510
- Ks.styles = i$H`
40511
- ${r$L(styles$4)}
40407
+ Ys.styles = i$H`
40408
+ ${r$L(styles$5)}
40512
40409
  `;
40513
- let ClinicalPathwaysActionMenu = Ks;
40514
- __decorateClass$6([
40410
+ let ClinicalPathwaysActionMenu = Ys;
40411
+ __decorateClass$7([
40515
40412
  r$I()
40516
40413
  ], ClinicalPathwaysActionMenu.prototype, "showText");
40517
- __decorateClass$6([
40414
+ __decorateClass$7([
40518
40415
  s$H({ targetId: "clinical-pathways-sidenav-region-container", name: shellApi.regionManager.regions.shell.clinicalPathwaysSidenav })
40519
40416
  ], ClinicalPathwaysActionMenu.prototype, "clinicalPathwaysSidenavRegion");
40520
- __decorateClass$6([
40417
+ __decorateClass$7([
40521
40418
  n$B({ type: String })
40522
40419
  ], ClinicalPathwaysActionMenu.prototype, "icon");
40523
- __decorateClass$6([
40420
+ __decorateClass$7([
40524
40421
  n$B({ type: String })
40525
40422
  ], ClinicalPathwaysActionMenu.prototype, "label");
40526
- const styles$3 = ".header-container{width:1px;height:40px;background-color:var(--color-neutral-100)}", template$3 = (J) => ke$1`
40423
+ const styles$4 = ".header-container{width:1px;height:40px;background-color:var(--color-neutral-100)}", template$4 = (J) => ke$1`
40527
40424
  <div class="header-container"></div>
40528
- `, Js = class Js extends h$p {
40425
+ `, Ks = class Ks extends h$p {
40529
40426
  render() {
40530
- return ke$1`${template$3()}`;
40427
+ return ke$1`${template$4()}`;
40531
40428
  }
40532
40429
  };
40533
- Js.styles = i$H`
40534
- ${r$L(styles$3)}
40430
+ Ks.styles = i$H`
40431
+ ${r$L(styles$4)}
40535
40432
  `;
40536
- let HeaderDivider = Js;
40433
+ let HeaderDivider = Ks;
40537
40434
  const useComponents = () => {
40538
40435
  t$t("primaria-shell")(PrimariaShell), t$t("primaria-shell-header")(PrimariaShellHeader), t$t("primaria-error-view")(PrimariaErrorView), t$t("quick-actions-menu")(QuickActionsMenu), t$t("finalize-visit-button")(FinalizeVisitButton), t$t("header-divider")(HeaderDivider), t$t("communication-action-menu")(CommunicationActionMenu), t$t("clinical-pathways-action-menu")(ClinicalPathwaysActionMenu), t$t("poc-events-ecap")(PocEventsEcap), t$t("primaria-accordion")(PrimariaAccordion);
40539
40436
  };
40540
- var __defProp$5 = Object.defineProperty, __decorateClass$5 = (J, W, X, te) => {
40437
+ var __defProp$6 = Object.defineProperty, __decorateClass$6 = (J, W, X, te) => {
40541
40438
  for (var re = void 0, oe = J.length - 1, ne; oe >= 0; oe--)
40542
40439
  (ne = J[oe]) && (re = ne(W, X, re) || re);
40543
- return re && __defProp$5(W, X, re), re;
40440
+ return re && __defProp$6(W, X, re), re;
40544
40441
  };
40545
40442
  const isSelected = (J, W, X) => J[W] === X || Array.from(J.attributes).some(
40546
40443
  (te) => te.name === W && te.value === X
40547
- ), Qs = class Qs extends h$p {
40444
+ ), Js = class Js extends h$p {
40548
40445
  constructor() {
40549
40446
  super(...arguments), this.animation = "fade";
40550
40447
  }
@@ -40588,7 +40485,7 @@ const isSelected = (J, W, X) => J[W] === X || Array.from(J.attributes).some(
40588
40485
  }
40589
40486
  }
40590
40487
  };
40591
- Qs.styles = i$H`
40488
+ Js.styles = i$H`
40592
40489
  :host {
40593
40490
  display: flex;
40594
40491
  flex: 1;
@@ -40597,16 +40494,89 @@ Qs.styles = i$H`
40597
40494
  display: none !important;
40598
40495
  }
40599
40496
  `;
40600
- let PrimariaContentSwitcher = Qs;
40601
- __decorateClass$5([
40497
+ let PrimariaContentSwitcher = Js;
40498
+ __decorateClass$6([
40602
40499
  n$B()
40603
40500
  ], PrimariaContentSwitcher.prototype, "selected");
40604
- __decorateClass$5([
40501
+ __decorateClass$6([
40605
40502
  n$B()
40606
40503
  ], PrimariaContentSwitcher.prototype, "attrForSelected");
40607
- __decorateClass$5([
40504
+ __decorateClass$6([
40608
40505
  n$B()
40609
40506
  ], PrimariaContentSwitcher.prototype, "animation");
40507
+ const styles$3 = ".item{display:flex;cursor:pointer;border-radius:8px;padding:8px;justify-content:center;transition:background-color .3s ease}.item[expanded]{justify-content:space-between}.item:hover{background-color:var(--color-primary-900);color:#fff}.item .icon-label{display:flex;gap:8px;transition:background-color .3s}.item.active{outline:2px solid white;outline-offset:-2px}", template$3 = (J) => ke$1`
40508
+ <div
40509
+ class=${Rt({ item: !0, active: J.isActive })}
40510
+ @click=${J.config.callbackFn}
40511
+ ?expanded=${J.showText}
40512
+ >
40513
+ <div class="icon-label">
40514
+ <dss-icon icon=${J.config.icon} size="md" ?fill=${J.config.fill} style=${J.config.rotateIcon ? "transform: rotate(180deg);" : ""}></dss-icon>
40515
+ ${J.showText ? ke$1`<span>${J.config.label}</span>` : ""}
40516
+ </div>
40517
+ ${J.showText && J.config.showArrow ? ke$1`<dss-icon icon="chevron_right" size="md"></dss-icon>` : ""}
40518
+ ${J.showText ? D$7 : ke$1`
40519
+ <dss-tooltip position="right">
40520
+ ${J.config.label}
40521
+ </dss-tooltip>`}
40522
+ </div>
40523
+ `;
40524
+ var __defProp$5 = Object.defineProperty, __decorateClass$5 = (J, W, X, te) => {
40525
+ for (var re = void 0, oe = J.length - 1, ne; oe >= 0; oe--)
40526
+ (ne = J[oe]) && (re = ne(W, X, re) || re);
40527
+ return re && __defProp$5(W, X, re), re;
40528
+ };
40529
+ const Qs = class Qs extends k$a(h$p) {
40530
+ constructor(W) {
40531
+ super(), this.subscriptions = [], this.containerWidth = 0, this.showText = !1, this.isActive = !1, this.config = W;
40532
+ }
40533
+ connectedCallback() {
40534
+ super.connectedCallback(), this._subscribeEvents();
40535
+ }
40536
+ disconnectedCallback() {
40537
+ this._unsubscribeEvents();
40538
+ }
40539
+ firstUpdated(W) {
40540
+ super.firstUpdated(W), this.observeHostResize();
40541
+ }
40542
+ observeHostResize() {
40543
+ const W = this.parentElement;
40544
+ new ResizeObserver((te) => {
40545
+ for (const re of te) {
40546
+ const oe = re.target.clientWidth;
40547
+ this.showText = oe > 100;
40548
+ }
40549
+ }).observe(W);
40550
+ }
40551
+ _subscribeEvents() {
40552
+ const W = shellApi.broker.subscribe(shellEvents.mainViewChanged, (X) => {
40553
+ this.isActive = X.viewId === this.view?.id;
40554
+ });
40555
+ this.subscriptions.push(W);
40556
+ }
40557
+ _unsubscribeEvents() {
40558
+ this.subscriptions.forEach((W) => W.dispose());
40559
+ }
40560
+ render() {
40561
+ return ke$1`${template$3(this)}`;
40562
+ }
40563
+ };
40564
+ Qs.styles = i$H`
40565
+ ${r$L(styles$3)}
40566
+ `;
40567
+ let PrimariaNavItem = Qs;
40568
+ __decorateClass$5([
40569
+ n$B({ type: Number })
40570
+ ], PrimariaNavItem.prototype, "containerWidth");
40571
+ __decorateClass$5([
40572
+ r$I()
40573
+ ], PrimariaNavItem.prototype, "showText");
40574
+ __decorateClass$5([
40575
+ r$I()
40576
+ ], PrimariaNavItem.prototype, "isActive");
40577
+ __decorateClass$5([
40578
+ n$B({ type: Object })
40579
+ ], PrimariaNavItem.prototype, "config");
40610
40580
  const styles$2 = ".wrapper{display:flex;flex-direction:column;gap:8px}.menu-active{background-color:var(--color-primary-900);color:#fff;border-radius:8px}", template$2 = (J) => ke$1`
40611
40581
  <div class="wrapper">
40612
40582
  <primaria-nav-item
@@ -48464,6 +48434,29 @@ __decorateClass$1([
48464
48434
  ], PrimariaRegion.prototype, "name");
48465
48435
  const useSharedUI = () => {
48466
48436
  t$t("primaria-content-switcher")(PrimariaContentSwitcher), t$t("primaria-nav-item")(PrimariaNavItem), t$t("primaria-rich-text-editor")(PrimariaRichTextEditor), t$t("primaria-nav-tree-menu")(PrimariaNavTreeMenu), t$t("primaria-character-limit-badge")(PrimariaCharacterLimitBadge), t$t("primaria-region")(PrimariaRegion);
48437
+ }, registerPdfViewerNavItem = () => {
48438
+ shellApi.regionManager.registerView(shellApi.regionManager.regions.shell.navigationMenu, {
48439
+ id: pdfViewerId,
48440
+ sortHint: "0110",
48441
+ factory: () => {
48442
+ const J = new PrimariaNavItem({
48443
+ icon: "picture_as_pdf",
48444
+ label: translate$1("pdfManager.navButtonLabel"),
48445
+ callbackFn: () => {
48446
+ shellApi.regionManager.activateMainView(pdfViewerId);
48447
+ }
48448
+ });
48449
+ return Promise.resolve(J);
48450
+ }
48451
+ });
48452
+ }, registerPDFVisorMainView = () => {
48453
+ shellApi.regionManager.registerMainView({
48454
+ id: pdfViewerId,
48455
+ factory: () => {
48456
+ const J = new PdfVisor();
48457
+ return Promise.resolve(J);
48458
+ }
48459
+ });
48467
48460
  }, getPatientCip = async (J) => await J.broker.send("get_patient_cip"), navigateToEcap = async (J, W = "NO_TANCAR", X = {}, te = !0) => {
48468
48461
  const re = { ...X };
48469
48462
  if (te) {
@@ -49084,8 +49077,10 @@ const commonNavMenuItems = [
49084
49077
  });
49085
49078
  }, registerMainViews = () => {
49086
49079
  registerPDFVisorMainView();
49080
+ }, registerPdfViewerNavButton = () => {
49081
+ registerPdfViewerNavItem();
49087
49082
  }, useInternalViews = () => {
49088
- registerMainViews(), shellApi.userManager.isUserRoleAdministrative() ? registerAdministrativeNavMenuViews() : (registerDoctorNavMenuViews(), registerDoctorQuickActionViews());
49083
+ registerMainViews(), registerPdfViewerNavButton(), shellApi.userManager.isUserRoleAdministrative() ? registerAdministrativeNavMenuViews() : (registerDoctorNavMenuViews(), registerDoctorQuickActionViews());
49089
49084
  }, useUI = () => {
49090
49085
  p$i.registerAdapterFactory(
49091
49086
  "primaria-content-switcher",
@@ -49121,6 +49116,7 @@ if (typeof document < "u") {
49121
49116
  ` + dssCSS, document.head.appendChild(J);
49122
49117
  }
49123
49118
  export {
49119
+ BROKER_EVENTS as B,
49124
49120
  EcapEventManager as E,
49125
49121
  PrimariaRegionHost as P,
49126
49122
  shellApi as a,
@@ -49149,4 +49145,4 @@ export {
49149
49145
  l as x,
49150
49146
  PrimariaInteractionService as y
49151
49147
  };
49152
- //# sourceMappingURL=index-LNXfghC6.js.map
49148
+ //# sourceMappingURL=index-CBLcIQsk.js.map