@dolanske/vui 1.10.12 → 1.10.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.
package/dist/vui.js CHANGED
@@ -1386,7 +1386,7 @@ const Ul = /* @__PURE__ */ le({
1386
1386
  setup(e) {
1387
1387
  const t = e, a = T(
1388
1388
  () => typeof t.gap == "number" ? Pt(t.gap) : `var(--space-${t.gap})`
1389
- ), n = T(() => t.row ? "row" : t.column ? "column" : t.rowReverse ? "row-reverse" : t.columnReverse ? "column-reverse" : "row"), r = T(() => t.xStart ? "flex-start" : t.xEnd ? "flex-end" : t.xCenter ? "center" : t.xBetween ? "space-between" : t.xEvenly ? "space-evenly" : t.xAround ? "space-around" : "flex-start"), o = T(() => t.yStart ? "flex-start" : t.yEnd ? "flex-end" : t.yCenter ? "center" : t.yBaseline ? "baseline" : "flex-start"), l = T(() => t.inline ? "inline-flex" : "flex"), s = T(() => t.wrap ? "wrap" : t.wrapReverse ? "wrap-reverse" : "nowrap"), i = T(() => t.expand ? "100%" : "fit-content");
1389
+ ), n = T(() => t.row ? "row" : t.column ? "column" : t.rowReverse ? "row-reverse" : t.columnReverse ? "column-reverse" : "row"), r = T(() => t.xStart ? "flex-start" : t.xEnd ? "flex-end" : t.xCenter ? "center" : t.xBetween ? "space-between" : t.xEvenly ? "space-evenly" : t.xAround ? "space-around" : "flex-start"), o = T(() => t.yStart ? "flex-start" : t.yEnd ? "flex-end" : t.yCenter ? "center" : t.yBaseline ? "baseline" : "flex-start"), l = T(() => t.inline ? "inline-flex" : "flex"), s = T(() => t.wrap ? "wrap" : t.wrapReverse ? "wrap-reverse" : "nowrap"), i = T(() => t.expand ? "100%" : t.inline ? "fit-content" : "auto");
1390
1390
  return (d, c) => (x(), A("div", {
1391
1391
  class: "vui-flex",
1392
1392
  style: Ve({
@@ -11396,7 +11396,7 @@ const Ls = /* @__PURE__ */ le({
11396
11396
  emits: /* @__PURE__ */ ft(["close"], ["update:search", "update:group"]),
11397
11397
  setup(e, { emit: t }) {
11398
11398
  const a = e, n = t, r = ht(e, "search"), o = ht(e, "group"), l = T(() => a.commands.filter((m) => o.value && o.value !== "All" ? (m.group ?? xa) === o.value : !0).filter((m) => fo(
11399
- [m.title, m.description, m.group, m.href],
11399
+ [m.title, m.description, ...m.keywords ?? []],
11400
11400
  r.value
11401
11401
  ))), s = T(() => {
11402
11402
  if (l.value.length === 0)
@@ -14281,7 +14281,7 @@ const a0 = /* @__PURE__ */ le({
14281
14281
  _: 1
14282
14282
  }, 16, ["modelValue"]));
14283
14283
  }
14284
- }), Ny = /* @__PURE__ */ En(M0, [["__scopeId", "data-v-449a3f73"]]), P0 = ["id"], $0 = ["for"], Vy = /* @__PURE__ */ le({
14284
+ }), Ny = /* @__PURE__ */ En(M0, [["__scopeId", "data-v-268d824f"]]), P0 = ["id"], $0 = ["for"], Vy = /* @__PURE__ */ le({
14285
14285
  __name: "Dropzone",
14286
14286
  props: {
14287
14287
  label: {},
@@ -14743,7 +14743,7 @@ const Y0 = ["aria-describedby"], N0 = /* @__PURE__ */ le({
14743
14743
  }, 16, ["id", "visible", "anchor", "enter-delay", "leave-delay", "placement"])
14744
14744
  ], 64));
14745
14745
  }
14746
- }), hn = /* @__PURE__ */ En(N0, [["__scopeId", "data-v-21f7046d"]]), Ky = /* @__PURE__ */ le({
14746
+ }), hn = /* @__PURE__ */ En(N0, [["__scopeId", "data-v-29a25ee1"]]), Ky = /* @__PURE__ */ le({
14747
14747
  __name: "Pagination",
14748
14748
  props: {
14749
14749
  numbers: { type: Boolean, default: !0 },
@@ -15841,7 +15841,7 @@ const ky = {
15841
15841
  ], 2)
15842
15842
  ]));
15843
15843
  }
15844
- }), ug = /* @__PURE__ */ En(My, [["__scopeId", "data-v-a34a3b84"]]);
15844
+ }), ug = /* @__PURE__ */ En(My, [["__scopeId", "data-v-a0ee459a"]]);
15845
15845
  export {
15846
15846
  $y as Accordion,
15847
15847
  Ty as AccordionGroup,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dolanske/vui",
3
3
  "type": "module",
4
- "version": "1.10.12",
4
+ "version": "1.10.14",
5
5
  "private": false,
6
6
  "description": "Brother in Christ there's a new UI library",
7
7
  "author": "dolanske",