|
|
@ -51,6 +51,7 @@ export class GfRuleComponent implements OnInit { |
|
|
@Input() categoryName: string; |
|
|
@Input() categoryName: string; |
|
|
@Input() hasPermissionToUpdateUserSettings: boolean; |
|
|
@Input() hasPermissionToUpdateUserSettings: boolean; |
|
|
@Input() isLoading: boolean; |
|
|
@Input() isLoading: boolean; |
|
|
|
|
|
@Input() locale: string; |
|
|
@Input() rule: PortfolioReportRule; |
|
|
@Input() rule: PortfolioReportRule; |
|
|
@Input() settings: XRayRulesSettings['AccountClusterRiskCurrentInvestment']; |
|
|
@Input() settings: XRayRulesSettings['AccountClusterRiskCurrentInvestment']; |
|
|
|
|
|
|
|
|
@ -82,6 +83,7 @@ export class GfRuleComponent implements OnInit { |
|
|
data: { |
|
|
data: { |
|
|
rule, |
|
|
rule, |
|
|
categoryName: this.categoryName, |
|
|
categoryName: this.categoryName, |
|
|
|
|
|
locale: this.locale, |
|
|
settings: this.settings |
|
|
settings: this.settings |
|
|
} as RuleSettingsDialogParams, |
|
|
} as RuleSettingsDialogParams, |
|
|
width: this.deviceType === 'mobile' ? '100vw' : '50rem' |
|
|
width: this.deviceType === 'mobile' ? '100vw' : '50rem' |
|
|
|