@bfwk/property-editor
Advanced tools
Comparing version 0.6.31 to 0.6.32
@@ -6,8 +6,8 @@ # Change Log | ||
## [0.6.31](https://github.com/salesforce/builder-framework/compare/v0.6.30...v0.6.31) (2021-06-16) | ||
## [0.6.32](https://github.com/salesforce/builder-framework/compare/v0.6.31...v0.6.32) (2021-06-17) | ||
### Bug Fixes | ||
### Features | ||
* state of nested property sheet ([#102](https://github.com/salesforce/builder-framework/issues/102)) ([13495d2](https://github.com/salesforce/builder-framework/commit/13495d24834bca94c63c8737e795edcb7a07e480)) | ||
* surface min/max constraints @W-9284415 ([#84](https://github.com/salesforce/builder-framework/issues/84)) ([f5aab3f](https://github.com/salesforce/builder-framework/commit/f5aab3fab23862faa6480dbc08775ae6391b1b4e)) | ||
@@ -14,0 +14,0 @@ |
@@ -21,1 +21,2 @@ export { ComponentPropertySheetService } from './component-property-sheet-service'; | ||
export { createStatefulPropertySheetFactory, StatefulPropertySheet, } from './stateful-property-sheet'; | ||
export { VALID } from './base-property-editor'; |
@@ -28,2 +28,3 @@ import { InstrumentationService } from '@bfwk/instrumentation'; | ||
isArrayType?: boolean; | ||
constraintLabel?: string; | ||
} | ||
@@ -30,0 +31,0 @@ export interface ErrorMessage { |
{ | ||
"name": "@bfwk/property-editor", | ||
"version": "0.6.31", | ||
"version": "0.6.32", | ||
"description": "LBF Property Editor", | ||
@@ -33,9 +33,9 @@ "type": "module", | ||
"dependencies": { | ||
"@bfwk/data-service": "0.6.31", | ||
"@bfwk/error-handler": "0.6.31", | ||
"@bfwk/expression-completion": "0.6.31", | ||
"@bfwk/instrumentation": "0.6.31", | ||
"@bfwk/pub-sub": "0.6.31", | ||
"@bfwk/store": "0.6.31", | ||
"@bfwk/utils": "0.6.31", | ||
"@bfwk/data-service": "0.6.32", | ||
"@bfwk/error-handler": "0.6.32", | ||
"@bfwk/expression-completion": "0.6.32", | ||
"@bfwk/instrumentation": "0.6.32", | ||
"@bfwk/pub-sub": "0.6.32", | ||
"@bfwk/store": "0.6.32", | ||
"@bfwk/utils": "0.6.32", | ||
"@lcem/canonical-ui-metadata-schema": "0.6.13", | ||
@@ -42,0 +42,0 @@ "@lcem/declarative-type-validator": "0.6.13", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
564215
12723
+ Added@bfwk/command@0.6.32(transitive)
+ Added@bfwk/data-service@0.6.32(transitive)
+ Added@bfwk/error-handler@0.6.32(transitive)
+ Added@bfwk/expression-completion@0.6.32(transitive)
+ Added@bfwk/instrumentation@0.6.32(transitive)
+ Added@bfwk/pub-sub@0.6.32(transitive)
+ Added@bfwk/store@0.6.32(transitive)
+ Added@bfwk/utils@0.6.32(transitive)
- Removed@bfwk/command@0.6.31(transitive)
- Removed@bfwk/data-service@0.6.31(transitive)
- Removed@bfwk/error-handler@0.6.31(transitive)
- Removed@bfwk/expression-completion@0.6.31(transitive)
- Removed@bfwk/instrumentation@0.6.31(transitive)
- Removed@bfwk/pub-sub@0.6.31(transitive)
- Removed@bfwk/store@0.6.31(transitive)
- Removed@bfwk/utils@0.6.31(transitive)
Updated@bfwk/data-service@0.6.32
Updated@bfwk/error-handler@0.6.32
Updated@bfwk/instrumentation@0.6.32
Updated@bfwk/pub-sub@0.6.32
Updated@bfwk/store@0.6.32
Updated@bfwk/utils@0.6.32