@contentful/field-editor-shared
Advanced tools
Comparing version 0.11.1 to 0.12.0
@@ -34,4 +34,4 @@ /// <reference types="lodash" /> | ||
children: () => null; | ||
isEmptyValue: (value: any) => boolean; | ||
isEqualValues: (value1: any, value2: any) => boolean; | ||
isEmptyValue: (value: any | Nullable) => boolean; | ||
isEqualValues: (value1: any | Nullable, value2: any | Nullable) => boolean; | ||
throttle: number; | ||
@@ -43,3 +43,3 @@ }; | ||
unsubscribeValue: Function | null; | ||
setValue: ((value: ValueType | null | undefined) => Promise<unknown>) & import("lodash").Cancelable; | ||
setValue: ((value: ValueType | Nullable) => Promise<unknown>) & import("lodash").Cancelable; | ||
componentDidMount(): void; | ||
@@ -46,0 +46,0 @@ componentWillUnmount(): void; |
@@ -1,2 +0,2 @@ | ||
export { FieldAPI, SpaceAPI, ContentType, ParametersAPI, LocalesAPI, BaseExtensionSDK, OpenCustomWidgetOptions, } from 'contentful-ui-extensions-sdk'; | ||
export { FieldAPI, SpaceAPI, EntryFieldAPI, EntryAPI, DialogsAPI, IdsAPI, ContentType, ParametersAPI, LocalesAPI, NavigatorAPI, NotifierAPI, WindowAPI, AccessAPI, AppConfigAPI, LocationAPI, BaseExtensionSDK, OpenCustomWidgetOptions, } from 'contentful-ui-extensions-sdk'; | ||
export { FieldConnector } from './FieldConnector'; | ||
@@ -3,0 +3,0 @@ export { PredefinedValuesError } from './PredefinedValuesError'; |
@@ -47,2 +47,2 @@ import { File, ContentType, Entry, EntrySys } from '../typesEntity'; | ||
defaultLocaleCode: string; | ||
}, getAsset: (assetId: string) => Promise<unknown>) => Promise<File | null>; | ||
}, getAsset: (assetId: string) => Promise<unknown>) => Promise<null | File>; |
{ | ||
"name": "@contentful/field-editor-shared", | ||
"version": "0.11.1", | ||
"version": "0.12.0", | ||
"main": "dist/index.js", | ||
@@ -22,4 +22,4 @@ "module": "dist/field-editor-shared.esm.js", | ||
"dependencies": { | ||
"@contentful/forma-36-tokens": "^0.7.1", | ||
"contentful-ui-extensions-sdk": "^3.15.0", | ||
"@contentful/forma-36-tokens": "^0.7.2", | ||
"contentful-ui-extensions-sdk": "^3.18.0", | ||
"emotion": "^10.0.17", | ||
@@ -37,3 +37,3 @@ "lodash": "^4.17.15", | ||
}, | ||
"gitHead": "1265c4720bcf7636fef0fcd80a1cf476e6f0cbcf" | ||
"gitHead": "a0201314f3ae52951d2f0b12bb40bb016d655f05" | ||
} |
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
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
201840