@rxap/schematic-angular 16.1.0-dev.14 → 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,18 @@
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
+
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)
13
+
14
+ ### Bug Fixes
15
+
16
+ - remove css class usage of container ([9a1969f](https://gitlab.com/rxap/packages/commit/9a1969f8748a08d6d948f9e7d4f4b511c1349352))
17
+
6
18
  # [16.1.0-dev.14](https://gitlab.com/rxap/packages/compare/@rxap/schematic-angular@16.1.0-dev.13...@rxap/schematic-angular@16.1.0-dev.14) (2023-09-12)
7
19
 
8
20
  ### Bug Fixes
package/README.md CHANGED
@@ -17,5 +17,5 @@ yarn add @rxap/schematic-angular
17
17
  ```
18
18
  **Install peer dependencies:**
19
19
  ```bash
20
- yarn add @angular-devkit/core@^16.1.4 @angular-devkit/schematics@^16.1.4 @rxap/schematics-ts-morph@* @rxap/schematics-utilities@* @rxap/utilities@* ts-morph@^18.0.0 tslib@2.6.2
20
+ yarn add @angular-devkit/core@^16.1.4 @angular-devkit/schematics@^16.1.4 @rxap/schematics-ts-morph@^16.0.0-dev.19 @rxap/schematics-utilities@^16.0.0-dev.16 @rxap/utilities@^16.0.0-dev.17 ts-morph@^18.0.0 tslib@2.6.2
21
21
  ```
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "16.1.0-dev.14",
2
+ "version": "16.1.0-dev.16",
3
3
  "name": "@rxap/schematic-angular",
4
4
  "license": "GPL-3.0-or-later",
5
5
  "dependencies": {
@@ -11,14 +11,14 @@
11
11
  "peerDependencies": {
12
12
  "@angular-devkit/core": "^16.1.4",
13
13
  "@angular-devkit/schematics": "^16.1.4",
14
- "@rxap/schematics-ts-morph": "*",
15
- "@rxap/schematics-utilities": "*",
16
- "@rxap/utilities": "*",
14
+ "@rxap/schematics-ts-morph": "^16.0.0-dev.19",
15
+ "@rxap/schematics-utilities": "^16.0.0-dev.16",
16
+ "@rxap/utilities": "^16.0.0-dev.17",
17
17
  "ts-morph": "^18.0.0",
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",
@@ -40,11 +40,11 @@
40
40
  "packageGroup": [
41
41
  {
42
42
  "package": "@rxap/schematics-ts-morph",
43
- "version": "16.0.0-dev.18"
43
+ "version": "16.0.0-dev.19"
44
44
  },
45
45
  {
46
46
  "package": "@rxap/schematics-utilities",
47
- "version": "16.0.0-dev.15"
47
+ "version": "16.0.0-dev.16"
48
48
  },
49
49
  {
50
50
  "package": "@rxap/utilities",
@@ -67,7 +67,7 @@
67
67
  },
68
68
  "schematics": "./collection.json",
69
69
  "type": "commonjs",
70
- "gitHead": "db8e53ef6cfd297abb6f8c4fb54f289f9c971fe4",
70
+ "gitHead": "43ff53dd3025eed5389c5e02ccd7ab7ce004080d",
71
71
  "main": "./src/index.js",
72
72
  "types": "./src/index.d.ts"
73
73
  }
@@ -2,6 +2,6 @@
2
2
  <ng-template #errorTemplate let-error let-refresh="refresh">
3
3
  <<%= prefix %>-data-source-error [error]="error" [refresh]="refresh"></<%= prefix %>-data-source-error>
4
4
  </ng-template>
5
- <div *rxapDataSource="let panel from panelDataSource; errorTemplate: errorTemplate" class="container" fxLayout="column" fxLayoutGap="16px">
5
+ <div *rxapDataSource="let panel from panelDataSource; errorTemplate: errorTemplate" fxLayout="column" fxLayoutGap="16px">
6
6
  <pre fxFlex="nogrow">{{ panel | json }}</pre>
7
7
  </div>
@@ -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