@platforma-open/milaboratories.clonotype-enrichment.model 2.11.1 → 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.
- package/.turbo/turbo-build.log +7 -7
- package/CHANGELOG.md +10 -0
- package/dist/bundle.js +7 -6
- package/dist/bundle.js.map +1 -1
- package/dist/model.json +1 -1
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -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.
|
|
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
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
[34mESM[39m Build start
|
|
14
14
|
[32mESM[39m [1mdist/index.js [22m[32m4.68 KB[39m
|
|
15
15
|
[32mESM[39m [1mdist/index.js.map [22m[32m12.07 KB[39m
|
|
16
|
-
[32mESM[39m ⚡️ Build success in
|
|
16
|
+
[32mESM[39m ⚡️ Build success in 153ms
|
|
17
17
|
[32mCJS[39m [1mdist/index.cjs [22m[32m4.67 KB[39m
|
|
18
18
|
[32mCJS[39m [1mdist/index.cjs.map [22m[32m12.17 KB[39m
|
|
19
|
-
[32mCJS[39m ⚡️ Build success in
|
|
19
|
+
[32mCJS[39m ⚡️ Build success in 154ms
|
|
20
20
|
[34mDTS[39m Build start
|
|
21
|
-
[32mDTS[39m ⚡️ Build success in
|
|
21
|
+
[32mDTS[39m ⚡️ Build success in 2212ms
|
|
22
22
|
[32mDTS[39m [1mdist/index.d.cts [22m[32m4.56 KB[39m
|
|
23
23
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m4.56 KB[39m
|
|
24
24
|
[36mvite v6.2.4 [32mbuilding for production...[36m[39m
|
|
@@ -26,6 +26,6 @@ transforming...
|
|
|
26
26
|
[32m✓[39m 69 modules transformed.
|
|
27
27
|
rendering chunks...
|
|
28
28
|
computing gzip size...
|
|
29
|
-
[2mdist/[22m[36mbundle.js [39m[1m[2m240.
|
|
30
|
-
[2mdist/[22m[36mbundle.js [39m[1m[2m255.
|
|
31
|
-
[32m✓ built in 1.
|
|
29
|
+
[2mdist/[22m[36mbundle.js [39m[1m[2m240.71 kB[22m[1m[22m[2m │ gzip: 45.63 kB[22m[2m │ map: 513.80 kB[22m
|
|
30
|
+
[2mdist/[22m[36mbundle.js [39m[1m[2m255.86 kB[22m[1m[22m[2m │ gzip: 46.38 kB[22m[2m │ map: 515.50 kB[22m
|
|
31
|
+
[32m✓ built in 1.17s[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
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
|
+
|
|
3
13
|
## 2.11.1
|
|
4
14
|
|
|
5
15
|
### Patch 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.
|
|
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
|
|
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
|
|
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(() =>
|
|
7069
|
+
const allColumns = columns2.getColumns((spec) => !isHiddenFromGraphColumn(spec), { dontWaitAllData: true, overrideLabelAnnotation: false }) ?? [];
|
|
7069
7070
|
if (!allColumnsReady(allColumns)) {
|
|
7070
7071
|
return void 0;
|
|
7071
7072
|
}
|