@platforma-open/milaboratories.sequence-properties.ui 1.1.1 → 1.1.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/sequence-properties/sequence-properties/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @platforma-open/milaboratories.sequence-properties.ui@1.1.1 build /home/runner/work/sequence-properties/sequence-properties/ui
3
+ > @platforma-open/milaboratories.sequence-properties.ui@1.1.2 build /home/runner/work/sequence-properties/sequence-properties/ui
4
4
  > ts-builder build --target browser
5
5
 
6
6
  Building browser project...
@@ -316,11 +316,11 @@ dist/assets/24_file-logs-BYSvFsd_.js 2.15 kB │ gzip: 1
316
316
  dist/assets/24_violin-BHW7ZQjw.js 2.31 kB │ gzip: 1.19 kB │ map: 2.62 kB
317
317
  dist/assets/24_file-logs-accent-Dpn5O-La.js 2.41 kB │ gzip: 1.19 kB │ map: 2.76 kB
318
318
  dist/assets/24_heatmap-CAmal_-e.js 4.37 kB │ gzip: 0.98 kB │ map: 4.79 kB
319
- dist/assets/index-D8ZGYda9.js 2,706.17 kB │ gzip: 766.45 kB │ map: 9,385.65 kB
319
+ dist/assets/index-DSjbsQ6M.js 2,707.26 kB │ gzip: 766.77 kB │ map: 9,389.07 kB
320
320
 
321
321
  [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugins. Here is a breakdown:
322
- - sourcemaps (55%)
323
- - vite:asset (37%)
322
+ - sourcemaps (59%)
323
+ - vite:asset (32%)
324
324
  See https://rolldown.rs/options/checks#plugintimings for more details.
325
325
  
326
326
  [plugin builtin:vite-reporter]
@@ -328,5 +328,5 @@ See https://rolldown.rs/options/checks#plugintimings for more details.
328
328
  - Using dynamic import() to code-split the application
329
329
  - Use build.rolldownOptions.output.codeSplitting to improve chunking: https://rolldown.rs/reference/OutputOptions.codeSplitting
330
330
  - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
331
- ✓ built in 11.17s
331
+ ✓ built in 7.75s
332
332
  Build completed successfully
@@ -1,19 +1,19 @@
1
1
   WARN  Issue while reading "/home/runner/work/sequence-properties/sequence-properties/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @platforma-open/milaboratories.sequence-properties.ui@1.1.1 check /home/runner/work/sequence-properties/sequence-properties/ui
3
+ > @platforma-open/milaboratories.sequence-properties.ui@1.1.2 check /home/runner/work/sequence-properties/sequence-properties/ui
4
4
  > ts-builder check --target browser
5
5
 
6
6
  ↳ vue-tsc.js --noEmit --project ./tsconfig.json --customConditions ,
7
7
  Linting project...
8
8
  ↳ oxlint --config /home/runner/work/sequence-properties/sequence-properties/ui/.oxlintrc.json --deny-warnings
9
9
  Found 0 warnings and 0 errors.
10
- Finished in 10ms on 3 files with 98 rules using 2 threads.
10
+ Finished in 13ms on 3 files with 98 rules using 2 threads.
11
11
  Linting completed successfully
12
12
  Checking formatting...
13
13
  ↳ oxfmt --check --config /home/runner/work/sequence-properties/sequence-properties/ui/.oxfmtrc.json
14
14
  Checking formatting...
15
15
 
16
16
  All matched files use the correct format.
17
- Finished in 462ms on 8 files using 2 threads.
17
+ Finished in 870ms on 8 files using 2 threads.
18
18
  Format check completed successfully
19
19
  All checks passed!
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @platforma-open/MiLaboratories.sequence-properties.ui
2
2
 
3
+ ## 1.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 9d628d9: **Workflow (SD-008):** Derive receptor from `pl7.app/vdj/chain` when `pl7.app/vdj/receptor` is absent. Bulk MiXCR axes carry the chain key (`IGHeavy`, `IGLight`, `TCRAlpha`, `TCRBeta`, `TCRGamma`, `TCRDelta`) without the receptor key, which previously fired R13b's "Receptor type not detected" warning on every bulk run. Detection precedence now: axis receptor → axis chain → per-column receptor → per-column chain → IG default + warning. Inputs that carry receptor explicitly are unaffected.
8
+
9
+ **Model:** Default-visible single upstream amino-acid sequence column matching the analysed coverage tier — peptide (`pl7.app/sequence`, feature=peptide) for peptide mode; full-chain VDJRegion (`pl7.app/vdj/sequence`, feature=VDJRegion or VDJRegionInFrame, chain A) for `full_chain` tier; CDR3 (`pl7.app/vdj/sequence`, feature=CDR3, chain A) for `cdr3_only` and `partial` tiers. Chain B (light / beta / delta) and secondary alleles stay available via the column picker.
10
+
11
+ **UI:** Move the "Input dataset" picker into a Settings slide-out drawer (matches the convention used by clonotype-clustering and other sibling blocks). Drawer auto-opens on first load when no input is selected, auto-closes when the workflow starts running.
12
+
13
+ **Software:** Switch the Python runenv from `runenv-python-3:3.12.10` to `runenv-python-3:3.12.10-scientific-slim`. The scientific-slim image now ships biopython, so the per-block dependency install is faster and matches the convention used by sibling python blocks (e.g. `titeseq-analysis`).
14
+
15
+ - Updated dependencies [9d628d9]
16
+ - @platforma-open/milaboratories.sequence-properties.model@1.1.2
17
+
3
18
  ## 1.1.1
4
19
 
5
20
  ### Patch Changes