@colijnit/sharedcomponents 260.1.0 → 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;
@@ -12993,6 +12993,7 @@ export declare class Dictionaries {
12993
12993
  RESERVATION_PURCHASEORDER: string;
12994
12994
  RESERVATION_STICKER: string;
12995
12995
  RESERVED: string;
12996
+ RESERVED_ORDERED: string;
12996
12997
  RESERVE_STICKERS: string;
12997
12998
  RESET: string;
12998
12999
  RESET_FILTER: string;
@@ -27861,6 +27862,7 @@ export declare class Dictionaries {
27861
27862
  MAX_ORDER_AMOUNT: string;
27862
27863
  MAX_RESPONSE_TIME: string;
27863
27864
  MAX_RESPONSE_TIME_MINUTES: string;
27865
+ MAX_SALES_DISCOUNT_PERC: string;
27864
27866
  MAX_SEARCH_RESULTS: string;
27865
27867
  MAX_STATE_DURATION: string;
27866
27868
  MAX_STOCK: string;
@@ -30033,6 +30035,7 @@ export declare class Dictionaries {
30033
30035
  RESERVATION_PURCHASEORDER: string;
30034
30036
  RESERVATION_STICKER: string;
30035
30037
  RESERVED: string;
30038
+ RESERVED_ORDERED: string;
30036
30039
  RESET: string;
30037
30040
  RESET_CUSTOMER: string;
30038
30041
  RESET_FILTER: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/sharedcomponents",
3
- "version": "260.1.0",
3
+ "version": "260.1.1",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "chart.js": "4.3.0",