Skip to content

Commit d0322ab

Browse files
committed
feat(icon) ajuste lint
Ajustado o lint para que passa na esteira do git Fixes DTHFUI-9008
1 parent ea5a64b commit d0322ab

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

projects/templates/src/lib/components/po-page-dynamic-table/interfaces/po-page-dynamic-table-custom-action.interface.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export interface PoPageDynamicTableCustomAction {
6060
* [p-property]="[{ label: 'ICON', icon: 'ph ph-user' }]">
6161
* </po-component>
6262
* ```
63-
*
63+
*
6464
* Também é possível utilizar outras fontes de ícones, por exemplo a biblioteca Font Awesome, da seguinte forma:
6565
* ```
6666
* <po-component

projects/ui/src/lib/components/po-badge/po-badge-base.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export class PoBadgeBaseComponent {
9292
* ```
9393
* <po-badge p-icon="po-icon-user"></po-badge>
9494
* ```
95-
*
95+
*
9696
* Utilize os ícones disponíveis na Lib [Phosphor](/guides/icons), conforme exemplo:
9797
* ```
9898
* <po-component

projects/ui/src/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-field.interface.ts

+6-6
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ export interface PoDynamicFormField extends PoDynamicField {
6060
* **Componentes compatíveis:** `po-select`, `po-radio-group`, `po-checkbox-group`, `po-multiselect`.
6161
* */
6262
options?:
63-
| Array<string>
64-
| Array<PoSelectOption>
65-
| Array<PoMultiselectOption>
66-
| Array<PoCheckboxGroupOption>
67-
| Array<any>;
63+
| Array<string>
64+
| Array<PoSelectOption>
65+
| Array<PoMultiselectOption>
66+
| Array<PoCheckboxGroupOption>
67+
| Array<any>;
6868

6969
/**
7070
* Permite que o usuário faça múltipla seleção dentro da lista de opções.
@@ -115,7 +115,7 @@ export interface PoDynamicFormField extends PoDynamicField {
115115
* - Password;
116116
*
117117
* > **Deprecated v20.x.x.** Veja a disponibilidade de ícones em [biblioteca de ícones](guides/icons).
118-
*
118+
*
119119
* Utilize os ícones disponíveis na Lib [Phosphor](/guides/icons), conforme exemplo:
120120
* ```
121121
* <po-component

projects/ui/src/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view-field.interface.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export interface PoDynamicViewField extends PoDynamicField {
7171
* Define um ícone que será exibido ao lado do valor para o campo do tipo *tag*.
7272
*
7373
* > **Deprecated v20.x.x.** Veja os valores válidos na [biblioteca de ícones](guides/icons).
74-
*
74+
*
7575
* Utilize os ícones disponíveis na Lib [Phosphor](/guides/icons), conforme exemplo:
7676
* ```
7777
* <po-component

0 commit comments

Comments
 (0)