@hybridly/vue 0.10.0-beta.21 → 0.10.0-beta.22
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.mjs +3 -2
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -1714,6 +1714,9 @@ function useRefinements(input, defaultOptions = {}) {
|
|
|
1714
1714
|
const filtersKey = computed(() => refinements.value.keys.filters);
|
|
1715
1715
|
defaultOptions = {
|
|
1716
1716
|
replace: false,
|
|
1717
|
+
group: "refining",
|
|
1718
|
+
interruptAsyncOnStart: "same-group",
|
|
1719
|
+
reset: "*",
|
|
1717
1720
|
...defaultOptions
|
|
1718
1721
|
};
|
|
1719
1722
|
const sorts = computed(() => {
|
|
@@ -1794,8 +1797,6 @@ function useRefinements(input, defaultOptions = {}) {
|
|
|
1794
1797
|
return operator;
|
|
1795
1798
|
})();
|
|
1796
1799
|
return await router$1.reload({
|
|
1797
|
-
group: `query:${name}`,
|
|
1798
|
-
interruptAsyncOnStart: "same-group",
|
|
1799
1800
|
progress: true,
|
|
1800
1801
|
...defaultOptions,
|
|
1801
1802
|
...options,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hybridly/vue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.10.0-beta.
|
|
4
|
+
"version": "0.10.0-beta.22",
|
|
5
5
|
"description": "Vue adapter for Hybridly",
|
|
6
6
|
"author": "Enzo Innocenzi <enzo@innocenzi.dev>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@clickbar/dot-diver": "^1.0.7",
|
|
49
49
|
"es-toolkit": "^1.45.1",
|
|
50
|
-
"@hybridly/core": "0.10.0-beta.
|
|
51
|
-
"@hybridly/utils": "0.10.0-beta.
|
|
50
|
+
"@hybridly/core": "0.10.0-beta.22",
|
|
51
|
+
"@hybridly/utils": "0.10.0-beta.22",
|
|
52
52
|
"@vue/devtools-api": "^8.1.0",
|
|
53
53
|
"defu": "^6.1.4",
|
|
54
54
|
"nprogress": "^0.2.0"
|