@oracle/oraclejet-webdriver 11.1.0 → 12.0.1

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 (612) hide show
  1. package/README.md +9 -11
  2. package/bin/generate +12 -12
  3. package/bin/templates/baseclass.ts-template +1 -1
  4. package/bin/templates/class.ts-template +4 -6
  5. package/bin/templates/element-test.spec.ts-template +2 -2
  6. package/bin/templates/index.ts-template +14 -13
  7. package/bin/templates/property-getter.ts-template +3 -3
  8. package/bin/templates/property-setter.ts-template +3 -3
  9. package/elements/OjWebElement.js +5 -2
  10. package/elements/OjWebElement.js.map +1 -1
  11. package/elements/OjWebElement.ts +5 -2
  12. package/elements/index.js +12 -3
  13. package/elements/index.js.map +1 -1
  14. package/elements/index.ts +3 -0
  15. package/elements/oj-accordion/OjAccordion.js.map +1 -1
  16. package/elements/oj-accordion/OjAccordion.ts +3 -5
  17. package/elements/oj-accordion/OjAccordionBase.js +4 -4
  18. package/elements/oj-accordion/OjAccordionBase.js.map +1 -1
  19. package/elements/oj-accordion/OjAccordionBase.ts +13 -13
  20. package/elements/oj-accordion/index.js +2 -2
  21. package/elements/oj-accordion/index.js.map +1 -1
  22. package/elements/oj-accordion/index.ts +14 -13
  23. package/elements/oj-action-card/OjActionCard.js +11 -0
  24. package/elements/oj-action-card/OjActionCard.js.map +1 -0
  25. package/elements/oj-action-card/OjActionCard.ts +15 -0
  26. package/elements/oj-action-card/OjActionCardBase.js +8 -0
  27. package/elements/oj-action-card/OjActionCardBase.js.map +1 -0
  28. package/elements/oj-action-card/OjActionCardBase.ts +13 -0
  29. package/elements/oj-action-card/index.js +17 -0
  30. package/elements/oj-action-card/index.js.map +1 -0
  31. package/elements/oj-action-card/index.ts +28 -0
  32. package/elements/oj-button/OjButton.js.map +1 -1
  33. package/elements/oj-button/OjButton.ts +3 -5
  34. package/elements/oj-button/OjButtonBase.js +5 -5
  35. package/elements/oj-button/OjButtonBase.js.map +1 -1
  36. package/elements/oj-button/OjButtonBase.ts +16 -16
  37. package/elements/oj-button/index.js +2 -2
  38. package/elements/oj-button/index.js.map +1 -1
  39. package/elements/oj-button/index.ts +14 -13
  40. package/elements/oj-buttonset-many/OjButtonsetMany.js.map +1 -1
  41. package/elements/oj-buttonset-many/OjButtonsetMany.ts +3 -5
  42. package/elements/oj-buttonset-many/OjButtonsetManyBase.js +9 -9
  43. package/elements/oj-buttonset-many/OjButtonsetManyBase.js.map +1 -1
  44. package/elements/oj-buttonset-many/OjButtonsetManyBase.ts +28 -28
  45. package/elements/oj-buttonset-many/index.js +2 -2
  46. package/elements/oj-buttonset-many/index.js.map +1 -1
  47. package/elements/oj-buttonset-many/index.ts +14 -13
  48. package/elements/oj-buttonset-one/OjButtonsetOne.js.map +1 -1
  49. package/elements/oj-buttonset-one/OjButtonsetOne.ts +3 -5
  50. package/elements/oj-buttonset-one/OjButtonsetOneBase.js +9 -9
  51. package/elements/oj-buttonset-one/OjButtonsetOneBase.js.map +1 -1
  52. package/elements/oj-buttonset-one/OjButtonsetOneBase.ts +28 -28
  53. package/elements/oj-buttonset-one/index.js +2 -2
  54. package/elements/oj-buttonset-one/index.js.map +1 -1
  55. package/elements/oj-buttonset-one/index.ts +14 -13
  56. package/elements/oj-chart/OjChart.js.map +1 -1
  57. package/elements/oj-chart/OjChart.ts +3 -5
  58. package/elements/oj-chart/OjChartBase.js +55 -55
  59. package/elements/oj-chart/OjChartBase.js.map +1 -1
  60. package/elements/oj-chart/OjChartBase.ts +2149 -2152
  61. package/elements/oj-chart/index.js +2 -2
  62. package/elements/oj-chart/index.js.map +1 -1
  63. package/elements/oj-chart/index.ts +14 -13
  64. package/elements/oj-checkboxset/OjCheckboxset.js.map +1 -1
  65. package/elements/oj-checkboxset/OjCheckboxset.ts +3 -5
  66. package/elements/oj-checkboxset/OjCheckboxsetBase.js +20 -20
  67. package/elements/oj-checkboxset/OjCheckboxsetBase.js.map +1 -1
  68. package/elements/oj-checkboxset/OjCheckboxsetBase.ts +133 -136
  69. package/elements/oj-checkboxset/index.js +2 -2
  70. package/elements/oj-checkboxset/index.js.map +1 -1
  71. package/elements/oj-checkboxset/index.ts +14 -13
  72. package/elements/oj-collapsible/OjCollapsible.js.map +1 -1
  73. package/elements/oj-collapsible/OjCollapsible.ts +3 -5
  74. package/elements/oj-collapsible/OjCollapsibleBase.js +5 -5
  75. package/elements/oj-collapsible/OjCollapsibleBase.js.map +1 -1
  76. package/elements/oj-collapsible/OjCollapsibleBase.ts +16 -16
  77. package/elements/oj-collapsible/index.js +2 -2
  78. package/elements/oj-collapsible/index.js.map +1 -1
  79. package/elements/oj-collapsible/index.ts +14 -13
  80. package/elements/oj-color-palette/OjColorPalette.js.map +1 -1
  81. package/elements/oj-color-palette/OjColorPalette.ts +3 -5
  82. package/elements/oj-color-palette/OjColorPaletteBase.js +19 -19
  83. package/elements/oj-color-palette/OjColorPaletteBase.js.map +1 -1
  84. package/elements/oj-color-palette/OjColorPaletteBase.ts +114 -117
  85. package/elements/oj-color-palette/index.js +2 -2
  86. package/elements/oj-color-palette/index.js.map +1 -1
  87. package/elements/oj-color-palette/index.ts +14 -13
  88. package/elements/oj-color-spectrum/OjColorSpectrum.js.map +1 -1
  89. package/elements/oj-color-spectrum/OjColorSpectrum.ts +3 -5
  90. package/elements/oj-color-spectrum/OjColorSpectrumBase.js +16 -16
  91. package/elements/oj-color-spectrum/OjColorSpectrumBase.js.map +1 -1
  92. package/elements/oj-color-spectrum/OjColorSpectrumBase.ts +106 -109
  93. package/elements/oj-color-spectrum/index.js +2 -2
  94. package/elements/oj-color-spectrum/index.js.map +1 -1
  95. package/elements/oj-color-spectrum/index.ts +14 -13
  96. package/elements/oj-combobox-many/OjComboboxMany.js.map +1 -1
  97. package/elements/oj-combobox-many/OjComboboxMany.ts +3 -5
  98. package/elements/oj-combobox-many/OjComboboxManyBase.js +30 -30
  99. package/elements/oj-combobox-many/OjComboboxManyBase.js.map +1 -1
  100. package/elements/oj-combobox-many/OjComboboxManyBase.ts +247 -250
  101. package/elements/oj-combobox-many/index.js +2 -2
  102. package/elements/oj-combobox-many/index.js.map +1 -1
  103. package/elements/oj-combobox-many/index.ts +14 -13
  104. package/elements/oj-combobox-one/OjComboboxOne.js.map +1 -1
  105. package/elements/oj-combobox-one/OjComboboxOne.ts +3 -5
  106. package/elements/oj-combobox-one/OjComboboxOneBase.js +31 -31
  107. package/elements/oj-combobox-one/OjComboboxOneBase.js.map +1 -1
  108. package/elements/oj-combobox-one/OjComboboxOneBase.ts +246 -249
  109. package/elements/oj-combobox-one/index.js +2 -2
  110. package/elements/oj-combobox-one/index.js.map +1 -1
  111. package/elements/oj-combobox-one/index.ts +14 -13
  112. package/elements/oj-conveyor-belt/OjConveyorBelt.js.map +1 -1
  113. package/elements/oj-conveyor-belt/OjConveyorBelt.ts +3 -5
  114. package/elements/oj-conveyor-belt/OjConveyorBeltBase.js +13 -7
  115. package/elements/oj-conveyor-belt/OjConveyorBeltBase.js.map +1 -1
  116. package/elements/oj-conveyor-belt/OjConveyorBeltBase.ts +52 -35
  117. package/elements/oj-conveyor-belt/index.js +2 -2
  118. package/elements/oj-conveyor-belt/index.js.map +1 -1
  119. package/elements/oj-conveyor-belt/index.ts +14 -13
  120. package/elements/oj-data-grid/OjDataGrid.js.map +1 -1
  121. package/elements/oj-data-grid/OjDataGrid.ts +3 -5
  122. package/elements/oj-data-grid/OjDataGridBase.js +22 -19
  123. package/elements/oj-data-grid/OjDataGridBase.js.map +1 -1
  124. package/elements/oj-data-grid/OjDataGridBase.ts +683 -590
  125. package/elements/oj-data-grid/index.js +2 -2
  126. package/elements/oj-data-grid/index.js.map +1 -1
  127. package/elements/oj-data-grid/index.ts +14 -13
  128. package/elements/oj-date-picker/OjDatePicker.js.map +1 -1
  129. package/elements/oj-date-picker/OjDatePicker.ts +3 -5
  130. package/elements/oj-date-picker/OjDatePickerBase.js +32 -32
  131. package/elements/oj-date-picker/OjDatePickerBase.js.map +1 -1
  132. package/elements/oj-date-picker/OjDatePickerBase.ts +338 -341
  133. package/elements/oj-date-picker/index.js +2 -2
  134. package/elements/oj-date-picker/index.js.map +1 -1
  135. package/elements/oj-date-picker/index.ts +14 -13
  136. package/elements/oj-date-time-picker/OjDateTimePicker.js.map +1 -1
  137. package/elements/oj-date-time-picker/OjDateTimePicker.ts +3 -5
  138. package/elements/oj-date-time-picker/OjDateTimePickerBase.js +33 -33
  139. package/elements/oj-date-time-picker/OjDateTimePickerBase.js.map +1 -1
  140. package/elements/oj-date-time-picker/OjDateTimePickerBase.ts +366 -365
  141. package/elements/oj-date-time-picker/index.js +2 -2
  142. package/elements/oj-date-time-picker/index.js.map +1 -1
  143. package/elements/oj-date-time-picker/index.ts +14 -13
  144. package/elements/oj-diagram/OjDiagram.js.map +1 -1
  145. package/elements/oj-diagram/OjDiagram.ts +3 -5
  146. package/elements/oj-diagram/OjDiagramBase.js +40 -40
  147. package/elements/oj-diagram/OjDiagramBase.js.map +1 -1
  148. package/elements/oj-diagram/OjDiagramBase.ts +505 -508
  149. package/elements/oj-diagram/index.js +2 -2
  150. package/elements/oj-diagram/index.js.map +1 -1
  151. package/elements/oj-diagram/index.ts +14 -13
  152. package/elements/oj-dialog/OjDialog.js.map +1 -1
  153. package/elements/oj-dialog/OjDialog.ts +3 -5
  154. package/elements/oj-dialog/OjDialogBase.js +8 -8
  155. package/elements/oj-dialog/OjDialogBase.js.map +1 -1
  156. package/elements/oj-dialog/OjDialogBase.ts +84 -87
  157. package/elements/oj-dialog/index.js +2 -2
  158. package/elements/oj-dialog/index.js.map +1 -1
  159. package/elements/oj-dialog/index.ts +14 -13
  160. package/elements/oj-drawer-layout/OjDrawerLayout.js +8 -0
  161. package/elements/oj-drawer-layout/OjDrawerLayout.js.map +1 -0
  162. package/elements/oj-drawer-layout/OjDrawerLayout.ts +10 -0
  163. package/elements/oj-drawer-layout/OjDrawerLayoutBase.js +26 -0
  164. package/elements/oj-drawer-layout/OjDrawerLayoutBase.js.map +1 -0
  165. package/elements/oj-drawer-layout/OjDrawerLayoutBase.ts +72 -0
  166. package/elements/oj-drawer-layout/index.js +17 -0
  167. package/elements/oj-drawer-layout/index.js.map +1 -0
  168. package/elements/oj-drawer-layout/index.ts +28 -0
  169. package/elements/oj-drawer-popup/OjDrawerPopup.js +11 -0
  170. package/elements/oj-drawer-popup/OjDrawerPopup.js.map +1 -0
  171. package/elements/oj-drawer-popup/OjDrawerPopup.ts +17 -0
  172. package/elements/oj-drawer-popup/OjDrawerPopupBase.js +23 -0
  173. package/elements/oj-drawer-popup/OjDrawerPopupBase.js.map +1 -0
  174. package/elements/oj-drawer-popup/OjDrawerPopupBase.ts +62 -0
  175. package/elements/oj-drawer-popup/index.js +17 -0
  176. package/elements/oj-drawer-popup/index.js.map +1 -0
  177. package/elements/oj-drawer-popup/index.ts +28 -0
  178. package/elements/oj-file-picker/OjFilePicker.js.map +1 -1
  179. package/elements/oj-file-picker/OjFilePicker.ts +3 -5
  180. package/elements/oj-file-picker/OjFilePickerBase.js +7 -7
  181. package/elements/oj-file-picker/OjFilePickerBase.js.map +1 -1
  182. package/elements/oj-file-picker/OjFilePickerBase.ts +22 -22
  183. package/elements/oj-file-picker/index.js +2 -2
  184. package/elements/oj-file-picker/index.js.map +1 -1
  185. package/elements/oj-file-picker/index.ts +14 -13
  186. package/elements/oj-film-strip/OjFilmStrip.js.map +1 -1
  187. package/elements/oj-film-strip/OjFilmStrip.ts +3 -5
  188. package/elements/oj-film-strip/OjFilmStripBase.js +8 -8
  189. package/elements/oj-film-strip/OjFilmStripBase.js.map +1 -1
  190. package/elements/oj-film-strip/OjFilmStripBase.ts +59 -62
  191. package/elements/oj-film-strip/index.js +2 -2
  192. package/elements/oj-film-strip/index.js.map +1 -1
  193. package/elements/oj-film-strip/index.ts +14 -13
  194. package/elements/oj-gantt/OjGantt.js.map +1 -1
  195. package/elements/oj-gantt/OjGantt.ts +3 -5
  196. package/elements/oj-gantt/OjGanttBase.js +48 -30
  197. package/elements/oj-gantt/OjGanttBase.js.map +1 -1
  198. package/elements/oj-gantt/OjGanttBase.ts +1033 -816
  199. package/elements/oj-gantt/index.js +2 -2
  200. package/elements/oj-gantt/index.js.map +1 -1
  201. package/elements/oj-gantt/index.ts +14 -13
  202. package/elements/oj-indexer/OjIndexer.js.map +1 -1
  203. package/elements/oj-indexer/OjIndexer.ts +3 -5
  204. package/elements/oj-indexer/OjIndexerBase.js +2 -2
  205. package/elements/oj-indexer/OjIndexerBase.js.map +1 -1
  206. package/elements/oj-indexer/OjIndexerBase.ts +37 -40
  207. package/elements/oj-indexer/index.js +2 -2
  208. package/elements/oj-indexer/index.js.map +1 -1
  209. package/elements/oj-indexer/index.ts +14 -13
  210. package/elements/oj-input-date/OjInputDate.js.map +1 -1
  211. package/elements/oj-input-date/OjInputDate.ts +3 -5
  212. package/elements/oj-input-date/OjInputDateBase.js +33 -33
  213. package/elements/oj-input-date/OjInputDateBase.js.map +1 -1
  214. package/elements/oj-input-date/OjInputDateBase.ts +341 -344
  215. package/elements/oj-input-date/index.js +2 -2
  216. package/elements/oj-input-date/index.js.map +1 -1
  217. package/elements/oj-input-date/index.ts +14 -13
  218. package/elements/oj-input-date-time/OjInputDateTime.js.map +1 -1
  219. package/elements/oj-input-date-time/OjInputDateTime.ts +3 -5
  220. package/elements/oj-input-date-time/OjInputDateTimeBase.js +34 -34
  221. package/elements/oj-input-date-time/OjInputDateTimeBase.js.map +1 -1
  222. package/elements/oj-input-date-time/OjInputDateTimeBase.ts +369 -368
  223. package/elements/oj-input-date-time/index.js +2 -2
  224. package/elements/oj-input-date-time/index.js.map +1 -1
  225. package/elements/oj-input-date-time/index.ts +14 -13
  226. package/elements/oj-input-number/OjInputNumber.js.map +1 -1
  227. package/elements/oj-input-number/OjInputNumber.ts +3 -5
  228. package/elements/oj-input-number/OjInputNumberBase.js +30 -30
  229. package/elements/oj-input-number/OjInputNumberBase.js.map +1 -1
  230. package/elements/oj-input-number/OjInputNumberBase.ts +216 -219
  231. package/elements/oj-input-number/index.js +2 -2
  232. package/elements/oj-input-number/index.js.map +1 -1
  233. package/elements/oj-input-number/index.ts +14 -13
  234. package/elements/oj-input-password/OjInputPassword.js.map +1 -1
  235. package/elements/oj-input-password/OjInputPassword.ts +3 -5
  236. package/elements/oj-input-password/OjInputPasswordBase.js +25 -25
  237. package/elements/oj-input-password/OjInputPasswordBase.js.map +1 -1
  238. package/elements/oj-input-password/OjInputPasswordBase.ts +163 -166
  239. package/elements/oj-input-password/index.js +2 -2
  240. package/elements/oj-input-password/index.js.map +1 -1
  241. package/elements/oj-input-password/index.ts +14 -13
  242. package/elements/oj-input-search/OjInputSearch.js.map +1 -1
  243. package/elements/oj-input-search/OjInputSearch.ts +3 -5
  244. package/elements/oj-input-search/OjInputSearchBase.js +6 -6
  245. package/elements/oj-input-search/OjInputSearchBase.js.map +1 -1
  246. package/elements/oj-input-search/OjInputSearchBase.ts +19 -19
  247. package/elements/oj-input-search/index.js +2 -2
  248. package/elements/oj-input-search/index.js.map +1 -1
  249. package/elements/oj-input-search/index.ts +14 -13
  250. package/elements/oj-input-text/OjInputText.js.map +1 -1
  251. package/elements/oj-input-text/OjInputText.ts +3 -5
  252. package/elements/oj-input-text/OjInputTextBase.js +29 -29
  253. package/elements/oj-input-text/OjInputTextBase.js.map +1 -1
  254. package/elements/oj-input-text/OjInputTextBase.ts +178 -181
  255. package/elements/oj-input-text/index.js +2 -2
  256. package/elements/oj-input-text/index.js.map +1 -1
  257. package/elements/oj-input-text/index.ts +14 -13
  258. package/elements/oj-input-time/OjInputTime.js.map +1 -1
  259. package/elements/oj-input-time/OjInputTime.ts +3 -5
  260. package/elements/oj-input-time/OjInputTimeBase.js +31 -31
  261. package/elements/oj-input-time/OjInputTimeBase.js.map +1 -1
  262. package/elements/oj-input-time/OjInputTimeBase.ts +283 -286
  263. package/elements/oj-input-time/index.js +2 -2
  264. package/elements/oj-input-time/index.js.map +1 -1
  265. package/elements/oj-input-time/index.ts +14 -13
  266. package/elements/oj-label/OjLabel.js.map +1 -1
  267. package/elements/oj-label/OjLabel.ts +3 -5
  268. package/elements/oj-label/OjLabelBase.js +5 -5
  269. package/elements/oj-label/OjLabelBase.js.map +1 -1
  270. package/elements/oj-label/OjLabelBase.ts +37 -40
  271. package/elements/oj-label/index.js +2 -2
  272. package/elements/oj-label/index.js.map +1 -1
  273. package/elements/oj-label/index.ts +14 -13
  274. package/elements/oj-led-gauge/OjLedGauge.js.map +1 -1
  275. package/elements/oj-led-gauge/OjLedGauge.ts +3 -5
  276. package/elements/oj-led-gauge/OjLedGaugeBase.js +21 -18
  277. package/elements/oj-led-gauge/OjLedGaugeBase.js.map +1 -1
  278. package/elements/oj-led-gauge/OjLedGaugeBase.ts +196 -189
  279. package/elements/oj-led-gauge/index.js +2 -2
  280. package/elements/oj-led-gauge/index.js.map +1 -1
  281. package/elements/oj-led-gauge/index.ts +14 -13
  282. package/elements/oj-legend/OjLegend.js.map +1 -1
  283. package/elements/oj-legend/OjLegend.ts +3 -5
  284. package/elements/oj-legend/OjLegendBase.js +22 -22
  285. package/elements/oj-legend/OjLegendBase.js.map +1 -1
  286. package/elements/oj-legend/OjLegendBase.ts +180 -183
  287. package/elements/oj-legend/index.js +2 -2
  288. package/elements/oj-legend/index.js.map +1 -1
  289. package/elements/oj-legend/index.ts +14 -13
  290. package/elements/oj-list-view/OjListView.js +20 -2
  291. package/elements/oj-list-view/OjListView.js.map +1 -1
  292. package/elements/oj-list-view/OjListView.ts +39 -7
  293. package/elements/oj-list-view/OjListViewBase.js +21 -21
  294. package/elements/oj-list-view/OjListViewBase.js.map +1 -1
  295. package/elements/oj-list-view/OjListViewBase.ts +221 -224
  296. package/elements/oj-list-view/index.js +2 -2
  297. package/elements/oj-list-view/index.js.map +1 -1
  298. package/elements/oj-list-view/index.ts +14 -13
  299. package/elements/oj-masonry-layout/OjMasonryLayout.js.map +1 -1
  300. package/elements/oj-masonry-layout/OjMasonryLayout.ts +3 -5
  301. package/elements/oj-masonry-layout/OjMasonryLayoutBase.js +2 -2
  302. package/elements/oj-masonry-layout/OjMasonryLayoutBase.js.map +1 -1
  303. package/elements/oj-masonry-layout/OjMasonryLayoutBase.ts +21 -24
  304. package/elements/oj-masonry-layout/index.js +2 -2
  305. package/elements/oj-masonry-layout/index.js.map +1 -1
  306. package/elements/oj-masonry-layout/index.ts +14 -13
  307. package/elements/oj-menu/OjMenu.js +12 -0
  308. package/elements/oj-menu/OjMenu.js.map +1 -1
  309. package/elements/oj-menu/OjMenu.ts +21 -5
  310. package/elements/oj-menu/OjMenuBase.js +3 -3
  311. package/elements/oj-menu/OjMenuBase.js.map +1 -1
  312. package/elements/oj-menu/OjMenuBase.ts +91 -94
  313. package/elements/oj-menu/index.js +2 -2
  314. package/elements/oj-menu/index.js.map +1 -1
  315. package/elements/oj-menu/index.ts +14 -13
  316. package/elements/oj-menu-button/OjMenuButton.js.map +1 -1
  317. package/elements/oj-menu-button/OjMenuButton.ts +3 -5
  318. package/elements/oj-menu-button/OjMenuButtonBase.js +5 -5
  319. package/elements/oj-menu-button/OjMenuButtonBase.js.map +1 -1
  320. package/elements/oj-menu-button/OjMenuButtonBase.ts +16 -16
  321. package/elements/oj-menu-button/index.js +2 -2
  322. package/elements/oj-menu-button/index.js.map +1 -1
  323. package/elements/oj-menu-button/index.ts +14 -13
  324. package/elements/oj-message/OjMessage.js.map +1 -1
  325. package/elements/oj-message/OjMessage.ts +3 -5
  326. package/elements/oj-message/OjMessageBase.js +3 -3
  327. package/elements/oj-message/OjMessageBase.js.map +1 -1
  328. package/elements/oj-message/OjMessageBase.ts +84 -87
  329. package/elements/oj-message/index.js +2 -2
  330. package/elements/oj-message/index.js.map +1 -1
  331. package/elements/oj-message/index.ts +14 -13
  332. package/elements/oj-n-box/OjNBox.js.map +1 -1
  333. package/elements/oj-n-box/OjNBox.ts +3 -5
  334. package/elements/oj-n-box/OjNBoxBase.js +36 -36
  335. package/elements/oj-n-box/OjNBoxBase.js.map +1 -1
  336. package/elements/oj-n-box/OjNBoxBase.ts +657 -660
  337. package/elements/oj-n-box/index.js +2 -2
  338. package/elements/oj-n-box/index.js.map +1 -1
  339. package/elements/oj-n-box/index.ts +14 -13
  340. package/elements/oj-navigation-list/OjNavigationList.js +7 -7
  341. package/elements/oj-navigation-list/OjNavigationList.js.map +1 -1
  342. package/elements/oj-navigation-list/OjNavigationList.ts +13 -18
  343. package/elements/oj-navigation-list/OjNavigationListBase.js +14 -14
  344. package/elements/oj-navigation-list/OjNavigationListBase.js.map +1 -1
  345. package/elements/oj-navigation-list/OjNavigationListBase.ts +84 -87
  346. package/elements/oj-navigation-list/index.js +2 -2
  347. package/elements/oj-navigation-list/index.js.map +1 -1
  348. package/elements/oj-navigation-list/index.ts +14 -13
  349. package/elements/oj-paging-control/OjPagingControl.js.map +1 -1
  350. package/elements/oj-paging-control/OjPagingControl.ts +3 -5
  351. package/elements/oj-paging-control/OjPagingControlBase.js +7 -7
  352. package/elements/oj-paging-control/OjPagingControlBase.js.map +1 -1
  353. package/elements/oj-paging-control/OjPagingControlBase.ts +182 -185
  354. package/elements/oj-paging-control/index.js +2 -2
  355. package/elements/oj-paging-control/index.js.map +1 -1
  356. package/elements/oj-paging-control/index.ts +14 -13
  357. package/elements/oj-picto-chart/OjPictoChart.js.map +1 -1
  358. package/elements/oj-picto-chart/OjPictoChart.ts +3 -5
  359. package/elements/oj-picto-chart/OjPictoChartBase.js +26 -26
  360. package/elements/oj-picto-chart/OjPictoChartBase.js.map +1 -1
  361. package/elements/oj-picto-chart/OjPictoChartBase.ts +227 -230
  362. package/elements/oj-picto-chart/index.js +2 -2
  363. package/elements/oj-picto-chart/index.js.map +1 -1
  364. package/elements/oj-picto-chart/index.ts +14 -13
  365. package/elements/oj-popup/OjPopup.js.map +1 -1
  366. package/elements/oj-popup/OjPopup.ts +3 -5
  367. package/elements/oj-popup/OjPopupBase.js +7 -7
  368. package/elements/oj-popup/OjPopupBase.js.map +1 -1
  369. package/elements/oj-popup/OjPopupBase.ts +101 -104
  370. package/elements/oj-popup/index.js +2 -2
  371. package/elements/oj-popup/index.js.map +1 -1
  372. package/elements/oj-popup/index.ts +14 -13
  373. package/elements/oj-progress/OjProgress.js.map +1 -1
  374. package/elements/oj-progress/OjProgress.ts +3 -5
  375. package/elements/oj-progress/OjProgressBase.js +5 -5
  376. package/elements/oj-progress/OjProgressBase.js.map +1 -1
  377. package/elements/oj-progress/OjProgressBase.ts +22 -25
  378. package/elements/oj-progress/index.js +2 -2
  379. package/elements/oj-progress/index.js.map +1 -1
  380. package/elements/oj-progress/index.ts +14 -13
  381. package/elements/oj-progress-list/OjProgressList.js.map +1 -1
  382. package/elements/oj-progress-list/OjProgressList.ts +3 -5
  383. package/elements/oj-progress-list/OjProgressListBase.js +1 -1
  384. package/elements/oj-progress-list/OjProgressListBase.js.map +1 -1
  385. package/elements/oj-progress-list/OjProgressListBase.ts +4 -4
  386. package/elements/oj-progress-list/index.js +2 -2
  387. package/elements/oj-progress-list/index.js.map +1 -1
  388. package/elements/oj-progress-list/index.ts +14 -13
  389. package/elements/oj-radioset/OjRadioset.js.map +1 -1
  390. package/elements/oj-radioset/OjRadioset.ts +3 -5
  391. package/elements/oj-radioset/OjRadiosetBase.js +20 -20
  392. package/elements/oj-radioset/OjRadiosetBase.js.map +1 -1
  393. package/elements/oj-radioset/OjRadiosetBase.ts +133 -136
  394. package/elements/oj-radioset/index.js +2 -2
  395. package/elements/oj-radioset/index.js.map +1 -1
  396. package/elements/oj-radioset/index.ts +14 -13
  397. package/elements/oj-rating-gauge/OjRatingGauge.js.map +1 -1
  398. package/elements/oj-rating-gauge/OjRatingGauge.ts +3 -5
  399. package/elements/oj-rating-gauge/OjRatingGaugeBase.js +24 -24
  400. package/elements/oj-rating-gauge/OjRatingGaugeBase.js.map +1 -1
  401. package/elements/oj-rating-gauge/OjRatingGaugeBase.ts +275 -278
  402. package/elements/oj-rating-gauge/index.js +2 -2
  403. package/elements/oj-rating-gauge/index.js.map +1 -1
  404. package/elements/oj-rating-gauge/index.ts +14 -13
  405. package/elements/oj-refresher/OjRefresher.js.map +1 -1
  406. package/elements/oj-refresher/OjRefresher.ts +3 -5
  407. package/elements/oj-refresher/OjRefresherBase.js +4 -4
  408. package/elements/oj-refresher/OjRefresherBase.js.map +1 -1
  409. package/elements/oj-refresher/OjRefresherBase.ts +27 -30
  410. package/elements/oj-refresher/index.js +2 -2
  411. package/elements/oj-refresher/index.js.map +1 -1
  412. package/elements/oj-refresher/index.ts +14 -13
  413. package/elements/oj-row-expander/OjRowExpander.js.map +1 -1
  414. package/elements/oj-row-expander/OjRowExpander.ts +3 -5
  415. package/elements/oj-row-expander/OjRowExpanderBase.js +4 -4
  416. package/elements/oj-row-expander/OjRowExpanderBase.js.map +1 -1
  417. package/elements/oj-row-expander/OjRowExpanderBase.ts +39 -42
  418. package/elements/oj-row-expander/index.js +2 -2
  419. package/elements/oj-row-expander/index.js.map +1 -1
  420. package/elements/oj-row-expander/index.ts +14 -13
  421. package/elements/oj-select-many/OjSelectMany.js.map +1 -1
  422. package/elements/oj-select-many/OjSelectMany.ts +3 -5
  423. package/elements/oj-select-many/OjSelectManyBase.js +27 -27
  424. package/elements/oj-select-many/OjSelectManyBase.js.map +1 -1
  425. package/elements/oj-select-many/OjSelectManyBase.ts +224 -227
  426. package/elements/oj-select-many/index.js +2 -2
  427. package/elements/oj-select-many/index.js.map +1 -1
  428. package/elements/oj-select-many/index.ts +14 -13
  429. package/elements/oj-select-one/OjSelectOne.js.map +1 -1
  430. package/elements/oj-select-one/OjSelectOne.ts +3 -5
  431. package/elements/oj-select-one/OjSelectOneBase.js +27 -27
  432. package/elements/oj-select-one/OjSelectOneBase.js.map +1 -1
  433. package/elements/oj-select-one/OjSelectOneBase.ts +220 -223
  434. package/elements/oj-select-one/index.js +2 -2
  435. package/elements/oj-select-one/index.js.map +1 -1
  436. package/elements/oj-select-one/index.ts +14 -13
  437. package/elements/oj-select-single/OjSelectSingle.js.map +1 -1
  438. package/elements/oj-select-single/OjSelectSingle.ts +3 -5
  439. package/elements/oj-select-single/OjSelectSingleBase.js +23 -23
  440. package/elements/oj-select-single/OjSelectSingleBase.js.map +1 -1
  441. package/elements/oj-select-single/OjSelectSingleBase.ts +156 -159
  442. package/elements/oj-select-single/index.js +2 -2
  443. package/elements/oj-select-single/index.js.map +1 -1
  444. package/elements/oj-select-single/index.ts +14 -13
  445. package/elements/oj-selector/OjSelector.js.map +1 -1
  446. package/elements/oj-selector/OjSelector.ts +3 -5
  447. package/elements/oj-selector/OjSelectorBase.js +6 -6
  448. package/elements/oj-selector/OjSelectorBase.js.map +1 -1
  449. package/elements/oj-selector/OjSelectorBase.ts +19 -19
  450. package/elements/oj-selector/index.js +2 -2
  451. package/elements/oj-selector/index.js.map +1 -1
  452. package/elements/oj-selector/index.ts +14 -13
  453. package/elements/oj-slider/OjSlider.js.map +1 -1
  454. package/elements/oj-slider/OjSlider.ts +3 -5
  455. package/elements/oj-slider/OjSliderBase.js +21 -21
  456. package/elements/oj-slider/OjSliderBase.js.map +1 -1
  457. package/elements/oj-slider/OjSliderBase.ts +123 -126
  458. package/elements/oj-slider/index.js +2 -2
  459. package/elements/oj-slider/index.js.map +1 -1
  460. package/elements/oj-slider/index.ts +14 -13
  461. package/elements/oj-spark-chart/OjSparkChart.js.map +1 -1
  462. package/elements/oj-spark-chart/OjSparkChart.ts +3 -5
  463. package/elements/oj-spark-chart/OjSparkChartBase.js +29 -29
  464. package/elements/oj-spark-chart/OjSparkChartBase.js.map +1 -1
  465. package/elements/oj-spark-chart/OjSparkChartBase.ts +247 -250
  466. package/elements/oj-spark-chart/index.js +2 -2
  467. package/elements/oj-spark-chart/index.js.map +1 -1
  468. package/elements/oj-spark-chart/index.ts +14 -13
  469. package/elements/oj-status-meter-gauge/OjStatusMeterGauge.js.map +1 -1
  470. package/elements/oj-status-meter-gauge/OjStatusMeterGauge.ts +3 -5
  471. package/elements/oj-status-meter-gauge/OjStatusMeterGaugeBase.js +36 -33
  472. package/elements/oj-status-meter-gauge/OjStatusMeterGaugeBase.js.map +1 -1
  473. package/elements/oj-status-meter-gauge/OjStatusMeterGaugeBase.ts +298 -291
  474. package/elements/oj-status-meter-gauge/index.js +2 -2
  475. package/elements/oj-status-meter-gauge/index.js.map +1 -1
  476. package/elements/oj-status-meter-gauge/index.ts +14 -13
  477. package/elements/oj-stream-list/OjStreamList.js.map +1 -1
  478. package/elements/oj-stream-list/OjStreamList.ts +3 -5
  479. package/elements/oj-stream-list/OjStreamListBase.js +7 -7
  480. package/elements/oj-stream-list/OjStreamListBase.js.map +1 -1
  481. package/elements/oj-stream-list/OjStreamListBase.ts +56 -59
  482. package/elements/oj-stream-list/index.js +2 -2
  483. package/elements/oj-stream-list/index.js.map +1 -1
  484. package/elements/oj-stream-list/index.ts +14 -13
  485. package/elements/oj-sunburst/OjSunburst.js.map +1 -1
  486. package/elements/oj-sunburst/OjSunburst.ts +3 -5
  487. package/elements/oj-sunburst/OjSunburstBase.js +33 -33
  488. package/elements/oj-sunburst/OjSunburstBase.js.map +1 -1
  489. package/elements/oj-sunburst/OjSunburstBase.ts +314 -317
  490. package/elements/oj-sunburst/index.js +2 -2
  491. package/elements/oj-sunburst/index.js.map +1 -1
  492. package/elements/oj-sunburst/index.ts +14 -13
  493. package/elements/oj-swipe-actions/OjSwipeActions.js.map +1 -1
  494. package/elements/oj-swipe-actions/OjSwipeActions.ts +3 -5
  495. package/elements/oj-swipe-actions/OjSwipeActionsBase.js +1 -1
  496. package/elements/oj-swipe-actions/OjSwipeActionsBase.js.map +1 -1
  497. package/elements/oj-swipe-actions/OjSwipeActionsBase.ts +18 -21
  498. package/elements/oj-swipe-actions/index.js +2 -2
  499. package/elements/oj-swipe-actions/index.js.map +1 -1
  500. package/elements/oj-swipe-actions/index.ts +14 -13
  501. package/elements/oj-switch/OjSwitch.js.map +1 -1
  502. package/elements/oj-switch/OjSwitch.ts +3 -5
  503. package/elements/oj-switch/OjSwitchBase.js +16 -16
  504. package/elements/oj-switch/OjSwitchBase.js.map +1 -1
  505. package/elements/oj-switch/OjSwitchBase.ts +96 -99
  506. package/elements/oj-switch/index.js +2 -2
  507. package/elements/oj-switch/index.js.map +1 -1
  508. package/elements/oj-switch/index.ts +14 -13
  509. package/elements/oj-tab-bar/OjTabBar.js.map +1 -1
  510. package/elements/oj-tab-bar/OjTabBar.ts +3 -5
  511. package/elements/oj-tab-bar/OjTabBarBase.js +14 -14
  512. package/elements/oj-tab-bar/OjTabBarBase.js.map +1 -1
  513. package/elements/oj-tab-bar/OjTabBarBase.ts +104 -107
  514. package/elements/oj-tab-bar/index.js +2 -2
  515. package/elements/oj-tab-bar/index.js.map +1 -1
  516. package/elements/oj-tab-bar/index.ts +14 -13
  517. package/elements/oj-table/OjTable.js +5 -6
  518. package/elements/oj-table/OjTable.js.map +1 -1
  519. package/elements/oj-table/OjTable.ts +8 -11
  520. package/elements/oj-table/OjTableBase.js +36 -30
  521. package/elements/oj-table/OjTableBase.js.map +1 -1
  522. package/elements/oj-table/OjTableBase.ts +604 -563
  523. package/elements/oj-table/index.js +2 -2
  524. package/elements/oj-table/index.js.map +1 -1
  525. package/elements/oj-table/index.ts +14 -13
  526. package/elements/oj-tag-cloud/OjTagCloud.js.map +1 -1
  527. package/elements/oj-tag-cloud/OjTagCloud.ts +3 -5
  528. package/elements/oj-tag-cloud/OjTagCloudBase.js +20 -20
  529. package/elements/oj-tag-cloud/OjTagCloudBase.js.map +1 -1
  530. package/elements/oj-tag-cloud/OjTagCloudBase.ts +188 -191
  531. package/elements/oj-tag-cloud/index.js +2 -2
  532. package/elements/oj-tag-cloud/index.js.map +1 -1
  533. package/elements/oj-tag-cloud/index.ts +14 -13
  534. package/elements/oj-text-area/OjTextArea.js.map +1 -1
  535. package/elements/oj-text-area/OjTextArea.ts +3 -5
  536. package/elements/oj-text-area/OjTextAreaBase.js +29 -29
  537. package/elements/oj-text-area/OjTextAreaBase.js.map +1 -1
  538. package/elements/oj-text-area/OjTextAreaBase.ts +182 -185
  539. package/elements/oj-text-area/index.js +2 -2
  540. package/elements/oj-text-area/index.js.map +1 -1
  541. package/elements/oj-text-area/index.ts +14 -13
  542. package/elements/oj-thematic-map/OjThematicMap.js.map +1 -1
  543. package/elements/oj-thematic-map/OjThematicMap.ts +3 -5
  544. package/elements/oj-thematic-map/OjThematicMapBase.js +37 -37
  545. package/elements/oj-thematic-map/OjThematicMapBase.js.map +1 -1
  546. package/elements/oj-thematic-map/OjThematicMapBase.ts +548 -551
  547. package/elements/oj-thematic-map/index.js +2 -2
  548. package/elements/oj-thematic-map/index.js.map +1 -1
  549. package/elements/oj-thematic-map/index.ts +14 -13
  550. package/elements/oj-time-axis/OjTimeAxis.js.map +1 -1
  551. package/elements/oj-time-axis/OjTimeAxis.ts +3 -5
  552. package/elements/oj-time-axis/OjTimeAxisBase.js +6 -6
  553. package/elements/oj-time-axis/OjTimeAxisBase.js.map +1 -1
  554. package/elements/oj-time-axis/OjTimeAxisBase.ts +128 -131
  555. package/elements/oj-time-axis/index.js +2 -2
  556. package/elements/oj-time-axis/index.js.map +1 -1
  557. package/elements/oj-time-axis/index.ts +14 -13
  558. package/elements/oj-timeline/OjTimeline.js.map +1 -1
  559. package/elements/oj-timeline/OjTimeline.ts +3 -5
  560. package/elements/oj-timeline/OjTimelineBase.js +28 -22
  561. package/elements/oj-timeline/OjTimelineBase.js.map +1 -1
  562. package/elements/oj-timeline/OjTimelineBase.ts +709 -606
  563. package/elements/oj-timeline/index.js +2 -2
  564. package/elements/oj-timeline/index.js.map +1 -1
  565. package/elements/oj-timeline/index.ts +14 -13
  566. package/elements/oj-train/OjTrain.js.map +1 -1
  567. package/elements/oj-train/OjTrain.ts +3 -5
  568. package/elements/oj-train/OjTrainBase.js +4 -4
  569. package/elements/oj-train/OjTrainBase.js.map +1 -1
  570. package/elements/oj-train/OjTrainBase.ts +35 -38
  571. package/elements/oj-train/index.js +2 -2
  572. package/elements/oj-train/index.js.map +1 -1
  573. package/elements/oj-train/index.ts +14 -13
  574. package/elements/oj-tree-view/OjTreeView.js +23 -6
  575. package/elements/oj-tree-view/OjTreeView.js.map +1 -1
  576. package/elements/oj-tree-view/OjTreeView.ts +40 -11
  577. package/elements/oj-tree-view/OjTreeViewBase.js +9 -9
  578. package/elements/oj-tree-view/OjTreeViewBase.js.map +1 -1
  579. package/elements/oj-tree-view/OjTreeViewBase.ts +80 -75
  580. package/elements/oj-tree-view/index.js +2 -2
  581. package/elements/oj-tree-view/index.js.map +1 -1
  582. package/elements/oj-tree-view/index.ts +14 -13
  583. package/elements/oj-treemap/OjTreemap.js.map +1 -1
  584. package/elements/oj-treemap/OjTreemap.ts +3 -5
  585. package/elements/oj-treemap/OjTreemapBase.js +35 -35
  586. package/elements/oj-treemap/OjTreemapBase.js.map +1 -1
  587. package/elements/oj-treemap/OjTreemapBase.ts +384 -387
  588. package/elements/oj-treemap/index.js +2 -2
  589. package/elements/oj-treemap/index.js.map +1 -1
  590. package/elements/oj-treemap/index.ts +14 -13
  591. package/elements/oj-waterfall-layout/OjWaterfallLayout.js.map +1 -1
  592. package/elements/oj-waterfall-layout/OjWaterfallLayout.ts +3 -5
  593. package/elements/oj-waterfall-layout/OjWaterfallLayoutBase.js +5 -5
  594. package/elements/oj-waterfall-layout/OjWaterfallLayoutBase.js.map +1 -1
  595. package/elements/oj-waterfall-layout/OjWaterfallLayoutBase.ts +46 -49
  596. package/elements/oj-waterfall-layout/index.js +2 -2
  597. package/elements/oj-waterfall-layout/index.js.map +1 -1
  598. package/elements/oj-waterfall-layout/index.ts +14 -13
  599. package/index.ts +2 -2
  600. package/lib/Expectation.js.map +1 -1
  601. package/lib/Expectation.ts +1 -2
  602. package/lib/driver-manager.js +6 -2
  603. package/lib/driver-manager.js.map +1 -1
  604. package/lib/driver-manager.ts +12 -8
  605. package/lib/driver-override.js +1 -1
  606. package/lib/driver-override.ts +1 -1
  607. package/lib/input-utils.js.map +1 -1
  608. package/lib/input-utils.ts +3 -0
  609. package/lib/slot-proxy.js.map +1 -1
  610. package/lib/slot-proxy.ts +2 -1
  611. package/package.json +6 -5
  612. package/tsconfig.json +2 -1
@@ -1,4 +1,4 @@
1
- import {OjWebElement} from "../";
1
+ import { OjWebElement } from '../';
2
2
 
3
3
  /**
4
4
  * This is the base class for OjThematicMap, and is generated from
@@ -9,806 +9,803 @@ import {OjWebElement} from "../";
9
9
  */
10
10
  export class OjThematicMapBase extends OjWebElement {
11
11
  /**
12
- * Gets the value of animationDuration property.
12
+ * Gets the value of <code>animationDuration</code> property.
13
13
  * The duration of the animations in milliseconds. See the Help documentation for more information.
14
- * @return The value of animationDuration property.
14
+ * @return The value of <code>animationDuration</code> property.
15
15
  *
16
16
  */
17
17
  public getAnimationDuration(): Promise<number> {
18
- return this.getProperty<number>("animationDuration");
18
+ return this.getProperty<number>('animationDuration');
19
19
  }
20
20
 
21
21
  /**
22
- * Gets the value of animationOnDisplay property.
22
+ * Gets the value of <code>animationOnDisplay</code> property.
23
23
  * Specifies the animation that is shown on initial display.
24
- * @return The value of animationOnDisplay property.
24
+ * @return The value of <code>animationOnDisplay</code> property.
25
25
  *
26
26
  */
27
27
  public getAnimationOnDisplay(): Promise<string> {
28
- return this.getProperty<string>("animationOnDisplay");
28
+ return this.getProperty<string>('animationOnDisplay');
29
29
  }
30
30
 
31
31
  /**
32
- * Gets the value of areaData property.
32
+ * Gets the value of <code>areaData</code> property.
33
33
  * Specifies the DataProvider for the areas of the thematic map. See the Help documentation for more information.
34
- * @return The value of areaData property.
34
+ * @return The value of <code>areaData</code> property.
35
35
  * @deprecated Since 11.0.0. Data sets from a DataProvider cannot be sent to WebDriverJS; use ViewModels or page variables instead.
36
36
  */
37
37
  public getAreaData(): Promise<object|null> {
38
- return this.getProperty<object|null>("areaData");
38
+ return this.getProperty<object|null>('areaData');
39
39
  }
40
40
 
41
41
  /**
42
- * Gets the value of areas property.
42
+ * Gets the value of <code>areas</code> property.
43
43
  * An array of objects that define area data layers. Also accepts a Promise for deferred data rendering. See the Help documentation for more information.
44
- * @return The value of areas property.
44
+ * @return The value of <code>areas</code> property.
45
45
  *
46
46
  */
47
- public getAreas(): Promise<Array<OjThematicMapBase.Areas>|null|null> {
48
- return this.getProperty<Array<OjThematicMapBase.Areas>|null|null>("areas");
47
+ public getAreas(): Promise<Array<Areas>|null|null> {
48
+ return this.getProperty<Array<Areas>|null|null>('areas');
49
49
  }
50
50
 
51
51
  /**
52
- * Gets the value of as property.
52
+ * Gets the value of <code>as</code> property.
53
53
  * An alias for the '$current' context variable passed to slot content for the areaTemplate, markerTemplate, or linkTemplate slots.
54
- * @return The value of as property.
54
+ * @return The value of <code>as</code> property.
55
55
  * @deprecated Since 6.2.0. Set the alias directly on the template element using the data-oj-as attribute instead.
56
56
  */
57
57
  public getAs(): Promise<string> {
58
- return this.getProperty<string>("as");
58
+ return this.getProperty<string>('as');
59
59
  }
60
60
 
61
61
  /**
62
- * Gets the value of focusRenderer property.
62
+ * Gets the value of <code>focusRenderer</code> property.
63
63
  * An optional callback function to update the data item in response to changes in keyboard focus state. The function takes a context argument, provided by the thematic map. See the Help documentation for more information.
64
- * @return The value of focusRenderer property.
64
+ * @return The value of <code>focusRenderer</code> property.
65
65
  *
66
66
  */
67
67
  public getFocusRenderer(): Promise<null|null> {
68
- return this.getProperty<null|null>("focusRenderer");
68
+ return this.getProperty<null|null>('focusRenderer');
69
69
  }
70
70
 
71
71
  /**
72
- * Sets the value of "hiddenCategories" property.
72
+ * Sets the value of <code>hiddenCategories</code> property.
73
73
  * An array of category strings used for filtering. Data items matching categories in this array will be filtered.
74
- * @param hiddenCategories The value to set for "hiddenCategories"
74
+ * @param hiddenCategories The value to set for <code>hiddenCategories</code>
75
75
  *
76
76
  */
77
77
  public changeHiddenCategories(hiddenCategories: Array<string>): Promise<void> {
78
- return this.setProperty<Array<string>>("hiddenCategories", hiddenCategories);
78
+ return this.setProperty<Array<string>>('hiddenCategories', hiddenCategories);
79
79
  }
80
80
 
81
81
  /**
82
- * Gets the value of hiddenCategories property.
82
+ * Gets the value of <code>hiddenCategories</code> property.
83
83
  * An array of category strings used for filtering. Data items matching categories in this array will be filtered.
84
- * @return The value of hiddenCategories property.
84
+ * @return The value of <code>hiddenCategories</code> property.
85
85
  *
86
86
  */
87
87
  public getHiddenCategories(): Promise<Array<string>> {
88
- return this.getProperty<Array<string>>("hiddenCategories");
88
+ return this.getProperty<Array<string>>('hiddenCategories');
89
89
  }
90
90
 
91
91
  /**
92
- * Gets the value of highlightMatch property.
92
+ * Gets the value of <code>highlightMatch</code> property.
93
93
  * The matching condition for the highlightedCategories property. See the Help documentation for more information.
94
- * @return The value of highlightMatch property.
94
+ * @return The value of <code>highlightMatch</code> property.
95
95
  *
96
96
  */
97
97
  public getHighlightMatch(): Promise<string> {
98
- return this.getProperty<string>("highlightMatch");
98
+ return this.getProperty<string>('highlightMatch');
99
99
  }
100
100
 
101
101
  /**
102
- * Sets the value of "highlightedCategories" property.
102
+ * Sets the value of <code>highlightedCategories</code> property.
103
103
  * An array of category strings used for highlighting. Data items matching categories in this array will be highlighted.
104
- * @param highlightedCategories The value to set for "highlightedCategories"
104
+ * @param highlightedCategories The value to set for <code>highlightedCategories</code>
105
105
  *
106
106
  */
107
107
  public changeHighlightedCategories(highlightedCategories: Array<string>): Promise<void> {
108
- return this.setProperty<Array<string>>("highlightedCategories", highlightedCategories);
108
+ return this.setProperty<Array<string>>('highlightedCategories', highlightedCategories);
109
109
  }
110
110
 
111
111
  /**
112
- * Gets the value of highlightedCategories property.
112
+ * Gets the value of <code>highlightedCategories</code> property.
113
113
  * An array of category strings used for highlighting. Data items matching categories in this array will be highlighted.
114
- * @return The value of highlightedCategories property.
114
+ * @return The value of <code>highlightedCategories</code> property.
115
115
  *
116
116
  */
117
117
  public getHighlightedCategories(): Promise<Array<string>> {
118
- return this.getProperty<Array<string>>("highlightedCategories");
118
+ return this.getProperty<Array<string>>('highlightedCategories');
119
119
  }
120
120
 
121
121
  /**
122
- * Gets the value of hoverBehavior property.
122
+ * Gets the value of <code>hoverBehavior</code> property.
123
123
  * Defines the behavior applied when hovering over data items.
124
- * @return The value of hoverBehavior property.
124
+ * @return The value of <code>hoverBehavior</code> property.
125
125
  *
126
126
  */
127
127
  public getHoverBehavior(): Promise<string> {
128
- return this.getProperty<string>("hoverBehavior");
128
+ return this.getProperty<string>('hoverBehavior');
129
129
  }
130
130
 
131
131
  /**
132
- * Gets the value of hoverRenderer property.
132
+ * Gets the value of <code>hoverRenderer</code> property.
133
133
  * An optional callback function to update the node in response to changes in hover state. The function takes a context argument, provided by the thematic map. See the Help documentation for more information.
134
- * @return The value of hoverRenderer property.
134
+ * @return The value of <code>hoverRenderer</code> property.
135
135
  *
136
136
  */
137
137
  public getHoverRenderer(): Promise<null|null> {
138
- return this.getProperty<null|null>("hoverRenderer");
138
+ return this.getProperty<null|null>('hoverRenderer');
139
139
  }
140
140
 
141
141
  /**
142
- * Gets the value of initialZooming property.
142
+ * Gets the value of <code>initialZooming</code> property.
143
143
  * Specifies whether the map will zoom to fit the data objects on initial render.
144
- * @return The value of initialZooming property.
144
+ * @return The value of <code>initialZooming</code> property.
145
145
  *
146
146
  */
147
147
  public getInitialZooming(): Promise<string> {
148
- return this.getProperty<string>("initialZooming");
148
+ return this.getProperty<string>('initialZooming');
149
149
  }
150
150
 
151
151
  /**
152
- * Gets the value of isolatedItem property.
152
+ * Gets the value of <code>isolatedItem</code> property.
153
153
  * The id for the isolated area of this area data layer. If set, only the isolated area will be displayed.
154
- * @return The value of isolatedItem property.
154
+ * @return The value of <code>isolatedItem</code> property.
155
155
  *
156
156
  */
157
157
  public getIsolatedItem(): Promise<any> {
158
- return this.getProperty<any>("isolatedItem");
158
+ return this.getProperty<any>('isolatedItem');
159
159
  }
160
160
 
161
161
  /**
162
- * Gets the value of labelDisplay property.
162
+ * Gets the value of <code>labelDisplay</code> property.
163
163
  * Specifies how labels for this layer should be displayed.
164
- * @return The value of labelDisplay property.
164
+ * @return The value of <code>labelDisplay</code> property.
165
165
  *
166
166
  */
167
167
  public getLabelDisplay(): Promise<string> {
168
- return this.getProperty<string>("labelDisplay");
168
+ return this.getProperty<string>('labelDisplay');
169
169
  }
170
170
 
171
171
  /**
172
- * Gets the value of labelType property.
172
+ * Gets the value of <code>labelType</code> property.
173
173
  * Specifies which type of map labels to display.
174
- * @return The value of labelType property.
174
+ * @return The value of <code>labelType</code> property.
175
175
  *
176
176
  */
177
177
  public getLabelType(): Promise<string> {
178
- return this.getProperty<string>("labelType");
178
+ return this.getProperty<string>('labelType');
179
179
  }
180
180
 
181
181
  /**
182
- * Gets the value of linkData property.
182
+ * Gets the value of <code>linkData</code> property.
183
183
  * Specifies the DataProvider for the links of the thematic map. See the Help documentation for more information.
184
- * @return The value of linkData property.
184
+ * @return The value of <code>linkData</code> property.
185
185
  * @deprecated Since 11.0.0. Data sets from a DataProvider cannot be sent to WebDriverJS; use ViewModels or page variables instead.
186
186
  */
187
187
  public getLinkData(): Promise<object|null> {
188
- return this.getProperty<object|null>("linkData");
188
+ return this.getProperty<object|null>('linkData');
189
189
  }
190
190
 
191
191
  /**
192
- * Gets the value of links property.
192
+ * Gets the value of <code>links</code> property.
193
193
  * An array of objects that define the map links. Also accepts a Promise for deferred data rendering. See the Help documentation for more information.
194
- * @return The value of links property.
194
+ * @return The value of <code>links</code> property.
195
195
  *
196
196
  */
197
- public getLinks(): Promise<Array<OjThematicMapBase.Links>|null|null> {
198
- return this.getProperty<Array<OjThematicMapBase.Links>|null|null>("links");
197
+ public getLinks(): Promise<Array<Links>|null|null> {
198
+ return this.getProperty<Array<Links>|null|null>('links');
199
199
  }
200
200
 
201
201
  /**
202
- * Gets the value of mapProvider property.
202
+ * Gets the value of <code>mapProvider</code> property.
203
203
  * An object defining a custom map.
204
- * @return The value of mapProvider property.
204
+ * @return The value of <code>mapProvider</code> property.
205
205
  *
206
206
  */
207
- public getMapProvider(): Promise<OjThematicMapBase.MapProvider> {
208
- return this.getProperty<OjThematicMapBase.MapProvider>("mapProvider");
207
+ public getMapProvider(): Promise<MapProvider> {
208
+ return this.getProperty<MapProvider>('mapProvider');
209
209
  }
210
210
 
211
211
  /**
212
- * Gets the value of markerData property.
212
+ * Gets the value of <code>markerData</code> property.
213
213
  * Specifies the DataProvider for the markers of the thematic map. See the Help documentation for more information.
214
- * @return The value of markerData property.
214
+ * @return The value of <code>markerData</code> property.
215
215
  * @deprecated Since 11.0.0. Data sets from a DataProvider cannot be sent to WebDriverJS; use ViewModels or page variables instead.
216
216
  */
217
217
  public getMarkerData(): Promise<object|null> {
218
- return this.getProperty<object|null>("markerData");
218
+ return this.getProperty<object|null>('markerData');
219
219
  }
220
220
 
221
221
  /**
222
- * Gets the value of markerZoomBehavior property.
222
+ * Gets the value of <code>markerZoomBehavior</code> property.
223
223
  * Specifies marker behavior on zoom.
224
- * @return The value of markerZoomBehavior property.
224
+ * @return The value of <code>markerZoomBehavior</code> property.
225
225
  *
226
226
  */
227
227
  public getMarkerZoomBehavior(): Promise<string> {
228
- return this.getProperty<string>("markerZoomBehavior");
228
+ return this.getProperty<string>('markerZoomBehavior');
229
229
  }
230
230
 
231
231
  /**
232
- * Gets the value of markers property.
232
+ * Gets the value of <code>markers</code> property.
233
233
  * An array of objects that define marker data layers. Also accepts a Promise for deferred data rendering. See the Help documentation for more information.
234
- * @return The value of markers property.
234
+ * @return The value of <code>markers</code> property.
235
235
  *
236
236
  */
237
- public getMarkers(): Promise<Array<OjThematicMapBase.Markers>|null|null> {
238
- return this.getProperty<Array<OjThematicMapBase.Markers>|null|null>("markers");
237
+ public getMarkers(): Promise<Array<Markers>|null|null> {
238
+ return this.getProperty<Array<Markers>|null|null>('markers');
239
239
  }
240
240
 
241
241
  /**
242
- * Gets the value of maxZoom property.
242
+ * Gets the value of <code>maxZoom</code> property.
243
243
  * Specifies the maximum zoom level for this element. Must be greater than or equal to 1.0. See the Help documentation for more information.
244
- * @return The value of maxZoom property.
244
+ * @return The value of <code>maxZoom</code> property.
245
245
  *
246
246
  */
247
247
  public getMaxZoom(): Promise<number> {
248
- return this.getProperty<number>("maxZoom");
248
+ return this.getProperty<number>('maxZoom');
249
249
  }
250
250
 
251
251
  /**
252
- * Gets the value of panning property.
252
+ * Gets the value of <code>panning</code> property.
253
253
  * Specifies whether element panning is allowed.
254
- * @return The value of panning property.
254
+ * @return The value of <code>panning</code> property.
255
255
  *
256
256
  */
257
257
  public getPanning(): Promise<string> {
258
- return this.getProperty<string>("panning");
258
+ return this.getProperty<string>('panning');
259
259
  }
260
260
 
261
261
  /**
262
- * Gets the value of renderer property.
262
+ * Gets the value of <code>renderer</code> property.
263
263
  * An optional callback function to stamp custom SVG elements for a data layer. The function takes a context argument, provided by the thematic map. See the Help documentation for more information.
264
- * @return The value of renderer property.
264
+ * @return The value of <code>renderer</code> property.
265
265
  *
266
266
  */
267
267
  public getRenderer(): Promise<null|null> {
268
- return this.getProperty<null|null>("renderer");
268
+ return this.getProperty<null|null>('renderer');
269
269
  }
270
270
 
271
271
  /**
272
- * Sets the value of "selection" property.
272
+ * Sets the value of <code>selection</code> property.
273
273
  * An array of strings containing the ids of the selected data items.
274
- * @param selection The value to set for "selection"
274
+ * @param selection The value to set for <code>selection</code>
275
275
  *
276
276
  */
277
277
  public changeSelection(selection: Array<any>): Promise<void> {
278
- return this.setProperty<Array<any>>("selection", selection);
278
+ return this.setProperty<Array<any>>('selection', selection);
279
279
  }
280
280
 
281
281
  /**
282
- * Gets the value of selection property.
282
+ * Gets the value of <code>selection</code> property.
283
283
  * An array of strings containing the ids of the selected data items.
284
- * @return The value of selection property.
284
+ * @return The value of <code>selection</code> property.
285
285
  *
286
286
  */
287
287
  public getSelection(): Promise<Array<any>> {
288
- return this.getProperty<Array<any>>("selection");
288
+ return this.getProperty<Array<any>>('selection');
289
289
  }
290
290
 
291
291
  /**
292
- * Gets the value of selectionMode property.
292
+ * Gets the value of <code>selectionMode</code> property.
293
293
  * Specifies the selection mode.
294
- * @return The value of selectionMode property.
294
+ * @return The value of <code>selectionMode</code> property.
295
295
  *
296
296
  */
297
297
  public getSelectionMode(): Promise<string> {
298
- return this.getProperty<string>("selectionMode");
298
+ return this.getProperty<string>('selectionMode');
299
299
  }
300
300
 
301
301
  /**
302
- * Gets the value of selectionRenderer property.
302
+ * Gets the value of <code>selectionRenderer</code> property.
303
303
  * An optional callback function to update the data item in response to changes in selection state. The function takes a context argument, provided by the thematic map. See the Help documentation for more information.
304
- * @return The value of selectionRenderer property.
304
+ * @return The value of <code>selectionRenderer</code> property.
305
305
  *
306
306
  */
307
307
  public getSelectionRenderer(): Promise<null|null> {
308
- return this.getProperty<null|null>("selectionRenderer");
308
+ return this.getProperty<null|null>('selectionRenderer');
309
309
  }
310
310
 
311
311
  /**
312
- * Gets the value of styleDefaults property.
312
+ * Gets the value of <code>styleDefaults</code> property.
313
313
  * An object defining the style defaults for this thematic map. See the Help documentation for more information.
314
- * @return The value of styleDefaults property.
314
+ * @return The value of <code>styleDefaults</code> property.
315
315
  *
316
316
  */
317
- public getStyleDefaults(): Promise<OjThematicMapBase.StyleDefaults> {
318
- return this.getProperty<OjThematicMapBase.StyleDefaults>("styleDefaults");
317
+ public getStyleDefaults(): Promise<StyleDefaults> {
318
+ return this.getProperty<StyleDefaults>('styleDefaults');
319
319
  }
320
320
 
321
321
  /**
322
- * Gets the value of tooltip property.
322
+ * Gets the value of <code>tooltip</code> property.
323
323
  * An object containing an optional callback function for tooltip customization.
324
- * @return The value of tooltip property.
324
+ * @return The value of <code>tooltip</code> property.
325
325
  *
326
326
  */
327
- public getTooltip(): Promise<OjThematicMapBase.Tooltip> {
328
- return this.getProperty<OjThematicMapBase.Tooltip>("tooltip");
327
+ public getTooltip(): Promise<Tooltip> {
328
+ return this.getProperty<Tooltip>('tooltip');
329
329
  }
330
330
 
331
331
  /**
332
- * Gets the value of tooltipDisplay property.
332
+ * Gets the value of <code>tooltipDisplay</code> property.
333
333
  * Specifies the tooltip behavior of the thematic map.
334
- * @return The value of tooltipDisplay property.
334
+ * @return The value of <code>tooltipDisplay</code> property.
335
335
  *
336
336
  */
337
337
  public getTooltipDisplay(): Promise<string> {
338
- return this.getProperty<string>("tooltipDisplay");
338
+ return this.getProperty<string>('tooltipDisplay');
339
339
  }
340
340
 
341
341
  /**
342
- * Gets the value of touchResponse property.
342
+ * Gets the value of <code>touchResponse</code> property.
343
343
  * Specifies configuration options for touch and hold delays on mobile devices. See the Help documentation for more information.
344
- * @return The value of touchResponse property.
344
+ * @return The value of <code>touchResponse</code> property.
345
345
  *
346
346
  */
347
347
  public getTouchResponse(): Promise<string> {
348
- return this.getProperty<string>("touchResponse");
348
+ return this.getProperty<string>('touchResponse');
349
349
  }
350
350
 
351
351
  /**
352
- * Gets the value of trackResize property.
352
+ * Gets the value of <code>trackResize</code> property.
353
353
  * Defines whether the element will automatically render in response to changes in size. See the Help documentation for more information.
354
- * @return The value of trackResize property.
354
+ * @return The value of <code>trackResize</code> property.
355
355
  *
356
356
  */
357
357
  public getTrackResize(): Promise<string> {
358
- return this.getProperty<string>("trackResize");
358
+ return this.getProperty<string>('trackResize');
359
359
  }
360
360
 
361
361
  /**
362
- * Gets the value of translations property.
362
+ * Gets the value of <code>translations</code> property.
363
363
  * A collection of translated resources from the translation bundle, or null if this component has no resources.
364
- * @return The value of translations property.
364
+ * @return The value of <code>translations</code> property.
365
365
  *
366
366
  */
367
- public getTranslations(): Promise<OjThematicMapBase.Translations|null> {
368
- return this.getProperty<OjThematicMapBase.Translations|null>("translations");
367
+ public getTranslations(): Promise<Translations|null> {
368
+ return this.getProperty<Translations|null>('translations');
369
369
  }
370
370
 
371
371
  /**
372
- * Gets the value of zooming property.
372
+ * Gets the value of <code>zooming</code> property.
373
373
  * Specifies whether element zooming is allowed.
374
- * @return The value of zooming property.
374
+ * @return The value of <code>zooming</code> property.
375
375
  *
376
376
  */
377
377
  public getZooming(): Promise<string> {
378
- return this.getProperty<string>("zooming");
378
+ return this.getProperty<string>('zooming');
379
379
  }
380
380
 
381
381
  }
382
-
383
- namespace OjThematicMapBase {
384
- export interface Areas {
385
- /**
386
- * An array of category strings corresponding to this area. This allows highlighting and filtering of areas.
387
- */
388
- "categories": Array<string>;
389
- /**
390
- * The area color.
391
- */
392
- "color": string;
393
- /**
394
- * The identifier for this area. The id should be set by the application if the DataProvider is not being used. The row key will be used as id in the case.
395
- */
396
- "id": any;
397
- /**
398
- * Text used for the area's label.
399
- */
400
- "label": string;
401
- /**
402
- * The CSS style defining the label style for this area. The following style properties are supported: color, cursor, fontFamily, fontSize, fontStyle, fontWeight, textDecoration.
403
- */
404
- "labelStyle": object;
405
- /**
406
- * An identifier corresponding to a Feature provided in the mapProvider geo object that this area is associated with.
407
- */
408
- "location": string;
409
- /**
410
- * The area opacity.
411
- */
412
- "opacity": number;
413
- /**
414
- * Specifies whether or not the area will be selectable.
415
- */
416
- "selectable": string;
417
- /**
418
- * The description of this element. Will be lazily created if a function is used. This is used for accessibility and also for customizing the tooltip text.
419
- */
420
- "shortDesc": string|null;
421
- /**
422
- * The CSS style class defining the style of the area.
423
- */
424
- "svgClassName": string;
425
- /**
426
- * The CSS style object defining the style of the area. Only SVG CSS style properties are supported.
427
- */
428
- "svgStyle": object;
429
- }
430
- export interface Links {
431
- /**
432
- * An array of category strings corresponding to this link. This allows highlighting and filtering of links.
433
- */
434
- "categories": Array<string>;
435
- /**
436
- * The link color.
437
- */
438
- "color": string;
439
- /**
440
- * An object used to determine the end point of the link.
441
- */
442
- "endLocation": OjThematicMapBase.LinksEndLocation;
443
- /**
444
- * The identifier for this link. The id should be set by the application if the DataProvider is not being used. The row key will be used as id in the case.
445
- */
446
- "id": any;
447
- /**
448
- * Specifies whether or not the link will be selectable.
449
- */
450
- "selectable": string;
451
- /**
452
- * The description of this element. Will be lazily created if a function is used. This is used for accessibility and also for customizing the tooltip text.
453
- */
454
- "shortDesc": string|null;
455
- /**
456
- * An object used to determine the start point of the link.
457
- */
458
- "startLocation": OjThematicMapBase.LinksStartLocation;
459
- /**
460
- * The CSS style class defining the style of the link.
461
- */
462
- "svgClassName": string;
463
- /**
464
- * The CSS style object defining the style of the link. Only SVG CSS style properties are supported.
465
- */
466
- "svgStyle": object;
467
- /**
468
- * The link width in pixels.
469
- */
470
- "width": number;
471
- }
472
- export interface LinksEndLocation {
473
- /**
474
- * The marker or area id to be used as the end point.
475
- */
476
- "id": any;
477
- /**
478
- * An identifier corresponding to a Feature provided in the mapProvider geo object to be used as the end point.
479
- */
480
- "location": string;
481
- /**
482
- * The x coordinate which can represent latitude of the end point.
483
- */
484
- "x": number;
485
- /**
486
- * The y coordinate which can represent longitude of the end point.
487
- */
488
- "y": number;
489
- }
490
- export interface LinksStartLocation {
491
- /**
492
- * The marker id to be used as the start point.
493
- */
494
- "id": any;
495
- /**
496
- * An identifier corresponding to a Feature provided in the mapProvider geo object to be used as the start point.
497
- */
498
- "location": string;
499
- /**
500
- * The x coordinate which can represent latitude of the start point.
501
- */
502
- "x": number;
503
- /**
504
- * The y coordinate which can represent longitude of the start point.
505
- */
506
- "y": number;
507
- }
508
- export interface MapProvider {
509
- /**
510
- * An object defining a custom area's coordinates and "properties" object. See the Help documentation for more information.
511
- */
512
- "geo": object;
513
- /**
514
- * An object specifying "properties" object keys to use for custom area id and label mappings.
515
- */
516
- "propertiesKeys": OjThematicMapBase.MapProviderPropertiesKeys;
517
- }
518
- export interface MapProviderPropertiesKeys {
519
- /**
520
- * The required name of the "properties" key to use as the location id that will map a data item to a map area.
521
- */
522
- "id": string;
523
- /**
524
- * The optional name of the "properties" key to use for rendering area labels when labelType is set to "long".
525
- */
526
- "longLabel": string;
527
- /**
528
- * The optional name of the "properties" key to use for rendering area labels when labelType is set to "short".
529
- */
530
- "shortLabel": string;
531
- }
532
- export interface Markers {
533
- /**
534
- * The marker border color.
535
- */
536
- "borderColor": string;
537
- /**
538
- * The marker border style.
539
- */
540
- "borderStyle": string;
541
- /**
542
- * The marker border width in pixels.
543
- */
544
- "borderWidth": number;
545
- /**
546
- * An array of category strings corresponding to this marker. This allows highlighting and filtering of markers.
547
- */
548
- "categories": Array<string>;
549
- /**
550
- * The marker color.
551
- */
552
- "color": string;
553
- /**
554
- * The pixel height for this marker. Note that this attribute will be ignored if a value is provided to calculate marker sizes.
555
- */
556
- "height": number;
557
- /**
558
- * The identifier for this marker. The id should be set by the application if the DataProvider is not being used. The row key will be used as id in the case.
559
- */
560
- "id": any;
561
- /**
562
- * Text used for the marker's label.
563
- */
564
- "label": string;
565
- /**
566
- * Determines the label position relative to the marker.
567
- */
568
- "labelPosition": string;
569
- /**
570
- * The CSS style object defining the style of the marker. The following style properties are supported: color, cursor, fontFamily, fontSize, fontStyle, fontWeight, textDecoration.
571
- */
572
- "labelStyle": object;
573
- /**
574
- * An identifier corresponding to a Feature provided in the mapProvider geo object that this marker is associated with.
575
- */
576
- "location": string;
577
- /**
578
- * The marker opacity.
579
- */
580
- "opacity": number;
581
- /**
582
- * The angle to rotate the marker in clockwise degrees around the marker center.
583
- */
584
- "rotation": number;
585
- /**
586
- * Specifies whether or not the marker will be selectable.
587
- */
588
- "selectable": string;
589
- /**
590
- * Specifies the shape of a marker. Can take the name of a built-in shape or the SVG path commands for a custom shape.
591
- */
592
- "shape": string;
593
- /**
594
- * The description of this element. Will be lazily created if a function is used. This is used for accessibility and also for customizing the tooltip text.
595
- */
596
- "shortDesc": string|null;
597
- /**
598
- * Specifies an URI specifying the location of the image resource to use for the marker instead of a built-in shape. The shape attribute is ignored if the source image is defined.
599
- */
600
- "source": string;
601
- /**
602
- * An optional URI specifying the location of the hover image resource. If not defined, the source image will be used.
603
- */
604
- "sourceHover": string;
605
- /**
606
- * An optional URI specifying the location of the selected image resource on hover. If not defined, the sourceSelected image will be used. If sourceSelected is not defined, then the source image will be used.
607
- */
608
- "sourceHoverSelected": string;
609
- /**
610
- * An optional URI specifying the location of the selected image. If not defined, the source image will be used.
611
- */
612
- "sourceSelected": string;
613
- /**
614
- * The CSS style class defining the style of the marker.
615
- */
616
- "svgClassName": string;
617
- /**
618
- * The CSS style object defining the style of the marker. Only SVG CSS style properties are supported.
619
- */
620
- "svgStyle": object;
621
- /**
622
- * A data value used to calculate the marker dimensions based on the range of all the data values and the element size. Markers with negative or zero data values will not be rendered. If specified, this value takes precedence over the width and height attributes.
623
- */
624
- "value": number;
625
- /**
626
- * The pixel width for this marker. Note that this attribute will be ignored if a value is provided to calculate marker.
627
- */
628
- "width": number;
629
- /**
630
- * The x coordinate of the marker transformed using the map projection, which can be null if location is set instead.
631
- */
632
- "x": number;
633
- /**
634
- * The y coordinate of the marker transformed using the map projection, which can be null if location is set instead.
635
- */
636
- "y": number;
637
- }
638
- export interface StyleDefaults {
639
- /**
640
- * The CSS style object defining the style of the area layer areas.
641
- */
642
- "areaSvgStyle": object;
643
- /**
644
- * An object defining the default styles for data areas.
645
- */
646
- "dataAreaDefaults": OjThematicMapBase.StyleDefaultsDataAreaDefaults;
647
- /**
648
- * An object defining the default styles for data markers.
649
- */
650
- "dataMarkerDefaults": OjThematicMapBase.StyleDefaultsDataMarkerDefaults;
651
- /**
652
- * Specifies initial hover delay in milliseconds for highlighting data items.
653
- */
654
- "hoverBehaviorDelay": number;
655
- /**
656
- * The CSS style object defining the style of the area layer labels.
657
- */
658
- "labelStyle": object;
659
- /**
660
- * An object defining the default styles for data links.
661
- */
662
- "linkDefaults": OjThematicMapBase.StyleDefaultsLinkDefaults;
663
- }
664
- export interface StyleDefaultsDataAreaDefaults {
665
- /**
666
- * The area stroke color for the area data layer.
667
- */
668
- "borderColor": string;
669
- /**
670
- * The hover data area border color.
671
- */
672
- "hoverColor": string;
673
- /**
674
- * The inner selected data area border color.
675
- */
676
- "selectedInnerColor": string;
677
- /**
678
- * The outer selected data area border color.
679
- */
680
- "selectedOuterColor": string;
681
- }
682
- export interface StyleDefaultsDataMarkerDefaults {
683
- /**
684
- * The border color.
685
- */
686
- "borderColor": string;
687
- /**
688
- * The border style.
689
- */
690
- "borderStyle": string;
691
- /**
692
- * The border width in pixels.
693
- */
694
- "borderWidth": number;
695
- /**
696
- * The fill color of a marker.
697
- */
698
- "color": string;
699
- /**
700
- * The default marker pixel height.
701
- */
702
- "height": number;
703
- /**
704
- * The CSS style object defining the style of the marker label.
705
- */
706
- "labelStyle": object;
707
- /**
708
- * The default marker opacity.
709
- */
710
- "opacity": number;
711
- /**
712
- * The default marker shape. Can take the name of a built-in shape or the SVG path commands for a custom shape.
713
- */
714
- "shape": string;
715
- /**
716
- * The default marker pixel width.
717
- */
718
- "width": number;
719
- }
720
- export interface StyleDefaultsLinkDefaults {
721
- /**
722
- * The stroke color for links.
723
- */
724
- "color": string;
725
- /**
726
- * The stroke width for links in pixels.
727
- */
728
- "width": number;
729
- }
730
- export interface Tooltip {
731
- }
732
- export interface Translations {
733
- /**
734
- * Used to describe the areas map layer for accessibility.
735
- */
736
- "areasRegion": string;
737
- /**
738
- * Used to describe the data visualization type for accessibility.
739
- */
740
- "componentName": string;
741
- /**
742
- * Used to display a label and its value.
743
- */
744
- "labelAndValue": string;
745
- /**
746
- * Text shown for clearing multiple selection on touch devices.
747
- */
748
- "labelClearSelection": string;
749
- /**
750
- * Used to display a count out of a total.
751
- */
752
- "labelCountWithTotal": string;
753
- /**
754
- * Label for data visualizations used for accessibility.
755
- */
756
- "labelDataVisualization": string;
757
- /**
758
- * Text shown when the component receives invalid data.
759
- */
760
- "labelInvalidData": string;
761
- /**
762
- * Text shown when the component receives no data.
763
- */
764
- "labelNoData": string;
765
- /**
766
- * Used to describe the links map layer for accessibility.
767
- */
768
- "linksRegion": string;
769
- /**
770
- * Used to describe the markers map layer for accessibility.
771
- */
772
- "markersRegion": string;
773
- /**
774
- * Used to describe the collapsed state for accessibility.
775
- */
776
- "stateCollapsed": string;
777
- /**
778
- * Used to describe a drillable object for accessibility.
779
- */
780
- "stateDrillable": string;
781
- /**
782
- * Used to describe the expanded state for accessibility.
783
- */
784
- "stateExpanded": string;
785
- /**
786
- * Used to describe the hidden state for accessibility.
787
- */
788
- "stateHidden": string;
789
- /**
790
- * Used to describe the isolated state for accessibility.
791
- */
792
- "stateIsolated": string;
793
- /**
794
- * Used to describe the maximized state for accessibility.
795
- */
796
- "stateMaximized": string;
797
- /**
798
- * Used to describe the minimized state for accessibility.
799
- */
800
- "stateMinimized": string;
801
- /**
802
- * Used to describe the selected state for accessibility.
803
- */
804
- "stateSelected": string;
805
- /**
806
- * Used to describe the unselected state for accessibility.
807
- */
808
- "stateUnselected": string;
809
- /**
810
- * Used to describe the visible state for accessibility.
811
- */
812
- "stateVisible": string;
813
- }
382
+ export interface Areas {
383
+ /**
384
+ * An array of category strings corresponding to this area. This allows highlighting and filtering of areas.
385
+ */
386
+ "categories": Array<string>;
387
+ /**
388
+ * The area color.
389
+ */
390
+ "color": string;
391
+ /**
392
+ * The identifier for this area. The id should be set by the application if the DataProvider is not being used. The row key will be used as id in the case.
393
+ */
394
+ "id": any;
395
+ /**
396
+ * Text used for the area's label.
397
+ */
398
+ "label": string;
399
+ /**
400
+ * The CSS style defining the label style for this area. The following style properties are supported: color, cursor, fontFamily, fontSize, fontStyle, fontWeight, textDecoration.
401
+ */
402
+ "labelStyle": object;
403
+ /**
404
+ * An identifier corresponding to a Feature provided in the mapProvider geo object that this area is associated with.
405
+ */
406
+ "location": string;
407
+ /**
408
+ * The area opacity.
409
+ */
410
+ "opacity": number;
411
+ /**
412
+ * Specifies whether or not the area will be selectable.
413
+ */
414
+ "selectable": string;
415
+ /**
416
+ * The description of this element. Will be lazily created if a function is used. This is used for accessibility and also for customizing the tooltip text.
417
+ */
418
+ "shortDesc": string|null;
419
+ /**
420
+ * The CSS style class defining the style of the area.
421
+ */
422
+ "svgClassName": string;
423
+ /**
424
+ * The CSS style object defining the style of the area. Only SVG CSS style properties are supported.
425
+ */
426
+ "svgStyle": object;
427
+ }
428
+ export interface Links {
429
+ /**
430
+ * An array of category strings corresponding to this link. This allows highlighting and filtering of links.
431
+ */
432
+ "categories": Array<string>;
433
+ /**
434
+ * The link color.
435
+ */
436
+ "color": string;
437
+ /**
438
+ * An object used to determine the end point of the link.
439
+ */
440
+ "endLocation": LinksEndLocation;
441
+ /**
442
+ * The identifier for this link. The id should be set by the application if the DataProvider is not being used. The row key will be used as id in the case.
443
+ */
444
+ "id": any;
445
+ /**
446
+ * Specifies whether or not the link will be selectable.
447
+ */
448
+ "selectable": string;
449
+ /**
450
+ * The description of this element. Will be lazily created if a function is used. This is used for accessibility and also for customizing the tooltip text.
451
+ */
452
+ "shortDesc": string|null;
453
+ /**
454
+ * An object used to determine the start point of the link.
455
+ */
456
+ "startLocation": LinksStartLocation;
457
+ /**
458
+ * The CSS style class defining the style of the link.
459
+ */
460
+ "svgClassName": string;
461
+ /**
462
+ * The CSS style object defining the style of the link. Only SVG CSS style properties are supported.
463
+ */
464
+ "svgStyle": object;
465
+ /**
466
+ * The link width in pixels.
467
+ */
468
+ "width": number;
469
+ }
470
+ export interface LinksEndLocation {
471
+ /**
472
+ * The marker or area id to be used as the end point.
473
+ */
474
+ "id": any;
475
+ /**
476
+ * An identifier corresponding to a Feature provided in the mapProvider geo object to be used as the end point.
477
+ */
478
+ "location": string;
479
+ /**
480
+ * The x coordinate which can represent latitude of the end point.
481
+ */
482
+ "x": number;
483
+ /**
484
+ * The y coordinate which can represent longitude of the end point.
485
+ */
486
+ "y": number;
487
+ }
488
+ export interface LinksStartLocation {
489
+ /**
490
+ * The marker id to be used as the start point.
491
+ */
492
+ "id": any;
493
+ /**
494
+ * An identifier corresponding to a Feature provided in the mapProvider geo object to be used as the start point.
495
+ */
496
+ "location": string;
497
+ /**
498
+ * The x coordinate which can represent latitude of the start point.
499
+ */
500
+ "x": number;
501
+ /**
502
+ * The y coordinate which can represent longitude of the start point.
503
+ */
504
+ "y": number;
505
+ }
506
+ export interface MapProvider {
507
+ /**
508
+ * An object defining a custom area's coordinates and "properties" object. See the Help documentation for more information.
509
+ */
510
+ "geo": object;
511
+ /**
512
+ * An object specifying "properties" object keys to use for custom area id and label mappings.
513
+ */
514
+ "propertiesKeys": MapProviderPropertiesKeys;
515
+ }
516
+ export interface MapProviderPropertiesKeys {
517
+ /**
518
+ * The required name of the "properties" key to use as the location id that will map a data item to a map area.
519
+ */
520
+ "id": string;
521
+ /**
522
+ * The optional name of the "properties" key to use for rendering area labels when labelType is set to "long".
523
+ */
524
+ "longLabel": string;
525
+ /**
526
+ * The optional name of the "properties" key to use for rendering area labels when labelType is set to "short".
527
+ */
528
+ "shortLabel": string;
529
+ }
530
+ export interface Markers {
531
+ /**
532
+ * The marker border color.
533
+ */
534
+ "borderColor": string;
535
+ /**
536
+ * The marker border style.
537
+ */
538
+ "borderStyle": string;
539
+ /**
540
+ * The marker border width in pixels.
541
+ */
542
+ "borderWidth": number;
543
+ /**
544
+ * An array of category strings corresponding to this marker. This allows highlighting and filtering of markers.
545
+ */
546
+ "categories": Array<string>;
547
+ /**
548
+ * The marker color.
549
+ */
550
+ "color": string;
551
+ /**
552
+ * The pixel height for this marker. Note that this attribute will be ignored if a value is provided to calculate marker sizes.
553
+ */
554
+ "height": number;
555
+ /**
556
+ * The identifier for this marker. The id should be set by the application if the DataProvider is not being used. The row key will be used as id in the case.
557
+ */
558
+ "id": any;
559
+ /**
560
+ * Text used for the marker's label.
561
+ */
562
+ "label": string;
563
+ /**
564
+ * Determines the label position relative to the marker.
565
+ */
566
+ "labelPosition": string;
567
+ /**
568
+ * The CSS style object defining the style of the marker. The following style properties are supported: color, cursor, fontFamily, fontSize, fontStyle, fontWeight, textDecoration.
569
+ */
570
+ "labelStyle": object;
571
+ /**
572
+ * An identifier corresponding to a Feature provided in the mapProvider geo object that this marker is associated with.
573
+ */
574
+ "location": string;
575
+ /**
576
+ * The marker opacity.
577
+ */
578
+ "opacity": number;
579
+ /**
580
+ * The angle to rotate the marker in clockwise degrees around the marker center.
581
+ */
582
+ "rotation": number;
583
+ /**
584
+ * Specifies whether or not the marker will be selectable.
585
+ */
586
+ "selectable": string;
587
+ /**
588
+ * Specifies the shape of a marker. Can take the name of a built-in shape or the SVG path commands for a custom shape.
589
+ */
590
+ "shape": string;
591
+ /**
592
+ * The description of this element. Will be lazily created if a function is used. This is used for accessibility and also for customizing the tooltip text.
593
+ */
594
+ "shortDesc": string|null;
595
+ /**
596
+ * Specifies an URI specifying the location of the image resource to use for the marker instead of a built-in shape. The shape attribute is ignored if the source image is defined.
597
+ */
598
+ "source": string;
599
+ /**
600
+ * An optional URI specifying the location of the hover image resource. If not defined, the source image will be used.
601
+ */
602
+ "sourceHover": string;
603
+ /**
604
+ * An optional URI specifying the location of the selected image resource on hover. If not defined, the sourceSelected image will be used. If sourceSelected is not defined, then the source image will be used.
605
+ */
606
+ "sourceHoverSelected": string;
607
+ /**
608
+ * An optional URI specifying the location of the selected image. If not defined, the source image will be used.
609
+ */
610
+ "sourceSelected": string;
611
+ /**
612
+ * The CSS style class defining the style of the marker.
613
+ */
614
+ "svgClassName": string;
615
+ /**
616
+ * The CSS style object defining the style of the marker. Only SVG CSS style properties are supported.
617
+ */
618
+ "svgStyle": object;
619
+ /**
620
+ * A data value used to calculate the marker dimensions based on the range of all the data values and the element size. Markers with negative or zero data values will not be rendered. If specified, this value takes precedence over the width and height attributes.
621
+ */
622
+ "value": number;
623
+ /**
624
+ * The pixel width for this marker. Note that this attribute will be ignored if a value is provided to calculate marker.
625
+ */
626
+ "width": number;
627
+ /**
628
+ * The x coordinate of the marker transformed using the map projection, which can be null if location is set instead.
629
+ */
630
+ "x": number;
631
+ /**
632
+ * The y coordinate of the marker transformed using the map projection, which can be null if location is set instead.
633
+ */
634
+ "y": number;
635
+ }
636
+ export interface StyleDefaults {
637
+ /**
638
+ * The CSS style object defining the style of the area layer areas.
639
+ */
640
+ "areaSvgStyle": object;
641
+ /**
642
+ * An object defining the default styles for data areas.
643
+ */
644
+ "dataAreaDefaults": StyleDefaultsDataAreaDefaults;
645
+ /**
646
+ * An object defining the default styles for data markers.
647
+ */
648
+ "dataMarkerDefaults": StyleDefaultsDataMarkerDefaults;
649
+ /**
650
+ * Specifies initial hover delay in milliseconds for highlighting data items.
651
+ */
652
+ "hoverBehaviorDelay": number;
653
+ /**
654
+ * The CSS style object defining the style of the area layer labels.
655
+ */
656
+ "labelStyle": object;
657
+ /**
658
+ * An object defining the default styles for data links.
659
+ */
660
+ "linkDefaults": StyleDefaultsLinkDefaults;
661
+ }
662
+ export interface StyleDefaultsDataAreaDefaults {
663
+ /**
664
+ * The area stroke color for the area data layer.
665
+ */
666
+ "borderColor": string;
667
+ /**
668
+ * The hover data area border color.
669
+ */
670
+ "hoverColor": string;
671
+ /**
672
+ * The inner selected data area border color.
673
+ */
674
+ "selectedInnerColor": string;
675
+ /**
676
+ * The outer selected data area border color.
677
+ */
678
+ "selectedOuterColor": string;
679
+ }
680
+ export interface StyleDefaultsDataMarkerDefaults {
681
+ /**
682
+ * The border color.
683
+ */
684
+ "borderColor": string;
685
+ /**
686
+ * The border style.
687
+ */
688
+ "borderStyle": string;
689
+ /**
690
+ * The border width in pixels.
691
+ */
692
+ "borderWidth": number;
693
+ /**
694
+ * The fill color of a marker.
695
+ */
696
+ "color": string;
697
+ /**
698
+ * The default marker pixel height.
699
+ */
700
+ "height": number;
701
+ /**
702
+ * The CSS style object defining the style of the marker label.
703
+ */
704
+ "labelStyle": object;
705
+ /**
706
+ * The default marker opacity.
707
+ */
708
+ "opacity": number;
709
+ /**
710
+ * The default marker shape. Can take the name of a built-in shape or the SVG path commands for a custom shape.
711
+ */
712
+ "shape": string;
713
+ /**
714
+ * The default marker pixel width.
715
+ */
716
+ "width": number;
717
+ }
718
+ export interface StyleDefaultsLinkDefaults {
719
+ /**
720
+ * The stroke color for links.
721
+ */
722
+ "color": string;
723
+ /**
724
+ * The stroke width for links in pixels.
725
+ */
726
+ "width": number;
727
+ }
728
+ export interface Tooltip {
729
+ }
730
+ export interface Translations {
731
+ /**
732
+ * Used to describe the areas map layer for accessibility.
733
+ */
734
+ "areasRegion": string;
735
+ /**
736
+ * Used to describe the data visualization type for accessibility.
737
+ */
738
+ "componentName": string;
739
+ /**
740
+ * Used to display a label and its value.
741
+ */
742
+ "labelAndValue": string;
743
+ /**
744
+ * Text shown for clearing multiple selection on touch devices.
745
+ */
746
+ "labelClearSelection": string;
747
+ /**
748
+ * Used to display a count out of a total.
749
+ */
750
+ "labelCountWithTotal": string;
751
+ /**
752
+ * Label for data visualizations used for accessibility.
753
+ */
754
+ "labelDataVisualization": string;
755
+ /**
756
+ * Text shown when the component receives invalid data.
757
+ */
758
+ "labelInvalidData": string;
759
+ /**
760
+ * Text shown when the component receives no data.
761
+ */
762
+ "labelNoData": string;
763
+ /**
764
+ * Used to describe the links map layer for accessibility.
765
+ */
766
+ "linksRegion": string;
767
+ /**
768
+ * Used to describe the markers map layer for accessibility.
769
+ */
770
+ "markersRegion": string;
771
+ /**
772
+ * Used to describe the collapsed state for accessibility.
773
+ */
774
+ "stateCollapsed": string;
775
+ /**
776
+ * Used to describe a drillable object for accessibility.
777
+ */
778
+ "stateDrillable": string;
779
+ /**
780
+ * Used to describe the expanded state for accessibility.
781
+ */
782
+ "stateExpanded": string;
783
+ /**
784
+ * Used to describe the hidden state for accessibility.
785
+ */
786
+ "stateHidden": string;
787
+ /**
788
+ * Used to describe the isolated state for accessibility.
789
+ */
790
+ "stateIsolated": string;
791
+ /**
792
+ * Used to describe the maximized state for accessibility.
793
+ */
794
+ "stateMaximized": string;
795
+ /**
796
+ * Used to describe the minimized state for accessibility.
797
+ */
798
+ "stateMinimized": string;
799
+ /**
800
+ * Used to describe the selected state for accessibility.
801
+ */
802
+ "stateSelected": string;
803
+ /**
804
+ * Used to describe the unselected state for accessibility.
805
+ */
806
+ "stateUnselected": string;
807
+ /**
808
+ * Used to describe the visible state for accessibility.
809
+ */
810
+ "stateVisible": string;
814
811
  }