galaxy-charts 0.0.21 → 0.0.22
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/dist/galaxy-charts.css +1 -0
- package/dist/galaxy-charts.js +21275 -0
- package/dist/galaxy-charts.umd.cjs +2073 -0
- package/{src/types.ts → dist/types.d.ts} +8 -7
- package/package.json +7 -1
- package/.github/workflows/main.yml +0 -64
- package/.vscode/extensions.json +0 -3
- package/docs/.vitepress/cache/deps/_metadata.json +0 -40
- package/docs/.vitepress/cache/deps/chunk-G3PMV62Z.js +0 -36
- package/docs/.vitepress/cache/deps/chunk-G3PMV62Z.js.map +0 -7
- package/docs/.vitepress/cache/deps/chunk-XYSSNQS4.js +0 -12492
- package/docs/.vitepress/cache/deps/chunk-XYSSNQS4.js.map +0 -7
- package/docs/.vitepress/cache/deps/naive-ui.js +0 -107113
- package/docs/.vitepress/cache/deps/naive-ui.js.map +0 -7
- package/docs/.vitepress/cache/deps/package.json +0 -3
- package/docs/.vitepress/cache/deps/vitepress___@vue_devtools-api.js +0 -4494
- package/docs/.vitepress/cache/deps/vitepress___@vue_devtools-api.js.map +0 -7
- package/docs/.vitepress/cache/deps/vitepress___@vueuse_core.js +0 -9345
- package/docs/.vitepress/cache/deps/vitepress___@vueuse_core.js.map +0 -7
- package/docs/.vitepress/cache/deps/vue.js +0 -344
- package/docs/.vitepress/cache/deps/vue.js.map +0 -7
- package/docs/.vitepress/config.mts +0 -55
- package/docs/.vitepress/theme/index.js +0 -7
- package/docs/.vitepress/theme/tailwind.css +0 -7
- package/docs/content/configuration.md +0 -45
- package/docs/content/deploy-plugin.md +0 -22
- package/docs/content/deploy-request.md +0 -65
- package/docs/content/installation.md +0 -42
- package/docs/content/introduction.md +0 -45
- package/docs/content/vue-introduction.md +0 -38
- package/docs/content/vue-utilities.md +0 -70
- package/docs/content/xml-datasources.md +0 -34
- package/docs/content/xml-framework.md +0 -140
- package/docs/content/xml-inputs.md +0 -248
- package/docs/content/xml-introduction.md +0 -23
- package/docs/content/xml-sections.md +0 -50
- package/docs/index.md +0 -27
- package/docs/package-lock.json +0 -4203
- package/docs/package.json +0 -21
- package/docs/postcss.config.js +0 -6
- package/docs/public/eslint.svg +0 -7
- package/docs/public/galaxy-charts-demo.gif +0 -0
- package/docs/public/galaxy-charts-starter.jpg +0 -0
- package/docs/public/galaxy-charts.svg +0 -7
- package/docs/public/javascript.svg +0 -8
- package/docs/public/naive-ui.svg +0 -9
- package/docs/public/next-js.svg +0 -25
- package/docs/public/nuxt.svg +0 -3
- package/docs/public/prettier.svg +0 -46
- package/docs/public/react.svg +0 -1
- package/docs/public/tailwind.svg +0 -12
- package/docs/public/typescript.svg +0 -8
- package/docs/public/vite.svg +0 -15
- package/docs/public/vitest.svg +0 -9
- package/docs/public/vue.svg +0 -8
- package/docs/public/vuetify.svg +0 -9
- package/docs/tailwind.config.js +0 -9
- package/index.html +0 -13
- package/lib/galaxy-charts.js +0 -7
- package/postcss.config.js +0 -6
- package/prettier.config.js +0 -5
- package/public/galaxy-charts.xml +0 -138
- package/src/App.vue +0 -23
- package/src/Plugin.vue +0 -37
- package/src/api/client.ts +0 -46
- package/src/api/datasets.ts +0 -34
- package/src/api/visualizations.ts +0 -33
- package/src/components/AlertNotify.vue +0 -35
- package/src/components/ApiStatus.vue +0 -39
- package/src/components/GalaxyCharts.vue +0 -136
- package/src/components/InputConditional.vue +0 -109
- package/src/components/InputData.vue +0 -74
- package/src/components/InputDataColumn.vue +0 -54
- package/src/components/InputForm.vue +0 -119
- package/src/components/InputRepeats.vue +0 -70
- package/src/components/SidePanel.vue +0 -158
- package/src/main.js +0 -27
- package/src/store/columnsStore.ts +0 -59
- package/src/store/configStore.ts +0 -29
- package/src/style.css +0 -3
- package/src/utilities/getFileName.test.js +0 -8
- package/src/utilities/getFileName.ts +0 -4
- package/src/utilities/parseColumns.ts +0 -34
- package/src/utilities/parseDefaults.test.js +0 -13
- package/src/utilities/parseDefaults.ts +0 -17
- package/src/utilities/parseIncoming.ts +0 -32
- package/src/utilities/parsePlugin.ts +0 -95
- package/src/utilities/parseXML.ts +0 -156
- package/src/utilities/simpleError.ts +0 -21
- package/src/utilities/toBoolean.test.js +0 -12
- package/src/utilities/toBoolean.ts +0 -5
- package/tailwind.config.js +0 -8
- package/tsconfig.json +0 -28
- package/vite.config.js +0 -70
package/docs/package.json
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"type": "module",
|
|
3
|
-
"scripts": {
|
|
4
|
-
"docs:dev": "vitepress dev",
|
|
5
|
-
"docs:build": "vitepress build",
|
|
6
|
-
"docs:preview": "vitepress preview"
|
|
7
|
-
},
|
|
8
|
-
"devDependencies": {
|
|
9
|
-
"autoprefixer": "^10.4.20",
|
|
10
|
-
"postcss": "^8.4.41",
|
|
11
|
-
"tailwindcss": "^3.4.10",
|
|
12
|
-
"vitepress": "^1.4.5"
|
|
13
|
-
},
|
|
14
|
-
"dependencies": {
|
|
15
|
-
"@heroicons/vue": "^2.1.5",
|
|
16
|
-
"naive-ui": "^2.39.0"
|
|
17
|
-
},
|
|
18
|
-
"optionalDependencies": {
|
|
19
|
-
"@rollup/rollup-linux-x64-gnu": "4.6.1"
|
|
20
|
-
}
|
|
21
|
-
}
|
package/docs/postcss.config.js
DELETED
package/docs/public/eslint.svg
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
|
2
|
-
<svg width="256px" height="263px" viewBox="0 0 256 263" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid">
|
|
3
|
-
<g>
|
|
4
|
-
<path d="M100.033785,262.105923 L0.598353254,172.570518 L28.4489774,41.6943426 L155.626242,0.353572377 L255.061673,89.8889774 L227.211049,220.765153 L100.033785,262.105923 L100.033785,262.105923 Z M51.9479416,155.925418 L111.239309,209.233254 L187.066985,184.537583 L203.712085,106.534077 L144.420717,53.1174502 L68.5930412,77.9219124 L51.9479416,155.925418 L51.9479416,155.925418 Z" fill="#3A33D1"></path>
|
|
5
|
-
<path d="M181.301036,223.920106 L74.3589907,223.920106 L20.8335724,131.229748 L74.3589907,38.5393891 L181.301036,38.5393891 L234.826454,131.229748 L181.301036,223.920106 L181.301036,223.920106 Z M93.1799203,191.282656 L162.480106,191.282656 L197.184595,131.229748 L162.480106,71.1768393 L93.1799203,71.1768393 L58.5842231,131.229748 L93.1799203,191.282656 L93.1799203,191.282656 Z" fill="#6464E2"></path>
|
|
6
|
-
</g>
|
|
7
|
-
</svg>
|
|
Binary file
|
|
Binary file
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="no"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
|
3
|
-
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
|
4
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 100 100" class="size-6">
|
|
5
|
-
<circle cx="50" cy="50" r="45" stroke="#E30A17" stroke-width="5" />
|
|
6
|
-
<path d="M 50,5 A 45,45 0 0,1 95,50 L 50,50 Z" fill="#E30A17"/>
|
|
7
|
-
</svg>
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
|
2
|
-
<svg width="256px" height="256px" viewBox="0 0 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid">
|
|
3
|
-
<g>
|
|
4
|
-
<path d="M0,0 L256,0 L256,256 L0,256 L0,0 Z" fill="#F7DF1E"></path>
|
|
5
|
-
<path d="M67.311746,213.932292 L86.902654,202.076241 C90.6821079,208.777346 94.1202286,214.447137 102.367086,214.447137 C110.272203,214.447137 115.256076,211.354819 115.256076,199.326883 L115.256076,117.528787 L139.313575,117.528787 L139.313575,199.666997 C139.313575,224.58433 124.707759,235.925943 103.3984,235.925943 C84.1532952,235.925943 72.9819429,225.958603 67.3113397,213.93026" fill="#000000"></path>
|
|
6
|
-
<path d="M152.380952,211.354413 L171.969422,200.0128 C177.125994,208.433981 183.827911,214.619835 195.684368,214.619835 C205.652521,214.619835 212.009041,209.635962 212.009041,202.762159 C212.009041,194.513676 205.479416,191.592025 194.481168,186.78207 L188.468419,184.202565 C171.111213,176.81473 159.597308,167.53534 159.597308,147.944838 C159.597308,129.901308 173.344508,116.153295 194.825752,116.153295 C210.119924,116.153295 221.117765,121.48094 229.021663,135.400432 L210.29059,147.428775 C206.166146,140.040127 201.699556,137.119289 194.826159,137.119289 C187.78047,137.119289 183.312254,141.587098 183.312254,147.428775 C183.312254,154.646349 187.78047,157.568406 198.089956,162.036622 L204.103924,164.614095 C224.553448,173.378641 236.067352,182.313448 236.067352,202.418387 C236.067352,224.071924 219.055137,235.927975 196.200432,235.927975 C173.860978,235.927975 159.425829,225.274311 152.381359,211.354413" fill="#000000"></path>
|
|
7
|
-
</g>
|
|
8
|
-
</svg>
|
package/docs/public/naive-ui.svg
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="256px" height="312px" viewBox="0 0 256 312" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid">
|
|
3
|
-
<title>Naive</title>
|
|
4
|
-
<g>
|
|
5
|
-
<path d="M181.251596,154.622337 C181.425452,153.583221 181.52023,152.532414 181.535117,151.47896 L181.535117,249.67557 L130.082361,202.623541 L104.195733,179.017402 L88.6144483,164.693468 L81.6866935,158.369734 L79.1350116,156.039938 L78.9501071,155.879687 C78.3214319,155.374281 77.7174105,154.844222 77.1380431,154.36347 C76.5586757,153.882719 76.0532701,153.463602 75.3629601,153.67316 C74.8708016,153.853293 74.5039451,154.271231 74.3891298,154.782587 L74.3891298,62.3303434 L74.9191893,62.8110951 L85.483399,72.3644936 C91.0428606,77.2952799 96.65163,82.2260662 102.198765,87.1568526 C110.088023,94.224313 117.952627,101.332863 125.792577,108.482503 C131.99715,114.120036 138.193505,119.765786 144.381642,125.419754 C151.777821,132.162605 159.075385,138.979417 166.471564,145.672959 C169.799845,148.680739 173.15278,151.626884 176.518042,154.585356 C177.233006,155.214031 177.935643,155.818052 178.662934,156.459054 C179.162731,156.822432 179.813247,156.906069 180.388709,156.68094 C180.730355,156.491769 180.979766,156.171097 181.079019,155.793398 C181.177635,155.324974 181.177635,155.004472 181.251596,154.622337 Z" fill="#4C9717"></path>
|
|
6
|
-
<path d="M74.2781871,155.324974 C74.1384892,156.445072 74.0972415,157.57526 74.1549174,158.702562 C74.1549174,190.136325 74.1549174,221.570088 74.3891298,252.991524 L74.3891298,264.184409 C74.115361,269.586537 71.4664634,274.591013 67.1532008,277.855014 C58.7585371,284.869057 50.9309138,292.53643 42.8320972,299.907956 C39.4421816,302.989697 36.07692,306.071439 32.5883886,309.079218 C29.0998573,312.086998 20.1258262,312.456807 15.158059,308.302619 C11.3781185,305.021914 7.85847549,301.452815 4.63083016,297.627467 C1.78274695,294.777451 0.136955145,290.943154 0.0328719089,286.915334 C0.0328719089,286.027792 -0.0410898861,285.053962 0.0328719089,283.981516 C0.0328719089,282.132471 0.0328719089,280.283426 0.094506738,278.422054 C0.156141567,273.121459 0.094506738,267.808537 0.094506738,262.507941 L0.094506738,89.6345727 C0.0838117467,88.3133386 0.241216457,86.9961097 0.562931439,85.7145976 C0.889976796,84.5998882 1.30208564,83.5119209 1.79562802,82.4602786 C2.48712304,80.9152896 3.32072412,79.4379174 4.28567512,78.0472248 L24.0088204,58.3240795 L36.5699986,45.7752283 C37.2383135,45.0997675 38.0025897,44.5265603 38.8381603,44.074107 C40.0556788,43.3892748 41.4040692,42.9692155 42.7951164,42.8414104 L42.7951164,42.8414104 C46.9205324,42.0814833 51.181331,42.8669446 54.7646002,45.0479373 L54.7646002,45.0479373 C55.6835706,45.6087661 56.5463393,46.2568746 57.340936,46.983271 L74.3891298,62.2933625 L74.3891298,154.745606 C74.338507,154.935865 74.3014332,155.129473 74.2781871,155.324974 Z" fill="#5FBC21"></path>
|
|
7
|
-
<path d="M253.401327,230.778331 L217.172375,264.061139 C217.030268,264.168213 216.882098,264.266993 216.728604,264.356986 L216.593007,264.455602 L216.346468,264.603526 C209.776302,268.606473 201.349901,267.776905 195.686473,262.569576 L193.504601,260.658897 L181.485809,249.67557 L181.485809,46.4532114 C181.68304,44.7397632 181.978887,43.0263149 182.311716,41.3498476 C183.174603,36.9737747 187.020616,34.8042287 189.954434,32.0676423 C196.327476,26.1506987 202.897748,20.4556405 209.394059,14.6619666 C213.868748,10.6680296 218.33111,6.66176574 222.842779,2.69248275 C226.775081,-0.771394647 234.393146,-0.598817126 238.091236,1.54607493 C239.028683,2.09314605 239.890646,2.76033841 240.655245,3.53071643 L244.821759,7.54930728 L248.187021,10.7666454 L251.256435,13.7374441 C252.088512,14.5051168 252.825206,15.3701111 253.450635,16.31378 C254.906183,18.7089859 255.634237,21.4755925 255.54622,24.2769999 C255.484585,42.3483318 255.620181,60.4196637 255.657162,78.5156495 C255.731124,109.209794 255.796868,139.903939 255.854394,170.598084 C255.854394,186.327293 255.883157,202.052392 255.940682,217.773382 C255.940682,218.500673 255.940682,219.215637 255.940682,219.930601 C256.125587,224.614848 256.026971,227.708917 253.401327,230.778331 Z" fill="#5FBC21"></path>
|
|
8
|
-
</g>
|
|
9
|
-
</svg>
|
package/docs/public/next-js.svg
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="256px" height="256px" viewBox="0 0 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid">
|
|
3
|
-
<title>Next.js</title>
|
|
4
|
-
<defs>
|
|
5
|
-
<circle id="path-1" cx="128" cy="128" r="128"></circle>
|
|
6
|
-
<linearGradient x1="55.6325605%" y1="56.3850422%" x2="83.2279093%" y2="96.0801119%" id="nextjsLinearGradient-3">
|
|
7
|
-
<stop stop-color="#FFFFFF" offset="0%"></stop>
|
|
8
|
-
<stop stop-color="#FFFFFF" stop-opacity="0" offset="100%"></stop>
|
|
9
|
-
</linearGradient>
|
|
10
|
-
<linearGradient x1="50%" y1="0%" x2="49.9534722%" y2="73.4375%" id="nextjsLinearGradient-4">
|
|
11
|
-
<stop stop-color="#FFFFFF" offset="0%"></stop>
|
|
12
|
-
<stop stop-color="#FFFFFF" stop-opacity="0" offset="100%"></stop>
|
|
13
|
-
</linearGradient>
|
|
14
|
-
</defs>
|
|
15
|
-
<g>
|
|
16
|
-
<mask id="mask-2" fill="white">
|
|
17
|
-
<use xlink:href="#path-1"></use>
|
|
18
|
-
</mask>
|
|
19
|
-
<g mask="url(#mask-2)">
|
|
20
|
-
<circle fill="#000000" cx="128" cy="128" r="128"></circle>
|
|
21
|
-
<path d="M212.6336,224.028444 L98.3352889,76.8 L76.8,76.8 L76.8,179.157333 L94.0282311,179.157333 L94.0282311,98.6788978 L199.109689,234.446222 C203.851378,231.273244 208.368356,227.790222 212.6336,224.028444 Z" fill="url(#nextjsLinearGradient-3)"></path>
|
|
22
|
-
<rect fill="url(#nextjsLinearGradient-4)" x="163.555556" y="76.8" width="17.0666667" height="102.4"></rect>
|
|
23
|
-
</g>
|
|
24
|
-
</g>
|
|
25
|
-
</svg>
|
package/docs/public/nuxt.svg
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="61" height="40" viewBox="0 0 61 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M33.9971 39.539H56.5247C57.2402 39.539 57.9432 39.3564 58.5628 39.0093C59.1825 38.6623 59.697 38.1631 60.0546 37.5619C60.4122 36.9608 60.6003 36.2789 60.6 35.5849C60.5997 34.8908 60.411 34.2091 60.0528 33.6083L44.9239 8.1904C44.5663 7.5894 44.0519 7.09032 43.4324 6.74332C42.8129 6.39632 42.1101 6.21363 41.3947 6.21363C40.6793 6.21363 39.9766 6.39632 39.357 6.74332C38.7375 7.09032 38.2231 7.5894 37.8655 8.1904L33.9971 14.6939L26.4338 1.97648C26.0759 1.37553 25.5613 0.876518 24.9416 0.52958C24.3219 0.182643 23.619 0 22.9035 0C22.188 0 21.4851 0.182643 20.8654 0.52958C20.2457 0.876518 19.7311 1.37553 19.3732 1.97648L0.547184 33.6083C0.189033 34.2091 0.00031171 34.8908 3.85805e-07 35.5849C-0.000310938 36.2789 0.187799 36.9608 0.54541 37.5619C0.903021 38.1631 1.41752 38.6623 2.03717 39.0093C2.65681 39.3564 3.35975 39.539 4.07528 39.539H18.2162C23.819 39.539 27.9509 37.1518 30.794 32.4945L37.6965 20.8993L41.3936 14.6939L52.4895 33.3335H37.6965L33.9971 39.539ZM17.9857 33.3272L8.11711 33.325L22.9101 8.47362L30.2912 20.8993L25.3492 29.2044C23.4611 32.2262 21.3162 33.3272 17.9857 33.3272Z" fill="#00DC82"/>
|
|
3
|
-
</svg>
|
package/docs/public/prettier.svg
DELETED
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="256px" height="256px" viewBox="0 0 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid">
|
|
3
|
-
<g>
|
|
4
|
-
<rect fill="#56B3B4" x="182.857143" y="48.7619048" width="24.3809524" height="12.1904762" rx="5"></rect>
|
|
5
|
-
<rect fill="#EA5E5E" x="0" y="243.809524" width="73.1428571" height="12.1904762" rx="5"></rect>
|
|
6
|
-
<rect fill="#BF85BF" x="146.285714" y="146.285714" width="48.7619048" height="12.1904762" rx="5"></rect>
|
|
7
|
-
<rect fill="#EA5E5E" x="73.1428571" y="146.285714" width="60.952381" height="12.1904762" rx="5"></rect>
|
|
8
|
-
<rect fill="#56B3B4" x="0" y="146.285714" width="60.952381" height="12.1904762" rx="5"></rect>
|
|
9
|
-
<rect fill="#BF85BF" x="0" y="195.047619" width="73.1428571" height="12.1904762" rx="5"></rect>
|
|
10
|
-
<rect fill="#BF85BF" x="0" y="97.5238095" width="73.1428571" height="12.1904762" rx="5"></rect>
|
|
11
|
-
<rect fill="#F7BA3E" x="60.952381" y="24.3809524" width="134.095238" height="12.1904762" rx="5"></rect>
|
|
12
|
-
<rect fill="#EA5E5E" x="0" y="24.3809524" width="48.7619048" height="12.1904762" rx="5"></rect>
|
|
13
|
-
<rect fill="#F7BA3E" x="48.7619048" y="219.428571" width="24.3809524" height="12.1904762" rx="5"></rect>
|
|
14
|
-
<rect fill="#56B3B4" x="48.7619048" y="73.1428571" width="24.3809524" height="12.1904762" rx="5"></rect>
|
|
15
|
-
<rect fill="#56B3B4" x="0" y="219.428571" width="36.5714286" height="12.1904762" rx="5"></rect>
|
|
16
|
-
<rect fill="#F7BA3E" x="0" y="73.1428571" width="36.5714286" height="12.1904762" rx="5"></rect>
|
|
17
|
-
<rect fill="#D0D4D8" opacity="0.5" x="158.47619" y="219.428571" width="24.3809524" height="12.1904762" rx="5"></rect>
|
|
18
|
-
<rect fill="#D0D4D8" opacity="0.5" x="85.3333333" y="219.428571" width="60.952381" height="12.1904762" rx="5"></rect>
|
|
19
|
-
<rect fill="#D0D4D8" opacity="0.5" x="195.047619" y="219.428571" width="60.952381" height="12.1904762" rx="5"></rect>
|
|
20
|
-
<rect fill="#56B3B4" x="97.5238095" y="121.904762" width="109.714286" height="12.1904762" rx="5"></rect>
|
|
21
|
-
<rect fill="#F7BA3E" x="36.5714286" y="121.904762" width="48.7619048" height="12.1904762" rx="5"></rect>
|
|
22
|
-
<rect fill="#EA5E5E" x="0" y="121.904762" width="24.3809524" height="12.1904762" rx="5"></rect>
|
|
23
|
-
<rect fill="#BF85BF" x="109.714286" y="48.7619048" width="60.952381" height="12.1904762" rx="5"></rect>
|
|
24
|
-
<rect fill="#56B3B4" x="0" y="48.7619048" width="97.5238095" height="12.1904762" rx="5"></rect>
|
|
25
|
-
<rect fill="#F7BA3E" x="36.5714286" y="170.666667" width="121.904762" height="12.1904762" rx="5"></rect>
|
|
26
|
-
<rect fill="#BF85BF" x="0" y="170.666667" width="24.3809524" height="12.1904762" rx="5"></rect>
|
|
27
|
-
<rect fill="#EA5E5E" x="146.285714" y="73.1428571" width="73.1428571" height="12.1904762" rx="5"></rect>
|
|
28
|
-
<rect fill="#F7BA3E" x="146.285714" y="97.5238095" width="73.1428571" height="12.1904762" rx="5"></rect>
|
|
29
|
-
<rect fill="#56B3B4" x="0" y="0" width="158.47619" height="12.1904762" rx="5"></rect>
|
|
30
|
-
<rect fill="#D0D4D8" opacity="0.5" x="170.666667" y="0" width="85.3333333" height="12.1904762" rx="5"></rect>
|
|
31
|
-
<rect fill="#D0D4D8" opacity="0.5" x="170.666667" y="170.666667" width="36.5714286" height="12.1904762" rx="5"></rect>
|
|
32
|
-
<rect fill="#D0D4D8" opacity="0.5" x="219.428571" y="170.666667" width="36.5714286" height="12.1904762" rx="5"></rect>
|
|
33
|
-
<rect fill="#D0D4D8" opacity="0.5" x="207.238095" y="146.285714" width="48.7619048" height="12.1904762" rx="5"></rect>
|
|
34
|
-
<rect fill="#D0D4D8" opacity="0.5" x="207.238095" y="24.3809524" width="48.7619048" height="12.1904762" rx="5"></rect>
|
|
35
|
-
<rect fill="#D0D4D8" opacity="0.5" x="219.428571" y="121.904762" width="36.5714286" height="12.1904762" rx="5"></rect>
|
|
36
|
-
<rect fill="#D0D4D8" opacity="0.5" x="219.428571" y="48.7619048" width="36.5714286" height="12.1904762" rx="5"></rect>
|
|
37
|
-
<rect fill="#D0D4D8" opacity="0.5" x="231.619048" y="73.1428571" width="24.3809524" height="12.1904762" rx="5"></rect>
|
|
38
|
-
<rect fill="#D0D4D8" opacity="0.5" x="231.619048" y="97.5238095" width="24.3809524" height="12.1904762" rx="5"></rect>
|
|
39
|
-
<rect fill="#D0D4D8" opacity="0.5" x="134.095238" y="195.047619" width="121.904762" height="12.1904762" rx="5"></rect>
|
|
40
|
-
<rect fill="#D0D4D8" opacity="0.5" x="85.3333333" y="195.047619" width="36.5714286" height="12.1904762" rx="5"></rect>
|
|
41
|
-
<rect fill="#D0D4D8" opacity="0.5" x="182.857143" y="243.809524" width="73.1428571" height="12.1904762" rx="5"></rect>
|
|
42
|
-
<rect fill="#D0D4D8" opacity="0.5" x="85.3333333" y="243.809524" width="85.3333333" height="12.1904762" rx="5"></rect>
|
|
43
|
-
<rect fill="#D0D4D8" opacity="0.5" x="85.3333333" y="73.1428571" width="48.7619048" height="12.1904762" rx="5"></rect>
|
|
44
|
-
<rect fill="#D0D4D8" opacity="0.5" x="85.3333333" y="97.5238095" width="48.7619048" height="12.1904762" rx="5"></rect>
|
|
45
|
-
</g>
|
|
46
|
-
</svg>
|
package/docs/public/react.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="35.93" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 228"><path fill="#00D8FF" d="M210.483 73.824a171.49 171.49 0 0 0-8.24-2.597c.465-1.9.893-3.777 1.273-5.621c6.238-30.281 2.16-54.676-11.769-62.708c-13.355-7.7-35.196.329-57.254 19.526a171.23 171.23 0 0 0-6.375 5.848a155.866 155.866 0 0 0-4.241-3.917C100.759 3.829 77.587-4.822 63.673 3.233C50.33 10.957 46.379 33.89 51.995 62.588a170.974 170.974 0 0 0 1.892 8.48c-3.28.932-6.445 1.924-9.474 2.98C17.309 83.498 0 98.307 0 113.668c0 15.865 18.582 31.778 46.812 41.427a145.52 145.52 0 0 0 6.921 2.165a167.467 167.467 0 0 0-2.01 9.138c-5.354 28.2-1.173 50.591 12.134 58.266c13.744 7.926 36.812-.22 59.273-19.855a145.567 145.567 0 0 0 5.342-4.923a168.064 168.064 0 0 0 6.92 6.314c21.758 18.722 43.246 26.282 56.54 18.586c13.731-7.949 18.194-32.003 12.4-61.268a145.016 145.016 0 0 0-1.535-6.842c1.62-.48 3.21-.974 4.76-1.488c29.348-9.723 48.443-25.443 48.443-41.52c0-15.417-17.868-30.326-45.517-39.844Zm-6.365 70.984c-1.4.463-2.836.91-4.3 1.345c-3.24-10.257-7.612-21.163-12.963-32.432c5.106-11 9.31-21.767 12.459-31.957c2.619.758 5.16 1.557 7.61 2.4c23.69 8.156 38.14 20.213 38.14 29.504c0 9.896-15.606 22.743-40.946 31.14Zm-10.514 20.834c2.562 12.94 2.927 24.64 1.23 33.787c-1.524 8.219-4.59 13.698-8.382 15.893c-8.067 4.67-25.32-1.4-43.927-17.412a156.726 156.726 0 0 1-6.437-5.87c7.214-7.889 14.423-17.06 21.459-27.246c12.376-1.098 24.068-2.894 34.671-5.345a134.17 134.17 0 0 1 1.386 6.193ZM87.276 214.515c-7.882 2.783-14.16 2.863-17.955.675c-8.075-4.657-11.432-22.636-6.853-46.752a156.923 156.923 0 0 1 1.869-8.499c10.486 2.32 22.093 3.988 34.498 4.994c7.084 9.967 14.501 19.128 21.976 27.15a134.668 134.668 0 0 1-4.877 4.492c-9.933 8.682-19.886 14.842-28.658 17.94ZM50.35 144.747c-12.483-4.267-22.792-9.812-29.858-15.863c-6.35-5.437-9.555-10.836-9.555-15.216c0-9.322 13.897-21.212 37.076-29.293c2.813-.98 5.757-1.905 8.812-2.773c3.204 10.42 7.406 21.315 12.477 32.332c-5.137 11.18-9.399 22.249-12.634 32.792a134.718 134.718 0 0 1-6.318-1.979Zm12.378-84.26c-4.811-24.587-1.616-43.134 6.425-47.789c8.564-4.958 27.502 2.111 47.463 19.835a144.318 144.318 0 0 1 3.841 3.545c-7.438 7.987-14.787 17.08-21.808 26.988c-12.04 1.116-23.565 2.908-34.161 5.309a160.342 160.342 0 0 1-1.76-7.887Zm110.427 27.268a347.8 347.8 0 0 0-7.785-12.803c8.168 1.033 15.994 2.404 23.343 4.08c-2.206 7.072-4.956 14.465-8.193 22.045a381.151 381.151 0 0 0-7.365-13.322Zm-45.032-43.861c5.044 5.465 10.096 11.566 15.065 18.186a322.04 322.04 0 0 0-30.257-.006c4.974-6.559 10.069-12.652 15.192-18.18ZM82.802 87.83a323.167 323.167 0 0 0-7.227 13.238c-3.184-7.553-5.909-14.98-8.134-22.152c7.304-1.634 15.093-2.97 23.209-3.984a321.524 321.524 0 0 0-7.848 12.897Zm8.081 65.352c-8.385-.936-16.291-2.203-23.593-3.793c2.26-7.3 5.045-14.885 8.298-22.6a321.187 321.187 0 0 0 7.257 13.246c2.594 4.48 5.28 8.868 8.038 13.147Zm37.542 31.03c-5.184-5.592-10.354-11.779-15.403-18.433c4.902.192 9.899.29 14.978.29c5.218 0 10.376-.117 15.453-.343c-4.985 6.774-10.018 12.97-15.028 18.486Zm52.198-57.817c3.422 7.8 6.306 15.345 8.596 22.52c-7.422 1.694-15.436 3.058-23.88 4.071a382.417 382.417 0 0 0 7.859-13.026a347.403 347.403 0 0 0 7.425-13.565Zm-16.898 8.101a358.557 358.557 0 0 1-12.281 19.815a329.4 329.4 0 0 1-23.444.823c-7.967 0-15.716-.248-23.178-.732a310.202 310.202 0 0 1-12.513-19.846h.001a307.41 307.41 0 0 1-10.923-20.627a310.278 310.278 0 0 1 10.89-20.637l-.001.001a307.318 307.318 0 0 1 12.413-19.761c7.613-.576 15.42-.876 23.31-.876H128c7.926 0 15.743.303 23.354.883a329.357 329.357 0 0 1 12.335 19.695a358.489 358.489 0 0 1 11.036 20.54a329.472 329.472 0 0 1-11 20.722Zm22.56-122.124c8.572 4.944 11.906 24.881 6.52 51.026c-.344 1.668-.73 3.367-1.15 5.09c-10.622-2.452-22.155-4.275-34.23-5.408c-7.034-10.017-14.323-19.124-21.64-27.008a160.789 160.789 0 0 1 5.888-5.4c18.9-16.447 36.564-22.941 44.612-18.3ZM128 90.808c12.625 0 22.86 10.235 22.86 22.86s-10.235 22.86-22.86 22.86s-22.86-10.235-22.86-22.86s10.235-22.86 22.86-22.86Z"></path></svg>
|
package/docs/public/tailwind.svg
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="256px" height="154px" viewBox="0 0 256 154" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid">
|
|
3
|
-
<defs>
|
|
4
|
-
<linearGradient x1="-2.77777778%" y1="32%" x2="100%" y2="67.5555556%" id="linearGradient-1">
|
|
5
|
-
<stop stop-color="#2298BD" offset="0%"></stop>
|
|
6
|
-
<stop stop-color="#0ED7B5" offset="100%"></stop>
|
|
7
|
-
</linearGradient>
|
|
8
|
-
</defs>
|
|
9
|
-
<g>
|
|
10
|
-
<path d="M128,-1.0658141e-14 C93.8666667,-1.0658141e-14 72.5333333,17.0666667 64,51.2 C76.8,34.1333333 91.7333333,27.7333333 108.8,32 C118.537481,34.4343704 125.497363,41.4985481 133.201067,49.3184 C145.750756,62.0567704 160.275437,76.8 192,76.8 C226.133333,76.8 247.466667,59.7333333 256,25.6 C243.2,42.6666667 228.266667,49.0666667 211.2,44.8 C201.462519,42.3656296 194.502637,35.3014519 186.798933,27.4816 C174.249244,14.7432296 159.724563,-1.0658141e-14 128,-1.0658141e-14 Z M64,76.8 C29.8666667,76.8 8.53333333,93.8666667 0,128 C12.8,110.933333 27.7333333,104.533333 44.8,108.8 C54.5374815,111.23437 61.497363,118.298548 69.2010667,126.1184 C81.7507556,138.85677 96.275437,153.6 128,153.6 C162.133333,153.6 183.466667,136.533333 192,102.4 C179.2,119.466667 164.266667,125.866667 147.2,121.6 C137.462519,119.16563 130.502637,112.101452 122.798933,104.2816 C110.249244,91.5432296 95.724563,76.8 64,76.8 Z" fill="url(#linearGradient-1)"></path>
|
|
11
|
-
</g>
|
|
12
|
-
</svg>
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="256px" height="256px" viewBox="0 0 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid">
|
|
3
|
-
<g>
|
|
4
|
-
<polygon fill="#007ACC" transform="translate(128.000000, 128.000000) scale(1, -1) translate(-128.000000, -128.000000) " points="0 128 0 0 128 0 256 0 256 128 256 256 128 256 0 256"></polygon>
|
|
5
|
-
<path d="M146.658132,223.436863 L146.739401,212.953054 L130.079084,212.953054 L113.418767,212.953054 L113.418767,165.613371 L113.418767,118.273689 L101.63464,118.273689 L89.8505126,118.273689 L89.8505126,165.613371 L89.8505126,212.953054 L73.1901951,212.953054 L56.5298776,212.953054 L56.5298776,223.233689 C56.5298776,228.922577 56.6517824,233.676863 56.8143221,233.798768 C56.9362269,233.961308 77.2130522,234.042577 101.797179,234.001943 L146.536227,233.880038 L146.658132,223.436863 Z" fill="#FFFFFF" transform="translate(101.634640, 176.142993) rotate(-180.000000) translate(-101.634640, -176.142993) "></path>
|
|
6
|
-
<path d="M206.566631,234.272145 C213.068219,232.646748 218.025679,229.761668 222.57679,225.048018 C224.933616,222.528653 228.428219,217.936907 228.712663,216.839764 C228.793933,216.514684 217.659965,209.037859 210.914568,204.852462 C210.670758,204.689922 209.69552,205.74643 208.598377,207.371827 C205.306949,212.166748 201.852981,214.239129 196.570441,214.604843 C188.809171,215.133097 183.811076,211.069605 183.851711,204.283573 C183.851711,202.292462 184.136155,201.114049 184.948854,199.488653 C186.65552,195.953414 189.825044,193.840399 199.7806,189.533097 C218.106949,181.649922 225.949489,176.448653 230.825679,169.053097 C236.270758,160.804208 237.489806,147.638494 233.792028,137.845478 C229.728536,127.199129 219.651076,119.966113 205.469489,117.568653 C201.080917,116.796589 190.678377,116.918494 185.964727,117.771827 C175.684092,119.600399 165.931711,124.679764 159.917743,131.343891 C157.560917,133.944526 152.969171,140.730557 153.253616,141.218176 C153.37552,141.380716 154.432028,142.030875 155.610441,142.721668 C156.748219,143.371827 161.05552,145.850557 165.119012,148.207383 L172.473933,152.474049 L174.01806,150.198494 C176.171711,146.907065 180.885362,142.396589 183.729806,140.893097 C191.897425,136.585795 203.112663,137.195319 208.639012,142.15278 C210.995838,144.30643 211.971076,146.541351 211.971076,149.83278 C211.971076,152.799129 211.605362,154.099446 210.061235,156.334367 C208.070123,159.178811 204.006631,161.576272 192.466314,166.574367 C179.259965,172.263256 173.571076,175.798494 168.369806,181.406113 C165.362822,184.656907 162.518377,189.858176 161.339965,194.206113 C160.364727,197.822621 160.120917,206.884208 160.892981,210.541351 C163.61552,223.300716 173.245996,232.199764 187.143139,234.841034 C191.653616,235.694367 202.137425,235.369287 206.566631,234.272145 Z" fill="#FFFFFF" transform="translate(194.578507, 176.190240) scale(1, -1) translate(-194.578507, -176.190240) "></path>
|
|
7
|
-
</g>
|
|
8
|
-
</svg>
|
package/docs/public/vite.svg
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<svg width="410" height="404" viewBox="0 0 410 404" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M399.641 59.5246L215.643 388.545C211.844 395.338 202.084 395.378 198.228 388.618L10.5817 59.5563C6.38087 52.1896 12.6802 43.2665 21.0281 44.7586L205.223 77.6824C206.398 77.8924 207.601 77.8904 208.776 77.6763L389.119 44.8058C397.439 43.2894 403.768 52.1434 399.641 59.5246Z" fill="url(#paint0_linear)"/>
|
|
3
|
-
<path d="M292.965 1.5744L156.801 28.2552C154.563 28.6937 152.906 30.5903 152.771 32.8664L144.395 174.33C144.198 177.662 147.258 180.248 150.51 179.498L188.42 170.749C191.967 169.931 195.172 173.055 194.443 176.622L183.18 231.775C182.422 235.487 185.907 238.661 189.532 237.56L212.947 230.446C216.577 229.344 220.065 232.527 219.297 236.242L201.398 322.875C200.278 328.294 207.486 331.249 210.492 326.603L212.5 323.5L323.454 102.072C325.312 98.3645 322.108 94.137 318.036 94.9228L279.014 102.454C275.347 103.161 272.227 99.746 273.262 96.1583L298.731 7.86689C299.767 4.27314 296.636 0.855181 292.965 1.5744Z" fill="url(#paint1_linear)"/>
|
|
4
|
-
<defs>
|
|
5
|
-
<linearGradient id="paint0_linear" x1="6.00017" y1="32.9999" x2="235" y2="344" gradientUnits="userSpaceOnUse">
|
|
6
|
-
<stop stop-color="#41D1FF"/>
|
|
7
|
-
<stop offset="1" stop-color="#BD34FE"/>
|
|
8
|
-
</linearGradient>
|
|
9
|
-
<linearGradient id="paint1_linear" x1="194.651" y1="8.81818" x2="236.076" y2="292.989" gradientUnits="userSpaceOnUse">
|
|
10
|
-
<stop stop-color="#FFEA83"/>
|
|
11
|
-
<stop offset="0.0833333" stop-color="#FFDD35"/>
|
|
12
|
-
<stop offset="1" stop-color="#FFA800"/>
|
|
13
|
-
</linearGradient>
|
|
14
|
-
</defs>
|
|
15
|
-
</svg>
|
package/docs/public/vitest.svg
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="256px" height="234px" viewBox="0 0 256 234" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid">
|
|
3
|
-
<title>vitest</title>
|
|
4
|
-
<g>
|
|
5
|
-
<path d="M192.115018,70.8083821 L130.914358,159.296327 C130.265568,160.234541 129.327185,160.937354 128.241634,161.298075 C127.156084,161.658796 125.982639,161.655409 124.899291,161.292995 C123.815942,160.928886 122.881962,160.222686 122.23876,159.282779 C121.595728,158.341178 121.278531,157.216676 121.335772,156.08032 L123.78512,107.225806 L84.2429694,98.839802 C83.3978997,98.6607962 82.6105792,98.2768738 81.950612,97.7222438 C81.2906447,97.1677833 80.7783529,96.4595505 80.4592925,95.6603753 C80.1402321,94.8612002 80.0242256,93.9958081 80.121434,93.1407466 C80.2186424,92.2858544 80.5260175,91.4675424 81.0164627,90.7584629 L142.217801,2.27034881 C142.86676,1.33162707 143.805143,0.628982928 144.890693,0.268769843 C145.976413,-0.0914432423 147.149858,-0.0895803631 148.233376,0.27435848 C149.316725,0.638127971 150.250874,1.34398981 150.893906,2.28491313 C151.536938,3.2256671 151.853966,4.34999934 151.796556,5.48737173 L149.347208,54.3423934 L188.88885,62.7277204 C189.73392,62.9067262 190.52141,63.2906486 191.181885,63.8451092 C191.842361,64.3997391 192.353806,65.1079719 192.672189,65.9071471 C192.992265,66.7063222 193.107425,67.5717143 193.010894,68.4266064 C192.914363,69.281668 192.606141,70.09998 192.115018,70.8090595 L192.115018,70.8083821 Z" fill="#FCC72B"></path>
|
|
6
|
-
<path d="M128.024524,233.537148 C126.396707,233.538835 124.784639,233.220452 123.280787,232.597234 C121.776936,231.974016 120.410937,231.059512 119.261541,229.907914 L61.4337079,172.084145 C59.1203507,169.758934 57.8236174,166.610668 57.8278409,163.330307 C57.8322544,160.049946 59.1372859,156.903374 61.4570785,154.584936 C63.7767018,152.264805 66.9217498,150.959096 70.20228,150.954015 C73.4829795,150.950628 76.631584,152.246176 78.9576426,154.559533 L128.024524,203.620996 L234.917207,96.7333937 C237.247499,94.4406975 240.388991,93.1617463 243.657497,93.1750213 C246.927697,93.1883347 250.059027,94.4928582 252.368997,96.8043525 C254.680661,99.1160161 255.98637,102.247177 256,105.516191 C256.011773,108.785206 254.73316,111.927036 252.440126,114.257159 L136.785306,229.907914 C135.636079,231.061206 134.270419,231.974016 132.766907,232.597234 C131.263563,233.220452 129.651834,233.538835 128.024524,233.537148 Z" fill="#729B1B"></path>
|
|
7
|
-
<path d="M127.974735,233.537148 C129.602552,233.538835 131.21462,233.220452 132.718472,232.597234 C134.222323,231.974016 135.588152,231.059512 136.737718,229.907914 L194.565551,172.084145 C196.878908,169.758934 198.17615,166.610668 198.171084,163.330307 C198.167682,160.049946 196.861973,156.903374 194.541842,154.584936 C192.221711,152.264805 189.076832,150.959096 185.796471,150.954015 C182.51611,150.950628 179.367844,152.246176 177.040939,154.559533 L127.974735,203.620996 L21.0822215,96.7333937 C18.751929,94.4406975 15.6100986,93.1617463 12.3412538,93.1750213 C9.07223962,93.1883347 5.94090913,94.4928582 3.62943176,96.8043525 C1.31790358,99.1160161 0.013413991,102.247177 -1.20332295e-14,105.516191 C-0.0132082455,108.785206 1.26574296,111.927036 3.55837139,114.257159 L119.213783,229.907914 C120.36318,231.061206 121.72884,231.974016 123.232183,232.597234 C124.735696,233.220452 126.347425,233.538835 127.974735,233.537148 Z" fill-opacity="0.5" fill="#729B1B"></path>
|
|
8
|
-
</g>
|
|
9
|
-
</svg>
|
package/docs/public/vue.svg
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<svg width="256px" height="221px" viewBox="0 0 256 221" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid">
|
|
3
|
-
<g>
|
|
4
|
-
<path d="M204.8,0 L256,0 L128,220.8 L0,0 L50.56,0 L97.92,0 L128,51.2 L157.44,0 L204.8,0 Z" fill="#41B883"></path>
|
|
5
|
-
<path d="M0,0 L128,220.8 L256,0 L204.8,0 L128,132.48 L50.56,0 L0,0 Z" fill="#41B883"></path>
|
|
6
|
-
<path d="M50.56,0 L128,133.12 L204.8,0 L157.44,0 L128,51.2 L97.92,0 L50.56,0 Z" fill="#35495E"></path>
|
|
7
|
-
</g>
|
|
8
|
-
</svg>
|
package/docs/public/vuetify.svg
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="256px" height="293px" viewBox="0 0 256 293" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid">
|
|
3
|
-
<g>
|
|
4
|
-
<polyline fill="#1697F6" points="128 0 68 0 128 141.816367"></polyline>
|
|
5
|
-
<polyline fill="#1867C0" points="128 0 188 0 128 141.816367"></polyline>
|
|
6
|
-
<polyline fill="#7BC6FF" points="128 182.743732 128 292.459439 0 42.5575194 67.0490402 42.5575194"></polyline>
|
|
7
|
-
<polyline fill="#AEDDFF" points="128 182.746214 128 292.461921 256 42.5600014 188.95096 42.5600014"></polyline>
|
|
8
|
-
</g>
|
|
9
|
-
</svg>
|
package/docs/tailwind.config.js
DELETED
package/index.html
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="UTF-8" />
|
|
5
|
-
<link rel="icon" href="charts.svg" sizes="any" type="image/svg+xml" />
|
|
6
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
|
-
<title>Galaxy Charts</title>
|
|
8
|
-
</head>
|
|
9
|
-
<body>
|
|
10
|
-
<div id="app"></div>
|
|
11
|
-
<script type="module" src="/src/main.js"></script>
|
|
12
|
-
</body>
|
|
13
|
-
</html>
|
package/lib/galaxy-charts.js
DELETED
package/postcss.config.js
DELETED
package/prettier.config.js
DELETED
package/public/galaxy-charts.xml
DELETED
|
@@ -1,138 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE visualization SYSTEM "../../visualization.dtd">
|
|
3
|
-
<visualization name="MY_VISUALIZATION">
|
|
4
|
-
<description>MY_DESCRIPTION</description>
|
|
5
|
-
<data_sources>
|
|
6
|
-
<data_source>
|
|
7
|
-
<model_class>HistoryDatasetAssociation</model_class>
|
|
8
|
-
<test test_attr="ext" result_type="datatype">MY_EXTENSION</test>
|
|
9
|
-
<test test_attr="datatype" result_type="datatype" type="isinstance">MY_DATATYPE</test>
|
|
10
|
-
<to_param param_attr="id">dataset_id</to_param>
|
|
11
|
-
</data_source>
|
|
12
|
-
</data_sources>
|
|
13
|
-
<params>
|
|
14
|
-
<param type="dataset" var_name_in_template="hda" required="true">dataset_id</param>
|
|
15
|
-
</params>
|
|
16
|
-
<requirements>
|
|
17
|
-
<requirement type="npm" version="MY_NPM_PACKAGE_VERSION" package="MY_NPM_PACKAGE_NAME"/>
|
|
18
|
-
</requirements>
|
|
19
|
-
<entry_point entry_point_type="script" src="dist/index.js" css="dist/index.css" />
|
|
20
|
-
<specs>
|
|
21
|
-
<type>spec_type</type>
|
|
22
|
-
</specs>
|
|
23
|
-
<settings>
|
|
24
|
-
<input>
|
|
25
|
-
<label>My Data Column Label</label>
|
|
26
|
-
<help>My Data ColumnHelp</help>
|
|
27
|
-
<name>my_data_column_name</name>
|
|
28
|
-
<type>data_column</type>
|
|
29
|
-
</input>
|
|
30
|
-
<input>
|
|
31
|
-
<label>My Float Label</label>
|
|
32
|
-
<help>My Float Help</help>
|
|
33
|
-
<name>my_float_name</name>
|
|
34
|
-
<type>float</type>
|
|
35
|
-
<value>1</value>
|
|
36
|
-
<min>0</min>
|
|
37
|
-
<max>100</max>
|
|
38
|
-
</input>
|
|
39
|
-
<input>
|
|
40
|
-
<label>Setting: Text</label>
|
|
41
|
-
<name>setting_text</name>
|
|
42
|
-
<type>textarea</type>
|
|
43
|
-
<rows>5</rows>
|
|
44
|
-
<optional>true</optional>
|
|
45
|
-
</input>
|
|
46
|
-
<input>
|
|
47
|
-
<label>Setting: Boolean</label>
|
|
48
|
-
<name>setting_boolean</name>
|
|
49
|
-
<type>boolean</type>
|
|
50
|
-
<optional>true</optional>
|
|
51
|
-
<help>Setting: Boolean Help</help>
|
|
52
|
-
</input>
|
|
53
|
-
<input>
|
|
54
|
-
<name>setting_conditional</name>
|
|
55
|
-
<label>Setting: Conditional</label>
|
|
56
|
-
<type>conditional</type>
|
|
57
|
-
<help>Setting: Conditional Help</help>
|
|
58
|
-
<test_param>
|
|
59
|
-
<name>test_condition</name>
|
|
60
|
-
<type>boolean</type>
|
|
61
|
-
<value>true</value>
|
|
62
|
-
<data>
|
|
63
|
-
<data>
|
|
64
|
-
<value>true</value>
|
|
65
|
-
<label>Condition: True</label>
|
|
66
|
-
</data>
|
|
67
|
-
<data>
|
|
68
|
-
<value>false</value>
|
|
69
|
-
<label>Condition: False</label>
|
|
70
|
-
</data>
|
|
71
|
-
</data>
|
|
72
|
-
</test_param>
|
|
73
|
-
<cases>
|
|
74
|
-
<cases>
|
|
75
|
-
<value>true</value>
|
|
76
|
-
<inputs>
|
|
77
|
-
<inputs>
|
|
78
|
-
<label>Case True: Input</label>
|
|
79
|
-
<name>case_true</name>
|
|
80
|
-
<type>textarea</type>
|
|
81
|
-
<value>my value</value>
|
|
82
|
-
</inputs>
|
|
83
|
-
</inputs>
|
|
84
|
-
</cases>
|
|
85
|
-
<cases>
|
|
86
|
-
<value>false</value>
|
|
87
|
-
<inputs>
|
|
88
|
-
<inputs>
|
|
89
|
-
<label>Case False: Input</label>
|
|
90
|
-
<name>case_false</name>
|
|
91
|
-
<type>text</type>
|
|
92
|
-
</inputs>
|
|
93
|
-
</inputs>
|
|
94
|
-
</cases>
|
|
95
|
-
</cases>
|
|
96
|
-
</input>
|
|
97
|
-
</settings>
|
|
98
|
-
<tracks>
|
|
99
|
-
<input>
|
|
100
|
-
<label>Track: Data</label>
|
|
101
|
-
<name>track_data</name>
|
|
102
|
-
<type>data</type>
|
|
103
|
-
<extension>tabular</extension>
|
|
104
|
-
</input>
|
|
105
|
-
<input>
|
|
106
|
-
<label>Track: Data (Optional)</label>
|
|
107
|
-
<name>track_data_required</name>
|
|
108
|
-
<type>data</type>
|
|
109
|
-
<extension>bed</extension>
|
|
110
|
-
<optional>true</optional>
|
|
111
|
-
</input>
|
|
112
|
-
<input>
|
|
113
|
-
<label>Track: Color</label>
|
|
114
|
-
<name>track_color</name>
|
|
115
|
-
<type>color</type>
|
|
116
|
-
</input>
|
|
117
|
-
<input>
|
|
118
|
-
<label>Track: Text</label>
|
|
119
|
-
<name>track_text</name>
|
|
120
|
-
<type>text</type>
|
|
121
|
-
<placeholder>Placeholder</placeholder>
|
|
122
|
-
<value>Text</value>
|
|
123
|
-
</input>
|
|
124
|
-
<input>
|
|
125
|
-
<name>track_column_0</name>
|
|
126
|
-
<label>Track: Column (Auto, Text)</label>
|
|
127
|
-
<type>data_column</type>
|
|
128
|
-
<is_auto>true</is_auto>
|
|
129
|
-
<is_text>true</is_text>
|
|
130
|
-
</input>
|
|
131
|
-
<input>
|
|
132
|
-
<name>track_column_1</name>
|
|
133
|
-
<label>Track: Column (Number)</label>
|
|
134
|
-
<type>data_column</type>
|
|
135
|
-
<is_number>true</is_number>
|
|
136
|
-
</input>
|
|
137
|
-
</tracks>
|
|
138
|
-
</visualization>
|
package/src/App.vue
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
<script setup lang="ts">
|
|
2
|
-
import { GalaxyCharts } from "galaxy-charts";
|
|
3
|
-
import Plugin from "./Plugin.vue";
|
|
4
|
-
|
|
5
|
-
defineProps<{
|
|
6
|
-
credentials?: RequestCredentials;
|
|
7
|
-
xml: string;
|
|
8
|
-
}>();
|
|
9
|
-
</script>
|
|
10
|
-
|
|
11
|
-
<template>
|
|
12
|
-
<GalaxyCharts :credentials="credentials" :xml="xml">
|
|
13
|
-
<template #default="{ datasetId, datasetUrl, root, settings, specs, tracks }">
|
|
14
|
-
<Plugin
|
|
15
|
-
:dataset-id="datasetId"
|
|
16
|
-
:dataset-url="datasetUrl"
|
|
17
|
-
:root="root"
|
|
18
|
-
:settings="settings"
|
|
19
|
-
:specs="specs"
|
|
20
|
-
:tracks="tracks" />
|
|
21
|
-
</template>
|
|
22
|
-
</GalaxyCharts>
|
|
23
|
-
</template>
|
package/src/Plugin.vue
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
<script setup lang="ts">
|
|
2
|
-
import { onMounted, ref, watch } from "vue";
|
|
3
|
-
|
|
4
|
-
const props = defineProps<{
|
|
5
|
-
datasetId: string;
|
|
6
|
-
datasetUrl: string;
|
|
7
|
-
root: string;
|
|
8
|
-
settings: object;
|
|
9
|
-
specs: object;
|
|
10
|
-
tracks: Array<object>;
|
|
11
|
-
}>();
|
|
12
|
-
|
|
13
|
-
const viewport = ref(null);
|
|
14
|
-
|
|
15
|
-
function render() {
|
|
16
|
-
/** Place your render function here! */
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
onMounted(() => {
|
|
20
|
-
render();
|
|
21
|
-
});
|
|
22
|
-
|
|
23
|
-
watch(
|
|
24
|
-
() => props,
|
|
25
|
-
() => render(),
|
|
26
|
-
{ deep: true },
|
|
27
|
-
);
|
|
28
|
-
</script>
|
|
29
|
-
|
|
30
|
-
<template>
|
|
31
|
-
<div ref="viewport" class="h-screen p-4 overflow-auto">
|
|
32
|
-
<div class="bg-gray-600 text-white rounded-lg p-2">
|
|
33
|
-
<pre class="p-2">Settings: {{ settings }}</pre>
|
|
34
|
-
<pre class="p-2">Tracks: {{ tracks }}</pre>
|
|
35
|
-
</div>
|
|
36
|
-
</div>
|
|
37
|
-
</template>
|
package/src/api/client.ts
DELETED
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { rethrowSimple } from "@/utilities/simpleError";
|
|
2
|
-
import { useConfigStore } from "@/store/configStore";
|
|
3
|
-
|
|
4
|
-
async function fetchApi(path: string, options: RequestInit): Promise<{ data: any; response: Response }> {
|
|
5
|
-
const configStore = useConfigStore();
|
|
6
|
-
const routedPath = `${configStore.getRoot()}${path.substring(1)}`;
|
|
7
|
-
try {
|
|
8
|
-
const response = await fetch(routedPath, {
|
|
9
|
-
credentials: configStore.getCredentials(),
|
|
10
|
-
headers: { "Content-Type": "application/json" },
|
|
11
|
-
...options,
|
|
12
|
-
});
|
|
13
|
-
const data = await response.json();
|
|
14
|
-
return { data, response };
|
|
15
|
-
} catch (err) {
|
|
16
|
-
rethrowSimple(err);
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
export function GalaxyApi() {
|
|
21
|
-
async function GET(path: string): Promise<{ data: any; response: Response }> {
|
|
22
|
-
return fetchApi(path, {
|
|
23
|
-
method: "GET",
|
|
24
|
-
});
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
async function POST(path: string, options: any): Promise<{ data: any; response: Response }> {
|
|
28
|
-
return fetchApi(path, {
|
|
29
|
-
body: JSON.stringify(options),
|
|
30
|
-
method: "POST",
|
|
31
|
-
});
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
async function PUT(path: string, options: any): Promise<{ data: any; response: Response }> {
|
|
35
|
-
return fetchApi(path, {
|
|
36
|
-
body: JSON.stringify(options),
|
|
37
|
-
method: "PUT",
|
|
38
|
-
});
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
return {
|
|
42
|
-
GET,
|
|
43
|
-
POST,
|
|
44
|
-
PUT,
|
|
45
|
-
};
|
|
46
|
-
}
|
package/src/api/datasets.ts
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { GalaxyApi } from "@/api/client";
|
|
2
|
-
|
|
3
|
-
export async function datasetsGetColumns(datasetId: string, columnList: string[]): Promise<any[][] | undefined> {
|
|
4
|
-
try {
|
|
5
|
-
const params = new URLSearchParams({
|
|
6
|
-
data_type: "raw_data",
|
|
7
|
-
provider: "dataset-column",
|
|
8
|
-
indeces: columnList.toString(),
|
|
9
|
-
}).toString();
|
|
10
|
-
|
|
11
|
-
const { data } = await GalaxyApi().GET(`/api/datasets/${datasetId}?${params}`);
|
|
12
|
-
const columnLength = columnList.length;
|
|
13
|
-
const results: any[][] = new Array(columnLength).fill(null).map(() => []);
|
|
14
|
-
|
|
15
|
-
for (const row of data) {
|
|
16
|
-
for (const j in row) {
|
|
17
|
-
const index = Number(j);
|
|
18
|
-
const value = row[j];
|
|
19
|
-
if (value !== undefined && value != 2147483647 && index < columnLength) {
|
|
20
|
-
results[index].push(value);
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
return results;
|
|
26
|
-
} catch (err) {
|
|
27
|
-
console.error(err);
|
|
28
|
-
return undefined;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
export function datasetsGetUrl(datasetId: string): string {
|
|
33
|
-
return `/api/datasets/${datasetId}/display`;
|
|
34
|
-
}
|