@rxap/schematic-angular 16.1.0-dev.15 → 16.1.0-dev.16

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/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [16.1.0-dev.16](https://gitlab.com/rxap/packages/compare/@rxap/schematic-angular@16.1.0-dev.15...@rxap/schematic-angular@16.1.0-dev.16) (2023-09-21)
7
+
8
+ ### Bug Fixes
9
+
10
+ - change overscroll-contain to overscroll-auto ([0a8db9f](https://gitlab.com/rxap/packages/commit/0a8db9ff3d131b98d207ad40aef411927ebdc837))
11
+
6
12
  # [16.1.0-dev.15](https://gitlab.com/rxap/packages/compare/@rxap/schematic-angular@16.1.0-dev.14...@rxap/schematic-angular@16.1.0-dev.15) (2023-09-14)
7
13
 
8
14
  ### Bug Fixes
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "16.1.0-dev.15",
2
+ "version": "16.1.0-dev.16",
3
3
  "name": "@rxap/schematic-angular",
4
4
  "license": "GPL-3.0-or-later",
5
5
  "dependencies": {
@@ -18,7 +18,7 @@
18
18
  "tslib": "2.6.2",
19
19
  "@rxap/node-utilities": "1.1.0-dev.9",
20
20
  "@rxap/workspace-ts-morph": "0.1.0-dev.8",
21
- "@rxap/workspace-utilities": "0.1.0-dev.13"
21
+ "@rxap/workspace-utilities": "0.1.0-dev.16"
22
22
  },
23
23
  "author": {
24
24
  "name": "Merzough Münker",
@@ -67,7 +67,7 @@
67
67
  },
68
68
  "schematics": "./collection.json",
69
69
  "type": "commonjs",
70
- "gitHead": "a165df013a2facbd96d84b46afa49c9c3a669b23",
70
+ "gitHead": "43ff53dd3025eed5389c5e02ccd7ab7ce004080d",
71
71
  "main": "./src/index.js",
72
72
  "types": "./src/index.d.ts"
73
73
  }
@@ -63,7 +63,7 @@
63
63
  *ngIf="tableDataSourceDirective.hasError$ | async"
64
64
  [refresh]="tableDataSourceDirective.retry">
65
65
  </rxap-data-source-error>
66
- <div class="table-scroll-container mt-4 overflow-x-auto overscroll-contain">
66
+ <div class="table-scroll-container mt-4 overflow-x-auto overscroll-auto">
67
67
  <table
68
68
  [ngClass]="{ 'hidden': tableDataSourceDirective.hasError$ | async }"
69
69
  [paginator]="paginator"
@@ -57,7 +57,7 @@
57
57
  *ngIf="tableDataSourceDirective.hasError$ | async"
58
58
  [refresh]="tableDataSourceDirective.retry">
59
59
  </rxap-data-source-error>
60
- <div class="table-scroll-container mt-4 overflow-x-auto overscroll-contain">
60
+ <div class="table-scroll-container mt-4 overflow-x-auto overscroll-auto">
61
61
  <table
62
62
  [ngClass]="{ 'hidden': tableDataSourceDirective.hasError$ | async }"
63
63
  matSort