@annalib/anna-core 7.2.4 → 7.2.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/annalib-anna-core.d.ts +5 -0
- package/esm2020/annalib-anna-core.mjs +5 -0
- package/esm2020/lib/anna-core-shared-lib/components/anna-buyer-approval-icon-template/anna-buyer-approval-icon-template.component.mjs +15 -0
- package/esm2020/lib/anna-core-shared-lib/components/anna-icon-column/anna-icon-column.component.mjs +35 -0
- package/esm2020/lib/anna-core-shared-lib/components/anna-live-icon-template/anna-live-icon-template.component.mjs +15 -0
- package/esm2020/lib/anna-core-shared-lib/components/anna-no-data/anna-no-data.component.mjs +22 -0
- package/esm2020/lib/anna-core-shared-lib/components/anna-notify-icon-template/anna-notify-icon-template.component.mjs +15 -0
- package/esm2020/lib/anna-core-shared-lib/components/anna-pay-for-performance-icon-template/anna-pay-for-performance-icon-template.component.mjs +21 -0
- package/esm2020/lib/anna-core-shared-lib/components/anna-rejected-icon-template/anna-rejected-icon-template.component.mjs +15 -0
- package/esm2020/lib/anna-core-shared-lib/constants/shared.constant.mjs +35 -0
- package/esm2020/lib/anna-core-shared-lib/directives/digits-only/digits-only.directive.mjs +282 -0
- package/esm2020/lib/anna-core-shared-lib/directives/show-ellipsis-text/show-ellipsis-text.directive.mjs +27 -0
- package/esm2020/lib/anna-core-shared-lib/models/anna-generic-data-type.model.mjs +2 -0
- package/esm2020/lib/anna-core-shared-lib/models/anna-global-dropdown-config.model.mjs +2 -0
- package/esm2020/lib/anna-core-shared-lib/models/anna-manage-users.model.mjs +8 -0
- package/esm2020/lib/anna-core-shared-lib/models/anna-non-editable-gt-models.mjs +2 -0
- package/esm2020/lib/anna-core-shared-lib/models/anna-sort.model.mjs +7 -0
- package/esm2020/lib/anna-core-shared-lib/models/anna-tooltip.model.mjs +30 -0
- package/esm2020/lib/anna-core-shared-lib/pipes/annaConvertZeroOrNullOrUndefined.pipe.mjs +26 -0
- package/esm2020/lib/anna-core-shared-lib/pipes/annaFilterSearchedText.pipe.mjs +46 -0
- package/esm2020/lib/anna-core-shared-lib/pipes/annaReplaceChar.pipe.mjs +25 -0
- package/esm2020/lib/anna-core-shared-lib/pipes/annaTypeOfData.pipe.mjs +16 -0
- package/esm2020/lib/anna-core-shared-lib/services/anna-date-time-format.service.mjs +199 -0
- package/esm2020/lib/anna-core-shared-lib/services/anna-filter.service.mjs +469 -0
- package/esm2020/lib/anna-core-shared-lib/services/anna-generic-table.service.mjs +124 -0
- package/esm2020/lib/anna-core-shared-lib/services/anna-global-config.service.mjs +133 -0
- package/esm2020/lib/anna-core-shared-lib/services/anna-number-format.service.mjs +41 -0
- package/esm2020/lib/anna-core-shared-lib/services/anna-sort.service.mjs +147 -0
- package/esm2020/lib/anna-core.module.mjs +180 -0
- package/esm2020/lib/anna-dropdown-lib/components/anna-calendar-filter/anna-calendar-filter.component.mjs +101 -0
- package/esm2020/lib/anna-dropdown-lib/components/anna-week-calendar-filter/anna-week-calendar-filter.component.mjs +364 -0
- package/esm2020/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +1834 -0
- package/esm2020/lib/anna-generic-table-lib/components/anna-sort/anna-sort.component.mjs +69 -0
- package/esm2020/lib/anna-generic-table-lib/components/anna-table-virtual-scroll-viewport/anna-table-virtual-scroll-viewport.component.mjs +357 -0
- package/esm2020/lib/anna-generic-table-lib/directives/anna-fixed-row-size-table-virtual-scroll-strategy/anna-fixed-row-size-table-virtual-scroll-strategy.directive.mjs +189 -0
- package/esm2020/lib/anna-generic-table-lib/directives/anna-fixed-row-size-table-virtual-scroll-strategy/index.mjs +2 -0
- package/esm2020/lib/anna-generic-table-lib/directives/anna-virtual-table/anna-virtual-table.directive.mjs +178 -0
- package/esm2020/lib/anna-generic-table-lib/directives/anna-virtual-table/index.mjs +2 -0
- package/esm2020/public-api.mjs +50 -0
- package/fesm2015/annalib-anna-core.mjs +4875 -0
- package/fesm2015/annalib-anna-core.mjs.map +1 -0
- package/fesm2020/annalib-anna-core.mjs +4868 -0
- package/fesm2020/annalib-anna-core.mjs.map +1 -0
- package/lib/anna-core-shared-lib/components/anna-buyer-approval-icon-template/anna-buyer-approval-icon-template.component.d.ts +8 -0
- package/lib/anna-core-shared-lib/components/anna-icon-column/anna-icon-column.component.d.ts +16 -0
- package/lib/anna-core-shared-lib/components/anna-live-icon-template/anna-live-icon-template.component.d.ts +8 -0
- package/lib/anna-core-shared-lib/components/anna-no-data/anna-no-data.component.d.ts +11 -0
- package/lib/anna-core-shared-lib/components/anna-notify-icon-template/anna-notify-icon-template.component.d.ts +8 -0
- package/lib/anna-core-shared-lib/components/anna-pay-for-performance-icon-template/anna-pay-for-performance-icon-template.component.d.ts +11 -0
- package/lib/anna-core-shared-lib/components/anna-rejected-icon-template/anna-rejected-icon-template.component.d.ts +8 -0
- package/lib/anna-core-shared-lib/constants/shared.constant.d.ts +33 -0
- package/lib/anna-core-shared-lib/directives/digits-only/digits-only.directive.d.ts +34 -0
- package/lib/anna-core-shared-lib/directives/show-ellipsis-text/show-ellipsis-text.directive.d.ts +9 -0
- package/lib/anna-core-shared-lib/models/anna-generic-data-type.model.d.ts +16 -0
- package/{src/lib/anna-core-shared-lib/models/anna-global-dropdown-config.model.ts → lib/anna-core-shared-lib/models/anna-global-dropdown-config.model.d.ts} +9 -21
- package/lib/anna-core-shared-lib/models/anna-manage-users.model.d.ts +6 -0
- package/{src/lib/anna-core-shared-lib/models/anna-non-editable-gt-models.ts → lib/anna-core-shared-lib/models/anna-non-editable-gt-models.d.ts} +17 -28
- package/lib/anna-core-shared-lib/models/anna-sort.model.d.ts +11 -0
- package/lib/anna-core-shared-lib/models/anna-tooltip.model.d.ts +25 -0
- package/lib/anna-core-shared-lib/pipes/annaConvertZeroOrNullOrUndefined.pipe.d.ts +9 -0
- package/lib/anna-core-shared-lib/pipes/annaFilterSearchedText.pipe.d.ts +9 -0
- package/lib/anna-core-shared-lib/pipes/annaReplaceChar.pipe.d.ts +9 -0
- package/lib/anna-core-shared-lib/pipes/annaTypeOfData.pipe.d.ts +7 -0
- package/lib/anna-core-shared-lib/services/anna-date-time-format.service.d.ts +27 -0
- package/lib/anna-core-shared-lib/services/anna-filter.service.d.ts +74 -0
- package/lib/anna-core-shared-lib/services/anna-generic-table.service.d.ts +28 -0
- package/lib/anna-core-shared-lib/services/anna-global-config.service.d.ts +21 -0
- package/lib/anna-core-shared-lib/services/anna-number-format.service.d.ts +7 -0
- package/lib/anna-core-shared-lib/services/anna-sort.service.d.ts +16 -0
- package/lib/anna-core.module.d.ts +36 -0
- package/lib/anna-dropdown-lib/components/anna-calendar-filter/anna-calendar-filter.component.d.ts +34 -0
- package/lib/anna-dropdown-lib/components/anna-week-calendar-filter/anna-week-calendar-filter.component.d.ts +70 -0
- package/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.d.ts +283 -0
- package/lib/anna-generic-table-lib/components/anna-sort/anna-sort.component.d.ts +17 -0
- package/lib/anna-generic-table-lib/components/anna-table-virtual-scroll-viewport/anna-table-virtual-scroll-viewport.component.d.ts +141 -0
- package/lib/anna-generic-table-lib/directives/anna-fixed-row-size-table-virtual-scroll-strategy/anna-fixed-row-size-table-virtual-scroll-strategy.directive.d.ts +89 -0
- package/{src/lib/anna-generic-table-lib/directives/anna-fixed-row-size-table-virtual-scroll-strategy/index.ts → lib/anna-generic-table-lib/directives/anna-fixed-row-size-table-virtual-scroll-strategy/index.d.ts} +0 -0
- package/lib/anna-generic-table-lib/directives/anna-virtual-table/anna-virtual-table.directive.d.ts +45 -0
- package/{src/lib/anna-generic-table-lib/directives/anna-virtual-table/index.ts → lib/anna-generic-table-lib/directives/anna-virtual-table/index.d.ts} +0 -0
- package/package.json +39 -19
- package/{src/public-api.ts → public-api.d.ts} +0 -28
- package/.browserslistrc +0 -16
- package/karma.conf.js +0 -44
- package/ng-package.json +0 -14
- package/src/lib/anna-core-shared-lib/components/anna-buyer-approval-icon-template/anna-buyer-approval-icon-template.component.html +0 -22
- package/src/lib/anna-core-shared-lib/components/anna-buyer-approval-icon-template/anna-buyer-approval-icon-template.component.scss +0 -0
- package/src/lib/anna-core-shared-lib/components/anna-buyer-approval-icon-template/anna-buyer-approval-icon-template.component.spec.ts +0 -25
- package/src/lib/anna-core-shared-lib/components/anna-buyer-approval-icon-template/anna-buyer-approval-icon-template.component.ts +0 -16
- package/src/lib/anna-core-shared-lib/components/anna-icon-column/anna-icon-column.component.html +0 -33
- package/src/lib/anna-core-shared-lib/components/anna-icon-column/anna-icon-column.component.scss +0 -0
- package/src/lib/anna-core-shared-lib/components/anna-icon-column/anna-icon-column.component.spec.ts +0 -25
- package/src/lib/anna-core-shared-lib/components/anna-icon-column/anna-icon-column.component.ts +0 -28
- package/src/lib/anna-core-shared-lib/components/anna-live-icon-template/anna-live-icon-template.component.html +0 -20
- package/src/lib/anna-core-shared-lib/components/anna-live-icon-template/anna-live-icon-template.component.scss +0 -0
- package/src/lib/anna-core-shared-lib/components/anna-live-icon-template/anna-live-icon-template.component.spec.ts +0 -25
- package/src/lib/anna-core-shared-lib/components/anna-live-icon-template/anna-live-icon-template.component.ts +0 -16
- package/src/lib/anna-core-shared-lib/components/anna-no-data/anna-no-data.component.html +0 -3
- package/src/lib/anna-core-shared-lib/components/anna-no-data/anna-no-data.component.scss +0 -17
- package/src/lib/anna-core-shared-lib/components/anna-no-data/anna-no-data.component.spec.ts +0 -24
- package/src/lib/anna-core-shared-lib/components/anna-no-data/anna-no-data.component.ts +0 -20
- package/src/lib/anna-core-shared-lib/components/anna-notify-icon-template/anna-notify-icon-template.component.html +0 -23
- package/src/lib/anna-core-shared-lib/components/anna-notify-icon-template/anna-notify-icon-template.component.scss +0 -0
- package/src/lib/anna-core-shared-lib/components/anna-notify-icon-template/anna-notify-icon-template.component.spec.ts +0 -25
- package/src/lib/anna-core-shared-lib/components/anna-notify-icon-template/anna-notify-icon-template.component.ts +0 -16
- package/src/lib/anna-core-shared-lib/components/anna-pay-for-performance-icon-template/anna-pay-for-performance-icon-template.component.html +0 -15
- package/src/lib/anna-core-shared-lib/components/anna-pay-for-performance-icon-template/anna-pay-for-performance-icon-template.component.scss +0 -0
- package/src/lib/anna-core-shared-lib/components/anna-pay-for-performance-icon-template/anna-pay-for-performance-icon-template.component.spec.ts +0 -25
- package/src/lib/anna-core-shared-lib/components/anna-pay-for-performance-icon-template/anna-pay-for-performance-icon-template.component.ts +0 -19
- package/src/lib/anna-core-shared-lib/components/anna-rejected-icon-template/anna-rejected-icon-template.component.html +0 -14
- package/src/lib/anna-core-shared-lib/components/anna-rejected-icon-template/anna-rejected-icon-template.component.scss +0 -0
- package/src/lib/anna-core-shared-lib/components/anna-rejected-icon-template/anna-rejected-icon-template.component.spec.ts +0 -25
- package/src/lib/anna-core-shared-lib/components/anna-rejected-icon-template/anna-rejected-icon-template.component.ts +0 -16
- package/src/lib/anna-core-shared-lib/constants/shared.constant.ts +0 -35
- package/src/lib/anna-core-shared-lib/directives/digits-only/digits-only.directive.ts +0 -307
- package/src/lib/anna-core-shared-lib/directives/show-ellipsis-text/show-ellipsis-text.directive.ts +0 -19
- package/src/lib/anna-core-shared-lib/models/anna-generic-data-type.model.ts +0 -19
- package/src/lib/anna-core-shared-lib/models/anna-manage-users.model.ts +0 -6
- package/src/lib/anna-core-shared-lib/models/anna-sort.model.ts +0 -13
- package/src/lib/anna-core-shared-lib/models/anna-tooltip.model.ts +0 -44
- package/src/lib/anna-core-shared-lib/pipes/annaConvertZeroOrNullOrUndefined.pipe.ts +0 -20
- package/src/lib/anna-core-shared-lib/pipes/annaFilterSearchedText.pipe.ts +0 -43
- package/src/lib/anna-core-shared-lib/pipes/annaReplaceChar.pipe.ts +0 -19
- package/src/lib/anna-core-shared-lib/pipes/annaTypeOfData.pipe.ts +0 -12
- package/src/lib/anna-core-shared-lib/services/anna-date-time-format.service.ts +0 -219
- package/src/lib/anna-core-shared-lib/services/anna-filter.service.ts +0 -563
- package/src/lib/anna-core-shared-lib/services/anna-generic-table.service.ts +0 -136
- package/src/lib/anna-core-shared-lib/services/anna-global-config.service.ts +0 -170
- package/src/lib/anna-core-shared-lib/services/anna-number-format.service.ts +0 -43
- package/src/lib/anna-core-shared-lib/services/anna-sort.service.ts +0 -179
- package/src/lib/anna-core.module.ts +0 -112
- package/src/lib/anna-dropdown-lib/components/anna-calendar-filter/anna-calendar-filter.component.html +0 -46
- package/src/lib/anna-dropdown-lib/components/anna-calendar-filter/anna-calendar-filter.component.scss +0 -153
- package/src/lib/anna-dropdown-lib/components/anna-calendar-filter/anna-calendar-filter.component.spec.ts +0 -24
- package/src/lib/anna-dropdown-lib/components/anna-calendar-filter/anna-calendar-filter.component.ts +0 -106
- package/src/lib/anna-dropdown-lib/components/anna-week-calendar-filter/anna-week-calendar-filter.component.html +0 -129
- package/src/lib/anna-dropdown-lib/components/anna-week-calendar-filter/anna-week-calendar-filter.component.scss +0 -275
- package/src/lib/anna-dropdown-lib/components/anna-week-calendar-filter/anna-week-calendar-filter.component.spec.ts +0 -24
- package/src/lib/anna-dropdown-lib/components/anna-week-calendar-filter/anna-week-calendar-filter.component.ts +0 -414
- package/src/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.html +0 -1080
- package/src/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.scss +0 -668
- package/src/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.spec.ts +0 -25
- package/src/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.ts +0 -2186
- package/src/lib/anna-generic-table-lib/components/anna-sort/anna-sort.component.html +0 -10
- package/src/lib/anna-generic-table-lib/components/anna-sort/anna-sort.component.scss +0 -1
- package/src/lib/anna-generic-table-lib/components/anna-sort/anna-sort.component.spec.ts +0 -24
- package/src/lib/anna-generic-table-lib/components/anna-sort/anna-sort.component.ts +0 -69
- package/src/lib/anna-generic-table-lib/components/anna-table-virtual-scroll-viewport/anna-table-virtual-scroll-viewport.component.html +0 -13
- package/src/lib/anna-generic-table-lib/components/anna-table-virtual-scroll-viewport/anna-table-virtual-scroll-viewport.component.scss +0 -88
- package/src/lib/anna-generic-table-lib/components/anna-table-virtual-scroll-viewport/anna-table-virtual-scroll-viewport.component.spec.ts +0 -25
- package/src/lib/anna-generic-table-lib/components/anna-table-virtual-scroll-viewport/anna-table-virtual-scroll-viewport.component.ts +0 -460
- package/src/lib/anna-generic-table-lib/directives/anna-fixed-row-size-table-virtual-scroll-strategy/anna-fixed-row-size-table-virtual-scroll-strategy.directive.ts +0 -237
- package/src/lib/anna-generic-table-lib/directives/anna-virtual-table/anna-virtual-table.directive.ts +0 -204
- package/src/test.ts +0 -27
- package/tsconfig.lib.json +0 -19
- package/tsconfig.lib.prod.json +0 -10
- package/tsconfig.spec.json +0 -17
|
@@ -1,668 +0,0 @@
|
|
|
1
|
-
@import "fonts", "colors", "sort", "filters", "bootstrap-tooltip";
|
|
2
|
-
|
|
3
|
-
.upper-label {
|
|
4
|
-
@include fonts(Roboto, $fs-11, normal, 500, normal, normal, 0.3px);
|
|
5
|
-
color: $charcoal !important;
|
|
6
|
-
margin-bottom: 0 !important;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
@mixin ellipsis() {
|
|
10
|
-
display: inline-block;
|
|
11
|
-
width: 90%;
|
|
12
|
-
white-space: nowrap;
|
|
13
|
-
overflow: hidden;
|
|
14
|
-
text-overflow: ellipsis;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
:host ::ng-deep .gt {
|
|
18
|
-
table-layout: fixed;
|
|
19
|
-
margin-bottom: 0;
|
|
20
|
-
width: 100%;
|
|
21
|
-
// border-spacing: 1px;
|
|
22
|
-
th,
|
|
23
|
-
td {
|
|
24
|
-
padding: 2px 8px;
|
|
25
|
-
line-height: normal;
|
|
26
|
-
//Need to reduce line height & top/bottom padding, otherwise at end of table if we scroll it shows glitch
|
|
27
|
-
}
|
|
28
|
-
thead tr {
|
|
29
|
-
th .upper-label {
|
|
30
|
-
@include fonts(Roboto, $fs-11, normal, 500, normal, normal, 0.3px);
|
|
31
|
-
color: $charcoal;
|
|
32
|
-
margin-bottom: 0;
|
|
33
|
-
}
|
|
34
|
-
th .lower-label {
|
|
35
|
-
@include fonts(Roboto, $fs-11, normal, 500, normal, normal, 0.3px);
|
|
36
|
-
color: $darkGray;
|
|
37
|
-
margin-bottom: 0;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
th {
|
|
41
|
-
background-color: $lightGray-3;
|
|
42
|
-
position: sticky;
|
|
43
|
-
position: -webkit-sticky;
|
|
44
|
-
top: 0;
|
|
45
|
-
border-top: none !important;
|
|
46
|
-
border-bottom: none !important;
|
|
47
|
-
outline: none !important;
|
|
48
|
-
box-shadow: inset 0 1px 0 $lightGray-4, inset 0 -1px 0 $lightGray-4,
|
|
49
|
-
inset -1px 0px 0px 0px $lightGray-4;
|
|
50
|
-
br {
|
|
51
|
-
display: block;
|
|
52
|
-
content: "";
|
|
53
|
-
margin-top: -8px;
|
|
54
|
-
}
|
|
55
|
-
div.row {
|
|
56
|
-
display: flex;
|
|
57
|
-
flex-wrap: nowrap;
|
|
58
|
-
justify-content: space-between;
|
|
59
|
-
align-items: center;
|
|
60
|
-
}
|
|
61
|
-
div.sort-filter-container {
|
|
62
|
-
display: flex;
|
|
63
|
-
flex-wrap: nowrap;
|
|
64
|
-
align-items: center;
|
|
65
|
-
margin-left: $fs-4;
|
|
66
|
-
margin-right: auto;
|
|
67
|
-
}
|
|
68
|
-
span.mdi-filter-variant {
|
|
69
|
-
font-size: 13px !important;
|
|
70
|
-
top: -1px !important;
|
|
71
|
-
position: relative;
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
th:first-of-type {
|
|
76
|
-
box-shadow: inset 0 1px 0 $lightGray-4, inset 0 -1px 0 $lightGray-4,
|
|
77
|
-
inset -1px 0px 0px 0px $lightGray-4, inset 1px 0px 0px 0px $lightGray-4;
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
tbody {
|
|
81
|
-
tr {
|
|
82
|
-
td:first-of-type {
|
|
83
|
-
box-shadow: inset 1px 0px 0px 0px $lightGray-4,
|
|
84
|
-
inset -1px 0px 0px 0px $lightGray-4,
|
|
85
|
-
inset 0px -1px 0px 0px $lightGray-4;
|
|
86
|
-
border: none;
|
|
87
|
-
}
|
|
88
|
-
td:nth-of-type(n + 2) {
|
|
89
|
-
box-shadow: inset -1px 0px 0px 0px $lightGray-4,
|
|
90
|
-
inset 0px -1px 0px 0px $lightGray-4;
|
|
91
|
-
border: none;
|
|
92
|
-
}
|
|
93
|
-
td .upper-label {
|
|
94
|
-
@include fonts(Roboto, $fs-12, normal, normal, normal, normal, 0px);
|
|
95
|
-
color: black;
|
|
96
|
-
@include ellipsis();
|
|
97
|
-
}
|
|
98
|
-
td .lower-label {
|
|
99
|
-
@include fonts(Roboto, $fs-12, normal, normal, normal, normal, 0px);
|
|
100
|
-
color: $darkGray;
|
|
101
|
-
@include ellipsis();
|
|
102
|
-
}
|
|
103
|
-
br {
|
|
104
|
-
display: block; /* makes it have a width */
|
|
105
|
-
content: ""; /* clears default height */
|
|
106
|
-
margin-top: -8px;
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
tr:nth-of-type(1) td {
|
|
111
|
-
//for sticky header
|
|
112
|
-
border-top: none !important;
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
.custom-column-checkbox-checked,
|
|
117
|
-
.custom-column-checkbox-unchecked {
|
|
118
|
-
font-size: 0.875rem;
|
|
119
|
-
cursor: pointer;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
.custom-column-checkbox-checked {
|
|
123
|
-
color: $primary-color;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
.custom-column-checkbox-unchecked {
|
|
127
|
-
color: $charcoal;
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
// .table-container::-webkit-scrollbar-thumb {
|
|
132
|
-
// border-radius: $fs-4;
|
|
133
|
-
// background-color: rgba(0, 0, 0, 0.4) !important;
|
|
134
|
-
// border: 1px solid rgba(0, 0, 0, 0.2);
|
|
135
|
-
// }
|
|
136
|
-
|
|
137
|
-
// .table-container::-webkit-scrollbar-track {
|
|
138
|
-
// border: 1px solid rgba(0, 0, 0, 0.1) !important;
|
|
139
|
-
// }
|
|
140
|
-
|
|
141
|
-
.table-container::-webkit-scrollbar-track {
|
|
142
|
-
border: 1px solid rgba(0, 0, 0, 0.1) !important;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
.table-container::-webkit-scrollbar {
|
|
146
|
-
width: 5px;
|
|
147
|
-
height: 5px;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
.table-container::-webkit-scrollbar-thumb {
|
|
151
|
-
border-radius: 4px;
|
|
152
|
-
background-color: rgba(0, 0, 0, 0.4) !important;
|
|
153
|
-
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
.table-container {
|
|
157
|
-
overflow-x: auto;
|
|
158
|
-
overflow-y: auto;
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
.rowSelectCheckbox,
|
|
162
|
-
#selectAllRowsCheckbox {
|
|
163
|
-
cursor: pointer;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
.disable-checkbox {
|
|
167
|
-
color: #dedede !important;
|
|
168
|
-
pointer-events: none !important;
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
.mdi-warning {
|
|
172
|
-
color: #f3c639;
|
|
173
|
-
font-size: 16px;
|
|
174
|
-
line-height: 28px;
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
input[type="number"]::-webkit-inner-spin-button,
|
|
178
|
-
input[type="number"]::-webkit-outer-spin-button {
|
|
179
|
-
opacity: 1;
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
.redcolor-status {
|
|
183
|
-
color: #c62a2a;
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
.redcolor-cell-border {
|
|
187
|
-
outline: 1px solid #ff5353 !important;
|
|
188
|
-
outline-offset: -1px !important;
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
#no-filter-space {
|
|
192
|
-
width: 0.875rem;
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
::ng-deep
|
|
196
|
-
.mat-button-toggle-appearance-standard
|
|
197
|
-
.mat-button-toggle-label-content {
|
|
198
|
-
line-height: $fs-30 !important;
|
|
199
|
-
width: $fs-42;
|
|
200
|
-
padding: 0 $fs-10;
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
input.numberInput {
|
|
204
|
-
margin-right: -$fs-13;
|
|
205
|
-
padding: 0 0 0 $fs-10;
|
|
206
|
-
height: $fs-30;
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
::ng-deep .mat-button-toggle-checked {
|
|
210
|
-
background-color: $primary-color !important;
|
|
211
|
-
color: white !important;
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
::ng-deep .mat-button-toggle-group-appearance-standard {
|
|
215
|
-
border-radius: 0px;
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
.hidden {
|
|
219
|
-
display: none;
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
.no-data-div {
|
|
223
|
-
margin-top: 2.5px;
|
|
224
|
-
label {
|
|
225
|
-
margin: 0;
|
|
226
|
-
width: auto;
|
|
227
|
-
font-weight: 500;
|
|
228
|
-
background-color: lightgray;
|
|
229
|
-
padding: $fs-5 $fs-18;
|
|
230
|
-
border-radius: $fs-4;
|
|
231
|
-
}
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
.column-values:nth-of-type(2) {
|
|
235
|
-
color: #a7a7a7 !important;
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
.custom-column-checkbox-checked,
|
|
239
|
-
.custom-column-checkbox-unchecked {
|
|
240
|
-
font-size: 0.875rem;
|
|
241
|
-
cursor: pointer;
|
|
242
|
-
}
|
|
243
|
-
.custom-column-checkbox-checked {
|
|
244
|
-
color: $primary-color;
|
|
245
|
-
}
|
|
246
|
-
.custom-column-checkbox-unchecked {
|
|
247
|
-
color: #4a4a4a;
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
.time-filter-checkboxes {
|
|
251
|
-
> div > p {
|
|
252
|
-
color: #151b1e;
|
|
253
|
-
}
|
|
254
|
-
}
|
|
255
|
-
|
|
256
|
-
.radio-button-dimension {
|
|
257
|
-
height: 18px !important;
|
|
258
|
-
width: 18px !important;
|
|
259
|
-
}
|
|
260
|
-
|
|
261
|
-
::ng-deep .margin-bottom-zero {
|
|
262
|
-
.mat-radio-label {
|
|
263
|
-
margin-bottom: 0;
|
|
264
|
-
}
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
::ng-deep .rejectCreditRequest .mat-radio-outer-circle {
|
|
268
|
-
@extend .radio-button-dimension;
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
::ng-deep .rejectCreditRequest .mat-radio-inner-circle {
|
|
272
|
-
@extend .radio-button-dimension;
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
::ng-deep .resubmit .mat-radio-outer-circle {
|
|
276
|
-
@extend .radio-button-dimension;
|
|
277
|
-
}
|
|
278
|
-
::ng-deep .resubmit .mat-radio-inner-circle {
|
|
279
|
-
@extend .radio-button-dimension;
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
::ng-deep .reject .mat-radio-outer-circle {
|
|
283
|
-
@extend .radio-button-dimension;
|
|
284
|
-
}
|
|
285
|
-
::ng-deep .reject .mat-radio-inner-circle {
|
|
286
|
-
@extend .radio-button-dimension;
|
|
287
|
-
}
|
|
288
|
-
|
|
289
|
-
::ng-deep .approve .mat-radio-outer-circle {
|
|
290
|
-
@extend .radio-button-dimension;
|
|
291
|
-
}
|
|
292
|
-
::ng-deep .approve .mat-radio-inner-circle {
|
|
293
|
-
@extend .radio-button-dimension;
|
|
294
|
-
}
|
|
295
|
-
::ng-deep .credit .mat-radio-outer-circle {
|
|
296
|
-
@extend .radio-button-dimension;
|
|
297
|
-
}
|
|
298
|
-
::ng-deep .credit .mat-radio-inner-circle {
|
|
299
|
-
@extend .radio-button-dimension;
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
::ng-deep .noAction .mat-radio-outer-circle {
|
|
303
|
-
@extend .radio-button-dimension;
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
::ng-deep .noAction .mat-radio-inner-circle {
|
|
307
|
-
@extend .radio-button-dimension;
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
::ng-deep .markForMakeGood .mat-radio-outer-circle {
|
|
311
|
-
@extend .radio-button-dimension;
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
::ng-deep .markForMakeGood .mat-radio-inner-circle {
|
|
315
|
-
@extend .radio-button-dimension;
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
::ng-deep .mark-for-credit .mat-radio-outer-circle {
|
|
319
|
-
@extend .radio-button-dimension;
|
|
320
|
-
}
|
|
321
|
-
|
|
322
|
-
::ng-deep .mark-for-credit .mat-radio-inner-circle {
|
|
323
|
-
@extend .radio-button-dimension;
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
::ng-deep .markForCredit .mat-radio-outer-circle {
|
|
327
|
-
@extend .radio-button-dimension;
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
::ng-deep .markForCredit .mat-radio-inner-circle {
|
|
331
|
-
@extend .radio-button-dimension;
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
::ng-deep
|
|
335
|
-
.reject.mat-radio-button.mat-accent.mat-radio-checked
|
|
336
|
-
.mat-radio-outer-circle {
|
|
337
|
-
border-color: yellow;
|
|
338
|
-
}
|
|
339
|
-
::ng-deep
|
|
340
|
-
.reject.mat-radio-button.mat-accent.mat-radio-checked
|
|
341
|
-
.mat-radio-inner-circle {
|
|
342
|
-
background-color: yellow;
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
::ng-deep
|
|
346
|
-
.resubmit.mat-radio-button.mat-accent.mat-radio-checked
|
|
347
|
-
.mat-radio-outer-circle {
|
|
348
|
-
border-color: yellow;
|
|
349
|
-
}
|
|
350
|
-
::ng-deep
|
|
351
|
-
.resubmit.mat-radio-button.mat-accent.mat-radio-checked
|
|
352
|
-
.mat-radio-inner-circle {
|
|
353
|
-
background-color: yellow;
|
|
354
|
-
}
|
|
355
|
-
|
|
356
|
-
::ng-deep
|
|
357
|
-
.noAction.mat-radio-button.mat-accent.mat-radio-checked
|
|
358
|
-
.mat-radio-outer-circle {
|
|
359
|
-
border-color: green;
|
|
360
|
-
}
|
|
361
|
-
::ng-deep
|
|
362
|
-
.noAction.mat-radio-button.mat-accent.mat-radio-checked
|
|
363
|
-
.mat-radio-inner-circle {
|
|
364
|
-
background-color: green;
|
|
365
|
-
}
|
|
366
|
-
|
|
367
|
-
::ng-deep
|
|
368
|
-
.approve.mat-radio-button.mat-accent.mat-radio-checked
|
|
369
|
-
.mat-radio-outer-circle {
|
|
370
|
-
border-color: green;
|
|
371
|
-
}
|
|
372
|
-
::ng-deep
|
|
373
|
-
.approve.mat-radio-button.mat-accent.mat-radio-checked
|
|
374
|
-
.mat-radio-inner-circle {
|
|
375
|
-
background-color: green;
|
|
376
|
-
}
|
|
377
|
-
::ng-deep
|
|
378
|
-
.credit.mat-radio-button.mat-accent.mat-radio-checked
|
|
379
|
-
.mat-radio-outer-circle {
|
|
380
|
-
border-color: red;
|
|
381
|
-
}
|
|
382
|
-
::ng-deep
|
|
383
|
-
.credit.mat-radio-button.mat-accent.mat-radio-checked
|
|
384
|
-
.mat-radio-inner-circle {
|
|
385
|
-
background-color: red;
|
|
386
|
-
}
|
|
387
|
-
|
|
388
|
-
::ng-deep .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
|
|
389
|
-
border-color: rgba(0, 0, 0, 0.38) !important;
|
|
390
|
-
}
|
|
391
|
-
|
|
392
|
-
::ng-deep
|
|
393
|
-
.mat-radio-button.mat-radio-disabled.mat-radio-checked
|
|
394
|
-
.mat-radio-inner-circle {
|
|
395
|
-
background-color: rgba(0, 0, 0, 0.38) !important;
|
|
396
|
-
}
|
|
397
|
-
|
|
398
|
-
::ng-deep {
|
|
399
|
-
tr.white-background-row {
|
|
400
|
-
background: white;
|
|
401
|
-
}
|
|
402
|
-
|
|
403
|
-
tr.gray-background-row {
|
|
404
|
-
background: rgba(233, 233, 233, 0.5);
|
|
405
|
-
}
|
|
406
|
-
}
|
|
407
|
-
|
|
408
|
-
.remarks-tooltip {
|
|
409
|
-
font-size: 0.875rem;
|
|
410
|
-
color: #268bff;
|
|
411
|
-
position: relative;
|
|
412
|
-
top: 0.1875rem;
|
|
413
|
-
cursor: pointer;
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
.seller-tooltip {
|
|
417
|
-
@extend .remarks-tooltip;
|
|
418
|
-
top: -1px;
|
|
419
|
-
float: right;
|
|
420
|
-
}
|
|
421
|
-
|
|
422
|
-
::ng-deep .remarks-info-tooltip .tooltip-inner {
|
|
423
|
-
max-width: 19.25rem !important;
|
|
424
|
-
}
|
|
425
|
-
|
|
426
|
-
.rating-icon,
|
|
427
|
-
.lur-violation-icon {
|
|
428
|
-
color: #268bff;
|
|
429
|
-
cursor: pointer;
|
|
430
|
-
position: relative;
|
|
431
|
-
left: -2px;
|
|
432
|
-
}
|
|
433
|
-
|
|
434
|
-
::ng-deep .rating-info-tooltip .tooltip-inner {
|
|
435
|
-
max-width: 800px !important;
|
|
436
|
-
}
|
|
437
|
-
|
|
438
|
-
.spots-info-icon {
|
|
439
|
-
color: #268bff;
|
|
440
|
-
cursor: pointer;
|
|
441
|
-
margin-left: 2px;
|
|
442
|
-
margin-top: 1px;
|
|
443
|
-
}
|
|
444
|
-
|
|
445
|
-
::ng-deep .spot-info-tooltip {
|
|
446
|
-
.tooltip-inner {
|
|
447
|
-
left: 60px;
|
|
448
|
-
position: relative;
|
|
449
|
-
max-width: 220px !important;
|
|
450
|
-
background: #fff;
|
|
451
|
-
word-break: break-word;
|
|
452
|
-
display: flex;
|
|
453
|
-
}
|
|
454
|
-
// .arrow::before {
|
|
455
|
-
// border-right-color: #fff !important;
|
|
456
|
-
// }
|
|
457
|
-
}
|
|
458
|
-
|
|
459
|
-
::ng-deep .spot-info-tooltip-for-orderlisting-table {
|
|
460
|
-
.tooltip-inner {
|
|
461
|
-
max-width: 220px !important;
|
|
462
|
-
background: #fff;
|
|
463
|
-
word-break: break-word;
|
|
464
|
-
display: flex;
|
|
465
|
-
}
|
|
466
|
-
}
|
|
467
|
-
|
|
468
|
-
p.first-row {
|
|
469
|
-
padding: 0.5rem 0.5rem 0 0.5rem;
|
|
470
|
-
color: black;
|
|
471
|
-
white-space: nowrap;
|
|
472
|
-
text-align: left;
|
|
473
|
-
}
|
|
474
|
-
|
|
475
|
-
p.second-row {
|
|
476
|
-
padding: 2px 0.5rem 0.5rem 0.5rem;
|
|
477
|
-
color: black;
|
|
478
|
-
white-space: nowrap;
|
|
479
|
-
text-align: left;
|
|
480
|
-
}
|
|
481
|
-
|
|
482
|
-
::ng-deep .gt-total-row-tooltip {
|
|
483
|
-
opacity: 1 !important;
|
|
484
|
-
.tooltip-inner {
|
|
485
|
-
color: #000;
|
|
486
|
-
box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
|
|
487
|
-
background-color: #ffffff;
|
|
488
|
-
padding: 4px !important;
|
|
489
|
-
width: 100%;
|
|
490
|
-
border-radius: 2px !important;
|
|
491
|
-
}
|
|
492
|
-
.arrow::before {
|
|
493
|
-
border-top-color: #fff !important;
|
|
494
|
-
}
|
|
495
|
-
}
|
|
496
|
-
|
|
497
|
-
.info-label {
|
|
498
|
-
margin-left: 4px;
|
|
499
|
-
color: #268bff;
|
|
500
|
-
vertical-align: text-top;
|
|
501
|
-
}
|
|
502
|
-
::ng-deep .hierarchy-tooltip .tooltip-inner {
|
|
503
|
-
padding: 4px !important;
|
|
504
|
-
max-width: 22.75rem;
|
|
505
|
-
max-height: 11.25rem;
|
|
506
|
-
}
|
|
507
|
-
|
|
508
|
-
table.seller-hierarchy-table {
|
|
509
|
-
// margin: $fs-10;
|
|
510
|
-
table-layout: fixed;
|
|
511
|
-
// margin-left: 0.8125rem;
|
|
512
|
-
|
|
513
|
-
tr {
|
|
514
|
-
th {
|
|
515
|
-
@include fonts(Roboto, $fs-12, normal, 500, normal, 1.67, normal);
|
|
516
|
-
color: $GraythirtySeven;
|
|
517
|
-
white-space: nowrap;
|
|
518
|
-
background: $lightGray-3;
|
|
519
|
-
// box-shadow: none !important;
|
|
520
|
-
// border-top: 1px solid $lightGray-4;
|
|
521
|
-
position: sticky;
|
|
522
|
-
box-shadow: inset 0px 1px 0 $lightGray-4;
|
|
523
|
-
top: 0px;
|
|
524
|
-
z-index: 1;
|
|
525
|
-
}
|
|
526
|
-
th:first-of-type,
|
|
527
|
-
td:first-of-type {
|
|
528
|
-
border-left: 1px solid $lightGray-4;
|
|
529
|
-
}
|
|
530
|
-
th:last-of-type,
|
|
531
|
-
td:last-of-type {
|
|
532
|
-
border-right: 1px solid $lightGray-4;
|
|
533
|
-
width: 7.875rem !important;
|
|
534
|
-
}
|
|
535
|
-
th:nth-of-type(2) {
|
|
536
|
-
width: 7.75rem !important;
|
|
537
|
-
}
|
|
538
|
-
|
|
539
|
-
td {
|
|
540
|
-
@include fonts(Roboto, $fs-12, normal, normal, normal, normal, normal);
|
|
541
|
-
color: $charcoal;
|
|
542
|
-
box-shadow: none !important;
|
|
543
|
-
border-top: 1px solid $lightGray-4;
|
|
544
|
-
border-bottom: 1px solid $lightGray-4;
|
|
545
|
-
}
|
|
546
|
-
|
|
547
|
-
td:nth-of-type(2),
|
|
548
|
-
td:nth-of-type(3) {
|
|
549
|
-
padding-top: 0.25rem;
|
|
550
|
-
}
|
|
551
|
-
|
|
552
|
-
td span {
|
|
553
|
-
@include ellipsis();
|
|
554
|
-
position: relative;
|
|
555
|
-
}
|
|
556
|
-
}
|
|
557
|
-
}
|
|
558
|
-
|
|
559
|
-
section.hierarchy-table-container{
|
|
560
|
-
max-height: 8.75rem;
|
|
561
|
-
overflow: auto;
|
|
562
|
-
}
|
|
563
|
-
|
|
564
|
-
section.hierarchy-table-container::-webkit-scrollbar-track {
|
|
565
|
-
border: 1px solid rgba(0, 0, 0, 0.1) !important;
|
|
566
|
-
margin-top: 1.5rem;
|
|
567
|
-
}
|
|
568
|
-
|
|
569
|
-
section.hierarchy-table-container::-webkit-scrollbar {
|
|
570
|
-
width: 5px;
|
|
571
|
-
height: 5px;
|
|
572
|
-
}
|
|
573
|
-
|
|
574
|
-
section.hierarchy-table-container::-webkit-scrollbar-thumb {
|
|
575
|
-
border-radius: 4px;
|
|
576
|
-
background-color: rgba(0, 0, 0, 0.4) !important;
|
|
577
|
-
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
578
|
-
}
|
|
579
|
-
|
|
580
|
-
.difference-text {
|
|
581
|
-
padding: 0.5rem 0.5rem 0.5rem 0.5rem;
|
|
582
|
-
color: black;
|
|
583
|
-
text-align: left;
|
|
584
|
-
}
|
|
585
|
-
|
|
586
|
-
::ng-deep .posted-avg-tooltip .tooltip-inner {
|
|
587
|
-
width: 13.8125rem !important;
|
|
588
|
-
}
|
|
589
|
-
|
|
590
|
-
::ng-deep .drrBooked-info-tooltip{
|
|
591
|
-
transform: translate(26px,6px);
|
|
592
|
-
.tooltip-inner{
|
|
593
|
-
max-width: 307px !important;
|
|
594
|
-
width: 242px !important;
|
|
595
|
-
background: #fff;
|
|
596
|
-
word-break: break-word;
|
|
597
|
-
display: flex;
|
|
598
|
-
padding: 4px !important;
|
|
599
|
-
text-align: left;
|
|
600
|
-
p{
|
|
601
|
-
color: #000;
|
|
602
|
-
}
|
|
603
|
-
}
|
|
604
|
-
.arrow::before {
|
|
605
|
-
border-right-color: #fff !important;
|
|
606
|
-
}
|
|
607
|
-
}
|
|
608
|
-
|
|
609
|
-
.clickable-data {
|
|
610
|
-
cursor: pointer;
|
|
611
|
-
color: #268bff !important;
|
|
612
|
-
display: flex !important;
|
|
613
|
-
align-items: center;
|
|
614
|
-
.spot-details-download-icons {
|
|
615
|
-
font-size: 12px;
|
|
616
|
-
}
|
|
617
|
-
}
|
|
618
|
-
|
|
619
|
-
.disabled-clickable-data {
|
|
620
|
-
pointer-events: none;
|
|
621
|
-
color: #d4d4d4 !important;
|
|
622
|
-
}
|
|
623
|
-
|
|
624
|
-
.spot-column-tooltip-message {
|
|
625
|
-
color: #000;
|
|
626
|
-
padding: 10px;
|
|
627
|
-
width: max-content;
|
|
628
|
-
text-align: left;
|
|
629
|
-
}
|
|
630
|
-
|
|
631
|
-
div.spinner-for-button-directive{
|
|
632
|
-
position: relative;
|
|
633
|
-
left: -1px;
|
|
634
|
-
}
|
|
635
|
-
|
|
636
|
-
.clickable-row table tr.mat-row td {
|
|
637
|
-
cursor: pointer !important;
|
|
638
|
-
|
|
639
|
-
}
|
|
640
|
-
|
|
641
|
-
.user-action-tooltip-container {
|
|
642
|
-
text-align: left !important;
|
|
643
|
-
padding: 12px 4px;
|
|
644
|
-
color: #4a4a4a !important;
|
|
645
|
-
font-size: 12px !important;
|
|
646
|
-
@include fonts(Roboto, 12px, normal, normal, normal, normal, normal);
|
|
647
|
-
}
|
|
648
|
-
|
|
649
|
-
.mdi-information {
|
|
650
|
-
@extend .remarks-tooltip;
|
|
651
|
-
left: 3px;
|
|
652
|
-
top: 1px;
|
|
653
|
-
}
|
|
654
|
-
|
|
655
|
-
::ng-deep .team-user-tooltip .tooltip-inner {
|
|
656
|
-
width: fit-content !important;
|
|
657
|
-
max-width: 520px !important;
|
|
658
|
-
border-radius: 2px;
|
|
659
|
-
padding: 0 4px !important;
|
|
660
|
-
}
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
::ng-deep .gt-icon-column-tooltip {
|
|
664
|
-
@include common-bootstrap-tooltip();
|
|
665
|
-
.tooltip-inner {
|
|
666
|
-
width: 100%;
|
|
667
|
-
}
|
|
668
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { ComponentFixture, TestBed, waitForAsync } from '@angular/core/testing';
|
|
2
|
-
|
|
3
|
-
import { AnnaNonEditableGenericTableComponent } from "./anna-non-editable-generic-table.component";
|
|
4
|
-
|
|
5
|
-
describe("NonEditableGenericTableComponent", () => {
|
|
6
|
-
let component: AnnaNonEditableGenericTableComponent;
|
|
7
|
-
let fixture: ComponentFixture<AnnaNonEditableGenericTableComponent>;
|
|
8
|
-
|
|
9
|
-
beforeEach(waitForAsync(() => {
|
|
10
|
-
TestBed.configureTestingModule({
|
|
11
|
-
declarations: [ AnnaNonEditableGenericTableComponent ]
|
|
12
|
-
})
|
|
13
|
-
.compileComponents();
|
|
14
|
-
}));
|
|
15
|
-
|
|
16
|
-
beforeEach(() => {
|
|
17
|
-
fixture = TestBed.createComponent(AnnaNonEditableGenericTableComponent);
|
|
18
|
-
component = fixture.componentInstance;
|
|
19
|
-
fixture.detectChanges();
|
|
20
|
-
});
|
|
21
|
-
|
|
22
|
-
it("should create", () => {
|
|
23
|
-
expect(component).toBeTruthy();
|
|
24
|
-
});
|
|
25
|
-
});
|