@meshmakers/octo-ui 3.3.810 → 3.3.830
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.
package/package.json
CHANGED
|
@@ -1397,6 +1397,7 @@ declare class RuntimeBrowserDetailsComponent implements OnChanges, AfterViewInit
|
|
|
1397
1397
|
protected readonly typeHelperService: TypeHelperService;
|
|
1398
1398
|
protected readonly detailsIcon: _progress_kendo_svg_icons.SVGIcon;
|
|
1399
1399
|
protected fullEntity: RtEntityDto | null;
|
|
1400
|
+
private loadRequestToken;
|
|
1400
1401
|
protected get ckTypeColumns(): ({
|
|
1401
1402
|
field: string;
|
|
1402
1403
|
displayName: string;
|