@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.
- package/dist/types/components/OmegaForm/OmegaWrapper.vue.d.ts +7 -7
- package/dist/vue-components.es12.js +3 -3
- package/dist/vue-components.es20.js +44 -44
- package/dist/vue-components.es24.js +1 -1
- package/dist/vue-components.es25.js +1 -1
- package/dist/vue-components.es29.js +23 -2
- package/dist/vue-components.es30.js +5 -23
- package/dist/vue-components.es31.js +21 -5
- package/dist/vue-components.es32.js +25 -16
- package/dist/vue-components.es33.js +15 -23
- package/dist/vue-components.es34.js +7 -17
- package/dist/vue-components.es35.js +5 -12
- package/dist/vue-components.es36.js +19 -5
- package/dist/vue-components.es37.js +9 -19
- package/dist/vue-components.es38.js +31 -9
- package/dist/vue-components.es39.js +42 -25
- package/dist/vue-components.es40.js +16 -38
- package/dist/vue-components.es41.js +2 -26
- package/dist/vue-components.es42.js +1 -1
- package/dist/vue-components.es44.js +1 -1
- package/dist/vue-components.es46.js +3 -3
- package/dist/vue-components.es47.js +1 -1
- package/package.json +3 -3
- package/src/components/OmegaForm/OmegaWrapper.vue +18 -15
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type S } from "effect-app";
|
|
2
|
-
import { type FormProps, type
|
|
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: (
|
|
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?:
|
|
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-
|
|
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
|
|
5
|
+
const t = /* @__PURE__ */ r(o, [["__scopeId", "data-v-b77e8ae3"]]);
|
|
6
6
|
export {
|
|
7
|
-
|
|
7
|
+
t as default
|
|
8
8
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { useStore as
|
|
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
|
|
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(
|
|
30
|
-
const o =
|
|
31
|
-
|
|
32
|
-
const
|
|
33
|
-
u || (t(),
|
|
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
|
-
}),
|
|
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:
|
|
39
|
+
onSubmit: f
|
|
40
40
|
},
|
|
41
41
|
o.omegaConfig
|
|
42
|
-
), s =
|
|
43
|
-
|
|
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
|
-
]),
|
|
52
|
+
]), n = Object.fromEntries(
|
|
53
53
|
Object.entries(o).filter(
|
|
54
|
-
([a,
|
|
54
|
+
([a, p]) => a === "isLoading" ? !1 : !r.has(a) && p !== void 0
|
|
55
55
|
)
|
|
56
|
-
), t = Object.keys(
|
|
57
|
-
(a) => t.includes(a) &&
|
|
56
|
+
), t = Object.keys(n), i = e.filter(
|
|
57
|
+
(a) => t.includes(a) && n[a] !== void 0
|
|
58
58
|
);
|
|
59
|
-
|
|
59
|
+
i.length > 0 && console.warn(
|
|
60
60
|
`[OmegaWrapper] Overlapping keys found between form options and filtered props:
|
|
61
|
-
${
|
|
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
|
-
...
|
|
69
|
+
...n
|
|
70
70
|
};
|
|
71
|
-
|
|
71
|
+
f && (u.onSubmit = f), s.value.options = Object.fromEntries(
|
|
72
72
|
// TODO
|
|
73
73
|
Object.entries(u).filter(
|
|
74
|
-
([a,
|
|
74
|
+
([a, p]) => p !== void 0
|
|
75
75
|
)
|
|
76
76
|
);
|
|
77
77
|
});
|
|
78
|
-
const
|
|
78
|
+
const I = y(
|
|
79
79
|
s.value.store,
|
|
80
80
|
(e) => e.isSubmitting
|
|
81
|
-
),
|
|
81
|
+
), g = $(
|
|
82
82
|
s.value,
|
|
83
83
|
o.subscribe
|
|
84
|
-
),
|
|
84
|
+
), M = y(
|
|
85
85
|
s.value.store,
|
|
86
86
|
(e) => e.submissionAttempts
|
|
87
|
-
),
|
|
88
|
-
return
|
|
89
|
-
() => [s.value.filterItems,
|
|
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 =
|
|
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((
|
|
95
|
+
(t) => Object.values(t).flat().map((i) => i.message)
|
|
96
96
|
).some((t) => t === e.message) && e.items.forEach((t) => {
|
|
97
|
-
const
|
|
98
|
-
|
|
99
|
-
...
|
|
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(
|
|
108
|
+
), A(M, d.value, o.showErrorsOn), (e, r) => (h(), O("form", {
|
|
109
109
|
novalidate: "",
|
|
110
|
-
onSubmit: r[0] || (r[0] =
|
|
110
|
+
onSubmit: r[0] || (r[0] = C((n) => s.value.handleSubmit(), ["prevent", "stop"]))
|
|
111
111
|
}, [
|
|
112
|
-
|
|
113
|
-
o.form ? (
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
], 64)) : m(
|
|
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(
|
|
119
|
-
subscribedValues: m(
|
|
120
|
-
}, void 0, !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
|
-
|
|
126
|
+
H as default
|
|
127
127
|
};
|
|
@@ -1,4 +1,25 @@
|
|
|
1
|
-
|
|
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
|
-
|
|
23
|
+
x as ROOT_CONTEXT,
|
|
24
|
+
a as createContextKey
|
|
4
25
|
};
|
|
@@ -1,25 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
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
|
-
|
|
24
|
-
a as createContextKey
|
|
6
|
+
R as DiagLogLevel
|
|
25
7
|
};
|
|
@@ -1,7 +1,23 @@
|
|
|
1
|
-
|
|
2
|
-
(
|
|
3
|
-
|
|
4
|
-
|
|
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
|
-
|
|
22
|
+
c as ProxyTracer
|
|
7
23
|
};
|
|
@@ -1,23 +1,32 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
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
|
|
6
|
-
this._provider = t, this.name = e, this.version = n, this.options = a;
|
|
8
|
+
function t() {
|
|
7
9
|
}
|
|
8
|
-
return
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
var
|
|
17
|
-
|
|
18
|
-
|
|
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
|
-
|
|
31
|
+
I as NoopTracer
|
|
23
32
|
};
|
|
@@ -1,32 +1,24 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
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.
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
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
|
-
|
|
23
|
+
g as ProxyTracerProvider
|
|
32
24
|
};
|
|
@@ -1,24 +1,14 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
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
|
|
5
|
+
function r() {
|
|
7
6
|
}
|
|
8
|
-
return
|
|
9
|
-
|
|
10
|
-
|
|
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
|
-
|
|
13
|
+
p as NoopTracerProvider
|
|
24
14
|
};
|
|
@@ -1,14 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
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
|
-
|
|
6
|
+
N as TraceFlags
|
|
14
7
|
};
|
|
@@ -1,7 +1,21 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
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
|
-
|
|
17
|
+
A as isSpanContextValid,
|
|
18
|
+
e as isValidSpanId,
|
|
19
|
+
I as isValidTraceId,
|
|
20
|
+
D as wrapSpanContext
|
|
7
21
|
};
|
|
@@ -1,21 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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
|
-
|
|
18
|
-
|
|
19
|
-
|
|
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 {
|
|
2
|
-
var
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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
|
-
|
|
9
|
-
A as INVALID_SPAN_CONTEXT,
|
|
10
|
-
r as INVALID_TRACEID
|
|
32
|
+
i as NonRecordingSpan
|
|
11
33
|
};
|
|
@@ -1,33 +1,50 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
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(
|
|
6
|
-
n === void 0 && (n = o), this._spanContext = n;
|
|
27
|
+
function t() {
|
|
7
28
|
}
|
|
8
|
-
return t.
|
|
9
|
-
return this.
|
|
10
|
-
}, t.prototype.
|
|
11
|
-
return
|
|
12
|
-
}, t.prototype.
|
|
13
|
-
return this;
|
|
14
|
-
}, t.prototype.
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
return this;
|
|
18
|
-
}, t.prototype.
|
|
19
|
-
return this;
|
|
20
|
-
}, t.prototype.
|
|
21
|
-
return
|
|
22
|
-
}, t.prototype.
|
|
23
|
-
|
|
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
|
-
|
|
49
|
+
A as ContextAPI
|
|
33
50
|
};
|
|
@@ -1,50 +1,28 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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.
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
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
|
-
|
|
22
|
+
s(n, o.instance()), this._proxyTracerProvider = new i();
|
|
45
23
|
}, t;
|
|
46
24
|
})()
|
|
47
25
|
);
|
|
48
26
|
export {
|
|
49
|
-
|
|
27
|
+
y as TraceAPI
|
|
50
28
|
};
|
|
@@ -1,28 +1,4 @@
|
|
|
1
|
-
import
|
|
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
|
-
|
|
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.
|
|
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,6 +1,6 @@
|
|
|
1
|
-
import { createContextKey as o } from "./vue-components.
|
|
2
|
-
import { NonRecordingSpan as a } from "./vue-components.
|
|
3
|
-
import { ContextAPI as u } from "./vue-components.
|
|
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;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@effect-app/vue-components",
|
|
3
|
-
"version": "0.
|
|
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.
|
|
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.
|
|
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:
|
|
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?:
|
|
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:
|
|
116
|
-
{ formApi, meta, value }
|
|
117
|
-
) =>
|
|
116
|
+
const eventOnSubmit: OnSubmitAwaitable = (value, meta, formApi) =>
|
|
118
117
|
new Promise<void>((resolve) => {
|
|
119
|
-
instance!.emit("submit",
|
|
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
|
-
|
|
130
|
-
|
|
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 (
|
|
198
|
+
if (onSubmitHandler) mergedOptions.onSubmit = onSubmitHandler
|
|
196
199
|
|
|
197
200
|
formToUse.value.options = Object.fromEntries(
|
|
198
201
|
// TODO
|