@elite.framework/ng.core 2.0.27 → 2.0.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/services/index.d.ts
CHANGED
|
@@ -1553,7 +1553,7 @@ declare class WindowService {
|
|
|
1553
1553
|
}
|
|
1554
1554
|
|
|
1555
1555
|
declare const SORT_COMPARE_FUNC: InjectionToken<(a: SortableItem, b: SortableItem) => number>;
|
|
1556
|
-
declare function compareFuncFactory(): (a: SortableItem | any, b: SortableItem | any) =>
|
|
1556
|
+
declare function compareFuncFactory(): (a: SortableItem | any, b: SortableItem | any) => 0 | 1 | -1;
|
|
1557
1557
|
|
|
1558
1558
|
declare function getRemoteEnv(injector: Injector, environment: Partial<Environment>): Promise<void> | Promise<Environment | null | undefined>;
|
|
1559
1559
|
|