From 7585e91c8691ee49c1d527287495ba7a130f6b86 Mon Sep 17 00:00:00 2001 From: Rumyana Andriova <54146583+randriova@users.noreply.github.com> Date: Tue, 29 Oct 2019 09:34:18 +0200 Subject: [PATCH] Adding localized strings for latest changes. --- .../ja/lib/directives/IgxForOfDirective.json | 41 +++++++++++++------ .../lib/directives/IgxGridForOfDirective.json | 41 +++++++++++++------ 2 files changed, 56 insertions(+), 26 deletions(-) diff --git a/typedoc/ja/lib/directives/IgxForOfDirective.json b/typedoc/ja/lib/directives/IgxForOfDirective.json index a84ed0f2..e7758f1e 100644 --- a/typedoc/ja/lib/directives/IgxForOfDirective.json +++ b/typedoc/ja/lib/directives/IgxForOfDirective.json @@ -205,16 +205,6 @@ ] } }, - "getVerticalScroll": { - "comment": { - "shortText": [ - "垂直スクロールバーの DOM 要素への参照を返します。", - "```typescript", - "this.parentVirtDir.getVerticalScroll();", - "```" - ] - } - }, "getItemCountInView": { "comment": { "shortText": [ @@ -225,12 +215,13 @@ ] } }, - "getHorizontalScroll": { + "getScroll": { "comment": { "shortText": [ - "水平スクロールバーの DOM 要素への参照を返します。", + "スクロールバーの DOM 要素への参照を返します。", + "指定した igxForScrollOrientation に基づいて、垂直または水平のスクロールバーになります。", "```typescript", - "this.parentVirtDir.getHorizontalScroll();", + "dir.getScroll();", "```" ] } @@ -257,6 +248,30 @@ } }, "accessors": { + "scrollPosition": { + "getter": { + "comment": { + "shortText": [ + "スクロール位置を取得または設定します。", + "```typescript", + "const position = directive.scrollPosition;", + "directive.scrollPosition = value;", + "```" + ] + } + }, + "setter": { + "comment": { + "shortText": [ + "スクロール位置を取得または設定します。", + "```typescript", + "const position = directive.scrollPosition;", + "directive.scrollPosition = value;", + "```" + ] + } + } + }, "igxForTrackBy": { "getter": { "comment": { diff --git a/typedoc/ja/lib/directives/IgxGridForOfDirective.json b/typedoc/ja/lib/directives/IgxGridForOfDirective.json index 710eea5e..05013a2d 100644 --- a/typedoc/ja/lib/directives/IgxGridForOfDirective.json +++ b/typedoc/ja/lib/directives/IgxGridForOfDirective.json @@ -205,16 +205,6 @@ ] } }, - "getVerticalScroll": { - "comment": { - "shortText": [ - "垂直スクロールバーの DOM 要素への参照を返します。", - "```typescript", - "this.parentVirtDir.getVerticalScroll();", - "```" - ] - } - }, "getItemCountInView": { "comment": { "shortText": [ @@ -225,12 +215,13 @@ ] } }, - "getHorizontalScroll": { + "getScroll": { "comment": { "shortText": [ - "水平スクロールバーの DOM 要素への参照を返します。", + "スクロールバーの DOM 要素への参照を返します。", + "指定した igxForScrollOrientation に基づいて、垂直または水平のスクロールバーになります。", "```typescript", - "this.parentVirtDir.getHorizontalScroll();", + "dir.getScroll();", "```" ] } @@ -257,6 +248,30 @@ } }, "accessors": { + "scrollPosition": { + "getter": { + "comment": { + "shortText": [ + "スクロール位置を取得または設定します。", + "```typescript", + "const position = directive.scrollPosition;", + "directive.scrollPosition = value;", + "```" + ] + } + }, + "setter": { + "comment": { + "shortText": [ + "スクロール位置を取得または設定します。", + "```typescript", + "const position = directive.scrollPosition;", + "directive.scrollPosition = value;", + "```" + ] + } + } + }, "igxForTrackBy": { "getter": { "comment": {