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.
- package/bundles/nuxeo-development-framework.umd.js +10 -5
- package/bundles/nuxeo-development-framework.umd.js.map +1 -1
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-treeview-select/dropdown-treeview-select.component.js +7 -2
- package/fesm2015/nuxeo-development-framework.js +6 -1
- package/fesm2015/nuxeo-development-framework.js.map +1 -1
- package/lib/components/dynamic-form/components/dynamic-form-treeview-select/dropdown-treeview-select.component.d.ts +1 -0
- package/package.json +1 -1
|
@@ -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
|
}
|