-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add topic for igx-drop-down component. #402
Conversation
... | ||
@ViewChild(IgxDropDownComponent) public igxDropDown: IgxDropDownComponent; | ||
|
||
public items: any[] = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's create one more group/header
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have single comment
en/components/drop_down.md
Outdated
|
||
| Name | Cancelable | Description | Parameters | ||
| :--- | :--- | :--- | :--- | | ||
| `onSelection` | false | Emitted when item selection is changing, before the selection completes. | `{ oldSelection: string, newSelection: string, event?: Event }` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The parameters here are of ISelectionEventArgs type.
en/components/drop_down.md
Outdated
| Name | Type | Description | | ||
| :--- | :--- | :--- | | ||
| `selectedItem` | `number` | Gets the selected item. | | ||
| `items` | `QueryList of IgxDropDownItemComponent` | Gets all of the items but headers. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Items, as Headers, are of IgxDropDownItemComponent[] type.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yoshimis I left comments inline.
I will email about problems with the TM / SDLXLIFF file.
Additionally, there were changes made to the toggle.md file, which should be addressed here too, so we keep everything in sync.
jp/components/drop_down.md
Outdated
title: Drop Down コンポーネント | ||
_description: Ignite UI for Angular Drop Down は、単一項目の選択が可能なグループ化された項目のリストにスクロールを表示します。 | ||
_keywords: Ignite UI for Angular, UI controls, Angular widgets, web widgets, UI widgets, Angular, Native Angular Components Suite, Native Angular Controls, Native Angular Components Library, Angular Drop Down components, Angular Drop Down controls | ||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yoshimis There needs to be an extra metadata field added to all new Japanese files.
_language: ja
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added.
jp/components/drop_down.md
Outdated
--- | ||
title: Drop Down コンポーネント | ||
_description: Ignite UI for Angular Drop Down は、単一項目の選択が可能なグループ化された項目のリストにスクロールを表示します。 | ||
_keywords: Ignite UI for Angular, UI controls, Angular widgets, web widgets, UI widgets, Angular, Native Angular Components Suite, Native Angular Controls, Native Angular Components Library, Angular Drop Down components, Angular Drop Down controls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be translated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Translated
jp/components/drop_down.md
Outdated
<iframe id="dropdown-sample-3-iframe" src='{environment:demosBaseUrl}/dropdown-sample-3' width="100%" height="100%" seamless frameBorder="0" onload="onSampleIframeContentLoaded(this);"></iframe> | ||
</div> | ||
<div> | ||
<button data-localize="stackblitz" class="stackblitz-btn" data-iframe-id="dropdown-sample-3-iframe" data-demos-base-url="{environment:demosBaseUrl}">stackblitz で開く</button> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In all of the other topics, we've been casing this as StackBlitz
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replaced stackblitz with StackBlitz.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just noticed that stackblitz appears all capital in production. So case does not matter.
jp/components/drop_down.md
Outdated
}) | ||
export class AppModule {} | ||
``` | ||
構成の後、すべてのオプションを [**IgxDropDownComponent**](https://www.infragistics.com/products/ignite-ui-angular/angular/components/drop_down.html) コンポーネントに表示します。ドロップダウンは、ドロップダウン項目として複数のオプションを含みます。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update the URL. It can actually be changed to a relative URL like drop_down.html
. I forget if they went and changed all of them to .html
or .md
, so please reference the other topics to see how it's done. Otherwise, this will always go to the EN production site. Even if you just change it to the JP site, then it won't work on staging.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated '.md'.
jp/components/drop_down.md
Outdated
|
||
<div class="divider--half"></div> | ||
|
||
選択済みの項目をあらかじめ定義する場合、[**IgxDropDownComponent**](https://www.infragistics.com/products/ignite-ui-angular/angular/components/drop_down.html) **igx-drop-down** `onOpening` イベントを処理します。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update the URL here too. Additionally, there is a の missing between the link and the control name.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated URL and adding の.
jp/components/drop_down.md
Outdated
#### ゲッター | ||
以下のゲッターは **igx-drop-down** コンポーネントで利用できます。 | ||
|
||
| 名前 | タイプ | 説明 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same "type" feedback.
jp/components/drop_down.md
Outdated
| 名前 | タイプ | 説明 | | ||
| :--- | :--- | :--- | | ||
| `selectedItem` | `number` | 選択項目を取得します。| | ||
| `items` | `QueryList of IgxDropDownItemComponent` | Gヘッダー以外のすべての項目を取得します。 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra G
here - please remove.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed.
jp/components/drop_down.md
Outdated
#### 入力 | ||
以下の入力は **igx-drop-down-item** コンポーネントで利用できます。 | ||
|
||
| 名前 | タイプ | 説明 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same type feedback.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replaced タイプ with 型.
jp/components/drop_down.md
Outdated
| `isFocused` | ブール値| 指定した項目がフォーカスされるかどうかを定義します。| | ||
|
||
#### ゲッター | ||
以下のゲッターは **igx-drop-down** コンポーネントで利用できます。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be **igx-drop-down-item**
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added.
jp/components/drop_down.md
Outdated
#### ゲッター | ||
以下のゲッターは **igx-drop-down** コンポーネントで利用できます。 | ||
|
||
| 名前 | タイプ | 説明 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same type feedback.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replaced タイプ with 型.
@yoshimis Can you please make the changes to the toggle.md file? |
closes #401
Related to: IgniteUI/igniteui-angular#984