@grafana/plugin-e2e 0.5.0 → 0.6.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.
@@ -1,9 +1,4 @@
1
1
  export declare const versionedComponents: {
2
- Breadcrumbs: {
3
- breadcrumb: {
4
- '9.4.0': (title: string) => string;
5
- };
6
- };
7
2
  TimePicker: {
8
3
  openButton: {
9
4
  '8.1.0': string;
@@ -17,391 +12,109 @@ export declare const versionedComponents: {
17
12
  '10.2.3': string;
18
13
  "8.0.0": string;
19
14
  };
20
- applyTimeRange: string;
21
- calendar: {
22
- label: string;
23
- openButton: string;
24
- closeButton: string;
25
- };
26
- absoluteTimeRangeTitle: string;
27
- };
28
- DataSourcePermissions: {
29
- form: () => string;
30
- roleType: string;
31
- rolePicker: string;
32
- permissionLevel: string;
33
- };
34
- DataSource: {
35
- TestData: {
36
- QueryTab: {
37
- scenarioSelectContainer: string;
38
- scenarioSelect: string;
39
- max: string;
40
- min: string;
41
- noise: string;
42
- seriesCount: string;
43
- spread: string;
44
- startValue: string;
45
- drop: string;
46
- };
47
- };
48
- DataSourceHttpSettings: {
49
- urlInput: string;
50
- };
51
- Jaeger: {
52
- traceIDInput: string;
53
- };
54
- Prometheus: {
55
- configPage: {
56
- connectionSettings: string;
57
- exemplarsAddButton: string;
58
- internalLinkSwitch: string;
59
- };
60
- exemplarMarker: string;
15
+ applyTimeRange: {
16
+ '8.1.0': string;
17
+ "8.0.0": string;
61
18
  };
62
- };
63
- Menu: {
64
- MenuComponent: (title: string) => string;
65
- MenuGroup: (title: string) => string;
66
- MenuItem: (title: string) => string;
67
- SubMenu: {
68
- container: string;
69
- icon: string;
19
+ absoluteTimeRangeTitle: {
20
+ "8.0.0": string;
70
21
  };
71
22
  };
72
23
  Panels: {
73
24
  Panel: {
74
- title: (title: string) => string;
75
- headerItems: (item: string) => string;
76
- menuItems: (item: string) => string;
77
- menu: (title: string) => string;
78
- containerByTitle: (title: string) => string;
79
- headerCornerInfo: (mode: string) => string;
25
+ headerCornerInfo: {
26
+ "8.0.0": (mode: string) => string;
27
+ };
80
28
  status: {
81
29
  "10.2.0": (status: string) => string;
82
30
  "8.0.0": (_: string) => string;
83
31
  };
84
- loadingBar: () => string;
85
- HoverWidget: {
86
- container: string;
87
- dragIcon: string;
88
- };
89
- };
90
- Visualization: {
91
- Graph: {
92
- container: string;
93
- VisualizationTab: {
94
- legendSection: string;
95
- };
96
- Legend: {
97
- legendItemAlias: (name: string) => string;
98
- showLegendSwitch: string;
99
- };
100
- xAxis: {
101
- labels: () => string;
102
- };
103
- };
104
- BarGauge: {
105
- /**
106
- * @deprecated use valueV2 from Grafana 8.3 instead
107
- */
108
- value: string;
109
- valueV2: string;
110
- };
111
- PieChart: {
112
- svgSlice: string;
113
- };
114
- Text: {
115
- container: () => string;
116
- };
117
- Table: {
118
- header: string;
119
- footer: string;
120
- body: {
121
- '10.2.0': string;
122
- };
123
- };
124
- };
125
- };
126
- VizLegend: {
127
- seriesName: (name: string) => string;
128
- };
129
- Drawer: {
130
- General: {
131
- title: (title: string) => string;
132
- expand: string;
133
- contract: string;
134
- close: string;
135
- rcContentWrapper: () => string;
136
32
  };
137
33
  };
138
34
  PanelEditor: {
139
35
  General: {
140
- content: string;
141
- };
142
- OptionsPane: {
143
- content: string;
144
- select: string;
145
- fieldLabel: (type: string) => string;
36
+ content: {
37
+ "8.0.0": string;
38
+ };
146
39
  };
147
- DataPane: {
148
- content: string;
40
+ applyButton: {
41
+ '9.2.0': string;
42
+ "8.0.0": string;
149
43
  };
150
- applyButton: string;
151
44
  toggleVizPicker: {
152
45
  '10.0.0': string;
153
46
  "8.0.0": string;
154
47
  };
155
- toggleVizOptions: string;
156
- toggleTableView: string;
157
- showZoomField: string;
158
- showAttributionField: string;
159
- showScaleField: string;
160
- showMeasureField: string;
161
- showDebugField: string;
162
- measureButton: string;
163
- };
164
- PanelInspector: {
165
- Data: {
166
- content: string;
167
- };
168
- Stats: {
169
- content: string;
170
- };
171
- Json: {
172
- content: string;
173
- };
174
- Query: {
175
- content: string;
176
- refreshButton: string;
177
- jsonObjectKeys: () => string;
178
- };
179
- };
180
- Tab: {
181
- title: (title: string) => string;
182
- active: () => string;
183
48
  };
184
49
  RefreshPicker: {
185
- /**
186
- * @deprecated use runButtonV2 from Grafana 8.3 instead
187
- */
188
- runButton: string;
189
- /**
190
- * @deprecated use intervalButtonV2 from Grafana 8.3 instead
191
- */
192
- intervalButton: string;
193
- runButtonV2: string;
194
- intervalButtonV2: string;
195
- };
196
- QueryTab: {
197
- content: string;
198
- queryInspectorButton: string;
199
- queryHistoryButton: string;
200
- addQuery: string;
201
- };
202
- QueryHistory: {
203
- queryText: string;
50
+ runButtonV2: {
51
+ "8.3.0": string;
52
+ "8.0.0": string;
53
+ };
204
54
  };
205
55
  QueryEditorRows: {
206
- rows: string;
56
+ rows: {
57
+ "8.0.0": string;
58
+ };
207
59
  };
208
60
  QueryEditorRow: {
209
- actionButton: (title: string) => string;
210
- title: (refId: string) => string;
211
- container: (refId: string) => string;
212
- };
213
- AlertTab: {
214
- content: string;
215
- };
216
- Alert: {
217
- /**
218
- * @deprecated use alertV2 from Grafana 8.3 instead
219
- */
220
- alert: (severity: string) => string;
221
- alertV2: (severity: string) => string;
222
- };
223
- TransformTab: {
224
- content: string;
225
- newTransform: (name: string) => string;
226
- transformationEditor: (name: string) => string;
227
- transformationEditorDebugger: (name: string) => string;
228
- };
229
- Transforms: {
230
- card: (name: string) => string;
231
- Reduce: {
232
- modeLabel: string;
233
- calculationsLabel: string;
61
+ title: {
62
+ "8.0.0": (refId: string) => string;
234
63
  };
235
- SpatialOperations: {
236
- actionLabel: string;
237
- locationLabel: string;
238
- location: {
239
- autoOption: string;
240
- coords: {
241
- option: string;
242
- latitudeFieldLabel: string;
243
- longitudeFieldLabel: string;
244
- };
245
- geohash: {
246
- option: string;
247
- geohashFieldLabel: string;
248
- };
249
- lookup: {
250
- option: string;
251
- lookupFieldLabel: string;
252
- gazetteerFieldLabel: string;
253
- };
254
- };
255
- };
256
- searchInput: string;
257
- addTransformationButton: string;
258
64
  };
259
- NavBar: {
260
- Configuration: {
261
- button: string;
262
- };
263
- Toggle: {
264
- button: string;
265
- };
266
- Reporting: {
267
- button: string;
65
+ Alert: {
66
+ alertV2: {
67
+ '8.3.0': (severity: string) => string;
68
+ "8.0.0": (severity: string) => string;
268
69
  };
269
70
  };
270
- NavMenu: {
271
- item: string;
272
- };
273
- NavToolbar: {
274
- container: string;
275
- };
276
71
  PageToolbar: {
277
- container: () => string;
278
- item: (tooltip: string) => string;
72
+ item: {
73
+ "8.0.0": (tooltip: string) => string;
74
+ };
279
75
  shotMoreItems: {
280
76
  "8.0.0": string;
281
77
  };
282
- itemButton: (title: string) => string;
78
+ itemButton: {
79
+ "9.5.0": (title: string) => string;
80
+ };
283
81
  itemButtonTitle: {
284
82
  '10.1.0': string;
285
83
  "8.0.0": string;
286
84
  };
287
85
  };
288
86
  QueryEditorToolbarItem: {
289
- button: (title: string) => string;
290
- };
291
- BackButton: {
292
- backArrow: string;
87
+ button: {
88
+ "8.0.0": (title: string) => string;
89
+ };
293
90
  };
294
91
  OptionsGroup: {
295
- group: (title?: string) => string;
296
- toggle: (title?: string) => string;
92
+ group: {
93
+ "8.0.0": (title?: string) => string;
94
+ };
95
+ toggle: {
96
+ "8.0.0": (title?: string) => string;
97
+ };
297
98
  groupTitle: {
298
99
  "8.0.0": string;
299
100
  };
300
101
  };
301
102
  PluginVisualization: {
302
- item: (title: string) => string;
303
- current: () => string;
304
- };
305
- Select: {
306
- option: string;
307
- input: () => string;
308
- singleValue: () => string;
309
- };
310
- FieldConfigEditor: {
311
- content: string;
312
- };
313
- OverridesConfigEditor: {
314
- content: string;
315
- };
316
- FolderPicker: {
317
- /**
318
- * @deprecated use containerV2 from Grafana 8.3 instead
319
- */
320
- container: string;
321
- containerV2: string;
322
- input: string;
323
- };
324
- ReadonlyFolderPicker: {
325
- container: string;
103
+ item: {
104
+ "8.0.0": (title: string) => string;
105
+ };
326
106
  };
327
107
  DataSourcePicker: {
328
108
  container: {
329
109
  '10.0.0': string;
330
110
  '8.3.0': string;
331
111
  };
332
- /**
333
- * @deprecated use inputV2 instead
334
- */
335
- input: () => string;
336
- inputV2: string;
337
112
  };
338
113
  TimeZonePicker: {
339
- /**
340
- * @deprecated use TimeZonePicker.containerV2 from Grafana 8.3 instead
341
- */
342
- container: string;
343
- containerV2: string;
344
- };
345
- WeekStartPicker: {
346
- /**
347
- * @deprecated use WeekStartPicker.containerV2 from Grafana 8.3 instead
348
- */
349
- container: string;
350
- containerV2: string;
351
- placeholder: string;
352
- };
353
- TraceViewer: {
354
- spanBar: string;
355
- };
356
- QueryField: {
357
- container: string;
358
- };
359
- QueryBuilder: {
360
- queryPatterns: string;
361
- labelSelect: string;
362
- valueSelect: string;
363
- matchOperatorSelect: string;
364
- };
365
- ValuePicker: {
366
- button: (name: string) => string;
367
- select: (name: string) => string;
368
- };
369
- Search: {
370
- /**
371
- * @deprecated use sectionV2 from Grafana 8.3 instead
372
- */
373
- section: string;
374
- sectionV2: string;
375
- /**
376
- * @deprecated use itemsV2 from Grafana 8.3 instead
377
- */
378
- items: string;
379
- itemsV2: string;
380
- cards: string;
381
- collapseFolder: (sectionId: string) => string;
382
- expandFolder: (sectionId: string) => string;
383
- dashboardCard: (item: string) => string;
384
- folderHeader: (folderName: string) => string;
385
- folderContent: (folderName: string) => string;
386
- dashboardItems: string;
387
- };
388
- DashboardLinks: {
389
- container: string;
390
- dropDown: string;
391
- link: string;
392
- };
393
- LoadingIndicator: {
394
- icon: string;
395
- };
396
- CallToActionCard: {
397
- /**
398
- * @deprecated use buttonV2 from Grafana 8.3 instead
399
- */
400
- button: (name: string) => string;
401
- buttonV2: (name: string) => string;
402
- };
403
- DataLinksContextMenu: {
404
- singleLink: string;
114
+ containerV2: {
115
+ '8.3.0': string;
116
+ "8.0.0": string;
117
+ };
405
118
  };
406
119
  CodeEditor: {
407
120
  container: {
@@ -409,53 +122,4 @@ export declare const versionedComponents: {
409
122
  "8.0.0": string;
410
123
  };
411
124
  };
412
- DashboardImportPage: {
413
- textarea: string;
414
- submit: string;
415
- };
416
- ImportDashboardForm: {
417
- name: string;
418
- submit: string;
419
- };
420
- PanelAlertTabContent: {
421
- content: string;
422
- };
423
- VisualizationPreview: {
424
- card: (name: string) => string;
425
- };
426
- ColorSwatch: {
427
- name: string;
428
- };
429
- DashboardRow: {
430
- title: (title: string) => string;
431
- };
432
- UserProfile: {
433
- profileSaveButton: string;
434
- preferencesSaveButton: string;
435
- orgsTable: string;
436
- sessionsTable: string;
437
- };
438
- FileUpload: {
439
- inputField: string;
440
- fileNameSpan: string;
441
- };
442
- DebugOverlay: {
443
- wrapper: string;
444
- };
445
- OrgRolePicker: {
446
- input: string;
447
- };
448
- AnalyticsToolbarButton: {
449
- button: string;
450
- };
451
- Variables: {
452
- variableOption: string;
453
- };
454
- Annotations: {
455
- annotationsTypeInput: string;
456
- annotationsChoosePanelInput: string;
457
- };
458
- Tooltip: {
459
- container: string;
460
- };
461
125
  };