@farris/bef
Advanced tools
Comparing version 0.0.11-201903201730 to 0.0.11-201904112040
@@ -11,1 +11,2 @@ export * from './src/types'; | ||
export * from './src/decorators'; | ||
export * from './src/index'; |
{ | ||
"name": "@farris/bef", | ||
"version": "0.0.11-201903201730", | ||
"version": "0.0.11-201904112040", | ||
"description": "Farris Bef", | ||
@@ -5,0 +5,0 @@ "main": "./bundles/index.umd.js", |
@@ -0,0 +0,0 @@ import { Type } from '@angular/core'; |
@@ -0,0 +0,0 @@ import { Type } from '@angular/core'; |
@@ -0,0 +0,0 @@ import { ChangeDetailType, ChangeDetail } from './types'; |
@@ -28,8 +28,4 @@ import { Injector } from '@angular/core'; | ||
*/ | ||
getEntities(filter: any[], sort: any[], pageSize: number, pageIndex: number): Observable<T[]>; | ||
getList(filter: any[], sort: any[], pageSize: number, pageIndex: number): Observable<T[]>; | ||
/** | ||
* 获取实体集合 | ||
*/ | ||
getList(): Observable<T[]>; | ||
/** | ||
* 构造EntityFilter | ||
@@ -69,4 +65,9 @@ */ | ||
*/ | ||
removeByIds(id: string[]): Observable<any>; | ||
removeByIds(ids: string[]): Observable<boolean>; | ||
/** | ||
* 检测实体的主键值是否存在于数组中,如果存在返回true | ||
* @param array 待遍历数组 | ||
*/ | ||
private checkEntityValueExists; | ||
/** | ||
* 删除子级 | ||
@@ -94,2 +95,6 @@ * @param path 路径 | ||
/** | ||
* 应用idArray对应数据的变更 | ||
*/ | ||
applyChangesByIdArray(idArray: string[]): Observable<boolean>; | ||
/** | ||
* 应用id对应数据的变更 | ||
@@ -96,0 +101,0 @@ */ |
@@ -0,0 +0,0 @@ import { Entity, EntityCollection, EntityManager } from '@farris/devkit'; |
@@ -0,0 +0,0 @@ import { Observable } from 'rxjs/Observable'; |
@@ -0,0 +0,0 @@ import { Injector } from '@angular/core'; |
@@ -0,0 +0,0 @@ import { HttpClient } from '@angular/common/http'; |
@@ -0,0 +0,0 @@ import { HttpClient } from '@angular/common/http'; |
@@ -0,0 +0,0 @@ import { AppContext } from '@farris/devkit'; |
@@ -0,0 +0,0 @@ /** |
@@ -62,3 +62,3 @@ import { Observable } from 'rxjs/Observable'; | ||
*/ | ||
removeByIds(id: string[]): Observable<any>; | ||
removeByIds(ids: string[]): Observable<any>; | ||
/** | ||
@@ -65,0 +65,0 @@ * 删除子级 |
@@ -0,0 +0,0 @@ declare class EntityUtil { |
@@ -0,0 +0,0 @@ import { CacheService } from '@ecp-caf/caf-common'; |
import { InjectionToken } from '@angular/core'; | ||
declare const BE_SERVER_URI_TOKEN: InjectionToken<string>; | ||
export { BE_SERVER_URI_TOKEN }; |
@@ -0,0 +0,0 @@ /** |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
648466
26
6761
1