Socket
Socket
Sign inDemoInstall

@limetech/lime-web-components-interfaces

Package Overview
Dependencies
Maintainers
4
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@limetech/lime-web-components-interfaces - npm Package Compare versions

Comparing version 4.46.0 to 4.47.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [4.47.0](https://github.com/Lundalogik/lime-web-components/compare/v4.46.0...v4.47.0) (2022-05-27)
### Features
* **dialog:** add new dialog destroy event for desktop client ([8b8f75f](https://github.com/Lundalogik/lime-web-components/commit/8b8f75f2c8edf84ee8ea5ae01460b8ea5a6aeb09))
# [4.46.0](https://github.com/Lundalogik/lime-web-components/compare/v4.45.3...v4.46.0) (2022-05-24)

@@ -8,0 +19,0 @@

16

dist/service/dialog-service.interface.d.ts
/**
* Service for creating and displaying dialogs containing a web component
*
* @emits dialog.destroyed - When the dialog is beeing externally destroyed,
* e.g. by closing a popup window (depending on platform), a
* {@link DialogDestroyedEvent} will be emitted using
* {@link EventDispatcherService}
*/
export interface DialogService {
/**
* Create a new dialog
* Create a new dialog and render its contents. Depending on what kind of
* platform the service is used on, the dialog might be rendered in the
* current {@link Document} or opened in a new popup window.
*
* @param name the name of the dialog. The name is the same as the tag name for the web component
* @param name the name of the web component to render in the dialog
* @param properties any properties to send to the dialog

@@ -34,1 +41,6 @@ * @param listeners any event listeners to register on the dialog

}
/**
* @event dialog.destroyed - Emitted when a dialog is externally destroyed, e.g.
* by closing a popup window
*/
export declare type DialogDestroyedEvent = CustomEvent<number>;

4

package.json
{
"name": "@limetech/lime-web-components-interfaces",
"version": "4.46.0",
"version": "4.47.0",
"author": "Lime Technologies",

@@ -33,3 +33,3 @@ "homepage": "https://github.com/Lundalogik/lime-web-components",

},
"gitHead": "94abb17caf8149c349f92a3c8361543440b28766"
"gitHead": "79f08dda9e43a7682a2ca49f8541bd1694dffa63"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc