@platforma-open/milaboratories.clonotype-enrichment.model 2.11.0 → 2.11.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.
@@ -1,6 +1,6 @@
1
1
   WARN  Issue while reading "/home/runner/work/clonotype-enrichment/clonotype-enrichment/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @platforma-open/milaboratories.clonotype-enrichment.model@2.11.0 build /home/runner/work/clonotype-enrichment/clonotype-enrichment/model
3
+ > @platforma-open/milaboratories.clonotype-enrichment.model@2.11.2 build /home/runner/work/clonotype-enrichment/clonotype-enrichment/model
4
4
  > tsup && vite build && block-tools build-model
5
5
 
6
6
  CLI Building entry: src/index.ts
@@ -11,14 +11,14 @@
11
11
  CLI Cleaning output folder
12
12
  CJS Build start
13
13
  ESM Build start
14
- CJS dist/index.cjs 4.59 KB
15
- CJS dist/index.cjs.map 11.99 KB
16
- CJS ⚡️ Build success in 214ms
17
- ESM dist/index.js 4.59 KB
18
- ESM dist/index.js.map 11.90 KB
19
- ESM ⚡️ Build success in 214ms
14
+ ESM dist/index.js 4.68 KB
15
+ ESM dist/index.js.map 12.07 KB
16
+ ESM ⚡️ Build success in 153ms
17
+ CJS dist/index.cjs 4.67 KB
18
+ CJS dist/index.cjs.map 12.17 KB
19
+ CJS ⚡️ Build success in 154ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 2323ms
21
+ DTS ⚡️ Build success in 2212ms
22
22
  DTS dist/index.d.cts 4.56 KB
23
23
  DTS dist/index.d.ts 4.56 KB
24
24
  vite v6.2.4 building for production...
@@ -26,6 +26,6 @@ transforming...
26
26
  ✓ 69 modules transformed.
27
27
  rendering chunks...
28
28
  computing gzip size...
29
- dist/bundle.js 240.56 kB │ gzip: 45.58 kB │ map: 513.44 kB
30
- dist/bundle.js 255.69 kB │ gzip: 46.33 kB │ map: 515.15 kB
31
- ✓ built in 865ms
29
+ dist/bundle.js 240.71 kB │ gzip: 45.63 kB │ map: 513.80 kB
30
+ dist/bundle.js 255.86 kB │ gzip: 46.38 kB │ map: 515.50 kB
31
+ ✓ built in 1.17s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @platforma-open/milaboratories.clonotype-enrichment.model
2
2
 
3
+ ## 2.11.2
4
+
5
+ ### Patch Changes
6
+
7
+ - b7af80a: technical release
8
+ - c3cf16a: technical release
9
+ - 087861a: technical release
10
+ - df1d277: technical release
11
+ - e57c186: technical release
12
+
13
+ ## 2.11.1
14
+
15
+ ### Patch Changes
16
+
17
+ - 42f20a5: Switch from line plot to scatter plot
18
+
3
19
  ## 2.11.0
4
20
 
5
21
  ### Minor Changes
package/dist/bundle.js CHANGED
@@ -6523,7 +6523,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
6523
6523
  this.ctx.logError(msg);
6524
6524
  }
6525
6525
  }
6526
- var version = "1.43.2";
6526
+ var version = "1.43.21";
6527
6527
  const PlatformaSDKVersion = version;
6528
6528
  function isConfigLambda(cfgOrFh) {
6529
6529
  return cfgOrFh.__renderLambda === true;
@@ -6821,7 +6821,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
6821
6821
  if (params.coreColumnPredicate) {
6822
6822
  coreColumns = [];
6823
6823
  for (const c of params.columns)
6824
- if (params.coreColumnPredicate(c.spec))
6824
+ if (params.coreColumnPredicate(getColumnIdAndSpec(c)))
6825
6825
  coreColumns.push(c);
6826
6826
  else
6827
6827
  secondaryColumns.push(c);
@@ -6848,9 +6848,9 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
6848
6848
  return readAnnotation(spec, Annotation.Table.Visibility) === "optional";
6849
6849
  }
6850
6850
  function createPlDataTableV2(ctx, inputColumns, tableState, ops) {
6851
- if (inputColumns.length === 0)
6852
- return void 0;
6853
6851
  const columns = inputColumns.filter((c) => isLinkerColumn(c.spec) || !isColumnHidden(c.spec));
6852
+ if (columns.length === 0)
6853
+ return void 0;
6854
6854
  const tableStateNormalized = upgradePlDataTableStateV2(tableState);
6855
6855
  const allLabelColumns = getAllLabelColumns(ctx.resultPool);
6856
6856
  if (!allLabelColumns)
@@ -6900,6 +6900,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
6900
6900
  return columns.filter((c) => isColumnOptional(c.spec)).map((c) => c.id);
6901
6901
  })());
6902
6902
  columns.filter((c) => isLinkerColumn(c.spec)).forEach((c) => hiddenColumns.delete(c.id));
6903
+ const coreColumnPredicate = ops == null ? void 0 : ops.coreColumnPredicate;
6903
6904
  [...partitionFilters.map((f) => f.column), ...filters.map((f) => f.column), ...sorting.map((s) => s.column)].filter((c) => c.type === "column").forEach((c) => hiddenColumns.delete(c.id));
6904
6905
  const visibleColumns = columns.filter((c) => !hiddenColumns.has(c.id));
6905
6906
  const visibleLabelColumns = getMatchingLabelColumns(visibleColumns.map(getColumnIdAndSpec), allLabelColumns);
@@ -6912,7 +6913,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
6912
6913
  partitionFilters,
6913
6914
  filters,
6914
6915
  sorting,
6915
- coreColumnPredicate: ops == null ? void 0 : ops.coreColumnPredicate
6916
+ coreColumnPredicate
6916
6917
  });
6917
6918
  const visibleHandle = ctx.createPTable(visibleDef);
6918
6919
  return {
@@ -7065,7 +7066,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
7065
7066
  if (!blockColumns) {
7066
7067
  const columns2 = new PColumnCollection();
7067
7068
  columns2.addColumnProvider(ctx.resultPool);
7068
- const allColumns = columns2.getColumns(() => true, { dontWaitAllData: true, overrideLabelAnnotation: false }) ?? [];
7069
+ const allColumns = columns2.getColumns((spec) => !isHiddenFromGraphColumn(spec), { dontWaitAllData: true, overrideLabelAnnotation: false }) ?? [];
7069
7070
  if (!allColumnsReady(allColumns)) {
7070
7071
  return void 0;
7071
7072
  }
@@ -7213,8 +7214,13 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
7213
7214
  },
7214
7215
  lineState: {
7215
7216
  title: "Top 20 enriched clonotype frequencies",
7216
- template: "line",
7217
- currentTab: null
7217
+ template: "curve_dots",
7218
+ currentTab: null,
7219
+ layersSettings: {
7220
+ curve: {
7221
+ smoothing: false
7222
+ }
7223
+ }
7218
7224
  },
7219
7225
  stackedState: {
7220
7226
  title: "Top 5 enriched clonotype frequencies",