@effect-app/vue-components 4.0.0-beta.1 → 4.0.0-beta.2
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/OmegaFormStuff.d.ts +1 -1
- package/dist/vue-components.es36.js +2 -2
- package/dist/vue-components.es37.js +7 -7
- package/dist/vue-components.es40.js +1 -1
- package/dist/vue-components.es44.js +1 -1
- package/dist/vue-components.es60.js +1 -1
- package/dist/vue-components.es76.js +1 -1
- package/dist/vue-components.es77.js +1 -1
- package/dist/vue-components.es78.js +19 -13
- package/dist/vue-components.es79.js +12 -32
- package/dist/vue-components.es80.js +112 -20
- package/dist/vue-components.es81.js +3 -12
- package/dist/vue-components.es82.js +29 -110
- package/dist/vue-components.es83.js +2 -3
- package/dist/vue-components.es84.js +2 -2
- package/dist/vue-components.es85.js +16 -2
- package/dist/vue-components.es86.js +14 -15
- package/dist/vue-components.es87.js +1 -1
- package/package.json +3 -3
- package/src/components/OmegaForm/OmegaFormStuff.ts +6 -6
|
@@ -153,5 +153,5 @@ declare const supportedInputs: readonly ["button", "checkbox", "color", "date",
|
|
|
153
153
|
export type SupportedInputs = typeof supportedInputs[number];
|
|
154
154
|
export declare const getInputType: (input: string) => SupportedInputs;
|
|
155
155
|
export declare function deepMerge(target: any, source: any): any;
|
|
156
|
-
export declare const defaultsValueFromSchema: (schema: S.
|
|
156
|
+
export declare const defaultsValueFromSchema: (schema: S.Codec<any>, record?: Record<string, any>) => any;
|
|
157
157
|
export {};
|
|
@@ -2,10 +2,10 @@ import { symbol as d, equals as i } from "./vue-components.es76.js";
|
|
|
2
2
|
import { format as a } from "./vue-components.es60.js";
|
|
3
3
|
import { identity as E, dual as R } from "./vue-components.es39.js";
|
|
4
4
|
import { symbol as g, array as M, combine as f, string as b, hash as l } from "./vue-components.es77.js";
|
|
5
|
-
import { NodeInspectSymbol as O } from "./vue-components.
|
|
5
|
+
import { NodeInspectSymbol as O } from "./vue-components.es86.js";
|
|
6
6
|
import { pipeArguments as S } from "./vue-components.es61.js";
|
|
7
7
|
import { hasProperty as I } from "./vue-components.es38.js";
|
|
8
|
-
import { SingleShotGen as T } from "./vue-components.
|
|
8
|
+
import { SingleShotGen as T } from "./vue-components.es82.js";
|
|
9
9
|
const o = "~effect/Effect", _ = "~effect/Exit", Y = {
|
|
10
10
|
_A: E,
|
|
11
11
|
_E: E,
|
|
@@ -6,16 +6,16 @@ import { symbol as ae, combine as le, string as he, random as fe } from "./vue-c
|
|
|
6
6
|
import { some as w, none as L } from "./vue-components.es23.js";
|
|
7
7
|
import { pipeArguments as de } from "./vue-components.es61.js";
|
|
8
8
|
import { hasProperty as pe } from "./vue-components.es38.js";
|
|
9
|
-
import { currentFiberTypeId as I } from "./vue-components.
|
|
10
|
-
import { CurrentLogLevel as me, MinimumLogLevel as ge, CurrentStackFrame as Se } from "./vue-components.
|
|
9
|
+
import { currentFiberTypeId as I } from "./vue-components.es78.js";
|
|
10
|
+
import { CurrentLogLevel as me, MinimumLogLevel as ge, CurrentStackFrame as Se } from "./vue-components.es79.js";
|
|
11
11
|
import { isFailure as T, succeed as _e, fail as ye } from "./vue-components.es62.js";
|
|
12
12
|
import { Scheduler as C, MixedScheduler as N, MaxOpsBeforeYield as be } from "./vue-components.es44.js";
|
|
13
|
-
import { add as ke, getReferenceUnsafe as ve, make as Ee, empty as F } from "./vue-components.
|
|
14
|
-
import { ParentSpanKey as Fe, TracerKey as xe } from "./vue-components.
|
|
15
|
-
import { internalCall as g } from "./vue-components.
|
|
13
|
+
import { add as ke, getReferenceUnsafe as ve, make as Ee, empty as F } from "./vue-components.es80.js";
|
|
14
|
+
import { ParentSpanKey as Fe, TracerKey as xe } from "./vue-components.es81.js";
|
|
15
|
+
import { internalCall as g } from "./vue-components.es82.js";
|
|
16
16
|
import { withFiber as Ie, makePrimitive as h, exitSucceed as S, exitFail as D, NoSuchElementError as Ce, args as c, contA as d, makePrimitiveProto as O, exitDie as k, evaluate as a, Yield as f, ExitTypeId as B, isFailReason as $e, exitFailCause as K, contE as x, contAll as v, CauseImpl as V, causeAnnotate as U, StackTraceKey as q, isInterruptReason as z, InterruptorStackTrace as we, ReasonBase as Le, constEmptyAnnotations as Te } from "./vue-components.es36.js";
|
|
17
|
-
import { FiberRuntimeMetricsKey as Oe } from "./vue-components.
|
|
18
|
-
import { version as Pe } from "./vue-components.
|
|
17
|
+
import { FiberRuntimeMetricsKey as Oe } from "./vue-components.es83.js";
|
|
18
|
+
import { version as Pe } from "./vue-components.es84.js";
|
|
19
19
|
class Ae extends Le {
|
|
20
20
|
fiberId;
|
|
21
21
|
constructor(t, r = Te) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { symbol as r, equals as c } from "./vue-components.es76.js";
|
|
2
2
|
import { format as m } from "./vue-components.es60.js";
|
|
3
3
|
import { symbol as n, hash as o, combine as u } from "./vue-components.es77.js";
|
|
4
|
-
import { toJson as l } from "./vue-components.
|
|
4
|
+
import { toJson as l } from "./vue-components.es86.js";
|
|
5
5
|
import { hasProperty as p } from "./vue-components.es38.js";
|
|
6
6
|
import { YieldableProto as _, PipeInspectableProto as f, exitFail as g, NoSuchElementError as b, exitSucceed as O } from "./vue-components.es36.js";
|
|
7
7
|
const s = "~effect/data/Option", a = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { hasProperty as b } from "./vue-components.es38.js";
|
|
2
|
-
import { symbolRedactable as h, getRedacted as l, redact as j } from "./vue-components.
|
|
2
|
+
import { symbolRedactable as h, getRedacted as l, redact as j } from "./vue-components.es78.js";
|
|
3
3
|
function w(n, i) {
|
|
4
4
|
const c = i?.space ?? 0, s = /* @__PURE__ */ new WeakSet(), a = c ? typeof c == "number" ? " ".repeat(c) : c : "", o = (t) => a.repeat(t), g = (t, r) => {
|
|
5
5
|
const e = t?.constructor;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { hash as p } from "./vue-components.es77.js";
|
|
2
|
-
import { byReferenceInstances as m, getAllObjectKeys as g } from "./vue-components.
|
|
2
|
+
import { byReferenceInstances as m, getAllObjectKeys as g } from "./vue-components.es85.js";
|
|
3
3
|
import { hasProperty as M } from "./vue-components.es38.js";
|
|
4
4
|
const S = "~effect/interfaces/Equal";
|
|
5
5
|
function b() {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { dual as g } from "./vue-components.es39.js";
|
|
2
|
-
import { byReferenceInstances as b, getAllObjectKeys as S } from "./vue-components.
|
|
2
|
+
import { byReferenceInstances as b, getAllObjectKeys as S } from "./vue-components.es85.js";
|
|
3
3
|
import { hasProperty as w } from "./vue-components.es38.js";
|
|
4
4
|
const p = "~effect/interfaces/Hash", i = (t) => {
|
|
5
5
|
switch (typeof t) {
|
|
@@ -1,17 +1,23 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
const
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
1
|
+
import { pipeArguments as t } from "./vue-components.es61.js";
|
|
2
|
+
import { hasProperty as c } from "./vue-components.es38.js";
|
|
3
|
+
const r = /* @__PURE__ */ Symbol.for("~effect/Inspectable/redactable"), n = (e) => c(e, r);
|
|
4
|
+
function f(e) {
|
|
5
|
+
return n(e) ? a(e) : e;
|
|
6
|
+
}
|
|
7
|
+
function a(e) {
|
|
8
|
+
return e[r](globalThis[i]?.services ?? o);
|
|
9
|
+
}
|
|
10
|
+
const i = "~effect/Fiber/currentFiber", o = {
|
|
11
|
+
"~effect/ServiceMap": {},
|
|
12
|
+
mapUnsafe: /* @__PURE__ */ new Map(),
|
|
13
|
+
pipe() {
|
|
14
|
+
return t(this, arguments);
|
|
11
15
|
}
|
|
12
|
-
return e(r);
|
|
13
16
|
};
|
|
14
17
|
export {
|
|
15
|
-
|
|
16
|
-
|
|
18
|
+
i as currentFiberTypeId,
|
|
19
|
+
a as getRedacted,
|
|
20
|
+
n as isRedactable,
|
|
21
|
+
f as redact,
|
|
22
|
+
r as symbolRedactable
|
|
17
23
|
};
|
|
@@ -1,34 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
next(r) {
|
|
11
|
-
return this.called ? {
|
|
12
|
-
value: r,
|
|
13
|
-
done: !0
|
|
14
|
-
} : (this.called = !0, {
|
|
15
|
-
value: this.self,
|
|
16
|
-
done: !1
|
|
17
|
-
});
|
|
18
|
-
}
|
|
19
|
-
/**
|
|
20
|
-
* @since 2.0.0
|
|
21
|
-
*/
|
|
22
|
-
[Symbol.iterator]() {
|
|
23
|
-
return new l(this.self);
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
const e = "~effect/Effect/internal", n = {
|
|
27
|
-
[e]: (t) => t()
|
|
28
|
-
}, s = {
|
|
29
|
-
[e]: (t) => t()
|
|
30
|
-
}, a = /* @__PURE__ */ n[e](() => new Error().stack)?.includes(e) === !0, c = a ? n[e] : s[e];
|
|
1
|
+
import { constUndefined as r } from "./vue-components.es39.js";
|
|
2
|
+
import { Reference as e } from "./vue-components.es80.js";
|
|
3
|
+
const n = /* @__PURE__ */ e("effect/References/CurrentStackFrame", {
|
|
4
|
+
defaultValue: r
|
|
5
|
+
}), o = /* @__PURE__ */ e("effect/References/CurrentLogLevel", {
|
|
6
|
+
defaultValue: () => "Info"
|
|
7
|
+
}), c = /* @__PURE__ */ e("effect/References/MinimumLogLevel", {
|
|
8
|
+
defaultValue: () => "Info"
|
|
9
|
+
});
|
|
31
10
|
export {
|
|
32
|
-
|
|
33
|
-
|
|
11
|
+
o as CurrentLogLevel,
|
|
12
|
+
n as CurrentStackFrame,
|
|
13
|
+
c as MinimumLogLevel
|
|
34
14
|
};
|
|
@@ -1,23 +1,115 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
mapUnsafe: /* @__PURE__ */ new Map(),
|
|
13
|
-
pipe() {
|
|
14
|
-
return t(this, arguments);
|
|
1
|
+
import { symbol as d, equals as S } from "./vue-components.es76.js";
|
|
2
|
+
import { dual as m, constant as h } from "./vue-components.es39.js";
|
|
3
|
+
import { symbol as g, number as U } from "./vue-components.es77.js";
|
|
4
|
+
import { YieldableProto as v, PipeInspectableProto as p, withFiber as s, exitSucceed as u } from "./vue-components.es36.js";
|
|
5
|
+
import { hasProperty as M } from "./vue-components.es38.js";
|
|
6
|
+
const b = "~effect/ServiceMap/Service", E = function() {
|
|
7
|
+
const e = Error.stackTraceLimit;
|
|
8
|
+
Error.stackTraceLimit = 2;
|
|
9
|
+
const t = new Error();
|
|
10
|
+
Error.stackTraceLimit = e;
|
|
11
|
+
function n() {
|
|
15
12
|
}
|
|
16
|
-
|
|
13
|
+
const r = n;
|
|
14
|
+
return Object.setPrototypeOf(r, P), Object.defineProperty(r, "stack", {
|
|
15
|
+
get() {
|
|
16
|
+
return t.stack;
|
|
17
|
+
}
|
|
18
|
+
}), arguments.length > 0 ? (r.key = arguments[0], arguments[1]?.defaultValue && (r[o] = o, r.defaultValue = arguments[1].defaultValue), r) : function(y, f) {
|
|
19
|
+
return r.key = y, f?.make && (r.make = f.make), r;
|
|
20
|
+
};
|
|
21
|
+
}, P = {
|
|
22
|
+
[b]: {
|
|
23
|
+
_Service: (e) => e,
|
|
24
|
+
_Identifier: (e) => e
|
|
25
|
+
},
|
|
26
|
+
...p,
|
|
27
|
+
...v,
|
|
28
|
+
toJSON() {
|
|
29
|
+
return {
|
|
30
|
+
_id: "Service",
|
|
31
|
+
key: this.key,
|
|
32
|
+
stack: this.stack
|
|
33
|
+
};
|
|
34
|
+
},
|
|
35
|
+
asEffect() {
|
|
36
|
+
return (this.asEffect = h(s((t) => u(a(t.services, this)))))();
|
|
37
|
+
},
|
|
38
|
+
of(e) {
|
|
39
|
+
return e;
|
|
40
|
+
},
|
|
41
|
+
serviceMap(e) {
|
|
42
|
+
return T(this, e);
|
|
43
|
+
},
|
|
44
|
+
use(e) {
|
|
45
|
+
return s((t) => e(a(t.services, this)));
|
|
46
|
+
},
|
|
47
|
+
useSync(e) {
|
|
48
|
+
return s((t) => u(e(a(t.services, this))));
|
|
49
|
+
}
|
|
50
|
+
}, o = "~effect/ServiceMap/Reference", l = "~effect/ServiceMap", i = (e) => {
|
|
51
|
+
const t = Object.create(w);
|
|
52
|
+
return t.mapUnsafe = e, t;
|
|
53
|
+
}, w = {
|
|
54
|
+
...p,
|
|
55
|
+
[l]: {
|
|
56
|
+
_Services: (e) => e
|
|
57
|
+
},
|
|
58
|
+
toJSON() {
|
|
59
|
+
return {
|
|
60
|
+
_id: "ServiceMap",
|
|
61
|
+
services: Array.from(this.mapUnsafe).map(([e, t]) => ({
|
|
62
|
+
key: e,
|
|
63
|
+
value: t
|
|
64
|
+
}))
|
|
65
|
+
};
|
|
66
|
+
},
|
|
67
|
+
[d](e) {
|
|
68
|
+
if (!V(e) || this.mapUnsafe.size !== e.mapUnsafe.size) return !1;
|
|
69
|
+
for (const t of this.mapUnsafe.keys())
|
|
70
|
+
if (!e.mapUnsafe.has(t) || !S(this.mapUnsafe.get(t), e.mapUnsafe.get(t)))
|
|
71
|
+
return !1;
|
|
72
|
+
return !0;
|
|
73
|
+
},
|
|
74
|
+
[g]() {
|
|
75
|
+
return U(this.mapUnsafe.size);
|
|
76
|
+
}
|
|
77
|
+
}, V = (e) => M(e, l), N = () => O, O = /* @__PURE__ */ i(/* @__PURE__ */ new Map()), T = (e, t) => i(/* @__PURE__ */ new Map([[e.key, t]])), x = /* @__PURE__ */ m(3, (e, t, n) => {
|
|
78
|
+
const r = new Map(e.mapUnsafe);
|
|
79
|
+
return r.set(t.key, n), i(r);
|
|
80
|
+
}), I = /* @__PURE__ */ m(2, (e, t) => {
|
|
81
|
+
if (!e.mapUnsafe.has(t.key)) {
|
|
82
|
+
if (o in t) return k(t);
|
|
83
|
+
throw _(t);
|
|
84
|
+
}
|
|
85
|
+
return e.mapUnsafe.get(t.key);
|
|
86
|
+
}), a = I, A = (e, t) => e.mapUnsafe.has(t.key) ? e.mapUnsafe.get(t.key) : k(t), c = "~effect/ServiceMap/defaultValue", k = (e) => c in e ? e[c] : e[c] = e.defaultValue(), _ = (e) => {
|
|
87
|
+
const t = new Error(`Service not found${e.key ? `: ${String(e.key)}` : ""}`);
|
|
88
|
+
if (e.stack) {
|
|
89
|
+
const n = e.stack.split(`
|
|
90
|
+
`);
|
|
91
|
+
if (n.length > 2) {
|
|
92
|
+
const r = n[2].match(/at (.*)/);
|
|
93
|
+
r && (t.message = t.message + ` (defined at ${r[1]})`);
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
if (t.stack) {
|
|
97
|
+
const n = t.stack.split(`
|
|
98
|
+
`);
|
|
99
|
+
n.splice(1, 3), t.stack = n.join(`
|
|
100
|
+
`);
|
|
101
|
+
}
|
|
102
|
+
return t;
|
|
103
|
+
}, C = E;
|
|
17
104
|
export {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
105
|
+
C as Reference,
|
|
106
|
+
E as Service,
|
|
107
|
+
x as add,
|
|
108
|
+
N as empty,
|
|
109
|
+
a as get,
|
|
110
|
+
A as getReferenceUnsafe,
|
|
111
|
+
I as getUnsafe,
|
|
112
|
+
V as isServiceMap,
|
|
113
|
+
T as make,
|
|
114
|
+
i as makeUnsafe
|
|
23
115
|
};
|
|
@@ -1,14 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
import { Reference as e } from "./vue-components.es82.js";
|
|
3
|
-
const n = /* @__PURE__ */ e("effect/References/CurrentStackFrame", {
|
|
4
|
-
defaultValue: r
|
|
5
|
-
}), o = /* @__PURE__ */ e("effect/References/CurrentLogLevel", {
|
|
6
|
-
defaultValue: () => "Info"
|
|
7
|
-
}), c = /* @__PURE__ */ e("effect/References/MinimumLogLevel", {
|
|
8
|
-
defaultValue: () => "Info"
|
|
9
|
-
});
|
|
1
|
+
const e = "effect/Tracer/ParentSpan", r = "effect/Tracer";
|
|
10
2
|
export {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
c as MinimumLogLevel
|
|
3
|
+
e as ParentSpanKey,
|
|
4
|
+
r as TracerKey
|
|
14
5
|
};
|
|
@@ -1,115 +1,34 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
const b = "~effect/ServiceMap/Service", E = function() {
|
|
7
|
-
const e = Error.stackTraceLimit;
|
|
8
|
-
Error.stackTraceLimit = 2;
|
|
9
|
-
const t = new Error();
|
|
10
|
-
Error.stackTraceLimit = e;
|
|
11
|
-
function n() {
|
|
1
|
+
class l {
|
|
2
|
+
called = !1;
|
|
3
|
+
self;
|
|
4
|
+
constructor(r) {
|
|
5
|
+
this.self = r;
|
|
12
6
|
}
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
_Identifier: (e) => e
|
|
25
|
-
},
|
|
26
|
-
...p,
|
|
27
|
-
...v,
|
|
28
|
-
toJSON() {
|
|
29
|
-
return {
|
|
30
|
-
_id: "Service",
|
|
31
|
-
key: this.key,
|
|
32
|
-
stack: this.stack
|
|
33
|
-
};
|
|
34
|
-
},
|
|
35
|
-
asEffect() {
|
|
36
|
-
return (this.asEffect = h(s((t) => u(a(t.services, this)))))();
|
|
37
|
-
},
|
|
38
|
-
of(e) {
|
|
39
|
-
return e;
|
|
40
|
-
},
|
|
41
|
-
serviceMap(e) {
|
|
42
|
-
return T(this, e);
|
|
43
|
-
},
|
|
44
|
-
use(e) {
|
|
45
|
-
return s((t) => e(a(t.services, this)));
|
|
46
|
-
},
|
|
47
|
-
useSync(e) {
|
|
48
|
-
return s((t) => u(e(a(t.services, this))));
|
|
7
|
+
/**
|
|
8
|
+
* @since 2.0.0
|
|
9
|
+
*/
|
|
10
|
+
next(r) {
|
|
11
|
+
return this.called ? {
|
|
12
|
+
value: r,
|
|
13
|
+
done: !0
|
|
14
|
+
} : (this.called = !0, {
|
|
15
|
+
value: this.self,
|
|
16
|
+
done: !1
|
|
17
|
+
});
|
|
49
18
|
}
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
[l]: {
|
|
56
|
-
_Services: (e) => e
|
|
57
|
-
},
|
|
58
|
-
toJSON() {
|
|
59
|
-
return {
|
|
60
|
-
_id: "ServiceMap",
|
|
61
|
-
services: Array.from(this.mapUnsafe).map(([e, t]) => ({
|
|
62
|
-
key: e,
|
|
63
|
-
value: t
|
|
64
|
-
}))
|
|
65
|
-
};
|
|
66
|
-
},
|
|
67
|
-
[d](e) {
|
|
68
|
-
if (!V(e) || this.mapUnsafe.size !== e.mapUnsafe.size) return !1;
|
|
69
|
-
for (const t of this.mapUnsafe.keys())
|
|
70
|
-
if (!e.mapUnsafe.has(t) || !S(this.mapUnsafe.get(t), e.mapUnsafe.get(t)))
|
|
71
|
-
return !1;
|
|
72
|
-
return !0;
|
|
73
|
-
},
|
|
74
|
-
[g]() {
|
|
75
|
-
return U(this.mapUnsafe.size);
|
|
19
|
+
/**
|
|
20
|
+
* @since 2.0.0
|
|
21
|
+
*/
|
|
22
|
+
[Symbol.iterator]() {
|
|
23
|
+
return new l(this.self);
|
|
76
24
|
}
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
throw _(t);
|
|
84
|
-
}
|
|
85
|
-
return e.mapUnsafe.get(t.key);
|
|
86
|
-
}), a = I, A = (e, t) => e.mapUnsafe.has(t.key) ? e.mapUnsafe.get(t.key) : k(t), c = "~effect/ServiceMap/defaultValue", k = (e) => c in e ? e[c] : e[c] = e.defaultValue(), _ = (e) => {
|
|
87
|
-
const t = new Error(`Service not found${e.key ? `: ${String(e.key)}` : ""}`);
|
|
88
|
-
if (e.stack) {
|
|
89
|
-
const n = e.stack.split(`
|
|
90
|
-
`);
|
|
91
|
-
if (n.length > 2) {
|
|
92
|
-
const r = n[2].match(/at (.*)/);
|
|
93
|
-
r && (t.message = t.message + ` (defined at ${r[1]})`);
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
if (t.stack) {
|
|
97
|
-
const n = t.stack.split(`
|
|
98
|
-
`);
|
|
99
|
-
n.splice(1, 3), t.stack = n.join(`
|
|
100
|
-
`);
|
|
101
|
-
}
|
|
102
|
-
return t;
|
|
103
|
-
}, C = E;
|
|
25
|
+
}
|
|
26
|
+
const e = "~effect/Effect/internal", n = {
|
|
27
|
+
[e]: (t) => t()
|
|
28
|
+
}, s = {
|
|
29
|
+
[e]: (t) => t()
|
|
30
|
+
}, a = /* @__PURE__ */ n[e](() => new Error().stack)?.includes(e) === !0, c = a ? n[e] : s[e];
|
|
104
31
|
export {
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
x as add,
|
|
108
|
-
N as empty,
|
|
109
|
-
a as get,
|
|
110
|
-
A as getReferenceUnsafe,
|
|
111
|
-
I as getUnsafe,
|
|
112
|
-
V as isServiceMap,
|
|
113
|
-
T as make,
|
|
114
|
-
i as makeUnsafe
|
|
32
|
+
l as SingleShotGen,
|
|
33
|
+
c as internalCall
|
|
115
34
|
};
|
|
@@ -1,4 +1,18 @@
|
|
|
1
|
-
const
|
|
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();
|
|
2
15
|
export {
|
|
3
|
-
|
|
16
|
+
f as byReferenceInstances,
|
|
17
|
+
s as getAllObjectKeys
|
|
4
18
|
};
|
|
@@ -1,18 +1,17 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
o = Object.getPrototypeOf(o);
|
|
1
|
+
import { hasProperty as o, isFunction as t } from "./vue-components.es38.js";
|
|
2
|
+
import { redact as e } from "./vue-components.es78.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]";
|
|
12
11
|
}
|
|
13
|
-
return e
|
|
14
|
-
}
|
|
12
|
+
return e(r);
|
|
13
|
+
};
|
|
15
14
|
export {
|
|
16
|
-
|
|
17
|
-
s as
|
|
15
|
+
n as NodeInspectSymbol,
|
|
16
|
+
s as toJson
|
|
18
17
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { symbol as r, equals as c } from "./vue-components.es76.js";
|
|
2
2
|
import { format as i } from "./vue-components.es60.js";
|
|
3
3
|
import { symbol as o, combine as u, hash as e } from "./vue-components.es77.js";
|
|
4
|
-
import { toJson as a } from "./vue-components.
|
|
4
|
+
import { toJson as a } from "./vue-components.es86.js";
|
|
5
5
|
import { hasProperty as m } from "./vue-components.es38.js";
|
|
6
6
|
import { YieldableProto as _, PipeInspectableProto as g, exitSucceed as h, exitFail as p } from "./vue-components.es36.js";
|
|
7
7
|
const n = "~effect/data/Result", l = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@effect-app/vue-components",
|
|
3
|
-
"version": "4.0.0-beta.
|
|
3
|
+
"version": "4.0.0-beta.2",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@mdi/js": "^7.4.47",
|
|
6
6
|
"effect": "^4.0.0-beta.25",
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"highlight.js": "^11.11.1",
|
|
54
54
|
"mitt": "^3.0.1",
|
|
55
55
|
"vue3-highlightjs": "^1.0.5",
|
|
56
|
-
"effect-app": "4.0.0-beta.
|
|
57
|
-
"
|
|
56
|
+
"@effect-app/vue": "4.0.0-beta.2",
|
|
57
|
+
"effect-app": "4.0.0-beta.2"
|
|
58
58
|
},
|
|
59
59
|
"scripts": {
|
|
60
60
|
"check": "vue-tsc",
|
|
@@ -711,7 +711,7 @@ const flattenMeta = <T>(meta: MetaRecord<T> | FieldMeta, parentKey: string = "")
|
|
|
711
711
|
return result
|
|
712
712
|
}
|
|
713
713
|
|
|
714
|
-
const _schemaFromAst = (ast: AST.AST): S.
|
|
714
|
+
const _schemaFromAst = (ast: AST.AST): S.Codec<any> => S.make(ast)
|
|
715
715
|
|
|
716
716
|
const metadataFromAst = <_From, To>(
|
|
717
717
|
schema: any // v4 Schema type is complex, use any for now
|
|
@@ -833,7 +833,7 @@ export const generateInputStandardSchemaFromFieldMeta = (
|
|
|
833
833
|
if (!trans) {
|
|
834
834
|
trans = useIntl().trans
|
|
835
835
|
}
|
|
836
|
-
let schema: S.
|
|
836
|
+
let schema: S.Codec<any>
|
|
837
837
|
|
|
838
838
|
switch (meta.type) {
|
|
839
839
|
case "string": {
|
|
@@ -982,9 +982,9 @@ export const generateInputStandardSchemaFromFieldMeta = (
|
|
|
982
982
|
|
|
983
983
|
// TODO: Fix v4 migration - nullableInput transformation needs proper type handling
|
|
984
984
|
// export const nullableInput = <A>(
|
|
985
|
-
// schema: S.
|
|
985
|
+
// schema: S.Codec<A>,
|
|
986
986
|
// defaultValue: () => A
|
|
987
|
-
// ): S.
|
|
987
|
+
// ): S.Codec<A> =>
|
|
988
988
|
// S.NullOr(schema).pipe(
|
|
989
989
|
// S.decodeTo(
|
|
990
990
|
// schema,
|
|
@@ -1057,7 +1057,7 @@ function hasMembers(schema: any): schema is SchemaWithMembers {
|
|
|
1057
1057
|
|
|
1058
1058
|
// Internal implementation with WeakSet tracking
|
|
1059
1059
|
export const defaultsValueFromSchema = (
|
|
1060
|
-
schema: S.
|
|
1060
|
+
schema: S.Codec<any>,
|
|
1061
1061
|
record: Record<string, any> = {}
|
|
1062
1062
|
): any => {
|
|
1063
1063
|
const ast = schema.ast
|
|
@@ -1079,7 +1079,7 @@ export const defaultsValueFromSchema = (
|
|
|
1079
1079
|
|
|
1080
1080
|
// Get the property schema from the original schema's fields if available
|
|
1081
1081
|
// This preserves schema wrappers like withDefaultConstructor
|
|
1082
|
-
let propSchema: S.
|
|
1082
|
+
let propSchema: S.Codec<any>
|
|
1083
1083
|
if ((schema as any).fields && (schema as any).fields[key]) {
|
|
1084
1084
|
propSchema = (schema as any).fields[key]
|
|
1085
1085
|
} else {
|