@agrotools1/at-components 2.0.14-beta.9 → 2.0.15

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.
Files changed (42) hide show
  1. package/dist/changelog/types.d.ts +13 -0
  2. package/dist/changelog/types.d.ts.map +1 -0
  3. package/dist/changelog/versions/components/index.d.ts +4 -0
  4. package/dist/changelog/versions/components/index.d.ts.map +1 -0
  5. package/dist/changelog/versions/components/v2.0.0.d.ts +4 -0
  6. package/dist/changelog/versions/components/v2.0.0.d.ts.map +1 -0
  7. package/dist/changelog/versions/components/v2.0.1.d.ts +4 -0
  8. package/dist/changelog/versions/components/v2.0.1.d.ts.map +1 -0
  9. package/dist/changelog/versions/components/v2.0.10.d.ts +4 -0
  10. package/dist/changelog/versions/components/v2.0.10.d.ts.map +1 -0
  11. package/dist/changelog/versions/components/v2.0.13.d.ts +4 -0
  12. package/dist/changelog/versions/components/v2.0.13.d.ts.map +1 -0
  13. package/dist/changelog/versions/components/v2.0.14.d.ts +4 -0
  14. package/dist/changelog/versions/components/v2.0.14.d.ts.map +1 -0
  15. package/dist/changelog/versions/components/v2.0.15.d.ts +4 -0
  16. package/dist/changelog/versions/components/v2.0.15.d.ts.map +1 -0
  17. package/dist/changelog/versions/components/v2.0.3.d.ts +4 -0
  18. package/dist/changelog/versions/components/v2.0.3.d.ts.map +1 -0
  19. package/dist/changelog/versions/icons/index.d.ts +3 -0
  20. package/dist/changelog/versions/icons/index.d.ts.map +1 -0
  21. package/dist/changelog/versions/icons/v1.0.0.d.ts +4 -0
  22. package/dist/changelog/versions/icons/v1.0.0.d.ts.map +1 -0
  23. package/dist/changelog/versions/icons/v1.0.4.d.ts +4 -0
  24. package/dist/changelog/versions/icons/v1.0.4.d.ts.map +1 -0
  25. package/dist/changelog/versions/icons/v1.0.5.d.ts +4 -0
  26. package/dist/changelog/versions/icons/v1.0.5.d.ts.map +1 -0
  27. package/dist/changelog/versions/icons/v1.0.6.d.ts +4 -0
  28. package/dist/changelog/versions/icons/v1.0.6.d.ts.map +1 -0
  29. package/dist/changelog/versions/icons/v1.0.7.d.ts +4 -0
  30. package/dist/changelog/versions/icons/v1.0.7.d.ts.map +1 -0
  31. package/dist/changelog/versions/icons/v1.0.8.d.ts +4 -0
  32. package/dist/changelog/versions/icons/v1.0.8.d.ts.map +1 -0
  33. package/dist/combobox/ComboboxInput.vue.js +6 -6
  34. package/dist/combobox/ComboboxItem.vue.js +11 -11
  35. package/dist/dropdown-menu/DropdownMenuItem.vue.js +8 -8
  36. package/dist/multi-select/MultiSelectTrigger.vue.d.ts.map +1 -1
  37. package/dist/multi-select/MultiSelectTrigger.vue.js +7 -7
  38. package/dist/packages/at-icons/dist/AtCirclePlusSolidIcon/AtCirclePlusSolidIcon.vue.js +4 -4
  39. package/dist/packages/at-icons/dist/AtOrdenacaoRegularIcon/AtOrdenacaoRegularIcon.vue.js +4 -4
  40. package/dist/packages/at-icons/dist/components/IconWrapper/IconWrapper.vue.js +2 -2
  41. package/dist/select/SelectTrigger.vue.js +8 -8
  42. package/package.json +3 -3
@@ -0,0 +1,13 @@
1
+ export interface ChangelogEntry {
2
+ type: 'feat' | 'fix' | 'chore' | 'breaking';
3
+ description: string;
4
+ }
5
+ export interface VersionData {
6
+ version: string;
7
+ date: string;
8
+ summary: string;
9
+ isLatest?: boolean;
10
+ isInitial?: boolean;
11
+ changes: ChangelogEntry[];
12
+ }
13
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/changelog/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,MAAM,GAAG,KAAK,GAAG,OAAO,GAAG,UAAU,CAAA;IAC3C,WAAW,EAAE,MAAM,CAAA;CACpB;AAED,MAAM,WAAW,WAAW;IAC1B,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,EAAE,MAAM,CAAA;IACf,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,OAAO,EAAE,cAAc,EAAE,CAAA;CAC1B"}
@@ -0,0 +1,4 @@
1
+ import { VersionData } from '../../types';
2
+ /** Todas as versões do at-components, da mais recente para a mais antiga */
3
+ export declare const componentsVersions: VersionData[];
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/changelog/versions/components/index.ts"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAE9C,4EAA4E;AAC5E,eAAO,MAAM,kBAAkB,EAAE,WAAW,EAQ3C,CAAA"}
@@ -0,0 +1,4 @@
1
+ import { VersionData } from '../../types';
2
+ declare const v2_0_0: VersionData;
3
+ export default v2_0_0;
4
+ //# sourceMappingURL=v2.0.0.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"v2.0.0.d.ts","sourceRoot":"","sources":["../../../../src/changelog/versions/components/v2.0.0.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAE9C,QAAA,MAAM,MAAM,EAAE,WAqCb,CAAA;AAED,eAAe,MAAM,CAAA"}
@@ -0,0 +1,4 @@
1
+ import { VersionData } from '../../types';
2
+ declare const v2_0_1: VersionData;
3
+ export default v2_0_1;
4
+ //# sourceMappingURL=v2.0.1.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"v2.0.1.d.ts","sourceRoot":"","sources":["../../../../src/changelog/versions/components/v2.0.1.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAE9C,QAAA,MAAM,MAAM,EAAE,WAkBb,CAAA;AAED,eAAe,MAAM,CAAA"}
@@ -0,0 +1,4 @@
1
+ import { VersionData } from '../../types';
2
+ declare const v2_0_10: VersionData;
3
+ export default v2_0_10;
4
+ //# sourceMappingURL=v2.0.10.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"v2.0.10.d.ts","sourceRoot":"","sources":["../../../../src/changelog/versions/components/v2.0.10.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAE9C,QAAA,MAAM,OAAO,EAAE,WA0Bd,CAAA;AAED,eAAe,OAAO,CAAA"}
@@ -0,0 +1,4 @@
1
+ import { VersionData } from '../../types';
2
+ declare const v2_0_13: VersionData;
3
+ export default v2_0_13;
4
+ //# sourceMappingURL=v2.0.13.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"v2.0.13.d.ts","sourceRoot":"","sources":["../../../../src/changelog/versions/components/v2.0.13.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAE9C,QAAA,MAAM,OAAO,EAAE,WAsBd,CAAA;AAED,eAAe,OAAO,CAAA"}
@@ -0,0 +1,4 @@
1
+ import { VersionData } from '../../types';
2
+ declare const v2_0_14: VersionData;
3
+ export default v2_0_14;
4
+ //# sourceMappingURL=v2.0.14.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"v2.0.14.d.ts","sourceRoot":"","sources":["../../../../src/changelog/versions/components/v2.0.14.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAE9C,QAAA,MAAM,OAAO,EAAE,WAyCd,CAAA;AAED,eAAe,OAAO,CAAA"}
@@ -0,0 +1,4 @@
1
+ import { VersionData } from '../../types';
2
+ declare const v2_0_15: VersionData;
3
+ export default v2_0_15;
4
+ //# sourceMappingURL=v2.0.15.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"v2.0.15.d.ts","sourceRoot":"","sources":["../../../../src/changelog/versions/components/v2.0.15.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAE9C,QAAA,MAAM,OAAO,EAAE,WAyBd,CAAA;AAED,eAAe,OAAO,CAAA"}
@@ -0,0 +1,4 @@
1
+ import { VersionData } from '../../types';
2
+ declare const v2_0_3: VersionData;
3
+ export default v2_0_3;
4
+ //# sourceMappingURL=v2.0.3.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"v2.0.3.d.ts","sourceRoot":"","sources":["../../../../src/changelog/versions/components/v2.0.3.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAE9C,QAAA,MAAM,MAAM,EAAE,WAkBb,CAAA;AAED,eAAe,MAAM,CAAA"}
@@ -0,0 +1,3 @@
1
+ import { VersionData } from '../../types';
2
+ export declare const iconsVersions: VersionData[];
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/changelog/versions/icons/index.ts"],"names":[],"mappings":"AAaA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAE9C,eAAO,MAAM,aAAa,EAAE,WAAW,EAAqD,CAAA"}
@@ -0,0 +1,4 @@
1
+ import { VersionData } from '../../types';
2
+ declare const v1_0_0: VersionData;
3
+ export default v1_0_0;
4
+ //# sourceMappingURL=v1.0.0.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"v1.0.0.d.ts","sourceRoot":"","sources":["../../../../src/changelog/versions/icons/v1.0.0.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAE9C,QAAA,MAAM,MAAM,EAAE,WAmBb,CAAA;AAED,eAAe,MAAM,CAAA"}
@@ -0,0 +1,4 @@
1
+ import { VersionData } from '../../types';
2
+ declare const v1_0_4: VersionData;
3
+ export default v1_0_4;
4
+ //# sourceMappingURL=v1.0.4.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"v1.0.4.d.ts","sourceRoot":"","sources":["../../../../src/changelog/versions/icons/v1.0.4.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAE9C,QAAA,MAAM,MAAM,EAAE,WAsBb,CAAA;AAED,eAAe,MAAM,CAAA"}
@@ -0,0 +1,4 @@
1
+ import { VersionData } from '../../types';
2
+ declare const v1_0_5: VersionData;
3
+ export default v1_0_5;
4
+ //# sourceMappingURL=v1.0.5.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"v1.0.5.d.ts","sourceRoot":"","sources":["../../../../src/changelog/versions/icons/v1.0.5.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAE9C,QAAA,MAAM,MAAM,EAAE,WAkBb,CAAA;AAED,eAAe,MAAM,CAAA"}
@@ -0,0 +1,4 @@
1
+ import { VersionData } from '../../types';
2
+ declare const v1_0_6: VersionData;
3
+ export default v1_0_6;
4
+ //# sourceMappingURL=v1.0.6.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"v1.0.6.d.ts","sourceRoot":"","sources":["../../../../src/changelog/versions/icons/v1.0.6.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAE9C,QAAA,MAAM,MAAM,EAAE,WAkBb,CAAA;AAED,eAAe,MAAM,CAAA"}
@@ -0,0 +1,4 @@
1
+ import { VersionData } from '../../types';
2
+ declare const v1_0_7: VersionData;
3
+ export default v1_0_7;
4
+ //# sourceMappingURL=v1.0.7.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"v1.0.7.d.ts","sourceRoot":"","sources":["../../../../src/changelog/versions/icons/v1.0.7.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAE9C,QAAA,MAAM,MAAM,EAAE,WAkBb,CAAA;AAED,eAAe,MAAM,CAAA"}
@@ -0,0 +1,4 @@
1
+ import { VersionData } from '../../types';
2
+ declare const v1_0_8: VersionData;
3
+ export default v1_0_8;
4
+ //# sourceMappingURL=v1.0.8.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"v1.0.8.d.ts","sourceRoot":"","sources":["../../../../src/changelog/versions/icons/v1.0.8.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAE9C,QAAA,MAAM,MAAM,EAAE,WA2Bb,CAAA;AAED,eAAe,MAAM,CAAA"}
@@ -1,11 +1,11 @@
1
- import { defineComponent as b, computed as x, createElementBlock as l, openBlock as n, normalizeClass as i, unref as t, createBlock as w, createCommentVNode as u, createVNode as a, createElementVNode as y, mergeProps as C, withCtx as B, renderSlot as V } from "vue";
1
+ import { defineComponent as v, computed as x, createElementBlock as l, openBlock as n, normalizeClass as i, unref as t, createBlock as w, createCommentVNode as u, createVNode as a, createElementVNode as y, mergeProps as C, withCtx as B, renderSlot as V } from "vue";
2
2
  import { reactiveOmit as k } from "@vueuse/core";
3
3
  import { injectComboboxRootContext as I, useForwardPropsEmits as z, ComboboxInput as P } from "reka-ui";
4
4
  import { cn as d } from "../lib/utils.js";
5
5
  import A from "../node_modules/.pnpm/lucide-vue-next@0.542.0_vue@3.5.19_typescript@5.8.3_/node_modules/lucide-vue-next/dist/esm/icons/search.js";
6
6
  import E from "../node_modules/.pnpm/lucide-vue-next@0.542.0_vue@3.5.19_typescript@5.8.3_/node_modules/lucide-vue-next/dist/esm/icons/x.js";
7
7
  import N from "../node_modules/.pnpm/lucide-vue-next@0.542.0_vue@3.5.19_typescript@5.8.3_/node_modules/lucide-vue-next/dist/esm/icons/chevron-down.js";
8
- const _ = /* @__PURE__ */ b({
8
+ const _ = /* @__PURE__ */ v({
9
9
  inheritAttrs: !1,
10
10
  __name: "ComboboxInput",
11
11
  props: {
@@ -25,7 +25,7 @@ const _ = /* @__PURE__ */ b({
25
25
  const e = o.modelValue.value;
26
26
  return Array.isArray(e) ? e.length > 0 : e != null && e !== "";
27
27
  });
28
- function v(e) {
28
+ function b(e) {
29
29
  e.stopPropagation(), e.preventDefault();
30
30
  const r = o.multiple.value ? [] : void 0;
31
31
  o.modelValue.value = r;
@@ -34,8 +34,8 @@ const _ = /* @__PURE__ */ b({
34
34
  "data-slot": "command-input-wrapper",
35
35
  class: i(
36
36
  t(d)(
37
- "selection:bg-primary selection:text-primary-foreground !border-input flex h-10 w-full items-center gap-2.5 rounded-md border bg-transparent px-3 shadow-xs transition-[color,box-shadow]",
38
- "hover:ring-ring/24 hover:ring-[2px]",
37
+ "selection:bg-primary selection:text-primary-foreground !border-input flex h-10 w-full items-center gap-3 rounded-xl border bg-transparent p-2.5 shadow-xs transition-[color,box-shadow]",
38
+ "hover:ring-ring/24 hover:ring-[2px] has-[:disabled]:ring-0 has-[:disabled]:hover:ring-0",
39
39
  "focus-within:ring-ring/24 focus-within:border-none focus-within:ring-[2px]",
40
40
  "aria-invalid:ring-destructive/24 aria-invalid:border-destructive"
41
41
  )
@@ -61,7 +61,7 @@ const _ = /* @__PURE__ */ b({
61
61
  key: 1,
62
62
  type: "button",
63
63
  class: "text-muted-foreground hover:text-foreground cursor-pointer transition-colors",
64
- onClick: v
64
+ onClick: b
65
65
  }, [
66
66
  a(t(E), { class: "size-4" })
67
67
  ])) : u("", !0),
@@ -1,8 +1,8 @@
1
- import { defineComponent as l, createBlock as d, openBlock as c, unref as e, mergeProps as m, withCtx as p, renderSlot as u } from "vue";
2
- import { reactiveOmit as g } from "@vueuse/core";
3
- import { useForwardPropsEmits as h, ComboboxItem as f } from "reka-ui";
4
- import { cn as x } from "../lib/utils.js";
5
- const y = /* @__PURE__ */ l({
1
+ import { defineComponent as i, createBlock as d, openBlock as c, unref as e, mergeProps as m, withCtx as p, renderSlot as u } from "vue";
2
+ import { reactiveOmit as f } from "@vueuse/core";
3
+ import { useForwardPropsEmits as g, ComboboxItem as x } from "reka-ui";
4
+ import { cn as b } from "../lib/utils.js";
5
+ const B = /* @__PURE__ */ i({
6
6
  __name: "ComboboxItem",
7
7
  props: {
8
8
  textValue: {},
@@ -14,20 +14,20 @@ const y = /* @__PURE__ */ l({
14
14
  },
15
15
  emits: ["select"],
16
16
  setup(o, { emit: s }) {
17
- const t = o, a = s, r = g(t, "class"), n = h(r, a);
18
- return (i, _) => (c(), d(e(f), m({ "data-slot": "combobox-item" }, e(n), {
19
- class: e(x)(
20
- "data-[highlighted]:bg-accent [&_svg:not([class*='text-'])]:text-muted-foreground relative flex cursor-default items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 data-[highlighted]:text-neutral-100 [&_svg]:pointer-events-none [&_svg]:shrink-0 data-[highlighted]:[&_svg]:!text-white [&_svg:not([class*='size-'])]:size-4",
17
+ const t = o, a = s, r = f(t, "class"), n = g(r, a);
18
+ return (l, _) => (c(), d(e(x), m({ "data-slot": "combobox-item" }, e(n), {
19
+ class: e(b)(
20
+ "data-[highlighted]:bg-accent/24 [&_svg:not([class*='text-'])]:text-muted-foreground relative flex cursor-default items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",
21
21
  t.class
22
22
  )
23
23
  }), {
24
24
  default: p(() => [
25
- u(i.$slots, "default")
25
+ u(l.$slots, "default")
26
26
  ]),
27
27
  _: 3
28
28
  }, 16, ["class"]));
29
29
  }
30
30
  });
31
31
  export {
32
- y as default
32
+ B as default
33
33
  };
@@ -1,8 +1,8 @@
1
- import { defineComponent as i, createBlock as c, openBlock as u, unref as e, mergeProps as l, withCtx as p, renderSlot as v } from "vue";
1
+ import { defineComponent as o, createBlock as l, openBlock as c, unref as e, mergeProps as u, withCtx as p, renderSlot as v } from "vue";
2
2
  import { cn as m } from "../lib/utils.js";
3
- import { reactiveOmit as f } from "@vueuse/core";
4
- import { useForwardPropsEmits as g, DropdownMenuItem as x } from "reka-ui";
5
- const B = /* @__PURE__ */ i({
3
+ import { reactiveOmit as g } from "@vueuse/core";
4
+ import { useForwardPropsEmits as f, DropdownMenuItem as h } from "reka-ui";
5
+ const B = /* @__PURE__ */ o({
6
6
  __name: "DropdownMenuItem",
7
7
  props: {
8
8
  disabled: { type: Boolean },
@@ -15,14 +15,14 @@ const B = /* @__PURE__ */ i({
15
15
  },
16
16
  emits: ["select"],
17
17
  setup(s, { emit: r }) {
18
- const a = s, o = r, n = f(a, "inset", "variant", "class"), d = g(n, o);
19
- return (t, _) => (u(), c(e(x), l({
18
+ const a = s, d = r, i = g(a, "inset", "variant", "class"), n = f(i, d);
19
+ return (t, x) => (c(), l(e(h), u({
20
20
  "data-slot": "dropdown-menu-item",
21
21
  "data-inset": t.inset ? "" : void 0,
22
22
  "data-variant": t.variant
23
- }, e(d), {
23
+ }, e(n), {
24
24
  class: e(m)(
25
- "focus:bg-accent/24 data-[variant=destructive]:text-destructive-foreground data-[variant=destructive]:focus:bg-destructive/10 dark:data-[variant=destructive]:focus:bg-destructive/40 data-[variant=destructive]:focus:text-destructive-foreground data-[variant=destructive]:*:[svg]:!text-destructive-foreground [&_svg:not([class*='text-'])]:text-muted-foreground outline-hidden group relative flex cursor-default select-none items-center gap-2 rounded-sm px-2 py-1.5 text-sm data-[disabled]:pointer-events-none data-[inset]:pl-8 data-[disabled]:opacity-50 [&_svg:not([class*='size-'])]:size-4 [&_svg]:pointer-events-none [&_svg]:shrink-0",
25
+ "data-[highlighted]:bg-accent/24 data-[variant=destructive]:text-destructive-foreground data-[variant=destructive]:data-[highlighted]:bg-destructive/10 dark:data-[variant=destructive]:data-[highlighted]:bg-destructive/40 data-[variant=destructive]:data-[highlighted]:text-destructive-foreground data-[variant=destructive]:*:[svg]:!text-destructive-foreground [&_svg:not([class*='text-'])]:text-muted-foreground outline-hidden group relative flex cursor-default select-none items-center gap-2 rounded-sm px-2 py-1.5 text-sm data-[disabled]:pointer-events-none data-[inset]:pl-8 data-[disabled]:opacity-50 [&_svg:not([class*='size-'])]:size-4 [&_svg]:pointer-events-none [&_svg]:shrink-0",
26
26
  a.class
27
27
  )
28
28
  }), {
@@ -1 +1 @@
1
- {"version":3,"file":"MultiSelectTrigger.vue.d.ts","sourceRoot":"","sources":["../../src/multi-select/MultiSelectTrigger.vue"],"names":[],"mappings":"AAqEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAClD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AASzC,MAAM,WAAW,uBAAwB,SAAQ,mBAAmB;IAClE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;IAC/B,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB;AAoBD,iBAAS,cAAc;WA8FT,OAAO,IAA6B;;yBAXrB,GAAG;;;;EAgB/B;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;6EAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"MultiSelectTrigger.vue.d.ts","sourceRoot":"","sources":["../../src/multi-select/MultiSelectTrigger.vue"],"names":[],"mappings":"AAsEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAClD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAQzC,MAAM,WAAW,uBAAwB,SAAQ,mBAAmB;IAClE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;IAC/B,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB;AAoBD,iBAAS,cAAc;WA8FT,OAAO,IAA6B;;yBAXrB,GAAG;;;;EAgB/B;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;6EAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,4 +1,4 @@
1
- import { defineComponent as u, createBlock as p, openBlock as l, unref as a, mergeProps as m, withCtx as b, renderSlot as f, createElementVNode as r, createElementBlock as g, createCommentVNode as v, createVNode as i } from "vue";
1
+ import { defineComponent as u, createBlock as p, openBlock as s, unref as a, mergeProps as b, withCtx as m, renderSlot as f, createElementVNode as r, createElementBlock as g, createCommentVNode as v, createVNode as i } from "vue";
2
2
  import { cn as h } from "../lib/utils.js";
3
3
  import x from "../popover/PopoverTrigger.vue.js";
4
4
  import { injectMultiSelectContext as C } from "./contexts.js";
@@ -19,27 +19,27 @@ const k = { class: "inline-flex gap-1" }, _ = { "aria-hidden": "true" }, j = /*
19
19
  e.stopPropagation(), t.clear();
20
20
  }
21
21
  return (e, B) => {
22
- var o, s;
23
- return l(), p(a(x), m({
22
+ var o, l;
23
+ return s(), p(a(x), b({
24
24
  "data-slot": "multi-select-trigger",
25
25
  as: e.as,
26
26
  "as-child": e.asChild,
27
27
  type: e.as === "button" ? "button" : void 0,
28
28
  role: "combobox",
29
29
  class: a(h)(
30
- "border-input data-[placeholder]:text-muted-foreground focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 aria-invalid:border-destructive shadow-xs flex w-fit items-center justify-between gap-2 whitespace-nowrap rounded-xl border bg-transparent p-2.5 text-sm outline-none transition-[color,box-shadow] focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:border-neutral-200 disabled:bg-gray-100 *:data-[slot=select-value]:line-clamp-1 *:data-[slot=multi-select-value]:flex *:data-[slot=multi-select-value]:items-stretch *:data-[slot=multi-select-value]:gap-2 [&_svg]:shrink-0",
30
+ "border-input data-[placeholder]:text-muted-foreground enabled:hover:ring-ring/24 enabled:hover:ring-[2px] focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 aria-invalid:border-destructive shadow-xs flex w-fit items-center justify-between gap-2 whitespace-nowrap rounded-xl border bg-transparent p-2.5 text-sm outline-none transition-[color,box-shadow] focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:border-neutral-200 disabled:bg-gray-100 *:data-[slot=select-value]:line-clamp-1 *:data-[slot=multi-select-value]:flex *:data-[slot=multi-select-value]:items-stretch *:data-[slot=multi-select-value]:gap-2 [&_svg]:shrink-0",
31
31
  n.class
32
32
  ),
33
33
  disabled: ((o = a(t).disabled) == null ? void 0 : o.value) || e.disabled,
34
34
  "aria-expanded": a(t).open.value || !1,
35
35
  "aria-haspopup": !0,
36
36
  "data-state": a(t).open.value ? "open" : "closed",
37
- "data-disabled": (s = a(t).disabled) != null && s.value || e.disabled ? "" : void 0
37
+ "data-disabled": (l = a(t).disabled) != null && l.value || e.disabled ? "" : void 0
38
38
  }, e.$attrs), {
39
- default: b(() => [
39
+ default: m(() => [
40
40
  f(e.$slots, "default"),
41
41
  r("div", k, [
42
- a(t).isEmptyModelValue.value ? v("", !0) : (l(), g("button", {
42
+ a(t).isEmptyModelValue.value ? v("", !0) : (s(), g("button", {
43
43
  key: 0,
44
44
  class: "text-primary-500 cursor-pointer bg-none",
45
45
  onClick: c
@@ -1,6 +1,6 @@
1
- import { defineComponent as s, createBlock as a, openBlock as C, normalizeProps as c, guardReactiveProps as n, withCtx as h, createElementBlock as p, normalizeStyle as d, normalizeClass as m, createElementVNode as t } from "vue";
1
+ import { defineComponent as s, createBlock as c, openBlock as C, normalizeProps as a, guardReactiveProps as n, withCtx as h, createElementBlock as p, normalizeStyle as d, normalizeClass as m, createElementVNode as t } from "vue";
2
2
  import w from "../components/IconWrapper/IconWrapper.vue.js";
3
- const f = ["width", "height"], k = /* @__PURE__ */ s({
3
+ const u = ["width", "height"], k = /* @__PURE__ */ s({
4
4
  __name: "AtCirclePlusSolidIcon",
5
5
  props: {
6
6
  size: {},
@@ -11,7 +11,7 @@ const f = ["width", "height"], k = /* @__PURE__ */ s({
11
11
  },
12
12
  setup(o) {
13
13
  const i = o;
14
- return (u, l) => (C(), a(w, c(n(i)), {
14
+ return (f, l) => (C(), c(w, a(n(i)), {
15
15
  default: h(({ class: r, style: e }) => [
16
16
  (C(), p("svg", {
17
17
  class: m(r),
@@ -35,7 +35,7 @@ const f = ["width", "height"], k = /* @__PURE__ */ s({
35
35
  })
36
36
  ])
37
37
  ], -1)
38
- ]), 14, f))
38
+ ]), 14, u))
39
39
  ]),
40
40
  _: 1
41
41
  }, 16));
@@ -1,6 +1,6 @@
1
- import { defineComponent as a, createBlock as s, openBlock as o, normalizeProps as c, guardReactiveProps as n, withCtx as h, createElementBlock as p, normalizeStyle as d, normalizeClass as m, createElementVNode as t } from "vue";
1
+ import { defineComponent as a, createBlock as c, openBlock as o, normalizeProps as s, guardReactiveProps as n, withCtx as h, createElementBlock as p, normalizeStyle as d, normalizeClass as m, createElementVNode as t } from "vue";
2
2
  import w from "../components/IconWrapper/IconWrapper.vue.js";
3
- const f = ["width", "height"], _ = /* @__PURE__ */ a({
3
+ const g = ["width", "height"], _ = /* @__PURE__ */ a({
4
4
  __name: "AtOrdenacaoRegularIcon",
5
5
  props: {
6
6
  size: {},
@@ -11,7 +11,7 @@ const f = ["width", "height"], _ = /* @__PURE__ */ a({
11
11
  },
12
12
  setup(C) {
13
13
  const i = C;
14
- return (g, l) => (o(), s(w, c(n(i)), {
14
+ return (u, l) => (o(), c(w, s(n(i)), {
15
15
  default: h(({ class: r, style: e }) => [
16
16
  (o(), p("svg", {
17
17
  class: m(r),
@@ -35,7 +35,7 @@ const f = ["width", "height"], _ = /* @__PURE__ */ a({
35
35
  })
36
36
  ])
37
37
  ], -1)
38
- ]), 14, f))
38
+ ]), 14, g))
39
39
  ]),
40
40
  _: 1
41
41
  }, 16));
@@ -1,6 +1,6 @@
1
1
  import o from "./IconWrapper.vue2.js";
2
2
  import t from "../../_virtual/_plugin-vue_export-helper.js";
3
- const a = /* @__PURE__ */ t(o, [["__scopeId", "data-v-f9855590"]]);
3
+ const c = /* @__PURE__ */ t(o, [["__scopeId", "data-v-2c0814de"]]);
4
4
  export {
5
- a as default
5
+ c as default
6
6
  };
@@ -1,4 +1,4 @@
1
- import { defineComponent as m, computed as f, createBlock as v, openBlock as l, unref as t, mergeProps as g, withCtx as n, renderSlot as h, createElementVNode as x, createElementBlock as b, createCommentVNode as w, createVNode as r, withModifiers as C } from "vue";
1
+ import { defineComponent as m, computed as f, createBlock as g, openBlock as s, unref as t, mergeProps as v, withCtx as n, renderSlot as h, createElementVNode as b, createElementBlock as x, createCommentVNode as w, createVNode as r, withModifiers as C } from "vue";
2
2
  import { cn as _ } from "../lib/utils.js";
3
3
  import { reactiveOmit as y } from "@vueuse/core";
4
4
  import { useForwardProps as B, injectSelectRootContext as V, SelectTrigger as k, SelectIcon as P } from "reka-ui";
@@ -15,7 +15,7 @@ const N = { class: "flex items-center gap-2" }, I = /* @__PURE__ */ m({
15
15
  withClearButton: { type: Boolean, default: !0 }
16
16
  },
17
17
  setup(i) {
18
- const s = i, d = y(s, "class"), c = B(d), o = V();
18
+ const a = i, d = y(a, "class"), c = B(d), o = V();
19
19
  function u(e) {
20
20
  e.stopPropagation(), e.preventDefault(), o.multiple.value ? o.modelValue.value = [] : o.modelValue.value = void 0;
21
21
  }
@@ -23,21 +23,21 @@ const N = { class: "flex items-center gap-2" }, I = /* @__PURE__ */ m({
23
23
  const e = o.modelValue.value;
24
24
  return Array.isArray(e) ? e.length > 0 : e != null && e !== "";
25
25
  });
26
- return (e, a) => (l(), v(t(k), g({ "data-slot": "select-trigger" }, t(c), {
26
+ return (e, l) => (s(), g(t(k), v({ "data-slot": "select-trigger" }, t(c), {
27
27
  class: t(_)(
28
28
  // eslint-disable-next-line prettier/prettier
29
- "border-input data-[placeholder]:text-muted-foreground [&_svg:not([class*='text-'])]:text-muted-foreground focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 aria-invalid:border-destructive flex w-fit items-center justify-between gap-2 rounded-xl border bg-transparent p-2.5 text-sm whitespace-nowrap shadow-xs transition-[color,box-shadow] outline-none focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:border-neutral-200 disabled:bg-gray-100 *:data-[slot=select-value]:line-clamp-1 *:data-[slot=select-value]:flex *:data-[slot=select-value]:items-center *:data-[slot=select-value]:gap-2 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",
30
- s.class
29
+ "border-input data-[placeholder]:text-muted-foreground [&_svg:not([class*='text-'])]:text-muted-foreground enabled:hover:ring-ring/24 enabled:hover:ring-[2px] focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 aria-invalid:border-destructive flex w-fit items-center justify-between gap-2 rounded-xl border bg-transparent p-2.5 text-sm whitespace-nowrap shadow-xs transition-[color,box-shadow] outline-none focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:border-neutral-200 disabled:bg-gray-100 *:data-[slot=select-value]:line-clamp-1 *:data-[slot=select-value]:flex *:data-[slot=select-value]:items-center *:data-[slot=select-value]:gap-2 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",
30
+ a.class
31
31
  )
32
32
  }), {
33
33
  default: n(() => [
34
34
  h(e.$slots, "default"),
35
- x("div", N, [
36
- e.withClearButton && p.value ? (l(), b("div", {
35
+ b("div", N, [
36
+ e.withClearButton && p.value ? (s(), x("div", {
37
37
  key: 0,
38
38
  role: "button",
39
39
  class: "text-muted-foreground hover:text-foreground z-10 cursor-pointer transition-colors",
40
- onPointerdown: a[0] || (a[0] = C(() => {
40
+ onPointerdown: l[0] || (l[0] = C(() => {
41
41
  }, ["stop"])),
42
42
  onClick: u
43
43
  }, [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@agrotools1/at-components",
3
3
  "type": "module",
4
- "version": "2.0.14-beta.9",
4
+ "version": "2.0.15",
5
5
  "private": false,
6
6
  "description": "Componentes da Agrotools - Versão 2 (com re-export da V1)",
7
7
  "author": "Agrotools",
@@ -43,7 +43,7 @@
43
43
  "vue-component-type-helpers": "^2.2.10"
44
44
  },
45
45
  "dependencies": {
46
- "@agrotools1/at-components1": "^1.1.2-beta.4",
46
+ "@agrotools1/at-components1": "^1.1.2",
47
47
  "@floating-ui/dom": "^1.4.2",
48
48
  "@floating-ui/vue": "^1.0.1",
49
49
  "@vueuse/core": "^13.4.0",
@@ -55,7 +55,7 @@
55
55
  "tailwind-merge": "^3.3.1",
56
56
  "tw-animate-css": "^1.3.4",
57
57
  "vue-sonner": "^2.0.8",
58
- "@agrotools1/at-icons": "1.0.7-beta.0",
58
+ "@agrotools1/at-icons": "1.0.8",
59
59
  "@agrotools1/at-tailwind-config": "0.2.0"
60
60
  },
61
61
  "devDependencies": {