bt-core-app 2.0.207 → 2.0.208
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/bt-core-app.js +1 -1
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -44661,7 +44661,7 @@ function cu(e, t, a) {
|
|
|
44661
44661
|
}
|
|
44662
44662
|
return ze(), xM([A], ([$e]) => {
|
|
44663
44663
|
(e.trackSearchQuery || e.variant == "page") && r.updateSearch($e), console.log($e), D.value != 1 ? D.value = 1 : je();
|
|
44664
|
-
}, { debounce: 500
|
|
44664
|
+
}, { debounce: 500 }), Me(() => e.searchStr, ($e) => {
|
|
44665
44665
|
A.value = $e;
|
|
44666
44666
|
}), Me(I, async () => {
|
|
44667
44667
|
m == "whole-last-updated" ? je() : await lt();
|
package/package.json
CHANGED