Rename branch to develop

This commit is contained in:
maurizio vitale
2020-05-07 12:44:20 +01:00
parent b138ec780b
commit 794d6a6c83
8 changed files with 43 additions and 42 deletions
@@ -8,7 +8,7 @@ nav: ja
ルールエバリュエータは、`RuleContext` 参照とオプションの `RuleParameter` インスタンスのリストを受け取るプレーンな JavaScript (または TypeScript) 関数です。
アプリケーションは、評価関数に特別な
[RuleEvaluator](https://github.com/Alfresco/alfresco-ng2-components/blob/development/lib/extensions/src/lib/config/rule.extensions.ts)
[RuleEvaluator](https://github.com/Alfresco/alfresco-ng2-components/blob/develop/lib/extensions/src/lib/config/rule.extensions.ts)
タイプエイリアスを提供します:
```ts
@@ -26,7 +26,7 @@ export function hasSelection(
}
```
`context` は、[RuleContext](https://github.com/Alfresco/alfresco-ng2-components/blob/development/lib/extensions/src/lib/config/rule.extensions.ts) 型の特別なインスタンスへの参照であり、
`context` は、[RuleContext](https://github.com/Alfresco/alfresco-ng2-components/blob/develop/lib/extensions/src/lib/config/rule.extensions.ts) 型の特別なインスタンスへの参照であり、
各エバリュエータがランタイムエンティティにアクセスできるようにします。
```ts
+1 -1
View File
@@ -41,4 +41,4 @@ app.config.json ファイルで、これらは ACA バージョンマネージ
バージョンコメントをバージョンリストに表示しない場合は、allowComments を false に設定します。
ファイルのバージョンをクリックして削除すると、確認ダイアログが表示されます。詳細については、[Confirm Dialog Component](https://github.com/Alfresco/alfresco-ng2-components/blob/development/lib/content-services/dialogs/confirm.dialog.ts) をご覧ください。
ファイルのバージョンをクリックして削除すると、確認ダイアログが表示されます。詳細については、[Confirm Dialog Component](https://github.com/Alfresco/alfresco-ng2-components/blob/develop/lib/content-services/dialogs/confirm.dialog.ts) をご覧ください。