layers-design-system 3.0.15 → 3.0.17

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-6080bef3.js").then((a) => a.e);
4364
+ r = await Promise.resolve().then(() => Wne), await import("./en-65b7e8c3.js").then((a) => a.e);
4365
4365
  break;
4366
4366
  case "es":
4367
- r = await import("./es-da718580.js"), await import("./es-dbc71b5f.js").then((a) => a.e);
4367
+ r = await import("./es-da718580.js"), await import("./es-513a2d4b.js").then((a) => a.e);
4368
4368
  break;
4369
4369
  default:
4370
- r = await import("./pt-br-b45aa35e.js"), await import("./pt-br-56bc53d3.js").then((a) => a.p);
4370
+ r = await import("./pt-br-b45aa35e.js"), await import("./pt-br-3a2bb571.js").then((a) => a.p);
4371
4371
  break;
4372
4372
  }
4373
- const o = await import("./index-d70e0880.js");
4373
+ const o = await import("./index-1e5de937.js");
4374
4374
  e.use(o.default, { locale: r.default }), nt.locale(t);
4375
4375
  }
4376
4376
  });
@@ -29500,7 +29500,8 @@ function v_e(e, t, n, r, o, a) {
29500
29500
  default: ee(() => [
29501
29501
  N(l, {
29502
29502
  modelValue: o.form.value,
29503
- "onUpdate:modelValue": t[0] || (t[0] = (m) => o.form.value = m)
29503
+ "onUpdate:modelValue": t[0] || (t[0] = (m) => o.form.value = m),
29504
+ class: "column"
29504
29505
  }, {
29505
29506
  default: ee(() => [
29506
29507
  (T(!0), I(Re, null, _t(a.valuesEnum, (m) => (T(), ce(s, {
@@ -30028,7 +30029,8 @@ function E_e(e, t, n, r, o, a) {
30028
30029
  default: ee(() => [
30029
30030
  N(l, {
30030
30031
  modelValue: o.form.value,
30031
- "onUpdate:modelValue": t[0] || (t[0] = (m) => o.form.value = m)
30032
+ "onUpdate:modelValue": t[0] || (t[0] = (m) => o.form.value = m),
30033
+ class: "column"
30032
30034
  }, {
30033
30035
  default: ee(() => [
30034
30036
  (T(!0), I(Re, null, _t(a.valuesEnum, (m) => (T(), I("div", { key: m }, [
@@ -44784,7 +44786,7 @@ const rOe = {
44784
44786
  },
44785
44787
  methods: {
44786
44788
  changeSpecSort(e, { direction: t, cumulative: n }) {
44787
- if (n) {
44789
+ if (console.log("changeSpecSort", e, t, n), n) {
44788
44790
  let o = this.localColumnSpecs.reduce(
44789
44791
  (a, i) => Math.max(a, i.column.sortOrder),
44790
44792
  0
@@ -44807,7 +44809,7 @@ const rOe = {
44807
44809
  watch: {
44808
44810
  localColumnSpecs: {
44809
44811
  handler(e) {
44810
- this.$emit("columnSpecs:update", e);
44812
+ console.log("localColumnSpecs", e), this.$emit("columnSpecs:update", e);
44811
44813
  },
44812
44814
  deep: !0
44813
44815
  }
@@ -44831,7 +44833,7 @@ function lOe(e, t, n, r, o, a) {
44831
44833
  onChange: t[0] || (t[0] = (u) => a.changeSelection(u))
44832
44834
  }, null, 8, ["value", "indeterminate"])) : de("", !0)
44833
44835
  ])) : de("", !0),
44834
- (T(!0), I(Re, null, _t(n.columnSpecs, (u, d) => (T(), ce(s, {
44836
+ (T(!0), I(Re, null, _t(e.localColumnSpecs, (u, d) => (T(), ce(s, {
44835
44837
  key: d,
44836
44838
  spec: u,
44837
44839
  "onSpec:update": a.syncSpec,
@@ -45520,7 +45522,7 @@ const oze = 100, aze = 3e4, ize = 3, sze = "scrollBehavior" in document.document
45520
45522
  });
45521
45523
  },
45522
45524
  handleColumnSpecsUpdate(e) {
45523
- this.columnSpecs = e;
45525
+ this.columnSpecs = e, this.reload();
45524
45526
  },
45525
45527
  changeSelection({ key: e, selected: t }) {
45526
45528
  const { includedIds: n, excludedIds: r } = ZOe(
@@ -63228,6 +63230,9 @@ const FVe = {
63228
63230
  computed: {
63229
63231
  disableButton() {
63230
63232
  return this.linkToAppend === "" || this.linkToAppend === void 0;
63233
+ },
63234
+ hasError() {
63235
+ return !!this.linkError;
63231
63236
  }
63232
63237
  }
63233
63238
  }, VVe = { class: "wrapper-input mb-3" }, UVe = {
@@ -63243,7 +63248,7 @@ function YVe(e, t, n, r, o, a) {
63243
63248
  modelValue: o.linkToAppend,
63244
63249
  "onUpdate:modelValue": t[0] || (t[0] = (u) => o.linkToAppend = u),
63245
63250
  placeholder: "Insira um link",
63246
- error: o.linkError,
63251
+ error: a.hasError,
63247
63252
  autofocus: "",
63248
63253
  style: { "box-sizing": "border-box" }
63249
63254
  }, null, 8, ["modelValue", "error"]),
@@ -63275,7 +63280,7 @@ function YVe(e, t, n, r, o, a) {
63275
63280
  _: 1
63276
63281
  });
63277
63282
  }
63278
- const QVe = /* @__PURE__ */ it(FVe, [["render", YVe], ["__scopeId", "data-v-594513ec"]]);
63283
+ const QVe = /* @__PURE__ */ it(FVe, [["render", YVe], ["__scopeId", "data-v-71069263"]]);
63279
63284
  const WVe = {
63280
63285
  props: { dataLink: String },
63281
63286
  data() {
@@ -1,4 +1,4 @@
1
- import { d as s, c as m } from "./main-cc64990b.js";
1
+ import { d as s, c as m } from "./main-b04d81bb.js";
2
2
  var n = { exports: {} };
3
3
  (function(r, d) {
4
4
  (function(t, o) {