Comparing version 0.6.25 to 0.6.26
{ | ||
"name": "aurumjs", | ||
"version": "0.6.25", | ||
"version": "0.6.26", | ||
"description": "Stream based declarative DOM rendering library for javascript", | ||
@@ -5,0 +5,0 @@ "main": "prebuilt/cjs/aurumjs.js", |
@@ -324,2 +324,6 @@ import { AurumServerInfo } from '../aurum_server/aurum_server_client'; | ||
unique(cancellationToken?: CancellationToken, config?: ViewConfig): ReadOnlyArrayDataSource<T>; | ||
indexBy<K extends keyof T>(key: K, cancellationToken?: CancellationToken, config?: ViewConfig): MapDataSource<T[K], T>; | ||
groupBy<K extends keyof T>(key: K, cancellationToken?: CancellationToken, config?: ViewConfig): MapDataSource<T[K], ReadOnlyArrayDataSource<T>>; | ||
groupByProvider<K>(provider: (item: T) => K, cancellationToken?: CancellationToken, config?: ViewConfig): MapDataSource<K, ReadOnlyArrayDataSource<T>>; | ||
groupByMultiProvider<K>(provider: (item: T) => K[], cancellationToken?: CancellationToken, config?: ViewConfig): MapDataSource<K, ReadOnlyArrayDataSource<T>>; | ||
filter(callback: Predicate<T>, dependencies?: ReadOnlyDataSource<any>[], cancellationToken?: CancellationToken, config?: ViewConfig): ReadOnlyArrayDataSource<T>; | ||
@@ -326,0 +330,0 @@ } |
@@ -324,2 +324,6 @@ import { AurumServerInfo } from '../aurum_server/aurum_server_client'; | ||
unique(cancellationToken?: CancellationToken, config?: ViewConfig): ReadOnlyArrayDataSource<T>; | ||
indexBy<K extends keyof T>(key: K, cancellationToken?: CancellationToken, config?: ViewConfig): MapDataSource<T[K], T>; | ||
groupBy<K extends keyof T>(key: K, cancellationToken?: CancellationToken, config?: ViewConfig): MapDataSource<T[K], ReadOnlyArrayDataSource<T>>; | ||
groupByProvider<K>(provider: (item: T) => K, cancellationToken?: CancellationToken, config?: ViewConfig): MapDataSource<K, ReadOnlyArrayDataSource<T>>; | ||
groupByMultiProvider<K>(provider: (item: T) => K[], cancellationToken?: CancellationToken, config?: ViewConfig): MapDataSource<K, ReadOnlyArrayDataSource<T>>; | ||
filter(callback: Predicate<T>, dependencies?: ReadOnlyDataSource<any>[], cancellationToken?: CancellationToken, config?: ViewConfig): ReadOnlyArrayDataSource<T>; | ||
@@ -326,0 +330,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 not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4132664
39116