@platforma-open/milaboratories.import-vdj 1.7.0 → 1.8.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.
- package/block-pack/main.plj.gz +0 -0
- package/block-pack/manifest.json +1 -1
- package/block-pack/model.json +1 -1
- package/block-pack/published.json +1 -1
- package/block-pack/ui.tgz +0 -0
- package/dist/AGENTS.d.ts +5 -0
- package/dist/AGENTS.d.ts.map +1 -1
- package/dist/index.d.ts +5 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +27 -1
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/block-pack/ui.tgz
CHANGED
|
Binary file
|
package/dist/AGENTS.d.ts
CHANGED
|
@@ -10767,6 +10767,11 @@ declare const platforma: PlatformaExtended<PlatformaV3<BlockData$1, BlockArgs, I
|
|
|
10767
10767
|
} | undefined> & {
|
|
10768
10768
|
withStatus: true;
|
|
10769
10769
|
};
|
|
10770
|
+
} & {
|
|
10771
|
+
emptyChainSamples: ConfigRenderLambda<{
|
|
10772
|
+
emptySamples: string[];
|
|
10773
|
+
sampleCount: number;
|
|
10774
|
+
} | undefined>;
|
|
10770
10775
|
}>, "/", {}, BlockDefaultUiServices>>;
|
|
10771
10776
|
//#endregion
|
|
10772
10777
|
//#region src/index.d.ts
|