@colijnit/transaction 12.1.6 → 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/checkout-transaction/checkout-transaction.component.d.ts +3 -0
- package/app/component/checkout/checkout-transaction/checkout-transaction.component.scss +11 -0
- package/app/component/checkout/ione-checkout.component.d.ts +3 -1
- 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/core/icon/icon.component.scss +85 -0
- package/app/component/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/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.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.scss +6 -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.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.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/service-order/warehouse/warehouse.component.scss +52 -0
- 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.scss +52 -0
- package/app/service/ione-connector-adapter.service.d.ts +5 -2
- package/app/service/options.service.d.ts +2 -3
- package/app/service/transaction.service.d.ts +3 -1
- package/bundles/colijnit-transaction.umd.js +282 -187
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction.d.ts +42 -41
- 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 +7 -5
- package/esm2015/app/component/checkout/ione-checkout.component.js +6 -4
- package/esm2015/app/component/checkout/ione-checkout.module.js +7 -7
- package/esm2015/app/component/core/base/default-ok-cancel-buttons.component.js +13 -11
- package/esm2015/app/component/core/characteristic-answer/characteristic-answer.component.js +1 -1
- package/esm2015/app/component/core/core.module.js +9 -4
- package/esm2015/app/component/core/icon/icon.component.js +1 -1
- package/esm2015/app/component/core/image-display/image-display.component.js +9 -5
- 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/service-order.component.js +1 -1
- 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-header-block/transaction-header-block.component.js +1 -1
- package/esm2015/app/component/service-order/transaction-manager/transaction-manager.component.js +1 -1
- 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 +1 -1
- 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 +1 -1
- package/esm2015/app/component/shopping-cart/shopping-cart/shopping-cart.component.js +1 -1
- 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 +1 -1
- package/esm2015/app/service/ione-connector-adapter.service.js +16 -2
- package/esm2015/app/service/options.service.js +2 -3
- package/esm2015/app/service/transaction.service.js +25 -13
- package/esm2015/colijnit-transaction.js +43 -42
- package/fesm2015/colijnit-transaction.js +358 -338
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/package.json +3 -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/enum/direction.enum.js +0 -9
|
@@ -3,51 +3,52 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export * from './public_api';
|
|
5
5
|
export { CheckoutLoginComponent as ɵa } from './app/component/checkout/checkout-login/checkout-login.component';
|
|
6
|
-
export { CheckoutOverviewBlockComponent as
|
|
7
|
-
export { CheckoutOverviewDeliveryAddressComponent as
|
|
8
|
-
export { CheckoutOverviewDeliveryEditComponent as
|
|
9
|
-
export { CheckoutOverviewRelationAddressComponent as
|
|
10
|
-
export { CheckoutOverviewRelationEditComponent as
|
|
11
|
-
export { CheckoutOverviewComponent as
|
|
12
|
-
export { CheckOutRelationSuggestionsListItemComponent as
|
|
13
|
-
export { CheckOutRelationSuggestionsListComponent as
|
|
14
|
-
export { CheckoutTransactionComponent as
|
|
15
|
-
export { CheckoutComponent as
|
|
16
|
-
export { DefaultOkCancelButtonsComponent as
|
|
17
|
-
export { TransactionBaseComponent as
|
|
18
|
-
export { CharacteristicAnswerComponent as
|
|
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
|
+
export { CheckoutOverviewRelationAddressComponent as ɵw } from './app/component/checkout/checkout-overview-relation-address/checkout-overview-relation-address.component';
|
|
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
19
|
export { CoreModule as ɵg } from './app/component/core/core.module';
|
|
20
|
-
export { TemplateWrapperDirective as
|
|
20
|
+
export { TemplateWrapperDirective as ɵbg } from './app/component/core/directive/template-wrapper.directive';
|
|
21
21
|
export { IconComponent as ɵp } from './app/component/core/icon/icon.component';
|
|
22
22
|
export { ImageDisplayComponent as ɵn } from './app/component/core/image-display/image-display.component';
|
|
23
23
|
export { NoImageDisplayComponent as ɵo } from './app/component/core/no-image-display/no-image-display.component';
|
|
24
|
-
export {
|
|
25
|
-
export {
|
|
26
|
-
export {
|
|
27
|
-
export {
|
|
28
|
-
export {
|
|
29
|
-
export {
|
|
30
|
-
export {
|
|
31
|
-
export {
|
|
32
|
-
export {
|
|
33
|
-
export {
|
|
34
|
-
export {
|
|
35
|
-
export {
|
|
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 {
|
|
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';
|
|
51
52
|
export { AppendPipe as ɵh } from './app/pipe/append.pipe';
|
|
52
53
|
export { CoCurrencyPipe as ɵl } from './app/pipe/co-currency.pipe';
|
|
53
54
|
export { DateDurationPipe as ɵj } from './app/pipe/date-duration.pipe';
|