tango-app-ui-manage-tickets 3.7.0-beta.6 → 3.7.0-beta.61

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 (147) hide show
  1. package/.eslintrc.json +37 -0
  2. package/ng-package.json +7 -0
  3. package/package.json +12 -25
  4. package/src/lib/components/add-csm-modal/add-csm-modal.component.html +32 -0
  5. package/src/lib/components/add-csm-modal/add-csm-modal.component.scss +14 -0
  6. package/src/lib/components/add-csm-modal/add-csm-modal.component.spec.ts +23 -0
  7. package/src/lib/components/add-csm-modal/add-csm-modal.component.ts +94 -0
  8. package/src/lib/components/audit-log/audit-log.component.html +1 -0
  9. package/src/lib/components/audit-log/audit-log.component.scss +0 -0
  10. package/src/lib/components/audit-log/audit-log.component.spec.ts +23 -0
  11. package/src/lib/components/audit-log/audit-log.component.ts +10 -0
  12. package/src/lib/components/audit-mapping-list/audit-mapping-list.component.html +234 -0
  13. package/src/lib/components/audit-mapping-list/audit-mapping-list.component.scss +186 -0
  14. package/src/lib/components/audit-mapping-list/audit-mapping-list.component.spec.ts +23 -0
  15. package/src/lib/components/audit-mapping-list/audit-mapping-list.component.ts +520 -0
  16. package/src/lib/components/audit-metrics/audit-metrics.component.html +345 -0
  17. package/src/lib/components/audit-metrics/audit-metrics.component.scss +34 -0
  18. package/src/lib/components/audit-metrics/audit-metrics.component.spec.ts +23 -0
  19. package/src/lib/components/audit-metrics/audit-metrics.component.ts +292 -0
  20. package/src/lib/components/audit-report-popup/audit-report-popup.component.html +111 -0
  21. package/src/lib/components/audit-report-popup/audit-report-popup.component.scss +101 -0
  22. package/src/lib/components/audit-report-popup/audit-report-popup.component.spec.ts +23 -0
  23. package/src/lib/components/audit-report-popup/audit-report-popup.component.ts +397 -0
  24. package/src/lib/components/audit-retag/audit-retag.component.html +129 -0
  25. package/src/lib/components/audit-retag/audit-retag.component.scss +146 -0
  26. package/src/lib/components/audit-retag/audit-retag.component.spec.ts +23 -0
  27. package/src/lib/components/audit-retag/audit-retag.component.ts +489 -0
  28. package/src/lib/components/comment-model/comment-model.component.html +24 -0
  29. package/src/lib/components/comment-model/comment-model.component.scss +20 -0
  30. package/src/lib/components/comment-model/comment-model.component.spec.ts +23 -0
  31. package/src/lib/components/comment-model/comment-model.component.ts +53 -0
  32. package/src/lib/components/count/count.component.html +54 -0
  33. package/src/lib/components/count/count.component.scss +14 -0
  34. package/src/lib/components/count/count.component.spec.ts +23 -0
  35. package/src/lib/components/count/count.component.ts +82 -0
  36. package/src/lib/components/custom-select/custom-select.component.html +134 -0
  37. package/src/lib/components/custom-select/custom-select.component.scss +204 -0
  38. package/src/lib/components/custom-select/custom-select.component.spec.ts +23 -0
  39. package/src/lib/components/custom-select/custom-select.component.ts +189 -0
  40. package/src/lib/components/filter-options/filter-options.component.html +51 -0
  41. package/src/lib/components/filter-options/filter-options.component.scss +102 -0
  42. package/src/lib/components/filter-options/filter-options.component.spec.ts +23 -0
  43. package/src/lib/components/filter-options/filter-options.component.ts +38 -0
  44. package/src/lib/components/footfall-dic/footfall-dic.component.html +1275 -0
  45. package/src/lib/components/footfall-dic/footfall-dic.component.scss +273 -0
  46. package/src/lib/components/footfall-dic/footfall-dic.component.spec.ts +23 -0
  47. package/src/lib/components/footfall-dic/footfall-dic.component.ts +1206 -0
  48. package/src/lib/components/footfall-dicview/footfall-dicview.component.html +1136 -0
  49. package/src/lib/components/footfall-dicview/footfall-dicview.component.scss +416 -0
  50. package/src/lib/components/footfall-dicview/footfall-dicview.component.spec.ts +23 -0
  51. package/src/lib/components/footfall-dicview/footfall-dicview.component.ts +1168 -0
  52. package/src/lib/components/footfall-popup/footfall-popup.component.html +61 -0
  53. package/src/lib/components/footfall-popup/footfall-popup.component.scss +20 -0
  54. package/src/lib/components/footfall-popup/footfall-popup.component.spec.ts +23 -0
  55. package/src/lib/components/footfall-popup/footfall-popup.component.ts +12 -0
  56. package/src/lib/components/group-select/group-select.component.html +44 -0
  57. package/src/lib/components/group-select/group-select.component.scss +144 -0
  58. package/src/lib/components/group-select/group-select.component.spec.ts +23 -0
  59. package/src/lib/components/group-select/group-select.component.ts +145 -0
  60. package/src/lib/components/re-trigger/re-trigger.component.html +53 -0
  61. package/src/lib/components/re-trigger/re-trigger.component.scss +16 -0
  62. package/src/lib/components/re-trigger/re-trigger.component.spec.ts +23 -0
  63. package/src/lib/components/re-trigger/re-trigger.component.ts +96 -0
  64. package/src/lib/components/reactive-select/reactive-select.component.html +18 -0
  65. package/src/lib/components/reactive-select/reactive-select.component.scss +52 -0
  66. package/src/lib/components/reactive-select/reactive-select.component.spec.ts +23 -0
  67. package/src/lib/components/reactive-select/reactive-select.component.ts +104 -0
  68. package/src/lib/components/remove-audit/remove-audit.component.html +38 -0
  69. package/src/lib/components/remove-audit/remove-audit.component.scss +27 -0
  70. package/src/lib/components/remove-audit/remove-audit.component.spec.ts +23 -0
  71. package/src/lib/components/remove-audit/remove-audit.component.ts +81 -0
  72. package/src/lib/components/start-audit/start-audit.component.html +174 -0
  73. package/src/lib/components/start-audit/start-audit.component.scss +185 -0
  74. package/src/lib/components/start-audit/start-audit.component.spec.ts +23 -0
  75. package/src/lib/components/start-audit/start-audit.component.ts +761 -0
  76. package/src/lib/components/tango-manage-tickets/tango-manage-tickets.component.html +43 -0
  77. package/src/lib/components/tango-manage-tickets/tango-manage-tickets.component.scss +35 -0
  78. package/src/lib/components/tango-manage-tickets/tango-manage-tickets.component.spec.ts +23 -0
  79. package/src/lib/components/tango-manage-tickets/tango-manage-tickets.component.ts +118 -0
  80. package/src/lib/components/ticket-filter-panel/ticket-filter-panel.component.html +386 -0
  81. package/src/lib/components/ticket-filter-panel/ticket-filter-panel.component.scss +87 -0
  82. package/src/lib/components/ticket-filter-panel/ticket-filter-panel.component.spec.ts +23 -0
  83. package/src/lib/components/ticket-filter-panel/ticket-filter-panel.component.ts +494 -0
  84. package/src/lib/components/ticket-footfall-new/ticket-footfall-new.component.html +4743 -0
  85. package/src/lib/components/ticket-footfall-new/ticket-footfall-new.component.scss +1208 -0
  86. package/src/lib/components/ticket-footfall-new/ticket-footfall-new.component.spec.ts +23 -0
  87. package/src/lib/components/ticket-footfall-new/ticket-footfall-new.component.ts +3344 -0
  88. package/src/lib/components/ticketclosepopup/ticketclosepopup.component.html +100 -0
  89. package/src/lib/components/ticketclosepopup/ticketclosepopup.component.scss +34 -0
  90. package/src/lib/components/ticketclosepopup/ticketclosepopup.component.spec.ts +23 -0
  91. package/src/lib/components/ticketclosepopup/ticketclosepopup.component.ts +48 -0
  92. package/src/lib/components/tickets/tickets.component.html +451 -0
  93. package/src/lib/components/tickets/tickets.component.scss +131 -0
  94. package/src/lib/components/tickets/tickets.component.spec.ts +23 -0
  95. package/src/lib/components/tickets/tickets.component.ts +809 -0
  96. package/src/lib/components/viewcategory/viewcategory.component.html +38 -0
  97. package/src/lib/components/viewcategory/viewcategory.component.scss +29 -0
  98. package/src/lib/components/viewcategory/viewcategory.component.spec.ts +23 -0
  99. package/src/lib/components/viewcategory/viewcategory.component.ts +79 -0
  100. package/src/lib/services/audit.service.spec.ts +16 -0
  101. package/src/lib/services/audit.service.ts +98 -0
  102. package/src/lib/services/excel.service.ts +48 -0
  103. package/src/lib/services/ticket.service.spec.ts +16 -0
  104. package/src/lib/services/ticket.service.ts +501 -0
  105. package/src/lib/services/timer.service.spec.ts +16 -0
  106. package/src/lib/services/timer.service.ts +92 -0
  107. package/src/lib/tango-manage-tickets-routing.module.ts +37 -0
  108. package/src/lib/tango-manage-tickets.module.ts +68 -0
  109. package/{public-api.d.ts → src/public-api.ts} +8 -2
  110. package/tsconfig.lib.json +14 -0
  111. package/tsconfig.lib.prod.json +10 -0
  112. package/tsconfig.spec.json +14 -0
  113. package/esm2022/lib/components/add-csm-modal/add-csm-modal.component.mjs +0 -98
  114. package/esm2022/lib/components/audit-log/audit-log.component.mjs +0 -11
  115. package/esm2022/lib/components/audit-metrics/audit-metrics.component.mjs +0 -298
  116. package/esm2022/lib/components/comment-model/comment-model.component.mjs +0 -58
  117. package/esm2022/lib/components/count/count.component.mjs +0 -89
  118. package/esm2022/lib/components/footfall-dic/footfall-dic.component.mjs +0 -894
  119. package/esm2022/lib/components/group-select/group-select.component.mjs +0 -155
  120. package/esm2022/lib/components/re-trigger/re-trigger.component.mjs +0 -96
  121. package/esm2022/lib/components/reactive-select/reactive-select.component.mjs +0 -108
  122. package/esm2022/lib/components/tango-manage-tickets/tango-manage-tickets.component.mjs +0 -127
  123. package/esm2022/lib/components/tickets/tickets.component.mjs +0 -793
  124. package/esm2022/lib/services/excel.service.mjs +0 -45
  125. package/esm2022/lib/services/ticket.service.mjs +0 -158
  126. package/esm2022/lib/tango-manage-tickets-routing.module.mjs +0 -24
  127. package/esm2022/lib/tango-manage-tickets.module.mjs +0 -54
  128. package/esm2022/public-api.mjs +0 -6
  129. package/esm2022/tango-app-ui-manage-tickets.mjs +0 -5
  130. package/fesm2022/tango-app-ui-manage-tickets.mjs +0 -2914
  131. package/fesm2022/tango-app-ui-manage-tickets.mjs.map +0 -1
  132. package/index.d.ts +0 -5
  133. package/lib/components/add-csm-modal/add-csm-modal.component.d.ts +0 -30
  134. package/lib/components/audit-log/audit-log.component.d.ts +0 -5
  135. package/lib/components/audit-metrics/audit-metrics.component.d.ts +0 -59
  136. package/lib/components/comment-model/comment-model.component.d.ts +0 -17
  137. package/lib/components/count/count.component.d.ts +0 -23
  138. package/lib/components/footfall-dic/footfall-dic.component.d.ts +0 -130
  139. package/lib/components/group-select/group-select.component.d.ts +0 -33
  140. package/lib/components/re-trigger/re-trigger.component.d.ts +0 -32
  141. package/lib/components/reactive-select/reactive-select.component.d.ts +0 -32
  142. package/lib/components/tango-manage-tickets/tango-manage-tickets.component.d.ts +0 -27
  143. package/lib/components/tickets/tickets.component.d.ts +0 -84
  144. package/lib/services/excel.service.d.ts +0 -10
  145. package/lib/services/ticket.service.d.ts +0 -49
  146. package/lib/tango-manage-tickets-routing.module.d.ts +0 -7
  147. package/lib/tango-manage-tickets.module.d.ts +0 -21
@@ -0,0 +1,416 @@
1
+ .card-header,
2
+ .header {
3
+ color: var(--Gray-900, #101828);
4
+ font-size: 20px !important;
5
+ font-style: normal;
6
+ font-weight: 700;
7
+ line-height: 30px;
8
+ }
9
+
10
+ .sub-header {
11
+ color: var(--Gray-700, #344054);
12
+ font-size: 14px !important;
13
+ font-style: normal;
14
+ font-weight: 600;
15
+ line-height: 20px;
16
+ }
17
+
18
+ .ellipse1 {
19
+ border-radius: 6px;
20
+ border-bottom: 2px solid var(--Gray-200, #EAECF0);
21
+ background: radial-gradient(206.89% 107.47% at 16.16% 32.77%, rgba(255, 255, 255, 0.40) 0%, rgba(69, 187, 254, 0.20) 100%), #F2F4F7;
22
+ box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
23
+ }
24
+
25
+ .card-title-foot{
26
+ color: var(--Gray-800, #1D2939) !important;
27
+ font-size: 18px;
28
+ font-weight: 600;
29
+ line-height: 28px;
30
+ }
31
+
32
+ .card-title-label{
33
+ color: var(--Gray-800, #1D2939) !important;
34
+ font-size: 16px;
35
+ font-weight: 600;
36
+ line-height: 28px;
37
+ }
38
+ .card-title-value{
39
+ color: var(--Gray-800, #1D2939) !important;
40
+ font-size: 16px;
41
+ font-weight: 400;
42
+ line-height: 28px;
43
+ }
44
+ input[type='checkbox'] {
45
+ width: 16px !important;
46
+ height: 16px !important;
47
+ margin: -2px 5px -2px;
48
+ border-radius: 4px !important;
49
+ -webkit-appearance: none;
50
+ -moz-appearance: none;
51
+ -o-appearance: none;
52
+ appearance: none;
53
+ outline: 1px solid var(--gray-600, #D0D5DD) !important;
54
+ box-shadow: none;
55
+ font-size: 0.5em;
56
+ text-align: center;
57
+ line-height: 1em;
58
+ background: white;
59
+ }
60
+
61
+ input[type='checkbox'] {
62
+ outline: 1px solid var(--primary-600, #00A3FF) !important;
63
+ background-color: var(--primary-50, #EAF8FF);
64
+ }
65
+
66
+ input[type='checkbox']:checked:after {
67
+ content: '';
68
+ transform: rotate(45deg);
69
+ border-bottom: 2px solid #00A3FF;
70
+ border-right: 2px solid #00A3FF;
71
+ display: inline-block;
72
+ width: 0.5em;
73
+ padding-left: 3px;
74
+ padding-top: 10px;
75
+ padding-right: 0px;
76
+ }
77
+
78
+ .rotate {
79
+ rotate: 180deg;
80
+ transition: 1s;
81
+ }
82
+
83
+ .border-selectall{
84
+ border-radius: 6px;
85
+ border-bottom: 1px solid var(--Gray-200, #EAECF0);
86
+ background: #F9FAFB;
87
+ padding: 8px 12px;
88
+ }
89
+ .border-selectall1{
90
+ border-radius: 6px !important;
91
+ background: var(--White, #FFF) !important;
92
+ padding: 8px 2px;
93
+ }
94
+ .border-totalfootfall {
95
+ border-radius: 12px;
96
+ padding: 4px;
97
+ border: 1px solid var(--Gray-300, #D0D5DD);
98
+ background: var(--White, #FFF);
99
+ }
100
+ .vl {
101
+ border-left: 2px solid #000;
102
+ height: 50px;
103
+ }
104
+
105
+ .duplicate-head{
106
+ color: var(--Gray-700, #344054);
107
+ font-size: 16px;
108
+ font-weight: 600;
109
+ line-height: 20px;
110
+ }
111
+ .img-border{
112
+ border-radius: 5px !important;
113
+ border: 2px solid var(--Gray-300, #D0D5DD);
114
+ }
115
+
116
+ .desc-title{
117
+ color: var(--Gray-900, #101828);
118
+ font-size: 12px;
119
+ font-weight: 500;
120
+ line-height: 20px;
121
+ }
122
+
123
+ .desc-value{
124
+ color: var(--Gray-900, #475467);
125
+ font-size: 10px;
126
+ font-weight: 500;
127
+ line-height: 10px;
128
+ }
129
+
130
+ .img-border {
131
+ overflow: hidden;
132
+ position: relative;
133
+ }
134
+ .btn-resize{
135
+ font-size: 13px !important;
136
+ height: 29px !important;
137
+ line-height: 11px !important;
138
+ padding: 1px !important;
139
+ }
140
+
141
+ .absolute{
142
+ top: 5px; right: 5px; z-index: 2;
143
+ }
144
+
145
+
146
+ .img-src{
147
+ width:25%;
148
+ height:20%
149
+ }
150
+
151
+ .backButtonright {
152
+ border-radius: 1000px !important;
153
+ background: var(--text-primary, #FFF) !important;
154
+ padding: 12px !important;
155
+ box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03) !important;
156
+ box-shadow: 0px 8.727px 11.636px -2.909px rgba(16, 24, 40, 0.08), 0px 2.909px 4.364px -1.455px rgba(16, 24, 40, 0.03) !important;
157
+ position: absolute;
158
+ top: 30px;
159
+ right: -10px;
160
+ z-index: 0;
161
+ }
162
+ .backButtonleft{
163
+ border-radius: 1000px !important;
164
+ background: #FFF;
165
+ padding: 14px !important;
166
+ border: var(--Gray-300, #D0D5DD);
167
+ box-shadow: 0px 8.727px 11.636px -2.909px rgba(16, 24, 40, 0.08), 0px 2.909px 4.364px -1.455px rgba(16, 24, 40, 0.03);
168
+ position: absolute;
169
+ top: 30px;
170
+ left:-20px;
171
+ z-index: 5;
172
+ }
173
+ .select-wrapper {
174
+ position: relative;
175
+ display: inline-block;
176
+ width: 100%; /* Ensure it takes the same width as select */
177
+ }
178
+ .placeholder-overlay {
179
+ position: absolute;
180
+ color: var(--Gray-500, #667085);
181
+ font-family: "Inter";
182
+ font-size: 16px !important;
183
+ font-style: normal;
184
+ font-weight: 400;
185
+ top: 10px; /* Adjust to align text with select component */
186
+ left: 15px; /* Adjust for horizontal alignment */
187
+ pointer-events: none; /* Allows interaction with select even if overlay is visible */
188
+ font-size: 1.1rem;
189
+ z-index: 1;
190
+ }
191
+
192
+ .card-title{
193
+ color: var(--Black, #101828) !important;
194
+ font-size: 20px !important;
195
+ font-weight: 700 !important;
196
+ line-height: 30px;
197
+ }
198
+
199
+ .card-title-sub-header{
200
+ color: var(--Black, #101828);
201
+ font-size: 14px;
202
+ font-weight: 500;
203
+ line-height: 30px;
204
+ }
205
+
206
+ .separator.separator-dashed {
207
+ border-bottom-style: double !important;
208
+ }
209
+ .border-1{
210
+ border-radius: 4px !important;
211
+ border: 1px solid var(--Gray-300, #D0D5DD) !important;
212
+ // box-shadow: 0 0 0 2.291px #475467 !important;
213
+ }
214
+
215
+ .store-item {
216
+ display: flex;
217
+ justify-content: space-between;
218
+ align-items: center;
219
+ padding: 8px 12px;
220
+ border-radius: 8px;
221
+ transition: background-color 0.3s ease;
222
+ }
223
+
224
+ .store-item-active {
225
+ background: #EAF8FF; /* Light blue for active */
226
+ }
227
+
228
+ .left {
229
+ display: flex;
230
+ align-items: center;
231
+ gap: 8px;
232
+ overflow: hidden;
233
+ color: var(--Gray-700, #344054);
234
+ text-overflow: ellipsis;
235
+ font-size: 14px;
236
+ font-style: normal;
237
+ font-weight: 400;
238
+ line-height: 24px;
239
+ }
240
+
241
+ .left .active-text {
242
+ overflow: hidden;
243
+ color: var(--Primary-700, #009BF3);
244
+ font-size: 14px;
245
+ font-style: normal;
246
+ font-weight: 400;
247
+ line-height: 24px;
248
+ }
249
+
250
+
251
+ .badge-active {
252
+ border-radius: 16px;
253
+ background: var(--Primary-50, #EAF8FF);
254
+ color: var(--Primary-700, #009BF3);
255
+ text-align: center;
256
+ font-size: 12px;
257
+ font-style: normal;
258
+ font-weight: 500;
259
+ line-height: 20px;
260
+ mix-blend-mode: multiply;
261
+ }
262
+
263
+ .badge-normal {
264
+ color: var(--Gray-700, #344054);
265
+ text-align: center;
266
+ font-size: 12px;
267
+ font-style: normal;
268
+ font-weight: 500;
269
+ line-height: 20px;
270
+
271
+ border-radius: 16px;
272
+ background: var(--Gray-100, #F2F4F7);
273
+ }
274
+
275
+ :host::ng-deep {
276
+ .md-drppicker .btn {
277
+ line-height: 10px !important;
278
+ }
279
+ .md-drppicker.shown.drops-down-right {
280
+ transform-origin: 0 0;
281
+ width: 560px !important;
282
+ }
283
+
284
+ .daterangepicker-input+.ngx-daterangepicker-material .applyBtn {
285
+ display: none;
286
+ }
287
+
288
+ .md-drppicker.drops-down-right.ltr.show-ranges.shown {
289
+ top: 65px !important;
290
+ }
291
+
292
+ .md-drppicker.drops-down-right.ltr.double.show-ranges.shown {
293
+ top: 65px !important;
294
+ right: -475px !important;
295
+ left: unset !important;
296
+ height: 400px !important;
297
+ }
298
+
299
+ .md-drppicker .btn {
300
+ border-radius: 8px !important;
301
+ border: 1px solid var(--Primary-600, #00A3FF) !important;
302
+ background: var(--Primary-600, #00A3FF) !important;
303
+ box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
304
+ color: var(--White, #FFF) !important;
305
+ font-size: 14px !important;
306
+ font-weight: 600 !important;
307
+ line-height: 20px;
308
+ text-transform: capitalize;
309
+ }
310
+
311
+ .md-drppicker .ranges ul li button {
312
+ padding: 12px 16px;
313
+ width: 160px;
314
+ color: var(--Gray-700, #344054);
315
+ font-size: 14px;
316
+ font-weight: 400;
317
+ line-height: 20px;
318
+ background: none;
319
+ border: none;
320
+ text-align: left;
321
+ cursor: pointer;
322
+ }
323
+
324
+ .md-drppicker td.active,
325
+ .md-drppicker td.active:hover {
326
+ background-color: #029cf4 !important;
327
+ border-radius: 20px !important;
328
+ color: var(--White, #FFF) !important;
329
+ text-align: center !important;
330
+ font-size: 14px !important;
331
+ font-weight: 500 !important;
332
+ line-height: 20px;
333
+ }
334
+
335
+ .md-drppicker.ltr .ranges {
336
+ float: left;
337
+ margin-top: 10px !important;
338
+ }
339
+
340
+ .md-drppicker td.in-range {
341
+ background: var(--Primary-50, #EAF8FF);
342
+ }
343
+
344
+ .md-drppicker .ranges ul li button.active {
345
+ background: var(--Primary-50, #EAF8FF) !important;
346
+ border-radius: 8px !important;
347
+ color: var(--Primary-700, #009BF3);
348
+ font-size: 14px !important;
349
+ font-weight: 500 !important;
350
+ line-height: 20px !important;
351
+ }
352
+
353
+ table th,
354
+ table td {
355
+ width: 40px !important;
356
+ height: 40px !important;
357
+ padding: 10px 8px !important;
358
+ }
359
+
360
+ .md-drppicker td.available.prev,
361
+ .md-drppicker th.available.prev {
362
+ background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMy43IDYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMuNyA2IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGQ9Ik0zLjcsMC43TDEuNCwzbDIuMywyLjNMMyw2TDAsM2wzLTNMMy43LDAuN3oiLz4NCjwvZz4NCjwvc3ZnPg0K) !important;
363
+ background-repeat: no-repeat !important;
364
+ background-size: 0.5em !important;
365
+ background-position: center !important;
366
+ }
367
+
368
+ .md-drppicker td.available.next,
369
+ .md-drppicker th.available.next {
370
+ background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMy43IDYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMuNyA2IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGQ9Ik0zLjcsMC43TDEuNCwzbDIuMywyLjNMMyw2TDAsM2wzLTNMMy43LDAuN3oiLz4NCjwvZz4NCjwvc3ZnPg0K) !important;
371
+ background-repeat: no-repeat !important;
372
+ background-size: 0.5em !important;
373
+ background-position: center !important;
374
+ }
375
+
376
+ table th {
377
+ border-bottom: 0px solid var(--Gray-200, #EAECF0) !important;
378
+ background: transparent !important;
379
+ color: var(--Gray-700, #344054) !important;
380
+ text-align: center;
381
+ font-size: 16px !important;
382
+ font-weight: 500 !important;
383
+ line-height: 24px;
384
+ }
385
+
386
+ .md-drppicker .btn.btn-default {
387
+ border-radius: 8px !important;
388
+ border: 1px solid var(--Gray-300, #D0D5DD) !important;
389
+ background: var(--White, #FFF) !important;
390
+ box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
391
+ color: var(--Gray-700, #344054) !important;
392
+ font-size: 14px !important;
393
+ font-weight: 600 !important;
394
+ line-height: 20px;
395
+ text-transform: capitalize;
396
+ margin-right: 10px !important;
397
+ }
398
+
399
+ .md-drppicker td.available.invalid-date {
400
+ text-decoration: line-through;
401
+ pointer-events: none;
402
+ color: darkgray;
403
+ }
404
+
405
+ .md-drppicker td.available.today:not(.invalid-date) {
406
+ text-decoration: unset;
407
+ pointer-events: unset;
408
+ color: unset;
409
+ }
410
+
411
+
412
+ }
413
+ .row.equal-height {
414
+ display: flex;
415
+ align-items: stretch;
416
+ }
@@ -0,0 +1,23 @@
1
+ import { ComponentFixture, TestBed } from '@angular/core/testing';
2
+
3
+ import { FootfallDicviewComponent } from './footfall-dicview.component';
4
+
5
+ describe('FootfallDicviewComponent', () => {
6
+ let component: FootfallDicviewComponent;
7
+ let fixture: ComponentFixture<FootfallDicviewComponent>;
8
+
9
+ beforeEach(async () => {
10
+ await TestBed.configureTestingModule({
11
+ declarations: [FootfallDicviewComponent]
12
+ })
13
+ .compileComponents();
14
+
15
+ fixture = TestBed.createComponent(FootfallDicviewComponent);
16
+ component = fixture.componentInstance;
17
+ fixture.detectChanges();
18
+ });
19
+
20
+ it('should create', () => {
21
+ expect(component).toBeTruthy();
22
+ });
23
+ });