@agrotools1/at-components 2.0.6 → 2.0.8
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/index.js
CHANGED
|
@@ -22411,6 +22411,7 @@ const xC = /* @__PURE__ */ _({
|
|
|
22411
22411
|
F(r(Fa), { class: "size-4" })
|
|
22412
22412
|
])) : Me("", !0),
|
|
22413
22413
|
J("button", {
|
|
22414
|
+
type: "button",
|
|
22414
22415
|
class: Q(["text-muted-foreground hover:text-foreground cursor-pointer transition-transform", {
|
|
22415
22416
|
"rotate-180": r(o).open.value
|
|
22416
22417
|
}]),
|
|
@@ -22498,7 +22499,8 @@ const xC = /* @__PURE__ */ _({
|
|
|
22498
22499
|
default: m(() => [
|
|
22499
22500
|
F(r(q5), A({ "data-slot": "combobox-list" }, r(l), {
|
|
22500
22501
|
class: r(I)(
|
|
22501
|
-
"
|
|
22502
|
+
"max-h-[50vh] overflow-y-auto overscroll-contain",
|
|
22503
|
+
"bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 w-[var(--reka-combobox-trigger-width)] min-w-[var(--reka-combobox-trigger-width)] origin-(--reka-combobox-content-transform-origin) rounded-md border shadow-xs outline-none",
|
|
22502
22504
|
a.class
|
|
22503
22505
|
)
|
|
22504
22506
|
}), {
|
|
@@ -24793,7 +24795,7 @@ const au = /* @__PURE__ */ _({
|
|
|
24793
24795
|
"data-slot": "table-cell",
|
|
24794
24796
|
class: Q(
|
|
24795
24797
|
r(I)(
|
|
24796
|
-
"space-x-1
|
|
24798
|
+
"space-x-1 px-4 py-4 align-middle whitespace-nowrap text-gray-900 [&:has([role=checkbox])]:flex [&:has([role=checkbox])]:items-center [&:has([role=checkbox])]:justify-center [&:has([role=checkbox])]:pr-0",
|
|
24797
24799
|
t.class
|
|
24798
24800
|
)
|
|
24799
24801
|
)
|
|
@@ -24864,7 +24866,8 @@ const au = /* @__PURE__ */ _({
|
|
|
24864
24866
|
"data-slot": "table-head",
|
|
24865
24867
|
class: Q(
|
|
24866
24868
|
r(I)(
|
|
24867
|
-
"
|
|
24869
|
+
"sticky top-0 z-10",
|
|
24870
|
+
"text-primary px-4 py-2.5 text-left align-middle leading-5 font-bold tracking-normal whitespace-nowrap [&:has([role=checkbox])]:flex [&:has([role=checkbox])]:items-center [&:has([role=checkbox])]:justify-center [&:has([role=checkbox])]:pr-0",
|
|
24868
24871
|
t.class
|
|
24869
24872
|
)
|
|
24870
24873
|
)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableHead.vue.d.ts","sourceRoot":"","sources":["../../src/table/TableHead.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TableHead.vue.d.ts","sourceRoot":"","sources":["../../src/table/TableHead.vue"],"names":[],"mappings":"AAyBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAGzC,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAChC,CAAC;AAKF,iBAAS,cAAc;WA8BT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,mTAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agrotools1/at-components",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.8",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "Componentes da Agrotools - Versão 2 (com re-export da V1)",
|
|
7
7
|
"author": "Agrotools",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"tailwind-merge": "^3.3.1",
|
|
49
49
|
"tw-animate-css": "^1.3.4",
|
|
50
50
|
"vue-sonner": "^2.0.8",
|
|
51
|
-
"@agrotools1/at-
|
|
52
|
-
"@agrotools1/at-
|
|
51
|
+
"@agrotools1/at-tailwind-config": "0.2.0",
|
|
52
|
+
"@agrotools1/at-icons": "1.0.7"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@internationalized/date": "^3.8.2",
|