@milaboratories/graph-maker 1.1.195 → 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.
Files changed (63) hide show
  1. package/dist/components/AesSettings/AesDataMappingDiscrete.vue2.js +127 -130
  2. package/dist/components/AesSettings/AesDataMappingDiscrete.vue2.js.map +1 -1
  3. package/dist/components/AesSettings/DiscreteRow.vue2.js +18 -18
  4. package/dist/components/AesSettings/DiscreteRow.vue2.js.map +1 -1
  5. package/dist/components/AesSettings/DiscreteRow.vue3.js +10 -8
  6. package/dist/components/AesSettings/DiscreteRow.vue3.js.map +1 -1
  7. package/dist/components/Chart.vue.js +118 -112
  8. package/dist/components/Chart.vue.js.map +1 -1
  9. package/dist/components/CollapsableBlock.vue.d.ts +1 -0
  10. package/dist/components/CollapsableBlock.vue.js +27 -21
  11. package/dist/components/CollapsableBlock.vue.js.map +1 -1
  12. package/dist/constantsCommon.d.ts +2 -0
  13. package/dist/constantsCommon.js +24 -16
  14. package/dist/constantsCommon.js.map +1 -1
  15. package/dist/forms/AxesSettingsForm/BubbleAxesSettingsForm.vue.js +156 -117
  16. package/dist/forms/AxesSettingsForm/BubbleAxesSettingsForm.vue.js.map +1 -1
  17. package/dist/forms/AxesSettingsForm/DiscreteAxesSettingsForm.vue.js +162 -134
  18. package/dist/forms/AxesSettingsForm/DiscreteAxesSettingsForm.vue.js.map +1 -1
  19. package/dist/forms/AxesSettingsForm/HeatmapAxesSettingsForm.vue.js +175 -153
  20. package/dist/forms/AxesSettingsForm/HeatmapAxesSettingsForm.vue.js.map +1 -1
  21. package/dist/forms/AxesSettingsForm/HistogramAxesSettingsForm.vue.js +177 -136
  22. package/dist/forms/AxesSettingsForm/HistogramAxesSettingsForm.vue.js.map +1 -1
  23. package/dist/forms/AxesSettingsForm/ScatterplotAxesSettingsForm.vue.js +243 -203
  24. package/dist/forms/AxesSettingsForm/ScatterplotAxesSettingsForm.vue.js.map +1 -1
  25. package/dist/forms/LayersForm/Layer/Bubble.vue.js +39 -43
  26. package/dist/forms/LayersForm/Layer/Bubble.vue.js.map +1 -1
  27. package/dist/forms/LayersForm/Layer/discrete/Bar.vue.js +30 -34
  28. package/dist/forms/LayersForm/Layer/discrete/Bar.vue.js.map +1 -1
  29. package/dist/forms/LayersForm/Layer/discrete/Errorbar.vue.js +24 -26
  30. package/dist/forms/LayersForm/Layer/discrete/Errorbar.vue.js.map +1 -1
  31. package/dist/forms/LayersForm/Layer/discrete/Line.vue.js +27 -29
  32. package/dist/forms/LayersForm/Layer/discrete/Line.vue.js.map +1 -1
  33. package/dist/forms/LayersForm/Layer/discrete/StackedArea.vue.js +38 -43
  34. package/dist/forms/LayersForm/Layer/discrete/StackedArea.vue.js.map +1 -1
  35. package/dist/forms/LayersForm/Layer/discrete/StackedBar.vue.js +31 -36
  36. package/dist/forms/LayersForm/Layer/discrete/StackedBar.vue.js.map +1 -1
  37. package/dist/forms/LayersForm/Layer/heatmap/Heatmap.vue.js +53 -57
  38. package/dist/forms/LayersForm/Layer/heatmap/Heatmap.vue.js.map +1 -1
  39. package/dist/forms/LayersForm/Layer/heatmap/HeatmapClustered.vue.js +70 -74
  40. package/dist/forms/LayersForm/Layer/heatmap/HeatmapClustered.vue.js.map +1 -1
  41. package/dist/index.js +1 -1
  42. package/dist/index.vue.js +1 -1
  43. package/dist/store.d.ts +3 -4
  44. package/dist/store.js +25 -26
  45. package/dist/store.js.map +1 -1
  46. package/dist/types.d.ts +4 -0
  47. package/dist/utils/createChartSettingsForRender/composeBubbleSettings.d.ts +1 -1
  48. package/dist/utils/createChartSettingsForRender/composeChartSettings.d.ts +4 -2
  49. package/dist/utils/createChartSettingsForRender/composeChartSettings.js +22 -22
  50. package/dist/utils/createChartSettingsForRender/composeChartSettings.js.map +1 -1
  51. package/dist/utils/createChartSettingsForRender/composeDiscreteSettings.d.ts +7 -5
  52. package/dist/utils/createChartSettingsForRender/composeHeatmapSettings.d.ts +1 -1
  53. package/dist/utils/createChartSettingsForRender/composeScatterplotSettings.d.ts +2 -1
  54. package/dist/utils/createChartSettingsForRender/composeScatterplotSettings.js +12 -12
  55. package/dist/utils/createChartSettingsForRender/composeScatterplotSettings.js.map +1 -1
  56. package/dist/utils/createChartSettingsForRender/composeScatterplotUmapSettings.js +11 -11
  57. package/dist/utils/createChartSettingsForRender/composeScatterplotUmapSettings.js.map +1 -1
  58. package/dist/utils/createChartSettingsForRender/getAxesDataFromForms.js +17 -17
  59. package/dist/utils/createChartSettingsForRender/getAxesDataFromForms.js.map +1 -1
  60. package/dist/utils/loadUniqueValuesToSave.d.ts +2 -3
  61. package/dist/utils/loadUniqueValuesToSave.js +2 -2
  62. package/dist/utils/loadUniqueValuesToSave.js.map +1 -1
  63. package/package.json +2 -2
@@ -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 l, createTextVNode as v } 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 D } from "../../store.js";
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 x from "../../components/BtnIconGroup.vue.js";
8
- import Z from "../../icons/AlignLeft.vue.js";
9
- import c from "../../icons/AlignCenter.vue.js";
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" }, le = {
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
- }, te = { class: "axes-settings-options-row" }, oe = { class: "axes-settings-options-row" }, se = {
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
- }, ye = { class: "axes-settings-options-row table" }, we = { 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 block" }, P = 4, _ = 50, G = 20, ce = /* @__PURE__ */ h({
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(Ne) {
46
- const g = D(), t = g.value.reactive.axesSettings, L = {
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: Z },
52
- { value: "center", icon: c },
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
- ], y = [
59
+ ], w = [
59
60
  { value: "auto", text: "Auto" },
60
61
  { value: "custom", text: "Custom" },
61
62
  { value: "hidden", text: "Hidden" }
62
- ], R = [
63
+ ], _ = [
63
64
  { value: "none", icon: j },
64
65
  { value: "full", icon: $ }
65
- ], F = [
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
- ], H = [
77
+ ], F = [
77
78
  { text: "left", value: "left" },
78
79
  { text: "right", value: "right" },
79
80
  { text: "hidden", value: "hidden" }
80
- ], B = [
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), z = p(() => F.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), w = p(() => t.axisX.cellSize === null ? "auto" : "custom"), A = p({
85
- get: () => t.axisX.cellSize,
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
- t.axisX.cellSize = a;
88
+ l.axisX.cellSize = a;
88
89
  }
89
- }), k = p(() => t.axisY.cellSize === null ? "auto" : "custom"), S = p({
90
- get: () => t.axisY.cellSize,
90
+ }), k = p(() => l.axisY.cellSize === null ? "auto" : "custom"), S = p({
91
+ get: () => l.axisY.cellSize,
91
92
  set: (a) => {
92
- t.axisY.cellSize = a;
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[31] || (e[31] = (o) => o.stopPropagation())
98
+ onClick: e[32] || (e[32] = (o) => o.stopPropagation())
98
99
  }, [
99
- e[45] || (e[45] = i("h3", { class: "axes-title" }, " Axes ", -1)),
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(l(r), {
110
- modelValue: l(t).title.mode,
111
- "onUpdate:modelValue": e[0] || (e[0] = (o) => l(t).title.mode = o),
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: y
114
+ options: w,
115
+ compact: !0
114
116
  }, null, 8, ["modelValue"])
115
117
  ]),
116
- l(t).title.mode === "custom" ? (u(), n("div", le, [
117
- s(l(X), {
118
- modelValue: l(t).title.value,
119
- "onUpdate:modelValue": e[1] || (e[1] = (o) => l(t).title.value = o),
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", te, [
125
- e[32] || (e[32] = i("span", null, "Alignment", -1)),
126
- s(x, {
127
- modelValue: l(t).title.position,
128
- "onUpdate:modelValue": e[2] || (e[2] = (o) => l(t).title.position = o),
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(l(V), {
144
- modelValue: l(t).axisX.hideAxisLabels,
145
- "onUpdate:modelValue": e[3] || (e[3] = (o) => l(t).axisX.hideAxisLabels = o)
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[33] || (e[33] = [
148
- v("Hide axis labels", -1)
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(l(V), {
155
- modelValue: l(t).axisX.hideAxisGroupLabels,
156
- "onUpdate:modelValue": e[4] || (e[4] = (o) => l(t).axisX.hideAxisGroupLabels = o)
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[34] || (e[34] = [
159
- v("Hide group labels", -1)
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(t).axisX.hideAxisLabels ? d("", !0) : (u(), n("div", ie, [
165
- e[35] || (e[35] = i("span", null, "Labels rotation", -1)),
166
- s(x, {
167
- modelValue: l(t).axisX.axisLabelsAngle,
168
- "onUpdate:modelValue": e[5] || (e[5] = (o) => l(t).axisX.axisLabelsAngle = o),
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(t).axisX.hideAxisGroupLabels ? (u(), n("div", ae, [
173
- e[36] || (e[36] = i("span", null, "Group labels rotation", -1)),
174
- s(x, {
175
- modelValue: l(t).axisX.groupLabelsAngle,
176
- "onUpdate:modelValue": e[6] || (e[6] = (o) => l(t).axisX.groupLabelsAngle = o),
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(l(r), {
182
- modelValue: l(t).axisX.titleMode,
183
- "onUpdate:modelValue": e[7] || (e[7] = (o) => l(t).axisX.titleMode = o),
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: y
187
+ options: w,
188
+ compact: !0
186
189
  }, null, 8, ["modelValue"])
187
190
  ]),
188
- l(t).axisX.titleMode === "custom" ? (u(), n("div", ue, [
189
- s(l(X), {
190
- modelValue: l(t).axisX.customTitle,
191
- "onUpdate:modelValue": e[8] || (e[8] = (o) => l(t).axisX.customTitle = o),
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(l(r), {
198
- modelValue: l(t).axisX.sorting,
199
- "onUpdate:modelValue": e[9] || (e[9] = (o) => l(t).axisX.sorting = o),
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(l(r), {
206
- modelValue: w.value,
209
+ s(t(r), {
210
+ modelValue: y.value,
207
211
  "onUpdate:modelValue": [
208
- e[10] || (e[10] = (o) => w.value = 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
- w.value === "custom" && A.value !== null ? (u(), n("div", me, [
218
- s(l(U), {
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[37] || (e[37] = i("span", null, "Ticks", -1)),
230
- s(l(E), {
231
- modelValue: l(t).axisX.ticks,
232
- "onUpdate:modelValue": e[13] || (e[13] = (o) => l(t).axisX.ticks = o)
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(l(r), {
237
- modelValue: l(t).axisX.annotationTitlePosition,
238
- "onUpdate:modelValue": e[14] || (e[14] = (o) => l(t).axisX.annotationTitlePosition = o),
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: H
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(l(V), {
255
- modelValue: l(t).axisY.hideAxisLabels,
256
- "onUpdate:modelValue": e[15] || (e[15] = (o) => l(t).axisY.hideAxisLabels = o)
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[38] || (e[38] = [
259
- v("Hide axis labels", -1)
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(l(V), {
266
- modelValue: l(t).axisY.hideAxisGroupLabels,
267
- "onUpdate:modelValue": e[16] || (e[16] = (o) => l(t).axisY.hideAxisGroupLabels = o)
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[39] || (e[39] = [
270
- v("Hide group labels", -1)
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(t).axisY.hideAxisLabels ? d("", !0) : (u(), n("div", ge, [
276
- e[40] || (e[40] = i("span", null, "Labels rotation", -1)),
277
- s(x, {
278
- modelValue: l(t).axisY.axisLabelsAngle,
279
- "onUpdate:modelValue": e[17] || (e[17] = (o) => l(t).axisY.axisLabelsAngle = o),
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(t).axisY.hideAxisGroupLabels ? (u(), n("div", be, [
284
- e[41] || (e[41] = i("span", null, "Group labels rotation", -1)),
285
- s(x, {
286
- modelValue: l(t).axisY.groupLabelsAngle,
287
- "onUpdate:modelValue": e[18] || (e[18] = (o) => l(t).axisY.groupLabelsAngle = o),
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(l(r), {
293
- modelValue: l(t).axisY.titleMode,
294
- "onUpdate:modelValue": e[19] || (e[19] = (o) => l(t).axisY.titleMode = o),
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: y
302
+ options: w,
303
+ compact: !0
297
304
  }, null, 8, ["modelValue"])
298
305
  ]),
299
- l(t).axisY.titleMode === "custom" ? (u(), n("div", Te, [
300
- s(l(X), {
301
- modelValue: l(t).axisY.customTitle,
302
- "onUpdate:modelValue": e[20] || (e[20] = (o) => l(t).axisY.customTitle = o),
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(l(r), {
309
- modelValue: l(t).axisY.sorting,
310
- "onUpdate:modelValue": e[21] || (e[21] = (o) => l(t).axisY.sorting = o),
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(l(r), {
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(l(U), {
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", ye, [
340
- e[42] || (e[42] = i("span", null, "Ticks", -1)),
341
- s(l(E), {
342
- modelValue: l(t).axisY.ticks,
343
- "onUpdate:modelValue": e[25] || (e[25] = (o) => l(t).axisY.ticks = o)
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", we, [
347
- s(l(r), {
348
- modelValue: l(t).axisY.annotationTitlePosition,
349
- "onUpdate:modelValue": e[26] || (e[26] = (o) => l(t).axisY.annotationTitlePosition = o),
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: B
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(l(V), {
360
- modelValue: l(t).other.canvasRenderMode,
361
- "onUpdate:modelValue": e[27] || (e[27] = (o) => l(t).other.canvasRenderMode = o)
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[43] || (e[43] = [
364
- v("Render as canvas", -1)
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
- e[44] || (e[44] = i("span", null, "Frame", -1)),
371
- s(x, {
372
- modelValue: l(t).other.frame,
373
- "onUpdate:modelValue": e[28] || (e[28] = (o) => l(t).other.frame = o),
374
- options: R
375
- }, null, 8, ["modelValue"])
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
- s(l(U), {
379
- modelValue: l(t).other.facetColumns,
380
- "onUpdate:modelValue": e[29] || (e[29] = (o) => l(t).other.facetColumns = o),
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", Oe, [
391
- s(l(r), {
392
- modelValue: l(t).other.facetSharedBy,
393
- "onUpdate:modelValue": e[30] || (e[30] = (o) => l(t).other.facetSharedBy = o),
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: z.value
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
- ce as default
426
+ We as default
405
427
  };
406
428
  //# sourceMappingURL=HeatmapAxesSettingsForm.vue.js.map