[Update Package] whole packages updated.

This commit is contained in:
Qolzam
2018-12-07 09:45:06 +07:00
parent 48a86a5b6e
commit c128b9d599
58 changed files with 2545 additions and 2539 deletions

View File

@@ -3,22 +3,16 @@ import {Map} from 'immutable'
/**
* Circle state
*
* @export
* @class CircleState
*/
export class CircleState {
[key: string]: any
/**
* The list of users belong to users circle
*
* @memberof CircleState
*/
userTies: Map<string, UserTie> = Map({})
/**
* The list of users belong to users circle
*
* @memberof CircleState
*/
userTieds: Map<string, UserTie> = Map({})
@@ -49,8 +43,6 @@ export class CircleState {
/**
* If user circles are loaded {true} or not {false}
*
* @memberof CircleState
*/
loaded: boolean = false