Skip to content

metergroup: стилизация, сторисы#21

Merged
AxyIX merged 7 commits into
feature/styles-debugfrom
misc.metergroup
Apr 14, 2026
Merged

metergroup: стилизация, сторисы#21
AxyIX merged 7 commits into
feature/styles-debugfrom
misc.metergroup

Conversation

@khaliulin
Copy link
Copy Markdown
Contributor

No description provided.

`,
})
export class MeterGroupHorizontalComponent {
value: MeterItem[] = [
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.

здесь также value дублируется из компонента в компонент

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.

@AxyIX фикс 72b8892

component: `Визуализирует несколько числовых значений в виде единой полосы прогресса с подписями.

\`\`\`typescript
import { MeterGroup } from 'primeng/metergroup';
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.

тут стори с импортом модуля primeng
её не должно быть

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.

@AxyIX фикс 9744d2f

source: {
language: 'ts',
code: `
<metergroup [value]="value" orientation="horizontal"></metergroup>`,
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.

в сорсах хорошо бы также показать и пропсы
что за value например

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.

@AxyIX добавление 66a9666

decorators: [
moduleMetadata({
imports: [
MeterGroupComponent,
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.

@AxyIX фикс fbe28f4

@AxyIX AxyIX merged commit b22b896 into feature/styles-debug Apr 14, 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