@rxap/schematic-angular 16.1.0-dev.27 → 16.1.0-dev.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.
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.28](https://gitlab.com/rxap/packages/compare/@rxap/schematic-angular@16.1.0-dev.27...@rxap/schematic-angular@16.1.0-dev.28) (2023-11-16)
7
+
8
+ ### Bug Fixes
9
+
10
+ - support mat card inline ([0e42a58](https://gitlab.com/rxap/packages/commit/0e42a58206b0c522dd5b5e597ce5657b8ce14c5b))
11
+
6
12
  # [16.1.0-dev.27](https://gitlab.com/rxap/packages/compare/@rxap/schematic-angular@16.1.0-dev.26...@rxap/schematic-angular@16.1.0-dev.27) (2023-11-16)
7
13
 
8
14
  ### Bug Fixes
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "16.1.0-dev.27",
2
+ "version": "16.1.0-dev.28",
3
3
  "name": "@rxap/schematic-angular",
4
4
  "license": "GPL-3.0-or-later",
5
5
  "dependencies": {
@@ -69,7 +69,7 @@
69
69
  },
70
70
  "schematics": "./collection.json",
71
71
  "type": "commonjs",
72
- "gitHead": "8ec58a06f6fec734c2435925ce40d2880dd1805a",
72
+ "gitHead": "e94936131e82b067d070d27067b5156ceca88f6d",
73
73
  "main": "./src/index.js",
74
74
  "types": "./src/index.d.ts"
75
75
  }
@@ -12,7 +12,7 @@
12
12
  rxapCardProgressBar
13
13
  [loading$]="tableDataSourceDirective.loading$"
14
14
  ></mat-progress-bar>
15
- <mat-card-header class="min-h-full h-12">
15
+ <mat-card-header class="min-h-full h-12<% if (!headerButton && hasWithoutTitle) { %> justify-end<% } %>">
16
16
  <% if (!hasWithoutTitle) { %>
17
17
  <mat-card-title i18n><%= title %></mat-card-title>
18
18
  <% } %>
@@ -30,7 +30,7 @@
30
30
  </button>
31
31
  <mat-card-subtitle i18n><%= headerButton.label %></mat-card-subtitle>
32
32
  <% } %>
33
- <rxap-table-column-menu matCard #rxapTableColumns="rxapTableColumns" [ngClass]="{ 'hidden': tableDataSourceDirective.hasError$ | async }">
33
+ <rxap-table-column-menu matCard #rxapTableColumns="rxapTableColumns" <% if (!headerButton && hasWithoutTitle) { %>inline<% } %> [ngClass]="{ 'hidden': tableDataSourceDirective.hasError$ | async }">
34
34
  <% if (selectColumn) { %>
35
35
  <rxap-table-column-option hidden name="select">
36
36
  <ng-container i18n>Select</ng-container>
@@ -12,7 +12,7 @@
12
12
  rxapCardProgressBar
13
13
  [loading$]="tableDataSourceDirective.loading$"
14
14
  ></mat-progress-bar>
15
- <mat-card-header class="min-h-full h-12">
15
+ <mat-card-header class="min-h-full h-12<% if (!headerButton && hasWithoutTitle) { %> justify-end<% } %>">
16
16
  <% if (!hasNavigationBackHeader && !hasWithoutTitle) { %>
17
17
  <mat-card-title i18n><%= name %></mat-card-title>
18
18
  <% } %>
@@ -31,7 +31,7 @@
31
31
  </button>
32
32
  <mat-card-subtitle i18n><%= headerButton.label %></mat-card-subtitle>
33
33
  <% } %>
34
- <rxap-table-column-menu matCard #rxapTableColumns="rxapTableColumns" [ngClass]="{ 'hidden': tableDataSourceDirective.hasError$ | async }">
34
+ <rxap-table-column-menu matCard #rxapTableColumns="rxapTableColumns" <% if (!headerButton && hasWithoutTitle) { %>inline<% } %> [ngClass]="{ 'hidden': tableDataSourceDirective.hasError$ | async }">
35
35
  <rxap-table-column-option hidden name="tree"></rxap-table-column-option>
36
36
  <% for (const column of columnList) { %>
37
37
  <rxap-table-column-option name="<%= column.name %>">