@paperless/angular 2.8.5 → 2.8.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/modules/table/components/table-cell/table-cell.component.mjs +10 -10
- package/fesm2015/paperless-angular.mjs +9 -9
- package/fesm2015/paperless-angular.mjs.map +1 -1
- package/fesm2020/paperless-angular.mjs +9 -9
- package/fesm2020/paperless-angular.mjs.map +1 -1
- package/package.json +1 -1
- package/paperless.css +156 -180
package/package.json
CHANGED
package/paperless.css
CHANGED
|
@@ -100,52 +100,52 @@
|
|
|
100
100
|
height: 1.5rem !important
|
|
101
101
|
}
|
|
102
102
|
|
|
103
|
-
.w-
|
|
104
|
-
width:
|
|
103
|
+
.w-1\/12 {
|
|
104
|
+
width: 8.333333% !important
|
|
105
105
|
}
|
|
106
106
|
|
|
107
|
-
.w
|
|
108
|
-
width:
|
|
107
|
+
.w-10\/12 {
|
|
108
|
+
width: 83.333333% !important
|
|
109
109
|
}
|
|
110
110
|
|
|
111
|
-
.w
|
|
112
|
-
width:
|
|
111
|
+
.w-11\/12 {
|
|
112
|
+
width: 91.666667% !important
|
|
113
113
|
}
|
|
114
114
|
|
|
115
|
-
.w
|
|
116
|
-
width:
|
|
115
|
+
.w-2\/12 {
|
|
116
|
+
width: 16.666667% !important
|
|
117
117
|
}
|
|
118
118
|
|
|
119
|
-
.w
|
|
120
|
-
width:
|
|
119
|
+
.w-3\/12 {
|
|
120
|
+
width: 25% !important
|
|
121
121
|
}
|
|
122
122
|
|
|
123
|
-
.w
|
|
124
|
-
width:
|
|
123
|
+
.w-4\/12 {
|
|
124
|
+
width: 33.333333% !important
|
|
125
125
|
}
|
|
126
126
|
|
|
127
|
-
.w
|
|
128
|
-
width:
|
|
127
|
+
.w-5\/12 {
|
|
128
|
+
width: 41.666667% !important
|
|
129
129
|
}
|
|
130
130
|
|
|
131
|
-
.w
|
|
132
|
-
width:
|
|
131
|
+
.w-6 {
|
|
132
|
+
width: 1.5rem !important
|
|
133
133
|
}
|
|
134
134
|
|
|
135
|
-
.w
|
|
136
|
-
width:
|
|
135
|
+
.w-6\/12 {
|
|
136
|
+
width: 50% !important
|
|
137
137
|
}
|
|
138
138
|
|
|
139
|
-
.w
|
|
140
|
-
width:
|
|
139
|
+
.w-7\/12 {
|
|
140
|
+
width: 58.333333% !important
|
|
141
141
|
}
|
|
142
142
|
|
|
143
|
-
.w
|
|
144
|
-
width:
|
|
143
|
+
.w-8\/12 {
|
|
144
|
+
width: 66.666667% !important
|
|
145
145
|
}
|
|
146
146
|
|
|
147
|
-
.w
|
|
148
|
-
width:
|
|
147
|
+
.w-9\/12 {
|
|
148
|
+
width: 75% !important
|
|
149
149
|
}
|
|
150
150
|
|
|
151
151
|
.w-full {
|
|
@@ -156,10 +156,6 @@
|
|
|
156
156
|
flex: 1 1 0% !important
|
|
157
157
|
}
|
|
158
158
|
|
|
159
|
-
.flex-shrink-0 {
|
|
160
|
-
flex-shrink: 0 !important
|
|
161
|
-
}
|
|
162
|
-
|
|
163
159
|
.transform {
|
|
164
160
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
|
|
165
161
|
}
|
|
@@ -519,48 +515,48 @@
|
|
|
519
515
|
display: none !important
|
|
520
516
|
}
|
|
521
517
|
|
|
522
|
-
.tablet\:w
|
|
523
|
-
width:
|
|
518
|
+
.tablet\:w-1\/12 {
|
|
519
|
+
width: 8.333333% !important
|
|
524
520
|
}
|
|
525
521
|
|
|
526
|
-
.tablet\:w
|
|
527
|
-
width:
|
|
522
|
+
.tablet\:w-10\/12 {
|
|
523
|
+
width: 83.333333% !important
|
|
528
524
|
}
|
|
529
525
|
|
|
530
|
-
.tablet\:w
|
|
531
|
-
width:
|
|
526
|
+
.tablet\:w-11\/12 {
|
|
527
|
+
width: 91.666667% !important
|
|
532
528
|
}
|
|
533
529
|
|
|
534
|
-
.tablet\:w
|
|
535
|
-
width:
|
|
530
|
+
.tablet\:w-2\/12 {
|
|
531
|
+
width: 16.666667% !important
|
|
536
532
|
}
|
|
537
533
|
|
|
538
|
-
.tablet\:w
|
|
539
|
-
width:
|
|
534
|
+
.tablet\:w-3\/12 {
|
|
535
|
+
width: 25% !important
|
|
540
536
|
}
|
|
541
537
|
|
|
542
|
-
.tablet\:w
|
|
543
|
-
width:
|
|
538
|
+
.tablet\:w-4\/12 {
|
|
539
|
+
width: 33.333333% !important
|
|
544
540
|
}
|
|
545
541
|
|
|
546
|
-
.tablet\:w
|
|
547
|
-
width:
|
|
542
|
+
.tablet\:w-5\/12 {
|
|
543
|
+
width: 41.666667% !important
|
|
548
544
|
}
|
|
549
545
|
|
|
550
|
-
.tablet\:w
|
|
551
|
-
width:
|
|
546
|
+
.tablet\:w-6\/12 {
|
|
547
|
+
width: 50% !important
|
|
552
548
|
}
|
|
553
549
|
|
|
554
|
-
.tablet\:w
|
|
555
|
-
width:
|
|
550
|
+
.tablet\:w-7\/12 {
|
|
551
|
+
width: 58.333333% !important
|
|
556
552
|
}
|
|
557
553
|
|
|
558
|
-
.tablet\:w
|
|
559
|
-
width:
|
|
554
|
+
.tablet\:w-8\/12 {
|
|
555
|
+
width: 66.666667% !important
|
|
560
556
|
}
|
|
561
557
|
|
|
562
|
-
.tablet\:w
|
|
563
|
-
width:
|
|
558
|
+
.tablet\:w-9\/12 {
|
|
559
|
+
width: 75% !important
|
|
564
560
|
}
|
|
565
561
|
|
|
566
562
|
.tablet\:w-auto {
|
|
@@ -593,52 +589,48 @@
|
|
|
593
589
|
display: none !important
|
|
594
590
|
}
|
|
595
591
|
|
|
596
|
-
.desktop-xs\:w
|
|
597
|
-
width:
|
|
598
|
-
}
|
|
599
|
-
|
|
600
|
-
.desktop-xs\:w-\[calc\(10\/12\*100\%-0\.5rem\)\] {
|
|
601
|
-
width: calc(10 / 12 * 100% - 0.5rem) !important
|
|
592
|
+
.desktop-xs\:w-1\/12 {
|
|
593
|
+
width: 8.333333% !important
|
|
602
594
|
}
|
|
603
595
|
|
|
604
|
-
.desktop-xs\:w
|
|
605
|
-
width:
|
|
596
|
+
.desktop-xs\:w-10\/12 {
|
|
597
|
+
width: 83.333333% !important
|
|
606
598
|
}
|
|
607
599
|
|
|
608
|
-
.desktop-xs\:w
|
|
609
|
-
width:
|
|
600
|
+
.desktop-xs\:w-11\/12 {
|
|
601
|
+
width: 91.666667% !important
|
|
610
602
|
}
|
|
611
603
|
|
|
612
|
-
.desktop-xs\:w
|
|
613
|
-
width:
|
|
604
|
+
.desktop-xs\:w-2\/12 {
|
|
605
|
+
width: 16.666667% !important
|
|
614
606
|
}
|
|
615
607
|
|
|
616
|
-
.desktop-xs\:w
|
|
617
|
-
width:
|
|
608
|
+
.desktop-xs\:w-3\/12 {
|
|
609
|
+
width: 25% !important
|
|
618
610
|
}
|
|
619
611
|
|
|
620
|
-
.desktop-xs\:w
|
|
621
|
-
width:
|
|
612
|
+
.desktop-xs\:w-4\/12 {
|
|
613
|
+
width: 33.333333% !important
|
|
622
614
|
}
|
|
623
615
|
|
|
624
|
-
.desktop-xs\:w
|
|
625
|
-
width:
|
|
616
|
+
.desktop-xs\:w-5\/12 {
|
|
617
|
+
width: 41.666667% !important
|
|
626
618
|
}
|
|
627
619
|
|
|
628
|
-
.desktop-xs\:w
|
|
629
|
-
width:
|
|
620
|
+
.desktop-xs\:w-6\/12 {
|
|
621
|
+
width: 50% !important
|
|
630
622
|
}
|
|
631
623
|
|
|
632
|
-
.desktop-xs\:w
|
|
633
|
-
width:
|
|
624
|
+
.desktop-xs\:w-7\/12 {
|
|
625
|
+
width: 58.333333% !important
|
|
634
626
|
}
|
|
635
627
|
|
|
636
|
-
.desktop-xs\:w
|
|
637
|
-
width:
|
|
628
|
+
.desktop-xs\:w-8\/12 {
|
|
629
|
+
width: 66.666667% !important
|
|
638
630
|
}
|
|
639
631
|
|
|
640
|
-
.desktop-xs\:w
|
|
641
|
-
width:
|
|
632
|
+
.desktop-xs\:w-9\/12 {
|
|
633
|
+
width: 75% !important
|
|
642
634
|
}
|
|
643
635
|
|
|
644
636
|
.desktop-xs\:pr-0 {
|
|
@@ -667,52 +659,48 @@
|
|
|
667
659
|
display: none !important
|
|
668
660
|
}
|
|
669
661
|
|
|
670
|
-
.desktop-sm\:w
|
|
671
|
-
width:
|
|
662
|
+
.desktop-sm\:w-1\/12 {
|
|
663
|
+
width: 8.333333% !important
|
|
672
664
|
}
|
|
673
665
|
|
|
674
|
-
.desktop-sm\:w
|
|
675
|
-
width:
|
|
666
|
+
.desktop-sm\:w-10\/12 {
|
|
667
|
+
width: 83.333333% !important
|
|
676
668
|
}
|
|
677
669
|
|
|
678
|
-
.desktop-sm\:w
|
|
679
|
-
width:
|
|
670
|
+
.desktop-sm\:w-11\/12 {
|
|
671
|
+
width: 91.666667% !important
|
|
680
672
|
}
|
|
681
673
|
|
|
682
|
-
.desktop-sm\:w
|
|
683
|
-
width:
|
|
674
|
+
.desktop-sm\:w-2\/12 {
|
|
675
|
+
width: 16.666667% !important
|
|
684
676
|
}
|
|
685
677
|
|
|
686
|
-
.desktop-sm\:w
|
|
687
|
-
width:
|
|
678
|
+
.desktop-sm\:w-3\/12 {
|
|
679
|
+
width: 25% !important
|
|
688
680
|
}
|
|
689
681
|
|
|
690
|
-
.desktop-sm\:w
|
|
691
|
-
width:
|
|
682
|
+
.desktop-sm\:w-4\/12 {
|
|
683
|
+
width: 33.333333% !important
|
|
692
684
|
}
|
|
693
685
|
|
|
694
|
-
.desktop-sm\:w
|
|
695
|
-
width:
|
|
686
|
+
.desktop-sm\:w-5\/12 {
|
|
687
|
+
width: 41.666667% !important
|
|
696
688
|
}
|
|
697
689
|
|
|
698
|
-
.desktop-sm\:w
|
|
699
|
-
width:
|
|
690
|
+
.desktop-sm\:w-6\/12 {
|
|
691
|
+
width: 50% !important
|
|
700
692
|
}
|
|
701
693
|
|
|
702
|
-
.desktop-sm\:w
|
|
703
|
-
width:
|
|
694
|
+
.desktop-sm\:w-7\/12 {
|
|
695
|
+
width: 58.333333% !important
|
|
704
696
|
}
|
|
705
697
|
|
|
706
|
-
.desktop-sm\:w
|
|
707
|
-
width:
|
|
698
|
+
.desktop-sm\:w-8\/12 {
|
|
699
|
+
width: 66.666667% !important
|
|
708
700
|
}
|
|
709
701
|
|
|
710
|
-
.desktop-sm\:w
|
|
711
|
-
width:
|
|
712
|
-
}
|
|
713
|
-
|
|
714
|
-
.desktop-sm\:w-\[calc\(9\/12\*100\%-0\.5rem\)\] {
|
|
715
|
-
width: calc(9 / 12 * 100% - 0.5rem) !important
|
|
702
|
+
.desktop-sm\:w-9\/12 {
|
|
703
|
+
width: 75% !important
|
|
716
704
|
}
|
|
717
705
|
|
|
718
706
|
.desktop-sm\:pr-0 {
|
|
@@ -741,52 +729,48 @@
|
|
|
741
729
|
display: none !important
|
|
742
730
|
}
|
|
743
731
|
|
|
744
|
-
.desktop\:w
|
|
745
|
-
width:
|
|
746
|
-
}
|
|
747
|
-
|
|
748
|
-
.desktop\:w-\[calc\(10\/12\*100\%-0\.5rem\)\] {
|
|
749
|
-
width: calc(10 / 12 * 100% - 0.5rem) !important
|
|
732
|
+
.desktop\:w-1\/12 {
|
|
733
|
+
width: 8.333333% !important
|
|
750
734
|
}
|
|
751
735
|
|
|
752
|
-
.desktop\:w
|
|
753
|
-
width:
|
|
736
|
+
.desktop\:w-10\/12 {
|
|
737
|
+
width: 83.333333% !important
|
|
754
738
|
}
|
|
755
739
|
|
|
756
|
-
.desktop\:w
|
|
757
|
-
width:
|
|
740
|
+
.desktop\:w-11\/12 {
|
|
741
|
+
width: 91.666667% !important
|
|
758
742
|
}
|
|
759
743
|
|
|
760
|
-
.desktop\:w
|
|
761
|
-
width:
|
|
744
|
+
.desktop\:w-2\/12 {
|
|
745
|
+
width: 16.666667% !important
|
|
762
746
|
}
|
|
763
747
|
|
|
764
|
-
.desktop\:w
|
|
765
|
-
width:
|
|
748
|
+
.desktop\:w-3\/12 {
|
|
749
|
+
width: 25% !important
|
|
766
750
|
}
|
|
767
751
|
|
|
768
|
-
.desktop\:w
|
|
769
|
-
width:
|
|
752
|
+
.desktop\:w-4\/12 {
|
|
753
|
+
width: 33.333333% !important
|
|
770
754
|
}
|
|
771
755
|
|
|
772
|
-
.desktop\:w
|
|
773
|
-
width:
|
|
756
|
+
.desktop\:w-5\/12 {
|
|
757
|
+
width: 41.666667% !important
|
|
774
758
|
}
|
|
775
759
|
|
|
776
|
-
.desktop\:w
|
|
777
|
-
width:
|
|
760
|
+
.desktop\:w-6\/12 {
|
|
761
|
+
width: 50% !important
|
|
778
762
|
}
|
|
779
763
|
|
|
780
|
-
.desktop\:w
|
|
781
|
-
width:
|
|
764
|
+
.desktop\:w-7\/12 {
|
|
765
|
+
width: 58.333333% !important
|
|
782
766
|
}
|
|
783
767
|
|
|
784
|
-
.desktop\:w
|
|
785
|
-
width:
|
|
768
|
+
.desktop\:w-8\/12 {
|
|
769
|
+
width: 66.666667% !important
|
|
786
770
|
}
|
|
787
771
|
|
|
788
|
-
.desktop\:w
|
|
789
|
-
width:
|
|
772
|
+
.desktop\:w-9\/12 {
|
|
773
|
+
width: 75% !important
|
|
790
774
|
}
|
|
791
775
|
|
|
792
776
|
.desktop\:pr-0 {
|
|
@@ -815,52 +799,48 @@
|
|
|
815
799
|
display: none !important
|
|
816
800
|
}
|
|
817
801
|
|
|
818
|
-
.desktop-lg\:w
|
|
819
|
-
width:
|
|
802
|
+
.desktop-lg\:w-1\/12 {
|
|
803
|
+
width: 8.333333% !important
|
|
820
804
|
}
|
|
821
805
|
|
|
822
|
-
.desktop-lg\:w
|
|
823
|
-
width:
|
|
806
|
+
.desktop-lg\:w-10\/12 {
|
|
807
|
+
width: 83.333333% !important
|
|
824
808
|
}
|
|
825
809
|
|
|
826
|
-
.desktop-lg\:w
|
|
827
|
-
width:
|
|
810
|
+
.desktop-lg\:w-11\/12 {
|
|
811
|
+
width: 91.666667% !important
|
|
828
812
|
}
|
|
829
813
|
|
|
830
|
-
.desktop-lg\:w
|
|
831
|
-
width:
|
|
814
|
+
.desktop-lg\:w-2\/12 {
|
|
815
|
+
width: 16.666667% !important
|
|
832
816
|
}
|
|
833
817
|
|
|
834
|
-
.desktop-lg\:w
|
|
835
|
-
width:
|
|
818
|
+
.desktop-lg\:w-3\/12 {
|
|
819
|
+
width: 25% !important
|
|
836
820
|
}
|
|
837
821
|
|
|
838
|
-
.desktop-lg\:w
|
|
839
|
-
width:
|
|
822
|
+
.desktop-lg\:w-4\/12 {
|
|
823
|
+
width: 33.333333% !important
|
|
840
824
|
}
|
|
841
825
|
|
|
842
|
-
.desktop-lg\:w
|
|
843
|
-
width:
|
|
826
|
+
.desktop-lg\:w-5\/12 {
|
|
827
|
+
width: 41.666667% !important
|
|
844
828
|
}
|
|
845
829
|
|
|
846
|
-
.desktop-lg\:w
|
|
847
|
-
width:
|
|
830
|
+
.desktop-lg\:w-6\/12 {
|
|
831
|
+
width: 50% !important
|
|
848
832
|
}
|
|
849
833
|
|
|
850
|
-
.desktop-lg\:w
|
|
851
|
-
width:
|
|
834
|
+
.desktop-lg\:w-7\/12 {
|
|
835
|
+
width: 58.333333% !important
|
|
852
836
|
}
|
|
853
837
|
|
|
854
|
-
.desktop-lg\:w
|
|
855
|
-
width:
|
|
838
|
+
.desktop-lg\:w-8\/12 {
|
|
839
|
+
width: 66.666667% !important
|
|
856
840
|
}
|
|
857
841
|
|
|
858
|
-
.desktop-lg\:w
|
|
859
|
-
width:
|
|
860
|
-
}
|
|
861
|
-
|
|
862
|
-
.desktop-lg\:w-\[calc\(9\/12\*100\%-0\.5rem\)\] {
|
|
863
|
-
width: calc(9 / 12 * 100% - 0.5rem) !important
|
|
842
|
+
.desktop-lg\:w-9\/12 {
|
|
843
|
+
width: 75% !important
|
|
864
844
|
}
|
|
865
845
|
|
|
866
846
|
.desktop-lg\:pr-0 {
|
|
@@ -889,52 +869,48 @@
|
|
|
889
869
|
display: none !important
|
|
890
870
|
}
|
|
891
871
|
|
|
892
|
-
.desktop-xl\:w
|
|
893
|
-
width:
|
|
894
|
-
}
|
|
895
|
-
|
|
896
|
-
.desktop-xl\:w-\[calc\(10\/12\*100\%-0\.5rem\)\] {
|
|
897
|
-
width: calc(10 / 12 * 100% - 0.5rem) !important
|
|
872
|
+
.desktop-xl\:w-1\/12 {
|
|
873
|
+
width: 8.333333% !important
|
|
898
874
|
}
|
|
899
875
|
|
|
900
|
-
.desktop-xl\:w
|
|
901
|
-
width:
|
|
876
|
+
.desktop-xl\:w-10\/12 {
|
|
877
|
+
width: 83.333333% !important
|
|
902
878
|
}
|
|
903
879
|
|
|
904
|
-
.desktop-xl\:w
|
|
905
|
-
width:
|
|
880
|
+
.desktop-xl\:w-11\/12 {
|
|
881
|
+
width: 91.666667% !important
|
|
906
882
|
}
|
|
907
883
|
|
|
908
|
-
.desktop-xl\:w
|
|
909
|
-
width:
|
|
884
|
+
.desktop-xl\:w-2\/12 {
|
|
885
|
+
width: 16.666667% !important
|
|
910
886
|
}
|
|
911
887
|
|
|
912
|
-
.desktop-xl\:w
|
|
913
|
-
width:
|
|
888
|
+
.desktop-xl\:w-3\/12 {
|
|
889
|
+
width: 25% !important
|
|
914
890
|
}
|
|
915
891
|
|
|
916
|
-
.desktop-xl\:w
|
|
917
|
-
width:
|
|
892
|
+
.desktop-xl\:w-4\/12 {
|
|
893
|
+
width: 33.333333% !important
|
|
918
894
|
}
|
|
919
895
|
|
|
920
|
-
.desktop-xl\:w
|
|
921
|
-
width:
|
|
896
|
+
.desktop-xl\:w-5\/12 {
|
|
897
|
+
width: 41.666667% !important
|
|
922
898
|
}
|
|
923
899
|
|
|
924
|
-
.desktop-xl\:w
|
|
925
|
-
width:
|
|
900
|
+
.desktop-xl\:w-6\/12 {
|
|
901
|
+
width: 50% !important
|
|
926
902
|
}
|
|
927
903
|
|
|
928
|
-
.desktop-xl\:w
|
|
929
|
-
width:
|
|
904
|
+
.desktop-xl\:w-7\/12 {
|
|
905
|
+
width: 58.333333% !important
|
|
930
906
|
}
|
|
931
907
|
|
|
932
|
-
.desktop-xl\:w
|
|
933
|
-
width:
|
|
908
|
+
.desktop-xl\:w-8\/12 {
|
|
909
|
+
width: 66.666667% !important
|
|
934
910
|
}
|
|
935
911
|
|
|
936
|
-
.desktop-xl\:w
|
|
937
|
-
width:
|
|
912
|
+
.desktop-xl\:w-9\/12 {
|
|
913
|
+
width: 75% !important
|
|
938
914
|
}
|
|
939
915
|
|
|
940
916
|
.desktop-xl\:pr-0 {
|