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