@effect-app/vue-components 4.0.0-beta.4 → 4.0.0-beta.41

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.
Files changed (104) hide show
  1. package/README.md +24 -0
  2. package/dist/reset.css +51 -0
  3. package/dist/types/components/OmegaForm/OmegaAutoGen.vue.d.ts +1 -1
  4. package/dist/types/components/OmegaForm/OmegaFormStuff.d.ts +22 -15
  5. package/dist/types/components/OmegaForm/useOmegaForm.d.ts +3 -5
  6. package/dist/types/utils/index.d.ts +3 -4
  7. package/dist/vue-components.es.js +8 -7
  8. package/dist/vue-components.es10.js +138 -135
  9. package/dist/vue-components.es11.js +2 -2
  10. package/dist/vue-components.es12.js +430 -344
  11. package/dist/vue-components.es16.js +4 -11
  12. package/dist/vue-components.es17.js +11 -723
  13. package/dist/vue-components.es18.js +52 -138
  14. package/dist/vue-components.es19.js +54 -4
  15. package/dist/vue-components.es2.js +15 -14
  16. package/dist/vue-components.es20.js +6 -11
  17. package/dist/vue-components.es21.js +6 -3
  18. package/dist/vue-components.es22.js +3 -24
  19. package/dist/vue-components.es23.js +3 -4
  20. package/dist/vue-components.es24.js +2 -8
  21. package/dist/vue-components.es25.js +2 -55
  22. package/dist/vue-components.es26.js +2 -69
  23. package/dist/vue-components.es27.js +2 -6
  24. package/dist/vue-components.es28.js +17 -6
  25. package/dist/vue-components.es29.js +11 -3
  26. package/dist/vue-components.es3.js +11 -10
  27. package/dist/vue-components.es30.js +192 -3
  28. package/dist/vue-components.es32.js +29 -2
  29. package/dist/vue-components.es33.js +4 -2
  30. package/dist/vue-components.es34.js +1 -1
  31. package/dist/vue-components.es35.js +2 -17
  32. package/dist/vue-components.es36.js +107 -188
  33. package/dist/vue-components.es38.js +7 -4
  34. package/dist/vue-components.es39.js +30 -36
  35. package/dist/vue-components.es41.js +4 -83
  36. package/dist/vue-components.es42.js +22 -51
  37. package/dist/vue-components.es43.js +5 -561
  38. package/dist/vue-components.es44.js +20 -40
  39. package/dist/vue-components.es45.js +29 -26
  40. package/dist/vue-components.es46.js +22 -5
  41. package/dist/vue-components.es47.js +12 -40
  42. package/dist/vue-components.es48.js +5 -314
  43. package/dist/vue-components.es49.js +16 -28
  44. package/dist/vue-components.es5.js +1 -1
  45. package/dist/vue-components.es50.js +9 -4
  46. package/dist/vue-components.es51.js +31 -24
  47. package/dist/vue-components.es52.js +46 -73
  48. package/dist/vue-components.es53.js +25 -98
  49. package/dist/vue-components.es54.js +11 -2
  50. package/dist/vue-components.es55.js +61 -314
  51. package/dist/vue-components.es56.js +55 -63
  52. package/dist/vue-components.es57.js +17 -2
  53. package/dist/vue-components.es58.js +33 -2
  54. package/dist/vue-components.es59.js +29 -111
  55. package/dist/{vue-components.es97.js → vue-components.es60.js} +1 -1
  56. package/dist/vue-components.es61.js +2 -7
  57. package/dist/vue-components.es62.js +43 -31
  58. package/dist/vue-components.es7.js +37 -37
  59. package/package.json +17 -13
  60. package/src/components/OmegaForm/OmegaAutoGen.vue +25 -30
  61. package/src/components/OmegaForm/OmegaErrorsInternal.vue +2 -3
  62. package/src/components/OmegaForm/OmegaFormStuff.ts +499 -326
  63. package/src/components/OmegaForm/OmegaInternalInput.vue +9 -5
  64. package/src/components/OmegaForm/useOmegaForm.ts +39 -36
  65. package/src/reset.css +51 -0
  66. package/src/utils/index.ts +4 -8
  67. package/dist/vue-components.es31.js +0 -4
  68. package/dist/vue-components.es40.js +0 -6
  69. package/dist/vue-components.es64.js +0 -103
  70. package/dist/vue-components.es65.js +0 -4
  71. package/dist/vue-components.es66.js +0 -23
  72. package/dist/vue-components.es67.js +0 -84
  73. package/dist/vue-components.es68.js +0 -14
  74. package/dist/vue-components.es69.js +0 -115
  75. package/dist/vue-components.es70.js +0 -5
  76. package/dist/vue-components.es71.js +0 -34
  77. package/dist/vue-components.es72.js +0 -4
  78. package/dist/vue-components.es73.js +0 -4
  79. package/dist/vue-components.es74.js +0 -17
  80. package/dist/vue-components.es75.js +0 -72
  81. package/dist/vue-components.es76.js +0 -25
  82. package/dist/vue-components.es77.js +0 -7
  83. package/dist/vue-components.es78.js +0 -23
  84. package/dist/vue-components.es79.js +0 -32
  85. package/dist/vue-components.es80.js +0 -24
  86. package/dist/vue-components.es81.js +0 -14
  87. package/dist/vue-components.es82.js +0 -7
  88. package/dist/vue-components.es83.js +0 -21
  89. package/dist/vue-components.es84.js +0 -11
  90. package/dist/vue-components.es85.js +0 -33
  91. package/dist/vue-components.es86.js +0 -50
  92. package/dist/vue-components.es87.js +0 -28
  93. package/dist/vue-components.es88.js +0 -17
  94. package/dist/vue-components.es89.js +0 -18
  95. package/dist/vue-components.es90.js +0 -10
  96. package/dist/vue-components.es91.js +0 -13
  97. package/dist/vue-components.es92.js +0 -67
  98. package/dist/vue-components.es93.js +0 -58
  99. package/dist/vue-components.es94.js +0 -19
  100. package/dist/vue-components.es95.js +0 -35
  101. package/dist/vue-components.es96.js +0 -31
  102. package/dist/vue-components.es98.js +0 -4
  103. package/dist/vue-components.es99.js +0 -46
  104. /package/dist/{vue-components.es100.js → vue-components.es63.js} +0 -0
@@ -1,17 +0,0 @@
1
- import { memoize as t } from "./vue-components.es42.js";
2
- function r(e) {
3
- return e.checks ? e.checks[e.checks.length - 1].annotations : e.annotations;
4
- }
5
- function o(e) {
6
- return (n) => r(n)?.[e];
7
- }
8
- const i = /* @__PURE__ */ o("identifier"), c = /* @__PURE__ */ t((e) => {
9
- const n = i(e);
10
- return typeof n == "string" ? n : e.getExpected(c);
11
- });
12
- export {
13
- c as getExpected,
14
- r as resolve,
15
- o as resolveAt,
16
- i as resolveIdentifier
17
- };
@@ -1,72 +0,0 @@
1
- import { symbol as r, equals as c } from "./vue-components.es64.js";
2
- import { format as i } from "./vue-components.es41.js";
3
- import { symbol as o, combine as u, hash as e } from "./vue-components.es67.js";
4
- import { toJson as a } from "./vue-components.es88.js";
5
- import { hasProperty as m } from "./vue-components.es45.js";
6
- import { YieldableProto as _, PipeInspectableProto as g, exitSucceed as h, exitFail as p } from "./vue-components.es55.js";
7
- const n = "~effect/data/Result", l = {
8
- [n]: {
9
- /* v8 ignore next 2 */
10
- _A: (s) => s,
11
- _E: (s) => s
12
- },
13
- ...g,
14
- ..._
15
- }, b = /* @__PURE__ */ Object.assign(/* @__PURE__ */ Object.create(l), {
16
- _tag: "Success",
17
- _op: "Success",
18
- [r](s) {
19
- return f(s) && d(s) && c(this.success, s.success);
20
- },
21
- [o]() {
22
- return u(e(this._tag))(e(this.success));
23
- },
24
- toString() {
25
- return `success(${i(this.success)})`;
26
- },
27
- toJSON() {
28
- return {
29
- _id: "Result",
30
- _tag: this._tag,
31
- value: a(this.success)
32
- };
33
- },
34
- asEffect() {
35
- return h(this.success);
36
- }
37
- }), S = /* @__PURE__ */ Object.assign(/* @__PURE__ */ Object.create(l), {
38
- _tag: "Failure",
39
- _op: "Failure",
40
- [r](s) {
41
- return f(s) && O(s) && c(this.failure, s.failure);
42
- },
43
- [o]() {
44
- return u(e(this._tag))(e(this.failure));
45
- },
46
- toString() {
47
- return `failure(${i(this.failure)})`;
48
- },
49
- toJSON() {
50
- return {
51
- _id: "Result",
52
- _tag: this._tag,
53
- failure: a(this.failure)
54
- };
55
- },
56
- asEffect() {
57
- return p(this.failure);
58
- }
59
- }), f = (s) => m(s, n), O = (s) => s._tag === "Failure", d = (s) => s._tag === "Success", E = (s) => {
60
- const t = Object.create(S);
61
- return t.failure = s, t;
62
- }, J = (s) => {
63
- const t = Object.create(b);
64
- return t.success = s, t;
65
- };
66
- export {
67
- E as fail,
68
- O as isFailure,
69
- f as isResult,
70
- d as isSuccess,
71
- J as succeed
72
- };
@@ -1,25 +0,0 @@
1
- function a(t) {
2
- return Symbol.for(t);
3
- }
4
- var c = (
5
- /** @class */
6
- /* @__PURE__ */ (function() {
7
- function t(u) {
8
- var e = this;
9
- e._currentContext = u ? new Map(u) : /* @__PURE__ */ new Map(), e.getValue = function(n) {
10
- return e._currentContext.get(n);
11
- }, e.setValue = function(n, r) {
12
- var o = new t(e._currentContext);
13
- return o._currentContext.set(n, r), o;
14
- }, e.deleteValue = function(n) {
15
- var r = new t(e._currentContext);
16
- return r._currentContext.delete(n), r;
17
- };
18
- }
19
- return t;
20
- })()
21
- ), x = new c();
22
- export {
23
- x as ROOT_CONTEXT,
24
- a as createContextKey
25
- };
@@ -1,7 +0,0 @@
1
- var R;
2
- (function(E) {
3
- E[E.NONE = 0] = "NONE", E[E.ERROR = 30] = "ERROR", E[E.WARN = 50] = "WARN", E[E.INFO = 60] = "INFO", E[E.DEBUG = 70] = "DEBUG", E[E.VERBOSE = 80] = "VERBOSE", E[E.ALL = 9999] = "ALL";
4
- })(R || (R = {}));
5
- export {
6
- R as DiagLogLevel
7
- };
@@ -1,23 +0,0 @@
1
- import { NoopTracer as o } from "./vue-components.es79.js";
2
- var s = new o(), c = (
3
- /** @class */
4
- (function() {
5
- function r(t, e, n, a) {
6
- this._provider = t, this.name = e, this.version = n, this.options = a;
7
- }
8
- return r.prototype.startSpan = function(t, e, n) {
9
- return this._getTracer().startSpan(t, e, n);
10
- }, r.prototype.startActiveSpan = function(t, e, n, a) {
11
- var i = this._getTracer();
12
- return Reflect.apply(i.startActiveSpan, i, arguments);
13
- }, r.prototype._getTracer = function() {
14
- if (this._delegate)
15
- return this._delegate;
16
- var t = this._provider.getDelegateTracer(this.name, this.version, this.options);
17
- return t ? (this._delegate = t, this._delegate) : s;
18
- }, r;
19
- })()
20
- );
21
- export {
22
- c as ProxyTracer
23
- };
@@ -1,32 +0,0 @@
1
- import { ContextAPI as l } from "./vue-components.es86.js";
2
- import { getSpanContext as m, setSpan as d } from "./vue-components.es96.js";
3
- import { NonRecordingSpan as p } from "./vue-components.es85.js";
4
- import { isSpanContextValid as S } from "./vue-components.es83.js";
5
- var f = l.getInstance(), I = (
6
- /** @class */
7
- (function() {
8
- function t() {
9
- }
10
- return t.prototype.startSpan = function(u, e, r) {
11
- r === void 0 && (r = f.active());
12
- var i = !!e?.root;
13
- if (i)
14
- return new p();
15
- var n = r && m(r);
16
- return g(n) && S(n) ? new p(n) : new p();
17
- }, t.prototype.startActiveSpan = function(u, e, r, i) {
18
- var n, o, a;
19
- if (!(arguments.length < 2)) {
20
- arguments.length === 2 ? a = e : arguments.length === 3 ? (n = e, a = r) : (n = e, o = r, a = i);
21
- var v = o ?? f.active(), s = this.startSpan(u, n, v), c = d(v, s);
22
- return f.with(c, a, void 0, s);
23
- }
24
- }, t;
25
- })()
26
- );
27
- function g(t) {
28
- return typeof t == "object" && typeof t.spanId == "string" && typeof t.traceId == "string" && typeof t.traceFlags == "number";
29
- }
30
- export {
31
- I as NoopTracer
32
- };
@@ -1,24 +0,0 @@
1
- import { ProxyTracer as i } from "./vue-components.es78.js";
2
- import { NoopTracerProvider as n } from "./vue-components.es81.js";
3
- var c = new n(), g = (
4
- /** @class */
5
- (function() {
6
- function t() {
7
- }
8
- return t.prototype.getTracer = function(e, o, a) {
9
- var r;
10
- return (r = this.getDelegateTracer(e, o, a)) !== null && r !== void 0 ? r : new i(this, e, o, a);
11
- }, t.prototype.getDelegate = function() {
12
- var e;
13
- return (e = this._delegate) !== null && e !== void 0 ? e : c;
14
- }, t.prototype.setDelegate = function(e) {
15
- this._delegate = e;
16
- }, t.prototype.getDelegateTracer = function(e, o, a) {
17
- var r;
18
- return (r = this._delegate) === null || r === void 0 ? void 0 : r.getTracer(e, o, a);
19
- }, t;
20
- })()
21
- );
22
- export {
23
- g as ProxyTracerProvider
24
- };
@@ -1,14 +0,0 @@
1
- import { NoopTracer as o } from "./vue-components.es79.js";
2
- var p = (
3
- /** @class */
4
- (function() {
5
- function r() {
6
- }
7
- return r.prototype.getTracer = function(e, n, t) {
8
- return new o();
9
- }, r;
10
- })()
11
- );
12
- export {
13
- p as NoopTracerProvider
14
- };
@@ -1,7 +0,0 @@
1
- var N;
2
- (function(E) {
3
- E[E.NONE = 0] = "NONE", E[E.SAMPLED = 1] = "SAMPLED";
4
- })(N || (N = {}));
5
- export {
6
- N as TraceFlags
7
- };
@@ -1,21 +0,0 @@
1
- import { INVALID_TRACEID as r, INVALID_SPANID as t } from "./vue-components.es84.js";
2
- import { NonRecordingSpan as i } from "./vue-components.es85.js";
3
- var a = /^([0-9a-f]{32})$/i, o = /^[0-9a-f]{16}$/i;
4
- function I(n) {
5
- return a.test(n) && n !== r;
6
- }
7
- function e(n) {
8
- return o.test(n) && n !== t;
9
- }
10
- function A(n) {
11
- return I(n.traceId) && e(n.spanId);
12
- }
13
- function D(n) {
14
- return new i(n);
15
- }
16
- export {
17
- A as isSpanContextValid,
18
- e as isValidSpanId,
19
- I as isValidTraceId,
20
- D as wrapSpanContext
21
- };
@@ -1,11 +0,0 @@
1
- import { TraceFlags as I } from "./vue-components.es82.js";
2
- var a = "0000000000000000", r = "00000000000000000000000000000000", A = {
3
- traceId: r,
4
- spanId: a,
5
- traceFlags: I.NONE
6
- };
7
- export {
8
- a as INVALID_SPANID,
9
- A as INVALID_SPAN_CONTEXT,
10
- r as INVALID_TRACEID
11
- };
@@ -1,33 +0,0 @@
1
- import { INVALID_SPAN_CONTEXT as o } from "./vue-components.es84.js";
2
- var i = (
3
- /** @class */
4
- (function() {
5
- function t(n) {
6
- n === void 0 && (n = o), this._spanContext = n;
7
- }
8
- return t.prototype.spanContext = function() {
9
- return this._spanContext;
10
- }, t.prototype.setAttribute = function(n, e) {
11
- return this;
12
- }, t.prototype.setAttributes = function(n) {
13
- return this;
14
- }, t.prototype.addEvent = function(n, e) {
15
- return this;
16
- }, t.prototype.addLink = function(n) {
17
- return this;
18
- }, t.prototype.addLinks = function(n) {
19
- return this;
20
- }, t.prototype.setStatus = function(n) {
21
- return this;
22
- }, t.prototype.updateName = function(n) {
23
- return this;
24
- }, t.prototype.end = function(n) {
25
- }, t.prototype.isRecording = function() {
26
- return !1;
27
- }, t.prototype.recordException = function(n, e) {
28
- }, t;
29
- })()
30
- );
31
- export {
32
- i as NonRecordingSpan
33
- };
@@ -1,50 +0,0 @@
1
- import { NoopContextManager as f } from "./vue-components.es97.js";
2
- import { registerGlobal as s, getGlobal as p, unregisterGlobal as g } from "./vue-components.es95.js";
3
- import { DiagAPI as u } from "./vue-components.es92.js";
4
- var y = function(t, e) {
5
- var a = typeof Symbol == "function" && t[Symbol.iterator];
6
- if (!a) return t;
7
- var n = a.call(t), o, r = [], i;
8
- try {
9
- for (; (e === void 0 || e-- > 0) && !(o = n.next()).done; ) r.push(o.value);
10
- } catch (c) {
11
- i = { error: c };
12
- } finally {
13
- try {
14
- o && !o.done && (a = n.return) && a.call(n);
15
- } finally {
16
- if (i) throw i.error;
17
- }
18
- }
19
- return r;
20
- }, d = function(t, e, a) {
21
- if (a || arguments.length === 2) for (var n = 0, o = e.length, r; n < o; n++)
22
- (r || !(n in e)) && (r || (r = Array.prototype.slice.call(e, 0, n)), r[n] = e[n]);
23
- return t.concat(r || Array.prototype.slice.call(e));
24
- }, l = "context", _ = new f(), A = (
25
- /** @class */
26
- (function() {
27
- function t() {
28
- }
29
- return t.getInstance = function() {
30
- return this._instance || (this._instance = new t()), this._instance;
31
- }, t.prototype.setGlobalContextManager = function(e) {
32
- return s(l, e, u.instance());
33
- }, t.prototype.active = function() {
34
- return this._getContextManager().active();
35
- }, t.prototype.with = function(e, a, n) {
36
- for (var o, r = [], i = 3; i < arguments.length; i++)
37
- r[i - 3] = arguments[i];
38
- return (o = this._getContextManager()).with.apply(o, d([e, a, n], y(r), !1));
39
- }, t.prototype.bind = function(e, a) {
40
- return this._getContextManager().bind(e, a);
41
- }, t.prototype._getContextManager = function() {
42
- return p(l) || _;
43
- }, t.prototype.disable = function() {
44
- this._getContextManager().disable(), g(l, u.instance());
45
- }, t;
46
- })()
47
- );
48
- export {
49
- A as ContextAPI
50
- };
@@ -1,28 +0,0 @@
1
- import { registerGlobal as a, getGlobal as p, unregisterGlobal as s } from "./vue-components.es95.js";
2
- import { ProxyTracerProvider as i } from "./vue-components.es80.js";
3
- import { wrapSpanContext as c, isSpanContextValid as h } from "./vue-components.es83.js";
4
- import { deleteSpan as g, getSpan as S, getActiveSpan as x, getSpanContext as d, setSpan as f, setSpanContext as l } from "./vue-components.es96.js";
5
- import { DiagAPI as o } from "./vue-components.es92.js";
6
- var n = "trace", y = (
7
- /** @class */
8
- (function() {
9
- function t() {
10
- this._proxyTracerProvider = new i(), this.wrapSpanContext = c, this.isSpanContextValid = h, this.deleteSpan = g, this.getSpan = S, this.getActiveSpan = x, this.getSpanContext = d, this.setSpan = f, this.setSpanContext = l;
11
- }
12
- return t.getInstance = function() {
13
- return this._instance || (this._instance = new t()), this._instance;
14
- }, t.prototype.setGlobalTracerProvider = function(r) {
15
- var e = a(n, this._proxyTracerProvider, o.instance());
16
- return e && this._proxyTracerProvider.setDelegate(r), e;
17
- }, t.prototype.getTracerProvider = function() {
18
- return p(n) || this._proxyTracerProvider;
19
- }, t.prototype.getTracer = function(r, e) {
20
- return this.getTracerProvider().getTracer(r, e);
21
- }, t.prototype.disable = function() {
22
- s(n, o.instance()), this._proxyTracerProvider = new i();
23
- }, t;
24
- })()
25
- );
26
- export {
27
- y as TraceAPI
28
- };
@@ -1,17 +0,0 @@
1
- import { hasProperty as o, isFunction as t } from "./vue-components.es45.js";
2
- import { redact as e } from "./vue-components.es66.js";
3
- const n = /* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom"), s = (r) => {
4
- try {
5
- if (o(r, "toJSON") && t(r.toJSON) && r.toJSON.length === 0)
6
- return r.toJSON();
7
- if (Array.isArray(r))
8
- return r.map(s);
9
- } catch {
10
- return "[toJSON threw]";
11
- }
12
- return e(r);
13
- };
14
- export {
15
- n as NodeInspectSymbol,
16
- s as toJson
17
- };
@@ -1,18 +0,0 @@
1
- const s = (t) => {
2
- const e = new Set(Reflect.ownKeys(t));
3
- if (t.constructor === Object) return e;
4
- t instanceof Error && e.delete("stack");
5
- const n = Object.getPrototypeOf(t);
6
- let o = n;
7
- for (; o !== null && o !== Object.prototype; ) {
8
- const r = Reflect.ownKeys(o);
9
- for (let c = 0; c < r.length; c++)
10
- e.add(r[c]);
11
- o = Object.getPrototypeOf(o);
12
- }
13
- return e.has("constructor") && typeof t.constructor == "function" && n === t.constructor.prototype && e.delete("constructor"), e;
14
- }, f = /* @__PURE__ */ new WeakSet();
15
- export {
16
- f as byReferenceInstances,
17
- s as getAllObjectKeys
18
- };
@@ -1,10 +0,0 @@
1
- import { dual as o } from "./vue-components.es42.js";
2
- function N(i) {
3
- return (r, u) => r === u ? 0 : i(r, u);
4
- }
5
- const e = /* @__PURE__ */ N((i, r) => globalThis.Number.isNaN(i) && globalThis.Number.isNaN(r) ? 0 : globalThis.Number.isNaN(i) ? -1 : globalThis.Number.isNaN(r) ? 1 : i < r ? -1 : 1), m = /* @__PURE__ */ o(2, (i, r) => N((u, n) => i(r(u), r(n))));
6
- export {
7
- e as Number,
8
- N as make,
9
- m as mapInput
10
- };
@@ -1,13 +0,0 @@
1
- import { useStore as u } from "@tanstack/vue-form";
2
- import { computed as f } from "vue";
3
- function c(o, t) {
4
- return f(() => t ? u(o.store, (n) => {
5
- const r = {};
6
- for (const e of t)
7
- r[e] = n[e];
8
- return r;
9
- }).value : {});
10
- }
11
- export {
12
- c as getOmegaStore
13
- };
@@ -1,67 +0,0 @@
1
- import { DiagComponentLogger as m } from "./vue-components.es93.js";
2
- import { createLogLevelDiagLogger as y } from "./vue-components.es94.js";
3
- import { DiagLogLevel as d } from "./vue-components.es77.js";
4
- import { unregisterGlobal as p, getGlobal as v, registerGlobal as w } from "./vue-components.es95.js";
5
- var b = function(i, n) {
6
- var r = typeof Symbol == "function" && i[Symbol.iterator];
7
- if (!r) return i;
8
- var t = r.call(i), a, e = [], o;
9
- try {
10
- for (; (n === void 0 || n-- > 0) && !(a = t.next()).done; ) e.push(a.value);
11
- } catch (l) {
12
- o = { error: l };
13
- } finally {
14
- try {
15
- a && !a.done && (r = t.return) && r.call(t);
16
- } finally {
17
- if (o) throw o.error;
18
- }
19
- }
20
- return e;
21
- }, _ = function(i, n, r) {
22
- if (r || arguments.length === 2) for (var t = 0, a = n.length, e; t < a; t++)
23
- (e || !(t in n)) && (e || (e = Array.prototype.slice.call(n, 0, t)), e[t] = n[t]);
24
- return i.concat(e || Array.prototype.slice.call(n));
25
- }, h = "diag", P = (
26
- /** @class */
27
- (function() {
28
- function i() {
29
- function n(a) {
30
- return function() {
31
- for (var e = [], o = 0; o < arguments.length; o++)
32
- e[o] = arguments[o];
33
- var l = v("diag");
34
- if (l)
35
- return l[a].apply(l, _([], b(e), !1));
36
- };
37
- }
38
- var r = this, t = function(a, e) {
39
- var o, l, g;
40
- if (e === void 0 && (e = { logLevel: d.INFO }), a === r) {
41
- var u = new Error("Cannot use diag as the logger for itself. Please use a DiagLogger implementation like ConsoleDiagLogger or a custom implementation");
42
- return r.error((o = u.stack) !== null && o !== void 0 ? o : u.message), !1;
43
- }
44
- typeof e == "number" && (e = {
45
- logLevel: e
46
- });
47
- var f = v("diag"), s = y((l = e.logLevel) !== null && l !== void 0 ? l : d.INFO, a);
48
- if (f && !e.suppressOverrideMessage) {
49
- var c = (g = new Error().stack) !== null && g !== void 0 ? g : "<failed to generate stacktrace>";
50
- f.warn("Current logger will be overwritten from " + c), s.warn("Current logger will overwrite one already registered from " + c);
51
- }
52
- return w("diag", s, r, !0);
53
- };
54
- r.setLogger = t, r.disable = function() {
55
- p(h, r);
56
- }, r.createComponentLogger = function(a) {
57
- return new m(a);
58
- }, r.verbose = n("verbose"), r.debug = n("debug"), r.info = n("info"), r.warn = n("warn"), r.error = n("error");
59
- }
60
- return i.instance = function() {
61
- return this._instance || (this._instance = new i()), this._instance;
62
- }, i;
63
- })()
64
- );
65
- export {
66
- P as DiagAPI
67
- };
@@ -1,58 +0,0 @@
1
- import { getGlobal as f } from "./vue-components.es95.js";
2
- var p = function(n, e) {
3
- var r = typeof Symbol == "function" && n[Symbol.iterator];
4
- if (!r) return n;
5
- var t = r.call(n), o, a = [], g;
6
- try {
7
- for (; (e === void 0 || e-- > 0) && !(o = t.next()).done; ) a.push(o.value);
8
- } catch (s) {
9
- g = { error: s };
10
- } finally {
11
- try {
12
- o && !o.done && (r = t.return) && r.call(t);
13
- } finally {
14
- if (g) throw g.error;
15
- }
16
- }
17
- return a;
18
- }, l = function(n, e, r) {
19
- if (r || arguments.length === 2) for (var t = 0, o = e.length, a; t < o; t++)
20
- (a || !(t in e)) && (a || (a = Array.prototype.slice.call(e, 0, t)), a[t] = e[t]);
21
- return n.concat(a || Array.prototype.slice.call(e));
22
- }, i = (
23
- /** @class */
24
- (function() {
25
- function n(e) {
26
- this._namespace = e.namespace || "DiagComponentLogger";
27
- }
28
- return n.prototype.debug = function() {
29
- for (var e = [], r = 0; r < arguments.length; r++)
30
- e[r] = arguments[r];
31
- return u("debug", this._namespace, e);
32
- }, n.prototype.error = function() {
33
- for (var e = [], r = 0; r < arguments.length; r++)
34
- e[r] = arguments[r];
35
- return u("error", this._namespace, e);
36
- }, n.prototype.info = function() {
37
- for (var e = [], r = 0; r < arguments.length; r++)
38
- e[r] = arguments[r];
39
- return u("info", this._namespace, e);
40
- }, n.prototype.warn = function() {
41
- for (var e = [], r = 0; r < arguments.length; r++)
42
- e[r] = arguments[r];
43
- return u("warn", this._namespace, e);
44
- }, n.prototype.verbose = function() {
45
- for (var e = [], r = 0; r < arguments.length; r++)
46
- e[r] = arguments[r];
47
- return u("verbose", this._namespace, e);
48
- }, n;
49
- })()
50
- );
51
- function u(n, e, r) {
52
- var t = f("diag");
53
- if (t)
54
- return r.unshift(e), t[n].apply(t, l([], p(r), !1));
55
- }
56
- export {
57
- i as DiagComponentLogger
58
- };
@@ -1,19 +0,0 @@
1
- import { DiagLogLevel as r } from "./vue-components.es77.js";
2
- function c(n, o) {
3
- n < r.NONE ? n = r.NONE : n > r.ALL && (n = r.ALL), o = o || {};
4
- function i(t, f) {
5
- var e = o[t];
6
- return typeof e == "function" && n >= f ? e.bind(o) : function() {
7
- };
8
- }
9
- return {
10
- error: i("error", r.ERROR),
11
- warn: i("warn", r.WARN),
12
- info: i("info", r.INFO),
13
- debug: i("debug", r.DEBUG),
14
- verbose: i("verbose", r.VERBOSE)
15
- };
16
- }
17
- export {
18
- c as createLogLevelDiagLogger
19
- };
@@ -1,35 +0,0 @@
1
- import { VERSION as t } from "./vue-components.es98.js";
2
- import { isCompatible as f } from "./vue-components.es99.js";
3
- import { _globalThis as m } from "./vue-components.es100.js";
4
- var u = t.split(".")[0], n = /* @__PURE__ */ Symbol.for("opentelemetry.js.api." + u), l = m;
5
- function d(r, o, e, i) {
6
- var v;
7
- i === void 0 && (i = !1);
8
- var s = l[n] = (v = l[n]) !== null && v !== void 0 ? v : {
9
- version: t
10
- };
11
- if (!i && s[r]) {
12
- var a = new Error("@opentelemetry/api: Attempted duplicate registration of API: " + r);
13
- return e.error(a.stack || a.message), !1;
14
- }
15
- if (s.version !== t) {
16
- var a = new Error("@opentelemetry/api: Registration of version v" + s.version + " for " + r + " does not match previously registered API v" + t);
17
- return e.error(a.stack || a.message), !1;
18
- }
19
- return s[r] = o, e.debug("@opentelemetry/api: Registered a global for " + r + " v" + t + "."), !0;
20
- }
21
- function E(r) {
22
- var o, e, i = (o = l[n]) === null || o === void 0 ? void 0 : o.version;
23
- if (!(!i || !f(i)))
24
- return (e = l[n]) === null || e === void 0 ? void 0 : e[r];
25
- }
26
- function _(r, o) {
27
- o.debug("@opentelemetry/api: Unregistering a global for " + r + " v" + t + ".");
28
- var e = l[n];
29
- e && delete e[r];
30
- }
31
- export {
32
- E as getGlobal,
33
- d as registerGlobal,
34
- _ as unregisterGlobal
35
- };
@@ -1,31 +0,0 @@
1
- import { createContextKey as o } from "./vue-components.es76.js";
2
- import { NonRecordingSpan as a } from "./vue-components.es85.js";
3
- import { ContextAPI as u } from "./vue-components.es86.js";
4
- var n = o("OpenTelemetry Context Key SPAN");
5
- function r(e) {
6
- return e.getValue(n) || void 0;
7
- }
8
- function S() {
9
- return r(u.getInstance().active());
10
- }
11
- function i(e, t) {
12
- return e.setValue(n, t);
13
- }
14
- function l(e) {
15
- return e.deleteValue(n);
16
- }
17
- function d(e, t) {
18
- return i(e, new a(t));
19
- }
20
- function m(e) {
21
- var t;
22
- return (t = r(e)) === null || t === void 0 ? void 0 : t.spanContext();
23
- }
24
- export {
25
- l as deleteSpan,
26
- S as getActiveSpan,
27
- r as getSpan,
28
- m as getSpanContext,
29
- i as setSpan,
30
- d as setSpanContext
31
- };
@@ -1,4 +0,0 @@
1
- var r = "1.9.0";
2
- export {
3
- r as VERSION
4
- };