@effect-app/vue-components 4.0.0-beta.2 → 4.0.0-beta.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types/components/OmegaForm/OmegaAutoGen.vue.d.ts +1 -1
- package/dist/types/components/OmegaForm/OmegaFormStuff.d.ts +11 -11
- package/dist/types/components/OmegaForm/useOmegaForm.d.ts +2 -4
- package/dist/types/utils/index.d.ts +3 -4
- package/dist/vue-components.es.js +14 -13
- package/dist/vue-components.es10.js +131 -129
- package/dist/vue-components.es11.js +2 -2
- package/dist/vue-components.es12.js +382 -340
- package/dist/vue-components.es16.js +4 -723
- package/dist/vue-components.es17.js +10 -140
- package/dist/vue-components.es18.js +55 -4
- package/dist/vue-components.es19.js +54 -11
- package/dist/vue-components.es2.js +18 -17
- package/dist/vue-components.es20.js +6 -3
- package/dist/vue-components.es21.js +6 -24
- package/dist/vue-components.es22.js +3 -4
- package/dist/vue-components.es23.js +3 -8
- package/dist/vue-components.es24.js +2 -55
- package/dist/vue-components.es25.js +2 -69
- package/dist/vue-components.es26.js +2 -6
- package/dist/vue-components.es27.js +2 -6
- package/dist/vue-components.es28.js +17 -3
- package/dist/vue-components.es29.js +11 -3
- package/dist/vue-components.es3.js +11 -10
- package/dist/vue-components.es30.js +29 -2
- package/dist/vue-components.es31.js +4 -2
- package/dist/vue-components.es32.js +1 -1
- package/dist/vue-components.es33.js +1 -1
- package/dist/vue-components.es34.js +111 -17
- package/dist/vue-components.es36.js +7 -318
- package/dist/vue-components.es37.js +31 -560
- package/dist/vue-components.es39.js +190 -50
- package/dist/vue-components.es41.js +4 -4
- package/dist/vue-components.es42.js +23 -4
- package/dist/vue-components.es43.js +5 -24
- package/dist/vue-components.es44.js +20 -74
- package/dist/vue-components.es45.js +29 -39
- package/dist/vue-components.es46.js +21 -313
- package/dist/vue-components.es47.js +11 -98
- package/dist/vue-components.es48.js +5 -31
- package/dist/vue-components.es49.js +19 -2
- package/dist/vue-components.es5.js +1 -1
- package/dist/vue-components.es50.js +9 -2
- package/dist/vue-components.es51.js +31 -2
- package/dist/vue-components.es52.js +47 -110
- package/dist/{vue-components.es75.js → vue-components.es53.js} +5 -5
- package/dist/vue-components.es54.js +11 -7
- package/dist/vue-components.es55.js +64 -31
- package/dist/{vue-components.es93.js → vue-components.es56.js} +1 -1
- package/dist/vue-components.es57.js +15 -190
- package/dist/{vue-components.es95.js → vue-components.es58.js} +3 -3
- package/dist/vue-components.es59.js +28 -37
- package/dist/vue-components.es60.js +39 -80
- package/dist/vue-components.es61.js +2 -41
- package/dist/vue-components.es62.js +44 -5
- package/dist/vue-components.es63.js +2 -4
- package/dist/vue-components.es7.js +35 -35
- package/package.json +10 -10
- package/src/components/OmegaForm/OmegaAutoGen.vue +25 -30
- package/src/components/OmegaForm/OmegaErrorsInternal.vue +2 -3
- package/src/components/OmegaForm/OmegaFormStuff.ts +311 -301
- package/src/components/OmegaForm/OmegaInternalInput.vue +3 -1
- package/src/components/OmegaForm/useOmegaForm.ts +30 -32
- package/src/utils/index.ts +4 -8
- package/dist/vue-components.es100.js +0 -4
- package/dist/vue-components.es35.js +0 -13
- package/dist/vue-components.es38.js +0 -29
- package/dist/vue-components.es40.js +0 -66
- package/dist/vue-components.es64.js +0 -25
- package/dist/vue-components.es65.js +0 -7
- package/dist/vue-components.es66.js +0 -23
- package/dist/vue-components.es67.js +0 -32
- package/dist/vue-components.es68.js +0 -24
- package/dist/vue-components.es69.js +0 -14
- package/dist/vue-components.es70.js +0 -7
- package/dist/vue-components.es71.js +0 -21
- package/dist/vue-components.es72.js +0 -11
- package/dist/vue-components.es73.js +0 -33
- package/dist/vue-components.es74.js +0 -50
- package/dist/vue-components.es76.js +0 -103
- package/dist/vue-components.es77.js +0 -84
- package/dist/vue-components.es78.js +0 -23
- package/dist/vue-components.es79.js +0 -14
- package/dist/vue-components.es80.js +0 -115
- package/dist/vue-components.es81.js +0 -5
- package/dist/vue-components.es82.js +0 -34
- package/dist/vue-components.es83.js +0 -4
- package/dist/vue-components.es84.js +0 -4
- package/dist/vue-components.es85.js +0 -18
- package/dist/vue-components.es86.js +0 -17
- package/dist/vue-components.es87.js +0 -72
- package/dist/vue-components.es88.js +0 -10
- package/dist/vue-components.es89.js +0 -4
- package/dist/vue-components.es90.js +0 -17
- package/dist/vue-components.es91.js +0 -13
- package/dist/vue-components.es92.js +0 -67
- package/dist/vue-components.es94.js +0 -19
- package/dist/vue-components.es96.js +0 -31
- package/dist/vue-components.es97.js +0 -44
- package/dist/vue-components.es98.js +0 -4
- package/dist/vue-components.es99.js +0 -46
|
@@ -1,316 +1,24 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
function
|
|
7
|
-
return O(t, g);
|
|
8
|
-
}
|
|
9
|
-
class a {
|
|
10
|
-
[g] = g;
|
|
11
|
-
toString() {
|
|
12
|
-
return K(this);
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
class b extends a {
|
|
16
|
-
_tag = "Filter";
|
|
17
|
-
/**
|
|
18
|
-
* The input value that caused the issue.
|
|
19
|
-
*/
|
|
20
|
-
actual;
|
|
21
|
-
/**
|
|
22
|
-
* The filter that failed.
|
|
23
|
-
*/
|
|
24
|
-
filter;
|
|
25
|
-
/**
|
|
26
|
-
* The issue that occurred.
|
|
27
|
-
*/
|
|
28
|
-
issue;
|
|
29
|
-
constructor(e, s, n) {
|
|
30
|
-
super(), this.actual = e, this.filter = s, this.issue = n;
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
class A extends a {
|
|
34
|
-
_tag = "Encoding";
|
|
35
|
-
/**
|
|
36
|
-
* The schema that caused the issue.
|
|
37
|
-
*/
|
|
38
|
-
ast;
|
|
39
|
-
/**
|
|
40
|
-
* The input value that caused the issue.
|
|
41
|
-
*/
|
|
42
|
-
actual;
|
|
43
|
-
/**
|
|
44
|
-
* The issue that occurred.
|
|
45
|
-
*/
|
|
46
|
-
issue;
|
|
47
|
-
constructor(e, s, n) {
|
|
48
|
-
super(), this.ast = e, this.actual = s, this.issue = n;
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
class M extends a {
|
|
52
|
-
_tag = "Pointer";
|
|
53
|
-
/**
|
|
54
|
-
* The path to the location in the input that caused the issue.
|
|
55
|
-
*/
|
|
56
|
-
path;
|
|
57
|
-
/**
|
|
58
|
-
* The issue that occurred.
|
|
59
|
-
*/
|
|
60
|
-
issue;
|
|
61
|
-
constructor(e, s) {
|
|
62
|
-
super(), this.path = e, this.issue = s;
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
class P extends a {
|
|
66
|
-
_tag = "MissingKey";
|
|
67
|
-
/**
|
|
68
|
-
* The metadata for the issue.
|
|
69
|
-
*/
|
|
70
|
-
annotations;
|
|
71
|
-
constructor(e) {
|
|
72
|
-
super(), this.annotations = e;
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
class T extends a {
|
|
76
|
-
_tag = "UnexpectedKey";
|
|
77
|
-
/**
|
|
78
|
-
* The schema that caused the issue.
|
|
79
|
-
*/
|
|
80
|
-
ast;
|
|
81
|
-
/**
|
|
82
|
-
* The input value that caused the issue.
|
|
83
|
-
*/
|
|
84
|
-
actual;
|
|
85
|
-
constructor(e, s) {
|
|
86
|
-
super(), this.ast = e, this.actual = s;
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
class S extends a {
|
|
90
|
-
_tag = "Composite";
|
|
91
|
-
/**
|
|
92
|
-
* The schema that caused the issue.
|
|
93
|
-
*/
|
|
94
|
-
ast;
|
|
95
|
-
/**
|
|
96
|
-
* The input value that caused the issue.
|
|
97
|
-
*/
|
|
98
|
-
actual;
|
|
99
|
-
/**
|
|
100
|
-
* The issues that occurred.
|
|
101
|
-
*/
|
|
102
|
-
issues;
|
|
103
|
-
constructor(e, s, n) {
|
|
104
|
-
super(), this.ast = e, this.actual = s, this.issues = n;
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
class D extends a {
|
|
108
|
-
_tag = "InvalidType";
|
|
109
|
-
/**
|
|
110
|
-
* The schema that caused the issue.
|
|
111
|
-
*/
|
|
112
|
-
ast;
|
|
113
|
-
/**
|
|
114
|
-
* The input value that caused the issue.
|
|
115
|
-
*/
|
|
116
|
-
actual;
|
|
117
|
-
constructor(e, s) {
|
|
118
|
-
super(), this.ast = e, this.actual = s;
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
class f extends a {
|
|
122
|
-
_tag = "InvalidValue";
|
|
123
|
-
/**
|
|
124
|
-
* The value that caused the issue.
|
|
125
|
-
*/
|
|
126
|
-
actual;
|
|
127
|
-
/**
|
|
128
|
-
* The metadata for the issue.
|
|
129
|
-
*/
|
|
130
|
-
annotations;
|
|
131
|
-
constructor(e, s) {
|
|
132
|
-
super(), this.actual = e, this.annotations = s;
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
class j extends a {
|
|
136
|
-
_tag = "AnyOf";
|
|
137
|
-
/**
|
|
138
|
-
* The schema that caused the issue.
|
|
139
|
-
*/
|
|
140
|
-
ast;
|
|
141
|
-
/**
|
|
142
|
-
* The input value that caused the issue.
|
|
143
|
-
*/
|
|
144
|
-
actual;
|
|
145
|
-
/**
|
|
146
|
-
* The issues that occurred.
|
|
147
|
-
*/
|
|
148
|
-
issues;
|
|
149
|
-
constructor(e, s, n) {
|
|
150
|
-
super(), this.ast = e, this.actual = s, this.issues = n;
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
class B extends a {
|
|
154
|
-
_tag = "OneOf";
|
|
155
|
-
/**
|
|
156
|
-
* The schema that caused the issue.
|
|
157
|
-
*/
|
|
158
|
-
ast;
|
|
159
|
-
/**
|
|
160
|
-
* The input value that caused the issue.
|
|
161
|
-
*/
|
|
162
|
-
actual;
|
|
163
|
-
/**
|
|
164
|
-
* The schemas that were successful.
|
|
165
|
-
*/
|
|
166
|
-
successes;
|
|
167
|
-
constructor(e, s, n) {
|
|
168
|
-
super(), this.ast = e, this.actual = s, this.successes = n;
|
|
169
|
-
}
|
|
170
|
-
}
|
|
171
|
-
function G(t, e) {
|
|
172
|
-
if (F(e))
|
|
173
|
-
return e;
|
|
174
|
-
if (e !== void 0)
|
|
175
|
-
return typeof e == "boolean" ? e ? void 0 : new f(d(t)) : typeof e == "string" ? new f(d(t), {
|
|
176
|
-
message: e
|
|
177
|
-
}) : new M(e.path, new f(d(t), {
|
|
178
|
-
message: e.message
|
|
179
|
-
}));
|
|
180
|
-
}
|
|
181
|
-
const y = (t) => {
|
|
182
|
-
const e = o(t);
|
|
183
|
-
if (e !== void 0) return e;
|
|
184
|
-
switch (t._tag) {
|
|
185
|
-
case "InvalidType":
|
|
186
|
-
return p(h(t.ast), m(t.actual));
|
|
187
|
-
case "InvalidValue":
|
|
188
|
-
return `Invalid data ${m(t.actual)}`;
|
|
189
|
-
case "MissingKey":
|
|
190
|
-
return "Missing key";
|
|
191
|
-
case "UnexpectedKey":
|
|
192
|
-
return `Unexpected key with value ${u(t.actual)}`;
|
|
193
|
-
case "Forbidden":
|
|
194
|
-
return "Forbidden operation";
|
|
195
|
-
case "OneOf":
|
|
196
|
-
return `Expected exactly one member to match the input ${u(t.actual)}`;
|
|
197
|
-
}
|
|
198
|
-
}, x = (t) => o(t.issue) ?? o(t);
|
|
199
|
-
function L(t) {
|
|
200
|
-
return (e) => ({
|
|
201
|
-
issues: i(e, [], y, x)
|
|
202
|
-
});
|
|
203
|
-
}
|
|
204
|
-
function p(t, e) {
|
|
205
|
-
return `Expected ${t}, got ${e}`;
|
|
206
|
-
}
|
|
207
|
-
function i(t, e, s, n) {
|
|
208
|
-
switch (t._tag) {
|
|
209
|
-
case "Filter": {
|
|
210
|
-
const r = n(t);
|
|
211
|
-
return r !== void 0 ? [{
|
|
212
|
-
path: e,
|
|
213
|
-
message: r
|
|
214
|
-
}] : t.issue._tag === "InvalidValue" ? [{
|
|
215
|
-
path: e,
|
|
216
|
-
message: p(I(t.filter), u(t.actual))
|
|
217
|
-
}] : i(t.issue, e, s, n);
|
|
1
|
+
import { ProxyTracer as i } from "./vue-components.es44.js";
|
|
2
|
+
import { NoopTracerProvider as n } from "./vue-components.es47.js";
|
|
3
|
+
var c = new n(), g = (
|
|
4
|
+
/** @class */
|
|
5
|
+
(function() {
|
|
6
|
+
function t() {
|
|
218
7
|
}
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
return
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
return [{
|
|
234
|
-
path: e,
|
|
235
|
-
message: l
|
|
236
|
-
}];
|
|
237
|
-
}
|
|
238
|
-
return t.issues.flatMap((l) => i(l, e, s, n));
|
|
239
|
-
}
|
|
240
|
-
default:
|
|
241
|
-
return [{
|
|
242
|
-
path: e,
|
|
243
|
-
message: s(t)
|
|
244
|
-
}];
|
|
245
|
-
}
|
|
246
|
-
}
|
|
247
|
-
function I(t) {
|
|
248
|
-
const e = t.annotations?.expected;
|
|
249
|
-
if (typeof e == "string") return e;
|
|
250
|
-
switch (t._tag) {
|
|
251
|
-
case "Filter":
|
|
252
|
-
return "<filter>";
|
|
253
|
-
case "FilterGroup":
|
|
254
|
-
return t.checks.map((s) => I(s)).join(" & ");
|
|
255
|
-
}
|
|
256
|
-
}
|
|
257
|
-
function w() {
|
|
258
|
-
return (t) => i(t, [], y, x).map(E).join(`
|
|
259
|
-
`);
|
|
260
|
-
}
|
|
261
|
-
const K = /* @__PURE__ */ w();
|
|
262
|
-
function E(t) {
|
|
263
|
-
let e = t.message;
|
|
264
|
-
if (t.path && t.path.length > 0) {
|
|
265
|
-
const s = _(t.path);
|
|
266
|
-
e += `
|
|
267
|
-
at ${s}`;
|
|
268
|
-
}
|
|
269
|
-
return e;
|
|
270
|
-
}
|
|
271
|
-
function o(t) {
|
|
272
|
-
switch (t._tag) {
|
|
273
|
-
case "InvalidType":
|
|
274
|
-
case "OneOf":
|
|
275
|
-
case "Composite":
|
|
276
|
-
case "AnyOf":
|
|
277
|
-
return c(t.ast.annotations);
|
|
278
|
-
case "InvalidValue":
|
|
279
|
-
case "Forbidden":
|
|
280
|
-
return c(t.annotations);
|
|
281
|
-
case "MissingKey":
|
|
282
|
-
return c(t.annotations, "messageMissingKey");
|
|
283
|
-
case "UnexpectedKey":
|
|
284
|
-
return c(t.ast.annotations, "messageUnexpectedKey");
|
|
285
|
-
case "Filter":
|
|
286
|
-
return c(t.filter.annotations);
|
|
287
|
-
case "Encoding":
|
|
288
|
-
return o(t.issue);
|
|
289
|
-
}
|
|
290
|
-
}
|
|
291
|
-
function c(t, e = "message") {
|
|
292
|
-
const s = t?.[e];
|
|
293
|
-
if (typeof s == "string") return s;
|
|
294
|
-
}
|
|
295
|
-
function m(t) {
|
|
296
|
-
return v(t) ? "no value provided" : u(t.value);
|
|
297
|
-
}
|
|
8
|
+
return t.prototype.getTracer = function(e, o, a) {
|
|
9
|
+
var r;
|
|
10
|
+
return (r = this.getDelegateTracer(e, o, a)) !== null && r !== void 0 ? r : new i(this, e, o, a);
|
|
11
|
+
}, t.prototype.getDelegate = function() {
|
|
12
|
+
var e;
|
|
13
|
+
return (e = this._delegate) !== null && e !== void 0 ? e : c;
|
|
14
|
+
}, t.prototype.setDelegate = function(e) {
|
|
15
|
+
this._delegate = e;
|
|
16
|
+
}, t.prototype.getDelegateTracer = function(e, o, a) {
|
|
17
|
+
var r;
|
|
18
|
+
return (r = this._delegate) === null || r === void 0 ? void 0 : r.getTracer(e, o, a);
|
|
19
|
+
}, t;
|
|
20
|
+
})()
|
|
21
|
+
);
|
|
298
22
|
export {
|
|
299
|
-
|
|
300
|
-
S as Composite,
|
|
301
|
-
A as Encoding,
|
|
302
|
-
b as Filter,
|
|
303
|
-
D as InvalidType,
|
|
304
|
-
f as InvalidValue,
|
|
305
|
-
P as MissingKey,
|
|
306
|
-
B as OneOf,
|
|
307
|
-
M as Pointer,
|
|
308
|
-
T as UnexpectedKey,
|
|
309
|
-
x as defaultCheckHook,
|
|
310
|
-
K as defaultFormatter,
|
|
311
|
-
y as defaultLeafHook,
|
|
312
|
-
F as isIssue,
|
|
313
|
-
G as make,
|
|
314
|
-
w as makeFormatterDefault,
|
|
315
|
-
L as makeFormatterStandardSchemaV1
|
|
23
|
+
g as ProxyTracerProvider
|
|
316
24
|
};
|
|
@@ -1,101 +1,14 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import { some as V, isSome as S } from "./vue-components.es23.js";
|
|
7
|
-
import { isFunction as b } from "./vue-components.es38.js";
|
|
8
|
-
import { defaultParseOptions as j, toType as R, replaceEncoding as T, ClassTypeId as z, Link as F, isArrays as K, isObjects as M, isDeclaration as Y, collectIssues as v, STRUCTURAL_ANNOTATION_KEY as q } from "./vue-components.es16.js";
|
|
9
|
-
import { InvalidValue as B, Encoding as G, Composite as k } from "./vue-components.es46.js";
|
|
10
|
-
const m = /* @__PURE__ */ N((r) => {
|
|
11
|
-
switch (r._tag) {
|
|
12
|
-
case "Declaration": {
|
|
13
|
-
const n = r.annotations?.[z];
|
|
14
|
-
if (b(n)) {
|
|
15
|
-
const c = n(r.typeParameters), t = m(c.to);
|
|
16
|
-
return T(r, t === c.to ? [c] : [new F(t, c.transformation)]);
|
|
17
|
-
}
|
|
18
|
-
return r;
|
|
1
|
+
import { NoopTracer as o } from "./vue-components.es45.js";
|
|
2
|
+
var p = (
|
|
3
|
+
/** @class */
|
|
4
|
+
(function() {
|
|
5
|
+
function r() {
|
|
19
6
|
}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
});
|
|
26
|
-
case "Suspend":
|
|
27
|
-
return r.recur(m);
|
|
28
|
-
default:
|
|
29
|
-
return r;
|
|
30
|
-
}
|
|
31
|
-
});
|
|
32
|
-
function P(r) {
|
|
33
|
-
const n = m(R(r.ast)), c = x(n);
|
|
34
|
-
return (t, e) => c(t, e?.parseOptions);
|
|
35
|
-
}
|
|
36
|
-
function nr(r) {
|
|
37
|
-
const n = P(r);
|
|
38
|
-
return (c, t) => L(U(n(c, t)));
|
|
39
|
-
}
|
|
40
|
-
function tr(r) {
|
|
41
|
-
const n = P(r);
|
|
42
|
-
return (c, t) => I(A(n(c, t), (e) => new Error(e.toString(), {
|
|
43
|
-
cause: e
|
|
44
|
-
})));
|
|
45
|
-
}
|
|
46
|
-
function cr(r) {
|
|
47
|
-
return x(r.ast);
|
|
48
|
-
}
|
|
49
|
-
function x(r) {
|
|
50
|
-
const n = p(r);
|
|
51
|
-
return (c, t) => l(n(V(c), t ?? j), (e) => e._tag === "None" ? E(new B(e)) : _(e.value));
|
|
52
|
-
}
|
|
53
|
-
const p = /* @__PURE__ */ N((r) => {
|
|
54
|
-
let n;
|
|
55
|
-
if (!r.context && !r.encoding && !r.checks)
|
|
56
|
-
return (t, e) => (n ??= r.getParser(p), n(t, h(r)?.parseOptions ?? e));
|
|
57
|
-
const c = K(r) || M(r) || Y(r) && r.typeParameters.length > 0;
|
|
58
|
-
return (t, e) => {
|
|
59
|
-
e = h(r)?.parseOptions ?? e;
|
|
60
|
-
const y = r.encoding;
|
|
61
|
-
let s;
|
|
62
|
-
if (y) {
|
|
63
|
-
const a = y, o = a.length;
|
|
64
|
-
for (let i = o - 1; i >= 0; i--) {
|
|
65
|
-
const u = a[i], g = u.to, w = p(g);
|
|
66
|
-
if (s = s ? l(s, (d) => w(d, e)) : w(t, e), u.transformation._tag === "Transformation") {
|
|
67
|
-
const d = u.transformation.decode;
|
|
68
|
-
s = l(s, (C) => d.run(C, e));
|
|
69
|
-
} else
|
|
70
|
-
s = u.transformation.decode(s, e);
|
|
71
|
-
}
|
|
72
|
-
s = A(s, (i) => new G(r, t, i));
|
|
73
|
-
}
|
|
74
|
-
n ??= r.getParser(p);
|
|
75
|
-
let f = s ? l(s, (a) => n(a, e)) : n(t, e);
|
|
76
|
-
if (r.checks) {
|
|
77
|
-
const a = r.checks;
|
|
78
|
-
e?.errors === "all" && c && S(t) && (f = D(f, (o) => {
|
|
79
|
-
const i = [];
|
|
80
|
-
v(a.filter((g) => g.annotations?.[q]), t.value, i, r, e);
|
|
81
|
-
const u = O(i) ? o._tag === "Composite" && o.ast === r ? new k(r, o.actual, [...o.issues, ...i]) : new k(r, t, [o, ...i]) : o;
|
|
82
|
-
return E(u);
|
|
83
|
-
})), f = l(f, (o) => {
|
|
84
|
-
if (S(o)) {
|
|
85
|
-
const i = o.value, u = [];
|
|
86
|
-
if (v(a, i, u, r, e), O(u))
|
|
87
|
-
return E(new k(r, o, u));
|
|
88
|
-
}
|
|
89
|
-
return _(o);
|
|
90
|
-
});
|
|
91
|
-
}
|
|
92
|
-
return f;
|
|
93
|
-
};
|
|
94
|
-
});
|
|
7
|
+
return r.prototype.getTracer = function(e, n, t) {
|
|
8
|
+
return new o();
|
|
9
|
+
}, r;
|
|
10
|
+
})()
|
|
11
|
+
);
|
|
95
12
|
export {
|
|
96
|
-
|
|
97
|
-
P as makeEffect,
|
|
98
|
-
nr as makeOption,
|
|
99
|
-
tr as makeUnsafe,
|
|
100
|
-
x as run
|
|
13
|
+
p as NoopTracerProvider
|
|
101
14
|
};
|
|
@@ -1,33 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
[n] = n;
|
|
6
|
-
_tag = "Transformation";
|
|
7
|
-
decode;
|
|
8
|
-
encode;
|
|
9
|
-
constructor(r, s) {
|
|
10
|
-
this.decode = r, this.encode = s;
|
|
11
|
-
}
|
|
12
|
-
flip() {
|
|
13
|
-
return new o(this.encode, this.decode);
|
|
14
|
-
}
|
|
15
|
-
compose(r) {
|
|
16
|
-
return new o(this.decode.compose(r.decode), r.encode.compose(this.encode));
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
function h(e) {
|
|
20
|
-
return c(e, n);
|
|
21
|
-
}
|
|
22
|
-
const f = (e) => h(e) ? e : new o(e.decode, e.encode), i = /* @__PURE__ */ new o(/* @__PURE__ */ t(), /* @__PURE__ */ t());
|
|
23
|
-
function p() {
|
|
24
|
-
return i;
|
|
25
|
-
}
|
|
26
|
-
const g = /* @__PURE__ */ new o(/* @__PURE__ */ d(), /* @__PURE__ */ a());
|
|
1
|
+
var N;
|
|
2
|
+
(function(E) {
|
|
3
|
+
E[E.NONE = 0] = "NONE", E[E.SAMPLED = 1] = "SAMPLED";
|
|
4
|
+
})(N || (N = {}));
|
|
27
5
|
export {
|
|
28
|
-
|
|
29
|
-
h as isTransformation,
|
|
30
|
-
f as make,
|
|
31
|
-
g as numberFromString,
|
|
32
|
-
p as passthrough
|
|
6
|
+
N as TraceFlags
|
|
33
7
|
};
|
|
@@ -1,4 +1,21 @@
|
|
|
1
|
-
|
|
1
|
+
import { INVALID_TRACEID as r, INVALID_SPANID as t } from "./vue-components.es50.js";
|
|
2
|
+
import { NonRecordingSpan as i } from "./vue-components.es51.js";
|
|
3
|
+
var a = /^([0-9a-f]{32})$/i, o = /^[0-9a-f]{16}$/i;
|
|
4
|
+
function I(n) {
|
|
5
|
+
return a.test(n) && n !== r;
|
|
6
|
+
}
|
|
7
|
+
function e(n) {
|
|
8
|
+
return o.test(n) && n !== t;
|
|
9
|
+
}
|
|
10
|
+
function A(n) {
|
|
11
|
+
return I(n.traceId) && e(n.spanId);
|
|
12
|
+
}
|
|
13
|
+
function D(n) {
|
|
14
|
+
return new i(n);
|
|
15
|
+
}
|
|
2
16
|
export {
|
|
3
|
-
|
|
17
|
+
A as isSpanContextValid,
|
|
18
|
+
e as isValidSpanId,
|
|
19
|
+
I as isValidTraceId,
|
|
20
|
+
D as wrapSpanContext
|
|
4
21
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as v, mergeModels as C, useModel as k, useSlots as V, computed as _, resolveComponent as g, createBlock as y, openBlock as B, unref as a, createSlots as E, withCtx as u, renderSlot as d, renderList as M, normalizeProps as S, guardReactiveProps as w } from "vue";
|
|
2
2
|
import { useOnClose as L } from "./vue-components.es11.js";
|
|
3
|
-
import { onMountedWithCleanup as h } from "./vue-components.
|
|
3
|
+
import { onMountedWithCleanup as h } from "./vue-components.es29.js";
|
|
4
4
|
const z = /* @__PURE__ */ v({
|
|
5
5
|
__name: "Dialog",
|
|
6
6
|
props: /* @__PURE__ */ C({
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { TraceFlags as I } from "./vue-components.es48.js";
|
|
2
|
+
var a = "0000000000000000", r = "00000000000000000000000000000000", A = {
|
|
3
|
+
traceId: r,
|
|
4
|
+
spanId: a,
|
|
5
|
+
traceFlags: I.NONE
|
|
6
|
+
};
|
|
2
7
|
export {
|
|
3
|
-
|
|
8
|
+
a as INVALID_SPANID,
|
|
9
|
+
A as INVALID_SPAN_CONTEXT,
|
|
10
|
+
r as INVALID_TRACEID
|
|
4
11
|
};
|
|
@@ -1,4 +1,33 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { INVALID_SPAN_CONTEXT as o } from "./vue-components.es50.js";
|
|
2
|
+
var i = (
|
|
3
|
+
/** @class */
|
|
4
|
+
(function() {
|
|
5
|
+
function t(n) {
|
|
6
|
+
n === void 0 && (n = o), this._spanContext = n;
|
|
7
|
+
}
|
|
8
|
+
return t.prototype.spanContext = function() {
|
|
9
|
+
return this._spanContext;
|
|
10
|
+
}, t.prototype.setAttribute = function(n, e) {
|
|
11
|
+
return this;
|
|
12
|
+
}, t.prototype.setAttributes = function(n) {
|
|
13
|
+
return this;
|
|
14
|
+
}, t.prototype.addEvent = function(n, e) {
|
|
15
|
+
return this;
|
|
16
|
+
}, t.prototype.addLink = function(n) {
|
|
17
|
+
return this;
|
|
18
|
+
}, t.prototype.addLinks = function(n) {
|
|
19
|
+
return this;
|
|
20
|
+
}, t.prototype.setStatus = function(n) {
|
|
21
|
+
return this;
|
|
22
|
+
}, t.prototype.updateName = function(n) {
|
|
23
|
+
return this;
|
|
24
|
+
}, t.prototype.end = function(n) {
|
|
25
|
+
}, t.prototype.isRecording = function() {
|
|
26
|
+
return !1;
|
|
27
|
+
}, t.prototype.recordException = function(n, e) {
|
|
28
|
+
}, t;
|
|
29
|
+
})()
|
|
30
|
+
);
|
|
2
31
|
export {
|
|
3
|
-
|
|
32
|
+
i as NonRecordingSpan
|
|
4
33
|
};
|