Skip to content

Commit 2f98fa2

Browse files
authored
Merge branch 'master' into apetrov/add-highlight-article
2 parents db34abb + e82be73 commit 2f98fa2

7 files changed

Lines changed: 4 additions & 12 deletions

File tree

docs/xplat/src/content/en/components/inputs/combo/overview.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,6 @@ The ComboBox component exposes a <ApiLink type="Combo" member="value" label="Val
214214

215215
If you want to read the value, i.e. the list of currently selected items, or to update the value use the value getter and setter respectively. The value getter will return a list of all selected items as represented by the <ApiLink pkg="inputs" type="Combo" member="valueKey" label="ValueKey" exclude="WebComponents" />. Likewise, if you want to update the list of selected items by using the value setter, you should provide a list of items by their <ApiLink pkg="inputs" type="Combo" member="valueKey" label="ValueKey" exclude="WebComponents" />.
216216

217-
Example:
218-
219217
<PlatformBlock for="WebComponents">
220218

221219
```ts

docs/xplat/src/content/en/components/inputs/text-area.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ With `prefix` and `suffix` slots we can add different content before and after t
123123

124124
There are three different resize options of the <ApiLink type="Textarea" />. When set to `none`, the text area does not resize and uses a scroll bar to show overflow text. When set to `vertical` (the default option), the text area lets the user resize it vertically. When set to `auto`, the text area shows all the user input at once. Overflow text wraps onto a new line and expands the text area automatically.
125125

126-
<Sample src="/inputs/textarea/resize" height={450} alt="{Platform} Textarea Resizing Example" />
126+
<Sample src="/inputs/textarea/resize" height={500} alt="{Platform} Textarea Resizing Example" />
127127

128128

129129

docs/xplat/src/content/en/components/notifications/banner.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,6 @@ Configuring the message displayed in the banner is easy - just change the conten
187187
An <ApiLink type="Icon" exclude="WebComponents" /> can be displayed in the banner by using the banner's `prefix` slot. The icon will always be positioned at the beginning of the banner message.
188188

189189

190-
<DocsAside type="info">
191-
If several <ApiLink pkg="inputs" type="Icon" exclude="WebComponents" /> elements are inserted, the banner will try to position all of them at the beginning. It is strongly advised to pass only one <ApiLink pkg="inputs" type="Icon" exclude="WebComponents" /> directly to the banner.
192-
</DocsAside>
193-
194190
<DocsAside type="info">
195191
If several <ApiLink type="Icon" exclude="WebComponents" /> elements are inserted, the banner will try to position all of them at the beginning. It is strongly advised to pass only one <ApiLink pkg="inputs" type="Icon" exclude="WebComponents" /> directly to the banner.
196192
</DocsAside>

docs/xplat/src/content/en/components/scheduling/date-range-picker.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@ In addition to the slots we've already covered, the following slots are also ava
907907
| `calendar-icon-open-start` | Icon or content for the open state of the start input (two inputs mode).|
908908
| `calendar-icon-open-end` | Icon or content for the open state of the end input (two inputs mode). |
909909

910-
<Sample src="/scheduling/date-range-picker/slots" height={500} alt="{Platform} Date Range Picker Slots Example" />
910+
<Sample src="/scheduling/date-range-picker/slots" height={700} alt="{Platform} Date Range Picker Slots Example" />
911911

912912

913913
### Methods

docs/xplat/src/content/jp/components/inputs/combo/overview.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,6 @@ ComboBox コンポーネントは、属性 (値とも呼ばれます) に加え
216216

217217
値 (現在選択されている項目のリスト) を読み取る場合、または値を更新する場合は、それぞれ値ゲッターとセッターを使用します。値ゲッターは、<ApiLink pkg="inputs" type="Combo" member="valueKey" label="ValueKey" exclude="WebComponents" /> で表される選択されたすべての項目のリストを返します。同様に、値セッターを使用して選択した項目のリストを更新する場合は、<ApiLink pkg="inputs" type="Combo" member="valueKey" label="ValueKey" exclude="WebComponents" /> によって項目のリストを提供する必要があります。
218218

219-
例:
220-
221219
<PlatformBlock for="WebComponents">
222220

223221
```ts

docs/xplat/src/content/jp/components/inputs/text-area.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ import 'igniteui-webcomponents/themes/light/bootstrap.css';
125125

126126
<ApiLink type="Textarea" /> には 3 つの異なるサイズ変更オプションがあります。`none` に設定すると、テキスト エリアのサイズは変更されず、スクロール バーを使用してオーバーフロー テキストが表示されます。`vertical` (デフォルトのオプション) に設定すると、テキスト エリアは垂直方向にサイズ変更できます。`auto` に設定すると、テキスト エリアにすべてのユーザー入力が一度に表示されます。オーバーフローしたテキストは新しい行に折り返され、テキスト エリアが自動的に拡張されます。
127127

128-
<Sample src="/inputs/textarea/resize" height={450} alt="{Platform} テキスト エリアのサイズ変更の例" />
128+
<Sample src="/inputs/textarea/resize" height={500} alt="{Platform} テキスト エリアのサイズ変更の例" />
129129

130130

131131

docs/xplat/src/content/jp/components/scheduling/date-range-picker.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ return (
920920
| `calendar-icon-open-start` | 開始入力 (2 インプット モード) の開いた状態で表示されるアイコンやコンテンツ。|
921921
| `calendar-icon-open-end` | 終了入力 (2 インプット モード) の開いた状態で表示されるアイコンやコンテンツ。 |
922922

923-
<Sample src="/scheduling/date-range-picker/slots" height={500} alt="{Platform} Date Range Picker スロットの例" />
923+
<Sample src="/scheduling/date-range-picker/slots" height={700} alt="{Platform} Date Range Picker スロットの例" />
924924

925925

926926
### メソッド

0 commit comments

Comments
 (0)