@colijnit/transaction 12.1.3 → 12.1.7
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/app/app.component.scss +39 -0
- package/app/component/checkout/checkout/checkout.component.d.ts +2 -0
- package/app/component/checkout/checkout/checkout.component.scss +137 -0
- package/app/component/checkout/checkout-login/checkout-login.component.scss +35 -0
- package/app/component/checkout/checkout-overview/checkout-overview.component.scss +0 -0
- package/app/component/checkout/checkout-overview-block/checkout-overview-block.component.scss +0 -0
- package/app/component/checkout/checkout-overview-delivery-address/checkout-overview-delivery-address.component.scss +0 -0
- package/app/component/checkout/checkout-overview-delivery-edit/checkout-overview-delivery-edit.component.scss +3 -0
- package/app/component/checkout/checkout-overview-relation-address/checkout-overview-relation-address.component.d.ts +1 -0
- package/app/component/checkout/checkout-overview-relation-address/style/_layout.scss +19 -0
- package/app/component/checkout/checkout-overview-relation-address/style/_material-definition.scss +0 -0
- package/app/component/checkout/checkout-overview-relation-address/style/_theme.scss +7 -0
- package/app/component/checkout/checkout-overview-relation-address/style/material.scss +4 -0
- package/app/component/checkout/checkout-overview-relation-edit/checkout-overview-relation-edit.component.d.ts +1 -2
- package/app/component/checkout/checkout-overview-relation-edit/style/_layout.scss +92 -0
- package/app/component/checkout/checkout-overview-relation-edit/style/_material-definition.scss +15 -0
- package/app/component/checkout/checkout-overview-relation-edit/style/_theme.scss +9 -0
- package/app/component/checkout/checkout-overview-relation-edit/style/material.scss +5 -0
- package/app/component/checkout/checkout-relation-suggestions-list/checkout-relation-suggestions-list.component.d.ts +2 -3
- package/app/component/checkout/checkout-relation-suggestions-list/style/_layout.scss +7 -0
- package/app/component/checkout/checkout-relation-suggestions-list/style/_material-definition.scss +0 -0
- package/app/component/checkout/checkout-relation-suggestions-list/style/_theme.scss +6 -0
- package/app/component/checkout/checkout-relation-suggestions-list/style/material.scss +5 -0
- package/app/component/checkout/checkout-relation-suggestions-list-item/checkout-relation-suggestions-list-item.component.d.ts +5 -9
- package/app/component/checkout/checkout-relation-suggestions-list-item/style/_layout.scss +34 -0
- package/app/component/checkout/checkout-relation-suggestions-list-item/style/_material-definition.scss +8 -0
- package/app/component/checkout/checkout-relation-suggestions-list-item/style/_theme.scss +6 -0
- package/app/component/checkout/checkout-relation-suggestions-list-item/style/material.scss +4 -0
- package/app/component/checkout/{retail-transaction-checkout/retail-transaction-checkout.component.d.ts → checkout-transaction/checkout-transaction.component.d.ts} +4 -1
- package/app/component/checkout/checkout-transaction/checkout-transaction.component.scss +11 -0
- package/app/component/checkout/ione-checkout.component.d.ts +3 -3
- package/app/component/core/base/default-ok-cancel-buttons.component.d.ts +2 -2
- package/app/component/core/base/style/_layout.scss +7 -0
- package/app/component/core/base/style/_material-definition.scss +0 -0
- package/app/component/core/base/style/_theme.scss +6 -0
- package/app/component/core/base/style/material.scss +4 -0
- package/app/component/core/characteristic-answer/characteristic-answer.component.scss +18 -0
- package/app/component/{common → core}/icon/icon.component.d.ts +0 -0
- package/app/component/core/icon/icon.component.scss +85 -0
- package/app/component/{common → core}/image-display/image-display.component.d.ts +1 -0
- package/app/component/core/image-display/style/_layout.scss +39 -0
- package/app/component/core/image-display/style/_material-definition.scss +0 -0
- package/app/component/core/image-display/style/_theme.scss +6 -0
- package/app/component/core/image-display/style/material.scss +4 -0
- package/app/component/{common → core}/no-image-display/no-image-display.component.d.ts +0 -0
- package/app/component/core/no-image-display/no-image-display.component.scss +0 -0
- package/app/component/core/relation/customer-groups.component.d.ts +13 -0
- package/app/component/core/stock-status-indicator/stock-status-indicator.component.scss +45 -0
- package/app/component/service-order/service-order.component.d.ts +4 -5
- package/app/component/service-order/service-order.component.scss +152 -0
- package/app/component/service-order/summary/transaction-delivery-summary.component.scss +20 -0
- package/app/component/service-order/summary/transaction-summary-block.component.scss +107 -0
- package/app/component/service-order/transaction-article-text/transaction-article-text.component.d.ts +22 -13
- package/app/component/service-order/transaction-article-text/transaction-article-text.component.scss +6 -0
- package/app/component/service-order/transaction-article-text-overview/transaction-article-text-overview.component.d.ts +23 -0
- package/app/component/service-order/transaction-article-text-overview/transaction-article-text-overview.component.scss +0 -0
- package/app/component/service-order/transaction-edit-article-text/transaction-edit-article-text.component.d.ts +19 -0
- package/app/component/service-order/transaction-edit-article-text/transaction-edit-article-text.component.scss +0 -0
- package/app/component/service-order/transaction-header-block/transaction-header-block.component.scss +65 -0
- package/app/component/service-order/transaction-manager/transaction-manager.component.d.ts +3 -2
- package/app/component/service-order/transaction-manager/transaction-manager.component.scss +52 -0
- package/app/component/service-order/transaction-order-line-view/transaction-order-line-view.component.scss +88 -0
- package/app/component/service-order/transaction-order-lines/transaction-order-lines.component.scss +83 -0
- package/app/component/service-order/transaction-order-totals/transaction-order-totals.component.scss +24 -0
- package/app/component/service-order/transaction-relation/transaction-relation-edit.component.scss +24 -0
- package/app/component/service-order/transaction-sidebar/transaction-line-accordion.component.scss +0 -0
- package/app/component/service-order/transaction-sidebar/transaction-sidebar-right.component.scss +17 -0
- package/app/component/{core → service-order}/warehouse/warehouse.component.d.ts +0 -0
- package/app/component/service-order/warehouse/warehouse.component.scss +52 -0
- package/app/component/shopping-cart/ione-shopping-cart.component.d.ts +1 -1
- package/app/component/shopping-cart/shopping-cart/shopping-cart.component.scss +79 -0
- package/app/component/shopping-cart/shopping-cart-line/shopping-cart-line.component.scss +107 -0
- package/app/component/shopping-cart/shopping-cart-manager/shopping-cart-manager.component.d.ts +1 -1
- package/app/component/shopping-cart/shopping-cart-manager/shopping-cart-manager.component.scss +52 -0
- package/{enum → app/enum}/position-grid-row.enum.d.ts +0 -0
- package/app/model/standard-text.d.ts +5 -0
- package/app/model/transaction-add-text-line-request.d.ts +9 -0
- package/app/service/dictionary.service.d.ts +1 -0
- package/app/service/ione-connector-adapter.service.d.ts +8 -2
- package/app/service/options.service.d.ts +2 -3
- package/app/service/transaction-event.service.d.ts +1 -1
- package/app/service/transaction.service.d.ts +8 -2
- package/bundles/colijnit-transaction.umd.js +970 -608
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction.d.ts +57 -54
- package/colijnit-transaction.metadata.json +1 -1
- package/esm2015/app/component/checkout/checkout/checkout.component.js +13 -5
- package/esm2015/app/component/checkout/checkout-overview/checkout-overview.component.js +4 -4
- package/esm2015/app/component/checkout/checkout-overview-block/checkout-overview-block.component.js +1 -1
- package/esm2015/app/component/checkout/checkout-overview-delivery-address/checkout-overview-delivery-address.component.js +1 -1
- package/esm2015/app/component/checkout/checkout-overview-delivery-edit/checkout-overview-delivery-edit.component.js +4 -4
- package/esm2015/app/component/checkout/checkout-overview-relation-address/checkout-overview-relation-address.component.js +37 -49
- package/esm2015/app/component/checkout/checkout-overview-relation-edit/checkout-overview-relation-edit.component.js +140 -159
- package/esm2015/app/component/checkout/checkout-relation-suggestions-list/checkout-relation-suggestions-list.component.js +16 -19
- package/esm2015/app/component/checkout/checkout-relation-suggestions-list-item/checkout-relation-suggestions-list-item.component.js +17 -39
- package/esm2015/app/component/checkout/checkout-transaction/checkout-transaction.component.js +55 -0
- package/esm2015/app/component/checkout/ione-checkout.component.js +6 -6
- package/esm2015/app/component/checkout/ione-checkout.module.js +9 -7
- package/esm2015/app/component/core/base/default-ok-cancel-buttons.component.js +13 -11
- package/esm2015/app/component/core/base/transaction-base.component.js +1 -1
- package/esm2015/app/component/core/characteristic-answer/characteristic-answer.component.js +1 -1
- package/esm2015/app/component/core/core.module.js +12 -7
- package/esm2015/app/component/core/icon/icon.component.js +32 -0
- package/esm2015/app/component/core/image-display/image-display.component.js +45 -0
- package/esm2015/app/component/core/no-image-display/no-image-display.component.js +26 -0
- package/esm2015/app/component/core/relation/customer-groups.component.js +40 -0
- package/esm2015/app/component/core/stock-status-indicator/stock-status-indicator.component.js +1 -1
- package/esm2015/app/component/service-order/ione-service-order-module.js +11 -5
- package/esm2015/app/component/service-order/service-order.component.js +23 -19
- package/esm2015/app/component/service-order/summary/transaction-delivery-summary.component.js +1 -1
- package/esm2015/app/component/service-order/summary/transaction-summary-block.component.js +3 -3
- package/esm2015/app/component/service-order/transaction-article-text/transaction-article-text.component.js +107 -161
- package/esm2015/app/component/service-order/transaction-article-text-overview/transaction-article-text-overview.component.js +105 -0
- package/esm2015/app/component/service-order/transaction-edit-article-text/transaction-edit-article-text.component.js +73 -0
- package/esm2015/app/component/service-order/transaction-header-block/transaction-header-block.component.js +1 -1
- package/esm2015/app/component/service-order/transaction-manager/transaction-manager.component.js +12 -3
- package/esm2015/app/component/service-order/transaction-order-line-view/transaction-order-line-view.component.js +3 -3
- package/esm2015/app/component/service-order/transaction-order-lines/transaction-order-lines.component.js +3 -3
- package/esm2015/app/component/service-order/transaction-order-totals/transaction-order-totals.component.js +1 -1
- package/esm2015/app/component/service-order/transaction-relation/transaction-relation-edit.component.js +3 -3
- package/esm2015/app/component/service-order/warehouse/warehouse.component.js +133 -0
- package/esm2015/app/component/shopping-cart/ione-shopping-cart.component.js +2 -2
- package/esm2015/app/component/shopping-cart/shopping-cart/shopping-cart.component.js +3 -3
- package/esm2015/app/component/shopping-cart/shopping-cart-line/shopping-cart-line.component.js +3 -3
- package/esm2015/app/component/shopping-cart/shopping-cart-manager/shopping-cart-manager.component.js +4 -4
- package/esm2015/app/enum/position-grid-row.enum.js +6 -0
- package/esm2015/app/model/standard-text.js +3 -0
- package/esm2015/app/model/transaction-add-text-line-request.js +11 -0
- package/esm2015/app/service/dictionary.service.js +20 -9
- package/esm2015/app/service/ione-connector-adapter.service.js +45 -2
- package/esm2015/app/service/options.service.js +2 -3
- package/esm2015/app/service/transaction-event.service.js +1 -1
- package/esm2015/app/service/transaction.service.js +52 -14
- package/esm2015/assets/dictionary/text.properties.js +9 -1
- package/esm2015/colijnit-transaction.js +58 -55
- package/fesm2015/colijnit-transaction.js +1105 -869
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/package.json +4 -4
- package/style/_mixin.scss +9 -0
- package/style/_variables.scss +75 -0
- package/style/styles.scss +367 -0
- package/styles.scss +11 -0
- package/app/enum/direction.enum.d.ts +0 -6
- package/css/styles.css +0 -38
- package/esm2015/app/component/checkout/retail-transaction-checkout/retail-transaction-checkout.component.js +0 -53
- package/esm2015/app/component/common/icon/icon.component.js +0 -32
- package/esm2015/app/component/common/image-display/image-display.component.js +0 -41
- package/esm2015/app/component/common/no-image-display/no-image-display.component.js +0 -26
- package/esm2015/app/component/core/warehouse/warehouse.component.js +0 -133
- package/esm2015/app/enum/direction.enum.js +0 -9
- package/esm2015/enum/position-grid-row.enum.js +0 -6
|
@@ -2,58 +2,61 @@
|
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
4
|
export * from './public_api';
|
|
5
|
-
export { CheckoutLoginComponent as
|
|
6
|
-
export { CheckoutOverviewBlockComponent as
|
|
7
|
-
export { CheckoutOverviewDeliveryAddressComponent as
|
|
8
|
-
export { CheckoutOverviewDeliveryEditComponent as
|
|
5
|
+
export { CheckoutLoginComponent as ɵa } from './app/component/checkout/checkout-login/checkout-login.component';
|
|
6
|
+
export { CheckoutOverviewBlockComponent as ɵt } from './app/component/checkout/checkout-overview-block/checkout-overview-block.component';
|
|
7
|
+
export { CheckoutOverviewDeliveryAddressComponent as ɵy } from './app/component/checkout/checkout-overview-delivery-address/checkout-overview-delivery-address.component';
|
|
8
|
+
export { CheckoutOverviewDeliveryEditComponent as ɵv } from './app/component/checkout/checkout-overview-delivery-edit/checkout-overview-delivery-edit.component';
|
|
9
9
|
export { CheckoutOverviewRelationAddressComponent as ɵw } from './app/component/checkout/checkout-overview-relation-address/checkout-overview-relation-address.component';
|
|
10
|
-
export { CheckoutOverviewRelationEditComponent as
|
|
11
|
-
export { CheckoutOverviewComponent as
|
|
12
|
-
export { CheckOutRelationSuggestionsListItemComponent as
|
|
13
|
-
export { CheckOutRelationSuggestionsListComponent as
|
|
14
|
-
export {
|
|
15
|
-
export {
|
|
16
|
-
export {
|
|
17
|
-
export {
|
|
18
|
-
export {
|
|
19
|
-
export {
|
|
20
|
-
export {
|
|
21
|
-
export {
|
|
22
|
-
export {
|
|
23
|
-
export {
|
|
24
|
-
export {
|
|
25
|
-
export {
|
|
26
|
-
export { ServiceOrderComponent as
|
|
27
|
-
export { TransactionArticleSummaryComponent as
|
|
28
|
-
export { TransactionDeliverySummaryComponent as
|
|
29
|
-
export { TransactionOrderSummaryComponent as
|
|
30
|
-
export { TransactionPaymentInfoComponent as
|
|
31
|
-
export { TransactionProductContractSummaryComponent as
|
|
32
|
-
export { TransactionProductSummaryComponent as
|
|
33
|
-
export { TransactionServiceStatusComponent as
|
|
34
|
-
export { TransactionServiceSummaryComponent as
|
|
35
|
-
export { TransactionSummaryBlockComponent as
|
|
36
|
-
export {
|
|
37
|
-
export {
|
|
38
|
-
export {
|
|
39
|
-
export {
|
|
40
|
-
export {
|
|
41
|
-
export {
|
|
42
|
-
export {
|
|
43
|
-
export {
|
|
44
|
-
export {
|
|
45
|
-
export {
|
|
46
|
-
export {
|
|
47
|
-
export {
|
|
48
|
-
export {
|
|
49
|
-
export {
|
|
50
|
-
export {
|
|
51
|
-
export {
|
|
52
|
-
export {
|
|
53
|
-
export {
|
|
54
|
-
export {
|
|
55
|
-
export {
|
|
56
|
-
export {
|
|
57
|
-
export {
|
|
58
|
-
export {
|
|
59
|
-
export {
|
|
10
|
+
export { CheckoutOverviewRelationEditComponent as ɵu } from './app/component/checkout/checkout-overview-relation-edit/checkout-overview-relation-edit.component';
|
|
11
|
+
export { CheckoutOverviewComponent as ɵs } from './app/component/checkout/checkout-overview/checkout-overview.component';
|
|
12
|
+
export { CheckOutRelationSuggestionsListItemComponent as ɵba } from './app/component/checkout/checkout-relation-suggestions-list-item/checkout-relation-suggestions-list-item.component';
|
|
13
|
+
export { CheckOutRelationSuggestionsListComponent as ɵz } from './app/component/checkout/checkout-relation-suggestions-list/checkout-relation-suggestions-list.component';
|
|
14
|
+
export { CheckoutTransactionComponent as ɵx } from './app/component/checkout/checkout-transaction/checkout-transaction.component';
|
|
15
|
+
export { CheckoutComponent as ɵr } from './app/component/checkout/checkout/checkout.component';
|
|
16
|
+
export { DefaultOkCancelButtonsComponent as ɵbh } from './app/component/core/base/default-ok-cancel-buttons.component';
|
|
17
|
+
export { TransactionBaseComponent as ɵbj } from './app/component/core/base/transaction-base.component';
|
|
18
|
+
export { CharacteristicAnswerComponent as ɵbf } from './app/component/core/characteristic-answer/characteristic-answer.component';
|
|
19
|
+
export { CoreModule as ɵg } from './app/component/core/core.module';
|
|
20
|
+
export { TemplateWrapperDirective as ɵbg } from './app/component/core/directive/template-wrapper.directive';
|
|
21
|
+
export { IconComponent as ɵp } from './app/component/core/icon/icon.component';
|
|
22
|
+
export { ImageDisplayComponent as ɵn } from './app/component/core/image-display/image-display.component';
|
|
23
|
+
export { NoImageDisplayComponent as ɵo } from './app/component/core/no-image-display/no-image-display.component';
|
|
24
|
+
export { CustomerGroupsComponent as ɵq } from './app/component/core/relation/customer-groups.component';
|
|
25
|
+
export { StockStatusIndicatorComponent as ɵbe } from './app/component/core/stock-status-indicator/stock-status-indicator.component';
|
|
26
|
+
export { ServiceOrderComponent as ɵbi } from './app/component/service-order/service-order.component';
|
|
27
|
+
export { TransactionArticleSummaryComponent as ɵcb } from './app/component/service-order/summary/transaction-article-summary.component';
|
|
28
|
+
export { TransactionDeliverySummaryComponent as ɵcc } from './app/component/service-order/summary/transaction-delivery-summary.component';
|
|
29
|
+
export { TransactionOrderSummaryComponent as ɵbz } from './app/component/service-order/summary/transaction-order-summary.component';
|
|
30
|
+
export { TransactionPaymentInfoComponent as ɵca } from './app/component/service-order/summary/transaction-payment-info.component';
|
|
31
|
+
export { TransactionProductContractSummaryComponent as ɵcd } from './app/component/service-order/summary/transaction-product-contract-summary.component';
|
|
32
|
+
export { TransactionProductSummaryComponent as ɵce } from './app/component/service-order/summary/transaction-product-summary.component';
|
|
33
|
+
export { TransactionServiceStatusComponent as ɵby } from './app/component/service-order/summary/transaction-service-status.component';
|
|
34
|
+
export { TransactionServiceSummaryComponent as ɵbw } from './app/component/service-order/summary/transaction-service-summary.component';
|
|
35
|
+
export { TransactionSummaryBlockComponent as ɵbx } from './app/component/service-order/summary/transaction-summary-block.component';
|
|
36
|
+
export { TransactionArticleTextOverviewComponent as ɵbq } from './app/component/service-order/transaction-article-text-overview/transaction-article-text-overview.component';
|
|
37
|
+
export { TransactionArticleTextComponent as ɵbk } from './app/component/service-order/transaction-article-text/transaction-article-text.component';
|
|
38
|
+
export { TransactionEditArticleTextComponent as ɵbr } from './app/component/service-order/transaction-edit-article-text/transaction-edit-article-text.component';
|
|
39
|
+
export { TransactionHeaderBlockComponent as ɵbu } from './app/component/service-order/transaction-header-block/transaction-header-block.component';
|
|
40
|
+
export { TransactionManagerComponent as ɵbl } from './app/component/service-order/transaction-manager/transaction-manager.component';
|
|
41
|
+
export { TransactionOrderLineViewComponent as ɵbn } from './app/component/service-order/transaction-order-line-view/transaction-order-line-view.component';
|
|
42
|
+
export { TransactionOrderLinesComponent as ɵbo } from './app/component/service-order/transaction-order-lines/transaction-order-lines.component';
|
|
43
|
+
export { TransactionOrderTotalsComponent as ɵbm } from './app/component/service-order/transaction-order-totals/transaction-order-totals.component';
|
|
44
|
+
export { TransactionRelationAddressComponent as ɵbp } from './app/component/service-order/transaction-relation/transaction-relation-address.component';
|
|
45
|
+
export { TransactionRelationEditComponent as ɵbv } from './app/component/service-order/transaction-relation/transaction-relation-edit.component';
|
|
46
|
+
export { TransactionLineAccordionComponent as ɵbt } from './app/component/service-order/transaction-sidebar/transaction-line-accordion.component';
|
|
47
|
+
export { TransactionSidebarRightComponent as ɵbs } from './app/component/service-order/transaction-sidebar/transaction-sidebar-right.component';
|
|
48
|
+
export { WarehouseComponent as ɵcf } from './app/component/service-order/warehouse/warehouse.component';
|
|
49
|
+
export { ShoppingCartLineComponent as ɵbd } from './app/component/shopping-cart/shopping-cart-line/shopping-cart-line.component';
|
|
50
|
+
export { ShoppingCartManagerComponent as ɵbb } from './app/component/shopping-cart/shopping-cart-manager/shopping-cart-manager.component';
|
|
51
|
+
export { ShoppingCartComponent as ɵbc } from './app/component/shopping-cart/shopping-cart/shopping-cart.component';
|
|
52
|
+
export { AppendPipe as ɵh } from './app/pipe/append.pipe';
|
|
53
|
+
export { CoCurrencyPipe as ɵl } from './app/pipe/co-currency.pipe';
|
|
54
|
+
export { DateDurationPipe as ɵj } from './app/pipe/date-duration.pipe';
|
|
55
|
+
export { DeliveryTimePipe as ɵi } from './app/pipe/delivery-time.pipe';
|
|
56
|
+
export { LocalizePipe as ɵk } from './app/pipe/localize.pipe';
|
|
57
|
+
export { SafeStylePipe as ɵm } from './app/pipe/safe-style-pipe';
|
|
58
|
+
export { DictionaryService as ɵd } from './app/service/dictionary.service';
|
|
59
|
+
export { IOneConnectorAdapterService as ɵc } from './app/service/ione-connector-adapter.service';
|
|
60
|
+
export { OptionsService as ɵb } from './app/service/options.service';
|
|
61
|
+
export { TransactionEventService as ɵf } from './app/service/transaction-event.service';
|
|
62
|
+
export { TransactionService as ɵe } from './app/service/transaction.service';
|