@agrotools1/at-components 2.0.34 → 2.0.36
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/changelog/versions/components/index.d.ts.map +1 -1
- package/dist/changelog/versions/components/v2.0.35.d.ts +4 -0
- package/dist/changelog/versions/components/v2.0.35.d.ts.map +1 -0
- package/dist/changelog/versions/components/v2.0.36.d.ts +4 -0
- package/dist/changelog/versions/components/v2.0.36.d.ts.map +1 -0
- package/dist/combobox/ComboboxList.vue.d.ts +6 -2
- package/dist/combobox/ComboboxList.vue.d.ts.map +1 -1
- package/dist/combobox/ComboboxList.vue.js +29 -26
- package/dist/document-input/DocumentAutoComplete.vue.d.ts.map +1 -1
- package/dist/document-input/DocumentAutoComplete.vue.js +1 -2
- package/dist/dropdown-menu/DropdownMenuContent.vue.d.ts +6 -2
- package/dist/dropdown-menu/DropdownMenuContent.vue.d.ts.map +1 -1
- package/dist/dropdown-menu/DropdownMenuContent.vue.js +28 -25
- package/dist/index.css +1 -1
- package/dist/popover/PopoverContent.vue.d.ts +4 -0
- package/dist/popover/PopoverContent.vue.d.ts.map +1 -1
- package/dist/popover/PopoverContent.vue.js +27 -24
- package/dist/select/SelectContent.vue.d.ts +4 -0
- package/dist/select/SelectContent.vue.d.ts.map +1 -1
- package/dist/select/SelectContent.vue.js +43 -40
- package/dist/sheet/SheetContent.vue.d.ts.map +1 -1
- package/dist/sheet/SheetContent.vue.js +19 -25
- package/dist/sheet/SheetFooter.vue.js +3 -3
- package/dist/sheet/sheetContent.variants.d.ts +6 -0
- package/dist/sheet/sheetContent.variants.d.ts.map +1 -0
- package/dist/sheet/sheetContent.variants.js +20 -0
- package/package.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/changelog/versions/components/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/changelog/versions/components/index.ts"],"names":[],"mappings":"AA4BA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAE9C,4EAA4E;AAC5E,eAAO,MAAM,kBAAkB,EAAE,WAAW,EAqB3C,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"v2.0.35.d.ts","sourceRoot":"","sources":["../../../../src/changelog/versions/components/v2.0.35.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAE9C,QAAA,MAAM,OAAO,EAAE,WAWd,CAAA;AAED,eAAe,OAAO,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"v2.0.36.d.ts","sourceRoot":"","sources":["../../../../src/changelog/versions/components/v2.0.36.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAE9C,QAAA,MAAM,OAAO,EAAE,WA6Cd,CAAA;AAED,eAAe,OAAO,CAAA"}
|
|
@@ -2,6 +2,8 @@ import { ComboboxContentProps } from 'reka-ui';
|
|
|
2
2
|
import { HTMLAttributes } from 'vue';
|
|
3
3
|
type __VLS_Props = ComboboxContentProps & {
|
|
4
4
|
class?: HTMLAttributes['class'];
|
|
5
|
+
disablePortal?: boolean;
|
|
6
|
+
positionStrategy?: 'fixed' | 'absolute';
|
|
5
7
|
};
|
|
6
8
|
declare function __VLS_template(): {
|
|
7
9
|
attrs: Partial<{}>;
|
|
@@ -9,7 +11,7 @@ declare function __VLS_template(): {
|
|
|
9
11
|
default?(_: {}): any;
|
|
10
12
|
};
|
|
11
13
|
refs: {};
|
|
12
|
-
rootEl:
|
|
14
|
+
rootEl: HTMLDivElement;
|
|
13
15
|
};
|
|
14
16
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
17
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -26,7 +28,9 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
26
28
|
align: "end" | "start" | "center";
|
|
27
29
|
position: "inline" | "popper";
|
|
28
30
|
sideOffset: number;
|
|
29
|
-
|
|
31
|
+
positionStrategy: "absolute" | "fixed";
|
|
32
|
+
disablePortal: boolean;
|
|
33
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
30
34
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
31
35
|
export default _default;
|
|
32
36
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ComboboxList.vue.d.ts","sourceRoot":"","sources":["../../src/combobox/ComboboxList.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ComboboxList.vue.d.ts","sourceRoot":"","sources":["../../src/combobox/ComboboxList.vue"],"names":[],"mappings":"AAmDA,OAAO,KAAK,EAAwB,oBAAoB,EAAE,MAAM,SAAS,CAAA;AAEzE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAEzC,KAAK,WAAW,GAAG,oBAAoB,GAAG;IACpC,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;IAC/B,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,gBAAgB,CAAC,EAAE,OAAO,GAAG,UAAU,CAAA;CACxC,CAAC;AA2BN,iBAAS,cAAc;WA8DT,OAAO,IAA6B;;yBAVpB,GAAG;;;;EAehC;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;mBA/GC,OAAO;wFAwH3B,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,8 +1,8 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
const O = /* @__PURE__ */
|
|
1
|
+
import { defineComponent as p, createElementBlock as c, openBlock as m, createVNode as t, unref as e, withCtx as a, mergeProps as f, renderSlot as u } from "vue";
|
|
2
|
+
import { cn as b } from "../lib/utils.js";
|
|
3
|
+
import { reactiveOmit as g } from "@vueuse/core";
|
|
4
|
+
import { useForwardPropsEmits as y, ComboboxPortal as h, ComboboxContent as B } from "reka-ui";
|
|
5
|
+
const v = { class: "relative" }, O = /* @__PURE__ */ p({
|
|
6
6
|
__name: "ComboboxList",
|
|
7
7
|
props: {
|
|
8
8
|
forceMount: { type: Boolean },
|
|
@@ -20,7 +20,7 @@ const O = /* @__PURE__ */ l({
|
|
|
20
20
|
arrowPadding: {},
|
|
21
21
|
sticky: {},
|
|
22
22
|
hideWhenDetached: { type: Boolean },
|
|
23
|
-
positionStrategy: {},
|
|
23
|
+
positionStrategy: { default: "absolute" },
|
|
24
24
|
updatePositionStrategy: {},
|
|
25
25
|
disableUpdateOnLayoutShift: { type: Boolean },
|
|
26
26
|
prioritizePosition: { type: Boolean },
|
|
@@ -28,28 +28,31 @@ const O = /* @__PURE__ */ l({
|
|
|
28
28
|
asChild: { type: Boolean },
|
|
29
29
|
as: {},
|
|
30
30
|
disableOutsidePointerEvents: { type: Boolean },
|
|
31
|
-
class: {}
|
|
31
|
+
class: {},
|
|
32
|
+
disablePortal: { type: Boolean, default: !0 }
|
|
32
33
|
},
|
|
33
34
|
emits: ["escapeKeyDown", "pointerDownOutside", "focusOutside", "interactOutside"],
|
|
34
|
-
setup(
|
|
35
|
-
const
|
|
36
|
-
return (
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
35
|
+
setup(i, { emit: s }) {
|
|
36
|
+
const o = i, r = s, n = g(o, "class"), d = y(n, r);
|
|
37
|
+
return (l, w) => (m(), c("div", v, [
|
|
38
|
+
t(e(h), { disabled: !0 }, {
|
|
39
|
+
default: a(() => [
|
|
40
|
+
t(e(B), f({ "data-slot": "combobox-list" }, { ...e(d), strategy: "absolute" }, {
|
|
41
|
+
class: e(b)(
|
|
42
|
+
"!border-input max-h-[50vh] overflow-y-auto overscroll-contain !border",
|
|
43
|
+
"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 shadow-xs outline-none relative",
|
|
44
|
+
o.class
|
|
45
|
+
)
|
|
46
|
+
}), {
|
|
47
|
+
default: a(() => [
|
|
48
|
+
u(l.$slots, "default")
|
|
49
|
+
]),
|
|
50
|
+
_: 3
|
|
51
|
+
}, 16, ["class"])
|
|
52
|
+
]),
|
|
53
|
+
_: 3
|
|
54
|
+
})
|
|
55
|
+
]));
|
|
53
56
|
}
|
|
54
57
|
});
|
|
55
58
|
export {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DocumentAutoComplete.vue.d.ts","sourceRoot":"","sources":["../../src/document-input/DocumentAutoComplete.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DocumentAutoComplete.vue.d.ts","sourceRoot":"","sources":["../../src/document-input/DocumentAutoComplete.vue"],"names":[],"mappings":"AAqpBA,UAAU,KAAK;IACb,8BAA8B;IAC9B,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,+CAA+C;IAC/C,UAAU,CAAC,EAAE,GAAG,CAAA;IAChB;;;OAGG;IACH,YAAY,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,UAAU,GAAG,SAAS,GAAG,QAAQ,CAAA;IACjE,8CAA8C;IAC9C,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,mDAAmD;IACnD,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,uCAAuC;IACvC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,2DAA2D;IAC3D,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB;;;OAGG;IACH,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,CAAA;IACxB,oEAAoE;IACpE,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,uEAAuE;IACvE,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,+BAA+B;IAC/B,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,kDAAkD;IAClD,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,2DAA2D;IAC3D,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,+CAA+C;IAC/C,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,oCAAoC;IACpC,KAAK,CAAC,EAAE,GAAG,CAAA;IACX,wCAAwC;IACxC,UAAU,CAAC,EAAE,GAAG,CAAA;IAChB,iDAAiD;IACjD,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,kDAAkD;IAClD,sBAAsB,CAAC,EAAE,OAAO,CAAA;IAChC,2CAA2C;IAC3C,OAAO,CAAC,EAAE,GAAG,EAAE,CAAA;IACf,qCAAqC;IACrC,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,0DAA0D;IAC1D,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,uDAAuD;IACvD,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAA;CACxB;AA4ZD,iBAAS,cAAc;WAiWT,OAAO,IAA6B;;uBAhBtB,GAAG;sBACJ,GAAG;yBACA,GAAG;uBACL,GAAG;yBACD,GAAG;;;YACJ,GAAG;;;;;;EAgB/B;AA4CD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;cAh2BR,OAAO;iBAeJ,OAAO;aARX,OAAO;WAFT,OAAO,GAAG,MAAM;cAuBb,OAAO;gBAnBL,OAAO;kBAjBL,KAAK,GAAG,MAAM,GAAG,UAAU,GAAG,SAAS,GAAG,QAAQ;4BAsCxC,OAAO;YAVvB,OAAO;mBA4BA,OAAO;cALZ,MAAM;;;kBA+zBjB,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"}
|
|
@@ -74,8 +74,7 @@ const Be = { key: 0 }, Ue = { class: "relative flex items-center" }, Se = {
|
|
|
74
74
|
"loading",
|
|
75
75
|
"notFoundText",
|
|
76
76
|
"loadingText",
|
|
77
|
-
"optionId"
|
|
78
|
-
"modelValue"
|
|
77
|
+
"optionId"
|
|
79
78
|
), W = ke(Q, o), s = v(""), V = v(!1), I = v(!1), E = v(!1), $ = v(null), M = v(e.modelValue);
|
|
80
79
|
function Y(t, l) {
|
|
81
80
|
if (!l) return t;
|
|
@@ -2,6 +2,8 @@ import { DropdownMenuContentProps } from 'reka-ui';
|
|
|
2
2
|
import { HTMLAttributes } from 'vue';
|
|
3
3
|
type __VLS_Props = DropdownMenuContentProps & {
|
|
4
4
|
class?: HTMLAttributes['class'];
|
|
5
|
+
disablePortal?: boolean;
|
|
6
|
+
positionStrategy?: 'fixed' | 'absolute';
|
|
5
7
|
};
|
|
6
8
|
declare function __VLS_template(): {
|
|
7
9
|
attrs: Partial<{}>;
|
|
@@ -9,7 +11,7 @@ declare function __VLS_template(): {
|
|
|
9
11
|
default?(_: {}): any;
|
|
10
12
|
};
|
|
11
13
|
refs: {};
|
|
12
|
-
rootEl:
|
|
14
|
+
rootEl: HTMLDivElement;
|
|
13
15
|
};
|
|
14
16
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
17
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -26,7 +28,9 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
26
28
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
27
29
|
}>, {
|
|
28
30
|
sideOffset: number;
|
|
29
|
-
|
|
31
|
+
positionStrategy: "absolute" | "fixed";
|
|
32
|
+
disablePortal: boolean;
|
|
33
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
30
34
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
31
35
|
export default _default;
|
|
32
36
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DropdownMenuContent.vue.d.ts","sourceRoot":"","sources":["../../src/dropdown-menu/DropdownMenuContent.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DropdownMenuContent.vue.d.ts","sourceRoot":"","sources":["../../src/dropdown-menu/DropdownMenuContent.vue"],"names":[],"mappings":"AAgDA,OAAO,KAAK,EAA4B,wBAAwB,EAAE,MAAM,SAAS,CAAA;AACjF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAKzC,KAAK,WAAW,GAAG,wBAAwB,GAAG;IACxC,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;IAC/B,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,gBAAgB,CAAC,EAAE,OAAO,GAAG,UAAU,CAAA;CACxC,CAAC;AAyBN,iBAAS,cAAc;WA4DT,OAAO,IAA6B;;yBAVpB,GAAG;;;;EAehC;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;mBA3GC,OAAO;wFAoH3B,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,8 +1,8 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { reactiveOmit as
|
|
3
|
-
import { useForwardPropsEmits as
|
|
1
|
+
import { defineComponent as p, createElementBlock as u, openBlock as c, createVNode as a, unref as e, withCtx as n, mergeProps as m, renderSlot as f } from "vue";
|
|
2
|
+
import { reactiveOmit as y } from "@vueuse/core";
|
|
3
|
+
import { useForwardPropsEmits as g, DropdownMenuPortal as w, DropdownMenuContent as h } from "reka-ui";
|
|
4
4
|
import { cn as B } from "../lib/utils.js";
|
|
5
|
-
const
|
|
5
|
+
const b = { class: "relative" }, D = /* @__PURE__ */ p({
|
|
6
6
|
__name: "DropdownMenuContent",
|
|
7
7
|
props: {
|
|
8
8
|
forceMount: { type: Boolean },
|
|
@@ -19,36 +19,39 @@ const C = /* @__PURE__ */ l({
|
|
|
19
19
|
arrowPadding: {},
|
|
20
20
|
sticky: {},
|
|
21
21
|
hideWhenDetached: { type: Boolean },
|
|
22
|
-
positionStrategy: {},
|
|
22
|
+
positionStrategy: { default: "absolute" },
|
|
23
23
|
updatePositionStrategy: {},
|
|
24
24
|
disableUpdateOnLayoutShift: { type: Boolean },
|
|
25
25
|
prioritizePosition: { type: Boolean },
|
|
26
26
|
reference: {},
|
|
27
27
|
asChild: { type: Boolean },
|
|
28
28
|
as: {},
|
|
29
|
-
class: {}
|
|
29
|
+
class: {},
|
|
30
|
+
disablePortal: { type: Boolean, default: !0 }
|
|
30
31
|
},
|
|
31
32
|
emits: ["escapeKeyDown", "pointerDownOutside", "focusOutside", "interactOutside", "closeAutoFocus"],
|
|
32
|
-
setup(
|
|
33
|
-
const
|
|
34
|
-
return (
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
33
|
+
setup(i, { emit: s }) {
|
|
34
|
+
const o = i, d = s, r = y(o, "class"), l = g(r, d);
|
|
35
|
+
return (t, v) => (c(), u("div", b, [
|
|
36
|
+
a(e(w), { disabled: !0 }, {
|
|
37
|
+
default: n(() => [
|
|
38
|
+
a(e(h), m({ "data-slot": "dropdown-menu-content" }, { ...e(l), ...t.$attrs, strategy: "absolute" }, {
|
|
39
|
+
class: e(B)(
|
|
40
|
+
"border-input 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 max-h-(--reka-dropdown-menu-content-available-height) min-w-[8rem] origin-(--reka-dropdown-menu-content-transform-origin) overflow-x-hidden overflow-y-auto rounded-md border p-1 shadow-md relative",
|
|
41
|
+
o.class
|
|
42
|
+
)
|
|
43
|
+
}), {
|
|
44
|
+
default: n(() => [
|
|
45
|
+
f(t.$slots, "default")
|
|
46
|
+
]),
|
|
47
|
+
_: 3
|
|
48
|
+
}, 16, ["class"])
|
|
49
|
+
]),
|
|
50
|
+
_: 3
|
|
51
|
+
})
|
|
52
|
+
]));
|
|
50
53
|
}
|
|
51
54
|
});
|
|
52
55
|
export {
|
|
53
|
-
|
|
56
|
+
D as default
|
|
54
57
|
};
|