@paperless/angular 1.52.1 → 1.52.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/esm2020/lib/modules/table/components/table-cell/table-cell.component.mjs +39 -163
- package/fesm2015/paperless-angular.mjs +39 -154
- package/fesm2015/paperless-angular.mjs.map +1 -1
- package/fesm2020/paperless-angular.mjs +38 -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 +0 -13
|
@@ -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,10 +217,6 @@
|
|
|
221
217
|
padding-bottom: 6rem !important
|
|
222
218
|
}
|
|
223
219
|
|
|
224
|
-
.pr-4 {
|
|
225
|
-
padding-right: 1rem !important
|
|
226
|
-
}
|
|
227
|
-
|
|
228
220
|
.text-center {
|
|
229
221
|
text-align: center !important
|
|
230
222
|
}
|
|
@@ -243,11 +235,6 @@
|
|
|
243
235
|
color: rgb(81 83 107 / var(--tw-text-opacity)) !important
|
|
244
236
|
}
|
|
245
237
|
|
|
246
|
-
.text-storm-dark {
|
|
247
|
-
--tw-text-opacity: 1 !important;
|
|
248
|
-
color: rgb(39 40 56 / var(--tw-text-opacity)) !important
|
|
249
|
-
}
|
|
250
|
-
|
|
251
238
|
.text-storm-medium {
|
|
252
239
|
--tw-text-opacity: 1 !important;
|
|
253
240
|
color: rgb(128 130 158 / var(--tw-text-opacity)) !important
|