@oracle/oraclejet-webdriver 11.1.6 → 12.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (605) 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/index.js +12 -3
  10. package/elements/index.js.map +1 -1
  11. package/elements/index.ts +3 -0
  12. package/elements/oj-accordion/OjAccordion.js.map +1 -1
  13. package/elements/oj-accordion/OjAccordion.ts +3 -5
  14. package/elements/oj-accordion/OjAccordionBase.js +4 -4
  15. package/elements/oj-accordion/OjAccordionBase.js.map +1 -1
  16. package/elements/oj-accordion/OjAccordionBase.ts +13 -13
  17. package/elements/oj-accordion/index.js +2 -2
  18. package/elements/oj-accordion/index.js.map +1 -1
  19. package/elements/oj-accordion/index.ts +14 -13
  20. package/elements/oj-action-card/OjActionCard.js +11 -0
  21. package/elements/oj-action-card/OjActionCard.js.map +1 -0
  22. package/elements/oj-action-card/OjActionCard.ts +15 -0
  23. package/elements/oj-action-card/OjActionCardBase.js +8 -0
  24. package/elements/oj-action-card/OjActionCardBase.js.map +1 -0
  25. package/elements/oj-action-card/OjActionCardBase.ts +13 -0
  26. package/elements/oj-action-card/index.js +17 -0
  27. package/elements/oj-action-card/index.js.map +1 -0
  28. package/elements/oj-action-card/index.ts +28 -0
  29. package/elements/oj-button/OjButton.js.map +1 -1
  30. package/elements/oj-button/OjButton.ts +3 -5
  31. package/elements/oj-button/OjButtonBase.js +5 -5
  32. package/elements/oj-button/OjButtonBase.js.map +1 -1
  33. package/elements/oj-button/OjButtonBase.ts +16 -16
  34. package/elements/oj-button/index.js +2 -2
  35. package/elements/oj-button/index.js.map +1 -1
  36. package/elements/oj-button/index.ts +14 -13
  37. package/elements/oj-buttonset-many/OjButtonsetMany.js.map +1 -1
  38. package/elements/oj-buttonset-many/OjButtonsetMany.ts +3 -5
  39. package/elements/oj-buttonset-many/OjButtonsetManyBase.js +9 -9
  40. package/elements/oj-buttonset-many/OjButtonsetManyBase.js.map +1 -1
  41. package/elements/oj-buttonset-many/OjButtonsetManyBase.ts +28 -28
  42. package/elements/oj-buttonset-many/index.js +2 -2
  43. package/elements/oj-buttonset-many/index.js.map +1 -1
  44. package/elements/oj-buttonset-many/index.ts +14 -13
  45. package/elements/oj-buttonset-one/OjButtonsetOne.js.map +1 -1
  46. package/elements/oj-buttonset-one/OjButtonsetOne.ts +3 -5
  47. package/elements/oj-buttonset-one/OjButtonsetOneBase.js +9 -9
  48. package/elements/oj-buttonset-one/OjButtonsetOneBase.js.map +1 -1
  49. package/elements/oj-buttonset-one/OjButtonsetOneBase.ts +28 -28
  50. package/elements/oj-buttonset-one/index.js +2 -2
  51. package/elements/oj-buttonset-one/index.js.map +1 -1
  52. package/elements/oj-buttonset-one/index.ts +14 -13
  53. package/elements/oj-chart/OjChart.js.map +1 -1
  54. package/elements/oj-chart/OjChart.ts +3 -5
  55. package/elements/oj-chart/OjChartBase.js +55 -55
  56. package/elements/oj-chart/OjChartBase.js.map +1 -1
  57. package/elements/oj-chart/OjChartBase.ts +2149 -2152
  58. package/elements/oj-chart/index.js +2 -2
  59. package/elements/oj-chart/index.js.map +1 -1
  60. package/elements/oj-chart/index.ts +14 -13
  61. package/elements/oj-checkboxset/OjCheckboxset.js.map +1 -1
  62. package/elements/oj-checkboxset/OjCheckboxset.ts +3 -5
  63. package/elements/oj-checkboxset/OjCheckboxsetBase.js +20 -20
  64. package/elements/oj-checkboxset/OjCheckboxsetBase.js.map +1 -1
  65. package/elements/oj-checkboxset/OjCheckboxsetBase.ts +133 -136
  66. package/elements/oj-checkboxset/index.js +2 -2
  67. package/elements/oj-checkboxset/index.js.map +1 -1
  68. package/elements/oj-checkboxset/index.ts +14 -13
  69. package/elements/oj-collapsible/OjCollapsible.js.map +1 -1
  70. package/elements/oj-collapsible/OjCollapsible.ts +3 -5
  71. package/elements/oj-collapsible/OjCollapsibleBase.js +5 -5
  72. package/elements/oj-collapsible/OjCollapsibleBase.js.map +1 -1
  73. package/elements/oj-collapsible/OjCollapsibleBase.ts +16 -16
  74. package/elements/oj-collapsible/index.js +2 -2
  75. package/elements/oj-collapsible/index.js.map +1 -1
  76. package/elements/oj-collapsible/index.ts +14 -13
  77. package/elements/oj-color-palette/OjColorPalette.js.map +1 -1
  78. package/elements/oj-color-palette/OjColorPalette.ts +3 -5
  79. package/elements/oj-color-palette/OjColorPaletteBase.js +19 -19
  80. package/elements/oj-color-palette/OjColorPaletteBase.js.map +1 -1
  81. package/elements/oj-color-palette/OjColorPaletteBase.ts +114 -117
  82. package/elements/oj-color-palette/index.js +2 -2
  83. package/elements/oj-color-palette/index.js.map +1 -1
  84. package/elements/oj-color-palette/index.ts +14 -13
  85. package/elements/oj-color-spectrum/OjColorSpectrum.js.map +1 -1
  86. package/elements/oj-color-spectrum/OjColorSpectrum.ts +3 -5
  87. package/elements/oj-color-spectrum/OjColorSpectrumBase.js +16 -16
  88. package/elements/oj-color-spectrum/OjColorSpectrumBase.js.map +1 -1
  89. package/elements/oj-color-spectrum/OjColorSpectrumBase.ts +106 -109
  90. package/elements/oj-color-spectrum/index.js +2 -2
  91. package/elements/oj-color-spectrum/index.js.map +1 -1
  92. package/elements/oj-color-spectrum/index.ts +14 -13
  93. package/elements/oj-combobox-many/OjComboboxMany.js.map +1 -1
  94. package/elements/oj-combobox-many/OjComboboxMany.ts +3 -5
  95. package/elements/oj-combobox-many/OjComboboxManyBase.js +30 -30
  96. package/elements/oj-combobox-many/OjComboboxManyBase.js.map +1 -1
  97. package/elements/oj-combobox-many/OjComboboxManyBase.ts +247 -250
  98. package/elements/oj-combobox-many/index.js +2 -2
  99. package/elements/oj-combobox-many/index.js.map +1 -1
  100. package/elements/oj-combobox-many/index.ts +14 -13
  101. package/elements/oj-combobox-one/OjComboboxOne.js.map +1 -1
  102. package/elements/oj-combobox-one/OjComboboxOne.ts +3 -5
  103. package/elements/oj-combobox-one/OjComboboxOneBase.js +31 -31
  104. package/elements/oj-combobox-one/OjComboboxOneBase.js.map +1 -1
  105. package/elements/oj-combobox-one/OjComboboxOneBase.ts +246 -249
  106. package/elements/oj-combobox-one/index.js +2 -2
  107. package/elements/oj-combobox-one/index.js.map +1 -1
  108. package/elements/oj-combobox-one/index.ts +14 -13
  109. package/elements/oj-conveyor-belt/OjConveyorBelt.js.map +1 -1
  110. package/elements/oj-conveyor-belt/OjConveyorBelt.ts +3 -5
  111. package/elements/oj-conveyor-belt/OjConveyorBeltBase.js +13 -7
  112. package/elements/oj-conveyor-belt/OjConveyorBeltBase.js.map +1 -1
  113. package/elements/oj-conveyor-belt/OjConveyorBeltBase.ts +52 -35
  114. package/elements/oj-conveyor-belt/index.js +2 -2
  115. package/elements/oj-conveyor-belt/index.js.map +1 -1
  116. package/elements/oj-conveyor-belt/index.ts +14 -13
  117. package/elements/oj-data-grid/OjDataGrid.js.map +1 -1
  118. package/elements/oj-data-grid/OjDataGrid.ts +3 -5
  119. package/elements/oj-data-grid/OjDataGridBase.js +22 -19
  120. package/elements/oj-data-grid/OjDataGridBase.js.map +1 -1
  121. package/elements/oj-data-grid/OjDataGridBase.ts +683 -590
  122. package/elements/oj-data-grid/index.js +2 -2
  123. package/elements/oj-data-grid/index.js.map +1 -1
  124. package/elements/oj-data-grid/index.ts +14 -13
  125. package/elements/oj-date-picker/OjDatePicker.js.map +1 -1
  126. package/elements/oj-date-picker/OjDatePicker.ts +3 -5
  127. package/elements/oj-date-picker/OjDatePickerBase.js +32 -32
  128. package/elements/oj-date-picker/OjDatePickerBase.js.map +1 -1
  129. package/elements/oj-date-picker/OjDatePickerBase.ts +338 -341
  130. package/elements/oj-date-picker/index.js +2 -2
  131. package/elements/oj-date-picker/index.js.map +1 -1
  132. package/elements/oj-date-picker/index.ts +14 -13
  133. package/elements/oj-date-time-picker/OjDateTimePicker.js.map +1 -1
  134. package/elements/oj-date-time-picker/OjDateTimePicker.ts +3 -5
  135. package/elements/oj-date-time-picker/OjDateTimePickerBase.js +33 -33
  136. package/elements/oj-date-time-picker/OjDateTimePickerBase.js.map +1 -1
  137. package/elements/oj-date-time-picker/OjDateTimePickerBase.ts +366 -365
  138. package/elements/oj-date-time-picker/index.js +2 -2
  139. package/elements/oj-date-time-picker/index.js.map +1 -1
  140. package/elements/oj-date-time-picker/index.ts +14 -13
  141. package/elements/oj-diagram/OjDiagram.js.map +1 -1
  142. package/elements/oj-diagram/OjDiagram.ts +3 -5
  143. package/elements/oj-diagram/OjDiagramBase.js +40 -40
  144. package/elements/oj-diagram/OjDiagramBase.js.map +1 -1
  145. package/elements/oj-diagram/OjDiagramBase.ts +505 -508
  146. package/elements/oj-diagram/index.js +2 -2
  147. package/elements/oj-diagram/index.js.map +1 -1
  148. package/elements/oj-diagram/index.ts +14 -13
  149. package/elements/oj-dialog/OjDialog.js.map +1 -1
  150. package/elements/oj-dialog/OjDialog.ts +3 -5
  151. package/elements/oj-dialog/OjDialogBase.js +8 -8
  152. package/elements/oj-dialog/OjDialogBase.js.map +1 -1
  153. package/elements/oj-dialog/OjDialogBase.ts +84 -87
  154. package/elements/oj-dialog/index.js +2 -2
  155. package/elements/oj-dialog/index.js.map +1 -1
  156. package/elements/oj-dialog/index.ts +14 -13
  157. package/elements/oj-drawer-layout/OjDrawerLayout.js +8 -0
  158. package/elements/oj-drawer-layout/OjDrawerLayout.js.map +1 -0
  159. package/elements/oj-drawer-layout/OjDrawerLayout.ts +10 -0
  160. package/elements/oj-drawer-layout/OjDrawerLayoutBase.js +26 -0
  161. package/elements/oj-drawer-layout/OjDrawerLayoutBase.js.map +1 -0
  162. package/elements/oj-drawer-layout/OjDrawerLayoutBase.ts +72 -0
  163. package/elements/oj-drawer-layout/index.js +17 -0
  164. package/elements/oj-drawer-layout/index.js.map +1 -0
  165. package/elements/oj-drawer-layout/index.ts +28 -0
  166. package/elements/oj-drawer-popup/OjDrawerPopup.js +11 -0
  167. package/elements/oj-drawer-popup/OjDrawerPopup.js.map +1 -0
  168. package/elements/oj-drawer-popup/OjDrawerPopup.ts +17 -0
  169. package/elements/oj-drawer-popup/OjDrawerPopupBase.js +23 -0
  170. package/elements/oj-drawer-popup/OjDrawerPopupBase.js.map +1 -0
  171. package/elements/oj-drawer-popup/OjDrawerPopupBase.ts +62 -0
  172. package/elements/oj-drawer-popup/index.js +17 -0
  173. package/elements/oj-drawer-popup/index.js.map +1 -0
  174. package/elements/oj-drawer-popup/index.ts +28 -0
  175. package/elements/oj-file-picker/OjFilePicker.js.map +1 -1
  176. package/elements/oj-file-picker/OjFilePicker.ts +3 -5
  177. package/elements/oj-file-picker/OjFilePickerBase.js +7 -7
  178. package/elements/oj-file-picker/OjFilePickerBase.js.map +1 -1
  179. package/elements/oj-file-picker/OjFilePickerBase.ts +22 -22
  180. package/elements/oj-file-picker/index.js +2 -2
  181. package/elements/oj-file-picker/index.js.map +1 -1
  182. package/elements/oj-file-picker/index.ts +14 -13
  183. package/elements/oj-film-strip/OjFilmStrip.js.map +1 -1
  184. package/elements/oj-film-strip/OjFilmStrip.ts +3 -5
  185. package/elements/oj-film-strip/OjFilmStripBase.js +8 -8
  186. package/elements/oj-film-strip/OjFilmStripBase.js.map +1 -1
  187. package/elements/oj-film-strip/OjFilmStripBase.ts +59 -62
  188. package/elements/oj-film-strip/index.js +2 -2
  189. package/elements/oj-film-strip/index.js.map +1 -1
  190. package/elements/oj-film-strip/index.ts +14 -13
  191. package/elements/oj-gantt/OjGantt.js.map +1 -1
  192. package/elements/oj-gantt/OjGantt.ts +3 -5
  193. package/elements/oj-gantt/OjGanttBase.js +48 -30
  194. package/elements/oj-gantt/OjGanttBase.js.map +1 -1
  195. package/elements/oj-gantt/OjGanttBase.ts +1033 -816
  196. package/elements/oj-gantt/index.js +2 -2
  197. package/elements/oj-gantt/index.js.map +1 -1
  198. package/elements/oj-gantt/index.ts +14 -13
  199. package/elements/oj-indexer/OjIndexer.js.map +1 -1
  200. package/elements/oj-indexer/OjIndexer.ts +3 -5
  201. package/elements/oj-indexer/OjIndexerBase.js +2 -2
  202. package/elements/oj-indexer/OjIndexerBase.js.map +1 -1
  203. package/elements/oj-indexer/OjIndexerBase.ts +37 -40
  204. package/elements/oj-indexer/index.js +2 -2
  205. package/elements/oj-indexer/index.js.map +1 -1
  206. package/elements/oj-indexer/index.ts +14 -13
  207. package/elements/oj-input-date/OjInputDate.js.map +1 -1
  208. package/elements/oj-input-date/OjInputDate.ts +3 -5
  209. package/elements/oj-input-date/OjInputDateBase.js +33 -33
  210. package/elements/oj-input-date/OjInputDateBase.js.map +1 -1
  211. package/elements/oj-input-date/OjInputDateBase.ts +341 -344
  212. package/elements/oj-input-date/index.js +2 -2
  213. package/elements/oj-input-date/index.js.map +1 -1
  214. package/elements/oj-input-date/index.ts +14 -13
  215. package/elements/oj-input-date-time/OjInputDateTime.js.map +1 -1
  216. package/elements/oj-input-date-time/OjInputDateTime.ts +3 -5
  217. package/elements/oj-input-date-time/OjInputDateTimeBase.js +34 -34
  218. package/elements/oj-input-date-time/OjInputDateTimeBase.js.map +1 -1
  219. package/elements/oj-input-date-time/OjInputDateTimeBase.ts +369 -368
  220. package/elements/oj-input-date-time/index.js +2 -2
  221. package/elements/oj-input-date-time/index.js.map +1 -1
  222. package/elements/oj-input-date-time/index.ts +14 -13
  223. package/elements/oj-input-number/OjInputNumber.js.map +1 -1
  224. package/elements/oj-input-number/OjInputNumber.ts +3 -5
  225. package/elements/oj-input-number/OjInputNumberBase.js +30 -30
  226. package/elements/oj-input-number/OjInputNumberBase.js.map +1 -1
  227. package/elements/oj-input-number/OjInputNumberBase.ts +216 -219
  228. package/elements/oj-input-number/index.js +2 -2
  229. package/elements/oj-input-number/index.js.map +1 -1
  230. package/elements/oj-input-number/index.ts +14 -13
  231. package/elements/oj-input-password/OjInputPassword.js.map +1 -1
  232. package/elements/oj-input-password/OjInputPassword.ts +3 -5
  233. package/elements/oj-input-password/OjInputPasswordBase.js +25 -25
  234. package/elements/oj-input-password/OjInputPasswordBase.js.map +1 -1
  235. package/elements/oj-input-password/OjInputPasswordBase.ts +163 -166
  236. package/elements/oj-input-password/index.js +2 -2
  237. package/elements/oj-input-password/index.js.map +1 -1
  238. package/elements/oj-input-password/index.ts +14 -13
  239. package/elements/oj-input-search/OjInputSearch.js.map +1 -1
  240. package/elements/oj-input-search/OjInputSearch.ts +3 -5
  241. package/elements/oj-input-search/OjInputSearchBase.js +6 -6
  242. package/elements/oj-input-search/OjInputSearchBase.js.map +1 -1
  243. package/elements/oj-input-search/OjInputSearchBase.ts +19 -19
  244. package/elements/oj-input-search/index.js +2 -2
  245. package/elements/oj-input-search/index.js.map +1 -1
  246. package/elements/oj-input-search/index.ts +14 -13
  247. package/elements/oj-input-text/OjInputText.js.map +1 -1
  248. package/elements/oj-input-text/OjInputText.ts +3 -5
  249. package/elements/oj-input-text/OjInputTextBase.js +29 -29
  250. package/elements/oj-input-text/OjInputTextBase.js.map +1 -1
  251. package/elements/oj-input-text/OjInputTextBase.ts +178 -181
  252. package/elements/oj-input-text/index.js +2 -2
  253. package/elements/oj-input-text/index.js.map +1 -1
  254. package/elements/oj-input-text/index.ts +14 -13
  255. package/elements/oj-input-time/OjInputTime.js.map +1 -1
  256. package/elements/oj-input-time/OjInputTime.ts +3 -5
  257. package/elements/oj-input-time/OjInputTimeBase.js +31 -31
  258. package/elements/oj-input-time/OjInputTimeBase.js.map +1 -1
  259. package/elements/oj-input-time/OjInputTimeBase.ts +283 -286
  260. package/elements/oj-input-time/index.js +2 -2
  261. package/elements/oj-input-time/index.js.map +1 -1
  262. package/elements/oj-input-time/index.ts +14 -13
  263. package/elements/oj-label/OjLabel.js.map +1 -1
  264. package/elements/oj-label/OjLabel.ts +3 -5
  265. package/elements/oj-label/OjLabelBase.js +5 -5
  266. package/elements/oj-label/OjLabelBase.js.map +1 -1
  267. package/elements/oj-label/OjLabelBase.ts +37 -40
  268. package/elements/oj-label/index.js +2 -2
  269. package/elements/oj-label/index.js.map +1 -1
  270. package/elements/oj-label/index.ts +14 -13
  271. package/elements/oj-led-gauge/OjLedGauge.js.map +1 -1
  272. package/elements/oj-led-gauge/OjLedGauge.ts +3 -5
  273. package/elements/oj-led-gauge/OjLedGaugeBase.js +21 -18
  274. package/elements/oj-led-gauge/OjLedGaugeBase.js.map +1 -1
  275. package/elements/oj-led-gauge/OjLedGaugeBase.ts +196 -189
  276. package/elements/oj-led-gauge/index.js +2 -2
  277. package/elements/oj-led-gauge/index.js.map +1 -1
  278. package/elements/oj-led-gauge/index.ts +14 -13
  279. package/elements/oj-legend/OjLegend.js.map +1 -1
  280. package/elements/oj-legend/OjLegend.ts +3 -5
  281. package/elements/oj-legend/OjLegendBase.js +22 -22
  282. package/elements/oj-legend/OjLegendBase.js.map +1 -1
  283. package/elements/oj-legend/OjLegendBase.ts +180 -183
  284. package/elements/oj-legend/index.js +2 -2
  285. package/elements/oj-legend/index.js.map +1 -1
  286. package/elements/oj-legend/index.ts +14 -13
  287. package/elements/oj-list-view/OjListView.js +20 -2
  288. package/elements/oj-list-view/OjListView.js.map +1 -1
  289. package/elements/oj-list-view/OjListView.ts +39 -7
  290. package/elements/oj-list-view/OjListViewBase.js +21 -21
  291. package/elements/oj-list-view/OjListViewBase.js.map +1 -1
  292. package/elements/oj-list-view/OjListViewBase.ts +221 -224
  293. package/elements/oj-list-view/index.js +2 -2
  294. package/elements/oj-list-view/index.js.map +1 -1
  295. package/elements/oj-list-view/index.ts +14 -13
  296. package/elements/oj-masonry-layout/OjMasonryLayout.js.map +1 -1
  297. package/elements/oj-masonry-layout/OjMasonryLayout.ts +3 -5
  298. package/elements/oj-masonry-layout/OjMasonryLayoutBase.js +2 -2
  299. package/elements/oj-masonry-layout/OjMasonryLayoutBase.js.map +1 -1
  300. package/elements/oj-masonry-layout/OjMasonryLayoutBase.ts +21 -24
  301. package/elements/oj-masonry-layout/index.js +2 -2
  302. package/elements/oj-masonry-layout/index.js.map +1 -1
  303. package/elements/oj-masonry-layout/index.ts +14 -13
  304. package/elements/oj-menu/OjMenu.js +12 -0
  305. package/elements/oj-menu/OjMenu.js.map +1 -1
  306. package/elements/oj-menu/OjMenu.ts +21 -5
  307. package/elements/oj-menu/OjMenuBase.js +3 -3
  308. package/elements/oj-menu/OjMenuBase.js.map +1 -1
  309. package/elements/oj-menu/OjMenuBase.ts +91 -94
  310. package/elements/oj-menu/index.js +2 -2
  311. package/elements/oj-menu/index.js.map +1 -1
  312. package/elements/oj-menu/index.ts +14 -13
  313. package/elements/oj-menu-button/OjMenuButton.js.map +1 -1
  314. package/elements/oj-menu-button/OjMenuButton.ts +3 -5
  315. package/elements/oj-menu-button/OjMenuButtonBase.js +5 -5
  316. package/elements/oj-menu-button/OjMenuButtonBase.js.map +1 -1
  317. package/elements/oj-menu-button/OjMenuButtonBase.ts +16 -16
  318. package/elements/oj-menu-button/index.js +2 -2
  319. package/elements/oj-menu-button/index.js.map +1 -1
  320. package/elements/oj-menu-button/index.ts +14 -13
  321. package/elements/oj-message/OjMessage.js.map +1 -1
  322. package/elements/oj-message/OjMessage.ts +3 -5
  323. package/elements/oj-message/OjMessageBase.js +3 -3
  324. package/elements/oj-message/OjMessageBase.js.map +1 -1
  325. package/elements/oj-message/OjMessageBase.ts +84 -87
  326. package/elements/oj-message/index.js +2 -2
  327. package/elements/oj-message/index.js.map +1 -1
  328. package/elements/oj-message/index.ts +14 -13
  329. package/elements/oj-n-box/OjNBox.js.map +1 -1
  330. package/elements/oj-n-box/OjNBox.ts +3 -5
  331. package/elements/oj-n-box/OjNBoxBase.js +36 -36
  332. package/elements/oj-n-box/OjNBoxBase.js.map +1 -1
  333. package/elements/oj-n-box/OjNBoxBase.ts +657 -660
  334. package/elements/oj-n-box/index.js +2 -2
  335. package/elements/oj-n-box/index.js.map +1 -1
  336. package/elements/oj-n-box/index.ts +14 -13
  337. package/elements/oj-navigation-list/OjNavigationList.js +7 -7
  338. package/elements/oj-navigation-list/OjNavigationList.js.map +1 -1
  339. package/elements/oj-navigation-list/OjNavigationList.ts +13 -18
  340. package/elements/oj-navigation-list/OjNavigationListBase.js +14 -14
  341. package/elements/oj-navigation-list/OjNavigationListBase.js.map +1 -1
  342. package/elements/oj-navigation-list/OjNavigationListBase.ts +84 -87
  343. package/elements/oj-navigation-list/index.js +2 -2
  344. package/elements/oj-navigation-list/index.js.map +1 -1
  345. package/elements/oj-navigation-list/index.ts +14 -13
  346. package/elements/oj-paging-control/OjPagingControl.js.map +1 -1
  347. package/elements/oj-paging-control/OjPagingControl.ts +3 -5
  348. package/elements/oj-paging-control/OjPagingControlBase.js +7 -7
  349. package/elements/oj-paging-control/OjPagingControlBase.js.map +1 -1
  350. package/elements/oj-paging-control/OjPagingControlBase.ts +182 -185
  351. package/elements/oj-paging-control/index.js +2 -2
  352. package/elements/oj-paging-control/index.js.map +1 -1
  353. package/elements/oj-paging-control/index.ts +14 -13
  354. package/elements/oj-picto-chart/OjPictoChart.js.map +1 -1
  355. package/elements/oj-picto-chart/OjPictoChart.ts +3 -5
  356. package/elements/oj-picto-chart/OjPictoChartBase.js +26 -26
  357. package/elements/oj-picto-chart/OjPictoChartBase.js.map +1 -1
  358. package/elements/oj-picto-chart/OjPictoChartBase.ts +227 -230
  359. package/elements/oj-picto-chart/index.js +2 -2
  360. package/elements/oj-picto-chart/index.js.map +1 -1
  361. package/elements/oj-picto-chart/index.ts +14 -13
  362. package/elements/oj-popup/OjPopup.js.map +1 -1
  363. package/elements/oj-popup/OjPopup.ts +3 -5
  364. package/elements/oj-popup/OjPopupBase.js +7 -7
  365. package/elements/oj-popup/OjPopupBase.js.map +1 -1
  366. package/elements/oj-popup/OjPopupBase.ts +101 -104
  367. package/elements/oj-popup/index.js +2 -2
  368. package/elements/oj-popup/index.js.map +1 -1
  369. package/elements/oj-popup/index.ts +14 -13
  370. package/elements/oj-progress/OjProgress.js.map +1 -1
  371. package/elements/oj-progress/OjProgress.ts +3 -5
  372. package/elements/oj-progress/OjProgressBase.js +5 -5
  373. package/elements/oj-progress/OjProgressBase.js.map +1 -1
  374. package/elements/oj-progress/OjProgressBase.ts +22 -25
  375. package/elements/oj-progress/index.js +2 -2
  376. package/elements/oj-progress/index.js.map +1 -1
  377. package/elements/oj-progress/index.ts +14 -13
  378. package/elements/oj-progress-list/OjProgressList.js.map +1 -1
  379. package/elements/oj-progress-list/OjProgressList.ts +3 -5
  380. package/elements/oj-progress-list/OjProgressListBase.js +1 -1
  381. package/elements/oj-progress-list/OjProgressListBase.js.map +1 -1
  382. package/elements/oj-progress-list/OjProgressListBase.ts +4 -4
  383. package/elements/oj-progress-list/index.js +2 -2
  384. package/elements/oj-progress-list/index.js.map +1 -1
  385. package/elements/oj-progress-list/index.ts +14 -13
  386. package/elements/oj-radioset/OjRadioset.js.map +1 -1
  387. package/elements/oj-radioset/OjRadioset.ts +3 -5
  388. package/elements/oj-radioset/OjRadiosetBase.js +20 -20
  389. package/elements/oj-radioset/OjRadiosetBase.js.map +1 -1
  390. package/elements/oj-radioset/OjRadiosetBase.ts +133 -136
  391. package/elements/oj-radioset/index.js +2 -2
  392. package/elements/oj-radioset/index.js.map +1 -1
  393. package/elements/oj-radioset/index.ts +14 -13
  394. package/elements/oj-rating-gauge/OjRatingGauge.js.map +1 -1
  395. package/elements/oj-rating-gauge/OjRatingGauge.ts +3 -5
  396. package/elements/oj-rating-gauge/OjRatingGaugeBase.js +24 -24
  397. package/elements/oj-rating-gauge/OjRatingGaugeBase.js.map +1 -1
  398. package/elements/oj-rating-gauge/OjRatingGaugeBase.ts +275 -278
  399. package/elements/oj-rating-gauge/index.js +2 -2
  400. package/elements/oj-rating-gauge/index.js.map +1 -1
  401. package/elements/oj-rating-gauge/index.ts +14 -13
  402. package/elements/oj-refresher/OjRefresher.js.map +1 -1
  403. package/elements/oj-refresher/OjRefresher.ts +3 -5
  404. package/elements/oj-refresher/OjRefresherBase.js +4 -4
  405. package/elements/oj-refresher/OjRefresherBase.js.map +1 -1
  406. package/elements/oj-refresher/OjRefresherBase.ts +27 -30
  407. package/elements/oj-refresher/index.js +2 -2
  408. package/elements/oj-refresher/index.js.map +1 -1
  409. package/elements/oj-refresher/index.ts +14 -13
  410. package/elements/oj-row-expander/OjRowExpander.js.map +1 -1
  411. package/elements/oj-row-expander/OjRowExpander.ts +3 -5
  412. package/elements/oj-row-expander/OjRowExpanderBase.js +4 -4
  413. package/elements/oj-row-expander/OjRowExpanderBase.js.map +1 -1
  414. package/elements/oj-row-expander/OjRowExpanderBase.ts +39 -42
  415. package/elements/oj-row-expander/index.js +2 -2
  416. package/elements/oj-row-expander/index.js.map +1 -1
  417. package/elements/oj-row-expander/index.ts +14 -13
  418. package/elements/oj-select-many/OjSelectMany.js.map +1 -1
  419. package/elements/oj-select-many/OjSelectMany.ts +3 -5
  420. package/elements/oj-select-many/OjSelectManyBase.js +27 -27
  421. package/elements/oj-select-many/OjSelectManyBase.js.map +1 -1
  422. package/elements/oj-select-many/OjSelectManyBase.ts +224 -227
  423. package/elements/oj-select-many/index.js +2 -2
  424. package/elements/oj-select-many/index.js.map +1 -1
  425. package/elements/oj-select-many/index.ts +14 -13
  426. package/elements/oj-select-one/OjSelectOne.js.map +1 -1
  427. package/elements/oj-select-one/OjSelectOne.ts +3 -5
  428. package/elements/oj-select-one/OjSelectOneBase.js +27 -27
  429. package/elements/oj-select-one/OjSelectOneBase.js.map +1 -1
  430. package/elements/oj-select-one/OjSelectOneBase.ts +220 -223
  431. package/elements/oj-select-one/index.js +2 -2
  432. package/elements/oj-select-one/index.js.map +1 -1
  433. package/elements/oj-select-one/index.ts +14 -13
  434. package/elements/oj-select-single/OjSelectSingle.js.map +1 -1
  435. package/elements/oj-select-single/OjSelectSingle.ts +3 -5
  436. package/elements/oj-select-single/OjSelectSingleBase.js +23 -23
  437. package/elements/oj-select-single/OjSelectSingleBase.js.map +1 -1
  438. package/elements/oj-select-single/OjSelectSingleBase.ts +156 -159
  439. package/elements/oj-select-single/index.js +2 -2
  440. package/elements/oj-select-single/index.js.map +1 -1
  441. package/elements/oj-select-single/index.ts +14 -13
  442. package/elements/oj-selector/OjSelector.js.map +1 -1
  443. package/elements/oj-selector/OjSelector.ts +3 -5
  444. package/elements/oj-selector/OjSelectorBase.js +6 -6
  445. package/elements/oj-selector/OjSelectorBase.js.map +1 -1
  446. package/elements/oj-selector/OjSelectorBase.ts +19 -19
  447. package/elements/oj-selector/index.js +2 -2
  448. package/elements/oj-selector/index.js.map +1 -1
  449. package/elements/oj-selector/index.ts +14 -13
  450. package/elements/oj-slider/OjSlider.js.map +1 -1
  451. package/elements/oj-slider/OjSlider.ts +3 -5
  452. package/elements/oj-slider/OjSliderBase.js +21 -21
  453. package/elements/oj-slider/OjSliderBase.js.map +1 -1
  454. package/elements/oj-slider/OjSliderBase.ts +123 -126
  455. package/elements/oj-slider/index.js +2 -2
  456. package/elements/oj-slider/index.js.map +1 -1
  457. package/elements/oj-slider/index.ts +14 -13
  458. package/elements/oj-spark-chart/OjSparkChart.js.map +1 -1
  459. package/elements/oj-spark-chart/OjSparkChart.ts +3 -5
  460. package/elements/oj-spark-chart/OjSparkChartBase.js +29 -29
  461. package/elements/oj-spark-chart/OjSparkChartBase.js.map +1 -1
  462. package/elements/oj-spark-chart/OjSparkChartBase.ts +247 -250
  463. package/elements/oj-spark-chart/index.js +2 -2
  464. package/elements/oj-spark-chart/index.js.map +1 -1
  465. package/elements/oj-spark-chart/index.ts +14 -13
  466. package/elements/oj-status-meter-gauge/OjStatusMeterGauge.js.map +1 -1
  467. package/elements/oj-status-meter-gauge/OjStatusMeterGauge.ts +3 -5
  468. package/elements/oj-status-meter-gauge/OjStatusMeterGaugeBase.js +36 -33
  469. package/elements/oj-status-meter-gauge/OjStatusMeterGaugeBase.js.map +1 -1
  470. package/elements/oj-status-meter-gauge/OjStatusMeterGaugeBase.ts +298 -291
  471. package/elements/oj-status-meter-gauge/index.js +2 -2
  472. package/elements/oj-status-meter-gauge/index.js.map +1 -1
  473. package/elements/oj-status-meter-gauge/index.ts +14 -13
  474. package/elements/oj-stream-list/OjStreamList.js.map +1 -1
  475. package/elements/oj-stream-list/OjStreamList.ts +3 -5
  476. package/elements/oj-stream-list/OjStreamListBase.js +7 -7
  477. package/elements/oj-stream-list/OjStreamListBase.js.map +1 -1
  478. package/elements/oj-stream-list/OjStreamListBase.ts +56 -59
  479. package/elements/oj-stream-list/index.js +2 -2
  480. package/elements/oj-stream-list/index.js.map +1 -1
  481. package/elements/oj-stream-list/index.ts +14 -13
  482. package/elements/oj-sunburst/OjSunburst.js.map +1 -1
  483. package/elements/oj-sunburst/OjSunburst.ts +3 -5
  484. package/elements/oj-sunburst/OjSunburstBase.js +33 -33
  485. package/elements/oj-sunburst/OjSunburstBase.js.map +1 -1
  486. package/elements/oj-sunburst/OjSunburstBase.ts +314 -317
  487. package/elements/oj-sunburst/index.js +2 -2
  488. package/elements/oj-sunburst/index.js.map +1 -1
  489. package/elements/oj-sunburst/index.ts +14 -13
  490. package/elements/oj-swipe-actions/OjSwipeActions.js.map +1 -1
  491. package/elements/oj-swipe-actions/OjSwipeActions.ts +3 -5
  492. package/elements/oj-swipe-actions/OjSwipeActionsBase.js +1 -1
  493. package/elements/oj-swipe-actions/OjSwipeActionsBase.js.map +1 -1
  494. package/elements/oj-swipe-actions/OjSwipeActionsBase.ts +18 -21
  495. package/elements/oj-swipe-actions/index.js +2 -2
  496. package/elements/oj-swipe-actions/index.js.map +1 -1
  497. package/elements/oj-swipe-actions/index.ts +14 -13
  498. package/elements/oj-switch/OjSwitch.js.map +1 -1
  499. package/elements/oj-switch/OjSwitch.ts +3 -5
  500. package/elements/oj-switch/OjSwitchBase.js +16 -16
  501. package/elements/oj-switch/OjSwitchBase.js.map +1 -1
  502. package/elements/oj-switch/OjSwitchBase.ts +96 -99
  503. package/elements/oj-switch/index.js +2 -2
  504. package/elements/oj-switch/index.js.map +1 -1
  505. package/elements/oj-switch/index.ts +14 -13
  506. package/elements/oj-tab-bar/OjTabBar.js.map +1 -1
  507. package/elements/oj-tab-bar/OjTabBar.ts +3 -5
  508. package/elements/oj-tab-bar/OjTabBarBase.js +14 -14
  509. package/elements/oj-tab-bar/OjTabBarBase.js.map +1 -1
  510. package/elements/oj-tab-bar/OjTabBarBase.ts +104 -107
  511. package/elements/oj-tab-bar/index.js +2 -2
  512. package/elements/oj-tab-bar/index.js.map +1 -1
  513. package/elements/oj-tab-bar/index.ts +14 -13
  514. package/elements/oj-table/OjTable.js +5 -6
  515. package/elements/oj-table/OjTable.js.map +1 -1
  516. package/elements/oj-table/OjTable.ts +8 -11
  517. package/elements/oj-table/OjTableBase.js +36 -30
  518. package/elements/oj-table/OjTableBase.js.map +1 -1
  519. package/elements/oj-table/OjTableBase.ts +604 -563
  520. package/elements/oj-table/index.js +2 -2
  521. package/elements/oj-table/index.js.map +1 -1
  522. package/elements/oj-table/index.ts +14 -13
  523. package/elements/oj-tag-cloud/OjTagCloud.js.map +1 -1
  524. package/elements/oj-tag-cloud/OjTagCloud.ts +3 -5
  525. package/elements/oj-tag-cloud/OjTagCloudBase.js +20 -20
  526. package/elements/oj-tag-cloud/OjTagCloudBase.js.map +1 -1
  527. package/elements/oj-tag-cloud/OjTagCloudBase.ts +188 -191
  528. package/elements/oj-tag-cloud/index.js +2 -2
  529. package/elements/oj-tag-cloud/index.js.map +1 -1
  530. package/elements/oj-tag-cloud/index.ts +14 -13
  531. package/elements/oj-text-area/OjTextArea.js.map +1 -1
  532. package/elements/oj-text-area/OjTextArea.ts +3 -5
  533. package/elements/oj-text-area/OjTextAreaBase.js +29 -29
  534. package/elements/oj-text-area/OjTextAreaBase.js.map +1 -1
  535. package/elements/oj-text-area/OjTextAreaBase.ts +182 -185
  536. package/elements/oj-text-area/index.js +2 -2
  537. package/elements/oj-text-area/index.js.map +1 -1
  538. package/elements/oj-text-area/index.ts +14 -13
  539. package/elements/oj-thematic-map/OjThematicMap.js.map +1 -1
  540. package/elements/oj-thematic-map/OjThematicMap.ts +3 -5
  541. package/elements/oj-thematic-map/OjThematicMapBase.js +37 -37
  542. package/elements/oj-thematic-map/OjThematicMapBase.js.map +1 -1
  543. package/elements/oj-thematic-map/OjThematicMapBase.ts +548 -551
  544. package/elements/oj-thematic-map/index.js +2 -2
  545. package/elements/oj-thematic-map/index.js.map +1 -1
  546. package/elements/oj-thematic-map/index.ts +14 -13
  547. package/elements/oj-time-axis/OjTimeAxis.js.map +1 -1
  548. package/elements/oj-time-axis/OjTimeAxis.ts +3 -5
  549. package/elements/oj-time-axis/OjTimeAxisBase.js +6 -6
  550. package/elements/oj-time-axis/OjTimeAxisBase.js.map +1 -1
  551. package/elements/oj-time-axis/OjTimeAxisBase.ts +128 -131
  552. package/elements/oj-time-axis/index.js +2 -2
  553. package/elements/oj-time-axis/index.js.map +1 -1
  554. package/elements/oj-time-axis/index.ts +14 -13
  555. package/elements/oj-timeline/OjTimeline.js.map +1 -1
  556. package/elements/oj-timeline/OjTimeline.ts +3 -5
  557. package/elements/oj-timeline/OjTimelineBase.js +28 -22
  558. package/elements/oj-timeline/OjTimelineBase.js.map +1 -1
  559. package/elements/oj-timeline/OjTimelineBase.ts +709 -606
  560. package/elements/oj-timeline/index.js +2 -2
  561. package/elements/oj-timeline/index.js.map +1 -1
  562. package/elements/oj-timeline/index.ts +14 -13
  563. package/elements/oj-train/OjTrain.js.map +1 -1
  564. package/elements/oj-train/OjTrain.ts +3 -5
  565. package/elements/oj-train/OjTrainBase.js +4 -4
  566. package/elements/oj-train/OjTrainBase.js.map +1 -1
  567. package/elements/oj-train/OjTrainBase.ts +35 -38
  568. package/elements/oj-train/index.js +2 -2
  569. package/elements/oj-train/index.js.map +1 -1
  570. package/elements/oj-train/index.ts +14 -13
  571. package/elements/oj-tree-view/OjTreeView.js +23 -6
  572. package/elements/oj-tree-view/OjTreeView.js.map +1 -1
  573. package/elements/oj-tree-view/OjTreeView.ts +40 -11
  574. package/elements/oj-tree-view/OjTreeViewBase.js +9 -9
  575. package/elements/oj-tree-view/OjTreeViewBase.js.map +1 -1
  576. package/elements/oj-tree-view/OjTreeViewBase.ts +80 -75
  577. package/elements/oj-tree-view/index.js +2 -2
  578. package/elements/oj-tree-view/index.js.map +1 -1
  579. package/elements/oj-tree-view/index.ts +14 -13
  580. package/elements/oj-treemap/OjTreemap.js.map +1 -1
  581. package/elements/oj-treemap/OjTreemap.ts +3 -5
  582. package/elements/oj-treemap/OjTreemapBase.js +35 -35
  583. package/elements/oj-treemap/OjTreemapBase.js.map +1 -1
  584. package/elements/oj-treemap/OjTreemapBase.ts +384 -387
  585. package/elements/oj-treemap/index.js +2 -2
  586. package/elements/oj-treemap/index.js.map +1 -1
  587. package/elements/oj-treemap/index.ts +14 -13
  588. package/elements/oj-waterfall-layout/OjWaterfallLayout.js.map +1 -1
  589. package/elements/oj-waterfall-layout/OjWaterfallLayout.ts +3 -5
  590. package/elements/oj-waterfall-layout/OjWaterfallLayoutBase.js +5 -5
  591. package/elements/oj-waterfall-layout/OjWaterfallLayoutBase.js.map +1 -1
  592. package/elements/oj-waterfall-layout/OjWaterfallLayoutBase.ts +46 -49
  593. package/elements/oj-waterfall-layout/index.js +2 -2
  594. package/elements/oj-waterfall-layout/index.js.map +1 -1
  595. package/elements/oj-waterfall-layout/index.ts +14 -13
  596. package/index.ts +2 -2
  597. package/lib/driver-manager.js +6 -2
  598. package/lib/driver-manager.js.map +1 -1
  599. package/lib/driver-manager.ts +12 -8
  600. package/lib/input-utils.js.map +1 -1
  601. package/lib/input-utils.ts +3 -0
  602. package/lib/slot-proxy.js.map +1 -1
  603. package/lib/slot-proxy.ts +2 -1
  604. package/package.json +6 -5
  605. 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 OjTreemap, and is generated from
@@ -9,630 +9,627 @@ import {OjWebElement} from "../";
9
9
  */
10
10
  export class OjTreemapBase extends OjWebElement {
11
11
  /**
12
- * Gets the value of animationDuration property.
12
+ * Gets the value of <code>animationDuration</code> property.
13
13
  * Specifies the animation duration in milliseconds. For data change animations with multiple stages, the value specifies the duration of each stage.
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 animationOnDataChange property.
22
+ * Gets the value of <code>animationOnDataChange</code> property.
23
23
  * Specifies the animation that is applied on data changes.
24
- * @return The value of animationOnDataChange property.
24
+ * @return The value of <code>animationOnDataChange</code> property.
25
25
  *
26
26
  */
27
27
  public getAnimationOnDataChange(): Promise<string> {
28
- return this.getProperty<string>("animationOnDataChange");
28
+ return this.getProperty<string>('animationOnDataChange');
29
29
  }
30
30
 
31
31
  /**
32
- * Gets the value of animationOnDisplay property.
32
+ * Gets the value of <code>animationOnDisplay</code> property.
33
33
  * Specifies the animation that is shown on initial display.
34
- * @return The value of animationOnDisplay property.
34
+ * @return The value of <code>animationOnDisplay</code> property.
35
35
  *
36
36
  */
37
37
  public getAnimationOnDisplay(): Promise<string> {
38
- return this.getProperty<string>("animationOnDisplay");
38
+ return this.getProperty<string>('animationOnDisplay');
39
39
  }
40
40
 
41
41
  /**
42
- * Gets the value of animationUpdateColor property.
42
+ * Gets the value of <code>animationUpdateColor</code> property.
43
43
  * Specifies the color displayed during a data change animation when a node is updated.
44
- * @return The value of animationUpdateColor property.
44
+ * @return The value of <code>animationUpdateColor</code> property.
45
45
  *
46
46
  */
47
47
  public getAnimationUpdateColor(): Promise<string> {
48
- return this.getProperty<string>("animationUpdateColor");
48
+ return this.getProperty<string>('animationUpdateColor');
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 nodeTemplate slot.
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 colorLabel property.
62
+ * Gets the value of <code>colorLabel</code> property.
63
63
  * Specifies the label displayed in the legend describing the color metric of the treemap.
64
- * @return The value of colorLabel property.
64
+ * @return The value of <code>colorLabel</code> property.
65
65
  *
66
66
  */
67
67
  public getColorLabel(): Promise<string> {
68
- return this.getProperty<string>("colorLabel");
68
+ return this.getProperty<string>('colorLabel');
69
69
  }
70
70
 
71
71
  /**
72
- * Gets the value of data property.
72
+ * Gets the value of <code>data</code> property.
73
73
  * Specifies the DataProvider for the treemap. See the Help documentation for more information.
74
- * @return The value of data property.
74
+ * @return The value of <code>data</code> property.
75
75
  * @deprecated Since 11.0.0. Data sets from a DataProvider cannot be sent to WebDriverJS; use ViewModels or page variables instead.
76
76
  */
77
77
  public getData(): Promise<object|null> {
78
- return this.getProperty<object|null>("data");
78
+ return this.getProperty<object|null>('data');
79
79
  }
80
80
 
81
81
  /**
82
- * Gets the value of displayLevels property.
82
+ * Gets the value of <code>displayLevels</code> property.
83
83
  * The number of levels of nodes to display. By default all nodes are displayed.
84
- * @return The value of displayLevels property.
84
+ * @return The value of <code>displayLevels</code> property.
85
85
  *
86
86
  */
87
87
  public getDisplayLevels(): Promise<number> {
88
- return this.getProperty<number>("displayLevels");
88
+ return this.getProperty<number>('displayLevels');
89
89
  }
90
90
 
91
91
  /**
92
- * Gets the value of drilling property.
92
+ * Gets the value of <code>drilling</code> property.
93
93
  * Specifies whether drilling is enabled. Drillable nodes will show a pointer cursor on hover and fire ojBeforeDrill and ojDrill events on click (double click if selection is enabled). See the Help documentation for more information.
94
- * @return The value of drilling property.
94
+ * @return The value of <code>drilling</code> property.
95
95
  *
96
96
  */
97
97
  public getDrilling(): Promise<string> {
98
- return this.getProperty<string>("drilling");
98
+ return this.getProperty<string>('drilling');
99
99
  }
100
100
 
101
101
  /**
102
- * Gets the value of groupGaps property.
102
+ * Gets the value of <code>groupGaps</code> property.
103
103
  * Specifies whether gaps are displayed between groups. Gaps can be useful for drawing attention to the differences between groups.
104
- * @return The value of groupGaps property.
104
+ * @return The value of <code>groupGaps</code> property.
105
105
  *
106
106
  */
107
107
  public getGroupGaps(): Promise<string> {
108
- return this.getProperty<string>("groupGaps");
108
+ return this.getProperty<string>('groupGaps');
109
109
  }
110
110
 
111
111
  /**
112
- * Sets the value of "hiddenCategories" property.
112
+ * Sets the value of <code>hiddenCategories</code> property.
113
113
  * An array of category strings used for filtering. Nodes with any category matching an item in this array will be filtered.
114
- * @param hiddenCategories The value to set for "hiddenCategories"
114
+ * @param hiddenCategories The value to set for <code>hiddenCategories</code>
115
115
  *
116
116
  */
117
117
  public changeHiddenCategories(hiddenCategories: Array<string>): Promise<void> {
118
- return this.setProperty<Array<string>>("hiddenCategories", hiddenCategories);
118
+ return this.setProperty<Array<string>>('hiddenCategories', hiddenCategories);
119
119
  }
120
120
 
121
121
  /**
122
- * Gets the value of hiddenCategories property.
122
+ * Gets the value of <code>hiddenCategories</code> property.
123
123
  * An array of category strings used for filtering. Nodes with any category matching an item in this array will be filtered.
124
- * @return The value of hiddenCategories property.
124
+ * @return The value of <code>hiddenCategories</code> property.
125
125
  *
126
126
  */
127
127
  public getHiddenCategories(): Promise<Array<string>> {
128
- return this.getProperty<Array<string>>("hiddenCategories");
128
+ return this.getProperty<Array<string>>('hiddenCategories');
129
129
  }
130
130
 
131
131
  /**
132
- * Gets the value of highlightMatch property.
132
+ * Gets the value of <code>highlightMatch</code> property.
133
133
  * The matching condition for the highlightedCategories property. See the Help documentation for more information.
134
- * @return The value of highlightMatch property.
134
+ * @return The value of <code>highlightMatch</code> property.
135
135
  *
136
136
  */
137
137
  public getHighlightMatch(): Promise<string> {
138
- return this.getProperty<string>("highlightMatch");
138
+ return this.getProperty<string>('highlightMatch');
139
139
  }
140
140
 
141
141
  /**
142
- * Gets the value of highlightMode property.
142
+ * Gets the value of <code>highlightMode</code> property.
143
143
  * Specifies whether the highlight-mode should be by category or descendants.
144
- * @return The value of highlightMode property.
144
+ * @return The value of <code>highlightMode</code> property.
145
145
  *
146
146
  */
147
147
  public getHighlightMode(): Promise<string> {
148
- return this.getProperty<string>("highlightMode");
148
+ return this.getProperty<string>('highlightMode');
149
149
  }
150
150
 
151
151
  /**
152
- * Sets the value of "highlightedCategories" property.
152
+ * Sets the value of <code>highlightedCategories</code> property.
153
153
  * An array of category strings used for highlighting. Nodes matching categories in this array will be highlighted.
154
- * @param highlightedCategories The value to set for "highlightedCategories"
154
+ * @param highlightedCategories The value to set for <code>highlightedCategories</code>
155
155
  *
156
156
  */
157
157
  public changeHighlightedCategories(highlightedCategories: Array<string>): Promise<void> {
158
- return this.setProperty<Array<string>>("highlightedCategories", highlightedCategories);
158
+ return this.setProperty<Array<string>>('highlightedCategories', highlightedCategories);
159
159
  }
160
160
 
161
161
  /**
162
- * Gets the value of highlightedCategories property.
162
+ * Gets the value of <code>highlightedCategories</code> property.
163
163
  * An array of category strings used for highlighting. Nodes matching categories in this array will be highlighted.
164
- * @return The value of highlightedCategories property.
164
+ * @return The value of <code>highlightedCategories</code> property.
165
165
  *
166
166
  */
167
167
  public getHighlightedCategories(): Promise<Array<string>> {
168
- return this.getProperty<Array<string>>("highlightedCategories");
168
+ return this.getProperty<Array<string>>('highlightedCategories');
169
169
  }
170
170
 
171
171
  /**
172
- * Gets the value of hoverBehavior property.
172
+ * Gets the value of <code>hoverBehavior</code> property.
173
173
  * Defines the behavior applied when hovering over the nodes.
174
- * @return The value of hoverBehavior property.
174
+ * @return The value of <code>hoverBehavior</code> property.
175
175
  *
176
176
  */
177
177
  public getHoverBehavior(): Promise<string> {
178
- return this.getProperty<string>("hoverBehavior");
178
+ return this.getProperty<string>('hoverBehavior');
179
179
  }
180
180
 
181
181
  /**
182
- * Gets the value of hoverBehaviorDelay property.
182
+ * Gets the value of <code>hoverBehaviorDelay</code> property.
183
183
  * Specifies initial hover delay in milliseconds for highlighting nodes.
184
- * @return The value of hoverBehaviorDelay property.
184
+ * @return The value of <code>hoverBehaviorDelay</code> property.
185
185
  *
186
186
  */
187
187
  public getHoverBehaviorDelay(): Promise<number> {
188
- return this.getProperty<number>("hoverBehaviorDelay");
188
+ return this.getProperty<number>('hoverBehaviorDelay');
189
189
  }
190
190
 
191
191
  /**
192
- * Sets the value of "isolatedNode" property.
192
+ * Sets the value of <code>isolatedNode</code> property.
193
193
  * The id of the initially isolated node.
194
- * @param isolatedNode The value to set for "isolatedNode"
194
+ * @param isolatedNode The value to set for <code>isolatedNode</code>
195
195
  *
196
196
  */
197
197
  public changeIsolatedNode(isolatedNode: any): Promise<void> {
198
- return this.setProperty<any>("isolatedNode", isolatedNode);
198
+ return this.setProperty<any>('isolatedNode', isolatedNode);
199
199
  }
200
200
 
201
201
  /**
202
- * Gets the value of isolatedNode property.
202
+ * Gets the value of <code>isolatedNode</code> property.
203
203
  * The id of the initially isolated node.
204
- * @return The value of isolatedNode property.
204
+ * @return The value of <code>isolatedNode</code> property.
205
205
  *
206
206
  */
207
207
  public getIsolatedNode(): Promise<any> {
208
- return this.getProperty<any>("isolatedNode");
208
+ return this.getProperty<any>('isolatedNode');
209
209
  }
210
210
 
211
211
  /**
212
- * Gets the value of layout property.
212
+ * Gets the value of <code>layout</code> property.
213
213
  * Specifies the layout of the treemap. See the Help documentation for more information.
214
- * @return The value of layout property.
214
+ * @return The value of <code>layout</code> property.
215
215
  *
216
216
  */
217
217
  public getLayout(): Promise<string> {
218
- return this.getProperty<string>("layout");
218
+ return this.getProperty<string>('layout');
219
219
  }
220
220
 
221
221
  /**
222
- * Gets the value of nodeContent property.
222
+ * Gets the value of <code>nodeContent</code> property.
223
223
  * An object defining custom node content for the treemap. Only leaf nodes with no child nodes will have the custom content rendered.
224
- * @return The value of nodeContent property.
224
+ * @return The value of <code>nodeContent</code> property.
225
225
  *
226
226
  */
227
- public getNodeContent(): Promise<OjTreemapBase.NodeContent> {
228
- return this.getProperty<OjTreemapBase.NodeContent>("nodeContent");
227
+ public getNodeContent(): Promise<NodeContent> {
228
+ return this.getProperty<NodeContent>('nodeContent');
229
229
  }
230
230
 
231
231
  /**
232
- * Gets the value of nodeDefaults property.
232
+ * Gets the value of <code>nodeDefaults</code> property.
233
233
  * An object defining default properties for the nodes. See the Help documentation for more information.
234
- * @return The value of nodeDefaults property.
234
+ * @return The value of <code>nodeDefaults</code> property.
235
235
  *
236
236
  */
237
- public getNodeDefaults(): Promise<OjTreemapBase.NodeDefaults> {
238
- return this.getProperty<OjTreemapBase.NodeDefaults>("nodeDefaults");
237
+ public getNodeDefaults(): Promise<NodeDefaults> {
238
+ return this.getProperty<NodeDefaults>('nodeDefaults');
239
239
  }
240
240
 
241
241
  /**
242
- * Gets the value of nodeSeparators property.
242
+ * Gets the value of <code>nodeSeparators</code> property.
243
243
  * Specifies the visual effect for separating the nodes from each other. This allows for adjacent nodes of the same color to be distinguished.
244
- * @return The value of nodeSeparators property.
244
+ * @return The value of <code>nodeSeparators</code> property.
245
245
  *
246
246
  */
247
247
  public getNodeSeparators(): Promise<string> {
248
- return this.getProperty<string>("nodeSeparators");
248
+ return this.getProperty<string>('nodeSeparators');
249
249
  }
250
250
 
251
251
  /**
252
- * Gets the value of nodes property.
252
+ * Gets the value of <code>nodes</code> property.
253
253
  * An array of objects defining the data for the nodes. Also accepts a Promise for deferred data rendering.
254
- * @return The value of nodes property.
254
+ * @return The value of <code>nodes</code> property.
255
255
  *
256
256
  */
257
- public getNodes(): Promise<Array<OjTreemapBase.Nodes>|null|null> {
258
- return this.getProperty<Array<OjTreemapBase.Nodes>|null|null>("nodes");
257
+ public getNodes(): Promise<Array<Nodes>|null|null> {
258
+ return this.getProperty<Array<Nodes>|null|null>('nodes');
259
259
  }
260
260
 
261
261
  /**
262
- * Gets the value of rootNode property.
262
+ * Gets the value of <code>rootNode</code> property.
263
263
  * The id of the root node. When specified, only the root node and children of the root will be displayed.
264
- * @return The value of rootNode property.
264
+ * @return The value of <code>rootNode</code> property.
265
265
  *
266
266
  */
267
267
  public getRootNode(): Promise<any> {
268
- return this.getProperty<any>("rootNode");
268
+ return this.getProperty<any>('rootNode');
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 containing the ids of the initially selected nodes.
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 containing the ids of the initially selected nodes.
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 behavior on the treemap. See the Help documentation for more information.
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 sizeLabel property.
302
+ * Gets the value of <code>sizeLabel</code> property.
303
303
  * Specifies the label used in the legend describing the size metric of the treemap.
304
- * @return The value of sizeLabel property.
304
+ * @return The value of <code>sizeLabel</code> property.
305
305
  *
306
306
  */
307
307
  public getSizeLabel(): Promise<string> {
308
- return this.getProperty<string>("sizeLabel");
308
+ return this.getProperty<string>('sizeLabel');
309
309
  }
310
310
 
311
311
  /**
312
- * Gets the value of sorting property.
312
+ * Gets the value of <code>sorting</code> property.
313
313
  * Specifies whether the nodes are sorted by size. Nodes with the same parent are sorted in order of descending size.
314
- * @return The value of sorting property.
314
+ * @return The value of <code>sorting</code> property.
315
315
  *
316
316
  */
317
317
  public getSorting(): Promise<string> {
318
- return this.getProperty<string>("sorting");
318
+ return this.getProperty<string>('sorting');
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<OjTreemapBase.Tooltip> {
328
- return this.getProperty<OjTreemapBase.Tooltip>("tooltip");
327
+ public getTooltip(): Promise<Tooltip> {
328
+ return this.getProperty<Tooltip>('tooltip');
329
329
  }
330
330
 
331
331
  /**
332
- * Gets the value of touchResponse property.
332
+ * Gets the value of <code>touchResponse</code> property.
333
333
  * Specifies configuration options for touch and hold delays on mobile devices. See the Help documentation for more information.
334
- * @return The value of touchResponse property.
334
+ * @return The value of <code>touchResponse</code> property.
335
335
  *
336
336
  */
337
337
  public getTouchResponse(): Promise<string> {
338
- return this.getProperty<string>("touchResponse");
338
+ return this.getProperty<string>('touchResponse');
339
339
  }
340
340
 
341
341
  /**
342
- * Gets the value of trackResize property.
342
+ * Gets the value of <code>trackResize</code> property.
343
343
  * Defines whether the element will automatically render in response to changes in size. See the Help documentation for more information.
344
- * @return The value of trackResize property.
344
+ * @return The value of <code>trackResize</code> property.
345
345
  *
346
346
  */
347
347
  public getTrackResize(): Promise<string> {
348
- return this.getProperty<string>("trackResize");
348
+ return this.getProperty<string>('trackResize');
349
349
  }
350
350
 
351
351
  /**
352
- * Gets the value of translations property.
352
+ * Gets the value of <code>translations</code> property.
353
353
  * A collection of translated resources from the translation bundle, or null if this component has no resources.
354
- * @return The value of translations property.
354
+ * @return The value of <code>translations</code> property.
355
355
  *
356
356
  */
357
- public getTranslations(): Promise<OjTreemapBase.Translations|null> {
358
- return this.getProperty<OjTreemapBase.Translations|null>("translations");
357
+ public getTranslations(): Promise<Translations|null> {
358
+ return this.getProperty<Translations|null>('translations');
359
359
  }
360
360
 
361
361
  }
362
-
363
- namespace OjTreemapBase {
364
- export interface NodeContent {
365
- }
366
- export interface NodeDefaults {
367
- /**
368
- * The label display behavior for group nodes.
369
- */
370
- "groupLabelDisplay": string;
371
- /**
372
- * An object defining default properties for the node header. See the Help documentation for more information.
373
- */
374
- "header": OjTreemapBase.NodeDefaultsHeader;
375
- /**
376
- * The color of the node hover feedback.
377
- */
378
- "hoverColor": string;
379
- /**
380
- * The label display behavior for leaf nodes.
381
- */
382
- "labelDisplay": string;
383
- /**
384
- * The horizontal alignment for labels displayed within the node.
385
- */
386
- "labelHalign": string;
387
- /**
388
- * The minimum number of visible characters needed to render a truncated label. See the Help documentation for more information.
389
- */
390
- "labelMinLength": number;
391
- /**
392
- * The CSS style object defining the style of the label. See the Help documentation for more information.
393
- */
394
- "labelStyle": object;
395
- /**
396
- * The vertical alignment for labels displayed within the node.
397
- */
398
- "labelValign": string;
399
- /**
400
- * The inner color of the node selection feedback.
401
- */
402
- "selectedInnerColor": string;
403
- /**
404
- * The outer color of the node selection feedback.
405
- */
406
- "selectedOuterColor": string;
407
- }
408
- export interface NodeDefaultsHeader {
409
- /**
410
- * The background color of the node headers.
411
- */
412
- "backgroundColor": string;
413
- /**
414
- * The border color of the node headers.
415
- */
416
- "borderColor": string;
417
- /**
418
- * The background color of the node hover feedback.
419
- */
420
- "hoverBackgroundColor": string;
421
- /**
422
- * The inner color of the node hover feedback.
423
- */
424
- "hoverInnerColor": string;
425
- /**
426
- * The outer color of the node hover feedback.
427
- */
428
- "hoverOuterColor": string;
429
- /**
430
- * Specifies whether isolate behavior is enabled on the node.
431
- */
432
- "isolate": string;
433
- /**
434
- * The horizontal alignment of the header title.
435
- */
436
- "labelHalign": string;
437
- /**
438
- * The CSS style string defining the style of the header title.
439
- */
440
- "labelStyle": object;
441
- /**
442
- * The background color of the node selection feedback.
443
- */
444
- "selectedBackgroundColor": string;
445
- /**
446
- * The inner color of the node selection feedback.
447
- */
448
- "selectedInnerColor": string;
449
- /**
450
- * The outer color of the node selection feedback.
451
- */
452
- "selectedOuterColor": string;
453
- /**
454
- * Specifies whether the node color should be displayed in the header.
455
- */
456
- "useNodeColor": string;
457
- }
458
- export interface Nodes {
459
- /**
460
- * An optional array of category strings corresponding to this data item. This enables highlighting and filtering of individual data items through interactions with the legend and other visualization elements. The categories array of each node is required to be a superset of the categories array of its parent node. If not specified, the ids of the node and its ancestors will be used.
461
- */
462
- "categories": Array<string>;
463
- /**
464
- * The fill color of the node.
465
- */
466
- "color": string;
467
- /**
468
- * Specifies whether drilling is enabled for the node. Drillable nodes will show a pointer cursor on hover and fire an ojDrill event on click (double click if selection is enabled). To enable drilling for all nodes at once, use the drilling attribute in the top level.
469
- */
470
- "drilling": string;
471
- /**
472
- * The label display behavior for group nodes.
473
- */
474
- "groupLabelDisplay": string;
475
- /**
476
- * An object defining the properties for the node header.
477
- */
478
- "header": OjTreemapBase.NodesHeader;
479
- /**
480
- * The id of the node. For the DataProvider case, the key for the node will be used as the id.
481
- */
482
- "id": any;
483
- /**
484
- * The label for this node.
485
- */
486
- "label": string;
487
- /**
488
- * The label display behavior for leaf nodes.
489
- */
490
- "labelDisplay": string;
491
- /**
492
- * The horizontal alignment for labels displayed within the node.
493
- */
494
- "labelHalign": string;
495
- /**
496
- * The CSS style object defining the style of the label. The following style properties are supported: color, cursor, fontFamily, fontSize, fontStyle, fontWeight, textDecoration.
497
- */
498
- "labelStyle": object;
499
- /**
500
- * The vertical alignment for labels displayed within the node.
501
- */
502
- "labelValign": string;
503
- /**
504
- * An array of objects with properties for the child nodes.
505
- */
506
- "nodes": Array<object>;
507
- /**
508
- * The pattern used to fill the node.
509
- */
510
- "pattern": string;
511
- /**
512
- * Specifies whether or not the node will be selectable.
513
- */
514
- "selectable": string;
515
- /**
516
- * 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.
517
- */
518
- "shortDesc": string|null;
519
- /**
520
- * The CSS style class to apply to the node. The style class and inline style will override any other styling specified through the properties. For tooltip interactivity, it's recommended to also pass a representative color to the node color attribute.
521
- */
522
- "svgClassName": string;
523
- /**
524
- * The inline style to apply to the node. The style class and inline style will override any other styling specified through the properties. For tooltip interactivity, it's recommended to also pass a representative color to the node color attribute. Only SVG CSS style properties are supported.
525
- */
526
- "svgStyle": object;
527
- /**
528
- * The value of the node, which determines the relative size of the node.
529
- */
530
- "value": number;
531
- }
532
- export interface NodesHeader {
533
- /**
534
- * Specifies whether isolate behavior is enabled on the node.
535
- */
536
- "isolate": string;
537
- /**
538
- * The horizontal alignment of the header title.
539
- */
540
- "labelHalign": string;
541
- /**
542
- * The CSS style object defining the style of the header title. The following style properties are supported: color, cursor, fontFamily, fontSize, fontStyle, fontWeight, textDecoration.
543
- */
544
- "labelStyle": object;
545
- /**
546
- * Specifies whether the node color should be displayed in the header.
547
- */
548
- "useNodeColor": string;
549
- }
550
- export interface Tooltip {
551
- }
552
- export interface Translations {
553
- /**
554
- * Used to describe the data visualization type for accessibility.
555
- */
556
- "componentName": string;
557
- /**
558
- * Used to display a label and its value.
559
- */
560
- "labelAndValue": string;
561
- /**
562
- * Text shown for clearing multiple selection on touch devices.
563
- */
564
- "labelClearSelection": string;
565
- /**
566
- * Used for the color label.
567
- */
568
- "labelColor": string;
569
- /**
570
- * Used to display a count out of a total.
571
- */
572
- "labelCountWithTotal": string;
573
- /**
574
- * Label for data visualizations used for accessibility.
575
- */
576
- "labelDataVisualization": string;
577
- /**
578
- * Text shown when the component receives invalid data.
579
- */
580
- "labelInvalidData": string;
581
- /**
582
- * Text shown when the component receives no data.
583
- */
584
- "labelNoData": string;
585
- /**
586
- * Used for the size label.
587
- */
588
- "labelSize": string;
589
- /**
590
- * Used to describe the collapsed state for accessibility.
591
- */
592
- "stateCollapsed": string;
593
- /**
594
- * Used to describe a drillable object for accessibility.
595
- */
596
- "stateDrillable": string;
597
- /**
598
- * Used to describe the expanded state for accessibility.
599
- */
600
- "stateExpanded": string;
601
- /**
602
- * Used to describe the hidden state for accessibility.
603
- */
604
- "stateHidden": string;
605
- /**
606
- * Used to describe the isolated state for accessibility.
607
- */
608
- "stateIsolated": string;
609
- /**
610
- * Used to describe the maximized state for accessibility.
611
- */
612
- "stateMaximized": string;
613
- /**
614
- * Used to describe the minimized state for accessibility.
615
- */
616
- "stateMinimized": string;
617
- /**
618
- * Used to describe the selected state for accessibility.
619
- */
620
- "stateSelected": string;
621
- /**
622
- * Used to describe the unselected state for accessibility.
623
- */
624
- "stateUnselected": string;
625
- /**
626
- * Used to describe the visible state for accessibility.
627
- */
628
- "stateVisible": string;
629
- /**
630
- * Used for the isolate tooltip.
631
- */
632
- "tooltipIsolate": string;
633
- /**
634
- * Used for the restore tooltip.
635
- */
636
- "tooltipRestore": string;
637
- }
362
+ export interface NodeContent {
363
+ }
364
+ export interface NodeDefaults {
365
+ /**
366
+ * The label display behavior for group nodes.
367
+ */
368
+ "groupLabelDisplay": string;
369
+ /**
370
+ * An object defining default properties for the node header. See the Help documentation for more information.
371
+ */
372
+ "header": NodeDefaultsHeader;
373
+ /**
374
+ * The color of the node hover feedback.
375
+ */
376
+ "hoverColor": string;
377
+ /**
378
+ * The label display behavior for leaf nodes.
379
+ */
380
+ "labelDisplay": string;
381
+ /**
382
+ * The horizontal alignment for labels displayed within the node.
383
+ */
384
+ "labelHalign": string;
385
+ /**
386
+ * The minimum number of visible characters needed to render a truncated label. See the Help documentation for more information.
387
+ */
388
+ "labelMinLength": number;
389
+ /**
390
+ * The CSS style object defining the style of the label. See the Help documentation for more information.
391
+ */
392
+ "labelStyle": object;
393
+ /**
394
+ * The vertical alignment for labels displayed within the node.
395
+ */
396
+ "labelValign": string;
397
+ /**
398
+ * The inner color of the node selection feedback.
399
+ */
400
+ "selectedInnerColor": string;
401
+ /**
402
+ * The outer color of the node selection feedback.
403
+ */
404
+ "selectedOuterColor": string;
405
+ }
406
+ export interface NodeDefaultsHeader {
407
+ /**
408
+ * The background color of the node headers.
409
+ */
410
+ "backgroundColor": string;
411
+ /**
412
+ * The border color of the node headers.
413
+ */
414
+ "borderColor": string;
415
+ /**
416
+ * The background color of the node hover feedback.
417
+ */
418
+ "hoverBackgroundColor": string;
419
+ /**
420
+ * The inner color of the node hover feedback.
421
+ */
422
+ "hoverInnerColor": string;
423
+ /**
424
+ * The outer color of the node hover feedback.
425
+ */
426
+ "hoverOuterColor": string;
427
+ /**
428
+ * Specifies whether isolate behavior is enabled on the node.
429
+ */
430
+ "isolate": string;
431
+ /**
432
+ * The horizontal alignment of the header title.
433
+ */
434
+ "labelHalign": string;
435
+ /**
436
+ * The CSS style string defining the style of the header title.
437
+ */
438
+ "labelStyle": object;
439
+ /**
440
+ * The background color of the node selection feedback.
441
+ */
442
+ "selectedBackgroundColor": string;
443
+ /**
444
+ * The inner color of the node selection feedback.
445
+ */
446
+ "selectedInnerColor": string;
447
+ /**
448
+ * The outer color of the node selection feedback.
449
+ */
450
+ "selectedOuterColor": string;
451
+ /**
452
+ * Specifies whether the node color should be displayed in the header.
453
+ */
454
+ "useNodeColor": string;
455
+ }
456
+ export interface Nodes {
457
+ /**
458
+ * An optional array of category strings corresponding to this data item. This enables highlighting and filtering of individual data items through interactions with the legend and other visualization elements. The categories array of each node is required to be a superset of the categories array of its parent node. If not specified, the ids of the node and its ancestors will be used.
459
+ */
460
+ "categories": Array<string>;
461
+ /**
462
+ * The fill color of the node.
463
+ */
464
+ "color": string;
465
+ /**
466
+ * Specifies whether drilling is enabled for the node. Drillable nodes will show a pointer cursor on hover and fire an ojDrill event on click (double click if selection is enabled). To enable drilling for all nodes at once, use the drilling attribute in the top level.
467
+ */
468
+ "drilling": string;
469
+ /**
470
+ * The label display behavior for group nodes.
471
+ */
472
+ "groupLabelDisplay": string;
473
+ /**
474
+ * An object defining the properties for the node header.
475
+ */
476
+ "header": NodesHeader;
477
+ /**
478
+ * The id of the node. For the DataProvider case, the key for the node will be used as the id.
479
+ */
480
+ "id": any;
481
+ /**
482
+ * The label for this node.
483
+ */
484
+ "label": string;
485
+ /**
486
+ * The label display behavior for leaf nodes.
487
+ */
488
+ "labelDisplay": string;
489
+ /**
490
+ * The horizontal alignment for labels displayed within the node.
491
+ */
492
+ "labelHalign": string;
493
+ /**
494
+ * The CSS style object defining the style of the label. The following style properties are supported: color, cursor, fontFamily, fontSize, fontStyle, fontWeight, textDecoration.
495
+ */
496
+ "labelStyle": object;
497
+ /**
498
+ * The vertical alignment for labels displayed within the node.
499
+ */
500
+ "labelValign": string;
501
+ /**
502
+ * An array of objects with properties for the child nodes.
503
+ */
504
+ "nodes": Array<object>;
505
+ /**
506
+ * The pattern used to fill the node.
507
+ */
508
+ "pattern": string;
509
+ /**
510
+ * Specifies whether or not the node will be selectable.
511
+ */
512
+ "selectable": string;
513
+ /**
514
+ * 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.
515
+ */
516
+ "shortDesc": string|null;
517
+ /**
518
+ * The CSS style class to apply to the node. The style class and inline style will override any other styling specified through the properties. For tooltip interactivity, it's recommended to also pass a representative color to the node color attribute.
519
+ */
520
+ "svgClassName": string;
521
+ /**
522
+ * The inline style to apply to the node. The style class and inline style will override any other styling specified through the properties. For tooltip interactivity, it's recommended to also pass a representative color to the node color attribute. Only SVG CSS style properties are supported.
523
+ */
524
+ "svgStyle": object;
525
+ /**
526
+ * The value of the node, which determines the relative size of the node.
527
+ */
528
+ "value": number;
529
+ }
530
+ export interface NodesHeader {
531
+ /**
532
+ * Specifies whether isolate behavior is enabled on the node.
533
+ */
534
+ "isolate": string;
535
+ /**
536
+ * The horizontal alignment of the header title.
537
+ */
538
+ "labelHalign": string;
539
+ /**
540
+ * The CSS style object defining the style of the header title. The following style properties are supported: color, cursor, fontFamily, fontSize, fontStyle, fontWeight, textDecoration.
541
+ */
542
+ "labelStyle": object;
543
+ /**
544
+ * Specifies whether the node color should be displayed in the header.
545
+ */
546
+ "useNodeColor": string;
547
+ }
548
+ export interface Tooltip {
549
+ }
550
+ export interface Translations {
551
+ /**
552
+ * Used to describe the data visualization type for accessibility.
553
+ */
554
+ "componentName": string;
555
+ /**
556
+ * Used to display a label and its value.
557
+ */
558
+ "labelAndValue": string;
559
+ /**
560
+ * Text shown for clearing multiple selection on touch devices.
561
+ */
562
+ "labelClearSelection": string;
563
+ /**
564
+ * Used for the color label.
565
+ */
566
+ "labelColor": string;
567
+ /**
568
+ * Used to display a count out of a total.
569
+ */
570
+ "labelCountWithTotal": string;
571
+ /**
572
+ * Label for data visualizations used for accessibility.
573
+ */
574
+ "labelDataVisualization": string;
575
+ /**
576
+ * Text shown when the component receives invalid data.
577
+ */
578
+ "labelInvalidData": string;
579
+ /**
580
+ * Text shown when the component receives no data.
581
+ */
582
+ "labelNoData": string;
583
+ /**
584
+ * Used for the size label.
585
+ */
586
+ "labelSize": string;
587
+ /**
588
+ * Used to describe the collapsed state for accessibility.
589
+ */
590
+ "stateCollapsed": string;
591
+ /**
592
+ * Used to describe a drillable object for accessibility.
593
+ */
594
+ "stateDrillable": string;
595
+ /**
596
+ * Used to describe the expanded state for accessibility.
597
+ */
598
+ "stateExpanded": string;
599
+ /**
600
+ * Used to describe the hidden state for accessibility.
601
+ */
602
+ "stateHidden": string;
603
+ /**
604
+ * Used to describe the isolated state for accessibility.
605
+ */
606
+ "stateIsolated": string;
607
+ /**
608
+ * Used to describe the maximized state for accessibility.
609
+ */
610
+ "stateMaximized": string;
611
+ /**
612
+ * Used to describe the minimized state for accessibility.
613
+ */
614
+ "stateMinimized": string;
615
+ /**
616
+ * Used to describe the selected state for accessibility.
617
+ */
618
+ "stateSelected": string;
619
+ /**
620
+ * Used to describe the unselected state for accessibility.
621
+ */
622
+ "stateUnselected": string;
623
+ /**
624
+ * Used to describe the visible state for accessibility.
625
+ */
626
+ "stateVisible": string;
627
+ /**
628
+ * Used for the isolate tooltip.
629
+ */
630
+ "tooltipIsolate": string;
631
+ /**
632
+ * Used for the restore tooltip.
633
+ */
634
+ "tooltipRestore": string;
638
635
  }