@colijnit/sharedcomponents 258.1.9 → 258.1.10
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-sharedcomponents.umd.js +32 -5
- package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
- package/colijnit-sharedcomponents.metadata.json +1 -1
- package/esm2015/lib/components/custom-pdf/custom-pdf-dialog.component.js +48 -21
- package/esm2015/lib/res/dictionary/dictionaries.js +3 -3
- package/fesm2015/colijnit-sharedcomponents.js +49 -22
- package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
- package/lib/res/dictionary/dictionaries.d.ts +0 -1
- package/package.json +1 -1
|
@@ -31598,7 +31598,6 @@ export declare class Dictionaries {
|
|
|
31598
31598
|
WAREHOUSE_REQUIRED: string;
|
|
31599
31599
|
WAREHOUSE_ROWS: string;
|
|
31600
31600
|
WAREHOUSE_TRANSFERS: string;
|
|
31601
|
-
WAREHOUSE_TO_SOURCE_WAREHOUSE: string;
|
|
31602
31601
|
WARNING: string;
|
|
31603
31602
|
WARNING_MESSAGE_DELETE_NOTIFICATION_LINKS: string;
|
|
31604
31603
|
WARNING_MESSAGE_DELETE_STANDARD_LIST: string;
|