@milaboratories/graph-maker 1.2.1 → 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.
Files changed (92) hide show
  1. package/dist/assets/ui.css +1 -1
  2. package/dist/components/ChartTruncationWarningAlert.css +1 -0
  3. package/dist/components/ChartTruncationWarningAlert.vue.d.ts +7 -0
  4. package/dist/components/ChartTruncationWarningAlert.vue.d.ts.map +1 -0
  5. package/dist/components/ChartTruncationWarningAlert.vue.js +10 -0
  6. package/dist/components/ChartTruncationWarningAlert.vue.js.map +1 -0
  7. package/dist/components/ChartTruncationWarningAlert.vue2.js +54 -0
  8. package/dist/components/ChartTruncationWarningAlert.vue2.js.map +1 -0
  9. package/dist/components/ChartTruncationWarningAlert.vue3.js +8 -0
  10. package/dist/components/ChartTruncationWarningAlert.vue3.js.map +1 -0
  11. package/dist/components/DragAndDrop/DnDBasketChip.vue.d.ts.map +1 -1
  12. package/dist/components/DragAndDrop/DnDBasketChip.vue.js +34 -31
  13. package/dist/components/DragAndDrop/DnDBasketChip.vue.js.map +1 -1
  14. package/dist/components/DragAndDrop/DnDRangeChip.vue.d.ts.map +1 -1
  15. package/dist/components/DragAndDrop/DnDRangeChip.vue.js +34 -31
  16. package/dist/components/DragAndDrop/DnDRangeChip.vue.js.map +1 -1
  17. package/dist/components/DragAndDrop/DndDoubleChip.vue.d.ts.map +1 -1
  18. package/dist/components/DragAndDrop/DndDoubleChip.vue.js +40 -35
  19. package/dist/components/DragAndDrop/DndDoubleChip.vue.js.map +1 -1
  20. package/dist/components/PanelModal.vue.d.ts.map +1 -1
  21. package/dist/components/PanelModal.vue.js +25 -11
  22. package/dist/components/PanelModal.vue.js.map +1 -1
  23. package/dist/constantsCommon.d.ts +6 -0
  24. package/dist/constantsCommon.d.ts.map +1 -1
  25. package/dist/constantsCommon.js +36 -32
  26. package/dist/constantsCommon.js.map +1 -1
  27. package/dist/dataBindAes.d.ts.map +1 -1
  28. package/dist/dataBindAes.js +81 -86
  29. package/dist/dataBindAes.js.map +1 -1
  30. package/dist/forms/AxesSettingsForm/BubbleAxesSettingsForm.vue.d.ts.map +1 -1
  31. package/dist/forms/AxesSettingsForm/BubbleAxesSettingsForm.vue.js +64 -54
  32. package/dist/forms/AxesSettingsForm/BubbleAxesSettingsForm.vue.js.map +1 -1
  33. package/dist/forms/AxesSettingsForm/DiscreteAxesSettingsForm.vue.d.ts.map +1 -1
  34. package/dist/forms/AxesSettingsForm/DiscreteAxesSettingsForm.vue.js +177 -157
  35. package/dist/forms/AxesSettingsForm/DiscreteAxesSettingsForm.vue.js.map +1 -1
  36. package/dist/forms/AxesSettingsForm/HeatmapAxesSettingsForm.vue.d.ts.map +1 -1
  37. package/dist/forms/AxesSettingsForm/HeatmapAxesSettingsForm.vue.js +133 -123
  38. package/dist/forms/AxesSettingsForm/HeatmapAxesSettingsForm.vue.js.map +1 -1
  39. package/dist/forms/AxesSettingsForm/HistogramAxesSettingsForm.vue.d.ts.map +1 -1
  40. package/dist/forms/AxesSettingsForm/HistogramAxesSettingsForm.vue.js +130 -120
  41. package/dist/forms/AxesSettingsForm/HistogramAxesSettingsForm.vue.js.map +1 -1
  42. package/dist/forms/AxesSettingsForm/ScatterplotAxesSettingsForm.vue.d.ts.map +1 -1
  43. package/dist/forms/AxesSettingsForm/ScatterplotAxesSettingsForm.vue.js +164 -147
  44. package/dist/forms/AxesSettingsForm/ScatterplotAxesSettingsForm.vue.js.map +1 -1
  45. package/dist/forms/DataMappingForm/utils.js +58 -58
  46. package/dist/forms/DataMappingForm/utils.js.map +1 -1
  47. package/dist/forms/LayersForm/AesSelector.vue.js +66 -66
  48. package/dist/forms/LayersForm/AesSelector.vue.js.map +1 -1
  49. package/dist/index.vue.d.ts.map +1 -1
  50. package/dist/index.vue.js +186 -172
  51. package/dist/index.vue.js.map +1 -1
  52. package/dist/store.d.ts +2 -1
  53. package/dist/store.d.ts.map +1 -1
  54. package/dist/store.js +140 -134
  55. package/dist/store.js.map +1 -1
  56. package/dist/types.d.ts +2 -0
  57. package/dist/types.d.ts.map +1 -1
  58. package/dist/utils/calculateDiscreteGroups.d.ts.map +1 -1
  59. package/dist/utils/calculateDiscreteGroups.js +6 -6
  60. package/dist/utils/calculateDiscreteGroups.js.map +1 -1
  61. package/dist/utils/createChartSettingsForRender/composeBubbleSettings.d.ts +1 -0
  62. package/dist/utils/createChartSettingsForRender/composeBubbleSettings.d.ts.map +1 -1
  63. package/dist/utils/createChartSettingsForRender/composeChartSettings.d.ts +19 -1
  64. package/dist/utils/createChartSettingsForRender/composeChartSettings.d.ts.map +1 -1
  65. package/dist/utils/createChartSettingsForRender/composeChartSettings.js +74 -40
  66. package/dist/utils/createChartSettingsForRender/composeChartSettings.js.map +1 -1
  67. package/dist/utils/createChartSettingsForRender/composeDendroSettings.d.ts +1 -0
  68. package/dist/utils/createChartSettingsForRender/composeDendroSettings.d.ts.map +1 -1
  69. package/dist/utils/createChartSettingsForRender/composeDendroSettings.js +22 -22
  70. package/dist/utils/createChartSettingsForRender/composeDendroSettings.js.map +1 -1
  71. package/dist/utils/createChartSettingsForRender/composeDiscreteSettings.d.ts +4 -487
  72. package/dist/utils/createChartSettingsForRender/composeDiscreteSettings.d.ts.map +1 -1
  73. package/dist/utils/createChartSettingsForRender/composeDiscreteSettings.js +48 -35
  74. package/dist/utils/createChartSettingsForRender/composeDiscreteSettings.js.map +1 -1
  75. package/dist/utils/createChartSettingsForRender/composeHeatmapSettings.d.ts +1 -0
  76. package/dist/utils/createChartSettingsForRender/composeHeatmapSettings.d.ts.map +1 -1
  77. package/dist/utils/createChartSettingsForRender/composeHistogramSettings.d.ts +1 -0
  78. package/dist/utils/createChartSettingsForRender/composeHistogramSettings.d.ts.map +1 -1
  79. package/dist/utils/createChartSettingsForRender/composeScatterplotSettings.d.ts +1 -0
  80. package/dist/utils/createChartSettingsForRender/composeScatterplotSettings.d.ts.map +1 -1
  81. package/dist/utils/createChartSettingsForRender/composeScatterplotSettings.js +80 -67
  82. package/dist/utils/createChartSettingsForRender/composeScatterplotSettings.js.map +1 -1
  83. package/dist/utils/createChartSettingsForRender/getAxesDataFromForms.d.ts.map +1 -1
  84. package/dist/utils/createChartSettingsForRender/getAxesDataFromForms.js +28 -28
  85. package/dist/utils/createChartSettingsForRender/getAxesDataFromForms.js.map +1 -1
  86. package/dist/utils/loadUniqueValuesToSave.d.ts +3 -1
  87. package/dist/utils/loadUniqueValuesToSave.d.ts.map +1 -1
  88. package/dist/utils/loadUniqueValuesToSave.js +81 -63
  89. package/dist/utils/loadUniqueValuesToSave.js.map +1 -1
  90. package/package.json +3 -3
  91. package/dist/assets/drag-and-drop/img/chip-close.svg.js +0 -7
  92. package/dist/assets/drag-and-drop/img/chip-close.svg.js.map +0 -1
@@ -1,93 +1,94 @@
1
- import { defineComponent as B, 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 S, PlCheckbox as v, Slider as X, PlToggleSwitch as E } from "@platforma-sdk/ui-vue";
3
- import { useStore as z } from "../../store.js";
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
5
  import N from "../../icons/Right.vue.js";
6
- import O from "../../icons/Down.vue.js";
6
+ import C from "../../icons/Down.vue.js";
7
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
- import W from "../../icons/AlignRight.vue.js";
11
- import $ from "../../icons/FrameFull.vue.js";
12
- import j from "../../icons/FrameEmpty.vue.js";
13
- import q from "../../icons/Rotation0.vue.js";
14
- import J from "../../icons/Rotation45.vue.js";
15
- import K from "../../icons/Rotation90.vue.js";
16
- const Q = { class: "axes-settings-list" }, ee = { class: "axes-settings-options-row block" }, te = {
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
- }, le = { class: "axes-settings-options-row" }, oe = { class: "axes-settings-options-row" }, se = {
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
- }, ie = {
23
+ }, ne = {
23
24
  key: 1,
24
25
  class: "axes-settings-options-row"
25
- }, ae = {
26
+ }, ue = {
26
27
  key: 2,
27
28
  class: "axes-settings-options-row"
28
- }, ne = { class: "axes-settings-options-row block" }, ue = { key: 3 }, de = { class: "axes-settings-options-row block" }, re = { class: "axes-settings-options-row block" }, me = {
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
- }, pe = { class: "axes-settings-options-row table" }, xe = { class: "axes-settings-options-row block" }, ve = { class: "axes-settings-options-row" }, Ve = {
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
- }, ge = {
35
+ }, fe = {
35
36
  key: 1,
36
37
  class: "axes-settings-options-row"
37
- }, be = {
38
+ }, Te = {
38
39
  key: 2,
39
40
  class: "axes-settings-options-row"
40
- }, fe = { class: "axes-settings-options-row block" }, Te = { key: 3 }, Ae = { class: "axes-settings-options-row block" }, Le = { class: "axes-settings-options-row block" }, Se = {
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
- }, we = { class: "axes-settings-options-row table" }, ye = { class: "axes-settings-options-row block" }, ke = { class: "other" }, Ue = { class: "axes-settings-options-row" }, Xe = { class: "axes-settings-options-row" }, Ye = { class: "axes-settings-options-row" }, Ne = { class: "axes-settings-options-row" }, Oe = { class: "axes-settings-options-row" }, Ce = { class: "axes-settings-options-row block" }, P = 4, c = 50, G = 20, $e = /* @__PURE__ */ B({
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(Ie) {
46
- const g = z(), l = g.value.reactive.axesSettings, w = {
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
- }, M = [
52
- { value: "left", icon: D },
53
- { value: "center", icon: Z },
54
- { value: "right", icon: W }
52
+ }, _ = [
53
+ { value: "left", icon: Z },
54
+ { value: "center", icon: W },
55
+ { value: "right", icon: $ }
55
56
  ], b = [
56
- { value: 0, icon: q },
57
- { value: 45, icon: J },
58
- { value: 90, icon: K }
57
+ { value: 0, icon: J },
58
+ { value: 45, icon: K },
59
+ { value: 90, icon: Q }
59
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: j },
65
- { value: "full", icon: $ }
66
- ], R = [
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
- ], C = [
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
- ], F = [
78
+ ], R = [
78
79
  { text: "left", value: "left" },
79
80
  { text: "right", value: "right" },
80
81
  { text: "hidden", value: "hidden" }
81
- ], H = [
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), h = 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), k = p(() => l.axisX.cellSize === null ? "auto" : "custom"), A = p({
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
- }), U = p(() => l.axisY.cellSize === null ? "auto" : "custom"), L = p({
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,19 +96,19 @@ 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[33] || (e[33] = (o) => o.stopPropagation())
99
+ onClick: e[34] || (e[34] = (o) => o.stopPropagation())
99
100
  }, [
100
- e[48] || (e[48] = i("h3", { class: "axes-title" }, " Axes ", -1)),
101
- i("div", Q, [
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
105
  settings: w,
105
106
  icon: N,
106
- "icon-open": O
107
+ "icon-open": C
107
108
  }, {
108
- default: m(() => [
109
- i("div", ee, [
110
- s(t(r), {
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",
@@ -115,7 +116,7 @@ const Q = { class: "axes-settings-list" }, ee = { class: "axes-settings-options-
115
116
  compact: !0
116
117
  }, null, 8, ["modelValue"])
117
118
  ]),
118
- t(l).title.mode === "custom" ? (u(), n("div", te, [
119
+ t(l).title.mode === "custom" ? (u(), n("div", oe, [
119
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),
@@ -123,12 +124,12 @@ const Q = { class: "axes-settings-list" }, ee = { class: "axes-settings-options-
123
124
  placeholder: "Chart title"
124
125
  }, null, 8, ["modelValue"])
125
126
  ])) : d("", !0),
126
- i("div", le, [
127
- e[34] || (e[34] = i("span", null, "Alignment", -1)),
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: M
132
+ options: _
132
133
  }, null, 8, ["modelValue"])
133
134
  ])
134
135
  ]),
@@ -138,49 +139,49 @@ const Q = { class: "axes-settings-list" }, ee = { class: "axes-settings-options-
138
139
  title: "X-axis",
139
140
  settings: w,
140
141
  icon: N,
141
- "icon-open": O
142
+ "icon-open": C
142
143
  }, {
143
- default: m(() => [
144
- i("div", oe, [
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: m(() => [...e[35] || (e[35] = [
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", se, [
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: m(() => [...e[36] || (e[36] = [
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", ie, [
167
- e[37] || (e[37] = i("span", null, "Labels rotation", -1)),
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", ae, [
175
- e[38] || (e[38] = i("span", null, "Group labels rotation", -1)),
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", ne, [
183
- s(t(r), {
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",
@@ -188,7 +189,7 @@ const Q = { class: "axes-settings-list" }, ee = { class: "axes-settings-options-
188
189
  compact: !0
189
190
  }, null, 8, ["modelValue"])
190
191
  ]),
191
- t(l).axisX.titleMode === "custom" ? (u(), n("div", ue, [
192
+ t(l).axisX.titleMode === "custom" ? (u(), n("div", me, [
192
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),
@@ -196,22 +197,22 @@ const Q = { class: "axes-settings-list" }, ee = { class: "axes-settings-options-
196
197
  placeholder: "Type"
197
198
  }, null, 8, ["modelValue"])
198
199
  ])) : d("", !0),
199
- i("div", de, [
200
- s(t(r), {
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: C,
205
+ options: O,
205
206
  compact: !0
206
207
  }, null, 8, ["modelValue"])
207
208
  ]),
208
- i("div", re, [
209
- s(t(r), {
210
- modelValue: k.value,
209
+ i("div", pe, [
210
+ s(t(m), {
211
+ modelValue: U.value,
211
212
  "onUpdate:modelValue": [
212
- e[10] || (e[10] = (o) => k.value = o),
213
+ e[10] || (e[10] = (o) => U.value = o),
213
214
  e[11] || (e[11] = (o) => {
214
- A.value = o === "auto" ? null : G;
215
+ A.value = o === "auto" ? null : M;
215
216
  })
216
217
  ],
217
218
  label: "Cell width mode",
@@ -219,7 +220,7 @@ const Q = { class: "axes-settings-list" }, ee = { class: "axes-settings-options-
219
220
  compact: !0
220
221
  }, null, 8, ["modelValue"])
221
222
  ]),
222
- k.value === "custom" && A.value !== null ? (u(), n("div", me, [
223
+ U.value === "custom" && A.value !== null ? (u(), n("div", xe, [
223
224
  s(t(X), {
224
225
  modelValue: A.value,
225
226
  "onUpdate:modelValue": e[12] || (e[12] = (o) => A.value = o),
@@ -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", pe, [
234
- e[39] || (e[39] = i("span", null, "Ticks", -1)),
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", xe, [
241
- s(t(r), {
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: F,
246
+ options: R,
246
247
  compact: !0
247
248
  }, null, 8, ["modelValue"])
248
249
  ])
@@ -253,49 +254,49 @@ const Q = { class: "axes-settings-list" }, ee = { class: "axes-settings-options-
253
254
  title: "Y-axis",
254
255
  settings: w,
255
256
  icon: N,
256
- "icon-open": O
257
+ "icon-open": C
257
258
  }, {
258
- default: m(() => [
259
- i("div", ve, [
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: m(() => [...e[40] || (e[40] = [
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", Ve, [
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: m(() => [...e[41] || (e[41] = [
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", ge, [
282
- e[42] || (e[42] = i("span", null, "Labels rotation", -1)),
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", be, [
290
- e[43] || (e[43] = i("span", null, "Group labels rotation", -1)),
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", fe, [
298
- s(t(r), {
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",
@@ -303,7 +304,7 @@ const Q = { class: "axes-settings-list" }, ee = { class: "axes-settings-options-
303
304
  compact: !0
304
305
  }, null, 8, ["modelValue"])
305
306
  ]),
306
- t(l).axisY.titleMode === "custom" ? (u(), n("div", Te, [
307
+ t(l).axisY.titleMode === "custom" ? (u(), n("div", Le, [
307
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),
@@ -311,22 +312,22 @@ const Q = { class: "axes-settings-list" }, ee = { class: "axes-settings-options-
311
312
  placeholder: "Type"
312
313
  }, null, 8, ["modelValue"])
313
314
  ])) : d("", !0),
314
- i("div", Ae, [
315
- s(t(r), {
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: C,
320
+ options: O,
320
321
  compact: !0
321
322
  }, null, 8, ["modelValue"])
322
323
  ]),
323
- i("div", Le, [
324
- s(t(r), {
325
- modelValue: U.value,
324
+ i("div", we, [
325
+ s(t(m), {
326
+ modelValue: k.value,
326
327
  "onUpdate:modelValue": [
327
- e[22] || (e[22] = (o) => U.value = o),
328
+ e[22] || (e[22] = (o) => k.value = o),
328
329
  e[23] || (e[23] = (o) => {
329
- L.value = o === "auto" ? null : G;
330
+ L.value = o === "auto" ? null : M;
330
331
  })
331
332
  ],
332
333
  label: "Cell height mode",
@@ -334,7 +335,7 @@ const Q = { class: "axes-settings-list" }, ee = { class: "axes-settings-options-
334
335
  compact: !0
335
336
  }, null, 8, ["modelValue"])
336
337
  ]),
337
- U.value === "custom" && L.value !== null ? (u(), n("div", Se, [
338
+ k.value === "custom" && L.value !== null ? (u(), n("div", ye, [
338
339
  s(t(X), {
339
340
  modelValue: L.value,
340
341
  "onUpdate:modelValue": e[24] || (e[24] = (o) => L.value = o),
@@ -345,38 +346,38 @@ 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", we, [
349
- e[44] || (e[44] = i("span", null, "Ticks", -1)),
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", ye, [
356
- s(t(r), {
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: H,
361
+ options: h,
361
362
  compact: !0
362
363
  }, null, 8, ["modelValue"])
363
364
  ])
364
365
  ]),
365
366
  _: 1
366
367
  }),
367
- i("div", ke, [
368
- i("div", Ue, [
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: m(() => [...e[45] || (e[45] = [
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", Xe, [
380
+ i("div", Ne, [
380
381
  s(t(S), {
381
382
  modelValue: t(l).other.nullValueLabel,
382
383
  "onUpdate:modelValue": e[28] || (e[28] = (o) => t(l).other.nullValueLabel = o),
@@ -384,29 +385,38 @@ const Q = { class: "axes-settings-list" }, ee = { class: "axes-settings-options-
384
385
  placeholder: "NA"
385
386
  }, null, 8, ["modelValue"])
386
387
  ]),
387
- i("div", Ye, [
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, [
388
398
  s(t(v), {
389
399
  modelValue: t(l).other.canvasRenderMode,
390
- "onUpdate:modelValue": e[29] || (e[29] = (o) => t(l).other.canvasRenderMode = o)
400
+ "onUpdate:modelValue": e[30] || (e[30] = (o) => t(l).other.canvasRenderMode = o)
391
401
  }, {
392
- default: m(() => [...e[46] || (e[46] = [
402
+ default: r(() => [...e[47] || (e[47] = [
393
403
  x("Render as canvas", -1)
394
404
  ])]),
395
405
  _: 1
396
406
  }, 8, ["modelValue"])
397
407
  ]),
398
- i("div", Ne, [
399
- e[47] || (e[47] = i("span", null, "Frame", -1)),
408
+ i("div", Ie, [
409
+ e[48] || (e[48] = i("span", null, "Frame", -1)),
400
410
  s(V, {
401
411
  modelValue: t(l).other.frame,
402
- "onUpdate:modelValue": e[30] || (e[30] = (o) => t(l).other.frame = o),
403
- options: _
412
+ "onUpdate:modelValue": e[31] || (e[31] = (o) => t(l).other.frame = o),
413
+ options: F
404
414
  }, null, 8, ["modelValue"])
405
415
  ]),
406
- i("div", Oe, [
416
+ i("div", Ee, [
407
417
  s(t(X), {
408
418
  modelValue: t(l).other.facetColumns,
409
- "onUpdate:modelValue": e[31] || (e[31] = (o) => t(l).other.facetColumns = o),
419
+ "onUpdate:modelValue": e[32] || (e[32] = (o) => t(l).other.facetColumns = o),
410
420
  style: { width: "100%" },
411
421
  label: "Facet column count",
412
422
  min: 1,
@@ -416,12 +426,12 @@ const Q = { class: "axes-settings-list" }, ee = { class: "axes-settings-options-
416
426
  mode: "input"
417
427
  }, null, 8, ["modelValue"])
418
428
  ]),
419
- i("div", Ce, [
420
- s(t(r), {
429
+ i("div", Pe, [
430
+ s(t(m), {
421
431
  modelValue: t(l).other.facetSharedBy,
422
- "onUpdate:modelValue": e[32] || (e[32] = (o) => t(l).other.facetSharedBy = o),
432
+ "onUpdate:modelValue": e[33] || (e[33] = (o) => t(l).other.facetSharedBy = o),
423
433
  label: "Facet shared by",
424
- options: h.value,
434
+ options: H.value,
425
435
  compact: !0
426
436
  }, null, 8, ["modelValue", "options"])
427
437
  ])
@@ -431,6 +441,6 @@ const Q = { class: "axes-settings-list" }, ee = { class: "axes-settings-options-
431
441
  }
432
442
  });
433
443
  export {
434
- $e as default
444
+ Ke as default
435
445
  };
436
446
  //# sourceMappingURL=HeatmapAxesSettingsForm.vue.js.map