@milaboratories/milaboratories.ui-examples.ui 1.5.51 → 1.6.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/.turbo/turbo-build.log +5 -5
- package/.turbo/turbo-type-check.log +1 -1
- package/CHANGELOG.md +20 -0
- package/dist/assets/index-BTerLv2q.css +1 -0
- package/dist/assets/{index-DNqrusHN.js → index-BqK2odjC.js} +109 -108
- package/dist/assets/{index-DNqrusHN.js.map → index-BqK2odjC.js.map} +1 -1
- package/dist/index.html +2 -2
- package/package.json +6 -6
- package/src/app.ts +2 -0
- package/src/pages/FormComponentsPage/Dropdowns.vue +11 -1
- package/src/pages/PlAnnotationPage.vue +125 -0
- package/src/pages/PlFileInputPage.vue +2 -0
- package/dist/assets/index-CiEHz9Ae.css +0 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
WARN Issue while reading "/home/runner/_work/platforma/platforma/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
|
|
2
2
|
|
|
3
|
-
> @milaboratories/milaboratories.ui-examples.ui@1.
|
|
3
|
+
> @milaboratories/milaboratories.ui-examples.ui@1.6.0 build /home/runner/_work/platforma/platforma/etc/blocks/ui-examples/ui
|
|
4
4
|
> ts-builder build --target browser
|
|
5
5
|
|
|
6
6
|
Building browser project...
|
|
7
7
|
↳ vite.js build --config /configs/vite.browser.config.js --mode production
|
|
8
8
|
[36mvite v6.3.5 [32mbuilding for production...[36m[39m
|
|
9
9
|
transforming...
|
|
10
|
-
[32m✓[39m
|
|
10
|
+
[32m✓[39m 2586 modules transformed.
|
|
11
11
|
rendering chunks...
|
|
12
12
|
computing gzip size...
|
|
13
13
|
[2mdist/[22m[32mindex.html [39m[1m[2m 0.47 kB[22m[1m[22m[2m │ gzip: 0.31 kB[22m
|
|
14
14
|
[2mdist/[22m[2massets/[22m[32mmulti-sequence-alignment.worker-Cm0gZp19-Cwm8GDUy.js [39m[1m[2m 222.50 kB[22m[1m[22m
|
|
15
15
|
[2mdist/[22m[2massets/[22m[32mphylogenetic-tree.worker-4CrExYEo-BnfbLh2o.js [39m[1m[2m 465.75 kB[22m[1m[22m
|
|
16
|
-
[2mdist/[22m[2massets/[22m[35mindex-
|
|
16
|
+
[2mdist/[22m[2massets/[22m[35mindex-BTerLv2q.css [39m[1m[2m 1.61 kB[22m[1m[22m[2m │ gzip: 0.59 kB[22m
|
|
17
17
|
[2mdist/[22m[2massets/[22m[36m16_more.svg-BkBof-60.js [39m[1m[2m 0.23 kB[22m[1m[22m[2m │ gzip: 0.21 kB[22m[2m │ map: 0.41 kB[22m
|
|
18
18
|
[2mdist/[22m[2massets/[22m[36m16_pause.svg-Bmnc6NKA.js [39m[1m[2m 0.23 kB[22m[1m[22m[2m │ gzip: 0.21 kB[22m[2m │ map: 0.41 kB[22m
|
|
19
19
|
[2mdist/[22m[2massets/[22m[36m24_pause.svg-DAse2Qcb.js [39m[1m[2m 0.23 kB[22m[1m[22m[2m │ gzip: 0.21 kB[22m[2m │ map: 0.41 kB[22m
|
|
@@ -308,11 +308,11 @@ computing gzip size...
|
|
|
308
308
|
[2mdist/[22m[2massets/[22m[36m24_violin.svg-U9NSWJ89.js [39m[1m[2m 2.32 kB[22m[1m[22m[2m │ gzip: 1.19 kB[22m[2m │ map: 2.54 kB[22m
|
|
309
309
|
[2mdist/[22m[2massets/[22m[36m24_file-logs-accent.svg-DcEVrk9k.js [39m[1m[2m 2.42 kB[22m[1m[22m[2m │ gzip: 1.20 kB[22m[2m │ map: 2.68 kB[22m
|
|
310
310
|
[2mdist/[22m[2massets/[22m[36m24_heatmap.svg-CqDSyh0J.js [39m[1m[2m 4.38 kB[22m[1m[22m[2m │ gzip: 0.99 kB[22m[2m │ map: 4.70 kB[22m
|
|
311
|
-
[2mdist/[22m[2massets/[22m[36mindex-
|
|
311
|
+
[2mdist/[22m[2massets/[22m[36mindex-BqK2odjC.js [39m[1m[33m5,814.81 kB[39m[22m[2m │ gzip: 1,889.00 kB[22m[2m │ map: 11,267.57 kB[22m
|
|
312
312
|
[33m
|
|
313
313
|
(!) Some chunks are larger than 500 kB after minification. Consider:
|
|
314
314
|
- Using dynamic import() to code-split the application
|
|
315
315
|
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
|
|
316
316
|
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.[39m
|
|
317
|
-
[32m✓ built in
|
|
317
|
+
[32m✓ built in 20.81s[39m
|
|
318
318
|
Build completed successfully
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
WARN Issue while reading "/home/runner/_work/platforma/platforma/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
|
|
2
2
|
|
|
3
|
-
> @milaboratories/milaboratories.ui-examples.ui@1.
|
|
3
|
+
> @milaboratories/milaboratories.ui-examples.ui@1.6.0 type-check /home/runner/_work/platforma/platforma/etc/blocks/ui-examples/ui
|
|
4
4
|
> ts-builder types --target browser
|
|
5
5
|
|
|
6
6
|
↳ vue-tsc.js --noEmit --project ./tsconfig.json
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @milaboratories/milaboratories.ui-examples.ui
|
|
2
2
|
|
|
3
|
+
## 1.6.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 3ef2381: Generelazation filters and annotations
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [3ef2381]
|
|
12
|
+
- @milaboratories/milaboratories.ui-examples.model@1.3.0
|
|
13
|
+
- @platforma-sdk/model@1.45.0
|
|
14
|
+
|
|
15
|
+
## 1.5.52
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies [31a1ac2]
|
|
20
|
+
- @platforma-sdk/model@1.44.14
|
|
21
|
+
- @milaboratories/milaboratories.ui-examples.model@1.2.46
|
|
22
|
+
|
|
3
23
|
## 1.5.51
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._drag-and-drop_lj9h6_2{border:1px solid var(--txt-01);padding:24px;width:600px}._components_lj9h6_8 pre,._components_14cn3_10 pre,._components_obl5m_2 pre{border:1px solid var(--txt-01);padding:12px;font-weight:bolder;overflow:auto;max-width:50vw;background-color:#eee5}._inputs_lvlt7_2{display:flex;flex-direction:row;gap:10px}._input_lvlt7_2{flex-grow:1;min-width:100px}._content_2bvi2_10{display:flex;place-items:center;place-content:center;height:100%;background-color:#eee;color:#fff;font-size:34px;font-weight:700}.test-cell-container{width:300px;height:50px;border:1px solid gray;padding:0;border-radius:1px}.content-box[data-v-83f44a06]{background-color:#f7f8fa;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--ic-02);border-radius:6px}._page_r4jp7_2{width:100%;padding:20px;margin:0 auto}._jsonBlock_r4jp7_8{height:100%;padding:10px;border-radius:4px}._buttons_1bxae_2{position:sticky;display:flex;flex-direction:row;gap:10px}._button_1bxae_2{display:flex}._components_14cn3_10 pre,._components_obl5m_2 pre{border:1px solid var(--txt-01);padding:12px;font-weight:bolder;overflow:auto;max-width:50vw;background-color:#eee5}._container_1oob8_2{display:flex;flex-direction:column;gap:8px}._container_1oob8_2 h1{font-size:2rem;line-height:1.5;margin-block-end:16px}._container_1oob8_2 output{margin-block-start:12px}._chip_u5b92_2{width:120px;height:120px;color:#fff}._components_obl5m_2 pre{border:1px solid var(--txt-01);padding:12px;font-weight:bolder;overflow:auto;max-width:50vw;background-color:#eee5}._dataset_ed5qj_2{display:flex;align-items:center;gap:10px}
|