Skip to content

stepper: стилизация, сторисы, обёртки#47

Merged
AxyIX merged 11 commits into
feature/styles-debugfrom
panel.stepper
May 29, 2026
Merged

stepper: стилизация, сторисы, обёртки#47
AxyIX merged 11 commits into
feature/styles-debugfrom
panel.stepper

Conversation

@khaliulin
Copy link
Copy Markdown
Contributor

No description provided.

[linear]="linear"
(valueChange)="onValueChange($event)"
>
<p-step-list *ngIf="orientation === 'horizontal'">
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@if и @for вместо *ngIf и *ngFor

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Готово — 386ac2b

<ng-template #content let-activateCallback="activateCallback">
<p class="m-0">{{ step.content }}</p>
<div class="flex pt-4">
<p-button *ngIf="!first" label="Назад" severity="contrast" (onClick)="activateCallback(steps[i - 1].value)"/>
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

кнопки надо наши

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Готово — 2e78c42


// ── Error ─────────────────────────────────────────────────────────────────────

export const Error: Story = ErrorStory;
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

сделать экспорт как в других компонентах

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Готово — 8b16555

}

@Component({
selector: 'stepper',
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change detection = OnPush

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Готово — 654e7fb

@AxyIX AxyIX merged commit 35b8d8c into feature/styles-debug May 29, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants