@carbon/charts 1.6.13 → 1.7.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 (190) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/axis-chart.js +1 -1
  3. package/axis-chart.js.map +1 -1
  4. package/build/src/interfaces/charts.d.ts +6 -0
  5. package/build/src/tools.d.ts +2420 -151
  6. package/bundle.js +1 -1
  7. package/chart.js +1 -1
  8. package/chart.js.map +1 -1
  9. package/charts/alluvial.js +1 -1
  10. package/charts/alluvial.js.map +1 -1
  11. package/charts/area-stacked.js +1 -1
  12. package/charts/area-stacked.js.map +1 -1
  13. package/charts/area.js +1 -1
  14. package/charts/area.js.map +1 -1
  15. package/charts/bar-grouped.js +1 -1
  16. package/charts/bar-grouped.js.map +1 -1
  17. package/charts/bar-simple.js +1 -1
  18. package/charts/bar-simple.js.map +1 -1
  19. package/charts/bar-stacked.js +1 -1
  20. package/charts/bar-stacked.js.map +1 -1
  21. package/charts/boxplot.js +1 -1
  22. package/charts/boxplot.js.map +1 -1
  23. package/charts/bubble.js +1 -1
  24. package/charts/bubble.js.map +1 -1
  25. package/charts/bullet.js +1 -1
  26. package/charts/bullet.js.map +1 -1
  27. package/charts/circle-pack.js +1 -1
  28. package/charts/circle-pack.js.map +1 -1
  29. package/charts/combo.js +1 -1
  30. package/charts/combo.js.map +1 -1
  31. package/charts/donut.js +1 -1
  32. package/charts/donut.js.map +1 -1
  33. package/charts/gauge.js +1 -1
  34. package/charts/gauge.js.map +1 -1
  35. package/charts/heatmap.js +1 -1
  36. package/charts/heatmap.js.map +1 -1
  37. package/charts/histogram.js +1 -1
  38. package/charts/histogram.js.map +1 -1
  39. package/charts/line.js +1 -1
  40. package/charts/line.js.map +1 -1
  41. package/charts/lollipop.js +1 -1
  42. package/charts/lollipop.js.map +1 -1
  43. package/charts/meter.js +1 -1
  44. package/charts/meter.js.map +1 -1
  45. package/charts/pie.js +1 -1
  46. package/charts/pie.js.map +1 -1
  47. package/charts/radar.js +1 -1
  48. package/charts/radar.js.map +1 -1
  49. package/charts/scatter.js +1 -1
  50. package/charts/scatter.js.map +1 -1
  51. package/charts/tree.js +1 -1
  52. package/charts/tree.js.map +1 -1
  53. package/charts/treemap.js +1 -1
  54. package/charts/treemap.js.map +1 -1
  55. package/charts/wordcloud.js +1 -1
  56. package/charts/wordcloud.js.map +1 -1
  57. package/components/axes/axis.js +1 -1
  58. package/components/axes/axis.js.map +1 -1
  59. package/components/axes/grid.js +1 -1
  60. package/components/axes/grid.js.map +1 -1
  61. package/components/axes/hover-axis.js +1 -1
  62. package/components/axes/hover-axis.js.map +1 -1
  63. package/components/axes/ruler-binned.js +1 -1
  64. package/components/axes/ruler-binned.js.map +1 -1
  65. package/components/axes/ruler.js +1 -1
  66. package/components/axes/ruler.js.map +1 -1
  67. package/components/axes/toolbar.js +1 -1
  68. package/components/axes/toolbar.js.map +1 -1
  69. package/components/axes/two-dimensional-axes.js +1 -1
  70. package/components/axes/two-dimensional-axes.js.map +1 -1
  71. package/components/axes/zero-line.js +1 -1
  72. package/components/axes/zero-line.js.map +1 -1
  73. package/components/axes/zoom-bar.js +1 -1
  74. package/components/axes/zoom-bar.js.map +1 -1
  75. package/components/component.js +1 -1
  76. package/components/component.js.map +1 -1
  77. package/components/essentials/color-scale-legend.js +1 -1
  78. package/components/essentials/color-scale-legend.js.map +1 -1
  79. package/components/essentials/highlights.js +1 -1
  80. package/components/essentials/highlights.js.map +1 -1
  81. package/components/essentials/legend.js +1 -1
  82. package/components/essentials/legend.js.map +1 -1
  83. package/components/essentials/modal.js +1 -1
  84. package/components/essentials/modal.js.map +1 -1
  85. package/components/essentials/threshold.js +1 -1
  86. package/components/essentials/threshold.js.map +1 -1
  87. package/components/essentials/title-meter.js +1 -1
  88. package/components/essentials/title-meter.js.map +1 -1
  89. package/components/essentials/title.js +1 -1
  90. package/components/essentials/title.js.map +1 -1
  91. package/components/essentials/tooltip-axis.js +1 -1
  92. package/components/essentials/tooltip-axis.js.map +1 -1
  93. package/components/essentials/tooltip.js +1 -1
  94. package/components/essentials/tooltip.js.map +1 -1
  95. package/components/graphs/alluvial.js +1 -1
  96. package/components/graphs/alluvial.js.map +1 -1
  97. package/components/graphs/area-stacked.js +1 -1
  98. package/components/graphs/area-stacked.js.map +1 -1
  99. package/components/graphs/area.js +1 -1
  100. package/components/graphs/area.js.map +1 -1
  101. package/components/graphs/bar-grouped.js +1 -1
  102. package/components/graphs/bar-grouped.js.map +1 -1
  103. package/components/graphs/bar-simple.js +1 -1
  104. package/components/graphs/bar-simple.js.map +1 -1
  105. package/components/graphs/bar-stacked.js +1 -1
  106. package/components/graphs/bar-stacked.js.map +1 -1
  107. package/components/graphs/bar.js +1 -1
  108. package/components/graphs/bar.js.map +1 -1
  109. package/components/graphs/boxplot.js +1 -1
  110. package/components/graphs/boxplot.js.map +1 -1
  111. package/components/graphs/bubble.js +1 -1
  112. package/components/graphs/bubble.js.map +1 -1
  113. package/components/graphs/bullet.js +1 -1
  114. package/components/graphs/bullet.js.map +1 -1
  115. package/components/graphs/circle-pack.js +1 -1
  116. package/components/graphs/circle-pack.js.map +1 -1
  117. package/components/graphs/donut.js +1 -1
  118. package/components/graphs/donut.js.map +1 -1
  119. package/components/graphs/gauge.js +1 -1
  120. package/components/graphs/gauge.js.map +1 -1
  121. package/components/graphs/heatmap.js +1 -1
  122. package/components/graphs/heatmap.js.map +1 -1
  123. package/components/graphs/histogram.js +1 -1
  124. package/components/graphs/histogram.js.map +1 -1
  125. package/components/graphs/line.js +1 -1
  126. package/components/graphs/line.js.map +1 -1
  127. package/components/graphs/lollipop.js +1 -1
  128. package/components/graphs/lollipop.js.map +1 -1
  129. package/components/graphs/meter.js +1 -1
  130. package/components/graphs/meter.js.map +1 -1
  131. package/components/graphs/pie.js +1 -1
  132. package/components/graphs/pie.js.map +1 -1
  133. package/components/graphs/radar.js +1 -1
  134. package/components/graphs/radar.js.map +1 -1
  135. package/components/graphs/scatter-stacked.js +1 -1
  136. package/components/graphs/scatter-stacked.js.map +1 -1
  137. package/components/graphs/scatter.js +1 -1
  138. package/components/graphs/scatter.js.map +1 -1
  139. package/components/graphs/skeleton-lines.js +1 -1
  140. package/components/graphs/skeleton-lines.js.map +1 -1
  141. package/components/graphs/skeleton.js +1 -1
  142. package/components/graphs/skeleton.js.map +1 -1
  143. package/components/graphs/tree.js +1 -1
  144. package/components/graphs/tree.js.map +1 -1
  145. package/components/graphs/treemap.js +1 -1
  146. package/components/graphs/treemap.js.map +1 -1
  147. package/components/graphs/wordcloud.js +1 -1
  148. package/components/graphs/wordcloud.js.map +1 -1
  149. package/components/layout/layout.js +1 -1
  150. package/components/layout/layout.js.map +1 -1
  151. package/configuration.js +1 -1
  152. package/configuration.js.map +1 -1
  153. package/demo/data/bar.js +60 -12
  154. package/demo/data/bar.js.map +1 -1
  155. package/demo/tsconfig.tsbuildinfo +1 -1
  156. package/interfaces/charts.d.ts +6 -0
  157. package/interfaces/charts.js.map +1 -1
  158. package/model/boxplot.js +1 -1
  159. package/model/boxplot.js.map +1 -1
  160. package/model/bullet.js +1 -1
  161. package/model/bullet.js.map +1 -1
  162. package/model/cartesian-charts.js +1 -1
  163. package/model/cartesian-charts.js.map +1 -1
  164. package/model/circle-pack.js +1 -1
  165. package/model/circle-pack.js.map +1 -1
  166. package/model/heatmap.js +1 -1
  167. package/model/heatmap.js.map +1 -1
  168. package/model/meter.js +1 -1
  169. package/model/meter.js.map +1 -1
  170. package/model/model.js +8 -2
  171. package/model/model.js.map +1 -1
  172. package/model/radar.js +1 -1
  173. package/model/radar.js.map +1 -1
  174. package/model/treemap.js +1 -1
  175. package/model/treemap.js.map +1 -1
  176. package/package.json +1 -1
  177. package/services/essentials/dom-utils.js +15 -3
  178. package/services/essentials/dom-utils.js.map +1 -1
  179. package/services/essentials/transitions.js +1 -1
  180. package/services/essentials/transitions.js.map +1 -1
  181. package/services/scales-cartesian.js +1 -1
  182. package/services/scales-cartesian.js.map +1 -1
  183. package/services/time-series.js +1 -1
  184. package/services/time-series.js.map +1 -1
  185. package/services/zoom.js +1 -1
  186. package/services/zoom.js.map +1 -1
  187. package/tools.d.ts +141 -155
  188. package/tools.js +315 -344
  189. package/tools.js.map +1 -1
  190. package/tsconfig.tsbuildinfo +92 -92
@@ -1,158 +1,2427 @@
1
1
  import { CartesianOrientations } from './interfaces';
2
+ import { debounce, merge, unionBy, clamp, flatten, groupBy, camelCase, isEmpty, isEqual, flatMapDeep, kebabCase, fromPairs, some } from 'lodash-es';
2
3
  import { Numeric } from 'd3-array';
3
- export declare namespace Tools {
4
- export const debounce: any;
5
- export const clone: any;
6
- export const merge: any;
7
- export const unionBy: any;
8
- export const removeArrayDuplicates: any;
9
- export const clamp: any;
10
- export const flatten: any;
11
- export const groupBy: any;
12
- export const camelCase: any;
13
- export const isEmpty: any;
14
- export const isEqual: any;
15
- export const flatMapDeep: any;
16
- export const kebabCase: any;
17
- export const fromPairs: any;
18
- export const some: any;
19
- export function debounceWithD3MousePosition(fn: any, delay: any, holder: any): () => void;
20
- /**
21
- * Returns default chart options merged with provided options,
22
- * with special cases for axes.
23
- * Axes object will not merge the not provided axes.
24
- *
25
- * @export
26
- * @param {AxisChartOptions} defaultOptions Configuration.options[chartType]
27
- * @param {AxisChartOptions} providedOptions user provided options
28
- * @returns merged options
29
- */
30
- export function mergeDefaultChartOptions(defaultOptions: any, providedOptions: any): any;
31
- /**************************************
32
- * DOM-related operations *
33
- *************************************/
34
- /**
35
- * Get width & height of an element
36
- *
37
- * @export
38
- * @param {any} el element to get dimensions from
39
- * @returns an object containing the width and height of el
40
- */
41
- export function getDimensions(el: any): {
42
- width: number;
43
- height: number;
4
+ export { debounce, merge, unionBy, clamp, flatten, groupBy, camelCase, isEmpty, isEqual, flatMapDeep, kebabCase, fromPairs, some, };
5
+ export declare const clone: any;
6
+ export declare const removeArrayDuplicates: any;
7
+ export declare function debounceWithD3MousePosition(fn: any, delay: any, holder: any): () => void;
8
+ /**
9
+ * Returns default chart options merged with provided options,
10
+ * with special cases for axes.
11
+ * Axes object will not merge the not provided axes.
12
+ *
13
+ * @export
14
+ * @param {AxisChartOptions} defaultOptions Configuration.options[chartType]
15
+ * @param {AxisChartOptions} providedOptions user provided options
16
+ * @returns merged options
17
+ */
18
+ export declare function mergeDefaultChartOptions(defaultOptions: any, providedOptions: any): any;
19
+ export declare namespace mergeDefaultChartOptions {
20
+ var displayName: string;
21
+ var __docgenInfo: {
22
+ "description": string;
23
+ "displayName": string;
24
+ "props": {};
44
25
  };
45
- /**
46
- * Gets elements's x and y translations from transform attribute or returns null
47
- *
48
- * @param {HTMLElement} element
49
- * @returns an object containing the translated x and y values or null
50
- */
51
- export function getTranslationValues(elementRef: HTMLElement): {
52
- tx: string;
53
- ty: string;
26
+ }
27
+ /**************************************
28
+ * DOM-related operations *
29
+ *************************************/
30
+ /**
31
+ * Get width & height of an element
32
+ *
33
+ * @export
34
+ * @param {any} el element to get dimensions from
35
+ * @returns an object containing the width and height of el
36
+ */
37
+ export declare function getDimensions(el: any): {
38
+ width: number;
39
+ height: number;
40
+ };
41
+ export declare namespace getDimensions {
42
+ var displayName: string;
43
+ var __docgenInfo: {
44
+ "description": string;
45
+ "displayName": string;
46
+ "props": {};
47
+ };
48
+ }
49
+ /**
50
+ * Gets elements's x and y translations from transform attribute or returns null
51
+ *
52
+ * @param {HTMLElement} element
53
+ * @returns an object containing the translated x and y values or null
54
+ */
55
+ export declare function getTranslationValues(elementRef: HTMLElement): {
56
+ tx: string;
57
+ ty: string;
58
+ };
59
+ export declare namespace getTranslationValues {
60
+ var displayName: string;
61
+ var __docgenInfo: {
62
+ "description": string;
63
+ "displayName": string;
64
+ "props": {
65
+ "accessKey": {
66
+ "defaultValue": any;
67
+ "description": string;
68
+ "name": string;
69
+ "required": boolean;
70
+ "type": {
71
+ "name": string;
72
+ };
73
+ };
74
+ "accessKeyLabel": {
75
+ "defaultValue": any;
76
+ "description": string;
77
+ "name": string;
78
+ "required": boolean;
79
+ "type": {
80
+ "name": string;
81
+ };
82
+ };
83
+ "autocapitalize": {
84
+ "defaultValue": any;
85
+ "description": string;
86
+ "name": string;
87
+ "required": boolean;
88
+ "type": {
89
+ "name": string;
90
+ };
91
+ };
92
+ "dir": {
93
+ "defaultValue": any;
94
+ "description": string;
95
+ "name": string;
96
+ "required": boolean;
97
+ "type": {
98
+ "name": string;
99
+ };
100
+ };
101
+ "draggable": {
102
+ "defaultValue": any;
103
+ "description": string;
104
+ "name": string;
105
+ "required": boolean;
106
+ "type": {
107
+ "name": string;
108
+ };
109
+ };
110
+ "hidden": {
111
+ "defaultValue": any;
112
+ "description": string;
113
+ "name": string;
114
+ "required": boolean;
115
+ "type": {
116
+ "name": string;
117
+ };
118
+ };
119
+ "innerText": {
120
+ "defaultValue": any;
121
+ "description": string;
122
+ "name": string;
123
+ "required": boolean;
124
+ "type": {
125
+ "name": string;
126
+ };
127
+ };
128
+ "lang": {
129
+ "defaultValue": any;
130
+ "description": string;
131
+ "name": string;
132
+ "required": boolean;
133
+ "type": {
134
+ "name": string;
135
+ };
136
+ };
137
+ "offsetHeight": {
138
+ "defaultValue": any;
139
+ "description": string;
140
+ "name": string;
141
+ "required": boolean;
142
+ "type": {
143
+ "name": string;
144
+ };
145
+ };
146
+ "offsetLeft": {
147
+ "defaultValue": any;
148
+ "description": string;
149
+ "name": string;
150
+ "required": boolean;
151
+ "type": {
152
+ "name": string;
153
+ };
154
+ };
155
+ "offsetParent": {
156
+ "defaultValue": any;
157
+ "description": string;
158
+ "name": string;
159
+ "required": boolean;
160
+ "type": {
161
+ "name": string;
162
+ };
163
+ };
164
+ "offsetTop": {
165
+ "defaultValue": any;
166
+ "description": string;
167
+ "name": string;
168
+ "required": boolean;
169
+ "type": {
170
+ "name": string;
171
+ };
172
+ };
173
+ "offsetWidth": {
174
+ "defaultValue": any;
175
+ "description": string;
176
+ "name": string;
177
+ "required": boolean;
178
+ "type": {
179
+ "name": string;
180
+ };
181
+ };
182
+ "spellcheck": {
183
+ "defaultValue": any;
184
+ "description": string;
185
+ "name": string;
186
+ "required": boolean;
187
+ "type": {
188
+ "name": string;
189
+ };
190
+ };
191
+ "title": {
192
+ "defaultValue": any;
193
+ "description": string;
194
+ "name": string;
195
+ "required": boolean;
196
+ "type": {
197
+ "name": string;
198
+ };
199
+ };
200
+ "translate": {
201
+ "defaultValue": any;
202
+ "description": string;
203
+ "name": string;
204
+ "required": boolean;
205
+ "type": {
206
+ "name": string;
207
+ };
208
+ };
209
+ "click": {
210
+ "defaultValue": any;
211
+ "description": string;
212
+ "name": string;
213
+ "required": boolean;
214
+ "type": {
215
+ "name": string;
216
+ };
217
+ };
218
+ "addEventListener": {
219
+ "defaultValue": any;
220
+ "description": string;
221
+ "name": string;
222
+ "required": boolean;
223
+ "type": {
224
+ "name": string;
225
+ };
226
+ };
227
+ "removeEventListener": {
228
+ "defaultValue": any;
229
+ "description": string;
230
+ "name": string;
231
+ "required": boolean;
232
+ "type": {
233
+ "name": string;
234
+ };
235
+ };
236
+ "assignedSlot": {
237
+ "defaultValue": any;
238
+ "description": string;
239
+ "name": string;
240
+ "required": boolean;
241
+ "type": {
242
+ "name": string;
243
+ };
244
+ };
245
+ "attributes": {
246
+ "defaultValue": any;
247
+ "description": string;
248
+ "name": string;
249
+ "required": boolean;
250
+ "type": {
251
+ "name": string;
252
+ };
253
+ };
254
+ "classList": {
255
+ "defaultValue": any;
256
+ "description": string;
257
+ "name": string;
258
+ "required": boolean;
259
+ "type": {
260
+ "name": string;
261
+ };
262
+ };
263
+ "className": {
264
+ "defaultValue": any;
265
+ "description": string;
266
+ "name": string;
267
+ "required": boolean;
268
+ "type": {
269
+ "name": string;
270
+ };
271
+ };
272
+ "clientHeight": {
273
+ "defaultValue": any;
274
+ "description": string;
275
+ "name": string;
276
+ "required": boolean;
277
+ "type": {
278
+ "name": string;
279
+ };
280
+ };
281
+ "clientLeft": {
282
+ "defaultValue": any;
283
+ "description": string;
284
+ "name": string;
285
+ "required": boolean;
286
+ "type": {
287
+ "name": string;
288
+ };
289
+ };
290
+ "clientTop": {
291
+ "defaultValue": any;
292
+ "description": string;
293
+ "name": string;
294
+ "required": boolean;
295
+ "type": {
296
+ "name": string;
297
+ };
298
+ };
299
+ "clientWidth": {
300
+ "defaultValue": any;
301
+ "description": string;
302
+ "name": string;
303
+ "required": boolean;
304
+ "type": {
305
+ "name": string;
306
+ };
307
+ };
308
+ "id": {
309
+ "defaultValue": any;
310
+ "description": string;
311
+ "name": string;
312
+ "required": boolean;
313
+ "type": {
314
+ "name": string;
315
+ };
316
+ };
317
+ "localName": {
318
+ "defaultValue": any;
319
+ "description": string;
320
+ "name": string;
321
+ "required": boolean;
322
+ "type": {
323
+ "name": string;
324
+ };
325
+ };
326
+ "namespaceURI": {
327
+ "defaultValue": any;
328
+ "description": string;
329
+ "name": string;
330
+ "required": boolean;
331
+ "type": {
332
+ "name": string;
333
+ };
334
+ };
335
+ "onfullscreenchange": {
336
+ "defaultValue": any;
337
+ "description": string;
338
+ "name": string;
339
+ "required": boolean;
340
+ "type": {
341
+ "name": string;
342
+ };
343
+ };
344
+ "onfullscreenerror": {
345
+ "defaultValue": any;
346
+ "description": string;
347
+ "name": string;
348
+ "required": boolean;
349
+ "type": {
350
+ "name": string;
351
+ };
352
+ };
353
+ "outerHTML": {
354
+ "defaultValue": any;
355
+ "description": string;
356
+ "name": string;
357
+ "required": boolean;
358
+ "type": {
359
+ "name": string;
360
+ };
361
+ };
362
+ "prefix": {
363
+ "defaultValue": any;
364
+ "description": string;
365
+ "name": string;
366
+ "required": boolean;
367
+ "type": {
368
+ "name": string;
369
+ };
370
+ };
371
+ "scrollHeight": {
372
+ "defaultValue": any;
373
+ "description": string;
374
+ "name": string;
375
+ "required": boolean;
376
+ "type": {
377
+ "name": string;
378
+ };
379
+ };
380
+ "scrollLeft": {
381
+ "defaultValue": any;
382
+ "description": string;
383
+ "name": string;
384
+ "required": boolean;
385
+ "type": {
386
+ "name": string;
387
+ };
388
+ };
389
+ "scrollTop": {
390
+ "defaultValue": any;
391
+ "description": string;
392
+ "name": string;
393
+ "required": boolean;
394
+ "type": {
395
+ "name": string;
396
+ };
397
+ };
398
+ "scrollWidth": {
399
+ "defaultValue": any;
400
+ "description": string;
401
+ "name": string;
402
+ "required": boolean;
403
+ "type": {
404
+ "name": string;
405
+ };
406
+ };
407
+ "shadowRoot": {
408
+ "defaultValue": any;
409
+ "description": string;
410
+ "name": string;
411
+ "required": boolean;
412
+ "type": {
413
+ "name": string;
414
+ };
415
+ };
416
+ "slot": {
417
+ "defaultValue": any;
418
+ "description": string;
419
+ "name": string;
420
+ "required": boolean;
421
+ "type": {
422
+ "name": string;
423
+ };
424
+ };
425
+ "tagName": {
426
+ "defaultValue": any;
427
+ "description": string;
428
+ "name": string;
429
+ "required": boolean;
430
+ "type": {
431
+ "name": string;
432
+ };
433
+ };
434
+ "attachShadow": {
435
+ "defaultValue": any;
436
+ "description": string;
437
+ "name": string;
438
+ "required": boolean;
439
+ "type": {
440
+ "name": string;
441
+ };
442
+ };
443
+ "closest": {
444
+ "defaultValue": any;
445
+ "description": string;
446
+ "name": string;
447
+ "required": boolean;
448
+ "type": {
449
+ "name": string;
450
+ };
451
+ };
452
+ "getAttribute": {
453
+ "defaultValue": any;
454
+ "description": string;
455
+ "name": string;
456
+ "required": boolean;
457
+ "type": {
458
+ "name": string;
459
+ };
460
+ };
461
+ "getAttributeNS": {
462
+ "defaultValue": any;
463
+ "description": string;
464
+ "name": string;
465
+ "required": boolean;
466
+ "type": {
467
+ "name": string;
468
+ };
469
+ };
470
+ "getAttributeNames": {
471
+ "defaultValue": any;
472
+ "description": string;
473
+ "name": string;
474
+ "required": boolean;
475
+ "type": {
476
+ "name": string;
477
+ };
478
+ };
479
+ "getAttributeNode": {
480
+ "defaultValue": any;
481
+ "description": string;
482
+ "name": string;
483
+ "required": boolean;
484
+ "type": {
485
+ "name": string;
486
+ };
487
+ };
488
+ "getAttributeNodeNS": {
489
+ "defaultValue": any;
490
+ "description": string;
491
+ "name": string;
492
+ "required": boolean;
493
+ "type": {
494
+ "name": string;
495
+ };
496
+ };
497
+ "getBoundingClientRect": {
498
+ "defaultValue": any;
499
+ "description": string;
500
+ "name": string;
501
+ "required": boolean;
502
+ "type": {
503
+ "name": string;
504
+ };
505
+ };
506
+ "getClientRects": {
507
+ "defaultValue": any;
508
+ "description": string;
509
+ "name": string;
510
+ "required": boolean;
511
+ "type": {
512
+ "name": string;
513
+ };
514
+ };
515
+ "getElementsByClassName": {
516
+ "defaultValue": any;
517
+ "description": string;
518
+ "name": string;
519
+ "required": boolean;
520
+ "type": {
521
+ "name": string;
522
+ };
523
+ };
524
+ "getElementsByTagName": {
525
+ "defaultValue": any;
526
+ "description": string;
527
+ "name": string;
528
+ "required": boolean;
529
+ "type": {
530
+ "name": string;
531
+ };
532
+ };
533
+ "getElementsByTagNameNS": {
534
+ "defaultValue": any;
535
+ "description": string;
536
+ "name": string;
537
+ "required": boolean;
538
+ "type": {
539
+ "name": string;
540
+ };
541
+ };
542
+ "hasAttribute": {
543
+ "defaultValue": any;
544
+ "description": string;
545
+ "name": string;
546
+ "required": boolean;
547
+ "type": {
548
+ "name": string;
549
+ };
550
+ };
551
+ "hasAttributeNS": {
552
+ "defaultValue": any;
553
+ "description": string;
554
+ "name": string;
555
+ "required": boolean;
556
+ "type": {
557
+ "name": string;
558
+ };
559
+ };
560
+ "hasAttributes": {
561
+ "defaultValue": any;
562
+ "description": string;
563
+ "name": string;
564
+ "required": boolean;
565
+ "type": {
566
+ "name": string;
567
+ };
568
+ };
569
+ "hasPointerCapture": {
570
+ "defaultValue": any;
571
+ "description": string;
572
+ "name": string;
573
+ "required": boolean;
574
+ "type": {
575
+ "name": string;
576
+ };
577
+ };
578
+ "insertAdjacentElement": {
579
+ "defaultValue": any;
580
+ "description": string;
581
+ "name": string;
582
+ "required": boolean;
583
+ "type": {
584
+ "name": string;
585
+ };
586
+ };
587
+ "insertAdjacentHTML": {
588
+ "defaultValue": any;
589
+ "description": string;
590
+ "name": string;
591
+ "required": boolean;
592
+ "type": {
593
+ "name": string;
594
+ };
595
+ };
596
+ "insertAdjacentText": {
597
+ "defaultValue": any;
598
+ "description": string;
599
+ "name": string;
600
+ "required": boolean;
601
+ "type": {
602
+ "name": string;
603
+ };
604
+ };
605
+ "matches": {
606
+ "defaultValue": any;
607
+ "description": string;
608
+ "name": string;
609
+ "required": boolean;
610
+ "type": {
611
+ "name": string;
612
+ };
613
+ };
614
+ "msGetRegionContent": {
615
+ "defaultValue": any;
616
+ "description": string;
617
+ "name": string;
618
+ "required": boolean;
619
+ "type": {
620
+ "name": string;
621
+ };
622
+ };
623
+ "releasePointerCapture": {
624
+ "defaultValue": any;
625
+ "description": string;
626
+ "name": string;
627
+ "required": boolean;
628
+ "type": {
629
+ "name": string;
630
+ };
631
+ };
632
+ "removeAttribute": {
633
+ "defaultValue": any;
634
+ "description": string;
635
+ "name": string;
636
+ "required": boolean;
637
+ "type": {
638
+ "name": string;
639
+ };
640
+ };
641
+ "removeAttributeNS": {
642
+ "defaultValue": any;
643
+ "description": string;
644
+ "name": string;
645
+ "required": boolean;
646
+ "type": {
647
+ "name": string;
648
+ };
649
+ };
650
+ "removeAttributeNode": {
651
+ "defaultValue": any;
652
+ "description": string;
653
+ "name": string;
654
+ "required": boolean;
655
+ "type": {
656
+ "name": string;
657
+ };
658
+ };
659
+ "requestFullscreen": {
660
+ "defaultValue": any;
661
+ "description": string;
662
+ "name": string;
663
+ "required": boolean;
664
+ "type": {
665
+ "name": string;
666
+ };
667
+ };
668
+ "requestPointerLock": {
669
+ "defaultValue": any;
670
+ "description": string;
671
+ "name": string;
672
+ "required": boolean;
673
+ "type": {
674
+ "name": string;
675
+ };
676
+ };
677
+ "scroll": {
678
+ "defaultValue": any;
679
+ "description": string;
680
+ "name": string;
681
+ "required": boolean;
682
+ "type": {
683
+ "name": string;
684
+ };
685
+ };
686
+ "scrollBy": {
687
+ "defaultValue": any;
688
+ "description": string;
689
+ "name": string;
690
+ "required": boolean;
691
+ "type": {
692
+ "name": string;
693
+ };
694
+ };
695
+ "scrollIntoView": {
696
+ "defaultValue": any;
697
+ "description": string;
698
+ "name": string;
699
+ "required": boolean;
700
+ "type": {
701
+ "name": string;
702
+ };
703
+ };
704
+ "scrollTo": {
705
+ "defaultValue": any;
706
+ "description": string;
707
+ "name": string;
708
+ "required": boolean;
709
+ "type": {
710
+ "name": string;
711
+ };
712
+ };
713
+ "setAttribute": {
714
+ "defaultValue": any;
715
+ "description": string;
716
+ "name": string;
717
+ "required": boolean;
718
+ "type": {
719
+ "name": string;
720
+ };
721
+ };
722
+ "setAttributeNS": {
723
+ "defaultValue": any;
724
+ "description": string;
725
+ "name": string;
726
+ "required": boolean;
727
+ "type": {
728
+ "name": string;
729
+ };
730
+ };
731
+ "setAttributeNode": {
732
+ "defaultValue": any;
733
+ "description": string;
734
+ "name": string;
735
+ "required": boolean;
736
+ "type": {
737
+ "name": string;
738
+ };
739
+ };
740
+ "setAttributeNodeNS": {
741
+ "defaultValue": any;
742
+ "description": string;
743
+ "name": string;
744
+ "required": boolean;
745
+ "type": {
746
+ "name": string;
747
+ };
748
+ };
749
+ "setPointerCapture": {
750
+ "defaultValue": any;
751
+ "description": string;
752
+ "name": string;
753
+ "required": boolean;
754
+ "type": {
755
+ "name": string;
756
+ };
757
+ };
758
+ "toggleAttribute": {
759
+ "defaultValue": any;
760
+ "description": string;
761
+ "name": string;
762
+ "required": boolean;
763
+ "type": {
764
+ "name": string;
765
+ };
766
+ };
767
+ "webkitMatchesSelector": {
768
+ "defaultValue": any;
769
+ "description": string;
770
+ "name": string;
771
+ "required": boolean;
772
+ "type": {
773
+ "name": string;
774
+ };
775
+ };
776
+ "baseURI": {
777
+ "defaultValue": any;
778
+ "description": string;
779
+ "name": string;
780
+ "required": boolean;
781
+ "type": {
782
+ "name": string;
783
+ };
784
+ };
785
+ "childNodes": {
786
+ "defaultValue": any;
787
+ "description": string;
788
+ "name": string;
789
+ "required": boolean;
790
+ "type": {
791
+ "name": string;
792
+ };
793
+ };
794
+ "firstChild": {
795
+ "defaultValue": any;
796
+ "description": string;
797
+ "name": string;
798
+ "required": boolean;
799
+ "type": {
800
+ "name": string;
801
+ };
802
+ };
803
+ "isConnected": {
804
+ "defaultValue": any;
805
+ "description": string;
806
+ "name": string;
807
+ "required": boolean;
808
+ "type": {
809
+ "name": string;
810
+ };
811
+ };
812
+ "lastChild": {
813
+ "defaultValue": any;
814
+ "description": string;
815
+ "name": string;
816
+ "required": boolean;
817
+ "type": {
818
+ "name": string;
819
+ };
820
+ };
821
+ "nextSibling": {
822
+ "defaultValue": any;
823
+ "description": string;
824
+ "name": string;
825
+ "required": boolean;
826
+ "type": {
827
+ "name": string;
828
+ };
829
+ };
830
+ "nodeName": {
831
+ "defaultValue": any;
832
+ "description": string;
833
+ "name": string;
834
+ "required": boolean;
835
+ "type": {
836
+ "name": string;
837
+ };
838
+ };
839
+ "nodeType": {
840
+ "defaultValue": any;
841
+ "description": string;
842
+ "name": string;
843
+ "required": boolean;
844
+ "type": {
845
+ "name": string;
846
+ };
847
+ };
848
+ "nodeValue": {
849
+ "defaultValue": any;
850
+ "description": string;
851
+ "name": string;
852
+ "required": boolean;
853
+ "type": {
854
+ "name": string;
855
+ };
856
+ };
857
+ "ownerDocument": {
858
+ "defaultValue": any;
859
+ "description": string;
860
+ "name": string;
861
+ "required": boolean;
862
+ "type": {
863
+ "name": string;
864
+ };
865
+ };
866
+ "parentElement": {
867
+ "defaultValue": any;
868
+ "description": string;
869
+ "name": string;
870
+ "required": boolean;
871
+ "type": {
872
+ "name": string;
873
+ };
874
+ };
875
+ "parentNode": {
876
+ "defaultValue": any;
877
+ "description": string;
878
+ "name": string;
879
+ "required": boolean;
880
+ "type": {
881
+ "name": string;
882
+ };
883
+ };
884
+ "previousSibling": {
885
+ "defaultValue": any;
886
+ "description": string;
887
+ "name": string;
888
+ "required": boolean;
889
+ "type": {
890
+ "name": string;
891
+ };
892
+ };
893
+ "textContent": {
894
+ "defaultValue": any;
895
+ "description": string;
896
+ "name": string;
897
+ "required": boolean;
898
+ "type": {
899
+ "name": string;
900
+ };
901
+ };
902
+ "appendChild": {
903
+ "defaultValue": any;
904
+ "description": string;
905
+ "name": string;
906
+ "required": boolean;
907
+ "type": {
908
+ "name": string;
909
+ };
910
+ };
911
+ "cloneNode": {
912
+ "defaultValue": any;
913
+ "description": string;
914
+ "name": string;
915
+ "required": boolean;
916
+ "type": {
917
+ "name": string;
918
+ };
919
+ };
920
+ "compareDocumentPosition": {
921
+ "defaultValue": any;
922
+ "description": string;
923
+ "name": string;
924
+ "required": boolean;
925
+ "type": {
926
+ "name": string;
927
+ };
928
+ };
929
+ "contains": {
930
+ "defaultValue": any;
931
+ "description": string;
932
+ "name": string;
933
+ "required": boolean;
934
+ "type": {
935
+ "name": string;
936
+ };
937
+ };
938
+ "getRootNode": {
939
+ "defaultValue": any;
940
+ "description": string;
941
+ "name": string;
942
+ "required": boolean;
943
+ "type": {
944
+ "name": string;
945
+ };
946
+ };
947
+ "hasChildNodes": {
948
+ "defaultValue": any;
949
+ "description": string;
950
+ "name": string;
951
+ "required": boolean;
952
+ "type": {
953
+ "name": string;
954
+ };
955
+ };
956
+ "insertBefore": {
957
+ "defaultValue": any;
958
+ "description": string;
959
+ "name": string;
960
+ "required": boolean;
961
+ "type": {
962
+ "name": string;
963
+ };
964
+ };
965
+ "isDefaultNamespace": {
966
+ "defaultValue": any;
967
+ "description": string;
968
+ "name": string;
969
+ "required": boolean;
970
+ "type": {
971
+ "name": string;
972
+ };
973
+ };
974
+ "isEqualNode": {
975
+ "defaultValue": any;
976
+ "description": string;
977
+ "name": string;
978
+ "required": boolean;
979
+ "type": {
980
+ "name": string;
981
+ };
982
+ };
983
+ "isSameNode": {
984
+ "defaultValue": any;
985
+ "description": string;
986
+ "name": string;
987
+ "required": boolean;
988
+ "type": {
989
+ "name": string;
990
+ };
991
+ };
992
+ "lookupNamespaceURI": {
993
+ "defaultValue": any;
994
+ "description": string;
995
+ "name": string;
996
+ "required": boolean;
997
+ "type": {
998
+ "name": string;
999
+ };
1000
+ };
1001
+ "lookupPrefix": {
1002
+ "defaultValue": any;
1003
+ "description": string;
1004
+ "name": string;
1005
+ "required": boolean;
1006
+ "type": {
1007
+ "name": string;
1008
+ };
1009
+ };
1010
+ "normalize": {
1011
+ "defaultValue": any;
1012
+ "description": string;
1013
+ "name": string;
1014
+ "required": boolean;
1015
+ "type": {
1016
+ "name": string;
1017
+ };
1018
+ };
1019
+ "removeChild": {
1020
+ "defaultValue": any;
1021
+ "description": string;
1022
+ "name": string;
1023
+ "required": boolean;
1024
+ "type": {
1025
+ "name": string;
1026
+ };
1027
+ };
1028
+ "replaceChild": {
1029
+ "defaultValue": any;
1030
+ "description": string;
1031
+ "name": string;
1032
+ "required": boolean;
1033
+ "type": {
1034
+ "name": string;
1035
+ };
1036
+ };
1037
+ "ATTRIBUTE_NODE": {
1038
+ "defaultValue": any;
1039
+ "description": string;
1040
+ "name": string;
1041
+ "required": boolean;
1042
+ "type": {
1043
+ "name": string;
1044
+ };
1045
+ };
1046
+ "CDATA_SECTION_NODE": {
1047
+ "defaultValue": any;
1048
+ "description": string;
1049
+ "name": string;
1050
+ "required": boolean;
1051
+ "type": {
1052
+ "name": string;
1053
+ };
1054
+ };
1055
+ "COMMENT_NODE": {
1056
+ "defaultValue": any;
1057
+ "description": string;
1058
+ "name": string;
1059
+ "required": boolean;
1060
+ "type": {
1061
+ "name": string;
1062
+ };
1063
+ };
1064
+ "DOCUMENT_FRAGMENT_NODE": {
1065
+ "defaultValue": any;
1066
+ "description": string;
1067
+ "name": string;
1068
+ "required": boolean;
1069
+ "type": {
1070
+ "name": string;
1071
+ };
1072
+ };
1073
+ "DOCUMENT_NODE": {
1074
+ "defaultValue": any;
1075
+ "description": string;
1076
+ "name": string;
1077
+ "required": boolean;
1078
+ "type": {
1079
+ "name": string;
1080
+ };
1081
+ };
1082
+ "DOCUMENT_POSITION_CONTAINED_BY": {
1083
+ "defaultValue": any;
1084
+ "description": string;
1085
+ "name": string;
1086
+ "required": boolean;
1087
+ "type": {
1088
+ "name": string;
1089
+ };
1090
+ };
1091
+ "DOCUMENT_POSITION_CONTAINS": {
1092
+ "defaultValue": any;
1093
+ "description": string;
1094
+ "name": string;
1095
+ "required": boolean;
1096
+ "type": {
1097
+ "name": string;
1098
+ };
1099
+ };
1100
+ "DOCUMENT_POSITION_DISCONNECTED": {
1101
+ "defaultValue": any;
1102
+ "description": string;
1103
+ "name": string;
1104
+ "required": boolean;
1105
+ "type": {
1106
+ "name": string;
1107
+ };
1108
+ };
1109
+ "DOCUMENT_POSITION_FOLLOWING": {
1110
+ "defaultValue": any;
1111
+ "description": string;
1112
+ "name": string;
1113
+ "required": boolean;
1114
+ "type": {
1115
+ "name": string;
1116
+ };
1117
+ };
1118
+ "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC": {
1119
+ "defaultValue": any;
1120
+ "description": string;
1121
+ "name": string;
1122
+ "required": boolean;
1123
+ "type": {
1124
+ "name": string;
1125
+ };
1126
+ };
1127
+ "DOCUMENT_POSITION_PRECEDING": {
1128
+ "defaultValue": any;
1129
+ "description": string;
1130
+ "name": string;
1131
+ "required": boolean;
1132
+ "type": {
1133
+ "name": string;
1134
+ };
1135
+ };
1136
+ "DOCUMENT_TYPE_NODE": {
1137
+ "defaultValue": any;
1138
+ "description": string;
1139
+ "name": string;
1140
+ "required": boolean;
1141
+ "type": {
1142
+ "name": string;
1143
+ };
1144
+ };
1145
+ "ELEMENT_NODE": {
1146
+ "defaultValue": any;
1147
+ "description": string;
1148
+ "name": string;
1149
+ "required": boolean;
1150
+ "type": {
1151
+ "name": string;
1152
+ };
1153
+ };
1154
+ "ENTITY_NODE": {
1155
+ "defaultValue": any;
1156
+ "description": string;
1157
+ "name": string;
1158
+ "required": boolean;
1159
+ "type": {
1160
+ "name": string;
1161
+ };
1162
+ };
1163
+ "ENTITY_REFERENCE_NODE": {
1164
+ "defaultValue": any;
1165
+ "description": string;
1166
+ "name": string;
1167
+ "required": boolean;
1168
+ "type": {
1169
+ "name": string;
1170
+ };
1171
+ };
1172
+ "NOTATION_NODE": {
1173
+ "defaultValue": any;
1174
+ "description": string;
1175
+ "name": string;
1176
+ "required": boolean;
1177
+ "type": {
1178
+ "name": string;
1179
+ };
1180
+ };
1181
+ "PROCESSING_INSTRUCTION_NODE": {
1182
+ "defaultValue": any;
1183
+ "description": string;
1184
+ "name": string;
1185
+ "required": boolean;
1186
+ "type": {
1187
+ "name": string;
1188
+ };
1189
+ };
1190
+ "TEXT_NODE": {
1191
+ "defaultValue": any;
1192
+ "description": string;
1193
+ "name": string;
1194
+ "required": boolean;
1195
+ "type": {
1196
+ "name": string;
1197
+ };
1198
+ };
1199
+ "dispatchEvent": {
1200
+ "defaultValue": any;
1201
+ "description": string;
1202
+ "name": string;
1203
+ "required": boolean;
1204
+ "type": {
1205
+ "name": string;
1206
+ };
1207
+ };
1208
+ "animate": {
1209
+ "defaultValue": any;
1210
+ "description": string;
1211
+ "name": string;
1212
+ "required": boolean;
1213
+ "type": {
1214
+ "name": string;
1215
+ };
1216
+ };
1217
+ "getAnimations": {
1218
+ "defaultValue": any;
1219
+ "description": string;
1220
+ "name": string;
1221
+ "required": boolean;
1222
+ "type": {
1223
+ "name": string;
1224
+ };
1225
+ };
1226
+ "after": {
1227
+ "defaultValue": any;
1228
+ "description": string;
1229
+ "name": string;
1230
+ "required": boolean;
1231
+ "type": {
1232
+ "name": string;
1233
+ };
1234
+ };
1235
+ "before": {
1236
+ "defaultValue": any;
1237
+ "description": string;
1238
+ "name": string;
1239
+ "required": boolean;
1240
+ "type": {
1241
+ "name": string;
1242
+ };
1243
+ };
1244
+ "remove": {
1245
+ "defaultValue": any;
1246
+ "description": string;
1247
+ "name": string;
1248
+ "required": boolean;
1249
+ "type": {
1250
+ "name": string;
1251
+ };
1252
+ };
1253
+ "replaceWith": {
1254
+ "defaultValue": any;
1255
+ "description": string;
1256
+ "name": string;
1257
+ "required": boolean;
1258
+ "type": {
1259
+ "name": string;
1260
+ };
1261
+ };
1262
+ "innerHTML": {
1263
+ "defaultValue": any;
1264
+ "description": string;
1265
+ "name": string;
1266
+ "required": boolean;
1267
+ "type": {
1268
+ "name": string;
1269
+ };
1270
+ };
1271
+ "nextElementSibling": {
1272
+ "defaultValue": any;
1273
+ "description": string;
1274
+ "name": string;
1275
+ "required": boolean;
1276
+ "type": {
1277
+ "name": string;
1278
+ };
1279
+ };
1280
+ "previousElementSibling": {
1281
+ "defaultValue": any;
1282
+ "description": string;
1283
+ "name": string;
1284
+ "required": boolean;
1285
+ "type": {
1286
+ "name": string;
1287
+ };
1288
+ };
1289
+ "childElementCount": {
1290
+ "defaultValue": any;
1291
+ "description": string;
1292
+ "name": string;
1293
+ "required": boolean;
1294
+ "type": {
1295
+ "name": string;
1296
+ };
1297
+ };
1298
+ "children": {
1299
+ "defaultValue": any;
1300
+ "description": string;
1301
+ "name": string;
1302
+ "required": boolean;
1303
+ "type": {
1304
+ "name": string;
1305
+ };
1306
+ };
1307
+ "firstElementChild": {
1308
+ "defaultValue": any;
1309
+ "description": string;
1310
+ "name": string;
1311
+ "required": boolean;
1312
+ "type": {
1313
+ "name": string;
1314
+ };
1315
+ };
1316
+ "lastElementChild": {
1317
+ "defaultValue": any;
1318
+ "description": string;
1319
+ "name": string;
1320
+ "required": boolean;
1321
+ "type": {
1322
+ "name": string;
1323
+ };
1324
+ };
1325
+ "append": {
1326
+ "defaultValue": any;
1327
+ "description": string;
1328
+ "name": string;
1329
+ "required": boolean;
1330
+ "type": {
1331
+ "name": string;
1332
+ };
1333
+ };
1334
+ "prepend": {
1335
+ "defaultValue": any;
1336
+ "description": string;
1337
+ "name": string;
1338
+ "required": boolean;
1339
+ "type": {
1340
+ "name": string;
1341
+ };
1342
+ };
1343
+ "querySelector": {
1344
+ "defaultValue": any;
1345
+ "description": string;
1346
+ "name": string;
1347
+ "required": boolean;
1348
+ "type": {
1349
+ "name": string;
1350
+ };
1351
+ };
1352
+ "querySelectorAll": {
1353
+ "defaultValue": any;
1354
+ "description": string;
1355
+ "name": string;
1356
+ "required": boolean;
1357
+ "type": {
1358
+ "name": string;
1359
+ };
1360
+ };
1361
+ "oncopy": {
1362
+ "defaultValue": any;
1363
+ "description": string;
1364
+ "name": string;
1365
+ "required": boolean;
1366
+ "type": {
1367
+ "name": string;
1368
+ };
1369
+ };
1370
+ "oncut": {
1371
+ "defaultValue": any;
1372
+ "description": string;
1373
+ "name": string;
1374
+ "required": boolean;
1375
+ "type": {
1376
+ "name": string;
1377
+ };
1378
+ };
1379
+ "onpaste": {
1380
+ "defaultValue": any;
1381
+ "description": string;
1382
+ "name": string;
1383
+ "required": boolean;
1384
+ "type": {
1385
+ "name": string;
1386
+ };
1387
+ };
1388
+ "style": {
1389
+ "defaultValue": any;
1390
+ "description": string;
1391
+ "name": string;
1392
+ "required": boolean;
1393
+ "type": {
1394
+ "name": string;
1395
+ };
1396
+ };
1397
+ "contentEditable": {
1398
+ "defaultValue": any;
1399
+ "description": string;
1400
+ "name": string;
1401
+ "required": boolean;
1402
+ "type": {
1403
+ "name": string;
1404
+ };
1405
+ };
1406
+ "inputMode": {
1407
+ "defaultValue": any;
1408
+ "description": string;
1409
+ "name": string;
1410
+ "required": boolean;
1411
+ "type": {
1412
+ "name": string;
1413
+ };
1414
+ };
1415
+ "isContentEditable": {
1416
+ "defaultValue": any;
1417
+ "description": string;
1418
+ "name": string;
1419
+ "required": boolean;
1420
+ "type": {
1421
+ "name": string;
1422
+ };
1423
+ };
1424
+ "onabort": {
1425
+ "defaultValue": any;
1426
+ "description": string;
1427
+ "name": string;
1428
+ "required": boolean;
1429
+ "type": {
1430
+ "name": string;
1431
+ };
1432
+ };
1433
+ "onanimationcancel": {
1434
+ "defaultValue": any;
1435
+ "description": string;
1436
+ "name": string;
1437
+ "required": boolean;
1438
+ "type": {
1439
+ "name": string;
1440
+ };
1441
+ };
1442
+ "onanimationend": {
1443
+ "defaultValue": any;
1444
+ "description": string;
1445
+ "name": string;
1446
+ "required": boolean;
1447
+ "type": {
1448
+ "name": string;
1449
+ };
1450
+ };
1451
+ "onanimationiteration": {
1452
+ "defaultValue": any;
1453
+ "description": string;
1454
+ "name": string;
1455
+ "required": boolean;
1456
+ "type": {
1457
+ "name": string;
1458
+ };
1459
+ };
1460
+ "onanimationstart": {
1461
+ "defaultValue": any;
1462
+ "description": string;
1463
+ "name": string;
1464
+ "required": boolean;
1465
+ "type": {
1466
+ "name": string;
1467
+ };
1468
+ };
1469
+ "onauxclick": {
1470
+ "defaultValue": any;
1471
+ "description": string;
1472
+ "name": string;
1473
+ "required": boolean;
1474
+ "type": {
1475
+ "name": string;
1476
+ };
1477
+ };
1478
+ "onblur": {
1479
+ "defaultValue": any;
1480
+ "description": string;
1481
+ "name": string;
1482
+ "required": boolean;
1483
+ "type": {
1484
+ "name": string;
1485
+ };
1486
+ };
1487
+ "oncancel": {
1488
+ "defaultValue": any;
1489
+ "description": string;
1490
+ "name": string;
1491
+ "required": boolean;
1492
+ "type": {
1493
+ "name": string;
1494
+ };
1495
+ };
1496
+ "oncanplay": {
1497
+ "defaultValue": any;
1498
+ "description": string;
1499
+ "name": string;
1500
+ "required": boolean;
1501
+ "type": {
1502
+ "name": string;
1503
+ };
1504
+ };
1505
+ "oncanplaythrough": {
1506
+ "defaultValue": any;
1507
+ "description": string;
1508
+ "name": string;
1509
+ "required": boolean;
1510
+ "type": {
1511
+ "name": string;
1512
+ };
1513
+ };
1514
+ "onchange": {
1515
+ "defaultValue": any;
1516
+ "description": string;
1517
+ "name": string;
1518
+ "required": boolean;
1519
+ "type": {
1520
+ "name": string;
1521
+ };
1522
+ };
1523
+ "onclick": {
1524
+ "defaultValue": any;
1525
+ "description": string;
1526
+ "name": string;
1527
+ "required": boolean;
1528
+ "type": {
1529
+ "name": string;
1530
+ };
1531
+ };
1532
+ "onclose": {
1533
+ "defaultValue": any;
1534
+ "description": string;
1535
+ "name": string;
1536
+ "required": boolean;
1537
+ "type": {
1538
+ "name": string;
1539
+ };
1540
+ };
1541
+ "oncontextmenu": {
1542
+ "defaultValue": any;
1543
+ "description": string;
1544
+ "name": string;
1545
+ "required": boolean;
1546
+ "type": {
1547
+ "name": string;
1548
+ };
1549
+ };
1550
+ "oncuechange": {
1551
+ "defaultValue": any;
1552
+ "description": string;
1553
+ "name": string;
1554
+ "required": boolean;
1555
+ "type": {
1556
+ "name": string;
1557
+ };
1558
+ };
1559
+ "ondblclick": {
1560
+ "defaultValue": any;
1561
+ "description": string;
1562
+ "name": string;
1563
+ "required": boolean;
1564
+ "type": {
1565
+ "name": string;
1566
+ };
1567
+ };
1568
+ "ondrag": {
1569
+ "defaultValue": any;
1570
+ "description": string;
1571
+ "name": string;
1572
+ "required": boolean;
1573
+ "type": {
1574
+ "name": string;
1575
+ };
1576
+ };
1577
+ "ondragend": {
1578
+ "defaultValue": any;
1579
+ "description": string;
1580
+ "name": string;
1581
+ "required": boolean;
1582
+ "type": {
1583
+ "name": string;
1584
+ };
1585
+ };
1586
+ "ondragenter": {
1587
+ "defaultValue": any;
1588
+ "description": string;
1589
+ "name": string;
1590
+ "required": boolean;
1591
+ "type": {
1592
+ "name": string;
1593
+ };
1594
+ };
1595
+ "ondragexit": {
1596
+ "defaultValue": any;
1597
+ "description": string;
1598
+ "name": string;
1599
+ "required": boolean;
1600
+ "type": {
1601
+ "name": string;
1602
+ };
1603
+ };
1604
+ "ondragleave": {
1605
+ "defaultValue": any;
1606
+ "description": string;
1607
+ "name": string;
1608
+ "required": boolean;
1609
+ "type": {
1610
+ "name": string;
1611
+ };
1612
+ };
1613
+ "ondragover": {
1614
+ "defaultValue": any;
1615
+ "description": string;
1616
+ "name": string;
1617
+ "required": boolean;
1618
+ "type": {
1619
+ "name": string;
1620
+ };
1621
+ };
1622
+ "ondragstart": {
1623
+ "defaultValue": any;
1624
+ "description": string;
1625
+ "name": string;
1626
+ "required": boolean;
1627
+ "type": {
1628
+ "name": string;
1629
+ };
1630
+ };
1631
+ "ondrop": {
1632
+ "defaultValue": any;
1633
+ "description": string;
1634
+ "name": string;
1635
+ "required": boolean;
1636
+ "type": {
1637
+ "name": string;
1638
+ };
1639
+ };
1640
+ "ondurationchange": {
1641
+ "defaultValue": any;
1642
+ "description": string;
1643
+ "name": string;
1644
+ "required": boolean;
1645
+ "type": {
1646
+ "name": string;
1647
+ };
1648
+ };
1649
+ "onemptied": {
1650
+ "defaultValue": any;
1651
+ "description": string;
1652
+ "name": string;
1653
+ "required": boolean;
1654
+ "type": {
1655
+ "name": string;
1656
+ };
1657
+ };
1658
+ "onended": {
1659
+ "defaultValue": any;
1660
+ "description": string;
1661
+ "name": string;
1662
+ "required": boolean;
1663
+ "type": {
1664
+ "name": string;
1665
+ };
1666
+ };
1667
+ "onerror": {
1668
+ "defaultValue": any;
1669
+ "description": string;
1670
+ "name": string;
1671
+ "required": boolean;
1672
+ "type": {
1673
+ "name": string;
1674
+ };
1675
+ };
1676
+ "onfocus": {
1677
+ "defaultValue": any;
1678
+ "description": string;
1679
+ "name": string;
1680
+ "required": boolean;
1681
+ "type": {
1682
+ "name": string;
1683
+ };
1684
+ };
1685
+ "ongotpointercapture": {
1686
+ "defaultValue": any;
1687
+ "description": string;
1688
+ "name": string;
1689
+ "required": boolean;
1690
+ "type": {
1691
+ "name": string;
1692
+ };
1693
+ };
1694
+ "oninput": {
1695
+ "defaultValue": any;
1696
+ "description": string;
1697
+ "name": string;
1698
+ "required": boolean;
1699
+ "type": {
1700
+ "name": string;
1701
+ };
1702
+ };
1703
+ "oninvalid": {
1704
+ "defaultValue": any;
1705
+ "description": string;
1706
+ "name": string;
1707
+ "required": boolean;
1708
+ "type": {
1709
+ "name": string;
1710
+ };
1711
+ };
1712
+ "onkeydown": {
1713
+ "defaultValue": any;
1714
+ "description": string;
1715
+ "name": string;
1716
+ "required": boolean;
1717
+ "type": {
1718
+ "name": string;
1719
+ };
1720
+ };
1721
+ "onkeypress": {
1722
+ "defaultValue": any;
1723
+ "description": string;
1724
+ "name": string;
1725
+ "required": boolean;
1726
+ "type": {
1727
+ "name": string;
1728
+ };
1729
+ };
1730
+ "onkeyup": {
1731
+ "defaultValue": any;
1732
+ "description": string;
1733
+ "name": string;
1734
+ "required": boolean;
1735
+ "type": {
1736
+ "name": string;
1737
+ };
1738
+ };
1739
+ "onload": {
1740
+ "defaultValue": any;
1741
+ "description": string;
1742
+ "name": string;
1743
+ "required": boolean;
1744
+ "type": {
1745
+ "name": string;
1746
+ };
1747
+ };
1748
+ "onloadeddata": {
1749
+ "defaultValue": any;
1750
+ "description": string;
1751
+ "name": string;
1752
+ "required": boolean;
1753
+ "type": {
1754
+ "name": string;
1755
+ };
1756
+ };
1757
+ "onloadedmetadata": {
1758
+ "defaultValue": any;
1759
+ "description": string;
1760
+ "name": string;
1761
+ "required": boolean;
1762
+ "type": {
1763
+ "name": string;
1764
+ };
1765
+ };
1766
+ "onloadend": {
1767
+ "defaultValue": any;
1768
+ "description": string;
1769
+ "name": string;
1770
+ "required": boolean;
1771
+ "type": {
1772
+ "name": string;
1773
+ };
1774
+ };
1775
+ "onloadstart": {
1776
+ "defaultValue": any;
1777
+ "description": string;
1778
+ "name": string;
1779
+ "required": boolean;
1780
+ "type": {
1781
+ "name": string;
1782
+ };
1783
+ };
1784
+ "onlostpointercapture": {
1785
+ "defaultValue": any;
1786
+ "description": string;
1787
+ "name": string;
1788
+ "required": boolean;
1789
+ "type": {
1790
+ "name": string;
1791
+ };
1792
+ };
1793
+ "onmousedown": {
1794
+ "defaultValue": any;
1795
+ "description": string;
1796
+ "name": string;
1797
+ "required": boolean;
1798
+ "type": {
1799
+ "name": string;
1800
+ };
1801
+ };
1802
+ "onmouseenter": {
1803
+ "defaultValue": any;
1804
+ "description": string;
1805
+ "name": string;
1806
+ "required": boolean;
1807
+ "type": {
1808
+ "name": string;
1809
+ };
1810
+ };
1811
+ "onmouseleave": {
1812
+ "defaultValue": any;
1813
+ "description": string;
1814
+ "name": string;
1815
+ "required": boolean;
1816
+ "type": {
1817
+ "name": string;
1818
+ };
1819
+ };
1820
+ "onmousemove": {
1821
+ "defaultValue": any;
1822
+ "description": string;
1823
+ "name": string;
1824
+ "required": boolean;
1825
+ "type": {
1826
+ "name": string;
1827
+ };
1828
+ };
1829
+ "onmouseout": {
1830
+ "defaultValue": any;
1831
+ "description": string;
1832
+ "name": string;
1833
+ "required": boolean;
1834
+ "type": {
1835
+ "name": string;
1836
+ };
1837
+ };
1838
+ "onmouseover": {
1839
+ "defaultValue": any;
1840
+ "description": string;
1841
+ "name": string;
1842
+ "required": boolean;
1843
+ "type": {
1844
+ "name": string;
1845
+ };
1846
+ };
1847
+ "onmouseup": {
1848
+ "defaultValue": any;
1849
+ "description": string;
1850
+ "name": string;
1851
+ "required": boolean;
1852
+ "type": {
1853
+ "name": string;
1854
+ };
1855
+ };
1856
+ "onpause": {
1857
+ "defaultValue": any;
1858
+ "description": string;
1859
+ "name": string;
1860
+ "required": boolean;
1861
+ "type": {
1862
+ "name": string;
1863
+ };
1864
+ };
1865
+ "onplay": {
1866
+ "defaultValue": any;
1867
+ "description": string;
1868
+ "name": string;
1869
+ "required": boolean;
1870
+ "type": {
1871
+ "name": string;
1872
+ };
1873
+ };
1874
+ "onplaying": {
1875
+ "defaultValue": any;
1876
+ "description": string;
1877
+ "name": string;
1878
+ "required": boolean;
1879
+ "type": {
1880
+ "name": string;
1881
+ };
1882
+ };
1883
+ "onpointercancel": {
1884
+ "defaultValue": any;
1885
+ "description": string;
1886
+ "name": string;
1887
+ "required": boolean;
1888
+ "type": {
1889
+ "name": string;
1890
+ };
1891
+ };
1892
+ "onpointerdown": {
1893
+ "defaultValue": any;
1894
+ "description": string;
1895
+ "name": string;
1896
+ "required": boolean;
1897
+ "type": {
1898
+ "name": string;
1899
+ };
1900
+ };
1901
+ "onpointerenter": {
1902
+ "defaultValue": any;
1903
+ "description": string;
1904
+ "name": string;
1905
+ "required": boolean;
1906
+ "type": {
1907
+ "name": string;
1908
+ };
1909
+ };
1910
+ "onpointerleave": {
1911
+ "defaultValue": any;
1912
+ "description": string;
1913
+ "name": string;
1914
+ "required": boolean;
1915
+ "type": {
1916
+ "name": string;
1917
+ };
1918
+ };
1919
+ "onpointermove": {
1920
+ "defaultValue": any;
1921
+ "description": string;
1922
+ "name": string;
1923
+ "required": boolean;
1924
+ "type": {
1925
+ "name": string;
1926
+ };
1927
+ };
1928
+ "onpointerout": {
1929
+ "defaultValue": any;
1930
+ "description": string;
1931
+ "name": string;
1932
+ "required": boolean;
1933
+ "type": {
1934
+ "name": string;
1935
+ };
1936
+ };
1937
+ "onpointerover": {
1938
+ "defaultValue": any;
1939
+ "description": string;
1940
+ "name": string;
1941
+ "required": boolean;
1942
+ "type": {
1943
+ "name": string;
1944
+ };
1945
+ };
1946
+ "onpointerup": {
1947
+ "defaultValue": any;
1948
+ "description": string;
1949
+ "name": string;
1950
+ "required": boolean;
1951
+ "type": {
1952
+ "name": string;
1953
+ };
1954
+ };
1955
+ "onprogress": {
1956
+ "defaultValue": any;
1957
+ "description": string;
1958
+ "name": string;
1959
+ "required": boolean;
1960
+ "type": {
1961
+ "name": string;
1962
+ };
1963
+ };
1964
+ "onratechange": {
1965
+ "defaultValue": any;
1966
+ "description": string;
1967
+ "name": string;
1968
+ "required": boolean;
1969
+ "type": {
1970
+ "name": string;
1971
+ };
1972
+ };
1973
+ "onreset": {
1974
+ "defaultValue": any;
1975
+ "description": string;
1976
+ "name": string;
1977
+ "required": boolean;
1978
+ "type": {
1979
+ "name": string;
1980
+ };
1981
+ };
1982
+ "onresize": {
1983
+ "defaultValue": any;
1984
+ "description": string;
1985
+ "name": string;
1986
+ "required": boolean;
1987
+ "type": {
1988
+ "name": string;
1989
+ };
1990
+ };
1991
+ "onscroll": {
1992
+ "defaultValue": any;
1993
+ "description": string;
1994
+ "name": string;
1995
+ "required": boolean;
1996
+ "type": {
1997
+ "name": string;
1998
+ };
1999
+ };
2000
+ "onsecuritypolicyviolation": {
2001
+ "defaultValue": any;
2002
+ "description": string;
2003
+ "name": string;
2004
+ "required": boolean;
2005
+ "type": {
2006
+ "name": string;
2007
+ };
2008
+ };
2009
+ "onseeked": {
2010
+ "defaultValue": any;
2011
+ "description": string;
2012
+ "name": string;
2013
+ "required": boolean;
2014
+ "type": {
2015
+ "name": string;
2016
+ };
2017
+ };
2018
+ "onseeking": {
2019
+ "defaultValue": any;
2020
+ "description": string;
2021
+ "name": string;
2022
+ "required": boolean;
2023
+ "type": {
2024
+ "name": string;
2025
+ };
2026
+ };
2027
+ "onselect": {
2028
+ "defaultValue": any;
2029
+ "description": string;
2030
+ "name": string;
2031
+ "required": boolean;
2032
+ "type": {
2033
+ "name": string;
2034
+ };
2035
+ };
2036
+ "onselectionchange": {
2037
+ "defaultValue": any;
2038
+ "description": string;
2039
+ "name": string;
2040
+ "required": boolean;
2041
+ "type": {
2042
+ "name": string;
2043
+ };
2044
+ };
2045
+ "onselectstart": {
2046
+ "defaultValue": any;
2047
+ "description": string;
2048
+ "name": string;
2049
+ "required": boolean;
2050
+ "type": {
2051
+ "name": string;
2052
+ };
2053
+ };
2054
+ "onstalled": {
2055
+ "defaultValue": any;
2056
+ "description": string;
2057
+ "name": string;
2058
+ "required": boolean;
2059
+ "type": {
2060
+ "name": string;
2061
+ };
2062
+ };
2063
+ "onsubmit": {
2064
+ "defaultValue": any;
2065
+ "description": string;
2066
+ "name": string;
2067
+ "required": boolean;
2068
+ "type": {
2069
+ "name": string;
2070
+ };
2071
+ };
2072
+ "onsuspend": {
2073
+ "defaultValue": any;
2074
+ "description": string;
2075
+ "name": string;
2076
+ "required": boolean;
2077
+ "type": {
2078
+ "name": string;
2079
+ };
2080
+ };
2081
+ "ontimeupdate": {
2082
+ "defaultValue": any;
2083
+ "description": string;
2084
+ "name": string;
2085
+ "required": boolean;
2086
+ "type": {
2087
+ "name": string;
2088
+ };
2089
+ };
2090
+ "ontoggle": {
2091
+ "defaultValue": any;
2092
+ "description": string;
2093
+ "name": string;
2094
+ "required": boolean;
2095
+ "type": {
2096
+ "name": string;
2097
+ };
2098
+ };
2099
+ "ontouchcancel": {
2100
+ "defaultValue": any;
2101
+ "description": string;
2102
+ "name": string;
2103
+ "required": boolean;
2104
+ "type": {
2105
+ "name": string;
2106
+ };
2107
+ };
2108
+ "ontouchend": {
2109
+ "defaultValue": any;
2110
+ "description": string;
2111
+ "name": string;
2112
+ "required": boolean;
2113
+ "type": {
2114
+ "name": string;
2115
+ };
2116
+ };
2117
+ "ontouchmove": {
2118
+ "defaultValue": any;
2119
+ "description": string;
2120
+ "name": string;
2121
+ "required": boolean;
2122
+ "type": {
2123
+ "name": string;
2124
+ };
2125
+ };
2126
+ "ontouchstart": {
2127
+ "defaultValue": any;
2128
+ "description": string;
2129
+ "name": string;
2130
+ "required": boolean;
2131
+ "type": {
2132
+ "name": string;
2133
+ };
2134
+ };
2135
+ "ontransitioncancel": {
2136
+ "defaultValue": any;
2137
+ "description": string;
2138
+ "name": string;
2139
+ "required": boolean;
2140
+ "type": {
2141
+ "name": string;
2142
+ };
2143
+ };
2144
+ "ontransitionend": {
2145
+ "defaultValue": any;
2146
+ "description": string;
2147
+ "name": string;
2148
+ "required": boolean;
2149
+ "type": {
2150
+ "name": string;
2151
+ };
2152
+ };
2153
+ "ontransitionrun": {
2154
+ "defaultValue": any;
2155
+ "description": string;
2156
+ "name": string;
2157
+ "required": boolean;
2158
+ "type": {
2159
+ "name": string;
2160
+ };
2161
+ };
2162
+ "ontransitionstart": {
2163
+ "defaultValue": any;
2164
+ "description": string;
2165
+ "name": string;
2166
+ "required": boolean;
2167
+ "type": {
2168
+ "name": string;
2169
+ };
2170
+ };
2171
+ "onvolumechange": {
2172
+ "defaultValue": any;
2173
+ "description": string;
2174
+ "name": string;
2175
+ "required": boolean;
2176
+ "type": {
2177
+ "name": string;
2178
+ };
2179
+ };
2180
+ "onwaiting": {
2181
+ "defaultValue": any;
2182
+ "description": string;
2183
+ "name": string;
2184
+ "required": boolean;
2185
+ "type": {
2186
+ "name": string;
2187
+ };
2188
+ };
2189
+ "onwheel": {
2190
+ "defaultValue": any;
2191
+ "description": string;
2192
+ "name": string;
2193
+ "required": boolean;
2194
+ "type": {
2195
+ "name": string;
2196
+ };
2197
+ };
2198
+ "dataset": {
2199
+ "defaultValue": any;
2200
+ "description": string;
2201
+ "name": string;
2202
+ "required": boolean;
2203
+ "type": {
2204
+ "name": string;
2205
+ };
2206
+ };
2207
+ "nonce": {
2208
+ "defaultValue": any;
2209
+ "description": string;
2210
+ "name": string;
2211
+ "required": boolean;
2212
+ "type": {
2213
+ "name": string;
2214
+ };
2215
+ };
2216
+ "tabIndex": {
2217
+ "defaultValue": any;
2218
+ "description": string;
2219
+ "name": string;
2220
+ "required": boolean;
2221
+ "type": {
2222
+ "name": string;
2223
+ };
2224
+ };
2225
+ "blur": {
2226
+ "defaultValue": any;
2227
+ "description": string;
2228
+ "name": string;
2229
+ "required": boolean;
2230
+ "type": {
2231
+ "name": string;
2232
+ };
2233
+ };
2234
+ "focus": {
2235
+ "defaultValue": any;
2236
+ "description": string;
2237
+ "name": string;
2238
+ "required": boolean;
2239
+ "type": {
2240
+ "name": string;
2241
+ };
2242
+ };
2243
+ };
54
2244
  };
55
- /**************************************
56
- * Formatting & calculations *
57
- *************************************/
58
- /**
59
- * Gets x and y coordinates from HTML transform attribute
60
- *
61
- * @export
62
- * @param {any} string the transform attribute string ie. transform(x,y)
63
- * @returns Returns an object with x and y offsets of the transform
64
- */
65
- export function getTranformOffsets(string: any): {
66
- x: number;
67
- y: number;
2245
+ }
2246
+ /**************************************
2247
+ * Formatting & calculations *
2248
+ *************************************/
2249
+ /**
2250
+ * Gets x and y coordinates from HTML transform attribute
2251
+ *
2252
+ * @export
2253
+ * @param {any} string the transform attribute string ie. transform(x,y)
2254
+ * @returns Returns an object with x and y offsets of the transform
2255
+ */
2256
+ export declare function getTranformOffsets(string: any): {
2257
+ x: number;
2258
+ y: number;
2259
+ };
2260
+ export declare namespace getTranformOffsets {
2261
+ var displayName: string;
2262
+ var __docgenInfo: {
2263
+ "description": string;
2264
+ "displayName": string;
2265
+ "props": {};
2266
+ };
2267
+ }
2268
+ /**
2269
+ * Returns string value for height/width using pixels if there isn't a specified unit of measure
2270
+ *
2271
+ * @param value string or number value to be checked for unit of measure
2272
+ */
2273
+ export declare function formatWidthHeightValues(value: any): any;
2274
+ export declare namespace formatWidthHeightValues {
2275
+ var displayName: string;
2276
+ var __docgenInfo: {
2277
+ "description": string;
2278
+ "displayName": string;
2279
+ "props": {};
68
2280
  };
69
- /**
70
- * Returns string value for height/width using pixels if there isn't a specified unit of measure
71
- *
72
- * @param value string or number value to be checked for unit of measure
73
- */
74
- export function formatWidthHeightValues(value: any): any;
75
- /**
76
- * Capitalizes first letter of a string
77
- *
78
- * @export
79
- * @param {any} string the input string to perform first letter capitalization with
80
- * @returns The transformed string after first letter is capitalized
81
- */
82
- export function capitalizeFirstLetter(string: any): any;
83
- /**
84
- * Get the percentage of a datapoint compared to the entire dataset.
85
- * @export
86
- * @param {any} item
87
- * @param {any} fullData
88
- * @param {string} key
89
- * @returns The percentage in the form of a number (1 significant digit if necessary)
90
- */
91
- export function convertValueToPercentage(item: any, fullData: any, key?: string): number;
92
- /**
93
- * Truncate the labels
94
- * @export
95
- * @param {any} fullText
96
- * @param {any} truncationType
97
- * @param {any} numCharacter
98
- * @returns Truncated text
99
- */
100
- export function truncateLabel(fullText: any, truncationType: any, numCharacter: any): any;
101
- /**
102
- * Update legend additional items
103
- * @param {any} defaultOptions
104
- * @param {any} providedOptions
105
- */
106
- export function updateLegendAdditionalItems(defaultOptions: any, providedOptions: any): void;
107
- /**************************************
108
- * Object/array related checks *
109
- *************************************/
110
- /**
111
- * Compares two arrays to return the difference between two arrays' items.
112
- *
113
- * @export
114
- * @param {any[]} oldArray the array to check for missing items
115
- * @param {any[]} newArray the array to check for newly added items
116
- * @returns An object containing items missing (existing in oldArray but not newArray)
117
- * and items added (existing in newArray but not in oldArray). Object is of the form { missing: [], added: [] }
118
- */
119
- export function arrayDifferences(oldArray: any[], newArray: any[]): {
120
- missing: any[];
121
- added: any[];
2281
+ }
2282
+ /**
2283
+ * Capitalizes first letter of a string
2284
+ *
2285
+ * @export
2286
+ * @param {any} string the input string to perform first letter capitalization with
2287
+ * @returns The transformed string after first letter is capitalized
2288
+ */
2289
+ export declare function capitalizeFirstLetter(string: any): any;
2290
+ export declare namespace capitalizeFirstLetter {
2291
+ var displayName: string;
2292
+ var __docgenInfo: {
2293
+ "description": string;
2294
+ "displayName": string;
2295
+ "props": {};
2296
+ };
2297
+ }
2298
+ /**
2299
+ * Get the percentage of a datapoint compared to the entire dataset.
2300
+ * @export
2301
+ * @param {any} item
2302
+ * @param {any} fullData
2303
+ * @param {string} key
2304
+ * @returns The percentage in the form of a number (1 significant digit if necessary)
2305
+ */
2306
+ export declare function convertValueToPercentage(item: any, fullData: any, key?: string): number;
2307
+ export declare namespace convertValueToPercentage {
2308
+ var displayName: string;
2309
+ var __docgenInfo: {
2310
+ "description": string;
2311
+ "displayName": string;
2312
+ "props": {};
2313
+ };
2314
+ }
2315
+ /**
2316
+ * Truncate the labels
2317
+ * @export
2318
+ * @param {any} fullText
2319
+ * @param {any} truncationType
2320
+ * @param {any} numCharacter
2321
+ * @returns Truncated text
2322
+ */
2323
+ export declare function truncateLabel(fullText: any, truncationType: any, numCharacter: any): any;
2324
+ export declare namespace truncateLabel {
2325
+ var displayName: string;
2326
+ var __docgenInfo: {
2327
+ "description": string;
2328
+ "displayName": string;
2329
+ "props": {};
2330
+ };
2331
+ }
2332
+ /**
2333
+ * Update legend additional items
2334
+ * @param {any} defaultOptions
2335
+ * @param {any} providedOptions
2336
+ */
2337
+ export declare function updateLegendAdditionalItems(defaultOptions: any, providedOptions: any): void;
2338
+ export declare namespace updateLegendAdditionalItems {
2339
+ var displayName: string;
2340
+ var __docgenInfo: {
2341
+ "description": string;
2342
+ "displayName": string;
2343
+ "props": {};
2344
+ };
2345
+ }
2346
+ /**************************************
2347
+ * Object/array related checks *
2348
+ *************************************/
2349
+ /**
2350
+ * Compares two arrays to return the difference between two arrays' items.
2351
+ *
2352
+ * @export
2353
+ * @param {any[]} oldArray the array to check for missing items
2354
+ * @param {any[]} newArray the array to check for newly added items
2355
+ * @returns An object containing items missing (existing in oldArray but not newArray)
2356
+ * and items added (existing in newArray but not in oldArray). Object is of the form { missing: [], added: [] }
2357
+ */
2358
+ export declare function arrayDifferences(oldArray: any[], newArray: any[]): {
2359
+ missing: any[];
2360
+ added: any[];
2361
+ };
2362
+ export declare namespace arrayDifferences {
2363
+ var displayName: string;
2364
+ var __docgenInfo: {
2365
+ "description": string;
2366
+ "displayName": string;
2367
+ "props": {};
2368
+ };
2369
+ }
2370
+ /**
2371
+ * Gets the duplicated keys from an array of data
2372
+ *
2373
+ * @export
2374
+ * @param {*} data - array of data
2375
+ * @returns A list of the duplicated keys in data
2376
+ */
2377
+ export declare function getDuplicateValues(arr: any): any[];
2378
+ export declare namespace getDuplicateValues {
2379
+ var displayName: string;
2380
+ var __docgenInfo: {
2381
+ "description": string;
2382
+ "displayName": string;
2383
+ "props": {};
2384
+ };
2385
+ }
2386
+ /**
2387
+ * In D3, moves an element to the front of the canvas
2388
+ *
2389
+ * @export
2390
+ * @param {any} element input element to moved in front
2391
+ * @returns The function to be used by D3 to push element to the top of the canvas
2392
+ */
2393
+ export declare function moveToFront(element: any): any;
2394
+ export declare namespace moveToFront {
2395
+ var displayName: string;
2396
+ var __docgenInfo: {
2397
+ "description": string;
2398
+ "displayName": string;
2399
+ "props": {};
2400
+ };
2401
+ }
2402
+ /**
2403
+ * Gets a speicified property from within an object.
2404
+ *
2405
+ * @param object the object containing the property to retrieve
2406
+ * @param propPath nested properties used to extract the final property from within the object
2407
+ * (i.e "style", "color" would retrieve the color property from within an object that has "color" nested within "style")
2408
+ */
2409
+ export declare const getProperty: {
2410
+ (object: any, ...propPath: any[]): any;
2411
+ displayName: string;
2412
+ __docgenInfo: {
2413
+ "description": string;
2414
+ "displayName": string;
2415
+ "props": {};
122
2416
  };
123
- /**
124
- * Gets the duplicated keys from an array of data
125
- *
126
- * @export
127
- * @param {*} data - array of data
128
- * @returns A list of the duplicated keys in data
129
- */
130
- export function getDuplicateValues(arr: any): any[];
131
- /**
132
- * In D3, moves an element to the front of the canvas
133
- *
134
- * @export
135
- * @param {any} element input element to moved in front
136
- * @returns The function to be used by D3 to push element to the top of the canvas
137
- */
138
- export function moveToFront(element: any): any;
139
- /**
140
- * Gets a speicified property from within an object.
141
- *
142
- * @param object the object containing the property to retrieve
143
- * @param propPath nested properties used to extract the final property from within the object
144
- * (i.e "style", "color" would retrieve the color property from within an object that has "color" nested within "style")
145
- */
146
- export const getProperty: (object: any, ...propPath: any[]) => any;
147
- interface SVGPathCoordinates {
148
- x0: number;
149
- x1: number;
150
- y0: number;
151
- y1: number;
152
- }
153
- export const flipSVGCoordinatesBasedOnOrientation: (verticalCoordinates: SVGPathCoordinates, orientation?: CartesianOrientations) => SVGPathCoordinates;
154
- export const generateSVGPathString: (verticalCoordinates: SVGPathCoordinates, orientation?: CartesianOrientations) => string;
155
- export function flipDomainAndRangeBasedOnOrientation<D, R>(domain: D, range: R, orientation?: CartesianOrientations): [D, R] | [R, D];
156
- export const compareNumeric: (a: Numeric, b: Numeric) => boolean;
157
- export {};
2417
+ };
2418
+ interface SVGPathCoordinates {
2419
+ x0: number;
2420
+ x1: number;
2421
+ y0: number;
2422
+ y1: number;
158
2423
  }
2424
+ export declare const flipSVGCoordinatesBasedOnOrientation: (verticalCoordinates: SVGPathCoordinates, orientation?: CartesianOrientations) => SVGPathCoordinates;
2425
+ export declare const generateSVGPathString: (verticalCoordinates: SVGPathCoordinates, orientation?: CartesianOrientations) => string;
2426
+ export declare function flipDomainAndRangeBasedOnOrientation<D, R>(domain: D, range: R, orientation?: CartesianOrientations): [D, R] | [R, D];
2427
+ export declare const compareNumeric: (a: Numeric, b: Numeric) => boolean;