@colijnit/relation 257.1.1 → 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-relation.umd.js +6 -6
- package/bundles/colijnit-relation.umd.js.map +1 -1
- package/esm2015/lib/component/base/relation-base.component.js +2 -2
- package/esm2015/lib/component/relation/relation.component.js +2 -2
- package/esm2015/lib/relation-version.js +3 -3
- package/esm2015/lib/res/dictionary/dictionaries.js +3 -3
- package/fesm2015/colijnit-relation.js +6 -6
- package/fesm2015/colijnit-relation.js.map +1 -1
- package/lib/res/dictionary/dictionaries.d.ts +76 -4
- package/package.json +5 -5
|
@@ -2848,6 +2848,7 @@ export declare class Dictionaries {
|
|
|
2848
2848
|
CONDITION_OPERATOR: string;
|
|
2849
2849
|
CONDITION_OPTIONS: string;
|
|
2850
2850
|
CONDITION_VALUE: string;
|
|
2851
|
+
"DELETE_STOCK_LINE?": string;
|
|
2851
2852
|
DEPARTMENT: string;
|
|
2852
2853
|
DEPARTMENTS: string;
|
|
2853
2854
|
DEPARTMENT_CODE: string;
|
|
@@ -3440,6 +3441,7 @@ export declare class Dictionaries {
|
|
|
3440
3441
|
MESSAGE_KIND: string;
|
|
3441
3442
|
MESSAGE_LICENCE_EXPIRES_MONTH: string;
|
|
3442
3443
|
MESSAGE_LICENSE_EXPIRED: string;
|
|
3444
|
+
MESSAGE_LOGGED_CLIENT_FAILURE: string;
|
|
3443
3445
|
MESSAGE_LOGGED_IN: string;
|
|
3444
3446
|
MESSAGE_LOGIN_FAILURE: string;
|
|
3445
3447
|
MESSAGE_LOGIN_FAILURE2: string;
|
|
@@ -4461,6 +4463,7 @@ export declare class Dictionaries {
|
|
|
4461
4463
|
IMPORT_RELATION_SUCCESS: string;
|
|
4462
4464
|
IMPORT_SCHEMAS: string;
|
|
4463
4465
|
IMPORT_SCHEMA_NAME: string;
|
|
4466
|
+
CHANGE_STOCK_LINE: string;
|
|
4464
4467
|
CORRECT_ACCEPTED_ORDER: string;
|
|
4465
4468
|
CORRECT_ALLOCATIONS_FIRST: string;
|
|
4466
4469
|
CORRECT_ASSIGNMENT_FIRST: string;
|
|
@@ -4573,6 +4576,7 @@ export declare class Dictionaries {
|
|
|
4573
4576
|
MULTIPLE_INTERBRANCH_LINES_MESSAGE: string;
|
|
4574
4577
|
MULTIPLE_PURCHASEORDERS: string;
|
|
4575
4578
|
MULTIPLE_RESERVATIONS: string;
|
|
4579
|
+
MULTIPLE_SESSIONS_ARE_NOT_ALLOWED: string;
|
|
4576
4580
|
MULTI_BUY: string;
|
|
4577
4581
|
MULTI_FACTORIELE_INTAKE: string;
|
|
4578
4582
|
MULTI_FACTOR_AUTHENTICATION_TOO_LONG: string;
|
|
@@ -4589,6 +4593,7 @@ export declare class Dictionaries {
|
|
|
4589
4593
|
MUTATION_USER: string;
|
|
4590
4594
|
MY_CLIENTDATA: string;
|
|
4591
4595
|
MY_EMPLOYERS: string;
|
|
4596
|
+
MY_PLANNING: string;
|
|
4592
4597
|
MY_ORDERS: string;
|
|
4593
4598
|
MY_SERVICES: string;
|
|
4594
4599
|
MY_SERVICE_REQUESTS: string;
|
|
@@ -5430,6 +5435,7 @@ export declare class Dictionaries {
|
|
|
5430
5435
|
ABS_COMPOSITE_SITUATION: string;
|
|
5431
5436
|
ACCEPT: string;
|
|
5432
5437
|
ACCEPTANCE: string;
|
|
5438
|
+
COMBINED: string;
|
|
5433
5439
|
CONTACT_MANAGEMENT: string;
|
|
5434
5440
|
CONTACT_MOMENTS: string;
|
|
5435
5441
|
CONTACT_OF_ORGANISATIONS: string;
|
|
@@ -5499,6 +5505,13 @@ export declare class Dictionaries {
|
|
|
5499
5505
|
CONTRA_ACCOUNT: string;
|
|
5500
5506
|
CONTRA_LEDGERACCOUNT_DOWNPAYMENT: string;
|
|
5501
5507
|
CONTRA_VAT: string;
|
|
5508
|
+
LAYOUT_SETTINGS: string;
|
|
5509
|
+
RELATION_LAYOUTS: string;
|
|
5510
|
+
RELATION_LAYOUTS_MESSAGE: string;
|
|
5511
|
+
SHIPPING_METHOD_SETTINGS: string;
|
|
5512
|
+
OVERRULE_VIA_EMAIL: string;
|
|
5513
|
+
OVERRULE_VIA_EDI: string;
|
|
5514
|
+
OVERRULE_VIA_PRINT: string;
|
|
5502
5515
|
WARRANTY: string;
|
|
5503
5516
|
WARRANTY_TYPE: string;
|
|
5504
5517
|
WASHING_SYMBOLS: string;
|
|
@@ -5570,7 +5583,6 @@ export declare class Dictionaries {
|
|
|
5570
5583
|
REVENUE: string;
|
|
5571
5584
|
REVENUE_VAT: string;
|
|
5572
5585
|
REVIEW: string;
|
|
5573
|
-
REVISION: string;
|
|
5574
5586
|
RE_INTEGRATIE_START: string;
|
|
5575
5587
|
RE_LOGIN_TO_APPLY_CHANGES: string;
|
|
5576
5588
|
RGB_COLOR: string;
|
|
@@ -6464,6 +6476,7 @@ export declare class Dictionaries {
|
|
|
6464
6476
|
SERVICE_HISTORY: string;
|
|
6465
6477
|
SERVICE_INFO: string;
|
|
6466
6478
|
SHOW_ACTIVE_ADDRESSES_ONLY: string;
|
|
6479
|
+
ABOUT_ORDER: string;
|
|
6467
6480
|
SHOW_ACTIVE_ONLY: string;
|
|
6468
6481
|
SHOW_ACTIVE_PERSONS_ONLY: string;
|
|
6469
6482
|
SHOW_ACTIVITIES_FOR_GROUP: string;
|
|
@@ -6552,6 +6565,8 @@ export declare class Dictionaries {
|
|
|
6552
6565
|
PASSWORD_ENTRY: string;
|
|
6553
6566
|
PASSWORD_ENTRY_FOR: string;
|
|
6554
6567
|
PASSWORD_FORGOTTEN: string;
|
|
6568
|
+
PASSWORD_FORGOTTEN_TEXT: string;
|
|
6569
|
+
PASSWORD_FORGOTTEN_TEXT_EXTRA: string;
|
|
6555
6570
|
PASSWORD_KIND: string;
|
|
6556
6571
|
PASSWORD_MUST_BE_10_CHARACTERS: string;
|
|
6557
6572
|
PASSWORD_MUST_BE_6_CHARACTERS: string;
|
|
@@ -6953,6 +6968,7 @@ export declare class Dictionaries {
|
|
|
6953
6968
|
STUDIO_CODE: string;
|
|
6954
6969
|
SIGN_DOCUMENTS: string;
|
|
6955
6970
|
SIGN_IN: string;
|
|
6971
|
+
SIGN_UP: string;
|
|
6956
6972
|
STUK_EENHEID: string;
|
|
6957
6973
|
STYLEGUIDE: string;
|
|
6958
6974
|
STYLE_GROUPING: string;
|
|
@@ -7685,6 +7701,7 @@ export declare class Dictionaries {
|
|
|
7685
7701
|
NOV_BTW_V: string;
|
|
7686
7702
|
NOW: string;
|
|
7687
7703
|
NOW_AVAILABLE: string;
|
|
7704
|
+
NO_ACCOUNT_YET: string;
|
|
7688
7705
|
NO_ACTION: string;
|
|
7689
7706
|
NO_ACTIVE_WORKFLOWS: string;
|
|
7690
7707
|
NO_ACTIVE_WORKFLOW_FOR_TASK: string;
|
|
@@ -7730,6 +7747,9 @@ export declare class Dictionaries {
|
|
|
7730
7747
|
NO_REPORT_DATA: string;
|
|
7731
7748
|
NO_RESULTS: string;
|
|
7732
7749
|
NO_RESULTS_FOUND: string;
|
|
7750
|
+
NO_SEARCH_RESULTS_HEADER: string;
|
|
7751
|
+
NO_SEARCH_RESULTS_TEXT: string;
|
|
7752
|
+
NO_SEARCH_RESULTS_CONTENT: string;
|
|
7733
7753
|
NO_RETOUR_POSSIBLE: string;
|
|
7734
7754
|
NO_RETURNS: string;
|
|
7735
7755
|
NO_RETURN_WAREHOUSE: string;
|
|
@@ -8213,6 +8233,7 @@ export declare class Dictionaries {
|
|
|
8213
8233
|
OPEN_RELATION_MANAGEMENT: string;
|
|
8214
8234
|
OPEN_SALES_OVERVIEW: string;
|
|
8215
8235
|
OPEN_SHOPPING_CART: string;
|
|
8236
|
+
OPEN_STOCK_DETAILS: string;
|
|
8216
8237
|
ORDER_CANNOT_BE_COMPLETELY_ACCEPTED: string;
|
|
8217
8238
|
ORDER_CODE: string;
|
|
8218
8239
|
UNKNOWN_ADDRESS_CHECK_IT: string;
|
|
@@ -8337,6 +8358,7 @@ export declare class Dictionaries {
|
|
|
8337
8358
|
WAREHOUSE_REQUIRED: string;
|
|
8338
8359
|
WARNING: string;
|
|
8339
8360
|
WARNING_MESSAGE_DELETE_NOTIFICATION_LINKS: string;
|
|
8361
|
+
PERCEPTIBLE_STORAGE: string;
|
|
8340
8362
|
PURCHASE_CONFIRMATION_IMPORT: string;
|
|
8341
8363
|
PURCHASE_DATE: string;
|
|
8342
8364
|
PURCHASE_DESCRIPTION: string;
|
|
@@ -8656,6 +8678,7 @@ export declare class Dictionaries {
|
|
|
8656
8678
|
OVERVIEW: string;
|
|
8657
8679
|
OVERVIEW_AND_PAYMENT: string;
|
|
8658
8680
|
OVERVIEW_TRANSFERS: string;
|
|
8681
|
+
OVERVIEW_OF: string;
|
|
8659
8682
|
OVER_COVERAGE_PERCENTAGE: string;
|
|
8660
8683
|
OWED_VAT: string;
|
|
8661
8684
|
OWED_VAT_LAYOUT_CODE: string;
|
|
@@ -8908,11 +8931,13 @@ export declare class Dictionaries {
|
|
|
8908
8931
|
SPHERECODE: string;
|
|
8909
8932
|
SPHERES: string;
|
|
8910
8933
|
SPHERE_IMAGES: string;
|
|
8934
|
+
SPLIT_BOOKING_LINE: string;
|
|
8911
8935
|
STABLE: string;
|
|
8912
8936
|
STACKABLE: string;
|
|
8913
8937
|
STAFF_DOCTOR: string;
|
|
8914
8938
|
STAFF_DOCTORS: string;
|
|
8915
8939
|
STANDARD: string;
|
|
8940
|
+
STOCK_BELOW_ZERO_TEXT: string;
|
|
8916
8941
|
LATE_PURCHASE: string;
|
|
8917
8942
|
LAYERED_ARTICLES: string;
|
|
8918
8943
|
LAYER_CONFIGURATION: string;
|
|
@@ -9673,6 +9698,7 @@ export declare class Dictionaries {
|
|
|
9673
9698
|
DEBET: string;
|
|
9674
9699
|
DEBETCREDIT: string;
|
|
9675
9700
|
DEBIT_CREDIT: string;
|
|
9701
|
+
DEBIT_CREDIT2: string;
|
|
9676
9702
|
DEBIT_CREDIT_ERROR_MESSAGE: string;
|
|
9677
9703
|
DEBIT_CREDIT_SHORT: string;
|
|
9678
9704
|
DEBTOR_NUMBER: string;
|
|
@@ -9684,7 +9710,7 @@ export declare class Dictionaries {
|
|
|
9684
9710
|
MESSAGE_CONNECTION_MODULE_CLOSED: string;
|
|
9685
9711
|
MESSAGE_CONNECTION_RESUMED: string;
|
|
9686
9712
|
MESSAGE_COPY_RECORD_QUESTION: string;
|
|
9687
|
-
|
|
9713
|
+
MESSAGE_COULD_NOT_CHECK_UNIQUE_BUILD_NUMBER: string;
|
|
9688
9714
|
MESSAGE_CUSTOMER_NOT_FOUND: string;
|
|
9689
9715
|
MESSAGE_DATA_ALREADY_DELETED: string;
|
|
9690
9716
|
MESSAGE_DATA_IS_BEING_LOADED: string;
|
|
@@ -10887,6 +10913,7 @@ export declare class Dictionaries {
|
|
|
10887
10913
|
ABILITY_TO_WORK: string;
|
|
10888
10914
|
ABOUT_DATA: string;
|
|
10889
10915
|
ABOUT_PREFIX: string;
|
|
10916
|
+
ABOUT_ORDER: string;
|
|
10890
10917
|
ABROAD_PERFORMANCE: string;
|
|
10891
10918
|
ABSENCE: string;
|
|
10892
10919
|
ABSENCEFILE: string;
|
|
@@ -11550,6 +11577,7 @@ export declare class Dictionaries {
|
|
|
11550
11577
|
ADD_RETAIL_FORMULA: string;
|
|
11551
11578
|
ADD_ROLE: string;
|
|
11552
11579
|
ADD_ROUGHNESS_MAP: string;
|
|
11580
|
+
ADD_NEW_SCALING_BONES_RECORD: string;
|
|
11553
11581
|
ADD_STUDIO: string;
|
|
11554
11582
|
ADD_TAGS: string;
|
|
11555
11583
|
ADD_TASK2: string;
|
|
@@ -11861,6 +11889,7 @@ export declare class Dictionaries {
|
|
|
11861
11889
|
AMOUNT_OF_EMPLOYEES: string;
|
|
11862
11890
|
AMOUNT_OF_WEEKS2: string;
|
|
11863
11891
|
AMOUNT_OF_WEEKS: string;
|
|
11892
|
+
AMOUNT_ON_STORAGE_UNIT: string;
|
|
11864
11893
|
AMOUNT_ORDERLINES: string;
|
|
11865
11894
|
AMOUNT_OUT: string;
|
|
11866
11895
|
AMOUNT_OUTSTANDING_CREDITORS: string;
|
|
@@ -11932,6 +11961,7 @@ export declare class Dictionaries {
|
|
|
11932
11961
|
ARTICLE: string;
|
|
11933
11962
|
ARTICLEGROUP: string;
|
|
11934
11963
|
ARTICLENR: string;
|
|
11964
|
+
ARTICLE_ACTIVE: string;
|
|
11935
11965
|
ARTICLES: string;
|
|
11936
11966
|
ARTICLES_ALREADY_PRESENT: string;
|
|
11937
11967
|
ARTICLES_GENERATED: string;
|
|
@@ -11940,6 +11970,7 @@ export declare class Dictionaries {
|
|
|
11940
11970
|
ARTICLES_MUST_DIFFER: string;
|
|
11941
11971
|
ARTICLES_NOT_IN_DATE_RANGE: string;
|
|
11942
11972
|
ARTICLES_NOT_IN_LIST_RANGE: string;
|
|
11973
|
+
ARTICLE_ADDED_TO_CART: string;
|
|
11943
11974
|
ARTICLE_ALREADY_LINKED: string;
|
|
11944
11975
|
ARTICLE_ALREADY_PICKED_CONTINUE_ANYWAY: string;
|
|
11945
11976
|
ARTICLE_ALREADY_PRESENT: string;
|
|
@@ -12186,6 +12217,8 @@ export declare class Dictionaries {
|
|
|
12186
12217
|
BOM_COMPONENTS: string;
|
|
12187
12218
|
BOM_CONFIGURATION: string;
|
|
12188
12219
|
BOM_PURCHASE_PRICE: string;
|
|
12220
|
+
BONEPAIR_1: string;
|
|
12221
|
+
BONEPAIR_2: string;
|
|
12189
12222
|
BONUS: string;
|
|
12190
12223
|
BOOK: string;
|
|
12191
12224
|
BOOKINGS: string;
|
|
@@ -12646,6 +12679,7 @@ export declare class Dictionaries {
|
|
|
12646
12679
|
COLLAPSE: string;
|
|
12647
12680
|
COLLAPSE_ALL: string;
|
|
12648
12681
|
COLLATE_ORDERFORMS: string;
|
|
12682
|
+
COMBINED: string;
|
|
12649
12683
|
COLLECT: string;
|
|
12650
12684
|
COLLECTION: string;
|
|
12651
12685
|
COLLECTION_CODE: string;
|
|
@@ -13196,6 +13230,7 @@ export declare class Dictionaries {
|
|
|
13196
13230
|
DEBETCREDIT: string;
|
|
13197
13231
|
DEBIT_CREDIT_ERROR_MESSAGE: string;
|
|
13198
13232
|
DEBIT_CREDIT: string;
|
|
13233
|
+
DEBIT_CREDIT2: string;
|
|
13199
13234
|
DEBIT_CREDIT_SHORT: string;
|
|
13200
13235
|
DEBTOR_NUMBER: string;
|
|
13201
13236
|
DEBUG_LEVEL: string;
|
|
@@ -13279,6 +13314,7 @@ export declare class Dictionaries {
|
|
|
13279
13314
|
DELETE_REMARK_QUESTION: string;
|
|
13280
13315
|
DELETE_SHOPPING_CART_QUESTION: string;
|
|
13281
13316
|
DELETE_STATE_AND_TRANSITIONS_QUESTION: string;
|
|
13317
|
+
"DELETE_STOCK_LINE?": string;
|
|
13282
13318
|
DELETE_STORAGE_CAR: string;
|
|
13283
13319
|
DELETE_TASK: string;
|
|
13284
13320
|
DELETE_TRANSACTION: string;
|
|
@@ -14379,6 +14415,7 @@ export declare class Dictionaries {
|
|
|
14379
14415
|
HOME_CATALOG: string;
|
|
14380
14416
|
HOME_CATALOG_PICTURE: string;
|
|
14381
14417
|
HOME_CATALOG_TITLE: string;
|
|
14418
|
+
HOME_DECO_HUB_SESSIONS: string;
|
|
14382
14419
|
HOTKEY_BLOCKED_PROCESS_BUSY: string;
|
|
14383
14420
|
HOURLY_RATE: string;
|
|
14384
14421
|
HOURS: string;
|
|
@@ -14722,6 +14759,7 @@ export declare class Dictionaries {
|
|
|
14722
14759
|
LAYOUT2: string;
|
|
14723
14760
|
LAYOUT: string;
|
|
14724
14761
|
LAYOUTS: string;
|
|
14762
|
+
LAYOUT_SETTINGS: string;
|
|
14725
14763
|
LEAD_TIME: string;
|
|
14726
14764
|
LEAST_EXPENSIVE_PRODUCT: string;
|
|
14727
14765
|
LEAVE: string;
|
|
@@ -14840,6 +14878,7 @@ export declare class Dictionaries {
|
|
|
14840
14878
|
LOCATIONS: string;
|
|
14841
14879
|
LOCATION_ADVICE: string;
|
|
14842
14880
|
LOCATION_FROM: string;
|
|
14881
|
+
LOCATION_INVENTORY: string;
|
|
14843
14882
|
LOCATION_IS_NOT_VALID_WITHIN_WAREHOUSE: string;
|
|
14844
14883
|
LOCATION_NOT_EDITABLE: string;
|
|
14845
14884
|
LOCATION_NOT_SAME_AS_ROW: string;
|
|
@@ -14977,6 +15016,7 @@ export declare class Dictionaries {
|
|
|
14977
15016
|
MAX_USAGE_NUMBER: string;
|
|
14978
15017
|
MAX_USAGE_USER: string;
|
|
14979
15018
|
MAX_USERS: string;
|
|
15019
|
+
MAX_VALUE: string;
|
|
14980
15020
|
MAY: string;
|
|
14981
15021
|
MEASUREMENTS2: string;
|
|
14982
15022
|
MEASUREMENTS: string;
|
|
@@ -15057,7 +15097,7 @@ export declare class Dictionaries {
|
|
|
15057
15097
|
MESSAGE_CONNECTION_MODULE_CLOSED: string;
|
|
15058
15098
|
MESSAGE_CONNECTION_RESUMED: string;
|
|
15059
15099
|
MESSAGE_COPY_RECORD_QUESTION: string;
|
|
15060
|
-
|
|
15100
|
+
MESSAGE_COULD_NOT_CHECK_UNIQUE_BUILD_NUMBER: string;
|
|
15061
15101
|
MESSAGE_CUSTOMER_NOT_FOUND: string;
|
|
15062
15102
|
MESSAGE_DATA_ALREADY_DELETED: string;
|
|
15063
15103
|
MESSAGE_DATA_IS_BEING_LOADED: string;
|
|
@@ -15132,6 +15172,7 @@ export declare class Dictionaries {
|
|
|
15132
15172
|
MESSAGE_ERROR_IMAGE: string;
|
|
15133
15173
|
MESSAGE_ERROR_LIST_PRINTER: string;
|
|
15134
15174
|
MESSAGE_ERROR_LOADING_FILTER: string;
|
|
15175
|
+
MESSAGE_ERROR_LOADING_HOME_DECO_HUB_SESSIONS: string;
|
|
15135
15176
|
MESSAGE_ERROR_LOADING_LOGINS: string;
|
|
15136
15177
|
MESSAGE_ERROR_LOADING_MODULE: string;
|
|
15137
15178
|
MESSAGE_ERROR_LOADING_MODULE_TITLE: string;
|
|
@@ -15190,6 +15231,7 @@ export declare class Dictionaries {
|
|
|
15190
15231
|
MESSAGE_KIND: string;
|
|
15191
15232
|
MESSAGE_LICENCE_EXPIRES_MONTH: string;
|
|
15192
15233
|
MESSAGE_LICENSE_EXPIRED: string;
|
|
15234
|
+
MESSAGE_LOGGED_CLIENT_FAILURE: string;
|
|
15193
15235
|
MESSAGE_LOGGED_IN: string;
|
|
15194
15236
|
MESSAGE_LOGIN_FAILURE2: string;
|
|
15195
15237
|
MESSAGE_LOGIN_FAILURE: string;
|
|
@@ -15353,6 +15395,7 @@ export declare class Dictionaries {
|
|
|
15353
15395
|
MIN_NUMBER: string;
|
|
15354
15396
|
MIN_NUMBER_NON_ZERO: string;
|
|
15355
15397
|
MIN_STOCK: string;
|
|
15398
|
+
MIN_VALUE: string;
|
|
15356
15399
|
MIX_AND_MATCH: string;
|
|
15357
15400
|
MOBILE: string;
|
|
15358
15401
|
MODE: string;
|
|
@@ -15379,6 +15422,7 @@ export declare class Dictionaries {
|
|
|
15379
15422
|
MULTIPLE_INTERBRANCH_LINES_MESSAGE: string;
|
|
15380
15423
|
MULTIPLE_PURCHASEORDERS: string;
|
|
15381
15424
|
MULTIPLE_RESERVATIONS: string;
|
|
15425
|
+
MULTIPLE_SESSIONS_ARE_NOT_ALLOWED: string;
|
|
15382
15426
|
MULTI_BUY: string;
|
|
15383
15427
|
MULTI_FACTORIELE_INTAKE: string;
|
|
15384
15428
|
MULTI_FACTOR_AUTHENTICATION_TOO_LONG: string;
|
|
@@ -15396,6 +15440,7 @@ export declare class Dictionaries {
|
|
|
15396
15440
|
MY_ABSENCEFILES: string;
|
|
15397
15441
|
MY_CLIENTDATA: string;
|
|
15398
15442
|
MY_EMPLOYERS: string;
|
|
15443
|
+
MY_PLANNING: string;
|
|
15399
15444
|
MY_ORDERS: string;
|
|
15400
15445
|
MY_SERVICES: string;
|
|
15401
15446
|
MY_SERVICE_REQUESTS: string;
|
|
@@ -15497,6 +15542,7 @@ export declare class Dictionaries {
|
|
|
15497
15542
|
NEW_STATUS: string;
|
|
15498
15543
|
NEW_STOCK: string;
|
|
15499
15544
|
NEW_STOCK_LINE: string;
|
|
15545
|
+
CHANGE_STOCK_LINE: string;
|
|
15500
15546
|
NEW_STOREROOM: string;
|
|
15501
15547
|
NEW_TRANSACTION: string;
|
|
15502
15548
|
NEW_USER_ACCOUNT_MESSAGE: string;
|
|
@@ -15604,6 +15650,7 @@ export declare class Dictionaries {
|
|
|
15604
15650
|
NOVEMBER: string;
|
|
15605
15651
|
NOW: string;
|
|
15606
15652
|
NOW_AVAILABLE: string;
|
|
15653
|
+
NO_ACCOUNT_YET: string;
|
|
15607
15654
|
NO_ACTION: string;
|
|
15608
15655
|
NO_ACTIVE_WORKFLOWS: string;
|
|
15609
15656
|
NO_ACTIVE_WORKFLOW_FOR_TASK: string;
|
|
@@ -15708,6 +15755,9 @@ export declare class Dictionaries {
|
|
|
15708
15755
|
NO_REPORT_DATA: string;
|
|
15709
15756
|
NO_RESULTS: string;
|
|
15710
15757
|
NO_RESULTS_FOUND: string;
|
|
15758
|
+
NO_SEARCH_RESULTS_HEADER: string;
|
|
15759
|
+
NO_SEARCH_RESULTS_TEXT: string;
|
|
15760
|
+
NO_SEARCH_RESULTS_CONTENT: string;
|
|
15711
15761
|
NO_RETOUR_POSSIBLE: string;
|
|
15712
15762
|
NO_RETURNS: string;
|
|
15713
15763
|
NO_RETURN_WAREHOUSE: string;
|
|
@@ -15742,6 +15792,7 @@ export declare class Dictionaries {
|
|
|
15742
15792
|
NO_VALID_DEFAULT: string;
|
|
15743
15793
|
NO_VALID_EMPLOYEE_CONTRACT: string;
|
|
15744
15794
|
NO_VALID_EMPLOYEE_CONTRACT_TODAY: string;
|
|
15795
|
+
NO_VALID_INPUT: string;
|
|
15745
15796
|
NO_VALID_NUMBER: string;
|
|
15746
15797
|
NO_VALUE: string;
|
|
15747
15798
|
NO_VOLUME_DISTRIBUTE_ON_PRICE: string;
|
|
@@ -15900,6 +15951,7 @@ export declare class Dictionaries {
|
|
|
15900
15951
|
OPEN_SALES_OVERVIEW: string;
|
|
15901
15952
|
OPEN_SHOPPING_CART: string;
|
|
15902
15953
|
OPEN_STOCK_DETAILS: string;
|
|
15954
|
+
PERCEPTIBLE_STORAGE: string;
|
|
15903
15955
|
OPEN_TASK: string;
|
|
15904
15956
|
OPEN_TEXT: string;
|
|
15905
15957
|
OPEN_WEBVIEW_FAILED_NO_EXTSOURCE: string;
|
|
@@ -16095,6 +16147,10 @@ export declare class Dictionaries {
|
|
|
16095
16147
|
OVERVIEW: string;
|
|
16096
16148
|
OVERVIEW_AND_PAYMENT: string;
|
|
16097
16149
|
OVERVIEW_TRANSFERS: string;
|
|
16150
|
+
OVERVIEW_OF: string;
|
|
16151
|
+
OVERRULE_VIA_EMAIL: string;
|
|
16152
|
+
OVERRULE_VIA_EDI: string;
|
|
16153
|
+
OVERRULE_VIA_PRINT: string;
|
|
16098
16154
|
OVER_COVERAGE_PERCENTAGE: string;
|
|
16099
16155
|
OWNER: string;
|
|
16100
16156
|
OWN_REFERENCE: string;
|
|
@@ -16161,6 +16217,8 @@ export declare class Dictionaries {
|
|
|
16161
16217
|
PASSWORD_ENTRY: string;
|
|
16162
16218
|
PASSWORD_ENTRY_FOR: string;
|
|
16163
16219
|
PASSWORD_FORGOTTEN: string;
|
|
16220
|
+
PASSWORD_FORGOTTEN_TEXT: string;
|
|
16221
|
+
PASSWORD_FORGOTTEN_TEXT_EXTRA: string;
|
|
16164
16222
|
PASSWORD_KIND: string;
|
|
16165
16223
|
PASSWORD_MUST_BE_10_CHARACTERS: string;
|
|
16166
16224
|
PASSWORD_MUST_CONTAIN_LETTER_NUMBER_SPECIAL: string;
|
|
@@ -16867,6 +16925,8 @@ export declare class Dictionaries {
|
|
|
16867
16925
|
RECALCULATE_ALL_PRICES: string;
|
|
16868
16926
|
RECALCULATE_DELIVERYDATE_FOR_ALL_LINES: string;
|
|
16869
16927
|
RECALCULATE_DEPOSIT_AMOUNT: string;
|
|
16928
|
+
RECALCULATE_FOR_ALL_LOCATIONS: string;
|
|
16929
|
+
RECALCULATE_FOR_SINGLE_LOCATION: string;
|
|
16870
16930
|
RECALCULATE_TO_PAY_DOWN: string;
|
|
16871
16931
|
RECEIPT: string;
|
|
16872
16932
|
RECEIPT_DETAILS: string;
|
|
@@ -16971,6 +17031,8 @@ export declare class Dictionaries {
|
|
|
16971
17031
|
RELATION_DEPENDANT_TEMPLATE: string;
|
|
16972
17032
|
RELATION_DISCOUNT: string;
|
|
16973
17033
|
RELATION_ID: string;
|
|
17034
|
+
RELATION_LAYOUTS: string;
|
|
17035
|
+
RELATION_LAYOUTS_MESSAGE: string;
|
|
16974
17036
|
RELATION_MANAGEMENT: string;
|
|
16975
17037
|
RELATION_NAME: string;
|
|
16976
17038
|
RELATION_NAME_KIND: string;
|
|
@@ -17008,6 +17070,7 @@ export declare class Dictionaries {
|
|
|
17008
17070
|
REMINDER_ORDER_FORM: string;
|
|
17009
17071
|
REMOVE_AMOUNT: string;
|
|
17010
17072
|
REMOVE_ARTICLE: string;
|
|
17073
|
+
REMOVE_DIRECT_SELL: string;
|
|
17011
17074
|
REMOVE_EDI_STRUCTURE_CONNECTION: string;
|
|
17012
17075
|
REMOVE_ENDDATE_FROM_CURRENT_WORKFLOW: string;
|
|
17013
17076
|
REMOVE_FROM_RESOURCE: string;
|
|
@@ -17173,7 +17236,6 @@ export declare class Dictionaries {
|
|
|
17173
17236
|
REVENUE: string;
|
|
17174
17237
|
REVENUE_VAT: string;
|
|
17175
17238
|
REVIEW: string;
|
|
17176
|
-
REVISION: string;
|
|
17177
17239
|
RE_INTEGRATIE_START: string;
|
|
17178
17240
|
RE_LOGIN_TO_APPLY_CHANGES: string;
|
|
17179
17241
|
RGB_COLOR: string;
|
|
@@ -17206,6 +17268,7 @@ export declare class Dictionaries {
|
|
|
17206
17268
|
ROUTE: string;
|
|
17207
17269
|
ROUTE_OF: string;
|
|
17208
17270
|
ROW: string;
|
|
17271
|
+
ROW_ADVICE: string;
|
|
17209
17272
|
ROWS: string;
|
|
17210
17273
|
ROW_BEING_EDITED: string;
|
|
17211
17274
|
ROW_NUMBER: string;
|
|
@@ -17335,6 +17398,8 @@ export declare class Dictionaries {
|
|
|
17335
17398
|
SAVING_SYSTEM_ACTION: string;
|
|
17336
17399
|
SAVING_WORKFLOW_DELETES_ALL_TEST_DATA: string;
|
|
17337
17400
|
SBI_CODE: string;
|
|
17401
|
+
SCALING_AXIS: string;
|
|
17402
|
+
SCALING_PARAMETERS: string;
|
|
17338
17403
|
SCANNED: string;
|
|
17339
17404
|
SCAN_ARTICLE2: string;
|
|
17340
17405
|
SCAN_ARTICLE: string;
|
|
@@ -17693,6 +17758,8 @@ export declare class Dictionaries {
|
|
|
17693
17758
|
SHIPPING_COST_ARTICLE: string;
|
|
17694
17759
|
SHIPPING_COST_LINE: string;
|
|
17695
17760
|
SHIPPING_DATE: string;
|
|
17761
|
+
SHIPPING_METHOD_SETTINGS: string;
|
|
17762
|
+
SHIPPING_METHOD_STANDARD_SETTINGS: string;
|
|
17696
17763
|
SHOPPING_CART: string;
|
|
17697
17764
|
SHOPPING_CART_ADD: string;
|
|
17698
17765
|
SHOPPING_CART_CHECKOUT: string;
|
|
@@ -17797,6 +17864,7 @@ export declare class Dictionaries {
|
|
|
17797
17864
|
SIGN_DOCUMENT: string;
|
|
17798
17865
|
SIGN_DOCUMENTS: string;
|
|
17799
17866
|
SIGN_IN: string;
|
|
17867
|
+
SIGN_UP: string;
|
|
17800
17868
|
SILVER_MEDAL: string;
|
|
17801
17869
|
SINCE: string;
|
|
17802
17870
|
SINGLE: string;
|
|
@@ -17860,6 +17928,7 @@ export declare class Dictionaries {
|
|
|
17860
17928
|
SPHERECODE: string;
|
|
17861
17929
|
SPHERES: string;
|
|
17862
17930
|
SPHERE_IMAGES: string;
|
|
17931
|
+
SPLIT_BOOKING_LINE: string;
|
|
17863
17932
|
STABLE: string;
|
|
17864
17933
|
STACKABLE: string;
|
|
17865
17934
|
STAFF_DOCTOR: string;
|
|
@@ -17962,6 +18031,7 @@ export declare class Dictionaries {
|
|
|
17962
18031
|
STOCKTAGSWINDOW: string;
|
|
17963
18032
|
STOCK_ADJUSTMENTS: string;
|
|
17964
18033
|
STOCK_AVAILABLE_CHANGE_WAREHOUSE_OR_COMMISSIONCODE: string;
|
|
18034
|
+
STOCK_BELOW_ZERO_TEXT: string;
|
|
17965
18035
|
STOCK_DATE: string;
|
|
17966
18036
|
STOCK_DETAILS: string;
|
|
17967
18037
|
STOCK_DIFFERENCES: string;
|
|
@@ -18534,6 +18604,7 @@ export declare class Dictionaries {
|
|
|
18534
18604
|
UPDATE_ARTICLE_PRICE: string;
|
|
18535
18605
|
UPDATE_CONTAINER: string;
|
|
18536
18606
|
UPDATE_DATE: string;
|
|
18607
|
+
UPDATE_LOCATION_INVENTORY: string;
|
|
18537
18608
|
UPDATE_SEARCH_INDEXES: string;
|
|
18538
18609
|
UPDATE_SINGLE_SEARCH_INDEX: string;
|
|
18539
18610
|
UPDATE_STOCK: string;
|
|
@@ -18709,6 +18780,7 @@ export declare class Dictionaries {
|
|
|
18709
18780
|
WAREHOUSE_NUMBER: string;
|
|
18710
18781
|
WAREHOUSE_RECEIPT: string;
|
|
18711
18782
|
WAREHOUSE_REQUIRED: string;
|
|
18783
|
+
WAREHOUSE_ROWS: string;
|
|
18712
18784
|
WARNING: string;
|
|
18713
18785
|
WARNING_MESSAGE_DELETE_NOTIFICATION_LINKS: string;
|
|
18714
18786
|
WARNING_MESSAGE_DELETE_STANDARD_LIST: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@colijnit/relation",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "258.1.0",
|
|
4
4
|
"description": "Colijn IT relation module for Angular 12",
|
|
5
5
|
"repository": "npm/npm",
|
|
6
6
|
"author": "Colijn IT",
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
"@angular/common": ">=12.2.0",
|
|
11
11
|
"@angular/core": ">=12.2.0",
|
|
12
12
|
"@colijnit/corecomponents": ">=1.12.0",
|
|
13
|
-
"@colijnit/corecomponents_v12": ">=
|
|
14
|
-
"@colijnit/ioneconnector": ">=
|
|
15
|
-
"@colijnit/mainapi": ">=
|
|
16
|
-
"@colijnit/relationapi": ">=
|
|
13
|
+
"@colijnit/corecomponents_v12": ">=258.1.0",
|
|
14
|
+
"@colijnit/ioneconnector": ">=258.1.0",
|
|
15
|
+
"@colijnit/mainapi": ">=258.1.0",
|
|
16
|
+
"@colijnit/relationapi": ">=258.1.0",
|
|
17
17
|
"@tweenjs/tween.js": ">=17.2.0",
|
|
18
18
|
"xlsx": ">=0.18.5"
|
|
19
19
|
},
|