@amalto/typings
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -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). |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
58600
72
1507
3
1
+ Added@amalto/action-button@1.4.22(transitive)
+ Added@amalto/data-line@1.4.7(transitive)
+ Added@amalto/helpers@1.4.54(transitive)
+ Added@amalto/service-helpers@1.0.35(transitive)
+ Added@amalto/wordings@1.4.37(transitive)
+ Addedbase-64@0.1.0(transitive)
+ Addedcharenc@0.0.2(transitive)
+ Addedclassnames@2.2.5(transitive)
+ Addedcrypt@0.0.2(transitive)
+ Addedis-buffer@1.1.6(transitive)
+ Addedmd5@2.2.1(transitive)
+ Addedreact-dom@15.6.2(transitive)