fluency-v8-components 1.6.8 → 1.7.0
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/fluency-v8-components.es.js +1 -1
- package/dist/fluency-v8-components.umd.js +2 -2
- package/dist/{index-ZjKXuOcc.mjs → index-Dn9PcLrp.mjs} +11 -7
- package/dist/{index.es-fFZf1Yw8.mjs → index.es-lCJ9d2up.mjs} +1 -1
- package/package.json +1 -1
- package/src/components/common/DatePicker.vue +1 -1
- package/src/components/form/GreySelectInputMultiple.vue +1 -0
|
@@ -4228,7 +4228,7 @@ const zSe = /* @__PURE__ */ pr(wj, [["render", Sj]]), Ej = { class: "relative w-
|
|
|
4228
4228
|
as: "div",
|
|
4229
4229
|
modelValue: i.value,
|
|
4230
4230
|
"onUpdate:modelValue": [
|
|
4231
|
-
c[
|
|
4231
|
+
c[5] || (c[5] = (p) => i.value = p),
|
|
4232
4232
|
u
|
|
4233
4233
|
],
|
|
4234
4234
|
multiple: "",
|
|
@@ -4254,8 +4254,9 @@ const zSe = /* @__PURE__ */ pr(wj, [["render", Sj]]), Ej = { class: "relative w-
|
|
|
4254
4254
|
class: "z-1 pl-3 py-2 pr-10 w-full text-sm bg-transparent border-0 outline-none ring-0 focus:outline-none focus:ring-0",
|
|
4255
4255
|
displayValue: () => a.value,
|
|
4256
4256
|
disabled: e.readonly,
|
|
4257
|
-
|
|
4258
|
-
|
|
4257
|
+
onInput: c[0] || (c[0] = (p) => a.value = p.target.value),
|
|
4258
|
+
onChange: c[1] || (c[1] = (p) => a.value = p.target.value),
|
|
4259
|
+
onKeyup: c[2] || (c[2] = f4((p) => l(), ["enter"]))
|
|
4259
4260
|
}, null, 8, ["displayValue", "disabled"])) : lt("", !0),
|
|
4260
4261
|
e.allowInput ? lt("", !0) : (z(), Je(Me(wv), {
|
|
4261
4262
|
key: 1,
|
|
@@ -4284,7 +4285,7 @@ const zSe = /* @__PURE__ */ pr(wj, [["render", Sj]]), Ej = { class: "relative w-
|
|
|
4284
4285
|
leave: "transition ease-in duration-100",
|
|
4285
4286
|
leaveFrom: "opacity-100",
|
|
4286
4287
|
leaveTo: "opacity-0",
|
|
4287
|
-
onAfterLeave: c[
|
|
4288
|
+
onAfterLeave: c[4] || (c[4] = (p) => a.value = "")
|
|
4288
4289
|
}, {
|
|
4289
4290
|
default: Ne(() => [
|
|
4290
4291
|
de(Me(mg), { class: "input-block input-dropdown text-base sm:text-sm" }, {
|
|
@@ -4292,7 +4293,7 @@ const zSe = /* @__PURE__ */ pr(wj, [["render", Sj]]), Ej = { class: "relative w-
|
|
|
4292
4293
|
o.value.length === 0 && a.value !== "" ? (z(), ce("div", {
|
|
4293
4294
|
key: 0,
|
|
4294
4295
|
class: "relative px-4 py-2 text-white",
|
|
4295
|
-
onClick: c[
|
|
4296
|
+
onClick: c[3] || (c[3] = (p) => l())
|
|
4296
4297
|
}, Ge(a.value), 1)) : lt("", !0),
|
|
4297
4298
|
(z(!0), ce(mt, null, on(o.value, (p) => (z(), Je(Me(bh), {
|
|
4298
4299
|
as: "template",
|
|
@@ -23597,7 +23598,10 @@ const kre = { class: "flex justify-center" }, jEe = {
|
|
|
23597
23598
|
a[1] || (a[1] = (s) => n("setTime", r.value))
|
|
23598
23599
|
],
|
|
23599
23600
|
"no-input": "",
|
|
23600
|
-
"disable-date": (s) =>
|
|
23601
|
+
"disable-date": (s) => {
|
|
23602
|
+
const o = /* @__PURE__ */ new Date();
|
|
23603
|
+
return s > new Date(Date.UTC(o.getUTCFullYear(), o.getUTCMonth(), o.getUTCDate() + 1) - 1);
|
|
23604
|
+
},
|
|
23601
23605
|
"as-single": "",
|
|
23602
23606
|
"use-range": "",
|
|
23603
23607
|
shortcuts: !1
|
|
@@ -63420,7 +63424,7 @@ function(e) {
|
|
|
63420
63424
|
var A = l.getContext("2d");
|
|
63421
63425
|
A.fillStyle = "#fff", A.fillRect(0, 0, l.width, l.height);
|
|
63422
63426
|
var u = { ignoreMouse: !0, ignoreAnimation: !0, ignoreDimensions: !0 }, d = this;
|
|
63423
|
-
return (Bn.canvg ? Promise.resolve(Bn.canvg) : import("./index.es-
|
|
63427
|
+
return (Bn.canvg ? Promise.resolve(Bn.canvg) : import("./index.es-lCJ9d2up.mjs")).catch(function(f) {
|
|
63424
63428
|
return Promise.reject(new Error("Could not load canvg: " + f));
|
|
63425
63429
|
}).then(function(f) {
|
|
63426
63430
|
return f.default ? f.default : f;
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<vue-tailwind-datepicker
|
|
4
4
|
v-model="dateValue"
|
|
5
5
|
no-input
|
|
6
|
-
:disable-date="(date) => date > new Date()"
|
|
6
|
+
:disable-date="(date) => { const now = new Date(); return date > new Date(Date.UTC(now.getUTCFullYear(), now.getUTCMonth(), now.getUTCDate() + 1) - 1); }"
|
|
7
7
|
as-single
|
|
8
8
|
use-range
|
|
9
9
|
:shortcuts="false"
|
|
@@ -35,6 +35,7 @@
|
|
|
35
35
|
class="z-1 pl-3 py-2 pr-10 w-full text-sm bg-transparent border-0 outline-none ring-0 focus:outline-none focus:ring-0"
|
|
36
36
|
:displayValue="() => query"
|
|
37
37
|
:disabled="readonly"
|
|
38
|
+
@input="query = $event.target.value"
|
|
38
39
|
@change="query = $event.target.value"
|
|
39
40
|
@keyup.enter="add()"
|
|
40
41
|
/>
|