@qikdev/vue-ui 0.2.310 → 0.2.311
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/lib.es.js +2 -3
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +2 -3
- package/dist/lib.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/lib.umd.js
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
t((N["@qikdev/vue-ui"] = {}), N.Vue, N.sdk));
|
|
8
8
|
})(this, function (N, t, $r) {
|
|
9
9
|
"use strict";
|
|
10
|
-
const sc = "0.2.
|
|
10
|
+
const sc = "0.2.311";
|
|
11
11
|
class dt extends Error {}
|
|
12
12
|
class cc extends dt {
|
|
13
13
|
constructor(n) {
|
|
@@ -27894,8 +27894,7 @@
|
|
|
27894
27894
|
function rS(e) {
|
|
27895
27895
|
var n = new Date(e),
|
|
27896
27896
|
o = n instanceof Date && !isNaN(n);
|
|
27897
|
-
if (!o || isNaN(n.getTime()))
|
|
27898
|
-
throw new Error(`Invalid date input (${typeof n}, ${n})`);
|
|
27897
|
+
if (!o || isNaN(n.getTime())) return 0;
|
|
27899
27898
|
const l = new Date();
|
|
27900
27899
|
let i = l.getFullYear() - n.getFullYear();
|
|
27901
27900
|
const r = n.getMonth(),
|