@colijnit/transaction 254.1.5 → 254.1.6
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 +1005 -782
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction.d.ts +311 -305
- package/colijnit-transaction.metadata.json +1 -1
- package/esm2015/colijnit-transaction.js +312 -306
- package/esm2015/lib/component/dialog/transaction-search/components/transaction-search-header/transaction-search-header.component.js +56 -0
- package/esm2015/lib/component/dialog/transaction-search/components/transaction-search-header/transaction-search-header.module.js +20 -0
- package/esm2015/lib/component/dialog/transaction-search/dialog-transaction-search.component.js +66 -0
- package/esm2015/lib/component/dialog/transaction-search/dialog-transaction-search.module.js +35 -0
- package/esm2015/lib/component/service-wizard-qa/question-answer-item/question-answer-item.component.js +12 -4
- package/esm2015/lib/component/service-wizard-qa/service-wizard-qa.component.js +5 -1
- package/esm2015/lib/component/simple-vertical-stepper/co-simple-vertical-stepper.component.js +19 -3
- package/esm2015/lib/component/simple-vertical-stepper/co-simple-vertical-stepper.module.js +4 -3
- package/esm2015/lib/component/transaction-cash-register-order/transaction-cash-register-payment-dialog/transaction-cash-register-payment-dialog.component.js +7 -3
- package/esm2015/lib/component/transaction-create-wizard/transaction-create-wizard.component.js +15 -9
- package/esm2015/lib/component/transaction-create-wizard/transaction-create-wizard.module.js +4 -2
- package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-create-service.component.js +28 -13
- package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-relation.component.js +59 -51
- package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup.module.js +4 -2
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-sales-quotation/transaction-quick-access-sales-quotation.component.js +2 -2
- package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-line-select-tile/transaction-search-sales-line-select-tile.component.js +25 -0
- package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-line-select-tile/transaction-search-sales-line-select-tile.module.js +19 -0
- package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-order-tile/transaction-search-sales-order-tile.component.js +9 -5
- package/esm2015/lib/component/transaction-service-overview/transaction-service-overview.component.js +1 -9
- package/esm2015/lib/enum/icon.enum.js +2 -1
- package/esm2015/lib/model/icon-svg.js +2 -1
- package/esm2015/lib/service/transaction-connector-adapter.service.js +3 -3
- package/esm2015/lib/transaction-version.js +3 -3
- package/fesm2015/colijnit-transaction.js +781 -530
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/lib/component/dialog/transaction-search/components/transaction-search-header/style/_layout.scss +29 -0
- package/lib/component/dialog/transaction-search/components/transaction-search-header/style/_material-definition.scss +2 -0
- package/lib/component/dialog/transaction-search/components/transaction-search-header/style/_theme.scss +4 -0
- package/lib/component/dialog/transaction-search/components/transaction-search-header/style/material.scss +4 -0
- package/lib/component/dialog/transaction-search/components/transaction-search-header/transaction-search-header.component.d.ts +15 -0
- package/lib/component/dialog/transaction-search/components/transaction-search-header/transaction-search-header.module.d.ts +2 -0
- package/lib/component/dialog/transaction-search/dialog-transaction-search.component.d.ts +19 -0
- package/lib/component/dialog/transaction-search/dialog-transaction-search.module.d.ts +2 -0
- package/lib/component/dialog/transaction-search/style/_layout.scss +1 -25
- package/lib/component/dialog/transaction-search/style/material.scss +2 -0
- package/lib/component/service-wizard-qa/question-answer-item/question-answer-item.component.d.ts +3 -0
- package/lib/component/service-wizard-qa/service-wizard-qa.component.d.ts +1 -0
- package/lib/component/simple-vertical-stepper/co-simple-vertical-stepper.component.d.ts +3 -0
- package/lib/component/simple-vertical-stepper/style/_layout.scss +26 -0
- package/lib/component/simple-vertical-stepper/style/_material-definition.scss +5 -0
- package/lib/component/transaction-create-wizard/style/_layout.scss +60 -0
- package/lib/component/transaction-create-wizard/transaction-create-wizard.component.d.ts +2 -0
- package/lib/component/transaction-header/transaction-header-popup/style/_layout.scss +14 -0
- package/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-create-service.component.d.ts +6 -5
- package/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-relation.component.d.ts +1 -0
- package/lib/component/transaction-header/transaction-header-relation/style/_layout.scss +2 -1
- package/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-line-select-tile/style/_layout.scss +5 -0
- package/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-line-select-tile/style/_material-definition.scss +0 -0
- package/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-line-select-tile/style/_theme.scss +4 -0
- package/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-line-select-tile/style/material.scss +5 -0
- package/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-line-select-tile/transaction-search-sales-line-select-tile.component.d.ts +6 -0
- package/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-line-select-tile/transaction-search-sales-line-select-tile.module.d.ts +2 -0
- package/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-order-tile/transaction-search-sales-order-tile.component.d.ts +1 -0
- package/lib/enum/icon.enum.d.ts +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
@include export-module('co-transaction-search-header-layout') {
|
|
2
|
+
.co-transaction-search-header {
|
|
3
|
+
/*.co-dialog:not(.is-mobile) .co-dialog-wrapper {
|
|
4
|
+
height: $tp-dialog-catalog-min-height;
|
|
5
|
+
width: $tp-dialog-catalog-min-width;
|
|
6
|
+
max-width: 90vw;
|
|
7
|
+
.dialog-content {
|
|
8
|
+
height: 100%;
|
|
9
|
+
overflow-x: hidden;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
.dialog-catalog-product-wrapper {
|
|
13
|
+
display: flex;
|
|
14
|
+
transform: translateX(0);
|
|
15
|
+
width: calc(#{$tp-dialog-catalog-min-width} * 2);
|
|
16
|
+
> * {
|
|
17
|
+
width: $tp-dialog-catalog-min-width;
|
|
18
|
+
}
|
|
19
|
+
height: 100%;
|
|
20
|
+
.back-button-product {
|
|
21
|
+
cursor: pointer;
|
|
22
|
+
}
|
|
23
|
+
transition: transform .2s ease-in-out;
|
|
24
|
+
&.show-product {
|
|
25
|
+
transform: translateX(-50%);
|
|
26
|
+
}
|
|
27
|
+
}*/
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from "@angular/core";
|
|
2
|
+
import { Icon } from "../../../../../enum/icon.enum";
|
|
3
|
+
import { TransactionSearchService } from "../../../../transaction-search/service/transaction-search.service";
|
|
4
|
+
import { IconCacheService } from "../../../../../service/icon-cache.service";
|
|
5
|
+
export declare class TransactionSearchHeaderComponent implements OnInit, OnDestroy {
|
|
6
|
+
transactionSearchService: TransactionSearchService;
|
|
7
|
+
iconCacheService: IconCacheService;
|
|
8
|
+
readonly icons: typeof Icon;
|
|
9
|
+
placeholder: string;
|
|
10
|
+
filterIconClick: EventEmitter<void>;
|
|
11
|
+
showClass(): boolean;
|
|
12
|
+
constructor(transactionSearchService: TransactionSearchService, iconCacheService: IconCacheService);
|
|
13
|
+
ngOnInit(): Promise<void>;
|
|
14
|
+
ngOnDestroy(): void;
|
|
15
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from "@angular/core";
|
|
2
|
+
import { TransactionSearchService } from "../../transaction-search/service/transaction-search.service";
|
|
3
|
+
import { IconCacheService } from "../../../service/icon-cache.service";
|
|
4
|
+
import { Icon } from "../../../enum/icon.enum";
|
|
5
|
+
import { SearchViewModeService } from "../../search/search-view-mode.service";
|
|
6
|
+
export declare class DialogTransactionSearchComponent implements OnInit, OnDestroy {
|
|
7
|
+
transactionSearchService: TransactionSearchService;
|
|
8
|
+
searchViewModeService: SearchViewModeService;
|
|
9
|
+
iconCacheService: IconCacheService;
|
|
10
|
+
readonly icons: typeof Icon;
|
|
11
|
+
placeholder: string;
|
|
12
|
+
filterIconClick: EventEmitter<void>;
|
|
13
|
+
closeClick: EventEmitter<void>;
|
|
14
|
+
showClass(): boolean;
|
|
15
|
+
constructor(transactionSearchService: TransactionSearchService, searchViewModeService: SearchViewModeService, iconCacheService: IconCacheService);
|
|
16
|
+
ngOnInit(): Promise<void>;
|
|
17
|
+
ngOnDestroy(): void;
|
|
18
|
+
onFilterButtonClick(): void;
|
|
19
|
+
}
|
|
@@ -1,29 +1,5 @@
|
|
|
1
1
|
@include export-module('co-dialog-transaction-search-layout') {
|
|
2
2
|
.co-dialog-transaction-search {
|
|
3
|
-
|
|
4
|
-
height: $tp-dialog-catalog-min-height;
|
|
5
|
-
width: $tp-dialog-catalog-min-width;
|
|
6
|
-
max-width: 90vw;
|
|
7
|
-
.dialog-content {
|
|
8
|
-
height: 100%;
|
|
9
|
-
overflow-x: hidden;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
.dialog-catalog-product-wrapper {
|
|
13
|
-
display: flex;
|
|
14
|
-
transform: translateX(0);
|
|
15
|
-
width: calc(#{$tp-dialog-catalog-min-width} * 2);
|
|
16
|
-
> * {
|
|
17
|
-
width: $tp-dialog-catalog-min-width;
|
|
18
|
-
}
|
|
19
|
-
height: 100%;
|
|
20
|
-
.back-button-product {
|
|
21
|
-
cursor: pointer;
|
|
22
|
-
}
|
|
23
|
-
transition: transform .2s ease-in-out;
|
|
24
|
-
&.show-product {
|
|
25
|
-
transform: translateX(-50%);
|
|
26
|
-
}
|
|
27
|
-
}*/
|
|
3
|
+
|
|
28
4
|
}
|
|
29
5
|
}
|
package/lib/component/service-wizard-qa/question-answer-item/question-answer-item.component.d.ts
CHANGED
|
@@ -4,13 +4,16 @@ export declare class QuestionAnswerComponent {
|
|
|
4
4
|
question: string;
|
|
5
5
|
answers: ServiceWizardAnswer[];
|
|
6
6
|
qaResultChange: EventEmitter<QaResult>;
|
|
7
|
+
wizardFinished: EventEmitter<boolean>;
|
|
7
8
|
showClass(): boolean;
|
|
8
9
|
selectedAnswer: string;
|
|
9
10
|
questionAnswered: boolean;
|
|
11
|
+
allQuestionsAnswered: boolean;
|
|
10
12
|
qaResult: QaResult[];
|
|
11
13
|
onSelectAnswer(selectedAnswer: ServiceWizardAnswer): void;
|
|
12
14
|
onChangeAnswer(changedAnswer: ServiceWizardAnswer): void;
|
|
13
15
|
onQaResultChange(newVResult: QaResult): void;
|
|
16
|
+
onWizardFinished(wizardFinished: boolean): void;
|
|
14
17
|
}
|
|
15
18
|
export interface QaResult {
|
|
16
19
|
answerId: number;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { StepperBaseComponent } from "../core/base/stepper-base.component";
|
|
2
|
+
import { Icon } from "../../enum/icon.enum";
|
|
2
3
|
export interface steps {
|
|
3
4
|
index: number;
|
|
4
5
|
description: string;
|
|
@@ -7,6 +8,8 @@ export interface steps {
|
|
|
7
8
|
export declare class SimpleVerticalStepperComponent extends StepperBaseComponent {
|
|
8
9
|
showClass(): boolean;
|
|
9
10
|
continueRequested(): void;
|
|
11
|
+
openToIndex(idx: number): void;
|
|
10
12
|
protected validateCurrentStep(nextStep?: number): void;
|
|
11
13
|
protected setActive(idx: number): void;
|
|
14
|
+
protected readonly Icon: typeof Icon;
|
|
12
15
|
}
|
|
@@ -28,10 +28,36 @@
|
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
.simple-vertical-stepper-content-wrapper {
|
|
31
|
+
display: flex;
|
|
32
|
+
flex-direction: column;
|
|
33
|
+
align-items: flex-start;
|
|
34
|
+
|
|
35
|
+
}
|
|
36
|
+
.stepper-button-wrapper {
|
|
31
37
|
display: flex;
|
|
32
38
|
flex-direction: column;
|
|
33
39
|
align-items: center;
|
|
40
|
+
padding: 10px 30px;
|
|
41
|
+
.save-button {
|
|
42
|
+
height: $tp-co-stepper-step-save-button-size;
|
|
43
|
+
width: $tp-co-stepper-step-save-button-size;
|
|
44
|
+
border-color: $tp-co-stepper-step-save-button-border-color;
|
|
45
|
+
border-style: $tp-co-stepper-step-save-button-border-style;
|
|
46
|
+
border-width: $tp-co-stepper-step-save-button-border-width;
|
|
47
|
+
background-color: #1A73E8; //$tp-transaction-header-popup-button-background-color;
|
|
48
|
+
padding: 8px; //$tp-transaction-header-popup-button-padding;
|
|
49
|
+
box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3); //$tp-transaction-header-popup-button-box-shadow;
|
|
50
|
+
cursor: pointer;
|
|
51
|
+
|
|
52
|
+
.co-icon {
|
|
53
|
+
height: 20px; //$tp-transaction-header-popup-save-button-icon-size;
|
|
54
|
+
width: 20px; //$tp-transaction-header-popup-save-button-icon-size;
|
|
34
55
|
|
|
56
|
+
svg {
|
|
57
|
+
fill: #FFFFFF; //$tp-transaction-header-popup-save-button-icon-color;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
35
61
|
}
|
|
36
62
|
}
|
|
37
63
|
}
|
|
@@ -28,3 +28,8 @@ $tp-co-stepper-step-button-color: $tp-color-action !default;
|
|
|
28
28
|
$tp-co-stepper-step-button-background-color: $tp-default-background-accent !default;
|
|
29
29
|
$tp-co-stepper-step-button-icon-size: 15px !default;
|
|
30
30
|
$tp-co-stepper-step-button-icon-color: $tp-color-action !default;
|
|
31
|
+
|
|
32
|
+
$tp-co-stepper-step-save-button-size: 36px !default;
|
|
33
|
+
$tp-co-stepper-step-save-button-border-color: #DCE4EA !default;
|
|
34
|
+
$tp-co-stepper-step-save-button-border-width: 0 0 0 0 !default;
|
|
35
|
+
$tp-co-stepper-step-save-button-border-style: solid !default;
|
|
@@ -1,4 +1,64 @@
|
|
|
1
1
|
@include export-module('co-transaction-create-wizard-layout') {
|
|
2
2
|
.co-transaction-create-wizard {
|
|
3
|
+
max-width: 1340px;
|
|
4
|
+
margin: 0 auto;
|
|
5
|
+
display: flex;
|
|
6
|
+
flex-direction: column;
|
|
7
|
+
width: 100%;
|
|
8
|
+
co-simple-vertical-stepper {
|
|
9
|
+
flex-basis: 55%;
|
|
10
|
+
flex-grow: 1;
|
|
11
|
+
flex-shrink: 1;
|
|
12
|
+
max-width: calc(100% - 450px);
|
|
13
|
+
co-stepper-step {
|
|
14
|
+
width: 100%;
|
|
15
|
+
.co-transaction-header-popup-relation {
|
|
16
|
+
width: 100%;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
.simple-vertical-stepper-content-wrapper {
|
|
21
|
+
display: flex;
|
|
22
|
+
flex-direction: row;
|
|
23
|
+
flex-wrap: nowrap;
|
|
24
|
+
gap: 30px;
|
|
25
|
+
padding: 30px;
|
|
26
|
+
}
|
|
27
|
+
.transaction-header-popup-section {
|
|
28
|
+
display: flex;
|
|
29
|
+
flex-direction: column;
|
|
30
|
+
gap: 15px;
|
|
31
|
+
}
|
|
32
|
+
.transaction-header-popup-section-label {
|
|
33
|
+
font-size: 12px;
|
|
34
|
+
display: flex;
|
|
35
|
+
flex-direction: row;
|
|
36
|
+
grid-gap: 10px;
|
|
37
|
+
gap: 10px;
|
|
38
|
+
align-items: center;
|
|
39
|
+
.label-description {
|
|
40
|
+
font-size: 16px;
|
|
41
|
+
font-weight: 700;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
.service-data-column {
|
|
45
|
+
width: 100%;
|
|
46
|
+
overflow: hidden;
|
|
47
|
+
background: #f8f8fa;
|
|
48
|
+
padding: 30px;
|
|
49
|
+
display: flex;
|
|
50
|
+
flex-direction: column;
|
|
51
|
+
gap: 15px;
|
|
52
|
+
}
|
|
53
|
+
co-form {
|
|
54
|
+
.co-input-text {
|
|
55
|
+
label {
|
|
56
|
+
padding-right: 20px;
|
|
57
|
+
}
|
|
58
|
+
&:before {
|
|
59
|
+
box-shadow: none;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|
|
3
63
|
}
|
|
4
64
|
}
|
|
@@ -11,11 +11,13 @@ import { StepperStepComponent } from "../stepper-step/stepper-step.component";
|
|
|
11
11
|
import { TransactionInfoResponse } from "@colijnit/transactionapi/build/model/transaction-info-response.bo";
|
|
12
12
|
import { TransactionRelationService } from "../../service/transaction-relation.service";
|
|
13
13
|
import { SimpleVerticalStepperComponent } from "../simple-vertical-stepper/co-simple-vertical-stepper.component";
|
|
14
|
+
import { Icon } from "../../enum/icon.enum";
|
|
14
15
|
export declare class TransactionCreateWizardComponent implements OnInit {
|
|
15
16
|
createService: TransactionCreateService;
|
|
16
17
|
relationService: TransactionRelationService;
|
|
17
18
|
transactionScreenConfigurationService: TransactionScreenConfigurationService;
|
|
18
19
|
readonly transKind: typeof TransactionKind;
|
|
20
|
+
readonly Icon: typeof Icon;
|
|
19
21
|
stepper: SimpleVerticalStepperComponent;
|
|
20
22
|
stepRelationSection: StepperStepComponent;
|
|
21
23
|
relationSection: TransactionHeaderPopupRelationComponent;
|
|
@@ -559,5 +559,19 @@
|
|
|
559
559
|
width: 100%;
|
|
560
560
|
}
|
|
561
561
|
}
|
|
562
|
+
|
|
563
|
+
.create-via-transaction {
|
|
564
|
+
display: flex;
|
|
565
|
+
flex-direction: column;
|
|
566
|
+
gap: 5px;
|
|
567
|
+
width: 100%;
|
|
568
|
+
|
|
569
|
+
.create-via-transaction-result-display {
|
|
570
|
+
display: flex;
|
|
571
|
+
flex-direction: row;
|
|
572
|
+
gap: 5px;
|
|
573
|
+
width: 100%;
|
|
574
|
+
}
|
|
575
|
+
}
|
|
562
576
|
}
|
|
563
577
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { FormMasterService } from '@colijnit/corecomponents_v12';
|
|
3
3
|
import { ArticleExtended } from "@colijnit/articleapi/build/model/article-extended.bo";
|
|
4
|
+
import { TransactionLineInfo } from "@colijnit/transactionapi/build/model/transaction-line-info.bo";
|
|
4
5
|
export declare class TransactionHeaderPopupCreateServiceComponent implements OnInit {
|
|
5
6
|
protected formMasterService: FormMasterService;
|
|
6
7
|
showClass(): boolean;
|
|
@@ -10,8 +11,8 @@ export declare class TransactionHeaderPopupCreateServiceComponent implements OnI
|
|
|
10
11
|
createViaOldTrans: boolean;
|
|
11
12
|
showCatalogPopup: boolean;
|
|
12
13
|
showTransLinePopup: boolean;
|
|
13
|
-
|
|
14
|
-
|
|
14
|
+
existingTransactionId: number;
|
|
15
|
+
existingTransactionline: TransactionLineInfo;
|
|
15
16
|
chosenArticle: ArticleExtended;
|
|
16
17
|
goodId: number;
|
|
17
18
|
articleSearchText: string;
|
|
@@ -22,11 +23,11 @@ export declare class TransactionHeaderPopupCreateServiceComponent implements OnI
|
|
|
22
23
|
constructor(formMasterService: FormMasterService);
|
|
23
24
|
ngOnInit(): Promise<void>;
|
|
24
25
|
submit(): boolean;
|
|
25
|
-
createOrderWithTransactionLineClicked(): void;
|
|
26
|
+
createOrderWithTransactionLineClicked(openSearch?: boolean): void;
|
|
26
27
|
createOrderWithArticleClicked(): void;
|
|
27
28
|
createOrderFromSLAClicked(): void;
|
|
28
|
-
|
|
29
|
-
|
|
29
|
+
openCatalogPopUp(): void;
|
|
30
|
+
openTransactionPopUp(): void;
|
|
30
31
|
handleCatalogArticleClick(article: ArticleExtended): void;
|
|
31
32
|
private _prepareCatalogRequest;
|
|
32
33
|
}
|
|
@@ -31,6 +31,7 @@ export declare class TransactionHeaderPopupRelationComponent extends Transaction
|
|
|
31
31
|
configNames: RelationGeneralCfgNames;
|
|
32
32
|
forceReadonly: boolean;
|
|
33
33
|
showPrivacy: boolean;
|
|
34
|
+
showInvoiceAddress: boolean;
|
|
34
35
|
inputChangeForSuggestions: EventEmitter<RelationSuggestionsRequest>;
|
|
35
36
|
navigationItems: ElementRef;
|
|
36
37
|
mainItems: ElementRef;
|
|
@@ -101,9 +101,10 @@
|
|
|
101
101
|
}
|
|
102
102
|
.header-relation-content {
|
|
103
103
|
line-height: $tp-co-transaction-header-relation-content-line-height;
|
|
104
|
-
margin
|
|
104
|
+
margin: $tp-co-transaction-header-relation-content-margin;
|
|
105
105
|
max-width: $tp-co-transaction-header-relation-content-max-width;
|
|
106
106
|
overflow: hidden;
|
|
107
|
+
gap: 0;
|
|
107
108
|
.header-relation-name {
|
|
108
109
|
margin: $tp-co-transaction-header-relation-content-name-margin;
|
|
109
110
|
}
|
|
File without changes
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { IconCacheService } from '../../../../service/icon-cache.service';
|
|
2
|
+
import { TransactionSearchTileBaseComponent } from '../../../core/base/transaction-search-tile-base.component';
|
|
3
|
+
export declare class TransactionSearchSalesLineSelectTileComponent extends TransactionSearchTileBaseComponent {
|
|
4
|
+
iconCacheService: IconCacheService;
|
|
5
|
+
constructor(iconCacheService: IconCacheService);
|
|
6
|
+
}
|
|
@@ -4,5 +4,6 @@ import { StatusBarCfgNames } from '../../../../interface/status-bar-cfg-names.in
|
|
|
4
4
|
export declare class TransactionSearchSalesOrderTileComponent extends TransactionSearchTileBaseComponent {
|
|
5
5
|
iconCacheService: IconCacheService;
|
|
6
6
|
statusBarConfigNames: StatusBarCfgNames;
|
|
7
|
+
showAvatar: boolean;
|
|
7
8
|
constructor(iconCacheService: IconCacheService);
|
|
8
9
|
}
|
package/lib/enum/icon.enum.d.ts
CHANGED
|
@@ -100,6 +100,7 @@ export declare enum Icon {
|
|
|
100
100
|
RegularTruckMovingCircleUser = "regular_truck_moving_circle_user",
|
|
101
101
|
Remark = "remark",
|
|
102
102
|
Resize = "resize",
|
|
103
|
+
ServiceCartRegular = "service_cart_regular",
|
|
103
104
|
ShareSolid = "share_solid",
|
|
104
105
|
SharpLightTruckMovingClock = "sharp_light_truck_moving_clock",
|
|
105
106
|
SharpRegularBarcodeReadTag = "sharp_regular_barcode_read_tag",
|