@oracle/oraclejet-webdriver 11.0.9 → 12.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (607) 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 +1 -1
  118. package/elements/oj-data-grid/OjDataGrid.js.map +1 -1
  119. package/elements/oj-data-grid/OjDataGrid.ts +4 -6
  120. package/elements/oj-data-grid/OjDataGridBase.js +22 -19
  121. package/elements/oj-data-grid/OjDataGridBase.js.map +1 -1
  122. package/elements/oj-data-grid/OjDataGridBase.ts +683 -590
  123. package/elements/oj-data-grid/index.js +2 -2
  124. package/elements/oj-data-grid/index.js.map +1 -1
  125. package/elements/oj-data-grid/index.ts +14 -13
  126. package/elements/oj-date-picker/OjDatePicker.js.map +1 -1
  127. package/elements/oj-date-picker/OjDatePicker.ts +3 -5
  128. package/elements/oj-date-picker/OjDatePickerBase.js +32 -32
  129. package/elements/oj-date-picker/OjDatePickerBase.js.map +1 -1
  130. package/elements/oj-date-picker/OjDatePickerBase.ts +338 -341
  131. package/elements/oj-date-picker/index.js +2 -2
  132. package/elements/oj-date-picker/index.js.map +1 -1
  133. package/elements/oj-date-picker/index.ts +14 -13
  134. package/elements/oj-date-time-picker/OjDateTimePicker.js.map +1 -1
  135. package/elements/oj-date-time-picker/OjDateTimePicker.ts +3 -5
  136. package/elements/oj-date-time-picker/OjDateTimePickerBase.js +33 -33
  137. package/elements/oj-date-time-picker/OjDateTimePickerBase.js.map +1 -1
  138. package/elements/oj-date-time-picker/OjDateTimePickerBase.ts +366 -365
  139. package/elements/oj-date-time-picker/index.js +2 -2
  140. package/elements/oj-date-time-picker/index.js.map +1 -1
  141. package/elements/oj-date-time-picker/index.ts +14 -13
  142. package/elements/oj-diagram/OjDiagram.js.map +1 -1
  143. package/elements/oj-diagram/OjDiagram.ts +3 -5
  144. package/elements/oj-diagram/OjDiagramBase.js +40 -40
  145. package/elements/oj-diagram/OjDiagramBase.js.map +1 -1
  146. package/elements/oj-diagram/OjDiagramBase.ts +505 -508
  147. package/elements/oj-diagram/index.js +2 -2
  148. package/elements/oj-diagram/index.js.map +1 -1
  149. package/elements/oj-diagram/index.ts +14 -13
  150. package/elements/oj-dialog/OjDialog.js.map +1 -1
  151. package/elements/oj-dialog/OjDialog.ts +3 -5
  152. package/elements/oj-dialog/OjDialogBase.js +8 -8
  153. package/elements/oj-dialog/OjDialogBase.js.map +1 -1
  154. package/elements/oj-dialog/OjDialogBase.ts +84 -87
  155. package/elements/oj-dialog/index.js +2 -2
  156. package/elements/oj-dialog/index.js.map +1 -1
  157. package/elements/oj-dialog/index.ts +14 -13
  158. package/elements/oj-drawer-layout/OjDrawerLayout.js +8 -0
  159. package/elements/oj-drawer-layout/OjDrawerLayout.js.map +1 -0
  160. package/elements/oj-drawer-layout/OjDrawerLayout.ts +10 -0
  161. package/elements/oj-drawer-layout/OjDrawerLayoutBase.js +26 -0
  162. package/elements/oj-drawer-layout/OjDrawerLayoutBase.js.map +1 -0
  163. package/elements/oj-drawer-layout/OjDrawerLayoutBase.ts +72 -0
  164. package/elements/oj-drawer-layout/index.js +17 -0
  165. package/elements/oj-drawer-layout/index.js.map +1 -0
  166. package/elements/oj-drawer-layout/index.ts +28 -0
  167. package/elements/oj-drawer-popup/OjDrawerPopup.js +11 -0
  168. package/elements/oj-drawer-popup/OjDrawerPopup.js.map +1 -0
  169. package/elements/oj-drawer-popup/OjDrawerPopup.ts +17 -0
  170. package/elements/oj-drawer-popup/OjDrawerPopupBase.js +23 -0
  171. package/elements/oj-drawer-popup/OjDrawerPopupBase.js.map +1 -0
  172. package/elements/oj-drawer-popup/OjDrawerPopupBase.ts +62 -0
  173. package/elements/oj-drawer-popup/index.js +17 -0
  174. package/elements/oj-drawer-popup/index.js.map +1 -0
  175. package/elements/oj-drawer-popup/index.ts +28 -0
  176. package/elements/oj-file-picker/OjFilePicker.js.map +1 -1
  177. package/elements/oj-file-picker/OjFilePicker.ts +3 -5
  178. package/elements/oj-file-picker/OjFilePickerBase.js +7 -7
  179. package/elements/oj-file-picker/OjFilePickerBase.js.map +1 -1
  180. package/elements/oj-file-picker/OjFilePickerBase.ts +22 -22
  181. package/elements/oj-file-picker/index.js +2 -2
  182. package/elements/oj-file-picker/index.js.map +1 -1
  183. package/elements/oj-file-picker/index.ts +14 -13
  184. package/elements/oj-film-strip/OjFilmStrip.js.map +1 -1
  185. package/elements/oj-film-strip/OjFilmStrip.ts +3 -5
  186. package/elements/oj-film-strip/OjFilmStripBase.js +8 -8
  187. package/elements/oj-film-strip/OjFilmStripBase.js.map +1 -1
  188. package/elements/oj-film-strip/OjFilmStripBase.ts +59 -62
  189. package/elements/oj-film-strip/index.js +2 -2
  190. package/elements/oj-film-strip/index.js.map +1 -1
  191. package/elements/oj-film-strip/index.ts +14 -13
  192. package/elements/oj-gantt/OjGantt.js.map +1 -1
  193. package/elements/oj-gantt/OjGantt.ts +3 -5
  194. package/elements/oj-gantt/OjGanttBase.js +48 -30
  195. package/elements/oj-gantt/OjGanttBase.js.map +1 -1
  196. package/elements/oj-gantt/OjGanttBase.ts +1033 -816
  197. package/elements/oj-gantt/index.js +2 -2
  198. package/elements/oj-gantt/index.js.map +1 -1
  199. package/elements/oj-gantt/index.ts +14 -13
  200. package/elements/oj-indexer/OjIndexer.js.map +1 -1
  201. package/elements/oj-indexer/OjIndexer.ts +3 -5
  202. package/elements/oj-indexer/OjIndexerBase.js +2 -2
  203. package/elements/oj-indexer/OjIndexerBase.js.map +1 -1
  204. package/elements/oj-indexer/OjIndexerBase.ts +37 -40
  205. package/elements/oj-indexer/index.js +2 -2
  206. package/elements/oj-indexer/index.js.map +1 -1
  207. package/elements/oj-indexer/index.ts +14 -13
  208. package/elements/oj-input-date/OjInputDate.js.map +1 -1
  209. package/elements/oj-input-date/OjInputDate.ts +3 -5
  210. package/elements/oj-input-date/OjInputDateBase.js +33 -33
  211. package/elements/oj-input-date/OjInputDateBase.js.map +1 -1
  212. package/elements/oj-input-date/OjInputDateBase.ts +341 -344
  213. package/elements/oj-input-date/index.js +2 -2
  214. package/elements/oj-input-date/index.js.map +1 -1
  215. package/elements/oj-input-date/index.ts +14 -13
  216. package/elements/oj-input-date-time/OjInputDateTime.js.map +1 -1
  217. package/elements/oj-input-date-time/OjInputDateTime.ts +3 -5
  218. package/elements/oj-input-date-time/OjInputDateTimeBase.js +34 -34
  219. package/elements/oj-input-date-time/OjInputDateTimeBase.js.map +1 -1
  220. package/elements/oj-input-date-time/OjInputDateTimeBase.ts +369 -368
  221. package/elements/oj-input-date-time/index.js +2 -2
  222. package/elements/oj-input-date-time/index.js.map +1 -1
  223. package/elements/oj-input-date-time/index.ts +14 -13
  224. package/elements/oj-input-number/OjInputNumber.js.map +1 -1
  225. package/elements/oj-input-number/OjInputNumber.ts +3 -5
  226. package/elements/oj-input-number/OjInputNumberBase.js +30 -30
  227. package/elements/oj-input-number/OjInputNumberBase.js.map +1 -1
  228. package/elements/oj-input-number/OjInputNumberBase.ts +216 -219
  229. package/elements/oj-input-number/index.js +2 -2
  230. package/elements/oj-input-number/index.js.map +1 -1
  231. package/elements/oj-input-number/index.ts +14 -13
  232. package/elements/oj-input-password/OjInputPassword.js.map +1 -1
  233. package/elements/oj-input-password/OjInputPassword.ts +3 -5
  234. package/elements/oj-input-password/OjInputPasswordBase.js +25 -25
  235. package/elements/oj-input-password/OjInputPasswordBase.js.map +1 -1
  236. package/elements/oj-input-password/OjInputPasswordBase.ts +163 -166
  237. package/elements/oj-input-password/index.js +2 -2
  238. package/elements/oj-input-password/index.js.map +1 -1
  239. package/elements/oj-input-password/index.ts +14 -13
  240. package/elements/oj-input-search/OjInputSearch.js.map +1 -1
  241. package/elements/oj-input-search/OjInputSearch.ts +3 -5
  242. package/elements/oj-input-search/OjInputSearchBase.js +6 -6
  243. package/elements/oj-input-search/OjInputSearchBase.js.map +1 -1
  244. package/elements/oj-input-search/OjInputSearchBase.ts +19 -19
  245. package/elements/oj-input-search/index.js +2 -2
  246. package/elements/oj-input-search/index.js.map +1 -1
  247. package/elements/oj-input-search/index.ts +14 -13
  248. package/elements/oj-input-text/OjInputText.js.map +1 -1
  249. package/elements/oj-input-text/OjInputText.ts +3 -5
  250. package/elements/oj-input-text/OjInputTextBase.js +29 -29
  251. package/elements/oj-input-text/OjInputTextBase.js.map +1 -1
  252. package/elements/oj-input-text/OjInputTextBase.ts +178 -181
  253. package/elements/oj-input-text/index.js +2 -2
  254. package/elements/oj-input-text/index.js.map +1 -1
  255. package/elements/oj-input-text/index.ts +14 -13
  256. package/elements/oj-input-time/OjInputTime.js.map +1 -1
  257. package/elements/oj-input-time/OjInputTime.ts +3 -5
  258. package/elements/oj-input-time/OjInputTimeBase.js +31 -31
  259. package/elements/oj-input-time/OjInputTimeBase.js.map +1 -1
  260. package/elements/oj-input-time/OjInputTimeBase.ts +283 -286
  261. package/elements/oj-input-time/index.js +2 -2
  262. package/elements/oj-input-time/index.js.map +1 -1
  263. package/elements/oj-input-time/index.ts +14 -13
  264. package/elements/oj-label/OjLabel.js.map +1 -1
  265. package/elements/oj-label/OjLabel.ts +3 -5
  266. package/elements/oj-label/OjLabelBase.js +5 -5
  267. package/elements/oj-label/OjLabelBase.js.map +1 -1
  268. package/elements/oj-label/OjLabelBase.ts +37 -40
  269. package/elements/oj-label/index.js +2 -2
  270. package/elements/oj-label/index.js.map +1 -1
  271. package/elements/oj-label/index.ts +14 -13
  272. package/elements/oj-led-gauge/OjLedGauge.js.map +1 -1
  273. package/elements/oj-led-gauge/OjLedGauge.ts +3 -5
  274. package/elements/oj-led-gauge/OjLedGaugeBase.js +21 -18
  275. package/elements/oj-led-gauge/OjLedGaugeBase.js.map +1 -1
  276. package/elements/oj-led-gauge/OjLedGaugeBase.ts +196 -189
  277. package/elements/oj-led-gauge/index.js +2 -2
  278. package/elements/oj-led-gauge/index.js.map +1 -1
  279. package/elements/oj-led-gauge/index.ts +14 -13
  280. package/elements/oj-legend/OjLegend.js.map +1 -1
  281. package/elements/oj-legend/OjLegend.ts +3 -5
  282. package/elements/oj-legend/OjLegendBase.js +22 -22
  283. package/elements/oj-legend/OjLegendBase.js.map +1 -1
  284. package/elements/oj-legend/OjLegendBase.ts +180 -183
  285. package/elements/oj-legend/index.js +2 -2
  286. package/elements/oj-legend/index.js.map +1 -1
  287. package/elements/oj-legend/index.ts +14 -13
  288. package/elements/oj-list-view/OjListView.js +20 -2
  289. package/elements/oj-list-view/OjListView.js.map +1 -1
  290. package/elements/oj-list-view/OjListView.ts +39 -7
  291. package/elements/oj-list-view/OjListViewBase.js +21 -21
  292. package/elements/oj-list-view/OjListViewBase.js.map +1 -1
  293. package/elements/oj-list-view/OjListViewBase.ts +221 -224
  294. package/elements/oj-list-view/index.js +2 -2
  295. package/elements/oj-list-view/index.js.map +1 -1
  296. package/elements/oj-list-view/index.ts +14 -13
  297. package/elements/oj-masonry-layout/OjMasonryLayout.js.map +1 -1
  298. package/elements/oj-masonry-layout/OjMasonryLayout.ts +3 -5
  299. package/elements/oj-masonry-layout/OjMasonryLayoutBase.js +2 -2
  300. package/elements/oj-masonry-layout/OjMasonryLayoutBase.js.map +1 -1
  301. package/elements/oj-masonry-layout/OjMasonryLayoutBase.ts +21 -24
  302. package/elements/oj-masonry-layout/index.js +2 -2
  303. package/elements/oj-masonry-layout/index.js.map +1 -1
  304. package/elements/oj-masonry-layout/index.ts +14 -13
  305. package/elements/oj-menu/OjMenu.js +12 -0
  306. package/elements/oj-menu/OjMenu.js.map +1 -1
  307. package/elements/oj-menu/OjMenu.ts +21 -5
  308. package/elements/oj-menu/OjMenuBase.js +3 -3
  309. package/elements/oj-menu/OjMenuBase.js.map +1 -1
  310. package/elements/oj-menu/OjMenuBase.ts +91 -94
  311. package/elements/oj-menu/index.js +2 -2
  312. package/elements/oj-menu/index.js.map +1 -1
  313. package/elements/oj-menu/index.ts +14 -13
  314. package/elements/oj-menu-button/OjMenuButton.js.map +1 -1
  315. package/elements/oj-menu-button/OjMenuButton.ts +3 -5
  316. package/elements/oj-menu-button/OjMenuButtonBase.js +5 -5
  317. package/elements/oj-menu-button/OjMenuButtonBase.js.map +1 -1
  318. package/elements/oj-menu-button/OjMenuButtonBase.ts +16 -16
  319. package/elements/oj-menu-button/index.js +2 -2
  320. package/elements/oj-menu-button/index.js.map +1 -1
  321. package/elements/oj-menu-button/index.ts +14 -13
  322. package/elements/oj-message/OjMessage.js.map +1 -1
  323. package/elements/oj-message/OjMessage.ts +3 -5
  324. package/elements/oj-message/OjMessageBase.js +3 -3
  325. package/elements/oj-message/OjMessageBase.js.map +1 -1
  326. package/elements/oj-message/OjMessageBase.ts +84 -87
  327. package/elements/oj-message/index.js +2 -2
  328. package/elements/oj-message/index.js.map +1 -1
  329. package/elements/oj-message/index.ts +14 -13
  330. package/elements/oj-n-box/OjNBox.js.map +1 -1
  331. package/elements/oj-n-box/OjNBox.ts +3 -5
  332. package/elements/oj-n-box/OjNBoxBase.js +36 -36
  333. package/elements/oj-n-box/OjNBoxBase.js.map +1 -1
  334. package/elements/oj-n-box/OjNBoxBase.ts +657 -660
  335. package/elements/oj-n-box/index.js +2 -2
  336. package/elements/oj-n-box/index.js.map +1 -1
  337. package/elements/oj-n-box/index.ts +14 -13
  338. package/elements/oj-navigation-list/OjNavigationList.js +7 -7
  339. package/elements/oj-navigation-list/OjNavigationList.js.map +1 -1
  340. package/elements/oj-navigation-list/OjNavigationList.ts +13 -18
  341. package/elements/oj-navigation-list/OjNavigationListBase.js +14 -14
  342. package/elements/oj-navigation-list/OjNavigationListBase.js.map +1 -1
  343. package/elements/oj-navigation-list/OjNavigationListBase.ts +84 -87
  344. package/elements/oj-navigation-list/index.js +2 -2
  345. package/elements/oj-navigation-list/index.js.map +1 -1
  346. package/elements/oj-navigation-list/index.ts +14 -13
  347. package/elements/oj-paging-control/OjPagingControl.js.map +1 -1
  348. package/elements/oj-paging-control/OjPagingControl.ts +3 -5
  349. package/elements/oj-paging-control/OjPagingControlBase.js +7 -7
  350. package/elements/oj-paging-control/OjPagingControlBase.js.map +1 -1
  351. package/elements/oj-paging-control/OjPagingControlBase.ts +182 -185
  352. package/elements/oj-paging-control/index.js +2 -2
  353. package/elements/oj-paging-control/index.js.map +1 -1
  354. package/elements/oj-paging-control/index.ts +14 -13
  355. package/elements/oj-picto-chart/OjPictoChart.js.map +1 -1
  356. package/elements/oj-picto-chart/OjPictoChart.ts +3 -5
  357. package/elements/oj-picto-chart/OjPictoChartBase.js +26 -26
  358. package/elements/oj-picto-chart/OjPictoChartBase.js.map +1 -1
  359. package/elements/oj-picto-chart/OjPictoChartBase.ts +227 -230
  360. package/elements/oj-picto-chart/index.js +2 -2
  361. package/elements/oj-picto-chart/index.js.map +1 -1
  362. package/elements/oj-picto-chart/index.ts +14 -13
  363. package/elements/oj-popup/OjPopup.js.map +1 -1
  364. package/elements/oj-popup/OjPopup.ts +3 -5
  365. package/elements/oj-popup/OjPopupBase.js +7 -7
  366. package/elements/oj-popup/OjPopupBase.js.map +1 -1
  367. package/elements/oj-popup/OjPopupBase.ts +101 -104
  368. package/elements/oj-popup/index.js +2 -2
  369. package/elements/oj-popup/index.js.map +1 -1
  370. package/elements/oj-popup/index.ts +14 -13
  371. package/elements/oj-progress/OjProgress.js.map +1 -1
  372. package/elements/oj-progress/OjProgress.ts +3 -5
  373. package/elements/oj-progress/OjProgressBase.js +5 -5
  374. package/elements/oj-progress/OjProgressBase.js.map +1 -1
  375. package/elements/oj-progress/OjProgressBase.ts +22 -25
  376. package/elements/oj-progress/index.js +2 -2
  377. package/elements/oj-progress/index.js.map +1 -1
  378. package/elements/oj-progress/index.ts +14 -13
  379. package/elements/oj-progress-list/OjProgressList.js.map +1 -1
  380. package/elements/oj-progress-list/OjProgressList.ts +3 -5
  381. package/elements/oj-progress-list/OjProgressListBase.js +1 -1
  382. package/elements/oj-progress-list/OjProgressListBase.js.map +1 -1
  383. package/elements/oj-progress-list/OjProgressListBase.ts +4 -4
  384. package/elements/oj-progress-list/index.js +2 -2
  385. package/elements/oj-progress-list/index.js.map +1 -1
  386. package/elements/oj-progress-list/index.ts +14 -13
  387. package/elements/oj-radioset/OjRadioset.js.map +1 -1
  388. package/elements/oj-radioset/OjRadioset.ts +3 -5
  389. package/elements/oj-radioset/OjRadiosetBase.js +20 -20
  390. package/elements/oj-radioset/OjRadiosetBase.js.map +1 -1
  391. package/elements/oj-radioset/OjRadiosetBase.ts +133 -136
  392. package/elements/oj-radioset/index.js +2 -2
  393. package/elements/oj-radioset/index.js.map +1 -1
  394. package/elements/oj-radioset/index.ts +14 -13
  395. package/elements/oj-rating-gauge/OjRatingGauge.js.map +1 -1
  396. package/elements/oj-rating-gauge/OjRatingGauge.ts +3 -5
  397. package/elements/oj-rating-gauge/OjRatingGaugeBase.js +24 -24
  398. package/elements/oj-rating-gauge/OjRatingGaugeBase.js.map +1 -1
  399. package/elements/oj-rating-gauge/OjRatingGaugeBase.ts +275 -278
  400. package/elements/oj-rating-gauge/index.js +2 -2
  401. package/elements/oj-rating-gauge/index.js.map +1 -1
  402. package/elements/oj-rating-gauge/index.ts +14 -13
  403. package/elements/oj-refresher/OjRefresher.js.map +1 -1
  404. package/elements/oj-refresher/OjRefresher.ts +3 -5
  405. package/elements/oj-refresher/OjRefresherBase.js +4 -4
  406. package/elements/oj-refresher/OjRefresherBase.js.map +1 -1
  407. package/elements/oj-refresher/OjRefresherBase.ts +27 -30
  408. package/elements/oj-refresher/index.js +2 -2
  409. package/elements/oj-refresher/index.js.map +1 -1
  410. package/elements/oj-refresher/index.ts +14 -13
  411. package/elements/oj-row-expander/OjRowExpander.js.map +1 -1
  412. package/elements/oj-row-expander/OjRowExpander.ts +3 -5
  413. package/elements/oj-row-expander/OjRowExpanderBase.js +4 -4
  414. package/elements/oj-row-expander/OjRowExpanderBase.js.map +1 -1
  415. package/elements/oj-row-expander/OjRowExpanderBase.ts +39 -42
  416. package/elements/oj-row-expander/index.js +2 -2
  417. package/elements/oj-row-expander/index.js.map +1 -1
  418. package/elements/oj-row-expander/index.ts +14 -13
  419. package/elements/oj-select-many/OjSelectMany.js.map +1 -1
  420. package/elements/oj-select-many/OjSelectMany.ts +3 -5
  421. package/elements/oj-select-many/OjSelectManyBase.js +27 -27
  422. package/elements/oj-select-many/OjSelectManyBase.js.map +1 -1
  423. package/elements/oj-select-many/OjSelectManyBase.ts +224 -227
  424. package/elements/oj-select-many/index.js +2 -2
  425. package/elements/oj-select-many/index.js.map +1 -1
  426. package/elements/oj-select-many/index.ts +14 -13
  427. package/elements/oj-select-one/OjSelectOne.js.map +1 -1
  428. package/elements/oj-select-one/OjSelectOne.ts +3 -5
  429. package/elements/oj-select-one/OjSelectOneBase.js +27 -27
  430. package/elements/oj-select-one/OjSelectOneBase.js.map +1 -1
  431. package/elements/oj-select-one/OjSelectOneBase.ts +220 -223
  432. package/elements/oj-select-one/index.js +2 -2
  433. package/elements/oj-select-one/index.js.map +1 -1
  434. package/elements/oj-select-one/index.ts +14 -13
  435. package/elements/oj-select-single/OjSelectSingle.js.map +1 -1
  436. package/elements/oj-select-single/OjSelectSingle.ts +3 -5
  437. package/elements/oj-select-single/OjSelectSingleBase.js +23 -23
  438. package/elements/oj-select-single/OjSelectSingleBase.js.map +1 -1
  439. package/elements/oj-select-single/OjSelectSingleBase.ts +156 -159
  440. package/elements/oj-select-single/index.js +2 -2
  441. package/elements/oj-select-single/index.js.map +1 -1
  442. package/elements/oj-select-single/index.ts +14 -13
  443. package/elements/oj-selector/OjSelector.js.map +1 -1
  444. package/elements/oj-selector/OjSelector.ts +3 -5
  445. package/elements/oj-selector/OjSelectorBase.js +6 -6
  446. package/elements/oj-selector/OjSelectorBase.js.map +1 -1
  447. package/elements/oj-selector/OjSelectorBase.ts +19 -19
  448. package/elements/oj-selector/index.js +2 -2
  449. package/elements/oj-selector/index.js.map +1 -1
  450. package/elements/oj-selector/index.ts +14 -13
  451. package/elements/oj-slider/OjSlider.js.map +1 -1
  452. package/elements/oj-slider/OjSlider.ts +3 -5
  453. package/elements/oj-slider/OjSliderBase.js +21 -21
  454. package/elements/oj-slider/OjSliderBase.js.map +1 -1
  455. package/elements/oj-slider/OjSliderBase.ts +123 -126
  456. package/elements/oj-slider/index.js +2 -2
  457. package/elements/oj-slider/index.js.map +1 -1
  458. package/elements/oj-slider/index.ts +14 -13
  459. package/elements/oj-spark-chart/OjSparkChart.js.map +1 -1
  460. package/elements/oj-spark-chart/OjSparkChart.ts +3 -5
  461. package/elements/oj-spark-chart/OjSparkChartBase.js +29 -29
  462. package/elements/oj-spark-chart/OjSparkChartBase.js.map +1 -1
  463. package/elements/oj-spark-chart/OjSparkChartBase.ts +247 -250
  464. package/elements/oj-spark-chart/index.js +2 -2
  465. package/elements/oj-spark-chart/index.js.map +1 -1
  466. package/elements/oj-spark-chart/index.ts +14 -13
  467. package/elements/oj-status-meter-gauge/OjStatusMeterGauge.js.map +1 -1
  468. package/elements/oj-status-meter-gauge/OjStatusMeterGauge.ts +3 -5
  469. package/elements/oj-status-meter-gauge/OjStatusMeterGaugeBase.js +36 -33
  470. package/elements/oj-status-meter-gauge/OjStatusMeterGaugeBase.js.map +1 -1
  471. package/elements/oj-status-meter-gauge/OjStatusMeterGaugeBase.ts +298 -291
  472. package/elements/oj-status-meter-gauge/index.js +2 -2
  473. package/elements/oj-status-meter-gauge/index.js.map +1 -1
  474. package/elements/oj-status-meter-gauge/index.ts +14 -13
  475. package/elements/oj-stream-list/OjStreamList.js.map +1 -1
  476. package/elements/oj-stream-list/OjStreamList.ts +3 -5
  477. package/elements/oj-stream-list/OjStreamListBase.js +7 -7
  478. package/elements/oj-stream-list/OjStreamListBase.js.map +1 -1
  479. package/elements/oj-stream-list/OjStreamListBase.ts +56 -59
  480. package/elements/oj-stream-list/index.js +2 -2
  481. package/elements/oj-stream-list/index.js.map +1 -1
  482. package/elements/oj-stream-list/index.ts +14 -13
  483. package/elements/oj-sunburst/OjSunburst.js.map +1 -1
  484. package/elements/oj-sunburst/OjSunburst.ts +3 -5
  485. package/elements/oj-sunburst/OjSunburstBase.js +33 -33
  486. package/elements/oj-sunburst/OjSunburstBase.js.map +1 -1
  487. package/elements/oj-sunburst/OjSunburstBase.ts +314 -317
  488. package/elements/oj-sunburst/index.js +2 -2
  489. package/elements/oj-sunburst/index.js.map +1 -1
  490. package/elements/oj-sunburst/index.ts +14 -13
  491. package/elements/oj-swipe-actions/OjSwipeActions.js.map +1 -1
  492. package/elements/oj-swipe-actions/OjSwipeActions.ts +3 -5
  493. package/elements/oj-swipe-actions/OjSwipeActionsBase.js +1 -1
  494. package/elements/oj-swipe-actions/OjSwipeActionsBase.js.map +1 -1
  495. package/elements/oj-swipe-actions/OjSwipeActionsBase.ts +18 -21
  496. package/elements/oj-swipe-actions/index.js +2 -2
  497. package/elements/oj-swipe-actions/index.js.map +1 -1
  498. package/elements/oj-swipe-actions/index.ts +14 -13
  499. package/elements/oj-switch/OjSwitch.js.map +1 -1
  500. package/elements/oj-switch/OjSwitch.ts +3 -5
  501. package/elements/oj-switch/OjSwitchBase.js +16 -16
  502. package/elements/oj-switch/OjSwitchBase.js.map +1 -1
  503. package/elements/oj-switch/OjSwitchBase.ts +96 -99
  504. package/elements/oj-switch/index.js +2 -2
  505. package/elements/oj-switch/index.js.map +1 -1
  506. package/elements/oj-switch/index.ts +14 -13
  507. package/elements/oj-tab-bar/OjTabBar.js.map +1 -1
  508. package/elements/oj-tab-bar/OjTabBar.ts +3 -5
  509. package/elements/oj-tab-bar/OjTabBarBase.js +14 -14
  510. package/elements/oj-tab-bar/OjTabBarBase.js.map +1 -1
  511. package/elements/oj-tab-bar/OjTabBarBase.ts +104 -107
  512. package/elements/oj-tab-bar/index.js +2 -2
  513. package/elements/oj-tab-bar/index.js.map +1 -1
  514. package/elements/oj-tab-bar/index.ts +14 -13
  515. package/elements/oj-table/OjTable.js +5 -6
  516. package/elements/oj-table/OjTable.js.map +1 -1
  517. package/elements/oj-table/OjTable.ts +8 -11
  518. package/elements/oj-table/OjTableBase.js +36 -30
  519. package/elements/oj-table/OjTableBase.js.map +1 -1
  520. package/elements/oj-table/OjTableBase.ts +604 -547
  521. package/elements/oj-table/index.js +2 -2
  522. package/elements/oj-table/index.js.map +1 -1
  523. package/elements/oj-table/index.ts +14 -13
  524. package/elements/oj-tag-cloud/OjTagCloud.js.map +1 -1
  525. package/elements/oj-tag-cloud/OjTagCloud.ts +3 -5
  526. package/elements/oj-tag-cloud/OjTagCloudBase.js +20 -20
  527. package/elements/oj-tag-cloud/OjTagCloudBase.js.map +1 -1
  528. package/elements/oj-tag-cloud/OjTagCloudBase.ts +188 -191
  529. package/elements/oj-tag-cloud/index.js +2 -2
  530. package/elements/oj-tag-cloud/index.js.map +1 -1
  531. package/elements/oj-tag-cloud/index.ts +14 -13
  532. package/elements/oj-text-area/OjTextArea.js.map +1 -1
  533. package/elements/oj-text-area/OjTextArea.ts +3 -5
  534. package/elements/oj-text-area/OjTextAreaBase.js +29 -29
  535. package/elements/oj-text-area/OjTextAreaBase.js.map +1 -1
  536. package/elements/oj-text-area/OjTextAreaBase.ts +182 -185
  537. package/elements/oj-text-area/index.js +2 -2
  538. package/elements/oj-text-area/index.js.map +1 -1
  539. package/elements/oj-text-area/index.ts +14 -13
  540. package/elements/oj-thematic-map/OjThematicMap.js.map +1 -1
  541. package/elements/oj-thematic-map/OjThematicMap.ts +3 -5
  542. package/elements/oj-thematic-map/OjThematicMapBase.js +37 -37
  543. package/elements/oj-thematic-map/OjThematicMapBase.js.map +1 -1
  544. package/elements/oj-thematic-map/OjThematicMapBase.ts +548 -551
  545. package/elements/oj-thematic-map/index.js +2 -2
  546. package/elements/oj-thematic-map/index.js.map +1 -1
  547. package/elements/oj-thematic-map/index.ts +14 -13
  548. package/elements/oj-time-axis/OjTimeAxis.js.map +1 -1
  549. package/elements/oj-time-axis/OjTimeAxis.ts +3 -5
  550. package/elements/oj-time-axis/OjTimeAxisBase.js +6 -6
  551. package/elements/oj-time-axis/OjTimeAxisBase.js.map +1 -1
  552. package/elements/oj-time-axis/OjTimeAxisBase.ts +128 -131
  553. package/elements/oj-time-axis/index.js +2 -2
  554. package/elements/oj-time-axis/index.js.map +1 -1
  555. package/elements/oj-time-axis/index.ts +14 -13
  556. package/elements/oj-timeline/OjTimeline.js.map +1 -1
  557. package/elements/oj-timeline/OjTimeline.ts +3 -5
  558. package/elements/oj-timeline/OjTimelineBase.js +30 -21
  559. package/elements/oj-timeline/OjTimelineBase.js.map +1 -1
  560. package/elements/oj-timeline/OjTimelineBase.ts +716 -583
  561. package/elements/oj-timeline/index.js +2 -2
  562. package/elements/oj-timeline/index.js.map +1 -1
  563. package/elements/oj-timeline/index.ts +14 -13
  564. package/elements/oj-train/OjTrain.js.map +1 -1
  565. package/elements/oj-train/OjTrain.ts +3 -5
  566. package/elements/oj-train/OjTrainBase.js +4 -4
  567. package/elements/oj-train/OjTrainBase.js.map +1 -1
  568. package/elements/oj-train/OjTrainBase.ts +35 -38
  569. package/elements/oj-train/index.js +2 -2
  570. package/elements/oj-train/index.js.map +1 -1
  571. package/elements/oj-train/index.ts +14 -13
  572. package/elements/oj-tree-view/OjTreeView.js +23 -6
  573. package/elements/oj-tree-view/OjTreeView.js.map +1 -1
  574. package/elements/oj-tree-view/OjTreeView.ts +40 -11
  575. package/elements/oj-tree-view/OjTreeViewBase.js +9 -9
  576. package/elements/oj-tree-view/OjTreeViewBase.js.map +1 -1
  577. package/elements/oj-tree-view/OjTreeViewBase.ts +80 -75
  578. package/elements/oj-tree-view/index.js +2 -2
  579. package/elements/oj-tree-view/index.js.map +1 -1
  580. package/elements/oj-tree-view/index.ts +14 -13
  581. package/elements/oj-treemap/OjTreemap.js.map +1 -1
  582. package/elements/oj-treemap/OjTreemap.ts +3 -5
  583. package/elements/oj-treemap/OjTreemapBase.js +35 -35
  584. package/elements/oj-treemap/OjTreemapBase.js.map +1 -1
  585. package/elements/oj-treemap/OjTreemapBase.ts +384 -387
  586. package/elements/oj-treemap/index.js +2 -2
  587. package/elements/oj-treemap/index.js.map +1 -1
  588. package/elements/oj-treemap/index.ts +14 -13
  589. package/elements/oj-waterfall-layout/OjWaterfallLayout.js.map +1 -1
  590. package/elements/oj-waterfall-layout/OjWaterfallLayout.ts +3 -5
  591. package/elements/oj-waterfall-layout/OjWaterfallLayoutBase.js +5 -5
  592. package/elements/oj-waterfall-layout/OjWaterfallLayoutBase.js.map +1 -1
  593. package/elements/oj-waterfall-layout/OjWaterfallLayoutBase.ts +46 -49
  594. package/elements/oj-waterfall-layout/index.js +2 -2
  595. package/elements/oj-waterfall-layout/index.js.map +1 -1
  596. package/elements/oj-waterfall-layout/index.ts +14 -13
  597. package/index.ts +2 -2
  598. package/lib/driver-manager.js +6 -2
  599. package/lib/driver-manager.js.map +1 -1
  600. package/lib/driver-manager.ts +12 -8
  601. package/lib/input-utils.js +11 -1
  602. package/lib/input-utils.js.map +1 -1
  603. package/lib/input-utils.ts +18 -5
  604. package/lib/slot-proxy.js.map +1 -1
  605. package/lib/slot-proxy.ts +2 -1
  606. package/package.json +6 -5
  607. 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 OjDiagram, and is generated from
@@ -9,784 +9,781 @@ import {OjWebElement} from "../";
9
9
  */
10
10
  export class OjDiagramBase extends OjWebElement {
11
11
  /**
12
- * Gets the value of animationOnDataChange property.
12
+ * Gets the value of <code>animationOnDataChange</code> property.
13
13
  * Specifies the animation that is applied on data changes.
14
- * @return The value of animationOnDataChange property.
14
+ * @return The value of <code>animationOnDataChange</code> property.
15
15
  *
16
16
  */
17
17
  public getAnimationOnDataChange(): Promise<string> {
18
- return this.getProperty<string>("animationOnDataChange");
18
+ return this.getProperty<string>('animationOnDataChange');
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 as property.
32
+ * Gets the value of <code>as</code> property.
33
33
  * An alias for the '$current' context variable passed to slot content for the nodeTemplate or linkTemplate slots.
34
- * @return The value of as property.
34
+ * @return The value of <code>as</code> property.
35
35
  * @deprecated Since 6.2.0. Set the alias directly on the template element using the data-oj-as attribute instead.
36
36
  */
37
37
  public getAs(): Promise<string> {
38
- return this.getProperty<string>("as");
38
+ return this.getProperty<string>('as');
39
39
  }
40
40
 
41
41
  /**
42
- * Gets the value of data property.
42
+ * Gets the value of <code>data</code> property.
43
43
  * Specifies the data for the component.
44
- * @return The value of data property.
44
+ * @return The value of <code>data</code> property.
45
45
  * @deprecated Since 11.0.0. Data sets from a DataProvider cannot be sent to WebDriverJS; use ViewModels or page variables instead.
46
46
  */
47
47
  public getData(): Promise<object> {
48
- return this.getProperty<object>("data");
48
+ return this.getProperty<object>('data');
49
49
  }
50
50
 
51
51
  /**
52
- * Gets the value of dnd property.
52
+ * Gets the value of <code>dnd</code> property.
53
53
  * Used to customize the drag and drop features.
54
- * @return The value of dnd property.
54
+ * @return The value of <code>dnd</code> property.
55
55
  *
56
56
  */
57
- public getDnd(): Promise<OjDiagramBase.Dnd> {
58
- return this.getProperty<OjDiagramBase.Dnd>("dnd");
57
+ public getDnd(): Promise<Dnd> {
58
+ return this.getProperty<Dnd>('dnd');
59
59
  }
60
60
 
61
61
  /**
62
- * Gets the value of focusRenderer property.
62
+ * Gets the value of <code>focusRenderer</code> property.
63
63
  * Specifies custom renderer for the diagram nodes used for focus updates.
64
- * @return The value of focusRenderer property.
64
+ * @return The value of <code>focusRenderer</code> property.
65
65
  * @deprecated Since 8.0.0. Use nodeContent.focusRenderer instead.
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
  * Specifies categories used for filtering.
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
  * Specifies categories used for filtering.
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
  * Specifies matching condition used for category highlighting.
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
  * Specifies categories used for highlighting.
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
  * Specifies categories used for highlighting.
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 diagram nodes and links.
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
  * Specifies custom renderer for the diagram nodes used for hover updates.
134
- * @return The value of hoverRenderer property.
134
+ * @return The value of <code>hoverRenderer</code> property.
135
135
  * @deprecated Since 8.0.0. Use nodeContent.hoverRenderer instead.
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 layout property.
142
+ * Gets the value of <code>layout</code> property.
143
143
  * Specifies layout callback used to position nodes and links.
144
- * @return The value of layout property.
144
+ * @return The value of <code>layout</code> property.
145
145
  *
146
146
  */
147
147
  public getLayout(): Promise<null> {
148
- return this.getProperty<null>("layout");
148
+ return this.getProperty<null>('layout');
149
149
  }
150
150
 
151
151
  /**
152
- * Gets the value of linkContent property.
152
+ * Gets the value of <code>linkContent</code> property.
153
153
  * An object containing an optional callbacks function for link customization.
154
- * @return The value of linkContent property.
154
+ * @return The value of <code>linkContent</code> property.
155
155
  *
156
156
  */
157
- public getLinkContent(): Promise<OjDiagramBase.LinkContent> {
158
- return this.getProperty<OjDiagramBase.LinkContent>("linkContent");
157
+ public getLinkContent(): Promise<LinkContent> {
158
+ return this.getProperty<LinkContent>('linkContent');
159
159
  }
160
160
 
161
161
  /**
162
- * Gets the value of linkData property.
162
+ * Gets the value of <code>linkData</code> property.
163
163
  * Specifies the DataProvider for the diagram links. See the Help documentation for more information.
164
- * @return The value of linkData property.
164
+ * @return The value of <code>linkData</code> property.
165
165
  * @deprecated Since 11.0.0. Data sets from a DataProvider cannot be sent to WebDriverJS; use ViewModels or page variables instead.
166
166
  */
167
167
  public getLinkData(): Promise<object|null> {
168
- return this.getProperty<object|null>("linkData");
168
+ return this.getProperty<object|null>('linkData');
169
169
  }
170
170
 
171
171
  /**
172
- * Gets the value of linkHighlightMode property.
172
+ * Gets the value of <code>linkHighlightMode</code> property.
173
173
  * Defines link highlighting mode.
174
- * @return The value of linkHighlightMode property.
174
+ * @return The value of <code>linkHighlightMode</code> property.
175
175
  *
176
176
  */
177
177
  public getLinkHighlightMode(): Promise<string> {
178
- return this.getProperty<string>("linkHighlightMode");
178
+ return this.getProperty<string>('linkHighlightMode');
179
179
  }
180
180
 
181
181
  /**
182
- * Gets the value of linkProperties property.
182
+ * Gets the value of <code>linkProperties</code> property.
183
183
  * Optional callback for customizing link appearance based on link data.
184
- * @return The value of linkProperties property.
184
+ * @return The value of <code>linkProperties</code> property.
185
185
  * @deprecated Since 6.0.0. See nodeData and linkData usage.
186
186
  */
187
187
  public getLinkProperties(): Promise<null|null> {
188
- return this.getProperty<null|null>("linkProperties");
188
+ return this.getProperty<null|null>('linkProperties');
189
189
  }
190
190
 
191
191
  /**
192
- * Gets the value of maxZoom property.
192
+ * Gets the value of <code>maxZoom</code> property.
193
193
  * Specifies the maximum zoom level for this diagram.
194
- * @return The value of maxZoom property.
194
+ * @return The value of <code>maxZoom</code> property.
195
195
  *
196
196
  */
197
197
  public getMaxZoom(): Promise<number> {
198
- return this.getProperty<number>("maxZoom");
198
+ return this.getProperty<number>('maxZoom');
199
199
  }
200
200
 
201
201
  /**
202
- * Gets the value of minZoom property.
202
+ * Gets the value of <code>minZoom</code> property.
203
203
  * Specifies the minimum zoom level for this diagram.
204
- * @return The value of minZoom property.
204
+ * @return The value of <code>minZoom</code> property.
205
205
  *
206
206
  */
207
207
  public getMinZoom(): Promise<number> {
208
- return this.getProperty<number>("minZoom");
208
+ return this.getProperty<number>('minZoom');
209
209
  }
210
210
 
211
211
  /**
212
- * Gets the value of nodeContent property.
212
+ * Gets the value of <code>nodeContent</code> property.
213
213
  * An object containing an optional callbacks function for node customization.
214
- * @return The value of nodeContent property.
214
+ * @return The value of <code>nodeContent</code> property.
215
215
  *
216
216
  */
217
- public getNodeContent(): Promise<OjDiagramBase.NodeContent> {
218
- return this.getProperty<OjDiagramBase.NodeContent>("nodeContent");
217
+ public getNodeContent(): Promise<NodeContent> {
218
+ return this.getProperty<NodeContent>('nodeContent');
219
219
  }
220
220
 
221
221
  /**
222
- * Gets the value of nodeData property.
222
+ * Gets the value of <code>nodeData</code> property.
223
223
  * Specifies the DataProvider for the diagram nodes. See the Help documentation for more information.
224
- * @return The value of nodeData property.
224
+ * @return The value of <code>nodeData</code> property.
225
225
  * @deprecated Since 11.0.0. Data sets from a DataProvider cannot be sent to WebDriverJS; use ViewModels or page variables instead.
226
226
  */
227
227
  public getNodeData(): Promise<object|null> {
228
- return this.getProperty<object|null>("nodeData");
228
+ return this.getProperty<object|null>('nodeData');
229
229
  }
230
230
 
231
231
  /**
232
- * Gets the value of nodeHighlightMode property.
232
+ * Gets the value of <code>nodeHighlightMode</code> property.
233
233
  * Defines node highlighting mode.
234
- * @return The value of nodeHighlightMode property.
234
+ * @return The value of <code>nodeHighlightMode</code> property.
235
235
  *
236
236
  */
237
237
  public getNodeHighlightMode(): Promise<string> {
238
- return this.getProperty<string>("nodeHighlightMode");
238
+ return this.getProperty<string>('nodeHighlightMode');
239
239
  }
240
240
 
241
241
  /**
242
- * Gets the value of nodeProperties property.
242
+ * Gets the value of <code>nodeProperties</code> property.
243
243
  * Optional callback for customizing node appearance based on node data.
244
- * @return The value of nodeProperties property.
244
+ * @return The value of <code>nodeProperties</code> property.
245
245
  * @deprecated Since 6.0.0. See nodeData and linkData usage.
246
246
  */
247
247
  public getNodeProperties(): Promise<null|null> {
248
- return this.getProperty<null|null>("nodeProperties");
248
+ return this.getProperty<null|null>('nodeProperties');
249
249
  }
250
250
 
251
251
  /**
252
- * Gets the value of overview property.
252
+ * Gets the value of <code>overview</code> property.
253
253
  * An object, used to define a diagram overview. If not specified, no overview will be shown.
254
- * @return The value of overview property.
254
+ * @return The value of <code>overview</code> property.
255
255
  *
256
256
  */
257
- public getOverview(): Promise<OjDiagramBase.Overview> {
258
- return this.getProperty<OjDiagramBase.Overview>("overview");
257
+ public getOverview(): Promise<Overview> {
258
+ return this.getProperty<Overview>('overview');
259
259
  }
260
260
 
261
261
  /**
262
- * Gets the value of panDirection property.
262
+ * Gets the value of <code>panDirection</code> property.
263
263
  * Specifies if panning allowed in horizontal and vertical directions.
264
- * @return The value of panDirection property.
264
+ * @return The value of <code>panDirection</code> property.
265
265
  *
266
266
  */
267
267
  public getPanDirection(): Promise<string> {
268
- return this.getProperty<string>("panDirection");
268
+ return this.getProperty<string>('panDirection');
269
269
  }
270
270
 
271
271
  /**
272
- * Gets the value of panning property.
272
+ * Gets the value of <code>panning</code> property.
273
273
  * Specifies whether panning is allowed in Diagram.
274
- * @return The value of panning property.
274
+ * @return The value of <code>panning</code> property.
275
275
  *
276
276
  */
277
277
  public getPanning(): Promise<string> {
278
- return this.getProperty<string>("panning");
278
+ return this.getProperty<string>('panning');
279
279
  }
280
280
 
281
281
  /**
282
- * Gets the value of promotedLinkBehavior property.
282
+ * Gets the value of <code>promotedLinkBehavior</code> property.
283
283
  * Defines promoted link behavior for the component.
284
- * @return The value of promotedLinkBehavior property.
284
+ * @return The value of <code>promotedLinkBehavior</code> property.
285
285
  *
286
286
  */
287
287
  public getPromotedLinkBehavior(): Promise<string> {
288
- return this.getProperty<string>("promotedLinkBehavior");
288
+ return this.getProperty<string>('promotedLinkBehavior');
289
289
  }
290
290
 
291
291
  /**
292
- * Gets the value of renderer property.
292
+ * Gets the value of <code>renderer</code> property.
293
293
  * Specifies custom renderer for the diagram nodes used for initial rendering.
294
- * @return The value of renderer property.
294
+ * @return The value of <code>renderer</code> property.
295
295
  * @deprecated Since 8.0.0. Use nodeContent.renderer instead.
296
296
  */
297
297
  public getRenderer(): Promise<null> {
298
- return this.getProperty<null>("renderer");
298
+ return this.getProperty<null>('renderer');
299
299
  }
300
300
 
301
301
  /**
302
- * Sets the value of "selection" property.
302
+ * Sets the value of <code>selection</code> property.
303
303
  * An array containing the ids of the selected nodes and links.
304
- * @param selection The value to set for "selection"
304
+ * @param selection The value to set for <code>selection</code>
305
305
  *
306
306
  */
307
307
  public changeSelection(selection: Array<any>): Promise<void> {
308
- return this.setProperty<Array<any>>("selection", selection);
308
+ return this.setProperty<Array<any>>('selection', selection);
309
309
  }
310
310
 
311
311
  /**
312
- * Gets the value of selection property.
312
+ * Gets the value of <code>selection</code> property.
313
313
  * An array containing the ids of the selected nodes and links.
314
- * @return The value of selection property.
314
+ * @return The value of <code>selection</code> property.
315
315
  *
316
316
  */
317
317
  public getSelection(): Promise<Array<any>> {
318
- return this.getProperty<Array<any>>("selection");
318
+ return this.getProperty<Array<any>>('selection');
319
319
  }
320
320
 
321
321
  /**
322
- * Gets the value of selectionMode property.
322
+ * Gets the value of <code>selectionMode</code> property.
323
323
  * Specifies the selection behavior on the diagram. See the Help documentation for more information.
324
- * @return The value of selectionMode property.
324
+ * @return The value of <code>selectionMode</code> property.
325
325
  *
326
326
  */
327
327
  public getSelectionMode(): Promise<string> {
328
- return this.getProperty<string>("selectionMode");
328
+ return this.getProperty<string>('selectionMode');
329
329
  }
330
330
 
331
331
  /**
332
- * Gets the value of selectionRenderer property.
332
+ * Gets the value of <code>selectionRenderer</code> property.
333
333
  * Specifies custom renderer for the diagram nodes used for selection updates.
334
- * @return The value of selectionRenderer property.
334
+ * @return The value of <code>selectionRenderer</code> property.
335
335
  * @deprecated Since 8.0.0. Use nodeContent.selectionRenderer instead.
336
336
  */
337
337
  public getSelectionRenderer(): Promise<null|null> {
338
- return this.getProperty<null|null>("selectionRenderer");
338
+ return this.getProperty<null|null>('selectionRenderer');
339
339
  }
340
340
 
341
341
  /**
342
- * Gets the value of styleDefaults property.
342
+ * Gets the value of <code>styleDefaults</code> property.
343
343
  * An object defining the style defaults for this diagram.
344
- * @return The value of styleDefaults property.
344
+ * @return The value of <code>styleDefaults</code> property.
345
345
  *
346
346
  */
347
- public getStyleDefaults(): Promise<OjDiagramBase.StyleDefaults> {
348
- return this.getProperty<OjDiagramBase.StyleDefaults>("styleDefaults");
347
+ public getStyleDefaults(): Promise<StyleDefaults> {
348
+ return this.getProperty<StyleDefaults>('styleDefaults');
349
349
  }
350
350
 
351
351
  /**
352
- * Gets the value of tooltip property.
352
+ * Gets the value of <code>tooltip</code> property.
353
353
  * An object containing an optional callback function for tooltip customization.
354
- * @return The value of tooltip property.
354
+ * @return The value of <code>tooltip</code> property.
355
355
  *
356
356
  */
357
- public getTooltip(): Promise<OjDiagramBase.Tooltip> {
358
- return this.getProperty<OjDiagramBase.Tooltip>("tooltip");
357
+ public getTooltip(): Promise<Tooltip> {
358
+ return this.getProperty<Tooltip>('tooltip');
359
359
  }
360
360
 
361
361
  /**
362
- * Gets the value of touchResponse property.
362
+ * Gets the value of <code>touchResponse</code> property.
363
363
  * Specifies touch response behavior.
364
- * @return The value of touchResponse property.
364
+ * @return The value of <code>touchResponse</code> property.
365
365
  *
366
366
  */
367
367
  public getTouchResponse(): Promise<string> {
368
- return this.getProperty<string>("touchResponse");
368
+ return this.getProperty<string>('touchResponse');
369
369
  }
370
370
 
371
371
  /**
372
- * Gets the value of trackResize property.
372
+ * Gets the value of <code>trackResize</code> property.
373
373
  * Defines whether the element will automatically render in response to changes in size. See the Help documentation for more information.
374
- * @return The value of trackResize property.
374
+ * @return The value of <code>trackResize</code> property.
375
375
  *
376
376
  */
377
377
  public getTrackResize(): Promise<string> {
378
- return this.getProperty<string>("trackResize");
378
+ return this.getProperty<string>('trackResize');
379
379
  }
380
380
 
381
381
  /**
382
- * Gets the value of translations property.
382
+ * Gets the value of <code>translations</code> property.
383
383
  * A collection of translated resources from the translation bundle, or null if this component has no resources.
384
- * @return The value of translations property.
384
+ * @return The value of <code>translations</code> property.
385
385
  *
386
386
  */
387
- public getTranslations(): Promise<OjDiagramBase.Translations|null> {
388
- return this.getProperty<OjDiagramBase.Translations|null>("translations");
387
+ public getTranslations(): Promise<Translations|null> {
388
+ return this.getProperty<Translations|null>('translations');
389
389
  }
390
390
 
391
391
  /**
392
- * Gets the value of zoomRenderer property.
392
+ * Gets the value of <code>zoomRenderer</code> property.
393
393
  * Specifies custom renderer for the diagram nodes used for zoom updates.
394
- * @return The value of zoomRenderer property.
394
+ * @return The value of <code>zoomRenderer</code> property.
395
395
  * @deprecated Since 8.0.0. Use nodeContent.zoomRenderer instead.
396
396
  */
397
397
  public getZoomRenderer(): Promise<null|null> {
398
- return this.getProperty<null|null>("zoomRenderer");
398
+ return this.getProperty<null|null>('zoomRenderer');
399
399
  }
400
400
 
401
401
  /**
402
- * Gets the value of zooming property.
402
+ * Gets the value of <code>zooming</code> property.
403
403
  * Specifies whether zooming is allowed in Diagram.
404
- * @return The value of zooming property.
404
+ * @return The value of <code>zooming</code> property.
405
405
  *
406
406
  */
407
407
  public getZooming(): Promise<string> {
408
- return this.getProperty<string>("zooming");
408
+ return this.getProperty<string>('zooming');
409
409
  }
410
410
 
411
411
  }
412
-
413
- namespace OjDiagramBase {
414
- export interface Dnd {
415
- /**
416
- * Used to customize drag functionality.
417
- */
418
- "drag": OjDiagramBase.DndDrag;
419
- /**
420
- * An object that describes drop functionality.
421
- */
422
- "drop": OjDiagramBase.DndDrop;
423
- }
424
- export interface DndDrag {
425
- /**
426
- * Used to customize the drag features for nodes.
427
- */
428
- "nodes": OjDiagramBase.DndDragNodes;
429
- /**
430
- * Defines link creation functionality.
431
- */
432
- "ports": OjDiagramBase.DndDragPorts;
433
- }
434
- export interface DndDragNodes {
435
- /**
436
- * Specifies MIME type for dragged data.
437
- */
438
- "dataTypes": string|Array<string>;
439
- }
440
- export interface DndDragPorts {
441
- /**
442
- * Specifies MIME type for dragged data.
443
- */
444
- "dataTypes": string|Array<string>;
445
- /**
446
- * Specifies DOM element selector used to start link creation.
447
- */
448
- "selector": string;
449
- }
450
- export interface DndDrop {
451
- /**
452
- * Allows dropping on the diagram background.
453
- */
454
- "background": OjDiagramBase.DndDropBackground;
455
- /**
456
- * Allows dropping on diagram links.
457
- */
458
- "links": OjDiagramBase.DndDropLinks;
459
- /**
460
- * Allows dropping on diagram nodes.
461
- */
462
- "nodes": OjDiagramBase.DndDropNodes;
463
- /**
464
- * Allows dropping a link end on a port.
465
- */
466
- "ports": OjDiagramBase.DndDropPorts;
467
- }
468
- export interface DndDropBackground {
469
- /**
470
- * Specifies MIME types of objects that can be dropped on the Diagram background.
471
- */
472
- "dataTypes": string|Array<string>;
473
- }
474
- export interface DndDropLinks {
475
- /**
476
- * Specifies MIME types of objects that can be dropped on the Diagram links.
477
- */
478
- "dataTypes": string|Array<string>;
479
- }
480
- export interface DndDropNodes {
481
- /**
482
- * Specifies MIME types of objects that can be dropped on the Diagram nodes.
483
- */
484
- "dataTypes": string|Array<string>;
485
- }
486
- export interface DndDropPorts {
487
- /**
488
- * Specifies MIME types of objects that can be dropped on the Diagram ports.
489
- */
490
- "dataTypes": string|Array<string>;
491
- /**
492
- * Specifies DOM element selector used for link creation end.
493
- */
494
- "selector": string;
495
- }
496
- export interface LinkContent {
497
- /**
498
- * Specifies custom renderer for the diagram links used for focus updates.
499
- */
500
- "focusRenderer": null|null;
501
- /**
502
- * Specifies custom renderer for the diagram links used for hover updates.
503
- */
504
- "hoverRenderer": null|null;
505
- /**
506
- * Specifies custom renderer for the diagram links used for selection updates.
507
- */
508
- "selectionRenderer": null|null;
509
- }
510
- export interface NodeContent {
511
- /**
512
- * Specifies custom renderer for the diagram nodes used for focus updates.
513
- */
514
- "focusRenderer": null|null;
515
- /**
516
- * Specifies custom renderer for the diagram nodes used for hover updates.
517
- */
518
- "hoverRenderer": null|null;
519
- /**
520
- * Specifies custom renderer for the diagram nodes used for selection updates.
521
- */
522
- "selectionRenderer": null|null;
523
- /**
524
- * Specifies custom renderer for the diagram nodes used for zoom updates.
525
- */
526
- "zoomRenderer": null|null;
527
- }
528
- export interface Overview {
529
- /**
530
- * Specifies the region that will be scaled to fit within the overview.
531
- */
532
- "fitArea": string;
533
- /**
534
- * Horizontal alignment for diagram overview window
535
- */
536
- "halign": string;
537
- /**
538
- * Overview window height.
539
- */
540
- "height": number;
541
- /**
542
- * Controls how the fit area is scaled within the overview.
543
- */
544
- "preserveAspectRatio": string;
545
- /**
546
- * Specifies whether the overview scrollbar is rendered.
547
- */
548
- "rendered": string;
549
- /**
550
- * Vertical alignment for diagram overview window
551
- */
552
- "valign": string;
553
- /**
554
- * Overview window width.
555
- */
556
- "width": number;
557
- }
558
- export interface StyleDefaults {
559
- /**
560
- * Defines animation duration in milliseconds.
561
- */
562
- "animationDuration": number;
563
- /**
564
- * Specifies initial hover delay in milliseconds for highlighting data items.
565
- */
566
- "hoverBehaviorDelay": number;
567
- /**
568
- * Default link styles
569
- */
570
- "linkDefaults": OjDiagramBase.StyleDefaultsLinkDefaults;
571
- /**
572
- * Default node styles
573
- */
574
- "nodeDefaults": OjDiagramBase.StyleDefaultsNodeDefaults;
575
- /**
576
- * Promoted link styles
577
- */
578
- "promotedLink": OjDiagramBase.StyleDefaultsPromotedLink;
579
- }
580
- export interface StyleDefaultsLinkDefaults {
581
- /**
582
- * Default link color.
583
- */
584
- "color": string;
585
- /**
586
- * Specifies the type of end connector on the link.
587
- */
588
- "endConnectorType": string;
589
- /**
590
- * Specifies CSS styles for the link label.
591
- */
592
- "labelStyle": object;
593
- /**
594
- * Specifies the type of start connector on the link.
595
- */
596
- "startConnectorType": string;
597
- /**
598
- * The default SVG CSS style class to apply to the link.
599
- */
600
- "svgClassName": string;
601
- /**
602
- * Specifies SVG CSS styles for the link.
603
- */
604
- "svgStyle": object;
605
- /**
606
- * Default link width in pixels.
607
- */
608
- "width": number;
609
- }
610
- export interface StyleDefaultsNodeDefaults {
611
- /**
612
- * Default style for the node icon.
613
- */
614
- "icon": OjDiagramBase.StyleDefaultsNodeDefaultsIcon;
615
- /**
616
- * Specifies CSS styles for the node label.
617
- */
618
- "labelStyle": object;
619
- /**
620
- * Determines when to display the expand/collapse button.
621
- */
622
- "showDisclosure": string;
623
- }
624
- export interface StyleDefaultsNodeDefaultsIcon {
625
- /**
626
- * Default border color of the icon.
627
- */
628
- "borderColor": string;
629
- /**
630
- * Specifies default border radius of the icon.
631
- */
632
- "borderRadius": string;
633
- /**
634
- * Default border width of the icon in pixels.
635
- */
636
- "borderWidth": number;
637
- /**
638
- * Default color of the icon.
639
- */
640
- "color": string;
641
- /**
642
- * Default icon height.
643
- */
644
- "height": number;
645
- /**
646
- * Default fill pattern of the icon.
647
- */
648
- "pattern": string;
649
- /**
650
- * Specifies default shape of the icon.
651
- */
652
- "shape": string;
653
- /**
654
- * The URI of the node image
655
- */
656
- "source": string;
657
- /**
658
- * The optional URI of the node hover image.
659
- */
660
- "sourceHover": string;
661
- /**
662
- * The optional URI of the selected image on hover.
663
- */
664
- "sourceHoverSelected": string;
665
- /**
666
- * The optional URI of the selected image.
667
- */
668
- "sourceSelected": string;
669
- /**
670
- * The SVG CSS style class to apply to the node icon.
671
- */
672
- "svgClassName": string;
673
- /**
674
- * Specifies CSS styles for the icon.
675
- */
676
- "svgStyle": object;
677
- /**
678
- * Default icon width.
679
- */
680
- "width": number;
681
- }
682
- export interface StyleDefaultsPromotedLink {
683
- /**
684
- * Default promoted link color. The default value varies based on theme.
685
- */
686
- "color": string;
687
- /**
688
- * Specifies the type of end connector on the promoted link.
689
- */
690
- "endConnectorType": string;
691
- /**
692
- * Specifies the type of start connector on the promoted link.
693
- */
694
- "startConnectorType": string;
695
- /**
696
- * The SVG CSS style class to apply to the promoted link.
697
- */
698
- "svgClassName": string;
699
- /**
700
- * Specifies CSS styles of the promoted link.
701
- */
702
- "svgStyle": object;
703
- /**
704
- * Default link width in pixels.
705
- */
706
- "width": number;
707
- }
708
- export interface Tooltip {
709
- }
710
- export interface Translations {
711
- /**
712
- * Used to describe the data visualization type for accessibility.
713
- */
714
- "componentName": string;
715
- /**
716
- * Used to display a label and its value.
717
- */
718
- "labelAndValue": string;
719
- /**
720
- * Text shown for clearing multiple selection on touch devices.
721
- */
722
- "labelClearSelection": string;
723
- /**
724
- * Used to display a count out of a total.
725
- */
726
- "labelCountWithTotal": string;
727
- /**
728
- * Label for data visualizations used for accessibility.
729
- */
730
- "labelDataVisualization": string;
731
- /**
732
- * Text shown when the component receives invalid data.
733
- */
734
- "labelInvalidData": string;
735
- /**
736
- * Text shown when the component receives no data.
737
- */
738
- "labelNoData": string;
739
- /**
740
- * Used for the promoted link tooltip - promoted link consists of a single link.
741
- */
742
- "promotedLink": string;
743
- /**
744
- * Used to describe promoted link type for accessibility.
745
- */
746
- "promotedLinkAriaDesc": string;
747
- /**
748
- * Used for the promoted link tooltip - promoted link consists of multiple links.
749
- */
750
- "promotedLinks": string;
751
- /**
752
- * Used to describe the collapsed state for accessibility.
753
- */
754
- "stateCollapsed": string;
755
- /**
756
- * Used to describe a drillable object for accessibility.
757
- */
758
- "stateDrillable": string;
759
- /**
760
- * Used to describe the expanded state for accessibility.
761
- */
762
- "stateExpanded": string;
763
- /**
764
- * Used to describe the hidden state for accessibility.
765
- */
766
- "stateHidden": string;
767
- /**
768
- * Used to describe the isolated state for accessibility.
769
- */
770
- "stateIsolated": string;
771
- /**
772
- * Used to describe the maximized state for accessibility.
773
- */
774
- "stateMaximized": string;
775
- /**
776
- * Used to describe the minimized state for accessibility.
777
- */
778
- "stateMinimized": string;
779
- /**
780
- * Used to describe the selected state for accessibility.
781
- */
782
- "stateSelected": string;
783
- /**
784
- * Used to describe the unselected state for accessibility.
785
- */
786
- "stateUnselected": string;
787
- /**
788
- * Used to describe the visible state for accessibility.
789
- */
790
- "stateVisible": string;
791
- }
412
+ export interface Dnd {
413
+ /**
414
+ * Used to customize drag functionality.
415
+ */
416
+ "drag": DndDrag;
417
+ /**
418
+ * An object that describes drop functionality.
419
+ */
420
+ "drop": DndDrop;
421
+ }
422
+ export interface DndDrag {
423
+ /**
424
+ * Used to customize the drag features for nodes.
425
+ */
426
+ "nodes": DndDragNodes;
427
+ /**
428
+ * Defines link creation functionality.
429
+ */
430
+ "ports": DndDragPorts;
431
+ }
432
+ export interface DndDragNodes {
433
+ /**
434
+ * Specifies MIME type for dragged data.
435
+ */
436
+ "dataTypes": string|Array<string>;
437
+ }
438
+ export interface DndDragPorts {
439
+ /**
440
+ * Specifies MIME type for dragged data.
441
+ */
442
+ "dataTypes": string|Array<string>;
443
+ /**
444
+ * Specifies DOM element selector used to start link creation.
445
+ */
446
+ "selector": string;
447
+ }
448
+ export interface DndDrop {
449
+ /**
450
+ * Allows dropping on the diagram background.
451
+ */
452
+ "background": DndDropBackground;
453
+ /**
454
+ * Allows dropping on diagram links.
455
+ */
456
+ "links": DndDropLinks;
457
+ /**
458
+ * Allows dropping on diagram nodes.
459
+ */
460
+ "nodes": DndDropNodes;
461
+ /**
462
+ * Allows dropping a link end on a port.
463
+ */
464
+ "ports": DndDropPorts;
465
+ }
466
+ export interface DndDropBackground {
467
+ /**
468
+ * Specifies MIME types of objects that can be dropped on the Diagram background.
469
+ */
470
+ "dataTypes": string|Array<string>;
471
+ }
472
+ export interface DndDropLinks {
473
+ /**
474
+ * Specifies MIME types of objects that can be dropped on the Diagram links.
475
+ */
476
+ "dataTypes": string|Array<string>;
477
+ }
478
+ export interface DndDropNodes {
479
+ /**
480
+ * Specifies MIME types of objects that can be dropped on the Diagram nodes.
481
+ */
482
+ "dataTypes": string|Array<string>;
483
+ }
484
+ export interface DndDropPorts {
485
+ /**
486
+ * Specifies MIME types of objects that can be dropped on the Diagram ports.
487
+ */
488
+ "dataTypes": string|Array<string>;
489
+ /**
490
+ * Specifies DOM element selector used for link creation end.
491
+ */
492
+ "selector": string;
493
+ }
494
+ export interface LinkContent {
495
+ /**
496
+ * Specifies custom renderer for the diagram links used for focus updates.
497
+ */
498
+ "focusRenderer": null|null;
499
+ /**
500
+ * Specifies custom renderer for the diagram links used for hover updates.
501
+ */
502
+ "hoverRenderer": null|null;
503
+ /**
504
+ * Specifies custom renderer for the diagram links used for selection updates.
505
+ */
506
+ "selectionRenderer": null|null;
507
+ }
508
+ export interface NodeContent {
509
+ /**
510
+ * Specifies custom renderer for the diagram nodes used for focus updates.
511
+ */
512
+ "focusRenderer": null|null;
513
+ /**
514
+ * Specifies custom renderer for the diagram nodes used for hover updates.
515
+ */
516
+ "hoverRenderer": null|null;
517
+ /**
518
+ * Specifies custom renderer for the diagram nodes used for selection updates.
519
+ */
520
+ "selectionRenderer": null|null;
521
+ /**
522
+ * Specifies custom renderer for the diagram nodes used for zoom updates.
523
+ */
524
+ "zoomRenderer": null|null;
525
+ }
526
+ export interface Overview {
527
+ /**
528
+ * Specifies the region that will be scaled to fit within the overview.
529
+ */
530
+ "fitArea": string;
531
+ /**
532
+ * Horizontal alignment for diagram overview window
533
+ */
534
+ "halign": string;
535
+ /**
536
+ * Overview window height.
537
+ */
538
+ "height": number;
539
+ /**
540
+ * Controls how the fit area is scaled within the overview.
541
+ */
542
+ "preserveAspectRatio": string;
543
+ /**
544
+ * Specifies whether the overview scrollbar is rendered.
545
+ */
546
+ "rendered": string;
547
+ /**
548
+ * Vertical alignment for diagram overview window
549
+ */
550
+ "valign": string;
551
+ /**
552
+ * Overview window width.
553
+ */
554
+ "width": number;
555
+ }
556
+ export interface StyleDefaults {
557
+ /**
558
+ * Defines animation duration in milliseconds.
559
+ */
560
+ "animationDuration": number;
561
+ /**
562
+ * Specifies initial hover delay in milliseconds for highlighting data items.
563
+ */
564
+ "hoverBehaviorDelay": number;
565
+ /**
566
+ * Default link styles
567
+ */
568
+ "linkDefaults": StyleDefaultsLinkDefaults;
569
+ /**
570
+ * Default node styles
571
+ */
572
+ "nodeDefaults": StyleDefaultsNodeDefaults;
573
+ /**
574
+ * Promoted link styles
575
+ */
576
+ "promotedLink": StyleDefaultsPromotedLink;
577
+ }
578
+ export interface StyleDefaultsLinkDefaults {
579
+ /**
580
+ * Default link color.
581
+ */
582
+ "color": string;
583
+ /**
584
+ * Specifies the type of end connector on the link.
585
+ */
586
+ "endConnectorType": string;
587
+ /**
588
+ * Specifies CSS styles for the link label.
589
+ */
590
+ "labelStyle": object;
591
+ /**
592
+ * Specifies the type of start connector on the link.
593
+ */
594
+ "startConnectorType": string;
595
+ /**
596
+ * The default SVG CSS style class to apply to the link.
597
+ */
598
+ "svgClassName": string;
599
+ /**
600
+ * Specifies SVG CSS styles for the link.
601
+ */
602
+ "svgStyle": object;
603
+ /**
604
+ * Default link width in pixels.
605
+ */
606
+ "width": number;
607
+ }
608
+ export interface StyleDefaultsNodeDefaults {
609
+ /**
610
+ * Default style for the node icon.
611
+ */
612
+ "icon": StyleDefaultsNodeDefaultsIcon;
613
+ /**
614
+ * Specifies CSS styles for the node label.
615
+ */
616
+ "labelStyle": object;
617
+ /**
618
+ * Determines when to display the expand/collapse button.
619
+ */
620
+ "showDisclosure": string;
621
+ }
622
+ export interface StyleDefaultsNodeDefaultsIcon {
623
+ /**
624
+ * Default border color of the icon.
625
+ */
626
+ "borderColor": string;
627
+ /**
628
+ * Specifies default border radius of the icon.
629
+ */
630
+ "borderRadius": string;
631
+ /**
632
+ * Default border width of the icon in pixels.
633
+ */
634
+ "borderWidth": number;
635
+ /**
636
+ * Default color of the icon.
637
+ */
638
+ "color": string;
639
+ /**
640
+ * Default icon height.
641
+ */
642
+ "height": number;
643
+ /**
644
+ * Default fill pattern of the icon.
645
+ */
646
+ "pattern": string;
647
+ /**
648
+ * Specifies default shape of the icon.
649
+ */
650
+ "shape": string;
651
+ /**
652
+ * The URI of the node image
653
+ */
654
+ "source": string;
655
+ /**
656
+ * The optional URI of the node hover image.
657
+ */
658
+ "sourceHover": string;
659
+ /**
660
+ * The optional URI of the selected image on hover.
661
+ */
662
+ "sourceHoverSelected": string;
663
+ /**
664
+ * The optional URI of the selected image.
665
+ */
666
+ "sourceSelected": string;
667
+ /**
668
+ * The SVG CSS style class to apply to the node icon.
669
+ */
670
+ "svgClassName": string;
671
+ /**
672
+ * Specifies CSS styles for the icon.
673
+ */
674
+ "svgStyle": object;
675
+ /**
676
+ * Default icon width.
677
+ */
678
+ "width": number;
679
+ }
680
+ export interface StyleDefaultsPromotedLink {
681
+ /**
682
+ * Default promoted link color. The default value varies based on theme.
683
+ */
684
+ "color": string;
685
+ /**
686
+ * Specifies the type of end connector on the promoted link.
687
+ */
688
+ "endConnectorType": string;
689
+ /**
690
+ * Specifies the type of start connector on the promoted link.
691
+ */
692
+ "startConnectorType": string;
693
+ /**
694
+ * The SVG CSS style class to apply to the promoted link.
695
+ */
696
+ "svgClassName": string;
697
+ /**
698
+ * Specifies CSS styles of the promoted link.
699
+ */
700
+ "svgStyle": object;
701
+ /**
702
+ * Default link width in pixels.
703
+ */
704
+ "width": number;
705
+ }
706
+ export interface Tooltip {
707
+ }
708
+ export interface Translations {
709
+ /**
710
+ * Used to describe the data visualization type for accessibility.
711
+ */
712
+ "componentName": string;
713
+ /**
714
+ * Used to display a label and its value.
715
+ */
716
+ "labelAndValue": string;
717
+ /**
718
+ * Text shown for clearing multiple selection on touch devices.
719
+ */
720
+ "labelClearSelection": string;
721
+ /**
722
+ * Used to display a count out of a total.
723
+ */
724
+ "labelCountWithTotal": string;
725
+ /**
726
+ * Label for data visualizations used for accessibility.
727
+ */
728
+ "labelDataVisualization": string;
729
+ /**
730
+ * Text shown when the component receives invalid data.
731
+ */
732
+ "labelInvalidData": string;
733
+ /**
734
+ * Text shown when the component receives no data.
735
+ */
736
+ "labelNoData": string;
737
+ /**
738
+ * Used for the promoted link tooltip - promoted link consists of a single link.
739
+ */
740
+ "promotedLink": string;
741
+ /**
742
+ * Used to describe promoted link type for accessibility.
743
+ */
744
+ "promotedLinkAriaDesc": string;
745
+ /**
746
+ * Used for the promoted link tooltip - promoted link consists of multiple links.
747
+ */
748
+ "promotedLinks": string;
749
+ /**
750
+ * Used to describe the collapsed state for accessibility.
751
+ */
752
+ "stateCollapsed": string;
753
+ /**
754
+ * Used to describe a drillable object for accessibility.
755
+ */
756
+ "stateDrillable": string;
757
+ /**
758
+ * Used to describe the expanded state for accessibility.
759
+ */
760
+ "stateExpanded": string;
761
+ /**
762
+ * Used to describe the hidden state for accessibility.
763
+ */
764
+ "stateHidden": string;
765
+ /**
766
+ * Used to describe the isolated state for accessibility.
767
+ */
768
+ "stateIsolated": string;
769
+ /**
770
+ * Used to describe the maximized state for accessibility.
771
+ */
772
+ "stateMaximized": string;
773
+ /**
774
+ * Used to describe the minimized state for accessibility.
775
+ */
776
+ "stateMinimized": string;
777
+ /**
778
+ * Used to describe the selected state for accessibility.
779
+ */
780
+ "stateSelected": string;
781
+ /**
782
+ * Used to describe the unselected state for accessibility.
783
+ */
784
+ "stateUnselected": string;
785
+ /**
786
+ * Used to describe the visible state for accessibility.
787
+ */
788
+ "stateVisible": string;
792
789
  }