@paperless/angular 2.6.1 → 2.6.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paperless/angular",
3
- "version": "2.6.1",
3
+ "version": "2.6.2",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^13.3.0 || ^14.0.0 || ^15.0.0 || ^17.0.0",
6
6
  "@angular/common": "^13.3.0 || ^14.0.0 || ^15.0.0",
package/paperless.css CHANGED
@@ -100,52 +100,56 @@
100
100
  height: 1.5rem !important
101
101
  }
102
102
 
103
- .w-1\/12 {
104
- width: 8.333333% !important
103
+ .w-6 {
104
+ width: 1.5rem !important
105
105
  }
106
106
 
107
- .w-10\/12 {
108
- width: 83.333333% !important
107
+ .w-\[calc\(\$\{sizes\.default\}\/12\*100\%-0\.5rem\)\] {
108
+ width: calc(${sizes.default} / 12 * 100% - 0.5rem) !important
109
109
  }
110
110
 
111
- .w-11\/12 {
112
- width: 91.666667% !important
111
+ .w-\[calc\(1\/12\*100\%-0\.5rem\)\] {
112
+ width: calc(1 / 12 * 100% - 0.5rem) !important
113
113
  }
114
114
 
115
- .w-2\/12 {
116
- width: 16.666667% !important
115
+ .w-\[calc\(10\/12\*100\%-0\.5rem\)\] {
116
+ width: calc(10 / 12 * 100% - 0.5rem) !important
117
117
  }
118
118
 
119
- .w-3\/12 {
120
- width: 25% !important
119
+ .w-\[calc\(11\/12\*100\%-0\.5rem\)\] {
120
+ width: calc(11 / 12 * 100% - 0.5rem) !important
121
121
  }
122
122
 
123
- .w-4\/12 {
124
- width: 33.333333% !important
123
+ .w-\[calc\(2\/12\*100\%-0\.5rem\)\] {
124
+ width: calc(2 / 12 * 100% - 0.5rem) !important
125
125
  }
126
126
 
127
- .w-5\/12 {
128
- width: 41.666667% !important
127
+ .w-\[calc\(3\/12\*100\%-0\.5rem\)\] {
128
+ width: calc(3 / 12 * 100% - 0.5rem) !important
129
129
  }
130
130
 
131
- .w-6 {
132
- width: 1.5rem !important
131
+ .w-\[calc\(4\/12\*100\%-0\.5rem\)\] {
132
+ width: calc(4 / 12 * 100% - 0.5rem) !important
133
133
  }
134
134
 
135
- .w-6\/12 {
136
- width: 50% !important
135
+ .w-\[calc\(5\/12\*100\%-0\.5rem\)\] {
136
+ width: calc(5 / 12 * 100% - 0.5rem) !important
137
137
  }
138
138
 
139
- .w-7\/12 {
140
- width: 58.333333% !important
139
+ .w-\[calc\(6\/12\*100\%-0\.5rem\)\] {
140
+ width: calc(6 / 12 * 100% - 0.5rem) !important
141
141
  }
142
142
 
143
- .w-8\/12 {
144
- width: 66.666667% !important
143
+ .w-\[calc\(7\/12\*100\%-0\.5rem\)\] {
144
+ width: calc(7 / 12 * 100% - 0.5rem) !important
145
145
  }
146
146
 
147
- .w-9\/12 {
148
- width: 75% !important
147
+ .w-\[calc\(8\/12\*100\%-0\.5rem\)\] {
148
+ width: calc(8 / 12 * 100% - 0.5rem) !important
149
+ }
150
+
151
+ .w-\[calc\(9\/12\*100\%-0\.5rem\)\] {
152
+ width: calc(9 / 12 * 100% - 0.5rem) !important
149
153
  }
150
154
 
151
155
  .w-auto {
@@ -523,48 +527,48 @@
523
527
  display: none !important
524
528
  }
525
529
 
526
- .tablet\:w-1\/12 {
527
- width: 8.333333% !important
530
+ .tablet\:w-\[calc\(1\/12\*100\%-0\.5rem\)\] {
531
+ width: calc(1 / 12 * 100% - 0.5rem) !important
528
532
  }
529
533
 
530
- .tablet\:w-10\/12 {
531
- width: 83.333333% !important
534
+ .tablet\:w-\[calc\(10\/12\*100\%-0\.5rem\)\] {
535
+ width: calc(10 / 12 * 100% - 0.5rem) !important
532
536
  }
533
537
 
534
- .tablet\:w-11\/12 {
535
- width: 91.666667% !important
538
+ .tablet\:w-\[calc\(11\/12\*100\%-0\.5rem\)\] {
539
+ width: calc(11 / 12 * 100% - 0.5rem) !important
536
540
  }
537
541
 
538
- .tablet\:w-2\/12 {
539
- width: 16.666667% !important
542
+ .tablet\:w-\[calc\(2\/12\*100\%-0\.5rem\)\] {
543
+ width: calc(2 / 12 * 100% - 0.5rem) !important
540
544
  }
541
545
 
542
- .tablet\:w-3\/12 {
543
- width: 25% !important
546
+ .tablet\:w-\[calc\(3\/12\*100\%-0\.5rem\)\] {
547
+ width: calc(3 / 12 * 100% - 0.5rem) !important
544
548
  }
545
549
 
546
- .tablet\:w-4\/12 {
547
- width: 33.333333% !important
550
+ .tablet\:w-\[calc\(4\/12\*100\%-0\.5rem\)\] {
551
+ width: calc(4 / 12 * 100% - 0.5rem) !important
548
552
  }
549
553
 
550
- .tablet\:w-5\/12 {
551
- width: 41.666667% !important
554
+ .tablet\:w-\[calc\(5\/12\*100\%-0\.5rem\)\] {
555
+ width: calc(5 / 12 * 100% - 0.5rem) !important
552
556
  }
553
557
 
554
- .tablet\:w-6\/12 {
555
- width: 50% !important
558
+ .tablet\:w-\[calc\(6\/12\*100\%-0\.5rem\)\] {
559
+ width: calc(6 / 12 * 100% - 0.5rem) !important
556
560
  }
557
561
 
558
- .tablet\:w-7\/12 {
559
- width: 58.333333% !important
562
+ .tablet\:w-\[calc\(7\/12\*100\%-0\.5rem\)\] {
563
+ width: calc(7 / 12 * 100% - 0.5rem) !important
560
564
  }
561
565
 
562
- .tablet\:w-8\/12 {
563
- width: 66.666667% !important
566
+ .tablet\:w-\[calc\(8\/12\*100\%-0\.5rem\)\] {
567
+ width: calc(8 / 12 * 100% - 0.5rem) !important
564
568
  }
565
569
 
566
- .tablet\:w-9\/12 {
567
- width: 75% !important
570
+ .tablet\:w-\[calc\(9\/12\*100\%-0\.5rem\)\] {
571
+ width: calc(9 / 12 * 100% - 0.5rem) !important
568
572
  }
569
573
 
570
574
  .tablet\:w-auto {
@@ -597,48 +601,52 @@
597
601
  display: none !important
598
602
  }
599
603
 
600
- .desktop-xs\:w-1\/12 {
601
- width: 8.333333% !important
604
+ .desktop-xs\:w-\[calc\(1\/12\*100\%-0\.5rem\)\] {
605
+ width: calc(1 / 12 * 100% - 0.5rem) !important
606
+ }
607
+
608
+ .desktop-xs\:w-\[calc\(10\/12\*100\%-0\.5rem\)\] {
609
+ width: calc(10 / 12 * 100% - 0.5rem) !important
602
610
  }
603
611
 
604
- .desktop-xs\:w-10\/12 {
605
- width: 83.333333% !important
612
+ .desktop-xs\:w-\[calc\(11\/12\*100\%-0\.5rem\)\] {
613
+ width: calc(11 / 12 * 100% - 0.5rem) !important
606
614
  }
607
615
 
608
- .desktop-xs\:w-11\/12 {
609
- width: 91.666667% !important
616
+ .desktop-xs\:w-\[calc\(12\/12\*100\%-0\.5rem\)\] {
617
+ width: calc(12 / 12 * 100% - 0.5rem) !important
610
618
  }
611
619
 
612
- .desktop-xs\:w-2\/12 {
613
- width: 16.666667% !important
620
+ .desktop-xs\:w-\[calc\(2\/12\*100\%-0\.5rem\)\] {
621
+ width: calc(2 / 12 * 100% - 0.5rem) !important
614
622
  }
615
623
 
616
- .desktop-xs\:w-3\/12 {
617
- width: 25% !important
624
+ .desktop-xs\:w-\[calc\(3\/12\*100\%-0\.5rem\)\] {
625
+ width: calc(3 / 12 * 100% - 0.5rem) !important
618
626
  }
619
627
 
620
- .desktop-xs\:w-4\/12 {
621
- width: 33.333333% !important
628
+ .desktop-xs\:w-\[calc\(4\/12\*100\%-0\.5rem\)\] {
629
+ width: calc(4 / 12 * 100% - 0.5rem) !important
622
630
  }
623
631
 
624
- .desktop-xs\:w-5\/12 {
625
- width: 41.666667% !important
632
+ .desktop-xs\:w-\[calc\(5\/12\*100\%-0\.5rem\)\] {
633
+ width: calc(5 / 12 * 100% - 0.5rem) !important
626
634
  }
627
635
 
628
- .desktop-xs\:w-6\/12 {
629
- width: 50% !important
636
+ .desktop-xs\:w-\[calc\(6\/12\*100\%-0\.5rem\)\] {
637
+ width: calc(6 / 12 * 100% - 0.5rem) !important
630
638
  }
631
639
 
632
- .desktop-xs\:w-7\/12 {
633
- width: 58.333333% !important
640
+ .desktop-xs\:w-\[calc\(7\/12\*100\%-0\.5rem\)\] {
641
+ width: calc(7 / 12 * 100% - 0.5rem) !important
634
642
  }
635
643
 
636
- .desktop-xs\:w-8\/12 {
637
- width: 66.666667% !important
644
+ .desktop-xs\:w-\[calc\(8\/12\*100\%-0\.5rem\)\] {
645
+ width: calc(8 / 12 * 100% - 0.5rem) !important
638
646
  }
639
647
 
640
- .desktop-xs\:w-9\/12 {
641
- width: 75% !important
648
+ .desktop-xs\:w-\[calc\(9\/12\*100\%-0\.5rem\)\] {
649
+ width: calc(9 / 12 * 100% - 0.5rem) !important
642
650
  }
643
651
 
644
652
  .desktop-xs\:pr-0 {
@@ -667,48 +675,52 @@
667
675
  display: none !important
668
676
  }
669
677
 
670
- .desktop-sm\:w-1\/12 {
671
- width: 8.333333% !important
678
+ .desktop-sm\:w-\[calc\(1\/12\*100\%-0\.5rem\)\] {
679
+ width: calc(1 / 12 * 100% - 0.5rem) !important
672
680
  }
673
681
 
674
- .desktop-sm\:w-10\/12 {
675
- width: 83.333333% !important
682
+ .desktop-sm\:w-\[calc\(10\/12\*100\%-0\.5rem\)\] {
683
+ width: calc(10 / 12 * 100% - 0.5rem) !important
676
684
  }
677
685
 
678
- .desktop-sm\:w-11\/12 {
679
- width: 91.666667% !important
686
+ .desktop-sm\:w-\[calc\(11\/12\*100\%-0\.5rem\)\] {
687
+ width: calc(11 / 12 * 100% - 0.5rem) !important
680
688
  }
681
689
 
682
- .desktop-sm\:w-2\/12 {
683
- width: 16.666667% !important
690
+ .desktop-sm\:w-\[calc\(12\/12\*100\%-0\.5rem\)\] {
691
+ width: calc(12 / 12 * 100% - 0.5rem) !important
684
692
  }
685
693
 
686
- .desktop-sm\:w-3\/12 {
687
- width: 25% !important
694
+ .desktop-sm\:w-\[calc\(2\/12\*100\%-0\.5rem\)\] {
695
+ width: calc(2 / 12 * 100% - 0.5rem) !important
688
696
  }
689
697
 
690
- .desktop-sm\:w-4\/12 {
691
- width: 33.333333% !important
698
+ .desktop-sm\:w-\[calc\(3\/12\*100\%-0\.5rem\)\] {
699
+ width: calc(3 / 12 * 100% - 0.5rem) !important
692
700
  }
693
701
 
694
- .desktop-sm\:w-5\/12 {
695
- width: 41.666667% !important
702
+ .desktop-sm\:w-\[calc\(4\/12\*100\%-0\.5rem\)\] {
703
+ width: calc(4 / 12 * 100% - 0.5rem) !important
696
704
  }
697
705
 
698
- .desktop-sm\:w-6\/12 {
699
- width: 50% !important
706
+ .desktop-sm\:w-\[calc\(5\/12\*100\%-0\.5rem\)\] {
707
+ width: calc(5 / 12 * 100% - 0.5rem) !important
700
708
  }
701
709
 
702
- .desktop-sm\:w-7\/12 {
703
- width: 58.333333% !important
710
+ .desktop-sm\:w-\[calc\(6\/12\*100\%-0\.5rem\)\] {
711
+ width: calc(6 / 12 * 100% - 0.5rem) !important
704
712
  }
705
713
 
706
- .desktop-sm\:w-8\/12 {
707
- width: 66.666667% !important
714
+ .desktop-sm\:w-\[calc\(7\/12\*100\%-0\.5rem\)\] {
715
+ width: calc(7 / 12 * 100% - 0.5rem) !important
708
716
  }
709
717
 
710
- .desktop-sm\:w-9\/12 {
711
- width: 75% !important
718
+ .desktop-sm\:w-\[calc\(8\/12\*100\%-0\.5rem\)\] {
719
+ width: calc(8 / 12 * 100% - 0.5rem) !important
720
+ }
721
+
722
+ .desktop-sm\:w-\[calc\(9\/12\*100\%-0\.5rem\)\] {
723
+ width: calc(9 / 12 * 100% - 0.5rem) !important
712
724
  }
713
725
 
714
726
  .desktop-sm\:pr-0 {
@@ -737,48 +749,52 @@
737
749
  display: none !important
738
750
  }
739
751
 
740
- .desktop\:w-1\/12 {
741
- width: 8.333333% !important
752
+ .desktop\:w-\[calc\(1\/12\*100\%-0\.5rem\)\] {
753
+ width: calc(1 / 12 * 100% - 0.5rem) !important
754
+ }
755
+
756
+ .desktop\:w-\[calc\(10\/12\*100\%-0\.5rem\)\] {
757
+ width: calc(10 / 12 * 100% - 0.5rem) !important
742
758
  }
743
759
 
744
- .desktop\:w-10\/12 {
745
- width: 83.333333% !important
760
+ .desktop\:w-\[calc\(11\/12\*100\%-0\.5rem\)\] {
761
+ width: calc(11 / 12 * 100% - 0.5rem) !important
746
762
  }
747
763
 
748
- .desktop\:w-11\/12 {
749
- width: 91.666667% !important
764
+ .desktop\:w-\[calc\(12\/12\*100\%-0\.5rem\)\] {
765
+ width: calc(12 / 12 * 100% - 0.5rem) !important
750
766
  }
751
767
 
752
- .desktop\:w-2\/12 {
753
- width: 16.666667% !important
768
+ .desktop\:w-\[calc\(2\/12\*100\%-0\.5rem\)\] {
769
+ width: calc(2 / 12 * 100% - 0.5rem) !important
754
770
  }
755
771
 
756
- .desktop\:w-3\/12 {
757
- width: 25% !important
772
+ .desktop\:w-\[calc\(3\/12\*100\%-0\.5rem\)\] {
773
+ width: calc(3 / 12 * 100% - 0.5rem) !important
758
774
  }
759
775
 
760
- .desktop\:w-4\/12 {
761
- width: 33.333333% !important
776
+ .desktop\:w-\[calc\(4\/12\*100\%-0\.5rem\)\] {
777
+ width: calc(4 / 12 * 100% - 0.5rem) !important
762
778
  }
763
779
 
764
- .desktop\:w-5\/12 {
765
- width: 41.666667% !important
780
+ .desktop\:w-\[calc\(5\/12\*100\%-0\.5rem\)\] {
781
+ width: calc(5 / 12 * 100% - 0.5rem) !important
766
782
  }
767
783
 
768
- .desktop\:w-6\/12 {
769
- width: 50% !important
784
+ .desktop\:w-\[calc\(6\/12\*100\%-0\.5rem\)\] {
785
+ width: calc(6 / 12 * 100% - 0.5rem) !important
770
786
  }
771
787
 
772
- .desktop\:w-7\/12 {
773
- width: 58.333333% !important
788
+ .desktop\:w-\[calc\(7\/12\*100\%-0\.5rem\)\] {
789
+ width: calc(7 / 12 * 100% - 0.5rem) !important
774
790
  }
775
791
 
776
- .desktop\:w-8\/12 {
777
- width: 66.666667% !important
792
+ .desktop\:w-\[calc\(8\/12\*100\%-0\.5rem\)\] {
793
+ width: calc(8 / 12 * 100% - 0.5rem) !important
778
794
  }
779
795
 
780
- .desktop\:w-9\/12 {
781
- width: 75% !important
796
+ .desktop\:w-\[calc\(9\/12\*100\%-0\.5rem\)\] {
797
+ width: calc(9 / 12 * 100% - 0.5rem) !important
782
798
  }
783
799
 
784
800
  .desktop\:pr-0 {
@@ -807,48 +823,52 @@
807
823
  display: none !important
808
824
  }
809
825
 
810
- .desktop-lg\:w-1\/12 {
811
- width: 8.333333% !important
826
+ .desktop-lg\:w-\[calc\(1\/12\*100\%-0\.5rem\)\] {
827
+ width: calc(1 / 12 * 100% - 0.5rem) !important
812
828
  }
813
829
 
814
- .desktop-lg\:w-10\/12 {
815
- width: 83.333333% !important
830
+ .desktop-lg\:w-\[calc\(10\/12\*100\%-0\.5rem\)\] {
831
+ width: calc(10 / 12 * 100% - 0.5rem) !important
816
832
  }
817
833
 
818
- .desktop-lg\:w-11\/12 {
819
- width: 91.666667% !important
834
+ .desktop-lg\:w-\[calc\(11\/12\*100\%-0\.5rem\)\] {
835
+ width: calc(11 / 12 * 100% - 0.5rem) !important
820
836
  }
821
837
 
822
- .desktop-lg\:w-2\/12 {
823
- width: 16.666667% !important
838
+ .desktop-lg\:w-\[calc\(12\/12\*100\%-0\.5rem\)\] {
839
+ width: calc(12 / 12 * 100% - 0.5rem) !important
824
840
  }
825
841
 
826
- .desktop-lg\:w-3\/12 {
827
- width: 25% !important
842
+ .desktop-lg\:w-\[calc\(2\/12\*100\%-0\.5rem\)\] {
843
+ width: calc(2 / 12 * 100% - 0.5rem) !important
828
844
  }
829
845
 
830
- .desktop-lg\:w-4\/12 {
831
- width: 33.333333% !important
846
+ .desktop-lg\:w-\[calc\(3\/12\*100\%-0\.5rem\)\] {
847
+ width: calc(3 / 12 * 100% - 0.5rem) !important
832
848
  }
833
849
 
834
- .desktop-lg\:w-5\/12 {
835
- width: 41.666667% !important
850
+ .desktop-lg\:w-\[calc\(4\/12\*100\%-0\.5rem\)\] {
851
+ width: calc(4 / 12 * 100% - 0.5rem) !important
836
852
  }
837
853
 
838
- .desktop-lg\:w-6\/12 {
839
- width: 50% !important
854
+ .desktop-lg\:w-\[calc\(5\/12\*100\%-0\.5rem\)\] {
855
+ width: calc(5 / 12 * 100% - 0.5rem) !important
840
856
  }
841
857
 
842
- .desktop-lg\:w-7\/12 {
843
- width: 58.333333% !important
858
+ .desktop-lg\:w-\[calc\(6\/12\*100\%-0\.5rem\)\] {
859
+ width: calc(6 / 12 * 100% - 0.5rem) !important
844
860
  }
845
861
 
846
- .desktop-lg\:w-8\/12 {
847
- width: 66.666667% !important
862
+ .desktop-lg\:w-\[calc\(7\/12\*100\%-0\.5rem\)\] {
863
+ width: calc(7 / 12 * 100% - 0.5rem) !important
848
864
  }
849
865
 
850
- .desktop-lg\:w-9\/12 {
851
- width: 75% !important
866
+ .desktop-lg\:w-\[calc\(8\/12\*100\%-0\.5rem\)\] {
867
+ width: calc(8 / 12 * 100% - 0.5rem) !important
868
+ }
869
+
870
+ .desktop-lg\:w-\[calc\(9\/12\*100\%-0\.5rem\)\] {
871
+ width: calc(9 / 12 * 100% - 0.5rem) !important
852
872
  }
853
873
 
854
874
  .desktop-lg\:pr-0 {
@@ -877,48 +897,52 @@
877
897
  display: none !important
878
898
  }
879
899
 
880
- .desktop-xl\:w-1\/12 {
881
- width: 8.333333% !important
900
+ .desktop-xl\:w-\[calc\(1\/12\*100\%-0\.5rem\)\] {
901
+ width: calc(1 / 12 * 100% - 0.5rem) !important
902
+ }
903
+
904
+ .desktop-xl\:w-\[calc\(10\/12\*100\%-0\.5rem\)\] {
905
+ width: calc(10 / 12 * 100% - 0.5rem) !important
882
906
  }
883
907
 
884
- .desktop-xl\:w-10\/12 {
885
- width: 83.333333% !important
908
+ .desktop-xl\:w-\[calc\(11\/12\*100\%-0\.5rem\)\] {
909
+ width: calc(11 / 12 * 100% - 0.5rem) !important
886
910
  }
887
911
 
888
- .desktop-xl\:w-11\/12 {
889
- width: 91.666667% !important
912
+ .desktop-xl\:w-\[calc\(12\/12\*100\%-0\.5rem\)\] {
913
+ width: calc(12 / 12 * 100% - 0.5rem) !important
890
914
  }
891
915
 
892
- .desktop-xl\:w-2\/12 {
893
- width: 16.666667% !important
916
+ .desktop-xl\:w-\[calc\(2\/12\*100\%-0\.5rem\)\] {
917
+ width: calc(2 / 12 * 100% - 0.5rem) !important
894
918
  }
895
919
 
896
- .desktop-xl\:w-3\/12 {
897
- width: 25% !important
920
+ .desktop-xl\:w-\[calc\(3\/12\*100\%-0\.5rem\)\] {
921
+ width: calc(3 / 12 * 100% - 0.5rem) !important
898
922
  }
899
923
 
900
- .desktop-xl\:w-4\/12 {
901
- width: 33.333333% !important
924
+ .desktop-xl\:w-\[calc\(4\/12\*100\%-0\.5rem\)\] {
925
+ width: calc(4 / 12 * 100% - 0.5rem) !important
902
926
  }
903
927
 
904
- .desktop-xl\:w-5\/12 {
905
- width: 41.666667% !important
928
+ .desktop-xl\:w-\[calc\(5\/12\*100\%-0\.5rem\)\] {
929
+ width: calc(5 / 12 * 100% - 0.5rem) !important
906
930
  }
907
931
 
908
- .desktop-xl\:w-6\/12 {
909
- width: 50% !important
932
+ .desktop-xl\:w-\[calc\(6\/12\*100\%-0\.5rem\)\] {
933
+ width: calc(6 / 12 * 100% - 0.5rem) !important
910
934
  }
911
935
 
912
- .desktop-xl\:w-7\/12 {
913
- width: 58.333333% !important
936
+ .desktop-xl\:w-\[calc\(7\/12\*100\%-0\.5rem\)\] {
937
+ width: calc(7 / 12 * 100% - 0.5rem) !important
914
938
  }
915
939
 
916
- .desktop-xl\:w-8\/12 {
917
- width: 66.666667% !important
940
+ .desktop-xl\:w-\[calc\(8\/12\*100\%-0\.5rem\)\] {
941
+ width: calc(8 / 12 * 100% - 0.5rem) !important
918
942
  }
919
943
 
920
- .desktop-xl\:w-9\/12 {
921
- width: 75% !important
944
+ .desktop-xl\:w-\[calc\(9\/12\*100\%-0\.5rem\)\] {
945
+ width: calc(9 / 12 * 100% - 0.5rem) !important
922
946
  }
923
947
 
924
948
  .desktop-xl\:pr-0 {