@qikdev/vue-ui 0.2.291 → 0.2.292
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 +11 -9
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +11 -9
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +17 -16
- package/package.json +1 -1
package/dist/lib.umd.js
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
t((V["@qikdev/vue-ui"] = {}), V.Vue, V.sdk));
|
|
8
8
|
})(this, function (V, t, $r) {
|
|
9
9
|
"use strict";
|
|
10
|
-
const sc = "0.2.
|
|
10
|
+
const sc = "0.2.292";
|
|
11
11
|
class ct extends Error {}
|
|
12
12
|
class cc extends ct {
|
|
13
13
|
constructor(n) {
|
|
@@ -10166,7 +10166,7 @@
|
|
|
10166
10166
|
cM = "";
|
|
10167
10167
|
function cn(e) {
|
|
10168
10168
|
var n = new Date(e);
|
|
10169
|
-
if (n instanceof Date && !isNaN(n)) return n;
|
|
10169
|
+
if (n instanceof Date && !isNaN(n.getTime())) return n;
|
|
10170
10170
|
}
|
|
10171
10171
|
const vk = {
|
|
10172
10172
|
props: { modelValue: { type: Object } },
|
|
@@ -10209,7 +10209,7 @@
|
|
|
10209
10209
|
},
|
|
10210
10210
|
},
|
|
10211
10211
|
da = (e) => (
|
|
10212
|
-
t.pushScopeId("data-v-
|
|
10212
|
+
t.pushScopeId("data-v-8e1886fb"), (e = e()), t.popScopeId(), e
|
|
10213
10213
|
),
|
|
10214
10214
|
e_ = da(() => t.createElementVNode("label", null, "From Date", -1)),
|
|
10215
10215
|
t_ = da(() => t.createElementVNode("label", null, "To Date", -1));
|
|
@@ -10287,7 +10287,7 @@
|
|
|
10287
10287
|
}
|
|
10288
10288
|
const ua = g(vk, [
|
|
10289
10289
|
["render", n_],
|
|
10290
|
-
["__scopeId", "data-v-
|
|
10290
|
+
["__scopeId", "data-v-8e1886fb"],
|
|
10291
10291
|
]),
|
|
10292
10292
|
dM = "",
|
|
10293
10293
|
o_ = {
|
|
@@ -34744,15 +34744,17 @@
|
|
|
34744
34744
|
null
|
|
34745
34745
|
? void 0
|
|
34746
34746
|
: d.endDate;
|
|
34747
|
-
|
|
34748
|
-
|
|
34747
|
+
const p = m && !isNaN(new Date(m).getTime()),
|
|
34748
|
+
h = f && !isNaN(new Date(f).getTime());
|
|
34749
|
+
if ((p || (m = new Date()), h || (f = new Date()), m || f)) {
|
|
34750
|
+
let y = Intl.DateTimeFormat().resolvedOptions().timeZone;
|
|
34749
34751
|
m.toISOString() == f.toISOString()
|
|
34750
34752
|
? ((m = new Date(m)),
|
|
34751
34753
|
m.setHours(0, 0, 0, 0),
|
|
34752
34754
|
(f = new Date(m)),
|
|
34753
34755
|
f.setHours(23, 59, 59, 999))
|
|
34754
34756
|
: ((f = new Date(f)), f.setHours(23, 59, 59, 999)),
|
|
34755
|
-
(o.date = { startDate: m, endDate: f, timezone:
|
|
34757
|
+
(o.date = { startDate: m, endDate: f, timezone: y });
|
|
34756
34758
|
}
|
|
34757
34759
|
}
|
|
34758
34760
|
const l = Math.random(),
|
|
@@ -34799,7 +34801,7 @@
|
|
|
34799
34801
|
},
|
|
34800
34802
|
},
|
|
34801
34803
|
Mr = (e) => (
|
|
34802
|
-
t.pushScopeId("data-v-
|
|
34804
|
+
t.pushScopeId("data-v-0054fc08"), (e = e()), t.popScopeId(), e
|
|
34803
34805
|
),
|
|
34804
34806
|
Q2 = Mr(() => t.createElementVNode("strong", null, "Select Columns", -1)),
|
|
34805
34807
|
v2 = { key: 0, class: "font-sm" },
|
|
@@ -35468,7 +35470,7 @@
|
|
|
35468
35470
|
}
|
|
35469
35471
|
const Ys = g(X2, [
|
|
35470
35472
|
["render", rO],
|
|
35471
|
-
["__scopeId", "data-v-
|
|
35473
|
+
["__scopeId", "data-v-0054fc08"],
|
|
35472
35474
|
]),
|
|
35473
35475
|
pI = "",
|
|
35474
35476
|
lO = {
|