@wikicasa-dev/components 2.0.25 → 2.0.26

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.
@@ -1,4 +1,4 @@
1
- import { _ as f } from "./chunks/BaseAutocomplete.vue_vue_type_script_setup_true_lang.D21vozEO.js";
1
+ import { _ as f } from "./chunks/BaseAutocomplete.vue_vue_type_script_setup_true_lang.Dc3hSghV.js";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -123,7 +123,7 @@ const R = ["innerHTML"], le = /* @__PURE__ */ T({
123
123
  }
124
124
  }), (e, l) => (C(), S(q, {
125
125
  class: H(e.$attrs["root-classes"]),
126
- "data-cy": e.dataCy ? e.dataCy : `ac_${e.$attrs.id}`,
126
+ "data-cy": e.dataCy ? `ac_${e.dataCy}` : `ac_${e.$attrs.id}`,
127
127
  "dropdown-element": "ul",
128
128
  "dropdown-classes": [
129
129
  { "bordered-dropdown": e.theme === "bordered" },
@@ -150,7 +150,7 @@ const R = ["innerHTML"], le = /* @__PURE__ */ T({
150
150
  id: `ac_input_${e.$attrs.id}`,
151
151
  ref_key: "baseInput",
152
152
  ref: y,
153
- "data-cy": `ac_input_${e.$attrs.id}`,
153
+ "data-cy": e.dataCy ? `ac_input_${e.dataCy}` : `ac_input_${e.$attrs.id}`,
154
154
  "label-text": e.label,
155
155
  "model-value": i.value,
156
156
  "is-valid": e.isValid,
package/dist/index.js CHANGED
@@ -11,7 +11,7 @@ import { _ as g } from "./chunks/RadioButton.vue_vue_type_script_setup_true_lang
11
11
  import { _ as h } from "./chunks/RadioGroup.vue_vue_type_script_setup_true_lang.DdmSUyxZ.js";
12
12
  import { _ as I } from "./chunks/AccessibleSelect.vue_vue_type_script_setup_true_lang.ClV6kObA.js";
13
13
  import { _ as w } from "./chunks/BaseAlert.vue_vue_type_style_index_0_lang.BtqP_iYL.js";
14
- import { _ as k } from "./chunks/BaseAutocomplete.vue_vue_type_script_setup_true_lang.D21vozEO.js";
14
+ import { _ as k } from "./chunks/BaseAutocomplete.vue_vue_type_script_setup_true_lang.Dc3hSghV.js";
15
15
  import { _ as v } from "./chunks/BaseBadge.vue_vue_type_style_index_0_lang.BOA1gBKu.js";
16
16
  import { _ as G } from "./chunks/BaseButton.vue_vue_type_script_setup_true_lang.BWZPE2Gf.js";
17
17
  import { default as O } from "./BaseCard.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wikicasa-dev/components",
3
- "version": "2.0.25",
3
+ "version": "2.0.26",
4
4
  "description": "Wikicasa frontend components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",