Skip to content

[jp-sync] fix(jp/dialog): add missing import for code snippet #6407

@github-actions

Description

@github-actions

Summary

Syncs the Japanese documentation with the English change from PR #6135.

Changed Files

English source Japanese counterpart
en/components/dialog.md jp/components/dialog.md

What changed

In en/components/dialog.md, a missing import statement was added to a TypeScript code snippet (line ~217):

 import { useAnimation } from '`@angular/animations`';
+import { slideInTop, slideOutBottom } from 'igniteui-angular/animations';
 import { PositionSettings, HorizontalAlignment, VerticalAlignment } from 'igniteui-angular/core';

This same line has been added to the corresponding location in jp/components/dialog.md. Since this is a code block (not prose), no translation was required — the import statement is identical in both files.

Generated by Sync Japanese Documentation ·


Note

This was originally intended as a pull request, but GitHub Actions is not permitted to create or approve pull requests in this repository.
The changes have been pushed to branch jp-sync/dialog-missing-import-4670e72e4ce76f07.

Click here to create the pull request

To fix the permissions issue, go to SettingsActionsGeneral and enable Allow GitHub Actions to create and approve pull requests.

Show patch (29 lines)
From 4a1ea05e95b4b05b557b249d3aac5e0a502eb349 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]" <github-actions[bot]@users.noreply.github.com>
Date: Thu, 12 Mar 2026 15:23:07 +0000
Subject: [PATCH] fix(jp/dialog): add missing slideInTop/slideOutBottom import
 in code snippet

Syncs jp/components/dialog.md with en/components/dialog.md change from PR #6135.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---
 jp/components/dialog.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/jp/components/dialog.md b/jp/components/dialog.md
index d90451862..f27fbf05f 100644
--- a/jp/components/dialog.md
+++ b/jp/components/dialog.md
@@ -216,6 +216,7 @@ export class HomeComponent {
 
 ```typescript
 import { useAnimation } from '@angular/animations';
+import { slideInTop, slideOutBottom } from 'igniteui-angular/animations';
 import { PositionSettings, HorizontalAlignment, VerticalAlignment } from 'igniteui-angular/core';
 // import { PositionSettings, HorizontalAlignment, VerticalAlignment } from '@infragistics/igniteui-angular'; for licensed package
 
-- 
2.53.0

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions