@uxland/primary-shell 5.4.6 → 5.4.7
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/index.js +512 -406
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +123 -106
- package/dist/index.umd.cjs.map +1 -1
- package/dist/primary/shell/src/UI/components/communication-action-menu/communication-action-menu.d.ts +16 -0
- package/dist/primary/shell/src/UI/components/communication-action-menu/template.d.ts +3 -0
- package/dist/primary/shell/src/UI/internal-views/upper-nav-views.d.ts +2 -0
- package/dist/primary/shell/src/UI/shared-components/quick-action-item/quick-action-item.d.ts +9 -0
- package/dist/primary/shell/src/UI/shared-components/quick-action-item/template.d.ts +3 -0
- package/dist/primary/shell/src/api/region-manager/regions.d.ts +1 -0
- package/package.json +1 -1
- package/src/UI/components/bootstrapper.ts +2 -0
- package/src/UI/components/communication-action-menu/communication-action-menu.ts +48 -0
- package/src/UI/components/communication-action-menu/styles.css +25 -0
- package/src/UI/components/communication-action-menu/template.ts +23 -0
- package/src/UI/components/primaria-shell/styles.css +0 -3
- package/src/UI/internal-views/handle-views.ts +4 -1
- package/src/UI/internal-views/upper-nav-views.ts +58 -28
- package/src/UI/shared-components/quick-action-item/quick-action-item.ts +21 -0
- package/src/UI/shared-components/quick-action-item/template.ts +8 -0
- package/src/api/region-manager/regions.ts +1 -0
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var zt = (te, X, J) =>
|
|
1
|
+
var ps = Object.defineProperty;
|
|
2
|
+
var fs = (te, X, J) => X in te ? ps(te, X, { enumerable: !0, configurable: !0, writable: !0, value: J }) : te[X] = J;
|
|
3
|
+
var zt = (te, X, J) => fs(te, typeof X != "symbol" ? X + "" : X, J);
|
|
4
4
|
import c$u, { useState, useRef, useEffect } from "react";
|
|
5
5
|
import r$N, { createRoot } from "react-dom/client";
|
|
6
6
|
var commonjsGlobal = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
@@ -1921,13 +1921,13 @@ const V$4 = (te, X) => {
|
|
|
1921
1921
|
}
|
|
1922
1922
|
return [P$2(te, oe + (te[J] || "<?>") + (X === 2 ? "</svg>" : "")), re];
|
|
1923
1923
|
};
|
|
1924
|
-
let N$3 = class
|
|
1924
|
+
let N$3 = class Dr {
|
|
1925
1925
|
constructor({ strings: X, _$litType$: J }, re) {
|
|
1926
1926
|
let ne;
|
|
1927
1927
|
this.parts = [];
|
|
1928
1928
|
let oe = 0, de = 0;
|
|
1929
1929
|
const ce = X.length - 1, he = this.parts, [ue, pe] = V$4(X, J);
|
|
1930
|
-
if (this.el =
|
|
1930
|
+
if (this.el = Dr.createElement(ue, re), C$9.currentNode = this.el.content, J === 2) {
|
|
1931
1931
|
const fe = this.el.content, ge = fe.firstChild;
|
|
1932
1932
|
ge.remove(), fe.append(...ge.childNodes);
|
|
1933
1933
|
}
|
|
@@ -2000,7 +2000,7 @@ let M$4 = class {
|
|
|
2000
2000
|
let J = 0;
|
|
2001
2001
|
for (const re of this._$AV) re !== void 0 && (re.strings !== void 0 ? (re._$AI(X, re, J), J += re.strings.length - 2) : re._$AI(X[J])), J++;
|
|
2002
2002
|
}
|
|
2003
|
-
}, R$2 = class
|
|
2003
|
+
}, R$2 = class Pr {
|
|
2004
2004
|
constructor(X, J, re, ne) {
|
|
2005
2005
|
var oe;
|
|
2006
2006
|
this.type = 2, this._$AH = A$1, this._$AN = void 0, this._$AA = X, this._$AB = J, this._$AM = re, this.options = ne, this._$Cp = (oe = ne == null ? void 0 : ne.isConnected) === null || oe === void 0 || oe;
|
|
@@ -2049,7 +2049,7 @@ let M$4 = class {
|
|
|
2049
2049
|
c$r(this._$AH) || (this._$AH = [], this._$AR());
|
|
2050
2050
|
const J = this._$AH;
|
|
2051
2051
|
let re, ne = 0;
|
|
2052
|
-
for (const oe of X) ne === J.length ? J.push(re = new
|
|
2052
|
+
for (const oe of X) ne === J.length ? J.push(re = new Pr(this.k(u$u()), this.k(u$u()), this, this.options)) : re = J[ne], re._$AI(oe), ne++;
|
|
2053
2053
|
ne < J.length && (this._$AR(re && re._$AB.nextSibling, ne), J.length = ne);
|
|
2054
2054
|
}
|
|
2055
2055
|
_$AR(X = this._$AA.nextSibling, J) {
|
|
@@ -2623,13 +2623,13 @@ const U$1 = (te, X) => {
|
|
|
2623
2623
|
}
|
|
2624
2624
|
return [N$2(te, oe + (te[J] || "<?>") + (X === 2 ? "</svg>" : X === 3 ? "</math>" : "")), re];
|
|
2625
2625
|
};
|
|
2626
|
-
let B$4 = class
|
|
2626
|
+
let B$4 = class Ir {
|
|
2627
2627
|
constructor({ strings: X, _$litType$: J }, re) {
|
|
2628
2628
|
let ne;
|
|
2629
2629
|
this.parts = [];
|
|
2630
2630
|
let oe = 0, de = 0;
|
|
2631
2631
|
const ce = X.length - 1, he = this.parts, [ue, pe] = U$1(X, J);
|
|
2632
|
-
if (this.el =
|
|
2632
|
+
if (this.el = Ir.createElement(ue, re), I$1.currentNode = this.el.content, J === 2 || J === 3) {
|
|
2633
2633
|
const fe = this.el.content.firstChild;
|
|
2634
2634
|
fe.replaceWith(...fe.childNodes);
|
|
2635
2635
|
}
|
|
@@ -2694,7 +2694,7 @@ let F$1 = class {
|
|
|
2694
2694
|
let J = 0;
|
|
2695
2695
|
for (const re of this._$AV) re !== void 0 && (re.strings !== void 0 ? (re._$AI(X, re, J), J += re.strings.length - 2) : re._$AI(X[J])), J++;
|
|
2696
2696
|
}
|
|
2697
|
-
}, et$1 = class
|
|
2697
|
+
}, et$1 = class Rr {
|
|
2698
2698
|
get _$AU() {
|
|
2699
2699
|
var X;
|
|
2700
2700
|
return ((X = this._$AM) == null ? void 0 : X._$AU) ?? this.v;
|
|
@@ -2742,7 +2742,7 @@ let F$1 = class {
|
|
|
2742
2742
|
g$k(this._$AH) || (this._$AH = [], this._$AR());
|
|
2743
2743
|
const J = this._$AH;
|
|
2744
2744
|
let re, ne = 0;
|
|
2745
|
-
for (const oe of X) ne === J.length ? J.push(re = new
|
|
2745
|
+
for (const oe of X) ne === J.length ? J.push(re = new Rr(this.O(lt$1()), this.O(lt$1()), this, this.options)) : re = J[ne], re._$AI(oe), ne++;
|
|
2746
2746
|
ne < J.length && (this._$AR(re && re._$AB.nextSibling, ne), J.length = ne);
|
|
2747
2747
|
}
|
|
2748
2748
|
_$AR(X = this._$AA.nextSibling, J) {
|
|
@@ -2862,8 +2862,8 @@ let h$q = class extends b$r {
|
|
|
2862
2862
|
return R$1;
|
|
2863
2863
|
}
|
|
2864
2864
|
};
|
|
2865
|
-
var
|
|
2866
|
-
h$q._$litElement$ = !0, h$q.finalized = !0, (
|
|
2865
|
+
var qr;
|
|
2866
|
+
h$q._$litElement$ = !0, h$q.finalized = !0, (qr = globalThis.litElementHydrateSupport) == null || qr.call(globalThis, { LitElement: h$q });
|
|
2867
2867
|
const f$n = globalThis.litElementPolyfillSupport;
|
|
2868
2868
|
f$n == null || f$n({ LitElement: h$q });
|
|
2869
2869
|
(globalThis.litElementVersions ?? (globalThis.litElementVersions = [])).push("4.1.0");
|
|
@@ -2968,7 +2968,7 @@ let a$n = class {
|
|
|
2968
2968
|
clear() {
|
|
2969
2969
|
this.viewsByRegion = {};
|
|
2970
2970
|
}
|
|
2971
|
-
}, n$x = class
|
|
2971
|
+
}, n$x = class Lr {
|
|
2972
2972
|
constructor(X) {
|
|
2973
2973
|
this._viewRegistry = X, this._regions = {};
|
|
2974
2974
|
}
|
|
@@ -3009,7 +3009,7 @@ let a$n = class {
|
|
|
3009
3009
|
), this._regions = {}, this;
|
|
3010
3010
|
}
|
|
3011
3011
|
createRegionManager() {
|
|
3012
|
-
return new
|
|
3012
|
+
return new Lr(this._viewRegistry);
|
|
3013
3013
|
}
|
|
3014
3014
|
}, h$p = class extends n$x {
|
|
3015
3015
|
constructor(X) {
|
|
@@ -5785,7 +5785,7 @@ var __extends$1 = /* @__PURE__ */ function() {
|
|
|
5785
5785
|
);
|
|
5786
5786
|
function peg$parse(te, X) {
|
|
5787
5787
|
X = X !== void 0 ? X : {};
|
|
5788
|
-
var J = {}, re = { start:
|
|
5788
|
+
var J = {}, re = { start: mr }, ne = mr, oe = function(qe) {
|
|
5789
5789
|
return qe.join("");
|
|
5790
5790
|
}, de = function(qe) {
|
|
5791
5791
|
return __assign$4({ type: TYPE.literal, value: qe }, Ai());
|
|
@@ -5793,7 +5793,7 @@ function peg$parse(te, X) {
|
|
|
5793
5793
|
return __assign$4({ type: TYPE.pound }, Ai());
|
|
5794
5794
|
}, pe = ki("argumentElement"), fe = "{", ge = yi("{", !1), me = "}", ve = yi("}", !1), be = function(qe) {
|
|
5795
5795
|
return __assign$4({ type: TYPE.argument, value: qe }, Ai());
|
|
5796
|
-
}, ye = ki("numberSkeletonId"), we = /^['\/{}]/, Se = Oi(["'", "/", "{", "}"], !1, !1), Ce =
|
|
5796
|
+
}, ye = ki("numberSkeletonId"), we = /^['\/{}]/, Se = Oi(["'", "/", "{", "}"], !1, !1), Ce = Gr(), _e = ki("numberSkeletonTokenOption"), Ae = "/", Le = yi("/", !1), Pe = function(qe) {
|
|
5797
5797
|
return qe;
|
|
5798
5798
|
}, Me = ki("numberSkeletonToken"), He = function(qe, je) {
|
|
5799
5799
|
return { stem: qe, options: je };
|
|
@@ -5814,7 +5814,7 @@ function peg$parse(te, X) {
|
|
|
5814
5814
|
}, Mt = "date", Ut = yi("date", !1), Vt = "time", Xt = yi("time", !1), ti = "plural", bi = yi("plural", !1), ci = "selectordinal", kt = yi("selectordinal", !1), Ct = "offset:", Dt = yi("offset:", !1), It = function(qe, je, it, xt) {
|
|
5815
5815
|
return __assign$4({ type: TYPE.plural, pluralType: je === "plural" ? "cardinal" : "ordinal", value: qe, offset: it ? it[2] : 0, options: xt.reduce(function(qt, Wt) {
|
|
5816
5816
|
var hi = Wt.id, ii = Wt.value, xi = Wt.location;
|
|
5817
|
-
return hi in qt &&
|
|
5817
|
+
return hi in qt && fr('Duplicate option "' + hi + '" in plural element: "' + pr() + '"', Ui()), qt[hi] = {
|
|
5818
5818
|
value: ii,
|
|
5819
5819
|
location: xi
|
|
5820
5820
|
}, qt;
|
|
@@ -5822,7 +5822,7 @@ function peg$parse(te, X) {
|
|
|
5822
5822
|
}, Ot = "select", Yt = yi("select", !1), Gt = function(qe, je) {
|
|
5823
5823
|
return __assign$4({ type: TYPE.select, value: qe, options: je.reduce(function(it, xt) {
|
|
5824
5824
|
var qt = xt.id, Wt = xt.value, hi = xt.location;
|
|
5825
|
-
return qt in it &&
|
|
5825
|
+
return qt in it && fr('Duplicate option "' + qt + '" in select element: "' + pr() + '"', Ui()), it[qt] = {
|
|
5826
5826
|
value: Wt,
|
|
5827
5827
|
location: hi
|
|
5828
5828
|
}, it;
|
|
@@ -5848,29 +5848,29 @@ function peg$parse(te, X) {
|
|
|
5848
5848
|
}, wi = function(qe, je) {
|
|
5849
5849
|
return qe + je.replace("''", "'");
|
|
5850
5850
|
}, Li = function(qe) {
|
|
5851
|
-
return qe !== "{" && !(
|
|
5851
|
+
return qe !== "{" && !(Or() && qe === "#") && !(hs() && qe === "}");
|
|
5852
5852
|
}, zi = `
|
|
5853
5853
|
`, Hi = yi(`
|
|
5854
|
-
`, !1),
|
|
5855
|
-
return qe === "{" || qe === "}" ||
|
|
5856
|
-
},
|
|
5854
|
+
`, !1), Mr = function(qe) {
|
|
5855
|
+
return qe === "{" || qe === "}" || Or() && qe === "#";
|
|
5856
|
+
}, Fr = ki("argNameOrNumber"), Nr = ki("argNumber"), zr = "0", Hr = yi("0", !1), Br = function() {
|
|
5857
5857
|
return 0;
|
|
5858
|
-
},
|
|
5858
|
+
}, Ur = /^[1-9]/, jr = Oi([["1", "9"]], !1, !1), ur = /^[0-9]/, hr = Oi([["0", "9"]], !1, !1), Vr = function(qe) {
|
|
5859
5859
|
return parseInt(qe.join(""), 10);
|
|
5860
|
-
},
|
|
5860
|
+
}, Wr = ki("argName"), ze = 0, oi = 0, Mi = [{ line: 1, column: 1 }], Ci = 0, Bi = [], Tt = 0, Fi;
|
|
5861
5861
|
if (X.startRule !== void 0) {
|
|
5862
5862
|
if (!(X.startRule in re))
|
|
5863
5863
|
throw new Error(`Can't start parsing from rule "` + X.startRule + '".');
|
|
5864
5864
|
ne = re[X.startRule];
|
|
5865
5865
|
}
|
|
5866
|
-
function
|
|
5866
|
+
function pr() {
|
|
5867
5867
|
return te.substring(oi, ze);
|
|
5868
5868
|
}
|
|
5869
5869
|
function Ui() {
|
|
5870
5870
|
return Ni(oi, ze);
|
|
5871
5871
|
}
|
|
5872
|
-
function
|
|
5873
|
-
throw je = je !== void 0 ? je : Ni(oi, ze),
|
|
5872
|
+
function fr(qe, je) {
|
|
5873
|
+
throw je = je !== void 0 ? je : Ni(oi, ze), Kr(qe, je);
|
|
5874
5874
|
}
|
|
5875
5875
|
function yi(qe, je) {
|
|
5876
5876
|
return { type: "literal", text: qe, ignoreCase: je };
|
|
@@ -5878,16 +5878,16 @@ function peg$parse(te, X) {
|
|
|
5878
5878
|
function Oi(qe, je, it) {
|
|
5879
5879
|
return { type: "class", parts: qe, inverted: je, ignoreCase: it };
|
|
5880
5880
|
}
|
|
5881
|
-
function
|
|
5881
|
+
function Gr() {
|
|
5882
5882
|
return { type: "any" };
|
|
5883
5883
|
}
|
|
5884
|
-
function
|
|
5884
|
+
function Yr() {
|
|
5885
5885
|
return { type: "end" };
|
|
5886
5886
|
}
|
|
5887
5887
|
function ki(qe) {
|
|
5888
5888
|
return { type: "other", description: qe };
|
|
5889
5889
|
}
|
|
5890
|
-
function
|
|
5890
|
+
function gr(qe) {
|
|
5891
5891
|
var je = Mi[qe], it;
|
|
5892
5892
|
if (je)
|
|
5893
5893
|
return je;
|
|
@@ -5901,7 +5901,7 @@ function peg$parse(te, X) {
|
|
|
5901
5901
|
return Mi[qe] = je, je;
|
|
5902
5902
|
}
|
|
5903
5903
|
function Ni(qe, je) {
|
|
5904
|
-
var it =
|
|
5904
|
+
var it = gr(qe), xt = gr(je);
|
|
5905
5905
|
return {
|
|
5906
5906
|
start: {
|
|
5907
5907
|
offset: qe,
|
|
@@ -5918,48 +5918,48 @@ function peg$parse(te, X) {
|
|
|
5918
5918
|
function Lt(qe) {
|
|
5919
5919
|
ze < Ci || (ze > Ci && (Ci = ze, Bi = []), Bi.push(qe));
|
|
5920
5920
|
}
|
|
5921
|
-
function
|
|
5921
|
+
function Kr(qe, je) {
|
|
5922
5922
|
return new SyntaxError(qe, [], "", je);
|
|
5923
5923
|
}
|
|
5924
|
-
function
|
|
5924
|
+
function Zr(qe, je, it) {
|
|
5925
5925
|
return new SyntaxError(SyntaxError.buildMessage(qe, je), qe, je, it);
|
|
5926
5926
|
}
|
|
5927
|
-
function
|
|
5927
|
+
function mr() {
|
|
5928
5928
|
var qe;
|
|
5929
5929
|
return qe = ji(), qe;
|
|
5930
5930
|
}
|
|
5931
5931
|
function ji() {
|
|
5932
5932
|
var qe, je;
|
|
5933
|
-
for (qe = [], je =
|
|
5934
|
-
qe.push(je), je =
|
|
5933
|
+
for (qe = [], je = br(); je !== J; )
|
|
5934
|
+
qe.push(je), je = br();
|
|
5935
5935
|
return qe;
|
|
5936
5936
|
}
|
|
5937
|
-
function
|
|
5937
|
+
function br() {
|
|
5938
5938
|
var qe;
|
|
5939
|
-
return qe =
|
|
5939
|
+
return qe = Qr(), qe === J && (qe = Jr(), qe === J && (qe = as(), qe === J && (qe = ls(), qe === J && (qe = ds(), qe === J && (qe = Xr()))))), qe;
|
|
5940
5940
|
}
|
|
5941
5941
|
function Vi() {
|
|
5942
5942
|
var qe, je, it;
|
|
5943
|
-
if (qe = ze, je = [], it = Di(), it === J && (it =
|
|
5943
|
+
if (qe = ze, je = [], it = Di(), it === J && (it = Er(), it === J && (it = Ar())), it !== J)
|
|
5944
5944
|
for (; it !== J; )
|
|
5945
|
-
je.push(it), it = Di(), it === J && (it =
|
|
5945
|
+
je.push(it), it = Di(), it === J && (it = Er(), it === J && (it = Ar()));
|
|
5946
5946
|
else
|
|
5947
5947
|
je = J;
|
|
5948
5948
|
return je !== J && (oi = qe, je = oe(je)), qe = je, qe;
|
|
5949
5949
|
}
|
|
5950
|
-
function
|
|
5950
|
+
function Qr() {
|
|
5951
5951
|
var qe, je;
|
|
5952
5952
|
return qe = ze, je = Vi(), je !== J && (oi = qe, je = de(je)), qe = je, qe;
|
|
5953
5953
|
}
|
|
5954
|
-
function
|
|
5954
|
+
function Xr() {
|
|
5955
5955
|
var qe, je;
|
|
5956
5956
|
return qe = ze, te.charCodeAt(ze) === 35 ? (je = ce, ze++) : (je = J, Tt === 0 && Lt(he)), je !== J && (oi = qe, je = ue()), qe = je, qe;
|
|
5957
5957
|
}
|
|
5958
|
-
function
|
|
5958
|
+
function Jr() {
|
|
5959
5959
|
var qe, je, it, xt, qt, Wt;
|
|
5960
5960
|
return Tt++, qe = ze, te.charCodeAt(ze) === 123 ? (je = fe, ze++) : (je = J, Tt === 0 && Lt(ge)), je !== J ? (it = ri(), it !== J ? (xt = Ii(), xt !== J ? (qt = ri(), qt !== J ? (te.charCodeAt(ze) === 125 ? (Wt = me, ze++) : (Wt = J, Tt === 0 && Lt(ve)), Wt !== J ? (oi = qe, je = be(xt), qe = je) : (ze = qe, qe = J)) : (ze = qe, qe = J)) : (ze = qe, qe = J)) : (ze = qe, qe = J)) : (ze = qe, qe = J), Tt--, qe === J && (je = J, Tt === 0 && Lt(pe)), qe;
|
|
5961
5961
|
}
|
|
5962
|
-
function
|
|
5962
|
+
function vr() {
|
|
5963
5963
|
var qe, je, it, xt, qt;
|
|
5964
5964
|
if (Tt++, qe = ze, je = [], it = ze, xt = ze, Tt++, qt = qi(), qt === J && (we.test(te.charAt(ze)) ? (qt = te.charAt(ze), ze++) : (qt = J, Tt === 0 && Lt(Se))), Tt--, qt === J ? xt = void 0 : (ze = xt, xt = J), xt !== J ? (te.length > ze ? (qt = te.charAt(ze), ze++) : (qt = J, Tt === 0 && Lt(Ce)), qt !== J ? (xt = [xt, qt], it = xt) : (ze = it, it = J)) : (ze = it, it = J), it !== J)
|
|
5965
5965
|
for (; it !== J; )
|
|
@@ -5968,16 +5968,16 @@ function peg$parse(te, X) {
|
|
|
5968
5968
|
je = J;
|
|
5969
5969
|
return je !== J ? qe = te.substring(qe, ze) : qe = je, Tt--, qe === J && (je = J, Tt === 0 && Lt(ye)), qe;
|
|
5970
5970
|
}
|
|
5971
|
-
function
|
|
5971
|
+
function _r() {
|
|
5972
5972
|
var qe, je, it;
|
|
5973
|
-
return Tt++, qe = ze, te.charCodeAt(ze) === 47 ? (je = Ae, ze++) : (je = J, Tt === 0 && Lt(Le)), je !== J ? (it =
|
|
5973
|
+
return Tt++, qe = ze, te.charCodeAt(ze) === 47 ? (je = Ae, ze++) : (je = J, Tt === 0 && Lt(Le)), je !== J ? (it = vr(), it !== J ? (oi = qe, je = Pe(it), qe = je) : (ze = qe, qe = J)) : (ze = qe, qe = J), Tt--, qe === J && (je = J, Tt === 0 && Lt(_e)), qe;
|
|
5974
5974
|
}
|
|
5975
|
-
function
|
|
5975
|
+
function yr() {
|
|
5976
5976
|
var qe, je, it, xt, qt;
|
|
5977
5977
|
if (Tt++, qe = ze, je = ri(), je !== J)
|
|
5978
|
-
if (it =
|
|
5979
|
-
for (xt = [], qt =
|
|
5980
|
-
xt.push(qt), qt =
|
|
5978
|
+
if (it = vr(), it !== J) {
|
|
5979
|
+
for (xt = [], qt = _r(); qt !== J; )
|
|
5980
|
+
xt.push(qt), qt = _r();
|
|
5981
5981
|
xt !== J ? (oi = qe, je = He(it, xt), qe = je) : (ze = qe, qe = J);
|
|
5982
5982
|
} else
|
|
5983
5983
|
ze = qe, qe = J;
|
|
@@ -5985,24 +5985,24 @@ function peg$parse(te, X) {
|
|
|
5985
5985
|
ze = qe, qe = J;
|
|
5986
5986
|
return Tt--, qe === J && (je = J, Tt === 0 && Lt(Me)), qe;
|
|
5987
5987
|
}
|
|
5988
|
-
function
|
|
5988
|
+
function es() {
|
|
5989
5989
|
var qe, je, it;
|
|
5990
|
-
if (qe = ze, je = [], it =
|
|
5990
|
+
if (qe = ze, je = [], it = yr(), it !== J)
|
|
5991
5991
|
for (; it !== J; )
|
|
5992
|
-
je.push(it), it =
|
|
5992
|
+
je.push(it), it = yr();
|
|
5993
5993
|
else
|
|
5994
5994
|
je = J;
|
|
5995
5995
|
return je !== J && (oi = qe, je = De(je)), qe = je, qe;
|
|
5996
5996
|
}
|
|
5997
|
-
function
|
|
5997
|
+
function ts() {
|
|
5998
5998
|
var qe, je, it;
|
|
5999
|
-
return qe = ze, te.substr(ze, 2) === Oe ? (je = Oe, ze += 2) : (je = J, Tt === 0 && Lt(Ie)), je !== J ? (it =
|
|
5999
|
+
return qe = ze, te.substr(ze, 2) === Oe ? (je = Oe, ze += 2) : (je = J, Tt === 0 && Lt(Ie)), je !== J ? (it = es(), it !== J ? (oi = qe, je = Fe(it), qe = je) : (ze = qe, qe = J)) : (ze = qe, qe = J), qe === J && (qe = ze, oi = ze, je = Ue(), je ? je = void 0 : je = J, je !== J ? (it = Vi(), it !== J ? (oi = qe, je = We(it), qe = je) : (ze = qe, qe = J)) : (ze = qe, qe = J)), qe;
|
|
6000
6000
|
}
|
|
6001
|
-
function
|
|
6001
|
+
function rs() {
|
|
6002
6002
|
var qe, je, it, xt, qt, Wt, hi, ii, xi, ni, mi, ai, pi;
|
|
6003
|
-
return qe = ze, te.charCodeAt(ze) === 123 ? (je = fe, ze++) : (je = J, Tt === 0 && Lt(ge)), je !== J ? (it = ri(), it !== J ? (xt = Ii(), xt !== J ? (qt = ri(), qt !== J ? (te.charCodeAt(ze) === 44 ? (Wt = Ke, ze++) : (Wt = J, Tt === 0 && Lt(Ze)), Wt !== J ? (hi = ri(), hi !== J ? (te.substr(ze, 6) === St ? (ii = St, ze += 6) : (ii = J, Tt === 0 && Lt(Je)), ii !== J ? (xi = ri(), xi !== J ? (ni = ze, te.charCodeAt(ze) === 44 ? (mi = Ke, ze++) : (mi = J, Tt === 0 && Lt(Ze)), mi !== J ? (ai = ri(), ai !== J ? (pi =
|
|
6003
|
+
return qe = ze, te.charCodeAt(ze) === 123 ? (je = fe, ze++) : (je = J, Tt === 0 && Lt(ge)), je !== J ? (it = ri(), it !== J ? (xt = Ii(), xt !== J ? (qt = ri(), qt !== J ? (te.charCodeAt(ze) === 44 ? (Wt = Ke, ze++) : (Wt = J, Tt === 0 && Lt(Ze)), Wt !== J ? (hi = ri(), hi !== J ? (te.substr(ze, 6) === St ? (ii = St, ze += 6) : (ii = J, Tt === 0 && Lt(Je)), ii !== J ? (xi = ri(), xi !== J ? (ni = ze, te.charCodeAt(ze) === 44 ? (mi = Ke, ze++) : (mi = J, Tt === 0 && Lt(Ze)), mi !== J ? (ai = ri(), ai !== J ? (pi = ts(), pi !== J ? (mi = [mi, ai, pi], ni = mi) : (ze = ni, ni = J)) : (ze = ni, ni = J)) : (ze = ni, ni = J), ni === J && (ni = null), ni !== J ? (mi = ri(), mi !== J ? (te.charCodeAt(ze) === 125 ? (ai = me, ze++) : (ai = J, Tt === 0 && Lt(ve)), ai !== J ? (oi = qe, je = Ge(xt, ii, ni), qe = je) : (ze = qe, qe = J)) : (ze = qe, qe = J)) : (ze = qe, qe = J)) : (ze = qe, qe = J)) : (ze = qe, qe = J)) : (ze = qe, qe = J)) : (ze = qe, qe = J)) : (ze = qe, qe = J)) : (ze = qe, qe = J)) : (ze = qe, qe = J)) : (ze = qe, qe = J), qe;
|
|
6004
6004
|
}
|
|
6005
|
-
function
|
|
6005
|
+
function $r() {
|
|
6006
6006
|
var qe, je, it, xt;
|
|
6007
6007
|
if (qe = ze, te.charCodeAt(ze) === 39 ? (je = Ne, ze++) : (je = J, Tt === 0 && Lt(Be)), je !== J) {
|
|
6008
6008
|
if (it = [], xt = Di(), xt === J && (Ye.test(te.charAt(ze)) ? (xt = te.charAt(ze), ze++) : (xt = J, Tt === 0 && Lt(tt))), xt !== J)
|
|
@@ -6021,7 +6021,7 @@ function peg$parse(te, X) {
|
|
|
6021
6021
|
qe = J;
|
|
6022
6022
|
return qe;
|
|
6023
6023
|
}
|
|
6024
|
-
function
|
|
6024
|
+
function wr() {
|
|
6025
6025
|
var qe, je;
|
|
6026
6026
|
if (qe = [], Qe.test(te.charAt(ze)) ? (je = te.charAt(ze), ze++) : (je = J, Tt === 0 && Lt(ot)), je !== J)
|
|
6027
6027
|
for (; je !== J; )
|
|
@@ -6030,28 +6030,28 @@ function peg$parse(te, X) {
|
|
|
6030
6030
|
qe = J;
|
|
6031
6031
|
return qe;
|
|
6032
6032
|
}
|
|
6033
|
-
function
|
|
6033
|
+
function ss() {
|
|
6034
6034
|
var qe, je, it, xt;
|
|
6035
|
-
if (qe = ze, je = ze, it = [], xt =
|
|
6035
|
+
if (qe = ze, je = ze, it = [], xt = $r(), xt === J && (xt = wr()), xt !== J)
|
|
6036
6036
|
for (; xt !== J; )
|
|
6037
|
-
it.push(xt), xt =
|
|
6037
|
+
it.push(xt), xt = $r(), xt === J && (xt = wr());
|
|
6038
6038
|
else
|
|
6039
6039
|
it = J;
|
|
6040
6040
|
return it !== J ? je = te.substring(je, ze) : je = it, je !== J && (oi = qe, je = ft(je)), qe = je, qe;
|
|
6041
6041
|
}
|
|
6042
|
-
function
|
|
6042
|
+
function ns() {
|
|
6043
6043
|
var qe, je, it;
|
|
6044
|
-
return qe = ze, te.substr(ze, 2) === Oe ? (je = Oe, ze += 2) : (je = J, Tt === 0 && Lt(Ie)), je !== J ? (it =
|
|
6044
|
+
return qe = ze, te.substr(ze, 2) === Oe ? (je = Oe, ze += 2) : (je = J, Tt === 0 && Lt(Ie)), je !== J ? (it = ss(), it !== J ? (oi = qe, je = Fe(it), qe = je) : (ze = qe, qe = J)) : (ze = qe, qe = J), qe === J && (qe = ze, oi = ze, je = Et(), je ? je = void 0 : je = J, je !== J ? (it = Vi(), it !== J ? (oi = qe, je = We(it), qe = je) : (ze = qe, qe = J)) : (ze = qe, qe = J)), qe;
|
|
6045
6045
|
}
|
|
6046
|
-
function
|
|
6046
|
+
function os() {
|
|
6047
6047
|
var qe, je, it, xt, qt, Wt, hi, ii, xi, ni, mi, ai, pi;
|
|
6048
|
-
return qe = ze, te.charCodeAt(ze) === 123 ? (je = fe, ze++) : (je = J, Tt === 0 && Lt(ge)), je !== J ? (it = ri(), it !== J ? (xt = Ii(), xt !== J ? (qt = ri(), qt !== J ? (te.charCodeAt(ze) === 44 ? (Wt = Ke, ze++) : (Wt = J, Tt === 0 && Lt(Ze)), Wt !== J ? (hi = ri(), hi !== J ? (te.substr(ze, 4) === Mt ? (ii = Mt, ze += 4) : (ii = J, Tt === 0 && Lt(Ut)), ii === J && (te.substr(ze, 4) === Vt ? (ii = Vt, ze += 4) : (ii = J, Tt === 0 && Lt(Xt))), ii !== J ? (xi = ri(), xi !== J ? (ni = ze, te.charCodeAt(ze) === 44 ? (mi = Ke, ze++) : (mi = J, Tt === 0 && Lt(Ze)), mi !== J ? (ai = ri(), ai !== J ? (pi =
|
|
6048
|
+
return qe = ze, te.charCodeAt(ze) === 123 ? (je = fe, ze++) : (je = J, Tt === 0 && Lt(ge)), je !== J ? (it = ri(), it !== J ? (xt = Ii(), xt !== J ? (qt = ri(), qt !== J ? (te.charCodeAt(ze) === 44 ? (Wt = Ke, ze++) : (Wt = J, Tt === 0 && Lt(Ze)), Wt !== J ? (hi = ri(), hi !== J ? (te.substr(ze, 4) === Mt ? (ii = Mt, ze += 4) : (ii = J, Tt === 0 && Lt(Ut)), ii === J && (te.substr(ze, 4) === Vt ? (ii = Vt, ze += 4) : (ii = J, Tt === 0 && Lt(Xt))), ii !== J ? (xi = ri(), xi !== J ? (ni = ze, te.charCodeAt(ze) === 44 ? (mi = Ke, ze++) : (mi = J, Tt === 0 && Lt(Ze)), mi !== J ? (ai = ri(), ai !== J ? (pi = ns(), pi !== J ? (mi = [mi, ai, pi], ni = mi) : (ze = ni, ni = J)) : (ze = ni, ni = J)) : (ze = ni, ni = J), ni === J && (ni = null), ni !== J ? (mi = ri(), mi !== J ? (te.charCodeAt(ze) === 125 ? (ai = me, ze++) : (ai = J, Tt === 0 && Lt(ve)), ai !== J ? (oi = qe, je = Ge(xt, ii, ni), qe = je) : (ze = qe, qe = J)) : (ze = qe, qe = J)) : (ze = qe, qe = J)) : (ze = qe, qe = J)) : (ze = qe, qe = J)) : (ze = qe, qe = J)) : (ze = qe, qe = J)) : (ze = qe, qe = J)) : (ze = qe, qe = J)) : (ze = qe, qe = J)) : (ze = qe, qe = J), qe;
|
|
6049
6049
|
}
|
|
6050
|
-
function
|
|
6050
|
+
function as() {
|
|
6051
6051
|
var qe;
|
|
6052
|
-
return qe =
|
|
6052
|
+
return qe = rs(), qe === J && (qe = os()), qe;
|
|
6053
6053
|
}
|
|
6054
|
-
function
|
|
6054
|
+
function ls() {
|
|
6055
6055
|
var qe, je, it, xt, qt, Wt, hi, ii, xi, ni, mi, ai, pi, Si, Ti, Gi;
|
|
6056
6056
|
if (qe = ze, te.charCodeAt(ze) === 123 ? (je = fe, ze++) : (je = J, Tt === 0 && Lt(ge)), je !== J)
|
|
6057
6057
|
if (it = ri(), it !== J)
|
|
@@ -6063,11 +6063,11 @@ function peg$parse(te, X) {
|
|
|
6063
6063
|
if (xi = ri(), xi !== J)
|
|
6064
6064
|
if (te.charCodeAt(ze) === 44 ? (ni = Ke, ze++) : (ni = J, Tt === 0 && Lt(Ze)), ni !== J)
|
|
6065
6065
|
if (mi = ri(), mi !== J)
|
|
6066
|
-
if (ai = ze, te.substr(ze, 7) === Ct ? (pi = Ct, ze += 7) : (pi = J, Tt === 0 && Lt(Dt)), pi !== J ? (Si = ri(), Si !== J ? (Ti =
|
|
6066
|
+
if (ai = ze, te.substr(ze, 7) === Ct ? (pi = Ct, ze += 7) : (pi = J, Tt === 0 && Lt(Dt)), pi !== J ? (Si = ri(), Si !== J ? (Ti = Cr(), Ti !== J ? (pi = [pi, Si, Ti], ai = pi) : (ze = ai, ai = J)) : (ze = ai, ai = J)) : (ze = ai, ai = J), ai === J && (ai = null), ai !== J)
|
|
6067
6067
|
if (pi = ri(), pi !== J) {
|
|
6068
|
-
if (Si = [], Ti =
|
|
6068
|
+
if (Si = [], Ti = kr(), Ti !== J)
|
|
6069
6069
|
for (; Ti !== J; )
|
|
6070
|
-
Si.push(Ti), Ti =
|
|
6070
|
+
Si.push(Ti), Ti = kr();
|
|
6071
6071
|
else
|
|
6072
6072
|
Si = J;
|
|
6073
6073
|
Si !== J ? (Ti = ri(), Ti !== J ? (te.charCodeAt(ze) === 125 ? (Gi = me, ze++) : (Gi = J, Tt === 0 && Lt(ve)), Gi !== J ? (oi = qe, je = It(xt, ii, ai, Si), qe = je) : (ze = qe, qe = J)) : (ze = qe, qe = J)) : (ze = qe, qe = J);
|
|
@@ -6097,7 +6097,7 @@ function peg$parse(te, X) {
|
|
|
6097
6097
|
ze = qe, qe = J;
|
|
6098
6098
|
return qe;
|
|
6099
6099
|
}
|
|
6100
|
-
function
|
|
6100
|
+
function ds() {
|
|
6101
6101
|
var qe, je, it, xt, qt, Wt, hi, ii, xi, ni, mi, ai, pi, Si;
|
|
6102
6102
|
if (qe = ze, te.charCodeAt(ze) === 123 ? (je = fe, ze++) : (je = J, Tt === 0 && Lt(ge)), je !== J)
|
|
6103
6103
|
if (it = ri(), it !== J)
|
|
@@ -6109,9 +6109,9 @@ function peg$parse(te, X) {
|
|
|
6109
6109
|
if (xi = ri(), xi !== J)
|
|
6110
6110
|
if (te.charCodeAt(ze) === 44 ? (ni = Ke, ze++) : (ni = J, Tt === 0 && Lt(Ze)), ni !== J)
|
|
6111
6111
|
if (mi = ri(), mi !== J) {
|
|
6112
|
-
if (ai = [], pi =
|
|
6112
|
+
if (ai = [], pi = xr(), pi !== J)
|
|
6113
6113
|
for (; pi !== J; )
|
|
6114
|
-
ai.push(pi), pi =
|
|
6114
|
+
ai.push(pi), pi = xr();
|
|
6115
6115
|
else
|
|
6116
6116
|
ai = J;
|
|
6117
6117
|
ai !== J ? (pi = ri(), pi !== J ? (te.charCodeAt(ze) === 125 ? (Si = me, ze++) : (Si = J, Tt === 0 && Lt(ve)), Si !== J ? (oi = qe, je = Gt(xt, ai), qe = je) : (ze = qe, qe = J)) : (ze = qe, qe = J)) : (ze = qe, qe = J);
|
|
@@ -6137,23 +6137,23 @@ function peg$parse(te, X) {
|
|
|
6137
6137
|
ze = qe, qe = J;
|
|
6138
6138
|
return qe;
|
|
6139
6139
|
}
|
|
6140
|
-
function
|
|
6140
|
+
function cs() {
|
|
6141
6141
|
var qe, je, it, xt;
|
|
6142
|
-
return qe = ze, je = ze, te.charCodeAt(ze) === 61 ? (it = Kt, ze++) : (it = J, Tt === 0 && Lt(fi)), it !== J ? (xt =
|
|
6142
|
+
return qe = ze, je = ze, te.charCodeAt(ze) === 61 ? (it = Kt, ze++) : (it = J, Tt === 0 && Lt(fi)), it !== J ? (xt = Cr(), xt !== J ? (it = [it, xt], je = it) : (ze = je, je = J)) : (ze = je, je = J), je !== J ? qe = te.substring(qe, ze) : qe = je, qe === J && (qe = Wi()), qe;
|
|
6143
6143
|
}
|
|
6144
|
-
function
|
|
6144
|
+
function xr() {
|
|
6145
6145
|
var qe, je, it, xt, qt, Wt, hi, ii;
|
|
6146
6146
|
return qe = ze, je = ri(), je !== J ? (it = Wi(), it !== J ? (xt = ri(), xt !== J ? (te.charCodeAt(ze) === 123 ? (qt = fe, ze++) : (qt = J, Tt === 0 && Lt(ge)), qt !== J ? (oi = ze, Wt = $i(), Wt ? Wt = void 0 : Wt = J, Wt !== J ? (hi = ji(), hi !== J ? (te.charCodeAt(ze) === 125 ? (ii = me, ze++) : (ii = J, Tt === 0 && Lt(ve)), ii !== J ? (oi = qe, je = li(it, hi), qe = je) : (ze = qe, qe = J)) : (ze = qe, qe = J)) : (ze = qe, qe = J)) : (ze = qe, qe = J)) : (ze = qe, qe = J)) : (ze = qe, qe = J)) : (ze = qe, qe = J), qe;
|
|
6147
6147
|
}
|
|
6148
|
-
function
|
|
6148
|
+
function kr() {
|
|
6149
6149
|
var qe, je, it, xt, qt, Wt, hi, ii;
|
|
6150
|
-
return qe = ze, je = ri(), je !== J ? (it =
|
|
6150
|
+
return qe = ze, je = ri(), je !== J ? (it = cs(), it !== J ? (xt = ri(), xt !== J ? (te.charCodeAt(ze) === 123 ? (qt = fe, ze++) : (qt = J, Tt === 0 && Lt(ge)), qt !== J ? (oi = ze, Wt = Pi(), Wt ? Wt = void 0 : Wt = J, Wt !== J ? (hi = ji(), hi !== J ? (te.charCodeAt(ze) === 125 ? (ii = me, ze++) : (ii = J, Tt === 0 && Lt(ve)), ii !== J ? (oi = qe, je = ui(it, hi), qe = je) : (ze = qe, qe = J)) : (ze = qe, qe = J)) : (ze = qe, qe = J)) : (ze = qe, qe = J)) : (ze = qe, qe = J)) : (ze = qe, qe = J)) : (ze = qe, qe = J), qe;
|
|
6151
6151
|
}
|
|
6152
6152
|
function qi() {
|
|
6153
6153
|
var qe;
|
|
6154
6154
|
return Tt++, vt.test(te.charAt(ze)) ? (qe = te.charAt(ze), ze++) : (qe = J, Tt === 0 && Lt(At)), Tt--, qe === J && Tt === 0 && Lt(nt), qe;
|
|
6155
6155
|
}
|
|
6156
|
-
function
|
|
6156
|
+
function Sr() {
|
|
6157
6157
|
var qe;
|
|
6158
6158
|
return Tt++, jt.test(te.charAt(ze)) ? (qe = te.charAt(ze), ze++) : (qe = J, Tt === 0 && Lt(_i)), Tt--, qe === J && Tt === 0 && Lt(Pt), qe;
|
|
6159
6159
|
}
|
|
@@ -6163,18 +6163,18 @@ function peg$parse(te, X) {
|
|
|
6163
6163
|
je.push(it), it = qi();
|
|
6164
6164
|
return je !== J ? qe = te.substring(qe, ze) : qe = je, Tt--, qe === J && (je = J, Tt === 0 && Lt(vi)), qe;
|
|
6165
6165
|
}
|
|
6166
|
-
function
|
|
6166
|
+
function Cr() {
|
|
6167
6167
|
var qe, je, it;
|
|
6168
|
-
return Tt++, qe = ze, te.charCodeAt(ze) === 45 ? (je = Ft, ze++) : (je = J, Tt === 0 && Lt(Nt)), je === J && (je = null), je !== J ? (it =
|
|
6168
|
+
return Tt++, qe = ze, te.charCodeAt(ze) === 45 ? (je = Ft, ze++) : (je = J, Tt === 0 && Lt(Nt)), je === J && (je = null), je !== J ? (it = Tr(), it !== J ? (oi = qe, je = Ht(je, it), qe = je) : (ze = qe, qe = J)) : (ze = qe, qe = J), Tt--, qe === J && (je = J, Tt === 0 && Lt(ei)), qe;
|
|
6169
6169
|
}
|
|
6170
6170
|
function Di() {
|
|
6171
6171
|
var qe, je;
|
|
6172
6172
|
return Tt++, qe = ze, te.substr(ze, 2) === Zt ? (je = Zt, ze += 2) : (je = J, Tt === 0 && Lt(di)), je !== J && (oi = qe, je = gi()), qe = je, Tt--, qe === J && (je = J, Tt === 0 && Lt(Bt)), qe;
|
|
6173
6173
|
}
|
|
6174
|
-
function
|
|
6174
|
+
function Er() {
|
|
6175
6175
|
var qe, je, it, xt, qt, Wt;
|
|
6176
6176
|
if (qe = ze, te.charCodeAt(ze) === 39 ? (je = Ne, ze++) : (je = J, Tt === 0 && Lt(Be)), je !== J)
|
|
6177
|
-
if (it =
|
|
6177
|
+
if (it = us(), it !== J) {
|
|
6178
6178
|
for (xt = ze, qt = [], te.substr(ze, 2) === Zt ? (Wt = Zt, ze += 2) : (Wt = J, Tt === 0 && Lt(di)), Wt === J && (Ye.test(te.charAt(ze)) ? (Wt = te.charAt(ze), ze++) : (Wt = J, Tt === 0 && Lt(tt))); Wt !== J; )
|
|
6179
6179
|
qt.push(Wt), te.substr(ze, 2) === Zt ? (Wt = Zt, ze += 2) : (Wt = J, Tt === 0 && Lt(di)), Wt === J && (Ye.test(te.charAt(ze)) ? (Wt = te.charAt(ze), ze++) : (Wt = J, Tt === 0 && Lt(tt)));
|
|
6180
6180
|
qt !== J ? xt = te.substring(xt, ze) : xt = qt, xt !== J ? (te.charCodeAt(ze) === 39 ? (qt = Ne, ze++) : (qt = J, Tt === 0 && Lt(Be)), qt === J && (qt = null), qt !== J ? (oi = qe, je = wi(it, xt), qe = je) : (ze = qe, qe = J)) : (ze = qe, qe = J);
|
|
@@ -6184,45 +6184,45 @@ function peg$parse(te, X) {
|
|
|
6184
6184
|
ze = qe, qe = J;
|
|
6185
6185
|
return qe;
|
|
6186
6186
|
}
|
|
6187
|
-
function
|
|
6187
|
+
function Ar() {
|
|
6188
6188
|
var qe, je, it, xt;
|
|
6189
6189
|
return qe = ze, je = ze, te.length > ze ? (it = te.charAt(ze), ze++) : (it = J, Tt === 0 && Lt(Ce)), it !== J ? (oi = ze, xt = Li(it), xt ? xt = void 0 : xt = J, xt !== J ? (it = [it, xt], je = it) : (ze = je, je = J)) : (ze = je, je = J), je === J && (te.charCodeAt(ze) === 10 ? (je = zi, ze++) : (je = J, Tt === 0 && Lt(Hi))), je !== J ? qe = te.substring(qe, ze) : qe = je, qe;
|
|
6190
6190
|
}
|
|
6191
|
-
function
|
|
6191
|
+
function us() {
|
|
6192
6192
|
var qe, je, it, xt;
|
|
6193
|
-
return qe = ze, je = ze, te.length > ze ? (it = te.charAt(ze), ze++) : (it = J, Tt === 0 && Lt(Ce)), it !== J ? (oi = ze, xt =
|
|
6193
|
+
return qe = ze, je = ze, te.length > ze ? (it = te.charAt(ze), ze++) : (it = J, Tt === 0 && Lt(Ce)), it !== J ? (oi = ze, xt = Mr(it), xt ? xt = void 0 : xt = J, xt !== J ? (it = [it, xt], je = it) : (ze = je, je = J)) : (ze = je, je = J), je !== J ? qe = te.substring(qe, ze) : qe = je, qe;
|
|
6194
6194
|
}
|
|
6195
6195
|
function Ii() {
|
|
6196
6196
|
var qe, je;
|
|
6197
|
-
return Tt++, qe = ze, je =
|
|
6197
|
+
return Tt++, qe = ze, je = Tr(), je === J && (je = Wi()), je !== J ? qe = te.substring(qe, ze) : qe = je, Tt--, qe === J && (je = J, Tt === 0 && Lt(Fr)), qe;
|
|
6198
6198
|
}
|
|
6199
|
-
function
|
|
6199
|
+
function Tr() {
|
|
6200
6200
|
var qe, je, it, xt, qt;
|
|
6201
|
-
if (Tt++, qe = ze, te.charCodeAt(ze) === 48 ? (je =
|
|
6202
|
-
if (qe = ze, je = ze,
|
|
6203
|
-
for (xt = [],
|
|
6204
|
-
xt.push(qt),
|
|
6201
|
+
if (Tt++, qe = ze, te.charCodeAt(ze) === 48 ? (je = zr, ze++) : (je = J, Tt === 0 && Lt(Hr)), je !== J && (oi = qe, je = Br()), qe = je, qe === J) {
|
|
6202
|
+
if (qe = ze, je = ze, Ur.test(te.charAt(ze)) ? (it = te.charAt(ze), ze++) : (it = J, Tt === 0 && Lt(jr)), it !== J) {
|
|
6203
|
+
for (xt = [], ur.test(te.charAt(ze)) ? (qt = te.charAt(ze), ze++) : (qt = J, Tt === 0 && Lt(hr)); qt !== J; )
|
|
6204
|
+
xt.push(qt), ur.test(te.charAt(ze)) ? (qt = te.charAt(ze), ze++) : (qt = J, Tt === 0 && Lt(hr));
|
|
6205
6205
|
xt !== J ? (it = [it, xt], je = it) : (ze = je, je = J);
|
|
6206
6206
|
} else
|
|
6207
6207
|
ze = je, je = J;
|
|
6208
|
-
je !== J && (oi = qe, je =
|
|
6208
|
+
je !== J && (oi = qe, je = Vr(je)), qe = je;
|
|
6209
6209
|
}
|
|
6210
|
-
return Tt--, qe === J && (je = J, Tt === 0 && Lt(
|
|
6210
|
+
return Tt--, qe === J && (je = J, Tt === 0 && Lt(Nr)), qe;
|
|
6211
6211
|
}
|
|
6212
6212
|
function Wi() {
|
|
6213
6213
|
var qe, je, it, xt, qt;
|
|
6214
|
-
if (Tt++, qe = ze, je = [], it = ze, xt = ze, Tt++, qt = qi(), qt === J && (qt =
|
|
6214
|
+
if (Tt++, qe = ze, je = [], it = ze, xt = ze, Tt++, qt = qi(), qt === J && (qt = Sr()), Tt--, qt === J ? xt = void 0 : (ze = xt, xt = J), xt !== J ? (te.length > ze ? (qt = te.charAt(ze), ze++) : (qt = J, Tt === 0 && Lt(Ce)), qt !== J ? (xt = [xt, qt], it = xt) : (ze = it, it = J)) : (ze = it, it = J), it !== J)
|
|
6215
6215
|
for (; it !== J; )
|
|
6216
|
-
je.push(it), it = ze, xt = ze, Tt++, qt = qi(), qt === J && (qt =
|
|
6216
|
+
je.push(it), it = ze, xt = ze, Tt++, qt = qi(), qt === J && (qt = Sr()), Tt--, qt === J ? xt = void 0 : (ze = xt, xt = J), xt !== J ? (te.length > ze ? (qt = te.charAt(ze), ze++) : (qt = J, Tt === 0 && Lt(Ce)), qt !== J ? (xt = [xt, qt], it = xt) : (ze = it, it = J)) : (ze = it, it = J);
|
|
6217
6217
|
else
|
|
6218
6218
|
je = J;
|
|
6219
|
-
return je !== J ? qe = te.substring(qe, ze) : qe = je, Tt--, qe === J && (je = J, Tt === 0 && Lt(
|
|
6219
|
+
return je !== J ? qe = te.substring(qe, ze) : qe = je, Tt--, qe === J && (je = J, Tt === 0 && Lt(Wr)), qe;
|
|
6220
6220
|
}
|
|
6221
6221
|
var Ei = ["root"];
|
|
6222
|
-
function
|
|
6222
|
+
function hs() {
|
|
6223
6223
|
return Ei.length > 1;
|
|
6224
6224
|
}
|
|
6225
|
-
function
|
|
6225
|
+
function Or() {
|
|
6226
6226
|
return Ei[Ei.length - 1] === "plural";
|
|
6227
6227
|
}
|
|
6228
6228
|
function Ai() {
|
|
@@ -6232,7 +6232,7 @@ function peg$parse(te, X) {
|
|
|
6232
6232
|
}
|
|
6233
6233
|
if (Fi = ne(), Fi !== J && ze === te.length)
|
|
6234
6234
|
return Fi;
|
|
6235
|
-
throw Fi !== J && ze < te.length && Lt(
|
|
6235
|
+
throw Fi !== J && ze < te.length && Lt(Yr()), Zr(Bi, Ci < te.length ? te.charAt(Ci) : null, Ci < te.length ? Ni(Ci, Ci + 1) : Ni(Ci, Ci));
|
|
6236
6236
|
}
|
|
6237
6237
|
var pegParse = peg$parse, __spreadArrays$2 = function() {
|
|
6238
6238
|
for (var te = 0, X = 0, J = arguments.length; X < J; X++) te += arguments[X].length;
|
|
@@ -8937,7 +8937,7 @@ const useLocalization = async (te) => {
|
|
|
8937
8937
|
}
|
|
8938
8938
|
}
|
|
8939
8939
|
}
|
|
8940
|
-
}, styles$
|
|
8940
|
+
}, styles$m = ".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}";
|
|
8941
8941
|
/**
|
|
8942
8942
|
* @license
|
|
8943
8943
|
* Copyright 2017 Google LLC
|
|
@@ -8988,7 +8988,7 @@ const Rt = e$L(class extends i$v {
|
|
|
8988
8988
|
}
|
|
8989
8989
|
return R$1;
|
|
8990
8990
|
}
|
|
8991
|
-
}), template$
|
|
8991
|
+
}), template$n = (te) => ke$1`
|
|
8992
8992
|
<div
|
|
8993
8993
|
class=${Rt({ item: !0, active: te.isActive })}
|
|
8994
8994
|
@click=${te.config.callbackFn}
|
|
@@ -9005,10 +9005,10 @@ const Rt = e$L(class extends i$v {
|
|
|
9005
9005
|
</dss-tooltip>`}
|
|
9006
9006
|
</div>
|
|
9007
9007
|
`;
|
|
9008
|
-
var __defProp$
|
|
9008
|
+
var __defProp$w = Object.defineProperty, __decorateClass$w = (te, X, J, re) => {
|
|
9009
9009
|
for (var ne = void 0, oe = te.length - 1, de; oe >= 0; oe--)
|
|
9010
9010
|
(de = te[oe]) && (ne = de(X, J, ne) || ne);
|
|
9011
|
-
return ne && __defProp$
|
|
9011
|
+
return ne && __defProp$w(X, J, ne), ne;
|
|
9012
9012
|
};
|
|
9013
9013
|
const Yi = class Yi extends k$7(h$q) {
|
|
9014
9014
|
constructor(X) {
|
|
@@ -9046,23 +9046,23 @@ const Yi = class Yi extends k$7(h$q) {
|
|
|
9046
9046
|
this.subscriptions.forEach((X) => X.dispose());
|
|
9047
9047
|
}
|
|
9048
9048
|
render() {
|
|
9049
|
-
return ke$1`${template$
|
|
9049
|
+
return ke$1`${template$n(this)}`;
|
|
9050
9050
|
}
|
|
9051
9051
|
};
|
|
9052
9052
|
Yi.styles = i$y`
|
|
9053
|
-
${r$H(styles$
|
|
9053
|
+
${r$H(styles$m)}
|
|
9054
9054
|
`;
|
|
9055
9055
|
let PrimariaNavItem = Yi;
|
|
9056
|
-
__decorateClass$
|
|
9056
|
+
__decorateClass$w([
|
|
9057
9057
|
n$y({ type: Number })
|
|
9058
9058
|
], PrimariaNavItem.prototype, "containerWidth");
|
|
9059
|
-
__decorateClass$
|
|
9059
|
+
__decorateClass$w([
|
|
9060
9060
|
r$E()
|
|
9061
9061
|
], PrimariaNavItem.prototype, "showText");
|
|
9062
|
-
__decorateClass$
|
|
9062
|
+
__decorateClass$w([
|
|
9063
9063
|
r$E()
|
|
9064
9064
|
], PrimariaNavItem.prototype, "isActive");
|
|
9065
|
-
__decorateClass$
|
|
9065
|
+
__decorateClass$w([
|
|
9066
9066
|
n$y({ type: Object })
|
|
9067
9067
|
], PrimariaNavItem.prototype, "config");
|
|
9068
9068
|
const shellRegions = {
|
|
@@ -9072,7 +9072,8 @@ const shellRegions = {
|
|
|
9072
9072
|
navigationMenu: "menu-region",
|
|
9073
9073
|
navigationLowerLeftMenu: "navigation-lower-left-menu",
|
|
9074
9074
|
quickActions: "quick-actions-region",
|
|
9075
|
-
floating: "floating-region"
|
|
9075
|
+
floating: "floating-region",
|
|
9076
|
+
communicationSidenav: "communication-sidenav-region"
|
|
9076
9077
|
}, clinicalMonitoringRegions = {
|
|
9077
9078
|
sidebar: "widgets-sidebar-region",
|
|
9078
9079
|
header: "header-widgets-region",
|
|
@@ -9154,7 +9155,7 @@ const container$1 = new Container(), { lazyInject: lazyInject$1 } = getDecorator
|
|
|
9154
9155
|
primaryApi: Symbol.for("primaryApi"),
|
|
9155
9156
|
store: Symbol.for("store"),
|
|
9156
9157
|
localeManager: Symbol.for("localeManager")
|
|
9157
|
-
}, styles$
|
|
9158
|
+
}, styles$l = ":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}";
|
|
9158
9159
|
function base64ToBlob(te, X = "application/octet-stream") {
|
|
9159
9160
|
const J = window.atob(te), re = J.length, ne = new Uint8Array(re);
|
|
9160
9161
|
for (let oe = 0; oe < re; oe++)
|
|
@@ -9167,10 +9168,10 @@ const createUrlFromBase64 = (te, X) => {
|
|
|
9167
9168
|
return URL.createObjectURL(J);
|
|
9168
9169
|
}
|
|
9169
9170
|
};
|
|
9170
|
-
var __defProp$
|
|
9171
|
+
var __defProp$v = Object.defineProperty, __decorateClass$v = (te, X, J, re) => {
|
|
9171
9172
|
for (var ne = void 0, oe = te.length - 1, de; oe >= 0; oe--)
|
|
9172
9173
|
(de = te[oe]) && (ne = de(X, J, ne) || ne);
|
|
9173
|
-
return ne && __defProp$
|
|
9174
|
+
return ne && __defProp$v(X, J, ne), ne;
|
|
9174
9175
|
};
|
|
9175
9176
|
const Ki = class Ki extends h$q {
|
|
9176
9177
|
constructor() {
|
|
@@ -9238,15 +9239,15 @@ const Ki = class Ki extends h$q {
|
|
|
9238
9239
|
`;
|
|
9239
9240
|
}
|
|
9240
9241
|
};
|
|
9241
|
-
Ki.styles = i$y`${r$H(styles$
|
|
9242
|
+
Ki.styles = i$y`${r$H(styles$l)}`;
|
|
9242
9243
|
let PdfVisor = Ki;
|
|
9243
|
-
__decorateClass$
|
|
9244
|
+
__decorateClass$v([
|
|
9244
9245
|
lazyInject$1(TYPES$1.primaryApi)
|
|
9245
9246
|
], PdfVisor.prototype, "api");
|
|
9246
|
-
__decorateClass$
|
|
9247
|
+
__decorateClass$v([
|
|
9247
9248
|
n$y({ type: Array })
|
|
9248
9249
|
], PdfVisor.prototype, "pdfList");
|
|
9249
|
-
__decorateClass$
|
|
9250
|
+
__decorateClass$v([
|
|
9250
9251
|
n$y({ type: Array })
|
|
9251
9252
|
], PdfVisor.prototype, "activePdfs");
|
|
9252
9253
|
const registerPdfViewerNavItem = () => {
|
|
@@ -9271,7 +9272,7 @@ const registerPdfViewerNavItem = () => {
|
|
|
9271
9272
|
return Promise.resolve(te);
|
|
9272
9273
|
}
|
|
9273
9274
|
});
|
|
9274
|
-
}, styles$
|
|
9275
|
+
}, styles$k = ":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}";
|
|
9275
9276
|
/**
|
|
9276
9277
|
* @license
|
|
9277
9278
|
* Copyright 2020 Google LLC
|
|
@@ -9362,7 +9363,7 @@ const Jt = (te, X, J) => {
|
|
|
9362
9363
|
}
|
|
9363
9364
|
return this.ut = de, dt(te, he), R$1;
|
|
9364
9365
|
}
|
|
9365
|
-
}), template$
|
|
9366
|
+
}), template$m = (te) => {
|
|
9366
9367
|
const X = (J) => ke$1`
|
|
9367
9368
|
<div class="pdf-item">
|
|
9368
9369
|
<dss-checkbox @onChange=${() => te.setActivePdf(J.id)}>
|
|
@@ -9391,17 +9392,17 @@ const Jt = (te, X, J) => {
|
|
|
9391
9392
|
</div>
|
|
9392
9393
|
`;
|
|
9393
9394
|
};
|
|
9394
|
-
var __defProp$
|
|
9395
|
+
var __defProp$u = Object.defineProperty, __decorateClass$u = (te, X, J, re) => {
|
|
9395
9396
|
for (var ne = void 0, oe = te.length - 1, de; oe >= 0; oe--)
|
|
9396
9397
|
(de = te[oe]) && (ne = de(X, J, ne) || ne);
|
|
9397
|
-
return ne && __defProp$
|
|
9398
|
+
return ne && __defProp$u(X, J, ne), ne;
|
|
9398
9399
|
};
|
|
9399
9400
|
const Zi = class Zi extends h$q {
|
|
9400
9401
|
constructor() {
|
|
9401
9402
|
super(...arguments), this.activePdfs = [];
|
|
9402
9403
|
}
|
|
9403
9404
|
render() {
|
|
9404
|
-
return template$
|
|
9405
|
+
return template$m(this);
|
|
9405
9406
|
}
|
|
9406
9407
|
removePdf(X) {
|
|
9407
9408
|
this.dispatchEvent(
|
|
@@ -9419,13 +9420,13 @@ const Zi = class Zi extends h$q {
|
|
|
9419
9420
|
}
|
|
9420
9421
|
};
|
|
9421
9422
|
Zi.styles = i$y`
|
|
9422
|
-
${r$H(styles$
|
|
9423
|
+
${r$H(styles$k)}
|
|
9423
9424
|
`;
|
|
9424
9425
|
let PdfSelector = Zi;
|
|
9425
|
-
__decorateClass$
|
|
9426
|
+
__decorateClass$u([
|
|
9426
9427
|
n$y({ type: Array })
|
|
9427
9428
|
], PdfSelector.prototype, "pdfList");
|
|
9428
|
-
__decorateClass$
|
|
9429
|
+
__decorateClass$u([
|
|
9429
9430
|
n$y({ type: Array })
|
|
9430
9431
|
], PdfSelector.prototype, "activePdfs");
|
|
9431
9432
|
class PdfViewerManager {
|
|
@@ -9455,7 +9456,7 @@ class PdfViewerManager {
|
|
|
9455
9456
|
registerPdfViewerNavItem();
|
|
9456
9457
|
}
|
|
9457
9458
|
}
|
|
9458
|
-
const createPdfViewerManager = (te, X) => new PdfViewerManager(te, X), styles$
|
|
9459
|
+
const createPdfViewerManager = (te, X) => new PdfViewerManager(te, X), styles$j = ".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}", template$l = (te) => {
|
|
9459
9460
|
var X, J;
|
|
9460
9461
|
return ke$1`
|
|
9461
9462
|
<div class="container">
|
|
@@ -9467,11 +9468,11 @@ const createPdfViewerManager = (te, X) => new PdfViewerManager(te, X), styles$i
|
|
|
9467
9468
|
`;
|
|
9468
9469
|
}, Qi = class Qi extends h$q {
|
|
9469
9470
|
render() {
|
|
9470
|
-
return ke$1`${template$
|
|
9471
|
+
return ke$1`${template$l(this)}`;
|
|
9471
9472
|
}
|
|
9472
9473
|
};
|
|
9473
9474
|
Qi.styles = i$y`
|
|
9474
|
-
${r$H(styles$
|
|
9475
|
+
${r$H(styles$j)}
|
|
9475
9476
|
`;
|
|
9476
9477
|
let PluginBusyList = Qi;
|
|
9477
9478
|
class PluginBusyManagerImpl {
|
|
@@ -11073,17 +11074,17 @@ const container = new Container(), { lazyInject } = getDecorators(container), bi
|
|
|
11073
11074
|
}, unbindDeps = () => {
|
|
11074
11075
|
container.unbind(TYPES.primaryApi), container.unbind(TYPES.store);
|
|
11075
11076
|
}, addAsyncHistoryItemsCommand = "inject_async_history_items_request";
|
|
11076
|
-
var __defProp$
|
|
11077
|
-
for (var ne = re > 1 ? void 0 : re ? __getOwnPropDesc$
|
|
11077
|
+
var __defProp$t = Object.defineProperty, __getOwnPropDesc$i = Object.getOwnPropertyDescriptor, __decorateClass$t = (te, X, J, re) => {
|
|
11078
|
+
for (var ne = re > 1 ? void 0 : re ? __getOwnPropDesc$i(X, J) : X, oe = te.length - 1, de; oe >= 0; oe--)
|
|
11078
11079
|
(de = te[oe]) && (ne = (re ? de(X, J, ne) : de(ne)) || ne);
|
|
11079
|
-
return re && ne && __defProp$
|
|
11080
|
+
return re && ne && __defProp$t(X, J, ne), ne;
|
|
11080
11081
|
}, __decorateParam$5 = (te, X) => (J, re) => X(J, re, te);
|
|
11081
11082
|
let StoreBaseHandler = class {
|
|
11082
11083
|
constructor(te) {
|
|
11083
11084
|
this.store = te;
|
|
11084
11085
|
}
|
|
11085
11086
|
};
|
|
11086
|
-
StoreBaseHandler = __decorateClass$
|
|
11087
|
+
StoreBaseHandler = __decorateClass$t([
|
|
11087
11088
|
injectable(),
|
|
11088
11089
|
__decorateParam$5(0, inject(TYPES.store))
|
|
11089
11090
|
], StoreBaseHandler);
|
|
@@ -11092,7 +11093,7 @@ let ApiBaseHandler = class {
|
|
|
11092
11093
|
this.api = te;
|
|
11093
11094
|
}
|
|
11094
11095
|
};
|
|
11095
|
-
ApiBaseHandler = __decorateClass$
|
|
11096
|
+
ApiBaseHandler = __decorateClass$t([
|
|
11096
11097
|
injectable(),
|
|
11097
11098
|
__decorateParam$5(0, inject(TYPES.primaryApi))
|
|
11098
11099
|
], ApiBaseHandler);
|
|
@@ -11101,7 +11102,7 @@ let BaseHandler = class {
|
|
|
11101
11102
|
this.store = te, this.api = X;
|
|
11102
11103
|
}
|
|
11103
11104
|
};
|
|
11104
|
-
BaseHandler = __decorateClass$
|
|
11105
|
+
BaseHandler = __decorateClass$t([
|
|
11105
11106
|
injectable(),
|
|
11106
11107
|
__decorateParam$5(0, inject(TYPES.store)),
|
|
11107
11108
|
__decorateParam$5(1, inject(TYPES.primaryApi))
|
|
@@ -11278,7 +11279,7 @@ const initializeLocalization = async (te) => {
|
|
|
11278
11279
|
}
|
|
11279
11280
|
}
|
|
11280
11281
|
}
|
|
11281
|
-
}, styles$
|
|
11282
|
+
}, styles$i = ".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$k = (te) => {
|
|
11282
11283
|
const { arrayElements: X, text: J } = te;
|
|
11283
11284
|
return ke$1`
|
|
11284
11285
|
<div class="wrapper">
|
|
@@ -11320,10 +11321,10 @@ const initializeLocalization = async (te) => {
|
|
|
11320
11321
|
</div>` : D$1}
|
|
11321
11322
|
</div>`;
|
|
11322
11323
|
};
|
|
11323
|
-
var __defProp$
|
|
11324
|
-
for (var ne = re > 1 ? void 0 : re ? __getOwnPropDesc$
|
|
11324
|
+
var __defProp$s = Object.defineProperty, __getOwnPropDesc$h = Object.getOwnPropertyDescriptor, __decorateClass$s = (te, X, J, re) => {
|
|
11325
|
+
for (var ne = re > 1 ? void 0 : re ? __getOwnPropDesc$h(X, J) : X, oe = te.length - 1, de; oe >= 0; oe--)
|
|
11325
11326
|
(de = te[oe]) && (ne = (re ? de(X, J, ne) : de(ne)) || ne);
|
|
11326
|
-
return re && ne && __defProp$
|
|
11327
|
+
return re && ne && __defProp$s(X, J, ne), ne;
|
|
11327
11328
|
};
|
|
11328
11329
|
let ExportPdfModal = class extends h$q {
|
|
11329
11330
|
constructor() {
|
|
@@ -11336,12 +11337,12 @@ let ExportPdfModal = class extends h$q {
|
|
|
11336
11337
|
}
|
|
11337
11338
|
render() {
|
|
11338
11339
|
return ke$1`
|
|
11339
|
-
${template$
|
|
11340
|
+
${template$k(this)}
|
|
11340
11341
|
`;
|
|
11341
11342
|
}
|
|
11342
11343
|
static get styles() {
|
|
11343
11344
|
return i$y`
|
|
11344
|
-
${r$H(styles$
|
|
11345
|
+
${r$H(styles$i)}
|
|
11345
11346
|
`;
|
|
11346
11347
|
}
|
|
11347
11348
|
handleTest() {
|
|
@@ -11351,22 +11352,22 @@ let ExportPdfModal = class extends h$q {
|
|
|
11351
11352
|
);
|
|
11352
11353
|
}
|
|
11353
11354
|
};
|
|
11354
|
-
__decorateClass$
|
|
11355
|
+
__decorateClass$s([
|
|
11355
11356
|
n$y()
|
|
11356
11357
|
], ExportPdfModal.prototype, "selectedRadioOption", 2);
|
|
11357
|
-
__decorateClass$
|
|
11358
|
+
__decorateClass$s([
|
|
11358
11359
|
n$y()
|
|
11359
11360
|
], ExportPdfModal.prototype, "text", 2);
|
|
11360
|
-
__decorateClass$
|
|
11361
|
+
__decorateClass$s([
|
|
11361
11362
|
n$y()
|
|
11362
11363
|
], ExportPdfModal.prototype, "selectedVisibilityLevelElement", 2);
|
|
11363
|
-
__decorateClass$
|
|
11364
|
+
__decorateClass$s([
|
|
11364
11365
|
n$y()
|
|
11365
11366
|
], ExportPdfModal.prototype, "selectedPeriodDate", 2);
|
|
11366
|
-
__decorateClass$
|
|
11367
|
+
__decorateClass$s([
|
|
11367
11368
|
n$y({ type: Array })
|
|
11368
11369
|
], ExportPdfModal.prototype, "arrayElements", 2);
|
|
11369
|
-
ExportPdfModal = __decorateClass$
|
|
11370
|
+
ExportPdfModal = __decorateClass$s([
|
|
11370
11371
|
t$k("export-pdf-modal")
|
|
11371
11372
|
], ExportPdfModal);
|
|
11372
11373
|
class ExportToPdfHandler extends ApiBaseHandler {
|
|
@@ -11703,7 +11704,7 @@ const activityHistoryCollectionsSelector = (te) => te.activityHistoryCollections
|
|
|
11703
11704
|
), de = groupActivityHistoryItems(oe);
|
|
11704
11705
|
return sortGroupsByMostRecentDate(de);
|
|
11705
11706
|
}
|
|
11706
|
-
), styles$
|
|
11707
|
+
), styles$h = ":host{min-height:1px;height:100%}.virtualizer{height:100%;padding-inline:16px}.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}";
|
|
11707
11708
|
function toDate(te) {
|
|
11708
11709
|
const X = Object.prototype.toString.call(te);
|
|
11709
11710
|
return te instanceof Date || typeof te == "object" && X === "[object Date]" ? new te.constructor(+te) : typeof te == "number" || X === "[object Number]" || typeof te == "string" || X === "[object String]" ? new Date(te) : /* @__PURE__ */ new Date(NaN);
|
|
@@ -14496,7 +14497,7 @@ const hasItemDivider = (te, X) => {
|
|
|
14496
14497
|
subGroup: re
|
|
14497
14498
|
}));
|
|
14498
14499
|
return [...X, ...J].sort((re, ne) => ne.date.getTime() - re.date.getTime());
|
|
14499
|
-
}, template$
|
|
14500
|
+
}, template$j = (te) => {
|
|
14500
14501
|
var X;
|
|
14501
14502
|
return te._hasUpdatedOnce ? ke$1`
|
|
14502
14503
|
<div class="container">
|
|
@@ -15253,10 +15254,10 @@ __decorate([
|
|
|
15253
15254
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
15254
15255
|
*/
|
|
15255
15256
|
customElements.define("lit-virtualizer", LitVirtualizer);
|
|
15256
|
-
var __defProp$
|
|
15257
|
-
for (var ne = re > 1 ? void 0 : re ? __getOwnPropDesc$
|
|
15257
|
+
var __defProp$r = Object.defineProperty, __getOwnPropDesc$g = Object.getOwnPropertyDescriptor, __decorateClass$r = (te, X, J, re) => {
|
|
15258
|
+
for (var ne = re > 1 ? void 0 : re ? __getOwnPropDesc$g(X, J) : X, oe = te.length - 1, de; oe >= 0; oe--)
|
|
15258
15259
|
(de = te[oe]) && (ne = (re ? de(X, J, ne) : de(ne)) || ne);
|
|
15259
|
-
return re && ne && __defProp$
|
|
15260
|
+
return re && ne && __defProp$r(X, J, ne), ne;
|
|
15260
15261
|
};
|
|
15261
15262
|
const createZIndexStyles = (te) => {
|
|
15262
15263
|
let X = "";
|
|
@@ -15276,7 +15277,7 @@ let ActivityHistoryTimeline = class extends h$q {
|
|
|
15276
15277
|
<style>
|
|
15277
15278
|
${r$H(X)}
|
|
15278
15279
|
</style>
|
|
15279
|
-
${template$
|
|
15280
|
+
${template$j(this)}
|
|
15280
15281
|
`;
|
|
15281
15282
|
}
|
|
15282
15283
|
firstUpdated(te) {
|
|
@@ -15324,24 +15325,24 @@ let ActivityHistoryTimeline = class extends h$q {
|
|
|
15324
15325
|
}
|
|
15325
15326
|
};
|
|
15326
15327
|
ActivityHistoryTimeline.styles = i$y`
|
|
15327
|
-
${r$H(styles$
|
|
15328
|
+
${r$H(styles$h)}
|
|
15328
15329
|
`;
|
|
15329
|
-
__decorateClass$
|
|
15330
|
+
__decorateClass$r([
|
|
15330
15331
|
connectedProperty(activityHistoryGroupedItems)
|
|
15331
15332
|
], ActivityHistoryTimeline.prototype, "historyGroups", 2);
|
|
15332
|
-
__decorateClass$
|
|
15333
|
+
__decorateClass$r([
|
|
15333
15334
|
connectedProperty(isAnyCollectionLoadingWithoutAnyLoaded)
|
|
15334
15335
|
], ActivityHistoryTimeline.prototype, "isAnyCollectionLoadingWithoutAnyLoaded", 2);
|
|
15335
|
-
__decorateClass$
|
|
15336
|
+
__decorateClass$r([
|
|
15336
15337
|
connectedProperty(isSomeCollectionLoadedAndOtherLoading)
|
|
15337
15338
|
], ActivityHistoryTimeline.prototype, "isSomeCollectionLoadedAndOtherLoading", 2);
|
|
15338
|
-
__decorateClass$
|
|
15339
|
+
__decorateClass$r([
|
|
15339
15340
|
connectedProperty(activityHistorySearchStringSelector)
|
|
15340
15341
|
], ActivityHistoryTimeline.prototype, "searchString", 2);
|
|
15341
|
-
__decorateClass$
|
|
15342
|
+
__decorateClass$r([
|
|
15342
15343
|
e$O(".virtualizer")
|
|
15343
15344
|
], ActivityHistoryTimeline.prototype, "_virtualizer", 2);
|
|
15344
|
-
ActivityHistoryTimeline = __decorateClass$
|
|
15345
|
+
ActivityHistoryTimeline = __decorateClass$r([
|
|
15345
15346
|
t$k("activity-history-timeline")
|
|
15346
15347
|
], ActivityHistoryTimeline);
|
|
15347
15348
|
/**
|
|
@@ -15352,41 +15353,41 @@ ActivityHistoryTimeline = __decorateClass$p([
|
|
|
15352
15353
|
function nn(te, X, J) {
|
|
15353
15354
|
return te ? X(te) : J == null ? void 0 : J(te);
|
|
15354
15355
|
}
|
|
15355
|
-
const template$
|
|
15356
|
+
const template$i = (te) => !te.areCustomFiltersActive && !te.areCommonFiltersActive && !te.areDiagnosticFiltersActive && te.searchString.length < 1 ? D$1 : ke$1`
|
|
15356
15357
|
<div class="active-filters-header">
|
|
15357
15358
|
<active-filters-badges></active-filters-badges>
|
|
15358
15359
|
${nn(te.searchString.length > 1, () => ke$1`<activity-history-search-results searchQuery=${te.searchString}></activity-history-search-results>`)}
|
|
15359
15360
|
</div>
|
|
15360
|
-
`, styles$
|
|
15361
|
-
var __defProp$
|
|
15362
|
-
for (var ne = re > 1 ? void 0 : re ? __getOwnPropDesc$
|
|
15361
|
+
`, 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}";
|
|
15362
|
+
var __defProp$q = Object.defineProperty, __getOwnPropDesc$f = Object.getOwnPropertyDescriptor, __decorateClass$q = (te, X, J, re) => {
|
|
15363
|
+
for (var ne = re > 1 ? void 0 : re ? __getOwnPropDesc$f(X, J) : X, oe = te.length - 1, de; oe >= 0; oe--)
|
|
15363
15364
|
(de = te[oe]) && (ne = (re ? de(X, J, ne) : de(ne)) || ne);
|
|
15364
|
-
return re && ne && __defProp$
|
|
15365
|
+
return re && ne && __defProp$q(X, J, ne), ne;
|
|
15365
15366
|
};
|
|
15366
15367
|
let ActiveFiltersHeader = class extends h$q {
|
|
15367
15368
|
render() {
|
|
15368
|
-
return ke$1`${template$
|
|
15369
|
+
return ke$1`${template$i(this)}`;
|
|
15369
15370
|
}
|
|
15370
15371
|
};
|
|
15371
15372
|
ActiveFiltersHeader.styles = i$y`
|
|
15372
|
-
${r$H(styles$
|
|
15373
|
+
${r$H(styles$g)}
|
|
15373
15374
|
`;
|
|
15374
|
-
__decorateClass$
|
|
15375
|
+
__decorateClass$q([
|
|
15375
15376
|
connectedProperty(activityHistorySearchStringSelector)
|
|
15376
15377
|
], ActiveFiltersHeader.prototype, "searchString", 2);
|
|
15377
|
-
__decorateClass$
|
|
15378
|
+
__decorateClass$q([
|
|
15378
15379
|
connectedProperty(areCustomFiltersActive)
|
|
15379
15380
|
], ActiveFiltersHeader.prototype, "areCustomFiltersActive", 2);
|
|
15380
|
-
__decorateClass$
|
|
15381
|
+
__decorateClass$q([
|
|
15381
15382
|
connectedProperty(areCommonFiltersActive)
|
|
15382
15383
|
], ActiveFiltersHeader.prototype, "areCommonFiltersActive", 2);
|
|
15383
|
-
__decorateClass$
|
|
15384
|
+
__decorateClass$q([
|
|
15384
15385
|
connectedProperty(areDiagnosticFiltersActive)
|
|
15385
15386
|
], ActiveFiltersHeader.prototype, "areDiagnosticFiltersActive", 2);
|
|
15386
|
-
ActiveFiltersHeader = __decorateClass$
|
|
15387
|
+
ActiveFiltersHeader = __decorateClass$q([
|
|
15387
15388
|
t$k("active-filters-header")
|
|
15388
15389
|
], ActiveFiltersHeader);
|
|
15389
|
-
const styles$
|
|
15390
|
+
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 = (te) => ke$1`
|
|
15390
15391
|
${te.isAllDataFailedToLoad ? renderErrorFeedback(te) : D$1}
|
|
15391
15392
|
`, renderErrorFeedback = (te) => ke$1`
|
|
15392
15393
|
<div class="container">
|
|
@@ -15406,35 +15407,35 @@ class HandleHistoryItemsAddError {
|
|
|
15406
15407
|
this.entities = X;
|
|
15407
15408
|
}
|
|
15408
15409
|
}
|
|
15409
|
-
var __defProp$
|
|
15410
|
-
for (var ne = re > 1 ? void 0 : re ? __getOwnPropDesc$
|
|
15410
|
+
var __defProp$p = Object.defineProperty, __getOwnPropDesc$e = Object.getOwnPropertyDescriptor, __decorateClass$p = (te, X, J, re) => {
|
|
15411
|
+
for (var ne = re > 1 ? void 0 : re ? __getOwnPropDesc$e(X, J) : X, oe = te.length - 1, de; oe >= 0; oe--)
|
|
15411
15412
|
(de = te[oe]) && (ne = (re ? de(X, J, ne) : de(ne)) || ne);
|
|
15412
|
-
return re && ne && __defProp$
|
|
15413
|
+
return re && ne && __defProp$p(X, J, ne), ne;
|
|
15413
15414
|
};
|
|
15414
15415
|
let ActivityHistoryFullDataError = class extends h$q {
|
|
15415
15416
|
constructor() {
|
|
15416
15417
|
super(...arguments), this.errorMessages = [];
|
|
15417
15418
|
}
|
|
15418
15419
|
render() {
|
|
15419
|
-
return ke$1`${template$
|
|
15420
|
+
return ke$1`${template$h(this)}`;
|
|
15420
15421
|
}
|
|
15421
15422
|
handleClickFeedback() {
|
|
15422
15423
|
shellApi.broker.send(new HandleHistoryItemsAddError(this.errorMessages));
|
|
15423
15424
|
}
|
|
15424
15425
|
};
|
|
15425
15426
|
ActivityHistoryFullDataError.styles = i$y`
|
|
15426
|
-
${r$H(styles$
|
|
15427
|
+
${r$H(styles$f)}
|
|
15427
15428
|
`;
|
|
15428
|
-
__decorateClass$
|
|
15429
|
+
__decorateClass$p([
|
|
15429
15430
|
connectedProperty(isAllDataFailedToLoad)
|
|
15430
15431
|
], ActivityHistoryFullDataError.prototype, "isAllDataFailedToLoad", 2);
|
|
15431
|
-
__decorateClass$
|
|
15432
|
+
__decorateClass$p([
|
|
15432
15433
|
connectedProperty(selectErrorMessages)
|
|
15433
15434
|
], ActivityHistoryFullDataError.prototype, "errorMessages", 2);
|
|
15434
|
-
ActivityHistoryFullDataError = __decorateClass$
|
|
15435
|
+
ActivityHistoryFullDataError = __decorateClass$p([
|
|
15435
15436
|
t$k("activity-history-full-data-error")
|
|
15436
15437
|
], ActivityHistoryFullDataError);
|
|
15437
|
-
const styles$
|
|
15438
|
+
const styles$e = ":host{width:100%}.container{display:flex;align-items:center;flex-direction:column;padding-top:16px;padding-inline:16px}", template$g = (te) => {
|
|
15438
15439
|
const X = te.getCombinedMessage();
|
|
15439
15440
|
return ke$1`
|
|
15440
15441
|
${te.isErrorOccurred ? renderPartialErrorAlert(te, X) : D$1}
|
|
@@ -15444,17 +15445,17 @@ const styles$d = ":host{width:100%}.container{display:flex;align-items:center;fl
|
|
|
15444
15445
|
<dss-alert @onButtonClick=${te.handleClickAlert} state="warning" size="lg" message="${X}" buttonLabel=${translate("error.partial.refresh")} hasbutton></dss-alert>
|
|
15445
15446
|
</div>
|
|
15446
15447
|
`;
|
|
15447
|
-
var __defProp$
|
|
15448
|
-
for (var ne = re > 1 ? void 0 : re ? __getOwnPropDesc$
|
|
15448
|
+
var __defProp$o = Object.defineProperty, __getOwnPropDesc$d = Object.getOwnPropertyDescriptor, __decorateClass$o = (te, X, J, re) => {
|
|
15449
|
+
for (var ne = re > 1 ? void 0 : re ? __getOwnPropDesc$d(X, J) : X, oe = te.length - 1, de; oe >= 0; oe--)
|
|
15449
15450
|
(de = te[oe]) && (ne = (re ? de(X, J, ne) : de(ne)) || ne);
|
|
15450
|
-
return re && ne && __defProp$
|
|
15451
|
+
return re && ne && __defProp$o(X, J, ne), ne;
|
|
15451
15452
|
};
|
|
15452
15453
|
let ActivityHistoryPartialDataError = class extends h$q {
|
|
15453
15454
|
constructor() {
|
|
15454
15455
|
super(...arguments), this.errorMessages = [];
|
|
15455
15456
|
}
|
|
15456
15457
|
render() {
|
|
15457
|
-
return ke$1`${template$
|
|
15458
|
+
return ke$1`${template$g(this)}`;
|
|
15458
15459
|
}
|
|
15459
15460
|
handleClickAlert() {
|
|
15460
15461
|
shellApi.broker.send(new HandleHistoryItemsAddError(this.errorMessages));
|
|
@@ -15465,18 +15466,18 @@ let ActivityHistoryPartialDataError = class extends h$q {
|
|
|
15465
15466
|
}
|
|
15466
15467
|
};
|
|
15467
15468
|
ActivityHistoryPartialDataError.styles = i$y`
|
|
15468
|
-
${r$H(styles$
|
|
15469
|
+
${r$H(styles$e)}
|
|
15469
15470
|
`;
|
|
15470
|
-
__decorateClass$
|
|
15471
|
+
__decorateClass$o([
|
|
15471
15472
|
connectedProperty(isErrorOccurred)
|
|
15472
15473
|
], ActivityHistoryPartialDataError.prototype, "isErrorOccurred", 2);
|
|
15473
|
-
__decorateClass$
|
|
15474
|
+
__decorateClass$o([
|
|
15474
15475
|
connectedProperty(selectErrorMessages)
|
|
15475
15476
|
], ActivityHistoryPartialDataError.prototype, "errorMessages", 2);
|
|
15476
|
-
ActivityHistoryPartialDataError = __decorateClass$
|
|
15477
|
+
ActivityHistoryPartialDataError = __decorateClass$o([
|
|
15477
15478
|
t$k("activity-history-partial-data-error")
|
|
15478
15479
|
], ActivityHistoryPartialDataError);
|
|
15479
|
-
const styles$
|
|
15480
|
+
const styles$d = ".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}.filter-group .custom-filter{display:flex;flex-direction:column;padding:6px 8px 6px var(--dss-spacing-xl)}.filter-group .custom-filter .custom-filter-content{display:flex;flex-direction:column;gap:8px}", filterTemplates = {
|
|
15480
15481
|
[ActivityHistoryFilterType.Switch]: (te, X, J, re, ne) => ke$1`
|
|
15481
15482
|
<dss-input-switch size="sm" .checked=${re} @onChangeValue=${J} >
|
|
15482
15483
|
<input slot="input" id="switch-${te}" aria-label=${X} type="checkbox" ?disabled=${!ne}>
|
|
@@ -15493,7 +15494,7 @@ const styles$c = ".filters-sidebar{padding:8px 4px;border-right:1px solid rgb(18
|
|
|
15493
15494
|
te.singleOption ? X(J == null ? void 0 : J.id, te.id, null, ge.detail) : ne && re ? X(J == null ? void 0 : J.id, te.id, re.id, ge.detail) : X(te.id, ge.detail);
|
|
15494
15495
|
}, he = ne && re ? (pe = te.enabledValues) == null ? void 0 : pe.includes(re.id) : te.enabled, ue = ne && re || te.singleOption ? J.enabled : !0;
|
|
15495
15496
|
return ((fe = filterTemplates[te.type]) == null ? void 0 : fe.call(filterTemplates, oe, de, ce, he, ue)) || ke$1``;
|
|
15496
|
-
}, template$
|
|
15497
|
+
}, template$f = (te) => {
|
|
15497
15498
|
var X;
|
|
15498
15499
|
return ke$1`
|
|
15499
15500
|
<div class="filters-sidebar" ?expanded=${te.filtersExpanded} >
|
|
@@ -15549,17 +15550,17 @@ class SetDiagnosticFiltersCommand {
|
|
|
15549
15550
|
this.payload = X;
|
|
15550
15551
|
}
|
|
15551
15552
|
}
|
|
15552
|
-
var __defProp$
|
|
15553
|
-
for (var ne = re > 1 ? void 0 : re ? __getOwnPropDesc$
|
|
15553
|
+
var __defProp$n = Object.defineProperty, __getOwnPropDesc$c = Object.getOwnPropertyDescriptor, __decorateClass$n = (te, X, J, re) => {
|
|
15554
|
+
for (var ne = re > 1 ? void 0 : re ? __getOwnPropDesc$c(X, J) : X, oe = te.length - 1, de; oe >= 0; oe--)
|
|
15554
15555
|
(de = te[oe]) && (ne = (re ? de(X, J, ne) : de(ne)) || ne);
|
|
15555
|
-
return re && ne && __defProp$
|
|
15556
|
+
return re && ne && __defProp$n(X, J, ne), ne;
|
|
15556
15557
|
};
|
|
15557
15558
|
let ActivityHistoryFilters = class extends h$q {
|
|
15558
15559
|
constructor() {
|
|
15559
15560
|
super(...arguments), this.filtersExpanded = !1;
|
|
15560
15561
|
}
|
|
15561
15562
|
render() {
|
|
15562
|
-
return ke$1`${template$
|
|
15563
|
+
return ke$1`${template$f(this)}`;
|
|
15563
15564
|
}
|
|
15564
15565
|
updated(te) {
|
|
15565
15566
|
te.has("wrapperMaximized") && (this.filtersExpanded = this.wrapperMaximized);
|
|
@@ -15589,30 +15590,30 @@ let ActivityHistoryFilters = class extends h$q {
|
|
|
15589
15590
|
}
|
|
15590
15591
|
};
|
|
15591
15592
|
ActivityHistoryFilters.styles = i$y`
|
|
15592
|
-
${r$H(styles$
|
|
15593
|
+
${r$H(styles$d)}
|
|
15593
15594
|
`;
|
|
15594
|
-
__decorateClass$
|
|
15595
|
+
__decorateClass$n([
|
|
15595
15596
|
connectedProperty(activityHistoryCommonFiltersSelector)
|
|
15596
15597
|
], ActivityHistoryFilters.prototype, "commonFilters", 2);
|
|
15597
|
-
__decorateClass$
|
|
15598
|
+
__decorateClass$n([
|
|
15598
15599
|
connectedProperty(customFilterGroupsWithOptionsSelector)
|
|
15599
15600
|
], ActivityHistoryFilters.prototype, "customFilterGroups", 2);
|
|
15600
|
-
__decorateClass$
|
|
15601
|
+
__decorateClass$n([
|
|
15601
15602
|
connectedProperty(diagnosticFilterSelector)
|
|
15602
15603
|
], ActivityHistoryFilters.prototype, "diagnosticFilter", 2);
|
|
15603
|
-
__decorateClass$
|
|
15604
|
+
__decorateClass$n([
|
|
15604
15605
|
connectedProperty(diagnosticFilterEnabledValuesSelector)
|
|
15605
15606
|
], ActivityHistoryFilters.prototype, "diagnosticFilterEnabledValues", 2);
|
|
15606
|
-
__decorateClass$
|
|
15607
|
+
__decorateClass$n([
|
|
15607
15608
|
lazyInject(TYPES.primaryApi)
|
|
15608
15609
|
], ActivityHistoryFilters.prototype, "api", 2);
|
|
15609
|
-
__decorateClass$
|
|
15610
|
+
__decorateClass$n([
|
|
15610
15611
|
r$E()
|
|
15611
15612
|
], ActivityHistoryFilters.prototype, "filtersExpanded", 2);
|
|
15612
|
-
__decorateClass$
|
|
15613
|
+
__decorateClass$n([
|
|
15613
15614
|
n$y({ type: Boolean })
|
|
15614
15615
|
], ActivityHistoryFilters.prototype, "wrapperMaximized", 2);
|
|
15615
|
-
ActivityHistoryFilters = __decorateClass$
|
|
15616
|
+
ActivityHistoryFilters = __decorateClass$n([
|
|
15616
15617
|
t$k("activity-history-filters")
|
|
15617
15618
|
], ActivityHistoryFilters);
|
|
15618
15619
|
const { setCommonFilterValue } = activityHistoryFiltersSlice.actions;
|
|
@@ -15767,46 +15768,46 @@ class SearchActivityHistoryItems {
|
|
|
15767
15768
|
this.searchString = X, this.searchString = X;
|
|
15768
15769
|
}
|
|
15769
15770
|
}
|
|
15770
|
-
const styles$
|
|
15771
|
+
const styles$c = ".search-header{color:var(--color-neutral-900);font-weight:600}", template$e = (te) => ke$1`<div class="search-header">
|
|
15771
15772
|
${translate("searchBarResults")} “${te.searchQuery}”
|
|
15772
15773
|
</div>`;
|
|
15773
|
-
var __defProp$
|
|
15774
|
-
for (var ne = re > 1 ? void 0 : re ? __getOwnPropDesc$
|
|
15774
|
+
var __defProp$m = Object.defineProperty, __getOwnPropDesc$b = Object.getOwnPropertyDescriptor, __decorateClass$m = (te, X, J, re) => {
|
|
15775
|
+
for (var ne = re > 1 ? void 0 : re ? __getOwnPropDesc$b(X, J) : X, oe = te.length - 1, de; oe >= 0; oe--)
|
|
15775
15776
|
(de = te[oe]) && (ne = (re ? de(X, J, ne) : de(ne)) || ne);
|
|
15776
|
-
return re && ne && __defProp$
|
|
15777
|
+
return re && ne && __defProp$m(X, J, ne), ne;
|
|
15777
15778
|
};
|
|
15778
15779
|
let ActivityHistorySearchResults = class extends h$q {
|
|
15779
15780
|
constructor() {
|
|
15780
15781
|
super(...arguments), this.searchQuery = "";
|
|
15781
15782
|
}
|
|
15782
15783
|
render() {
|
|
15783
|
-
return ke$1`${template$
|
|
15784
|
+
return ke$1`${template$e(this)}`;
|
|
15784
15785
|
}
|
|
15785
15786
|
};
|
|
15786
15787
|
ActivityHistorySearchResults.styles = i$y`
|
|
15787
|
-
${r$H(styles$
|
|
15788
|
+
${r$H(styles$c)}
|
|
15788
15789
|
`;
|
|
15789
|
-
__decorateClass$
|
|
15790
|
+
__decorateClass$m([
|
|
15790
15791
|
n$y()
|
|
15791
15792
|
], ActivityHistorySearchResults.prototype, "searchQuery", 2);
|
|
15792
|
-
ActivityHistorySearchResults = __decorateClass$
|
|
15793
|
+
ActivityHistorySearchResults = __decorateClass$m([
|
|
15793
15794
|
t$k("activity-history-search-results")
|
|
15794
15795
|
], ActivityHistorySearchResults);
|
|
15795
|
-
const styles$
|
|
15796
|
+
const styles$b = ".search-header{padding-inline:16px;padding-top:12px;padding-bottom:12px;gap:var(--dss-spacing-xs);border-width:0px 0px 1px 0px;border-style:solid;border-color:#d8d8d8;background-color:#fff;color:var(--color-neutral-900);font-weight:600;font-size:14px;line-height:24px}", template$d = (te) => ke$1`<dss-search-bar dropdownStyle=${"display: none"} @onSearchChange=${te._handleSearchChange} icon="search" inputsize="md" threshold="2" recentsearchestext="" emptydropdowntext="">
|
|
15796
15797
|
<label slot="label" for="searchbar1" aria-hidden="false"></label>
|
|
15797
15798
|
<input slot="input" id="searchbar1" type="text" value=${te.searchQuery} @input=${(X) => te._handleSearchChange({ detail: [X.target.value] })}>
|
|
15798
15799
|
</dss-search-bar>`;
|
|
15799
|
-
var __defProp$
|
|
15800
|
-
for (var ne = re > 1 ? void 0 : re ? __getOwnPropDesc$
|
|
15800
|
+
var __defProp$l = Object.defineProperty, __getOwnPropDesc$a = Object.getOwnPropertyDescriptor, __decorateClass$l = (te, X, J, re) => {
|
|
15801
|
+
for (var ne = re > 1 ? void 0 : re ? __getOwnPropDesc$a(X, J) : X, oe = te.length - 1, de; oe >= 0; oe--)
|
|
15801
15802
|
(de = te[oe]) && (ne = (re ? de(X, J, ne) : de(ne)) || ne);
|
|
15802
|
-
return re && ne && __defProp$
|
|
15803
|
+
return re && ne && __defProp$l(X, J, ne), ne;
|
|
15803
15804
|
};
|
|
15804
15805
|
let ActivityHistorySearchBar = class extends h$q {
|
|
15805
15806
|
constructor() {
|
|
15806
15807
|
super(...arguments), this.searchQuery = "";
|
|
15807
15808
|
}
|
|
15808
15809
|
render() {
|
|
15809
|
-
return ke$1`${template$
|
|
15810
|
+
return ke$1`${template$d(this)}`;
|
|
15810
15811
|
}
|
|
15811
15812
|
_handleSearchChange(te) {
|
|
15812
15813
|
const X = te.detail || [], J = X.length > 0 ? X.join(" ") : "", re = J.length > 1 ? J : "";
|
|
@@ -15814,12 +15815,12 @@ let ActivityHistorySearchBar = class extends h$q {
|
|
|
15814
15815
|
}
|
|
15815
15816
|
};
|
|
15816
15817
|
ActivityHistorySearchBar.styles = i$y`
|
|
15817
|
-
${r$H(styles$
|
|
15818
|
+
${r$H(styles$b)}
|
|
15818
15819
|
`;
|
|
15819
|
-
__decorateClass$
|
|
15820
|
+
__decorateClass$l([
|
|
15820
15821
|
n$y()
|
|
15821
15822
|
], ActivityHistorySearchBar.prototype, "searchQuery", 2);
|
|
15822
|
-
ActivityHistorySearchBar = __decorateClass$
|
|
15823
|
+
ActivityHistorySearchBar = __decorateClass$l([
|
|
15823
15824
|
t$k("activity-history-search-bar")
|
|
15824
15825
|
], ActivityHistorySearchBar);
|
|
15825
15826
|
const formatShowFilterTitle = (te) => {
|
|
@@ -15852,7 +15853,7 @@ const formatShowFilterTitle = (te) => {
|
|
|
15852
15853
|
@click=${() => J._onDeleteDiagnosticFilterValue(te)}
|
|
15853
15854
|
@onDelete=${() => J._onDeleteDiagnosticFilterValue(te)}
|
|
15854
15855
|
></dss-chip>
|
|
15855
|
-
`, renderFilterTitle = (te) => ke$1`<div class="filter-title">${`${te}:`}</div>`, template$
|
|
15856
|
+
`, renderFilterTitle = (te) => ke$1`<div class="filter-title">${`${te}:`}</div>`, template$c = (te) => {
|
|
15856
15857
|
if (te.enabledFilters.length === 0 && te.enabledCommonFilters.length === 0 && te.diagnosticFilterEnabled.enabledValues.length === 0)
|
|
15857
15858
|
return D$1;
|
|
15858
15859
|
let X = 0;
|
|
@@ -15903,15 +15904,15 @@ const formatShowFilterTitle = (te) => {
|
|
|
15903
15904
|
<dss-button variant="secondary" size="sm" label=${translate("chipHeader.cleanFilters")} icon="cleaning_services" @click=${te.resetFilters}></dss-button>
|
|
15904
15905
|
</div>
|
|
15905
15906
|
`;
|
|
15906
|
-
}, styles$
|
|
15907
|
-
var __defProp$
|
|
15908
|
-
for (var ne = re > 1 ? void 0 : re ? __getOwnPropDesc$
|
|
15907
|
+
}, styles$a = ":host{display:flex;justify-content:space-between}.filters-container{display:flex;gap:var(--dss-spacing-md)}.filters-header{font-weight:700}.filter-groups{display:flex;flex-wrap:wrap;gap:var(--dss-spacing-xs)}.filter-group{display:flex;gap:var(--dss-spacing-xs);color:var(--color-neutral-600);font-weight:600}.clean-filters{display:flex}.clean-filters .separator{padding:0 8px}.popover-content{box-sizing:border-box;display:flex;flex-wrap:wrap;gap:var(--dss-spacing-xs);padding:10px;max-width:368px;max-height:336px;overflow:auto}";
|
|
15908
|
+
var __defProp$k = Object.defineProperty, __getOwnPropDesc$9 = Object.getOwnPropertyDescriptor, __decorateClass$k = (te, X, J, re) => {
|
|
15909
|
+
for (var ne = re > 1 ? void 0 : re ? __getOwnPropDesc$9(X, J) : X, oe = te.length - 1, de; oe >= 0; oe--)
|
|
15909
15910
|
(de = te[oe]) && (ne = (re ? de(X, J, ne) : de(ne)) || ne);
|
|
15910
|
-
return re && ne && __defProp$
|
|
15911
|
+
return re && ne && __defProp$k(X, J, ne), ne;
|
|
15911
15912
|
};
|
|
15912
15913
|
let ActiveFiltersBadges = class extends h$q {
|
|
15913
15914
|
render() {
|
|
15914
|
-
return ke$1`${template$
|
|
15915
|
+
return ke$1`${template$c(this)}`;
|
|
15915
15916
|
}
|
|
15916
15917
|
_onDeleteFilterValue(te, X, J, re) {
|
|
15917
15918
|
this.api.broker.send(
|
|
@@ -15938,21 +15939,21 @@ let ActiveFiltersBadges = class extends h$q {
|
|
|
15938
15939
|
}
|
|
15939
15940
|
};
|
|
15940
15941
|
ActiveFiltersBadges.styles = i$y`
|
|
15941
|
-
${r$H(styles$
|
|
15942
|
+
${r$H(styles$a)}
|
|
15942
15943
|
`;
|
|
15943
|
-
__decorateClass$
|
|
15944
|
+
__decorateClass$k([
|
|
15944
15945
|
lazyInject(TYPES.primaryApi)
|
|
15945
15946
|
], ActiveFiltersBadges.prototype, "api", 2);
|
|
15946
|
-
__decorateClass$
|
|
15947
|
+
__decorateClass$k([
|
|
15947
15948
|
connectedProperty(activityHistoryEnabledCommonFiltersSelector)
|
|
15948
15949
|
], ActiveFiltersBadges.prototype, "enabledCommonFilters", 2);
|
|
15949
|
-
__decorateClass$
|
|
15950
|
+
__decorateClass$k([
|
|
15950
15951
|
connectedProperty(activeGroupsWithEnabledFilters)
|
|
15951
15952
|
], ActiveFiltersBadges.prototype, "enabledFilters", 2);
|
|
15952
|
-
__decorateClass$
|
|
15953
|
+
__decorateClass$k([
|
|
15953
15954
|
connectedProperty(diagnosticFilterSelector)
|
|
15954
15955
|
], ActiveFiltersBadges.prototype, "diagnosticFilterEnabled", 2);
|
|
15955
|
-
ActiveFiltersBadges = __decorateClass$
|
|
15956
|
+
ActiveFiltersBadges = __decorateClass$k([
|
|
15956
15957
|
t$k("active-filters-badges")
|
|
15957
15958
|
], ActiveFiltersBadges);
|
|
15958
15959
|
let request$5;
|
|
@@ -15980,27 +15981,27 @@ const bootstrapHandleHistoryItemsAddError = (te) => {
|
|
|
15980
15981
|
teardownHandleHistoryItemsAddError(), request$4 = registerRequest(te, container)(HandleHistoryItemsAddError, HandleHistoryItemsAddErrorHandler);
|
|
15981
15982
|
}, teardownHandleHistoryItemsAddError = () => {
|
|
15982
15983
|
request$4 == null || request$4.dispose();
|
|
15983
|
-
}, styles$
|
|
15984
|
-
var __defProp$
|
|
15985
|
-
for (var ne = re > 1 ? void 0 : re ? __getOwnPropDesc$
|
|
15984
|
+
}, styles$9 = ".spinner-container{display:flex;flex-direction:row;align-items:center;gap:24px;justify-content:center;padding-top:16px}.spinner-full-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center}", template$b = (te) => te.isAnyCollectionLoadingWithoutAnyLoaded ? ke$1`<div class="spinner-full-container"><dss-spinner></dss-spinner></div>` : te.isSomeCollectionLoadedAndOtherLoading ? ke$1`<div class="spinner-container"><dss-spinner size="sm"></dss-spinner><div class="busy-description">${translate("busyEntriesLoading")}</div></div>` : D$1;
|
|
15985
|
+
var __defProp$j = Object.defineProperty, __getOwnPropDesc$8 = Object.getOwnPropertyDescriptor, __decorateClass$j = (te, X, J, re) => {
|
|
15986
|
+
for (var ne = re > 1 ? void 0 : re ? __getOwnPropDesc$8(X, J) : X, oe = te.length - 1, de; oe >= 0; oe--)
|
|
15986
15987
|
(de = te[oe]) && (ne = (re ? de(X, J, ne) : de(ne)) || ne);
|
|
15987
|
-
return re && ne && __defProp$
|
|
15988
|
+
return re && ne && __defProp$j(X, J, ne), ne;
|
|
15988
15989
|
};
|
|
15989
15990
|
let ActivityHistoryBusy = class extends h$q {
|
|
15990
15991
|
render() {
|
|
15991
|
-
return ke$1`${template$
|
|
15992
|
+
return ke$1`${template$b(this)}`;
|
|
15992
15993
|
}
|
|
15993
15994
|
};
|
|
15994
15995
|
ActivityHistoryBusy.styles = i$y`
|
|
15995
|
-
${r$H(styles$
|
|
15996
|
+
${r$H(styles$9)}
|
|
15996
15997
|
`;
|
|
15997
|
-
__decorateClass$
|
|
15998
|
+
__decorateClass$j([
|
|
15998
15999
|
connectedProperty(isAnyCollectionLoadingWithoutAnyLoaded)
|
|
15999
16000
|
], ActivityHistoryBusy.prototype, "isAnyCollectionLoadingWithoutAnyLoaded", 2);
|
|
16000
|
-
__decorateClass$
|
|
16001
|
+
__decorateClass$j([
|
|
16001
16002
|
connectedProperty(isSomeCollectionLoadedAndOtherLoading)
|
|
16002
16003
|
], ActivityHistoryBusy.prototype, "isSomeCollectionLoadedAndOtherLoading", 2);
|
|
16003
|
-
ActivityHistoryBusy = __decorateClass$
|
|
16004
|
+
ActivityHistoryBusy = __decorateClass$j([
|
|
16004
16005
|
t$k("activity-history-busy")
|
|
16005
16006
|
], ActivityHistoryBusy);
|
|
16006
16007
|
let broker;
|
|
@@ -16008,7 +16009,7 @@ const bootstrapActivityHistoryItem = (te) => {
|
|
|
16008
16009
|
broker = brokerExtensions(te, container), bootstrapInjectAsyncHistoryItems(broker), bootstrapAddHistoryItem(broker), bootstrapAddHistoryItems(broker), bootstrapHandleHistoryItemsAddError(te), bootstrapUpdateHistoryItem(broker), bootstrapExportPdf(broker), bootstrapFilters(broker), bootstrapSearchItems(broker);
|
|
16009
16010
|
}, teardownActivityHistoryItem = () => {
|
|
16010
16011
|
teardownInjectAsyncHistoryItems(), teardownAddHistoryItem(), teardownAddHistoryItems(), teardownHandleHistoryItemsAddError(), teardownUpdateHistoryItem(), teardownExportPdf(), teardownFilters(), teardownSearchItems();
|
|
16011
|
-
}, styles$
|
|
16012
|
+
}, styles$8 = ":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)}.container .wrapper .content{width:100%;background:var(--color-neutral-50);border-bottom-right-radius:var(--dss-radius-sm);overflow:hidden}", template$a = (te) => ke$1`<div class="container" ?maximized=${te.maximized}>
|
|
16012
16013
|
${te.maximized ? ke$1`${headerMaximizedTemplate(te)}` : ke$1`<div class="header">
|
|
16013
16014
|
<div class="header__left">
|
|
16014
16015
|
<div class="title">${translate("activityHistory")}</div>
|
|
@@ -16062,17 +16063,17 @@ const bootstrapActivityHistoryItem = (te) => {
|
|
|
16062
16063
|
</div>
|
|
16063
16064
|
</div>
|
|
16064
16065
|
`;
|
|
16065
|
-
var __defProp$
|
|
16066
|
-
for (var ne = re > 1 ? void 0 : re ? __getOwnPropDesc$
|
|
16066
|
+
var __defProp$i = Object.defineProperty, __getOwnPropDesc$7 = Object.getOwnPropertyDescriptor, __decorateClass$i = (te, X, J, re) => {
|
|
16067
|
+
for (var ne = re > 1 ? void 0 : re ? __getOwnPropDesc$7(X, J) : X, oe = te.length - 1, de; oe >= 0; oe--)
|
|
16067
16068
|
(de = te[oe]) && (ne = (re ? de(X, J, ne) : de(ne)) || ne);
|
|
16068
|
-
return re && ne && __defProp$
|
|
16069
|
+
return re && ne && __defProp$i(X, J, ne), ne;
|
|
16069
16070
|
};
|
|
16070
16071
|
let ActivityHistoryMain = class extends PrimariaRegionHost(h$q) {
|
|
16071
16072
|
constructor() {
|
|
16072
16073
|
super(...arguments), this.subscriptions = [], this.maximized = !1, this.searchQuery = "";
|
|
16073
16074
|
}
|
|
16074
16075
|
render() {
|
|
16075
|
-
return ke$1`${template$
|
|
16076
|
+
return ke$1`${template$a(this)}`;
|
|
16076
16077
|
}
|
|
16077
16078
|
connectedCallback() {
|
|
16078
16079
|
super.connectedCallback(), this._subscribeEvents();
|
|
@@ -16117,21 +16118,21 @@ let ActivityHistoryMain = class extends PrimariaRegionHost(h$q) {
|
|
|
16117
16118
|
}
|
|
16118
16119
|
};
|
|
16119
16120
|
ActivityHistoryMain.styles = i$y`
|
|
16120
|
-
${r$H(styles$
|
|
16121
|
+
${r$H(styles$8)}
|
|
16121
16122
|
`;
|
|
16122
|
-
__decorateClass$
|
|
16123
|
+
__decorateClass$i([
|
|
16123
16124
|
n$y({ type: Boolean, reflect: !0 })
|
|
16124
16125
|
], ActivityHistoryMain.prototype, "maximized", 2);
|
|
16125
|
-
__decorateClass$
|
|
16126
|
+
__decorateClass$i([
|
|
16126
16127
|
lazyInject(TYPES.primaryApi)
|
|
16127
16128
|
], ActivityHistoryMain.prototype, "api", 2);
|
|
16128
|
-
__decorateClass$
|
|
16129
|
+
__decorateClass$i([
|
|
16129
16130
|
connectedProperty(activityHistoryCollectionsSelector)
|
|
16130
16131
|
], ActivityHistoryMain.prototype, "historyItems", 2);
|
|
16131
|
-
__decorateClass$
|
|
16132
|
+
__decorateClass$i([
|
|
16132
16133
|
n$y()
|
|
16133
16134
|
], ActivityHistoryMain.prototype, "searchQuery", 2);
|
|
16134
|
-
ActivityHistoryMain = __decorateClass$
|
|
16135
|
+
ActivityHistoryMain = __decorateClass$i([
|
|
16135
16136
|
t$k("activity-history-main")
|
|
16136
16137
|
], ActivityHistoryMain);
|
|
16137
16138
|
const registerViews = (te) => {
|
|
@@ -16160,10 +16161,10 @@ const internalPlugins = [
|
|
|
16160
16161
|
const X = internalPlugins.concat(te || []);
|
|
16161
16162
|
bootstrappedPlugins = await v$e(X, primariaApiFactory);
|
|
16162
16163
|
}, disposePlugins = async () => Promise.all(bootstrappedPlugins.map((te) => te == null ? void 0 : te.dispose()));
|
|
16163
|
-
var __defProp$
|
|
16164
|
-
for (var ne = re > 1 ? void 0 : re ? __getOwnPropDesc$
|
|
16164
|
+
var __defProp$h = Object.defineProperty, __getOwnPropDesc$6 = Object.getOwnPropertyDescriptor, __decorateClass$h = (te, X, J, re) => {
|
|
16165
|
+
for (var ne = re > 1 ? void 0 : re ? __getOwnPropDesc$6(X, J) : X, oe = te.length - 1, de; oe >= 0; oe--)
|
|
16165
16166
|
(de = te[oe]) && (ne = (re ? de(X, J, ne) : de(ne)) || ne);
|
|
16166
|
-
return re && ne && __defProp$
|
|
16167
|
+
return re && ne && __defProp$h(X, J, ne), ne;
|
|
16167
16168
|
}, __decorateParam$4 = (te, X) => (J, re) => X(J, re, te);
|
|
16168
16169
|
let ExitShellHandler = class {
|
|
16169
16170
|
constructor(te) {
|
|
@@ -16201,7 +16202,7 @@ let ExitShellHandler = class {
|
|
|
16201
16202
|
te ? raiseCustomCloseEvent(te) : raiseCloseEvent();
|
|
16202
16203
|
}
|
|
16203
16204
|
};
|
|
16204
|
-
ExitShellHandler = __decorateClass$
|
|
16205
|
+
ExitShellHandler = __decorateClass$h([
|
|
16205
16206
|
__decorateParam$4(0, inject(TYPES$1.primaryApi))
|
|
16206
16207
|
], ExitShellHandler);
|
|
16207
16208
|
class ExitShell {
|
|
@@ -16215,10 +16216,10 @@ const useExitShell = (te) => {
|
|
|
16215
16216
|
}, disposeExitShell = () => {
|
|
16216
16217
|
request$3 == null || request$3.dispose();
|
|
16217
16218
|
};
|
|
16218
|
-
var __defProp$
|
|
16219
|
-
for (var ne = re > 1 ? void 0 : re ? __getOwnPropDesc$
|
|
16219
|
+
var __defProp$g = Object.defineProperty, __getOwnPropDesc$5 = Object.getOwnPropertyDescriptor, __decorateClass$g = (te, X, J, re) => {
|
|
16220
|
+
for (var ne = re > 1 ? void 0 : re ? __getOwnPropDesc$5(X, J) : X, oe = te.length - 1, de; oe >= 0; oe--)
|
|
16220
16221
|
(de = te[oe]) && (ne = (re ? de(X, J, ne) : de(ne)) || ne);
|
|
16221
|
-
return re && ne && __defProp$
|
|
16222
|
+
return re && ne && __defProp$g(X, J, ne), ne;
|
|
16222
16223
|
}, __decorateParam$3 = (te, X) => (J, re) => X(J, re, te);
|
|
16223
16224
|
let GetUserInfoBackendAdapter = class {
|
|
16224
16225
|
constructor(te) {
|
|
@@ -16249,14 +16250,14 @@ let GetUserInfoBackendAdapter = class {
|
|
|
16249
16250
|
)) == null ? void 0 : ne.value);
|
|
16250
16251
|
}
|
|
16251
16252
|
};
|
|
16252
|
-
GetUserInfoBackendAdapter = __decorateClass$
|
|
16253
|
+
GetUserInfoBackendAdapter = __decorateClass$g([
|
|
16253
16254
|
injectable(),
|
|
16254
16255
|
__decorateParam$3(0, inject(TYPES$1.primaryApi))
|
|
16255
16256
|
], GetUserInfoBackendAdapter);
|
|
16256
|
-
var __defProp$
|
|
16257
|
-
for (var ne = re > 1 ? void 0 : re ? __getOwnPropDesc$
|
|
16257
|
+
var __defProp$f = Object.defineProperty, __getOwnPropDesc$4 = Object.getOwnPropertyDescriptor, __decorateClass$f = (te, X, J, re) => {
|
|
16258
|
+
for (var ne = re > 1 ? void 0 : re ? __getOwnPropDesc$4(X, J) : X, oe = te.length - 1, de; oe >= 0; oe--)
|
|
16258
16259
|
(de = te[oe]) && (ne = (re ? de(X, J, ne) : de(ne)) || ne);
|
|
16259
|
-
return re && ne && __defProp$
|
|
16260
|
+
return re && ne && __defProp$f(X, J, ne), ne;
|
|
16260
16261
|
}, __decorateParam$2 = (te, X) => (J, re) => X(J, re, te);
|
|
16261
16262
|
let GetUserInfoHandler = class {
|
|
16262
16263
|
constructor(te, X) {
|
|
@@ -16271,7 +16272,7 @@ let GetUserInfoHandler = class {
|
|
|
16271
16272
|
}
|
|
16272
16273
|
}
|
|
16273
16274
|
};
|
|
16274
|
-
GetUserInfoHandler = __decorateClass$
|
|
16275
|
+
GetUserInfoHandler = __decorateClass$f([
|
|
16275
16276
|
__decorateParam$2(0, inject(TYPES$1.primaryApi)),
|
|
16276
16277
|
__decorateParam$2(1, inject(GetUserInfoBackendAdapter))
|
|
16277
16278
|
], GetUserInfoHandler);
|
|
@@ -16282,7 +16283,7 @@ const useGetUserInfo = (te) => {
|
|
|
16282
16283
|
disposeGetUserInfo(), request$2 = registerRequest(te, container$1)(GetUserInfo, GetUserInfoHandler), registerDep(GetUserInfoBackendAdapter);
|
|
16283
16284
|
}, disposeGetUserInfo = () => {
|
|
16284
16285
|
request$2 == null || request$2.dispose(), unregisterDep(GetUserInfoBackendAdapter);
|
|
16285
|
-
}, clinicalMonitoringId = "clinical-monitoring", styles$
|
|
16286
|
+
}, clinicalMonitoringId = "clinical-monitoring", styles$7 = ":host{min-height:1px;height:100%;width:100%}.wrapper{position:relative;min-height:1px;height:100%;display:flex;flex-direction:row}.wrapper #widgets-sidebar-region{width:25%;border-left:1px solid rgb(189,189,189)}.wrapper .content{flex:1;display:flex;flex-direction:column}.wrapper .content #header-widgets-region{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:24px 40px}.wrapper .content #content-widgets-region{flex:1;min-height:1px;height:100%;padding-inline:40px;padding-bottom:24px}", template$9 = (te) => ke$1`
|
|
16286
16287
|
<div class="wrapper">
|
|
16287
16288
|
<div class="content">
|
|
16288
16289
|
<div id="header-widgets-region"></div>
|
|
@@ -16291,14 +16292,14 @@ const useGetUserInfo = (te) => {
|
|
|
16291
16292
|
<div id="widgets-sidebar-region"></div>
|
|
16292
16293
|
</div>
|
|
16293
16294
|
`;
|
|
16294
|
-
var __defProp$
|
|
16295
|
+
var __defProp$e = Object.defineProperty, __decorateClass$e = (te, X, J, re) => {
|
|
16295
16296
|
for (var ne = void 0, oe = te.length - 1, de; oe >= 0; oe--)
|
|
16296
16297
|
(de = te[oe]) && (ne = de(X, J, ne) || ne);
|
|
16297
|
-
return ne && __defProp$
|
|
16298
|
+
return ne && __defProp$e(X, J, ne), ne;
|
|
16298
16299
|
};
|
|
16299
16300
|
const Xi = class Xi extends PrimariaRegionHost(h$q) {
|
|
16300
16301
|
render() {
|
|
16301
|
-
return ke$1`${template$
|
|
16302
|
+
return ke$1`${template$9()}`;
|
|
16302
16303
|
}
|
|
16303
16304
|
firstUpdated() {
|
|
16304
16305
|
this._observeMaximizedState();
|
|
@@ -16324,16 +16325,16 @@ const Xi = class Xi extends PrimariaRegionHost(h$q) {
|
|
|
16324
16325
|
}
|
|
16325
16326
|
};
|
|
16326
16327
|
Xi.styles = i$y`
|
|
16327
|
-
${r$H(styles$
|
|
16328
|
+
${r$H(styles$7)}
|
|
16328
16329
|
`;
|
|
16329
16330
|
let ClinicalMonitoring = Xi;
|
|
16330
|
-
__decorateClass$
|
|
16331
|
+
__decorateClass$e([
|
|
16331
16332
|
s$x({ targetId: "widgets-sidebar-region", name: clinicalMonitoringRegions.sidebar })
|
|
16332
16333
|
], ClinicalMonitoring.prototype, "sidebarRegion");
|
|
16333
|
-
__decorateClass$
|
|
16334
|
+
__decorateClass$e([
|
|
16334
16335
|
s$x({ targetId: "header-widgets-region", name: clinicalMonitoringRegions.header })
|
|
16335
16336
|
], ClinicalMonitoring.prototype, "headerRegion");
|
|
16336
|
-
__decorateClass$
|
|
16337
|
+
__decorateClass$e([
|
|
16337
16338
|
s$x({ targetId: "content-widgets-region", name: clinicalMonitoringRegions.content })
|
|
16338
16339
|
], ClinicalMonitoring.prototype, "contentRegion");
|
|
16339
16340
|
const useClinicalMonitoring = (te) => {
|
|
@@ -16361,10 +16362,10 @@ const useClinicalMonitoring = (te) => {
|
|
|
16361
16362
|
}, disposeClinicalMonitoring = (te) => {
|
|
16362
16363
|
te.regionManager.removeView(shellRegions.main, clinicalMonitoringId);
|
|
16363
16364
|
};
|
|
16364
|
-
var __defProp$
|
|
16365
|
-
for (var ne = re > 1 ? void 0 : re ? __getOwnPropDesc$
|
|
16365
|
+
var __defProp$d = Object.defineProperty, __getOwnPropDesc$3 = Object.getOwnPropertyDescriptor, __decorateClass$d = (te, X, J, re) => {
|
|
16366
|
+
for (var ne = re > 1 ? void 0 : re ? __getOwnPropDesc$3(X, J) : X, oe = te.length - 1, de; oe >= 0; oe--)
|
|
16366
16367
|
(de = te[oe]) && (ne = (re ? de(X, J, ne) : de(ne)) || ne);
|
|
16367
|
-
return re && ne && __defProp$
|
|
16368
|
+
return re && ne && __defProp$d(X, J, ne), ne;
|
|
16368
16369
|
}, __decorateParam$1 = (te, X) => (J, re) => X(J, re, te);
|
|
16369
16370
|
let GetVisitIdHandler = class {
|
|
16370
16371
|
constructor(te) {
|
|
@@ -16386,7 +16387,7 @@ let GetVisitIdHandler = class {
|
|
|
16386
16387
|
return Promise.resolve(X || void 0);
|
|
16387
16388
|
}
|
|
16388
16389
|
};
|
|
16389
|
-
GetVisitIdHandler = __decorateClass$
|
|
16390
|
+
GetVisitIdHandler = __decorateClass$d([
|
|
16390
16391
|
__decorateParam$1(0, inject(TYPES$1.primaryApi))
|
|
16391
16392
|
], GetVisitIdHandler);
|
|
16392
16393
|
class GetVisitId {
|
|
@@ -16397,10 +16398,10 @@ const useGetVisitId = (te) => {
|
|
|
16397
16398
|
}, disposeGetVisitId = () => {
|
|
16398
16399
|
request$1 == null || request$1.dispose();
|
|
16399
16400
|
};
|
|
16400
|
-
var __defProp$
|
|
16401
|
-
for (var ne = re > 1 ? void 0 : re ? __getOwnPropDesc$
|
|
16401
|
+
var __defProp$c = Object.defineProperty, __getOwnPropDesc$2 = Object.getOwnPropertyDescriptor, __decorateClass$c = (te, X, J, re) => {
|
|
16402
|
+
for (var ne = re > 1 ? void 0 : re ? __getOwnPropDesc$2(X, J) : X, oe = te.length - 1, de; oe >= 0; oe--)
|
|
16402
16403
|
(de = te[oe]) && (ne = (re ? de(X, J, ne) : de(ne)) || ne);
|
|
16403
|
-
return re && ne && __defProp$
|
|
16404
|
+
return re && ne && __defProp$c(X, J, ne), ne;
|
|
16404
16405
|
}, __decorateParam = (te, X) => (J, re) => X(J, re, te);
|
|
16405
16406
|
let FinalizeVisitHandler = class {
|
|
16406
16407
|
constructor(te) {
|
|
@@ -16415,7 +16416,7 @@ let FinalizeVisitHandler = class {
|
|
|
16415
16416
|
}
|
|
16416
16417
|
}
|
|
16417
16418
|
};
|
|
16418
|
-
FinalizeVisitHandler = __decorateClass$
|
|
16419
|
+
FinalizeVisitHandler = __decorateClass$c([
|
|
16419
16420
|
__decorateParam(0, inject(TYPES$1.primaryApi))
|
|
16420
16421
|
], FinalizeVisitHandler);
|
|
16421
16422
|
class FinalizeVisit {
|
|
@@ -16440,7 +16441,7 @@ const useFinalizeVisit = (te) => {
|
|
|
16440
16441
|
shellApi.ecapEventManager.publish(te, "", {});
|
|
16441
16442
|
};
|
|
16442
16443
|
var shellViews = /* @__PURE__ */ ((te) => (te.shell = "primaria-shell", te.error = "primaria-error-view", te))(shellViews || {});
|
|
16443
|
-
const styles$
|
|
16444
|
+
const styles$6 = ":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-container{padding-top:24px;min-height:1px;height:100%;width:100%;display:flex;flex-direction:column;gap:4px}.main-container .sidebar #menu-region-container{overflow-y:auto;margin-right:-14px;padding-right:14px;scrollbar-color:var(--color-primary-800) 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:4px}.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 #floating-region-container{position:fixed;z-index:300}.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}";
|
|
16444
16445
|
let t$g = "";
|
|
16445
16446
|
function f$m() {
|
|
16446
16447
|
return t$g;
|
|
@@ -27427,10 +27428,10 @@ i$b([
|
|
|
27427
27428
|
n$y(o$I)
|
|
27428
27429
|
], n$e.prototype, "secondaryLabelClose", 2);
|
|
27429
27430
|
const r$a = ':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%}}';
|
|
27430
|
-
var __defProp$
|
|
27431
|
-
for (var ne = __getOwnPropDesc(X, J), oe = te.length - 1, de; oe >= 0; oe--)
|
|
27431
|
+
var __defProp$b = Object.defineProperty, __getOwnPropDesc$1 = Object.getOwnPropertyDescriptor, __decorateClass$b = (te, X, J, re) => {
|
|
27432
|
+
for (var ne = __getOwnPropDesc$1(X, J), oe = te.length - 1, de; oe >= 0; oe--)
|
|
27432
27433
|
(de = te[oe]) && (ne = de(X, J, ne) || ne);
|
|
27433
|
-
return ne && __defProp$
|
|
27434
|
+
return ne && __defProp$b(X, J, ne), ne;
|
|
27434
27435
|
};
|
|
27435
27436
|
class Stepper extends h$q {
|
|
27436
27437
|
constructor() {
|
|
@@ -27577,22 +27578,22 @@ class Stepper extends h$q {
|
|
|
27577
27578
|
`;
|
|
27578
27579
|
}
|
|
27579
27580
|
}
|
|
27580
|
-
__decorateClass$
|
|
27581
|
+
__decorateClass$b([
|
|
27581
27582
|
n$y({ type: [] })
|
|
27582
27583
|
], Stepper.prototype, "steps");
|
|
27583
|
-
__decorateClass$
|
|
27584
|
+
__decorateClass$b([
|
|
27584
27585
|
n$y({ type: Number })
|
|
27585
27586
|
], Stepper.prototype, "currentStep");
|
|
27586
|
-
__decorateClass$
|
|
27587
|
+
__decorateClass$b([
|
|
27587
27588
|
n$y(o$I)
|
|
27588
27589
|
], Stepper.prototype, "column");
|
|
27589
|
-
__decorateClass$
|
|
27590
|
+
__decorateClass$b([
|
|
27590
27591
|
n$y(o$I)
|
|
27591
27592
|
], Stepper.prototype, "circular");
|
|
27592
|
-
__decorateClass$
|
|
27593
|
+
__decorateClass$b([
|
|
27593
27594
|
n$y(o$I)
|
|
27594
27595
|
], Stepper.prototype, "hideLabel");
|
|
27595
|
-
__decorateClass$
|
|
27596
|
+
__decorateClass$b([
|
|
27596
27597
|
n$y({ type: String })
|
|
27597
27598
|
], Stepper.prototype, "size");
|
|
27598
27599
|
const n$d = ":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}";
|
|
@@ -35939,7 +35940,7 @@ s$q("dss-input-field", n$1);
|
|
|
35939
35940
|
s$q("dss-table", r);
|
|
35940
35941
|
s$q("dss-sidemenu", o);
|
|
35941
35942
|
s$q("dss-switch", d$1);
|
|
35942
|
-
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$6 = (te) => ke$1`
|
|
35943
|
+
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$8 = (te) => ke$1`
|
|
35943
35944
|
<primaria-content-switcher id="main-switcher" attrForSelected="view" .selected=${te.viewSelected}>
|
|
35944
35945
|
<div class="container" view=${shellViews.shell}>
|
|
35945
35946
|
<primaria-shell-header></primaria-shell-header>
|
|
@@ -35996,17 +35997,17 @@ const gencatLogo = "data:image/svg+xml,%3csvg%20width='94'%20height='24'%20viewB
|
|
|
35996
35997
|
`, activateClinicalMonitoringView = () => {
|
|
35997
35998
|
shellApi.regionManager.activateMainView(clinicalMonitoringId);
|
|
35998
35999
|
};
|
|
35999
|
-
var __defProp$
|
|
36000
|
+
var __defProp$a = Object.defineProperty, __decorateClass$a = (te, X, J, re) => {
|
|
36000
36001
|
for (var ne = void 0, oe = te.length - 1, de; oe >= 0; oe--)
|
|
36001
36002
|
(de = te[oe]) && (ne = de(X, J, ne) || ne);
|
|
36002
|
-
return ne && __defProp$
|
|
36003
|
+
return ne && __defProp$a(X, J, ne), ne;
|
|
36003
36004
|
};
|
|
36004
36005
|
const Ji = class Ji extends PrimariaRegionHost(h$q) {
|
|
36005
36006
|
constructor() {
|
|
36006
36007
|
super(...arguments), this.sidebarExpanded = !1, this.viewSelected = shellViews.shell, this.quickActionBusy = !1, this.subscriptions = [];
|
|
36007
36008
|
}
|
|
36008
36009
|
render() {
|
|
36009
|
-
return ke$1`${template$
|
|
36010
|
+
return ke$1`${template$8(this)}`;
|
|
36010
36011
|
}
|
|
36011
36012
|
connectedCallback() {
|
|
36012
36013
|
super.connectedCallback(), this._subscribeEvents();
|
|
@@ -36049,40 +36050,40 @@ const Ji = class Ji extends PrimariaRegionHost(h$q) {
|
|
|
36049
36050
|
}
|
|
36050
36051
|
};
|
|
36051
36052
|
Ji.styles = i$y`
|
|
36052
|
-
${r$H(styles$
|
|
36053
|
+
${r$H(styles$6)}
|
|
36053
36054
|
`;
|
|
36054
36055
|
let PrimariaShell = Ji;
|
|
36055
|
-
__decorateClass$
|
|
36056
|
+
__decorateClass$a([
|
|
36056
36057
|
s$x({ targetId: "menu-region-container", name: shellRegions.navigationMenu })
|
|
36057
36058
|
], PrimariaShell.prototype, "navigationMenuRegion");
|
|
36058
|
-
__decorateClass$
|
|
36059
|
+
__decorateClass$a([
|
|
36059
36060
|
s$x({ targetId: "main-region-container", name: shellRegions.main })
|
|
36060
36061
|
], PrimariaShell.prototype, "mainRegion");
|
|
36061
|
-
__decorateClass$
|
|
36062
|
+
__decorateClass$a([
|
|
36062
36063
|
s$x({ targetId: "quick-actions-region-container", name: shellRegions.quickActions })
|
|
36063
36064
|
], PrimariaShell.prototype, "quickActionsRegion");
|
|
36064
|
-
__decorateClass$
|
|
36065
|
+
__decorateClass$a([
|
|
36065
36066
|
s$x({ targetId: "floating-region-container", name: shellRegions.floating })
|
|
36066
36067
|
], PrimariaShell.prototype, "floatingRegion");
|
|
36067
|
-
__decorateClass$
|
|
36068
|
+
__decorateClass$a([
|
|
36068
36069
|
s$x({
|
|
36069
36070
|
targetId: "navigation-menu-lower-region-container",
|
|
36070
36071
|
name: shellRegions.navigationLowerLeftMenu
|
|
36071
36072
|
})
|
|
36072
36073
|
], PrimariaShell.prototype, "navLowerLeftMenu");
|
|
36073
|
-
__decorateClass$
|
|
36074
|
+
__decorateClass$a([
|
|
36074
36075
|
r$E()
|
|
36075
36076
|
], PrimariaShell.prototype, "sidebarExpanded");
|
|
36076
|
-
__decorateClass$
|
|
36077
|
+
__decorateClass$a([
|
|
36077
36078
|
r$E()
|
|
36078
36079
|
], PrimariaShell.prototype, "viewSelected");
|
|
36079
|
-
__decorateClass$
|
|
36080
|
+
__decorateClass$a([
|
|
36080
36081
|
r$E()
|
|
36081
36082
|
], PrimariaShell.prototype, "error");
|
|
36082
|
-
__decorateClass$
|
|
36083
|
+
__decorateClass$a([
|
|
36083
36084
|
r$E()
|
|
36084
36085
|
], PrimariaShell.prototype, "quickActionBusy");
|
|
36085
|
-
const styles$
|
|
36086
|
+
const styles$5 = ":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$7 = (te) => {
|
|
36086
36087
|
var X;
|
|
36087
36088
|
return ke$1`
|
|
36088
36089
|
<div class="container">
|
|
@@ -36091,24 +36092,24 @@ const styles$4 = ":host{width:100%;height:100%;min-height:1px;display:flex}.cont
|
|
|
36091
36092
|
</div>
|
|
36092
36093
|
`;
|
|
36093
36094
|
};
|
|
36094
|
-
var __defProp$
|
|
36095
|
+
var __defProp$9 = Object.defineProperty, __decorateClass$9 = (te, X, J, re) => {
|
|
36095
36096
|
for (var ne = void 0, oe = te.length - 1, de; oe >= 0; oe--)
|
|
36096
36097
|
(de = te[oe]) && (ne = de(X, J, ne) || ne);
|
|
36097
|
-
return ne && __defProp$
|
|
36098
|
+
return ne && __defProp$9(X, J, ne), ne;
|
|
36098
36099
|
};
|
|
36099
36100
|
const ir = class ir extends h$q {
|
|
36100
36101
|
render() {
|
|
36101
|
-
return ke$1`${template$
|
|
36102
|
+
return ke$1`${template$7(this)}`;
|
|
36102
36103
|
}
|
|
36103
36104
|
};
|
|
36104
36105
|
ir.styles = i$y`
|
|
36105
|
-
${r$H(styles$
|
|
36106
|
+
${r$H(styles$5)}
|
|
36106
36107
|
`;
|
|
36107
36108
|
let PrimariaErrorView = ir;
|
|
36108
|
-
__decorateClass$
|
|
36109
|
+
__decorateClass$9([
|
|
36109
36110
|
n$y()
|
|
36110
36111
|
], PrimariaErrorView.prototype, "error");
|
|
36111
|
-
const template$
|
|
36112
|
+
const template$6 = (te) => ke$1`
|
|
36112
36113
|
<span >
|
|
36113
36114
|
<slot name="anchor"></slot>
|
|
36114
36115
|
<slot name="content"></slot>
|
|
@@ -36116,7 +36117,7 @@ const template$4 = (te) => ke$1`
|
|
|
36116
36117
|
`;
|
|
36117
36118
|
class QuickActionsMenu extends h$q {
|
|
36118
36119
|
render() {
|
|
36119
|
-
return ke$1`${template$
|
|
36120
|
+
return ke$1`${template$6()}`;
|
|
36120
36121
|
}
|
|
36121
36122
|
firstUpdated(X) {
|
|
36122
36123
|
var re;
|
|
@@ -36145,7 +36146,7 @@ class QuickActionsMenu extends h$q {
|
|
|
36145
36146
|
re && (re.style.overflow = "hidden");
|
|
36146
36147
|
}
|
|
36147
36148
|
}
|
|
36148
|
-
const styles$
|
|
36149
|
+
const styles$4 = ":host{z-index:101}.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:24px}.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:24px}.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$5 = (te) => {
|
|
36149
36150
|
var ne, oe, de;
|
|
36150
36151
|
const X = [{ label: (ne = te.professional) == null ? void 0 : ne.workCenter, value: "1" }], J = [{ label: (oe = te.professional) == null ? void 0 : oe.role, value: "1" }], re = [{ label: (de = te.professional) == null ? void 0 : de.speciality, value: "1" }];
|
|
36151
36152
|
return ke$1`
|
|
@@ -36184,17 +36185,17 @@ const styles$3 = ":host{z-index:101}.header{display:flex;flex-direction:row;alig
|
|
|
36184
36185
|
</div>
|
|
36185
36186
|
`;
|
|
36186
36187
|
};
|
|
36187
|
-
var __defProp$
|
|
36188
|
+
var __defProp$8 = Object.defineProperty, __decorateClass$8 = (te, X, J, re) => {
|
|
36188
36189
|
for (var ne = void 0, oe = te.length - 1, de; oe >= 0; oe--)
|
|
36189
36190
|
(de = te[oe]) && (ne = de(X, J, ne) || ne);
|
|
36190
|
-
return ne && __defProp$
|
|
36191
|
+
return ne && __defProp$8(X, J, ne), ne;
|
|
36191
36192
|
};
|
|
36192
36193
|
const rr = class rr extends PrimariaRegionHost(h$q) {
|
|
36193
36194
|
constructor() {
|
|
36194
36195
|
super(...arguments), this.menuOpened = !1;
|
|
36195
36196
|
}
|
|
36196
36197
|
render() {
|
|
36197
|
-
return ke$1`${template$
|
|
36198
|
+
return ke$1`${template$5(this)}`;
|
|
36198
36199
|
}
|
|
36199
36200
|
toggleMenu() {
|
|
36200
36201
|
this.menuOpened = !this.menuOpened;
|
|
@@ -36209,19 +36210,19 @@ const rr = class rr extends PrimariaRegionHost(h$q) {
|
|
|
36209
36210
|
}
|
|
36210
36211
|
};
|
|
36211
36212
|
rr.styles = i$y`
|
|
36212
|
-
${r$H(styles$
|
|
36213
|
+
${r$H(styles$4)}
|
|
36213
36214
|
`;
|
|
36214
36215
|
let PrimariaShellHeader = rr;
|
|
36215
|
-
__decorateClass$
|
|
36216
|
+
__decorateClass$8([
|
|
36216
36217
|
s$x({ targetId: "header-region-container", name: shellRegions.header })
|
|
36217
36218
|
], PrimariaShellHeader.prototype, "headerRegion");
|
|
36218
|
-
__decorateClass$
|
|
36219
|
+
__decorateClass$8([
|
|
36219
36220
|
s$x({ targetId: "header-actions-region-container", name: shellRegions.headerRightActions })
|
|
36220
36221
|
], PrimariaShellHeader.prototype, "headerRightActionsRegion");
|
|
36221
|
-
__decorateClass$
|
|
36222
|
+
__decorateClass$8([
|
|
36222
36223
|
n$y({ type: Object })
|
|
36223
36224
|
], PrimariaShellHeader.prototype, "professional");
|
|
36224
|
-
__decorateClass$
|
|
36225
|
+
__decorateClass$8([
|
|
36225
36226
|
r$E()
|
|
36226
36227
|
], PrimariaShellHeader.prototype, "menuOpened");
|
|
36227
36228
|
const sr = class sr extends h$q {
|
|
@@ -36278,17 +36279,17 @@ const sr = class sr extends h$q {
|
|
|
36278
36279
|
sr.styles = i$y`
|
|
36279
36280
|
`;
|
|
36280
36281
|
let PocEventsEcap = sr;
|
|
36281
|
-
const template$
|
|
36282
|
+
const template$4 = (te) => ke$1`
|
|
36282
36283
|
${te.visitId ? ke$1`<dss-button @click=${te.finalizeVisitHandler} variant="subtle" size="md" icon="door_front" label=${translate$1("actions.finalizeVisit")}></dss-button>` : D$1}
|
|
36283
36284
|
`;
|
|
36284
|
-
var __defProp$
|
|
36285
|
+
var __defProp$7 = Object.defineProperty, __decorateClass$7 = (te, X, J, re) => {
|
|
36285
36286
|
for (var ne = void 0, oe = te.length - 1, de; oe >= 0; oe--)
|
|
36286
36287
|
(de = te[oe]) && (ne = de(X, J, ne) || ne);
|
|
36287
|
-
return ne && __defProp$
|
|
36288
|
+
return ne && __defProp$7(X, J, ne), ne;
|
|
36288
36289
|
};
|
|
36289
36290
|
class FinalizeVisitButton extends h$q {
|
|
36290
36291
|
render() {
|
|
36291
|
-
return ke$1`${template$
|
|
36292
|
+
return ke$1`${template$4(this)}`;
|
|
36292
36293
|
}
|
|
36293
36294
|
connectedCallback() {
|
|
36294
36295
|
super.connectedCallback(), this.getVisitId();
|
|
@@ -36306,13 +36307,13 @@ class FinalizeVisitButton extends h$q {
|
|
|
36306
36307
|
this.visitId && shellApi.broker.send(new FinalizeVisit(this.visitId));
|
|
36307
36308
|
}
|
|
36308
36309
|
}
|
|
36309
|
-
__decorateClass$
|
|
36310
|
+
__decorateClass$7([
|
|
36310
36311
|
n$y({ type: String })
|
|
36311
36312
|
], FinalizeVisitButton.prototype, "visitId");
|
|
36312
|
-
var __defProp$
|
|
36313
|
+
var __defProp$6 = Object.defineProperty, __decorateClass$6 = (te, X, J, re) => {
|
|
36313
36314
|
for (var ne = void 0, oe = te.length - 1, de; oe >= 0; oe--)
|
|
36314
36315
|
(de = te[oe]) && (ne = de(X, J, ne) || ne);
|
|
36315
|
-
return ne && __defProp$
|
|
36316
|
+
return ne && __defProp$6(X, J, ne), ne;
|
|
36316
36317
|
};
|
|
36317
36318
|
const nr = class nr extends h$q {
|
|
36318
36319
|
toggle() {
|
|
@@ -36353,20 +36354,75 @@ nr.styles = i$y`
|
|
|
36353
36354
|
}
|
|
36354
36355
|
`;
|
|
36355
36356
|
let PrimariaAccordion = nr;
|
|
36356
|
-
__decorateClass$
|
|
36357
|
+
__decorateClass$6([
|
|
36357
36358
|
n$y({ type: Boolean })
|
|
36358
36359
|
], PrimariaAccordion.prototype, "isOpen");
|
|
36360
|
+
const template$3 = (te) => ke$1`
|
|
36361
|
+
<div class="item" ?expanded=${te.showText}>
|
|
36362
|
+
<div class="icon-label">
|
|
36363
|
+
<dss-icon icon=${te.icon} size="md"></dss-icon>
|
|
36364
|
+
${te.showText ? ke$1`<span>${te.label}</span>` : ""}
|
|
36365
|
+
${te.showText ? D$1 : ke$1`
|
|
36366
|
+
<dss-tooltip position="right">
|
|
36367
|
+
${te.label}
|
|
36368
|
+
</dss-tooltip>`}
|
|
36369
|
+
<dss-action-menu id="communication-sidenav-region-container" slot="content" >
|
|
36370
|
+
</dss-action-menu>
|
|
36371
|
+
</div>
|
|
36372
|
+
</div>
|
|
36373
|
+
`, 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}";
|
|
36374
|
+
var __defProp$5 = Object.defineProperty, __decorateClass$5 = (te, X, J, re) => {
|
|
36375
|
+
for (var ne = void 0, oe = te.length - 1, de; oe >= 0; oe--)
|
|
36376
|
+
(de = te[oe]) && (ne = de(X, J, ne) || ne);
|
|
36377
|
+
return ne && __defProp$5(X, J, ne), ne;
|
|
36378
|
+
};
|
|
36379
|
+
const or = class or extends PrimariaRegionHost(h$q) {
|
|
36380
|
+
constructor(X, J) {
|
|
36381
|
+
super(), this.showText = !1, this.icon = "", this.label = "", this.icon = X, this.label = J;
|
|
36382
|
+
}
|
|
36383
|
+
firstUpdated(X) {
|
|
36384
|
+
super.firstUpdated(X), this.observeHostResize();
|
|
36385
|
+
}
|
|
36386
|
+
observeHostResize() {
|
|
36387
|
+
const X = this.parentElement;
|
|
36388
|
+
new ResizeObserver((re) => {
|
|
36389
|
+
for (const ne of re) {
|
|
36390
|
+
const oe = ne.target.clientWidth;
|
|
36391
|
+
this.showText = oe > 100;
|
|
36392
|
+
}
|
|
36393
|
+
}).observe(X);
|
|
36394
|
+
}
|
|
36395
|
+
render() {
|
|
36396
|
+
return ke$1`${template$3(this)}`;
|
|
36397
|
+
}
|
|
36398
|
+
};
|
|
36399
|
+
or.styles = i$y`
|
|
36400
|
+
${r$H(styles$3)}
|
|
36401
|
+
`;
|
|
36402
|
+
let CommunicationActionMenu = or;
|
|
36403
|
+
__decorateClass$5([
|
|
36404
|
+
r$E()
|
|
36405
|
+
], CommunicationActionMenu.prototype, "showText");
|
|
36406
|
+
__decorateClass$5([
|
|
36407
|
+
s$x({ targetId: "communication-sidenav-region-container", name: shellRegions.communicationSidenav })
|
|
36408
|
+
], CommunicationActionMenu.prototype, "comminucationSidenavRegion");
|
|
36409
|
+
__decorateClass$5([
|
|
36410
|
+
n$y({ type: String })
|
|
36411
|
+
], CommunicationActionMenu.prototype, "icon");
|
|
36412
|
+
__decorateClass$5([
|
|
36413
|
+
n$y({ type: String })
|
|
36414
|
+
], CommunicationActionMenu.prototype, "label");
|
|
36359
36415
|
const useComponents = () => {
|
|
36360
|
-
t$k("primaria-shell")(PrimariaShell), t$k("primaria-shell-header")(PrimariaShellHeader), t$k("primaria-error-view")(PrimariaErrorView), t$k("quick-actions-menu")(QuickActionsMenu), t$k("finalize-visit-button")(FinalizeVisitButton), t$k("poc-events-ecap")(PocEventsEcap), t$k("primaria-accordion")(PrimariaAccordion);
|
|
36416
|
+
t$k("primaria-shell")(PrimariaShell), t$k("primaria-shell-header")(PrimariaShellHeader), t$k("primaria-error-view")(PrimariaErrorView), t$k("quick-actions-menu")(QuickActionsMenu), t$k("finalize-visit-button")(FinalizeVisitButton), t$k("communication-action-menu")(CommunicationActionMenu), t$k("poc-events-ecap")(PocEventsEcap), t$k("primaria-accordion")(PrimariaAccordion);
|
|
36361
36417
|
};
|
|
36362
|
-
var __defProp$
|
|
36418
|
+
var __defProp$4 = Object.defineProperty, __decorateClass$4 = (te, X, J, re) => {
|
|
36363
36419
|
for (var ne = void 0, oe = te.length - 1, de; oe >= 0; oe--)
|
|
36364
36420
|
(de = te[oe]) && (ne = de(X, J, ne) || ne);
|
|
36365
|
-
return ne && __defProp$
|
|
36421
|
+
return ne && __defProp$4(X, J, ne), ne;
|
|
36366
36422
|
};
|
|
36367
36423
|
const isSelected = (te, X, J) => te[X] === J || Array.from(te.attributes).some(
|
|
36368
36424
|
(re) => re.name === X && re.value === J
|
|
36369
|
-
),
|
|
36425
|
+
), ar = class ar extends h$q {
|
|
36370
36426
|
constructor() {
|
|
36371
36427
|
super(...arguments), this.animation = "fade";
|
|
36372
36428
|
}
|
|
@@ -36411,7 +36467,7 @@ const isSelected = (te, X, J) => te[X] === J || Array.from(te.attributes).some(
|
|
|
36411
36467
|
}
|
|
36412
36468
|
}
|
|
36413
36469
|
};
|
|
36414
|
-
|
|
36470
|
+
ar.styles = i$y`
|
|
36415
36471
|
:host {
|
|
36416
36472
|
display: flex;
|
|
36417
36473
|
flex: 1;
|
|
@@ -36420,17 +36476,17 @@ or.styles = i$y`
|
|
|
36420
36476
|
display: none !important;
|
|
36421
36477
|
}
|
|
36422
36478
|
`;
|
|
36423
|
-
let PrimariaContentSwitcher =
|
|
36424
|
-
__decorateClass$
|
|
36479
|
+
let PrimariaContentSwitcher = ar;
|
|
36480
|
+
__decorateClass$4([
|
|
36425
36481
|
n$y()
|
|
36426
36482
|
], PrimariaContentSwitcher.prototype, "selected");
|
|
36427
|
-
__decorateClass$
|
|
36483
|
+
__decorateClass$4([
|
|
36428
36484
|
n$y()
|
|
36429
36485
|
], PrimariaContentSwitcher.prototype, "attrForSelected");
|
|
36430
|
-
__decorateClass$
|
|
36486
|
+
__decorateClass$4([
|
|
36431
36487
|
n$y()
|
|
36432
36488
|
], PrimariaContentSwitcher.prototype, "animation");
|
|
36433
|
-
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$
|
|
36489
|
+
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 = (te) => {
|
|
36434
36490
|
var X;
|
|
36435
36491
|
return ke$1`
|
|
36436
36492
|
<div class="wrapper">
|
|
@@ -36455,12 +36511,12 @@ const styles$2 = ".wrapper{display:flex;flex-direction:column;gap:8px}.menu-acti
|
|
|
36455
36511
|
</div>
|
|
36456
36512
|
`;
|
|
36457
36513
|
};
|
|
36458
|
-
var __defProp$
|
|
36514
|
+
var __defProp$3 = Object.defineProperty, __decorateClass$3 = (te, X, J, re) => {
|
|
36459
36515
|
for (var ne = void 0, oe = te.length - 1, de; oe >= 0; oe--)
|
|
36460
36516
|
(de = te[oe]) && (ne = de(X, J, ne) || ne);
|
|
36461
|
-
return ne && __defProp$
|
|
36517
|
+
return ne && __defProp$3(X, J, ne), ne;
|
|
36462
36518
|
};
|
|
36463
|
-
const
|
|
36519
|
+
const lr = class lr extends h$q {
|
|
36464
36520
|
constructor(X) {
|
|
36465
36521
|
super(), this.showActionMenu = !1, this.handleItemClick = () => {
|
|
36466
36522
|
this.showActionMenu = !0, this.requestUpdate();
|
|
@@ -36474,20 +36530,20 @@ const ar = class ar extends h$q {
|
|
|
36474
36530
|
};
|
|
36475
36531
|
}
|
|
36476
36532
|
render() {
|
|
36477
|
-
return ke$1`${template$
|
|
36533
|
+
return ke$1`${template$2(this)}`;
|
|
36478
36534
|
}
|
|
36479
36535
|
};
|
|
36480
|
-
|
|
36536
|
+
lr.styles = i$y`
|
|
36481
36537
|
${r$H(styles$2)}
|
|
36482
36538
|
`;
|
|
36483
|
-
let PrimariaNavTreeMenu =
|
|
36484
|
-
__decorateClass$
|
|
36539
|
+
let PrimariaNavTreeMenu = lr;
|
|
36540
|
+
__decorateClass$3([
|
|
36485
36541
|
n$y({ type: Object })
|
|
36486
36542
|
], PrimariaNavTreeMenu.prototype, "config");
|
|
36487
|
-
__decorateClass$
|
|
36543
|
+
__decorateClass$3([
|
|
36488
36544
|
r$E()
|
|
36489
36545
|
], PrimariaNavTreeMenu.prototype, "primariaNavItemConfig");
|
|
36490
|
-
__decorateClass$
|
|
36546
|
+
__decorateClass$3([
|
|
36491
36547
|
r$E()
|
|
36492
36548
|
], PrimariaNavTreeMenu.prototype, "showActionMenu");
|
|
36493
36549
|
var quill = { exports: {} };
|
|
@@ -43954,7 +44010,7 @@ var quill = { exports: {} };
|
|
|
43954
44010
|
});
|
|
43955
44011
|
})(quill);
|
|
43956
44012
|
var quillExports = quill.exports;
|
|
43957
|
-
const Quill = /* @__PURE__ */ getDefaultExportFromCjs(quillExports), styles$1 = ':host{height:100%}.container{width:100%;height:100%;display:flex;flex-direction:column;flex:1}.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative;color:#000;overflow-y:auto}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word;font-size:1rem}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li{list-style-type:none}.ql-editor ul>li{list-style-type:disc}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1;counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-2{counter-increment:list-2;counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-3{counter-increment:list-3;counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-4{counter-increment:list-4;counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-5{counter-increment:list-5;counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-6{counter-increment:list-6;counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-7{counter-increment:list-7;counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-8{counter-increment:list-8;counter-reset:list-9}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px);background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none;line-height:26px}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Petita"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Gran"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Enorme"}button.ql-indent{display:none!important}.ql-undo{font-size:14pt;font-weight:900;display:flex!important;align-items:center}.ql-undo:after{content:"↺";transform:rotate(-135deg)}.ql-redo{font-size:14pt;font-weight:900;display:flex!important;align-items:center}.ql-redo:after{content:"↻";transform:rotate(135deg)}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border-bottom:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}', template = (te) => ke$1`
|
|
44013
|
+
const Quill = /* @__PURE__ */ getDefaultExportFromCjs(quillExports), styles$1 = ':host{height:100%}.container{width:100%;height:100%;display:flex;flex-direction:column;flex:1}.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative;color:#000;overflow-y:auto}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word;font-size:1rem}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li{list-style-type:none}.ql-editor ul>li{list-style-type:disc}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1;counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-2{counter-increment:list-2;counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-3{counter-increment:list-3;counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-4{counter-increment:list-4;counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-5{counter-increment:list-5;counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-6{counter-increment:list-6;counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-7{counter-increment:list-7;counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-8{counter-increment:list-8;counter-reset:list-9}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px);background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none;line-height:26px}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Petita"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Gran"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Enorme"}button.ql-indent{display:none!important}.ql-undo{font-size:14pt;font-weight:900;display:flex!important;align-items:center}.ql-undo:after{content:"↺";transform:rotate(-135deg)}.ql-redo{font-size:14pt;font-weight:900;display:flex!important;align-items:center}.ql-redo:after{content:"↻";transform:rotate(135deg)}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border-bottom:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}', template$1 = (te) => ke$1`
|
|
43958
44014
|
<div class="container">
|
|
43959
44015
|
<div id="rte">
|
|
43960
44016
|
</div>
|
|
@@ -43978,13 +44034,13 @@ const Quill = /* @__PURE__ */ getDefaultExportFromCjs(quillExports), styles$1 =
|
|
|
43978
44034
|
}
|
|
43979
44035
|
J.blotName = "customAttributes", J.tagName = "FONT", te.register(J, !0);
|
|
43980
44036
|
};
|
|
43981
|
-
var __defProp$
|
|
44037
|
+
var __defProp$2 = Object.defineProperty, __decorateClass$2 = (te, X, J, re) => {
|
|
43982
44038
|
for (var ne = void 0, oe = te.length - 1, de; oe >= 0; oe--)
|
|
43983
44039
|
(de = te[oe]) && (ne = de(X, J, ne) || ne);
|
|
43984
|
-
return ne && __defProp$
|
|
44040
|
+
return ne && __defProp$2(X, J, ne), ne;
|
|
43985
44041
|
};
|
|
43986
44042
|
fixSpellCheckerIssue(Quill);
|
|
43987
|
-
const
|
|
44043
|
+
const dr = class dr extends h$q {
|
|
43988
44044
|
constructor() {
|
|
43989
44045
|
super(...arguments), this.availableOptions = [
|
|
43990
44046
|
"bold",
|
|
@@ -44036,7 +44092,7 @@ const lr = class lr extends h$q {
|
|
|
44036
44092
|
];
|
|
44037
44093
|
}
|
|
44038
44094
|
render() {
|
|
44039
|
-
return ke$1` ${template()} `;
|
|
44095
|
+
return ke$1` ${template$1()} `;
|
|
44040
44096
|
}
|
|
44041
44097
|
firstUpdated() {
|
|
44042
44098
|
var X;
|
|
@@ -44147,35 +44203,35 @@ const lr = class lr extends h$q {
|
|
|
44147
44203
|
return this.quill.getSelection();
|
|
44148
44204
|
}
|
|
44149
44205
|
};
|
|
44150
|
-
|
|
44206
|
+
dr.styles = i$y`
|
|
44151
44207
|
${r$H(styles$1)}
|
|
44152
44208
|
`;
|
|
44153
|
-
let PrimariaRichTextEditor =
|
|
44154
|
-
__decorateClass$
|
|
44209
|
+
let PrimariaRichTextEditor = dr;
|
|
44210
|
+
__decorateClass$2([
|
|
44155
44211
|
n$y()
|
|
44156
44212
|
], PrimariaRichTextEditor.prototype, "quill");
|
|
44157
|
-
__decorateClass$
|
|
44213
|
+
__decorateClass$2([
|
|
44158
44214
|
n$y()
|
|
44159
44215
|
], PrimariaRichTextEditor.prototype, "options");
|
|
44160
|
-
__decorateClass$
|
|
44216
|
+
__decorateClass$2([
|
|
44161
44217
|
n$y({ type: Object })
|
|
44162
44218
|
], PrimariaRichTextEditor.prototype, "range");
|
|
44163
|
-
__decorateClass$
|
|
44219
|
+
__decorateClass$2([
|
|
44164
44220
|
n$y({ type: Array })
|
|
44165
44221
|
], PrimariaRichTextEditor.prototype, "availableOptions");
|
|
44166
|
-
__decorateClass$
|
|
44222
|
+
__decorateClass$2([
|
|
44167
44223
|
n$y({ type: Array })
|
|
44168
44224
|
], PrimariaRichTextEditor.prototype, "availableFormats");
|
|
44169
|
-
__decorateClass$
|
|
44225
|
+
__decorateClass$2([
|
|
44170
44226
|
n$y()
|
|
44171
44227
|
], PrimariaRichTextEditor.prototype, "formats");
|
|
44172
44228
|
const styles = ":host{margin:0 auto}.limit-alert{padding-top:8px;padding-bottom:8px}";
|
|
44173
|
-
var __defProp = Object.defineProperty, __decorateClass = (te, X, J, re) => {
|
|
44229
|
+
var __defProp$1 = Object.defineProperty, __decorateClass$1 = (te, X, J, re) => {
|
|
44174
44230
|
for (var ne = void 0, oe = te.length - 1, de; oe >= 0; oe--)
|
|
44175
44231
|
(de = te[oe]) && (ne = de(X, J, ne) || ne);
|
|
44176
|
-
return ne && __defProp(X, J, ne), ne;
|
|
44232
|
+
return ne && __defProp$1(X, J, ne), ne;
|
|
44177
44233
|
};
|
|
44178
|
-
const
|
|
44234
|
+
const cr = class cr extends h$q {
|
|
44179
44235
|
constructor() {
|
|
44180
44236
|
super(...arguments), this.characterCount = 0, this.characterLimit = 0, this.label = "";
|
|
44181
44237
|
}
|
|
@@ -44190,17 +44246,17 @@ const dr = class dr extends h$q {
|
|
|
44190
44246
|
` : D$1;
|
|
44191
44247
|
}
|
|
44192
44248
|
};
|
|
44193
|
-
|
|
44249
|
+
cr.styles = i$y`
|
|
44194
44250
|
${r$H(styles)}
|
|
44195
44251
|
`;
|
|
44196
|
-
let PrimariaCharacterLimitBadge =
|
|
44197
|
-
__decorateClass([
|
|
44252
|
+
let PrimariaCharacterLimitBadge = cr;
|
|
44253
|
+
__decorateClass$1([
|
|
44198
44254
|
n$y({ type: Number })
|
|
44199
44255
|
], PrimariaCharacterLimitBadge.prototype, "characterCount");
|
|
44200
|
-
__decorateClass([
|
|
44256
|
+
__decorateClass$1([
|
|
44201
44257
|
n$y({ type: Number })
|
|
44202
44258
|
], PrimariaCharacterLimitBadge.prototype, "characterLimit");
|
|
44203
|
-
__decorateClass([
|
|
44259
|
+
__decorateClass$1([
|
|
44204
44260
|
n$y({ type: String })
|
|
44205
44261
|
], PrimariaCharacterLimitBadge.prototype, "label");
|
|
44206
44262
|
const useSharedUI = () => {
|
|
@@ -44221,7 +44277,36 @@ const useSharedUI = () => {
|
|
|
44221
44277
|
}, getPatientCip = async (te) => await te.broker.send("get_patient_cip"), navigateToEcapWithoutClosingWithCip = async (te) => {
|
|
44222
44278
|
const X = await getPatientCip(shellApi);
|
|
44223
44279
|
shellApi.ecapEventManager.publish(te, "NO_TANCAR", { CIP: X });
|
|
44224
|
-
},
|
|
44280
|
+
}, template = (te) => ke$1`
|
|
44281
|
+
<dss-action-menu-item @click=${te.callbackFn} notificationsstate="error" rightIcon=${te.icon} label=${te.label}></dss-action-menu-item>
|
|
44282
|
+
`;
|
|
44283
|
+
var __defProp = Object.defineProperty, __getOwnPropDesc = Object.getOwnPropertyDescriptor, __decorateClass = (te, X, J, re) => {
|
|
44284
|
+
for (var ne = re > 1 ? void 0 : re ? __getOwnPropDesc(X, J) : X, oe = te.length - 1, de; oe >= 0; oe--)
|
|
44285
|
+
(de = te[oe]) && (ne = (re ? de(X, J, ne) : de(ne)) || ne);
|
|
44286
|
+
return re && ne && __defProp(X, J, ne), ne;
|
|
44287
|
+
};
|
|
44288
|
+
let QuickActionItem = class extends h$q {
|
|
44289
|
+
constructor(te, X, J) {
|
|
44290
|
+
super(), this.icon = "", this.label = "", this.callbackFn = () => {
|
|
44291
|
+
}, this.icon = te, this.label = X, this.callbackFn = J;
|
|
44292
|
+
}
|
|
44293
|
+
render() {
|
|
44294
|
+
return ke$1`${template(this)}`;
|
|
44295
|
+
}
|
|
44296
|
+
};
|
|
44297
|
+
__decorateClass([
|
|
44298
|
+
n$y({ type: String })
|
|
44299
|
+
], QuickActionItem.prototype, "icon", 2);
|
|
44300
|
+
__decorateClass([
|
|
44301
|
+
n$y({ type: String })
|
|
44302
|
+
], QuickActionItem.prototype, "label", 2);
|
|
44303
|
+
__decorateClass([
|
|
44304
|
+
n$y({ attribute: !1 })
|
|
44305
|
+
], QuickActionItem.prototype, "callbackFn", 2);
|
|
44306
|
+
QuickActionItem = __decorateClass([
|
|
44307
|
+
t$k("quick-action-item")
|
|
44308
|
+
], QuickActionItem);
|
|
44309
|
+
const upperNavMenuItems = [
|
|
44225
44310
|
{
|
|
44226
44311
|
id: "landing",
|
|
44227
44312
|
icon: "home",
|
|
@@ -44394,37 +44479,6 @@ const useSharedUI = () => {
|
|
|
44394
44479
|
sortHint: "0100",
|
|
44395
44480
|
callbackFn: () => navigateToEcapWithoutClosingWithCip("REV_IT")
|
|
44396
44481
|
},
|
|
44397
|
-
{
|
|
44398
|
-
id: "communication",
|
|
44399
|
-
icon: "3p",
|
|
44400
|
-
label: "Comunicació",
|
|
44401
|
-
type: "tree",
|
|
44402
|
-
sortHint: "0120",
|
|
44403
|
-
actionMenuItems: [
|
|
44404
|
-
{
|
|
44405
|
-
icon: "open_in_new",
|
|
44406
|
-
label: "SMS",
|
|
44407
|
-
callbackFn: async () => {
|
|
44408
|
-
const te = await getPatientCip(shellApi);
|
|
44409
|
-
shellApi.ecapEventManager.publish("MISSATGES_DEV", "NO_TANCAR", {
|
|
44410
|
-
CIP: te || "",
|
|
44411
|
-
TipusMissatge: "SMS"
|
|
44412
|
-
});
|
|
44413
|
-
}
|
|
44414
|
-
},
|
|
44415
|
-
{ icon: "open_in_new", label: "eConsulta", callbackFn: () => {
|
|
44416
|
-
} },
|
|
44417
|
-
{ icon: "open_in_new", label: "Mail", callbackFn: () => {
|
|
44418
|
-
} },
|
|
44419
|
-
{
|
|
44420
|
-
icon: "open_in_new",
|
|
44421
|
-
label: "Veu IP",
|
|
44422
|
-
callbackFn: () => navigateToEcapWithoutClosingWithCip("VOIP")
|
|
44423
|
-
},
|
|
44424
|
-
{ icon: "open_in_new", label: "Videoconsulta", callbackFn: () => {
|
|
44425
|
-
} }
|
|
44426
|
-
]
|
|
44427
|
-
},
|
|
44428
44482
|
{
|
|
44429
44483
|
id: "visits",
|
|
44430
44484
|
icon: "event",
|
|
@@ -44460,10 +44514,62 @@ const useSharedUI = () => {
|
|
|
44460
44514
|
return Promise.resolve(X);
|
|
44461
44515
|
}
|
|
44462
44516
|
});
|
|
44517
|
+
}, registerCommunicationNavMenuItem = () => {
|
|
44518
|
+
shellApi.regionManager.registerView(shellRegions.navigationMenu, {
|
|
44519
|
+
id: "communication",
|
|
44520
|
+
sortHint: "0120",
|
|
44521
|
+
factory: () => {
|
|
44522
|
+
const te = new CommunicationActionMenu("3p", "Comunicació");
|
|
44523
|
+
return Promise.resolve(te);
|
|
44524
|
+
}
|
|
44525
|
+
});
|
|
44526
|
+
}, registerCommunicationMenuActions = () => {
|
|
44527
|
+
const te = [
|
|
44528
|
+
{
|
|
44529
|
+
id: "1",
|
|
44530
|
+
sortHint: "0010",
|
|
44531
|
+
icon: "open_in_new",
|
|
44532
|
+
label: "SMS",
|
|
44533
|
+
callbackFn: async () => {
|
|
44534
|
+
const X = await getPatientCip(shellApi);
|
|
44535
|
+
shellApi.ecapEventManager.publish("MISSATGES_DEV", "NO_TANCAR", {
|
|
44536
|
+
CIP: X || "",
|
|
44537
|
+
TipusMissatge: "SMS"
|
|
44538
|
+
});
|
|
44539
|
+
}
|
|
44540
|
+
},
|
|
44541
|
+
{ id: "2", sortHint: "0020", icon: "open_in_new", label: "eConsulta", callbackFn: () => {
|
|
44542
|
+
} },
|
|
44543
|
+
{ id: "3", icon: "open_in_new", label: "Mail", callbackFn: () => {
|
|
44544
|
+
} },
|
|
44545
|
+
{
|
|
44546
|
+
id: "4",
|
|
44547
|
+
sortHint: "0030",
|
|
44548
|
+
icon: "open_in_new",
|
|
44549
|
+
label: "Veu IP",
|
|
44550
|
+
callbackFn: () => navigateToEcapWithoutClosingWithCip("VOIP")
|
|
44551
|
+
},
|
|
44552
|
+
{ id: "5", sortHint: "0040", icon: "open_in_new", label: "Videoconsulta", callbackFn: () => {
|
|
44553
|
+
} }
|
|
44554
|
+
];
|
|
44555
|
+
for (const X of te)
|
|
44556
|
+
shellApi.regionManager.registerView(shellRegions.communicationSidenav, {
|
|
44557
|
+
id: X.id,
|
|
44558
|
+
sortHint: X.sortHint,
|
|
44559
|
+
factory: () => {
|
|
44560
|
+
new PrimariaNavItem({
|
|
44561
|
+
icon: X.icon,
|
|
44562
|
+
label: X.label,
|
|
44563
|
+
callbackFn: X.callbackFn
|
|
44564
|
+
});
|
|
44565
|
+
const J = new QuickActionItem(X.icon, X.label, X.callbackFn);
|
|
44566
|
+
return Promise.resolve(J);
|
|
44567
|
+
}
|
|
44568
|
+
});
|
|
44463
44569
|
}, registerMainViews = () => {
|
|
44464
44570
|
registerPDFVisorMainView();
|
|
44465
44571
|
}, useInternalViews = () => {
|
|
44466
|
-
registerMainViews(), registerUpperNavMenuViews(), registerLowerNavMenuViews();
|
|
44572
|
+
registerMainViews(), registerCommunicationNavMenuItem(), registerUpperNavMenuViews(), registerLowerNavMenuViews(), registerCommunicationMenuActions();
|
|
44467
44573
|
}, useUI = () => {
|
|
44468
44574
|
p$h.registerAdapterFactory(
|
|
44469
44575
|
"primaria-content-switcher",
|