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

@bfwk/property-editor

Package Overview
Dependencies
Maintainers
2
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bfwk/property-editor - npm Package Compare versions

Comparing version 0.7.14 to 0.7.15

2

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

## [0.7.14](https://github.com/salesforce/builder-framework/compare/v0.7.13...v0.7.14) (2021-09-10)
## [0.7.15](https://github.com/salesforce/builder-framework/compare/v0.7.14...v0.7.15) (2021-09-13)

@@ -9,0 +9,0 @@ **Note:** Version bump only for package @bfwk/property-editor

@@ -56,2 +56,3 @@ import { ErrorHandler } from '@bfwk/error-handler';

private readonly validatorFormatExtensions;
protected currentState: PropertyState;
constructor(validationService: PropertyValidationService, errorHandler: ErrorHandler, instrumentationService: InstrumentationService, publisher: PublishEvent, propertySheetDescriptionProvider: PropertySheetDescriptionProvider, initialState: PropertyState, propertyEditorMap: PropertyEditorMap, errorMessages: ErrorMessageMap, featureSet: FeatureSet, whitelistedCustomKeywords: string[], auraPropertyEditorWrapper: FullyQualifiedName, depth?: number, propertyValueValidityGetter?: PropertyValueValidityGetter | undefined, builderSpecificData?: any);

@@ -58,0 +59,0 @@ validate(force?: boolean): Promise<boolean>;

@@ -19,6 +19,7 @@ import { BasePropertySheet } from './base-property-sheet';

export declare class StatefulPropertySheet extends BasePropertySheet {
private readonly stateKeeper;
private stateKeeper;
constructor(validationService: PropertyValidationService, errorHandler: ErrorHandler, instrumentationService: InstrumentationService, publishEvent: PublishEvent, propertySheetDescriptionProvider: PropertySheetDescriptionProvider, initialState: PropertyState, propertyEditorMap: PropertyEditorMap, errorMessages: ErrorMessageMap, featureSet: FeatureSet, whitelistedCustomKeywords: string[], auraPropertyEditorWrapper: FullyQualifiedName, depth?: number, getPropertyValueValidity?: PropertyValueValidityGetter, builderSpecificData?: any);
protected getState(): import("./property-sheet-state").PropertySheetState;
setState(state: PropertyState): void;
}
export declare function createStatefulPropertySheetFactory(callback: (newValue: any) => void): PropertySheetFactory;
{
"name": "@bfwk/property-editor",
"version": "0.7.14",
"version": "0.7.15",
"description": "LBF Property Editor",

@@ -33,9 +33,9 @@ "type": "module",

"dependencies": {
"@bfwk/data-service": "0.7.14",
"@bfwk/error-handler": "0.7.14",
"@bfwk/expression-completion": "0.7.14",
"@bfwk/instrumentation": "0.7.14",
"@bfwk/pub-sub": "0.7.14",
"@bfwk/store": "0.7.14",
"@bfwk/utils": "0.7.14",
"@bfwk/data-service": "0.7.15",
"@bfwk/error-handler": "0.7.15",
"@bfwk/expression-completion": "0.7.15",
"@bfwk/instrumentation": "0.7.15",
"@bfwk/pub-sub": "0.7.15",
"@bfwk/store": "0.7.15",
"@bfwk/utils": "0.7.15",
"@lcem/declarative-type": "0.7.2",

@@ -42,0 +42,0 @@ "@lcem/meta-schemas": "0.7.2",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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