@kigi/components 1.46.0-beta.3 → 1.46.0-beta.5
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/package.json
CHANGED
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
ng-repeat="item in $ctrl.oneMonthInterval">
|
|
40
40
|
<div class="segment-item">
|
|
41
41
|
<span class="rank">{{ $index + 1 }}°</span>
|
|
42
|
-
<span class="name"
|
|
42
|
+
<span class="description-top-selling-name"
|
|
43
43
|
ng-if="$ctrl.hideValue && !$ctrl.isBlockValuesTopSellingsProducts"
|
|
44
44
|
uib-tooltip="{{ item.reference }} - {{ item.nameProduct }}"
|
|
45
45
|
tooltip-placement="{{$index === 0 || $index === 1 || item.nameProduct.length > 30 ? 'bottom' :'top' }}">{{
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
mbg-top-sellings-products {
|
|
2
|
-
display: block;
|
|
3
|
-
width: 100%;
|
|
4
|
-
height: 100%;
|
|
5
|
-
flex-grow: 1;
|
|
2
|
+
display: block;
|
|
3
|
+
width: 100%;
|
|
4
|
+
height: 100%;
|
|
5
|
+
flex-grow: 1;
|
|
6
6
|
box-sizing: border-box;
|
|
7
7
|
// padding: 0px 16px;
|
|
8
8
|
}
|
|
@@ -14,19 +14,19 @@ mbg-top-sellings-products {
|
|
|
14
14
|
color: #FFFFFF;
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
|
-
|
|
17
|
+
|
|
18
18
|
.loading-chart{
|
|
19
19
|
padding: 0;
|
|
20
20
|
}
|
|
21
|
-
|
|
21
|
+
|
|
22
22
|
.top-sellings-products-wrapper{
|
|
23
23
|
padding: 0px 16px;
|
|
24
24
|
}
|
|
25
|
-
|
|
25
|
+
|
|
26
26
|
.top-selling {
|
|
27
27
|
padding: 0px 16px;
|
|
28
28
|
}
|
|
29
|
-
|
|
29
|
+
|
|
30
30
|
.description-container-dash {
|
|
31
31
|
flex-grow: 1;
|
|
32
32
|
color: var(--titleColor);
|
|
@@ -34,17 +34,17 @@ mbg-top-sellings-products {
|
|
|
34
34
|
justify-content: space-between;
|
|
35
35
|
width: 100%;
|
|
36
36
|
font-weight: 600;
|
|
37
|
-
font-size: 14px;
|
|
37
|
+
font-size: 14px;
|
|
38
38
|
align-items: center;
|
|
39
39
|
padding: 8px 0 5px 0;
|
|
40
|
-
|
|
40
|
+
|
|
41
41
|
.mbg-h-c-tone-s-icon-dash {
|
|
42
42
|
transition: opacity 500ms ease;
|
|
43
43
|
opacity: 0.9;
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
|
-
|
|
47
|
-
|
|
46
|
+
|
|
47
|
+
|
|
48
48
|
.loading-indicator-top {
|
|
49
49
|
position: absolute;
|
|
50
50
|
top: 97%;
|
|
@@ -53,11 +53,11 @@ mbg-top-sellings-products {
|
|
|
53
53
|
width: 40px;
|
|
54
54
|
height: 40px;
|
|
55
55
|
}
|
|
56
|
-
|
|
56
|
+
|
|
57
57
|
#loading-circle-top {
|
|
58
58
|
position: absolute;
|
|
59
59
|
}
|
|
60
|
-
|
|
60
|
+
|
|
61
61
|
.active-index-top {
|
|
62
62
|
display: flex;
|
|
63
63
|
position: relative;
|
|
@@ -65,13 +65,13 @@ mbg-top-sellings-products {
|
|
|
65
65
|
justify-content: center;
|
|
66
66
|
color: #5f5b5b;
|
|
67
67
|
}
|
|
68
|
-
|
|
69
|
-
|
|
68
|
+
|
|
69
|
+
|
|
70
70
|
.opacity-dash{
|
|
71
71
|
opacity: 0.6;
|
|
72
72
|
}
|
|
73
|
-
|
|
74
|
-
|
|
73
|
+
|
|
74
|
+
|
|
75
75
|
.description-header {
|
|
76
76
|
flex-direction: column;
|
|
77
77
|
width: 100%;
|
|
@@ -81,8 +81,8 @@ mbg-top-sellings-products {
|
|
|
81
81
|
height: 400px;
|
|
82
82
|
padding: 16px 0px;
|
|
83
83
|
}
|
|
84
|
-
|
|
85
|
-
|
|
84
|
+
|
|
85
|
+
|
|
86
86
|
.product-header {
|
|
87
87
|
display: flex;
|
|
88
88
|
justify-content: end;
|
|
@@ -90,37 +90,37 @@ mbg-top-sellings-products {
|
|
|
90
90
|
width: 100%;
|
|
91
91
|
// padding: 0px 24px;
|
|
92
92
|
}
|
|
93
|
-
|
|
93
|
+
|
|
94
94
|
.product-header span {
|
|
95
95
|
color: #555;
|
|
96
96
|
}
|
|
97
|
-
|
|
98
|
-
|
|
97
|
+
|
|
98
|
+
|
|
99
99
|
.header-sales {
|
|
100
100
|
width: 40%;
|
|
101
101
|
text-align: right;
|
|
102
102
|
}
|
|
103
|
-
|
|
103
|
+
|
|
104
104
|
.header-stock {
|
|
105
105
|
width: 20%;
|
|
106
106
|
text-align: right;
|
|
107
107
|
}
|
|
108
|
-
|
|
108
|
+
|
|
109
109
|
.product-list {
|
|
110
|
-
|
|
110
|
+
|
|
111
111
|
width: 100%;
|
|
112
112
|
}
|
|
113
|
-
|
|
113
|
+
|
|
114
114
|
.product-item {
|
|
115
115
|
display: block;
|
|
116
116
|
padding: 0;
|
|
117
117
|
padding: 0px 23px 0px 0px;
|
|
118
|
-
|
|
118
|
+
|
|
119
119
|
}
|
|
120
|
-
|
|
120
|
+
|
|
121
121
|
.fake-chart {
|
|
122
|
-
width: 100%;
|
|
123
|
-
height: 100%;
|
|
122
|
+
width: 100%;
|
|
123
|
+
height: 100%;
|
|
124
124
|
position: relative;
|
|
125
125
|
border-radius: 10px;
|
|
126
126
|
padding: 0px;
|
|
@@ -130,41 +130,41 @@ mbg-top-sellings-products {
|
|
|
130
130
|
flex: 1;
|
|
131
131
|
display: flex;
|
|
132
132
|
}
|
|
133
|
-
|
|
133
|
+
|
|
134
134
|
.swiper-container {
|
|
135
135
|
width: 100%;
|
|
136
136
|
overflow: hidden;
|
|
137
137
|
height: 350px;
|
|
138
138
|
position: relative;
|
|
139
|
-
|
|
139
|
+
|
|
140
140
|
}
|
|
141
|
-
|
|
141
|
+
|
|
142
142
|
.swiper-pagination {
|
|
143
143
|
display: flex;
|
|
144
144
|
gap: 5px;
|
|
145
145
|
}
|
|
146
|
-
|
|
146
|
+
|
|
147
147
|
.swiper-pagination-bullet {
|
|
148
148
|
width: 10px;
|
|
149
149
|
height: 10px;
|
|
150
|
-
background-color: #606A90;
|
|
150
|
+
background-color: #606A90;
|
|
151
151
|
border-radius: 50%;
|
|
152
152
|
opacity: 0.5;
|
|
153
153
|
}
|
|
154
|
-
|
|
154
|
+
|
|
155
155
|
.swiper-pagination-bullet-active {
|
|
156
|
-
background-color: #0EBCBD;
|
|
156
|
+
background-color: #0EBCBD;
|
|
157
157
|
opacity: 1;
|
|
158
158
|
}
|
|
159
|
-
|
|
160
|
-
|
|
159
|
+
|
|
160
|
+
|
|
161
161
|
.segment-item {
|
|
162
162
|
display: flex;
|
|
163
163
|
justify-content: space-between;
|
|
164
164
|
padding: 6px 0;
|
|
165
165
|
}
|
|
166
|
-
|
|
167
|
-
.name {
|
|
166
|
+
|
|
167
|
+
.description-top-selling-name {
|
|
168
168
|
width: 70%;
|
|
169
169
|
max-width: 50%;
|
|
170
170
|
white-space: nowrap;
|
|
@@ -174,9 +174,9 @@ mbg-top-sellings-products {
|
|
|
174
174
|
font-size: 14px;
|
|
175
175
|
color: #5f5b5b;
|
|
176
176
|
}
|
|
177
|
-
|
|
178
177
|
|
|
179
|
-
|
|
178
|
+
|
|
179
|
+
|
|
180
180
|
.line-block-top{
|
|
181
181
|
height: 1px;
|
|
182
182
|
background: black;
|
|
@@ -186,7 +186,7 @@ mbg-top-sellings-products {
|
|
|
186
186
|
opacity: 0.3;
|
|
187
187
|
top: 8px;
|
|
188
188
|
}
|
|
189
|
-
|
|
189
|
+
|
|
190
190
|
.sales {
|
|
191
191
|
width: 20%;
|
|
192
192
|
text-align: right;
|
|
@@ -195,7 +195,7 @@ mbg-top-sellings-products {
|
|
|
195
195
|
position: relative;
|
|
196
196
|
right: 18px;
|
|
197
197
|
}
|
|
198
|
-
|
|
198
|
+
|
|
199
199
|
.stock {
|
|
200
200
|
width: 20%;
|
|
201
201
|
text-align: right;
|
|
@@ -203,7 +203,7 @@ mbg-top-sellings-products {
|
|
|
203
203
|
color: #5f5b5b;
|
|
204
204
|
position: relative;
|
|
205
205
|
}
|
|
206
|
-
|
|
206
|
+
|
|
207
207
|
.show-slides-not-data{
|
|
208
208
|
display: flex;
|
|
209
209
|
justify-content: center;
|
|
@@ -213,7 +213,7 @@ mbg-top-sellings-products {
|
|
|
213
213
|
font-size: 14px;
|
|
214
214
|
color: #5f5b5b;
|
|
215
215
|
}
|
|
216
|
-
|
|
216
|
+
|
|
217
217
|
|
|
218
218
|
|
|
219
219
|
|