@fkui/vue-labs 6.0.1 → 6.2.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.
@@ -447,6 +447,7 @@ default: undefined;
447
447
  popupClasses(): string[];
448
448
  arrowClass(): string;
449
449
  errorStyle(): string;
450
+ teleportTarget(): string | Element;
450
451
  }, {
451
452
  onResize(): void;
452
453
  onKeyEsc(event: KeyboardEvent): void;
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.49.2"
8
+ "packageVersion": "7.50.1"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fkui/vue-labs",
3
- "version": "6.0.1",
3
+ "version": "6.2.0",
4
4
  "description": "Experimental and unstable FKUI components",
5
5
  "keywords": [
6
6
  "fkui",
@@ -56,10 +56,10 @@
56
56
  "unit:watch": "jest --watch"
57
57
  },
58
58
  "peerDependencies": {
59
- "@fkui/date": "^6.0.1",
60
- "@fkui/design": "^6.0.1",
61
- "@fkui/logic": "^6.0.1",
62
- "@fkui/vue": "^6.0.1",
59
+ "@fkui/date": "^6.2.0",
60
+ "@fkui/design": "^6.2.0",
61
+ "@fkui/logic": "^6.2.0",
62
+ "@fkui/vue": "^6.2.0",
63
63
  "html-validate": ">= 7.9.0",
64
64
  "vue": "^3.5.0"
65
65
  },
@@ -72,5 +72,5 @@
72
72
  "node": ">= 20",
73
73
  "npm": ">= 7"
74
74
  },
75
- "gitHead": "57374ff76f56c2587a9290facb0894c89bbe7ea6"
75
+ "gitHead": "b75730a2c2bee0c0fe8243d2de511b77c88dcbee"
76
76
  }