@paperless/angular 0.1.0-alpha.335 → 0.1.0-alpha.337
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/base/form.component.mjs +3 -3
- package/esm2020/lib/base/upload.component.mjs +3 -3
- package/esm2020/lib/base/value-accessor.mjs +3 -3
- package/esm2020/lib/directives/p-datepicker.directive.mjs +3 -3
- package/esm2020/lib/directives/p-page-size-select.directive.mjs +3 -3
- package/esm2020/lib/directives/p-pagination.directive.mjs +3 -3
- package/esm2020/lib/directives/p-select.directive.mjs +3 -3
- package/esm2020/lib/modules/overlay/overlay.module.mjs +4 -4
- package/esm2020/lib/modules/overlay/services/overlay.service.mjs +3 -3
- package/esm2020/lib/modules/table/base/table.component.mjs +3 -3
- package/esm2020/lib/modules/table/components/table/table.component.mjs +3 -3
- package/esm2020/lib/modules/table/components/table-cell/table-cell.component.mjs +3 -3
- package/esm2020/lib/modules/table/components/table-column/table-column.component.mjs +3 -3
- package/esm2020/lib/modules/table/directives/p-table-filter-modal.directive.mjs +3 -3
- package/esm2020/lib/modules/table/directives/p-table-footer.directive.mjs +3 -3
- package/esm2020/lib/modules/table/directives/p-table-header.directive.mjs +3 -3
- package/esm2020/lib/modules/table/directives/p-table-ngx.directive.mjs +3 -3
- package/esm2020/lib/modules/table/directives/p-table.directive.mjs +3 -3
- package/esm2020/lib/modules/table/table.module.mjs +4 -4
- package/esm2020/lib/modules/toast/components/toast-container/toast-container.component.mjs +3 -3
- package/esm2020/lib/modules/toast/directives/toast.directive.mjs +3 -3
- package/esm2020/lib/modules/toast/services/toast.service.mjs +3 -3
- package/esm2020/lib/modules/toast/toast.module.mjs +4 -4
- package/esm2020/lib/paperless.module.mjs +4 -4
- package/esm2020/lib/pipes/currency.pipe.mjs +3 -3
- package/esm2020/lib/pipes/date.pipe.mjs +3 -3
- package/esm2020/lib/pipes/safe.pipe.mjs +3 -3
- package/esm2020/lib/stencil/components.mjs +165 -165
- package/esm2020/lib/stencil.module.mjs +4 -4
- package/fesm2015/paperless-angular.mjs +254 -254
- package/fesm2020/paperless-angular.mjs +254 -254
- package/package.json +1 -1
- package/paperless.css +69 -69
package/package.json
CHANGED
package/paperless.css
CHANGED
|
@@ -2,10 +2,6 @@
|
|
|
2
2
|
position: static !important
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
-
.top-0 {
|
|
6
|
-
top: 0px !important
|
|
7
|
-
}
|
|
8
|
-
|
|
9
5
|
.bottom-0 {
|
|
10
6
|
bottom: 0px !important
|
|
11
7
|
}
|
|
@@ -18,6 +14,10 @@
|
|
|
18
14
|
right: 0px !important
|
|
19
15
|
}
|
|
20
16
|
|
|
17
|
+
.top-0 {
|
|
18
|
+
top: 0px !important
|
|
19
|
+
}
|
|
20
|
+
|
|
21
21
|
.block {
|
|
22
22
|
display: block !important
|
|
23
23
|
}
|
|
@@ -46,16 +46,16 @@
|
|
|
46
46
|
height: 1.5rem !important
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
.w-
|
|
50
|
-
width:
|
|
49
|
+
.w-1\/12 {
|
|
50
|
+
width: 8.333333% !important
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
-
.w-
|
|
54
|
-
width:
|
|
53
|
+
.w-10\/12 {
|
|
54
|
+
width: 83.333333% !important
|
|
55
55
|
}
|
|
56
56
|
|
|
57
|
-
.w-
|
|
58
|
-
width:
|
|
57
|
+
.w-11\/12 {
|
|
58
|
+
width: 91.666667% !important
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
.w-2\/12 {
|
|
@@ -74,6 +74,10 @@
|
|
|
74
74
|
width: 41.666667% !important
|
|
75
75
|
}
|
|
76
76
|
|
|
77
|
+
.w-6 {
|
|
78
|
+
width: 1.5rem !important
|
|
79
|
+
}
|
|
80
|
+
|
|
77
81
|
.w-6\/12 {
|
|
78
82
|
width: 50% !important
|
|
79
83
|
}
|
|
@@ -90,18 +94,14 @@
|
|
|
90
94
|
width: 75% !important
|
|
91
95
|
}
|
|
92
96
|
|
|
93
|
-
.w-10\/12 {
|
|
94
|
-
width: 83.333333% !important
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
.w-11\/12 {
|
|
98
|
-
width: 91.666667% !important
|
|
99
|
-
}
|
|
100
|
-
|
|
101
97
|
.w-auto {
|
|
102
98
|
width: auto !important
|
|
103
99
|
}
|
|
104
100
|
|
|
101
|
+
.w-full {
|
|
102
|
+
width: 100% !important
|
|
103
|
+
}
|
|
104
|
+
|
|
105
105
|
.flex-1 {
|
|
106
106
|
flex: 1 1 0% !important
|
|
107
107
|
}
|
|
@@ -144,9 +144,9 @@
|
|
|
144
144
|
}
|
|
145
145
|
|
|
146
146
|
.transition {
|
|
147
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
|
|
148
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
|
|
149
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
|
|
147
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
|
|
148
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
|
|
149
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
|
|
150
150
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
151
151
|
transition-duration: 150ms !important
|
|
152
152
|
}
|
|
@@ -164,6 +164,14 @@
|
|
|
164
164
|
width: 8.333333% !important
|
|
165
165
|
}
|
|
166
166
|
|
|
167
|
+
.tablet\:w-10\/12 {
|
|
168
|
+
width: 83.333333% !important
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
.tablet\:w-11\/12 {
|
|
172
|
+
width: 91.666667% !important
|
|
173
|
+
}
|
|
174
|
+
|
|
167
175
|
.tablet\:w-2\/12 {
|
|
168
176
|
width: 16.666667% !important
|
|
169
177
|
}
|
|
@@ -195,14 +203,6 @@
|
|
|
195
203
|
.tablet\:w-9\/12 {
|
|
196
204
|
width: 75% !important
|
|
197
205
|
}
|
|
198
|
-
|
|
199
|
-
.tablet\:w-10\/12 {
|
|
200
|
-
width: 83.333333% !important
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
.tablet\:w-11\/12 {
|
|
204
|
-
width: 91.666667% !important
|
|
205
|
-
}
|
|
206
206
|
}
|
|
207
207
|
|
|
208
208
|
@media (min-width: 64rem) {
|
|
@@ -210,6 +210,14 @@
|
|
|
210
210
|
width: 8.333333% !important
|
|
211
211
|
}
|
|
212
212
|
|
|
213
|
+
.desktop-xs\:w-10\/12 {
|
|
214
|
+
width: 83.333333% !important
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
.desktop-xs\:w-11\/12 {
|
|
218
|
+
width: 91.666667% !important
|
|
219
|
+
}
|
|
220
|
+
|
|
213
221
|
.desktop-xs\:w-2\/12 {
|
|
214
222
|
width: 16.666667% !important
|
|
215
223
|
}
|
|
@@ -241,14 +249,6 @@
|
|
|
241
249
|
.desktop-xs\:w-9\/12 {
|
|
242
250
|
width: 75% !important
|
|
243
251
|
}
|
|
244
|
-
|
|
245
|
-
.desktop-xs\:w-10\/12 {
|
|
246
|
-
width: 83.333333% !important
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
.desktop-xs\:w-11\/12 {
|
|
250
|
-
width: 91.666667% !important
|
|
251
|
-
}
|
|
252
252
|
}
|
|
253
253
|
|
|
254
254
|
@media (min-width: 80rem) {
|
|
@@ -256,6 +256,14 @@
|
|
|
256
256
|
width: 8.333333% !important
|
|
257
257
|
}
|
|
258
258
|
|
|
259
|
+
.desktop-sm\:w-10\/12 {
|
|
260
|
+
width: 83.333333% !important
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
.desktop-sm\:w-11\/12 {
|
|
264
|
+
width: 91.666667% !important
|
|
265
|
+
}
|
|
266
|
+
|
|
259
267
|
.desktop-sm\:w-2\/12 {
|
|
260
268
|
width: 16.666667% !important
|
|
261
269
|
}
|
|
@@ -287,14 +295,6 @@
|
|
|
287
295
|
.desktop-sm\:w-9\/12 {
|
|
288
296
|
width: 75% !important
|
|
289
297
|
}
|
|
290
|
-
|
|
291
|
-
.desktop-sm\:w-10\/12 {
|
|
292
|
-
width: 83.333333% !important
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
.desktop-sm\:w-11\/12 {
|
|
296
|
-
width: 91.666667% !important
|
|
297
|
-
}
|
|
298
298
|
}
|
|
299
299
|
|
|
300
300
|
@media (min-width: 85.375rem) {
|
|
@@ -302,6 +302,14 @@
|
|
|
302
302
|
width: 8.333333% !important
|
|
303
303
|
}
|
|
304
304
|
|
|
305
|
+
.desktop\:w-10\/12 {
|
|
306
|
+
width: 83.333333% !important
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
.desktop\:w-11\/12 {
|
|
310
|
+
width: 91.666667% !important
|
|
311
|
+
}
|
|
312
|
+
|
|
305
313
|
.desktop\:w-2\/12 {
|
|
306
314
|
width: 16.666667% !important
|
|
307
315
|
}
|
|
@@ -333,14 +341,6 @@
|
|
|
333
341
|
.desktop\:w-9\/12 {
|
|
334
342
|
width: 75% !important
|
|
335
343
|
}
|
|
336
|
-
|
|
337
|
-
.desktop\:w-10\/12 {
|
|
338
|
-
width: 83.333333% !important
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
.desktop\:w-11\/12 {
|
|
342
|
-
width: 91.666667% !important
|
|
343
|
-
}
|
|
344
344
|
}
|
|
345
345
|
|
|
346
346
|
@media (min-width: 90rem) {
|
|
@@ -348,6 +348,14 @@
|
|
|
348
348
|
width: 8.333333% !important
|
|
349
349
|
}
|
|
350
350
|
|
|
351
|
+
.desktop-lg\:w-10\/12 {
|
|
352
|
+
width: 83.333333% !important
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
.desktop-lg\:w-11\/12 {
|
|
356
|
+
width: 91.666667% !important
|
|
357
|
+
}
|
|
358
|
+
|
|
351
359
|
.desktop-lg\:w-2\/12 {
|
|
352
360
|
width: 16.666667% !important
|
|
353
361
|
}
|
|
@@ -379,14 +387,6 @@
|
|
|
379
387
|
.desktop-lg\:w-9\/12 {
|
|
380
388
|
width: 75% !important
|
|
381
389
|
}
|
|
382
|
-
|
|
383
|
-
.desktop-lg\:w-10\/12 {
|
|
384
|
-
width: 83.333333% !important
|
|
385
|
-
}
|
|
386
|
-
|
|
387
|
-
.desktop-lg\:w-11\/12 {
|
|
388
|
-
width: 91.666667% !important
|
|
389
|
-
}
|
|
390
390
|
}
|
|
391
391
|
|
|
392
392
|
@media (min-width: 120rem) {
|
|
@@ -394,6 +394,14 @@
|
|
|
394
394
|
width: 8.333333% !important
|
|
395
395
|
}
|
|
396
396
|
|
|
397
|
+
.desktop-xl\:w-10\/12 {
|
|
398
|
+
width: 83.333333% !important
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
.desktop-xl\:w-11\/12 {
|
|
402
|
+
width: 91.666667% !important
|
|
403
|
+
}
|
|
404
|
+
|
|
397
405
|
.desktop-xl\:w-2\/12 {
|
|
398
406
|
width: 16.666667% !important
|
|
399
407
|
}
|
|
@@ -425,12 +433,4 @@
|
|
|
425
433
|
.desktop-xl\:w-9\/12 {
|
|
426
434
|
width: 75% !important
|
|
427
435
|
}
|
|
428
|
-
|
|
429
|
-
.desktop-xl\:w-10\/12 {
|
|
430
|
-
width: 83.333333% !important
|
|
431
|
-
}
|
|
432
|
-
|
|
433
|
-
.desktop-xl\:w-11\/12 {
|
|
434
|
-
width: 91.666667% !important
|
|
435
|
-
}
|
|
436
436
|
}
|