Socket
Socket
Sign inDemoInstall

@amalto/typings

Package Overview
Dependencies
Maintainers
4
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amalto/typings - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

17

build/models/DynamicComponent.d.ts

@@ -7,2 +7,3 @@ /// <reference types="react" />

import { WebApi } from './WebApi';
import { UserModel } from './UserModel';
export interface DynamicComponent {

@@ -29,2 +30,18 @@ /** Interface used to perform all the api call to the server. */

/**
* Save template into user configuration settings.
* @param { UserModel } payload
*/
saveDataGridTemplate?: (payload: UserModel) => void;
/**
* Display column header configuration popup.
* @param { any } content
* @param { number } [positionX]
* @param { number } [positionY]
*/
displayContextMenu: (content: any, positionX?: number, positionY?: number) => void;
/**
* Hide context menu.
*/
hideContextMenu: () => void;
/**
* Set dirty status of the component.

@@ -31,0 +48,0 @@ * If true a comfirmation modal will shows up if you try to move to another menu.

@@ -7,2 +7,3 @@ // Models

import { WebApi } from './WebApi'
import { UserModel } from './UserModel'

@@ -37,4 +38,23 @@ export interface DynamicComponent {

storeContext?: ( contextData: any ) => void;
/**
* Save template into user configuration settings.
* @param { UserModel } payload
*/
saveDataGridTemplate?: ( payload: UserModel ) => void;
/**
* Display column header configuration popup.
* @param { any } content
* @param { number } [positionX]
* @param { number } [positionY]
*/
displayContextMenu: ( content: any, positionX?: number, positionY?: number ) => void;
/**
* Hide context menu.
*/
hideContextMenu: () => void;
/**
* Set dirty status of the component.

@@ -41,0 +61,0 @@ * If true a comfirmation modal will shows up if you try to move to another menu.

2

package.json

@@ -5,3 +5,3 @@ {

"description": "Interfaces used in Platform 6 UI component.",
"version": "1.0.7",
"version": "1.0.8",
"license": "MIT",

@@ -8,0 +8,0 @@ "repository": {

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