ngx-edu-sharing-ui 10.0.24 → 10.0.25

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.
@@ -48,5 +48,5 @@ export declare class MdsViewerComponent implements OnChanges {
48
48
  private prepareHTML;
49
49
  ngOnChanges(changes: SimpleChanges): Promise<void>;
50
50
  static ɵfac: i0.ɵɵFactoryDeclaration<MdsViewerComponent, never>;
51
- static ɵcmp: i0.ɵɵComponentDeclaration<MdsViewerComponent, "es-mds-viewer", never, { "mdsEditorInstanceService": { "alias": "mdsEditorInstanceService"; "required": false; }; "groupId": { "alias": "groupId"; "required": false; }; "setId": { "alias": "setId"; "required": false; }; "data": { "alias": "data"; "required": false; }; "showGroupHeadings": { "alias": "showGroupHeadings"; "required": false; }; "headingLevel": { "alias": "headingLevel"; "required": false; }; }, {}, never, never, false, never>;
51
+ static ɵcmp: i0.ɵɵComponentDeclaration<MdsViewerComponent, "es-mds-viewer", never, { "mdsEditorInstanceService": { "alias": "mdsEditorInstanceService"; "required": false; }; "groupId": { "alias": "groupId"; "required": false; }; "setId": { "alias": "setId"; "required": false; }; "data": { "alias": "data"; "required": false; }; "mds": { "alias": "mds"; "required": false; }; "showGroupHeadings": { "alias": "showGroupHeadings"; "required": false; }; "headingLevel": { "alias": "headingLevel"; "required": false; }; }, {}, never, never, false, never>;
52
52
  }
@@ -110,7 +110,7 @@ export declare class MdsWidgetComponent implements OnInit, OnChanges {
110
110
  ngOnChanges(changes: SimpleChanges): Promise<void>;
111
111
  ngOnInit(): Promise<void>;
112
112
  getDefinition(): MdsWidget;
113
- getBasicType(): "text" | "license" | "number" | "date" | "vcard" | "array" | "tree" | "slider" | "duration" | "range" | "unknown";
113
+ getBasicType(): "number" | "text" | "date" | "vcard" | "slider" | "range" | "duration" | "license" | "array" | "tree" | "unknown";
114
114
  supportsInlineEditing(): boolean;
115
115
  private getNodeValues;
116
116
  private getNodeValue;
@@ -63,7 +63,7 @@ export declare class OptionsHelperDataService implements OnDestroy {
63
63
  private addVirtualObjects;
64
64
  registerGlobalKeyboardShortcuts(): void;
65
65
  private handleKeyboardEvent;
66
- filterOptions(options: OptionItem[], target: Target, objects?: Node[] | any): Promise<OptionItem[]>;
66
+ filterOptions(options: OptionItem[], target: Target, objects?: Node[] | any): OptionItem[] | Promise<OptionItem[]>;
67
67
  /**
68
68
  * shortcut to simply disable all options on the given compoennts
69
69
  * @param actionbar
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-edu-sharing-ui",
3
- "version": "10.0.24",
3
+ "version": "10.0.25",
4
4
  "license": "GNU GPL v2",
5
5
  "description": "Angular components for Edu-Sharing UX parts",
6
6
  "peerDependencies": {