@vscode/component-explorer 0.1.1-2 → 0.1.1-4

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.
@@ -1,12 +1,3 @@
1
- export declare function getCachedSize(fixtureId: string): {
2
- width: number;
3
- height: number;
4
- } | undefined;
5
- export declare function setCachedSize(fixtureId: string, width: number, height: number): void;
6
- export declare function getCachedHeight(fixtureId: string): number | undefined;
7
- /**
8
- * Returns all cached heights as a Map for initializing the in-memory observable.
9
- * This allows the virtual scroll to use accurate heights from the first render.
10
- */
1
+ export declare function setCachedHeight(fixtureId: string, height: number): void;
11
2
  export declare function getAllCachedHeights(): ReadonlyMap<string, number>;
12
3
  //# sourceMappingURL=fixtureSizeCache.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"fixtureSizeCache.d.ts","sourceRoot":"","sources":["../../src/lib/fixtureSizeCache.ts"],"names":[],"mappings":"AAwCA,wBAAgB,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE,GAAG,SAAS,CAG9F;AAED,wBAAgB,aAAa,CAAC,SAAS,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,IAAI,CAIpF;AAED,wBAAgB,eAAe,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAErE;AAED;;;GAGG;AACH,wBAAgB,mBAAmB,IAAI,WAAW,CAAC,MAAM,EAAE,MAAM,CAAC,CAOjE"}
1
+ {"version":3,"file":"fixtureSizeCache.d.ts","sourceRoot":"","sources":["../../src/lib/fixtureSizeCache.ts"],"names":[],"mappings":"AAiCA,wBAAgB,eAAe,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,IAAI,CAIvE;AAED,wBAAgB,mBAAmB,IAAI,WAAW,CAAC,MAAM,EAAE,MAAM,CAAC,CAEjE"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/component-explorer",
3
- "version": "0.1.1-2",
3
+ "version": "0.1.1-4",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",