@colijnit/transaction 12.1.96 → 12.1.97
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 +395 -370
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction.d.ts +363 -362
- package/colijnit-transaction.metadata.json +1 -1
- package/esm2015/colijnit-transaction.js +364 -363
- package/esm2015/lib/component/quick-send-button/quick-send-button.component.js +1 -1
- package/esm2015/lib/component/transaction-header/transaction-header-order/transaction-header-order.component.js +19 -1
- package/esm2015/lib/component/transaction-header/transaction-header-order/transaction-header-order.module.js +4 -3
- package/esm2015/lib/component/transaction-print-package-sticker/transaction-print-package-sticker.component.js +1 -1
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-invoice/transaction-quick-access-invoice.component.js +1 -1
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-delivery/transaction-quick-access-order-delivery.component.js +2 -1
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-overview/transaction-quick-access-overview.component.js +1 -1
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-received-goods/transaction-quick-access-received-goods.component.js +1 -1
- package/esm2015/lib/pipe/pipe.module.js +6 -3
- package/esm2015/lib/pipe/prepend.pipe.js +17 -0
- package/esm2015/lib/res/dictionary/dictionaries.js +3 -3
- package/esm2015/lib/transaction-version.js +3 -3
- package/fesm2015/colijnit-transaction.js +46 -8
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/lib/component/transaction-header/transaction-header-order/style/_layout.scss +13 -0
- package/lib/component/transaction-header/transaction-header-order/transaction-header-order.component.d.ts +1 -0
- package/lib/pipe/prepend.pipe.d.ts +4 -0
- package/lib/res/dictionary/dictionaries.d.ts +8 -0
- package/package.json +1 -1
|
@@ -3,6 +3,19 @@
|
|
|
3
3
|
@include export-module('co-transaction-header-order-layout') {
|
|
4
4
|
.co-transaction-header-order {
|
|
5
5
|
display: flex;
|
|
6
|
+
.transaction-header-order-dialog {
|
|
7
|
+
.co-transaction-header-block {
|
|
8
|
+
padding: 4px 0;
|
|
9
|
+
}
|
|
10
|
+
//.header-block-balance {
|
|
11
|
+
// flex-basis: 50%;
|
|
12
|
+
//}
|
|
13
|
+
.transaction-header-block-content {
|
|
14
|
+
.transaction-header-block-content-first, .transaction-header-block-content-second, .transaction-header-block-content-third {
|
|
15
|
+
flex-basis: 33%;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
6
19
|
|
|
7
20
|
.transaction-header-block-header {
|
|
8
21
|
co-icon {
|
|
@@ -7,5 +7,6 @@ export declare class TransactionHeaderOrderComponent extends TransactionBaseComp
|
|
|
7
7
|
protected readonly service: TransactionService;
|
|
8
8
|
readonly icons: typeof Icon;
|
|
9
9
|
showClass(): boolean;
|
|
10
|
+
showDialog: boolean;
|
|
10
11
|
constructor(iconService: IconCacheService, service: TransactionService);
|
|
11
12
|
}
|
|
@@ -3642,6 +3642,7 @@ export declare class Dictionaries {
|
|
|
3642
3642
|
DOWN_PAYMENTS_SETTLED: string;
|
|
3643
3643
|
DOWN_PAYMENT_DATE: string;
|
|
3644
3644
|
DO_CONVERSION_ARTICLE: string;
|
|
3645
|
+
DO_NOT_ACTIVATE_AUTH_APP: string;
|
|
3645
3646
|
DO_NOT_UPDATE: string;
|
|
3646
3647
|
DO_REPORT: string;
|
|
3647
3648
|
DO_UPDATE: string;
|
|
@@ -3848,6 +3849,9 @@ export declare class Dictionaries {
|
|
|
3848
3849
|
ENTER_REASON_ABSENCE_BELOW: string;
|
|
3849
3850
|
ENTER_STATE: string;
|
|
3850
3851
|
ENTER_VERIFICATION_CODE: string;
|
|
3852
|
+
ENTER_SMS_VERIFICATION_CODE: string;
|
|
3853
|
+
ENTER_EMAIL_VERIFICATION_CODE: string;
|
|
3854
|
+
ENTER_GOOGLE_VERIFICATION_CODE: string;
|
|
3851
3855
|
ENTER_VOUCHER_CODE: string;
|
|
3852
3856
|
ENTITY: string;
|
|
3853
3857
|
ENTRY_TYPE: string;
|
|
@@ -11781,6 +11785,7 @@ export declare class Dictionaries {
|
|
|
11781
11785
|
DOWN_PAYMENTS_SETTLED: string;
|
|
11782
11786
|
DOWN_PAYMENT_DATE: string;
|
|
11783
11787
|
DO_CONVERSION_ARTICLE: string;
|
|
11788
|
+
DO_NOT_ACTIVATE_AUTH_APP: string;
|
|
11784
11789
|
DO_NOT_UPDATE: string;
|
|
11785
11790
|
DO_REPORT: string;
|
|
11786
11791
|
DO_UPDATE: string;
|
|
@@ -12007,6 +12012,9 @@ export declare class Dictionaries {
|
|
|
12007
12012
|
ENTER_REASON_ABSENCE_BELOW: string;
|
|
12008
12013
|
ENTER_STATE: string;
|
|
12009
12014
|
ENTER_VERIFICATION_CODE: string;
|
|
12015
|
+
ENTER_SMS_VERIFICATION_CODE: string;
|
|
12016
|
+
ENTER_EMAIL_VERIFICATION_CODE: string;
|
|
12017
|
+
ENTER_GOOGLE_VERIFICATION_CODE: string;
|
|
12010
12018
|
ENTER_VOUCHER_CODE: string;
|
|
12011
12019
|
ENTITY: string;
|
|
12012
12020
|
ENTRY_DATE: string;
|