@effect-app/vue-components 0.18.21 → 0.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  import { type S } from "effect-app";
2
- import { type FormProps, type OmegaFormState, type ShowErrorsOn } from "./OmegaFormStuff";
2
+ import { type FormProps, type OmegaFormApi, 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,7 +14,11 @@ declare const _default: <From extends Record<PropertyKey, any>, To extends Recor
14
14
  schema: S.Schema<To, From, never>;
15
15
  }) & ({
16
16
  isLoading: boolean;
17
- onSubmit: (data: To) => void;
17
+ onSubmit: (data: {
18
+ formApi: OmegaFormApi<From, To>;
19
+ meta: any;
20
+ value: To;
21
+ }) => void;
18
22
  } | {
19
23
  isLoading?: undefined;
20
24
  onSubmit?: FormProps<From, To>["onSubmit"];
@@ -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-63452e71]{display:contents}fieldset[disabled][data-v-63452e71]>*{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-63452e71]{display:contents}fieldset[disabled][data-v-63452e71]>*{pointer-events:none}")),this.shadowRoot.appendChild(o)}},e.call(window.customElements,i,t)}}}}catch(e){console.error("vite-plugin-css-injected-by-js",e)}})();
1
+ (function(){"use strict";try{if(typeof document<"u"){var n=document.createElement("style");if(n.appendChild(document.createTextNode("fieldset[data-v-6de985c1]{display:contents}fieldset[disabled][data-v-6de985c1]>*{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-6de985c1]{display:contents}fieldset[disabled][data-v-6de985c1]>*{pointer-events:none}")),this.shadowRoot.appendChild(o)}},e.call(window.customElements,i,t)}}}}catch(e){console.error("vite-plugin-css-injected-by-js",e)}})();
2
2
  import o from "./vue-components.es20.js";
3
3
 
4
4
  import r from "./vue-components.es17.js";
5
- const e = /* @__PURE__ */ r(o, [["__scopeId", "data-v-63452e71"]]);
5
+ const e = /* @__PURE__ */ r(o, [["__scopeId", "data-v-6de985c1"]]);
6
6
  export {
7
7
  e as default
8
8
  };
@@ -1,4 +1,4 @@
1
- import { defineComponent as F, getCurrentInstance as B, computed as v, onBeforeMount as C, watch as g, createElementBlock as O, openBlock as S, withModifiers as I, createElementVNode as L, unref as m, renderSlot as d, createCommentVNode as V, Fragment as k } from "vue";
1
+ import { defineComponent as F, getCurrentInstance as B, computed as v, onBeforeMount as C, watch as g, createElementBlock as O, openBlock as S, withModifiers as I, createElementVNode as L, unref as m, renderSlot as p, createCommentVNode as V, Fragment as k } from "vue";
2
2
  import { useStore as h } 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";
@@ -23,19 +23,19 @@ const _ = ["disabled"], D = /* @__PURE__ */ F({
23
23
  onSubmit: {}
24
24
  },
25
25
  setup(y) {
26
- const o = y, w = B(), E = ({ value: e }) => new Promise((r) => {
27
- w.emit("submit", e);
28
- const n = g(() => o.isLoading, (t) => {
29
- t || (r(), n.stop());
26
+ const o = y, w = B(), E = ({ formApi: e, meta: r, value: i }) => new Promise((t) => {
27
+ w.emit("submit", { formApi: e, meta: r, value: i });
28
+ const n = g(() => o.isLoading, (u) => {
29
+ u || (t(), n.stop());
30
30
  });
31
- }), u = typeof o.isLoading < "u" ? E : typeof o.onSubmit < "u" ? o.onSubmit : void 0, l = o.form || !o.schema ? void 0 : K(
31
+ }), l = typeof o.isLoading < "u" ? E : typeof o.onSubmit < "u" ? o.onSubmit : void 0, f = o.form || !o.schema ? void 0 : K(
32
32
  o.schema,
33
33
  {
34
34
  ...o,
35
- onSubmit: u
35
+ onSubmit: l
36
36
  },
37
37
  o.omegaConfig
38
- ), s = v(() => o.form ?? l);
38
+ ), s = v(() => o.form ?? f);
39
39
  C(() => {
40
40
  if (!o.form) return;
41
41
  const e = Object.keys(o.form.options || {}), r = /* @__PURE__ */ new Set([
@@ -45,54 +45,54 @@ const _ = ["disabled"], D = /* @__PURE__ */ F({
45
45
  "asyncAlways",
46
46
  "form",
47
47
  "schema"
48
- ]), n = Object.fromEntries(
48
+ ]), i = Object.fromEntries(
49
49
  Object.entries(o).filter(
50
- ([a, c]) => a === "isLoading" ? !1 : !r.has(a) && c !== void 0
50
+ ([a, d]) => a === "isLoading" ? !1 : !r.has(a) && d !== void 0
51
51
  )
52
- ), t = Object.keys(n), i = e.filter(
53
- (a) => t.includes(a) && n[a] !== void 0
52
+ ), t = Object.keys(i), n = e.filter(
53
+ (a) => t.includes(a) && i[a] !== void 0
54
54
  );
55
- i.length > 0 && console.warn(
55
+ n.length > 0 && console.warn(
56
56
  `[OmegaWrapper] Overlapping keys found between form options and filtered props:
57
- ${i.join(
57
+ ${n.join(
58
58
  `,
59
59
  `
60
60
  )}.
61
61
  Props will overwrite existing form options. This might indicate a configuration issue.`
62
62
  );
63
- const b = {
63
+ const u = {
64
64
  ...s.value.options,
65
- ...n
65
+ ...i
66
66
  };
67
- u && (b.onSubmit = u), s.value.options = Object.fromEntries(
67
+ l && (u.onSubmit = l), s.value.options = Object.fromEntries(
68
68
  // TODO
69
- Object.entries(b).filter(
70
- ([a, c]) => c !== void 0
69
+ Object.entries(u).filter(
70
+ ([a, d]) => d !== void 0
71
71
  )
72
72
  );
73
73
  });
74
74
  const j = h(
75
75
  s.value.store,
76
76
  (e) => e.isSubmitting
77
- ), p = $(
77
+ ), b = $(
78
78
  s.value,
79
79
  o.subscribe
80
80
  ), M = h(
81
81
  s.value.store,
82
82
  (e) => e.submissionAttempts
83
- ), f = v(() => s.value.useStore((e) => e.errors));
83
+ ), c = v(() => s.value.useStore((e) => e.errors));
84
84
  return g(
85
- () => [s.value.filterItems, f.value.value],
85
+ () => [s.value.filterItems, c.value.value],
86
86
  () => {
87
- const e = s.value.filterItems, r = f.value.value;
87
+ const e = s.value.filterItems, r = c.value.value;
88
88
  return e ? r ? (Object.values(r).filter(
89
89
  (t) => !!t
90
90
  ).flatMap(
91
- (t) => Object.values(t).flat().map((i) => i.message)
91
+ (t) => Object.values(t).flat().map((n) => n.message)
92
92
  ).some((t) => t === e.message) && e.items.forEach((t) => {
93
- const i = s.value.getFieldMeta(t);
94
- i && s.value.setFieldMeta(t, {
95
- ...i,
93
+ const n = s.value.getFieldMeta(t);
94
+ n && s.value.setFieldMeta(t, {
95
+ ...n,
96
96
  errorMap: {
97
97
  onSubmit: [
98
98
  { path: [t], message: e.message }
@@ -101,18 +101,18 @@ Props will overwrite existing form options. This might indicate a configuration
101
101
  });
102
102
  }), {}) : {} : {};
103
103
  }
104
- ), A(M, f.value, o.showErrorsOn), (e, r) => (S(), O("form", {
104
+ ), A(M, c.value, o.showErrorsOn), (e, r) => (S(), O("form", {
105
105
  novalidate: "",
106
- onSubmit: r[0] || (r[0] = I((n) => s.value.handleSubmit(), ["prevent", "stop"]))
106
+ onSubmit: r[0] || (r[0] = I((i) => s.value.handleSubmit(), ["prevent", "stop"]))
107
107
  }, [
108
108
  L("fieldset", { disabled: m(j) }, [
109
109
  o.form ? (S(), O(k, { key: 0 }, [
110
- d(e.$slots, "externalForm", { subscribedValues: m(p) }, void 0, !0),
111
- d(e.$slots, "default", {}, void 0, !0)
112
- ], 64)) : m(l) ? d(e.$slots, "internalForm", {
110
+ p(e.$slots, "externalForm", { subscribedValues: m(b) }, void 0, !0),
111
+ p(e.$slots, "default", {}, void 0, !0)
112
+ ], 64)) : m(f) ? p(e.$slots, "internalForm", {
113
113
  key: 1,
114
- form: m(l),
115
- subscribedValues: m(p)
114
+ form: m(f),
115
+ subscribedValues: m(b)
116
116
  }, void 0, !0) : V("", !0)
117
117
  ], 8, _)
118
118
  ], 32));
@@ -1,5 +1,5 @@
1
1
  import { Exit as c, Runtime as s } from "effect";
2
- import { dual as n, isFunction as m } from "./vue-components.es26.js";
2
+ import { dual as n, isFunction as m } from "./vue-components.es28.js";
3
3
  const i = Symbol.for("clone-trait"), u = n(2, (e, t) => i in e ? e[i](t) : Object.setPrototypeOf(t, Object.getPrototypeOf(e)));
4
4
  n(2, (e, t) => u(e, { ...e, ...m(t) ? t(e) : t }));
5
5
  const b = (e) => new Promise((t, r) => e.addObserver((o) => {
@@ -1,4 +1,4 @@
1
- import { isFunction as c } from "./vue-components.es26.js";
1
+ import { isFunction as c } from "./vue-components.es28.js";
2
2
  const s = c, t = (o) => typeof o == "object" && o !== null, i = (o) => t(o) || s(o);
3
3
  export {
4
4
  s as isFunction,
@@ -1,44 +1,92 @@
1
- const f = (c) => typeof c == "function", a = function(c, r) {
2
- switch (c) {
3
- case 0:
4
- case 1:
5
- throw new RangeError(`Invalid arity ${c}`);
6
- case 2:
7
- return function(n, t) {
8
- return arguments.length >= 2 ? r(n, t) : function(e) {
9
- return r(e, n);
10
- };
11
- };
12
- case 3:
13
- return function(n, t, e) {
14
- return arguments.length >= 3 ? r(n, t, e) : function(u) {
15
- return r(u, n, t);
16
- };
17
- };
18
- case 4:
19
- return function(n, t, e, u) {
20
- return arguments.length >= 4 ? r(n, t, e, u) : function(i) {
21
- return r(i, n, t, e);
22
- };
23
- };
24
- case 5:
25
- return function(n, t, e, u, i) {
26
- return arguments.length >= 5 ? r(n, t, e, u, i) : function(s) {
27
- return r(s, n, t, e, u);
28
- };
29
- };
30
- default:
31
- return function() {
32
- if (arguments.length >= c)
33
- return r.apply(this, arguments);
34
- const n = arguments;
35
- return function(t) {
36
- return r(t, ...n);
37
- };
38
- };
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 { defineComponent as w, getCurrentInstance as x, useId as C, computed as a, watch as f, nextTick as N, onMounted as d, ref as $, watchEffect as k, renderSlot as B, normalizeProps as I, guardReactiveProps as O, createElementVNode as _, normalizeClass as q, createBlock as L, createCommentVNode as P, unref as F, openBlock as S, mergeProps as T } from "vue";
3
+ import { useStore as z } from "@tanstack/vue-form";
4
+ import { useOmegaErrors as A } from "./vue-components.es8.js";
5
+ import D from "./vue-components.es42.js";
6
+
7
+ const J = /* @__PURE__ */ w({
8
+ inheritAttrs: !1,
9
+ __name: "OmegaInternalInput",
10
+ props: {
11
+ field: {},
12
+ meta: {},
13
+ label: {},
14
+ options: {},
15
+ type: {},
16
+ validators: {}
17
+ },
18
+ setup(c) {
19
+ const e = c, v = x()?.appContext.components.VTextField, l = C(), o = e.field, r = z(o.store, (t) => t), m = a(() => e.type ? e.type : e.meta?.type === "string" ? e.meta.format === "email" ? "email" : "string" : e.meta?.type || "unknown"), n = a(() => r.value.value), g = a(
20
+ () => (
21
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
22
+ r.value.meta.errors.map((t) => t?.message).filter(Boolean)
23
+ )
24
+ ), y = (t) => t == null || t === !1 || t === "" || Number.isNaN(t);
25
+ f(
26
+ () => !!n.value,
27
+ () => {
28
+ y(n.value) && e.meta?.type !== "boolean" && N(() => {
29
+ o.setValue(
30
+ e.meta?.nullableOrUndefined === "undefined" ? void 0 : null
31
+ );
32
+ });
33
+ }
34
+ ), d(() => {
35
+ !n.value && !e.meta?.required && e.meta?.nullableOrUndefined === "null" && o.setValue(null);
36
+ });
37
+ const { addError: h, removeError: b, showErrors: E, showErrorsOn: V } = A(), s = $(!1);
38
+ k(() => {
39
+ (E.value || V === "onChange") && (s.value = !0);
40
+ });
41
+ const u = () => {
42
+ s.value = !0;
43
+ };
44
+ d(() => {
45
+ n.value && u();
46
+ });
47
+ const p = a(() => !s.value && m.value !== "select" ? [] : g.value);
48
+ f(
49
+ () => r.value.meta.errors,
50
+ () => {
51
+ r.value.meta.errors.length ? h({
52
+ inputId: l,
53
+ errors: r.value.meta.errors.map((t) => t.message).filter(Boolean),
54
+ label: e.label
55
+ }) : b(l);
56
+ }
57
+ );
58
+ const i = a(() => ({
59
+ id: l,
60
+ required: e.meta?.required,
61
+ minLength: e.meta?.type === "string" && e.meta?.minLength,
62
+ maxLength: e.meta?.type === "string" && e.meta?.maxLength,
63
+ max: e.meta?.type === "number" && e.meta?.maximum,
64
+ min: e.meta?.type === "number" && e.meta?.minimum,
65
+ name: e.field.name,
66
+ modelValue: e.field.state.value,
67
+ errorMessages: p.value,
68
+ error: !!p.value.length,
69
+ field: e.field,
70
+ setRealDirty: u,
71
+ type: m.value,
72
+ label: `${e.label}${e.meta?.required ? " *" : ""}`,
73
+ options: e.options
74
+ }));
75
+ return (t, R) => B(t.$slots, "default", I(O(i.value)), () => [
76
+ _("div", {
77
+ class: q(t.$attrs.class),
78
+ onFocusout: u
79
+ }, [
80
+ F(v) ? (S(), L(D, T({
81
+ key: 0,
82
+ "input-props": i.value
83
+ }, t.$attrs, {
84
+ "vuetify-value": i.value.field.state.value
85
+ }), null, 16, ["input-props", "vuetify-value"])) : P("", !0)
86
+ ], 34)
87
+ ]);
39
88
  }
40
- };
89
+ });
41
90
  export {
42
- a as dual,
43
- f as isFunction
91
+ J as default
44
92
  };
@@ -1,92 +1,44 @@
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 { defineComponent as w, getCurrentInstance as x, useId as C, computed as a, watch as f, nextTick as N, onMounted as d, ref as $, watchEffect as k, renderSlot as B, normalizeProps as I, guardReactiveProps as O, createElementVNode as _, normalizeClass as q, createBlock as L, createCommentVNode as P, unref as F, openBlock as S, mergeProps as T } from "vue";
3
- import { useStore as z } from "@tanstack/vue-form";
4
- import { useOmegaErrors as A } from "./vue-components.es8.js";
5
- import D from "./vue-components.es46.js";
6
-
7
- const J = /* @__PURE__ */ w({
8
- inheritAttrs: !1,
9
- __name: "OmegaInternalInput",
10
- props: {
11
- field: {},
12
- meta: {},
13
- label: {},
14
- options: {},
15
- type: {},
16
- validators: {}
17
- },
18
- setup(c) {
19
- const e = c, v = x()?.appContext.components.VTextField, l = C(), o = e.field, r = z(o.store, (t) => t), m = a(() => e.type ? e.type : e.meta?.type === "string" ? e.meta.format === "email" ? "email" : "string" : e.meta?.type || "unknown"), n = a(() => r.value.value), g = a(
20
- () => (
21
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
22
- r.value.meta.errors.map((t) => t?.message).filter(Boolean)
23
- )
24
- ), y = (t) => t == null || t === !1 || t === "" || Number.isNaN(t);
25
- f(
26
- () => !!n.value,
27
- () => {
28
- y(n.value) && e.meta?.type !== "boolean" && N(() => {
29
- o.setValue(
30
- e.meta?.nullableOrUndefined === "undefined" ? void 0 : null
31
- );
32
- });
33
- }
34
- ), d(() => {
35
- !n.value && !e.meta?.required && e.meta?.nullableOrUndefined === "null" && o.setValue(null);
36
- });
37
- const { addError: h, removeError: b, showErrors: E, showErrorsOn: V } = A(), s = $(!1);
38
- k(() => {
39
- (E.value || V === "onChange") && (s.value = !0);
40
- });
41
- const u = () => {
42
- s.value = !0;
43
- };
44
- d(() => {
45
- n.value && u();
46
- });
47
- const p = a(() => !s.value && m.value !== "select" ? [] : g.value);
48
- f(
49
- () => r.value.meta.errors,
50
- () => {
51
- r.value.meta.errors.length ? h({
52
- inputId: l,
53
- errors: r.value.meta.errors.map((t) => t.message).filter(Boolean),
54
- label: e.label
55
- }) : b(l);
56
- }
57
- );
58
- const i = a(() => ({
59
- id: l,
60
- required: e.meta?.required,
61
- minLength: e.meta?.type === "string" && e.meta?.minLength,
62
- maxLength: e.meta?.type === "string" && e.meta?.maxLength,
63
- max: e.meta?.type === "number" && e.meta?.maximum,
64
- min: e.meta?.type === "number" && e.meta?.minimum,
65
- name: e.field.name,
66
- modelValue: e.field.state.value,
67
- errorMessages: p.value,
68
- error: !!p.value.length,
69
- field: e.field,
70
- setRealDirty: u,
71
- type: m.value,
72
- label: `${e.label}${e.meta?.required ? " *" : ""}`,
73
- options: e.options
74
- }));
75
- return (t, R) => B(t.$slots, "default", I(O(i.value)), () => [
76
- _("div", {
77
- class: q(t.$attrs.class),
78
- onFocusout: u
79
- }, [
80
- F(v) ? (S(), L(D, T({
81
- key: 0,
82
- "input-props": i.value
83
- }, t.$attrs, {
84
- "vuetify-value": i.value.field.state.value
85
- }), null, 16, ["input-props", "vuetify-value"])) : P("", !0)
86
- ], 34)
87
- ]);
1
+ const f = (c) => typeof c == "function", a = function(c, r) {
2
+ switch (c) {
3
+ case 0:
4
+ case 1:
5
+ throw new RangeError(`Invalid arity ${c}`);
6
+ case 2:
7
+ return function(n, t) {
8
+ return arguments.length >= 2 ? r(n, t) : function(e) {
9
+ return r(e, n);
10
+ };
11
+ };
12
+ case 3:
13
+ return function(n, t, e) {
14
+ return arguments.length >= 3 ? r(n, t, e) : function(u) {
15
+ return r(u, n, t);
16
+ };
17
+ };
18
+ case 4:
19
+ return function(n, t, e, u) {
20
+ return arguments.length >= 4 ? r(n, t, e, u) : function(i) {
21
+ return r(i, n, t, e);
22
+ };
23
+ };
24
+ case 5:
25
+ return function(n, t, e, u, i) {
26
+ return arguments.length >= 5 ? r(n, t, e, u, i) : function(s) {
27
+ return r(s, n, t, e, u);
28
+ };
29
+ };
30
+ default:
31
+ return function() {
32
+ if (arguments.length >= c)
33
+ return r.apply(this, arguments);
34
+ const n = arguments;
35
+ return function(t) {
36
+ return r(t, ...n);
37
+ };
38
+ };
88
39
  }
89
- });
40
+ };
90
41
  export {
91
- J as default
42
+ a as dual,
43
+ f as isFunction
92
44
  };
@@ -1,4 +1,4 @@
1
- import f from "./vue-components.es28.js";
1
+ import f from "./vue-components.es26.js";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,6 +1,6 @@
1
1
  import { NoopContextManager as f } from "./vue-components.es49.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";
2
+ import { registerGlobal as s, getGlobal as p, unregisterGlobal as g } from "./vue-components.es47.js";
3
+ import { DiagAPI as u } from "./vue-components.es44.js";
4
4
  var y = function(t, e) {
5
5
  var a = typeof Symbol == "function" && t[Symbol.iterator];
6
6
  if (!a) return t;
@@ -1,8 +1,8 @@
1
- import { registerGlobal as a, getGlobal as p, unregisterGlobal as s } from "./vue-components.es45.js";
1
+ import { registerGlobal as a, getGlobal as p, unregisterGlobal as s } from "./vue-components.es47.js";
2
2
  import { ProxyTracerProvider as i } from "./vue-components.es34.js";
3
3
  import { wrapSpanContext as c, isSpanContextValid as h } from "./vue-components.es37.js";
4
4
  import { deleteSpan as g, getSpan as S, getActiveSpan as x, getSpanContext as d, setSpan as f, setSpanContext as l } from "./vue-components.es48.js";
5
- import { DiagAPI as o } from "./vue-components.es42.js";
5
+ import { DiagAPI as o } from "./vue-components.es44.js";
6
6
  var n = "trace", y = (
7
7
  /** @class */
8
8
  (function() {
@@ -1,67 +1,117 @@
1
- import { DiagComponentLogger as m } from "./vue-components.es43.js";
2
- import { createLogLevelDiagLogger as y } from "./vue-components.es44.js";
3
- import { DiagLogLevel as d } from "./vue-components.es31.js";
4
- import { unregisterGlobal as p, getGlobal as v, registerGlobal as w } from "./vue-components.es45.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
- }
1
+ import { defineComponent as P, resolveComponent as s, createElementBlock as g, openBlock as o, createBlock as n, createCommentVNode as l, resolveDynamicComponent as u, mergeProps as i } from "vue";
2
+ const b = /* @__PURE__ */ P({
3
+ inheritAttrs: !1,
4
+ __name: "OmegaInputVuetify",
5
+ props: {
6
+ inputProps: {},
7
+ vuetifyValue: {}
8
+ },
9
+ emits: ["focus", "blur"],
10
+ setup(y) {
11
+ return (e, r) => {
12
+ const a = s("v-text-field"), t = s("v-textarea"), m = s("v-select"), d = s("v-autocomplete");
13
+ return o(), g("div", {
14
+ class: "omega-input",
15
+ onFocusout: r[4] || (r[4] = (p) => e.$emit("blur", p)),
16
+ onFocusin: r[5] || (r[5] = (p) => e.$emit("focus", p))
17
+ }, [
18
+ e.inputProps.type === "boolean" || e.inputProps.type === "switch" ? (o(), n(u(e.inputProps.type === "boolean" ? "v-checkbox" : "v-switch"), i({
19
+ key: 0,
20
+ id: e.inputProps.id,
21
+ name: e.inputProps.name,
22
+ label: e.inputProps.label,
23
+ "error-messages": e.inputProps.errorMessages,
24
+ error: e.inputProps.error,
25
+ ripple: ""
26
+ }, e.$attrs, {
27
+ "model-value": e.vuetifyValue,
28
+ onChange: r[0] || (r[0] = (p) => e.inputProps.field.handleChange(p.target.checked))
29
+ }), null, 16, ["id", "name", "label", "error-messages", "error", "model-value"])) : l("", !0),
30
+ e.inputProps.type === "email" || e.inputProps.type === "string" ? (o(), n(a, i({
31
+ key: 1,
32
+ id: e.inputProps.id,
33
+ required: e.inputProps.required,
34
+ "min-length": e.inputProps.minLength,
35
+ "max-length": e.inputProps.maxLength,
36
+ type: e.inputProps.type,
37
+ name: e.inputProps.name,
38
+ label: e.inputProps.label,
39
+ "error-messages": e.inputProps.errorMessages,
40
+ error: e.inputProps.error
41
+ }, e.$attrs, {
42
+ "model-value": e.vuetifyValue,
43
+ "onUpdate:modelValue": e.inputProps.field.handleChange
44
+ }), null, 16, ["id", "required", "min-length", "max-length", "type", "name", "label", "error-messages", "error", "model-value", "onUpdate:modelValue"])) : l("", !0),
45
+ e.inputProps.type === "text" ? (o(), n(t, i({
46
+ key: 2,
47
+ id: e.inputProps.id,
48
+ required: e.inputProps.required,
49
+ "min-length": e.inputProps.minLength,
50
+ "max-length": e.inputProps.maxLength,
51
+ type: e.inputProps.type,
52
+ name: e.inputProps.name,
53
+ label: e.inputProps.label,
54
+ "error-messages": e.inputProps.errorMessages,
55
+ error: e.inputProps.error
56
+ }, e.$attrs, {
57
+ "model-value": e.vuetifyValue,
58
+ "onUpdate:modelValue": e.inputProps.field.handleChange
59
+ }), null, 16, ["id", "required", "min-length", "max-length", "type", "name", "label", "error-messages", "error", "model-value", "onUpdate:modelValue"])) : l("", !0),
60
+ e.inputProps.type === "number" || e.inputProps.type === "range" ? (o(), n(u(e.inputProps.type === "range" ? "v-slider" : "v-text-field"), i({
61
+ key: 3,
62
+ id: e.inputProps.id,
63
+ required: e.inputProps.required,
64
+ min: e.inputProps.min,
65
+ max: e.inputProps.max,
66
+ type: e.inputProps.type,
67
+ name: e.inputProps.name,
68
+ label: e.inputProps.label,
69
+ "error-messages": e.inputProps.errorMessages,
70
+ error: e.inputProps.error
71
+ }, e.$attrs, {
72
+ "model-value": e.vuetifyValue,
73
+ "onUpdate:modelValue": r[1] || (r[1] = (p) => {
74
+ p || p === 0 ? e.inputProps.field.handleChange(Number(p)) : e.inputProps.field.handleChange(void 0);
75
+ })
76
+ }), null, 16, ["id", "required", "min", "max", "type", "name", "label", "error-messages", "error", "model-value"])) : l("", !0),
77
+ e.inputProps.type === "select" || e.inputProps.type === "multiple" ? (o(), n(m, i({
78
+ key: 4,
79
+ id: e.inputProps.id,
80
+ clearable: e.inputProps.type === "select",
81
+ required: e.inputProps.required,
82
+ multiple: e.inputProps.type === "multiple",
83
+ chips: e.inputProps.type === "multiple",
84
+ name: e.inputProps.name,
85
+ label: e.inputProps.label,
86
+ items: e.inputProps.options,
87
+ "error-messages": e.inputProps.errorMessages,
88
+ error: e.inputProps.error
89
+ }, e.$attrs, {
90
+ "model-value": e.vuetifyValue,
91
+ onClear: r[2] || (r[2] = (p) => e.inputProps.field.handleChange(void 0)),
92
+ "onUpdate:modelValue": e.inputProps.field.handleChange
93
+ }), null, 16, ["id", "clearable", "required", "multiple", "chips", "name", "label", "items", "error-messages", "error", "model-value", "onUpdate:modelValue"])) : l("", !0),
94
+ e.inputProps.type === "autocomplete" || e.inputProps.type === "autocompletemultiple" ? (o(), n(d, i({
95
+ key: 5,
96
+ id: e.inputProps.id,
97
+ clearable: e.inputProps.type === "autocomplete",
98
+ multiple: e.inputProps.type === "autocompletemultiple",
99
+ required: e.inputProps.required,
100
+ name: e.inputProps.name,
101
+ label: e.inputProps.label,
102
+ items: e.inputProps.options,
103
+ "error-messages": e.inputProps.errorMessages,
104
+ error: e.inputProps.error,
105
+ chips: e.inputProps.type === "autocompletemultiple"
106
+ }, e.$attrs, {
107
+ "model-value": e.vuetifyValue,
108
+ onClear: r[3] || (r[3] = (p) => e.inputProps.field.handleChange(void 0)),
109
+ "onUpdate:modelValue": e.inputProps.field.handleChange
110
+ }), null, 16, ["id", "clearable", "multiple", "required", "name", "label", "items", "error-messages", "error", "chips", "model-value", "onUpdate:modelValue"])) : l("", !0)
111
+ ], 32);
112
+ };
19
113
  }
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
- );
114
+ });
65
115
  export {
66
- P as DiagAPI
116
+ b as default
67
117
  };
@@ -1,19 +1,67 @@
1
- import { DiagLogLevel as r } from "./vue-components.es31.js";
2
- function c(n, o) {
3
- n < r.NONE ? n = r.NONE : n > r.ALL && (n = r.ALL), o = o || {};
4
- function i(t, f) {
5
- var e = o[t];
6
- return typeof e == "function" && n >= f ? e.bind(o) : function() {
7
- };
1
+ import { DiagComponentLogger as m } from "./vue-components.es45.js";
2
+ import { createLogLevelDiagLogger as y } from "./vue-components.es46.js";
3
+ import { DiagLogLevel as d } from "./vue-components.es31.js";
4
+ import { unregisterGlobal as p, getGlobal as v, registerGlobal as w } from "./vue-components.es47.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
+ }
8
19
  }
9
- return {
10
- error: i("error", r.ERROR),
11
- warn: i("warn", r.WARN),
12
- info: i("info", r.INFO),
13
- debug: i("debug", r.DEBUG),
14
- verbose: i("verbose", r.VERBOSE)
15
- };
16
- }
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
+ );
17
65
  export {
18
- c as createLogLevelDiagLogger
66
+ P as DiagAPI
19
67
  };
@@ -1,35 +1,58 @@
1
- import { VERSION as t } from "./vue-components.es51.js";
2
- import { isCompatible as f } from "./vue-components.es52.js";
3
- import { _globalThis as m } from "./vue-components.es53.js";
4
- var u = t.split(".")[0], n = Symbol.for("opentelemetry.js.api." + u), l = m;
5
- function d(r, o, e, i) {
6
- var v;
7
- i === void 0 && (i = !1);
8
- var s = l[n] = (v = l[n]) !== null && v !== void 0 ? v : {
9
- version: t
10
- };
11
- if (!i && s[r]) {
12
- var a = new Error("@opentelemetry/api: Attempted duplicate registration of API: " + r);
13
- return e.error(a.stack || a.message), !1;
1
+ import { getGlobal as f } from "./vue-components.es47.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
+ }
14
16
  }
15
- if (s.version !== t) {
16
- var a = new Error("@opentelemetry/api: Registration of version v" + s.version + " for " + r + " does not match previously registered API v" + t);
17
- return e.error(a.stack || a.message), !1;
18
- }
19
- return s[r] = o, e.debug("@opentelemetry/api: Registered a global for " + r + " v" + t + "."), !0;
20
- }
21
- function E(r) {
22
- var o, e, i = (o = l[n]) === null || o === void 0 ? void 0 : o.version;
23
- if (!(!i || !f(i)))
24
- return (e = l[n]) === null || e === void 0 ? void 0 : e[r];
25
- }
26
- function _(r, o) {
27
- o.debug("@opentelemetry/api: Unregistering a global for " + r + " v" + t + ".");
28
- var e = l[n];
29
- e && delete e[r];
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));
30
55
  }
31
56
  export {
32
- E as getGlobal,
33
- d as registerGlobal,
34
- _ as unregisterGlobal
57
+ i as DiagComponentLogger
35
58
  };
@@ -1,117 +1,19 @@
1
- import { defineComponent as P, resolveComponent as s, createElementBlock as g, openBlock as o, createBlock as n, createCommentVNode as l, resolveDynamicComponent as u, mergeProps as i } from "vue";
2
- const b = /* @__PURE__ */ P({
3
- inheritAttrs: !1,
4
- __name: "OmegaInputVuetify",
5
- props: {
6
- inputProps: {},
7
- vuetifyValue: {}
8
- },
9
- emits: ["focus", "blur"],
10
- setup(y) {
11
- return (e, r) => {
12
- const a = s("v-text-field"), t = s("v-textarea"), m = s("v-select"), d = s("v-autocomplete");
13
- return o(), g("div", {
14
- class: "omega-input",
15
- onFocusout: r[4] || (r[4] = (p) => e.$emit("blur", p)),
16
- onFocusin: r[5] || (r[5] = (p) => e.$emit("focus", p))
17
- }, [
18
- e.inputProps.type === "boolean" || e.inputProps.type === "switch" ? (o(), n(u(e.inputProps.type === "boolean" ? "v-checkbox" : "v-switch"), i({
19
- key: 0,
20
- id: e.inputProps.id,
21
- name: e.inputProps.name,
22
- label: e.inputProps.label,
23
- "error-messages": e.inputProps.errorMessages,
24
- error: e.inputProps.error,
25
- ripple: ""
26
- }, e.$attrs, {
27
- "model-value": e.vuetifyValue,
28
- onChange: r[0] || (r[0] = (p) => e.inputProps.field.handleChange(p.target.checked))
29
- }), null, 16, ["id", "name", "label", "error-messages", "error", "model-value"])) : l("", !0),
30
- e.inputProps.type === "email" || e.inputProps.type === "string" ? (o(), n(a, i({
31
- key: 1,
32
- id: e.inputProps.id,
33
- required: e.inputProps.required,
34
- "min-length": e.inputProps.minLength,
35
- "max-length": e.inputProps.maxLength,
36
- type: e.inputProps.type,
37
- name: e.inputProps.name,
38
- label: e.inputProps.label,
39
- "error-messages": e.inputProps.errorMessages,
40
- error: e.inputProps.error
41
- }, e.$attrs, {
42
- "model-value": e.vuetifyValue,
43
- "onUpdate:modelValue": e.inputProps.field.handleChange
44
- }), null, 16, ["id", "required", "min-length", "max-length", "type", "name", "label", "error-messages", "error", "model-value", "onUpdate:modelValue"])) : l("", !0),
45
- e.inputProps.type === "text" ? (o(), n(t, i({
46
- key: 2,
47
- id: e.inputProps.id,
48
- required: e.inputProps.required,
49
- "min-length": e.inputProps.minLength,
50
- "max-length": e.inputProps.maxLength,
51
- type: e.inputProps.type,
52
- name: e.inputProps.name,
53
- label: e.inputProps.label,
54
- "error-messages": e.inputProps.errorMessages,
55
- error: e.inputProps.error
56
- }, e.$attrs, {
57
- "model-value": e.vuetifyValue,
58
- "onUpdate:modelValue": e.inputProps.field.handleChange
59
- }), null, 16, ["id", "required", "min-length", "max-length", "type", "name", "label", "error-messages", "error", "model-value", "onUpdate:modelValue"])) : l("", !0),
60
- e.inputProps.type === "number" || e.inputProps.type === "range" ? (o(), n(u(e.inputProps.type === "range" ? "v-slider" : "v-text-field"), i({
61
- key: 3,
62
- id: e.inputProps.id,
63
- required: e.inputProps.required,
64
- min: e.inputProps.min,
65
- max: e.inputProps.max,
66
- type: e.inputProps.type,
67
- name: e.inputProps.name,
68
- label: e.inputProps.label,
69
- "error-messages": e.inputProps.errorMessages,
70
- error: e.inputProps.error
71
- }, e.$attrs, {
72
- "model-value": e.vuetifyValue,
73
- "onUpdate:modelValue": r[1] || (r[1] = (p) => {
74
- p || p === 0 ? e.inputProps.field.handleChange(Number(p)) : e.inputProps.field.handleChange(void 0);
75
- })
76
- }), null, 16, ["id", "required", "min", "max", "type", "name", "label", "error-messages", "error", "model-value"])) : l("", !0),
77
- e.inputProps.type === "select" || e.inputProps.type === "multiple" ? (o(), n(m, i({
78
- key: 4,
79
- id: e.inputProps.id,
80
- clearable: e.inputProps.type === "select",
81
- required: e.inputProps.required,
82
- multiple: e.inputProps.type === "multiple",
83
- chips: e.inputProps.type === "multiple",
84
- name: e.inputProps.name,
85
- label: e.inputProps.label,
86
- items: e.inputProps.options,
87
- "error-messages": e.inputProps.errorMessages,
88
- error: e.inputProps.error
89
- }, e.$attrs, {
90
- "model-value": e.vuetifyValue,
91
- onClear: r[2] || (r[2] = (p) => e.inputProps.field.handleChange(void 0)),
92
- "onUpdate:modelValue": e.inputProps.field.handleChange
93
- }), null, 16, ["id", "clearable", "required", "multiple", "chips", "name", "label", "items", "error-messages", "error", "model-value", "onUpdate:modelValue"])) : l("", !0),
94
- e.inputProps.type === "autocomplete" || e.inputProps.type === "autocompletemultiple" ? (o(), n(d, i({
95
- key: 5,
96
- id: e.inputProps.id,
97
- clearable: e.inputProps.type === "autocomplete",
98
- multiple: e.inputProps.type === "autocompletemultiple",
99
- required: e.inputProps.required,
100
- name: e.inputProps.name,
101
- label: e.inputProps.label,
102
- items: e.inputProps.options,
103
- "error-messages": e.inputProps.errorMessages,
104
- error: e.inputProps.error,
105
- chips: e.inputProps.type === "autocompletemultiple"
106
- }, e.$attrs, {
107
- "model-value": e.vuetifyValue,
108
- onClear: r[3] || (r[3] = (p) => e.inputProps.field.handleChange(void 0)),
109
- "onUpdate:modelValue": e.inputProps.field.handleChange
110
- }), null, 16, ["id", "clearable", "multiple", "required", "name", "label", "items", "error-messages", "error", "chips", "model-value", "onUpdate:modelValue"])) : l("", !0)
111
- ], 32);
1
+ import { DiagLogLevel as r } from "./vue-components.es31.js";
2
+ function c(n, o) {
3
+ n < r.NONE ? n = r.NONE : n > r.ALL && (n = r.ALL), o = o || {};
4
+ function i(t, f) {
5
+ var e = o[t];
6
+ return typeof e == "function" && n >= f ? e.bind(o) : function() {
112
7
  };
113
8
  }
114
- });
9
+ return {
10
+ error: i("error", r.ERROR),
11
+ warn: i("warn", r.WARN),
12
+ info: i("info", r.INFO),
13
+ debug: i("debug", r.DEBUG),
14
+ verbose: i("verbose", r.VERBOSE)
15
+ };
16
+ }
115
17
  export {
116
- b as default
18
+ c as createLogLevelDiagLogger
117
19
  };
@@ -0,0 +1,35 @@
1
+ import { VERSION as t } from "./vue-components.es51.js";
2
+ import { isCompatible as f } from "./vue-components.es52.js";
3
+ import { _globalThis as m } from "./vue-components.es53.js";
4
+ var u = t.split(".")[0], n = Symbol.for("opentelemetry.js.api." + u), l = m;
5
+ function d(r, o, e, i) {
6
+ var v;
7
+ i === void 0 && (i = !1);
8
+ var s = l[n] = (v = l[n]) !== null && v !== void 0 ? v : {
9
+ version: t
10
+ };
11
+ if (!i && s[r]) {
12
+ var a = new Error("@opentelemetry/api: Attempted duplicate registration of API: " + r);
13
+ return e.error(a.stack || a.message), !1;
14
+ }
15
+ if (s.version !== t) {
16
+ var a = new Error("@opentelemetry/api: Registration of version v" + s.version + " for " + r + " does not match previously registered API v" + t);
17
+ return e.error(a.stack || a.message), !1;
18
+ }
19
+ return s[r] = o, e.debug("@opentelemetry/api: Registered a global for " + r + " v" + t + "."), !0;
20
+ }
21
+ function E(r) {
22
+ var o, e, i = (o = l[n]) === null || o === void 0 ? void 0 : o.version;
23
+ if (!(!i || !f(i)))
24
+ return (e = l[n]) === null || e === void 0 ? void 0 : e[r];
25
+ }
26
+ function _(r, o) {
27
+ o.debug("@opentelemetry/api: Unregistering a global for " + r + " v" + t + ".");
28
+ var e = l[n];
29
+ e && delete e[r];
30
+ }
31
+ export {
32
+ E as getGlobal,
33
+ d as registerGlobal,
34
+ _ as unregisterGlobal
35
+ };
@@ -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.es46.js";
2
+ import o from "./vue-components.es42.js";
3
3
 
4
4
  export {
5
5
  o as default
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as d, inject as f, computed as r, createBlock as n, openBlock as m, resolveDynamicComponent as c, withCtx as l, createCommentVNode as v, mergeProps as y, renderSlot as g, normalizeProps as h, guardReactiveProps as b } from "vue";
2
2
  import { generateInputStandardSchemaFromFieldMeta as C } from "./vue-components.es10.js";
3
- import F from "./vue-components.es28.js";
3
+ import F from "./vue-components.es26.js";
4
4
  const P = /* @__PURE__ */ d({
5
5
  inheritAttrs: !1,
6
6
  __name: "OmegaInput",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect-app/vue-components",
3
- "version": "0.18.21",
3
+ "version": "0.19.0",
4
4
  "peerDependencies": {
5
5
  "@mdi/js": "^7.4.47",
6
6
  "@tanstack/vue-form": "1.2.4",
@@ -93,7 +93,11 @@ type OmegaWrapperProps =
93
93
  & (
94
94
  | {
95
95
  isLoading: boolean
96
- onSubmit: (data: To) => void
96
+ onSubmit: (data: {
97
+ formApi: OmegaFormApi<From, To>
98
+ meta: any
99
+ value: To
100
+ }) => void
97
101
  }
98
102
  | {
99
103
  isLoading?: undefined
@@ -110,9 +114,11 @@ const instance = getCurrentInstance()
110
114
  // we prefer to use the standard abstraction in Vue which separates props (going down) and event emits (going back up)
111
115
  // so if isLoading + @submit are provided, we wrap them into a Promise, so that TanStack Form can properly track the submitting state.
112
116
  // 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.
113
- const eventOnSubmit: FormProps<From, To>["onSubmit"] = ({ value }) =>
117
+ const eventOnSubmit: FormProps<From, To>["onSubmit"] = (
118
+ { formApi, meta, value }
119
+ ) =>
114
120
  new Promise<void>((resolve) => {
115
- instance!.emit("submit", value)
121
+ instance!.emit("submit", { formApi, meta, value })
116
122
  // even if the emit would be immediately handled, prop changes are not published/received immediately.
117
123
  // so we have to wait for the prop to change to true, and back to false again.
118
124
  const handle = watch(() => props.isLoading, (v) => {
@@ -1,58 +0,0 @@
1
- import { getGlobal as f } from "./vue-components.es45.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
- };