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