@softheon/armature 21.10.0 → 21.10.1

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@softheon/armature",
3
- "version": "21.10.0",
3
+ "version": "21.10.1",
4
4
  "dependencies": {
5
5
  "tslib": "^2.8.1"
6
6
  },
@@ -7385,14 +7385,11 @@ declare class EntityHelperService<TConfig extends EntityConfigBase> {
7385
7385
  initializeConfigurations(): void;
7386
7386
  /**
7387
7387
  *
7388
- * @param taskId The task id
7389
- * @param drawerId The drawer id
7390
- * @param entityId The entity id
7391
- * @param configPrefix Teh config prefix
7388
+ * @param configPrefix The config prefix
7392
7389
  * @param entityConfig The entity config
7393
7390
  * @param enLangConfig The en lang config
7394
7391
  */
7395
- loadConfigurations(configPrefix: string, entityConfig?: TConfig, enLangConfig?: TranslationObject): void;
7392
+ loadConfigurations(configPrefix: string, entityConfig?: TConfig | undefined, enLangConfig?: TranslationObject | undefined): void;
7396
7393
  resetLoading(): void;
7397
7394
  static ɵfac: i0.ɵɵFactoryDeclaration<EntityHelperService<any>, never>;
7398
7395
  static ɵprov: i0.ɵɵInjectableDeclaration<EntityHelperService<any>>;