@effect-app/vue-components 4.0.0-beta.5 → 4.0.0-beta.51

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (171) hide show
  1. package/README.md +24 -0
  2. package/dist/reset.css +51 -0
  3. package/dist/types/components/OmegaForm/OmegaAutoGen.vue.d.ts +1 -1
  4. package/dist/types/components/OmegaForm/OmegaFormStuff.d.ts +22 -15
  5. package/dist/types/components/OmegaForm/useOmegaForm.d.ts +3 -5
  6. package/dist/types/utils/index.d.ts +3 -4
  7. package/dist/vue-components.es.js +21 -44
  8. package/dist/vue-components10.es.js +5 -0
  9. package/dist/vue-components11.es.js +13 -0
  10. package/dist/vue-components12.es.js +440 -0
  11. package/dist/vue-components13.es.js +4 -0
  12. package/dist/vue-components14.es.js +38 -0
  13. package/dist/vue-components15.es.js +27 -0
  14. package/dist/vue-components16.es.js +28 -0
  15. package/dist/vue-components17.es.js +7 -0
  16. package/dist/vue-components18.es.js +18 -0
  17. package/dist/vue-components19.es.js +36 -0
  18. package/dist/vue-components2.es.js +11 -0
  19. package/dist/vue-components20.es.js +18 -0
  20. package/dist/vue-components21.es.js +21 -0
  21. package/dist/vue-components22.es.js +30 -0
  22. package/dist/vue-components23.es.js +7 -0
  23. package/dist/vue-components24.es.js +9 -0
  24. package/dist/vue-components25.es.js +38 -0
  25. package/dist/vue-components26.es.js +25 -0
  26. package/dist/vue-components27.es.js +128 -0
  27. package/dist/vue-components28.es.js +24 -0
  28. package/dist/vue-components29.es.js +21 -0
  29. package/dist/vue-components3.es.js +54 -0
  30. package/dist/vue-components30.es.js +9 -0
  31. package/dist/vue-components31.es.js +19 -0
  32. package/dist/vue-components32.es.js +5 -0
  33. package/dist/vue-components33.es.js +29 -0
  34. package/dist/vue-components34.es.js +5 -0
  35. package/dist/vue-components35.es.js +29 -0
  36. package/dist/vue-components36.es.js +6 -0
  37. package/dist/vue-components37.es.js +18 -0
  38. package/dist/vue-components38.es.js +56 -0
  39. package/dist/vue-components39.es.js +5 -0
  40. package/dist/vue-components4.es.js +5 -0
  41. package/dist/vue-components40.es.js +44 -0
  42. package/dist/vue-components41.es.js +5 -0
  43. package/dist/vue-components42.es.js +84 -0
  44. package/dist/vue-components44.es.js +8 -0
  45. package/dist/vue-components45.es.js +7 -0
  46. package/dist/vue-components46.es.js +267 -0
  47. package/dist/vue-components48.es.js +6 -0
  48. package/dist/vue-components49.es.js +79 -0
  49. package/dist/vue-components5.es.js +24 -0
  50. package/dist/vue-components50.es.js +5 -0
  51. package/dist/vue-components51.es.js +66 -0
  52. package/dist/vue-components52.es.js +5 -0
  53. package/dist/vue-components53.es.js +24 -0
  54. package/dist/vue-components54.es.js +5 -0
  55. package/dist/vue-components55.es.js +59 -0
  56. package/dist/vue-components56.es.js +5 -0
  57. package/dist/vue-components57.es.js +12 -0
  58. package/dist/vue-components58.es.js +22 -0
  59. package/dist/vue-components6.es.js +13 -0
  60. package/dist/vue-components60.es.js +7 -0
  61. package/dist/vue-components61.es.js +235 -0
  62. package/dist/vue-components62.es.js +33 -0
  63. package/dist/vue-components63.es.js +8 -0
  64. package/dist/vue-components64.es.js +36 -0
  65. package/dist/vue-components7.es.js +28 -0
  66. package/dist/vue-components8.es.js +47 -0
  67. package/dist/vue-components9.es.js +5 -0
  68. package/package.json +29 -25
  69. package/src/components/OmegaForm/OmegaAutoGen.vue +25 -30
  70. package/src/components/OmegaForm/OmegaErrorsInternal.vue +2 -3
  71. package/src/components/OmegaForm/OmegaFormStuff.ts +495 -357
  72. package/src/components/OmegaForm/OmegaInternalInput.vue +9 -5
  73. package/src/components/OmegaForm/useOmegaForm.ts +57 -36
  74. package/src/reset.css +51 -0
  75. package/src/utils/index.ts +4 -8
  76. package/dist/vue-components.es10.js +0 -237
  77. package/dist/vue-components.es100.js +0 -4
  78. package/dist/vue-components.es11.js +0 -32
  79. package/dist/vue-components.es12.js +0 -439
  80. package/dist/vue-components.es13.js +0 -49
  81. package/dist/vue-components.es14.js +0 -4
  82. package/dist/vue-components.es15.js +0 -4
  83. package/dist/vue-components.es16.js +0 -725
  84. package/dist/vue-components.es17.js +0 -143
  85. package/dist/vue-components.es18.js +0 -6
  86. package/dist/vue-components.es19.js +0 -13
  87. package/dist/vue-components.es2.js +0 -30
  88. package/dist/vue-components.es20.js +0 -5
  89. package/dist/vue-components.es21.js +0 -26
  90. package/dist/vue-components.es22.js +0 -6
  91. package/dist/vue-components.es23.js +0 -10
  92. package/dist/vue-components.es24.js +0 -57
  93. package/dist/vue-components.es25.js +0 -71
  94. package/dist/vue-components.es26.js +0 -8
  95. package/dist/vue-components.es27.js +0 -8
  96. package/dist/vue-components.es28.js +0 -5
  97. package/dist/vue-components.es29.js +0 -5
  98. package/dist/vue-components.es3.js +0 -16
  99. package/dist/vue-components.es30.js +0 -4
  100. package/dist/vue-components.es31.js +0 -4
  101. package/dist/vue-components.es32.js +0 -4
  102. package/dist/vue-components.es33.js +0 -4
  103. package/dist/vue-components.es34.js +0 -19
  104. package/dist/vue-components.es35.js +0 -13
  105. package/dist/vue-components.es36.js +0 -40
  106. package/dist/vue-components.es37.js +0 -6
  107. package/dist/vue-components.es38.js +0 -85
  108. package/dist/vue-components.es39.js +0 -54
  109. package/dist/vue-components.es4.js +0 -52
  110. package/dist/vue-components.es40.js +0 -563
  111. package/dist/vue-components.es41.js +0 -43
  112. package/dist/vue-components.es42.js +0 -29
  113. package/dist/vue-components.es43.js +0 -7
  114. package/dist/vue-components.es44.js +0 -42
  115. package/dist/vue-components.es45.js +0 -316
  116. package/dist/vue-components.es46.js +0 -33
  117. package/dist/vue-components.es47.js +0 -6
  118. package/dist/vue-components.es48.js +0 -26
  119. package/dist/vue-components.es49.js +0 -77
  120. package/dist/vue-components.es5.js +0 -52
  121. package/dist/vue-components.es50.js +0 -101
  122. package/dist/vue-components.es51.js +0 -4
  123. package/dist/vue-components.es52.js +0 -320
  124. package/dist/vue-components.es53.js +0 -66
  125. package/dist/vue-components.es54.js +0 -4
  126. package/dist/vue-components.es55.js +0 -4
  127. package/dist/vue-components.es56.js +0 -113
  128. package/dist/vue-components.es58.js +0 -9
  129. package/dist/vue-components.es59.js +0 -34
  130. package/dist/vue-components.es6.js +0 -69
  131. package/dist/vue-components.es61.js +0 -194
  132. package/dist/vue-components.es63.js +0 -25
  133. package/dist/vue-components.es64.js +0 -7
  134. package/dist/vue-components.es65.js +0 -23
  135. package/dist/vue-components.es66.js +0 -32
  136. package/dist/vue-components.es67.js +0 -24
  137. package/dist/vue-components.es68.js +0 -14
  138. package/dist/vue-components.es69.js +0 -7
  139. package/dist/vue-components.es7.js +0 -83
  140. package/dist/vue-components.es70.js +0 -21
  141. package/dist/vue-components.es71.js +0 -11
  142. package/dist/vue-components.es72.js +0 -33
  143. package/dist/vue-components.es73.js +0 -50
  144. package/dist/vue-components.es74.js +0 -28
  145. package/dist/vue-components.es75.js +0 -103
  146. package/dist/vue-components.es76.js +0 -84
  147. package/dist/vue-components.es77.js +0 -17
  148. package/dist/vue-components.es78.js +0 -34
  149. package/dist/vue-components.es79.js +0 -23
  150. package/dist/vue-components.es8.js +0 -63
  151. package/dist/vue-components.es80.js +0 -14
  152. package/dist/vue-components.es81.js +0 -115
  153. package/dist/vue-components.es82.js +0 -5
  154. package/dist/vue-components.es83.js +0 -4
  155. package/dist/vue-components.es84.js +0 -4
  156. package/dist/vue-components.es85.js +0 -4
  157. package/dist/vue-components.es86.js +0 -17
  158. package/dist/vue-components.es87.js +0 -72
  159. package/dist/vue-components.es88.js +0 -18
  160. package/dist/vue-components.es89.js +0 -10
  161. package/dist/vue-components.es9.js +0 -21
  162. package/dist/vue-components.es90.js +0 -6
  163. package/dist/vue-components.es91.js +0 -13
  164. package/dist/vue-components.es92.js +0 -67
  165. package/dist/vue-components.es93.js +0 -58
  166. package/dist/vue-components.es94.js +0 -19
  167. package/dist/vue-components.es95.js +0 -35
  168. package/dist/vue-components.es96.js +0 -31
  169. package/dist/vue-components.es97.js +0 -44
  170. package/dist/vue-components.es98.js +0 -4
  171. package/dist/vue-components.es99.js +0 -46
@@ -1,84 +0,0 @@
1
- import { dual as g } from "./vue-components.es39.js";
2
- import { byReferenceInstances as b, getAllObjectKeys as S } from "./vue-components.es88.js";
3
- import { hasProperty as w } from "./vue-components.es42.js";
4
- const p = "~effect/interfaces/Hash", i = (t) => {
5
- switch (typeof t) {
6
- case "number":
7
- return y(t);
8
- case "bigint":
9
- return r(t.toString(10));
10
- case "boolean":
11
- return r(String(t));
12
- case "symbol":
13
- return r(String(t));
14
- case "string":
15
- return r(t);
16
- case "undefined":
17
- return r("undefined");
18
- case "function":
19
- case "object": {
20
- if (t === null)
21
- return r("null");
22
- if (t instanceof Date)
23
- return r(t.toISOString());
24
- if (t instanceof RegExp)
25
- return r(t.toString());
26
- {
27
- if (b.has(t))
28
- return h(t);
29
- if (f.has(t))
30
- return f.get(t);
31
- const e = C(t, () => M(t) ? t[p]() : typeof t == "function" ? h(t) : Array.isArray(t) ? A(t) : t instanceof Map ? E(t) : t instanceof Set ? k(t) : I(t));
32
- return f.set(t, e), e;
33
- }
34
- }
35
- default:
36
- throw new Error(`BUG: unhandled typeof ${typeof t} - please report an issue at https://github.com/Effect-TS/effect/issues`);
37
- }
38
- }, h = (t) => (c.has(t) || c.set(t, y(Math.floor(Math.random() * Number.MAX_SAFE_INTEGER))), c.get(t)), m = /* @__PURE__ */ g(2, (t, e) => t * 53 ^ e), a = (t) => t & 3221225471 | t >>> 1 & 1073741824, M = (t) => w(t, p), y = (t) => {
39
- if (t !== t)
40
- return r("NaN");
41
- if (t === 1 / 0)
42
- return r("Infinity");
43
- if (t === -1 / 0)
44
- return r("-Infinity");
45
- let e = t | 0;
46
- for (e !== t && (e ^= t * 4294967295); t > 4294967295; )
47
- e ^= t /= 4294967295;
48
- return a(e);
49
- }, r = (t) => {
50
- let e = 5381, n = t.length;
51
- for (; n; )
52
- e = e * 33 ^ t.charCodeAt(--n);
53
- return a(e);
54
- }, x = (t, e) => {
55
- let n = 12289;
56
- for (const o of e)
57
- n ^= m(i(o), i(t[o]));
58
- return a(n);
59
- }, I = (t) => x(t, S(t)), s = (t, e) => (n) => {
60
- let o = t;
61
- for (const d of n)
62
- o ^= e(d);
63
- return a(o);
64
- }, A = /* @__PURE__ */ s(6151, i), E = /* @__PURE__ */ s(/* @__PURE__ */ r("Map"), ([t, e]) => m(i(t), i(e))), k = /* @__PURE__ */ s(/* @__PURE__ */ r("Set"), i), c = /* @__PURE__ */ new WeakMap(), f = /* @__PURE__ */ new WeakMap(), u = /* @__PURE__ */ new WeakSet();
65
- function C(t, e) {
66
- if (u.has(t))
67
- return r("[Circular]");
68
- u.add(t);
69
- const n = e();
70
- return u.delete(t), n;
71
- }
72
- export {
73
- A as array,
74
- m as combine,
75
- i as hash,
76
- M as isHash,
77
- y as number,
78
- a as optimize,
79
- h as random,
80
- r as string,
81
- I as structure,
82
- x as structureKeys,
83
- p as symbol
84
- };
@@ -1,17 +0,0 @@
1
- import { hasProperty as o, isFunction as t } from "./vue-components.es42.js";
2
- import { redact as e } from "./vue-components.es79.js";
3
- const n = /* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom"), s = (r) => {
4
- try {
5
- if (o(r, "toJSON") && t(r.toJSON) && r.toJSON.length === 0)
6
- return r.toJSON();
7
- if (Array.isArray(r))
8
- return r.map(s);
9
- } catch {
10
- return "[toJSON threw]";
11
- }
12
- return e(r);
13
- };
14
- export {
15
- n as NodeInspectSymbol,
16
- s as toJson
17
- };
@@ -1,34 +0,0 @@
1
- class l {
2
- called = !1;
3
- self;
4
- constructor(r) {
5
- this.self = r;
6
- }
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
- });
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];
31
- export {
32
- l as SingleShotGen,
33
- c as internalCall
34
- };
@@ -1,23 +0,0 @@
1
- import { pipeArguments as t } from "./vue-components.es41.js";
2
- import { hasProperty as c } from "./vue-components.es42.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);
15
- }
16
- };
17
- export {
18
- i as currentFiberTypeId,
19
- a as getRedacted,
20
- n as isRedactable,
21
- f as redact,
22
- r as symbolRedactable
23
- };
@@ -1,63 +0,0 @@
1
- import { defineComponent as M, ref as C, computed as s, watch as b, provide as k, createBlock as F, openBlock as O, unref as f, withCtx as c, renderSlot as o, createVNode as i, createCommentVNode as S, normalizeProps as g, guardReactiveProps as d, createSlots as V, renderList as w } from "vue";
2
- import A from "./vue-components.es9.js";
3
- const N = /* @__PURE__ */ M({
4
- __name: "OmegaTaggedUnion",
5
- props: {
6
- name: {},
7
- form: {},
8
- type: {},
9
- options: {},
10
- label: {}
11
- },
12
- setup(t) {
13
- const n = t, r = C(null), v = s(() => n.name ? `${n.name}._tag` : "_tag"), $ = n.form.useStore((e) => e.values);
14
- b(
15
- () => v.value.split(".").reduce((l, a) => l?.[a], $.value),
16
- (e) => {
17
- r.value = e ?? null;
18
- },
19
- { immediate: !0 }
20
- );
21
- const y = s(() => {
22
- const e = r.value;
23
- return (a) => {
24
- if (!e) return null;
25
- const m = n.form.unionMeta[e];
26
- return m ? m[a] ?? null : null;
27
- };
28
- });
29
- return k("getMetaFromArray", y), (e, l) => (O(), F(f(t.form).Field, {
30
- name: t.name ? `${t.name}._tag` : "_tag"
31
- }, {
32
- default: c((a) => [
33
- o(e.$slots, "OmegaCustomInput", g(d(a)), () => [
34
- i(f(t.form).Input, {
35
- name: t.name ? `${t.name}._tag` : "_tag",
36
- label: t.label,
37
- type: t.type ?? "select",
38
- options: t.options
39
- }, null, 8, ["name", "label", "type", "options"])
40
- ]),
41
- o(e.$slots, "default"),
42
- i(A, {
43
- field: a.field,
44
- state: a.state.value,
45
- name: t.name,
46
- form: t.form
47
- }, V({ _: 2 }, [
48
- w(e.$slots, (m, u) => ({
49
- name: u,
50
- fn: c((h) => [
51
- o(e.$slots, u, g(d(h)))
52
- ])
53
- }))
54
- ]), 1032, ["field", "state", "name", "form"]),
55
- a.state.value ? o(e.$slots, "OmegaCommon", { key: 0 }) : S("", !0)
56
- ]),
57
- _: 3
58
- }, 8, ["name"]));
59
- }
60
- });
61
- export {
62
- N as default
63
- };
@@ -1,14 +0,0 @@
1
- import { constUndefined as r } from "./vue-components.es39.js";
2
- import { Reference as e } from "./vue-components.es81.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
- });
10
- export {
11
- o as CurrentLogLevel,
12
- n as CurrentStackFrame,
13
- c as MinimumLogLevel
14
- };
@@ -1,115 +0,0 @@
1
- import { symbol as d, equals as S } from "./vue-components.es75.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.es76.js";
4
- import { YieldableProto as v, PipeInspectableProto as p, withFiber as s, exitSucceed as u } from "./vue-components.es52.js";
5
- import { hasProperty as M } from "./vue-components.es42.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() {
12
- }
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;
104
- export {
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
115
- };
@@ -1,5 +0,0 @@
1
- const e = "effect/Tracer/ParentSpan", r = "effect/Tracer";
2
- export {
3
- e as ParentSpanKey,
4
- r as TracerKey
5
- };
@@ -1,4 +0,0 @@
1
- const e = "effect/observability/Metric/FiberRuntimeMetricsKey";
2
- export {
3
- e as FiberRuntimeMetricsKey
4
- };
@@ -1,4 +0,0 @@
1
- const e = "dev";
2
- export {
3
- e as version
4
- };
@@ -1,4 +0,0 @@
1
- const n = (t) => t.length > 0;
2
- export {
3
- n as isArrayNonEmpty
4
- };
@@ -1,17 +0,0 @@
1
- import { memoize as t } from "./vue-components.es39.js";
2
- function r(e) {
3
- return e.checks ? e.checks[e.checks.length - 1].annotations : e.annotations;
4
- }
5
- function o(e) {
6
- return (n) => r(n)?.[e];
7
- }
8
- const i = /* @__PURE__ */ o("identifier"), c = /* @__PURE__ */ t((e) => {
9
- const n = i(e);
10
- return typeof n == "string" ? n : e.getExpected(c);
11
- });
12
- export {
13
- c as getExpected,
14
- r as resolve,
15
- o as resolveAt,
16
- i as resolveIdentifier
17
- };
@@ -1,72 +0,0 @@
1
- import { symbol as r, equals as c } from "./vue-components.es75.js";
2
- import { format as i } from "./vue-components.es38.js";
3
- import { symbol as o, combine as u, hash as e } from "./vue-components.es76.js";
4
- import { toJson as a } from "./vue-components.es77.js";
5
- import { hasProperty as m } from "./vue-components.es42.js";
6
- import { YieldableProto as _, PipeInspectableProto as g, exitSucceed as h, exitFail as p } from "./vue-components.es52.js";
7
- const n = "~effect/data/Result", l = {
8
- [n]: {
9
- /* v8 ignore next 2 */
10
- _A: (s) => s,
11
- _E: (s) => s
12
- },
13
- ...g,
14
- ..._
15
- }, b = /* @__PURE__ */ Object.assign(/* @__PURE__ */ Object.create(l), {
16
- _tag: "Success",
17
- _op: "Success",
18
- [r](s) {
19
- return f(s) && d(s) && c(this.success, s.success);
20
- },
21
- [o]() {
22
- return u(e(this._tag))(e(this.success));
23
- },
24
- toString() {
25
- return `success(${i(this.success)})`;
26
- },
27
- toJSON() {
28
- return {
29
- _id: "Result",
30
- _tag: this._tag,
31
- value: a(this.success)
32
- };
33
- },
34
- asEffect() {
35
- return h(this.success);
36
- }
37
- }), S = /* @__PURE__ */ Object.assign(/* @__PURE__ */ Object.create(l), {
38
- _tag: "Failure",
39
- _op: "Failure",
40
- [r](s) {
41
- return f(s) && O(s) && c(this.failure, s.failure);
42
- },
43
- [o]() {
44
- return u(e(this._tag))(e(this.failure));
45
- },
46
- toString() {
47
- return `failure(${i(this.failure)})`;
48
- },
49
- toJSON() {
50
- return {
51
- _id: "Result",
52
- _tag: this._tag,
53
- failure: a(this.failure)
54
- };
55
- },
56
- asEffect() {
57
- return p(this.failure);
58
- }
59
- }), f = (s) => m(s, n), O = (s) => s._tag === "Failure", d = (s) => s._tag === "Success", E = (s) => {
60
- const t = Object.create(S);
61
- return t.failure = s, t;
62
- }, J = (s) => {
63
- const t = Object.create(b);
64
- return t.success = s, t;
65
- };
66
- export {
67
- E as fail,
68
- O as isFailure,
69
- f as isResult,
70
- d as isSuccess,
71
- J as succeed
72
- };
@@ -1,18 +0,0 @@
1
- const s = (t) => {
2
- const e = new Set(Reflect.ownKeys(t));
3
- if (t.constructor === Object) return e;
4
- t instanceof Error && e.delete("stack");
5
- const n = Object.getPrototypeOf(t);
6
- let o = n;
7
- for (; o !== null && o !== Object.prototype; ) {
8
- const r = Reflect.ownKeys(o);
9
- for (let c = 0; c < r.length; c++)
10
- e.add(r[c]);
11
- o = Object.getPrototypeOf(o);
12
- }
13
- return e.has("constructor") && typeof t.constructor == "function" && n === t.constructor.prototype && e.delete("constructor"), e;
14
- }, f = /* @__PURE__ */ new WeakSet();
15
- export {
16
- f as byReferenceInstances,
17
- s as getAllObjectKeys
18
- };
@@ -1,10 +0,0 @@
1
- import { dual as o } from "./vue-components.es39.js";
2
- function N(i) {
3
- return (r, u) => r === u ? 0 : i(r, u);
4
- }
5
- const e = /* @__PURE__ */ N((i, r) => globalThis.Number.isNaN(i) && globalThis.Number.isNaN(r) ? 0 : globalThis.Number.isNaN(i) ? -1 : globalThis.Number.isNaN(r) ? 1 : i < r ? -1 : 1), m = /* @__PURE__ */ o(2, (i, r) => N((u, n) => i(r(u), r(n))));
6
- export {
7
- e as Number,
8
- N as make,
9
- m as mapInput
10
- };
@@ -1,21 +0,0 @@
1
- import { defineComponent as m, watch as r, renderSlot as s, createCommentVNode as o, normalizeProps as i, mergeProps as f } from "vue";
2
- const d = /* @__PURE__ */ m({
3
- __name: "OmegaTaggedUnionInternal",
4
- props: {
5
- state: {},
6
- field: {},
7
- name: {},
8
- form: {}
9
- },
10
- setup(e) {
11
- const a = e, l = a.form.useStore(({ values: t }) => t);
12
- return r(() => a.state, (t, n) => {
13
- t === null && a.field.setValue(null), t !== n && (a.form.reset(l.value), setTimeout(() => {
14
- a.field.validate("change");
15
- }, 0));
16
- }, { immediate: !0 }), (t, n) => e.state ? s(t.$slots, `${e.name ? `${e.name}.` : ""}${e.state}`, i(f({ key: 0 }, { field: e.field, state: e.state }))) : o("", !0);
17
- }
18
- });
19
- export {
20
- d as default
21
- };
@@ -1,6 +0,0 @@
1
- (function(){"use strict";try{if(typeof document<"u"){var i=document.createElement("style");if(i.appendChild(document.createTextNode(".omega-input .v-input__details:has(.v-messages:empty){grid-template-rows:0fr;transition:all .2s}.omega-input .v-messages:empty{min-height:0}.omega-input .v-input__details:has(.v-messages){transition:all .2s;overflow:hidden;min-height:0;display:grid;grid-template-rows:1fr}.omega-input .v-messages{transition:all .2s}.omega-input .v-messages>*{transition-duration:0s!important}.omega-input [role=alert]:has(.v-messages:empty){padding:0}.omega-input .v-btn{cursor:pointer;width:auto;appearance:none;box-shadow:none;display:block;min-width:auto;height:auto;padding:.5em .5em .5em 1em}")),document.head.appendChild(i),window.customElements){const e=window.customElements.define;window.customElements.define=function(s,t){const n=t.prototype.connectedCallback;return t.prototype.connectedCallback=function(){if(n&&n.call(this),this.shadowRoot){const a=document.createElement("style");a.appendChild(document.createTextNode(".omega-input .v-input__details:has(.v-messages:empty){grid-template-rows:0fr;transition:all .2s}.omega-input .v-messages:empty{min-height:0}.omega-input .v-input__details:has(.v-messages){transition:all .2s;overflow:hidden;min-height:0;display:grid;grid-template-rows:1fr}.omega-input .v-messages{transition:all .2s}.omega-input .v-messages>*{transition-duration:0s!important}.omega-input [role=alert]:has(.v-messages:empty){padding:0}.omega-input .v-btn{cursor:pointer;width:auto;appearance:none;box-shadow:none;display:block;min-width:auto;height:auto;padding:.5em .5em .5em 1em}")),this.shadowRoot.appendChild(a)}},e.call(window.customElements,s,t)}}}}catch(e){console.error("vite-plugin-css-injected-by-js",e)}})();
2
- import o from "./vue-components.es61.js";
3
-
4
- export {
5
- o as default
6
- };
@@ -1,13 +0,0 @@
1
- import { useStore as u } from "@tanstack/vue-form";
2
- import { computed as f } from "vue";
3
- function c(o, t) {
4
- return f(() => t ? u(o.store, (n) => {
5
- const r = {};
6
- for (const e of t)
7
- r[e] = n[e];
8
- return r;
9
- }).value : {});
10
- }
11
- export {
12
- c as getOmegaStore
13
- };
@@ -1,67 +0,0 @@
1
- import { DiagComponentLogger as m } from "./vue-components.es93.js";
2
- import { createLogLevelDiagLogger as y } from "./vue-components.es94.js";
3
- import { DiagLogLevel as d } from "./vue-components.es64.js";
4
- import { unregisterGlobal as p, getGlobal as v, registerGlobal as w } from "./vue-components.es95.js";
5
- var b = function(i, n) {
6
- var r = typeof Symbol == "function" && i[Symbol.iterator];
7
- if (!r) return i;
8
- var t = r.call(i), a, e = [], o;
9
- try {
10
- for (; (n === void 0 || n-- > 0) && !(a = t.next()).done; ) e.push(a.value);
11
- } catch (l) {
12
- o = { error: l };
13
- } finally {
14
- try {
15
- a && !a.done && (r = t.return) && r.call(t);
16
- } finally {
17
- if (o) throw o.error;
18
- }
19
- }
20
- return e;
21
- }, _ = function(i, n, r) {
22
- if (r || arguments.length === 2) for (var t = 0, a = n.length, e; t < a; t++)
23
- (e || !(t in n)) && (e || (e = Array.prototype.slice.call(n, 0, t)), e[t] = n[t]);
24
- return i.concat(e || Array.prototype.slice.call(n));
25
- }, h = "diag", P = (
26
- /** @class */
27
- (function() {
28
- function i() {
29
- function n(a) {
30
- return function() {
31
- for (var e = [], o = 0; o < arguments.length; o++)
32
- e[o] = arguments[o];
33
- var l = v("diag");
34
- if (l)
35
- return l[a].apply(l, _([], b(e), !1));
36
- };
37
- }
38
- var r = this, t = function(a, e) {
39
- var o, l, g;
40
- if (e === void 0 && (e = { logLevel: d.INFO }), a === r) {
41
- var u = new Error("Cannot use diag as the logger for itself. Please use a DiagLogger implementation like ConsoleDiagLogger or a custom implementation");
42
- return r.error((o = u.stack) !== null && o !== void 0 ? o : u.message), !1;
43
- }
44
- typeof e == "number" && (e = {
45
- logLevel: e
46
- });
47
- var f = v("diag"), s = y((l = e.logLevel) !== null && l !== void 0 ? l : d.INFO, a);
48
- if (f && !e.suppressOverrideMessage) {
49
- var c = (g = new Error().stack) !== null && g !== void 0 ? g : "<failed to generate stacktrace>";
50
- f.warn("Current logger will be overwritten from " + c), s.warn("Current logger will overwrite one already registered from " + c);
51
- }
52
- return w("diag", s, r, !0);
53
- };
54
- r.setLogger = t, r.disable = function() {
55
- p(h, r);
56
- }, r.createComponentLogger = function(a) {
57
- return new m(a);
58
- }, r.verbose = n("verbose"), r.debug = n("debug"), r.info = n("info"), r.warn = n("warn"), r.error = n("error");
59
- }
60
- return i.instance = function() {
61
- return this._instance || (this._instance = new i()), this._instance;
62
- }, i;
63
- })()
64
- );
65
- export {
66
- P as DiagAPI
67
- };
@@ -1,58 +0,0 @@
1
- import { getGlobal as f } from "./vue-components.es95.js";
2
- var p = function(n, e) {
3
- var r = typeof Symbol == "function" && n[Symbol.iterator];
4
- if (!r) return n;
5
- var t = r.call(n), o, a = [], g;
6
- try {
7
- for (; (e === void 0 || e-- > 0) && !(o = t.next()).done; ) a.push(o.value);
8
- } catch (s) {
9
- g = { error: s };
10
- } finally {
11
- try {
12
- o && !o.done && (r = t.return) && r.call(t);
13
- } finally {
14
- if (g) throw g.error;
15
- }
16
- }
17
- return a;
18
- }, l = function(n, e, r) {
19
- if (r || arguments.length === 2) for (var t = 0, o = e.length, a; t < o; t++)
20
- (a || !(t in e)) && (a || (a = Array.prototype.slice.call(e, 0, t)), a[t] = e[t]);
21
- return n.concat(a || Array.prototype.slice.call(e));
22
- }, i = (
23
- /** @class */
24
- (function() {
25
- function n(e) {
26
- this._namespace = e.namespace || "DiagComponentLogger";
27
- }
28
- return n.prototype.debug = function() {
29
- for (var e = [], r = 0; r < arguments.length; r++)
30
- e[r] = arguments[r];
31
- return u("debug", this._namespace, e);
32
- }, n.prototype.error = function() {
33
- for (var e = [], r = 0; r < arguments.length; r++)
34
- e[r] = arguments[r];
35
- return u("error", this._namespace, e);
36
- }, n.prototype.info = function() {
37
- for (var e = [], r = 0; r < arguments.length; r++)
38
- e[r] = arguments[r];
39
- return u("info", this._namespace, e);
40
- }, n.prototype.warn = function() {
41
- for (var e = [], r = 0; r < arguments.length; r++)
42
- e[r] = arguments[r];
43
- return u("warn", this._namespace, e);
44
- }, n.prototype.verbose = function() {
45
- for (var e = [], r = 0; r < arguments.length; r++)
46
- e[r] = arguments[r];
47
- return u("verbose", this._namespace, e);
48
- }, n;
49
- })()
50
- );
51
- function u(n, e, r) {
52
- var t = f("diag");
53
- if (t)
54
- return r.unshift(e), t[n].apply(t, l([], p(r), !1));
55
- }
56
- export {
57
- i as DiagComponentLogger
58
- };