@annalib/anna-core 23.0.7 → 23.0.8
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 +5 -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/anna-application.constants.mjs +5 -0
- package/esm2022/lib/anna-core-shared-lib/constants/shared.constant.mjs +2 -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 +39 -1
- package/esm2022/lib/anna-core-shared-lib/services/anna-date-time-format.service.mjs +6 -6
- package/esm2022/lib/anna-core-shared-lib/services/anna-filter.service.mjs +61 -13
- package/esm2022/lib/anna-core-shared-lib/services/anna-generic-tooltip-html.services.mjs +60 -0
- package/esm2022/lib/anna-dropdown-lib/components/anna-calendar-filter/anna-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 +5 -5
- 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 +117 -47
- package/esm2022/lib/anna-generic-table-lib/components/anna-sort/anna-sort.component.mjs +3 -3
- package/esm2022/public-api.mjs +3 -1
- package/fesm2022/annalib-anna-core.mjs +317 -96
- package/fesm2022/annalib-anna-core.mjs.map +1 -1
- package/lib/anna-core-shared-lib/constants/anna-application.constants.d.ts +4 -0
- package/lib/anna-core-shared-lib/constants/shared.constant.d.ts +1 -0
- package/lib/anna-core-shared-lib/models/anna-global-dropdown-config.model.d.ts +1 -0
- package/lib/anna-core-shared-lib/models/anna-non-editable-gt-models.d.ts +72 -2
- package/lib/anna-core-shared-lib/services/anna-date-time-format.service.d.ts +2 -2
- package/lib/anna-core-shared-lib/services/anna-filter.service.d.ts +3 -0
- package/lib/anna-core-shared-lib/services/anna-generic-tooltip-html.services.d.ts +7 -0
- package/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-slider-filter/anna-column-slider-filter.component.d.ts +2 -2
- package/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.d.ts +33 -9
- package/package.json +1 -1
- package/public-api.d.ts +2 -0
- package/src/lib/anna-common-scss/_animate.scss +27 -27
- package/src/lib/anna-common-scss/_application-spacing.scss +8 -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 +190 -176
- package/src/lib/anna-common-scss/_custom-anna-datepicker.scss +14 -14
- package/src/lib/anna-common-scss/_customDropdown.scss +124 -123
- package/src/lib/anna-common-scss/_dashboard-partials.scss +107 -106
- package/src/lib/anna-common-scss/_date-picker-form.scss +87 -87
- package/src/lib/anna-common-scss/_easy-filter.scss +6 -8
- package/src/lib/anna-common-scss/_edit-filter-popup.scss +76 -70
- package/src/lib/anna-common-scss/_filters.scss +13 -10
- 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/_generic-tooltip-html.scss +70 -0
- package/src/lib/anna-common-scss/_gt-table.scss +561 -425
- package/src/lib/anna-common-scss/_icons.scss +3 -3
- package/src/lib/anna-common-scss/_legend.scss +11 -11
- package/src/lib/anna-common-scss/_mat-button-toggle.scss +39 -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 +37 -36
- package/src/lib/anna-common-scss/_scrollbar.scss +14 -14
- package/src/lib/anna-common-scss/_show-hide-total-row.scss +2 -2
- 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 +26 -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,107 +1,107 @@
|
|
|
1
|
-
$primary-color: #268bff;
|
|
2
|
-
$background-white: #ffffff;
|
|
3
|
-
$lightGray: #d3d3d3;
|
|
4
|
-
$lightGray-1: #f1f1f1;
|
|
5
|
-
$lightGray-2: #b3b3b3;
|
|
6
|
-
$lightGray-3: #ededed;
|
|
7
|
-
$lightGray-4: #d4d4d4;
|
|
8
|
-
$lightGray-5: #e6e6e6;
|
|
9
|
-
$lightGray-6: #c8c8c8;
|
|
10
|
-
$lightGray-7: #9b9b9b;
|
|
11
|
-
$lightGray-9: #d9e1e6;
|
|
12
|
-
$lightGray-8: #b7b7b7;
|
|
13
|
-
$dimGray: #747474;
|
|
14
|
-
$lightDimGray: #666666;
|
|
15
|
-
$coralRed: #ff4747;
|
|
16
|
-
$greenCyan: #00c853;
|
|
17
|
-
$bookedColor: #9b1b93;
|
|
18
|
-
$orderedColor: #d780d1;
|
|
19
|
-
$billableColor: #f2bdef;
|
|
20
|
-
$nationalColor: #f5dd31;
|
|
21
|
-
$localColor: #8db72e;
|
|
22
|
-
$lavenderBlue: #c7e1ff;
|
|
23
|
-
$aliceBlue: #e3f0ff;
|
|
24
|
-
$dodgerBlue: #1582ff;
|
|
25
|
-
$lightGrey: #d6d6d6;
|
|
26
|
-
$coldTurkey: #ceb6b6;
|
|
27
|
-
$lightSilver: #d8d8d8;
|
|
28
|
-
$GraythirtySeven: #5e5e5e;
|
|
29
|
-
$charcoal: #4a4a4a;
|
|
30
|
-
$sellerReviewColor: #f3bd18;
|
|
31
|
-
$buyerReviewColor: #1565c0;
|
|
32
|
-
$reviewCompleteColor: #00c853;
|
|
33
|
-
$recoveredPreemptionColor: #0071ce;
|
|
34
|
-
$deepSkyBlue: #00b0ff;
|
|
35
|
-
$licorice: #2e384d;
|
|
36
|
-
$navyBlue: #0071ce;
|
|
37
|
-
$nobelGray: #b7b6b6;
|
|
38
|
-
$whiteSmoke: #f7f6f6;
|
|
39
|
-
$gray: #979797;
|
|
40
|
-
$paleBlue: #c2cfd6;
|
|
41
|
-
$lightViolet: #9169fc;
|
|
42
|
-
$dimViolet: #e5dbff;
|
|
43
|
-
$darkViolet: #555099;
|
|
44
|
-
$whisper: #e9e9e9;
|
|
45
|
-
$lynxWhite: #f7f7f7;
|
|
46
|
-
$lightAliceBlue: #e5f1ff;
|
|
47
|
-
$veryLightGrey: #cfcfcf;
|
|
48
|
-
$darkCharcoal: #333333;
|
|
49
|
-
$noRevisionFound: #f47228;
|
|
50
|
-
$redOrange: #f44336;
|
|
51
|
-
$DRRBgColor: #edecec;
|
|
52
|
-
$darkYellowWarning: #f3c639;
|
|
53
|
-
$lightYellow: #fff8e3;
|
|
54
|
-
$filterRadioContainer: #f4f4f4;
|
|
55
|
-
$oliveGreen: #8bac2a;
|
|
56
|
-
$calendarLabel: #222b45;
|
|
57
|
-
$olivedrab: #6b8e23;
|
|
58
|
-
$redOrange: #fe3824;
|
|
59
|
-
$chineseSilver: #cccccc;
|
|
60
|
-
$grey: #767676;
|
|
61
|
-
$primary-success: #47d490;
|
|
62
|
-
$secondary-success: #ebf6f1;
|
|
63
|
-
$primary-warning: #f3c639;
|
|
64
|
-
$secondary-warning: #fff8e3;
|
|
65
|
-
$primary-dark: #90a4ae;
|
|
66
|
-
$secondary-dark: #ebedee;
|
|
67
|
-
$primary-danger: #fc8383;
|
|
68
|
-
$secondary-danger: #ffeded;
|
|
69
|
-
$Gray94: #f0f0f0;
|
|
70
|
-
$whisper: #ededed;
|
|
71
|
-
$whiteSmoke2: #f4f4f4;
|
|
72
|
-
$pinkSwan: #b5b5b5;
|
|
73
|
-
$matterhorn: #4f4f4f;
|
|
74
|
-
$lightGrey: #d4d4d4;
|
|
75
|
-
$gray74: #bdbdbd;
|
|
76
|
-
$gray86: #dbdbdb;
|
|
77
|
-
$darkBlueShade: #222b45;
|
|
78
|
-
$green: #8bac2a;
|
|
79
|
-
$darkPurpleShade: #555099;
|
|
80
|
-
$pattensBlue: #d8eaff;
|
|
81
|
-
$quartz: #dddceb;
|
|
82
|
-
$darkGray: #a7a7a7;
|
|
83
|
-
$darkGray1: #cbcbcb;
|
|
84
|
-
$awaitingSellerReview: #f7f2d1;
|
|
85
|
-
$awaitingSellerReviewBorder: #dec30b;
|
|
86
|
-
$amber: #ffc107;
|
|
87
|
-
$whiteSmoke3: #efefef;
|
|
88
|
-
$greyChateau: #a2a8ad;
|
|
89
|
-
$roseBud: #f9b3ae;
|
|
90
|
-
$paleRed: #fde4e3;
|
|
91
|
-
$redOrange3: #f44336;
|
|
92
|
-
$redOrange4: #fe3824;
|
|
93
|
-
$gray43: #6e6e6e;
|
|
94
|
-
$dodgerBlue2: #4099ff;
|
|
95
|
-
$fruitSalad: #43a047;
|
|
96
|
-
$nero: #212121;
|
|
97
|
-
$darkGray2: #a4a4a4;
|
|
98
|
-
$pinkSwan: #b7b7b7;
|
|
99
|
-
$blue: #d8eaff;
|
|
100
|
-
$lightBlue: #eff6ff;
|
|
101
|
-
$sunsetOrange: #ff5353;
|
|
102
|
-
$redShade: #ff5252;
|
|
103
|
-
$lightBlueShade: #d6dcff;
|
|
104
|
-
$blueBerry: #536dfe;
|
|
105
|
-
$darkPink: #be489d;
|
|
106
|
-
$lightPinkShade: #f4e7f2;
|
|
107
|
-
$sellerGroupChildRow: #f9f3f8;
|
|
1
|
+
$primary-color: #268bff;
|
|
2
|
+
$background-white: #ffffff;
|
|
3
|
+
$lightGray: #d3d3d3;
|
|
4
|
+
$lightGray-1: #f1f1f1;
|
|
5
|
+
$lightGray-2: #b3b3b3;
|
|
6
|
+
$lightGray-3: #ededed;
|
|
7
|
+
$lightGray-4: #d4d4d4;
|
|
8
|
+
$lightGray-5: #e6e6e6;
|
|
9
|
+
$lightGray-6: #c8c8c8;
|
|
10
|
+
$lightGray-7: #9b9b9b;
|
|
11
|
+
$lightGray-9: #d9e1e6;
|
|
12
|
+
$lightGray-8: #b7b7b7;
|
|
13
|
+
$dimGray: #747474;
|
|
14
|
+
$lightDimGray: #666666;
|
|
15
|
+
$coralRed: #ff4747;
|
|
16
|
+
$greenCyan: #00c853;
|
|
17
|
+
$bookedColor: #9b1b93;
|
|
18
|
+
$orderedColor: #d780d1;
|
|
19
|
+
$billableColor: #f2bdef;
|
|
20
|
+
$nationalColor: #f5dd31;
|
|
21
|
+
$localColor: #8db72e;
|
|
22
|
+
$lavenderBlue: #c7e1ff;
|
|
23
|
+
$aliceBlue: #e3f0ff;
|
|
24
|
+
$dodgerBlue: #1582ff;
|
|
25
|
+
$lightGrey: #d6d6d6;
|
|
26
|
+
$coldTurkey: #ceb6b6;
|
|
27
|
+
$lightSilver: #d8d8d8;
|
|
28
|
+
$GraythirtySeven: #5e5e5e;
|
|
29
|
+
$charcoal: #4a4a4a;
|
|
30
|
+
$sellerReviewColor: #f3bd18;
|
|
31
|
+
$buyerReviewColor: #1565c0;
|
|
32
|
+
$reviewCompleteColor: #00c853;
|
|
33
|
+
$recoveredPreemptionColor: #0071ce;
|
|
34
|
+
$deepSkyBlue: #00b0ff;
|
|
35
|
+
$licorice: #2e384d;
|
|
36
|
+
$navyBlue: #0071ce;
|
|
37
|
+
$nobelGray: #b7b6b6;
|
|
38
|
+
$whiteSmoke: #f7f6f6;
|
|
39
|
+
$gray: #979797;
|
|
40
|
+
$paleBlue: #c2cfd6;
|
|
41
|
+
$lightViolet: #9169fc;
|
|
42
|
+
$dimViolet: #e5dbff;
|
|
43
|
+
$darkViolet: #555099;
|
|
44
|
+
$whisper: #e9e9e9;
|
|
45
|
+
$lynxWhite: #f7f7f7;
|
|
46
|
+
$lightAliceBlue: #e5f1ff;
|
|
47
|
+
$veryLightGrey: #cfcfcf;
|
|
48
|
+
$darkCharcoal: #333333;
|
|
49
|
+
$noRevisionFound: #f47228;
|
|
50
|
+
$redOrange: #f44336;
|
|
51
|
+
$DRRBgColor: #edecec;
|
|
52
|
+
$darkYellowWarning: #f3c639;
|
|
53
|
+
$lightYellow: #fff8e3;
|
|
54
|
+
$filterRadioContainer: #f4f4f4;
|
|
55
|
+
$oliveGreen: #8bac2a;
|
|
56
|
+
$calendarLabel: #222b45;
|
|
57
|
+
$olivedrab: #6b8e23;
|
|
58
|
+
$redOrange: #fe3824;
|
|
59
|
+
$chineseSilver: #cccccc;
|
|
60
|
+
$grey: #767676;
|
|
61
|
+
$primary-success: #47d490;
|
|
62
|
+
$secondary-success: #ebf6f1;
|
|
63
|
+
$primary-warning: #f3c639;
|
|
64
|
+
$secondary-warning: #fff8e3;
|
|
65
|
+
$primary-dark: #90a4ae;
|
|
66
|
+
$secondary-dark: #ebedee;
|
|
67
|
+
$primary-danger: #fc8383;
|
|
68
|
+
$secondary-danger: #ffeded;
|
|
69
|
+
$Gray94: #f0f0f0;
|
|
70
|
+
$whisper: #ededed;
|
|
71
|
+
$whiteSmoke2: #f4f4f4;
|
|
72
|
+
$pinkSwan: #b5b5b5;
|
|
73
|
+
$matterhorn: #4f4f4f;
|
|
74
|
+
$lightGrey: #d4d4d4;
|
|
75
|
+
$gray74: #bdbdbd;
|
|
76
|
+
$gray86: #dbdbdb;
|
|
77
|
+
$darkBlueShade: #222b45;
|
|
78
|
+
$green: #8bac2a;
|
|
79
|
+
$darkPurpleShade: #555099;
|
|
80
|
+
$pattensBlue: #d8eaff;
|
|
81
|
+
$quartz: #dddceb;
|
|
82
|
+
$darkGray: #a7a7a7;
|
|
83
|
+
$darkGray1: #cbcbcb;
|
|
84
|
+
$awaitingSellerReview: #f7f2d1;
|
|
85
|
+
$awaitingSellerReviewBorder: #dec30b;
|
|
86
|
+
$amber: #ffc107;
|
|
87
|
+
$whiteSmoke3: #efefef;
|
|
88
|
+
$greyChateau: #a2a8ad;
|
|
89
|
+
$roseBud: #f9b3ae;
|
|
90
|
+
$paleRed: #fde4e3;
|
|
91
|
+
$redOrange3: #f44336;
|
|
92
|
+
$redOrange4: #fe3824;
|
|
93
|
+
$gray43: #6e6e6e;
|
|
94
|
+
$dodgerBlue2: #4099ff;
|
|
95
|
+
$fruitSalad: #43a047;
|
|
96
|
+
$nero: #212121;
|
|
97
|
+
$darkGray2: #a4a4a4;
|
|
98
|
+
$pinkSwan: #b7b7b7;
|
|
99
|
+
$blue: #d8eaff;
|
|
100
|
+
$lightBlue: #eff6ff;
|
|
101
|
+
$sunsetOrange: #ff5353;
|
|
102
|
+
$redShade: #ff5252;
|
|
103
|
+
$lightBlueShade: #d6dcff;
|
|
104
|
+
$blueBerry: #536dfe;
|
|
105
|
+
$darkPink: #be489d;
|
|
106
|
+
$lightPinkShade: #f4e7f2;
|
|
107
|
+
$sellerGroupChildRow: #f9f3f8;
|
|
@@ -1,176 +1,190 @@
|
|
|
1
|
-
@use "./fonts";
|
|
2
|
-
@use "./colors";
|
|
3
|
-
@use "./generic-table-common";
|
|
4
|
-
|
|
5
|
-
@mixin sticky-left($leftOffset, $zIndex) {
|
|
6
|
-
position: sticky;
|
|
7
|
-
left: $leftOffset;
|
|
8
|
-
z-index: $zIndex !important;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
@mixin ellipsify() {
|
|
12
|
-
text-overflow: ellipsis;
|
|
13
|
-
overflow: hidden;
|
|
14
|
-
white-space: nowrap;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
@mixin ellipsis() {
|
|
18
|
-
display: inline-block;
|
|
19
|
-
width: 93%;
|
|
20
|
-
@include ellipsify();
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
@mixin common-table($tableStartIndex, $tableEndIndex) {
|
|
24
|
-
thead {
|
|
25
|
-
tr th {
|
|
26
|
-
box-shadow: none !important;
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
td
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
td:
|
|
69
|
-
box-shadow:
|
|
70
|
-
inset
|
|
71
|
-
inset 0 1px 0 0 rgb(0 0 0 / 75%),
|
|
72
|
-
inset 0 -1px 0 0 rgb(0 0 0 / 75%);
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
box-shadow:
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
td:
|
|
113
|
-
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
1
|
+
@use "./fonts";
|
|
2
|
+
@use "./colors";
|
|
3
|
+
@use "./generic-table-common";
|
|
4
|
+
|
|
5
|
+
@mixin sticky-left($leftOffset, $zIndex) {
|
|
6
|
+
position: sticky;
|
|
7
|
+
left: $leftOffset;
|
|
8
|
+
z-index: $zIndex !important;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
@mixin ellipsify() {
|
|
12
|
+
text-overflow: ellipsis;
|
|
13
|
+
overflow: hidden;
|
|
14
|
+
white-space: nowrap;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
@mixin ellipsis() {
|
|
18
|
+
display: inline-block;
|
|
19
|
+
width: 93%;
|
|
20
|
+
@include ellipsify();
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
@mixin common-table($tableStartIndex, $tableEndIndex) {
|
|
24
|
+
thead {
|
|
25
|
+
tr th {
|
|
26
|
+
// box-shadow: none !important;
|
|
27
|
+
box-shadow:
|
|
28
|
+
0px 1px 0px 0px #d4d4d4,
|
|
29
|
+
inset 0px 1px 0px 0px #d4d4d4 !important;
|
|
30
|
+
&:first-of-type {
|
|
31
|
+
box-shadow:
|
|
32
|
+
0px 0px 0px 0px #d4d4d4,
|
|
33
|
+
inset 1px 1px 0px 0px #d4d4d4 !important;
|
|
34
|
+
}
|
|
35
|
+
&:last-of-type {
|
|
36
|
+
box-shadow:
|
|
37
|
+
inset -1px 0 0 0 #d4d4d4,
|
|
38
|
+
inset 0 1px 0 0 #d4d4d4,
|
|
39
|
+
inset 0 -1px 0 0 #d4d4d4 !important;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
tr th:nth-child(12) {
|
|
44
|
+
z-index: 101 !important;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
tr th.mat-column-isOrderStarred,
|
|
48
|
+
tr th.mat-column-payForPerformanceColumnIcon {
|
|
49
|
+
background-color: white !important;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
tr.total-row {
|
|
53
|
+
td {
|
|
54
|
+
color: #4a4a4a;
|
|
55
|
+
|
|
56
|
+
span {
|
|
57
|
+
color: #a7a7a7;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
background: white;
|
|
61
|
+
@include fonts.fonts(Roboto, 0.75rem, normal, bold, normal, normal, 0.3px);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
td:nth-of-type(1) {
|
|
65
|
+
@include sticky-left(0px, 501);
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
td:nth-of-type(1) {
|
|
69
|
+
box-shadow:
|
|
70
|
+
inset 1px 0 0 0 rgb(0 0 0 / 75%),
|
|
71
|
+
inset 0 1px 0 0 rgb(0 0 0 / 75%),
|
|
72
|
+
inset 0 -1px 0 0 rgb(0 0 0 / 75%);
|
|
73
|
+
@include sticky-left(0, 501);
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
td:nth-of-type(n + 2) {
|
|
77
|
+
box-shadow:
|
|
78
|
+
inset 0 1px 0 0 rgb(0 0 0 / 75%),
|
|
79
|
+
inset 0 -1px 0 0 rgb(0 0 0 / 75%);
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
td:last-of-type {
|
|
83
|
+
box-shadow:
|
|
84
|
+
inset -1px 0 0 0 rgb(0 0 0 / 75%),
|
|
85
|
+
inset 0 1px 0 0 rgb(0 0 0 / 75%),
|
|
86
|
+
inset 0 -1px 0 0 rgb(0 0 0 / 75%);
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
tbody {
|
|
92
|
+
tr {
|
|
93
|
+
cursor: pointer;
|
|
94
|
+
|
|
95
|
+
td {
|
|
96
|
+
background: white;
|
|
97
|
+
box-shadow: none !important;
|
|
98
|
+
|
|
99
|
+
div:nth-child(1) {
|
|
100
|
+
color: #000;
|
|
101
|
+
@include ellipsify();
|
|
102
|
+
@include fonts.fonts(Roboto, 0.75rem, normal, normal, normal, normal, 0px);
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
div:nth-child(2) {
|
|
106
|
+
color: #a7a7a7;
|
|
107
|
+
@include ellipsify();
|
|
108
|
+
@include fonts.fonts(Roboto, 0.75rem, normal, 500, normal, normal, 0.3px);
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
td:nth-of-type(1) {
|
|
113
|
+
@include sticky-left(0px, 102);
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
@for $i from calc($tableStartIndex) through calc($tableEndIndex) {
|
|
117
|
+
td:nth-of-type(#{$i}) {
|
|
118
|
+
box-shadow: inset 0px -1px 0px 0px #d4d4d4 !important;
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
td:nth-of-type(#{$tableStartIndex}) {
|
|
123
|
+
box-shadow: inset 1px -1px 0px 0px #d4d4d4 !important;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
td:last-of-type {
|
|
127
|
+
box-shadow: inset -1px -1px 0px 0px #d4d4d4 !important;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
td.mat-cell:first-of-type {
|
|
131
|
+
padding-left: 5px !important;
|
|
132
|
+
|
|
133
|
+
i {
|
|
134
|
+
font-size: 1.25rem;
|
|
135
|
+
cursor: pointer;
|
|
136
|
+
position: relative;
|
|
137
|
+
bottom: 2px;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
i.mdi-star-outline {
|
|
141
|
+
color: #e6e6e6;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
i.mdi-star {
|
|
145
|
+
color: #ffc107;
|
|
146
|
+
opacity: 0.5;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
i.mdi-cog-refresh {
|
|
150
|
+
color: #8bac2a;
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
@include overrideEmptyTrBorders(3);
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
&.no-data-table {
|
|
159
|
+
tbody tr:first-of-type {
|
|
160
|
+
td:nth-of-type(#{$tableStartIndex}) {
|
|
161
|
+
box-shadow: inset 1px 0px 0px 0px #d4d4d4 !important;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
td:nth-of-type(#{$tableStartIndex + 1}),
|
|
165
|
+
td:nth-of-type(#{$tableStartIndex + 2}) {
|
|
166
|
+
// box-shadow: none !important;
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
&.no-data-table div.horizontal-scroll-for-table-container {
|
|
172
|
+
height: calc(157px) !important;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
.table-container::-webkit-scrollbar {
|
|
176
|
+
width: 4px;
|
|
177
|
+
height: 4px;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.table-container::-webkit-scrollbar-thumb {
|
|
181
|
+
border-radius: 4px;
|
|
182
|
+
background-color: rgba(0, 0, 0, 0.4) !important;
|
|
183
|
+
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.table-container::-webkit-scrollbar-track {
|
|
187
|
+
border: 1px solid rgba(0, 0, 0, 0.1) !important;
|
|
188
|
+
margin-top: 105px;
|
|
189
|
+
}
|
|
190
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
:host ::ng-deep.ngb-dp-arrow button:disabled {
|
|
2
|
-
color: #4a4a4a;
|
|
3
|
-
background-color: #fff;
|
|
4
|
-
opacity: 0.25;
|
|
5
|
-
cursor: not-allowed;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
:host ::ng-deep.ngb-dp-arrow button:disabled .ngb-dp-navigation-chevron {
|
|
9
|
-
color: #4a4a4a;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
:host ::ng-deep.ngb-dp-arrow button .ngb-dp-navigation-chevron {
|
|
13
|
-
color: #000;
|
|
14
|
-
}
|
|
1
|
+
:host ::ng-deep.ngb-dp-arrow button:disabled {
|
|
2
|
+
color: #4a4a4a;
|
|
3
|
+
background-color: #fff;
|
|
4
|
+
opacity: 0.25;
|
|
5
|
+
cursor: not-allowed;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
:host ::ng-deep.ngb-dp-arrow button:disabled .ngb-dp-navigation-chevron {
|
|
9
|
+
color: #4a4a4a;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
:host ::ng-deep.ngb-dp-arrow button .ngb-dp-navigation-chevron {
|
|
13
|
+
color: #000;
|
|
14
|
+
}
|