@effect-app/vue-components 0.22.16 → 0.23.0

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.
@@ -1,5 +1,5 @@
1
1
  import { type S } from "effect-app";
2
- import { type FormProps, type OmegaFormApi, type OmegaFormState, type ShowErrorsOn } from "./OmegaFormStuff";
2
+ import { type FormProps, type OmegaFormState, type ShowErrorsOn } from "./OmegaFormStuff";
3
3
  import { type OmegaConfig, type OmegaFormReturn } from "./useOmegaForm";
4
4
  declare const _default: <From extends Record<PropertyKey, any>, To extends Record<PropertyKey, any>, K extends keyof OmegaFormState<From, To> = keyof OmegaFormState<From, To>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
5
5
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, never> & ({
@@ -14,14 +14,14 @@ declare const _default: <From extends Record<PropertyKey, any>, To extends Recor
14
14
  schema: S.Schema<To, From, never>;
15
15
  }) & ({
16
16
  isLoading: boolean;
17
- onSubmit: (data: {
18
- formApi: OmegaFormApi<From, To>;
19
- meta: any;
20
- value: To;
21
- }) => void;
17
+ onSubmit: (value: To, meta: any, formApi: import("./OmegaFormStuff").OmegaFormParams<From, To>) => void;
22
18
  } | {
23
19
  isLoading?: undefined;
24
- onSubmit?: FormProps<From, To>["onSubmit"];
20
+ onSubmit?: (value: To, meta: any, formApi: import("./OmegaFormStuff").OmegaFormParams<From, To>) => ReturnType<(props: {
21
+ formApi: import("./OmegaFormStuff").OmegaFormParams<From, To>;
22
+ meta: any;
23
+ value: To;
24
+ }) => Promise<any> | import("effect/Fiber").RuntimeFiber<any, any> | import("effect/Effect").Effect<import("effect/Fiber").RuntimeFiber<any, any>, any, never>>;
25
25
  }))) & {}> & import("vue").PublicProps;
26
26
  expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
27
27
  attrs: any;
@@ -1,8 +1,8 @@
1
- (function(){"use strict";try{if(typeof document<"u"){var n=document.createElement("style");if(n.appendChild(document.createTextNode("fieldset[data-v-72cd2c5e]{display:contents}fieldset[disabled][data-v-72cd2c5e]>*{pointer-events:none}")),document.head.appendChild(n),window.customElements){const e=window.customElements.define;window.customElements.define=function(c,t){const d=t.prototype.connectedCallback;return t.prototype.connectedCallback=function(){if(d&&d.call(this),this.shadowRoot){const o=document.createElement("style");o.appendChild(document.createTextNode("fieldset[data-v-72cd2c5e]{display:contents}fieldset[disabled][data-v-72cd2c5e]>*{pointer-events:none}")),this.shadowRoot.appendChild(o)}},e.call(window.customElements,c,t)}}}}catch(e){console.error("vite-plugin-css-injected-by-js",e)}})();
1
+ (function(){"use strict";try{if(typeof document<"u"){var n=document.createElement("style");if(n.appendChild(document.createTextNode("fieldset[data-v-b77e8ae3]{display:contents}fieldset[disabled][data-v-b77e8ae3]>*{pointer-events:none}")),document.head.appendChild(n),window.customElements){const e=window.customElements.define;window.customElements.define=function(i,t){const d=t.prototype.connectedCallback;return t.prototype.connectedCallback=function(){if(d&&d.call(this),this.shadowRoot){const o=document.createElement("style");o.appendChild(document.createTextNode("fieldset[data-v-b77e8ae3]{display:contents}fieldset[disabled][data-v-b77e8ae3]>*{pointer-events:none}")),this.shadowRoot.appendChild(o)}},e.call(window.customElements,i,t)}}}}catch(e){console.error("vite-plugin-css-injected-by-js",e)}})();
2
2
  import o from "./vue-components.es20.js";
3
3
 
4
4
  import r from "./vue-components.es17.js";
5
- const e = /* @__PURE__ */ r(o, [["__scopeId", "data-v-72cd2c5e"]]);
5
+ const t = /* @__PURE__ */ r(o, [["__scopeId", "data-v-b77e8ae3"]]);
6
6
  export {
7
- e as default
7
+ t as default
8
8
  };
@@ -1,9 +1,9 @@
1
- import { defineComponent as M, getCurrentInstance as B, computed as v, onBeforeMount as F, watch as g, createElementBlock as S, openBlock as O, withModifiers as L, createElementVNode as C, unref as m, renderSlot as p, createCommentVNode as V, Fragment as k } from "vue";
2
- import { useStore as h } from "@tanstack/vue-form";
1
+ import { defineComponent as B, getCurrentInstance as F, computed as l, onBeforeMount as L, watch as S, createElementBlock as O, openBlock as h, withModifiers as C, createElementVNode as V, unref as m, renderSlot as b, createCommentVNode as k, Fragment as _ } from "vue";
2
+ import { useStore as y } from "@tanstack/vue-form";
3
3
  import { getOmegaStore as $ } from "./vue-components.es27.js";
4
4
  import { provideOmegaErrors as A } from "./vue-components.es8.js";
5
5
  import { useOmegaForm as K } from "./vue-components.es9.js";
6
- const _ = ["disabled"], D = /* @__PURE__ */ M({
6
+ const P = ["disabled"], H = /* @__PURE__ */ B({
7
7
  __name: "OmegaWrapper",
8
8
  props: {
9
9
  omegaConfig: {},
@@ -26,21 +26,21 @@ const _ = ["disabled"], D = /* @__PURE__ */ M({
26
26
  isLoading: { type: Boolean, default: void 0 },
27
27
  onSubmit: {}
28
28
  },
29
- setup(y) {
30
- const o = y, w = B(), E = ({ formApi: e, meta: r, value: i }) => new Promise((t) => {
31
- w.emit("submit", { formApi: e, meta: r, value: i });
32
- const n = g(() => o.isLoading, (u) => {
33
- u || (t(), n.stop());
29
+ setup(w) {
30
+ const o = w, E = F(), j = (e, r, n) => new Promise((t) => {
31
+ E.emit("submit", e, r, n);
32
+ const i = S(() => o.isLoading, (u) => {
33
+ u || (t(), i.stop());
34
34
  });
35
- }), l = typeof o.isLoading < "u" ? E : typeof o.onSubmit < "u" ? o.onSubmit : void 0, f = o.form || !o.schema ? void 0 : K(
35
+ }), v = typeof o.isLoading < "u" ? l(() => j) : typeof o.onSubmit < "u" ? l(() => o.onSubmit) : void 0, f = v?.value ? ({ formApi: e, meta: r, value: n }) => v.value(n, r, e) : void 0, c = o.form || !o.schema ? void 0 : K(
36
36
  o.schema,
37
37
  {
38
38
  ...o,
39
- onSubmit: l
39
+ onSubmit: f
40
40
  },
41
41
  o.omegaConfig
42
- ), s = v(() => o.form ?? f);
43
- F(() => {
42
+ ), s = l(() => o.form ?? c);
43
+ L(() => {
44
44
  if (!o.form) return;
45
45
  const e = Object.keys(o.form.options || {}), r = /* @__PURE__ */ new Set([
46
46
  "omegaConfig",
@@ -49,16 +49,16 @@ const _ = ["disabled"], D = /* @__PURE__ */ M({
49
49
  "asyncAlways",
50
50
  "form",
51
51
  "schema"
52
- ]), i = Object.fromEntries(
52
+ ]), n = Object.fromEntries(
53
53
  Object.entries(o).filter(
54
- ([a, d]) => a === "isLoading" ? !1 : !r.has(a) && d !== void 0
54
+ ([a, p]) => a === "isLoading" ? !1 : !r.has(a) && p !== void 0
55
55
  )
56
- ), t = Object.keys(i), n = e.filter(
57
- (a) => t.includes(a) && i[a] !== void 0
56
+ ), t = Object.keys(n), i = e.filter(
57
+ (a) => t.includes(a) && n[a] !== void 0
58
58
  );
59
- n.length > 0 && console.warn(
59
+ i.length > 0 && console.warn(
60
60
  `[OmegaWrapper] Overlapping keys found between form options and filtered props:
61
- ${n.join(
61
+ ${i.join(
62
62
  `,
63
63
  `
64
64
  )}.
@@ -66,37 +66,37 @@ Props will overwrite existing form options. This might indicate a configuration
66
66
  );
67
67
  const u = {
68
68
  ...s.value.options,
69
- ...i
69
+ ...n
70
70
  };
71
- l && (u.onSubmit = l), s.value.options = Object.fromEntries(
71
+ f && (u.onSubmit = f), s.value.options = Object.fromEntries(
72
72
  // TODO
73
73
  Object.entries(u).filter(
74
- ([a, d]) => d !== void 0
74
+ ([a, p]) => p !== void 0
75
75
  )
76
76
  );
77
77
  });
78
- const j = h(
78
+ const I = y(
79
79
  s.value.store,
80
80
  (e) => e.isSubmitting
81
- ), b = $(
81
+ ), g = $(
82
82
  s.value,
83
83
  o.subscribe
84
- ), I = h(
84
+ ), M = y(
85
85
  s.value.store,
86
86
  (e) => e.submissionAttempts
87
- ), c = v(() => s.value.useStore((e) => e.errors));
88
- return g(
89
- () => [s.value.filterItems, c.value.value],
87
+ ), d = l(() => s.value.useStore((e) => e.errors));
88
+ return S(
89
+ () => [s.value.filterItems, d.value.value],
90
90
  () => {
91
- const e = s.value.filterItems, r = c.value.value;
91
+ const e = s.value.filterItems, r = d.value.value;
92
92
  return e ? r ? (Object.values(r).filter(
93
93
  (t) => !!t
94
94
  ).flatMap(
95
- (t) => Object.values(t).flat().map((n) => n.message)
95
+ (t) => Object.values(t).flat().map((i) => i.message)
96
96
  ).some((t) => t === e.message) && e.items.forEach((t) => {
97
- const n = s.value.getFieldMeta(t);
98
- n && s.value.setFieldMeta(t, {
99
- ...n,
97
+ const i = s.value.getFieldMeta(t);
98
+ i && s.value.setFieldMeta(t, {
99
+ ...i,
100
100
  errorMap: {
101
101
  onSubmit: [
102
102
  { path: [t], message: e.message }
@@ -105,23 +105,23 @@ Props will overwrite existing form options. This might indicate a configuration
105
105
  });
106
106
  }), {}) : {} : {};
107
107
  }
108
- ), A(I, c.value, o.showErrorsOn), (e, r) => (O(), S("form", {
108
+ ), A(M, d.value, o.showErrorsOn), (e, r) => (h(), O("form", {
109
109
  novalidate: "",
110
- onSubmit: r[0] || (r[0] = L((i) => s.value.handleSubmit(), ["prevent", "stop"]))
110
+ onSubmit: r[0] || (r[0] = C((n) => s.value.handleSubmit(), ["prevent", "stop"]))
111
111
  }, [
112
- C("fieldset", { disabled: m(j) }, [
113
- o.form ? (O(), S(k, { key: 0 }, [
114
- p(e.$slots, "externalForm", { subscribedValues: m(b) }, void 0, !0),
115
- p(e.$slots, "default", {}, void 0, !0)
116
- ], 64)) : m(f) ? p(e.$slots, "internalForm", {
112
+ V("fieldset", { disabled: m(I) }, [
113
+ o.form ? (h(), O(_, { key: 0 }, [
114
+ b(e.$slots, "externalForm", { subscribedValues: m(g) }, void 0, !0),
115
+ b(e.$slots, "default", {}, void 0, !0)
116
+ ], 64)) : m(c) ? b(e.$slots, "internalForm", {
117
117
  key: 1,
118
- form: m(f),
119
- subscribedValues: m(b)
120
- }, void 0, !0) : V("", !0)
121
- ], 8, _)
118
+ form: m(c),
119
+ subscribedValues: m(g)
120
+ }, void 0, !0) : k("", !0)
121
+ ], 8, P)
122
122
  ], 32));
123
123
  }
124
124
  });
125
125
  export {
126
- D as default
126
+ H as default
127
127
  };
@@ -1,4 +1,4 @@
1
- import { TraceAPI as r } from "./vue-components.es41.js";
1
+ import { TraceAPI as r } from "./vue-components.es40.js";
2
2
  var t = r.getInstance();
3
3
  export {
4
4
  t as trace
@@ -1,4 +1,4 @@
1
- import { ContextAPI as t } from "./vue-components.es40.js";
1
+ import { ContextAPI as t } from "./vue-components.es39.js";
2
2
  var o = t.getInstance();
3
3
  export {
4
4
  o as context
@@ -1,4 +1,25 @@
1
- import f from "./vue-components.es26.js";
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();
2
22
  export {
3
- f as default
23
+ x as ROOT_CONTEXT,
24
+ a as createContextKey
4
25
  };
@@ -1,25 +1,7 @@
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();
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 = {}));
22
5
  export {
23
- x as ROOT_CONTEXT,
24
- a as createContextKey
6
+ R as DiagLogLevel
25
7
  };
@@ -1,7 +1,23 @@
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 = {}));
1
+ import { NoopTracer as o } from "./vue-components.es32.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
+ );
5
21
  export {
6
- R as DiagLogLevel
22
+ c as ProxyTracer
7
23
  };
@@ -1,23 +1,32 @@
1
- import { NoopTracer as o } from "./vue-components.es33.js";
2
- var s = new o(), c = (
1
+ import { ContextAPI as l } from "./vue-components.es39.js";
2
+ import { getSpanContext as m, setSpan as d } from "./vue-components.es46.js";
3
+ import { NonRecordingSpan as p } from "./vue-components.es38.js";
4
+ import { isSpanContextValid as S } from "./vue-components.es36.js";
5
+ var f = l.getInstance(), I = (
3
6
  /** @class */
4
7
  (function() {
5
- function r(t, e, n, a) {
6
- this._provider = t, this.name = e, this.version = n, this.options = a;
8
+ function t() {
7
9
  }
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;
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;
19
25
  })()
20
26
  );
27
+ function g(t) {
28
+ return typeof t == "object" && typeof t.spanId == "string" && typeof t.traceId == "string" && typeof t.traceFlags == "number";
29
+ }
21
30
  export {
22
- c as ProxyTracer
31
+ I as NoopTracer
23
32
  };
@@ -1,32 +1,24 @@
1
- import { ContextAPI as l } from "./vue-components.es40.js";
2
- import { getSpanContext as m, setSpan as d } from "./vue-components.es46.js";
3
- import { NonRecordingSpan as p } from "./vue-components.es39.js";
4
- import { isSpanContextValid as S } from "./vue-components.es37.js";
5
- var f = l.getInstance(), I = (
1
+ import { ProxyTracer as i } from "./vue-components.es31.js";
2
+ import { NoopTracerProvider as n } from "./vue-components.es34.js";
3
+ var c = new n(), g = (
6
4
  /** @class */
7
5
  (function() {
8
6
  function t() {
9
7
  }
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
- }
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);
24
19
  }, t;
25
20
  })()
26
21
  );
27
- function g(t) {
28
- return typeof t == "object" && typeof t.spanId == "string" && typeof t.traceId == "string" && typeof t.traceFlags == "number";
29
- }
30
22
  export {
31
- I as NoopTracer
23
+ g as ProxyTracerProvider
32
24
  };
@@ -1,24 +1,14 @@
1
- import { ProxyTracer as i } from "./vue-components.es32.js";
2
- import { NoopTracerProvider as n } from "./vue-components.es35.js";
3
- var c = new n(), g = (
1
+ import { NoopTracer as o } from "./vue-components.es32.js";
2
+ var p = (
4
3
  /** @class */
5
4
  (function() {
6
- function t() {
5
+ function r() {
7
6
  }
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;
7
+ return r.prototype.getTracer = function(e, n, t) {
8
+ return new o();
9
+ }, r;
20
10
  })()
21
11
  );
22
12
  export {
23
- g as ProxyTracerProvider
13
+ p as NoopTracerProvider
24
14
  };
@@ -1,14 +1,7 @@
1
- import { NoopTracer as o } from "./vue-components.es33.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
- );
1
+ var N;
2
+ (function(E) {
3
+ E[E.NONE = 0] = "NONE", E[E.SAMPLED = 1] = "SAMPLED";
4
+ })(N || (N = {}));
12
5
  export {
13
- p as NoopTracerProvider
6
+ N as TraceFlags
14
7
  };
@@ -1,7 +1,21 @@
1
- var N;
2
- (function(E) {
3
- E[E.NONE = 0] = "NONE", E[E.SAMPLED = 1] = "SAMPLED";
4
- })(N || (N = {}));
1
+ import { INVALID_TRACEID as r, INVALID_SPANID as t } from "./vue-components.es37.js";
2
+ import { NonRecordingSpan as i } from "./vue-components.es38.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
+ }
5
16
  export {
6
- N as TraceFlags
17
+ A as isSpanContextValid,
18
+ e as isValidSpanId,
19
+ I as isValidTraceId,
20
+ D as wrapSpanContext
7
21
  };
@@ -1,21 +1,11 @@
1
- import { INVALID_TRACEID as r, INVALID_SPANID as t } from "./vue-components.es38.js";
2
- import { NonRecordingSpan as i } from "./vue-components.es39.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
- }
1
+ import { TraceFlags as I } from "./vue-components.es35.js";
2
+ var a = "0000000000000000", r = "00000000000000000000000000000000", A = {
3
+ traceId: r,
4
+ spanId: a,
5
+ traceFlags: I.NONE
6
+ };
16
7
  export {
17
- A as isSpanContextValid,
18
- e as isValidSpanId,
19
- I as isValidTraceId,
20
- D as wrapSpanContext
8
+ a as INVALID_SPANID,
9
+ A as INVALID_SPAN_CONTEXT,
10
+ r as INVALID_TRACEID
21
11
  };
@@ -1,11 +1,33 @@
1
- import { TraceFlags as I } from "./vue-components.es36.js";
2
- var a = "0000000000000000", r = "00000000000000000000000000000000", A = {
3
- traceId: r,
4
- spanId: a,
5
- traceFlags: I.NONE
6
- };
1
+ import { INVALID_SPAN_CONTEXT as o } from "./vue-components.es37.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
+ );
7
31
  export {
8
- a as INVALID_SPANID,
9
- A as INVALID_SPAN_CONTEXT,
10
- r as INVALID_TRACEID
32
+ i as NonRecordingSpan
11
33
  };
@@ -1,33 +1,50 @@
1
- import { INVALID_SPAN_CONTEXT as o } from "./vue-components.es38.js";
2
- var i = (
1
+ import { NoopContextManager as f } from "./vue-components.es47.js";
2
+ import { registerGlobal as s, getGlobal as p, unregisterGlobal as g } from "./vue-components.es45.js";
3
+ import { DiagAPI as u } from "./vue-components.es42.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 = (
3
25
  /** @class */
4
26
  (function() {
5
- function t(n) {
6
- n === void 0 && (n = o), this._spanContext = n;
27
+ function t() {
7
28
  }
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) {
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());
28
45
  }, t;
29
46
  })()
30
47
  );
31
48
  export {
32
- i as NonRecordingSpan
49
+ A as ContextAPI
33
50
  };
@@ -1,50 +1,28 @@
1
- import { NoopContextManager as f } from "./vue-components.es47.js";
2
- import { registerGlobal as s, getGlobal as p, unregisterGlobal as g } from "./vue-components.es45.js";
3
- import { DiagAPI as u } from "./vue-components.es42.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 = (
1
+ import { registerGlobal as a, getGlobal as p, unregisterGlobal as s } from "./vue-components.es45.js";
2
+ import { ProxyTracerProvider as i } from "./vue-components.es33.js";
3
+ import { wrapSpanContext as c, isSpanContextValid as h } from "./vue-components.es36.js";
4
+ import { deleteSpan as g, getSpan as S, getActiveSpan as x, getSpanContext as d, setSpan as f, setSpanContext as l } from "./vue-components.es46.js";
5
+ import { DiagAPI as o } from "./vue-components.es42.js";
6
+ var n = "trace", y = (
25
7
  /** @class */
26
8
  (function() {
27
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;
28
11
  }
29
12
  return t.getInstance = function() {
30
13
  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) || _;
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);
43
21
  }, t.prototype.disable = function() {
44
- this._getContextManager().disable(), g(l, u.instance());
22
+ s(n, o.instance()), this._proxyTracerProvider = new i();
45
23
  }, t;
46
24
  })()
47
25
  );
48
26
  export {
49
- A as ContextAPI
27
+ y as TraceAPI
50
28
  };
@@ -1,28 +1,4 @@
1
- import { registerGlobal as a, getGlobal as p, unregisterGlobal as s } from "./vue-components.es45.js";
2
- import { ProxyTracerProvider as i } from "./vue-components.es34.js";
3
- import { wrapSpanContext as c, isSpanContextValid as h } from "./vue-components.es37.js";
4
- import { deleteSpan as g, getSpan as S, getActiveSpan as x, getSpanContext as d, setSpan as f, setSpanContext as l } from "./vue-components.es46.js";
5
- import { DiagAPI as o } from "./vue-components.es42.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
- );
1
+ import f from "./vue-components.es26.js";
26
2
  export {
27
- y as TraceAPI
3
+ f as default
28
4
  };
@@ -1,6 +1,6 @@
1
1
  import { DiagComponentLogger as m } from "./vue-components.es43.js";
2
2
  import { createLogLevelDiagLogger as y } from "./vue-components.es44.js";
3
- import { DiagLogLevel as d } from "./vue-components.es31.js";
3
+ import { DiagLogLevel as d } from "./vue-components.es30.js";
4
4
  import { unregisterGlobal as p, getGlobal as v, registerGlobal as w } from "./vue-components.es45.js";
5
5
  var b = function(i, n) {
6
6
  var r = typeof Symbol == "function" && i[Symbol.iterator];
@@ -1,4 +1,4 @@
1
- import { DiagLogLevel as r } from "./vue-components.es31.js";
1
+ import { DiagLogLevel as r } from "./vue-components.es30.js";
2
2
  function c(n, o) {
3
3
  n < r.NONE ? n = r.NONE : n > r.ALL && (n = r.ALL), o = o || {};
4
4
  function i(t, f) {
@@ -1,6 +1,6 @@
1
- import { createContextKey as o } from "./vue-components.es30.js";
2
- import { NonRecordingSpan as a } from "./vue-components.es39.js";
3
- import { ContextAPI as u } from "./vue-components.es40.js";
1
+ import { createContextKey as o } from "./vue-components.es29.js";
2
+ import { NonRecordingSpan as a } from "./vue-components.es38.js";
3
+ import { ContextAPI as u } from "./vue-components.es39.js";
4
4
  var n = o("OpenTelemetry Context Key SPAN");
5
5
  function r(e) {
6
6
  return e.getValue(n) || void 0;
@@ -1,4 +1,4 @@
1
- import { ROOT_CONTEXT as l } from "./vue-components.es30.js";
1
+ import { ROOT_CONTEXT as l } from "./vue-components.es29.js";
2
2
  var c = function(t, o) {
3
3
  var n = typeof Symbol == "function" && t[Symbol.iterator];
4
4
  if (!n) return t;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect-app/vue-components",
3
- "version": "0.22.16",
3
+ "version": "0.23.0",
4
4
  "peerDependencies": {
5
5
  "@mdi/js": "^7.4.47",
6
6
  "effect": "^3.17.13",
@@ -29,7 +29,7 @@
29
29
  "vitepress": "^1.6.4",
30
30
  "vitest": "^3.2.4",
31
31
  "vue-tsc": "^3.0.6",
32
- "@effect-app/eslint-shared-config": "0.0.12"
32
+ "@effect-app/eslint-shared-config": "0.0.13"
33
33
  },
34
34
  "files": [
35
35
  "src",
@@ -48,7 +48,7 @@
48
48
  "@tanstack/vue-form": "^1.19.5",
49
49
  "highlight.js": "^11.11.1",
50
50
  "vue3-highlightjs": "^1.0.5",
51
- "@effect-app/vue": "2.64.2",
51
+ "@effect-app/vue": "2.65.0",
52
52
  "effect-app": "3.3.7"
53
53
  },
54
54
  "scripts": {
@@ -71,6 +71,11 @@ import { provideOmegaErrors } from "./OmegaErrorsContext"
71
71
  import { type FilterItems, type FormProps, type OmegaFormApi, type OmegaFormState, type ShowErrorsOn } from "./OmegaFormStuff"
72
72
  import { type OmegaConfig, type OmegaFormReturn, useOmegaForm } from "./useOmegaForm"
73
73
 
74
+ type OnSubmit = NonNullable<FormProps<From, To>["onSubmit"]>
75
+ type OnSubmitArg = Parameters<OnSubmit>[0]
76
+ type OnSubmitEmit = (value: To, meta: OnSubmitArg["meta"], formApi: OnSubmitArg["formApi"]) => void
77
+ type OnSubmitAwaitable = (value: To, meta: OnSubmitArg["meta"], formApi: OnSubmitArg["formApi"]) => ReturnType<OnSubmit>
78
+
74
79
  type OmegaWrapperProps =
75
80
  & {
76
81
  omegaConfig?: OmegaConfig<From>
@@ -91,15 +96,11 @@ type OmegaWrapperProps =
91
96
  & (
92
97
  | {
93
98
  isLoading: boolean
94
- onSubmit: (data: {
95
- formApi: OmegaFormApi<From, To>
96
- meta: any
97
- value: To
98
- }) => void
99
+ onSubmit: OnSubmitEmit
99
100
  }
100
101
  | {
101
102
  isLoading?: undefined
102
- onSubmit?: FormProps<From, To>["onSubmit"]
103
+ onSubmit?: OnSubmitAwaitable
103
104
  }
104
105
  )
105
106
 
@@ -112,11 +113,9 @@ const instance = getCurrentInstance()
112
113
  // we prefer to use the standard abstraction in Vue which separates props (going down) and event emits (going back up)
113
114
  // so if isLoading + @submit are provided, we wrap them into a Promise, so that TanStack Form can properly track the submitting state.
114
115
  // we use this approach because it means we can keep relying on the built-in beaviour of TanStack Form, and we dont have to re-implement/keep in sync/break any internals.
115
- const eventOnSubmit: FormProps<From, To>["onSubmit"] = (
116
- { formApi, meta, value }
117
- ) =>
116
+ const eventOnSubmit: OnSubmitAwaitable = (value, meta, formApi) =>
118
117
  new Promise<void>((resolve) => {
119
- instance!.emit("submit", { formApi, meta, value })
118
+ instance!.emit("submit", value, meta, formApi)
120
119
  // even if the emit would be immediately handled, prop changes are not published/received immediately.
121
120
  // so we have to wait for the prop to change to true, and back to false again.
122
121
  const handle = watch(() => props.isLoading, (v) => {
@@ -126,19 +125,23 @@ const eventOnSubmit: FormProps<From, To>["onSubmit"] = (
126
125
  })
127
126
  })
128
127
 
129
- const onSubmit = typeof props.isLoading !== "undefined"
130
- ? eventOnSubmit
128
+ // we need to keep onSubmit reactive or it can't pick up local state changes, inside forms
129
+ // which is the whole point of having props
130
+ const onSubmit_ = typeof props.isLoading !== "undefined"
131
+ ? computed(() => eventOnSubmit)
131
132
  : typeof props.onSubmit !== "undefined"
132
- ? props.onSubmit
133
+ ? computed(() => props.onSubmit)
133
134
  : undefined
134
135
 
136
+ const onSubmitHandler = onSubmit_?.value ? ({formApi, meta, value }: OnSubmitArg) => onSubmit_!.value!(value, meta, formApi) : undefined
137
+
135
138
  const localForm = props.form || !props.schema
136
139
  ? undefined
137
140
  : useOmegaForm<From, To>(
138
141
  props.schema,
139
142
  {
140
143
  ...props,
141
- onSubmit
144
+ onSubmit: onSubmitHandler
142
145
  },
143
146
  props.omegaConfig
144
147
  )
@@ -192,7 +195,7 @@ onBeforeMount(() => {
192
195
  ...formToUse.value.options,
193
196
  ...filteredProps
194
197
  }
195
- if (onSubmit) mergedOptions.onSubmit = onSubmit
198
+ if (onSubmitHandler) mergedOptions.onSubmit = onSubmitHandler
196
199
 
197
200
  formToUse.value.options = Object.fromEntries(
198
201
  // TODO