@annalib/anna-core 3.0.0 → 3.1.2

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.
Files changed (146) hide show
  1. package/esm2020/lib/anna-core-shared-lib/components/anna-icon-column/anna-icon-column.component.mjs +1 -1
  2. package/esm2020/lib/anna-core-shared-lib/models/anna-non-editable-gt-models.mjs +1 -1
  3. package/esm2020/lib/anna-core.module.mjs +156 -0
  4. package/esm2020/lib/anna-dropdown-lib/components/anna-calendar-filter/anna-calendar-filter.component.mjs +5 -4
  5. package/esm2020/lib/anna-dropdown-lib/components/anna-week-calendar-filter/anna-week-calendar-filter.component.mjs +11 -9
  6. package/esm2020/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +55 -21
  7. package/esm2020/lib/anna-generic-table-lib/components/anna-sort/anna-sort.component.mjs +3 -6
  8. package/esm2020/lib/anna-generic-table-lib/components/anna-table-virtual-scroll-viewport/anna-table-virtual-scroll-viewport.component.mjs +3 -3
  9. 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 +2 -2
  10. package/esm2020/public-api.mjs +41 -4
  11. package/fesm2015/annalib-anna-core.mjs +3682 -3701
  12. package/fesm2015/annalib-anna-core.mjs.map +1 -1
  13. package/fesm2020/annalib-anna-core.mjs +3692 -3711
  14. package/fesm2020/annalib-anna-core.mjs.map +1 -1
  15. package/lib/anna-core-shared-lib/components/anna-icon-column/anna-icon-column.component.d.ts +1 -1
  16. package/lib/anna-core-shared-lib/models/anna-non-editable-gt-models.d.ts +1 -1
  17. package/lib/anna-core.module.d.ts +32 -0
  18. package/lib/anna-dropdown-lib/components/anna-calendar-filter/anna-calendar-filter.component.d.ts +1 -1
  19. package/lib/anna-dropdown-lib/components/anna-week-calendar-filter/anna-week-calendar-filter.component.d.ts +4 -1
  20. package/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.d.ts +18 -3
  21. package/lib/anna-generic-table-lib/components/anna-sort/anna-sort.component.d.ts +2 -1
  22. package/lib/anna-generic-table-lib/components/anna-table-virtual-scroll-viewport/anna-table-virtual-scroll-viewport.component.d.ts +1 -1
  23. package/package.json +3 -26
  24. package/public-api.d.ts +28 -3
  25. package/src/lib/anna-assets/images/bg-heads.png +0 -0
  26. package/src/lib/anna-common-scss/_animate.scss +27 -0
  27. package/src/lib/anna-common-scss/_colors.scss +107 -0
  28. package/src/lib/anna-common-scss/_dashboard-partials.scss +104 -0
  29. package/src/lib/anna-common-scss/_filters.scss +603 -0
  30. package/src/lib/anna-common-scss/_font.scss +10 -0
  31. package/src/lib/anna-common-scss/_fonts.scss +86 -0
  32. package/src/lib/anna-common-scss/_legend.scss +11 -0
  33. package/src/lib/anna-common-scss/_modal.scss +37 -0
  34. package/src/lib/anna-common-scss/_ng-select.scss +176 -0
  35. package/src/lib/anna-common-scss/_sort.scss +30 -0
  36. package/src/lib/anna-common-scss/_toggle.scss +84 -0
  37. package/src/lib/anna-common-scss/style.scss +1 -0
  38. package/esm2020/lib/anna-core-shared-lib/anna-core-shared-lib.module.mjs +0 -69
  39. package/esm2020/lib/anna-core-shared-lib/index.mjs +0 -2
  40. package/esm2020/lib/anna-core-shared-lib/public-api.mjs +0 -29
  41. package/esm2020/lib/anna-dropdown-lib/anna-dropdown-lib.module.mjs +0 -43
  42. package/esm2020/lib/anna-dropdown-lib/index.mjs +0 -2
  43. package/esm2020/lib/anna-dropdown-lib/public-api.mjs +0 -6
  44. package/esm2020/lib/anna-generic-table-lib/anna-generic-table-lib.module.mjs +0 -90
  45. package/esm2020/lib/anna-generic-table-lib/index.mjs +0 -2
  46. package/esm2020/lib/anna-generic-table-lib/public-api.mjs +0 -10
  47. package/esm2020/src/lib/anna-core-shared-lib/anna-core-shared-lib.module.mjs +0 -69
  48. package/esm2020/src/lib/anna-core-shared-lib/annalib-anna-core-src-lib-anna-core-shared-lib.mjs +0 -5
  49. package/esm2020/src/lib/anna-core-shared-lib/components/anna-buyer-approval-icon-template/anna-buyer-approval-icon-template.component.mjs +0 -15
  50. package/esm2020/src/lib/anna-core-shared-lib/components/anna-icon-column/anna-icon-column.component.mjs +0 -35
  51. package/esm2020/src/lib/anna-core-shared-lib/components/anna-live-icon-template/anna-live-icon-template.component.mjs +0 -15
  52. package/esm2020/src/lib/anna-core-shared-lib/components/anna-no-data/anna-no-data.component.mjs +0 -22
  53. package/esm2020/src/lib/anna-core-shared-lib/components/anna-notify-icon-template/anna-notify-icon-template.component.mjs +0 -15
  54. package/esm2020/src/lib/anna-core-shared-lib/components/anna-pay-for-performance-icon-template/anna-pay-for-performance-icon-template.component.mjs +0 -21
  55. package/esm2020/src/lib/anna-core-shared-lib/components/anna-rejected-icon-template/anna-rejected-icon-template.component.mjs +0 -15
  56. package/esm2020/src/lib/anna-core-shared-lib/constants/shared.constant.mjs +0 -34
  57. package/esm2020/src/lib/anna-core-shared-lib/directives/show-ellipsis-text/show-ellipsis-text.directive.mjs +0 -27
  58. package/esm2020/src/lib/anna-core-shared-lib/models/anna-generic-data-type.model.mjs +0 -2
  59. package/esm2020/src/lib/anna-core-shared-lib/models/anna-global-dropdown-config.model.mjs +0 -2
  60. package/esm2020/src/lib/anna-core-shared-lib/models/anna-non-editable-gt-models.mjs +0 -3
  61. package/esm2020/src/lib/anna-core-shared-lib/models/anna-sort.model.mjs +0 -2
  62. package/esm2020/src/lib/anna-core-shared-lib/models/anna-tooltip.model.mjs +0 -30
  63. package/esm2020/src/lib/anna-core-shared-lib/pipes/annaFilterSearchedText.pipe.mjs +0 -31
  64. package/esm2020/src/lib/anna-core-shared-lib/public-api.mjs +0 -29
  65. package/esm2020/src/lib/anna-core-shared-lib/services/anna-date-time-format.service.mjs +0 -184
  66. package/esm2020/src/lib/anna-core-shared-lib/services/anna-filter.service.mjs +0 -419
  67. package/esm2020/src/lib/anna-core-shared-lib/services/anna-generic-table.service.mjs +0 -48
  68. package/esm2020/src/lib/anna-core-shared-lib/services/anna-global-config.service.mjs +0 -133
  69. package/esm2020/src/lib/anna-core-shared-lib/services/anna-sort.service.mjs +0 -147
  70. package/esm2020/src/lib/anna-dropdown-lib/anna-dropdown-lib.module.mjs +0 -43
  71. package/esm2020/src/lib/anna-dropdown-lib/annalib-anna-core-src-lib-anna-dropdown-lib.mjs +0 -5
  72. package/esm2020/src/lib/anna-dropdown-lib/components/anna-calendar-filter/anna-calendar-filter.component.mjs +0 -99
  73. package/esm2020/src/lib/anna-dropdown-lib/components/anna-week-calendar-filter/anna-week-calendar-filter.component.mjs +0 -360
  74. package/esm2020/src/lib/anna-dropdown-lib/public-api.mjs +0 -6
  75. package/esm2020/src/lib/anna-generic-table-lib/anna-generic-table-lib.module.mjs +0 -90
  76. package/esm2020/src/lib/anna-generic-table-lib/annalib-anna-core-src-lib-anna-generic-table-lib.mjs +0 -5
  77. package/esm2020/src/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +0 -1650
  78. package/esm2020/src/lib/anna-generic-table-lib/components/anna-sort/anna-sort.component.mjs +0 -70
  79. package/esm2020/src/lib/anna-generic-table-lib/components/anna-table-virtual-scroll-viewport/anna-table-virtual-scroll-viewport.component.mjs +0 -357
  80. package/esm2020/src/lib/anna-generic-table-lib/directives/anna-fixed-row-size-table-virtual-scroll-strategy/anna-fixed-row-size-table-virtual-scroll-strategy.directive.mjs +0 -189
  81. package/esm2020/src/lib/anna-generic-table-lib/directives/anna-fixed-row-size-table-virtual-scroll-strategy/index.mjs +0 -2
  82. package/esm2020/src/lib/anna-generic-table-lib/directives/anna-virtual-table/anna-virtual-table.directive.mjs +0 -178
  83. package/esm2020/src/lib/anna-generic-table-lib/directives/anna-virtual-table/index.mjs +0 -2
  84. package/esm2020/src/lib/anna-generic-table-lib/public-api.mjs +0 -10
  85. package/fesm2015/annalib-anna-core-src-lib-anna-core-shared-lib.mjs +0 -1204
  86. package/fesm2015/annalib-anna-core-src-lib-anna-core-shared-lib.mjs.map +0 -1
  87. package/fesm2015/annalib-anna-core-src-lib-anna-dropdown-lib.mjs +0 -493
  88. package/fesm2015/annalib-anna-core-src-lib-anna-dropdown-lib.mjs.map +0 -1
  89. package/fesm2015/annalib-anna-core-src-lib-anna-generic-table-lib.mjs +0 -2502
  90. package/fesm2015/annalib-anna-core-src-lib-anna-generic-table-lib.mjs.map +0 -1
  91. package/fesm2020/annalib-anna-core-src-lib-anna-core-shared-lib.mjs +0 -1204
  92. package/fesm2020/annalib-anna-core-src-lib-anna-core-shared-lib.mjs.map +0 -1
  93. package/fesm2020/annalib-anna-core-src-lib-anna-dropdown-lib.mjs +0 -491
  94. package/fesm2020/annalib-anna-core-src-lib-anna-dropdown-lib.mjs.map +0 -1
  95. package/fesm2020/annalib-anna-core-src-lib-anna-generic-table-lib.mjs +0 -2501
  96. package/fesm2020/annalib-anna-core-src-lib-anna-generic-table-lib.mjs.map +0 -1
  97. package/lib/anna-core-shared-lib/anna-core-shared-lib.module.d.ts +0 -16
  98. package/lib/anna-core-shared-lib/index.d.ts +0 -1
  99. package/lib/anna-core-shared-lib/public-api.d.ts +0 -21
  100. package/lib/anna-dropdown-lib/anna-dropdown-lib.module.d.ts +0 -11
  101. package/lib/anna-dropdown-lib/index.d.ts +0 -1
  102. package/lib/anna-dropdown-lib/public-api.d.ts +0 -3
  103. package/lib/anna-generic-table-lib/anna-generic-table-lib.module.d.ts +0 -22
  104. package/lib/anna-generic-table-lib/index.d.ts +0 -1
  105. package/lib/anna-generic-table-lib/public-api.d.ts +0 -6
  106. package/src/lib/anna-core-shared-lib/anna-core-shared-lib.module.d.ts +0 -16
  107. package/src/lib/anna-core-shared-lib/annalib-anna-core-src-lib-anna-core-shared-lib.d.ts +0 -5
  108. package/src/lib/anna-core-shared-lib/components/anna-buyer-approval-icon-template/anna-buyer-approval-icon-template.component.d.ts +0 -8
  109. package/src/lib/anna-core-shared-lib/components/anna-icon-column/anna-icon-column.component.d.ts +0 -16
  110. package/src/lib/anna-core-shared-lib/components/anna-live-icon-template/anna-live-icon-template.component.d.ts +0 -8
  111. package/src/lib/anna-core-shared-lib/components/anna-no-data/anna-no-data.component.d.ts +0 -11
  112. package/src/lib/anna-core-shared-lib/components/anna-notify-icon-template/anna-notify-icon-template.component.d.ts +0 -8
  113. package/src/lib/anna-core-shared-lib/components/anna-pay-for-performance-icon-template/anna-pay-for-performance-icon-template.component.d.ts +0 -11
  114. package/src/lib/anna-core-shared-lib/components/anna-rejected-icon-template/anna-rejected-icon-template.component.d.ts +0 -8
  115. package/src/lib/anna-core-shared-lib/constants/shared.constant.d.ts +0 -32
  116. package/src/lib/anna-core-shared-lib/directives/show-ellipsis-text/show-ellipsis-text.directive.d.ts +0 -9
  117. package/src/lib/anna-core-shared-lib/models/anna-generic-data-type.model.d.ts +0 -12
  118. package/src/lib/anna-core-shared-lib/models/anna-global-dropdown-config.model.d.ts +0 -95
  119. package/src/lib/anna-core-shared-lib/models/anna-non-editable-gt-models.d.ts +0 -72
  120. package/src/lib/anna-core-shared-lib/models/anna-sort.model.d.ts +0 -6
  121. package/src/lib/anna-core-shared-lib/models/anna-tooltip.model.d.ts +0 -25
  122. package/src/lib/anna-core-shared-lib/package.json +0 -10
  123. package/src/lib/anna-core-shared-lib/pipes/annaFilterSearchedText.pipe.d.ts +0 -9
  124. package/src/lib/anna-core-shared-lib/public-api.d.ts +0 -21
  125. package/src/lib/anna-core-shared-lib/services/anna-date-time-format.service.d.ts +0 -25
  126. package/src/lib/anna-core-shared-lib/services/anna-filter.service.d.ts +0 -73
  127. package/src/lib/anna-core-shared-lib/services/anna-generic-table.service.d.ts +0 -14
  128. package/src/lib/anna-core-shared-lib/services/anna-global-config.service.d.ts +0 -21
  129. package/src/lib/anna-core-shared-lib/services/anna-sort.service.d.ts +0 -16
  130. package/src/lib/anna-dropdown-lib/anna-dropdown-lib.module.d.ts +0 -11
  131. package/src/lib/anna-dropdown-lib/annalib-anna-core-src-lib-anna-dropdown-lib.d.ts +0 -5
  132. package/src/lib/anna-dropdown-lib/components/anna-calendar-filter/anna-calendar-filter.component.d.ts +0 -34
  133. package/src/lib/anna-dropdown-lib/components/anna-week-calendar-filter/anna-week-calendar-filter.component.d.ts +0 -67
  134. package/src/lib/anna-dropdown-lib/package.json +0 -10
  135. package/src/lib/anna-dropdown-lib/public-api.d.ts +0 -3
  136. package/src/lib/anna-generic-table-lib/anna-generic-table-lib.module.d.ts +0 -22
  137. package/src/lib/anna-generic-table-lib/annalib-anna-core-src-lib-anna-generic-table-lib.d.ts +0 -5
  138. package/src/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.d.ts +0 -252
  139. package/src/lib/anna-generic-table-lib/components/anna-sort/anna-sort.component.d.ts +0 -16
  140. package/src/lib/anna-generic-table-lib/components/anna-table-virtual-scroll-viewport/anna-table-virtual-scroll-viewport.component.d.ts +0 -141
  141. 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.d.ts +0 -89
  142. package/src/lib/anna-generic-table-lib/directives/anna-fixed-row-size-table-virtual-scroll-strategy/index.d.ts +0 -1
  143. package/src/lib/anna-generic-table-lib/directives/anna-virtual-table/anna-virtual-table.directive.d.ts +0 -45
  144. package/src/lib/anna-generic-table-lib/directives/anna-virtual-table/index.d.ts +0 -1
  145. package/src/lib/anna-generic-table-lib/package.json +0 -10
  146. package/src/lib/anna-generic-table-lib/public-api.d.ts +0 -6
@@ -0,0 +1,603 @@
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: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
9
+ max-width: 251px;
10
+ width: 100%;
11
+ padding: 0 !important;
12
+ div.radio-container {
13
+ flex-wrap: wrap;
14
+ }
15
+ }
16
+
17
+ ::ng-deep .md-drppicker {
18
+ box-shadow: unset !important;
19
+ }
20
+
21
+ ::ng-deep .available {
22
+ color: #999;
23
+ }
24
+
25
+ ::ng-deep .bs-tooltip-bottom .arrow::before {
26
+ border-bottom-color: #fff !important;
27
+ }
28
+ ::ng-deep .bs-tooltip-left .arrow::before {
29
+ border-left-color: #fff !important;
30
+ }
31
+
32
+ ::ng-deep .tooltip.show {
33
+ opacity: 1;
34
+ }
35
+
36
+ .input {
37
+ text-align: left;
38
+ margin: 5px;
39
+ display: flex;
40
+ align-items: center;
41
+ width: 230px;
42
+ white-space: nowrap;
43
+ margin-right: 10px;
44
+ }
45
+
46
+ .data {
47
+ color: #000000;
48
+ font-weight: 700;
49
+ margin-left: 5px;
50
+ margin-right: 5px;
51
+ }
52
+
53
+ span.data {
54
+ display: inline-block;
55
+ text-overflow: ellipsis;
56
+ white-space: nowrap;
57
+ width: 100%;
58
+ overflow: hidden;
59
+ }
60
+
61
+ .check-box {
62
+ font-size: 14px;
63
+ cursor: pointer;
64
+ position: relative;
65
+ top: -1px;
66
+ }
67
+
68
+ span.mdi-filter.active {
69
+ color: black;
70
+ opacity: 1 !important;
71
+ pointer-events: all !important;
72
+ }
73
+
74
+ p {
75
+ margin-bottom: 0;
76
+ line-height: initial;
77
+ }
78
+
79
+ span.mdi-filter {
80
+ color: #cbcbcb;
81
+ }
82
+ //Slider
83
+ ::ng-deep .ngx-slider {
84
+ margin: 5px 0 2px 0 !important;
85
+ width: 100% !important;
86
+ }
87
+
88
+ ::ng-deep span.ngx-slider-bubble.ngx-slider-model-value{
89
+ display: block !important;
90
+ padding: 2px !important;
91
+ box-shadow: rgb(0 0 0 / 35%) 0px 3px 8px !important;
92
+ height: 20px !important;
93
+ }
94
+
95
+ ::ng-deep .ngx-slider-pointer {
96
+ top: -5px !important;
97
+ width: 12px !important;
98
+ height: 12px !important;
99
+ background: #bdbdbd !important;
100
+ border: 1px solid #ffffff !important;
101
+ box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3) !important;
102
+ border-radius: 16px !important;
103
+ }
104
+
105
+ ::ng-deep .ngx-slider-pointer:after {
106
+ display: none !important;
107
+ }
108
+
109
+ ::ng-deep .ngx-slider-pointer:focus {
110
+ outline: none !important;
111
+ }
112
+
113
+ ::ng-deep span.ngx-slider-bar {
114
+ background: #ededed !important;
115
+ height: 3px !important;
116
+ }
117
+
118
+ ::ng-deep .filter-slider span.ngx-slider-bar.ngx-slider-selection {
119
+ background: #bdbdbd !important;
120
+ height: 3px !important;
121
+ }
122
+
123
+ ::ng-deep .sidebar-slider {
124
+ margin-bottom: 35px !important;
125
+ // width: 245px;
126
+ margin-left: $fs-5;
127
+ margin-right: $fs-5;
128
+ }
129
+
130
+ ::ng-deep .ngx-slider-span.ngx-slider-bubble.ngx-slider-model-high {
131
+ right: 0 !important;
132
+ }
133
+
134
+ ::ng-deep .ngx-slider-span.ngx-slider-bubble.ngx-slider-model-ceil {
135
+ right: 0 !important;
136
+ }
137
+
138
+ ::ng-deep .ngx-slider-bubble {
139
+ top: 10px !important;
140
+ bottom: 0 !important;
141
+ padding: 1px 0 !important;
142
+ font-size: 12px !important;
143
+ }
144
+
145
+ ::ng-deep .ngx-slider.animate {
146
+ top: 10px !important;
147
+ bottom: 0 !important;
148
+ padding: 1px 0 !important;
149
+ font-size: 12px !important;
150
+ }
151
+
152
+ ::ng-deep .ngx-slider-bubble {
153
+ top: 10px !important;
154
+ bottom: 0 !important;
155
+ padding: 1px 0 !important;
156
+ font-size: 12px !important;
157
+ /*left: 120px !important;*/
158
+ }
159
+
160
+ @mixin button-text {
161
+ text-align: center;
162
+ outline: none;
163
+ @include fonts(Roboto, $fs-12, normal, normal, normal, 1.67, normal);
164
+ }
165
+ ::ng-deep .ngx-slider-bar {
166
+ background: rgba(0, 0, 0, 0.26) !important;
167
+ height: 3px !important;
168
+ }
169
+
170
+ ::ng-deep .ngx-slider-bar.ngx-slider-selection {
171
+ background: #42a5f5 !important;
172
+ height: 3px !important;
173
+ }
174
+
175
+ input:focus {
176
+ outline: none;
177
+ }
178
+ input::placeholder {
179
+ color: $lightGray-6;
180
+ }
181
+
182
+ .cancel-btn {
183
+ background: $lavenderBlue;
184
+ color: $primary-color;
185
+ }
186
+
187
+ .apply-btn {
188
+ background: $primary-color;
189
+ color: white;
190
+ margin-left: $fs-5;
191
+ }
192
+
193
+ div.radio-container {
194
+ display: flex;
195
+ white-space: nowrap;
196
+ justify-content: space-between;
197
+ background-color: $filterRadioContainer;
198
+ // padding: $fs-2 $fs-2 $fs-2 $fs-4;
199
+ border-radius: $fs-2;
200
+ margin: $fs-7 $fs-7 $fs-4 $fs-7;
201
+ div{
202
+ flex: 1;
203
+ width: 50%;
204
+ }
205
+ div.full-width{
206
+ width: 100%;
207
+ }
208
+ input {
209
+ position: relative;
210
+ top: $fs-2;
211
+ margin-right: $fs-4;
212
+ }
213
+ label {
214
+ @include fonts(Roboto, $fs-14, normal, normal, normal, 1.29, 0);
215
+ color: $charcoal;
216
+ margin: 0;
217
+ padding-left: $fs-2;
218
+ }
219
+ label:first-of-type {
220
+ margin-right: $fs-3;
221
+ }
222
+ input[type="radio"] {
223
+ -webkit-appearance: none;
224
+ -moz-appearance: none;
225
+ appearance: none;
226
+ display: inline-block;
227
+ width: $fs-15;
228
+ height: $fs-15;
229
+ padding: $fs-2;
230
+ background-clip: content-box;
231
+ border: $fs-2 solid $primary-color;
232
+ background-color: transparent;
233
+ border-radius: 50%;
234
+ }
235
+
236
+ /* appearance for checked radiobutton */
237
+ input[type="radio"]:checked {
238
+ background-color: $primary-color;
239
+ }
240
+ }
241
+
242
+ .buttons-container {
243
+ display: flex;
244
+ margin: 0px auto $fs-7;
245
+ justify-content: center;
246
+ button:last-of-type {
247
+ background-color: $primary-color;
248
+ color: white;
249
+ }
250
+ button.disabled {
251
+ background: $gray74;
252
+ opacity: 0.5;
253
+ color: $charcoal;
254
+ }
255
+ }
256
+
257
+ .button {
258
+ display: inline-block;
259
+ // width: 50%;
260
+ margin: 8px 4px 0 8px;
261
+ padding: 0px 16px;
262
+ border-radius: 4px;
263
+ @include button-text();
264
+ border: none;
265
+ color: #268bff;
266
+ background-color: #e5f1ff;
267
+ // height: 20px;
268
+ }
269
+
270
+ .search-box {
271
+ display: flex;
272
+ align-items: center;
273
+ color: #c8c8c8;
274
+ border: 1px solid #e6e6e6;
275
+ border-radius: $fs-2;
276
+ margin: $fs-4 $fs-7 $fs-3 $fs-7;
277
+ height: $fs-24;
278
+ padding: $fs-3 0 $fs-3 $fs-8;
279
+ }
280
+
281
+ .search-icon {
282
+ margin: 0 4px 0 0;
283
+ font-size: $fs-18;
284
+ color: $lightGray-7;
285
+ }
286
+
287
+ .filter-icon {
288
+ justify-content: right;
289
+ margin-left: auto;
290
+ color: #d4d4d4;
291
+ color: #a1a1a1;
292
+ font-size: 16px;
293
+ cursor: pointer;
294
+ }
295
+
296
+ .data {
297
+ margin: 0 13px 0px 8px;
298
+ @include fonts(Roboto, $fs-14, normal, normal, normal, 1.86, "");
299
+ color: $charcoal;
300
+ }
301
+
302
+ .search-input {
303
+ margin: 1px 0 1px 4px;
304
+ @include fonts(Roboto, $fs-14, normal, normal, normal, normal, normal);
305
+ color: $lightGray-6;
306
+ }
307
+
308
+ .check-box {
309
+ color: $primary-color;
310
+ }
311
+
312
+ .tooltip-data-container {
313
+ overflow-y: scroll;
314
+ max-height: 8rem;
315
+ }
316
+
317
+ .searchbar {
318
+ width: 100%;
319
+ display: flex;
320
+ justify-content: flex-end;
321
+ align-items: flex-end;
322
+ }
323
+
324
+ .clear-button {
325
+ opacity: 0.5;
326
+ @include fonts(Roboto, $fs-15, normal, 500, normal, normal, normal);
327
+ color: $charcoal;
328
+ text-decoration: underline;
329
+ border: none;
330
+ background-color: white;
331
+ color: $charcoal;
332
+ margin-left: $fs-10;
333
+ padding: 0;
334
+ &:focus {
335
+ outline: none;
336
+ box-shadow: none;
337
+ }
338
+ }
339
+
340
+ .unchecked {
341
+ color: $primary-color;
342
+ }
343
+
344
+ cdk-virtual-scroll-viewport.dropdown-data-container {
345
+ max-height: 12.3rem;
346
+ width: 100%;
347
+ overflow-y: auto;
348
+ overflow-x: hidden;
349
+ p.input {
350
+ margin-left: 0;
351
+ span.mi {
352
+ padding-left: $fs-7;
353
+ }
354
+ }
355
+ p.input:hover {
356
+ background-color: #ebebeb;
357
+ cursor: pointer;
358
+ // span {
359
+ // color: white;
360
+ // }
361
+ }
362
+ }
363
+
364
+ cdk-virtual-scroll-viewport.dropdown-data-container::-webkit-scrollbar {
365
+ width: $fs-3;
366
+ }
367
+
368
+ cdk-virtual-scroll-viewport.dropdown-data-container::-webkit-scrollbar-thumb {
369
+ color: lightgray;
370
+ background: lightgray;
371
+ }
372
+
373
+ section.min-maxContainer {
374
+ display: flex;
375
+ justify-content: center;
376
+ margin-bottom: -$fs-2;
377
+ margin-top: $fs-8;
378
+ width: 100%;
379
+ input {
380
+ width: 30%;
381
+ height: $fs-30;
382
+ border: 1px solid lightgray;
383
+ color: gray;
384
+ }
385
+ span {
386
+ display: inline-block;
387
+ padding-left: $fs-8;
388
+ padding-right: $fs-8;
389
+ position: relative;
390
+ top: $fs-5;
391
+ color: $lightDimGray;
392
+ }
393
+ }
394
+
395
+ .time-container {
396
+ width: 100%;
397
+ display: flex;
398
+ padding: $fs-2 $fs-10 0 $fs-10;
399
+ input.form-control:disabled {
400
+ background-color: white;
401
+ width: $fs-45;
402
+ }
403
+ .dot {
404
+ color: #cbcbcb;
405
+ position: relative;
406
+ left: -7px;
407
+ font-size: 17px;
408
+ }
409
+ div.arrow-container {
410
+ flex-direction: column;
411
+ display: flex;
412
+ padding-top: $fs-6;
413
+ padding-left: 1px;
414
+ margin-right: $fs-19;
415
+ i {
416
+ color: #cbcbcb;
417
+ cursor: pointer;
418
+ font-size: $fs-9;
419
+ }
420
+ i.downward {
421
+ transform: rotate(180deg);
422
+ }
423
+ }
424
+ }
425
+
426
+ .mdi-filter {
427
+ cursor: pointer;
428
+ }
429
+
430
+ .time-label-container {
431
+ display: flex;
432
+ justify-content: flex-start;
433
+ label {
434
+ margin-bottom: 0;
435
+ color: $charcoal;
436
+ margin-top: $fs-10;
437
+ margin-left: $fs-10;
438
+ font-weight: 700;
439
+ }
440
+ }
441
+
442
+ .time-heading {
443
+ color: black;
444
+ font-size: $fs-13;
445
+ text-align: left;
446
+ padding-left: $fs-10;
447
+ margin-top: $fs-10;
448
+ font-weight: 700;
449
+ }
450
+
451
+ .column-clear-all {
452
+ width: 94%;
453
+ text-align: center;
454
+ border: none;
455
+ font-size: 14px;
456
+ background: none;
457
+ text-decoration: underline;
458
+ color: $primary-color;
459
+ &:disabled {
460
+ opacity: 0.5;
461
+ color: $charcoal;
462
+ }
463
+ &.align-center {
464
+ text-align: center;
465
+ }
466
+ }
467
+
468
+ .checkbox-container {
469
+ display: flex;
470
+ padding-inline: 0.625rem;
471
+ .data {
472
+ text-align: left;
473
+ }
474
+ &:first-of-type {
475
+ margin-top: 0.625rem;
476
+ font-weight: 500;
477
+ }
478
+ }
479
+
480
+ .column-clear-all {
481
+ width: 94%;
482
+ text-align: center;
483
+ border: none;
484
+ background: none;
485
+ text-decoration: underline;
486
+ color: $primary-color;
487
+ &:disabled {
488
+ opacity: 0.5;
489
+ color: $charcoal;
490
+ }
491
+ &.align-center {
492
+ text-align: center;
493
+ }
494
+ }
495
+
496
+ span.mdi-filter-variant.disabled
497
+ {
498
+ pointer-events: none;
499
+ opacity: 0.5;
500
+ }
501
+
502
+ .datepicker-container {
503
+ width: 100%;
504
+ }
505
+
506
+
507
+ span.mdi-filter-variant{
508
+ color: #cbcbcb;
509
+ cursor: pointer;
510
+ font-size: 0.875rem;
511
+ }
512
+
513
+ span.mdi-filter-variant.active{
514
+ color: #000000;
515
+ }
516
+
517
+ p.filter-tab{
518
+ @include fonts(Roboto, 14px, normal,normal, normal, 1.29, normal);
519
+ color: #1b88ff;
520
+ border-radius: 5px;
521
+ background-color: #f4f4f4;
522
+ padding-inline: 8px;
523
+ cursor: pointer;
524
+ overflow: hidden;
525
+ text-overflow: ellipsis;
526
+ }
527
+
528
+ p.filter-tab.active{
529
+ color: white;
530
+ background-color: #1b88ff;
531
+ }
532
+
533
+ button.filter-text-btn{
534
+ background: white;
535
+ text-decoration: underline;
536
+ @include fonts(Roboto, 14px, normal, normal, normal, normal, normal);
537
+ border: none;
538
+ color: #268bff;
539
+ &:disabled{
540
+ color: #b1b1b1;
541
+ cursor: not-allowed;
542
+ }
543
+ margin-inline: 4px;
544
+ margin-top: 2px;
545
+ }
546
+
547
+ ::ng-deep .non-edit-datepicker-tooltip .tooltip-inner{
548
+ max-width: 310px !important;
549
+ width: 263px !important;
550
+ overflow-y: initial !important;
551
+ }
552
+
553
+
554
+ input.slider-text::-webkit-outer-spin-button,
555
+ input.slider-text::-webkit-inner-spin-button{
556
+ -webkit-appearance: none;
557
+ margin: 0;
558
+ }
559
+
560
+ input.slider-text{
561
+ -moz-appearance: textfield;
562
+ }
563
+
564
+ input.slider-text.red-border{
565
+ border: 1px solid #f44336 !important;
566
+ }
567
+
568
+ ::ng-deep .checkbox-sort p.sort-container{
569
+ margin-top: 8px !important;
570
+ padding-bottom: 8px !important;
571
+ }
572
+
573
+ i.mdi-close{
574
+ cursor: pointer;
575
+ }
576
+
577
+ i.mdi-close.disable-close-icon{
578
+ pointer-events: none;
579
+ cursor: not-allowed;
580
+ }
581
+
582
+ input.error-border{
583
+ border: 1px solid #f44336 !important;
584
+ }
585
+
586
+
587
+ ::ng-deep .non-edit-checkbox-tooltip .tooltip-inner{
588
+ width: 238px !important;
589
+ }
590
+
591
+ ::ng-deep .non-edit-slider-tooltip .tooltip-inner{
592
+ width: 238px !important;
593
+ }
594
+
595
+ ::ng-deep .non-edit-time-tooltip .tooltip-inner{
596
+ width: 250px !important;
597
+ }
598
+
599
+ ::ng-deep .no-bottom-border{
600
+ p.sort-container{
601
+ border-bottom: none !important;
602
+ }
603
+ }
@@ -0,0 +1,10 @@
1
+
2
+ @mixin fonts($fontFamily, $fontSize, $fontStretch, $fontWeight, $fontStyle, $lineHeight, $letterSpacing) {
3
+ font-family: $fontFamily;
4
+ font-size: $fontSize;
5
+ font-weight: $fontWeight;
6
+ font-stretch: $fontStretch;
7
+ font-style: $fontStyle;
8
+ line-height: $lineHeight;
9
+ letter-spacing: $letterSpacing;
10
+ }
@@ -0,0 +1,86 @@
1
+ // body font should be 16px
2
+ $fs-2: 0.125rem;
3
+ $fs-3: 0.188rem;
4
+ $fs-4: 0.25rem;
5
+ $fs-5: 0.3125rem;
6
+ $fs-6: 0.375rem;
7
+ $fs-7: 0.4375rem;
8
+ $fs-8: 0.5rem;
9
+ $fs-9: 0.5625rem;
10
+ $fs-10: 0.625rem;
11
+ $fs-11: 0.6875rem;
12
+ $fs-12: 0.75rem;
13
+ $fs-13: 0.8125rem;
14
+ $fs-14: 0.875rem;
15
+ $fs-15: 0.9375rem;
16
+ $fs-16: 1rem;
17
+ $fs-17: 1.0625rem;
18
+ $fs-18: 1.125rem;
19
+ $fs-19: 1.1875rem;
20
+ $fs-20: 1.25rem;
21
+ $fs-21: 1.3125rem;
22
+ $fs-22: 1.375rem;
23
+ $fs-23: 1.4375rem;
24
+ $fs-24: 1.5rem;
25
+ $fs-25: 1.5625rem;
26
+ $fs-26: 1.625rem;
27
+ $fs-27: 1.6875rem;
28
+ $fs-28: 1.75rem;
29
+ $fs-29: 1.8125rem;
30
+ $fs-30: 1.875rem;
31
+ $fs-31: 1.938rem;
32
+ $fs-32: 2rem;
33
+ $fs-33: 2.063rem;
34
+ $fs-34: 2.125rem;
35
+ $fs-35: 2.188rem;
36
+ $fs-36: 2.25rem;
37
+ $fs-37: 2.313rem;
38
+ $fs-38: 2.375rem;
39
+ $fs-39: 2.438rem;
40
+ $fs-40: 2.5rem;
41
+ $fs-41: 2.563rem;
42
+ $fs-42: 2.625rem;
43
+ $fs-43: 2.688rem;
44
+ $fs-44: 2.75rem;
45
+ $fs-45: 2.813rem;
46
+ $fs-46: 2.875rem;
47
+ $fs-47: 2.938rem;
48
+ $fs-48: 3rem;
49
+ $fs-49: 3.063rem;
50
+ $fs-50: 3.125rem;
51
+ $fs-51: 3.188rem;
52
+ $fs-52: 3.25rem;
53
+ $fs-53: 3.313rem;
54
+ $fs-54: 3.375rem;
55
+ $fs-55: 3.438rem;
56
+ $fs-56: 3.5rem;
57
+ $fs-57: 3.563rem;
58
+ $fs-58: 3.625rem;
59
+ $fs-59: 3.688rem;
60
+ $fs-60: 3.75rem;
61
+ $fs-65: 4.063rem;
62
+ $fs-68: 4.25rem;
63
+ $fs-80: 5rem;
64
+ $fs-70: 4.375rem;
65
+ $fs-90: 5.6rem;
66
+ $fs-115: 7.188rem;
67
+ $fs-120: 7.5rem;
68
+ $fs-128: 8rem;
69
+ $fs-135: 8.438rem;
70
+ $fs-144: 9rem;
71
+ $fs-146: 9.125rem;
72
+ $fs-164: 10.25rem;
73
+ $fs-170: 10.625rem;
74
+ $fs-200: 12.5rem;
75
+ $fs-250: 15.625rem;
76
+ $fs-600: 37.5rem;
77
+
78
+ @mixin fonts($fontFamily, $fontSize, $fontStretch, $fontWeight, $fontStyle, $lineHeight, $letterSpacing) {
79
+ font-family: $fontFamily;
80
+ font-size: $fontSize;
81
+ font-weight: $fontWeight;
82
+ font-stretch: $fontStretch;
83
+ font-style: $fontStyle;
84
+ line-height: $lineHeight;
85
+ letter-spacing: $letterSpacing;
86
+ }
@@ -0,0 +1,11 @@
1
+ $dot-width: 0.625rem;
2
+ $dot-height: 0.625rem;
3
+ $dot-radius: 50%;
4
+
5
+ @mixin dot($color) {
6
+ display: inline-block;
7
+ border-radius: $dot-radius;
8
+ height: $dot-height;
9
+ width: $dot-width;
10
+ background-color: $color;
11
+ }