@colijnit/transaction 255.1.36 → 255.1.37

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.
Files changed (32) hide show
  1. package/bundles/colijnit-transaction.umd.js +234 -30
  2. package/bundles/colijnit-transaction.umd.js.map +1 -1
  3. package/colijnit-transaction.d.ts +10 -8
  4. package/colijnit-transaction.metadata.json +1 -1
  5. package/esm2015/colijnit-transaction.js +11 -9
  6. package/esm2015/lib/component/save-cancel-buttons/save-cancel-buttons.component.js +102 -0
  7. package/esm2015/lib/component/save-cancel-buttons/save-cancel-buttons.module.js +24 -0
  8. package/esm2015/lib/component/transaction/transaction.component.js +35 -7
  9. package/esm2015/lib/component/transaction/transaction.module.js +4 -2
  10. package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-base.component.js +2 -2
  11. package/esm2015/lib/service/pending-reason.service.js +5 -3
  12. package/esm2015/lib/service/transaction-base.service.js +19 -3
  13. package/esm2015/lib/service/transaction-connector-adapter.service.js +4 -1
  14. package/esm2015/lib/service/transaction-connector.service.js +4 -1
  15. package/esm2015/lib/service/transaction-event.service.js +4 -2
  16. package/esm2015/lib/service/transaction.service.js +54 -12
  17. package/esm2015/lib/transaction-version.js +3 -3
  18. package/fesm2015/colijnit-transaction.js +229 -17
  19. package/fesm2015/colijnit-transaction.js.map +1 -1
  20. package/lib/component/save-cancel-buttons/save-cancel-buttons.component.d.ts +28 -0
  21. package/lib/component/save-cancel-buttons/save-cancel-buttons.module.d.ts +2 -0
  22. package/lib/component/save-cancel-buttons/style/_layout.scss +41 -0
  23. package/lib/component/save-cancel-buttons/style/_material-definition.scss +15 -0
  24. package/lib/component/save-cancel-buttons/style/_theme.scss +42 -0
  25. package/lib/component/save-cancel-buttons/style/material.scss +4 -0
  26. package/lib/component/transaction/transaction.component.d.ts +13 -3
  27. package/lib/service/transaction-base.service.d.ts +4 -1
  28. package/lib/service/transaction-connector-adapter.service.d.ts +1 -0
  29. package/lib/service/transaction-connector.service.d.ts +1 -0
  30. package/lib/service/transaction-event.service.d.ts +3 -1
  31. package/lib/service/transaction.service.d.ts +20 -19
  32. package/package.json +5 -5
@@ -7,11 +7,11 @@ export { AnimatedCheckboxComponent as ɵob } from './lib/component/animated-chec
7
7
  export { AnimatedCheckboxModule as ɵoa } from './lib/component/animated-checkbox/animated-checkbox.module';
8
8
  export { AvatarComponent as ɵig } from './lib/component/avatar/avatar.component';
9
9
  export { AvatarModule as ɵif } from './lib/component/avatar/avatar.module';
10
- export { CheckoutSimpleOverviewDeliveryEditComponent as ɵym } from './lib/component/checkout-simple/checkout-simple-overview-delivery-edit/checkout-simple-overview-delivery-edit.component';
11
- export { CheckoutSimpleOverviewPaymentComponent as ɵyn } from './lib/component/checkout-simple/checkout-simple-overview-payment/checkout-simple-overview-payment.component';
12
- export { CheckoutSimpleOverviewRelationEditComponent as ɵyl } from './lib/component/checkout-simple/checkout-simple-overview-relation-edit/checkout-simple-overview-relation-edit.component';
13
- export { CheckoutSimpleComponent as ɵyk } from './lib/component/checkout-simple/checkout-simple.component';
14
- export { CheckoutSimpleModule as ɵyj } from './lib/component/checkout-simple/checkout-simple.module';
10
+ export { CheckoutSimpleOverviewDeliveryEditComponent as ɵyo } from './lib/component/checkout-simple/checkout-simple-overview-delivery-edit/checkout-simple-overview-delivery-edit.component';
11
+ export { CheckoutSimpleOverviewPaymentComponent as ɵyp } from './lib/component/checkout-simple/checkout-simple-overview-payment/checkout-simple-overview-payment.component';
12
+ export { CheckoutSimpleOverviewRelationEditComponent as ɵyn } from './lib/component/checkout-simple/checkout-simple-overview-relation-edit/checkout-simple-overview-relation-edit.component';
13
+ export { CheckoutSimpleComponent as ɵym } from './lib/component/checkout-simple/checkout-simple.component';
14
+ export { CheckoutSimpleModule as ɵyl } from './lib/component/checkout-simple/checkout-simple.module';
15
15
  export { CheckoutOverviewDeliveryEditComponent as ɵnj } from './lib/component/checkout/checkout-overview-delivery-edit/checkout-overview-delivery-edit.component';
16
16
  export { CheckoutOverviewPaymentComponent as ɵnk } from './lib/component/checkout/checkout-overview-payment/checkout-overview-payment.component';
17
17
  export { CheckoutOverviewRelationEditComponent as ɵni } from './lib/component/checkout/checkout-overview-relation-edit/checkout-overview-relation-edit.component';
@@ -150,6 +150,8 @@ export { RelationTypeComponent as ɵiv } from './lib/component/relation/relation
150
150
  export { RelationTypeModule as ɵiu } from './lib/component/relation/relation-type/relation-type.module';
151
151
  export { SuggestionsSidebarComponent as ɵng } from './lib/component/relation/suggestions-sidebar/suggestions-sidebar.component';
152
152
  export { SuggestionsSidebarModule as ɵnf } from './lib/component/relation/suggestions-sidebar/suggestions-sidebar.module';
153
+ export { SaveCancelButtonsComponent as ɵyj } from './lib/component/save-cancel-buttons/save-cancel-buttons.component';
154
+ export { SaveCancelButtonsModule as ɵyi } from './lib/component/save-cancel-buttons/save-cancel-buttons.module';
153
155
  export { SearchFeatureModule as ɵto } from './lib/component/search/search-feature.module';
154
156
  export { SearchFilterPanelComponent as ɵmf } from './lib/component/search/search-filter-panel/search-filter-panel.component';
155
157
  export { SearchFilterPanelModule as ɵme } from './lib/component/search/search-filter-panel/search-filter-panel.module';
@@ -165,8 +167,8 @@ export { TransactionArticleTextOverviewComponent as ɵco } from './lib/component
165
167
  export { TransactionArticleTextOverviewModule as ɵcn } from './lib/component/shared/transaction-article-text-overview/transaction-article-text-overview.module';
166
168
  export { TransactionArticleTextComponent as ɵcm } from './lib/component/shared/transaction-article-text/transaction-article-text.component';
167
169
  export { TransactionArticleTextModule as ɵcg } from './lib/component/shared/transaction-article-text/transaction-article-text.module';
168
- export { SimpleVerticalStepperComponent as ɵyp } from './lib/component/simple-vertical-stepper/co-simple-vertical-stepper.component';
169
- export { SimpleVerticalStepperModule as ɵyo } from './lib/component/simple-vertical-stepper/co-simple-vertical-stepper.module';
170
+ export { SimpleVerticalStepperComponent as ɵyr } from './lib/component/simple-vertical-stepper/co-simple-vertical-stepper.component';
171
+ export { SimpleVerticalStepperModule as ɵyq } from './lib/component/simple-vertical-stepper/co-simple-vertical-stepper.module';
170
172
  export { StepperStepComponent as ɵby } from './lib/component/stepper-step/stepper-step.component';
171
173
  export { StepperStepModule as ɵnh } from './lib/component/stepper-step/stepper-step.module';
172
174
  export { StepperComponent as ɵbw } from './lib/component/stepper/stepper.component';
@@ -614,7 +616,7 @@ export { TransactionServiceMessageComponent as ɵxj } from './lib/component/tran
614
616
  export { TransactionServiceMessageModule as ɵxi } from './lib/component/transaction-service-overview/components/transaction-service-message.module';
615
617
  export { TransactionServiceOverviewComponent as ɵxk } from './lib/component/transaction-service-overview/transaction-service-overview.component';
616
618
  export { TransactionServiceOverviewModule as ɵxh } from './lib/component/transaction-service-overview/transaction-service-overview.module';
617
- export { TransactionTagComponent as ɵyi } from './lib/component/transaction-tags/transaction-tag.component';
619
+ export { TransactionTagComponent as ɵyk } from './lib/component/transaction-tags/transaction-tag.component';
618
620
  export { TransactionUndoDeliveryComponent as ɵor } from './lib/component/transaction-undo-delivery/transaction-undo-delivery.component';
619
621
  export { TransactionUndoDeliveryModule as ɵoq } from './lib/component/transaction-undo-delivery/transaction-undo-delivery.module';
620
622
  export { AppendPipe as ɵn } from './lib/pipe/append.pipe';