iszolea-ui 1.2.84 → 1.2.85
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.
|
@@ -72,16 +72,17 @@ export declare class ControlDisplay {
|
|
|
72
72
|
private readonly loadPanel;
|
|
73
73
|
private readonly getReferencedDataUrl;
|
|
74
74
|
private readonly asyncSummaryLoad;
|
|
75
|
+
private fieldRefDataDict;
|
|
75
76
|
constructor(options: IControlDisplayOptions);
|
|
76
77
|
private readonly tryParseJson;
|
|
77
78
|
private showLoader;
|
|
78
79
|
private hideLoader;
|
|
79
|
-
render(): void
|
|
80
|
+
render(): Promise<void>;
|
|
80
81
|
private uploadAndUpdateDocuments;
|
|
81
82
|
private changePreviewImageSizeHandler;
|
|
82
83
|
private deleteDocumentHandler;
|
|
83
84
|
private reorderImagesHandler;
|
|
84
|
-
private
|
|
85
|
+
private hasPermission;
|
|
85
86
|
private buildTree;
|
|
86
87
|
private renderDisplayType;
|
|
87
88
|
private configureColumn;
|