@appquality/unguess-design-system 4.0.6-beta.0 → 4.0.6-beta.1
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/build/index.js +2 -2
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -70846,7 +70846,7 @@ const Ynt = ({
|
|
|
70846
70846
|
);
|
|
70847
70847
|
d(L), typeof n == "function" && n(L);
|
|
70848
70848
|
}
|
|
70849
|
-
I.type === "option:click" && typeof t == "function" && (d(void 0), t({
|
|
70849
|
+
(I.type === "option:click" || I.type === "input:keyDown:Enter") && typeof t == "function" && I.selectionValue && (d(void 0), t({
|
|
70850
70850
|
inputValue: I.inputValue,
|
|
70851
70851
|
selectionValue: I.selectionValue
|
|
70852
70852
|
}));
|
|
@@ -72482,7 +72482,7 @@ const mrt = (e) => /* @__PURE__ */ M.jsx(qy, { ...e }), xXe = q(hle)`
|
|
|
72482
72482
|
l(y || "");
|
|
72483
72483
|
return;
|
|
72484
72484
|
}
|
|
72485
|
-
if (t && (m === "fn:setSelectionValue" || m === "option:click") && Array.isArray(w)) {
|
|
72485
|
+
if (t && (m === "fn:setSelectionValue" || m === "option:click" || m === "input:keyDown:Enter") && Array.isArray(w)) {
|
|
72486
72486
|
const T = w.map((k) => {
|
|
72487
72487
|
const R = e.find((_) => _.id === parseInt(k));
|
|
72488
72488
|
return R ? {
|