@effect-app/vue-components 4.0.0-beta.2 → 4.0.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/vue-components.es16.js +10 -10
- package/dist/vue-components.es17.js +9 -9
- package/dist/vue-components.es19.js +1 -1
- package/dist/vue-components.es20.js +1 -1
- package/dist/vue-components.es21.js +2 -2
- package/dist/vue-components.es22.js +2 -2
- package/dist/vue-components.es23.js +1 -1
- package/dist/vue-components.es25.js +1 -1
- package/dist/vue-components.es26.js +2 -2
- package/dist/vue-components.es27.js +2 -2
- package/dist/vue-components.es28.js +1 -1
- package/dist/vue-components.es29.js +1 -1
- package/dist/vue-components.es36.js +37 -317
- package/dist/vue-components.es37.js +4 -561
- package/dist/vue-components.es38.js +77 -21
- package/dist/vue-components.es39.js +1 -1
- package/dist/vue-components.es40.js +551 -54
- package/dist/vue-components.es41.js +41 -4
- package/dist/vue-components.es42.js +27 -4
- package/dist/vue-components.es43.js +5 -24
- package/dist/vue-components.es44.js +36 -71
- package/dist/vue-components.es45.js +304 -30
- package/dist/vue-components.es46.js +25 -308
- package/dist/vue-components.es47.js +4 -99
- package/dist/vue-components.es48.js +22 -29
- package/dist/vue-components.es49.js +75 -2
- package/dist/vue-components.es50.js +99 -2
- package/dist/vue-components.es51.js +2 -2
- package/dist/vue-components.es52.js +317 -110
- package/dist/vue-components.es53.js +66 -0
- package/dist/vue-components.es54.js +2 -7
- package/dist/vue-components.es55.js +2 -32
- package/dist/vue-components.es56.js +113 -0
- package/dist/vue-components.es58.js +9 -0
- package/dist/vue-components.es59.js +30 -36
- package/dist/vue-components.es61.js +191 -40
- package/dist/vue-components.es63.js +1 -1
- package/dist/vue-components.es64.js +100 -22
- package/dist/vue-components.es65.js +82 -5
- package/dist/vue-components.es66.js +15 -21
- package/dist/vue-components.es67.js +31 -29
- package/dist/vue-components.es68.js +2 -22
- package/dist/vue-components.es69.js +21 -12
- package/dist/vue-components.es7.js +1 -1
- package/dist/vue-components.es70.js +12 -5
- package/dist/vue-components.es71.js +113 -19
- package/dist/vue-components.es72.js +3 -9
- package/dist/vue-components.es73.js +2 -31
- package/dist/vue-components.es74.js +2 -48
- package/dist/vue-components.es75.js +15 -26
- package/dist/vue-components.es76.js +70 -101
- package/dist/vue-components.es77.js +22 -81
- package/dist/vue-components.es78.js +5 -21
- package/dist/vue-components.es79.js +21 -12
- package/dist/vue-components.es80.js +29 -112
- package/dist/vue-components.es81.js +22 -3
- package/dist/vue-components.es82.js +12 -32
- package/dist/vue-components.es83.js +5 -2
- package/dist/vue-components.es84.js +19 -2
- package/dist/vue-components.es85.js +9 -16
- package/dist/vue-components.es86.js +31 -15
- package/dist/vue-components.es87.js +47 -69
- package/dist/vue-components.es88.js +26 -8
- package/dist/vue-components.es89.js +16 -2
- package/dist/vue-components.es90.js +7 -14
- package/dist/vue-components.es92.js +1 -1
- package/dist/vue-components.es94.js +1 -1
- package/dist/vue-components.es96.js +3 -3
- package/dist/vue-components.es97.js +1 -1
- package/package.json +3 -3
- package/dist/vue-components.es57.js +0 -194
- package/dist/vue-components.es60.js +0 -85
- package/dist/vue-components.es62.js +0 -7
|
@@ -1,194 +0,0 @@
|
|
|
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
|
-
};
|
|
190
|
-
}
|
|
191
|
-
});
|
|
192
|
-
export {
|
|
193
|
-
w as default
|
|
194
|
-
};
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
import { hasProperty as b } from "./vue-components.es38.js";
|
|
2
|
-
import { symbolRedactable as h, getRedacted as l, redact as j } from "./vue-components.es78.js";
|
|
3
|
-
function w(n, i) {
|
|
4
|
-
const c = i?.space ?? 0, s = /* @__PURE__ */ new WeakSet(), a = c ? typeof c == "number" ? " ".repeat(c) : c : "", o = (t) => a.repeat(t), g = (t, r) => {
|
|
5
|
-
const e = t?.constructor;
|
|
6
|
-
return e && e !== Object.prototype.constructor && e.name ? `${e.name}(${r})` : r;
|
|
7
|
-
}, $ = (t) => {
|
|
8
|
-
try {
|
|
9
|
-
return Reflect.ownKeys(t);
|
|
10
|
-
} catch {
|
|
11
|
-
return ["[ownKeys threw]"];
|
|
12
|
-
}
|
|
13
|
-
};
|
|
14
|
-
function f(t, r = 0) {
|
|
15
|
-
if (Array.isArray(t)) {
|
|
16
|
-
if (s.has(t)) return m;
|
|
17
|
-
if (s.add(t), !a || t.length <= 1) return `[${t.map((u) => f(u, r)).join(",")}]`;
|
|
18
|
-
const e = t.map((u) => f(u, r + 1)).join(`,
|
|
19
|
-
` + o(r + 1));
|
|
20
|
-
return `[
|
|
21
|
-
${o(r + 1)}${e}
|
|
22
|
-
${o(r)}]`;
|
|
23
|
-
}
|
|
24
|
-
if (t instanceof Date) return d(t);
|
|
25
|
-
if (!i?.ignoreToString && b(t, "toString") && typeof t.toString == "function" && t.toString !== Object.prototype.toString && t.toString !== Array.prototype.toString) {
|
|
26
|
-
const e = O(t);
|
|
27
|
-
return t instanceof Error && t.cause ? `${e} (cause: ${f(t.cause, r)})` : e;
|
|
28
|
-
}
|
|
29
|
-
if (typeof t == "string") return JSON.stringify(t);
|
|
30
|
-
if (typeof t == "number" || t == null || typeof t == "boolean" || typeof t == "symbol") return String(t);
|
|
31
|
-
if (typeof t == "bigint") return String(t) + "n";
|
|
32
|
-
if (typeof t == "object" || typeof t == "function") {
|
|
33
|
-
if (s.has(t)) return m;
|
|
34
|
-
if (s.add(t), h in t) return w(l(t));
|
|
35
|
-
if (Symbol.iterator in t)
|
|
36
|
-
return `${t.constructor.name}(${f(Array.from(t), r)})`;
|
|
37
|
-
const e = $(t);
|
|
38
|
-
if (!a || e.length <= 1) {
|
|
39
|
-
const y = `{${e.map((S) => `${p(S)}:${f(t[S], r)}`).join(",")}}`;
|
|
40
|
-
return g(t, y);
|
|
41
|
-
}
|
|
42
|
-
const u = `{
|
|
43
|
-
${e.map((y) => `${o(r + 1)}${p(y)}: ${f(t[y], r + 1)}`).join(`,
|
|
44
|
-
`)}
|
|
45
|
-
${o(r)}}`;
|
|
46
|
-
return g(t, u);
|
|
47
|
-
}
|
|
48
|
-
return String(t);
|
|
49
|
-
}
|
|
50
|
-
return f(n, 0);
|
|
51
|
-
}
|
|
52
|
-
const m = "[Circular]";
|
|
53
|
-
function p(n) {
|
|
54
|
-
return typeof n == "string" ? JSON.stringify(n) : String(n);
|
|
55
|
-
}
|
|
56
|
-
function J(n) {
|
|
57
|
-
return n.map((i) => `[${p(i)}]`).join("");
|
|
58
|
-
}
|
|
59
|
-
function d(n) {
|
|
60
|
-
try {
|
|
61
|
-
return n.toISOString();
|
|
62
|
-
} catch {
|
|
63
|
-
return "Invalid Date";
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
function O(n) {
|
|
67
|
-
try {
|
|
68
|
-
const i = n.toString();
|
|
69
|
-
return typeof i == "string" ? i : String(i);
|
|
70
|
-
} catch {
|
|
71
|
-
return "[toString threw]";
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
function K(n, i) {
|
|
75
|
-
let c = [];
|
|
76
|
-
const s = JSON.stringify(n, (a, o) => typeof o == "object" && o !== null ? c.includes(o) ? void 0 : c.push(o) && j(o) : o, i?.space);
|
|
77
|
-
return c = void 0, s;
|
|
78
|
-
}
|
|
79
|
-
export {
|
|
80
|
-
w as format,
|
|
81
|
-
d as formatDate,
|
|
82
|
-
K as formatJson,
|
|
83
|
-
J as formatPath,
|
|
84
|
-
p as formatPropertyKey
|
|
85
|
-
};
|