@meshmakers/octo-ui 3.3.800 → 3.3.820

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meshmakers/octo-ui",
3
- "version": "3.3.800",
3
+ "version": "3.3.820",
4
4
  "peerDependencies": {
5
5
  "@ngx-translate/core": "^17.0.0",
6
6
  "@angular/animations": "^21.0.6",
@@ -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;