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