@yuuvis/client-core 2.1.15 → 2.1.16
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/index.d.ts
CHANGED
|
@@ -51,7 +51,6 @@ export * from './lib/service/search/search.service.interface';
|
|
|
51
51
|
export * from './lib/service/session-storage/session-storage.service';
|
|
52
52
|
export * from './lib/service/object-form/object-form.interface';
|
|
53
53
|
export * from './lib/service/object-form/object-form.model';
|
|
54
|
-
export * from './lib/service/object-form/object-form-translate.service';
|
|
55
54
|
export * from './lib/service/system/system.enum';
|
|
56
55
|
export * from './lib/service/system/system.interface';
|
|
57
56
|
export * from './lib/service/system/system.service';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
package/package.json
CHANGED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* Providing an error message when a translation string for an object wasn't found
|
|
4
|
-
*/
|
|
5
|
-
export declare class ObjectFormTranslateService {
|
|
6
|
-
private translate;
|
|
7
|
-
/**
|
|
8
|
-
* Set the error label if a translation for this string wasn't provided
|
|
9
|
-
* @param error - error message about a missed translation key
|
|
10
|
-
* @param params
|
|
11
|
-
*/
|
|
12
|
-
getErrorLabel(error: string, params?: any): any;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectFormTranslateService, never>;
|
|
14
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ObjectFormTranslateService>;
|
|
15
|
-
}
|