@paperless/angular 1.52.2 → 1.52.4
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/table.component.mjs +9 -3
- package/esm2020/lib/modules/table/components/table-cell/table-cell.component.mjs +10 -1
- package/fesm2015/paperless-angular.mjs +17 -2
- package/fesm2015/paperless-angular.mjs.map +1 -1
- package/fesm2020/paperless-angular.mjs +17 -2
- package/fesm2020/paperless-angular.mjs.map +1 -1
- package/lib/modules/table/components/table/table.component.d.ts +1 -0
- package/package.json +1 -1
- package/paperless.css +61 -0
|
@@ -269,6 +269,7 @@ export declare class Table implements OnInit, OnChanges {
|
|
|
269
269
|
onFilterModalSave(): void;
|
|
270
270
|
onFilterModalReset(resetQuickFilter?: boolean): void;
|
|
271
271
|
emptyStateClicked(): void;
|
|
272
|
+
parseRowActionsRow(actions: TableRowAction[] | null, rowIndex: number): TableRowAction[] | undefined;
|
|
272
273
|
private _parseItems;
|
|
273
274
|
private _generateColumns;
|
|
274
275
|
_checkboxDisabled(item: any, rowIndex: number): boolean;
|
package/package.json
CHANGED
package/paperless.css
CHANGED
|
@@ -217,6 +217,14 @@
|
|
|
217
217
|
padding-bottom: 6rem !important
|
|
218
218
|
}
|
|
219
219
|
|
|
220
|
+
.pr-0 {
|
|
221
|
+
padding-right: 0px !important
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.pr-4 {
|
|
225
|
+
padding-right: 1rem !important
|
|
226
|
+
}
|
|
227
|
+
|
|
220
228
|
.text-center {
|
|
221
229
|
text-align: center !important
|
|
222
230
|
}
|
|
@@ -235,6 +243,11 @@
|
|
|
235
243
|
color: rgb(81 83 107 / var(--tw-text-opacity)) !important
|
|
236
244
|
}
|
|
237
245
|
|
|
246
|
+
.text-storm-dark {
|
|
247
|
+
--tw-text-opacity: 1 !important;
|
|
248
|
+
color: rgb(39 40 56 / var(--tw-text-opacity)) !important
|
|
249
|
+
}
|
|
250
|
+
|
|
238
251
|
.text-storm-medium {
|
|
239
252
|
--tw-text-opacity: 1 !important;
|
|
240
253
|
color: rgb(128 130 158 / var(--tw-text-opacity)) !important
|
|
@@ -333,6 +346,14 @@
|
|
|
333
346
|
width: auto !important
|
|
334
347
|
}
|
|
335
348
|
|
|
349
|
+
.tablet\:pr-0 {
|
|
350
|
+
padding-right: 0px !important
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
.tablet\:pr-4 {
|
|
354
|
+
padding-right: 1rem !important
|
|
355
|
+
}
|
|
356
|
+
|
|
336
357
|
.group:hover .tablet\:group-hover\:flex {
|
|
337
358
|
display: flex !important
|
|
338
359
|
}
|
|
@@ -395,6 +416,14 @@
|
|
|
395
416
|
width: 75% !important
|
|
396
417
|
}
|
|
397
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
|
+
|
|
398
427
|
.group:hover .desktop-xs\:group-hover\:flex {
|
|
399
428
|
display: flex !important
|
|
400
429
|
}
|
|
@@ -457,6 +486,14 @@
|
|
|
457
486
|
width: 75% !important
|
|
458
487
|
}
|
|
459
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
|
+
|
|
460
497
|
.group:hover .desktop-sm\:group-hover\:flex {
|
|
461
498
|
display: flex !important
|
|
462
499
|
}
|
|
@@ -519,6 +556,14 @@
|
|
|
519
556
|
width: 75% !important
|
|
520
557
|
}
|
|
521
558
|
|
|
559
|
+
.desktop\:pr-0 {
|
|
560
|
+
padding-right: 0px !important
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
.desktop\:pr-4 {
|
|
564
|
+
padding-right: 1rem !important
|
|
565
|
+
}
|
|
566
|
+
|
|
522
567
|
.group:hover .desktop\:group-hover\:flex {
|
|
523
568
|
display: flex !important
|
|
524
569
|
}
|
|
@@ -581,6 +626,14 @@
|
|
|
581
626
|
width: 75% !important
|
|
582
627
|
}
|
|
583
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
|
+
|
|
584
637
|
.group:hover .desktop-lg\:group-hover\:flex {
|
|
585
638
|
display: flex !important
|
|
586
639
|
}
|
|
@@ -643,6 +696,14 @@
|
|
|
643
696
|
width: 75% !important
|
|
644
697
|
}
|
|
645
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
|
+
|
|
646
707
|
.group:hover .desktop-xl\:group-hover\:flex {
|
|
647
708
|
display: flex !important
|
|
648
709
|
}
|