@oracle/oraclejet-webdriver 11.1.0 → 12.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (612) hide show
  1. package/README.md +9 -11
  2. package/bin/generate +12 -12
  3. package/bin/templates/baseclass.ts-template +1 -1
  4. package/bin/templates/class.ts-template +4 -6
  5. package/bin/templates/element-test.spec.ts-template +2 -2
  6. package/bin/templates/index.ts-template +14 -13
  7. package/bin/templates/property-getter.ts-template +3 -3
  8. package/bin/templates/property-setter.ts-template +3 -3
  9. package/elements/OjWebElement.js +5 -2
  10. package/elements/OjWebElement.js.map +1 -1
  11. package/elements/OjWebElement.ts +5 -2
  12. package/elements/index.js +12 -3
  13. package/elements/index.js.map +1 -1
  14. package/elements/index.ts +3 -0
  15. package/elements/oj-accordion/OjAccordion.js.map +1 -1
  16. package/elements/oj-accordion/OjAccordion.ts +3 -5
  17. package/elements/oj-accordion/OjAccordionBase.js +4 -4
  18. package/elements/oj-accordion/OjAccordionBase.js.map +1 -1
  19. package/elements/oj-accordion/OjAccordionBase.ts +13 -13
  20. package/elements/oj-accordion/index.js +2 -2
  21. package/elements/oj-accordion/index.js.map +1 -1
  22. package/elements/oj-accordion/index.ts +14 -13
  23. package/elements/oj-action-card/OjActionCard.js +11 -0
  24. package/elements/oj-action-card/OjActionCard.js.map +1 -0
  25. package/elements/oj-action-card/OjActionCard.ts +15 -0
  26. package/elements/oj-action-card/OjActionCardBase.js +8 -0
  27. package/elements/oj-action-card/OjActionCardBase.js.map +1 -0
  28. package/elements/oj-action-card/OjActionCardBase.ts +13 -0
  29. package/elements/oj-action-card/index.js +17 -0
  30. package/elements/oj-action-card/index.js.map +1 -0
  31. package/elements/oj-action-card/index.ts +28 -0
  32. package/elements/oj-button/OjButton.js.map +1 -1
  33. package/elements/oj-button/OjButton.ts +3 -5
  34. package/elements/oj-button/OjButtonBase.js +5 -5
  35. package/elements/oj-button/OjButtonBase.js.map +1 -1
  36. package/elements/oj-button/OjButtonBase.ts +16 -16
  37. package/elements/oj-button/index.js +2 -2
  38. package/elements/oj-button/index.js.map +1 -1
  39. package/elements/oj-button/index.ts +14 -13
  40. package/elements/oj-buttonset-many/OjButtonsetMany.js.map +1 -1
  41. package/elements/oj-buttonset-many/OjButtonsetMany.ts +3 -5
  42. package/elements/oj-buttonset-many/OjButtonsetManyBase.js +9 -9
  43. package/elements/oj-buttonset-many/OjButtonsetManyBase.js.map +1 -1
  44. package/elements/oj-buttonset-many/OjButtonsetManyBase.ts +28 -28
  45. package/elements/oj-buttonset-many/index.js +2 -2
  46. package/elements/oj-buttonset-many/index.js.map +1 -1
  47. package/elements/oj-buttonset-many/index.ts +14 -13
  48. package/elements/oj-buttonset-one/OjButtonsetOne.js.map +1 -1
  49. package/elements/oj-buttonset-one/OjButtonsetOne.ts +3 -5
  50. package/elements/oj-buttonset-one/OjButtonsetOneBase.js +9 -9
  51. package/elements/oj-buttonset-one/OjButtonsetOneBase.js.map +1 -1
  52. package/elements/oj-buttonset-one/OjButtonsetOneBase.ts +28 -28
  53. package/elements/oj-buttonset-one/index.js +2 -2
  54. package/elements/oj-buttonset-one/index.js.map +1 -1
  55. package/elements/oj-buttonset-one/index.ts +14 -13
  56. package/elements/oj-chart/OjChart.js.map +1 -1
  57. package/elements/oj-chart/OjChart.ts +3 -5
  58. package/elements/oj-chart/OjChartBase.js +55 -55
  59. package/elements/oj-chart/OjChartBase.js.map +1 -1
  60. package/elements/oj-chart/OjChartBase.ts +2149 -2152
  61. package/elements/oj-chart/index.js +2 -2
  62. package/elements/oj-chart/index.js.map +1 -1
  63. package/elements/oj-chart/index.ts +14 -13
  64. package/elements/oj-checkboxset/OjCheckboxset.js.map +1 -1
  65. package/elements/oj-checkboxset/OjCheckboxset.ts +3 -5
  66. package/elements/oj-checkboxset/OjCheckboxsetBase.js +20 -20
  67. package/elements/oj-checkboxset/OjCheckboxsetBase.js.map +1 -1
  68. package/elements/oj-checkboxset/OjCheckboxsetBase.ts +133 -136
  69. package/elements/oj-checkboxset/index.js +2 -2
  70. package/elements/oj-checkboxset/index.js.map +1 -1
  71. package/elements/oj-checkboxset/index.ts +14 -13
  72. package/elements/oj-collapsible/OjCollapsible.js.map +1 -1
  73. package/elements/oj-collapsible/OjCollapsible.ts +3 -5
  74. package/elements/oj-collapsible/OjCollapsibleBase.js +5 -5
  75. package/elements/oj-collapsible/OjCollapsibleBase.js.map +1 -1
  76. package/elements/oj-collapsible/OjCollapsibleBase.ts +16 -16
  77. package/elements/oj-collapsible/index.js +2 -2
  78. package/elements/oj-collapsible/index.js.map +1 -1
  79. package/elements/oj-collapsible/index.ts +14 -13
  80. package/elements/oj-color-palette/OjColorPalette.js.map +1 -1
  81. package/elements/oj-color-palette/OjColorPalette.ts +3 -5
  82. package/elements/oj-color-palette/OjColorPaletteBase.js +19 -19
  83. package/elements/oj-color-palette/OjColorPaletteBase.js.map +1 -1
  84. package/elements/oj-color-palette/OjColorPaletteBase.ts +114 -117
  85. package/elements/oj-color-palette/index.js +2 -2
  86. package/elements/oj-color-palette/index.js.map +1 -1
  87. package/elements/oj-color-palette/index.ts +14 -13
  88. package/elements/oj-color-spectrum/OjColorSpectrum.js.map +1 -1
  89. package/elements/oj-color-spectrum/OjColorSpectrum.ts +3 -5
  90. package/elements/oj-color-spectrum/OjColorSpectrumBase.js +16 -16
  91. package/elements/oj-color-spectrum/OjColorSpectrumBase.js.map +1 -1
  92. package/elements/oj-color-spectrum/OjColorSpectrumBase.ts +106 -109
  93. package/elements/oj-color-spectrum/index.js +2 -2
  94. package/elements/oj-color-spectrum/index.js.map +1 -1
  95. package/elements/oj-color-spectrum/index.ts +14 -13
  96. package/elements/oj-combobox-many/OjComboboxMany.js.map +1 -1
  97. package/elements/oj-combobox-many/OjComboboxMany.ts +3 -5
  98. package/elements/oj-combobox-many/OjComboboxManyBase.js +30 -30
  99. package/elements/oj-combobox-many/OjComboboxManyBase.js.map +1 -1
  100. package/elements/oj-combobox-many/OjComboboxManyBase.ts +247 -250
  101. package/elements/oj-combobox-many/index.js +2 -2
  102. package/elements/oj-combobox-many/index.js.map +1 -1
  103. package/elements/oj-combobox-many/index.ts +14 -13
  104. package/elements/oj-combobox-one/OjComboboxOne.js.map +1 -1
  105. package/elements/oj-combobox-one/OjComboboxOne.ts +3 -5
  106. package/elements/oj-combobox-one/OjComboboxOneBase.js +31 -31
  107. package/elements/oj-combobox-one/OjComboboxOneBase.js.map +1 -1
  108. package/elements/oj-combobox-one/OjComboboxOneBase.ts +246 -249
  109. package/elements/oj-combobox-one/index.js +2 -2
  110. package/elements/oj-combobox-one/index.js.map +1 -1
  111. package/elements/oj-combobox-one/index.ts +14 -13
  112. package/elements/oj-conveyor-belt/OjConveyorBelt.js.map +1 -1
  113. package/elements/oj-conveyor-belt/OjConveyorBelt.ts +3 -5
  114. package/elements/oj-conveyor-belt/OjConveyorBeltBase.js +13 -7
  115. package/elements/oj-conveyor-belt/OjConveyorBeltBase.js.map +1 -1
  116. package/elements/oj-conveyor-belt/OjConveyorBeltBase.ts +52 -35
  117. package/elements/oj-conveyor-belt/index.js +2 -2
  118. package/elements/oj-conveyor-belt/index.js.map +1 -1
  119. package/elements/oj-conveyor-belt/index.ts +14 -13
  120. package/elements/oj-data-grid/OjDataGrid.js.map +1 -1
  121. package/elements/oj-data-grid/OjDataGrid.ts +3 -5
  122. package/elements/oj-data-grid/OjDataGridBase.js +22 -19
  123. package/elements/oj-data-grid/OjDataGridBase.js.map +1 -1
  124. package/elements/oj-data-grid/OjDataGridBase.ts +683 -590
  125. package/elements/oj-data-grid/index.js +2 -2
  126. package/elements/oj-data-grid/index.js.map +1 -1
  127. package/elements/oj-data-grid/index.ts +14 -13
  128. package/elements/oj-date-picker/OjDatePicker.js.map +1 -1
  129. package/elements/oj-date-picker/OjDatePicker.ts +3 -5
  130. package/elements/oj-date-picker/OjDatePickerBase.js +32 -32
  131. package/elements/oj-date-picker/OjDatePickerBase.js.map +1 -1
  132. package/elements/oj-date-picker/OjDatePickerBase.ts +338 -341
  133. package/elements/oj-date-picker/index.js +2 -2
  134. package/elements/oj-date-picker/index.js.map +1 -1
  135. package/elements/oj-date-picker/index.ts +14 -13
  136. package/elements/oj-date-time-picker/OjDateTimePicker.js.map +1 -1
  137. package/elements/oj-date-time-picker/OjDateTimePicker.ts +3 -5
  138. package/elements/oj-date-time-picker/OjDateTimePickerBase.js +33 -33
  139. package/elements/oj-date-time-picker/OjDateTimePickerBase.js.map +1 -1
  140. package/elements/oj-date-time-picker/OjDateTimePickerBase.ts +366 -365
  141. package/elements/oj-date-time-picker/index.js +2 -2
  142. package/elements/oj-date-time-picker/index.js.map +1 -1
  143. package/elements/oj-date-time-picker/index.ts +14 -13
  144. package/elements/oj-diagram/OjDiagram.js.map +1 -1
  145. package/elements/oj-diagram/OjDiagram.ts +3 -5
  146. package/elements/oj-diagram/OjDiagramBase.js +40 -40
  147. package/elements/oj-diagram/OjDiagramBase.js.map +1 -1
  148. package/elements/oj-diagram/OjDiagramBase.ts +505 -508
  149. package/elements/oj-diagram/index.js +2 -2
  150. package/elements/oj-diagram/index.js.map +1 -1
  151. package/elements/oj-diagram/index.ts +14 -13
  152. package/elements/oj-dialog/OjDialog.js.map +1 -1
  153. package/elements/oj-dialog/OjDialog.ts +3 -5
  154. package/elements/oj-dialog/OjDialogBase.js +8 -8
  155. package/elements/oj-dialog/OjDialogBase.js.map +1 -1
  156. package/elements/oj-dialog/OjDialogBase.ts +84 -87
  157. package/elements/oj-dialog/index.js +2 -2
  158. package/elements/oj-dialog/index.js.map +1 -1
  159. package/elements/oj-dialog/index.ts +14 -13
  160. package/elements/oj-drawer-layout/OjDrawerLayout.js +8 -0
  161. package/elements/oj-drawer-layout/OjDrawerLayout.js.map +1 -0
  162. package/elements/oj-drawer-layout/OjDrawerLayout.ts +10 -0
  163. package/elements/oj-drawer-layout/OjDrawerLayoutBase.js +26 -0
  164. package/elements/oj-drawer-layout/OjDrawerLayoutBase.js.map +1 -0
  165. package/elements/oj-drawer-layout/OjDrawerLayoutBase.ts +72 -0
  166. package/elements/oj-drawer-layout/index.js +17 -0
  167. package/elements/oj-drawer-layout/index.js.map +1 -0
  168. package/elements/oj-drawer-layout/index.ts +28 -0
  169. package/elements/oj-drawer-popup/OjDrawerPopup.js +11 -0
  170. package/elements/oj-drawer-popup/OjDrawerPopup.js.map +1 -0
  171. package/elements/oj-drawer-popup/OjDrawerPopup.ts +17 -0
  172. package/elements/oj-drawer-popup/OjDrawerPopupBase.js +23 -0
  173. package/elements/oj-drawer-popup/OjDrawerPopupBase.js.map +1 -0
  174. package/elements/oj-drawer-popup/OjDrawerPopupBase.ts +62 -0
  175. package/elements/oj-drawer-popup/index.js +17 -0
  176. package/elements/oj-drawer-popup/index.js.map +1 -0
  177. package/elements/oj-drawer-popup/index.ts +28 -0
  178. package/elements/oj-file-picker/OjFilePicker.js.map +1 -1
  179. package/elements/oj-file-picker/OjFilePicker.ts +3 -5
  180. package/elements/oj-file-picker/OjFilePickerBase.js +7 -7
  181. package/elements/oj-file-picker/OjFilePickerBase.js.map +1 -1
  182. package/elements/oj-file-picker/OjFilePickerBase.ts +22 -22
  183. package/elements/oj-file-picker/index.js +2 -2
  184. package/elements/oj-file-picker/index.js.map +1 -1
  185. package/elements/oj-file-picker/index.ts +14 -13
  186. package/elements/oj-film-strip/OjFilmStrip.js.map +1 -1
  187. package/elements/oj-film-strip/OjFilmStrip.ts +3 -5
  188. package/elements/oj-film-strip/OjFilmStripBase.js +8 -8
  189. package/elements/oj-film-strip/OjFilmStripBase.js.map +1 -1
  190. package/elements/oj-film-strip/OjFilmStripBase.ts +59 -62
  191. package/elements/oj-film-strip/index.js +2 -2
  192. package/elements/oj-film-strip/index.js.map +1 -1
  193. package/elements/oj-film-strip/index.ts +14 -13
  194. package/elements/oj-gantt/OjGantt.js.map +1 -1
  195. package/elements/oj-gantt/OjGantt.ts +3 -5
  196. package/elements/oj-gantt/OjGanttBase.js +48 -30
  197. package/elements/oj-gantt/OjGanttBase.js.map +1 -1
  198. package/elements/oj-gantt/OjGanttBase.ts +1033 -816
  199. package/elements/oj-gantt/index.js +2 -2
  200. package/elements/oj-gantt/index.js.map +1 -1
  201. package/elements/oj-gantt/index.ts +14 -13
  202. package/elements/oj-indexer/OjIndexer.js.map +1 -1
  203. package/elements/oj-indexer/OjIndexer.ts +3 -5
  204. package/elements/oj-indexer/OjIndexerBase.js +2 -2
  205. package/elements/oj-indexer/OjIndexerBase.js.map +1 -1
  206. package/elements/oj-indexer/OjIndexerBase.ts +37 -40
  207. package/elements/oj-indexer/index.js +2 -2
  208. package/elements/oj-indexer/index.js.map +1 -1
  209. package/elements/oj-indexer/index.ts +14 -13
  210. package/elements/oj-input-date/OjInputDate.js.map +1 -1
  211. package/elements/oj-input-date/OjInputDate.ts +3 -5
  212. package/elements/oj-input-date/OjInputDateBase.js +33 -33
  213. package/elements/oj-input-date/OjInputDateBase.js.map +1 -1
  214. package/elements/oj-input-date/OjInputDateBase.ts +341 -344
  215. package/elements/oj-input-date/index.js +2 -2
  216. package/elements/oj-input-date/index.js.map +1 -1
  217. package/elements/oj-input-date/index.ts +14 -13
  218. package/elements/oj-input-date-time/OjInputDateTime.js.map +1 -1
  219. package/elements/oj-input-date-time/OjInputDateTime.ts +3 -5
  220. package/elements/oj-input-date-time/OjInputDateTimeBase.js +34 -34
  221. package/elements/oj-input-date-time/OjInputDateTimeBase.js.map +1 -1
  222. package/elements/oj-input-date-time/OjInputDateTimeBase.ts +369 -368
  223. package/elements/oj-input-date-time/index.js +2 -2
  224. package/elements/oj-input-date-time/index.js.map +1 -1
  225. package/elements/oj-input-date-time/index.ts +14 -13
  226. package/elements/oj-input-number/OjInputNumber.js.map +1 -1
  227. package/elements/oj-input-number/OjInputNumber.ts +3 -5
  228. package/elements/oj-input-number/OjInputNumberBase.js +30 -30
  229. package/elements/oj-input-number/OjInputNumberBase.js.map +1 -1
  230. package/elements/oj-input-number/OjInputNumberBase.ts +216 -219
  231. package/elements/oj-input-number/index.js +2 -2
  232. package/elements/oj-input-number/index.js.map +1 -1
  233. package/elements/oj-input-number/index.ts +14 -13
  234. package/elements/oj-input-password/OjInputPassword.js.map +1 -1
  235. package/elements/oj-input-password/OjInputPassword.ts +3 -5
  236. package/elements/oj-input-password/OjInputPasswordBase.js +25 -25
  237. package/elements/oj-input-password/OjInputPasswordBase.js.map +1 -1
  238. package/elements/oj-input-password/OjInputPasswordBase.ts +163 -166
  239. package/elements/oj-input-password/index.js +2 -2
  240. package/elements/oj-input-password/index.js.map +1 -1
  241. package/elements/oj-input-password/index.ts +14 -13
  242. package/elements/oj-input-search/OjInputSearch.js.map +1 -1
  243. package/elements/oj-input-search/OjInputSearch.ts +3 -5
  244. package/elements/oj-input-search/OjInputSearchBase.js +6 -6
  245. package/elements/oj-input-search/OjInputSearchBase.js.map +1 -1
  246. package/elements/oj-input-search/OjInputSearchBase.ts +19 -19
  247. package/elements/oj-input-search/index.js +2 -2
  248. package/elements/oj-input-search/index.js.map +1 -1
  249. package/elements/oj-input-search/index.ts +14 -13
  250. package/elements/oj-input-text/OjInputText.js.map +1 -1
  251. package/elements/oj-input-text/OjInputText.ts +3 -5
  252. package/elements/oj-input-text/OjInputTextBase.js +29 -29
  253. package/elements/oj-input-text/OjInputTextBase.js.map +1 -1
  254. package/elements/oj-input-text/OjInputTextBase.ts +178 -181
  255. package/elements/oj-input-text/index.js +2 -2
  256. package/elements/oj-input-text/index.js.map +1 -1
  257. package/elements/oj-input-text/index.ts +14 -13
  258. package/elements/oj-input-time/OjInputTime.js.map +1 -1
  259. package/elements/oj-input-time/OjInputTime.ts +3 -5
  260. package/elements/oj-input-time/OjInputTimeBase.js +31 -31
  261. package/elements/oj-input-time/OjInputTimeBase.js.map +1 -1
  262. package/elements/oj-input-time/OjInputTimeBase.ts +283 -286
  263. package/elements/oj-input-time/index.js +2 -2
  264. package/elements/oj-input-time/index.js.map +1 -1
  265. package/elements/oj-input-time/index.ts +14 -13
  266. package/elements/oj-label/OjLabel.js.map +1 -1
  267. package/elements/oj-label/OjLabel.ts +3 -5
  268. package/elements/oj-label/OjLabelBase.js +5 -5
  269. package/elements/oj-label/OjLabelBase.js.map +1 -1
  270. package/elements/oj-label/OjLabelBase.ts +37 -40
  271. package/elements/oj-label/index.js +2 -2
  272. package/elements/oj-label/index.js.map +1 -1
  273. package/elements/oj-label/index.ts +14 -13
  274. package/elements/oj-led-gauge/OjLedGauge.js.map +1 -1
  275. package/elements/oj-led-gauge/OjLedGauge.ts +3 -5
  276. package/elements/oj-led-gauge/OjLedGaugeBase.js +21 -18
  277. package/elements/oj-led-gauge/OjLedGaugeBase.js.map +1 -1
  278. package/elements/oj-led-gauge/OjLedGaugeBase.ts +196 -189
  279. package/elements/oj-led-gauge/index.js +2 -2
  280. package/elements/oj-led-gauge/index.js.map +1 -1
  281. package/elements/oj-led-gauge/index.ts +14 -13
  282. package/elements/oj-legend/OjLegend.js.map +1 -1
  283. package/elements/oj-legend/OjLegend.ts +3 -5
  284. package/elements/oj-legend/OjLegendBase.js +22 -22
  285. package/elements/oj-legend/OjLegendBase.js.map +1 -1
  286. package/elements/oj-legend/OjLegendBase.ts +180 -183
  287. package/elements/oj-legend/index.js +2 -2
  288. package/elements/oj-legend/index.js.map +1 -1
  289. package/elements/oj-legend/index.ts +14 -13
  290. package/elements/oj-list-view/OjListView.js +20 -2
  291. package/elements/oj-list-view/OjListView.js.map +1 -1
  292. package/elements/oj-list-view/OjListView.ts +39 -7
  293. package/elements/oj-list-view/OjListViewBase.js +21 -21
  294. package/elements/oj-list-view/OjListViewBase.js.map +1 -1
  295. package/elements/oj-list-view/OjListViewBase.ts +221 -224
  296. package/elements/oj-list-view/index.js +2 -2
  297. package/elements/oj-list-view/index.js.map +1 -1
  298. package/elements/oj-list-view/index.ts +14 -13
  299. package/elements/oj-masonry-layout/OjMasonryLayout.js.map +1 -1
  300. package/elements/oj-masonry-layout/OjMasonryLayout.ts +3 -5
  301. package/elements/oj-masonry-layout/OjMasonryLayoutBase.js +2 -2
  302. package/elements/oj-masonry-layout/OjMasonryLayoutBase.js.map +1 -1
  303. package/elements/oj-masonry-layout/OjMasonryLayoutBase.ts +21 -24
  304. package/elements/oj-masonry-layout/index.js +2 -2
  305. package/elements/oj-masonry-layout/index.js.map +1 -1
  306. package/elements/oj-masonry-layout/index.ts +14 -13
  307. package/elements/oj-menu/OjMenu.js +12 -0
  308. package/elements/oj-menu/OjMenu.js.map +1 -1
  309. package/elements/oj-menu/OjMenu.ts +21 -5
  310. package/elements/oj-menu/OjMenuBase.js +3 -3
  311. package/elements/oj-menu/OjMenuBase.js.map +1 -1
  312. package/elements/oj-menu/OjMenuBase.ts +91 -94
  313. package/elements/oj-menu/index.js +2 -2
  314. package/elements/oj-menu/index.js.map +1 -1
  315. package/elements/oj-menu/index.ts +14 -13
  316. package/elements/oj-menu-button/OjMenuButton.js.map +1 -1
  317. package/elements/oj-menu-button/OjMenuButton.ts +3 -5
  318. package/elements/oj-menu-button/OjMenuButtonBase.js +5 -5
  319. package/elements/oj-menu-button/OjMenuButtonBase.js.map +1 -1
  320. package/elements/oj-menu-button/OjMenuButtonBase.ts +16 -16
  321. package/elements/oj-menu-button/index.js +2 -2
  322. package/elements/oj-menu-button/index.js.map +1 -1
  323. package/elements/oj-menu-button/index.ts +14 -13
  324. package/elements/oj-message/OjMessage.js.map +1 -1
  325. package/elements/oj-message/OjMessage.ts +3 -5
  326. package/elements/oj-message/OjMessageBase.js +3 -3
  327. package/elements/oj-message/OjMessageBase.js.map +1 -1
  328. package/elements/oj-message/OjMessageBase.ts +84 -87
  329. package/elements/oj-message/index.js +2 -2
  330. package/elements/oj-message/index.js.map +1 -1
  331. package/elements/oj-message/index.ts +14 -13
  332. package/elements/oj-n-box/OjNBox.js.map +1 -1
  333. package/elements/oj-n-box/OjNBox.ts +3 -5
  334. package/elements/oj-n-box/OjNBoxBase.js +36 -36
  335. package/elements/oj-n-box/OjNBoxBase.js.map +1 -1
  336. package/elements/oj-n-box/OjNBoxBase.ts +657 -660
  337. package/elements/oj-n-box/index.js +2 -2
  338. package/elements/oj-n-box/index.js.map +1 -1
  339. package/elements/oj-n-box/index.ts +14 -13
  340. package/elements/oj-navigation-list/OjNavigationList.js +7 -7
  341. package/elements/oj-navigation-list/OjNavigationList.js.map +1 -1
  342. package/elements/oj-navigation-list/OjNavigationList.ts +13 -18
  343. package/elements/oj-navigation-list/OjNavigationListBase.js +14 -14
  344. package/elements/oj-navigation-list/OjNavigationListBase.js.map +1 -1
  345. package/elements/oj-navigation-list/OjNavigationListBase.ts +84 -87
  346. package/elements/oj-navigation-list/index.js +2 -2
  347. package/elements/oj-navigation-list/index.js.map +1 -1
  348. package/elements/oj-navigation-list/index.ts +14 -13
  349. package/elements/oj-paging-control/OjPagingControl.js.map +1 -1
  350. package/elements/oj-paging-control/OjPagingControl.ts +3 -5
  351. package/elements/oj-paging-control/OjPagingControlBase.js +7 -7
  352. package/elements/oj-paging-control/OjPagingControlBase.js.map +1 -1
  353. package/elements/oj-paging-control/OjPagingControlBase.ts +182 -185
  354. package/elements/oj-paging-control/index.js +2 -2
  355. package/elements/oj-paging-control/index.js.map +1 -1
  356. package/elements/oj-paging-control/index.ts +14 -13
  357. package/elements/oj-picto-chart/OjPictoChart.js.map +1 -1
  358. package/elements/oj-picto-chart/OjPictoChart.ts +3 -5
  359. package/elements/oj-picto-chart/OjPictoChartBase.js +26 -26
  360. package/elements/oj-picto-chart/OjPictoChartBase.js.map +1 -1
  361. package/elements/oj-picto-chart/OjPictoChartBase.ts +227 -230
  362. package/elements/oj-picto-chart/index.js +2 -2
  363. package/elements/oj-picto-chart/index.js.map +1 -1
  364. package/elements/oj-picto-chart/index.ts +14 -13
  365. package/elements/oj-popup/OjPopup.js.map +1 -1
  366. package/elements/oj-popup/OjPopup.ts +3 -5
  367. package/elements/oj-popup/OjPopupBase.js +7 -7
  368. package/elements/oj-popup/OjPopupBase.js.map +1 -1
  369. package/elements/oj-popup/OjPopupBase.ts +101 -104
  370. package/elements/oj-popup/index.js +2 -2
  371. package/elements/oj-popup/index.js.map +1 -1
  372. package/elements/oj-popup/index.ts +14 -13
  373. package/elements/oj-progress/OjProgress.js.map +1 -1
  374. package/elements/oj-progress/OjProgress.ts +3 -5
  375. package/elements/oj-progress/OjProgressBase.js +5 -5
  376. package/elements/oj-progress/OjProgressBase.js.map +1 -1
  377. package/elements/oj-progress/OjProgressBase.ts +22 -25
  378. package/elements/oj-progress/index.js +2 -2
  379. package/elements/oj-progress/index.js.map +1 -1
  380. package/elements/oj-progress/index.ts +14 -13
  381. package/elements/oj-progress-list/OjProgressList.js.map +1 -1
  382. package/elements/oj-progress-list/OjProgressList.ts +3 -5
  383. package/elements/oj-progress-list/OjProgressListBase.js +1 -1
  384. package/elements/oj-progress-list/OjProgressListBase.js.map +1 -1
  385. package/elements/oj-progress-list/OjProgressListBase.ts +4 -4
  386. package/elements/oj-progress-list/index.js +2 -2
  387. package/elements/oj-progress-list/index.js.map +1 -1
  388. package/elements/oj-progress-list/index.ts +14 -13
  389. package/elements/oj-radioset/OjRadioset.js.map +1 -1
  390. package/elements/oj-radioset/OjRadioset.ts +3 -5
  391. package/elements/oj-radioset/OjRadiosetBase.js +20 -20
  392. package/elements/oj-radioset/OjRadiosetBase.js.map +1 -1
  393. package/elements/oj-radioset/OjRadiosetBase.ts +133 -136
  394. package/elements/oj-radioset/index.js +2 -2
  395. package/elements/oj-radioset/index.js.map +1 -1
  396. package/elements/oj-radioset/index.ts +14 -13
  397. package/elements/oj-rating-gauge/OjRatingGauge.js.map +1 -1
  398. package/elements/oj-rating-gauge/OjRatingGauge.ts +3 -5
  399. package/elements/oj-rating-gauge/OjRatingGaugeBase.js +24 -24
  400. package/elements/oj-rating-gauge/OjRatingGaugeBase.js.map +1 -1
  401. package/elements/oj-rating-gauge/OjRatingGaugeBase.ts +275 -278
  402. package/elements/oj-rating-gauge/index.js +2 -2
  403. package/elements/oj-rating-gauge/index.js.map +1 -1
  404. package/elements/oj-rating-gauge/index.ts +14 -13
  405. package/elements/oj-refresher/OjRefresher.js.map +1 -1
  406. package/elements/oj-refresher/OjRefresher.ts +3 -5
  407. package/elements/oj-refresher/OjRefresherBase.js +4 -4
  408. package/elements/oj-refresher/OjRefresherBase.js.map +1 -1
  409. package/elements/oj-refresher/OjRefresherBase.ts +27 -30
  410. package/elements/oj-refresher/index.js +2 -2
  411. package/elements/oj-refresher/index.js.map +1 -1
  412. package/elements/oj-refresher/index.ts +14 -13
  413. package/elements/oj-row-expander/OjRowExpander.js.map +1 -1
  414. package/elements/oj-row-expander/OjRowExpander.ts +3 -5
  415. package/elements/oj-row-expander/OjRowExpanderBase.js +4 -4
  416. package/elements/oj-row-expander/OjRowExpanderBase.js.map +1 -1
  417. package/elements/oj-row-expander/OjRowExpanderBase.ts +39 -42
  418. package/elements/oj-row-expander/index.js +2 -2
  419. package/elements/oj-row-expander/index.js.map +1 -1
  420. package/elements/oj-row-expander/index.ts +14 -13
  421. package/elements/oj-select-many/OjSelectMany.js.map +1 -1
  422. package/elements/oj-select-many/OjSelectMany.ts +3 -5
  423. package/elements/oj-select-many/OjSelectManyBase.js +27 -27
  424. package/elements/oj-select-many/OjSelectManyBase.js.map +1 -1
  425. package/elements/oj-select-many/OjSelectManyBase.ts +224 -227
  426. package/elements/oj-select-many/index.js +2 -2
  427. package/elements/oj-select-many/index.js.map +1 -1
  428. package/elements/oj-select-many/index.ts +14 -13
  429. package/elements/oj-select-one/OjSelectOne.js.map +1 -1
  430. package/elements/oj-select-one/OjSelectOne.ts +3 -5
  431. package/elements/oj-select-one/OjSelectOneBase.js +27 -27
  432. package/elements/oj-select-one/OjSelectOneBase.js.map +1 -1
  433. package/elements/oj-select-one/OjSelectOneBase.ts +220 -223
  434. package/elements/oj-select-one/index.js +2 -2
  435. package/elements/oj-select-one/index.js.map +1 -1
  436. package/elements/oj-select-one/index.ts +14 -13
  437. package/elements/oj-select-single/OjSelectSingle.js.map +1 -1
  438. package/elements/oj-select-single/OjSelectSingle.ts +3 -5
  439. package/elements/oj-select-single/OjSelectSingleBase.js +23 -23
  440. package/elements/oj-select-single/OjSelectSingleBase.js.map +1 -1
  441. package/elements/oj-select-single/OjSelectSingleBase.ts +156 -159
  442. package/elements/oj-select-single/index.js +2 -2
  443. package/elements/oj-select-single/index.js.map +1 -1
  444. package/elements/oj-select-single/index.ts +14 -13
  445. package/elements/oj-selector/OjSelector.js.map +1 -1
  446. package/elements/oj-selector/OjSelector.ts +3 -5
  447. package/elements/oj-selector/OjSelectorBase.js +6 -6
  448. package/elements/oj-selector/OjSelectorBase.js.map +1 -1
  449. package/elements/oj-selector/OjSelectorBase.ts +19 -19
  450. package/elements/oj-selector/index.js +2 -2
  451. package/elements/oj-selector/index.js.map +1 -1
  452. package/elements/oj-selector/index.ts +14 -13
  453. package/elements/oj-slider/OjSlider.js.map +1 -1
  454. package/elements/oj-slider/OjSlider.ts +3 -5
  455. package/elements/oj-slider/OjSliderBase.js +21 -21
  456. package/elements/oj-slider/OjSliderBase.js.map +1 -1
  457. package/elements/oj-slider/OjSliderBase.ts +123 -126
  458. package/elements/oj-slider/index.js +2 -2
  459. package/elements/oj-slider/index.js.map +1 -1
  460. package/elements/oj-slider/index.ts +14 -13
  461. package/elements/oj-spark-chart/OjSparkChart.js.map +1 -1
  462. package/elements/oj-spark-chart/OjSparkChart.ts +3 -5
  463. package/elements/oj-spark-chart/OjSparkChartBase.js +29 -29
  464. package/elements/oj-spark-chart/OjSparkChartBase.js.map +1 -1
  465. package/elements/oj-spark-chart/OjSparkChartBase.ts +247 -250
  466. package/elements/oj-spark-chart/index.js +2 -2
  467. package/elements/oj-spark-chart/index.js.map +1 -1
  468. package/elements/oj-spark-chart/index.ts +14 -13
  469. package/elements/oj-status-meter-gauge/OjStatusMeterGauge.js.map +1 -1
  470. package/elements/oj-status-meter-gauge/OjStatusMeterGauge.ts +3 -5
  471. package/elements/oj-status-meter-gauge/OjStatusMeterGaugeBase.js +36 -33
  472. package/elements/oj-status-meter-gauge/OjStatusMeterGaugeBase.js.map +1 -1
  473. package/elements/oj-status-meter-gauge/OjStatusMeterGaugeBase.ts +298 -291
  474. package/elements/oj-status-meter-gauge/index.js +2 -2
  475. package/elements/oj-status-meter-gauge/index.js.map +1 -1
  476. package/elements/oj-status-meter-gauge/index.ts +14 -13
  477. package/elements/oj-stream-list/OjStreamList.js.map +1 -1
  478. package/elements/oj-stream-list/OjStreamList.ts +3 -5
  479. package/elements/oj-stream-list/OjStreamListBase.js +7 -7
  480. package/elements/oj-stream-list/OjStreamListBase.js.map +1 -1
  481. package/elements/oj-stream-list/OjStreamListBase.ts +56 -59
  482. package/elements/oj-stream-list/index.js +2 -2
  483. package/elements/oj-stream-list/index.js.map +1 -1
  484. package/elements/oj-stream-list/index.ts +14 -13
  485. package/elements/oj-sunburst/OjSunburst.js.map +1 -1
  486. package/elements/oj-sunburst/OjSunburst.ts +3 -5
  487. package/elements/oj-sunburst/OjSunburstBase.js +33 -33
  488. package/elements/oj-sunburst/OjSunburstBase.js.map +1 -1
  489. package/elements/oj-sunburst/OjSunburstBase.ts +314 -317
  490. package/elements/oj-sunburst/index.js +2 -2
  491. package/elements/oj-sunburst/index.js.map +1 -1
  492. package/elements/oj-sunburst/index.ts +14 -13
  493. package/elements/oj-swipe-actions/OjSwipeActions.js.map +1 -1
  494. package/elements/oj-swipe-actions/OjSwipeActions.ts +3 -5
  495. package/elements/oj-swipe-actions/OjSwipeActionsBase.js +1 -1
  496. package/elements/oj-swipe-actions/OjSwipeActionsBase.js.map +1 -1
  497. package/elements/oj-swipe-actions/OjSwipeActionsBase.ts +18 -21
  498. package/elements/oj-swipe-actions/index.js +2 -2
  499. package/elements/oj-swipe-actions/index.js.map +1 -1
  500. package/elements/oj-swipe-actions/index.ts +14 -13
  501. package/elements/oj-switch/OjSwitch.js.map +1 -1
  502. package/elements/oj-switch/OjSwitch.ts +3 -5
  503. package/elements/oj-switch/OjSwitchBase.js +16 -16
  504. package/elements/oj-switch/OjSwitchBase.js.map +1 -1
  505. package/elements/oj-switch/OjSwitchBase.ts +96 -99
  506. package/elements/oj-switch/index.js +2 -2
  507. package/elements/oj-switch/index.js.map +1 -1
  508. package/elements/oj-switch/index.ts +14 -13
  509. package/elements/oj-tab-bar/OjTabBar.js.map +1 -1
  510. package/elements/oj-tab-bar/OjTabBar.ts +3 -5
  511. package/elements/oj-tab-bar/OjTabBarBase.js +14 -14
  512. package/elements/oj-tab-bar/OjTabBarBase.js.map +1 -1
  513. package/elements/oj-tab-bar/OjTabBarBase.ts +104 -107
  514. package/elements/oj-tab-bar/index.js +2 -2
  515. package/elements/oj-tab-bar/index.js.map +1 -1
  516. package/elements/oj-tab-bar/index.ts +14 -13
  517. package/elements/oj-table/OjTable.js +5 -6
  518. package/elements/oj-table/OjTable.js.map +1 -1
  519. package/elements/oj-table/OjTable.ts +8 -11
  520. package/elements/oj-table/OjTableBase.js +36 -30
  521. package/elements/oj-table/OjTableBase.js.map +1 -1
  522. package/elements/oj-table/OjTableBase.ts +604 -563
  523. package/elements/oj-table/index.js +2 -2
  524. package/elements/oj-table/index.js.map +1 -1
  525. package/elements/oj-table/index.ts +14 -13
  526. package/elements/oj-tag-cloud/OjTagCloud.js.map +1 -1
  527. package/elements/oj-tag-cloud/OjTagCloud.ts +3 -5
  528. package/elements/oj-tag-cloud/OjTagCloudBase.js +20 -20
  529. package/elements/oj-tag-cloud/OjTagCloudBase.js.map +1 -1
  530. package/elements/oj-tag-cloud/OjTagCloudBase.ts +188 -191
  531. package/elements/oj-tag-cloud/index.js +2 -2
  532. package/elements/oj-tag-cloud/index.js.map +1 -1
  533. package/elements/oj-tag-cloud/index.ts +14 -13
  534. package/elements/oj-text-area/OjTextArea.js.map +1 -1
  535. package/elements/oj-text-area/OjTextArea.ts +3 -5
  536. package/elements/oj-text-area/OjTextAreaBase.js +29 -29
  537. package/elements/oj-text-area/OjTextAreaBase.js.map +1 -1
  538. package/elements/oj-text-area/OjTextAreaBase.ts +182 -185
  539. package/elements/oj-text-area/index.js +2 -2
  540. package/elements/oj-text-area/index.js.map +1 -1
  541. package/elements/oj-text-area/index.ts +14 -13
  542. package/elements/oj-thematic-map/OjThematicMap.js.map +1 -1
  543. package/elements/oj-thematic-map/OjThematicMap.ts +3 -5
  544. package/elements/oj-thematic-map/OjThematicMapBase.js +37 -37
  545. package/elements/oj-thematic-map/OjThematicMapBase.js.map +1 -1
  546. package/elements/oj-thematic-map/OjThematicMapBase.ts +548 -551
  547. package/elements/oj-thematic-map/index.js +2 -2
  548. package/elements/oj-thematic-map/index.js.map +1 -1
  549. package/elements/oj-thematic-map/index.ts +14 -13
  550. package/elements/oj-time-axis/OjTimeAxis.js.map +1 -1
  551. package/elements/oj-time-axis/OjTimeAxis.ts +3 -5
  552. package/elements/oj-time-axis/OjTimeAxisBase.js +6 -6
  553. package/elements/oj-time-axis/OjTimeAxisBase.js.map +1 -1
  554. package/elements/oj-time-axis/OjTimeAxisBase.ts +128 -131
  555. package/elements/oj-time-axis/index.js +2 -2
  556. package/elements/oj-time-axis/index.js.map +1 -1
  557. package/elements/oj-time-axis/index.ts +14 -13
  558. package/elements/oj-timeline/OjTimeline.js.map +1 -1
  559. package/elements/oj-timeline/OjTimeline.ts +3 -5
  560. package/elements/oj-timeline/OjTimelineBase.js +28 -22
  561. package/elements/oj-timeline/OjTimelineBase.js.map +1 -1
  562. package/elements/oj-timeline/OjTimelineBase.ts +709 -606
  563. package/elements/oj-timeline/index.js +2 -2
  564. package/elements/oj-timeline/index.js.map +1 -1
  565. package/elements/oj-timeline/index.ts +14 -13
  566. package/elements/oj-train/OjTrain.js.map +1 -1
  567. package/elements/oj-train/OjTrain.ts +3 -5
  568. package/elements/oj-train/OjTrainBase.js +4 -4
  569. package/elements/oj-train/OjTrainBase.js.map +1 -1
  570. package/elements/oj-train/OjTrainBase.ts +35 -38
  571. package/elements/oj-train/index.js +2 -2
  572. package/elements/oj-train/index.js.map +1 -1
  573. package/elements/oj-train/index.ts +14 -13
  574. package/elements/oj-tree-view/OjTreeView.js +23 -6
  575. package/elements/oj-tree-view/OjTreeView.js.map +1 -1
  576. package/elements/oj-tree-view/OjTreeView.ts +40 -11
  577. package/elements/oj-tree-view/OjTreeViewBase.js +9 -9
  578. package/elements/oj-tree-view/OjTreeViewBase.js.map +1 -1
  579. package/elements/oj-tree-view/OjTreeViewBase.ts +80 -75
  580. package/elements/oj-tree-view/index.js +2 -2
  581. package/elements/oj-tree-view/index.js.map +1 -1
  582. package/elements/oj-tree-view/index.ts +14 -13
  583. package/elements/oj-treemap/OjTreemap.js.map +1 -1
  584. package/elements/oj-treemap/OjTreemap.ts +3 -5
  585. package/elements/oj-treemap/OjTreemapBase.js +35 -35
  586. package/elements/oj-treemap/OjTreemapBase.js.map +1 -1
  587. package/elements/oj-treemap/OjTreemapBase.ts +384 -387
  588. package/elements/oj-treemap/index.js +2 -2
  589. package/elements/oj-treemap/index.js.map +1 -1
  590. package/elements/oj-treemap/index.ts +14 -13
  591. package/elements/oj-waterfall-layout/OjWaterfallLayout.js.map +1 -1
  592. package/elements/oj-waterfall-layout/OjWaterfallLayout.ts +3 -5
  593. package/elements/oj-waterfall-layout/OjWaterfallLayoutBase.js +5 -5
  594. package/elements/oj-waterfall-layout/OjWaterfallLayoutBase.js.map +1 -1
  595. package/elements/oj-waterfall-layout/OjWaterfallLayoutBase.ts +46 -49
  596. package/elements/oj-waterfall-layout/index.js +2 -2
  597. package/elements/oj-waterfall-layout/index.js.map +1 -1
  598. package/elements/oj-waterfall-layout/index.ts +14 -13
  599. package/index.ts +2 -2
  600. package/lib/Expectation.js.map +1 -1
  601. package/lib/Expectation.ts +1 -2
  602. package/lib/driver-manager.js +6 -2
  603. package/lib/driver-manager.js.map +1 -1
  604. package/lib/driver-manager.ts +12 -8
  605. package/lib/driver-override.js +1 -1
  606. package/lib/driver-override.ts +1 -1
  607. package/lib/input-utils.js.map +1 -1
  608. package/lib/input-utils.ts +3 -0
  609. package/lib/slot-proxy.js.map +1 -1
  610. package/lib/slot-proxy.ts +2 -1
  611. package/package.json +6 -5
  612. package/tsconfig.json +2 -1
@@ -1,4 +1,4 @@
1
- import {OjWebElement} from "../";
1
+ import { OjWebElement } from '../';
2
2
 
3
3
  /**
4
4
  * This is the base class for OjLedGauge, and is generated from
@@ -9,312 +9,319 @@ import {OjWebElement} from "../";
9
9
  */
10
10
  export class OjLedGaugeBase extends OjWebElement {
11
11
  /**
12
- * Gets the value of borderColor property.
12
+ * Gets the value of <code>borderColor</code> property.
13
13
  * The border color of the gauge. Only applies when thresholds are not defined. The default value varies based on theme.
14
- * @return The value of borderColor property.
14
+ * @return The value of <code>borderColor</code> property.
15
15
  *
16
16
  */
17
17
  public getBorderColor(): Promise<string> {
18
- return this.getProperty<string>("borderColor");
18
+ return this.getProperty<string>('borderColor');
19
19
  }
20
20
 
21
21
  /**
22
- * Gets the value of color property.
22
+ * Gets the value of <code>color</code> property.
23
23
  * The color of the gauge. Only applies when thresholds are not defined. The default value varies based on theme.
24
- * @return The value of color property.
24
+ * @return The value of <code>color</code> property.
25
25
  *
26
26
  */
27
27
  public getColor(): Promise<string> {
28
- return this.getProperty<string>("color");
28
+ return this.getProperty<string>('color');
29
29
  }
30
30
 
31
31
  /**
32
- * Gets the value of label property.
32
+ * Gets the value of <code>label</code> property.
33
33
  * An object defining the label.
34
- * @return The value of label property.
34
+ * @return The value of <code>label</code> property.
35
35
  *
36
36
  */
37
- public getLabel(): Promise<OjLedGaugeBase.Label> {
38
- return this.getProperty<OjLedGaugeBase.Label>("label");
37
+ public getLabel(): Promise<Label> {
38
+ return this.getProperty<Label>('label');
39
39
  }
40
40
 
41
41
  /**
42
- * Gets the value of max property.
42
+ * Gets the value of <code>markerSize</code> property.
43
+ * Specifies the led size.
44
+ * @return The value of <code>markerSize</code> property.
45
+ *
46
+ */
47
+ public getMarkerSize(): Promise<string> {
48
+ return this.getProperty<string>('markerSize');
49
+ }
50
+
51
+ /**
52
+ * Gets the value of <code>max</code> property.
43
53
  * The maximum value of the gauge.
44
- * @return The value of max property.
54
+ * @return The value of <code>max</code> property.
45
55
  *
46
56
  */
47
57
  public getMax(): Promise<number> {
48
- return this.getProperty<number>("max");
58
+ return this.getProperty<number>('max');
49
59
  }
50
60
 
51
61
  /**
52
- * Gets the value of metricLabel property.
62
+ * Gets the value of <code>metricLabel</code> property.
53
63
  * An object defining the value label.
54
- * @return The value of metricLabel property.
64
+ * @return The value of <code>metricLabel</code> property.
55
65
  *
56
66
  */
57
- public getMetricLabel(): Promise<OjLedGaugeBase.MetricLabel> {
58
- return this.getProperty<OjLedGaugeBase.MetricLabel>("metricLabel");
67
+ public getMetricLabel(): Promise<MetricLabel> {
68
+ return this.getProperty<MetricLabel>('metricLabel');
59
69
  }
60
70
 
61
71
  /**
62
- * Gets the value of min property.
72
+ * Gets the value of <code>min</code> property.
63
73
  * The minimum value of the gauge.
64
- * @return The value of min property.
74
+ * @return The value of <code>min</code> property.
65
75
  *
66
76
  */
67
77
  public getMin(): Promise<number> {
68
- return this.getProperty<number>("min");
78
+ return this.getProperty<number>('min');
69
79
  }
70
80
 
71
81
  /**
72
- * Gets the value of rotation property.
82
+ * Gets the value of <code>rotation</code> property.
73
83
  * The rotation angle for the gauge. Useful for changing the direction of triangle or arrow gauges.
74
- * @return The value of rotation property.
84
+ * @return The value of <code>rotation</code> property.
75
85
  *
76
86
  */
77
87
  public getRotation(): Promise<number> {
78
- return this.getProperty<number>("rotation");
88
+ return this.getProperty<number>('rotation');
79
89
  }
80
90
 
81
91
  /**
82
- * Gets the value of size property.
92
+ * Gets the value of <code>size</code> property.
83
93
  * Fraction of area to use. Values range from 0 to 1.
84
- * @return The value of size property.
94
+ * @return The value of <code>size</code> property.
85
95
  *
86
96
  */
87
97
  public getSizeProperty(): Promise<number> {
88
- return this.getProperty<number>("size");
98
+ return this.getProperty<number>('size');
89
99
  }
90
100
 
91
101
  /**
92
- * Gets the value of svgClassName property.
102
+ * Gets the value of <code>svgClassName</code> property.
93
103
  * The CSS style class to apply to the gauge. See the Help documentation for more information.
94
- * @return The value of svgClassName property.
104
+ * @return The value of <code>svgClassName</code> property.
95
105
  *
96
106
  */
97
107
  public getSvgClassName(): Promise<string> {
98
- return this.getProperty<string>("svgClassName");
108
+ return this.getProperty<string>('svgClassName');
99
109
  }
100
110
 
101
111
  /**
102
- * Gets the value of svgStyle property.
112
+ * Gets the value of <code>svgStyle</code> property.
103
113
  * The inline style to apply to the gauge. See the Help documentation for more information.
104
- * @return The value of svgStyle property.
114
+ * @return The value of <code>svgStyle</code> property.
105
115
  *
106
116
  */
107
117
  public getSvgStyle(): Promise<object> {
108
- return this.getProperty<object>("svgStyle");
118
+ return this.getProperty<object>('svgStyle');
109
119
  }
110
120
 
111
121
  /**
112
- * Gets the value of thresholds property.
122
+ * Gets the value of <code>thresholds</code> property.
113
123
  * An array of objects specifying the gauge thresholds.
114
- * @return The value of thresholds property.
124
+ * @return The value of <code>thresholds</code> property.
115
125
  *
116
126
  */
117
- public getThresholds(): Promise<Array<OjLedGaugeBase.Thresholds>> {
118
- return this.getProperty<Array<OjLedGaugeBase.Thresholds>>("thresholds");
127
+ public getThresholds(): Promise<Array<Thresholds>> {
128
+ return this.getProperty<Array<Thresholds>>('thresholds');
119
129
  }
120
130
 
121
131
  /**
122
- * Gets the value of tooltip property.
132
+ * Gets the value of <code>tooltip</code> property.
123
133
  * An object containing an optional callback function for tooltip customization.
124
- * @return The value of tooltip property.
134
+ * @return The value of <code>tooltip</code> property.
125
135
  *
126
136
  */
127
- public getTooltip(): Promise<OjLedGaugeBase.Tooltip> {
128
- return this.getProperty<OjLedGaugeBase.Tooltip>("tooltip");
137
+ public getTooltip(): Promise<Tooltip> {
138
+ return this.getProperty<Tooltip>('tooltip');
129
139
  }
130
140
 
131
141
  /**
132
- * Gets the value of trackResize property.
142
+ * Gets the value of <code>trackResize</code> property.
133
143
  * Defines whether the element will automatically render in response to changes in size. See the Help documentation for more information.
134
- * @return The value of trackResize property.
144
+ * @return The value of <code>trackResize</code> property.
135
145
  *
136
146
  */
137
147
  public getTrackResize(): Promise<string> {
138
- return this.getProperty<string>("trackResize");
148
+ return this.getProperty<string>('trackResize');
139
149
  }
140
150
 
141
151
  /**
142
- * Gets the value of translations property.
152
+ * Gets the value of <code>translations</code> property.
143
153
  * A collection of translated resources from the translation bundle, or null if this component has no resources.
144
- * @return The value of translations property.
154
+ * @return The value of <code>translations</code> property.
145
155
  *
146
156
  */
147
- public getTranslations(): Promise<OjLedGaugeBase.Translations|null> {
148
- return this.getProperty<OjLedGaugeBase.Translations|null>("translations");
157
+ public getTranslations(): Promise<Translations|null> {
158
+ return this.getProperty<Translations|null>('translations');
149
159
  }
150
160
 
151
161
  /**
152
- * Gets the value of type property.
162
+ * Gets the value of <code>type</code> property.
153
163
  * The shape of the LED gauge. Can take the name of a built-in shape or the SVG path commands for a custom shape.
154
- * @return The value of type property.
164
+ * @return The value of <code>type</code> property.
155
165
  *
156
166
  */
157
167
  public getType(): Promise<string> {
158
- return this.getProperty<string>("type");
168
+ return this.getProperty<string>('type');
159
169
  }
160
170
 
161
171
  /**
162
- * Sets the value of "value" property.
172
+ * Sets the value of <code>value</code> property.
163
173
  * The metric value.
164
- * @param value The value to set for "value"
174
+ * @param value The value to set for <code>value</code>
165
175
  *
166
176
  */
167
177
  public changeValue(value: number|null): Promise<void> {
168
- return this.setProperty<number|null>("value", value);
178
+ return this.setProperty<number|null>('value', value);
169
179
  }
170
180
 
171
181
  /**
172
- * Gets the value of value property.
182
+ * Gets the value of <code>value</code> property.
173
183
  * The metric value.
174
- * @return The value of value property.
184
+ * @return The value of <code>value</code> property.
175
185
  *
176
186
  */
177
187
  public getValue(): Promise<number|null> {
178
- return this.getProperty<number|null>("value");
188
+ return this.getProperty<number|null>('value');
179
189
  }
180
190
 
181
191
  /**
182
- * Gets the value of visualEffects property.
183
- * Defines whether visual effects such as overlays are applied to the gauge.
184
- * @return The value of visualEffects property.
192
+ * Gets the value of <code>visualEffects</code> property.
193
+ * Defines whether the theme specific visual effects such as overlays and gradients are applied to the gauge.
194
+ * @return The value of <code>visualEffects</code> property.
185
195
  *
186
196
  */
187
197
  public getVisualEffects(): Promise<string> {
188
- return this.getProperty<string>("visualEffects");
198
+ return this.getProperty<string>('visualEffects');
189
199
  }
190
200
 
191
201
  }
192
-
193
- namespace OjLedGaugeBase {
194
- export interface Label {
195
- /**
196
- * The CSS style object defining the style of the label.
197
- */
198
- "style": object;
199
- /**
200
- * The text for the label.
201
- */
202
- "text": string;
203
- }
204
- export interface MetricLabel {
205
- /**
206
- * The converter used to format the labels. See the Help documentation for more information.
207
- */
208
- "converter": object;
209
- /**
210
- * Defines if the label is rendered.
211
- */
212
- "rendered": string;
213
- /**
214
- * The scaling behavior of the labels. When using a converter, scaling should be set to none, as the formatted result may not be compatible with the scaling suffixes.
215
- */
216
- "scaling": string;
217
- /**
218
- * The CSS style object defining the style of the label.
219
- */
220
- "style": object;
221
- /**
222
- * The text for the label. If specified, text will overwrite the numeric value that is displayed by default. The converter, scaling, and textType attributes are ignored when text is specified.
223
- */
224
- "text": string;
225
- /**
226
- * Defines whether the label is a number or a percentage of the total value.
227
- */
228
- "textType": string;
229
- }
230
- export interface Thresholds {
231
- /**
232
- * The border color of the threshold.
233
- */
234
- "borderColor": string;
235
- /**
236
- * The color of the threshold.
237
- */
238
- "color": string;
239
- /**
240
- * The upper bound of the threshold. This value is ignored for the final threshold, which uses the maximum value of the gauge.
241
- */
242
- "max": number;
243
- /**
244
- * Specific description for the threshold and overwrites the shortDesc specified on gauge. This is used for accessibility and also for customizing the tooltip text.
245
- */
246
- "shortDesc": string;
247
- }
248
- export interface Tooltip {
249
- }
250
- export interface Translations {
251
- /**
252
- * Used to describe the data visualization type for accessibility.
253
- */
254
- "componentName": string;
255
- /**
256
- * Used to display a label and its value.
257
- */
258
- "labelAndValue": string;
259
- /**
260
- * Text shown for clearing multiple selection on touch devices.
261
- */
262
- "labelClearSelection": string;
263
- /**
264
- * Used to display a count out of a total.
265
- */
266
- "labelCountWithTotal": string;
267
- /**
268
- * Label for data visualizations used for accessibility.
269
- */
270
- "labelDataVisualization": string;
271
- /**
272
- * Text shown when the component receives invalid data.
273
- */
274
- "labelInvalidData": string;
275
- /**
276
- * Text shown when the component receives no data.
277
- */
278
- "labelNoData": string;
279
- /**
280
- * Used to describe the collapsed state for accessibility.
281
- */
282
- "stateCollapsed": string;
283
- /**
284
- * Used to describe a drillable object for accessibility.
285
- */
286
- "stateDrillable": string;
287
- /**
288
- * Used to describe the expanded state for accessibility.
289
- */
290
- "stateExpanded": string;
291
- /**
292
- * Used to describe the hidden state for accessibility.
293
- */
294
- "stateHidden": string;
295
- /**
296
- * Used to describe the isolated state for accessibility.
297
- */
298
- "stateIsolated": string;
299
- /**
300
- * Used to describe the maximized state for accessibility.
301
- */
302
- "stateMaximized": string;
303
- /**
304
- * Used to describe the minimized state for accessibility.
305
- */
306
- "stateMinimized": string;
307
- /**
308
- * Used to describe the selected state for accessibility.
309
- */
310
- "stateSelected": string;
311
- /**
312
- * Used to describe the unselected state for accessibility.
313
- */
314
- "stateUnselected": string;
315
- /**
316
- * Used to describe the visible state for accessibility.
317
- */
318
- "stateVisible": string;
319
- }
202
+ export interface Label {
203
+ /**
204
+ * The CSS style object defining the style of the label.
205
+ */
206
+ "style": object;
207
+ /**
208
+ * The text for the label.
209
+ */
210
+ "text": string;
211
+ }
212
+ export interface MetricLabel {
213
+ /**
214
+ * The converter used to format the labels. See the Help documentation for more information.
215
+ */
216
+ "converter": object;
217
+ /**
218
+ * Defines if the label is rendered.
219
+ */
220
+ "rendered": string;
221
+ /**
222
+ * The scaling behavior of the labels. When using a converter, scaling should be set to none, as the formatted result may not be compatible with the scaling suffixes.
223
+ */
224
+ "scaling": string;
225
+ /**
226
+ * The CSS style object defining the style of the label.
227
+ */
228
+ "style": object;
229
+ /**
230
+ * The text for the label. If specified, text will overwrite the numeric value that is displayed by default. The converter, scaling, and textType attributes are ignored when text is specified.
231
+ */
232
+ "text": string;
233
+ /**
234
+ * Defines whether the label is a number or a percentage of the total value.
235
+ */
236
+ "textType": string;
237
+ }
238
+ export interface Thresholds {
239
+ /**
240
+ * The border color of the threshold.
241
+ */
242
+ "borderColor": string;
243
+ /**
244
+ * The color of the threshold.
245
+ */
246
+ "color": string;
247
+ /**
248
+ * The upper bound of the threshold. This value is ignored for the final threshold, which uses the maximum value of the gauge.
249
+ */
250
+ "max": number;
251
+ /**
252
+ * Specific description for the threshold and overwrites the shortDesc specified on gauge. This is used for accessibility and also for customizing the tooltip text.
253
+ */
254
+ "shortDesc": string;
255
+ }
256
+ export interface Tooltip {
257
+ }
258
+ export interface Translations {
259
+ /**
260
+ * Used to describe the data visualization type for accessibility.
261
+ */
262
+ "componentName": string;
263
+ /**
264
+ * Used to display a label and its value.
265
+ */
266
+ "labelAndValue": string;
267
+ /**
268
+ * Text shown for clearing multiple selection on touch devices.
269
+ */
270
+ "labelClearSelection": string;
271
+ /**
272
+ * Used to display a count out of a total.
273
+ */
274
+ "labelCountWithTotal": string;
275
+ /**
276
+ * Label for data visualizations used for accessibility.
277
+ */
278
+ "labelDataVisualization": string;
279
+ /**
280
+ * Text shown when the component receives invalid data.
281
+ */
282
+ "labelInvalidData": string;
283
+ /**
284
+ * Text shown when the component receives no data.
285
+ */
286
+ "labelNoData": string;
287
+ /**
288
+ * Used to describe the collapsed state for accessibility.
289
+ */
290
+ "stateCollapsed": string;
291
+ /**
292
+ * Used to describe a drillable object for accessibility.
293
+ */
294
+ "stateDrillable": string;
295
+ /**
296
+ * Used to describe the expanded state for accessibility.
297
+ */
298
+ "stateExpanded": string;
299
+ /**
300
+ * Used to describe the hidden state for accessibility.
301
+ */
302
+ "stateHidden": string;
303
+ /**
304
+ * Used to describe the isolated state for accessibility.
305
+ */
306
+ "stateIsolated": string;
307
+ /**
308
+ * Used to describe the maximized state for accessibility.
309
+ */
310
+ "stateMaximized": string;
311
+ /**
312
+ * Used to describe the minimized state for accessibility.
313
+ */
314
+ "stateMinimized": string;
315
+ /**
316
+ * Used to describe the selected state for accessibility.
317
+ */
318
+ "stateSelected": string;
319
+ /**
320
+ * Used to describe the unselected state for accessibility.
321
+ */
322
+ "stateUnselected": string;
323
+ /**
324
+ * Used to describe the visible state for accessibility.
325
+ */
326
+ "stateVisible": string;
320
327
  }
@@ -8,10 +8,10 @@ async function ojLedGauge(driver, by) {
8
8
  const webEl = await driver.findElement(by);
9
9
  if (!(webEl instanceof OjLedGauge_1.OjLedGauge)) {
10
10
  const tagName = await webEl.getTagName();
11
- throw Error(`Locator '${by}' located a <${tagName}>, but expected <oj-led-gauge>`);
11
+ throw Error(`ojLedGauge(${by}) create ${webEl.constructor.name} for <${tagName}>, but expected ${OjLedGauge_1.OjLedGauge.name}`);
12
12
  }
13
13
  return webEl;
14
14
  }
15
15
  exports.ojLedGauge = ojLedGauge;
16
- __1.register("oj-led-gauge", OjLedGauge_1.OjLedGauge);
16
+ __1.register('oj-led-gauge', OjLedGauge_1.OjLedGauge);
17
17
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";;;AACA,8BAAoD;AACpD,6CAA0C;AACjC,2FADA,uBAAU,OACA;AAaZ,KAAK,UAAU,UAAU,CAAC,MAAkB,EAAE,EAAM;IACzD,MAAM,KAAK,GAAG,MAAM,MAAM,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC;IAE3C,IAAI,CAAC,CAAC,KAAK,YAAY,uBAAU,CAAC,EAAE;QAClC,MAAM,OAAO,GAAG,MAAM,KAAK,CAAC,UAAU,EAAE,CAAC;QACzC,MAAM,KAAK,CAAC,YAAY,EAAE,gBAAgB,OAAO,gCAAgC,CAAC,CAAC;KACpF;IACD,OAAO,KAAK,CAAC;AACf,CAAC;AARD,gCAQC;AAED,YAAQ,CAAC,cAAc,EAAE,uBAAU,CAAC,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";;;AACA,8BAA8C;AAC9C,6CAA0C;AACjC,2FADA,uBAAU,OACA;AAcZ,KAAK,UAAU,UAAU,CAAC,MAAkB,EAAE,EAAM;IACzD,MAAM,KAAK,GAAG,MAAM,MAAM,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC;IAE3C,IAAI,CAAC,CAAC,KAAK,YAAY,uBAAU,CAAC,EAAE;QAClC,MAAM,OAAO,GAAG,MAAM,KAAK,CAAC,UAAU,EAAE,CAAC;QACzC,MAAM,KAAK,CAAC,cAAc,EAAE,YAAY,KAAK,CAAC,WAAW,CAAC,IAAI,SAAS,OAAO,mBAAmB,uBAAU,CAAC,IAAI,EAAE,CAAC,CAAC;KACrH;IACD,OAAO,KAAK,CAAC;AACf,CAAC;AARD,gCAQC;AAED,YAAQ,CAAC,cAAc,EAAE,uBAAU,CAAC,CAAC"}
@@ -1,27 +1,28 @@
1
- import { By } from "selenium-webdriver";
2
- import ojwd, { DriverLike, register } from "../../";
3
- import { OjLedGauge } from "./OjLedGauge";
1
+ import { By } from 'selenium-webdriver';
2
+ import { DriverLike, register } from '../../';
3
+ import { OjLedGauge } from './OjLedGauge';
4
4
  export { OjLedGauge };
5
5
 
6
6
  /**
7
- * Create an instance of [[OjLedGauge]]. This function will first wait for
8
- * the element to appear in the DOM before trying to locate it.
7
+ * Retrieve an instance of [[OjLedGauge]].
9
8
  * @example
10
- * <code>
11
- * const el = await ojLedGauge(driver, By.id('my-oj-led-gauge'))
12
- * </code>
13
- * @param driver A WebDriver/WebElement instance used to locate the component
14
- * element.
15
- * @param by The By locator with which to find the element
9
+ * ```javascript
10
+ * import { ojLedGauge } from '@oracle/oraclejet-webdriver/elements';
11
+ * const el = await ojLedGauge(driver, By.id('my-oj-led-gauge'));
12
+ * ```
13
+ * @param driver A WebDriver/WebElement instance from where the element will be
14
+ * searched. If WebDriver is passed, the element will be searched globally in the
15
+ * document. If WebElement is passed, the search will be relative to this element.
16
+ * @param by The locator with which to find the element
16
17
  */
17
18
  export async function ojLedGauge(driver: DriverLike, by: By): Promise<OjLedGauge> {
18
19
  const webEl = await driver.findElement(by);
19
20
  // Check that the element is of type OjLedGauge
20
21
  if (!(webEl instanceof OjLedGauge)) {
21
22
  const tagName = await webEl.getTagName();
22
- throw Error(`Locator '${by}' located a <${tagName}>, but expected <oj-led-gauge>`);
23
+ throw Error(`ojLedGauge(${by}) create ${webEl.constructor.name} for <${tagName}>, but expected ${OjLedGauge.name}`);
23
24
  }
24
25
  return webEl;
25
26
  }
26
27
 
27
- register("oj-led-gauge", OjLedGauge);
28
+ register('oj-led-gauge', OjLedGauge);
@@ -1 +1 @@
1
- {"version":3,"file":"OjLegend.js","sourceRoot":"","sources":["OjLegend.ts"],"names":[],"mappings":";;;AAAA,iDAA4C;AAS5C,MAAa,QAAS,SAAQ,2BAAY;CAEzC;AAFD,4BAEC"}
1
+ {"version":3,"file":"OjLegend.js","sourceRoot":"","sources":["OjLegend.ts"],"names":[],"mappings":";;;AAAA,iDAA4C;AAO5C,MAAa,QAAS,SAAQ,2BAAY;CAEzC;AAFD,4BAEC"}
@@ -1,11 +1,9 @@
1
1
  import {OjLegendBase} from "./OjLegendBase";
2
2
 
3
3
  /**
4
- * This is the component WebElement for oj-legend. Retrieve an instance of the class
5
- * using its convenience function:
6
- * ```javascript
7
- * await ojLegend(driver, By.css('oj-legend'))
8
- * ```
4
+ * The component WebElement for [oj-legend](../../jsdocs/oj.ojLegend.html).
5
+ * Do not instantiate this class directly, instead, use
6
+ * [ojLegend](../modules/elements.html#ojLegend).
9
7
  */
10
8
  export class OjLegend extends OjLegendBase {
11
9
  // Put overrides here