@splunk/dynamic-editors 0.42.1 → 0.42.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 (53) hide show
  1. package/CHANGELOG.md +17 -94
  2. package/DynamicEditor.js +69 -69
  3. package/DynamicEditor.js.map +1 -1
  4. package/containers/EditorItem.js +72 -72
  5. package/containers/EditorItem.js.map +1 -1
  6. package/containers/EditorLayout.js +80 -80
  7. package/containers/EditorLayout.js.map +1 -1
  8. package/containers/EditorLayoutItem.js +54 -54
  9. package/containers/EditorLayoutItem.js.map +1 -1
  10. package/editors/AdvancedConfigCard.js.map +1 -1
  11. package/editors/ArrayOfStringsEditor.js +4 -4
  12. package/editors/ArrayOfStringsEditor.js.map +1 -1
  13. package/editors/CheckboxEditor.js.map +1 -1
  14. package/editors/ColorEditor.js.map +1 -1
  15. package/editors/ColumnMultiSelectionByFieldNameEditor.js.map +1 -1
  16. package/editors/ColumnMultiSelectionEditor.js +4 -4
  17. package/editors/ColumnMultiSelectionEditor.js.map +1 -1
  18. package/editors/ColumnSelectionEditor.js +4 -4
  19. package/editors/ColumnSelectionEditor.js.map +1 -1
  20. package/editors/CustomizedInSourceEditor.js +4 -4
  21. package/editors/CustomizedInSourceEditor.js.map +1 -1
  22. package/editors/DynamicColorEditor.js +40 -40
  23. package/editors/DynamicColorEditor.js.map +1 -1
  24. package/editors/DynamicColorEditorWithPrecedence.js +24 -24
  25. package/editors/DynamicColorEditorWithPrecedence.js.map +1 -1
  26. package/editors/DynamicItemEditor.js +4 -4
  27. package/editors/DynamicItemEditor.js.map +1 -1
  28. package/editors/ImageEditor.js.map +1 -1
  29. package/editors/MultiColorPickerEditor.js.map +1 -1
  30. package/editors/NetworkGraphDynamicColorEditor.js +39 -39
  31. package/editors/NetworkGraphDynamicColorEditor.js.map +1 -1
  32. package/editors/NumberEditor.js.map +1 -1
  33. package/editors/PercentEditor.js.map +1 -1
  34. package/editors/PresetSelectorEditor.js +1 -1
  35. package/editors/PresetSelectorEditor.js.map +1 -1
  36. package/editors/RadioBarEditor.js.map +1 -1
  37. package/editors/SelectEditor.js.map +1 -1
  38. package/editors/SeriesColorsByFieldEditor.js.map +1 -1
  39. package/editors/SeriesColorsEditor.js +12 -12
  40. package/editors/SeriesColorsEditor.js.map +1 -1
  41. package/editors/SliderEditor.js +3 -3
  42. package/editors/SliderEditor.js.map +1 -1
  43. package/editors/StaticItemEditor.js.map +1 -1
  44. package/editors/TableColumnFormatterEditor.js +52 -52
  45. package/editors/TableColumnFormatterEditor.js.map +1 -1
  46. package/editors/TableDynamicColorEditor.js +24 -24
  47. package/editors/TableDynamicColorEditor.js.map +1 -1
  48. package/editors/TextAreaEditor.js.map +1 -1
  49. package/editors/TextEditor.js.map +1 -1
  50. package/editors/ThresholdEditor.js.map +1 -1
  51. package/editors/ToggleEditor.js.map +1 -1
  52. package/package.json +2 -2
  53. package/shared/AdvancedControlGroup.js.map +1 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.42.2](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/compare/v0.42.1...v0.42.2) (2025-12-03)
7
+
8
+ **Note:** Version bump only for package @splunk/dynamic-editors
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.42.1](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/compare/v0.42.0...v0.42.1) (2025-11-21)
7
15
 
8
16
 
@@ -49,183 +57,98 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
49
57
 
50
58
  # [0.39.0](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/compare/v0.38.4...v0.39.0) (2025-10-31)
51
59
 
52
-
53
60
  ### Features
54
61
 
55
- * add help tooltip to number editor ([18182e5](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/commits/18182e5034b3ab245b52e32d5f70c0cbf21f26d9))
56
-
57
-
58
-
59
-
62
+ - add help tooltip to number editor ([18182e5](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/commits/18182e5034b3ab245b52e32d5f70c0cbf21f26d9))
60
63
 
61
64
  ## [0.38.4](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/compare/v0.38.3...v0.38.4) (2025-10-31)
62
65
 
63
66
  **Note:** Version bump only for package @splunk/dynamic-editors
64
67
 
65
-
66
-
67
-
68
-
69
68
  ## [0.38.3](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/compare/v0.38.2...v0.38.3) (2025-10-27)
70
69
 
71
70
  **Note:** Version bump only for package @splunk/dynamic-editors
72
71
 
73
-
74
-
75
-
76
-
77
72
  ## [0.38.2](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/compare/v0.38.1...v0.38.2) (2025-10-16)
78
73
 
79
74
  **Note:** Version bump only for package @splunk/dynamic-editors
80
75
 
81
-
82
-
83
-
84
-
85
76
  ## [0.38.1](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/compare/v0.38.0...v0.38.1) (2025-09-19)
86
77
 
87
-
88
78
  ### Bug Fixes
89
79
 
90
- * **SCP-75614:** series color by field name state issue ([b5f5619](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/commits/b5f5619e7c36a79136575315a6c798316e971645))
91
-
92
-
93
-
94
-
80
+ - **SCP-75614:** series color by field name state issue ([b5f5619](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/commits/b5f5619e7c36a79136575315a6c798316e971645))
95
81
 
96
82
  # [0.38.0](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/compare/v0.37.5...v0.38.0) (2025-08-29)
97
83
 
98
-
99
84
  ### Features
100
85
 
101
- * **SCP-76553:** add tableFormat dynamic color editor ([a4eec72](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/commits/a4eec72312119ed45715b1d4e0f3ee10cee56b82))
102
-
103
-
104
-
105
-
86
+ - **SCP-76553:** add tableFormat dynamic color editor ([a4eec72](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/commits/a4eec72312119ed45715b1d4e0f3ee10cee56b82))
106
87
 
107
88
  ## [0.37.5](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/compare/v0.37.4...v0.37.5) (2025-08-26)
108
89
 
109
-
110
90
  ### Bug Fixes
111
91
 
112
- * **a11y-1829:** update ThresholdError text and add aria-label to ThresholdBoundary ([777e6f7](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/commits/777e6f7364738fd451ae62117129ab341b98c945))
113
-
114
-
115
-
116
-
92
+ - **a11y-1829:** update ThresholdError text and add aria-label to ThresholdBoundary ([777e6f7](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/commits/777e6f7364738fd451ae62117129ab341b98c945))
117
93
 
118
94
  ## [0.37.4](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/compare/v0.37.3...v0.37.4) (2025-08-19)
119
95
 
120
96
  **Note:** Version bump only for package @splunk/dynamic-editors
121
97
 
122
-
123
-
124
-
125
-
126
98
  ## [0.37.3](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/compare/v0.37.2...v0.37.3) (2025-08-18)
127
99
 
128
-
129
100
  ### Bug Fixes
130
101
 
131
- * respect array changes during recursive definition merge ([9c8fdf3](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/commits/9c8fdf31220b6d77bbde2cd3a61bb4ccfaa0c6bf))
132
-
133
-
134
-
135
-
102
+ - respect array changes during recursive definition merge ([9c8fdf3](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/commits/9c8fdf31220b6d77bbde2cd3a61bb4ccfaa0c6bf))
136
103
 
137
104
  ## [0.37.2](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/compare/v0.37.1...v0.37.2) (2025-08-15)
138
105
 
139
106
  **Note:** Version bump only for package @splunk/dynamic-editors
140
107
 
141
-
142
-
143
-
144
-
145
108
  ## [0.37.1](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/compare/v0.37.0...v0.37.1) (2025-08-05)
146
109
 
147
110
  **Note:** Version bump only for package @splunk/dynamic-editors
148
111
 
149
-
150
-
151
-
152
-
153
112
  # [0.37.0](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/compare/v0.36.2...v0.37.0) (2025-08-05)
154
113
 
155
-
156
114
  ### Features
157
115
 
158
- * **SCP-62486:** add GradientEditor ([3b02058](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/commits/3b02058f5bbdec289e39be519e67c3e520644e65))
159
-
160
-
161
-
162
-
116
+ - **SCP-62486:** add GradientEditor ([3b02058](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/commits/3b02058f5bbdec289e39be519e67c3e520644e65))
163
117
 
164
118
  ## [0.36.2](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/compare/v0.36.1...v0.36.2) (2025-07-22)
165
119
 
166
-
167
120
  ### Bug Fixes
168
121
 
169
- * **A11Y-1993:** remove button label in image editor ([7b26f12](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/commits/7b26f12b2046f2e69df1e2b97cbe0819321c0923))
170
-
171
-
172
-
173
-
122
+ - **A11Y-1993:** remove button label in image editor ([7b26f12](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/commits/7b26f12b2046f2e69df1e2b97cbe0819321c0923))
174
123
 
175
124
  ## [0.36.1](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/compare/v0.36.0...v0.36.1) (2025-07-17)
176
125
 
177
-
178
126
  ### Bug Fixes
179
127
 
180
- * type errors for RangeBoundary change handler ([9ecda93](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/commits/9ecda93b435b5041e2cab5f9e1d93551e12e54dd))
181
-
182
-
183
-
184
-
128
+ - type errors for RangeBoundary change handler ([9ecda93](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/commits/9ecda93b435b5041e2cab5f9e1d93551e12e54dd))
185
129
 
186
130
  # [0.36.0](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/compare/v0.35.5...v0.36.0) (2025-07-16)
187
131
 
188
-
189
132
  ### Features
190
133
 
191
- * **DEPS:** update to visualizations 28.0.0 ([304bcf6](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/commits/304bcf6dee82a37b0d6d850aa2e9d33967457267))
192
-
193
-
194
-
195
-
134
+ - **DEPS:** update to visualizations 28.0.0 ([304bcf6](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/commits/304bcf6dee82a37b0d6d850aa2e9d33967457267))
196
135
 
197
136
  ## [0.35.5](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/compare/v0.35.4...v0.35.5) (2025-07-11)
198
137
 
199
138
  **Note:** Version bump only for package @splunk/dynamic-editors
200
139
 
201
-
202
-
203
-
204
-
205
140
  ## [0.35.4](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/compare/v0.35.3...v0.35.4) (2025-07-03)
206
141
 
207
142
  **Note:** Version bump only for package @splunk/dynamic-editors
208
143
 
209
-
210
-
211
-
212
-
213
144
  ## [0.35.3](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/compare/v0.35.2...v0.35.3) (2025-07-03)
214
145
 
215
146
  **Note:** Version bump only for package @splunk/dynamic-editors
216
147
 
217
-
218
-
219
-
220
-
221
148
  ## [0.35.2](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/compare/v0.35.1...v0.35.2) (2025-07-01)
222
149
 
223
150
  **Note:** Version bump only for package @splunk/dynamic-editors
224
151
 
225
-
226
-
227
-
228
-
229
152
  ## [0.35.1](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/compare/v0.35.0...v0.35.1) (2025-06-09)
230
153
 
231
154
  **Note:** Version bump only for package @splunk/dynamic-editors