@annalib/anna-core 20.2.21 → 20.2.24
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/README.md +28 -28
- package/esm2022/lib/anna-core-shared-lib/components/anna-buyer-approval-icon-template/anna-buyer-approval-icon-template.component.mjs +3 -3
- package/esm2022/lib/anna-core-shared-lib/components/anna-deleted-order-icon-template/anna-deleted-order-icon-template.component.mjs +3 -3
- package/esm2022/lib/anna-core-shared-lib/components/anna-est-icon-template/anna-est-icon-template.component.mjs +3 -3
- package/esm2022/lib/anna-core-shared-lib/components/anna-icon-column/anna-icon-column.component.mjs +3 -3
- package/esm2022/lib/anna-core-shared-lib/components/anna-live-icon-template/anna-live-icon-template.component.mjs +3 -3
- package/esm2022/lib/anna-core-shared-lib/components/anna-no-data/anna-no-data.component.mjs +3 -3
- package/esm2022/lib/anna-core-shared-lib/components/anna-notify-icon-template/anna-notify-icon-template.component.mjs +3 -3
- package/esm2022/lib/anna-core-shared-lib/components/anna-pay-for-performance-icon-template/anna-pay-for-performance-icon-template.component.mjs +3 -3
- package/esm2022/lib/anna-core-shared-lib/components/anna-rejected-icon-template/anna-rejected-icon-template.component.mjs +3 -3
- package/esm2022/lib/anna-core-shared-lib/constants/shared.constant.mjs +4 -1
- package/esm2022/lib/anna-core-shared-lib/directives/digits-only/digits-only.directive.mjs +1 -1
- package/esm2022/lib/anna-core-shared-lib/directives/fixed-rows-popup-table/fixed-rows-popup-table.directive.mjs +1 -1
- package/esm2022/lib/anna-core-shared-lib/directives/show-ellipsis-text/show-ellipsis-text.directive.mjs +1 -1
- package/esm2022/lib/anna-core-shared-lib/models/anna-generic-data-type.model.mjs +1 -1
- package/esm2022/lib/anna-core-shared-lib/models/anna-global-dropdown-config.model.mjs +1 -1
- package/esm2022/lib/anna-core-shared-lib/models/anna-non-editable-gt-models.mjs +12 -1
- package/esm2022/lib/anna-core-shared-lib/models/anna-sort.model.mjs +1 -1
- package/esm2022/lib/anna-core-shared-lib/models/anna-tooltip.model.mjs +1 -1
- package/esm2022/lib/anna-core-shared-lib/pipes/annaConvertArrayToCommaSeperatedValue.pipe.mjs +1 -1
- package/esm2022/lib/anna-core-shared-lib/pipes/annaConvertZeroOrNullOrUndefined.pipe.mjs +1 -1
- package/esm2022/lib/anna-core-shared-lib/pipes/annaDateFormatter.pipe.mjs +1 -1
- package/esm2022/lib/anna-core-shared-lib/pipes/annaFilterSearchedText.pipe.mjs +1 -1
- package/esm2022/lib/anna-core-shared-lib/pipes/annaReplaceChar.pipe.mjs +1 -1
- package/esm2022/lib/anna-core-shared-lib/pipes/annaTypeOfData.pipe.mjs +1 -1
- package/esm2022/lib/anna-core-shared-lib/services/anna-date-time-format.service.mjs +1 -1
- package/esm2022/lib/anna-core-shared-lib/services/anna-filter.service.mjs +14 -1
- package/esm2022/lib/anna-core-shared-lib/services/anna-generic-table.service.mjs +1 -1
- package/esm2022/lib/anna-core-shared-lib/services/anna-global-config.service.mjs +1 -1
- package/esm2022/lib/anna-core-shared-lib/services/anna-number-format.service.mjs +1 -1
- package/esm2022/lib/anna-core-shared-lib/services/anna-persisting-filter.service.mjs +1 -1
- package/esm2022/lib/anna-core-shared-lib/services/anna-sort.service.mjs +1 -1
- package/esm2022/lib/anna-core.module.mjs +1 -1
- package/esm2022/lib/anna-dropdown-lib/components/anna-calendar-filter/anna-calendar-filter.component.mjs +3 -3
- package/esm2022/lib/anna-dropdown-lib/components/anna-week-calendar-filter/anna-week-calendar-filter.component.mjs +3 -3
- package/esm2022/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-checkbox-filter/anna-column-checkbox-filter.component.mjs +3 -3
- package/esm2022/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-date-range-filter/anna-column-date-range-filter.component.mjs +3 -3
- package/esm2022/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-slider-filter/anna-column-slider-filter.component.mjs +3 -3
- package/esm2022/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-time-filter/anna-column-time-filter.component.mjs +3 -3
- package/esm2022/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +21 -3
- package/esm2022/lib/anna-generic-table-lib/components/anna-sort/anna-sort.component.mjs +3 -3
- package/esm2022/lib/anna-generic-table-lib/components/anna-table-virtual-scroll-viewport/anna-table-virtual-scroll-viewport.component.mjs +3 -3
- package/esm2022/lib/anna-generic-table-lib/directives/anna-fixed-row-size-table-virtual-scroll-strategy/anna-fixed-row-size-table-virtual-scroll-strategy.directive.mjs +1 -1
- package/esm2022/lib/anna-generic-table-lib/directives/anna-fixed-row-size-table-virtual-scroll-strategy/index.mjs +1 -1
- package/esm2022/lib/anna-generic-table-lib/directives/anna-virtual-table/anna-virtual-table.directive.mjs +1 -1
- package/esm2022/lib/anna-generic-table-lib/directives/anna-virtual-table/index.mjs +1 -1
- package/esm2022/public-api.mjs +1 -1
- package/fesm2022/annalib-anna-core.mjs +82 -37
- package/fesm2022/annalib-anna-core.mjs.map +1 -1
- package/lib/anna-core-shared-lib/constants/shared.constant.d.ts +3 -0
- package/lib/anna-core-shared-lib/models/anna-non-editable-gt-models.d.ts +19 -9
- package/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.d.ts +1 -0
- package/package.json +1 -1
- package/src/lib/anna-common-scss/_animate.scss +27 -27
- package/src/lib/anna-common-scss/_application-spacing.scss +7 -7
- package/src/lib/anna-common-scss/_bootstrap-tooltip.scss +27 -27
- package/src/lib/anna-common-scss/_button.scss +18 -18
- package/src/lib/anna-common-scss/_colors.scss +107 -107
- package/src/lib/anna-common-scss/_common-order-listing-table.scss +176 -172
- package/src/lib/anna-common-scss/_custom-anna-datepicker.scss +14 -14
- package/src/lib/anna-common-scss/_customDropdown.scss +123 -123
- package/src/lib/anna-common-scss/_dashboard-partials.scss +106 -106
- package/src/lib/anna-common-scss/_date-picker-form.scss +87 -87
- package/src/lib/anna-common-scss/_easy-filter.scss +138 -138
- package/src/lib/anna-common-scss/_edit-filter-popup.scss +70 -70
- package/src/lib/anna-common-scss/_filters.scss +712 -712
- package/src/lib/anna-common-scss/_font.scss +9 -9
- package/src/lib/anna-common-scss/_fonts.scss +86 -86
- package/src/lib/anna-common-scss/_generic-modal.scss +63 -63
- package/src/lib/anna-common-scss/_generic-table-common.scss +198 -198
- package/src/lib/anna-common-scss/_gt-table.scss +425 -425
- package/src/lib/anna-common-scss/_icons.scss +3 -0
- package/src/lib/anna-common-scss/_legend.scss +11 -11
- package/src/lib/anna-common-scss/_mat-button-toggle.scss +38 -38
- package/src/lib/anna-common-scss/_mat-menu.scss +17 -17
- package/src/lib/anna-common-scss/_mixins.scss +187 -187
- package/src/lib/anna-common-scss/_modal.scss +37 -37
- package/src/lib/anna-common-scss/_popup-filter-toggle-button.scss +36 -36
- package/src/lib/anna-common-scss/_scrollbar.scss +14 -14
- package/src/lib/anna-common-scss/_sort.scss +30 -30
- package/src/lib/anna-common-scss/_toggle.scss +86 -86
- package/src/lib/anna-common-scss/style.scss +1 -1
- package/src/lib/anna-common-scss/third-party-lib/_angular-material-mat-radio.scss +25 -25
- package/src/lib/anna-common-scss/third-party-lib/_anna-mat-button-toggle-group-size-lg.scss +34 -34
- package/src/lib/anna-common-scss/third-party-lib/_mat-autocomplete.scss +31 -31
|
@@ -1,712 +1,712 @@
|
|
|
1
|
-
@import "./fonts", "./colors";
|
|
2
|
-
|
|
3
|
-
::ng-deep .tooltip-inner {
|
|
4
|
-
max-height: 22rem;
|
|
5
|
-
background-color: white;
|
|
6
|
-
border: 1px solid white;
|
|
7
|
-
border-radius: 5px;
|
|
8
|
-
box-shadow:
|
|
9
|
-
0 2px 2px 0 rgba(0, 0, 0, 0.24),
|
|
10
|
-
0 0 2px 0 rgba(0, 0, 0, 0.12);
|
|
11
|
-
max-width: 251px;
|
|
12
|
-
width: 100%;
|
|
13
|
-
padding: 0 !important;
|
|
14
|
-
div.radio-container {
|
|
15
|
-
flex-wrap: wrap;
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
::ng-deep .md-drppicker {
|
|
20
|
-
box-shadow: unset !important;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
::ng-deep .available {
|
|
24
|
-
color: #999;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
::ng-deep .bs-tooltip-bottom .arrow::before {
|
|
28
|
-
border-bottom-color: #fff !important;
|
|
29
|
-
}
|
|
30
|
-
::ng-deep .bs-tooltip-left .arrow::before {
|
|
31
|
-
border-left-color: #fff !important;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
::ng-deep .tooltip.show {
|
|
35
|
-
opacity: 1;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.input {
|
|
39
|
-
text-align: left;
|
|
40
|
-
margin: 5px;
|
|
41
|
-
display: flex;
|
|
42
|
-
align-items: center;
|
|
43
|
-
width: 230px;
|
|
44
|
-
white-space: nowrap;
|
|
45
|
-
margin-right: 10px;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.data {
|
|
49
|
-
color: #000000;
|
|
50
|
-
font-weight: 700;
|
|
51
|
-
margin-left: 5px;
|
|
52
|
-
margin-right: 5px;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
span.data {
|
|
56
|
-
display: inline-block;
|
|
57
|
-
text-overflow: ellipsis;
|
|
58
|
-
white-space: pre;
|
|
59
|
-
width: 100%;
|
|
60
|
-
overflow: hidden;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.check-box {
|
|
64
|
-
font-size: 14px;
|
|
65
|
-
cursor: pointer;
|
|
66
|
-
position: relative;
|
|
67
|
-
top: -1px;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
span.mdi-filter.active {
|
|
71
|
-
color: black;
|
|
72
|
-
opacity: 1 !important;
|
|
73
|
-
pointer-events: all !important;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
p {
|
|
77
|
-
margin-bottom: 0;
|
|
78
|
-
line-height: initial;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
span.mdi-filter {
|
|
82
|
-
color: #cbcbcb;
|
|
83
|
-
}
|
|
84
|
-
//Slider
|
|
85
|
-
// ::ng-deep .ngx-slider {
|
|
86
|
-
// margin: 5px 0 2px 0 !important;
|
|
87
|
-
// width: 100% !important;
|
|
88
|
-
// }
|
|
89
|
-
|
|
90
|
-
// ::ng-deep span.ngx-slider-bubble.ngx-slider-model-value {
|
|
91
|
-
// display: block !important;
|
|
92
|
-
// padding: 2px !important;
|
|
93
|
-
// box-shadow: rgb(0 0 0 / 35%) 0px 3px 8px !important;
|
|
94
|
-
// height: 20px !important;
|
|
95
|
-
// }
|
|
96
|
-
|
|
97
|
-
::ng-deep .ngx-slider-pointer {
|
|
98
|
-
top: -5px !important;
|
|
99
|
-
width: 12px !important;
|
|
100
|
-
height: 12px !important;
|
|
101
|
-
background: #bdbdbd !important;
|
|
102
|
-
border: 1px solid #ffffff !important;
|
|
103
|
-
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3) !important;
|
|
104
|
-
border-radius: 16px !important;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
@mixin button-text {
|
|
108
|
-
text-align: center;
|
|
109
|
-
outline: none;
|
|
110
|
-
@include fonts(Roboto, $fs-12, normal, normal, normal, 1.67, normal);
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
input:focus {
|
|
114
|
-
outline: none;
|
|
115
|
-
}
|
|
116
|
-
input::placeholder {
|
|
117
|
-
color: $lightGray-6;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
.cancel-btn {
|
|
121
|
-
background: $lavenderBlue;
|
|
122
|
-
color: $primary-color;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
.apply-btn {
|
|
126
|
-
background: $primary-color;
|
|
127
|
-
color: white;
|
|
128
|
-
margin-left: $fs-5;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
div.radio-container {
|
|
132
|
-
display: flex;
|
|
133
|
-
white-space: nowrap;
|
|
134
|
-
justify-content: space-between;
|
|
135
|
-
background-color: $filterRadioContainer;
|
|
136
|
-
// padding: $fs-2 $fs-2 $fs-2 $fs-4;
|
|
137
|
-
border-radius: $fs-2;
|
|
138
|
-
margin: 0.4375rem $fs-7 $fs-4 $fs-7;
|
|
139
|
-
div {
|
|
140
|
-
flex: 1;
|
|
141
|
-
width: 50%;
|
|
142
|
-
}
|
|
143
|
-
div.full-width {
|
|
144
|
-
width: 100%;
|
|
145
|
-
}
|
|
146
|
-
input {
|
|
147
|
-
position: relative;
|
|
148
|
-
top: $fs-2;
|
|
149
|
-
margin-right: $fs-4;
|
|
150
|
-
}
|
|
151
|
-
label {
|
|
152
|
-
@include fonts(Roboto, $fs-14, normal, normal, normal, 1.29, 0);
|
|
153
|
-
color: $charcoal;
|
|
154
|
-
margin: 0;
|
|
155
|
-
padding-left: $fs-2;
|
|
156
|
-
}
|
|
157
|
-
label:first-of-type {
|
|
158
|
-
margin-right: $fs-3;
|
|
159
|
-
}
|
|
160
|
-
input[type="radio"] {
|
|
161
|
-
-webkit-appearance: none;
|
|
162
|
-
-moz-appearance: none;
|
|
163
|
-
appearance: none;
|
|
164
|
-
display: inline-block;
|
|
165
|
-
width: $fs-15;
|
|
166
|
-
height: $fs-15;
|
|
167
|
-
padding: $fs-2;
|
|
168
|
-
background-clip: content-box;
|
|
169
|
-
border: $fs-2 solid $primary-color;
|
|
170
|
-
background-color: transparent;
|
|
171
|
-
border-radius: 50%;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
/* appearance for checked radiobutton */
|
|
175
|
-
input[type="radio"]:checked {
|
|
176
|
-
background-color: $primary-color;
|
|
177
|
-
}
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
.checkbox-filter-buttons-container {
|
|
181
|
-
padding: 0 8px !important;
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
.buttons-container {
|
|
185
|
-
display: flex;
|
|
186
|
-
margin: 0px auto 0.4375rem;
|
|
187
|
-
justify-content: center;
|
|
188
|
-
padding: 0 12px;
|
|
189
|
-
|
|
190
|
-
.button {
|
|
191
|
-
padding: 0 10px;
|
|
192
|
-
width: 100%;
|
|
193
|
-
margin: 8px 0 0 0;
|
|
194
|
-
text-overflow: ellipsis;
|
|
195
|
-
white-space: nowrap;
|
|
196
|
-
overflow: hidden;
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
button:last-of-type {
|
|
200
|
-
background-color: $primary-color;
|
|
201
|
-
color: white;
|
|
202
|
-
margin-left: 0.5rem;
|
|
203
|
-
// margin-right: 0.5rem;
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
button.disabled {
|
|
207
|
-
background: $gray74;
|
|
208
|
-
opacity: 0.5;
|
|
209
|
-
color: $charcoal;
|
|
210
|
-
}
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
.button {
|
|
214
|
-
display: inline-block;
|
|
215
|
-
// width: 50%;
|
|
216
|
-
margin: 8px 4px 0 8px;
|
|
217
|
-
padding: 0px 16px;
|
|
218
|
-
border-radius: 4px;
|
|
219
|
-
@include button-text();
|
|
220
|
-
border: none;
|
|
221
|
-
color: #268bff;
|
|
222
|
-
background-color: #e5f1ff;
|
|
223
|
-
// height: 20px;
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
.search-box {
|
|
227
|
-
display: flex;
|
|
228
|
-
align-items: center;
|
|
229
|
-
color: #c8c8c8;
|
|
230
|
-
border: 1px solid #e6e6e6;
|
|
231
|
-
border-radius: $fs-2;
|
|
232
|
-
margin: $fs-4 $fs-7 $fs-3 $fs-7;
|
|
233
|
-
height: $fs-24;
|
|
234
|
-
padding: $fs-3 8px $fs-3 $fs-8;
|
|
235
|
-
.search-bar-close {
|
|
236
|
-
margin-left: auto;
|
|
237
|
-
float: right;
|
|
238
|
-
}
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
.search-icon {
|
|
242
|
-
margin: 0 4px 0 0;
|
|
243
|
-
font-size: $fs-18;
|
|
244
|
-
color: $lightGray-7;
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
.filter-icon {
|
|
248
|
-
justify-content: right;
|
|
249
|
-
margin-left: auto;
|
|
250
|
-
color: #d4d4d4;
|
|
251
|
-
color: #a1a1a1;
|
|
252
|
-
font-size: 16px;
|
|
253
|
-
cursor: pointer;
|
|
254
|
-
}
|
|
255
|
-
|
|
256
|
-
.data {
|
|
257
|
-
margin: 0 13px 0px 8px;
|
|
258
|
-
@include fonts(Roboto, $fs-14, normal, normal, normal, 1.86, "");
|
|
259
|
-
color: $charcoal;
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
.search-input {
|
|
263
|
-
margin: 1px 0 1px 4px;
|
|
264
|
-
@include fonts(Roboto, $fs-14, normal, normal, normal, normal, normal);
|
|
265
|
-
color: $lightGray-6;
|
|
266
|
-
width: calc(100% - 38px);
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
.check-box {
|
|
270
|
-
color: $primary-color;
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
.tooltip-data-container {
|
|
274
|
-
overflow-y: scroll;
|
|
275
|
-
max-height: 8rem;
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
.searchbar {
|
|
279
|
-
width: 100%;
|
|
280
|
-
display: flex;
|
|
281
|
-
justify-content: flex-end;
|
|
282
|
-
align-items: flex-end;
|
|
283
|
-
}
|
|
284
|
-
|
|
285
|
-
.clear-button {
|
|
286
|
-
opacity: 0.5;
|
|
287
|
-
@include fonts(Roboto, $fs-15, normal, 500, normal, normal, normal);
|
|
288
|
-
color: $charcoal;
|
|
289
|
-
text-decoration: underline;
|
|
290
|
-
border: none;
|
|
291
|
-
background-color: white;
|
|
292
|
-
color: $charcoal;
|
|
293
|
-
margin-left: $fs-10;
|
|
294
|
-
padding: 0;
|
|
295
|
-
&:focus {
|
|
296
|
-
outline: none;
|
|
297
|
-
box-shadow: none;
|
|
298
|
-
}
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
.unchecked {
|
|
302
|
-
color: $primary-color;
|
|
303
|
-
}
|
|
304
|
-
|
|
305
|
-
cdk-virtual-scroll-viewport.dropdown-data-container {
|
|
306
|
-
max-height: 12.3rem;
|
|
307
|
-
width: 100%;
|
|
308
|
-
overflow-y: auto;
|
|
309
|
-
overflow-x: hidden;
|
|
310
|
-
p.input {
|
|
311
|
-
margin-left: 0;
|
|
312
|
-
span.mi {
|
|
313
|
-
padding-left: $fs-7;
|
|
314
|
-
}
|
|
315
|
-
}
|
|
316
|
-
p.input:hover {
|
|
317
|
-
background-color: #ebebeb;
|
|
318
|
-
cursor: pointer;
|
|
319
|
-
// span {
|
|
320
|
-
// color: white;
|
|
321
|
-
// }
|
|
322
|
-
}
|
|
323
|
-
}
|
|
324
|
-
|
|
325
|
-
cdk-virtual-scroll-viewport.dropdown-data-container::-webkit-scrollbar {
|
|
326
|
-
width: $fs-3;
|
|
327
|
-
}
|
|
328
|
-
|
|
329
|
-
cdk-virtual-scroll-viewport.dropdown-data-container::-webkit-scrollbar-thumb {
|
|
330
|
-
color: lightgray;
|
|
331
|
-
background: lightgray;
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
section.min-maxContainer {
|
|
335
|
-
display: flex;
|
|
336
|
-
justify-content: center;
|
|
337
|
-
margin-bottom: -$fs-2;
|
|
338
|
-
margin-top: $fs-8;
|
|
339
|
-
width: 100%;
|
|
340
|
-
input {
|
|
341
|
-
width: 30%;
|
|
342
|
-
height: $fs-30;
|
|
343
|
-
border: 1px solid lightgray;
|
|
344
|
-
color: gray;
|
|
345
|
-
}
|
|
346
|
-
span {
|
|
347
|
-
display: inline-block;
|
|
348
|
-
padding-left: $fs-8;
|
|
349
|
-
padding-right: $fs-8;
|
|
350
|
-
position: relative;
|
|
351
|
-
top: $fs-5;
|
|
352
|
-
color: $lightDimGray;
|
|
353
|
-
}
|
|
354
|
-
}
|
|
355
|
-
|
|
356
|
-
.time-container {
|
|
357
|
-
width: 100%;
|
|
358
|
-
display: flex;
|
|
359
|
-
padding: 0 $fs-12;
|
|
360
|
-
input.form-control:disabled {
|
|
361
|
-
background-color: white;
|
|
362
|
-
width: $fs-45;
|
|
363
|
-
}
|
|
364
|
-
|
|
365
|
-
input.numberInput:focus {
|
|
366
|
-
box-shadow: none;
|
|
367
|
-
border-color: #c2cfd6;
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
.dot {
|
|
371
|
-
color: #cbcbcb;
|
|
372
|
-
position: relative;
|
|
373
|
-
left: -7px;
|
|
374
|
-
font-size: 17px;
|
|
375
|
-
}
|
|
376
|
-
div.arrow-container {
|
|
377
|
-
flex-direction: column;
|
|
378
|
-
display: flex;
|
|
379
|
-
margin-top: $fs-6;
|
|
380
|
-
width: 9px;
|
|
381
|
-
height: 18px;
|
|
382
|
-
margin-right: $fs-19;
|
|
383
|
-
i {
|
|
384
|
-
color: black;
|
|
385
|
-
cursor: pointer;
|
|
386
|
-
max-height: 9px;
|
|
387
|
-
font-size: 25px;
|
|
388
|
-
width: 10px;
|
|
389
|
-
&:before {
|
|
390
|
-
width: 0;
|
|
391
|
-
height: 0;
|
|
392
|
-
pointer-events: none;
|
|
393
|
-
position: relative;
|
|
394
|
-
left: -9px;
|
|
395
|
-
top: -11px;
|
|
396
|
-
}
|
|
397
|
-
}
|
|
398
|
-
// i.downward {
|
|
399
|
-
// transform: rotate(180deg);
|
|
400
|
-
// }
|
|
401
|
-
}
|
|
402
|
-
}
|
|
403
|
-
|
|
404
|
-
.mdi-filter {
|
|
405
|
-
cursor: pointer;
|
|
406
|
-
}
|
|
407
|
-
|
|
408
|
-
.time-label-container {
|
|
409
|
-
display: flex;
|
|
410
|
-
justify-content: flex-start;
|
|
411
|
-
label {
|
|
412
|
-
margin-bottom: 0;
|
|
413
|
-
color: $charcoal;
|
|
414
|
-
margin-top: 0.125rem;
|
|
415
|
-
margin-left: $fs-10;
|
|
416
|
-
font-weight: 700;
|
|
417
|
-
}
|
|
418
|
-
}
|
|
419
|
-
|
|
420
|
-
.time-heading {
|
|
421
|
-
color: black;
|
|
422
|
-
font-size: $fs-13;
|
|
423
|
-
text-align: left;
|
|
424
|
-
padding-left: $fs-10;
|
|
425
|
-
margin-top: $fs-10;
|
|
426
|
-
font-weight: 700;
|
|
427
|
-
}
|
|
428
|
-
|
|
429
|
-
.column-clear-all {
|
|
430
|
-
width: 94%;
|
|
431
|
-
text-align: center;
|
|
432
|
-
border: none;
|
|
433
|
-
font-size: 14px;
|
|
434
|
-
background: none;
|
|
435
|
-
text-decoration: underline;
|
|
436
|
-
color: $primary-color;
|
|
437
|
-
&:disabled {
|
|
438
|
-
opacity: 0.5;
|
|
439
|
-
color: $charcoal;
|
|
440
|
-
font-weight: normal;
|
|
441
|
-
}
|
|
442
|
-
&.align-center {
|
|
443
|
-
text-align: center;
|
|
444
|
-
}
|
|
445
|
-
}
|
|
446
|
-
|
|
447
|
-
.checkbox-container {
|
|
448
|
-
display: flex;
|
|
449
|
-
padding-inline: 0.625rem;
|
|
450
|
-
.data {
|
|
451
|
-
text-align: left;
|
|
452
|
-
}
|
|
453
|
-
&:first-of-type {
|
|
454
|
-
margin-top: 0.625rem;
|
|
455
|
-
font-weight: 500;
|
|
456
|
-
}
|
|
457
|
-
}
|
|
458
|
-
|
|
459
|
-
.column-clear-all {
|
|
460
|
-
width: 94%;
|
|
461
|
-
text-align: center;
|
|
462
|
-
border: none;
|
|
463
|
-
background: none;
|
|
464
|
-
text-decoration: underline;
|
|
465
|
-
color: $primary-color;
|
|
466
|
-
&:disabled {
|
|
467
|
-
opacity: 0.5;
|
|
468
|
-
color: $charcoal;
|
|
469
|
-
font-weight: normal;
|
|
470
|
-
}
|
|
471
|
-
&.align-center {
|
|
472
|
-
text-align: center;
|
|
473
|
-
}
|
|
474
|
-
}
|
|
475
|
-
|
|
476
|
-
span.mdi-filter-variant.disabled {
|
|
477
|
-
pointer-events: none;
|
|
478
|
-
opacity: 0.5;
|
|
479
|
-
}
|
|
480
|
-
|
|
481
|
-
.datepicker-container {
|
|
482
|
-
width: 100%;
|
|
483
|
-
}
|
|
484
|
-
|
|
485
|
-
span.mdi-filter-variant {
|
|
486
|
-
color: #cbcbcb;
|
|
487
|
-
cursor: pointer;
|
|
488
|
-
font-size: 0.875rem;
|
|
489
|
-
}
|
|
490
|
-
|
|
491
|
-
span.mdi-filter-variant.active {
|
|
492
|
-
color: #000000;
|
|
493
|
-
}
|
|
494
|
-
|
|
495
|
-
p.filter-tab {
|
|
496
|
-
@include fonts(Roboto, 14px, normal, normal, normal, 1.29, normal);
|
|
497
|
-
color: #1b88ff;
|
|
498
|
-
border-radius: 5px;
|
|
499
|
-
background-color: #f4f4f4;
|
|
500
|
-
padding-inline: 8px;
|
|
501
|
-
cursor: pointer;
|
|
502
|
-
overflow: hidden;
|
|
503
|
-
text-align: center;
|
|
504
|
-
text-overflow: ellipsis;
|
|
505
|
-
}
|
|
506
|
-
|
|
507
|
-
p.filter-tab.active {
|
|
508
|
-
color: white;
|
|
509
|
-
background-color: #1b88ff;
|
|
510
|
-
}
|
|
511
|
-
|
|
512
|
-
button.filter-text-btn {
|
|
513
|
-
background: white;
|
|
514
|
-
text-decoration: underline;
|
|
515
|
-
@include fonts(Roboto, 14px, normal, normal, normal, normal, normal);
|
|
516
|
-
border: none;
|
|
517
|
-
color: #268bff;
|
|
518
|
-
&:disabled {
|
|
519
|
-
color: #b1b1b1;
|
|
520
|
-
cursor: not-allowed;
|
|
521
|
-
}
|
|
522
|
-
margin-inline: 4px;
|
|
523
|
-
margin-top: 2px;
|
|
524
|
-
}
|
|
525
|
-
|
|
526
|
-
::ng-deep .non-edit-datepicker-tooltip .tooltip-inner {
|
|
527
|
-
max-width: 310px !important;
|
|
528
|
-
width: 283px !important;
|
|
529
|
-
overflow-y: initial !important;
|
|
530
|
-
padding: 0px !important;
|
|
531
|
-
}
|
|
532
|
-
|
|
533
|
-
input.slider-text::-webkit-outer-spin-button,
|
|
534
|
-
input.slider-text::-webkit-inner-spin-button {
|
|
535
|
-
-webkit-appearance: none;
|
|
536
|
-
margin: 0;
|
|
537
|
-
}
|
|
538
|
-
|
|
539
|
-
input.slider-text {
|
|
540
|
-
-moz-appearance: textfield;
|
|
541
|
-
}
|
|
542
|
-
|
|
543
|
-
input.slider-text.red-border {
|
|
544
|
-
border: 1px solid #f44336 !important;
|
|
545
|
-
}
|
|
546
|
-
|
|
547
|
-
::ng-deep .checkbox-sort p.sort-container {
|
|
548
|
-
margin-top: 8px !important;
|
|
549
|
-
padding-bottom: 8px !important;
|
|
550
|
-
}
|
|
551
|
-
|
|
552
|
-
i.mdi-close {
|
|
553
|
-
cursor: pointer;
|
|
554
|
-
}
|
|
555
|
-
|
|
556
|
-
i.mdi-close.disable-close-icon {
|
|
557
|
-
pointer-events: none;
|
|
558
|
-
cursor: not-allowed;
|
|
559
|
-
}
|
|
560
|
-
|
|
561
|
-
input.error-border {
|
|
562
|
-
border: 1px solid #f44336 !important;
|
|
563
|
-
}
|
|
564
|
-
|
|
565
|
-
::ng-deep .non-edit-checkbox-tooltip .tooltip-inner {
|
|
566
|
-
width: 238px !important;
|
|
567
|
-
padding: 0px !important;
|
|
568
|
-
}
|
|
569
|
-
|
|
570
|
-
::ng-deep .non-edit-slider-tooltip .tooltip-inner {
|
|
571
|
-
width: 238px !important;
|
|
572
|
-
padding: 0px !important;
|
|
573
|
-
}
|
|
574
|
-
|
|
575
|
-
::ng-deep .non-edit-time-tooltip .tooltip-inner {
|
|
576
|
-
width: 250px !important;
|
|
577
|
-
padding: 0px !important;
|
|
578
|
-
}
|
|
579
|
-
|
|
580
|
-
::ng-deep.non-edit-time-tooltip.bs-tooltip-start {
|
|
581
|
-
padding: 0.4rem;
|
|
582
|
-
|
|
583
|
-
.tooltip-arrow {
|
|
584
|
-
right: 0;
|
|
585
|
-
top: 5px !important;
|
|
586
|
-
width: var(--bs-tooltip-arrow-height);
|
|
587
|
-
height: var(--bs-tooltip-arrow-width);
|
|
588
|
-
|
|
589
|
-
&::before {
|
|
590
|
-
border-left-color: white;
|
|
591
|
-
left: -1px;
|
|
592
|
-
border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5)
|
|
593
|
-
var(--bs-tooltip-arrow-height);
|
|
594
|
-
}
|
|
595
|
-
}
|
|
596
|
-
}
|
|
597
|
-
|
|
598
|
-
::ng-deep .no-bottom-border {
|
|
599
|
-
p.sort-container {
|
|
600
|
-
border-bottom: none !important;
|
|
601
|
-
}
|
|
602
|
-
}
|
|
603
|
-
|
|
604
|
-
//Slider Filter Css
|
|
605
|
-
|
|
606
|
-
::ng-deep .ngx-slider-pointer-min {
|
|
607
|
-
&::after {
|
|
608
|
-
display: none;
|
|
609
|
-
}
|
|
610
|
-
}
|
|
611
|
-
|
|
612
|
-
::ng-deep .ngx-slider-pointer-max {
|
|
613
|
-
&::after {
|
|
614
|
-
display: none;
|
|
615
|
-
}
|
|
616
|
-
}
|
|
617
|
-
|
|
618
|
-
::ng-deep .ngx-slider span.ngx-slider-pointer {
|
|
619
|
-
width: 12px;
|
|
620
|
-
height: 12px;
|
|
621
|
-
top: -5px;
|
|
622
|
-
background-color: #bdbdbd;
|
|
623
|
-
}
|
|
624
|
-
|
|
625
|
-
::ng-deep .ngx-slider span.ngx-slider-bar {
|
|
626
|
-
height: 3px;
|
|
627
|
-
background: #ededed;
|
|
628
|
-
}
|
|
629
|
-
|
|
630
|
-
::ng-deep .ngx-slider span.ngx-slider-selection {
|
|
631
|
-
background: #bdbdbd;
|
|
632
|
-
}
|
|
633
|
-
|
|
634
|
-
//Aligning the label to bottom
|
|
635
|
-
::ng-deep .ngx-slider span.ngx-slider-bubble {
|
|
636
|
-
bottom: -22px;
|
|
637
|
-
font-size: 12px;
|
|
638
|
-
color: #333;
|
|
639
|
-
}
|
|
640
|
-
|
|
641
|
-
::ng-deep .show-min.ngx-slider span.ngx-slider-model-value {
|
|
642
|
-
background: white;
|
|
643
|
-
box-shadow:
|
|
644
|
-
0 6px 10px 0 rgba(0, 0, 0, 0.3),
|
|
645
|
-
0 2px 2px 0 rgba(0, 0, 0, 0.2);
|
|
646
|
-
}
|
|
647
|
-
|
|
648
|
-
::ng-deep .show-max.ngx-slider span.ngx-slider-model-high {
|
|
649
|
-
background: white;
|
|
650
|
-
box-shadow: none;
|
|
651
|
-
// left: auto !important;
|
|
652
|
-
}
|
|
653
|
-
|
|
654
|
-
::ng-deep .ngx-slider span.ngx-slider-combined {
|
|
655
|
-
background: white;
|
|
656
|
-
box-shadow:
|
|
657
|
-
0 6px 10px 0 rgba(0, 0, 0, 0.3),
|
|
658
|
-
0 2px 2px 0 rgba(0, 0, 0, 0.2);
|
|
659
|
-
}
|
|
660
|
-
|
|
661
|
-
::ng-deep .ngx-slider {
|
|
662
|
-
top: 10px !important;
|
|
663
|
-
margin: 5px 0 2px 0 !important;
|
|
664
|
-
}
|
|
665
|
-
|
|
666
|
-
::ng-deep .ngx-slider-animate {
|
|
667
|
-
top: 0 !important;
|
|
668
|
-
}
|
|
669
|
-
|
|
670
|
-
.sidebar-slider {
|
|
671
|
-
margin-bottom: 35px !important;
|
|
672
|
-
margin-left: 5px;
|
|
673
|
-
margin-right: 5px;
|
|
674
|
-
}
|
|
675
|
-
|
|
676
|
-
.slider-placeholder {
|
|
677
|
-
height: 14px;
|
|
678
|
-
}
|
|
679
|
-
//end of slider css
|
|
680
|
-
|
|
681
|
-
//DatePicker css
|
|
682
|
-
::ng-deep .filter-calendar {
|
|
683
|
-
select.form-select:focus {
|
|
684
|
-
border-color: rgb(194, 207, 214);
|
|
685
|
-
box-shadow: none;
|
|
686
|
-
}
|
|
687
|
-
|
|
688
|
-
select.form-select {
|
|
689
|
-
background-color: white;
|
|
690
|
-
}
|
|
691
|
-
}
|
|
692
|
-
|
|
693
|
-
.no-data-case {
|
|
694
|
-
padding-left: 0.4375rem !important;
|
|
695
|
-
font-size: 0.875rem !important;
|
|
696
|
-
margin-top: 10px !important;
|
|
697
|
-
cursor: pointer;
|
|
698
|
-
}
|
|
699
|
-
|
|
700
|
-
.custom-column-checkbox-checked,
|
|
701
|
-
.custom-column-checkbox-unchecked {
|
|
702
|
-
font-size: 0.875rem;
|
|
703
|
-
cursor: pointer;
|
|
704
|
-
}
|
|
705
|
-
|
|
706
|
-
.custom-column-checkbox-checked {
|
|
707
|
-
color: $primary-color;
|
|
708
|
-
}
|
|
709
|
-
|
|
710
|
-
.custom-column-checkbox-unchecked {
|
|
711
|
-
color: $charcoal;
|
|
712
|
-
}
|
|
1
|
+
@import "./fonts", "./colors";
|
|
2
|
+
|
|
3
|
+
::ng-deep .tooltip-inner {
|
|
4
|
+
max-height: 22rem;
|
|
5
|
+
background-color: white;
|
|
6
|
+
border: 1px solid white;
|
|
7
|
+
border-radius: 5px;
|
|
8
|
+
box-shadow:
|
|
9
|
+
0 2px 2px 0 rgba(0, 0, 0, 0.24),
|
|
10
|
+
0 0 2px 0 rgba(0, 0, 0, 0.12);
|
|
11
|
+
max-width: 251px;
|
|
12
|
+
width: 100%;
|
|
13
|
+
padding: 0 !important;
|
|
14
|
+
div.radio-container {
|
|
15
|
+
flex-wrap: wrap;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
::ng-deep .md-drppicker {
|
|
20
|
+
box-shadow: unset !important;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
::ng-deep .available {
|
|
24
|
+
color: #999;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
::ng-deep .bs-tooltip-bottom .arrow::before {
|
|
28
|
+
border-bottom-color: #fff !important;
|
|
29
|
+
}
|
|
30
|
+
::ng-deep .bs-tooltip-left .arrow::before {
|
|
31
|
+
border-left-color: #fff !important;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
::ng-deep .tooltip.show {
|
|
35
|
+
opacity: 1;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.input {
|
|
39
|
+
text-align: left;
|
|
40
|
+
margin: 5px;
|
|
41
|
+
display: flex;
|
|
42
|
+
align-items: center;
|
|
43
|
+
width: 230px;
|
|
44
|
+
white-space: nowrap;
|
|
45
|
+
margin-right: 10px;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.data {
|
|
49
|
+
color: #000000;
|
|
50
|
+
font-weight: 700;
|
|
51
|
+
margin-left: 5px;
|
|
52
|
+
margin-right: 5px;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
span.data {
|
|
56
|
+
display: inline-block;
|
|
57
|
+
text-overflow: ellipsis;
|
|
58
|
+
white-space: pre;
|
|
59
|
+
width: 100%;
|
|
60
|
+
overflow: hidden;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.check-box {
|
|
64
|
+
font-size: 14px;
|
|
65
|
+
cursor: pointer;
|
|
66
|
+
position: relative;
|
|
67
|
+
top: -1px;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
span.mdi-filter.active {
|
|
71
|
+
color: black;
|
|
72
|
+
opacity: 1 !important;
|
|
73
|
+
pointer-events: all !important;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
p {
|
|
77
|
+
margin-bottom: 0;
|
|
78
|
+
line-height: initial;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
span.mdi-filter {
|
|
82
|
+
color: #cbcbcb;
|
|
83
|
+
}
|
|
84
|
+
//Slider
|
|
85
|
+
// ::ng-deep .ngx-slider {
|
|
86
|
+
// margin: 5px 0 2px 0 !important;
|
|
87
|
+
// width: 100% !important;
|
|
88
|
+
// }
|
|
89
|
+
|
|
90
|
+
// ::ng-deep span.ngx-slider-bubble.ngx-slider-model-value {
|
|
91
|
+
// display: block !important;
|
|
92
|
+
// padding: 2px !important;
|
|
93
|
+
// box-shadow: rgb(0 0 0 / 35%) 0px 3px 8px !important;
|
|
94
|
+
// height: 20px !important;
|
|
95
|
+
// }
|
|
96
|
+
|
|
97
|
+
::ng-deep .ngx-slider-pointer {
|
|
98
|
+
top: -5px !important;
|
|
99
|
+
width: 12px !important;
|
|
100
|
+
height: 12px !important;
|
|
101
|
+
background: #bdbdbd !important;
|
|
102
|
+
border: 1px solid #ffffff !important;
|
|
103
|
+
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3) !important;
|
|
104
|
+
border-radius: 16px !important;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
@mixin button-text {
|
|
108
|
+
text-align: center;
|
|
109
|
+
outline: none;
|
|
110
|
+
@include fonts(Roboto, $fs-12, normal, normal, normal, 1.67, normal);
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
input:focus {
|
|
114
|
+
outline: none;
|
|
115
|
+
}
|
|
116
|
+
input::placeholder {
|
|
117
|
+
color: $lightGray-6;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.cancel-btn {
|
|
121
|
+
background: $lavenderBlue;
|
|
122
|
+
color: $primary-color;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.apply-btn {
|
|
126
|
+
background: $primary-color;
|
|
127
|
+
color: white;
|
|
128
|
+
margin-left: $fs-5;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
div.radio-container {
|
|
132
|
+
display: flex;
|
|
133
|
+
white-space: nowrap;
|
|
134
|
+
justify-content: space-between;
|
|
135
|
+
background-color: $filterRadioContainer;
|
|
136
|
+
// padding: $fs-2 $fs-2 $fs-2 $fs-4;
|
|
137
|
+
border-radius: $fs-2;
|
|
138
|
+
margin: 0.4375rem $fs-7 $fs-4 $fs-7;
|
|
139
|
+
div {
|
|
140
|
+
flex: 1;
|
|
141
|
+
width: 50%;
|
|
142
|
+
}
|
|
143
|
+
div.full-width {
|
|
144
|
+
width: 100%;
|
|
145
|
+
}
|
|
146
|
+
input {
|
|
147
|
+
position: relative;
|
|
148
|
+
top: $fs-2;
|
|
149
|
+
margin-right: $fs-4;
|
|
150
|
+
}
|
|
151
|
+
label {
|
|
152
|
+
@include fonts(Roboto, $fs-14, normal, normal, normal, 1.29, 0);
|
|
153
|
+
color: $charcoal;
|
|
154
|
+
margin: 0;
|
|
155
|
+
padding-left: $fs-2;
|
|
156
|
+
}
|
|
157
|
+
label:first-of-type {
|
|
158
|
+
margin-right: $fs-3;
|
|
159
|
+
}
|
|
160
|
+
input[type="radio"] {
|
|
161
|
+
-webkit-appearance: none;
|
|
162
|
+
-moz-appearance: none;
|
|
163
|
+
appearance: none;
|
|
164
|
+
display: inline-block;
|
|
165
|
+
width: $fs-15;
|
|
166
|
+
height: $fs-15;
|
|
167
|
+
padding: $fs-2;
|
|
168
|
+
background-clip: content-box;
|
|
169
|
+
border: $fs-2 solid $primary-color;
|
|
170
|
+
background-color: transparent;
|
|
171
|
+
border-radius: 50%;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
/* appearance for checked radiobutton */
|
|
175
|
+
input[type="radio"]:checked {
|
|
176
|
+
background-color: $primary-color;
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.checkbox-filter-buttons-container {
|
|
181
|
+
padding: 0 8px !important;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.buttons-container {
|
|
185
|
+
display: flex;
|
|
186
|
+
margin: 0px auto 0.4375rem;
|
|
187
|
+
justify-content: center;
|
|
188
|
+
padding: 0 12px;
|
|
189
|
+
|
|
190
|
+
.button {
|
|
191
|
+
padding: 0 10px;
|
|
192
|
+
width: 100%;
|
|
193
|
+
margin: 8px 0 0 0;
|
|
194
|
+
text-overflow: ellipsis;
|
|
195
|
+
white-space: nowrap;
|
|
196
|
+
overflow: hidden;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
button:last-of-type {
|
|
200
|
+
background-color: $primary-color;
|
|
201
|
+
color: white;
|
|
202
|
+
margin-left: 0.5rem;
|
|
203
|
+
// margin-right: 0.5rem;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
button.disabled {
|
|
207
|
+
background: $gray74;
|
|
208
|
+
opacity: 0.5;
|
|
209
|
+
color: $charcoal;
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
.button {
|
|
214
|
+
display: inline-block;
|
|
215
|
+
// width: 50%;
|
|
216
|
+
margin: 8px 4px 0 8px;
|
|
217
|
+
padding: 0px 16px;
|
|
218
|
+
border-radius: 4px;
|
|
219
|
+
@include button-text();
|
|
220
|
+
border: none;
|
|
221
|
+
color: #268bff;
|
|
222
|
+
background-color: #e5f1ff;
|
|
223
|
+
// height: 20px;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
.search-box {
|
|
227
|
+
display: flex;
|
|
228
|
+
align-items: center;
|
|
229
|
+
color: #c8c8c8;
|
|
230
|
+
border: 1px solid #e6e6e6;
|
|
231
|
+
border-radius: $fs-2;
|
|
232
|
+
margin: $fs-4 $fs-7 $fs-3 $fs-7;
|
|
233
|
+
height: $fs-24;
|
|
234
|
+
padding: $fs-3 8px $fs-3 $fs-8;
|
|
235
|
+
.search-bar-close {
|
|
236
|
+
margin-left: auto;
|
|
237
|
+
float: right;
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
.search-icon {
|
|
242
|
+
margin: 0 4px 0 0;
|
|
243
|
+
font-size: $fs-18;
|
|
244
|
+
color: $lightGray-7;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
.filter-icon {
|
|
248
|
+
justify-content: right;
|
|
249
|
+
margin-left: auto;
|
|
250
|
+
color: #d4d4d4;
|
|
251
|
+
color: #a1a1a1;
|
|
252
|
+
font-size: 16px;
|
|
253
|
+
cursor: pointer;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.data {
|
|
257
|
+
margin: 0 13px 0px 8px;
|
|
258
|
+
@include fonts(Roboto, $fs-14, normal, normal, normal, 1.86, "");
|
|
259
|
+
color: $charcoal;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
.search-input {
|
|
263
|
+
margin: 1px 0 1px 4px;
|
|
264
|
+
@include fonts(Roboto, $fs-14, normal, normal, normal, normal, normal);
|
|
265
|
+
color: $lightGray-6;
|
|
266
|
+
width: calc(100% - 38px);
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
.check-box {
|
|
270
|
+
color: $primary-color;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
.tooltip-data-container {
|
|
274
|
+
overflow-y: scroll;
|
|
275
|
+
max-height: 8rem;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
.searchbar {
|
|
279
|
+
width: 100%;
|
|
280
|
+
display: flex;
|
|
281
|
+
justify-content: flex-end;
|
|
282
|
+
align-items: flex-end;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
.clear-button {
|
|
286
|
+
opacity: 0.5;
|
|
287
|
+
@include fonts(Roboto, $fs-15, normal, 500, normal, normal, normal);
|
|
288
|
+
color: $charcoal;
|
|
289
|
+
text-decoration: underline;
|
|
290
|
+
border: none;
|
|
291
|
+
background-color: white;
|
|
292
|
+
color: $charcoal;
|
|
293
|
+
margin-left: $fs-10;
|
|
294
|
+
padding: 0;
|
|
295
|
+
&:focus {
|
|
296
|
+
outline: none;
|
|
297
|
+
box-shadow: none;
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
.unchecked {
|
|
302
|
+
color: $primary-color;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
cdk-virtual-scroll-viewport.dropdown-data-container {
|
|
306
|
+
max-height: 12.3rem;
|
|
307
|
+
width: 100%;
|
|
308
|
+
overflow-y: auto;
|
|
309
|
+
overflow-x: hidden;
|
|
310
|
+
p.input {
|
|
311
|
+
margin-left: 0;
|
|
312
|
+
span.mi {
|
|
313
|
+
padding-left: $fs-7;
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
p.input:hover {
|
|
317
|
+
background-color: #ebebeb;
|
|
318
|
+
cursor: pointer;
|
|
319
|
+
// span {
|
|
320
|
+
// color: white;
|
|
321
|
+
// }
|
|
322
|
+
}
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
cdk-virtual-scroll-viewport.dropdown-data-container::-webkit-scrollbar {
|
|
326
|
+
width: $fs-3;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
cdk-virtual-scroll-viewport.dropdown-data-container::-webkit-scrollbar-thumb {
|
|
330
|
+
color: lightgray;
|
|
331
|
+
background: lightgray;
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
section.min-maxContainer {
|
|
335
|
+
display: flex;
|
|
336
|
+
justify-content: center;
|
|
337
|
+
margin-bottom: -$fs-2;
|
|
338
|
+
margin-top: $fs-8;
|
|
339
|
+
width: 100%;
|
|
340
|
+
input {
|
|
341
|
+
width: 30%;
|
|
342
|
+
height: $fs-30;
|
|
343
|
+
border: 1px solid lightgray;
|
|
344
|
+
color: gray;
|
|
345
|
+
}
|
|
346
|
+
span {
|
|
347
|
+
display: inline-block;
|
|
348
|
+
padding-left: $fs-8;
|
|
349
|
+
padding-right: $fs-8;
|
|
350
|
+
position: relative;
|
|
351
|
+
top: $fs-5;
|
|
352
|
+
color: $lightDimGray;
|
|
353
|
+
}
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
.time-container {
|
|
357
|
+
width: 100%;
|
|
358
|
+
display: flex;
|
|
359
|
+
padding: 0 $fs-12;
|
|
360
|
+
input.form-control:disabled {
|
|
361
|
+
background-color: white;
|
|
362
|
+
width: $fs-45;
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
input.numberInput:focus {
|
|
366
|
+
box-shadow: none;
|
|
367
|
+
border-color: #c2cfd6;
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
.dot {
|
|
371
|
+
color: #cbcbcb;
|
|
372
|
+
position: relative;
|
|
373
|
+
left: -7px;
|
|
374
|
+
font-size: 17px;
|
|
375
|
+
}
|
|
376
|
+
div.arrow-container {
|
|
377
|
+
flex-direction: column;
|
|
378
|
+
display: flex;
|
|
379
|
+
margin-top: $fs-6;
|
|
380
|
+
width: 9px;
|
|
381
|
+
height: 18px;
|
|
382
|
+
margin-right: $fs-19;
|
|
383
|
+
i {
|
|
384
|
+
color: black;
|
|
385
|
+
cursor: pointer;
|
|
386
|
+
max-height: 9px;
|
|
387
|
+
font-size: 25px;
|
|
388
|
+
width: 10px;
|
|
389
|
+
&:before {
|
|
390
|
+
width: 0;
|
|
391
|
+
height: 0;
|
|
392
|
+
pointer-events: none;
|
|
393
|
+
position: relative;
|
|
394
|
+
left: -9px;
|
|
395
|
+
top: -11px;
|
|
396
|
+
}
|
|
397
|
+
}
|
|
398
|
+
// i.downward {
|
|
399
|
+
// transform: rotate(180deg);
|
|
400
|
+
// }
|
|
401
|
+
}
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
.mdi-filter {
|
|
405
|
+
cursor: pointer;
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
.time-label-container {
|
|
409
|
+
display: flex;
|
|
410
|
+
justify-content: flex-start;
|
|
411
|
+
label {
|
|
412
|
+
margin-bottom: 0;
|
|
413
|
+
color: $charcoal;
|
|
414
|
+
margin-top: 0.125rem;
|
|
415
|
+
margin-left: $fs-10;
|
|
416
|
+
font-weight: 700;
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
.time-heading {
|
|
421
|
+
color: black;
|
|
422
|
+
font-size: $fs-13;
|
|
423
|
+
text-align: left;
|
|
424
|
+
padding-left: $fs-10;
|
|
425
|
+
margin-top: $fs-10;
|
|
426
|
+
font-weight: 700;
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
.column-clear-all {
|
|
430
|
+
width: 94%;
|
|
431
|
+
text-align: center;
|
|
432
|
+
border: none;
|
|
433
|
+
font-size: 14px;
|
|
434
|
+
background: none;
|
|
435
|
+
text-decoration: underline;
|
|
436
|
+
color: $primary-color;
|
|
437
|
+
&:disabled {
|
|
438
|
+
opacity: 0.5;
|
|
439
|
+
color: $charcoal;
|
|
440
|
+
font-weight: normal;
|
|
441
|
+
}
|
|
442
|
+
&.align-center {
|
|
443
|
+
text-align: center;
|
|
444
|
+
}
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
.checkbox-container {
|
|
448
|
+
display: flex;
|
|
449
|
+
padding-inline: 0.625rem;
|
|
450
|
+
.data {
|
|
451
|
+
text-align: left;
|
|
452
|
+
}
|
|
453
|
+
&:first-of-type {
|
|
454
|
+
margin-top: 0.625rem;
|
|
455
|
+
font-weight: 500;
|
|
456
|
+
}
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
.column-clear-all {
|
|
460
|
+
width: 94%;
|
|
461
|
+
text-align: center;
|
|
462
|
+
border: none;
|
|
463
|
+
background: none;
|
|
464
|
+
text-decoration: underline;
|
|
465
|
+
color: $primary-color;
|
|
466
|
+
&:disabled {
|
|
467
|
+
opacity: 0.5;
|
|
468
|
+
color: $charcoal;
|
|
469
|
+
font-weight: normal;
|
|
470
|
+
}
|
|
471
|
+
&.align-center {
|
|
472
|
+
text-align: center;
|
|
473
|
+
}
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
span.mdi-filter-variant.disabled {
|
|
477
|
+
pointer-events: none;
|
|
478
|
+
opacity: 0.5;
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
.datepicker-container {
|
|
482
|
+
width: 100%;
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
span.mdi-filter-variant {
|
|
486
|
+
color: #cbcbcb;
|
|
487
|
+
cursor: pointer;
|
|
488
|
+
font-size: 0.875rem;
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
span.mdi-filter-variant.active {
|
|
492
|
+
color: #000000;
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
p.filter-tab {
|
|
496
|
+
@include fonts(Roboto, 14px, normal, normal, normal, 1.29, normal);
|
|
497
|
+
color: #1b88ff;
|
|
498
|
+
border-radius: 5px;
|
|
499
|
+
background-color: #f4f4f4;
|
|
500
|
+
padding-inline: 8px;
|
|
501
|
+
cursor: pointer;
|
|
502
|
+
overflow: hidden;
|
|
503
|
+
text-align: center;
|
|
504
|
+
text-overflow: ellipsis;
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
p.filter-tab.active {
|
|
508
|
+
color: white;
|
|
509
|
+
background-color: #1b88ff;
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
button.filter-text-btn {
|
|
513
|
+
background: white;
|
|
514
|
+
text-decoration: underline;
|
|
515
|
+
@include fonts(Roboto, 14px, normal, normal, normal, normal, normal);
|
|
516
|
+
border: none;
|
|
517
|
+
color: #268bff;
|
|
518
|
+
&:disabled {
|
|
519
|
+
color: #b1b1b1;
|
|
520
|
+
cursor: not-allowed;
|
|
521
|
+
}
|
|
522
|
+
margin-inline: 4px;
|
|
523
|
+
margin-top: 2px;
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
::ng-deep .non-edit-datepicker-tooltip .tooltip-inner {
|
|
527
|
+
max-width: 310px !important;
|
|
528
|
+
width: 283px !important;
|
|
529
|
+
overflow-y: initial !important;
|
|
530
|
+
padding: 0px !important;
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
input.slider-text::-webkit-outer-spin-button,
|
|
534
|
+
input.slider-text::-webkit-inner-spin-button {
|
|
535
|
+
-webkit-appearance: none;
|
|
536
|
+
margin: 0;
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
input.slider-text {
|
|
540
|
+
-moz-appearance: textfield;
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
input.slider-text.red-border {
|
|
544
|
+
border: 1px solid #f44336 !important;
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
::ng-deep .checkbox-sort p.sort-container {
|
|
548
|
+
margin-top: 8px !important;
|
|
549
|
+
padding-bottom: 8px !important;
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
i.mdi-close {
|
|
553
|
+
cursor: pointer;
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
i.mdi-close.disable-close-icon {
|
|
557
|
+
pointer-events: none;
|
|
558
|
+
cursor: not-allowed;
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
input.error-border {
|
|
562
|
+
border: 1px solid #f44336 !important;
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
::ng-deep .non-edit-checkbox-tooltip .tooltip-inner {
|
|
566
|
+
width: 238px !important;
|
|
567
|
+
padding: 0px !important;
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
::ng-deep .non-edit-slider-tooltip .tooltip-inner {
|
|
571
|
+
width: 238px !important;
|
|
572
|
+
padding: 0px !important;
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
::ng-deep .non-edit-time-tooltip .tooltip-inner {
|
|
576
|
+
width: 250px !important;
|
|
577
|
+
padding: 0px !important;
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
::ng-deep.non-edit-time-tooltip.bs-tooltip-start {
|
|
581
|
+
padding: 0.4rem;
|
|
582
|
+
|
|
583
|
+
.tooltip-arrow {
|
|
584
|
+
right: 0;
|
|
585
|
+
top: 5px !important;
|
|
586
|
+
width: var(--bs-tooltip-arrow-height);
|
|
587
|
+
height: var(--bs-tooltip-arrow-width);
|
|
588
|
+
|
|
589
|
+
&::before {
|
|
590
|
+
border-left-color: white;
|
|
591
|
+
left: -1px;
|
|
592
|
+
border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5)
|
|
593
|
+
var(--bs-tooltip-arrow-height);
|
|
594
|
+
}
|
|
595
|
+
}
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
::ng-deep .no-bottom-border {
|
|
599
|
+
p.sort-container {
|
|
600
|
+
border-bottom: none !important;
|
|
601
|
+
}
|
|
602
|
+
}
|
|
603
|
+
|
|
604
|
+
//Slider Filter Css
|
|
605
|
+
|
|
606
|
+
::ng-deep .ngx-slider-pointer-min {
|
|
607
|
+
&::after {
|
|
608
|
+
display: none;
|
|
609
|
+
}
|
|
610
|
+
}
|
|
611
|
+
|
|
612
|
+
::ng-deep .ngx-slider-pointer-max {
|
|
613
|
+
&::after {
|
|
614
|
+
display: none;
|
|
615
|
+
}
|
|
616
|
+
}
|
|
617
|
+
|
|
618
|
+
::ng-deep .ngx-slider span.ngx-slider-pointer {
|
|
619
|
+
width: 12px;
|
|
620
|
+
height: 12px;
|
|
621
|
+
top: -5px;
|
|
622
|
+
background-color: #bdbdbd;
|
|
623
|
+
}
|
|
624
|
+
|
|
625
|
+
::ng-deep .ngx-slider span.ngx-slider-bar {
|
|
626
|
+
height: 3px;
|
|
627
|
+
background: #ededed;
|
|
628
|
+
}
|
|
629
|
+
|
|
630
|
+
::ng-deep .ngx-slider span.ngx-slider-selection {
|
|
631
|
+
background: #bdbdbd;
|
|
632
|
+
}
|
|
633
|
+
|
|
634
|
+
//Aligning the label to bottom
|
|
635
|
+
::ng-deep .ngx-slider span.ngx-slider-bubble {
|
|
636
|
+
bottom: -22px;
|
|
637
|
+
font-size: 12px;
|
|
638
|
+
color: #333;
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
::ng-deep .show-min.ngx-slider span.ngx-slider-model-value {
|
|
642
|
+
background: white;
|
|
643
|
+
box-shadow:
|
|
644
|
+
0 6px 10px 0 rgba(0, 0, 0, 0.3),
|
|
645
|
+
0 2px 2px 0 rgba(0, 0, 0, 0.2);
|
|
646
|
+
}
|
|
647
|
+
|
|
648
|
+
::ng-deep .show-max.ngx-slider span.ngx-slider-model-high {
|
|
649
|
+
background: white;
|
|
650
|
+
box-shadow: none;
|
|
651
|
+
// left: auto !important;
|
|
652
|
+
}
|
|
653
|
+
|
|
654
|
+
::ng-deep .ngx-slider span.ngx-slider-combined {
|
|
655
|
+
background: white;
|
|
656
|
+
box-shadow:
|
|
657
|
+
0 6px 10px 0 rgba(0, 0, 0, 0.3),
|
|
658
|
+
0 2px 2px 0 rgba(0, 0, 0, 0.2);
|
|
659
|
+
}
|
|
660
|
+
|
|
661
|
+
::ng-deep .ngx-slider {
|
|
662
|
+
top: 10px !important;
|
|
663
|
+
margin: 5px 0 2px 0 !important;
|
|
664
|
+
}
|
|
665
|
+
|
|
666
|
+
::ng-deep .ngx-slider-animate {
|
|
667
|
+
top: 0 !important;
|
|
668
|
+
}
|
|
669
|
+
|
|
670
|
+
.sidebar-slider {
|
|
671
|
+
margin-bottom: 35px !important;
|
|
672
|
+
margin-left: 5px;
|
|
673
|
+
margin-right: 5px;
|
|
674
|
+
}
|
|
675
|
+
|
|
676
|
+
.slider-placeholder {
|
|
677
|
+
height: 14px;
|
|
678
|
+
}
|
|
679
|
+
//end of slider css
|
|
680
|
+
|
|
681
|
+
//DatePicker css
|
|
682
|
+
::ng-deep .filter-calendar {
|
|
683
|
+
select.form-select:focus {
|
|
684
|
+
border-color: rgb(194, 207, 214);
|
|
685
|
+
box-shadow: none;
|
|
686
|
+
}
|
|
687
|
+
|
|
688
|
+
select.form-select {
|
|
689
|
+
background-color: white;
|
|
690
|
+
}
|
|
691
|
+
}
|
|
692
|
+
|
|
693
|
+
.no-data-case {
|
|
694
|
+
padding-left: 0.4375rem !important;
|
|
695
|
+
font-size: 0.875rem !important;
|
|
696
|
+
margin-top: 10px !important;
|
|
697
|
+
cursor: pointer;
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
.custom-column-checkbox-checked,
|
|
701
|
+
.custom-column-checkbox-unchecked {
|
|
702
|
+
font-size: 0.875rem;
|
|
703
|
+
cursor: pointer;
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
.custom-column-checkbox-checked {
|
|
707
|
+
color: $primary-color;
|
|
708
|
+
}
|
|
709
|
+
|
|
710
|
+
.custom-column-checkbox-unchecked {
|
|
711
|
+
color: $charcoal;
|
|
712
|
+
}
|