@milaboratories/graph-maker 1.1.141 → 1.1.143
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/GraphMaker/components/LassoControls/index.vue.js +1 -1
- package/dist/GraphMaker/components/ReorderForm.vue.d.ts +15 -0
- package/dist/GraphMaker/components/ReorderForm.vue.d.ts.map +1 -0
- package/dist/GraphMaker/components/ReorderForm.vue.js +43 -0
- package/dist/GraphMaker/components/ReorderForm.vue.js.map +1 -0
- package/dist/GraphMaker/components/ReorderForm.vue2.js +5 -0
- package/dist/GraphMaker/components/ReorderForm.vue2.js.map +1 -0
- package/dist/GraphMaker/constantsCommon.d.ts +23 -0
- package/dist/GraphMaker/constantsCommon.d.ts.map +1 -1
- package/dist/GraphMaker/constantsCommon.js +97 -83
- package/dist/GraphMaker/constantsCommon.js.map +1 -1
- package/dist/GraphMaker/forms/AxesSettingsForm/DiscreteAxesSettingsForm.vue.js.map +1 -1
- package/dist/GraphMaker/forms/AxesSettingsForm/ScatterplotAxesSettingsForm.vue.d.ts.map +1 -1
- package/dist/GraphMaker/forms/AxesSettingsForm/ScatterplotAxesSettingsForm.vue.js +305 -172
- package/dist/GraphMaker/forms/AxesSettingsForm/ScatterplotAxesSettingsForm.vue.js.map +1 -1
- package/dist/GraphMaker/forms/LayersForm/Layer/discrete/StackedArea.vue.d.ts +3 -0
- package/dist/GraphMaker/forms/LayersForm/Layer/discrete/StackedArea.vue.d.ts.map +1 -0
- package/dist/GraphMaker/forms/LayersForm/Layer/discrete/StackedArea.vue.js +90 -0
- package/dist/GraphMaker/forms/LayersForm/Layer/discrete/StackedArea.vue.js.map +1 -0
- package/dist/GraphMaker/forms/LayersForm/Layer/discrete/StackedArea.vue2.js +5 -0
- package/dist/GraphMaker/forms/LayersForm/Layer/discrete/StackedArea.vue2.js.map +1 -0
- package/dist/GraphMaker/forms/LayersForm/index.vue.d.ts.map +1 -1
- package/dist/GraphMaker/forms/LayersForm/index.vue.js +45 -43
- package/dist/GraphMaker/forms/LayersForm/index.vue.js.map +1 -1
- package/dist/GraphMaker/index.vue.d.ts.map +1 -1
- package/dist/GraphMaker/index.vue.js +33 -34
- package/dist/GraphMaker/index.vue.js.map +1 -1
- package/dist/GraphMaker/types.d.ts +1 -1
- package/dist/GraphMaker/types.d.ts.map +1 -1
- package/dist/GraphMaker/utils/createChartSettingsForRender/composeBubbleSettings.d.ts +3 -3
- package/dist/GraphMaker/utils/createChartSettingsForRender/composeBubbleSettings.d.ts.map +1 -1
- package/dist/GraphMaker/utils/createChartSettingsForRender/composeDendroSettings.d.ts +9 -9
- package/dist/GraphMaker/utils/createChartSettingsForRender/composeDendroSettings.d.ts.map +1 -1
- package/dist/GraphMaker/utils/createChartSettingsForRender/composeDiscreteSettings.d.ts +21 -11
- package/dist/GraphMaker/utils/createChartSettingsForRender/composeDiscreteSettings.d.ts.map +1 -1
- package/dist/GraphMaker/utils/createChartSettingsForRender/composeHeatmapSettings.d.ts +3 -3
- package/dist/GraphMaker/utils/createChartSettingsForRender/composeHeatmapSettings.d.ts.map +1 -1
- package/dist/GraphMaker/utils/createChartSettingsForRender/composeHistogramSettings.d.ts +1 -1
- package/dist/GraphMaker/utils/createChartSettingsForRender/composeScatterplotSettings.d.ts +31 -5
- package/dist/GraphMaker/utils/createChartSettingsForRender/composeScatterplotSettings.d.ts.map +1 -1
- package/dist/GraphMaker/utils/createChartSettingsForRender/composeScatterplotSettings.js +56 -53
- package/dist/GraphMaker/utils/createChartSettingsForRender/composeScatterplotSettings.js.map +1 -1
- package/dist/GraphMaker/utils/createChartSettingsForRender/composeScatterplotUmapSettings.d.ts +1 -7
- package/dist/GraphMaker/utils/createChartSettingsForRender/composeScatterplotUmapSettings.d.ts.map +1 -1
- package/dist/GraphMaker/utils/createChartSettingsForRender/composeScatterplotUmapSettings.js +13 -13
- package/dist/GraphMaker/utils/createChartSettingsForRender/composeScatterplotUmapSettings.js.map +1 -1
- package/dist/GraphMaker/utils/createChartSettingsForRender/getAxesDataFromForms.d.ts +6 -4
- package/dist/GraphMaker/utils/createChartSettingsForRender/getAxesDataFromForms.d.ts.map +1 -1
- package/dist/GraphMaker/utils/createChartSettingsForRender/getAxesDataFromForms.js +42 -13
- package/dist/GraphMaker/utils/createChartSettingsForRender/getAxesDataFromForms.js.map +1 -1
- package/dist/GraphMaker/utils/createChartSettingsForRender/getLayersDataFromForms.d.ts.map +1 -1
- package/dist/GraphMaker/utils/createChartSettingsForRender/getLayersDataFromForms.js +84 -70
- package/dist/GraphMaker/utils/createChartSettingsForRender/getLayersDataFromForms.js.map +1 -1
- package/dist/GraphMaker/utils/loadUniqueValuesToSave.d.ts.map +1 -1
- package/dist/GraphMaker/utils/loadUniqueValuesToSave.js +48 -44
- package/dist/GraphMaker/utils/loadUniqueValuesToSave.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/MiPlots.js +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/{discrete/components → common}/BandAxis.js +3 -3
- package/dist/node_modules/@milaboratories/miplots4/dist/common/BandAxis.js.map +1 -0
- package/dist/node_modules/@milaboratories/miplots4/dist/common/ContinuousGrid.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/dendro/ChartRenderer.js +14 -14
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/ChartRenderer.js +197 -270
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/ChartRenderer.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/DiscreteSettingsImpl.js +182 -161
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/DiscreteSettingsImpl.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/components/Chart.js +121 -104
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/components/Chart.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/components/ChartsGroup.js +4 -4
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/components/Grid.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/components/layers/StackedAreaElement.js +105 -0
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/components/layers/StackedAreaElement.js.map +1 -0
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/components/layers/StackedBarElement.js +66 -59
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/components/layers/StackedBarElement.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/index.js +61 -58
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/index.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/layers/stackedArea.js +17 -0
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/layers/stackedArea.js.map +1 -0
- package/dist/node_modules/@milaboratories/miplots4/dist/histogram/ChartRenderer.js +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/node_modules/d3-scale/src/band.js +44 -34
- package/dist/node_modules/@milaboratories/miplots4/dist/node_modules/d3-scale/src/band.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/ChartRenderer.js +272 -195
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/ChartRenderer.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/ScatterplotSettingsImpl.js +23 -23
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/ScatterplotSettingsImpl.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/components/Chart.js +54 -50
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/components/Chart.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/components/ChartAxis.js +32 -28
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/components/ChartAxis.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/components/ChartLayersData.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/components/ChartTooltip.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/components/ChartTrendsData.js +29 -26
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/components/ChartTrendsData.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/components/ChartsGroup.js +44 -41
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/components/ChartsGroup.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/components/Grid.js +31 -27
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/components/Grid.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/dots.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/getLayersData.js +29 -18
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/getLayersData.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/index.js +71 -57
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/index.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/linearRegression.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/utils/isNumericScale.js +11 -0
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/utils/isNumericScale.js.map +1 -0
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot-umap/ChartRenderer.js +10 -10
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot-umap/ChartRenderer.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot-umap/SettingsImpl.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot-umap/components/LowerSVG.js +6 -6
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot-umap/components/LowerSVG.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/types/common.js +35 -25
- package/dist/node_modules/@milaboratories/miplots4/dist/types/common.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/types/dendro.js +3 -3
- package/dist/node_modules/@milaboratories/miplots4/dist/types/discrete.js +51 -36
- package/dist/node_modules/@milaboratories/miplots4/dist/types/discrete.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/types/heatmap.js +6 -6
- package/dist/node_modules/@milaboratories/miplots4/dist/types/scatterplot-umap.js +7 -7
- package/dist/node_modules/@milaboratories/miplots4/dist/types/scatterplot-umap.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/utils/createMultilineDiscreteLabels.js +32 -0
- package/dist/node_modules/@milaboratories/miplots4/dist/utils/createMultilineDiscreteLabels.js.map +1 -0
- package/dist/node_modules/@milaboratories/miplots4/dist/utils/getFacetRowsColumns.js +18 -0
- package/dist/node_modules/@milaboratories/miplots4/dist/utils/getFacetRowsColumns.js.map +1 -0
- package/dist/node_modules/@milaboratories/miplots4/dist/utils/measureMultilineDiscreteLabels.js +63 -0
- package/dist/node_modules/@milaboratories/miplots4/dist/utils/measureMultilineDiscreteLabels.js.map +1 -0
- package/dist/node_modules/@milaboratories/miplots4/dist/{discrete/utils → utils}/splitTextByWidth.js +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/utils/splitTextByWidth.js.map +1 -0
- package/dist/node_modules/@milaboratories/pf-plots/dist/controllers/controllersByChartType/scatterplot.js +2 -2
- package/dist/node_modules/@milaboratories/pf-plots/dist/controllers/controllersByChartType/scatterplot.js.map +1 -1
- package/package.json +3 -3
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/components/BandAxis.js.map +0 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/utils/splitTextByWidth.js.map +0 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/components/Axis.js +0 -59
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/components/Axis.js.map +0 -1
|
@@ -24,8 +24,8 @@ import "../../../node_modules/@milaboratories/miplots4/dist/node_modules/d3-hier
|
|
|
24
24
|
import "../../../node_modules/@milaboratories/miplots4/dist/DataFrame.js";
|
|
25
25
|
import "../../../node_modules/@milaboratories/miplots4/dist/common/useDataFrame.js";
|
|
26
26
|
import "../../../node_modules/@milaboratories/miplots4/dist/utils/arrangeLegendParts.js";
|
|
27
|
-
import "../../../node_modules/@milaboratories/miplots4/dist/common/ErrorBoundary.js";
|
|
28
27
|
import "../../../node_modules/@milaboratories/miplots4/dist/node_modules/d3-shape/src/curve/linear.js";
|
|
28
|
+
import "../../../node_modules/@milaboratories/miplots4/dist/common/ErrorBoundary.js";
|
|
29
29
|
import "../../../node_modules/@milaboratories/miplots4/dist/node_modules/d3-shape/src/curve/basis.js";
|
|
30
30
|
import "../../../node_modules/@milaboratories/miplots4/dist/node_modules/@stdlib/stats-anova1/lib/main.js";
|
|
31
31
|
import "../../../node_modules/@milaboratories/miplots4/dist/node_modules/@stdlib/stats-ttest/lib/main.js";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
type __VLS_PublicProps = {
|
|
2
|
+
modelValue: {
|
|
3
|
+
value: string;
|
|
4
|
+
label: string;
|
|
5
|
+
}[];
|
|
6
|
+
};
|
|
7
|
+
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
|
+
"update:modelValue": (...args: any[]) => void;
|
|
9
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
10
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
11
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
12
|
+
optionsListRef: HTMLDivElement;
|
|
13
|
+
}, HTMLDivElement>;
|
|
14
|
+
export default _default;
|
|
15
|
+
//# sourceMappingURL=ReorderForm.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReorderForm.vue.d.ts","sourceRoot":"","sources":["../../../src/GraphMaker/components/ReorderForm.vue"],"names":[],"mappings":"AAsEA,KAAK,iBAAiB,GAAG;IACzB,UAAU,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;CAC9C,CAAC;;;;;;;;AA2EF,wBAYG"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { defineComponent as c, mergeModels as p, useModel as _, computed as v, ref as f, createElementBlock as r, openBlock as t, createElementVNode as l, Fragment as h, renderList as g, createBlock as V, resolveDynamicComponent as k, toDisplayString as x } from "vue";
|
|
2
|
+
import { useSortable as L } from "@platforma-sdk/ui-vue";
|
|
3
|
+
import R from "../icons/Reorder.vue.js";
|
|
4
|
+
const b = { class: "aes-mapping-block" }, y = { class: "column-value column-value__with-reorder" }, B = { class: "column-value__reorder-icon" }, C = { class: "column-value__title" }, E = /* @__PURE__ */ c({
|
|
5
|
+
__name: "ReorderForm",
|
|
6
|
+
props: {
|
|
7
|
+
modelValue: { required: !0 },
|
|
8
|
+
modelModifiers: {}
|
|
9
|
+
},
|
|
10
|
+
emits: /* @__PURE__ */ p(["update:modelValue"], ["update:modelValue"]),
|
|
11
|
+
setup(n, { emit: i }) {
|
|
12
|
+
const s = _(n, "modelValue"), u = i, d = v(
|
|
13
|
+
() => s.value.map((e) => ({
|
|
14
|
+
text: e.label,
|
|
15
|
+
value: e.value
|
|
16
|
+
}))
|
|
17
|
+
), a = f();
|
|
18
|
+
return L(a, {
|
|
19
|
+
handle: ".column-value__reorder-icon",
|
|
20
|
+
onChange(e) {
|
|
21
|
+
u("update:modelValue", e.map((o) => s.value[o]));
|
|
22
|
+
}
|
|
23
|
+
}), (e, o) => (t(), r("div", b, [
|
|
24
|
+
o[0] || (o[0] = l("div", { class: "aes-settings-hint" }, " Drag the rows to reorder ", -1)),
|
|
25
|
+
l("div", {
|
|
26
|
+
class: "column-values-list",
|
|
27
|
+
ref_key: "optionsListRef",
|
|
28
|
+
ref: a
|
|
29
|
+
}, [
|
|
30
|
+
(t(!0), r(h, null, g(d.value, (m) => (t(), r("div", y, [
|
|
31
|
+
l("div", B, [
|
|
32
|
+
(t(), V(k(R)))
|
|
33
|
+
]),
|
|
34
|
+
l("div", C, x(m.text), 1)
|
|
35
|
+
]))), 256))
|
|
36
|
+
], 512)
|
|
37
|
+
]));
|
|
38
|
+
}
|
|
39
|
+
});
|
|
40
|
+
export {
|
|
41
|
+
E as default
|
|
42
|
+
};
|
|
43
|
+
//# sourceMappingURL=ReorderForm.vue.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReorderForm.vue.js","sources":["../../../src/GraphMaker/components/ReorderForm.vue"],"sourcesContent":["<script lang=\"ts\" setup>\nimport { useSortable } from '@platforma-sdk/ui-vue';\nimport { computed, ref } from 'vue';\nimport Reorder from '../icons/Reorder.vue';\n\nconst model = defineModel<{ value: string, label: string }[]>({ required: true });\n\n\nconst emit = defineEmits(['update:modelValue']);\n\nconst optionsList = computed(() => model.value.map((v) => ({\n text: v.label,\n value: v.value,\n}))\n);\n\nconst optionsListRef = ref();\nuseSortable(optionsListRef, {\n handle: '.column-value__reorder-icon',\n onChange(indices) {\n emit('update:modelValue', indices.map((idx) => model.value[idx]));\n }\n});\n\n</script>\n\n<template>\n <div class=\"aes-mapping-block\">\n <div class=\"aes-settings-hint\">\n Drag the rows to reorder\n </div>\n <div class=\"column-values-list\" ref=\"optionsListRef\">\n <div v-for=\"item of optionsList\" class=\"column-value column-value__with-reorder\">\n <div class=\"column-value__reorder-icon\">\n <component :is=\"Reorder\" />\n </div>\n <div class=\"column-value__title\">{{ item.text }}</div>\n </div>\n </div>\n </div>\n</template>\n"],"names":["model","_useModel","__props","emit","__emit","optionsList","computed","v","optionsListRef","ref","useSortable","indices","idx"],"mappings":";;;;;;;;;;;AAKA,UAAMA,IAAQC,EAA+CC,GAAA,YAAmB,GAG1EC,IAAOC,GAEPC,IAAcC;AAAA,MAAS,MAAMN,EAAM,MAAM,IAAI,CAACO,OAAO;AAAA,QACvD,MAAMA,EAAE;AAAA,QACR,OAAOA,EAAE;AAAA,MAAA,EACX;AAAA,IAAA,GAGIC,IAAiBC,EAAA;AACvB,WAAAC,EAAYF,GAAgB;AAAA,MACxB,QAAQ;AAAA,MACR,SAASG,GAAS;AACd,QAAAR,EAAK,qBAAqBQ,EAAQ,IAAI,CAACC,MAAQZ,EAAM,MAAMY,CAAG,CAAC,CAAC;AAAA,MACpE;AAAA,IAAA,CACH;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReorderForm.vue2.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
|
@@ -191,6 +191,14 @@ export type LayersSettings = {
|
|
|
191
191
|
opacity: number;
|
|
192
192
|
normalize: boolean;
|
|
193
193
|
};
|
|
194
|
+
stackedArea: {
|
|
195
|
+
fillColor: ColorAes | null;
|
|
196
|
+
lineColor: ColorAes;
|
|
197
|
+
barsOpacity: number;
|
|
198
|
+
areaOpacity: number;
|
|
199
|
+
normalize: boolean;
|
|
200
|
+
showBars: boolean;
|
|
201
|
+
};
|
|
194
202
|
line: {
|
|
195
203
|
pointsValues: 'mean' | 'median';
|
|
196
204
|
lineColor: ColorAes | null;
|
|
@@ -244,8 +252,16 @@ export type AxesState = {
|
|
|
244
252
|
sorting: Sorting;
|
|
245
253
|
allowNullPrimaryGroups: boolean;
|
|
246
254
|
allowNullSecondaryGroups: boolean;
|
|
255
|
+
order: {
|
|
256
|
+
source: string;
|
|
257
|
+
options: {
|
|
258
|
+
value: string;
|
|
259
|
+
label: string;
|
|
260
|
+
}[];
|
|
261
|
+
} | null;
|
|
247
262
|
};
|
|
248
263
|
axisY: {
|
|
264
|
+
labelsRotation: LabelsRotation | null;
|
|
249
265
|
titleMode: AxisTitleMode;
|
|
250
266
|
customTitle: string;
|
|
251
267
|
axisLabelsAngle: 0 | 45 | 90;
|
|
@@ -255,6 +271,13 @@ export type AxesState = {
|
|
|
255
271
|
scale: Scale;
|
|
256
272
|
significantLinesStyle: LineType;
|
|
257
273
|
sorting: Sorting;
|
|
274
|
+
order: {
|
|
275
|
+
source: string;
|
|
276
|
+
options: {
|
|
277
|
+
value: string;
|
|
278
|
+
label: string;
|
|
279
|
+
}[];
|
|
280
|
+
} | null;
|
|
258
281
|
};
|
|
259
282
|
legend: {};
|
|
260
283
|
other: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constantsCommon.d.ts","sourceRoot":"","sources":["../../src/GraphMaker/constantsCommon.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AACrC,OAAO,EACL,QAAQ,EACR,QAAQ,EACT,MAAM,gCAAgC,CAAC;AA4BxC,OAAO,EACL,aAAa,EACb,WAAW,EACX,aAAa,EACb,sBAAsB,EACtB,KAAK,EACL,YAAY,EAAE,YAAY,EAAE,oBAAoB,EAAE,cAAc,EAAE,sBAAsB,EACxF,cAAc,EACd,cAAc,EACd,KAAK,EACL,cAAc,EACd,KAAK,EACL,gBAAgB,EAChB,yBAAyB,EACzB,aAAa,EACd,MAAM,SAAS,CAAC;AAEjB,eAAO,MAAM,kBAAkB,EAAE,SAAsB,CAAC;AAExD,uBAAuB;AACvB,eAAO,MAAM,cAAc,6BAA6B,CAAC;AACzD,eAAO,MAAM,eAAe,kCAAkC,CAAC;AAC/D,eAAO,MAAM,eAAe,kCAAkC,CAAC;AAC/D,eAAO,MAAM,mBAAmB,sCAAsC,CAAC;AACvE,eAAO,MAAM,WAAW,0BAA0B,CAAC;AACnD,eAAO,MAAM,eAAe,uBAAuB,CAAC;AACpD,eAAO,MAAM,cAAc,gBAAgB,CAAC;AAC5C,eAAO,MAAM,cAAc,gBAAgB,CAAC;AAC5C,eAAO,MAAM,iBAAiB,qBAAqB,CAAC;AAEpD,wBAAgB,kBAAkB,CAChC,gBAAgB,EAAE,cAAc,GAAG,IAAI,EACvC,SAAS,EAAE,SAAS,kBAkBrB;AAED,eAAO,MAAM,sBAAsB,EAAE,MAAM,CACzC,sBAAsB,EACtB,aAAa,EAAE,
|
|
1
|
+
{"version":3,"file":"constantsCommon.d.ts","sourceRoot":"","sources":["../../src/GraphMaker/constantsCommon.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import { DEFAULT_DOT_SHAPE as
|
|
2
|
-
import { DEFAULT_LINE_COLOR as
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
1
|
+
import { DEFAULT_DOT_SHAPE as s, DEFAULT_LINE_TYPE as d, DEFAULT_BLACK as u } from "./constantsAesthetic.js";
|
|
2
|
+
import { DEFAULT_LINE_COLOR as i, DEFAULT_DOT_SIZE as X } from "./dataBindAes.js";
|
|
3
|
+
import W from "./icons/BarAndErrorIcon.vue.js";
|
|
4
|
+
import F from "./icons/BarAndLineIcon.vue.js";
|
|
5
|
+
import G from "./icons/BarIcon.vue.js";
|
|
6
|
+
import J from "./icons/BinnedDotsIcon.vue.js";
|
|
7
|
+
import q from "./icons/BoxplotAndBinnedIcon.vue.js";
|
|
8
|
+
import Q from "./icons/BoxplotAndJitterIcon.vue.js";
|
|
9
|
+
import Z from "./icons/BoxplotIcon.vue.js";
|
|
10
|
+
import Y from "./icons/DendroIcon.vue.js";
|
|
11
|
+
import N from "./icons/HeatmapIcon.vue.js";
|
|
12
|
+
import $ from "./icons/JitteredDotsIcon.vue.js";
|
|
13
|
+
import ee from "./icons/LineAndBinnedIcon.vue.js";
|
|
14
|
+
import oe from "./icons/LineAndErrorbarIcon.vue.js";
|
|
15
15
|
import U from "./icons/LineAndJitterIcon.vue.js";
|
|
16
16
|
import V from "./icons/LineIcon.vue.js";
|
|
17
|
-
import
|
|
18
|
-
import
|
|
19
|
-
import
|
|
20
|
-
import
|
|
21
|
-
import
|
|
22
|
-
import
|
|
17
|
+
import te from "./icons/LogoIcon.vue.js";
|
|
18
|
+
import re from "./icons/ScatterplotIcon.vue.js";
|
|
19
|
+
import ne from "./icons/SinaIcon.vue.js";
|
|
20
|
+
import z from "./icons/StackedBarIcon.vue.js";
|
|
21
|
+
import ae from "./icons/ViolinAndBinnedIcon.vue.js";
|
|
22
|
+
import le from "./icons/ViolinAndJitterIcon.vue.js";
|
|
23
23
|
import ie from "./icons/ViolinIcon.vue.js";
|
|
24
|
-
const we = "pl7.app/graph/thresholds", Re = "pl7.app/graph/axis/lowerLimit",
|
|
25
|
-
function
|
|
24
|
+
const we = "pl7.app/graph/thresholds", Re = "pl7.app/graph/axis/lowerLimit", ke = "pl7.app/graph/axis/upperLimit", je = "pl7.app/graph/axis/symmetricRange", Fe = "pl7.app/graph/palette", Ge = "pl7.app/axisNature", Ye = "pl7.app/isSubset";
|
|
25
|
+
function Ne(o, t) {
|
|
26
26
|
return t === "discrete" ? o && se[o] ? o : "box" : t === "scatterplot" || t === "scatterplot-umap" ? o && de[o] ? o : "dots" : t === "dendro" ? "dendro" : o ?? "heatmap";
|
|
27
27
|
}
|
|
28
28
|
const se = {
|
|
@@ -38,6 +38,7 @@ const se = {
|
|
|
38
38
|
bar_line: ["bar", "line"],
|
|
39
39
|
bar_errorbar: ["bar", "errorbar"],
|
|
40
40
|
stackedBar: ["stackedBar"],
|
|
41
|
+
stackedArea: ["stackedArea"],
|
|
41
42
|
line: ["line"],
|
|
42
43
|
line_jitteredDots: ["line", "jitteredDots"],
|
|
43
44
|
line_binnedDots: ["line", "binnedDots"],
|
|
@@ -64,6 +65,7 @@ const se = {
|
|
|
64
65
|
violin: "Violins",
|
|
65
66
|
bar: "Bar",
|
|
66
67
|
stackedBar: "Stacked Bar",
|
|
68
|
+
stackedArea: "Stacked Bar + Stream Area",
|
|
67
69
|
line: "Line",
|
|
68
70
|
errorbar: "Error Bar",
|
|
69
71
|
sina: "Sina",
|
|
@@ -77,12 +79,12 @@ const se = {
|
|
|
77
79
|
bubble: "Bubble plot"
|
|
78
80
|
};
|
|
79
81
|
function Xe(o, t) {
|
|
80
|
-
var
|
|
82
|
+
var l, a, n, c, p, m, f, b, _, h, A, E, T, L, g, D, S, I, M, x, v, C, y, B, H, O, P, w, R, k, j;
|
|
81
83
|
if (o === "discrete") {
|
|
82
84
|
const e = t;
|
|
83
85
|
return {
|
|
84
86
|
overall: {
|
|
85
|
-
data: { testMethod: ((
|
|
87
|
+
data: { testMethod: ((a = (l = e == null ? void 0 : e.overall) == null ? void 0 : l.data) == null ? void 0 : a.testMethod) ?? null },
|
|
86
88
|
validity: { testMethod: ((c = (n = e == null ? void 0 : e.overall) == null ? void 0 : n.validity) == null ? void 0 : c.testMethod) ?? !0 }
|
|
87
89
|
},
|
|
88
90
|
referenceGroup: {
|
|
@@ -90,8 +92,8 @@ function Xe(o, t) {
|
|
|
90
92
|
testMethod: ((m = (p = e == null ? void 0 : e.referenceGroup) == null ? void 0 : p.data) == null ? void 0 : m.testMethod) ?? null,
|
|
91
93
|
referenceGroup: ((b = (f = e == null ? void 0 : e.referenceGroup) == null ? void 0 : f.data) == null ? void 0 : b.referenceGroup) ?? null,
|
|
92
94
|
correctionMethod: ((h = (_ = e == null ? void 0 : e.referenceGroup) == null ? void 0 : _.data) == null ? void 0 : h.correctionMethod) ?? "Bonferroni",
|
|
93
|
-
format: ((
|
|
94
|
-
ns: ((L = (
|
|
95
|
+
format: ((E = (A = e == null ? void 0 : e.referenceGroup) == null ? void 0 : A.data) == null ? void 0 : E.format) ?? "significance",
|
|
96
|
+
ns: ((L = (T = e == null ? void 0 : e.referenceGroup) == null ? void 0 : T.data) == null ? void 0 : L.ns) ?? !1
|
|
95
97
|
},
|
|
96
98
|
validity: {
|
|
97
99
|
testMethod: ((D = (g = e == null ? void 0 : e.referenceGroup) == null ? void 0 : g.validity) == null ? void 0 : D.testMethod) ?? !0,
|
|
@@ -113,8 +115,8 @@ function Xe(o, t) {
|
|
|
113
115
|
return {
|
|
114
116
|
trend: {
|
|
115
117
|
on: ((R = r == null ? void 0 : r.trend) == null ? void 0 : R.on) ?? !1,
|
|
116
|
-
trim: ((
|
|
117
|
-
showLegend: ((
|
|
118
|
+
trim: ((k = r == null ? void 0 : r.trend) == null ? void 0 : k.trim) ?? !1,
|
|
119
|
+
showLegend: ((j = r == null ? void 0 : r.trend) == null ? void 0 : j.showLegend) ?? !0
|
|
118
120
|
}
|
|
119
121
|
};
|
|
120
122
|
}
|
|
@@ -145,8 +147,8 @@ const ue = () => ({
|
|
|
145
147
|
//dendro
|
|
146
148
|
dendro: {
|
|
147
149
|
dotFill: u,
|
|
148
|
-
dotShape:
|
|
149
|
-
dotSize:
|
|
150
|
+
dotShape: s,
|
|
151
|
+
dotSize: X,
|
|
150
152
|
lineColor: u,
|
|
151
153
|
mode: "normal",
|
|
152
154
|
leavesMode: "normal",
|
|
@@ -179,8 +181,8 @@ const ue = () => ({
|
|
|
179
181
|
box: {
|
|
180
182
|
showOutliers: !0,
|
|
181
183
|
fillColor: null,
|
|
182
|
-
lineColor:
|
|
183
|
-
dotShape:
|
|
184
|
+
lineColor: i,
|
|
185
|
+
dotShape: s,
|
|
184
186
|
lineType: d,
|
|
185
187
|
gapWidth: 0.2,
|
|
186
188
|
opacity: 1,
|
|
@@ -193,20 +195,20 @@ const ue = () => ({
|
|
|
193
195
|
},
|
|
194
196
|
binnedDots: {
|
|
195
197
|
fillColor: null,
|
|
196
|
-
lineColor:
|
|
198
|
+
lineColor: i,
|
|
197
199
|
opacity: 1,
|
|
198
200
|
showOutliers: !0
|
|
199
201
|
},
|
|
200
202
|
jitteredDots: {
|
|
201
203
|
dotFill: null,
|
|
202
|
-
dotShape:
|
|
203
|
-
lineColor:
|
|
204
|
+
dotShape: s,
|
|
205
|
+
lineColor: i,
|
|
204
206
|
opacity: 1,
|
|
205
207
|
showOutliers: !0
|
|
206
208
|
},
|
|
207
209
|
violin: {
|
|
208
210
|
fillColor: null,
|
|
209
|
-
lineColor:
|
|
211
|
+
lineColor: i,
|
|
210
212
|
lineType: d,
|
|
211
213
|
opacity: 1,
|
|
212
214
|
trim: !1,
|
|
@@ -216,20 +218,28 @@ const ue = () => ({
|
|
|
216
218
|
},
|
|
217
219
|
bar: {
|
|
218
220
|
fillColor: null,
|
|
219
|
-
lineColor:
|
|
221
|
+
lineColor: i,
|
|
220
222
|
opacity: 1,
|
|
221
223
|
height: "max"
|
|
222
224
|
},
|
|
223
225
|
stackedBar: {
|
|
224
226
|
fillColor: null,
|
|
225
|
-
lineColor:
|
|
227
|
+
lineColor: i,
|
|
226
228
|
opacity: 1,
|
|
227
229
|
normalize: !1
|
|
228
230
|
},
|
|
231
|
+
stackedArea: {
|
|
232
|
+
fillColor: null,
|
|
233
|
+
lineColor: i,
|
|
234
|
+
barsOpacity: 1,
|
|
235
|
+
areaOpacity: 0.7,
|
|
236
|
+
normalize: !1,
|
|
237
|
+
showBars: !0
|
|
238
|
+
},
|
|
229
239
|
line: {
|
|
230
240
|
pointsValues: "mean",
|
|
231
241
|
lineColor: null,
|
|
232
|
-
dotShape:
|
|
242
|
+
dotShape: s,
|
|
233
243
|
lineType: d,
|
|
234
244
|
dotFill: null,
|
|
235
245
|
opacity: 1
|
|
@@ -238,13 +248,13 @@ const ue = () => ({
|
|
|
238
248
|
pointsValues: "mean",
|
|
239
249
|
interval: "sd",
|
|
240
250
|
lineColor: null,
|
|
241
|
-
dotShape:
|
|
251
|
+
dotShape: s,
|
|
242
252
|
dotFill: null,
|
|
243
253
|
opacity: 1
|
|
244
254
|
},
|
|
245
255
|
sina: {
|
|
246
256
|
dotFill: null,
|
|
247
|
-
dotShape:
|
|
257
|
+
dotShape: s,
|
|
248
258
|
opacity: 1,
|
|
249
259
|
showOutliers: !0
|
|
250
260
|
},
|
|
@@ -255,10 +265,10 @@ const ue = () => ({
|
|
|
255
265
|
});
|
|
256
266
|
function Qe(o) {
|
|
257
267
|
const t = ue();
|
|
258
|
-
return Object.keys(t).reduce((
|
|
259
|
-
a
|
|
260
|
-
(o == null ? void 0 : o[
|
|
261
|
-
),
|
|
268
|
+
return Object.keys(t).reduce((l, a) => (Object.assign(
|
|
269
|
+
l[a],
|
|
270
|
+
(o == null ? void 0 : o[a]) ?? {}
|
|
271
|
+
), l), t);
|
|
262
272
|
}
|
|
263
273
|
const ce = () => ({
|
|
264
274
|
title: {
|
|
@@ -281,9 +291,11 @@ const ce = () => ({
|
|
|
281
291
|
significantLinesStyle: "dashed",
|
|
282
292
|
sorting: "asc",
|
|
283
293
|
allowNullPrimaryGroups: !1,
|
|
284
|
-
allowNullSecondaryGroups: !1
|
|
294
|
+
allowNullSecondaryGroups: !1,
|
|
295
|
+
order: null
|
|
285
296
|
},
|
|
286
297
|
axisY: {
|
|
298
|
+
labelsRotation: null,
|
|
287
299
|
titleMode: "auto",
|
|
288
300
|
customTitle: "",
|
|
289
301
|
axisLabelsAngle: 90,
|
|
@@ -292,7 +304,8 @@ const ce = () => ({
|
|
|
292
304
|
ticks: !0,
|
|
293
305
|
scale: "linear",
|
|
294
306
|
significantLinesStyle: "dashed",
|
|
295
|
-
sorting: "asc"
|
|
307
|
+
sorting: "asc",
|
|
308
|
+
order: null
|
|
296
309
|
},
|
|
297
310
|
legend: {},
|
|
298
311
|
other: {
|
|
@@ -305,16 +318,16 @@ const ce = () => ({
|
|
|
305
318
|
groupingStack: "vertical"
|
|
306
319
|
}
|
|
307
320
|
});
|
|
308
|
-
function
|
|
321
|
+
function K(o) {
|
|
309
322
|
return o === "full" || o === "none";
|
|
310
323
|
}
|
|
311
324
|
function Ze(o, t) {
|
|
312
|
-
var
|
|
325
|
+
var a;
|
|
313
326
|
const r = ce();
|
|
314
327
|
if (!t)
|
|
315
328
|
return r;
|
|
316
|
-
function
|
|
317
|
-
return !n || o === "heatmap" && !
|
|
329
|
+
function l(n) {
|
|
330
|
+
return !n || o === "heatmap" && !K(n) ? "full" : o !== "heatmap" && K(n) && n === "none" ? "empty" : n;
|
|
318
331
|
}
|
|
319
332
|
return {
|
|
320
333
|
title: {
|
|
@@ -336,38 +349,39 @@ function Ze(o, t) {
|
|
|
336
349
|
other: {
|
|
337
350
|
...r.other,
|
|
338
351
|
...t.other,
|
|
339
|
-
frame:
|
|
352
|
+
frame: l((a = t.other) == null ? void 0 : a.frame)
|
|
340
353
|
}
|
|
341
354
|
};
|
|
342
355
|
}
|
|
343
356
|
const $e = {
|
|
344
|
-
box:
|
|
345
|
-
box_binnedDots:
|
|
346
|
-
box_jitteredDots:
|
|
347
|
-
binnedDots:
|
|
348
|
-
jitteredDots:
|
|
357
|
+
box: Z,
|
|
358
|
+
box_binnedDots: q,
|
|
359
|
+
box_jitteredDots: Q,
|
|
360
|
+
binnedDots: J,
|
|
361
|
+
jitteredDots: $,
|
|
349
362
|
violin: ie,
|
|
350
|
-
violin_binnedDots:
|
|
351
|
-
violin_jitteredDots:
|
|
352
|
-
bar:
|
|
353
|
-
bar_line:
|
|
354
|
-
bar_errorbar:
|
|
355
|
-
stackedBar:
|
|
363
|
+
violin_binnedDots: ae,
|
|
364
|
+
violin_jitteredDots: le,
|
|
365
|
+
bar: G,
|
|
366
|
+
bar_line: F,
|
|
367
|
+
bar_errorbar: W,
|
|
368
|
+
stackedBar: z,
|
|
369
|
+
stackedArea: z,
|
|
356
370
|
line: V,
|
|
357
|
-
line_binnedDots:
|
|
371
|
+
line_binnedDots: ee,
|
|
358
372
|
line_jitteredDots: U,
|
|
359
|
-
line_errorbar:
|
|
360
|
-
errorbar:
|
|
361
|
-
sina:
|
|
362
|
-
logo:
|
|
363
|
-
dots:
|
|
373
|
+
line_errorbar: oe,
|
|
374
|
+
errorbar: F,
|
|
375
|
+
sina: ne,
|
|
376
|
+
logo: te,
|
|
377
|
+
dots: re,
|
|
364
378
|
curve: V,
|
|
365
379
|
curve_dots: U,
|
|
366
|
-
heatmap:
|
|
367
|
-
heatmapClustered:
|
|
368
|
-
dendro:
|
|
369
|
-
bins:
|
|
370
|
-
bubble:
|
|
380
|
+
heatmap: N,
|
|
381
|
+
heatmapClustered: Y,
|
|
382
|
+
dendro: Y,
|
|
383
|
+
bins: G,
|
|
384
|
+
bubble: N
|
|
371
385
|
}, eo = [
|
|
372
386
|
{ value: "ttest", text: "TTest" },
|
|
373
387
|
{ value: "anova", text: "ANOVA" },
|
|
@@ -384,14 +398,14 @@ const $e = {
|
|
|
384
398
|
], to = [
|
|
385
399
|
{ value: "pValue", text: "p-value" },
|
|
386
400
|
{ value: "significance", text: "significance" }
|
|
387
|
-
], ro = 600, no = 350,
|
|
401
|
+
], ro = 600, no = 350, ao = 400, lo = 250, io = 100;
|
|
388
402
|
export {
|
|
389
|
-
|
|
403
|
+
Ge as AXIS_NATURE_KEY,
|
|
390
404
|
no as DEFAULT_HEIGHT,
|
|
391
|
-
|
|
405
|
+
lo as DEFAULT_HEIGHT_SMALL,
|
|
392
406
|
ue as DEFAULT_LAYERS_SETTINGS,
|
|
393
407
|
ro as DEFAULT_WIDTH,
|
|
394
|
-
|
|
408
|
+
ao as DEFAULT_WIDTH_SMALL,
|
|
395
409
|
se as DISCRETE_TEMPLATES_MAP,
|
|
396
410
|
to as FORMAT_P_VALUE_OPTIONS,
|
|
397
411
|
Ve as HEATMAP_TEMPLATES_MAP,
|
|
@@ -400,19 +414,19 @@ export {
|
|
|
400
414
|
Ke as LAYER_TITLES,
|
|
401
415
|
Re as LOWER_LIMIT_KEY,
|
|
402
416
|
io as MAX_SEARCH_OPTIONS_LIST_LENGTH,
|
|
403
|
-
|
|
417
|
+
Fe as PALETTE_KEY,
|
|
404
418
|
de as SCATTERPLOT_TEMPLATES_MAP,
|
|
405
419
|
Ue as SCATTERPLOT_UMAP_TEMPLATES_MAP,
|
|
406
420
|
oo as STAT_CORRECTION_METHOD,
|
|
407
421
|
eo as STAT_TEST_METHOD,
|
|
408
|
-
|
|
409
|
-
|
|
422
|
+
Ye as SUBSET_FILTER_KEY,
|
|
423
|
+
je as SYMMETRIC_RANGE_KEY,
|
|
410
424
|
we as THRESHOLDS_KEY,
|
|
411
|
-
|
|
425
|
+
ke as UPPER_LIMIT_KEY,
|
|
412
426
|
Ze as getInitialAxesSettings,
|
|
413
427
|
Qe as getInitialLayersSettings,
|
|
414
428
|
Xe as getInitialStatisticsState,
|
|
415
|
-
|
|
429
|
+
Ne as getInitialTemplate,
|
|
416
430
|
qe as isContinuousDataMapping,
|
|
417
431
|
Je as isMappedAes,
|
|
418
432
|
We as isNumberRange
|