@effect-app/vue-components 4.0.0-beta.2 → 4.0.0-beta.200
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/README.md +36 -8
- package/dist/reset.css +52 -0
- package/dist/types/components/CommandButton.vue.d.ts +6 -4
- package/dist/types/components/OmegaForm/OmegaArray.vue.d.ts +1 -1
- package/dist/types/components/OmegaForm/OmegaAutoGen.vue.d.ts +2 -2
- package/dist/types/components/OmegaForm/OmegaErrorsInternal.vue.d.ts +1 -1
- package/dist/types/components/OmegaForm/OmegaFormInput.vue.d.ts +1 -1
- package/dist/types/components/OmegaForm/OmegaInput.vue.d.ts +1 -1
- package/dist/types/components/OmegaForm/OmegaInternalInput.vue.d.ts +2 -1
- package/dist/types/components/OmegaForm/OmegaWrapper.vue.d.ts +1 -1
- package/dist/types/components/OmegaForm/createUseFormWithCustomInput.d.ts +2 -2
- package/dist/types/components/OmegaForm/errors.d.ts +33 -0
- package/dist/types/components/OmegaForm/getOmegaStore.d.ts +1 -1
- package/dist/types/components/OmegaForm/hocs.d.ts +3 -0
- package/dist/types/components/OmegaForm/index.d.ts +13 -3
- package/dist/types/components/OmegaForm/inputs.d.ts +4 -0
- package/dist/types/components/OmegaForm/meta/checks.d.ts +4 -0
- package/dist/types/components/OmegaForm/meta/createMeta.d.ts +32 -0
- package/dist/types/components/OmegaForm/meta/defaults.d.ts +2 -0
- package/dist/types/components/OmegaForm/meta/redacted.d.ts +2 -0
- package/dist/types/components/OmegaForm/meta/types.d.ts +56 -0
- package/dist/types/components/OmegaForm/meta/walker.d.ts +18 -0
- package/dist/types/components/OmegaForm/persistency.d.ts +58 -0
- package/dist/types/components/OmegaForm/submit.d.ts +60 -0
- package/dist/types/components/OmegaForm/types.d.ts +281 -0
- package/dist/types/components/OmegaForm/useOmegaForm.d.ts +7 -215
- package/dist/types/components/OmegaForm/validation/localized.d.ts +10 -0
- package/dist/types/index.d.ts +0 -1
- package/dist/types/utils/index.d.ts +6 -7
- package/dist/vue-components.es.js +29 -44
- package/dist/vue-components10.es.js +5 -0
- package/dist/vue-components11.es.js +20 -0
- package/dist/vue-components12.es.js +49 -0
- package/dist/vue-components13.es.js +128 -0
- package/dist/vue-components14.es.js +65 -0
- package/dist/vue-components15.es.js +60 -0
- package/dist/vue-components16.es.js +22 -0
- package/dist/vue-components17.es.js +5 -0
- package/dist/vue-components18.es.js +80 -0
- package/dist/vue-components19.es.js +92 -0
- package/dist/vue-components2.es.js +11 -0
- package/dist/vue-components20.es.js +73 -0
- package/dist/vue-components21.es.js +12 -0
- package/dist/vue-components22.es.js +56 -0
- package/dist/vue-components23.es.js +5 -0
- package/dist/vue-components24.es.js +44 -0
- package/dist/vue-components25.es.js +5 -0
- package/dist/vue-components26.es.js +84 -0
- package/dist/vue-components28.es.js +8 -0
- package/dist/vue-components29.es.js +9 -0
- package/dist/vue-components3.es.js +86 -0
- package/dist/vue-components30.es.js +269 -0
- package/dist/vue-components32.es.js +8 -0
- package/dist/vue-components33.es.js +73 -0
- package/dist/vue-components34.es.js +5 -0
- package/dist/vue-components35.es.js +52 -0
- package/dist/vue-components36.es.js +5 -0
- package/dist/vue-components37.es.js +24 -0
- package/dist/vue-components38.es.js +5 -0
- package/dist/vue-components39.es.js +59 -0
- package/dist/vue-components4.es.js +5 -0
- package/dist/vue-components40.es.js +5 -0
- package/dist/vue-components41.es.js +12 -0
- package/dist/vue-components42.es.js +22 -0
- package/dist/vue-components44.es.js +9 -0
- package/dist/vue-components45.es.js +4 -0
- package/dist/vue-components46.es.js +38 -0
- package/dist/vue-components47.es.js +27 -0
- package/dist/vue-components48.es.js +28 -0
- package/dist/vue-components49.es.js +7 -0
- package/dist/vue-components5.es.js +24 -0
- package/dist/vue-components50.es.js +18 -0
- package/dist/vue-components51.es.js +36 -0
- package/dist/vue-components52.es.js +18 -0
- package/dist/vue-components53.es.js +21 -0
- package/dist/vue-components54.es.js +30 -0
- package/dist/vue-components55.es.js +7 -0
- package/dist/vue-components56.es.js +9 -0
- package/dist/vue-components57.es.js +38 -0
- package/dist/vue-components58.es.js +25 -0
- package/dist/vue-components59.es.js +128 -0
- package/dist/vue-components6.es.js +13 -0
- package/dist/vue-components60.es.js +24 -0
- package/dist/vue-components61.es.js +21 -0
- package/dist/vue-components62.es.js +9 -0
- package/dist/vue-components63.es.js +19 -0
- package/dist/vue-components64.es.js +5 -0
- package/dist/vue-components65.es.js +29 -0
- package/dist/vue-components66.es.js +5 -0
- package/dist/vue-components67.es.js +29 -0
- package/dist/vue-components68.es.js +6 -0
- package/dist/vue-components69.es.js +18 -0
- package/dist/vue-components7.es.js +13 -0
- package/dist/vue-components70.es.js +40 -0
- package/dist/vue-components71.es.js +81 -0
- package/dist/vue-components72.es.js +33 -0
- package/dist/vue-components73.es.js +19 -0
- package/dist/vue-components74.es.js +48 -0
- package/dist/vue-components8.es.js +35 -0
- package/dist/vue-components9.es.js +47 -0
- package/package.json +35 -31
- package/src/components/CommandButton.vue +55 -7
- package/src/components/OmegaForm/OmegaArray.vue +2 -4
- package/src/components/OmegaForm/OmegaAutoGen.vue +27 -31
- package/src/components/OmegaForm/OmegaErrorsInternal.vue +3 -4
- package/src/components/OmegaForm/OmegaFormInput.vue +1 -1
- package/src/components/OmegaForm/OmegaInput.vue +7 -36
- package/src/components/OmegaForm/OmegaInputVuetify.vue +5 -2
- package/src/components/OmegaForm/OmegaInternalInput.vue +21 -11
- package/src/components/OmegaForm/OmegaTaggedUnion.vue +2 -1
- package/src/components/OmegaForm/OmegaTaggedUnionInternal.vue +1 -1
- package/src/components/OmegaForm/OmegaWrapper.vue +1 -1
- package/src/components/OmegaForm/blockDialog.ts +18 -6
- package/src/components/OmegaForm/createUseFormWithCustomInput.ts +2 -1
- package/src/components/OmegaForm/errors.ts +136 -0
- package/src/components/OmegaForm/getOmegaStore.ts +1 -1
- package/src/components/OmegaForm/hocs.ts +19 -0
- package/src/components/OmegaForm/index.ts +16 -4
- package/src/components/OmegaForm/inputs.ts +22 -0
- package/src/components/OmegaForm/meta/checks.ts +81 -0
- package/src/components/OmegaForm/meta/createMeta.ts +138 -0
- package/src/components/OmegaForm/meta/defaults.ts +132 -0
- package/src/components/OmegaForm/meta/redacted.ts +66 -0
- package/src/components/OmegaForm/meta/types.ts +78 -0
- package/src/components/OmegaForm/meta/walker.ts +248 -0
- package/src/components/OmegaForm/persistency.ts +247 -0
- package/src/components/OmegaForm/submit.ts +128 -0
- package/src/components/OmegaForm/types.ts +751 -0
- package/src/components/OmegaForm/useOmegaForm.ts +58 -895
- package/src/components/OmegaForm/validation/localized.ts +202 -0
- package/src/index.ts +0 -1
- package/src/reset.css +52 -0
- package/src/utils/index.ts +9 -10
- package/dist/types/components/OmegaForm/OmegaFormStuff.d.ts +0 -157
- package/dist/types/constants/index.d.ts +0 -1
- package/dist/vue-components.es10.js +0 -237
- package/dist/vue-components.es100.js +0 -4
- package/dist/vue-components.es11.js +0 -32
- package/dist/vue-components.es12.js +0 -439
- package/dist/vue-components.es13.js +0 -49
- package/dist/vue-components.es14.js +0 -4
- package/dist/vue-components.es15.js +0 -4
- package/dist/vue-components.es16.js +0 -725
- package/dist/vue-components.es17.js +0 -143
- package/dist/vue-components.es18.js +0 -6
- package/dist/vue-components.es19.js +0 -13
- package/dist/vue-components.es2.js +0 -30
- package/dist/vue-components.es20.js +0 -5
- package/dist/vue-components.es21.js +0 -26
- package/dist/vue-components.es22.js +0 -6
- package/dist/vue-components.es23.js +0 -10
- package/dist/vue-components.es24.js +0 -57
- package/dist/vue-components.es25.js +0 -71
- package/dist/vue-components.es26.js +0 -8
- package/dist/vue-components.es27.js +0 -8
- package/dist/vue-components.es28.js +0 -5
- package/dist/vue-components.es29.js +0 -5
- package/dist/vue-components.es3.js +0 -16
- package/dist/vue-components.es30.js +0 -4
- package/dist/vue-components.es31.js +0 -4
- package/dist/vue-components.es32.js +0 -4
- package/dist/vue-components.es33.js +0 -4
- package/dist/vue-components.es34.js +0 -19
- package/dist/vue-components.es35.js +0 -13
- package/dist/vue-components.es36.js +0 -320
- package/dist/vue-components.es37.js +0 -563
- package/dist/vue-components.es38.js +0 -29
- package/dist/vue-components.es39.js +0 -54
- package/dist/vue-components.es4.js +0 -52
- package/dist/vue-components.es40.js +0 -66
- package/dist/vue-components.es41.js +0 -6
- package/dist/vue-components.es42.js +0 -6
- package/dist/vue-components.es43.js +0 -26
- package/dist/vue-components.es44.js +0 -77
- package/dist/vue-components.es45.js +0 -42
- package/dist/vue-components.es46.js +0 -316
- package/dist/vue-components.es47.js +0 -101
- package/dist/vue-components.es48.js +0 -33
- package/dist/vue-components.es49.js +0 -4
- package/dist/vue-components.es5.js +0 -52
- package/dist/vue-components.es50.js +0 -4
- package/dist/vue-components.es51.js +0 -4
- package/dist/vue-components.es52.js +0 -113
- package/dist/vue-components.es54.js +0 -9
- package/dist/vue-components.es55.js +0 -34
- package/dist/vue-components.es57.js +0 -194
- package/dist/vue-components.es59.js +0 -40
- package/dist/vue-components.es6.js +0 -69
- package/dist/vue-components.es60.js +0 -85
- package/dist/vue-components.es61.js +0 -43
- package/dist/vue-components.es62.js +0 -7
- package/dist/vue-components.es63.js +0 -6
- 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.es7.js +0 -83
- 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.es75.js +0 -28
- 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.es8.js +0 -63
- 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.es9.js +0 -21
- 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.es93.js +0 -58
- package/dist/vue-components.es94.js +0 -19
- package/dist/vue-components.es95.js +0 -35
- 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
- package/src/components/OmegaForm/OmegaFormStuff.ts +0 -1174
- package/src/constants/index.ts +0 -1
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
function a(t) {
|
|
2
|
-
return Symbol.for(t);
|
|
3
|
-
}
|
|
4
|
-
var c = (
|
|
5
|
-
/** @class */
|
|
6
|
-
/* @__PURE__ */ (function() {
|
|
7
|
-
function t(u) {
|
|
8
|
-
var e = this;
|
|
9
|
-
e._currentContext = u ? new Map(u) : /* @__PURE__ */ new Map(), e.getValue = function(n) {
|
|
10
|
-
return e._currentContext.get(n);
|
|
11
|
-
}, e.setValue = function(n, r) {
|
|
12
|
-
var o = new t(e._currentContext);
|
|
13
|
-
return o._currentContext.set(n, r), o;
|
|
14
|
-
}, e.deleteValue = function(n) {
|
|
15
|
-
var r = new t(e._currentContext);
|
|
16
|
-
return r._currentContext.delete(n), r;
|
|
17
|
-
};
|
|
18
|
-
}
|
|
19
|
-
return t;
|
|
20
|
-
})()
|
|
21
|
-
), x = new c();
|
|
22
|
-
export {
|
|
23
|
-
x as ROOT_CONTEXT,
|
|
24
|
-
a as createContextKey
|
|
25
|
-
};
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { NoopTracer as o } from "./vue-components.es67.js";
|
|
2
|
-
var s = new o(), c = (
|
|
3
|
-
/** @class */
|
|
4
|
-
(function() {
|
|
5
|
-
function r(t, e, n, a) {
|
|
6
|
-
this._provider = t, this.name = e, this.version = n, this.options = a;
|
|
7
|
-
}
|
|
8
|
-
return r.prototype.startSpan = function(t, e, n) {
|
|
9
|
-
return this._getTracer().startSpan(t, e, n);
|
|
10
|
-
}, r.prototype.startActiveSpan = function(t, e, n, a) {
|
|
11
|
-
var i = this._getTracer();
|
|
12
|
-
return Reflect.apply(i.startActiveSpan, i, arguments);
|
|
13
|
-
}, r.prototype._getTracer = function() {
|
|
14
|
-
if (this._delegate)
|
|
15
|
-
return this._delegate;
|
|
16
|
-
var t = this._provider.getDelegateTracer(this.name, this.version, this.options);
|
|
17
|
-
return t ? (this._delegate = t, this._delegate) : s;
|
|
18
|
-
}, r;
|
|
19
|
-
})()
|
|
20
|
-
);
|
|
21
|
-
export {
|
|
22
|
-
c as ProxyTracer
|
|
23
|
-
};
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { ContextAPI as l } from "./vue-components.es74.js";
|
|
2
|
-
import { getSpanContext as m, setSpan as d } from "./vue-components.es96.js";
|
|
3
|
-
import { NonRecordingSpan as p } from "./vue-components.es73.js";
|
|
4
|
-
import { isSpanContextValid as S } from "./vue-components.es71.js";
|
|
5
|
-
var f = l.getInstance(), I = (
|
|
6
|
-
/** @class */
|
|
7
|
-
(function() {
|
|
8
|
-
function t() {
|
|
9
|
-
}
|
|
10
|
-
return t.prototype.startSpan = function(u, e, r) {
|
|
11
|
-
r === void 0 && (r = f.active());
|
|
12
|
-
var i = !!e?.root;
|
|
13
|
-
if (i)
|
|
14
|
-
return new p();
|
|
15
|
-
var n = r && m(r);
|
|
16
|
-
return g(n) && S(n) ? new p(n) : new p();
|
|
17
|
-
}, t.prototype.startActiveSpan = function(u, e, r, i) {
|
|
18
|
-
var n, o, a;
|
|
19
|
-
if (!(arguments.length < 2)) {
|
|
20
|
-
arguments.length === 2 ? a = e : arguments.length === 3 ? (n = e, a = r) : (n = e, o = r, a = i);
|
|
21
|
-
var v = o ?? f.active(), s = this.startSpan(u, n, v), c = d(v, s);
|
|
22
|
-
return f.with(c, a, void 0, s);
|
|
23
|
-
}
|
|
24
|
-
}, t;
|
|
25
|
-
})()
|
|
26
|
-
);
|
|
27
|
-
function g(t) {
|
|
28
|
-
return typeof t == "object" && typeof t.spanId == "string" && typeof t.traceId == "string" && typeof t.traceFlags == "number";
|
|
29
|
-
}
|
|
30
|
-
export {
|
|
31
|
-
I as NoopTracer
|
|
32
|
-
};
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { ProxyTracer as i } from "./vue-components.es66.js";
|
|
2
|
-
import { NoopTracerProvider as n } from "./vue-components.es69.js";
|
|
3
|
-
var c = new n(), g = (
|
|
4
|
-
/** @class */
|
|
5
|
-
(function() {
|
|
6
|
-
function t() {
|
|
7
|
-
}
|
|
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
|
-
);
|
|
22
|
-
export {
|
|
23
|
-
g as ProxyTracerProvider
|
|
24
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { NoopTracer as o } from "./vue-components.es67.js";
|
|
2
|
-
var p = (
|
|
3
|
-
/** @class */
|
|
4
|
-
(function() {
|
|
5
|
-
function r() {
|
|
6
|
-
}
|
|
7
|
-
return r.prototype.getTracer = function(e, n, t) {
|
|
8
|
-
return new o();
|
|
9
|
-
}, r;
|
|
10
|
-
})()
|
|
11
|
-
);
|
|
12
|
-
export {
|
|
13
|
-
p as NoopTracerProvider
|
|
14
|
-
};
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
(function(){"use strict";try{if(typeof document<"u"){var i=document.createElement("style");if(i.appendChild(document.createTextNode(".omega-input .v-input__details:has(.v-messages:empty){grid-template-rows:0fr;transition:all .2s}.omega-input .v-messages:empty{min-height:0}.omega-input .v-input__details:has(.v-messages){transition:all .2s;overflow:hidden;min-height:0;display:grid;grid-template-rows:1fr}.omega-input .v-messages{transition:all .2s}.omega-input .v-messages>*{transition-duration:0s!important}.omega-input [role=alert]:has(.v-messages:empty){padding:0}.omega-input .v-btn{cursor:pointer;width:auto;appearance:none;box-shadow:none;display:block;min-width:auto;height:auto;padding:.5em .5em .5em 1em}")),document.head.appendChild(i),window.customElements){const e=window.customElements.define;window.customElements.define=function(s,t){const n=t.prototype.connectedCallback;return t.prototype.connectedCallback=function(){if(n&&n.call(this),this.shadowRoot){const a=document.createElement("style");a.appendChild(document.createTextNode(".omega-input .v-input__details:has(.v-messages:empty){grid-template-rows:0fr;transition:all .2s}.omega-input .v-messages:empty{min-height:0}.omega-input .v-input__details:has(.v-messages){transition:all .2s;overflow:hidden;min-height:0;display:grid;grid-template-rows:1fr}.omega-input .v-messages{transition:all .2s}.omega-input .v-messages>*{transition-duration:0s!important}.omega-input [role=alert]:has(.v-messages:empty){padding:0}.omega-input .v-btn{cursor:pointer;width:auto;appearance:none;box-shadow:none;display:block;min-width:auto;height:auto;padding:.5em .5em .5em 1em}")),this.shadowRoot.appendChild(a)}},e.call(window.customElements,s,t)}}}}catch(e){console.error("vite-plugin-css-injected-by-js",e)}})();
|
|
2
|
-
import { 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
|
-
import { useStore as f } from "@tanstack/vue-form";
|
|
4
|
-
import T from "./vue-components.es57.js";
|
|
5
|
-
|
|
6
|
-
const H = /* @__PURE__ */ N({
|
|
7
|
-
inheritAttrs: !1,
|
|
8
|
-
__name: "OmegaInternalInput",
|
|
9
|
-
props: {
|
|
10
|
-
field: {},
|
|
11
|
-
state: {},
|
|
12
|
-
meta: {},
|
|
13
|
-
label: {},
|
|
14
|
-
type: { default: void 0 },
|
|
15
|
-
validators: { default: void 0 },
|
|
16
|
-
required: { type: Boolean, default: void 0 },
|
|
17
|
-
inputClass: { default: void 0 },
|
|
18
|
-
register: {},
|
|
19
|
-
options: { default: void 0 }
|
|
20
|
-
},
|
|
21
|
-
setup(c) {
|
|
22
|
-
const e = c, l = n(() => e.required ?? e?.meta?.required), g = k()?.appContext.components.VTextField, v = q(), y = B(), h = n(() => {
|
|
23
|
-
const { class: t, ...a } = v;
|
|
24
|
-
return a;
|
|
25
|
-
}), i = S(), o = e.field;
|
|
26
|
-
f(o.store, (t) => t);
|
|
27
|
-
const b = f(o.form.store, (t) => t.fieldMeta), C = n(() => e.type ? e.type : e.meta?.type === "string" ? e.meta.format === "email" ? "email" : "string" : e.meta?.type || "unknown");
|
|
28
|
-
e.register(n(() => ({ name: e.field.name, label: e.label, id: i })));
|
|
29
|
-
const x = n(() => b.value[e.field.name]?.errors ?? []), m = n(
|
|
30
|
-
() => (
|
|
31
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
32
|
-
x.value.map((t) => t?.message).filter(Boolean)
|
|
33
|
-
)
|
|
34
|
-
), M = (t) => t == null || t === !1 || t === "" || Number.isNaN(t), _ = (t) => {
|
|
35
|
-
M(t) && e.meta?.type !== "boolean" && e.meta?.nullableOrUndefined ? e.field.handleChange(
|
|
36
|
-
e.meta.nullableOrUndefined === "undefined" ? void 0 : null
|
|
37
|
-
) : e.field.handleChange(t), e.field.setMeta((a) => ({ ...a, errorMap: { ...a.errorMap, onSubmit: void 0 } }));
|
|
38
|
-
}, P = (t) => {
|
|
39
|
-
const a = {
|
|
40
|
-
get(E, $, W) {
|
|
41
|
-
return $ === "handleChange" ? _ : Reflect.get(...arguments);
|
|
42
|
-
}
|
|
43
|
-
};
|
|
44
|
-
return new Proxy(t, a);
|
|
45
|
-
}, r = n(() => ({
|
|
46
|
-
inputProps: {
|
|
47
|
-
id: i,
|
|
48
|
-
required: l.value,
|
|
49
|
-
minLength: e.meta?.type === "string" && e.meta?.minLength,
|
|
50
|
-
maxLength: e.meta?.type === "string" && e.meta?.maxLength,
|
|
51
|
-
max: e.meta?.type === "number" && (e.meta?.maximum ?? (typeof e.meta?.exclusiveMaximum == "number" && e.meta.exclusiveMaximum - 1)),
|
|
52
|
-
min: e.meta?.type === "number" && (e.meta?.minimum ?? (typeof e.meta?.exclusiveMinimum == "number" && e.meta.exclusiveMinimum + 1)),
|
|
53
|
-
errorMessages: m.value,
|
|
54
|
-
error: !!m.value.length,
|
|
55
|
-
type: C.value,
|
|
56
|
-
// Only add asterisk if label slot is not provided (slot has full control)
|
|
57
|
-
label: y.label ? e.label : `${e.label}${l.value ? " *" : ""}`,
|
|
58
|
-
options: e.options,
|
|
59
|
-
inputClass: e.inputClass
|
|
60
|
-
},
|
|
61
|
-
state: e.state,
|
|
62
|
-
field: P(e.field)
|
|
63
|
-
}));
|
|
64
|
-
return (t, a) => d(t.$slots, "default", s(p({ ...r.value.inputProps, field: r.value.field, state: r.value.state })), () => [
|
|
65
|
-
w("div", {
|
|
66
|
-
class: F(t.$attrs.class)
|
|
67
|
-
}, [
|
|
68
|
-
A(g) ? (O(), I(T, s(R({ key: 0 }, { ...h.value, ...r.value, class: e.inputClass })), V({ _: 2 }, [
|
|
69
|
-
t.$slots.label ? {
|
|
70
|
-
name: "label",
|
|
71
|
-
fn: z((u) => [
|
|
72
|
-
d(t.$slots, "label", s(p(u)))
|
|
73
|
-
]),
|
|
74
|
-
key: "0"
|
|
75
|
-
} : void 0
|
|
76
|
-
]), 1040)) : L("", !0)
|
|
77
|
-
], 2)
|
|
78
|
-
]);
|
|
79
|
-
}
|
|
80
|
-
});
|
|
81
|
-
export {
|
|
82
|
-
H as default
|
|
83
|
-
};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { INVALID_TRACEID as r, INVALID_SPANID as t } from "./vue-components.es72.js";
|
|
2
|
-
import { NonRecordingSpan as i } from "./vue-components.es73.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
|
-
}
|
|
16
|
-
export {
|
|
17
|
-
A as isSpanContextValid,
|
|
18
|
-
e as isValidSpanId,
|
|
19
|
-
I as isValidTraceId,
|
|
20
|
-
D as wrapSpanContext
|
|
21
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { TraceFlags as I } from "./vue-components.es70.js";
|
|
2
|
-
var a = "0000000000000000", r = "00000000000000000000000000000000", A = {
|
|
3
|
-
traceId: r,
|
|
4
|
-
spanId: a,
|
|
5
|
-
traceFlags: I.NONE
|
|
6
|
-
};
|
|
7
|
-
export {
|
|
8
|
-
a as INVALID_SPANID,
|
|
9
|
-
A as INVALID_SPAN_CONTEXT,
|
|
10
|
-
r as INVALID_TRACEID
|
|
11
|
-
};
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { INVALID_SPAN_CONTEXT as o } from "./vue-components.es72.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
|
-
);
|
|
31
|
-
export {
|
|
32
|
-
i as NonRecordingSpan
|
|
33
|
-
};
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import { NoopContextManager as f } from "./vue-components.es97.js";
|
|
2
|
-
import { registerGlobal as s, getGlobal as p, unregisterGlobal as g } from "./vue-components.es95.js";
|
|
3
|
-
import { DiagAPI as u } from "./vue-components.es92.js";
|
|
4
|
-
var y = function(t, e) {
|
|
5
|
-
var a = typeof Symbol == "function" && t[Symbol.iterator];
|
|
6
|
-
if (!a) return t;
|
|
7
|
-
var n = a.call(t), o, r = [], i;
|
|
8
|
-
try {
|
|
9
|
-
for (; (e === void 0 || e-- > 0) && !(o = n.next()).done; ) r.push(o.value);
|
|
10
|
-
} catch (c) {
|
|
11
|
-
i = { error: c };
|
|
12
|
-
} finally {
|
|
13
|
-
try {
|
|
14
|
-
o && !o.done && (a = n.return) && a.call(n);
|
|
15
|
-
} finally {
|
|
16
|
-
if (i) throw i.error;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
return r;
|
|
20
|
-
}, d = function(t, e, a) {
|
|
21
|
-
if (a || arguments.length === 2) for (var n = 0, o = e.length, r; n < o; n++)
|
|
22
|
-
(r || !(n in e)) && (r || (r = Array.prototype.slice.call(e, 0, n)), r[n] = e[n]);
|
|
23
|
-
return t.concat(r || Array.prototype.slice.call(e));
|
|
24
|
-
}, l = "context", _ = new f(), A = (
|
|
25
|
-
/** @class */
|
|
26
|
-
(function() {
|
|
27
|
-
function t() {
|
|
28
|
-
}
|
|
29
|
-
return t.getInstance = function() {
|
|
30
|
-
return this._instance || (this._instance = new t()), this._instance;
|
|
31
|
-
}, t.prototype.setGlobalContextManager = function(e) {
|
|
32
|
-
return s(l, e, u.instance());
|
|
33
|
-
}, t.prototype.active = function() {
|
|
34
|
-
return this._getContextManager().active();
|
|
35
|
-
}, t.prototype.with = function(e, a, n) {
|
|
36
|
-
for (var o, r = [], i = 3; i < arguments.length; i++)
|
|
37
|
-
r[i - 3] = arguments[i];
|
|
38
|
-
return (o = this._getContextManager()).with.apply(o, d([e, a, n], y(r), !1));
|
|
39
|
-
}, t.prototype.bind = function(e, a) {
|
|
40
|
-
return this._getContextManager().bind(e, a);
|
|
41
|
-
}, t.prototype._getContextManager = function() {
|
|
42
|
-
return p(l) || _;
|
|
43
|
-
}, t.prototype.disable = function() {
|
|
44
|
-
this._getContextManager().disable(), g(l, u.instance());
|
|
45
|
-
}, t;
|
|
46
|
-
})()
|
|
47
|
-
);
|
|
48
|
-
export {
|
|
49
|
-
A as ContextAPI
|
|
50
|
-
};
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { registerGlobal as a, getGlobal as p, unregisterGlobal as s } from "./vue-components.es95.js";
|
|
2
|
-
import { ProxyTracerProvider as i } from "./vue-components.es68.js";
|
|
3
|
-
import { wrapSpanContext as c, isSpanContextValid as h } from "./vue-components.es71.js";
|
|
4
|
-
import { deleteSpan as g, getSpan as S, getActiveSpan as x, getSpanContext as d, setSpan as f, setSpanContext as l } from "./vue-components.es96.js";
|
|
5
|
-
import { DiagAPI as o } from "./vue-components.es92.js";
|
|
6
|
-
var n = "trace", y = (
|
|
7
|
-
/** @class */
|
|
8
|
-
(function() {
|
|
9
|
-
function t() {
|
|
10
|
-
this._proxyTracerProvider = new i(), this.wrapSpanContext = c, this.isSpanContextValid = h, this.deleteSpan = g, this.getSpan = S, this.getActiveSpan = x, this.getSpanContext = d, this.setSpan = f, this.setSpanContext = l;
|
|
11
|
-
}
|
|
12
|
-
return t.getInstance = function() {
|
|
13
|
-
return this._instance || (this._instance = new t()), this._instance;
|
|
14
|
-
}, t.prototype.setGlobalTracerProvider = function(r) {
|
|
15
|
-
var e = a(n, this._proxyTracerProvider, o.instance());
|
|
16
|
-
return e && this._proxyTracerProvider.setDelegate(r), e;
|
|
17
|
-
}, t.prototype.getTracerProvider = function() {
|
|
18
|
-
return p(n) || this._proxyTracerProvider;
|
|
19
|
-
}, t.prototype.getTracer = function(r, e) {
|
|
20
|
-
return this.getTracerProvider().getTracer(r, e);
|
|
21
|
-
}, t.prototype.disable = function() {
|
|
22
|
-
s(n, o.instance()), this._proxyTracerProvider = new i();
|
|
23
|
-
}, t;
|
|
24
|
-
})()
|
|
25
|
-
);
|
|
26
|
-
export {
|
|
27
|
-
y as TraceAPI
|
|
28
|
-
};
|
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
import { hash as p } from "./vue-components.es77.js";
|
|
2
|
-
import { byReferenceInstances as m, getAllObjectKeys as g } from "./vue-components.es85.js";
|
|
3
|
-
import { hasProperty as M } from "./vue-components.es38.js";
|
|
4
|
-
const S = "~effect/interfaces/Equal";
|
|
5
|
-
function b() {
|
|
6
|
-
return arguments.length === 1 ? (e) => i(e, arguments[0]) : i(arguments[0], arguments[1]);
|
|
7
|
-
}
|
|
8
|
-
function i(e, r) {
|
|
9
|
-
if (e === r) return !0;
|
|
10
|
-
if (e == null || r == null) return !1;
|
|
11
|
-
const n = typeof e;
|
|
12
|
-
return n !== typeof r ? !1 : n === "number" && e !== e && r !== r ? !0 : n !== "object" && n !== "function" || m.has(e) || m.has(r) ? !1 : w(e, r, E);
|
|
13
|
-
}
|
|
14
|
-
function q(e, r, n) {
|
|
15
|
-
const t = a.has(e), o = c.has(r);
|
|
16
|
-
if (t && o)
|
|
17
|
-
return !0;
|
|
18
|
-
if (t || o)
|
|
19
|
-
return !1;
|
|
20
|
-
a.add(e), c.add(r);
|
|
21
|
-
const u = n();
|
|
22
|
-
return a.delete(e), c.delete(r), u;
|
|
23
|
-
}
|
|
24
|
-
const a = /* @__PURE__ */ new WeakSet(), c = /* @__PURE__ */ new WeakSet();
|
|
25
|
-
function E(e, r) {
|
|
26
|
-
if (p(e) !== p(r))
|
|
27
|
-
return !1;
|
|
28
|
-
if (e instanceof Date)
|
|
29
|
-
return r instanceof Date ? e.toISOString() === r.toISOString() : !1;
|
|
30
|
-
if (e instanceof RegExp)
|
|
31
|
-
return r instanceof RegExp ? e.toString() === r.toString() : !1;
|
|
32
|
-
const n = y(e), t = y(r);
|
|
33
|
-
if (n !== t) return !1;
|
|
34
|
-
const o = n && t;
|
|
35
|
-
return typeof e == "function" && !o ? !1 : q(e, r, () => o ? e[S](r) : Array.isArray(e) ? !Array.isArray(r) || e.length !== r.length ? !1 : z(e, r) : e instanceof Map ? !(r instanceof Map) || e.size !== r.size ? !1 : I(e, r) : e instanceof Set ? !(r instanceof Set) || e.size !== r.size ? !1 : V(e, r) : A(e, r));
|
|
36
|
-
}
|
|
37
|
-
function w(e, r, n) {
|
|
38
|
-
let t = s.get(e);
|
|
39
|
-
if (!t)
|
|
40
|
-
t = /* @__PURE__ */ new WeakMap(), s.set(e, t);
|
|
41
|
-
else if (t.has(r))
|
|
42
|
-
return t.get(r);
|
|
43
|
-
const o = n(e, r);
|
|
44
|
-
t.set(r, o);
|
|
45
|
-
let u = s.get(r);
|
|
46
|
-
return u || (u = /* @__PURE__ */ new WeakMap(), s.set(r, u)), u.set(e, o), o;
|
|
47
|
-
}
|
|
48
|
-
const s = /* @__PURE__ */ new WeakMap();
|
|
49
|
-
function z(e, r) {
|
|
50
|
-
for (let n = 0; n < e.length; n++)
|
|
51
|
-
if (!i(e[n], r[n]))
|
|
52
|
-
return !1;
|
|
53
|
-
return !0;
|
|
54
|
-
}
|
|
55
|
-
function A(e, r) {
|
|
56
|
-
const n = g(e), t = g(r);
|
|
57
|
-
if (n.size !== t.size)
|
|
58
|
-
return !1;
|
|
59
|
-
for (const o of n)
|
|
60
|
-
if (!t.has(o) || !i(e[o], r[o]))
|
|
61
|
-
return !1;
|
|
62
|
-
return !0;
|
|
63
|
-
}
|
|
64
|
-
function R(e, r) {
|
|
65
|
-
return function(t, o) {
|
|
66
|
-
for (const [u, f] of t) {
|
|
67
|
-
let l = !1;
|
|
68
|
-
for (const [d, k] of o)
|
|
69
|
-
if (e(u, d) && r(f, k)) {
|
|
70
|
-
l = !0;
|
|
71
|
-
break;
|
|
72
|
-
}
|
|
73
|
-
if (!l)
|
|
74
|
-
return !1;
|
|
75
|
-
}
|
|
76
|
-
return !0;
|
|
77
|
-
};
|
|
78
|
-
}
|
|
79
|
-
const I = /* @__PURE__ */ R(i, i);
|
|
80
|
-
function K(e) {
|
|
81
|
-
return function(n, t) {
|
|
82
|
-
for (const o of n) {
|
|
83
|
-
let u = !1;
|
|
84
|
-
for (const f of t)
|
|
85
|
-
if (e(o, f)) {
|
|
86
|
-
u = !0;
|
|
87
|
-
break;
|
|
88
|
-
}
|
|
89
|
-
if (!u)
|
|
90
|
-
return !1;
|
|
91
|
-
}
|
|
92
|
-
return !0;
|
|
93
|
-
};
|
|
94
|
-
}
|
|
95
|
-
const V = /* @__PURE__ */ K(i), y = (e) => M(e, S), j = () => b;
|
|
96
|
-
export {
|
|
97
|
-
j as asEquivalence,
|
|
98
|
-
b as equals,
|
|
99
|
-
y as isEqual,
|
|
100
|
-
R as makeCompareMap,
|
|
101
|
-
K as makeCompareSet,
|
|
102
|
-
S as symbol
|
|
103
|
-
};
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
import { dual as g } from "./vue-components.es39.js";
|
|
2
|
-
import { byReferenceInstances as b, getAllObjectKeys as S } from "./vue-components.es85.js";
|
|
3
|
-
import { hasProperty as w } from "./vue-components.es38.js";
|
|
4
|
-
const p = "~effect/interfaces/Hash", i = (t) => {
|
|
5
|
-
switch (typeof t) {
|
|
6
|
-
case "number":
|
|
7
|
-
return y(t);
|
|
8
|
-
case "bigint":
|
|
9
|
-
return r(t.toString(10));
|
|
10
|
-
case "boolean":
|
|
11
|
-
return r(String(t));
|
|
12
|
-
case "symbol":
|
|
13
|
-
return r(String(t));
|
|
14
|
-
case "string":
|
|
15
|
-
return r(t);
|
|
16
|
-
case "undefined":
|
|
17
|
-
return r("undefined");
|
|
18
|
-
case "function":
|
|
19
|
-
case "object": {
|
|
20
|
-
if (t === null)
|
|
21
|
-
return r("null");
|
|
22
|
-
if (t instanceof Date)
|
|
23
|
-
return r(t.toISOString());
|
|
24
|
-
if (t instanceof RegExp)
|
|
25
|
-
return r(t.toString());
|
|
26
|
-
{
|
|
27
|
-
if (b.has(t))
|
|
28
|
-
return h(t);
|
|
29
|
-
if (f.has(t))
|
|
30
|
-
return f.get(t);
|
|
31
|
-
const e = C(t, () => M(t) ? t[p]() : typeof t == "function" ? h(t) : Array.isArray(t) ? A(t) : t instanceof Map ? E(t) : t instanceof Set ? k(t) : I(t));
|
|
32
|
-
return f.set(t, e), e;
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
default:
|
|
36
|
-
throw new Error(`BUG: unhandled typeof ${typeof t} - please report an issue at https://github.com/Effect-TS/effect/issues`);
|
|
37
|
-
}
|
|
38
|
-
}, h = (t) => (c.has(t) || c.set(t, y(Math.floor(Math.random() * Number.MAX_SAFE_INTEGER))), c.get(t)), m = /* @__PURE__ */ g(2, (t, e) => t * 53 ^ e), a = (t) => t & 3221225471 | t >>> 1 & 1073741824, M = (t) => w(t, p), y = (t) => {
|
|
39
|
-
if (t !== t)
|
|
40
|
-
return r("NaN");
|
|
41
|
-
if (t === 1 / 0)
|
|
42
|
-
return r("Infinity");
|
|
43
|
-
if (t === -1 / 0)
|
|
44
|
-
return r("-Infinity");
|
|
45
|
-
let e = t | 0;
|
|
46
|
-
for (e !== t && (e ^= t * 4294967295); t > 4294967295; )
|
|
47
|
-
e ^= t /= 4294967295;
|
|
48
|
-
return a(e);
|
|
49
|
-
}, r = (t) => {
|
|
50
|
-
let e = 5381, n = t.length;
|
|
51
|
-
for (; n; )
|
|
52
|
-
e = e * 33 ^ t.charCodeAt(--n);
|
|
53
|
-
return a(e);
|
|
54
|
-
}, x = (t, e) => {
|
|
55
|
-
let n = 12289;
|
|
56
|
-
for (const o of e)
|
|
57
|
-
n ^= m(i(o), i(t[o]));
|
|
58
|
-
return a(n);
|
|
59
|
-
}, I = (t) => x(t, S(t)), s = (t, e) => (n) => {
|
|
60
|
-
let o = t;
|
|
61
|
-
for (const d of n)
|
|
62
|
-
o ^= e(d);
|
|
63
|
-
return a(o);
|
|
64
|
-
}, A = /* @__PURE__ */ s(6151, i), E = /* @__PURE__ */ s(/* @__PURE__ */ r("Map"), ([t, e]) => m(i(t), i(e))), k = /* @__PURE__ */ s(/* @__PURE__ */ r("Set"), i), c = /* @__PURE__ */ new WeakMap(), f = /* @__PURE__ */ new WeakMap(), u = /* @__PURE__ */ new WeakSet();
|
|
65
|
-
function C(t, e) {
|
|
66
|
-
if (u.has(t))
|
|
67
|
-
return r("[Circular]");
|
|
68
|
-
u.add(t);
|
|
69
|
-
const n = e();
|
|
70
|
-
return u.delete(t), n;
|
|
71
|
-
}
|
|
72
|
-
export {
|
|
73
|
-
A as array,
|
|
74
|
-
m as combine,
|
|
75
|
-
i as hash,
|
|
76
|
-
M as isHash,
|
|
77
|
-
y as number,
|
|
78
|
-
a as optimize,
|
|
79
|
-
h as random,
|
|
80
|
-
r as string,
|
|
81
|
-
I as structure,
|
|
82
|
-
x as structureKeys,
|
|
83
|
-
p as symbol
|
|
84
|
-
};
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { pipeArguments as t } from "./vue-components.es61.js";
|
|
2
|
-
import { hasProperty as c } from "./vue-components.es38.js";
|
|
3
|
-
const r = /* @__PURE__ */ Symbol.for("~effect/Inspectable/redactable"), n = (e) => c(e, r);
|
|
4
|
-
function f(e) {
|
|
5
|
-
return n(e) ? a(e) : e;
|
|
6
|
-
}
|
|
7
|
-
function a(e) {
|
|
8
|
-
return e[r](globalThis[i]?.services ?? o);
|
|
9
|
-
}
|
|
10
|
-
const i = "~effect/Fiber/currentFiber", o = {
|
|
11
|
-
"~effect/ServiceMap": {},
|
|
12
|
-
mapUnsafe: /* @__PURE__ */ new Map(),
|
|
13
|
-
pipe() {
|
|
14
|
-
return t(this, arguments);
|
|
15
|
-
}
|
|
16
|
-
};
|
|
17
|
-
export {
|
|
18
|
-
i as currentFiberTypeId,
|
|
19
|
-
a as getRedacted,
|
|
20
|
-
n as isRedactable,
|
|
21
|
-
f as redact,
|
|
22
|
-
r as symbolRedactable
|
|
23
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { constUndefined as r } from "./vue-components.es39.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
|
-
});
|
|
10
|
-
export {
|
|
11
|
-
o as CurrentLogLevel,
|
|
12
|
-
n as CurrentStackFrame,
|
|
13
|
-
c as MinimumLogLevel
|
|
14
|
-
};
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
import { defineComponent as M, ref as C, computed as s, watch as b, provide as k, createBlock as F, openBlock as O, unref as f, withCtx as c, renderSlot as o, createVNode as i, createCommentVNode as S, normalizeProps as g, guardReactiveProps as d, createSlots as V, renderList as w } from "vue";
|
|
2
|
-
import A from "./vue-components.es9.js";
|
|
3
|
-
const N = /* @__PURE__ */ M({
|
|
4
|
-
__name: "OmegaTaggedUnion",
|
|
5
|
-
props: {
|
|
6
|
-
name: {},
|
|
7
|
-
form: {},
|
|
8
|
-
type: {},
|
|
9
|
-
options: {},
|
|
10
|
-
label: {}
|
|
11
|
-
},
|
|
12
|
-
setup(t) {
|
|
13
|
-
const n = t, r = C(null), v = s(() => n.name ? `${n.name}._tag` : "_tag"), $ = n.form.useStore((e) => e.values);
|
|
14
|
-
b(
|
|
15
|
-
() => v.value.split(".").reduce((l, a) => l?.[a], $.value),
|
|
16
|
-
(e) => {
|
|
17
|
-
r.value = e ?? null;
|
|
18
|
-
},
|
|
19
|
-
{ immediate: !0 }
|
|
20
|
-
);
|
|
21
|
-
const y = s(() => {
|
|
22
|
-
const e = r.value;
|
|
23
|
-
return (a) => {
|
|
24
|
-
if (!e) return null;
|
|
25
|
-
const m = n.form.unionMeta[e];
|
|
26
|
-
return m ? m[a] ?? null : null;
|
|
27
|
-
};
|
|
28
|
-
});
|
|
29
|
-
return k("getMetaFromArray", y), (e, l) => (O(), F(f(t.form).Field, {
|
|
30
|
-
name: t.name ? `${t.name}._tag` : "_tag"
|
|
31
|
-
}, {
|
|
32
|
-
default: c((a) => [
|
|
33
|
-
o(e.$slots, "OmegaCustomInput", g(d(a)), () => [
|
|
34
|
-
i(f(t.form).Input, {
|
|
35
|
-
name: t.name ? `${t.name}._tag` : "_tag",
|
|
36
|
-
label: t.label,
|
|
37
|
-
type: t.type ?? "select",
|
|
38
|
-
options: t.options
|
|
39
|
-
}, null, 8, ["name", "label", "type", "options"])
|
|
40
|
-
]),
|
|
41
|
-
o(e.$slots, "default"),
|
|
42
|
-
i(A, {
|
|
43
|
-
field: a.field,
|
|
44
|
-
state: a.state.value,
|
|
45
|
-
name: t.name,
|
|
46
|
-
form: t.form
|
|
47
|
-
}, V({ _: 2 }, [
|
|
48
|
-
w(e.$slots, (m, u) => ({
|
|
49
|
-
name: u,
|
|
50
|
-
fn: c((h) => [
|
|
51
|
-
o(e.$slots, u, g(d(h)))
|
|
52
|
-
])
|
|
53
|
-
}))
|
|
54
|
-
]), 1032, ["field", "state", "name", "form"]),
|
|
55
|
-
a.state.value ? o(e.$slots, "OmegaCommon", { key: 0 }) : S("", !0)
|
|
56
|
-
]),
|
|
57
|
-
_: 3
|
|
58
|
-
}, 8, ["name"]));
|
|
59
|
-
}
|
|
60
|
-
});
|
|
61
|
-
export {
|
|
62
|
-
N as default
|
|
63
|
-
};
|