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