🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@blackbaud/skyux-lib-addin-client

Package Overview
Dependencies
Maintainers
0
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blackbaud/skyux-lib-addin-client - npm Package Compare versions

Comparing version

to
11.1.0

4

package.json
{
"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 @@ [![npm](https://img.shields.io/npm/v/@blackbaud/skyux-lib-addin-client.svg)](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