@paperless/angular 2.22.0-alpha.9 → 3.0.0
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/README.md +4 -31
- package/fesm2022/paperless-angular.mjs +1930 -1863
- package/fesm2022/paperless-angular.mjs.map +1 -1
- package/package.json +6 -8
- package/paperless.css +28 -20
- package/types/paperless-angular.d.ts +1802 -0
- package/esm2022/lib/animations/fade.mjs +0 -22
- package/esm2022/lib/animations/index.mjs +0 -3
- package/esm2022/lib/animations/slide.mjs +0 -20
- package/esm2022/lib/base/form.component.mjs +0 -113
- package/esm2022/lib/base/index.mjs +0 -4
- package/esm2022/lib/base/number-value-accessor.mjs +0 -36
- package/esm2022/lib/base/upload.component.mjs +0 -57
- package/esm2022/lib/base/value-accessor.mjs +0 -43
- package/esm2022/lib/directives/index.mjs +0 -33
- package/esm2022/lib/directives/p-checkbox.directive.mjs +0 -39
- package/esm2022/lib/directives/p-cropper.directive.mjs +0 -37
- package/esm2022/lib/directives/p-datepicker.directive.mjs +0 -38
- package/esm2022/lib/directives/p-field-number.directive.mjs +0 -34
- package/esm2022/lib/directives/p-field.directive.mjs +0 -38
- package/esm2022/lib/directives/p-pagination-pages.directive.mjs +0 -41
- package/esm2022/lib/directives/p-pagination-size.directive.mjs +0 -41
- package/esm2022/lib/directives/p-radio.directive.mjs +0 -63
- package/esm2022/lib/directives/p-select.directive.mjs +0 -37
- package/esm2022/lib/directives/p-toggle.directive.mjs +0 -38
- package/esm2022/lib/modules/index.mjs +0 -8
- package/esm2022/lib/modules/overlay/index.mjs +0 -4
- package/esm2022/lib/modules/overlay/overlay.module.mjs +0 -40
- package/esm2022/lib/modules/overlay/overlay.ref.mjs +0 -14
- package/esm2022/lib/modules/overlay/overlay.service.mjs +0 -77
- package/esm2022/lib/modules/table/base/index.mjs +0 -2
- package/esm2022/lib/modules/table/base/table.component.mjs +0 -229
- package/esm2022/lib/modules/table/components/index.mjs +0 -18
- package/esm2022/lib/modules/table/components/table/constants.mjs +0 -3
- package/esm2022/lib/modules/table/components/table/table.component.mjs +0 -1078
- package/esm2022/lib/modules/table/components/table-cell/table-cell.component.mjs +0 -170
- package/esm2022/lib/modules/table/components/table-column/table-column.component.mjs +0 -62
- package/esm2022/lib/modules/table/components/table-extra-header/table-extra-header.component.mjs +0 -40
- package/esm2022/lib/modules/table/components/table-row-action/table-row-action.component.mjs +0 -88
- package/esm2022/lib/modules/table/directives/index.mjs +0 -27
- package/esm2022/lib/modules/table/directives/p-table-custom-actions.directive.mjs +0 -13
- package/esm2022/lib/modules/table/directives/p-table-custom-filter.directive.mjs +0 -13
- package/esm2022/lib/modules/table/directives/p-table-custom-row.directive.mjs +0 -20
- package/esm2022/lib/modules/table/directives/p-table-filter-modal.directive.mjs +0 -13
- package/esm2022/lib/modules/table/directives/p-table-footer.directive.mjs +0 -52
- package/esm2022/lib/modules/table/directives/p-table-header.directive.mjs +0 -59
- package/esm2022/lib/modules/table/directives/p-table-ngx.directive.mjs +0 -129
- package/esm2022/lib/modules/table/directives/p-table.directive.mjs +0 -77
- package/esm2022/lib/modules/table/index.mjs +0 -6
- package/esm2022/lib/modules/table/table.module.mjs +0 -34
- package/esm2022/lib/modules/table/utils.mjs +0 -29
- package/esm2022/lib/modules/toast/components/index.mjs +0 -4
- package/esm2022/lib/modules/toast/components/toast-container/toast-container.component.mjs +0 -38
- package/esm2022/lib/modules/toast/directives/index.mjs +0 -4
- package/esm2022/lib/modules/toast/directives/toast.directive.mjs +0 -51
- package/esm2022/lib/modules/toast/index.mjs +0 -6
- package/esm2022/lib/modules/toast/toast.module.mjs +0 -24
- package/esm2022/lib/modules/toast/toast.service.mjs +0 -51
- package/esm2022/lib/modules/toast/types.mjs +0 -11
- package/esm2022/lib/paperless.module.mjs +0 -41
- package/esm2022/lib/pipes/currency.pipe.mjs +0 -21
- package/esm2022/lib/pipes/date.pipe.mjs +0 -21
- package/esm2022/lib/pipes/index.mjs +0 -18
- package/esm2022/lib/pipes/safe.pipe.mjs +0 -34
- package/esm2022/lib/pipes/select-autocomplete.pipe.mjs +0 -17
- package/esm2022/lib/pipes/select-select-all.pipe.mjs +0 -17
- package/esm2022/lib/stencil/angular-component-lib/utils.mjs +0 -59
- package/esm2022/lib/stencil/components.mjs +0 -2013
- package/esm2022/lib/stencil/index.mjs +0 -78
- package/esm2022/lib/stencil.module.mjs +0 -17
- package/esm2022/paperless-angular.mjs +0 -5
- package/esm2022/public-api.mjs +0 -12
- package/index.d.ts +0 -5
- package/lib/animations/fade.d.ts +0 -2
- package/lib/animations/index.d.ts +0 -2
- package/lib/animations/slide.d.ts +0 -2
- package/lib/base/form.component.d.ts +0 -15
- package/lib/base/index.d.ts +0 -3
- package/lib/base/number-value-accessor.d.ts +0 -14
- package/lib/base/upload.component.d.ts +0 -16
- package/lib/base/value-accessor.d.ts +0 -17
- package/lib/directives/index.d.ts +0 -14
- package/lib/directives/p-checkbox.directive.d.ts +0 -9
- package/lib/directives/p-cropper.directive.d.ts +0 -9
- package/lib/directives/p-datepicker.directive.d.ts +0 -9
- package/lib/directives/p-field-number.directive.d.ts +0 -8
- package/lib/directives/p-field.directive.d.ts +0 -9
- package/lib/directives/p-pagination-pages.directive.d.ts +0 -10
- package/lib/directives/p-pagination-size.directive.d.ts +0 -10
- package/lib/directives/p-radio.directive.d.ts +0 -18
- package/lib/directives/p-select.directive.d.ts +0 -9
- package/lib/directives/p-toggle.directive.d.ts +0 -9
- package/lib/modules/index.d.ts +0 -5
- package/lib/modules/overlay/index.d.ts +0 -3
- package/lib/modules/overlay/overlay.module.d.ts +0 -12
- package/lib/modules/overlay/overlay.ref.d.ts +0 -9
- package/lib/modules/overlay/overlay.service.d.ts +0 -24
- package/lib/modules/table/base/index.d.ts +0 -1
- package/lib/modules/table/base/table.component.d.ts +0 -70
- package/lib/modules/table/components/index.d.ts +0 -11
- package/lib/modules/table/components/table/constants.d.ts +0 -2
- package/lib/modules/table/components/table/table.component.d.ts +0 -337
- package/lib/modules/table/components/table-cell/table-cell.component.d.ts +0 -53
- package/lib/modules/table/components/table-column/table-column.component.d.ts +0 -17
- package/lib/modules/table/components/table-extra-header/table-extra-header.component.d.ts +0 -17
- package/lib/modules/table/components/table-row-action/table-row-action.component.d.ts +0 -48
- package/lib/modules/table/directives/index.d.ts +0 -15
- package/lib/modules/table/directives/p-table-custom-actions.directive.d.ts +0 -5
- package/lib/modules/table/directives/p-table-custom-filter.directive.d.ts +0 -5
- package/lib/modules/table/directives/p-table-custom-row.directive.d.ts +0 -9
- package/lib/modules/table/directives/p-table-filter-modal.directive.d.ts +0 -5
- package/lib/modules/table/directives/p-table-footer.directive.d.ts +0 -11
- package/lib/modules/table/directives/p-table-header.directive.d.ts +0 -17
- package/lib/modules/table/directives/p-table-ngx.directive.d.ts +0 -27
- package/lib/modules/table/directives/p-table.directive.d.ts +0 -22
- package/lib/modules/table/index.d.ts +0 -5
- package/lib/modules/table/table.module.d.ts +0 -22
- package/lib/modules/table/utils.d.ts +0 -10
- package/lib/modules/toast/components/index.d.ts +0 -3
- package/lib/modules/toast/components/toast-container/toast-container.component.d.ts +0 -16
- package/lib/modules/toast/directives/index.d.ts +0 -3
- package/lib/modules/toast/directives/toast.directive.d.ts +0 -16
- package/lib/modules/toast/index.d.ts +0 -5
- package/lib/modules/toast/toast.module.d.ts +0 -10
- package/lib/modules/toast/toast.service.d.ts +0 -12
- package/lib/modules/toast/types.d.ts +0 -32
- package/lib/paperless.module.d.ts +0 -26
- package/lib/pipes/currency.pipe.d.ts +0 -10
- package/lib/pipes/date.pipe.d.ts +0 -10
- package/lib/pipes/index.d.ts +0 -10
- package/lib/pipes/safe.pipe.d.ts +0 -10
- package/lib/pipes/select-autocomplete.pipe.d.ts +0 -7
- package/lib/pipes/select-select-all.pipe.d.ts +0 -7
- package/lib/stencil/angular-component-lib/utils.d.ts +0 -9
- package/lib/stencil/components.d.ts +0 -883
- package/lib/stencil/index.d.ts +0 -2
- package/lib/stencil.module.d.ts +0 -7
- package/public-api.d.ts +0 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paperless/angular",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/Employes/Paperless.git"
|
|
@@ -10,24 +10,22 @@
|
|
|
10
10
|
"registry": "https://registry.npmjs.org"
|
|
11
11
|
},
|
|
12
12
|
"peerDependencies": {
|
|
13
|
-
"@angular/cdk": "^
|
|
14
|
-
"@angular/common": "^
|
|
15
|
-
"@angular/core": "^
|
|
13
|
+
"@angular/cdk": "^20.0.0 || ^21.0.0",
|
|
14
|
+
"@angular/common": "^20.0.0 || ^21.0.0",
|
|
15
|
+
"@angular/core": " ^20.0.0 || ^21.0.0"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@ngneat/until-destroy": "10.0.0",
|
|
19
19
|
"tslib": "2.5.0"
|
|
20
20
|
},
|
|
21
21
|
"module": "fesm2022/paperless-angular.mjs",
|
|
22
|
-
"typings": "
|
|
22
|
+
"typings": "types/paperless-angular.d.ts",
|
|
23
23
|
"exports": {
|
|
24
24
|
"./package.json": {
|
|
25
25
|
"default": "./package.json"
|
|
26
26
|
},
|
|
27
27
|
".": {
|
|
28
|
-
"types": "./
|
|
29
|
-
"esm2022": "./esm2022/paperless-angular.mjs",
|
|
30
|
-
"esm": "./esm2022/paperless-angular.mjs",
|
|
28
|
+
"types": "./types/paperless-angular.d.ts",
|
|
31
29
|
"default": "./fesm2022/paperless-angular.mjs"
|
|
32
30
|
}
|
|
33
31
|
},
|
package/paperless.css
CHANGED
|
@@ -368,22 +368,6 @@
|
|
|
368
368
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
|
|
369
369
|
}
|
|
370
370
|
|
|
371
|
-
.transition {
|
|
372
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
373
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
374
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
375
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
376
|
-
transition-duration: 150ms
|
|
377
|
-
}
|
|
378
|
-
|
|
379
|
-
.ease-in {
|
|
380
|
-
transition-timing-function: cubic-bezier(0.4, 0, 1, 1)
|
|
381
|
-
}
|
|
382
|
-
|
|
383
|
-
.ease-out {
|
|
384
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1)
|
|
385
|
-
}
|
|
386
|
-
|
|
387
371
|
@keyframes enter {
|
|
388
372
|
from {
|
|
389
373
|
opacity: var(--tw-enter-opacity, 1);
|
|
@@ -398,12 +382,36 @@
|
|
|
398
382
|
}
|
|
399
383
|
}
|
|
400
384
|
|
|
401
|
-
.
|
|
402
|
-
animation-
|
|
385
|
+
.animate-in {
|
|
386
|
+
animation-name: enter;
|
|
387
|
+
animation-duration: 150ms;
|
|
388
|
+
--tw-enter-opacity: initial;
|
|
389
|
+
--tw-enter-scale: initial;
|
|
390
|
+
--tw-enter-rotate: initial;
|
|
391
|
+
--tw-enter-translate-x: initial;
|
|
392
|
+
--tw-enter-translate-y: initial
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
.animate-out {
|
|
396
|
+
animation-name: exit;
|
|
397
|
+
animation-duration: 150ms;
|
|
398
|
+
--tw-exit-opacity: initial;
|
|
399
|
+
--tw-exit-scale: initial;
|
|
400
|
+
--tw-exit-rotate: initial;
|
|
401
|
+
--tw-exit-translate-x: initial;
|
|
402
|
+
--tw-exit-translate-y: initial
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
.fade-in {
|
|
406
|
+
--tw-enter-opacity: 0
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
.fade-out {
|
|
410
|
+
--tw-exit-opacity: 0
|
|
403
411
|
}
|
|
404
412
|
|
|
405
|
-
.
|
|
406
|
-
|
|
413
|
+
.slide-in-from-top {
|
|
414
|
+
--tw-enter-translate-y: -100%
|
|
407
415
|
}
|
|
408
416
|
|
|
409
417
|
.before\:pointer-events-none::before {
|