@effect-app/vue-components 0.23.6 → 0.23.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,19 +1,44 @@
1
- import { DiagLogLevel as r } from "./vue-components.es30.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 { ROOT_CONTEXT as l } from "./vue-components.es30.js";
2
+ var c = function(t, o) {
3
+ var n = typeof Symbol == "function" && t[Symbol.iterator];
4
+ if (!n) return t;
5
+ var e = n.call(t), a, r = [], u;
6
+ try {
7
+ for (; (o === void 0 || o-- > 0) && !(a = e.next()).done; ) r.push(a.value);
8
+ } catch (i) {
9
+ u = { error: i };
10
+ } finally {
11
+ try {
12
+ a && !a.done && (n = e.return) && n.call(e);
13
+ } finally {
14
+ if (u) throw u.error;
15
+ }
8
16
  }
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
- }
17
+ return r;
18
+ }, p = function(t, o, n) {
19
+ if (n || arguments.length === 2) for (var e = 0, a = o.length, r; e < a; e++)
20
+ (r || !(e in o)) && (r || (r = Array.prototype.slice.call(o, 0, e)), r[e] = o[e]);
21
+ return t.concat(r || Array.prototype.slice.call(o));
22
+ }, y = (
23
+ /** @class */
24
+ (function() {
25
+ function t() {
26
+ }
27
+ return t.prototype.active = function() {
28
+ return l;
29
+ }, t.prototype.with = function(o, n, e) {
30
+ for (var a = [], r = 3; r < arguments.length; r++)
31
+ a[r - 3] = arguments[r];
32
+ return n.call.apply(n, p([e], c(a), !1));
33
+ }, t.prototype.bind = function(o, n) {
34
+ return n;
35
+ }, t.prototype.enable = function() {
36
+ return this;
37
+ }, t.prototype.disable = function() {
38
+ return this;
39
+ }, t;
40
+ })()
41
+ );
17
42
  export {
18
- c as createLogLevelDiagLogger
43
+ y as NoopContextManager
19
44
  };
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as y, inject as h, computed as l, createBlock as s, openBlock as i, resolveDynamicComponent as M, withCtx as p, createCommentVNode as $, mergeProps as b, renderSlot as C, normalizeProps as k, guardReactiveProps as F } from "vue";
2
2
  import { generateInputStandardSchemaFromFieldMeta as A } from "./vue-components.es10.js";
3
- import w from "./vue-components.es26.js";
3
+ import w from "./vue-components.es27.js";
4
4
  import { useIntl as I } from "./vue-components.es3.js";
5
5
  const z = /* @__PURE__ */ y({
6
6
  inheritAttrs: !1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect-app/vue-components",
3
- "version": "0.23.6",
3
+ "version": "0.23.8",
4
4
  "peerDependencies": {
5
5
  "@mdi/js": "^7.4.47",
6
6
  "effect": "^3.17.13",
@@ -48,7 +48,7 @@
48
48
  "@tanstack/vue-form": "^1.19.5",
49
49
  "highlight.js": "^11.11.1",
50
50
  "vue3-highlightjs": "^1.0.5",
51
- "@effect-app/vue": "2.67.3",
51
+ "@effect-app/vue": "2.67.5",
52
52
  "effect-app": "3.5.0"
53
53
  },
54
54
  "scripts": {