ngx-deebodata 0.0.2 → 0.0.3

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 (76) hide show
  1. package/fesm2022/ngx-deebodata.mjs +6863 -0
  2. package/fesm2022/ngx-deebodata.mjs.map +1 -0
  3. package/package.json +35 -16
  4. package/types/ngx-deebodata.d.ts +439 -0
  5. package/ng-package.json +0 -7
  6. package/src/lib/data-table/charts/bar-graph-component/bar-graph-component.css +0 -156
  7. package/src/lib/data-table/charts/bar-graph-component/bar-graph-component.html +0 -29
  8. package/src/lib/data-table/charts/bar-graph-component/bar-graph-component.spec.ts +0 -23
  9. package/src/lib/data-table/charts/bar-graph-component/bar-graph-component.ts +0 -286
  10. package/src/lib/data-table/charts/charts-and-graphs/charts-and-graphs.css +0 -27
  11. package/src/lib/data-table/charts/charts-and-graphs/charts-and-graphs.html +0 -53
  12. package/src/lib/data-table/charts/charts-and-graphs/charts-and-graphs.spec.ts +0 -23
  13. package/src/lib/data-table/charts/charts-and-graphs/charts-and-graphs.ts +0 -214
  14. package/src/lib/data-table/charts/column-chart/column-chart.css +0 -19
  15. package/src/lib/data-table/charts/column-chart/column-chart.html +0 -47
  16. package/src/lib/data-table/charts/column-chart/column-chart.spec.ts +0 -23
  17. package/src/lib/data-table/charts/column-chart/column-chart.ts +0 -178
  18. package/src/lib/data-table/charts/line-graph-component/line-graph-component.css +0 -33
  19. package/src/lib/data-table/charts/line-graph-component/line-graph-component.html +0 -59
  20. package/src/lib/data-table/charts/line-graph-component/line-graph-component.spec.ts +0 -23
  21. package/src/lib/data-table/charts/line-graph-component/line-graph-component.ts +0 -661
  22. package/src/lib/data-table/charts/num-value-distro-component/num-value-distro-component.css +0 -61
  23. package/src/lib/data-table/charts/num-value-distro-component/num-value-distro-component.html +0 -27
  24. package/src/lib/data-table/charts/num-value-distro-component/num-value-distro-component.spec.ts +0 -23
  25. package/src/lib/data-table/charts/num-value-distro-component/num-value-distro-component.ts +0 -210
  26. package/src/lib/data-table/charts/pie-graph-component/pie-graph-component.css +0 -0
  27. package/src/lib/data-table/charts/pie-graph-component/pie-graph-component.html +0 -15
  28. package/src/lib/data-table/charts/pie-graph-component/pie-graph-component.spec.ts +0 -23
  29. package/src/lib/data-table/charts/pie-graph-component/pie-graph-component.ts +0 -197
  30. package/src/lib/data-table/data-table-module/data-cell/data-cell.css +0 -0
  31. package/src/lib/data-table/data-table-module/data-cell/data-cell.html +0 -6
  32. package/src/lib/data-table/data-table-module/data-cell/data-cell.spec.ts +0 -23
  33. package/src/lib/data-table/data-table-module/data-cell/data-cell.ts +0 -271
  34. package/src/lib/data-table/data-table-module/data-table-header/data-table-header.css +0 -25
  35. package/src/lib/data-table/data-table-module/data-table-header/data-table-header.html +0 -55
  36. package/src/lib/data-table/data-table-module/data-table-header/data-table-header.spec.ts +0 -23
  37. package/src/lib/data-table/data-table-module/data-table-header/data-table-header.ts +0 -261
  38. package/src/lib/data-table/data-table-module/data-table-paginator/data-table-paginator.css +0 -69
  39. package/src/lib/data-table/data-table-module/data-table-paginator/data-table-paginator.html +0 -24
  40. package/src/lib/data-table/data-table-module/data-table-paginator/data-table-paginator.spec.ts +0 -23
  41. package/src/lib/data-table/data-table-module/data-table-paginator/data-table-paginator.ts +0 -125
  42. package/src/lib/data-table/data-table-module/export-component/export-component.css +0 -91
  43. package/src/lib/data-table/data-table-module/export-component/export-component.html +0 -16
  44. package/src/lib/data-table/data-table-module/export-component/export-component.spec.ts +0 -23
  45. package/src/lib/data-table/data-table-module/export-component/export-component.ts +0 -206
  46. package/src/lib/data-table/data-table-module/ngx-deebodata/ngx-deebodata.css +0 -91
  47. package/src/lib/data-table/data-table-module/ngx-deebodata/ngx-deebodata.html +0 -193
  48. package/src/lib/data-table/data-table-module/ngx-deebodata/ngx-deebodata.spec.ts +0 -23
  49. package/src/lib/data-table/data-table-module/ngx-deebodata/ngx-deebodata.ts +0 -2226
  50. package/src/lib/data-table/data-table-module/row-group-menu/row-group-menu.css +0 -14
  51. package/src/lib/data-table/data-table-module/row-group-menu/row-group-menu.html +0 -27
  52. package/src/lib/data-table/data-table-module/row-group-menu/row-group-menu.spec.ts +0 -23
  53. package/src/lib/data-table/data-table-module/row-group-menu/row-group-menu.ts +0 -58
  54. package/src/lib/data-table/data-table-module/row-group-panel/row-group-panel.css +0 -23
  55. package/src/lib/data-table/data-table-module/row-group-panel/row-group-panel.html +0 -48
  56. package/src/lib/data-table/data-table-module/row-group-panel/row-group-panel.spec.ts +0 -23
  57. package/src/lib/data-table/data-table-module/row-group-panel/row-group-panel.ts +0 -599
  58. package/src/lib/data-table/data-table-module/worker.worker.ts +0 -44
  59. package/src/lib/interfaces/cell-edit.ts +0 -5
  60. package/src/lib/interfaces/column-header.ts +0 -10
  61. package/src/lib/interfaces/column-styles.ts +0 -14
  62. package/src/lib/interfaces/column-symbol.ts +0 -4
  63. package/src/lib/interfaces/data-cell.ts +0 -14
  64. package/src/lib/interfaces/data-row.ts +0 -11
  65. package/src/lib/interfaces/row-number.ts +0 -4
  66. package/src/lib/services/common-service.spec.ts +0 -16
  67. package/src/lib/services/common-service.ts +0 -336
  68. package/src/lib/services/data-table-service.spec.ts +0 -16
  69. package/src/lib/services/data-table-service.ts +0 -597
  70. package/src/lib/services/table-drag-service.spec.ts +0 -16
  71. package/src/lib/services/table-drag-service.ts +0 -347
  72. package/src/lib/styles.css +0 -1065
  73. package/src/public-api.ts +0 -8
  74. package/tsconfig.lib.json +0 -17
  75. package/tsconfig.lib.prod.json +0 -11
  76. package/tsconfig.spec.json +0 -15
@@ -1,1065 +0,0 @@
1
- @charset "UTF-8";
2
-
3
- @font-face{
4
- font-family:'Roboto Condensed';
5
- src:url(https://d2ffvluimla00s.cloudfront.net/RobotoCondensed-VariableFont_wght.ttf) format('ttf')
6
- }
7
-
8
- @font-face{
9
- font-family:'Material Icons';
10
- font-style:normal;
11
- font-weight:400;
12
- src:url(https://d2ffvluimla00s.cloudfront.net/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2')
13
- }
14
-
15
- .deebo-data-grid-section{
16
- font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
17
- }
18
-
19
- :host{
20
- --accent-color:rgb(50, 50, 50);
21
- --grid-color:rgb(199, 199, 199);
22
- --pad-left-base: 33px;
23
- --row-num-width: 75px;
24
- --reg-font-size: 17px
25
- }
26
-
27
-
28
- .relly{
29
- position:relative
30
- }
31
-
32
- .hide{
33
- display:none!important;
34
- max-height:0;
35
- max-width:0;
36
- top:0;
37
- left:0;
38
- opacity:0
39
- }
40
-
41
- .ovy{
42
- overflow: auto;
43
- }
44
-
45
- .no-ovy-y{
46
- overflow-y: hidden !important;
47
- }
48
-
49
- .pad-top-sm{
50
- padding-top:4px!important
51
- }
52
-
53
- .pad-top-ten{
54
- padding-top:10px!important
55
- }
56
-
57
- .pad-top-teen{
58
- padding-top:17px
59
- }
60
-
61
- .pad-top-thirty, .pad-top-trey{
62
- padding-top:33px
63
- }
64
-
65
- .pad-top-much{
66
- padding-top:75px
67
- }
68
-
69
- .o-visible{
70
- overflow: visible;
71
- }
72
-
73
- .dontwrap{
74
- white-space:nowrap
75
- }
76
-
77
- .inline-b{
78
- display:inline-block
79
- }
80
-
81
- .inline{
82
- display:inline
83
- }
84
- .half-wid{
85
- width:50%;
86
- vertical-align:top;
87
- display:inline-block
88
- }
89
- .qtr-wid{
90
- width:25%;
91
- vertical-align:top;
92
- display:inline-block
93
- }
94
- .third-wid{
95
- width:33.3%;
96
- vertical-align:top;
97
- display:inline-block
98
- }
99
-
100
- .two-third-wid{
101
- width:66.6%;
102
- vertical-align:top;
103
- display:inline-block
104
- }
105
-
106
- .three-qtr-wid{
107
- width:75%;
108
- vertical-align:top;
109
- display:inline-block
110
- }
111
-
112
- .v-top{
113
- vertical-align: top !important;
114
- }
115
-
116
- .v-mid{
117
- vertical-align: middle !important;
118
- }
119
-
120
- .v-bot{
121
- vertical-align: bottom !important;
122
- }
123
-
124
- .lg-text{
125
- font-size:larger
126
- }
127
-
128
- .xlg-text{
129
- font-size:x-large !important
130
- }
131
-
132
- .md-text{
133
- font-size:var(--reg-font-size)!important
134
- }
135
-
136
- .small-text{
137
- font-size:small
138
- }
139
-
140
- .tiny-text{
141
- font-size:x-small
142
- }
143
-
144
- .invisible{
145
- visibility:hidden
146
- }
147
-
148
- .flex-center{
149
- display:flex;
150
- justify-content:center;
151
- align-items:center
152
- }
153
-
154
- .flex-item{
155
- flex:1 1 auto
156
- }
157
-
158
- .o-x-hidden{
159
- overflow-x:hidden!important
160
- }
161
-
162
- .no-weight{
163
- font-weight: 400 !important;
164
- }
165
-
166
- .semi-heavy{
167
- font-weight:500!important
168
- }
169
-
170
- .heavy{
171
- font-weight:bold!important
172
- }
173
-
174
- .marauto{
175
- margin:0 auto
176
- }
177
-
178
- .center{
179
- text-align:center
180
- }
181
-
182
- .left{
183
- text-align:left
184
- }
185
-
186
- .right{
187
- text-align:right
188
- }
189
-
190
- .btn-reset{
191
- border:none;
192
- color:#fff;
193
- padding: 7px 11px;
194
- background:maroon
195
- }
196
-
197
- .error-message{
198
- color:maroon;
199
- font-weight: 500;
200
- }
201
-
202
- .success{
203
- color:green;
204
- font-weight: 500;
205
- }
206
-
207
- .neutral{
208
- color: var(--accent-color);
209
- }
210
-
211
- input, select{
212
- border:none;
213
- padding:4px;
214
- border-radius:3px;
215
- box-sizing: border-box;
216
- font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
217
- box-shadow:0 0 1px 1px #afafaf;
218
- -moz-box-shadow:0 0 1px 1px #afafaf;
219
- -webkit-box-shadow:0 0 1px 1px #afafaf
220
- }
221
-
222
- input[type=radio], input[type=checkbox] {
223
- cursor: pointer;
224
- box-shadow: none !important;
225
- -moz-box-shadow: none!important;
226
- -webkit-box-shadow: none !important;
227
- }
228
-
229
- button{
230
- cursor: pointer;
231
- }
232
-
233
- button:focus,input:focus,select:focus,textarea:focus,a:focus{
234
- outline-width:0
235
- }
236
-
237
- button:disabled,input:disabled,select:disabled{
238
- opacity:.5;
239
- cursor: not-allowed;
240
- }
241
-
242
- .prevent{
243
- opacity:.5;
244
- cursor: not-allowed;
245
- pointer-events: none;
246
- }
247
-
248
- .controls{
249
- text-align:right;
250
- padding:16px 11px 6px 1px;
251
- max-width:100%;
252
- clear: both;
253
- overflow-x:auto;
254
- white-space:nowrap
255
- }
256
-
257
- .controls button{
258
- font-size: var(--reg-font-size);
259
- margin-right:31px;
260
- vertical-align:middle
261
- }
262
-
263
- .controls button span{
264
- vertical-align: middle;
265
- }
266
-
267
- .controls button:last-of-type{
268
- margin-right:0
269
- }
270
-
271
- .data-table{
272
- margin-top:11px;
273
- overflow:hidden;
274
- box-shadow:0 -1px 3px 1px var(--grid-color);
275
- -moz-box-shadow:0 -1px 3px 1px var(--grid-color);
276
- -webkit-box-shadow:0 -1px 3px 1px var(--grid-color)
277
- }
278
-
279
- .sel-rows-checked{
280
- color: rgba(0, 168, 243, 0.6) !important;
281
- }
282
-
283
- .save-hilite{
284
- padding: 2px 4px;
285
- border-radius: 3px;
286
- background: #ebebeb;
287
- box-shadow:0 0px 3px 1px var(--accent-color);
288
- -moz-box-shadow:0 0px 3px 1px var(--accent-color);
289
- -webkit-box-shadow:0 0px 3px 1px var(--accent-color)
290
- }
291
-
292
- .btn-ctrl-sel-rows, .btn-export-or-print{
293
- border:none;
294
- padding: 3px 4px;
295
- border-radius:3px;
296
- background:#f5f5f5;
297
- vertical-align: middle;
298
- box-shadow:0 0 2px 1px var(--accent-color);
299
- -moz-box-shadow:0 0 2px 1px var(--accent-color);
300
- -webkit-box-shadow:0 0 2px 1px var(--accent-color);
301
- }
302
-
303
- .deebo-dd-contain-div:last-of-type{
304
- margin-right: 0 !important;
305
- }
306
-
307
- .btn-export{
308
- width: 100%;
309
- text-transform: uppercase;
310
- }
311
-
312
- .btn-export:hover{
313
- text-decoration: underline;
314
- }
315
-
316
- .btn-ctrl-sel-rows:hover, .btn-export-or-print:hover{
317
- background:#ebebeb;
318
- box-shadow:0 0 6px 2px gray;
319
- -moz-box-shadow:0 0 6px 2px gray;
320
- -webkit-box-shadow:0 0 6px 2px gray;
321
- }
322
-
323
- .btn-center-selected{
324
- padding: 2px 4px;
325
- border-radius:5px;
326
- background:#f5f5f5;
327
- box-shadow:0 0 6px 2px gray;
328
- -moz-box-shadow:0 0 6px 2px gray;
329
- -webkit-box-shadow:0 0 6px 2px gray;
330
- }
331
-
332
- .btn-ctrl-sel-rows .material-icons{
333
- font-size: 18px;
334
- font-weight: 600;
335
- vertical-align: middle;
336
- }
337
-
338
- .btn-ctrl-sel-rows .material-icons:not(.error-message){
339
- color: var(--accent-color);
340
- }
341
-
342
- .data-table-headers{
343
- cursor: pointer;
344
- white-space:nowrap;
345
- border-bottom: 1px solid var(--grid-color);
346
- }
347
-
348
- .data-table-row{
349
- white-space:nowrap;
350
- }
351
-
352
- .data-table-row:hover, .data-table-row .col-item-freeze:hover/*, .data-table-row:not(.data-row-selected):nth-of-type(even):hover*/{
353
- background:#f3f3f3
354
- }
355
-
356
- /* .data-table-row:not(.data-row-selected):nth-of-type(even){
357
- background:#fafafa
358
- } */
359
-
360
- .data-row-selected{
361
- background:#d6d6d6 !important;
362
- }
363
-
364
- .table-working{
365
- opacity: 0.1;
366
- pointer-events: none;
367
- }
368
-
369
- .select-row-check{
370
- left: 9px;
371
- z-index: 10;
372
- cursor: pointer;
373
- margin: 0 0 0 0;
374
- position: absolute;
375
- padding: 0 !important;
376
- }
377
-
378
- .gb-row-num{
379
- left: 2px;
380
- z-index: 10;
381
- cursor: pointer;
382
- margin: 0 0 0 0;
383
- font-size: x-small;
384
- position: absolute;
385
- padding: 0 !important;
386
- }
387
-
388
- .mock-html{
389
- width: 50%;
390
- height: 18px;
391
- margin: 0 auto;
392
- border-radius: 11px;
393
- background: var(--grid-color);
394
- }
395
-
396
- .abs-right{
397
- top: 7px;
398
- right: 7px;
399
- position: absolute;
400
- }
401
-
402
- .has-symbol::after{
403
- content: attr(data-symbol);
404
- padding-left: 3px;
405
- }
406
-
407
- .has-symbol-b::before{
408
- content: attr(data-symbol);
409
- padding-right: 3px;
410
- }
411
-
412
- .data-table-row-no-data{
413
- font-size: xx-large;
414
- color: gray;
415
- font-weight: 500;
416
- text-shadow: -1px -1px var(--accent-color);
417
- }
418
-
419
- .data-row-selected .col-item-freeze, .data-row-selected .data-cell{
420
- background:#d6d6d6 !important;
421
- }
422
-
423
- .data-row-selected:hover, .data-row-selected .col-item-freeze:hover, .data-row-selected .data-cell:hover{
424
- background:#d6d6d6 !important;
425
- }
426
-
427
- .data-table-headers .col-item-freeze:first-of-type{
428
- border-bottom: 1px solid var(--grid-color);
429
- }
430
-
431
- .col-header{
432
- z-index:2;
433
- width:125px;
434
- overflow:auto;
435
- cursor: grab;
436
- padding:7px 3px;
437
- text-align:center;
438
- position:relative;
439
- box-sizing:border-box;
440
- display:inline-block;
441
- vertical-align: top;
442
- white-space:pre-wrap;
443
- word-wrap: break-word;
444
- background: #fafafa;
445
- border-right:1px solid var(--grid-color)
446
- }
447
-
448
- .col-header button, .col-header span, .col-header select{
449
- cursor: pointer;
450
- vertical-align:middle
451
- }
452
-
453
- .col-header input{
454
- vertical-align:middle
455
- }
456
-
457
- .col-header-img-container{
458
- overflow-y: hidden;
459
- text-align: center;
460
- display: inline-block;
461
- vertical-align: middle;
462
- background-size: cover;
463
- background-position: center;
464
- background-repeat: no-repeat;
465
- }
466
-
467
- .col-header-minimized{
468
- width:0!important;
469
- height:0!important;
470
- padding:0!important;
471
- overflow:hidden!important;
472
- border-right:none!important;
473
- transition:width 0.3s ease
474
- }
475
-
476
- .btn-maximize-col{
477
- border:none;
478
- border-radius:5px;
479
- background:#f5f5f5;
480
- box-shadow:0 0 3px 2px gray;
481
- font-size: var(--reg-font-size);
482
- margin-right:27px;
483
- padding:4px
484
- }
485
-
486
- .no-btn{
487
- border:none;
488
- background:none
489
- }
490
-
491
- .col-item-freeze{
492
- left: 0;
493
- z-index: 3;
494
- position: sticky;
495
- background: white;
496
- box-shadow: 2px 0px 3px 0px var(--grid-color);
497
- -moz-box-shadow: 2px 0px 3px 0px var(--grid-color);
498
- -webkit-box-shadow: 2px 0px 3px 0px var(--grid-color);
499
- }
500
-
501
- .col-header input, .select-filter{
502
- width:40%;
503
- margin:11px 0 1px 0
504
- }
505
-
506
- .sel-fil-container{
507
- z-index: 5;
508
- }
509
-
510
- .edit-input-option-cont{
511
- left: 0;
512
- right: 0;
513
- }
514
-
515
- .edit-input-opt{
516
- font-size: 15px;
517
- padding: 11px 0 11px 17px;
518
- }
519
-
520
- .selfil-opt-contain, .edit-input-option-cont{
521
- overflow: auto;
522
- max-height: 240px;
523
- border-radius: 5px;
524
- position: absolute;
525
- background: white;
526
- box-shadow: 0 1px 3px 1px var(--grid-color);
527
- -moz-box-shadow: 0 1px 3px 1px var(--grid-color);
528
- -webkit-box-shadow: 0 1px 3px 1px var(--grid-color);
529
- }
530
-
531
- .selfil-div, .edit-input-opt{
532
- cursor: pointer;
533
- text-align: left;
534
- border-bottom: 1px solid var(--grid-color);
535
- }
536
-
537
- .selfil-div:hover, .edit-input-opt:hover{
538
- background: rgb(235, 235, 235);
539
- }
540
-
541
- .selfil-div:last-of-type, .edit-input-opt:last-of-type{
542
- border-bottom: none;
543
- }
544
-
545
- .selfil-div label{
546
- width: calc(100% - 22px);
547
- font-size: 15px;
548
- cursor: pointer;
549
- padding: 11px;
550
- display: inline-block
551
- }
552
-
553
- .selfil-div label input[type=checkbox]{
554
- margin-right: 11px;
555
- vertical-align: middle;
556
- }
557
-
558
- .select-filter-comparator{
559
- width:36px;
560
- z-index: 3;
561
- opacity: 0;
562
- position: relative;
563
- margin:11px 0 1px 15px
564
- }
565
-
566
- .btn-fil-comp{
567
- top:2px;
568
- left: -36px;
569
- border: none;
570
- position: absolute;
571
- background: #fafafa;
572
- }
573
-
574
- .btn-fil-comp i{
575
- color: var(--accent-color);
576
- }
577
-
578
- @media screen and (min-width:960px){
579
- .col-header input, .select-filter, .select-filter-comparator{
580
- margin-top:7px;
581
- margin-bottom:1px
582
- }
583
- }
584
-
585
- .data-cell{
586
- width:125px;
587
- padding: 11px 6px 11px 17px;
588
- overflow:auto;
589
- font-size: 15px;
590
- word-wrap: break-word;
591
- white-space:pre-line;
592
- vertical-align: top;
593
- box-sizing:border-box;
594
- display:inline-flex;
595
- align-items: center;
596
- border-right:1px solid var(--grid-color);
597
- border-bottom:1px solid var(--grid-color);
598
- }
599
-
600
- input.edit-input{
601
- border-radius: 0;
602
- }
603
-
604
- .data-cell:focus, input.edit-input:focus{
605
- outline: 1px solid #00a8f3;
606
- }
607
-
608
- .dragger-cell-focused{
609
- background: rgba(0, 168, 243, 0.2);
610
- border-left: 1px solid #00a8f3;
611
- border-right: 1px solid #00a8f3 !important;
612
- }
613
-
614
- .focused-cell-dragger{
615
- width: 9px;
616
- height: 9px;
617
- cursor:crosshair;
618
- position: absolute;
619
- background: #00a8f3;
620
- box-shadow: 0 0 1px 1px var(--accent-color);
621
- -moz-box-shadow: 0 0 1px 1px var(--accent-color);
622
- -webkit-box-shadow: 0 0 1px 1px var(--accent-color);
623
- }
624
-
625
- .holding-check{
626
- padding-left: 44px;
627
- }
628
-
629
- .data-cell-riiight{
630
- padding: 11px 17px 11px 6px;
631
- justify-content: right
632
- }
633
-
634
- .data-cell-ceeenter{
635
- padding: 11px 6px;
636
- justify-content: center !important
637
- }
638
-
639
- .data-cell img{
640
- max-width: 100px;
641
- height: auto;
642
- margin: 0;
643
- vertical-align: middle;
644
- }
645
-
646
- .cell-og-link{
647
- line-height: 0;
648
- visibility: hidden;
649
- }
650
-
651
- .cell-og-link::before{
652
- visibility: visible;
653
- content: attr(data-title);
654
- }
655
-
656
- .moveable-col{
657
- cursor: col-resize !important;
658
- }
659
-
660
- .moveable-row{
661
- cursor: row-resize !important;
662
- }
663
-
664
- .data-sort-arr{
665
- cursor:pointer;
666
- margin-left:11px;
667
- border:none;
668
- background:none;
669
- padding: 0 0 0 2px;
670
- color:var(--accent-color)
671
- }
672
-
673
- .data-sort-arr .material-icons{
674
- font-size:20px;
675
- }
676
-
677
- .data-col-info{
678
- left:10px;
679
- top: 12px;
680
- padding: 0;
681
- border:none;
682
- cursor:pointer;
683
- background:none;
684
- position: absolute;
685
- color:var(--accent-color)
686
- }
687
-
688
- .data-col-info .material-icons{
689
- font-size:16px;
690
- }
691
-
692
- .sort-order-indicator{
693
- font-weight: 600;
694
- vertical-align: middle;
695
- font-size: 16px;
696
- }
697
-
698
- .btn-min-col{
699
- cursor:pointer;
700
- top:0;
701
- right:2px;
702
- font-size:20px;
703
- border:none;
704
- background:none;
705
- position:absolute;
706
- padding:0 2px 5px 0;
707
- color:var(--accent-color)
708
- }
709
-
710
- .btn-min-col-hide{
711
- z-index: 0;
712
- visibility: hidden;
713
- pointer-events: none;
714
- }
715
-
716
- .btn-freeze-col{
717
- float:left;
718
- border:none;
719
- cursor:pointer;
720
- background:none
721
- }
722
-
723
- .btn-freeze-col .material-icons{
724
- font-size:16px;
725
- color:var(--accent-color)
726
- }
727
-
728
- .hidden-cols{
729
- max-width:100%;
730
- overflow-x:auto;
731
- clear: both;
732
- white-space:nowrap;
733
- padding: 17px 15px 5px 4px;
734
- }
735
-
736
- .hidden-cols button:first-of-type::before{
737
- content:'Hidden Columns';
738
- font-size:12px;
739
- font-weight:600;
740
- padding-right:11px;
741
- vertical-align:middle
742
- }
743
-
744
- .col-header span{
745
- word-wrap: break-word;
746
- vertical-align:middle;
747
- font-size: var(--reg-font-size);
748
- }
749
-
750
- /*charts*/
751
- .o-ins-div span, .o-ins-div i{
752
- vertical-align: middle;
753
- font-size: 16px;
754
- }
755
-
756
- .aux-chip{
757
- text-align:center;
758
- padding-bottom:33px;
759
- word-wrap: break-word;
760
- white-space:pre-wrap
761
- }
762
-
763
- .insights{
764
- padding: 17px 15px;
765
- }
766
-
767
- .insight-field{
768
- min-height: 100px;
769
- padding: 21px 0;
770
- font-size: large;
771
- white-space:pre-wrap;
772
- word-wrap: break-word;
773
- border-bottom:1px solid lightgray
774
- }
775
-
776
- @media screen and (max-width: 760px){
777
- .insight-field:first-of-type{
778
- padding-top: 7px;
779
- }
780
- }
781
-
782
- @media screen and (min-width:760px){
783
- .insight-field-row{
784
- border-bottom:1px solid lightgray
785
- }
786
-
787
- .insight-field, .aux-chip{
788
- width:50%;
789
- vertical-align:top;
790
- display:inline-block;
791
- border-bottom:none
792
- }
793
- }
794
-
795
- @media screen and (min-width:1024px){
796
- .insight-field, .aux-chip{
797
- width:33%
798
- }
799
- }
800
-
801
- .chart-label-cont{
802
- padding-top: 10px;
803
- text-align: center;
804
- }
805
-
806
- .pie-piece-label{
807
- padding-top: 5px;
808
- margin-right: 27px;
809
- display: inline-block;
810
- }
811
-
812
- .pie-piece-label-sq{
813
- width: 11px;
814
- height: 11px;
815
- margin: 0 0 0 2px;
816
- display: inline-block;
817
- vertical-align: middle;
818
- }
819
-
820
- .pie-piece-label span{
821
- font-size: small;
822
- }
823
-
824
- .pie-piece-label span::before{
825
- font-size: smaller;
826
- padding-right: 4px;
827
- font-weight: 600;
828
- content: attr(data-percent);
829
- }
830
-
831
- .pie-layover{
832
- border-radius: 50%;
833
- background: white;
834
- position: absolute;
835
- padding: 5px !important;
836
- display: flex;
837
- font-size: 17px;
838
- align-items: center;
839
- overflow: hidden;
840
- box-sizing: border-box;
841
- justify-content: center;
842
- color: var(--accent-color);
843
- }
844
-
845
- .pie-layover div{
846
- font-weight: 500;
847
- padding: 0 !important;
848
- }
849
-
850
- .ins-even-dist-ct{
851
- font-size: 24px;
852
- font-weight: 500;
853
- }
854
-
855
- .line-graph-container{
856
- padding: 11px 0 33px 7px !important;
857
- box-sizing: border-box;
858
- margin-left: 11px;
859
- }
860
-
861
- .lg-title-cont{
862
- padding: 0 !important;
863
- text-align: center;
864
- margin: 17px 11px;
865
- }
866
-
867
- .lg-n-marker-cont{
868
- width: 60px;
869
- position: relative;
870
- padding: 0 !important;
871
- box-sizing: border-box;
872
- display: inline-block;
873
- vertical-align: top;
874
- }
875
-
876
- .lg-n-marker-cont::before{
877
- top: 45%;
878
- left: -37px;
879
- display: block;
880
- position: absolute;
881
- white-space: nowrap;
882
- color: var(--grid-color);
883
- content: attr(data-column);
884
- transform: rotate(-90deg);
885
- }
886
-
887
- .lg-n-marker, .lg-n-marker-h{
888
- padding: 0 11px 0 0!important;
889
- font-size: small;
890
- position: relative;
891
- text-align: right;
892
- white-space: nowrap;
893
- box-sizing: border-box;
894
- }
895
-
896
- .line-graph{
897
- width: calc(92% - 60px);
898
- position: relative;
899
- box-sizing: border-box;
900
- display: inline-block;
901
- vertical-align: top;
902
- padding: 0 !important;
903
- border-left: 1px solid var(--accent-color);
904
- border-bottom: 1px solid var(--accent-color);
905
- }
906
-
907
- .lg-lbl-x{
908
- left: 0;
909
- right: 0;
910
- bottom: -45px;
911
- font-size: small;
912
- font-weight: 500;
913
- text-align: center;
914
- position: absolute;
915
- padding: 0 !important;
916
- }
917
-
918
- .btn-line-graph-opts{
919
- margin: 0;
920
- padding: 4px;
921
- background: none;
922
- border-top: 1px solid var(--accent-color);
923
- border-left: 1px solid var(--accent-color);
924
- border-bottom: 1px solid var(--accent-color);
925
- }
926
-
927
- .sp-line-graph-title{
928
- margin-top: 7px;
929
- font-size: large;
930
- text-decoration: underline;
931
- }
932
-
933
- .lg-dt-marker, .lg-dt-marker-h, .vd-n-marker, .vd-n-marker-h{
934
- bottom: -22px;
935
- font-size: small;
936
- position: absolute;
937
- text-align: center;
938
- padding: 0 !important;
939
- display: inline-block;
940
- box-sizing: border-box;
941
- }
942
-
943
- .lg-dt-marker-h, .vd-n-marker-h{
944
- visibility: hidden;
945
- }
946
-
947
- .lg-dt-marker.visible-marker{
948
- margin-left: 21px;
949
- }
950
-
951
- .lg-n-marker-h{
952
- height: 0;/*very important for line graph/dot plot*/
953
- visibility: hidden;
954
- }
955
-
956
- .visible-marker{
957
- z-index: 2;
958
- font-weight: 600;
959
- background: white;
960
- height: unset !important;
961
- padding: 1px 2px !important;
962
- visibility: visible !important;
963
- box-shadow:0 0 2px 1px #afafaf;
964
- -moz-box-shadow:0 0 2px 1px #afafaf;
965
- -webkit-box-shadow:0 0 2px 1px #afafaf
966
- }
967
-
968
- .visible-marker::before{
969
- font-weight: 600;
970
- }
971
-
972
- .lg-dt-marker::before{
973
- top: -15px;
974
- left: 0;
975
- content: "|";
976
- position: absolute;
977
- }
978
-
979
- .vd-n-marker::before{
980
- top: -15px;
981
- left: 50%;
982
- content: "|";
983
- left: calc(50% - 2px);
984
- position: absolute;
985
- }
986
-
987
- .lg-n-marker::before{
988
- top: -4px;
989
- right: -3px;
990
- content: "-";
991
- font-weight: 600;
992
- font-size: large;
993
- position: absolute;
994
- background: white;
995
- }
996
-
997
- .btn-line-graph-opts:hover{
998
- background: #d6d6d6;
999
- transition: background 0.3s ease;
1000
- }
1001
-
1002
- .btn-line-graph-opts:last-of-type{
1003
- border-right: 1px solid var(--accent-color);
1004
- }
1005
-
1006
- .btn-lg-sel{
1007
- color: white !important;
1008
- background: var(--accent-color);
1009
- box-shadow:0 0 2px 1px #afafaf;
1010
- -moz-box-shadow:0 0 2px 1px #afafaf;
1011
- -webkit-box-shadow:0 0 2px 1px #afafaf
1012
- }
1013
-
1014
- .btn-lg-sel:hover{
1015
- background: var(--accent-color);
1016
- }
1017
-
1018
- .lg-plot{
1019
- height: 8px;
1020
- width: 8px;
1021
- opacity: .3;
1022
- cursor: pointer;
1023
- border-radius: 50%;
1024
- position: absolute;
1025
- padding: 0 !important;
1026
- background: var(--accent-color);
1027
- }
1028
-
1029
- .lg-plot:hover{
1030
- z-index: 100;
1031
- opacity: 1 !important;
1032
- }
1033
-
1034
- .lg-plot:hover::after{
1035
- padding: 3px;
1036
- display: inline-block;
1037
- font-size: small;
1038
- border-radius: 5px;
1039
- margin: 0 0 0 25px;
1040
- font-weight: bold;
1041
- content: attr(data-number);
1042
- background: white !important;
1043
- box-shadow:0 0 2px 1px #afafaf;
1044
- -moz-box-shadow:0 0 2px 1px #afafaf;
1045
- -webkit-box-shadow:0 0 2px 1px #afafaf
1046
- }
1047
- /*charts*/
1048
-
1049
- .material-icons{
1050
- font-family:'Material Icons';
1051
- font-weight:400;
1052
- font-style:normal;
1053
- font-size:24px;
1054
- line-height:1;
1055
- letter-spacing:normal;
1056
- text-transform:none;
1057
- display:inline-block;
1058
- white-space:nowrap;
1059
- word-wrap:normal;
1060
- direction:ltr;
1061
- font-feature-settings:'liga';
1062
- -webkit-font-smoothing:antialiased;
1063
- -webkit-font-feature-settings:'liga';
1064
- -webkit-font-smoothing:antialiased
1065
- }