@colijnit/sharedcomponents 257.1.14 → 258.1.0
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 +2 -2
- package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
- package/esm2015/lib/res/dictionary/dictionaries.js +3 -3
- package/fesm2015/colijnit-sharedcomponents.js +2 -2
- package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
- package/lib/res/dictionary/dictionaries.d.ts +4 -0
- package/package.json +6 -6
|
@@ -8678,6 +8678,7 @@ export declare class Dictionaries {
|
|
|
8678
8678
|
OVERVIEW: string;
|
|
8679
8679
|
OVERVIEW_AND_PAYMENT: string;
|
|
8680
8680
|
OVERVIEW_TRANSFERS: string;
|
|
8681
|
+
OVERVIEW_OF: string;
|
|
8681
8682
|
OVER_COVERAGE_PERCENTAGE: string;
|
|
8682
8683
|
OWED_VAT: string;
|
|
8683
8684
|
OWED_VAT_LAYOUT_CODE: string;
|
|
@@ -14414,6 +14415,7 @@ export declare class Dictionaries {
|
|
|
14414
14415
|
HOME_CATALOG: string;
|
|
14415
14416
|
HOME_CATALOG_PICTURE: string;
|
|
14416
14417
|
HOME_CATALOG_TITLE: string;
|
|
14418
|
+
HOME_DECO_HUB_SESSIONS: string;
|
|
14417
14419
|
HOTKEY_BLOCKED_PROCESS_BUSY: string;
|
|
14418
14420
|
HOURLY_RATE: string;
|
|
14419
14421
|
HOURS: string;
|
|
@@ -15170,6 +15172,7 @@ export declare class Dictionaries {
|
|
|
15170
15172
|
MESSAGE_ERROR_IMAGE: string;
|
|
15171
15173
|
MESSAGE_ERROR_LIST_PRINTER: string;
|
|
15172
15174
|
MESSAGE_ERROR_LOADING_FILTER: string;
|
|
15175
|
+
MESSAGE_ERROR_LOADING_HOME_DECO_HUB_SESSIONS: string;
|
|
15173
15176
|
MESSAGE_ERROR_LOADING_LOGINS: string;
|
|
15174
15177
|
MESSAGE_ERROR_LOADING_MODULE: string;
|
|
15175
15178
|
MESSAGE_ERROR_LOADING_MODULE_TITLE: string;
|
|
@@ -16144,6 +16147,7 @@ export declare class Dictionaries {
|
|
|
16144
16147
|
OVERVIEW: string;
|
|
16145
16148
|
OVERVIEW_AND_PAYMENT: string;
|
|
16146
16149
|
OVERVIEW_TRANSFERS: string;
|
|
16150
|
+
OVERVIEW_OF: string;
|
|
16147
16151
|
OVERRULE_VIA_EMAIL: string;
|
|
16148
16152
|
OVERRULE_VIA_EDI: string;
|
|
16149
16153
|
OVERRULE_VIA_PRINT: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@colijnit/sharedcomponents",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "258.1.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"chart.js": "4.3.0",
|
|
@@ -9,12 +9,12 @@
|
|
|
9
9
|
"peerDependencies": {
|
|
10
10
|
"@angular/common": ">=12.2.0",
|
|
11
11
|
"@angular/core": ">=12.2.0",
|
|
12
|
-
"@colijnit/articleapi": ">=
|
|
13
|
-
"@colijnit/mainapi": ">=
|
|
14
|
-
"@colijnit/corecomponents_v12": ">=
|
|
15
|
-
"@colijnit/ioneconnector": ">=
|
|
12
|
+
"@colijnit/articleapi": ">=258.1.0",
|
|
13
|
+
"@colijnit/mainapi": ">=258.1.0",
|
|
14
|
+
"@colijnit/corecomponents_v12": ">=258.1.0",
|
|
15
|
+
"@colijnit/ioneconnector": ">=258.1.0",
|
|
16
16
|
"@colijnit/sharedapi": ">=1.0.20",
|
|
17
|
-
"@colijnit/relationapi": ">=1.0
|
|
17
|
+
"@colijnit/relationapi": ">=258.1.0",
|
|
18
18
|
"pdf-lib": ">=1.17.1",
|
|
19
19
|
"pdfjs-dist": ">=3.8.162",
|
|
20
20
|
"rxjs": ">=7.4.0",
|