@uxland/primary-shell 7.29.3 → 7.29.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{component-euhbJJai.js → component-DeWZp8Xu.js} +2 -2
- package/dist/{component-euhbJJai.js.map → component-DeWZp8Xu.js.map} +1 -1
- package/dist/{index-CI6uI9KQ.js → index-DY0ab_4S.js} +517 -521
- package/dist/index-DY0ab_4S.js.map +1 -0
- package/dist/index.js +1 -1
- package/dist/index.umd.cjs +126 -126
- package/dist/index.umd.cjs.map +1 -1
- package/dist/primary/shell/src/api/pdf-viewer-manager/pdf-viewer-manager.d.ts +0 -2
- package/package.json +1 -1
- package/src/UI/internal-views/handle-views.ts +6 -1
- package/src/api/pdf-viewer-manager/handle-views.ts +1 -8
- package/src/api/pdf-viewer-manager/pdf-viewer-manager.test.ts +11 -6
- package/src/api/pdf-viewer-manager/pdf-viewer-manager.ts +0 -10
- package/dist/index-CI6uI9KQ.js.map +0 -1
|
@@ -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
|
-
},
|
|
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
|
|
9095
|
+
* Copyright 2020 Google LLC
|
|
9082
9096
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
9083
9097
|
*/
|
|
9084
|
-
const
|
|
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.
|
|
9138
|
+
if (super(J), J.type !== t$q.CHILD) throw Error("repeat() can only be used in text expressions");
|
|
9087
9139
|
}
|
|
9088
|
-
|
|
9089
|
-
|
|
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
|
-
|
|
9092
|
-
|
|
9093
|
-
|
|
9094
|
-
|
|
9095
|
-
|
|
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
|
-
|
|
9098
|
-
|
|
9099
|
-
|
|
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) =>
|
|
9106
|
-
|
|
9107
|
-
class
|
|
9108
|
-
|
|
9109
|
-
|
|
9110
|
-
|
|
9111
|
-
|
|
9112
|
-
|
|
9113
|
-
|
|
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
|
-
|
|
9116
|
-
|
|
9117
|
-
|
|
9118
|
-
${J.
|
|
9119
|
-
|
|
9120
|
-
|
|
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
|
|
9128
|
-
constructor(
|
|
9129
|
-
super(), this.
|
|
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
|
-
|
|
9141
|
-
|
|
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
|
-
|
|
9150
|
-
|
|
9151
|
-
|
|
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
|
-
|
|
9156
|
-
this.
|
|
9227
|
+
setActivePdf(W) {
|
|
9228
|
+
this.dispatchEvent(
|
|
9229
|
+
new CustomEvent("active-pdf-changed", { detail: W, bubbles: !0, composed: !0 })
|
|
9230
|
+
);
|
|
9157
9231
|
}
|
|
9158
|
-
|
|
9159
|
-
|
|
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
|
|
9166
|
-
__decorateClass$y([
|
|
9167
|
-
n$B({ type: Number })
|
|
9168
|
-
], PrimariaNavItem.prototype, "containerWidth");
|
|
9240
|
+
let PdfSelector = Fs;
|
|
9169
9241
|
__decorateClass$y([
|
|
9170
|
-
|
|
9171
|
-
],
|
|
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:
|
|
9177
|
-
],
|
|
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,189 +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
|
-
},
|
|
9401
|
-
shellApi.regionManager.registerView(shellApi.regionManager.regions.shell.navigationMenu, {
|
|
9402
|
-
id: pdfViewerId,
|
|
9403
|
-
factory: () => {
|
|
9404
|
-
const J = new PrimariaNavItem({
|
|
9405
|
-
icon: "picture_as_pdf",
|
|
9406
|
-
label: translate$1("pdfManager.navButtonLabel"),
|
|
9407
|
-
callbackFn: () => {
|
|
9408
|
-
shellApi.regionManager.activateMainView(pdfViewerId);
|
|
9409
|
-
}
|
|
9410
|
-
});
|
|
9411
|
-
return Promise.resolve(J);
|
|
9412
|
-
}
|
|
9413
|
-
}), setTimeout(() => {
|
|
9414
|
-
const J = `${primariaShellId}::${pdfViewerId}`;
|
|
9415
|
-
showNavItemTooltip(J, translate$1("pdfManager.tooltipMessage"));
|
|
9416
|
-
}, 100);
|
|
9417
|
-
}, registerPDFVisorMainView = () => {
|
|
9418
|
-
shellApi.regionManager.registerMainView({
|
|
9419
|
-
id: pdfViewerId,
|
|
9420
|
-
factory: () => {
|
|
9421
|
-
const J = new PdfVisor();
|
|
9422
|
-
return Promise.resolve(J);
|
|
9423
|
-
}
|
|
9424
|
-
});
|
|
9425
|
-
}, 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}";
|
|
9426
|
-
/**
|
|
9427
|
-
* @license
|
|
9428
|
-
* Copyright 2020 Google LLC
|
|
9429
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
9430
|
-
*/
|
|
9431
|
-
const { I: et } = si, lt = () => document.createComment(""), at = (J, W, X) => {
|
|
9432
|
-
const te = J._$AA.parentNode, re = W === void 0 ? J._$AB : W._$AA;
|
|
9433
|
-
if (X === void 0) {
|
|
9434
|
-
const oe = te.insertBefore(lt(), re), ne = te.insertBefore(lt(), re);
|
|
9435
|
-
X = new et(oe, ne, J, J.options);
|
|
9436
|
-
} else {
|
|
9437
|
-
const oe = X._$AB.nextSibling, ne = X._$AM, de = ne !== J;
|
|
9438
|
-
if (de) {
|
|
9439
|
-
let ce;
|
|
9440
|
-
X._$AQ?.(J), X._$AM = J, X._$AP !== void 0 && (ce = J._$AU) !== ne._$AU && X._$AP(ce);
|
|
9441
|
-
}
|
|
9442
|
-
if (oe !== re || de) {
|
|
9443
|
-
let ce = X._$AA;
|
|
9444
|
-
for (; ce !== oe; ) {
|
|
9445
|
-
const ue = ce.nextSibling;
|
|
9446
|
-
te.insertBefore(ce, re), ce = ue;
|
|
9447
|
-
}
|
|
9448
|
-
}
|
|
9449
|
-
}
|
|
9450
|
-
return X;
|
|
9451
|
-
}, ct = (J, W, X = J) => (J._$AI(W, X), J), ht = {}, dt = (J, W = ht) => J._$AH = W, ut = (J) => J._$AH, pt = (J) => {
|
|
9452
|
-
J._$AP?.(!1, !0);
|
|
9453
|
-
let W = J._$AA;
|
|
9454
|
-
const X = J._$AB.nextSibling;
|
|
9455
|
-
for (; W !== X; ) {
|
|
9456
|
-
const te = W.nextSibling;
|
|
9457
|
-
W.remove(), W = te;
|
|
9458
|
-
}
|
|
9459
|
-
};
|
|
9460
|
-
/**
|
|
9461
|
-
* @license
|
|
9462
|
-
* Copyright 2017 Google LLC
|
|
9463
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
9464
|
-
*/
|
|
9465
|
-
const Jt = (J, W, X) => {
|
|
9466
|
-
const te = /* @__PURE__ */ new Map();
|
|
9467
|
-
for (let re = W; re <= X; re++) te.set(J[re], re);
|
|
9468
|
-
return te;
|
|
9469
|
-
}, Qt = e$J(class extends i$E {
|
|
9470
|
-
constructor(J) {
|
|
9471
|
-
if (super(J), J.type !== t$q.CHILD) throw Error("repeat() can only be used in text expressions");
|
|
9472
|
-
}
|
|
9473
|
-
dt(J, W, X) {
|
|
9474
|
-
let te;
|
|
9475
|
-
X === void 0 ? X = W : W !== void 0 && (te = W);
|
|
9476
|
-
const re = [], oe = [];
|
|
9477
|
-
let ne = 0;
|
|
9478
|
-
for (const de of J) re[ne] = te ? te(de, ne) : ne, oe[ne] = X(de, ne), ne++;
|
|
9479
|
-
return { values: oe, keys: re };
|
|
9480
|
-
}
|
|
9481
|
-
render(J, W, X) {
|
|
9482
|
-
return this.dt(J, W, X).values;
|
|
9483
|
-
}
|
|
9484
|
-
update(J, [W, X, te]) {
|
|
9485
|
-
const re = ut(J), { values: oe, keys: ne } = this.dt(W, X, te);
|
|
9486
|
-
if (!Array.isArray(re)) return this.ut = ne, oe;
|
|
9487
|
-
const de = this.ut ??= [], ce = [];
|
|
9488
|
-
let ue, he, pe = 0, fe = re.length - 1, be = 0, me = oe.length - 1;
|
|
9489
|
-
for (; pe <= fe && be <= me; ) if (re[pe] === null) pe++;
|
|
9490
|
-
else if (re[fe] === null) fe--;
|
|
9491
|
-
else if (de[pe] === ne[be]) ce[be] = ct(re[pe], oe[be]), pe++, be++;
|
|
9492
|
-
else if (de[fe] === ne[me]) ce[me] = ct(re[fe], oe[me]), fe--, me--;
|
|
9493
|
-
else if (de[pe] === ne[me]) ce[me] = ct(re[pe], oe[me]), at(J, ce[me + 1], re[pe]), pe++, me--;
|
|
9494
|
-
else if (de[fe] === ne[be]) ce[be] = ct(re[fe], oe[be]), at(J, re[pe], re[fe]), fe--, be++;
|
|
9495
|
-
else if (ue === void 0 && (ue = Jt(ne, be, me), he = Jt(de, pe, fe)), ue.has(de[pe])) if (ue.has(de[fe])) {
|
|
9496
|
-
const ge = he.get(ne[be]), ve = ge !== void 0 ? re[ge] : null;
|
|
9497
|
-
if (ve === null) {
|
|
9498
|
-
const _e = at(J, re[pe]);
|
|
9499
|
-
ct(_e, oe[be]), ce[be] = _e;
|
|
9500
|
-
} else ce[be] = ct(ve, oe[be]), at(J, re[pe], ve), re[ge] = null;
|
|
9501
|
-
be++;
|
|
9502
|
-
} else pt(re[fe]), fe--;
|
|
9503
|
-
else pt(re[pe]), pe++;
|
|
9504
|
-
for (; be <= me; ) {
|
|
9505
|
-
const ge = at(J, ce[me + 1]);
|
|
9506
|
-
ct(ge, oe[be]), ce[be++] = ge;
|
|
9507
|
-
}
|
|
9508
|
-
for (; pe <= fe; ) {
|
|
9509
|
-
const ge = re[pe++];
|
|
9510
|
-
ge !== null && pt(ge);
|
|
9511
|
-
}
|
|
9512
|
-
return this.ut = ne, dt(J, ce), R$3;
|
|
9513
|
-
}
|
|
9514
|
-
}), template$o = (J) => {
|
|
9515
|
-
const W = (X) => ke$1`
|
|
9516
|
-
<div class="pdf-item">
|
|
9517
|
-
<dss-checkbox @onChange=${() => J.setActivePdf(X.id)}>
|
|
9518
|
-
<input
|
|
9519
|
-
slot="input"
|
|
9520
|
-
type="checkbox"
|
|
9521
|
-
aria-label="Label"
|
|
9522
|
-
.checked=${J.activePdfs.some((te) => te.id === X.id)}
|
|
9523
|
-
>
|
|
9524
|
-
</dss-checkbox>
|
|
9525
|
-
<div class="container">
|
|
9526
|
-
<div class="header-icons">
|
|
9527
|
-
<dss-icon-button size="md" variant="error" icon="picture_as_pdf"></dss-icon-button>
|
|
9528
|
-
<dss-icon-button size="md" variant="error" icon="close" @click=${() => J.removePdf(X.id)}></dss-icon-button>
|
|
9529
|
-
<!-- <dss-icon-button size="md" icon="open_in_new" @click=${() => J.openInNewWindow(X)}></dss-icon-button> -->
|
|
9530
|
-
</div>
|
|
9531
|
-
<div class="data">
|
|
9532
|
-
${X.pdfName}
|
|
9533
|
-
</div>
|
|
9534
|
-
</div>
|
|
9535
|
-
</div>
|
|
9536
|
-
`;
|
|
9537
|
-
return ke$1`
|
|
9538
|
-
<div>
|
|
9539
|
-
${Qt(J.pdfList, (X) => W(X))}
|
|
9540
|
-
</div>
|
|
9541
|
-
`;
|
|
9542
|
-
};
|
|
9543
|
-
var __defProp$o = Object.defineProperty, __decorateClass$v = (J, W, X, te) => {
|
|
9544
|
-
for (var re = void 0, oe = J.length - 1, ne; oe >= 0; oe--)
|
|
9545
|
-
(ne = J[oe]) && (re = ne(W, X, re) || re);
|
|
9546
|
-
return re && __defProp$o(W, X, re), re;
|
|
9547
|
-
};
|
|
9548
|
-
const Hs = class Hs extends h$p {
|
|
9549
|
-
constructor() {
|
|
9550
|
-
super(...arguments), this.activePdfs = [];
|
|
9551
|
-
}
|
|
9552
|
-
render() {
|
|
9553
|
-
return template$o(this);
|
|
9554
|
-
}
|
|
9555
|
-
removePdf(W) {
|
|
9556
|
-
this.dispatchEvent(
|
|
9557
|
-
new CustomEvent("pdf-removed", { detail: W, bubbles: !0, composed: !0 })
|
|
9558
|
-
);
|
|
9559
|
-
}
|
|
9560
|
-
setActivePdf(W) {
|
|
9561
|
-
this.dispatchEvent(
|
|
9562
|
-
new CustomEvent("active-pdf-changed", { detail: W, bubbles: !0, composed: !0 })
|
|
9563
|
-
);
|
|
9564
|
-
}
|
|
9565
|
-
openInNewWindow(W) {
|
|
9566
|
-
const X = W.data.url ? W.data.url : createUrlFromBase64(W.data.b64);
|
|
9567
|
-
X && window.open(X);
|
|
9568
|
-
}
|
|
9569
|
-
};
|
|
9570
|
-
Hs.styles = i$H`
|
|
9571
|
-
${r$L(styles$m)}
|
|
9572
|
-
`;
|
|
9573
|
-
let PdfSelector = Hs;
|
|
9574
|
-
__decorateClass$v([
|
|
9575
|
-
n$B({ type: Array })
|
|
9576
|
-
], PdfSelector.prototype, "pdfList");
|
|
9577
|
-
__decorateClass$v([
|
|
9578
|
-
n$B({ type: Array })
|
|
9579
|
-
], PdfSelector.prototype, "activePdfs");
|
|
9453
|
+
}, pdfViewerId = "pdf-viewer";
|
|
9580
9454
|
class PdfViewerManager {
|
|
9581
9455
|
constructor(W, X) {
|
|
9582
|
-
this.broker = W, this.notificationService = X, this.pdfs = [], this.activePdf = null,
|
|
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);
|
|
9583
9457
|
}
|
|
9584
9458
|
add(W, X) {
|
|
9585
9459
|
const re = { id: generateId(), pdfName: W, data: X };
|
|
@@ -9591,7 +9465,7 @@ class PdfViewerManager {
|
|
|
9591
9465
|
this.notificationService.error(translate$1("pdfManager.duplicatedSource"));
|
|
9592
9466
|
return;
|
|
9593
9467
|
}
|
|
9594
|
-
this.
|
|
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(() => {
|
|
9595
9469
|
const oe = `${primariaShellId}::${pdfViewerId}`;
|
|
9596
9470
|
showNavItemTooltip(oe, translate$1("pdfManager.tooltipMessage"));
|
|
9597
9471
|
}, 100));
|
|
@@ -9602,11 +9476,8 @@ class PdfViewerManager {
|
|
|
9602
9476
|
getPdfs() {
|
|
9603
9477
|
return this.pdfs;
|
|
9604
9478
|
}
|
|
9605
|
-
registerNavButton() {
|
|
9606
|
-
registerPdfViewerNavItem();
|
|
9607
|
-
}
|
|
9608
9479
|
}
|
|
9609
|
-
const createPdfViewerManager = (J, W) => new PdfViewerManager(J, W), styles$
|
|
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`
|
|
9610
9481
|
<div class="container">
|
|
9611
9482
|
<div class="title">${translate$1("busyManager.title")}</div>
|
|
9612
9483
|
<div class="list">
|
|
@@ -9620,15 +9491,15 @@ const createPdfViewerManager = (J, W) => new PdfViewerManager(J, W), styles$l =
|
|
|
9620
9491
|
)}
|
|
9621
9492
|
</div>
|
|
9622
9493
|
</div>
|
|
9623
|
-
`,
|
|
9494
|
+
`, Hs = class Hs extends h$p {
|
|
9624
9495
|
render() {
|
|
9625
|
-
return ke$1`${template$
|
|
9496
|
+
return ke$1`${template$o(this)}`;
|
|
9626
9497
|
}
|
|
9627
9498
|
};
|
|
9628
|
-
|
|
9629
|
-
${r$L(styles$
|
|
9499
|
+
Hs.styles = i$H`
|
|
9500
|
+
${r$L(styles$m)}
|
|
9630
9501
|
`;
|
|
9631
|
-
let PluginBusyList =
|
|
9502
|
+
let PluginBusyList = Hs;
|
|
9632
9503
|
class PluginBusyManagerImpl {
|
|
9633
9504
|
constructor() {
|
|
9634
9505
|
this.tasks = [], customElements.get("plugin-busy-list") || t$t("plugin-busy-list")(PluginBusyList);
|
|
@@ -9850,7 +9721,7 @@ class ImportDataManagerImpl {
|
|
|
9850
9721
|
async import(W) {
|
|
9851
9722
|
this.currentImporterId = W, this.selectedItems = {}, this.pluginTexts = {};
|
|
9852
9723
|
try {
|
|
9853
|
-
const { ImportDataManagerModal: X } = await import("./component-
|
|
9724
|
+
const { ImportDataManagerModal: X } = await import("./component-DeWZp8Xu.js"), { confirmed: te } = await this.interactionService.confirm(
|
|
9854
9725
|
void 0,
|
|
9855
9726
|
{ component: X },
|
|
9856
9727
|
{
|
|
@@ -11415,7 +11286,7 @@ const container = new Container(), { lazyInject } = getDecorators(container), bi
|
|
|
11415
11286
|
}, unbindDeps = () => {
|
|
11416
11287
|
container.unbind(TYPES.primaryApi), container.unbind(TYPES.store);
|
|
11417
11288
|
};
|
|
11418
|
-
var __getOwnPropDesc$j = Object.getOwnPropertyDescriptor, __decorateClass$
|
|
11289
|
+
var __getOwnPropDesc$j = Object.getOwnPropertyDescriptor, __decorateClass$v = (J, W, X, te) => {
|
|
11419
11290
|
for (var re = te > 1 ? void 0 : te ? __getOwnPropDesc$j(W, X) : W, oe = J.length - 1, ne; oe >= 0; oe--)
|
|
11420
11291
|
(ne = J[oe]) && (re = ne(re) || re);
|
|
11421
11292
|
return re;
|
|
@@ -11425,7 +11296,7 @@ let StoreBaseHandler = class {
|
|
|
11425
11296
|
this.store = J;
|
|
11426
11297
|
}
|
|
11427
11298
|
};
|
|
11428
|
-
StoreBaseHandler = __decorateClass$
|
|
11299
|
+
StoreBaseHandler = __decorateClass$v([
|
|
11429
11300
|
injectable(),
|
|
11430
11301
|
__decorateParam$5(0, inject(TYPES.store))
|
|
11431
11302
|
], StoreBaseHandler);
|
|
@@ -11434,7 +11305,7 @@ let ApiBaseHandler = class {
|
|
|
11434
11305
|
this.api = J;
|
|
11435
11306
|
}
|
|
11436
11307
|
};
|
|
11437
|
-
ApiBaseHandler = __decorateClass$
|
|
11308
|
+
ApiBaseHandler = __decorateClass$v([
|
|
11438
11309
|
injectable(),
|
|
11439
11310
|
__decorateParam$5(0, inject(TYPES.primaryApi))
|
|
11440
11311
|
], ApiBaseHandler);
|
|
@@ -11443,7 +11314,7 @@ let BaseHandler = class {
|
|
|
11443
11314
|
this.store = J, this.api = W;
|
|
11444
11315
|
}
|
|
11445
11316
|
};
|
|
11446
|
-
BaseHandler = __decorateClass$
|
|
11317
|
+
BaseHandler = __decorateClass$v([
|
|
11447
11318
|
injectable(),
|
|
11448
11319
|
__decorateParam$5(0, inject(TYPES.store)),
|
|
11449
11320
|
__decorateParam$5(1, inject(TYPES.primaryApi))
|
|
@@ -11696,30 +11567,30 @@ const bootstrapAddHistoryItems = (J, W) => {
|
|
|
11696
11567
|
function connectedProperty(J, W = {}) {
|
|
11697
11568
|
return createConnectedProperty(store)(J, W);
|
|
11698
11569
|
}
|
|
11699
|
-
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$
|
|
11700
|
-
var __defProp$
|
|
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) => {
|
|
11701
11572
|
for (var re = te > 1 ? void 0 : te ? __getOwnPropDesc$i(W, X) : W, oe = J.length - 1, ne; oe >= 0; oe--)
|
|
11702
11573
|
(ne = J[oe]) && (re = (te ? ne(W, X, re) : ne(re)) || re);
|
|
11703
|
-
return te && re && __defProp$
|
|
11574
|
+
return te && re && __defProp$o(W, X, re), re;
|
|
11704
11575
|
};
|
|
11705
11576
|
let ActivityHistoryBusy = class extends h$p {
|
|
11706
11577
|
render() {
|
|
11707
|
-
return ke$1`${template$
|
|
11578
|
+
return ke$1`${template$n(this)}`;
|
|
11708
11579
|
}
|
|
11709
11580
|
get skeletons() {
|
|
11710
11581
|
return Array.from({ length: 12 }, () => ke$1`<dss-skeleton width="100" height="10"></dss-skeleton>`);
|
|
11711
11582
|
}
|
|
11712
11583
|
};
|
|
11713
11584
|
ActivityHistoryBusy.styles = i$H`
|
|
11714
|
-
${r$L(styles$
|
|
11585
|
+
${r$L(styles$l)}
|
|
11715
11586
|
`;
|
|
11716
|
-
__decorateClass$
|
|
11587
|
+
__decorateClass$u([
|
|
11717
11588
|
connectedProperty(isSomeCollectionLoadedAndOtherLoading)
|
|
11718
11589
|
], ActivityHistoryBusy.prototype, "isSomeCollectionLoadedAndOtherLoading", 2);
|
|
11719
|
-
__decorateClass$
|
|
11590
|
+
__decorateClass$u([
|
|
11720
11591
|
connectedProperty(isEmptyDataAndOtherLoading)
|
|
11721
11592
|
], ActivityHistoryBusy.prototype, "isEmptyDataAndOtherLoading", 2);
|
|
11722
|
-
ActivityHistoryBusy = __decorateClass$
|
|
11593
|
+
ActivityHistoryBusy = __decorateClass$u([
|
|
11723
11594
|
t$t("activity-history-busy")
|
|
11724
11595
|
], ActivityHistoryBusy);
|
|
11725
11596
|
class HandleHistoryItemsAddError {
|
|
@@ -11746,7 +11617,7 @@ const bootstrapHandleHistoryItemsAddError = (J) => {
|
|
|
11746
11617
|
teardownHandleHistoryItemsAddError(), request$h = J.registerRequest(HandleHistoryItemsAddError, HandleHistoryItemsAddErrorHandler);
|
|
11747
11618
|
}, teardownHandleHistoryItemsAddError = () => {
|
|
11748
11619
|
request$h?.dispose();
|
|
11749
|
-
}, styles$
|
|
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) => {
|
|
11750
11621
|
const { arrayElements: W, text: X } = J;
|
|
11751
11622
|
return ke$1`
|
|
11752
11623
|
<div class="wrapper">
|
|
@@ -11788,10 +11659,10 @@ const bootstrapHandleHistoryItemsAddError = (J) => {
|
|
|
11788
11659
|
</div>` : D$7}
|
|
11789
11660
|
</div>`;
|
|
11790
11661
|
};
|
|
11791
|
-
var __defProp$
|
|
11662
|
+
var __defProp$n = Object.defineProperty, __getOwnPropDesc$h = Object.getOwnPropertyDescriptor, __decorateClass$t = (J, W, X, te) => {
|
|
11792
11663
|
for (var re = te > 1 ? void 0 : te ? __getOwnPropDesc$h(W, X) : W, oe = J.length - 1, ne; oe >= 0; oe--)
|
|
11793
11664
|
(ne = J[oe]) && (re = (te ? ne(W, X, re) : ne(re)) || re);
|
|
11794
|
-
return te && re && __defProp$
|
|
11665
|
+
return te && re && __defProp$n(W, X, re), re;
|
|
11795
11666
|
};
|
|
11796
11667
|
let ExportPdfModal = class extends h$p {
|
|
11797
11668
|
constructor() {
|
|
@@ -11804,12 +11675,12 @@ let ExportPdfModal = class extends h$p {
|
|
|
11804
11675
|
}
|
|
11805
11676
|
render() {
|
|
11806
11677
|
return ke$1`
|
|
11807
|
-
${template$
|
|
11678
|
+
${template$m(this)}
|
|
11808
11679
|
`;
|
|
11809
11680
|
}
|
|
11810
11681
|
static get styles() {
|
|
11811
11682
|
return i$H`
|
|
11812
|
-
${r$L(styles$
|
|
11683
|
+
${r$L(styles$k)}
|
|
11813
11684
|
`;
|
|
11814
11685
|
}
|
|
11815
11686
|
handleTest() {
|
|
@@ -11819,22 +11690,22 @@ let ExportPdfModal = class extends h$p {
|
|
|
11819
11690
|
);
|
|
11820
11691
|
}
|
|
11821
11692
|
};
|
|
11822
|
-
__decorateClass$
|
|
11693
|
+
__decorateClass$t([
|
|
11823
11694
|
n$B()
|
|
11824
11695
|
], ExportPdfModal.prototype, "selectedRadioOption", 2);
|
|
11825
|
-
__decorateClass$
|
|
11696
|
+
__decorateClass$t([
|
|
11826
11697
|
n$B()
|
|
11827
11698
|
], ExportPdfModal.prototype, "text", 2);
|
|
11828
|
-
__decorateClass$
|
|
11699
|
+
__decorateClass$t([
|
|
11829
11700
|
n$B()
|
|
11830
11701
|
], ExportPdfModal.prototype, "selectedVisibilityLevelElement", 2);
|
|
11831
|
-
__decorateClass$
|
|
11702
|
+
__decorateClass$t([
|
|
11832
11703
|
n$B()
|
|
11833
11704
|
], ExportPdfModal.prototype, "selectedPeriodDate", 2);
|
|
11834
|
-
__decorateClass$
|
|
11705
|
+
__decorateClass$t([
|
|
11835
11706
|
n$B({ type: Array })
|
|
11836
11707
|
], ExportPdfModal.prototype, "arrayElements", 2);
|
|
11837
|
-
ExportPdfModal = __decorateClass$
|
|
11708
|
+
ExportPdfModal = __decorateClass$t([
|
|
11838
11709
|
t$t("export-pdf-modal")
|
|
11839
11710
|
], ExportPdfModal);
|
|
11840
11711
|
class ExportToPdfHandler extends ApiBaseHandler {
|
|
@@ -12183,7 +12054,7 @@ class SetUpFiltersCommand {
|
|
|
12183
12054
|
this.payload = W;
|
|
12184
12055
|
}
|
|
12185
12056
|
}
|
|
12186
|
-
const styles$
|
|
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}";
|
|
12187
12058
|
/**
|
|
12188
12059
|
* @license
|
|
12189
12060
|
* Copyright 2021 Google LLC
|
|
@@ -12213,7 +12084,7 @@ const filterTemplates = {
|
|
|
12213
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);
|
|
12214
12085
|
}, ce = re && te ? J.enabledValues?.includes(te.id) : J.enabled, ue = re && te || J.singleOption ? X.enabled : !0;
|
|
12215
12086
|
return filterTemplates[J.type]?.(oe, ne, de, ce, ue) || ke$1``;
|
|
12216
|
-
}, template$
|
|
12087
|
+
}, template$l = (J) => ke$1`
|
|
12217
12088
|
<div class="filters-sidebar" ?expanded=${J.filtersExpanded} >
|
|
12218
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>
|
|
12219
12090
|
<div class="filter-container">
|
|
@@ -12288,17 +12159,17 @@ const filterTemplates = {
|
|
|
12288
12159
|
`
|
|
12289
12160
|
);
|
|
12290
12161
|
};
|
|
12291
|
-
var __defProp$
|
|
12162
|
+
var __defProp$m = Object.defineProperty, __getOwnPropDesc$g = Object.getOwnPropertyDescriptor, __decorateClass$s = (J, W, X, te) => {
|
|
12292
12163
|
for (var re = te > 1 ? void 0 : te ? __getOwnPropDesc$g(W, X) : W, oe = J.length - 1, ne; oe >= 0; oe--)
|
|
12293
12164
|
(ne = J[oe]) && (re = (te ? ne(W, X, re) : ne(re)) || re);
|
|
12294
|
-
return te && re && __defProp$
|
|
12165
|
+
return te && re && __defProp$m(W, X, re), re;
|
|
12295
12166
|
};
|
|
12296
12167
|
let ActivityHistoryFilters = class extends h$p {
|
|
12297
12168
|
constructor() {
|
|
12298
12169
|
super(...arguments), this.filtersExpanded = !1;
|
|
12299
12170
|
}
|
|
12300
12171
|
render() {
|
|
12301
|
-
return ke$1`${template$
|
|
12172
|
+
return ke$1`${template$l(this)}`;
|
|
12302
12173
|
}
|
|
12303
12174
|
updated(J) {
|
|
12304
12175
|
J.has("wrapperMaximized") && (this.filtersExpanded = this.wrapperMaximized);
|
|
@@ -12337,30 +12208,30 @@ let ActivityHistoryFilters = class extends h$p {
|
|
|
12337
12208
|
}
|
|
12338
12209
|
};
|
|
12339
12210
|
ActivityHistoryFilters.styles = i$H`
|
|
12340
|
-
${r$L(styles$
|
|
12211
|
+
${r$L(styles$j)}
|
|
12341
12212
|
`;
|
|
12342
|
-
__decorateClass$
|
|
12213
|
+
__decorateClass$s([
|
|
12343
12214
|
connectedProperty(activityHistoryCommonFiltersSelector)
|
|
12344
12215
|
], ActivityHistoryFilters.prototype, "commonFilters", 2);
|
|
12345
|
-
__decorateClass$
|
|
12216
|
+
__decorateClass$s([
|
|
12346
12217
|
connectedProperty(customFilterGroupsWithOptionsSelector)
|
|
12347
12218
|
], ActivityHistoryFilters.prototype, "customFilterGroups", 2);
|
|
12348
|
-
__decorateClass$
|
|
12219
|
+
__decorateClass$s([
|
|
12349
12220
|
connectedProperty(upFilterSelector)
|
|
12350
12221
|
], ActivityHistoryFilters.prototype, "upFilter", 2);
|
|
12351
|
-
__decorateClass$
|
|
12222
|
+
__decorateClass$s([
|
|
12352
12223
|
connectedProperty(upFilterEnabledValuesSelector)
|
|
12353
12224
|
], ActivityHistoryFilters.prototype, "upFilterEnabledValues", 2);
|
|
12354
|
-
__decorateClass$
|
|
12225
|
+
__decorateClass$s([
|
|
12355
12226
|
lazyInject(TYPES.primaryApi)
|
|
12356
12227
|
], ActivityHistoryFilters.prototype, "api", 2);
|
|
12357
|
-
__decorateClass$
|
|
12228
|
+
__decorateClass$s([
|
|
12358
12229
|
r$I()
|
|
12359
12230
|
], ActivityHistoryFilters.prototype, "filtersExpanded", 2);
|
|
12360
|
-
__decorateClass$
|
|
12231
|
+
__decorateClass$s([
|
|
12361
12232
|
n$B({ type: Boolean })
|
|
12362
12233
|
], ActivityHistoryFilters.prototype, "wrapperMaximized", 2);
|
|
12363
|
-
ActivityHistoryFilters = __decorateClass$
|
|
12234
|
+
ActivityHistoryFilters = __decorateClass$s([
|
|
12364
12235
|
t$t("activity-history-filters")
|
|
12365
12236
|
], ActivityHistoryFilters);
|
|
12366
12237
|
const { setCommonFilterValue } = activityHistoryFiltersSlice.actions;
|
|
@@ -12567,7 +12438,7 @@ class le extends i$E {
|
|
|
12567
12438
|
}
|
|
12568
12439
|
}
|
|
12569
12440
|
le.directiveName = "unsafeHTML", le.resultType = 1;
|
|
12570
|
-
const ae = e$J(le), styles$
|
|
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}";
|
|
12571
12442
|
function toDate(J) {
|
|
12572
12443
|
const W = Object.prototype.toString.call(J);
|
|
12573
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);
|
|
@@ -15348,26 +15219,26 @@ function cleanEscapedString(J) {
|
|
|
15348
15219
|
* Copyright 2018 Google LLC
|
|
15349
15220
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
15350
15221
|
*/
|
|
15351
|
-
const to = (J) => J ?? D$7, styles$
|
|
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`
|
|
15352
15223
|
<div class="grouping-busy-container">
|
|
15353
15224
|
<dss-spinner size="sm"></dss-spinner>
|
|
15354
15225
|
<div>${translate("isGrouping")}</div>
|
|
15355
15226
|
</div>
|
|
15356
15227
|
`;
|
|
15357
|
-
var __getOwnPropDesc$f = Object.getOwnPropertyDescriptor, __decorateClass$
|
|
15228
|
+
var __getOwnPropDesc$f = Object.getOwnPropertyDescriptor, __decorateClass$r = (J, W, X, te) => {
|
|
15358
15229
|
for (var re = te > 1 ? void 0 : te ? __getOwnPropDesc$f(W, X) : W, oe = J.length - 1, ne; oe >= 0; oe--)
|
|
15359
15230
|
(ne = J[oe]) && (re = ne(re) || re);
|
|
15360
15231
|
return re;
|
|
15361
15232
|
};
|
|
15362
15233
|
let ActivityHistoryIsGroupingBusy = class extends h$p {
|
|
15363
15234
|
render() {
|
|
15364
|
-
return template$
|
|
15235
|
+
return template$k();
|
|
15365
15236
|
}
|
|
15366
15237
|
};
|
|
15367
15238
|
ActivityHistoryIsGroupingBusy.styles = i$H`
|
|
15368
|
-
${r$L(styles$
|
|
15239
|
+
${r$L(styles$h)}
|
|
15369
15240
|
`;
|
|
15370
|
-
ActivityHistoryIsGroupingBusy = __decorateClass$
|
|
15241
|
+
ActivityHistoryIsGroupingBusy = __decorateClass$r([
|
|
15371
15242
|
t$t("activity-history-is-grouping-busy")
|
|
15372
15243
|
], ActivityHistoryIsGroupingBusy);
|
|
15373
15244
|
function shouldShowRole(J) {
|
|
@@ -15387,7 +15258,7 @@ const hasItemDivider = (J, W) => {
|
|
|
15387
15258
|
subGroup: te
|
|
15388
15259
|
}));
|
|
15389
15260
|
return [...W, ...X].sort((te, re) => re.date.getTime() - te.date.getTime());
|
|
15390
|
-
}, 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$
|
|
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`
|
|
15391
15262
|
<div class="container">
|
|
15392
15263
|
<activity-history-full-data-error></activity-history-full-data-error>
|
|
15393
15264
|
<activity-history-partial-data-error></activity-history-partial-data-error>
|
|
@@ -15587,10 +15458,10 @@ class VirtualScroller {
|
|
|
15587
15458
|
}), re;
|
|
15588
15459
|
}
|
|
15589
15460
|
}
|
|
15590
|
-
var __defProp$
|
|
15461
|
+
var __defProp$l = Object.defineProperty, __getOwnPropDesc$e = Object.getOwnPropertyDescriptor, __decorateClass$q = (J, W, X, te) => {
|
|
15591
15462
|
for (var re = te > 1 ? void 0 : te ? __getOwnPropDesc$e(W, X) : W, oe = J.length - 1, ne; oe >= 0; oe--)
|
|
15592
15463
|
(ne = J[oe]) && (re = (te ? ne(W, X, re) : ne(re)) || re);
|
|
15593
|
-
return te && re && __defProp$
|
|
15464
|
+
return te && re && __defProp$l(W, X, re), re;
|
|
15594
15465
|
};
|
|
15595
15466
|
let ActivityHistoryTimeline = class extends h$p {
|
|
15596
15467
|
constructor() {
|
|
@@ -15606,7 +15477,7 @@ let ActivityHistoryTimeline = class extends h$p {
|
|
|
15606
15477
|
}
|
|
15607
15478
|
render() {
|
|
15608
15479
|
return ke$1`
|
|
15609
|
-
${template$
|
|
15480
|
+
${template$j(this)}
|
|
15610
15481
|
`;
|
|
15611
15482
|
}
|
|
15612
15483
|
connectedCallback() {
|
|
@@ -15684,39 +15555,39 @@ let ActivityHistoryTimeline = class extends h$p {
|
|
|
15684
15555
|
}
|
|
15685
15556
|
};
|
|
15686
15557
|
ActivityHistoryTimeline.styles = i$H`
|
|
15687
|
-
${r$L(styles$
|
|
15558
|
+
${r$L(styles$i)}
|
|
15688
15559
|
`;
|
|
15689
|
-
__decorateClass$
|
|
15560
|
+
__decorateClass$q([
|
|
15690
15561
|
connectedProperty(activityHistoryGroupedItems)
|
|
15691
15562
|
], ActivityHistoryTimeline.prototype, "historyGroups", 2);
|
|
15692
|
-
__decorateClass$
|
|
15563
|
+
__decorateClass$q([
|
|
15693
15564
|
connectedProperty(isSomeCollectionLoadedAndOtherLoading)
|
|
15694
15565
|
], ActivityHistoryTimeline.prototype, "isSomeCollectionLoadedAndOtherLoading", 2);
|
|
15695
|
-
__decorateClass$
|
|
15566
|
+
__decorateClass$q([
|
|
15696
15567
|
connectedProperty(isAnyCollectionBusySelector)
|
|
15697
15568
|
], ActivityHistoryTimeline.prototype, "isAnyCollectionBusy", 2);
|
|
15698
|
-
__decorateClass$
|
|
15569
|
+
__decorateClass$q([
|
|
15699
15570
|
connectedProperty(activityHistorySearchStringSelector)
|
|
15700
15571
|
], ActivityHistoryTimeline.prototype, "searchString", 2);
|
|
15701
|
-
__decorateClass$
|
|
15572
|
+
__decorateClass$q([
|
|
15702
15573
|
e$M(".virtual-container")
|
|
15703
15574
|
], ActivityHistoryTimeline.prototype, "_virtualContainer", 2);
|
|
15704
|
-
__decorateClass$
|
|
15575
|
+
__decorateClass$q([
|
|
15705
15576
|
e$M(".virtual-viewport")
|
|
15706
15577
|
], ActivityHistoryTimeline.prototype, "_viewport", 2);
|
|
15707
|
-
__decorateClass$
|
|
15578
|
+
__decorateClass$q([
|
|
15708
15579
|
e$M(".virtual-content")
|
|
15709
15580
|
], ActivityHistoryTimeline.prototype, "_content", 2);
|
|
15710
|
-
__decorateClass$
|
|
15581
|
+
__decorateClass$q([
|
|
15711
15582
|
r$I()
|
|
15712
15583
|
], ActivityHistoryTimeline.prototype, "_virtualScrollerState", 2);
|
|
15713
|
-
__decorateClass$
|
|
15584
|
+
__decorateClass$q([
|
|
15714
15585
|
r$I()
|
|
15715
15586
|
], ActivityHistoryTimeline.prototype, "_canShowNoDataMessage", 2);
|
|
15716
|
-
ActivityHistoryTimeline = __decorateClass$
|
|
15587
|
+
ActivityHistoryTimeline = __decorateClass$q([
|
|
15717
15588
|
t$t("activity-history-timeline")
|
|
15718
15589
|
], ActivityHistoryTimeline);
|
|
15719
|
-
const template$
|
|
15590
|
+
const template$i = (J) => {
|
|
15720
15591
|
const W = J.areCustomFiltersActive || J.areCommonFiltersActive || J.areDiagnosticFiltersActive || J.areUpFiltersActive;
|
|
15721
15592
|
return !W && J.searchString.length < 1 ? D$7 : ke$1`
|
|
15722
15593
|
<div class="active-filters-header">
|
|
@@ -15724,39 +15595,39 @@ const template$h = (J) => {
|
|
|
15724
15595
|
${nn(J.searchString.length > 1, () => ke$1`<activity-history-search-results searchQuery=${J.searchString}></activity-history-search-results>`)}
|
|
15725
15596
|
</div>
|
|
15726
15597
|
`;
|
|
15727
|
-
}, styles$
|
|
15728
|
-
var __defProp$
|
|
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) => {
|
|
15729
15600
|
for (var re = te > 1 ? void 0 : te ? __getOwnPropDesc$d(W, X) : W, oe = J.length - 1, ne; oe >= 0; oe--)
|
|
15730
15601
|
(ne = J[oe]) && (re = (te ? ne(W, X, re) : ne(re)) || re);
|
|
15731
|
-
return te && re && __defProp$
|
|
15602
|
+
return te && re && __defProp$k(W, X, re), re;
|
|
15732
15603
|
};
|
|
15733
15604
|
let ActiveFiltersHeader = class extends h$p {
|
|
15734
15605
|
render() {
|
|
15735
|
-
return ke$1`${template$
|
|
15606
|
+
return ke$1`${template$i(this)}`;
|
|
15736
15607
|
}
|
|
15737
15608
|
};
|
|
15738
15609
|
ActiveFiltersHeader.styles = i$H`
|
|
15739
|
-
${r$L(styles$
|
|
15610
|
+
${r$L(styles$g)}
|
|
15740
15611
|
`;
|
|
15741
|
-
__decorateClass$
|
|
15612
|
+
__decorateClass$p([
|
|
15742
15613
|
connectedProperty(activityHistorySearchStringSelector)
|
|
15743
15614
|
], ActiveFiltersHeader.prototype, "searchString", 2);
|
|
15744
|
-
__decorateClass$
|
|
15615
|
+
__decorateClass$p([
|
|
15745
15616
|
connectedProperty(areCustomFiltersActive)
|
|
15746
15617
|
], ActiveFiltersHeader.prototype, "areCustomFiltersActive", 2);
|
|
15747
|
-
__decorateClass$
|
|
15618
|
+
__decorateClass$p([
|
|
15748
15619
|
connectedProperty(areCommonFiltersActive)
|
|
15749
15620
|
], ActiveFiltersHeader.prototype, "areCommonFiltersActive", 2);
|
|
15750
|
-
__decorateClass$
|
|
15621
|
+
__decorateClass$p([
|
|
15751
15622
|
connectedProperty(areDiagnosticFiltersActive)
|
|
15752
15623
|
], ActiveFiltersHeader.prototype, "areDiagnosticFiltersActive", 2);
|
|
15753
|
-
__decorateClass$
|
|
15624
|
+
__decorateClass$p([
|
|
15754
15625
|
connectedProperty(areUpFiltersActive)
|
|
15755
15626
|
], ActiveFiltersHeader.prototype, "areUpFiltersActive", 2);
|
|
15756
|
-
ActiveFiltersHeader = __decorateClass$
|
|
15627
|
+
ActiveFiltersHeader = __decorateClass$p([
|
|
15757
15628
|
t$t("active-filters-header")
|
|
15758
15629
|
], ActiveFiltersHeader);
|
|
15759
|
-
const styles$
|
|
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`
|
|
15760
15631
|
${J.isAllDataFailedToLoad ? renderErrorFeedback(J) : D$7}
|
|
15761
15632
|
`, renderErrorFeedback = (J) => ke$1`
|
|
15762
15633
|
<div class="container">
|
|
@@ -15771,38 +15642,38 @@ const styles$e = ":host{width:100%}.container{display:flex;align-items:center;fl
|
|
|
15771
15642
|
const W = J.activityHistoryCollections.collections;
|
|
15772
15643
|
return Object.values(W).every((X) => !X.items || X.items.length === 0);
|
|
15773
15644
|
}, isAllDataFailedToLoad = (J) => !isSomeCollectionLoadedAndOtherLoading(J) && isErrorOccurred(J) && areCollectionsEmpty(J), selectErrorMessages = (J) => J.activityHistoryCollections.error;
|
|
15774
|
-
var __defProp$
|
|
15645
|
+
var __defProp$j = Object.defineProperty, __getOwnPropDesc$c = Object.getOwnPropertyDescriptor, __decorateClass$o = (J, W, X, te) => {
|
|
15775
15646
|
for (var re = te > 1 ? void 0 : te ? __getOwnPropDesc$c(W, X) : W, oe = J.length - 1, ne; oe >= 0; oe--)
|
|
15776
15647
|
(ne = J[oe]) && (re = (te ? ne(W, X, re) : ne(re)) || re);
|
|
15777
|
-
return te && re && __defProp$
|
|
15648
|
+
return te && re && __defProp$j(W, X, re), re;
|
|
15778
15649
|
};
|
|
15779
15650
|
let ActivityHistoryFullDataError = class extends h$p {
|
|
15780
15651
|
constructor() {
|
|
15781
15652
|
super(...arguments), this.errorMessages = [];
|
|
15782
15653
|
}
|
|
15783
15654
|
render() {
|
|
15784
|
-
return ke$1`${template$
|
|
15655
|
+
return ke$1`${template$h(this)}`;
|
|
15785
15656
|
}
|
|
15786
15657
|
handleClickFeedback() {
|
|
15787
15658
|
this.api.broker.send(new HandleHistoryItemsAddError(this.errorMessages));
|
|
15788
15659
|
}
|
|
15789
15660
|
};
|
|
15790
15661
|
ActivityHistoryFullDataError.styles = i$H`
|
|
15791
|
-
${r$L(styles$
|
|
15662
|
+
${r$L(styles$f)}
|
|
15792
15663
|
`;
|
|
15793
|
-
__decorateClass$
|
|
15664
|
+
__decorateClass$o([
|
|
15794
15665
|
connectedProperty(isAllDataFailedToLoad)
|
|
15795
15666
|
], ActivityHistoryFullDataError.prototype, "isAllDataFailedToLoad", 2);
|
|
15796
|
-
__decorateClass$
|
|
15667
|
+
__decorateClass$o([
|
|
15797
15668
|
connectedProperty(selectErrorMessages)
|
|
15798
15669
|
], ActivityHistoryFullDataError.prototype, "errorMessages", 2);
|
|
15799
|
-
__decorateClass$
|
|
15670
|
+
__decorateClass$o([
|
|
15800
15671
|
lazyInject(TYPES.primaryApi)
|
|
15801
15672
|
], ActivityHistoryFullDataError.prototype, "api", 2);
|
|
15802
|
-
ActivityHistoryFullDataError = __decorateClass$
|
|
15673
|
+
ActivityHistoryFullDataError = __decorateClass$o([
|
|
15803
15674
|
t$t("activity-history-full-data-error")
|
|
15804
15675
|
], ActivityHistoryFullDataError);
|
|
15805
|
-
const styles$
|
|
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) => {
|
|
15806
15677
|
const W = J.getCombinedMessage();
|
|
15807
15678
|
return ke$1`
|
|
15808
15679
|
${J.isErrorOccurred ? renderPartialErrorAlert(J, W) : D$7}
|
|
@@ -15812,17 +15683,17 @@ const styles$d = ":host{width:100%}.container{display:flex;align-items:center;fl
|
|
|
15812
15683
|
<dss-alert @onButtonClick=${J.handleClickAlert} state="warning" size="lg" message="${W}" buttonLabel=${translate("error.partial.refresh")} hasbutton></dss-alert>
|
|
15813
15684
|
</div>
|
|
15814
15685
|
`;
|
|
15815
|
-
var __defProp$
|
|
15686
|
+
var __defProp$i = Object.defineProperty, __getOwnPropDesc$b = Object.getOwnPropertyDescriptor, __decorateClass$n = (J, W, X, te) => {
|
|
15816
15687
|
for (var re = te > 1 ? void 0 : te ? __getOwnPropDesc$b(W, X) : W, oe = J.length - 1, ne; oe >= 0; oe--)
|
|
15817
15688
|
(ne = J[oe]) && (re = (te ? ne(W, X, re) : ne(re)) || re);
|
|
15818
|
-
return te && re && __defProp$
|
|
15689
|
+
return te && re && __defProp$i(W, X, re), re;
|
|
15819
15690
|
};
|
|
15820
15691
|
let ActivityHistoryPartialDataError = class extends h$p {
|
|
15821
15692
|
constructor() {
|
|
15822
15693
|
super(...arguments), this.errorMessages = [];
|
|
15823
15694
|
}
|
|
15824
15695
|
render() {
|
|
15825
|
-
return ke$1`${template$
|
|
15696
|
+
return ke$1`${template$g(this)}`;
|
|
15826
15697
|
}
|
|
15827
15698
|
handleClickAlert() {
|
|
15828
15699
|
this.api.broker.send(new HandleHistoryItemsAddError(this.errorMessages));
|
|
@@ -15833,18 +15704,18 @@ let ActivityHistoryPartialDataError = class extends h$p {
|
|
|
15833
15704
|
}
|
|
15834
15705
|
};
|
|
15835
15706
|
ActivityHistoryPartialDataError.styles = i$H`
|
|
15836
|
-
${r$L(styles$
|
|
15707
|
+
${r$L(styles$e)}
|
|
15837
15708
|
`;
|
|
15838
|
-
__decorateClass$
|
|
15709
|
+
__decorateClass$n([
|
|
15839
15710
|
connectedProperty(isErrorOccurred)
|
|
15840
15711
|
], ActivityHistoryPartialDataError.prototype, "isErrorOccurred", 2);
|
|
15841
|
-
__decorateClass$
|
|
15712
|
+
__decorateClass$n([
|
|
15842
15713
|
connectedProperty(selectErrorMessages)
|
|
15843
15714
|
], ActivityHistoryPartialDataError.prototype, "errorMessages", 2);
|
|
15844
|
-
__decorateClass$
|
|
15715
|
+
__decorateClass$n([
|
|
15845
15716
|
lazyInject(TYPES.primaryApi)
|
|
15846
15717
|
], ActivityHistoryPartialDataError.prototype, "api", 2);
|
|
15847
|
-
ActivityHistoryPartialDataError = __decorateClass$
|
|
15718
|
+
ActivityHistoryPartialDataError = __decorateClass$n([
|
|
15848
15719
|
t$t("activity-history-partial-data-error")
|
|
15849
15720
|
], ActivityHistoryPartialDataError);
|
|
15850
15721
|
const { clearActivityHistoryCollections } = activityHistoryCollectionsSlice.actions;
|
|
@@ -15899,46 +15770,46 @@ class SearchActivityHistoryItems {
|
|
|
15899
15770
|
this.searchString = W, this.searchString = W;
|
|
15900
15771
|
}
|
|
15901
15772
|
}
|
|
15902
|
-
const styles$
|
|
15773
|
+
const styles$d = ".search-header{color:var(--color-neutral-900);font-weight:600}", template$f = (J) => ke$1`<div class="search-header">
|
|
15903
15774
|
${translate("searchBarResults")} “${J.searchQuery}”
|
|
15904
15775
|
</div>`;
|
|
15905
|
-
var __defProp$
|
|
15776
|
+
var __defProp$h = Object.defineProperty, __getOwnPropDesc$a = Object.getOwnPropertyDescriptor, __decorateClass$m = (J, W, X, te) => {
|
|
15906
15777
|
for (var re = te > 1 ? void 0 : te ? __getOwnPropDesc$a(W, X) : W, oe = J.length - 1, ne; oe >= 0; oe--)
|
|
15907
15778
|
(ne = J[oe]) && (re = (te ? ne(W, X, re) : ne(re)) || re);
|
|
15908
|
-
return te && re && __defProp$
|
|
15779
|
+
return te && re && __defProp$h(W, X, re), re;
|
|
15909
15780
|
};
|
|
15910
15781
|
let ActivityHistorySearchResults = class extends h$p {
|
|
15911
15782
|
constructor() {
|
|
15912
15783
|
super(...arguments), this.searchQuery = "";
|
|
15913
15784
|
}
|
|
15914
15785
|
render() {
|
|
15915
|
-
return ke$1`${template$
|
|
15786
|
+
return ke$1`${template$f(this)}`;
|
|
15916
15787
|
}
|
|
15917
15788
|
};
|
|
15918
15789
|
ActivityHistorySearchResults.styles = i$H`
|
|
15919
|
-
${r$L(styles$
|
|
15790
|
+
${r$L(styles$d)}
|
|
15920
15791
|
`;
|
|
15921
|
-
__decorateClass$
|
|
15792
|
+
__decorateClass$m([
|
|
15922
15793
|
n$B()
|
|
15923
15794
|
], ActivityHistorySearchResults.prototype, "searchQuery", 2);
|
|
15924
|
-
ActivityHistorySearchResults = __decorateClass$
|
|
15795
|
+
ActivityHistorySearchResults = __decorateClass$m([
|
|
15925
15796
|
t$t("activity-history-search-results")
|
|
15926
15797
|
], ActivityHistorySearchResults);
|
|
15927
|
-
const styles$
|
|
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="">
|
|
15928
15799
|
<label slot="label" for="searchbar1" aria-hidden="false"></label>
|
|
15929
15800
|
<input slot="input" id="searchbar1" type="text" value=${J.searchQuery} @input=${(W) => J._handleSearchChange({ detail: [W.target.value] })}>
|
|
15930
15801
|
</dss-search-bar>`;
|
|
15931
|
-
var __defProp$
|
|
15802
|
+
var __defProp$g = Object.defineProperty, __getOwnPropDesc$9 = Object.getOwnPropertyDescriptor, __decorateClass$l = (J, W, X, te) => {
|
|
15932
15803
|
for (var re = te > 1 ? void 0 : te ? __getOwnPropDesc$9(W, X) : W, oe = J.length - 1, ne; oe >= 0; oe--)
|
|
15933
15804
|
(ne = J[oe]) && (re = (te ? ne(W, X, re) : ne(re)) || re);
|
|
15934
|
-
return te && re && __defProp$
|
|
15805
|
+
return te && re && __defProp$g(W, X, re), re;
|
|
15935
15806
|
};
|
|
15936
15807
|
let ActivityHistorySearchBar = class extends h$p {
|
|
15937
15808
|
constructor() {
|
|
15938
15809
|
super(...arguments), this.searchQuery = "";
|
|
15939
15810
|
}
|
|
15940
15811
|
render() {
|
|
15941
|
-
return ke$1`${template$
|
|
15812
|
+
return ke$1`${template$e(this)}`;
|
|
15942
15813
|
}
|
|
15943
15814
|
_handleSearchChange(J) {
|
|
15944
15815
|
const W = J.detail || [], X = W.length > 0 ? W.join(" ") : "", te = X.length > 1 ? X : "";
|
|
@@ -15946,15 +15817,15 @@ let ActivityHistorySearchBar = class extends h$p {
|
|
|
15946
15817
|
}
|
|
15947
15818
|
};
|
|
15948
15819
|
ActivityHistorySearchBar.styles = i$H`
|
|
15949
|
-
${r$L(styles$
|
|
15820
|
+
${r$L(styles$c)}
|
|
15950
15821
|
`;
|
|
15951
|
-
__decorateClass$
|
|
15822
|
+
__decorateClass$l([
|
|
15952
15823
|
n$B()
|
|
15953
15824
|
], ActivityHistorySearchBar.prototype, "searchQuery", 2);
|
|
15954
|
-
ActivityHistorySearchBar = __decorateClass$
|
|
15825
|
+
ActivityHistorySearchBar = __decorateClass$l([
|
|
15955
15826
|
t$t("activity-history-search-bar")
|
|
15956
15827
|
], ActivityHistorySearchBar);
|
|
15957
|
-
const styles$
|
|
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) => {
|
|
15958
15829
|
const W = J.replace(/veure/gi, "")?.trim();
|
|
15959
15830
|
return W.charAt(0).toUpperCase() + W.slice(1);
|
|
15960
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`
|
|
@@ -15993,7 +15864,7 @@ const styles$a = ":host{display:flex;justify-content:space-between}.filters-cont
|
|
|
15993
15864
|
@click=${() => X._onDeleteUpFilterValue(J)}
|
|
15994
15865
|
@onDelete=${() => X._onDeleteUpFilterValue(J)}
|
|
15995
15866
|
></dss-chip>
|
|
15996
|
-
`, renderFilterTitle = (J) => ke$1`<div class="filter-title">${`${J}:`}</div>`, template$
|
|
15867
|
+
`, renderFilterTitle = (J) => ke$1`<div class="filter-title">${`${J}:`}</div>`, template$d = (J) => {
|
|
15997
15868
|
if (J.enabledFilters.length === 0 && J.enabledCommonFilters.length === 0 && J.diagnosticFilterEnabled?.enabledValues?.length === 0 && J.upFilterEnabled.enabledValues.length === 0)
|
|
15998
15869
|
return D$7;
|
|
15999
15870
|
let W = 0;
|
|
@@ -16063,14 +15934,14 @@ const styles$a = ":host{display:flex;justify-content:space-between}.filters-cont
|
|
|
16063
15934
|
</div>
|
|
16064
15935
|
`;
|
|
16065
15936
|
};
|
|
16066
|
-
var __defProp$
|
|
15937
|
+
var __defProp$f = Object.defineProperty, __getOwnPropDesc$8 = Object.getOwnPropertyDescriptor, __decorateClass$k = (J, W, X, te) => {
|
|
16067
15938
|
for (var re = te > 1 ? void 0 : te ? __getOwnPropDesc$8(W, X) : W, oe = J.length - 1, ne; oe >= 0; oe--)
|
|
16068
15939
|
(ne = J[oe]) && (re = (te ? ne(W, X, re) : ne(re)) || re);
|
|
16069
|
-
return te && re && __defProp$
|
|
15940
|
+
return te && re && __defProp$f(W, X, re), re;
|
|
16070
15941
|
};
|
|
16071
15942
|
let ActiveFiltersBadges = class extends h$p {
|
|
16072
15943
|
render() {
|
|
16073
|
-
return ke$1`${template$
|
|
15944
|
+
return ke$1`${template$d(this)}`;
|
|
16074
15945
|
}
|
|
16075
15946
|
_onDeleteFilterValue(J, W, X, te) {
|
|
16076
15947
|
this.api.broker.send(
|
|
@@ -16096,24 +15967,24 @@ let ActiveFiltersBadges = class extends h$p {
|
|
|
16096
15967
|
}
|
|
16097
15968
|
};
|
|
16098
15969
|
ActiveFiltersBadges.styles = i$H`
|
|
16099
|
-
${r$L(styles$
|
|
15970
|
+
${r$L(styles$b)}
|
|
16100
15971
|
`;
|
|
16101
|
-
__decorateClass$
|
|
15972
|
+
__decorateClass$k([
|
|
16102
15973
|
lazyInject(TYPES.primaryApi)
|
|
16103
15974
|
], ActiveFiltersBadges.prototype, "api", 2);
|
|
16104
|
-
__decorateClass$
|
|
15975
|
+
__decorateClass$k([
|
|
16105
15976
|
connectedProperty(activityHistoryEnabledCommonFiltersSelector)
|
|
16106
15977
|
], ActiveFiltersBadges.prototype, "enabledCommonFilters", 2);
|
|
16107
|
-
__decorateClass$
|
|
15978
|
+
__decorateClass$k([
|
|
16108
15979
|
connectedProperty(customFilterGroupsWithOptionsSelector)
|
|
16109
15980
|
], ActiveFiltersBadges.prototype, "enabledFilters", 2);
|
|
16110
|
-
__decorateClass$
|
|
15981
|
+
__decorateClass$k([
|
|
16111
15982
|
connectedProperty(diagnosticFilterSelector)
|
|
16112
15983
|
], ActiveFiltersBadges.prototype, "diagnosticFilterEnabled", 2);
|
|
16113
|
-
__decorateClass$
|
|
15984
|
+
__decorateClass$k([
|
|
16114
15985
|
connectedProperty(upFilterSelector)
|
|
16115
15986
|
], ActiveFiltersBadges.prototype, "upFilterEnabled", 2);
|
|
16116
|
-
ActiveFiltersBadges = __decorateClass$
|
|
15987
|
+
ActiveFiltersBadges = __decorateClass$k([
|
|
16117
15988
|
t$t("active-filters-badges")
|
|
16118
15989
|
], ActiveFiltersBadges);
|
|
16119
15990
|
let request$5;
|
|
@@ -16147,7 +16018,7 @@ const bootstrapActivityHistoryItem = (J) => {
|
|
|
16147
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);
|
|
16148
16019
|
}, teardownActivityHistoryItem = () => {
|
|
16149
16020
|
teardownInjectAsyncHistoryItems(), teardownAddHistoryItem(), teardownAddHistoryItems(), teardownHandleHistoryItemsAddError(), teardownUpdateHistoryItem(), teardownExportPdf(), teardownFilters(), teardownSearchItems(), teardownRemoveHistoryItem();
|
|
16150
|
-
}, styles$
|
|
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}>
|
|
16151
16022
|
${J.maximized ? ke$1`${headerMaximizedTemplate(J)}` : ke$1`<div class="header">
|
|
16152
16023
|
<div class="header__left">
|
|
16153
16024
|
<div class="title">${translate("activityHistory")}</div>
|
|
@@ -16205,17 +16076,17 @@ const bootstrapActivityHistoryItem = (J) => {
|
|
|
16205
16076
|
</div>
|
|
16206
16077
|
</div>
|
|
16207
16078
|
`;
|
|
16208
|
-
var __defProp$
|
|
16079
|
+
var __defProp$e = Object.defineProperty, __getOwnPropDesc$7 = Object.getOwnPropertyDescriptor, __decorateClass$j = (J, W, X, te) => {
|
|
16209
16080
|
for (var re = te > 1 ? void 0 : te ? __getOwnPropDesc$7(W, X) : W, oe = J.length - 1, ne; oe >= 0; oe--)
|
|
16210
16081
|
(ne = J[oe]) && (re = (te ? ne(W, X, re) : ne(re)) || re);
|
|
16211
|
-
return te && re && __defProp$
|
|
16082
|
+
return te && re && __defProp$e(W, X, re), re;
|
|
16212
16083
|
};
|
|
16213
16084
|
let ActivityHistoryMain = class extends PrimariaRegionHost(h$p) {
|
|
16214
16085
|
constructor() {
|
|
16215
16086
|
super(...arguments), this.subscriptions = [], this._searchTimeout = null, this.maximized = !1, this.searchQuery = "";
|
|
16216
16087
|
}
|
|
16217
16088
|
render() {
|
|
16218
|
-
return ke$1`${template$
|
|
16089
|
+
return ke$1`${template$c(this)}`;
|
|
16219
16090
|
}
|
|
16220
16091
|
connectedCallback() {
|
|
16221
16092
|
super.connectedCallback();
|
|
@@ -16263,27 +16134,27 @@ let ActivityHistoryMain = class extends PrimariaRegionHost(h$p) {
|
|
|
16263
16134
|
}
|
|
16264
16135
|
};
|
|
16265
16136
|
ActivityHistoryMain.styles = i$H`
|
|
16266
|
-
${r$L(styles$
|
|
16137
|
+
${r$L(styles$a)}
|
|
16267
16138
|
`;
|
|
16268
|
-
__decorateClass$
|
|
16139
|
+
__decorateClass$j([
|
|
16269
16140
|
n$B({ type: Boolean, reflect: !0 })
|
|
16270
16141
|
], ActivityHistoryMain.prototype, "maximized", 2);
|
|
16271
|
-
__decorateClass$
|
|
16142
|
+
__decorateClass$j([
|
|
16272
16143
|
lazyInject(TYPES.primaryApi)
|
|
16273
16144
|
], ActivityHistoryMain.prototype, "api", 2);
|
|
16274
|
-
__decorateClass$
|
|
16145
|
+
__decorateClass$j([
|
|
16275
16146
|
connectedProperty(activityHistoryGroupedItems)
|
|
16276
16147
|
], ActivityHistoryMain.prototype, "historyGroups", 2);
|
|
16277
|
-
__decorateClass$
|
|
16148
|
+
__decorateClass$j([
|
|
16278
16149
|
connectedProperty(isSomeCollectionLoadedAndOtherLoading)
|
|
16279
16150
|
], ActivityHistoryMain.prototype, "isSomeCollectionLoadedAndOtherLoading", 2);
|
|
16280
|
-
__decorateClass$
|
|
16151
|
+
__decorateClass$j([
|
|
16281
16152
|
connectedProperty(isAnyCollectionBusySelector)
|
|
16282
16153
|
], ActivityHistoryMain.prototype, "isAnyCollectionBusy", 2);
|
|
16283
|
-
__decorateClass$
|
|
16154
|
+
__decorateClass$j([
|
|
16284
16155
|
n$B()
|
|
16285
16156
|
], ActivityHistoryMain.prototype, "searchQuery", 2);
|
|
16286
|
-
ActivityHistoryMain = __decorateClass$
|
|
16157
|
+
ActivityHistoryMain = __decorateClass$j([
|
|
16287
16158
|
t$t("activity-history-main")
|
|
16288
16159
|
], ActivityHistoryMain);
|
|
16289
16160
|
const registerViews = (J) => {
|
|
@@ -16321,7 +16192,7 @@ const internalPlugins = [
|
|
|
16321
16192
|
X?.importedPlugin?.startup && X?.importedPlugin?.startup?.(X.apiInstance, W.params);
|
|
16322
16193
|
}
|
|
16323
16194
|
}, disposePlugins = async () => Promise.all(bootstrappedPlugins.map((J) => J?.dispose()));
|
|
16324
|
-
var __getOwnPropDesc$6 = Object.getOwnPropertyDescriptor, __decorateClass$
|
|
16195
|
+
var __getOwnPropDesc$6 = Object.getOwnPropertyDescriptor, __decorateClass$i = (J, W, X, te) => {
|
|
16325
16196
|
for (var re = te > 1 ? void 0 : te ? __getOwnPropDesc$6(W, X) : W, oe = J.length - 1, ne; oe >= 0; oe--)
|
|
16326
16197
|
(ne = J[oe]) && (re = ne(re) || re);
|
|
16327
16198
|
return re;
|
|
@@ -16363,7 +16234,7 @@ let ExitShellHandler = class {
|
|
|
16363
16234
|
J ? raiseCustomCloseEvent(J) : raiseCloseEvent();
|
|
16364
16235
|
}
|
|
16365
16236
|
};
|
|
16366
|
-
ExitShellHandler = __decorateClass$
|
|
16237
|
+
ExitShellHandler = __decorateClass$i([
|
|
16367
16238
|
__decorateParam$4(0, inject(TYPES$1.primaryApi))
|
|
16368
16239
|
], ExitShellHandler);
|
|
16369
16240
|
class ExitShell {
|
|
@@ -16377,7 +16248,7 @@ const useExitShell = (J) => {
|
|
|
16377
16248
|
}, disposeExitShell = () => {
|
|
16378
16249
|
request$3?.dispose();
|
|
16379
16250
|
};
|
|
16380
|
-
var __getOwnPropDesc$5 = Object.getOwnPropertyDescriptor, __decorateClass$
|
|
16251
|
+
var __getOwnPropDesc$5 = Object.getOwnPropertyDescriptor, __decorateClass$h = (J, W, X, te) => {
|
|
16381
16252
|
for (var re = te > 1 ? void 0 : te ? __getOwnPropDesc$5(W, X) : W, oe = J.length - 1, ne; oe >= 0; oe--)
|
|
16382
16253
|
(ne = J[oe]) && (re = ne(re) || re);
|
|
16383
16254
|
return re;
|
|
@@ -16409,11 +16280,11 @@ let GetUserInfoBackendAdapter = class {
|
|
|
16409
16280
|
)?.value;
|
|
16410
16281
|
}
|
|
16411
16282
|
};
|
|
16412
|
-
GetUserInfoBackendAdapter = __decorateClass$
|
|
16283
|
+
GetUserInfoBackendAdapter = __decorateClass$h([
|
|
16413
16284
|
injectable(),
|
|
16414
16285
|
__decorateParam$3(0, inject(TYPES$1.primaryApi))
|
|
16415
16286
|
], GetUserInfoBackendAdapter);
|
|
16416
|
-
var __getOwnPropDesc$4 = Object.getOwnPropertyDescriptor, __decorateClass$
|
|
16287
|
+
var __getOwnPropDesc$4 = Object.getOwnPropertyDescriptor, __decorateClass$g = (J, W, X, te) => {
|
|
16417
16288
|
for (var re = te > 1 ? void 0 : te ? __getOwnPropDesc$4(W, X) : W, oe = J.length - 1, ne; oe >= 0; oe--)
|
|
16418
16289
|
(ne = J[oe]) && (re = ne(re) || re);
|
|
16419
16290
|
return re;
|
|
@@ -16431,7 +16302,7 @@ let GetUserInfoHandler = class {
|
|
|
16431
16302
|
}
|
|
16432
16303
|
}
|
|
16433
16304
|
};
|
|
16434
|
-
GetUserInfoHandler = __decorateClass$
|
|
16305
|
+
GetUserInfoHandler = __decorateClass$g([
|
|
16435
16306
|
__decorateParam$2(0, inject(TYPES$1.primaryApi)),
|
|
16436
16307
|
__decorateParam$2(1, inject(GetUserInfoBackendAdapter))
|
|
16437
16308
|
], GetUserInfoHandler);
|
|
@@ -16443,7 +16314,7 @@ const useGetUserInfo = (J) => {
|
|
|
16443
16314
|
}, disposeGetUserInfo = () => {
|
|
16444
16315
|
request$2?.dispose(), unregisterDep(GetUserInfoBackendAdapter);
|
|
16445
16316
|
};
|
|
16446
|
-
var __getOwnPropDesc$3 = Object.getOwnPropertyDescriptor, __decorateClass$
|
|
16317
|
+
var __getOwnPropDesc$3 = Object.getOwnPropertyDescriptor, __decorateClass$f = (J, W, X, te) => {
|
|
16447
16318
|
for (var re = te > 1 ? void 0 : te ? __getOwnPropDesc$3(W, X) : W, oe = J.length - 1, ne; oe >= 0; oe--)
|
|
16448
16319
|
(ne = J[oe]) && (re = ne(re) || re);
|
|
16449
16320
|
return re;
|
|
@@ -16465,7 +16336,7 @@ let GetVisitIdHandler = class {
|
|
|
16465
16336
|
return Promise.resolve(W || void 0);
|
|
16466
16337
|
}
|
|
16467
16338
|
};
|
|
16468
|
-
GetVisitIdHandler = __decorateClass$
|
|
16339
|
+
GetVisitIdHandler = __decorateClass$f([
|
|
16469
16340
|
__decorateParam$1(0, inject(TYPES$1.primaryApi))
|
|
16470
16341
|
], GetVisitIdHandler);
|
|
16471
16342
|
class GetVisitId {
|
|
@@ -16476,7 +16347,7 @@ const useGetVisitId = (J) => {
|
|
|
16476
16347
|
}, disposeGetVisitId = () => {
|
|
16477
16348
|
request$1?.dispose();
|
|
16478
16349
|
};
|
|
16479
|
-
var __getOwnPropDesc$2 = Object.getOwnPropertyDescriptor, __decorateClass$
|
|
16350
|
+
var __getOwnPropDesc$2 = Object.getOwnPropertyDescriptor, __decorateClass$e = (J, W, X, te) => {
|
|
16480
16351
|
for (var re = te > 1 ? void 0 : te ? __getOwnPropDesc$2(W, X) : W, oe = J.length - 1, ne; oe >= 0; oe--)
|
|
16481
16352
|
(ne = J[oe]) && (re = ne(re) || re);
|
|
16482
16353
|
return re;
|
|
@@ -16494,17 +16365,17 @@ let FinalizeVisitHandler = class {
|
|
|
16494
16365
|
}
|
|
16495
16366
|
}
|
|
16496
16367
|
};
|
|
16497
|
-
FinalizeVisitHandler = __decorateClass$
|
|
16368
|
+
FinalizeVisitHandler = __decorateClass$e([
|
|
16498
16369
|
__decorateParam(0, inject(TYPES$1.primaryApi))
|
|
16499
16370
|
], FinalizeVisitHandler);
|
|
16500
16371
|
class FinalizeVisit {
|
|
16501
16372
|
}
|
|
16502
|
-
const template$
|
|
16373
|
+
const template$b = (J) => ke$1`
|
|
16503
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}
|
|
16504
16375
|
`;
|
|
16505
16376
|
class FinalizeVisitButton extends h$p {
|
|
16506
16377
|
render() {
|
|
16507
|
-
return ke$1`${template$
|
|
16378
|
+
return ke$1`${template$b(this)}`;
|
|
16508
16379
|
}
|
|
16509
16380
|
finalizeVisitHandler() {
|
|
16510
16381
|
shellApi.broker.send(new FinalizeVisit());
|
|
@@ -16531,7 +16402,7 @@ const useFinalizeVisit = (J) => {
|
|
|
16531
16402
|
shellApi.ecapEventManager.publish(J.ecapEvent, "", J.payload);
|
|
16532
16403
|
};
|
|
16533
16404
|
var shellViews = /* @__PURE__ */ ((J) => (J.shell = "primaria-shell", J.error = "primaria-error-view", J))(shellViews || {});
|
|
16534
|
-
const styles$
|
|
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}}";
|
|
16535
16406
|
let t$p = "";
|
|
16536
16407
|
function f$n() {
|
|
16537
16408
|
return t$p;
|
|
@@ -16559,7 +16430,34 @@ const e$I = "*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0;font-
|
|
|
16559
16430
|
},
|
|
16560
16431
|
toAttribute: (J) => JSON.stringify(J)
|
|
16561
16432
|
}
|
|
16562
|
-
}, 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)}'
|
|
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`
|
|
16563
16461
|
|
|
16564
16462
|
${J.fontLoaded ? ke$1`
|
|
16565
16463
|
<i
|
|
@@ -28461,10 +28359,10 @@ i$g([
|
|
|
28461
28359
|
n$B(n$y)
|
|
28462
28360
|
], o$l.prototype, "tooltipFixed", 2);
|
|
28463
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%}}';
|
|
28464
|
-
var __defProp$
|
|
28362
|
+
var __defProp$d = Object.defineProperty, __getOwnPropDesc$1 = Object.getOwnPropertyDescriptor, __decorateClass$d = (J, W, X, te) => {
|
|
28465
28363
|
for (var re = __getOwnPropDesc$1(W, X), oe = J.length - 1, ne; oe >= 0; oe--)
|
|
28466
28364
|
(ne = J[oe]) && (re = ne(W, X, re) || re);
|
|
28467
|
-
return re && __defProp$
|
|
28365
|
+
return re && __defProp$d(W, X, re), re;
|
|
28468
28366
|
};
|
|
28469
28367
|
class Stepper extends h$p {
|
|
28470
28368
|
constructor() {
|
|
@@ -28611,22 +28509,22 @@ class Stepper extends h$p {
|
|
|
28611
28509
|
`;
|
|
28612
28510
|
}
|
|
28613
28511
|
}
|
|
28614
|
-
__decorateClass$
|
|
28512
|
+
__decorateClass$d([
|
|
28615
28513
|
n$B({ type: [] })
|
|
28616
28514
|
], Stepper.prototype, "steps");
|
|
28617
|
-
__decorateClass$
|
|
28515
|
+
__decorateClass$d([
|
|
28618
28516
|
n$B({ type: Number })
|
|
28619
28517
|
], Stepper.prototype, "currentStep");
|
|
28620
|
-
__decorateClass$
|
|
28518
|
+
__decorateClass$d([
|
|
28621
28519
|
n$B(n$y)
|
|
28622
28520
|
], Stepper.prototype, "column");
|
|
28623
|
-
__decorateClass$
|
|
28521
|
+
__decorateClass$d([
|
|
28624
28522
|
n$B(n$y)
|
|
28625
28523
|
], Stepper.prototype, "circular");
|
|
28626
|
-
__decorateClass$
|
|
28524
|
+
__decorateClass$d([
|
|
28627
28525
|
n$B(n$y)
|
|
28628
28526
|
], Stepper.prototype, "hideLabel");
|
|
28629
|
-
__decorateClass$
|
|
28527
|
+
__decorateClass$d([
|
|
28630
28528
|
n$B({ type: String })
|
|
28631
28529
|
], Stepper.prototype, "size");
|
|
28632
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}";
|
|
@@ -39977,7 +39875,7 @@ s$A("dss-form-select", i$2);
|
|
|
39977
39875
|
s$A("dss-form-select-options", r);
|
|
39978
39876
|
s$A("dss-form-toggle", t);
|
|
39979
39877
|
s$A("dss-form-timepicker", s);
|
|
39980
|
-
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`
|
|
39981
39879
|
<primaria-content-switcher id="main-switcher" attrForSelected="view" .selected=${J.viewSelected}>
|
|
39982
39880
|
<div class="container" view=${shellViews.shell}>
|
|
39983
39881
|
<primaria-shell-header></primaria-shell-header>
|
|
@@ -40033,17 +39931,17 @@ const gencatLogo = "data:image/svg+xml,%3csvg%20width='94'%20height='24'%20viewB
|
|
|
40033
39931
|
<primaria-error-view .error=${J.error} view=${shellViews.error}></primaria-error-view>
|
|
40034
39932
|
</primaria-content-switcher>
|
|
40035
39933
|
`;
|
|
40036
|
-
var __defProp$
|
|
39934
|
+
var __defProp$c = Object.defineProperty, __decorateClass$c = (J, W, X, te) => {
|
|
40037
39935
|
for (var re = void 0, oe = J.length - 1, ne; oe >= 0; oe--)
|
|
40038
39936
|
(ne = J[oe]) && (re = ne(W, X, re) || re);
|
|
40039
|
-
return re && __defProp$
|
|
39937
|
+
return re && __defProp$c(W, X, re), re;
|
|
40040
39938
|
};
|
|
40041
|
-
const
|
|
39939
|
+
const Us = class Us extends PrimariaRegionHost(h$p) {
|
|
40042
39940
|
constructor() {
|
|
40043
39941
|
super(...arguments), this.sidebarExpanded = !1, this.viewSelected = shellViews.shell, this.quickActionBusy = !1, this.subscriptions = [];
|
|
40044
39942
|
}
|
|
40045
39943
|
render() {
|
|
40046
|
-
return ke$1`${template$
|
|
39944
|
+
return ke$1`${template$a(this)}`;
|
|
40047
39945
|
}
|
|
40048
39946
|
connectedCallback() {
|
|
40049
39947
|
super.connectedCallback(), this._subscribeEvents();
|
|
@@ -40132,64 +40030,64 @@ const js = class js extends PrimariaRegionHost(h$p) {
|
|
|
40132
40030
|
}, 300);
|
|
40133
40031
|
}
|
|
40134
40032
|
};
|
|
40135
|
-
|
|
40136
|
-
${r$L(styles$
|
|
40033
|
+
Us.styles = i$H`
|
|
40034
|
+
${r$L(styles$9)}
|
|
40137
40035
|
`;
|
|
40138
|
-
let PrimariaShell =
|
|
40139
|
-
__decorateClass$
|
|
40036
|
+
let PrimariaShell = Us;
|
|
40037
|
+
__decorateClass$c([
|
|
40140
40038
|
s$H({ targetId: "menu-region-container", name: shellApi.regionManager.regions.shell.navigationMenu })
|
|
40141
40039
|
], PrimariaShell.prototype, "navigationMenuRegion");
|
|
40142
|
-
__decorateClass$
|
|
40040
|
+
__decorateClass$c([
|
|
40143
40041
|
s$H({ targetId: "main-region-container", name: shellApi.regionManager.regions.shell.main })
|
|
40144
40042
|
], PrimariaShell.prototype, "mainRegion");
|
|
40145
|
-
__decorateClass$
|
|
40043
|
+
__decorateClass$c([
|
|
40146
40044
|
s$H({ targetId: "quick-actions-region-container", name: shellApi.regionManager.regions.shell.quickActions })
|
|
40147
40045
|
], PrimariaShell.prototype, "quickActionsRegion");
|
|
40148
|
-
__decorateClass$
|
|
40046
|
+
__decorateClass$c([
|
|
40149
40047
|
s$H({ targetId: "floating-region-container", name: shellApi.regionManager.regions.shell.floating })
|
|
40150
40048
|
], PrimariaShell.prototype, "floatingRegion");
|
|
40151
|
-
__decorateClass$
|
|
40049
|
+
__decorateClass$c([
|
|
40152
40050
|
s$H({
|
|
40153
40051
|
targetId: "navigation-menu-lower-region-container",
|
|
40154
40052
|
name: shellApi.regionManager.regions.shell.navigationLowerLeftMenu
|
|
40155
40053
|
})
|
|
40156
40054
|
], PrimariaShell.prototype, "navLowerLeftMenu");
|
|
40157
|
-
__decorateClass$
|
|
40055
|
+
__decorateClass$c([
|
|
40158
40056
|
r$I()
|
|
40159
40057
|
], PrimariaShell.prototype, "sidebarExpanded");
|
|
40160
|
-
__decorateClass$
|
|
40058
|
+
__decorateClass$c([
|
|
40161
40059
|
r$I()
|
|
40162
40060
|
], PrimariaShell.prototype, "viewSelected");
|
|
40163
|
-
__decorateClass$
|
|
40061
|
+
__decorateClass$c([
|
|
40164
40062
|
r$I()
|
|
40165
40063
|
], PrimariaShell.prototype, "error");
|
|
40166
|
-
__decorateClass$
|
|
40064
|
+
__decorateClass$c([
|
|
40167
40065
|
r$I()
|
|
40168
40066
|
], PrimariaShell.prototype, "quickActionBusy");
|
|
40169
|
-
const styles$
|
|
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`
|
|
40170
40068
|
<div class="container">
|
|
40171
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>
|
|
40172
40070
|
<h1>${J.error?.message}</h1>
|
|
40173
40071
|
</div>
|
|
40174
40072
|
`;
|
|
40175
|
-
var __defProp$
|
|
40073
|
+
var __defProp$b = Object.defineProperty, __decorateClass$b = (J, W, X, te) => {
|
|
40176
40074
|
for (var re = void 0, oe = J.length - 1, ne; oe >= 0; oe--)
|
|
40177
40075
|
(ne = J[oe]) && (re = ne(W, X, re) || re);
|
|
40178
|
-
return re && __defProp$
|
|
40076
|
+
return re && __defProp$b(W, X, re), re;
|
|
40179
40077
|
};
|
|
40180
|
-
const
|
|
40078
|
+
const js = class js extends h$p {
|
|
40181
40079
|
render() {
|
|
40182
|
-
return ke$1`${template$
|
|
40080
|
+
return ke$1`${template$9(this)}`;
|
|
40183
40081
|
}
|
|
40184
40082
|
};
|
|
40185
|
-
|
|
40186
|
-
${r$L(styles$
|
|
40083
|
+
js.styles = i$H`
|
|
40084
|
+
${r$L(styles$8)}
|
|
40187
40085
|
`;
|
|
40188
|
-
let PrimariaErrorView =
|
|
40189
|
-
__decorateClass$
|
|
40086
|
+
let PrimariaErrorView = js;
|
|
40087
|
+
__decorateClass$b([
|
|
40190
40088
|
n$B()
|
|
40191
40089
|
], PrimariaErrorView.prototype, "error");
|
|
40192
|
-
const template$
|
|
40090
|
+
const template$8 = (J) => ke$1`
|
|
40193
40091
|
<span >
|
|
40194
40092
|
<slot name="anchor"></slot>
|
|
40195
40093
|
<slot name="content"></slot>
|
|
@@ -40197,7 +40095,7 @@ const template$7 = (J) => ke$1`
|
|
|
40197
40095
|
`;
|
|
40198
40096
|
class QuickActionsMenu extends h$p {
|
|
40199
40097
|
render() {
|
|
40200
|
-
return ke$1`${template$
|
|
40098
|
+
return ke$1`${template$8()}`;
|
|
40201
40099
|
}
|
|
40202
40100
|
firstUpdated(W) {
|
|
40203
40101
|
super.firstUpdated(W), this.shadowRoot?.querySelector('slot[name="anchor"]')?.addEventListener("slotchange", this.handleSlotChange.bind(this));
|
|
@@ -40221,7 +40119,7 @@ class QuickActionsMenu extends h$p {
|
|
|
40221
40119
|
te && (te.style.overflow = "hidden");
|
|
40222
40120
|
}
|
|
40223
40121
|
}
|
|
40224
|
-
const styles$
|
|
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) => {
|
|
40225
40123
|
const W = [{ label: J.professional?.workCenter, value: "1" }], X = [{ label: J.professional?.role, value: "1" }], te = [{ label: J.professional?.speciality, value: "1" }];
|
|
40226
40124
|
return ke$1`
|
|
40227
40125
|
<div class="header">
|
|
@@ -40257,17 +40155,17 @@ const styles$6 = ".header{display:flex;flex-direction:row;align-items:center;jus
|
|
|
40257
40155
|
</div>
|
|
40258
40156
|
`;
|
|
40259
40157
|
};
|
|
40260
|
-
var __defProp$
|
|
40158
|
+
var __defProp$a = Object.defineProperty, __decorateClass$a = (J, W, X, te) => {
|
|
40261
40159
|
for (var re = void 0, oe = J.length - 1, ne; oe >= 0; oe--)
|
|
40262
40160
|
(ne = J[oe]) && (re = ne(W, X, re) || re);
|
|
40263
|
-
return re && __defProp$
|
|
40161
|
+
return re && __defProp$a(W, X, re), re;
|
|
40264
40162
|
};
|
|
40265
|
-
const
|
|
40163
|
+
const Vs = class Vs extends PrimariaRegionHost(h$p) {
|
|
40266
40164
|
constructor() {
|
|
40267
40165
|
super(...arguments), this.menuOpened = !1;
|
|
40268
40166
|
}
|
|
40269
40167
|
render() {
|
|
40270
|
-
return ke$1`${template$
|
|
40168
|
+
return ke$1`${template$7(this)}`;
|
|
40271
40169
|
}
|
|
40272
40170
|
toggleMenu() {
|
|
40273
40171
|
this.menuOpened = !this.menuOpened;
|
|
@@ -40296,23 +40194,23 @@ const Ws = class Ws extends PrimariaRegionHost(h$p) {
|
|
|
40296
40194
|
X = new MutationObserver(te), X.observe(W, { childList: !0 });
|
|
40297
40195
|
}
|
|
40298
40196
|
};
|
|
40299
|
-
|
|
40300
|
-
${r$L(styles$
|
|
40197
|
+
Vs.styles = i$H`
|
|
40198
|
+
${r$L(styles$7)}
|
|
40301
40199
|
`;
|
|
40302
|
-
let PrimariaShellHeader =
|
|
40303
|
-
__decorateClass$
|
|
40200
|
+
let PrimariaShellHeader = Vs;
|
|
40201
|
+
__decorateClass$a([
|
|
40304
40202
|
s$H({ targetId: "header-region-container", name: shellApi.regionManager.regions.shell.header })
|
|
40305
40203
|
], PrimariaShellHeader.prototype, "headerRegion");
|
|
40306
|
-
__decorateClass$
|
|
40204
|
+
__decorateClass$a([
|
|
40307
40205
|
s$H({ targetId: "header-actions-region-container", name: shellApi.regionManager.regions.shell.headerRightActions })
|
|
40308
40206
|
], PrimariaShellHeader.prototype, "headerRightActionsRegion");
|
|
40309
|
-
__decorateClass$
|
|
40207
|
+
__decorateClass$a([
|
|
40310
40208
|
n$B({ type: Object })
|
|
40311
40209
|
], PrimariaShellHeader.prototype, "professional");
|
|
40312
|
-
__decorateClass$
|
|
40210
|
+
__decorateClass$a([
|
|
40313
40211
|
r$I()
|
|
40314
40212
|
], PrimariaShellHeader.prototype, "menuOpened");
|
|
40315
|
-
const
|
|
40213
|
+
const Ws = class Ws extends h$p {
|
|
40316
40214
|
render() {
|
|
40317
40215
|
return ke$1`<div>
|
|
40318
40216
|
<h1>POC ECAP Test </h1>
|
|
@@ -40360,15 +40258,15 @@ const Gs = class Gs extends h$p {
|
|
|
40360
40258
|
});
|
|
40361
40259
|
}
|
|
40362
40260
|
};
|
|
40363
|
-
|
|
40261
|
+
Ws.styles = i$H`
|
|
40364
40262
|
`;
|
|
40365
|
-
let PocEventsEcap =
|
|
40366
|
-
var __defProp$
|
|
40263
|
+
let PocEventsEcap = Ws;
|
|
40264
|
+
var __defProp$9 = Object.defineProperty, __decorateClass$9 = (J, W, X, te) => {
|
|
40367
40265
|
for (var re = void 0, oe = J.length - 1, ne; oe >= 0; oe--)
|
|
40368
40266
|
(ne = J[oe]) && (re = ne(W, X, re) || re);
|
|
40369
|
-
return re && __defProp$
|
|
40267
|
+
return re && __defProp$9(W, X, re), re;
|
|
40370
40268
|
};
|
|
40371
|
-
const
|
|
40269
|
+
const Gs = class Gs extends h$p {
|
|
40372
40270
|
toggle() {
|
|
40373
40271
|
this.isOpen = !this.isOpen;
|
|
40374
40272
|
}
|
|
@@ -40384,7 +40282,7 @@ const Zs = class Zs extends h$p {
|
|
|
40384
40282
|
`;
|
|
40385
40283
|
}
|
|
40386
40284
|
};
|
|
40387
|
-
|
|
40285
|
+
Gs.styles = i$H`
|
|
40388
40286
|
:host {
|
|
40389
40287
|
display: block;
|
|
40390
40288
|
}
|
|
@@ -40406,11 +40304,11 @@ Zs.styles = i$H`
|
|
|
40406
40304
|
align-items: center;
|
|
40407
40305
|
}
|
|
40408
40306
|
`;
|
|
40409
|
-
let PrimariaAccordion =
|
|
40410
|
-
__decorateClass$
|
|
40307
|
+
let PrimariaAccordion = Gs;
|
|
40308
|
+
__decorateClass$9([
|
|
40411
40309
|
n$B({ type: Boolean })
|
|
40412
40310
|
], PrimariaAccordion.prototype, "isOpen");
|
|
40413
|
-
const template$
|
|
40311
|
+
const template$6 = (J) => ke$1`
|
|
40414
40312
|
<div class="item" ?expanded=${J.showText}>
|
|
40415
40313
|
<div class="icon-label">
|
|
40416
40314
|
<dss-icon icon=${J.icon} size="md"></dss-icon>
|
|
@@ -40424,13 +40322,13 @@ const template$5 = (J) => ke$1`
|
|
|
40424
40322
|
</dss-action-menu>
|
|
40425
40323
|
${J.showText ? ke$1`<dss-icon icon="chevron_right" size="md"></dss-icon>` : D$7}
|
|
40426
40324
|
</div>
|
|
40427
|
-
`, styles$
|
|
40428
|
-
var __defProp$
|
|
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) => {
|
|
40429
40327
|
for (var re = void 0, oe = J.length - 1, ne; oe >= 0; oe--)
|
|
40430
40328
|
(ne = J[oe]) && (re = ne(W, X, re) || re);
|
|
40431
|
-
return re && __defProp$
|
|
40329
|
+
return re && __defProp$8(W, X, re), re;
|
|
40432
40330
|
};
|
|
40433
|
-
const
|
|
40331
|
+
const Zs = class Zs extends PrimariaRegionHost(h$p) {
|
|
40434
40332
|
constructor(W, X) {
|
|
40435
40333
|
super(), this.showText = !1, this.icon = "", this.label = "", this.icon = W, this.label = X;
|
|
40436
40334
|
}
|
|
@@ -40447,26 +40345,26 @@ const Ys = class Ys extends PrimariaRegionHost(h$p) {
|
|
|
40447
40345
|
}).observe(W);
|
|
40448
40346
|
}
|
|
40449
40347
|
render() {
|
|
40450
|
-
return ke$1`${template$
|
|
40348
|
+
return ke$1`${template$6(this)}`;
|
|
40451
40349
|
}
|
|
40452
40350
|
};
|
|
40453
|
-
|
|
40454
|
-
${r$L(styles$
|
|
40351
|
+
Zs.styles = i$H`
|
|
40352
|
+
${r$L(styles$6)}
|
|
40455
40353
|
`;
|
|
40456
|
-
let CommunicationActionMenu =
|
|
40457
|
-
__decorateClass$
|
|
40354
|
+
let CommunicationActionMenu = Zs;
|
|
40355
|
+
__decorateClass$8([
|
|
40458
40356
|
r$I()
|
|
40459
40357
|
], CommunicationActionMenu.prototype, "showText");
|
|
40460
|
-
__decorateClass$
|
|
40358
|
+
__decorateClass$8([
|
|
40461
40359
|
s$H({ targetId: "communication-sidenav-region-container", name: shellApi.regionManager.regions.shell.communicationSidenav })
|
|
40462
40360
|
], CommunicationActionMenu.prototype, "comminucationSidenavRegion");
|
|
40463
|
-
__decorateClass$
|
|
40361
|
+
__decorateClass$8([
|
|
40464
40362
|
n$B({ type: String })
|
|
40465
40363
|
], CommunicationActionMenu.prototype, "icon");
|
|
40466
|
-
__decorateClass$
|
|
40364
|
+
__decorateClass$8([
|
|
40467
40365
|
n$B({ type: String })
|
|
40468
40366
|
], CommunicationActionMenu.prototype, "label");
|
|
40469
|
-
const template$
|
|
40367
|
+
const template$5 = (J) => ke$1`
|
|
40470
40368
|
<div class="item" ?expanded=${J.showText}>
|
|
40471
40369
|
<div class="icon-label">
|
|
40472
40370
|
<dss-icon icon=${J.icon} size="md"></dss-icon>
|
|
@@ -40480,13 +40378,13 @@ const template$4 = (J) => ke$1`
|
|
|
40480
40378
|
</dss-action-menu>
|
|
40481
40379
|
${J.showText ? ke$1`<dss-icon icon="chevron_right" size="md"></dss-icon>` : D$7}
|
|
40482
40380
|
</div>
|
|
40483
|
-
`, styles$
|
|
40484
|
-
var __defProp$
|
|
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) => {
|
|
40485
40383
|
for (var re = void 0, oe = J.length - 1, ne; oe >= 0; oe--)
|
|
40486
40384
|
(ne = J[oe]) && (re = ne(W, X, re) || re);
|
|
40487
|
-
return re && __defProp$
|
|
40385
|
+
return re && __defProp$7(W, X, re), re;
|
|
40488
40386
|
};
|
|
40489
|
-
const
|
|
40387
|
+
const Ys = class Ys extends PrimariaRegionHost(h$p) {
|
|
40490
40388
|
constructor(W, X) {
|
|
40491
40389
|
super(), this.showText = !1, this.icon = "", this.label = "", this.icon = W, this.label = X;
|
|
40492
40390
|
}
|
|
@@ -40503,47 +40401,47 @@ const Ks = class Ks extends PrimariaRegionHost(h$p) {
|
|
|
40503
40401
|
}).observe(W);
|
|
40504
40402
|
}
|
|
40505
40403
|
render() {
|
|
40506
|
-
return ke$1`${template$
|
|
40404
|
+
return ke$1`${template$5(this)}`;
|
|
40507
40405
|
}
|
|
40508
40406
|
};
|
|
40509
|
-
|
|
40510
|
-
${r$L(styles$
|
|
40407
|
+
Ys.styles = i$H`
|
|
40408
|
+
${r$L(styles$5)}
|
|
40511
40409
|
`;
|
|
40512
|
-
let ClinicalPathwaysActionMenu =
|
|
40513
|
-
__decorateClass$
|
|
40410
|
+
let ClinicalPathwaysActionMenu = Ys;
|
|
40411
|
+
__decorateClass$7([
|
|
40514
40412
|
r$I()
|
|
40515
40413
|
], ClinicalPathwaysActionMenu.prototype, "showText");
|
|
40516
|
-
__decorateClass$
|
|
40414
|
+
__decorateClass$7([
|
|
40517
40415
|
s$H({ targetId: "clinical-pathways-sidenav-region-container", name: shellApi.regionManager.regions.shell.clinicalPathwaysSidenav })
|
|
40518
40416
|
], ClinicalPathwaysActionMenu.prototype, "clinicalPathwaysSidenavRegion");
|
|
40519
|
-
__decorateClass$
|
|
40417
|
+
__decorateClass$7([
|
|
40520
40418
|
n$B({ type: String })
|
|
40521
40419
|
], ClinicalPathwaysActionMenu.prototype, "icon");
|
|
40522
|
-
__decorateClass$
|
|
40420
|
+
__decorateClass$7([
|
|
40523
40421
|
n$B({ type: String })
|
|
40524
40422
|
], ClinicalPathwaysActionMenu.prototype, "label");
|
|
40525
|
-
const styles$
|
|
40423
|
+
const styles$4 = ".header-container{width:1px;height:40px;background-color:var(--color-neutral-100)}", template$4 = (J) => ke$1`
|
|
40526
40424
|
<div class="header-container"></div>
|
|
40527
|
-
`,
|
|
40425
|
+
`, Ks = class Ks extends h$p {
|
|
40528
40426
|
render() {
|
|
40529
|
-
return ke$1`${template$
|
|
40427
|
+
return ke$1`${template$4()}`;
|
|
40530
40428
|
}
|
|
40531
40429
|
};
|
|
40532
|
-
|
|
40533
|
-
${r$L(styles$
|
|
40430
|
+
Ks.styles = i$H`
|
|
40431
|
+
${r$L(styles$4)}
|
|
40534
40432
|
`;
|
|
40535
|
-
let HeaderDivider =
|
|
40433
|
+
let HeaderDivider = Ks;
|
|
40536
40434
|
const useComponents = () => {
|
|
40537
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);
|
|
40538
40436
|
};
|
|
40539
|
-
var __defProp$
|
|
40437
|
+
var __defProp$6 = Object.defineProperty, __decorateClass$6 = (J, W, X, te) => {
|
|
40540
40438
|
for (var re = void 0, oe = J.length - 1, ne; oe >= 0; oe--)
|
|
40541
40439
|
(ne = J[oe]) && (re = ne(W, X, re) || re);
|
|
40542
|
-
return re && __defProp$
|
|
40440
|
+
return re && __defProp$6(W, X, re), re;
|
|
40543
40441
|
};
|
|
40544
40442
|
const isSelected = (J, W, X) => J[W] === X || Array.from(J.attributes).some(
|
|
40545
40443
|
(te) => te.name === W && te.value === X
|
|
40546
|
-
),
|
|
40444
|
+
), Js = class Js extends h$p {
|
|
40547
40445
|
constructor() {
|
|
40548
40446
|
super(...arguments), this.animation = "fade";
|
|
40549
40447
|
}
|
|
@@ -40587,7 +40485,7 @@ const isSelected = (J, W, X) => J[W] === X || Array.from(J.attributes).some(
|
|
|
40587
40485
|
}
|
|
40588
40486
|
}
|
|
40589
40487
|
};
|
|
40590
|
-
|
|
40488
|
+
Js.styles = i$H`
|
|
40591
40489
|
:host {
|
|
40592
40490
|
display: flex;
|
|
40593
40491
|
flex: 1;
|
|
@@ -40596,16 +40494,89 @@ Qs.styles = i$H`
|
|
|
40596
40494
|
display: none !important;
|
|
40597
40495
|
}
|
|
40598
40496
|
`;
|
|
40599
|
-
let PrimariaContentSwitcher =
|
|
40600
|
-
__decorateClass$
|
|
40497
|
+
let PrimariaContentSwitcher = Js;
|
|
40498
|
+
__decorateClass$6([
|
|
40601
40499
|
n$B()
|
|
40602
40500
|
], PrimariaContentSwitcher.prototype, "selected");
|
|
40603
|
-
__decorateClass$
|
|
40501
|
+
__decorateClass$6([
|
|
40604
40502
|
n$B()
|
|
40605
40503
|
], PrimariaContentSwitcher.prototype, "attrForSelected");
|
|
40606
|
-
__decorateClass$
|
|
40504
|
+
__decorateClass$6([
|
|
40607
40505
|
n$B()
|
|
40608
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");
|
|
40609
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`
|
|
40610
40581
|
<div class="wrapper">
|
|
40611
40582
|
<primaria-nav-item
|
|
@@ -48463,6 +48434,29 @@ __decorateClass$1([
|
|
|
48463
48434
|
], PrimariaRegion.prototype, "name");
|
|
48464
48435
|
const useSharedUI = () => {
|
|
48465
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
|
+
});
|
|
48466
48460
|
}, getPatientCip = async (J) => await J.broker.send("get_patient_cip"), navigateToEcap = async (J, W = "NO_TANCAR", X = {}, te = !0) => {
|
|
48467
48461
|
const re = { ...X };
|
|
48468
48462
|
if (te) {
|
|
@@ -49083,8 +49077,10 @@ const commonNavMenuItems = [
|
|
|
49083
49077
|
});
|
|
49084
49078
|
}, registerMainViews = () => {
|
|
49085
49079
|
registerPDFVisorMainView();
|
|
49080
|
+
}, registerPdfViewerNavButton = () => {
|
|
49081
|
+
registerPdfViewerNavItem();
|
|
49086
49082
|
}, useInternalViews = () => {
|
|
49087
|
-
registerMainViews(), shellApi.userManager.isUserRoleAdministrative() ? registerAdministrativeNavMenuViews() : (registerDoctorNavMenuViews(), registerDoctorQuickActionViews());
|
|
49083
|
+
registerMainViews(), registerPdfViewerNavButton(), shellApi.userManager.isUserRoleAdministrative() ? registerAdministrativeNavMenuViews() : (registerDoctorNavMenuViews(), registerDoctorQuickActionViews());
|
|
49088
49084
|
}, useUI = () => {
|
|
49089
49085
|
p$i.registerAdapterFactory(
|
|
49090
49086
|
"primaria-content-switcher",
|
|
@@ -49148,4 +49144,4 @@ export {
|
|
|
49148
49144
|
l as x,
|
|
49149
49145
|
PrimariaInteractionService as y
|
|
49150
49146
|
};
|
|
49151
|
-
//# sourceMappingURL=index-
|
|
49147
|
+
//# sourceMappingURL=index-DY0ab_4S.js.map
|