adverich-kun-ui 0.1.212 → 0.1.213

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.
@@ -159,7 +159,8 @@ const Ie = {
159
159
  "onClick:select": t(P),
160
160
  ref_key: "listRef",
161
161
  ref: x,
162
- onKeyDown: ne
162
+ onKeyDown: ne,
163
+ selectable: !0
163
164
  }, {
164
165
  default: i(() => [
165
166
  t(Y) ? (s(), d(_, { key: 0 }, {
@@ -5,7 +5,7 @@ const R = {
5
5
  nav: Boolean,
6
6
  sub: Boolean,
7
7
  dense: Boolean,
8
- selectable: { type: Boolean, default: !0 },
8
+ selectable: { type: Boolean, default: !1 },
9
9
  selectionMode: {
10
10
  type: String,
11
11
  default: "single",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adverich-kun-ui",
3
- "version": "0.1.212",
3
+ "version": "0.1.213",
4
4
  "type": "module",
5
5
  "description": "Una librería de componentes Vue.js con Tailwind CSS",
6
6
  "main": "dist/index.js",