bt-core-app 2.0.225 → 2.0.227
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 +537 -522
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2781,6 +2781,7 @@ export declare function useUrlUpdater(): {
|
|
|
2781
2781
|
replaceParams: (newParams: any) => void;
|
|
2782
2782
|
updateID: (id?: string, replace?: boolean) => void;
|
|
2783
2783
|
updateParams: (newParams: any) => void;
|
|
2784
|
+
updateQuery: (key: string, value: string, replace?: boolean) => void;
|
|
2784
2785
|
updateSearch: (str?: string, replace?: boolean) => void;
|
|
2785
2786
|
};
|
|
2786
2787
|
|
package/package.json
CHANGED