@everymatrix/stage-mm-verification-report 1.1.45 → 1.1.53

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 (39) hide show
  1. package/app.component.css.map +3 -3
  2. package/chunk-2NP6GXZX.js +222 -0
  3. package/{chunk-M5QQKDAP.js.map → chunk-2NP6GXZX.js.map} +1 -1
  4. package/{chunk-HKDY52WR.js → chunk-IYLEQFZO.js} +148 -5
  5. package/chunk-IYLEQFZO.js.map +1 -0
  6. package/chunk-RC3WDILD.js +453 -0
  7. package/{chunk-PY726SUB.js.map → chunk-RC3WDILD.js.map} +1 -1
  8. package/{chunk-AK4GUZ5E.js → chunk-V5FLIYRZ.js} +3 -3
  9. package/{chunk-PGT5GTYA.js → chunk-XWZD6MAW.js} +3 -3
  10. package/component-lib.js +243 -80
  11. package/delete-template-modal.css.map +3 -3
  12. package/dm-button-lib.component.css.map +3 -3
  13. package/dm-date-picker-lib.component.css.map +3 -3
  14. package/dm-input-text-lib.component.css.map +3 -3
  15. package/dm-range-date-picker-lib.component.css.map +3 -3
  16. package/dm-select-lib.component.css.map +3 -3
  17. package/dm-ui-grid-lib.component.css.map +3 -3
  18. package/domains-overload-modal.css.map +3 -3
  19. package/index.html +1 -1
  20. package/main.js +243 -80
  21. package/main.js.map +1 -1
  22. package/media/primeicons.eot +0 -0
  23. package/media/primeicons.svg +345 -0
  24. package/media/primeicons.ttf +0 -0
  25. package/media/primeicons.woff +0 -0
  26. package/media/primeicons.woff2 +0 -0
  27. package/package-stage.json +1 -1
  28. package/package.json +1 -1
  29. package/report-configuration-modal.css.map +3 -3
  30. package/save-template-modal.component.css.map +3 -3
  31. package/send-settings-modal.css.map +3 -3
  32. package/styles.css +1015 -0
  33. package/styles.css.map +3 -3
  34. package/template-select-modal.css.map +3 -3
  35. package/chunk-HKDY52WR.js.map +0 -1
  36. package/chunk-M5QQKDAP.js +0 -222
  37. package/chunk-PY726SUB.js +0 -453
  38. /package/{chunk-AK4GUZ5E.js.map → chunk-V5FLIYRZ.js.map} +0 -0
  39. /package/{chunk-PGT5GTYA.js.map → chunk-XWZD6MAW.js.map} +0 -0
package/styles.css CHANGED
@@ -99,6 +99,1021 @@ summary {
99
99
  display: list-item;
100
100
  }
101
101
 
102
+ /* node_modules/primeicons/primeicons.css */
103
+ @font-face {
104
+ font-family: "primeicons";
105
+ font-display: block;
106
+ src: url("./media/primeicons.eot");
107
+ src:
108
+ url("./media/primeicons.eot?#iefix") format("embedded-opentype"),
109
+ url("./media/primeicons.woff2") format("woff2"),
110
+ url("./media/primeicons.woff") format("woff"),
111
+ url("./media/primeicons.ttf") format("truetype"),
112
+ url("./media/primeicons.svg?#primeicons") format("svg");
113
+ font-weight: normal;
114
+ font-style: normal;
115
+ }
116
+ .pi {
117
+ font-family: "primeicons";
118
+ speak: none;
119
+ font-style: normal;
120
+ font-weight: normal;
121
+ font-variant: normal;
122
+ text-transform: none;
123
+ line-height: 1;
124
+ display: inline-block;
125
+ -webkit-font-smoothing: antialiased;
126
+ -moz-osx-font-smoothing: grayscale;
127
+ }
128
+ .pi:before {
129
+ --webkit-backface-visibility:hidden;
130
+ backface-visibility: hidden;
131
+ }
132
+ .pi-fw {
133
+ width: 1.28571429em;
134
+ text-align: center;
135
+ }
136
+ .pi-spin {
137
+ -webkit-animation: fa-spin 2s infinite linear;
138
+ animation: fa-spin 2s infinite linear;
139
+ }
140
+ @media (prefers-reduced-motion: reduce) {
141
+ .pi-spin {
142
+ -webkit-animation-delay: -1ms;
143
+ animation-delay: -1ms;
144
+ -webkit-animation-duration: 1ms;
145
+ animation-duration: 1ms;
146
+ -webkit-animation-iteration-count: 1;
147
+ animation-iteration-count: 1;
148
+ -webkit-transition-delay: 0s;
149
+ transition-delay: 0s;
150
+ -webkit-transition-duration: 0s;
151
+ transition-duration: 0s;
152
+ }
153
+ }
154
+ @-webkit-keyframes fa-spin {
155
+ 0% {
156
+ -webkit-transform: rotate(0deg);
157
+ transform: rotate(0deg);
158
+ }
159
+ 100% {
160
+ -webkit-transform: rotate(359deg);
161
+ transform: rotate(359deg);
162
+ }
163
+ }
164
+ @keyframes fa-spin {
165
+ 0% {
166
+ -webkit-transform: rotate(0deg);
167
+ transform: rotate(0deg);
168
+ }
169
+ 100% {
170
+ -webkit-transform: rotate(359deg);
171
+ transform: rotate(359deg);
172
+ }
173
+ }
174
+ .pi-folder-plus:before {
175
+ content: "\ea05";
176
+ }
177
+ .pi-receipt:before {
178
+ content: "\ea06";
179
+ }
180
+ .pi-asterisk:before {
181
+ content: "\ea07";
182
+ }
183
+ .pi-face-smile:before {
184
+ content: "\ea08";
185
+ }
186
+ .pi-pinterest:before {
187
+ content: "\ea09";
188
+ }
189
+ .pi-expand:before {
190
+ content: "\ea0a";
191
+ }
192
+ .pi-pen-to-square:before {
193
+ content: "\ea0b";
194
+ }
195
+ .pi-wave-pulse:before {
196
+ content: "\ea0c";
197
+ }
198
+ .pi-turkish-lira:before {
199
+ content: "\ea0d";
200
+ }
201
+ .pi-spinner-dotted:before {
202
+ content: "\ea0e";
203
+ }
204
+ .pi-crown:before {
205
+ content: "\ea0f";
206
+ }
207
+ .pi-pause-circle:before {
208
+ content: "\ea10";
209
+ }
210
+ .pi-warehouse:before {
211
+ content: "\ea11";
212
+ }
213
+ .pi-objects-column:before {
214
+ content: "\ea12";
215
+ }
216
+ .pi-clipboard:before {
217
+ content: "\ea13";
218
+ }
219
+ .pi-play-circle:before {
220
+ content: "\ea14";
221
+ }
222
+ .pi-venus:before {
223
+ content: "\ea15";
224
+ }
225
+ .pi-cart-minus:before {
226
+ content: "\ea16";
227
+ }
228
+ .pi-file-plus:before {
229
+ content: "\ea17";
230
+ }
231
+ .pi-microchip:before {
232
+ content: "\ea18";
233
+ }
234
+ .pi-twitch:before {
235
+ content: "\ea19";
236
+ }
237
+ .pi-building-columns:before {
238
+ content: "\ea1a";
239
+ }
240
+ .pi-file-check:before {
241
+ content: "\ea1b";
242
+ }
243
+ .pi-microchip-ai:before {
244
+ content: "\ea1c";
245
+ }
246
+ .pi-trophy:before {
247
+ content: "\ea1d";
248
+ }
249
+ .pi-barcode:before {
250
+ content: "\ea1e";
251
+ }
252
+ .pi-file-arrow-up:before {
253
+ content: "\ea1f";
254
+ }
255
+ .pi-mars:before {
256
+ content: "\ea20";
257
+ }
258
+ .pi-tiktok:before {
259
+ content: "\ea21";
260
+ }
261
+ .pi-arrow-up-right-and-arrow-down-left-from-center:before {
262
+ content: "\ea22";
263
+ }
264
+ .pi-ethereum:before {
265
+ content: "\ea23";
266
+ }
267
+ .pi-list-check:before {
268
+ content: "\ea24";
269
+ }
270
+ .pi-thumbtack:before {
271
+ content: "\ea25";
272
+ }
273
+ .pi-arrow-down-left-and-arrow-up-right-to-center:before {
274
+ content: "\ea26";
275
+ }
276
+ .pi-equals:before {
277
+ content: "\ea27";
278
+ }
279
+ .pi-lightbulb:before {
280
+ content: "\ea28";
281
+ }
282
+ .pi-star-half:before {
283
+ content: "\ea29";
284
+ }
285
+ .pi-address-book:before {
286
+ content: "\ea2a";
287
+ }
288
+ .pi-chart-scatter:before {
289
+ content: "\ea2b";
290
+ }
291
+ .pi-indian-rupee:before {
292
+ content: "\ea2c";
293
+ }
294
+ .pi-star-half-fill:before {
295
+ content: "\ea2d";
296
+ }
297
+ .pi-cart-arrow-down:before {
298
+ content: "\ea2e";
299
+ }
300
+ .pi-calendar-clock:before {
301
+ content: "\ea2f";
302
+ }
303
+ .pi-sort-up-fill:before {
304
+ content: "\ea30";
305
+ }
306
+ .pi-sparkles:before {
307
+ content: "\ea31";
308
+ }
309
+ .pi-bullseye:before {
310
+ content: "\ea32";
311
+ }
312
+ .pi-sort-down-fill:before {
313
+ content: "\ea33";
314
+ }
315
+ .pi-graduation-cap:before {
316
+ content: "\ea34";
317
+ }
318
+ .pi-hammer:before {
319
+ content: "\ea35";
320
+ }
321
+ .pi-bell-slash:before {
322
+ content: "\ea36";
323
+ }
324
+ .pi-gauge:before {
325
+ content: "\ea37";
326
+ }
327
+ .pi-shop:before {
328
+ content: "\ea38";
329
+ }
330
+ .pi-headphones:before {
331
+ content: "\ea39";
332
+ }
333
+ .pi-eraser:before {
334
+ content: "\ea04";
335
+ }
336
+ .pi-stopwatch:before {
337
+ content: "\ea01";
338
+ }
339
+ .pi-verified:before {
340
+ content: "\ea02";
341
+ }
342
+ .pi-delete-left:before {
343
+ content: "\ea03";
344
+ }
345
+ .pi-hourglass:before {
346
+ content: "\e9fe";
347
+ }
348
+ .pi-truck:before {
349
+ content: "\ea00";
350
+ }
351
+ .pi-wrench:before {
352
+ content: "\e9ff";
353
+ }
354
+ .pi-microphone:before {
355
+ content: "\e9fa";
356
+ }
357
+ .pi-megaphone:before {
358
+ content: "\e9fb";
359
+ }
360
+ .pi-arrow-right-arrow-left:before {
361
+ content: "\e9fc";
362
+ }
363
+ .pi-bitcoin:before {
364
+ content: "\e9fd";
365
+ }
366
+ .pi-file-edit:before {
367
+ content: "\e9f6";
368
+ }
369
+ .pi-language:before {
370
+ content: "\e9f7";
371
+ }
372
+ .pi-file-export:before {
373
+ content: "\e9f8";
374
+ }
375
+ .pi-file-import:before {
376
+ content: "\e9f9";
377
+ }
378
+ .pi-file-word:before {
379
+ content: "\e9f1";
380
+ }
381
+ .pi-gift:before {
382
+ content: "\e9f2";
383
+ }
384
+ .pi-cart-plus:before {
385
+ content: "\e9f3";
386
+ }
387
+ .pi-thumbs-down-fill:before {
388
+ content: "\e9f4";
389
+ }
390
+ .pi-thumbs-up-fill:before {
391
+ content: "\e9f5";
392
+ }
393
+ .pi-arrows-alt:before {
394
+ content: "\e9f0";
395
+ }
396
+ .pi-calculator:before {
397
+ content: "\e9ef";
398
+ }
399
+ .pi-sort-alt-slash:before {
400
+ content: "\e9ee";
401
+ }
402
+ .pi-arrows-h:before {
403
+ content: "\e9ec";
404
+ }
405
+ .pi-arrows-v:before {
406
+ content: "\e9ed";
407
+ }
408
+ .pi-pound:before {
409
+ content: "\e9eb";
410
+ }
411
+ .pi-prime:before {
412
+ content: "\e9ea";
413
+ }
414
+ .pi-chart-pie:before {
415
+ content: "\e9e9";
416
+ }
417
+ .pi-reddit:before {
418
+ content: "\e9e8";
419
+ }
420
+ .pi-code:before {
421
+ content: "\e9e7";
422
+ }
423
+ .pi-sync:before {
424
+ content: "\e9e6";
425
+ }
426
+ .pi-shopping-bag:before {
427
+ content: "\e9e5";
428
+ }
429
+ .pi-server:before {
430
+ content: "\e9e4";
431
+ }
432
+ .pi-database:before {
433
+ content: "\e9e3";
434
+ }
435
+ .pi-hashtag:before {
436
+ content: "\e9e2";
437
+ }
438
+ .pi-bookmark-fill:before {
439
+ content: "\e9df";
440
+ }
441
+ .pi-filter-fill:before {
442
+ content: "\e9e0";
443
+ }
444
+ .pi-heart-fill:before {
445
+ content: "\e9e1";
446
+ }
447
+ .pi-flag-fill:before {
448
+ content: "\e9de";
449
+ }
450
+ .pi-circle:before {
451
+ content: "\e9dc";
452
+ }
453
+ .pi-circle-fill:before {
454
+ content: "\e9dd";
455
+ }
456
+ .pi-bolt:before {
457
+ content: "\e9db";
458
+ }
459
+ .pi-history:before {
460
+ content: "\e9da";
461
+ }
462
+ .pi-box:before {
463
+ content: "\e9d9";
464
+ }
465
+ .pi-at:before {
466
+ content: "\e9d8";
467
+ }
468
+ .pi-arrow-up-right:before {
469
+ content: "\e9d4";
470
+ }
471
+ .pi-arrow-up-left:before {
472
+ content: "\e9d5";
473
+ }
474
+ .pi-arrow-down-left:before {
475
+ content: "\e9d6";
476
+ }
477
+ .pi-arrow-down-right:before {
478
+ content: "\e9d7";
479
+ }
480
+ .pi-telegram:before {
481
+ content: "\e9d3";
482
+ }
483
+ .pi-stop-circle:before {
484
+ content: "\e9d2";
485
+ }
486
+ .pi-stop:before {
487
+ content: "\e9d1";
488
+ }
489
+ .pi-whatsapp:before {
490
+ content: "\e9d0";
491
+ }
492
+ .pi-building:before {
493
+ content: "\e9cf";
494
+ }
495
+ .pi-qrcode:before {
496
+ content: "\e9ce";
497
+ }
498
+ .pi-car:before {
499
+ content: "\e9cd";
500
+ }
501
+ .pi-instagram:before {
502
+ content: "\e9cc";
503
+ }
504
+ .pi-linkedin:before {
505
+ content: "\e9cb";
506
+ }
507
+ .pi-send:before {
508
+ content: "\e9ca";
509
+ }
510
+ .pi-slack:before {
511
+ content: "\e9c9";
512
+ }
513
+ .pi-sun:before {
514
+ content: "\e9c8";
515
+ }
516
+ .pi-moon:before {
517
+ content: "\e9c7";
518
+ }
519
+ .pi-vimeo:before {
520
+ content: "\e9c6";
521
+ }
522
+ .pi-youtube:before {
523
+ content: "\e9c5";
524
+ }
525
+ .pi-flag:before {
526
+ content: "\e9c4";
527
+ }
528
+ .pi-wallet:before {
529
+ content: "\e9c3";
530
+ }
531
+ .pi-map:before {
532
+ content: "\e9c2";
533
+ }
534
+ .pi-link:before {
535
+ content: "\e9c1";
536
+ }
537
+ .pi-credit-card:before {
538
+ content: "\e9bf";
539
+ }
540
+ .pi-discord:before {
541
+ content: "\e9c0";
542
+ }
543
+ .pi-percentage:before {
544
+ content: "\e9be";
545
+ }
546
+ .pi-euro:before {
547
+ content: "\e9bd";
548
+ }
549
+ .pi-book:before {
550
+ content: "\e9ba";
551
+ }
552
+ .pi-shield:before {
553
+ content: "\e9b9";
554
+ }
555
+ .pi-paypal:before {
556
+ content: "\e9bb";
557
+ }
558
+ .pi-amazon:before {
559
+ content: "\e9bc";
560
+ }
561
+ .pi-phone:before {
562
+ content: "\e9b8";
563
+ }
564
+ .pi-filter-slash:before {
565
+ content: "\e9b7";
566
+ }
567
+ .pi-facebook:before {
568
+ content: "\e9b4";
569
+ }
570
+ .pi-github:before {
571
+ content: "\e9b5";
572
+ }
573
+ .pi-twitter:before {
574
+ content: "\e9b6";
575
+ }
576
+ .pi-step-backward-alt:before {
577
+ content: "\e9ac";
578
+ }
579
+ .pi-step-forward-alt:before {
580
+ content: "\e9ad";
581
+ }
582
+ .pi-forward:before {
583
+ content: "\e9ae";
584
+ }
585
+ .pi-backward:before {
586
+ content: "\e9af";
587
+ }
588
+ .pi-fast-backward:before {
589
+ content: "\e9b0";
590
+ }
591
+ .pi-fast-forward:before {
592
+ content: "\e9b1";
593
+ }
594
+ .pi-pause:before {
595
+ content: "\e9b2";
596
+ }
597
+ .pi-play:before {
598
+ content: "\e9b3";
599
+ }
600
+ .pi-compass:before {
601
+ content: "\e9ab";
602
+ }
603
+ .pi-id-card:before {
604
+ content: "\e9aa";
605
+ }
606
+ .pi-ticket:before {
607
+ content: "\e9a9";
608
+ }
609
+ .pi-file-o:before {
610
+ content: "\e9a8";
611
+ }
612
+ .pi-reply:before {
613
+ content: "\e9a7";
614
+ }
615
+ .pi-directions-alt:before {
616
+ content: "\e9a5";
617
+ }
618
+ .pi-directions:before {
619
+ content: "\e9a6";
620
+ }
621
+ .pi-thumbs-up:before {
622
+ content: "\e9a3";
623
+ }
624
+ .pi-thumbs-down:before {
625
+ content: "\e9a4";
626
+ }
627
+ .pi-sort-numeric-down-alt:before {
628
+ content: "\e996";
629
+ }
630
+ .pi-sort-numeric-up-alt:before {
631
+ content: "\e997";
632
+ }
633
+ .pi-sort-alpha-down-alt:before {
634
+ content: "\e998";
635
+ }
636
+ .pi-sort-alpha-up-alt:before {
637
+ content: "\e999";
638
+ }
639
+ .pi-sort-numeric-down:before {
640
+ content: "\e99a";
641
+ }
642
+ .pi-sort-numeric-up:before {
643
+ content: "\e99b";
644
+ }
645
+ .pi-sort-alpha-down:before {
646
+ content: "\e99c";
647
+ }
648
+ .pi-sort-alpha-up:before {
649
+ content: "\e99d";
650
+ }
651
+ .pi-sort-alt:before {
652
+ content: "\e99e";
653
+ }
654
+ .pi-sort-amount-up:before {
655
+ content: "\e99f";
656
+ }
657
+ .pi-sort-amount-down:before {
658
+ content: "\e9a0";
659
+ }
660
+ .pi-sort-amount-down-alt:before {
661
+ content: "\e9a1";
662
+ }
663
+ .pi-sort-amount-up-alt:before {
664
+ content: "\e9a2";
665
+ }
666
+ .pi-palette:before {
667
+ content: "\e995";
668
+ }
669
+ .pi-undo:before {
670
+ content: "\e994";
671
+ }
672
+ .pi-desktop:before {
673
+ content: "\e993";
674
+ }
675
+ .pi-sliders-v:before {
676
+ content: "\e991";
677
+ }
678
+ .pi-sliders-h:before {
679
+ content: "\e992";
680
+ }
681
+ .pi-search-plus:before {
682
+ content: "\e98f";
683
+ }
684
+ .pi-search-minus:before {
685
+ content: "\e990";
686
+ }
687
+ .pi-file-excel:before {
688
+ content: "\e98e";
689
+ }
690
+ .pi-file-pdf:before {
691
+ content: "\e98d";
692
+ }
693
+ .pi-check-square:before {
694
+ content: "\e98c";
695
+ }
696
+ .pi-chart-line:before {
697
+ content: "\e98b";
698
+ }
699
+ .pi-user-edit:before {
700
+ content: "\e98a";
701
+ }
702
+ .pi-exclamation-circle:before {
703
+ content: "\e989";
704
+ }
705
+ .pi-android:before {
706
+ content: "\e985";
707
+ }
708
+ .pi-google:before {
709
+ content: "\e986";
710
+ }
711
+ .pi-apple:before {
712
+ content: "\e987";
713
+ }
714
+ .pi-microsoft:before {
715
+ content: "\e988";
716
+ }
717
+ .pi-heart:before {
718
+ content: "\e984";
719
+ }
720
+ .pi-mobile:before {
721
+ content: "\e982";
722
+ }
723
+ .pi-tablet:before {
724
+ content: "\e983";
725
+ }
726
+ .pi-key:before {
727
+ content: "\e981";
728
+ }
729
+ .pi-shopping-cart:before {
730
+ content: "\e980";
731
+ }
732
+ .pi-comments:before {
733
+ content: "\e97e";
734
+ }
735
+ .pi-comment:before {
736
+ content: "\e97f";
737
+ }
738
+ .pi-briefcase:before {
739
+ content: "\e97d";
740
+ }
741
+ .pi-bell:before {
742
+ content: "\e97c";
743
+ }
744
+ .pi-paperclip:before {
745
+ content: "\e97b";
746
+ }
747
+ .pi-share-alt:before {
748
+ content: "\e97a";
749
+ }
750
+ .pi-envelope:before {
751
+ content: "\e979";
752
+ }
753
+ .pi-volume-down:before {
754
+ content: "\e976";
755
+ }
756
+ .pi-volume-up:before {
757
+ content: "\e977";
758
+ }
759
+ .pi-volume-off:before {
760
+ content: "\e978";
761
+ }
762
+ .pi-eject:before {
763
+ content: "\e975";
764
+ }
765
+ .pi-money-bill:before {
766
+ content: "\e974";
767
+ }
768
+ .pi-images:before {
769
+ content: "\e973";
770
+ }
771
+ .pi-image:before {
772
+ content: "\e972";
773
+ }
774
+ .pi-sign-in:before {
775
+ content: "\e970";
776
+ }
777
+ .pi-sign-out:before {
778
+ content: "\e971";
779
+ }
780
+ .pi-wifi:before {
781
+ content: "\e96f";
782
+ }
783
+ .pi-sitemap:before {
784
+ content: "\e96e";
785
+ }
786
+ .pi-chart-bar:before {
787
+ content: "\e96d";
788
+ }
789
+ .pi-camera:before {
790
+ content: "\e96c";
791
+ }
792
+ .pi-dollar:before {
793
+ content: "\e96b";
794
+ }
795
+ .pi-lock-open:before {
796
+ content: "\e96a";
797
+ }
798
+ .pi-table:before {
799
+ content: "\e969";
800
+ }
801
+ .pi-map-marker:before {
802
+ content: "\e968";
803
+ }
804
+ .pi-list:before {
805
+ content: "\e967";
806
+ }
807
+ .pi-eye-slash:before {
808
+ content: "\e965";
809
+ }
810
+ .pi-eye:before {
811
+ content: "\e966";
812
+ }
813
+ .pi-folder-open:before {
814
+ content: "\e964";
815
+ }
816
+ .pi-folder:before {
817
+ content: "\e963";
818
+ }
819
+ .pi-video:before {
820
+ content: "\e962";
821
+ }
822
+ .pi-inbox:before {
823
+ content: "\e961";
824
+ }
825
+ .pi-lock:before {
826
+ content: "\e95f";
827
+ }
828
+ .pi-unlock:before {
829
+ content: "\e960";
830
+ }
831
+ .pi-tags:before {
832
+ content: "\e95d";
833
+ }
834
+ .pi-tag:before {
835
+ content: "\e95e";
836
+ }
837
+ .pi-power-off:before {
838
+ content: "\e95c";
839
+ }
840
+ .pi-save:before {
841
+ content: "\e95b";
842
+ }
843
+ .pi-question-circle:before {
844
+ content: "\e959";
845
+ }
846
+ .pi-question:before {
847
+ content: "\e95a";
848
+ }
849
+ .pi-copy:before {
850
+ content: "\e957";
851
+ }
852
+ .pi-file:before {
853
+ content: "\e958";
854
+ }
855
+ .pi-clone:before {
856
+ content: "\e955";
857
+ }
858
+ .pi-calendar-times:before {
859
+ content: "\e952";
860
+ }
861
+ .pi-calendar-minus:before {
862
+ content: "\e953";
863
+ }
864
+ .pi-calendar-plus:before {
865
+ content: "\e954";
866
+ }
867
+ .pi-ellipsis-v:before {
868
+ content: "\e950";
869
+ }
870
+ .pi-ellipsis-h:before {
871
+ content: "\e951";
872
+ }
873
+ .pi-bookmark:before {
874
+ content: "\e94e";
875
+ }
876
+ .pi-globe:before {
877
+ content: "\e94f";
878
+ }
879
+ .pi-replay:before {
880
+ content: "\e94d";
881
+ }
882
+ .pi-filter:before {
883
+ content: "\e94c";
884
+ }
885
+ .pi-print:before {
886
+ content: "\e94b";
887
+ }
888
+ .pi-align-right:before {
889
+ content: "\e946";
890
+ }
891
+ .pi-align-left:before {
892
+ content: "\e947";
893
+ }
894
+ .pi-align-center:before {
895
+ content: "\e948";
896
+ }
897
+ .pi-align-justify:before {
898
+ content: "\e949";
899
+ }
900
+ .pi-cog:before {
901
+ content: "\e94a";
902
+ }
903
+ .pi-cloud-download:before {
904
+ content: "\e943";
905
+ }
906
+ .pi-cloud-upload:before {
907
+ content: "\e944";
908
+ }
909
+ .pi-cloud:before {
910
+ content: "\e945";
911
+ }
912
+ .pi-pencil:before {
913
+ content: "\e942";
914
+ }
915
+ .pi-users:before {
916
+ content: "\e941";
917
+ }
918
+ .pi-clock:before {
919
+ content: "\e940";
920
+ }
921
+ .pi-user-minus:before {
922
+ content: "\e93e";
923
+ }
924
+ .pi-user-plus:before {
925
+ content: "\e93f";
926
+ }
927
+ .pi-trash:before {
928
+ content: "\e93d";
929
+ }
930
+ .pi-external-link:before {
931
+ content: "\e93c";
932
+ }
933
+ .pi-window-maximize:before {
934
+ content: "\e93b";
935
+ }
936
+ .pi-window-minimize:before {
937
+ content: "\e93a";
938
+ }
939
+ .pi-refresh:before {
940
+ content: "\e938";
941
+ }
942
+ .pi-user:before {
943
+ content: "\e939";
944
+ }
945
+ .pi-exclamation-triangle:before {
946
+ content: "\e922";
947
+ }
948
+ .pi-calendar:before {
949
+ content: "\e927";
950
+ }
951
+ .pi-chevron-circle-left:before {
952
+ content: "\e928";
953
+ }
954
+ .pi-chevron-circle-down:before {
955
+ content: "\e929";
956
+ }
957
+ .pi-chevron-circle-right:before {
958
+ content: "\e92a";
959
+ }
960
+ .pi-chevron-circle-up:before {
961
+ content: "\e92b";
962
+ }
963
+ .pi-angle-double-down:before {
964
+ content: "\e92c";
965
+ }
966
+ .pi-angle-double-left:before {
967
+ content: "\e92d";
968
+ }
969
+ .pi-angle-double-right:before {
970
+ content: "\e92e";
971
+ }
972
+ .pi-angle-double-up:before {
973
+ content: "\e92f";
974
+ }
975
+ .pi-angle-down:before {
976
+ content: "\e930";
977
+ }
978
+ .pi-angle-left:before {
979
+ content: "\e931";
980
+ }
981
+ .pi-angle-right:before {
982
+ content: "\e932";
983
+ }
984
+ .pi-angle-up:before {
985
+ content: "\e933";
986
+ }
987
+ .pi-upload:before {
988
+ content: "\e934";
989
+ }
990
+ .pi-download:before {
991
+ content: "\e956";
992
+ }
993
+ .pi-ban:before {
994
+ content: "\e935";
995
+ }
996
+ .pi-star-fill:before {
997
+ content: "\e936";
998
+ }
999
+ .pi-star:before {
1000
+ content: "\e937";
1001
+ }
1002
+ .pi-chevron-left:before {
1003
+ content: "\e900";
1004
+ }
1005
+ .pi-chevron-right:before {
1006
+ content: "\e901";
1007
+ }
1008
+ .pi-chevron-down:before {
1009
+ content: "\e902";
1010
+ }
1011
+ .pi-chevron-up:before {
1012
+ content: "\e903";
1013
+ }
1014
+ .pi-caret-left:before {
1015
+ content: "\e904";
1016
+ }
1017
+ .pi-caret-right:before {
1018
+ content: "\e905";
1019
+ }
1020
+ .pi-caret-down:before {
1021
+ content: "\e906";
1022
+ }
1023
+ .pi-caret-up:before {
1024
+ content: "\e907";
1025
+ }
1026
+ .pi-search:before {
1027
+ content: "\e908";
1028
+ }
1029
+ .pi-check:before {
1030
+ content: "\e909";
1031
+ }
1032
+ .pi-check-circle:before {
1033
+ content: "\e90a";
1034
+ }
1035
+ .pi-times:before {
1036
+ content: "\e90b";
1037
+ }
1038
+ .pi-times-circle:before {
1039
+ content: "\e90c";
1040
+ }
1041
+ .pi-plus:before {
1042
+ content: "\e90d";
1043
+ }
1044
+ .pi-plus-circle:before {
1045
+ content: "\e90e";
1046
+ }
1047
+ .pi-minus:before {
1048
+ content: "\e90f";
1049
+ }
1050
+ .pi-minus-circle:before {
1051
+ content: "\e910";
1052
+ }
1053
+ .pi-circle-on:before {
1054
+ content: "\e911";
1055
+ }
1056
+ .pi-circle-off:before {
1057
+ content: "\e912";
1058
+ }
1059
+ .pi-sort-down:before {
1060
+ content: "\e913";
1061
+ }
1062
+ .pi-sort-up:before {
1063
+ content: "\e914";
1064
+ }
1065
+ .pi-sort:before {
1066
+ content: "\e915";
1067
+ }
1068
+ .pi-step-backward:before {
1069
+ content: "\e916";
1070
+ }
1071
+ .pi-step-forward:before {
1072
+ content: "\e917";
1073
+ }
1074
+ .pi-th-large:before {
1075
+ content: "\e918";
1076
+ }
1077
+ .pi-arrow-down:before {
1078
+ content: "\e919";
1079
+ }
1080
+ .pi-arrow-left:before {
1081
+ content: "\e91a";
1082
+ }
1083
+ .pi-arrow-right:before {
1084
+ content: "\e91b";
1085
+ }
1086
+ .pi-arrow-up:before {
1087
+ content: "\e91c";
1088
+ }
1089
+ .pi-bars:before {
1090
+ content: "\e91d";
1091
+ }
1092
+ .pi-arrow-circle-down:before {
1093
+ content: "\e91e";
1094
+ }
1095
+ .pi-arrow-circle-left:before {
1096
+ content: "\e91f";
1097
+ }
1098
+ .pi-arrow-circle-right:before {
1099
+ content: "\e920";
1100
+ }
1101
+ .pi-arrow-circle-up:before {
1102
+ content: "\e921";
1103
+ }
1104
+ .pi-info:before {
1105
+ content: "\e923";
1106
+ }
1107
+ .pi-info-circle:before {
1108
+ content: "\e924";
1109
+ }
1110
+ .pi-home:before {
1111
+ content: "\e925";
1112
+ }
1113
+ .pi-spinner:before {
1114
+ content: "\e926";
1115
+ }
1116
+
102
1117
  /* apps/reports/moneymatrix/verification/src/styles.scss */
103
1118
  * {
104
1119
  font-family: