nuxeo-development-framework 3.3.4 → 3.3.5

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.
@@ -28,6 +28,8 @@ export declare class DynamicFormTextItemComponent implements OnChanges, ControlV
28
28
  autoCompleteValueKey: string;
29
29
  autoCompleteType: string;
30
30
  tenantId: any;
31
+ emitFullObject: boolean;
32
+ outsideParams: {};
31
33
  /** input type */
32
34
  type: string;
33
35
  /** @deprecated */
@@ -79,7 +81,7 @@ export declare class DynamicFormTextItemComponent implements OnChanges, ControlV
79
81
  prepareValueForUpload(property: DynamicFormTextItemModel, value: string): string | string[];
80
82
  onTextAreaInputChange(): void;
81
83
  clicked(): void;
82
- selectItem(title: any): void;
84
+ selectItem(selectedItem: any): void;
83
85
  documentList: any[];
84
86
  delayedAction: any;
85
87
  waitUntilUserFinishTyping(): void;
@@ -87,5 +89,5 @@ export declare class DynamicFormTextItemComponent implements OnChanges, ControlV
87
89
  openOptions(value: any): void;
88
90
  ToCaseInsensitive(orginalText: any): string;
89
91
  static ɵfac: i0.ɵɵFactoryDeclaration<DynamicFormTextItemComponent, [null, null, { optional: true; self: true; }]>;
90
- static ɵcmp: i0.ɵɵComponentDeclaration<DynamicFormTextItemComponent, "app-dynamic-form-textitem", never, { "autoComplete": "autoComplete"; "nativeAutoComplete": "nativeAutoComplete"; "autoComplete_pageProvider": "autoComplete_pageProvider"; "autoComplete_propertyName": "autoComplete_propertyName"; "autoComplete_propertyKey": "autoComplete_propertyKey"; "autoCompleteValueKey": "autoCompleteValueKey"; "autoCompleteType": "autoCompleteType"; "tenantId": "tenantId"; "type": "type"; "property": "property"; "label": "label"; "editable": "editable"; "placeholder": "placeholder"; "disabled": "disabled"; "displayEmpty": "displayEmpty"; "preventSpace": "preventSpace"; "id": "id"; "maxCharsNum": "maxCharsNum"; }, {}, never, never>;
92
+ static ɵcmp: i0.ɵɵComponentDeclaration<DynamicFormTextItemComponent, "app-dynamic-form-textitem", never, { "autoComplete": "autoComplete"; "nativeAutoComplete": "nativeAutoComplete"; "autoComplete_pageProvider": "autoComplete_pageProvider"; "autoComplete_propertyName": "autoComplete_propertyName"; "autoComplete_propertyKey": "autoComplete_propertyKey"; "autoCompleteValueKey": "autoCompleteValueKey"; "autoCompleteType": "autoCompleteType"; "tenantId": "tenantId"; "emitFullObject": "emitFullObject"; "outsideParams": "outsideParams"; "type": "type"; "property": "property"; "label": "label"; "editable": "editable"; "placeholder": "placeholder"; "disabled": "disabled"; "displayEmpty": "displayEmpty"; "preventSpace": "preventSpace"; "id": "id"; "maxCharsNum": "maxCharsNum"; }, {}, never, never>;
91
93
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxeo-development-framework",
3
- "version": "3.3.4",
3
+ "version": "3.3.5",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "12.2.3",
6
6
  "@angular/common": "12.2.3",