@flashist/flibs 0.0.180 → 0.0.181
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
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceLocator } from "./ServiceLocator";
|
|
2
2
|
export declare const getInstance: typeof ServiceLocator.getInstance;
|
|
3
|
+
export declare const getInstanceWithConstructorParams: typeof ServiceLocator.getInstanceWithConstructorParams;
|
|
3
4
|
export declare const serviceLocatorAdd: typeof ServiceLocator.add;
|
|
4
5
|
export declare const serviceLocatorProcessItemOnActivate: typeof ServiceLocator.processItemOnActivate;
|
|
5
6
|
export declare const serviceLocatorProcessItemOnDeactivate: typeof ServiceLocator.processItemOnDeactivate;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ServiceLocator } from "./ServiceLocator";
|
|
2
2
|
// Shortcuts
|
|
3
3
|
export var getInstance = ServiceLocator.getInstance;
|
|
4
|
+
export var getInstanceWithConstructorParams = ServiceLocator.getInstanceWithConstructorParams;
|
|
4
5
|
export var serviceLocatorAdd = ServiceLocator.add;
|
|
5
6
|
export var serviceLocatorProcessItemOnActivate = ServiceLocator.processItemOnActivate;
|
|
6
7
|
export var serviceLocatorProcessItemOnDeactivate = ServiceLocator.processItemOnDeactivate;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ServiceLocatorShortcuts.js","sourceRoot":"","sources":["../../src/servicelocator/ServiceLocatorShortcuts.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,YAAY;AACZ,MAAM,CAAC,IAAM,WAAW,GAAsC,cAAc,CAAC,WAAW,CAAC;AACzF,MAAM,CAAC,IAAM,iBAAiB,GAA8B,cAAc,CAAC,GAAG,CAAC;AAC/E,MAAM,CAAC,IAAM,mCAAmC,GAAgD,cAAc,CAAC,qBAAqB,CAAC;AACrI,MAAM,CAAC,IAAM,qCAAqC,GAAkD,cAAc,CAAC,uBAAuB,CAAC;AAE3I,oBAAoB;AACpB,MAAM,CAAC,aAAa,CAAC,GAAG,WAAW,CAAC"}
|
|
1
|
+
{"version":3,"file":"ServiceLocatorShortcuts.js","sourceRoot":"","sources":["../../src/servicelocator/ServiceLocatorShortcuts.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,YAAY;AACZ,MAAM,CAAC,IAAM,WAAW,GAAsC,cAAc,CAAC,WAAW,CAAC;AACzF,MAAM,CAAC,IAAM,gCAAgC,GAA2D,cAAc,CAAC,gCAAgC,CAAC;AACxJ,MAAM,CAAC,IAAM,iBAAiB,GAA8B,cAAc,CAAC,GAAG,CAAC;AAC/E,MAAM,CAAC,IAAM,mCAAmC,GAAgD,cAAc,CAAC,qBAAqB,CAAC;AACrI,MAAM,CAAC,IAAM,qCAAqC,GAAkD,cAAc,CAAC,uBAAuB,CAAC;AAE3I,oBAAoB;AACpB,MAAM,CAAC,aAAa,CAAC,GAAG,WAAW,CAAC"}
|