componentes-exagono 0.2.55 → 0.2.56
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.es.js +17 -1
- package/dist/index.umd.js +24 -24
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -18113,6 +18113,14 @@ const b5 = {
|
|
|
18113
18113
|
} else
|
|
18114
18114
|
Y("");
|
|
18115
18115
|
},
|
|
18116
|
+
slotProps: {
|
|
18117
|
+
paper: {
|
|
18118
|
+
sx: {
|
|
18119
|
+
width: "fit-content",
|
|
18120
|
+
minWidth: "250px"
|
|
18121
|
+
}
|
|
18122
|
+
}
|
|
18123
|
+
},
|
|
18116
18124
|
onInputChange: (I, oe) => Y(oe),
|
|
18117
18125
|
renderInput: (I) => /* @__PURE__ */ l.jsx(
|
|
18118
18126
|
Xt,
|
|
@@ -18168,7 +18176,15 @@ const b5 = {
|
|
|
18168
18176
|
} else
|
|
18169
18177
|
Y("");
|
|
18170
18178
|
},
|
|
18171
|
-
|
|
18179
|
+
slotProps: {
|
|
18180
|
+
paper: {
|
|
18181
|
+
sx: {
|
|
18182
|
+
width: "fit-content",
|
|
18183
|
+
minWidth: "250px"
|
|
18184
|
+
}
|
|
18185
|
+
}
|
|
18186
|
+
},
|
|
18187
|
+
renderOption: (I, oe) => /* @__PURE__ */ fo($, { component: "li", ...I, key: typeof oe == "string" ? oe : oe.value }, /* @__PURE__ */ l.jsx(me, { children: typeof oe == "string" ? oe : oe.label })),
|
|
18172
18188
|
onInputChange: (I, oe) => Y(oe),
|
|
18173
18189
|
renderInput: (I) => /* @__PURE__ */ l.jsx(
|
|
18174
18190
|
Xt,
|