@arcgis/lumina-compiler 5.1.0-next.21 → 5.1.0-next.23

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.
@@ -13,8 +13,8 @@ export declare function buildLoaderTs(context: Pick<CompilerContext, "_globalHyd
13
13
  * For each component, build as compact definition as possible of all the public
14
14
  * properties, attributes, asynchronous methods and synchronous methods.
15
15
  */
16
- declare function buildCompactLazyMeta(customElement: Pick<ApiCustomElementDeclaration, "members" | "tagName">): string;
17
- export declare function buildLazyMeta(customElement: Pick<ApiCustomElementDeclaration, "members" | "tagName">): HmrComponentMeta;
16
+ declare function buildCompactLazyMeta(customElement: Pick<ApiCustomElementDeclaration, "formAssociated" | "members" | "tagName">): string;
17
+ export declare function buildLazyMeta(customElement: Pick<ApiCustomElementDeclaration, "formAssociated" | "members" | "tagName">): HmrComponentMeta;
18
18
  export declare const exportsForTests: {
19
19
  buildCompactLazyMeta: typeof buildCompactLazyMeta;
20
20
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/lumina-compiler",
3
- "version": "5.1.0-next.21",
3
+ "version": "5.1.0-next.23",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -26,16 +26,16 @@
26
26
  "js-beautify": "^1.15.4",
27
27
  "mime-types": "^3.0.1",
28
28
  "tslib": "^2.8.1",
29
- "@arcgis/api-extractor": "5.1.0-next.21",
30
- "@arcgis/components-build-utils": "5.1.0-next.21",
31
- "@arcgis/toolkit": "~5.1.0-next.21"
29
+ "@arcgis/api-extractor": "5.1.0-next.23",
30
+ "@arcgis/components-build-utils": "5.1.0-next.23",
31
+ "@arcgis/toolkit": "~5.1.0-next.23"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "lit": "^3.3.0",
35
35
  "typescript": "~5.9.3",
36
36
  "vite": "^7.2.2",
37
37
  "vitest": "^4.0.9",
38
- "@arcgis/lumina": "~5.1.0-next.21"
38
+ "@arcgis/lumina": "~5.1.0-next.23"
39
39
  },
40
40
  "peerDependenciesMeta": {
41
41
  "vitest": {