@colijnit/transaction 12.1.126 → 12.1.128
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-transaction.umd.js +1517 -763
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction.d.ts +286 -274
- package/colijnit-transaction.metadata.json +1 -1
- package/esm2015/colijnit-transaction.js +287 -275
- package/esm2015/lib/component/add-product/add-product.component.js +12 -14
- package/esm2015/lib/component/checkout/checkout-overview-delivery-edit/checkout-overview-delivery-edit.component.js +4 -51
- package/esm2015/lib/component/checkout/checkout-overview-payment/checkout-overview-payment.component.js +2 -2
- package/esm2015/lib/component/checkout/checkout.component.js +2 -2
- package/esm2015/lib/component/checkout/checkout.module.js +44 -49
- package/esm2015/lib/component/core/base/transaction-search-tile-base.component.js +2 -1
- package/esm2015/lib/component/core/core.module.js +1 -1
- package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-cc/dialog-transaction-line-warehouse-cc.component.js +2 -1
- package/esm2015/lib/component/transaction/transaction.component.js +4 -1
- package/esm2015/lib/component/transaction/transaction.module.js +10 -2
- package/esm2015/lib/component/transaction-batch-order-picking/fast-date-range-picker/fast-date-range-picker.component.js +68 -0
- package/esm2015/lib/component/transaction-batch-order-picking/fast-date-range-picker/fast-date-range-picker.module.js +21 -0
- package/esm2015/lib/component/transaction-batch-order-picking/transaction-batch-order-picking.component.js +25 -0
- package/esm2015/lib/component/transaction-batch-order-picking/transaction-batch-order-picking.module.js +21 -0
- package/esm2015/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-button-bar-button-base.component.js +5 -3
- package/esm2015/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-button-bar-button.component.js +5 -2
- package/esm2015/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-sales-picking-button-bar-button.component.js +78 -0
- package/esm2015/lib/component/transaction-button-bar/transaction-button-bar.component.js +10 -2
- package/esm2015/lib/component/transaction-button-bar/transaction-button-bar.module.js +6 -3
- package/esm2015/lib/component/transaction-card/transaction-card-footer/transaction-card-footer.component.js +3 -3
- package/esm2015/lib/component/transaction-grid/transaction-history-grid/transaction-history-grid.component.js +3 -3
- package/esm2015/lib/component/transaction-line/transaction-base-line/transaction-base-line.component.js +3 -4
- package/esm2015/lib/component/transaction-line/transaction-invoice-line/transaction-invoice-line-base.component.js +1 -4
- package/esm2015/lib/component/transaction-line/transaction-line/transaction-line.component.js +14 -3
- package/esm2015/lib/component/transaction-line/transaction-order-delivery-line/transaction-order-delivery-line.component.js +3 -3
- package/esm2015/lib/component/transaction-line/transaction-picked-line/transaction-picked-line.component.js +84 -0
- package/esm2015/lib/component/transaction-line/transaction-picked-line/transaction-picked-line.module.js +31 -0
- package/esm2015/lib/component/transaction-line/transaction-purchase-line/transaction-purchase-line-base.component.js +9 -7
- package/esm2015/lib/component/transaction-line/transaction-purchase-line/transaction-purchase-line.component.js +7 -6
- package/esm2015/lib/component/transaction-line/transaction-purchase-line/transaction-purchase-line.module.js +22 -20
- package/esm2015/lib/component/transaction-line/transaction-to-be-picked-line/transaction-to-be-picked-line.component.js +86 -0
- package/esm2015/lib/component/transaction-line/transaction-to-be-picked-line/transaction-to-be-picked-line.module.js +31 -0
- package/esm2015/lib/component/transaction-line-checkbox-list/transaction-line-checkbox-list.component.js +2 -2
- package/esm2015/lib/component/transaction-line-fields/transaction-line-drop-shipment-button.component.js +6 -4
- package/esm2015/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-picked/transaction-line-side-panel-picked.component.js +54 -0
- package/esm2015/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-picked/transaction-line-side-panel-picked.module.js +23 -0
- package/esm2015/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-sales.component.js +13 -1
- package/esm2015/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-sales.module.js +6 -2
- package/esm2015/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-to-be-picked/transaction-line-side-panel-to-be-picked.component.js +54 -0
- package/esm2015/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-to-be-picked/transaction-line-side-panel-to-be-picked.module.js +23 -0
- package/esm2015/lib/component/transaction-navigation-button-list/transaction-navigation-button-list.component.js +9 -5
- package/esm2015/lib/component/transaction-picking-history/transaction-picking-history.component.js +48 -0
- package/esm2015/lib/component/transaction-picking-history/transaction-picking-history.module.js +26 -0
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access/transaction-quick-access.module.js +6 -2
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-goods-allocation/transaction-quick-access-goods-allocation.component.js +1 -6
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-invoice/transaction-quick-access-invoice.component.js +2 -2
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-purchase/transaction-quick-access-order-purchase.component.js +4 -3
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-overview/transaction-quick-access-overview.component.js +2 -11
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-overview/transaction-quick-access-overview.module.js +2 -4
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-picked/transaction-quick-access-picked.component.js +54 -0
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-picked/transaction-quick-access-picked.module.js +25 -0
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-purchase-order-overview/transaction-quick-access-purchase-order-overview.component.js +1 -10
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-purchase-order-overview/transaction-quick-access-purchase-order-overview.module.js +2 -4
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-to-be-picked/transaction-quick-access-to-be-picked.component.js +54 -0
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-to-be-picked/transaction-quick-access-to-be-picked.module.js +25 -0
- package/esm2015/lib/component/transaction-search/transaction-search-result/transaction-search-result.component.js +4 -1
- package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-order-tile/transaction-search-sales-order-tile.component.js +10 -3
- package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-order-tile/transaction-search-sales-order-tile.module.js +3 -2
- package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-tile/transaction-search-tile.component.js +4 -1
- package/esm2015/lib/enum/date-period.enum.js +11 -0
- package/esm2015/lib/enum/icon.enum.js +3 -1
- package/esm2015/lib/enum/transaction-type-category.enum.js +4 -1
- package/esm2015/lib/model/icon-svg.js +3 -1
- package/esm2015/lib/model/transaction-bar-button.js +1 -1
- package/esm2015/lib/res/dictionary/dictionaries.js +3 -3
- package/esm2015/lib/service/pending-reason.service.js +9 -1
- package/esm2015/lib/service/transaction-base.service.js +19 -3
- package/esm2015/lib/service/transaction-connector-adapter.service.js +39 -1
- package/esm2015/lib/service/transaction-connector.service.js +16 -1
- package/esm2015/lib/service/transaction-event.service.js +6 -1
- package/esm2015/lib/service/transaction-mapping.service.js +12 -3
- package/esm2015/lib/service/transaction.service.js +49 -3
- package/esm2015/lib/transaction-version.js +3 -3
- package/esm2015/public_api.js +7 -1
- package/fesm2015/colijnit-transaction.js +1342 -602
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/lib/component/add-product/add-product.component.d.ts +5 -8
- package/lib/component/checkout/checkout-overview-delivery-edit/checkout-overview-delivery-edit.component.d.ts +0 -10
- package/lib/component/checkout/checkout-overview-delivery-edit/style/_layout.scss +0 -2
- package/lib/component/checkout/checkout-overview-delivery-edit/style/_theme.scss +0 -3
- package/lib/component/checkout/checkout-overview-delivery-edit/style/material.scss +1 -0
- package/lib/component/checkout/checkout-overview-relation-edit/style/_layout.scss +0 -2
- package/lib/component/checkout/checkout-overview-relation-edit/style/_theme.scss +0 -3
- package/lib/component/checkout/checkout-overview-relation-edit/style/material.scss +1 -0
- package/lib/component/checkout/style/_layout.scss +0 -2
- package/lib/component/checkout/style/_theme.scss +0 -3
- package/lib/component/checkout/style/material.scss +1 -0
- package/lib/component/checkout-simple/checkout-simple-overview-delivery-edit/style/_layout.scss +6 -0
- package/lib/component/checkout-simple/checkout-simple-overview-delivery-edit/style/_material-definition.scss +2 -0
- package/lib/component/checkout-simple/checkout-simple-overview-delivery-edit/style/_theme.scss +6 -0
- package/lib/component/checkout-simple/checkout-simple-overview-delivery-edit/style/material.scss +8 -0
- package/lib/component/checkout-simple/checkout-simple-overview-payment/style/_layout.scss +47 -0
- package/lib/component/checkout-simple/checkout-simple-overview-payment/style/_material-definition.scss +18 -0
- package/lib/component/checkout-simple/checkout-simple-overview-payment/style/_theme.scss +21 -0
- package/lib/component/checkout-simple/checkout-simple-overview-payment/style/material.scss +4 -0
- package/lib/component/checkout-simple/checkout-simple-overview-relation-edit/style/_layout.scss +15 -0
- package/lib/component/checkout-simple/checkout-simple-overview-relation-edit/style/_material-definition.scss +7 -0
- package/lib/component/checkout-simple/checkout-simple-overview-relation-edit/style/_theme.scss +10 -0
- package/lib/component/checkout-simple/checkout-simple-overview-relation-edit/style/material.scss +9 -0
- package/lib/component/checkout-simple/style/_layout.scss +115 -0
- package/lib/component/checkout-simple/style/_material-definition.scss +13 -0
- package/lib/component/checkout-simple/style/_theme.scss +7 -0
- package/lib/component/checkout-simple/style/material.scss +10 -0
- package/lib/component/core/base/transaction-search-tile-base.component.d.ts +1 -0
- package/lib/component/dialog/dialog-header-search/style/_layout.scss +2 -0
- package/lib/component/dialog/dialog-header-search/style/_material-definition.scss +1 -0
- package/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-cc/style/_layout.scss +3 -3
- package/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-cc/style/_material-definition.scss +2 -1
- package/lib/component/transaction/style/_layout.scss +10 -3
- package/lib/component/transaction/transaction.component.d.ts +1 -0
- package/lib/component/transaction-batch-order-picking/fast-date-range-picker/fast-date-range-picker.component.d.ts +13 -0
- package/lib/component/transaction-batch-order-picking/fast-date-range-picker/fast-date-range-picker.module.d.ts +2 -0
- package/lib/component/transaction-batch-order-picking/fast-date-range-picker/style/_layout.scss +28 -0
- package/lib/component/transaction-batch-order-picking/fast-date-range-picker/style/_theme.scss +4 -0
- package/lib/component/transaction-batch-order-picking/fast-date-range-picker/style/material.scss +4 -0
- package/lib/component/transaction-batch-order-picking/style/_layout.scss +5 -0
- package/lib/component/transaction-batch-order-picking/style/_material-definition.scss +0 -0
- package/lib/component/transaction-batch-order-picking/style/_theme.scss +4 -0
- package/lib/component/transaction-batch-order-picking/style/material.scss +5 -0
- package/lib/component/transaction-batch-order-picking/transaction-batch-order-picking.component.d.ts +5 -0
- package/lib/component/transaction-batch-order-picking/transaction-batch-order-picking.module.d.ts +2 -0
- package/lib/component/transaction-button-bar/style/_layout.scss +21 -0
- package/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-button-bar-button-base.component.d.ts +3 -0
- package/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-button-bar-button.component.d.ts +3 -1
- package/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-sales-picking-button-bar-button.component.d.ts +22 -0
- package/lib/component/transaction-button-bar/transaction-button-bar.component.d.ts +2 -0
- package/lib/component/transaction-header-simple/style/_layout.scss +4 -0
- package/lib/component/transaction-header-simple/style/_material-definition.scss +0 -0
- package/lib/component/transaction-header-simple/style/_theme.scss +4 -0
- package/lib/component/transaction-header-simple/style/material.scss +4 -0
- package/lib/component/transaction-line/transaction-base-line/transaction-base-line.component.d.ts +0 -1
- package/lib/component/transaction-line/transaction-goods-allocation-line/style/_layout.scss +1 -1
- package/lib/component/transaction-line/transaction-invoice-line/transaction-invoice-line-base.component.d.ts +0 -1
- package/lib/component/transaction-line/transaction-line/style/_material-definition.scss +1 -0
- package/lib/component/transaction-line/transaction-line/style/_theme.scss +16 -0
- package/lib/component/transaction-line/transaction-line/transaction-line.component.d.ts +5 -2
- package/lib/component/transaction-line/transaction-picked-line/style/_layout.scss +27 -0
- package/lib/component/transaction-line/transaction-picked-line/style/_material-definition.scss +0 -0
- package/lib/component/transaction-line/transaction-picked-line/style/_theme.scss +4 -0
- package/lib/component/transaction-line/transaction-picked-line/style/material.scss +4 -0
- package/lib/component/transaction-line/transaction-picked-line/transaction-picked-line.component.d.ts +11 -0
- package/lib/component/transaction-line/transaction-picked-line/transaction-picked-line.module.d.ts +2 -0
- package/lib/component/transaction-line/transaction-purchase-line/transaction-purchase-line-base.component.d.ts +1 -1
- package/lib/component/transaction-line/transaction-purchase-line/transaction-purchase-line.component.d.ts +1 -1
- package/lib/component/transaction-line/transaction-to-be-picked-line/style/_layout.scss +27 -0
- package/lib/component/transaction-line/transaction-to-be-picked-line/style/_material-definition.scss +0 -0
- package/lib/component/transaction-line/transaction-to-be-picked-line/style/_theme.scss +4 -0
- package/lib/component/transaction-line/transaction-to-be-picked-line/style/material.scss +4 -0
- package/lib/component/transaction-line/transaction-to-be-picked-line/transaction-to-be-picked-line.component.d.ts +11 -0
- package/lib/component/transaction-line/transaction-to-be-picked-line/transaction-to-be-picked-line.module.d.ts +2 -0
- package/lib/component/transaction-line-checkbox-list/style/_layout.scss +5 -10
- package/lib/component/transaction-line-checkbox-list/style/_material-definition.scss +5 -6
- package/lib/component/transaction-line-checkbox-list/style/_theme.scss +6 -6
- package/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-picked/style/_layout.scss +4 -0
- package/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-picked/style/_material-definition.scss +0 -0
- package/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-picked/style/_theme.scss +4 -0
- package/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-picked/style/material.scss +4 -0
- package/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-picked/transaction-line-side-panel-picked.component.d.ts +9 -0
- package/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-picked/transaction-line-side-panel-picked.module.d.ts +2 -0
- package/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-to-be-picked/style/_layout.scss +4 -0
- package/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-to-be-picked/style/_material-definition.scss +0 -0
- package/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-to-be-picked/style/_theme.scss +4 -0
- package/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-to-be-picked/style/material.scss +4 -0
- package/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-to-be-picked/transaction-line-side-panel-to-be-picked.component.d.ts +10 -0
- package/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-to-be-picked/transaction-line-side-panel-to-be-picked.module.d.ts +2 -0
- package/lib/component/transaction-lines/style/material.scss +2 -0
- package/lib/component/transaction-navigation-button-list/transaction-navigation-button-list.component.d.ts +3 -2
- package/lib/component/transaction-picking-history/style/_layout.scss +4 -0
- package/lib/component/transaction-picking-history/style/_material-definition.scss +0 -0
- package/lib/component/transaction-picking-history/style/_theme.scss +4 -0
- package/lib/component/transaction-picking-history/style/material.scss +4 -0
- package/lib/component/transaction-picking-history/transaction-picking-history.component.d.ts +7 -0
- package/lib/component/transaction-picking-history/transaction-picking-history.module.d.ts +2 -0
- package/lib/component/transaction-quick-access/transaction-quick-access-goods-allocation/transaction-quick-access-goods-allocation.component.d.ts +0 -1
- package/lib/component/transaction-quick-access/transaction-quick-access-order-purchase/transaction-quick-access-order-purchase.component.d.ts +1 -1
- package/lib/component/transaction-quick-access/transaction-quick-access-overview/transaction-quick-access-overview.component.d.ts +0 -1
- package/lib/component/transaction-quick-access/transaction-quick-access-picked/style/_layout.component.ts.child.3.scss +4 -0
- package/lib/component/transaction-quick-access/transaction-quick-access-picked/style/_material-definition.component.ts.child.0.scss +0 -0
- package/lib/component/transaction-quick-access/transaction-quick-access-picked/style/_theme.component.ts.child.2.scss +4 -0
- package/lib/component/transaction-quick-access/transaction-quick-access-picked/style/material.component.ts.child.1.scss +4 -0
- package/lib/component/transaction-quick-access/transaction-quick-access-picked/transaction-quick-access-picked.component.d.ts +9 -0
- package/lib/component/transaction-quick-access/transaction-quick-access-picked/transaction-quick-access-picked.module.d.ts +2 -0
- package/lib/component/transaction-quick-access/transaction-quick-access-purchase-order-overview/transaction-quick-access-purchase-order-overview.component.d.ts +0 -1
- package/lib/component/transaction-quick-access/transaction-quick-access-to-be-picked/style/_layout.scss +4 -0
- package/lib/component/transaction-quick-access/transaction-quick-access-to-be-picked/style/_material-definition.scss +0 -0
- package/lib/component/transaction-quick-access/transaction-quick-access-to-be-picked/style/_theme.scss +4 -0
- package/lib/component/transaction-quick-access/transaction-quick-access-to-be-picked/style/material.scss +4 -0
- package/lib/component/transaction-quick-access/transaction-quick-access-to-be-picked/transaction-quick-access-to-be-picked.component.d.ts +9 -0
- package/lib/component/transaction-quick-access/transaction-quick-access-to-be-picked/transaction-quick-access-to-be-picked.module.d.ts +2 -0
- package/lib/component/transaction-search/transaction-search-result/transaction-search-result.component.d.ts +1 -0
- package/lib/component/transaction-search/transaction-search-tile/transaction-search-tile/style/_layout.scss +16 -0
- package/lib/component/transaction-search/transaction-search-tile/transaction-search-tile/transaction-search-tile.component.d.ts +1 -0
- package/lib/component/transaction-simple/style/_layout.scss +4 -0
- package/lib/component/transaction-simple/style/_material-definition.scss +0 -0
- package/lib/component/transaction-simple/style/_theme.scss +4 -0
- package/lib/component/transaction-simple/style/material.scss +16 -0
- package/lib/enum/date-period.enum.d.ts +9 -0
- package/lib/enum/icon.enum.d.ts +2 -0
- package/lib/enum/transaction-type-category.enum.d.ts +3 -0
- package/lib/model/transaction-bar-button.d.ts +1 -0
- package/lib/res/dictionary/dictionaries.d.ts +16 -0
- package/lib/service/transaction-base.service.d.ts +3 -1
- package/lib/service/transaction-connector-adapter.service.d.ts +6 -0
- package/lib/service/transaction-connector.service.d.ts +6 -0
- package/lib/service/transaction-event.service.d.ts +6 -1
- package/lib/service/transaction.service.d.ts +7 -0
- package/lib/style/_variables.scss +8 -2
- package/lib/style/transaction-globals.scss +3 -0
- package/package.json +2 -2
- package/public_api.d.ts +6 -0
- package/esm2015/lib/component/checkout/checkout-login/checkout-login.component.js +0 -106
- package/esm2015/lib/component/checkout/checkout-overview-delivery-address/checkout-overview-delivery-address.component.js +0 -47
- package/lib/component/checkout/checkout-login/checkout-login.component.d.ts +0 -21
- package/lib/component/checkout/checkout-login/checkout-login.component.scss +0 -35
- package/lib/component/checkout/checkout-overview-delivery-address/checkout-overview-delivery-address.component.d.ts +0 -11
- /package/lib/component/{checkout/checkout-overview-delivery-address/checkout-overview-delivery-address.component.scss → transaction-batch-order-picking/fast-date-range-picker/style/_material-definition.scss} +0 -0
|
@@ -1,15 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import { TransactionService } from "../../service/transaction.service";
|
|
1
|
+
import { ArticleExtended } from '@colijnit/articleapi/build/model/article-extended.bo';
|
|
2
|
+
import { Icon } from '../../enum/icon.enum';
|
|
3
|
+
import { IconCacheService } from '../../service/icon-cache.service';
|
|
4
|
+
import { TransactionService } from '../../service/transaction.service';
|
|
6
5
|
import { SafeHtml } from '@angular/platform-browser';
|
|
7
6
|
export declare class AddProductComponent {
|
|
8
7
|
iconService: IconCacheService;
|
|
9
8
|
private _transactionService;
|
|
10
9
|
readonly icons: typeof Icon;
|
|
11
|
-
addArticle: EventEmitter<string>;
|
|
12
|
-
returnArticle: EventEmitter<string>;
|
|
13
10
|
showClass(): boolean;
|
|
14
11
|
return: boolean;
|
|
15
12
|
catalogOptions: any;
|
|
@@ -20,10 +17,10 @@ export declare class AddProductComponent {
|
|
|
20
17
|
cartMinIcon: SafeHtml;
|
|
21
18
|
constructor(iconService: IconCacheService, _transactionService: TransactionService);
|
|
22
19
|
handleSearch(text: string): Promise<void>;
|
|
20
|
+
handleAddArticle(sku: string): Promise<boolean>;
|
|
23
21
|
handleCatalogArticleClick(article: ArticleExtended): Promise<void>;
|
|
24
22
|
showCatalogDialog(): void;
|
|
25
23
|
handleCartIconClick(event: MouseEvent): void;
|
|
26
24
|
handleSearchIconClick(event: MouseEvent): void;
|
|
27
25
|
private _prepareCatalogRequest;
|
|
28
|
-
private _handleAddArticle;
|
|
29
26
|
}
|
|
@@ -46,20 +46,10 @@ export declare class CheckoutOverviewDeliveryEditComponent implements OnInit {
|
|
|
46
46
|
dropshipment: boolean;
|
|
47
47
|
get deliveryDate(): Date;
|
|
48
48
|
set deliveryDate(value: Date);
|
|
49
|
-
get preferredDeliveryDate(): Date;
|
|
50
|
-
set preferredDeliveryDate(value: Date);
|
|
51
49
|
constructor(_dictionaryService: DictionaryService, _formMasterService: FormMasterService, service: TransactionService, iconService: IconCacheService);
|
|
52
50
|
ngOnInit(): Promise<void>;
|
|
53
51
|
submit(): boolean;
|
|
54
|
-
handleDeliveryMethodChange(deliveryMethod: DeliveryMethod): Promise<void>;
|
|
55
|
-
setIndexDeliveryType(idx: number): void;
|
|
56
52
|
selectDeliveryOptionsByDeliveryMethod(deliveryMethod: DeliveryMethod): DeliveryOption[];
|
|
57
|
-
selectDeliveryMethodById(deliveryMethodId: string): DeliveryMethod;
|
|
58
|
-
isDeliveryOptionChecked(deliveryOptionItem: DeliveryOption): boolean;
|
|
59
|
-
changePreferredDeliveryDate2(preferredDateOption: string): void;
|
|
60
|
-
onMarketingCodeChange(marketingCode: string): void;
|
|
61
|
-
onChangeLocationCancelClick(): void;
|
|
62
|
-
handleTransactionDefinitive(definitive: boolean): Promise<void>;
|
|
63
53
|
private calculateDeliveryCosts;
|
|
64
54
|
private calculateAssemblyCosts;
|
|
65
55
|
}
|
package/lib/component/checkout-simple/checkout-simple-overview-delivery-edit/style/material.scss
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
@import "../../../../style/mixin";
|
|
2
|
+
@import "./material-definition";
|
|
3
|
+
@import "./layout";
|
|
4
|
+
@import "./theme";
|
|
5
|
+
@import "../../../relation/relation-address-select/style/material";
|
|
6
|
+
@import "../../../relation/relation-address-tile/style/material";
|
|
7
|
+
@import "../../../delivery-type-tile/style/material";
|
|
8
|
+
@import "../../../transaction-header-fields/transaction-header-delivery-options/style/material";
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
@include export-module('co-checkout-overview-payment-layout') {
|
|
2
|
+
.co-checkout-simple-overview-payment {
|
|
3
|
+
font-family: $tp-checkout-simple-overview-payment-font-family;
|
|
4
|
+
font-size: $tp-checkout-simple-overview-payment-font-size;
|
|
5
|
+
.checkout-overview-section {
|
|
6
|
+
display: flex;
|
|
7
|
+
flex-direction: column;
|
|
8
|
+
border-style: $tp-checkout-simple-overview-payment-section-border-style;
|
|
9
|
+
border-width: $tp-checkout-simple-overview-payment-section-border-width;
|
|
10
|
+
margin: $tp-checkout-simple-overview-payment-section-margin;
|
|
11
|
+
padding: $tp-checkout-simple-overview-payment-section-padding;
|
|
12
|
+
}
|
|
13
|
+
.two-column-grid {
|
|
14
|
+
display: grid;
|
|
15
|
+
grid-template-columns: 50% 50%;
|
|
16
|
+
}
|
|
17
|
+
.overview-address {
|
|
18
|
+
display: flex;
|
|
19
|
+
flex-direction: column;
|
|
20
|
+
margin: $tp-checkout-simple-overview-payment-address-margin;
|
|
21
|
+
.overview-address-title {
|
|
22
|
+
font-family: $tp-checkout-simple-overview-payment-address-title-font-family;
|
|
23
|
+
font-size: $tp-checkout-simple-overview-payment-address-title-font-size;
|
|
24
|
+
font-weight: $tp-checkout-simple-overview-payment-address-title-font-weight;
|
|
25
|
+
margin: $tp-checkout-simple-overview-payment-address-title-margin;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
.overview-section-change-link {
|
|
29
|
+
font-family: $tp-checkout-simple-overview-payment-change-link-font-family;
|
|
30
|
+
font-size: $tp-checkout-simple-overview-payment-change-link-font-size;
|
|
31
|
+
font-weight: $tp-checkout-simple-overview-payment-change-link-font-weight;
|
|
32
|
+
cursor: pointer;
|
|
33
|
+
display: flex;
|
|
34
|
+
flex-direction: row;
|
|
35
|
+
align-items: center;
|
|
36
|
+
.overview-section-change-icon {
|
|
37
|
+
height: 20px;
|
|
38
|
+
width: 20px;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
.overview-row {
|
|
42
|
+
display: flex;
|
|
43
|
+
flex-direction: row;
|
|
44
|
+
column-gap: 5px;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
$tp-checkout-simple-overview-payment-font-family: $tp-font-family !default;
|
|
2
|
+
$tp-checkout-simple-overview-payment-font-size: $tp-font-size !default;
|
|
3
|
+
$tp-checkout-simple-overview-payment-font-color: $tp-color-font !default;
|
|
4
|
+
$tp-checkout-simple-overview-payment-section-border-style: solid !default;
|
|
5
|
+
$tp-checkout-simple-overview-payment-section-border-color: $tp-color-border !default;
|
|
6
|
+
$tp-checkout-simple-overview-payment-section-border-width: 0 0 1px 0 !default;
|
|
7
|
+
$tp-checkout-simple-overview-payment-section-margin: 0 0 20px 0 !default;
|
|
8
|
+
$tp-checkout-simple-overview-payment-section-padding: 0 0 10px 0 !default;
|
|
9
|
+
$tp-checkout-simple-overview-payment-address-margin: 10px 0 !default;
|
|
10
|
+
$tp-checkout-simple-overview-payment-address-title-font-family: $tp-font-family !default;
|
|
11
|
+
$tp-checkout-simple-overview-payment-address-title-font-size: $tp-font-size !default;
|
|
12
|
+
$tp-checkout-simple-overview-payment-address-title-font-weight: bold !default;
|
|
13
|
+
$tp-checkout-simple-overview-payment-address-title-font-color: $tp-color-font !default;
|
|
14
|
+
$tp-checkout-simple-overview-payment-address-title-margin: 5px 0 !default;
|
|
15
|
+
$tp-checkout-simple-overview-payment-change-link-font-family: $tp-font-family !default;
|
|
16
|
+
$tp-checkout-simple-overview-payment-change-link-font-size: $tp-font-size !default;
|
|
17
|
+
$tp-checkout-simple-overview-payment-change-link-font-weight: bold !default;
|
|
18
|
+
$tp-checkout-simple-overview-payment-change-link-font-color: $tp-color-action !default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
@include export-module('co-checkout-simple-overview-payment-theme') {
|
|
2
|
+
.co-checkout-simple-overview-payment {
|
|
3
|
+
color: $tp-checkout-simple-overview-payment-address-title-font-color;
|
|
4
|
+
.checkout-overview-section {
|
|
5
|
+
border-color: $tp-checkout-simple-overview-payment-section-border-color;
|
|
6
|
+
}
|
|
7
|
+
.overview-address {
|
|
8
|
+
.overview-address-title {
|
|
9
|
+
color: $tp-checkout-simple-overview-payment-address-title-font-color;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
.overview-section-change-link {
|
|
13
|
+
color: $tp-checkout-simple-overview-payment-change-link-font-color;
|
|
14
|
+
.overview-section-change-icon {
|
|
15
|
+
[fill] {
|
|
16
|
+
fill: $tp-checkout-simple-overview-payment-change-link-font-color;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
package/lib/component/checkout-simple/checkout-simple-overview-relation-edit/style/_layout.scss
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
@include export-module('co-checkout-simple-overview-relation-edit-layout') {
|
|
2
|
+
.co-checkout-simple-overview-relation-edit {
|
|
3
|
+
display: block;
|
|
4
|
+
width: 100%;
|
|
5
|
+
font-family: $tp-checkout-simple-relation-font-family;
|
|
6
|
+
font-size: $tp-checkout-simple-relation-font-size;
|
|
7
|
+
.empty-relation-button {
|
|
8
|
+
cursor: pointer;
|
|
9
|
+
width: auto;
|
|
10
|
+
border-style: $tp-checkout-simple-relation-empty-button-border-style;
|
|
11
|
+
border-width: $tp-checkout-simple-relation-empty-button-border-width;
|
|
12
|
+
border-radius: $tp-checkout-simple-relation-empty-button-border-radius;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
$tp-checkout-simple-relation-font-family: $tp-font-family !default;
|
|
2
|
+
$tp-checkout-simple-relation-font-size: $tp-font-size !default;
|
|
3
|
+
$tp-checkout-simple-relation-empty-button-background-color: transparent !default;
|
|
4
|
+
$tp-checkout-simple-relation-empty-button-border-style: solid !default;
|
|
5
|
+
$tp-checkout-simple-relation-empty-button-border-width: 1px !default;
|
|
6
|
+
$tp-checkout-simple-relation-empty-button-border-radius: $tp-default-border-radius !default;
|
|
7
|
+
$tp-checkout-simple-relation-empty-button-border-color: $tp-color-font !default;
|
package/lib/component/checkout-simple/checkout-simple-overview-relation-edit/style/_theme.scss
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
@include export-module('co-checkout-simple-overview-relation-edit-theme') {
|
|
2
|
+
.co-checkout-simple-overview-relation-edit {
|
|
3
|
+
.checkout-label-column {
|
|
4
|
+
}
|
|
5
|
+
.empty-relation-button {
|
|
6
|
+
background-color: $tp-checkout-simple-relation-empty-button-background-color;
|
|
7
|
+
border-color: $tp-checkout-simple-relation-empty-button-border-color;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
}
|
package/lib/component/checkout-simple/checkout-simple-overview-relation-edit/style/material.scss
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
@import "../../../../style/mixin";
|
|
2
|
+
@import "./material-definition";
|
|
3
|
+
@import "./layout";
|
|
4
|
+
@import "./theme";
|
|
5
|
+
$cc-co-carousel-3d-navigate-button-width: 40px;
|
|
6
|
+
@import "../../../relation/relation-address/style/material";
|
|
7
|
+
@import "~@colijnit/corecomponents_v12/lib/components/carousel-3d/style/material";
|
|
8
|
+
@import "~@colijnit/corecomponents_v12/lib/components/drop-down-list/style/material";
|
|
9
|
+
@import "~@colijnit/corecomponents_v12/lib/components/input-checkbox/style/material";
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
@include export-module('co-checkout-simple-layout') {
|
|
2
|
+
.co-checkout-simple {
|
|
3
|
+
.co-stepper-content-wrapper {
|
|
4
|
+
display: flex;
|
|
5
|
+
flex-direction: row;
|
|
6
|
+
flex-wrap: wrap;
|
|
7
|
+
column-gap: $tp-checkout-simple-column-gap;
|
|
8
|
+
padding: $tp-checkout-simple-padding;
|
|
9
|
+
}
|
|
10
|
+
.co-stepper-step {
|
|
11
|
+
flex-basis: $tp-checkout-simple-default-width;
|
|
12
|
+
flex-grow: 1;
|
|
13
|
+
flex-shrink: 1;
|
|
14
|
+
max-width: $tp-checkout-simple-max-width;
|
|
15
|
+
}
|
|
16
|
+
.co-checkout-right-panel {
|
|
17
|
+
display: flex;
|
|
18
|
+
flex-direction: column;
|
|
19
|
+
row-gap: $tp-checkout-simple-right-panel-row-gap;
|
|
20
|
+
flex-basis: $tp-checkout-simple-right-panel-width;
|
|
21
|
+
flex-grow: 1;
|
|
22
|
+
flex-shrink: 1;
|
|
23
|
+
max-width: $tp-checkout-simple-max-width;
|
|
24
|
+
}
|
|
25
|
+
.co-checkout-right-panel-relation {
|
|
26
|
+
display: flex;
|
|
27
|
+
justify-content: flex-end;
|
|
28
|
+
}
|
|
29
|
+
.co-checkout-overview-payment {
|
|
30
|
+
width: 100%;
|
|
31
|
+
}
|
|
32
|
+
co-form {
|
|
33
|
+
flex: 1;
|
|
34
|
+
}
|
|
35
|
+
.co-shopping-cart-preview {
|
|
36
|
+
min-width: 35%;
|
|
37
|
+
}
|
|
38
|
+
.checkout-form-wrapper {
|
|
39
|
+
display: grid;
|
|
40
|
+
grid-template-columns: minmax(170px, 250px) auto;
|
|
41
|
+
grid-template-areas: "columnlabel columndata";
|
|
42
|
+
grid-row-gap: 50px;
|
|
43
|
+
//display: flex;
|
|
44
|
+
//flex-direction: column;
|
|
45
|
+
//row-gap: 50px;
|
|
46
|
+
}
|
|
47
|
+
.checkout-section-wrapper {
|
|
48
|
+
display: flex;
|
|
49
|
+
flex-direction: row;
|
|
50
|
+
}
|
|
51
|
+
.checkout-label-column {
|
|
52
|
+
font-family: $tp-checkout-simple-label-column-font-family;
|
|
53
|
+
font-size: $tp-checkout-simple-label-fontsize;
|
|
54
|
+
display: flex;
|
|
55
|
+
flex-direction: column;
|
|
56
|
+
grid-area: columnlabel;
|
|
57
|
+
grid-column-start: 1;
|
|
58
|
+
grid-row: auto;
|
|
59
|
+
align-self: baseline;
|
|
60
|
+
width: 170px;
|
|
61
|
+
.label-description {
|
|
62
|
+
font-size: $tp-checkout-simple-label-description-fontsize;
|
|
63
|
+
font-weight: $tp-checkout-simple-label-description-fontweight;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
.checkout-data-column {
|
|
67
|
+
grid-area: columndata;
|
|
68
|
+
grid-column-start: 2;
|
|
69
|
+
grid-row: auto;
|
|
70
|
+
width: 100%;
|
|
71
|
+
overflow: hidden;
|
|
72
|
+
}
|
|
73
|
+
.checkout-data-row {
|
|
74
|
+
display: flex;
|
|
75
|
+
flex-direction: row;
|
|
76
|
+
flex-wrap: wrap;
|
|
77
|
+
column-gap: $tp-checkout-default-padding;
|
|
78
|
+
margin-bottom: $tp-checkout-simple-row-gap;
|
|
79
|
+
> :not(.default-width) {
|
|
80
|
+
flex: 1;
|
|
81
|
+
width: 100%;
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
.collapseable {
|
|
85
|
+
overflow: hidden;
|
|
86
|
+
}
|
|
87
|
+
.two-column-grid {
|
|
88
|
+
display: grid;
|
|
89
|
+
grid-template-areas: "firstcolumn secondcolumn";
|
|
90
|
+
.first-column {
|
|
91
|
+
grid-area: firstcolumn;
|
|
92
|
+
grid-row: auto;
|
|
93
|
+
}
|
|
94
|
+
.second-column {
|
|
95
|
+
grid-area: secondcolumn;
|
|
96
|
+
grid-row: auto;
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
.relation-address-new {
|
|
100
|
+
cursor: pointer;
|
|
101
|
+
display: flex;
|
|
102
|
+
flex-direction: row;
|
|
103
|
+
align-items: center;
|
|
104
|
+
font-weight: bold;
|
|
105
|
+
.relation-address-icon {
|
|
106
|
+
height: 20px;
|
|
107
|
+
width: 20px;
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
.overview-delivery-invoice-address {
|
|
111
|
+
overflow: hidden;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
}
|
|
115
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
$tp-checkout-simple-font-family: $tp-font-family !default;
|
|
2
|
+
$tp-checkout-simple-padding: 30px !default;
|
|
3
|
+
$tp-checkout-simple-column-gap: 10px !default;
|
|
4
|
+
$tp-checkout-simple-row-gap: 10px !default;
|
|
5
|
+
$tp-checkout-simple-default-width: 55% !default;
|
|
6
|
+
$tp-checkout-simple-max-width: 80% !default;
|
|
7
|
+
$tp-checkout-simple-right-panel-row-gap: 10px !default;
|
|
8
|
+
$tp-checkout-simple-right-panel-width: 400px !default;
|
|
9
|
+
$tp-checkout-simple-right-panel-width: 50% !default;
|
|
10
|
+
$tp-checkout-simple-label-column-font-family: $tp-font-family;
|
|
11
|
+
$tp-checkout-simple-label-fontsize: 12px !default;
|
|
12
|
+
$tp-checkout-simple-label-description-fontsize: 16px !default;
|
|
13
|
+
$tp-checkout-simple-label-description-fontweight: bold !default;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
@import "../../../style/mixin";
|
|
2
|
+
@import "./material-definition";
|
|
3
|
+
@import "./layout";
|
|
4
|
+
@import "./theme";
|
|
5
|
+
@import "../checkout-simple-overview-relation-edit/style/material";
|
|
6
|
+
@import "../checkout-simple-overview-delivery-edit/style/material";
|
|
7
|
+
@import "../checkout-simple-overview-payment/style/material";
|
|
8
|
+
@import "../../stepper/style/material";
|
|
9
|
+
@import "../../avatar/style/material";
|
|
10
|
+
@import "../../payment/style/material";
|
|
@@ -5,6 +5,7 @@ import { IconCacheService } from "../../../service/icon-cache.service";
|
|
|
5
5
|
export declare abstract class TransactionSearchTileBaseComponent {
|
|
6
6
|
iconCacheService: IconCacheService;
|
|
7
7
|
readonly icons: typeof Icon;
|
|
8
|
+
showCheckbox: boolean;
|
|
8
9
|
transaction: TransactionSearchView;
|
|
9
10
|
transactionClick: EventEmitter<TransactionSearchView>;
|
|
10
11
|
showClass(): boolean;
|
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
@include export-module('co-dialog-header-search-layout') {
|
|
4
4
|
.co-dialog-header-search {
|
|
5
|
+
display: block;
|
|
6
|
+
margin: $tp-dialog-header-search-margin;
|
|
5
7
|
.dialog-header-search-title {
|
|
6
8
|
font-family: $tp-dialog-header-search-title-font-family;
|
|
7
9
|
font-size: $tp-dialog-header-search-title-font-size;
|
|
@@ -3,3 +3,4 @@ $tp-dialog-header-search-title-font-size: $tp-font-size-big !default;
|
|
|
3
3
|
$tp-dialog-header-search-title-font-weight: bold !default;
|
|
4
4
|
$tp-dialog-header-search-title-margin: 0 0 20px 0 !default;
|
|
5
5
|
$tp-dialog-header-search-input-height: $cc-co-input-search-height !default;
|
|
6
|
+
$tp-dialog-header-search-margin: 0 0 20px 0 !default;
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
.co-dialog:not(.is-mobile) .co-dialog-wrapper {
|
|
6
6
|
min-width: $tp-dialog-transaction-line-warehouse-cc-min-width;
|
|
7
7
|
}
|
|
8
|
-
//.co-transaction-line-checkbox-list .virtual-scroll-container {
|
|
9
|
-
// height: $tp-dialog-transaction-line-warehouse-cc-commission-code-height;
|
|
10
|
-
//}
|
|
11
8
|
.transaction-line-warehouse-cc-section {
|
|
12
9
|
margin: $tp-dialog-transaction-line-warehouse-cc-section-margin;
|
|
10
|
+
.checkbox-list-wrapper {
|
|
11
|
+
max-height: $tp-dialog-transaction-line-warehouse-cc-section-max-height;
|
|
12
|
+
}
|
|
13
13
|
}
|
|
14
14
|
.quantity-number-picker {
|
|
15
15
|
width: $tp-dialog-transaction-line-warehouse-cc-quantity-width;
|
|
@@ -3,8 +3,9 @@ $tp-dialog-transaction-line-warehouse-cc-font-size: $tp-font-size !default;
|
|
|
3
3
|
$tp-dialog-transaction-line-warehouse-cc-font-color: $tp-color-font !default;
|
|
4
4
|
$tp-dialog-transaction-line-warehouse-cc-min-width: 500px !default;
|
|
5
5
|
$tp-dialog-transaction-line-warehouse-cc-commission-code-height: 100px !default;
|
|
6
|
-
$tp-dialog-transaction-line-warehouse-cc-quantity-width:
|
|
6
|
+
$tp-dialog-transaction-line-warehouse-cc-quantity-width: 200px !default;
|
|
7
7
|
$tp-dialog-transaction-line-warehouse-cc-section-margin: 20px 0 !default;
|
|
8
|
+
$tp-dialog-transaction-line-warehouse-cc-section-max-height: 150px !default;
|
|
8
9
|
$tp-dialog-transaction-line-warehouse-cc-section-label-margin: 10px 0 !default;
|
|
9
10
|
$tp-dialog-transaction-line-warehouse-cc-section-label-font-size: $tp-font-size !default;
|
|
10
11
|
$tp-dialog-transaction-line-warehouse-cc-section-label-font-color: $tp-color-font !default;
|
|
@@ -6,11 +6,18 @@
|
|
|
6
6
|
display: block;
|
|
7
7
|
padding: $tp-transaction-padding;
|
|
8
8
|
.transaction-footer-wrapper {
|
|
9
|
-
display:
|
|
9
|
+
display: grid;
|
|
10
|
+
grid-template-columns: repeat(2, minmax(50%, 1fr));
|
|
10
11
|
flex-direction: row;
|
|
11
|
-
|
|
12
|
+
//grid-template-areas: 'column1 column2';
|
|
12
13
|
margin: $tp-transaction-totals-margin;
|
|
13
|
-
.
|
|
14
|
+
.co-add-product {
|
|
15
|
+
grid-column: 1/1;
|
|
16
|
+
justify-self: flex-start;
|
|
17
|
+
}
|
|
18
|
+
.co-transaction-totals {
|
|
19
|
+
grid-column: 2/2;
|
|
20
|
+
justify-self: flex-end;
|
|
14
21
|
width: 300px;
|
|
15
22
|
}
|
|
16
23
|
}
|
|
@@ -19,6 +19,7 @@ export declare class TransactionComponent implements OnDestroy {
|
|
|
19
19
|
private _appRef;
|
|
20
20
|
private _dynamicComponentService;
|
|
21
21
|
private _transactionEventService;
|
|
22
|
+
readonly categories: typeof TransactionTypeCategory;
|
|
22
23
|
readonly viewModes: typeof ContentViewMode;
|
|
23
24
|
readonly icons: typeof Icon;
|
|
24
25
|
sidePanelComponents: QueryList<TransactionLineSidePanelComponent>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from "@angular/core";
|
|
2
|
+
import { DatePeriod } from "../../../enum/date-period.enum";
|
|
3
|
+
export declare class FastDateRangePickerComponent implements OnInit {
|
|
4
|
+
datePeriods: DatePeriod[];
|
|
5
|
+
dateRangeSelected: EventEmitter<Date[]>;
|
|
6
|
+
dateRangeMap: Map<DatePeriod, [Date, Date]>;
|
|
7
|
+
activeDateRange: [Date, Date];
|
|
8
|
+
showClass(): boolean;
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
private _initDateMap;
|
|
11
|
+
dateRangeClicked(range: [Date, Date]): void;
|
|
12
|
+
asIsOrder(): number;
|
|
13
|
+
}
|
package/lib/component/transaction-batch-order-picking/fast-date-range-picker/style/_layout.scss
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
@include export-module('cc-fast-date-range-picker-layout') {
|
|
2
|
+
.co-fast-date-range-picker {
|
|
3
|
+
|
|
4
|
+
.fast-date-range-wrapper {
|
|
5
|
+
display: flex;
|
|
6
|
+
flex-direction: row;
|
|
7
|
+
|
|
8
|
+
.date-selection-button {
|
|
9
|
+
padding: 3px 8px;
|
|
10
|
+
background: white;
|
|
11
|
+
border-radius: 19px;
|
|
12
|
+
margin: 3px;
|
|
13
|
+
cursor: pointer;
|
|
14
|
+
display: none;
|
|
15
|
+
|
|
16
|
+
&.selected {
|
|
17
|
+
background-color: #ff4141;
|
|
18
|
+
color: white;
|
|
19
|
+
font-weight: bold;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
&.visible {
|
|
23
|
+
display: block;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
File without changes
|