Skip to content

Commit

Permalink
20190920
Browse files Browse the repository at this point in the history
  • Loading branch information
KloakIT committed Sep 20, 2019
1 parent c7a449a commit 8c2975a
Show file tree
Hide file tree
Showing 71 changed files with 664 additions and 17,865 deletions.
1 change: 1 addition & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"version": "0.2.0",
"configurations": [


{
"type": "node",
"request": "launch",
Expand Down
41 changes: 40 additions & 1 deletion app/CoNET.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,6 @@ interface install_config {
iterations: number
salt?: any
keylen?: number
localIpAddress: string []
digest?: string
freeUser: boolean
connectedImapDataUuid: string
Expand All @@ -635,16 +634,22 @@ interface install_config {
serverPort: number
connectedQTGateServer: boolean // true when connect to QTGate network
lastConnectType: number
localIpAddress: any[]

}

interface Jimp {
read( ...args: any): any
}

declare namespace SemanticUI {

}

declare namespace SocketIOClient {
interface Emitter {
emit11
emit22
}
}

Expand All @@ -666,4 +671,38 @@ interface coSearch_Object {
args: string[]
screenSize_x: number
screenSize_y: number
}

interface JQuery<TElement extends Node = HTMLElement> extends Iterable<TElement> {
//css(properties: JQuery.PlainObject<string | number | ((this: TElement, index: number, value: string) => string | number | void | undefined)>): this;
/**
* Get the computed style properties for the first element in the set of matched elements.
*
* @param propertyName A CSS property.
* An array of one or more CSS properties.
* @see {@link https://api.jquery.com/css/}
* @since 1.0
*/
//css(propertyName: string): string;
/**
* Get the computed style properties for the first element in the set of matched elements.
*
* @param propertyNames An array of one or more CSS properties.
* @see {@link https://api.jquery.com/css/}
* @since 1.9
*/
//css(propertyNames: string[]): JQuery.PlainObject<string>;

progress(k?:any ): any
transition(k?:any): any
dropdown(k?:any):any
popup(k?:any): any
shape(k?:any):any
dimmer(k?:any):any
checkbox(k?:any): any

}
interface JQueryStatic<TElement extends Node = HTMLElement> {
//'langEH', this.tLang(), { expires: 180, path: '/' }
cookie( ...obj:any): any
}
Loading

0 comments on commit 8c2975a

Please sign in to comment.