nuxeo-development-framework 3.9.1 → 3.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -106,6 +106,7 @@ export declare class TreeviewSelectComponent implements OnInit, OnChanges, OnDes
106
106
  * @param item TreeviewItem
107
107
  */
108
108
  update(item: any): void;
109
+ isItemSelected(item: any): any;
109
110
  static ɵfac: i0.ɵɵFactoryDeclaration<TreeviewSelectComponent, never>;
110
111
  static ɵcmp: i0.ɵɵComponentDeclaration<TreeviewSelectComponent, "app-dynamic-form-treeview-select", never, { "treeview": "treeview"; "treeViewAsFormControl": "treeViewAsFormControl"; "config": "config"; "items": "items"; "value": "value"; "multiple": "multiple"; "defaultSelect": "defaultSelect"; "pp_departmentNestedTree": "pp_departmentNestedTree"; "useCustomAddEditAction": "useCustomAddEditAction"; "customPrefix": "customPrefix"; "customParentProperty": "customParentProperty"; "placeholder": "placeholder"; "defaultSelection": "defaultSelection"; "displayDepTypee": "displayDepTypee"; "disabled": "disabled"; "displayIsAllowRecExternal": "displayIsAllowRecExternal"; }, { "valueChange": "valueChange"; "plusClicked": "plusClicked"; "actionClicked": "actionClicked"; }, never, never>;
111
112
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxeo-development-framework",
3
- "version": "3.9.1",
3
+ "version": "3.9.2",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "12.2.3",
6
6
  "@angular/common": "12.2.3",