@win2win/shared-ui 0.3.75 → 0.3.76

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.
@@ -4,7 +4,27 @@ var pO = (e) => {
4
4
  var Up = (e, o, t) => o.has(e) || pO("Cannot " + t);
5
5
  var n0 = (e, o, t) => (Up(e, o, "read from private field"), t ? t.call(e) : o.get(e)), E1 = (e, o, t) => o.has(e) ? pO("Cannot add the same private member more than once") : o instanceof WeakSet ? o.add(e) : o.set(e, t), i1 = (e, o, t, n) => (Up(e, o, "write to private field"), n ? n.call(e, t) : o.set(e, t), t), k1 = (e, o, t) => (Up(e, o, "access private method"), t);
6
6
  import { ref as W0, reactive as Nb, getCurrentInstance as T1, nextTick as Ze, watch as T0, onMounted as t2, onBeforeUnmount as me, markRaw as Ms, defineComponent as X0, onUnmounted as ps, h as J, Teleport as GW, computed as g, onDeactivated as Gc, unref as H, withDirectives as Vt, Transition as $o, toRefs as Oe, createBlock as S0, openBlock as y, withCtx as U0, renderSlot as No, createCommentVNode as s0, createTextVNode as j0, toDisplayString as p0, createElementVNode as D, normalizeClass as Je, createVNode as c0, createElementBlock as w, vShow as $W, normalizeStyle as u1, KeepAlive as KW, onBeforeMount as YW, createSlots as cs, Fragment as f1, renderList as y1, withModifiers as ob, resolveComponent as ga, resolveDynamicComponent as $c, inject as Be, toRaw as cO, normalizeProps as zs, guardReactiveProps as is, mergeModels as rs, useModel as nc, provide as So, isRef as va, hasInjectionContext as ZW, getCurrentScope as QW, shallowReactive as JW, onScopeDispose as em, shallowReadonly as om, readonly as tm, onBeforeUpdate as am, onActivated as nm } from "vue";
7
- typeof window > "u" && (global.window = global.window || {}, global.document = global.document || {});
7
+ if (typeof window > "u" && (global.window = global.window || {}, global.document = global.document || {}, global.navigator && typeof global.navigator == "object"))
8
+ try {
9
+ "maxTouchPoints" in global.navigator || Object.defineProperty(global.navigator, "maxTouchPoints", {
10
+ value: 0,
11
+ writable: !1,
12
+ enumerable: !0,
13
+ configurable: !0
14
+ }), "language" in global.navigator || Object.defineProperty(global.navigator, "language", {
15
+ value: "en-US",
16
+ writable: !1,
17
+ enumerable: !0,
18
+ configurable: !0
19
+ }), "platform" in global.navigator || Object.defineProperty(global.navigator, "platform", {
20
+ value: "Node.js",
21
+ writable: !1,
22
+ enumerable: !0,
23
+ configurable: !0
24
+ });
25
+ } catch (e) {
26
+ console.warn("No se pudieron agregar propiedades a navigator:", e.message);
27
+ }
8
28
  function Xa(e, o, t, n) {
9
29
  return Object.defineProperty(e, o, {
10
30
  get: t,