@effect-app/vue-components 4.0.0-beta.6 → 4.0.0-beta.8

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 (54) hide show
  1. package/dist/vue-components.es16.js +11 -11
  2. package/dist/vue-components.es17.js +8 -8
  3. package/dist/vue-components.es19.js +2 -2
  4. package/dist/vue-components.es20.js +1 -1
  5. package/dist/vue-components.es21.js +2 -2
  6. package/dist/vue-components.es22.js +2 -2
  7. package/dist/vue-components.es23.js +2 -2
  8. package/dist/vue-components.es25.js +2 -2
  9. package/dist/vue-components.es26.js +2 -2
  10. package/dist/vue-components.es27.js +2 -2
  11. package/dist/vue-components.es36.js +36 -190
  12. package/dist/vue-components.es37.js +6 -0
  13. package/dist/vue-components.es38.js +75 -310
  14. package/dist/vue-components.es39.js +48 -557
  15. package/dist/vue-components.es40.js +559 -25
  16. package/dist/vue-components.es41.js +36 -47
  17. package/dist/vue-components.es42.js +27 -64
  18. package/dist/vue-components.es43.js +5 -4
  19. package/dist/vue-components.es44.js +40 -4
  20. package/dist/vue-components.es45.js +312 -22
  21. package/dist/vue-components.es46.js +27 -71
  22. package/dist/vue-components.es47.js +4 -40
  23. package/dist/vue-components.es48.js +22 -312
  24. package/dist/vue-components.es49.js +71 -95
  25. package/dist/vue-components.es50.js +95 -27
  26. package/dist/vue-components.es52.js +318 -2
  27. package/dist/vue-components.es53.js +64 -2
  28. package/dist/vue-components.es54.js +2 -111
  29. package/dist/vue-components.es55.js +4 -0
  30. package/dist/vue-components.es56.js +111 -7
  31. package/dist/vue-components.es58.js +9 -0
  32. package/dist/vue-components.es59.js +30 -36
  33. package/dist/vue-components.es61.js +191 -40
  34. package/dist/vue-components.es63.js +1 -1
  35. package/dist/vue-components.es7.js +1 -1
  36. package/dist/vue-components.es76.js +2 -2
  37. package/dist/vue-components.es77.js +3 -3
  38. package/dist/vue-components.es78.js +13 -19
  39. package/dist/vue-components.es79.js +32 -12
  40. package/dist/vue-components.es80.js +2 -113
  41. package/dist/vue-components.es81.js +21 -3
  42. package/dist/vue-components.es82.js +12 -32
  43. package/dist/vue-components.es83.js +113 -2
  44. package/dist/vue-components.es84.js +3 -2
  45. package/dist/vue-components.es85.js +2 -15
  46. package/dist/vue-components.es86.js +2 -16
  47. package/dist/vue-components.es87.js +15 -70
  48. package/dist/vue-components.es88.js +70 -8
  49. package/dist/vue-components.es89.js +16 -2
  50. package/dist/vue-components.es90.js +7 -14
  51. package/package.json +3 -3
  52. package/dist/vue-components.es57.js +0 -34
  53. package/dist/vue-components.es60.js +0 -85
  54. package/dist/vue-components.es62.js +0 -7
@@ -1,40 +1,34 @@
1
- import { asEquivalence as y } from "./vue-components.es76.js";
2
- import { dual as s } from "./vue-components.es41.js";
3
- import { isArrayNonEmpty as p } from "./vue-components.es89.js";
4
- const c = globalThis.Array, a = (t) => c.isArray(t) ? t : c.from(t), w = /* @__PURE__ */ s(2, (t, n) => [...t, n]), d = /* @__PURE__ */ s(2, (t, n) => a(t).concat(a(n))), x = p, u = p;
5
- function m(t, n) {
6
- return t < 0 || t >= n.length;
7
- }
8
- const h = /* @__PURE__ */ s(2, (t, n) => {
9
- const o = Math.floor(n);
10
- if (m(o, t))
11
- throw new Error(`Index out of bounds: ${o}`);
12
- return t[o];
13
- }), A = /* @__PURE__ */ h(0), E = (t) => t.slice(1), l = /* @__PURE__ */ s(3, (t, n, o) => {
14
- const r = a(t), e = a(n);
15
- return u(r) ? u(e) ? N(o)(d(r, e)) : r : e;
16
- }), I = /* @__PURE__ */ s(2, (t, n) => l(t, n, y())), N = /* @__PURE__ */ s(2, (t, n) => {
17
- const o = a(t);
18
- if (u(o)) {
19
- const r = [A(o)], e = E(o);
20
- for (const i of e)
21
- r.every((f) => !n(i, f)) && r.push(i);
22
- return r;
1
+ import { defineComponent as m, createElementBlock as d, openBlock as u, withModifiers as f, createElementVNode as l, unref as s, renderSlot as a } from "vue";
2
+ import { useStore as b } from "@tanstack/vue-form";
3
+ import { usePreventClose as p } from "./vue-components.es11.js";
4
+ import { getOmegaStore as c } from "./vue-components.es91.js";
5
+ const S = ["disabled"], V = /* @__PURE__ */ m({
6
+ __name: "OmegaWrapper",
7
+ props: {
8
+ form: {},
9
+ disabled: { type: Boolean },
10
+ subscribe: {}
11
+ },
12
+ setup(o) {
13
+ const e = o, i = b(
14
+ e.form.store,
15
+ (t) => t.isSubmitting
16
+ ), n = c(
17
+ e.form,
18
+ e.subscribe
19
+ );
20
+ return e.form.ignorePreventCloseEvents || p(() => e.form.useStore((t) => t.isDirty)), (t, r) => (u(), d("form", {
21
+ novalidate: "",
22
+ onSubmit: r[0] || (r[0] = f((v) => o.form.handleSubmit(), ["prevent", "stop"]))
23
+ }, [
24
+ l("fieldset", {
25
+ disabled: s(i) || o.disabled
26
+ }, [
27
+ a(t.$slots, "default", { subscribedValues: s(n) }, void 0, !0)
28
+ ], 8, S)
29
+ ], 32));
23
30
  }
24
- return [];
25
31
  });
26
32
  export {
27
- c as Array,
28
- w as append,
29
- d as appendAll,
30
- N as dedupeWith,
31
- a as fromIterable,
32
- h as getUnsafe,
33
- A as headNonEmpty,
34
- x as isArrayNonEmpty,
35
- m as isOutOfBounds,
36
- u as isReadonlyArrayNonEmpty,
37
- E as tailNonEmpty,
38
- I as union,
39
- l as unionWith
33
+ V as default
40
34
  };
@@ -1,43 +1,194 @@
1
- const o = (e, t) => {
2
- switch (t.length) {
3
- case 0:
4
- return e;
5
- case 1:
6
- return t[0](e);
7
- case 2:
8
- return t[1](t[0](e));
9
- case 3:
10
- return t[2](t[1](t[0](e)));
11
- case 4:
12
- return t[3](t[2](t[1](t[0](e))));
13
- case 5:
14
- return t[4](t[3](t[2](t[1](t[0](e)))));
15
- case 6:
16
- return t[5](t[4](t[3](t[2](t[1](t[0](e))))));
17
- case 7:
18
- return t[6](t[5](t[4](t[3](t[2](t[1](t[0](e)))))));
19
- case 8:
20
- return t[7](t[6](t[5](t[4](t[3](t[2](t[1](t[0](e))))))));
21
- case 9:
22
- return t[8](t[7](t[6](t[5](t[4](t[3](t[2](t[1](t[0](e)))))))));
23
- default: {
24
- let n = e;
25
- for (let u = 0, c = t.length; u < c; u++)
26
- n = t[u](n);
27
- return n;
28
- }
1
+ import { defineComponent as k, resolveComponent as b, createElementBlock as v, openBlock as a, createBlock as n, createCommentVNode as u, resolveDynamicComponent as g, mergeProps as o, createSlots as d, withCtx as r, renderSlot as m, normalizeProps as s, guardReactiveProps as P, unref as C, Fragment as V, renderList as U } from "vue";
2
+ import { getInputType as c } from "./vue-components.es12.js";
3
+ const w = /* @__PURE__ */ k({
4
+ inheritAttrs: !1,
5
+ __name: "OmegaInputVuetify",
6
+ props: {
7
+ inputProps: {},
8
+ field: {},
9
+ state: {}
10
+ },
11
+ emits: ["focus", "blur"],
12
+ setup(e) {
13
+ return (l, i) => {
14
+ const y = b("v-text-field"), p = b("v-textarea"), f = b("v-radio"), h = b("v-radio-group"), q = b("v-select"), $ = b("v-autocomplete");
15
+ return a(), v("div", {
16
+ class: "omega-input",
17
+ onFocusout: i[4] || (i[4] = (t) => l.$emit("blur", t)),
18
+ onFocusin: i[5] || (i[5] = (t) => l.$emit("focus", t))
19
+ }, [
20
+ e.inputProps.type === "boolean" || e.inputProps.type === "switch" ? (a(), n(g(e.inputProps.type === "boolean" ? "v-checkbox" : "v-switch"), o({
21
+ key: 0,
22
+ id: e.inputProps.id,
23
+ name: e.field.name,
24
+ label: e.inputProps.label,
25
+ "error-messages": e.inputProps.errorMessages,
26
+ error: e.inputProps.error,
27
+ ripple: ""
28
+ }, l.$attrs, {
29
+ "model-value": e.state.value,
30
+ onChange: i[0] || (i[0] = (t) => e.field.handleChange(t.target.checked))
31
+ }), d({ _: 2 }, [
32
+ l.$slots.label ? {
33
+ name: "label",
34
+ fn: r(() => [
35
+ m(l.$slots, "label", s(P({ required: e.inputProps.required, id: e.inputProps.id, label: e.inputProps.label })))
36
+ ]),
37
+ key: "0"
38
+ } : void 0
39
+ ]), 1040, ["id", "name", "label", "error-messages", "error", "model-value"])) : u("", !0),
40
+ e.inputProps.type === "email" || e.inputProps.type === "string" || e.inputProps.type === "password" || e.inputProps.type === "date" ? (a(), n(y, o({
41
+ key: 1,
42
+ id: e.inputProps.id,
43
+ required: e.inputProps.required,
44
+ "min-length": e.inputProps.minLength,
45
+ "max-length": e.inputProps.maxLength,
46
+ type: C(c)(e.inputProps.type),
47
+ name: e.field.name,
48
+ label: e.inputProps.label,
49
+ "error-messages": e.inputProps.errorMessages,
50
+ error: e.inputProps.error
51
+ }, l.$attrs, {
52
+ "model-value": e.state.value,
53
+ "onUpdate:modelValue": e.field.handleChange
54
+ }), d({ _: 2 }, [
55
+ l.$slots.label ? {
56
+ name: "label",
57
+ fn: r(() => [
58
+ m(l.$slots, "label", s(P({ required: e.inputProps.required, id: e.inputProps.id, label: e.inputProps.label })))
59
+ ]),
60
+ key: "0"
61
+ } : void 0
62
+ ]), 1040, ["id", "required", "min-length", "max-length", "type", "name", "label", "error-messages", "error", "model-value", "onUpdate:modelValue"])) : u("", !0),
63
+ e.inputProps.type === "text" ? (a(), n(p, o({
64
+ key: 2,
65
+ id: e.inputProps.id,
66
+ required: e.inputProps.required,
67
+ "min-length": e.inputProps.minLength,
68
+ "max-length": e.inputProps.maxLength,
69
+ name: e.field.name,
70
+ label: e.inputProps.label,
71
+ "error-messages": e.inputProps.errorMessages,
72
+ error: e.inputProps.error
73
+ }, l.$attrs, {
74
+ "model-value": e.state.value,
75
+ "onUpdate:modelValue": e.field.handleChange
76
+ }), d({ _: 2 }, [
77
+ l.$slots.label ? {
78
+ name: "label",
79
+ fn: r(() => [
80
+ m(l.$slots, "label", s(P({ required: e.inputProps.required, id: e.inputProps.id, label: e.inputProps.label })))
81
+ ]),
82
+ key: "0"
83
+ } : void 0
84
+ ]), 1040, ["id", "required", "min-length", "max-length", "name", "label", "error-messages", "error", "model-value", "onUpdate:modelValue"])) : u("", !0),
85
+ e.inputProps.type === "number" || e.inputProps.type === "range" ? (a(), n(g(e.inputProps.type === "range" ? "v-slider" : "v-text-field"), o({
86
+ key: 3,
87
+ id: e.inputProps.id,
88
+ required: e.inputProps.required,
89
+ min: e.inputProps.min,
90
+ max: e.inputProps.max,
91
+ type: e.inputProps.type,
92
+ name: e.field.name,
93
+ label: e.inputProps.label,
94
+ "error-messages": e.inputProps.errorMessages,
95
+ error: e.inputProps.error
96
+ }, l.$attrs, {
97
+ "model-value": e.state.value,
98
+ "onUpdate:modelValue": i[1] || (i[1] = (t) => {
99
+ t || t === 0 ? e.field.handleChange(Number(t)) : e.field.handleChange(void 0);
100
+ })
101
+ }), d({ _: 2 }, [
102
+ l.$slots.label ? {
103
+ name: "label",
104
+ fn: r(() => [
105
+ m(l.$slots, "label", s(P({ required: e.inputProps.required, id: e.inputProps.id, label: e.inputProps.label })))
106
+ ]),
107
+ key: "0"
108
+ } : void 0
109
+ ]), 1040, ["id", "required", "min", "max", "type", "name", "label", "error-messages", "error", "model-value"])) : u("", !0),
110
+ e.inputProps.type === "radio" ? (a(), n(h, o({
111
+ key: 4,
112
+ id: e.inputProps.id,
113
+ name: e.field.name,
114
+ label: e.inputProps.label,
115
+ "error-messages": e.inputProps.errorMessages,
116
+ error: e.inputProps.error
117
+ }, l.$attrs, {
118
+ "model-value": e.state.value,
119
+ "onUpdate:modelValue": e.field.handleChange
120
+ }), d({
121
+ default: r(() => [
122
+ (a(!0), v(V, null, U(e.inputProps.options, (t) => (a(), n(f, {
123
+ key: t.value,
124
+ label: t.title,
125
+ value: t.value
126
+ }, null, 8, ["label", "value"]))), 128))
127
+ ]),
128
+ _: 2
129
+ }, [
130
+ l.$slots.label ? {
131
+ name: "label",
132
+ fn: r(() => [
133
+ m(l.$slots, "label", s(P({ required: e.inputProps.required, id: e.inputProps.id, label: e.inputProps.label })))
134
+ ]),
135
+ key: "0"
136
+ } : void 0
137
+ ]), 1040, ["id", "name", "label", "error-messages", "error", "model-value", "onUpdate:modelValue"])) : u("", !0),
138
+ e.inputProps.type === "select" || e.inputProps.type === "multiple" ? (a(), n(q, o({
139
+ key: 5,
140
+ id: e.inputProps.id,
141
+ clearable: e.inputProps.type === "select",
142
+ required: e.inputProps.required,
143
+ multiple: e.inputProps.type === "multiple",
144
+ chips: e.inputProps.type === "multiple",
145
+ name: e.field.name,
146
+ label: e.inputProps.label,
147
+ items: e.inputProps.options,
148
+ "error-messages": e.inputProps.errorMessages,
149
+ error: e.inputProps.error
150
+ }, l.$attrs, {
151
+ "model-value": e.state.value,
152
+ onClear: i[2] || (i[2] = (t) => e.field.handleChange(void 0)),
153
+ "onUpdate:modelValue": e.field.handleChange
154
+ }), d({ _: 2 }, [
155
+ l.$slots.label ? {
156
+ name: "label",
157
+ fn: r(() => [
158
+ m(l.$slots, "label", s(P({ required: e.inputProps.required, id: e.inputProps.id, label: e.inputProps.label })))
159
+ ]),
160
+ key: "0"
161
+ } : void 0
162
+ ]), 1040, ["id", "clearable", "required", "multiple", "chips", "name", "label", "items", "error-messages", "error", "model-value", "onUpdate:modelValue"])) : u("", !0),
163
+ e.inputProps.type === "autocomplete" || e.inputProps.type === "autocompletemultiple" ? (a(), n($, o({
164
+ key: 6,
165
+ id: e.inputProps.id,
166
+ clearable: e.inputProps.type === "autocomplete",
167
+ multiple: e.inputProps.type === "autocompletemultiple",
168
+ required: e.inputProps.required,
169
+ name: e.field.name,
170
+ label: e.inputProps.label,
171
+ items: e.inputProps.options,
172
+ "error-messages": e.inputProps.errorMessages,
173
+ error: e.inputProps.error,
174
+ chips: e.inputProps.type === "autocompletemultiple"
175
+ }, l.$attrs, {
176
+ "model-value": e.state.value,
177
+ onClear: i[3] || (i[3] = (t) => e.field.handleChange(void 0)),
178
+ "onUpdate:modelValue": e.field.handleChange
179
+ }), d({ _: 2 }, [
180
+ l.$slots.label ? {
181
+ name: "label",
182
+ fn: r(() => [
183
+ m(l.$slots, "label", s(P({ required: e.inputProps.required, id: e.inputProps.id, label: e.inputProps.label })))
184
+ ]),
185
+ key: "0"
186
+ } : void 0
187
+ ]), 1040, ["id", "clearable", "multiple", "required", "name", "label", "items", "error-messages", "error", "chips", "model-value", "onUpdate:modelValue"])) : u("", !0)
188
+ ], 32);
189
+ };
29
190
  }
30
- }, p = {
31
- pipe() {
32
- return o(this, arguments);
33
- }
34
- }, i = /* @__PURE__ */ (function() {
35
- function e() {
36
- }
37
- return e.prototype = p, e;
38
- })();
191
+ });
39
192
  export {
40
- i as Class,
41
- p as Prototype,
42
- o as pipeArguments
193
+ w as default
43
194
  };
@@ -1,5 +1,5 @@
1
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.es36.js";
2
+ import o from "./vue-components.es61.js";
3
3
 
4
4
  export {
5
5
  o as default
@@ -1,7 +1,7 @@
1
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
2
  import { defineComponent as N, computed as n, getCurrentInstance as k, useAttrs as q, useSlots as B, useId as S, renderSlot as d, normalizeProps as s, guardReactiveProps as p, createElementVNode as w, normalizeClass as F, createBlock as I, createCommentVNode as L, unref as A, openBlock as O, mergeProps as R, createSlots as V, withCtx as z } from "vue";
3
3
  import { useStore as f } from "@tanstack/vue-form";
4
- import T from "./vue-components.es36.js";
4
+ import T from "./vue-components.es61.js";
5
5
 
6
6
  const H = /* @__PURE__ */ N({
7
7
  inheritAttrs: !1,
@@ -1,6 +1,6 @@
1
1
  import { hash as p } from "./vue-components.es77.js";
2
- import { byReferenceInstances as m, getAllObjectKeys as g } from "./vue-components.es86.js";
3
- import { hasProperty as M } from "./vue-components.es40.js";
2
+ import { byReferenceInstances as m, getAllObjectKeys as g } from "./vue-components.es89.js";
3
+ import { hasProperty as M } from "./vue-components.es42.js";
4
4
  const S = "~effect/interfaces/Equal";
5
5
  function b() {
6
6
  return arguments.length === 1 ? (e) => i(e, arguments[0]) : i(arguments[0], arguments[1]);
@@ -1,6 +1,6 @@
1
- import { dual as g } from "./vue-components.es41.js";
2
- import { byReferenceInstances as b, getAllObjectKeys as S } from "./vue-components.es86.js";
3
- import { hasProperty as w } from "./vue-components.es40.js";
1
+ import { dual as g } from "./vue-components.es39.js";
2
+ import { byReferenceInstances as b, getAllObjectKeys as S } from "./vue-components.es89.js";
3
+ import { hasProperty as w } from "./vue-components.es42.js";
4
4
  const p = "~effect/interfaces/Hash", i = (t) => {
5
5
  switch (typeof t) {
6
6
  case "number":
@@ -1,23 +1,17 @@
1
- import { pipeArguments as t } from "./vue-components.es61.js";
2
- import { hasProperty as c } from "./vue-components.es40.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);
1
+ import { hasProperty as o, isFunction as t } from "./vue-components.es42.js";
2
+ import { redact as e } from "./vue-components.es81.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]";
15
11
  }
12
+ return e(r);
16
13
  };
17
14
  export {
18
- i as currentFiberTypeId,
19
- a as getRedacted,
20
- n as isRedactable,
21
- f as redact,
22
- r as symbolRedactable
15
+ n as NodeInspectSymbol,
16
+ s as toJson
23
17
  };
@@ -1,14 +1,34 @@
1
- import { constUndefined as r } from "./vue-components.es41.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
- });
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];
10
31
  export {
11
- o as CurrentLogLevel,
12
- n as CurrentStackFrame,
13
- c as MinimumLogLevel
32
+ l as SingleShotGen,
33
+ c as internalCall
14
34
  };
@@ -1,115 +1,4 @@
1
- import { symbol as d, equals as S } from "./vue-components.es76.js";
2
- import { dual as m, constant as h } from "./vue-components.es41.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.es38.js";
5
- import { hasProperty as M } from "./vue-components.es40.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;
1
+ const n = (t) => t.length > 0;
104
2
  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
3
+ n as isArrayNonEmpty
115
4
  };
@@ -1,5 +1,23 @@
1
- const e = "effect/Tracer/ParentSpan", r = "effect/Tracer";
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
+ };
2
17
  export {
3
- e as ParentSpanKey,
4
- r as TracerKey
18
+ i as currentFiberTypeId,
19
+ a as getRedacted,
20
+ n as isRedactable,
21
+ f as redact,
22
+ r as symbolRedactable
5
23
  };
@@ -1,34 +1,14 @@
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];
1
+ import { constUndefined as r } from "./vue-components.es39.js";
2
+ import { Reference as e } from "./vue-components.es83.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
- l as SingleShotGen,
33
- c as internalCall
11
+ o as CurrentLogLevel,
12
+ n as CurrentStackFrame,
13
+ c as MinimumLogLevel
34
14
  };