@c10t/nice-component-library 0.0.21-c → 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.
|
@@ -3504,7 +3504,8 @@ class CvaInputComponent {
|
|
|
3504
3504
|
<i *ngIf="!!suffixFontAwesomeClass" class="input-suffix {{suffixFontAwesomeClass}}" matSuffix></i>
|
|
3505
3505
|
<span *ngIf="onFocusStatus && (!!maxLength || !!maxLengthDisplay)" class="input-suffix"
|
|
3506
3506
|
matSuffix>{{ displayLength() }}</span>
|
|
3507
|
-
<button mat-icon-button color="warn" class="btnTextClear" matSuffix (click)="onClear()" [disabled]="disabled"
|
|
3507
|
+
<button mat-icon-button color="warn" class="btnTextClear" matSuffix (click)="onClear()" [disabled]="disabled"
|
|
3508
|
+
type="button">
|
|
3508
3509
|
<mat-icon>clear</mat-icon>
|
|
3509
3510
|
</button>
|
|
3510
3511
|
<mat-hint align="start" *ngIf="!NsValidator.invalid(control)">{{ hint | translate }}</mat-hint>
|
|
@@ -3586,7 +3587,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
3586
3587
|
<i *ngIf="!!suffixFontAwesomeClass" class="input-suffix {{suffixFontAwesomeClass}}" matSuffix></i>
|
|
3587
3588
|
<span *ngIf="onFocusStatus && (!!maxLength || !!maxLengthDisplay)" class="input-suffix"
|
|
3588
3589
|
matSuffix>{{ displayLength() }}</span>
|
|
3589
|
-
<button mat-icon-button color="warn" class="btnTextClear" matSuffix (click)="onClear()" [disabled]="disabled"
|
|
3590
|
+
<button mat-icon-button color="warn" class="btnTextClear" matSuffix (click)="onClear()" [disabled]="disabled"
|
|
3591
|
+
type="button">
|
|
3590
3592
|
<mat-icon>clear</mat-icon>
|
|
3591
3593
|
</button>
|
|
3592
3594
|
<mat-hint align="start" *ngIf="!NsValidator.invalid(control)">{{ hint | translate }}</mat-hint>
|
|
@@ -5289,7 +5291,7 @@ class CvaSmartTableComponent {
|
|
|
5289
5291
|
class="{{TableService.getColumnClassName(column, result)}}"
|
|
5290
5292
|
fxLayout="row" [fxLayoutAlign]="TableService.alignCellContent(column)"
|
|
5291
5293
|
(click)="$event.stopPropagation()">
|
|
5292
|
-
<button mat-icon-button
|
|
5294
|
+
<button mat-icon-button type="button"
|
|
5293
5295
|
color="{{column.button.color}}"
|
|
5294
5296
|
[ngClass]="column.button.className"
|
|
5295
5297
|
(click)="onClick(column.button.click, result, i)"
|
|
@@ -5391,7 +5393,7 @@ class CvaSmartTableComponent {
|
|
|
5391
5393
|
[attr.colspan]="buttonColspan">
|
|
5392
5394
|
<!-- [fxFlex]="getHeaderButtonWidth(i) + 'px' "-->
|
|
5393
5395
|
<ng-container *ngIf="TableService.getButtonHeader(button) as btnHeader">
|
|
5394
|
-
<button mat-icon-button
|
|
5396
|
+
<button mat-icon-button type="button"
|
|
5395
5397
|
class="{{button.className}}"
|
|
5396
5398
|
color="{{$any(btnHeader).color}}"
|
|
5397
5399
|
(click)="onClick($any(btnHeader).click, null, null)"
|
|
@@ -5417,7 +5419,7 @@ class CvaSmartTableComponent {
|
|
|
5417
5419
|
<td mat-cell [ngClass]="button.className"
|
|
5418
5420
|
*ngIf="TableService.onDisplayButtonCell(button, cell)"
|
|
5419
5421
|
(click)="$event.stopPropagation()">
|
|
5420
|
-
<button mat-icon-button
|
|
5422
|
+
<button mat-icon-button type="button"
|
|
5421
5423
|
color="{{button.color}}"
|
|
5422
5424
|
[ngClass]="button.className"
|
|
5423
5425
|
(click)="onClick(button.click, cell, i)"
|
|
@@ -5536,7 +5538,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
5536
5538
|
class="{{TableService.getColumnClassName(column, result)}}"
|
|
5537
5539
|
fxLayout="row" [fxLayoutAlign]="TableService.alignCellContent(column)"
|
|
5538
5540
|
(click)="$event.stopPropagation()">
|
|
5539
|
-
<button mat-icon-button
|
|
5541
|
+
<button mat-icon-button type="button"
|
|
5540
5542
|
color="{{column.button.color}}"
|
|
5541
5543
|
[ngClass]="column.button.className"
|
|
5542
5544
|
(click)="onClick(column.button.click, result, i)"
|
|
@@ -5638,7 +5640,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
5638
5640
|
[attr.colspan]="buttonColspan">
|
|
5639
5641
|
<!-- [fxFlex]="getHeaderButtonWidth(i) + 'px' "-->
|
|
5640
5642
|
<ng-container *ngIf="TableService.getButtonHeader(button) as btnHeader">
|
|
5641
|
-
<button mat-icon-button
|
|
5643
|
+
<button mat-icon-button type="button"
|
|
5642
5644
|
class="{{button.className}}"
|
|
5643
5645
|
color="{{$any(btnHeader).color}}"
|
|
5644
5646
|
(click)="onClick($any(btnHeader).click, null, null)"
|
|
@@ -5664,7 +5666,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
5664
5666
|
<td mat-cell [ngClass]="button.className"
|
|
5665
5667
|
*ngIf="TableService.onDisplayButtonCell(button, cell)"
|
|
5666
5668
|
(click)="$event.stopPropagation()">
|
|
5667
|
-
<button mat-icon-button
|
|
5669
|
+
<button mat-icon-button type="button"
|
|
5668
5670
|
color="{{button.color}}"
|
|
5669
5671
|
[ngClass]="button.className"
|
|
5670
5672
|
(click)="onClick(button.click, cell, i)"
|