@paperless/angular 1.52.1 → 1.52.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.
- package/esm2020/lib/modules/table/components/table-cell/table-cell.component.mjs +48 -163
- package/fesm2015/paperless-angular.mjs +48 -154
- package/fesm2015/paperless-angular.mjs.map +1 -1
- package/fesm2020/paperless-angular.mjs +47 -162
- package/fesm2020/paperless-angular.mjs.map +1 -1
- package/lib/modules/table/components/table-cell/table-cell.component.d.ts +0 -3
- package/package.json +1 -1
- package/paperless.css +52 -4
|
@@ -42,9 +42,6 @@ export declare class TableCell {
|
|
|
42
42
|
get data(): TableDefinitionData | {
|
|
43
43
|
value: string;
|
|
44
44
|
};
|
|
45
|
-
getColumnClasses(): any;
|
|
46
|
-
private _getSizes;
|
|
47
|
-
private _getIsLastValues;
|
|
48
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableCell, never>;
|
|
49
46
|
static ɵcmp: i0.ɵɵComponentDeclaration<TableCell, "p-table-cell-ngx", never, { "variant": "variant"; "index": "index"; "rowIndex": "rowIndex"; "definition": "definition"; "item": "item"; "value": "value"; "tableHasActions": "tableHasActions"; "checkbox": "checkbox"; "template": "template"; }, {}, never, never, false, never>;
|
|
50
47
|
}
|
package/package.json
CHANGED
package/paperless.css
CHANGED
|
@@ -131,10 +131,6 @@
|
|
|
131
131
|
width: 75% !important
|
|
132
132
|
}
|
|
133
133
|
|
|
134
|
-
.w-auto {
|
|
135
|
-
width: auto !important
|
|
136
|
-
}
|
|
137
|
-
|
|
138
134
|
.w-full {
|
|
139
135
|
width: 100% !important
|
|
140
136
|
}
|
|
@@ -221,6 +217,10 @@
|
|
|
221
217
|
padding-bottom: 6rem !important
|
|
222
218
|
}
|
|
223
219
|
|
|
220
|
+
.pr-0 {
|
|
221
|
+
padding-right: 0px !important
|
|
222
|
+
}
|
|
223
|
+
|
|
224
224
|
.pr-4 {
|
|
225
225
|
padding-right: 1rem !important
|
|
226
226
|
}
|
|
@@ -346,6 +346,14 @@
|
|
|
346
346
|
width: auto !important
|
|
347
347
|
}
|
|
348
348
|
|
|
349
|
+
.tablet\:pr-0 {
|
|
350
|
+
padding-right: 0px !important
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
.tablet\:pr-4 {
|
|
354
|
+
padding-right: 1rem !important
|
|
355
|
+
}
|
|
356
|
+
|
|
349
357
|
.group:hover .tablet\:group-hover\:flex {
|
|
350
358
|
display: flex !important
|
|
351
359
|
}
|
|
@@ -408,6 +416,14 @@
|
|
|
408
416
|
width: 75% !important
|
|
409
417
|
}
|
|
410
418
|
|
|
419
|
+
.desktop-xs\:pr-0 {
|
|
420
|
+
padding-right: 0px !important
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
.desktop-xs\:pr-4 {
|
|
424
|
+
padding-right: 1rem !important
|
|
425
|
+
}
|
|
426
|
+
|
|
411
427
|
.group:hover .desktop-xs\:group-hover\:flex {
|
|
412
428
|
display: flex !important
|
|
413
429
|
}
|
|
@@ -470,6 +486,14 @@
|
|
|
470
486
|
width: 75% !important
|
|
471
487
|
}
|
|
472
488
|
|
|
489
|
+
.desktop-sm\:pr-0 {
|
|
490
|
+
padding-right: 0px !important
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
.desktop-sm\:pr-4 {
|
|
494
|
+
padding-right: 1rem !important
|
|
495
|
+
}
|
|
496
|
+
|
|
473
497
|
.group:hover .desktop-sm\:group-hover\:flex {
|
|
474
498
|
display: flex !important
|
|
475
499
|
}
|
|
@@ -532,6 +556,14 @@
|
|
|
532
556
|
width: 75% !important
|
|
533
557
|
}
|
|
534
558
|
|
|
559
|
+
.desktop\:pr-0 {
|
|
560
|
+
padding-right: 0px !important
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
.desktop\:pr-4 {
|
|
564
|
+
padding-right: 1rem !important
|
|
565
|
+
}
|
|
566
|
+
|
|
535
567
|
.group:hover .desktop\:group-hover\:flex {
|
|
536
568
|
display: flex !important
|
|
537
569
|
}
|
|
@@ -594,6 +626,14 @@
|
|
|
594
626
|
width: 75% !important
|
|
595
627
|
}
|
|
596
628
|
|
|
629
|
+
.desktop-lg\:pr-0 {
|
|
630
|
+
padding-right: 0px !important
|
|
631
|
+
}
|
|
632
|
+
|
|
633
|
+
.desktop-lg\:pr-4 {
|
|
634
|
+
padding-right: 1rem !important
|
|
635
|
+
}
|
|
636
|
+
|
|
597
637
|
.group:hover .desktop-lg\:group-hover\:flex {
|
|
598
638
|
display: flex !important
|
|
599
639
|
}
|
|
@@ -656,6 +696,14 @@
|
|
|
656
696
|
width: 75% !important
|
|
657
697
|
}
|
|
658
698
|
|
|
699
|
+
.desktop-xl\:pr-0 {
|
|
700
|
+
padding-right: 0px !important
|
|
701
|
+
}
|
|
702
|
+
|
|
703
|
+
.desktop-xl\:pr-4 {
|
|
704
|
+
padding-right: 1rem !important
|
|
705
|
+
}
|
|
706
|
+
|
|
659
707
|
.group:hover .desktop-xl\:group-hover\:flex {
|
|
660
708
|
display: flex !important
|
|
661
709
|
}
|