@pilotdev/pilot-web-2d 24.22.0 → 24.24.0

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.
Files changed (2) hide show
  1. package/index.d.ts +2 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -112,6 +112,8 @@ export class SettingChangedEvent extends Event {
112
112
  providedData: any;
113
113
  }
114
114
  export class LoadingSpinner {
115
+ set loadingTextKey(value: string);
116
+ get loadingTextKey(): string;
115
117
  addToDOM(container: HTMLElement): void;
116
118
  removeFromDOM(container: HTMLElement): void;
117
119
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pilotdev/pilot-web-2d",
3
- "version": "24.22.0",
3
+ "version": "24.24.0",
4
4
  "description": "TypeScript definitions for ASCON PilotWeb2D component",
5
5
  "main": "",
6
6
  "types": "index.d.ts",