@platforma-open/milaboratories.differential-clonotype-abundance 1.8.0 → 1.8.2
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/published.json +1 -1
- package/block-pack/ui.tgz +0 -0
- package/dist/AGENTS.d.ts +34 -18
- package/dist/AGENTS.d.ts.map +1 -1
- package/dist/index.d.ts +34 -18
- package/dist/index.d.ts.map +1 -1
- package/package.json +4 -4
package/block-pack/main.plj.gz
CHANGED
|
Binary file
|
package/block-pack/manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"schema":"v2","description":{"id":{"organization":"milaboratories","name":"differential-clonotype-abundance","version":"1.8.
|
|
1
|
+
{"schema":"v2","description":{"id":{"organization":"milaboratories","name":"differential-clonotype-abundance","version":"1.8.2"},"components":{"workflow":{"type":"workflow-v1","main":{"type":"relative","path":"main.plj.gz"}},"model":{"type":"relative","path":"model.json"},"ui":{"type":"relative","path":"ui.tgz"}},"meta":{"title":"Differential Abundance","description":"Identify differentially abundant features between conditions.","longDescription":{"type":"relative","path":"description.md"},"changelog":{"type":"relative","path":"CHANGELOG.md"},"logo":{"type":"relative","path":"block-logo.png"},"url":"https://github.com/platforma-open/differential-clonotype-abundance","support":"mailto:support@milaboratories.com","tags":["airr","downstream","peptide"],"organization":{"name":"milaboratories","url":"https://milaboratories.com/","logo":{"type":"relative","path":"organization-logo.png"}},"supportedPlatforms":["linux-x64","linux-aarch64","macosx-x64","macosx-aarch64"]},"featureFlags":{"supportsLazyState":true,"supportsPframeQueryRanking":true,"requiresUIAPIVersion":3,"requiresModelAPIVersion":2,"requiresCreatePTable":2,"requiresPFramesVersion":1001031,"requiresPFrameSpec":true,"requiresPFrame":true,"requiresDialog":true,"requiresColumnsCollection":true},"kind":"@platforma-open/milaboratories.differential-clonotype-abundance.kind@1.0.0"},"timestamp":1790163489428,"files":[{"name":"main.plj.gz","size":812465,"sha256":"9BB2E541E83433C7B76B2F535A899AAACAFE55AC3B26A637A8024AFE186BD40E"},{"name":"model.json","size":536135,"sha256":"922D468236CF5418199D8D307CBE2F81F8AA58D0B331022E197C33EE3B7356A3"},{"name":"ui.tgz","size":6809390,"sha256":"F0DBAC0ED3A4D7118529C128061623C4CD9BC44B080F8CA1C59834C3B9E964DF"},{"name":"organization-logo.png","size":24439,"sha256":"FA71390C77C91E4B7FAAE5640D00F92F1E3F2869296F68B6040DD7CC549A50B5"},{"name":"description.md","size":1265,"sha256":"9B607EFA98A7F226D611887621A2FEBAB0337FB258312150D01E5A317982F647"},{"name":"CHANGELOG.md","size":27,"sha256":"3E1D1DA422E5D609FCDE7F996A81F7635011F3CA297923598DB36D924C4A0DAE"},{"name":"block-logo.png","size":37048,"sha256":"9C5C3FB48F044AC6C94551C303EFEAB5F1AE83F87117ADA794C8F87655FEB317"}]}
|
package/block-pack/ui.tgz
CHANGED
|
Binary file
|
package/dist/AGENTS.d.ts
CHANGED
|
@@ -5472,10 +5472,10 @@ type PlMultiSequenceAlignmentColorSchemeOption = {
|
|
|
5472
5472
|
columnIds: PObjectId[];
|
|
5473
5473
|
};
|
|
5474
5474
|
//#endregion
|
|
5475
|
-
//#region ../node_modules/.pnpm/@milaboratories+pf-plots@1.
|
|
5475
|
+
//#region ../node_modules/.pnpm/@milaboratories+pf-plots@1.5.0_@milaboratories+pl-model-common@1.49.0_@platforma-sdk+model@1.83.9/node_modules/@milaboratories/pf-plots/dist/spec.d.ts
|
|
5476
5476
|
type ColumnOrAxisIdString = string;
|
|
5477
5477
|
//#endregion
|
|
5478
|
-
//#region ../node_modules/.pnpm/@milaboratories+pf-plots@1.
|
|
5478
|
+
//#region ../node_modules/.pnpm/@milaboratories+pf-plots@1.5.0_@milaboratories+pl-model-common@1.49.0_@platforma-sdk+model@1.83.9/node_modules/@milaboratories/pf-plots/dist/common.d.ts
|
|
5479
5479
|
type InputStateMap = Record<string, ComponentStateSimple | ComponentStateFilter>;
|
|
5480
5480
|
type ChartType = 'discrete' | 'scatterplot' | 'scatterplot-umap' | 'heatmap' | 'dendro' | 'histogram' | 'bubble' | 'selection';
|
|
5481
5481
|
interface InputStateParent<Type extends ChartType> {
|
|
@@ -5505,7 +5505,7 @@ interface ComponentStateFilter {
|
|
|
5505
5505
|
selectorStates: SelectorStateFilter[];
|
|
5506
5506
|
}
|
|
5507
5507
|
//#endregion
|
|
5508
|
-
//#region ../node_modules/.pnpm/@milaboratories+pf-plots@1.
|
|
5508
|
+
//#region ../node_modules/.pnpm/@milaboratories+pf-plots@1.5.0_@milaboratories+pl-model-common@1.49.0_@platforma-sdk+model@1.83.9/node_modules/@milaboratories/pf-plots/dist/controllers/controllersByChartType/bubble.d.ts
|
|
5509
5509
|
interface BubbleUIState extends InputStateParent<'bubble'> {
|
|
5510
5510
|
type: 'bubble';
|
|
5511
5511
|
components: {
|
|
@@ -5524,7 +5524,7 @@ interface BubbleUIState extends InputStateParent<'bubble'> {
|
|
|
5524
5524
|
};
|
|
5525
5525
|
}
|
|
5526
5526
|
//#endregion
|
|
5527
|
-
//#region ../node_modules/.pnpm/@milaboratories+pf-plots@1.
|
|
5527
|
+
//#region ../node_modules/.pnpm/@milaboratories+pf-plots@1.5.0_@milaboratories+pl-model-common@1.49.0_@platforma-sdk+model@1.83.9/node_modules/@milaboratories/pf-plots/dist/controllers/controllersByChartType/dendro.d.ts
|
|
5528
5528
|
interface DendroUIState extends InputStateParent<'dendro'> {
|
|
5529
5529
|
components: {
|
|
5530
5530
|
value: ComponentStateSimple;
|
|
@@ -5545,7 +5545,7 @@ interface DendroUIState extends InputStateParent<'dendro'> {
|
|
|
5545
5545
|
};
|
|
5546
5546
|
}
|
|
5547
5547
|
//#endregion
|
|
5548
|
-
//#region ../node_modules/.pnpm/@milaboratories+pf-plots@1.
|
|
5548
|
+
//#region ../node_modules/.pnpm/@milaboratories+pf-plots@1.5.0_@milaboratories+pl-model-common@1.49.0_@platforma-sdk+model@1.83.9/node_modules/@milaboratories/pf-plots/dist/controllers/controllersByChartType/discrete.d.ts
|
|
5549
5549
|
interface DiscreteUIState extends InputStateParent<'discrete'> {
|
|
5550
5550
|
type: 'discrete';
|
|
5551
5551
|
components: {
|
|
@@ -5558,7 +5558,7 @@ interface DiscreteUIState extends InputStateParent<'discrete'> {
|
|
|
5558
5558
|
};
|
|
5559
5559
|
}
|
|
5560
5560
|
//#endregion
|
|
5561
|
-
//#region ../node_modules/.pnpm/@milaboratories+pf-plots@1.
|
|
5561
|
+
//#region ../node_modules/.pnpm/@milaboratories+pf-plots@1.5.0_@milaboratories+pl-model-common@1.49.0_@platforma-sdk+model@1.83.9/node_modules/@milaboratories/pf-plots/dist/controllers/controllersByChartType/heatmap.d.ts
|
|
5562
5562
|
interface HeatmapUIState extends InputStateParent<'heatmap'> {
|
|
5563
5563
|
type: 'heatmap';
|
|
5564
5564
|
components: {
|
|
@@ -5578,7 +5578,7 @@ interface HeatmapUIState extends InputStateParent<'heatmap'> {
|
|
|
5578
5578
|
};
|
|
5579
5579
|
}
|
|
5580
5580
|
//#endregion
|
|
5581
|
-
//#region ../node_modules/.pnpm/@milaboratories+pf-plots@1.
|
|
5581
|
+
//#region ../node_modules/.pnpm/@milaboratories+pf-plots@1.5.0_@milaboratories+pl-model-common@1.49.0_@platforma-sdk+model@1.83.9/node_modules/@milaboratories/pf-plots/dist/controllers/controllersByChartType/histogram.d.ts
|
|
5582
5582
|
interface HistogramUIState extends InputStateParent<'histogram'> {
|
|
5583
5583
|
type: 'histogram';
|
|
5584
5584
|
components: {
|
|
@@ -5590,7 +5590,7 @@ interface HistogramUIState extends InputStateParent<'histogram'> {
|
|
|
5590
5590
|
};
|
|
5591
5591
|
}
|
|
5592
5592
|
//#endregion
|
|
5593
|
-
//#region ../node_modules/.pnpm/@milaboratories+pf-plots@1.
|
|
5593
|
+
//#region ../node_modules/.pnpm/@milaboratories+pf-plots@1.5.0_@milaboratories+pl-model-common@1.49.0_@platforma-sdk+model@1.83.9/node_modules/@milaboratories/pf-plots/dist/controllers/controllersByChartType/scatterplot.d.ts
|
|
5594
5594
|
interface ScatterplotUIState extends InputStateParent<'scatterplot'> {
|
|
5595
5595
|
type: 'scatterplot';
|
|
5596
5596
|
components: {
|
|
@@ -5609,7 +5609,7 @@ interface ScatterplotUIState extends InputStateParent<'scatterplot'> {
|
|
|
5609
5609
|
};
|
|
5610
5610
|
}
|
|
5611
5611
|
//#endregion
|
|
5612
|
-
//#region ../node_modules/.pnpm/@milaboratories+pf-plots@1.
|
|
5612
|
+
//#region ../node_modules/.pnpm/@milaboratories+pf-plots@1.5.0_@milaboratories+pl-model-common@1.49.0_@platforma-sdk+model@1.83.9/node_modules/@milaboratories/pf-plots/dist/controllers/controllersByChartType/scatterplot-umap.d.ts
|
|
5613
5613
|
interface ScatterplotUmapUIState extends InputStateParent<'scatterplot-umap'> {
|
|
5614
5614
|
type: 'scatterplot-umap';
|
|
5615
5615
|
components: {
|
|
@@ -5627,7 +5627,7 @@ interface ScatterplotUmapUIState extends InputStateParent<'scatterplot-umap'> {
|
|
|
5627
5627
|
};
|
|
5628
5628
|
}
|
|
5629
5629
|
//#endregion
|
|
5630
|
-
//#region ../node_modules/.pnpm/@milaboratories+pf-plots@1.
|
|
5630
|
+
//#region ../node_modules/.pnpm/@milaboratories+pf-plots@1.5.0_@milaboratories+pl-model-common@1.49.0_@platforma-sdk+model@1.83.9/node_modules/@milaboratories/pf-plots/dist/controllers/controllersByChartType/selection.d.ts
|
|
5631
5631
|
interface SelectionUIState extends InputStateParent<'selection'> {
|
|
5632
5632
|
type: 'selection';
|
|
5633
5633
|
components: {
|
|
@@ -5640,7 +5640,7 @@ interface SelectionUIState extends InputStateParent<'selection'> {
|
|
|
5640
5640
|
};
|
|
5641
5641
|
}
|
|
5642
5642
|
//#endregion
|
|
5643
|
-
//#region ../node_modules/.pnpm/@milaboratories+pf-plots@1.
|
|
5643
|
+
//#region ../node_modules/.pnpm/@milaboratories+pf-plots@1.5.0_@milaboratories+pl-model-common@1.49.0_@platforma-sdk+model@1.83.9/node_modules/@milaboratories/pf-plots/dist/index.d.ts
|
|
5644
5644
|
type InputNamesByChartType = { [K in ChartType]: K extends 'discrete' ? keyof DiscreteUIState['components'] : K extends 'heatmap' ? keyof HeatmapUIState['components'] : K extends 'dendro' ? keyof DendroUIState['components'] : K extends 'scatterplot' ? keyof ScatterplotUIState['components'] : K extends 'scatterplot-umap' ? keyof ScatterplotUmapUIState['components'] : K extends 'histogram' ? keyof HistogramUIState['components'] : K extends 'bubble' ? keyof BubbleUIState['components'] : K extends 'selection' ? keyof SelectionUIState['components'] : never; };
|
|
5645
5645
|
//#endregion
|
|
5646
5646
|
//#region ../node_modules/.pnpm/@vue+shared@3.5.27/node_modules/@vue/shared/dist/shared.d.ts
|
|
@@ -6957,7 +6957,7 @@ declare module '@vue/runtime-core' {
|
|
|
6957
6957
|
}
|
|
6958
6958
|
}
|
|
6959
6959
|
//#endregion
|
|
6960
|
-
//#region ../node_modules/.pnpm/@milaboratories+graph-maker@1.
|
|
6960
|
+
//#region ../node_modules/.pnpm/@milaboratories+graph-maker@1.8.0_@milaboratories+pl-model-common@1.49.0_@platforma-sdk+model_7jwxqejon7frdmakvdyplmg6u4/node_modules/@milaboratories/graph-maker/dist/dataBindAes.d.ts
|
|
6961
6961
|
/** Mapping for categorical axes (string axes) */
|
|
6962
6962
|
interface AestheticMappingCategorical {
|
|
6963
6963
|
type: 'categorical';
|
|
@@ -6978,7 +6978,7 @@ interface AestheticValues {
|
|
|
6978
6978
|
dotShape: DotShape;
|
|
6979
6979
|
}
|
|
6980
6980
|
//#endregion
|
|
6981
|
-
//#region ../node_modules/.pnpm/@milaboratories+graph-maker@1.
|
|
6981
|
+
//#region ../node_modules/.pnpm/@milaboratories+graph-maker@1.8.0_@milaboratories+pl-model-common@1.49.0_@platforma-sdk+model_7jwxqejon7frdmakvdyplmg6u4/node_modules/@milaboratories/graph-maker/dist/components/AesSettings/types.d.ts
|
|
6982
6982
|
type CategoricalPalette = 'light' | 'bright' | 'dark' | 'paired' | 'triadic' | 'magnetic';
|
|
6983
6983
|
type SequentialPalette = 'viridis' | 'magma' | 'density' | 'salinity' | 'sunset' | 'perceptual_rainbow';
|
|
6984
6984
|
type DivergingPalette = 'spectrum' | 'teal_red' | 'blue_red' | 'lime_rose' | 'viridis_magma';
|
|
@@ -6987,7 +6987,14 @@ type Palette = CategoricalPalette | ContinuousPalette;
|
|
|
6987
6987
|
type DotShape = '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10' | '11' | '12' | '13' | '14' | '21' | '22' | '23' | '24' | '25';
|
|
6988
6988
|
type LineType = 'solid' | 'dashed' | 'dotted' | 'dotdash' | 'longdash' | 'twodash';
|
|
6989
6989
|
//#endregion
|
|
6990
|
-
//#region ../node_modules/.pnpm/@milaboratories+graph-maker@1.
|
|
6990
|
+
//#region ../node_modules/.pnpm/@milaboratories+graph-maker@1.8.0_@milaboratories+pl-model-common@1.49.0_@platforma-sdk+model_7jwxqejon7frdmakvdyplmg6u4/node_modules/@milaboratories/graph-maker/dist/utils/createChartSettingsForRender/resolveLabelParts.d.ts
|
|
6991
|
+
type LabelPartsOverlay = {
|
|
6992
|
+
order: string[];
|
|
6993
|
+
hidden?: Record<string, boolean>;
|
|
6994
|
+
};
|
|
6995
|
+
type LabelPartsState = LabelPartsOverlay | null;
|
|
6996
|
+
//#endregion
|
|
6997
|
+
//#region ../node_modules/.pnpm/@milaboratories+graph-maker@1.8.0_@milaboratories+pl-model-common@1.49.0_@platforma-sdk+model_7jwxqejon7frdmakvdyplmg6u4/node_modules/@milaboratories/graph-maker/dist/constantsCommon.d.ts
|
|
6991
6998
|
type DiscreteStatisticsState = {
|
|
6992
6999
|
overall: {
|
|
6993
7000
|
data: {
|
|
@@ -7027,6 +7034,7 @@ type ScatterplotStatisticsState = {
|
|
|
7027
7034
|
on: boolean;
|
|
7028
7035
|
trim: boolean;
|
|
7029
7036
|
showLegend: boolean;
|
|
7037
|
+
lineWidth: number;
|
|
7030
7038
|
};
|
|
7031
7039
|
additionalCurveTrends: Record<string, {
|
|
7032
7040
|
on: boolean;
|
|
@@ -7114,6 +7122,7 @@ type LayersSettings = {
|
|
|
7114
7122
|
curve: {
|
|
7115
7123
|
smoothing: boolean;
|
|
7116
7124
|
lineColor: ColorAes;
|
|
7125
|
+
lineWidth: number;
|
|
7117
7126
|
};
|
|
7118
7127
|
additionalCurves: {
|
|
7119
7128
|
smoothing: boolean;
|
|
@@ -7190,7 +7199,9 @@ type LayersSettings = {
|
|
|
7190
7199
|
emptyGroupValue: number;
|
|
7191
7200
|
lineColor: ColorAes | null;
|
|
7192
7201
|
dotShape: DotShapeAes;
|
|
7202
|
+
dotSize: number;
|
|
7193
7203
|
lineType: LineTypeAes;
|
|
7204
|
+
lineWidth: number;
|
|
7194
7205
|
dotFill: ColorAes | null;
|
|
7195
7206
|
opacity: number;
|
|
7196
7207
|
};
|
|
@@ -7199,6 +7210,8 @@ type LayersSettings = {
|
|
|
7199
7210
|
interval: 'sd' | 'se' | '';
|
|
7200
7211
|
lineColor: ColorAes | null;
|
|
7201
7212
|
dotShape: DotShapeAes;
|
|
7213
|
+
dotSize: number;
|
|
7214
|
+
lineWidth: number;
|
|
7202
7215
|
dotFill: ColorAes | null;
|
|
7203
7216
|
opacity: number;
|
|
7204
7217
|
};
|
|
@@ -7251,6 +7264,7 @@ type AxesState = {
|
|
|
7251
7264
|
annotationTitlePosition: 'left' | 'right' | 'hidden';
|
|
7252
7265
|
hideAxisLabels: boolean;
|
|
7253
7266
|
hideAxisGroupLabels: boolean;
|
|
7267
|
+
labelParts: LabelPartsState;
|
|
7254
7268
|
};
|
|
7255
7269
|
axisY: {
|
|
7256
7270
|
labelsRotation: LabelsRotation | null;
|
|
@@ -7274,6 +7288,8 @@ type AxesState = {
|
|
|
7274
7288
|
annotationTitlePosition: 'top' | 'bottom' | 'hidden';
|
|
7275
7289
|
hideAxisLabels: boolean;
|
|
7276
7290
|
hideAxisGroupLabels: boolean;
|
|
7291
|
+
/** Mirror of axisX.labelParts; see axisX for full semantics. */
|
|
7292
|
+
labelParts: LabelPartsState;
|
|
7277
7293
|
};
|
|
7278
7294
|
legend: {
|
|
7279
7295
|
show?: boolean;
|
|
@@ -8618,7 +8634,7 @@ declare global {
|
|
|
8618
8634
|
}
|
|
8619
8635
|
}
|
|
8620
8636
|
//#endregion
|
|
8621
|
-
//#region ../node_modules/.pnpm/@milaboratories+graph-maker@1.
|
|
8637
|
+
//#region ../node_modules/.pnpm/@milaboratories+graph-maker@1.8.0_@milaboratories+pl-model-common@1.49.0_@platforma-sdk+model_7jwxqejon7frdmakvdyplmg6u4/node_modules/@milaboratories/graph-maker/dist/forms/index.d.ts
|
|
8622
8638
|
declare const forms: {
|
|
8623
8639
|
settings: {
|
|
8624
8640
|
icon: DefineComponent$1<{}, {}, {}, {}, {}, ComponentOptionsMixin$1, ComponentOptionsMixin$1, {}, string, PublicProps$1, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions$1, true, {}, SVGSVGElement>;
|
|
@@ -8723,17 +8739,17 @@ declare const forms: {
|
|
|
8723
8739
|
};
|
|
8724
8740
|
type FormKey = keyof typeof forms;
|
|
8725
8741
|
//#endregion
|
|
8726
|
-
//#region ../node_modules/.pnpm/@milaboratories+miplots4@1.
|
|
8742
|
+
//#region ../node_modules/.pnpm/@milaboratories+miplots4@1.5.0_d3-dispatch@3.0.1_d3-path@3.1.0_d3-scale-chromatic@3.1.0/node_modules/@milaboratories/miplots4/dist/scatterplot-umap/types.d.ts
|
|
8727
8743
|
type Point = [number, number];
|
|
8728
8744
|
type Polygon = {
|
|
8729
8745
|
points: Point[];
|
|
8730
8746
|
closed: boolean;
|
|
8731
8747
|
};
|
|
8732
8748
|
//#endregion
|
|
8733
|
-
//#region ../node_modules/.pnpm/@milaboratories+graph-maker@1.
|
|
8749
|
+
//#region ../node_modules/.pnpm/@milaboratories+graph-maker@1.8.0_@milaboratories+pl-model-common@1.49.0_@platforma-sdk+model_7jwxqejon7frdmakvdyplmg6u4/node_modules/@milaboratories/graph-maker/dist/utils/loadDefaultSources.d.ts
|
|
8734
8750
|
type LoadedDefaultOptionsMap<T extends ChartType> = Record<InputNamesByChartType[T], (SelectorStateFilter | SelectorStateSimple)[]>;
|
|
8735
8751
|
//#endregion
|
|
8736
|
-
//#region ../node_modules/.pnpm/@milaboratories+graph-maker@1.
|
|
8752
|
+
//#region ../node_modules/.pnpm/@milaboratories+graph-maker@1.8.0_@milaboratories+pl-model-common@1.49.0_@platforma-sdk+model_7jwxqejon7frdmakvdyplmg6u4/node_modules/@milaboratories/graph-maker/dist/types.d.ts
|
|
8737
8753
|
type DeepPartial$1<T> = { [P in keyof T]?: Partial<T[P]>; };
|
|
8738
8754
|
type GraphMakerState = {
|
|
8739
8755
|
/** Editable title on the top */
|