@nocobase/client 1.8.7 → 1.8.9
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.
|
@@ -47,8 +47,9 @@ export declare const getStoredPopupContext: (popupUid: string) => PopupContextSt
|
|
|
47
47
|
* will directly retrieve the context information from the cache instead of making an API request.
|
|
48
48
|
* @param popupUid
|
|
49
49
|
* @param params
|
|
50
|
+
* @param isDefault - Determines whether to store the context as a default value in `defaultPopupsContextStorage`
|
|
50
51
|
*/
|
|
51
|
-
export declare const storePopupContext: (popupUid: string, params: PopupContextStorage) => void;
|
|
52
|
+
export declare const storePopupContext: (popupUid: string, params: PopupContextStorage, isDefault?: boolean) => void;
|
|
52
53
|
export declare const deletePopupContext: (popupUid: string) => void;
|
|
53
54
|
export declare const getBlockService: (popupUid: string) => {
|
|
54
55
|
service: any;
|