@blackbaud/skyux-lib-addin-client
Advanced tools
Comparing version
{ | ||
"name": "@blackbaud/skyux-lib-addin-client", | ||
"version": "11.0.0", | ||
"version": "11.1.0", | ||
"peerDependencies": { | ||
@@ -11,3 +11,3 @@ "@angular/common": "^18.2.4", | ||
"dependencies": { | ||
"@blackbaud/sky-addin-client": "^1.4.1", | ||
"@blackbaud/sky-addin-client": "^1.5.0", | ||
"tslib": "^2.7.0" | ||
@@ -14,0 +14,0 @@ }, |
@@ -73,3 +73,3 @@ [](https://www.npmjs.com/package/@blackbaud/skyux-lib-addin-client) | ||
summaryText: 'Summary text', | ||
showHelp: true, | ||
showInlineHelp: true, | ||
showSettings: true | ||
@@ -80,4 +80,4 @@ } | ||
// Handle tile help icon click | ||
this.addinClientService.helpClick.subscribe(() => { | ||
// Handle tile inline help icon click | ||
this.addinClientService.inlineHelpClick.subscribe(() => { | ||
this.showHelp(); | ||
@@ -93,3 +93,3 @@ }); | ||
private showHelp() { | ||
// Define what happens when the help icon is clicked | ||
// Define what happens when the inline help icon is clicked | ||
} | ||
@@ -96,0 +96,0 @@ |
@@ -33,5 +33,10 @@ import { EventEmitter } from '@angular/core'; | ||
* Event emitted for tile add-ins indicating that the help button was clicked. | ||
* @deprecated Use tile inline help instead and handle the {@link inlineHelpClick} emitter. | ||
*/ | ||
helpClick: EventEmitter<any>; | ||
/** | ||
* Event emitted indicating that the inline help button was clicked. | ||
*/ | ||
inlineHelpClick: EventEmitter<any>; | ||
/** | ||
* Event emitted for tile add-ins indicating that the settings button was clicked. | ||
@@ -38,0 +43,0 @@ */ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
85199
2.54%797
2.71%