@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 CHANGED
@@ -47,7 +47,7 @@ import {
47
47
  vModelDynamic as Xn,
48
48
  } from "vue";
49
49
  import { EventDispatcher as jl } from "@qikdev/sdk";
50
- const fu = "0.2.310";
50
+ const fu = "0.2.311";
51
51
  class qt extends Error {}
52
52
  class mu extends qt {
53
53
  constructor(t) {
@@ -31180,8 +31180,7 @@ function WO() {
31180
31180
  function GO(e) {
31181
31181
  var t = new Date(e),
31182
31182
  n = t instanceof Date && !isNaN(t);
31183
- if (!n || isNaN(t.getTime()))
31184
- throw new Error(`Invalid date input (${typeof t}, ${t})`);
31183
+ if (!n || isNaN(t.getTime())) return 0;
31185
31184
  const r = new Date();
31186
31185
  let s = r.getFullYear() - t.getFullYear();
31187
31186
  const i = t.getMonth(),