@fkui/test-utils 5.37.0 → 5.39.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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.47.9"
8
+ "packageVersion": "7.47.11"
9
9
  }
10
10
  ]
11
11
  }
@@ -1,6 +1,6 @@
1
1
  import { ComponentOptionsMixin } from 'vue';
2
+ import { ComponentProvideOptions } from 'vue';
2
3
  import { DefineComponent } from 'vue';
3
- import { ExtractPropTypes } from 'vue';
4
4
  import { PublicProps } from 'vue';
5
5
 
6
6
  /**
@@ -25,7 +25,7 @@ export declare function createPlaceholderInDocument(): HTMLElement;
25
25
  /**
26
26
  * @public
27
27
  */
28
- export declare const DensityWrapper: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
28
+ export declare const DensityWrapper: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
29
29
 
30
30
  /**
31
31
  * Height for DensityWrapper component with an aspect ratio of 16:9 based on its width.
@@ -53,7 +53,7 @@ export declare function generateSelector(element: Element | null): string;
53
53
  /**
54
54
  * @public
55
55
  */
56
- export declare const SizeWrapper: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
56
+ export declare const SizeWrapper: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
57
57
 
58
58
  /**
59
59
  * Height for SizeWrapper component with an aspect ratio of 16:9 based on its width.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fkui/test-utils",
3
- "version": "5.37.0",
3
+ "version": "5.39.0",
4
4
  "description": "FKUI test utils for Jest",
5
5
  "keywords": [
6
6
  "fkui",
@@ -71,5 +71,5 @@
71
71
  "node": ">= 20",
72
72
  "npm": ">= 7"
73
73
  },
74
- "gitHead": "8ba82e02a3d8d293ce0e8601424dbd039df44306"
74
+ "gitHead": "ff0c8461456aab5ad3e9be930f09d047067dca51"
75
75
  }