@genexus/designer-common-layout
Advanced tools
Comparing version 0.0.45 to 0.0.46
@@ -51,7 +51,7 @@ import { DesignerFactoryRegistry, GxmlNodeDescriptor, GxmlNodeDescriptorRegistry, GxmlNodeFactory, GxmlNodeFactoryRegistry, GxmlNodeRenderFn, GxmlNodeRenderRegistry, DesignerFactory, MaybePromise, DesignerHost, DesignerOptionsData, MenuCommandData } from '@genexus/designer-common'; | ||
abstract editorType: EditorType; | ||
abstract readonly: boolean; | ||
abstract readOnly: boolean; | ||
} | ||
export declare type LayoutDesignerOptionsData = DesignerOptionsData & { | ||
editorType: EditorType; | ||
readonly: boolean; | ||
readOnly: boolean; | ||
}; | ||
@@ -58,0 +58,0 @@ export interface ISelectDataService { |
{ | ||
"name": "@genexus/designer-common-layout", | ||
"version": "0.0.45", | ||
"version": "0.0.46", | ||
"main": "lib/index.js", | ||
@@ -21,3 +21,3 @@ "typings": "lib/index.d.ts", | ||
"dependencies": { | ||
"@genexus/designer-common": "^0.0.45" | ||
"@genexus/designer-common": "^0.0.46" | ||
}, | ||
@@ -28,3 +28,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "dc59bd3f74d3cfb4289964b4c3a3e9269530a0d7" | ||
"gitHead": "44a609e00447497e5c582a986b7ad721c398fb9e" | ||
} |
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
+ Added@genexus/designer-common@0.0.46(transitive)
- Removed@genexus/designer-common@0.0.45(transitive)