ngx-edu-sharing-ui 10.0.11 → 10.0.13

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.
@@ -85,7 +85,7 @@ export declare class MdsWidgetComponent implements OnInit, OnChanges {
85
85
  ngOnChanges(changes: SimpleChanges): void;
86
86
  ngOnInit(): Promise<void>;
87
87
  getDefinition(): MdsWidget;
88
- getBasicType(): "text" | "number" | "date" | "vcard" | "slider" | "range" | "duration" | "array" | "tree" | "unknown";
88
+ getBasicType(): "number" | "text" | "date" | "vcard" | "slider" | "range" | "duration" | "array" | "tree" | "unknown";
89
89
  supportsInlineEditing(): boolean;
90
90
  private getNodeValues;
91
91
  private getNodeValue;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-edu-sharing-ui",
3
- "version": "10.0.11",
3
+ "version": "10.0.13",
4
4
  "license": "GNU GPL v2",
5
5
  "description": "Angular components for Edu-Sharing UX parts",
6
6
  "peerDependencies": {