@paperless/angular 2.0.1-beta.97 → 2.0.1-beta.99

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.
@@ -234,6 +234,8 @@ export declare class Table implements OnInit, OnChanges {
234
234
  reachedScrollEnd$: BehaviorSubject<boolean>;
235
235
  private _totalWidth;
236
236
  private _calculateColumnWidthsTimeout?;
237
+ private _rowChangesSubscription?;
238
+ private _cellChangesSubscription?;
237
239
  /**
238
240
  * Event whenever the empty state is clicked
239
241
  */
@@ -318,6 +320,7 @@ export declare class Table implements OnInit, OnChanges {
318
320
  private _showFloatingMenu;
319
321
  private _parseDefinitions;
320
322
  private _parseDefinitionSizes;
323
+ private _checkChangesSubscriptions;
321
324
  private _calculateColumnWidths;
322
325
  private _setRowsWidth;
323
326
  private _resetScrollPosition;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paperless/angular",
3
- "version": "2.0.1-beta.97",
3
+ "version": "2.0.1-beta.99",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^13.3.0 || ^14.0.0 || ^15.0.0 || ^17.0.0",
6
6
  "@angular/common": "^13.3.0 || ^14.0.0 || ^15.0.0",
package/paperless.css CHANGED
@@ -339,6 +339,11 @@
339
339
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1) !important
340
340
  }
341
341
 
342
+ .before\:pointer-events-none::before {
343
+ content: var(--tw-content) !important;
344
+ pointer-events: none !important
345
+ }
346
+
342
347
  .before\:absolute::before {
343
348
  content: var(--tw-content) !important;
344
349
  position: absolute !important