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

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

Comparing version 0.8.16 to 0.8.17

2

CHANGELOG.md

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

## [0.8.16](https://github.com/salesforce/builder-framework/compare/v0.8.15...v0.8.16) (2022-03-07)
## [0.8.17](https://github.com/salesforce/builder-framework/compare/v0.8.16...v0.8.17) (2022-03-09)

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

@@ -15,2 +15,3 @@ import { createStore } from '@bfwk/store-redux';

import KeyboardHelpLabel from '@salesforce/label/BuilderFrameworkCommands.KeyboardHelp';
import { DEFAULT_BAAS_CONFIG } from '@bfwk/baas';
import { BasePropertySheetContainer, PropertySheetFactoryBuilder, CORE } from '@bfwk/property-editor';

@@ -439,12 +440,2 @@ import { register } from '@lwc/wire-service';

const INSTRUMENTATION_SOURCE_FORM_FACTOR_SWITCH = 'FormFactorSwitch';
const DEFAULT_TARGET = 'default';
const DEFAULT_BAAS_CONFIG = {
target: DEFAULT_TARGET,
toolbarVisible: true,
paletteVisible: true,
canvasVisible: true,
propertySheetVisible: true,
enableRegionScroll: false,
dataProvidersVisible: true,
};
class FrameworkEditor {

@@ -1003,2 +994,2 @@ // WHAT should be injected - ex. what is really a property of the Builder that encloses the Editors and what is

export { DEFAULT_BAAS_CONFIG, DOCSTATE_CLEAN, DOCSTATE_DIRTY, DOCSTATE_SAVEINPROGRESS, DocErrorSummary, DocState, FocusNextCommand, FocusPreviousCommand, FrameworkEditor, FrameworkPropertySheetContainer, KEYBOARD_HELP, KeyboardHelp, SaveWithPropertySheetValidationCommand, createDocState, createFocusManager, getPropertySheetLabel, getPropertySheetUiDefinition };
export { DOCSTATE_CLEAN, DOCSTATE_DIRTY, DOCSTATE_SAVEINPROGRESS, DocErrorSummary, DocState, FocusNextCommand, FocusPreviousCommand, FrameworkEditor, FrameworkPropertySheetContainer, KEYBOARD_HELP, KeyboardHelp, SaveWithPropertySheetValidationCommand, createDocState, createFocusManager, getPropertySheetLabel, getPropertySheetUiDefinition };

@@ -16,2 +16,3 @@ import { ScopedStore, Part } from '@bfwk/store';

import { DocErrorSummary } from './doc-error-summary';
import { BaasConfig } from '@bfwk/baas';
interface Parts {

@@ -25,14 +26,2 @@ [key: string]: Part;

}
export interface BaasConfig {
target?: string;
toolbarVisible?: boolean;
paletteVisible?: boolean;
canvasVisible?: boolean;
propertySheetVisible?: boolean;
enableRegionScroll?: boolean;
elementsConfig?: ElementsConfiguration;
dataProvidersVisible?: boolean;
}
export declare const DEFAULT_TARGET = "default";
export declare const DEFAULT_BAAS_CONFIG: BaasConfig;
export declare abstract class FrameworkEditor {

@@ -39,0 +28,0 @@ private _baasConfig;

@@ -1,2 +0,2 @@

export { Container, BaasConfig, DEFAULT_BAAS_CONFIG, FrameworkEditor, KEYBOARD_HELP, } from './editor';
export { Container, FrameworkEditor, KEYBOARD_HELP } from './editor';
export { FrameworkPropertySheetContainer } from './framework-property-sheet-container';

@@ -3,0 +3,0 @@ export { SaveWithPropertySheetValidationCommand } from './commands/save-with-property-sheet-validation';

{
"name": "@bfwk/editor",
"version": "0.8.16",
"version": "0.8.17",
"description": "LBF Editor",

@@ -32,18 +32,18 @@ "type": "module",

"dependencies": {
"@bfwk/canvas": "0.8.16",
"@bfwk/command": "0.8.16",
"@bfwk/data-service": "0.8.16",
"@bfwk/di-editor": "0.8.16",
"@bfwk/document-model": "0.8.16",
"@bfwk/dp-editor": "0.8.16",
"@bfwk/elements-palette": "0.8.16",
"@bfwk/error-handler": "0.8.16",
"@bfwk/instrumentation": "0.8.16",
"@bfwk/property-editor": "0.8.16",
"@bfwk/pub-sub": "0.8.16",
"@bfwk/sf-selector": "0.8.16",
"@bfwk/store": "0.8.16",
"@bfwk/store-redux": "0.8.16",
"@bfwk/undo-redo": "0.8.16",
"@bfwk/utils": "0.8.16",
"@bfwk/canvas": "0.8.17",
"@bfwk/command": "0.8.17",
"@bfwk/data-service": "0.8.17",
"@bfwk/di-editor": "0.8.17",
"@bfwk/document-model": "0.8.17",
"@bfwk/dp-editor": "0.8.17",
"@bfwk/elements-palette": "0.8.17",
"@bfwk/error-handler": "0.8.17",
"@bfwk/instrumentation": "0.8.17",
"@bfwk/property-editor": "0.8.17",
"@bfwk/pub-sub": "0.8.17",
"@bfwk/sf-selector": "0.8.17",
"@bfwk/store": "0.8.17",
"@bfwk/store-redux": "0.8.17",
"@bfwk/undo-redo": "0.8.17",
"@bfwk/utils": "0.8.17",
"@lwc/wire-service": "2.10.0"

@@ -50,0 +50,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