@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.
- package/bundles/colijnit-sharedcomponents.umd.js +17 -4
- package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
- package/colijnit-sharedcomponents.metadata.json +1 -1
- package/esm2015/lib/components/date-planning/component/agenda/agenda-header.component.js +14 -2
- package/esm2015/lib/components/date-planning/date-planning.module.js +3 -1
- package/esm2015/lib/components/files-upload/files-upload.component.js +1 -1
- package/esm2015/lib/components/send-method-dialog/components/layout-selection/layout-selection.component.js +2 -2
- package/esm2015/lib/components/send-method-dialog/components/pdf-preview/pdf-preview.component.js +10 -10
- package/esm2015/lib/res/dictionary/dictionaries.js +3 -3
- package/fesm2015/colijnit-sharedcomponents.js +26 -13
- package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
- package/lib/components/date-planning/component/agenda/agenda-header.component.d.ts +1 -0
- package/lib/components/date-planning/component/agenda/style/_layout.scss +1 -1
- package/lib/components/files-upload/files-upload.component.d.ts +1 -1
- package/lib/res/dictionary/dictionaries.d.ts +3 -0
- package/package.json +1 -1
|
@@ -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;
|