@colijnit/relation 257.1.0 → 257.1.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.
@@ -12916,6 +12916,7 @@ export declare class Dictionaries {
12916
12916
  COPY_SALES_ORDER: string;
12917
12917
  COPY_SALES_QUOTATION_ORDER: string;
12918
12918
  COPY_SERVICE_ORDER: string;
12919
+ COPY_LINE: string;
12919
12920
  COPY_LINK_TO_CLIPBOARD: string;
12920
12921
  COPY_TO_CLIPBOARD: string;
12921
12922
  COPY_TREE: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/relation",
3
- "version": "257.1.0",
3
+ "version": "257.1.1",
4
4
  "description": "Colijn IT relation module for Angular 12",
5
5
  "repository": "npm/npm",
6
6
  "author": "Colijn IT",
package/public_api.d.ts CHANGED
@@ -30,3 +30,4 @@ export * from "./lib/component/relation-title/relation-title.module";
30
30
  export * from "./lib/service/relation.service";
31
31
  export * from './lib/translation/relation-translation.module';
32
32
  export * from './lib/translation/relation-translation.service';
33
+ export * from './lib/translation/relation-dictionary.service';