@colijnit/transaction 255.1.37 → 255.1.39
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 +342 -76
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction.metadata.json +1 -1
- package/esm2015/lib/component/delivery-planning/service/delivery-planning.service.js +18 -1
- package/esm2015/lib/component/delivery-planning-main/component/delivery-planning-overview/component/delivery-planning-overview-popup/delivery-planning-overview-popup.component.js +53 -33
- 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 +21 -11
- package/esm2015/lib/component/delivery-planning-main/component/delivery-planning-overview/component/delivery-planning-overview-tile/delivery-planning-overview-tile.component.js +12 -2
- package/esm2015/lib/component/delivery-planning-main/component/delivery-planning-overview/component/delivery-planning-overview-tile-settings-popup/delivery-planning-overview-tile-settings-popup.component.js +53 -3
- package/esm2015/lib/component/delivery-planning-main/component/delivery-planning-overview/delivery-planning-overview.component.js +79 -24
- package/esm2015/lib/component/transaction/transaction.component.js +4 -1
- package/esm2015/lib/component/transaction-card/transaction-card-planning/transaction-card-planning.component.js +33 -4
- package/esm2015/lib/component/transaction-header/transaction-header-order/transaction-header-order.component.js +2 -2
- package/esm2015/lib/component/transaction-header/transaction-header-payment/transaction-header-payment.component.js +2 -2
- package/esm2015/lib/component/transaction-internal/transaction-internal.component.js +7 -4
- package/esm2015/lib/component/transaction-line/transaction-planning-line/transaction-planning-line.component.js +2 -1
- package/esm2015/lib/component/transaction-line-side-panel-planning/transaction-line-side-panel-planning.component.js +2 -2
- package/esm2015/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-sales-reservation/transaction-line-side-panel-sales-reservation/transaction-line-side-panel-sales-reservation.component.js +21 -8
- package/esm2015/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-sales.module.js +3 -2
- package/esm2015/lib/component/transaction-lines-side-panel/transaction-lines-side-panel-service-order/transaction-lines-side-panel-service-order.component.js +59 -46
- package/esm2015/lib/component/transaction-search/transaction-search-result/transaction-search-result.component.js +2 -1
- package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-purchase-reservation-order-tile/transaction-purchase-reservation-order-tile.component.js +4 -14
- package/esm2015/lib/component/transaction-service-overview/components/transaction-service-message.component.js +1 -2
- package/esm2015/lib/component/transaction-service-overview/transaction-service-overview.component.js +3 -3
- package/esm2015/lib/enum/icon.enum.js +9 -1
- package/esm2015/lib/model/icon-svg.js +9 -1
- package/esm2015/lib/transaction-version.js +3 -3
- package/fesm2015/colijnit-transaction.js +361 -146
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/lib/component/delivery-planning/service/delivery-planning.service.d.ts +4 -0
- package/lib/component/delivery-planning/style/_layout.scss +22 -1
- package/lib/component/delivery-planning-main/component/delivery-planning-overview/component/delivery-planning-overview-popup/delivery-planning-overview-popup.component.d.ts +9 -6
- package/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.d.ts +3 -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 +25 -10
- package/lib/component/delivery-planning-main/component/delivery-planning-overview/component/delivery-planning-overview-tile/delivery-planning-overview-tile.component.d.ts +9 -0
- package/lib/component/delivery-planning-main/component/delivery-planning-overview/component/delivery-planning-overview-tile/style/_layout.scss +13 -0
- package/lib/component/delivery-planning-main/component/delivery-planning-overview/component/delivery-planning-overview-tile-settings-popup/delivery-planning-overview-tile-settings-popup.component.d.ts +14 -3
- package/lib/component/delivery-planning-main/component/delivery-planning-overview/delivery-planning-overview.component.d.ts +16 -0
- package/lib/component/delivery-planning-main/component/delivery-planning-overview/style/_layout.scss +9 -6
- package/lib/component/delivery-planning-main/style/_layout.scss +0 -1
- package/lib/component/transaction/transaction.component.d.ts +1 -0
- package/lib/component/transaction-card/transaction-card-planning/transaction-card-planning.component.d.ts +19 -0
- package/lib/component/transaction-internal/style/_layout.scss +6 -0
- package/lib/component/transaction-internal/transaction-internal.component.d.ts +1 -0
- package/lib/component/transaction-line-side-panel-planning/style/_layout.scss +20 -17
- package/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-sales-reservation/transaction-line-side-panel-sales-reservation/style/_layout.scss +16 -4
- package/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-sales-reservation/transaction-line-side-panel-sales-reservation/transaction-line-side-panel-sales-reservation.component.d.ts +5 -1
- package/lib/component/transaction-lines-side-panel/transaction-lines-side-panel-service-order/style/_layout.scss +16 -0
- package/lib/component/transaction-lines-side-panel/transaction-lines-side-panel-service-order/transaction-lines-side-panel-service-order.component.d.ts +2 -0
- package/lib/component/transaction-search/transaction-search-tile/transaction-purchase-reservation-order-tile/style/_layout.scss +26 -20
- package/lib/component/transaction-service-overview/style/_layout.scss +4 -0
- package/lib/enum/icon.enum.d.ts +8 -0
- package/package.json +1 -1
|
@@ -1,48 +1,54 @@
|
|
|
1
1
|
@include export-module('cc-transaction-purchase-reservation-order-tile-layout') {
|
|
2
2
|
.co-transaction-purchase-reservation-order-tile {
|
|
3
|
-
|
|
3
|
+
width: 100%;
|
|
4
|
+
height: 200px;
|
|
4
5
|
.column {
|
|
5
6
|
display: flex;
|
|
6
|
-
flex-direction:
|
|
7
|
+
flex-direction: row;
|
|
8
|
+
gap: 10px;
|
|
9
|
+
justify-content: space-between;
|
|
7
10
|
}
|
|
8
|
-
|
|
9
|
-
width: 400px;
|
|
10
|
-
height: 200px;
|
|
11
|
-
|
|
12
11
|
.transaction-tile-wrapper {
|
|
13
|
-
padding:
|
|
12
|
+
padding: 15px 20px;
|
|
14
13
|
height: 100%;
|
|
15
14
|
width: 100%;
|
|
16
|
-
|
|
17
|
-
border-
|
|
15
|
+
box-shadow: 0 2px 4px 0 #0000005c;
|
|
16
|
+
border-left: 4px solid #45b8bf;
|
|
17
|
+
border-radius: 5px;
|
|
18
18
|
display: flex;
|
|
19
19
|
flex-direction: column;
|
|
20
20
|
.tile {
|
|
21
21
|
height: 100%;
|
|
22
22
|
width: 100%;
|
|
23
|
+
display: flex;
|
|
24
|
+
flex-direction: column;
|
|
25
|
+
justify-content: space-around;
|
|
23
26
|
.tile-header {
|
|
24
27
|
display: flex;
|
|
25
28
|
flex-direction: row;
|
|
29
|
+
justify-content: space-between;
|
|
26
30
|
gap: 0.5em;
|
|
27
31
|
}
|
|
28
|
-
|
|
29
32
|
.tile-upper-right{
|
|
30
33
|
display: flex;
|
|
31
|
-
flex-direction:
|
|
32
|
-
gap:
|
|
33
|
-
|
|
34
|
-
.title{
|
|
35
|
-
color: #8083A3;
|
|
36
|
-
}
|
|
37
|
-
|
|
34
|
+
flex-direction: column;
|
|
35
|
+
gap: 5px;
|
|
38
36
|
}
|
|
39
|
-
|
|
40
37
|
.tile-footer {
|
|
41
|
-
align-items:
|
|
38
|
+
align-items: center;
|
|
42
39
|
display: flex;
|
|
43
|
-
justify-content: space-
|
|
40
|
+
justify-content: space-between;
|
|
44
41
|
flex-direction: row;
|
|
45
42
|
gap: 0.5em;
|
|
43
|
+
.tile-bottom-left {
|
|
44
|
+
display: flex;
|
|
45
|
+
align-items: center;
|
|
46
|
+
gap: 10px;
|
|
47
|
+
.co-icon {
|
|
48
|
+
width: 22px;
|
|
49
|
+
height: 22px;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
46
52
|
}
|
|
47
53
|
|
|
48
54
|
.header {
|
package/lib/enum/icon.enum.d.ts
CHANGED
|
@@ -15,6 +15,7 @@ export declare enum Icon {
|
|
|
15
15
|
BoxOpenFullRegular = "box_open_full_regular",
|
|
16
16
|
CalendarDay = "calendar_day",
|
|
17
17
|
CalendarDayRegular = "calendar_day_regular",
|
|
18
|
+
CalendarLinesRegular = "calendar_lines_regular",
|
|
18
19
|
Cancel = "cancel",
|
|
19
20
|
CaretDownSolid = "caret_down_solid",
|
|
20
21
|
CaretUpSolid = "caret_up_solid",
|
|
@@ -32,6 +33,7 @@ export declare enum Icon {
|
|
|
32
33
|
CheckDuotone = "check_duotone",
|
|
33
34
|
CheckThin = "check_thin",
|
|
34
35
|
ChevronDownRegular = "chevron_down_regular",
|
|
36
|
+
ChevronRightRegular = "chevron_right_regular",
|
|
35
37
|
ChevronUpRegular = "chevron_up_regular",
|
|
36
38
|
CircleExclamationRegular = "circle_exclamation_regular",
|
|
37
39
|
CloseDialog = "close_dialog",
|
|
@@ -62,6 +64,8 @@ export declare enum Icon {
|
|
|
62
64
|
IndustrySolid = "industry_solid",
|
|
63
65
|
Invoice = "invoice",
|
|
64
66
|
LessThanSolid = "less_than_solid",
|
|
67
|
+
LightCreditCardCheck = "light_credit_card_check",
|
|
68
|
+
LightEuroSignMinus = "light_euro_sign_minus",
|
|
65
69
|
LinkRegular = "link_regular",
|
|
66
70
|
LinkSimpleSolid = "link_simple_solid",
|
|
67
71
|
ListRegular = "list_regular",
|
|
@@ -94,12 +98,15 @@ export declare enum Icon {
|
|
|
94
98
|
RegularBoxOpenCircleCheck = "regular_box_open_circle_check",
|
|
95
99
|
RegularCartFlatbedBoxesCircleCheck = "regular_cart_flatbed_boxes_circle_check",
|
|
96
100
|
RegularCartShoppingCircleQuestion = "regular_cart_shopping_circle_question",
|
|
101
|
+
RegularCartShoppingClock = "regular_cart_shopping_clock",
|
|
97
102
|
RegularEuroSignMinus = "regular_euro_sign_minus",
|
|
98
103
|
RegularIndustryClock = "regular_industry_clock",
|
|
99
104
|
RegularIndustryTag = "regular_industry_tag",
|
|
100
105
|
RegularReceiptSlash = "regular_receipt_slash",
|
|
101
106
|
RegularTruckMovingCircleExclamation = "regular_truck_moving_circle_exclamation",
|
|
102
107
|
RegularTruckMovingCircleUser = "regular_truck_moving_circle_user",
|
|
108
|
+
RegularTruckMovingClock = "regular_truck_moving_clock",
|
|
109
|
+
RegularWarehouseClock = "regular_warehouse_clock",
|
|
103
110
|
Remark = "remark",
|
|
104
111
|
Resize = "resize",
|
|
105
112
|
ServiceCartRegular = "service_cart_regular",
|
|
@@ -127,6 +134,7 @@ export declare enum Icon {
|
|
|
127
134
|
ToolboxRegular = "toolbox_regular",
|
|
128
135
|
TrashBin = "trash_bin",
|
|
129
136
|
TrashCanLight = "trash_can_light",
|
|
137
|
+
TrashCanRegular = "trash_can_regular",
|
|
130
138
|
TriangleDown = "triangle_down",
|
|
131
139
|
TriangleUp = "triangle_up",
|
|
132
140
|
Truck = "truck",
|