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.6.35 to 0.6.36

7

CHANGELOG.md

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

## [0.6.35](https://github.com/salesforce/builder-framework/compare/v0.6.34...v0.6.35) (2021-06-25)
## [0.6.36](https://github.com/salesforce/builder-framework/compare/v0.6.35...v0.6.36) (2021-06-28)

@@ -12,3 +12,6 @@

* errors of property sheet state @W-9481901 ([#114](https://github.com/salesforce/builder-framework/issues/114)) ([462be13](https://github.com/salesforce/builder-framework/commit/462be1310ff8b2fd58aec2b83e6a17c2408121f9))
* incorrect rollup config for property-editor ([#130](https://github.com/salesforce/builder-framework/issues/130)) ([12433b7](https://github.com/salesforce/builder-framework/commit/12433b740f368199a09d2b08caba981cd2ef434a))
* inject property context in expression validator ([#129](https://github.com/salesforce/builder-framework/issues/129)) ([0ec34d9](https://github.com/salesforce/builder-framework/commit/0ec34d93e6b01a2cc69e1ab6dde99a442a2e996b))
* missed test failure when builderSpecificData is missing ([#135](https://github.com/salesforce/builder-framework/issues/135)) ([8fbcb34](https://github.com/salesforce/builder-framework/commit/8fbcb34409f6b6d5409cdd4ba49a3c2c93fa8985))
* normalize validation for LAB semantics @W-9524396 ([#131](https://github.com/salesforce/builder-framework/issues/131)) ([3f61fc2](https://github.com/salesforce/builder-framework/commit/3f61fc2f3fe769010ffa636deca9528dac732b9d))

@@ -15,0 +18,0 @@

@@ -24,3 +24,4 @@ import { InstrumentationService } from '@bfwk/instrumentation';

private getExpressionValidation;
private normalize;
private normalizeFallbackForStringInput;
private normalizeValue;
private runValidations;

@@ -27,0 +28,0 @@ private getTimestampIfInvalid;

@@ -46,3 +46,3 @@ import { InstrumentationService } from '@bfwk/instrumentation';

export declare type ErrorArray = string[];
export declare type ExpressionValidator = (value: any | null) => Promise<ErrorArray>;
export declare type ExpressionValidator = (property: PropertySchema, value: any | null) => Promise<ErrorArray>;
export interface PropertyEditor<T> {

@@ -49,0 +49,0 @@ getValue(): T | null;

{
"name": "@bfwk/property-editor",
"version": "0.6.35",
"version": "0.6.36",
"description": "LBF Property Editor",

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

"dependencies": {
"@bfwk/data-service": "0.6.35",
"@bfwk/error-handler": "0.6.35",
"@bfwk/expression-completion": "0.6.35",
"@bfwk/instrumentation": "0.6.35",
"@bfwk/pub-sub": "0.6.35",
"@bfwk/store": "0.6.35",
"@bfwk/utils": "0.6.35",
"@lcem/declarative-type": "0.6.15",
"@lcem/declarative-ui-generator": "0.6.15",
"@lcem/meta-schemas": "0.6.15",
"@lcem/unified-experience-model": "0.6.15",
"@bfwk/data-service": "0.6.36",
"@bfwk/error-handler": "0.6.36",
"@bfwk/expression-completion": "0.6.36",
"@bfwk/instrumentation": "0.6.36",
"@bfwk/pub-sub": "0.6.36",
"@bfwk/store": "0.6.36",
"@bfwk/utils": "0.6.36",
"@lcem/declarative-type": "0.6.17",
"@lcem/declarative-ui-generator": "0.6.17",
"@lcem/meta-schemas": "0.6.17",
"@lcem/unified-experience-model": "0.6.17",
"@lwc/wire-service": "1.17.6"

@@ -46,0 +46,0 @@ },

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