layers-design-system 3.0.13 → 3.0.14

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.
@@ -4361,16 +4361,16 @@ const kB = (e) => ({
4361
4361
  let r;
4362
4362
  switch (t) {
4363
4363
  case "en":
4364
- r = await Promise.resolve().then(() => Wne), await import("./en-7c7096c7.js").then((a) => a.e);
4364
+ r = await Promise.resolve().then(() => Wne), await import("./en-0fa51ea2.js").then((a) => a.e);
4365
4365
  break;
4366
4366
  case "es":
4367
- r = await import("./es-da718580.js"), await import("./es-83d3cd26.js").then((a) => a.e);
4367
+ r = await import("./es-da718580.js"), await import("./es-913b75ed.js").then((a) => a.e);
4368
4368
  break;
4369
4369
  default:
4370
- r = await import("./pt-br-b45aa35e.js"), await import("./pt-br-5a147b76.js").then((a) => a.p);
4370
+ r = await import("./pt-br-b45aa35e.js"), await import("./pt-br-da466af3.js").then((a) => a.p);
4371
4371
  break;
4372
4372
  }
4373
- const o = await import("./index-6db93640.js");
4373
+ const o = await import("./index-37ef64e8.js");
4374
4374
  e.use(o.default, { locale: r.default }), nt.locale(t);
4375
4375
  }
4376
4376
  });
@@ -42932,26 +42932,34 @@ const dke = {
42932
42932
  watch: {
42933
42933
  queryKind: {
42934
42934
  handler(e) {
42935
- this.localQuery.kind = e;
42935
+ this.localQuery = {
42936
+ ...this.localQuery,
42937
+ kind: e
42938
+ };
42936
42939
  },
42937
42940
  immediate: !0,
42938
42941
  deep: !0
42942
+ },
42943
+ localQuery: {
42944
+ handler(e) {
42945
+ this.$emit("update:query", e);
42946
+ },
42947
+ deep: !0,
42948
+ immediate: !0
42939
42949
  }
42940
42950
  },
42941
42951
  methods: {
42942
42952
  clearInput() {
42943
- this.localQuery.q = null, this.updateQuery({ target: { value: null } });
42953
+ this.updateQuery({ target: { value: null } });
42944
42954
  },
42945
42955
  isSelected(e) {
42946
42956
  return no(this.localQuery, "kind", null) === e;
42947
42957
  },
42948
42958
  updateQuery(e) {
42949
- const t = no(e, "target.value", null);
42950
- this.$emit("input", {
42951
- q: t,
42952
- kind: "*",
42953
- page: 0
42954
- });
42959
+ this.localQuery = {
42960
+ ...this.localQuery,
42961
+ q: no(e, "target.value", null)
42962
+ };
42955
42963
  },
42956
42964
  setInputClass(e) {
42957
42965
  return "search-input-wrapper ml-2 l-flex" + " " + e;
@@ -43053,7 +43061,7 @@ function gke(e, t, n, r, o, a) {
43053
43061
  n.loading || n.typing ? (T(), ce(d, { key: 1 })) : de("", !0)
43054
43062
  ]);
43055
43063
  }
43056
- const mke = /* @__PURE__ */ it(dke, [["render", gke], ["__scopeId", "data-v-06b36f9f"]]), $T = Symbol.for("GlobalStack"), NA = class {
43064
+ const mke = /* @__PURE__ */ it(dke, [["render", gke], ["__scopeId", "data-v-4a29e69f"]]), $T = Symbol.for("GlobalStack"), NA = class {
43057
43065
  /**
43058
43066
  * Creates a stack instance with the given name
43059
43067
  */
@@ -43589,7 +43597,7 @@ const zke = {
43589
43597
  methods: {
43590
43598
  searchDebounced: Gwe(
43591
43599
  async function() {
43592
- no(this.querySearchTopics, "q.length", null) > 3 && this.recentTopicsSearched.push(this.querySearchTopics.q), await this.getSearchedTopics(this.querySearchTopics), this.typing = !1;
43600
+ console.log(this.querySearchTopics), no(this.querySearchTopics, "q.length", null) > 3 && this.recentTopicsSearched.push(this.querySearchTopics.q), await this.getSearchedTopics(this.querySearchTopics), this.typing = !1;
43593
43601
  },
43594
43602
  500,
43595
43603
  { leading: !1, trailing: !0 }
@@ -43825,8 +43833,8 @@ function Jke(e, t, n, r, o, a) {
43825
43833
  hasAnySelectedTopic: e.selectedTopics.length > 0,
43826
43834
  onSave: a.onSave,
43827
43835
  onClose: a.onClose,
43828
- onInput: a.onInput
43829
- }, null, 8, ["kinds", "query", "typing", "loading", "hasAnySelectedTopic", "onSave", "onClose", "onInput"]),
43836
+ "onUpdate:query": a.onInput
43837
+ }, null, 8, ["kinds", "query", "typing", "loading", "hasAnySelectedTopic", "onSave", "onClose", "onUpdate:query"]),
43830
43838
  S("div", jke, [
43831
43839
  e.loading || e.typing ? (T(), I("div", $ke, " Procurando " + we(a.searchingSpan) + "... ", 1)) : a.hasAnySearchedTopic ? (T(), I("div", Pke, [
43832
43840
  a.showRecentSearchedTopics ? (T(), I("div", Bke, [
@@ -43972,7 +43980,7 @@ function Jke(e, t, n, r, o, a) {
43972
43980
  ])) : de("", !0)
43973
43981
  ]);
43974
43982
  }
43975
- const e9e = /* @__PURE__ */ it(zke, [["render", Jke], ["__scopeId", "data-v-24406b3f"]]), t9e = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
43983
+ const e9e = /* @__PURE__ */ it(zke, [["render", Jke], ["__scopeId", "data-v-27e3684d"]]), t9e = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
43976
43984
  __proto__: null,
43977
43985
  default: e9e
43978
43986
  }, Symbol.toStringTag, { value: "Module" }));
@@ -1,4 +1,4 @@
1
- import { d as s, c as m } from "./main-ce437744.js";
1
+ import { d as s, c as m } from "./main-b66a38e4.js";
2
2
  var n = { exports: {} };
3
3
  (function(r, d) {
4
4
  (function(t, o) {