New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bfwk/di-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/di-editor - npm Package Compare versions

Comparing version 0.6.26 to 0.6.27

7

CHANGELOG.md

@@ -6,13 +6,10 @@ # Change Log

## [0.6.26](https://github.com/salesforce/builder-framework/compare/v0.6.25...v0.6.26) (2021-06-04)
## [0.6.27](https://github.com/salesforce/builder-framework/compare/v0.6.26...v0.6.27) (2021-06-07)
**Note:** Version bump only for package @bfwk/di-editor
### Features
* property sheet container handles drill in @W-9352967 ([#75](https://github.com/salesforce/builder-framework/issues/75)) ([808cb8f](https://github.com/salesforce/builder-framework/commit/808cb8fa72d67888b2a286f18ff3ea41c1d09d96))
## [0.6.7](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.6.6...v0.6.7) (2021-04-05)

@@ -19,0 +16,0 @@

@@ -205,2 +205,4 @@ import { ObservableCreator, clone, isEqual, WireValueChangeObservers, generateGuid, generateAdapterId, createWireAdapterFactory, configureObservers } from '@bfwk/utils';

editorData.suppressPublish = true;
editorData.enableExpressions = true;
editorData.enableBinding = true;
const contextMap = this.convertContextsToMap();

@@ -395,3 +397,3 @@ if (!this.contexts) {

.setFeatureSet(CORE);
const customEditorsWithExpressionEditor = this.addExpressionEditor(customEditorsByPropertyType);
const customEditorsWithExpressionEditor = customEditorsByPropertyType;
for (let [key, value] of customEditorsWithExpressionEditor) {

@@ -454,7 +456,2 @@ propertySheetFactoryBuilder.setCustomEditorByPropertyType(key, value);

}
addExpressionEditor(customEditors) {
const editors = customEditors;
editors.set('String', 'builder_framework-expression-property-editor-ui');
return editors;
}
}

@@ -461,0 +458,0 @@ const getDIEditorUiDefinition = () => {

@@ -25,4 +25,3 @@ import { PropertyValidationService, PropertySheetFactory } from '@bfwk/property-editor';

private handleDocumentModelChange;
private addExpressionEditor;
}
export declare const getDIEditorUiDefinition: () => void;
{
"name": "@bfwk/di-editor",
"version": "0.6.26",
"version": "0.6.27",
"description": "DI Editor",

@@ -31,10 +31,10 @@ "type": "module",

"dependencies": {
"@bfwk/command": "0.6.26",
"@bfwk/data-service": "0.6.26",
"@bfwk/document-model": "0.6.26",
"@bfwk/error-handler": "0.6.26",
"@bfwk/instrumentation": "0.6.26",
"@bfwk/property-editor": "0.6.26",
"@bfwk/pub-sub": "0.6.26",
"@bfwk/utils": "0.6.26",
"@bfwk/command": "0.6.27",
"@bfwk/data-service": "0.6.27",
"@bfwk/document-model": "0.6.27",
"@bfwk/error-handler": "0.6.27",
"@bfwk/instrumentation": "0.6.27",
"@bfwk/property-editor": "0.6.27",
"@bfwk/pub-sub": "0.6.27",
"@bfwk/utils": "0.6.27",
"@lcem/declarative-type-validator": "0.6.8"

@@ -41,0 +41,0 @@ },

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