@fkui/vue-labs 5.46.0 → 5.46.2

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.
@@ -448,6 +448,7 @@ default: undefined;
448
448
  popupClasses(): string[];
449
449
  arrowClass(): string;
450
450
  errorStyle(): string;
451
+ teleportTarget(): string | Element;
451
452
  }, {
452
453
  onResize(): void;
453
454
  onKeyEsc(event: KeyboardEvent): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fkui/vue-labs",
3
- "version": "5.46.0",
3
+ "version": "5.46.2",
4
4
  "description": "Experimental and unstable FKUI components",
5
5
  "keywords": [
6
6
  "fkui",
@@ -72,5 +72,5 @@
72
72
  "node": ">= 20",
73
73
  "npm": ">= 7"
74
74
  },
75
- "gitHead": "fd747e9381e19ec80ac01f58fba96c10e4eda7c3"
75
+ "gitHead": "1dbf8522ea061bea277103a2241e878760b5905c"
76
76
  }