@platforma-open/milaboratories.clonotype-browser-3 2.0.8 → 2.1.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/CHANGELOG.md +16 -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 +88 -84
- package/dist/AGENTS.d.ts.map +1 -1
- package/dist/index.d.ts +88 -84
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +5420 -4621
- package/dist/index.js.map +1 -1
- package/package.json +9 -8
package/block-pack/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @platforma-open/milaboratories.clonotype-browser-3
|
|
2
2
|
|
|
3
|
+
## 2.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 6150866: Add the mandatory block kind and its init-params contract
|
|
8
|
+
|
|
9
|
+
The block declares a kind carrying its identity and an init-params contract of
|
|
10
|
+
`inputAnchor` plus `annotationSpecUi` — the two fields a project template
|
|
11
|
+
supplies to seed a new instance. The data model consumes them in `init` and the
|
|
12
|
+
block model projects the same pair back through `templateParams`, so export and
|
|
13
|
+
apply are inverses.
|
|
14
|
+
|
|
15
|
+
Also tracks the current column API: `expandByPartition` is now `splitByAxes`
|
|
16
|
+
with a defaulted label resolver, and `getLeafColumnData` is replaced by a
|
|
17
|
+
`hasReachableData` guard followed by `getData()`.
|
|
18
|
+
|
|
3
19
|
## 2.0.8
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/block-pack/manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"schema":"v2","description":{"id":{"organization":"milaboratories","name":"clonotype-browser-3","version":"2.0
|
|
1
|
+
{"schema":"v2","description":{"id":{"organization":"milaboratories","name":"clonotype-browser-3","version":"2.1.0"},"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":"Sequence Browser","description":"Interactive browser for exploring and annotating sequences (T/B cell clonotypes or peptides) with custom tags for tracking, filtering, and downstream analysis.","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/clonotype-browser","support":"mailto:support@milaboratories.com","tags":["airr","vdj","peptide","annotation"],"organization":{"name":"MiLaboratories Inc","url":"https://milaboratories.com/","logo":{"type":"relative","path":"organization-logo.png"}},"marketplaceRanking":16700},"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.clonotype-browser-3.kind@1.1.0"},"timestamp":1787131761971,"files":[{"name":"main.plj.gz","size":840385,"sha256":"9BDD8EC85BC5675C5F73FB0F8F8B1AABECD3E4C5411DFB3214102FCB3316D2B0"},{"name":"model.json","size":589567,"sha256":"BC3E42BC6326E96387D757F0C948FB418458661ED8259C82BC2A64DE7F1C7E9F"},{"name":"ui.tgz","size":3940227,"sha256":"7EEC503432066442A4F3420C4D59C1AFBC2E715B93EBCF6B973E611BC34F9764"},{"name":"organization-logo.png","size":24439,"sha256":"FA71390C77C91E4B7FAAE5640D00F92F1E3F2869296F68B6040DD7CC549A50B5"},{"name":"description.md","size":752,"sha256":"E5836E9DDA58A09050D3EDE5BFB1CFC1FBA59BDA5538F64A4D12E5AA9E19B186"},{"name":"CHANGELOG.md","size":6238,"sha256":"A3507968036633824C02CC3727468530B69B28CBE3A3167F142395CA7E372A6B"},{"name":"block-logo.png","size":21527,"sha256":"6BB33BAF0CD039549661B51AE490373BE60D1811EC71F5023400928293BC2427"}]}
|