nuxeo-development-framework 5.9.1 → 5.9.3

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.
@@ -56,6 +56,8 @@ export declare class DynamicFormVocabularyItemComponent implements ControlValueA
56
56
  emitVocabulryRecordOnSelect: boolean;
57
57
  /** Event emitted on value is selected */
58
58
  onSelecting: EventEmitter<any>;
59
+ /** Event emitted after finish fetching options */
60
+ onFetchingOptions: EventEmitter<any>;
59
61
  loading: boolean;
60
62
  selection: any;
61
63
  propagateChange: any;
@@ -77,5 +79,5 @@ export declare class DynamicFormVocabularyItemComponent implements ControlValueA
77
79
  hasErrors(): boolean;
78
80
  reset(): void;
79
81
  static ɵfac: i0.ɵɵFactoryDeclaration<DynamicFormVocabularyItemComponent, [null, null, { optional: true; self: true; }]>;
80
- static ɵcmp: i0.ɵɵComponentDeclaration<DynamicFormVocabularyItemComponent, "app-dynamic-form-vocabulary-item", never, { "onlyIds": "onlyIds"; "bindValue": "bindValue"; "bindLabel": "bindLabel"; "placeholder": "placeholder"; "multiple": "multiple"; "searchable": "searchable"; "closeOnSelect": "closeOnSelect"; "hideSelectedItems": "hideSelectedItems"; "disabled": "disabled"; "vocabularyType": "vocabularyType"; "label": "label"; "cacheable": "cacheable"; "shwoAllValues": "shwoAllValues"; "emitVocabulryRecordOnSelect": "emitVocabulryRecordOnSelect"; }, { "onSelecting": "onSelecting"; }, never, never>;
82
+ static ɵcmp: i0.ɵɵComponentDeclaration<DynamicFormVocabularyItemComponent, "app-dynamic-form-vocabulary-item", never, { "onlyIds": "onlyIds"; "bindValue": "bindValue"; "bindLabel": "bindLabel"; "placeholder": "placeholder"; "multiple": "multiple"; "searchable": "searchable"; "closeOnSelect": "closeOnSelect"; "hideSelectedItems": "hideSelectedItems"; "disabled": "disabled"; "vocabularyType": "vocabularyType"; "label": "label"; "cacheable": "cacheable"; "shwoAllValues": "shwoAllValues"; "emitVocabulryRecordOnSelect": "emitVocabulryRecordOnSelect"; }, { "onSelecting": "onSelecting"; "onFetchingOptions": "onFetchingOptions"; }, never, never>;
81
83
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxeo-development-framework",
3
- "version": "5.9.1",
3
+ "version": "5.9.3",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "12.2.3",
6
6
  "@angular/common": "12.2.3",