@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.
- package/bundles/colijnit-relation.umd.js +17 -17
- package/bundles/colijnit-relation.umd.js.map +1 -1
- package/colijnit-relation.d.ts +12 -13
- package/colijnit-relation.metadata.json +1 -1
- package/esm2015/colijnit-relation.js +13 -14
- package/esm2015/lib/relation-version.js +4 -4
- package/esm2015/lib/res/dictionary/dictionaries.js +2 -2
- package/esm2015/public_api.js +2 -1
- package/fesm2015/colijnit-relation.js +5 -5
- package/fesm2015/colijnit-relation.js.map +1 -1
- package/lib/res/dictionary/dictionaries.d.ts +1 -0
- package/package.json +1 -1
- package/public_api.d.ts +1 -0
|
@@ -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
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';
|