@colijnit/sharedcomponents 259.1.17 → 260.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.
@@ -47,4 +47,5 @@ export declare class AgendaHeaderComponent implements OnInit, OnDestroy, AfterCo
47
47
  private _resizeHost;
48
48
  private _prepareHeaderData;
49
49
  capitalizeString(label: string): string;
50
+ getWeekNumber(date: Date): number;
50
51
  }
@@ -113,7 +113,7 @@
113
113
  font-size: 11px;
114
114
  text-transform: capitalize;
115
115
  position: absolute;
116
- width: 100px;
116
+ min-width: 100px;
117
117
  }
118
118
  .view-wrapper {
119
119
  display: flex;
@@ -1,8 +1,8 @@
1
1
  import { ComponentFactoryResolver, ElementRef, EventEmitter, OnDestroy, TemplateRef, ViewContainerRef } from "@angular/core";
2
2
  import { BaseFileUploadComponent } from "./components/base-file-upload.component";
3
- import { CoDocument } from "@colijnit/mainapi/build/model/co-document.bo";
4
3
  import { TagTreeItem } from "@colijnit/mainapi/build/model/tag-tree-item.bo";
5
4
  import { SharedComponentsDictionaryService } from '../../translation/shared-components-dictionary.service';
5
+ import { CoDocument } from '@colijnit/mainapi/build/model/co-document.bo';
6
6
  export declare class FilesUploadComponent extends BaseFileUploadComponent implements OnDestroy {
7
7
  protected _container: ViewContainerRef;
8
8
  protected _factory: ComponentFactoryResolver;
@@ -12495,6 +12495,7 @@ export declare class Dictionaries {
12495
12495
  VIEW_PRODUCTS_OWNED: string;
12496
12496
  VIEW_TRANSACTION_OVERVIEW: string;
12497
12497
  VIRTUAL_ASSISTANT: string;
12498
+ ORDER_DISCOUNT: string;
12498
12499
  ORDER_NET: string;
12499
12500
  ORDER_NO: string;
12500
12501
  ORDER_NOT_COPIED: string;
@@ -12992,6 +12993,7 @@ export declare class Dictionaries {
12992
12993
  RESERVATION_PURCHASEORDER: string;
12993
12994
  RESERVATION_STICKER: string;
12994
12995
  RESERVED: string;
12996
+ RESERVED_ORDERED: string;
12995
12997
  RESERVE_STICKERS: string;
12996
12998
  RESET: string;
12997
12999
  RESET_FILTER: string;
@@ -27860,6 +27862,7 @@ export declare class Dictionaries {
27860
27862
  MAX_ORDER_AMOUNT: string;
27861
27863
  MAX_RESPONSE_TIME: string;
27862
27864
  MAX_RESPONSE_TIME_MINUTES: string;
27865
+ MAX_SALES_DISCOUNT_PERC: string;
27863
27866
  MAX_SEARCH_RESULTS: string;
27864
27867
  MAX_STATE_DURATION: string;
27865
27868
  MAX_STOCK: string;
@@ -28893,6 +28896,7 @@ export declare class Dictionaries {
28893
28896
  ORDER_DEFINITIVE: string;
28894
28897
  ORDER_DELIVERY_STATUS_NOT_COMPLETE: string;
28895
28898
  ORDER_DETAILS: string;
28899
+ ORDER_DISCOUNT: string;
28896
28900
  ORDER_DISCOUNTS: string;
28897
28901
  ORDER_DISCOUNT_AMOUNT: string;
28898
28902
  ORDER_DISCOUNT_GREATER_THAN_ORDER_PRICE: string;
@@ -28902,6 +28906,7 @@ export declare class Dictionaries {
28902
28906
  ORDER_FOR_WAREHOUSE: string;
28903
28907
  ORDER_FULLY_PAID: string;
28904
28908
  ORDER_DEPOSIT_FULLY_PAID: string;
28909
+ ORDER_DIRECT_SELL: string;
28905
28910
  ORDER_GROSS: string;
28906
28911
  ORDER_HAS_PLANNING_REQUESTED_AT_LSP: string;
28907
28912
  ORDER_HISTORY: string;
@@ -30030,6 +30035,7 @@ export declare class Dictionaries {
30030
30035
  RESERVATION_PURCHASEORDER: string;
30031
30036
  RESERVATION_STICKER: string;
30032
30037
  RESERVED: string;
30038
+ RESERVED_ORDERED: string;
30033
30039
  RESET: string;
30034
30040
  RESET_CUSTOMER: string;
30035
30041
  RESET_FILTER: string;
@@ -30399,6 +30405,7 @@ export declare class Dictionaries {
30399
30405
  SEARCH_QUOTATION: string;
30400
30406
  SEARCH_QUOTATIONS: string;
30401
30407
  SEARCH_RELATION_DESCRIPTION: string;
30408
+ SEARCH_RELATION_TRANS_AMOUNT: string;
30402
30409
  SEARCH_RESULTS: string;
30403
30410
  SEARCH_SALESORDERS: string;
30404
30411
  SEARCH_SALESPERSON: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/sharedcomponents",
3
- "version": "259.1.17",
3
+ "version": "260.1.1",
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": ">=259.1.0",
13
- "@colijnit/mainapi": ">=259.1.0",
14
- "@colijnit/corecomponents_v12": ">=259.1.0",
15
- "@colijnit/ioneconnector": ">=259.1.0",
12
+ "@colijnit/articleapi": ">=260.1.0",
13
+ "@colijnit/mainapi": ">=260.1.0",
14
+ "@colijnit/corecomponents_v12": ">=260.1.0",
15
+ "@colijnit/ioneconnector": ">=260.1.0",
16
16
  "@colijnit/sharedapi": ">=1.0.20",
17
- "@colijnit/relationapi": ">=259.1.0",
17
+ "@colijnit/relationapi": ">=260.1.0",
18
18
  "pdf-lib": ">=1.17.1",
19
19
  "pdfjs-dist": ">=3.8.162",
20
20
  "rxjs": ">=7.4.0",