@colijnit/transaction 256.1.27 → 256.1.28
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 +278 -111
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction.d.ts +11 -9
- package/colijnit-transaction.metadata.json +1 -1
- package/esm2015/colijnit-transaction.js +12 -10
- package/esm2015/lib/component/delivery-planning-main/component/delivery-planning-overview/component/delivery-planning-overview-tile/component/delivery-planning-overview-tile-line/delivery-planning-overview-tile-line.component.js +4 -15
- package/esm2015/lib/component/dialog/dialog-branch/dialog-branch.component.js +131 -0
- package/esm2015/lib/component/dialog/dialog-branch/dialog-branch.module.js +26 -0
- package/esm2015/lib/component/transaction-internal/transaction-internal.module.js +4 -4
- package/esm2015/lib/component/transaction-line/transaction-planning-line/transaction-planning-line.component.js +38 -3
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-sales-quotation/transaction-quick-access-sales-quotation.component.js +2 -3
- package/esm2015/lib/service/dialog.service.js +6 -9
- package/esm2015/lib/service/transaction-base.service.js +1 -2
- package/esm2015/lib/service/transaction.service.js +2 -2
- package/esm2015/lib/transaction-version.js +3 -3
- package/fesm2015/colijnit-transaction.js +288 -125
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/lib/component/delivery-planning/style/_layout.scss +5 -0
- package/lib/component/delivery-planning-main/component/delivery-planning-overview/component/delivery-planning-overview-tile/component/delivery-planning-overview-tile-line/style/_layout.scss +11 -10
- package/lib/component/dialog/dialog-branch/dialog-branch.component.d.ts +48 -0
- package/lib/component/dialog/dialog-branch/dialog-branch.module.d.ts +2 -0
- package/lib/component/dialog/dialog-branch/style/_layout.scss +11 -0
- package/lib/component/dialog/dialog-branch/style/_material-definition.scss +2 -0
- package/lib/component/dialog/dialog-branch/style/_theme.scss +4 -0
- package/lib/component/dialog/dialog-branch/style/material.scss +4 -0
- package/lib/component/transaction-internal/style/_layout.scss +3 -0
- package/lib/component/transaction-line/transaction-line/style/_layout.scss +8 -0
- package/lib/component/transaction-line/transaction-planning-line/transaction-planning-line.component.d.ts +2 -1
- package/lib/service/dialog.service.d.ts +1 -1
- package/package.json +2 -2
|
@@ -83,6 +83,8 @@ export { DepositPaymentModule as ɵpr } from './lib/component/deposit-payment/de
|
|
|
83
83
|
export { DialogCatalogComponent as ɵsy } from './lib/component/dialog/catalog/dialog-catalog/dialog-catalog.component';
|
|
84
84
|
export { DialogCatalogModule as ɵsx } from './lib/component/dialog/catalog/dialog-catalog/dialog-catalog.module';
|
|
85
85
|
export { CatalogScreenConfigurationService as ɵsz } from './lib/component/dialog/catalog/dialog-catalog/service/catalog-screen-configuration.service';
|
|
86
|
+
export { DialogBranchComponent as ɵyw } from './lib/component/dialog/dialog-branch/dialog-branch.component';
|
|
87
|
+
export { DialogBranchModule as ɵyv } from './lib/component/dialog/dialog-branch/dialog-branch.module';
|
|
86
88
|
export { DialogHeaderSearchComponent as ɵdk } from './lib/component/dialog/dialog-header-search/dialog-header-search.component';
|
|
87
89
|
export { DialogHeaderSearchModule as ɵdj } from './lib/component/dialog/dialog-header-search/dialog-header-search.module';
|
|
88
90
|
export { DialogTransactionHeaderBranchComponent as ɵyu } from './lib/component/dialog/transaction-header/dialog-transaction-header-branch/dialog-transaction-header-branch.component';
|
|
@@ -160,8 +162,8 @@ export { RelationTypeComponent as ɵpy } from './lib/component/relation/relation
|
|
|
160
162
|
export { RelationTypeModule as ɵpx } from './lib/component/relation/relation-type/relation-type.module';
|
|
161
163
|
export { SuggestionsSidebarComponent as ɵuk } from './lib/component/relation/suggestions-sidebar/suggestions-sidebar.component';
|
|
162
164
|
export { SuggestionsSidebarModule as ɵuj } from './lib/component/relation/suggestions-sidebar/suggestions-sidebar.module';
|
|
163
|
-
export { SaveCancelButtonsComponent as
|
|
164
|
-
export { SaveCancelButtonsModule as
|
|
165
|
+
export { SaveCancelButtonsComponent as ɵzc } from './lib/component/save-cancel-buttons/save-cancel-buttons.component';
|
|
166
|
+
export { SaveCancelButtonsModule as ɵzb } from './lib/component/save-cancel-buttons/save-cancel-buttons.module';
|
|
165
167
|
export { SearchFeatureModule as ɵoj } from './lib/component/search/search-feature.module';
|
|
166
168
|
export { SearchFilterPanelComponent as ɵoo } from './lib/component/search/search-filter-panel/search-filter-panel.component';
|
|
167
169
|
export { SearchFilterPanelModule as ɵon } from './lib/component/search/search-filter-panel/search-filter-panel.module';
|
|
@@ -177,8 +179,8 @@ export { TransactionArticleTextOverviewComponent as ɵcs } from './lib/component
|
|
|
177
179
|
export { TransactionArticleTextOverviewModule as ɵcr } from './lib/component/shared/transaction-article-text-overview/transaction-article-text-overview.module';
|
|
178
180
|
export { TransactionArticleTextComponent as ɵcq } from './lib/component/shared/transaction-article-text/transaction-article-text.component';
|
|
179
181
|
export { TransactionArticleTextModule as ɵck } from './lib/component/shared/transaction-article-text/transaction-article-text.module';
|
|
180
|
-
export { SimpleVerticalStepperComponent as
|
|
181
|
-
export { SimpleVerticalStepperModule as
|
|
182
|
+
export { SimpleVerticalStepperComponent as ɵzf } from './lib/component/simple-vertical-stepper/co-simple-vertical-stepper.component';
|
|
183
|
+
export { SimpleVerticalStepperModule as ɵze } from './lib/component/simple-vertical-stepper/co-simple-vertical-stepper.module';
|
|
182
184
|
export { StepperStepComponent as ɵca } from './lib/component/stepper-step/stepper-step.component';
|
|
183
185
|
export { StepperStepModule as ɵul } from './lib/component/stepper-step/stepper-step.module';
|
|
184
186
|
export { StepperComponent as ɵby } from './lib/component/stepper/stepper.component';
|
|
@@ -240,8 +242,8 @@ export { TransactionCardsComponent as ɵyj } from './lib/component/transaction-c
|
|
|
240
242
|
export { TransactionCardsModule as ɵyi } from './lib/component/transaction-cards/transaction-cards.module';
|
|
241
243
|
export { TransactionCashRegisterOrderExpenseDialogComponent as ɵxz } from './lib/component/transaction-cash-register-order/transaction-cash-register-order-expense-dialog/transaction-cash-register-order-expense-dialog.component';
|
|
242
244
|
export { TransactionCashRegisterOrderExpenseDialogModule as ɵxy } from './lib/component/transaction-cash-register-order/transaction-cash-register-order-expense-dialog/transaction-cash-register-order-expense-dialog.module';
|
|
243
|
-
export { TransactionCashRegisterOrderReceiptDialogComponent as
|
|
244
|
-
export { TransactionCashRegisterOrderReceiptDialogModule as
|
|
245
|
+
export { TransactionCashRegisterOrderReceiptDialogComponent as ɵza } from './lib/component/transaction-cash-register-order/transaction-cash-register-order-receipt-dialog/transaction-cash-register-order-receipt-dialog.component';
|
|
246
|
+
export { TransactionCashRegisterOrderReceiptDialogModule as ɵyz } from './lib/component/transaction-cash-register-order/transaction-cash-register-order-receipt-dialog/transaction-cash-register-order-receipt-dialog.module';
|
|
245
247
|
export { TransactionCashRegisterPaymentButtonsComponent as ɵxl } from './lib/component/transaction-cash-register-order/transaction-cash-register-payment-dialog/components/transaction-cash-register-payment-buttons.component';
|
|
246
248
|
export { TransactionCashRegisterPaymentButtonsModule as ɵxk } from './lib/component/transaction-cash-register-order/transaction-cash-register-payment-dialog/components/transaction-cash-register-payment-buttons.module';
|
|
247
249
|
export { TransactionCashRegisterPaymentCashComponent as ɵxq } from './lib/component/transaction-cash-register-order/transaction-cash-register-payment-dialog/components/transaction-cash-register-payment-cash.component';
|
|
@@ -354,7 +356,7 @@ export { TransactionHeaderPopupComponent as ɵto } from './lib/component/transac
|
|
|
354
356
|
export { TransactionHeaderPopupModule as ɵra } from './lib/component/transaction-header/transaction-header-popup/transaction-header-popup.module';
|
|
355
357
|
export { TransactionHistoryGridStatusComponent as ɵir } from './lib/component/transaction-history-grid-status/transaction-history-grid-status.component';
|
|
356
358
|
export { TransactionHistoryGridStatusModule as ɵiq } from './lib/component/transaction-history-grid-status/transaction-history-grid-status.module';
|
|
357
|
-
export { TransactionInternalComponent as
|
|
359
|
+
export { TransactionInternalComponent as ɵyx } from './lib/component/transaction-internal/transaction-internal.component';
|
|
358
360
|
export { TransactionInternalModule as ɵup } from './lib/component/transaction-internal/transaction-internal.module';
|
|
359
361
|
export { TransactionLabeledPriceInputComponent as ɵjx } from './lib/component/transaction-labeled-price-input/transaction-labeled-price-input.component';
|
|
360
362
|
export { TransactionLabeledPriceInputModule as ɵjw } from './lib/component/transaction-labeled-price-input/transaction-labeled-price-input.module';
|
|
@@ -550,7 +552,7 @@ export { TransactionQuickAccessToBePickedModule as ɵvm } from './lib/component/
|
|
|
550
552
|
export { TransactionReceivingGoodsHistoryComponent as ɵit } from './lib/component/transaction-receiving-goods-history/transaction-receiving-goods-history.component';
|
|
551
553
|
export { TransactionReceivingGoodsHistoryModule as ɵio } from './lib/component/transaction-receiving-goods-history/transaction-receiving-goods-history.module';
|
|
552
554
|
export { TransactionSalesReservationService as ɵgl } from './lib/component/transaction-reservation/service/transaction-sales-reservation.service';
|
|
553
|
-
export { TransactionSalesReservationPopupComponent as
|
|
555
|
+
export { TransactionSalesReservationPopupComponent as ɵyy } from './lib/component/transaction-reservation/transaction-sales-reservation-popup/transaction-sales-reservation-popup.component';
|
|
554
556
|
export { TransactionFilterCategoriesComponent as ɵmp } from './lib/component/transaction-search/transaction-filter-categories/transaction-filter-categories.component';
|
|
555
557
|
export { TransactionFilterCategoriesModule as ɵmo } from './lib/component/transaction-search/transaction-filter-categories/transaction-filter-categories.module';
|
|
556
558
|
export { TransactionCashDeskFilterContentArticleComponent as ɵnv } from './lib/component/transaction-search/transaction-filter-content/cash-desk-filter-content/transaction-cash-desk-filter-content-article/transaction-cash-desk-filter-content-article.component';
|
|
@@ -629,7 +631,7 @@ export { TransactionServiceMessageComponent as ɵyg } from './lib/component/tran
|
|
|
629
631
|
export { TransactionServiceMessageModule as ɵyf } from './lib/component/transaction-service-overview/components/transaction-service-message.module';
|
|
630
632
|
export { TransactionServiceOverviewComponent as ɵyh } from './lib/component/transaction-service-overview/transaction-service-overview.component';
|
|
631
633
|
export { TransactionServiceOverviewModule as ɵye } from './lib/component/transaction-service-overview/transaction-service-overview.module';
|
|
632
|
-
export { TransactionTagComponent as
|
|
634
|
+
export { TransactionTagComponent as ɵzd } from './lib/component/transaction-tags/transaction-tag.component';
|
|
633
635
|
export { TransactionUndoDeliveryComponent as ɵvc } from './lib/component/transaction-undo-delivery/transaction-undo-delivery.component';
|
|
634
636
|
export { TransactionUndoDeliveryModule as ɵvb } from './lib/component/transaction-undo-delivery/transaction-undo-delivery.module';
|
|
635
637
|
export { AppendPipe as ɵo } from './lib/pipe/append.pipe';
|