@its/core 2.6.0-beta.3 → 2.6.0-beta.4
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/core.es.js +23 -21
- package/package.json +1 -1
package/dist/core.es.js
CHANGED
|
@@ -5634,15 +5634,17 @@ function Lke({
|
|
|
5634
5634
|
actionLabel: s,
|
|
5635
5635
|
actionClickCallback: u,
|
|
5636
5636
|
actionPosition: c = pl.Before,
|
|
5637
|
-
|
|
5637
|
+
disableActionClick: l = !1,
|
|
5638
|
+
noWrap: d
|
|
5638
5639
|
}) {
|
|
5639
|
-
const { t:
|
|
5640
|
+
const { t: h } = jt(), p = (y) => !u || !s || c !== y ? null : typeof s == "string" ? /* @__PURE__ */ A(
|
|
5640
5641
|
Bo,
|
|
5641
5642
|
{
|
|
5642
5643
|
id: `${e}-action`,
|
|
5643
5644
|
onClick: u,
|
|
5644
5645
|
sx: { marginLeft: "auto", padding: "6px 26px" },
|
|
5645
|
-
|
|
5646
|
+
disabled: l,
|
|
5647
|
+
children: h(s)
|
|
5646
5648
|
}
|
|
5647
5649
|
) : /* @__PURE__ */ A(
|
|
5648
5650
|
yn,
|
|
@@ -5653,7 +5655,7 @@ function Lke({
|
|
|
5653
5655
|
children: s
|
|
5654
5656
|
}
|
|
5655
5657
|
);
|
|
5656
|
-
return /* @__PURE__ */ A($r, { id: e, sx: { padding: i, width: n, height: r, overflow: "hidden", minHeight: "64px" }, children: /* @__PURE__ */ Ae(go, { flexDirection: a, flexWrap:
|
|
5658
|
+
return /* @__PURE__ */ A($r, { id: e, sx: { padding: i, width: n, height: r, overflow: "hidden", minHeight: "64px" }, children: /* @__PURE__ */ Ae(go, { flexDirection: a, flexWrap: d ? void 0 : "wrap", children: [
|
|
5657
5659
|
(t || c === pl.Before) && /* @__PURE__ */ Ae(yn, { alignItems: "center", children: [
|
|
5658
5660
|
t && /* @__PURE__ */ A(
|
|
5659
5661
|
er,
|
|
@@ -5662,13 +5664,13 @@ function Lke({
|
|
|
5662
5664
|
sx: { textTransform: "uppercase", fontWeight: 600, mb: "8px" },
|
|
5663
5665
|
color: "primary",
|
|
5664
5666
|
noWrap: !0,
|
|
5665
|
-
children:
|
|
5667
|
+
children: h(t)
|
|
5666
5668
|
}
|
|
5667
5669
|
),
|
|
5668
|
-
|
|
5670
|
+
p(pl.Before)
|
|
5669
5671
|
] }),
|
|
5670
5672
|
o,
|
|
5671
|
-
c === pl.After && /* @__PURE__ */ A(yn, { alignItems: "center", children:
|
|
5673
|
+
c === pl.After && /* @__PURE__ */ A(yn, { alignItems: "center", children: p(pl.After) })
|
|
5672
5674
|
] }) });
|
|
5673
5675
|
}
|
|
5674
5676
|
function nk(e) {
|
|
@@ -57911,36 +57913,36 @@ class wM {
|
|
|
57911
57913
|
return this._exporter.shutdown();
|
|
57912
57914
|
}
|
|
57913
57915
|
}
|
|
57914
|
-
function vDe(e) {
|
|
57915
|
-
const
|
|
57916
|
-
[ZF]:
|
|
57917
|
-
}),
|
|
57916
|
+
function vDe(e, t = "MES-FE") {
|
|
57917
|
+
const n = uW({
|
|
57918
|
+
[ZF]: t
|
|
57919
|
+
}), r = new Z7e({
|
|
57918
57920
|
url: `${e}/v1/traces`
|
|
57919
57921
|
// URL del collector OpenTelemetry
|
|
57920
|
-
}),
|
|
57921
|
-
resource:
|
|
57922
|
+
}), i = new XCe({
|
|
57923
|
+
resource: n,
|
|
57922
57924
|
spanProcessors: [
|
|
57923
57925
|
new eM(new GCe()),
|
|
57924
57926
|
// Debug in console
|
|
57925
|
-
new eM(
|
|
57927
|
+
new eM(r)
|
|
57926
57928
|
// Invio al collector
|
|
57927
57929
|
]
|
|
57928
57930
|
});
|
|
57929
|
-
|
|
57931
|
+
i.register({
|
|
57930
57932
|
// Changing default contextManager to use ZoneContextManager - supports asynchronous operations - optional
|
|
57931
57933
|
contextManager: new X8e()
|
|
57932
|
-
}),
|
|
57933
|
-
const
|
|
57934
|
+
}), i.register();
|
|
57935
|
+
const o = new YIe({
|
|
57934
57936
|
url: `${e}/v1/logs`
|
|
57935
57937
|
// URL del collector OpenTelemetry per i log});
|
|
57936
|
-
}),
|
|
57937
|
-
resource:
|
|
57938
|
+
}), a = new uMe({
|
|
57939
|
+
resource: n,
|
|
57938
57940
|
processors: [
|
|
57939
57941
|
new wM(new cMe()),
|
|
57940
|
-
new wM(
|
|
57942
|
+
new wM(o)
|
|
57941
57943
|
]
|
|
57942
57944
|
});
|
|
57943
|
-
LW.setGlobalLoggerProvider(
|
|
57945
|
+
LW.setGlobalLoggerProvider(a), a8e({
|
|
57944
57946
|
instrumentations: [
|
|
57945
57947
|
new K8e()
|
|
57946
57948
|
// new XMLHttpRequestInstrumentation(),
|