iszolea-ui 1.2.48 → 1.2.49

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.
@@ -19,19 +19,18 @@ export default class ReferencedValueColumnEditor {
19
19
  private readonly $container;
20
20
  private readonly data;
21
21
  private readonly initData;
22
- private readonly getTablesPromise;
23
22
  private readonly loadPanel;
24
23
  private readonly allowedTypes;
25
24
  private readonly baseType;
26
25
  private form;
27
- private getFieldsPromise;
28
26
  constructor($container: JQuery, data: IReferencedValueEditorData, initData: IReferencedValueEditorInitData, baseType: 'string' | 'number' | null);
29
- private getTablesDS;
30
- private getFieldsDS;
31
- private getKeyDS;
32
- private refreshGetFieldPromise;
27
+ private loadTables;
28
+ private loadFields;
29
+ private updateTablesDS;
30
+ private updateKeyDS;
31
+ private updateFieldsDS;
33
32
  private updateCheckboxes;
34
33
  render(): void;
35
- getData(): IReferencedValueEditorData;
34
+ getData(): Promise<IReferencedValueEditorData>;
36
35
  getBaseType(): string;
37
36
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iszolea-ui",
3
- "version": "1.2.48",
3
+ "version": "1.2.49",
4
4
  "description": "Common scripts and styles for Iszolea projects",
5
5
  "main": "dist/js/index.js",
6
6
  "types": "dist/types/index.d.ts",