@arbocollab/arbo-web-search 0.26.1-alpha.0 → 0.26.1-alpha.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/dist/es/index.es.js
CHANGED
|
@@ -50253,6 +50253,13 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
50253
50253
|
});
|
|
50254
50254
|
};
|
|
50255
50255
|
const handleKeyDown = (event) => {
|
|
50256
|
+
let isDisabled = false;
|
|
50257
|
+
const listEl = listRef.value;
|
|
50258
|
+
const wrapperlistEl = listEl?.closest(".arbo-app-loader-show");
|
|
50259
|
+
if (wrapperlistEl && window.getComputedStyle(wrapperlistEl).filter === "brightness(0.65)") {
|
|
50260
|
+
isDisabled = true;
|
|
50261
|
+
}
|
|
50262
|
+
if (isDisabled) return;
|
|
50256
50263
|
if (!searchResults.value || searchResults.value.length === 0) return;
|
|
50257
50264
|
selectMode.value = "keyboard";
|
|
50258
50265
|
const keyActions = {
|
|
@@ -52234,7 +52241,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
52234
52241
|
};
|
|
52235
52242
|
}
|
|
52236
52243
|
});
|
|
52237
|
-
const version = "0.26.1-alpha.
|
|
52244
|
+
const version = "0.26.1-alpha.1";
|
|
52238
52245
|
/*!
|
|
52239
52246
|
* shared v11.2.8
|
|
52240
52247
|
* (c) 2025 kazuya kawaguchi
|