@colijnit/sharedcomponents 258.1.2 → 258.1.3
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/358.645812766f7a400d0d38.js +1 -0
- package/3rdpartylicenses.txt +2222 -0
- package/863.171601b3075f2e971ba6.js +1 -0
- package/977.bd6291f9ee6f6ddf91f1.js +1 -0
- package/bundles/colijnit-sharedcomponents.umd.js +3 -3
- package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
- package/esm2015/lib/components/stock/components/stock-location/components/stock-location-popup/stock-location-popup.component.js +2 -2
- package/esm2015/lib/res/dictionary/dictionaries.js +3 -3
- package/favicon.ico +0 -0
- package/fesm2015/colijnit-sharedcomponents.js +3 -3
- package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
- package/index.html +12 -0
- package/lib/res/dictionary/dictionaries.d.ts +5 -0
- package/main.40213c24ad994dd29dc7.js +1 -0
- package/package.json +1 -1
- package/polyfills.907fe9d1887c5de17993.js +1 -0
- package/runtime.f3719d23058f5b07c143.js +1 -0
- package/styles.9e6f1ab393c5fc104896.css +1 -0
package/index.html
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<!DOCTYPE html><html lang="en"><head>
|
|
2
|
+
<meta charset="utf-8">
|
|
3
|
+
<title>Sharedcomponents</title>
|
|
4
|
+
<base href="/">
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
6
|
+
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
|
7
|
+
<style>@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Public+Sans:wght@100;200;300;400;500;600;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Public+Sans&display=swap);body,html{margin:0;overflow:hidden}body,html{width:100%;height:100%}*{box-sizing:border-box;padding:0;margin:0}</style><link rel="stylesheet" href="styles.9e6f1ab393c5fc104896.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.9e6f1ab393c5fc104896.css"></noscript></head>
|
|
8
|
+
<body>
|
|
9
|
+
<app-root></app-root>
|
|
10
|
+
<script src="runtime.f3719d23058f5b07c143.js" defer></script><script src="polyfills.907fe9d1887c5de17993.js" defer></script><script src="main.40213c24ad994dd29dc7.js" defer></script>
|
|
11
|
+
|
|
12
|
+
</body></html>
|
|
@@ -1980,6 +1980,7 @@ export declare class Dictionaries {
|
|
|
1980
1980
|
COMMISSION_ADVICE: string;
|
|
1981
1981
|
COMMISSION_CODE: string;
|
|
1982
1982
|
COMMISSION_CODE_WAREHOUSE_SELECTION: string;
|
|
1983
|
+
WAREHOUSE_SELECTION: string;
|
|
1983
1984
|
COMMISSSION_CODE_ONE_PURCHASE: string;
|
|
1984
1985
|
CONFIGURATION_BOX: string;
|
|
1985
1986
|
CONFIGURATION_BUILDER: string;
|
|
@@ -3235,6 +3236,7 @@ export declare class Dictionaries {
|
|
|
3235
3236
|
UNDELIVERED_PURCHASE: string;
|
|
3236
3237
|
UNDERLYING_OPVS: string;
|
|
3237
3238
|
UNDERSTOOD_DONT_SHOW_AGAIN: string;
|
|
3239
|
+
UNDO: string;
|
|
3238
3240
|
UNDO_DELETE: string;
|
|
3239
3241
|
UNDO_DELIVERY: string;
|
|
3240
3242
|
REGISTER_ILLNESS: string;
|
|
@@ -11904,6 +11906,7 @@ export declare class Dictionaries {
|
|
|
11904
11906
|
AMOUNT_OUTSTANDING_CREDITORS: string;
|
|
11905
11907
|
AMOUNT_OUTSTANDING_DEBTORS: string;
|
|
11906
11908
|
AMOUNT_PICKED: string;
|
|
11909
|
+
AMOUNT_PRE_RECEIVED: string;
|
|
11907
11910
|
AMOUNT_PRODUCTS: string;
|
|
11908
11911
|
AMOUNT_PURCHASE: string;
|
|
11909
11912
|
AMOUNT_PURCHASED: string;
|
|
@@ -12731,6 +12734,7 @@ export declare class Dictionaries {
|
|
|
12731
12734
|
COMMISSION_ADVICE: string;
|
|
12732
12735
|
COMMISSION_CODE: string;
|
|
12733
12736
|
COMMISSION_CODE_WAREHOUSE_SELECTION: string;
|
|
12737
|
+
WAREHOUSE_SELECTION: string;
|
|
12734
12738
|
COMMISSSION_CODE_ONE_PURCHASE: string;
|
|
12735
12739
|
COMMONLY_USED_MANAGEMENT_OVERVIEWS: string;
|
|
12736
12740
|
COMMUNICATION: string;
|
|
@@ -18588,6 +18592,7 @@ export declare class Dictionaries {
|
|
|
18588
18592
|
UNDELIVERED_PURCHASE: string;
|
|
18589
18593
|
UNDERLYING_OPVS: string;
|
|
18590
18594
|
UNDERSTOOD_DONT_SHOW_AGAIN: string;
|
|
18595
|
+
UNDO: string;
|
|
18591
18596
|
UNDO_DELETE: string;
|
|
18592
18597
|
UNDO_RETURNS: string;
|
|
18593
18598
|
UNDO_DELIVERY: string;
|