fluency-v8-components 1.6.9 → 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.
@@ -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[4] || (c[4] = (p) => i.value = p),
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
- onChange: c[0] || (c[0] = (p) => a.value = p.target.value),
4258
- onKeyup: c[1] || (c[1] = f4((p) => l(), ["enter"]))
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[3] || (c[3] = (p) => a.value = "")
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[2] || (c[2] = (p) => l())
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",
@@ -63423,7 +63424,7 @@ function(e) {
63423
63424
  var A = l.getContext("2d");
63424
63425
  A.fillStyle = "#fff", A.fillRect(0, 0, l.width, l.height);
63425
63426
  var u = { ignoreMouse: !0, ignoreAnimation: !0, ignoreDimensions: !0 }, d = this;
63426
- return (Bn.canvg ? Promise.resolve(Bn.canvg) : import("./index.es-BYHYSIfp.mjs")).catch(function(f) {
63427
+ return (Bn.canvg ? Promise.resolve(Bn.canvg) : import("./index.es-lCJ9d2up.mjs")).catch(function(f) {
63427
63428
  return Promise.reject(new Error("Could not load canvg: " + f));
63428
63429
  }).then(function(f) {
63429
63430
  return f.default ? f.default : f;
@@ -1,4 +1,4 @@
1
- import { c as Da, _ as Va, g as il } from "./index-BXQXxSSY.mjs";
1
+ import { c as Da, _ as Va, g as il } from "./index-Dn9PcLrp.mjs";
2
2
  var fn = {}, cn = {}, cr, vn;
3
3
  function Q() {
4
4
  if (vn) return cr;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fluency-v8-components",
3
- "version": "1.6.9",
3
+ "version": "1.7.0",
4
4
  "main": "dist/fluency-v8-components.umd.js",
5
5
  "module": "dist/fluency-v8-components.es.js",
6
6
  "types": "dist/index.d.ts",
@@ -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
  />