@splunk/dynamic-editors 0.42.1 → 0.43.0

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