Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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.12 to 1.0.13

build/models/BaseListConfig.d.ts

2

build/index.d.ts

@@ -8,2 +8,3 @@ import { Id, Ids, Description, ServiceItem, ServiceItems, ServiceItemFacade, ServiceItemFacades, CompiledWordings } from './models/Service';

import { ColumnHeader, CellData, DataGridTemplates } from './models/DataGrid';
import { BaseListConfig } from './models/BaseListConfig';
export { Id, Ids, Description, ServiceItem, ServiceItems, ServiceItemFacade, ServiceItemFacades, CompiledWordings };

@@ -16,1 +17,2 @@ export { Errors };

export { ColumnHeader, CellData, DataGridTemplates };
export { BaseListConfig };

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

import { ReduxProps } from './ReduxProps';
import { BaseListConfig } from './BaseListConfig';
export interface DynamicComponent extends ReduxProps {

@@ -105,2 +106,8 @@ /** Interface used to perform all the api call to the server. */

/**
* Render generic "Tabs" component with items list and views.
*
* @param { BaseListConfig } config
*/
renderBaseServiceList?: (config: BaseListConfig) => JSX.Element;
/**
* Language to use on the component. e.g: "en-US".

@@ -107,0 +114,0 @@ * Locales available at [Locale](#locale).

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

import { ReduxProps } from './ReduxProps'
import { BaseListConfig } from './BaseListConfig'

@@ -133,2 +134,9 @@ export interface DynamicComponent extends ReduxProps {

/**
* Render generic "Tabs" component with items list and views.
*
* @param { BaseListConfig } config
*/
renderBaseServiceList?: ( config: BaseListConfig ) => JSX.Element;
/**
* Language to use on the component. e.g: "en-US".

@@ -135,0 +143,0 @@ * Locales available at [Locale](#locale).

3

package.json

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

"description": "Interfaces used in Platform 6 UI component.",
"version": "1.0.12",
"version": "1.0.13",
"license": "MIT",

@@ -33,2 +33,3 @@ "repository": {

"dependencies": {
"@amalto/service-helpers": "1.0.35",
"react": "15.6.2",

@@ -35,0 +36,0 @@ "redux": "3.7.2"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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