@paperless/angular 2.22.0-alpha.26 → 2.22.0-alpha.28

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.
Files changed (71) hide show
  1. package/fesm2022/paperless-angular.mjs +1747 -1697
  2. package/fesm2022/paperless-angular.mjs.map +1 -1
  3. package/package.json +6 -6
  4. package/paperless.css +0 -2
  5. package/types/paperless-angular.d.ts +1809 -0
  6. package/index.d.ts +0 -5
  7. package/lib/animations/fade.d.ts +0 -2
  8. package/lib/animations/index.d.ts +0 -2
  9. package/lib/animations/slide.d.ts +0 -2
  10. package/lib/base/form.component.d.ts +0 -15
  11. package/lib/base/index.d.ts +0 -3
  12. package/lib/base/number-value-accessor.d.ts +0 -14
  13. package/lib/base/upload.component.d.ts +0 -16
  14. package/lib/base/value-accessor.d.ts +0 -17
  15. package/lib/directives/index.d.ts +0 -14
  16. package/lib/directives/p-checkbox.directive.d.ts +0 -7
  17. package/lib/directives/p-cropper.directive.d.ts +0 -7
  18. package/lib/directives/p-datepicker.directive.d.ts +0 -7
  19. package/lib/directives/p-field-number.directive.d.ts +0 -6
  20. package/lib/directives/p-field.directive.d.ts +0 -7
  21. package/lib/directives/p-pagination-pages.directive.d.ts +0 -8
  22. package/lib/directives/p-pagination-size.directive.d.ts +0 -8
  23. package/lib/directives/p-radio.directive.d.ts +0 -17
  24. package/lib/directives/p-select.directive.d.ts +0 -7
  25. package/lib/directives/p-toggle.directive.d.ts +0 -7
  26. package/lib/modules/index.d.ts +0 -5
  27. package/lib/modules/overlay/index.d.ts +0 -3
  28. package/lib/modules/overlay/overlay.module.d.ts +0 -12
  29. package/lib/modules/overlay/overlay.ref.d.ts +0 -9
  30. package/lib/modules/overlay/overlay.service.d.ts +0 -24
  31. package/lib/modules/table/base/index.d.ts +0 -1
  32. package/lib/modules/table/base/table.component.d.ts +0 -69
  33. package/lib/modules/table/components/index.d.ts +0 -11
  34. package/lib/modules/table/components/table/constants.d.ts +0 -2
  35. package/lib/modules/table/components/table/table.component.d.ts +0 -336
  36. package/lib/modules/table/components/table-cell/table-cell.component.d.ts +0 -53
  37. package/lib/modules/table/components/table-column/table-column.component.d.ts +0 -17
  38. package/lib/modules/table/components/table-extra-header/table-extra-header.component.d.ts +0 -17
  39. package/lib/modules/table/components/table-row-action/table-row-action.component.d.ts +0 -48
  40. package/lib/modules/table/directives/index.d.ts +0 -15
  41. package/lib/modules/table/directives/p-table-custom-actions.directive.d.ts +0 -5
  42. package/lib/modules/table/directives/p-table-custom-filter.directive.d.ts +0 -5
  43. package/lib/modules/table/directives/p-table-custom-row.directive.d.ts +0 -9
  44. package/lib/modules/table/directives/p-table-filter-modal.directive.d.ts +0 -5
  45. package/lib/modules/table/directives/p-table-footer.directive.d.ts +0 -9
  46. package/lib/modules/table/directives/p-table-header.directive.d.ts +0 -15
  47. package/lib/modules/table/directives/p-table-ngx.directive.d.ts +0 -27
  48. package/lib/modules/table/directives/p-table.directive.d.ts +0 -20
  49. package/lib/modules/table/index.d.ts +0 -5
  50. package/lib/modules/table/table.module.d.ts +0 -22
  51. package/lib/modules/table/utils.d.ts +0 -8
  52. package/lib/modules/toast/components/index.d.ts +0 -3
  53. package/lib/modules/toast/components/toast-container/toast-container.component.d.ts +0 -16
  54. package/lib/modules/toast/directives/index.d.ts +0 -3
  55. package/lib/modules/toast/directives/toast.directive.d.ts +0 -16
  56. package/lib/modules/toast/index.d.ts +0 -5
  57. package/lib/modules/toast/toast.module.d.ts +0 -10
  58. package/lib/modules/toast/toast.service.d.ts +0 -12
  59. package/lib/modules/toast/types.d.ts +0 -31
  60. package/lib/paperless.module.d.ts +0 -26
  61. package/lib/pipes/currency.pipe.d.ts +0 -10
  62. package/lib/pipes/date.pipe.d.ts +0 -10
  63. package/lib/pipes/index.d.ts +0 -10
  64. package/lib/pipes/safe.pipe.d.ts +0 -10
  65. package/lib/pipes/select-autocomplete.pipe.d.ts +0 -7
  66. package/lib/pipes/select-select-all.pipe.d.ts +0 -7
  67. package/lib/stencil/angular-component-lib/utils.d.ts +0 -9
  68. package/lib/stencil/components.d.ts +0 -874
  69. package/lib/stencil/index.d.ts +0 -2
  70. package/lib/stencil.module.d.ts +0 -7
  71. package/public-api.d.ts +0 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paperless/angular",
3
- "version": "2.22.0-alpha.26",
3
+ "version": "2.22.0-alpha.28",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/Employes/Paperless.git"
@@ -10,22 +10,22 @@
10
10
  "registry": "https://registry.npmjs.org"
11
11
  },
12
12
  "peerDependencies": {
13
- "@angular/cdk": "^18.0.0",
14
- "@angular/common": "^18.0.0",
15
- "@angular/core": "^18.0.0"
13
+ "@angular/cdk": "^19.0.0",
14
+ "@angular/common": "^19.0.0",
15
+ "@angular/core": "^19.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": "index.d.ts",
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": "./index.d.ts",
28
+ "types": "./types/paperless-angular.d.ts",
29
29
  "default": "./fesm2022/paperless-angular.mjs"
30
30
  }
31
31
  },
package/paperless.css CHANGED
@@ -369,9 +369,7 @@
369
369
  }
370
370
 
371
371
  .transition {
372
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
373
372
  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
373
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
376
374
  transition-duration: 150ms
377
375
  }