@ptlm-azulejo/datepicker 0.1.2-alpha.151 → 0.1.2-alpha.152
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/index.js +3 -6
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9,13 +9,11 @@ function d(t) {
|
|
|
9
9
|
}, d(t);
|
|
10
10
|
}
|
|
11
11
|
function j(t, a) {
|
|
12
|
-
if (d(t) != "object" || !t)
|
|
13
|
-
return t;
|
|
12
|
+
if (d(t) != "object" || !t) return t;
|
|
14
13
|
var e = t[Symbol.toPrimitive];
|
|
15
14
|
if (e !== void 0) {
|
|
16
15
|
var n = e.call(t, a || "default");
|
|
17
|
-
if (d(n) != "object")
|
|
18
|
-
return n;
|
|
16
|
+
if (d(n) != "object") return n;
|
|
19
17
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
20
18
|
}
|
|
21
19
|
return (a === "string" ? String : Number)(t);
|
|
@@ -152,8 +150,7 @@ var S = [
|
|
|
152
150
|
}
|
|
153
151
|
})), C = (t, a) => {
|
|
154
152
|
const e = t.__vccOpts || t;
|
|
155
|
-
for (const [n, l] of a)
|
|
156
|
-
e[n] = l;
|
|
153
|
+
for (const [n, l] of a) e[n] = l;
|
|
157
154
|
return e;
|
|
158
155
|
}, N = /* @__PURE__ */ C(E, [["__scopeId", "data-v-a16d36be"]]);
|
|
159
156
|
export {
|