mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 04:11:49 +02:00
Some fixes for egw_action and egw_global
This commit is contained in:
parent
08b6cce51d
commit
2cc2f198d4
2
api/js/egw_action/egw_action.d.ts
vendored
2
api/js/egw_action/egw_action.d.ts
vendored
@ -145,7 +145,7 @@ declare class egwAction {
|
|||||||
previous: string;
|
previous: string;
|
||||||
close: string;
|
close: string;
|
||||||
};
|
};
|
||||||
updateActions(_actions: any, _app: string): void;
|
updateActions(_actions: any, _app?: string): void;
|
||||||
not_disableClass(_action: any, _senders: any, _target: any): boolean;
|
not_disableClass(_action: any, _senders: any, _target: any): boolean;
|
||||||
enableClass(_action: any, _senders: any, _target: any): boolean;
|
enableClass(_action: any, _senders: any, _target: any): boolean;
|
||||||
enableId(_action: any, _senders: any, _target: any): any;
|
enableId(_action: any, _senders: any, _target: any): any;
|
||||||
|
2
api/js/jsapi/egw_global.d.ts
vendored
2
api/js/jsapi/egw_global.d.ts
vendored
@ -461,7 +461,7 @@ declare interface IegwGlobal
|
|||||||
* @param {string} key
|
* @param {string} key
|
||||||
* @param {string | array} value
|
* @param {string | array} value
|
||||||
*/
|
*/
|
||||||
setSessionItem(application : string, key : string, value : string[]) : void;
|
setSessionItem(application : string, key : string, value : string[] | string) : void;
|
||||||
/**
|
/**
|
||||||
* Remove a value from session storage
|
* Remove a value from session storage
|
||||||
* @param {string} application
|
* @param {string} application
|
||||||
|
Loading…
x
Reference in New Issue
Block a user