@milaboratories/graph-maker 1.2.0 → 1.2.2
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/assets/ui.css +1 -1
- package/dist/components/AesSettings/AesDataMappingDiscrete.css +1 -1
- package/dist/components/AesSettings/AesDataMappingDiscrete.vue.d.ts.map +1 -1
- package/dist/components/AesSettings/AesDataMappingDiscrete.vue2.js.map +1 -1
- package/dist/components/AesSettings/AesDataMappingDiscrete.vue3.js +1 -1
- package/dist/components/Chart.vue.d.ts.map +1 -1
- package/dist/components/Chart.vue.js +67 -66
- package/dist/components/Chart.vue.js.map +1 -1
- package/dist/components/ChartTruncationWarningAlert.css +1 -0
- package/dist/components/ChartTruncationWarningAlert.vue.d.ts +7 -0
- package/dist/components/ChartTruncationWarningAlert.vue.d.ts.map +1 -0
- package/dist/components/ChartTruncationWarningAlert.vue.js +10 -0
- package/dist/components/ChartTruncationWarningAlert.vue.js.map +1 -0
- package/dist/components/ChartTruncationWarningAlert.vue2.js +54 -0
- package/dist/components/ChartTruncationWarningAlert.vue2.js.map +1 -0
- package/dist/components/ChartTruncationWarningAlert.vue3.js +8 -0
- package/dist/components/ChartTruncationWarningAlert.vue3.js.map +1 -0
- package/dist/components/DragAndDrop/DnDBasketChip.vue.d.ts.map +1 -1
- package/dist/components/DragAndDrop/DnDBasketChip.vue.js +34 -31
- package/dist/components/DragAndDrop/DnDBasketChip.vue.js.map +1 -1
- package/dist/components/DragAndDrop/DnDRangeChip.vue.d.ts.map +1 -1
- package/dist/components/DragAndDrop/DnDRangeChip.vue.js +34 -31
- package/dist/components/DragAndDrop/DnDRangeChip.vue.js.map +1 -1
- package/dist/components/DragAndDrop/DndDoubleChip.vue.d.ts.map +1 -1
- package/dist/components/DragAndDrop/DndDoubleChip.vue.js +40 -35
- package/dist/components/DragAndDrop/DndDoubleChip.vue.js.map +1 -1
- package/dist/components/PanelModal.vue.d.ts.map +1 -1
- package/dist/components/PanelModal.vue.js +25 -11
- package/dist/components/PanelModal.vue.js.map +1 -1
- package/dist/components/ReorderForm.vue.d.ts.map +1 -1
- package/dist/components/ReorderForm.vue2.js +14 -13
- package/dist/components/ReorderForm.vue2.js.map +1 -1
- package/dist/constantsCommon.d.ts +7 -0
- package/dist/constantsCommon.d.ts.map +1 -1
- package/dist/constantsCommon.js +33 -28
- package/dist/constantsCommon.js.map +1 -1
- package/dist/dataBindAes.d.ts.map +1 -1
- package/dist/dataBindAes.js +88 -93
- package/dist/dataBindAes.js.map +1 -1
- package/dist/forms/AxesSettingsForm/BubbleAxesSettingsForm.vue.d.ts.map +1 -1
- package/dist/forms/AxesSettingsForm/BubbleAxesSettingsForm.vue.js +96 -78
- package/dist/forms/AxesSettingsForm/BubbleAxesSettingsForm.vue.js.map +1 -1
- package/dist/forms/AxesSettingsForm/DiscreteAxesSettingsForm.vue.d.ts.map +1 -1
- package/dist/forms/AxesSettingsForm/DiscreteAxesSettingsForm.vue.js +189 -161
- package/dist/forms/AxesSettingsForm/DiscreteAxesSettingsForm.vue.js.map +1 -1
- package/dist/forms/AxesSettingsForm/HeatmapAxesSettingsForm.vue.d.ts.map +1 -1
- package/dist/forms/AxesSettingsForm/HeatmapAxesSettingsForm.vue.js +157 -139
- package/dist/forms/AxesSettingsForm/HeatmapAxesSettingsForm.vue.js.map +1 -1
- package/dist/forms/AxesSettingsForm/HistogramAxesSettingsForm.vue.d.ts.map +1 -1
- package/dist/forms/AxesSettingsForm/HistogramAxesSettingsForm.vue.js +154 -136
- package/dist/forms/AxesSettingsForm/HistogramAxesSettingsForm.vue.js.map +1 -1
- package/dist/forms/AxesSettingsForm/ScatterplotAxesSettingsForm.vue.d.ts.map +1 -1
- package/dist/forms/AxesSettingsForm/ScatterplotAxesSettingsForm.vue.js +232 -201
- package/dist/forms/AxesSettingsForm/ScatterplotAxesSettingsForm.vue.js.map +1 -1
- package/dist/forms/DataMappingForm/utils.js +58 -58
- package/dist/forms/DataMappingForm/utils.js.map +1 -1
- package/dist/forms/LayersForm/AesSelector.vue.d.ts.map +1 -1
- package/dist/forms/LayersForm/AesSelector.vue.js +86 -86
- package/dist/forms/LayersForm/AesSelector.vue.js.map +1 -1
- package/dist/index.vue.d.ts.map +1 -1
- package/dist/index.vue.js +183 -159
- package/dist/index.vue.js.map +1 -1
- package/dist/store.d.ts +2 -1
- package/dist/store.d.ts.map +1 -1
- package/dist/store.js +135 -128
- package/dist/store.js.map +1 -1
- package/dist/types.d.ts +5 -0
- package/dist/types.d.ts.map +1 -1
- package/dist/utils/calculateDiscreteGroups.d.ts.map +1 -1
- package/dist/utils/calculateDiscreteGroups.js +6 -6
- package/dist/utils/calculateDiscreteGroups.js.map +1 -1
- package/dist/utils/createChartSettingsForRender/composeBubbleSettings.d.ts +9 -0
- package/dist/utils/createChartSettingsForRender/composeBubbleSettings.d.ts.map +1 -1
- package/dist/utils/createChartSettingsForRender/composeBubbleSettings.js +24 -22
- package/dist/utils/createChartSettingsForRender/composeBubbleSettings.js.map +1 -1
- package/dist/utils/createChartSettingsForRender/composeChartSettings.d.ts +19 -1
- package/dist/utils/createChartSettingsForRender/composeChartSettings.d.ts.map +1 -1
- package/dist/utils/createChartSettingsForRender/composeChartSettings.js +74 -40
- package/dist/utils/createChartSettingsForRender/composeChartSettings.js.map +1 -1
- package/dist/utils/createChartSettingsForRender/composeDendroSettings.d.ts +16 -0
- package/dist/utils/createChartSettingsForRender/composeDendroSettings.d.ts.map +1 -1
- package/dist/utils/createChartSettingsForRender/composeDendroSettings.js +22 -22
- package/dist/utils/createChartSettingsForRender/composeDendroSettings.js.map +1 -1
- package/dist/utils/createChartSettingsForRender/composeDiscreteSettings.d.ts +4 -468
- package/dist/utils/createChartSettingsForRender/composeDiscreteSettings.d.ts.map +1 -1
- package/dist/utils/createChartSettingsForRender/composeDiscreteSettings.js +48 -31
- package/dist/utils/createChartSettingsForRender/composeDiscreteSettings.js.map +1 -1
- package/dist/utils/createChartSettingsForRender/composeHeatmapSettings.d.ts +22 -0
- package/dist/utils/createChartSettingsForRender/composeHeatmapSettings.d.ts.map +1 -1
- package/dist/utils/createChartSettingsForRender/composeHeatmapSettings.js +24 -22
- package/dist/utils/createChartSettingsForRender/composeHeatmapSettings.js.map +1 -1
- package/dist/utils/createChartSettingsForRender/composeHistogramSettings.d.ts +5 -0
- package/dist/utils/createChartSettingsForRender/composeHistogramSettings.d.ts.map +1 -1
- package/dist/utils/createChartSettingsForRender/composeHistogramSettings.js +24 -22
- package/dist/utils/createChartSettingsForRender/composeHistogramSettings.js.map +1 -1
- package/dist/utils/createChartSettingsForRender/composeScatterplotSettings.d.ts +19 -0
- package/dist/utils/createChartSettingsForRender/composeScatterplotSettings.d.ts.map +1 -1
- package/dist/utils/createChartSettingsForRender/composeScatterplotSettings.js +89 -71
- package/dist/utils/createChartSettingsForRender/composeScatterplotSettings.js.map +1 -1
- package/dist/utils/createChartSettingsForRender/composeScatterplotUmapSettings.d.ts +12 -0
- package/dist/utils/createChartSettingsForRender/composeScatterplotUmapSettings.d.ts.map +1 -1
- package/dist/utils/createChartSettingsForRender/composeScatterplotUmapSettings.js +40 -35
- package/dist/utils/createChartSettingsForRender/composeScatterplotUmapSettings.js.map +1 -1
- package/dist/utils/createChartSettingsForRender/getAxesDataFromForms.d.ts.map +1 -1
- package/dist/utils/createChartSettingsForRender/getAxesDataFromForms.js +28 -28
- package/dist/utils/createChartSettingsForRender/getAxesDataFromForms.js.map +1 -1
- package/dist/utils/loadUniqueValuesToSave.d.ts +3 -1
- package/dist/utils/loadUniqueValuesToSave.d.ts.map +1 -1
- package/dist/utils/loadUniqueValuesToSave.js +81 -63
- package/dist/utils/loadUniqueValuesToSave.js.map +1 -1
- package/package.json +2 -2
- package/dist/assets/drag-and-drop/img/chip-close.svg.js +0 -7
- package/dist/assets/drag-and-drop/img/chip-close.svg.js.map +0 -1
|
@@ -1,93 +1,94 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { PlBtnGroup as
|
|
3
|
-
import { useStore as
|
|
1
|
+
import { defineComponent as B, computed as p, createElementBlock as n, openBlock as u, createElementVNode as i, createVNode as s, withCtx as r, createCommentVNode as d, unref as t, createTextVNode as x } from "vue";
|
|
2
|
+
import { PlBtnGroup as m, PlTextField as S, PlCheckbox as v, Slider as X, PlToggleSwitch as E, PlNumberField as z } from "@platforma-sdk/ui-vue";
|
|
3
|
+
import { useStore as D } from "../../store.js";
|
|
4
4
|
import Y from "../../components/CollapsableBlock.vue.js";
|
|
5
|
-
import
|
|
6
|
-
import
|
|
5
|
+
import N from "../../icons/Right.vue.js";
|
|
6
|
+
import C from "../../icons/Down.vue.js";
|
|
7
7
|
import V from "../../components/BtnIconGroup.vue.js";
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import
|
|
16
|
-
|
|
8
|
+
import Z from "../../icons/AlignLeft.vue.js";
|
|
9
|
+
import W from "../../icons/AlignCenter.vue.js";
|
|
10
|
+
import $ from "../../icons/AlignRight.vue.js";
|
|
11
|
+
import j from "../../icons/FrameFull.vue.js";
|
|
12
|
+
import q from "../../icons/FrameEmpty.vue.js";
|
|
13
|
+
import J from "../../icons/Rotation0.vue.js";
|
|
14
|
+
import K from "../../icons/Rotation45.vue.js";
|
|
15
|
+
import Q from "../../icons/Rotation90.vue.js";
|
|
16
|
+
import { MAX_FACETS_COUNT as ee } from "../../constantsCommon.js";
|
|
17
|
+
const te = { class: "axes-settings-list" }, le = { class: "axes-settings-options-row block" }, oe = {
|
|
17
18
|
key: 0,
|
|
18
19
|
class: "axes-settings-input"
|
|
19
|
-
},
|
|
20
|
+
}, se = { class: "axes-settings-options-row" }, ie = { class: "axes-settings-options-row" }, ae = {
|
|
20
21
|
key: 0,
|
|
21
22
|
class: "axes-settings-options-row"
|
|
22
|
-
},
|
|
23
|
+
}, ne = {
|
|
23
24
|
key: 1,
|
|
24
25
|
class: "axes-settings-options-row"
|
|
25
|
-
},
|
|
26
|
+
}, ue = {
|
|
26
27
|
key: 2,
|
|
27
28
|
class: "axes-settings-options-row"
|
|
28
|
-
},
|
|
29
|
+
}, de = { class: "axes-settings-options-row block" }, me = { key: 3 }, re = { class: "axes-settings-options-row block" }, pe = { class: "axes-settings-options-row block" }, xe = {
|
|
29
30
|
key: 4,
|
|
30
31
|
class: "axes-settings-options-row"
|
|
31
|
-
},
|
|
32
|
+
}, ve = { class: "axes-settings-options-row table" }, Ve = { class: "axes-settings-options-row block" }, ge = { class: "axes-settings-options-row" }, be = {
|
|
32
33
|
key: 0,
|
|
33
34
|
class: "axes-settings-options-row"
|
|
34
|
-
},
|
|
35
|
+
}, fe = {
|
|
35
36
|
key: 1,
|
|
36
37
|
class: "axes-settings-options-row"
|
|
37
|
-
},
|
|
38
|
+
}, Te = {
|
|
38
39
|
key: 2,
|
|
39
40
|
class: "axes-settings-options-row"
|
|
40
|
-
},
|
|
41
|
+
}, Ae = { class: "axes-settings-options-row block" }, Le = { key: 3 }, Se = { class: "axes-settings-options-row block" }, we = { class: "axes-settings-options-row block" }, ye = {
|
|
41
42
|
key: 4,
|
|
42
43
|
class: "axes-settings-options-row"
|
|
43
|
-
},
|
|
44
|
+
}, Ue = { class: "axes-settings-options-row table" }, ke = { class: "axes-settings-options-row block" }, Xe = { class: "other" }, Ye = { class: "axes-settings-options-row" }, Ne = { class: "axes-settings-options-row" }, Ce = { class: "axes-settings-options-row" }, Oe = { class: "axes-settings-options-row" }, Ie = { class: "axes-settings-options-row" }, Ee = { class: "axes-settings-options-row" }, Pe = { class: "axes-settings-options-row block" }, P = 4, c = 50, M = 20, Ke = /* @__PURE__ */ B({
|
|
44
45
|
__name: "HeatmapAxesSettingsForm",
|
|
45
|
-
setup(
|
|
46
|
-
const g =
|
|
46
|
+
setup(ce) {
|
|
47
|
+
const g = D(), l = g.value.reactive.axesSettings, w = {
|
|
47
48
|
height: 40,
|
|
48
49
|
horizontalPadding: 12,
|
|
49
50
|
defaultState: "open",
|
|
50
51
|
contentPadding: "0 24px"
|
|
51
|
-
},
|
|
52
|
-
{ value: "left", icon:
|
|
53
|
-
{ value: "center", icon:
|
|
54
|
-
{ value: "right", icon:
|
|
52
|
+
}, _ = [
|
|
53
|
+
{ value: "left", icon: Z },
|
|
54
|
+
{ value: "center", icon: W },
|
|
55
|
+
{ value: "right", icon: $ }
|
|
55
56
|
], b = [
|
|
56
|
-
{ value: 0, icon:
|
|
57
|
-
{ value: 45, icon:
|
|
58
|
-
{ value: 90, icon:
|
|
59
|
-
],
|
|
57
|
+
{ value: 0, icon: J },
|
|
58
|
+
{ value: 45, icon: K },
|
|
59
|
+
{ value: 90, icon: Q }
|
|
60
|
+
], y = [
|
|
60
61
|
{ value: "auto", text: "Auto" },
|
|
61
62
|
{ value: "custom", text: "Custom" },
|
|
62
63
|
{ value: "hidden", text: "Hidden" }
|
|
63
|
-
],
|
|
64
|
-
{ value: "none", icon:
|
|
65
|
-
{ value: "full", icon:
|
|
66
|
-
],
|
|
64
|
+
], F = [
|
|
65
|
+
{ value: "none", icon: q },
|
|
66
|
+
{ value: "full", icon: j }
|
|
67
|
+
], G = [
|
|
67
68
|
{ text: "X", value: "x" },
|
|
68
69
|
{ text: "Y", value: "y" },
|
|
69
70
|
{ text: "XY", value: "xy" },
|
|
70
71
|
{ text: "None", value: "none" }
|
|
71
|
-
],
|
|
72
|
+
], O = [
|
|
72
73
|
{ text: "ascending", value: "asc" },
|
|
73
74
|
{ text: "descending", value: "desc" }
|
|
74
75
|
], I = [
|
|
75
76
|
{ text: "auto", value: "auto" },
|
|
76
77
|
{ text: "custom", value: "custom" }
|
|
77
|
-
],
|
|
78
|
+
], R = [
|
|
78
79
|
{ text: "left", value: "left" },
|
|
79
80
|
{ text: "right", value: "right" },
|
|
80
81
|
{ text: "hidden", value: "hidden" }
|
|
81
|
-
],
|
|
82
|
+
], h = [
|
|
82
83
|
{ text: "top", value: "top" },
|
|
83
84
|
{ text: "bottom", value: "bottom" },
|
|
84
85
|
{ text: "hidden", value: "hidden" }
|
|
85
|
-
], f = p(() => g.value.reactive.layersSettings.heatmapClustered),
|
|
86
|
+
], f = p(() => g.value.reactive.layersSettings.heatmapClustered), H = p(() => G.filter((a) => g.value.reactive.template !== "heatmapClustered" ? !0 : f.value.dendrogramX && f.value.dendrogramY ? a.value !== "x" && a.value !== "xy" && a.value !== "y" : f.value.dendrogramX ? a.value !== "x" && a.value !== "xy" : f.value.dendrogramY ? a.value !== "y" && a.value !== "xy" : !0)), T = p(() => g.value.reactive.optionsState.components), U = p(() => l.axisX.cellSize === null ? "auto" : "custom"), A = p({
|
|
86
87
|
get: () => l.axisX.cellSize,
|
|
87
88
|
set: (a) => {
|
|
88
89
|
l.axisX.cellSize = a;
|
|
89
90
|
}
|
|
90
|
-
}), k = p(() => l.axisY.cellSize === null ? "auto" : "custom"),
|
|
91
|
+
}), k = p(() => l.axisY.cellSize === null ? "auto" : "custom"), L = p({
|
|
91
92
|
get: () => l.axisY.cellSize,
|
|
92
93
|
set: (a) => {
|
|
93
94
|
l.axisY.cellSize = a;
|
|
@@ -95,40 +96,40 @@ const Q = { class: "axes-settings-list" }, ee = { class: "axes-settings-options-
|
|
|
95
96
|
});
|
|
96
97
|
return (a, e) => (u(), n("div", {
|
|
97
98
|
class: "axes-form",
|
|
98
|
-
onClick: e[
|
|
99
|
+
onClick: e[34] || (e[34] = (o) => o.stopPropagation())
|
|
99
100
|
}, [
|
|
100
|
-
e[
|
|
101
|
-
i("div",
|
|
101
|
+
e[49] || (e[49] = i("h3", { class: "axes-title" }, " Axes ", -1)),
|
|
102
|
+
i("div", te, [
|
|
102
103
|
s(Y, {
|
|
103
104
|
title: "Title",
|
|
104
|
-
settings:
|
|
105
|
-
icon:
|
|
106
|
-
"icon-open":
|
|
105
|
+
settings: w,
|
|
106
|
+
icon: N,
|
|
107
|
+
"icon-open": C
|
|
107
108
|
}, {
|
|
108
|
-
default:
|
|
109
|
-
i("div",
|
|
110
|
-
s(t(
|
|
109
|
+
default: r(() => [
|
|
110
|
+
i("div", le, [
|
|
111
|
+
s(t(m), {
|
|
111
112
|
modelValue: t(l).title.mode,
|
|
112
113
|
"onUpdate:modelValue": e[0] || (e[0] = (o) => t(l).title.mode = o),
|
|
113
114
|
label: "Title",
|
|
114
|
-
options:
|
|
115
|
+
options: y,
|
|
115
116
|
compact: !0
|
|
116
117
|
}, null, 8, ["modelValue"])
|
|
117
118
|
]),
|
|
118
|
-
t(l).title.mode === "custom" ? (u(), n("div",
|
|
119
|
-
s(t(
|
|
119
|
+
t(l).title.mode === "custom" ? (u(), n("div", oe, [
|
|
120
|
+
s(t(S), {
|
|
120
121
|
modelValue: t(l).title.value,
|
|
121
122
|
"onUpdate:modelValue": e[1] || (e[1] = (o) => t(l).title.value = o),
|
|
122
123
|
label: "Chart title",
|
|
123
124
|
placeholder: "Chart title"
|
|
124
125
|
}, null, 8, ["modelValue"])
|
|
125
126
|
])) : d("", !0),
|
|
126
|
-
i("div",
|
|
127
|
-
e[
|
|
127
|
+
i("div", se, [
|
|
128
|
+
e[35] || (e[35] = i("span", null, "Alignment", -1)),
|
|
128
129
|
s(V, {
|
|
129
130
|
modelValue: t(l).title.position,
|
|
130
131
|
"onUpdate:modelValue": e[2] || (e[2] = (o) => t(l).title.position = o),
|
|
131
|
-
options:
|
|
132
|
+
options: _
|
|
132
133
|
}, null, 8, ["modelValue"])
|
|
133
134
|
])
|
|
134
135
|
]),
|
|
@@ -136,82 +137,82 @@ const Q = { class: "axes-settings-list" }, ee = { class: "axes-settings-options-
|
|
|
136
137
|
}),
|
|
137
138
|
s(Y, {
|
|
138
139
|
title: "X-axis",
|
|
139
|
-
settings:
|
|
140
|
-
icon:
|
|
141
|
-
"icon-open":
|
|
140
|
+
settings: w,
|
|
141
|
+
icon: N,
|
|
142
|
+
"icon-open": C
|
|
142
143
|
}, {
|
|
143
|
-
default:
|
|
144
|
-
i("div",
|
|
144
|
+
default: r(() => [
|
|
145
|
+
i("div", ie, [
|
|
145
146
|
s(t(v), {
|
|
146
147
|
modelValue: t(l).axisX.hideAxisLabels,
|
|
147
148
|
"onUpdate:modelValue": e[3] || (e[3] = (o) => t(l).axisX.hideAxisLabels = o)
|
|
148
149
|
}, {
|
|
149
|
-
default:
|
|
150
|
+
default: r(() => [...e[36] || (e[36] = [
|
|
150
151
|
x("Hide axis labels", -1)
|
|
151
152
|
])]),
|
|
152
153
|
_: 1
|
|
153
154
|
}, 8, ["modelValue"])
|
|
154
155
|
]),
|
|
155
|
-
T.value.xGroupBy.selectorStates.length ? (u(), n("div",
|
|
156
|
+
T.value.xGroupBy.selectorStates.length ? (u(), n("div", ae, [
|
|
156
157
|
s(t(v), {
|
|
157
158
|
modelValue: t(l).axisX.hideAxisGroupLabels,
|
|
158
159
|
"onUpdate:modelValue": e[4] || (e[4] = (o) => t(l).axisX.hideAxisGroupLabels = o)
|
|
159
160
|
}, {
|
|
160
|
-
default:
|
|
161
|
+
default: r(() => [...e[37] || (e[37] = [
|
|
161
162
|
x("Hide group labels", -1)
|
|
162
163
|
])]),
|
|
163
164
|
_: 1
|
|
164
165
|
}, 8, ["modelValue"])
|
|
165
166
|
])) : d("", !0),
|
|
166
|
-
t(l).axisX.hideAxisLabels ? d("", !0) : (u(), n("div",
|
|
167
|
-
e[
|
|
167
|
+
t(l).axisX.hideAxisLabels ? d("", !0) : (u(), n("div", ne, [
|
|
168
|
+
e[38] || (e[38] = i("span", null, "Labels rotation", -1)),
|
|
168
169
|
s(V, {
|
|
169
170
|
modelValue: t(l).axisX.axisLabelsAngle,
|
|
170
171
|
"onUpdate:modelValue": e[5] || (e[5] = (o) => t(l).axisX.axisLabelsAngle = o),
|
|
171
172
|
options: b
|
|
172
173
|
}, null, 8, ["modelValue"])
|
|
173
174
|
])),
|
|
174
|
-
T.value.xGroupBy.selectorStates.length && !t(l).axisX.hideAxisGroupLabels ? (u(), n("div",
|
|
175
|
-
e[
|
|
175
|
+
T.value.xGroupBy.selectorStates.length && !t(l).axisX.hideAxisGroupLabels ? (u(), n("div", ue, [
|
|
176
|
+
e[39] || (e[39] = i("span", null, "Group labels rotation", -1)),
|
|
176
177
|
s(V, {
|
|
177
178
|
modelValue: t(l).axisX.groupLabelsAngle,
|
|
178
179
|
"onUpdate:modelValue": e[6] || (e[6] = (o) => t(l).axisX.groupLabelsAngle = o),
|
|
179
180
|
options: b
|
|
180
181
|
}, null, 8, ["modelValue"])
|
|
181
182
|
])) : d("", !0),
|
|
182
|
-
i("div",
|
|
183
|
-
s(t(
|
|
183
|
+
i("div", de, [
|
|
184
|
+
s(t(m), {
|
|
184
185
|
modelValue: t(l).axisX.titleMode,
|
|
185
186
|
"onUpdate:modelValue": e[7] || (e[7] = (o) => t(l).axisX.titleMode = o),
|
|
186
187
|
label: "Title",
|
|
187
|
-
options:
|
|
188
|
+
options: y,
|
|
188
189
|
compact: !0
|
|
189
190
|
}, null, 8, ["modelValue"])
|
|
190
191
|
]),
|
|
191
|
-
t(l).axisX.titleMode === "custom" ? (u(), n("div",
|
|
192
|
-
s(t(
|
|
192
|
+
t(l).axisX.titleMode === "custom" ? (u(), n("div", me, [
|
|
193
|
+
s(t(S), {
|
|
193
194
|
modelValue: t(l).axisX.customTitle,
|
|
194
195
|
"onUpdate:modelValue": e[8] || (e[8] = (o) => t(l).axisX.customTitle = o),
|
|
195
196
|
label: "Text",
|
|
196
197
|
placeholder: "Type"
|
|
197
198
|
}, null, 8, ["modelValue"])
|
|
198
199
|
])) : d("", !0),
|
|
199
|
-
i("div",
|
|
200
|
-
s(t(
|
|
200
|
+
i("div", re, [
|
|
201
|
+
s(t(m), {
|
|
201
202
|
modelValue: t(l).axisX.sorting,
|
|
202
203
|
"onUpdate:modelValue": e[9] || (e[9] = (o) => t(l).axisX.sorting = o),
|
|
203
204
|
label: "Sorting",
|
|
204
|
-
options:
|
|
205
|
+
options: O,
|
|
205
206
|
compact: !0
|
|
206
207
|
}, null, 8, ["modelValue"])
|
|
207
208
|
]),
|
|
208
|
-
i("div",
|
|
209
|
-
s(t(
|
|
210
|
-
modelValue:
|
|
209
|
+
i("div", pe, [
|
|
210
|
+
s(t(m), {
|
|
211
|
+
modelValue: U.value,
|
|
211
212
|
"onUpdate:modelValue": [
|
|
212
|
-
e[10] || (e[10] = (o) =>
|
|
213
|
+
e[10] || (e[10] = (o) => U.value = o),
|
|
213
214
|
e[11] || (e[11] = (o) => {
|
|
214
|
-
A.value = o === "auto" ? null :
|
|
215
|
+
A.value = o === "auto" ? null : M;
|
|
215
216
|
})
|
|
216
217
|
],
|
|
217
218
|
label: "Cell width mode",
|
|
@@ -219,8 +220,8 @@ const Q = { class: "axes-settings-list" }, ee = { class: "axes-settings-options-
|
|
|
219
220
|
compact: !0
|
|
220
221
|
}, null, 8, ["modelValue"])
|
|
221
222
|
]),
|
|
222
|
-
|
|
223
|
-
s(t(
|
|
223
|
+
U.value === "custom" && A.value !== null ? (u(), n("div", xe, [
|
|
224
|
+
s(t(X), {
|
|
224
225
|
modelValue: A.value,
|
|
225
226
|
"onUpdate:modelValue": e[12] || (e[12] = (o) => A.value = o),
|
|
226
227
|
label: "Cell width",
|
|
@@ -230,19 +231,19 @@ const Q = { class: "axes-settings-list" }, ee = { class: "axes-settings-options-
|
|
|
230
231
|
style: { width: "100%" }
|
|
231
232
|
}, null, 8, ["modelValue"])
|
|
232
233
|
])) : d("", !0),
|
|
233
|
-
i("div",
|
|
234
|
-
e[
|
|
234
|
+
i("div", ve, [
|
|
235
|
+
e[40] || (e[40] = i("span", null, "Ticks", -1)),
|
|
235
236
|
s(t(E), {
|
|
236
237
|
modelValue: t(l).axisX.ticks,
|
|
237
238
|
"onUpdate:modelValue": e[13] || (e[13] = (o) => t(l).axisX.ticks = o)
|
|
238
239
|
}, null, 8, ["modelValue"])
|
|
239
240
|
]),
|
|
240
|
-
i("div",
|
|
241
|
-
s(t(
|
|
241
|
+
i("div", Ve, [
|
|
242
|
+
s(t(m), {
|
|
242
243
|
modelValue: t(l).axisX.annotationTitlePosition,
|
|
243
244
|
"onUpdate:modelValue": e[14] || (e[14] = (o) => t(l).axisX.annotationTitlePosition = o),
|
|
244
245
|
label: "Annotation title position",
|
|
245
|
-
options:
|
|
246
|
+
options: R,
|
|
246
247
|
compact: !0
|
|
247
248
|
}, null, 8, ["modelValue"])
|
|
248
249
|
])
|
|
@@ -251,82 +252,82 @@ const Q = { class: "axes-settings-list" }, ee = { class: "axes-settings-options-
|
|
|
251
252
|
}),
|
|
252
253
|
s(Y, {
|
|
253
254
|
title: "Y-axis",
|
|
254
|
-
settings:
|
|
255
|
-
icon:
|
|
256
|
-
"icon-open":
|
|
255
|
+
settings: w,
|
|
256
|
+
icon: N,
|
|
257
|
+
"icon-open": C
|
|
257
258
|
}, {
|
|
258
|
-
default:
|
|
259
|
-
i("div",
|
|
259
|
+
default: r(() => [
|
|
260
|
+
i("div", ge, [
|
|
260
261
|
s(t(v), {
|
|
261
262
|
modelValue: t(l).axisY.hideAxisLabels,
|
|
262
263
|
"onUpdate:modelValue": e[15] || (e[15] = (o) => t(l).axisY.hideAxisLabels = o)
|
|
263
264
|
}, {
|
|
264
|
-
default:
|
|
265
|
+
default: r(() => [...e[41] || (e[41] = [
|
|
265
266
|
x("Hide axis labels", -1)
|
|
266
267
|
])]),
|
|
267
268
|
_: 1
|
|
268
269
|
}, 8, ["modelValue"])
|
|
269
270
|
]),
|
|
270
|
-
T.value.yGroupBy.selectorStates.length ? (u(), n("div",
|
|
271
|
+
T.value.yGroupBy.selectorStates.length ? (u(), n("div", be, [
|
|
271
272
|
s(t(v), {
|
|
272
273
|
modelValue: t(l).axisY.hideAxisGroupLabels,
|
|
273
274
|
"onUpdate:modelValue": e[16] || (e[16] = (o) => t(l).axisY.hideAxisGroupLabels = o)
|
|
274
275
|
}, {
|
|
275
|
-
default:
|
|
276
|
+
default: r(() => [...e[42] || (e[42] = [
|
|
276
277
|
x("Hide group labels", -1)
|
|
277
278
|
])]),
|
|
278
279
|
_: 1
|
|
279
280
|
}, 8, ["modelValue"])
|
|
280
281
|
])) : d("", !0),
|
|
281
|
-
t(l).axisY.hideAxisLabels ? d("", !0) : (u(), n("div",
|
|
282
|
-
e[
|
|
282
|
+
t(l).axisY.hideAxisLabels ? d("", !0) : (u(), n("div", fe, [
|
|
283
|
+
e[43] || (e[43] = i("span", null, "Labels rotation", -1)),
|
|
283
284
|
s(V, {
|
|
284
285
|
modelValue: t(l).axisY.axisLabelsAngle,
|
|
285
286
|
"onUpdate:modelValue": e[17] || (e[17] = (o) => t(l).axisY.axisLabelsAngle = o),
|
|
286
287
|
options: b
|
|
287
288
|
}, null, 8, ["modelValue"])
|
|
288
289
|
])),
|
|
289
|
-
T.value.yGroupBy.selectorStates.length && !t(l).axisY.hideAxisGroupLabels ? (u(), n("div",
|
|
290
|
-
e[
|
|
290
|
+
T.value.yGroupBy.selectorStates.length && !t(l).axisY.hideAxisGroupLabels ? (u(), n("div", Te, [
|
|
291
|
+
e[44] || (e[44] = i("span", null, "Group labels rotation", -1)),
|
|
291
292
|
s(V, {
|
|
292
293
|
modelValue: t(l).axisY.groupLabelsAngle,
|
|
293
294
|
"onUpdate:modelValue": e[18] || (e[18] = (o) => t(l).axisY.groupLabelsAngle = o),
|
|
294
295
|
options: b
|
|
295
296
|
}, null, 8, ["modelValue"])
|
|
296
297
|
])) : d("", !0),
|
|
297
|
-
i("div",
|
|
298
|
-
s(t(
|
|
298
|
+
i("div", Ae, [
|
|
299
|
+
s(t(m), {
|
|
299
300
|
modelValue: t(l).axisY.titleMode,
|
|
300
301
|
"onUpdate:modelValue": e[19] || (e[19] = (o) => t(l).axisY.titleMode = o),
|
|
301
302
|
label: "Title",
|
|
302
|
-
options:
|
|
303
|
+
options: y,
|
|
303
304
|
compact: !0
|
|
304
305
|
}, null, 8, ["modelValue"])
|
|
305
306
|
]),
|
|
306
|
-
t(l).axisY.titleMode === "custom" ? (u(), n("div",
|
|
307
|
-
s(t(
|
|
307
|
+
t(l).axisY.titleMode === "custom" ? (u(), n("div", Le, [
|
|
308
|
+
s(t(S), {
|
|
308
309
|
modelValue: t(l).axisY.customTitle,
|
|
309
310
|
"onUpdate:modelValue": e[20] || (e[20] = (o) => t(l).axisY.customTitle = o),
|
|
310
311
|
label: "Text",
|
|
311
312
|
placeholder: "Type"
|
|
312
313
|
}, null, 8, ["modelValue"])
|
|
313
314
|
])) : d("", !0),
|
|
314
|
-
i("div",
|
|
315
|
-
s(t(
|
|
315
|
+
i("div", Se, [
|
|
316
|
+
s(t(m), {
|
|
316
317
|
modelValue: t(l).axisY.sorting,
|
|
317
318
|
"onUpdate:modelValue": e[21] || (e[21] = (o) => t(l).axisY.sorting = o),
|
|
318
319
|
label: "Sorting",
|
|
319
|
-
options:
|
|
320
|
+
options: O,
|
|
320
321
|
compact: !0
|
|
321
322
|
}, null, 8, ["modelValue"])
|
|
322
323
|
]),
|
|
323
|
-
i("div",
|
|
324
|
-
s(t(
|
|
324
|
+
i("div", we, [
|
|
325
|
+
s(t(m), {
|
|
325
326
|
modelValue: k.value,
|
|
326
327
|
"onUpdate:modelValue": [
|
|
327
328
|
e[22] || (e[22] = (o) => k.value = o),
|
|
328
329
|
e[23] || (e[23] = (o) => {
|
|
329
|
-
|
|
330
|
+
L.value = o === "auto" ? null : M;
|
|
330
331
|
})
|
|
331
332
|
],
|
|
332
333
|
label: "Cell height mode",
|
|
@@ -334,10 +335,10 @@ const Q = { class: "axes-settings-list" }, ee = { class: "axes-settings-options-
|
|
|
334
335
|
compact: !0
|
|
335
336
|
}, null, 8, ["modelValue"])
|
|
336
337
|
]),
|
|
337
|
-
k.value === "custom" &&
|
|
338
|
-
s(t(
|
|
339
|
-
modelValue:
|
|
340
|
-
"onUpdate:modelValue": e[24] || (e[24] = (o) =>
|
|
338
|
+
k.value === "custom" && L.value !== null ? (u(), n("div", ye, [
|
|
339
|
+
s(t(X), {
|
|
340
|
+
modelValue: L.value,
|
|
341
|
+
"onUpdate:modelValue": e[24] || (e[24] = (o) => L.value = o),
|
|
341
342
|
label: "Cell height",
|
|
342
343
|
min: P,
|
|
343
344
|
max: c,
|
|
@@ -345,60 +346,77 @@ const Q = { class: "axes-settings-list" }, ee = { class: "axes-settings-options-
|
|
|
345
346
|
style: { width: "100%" }
|
|
346
347
|
}, null, 8, ["modelValue"])
|
|
347
348
|
])) : d("", !0),
|
|
348
|
-
i("div",
|
|
349
|
-
e[
|
|
349
|
+
i("div", Ue, [
|
|
350
|
+
e[45] || (e[45] = i("span", null, "Ticks", -1)),
|
|
350
351
|
s(t(E), {
|
|
351
352
|
modelValue: t(l).axisY.ticks,
|
|
352
353
|
"onUpdate:modelValue": e[25] || (e[25] = (o) => t(l).axisY.ticks = o)
|
|
353
354
|
}, null, 8, ["modelValue"])
|
|
354
355
|
]),
|
|
355
|
-
i("div",
|
|
356
|
-
s(t(
|
|
356
|
+
i("div", ke, [
|
|
357
|
+
s(t(m), {
|
|
357
358
|
modelValue: t(l).axisY.annotationTitlePosition,
|
|
358
359
|
"onUpdate:modelValue": e[26] || (e[26] = (o) => t(l).axisY.annotationTitlePosition = o),
|
|
359
360
|
label: "Annotation title position",
|
|
360
|
-
options:
|
|
361
|
+
options: h,
|
|
361
362
|
compact: !0
|
|
362
363
|
}, null, 8, ["modelValue"])
|
|
363
364
|
])
|
|
364
365
|
]),
|
|
365
366
|
_: 1
|
|
366
367
|
}),
|
|
367
|
-
i("div",
|
|
368
|
-
i("div",
|
|
368
|
+
i("div", Xe, [
|
|
369
|
+
i("div", Ye, [
|
|
369
370
|
s(t(v), {
|
|
370
371
|
modelValue: t(l).other.showLegend,
|
|
371
372
|
"onUpdate:modelValue": e[27] || (e[27] = (o) => t(l).other.showLegend = o)
|
|
372
373
|
}, {
|
|
373
|
-
default:
|
|
374
|
+
default: r(() => [...e[46] || (e[46] = [
|
|
374
375
|
x("Show legend", -1)
|
|
375
376
|
])]),
|
|
376
377
|
_: 1
|
|
377
378
|
}, 8, ["modelValue"])
|
|
378
379
|
]),
|
|
379
|
-
i("div",
|
|
380
|
+
i("div", Ne, [
|
|
381
|
+
s(t(S), {
|
|
382
|
+
modelValue: t(l).other.nullValueLabel,
|
|
383
|
+
"onUpdate:modelValue": e[28] || (e[28] = (o) => t(l).other.nullValueLabel = o),
|
|
384
|
+
label: "Null value label",
|
|
385
|
+
placeholder: "NA"
|
|
386
|
+
}, null, 8, ["modelValue"])
|
|
387
|
+
]),
|
|
388
|
+
i("div", Ce, [
|
|
389
|
+
s(t(z), {
|
|
390
|
+
modelValue: t(l).other.maxFacetsCount,
|
|
391
|
+
"onUpdate:modelValue": e[29] || (e[29] = (o) => t(l).other.maxFacetsCount = o),
|
|
392
|
+
label: "Max facets count",
|
|
393
|
+
min: 1,
|
|
394
|
+
max: t(ee)
|
|
395
|
+
}, null, 8, ["modelValue", "max"])
|
|
396
|
+
]),
|
|
397
|
+
i("div", Oe, [
|
|
380
398
|
s(t(v), {
|
|
381
399
|
modelValue: t(l).other.canvasRenderMode,
|
|
382
|
-
"onUpdate:modelValue": e[
|
|
400
|
+
"onUpdate:modelValue": e[30] || (e[30] = (o) => t(l).other.canvasRenderMode = o)
|
|
383
401
|
}, {
|
|
384
|
-
default:
|
|
402
|
+
default: r(() => [...e[47] || (e[47] = [
|
|
385
403
|
x("Render as canvas", -1)
|
|
386
404
|
])]),
|
|
387
405
|
_: 1
|
|
388
406
|
}, 8, ["modelValue"])
|
|
389
407
|
]),
|
|
390
|
-
i("div",
|
|
391
|
-
e[
|
|
408
|
+
i("div", Ie, [
|
|
409
|
+
e[48] || (e[48] = i("span", null, "Frame", -1)),
|
|
392
410
|
s(V, {
|
|
393
411
|
modelValue: t(l).other.frame,
|
|
394
|
-
"onUpdate:modelValue": e[
|
|
395
|
-
options:
|
|
412
|
+
"onUpdate:modelValue": e[31] || (e[31] = (o) => t(l).other.frame = o),
|
|
413
|
+
options: F
|
|
396
414
|
}, null, 8, ["modelValue"])
|
|
397
415
|
]),
|
|
398
|
-
i("div",
|
|
399
|
-
s(t(
|
|
416
|
+
i("div", Ee, [
|
|
417
|
+
s(t(X), {
|
|
400
418
|
modelValue: t(l).other.facetColumns,
|
|
401
|
-
"onUpdate:modelValue": e[
|
|
419
|
+
"onUpdate:modelValue": e[32] || (e[32] = (o) => t(l).other.facetColumns = o),
|
|
402
420
|
style: { width: "100%" },
|
|
403
421
|
label: "Facet column count",
|
|
404
422
|
min: 1,
|
|
@@ -408,12 +426,12 @@ const Q = { class: "axes-settings-list" }, ee = { class: "axes-settings-options-
|
|
|
408
426
|
mode: "input"
|
|
409
427
|
}, null, 8, ["modelValue"])
|
|
410
428
|
]),
|
|
411
|
-
i("div",
|
|
412
|
-
s(t(
|
|
429
|
+
i("div", Pe, [
|
|
430
|
+
s(t(m), {
|
|
413
431
|
modelValue: t(l).other.facetSharedBy,
|
|
414
|
-
"onUpdate:modelValue": e[
|
|
432
|
+
"onUpdate:modelValue": e[33] || (e[33] = (o) => t(l).other.facetSharedBy = o),
|
|
415
433
|
label: "Facet shared by",
|
|
416
|
-
options:
|
|
434
|
+
options: H.value,
|
|
417
435
|
compact: !0
|
|
418
436
|
}, null, 8, ["modelValue", "options"])
|
|
419
437
|
])
|
|
@@ -423,6 +441,6 @@ const Q = { class: "axes-settings-list" }, ee = { class: "axes-settings-options-
|
|
|
423
441
|
}
|
|
424
442
|
});
|
|
425
443
|
export {
|
|
426
|
-
|
|
444
|
+
Ke as default
|
|
427
445
|
};
|
|
428
446
|
//# sourceMappingURL=HeatmapAxesSettingsForm.vue.js.map
|