@c10t/nice-component-library 0.0.21-d → 0.0.21-e
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.
|
@@ -5291,7 +5291,7 @@ class CvaSmartTableComponent {
|
|
|
5291
5291
|
class="{{TableService.getColumnClassName(column, result)}}"
|
|
5292
5292
|
fxLayout="row" [fxLayoutAlign]="TableService.alignCellContent(column)"
|
|
5293
5293
|
(click)="$event.stopPropagation()">
|
|
5294
|
-
<button mat-icon-button
|
|
5294
|
+
<button mat-icon-button type="button"
|
|
5295
5295
|
color="{{column.button.color}}"
|
|
5296
5296
|
[ngClass]="column.button.className"
|
|
5297
5297
|
(click)="onClick(column.button.click, result, i)"
|
|
@@ -5393,7 +5393,7 @@ class CvaSmartTableComponent {
|
|
|
5393
5393
|
[attr.colspan]="buttonColspan">
|
|
5394
5394
|
<!-- [fxFlex]="getHeaderButtonWidth(i) + 'px' "-->
|
|
5395
5395
|
<ng-container *ngIf="TableService.getButtonHeader(button) as btnHeader">
|
|
5396
|
-
<button mat-icon-button
|
|
5396
|
+
<button mat-icon-button type="button"
|
|
5397
5397
|
class="{{button.className}}"
|
|
5398
5398
|
color="{{$any(btnHeader).color}}"
|
|
5399
5399
|
(click)="onClick($any(btnHeader).click, null, null)"
|
|
@@ -5419,7 +5419,7 @@ class CvaSmartTableComponent {
|
|
|
5419
5419
|
<td mat-cell [ngClass]="button.className"
|
|
5420
5420
|
*ngIf="TableService.onDisplayButtonCell(button, cell)"
|
|
5421
5421
|
(click)="$event.stopPropagation()">
|
|
5422
|
-
<button mat-icon-button
|
|
5422
|
+
<button mat-icon-button type="button"
|
|
5423
5423
|
color="{{button.color}}"
|
|
5424
5424
|
[ngClass]="button.className"
|
|
5425
5425
|
(click)="onClick(button.click, cell, i)"
|
|
@@ -5538,7 +5538,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
5538
5538
|
class="{{TableService.getColumnClassName(column, result)}}"
|
|
5539
5539
|
fxLayout="row" [fxLayoutAlign]="TableService.alignCellContent(column)"
|
|
5540
5540
|
(click)="$event.stopPropagation()">
|
|
5541
|
-
<button mat-icon-button
|
|
5541
|
+
<button mat-icon-button type="button"
|
|
5542
5542
|
color="{{column.button.color}}"
|
|
5543
5543
|
[ngClass]="column.button.className"
|
|
5544
5544
|
(click)="onClick(column.button.click, result, i)"
|
|
@@ -5640,7 +5640,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
5640
5640
|
[attr.colspan]="buttonColspan">
|
|
5641
5641
|
<!-- [fxFlex]="getHeaderButtonWidth(i) + 'px' "-->
|
|
5642
5642
|
<ng-container *ngIf="TableService.getButtonHeader(button) as btnHeader">
|
|
5643
|
-
<button mat-icon-button
|
|
5643
|
+
<button mat-icon-button type="button"
|
|
5644
5644
|
class="{{button.className}}"
|
|
5645
5645
|
color="{{$any(btnHeader).color}}"
|
|
5646
5646
|
(click)="onClick($any(btnHeader).click, null, null)"
|
|
@@ -5666,7 +5666,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
5666
5666
|
<td mat-cell [ngClass]="button.className"
|
|
5667
5667
|
*ngIf="TableService.onDisplayButtonCell(button, cell)"
|
|
5668
5668
|
(click)="$event.stopPropagation()">
|
|
5669
|
-
<button mat-icon-button
|
|
5669
|
+
<button mat-icon-button type="button"
|
|
5670
5670
|
color="{{button.color}}"
|
|
5671
5671
|
[ngClass]="button.className"
|
|
5672
5672
|
(click)="onClick(button.click, cell, i)"
|