@oracle/oraclejet-webdriver 10.1.7

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 (667) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +16 -0
  3. package/bin/generate +509 -0
  4. package/bin/generate-jet +163 -0
  5. package/bin/templates/baseclass.ts-template +13 -0
  6. package/bin/templates/class.ts-template +12 -0
  7. package/bin/templates/element-test.spec.ts-template +28 -0
  8. package/bin/templates/index.ts-template +27 -0
  9. package/bin/templates/jetcomponents.json +71 -0
  10. package/bin/templates/package.json-template +15 -0
  11. package/bin/templates/tsconfig.json-template +19 -0
  12. package/elements/OjWebElement.js +232 -0
  13. package/elements/OjWebElement.js.map +1 -0
  14. package/elements/OjWebElement.ts +674 -0
  15. package/elements/index.js +214 -0
  16. package/elements/index.js.map +1 -0
  17. package/elements/index.ts +75 -0
  18. package/elements/oj-accordion/OjAccordion.js +8 -0
  19. package/elements/oj-accordion/OjAccordion.js.map +1 -0
  20. package/elements/oj-accordion/OjAccordion.ts +12 -0
  21. package/elements/oj-accordion/OjAccordionBase.js +20 -0
  22. package/elements/oj-accordion/OjAccordionBase.js.map +1 -0
  23. package/elements/oj-accordion/OjAccordionBase.ts +48 -0
  24. package/elements/oj-accordion/index.js +17 -0
  25. package/elements/oj-accordion/index.js.map +1 -0
  26. package/elements/oj-accordion/index.ts +27 -0
  27. package/elements/oj-button/OjButton.js +20 -0
  28. package/elements/oj-button/OjButton.js.map +1 -0
  29. package/elements/oj-button/OjButton.ts +35 -0
  30. package/elements/oj-button/OjButtonBase.js +23 -0
  31. package/elements/oj-button/OjButtonBase.js.map +1 -0
  32. package/elements/oj-button/OjButtonBase.ts +57 -0
  33. package/elements/oj-button/index.js +17 -0
  34. package/elements/oj-button/index.js.map +1 -0
  35. package/elements/oj-button/index.ts +27 -0
  36. package/elements/oj-buttonset-many/OjButtonsetMany.js +8 -0
  37. package/elements/oj-buttonset-many/OjButtonsetMany.js.map +1 -0
  38. package/elements/oj-buttonset-many/OjButtonsetMany.ts +11 -0
  39. package/elements/oj-buttonset-many/OjButtonsetManyBase.js +35 -0
  40. package/elements/oj-buttonset-many/OjButtonsetManyBase.js.map +1 -0
  41. package/elements/oj-buttonset-many/OjButtonsetManyBase.ts +93 -0
  42. package/elements/oj-buttonset-many/index.js +17 -0
  43. package/elements/oj-buttonset-many/index.js.map +1 -0
  44. package/elements/oj-buttonset-many/index.ts +27 -0
  45. package/elements/oj-buttonset-one/OjButtonsetOne.js +8 -0
  46. package/elements/oj-buttonset-one/OjButtonsetOne.js.map +1 -0
  47. package/elements/oj-buttonset-one/OjButtonsetOne.ts +11 -0
  48. package/elements/oj-buttonset-one/OjButtonsetOneBase.js +35 -0
  49. package/elements/oj-buttonset-one/OjButtonsetOneBase.js.map +1 -0
  50. package/elements/oj-buttonset-one/OjButtonsetOneBase.ts +93 -0
  51. package/elements/oj-buttonset-one/index.js +17 -0
  52. package/elements/oj-buttonset-one/index.js.map +1 -0
  53. package/elements/oj-buttonset-one/index.ts +27 -0
  54. package/elements/oj-chart/OjChart.js +8 -0
  55. package/elements/oj-chart/OjChart.js.map +1 -0
  56. package/elements/oj-chart/OjChart.ts +12 -0
  57. package/elements/oj-chart/OjChartBase.js +170 -0
  58. package/elements/oj-chart/OjChartBase.js.map +1 -0
  59. package/elements/oj-chart/OjChartBase.ts +2468 -0
  60. package/elements/oj-chart/index.js +17 -0
  61. package/elements/oj-chart/index.js.map +1 -0
  62. package/elements/oj-chart/index.ts +27 -0
  63. package/elements/oj-checkboxset/OjCheckboxset.js +39 -0
  64. package/elements/oj-checkboxset/OjCheckboxset.js.map +1 -0
  65. package/elements/oj-checkboxset/OjCheckboxset.ts +74 -0
  66. package/elements/oj-checkboxset/OjCheckboxsetBase.js +68 -0
  67. package/elements/oj-checkboxset/OjCheckboxsetBase.js.map +1 -0
  68. package/elements/oj-checkboxset/OjCheckboxsetBase.ts +262 -0
  69. package/elements/oj-checkboxset/index.js +17 -0
  70. package/elements/oj-checkboxset/index.js.map +1 -0
  71. package/elements/oj-checkboxset/index.ts +27 -0
  72. package/elements/oj-collapsible/OjCollapsible.js +23 -0
  73. package/elements/oj-collapsible/OjCollapsible.js.map +1 -0
  74. package/elements/oj-collapsible/OjCollapsible.ts +36 -0
  75. package/elements/oj-collapsible/OjCollapsibleBase.js +23 -0
  76. package/elements/oj-collapsible/OjCollapsibleBase.js.map +1 -0
  77. package/elements/oj-collapsible/OjCollapsibleBase.ts +57 -0
  78. package/elements/oj-collapsible/index.js +17 -0
  79. package/elements/oj-collapsible/index.js.map +1 -0
  80. package/elements/oj-collapsible/index.ts +27 -0
  81. package/elements/oj-color-palette/OjColorPalette.js +8 -0
  82. package/elements/oj-color-palette/OjColorPalette.js.map +1 -0
  83. package/elements/oj-color-palette/OjColorPalette.ts +12 -0
  84. package/elements/oj-color-palette/OjColorPaletteBase.js +65 -0
  85. package/elements/oj-color-palette/OjColorPaletteBase.js.map +1 -0
  86. package/elements/oj-color-palette/OjColorPaletteBase.ts +235 -0
  87. package/elements/oj-color-palette/index.js +17 -0
  88. package/elements/oj-color-palette/index.js.map +1 -0
  89. package/elements/oj-color-palette/index.ts +27 -0
  90. package/elements/oj-color-spectrum/OjColorSpectrum.js +8 -0
  91. package/elements/oj-color-spectrum/OjColorSpectrum.js.map +1 -0
  92. package/elements/oj-color-spectrum/OjColorSpectrum.ts +12 -0
  93. package/elements/oj-color-spectrum/OjColorSpectrumBase.js +56 -0
  94. package/elements/oj-color-spectrum/OjColorSpectrumBase.js.map +1 -0
  95. package/elements/oj-color-spectrum/OjColorSpectrumBase.ts +210 -0
  96. package/elements/oj-color-spectrum/index.js +17 -0
  97. package/elements/oj-color-spectrum/index.js.map +1 -0
  98. package/elements/oj-color-spectrum/index.ts +27 -0
  99. package/elements/oj-combobox-many/OjComboboxMany.js +51 -0
  100. package/elements/oj-combobox-many/OjComboboxMany.js.map +1 -0
  101. package/elements/oj-combobox-many/OjComboboxMany.ts +80 -0
  102. package/elements/oj-combobox-many/OjComboboxManyBase.js +98 -0
  103. package/elements/oj-combobox-many/OjComboboxManyBase.js.map +1 -0
  104. package/elements/oj-combobox-many/OjComboboxManyBase.ts +428 -0
  105. package/elements/oj-combobox-many/index.js +17 -0
  106. package/elements/oj-combobox-many/index.js.map +1 -0
  107. package/elements/oj-combobox-many/index.ts +27 -0
  108. package/elements/oj-combobox-one/OjComboboxOne.js +49 -0
  109. package/elements/oj-combobox-one/OjComboboxOne.js.map +1 -0
  110. package/elements/oj-combobox-one/OjComboboxOne.ts +74 -0
  111. package/elements/oj-combobox-one/OjComboboxOneBase.js +101 -0
  112. package/elements/oj-combobox-one/OjComboboxOneBase.js.map +1 -0
  113. package/elements/oj-combobox-one/OjComboboxOneBase.ts +437 -0
  114. package/elements/oj-combobox-one/index.js +17 -0
  115. package/elements/oj-combobox-one/index.js.map +1 -0
  116. package/elements/oj-combobox-one/index.ts +27 -0
  117. package/elements/oj-conveyor-belt/OjConveyorBelt.js +16 -0
  118. package/elements/oj-conveyor-belt/OjConveyorBelt.js.map +1 -0
  119. package/elements/oj-conveyor-belt/OjConveyorBelt.ts +30 -0
  120. package/elements/oj-conveyor-belt/OjConveyorBeltBase.js +29 -0
  121. package/elements/oj-conveyor-belt/OjConveyorBeltBase.js.map +1 -0
  122. package/elements/oj-conveyor-belt/OjConveyorBeltBase.ts +87 -0
  123. package/elements/oj-conveyor-belt/index.js +17 -0
  124. package/elements/oj-conveyor-belt/index.js.map +1 -0
  125. package/elements/oj-conveyor-belt/index.ts +27 -0
  126. package/elements/oj-data-grid/OjDataGrid.js +198 -0
  127. package/elements/oj-data-grid/OjDataGrid.js.map +1 -0
  128. package/elements/oj-data-grid/OjDataGrid.ts +279 -0
  129. package/elements/oj-data-grid/OjDataGridBase.js +65 -0
  130. package/elements/oj-data-grid/OjDataGridBase.js.map +1 -0
  131. package/elements/oj-data-grid/OjDataGridBase.ts +705 -0
  132. package/elements/oj-data-grid/index.js +17 -0
  133. package/elements/oj-data-grid/index.js.map +1 -0
  134. package/elements/oj-data-grid/index.ts +27 -0
  135. package/elements/oj-date-picker/OjDatePicker.js +8 -0
  136. package/elements/oj-date-picker/OjDatePicker.js.map +1 -0
  137. package/elements/oj-date-picker/OjDatePicker.ts +12 -0
  138. package/elements/oj-date-picker/OjDatePickerBase.js +104 -0
  139. package/elements/oj-date-picker/OjDatePickerBase.js.map +1 -0
  140. package/elements/oj-date-picker/OjDatePickerBase.ts +536 -0
  141. package/elements/oj-date-picker/index.js +17 -0
  142. package/elements/oj-date-picker/index.js.map +1 -0
  143. package/elements/oj-date-picker/index.ts +27 -0
  144. package/elements/oj-date-time-picker/OjDateTimePicker.js +8 -0
  145. package/elements/oj-date-time-picker/OjDateTimePicker.js.map +1 -0
  146. package/elements/oj-date-time-picker/OjDateTimePicker.ts +32 -0
  147. package/elements/oj-date-time-picker/OjDateTimePickerBase.js +107 -0
  148. package/elements/oj-date-time-picker/OjDateTimePickerBase.js.map +1 -0
  149. package/elements/oj-date-time-picker/OjDateTimePickerBase.ts +567 -0
  150. package/elements/oj-date-time-picker/index.js +17 -0
  151. package/elements/oj-date-time-picker/index.js.map +1 -0
  152. package/elements/oj-date-time-picker/index.ts +27 -0
  153. package/elements/oj-diagram/OjDiagram.js +8 -0
  154. package/elements/oj-diagram/OjDiagram.js.map +1 -0
  155. package/elements/oj-diagram/OjDiagram.ts +12 -0
  156. package/elements/oj-diagram/OjDiagramBase.js +128 -0
  157. package/elements/oj-diagram/OjDiagramBase.js.map +1 -0
  158. package/elements/oj-diagram/OjDiagramBase.ts +740 -0
  159. package/elements/oj-diagram/index.js +17 -0
  160. package/elements/oj-diagram/index.js.map +1 -0
  161. package/elements/oj-diagram/index.ts +27 -0
  162. package/elements/oj-dialog/OjDialog.js +13 -0
  163. package/elements/oj-dialog/OjDialog.js.map +1 -0
  164. package/elements/oj-dialog/OjDialog.ts +21 -0
  165. package/elements/oj-dialog/OjDialogBase.js +32 -0
  166. package/elements/oj-dialog/OjDialogBase.js.map +1 -0
  167. package/elements/oj-dialog/OjDialogBase.ts +144 -0
  168. package/elements/oj-dialog/index.js +17 -0
  169. package/elements/oj-dialog/index.js.map +1 -0
  170. package/elements/oj-dialog/index.ts +27 -0
  171. package/elements/oj-file-picker/OjFilePicker.js +36 -0
  172. package/elements/oj-file-picker/OjFilePicker.js.map +1 -0
  173. package/elements/oj-file-picker/OjFilePicker.ts +49 -0
  174. package/elements/oj-file-picker/OjFilePickerBase.js +29 -0
  175. package/elements/oj-file-picker/OjFilePickerBase.js.map +1 -0
  176. package/elements/oj-file-picker/OjFilePickerBase.ts +75 -0
  177. package/elements/oj-file-picker/index.js +17 -0
  178. package/elements/oj-file-picker/index.js.map +1 -0
  179. package/elements/oj-file-picker/index.ts +27 -0
  180. package/elements/oj-film-strip/OjFilmStrip.js +8 -0
  181. package/elements/oj-film-strip/OjFilmStrip.js.map +1 -0
  182. package/elements/oj-film-strip/OjFilmStrip.ts +12 -0
  183. package/elements/oj-film-strip/OjFilmStripBase.js +32 -0
  184. package/elements/oj-film-strip/OjFilmStripBase.js.map +1 -0
  185. package/elements/oj-film-strip/OjFilmStripBase.ts +118 -0
  186. package/elements/oj-film-strip/index.js +17 -0
  187. package/elements/oj-film-strip/index.js.map +1 -0
  188. package/elements/oj-film-strip/index.ts +27 -0
  189. package/elements/oj-gantt/OjGantt.js +8 -0
  190. package/elements/oj-gantt/OjGantt.js.map +1 -0
  191. package/elements/oj-gantt/OjGantt.ts +12 -0
  192. package/elements/oj-gantt/OjGanttBase.js +98 -0
  193. package/elements/oj-gantt/OjGanttBase.js.map +1 -0
  194. package/elements/oj-gantt/OjGanttBase.ts +996 -0
  195. package/elements/oj-gantt/index.js +17 -0
  196. package/elements/oj-gantt/index.js.map +1 -0
  197. package/elements/oj-gantt/index.ts +27 -0
  198. package/elements/oj-indexer/OjIndexer.js +8 -0
  199. package/elements/oj-indexer/OjIndexer.js.map +1 -0
  200. package/elements/oj-indexer/OjIndexer.ts +12 -0
  201. package/elements/oj-indexer/OjIndexerBase.js +14 -0
  202. package/elements/oj-indexer/OjIndexerBase.js.map +1 -0
  203. package/elements/oj-indexer/OjIndexerBase.ts +62 -0
  204. package/elements/oj-indexer/index.js +17 -0
  205. package/elements/oj-indexer/index.js.map +1 -0
  206. package/elements/oj-indexer/index.ts +27 -0
  207. package/elements/oj-input-date/OjInputDate.js +10 -0
  208. package/elements/oj-input-date/OjInputDate.js.map +1 -0
  209. package/elements/oj-input-date/OjInputDate.ts +14 -0
  210. package/elements/oj-input-date/OjInputDateBase.js +107 -0
  211. package/elements/oj-input-date/OjInputDateBase.js.map +1 -0
  212. package/elements/oj-input-date/OjInputDateBase.ts +545 -0
  213. package/elements/oj-input-date/index.js +17 -0
  214. package/elements/oj-input-date/index.js.map +1 -0
  215. package/elements/oj-input-date/index.ts +27 -0
  216. package/elements/oj-input-date-time/OjInputDateTime.js +10 -0
  217. package/elements/oj-input-date-time/OjInputDateTime.js.map +1 -0
  218. package/elements/oj-input-date-time/OjInputDateTime.ts +14 -0
  219. package/elements/oj-input-date-time/OjInputDateTimeBase.js +110 -0
  220. package/elements/oj-input-date-time/OjInputDateTimeBase.js.map +1 -0
  221. package/elements/oj-input-date-time/OjInputDateTimeBase.ts +576 -0
  222. package/elements/oj-input-date-time/index.js +17 -0
  223. package/elements/oj-input-date-time/index.js.map +1 -0
  224. package/elements/oj-input-date-time/index.ts +27 -0
  225. package/elements/oj-input-number/OjInputNumber.js +10 -0
  226. package/elements/oj-input-number/OjInputNumber.js.map +1 -0
  227. package/elements/oj-input-number/OjInputNumber.ts +14 -0
  228. package/elements/oj-input-number/OjInputNumberBase.js +98 -0
  229. package/elements/oj-input-number/OjInputNumberBase.js.map +1 -0
  230. package/elements/oj-input-number/OjInputNumberBase.ts +406 -0
  231. package/elements/oj-input-number/index.js +17 -0
  232. package/elements/oj-input-number/index.js.map +1 -0
  233. package/elements/oj-input-number/index.ts +27 -0
  234. package/elements/oj-input-password/OjInputPassword.js +10 -0
  235. package/elements/oj-input-password/OjInputPassword.js.map +1 -0
  236. package/elements/oj-input-password/OjInputPassword.ts +14 -0
  237. package/elements/oj-input-password/OjInputPasswordBase.js +83 -0
  238. package/elements/oj-input-password/OjInputPasswordBase.js.map +1 -0
  239. package/elements/oj-input-password/OjInputPasswordBase.ts +323 -0
  240. package/elements/oj-input-password/index.js +17 -0
  241. package/elements/oj-input-password/index.js.map +1 -0
  242. package/elements/oj-input-password/index.ts +27 -0
  243. package/elements/oj-input-search/OjInputSearch.js +41 -0
  244. package/elements/oj-input-search/OjInputSearch.js.map +1 -0
  245. package/elements/oj-input-search/OjInputSearch.ts +64 -0
  246. package/elements/oj-input-search/OjInputSearchBase.js +26 -0
  247. package/elements/oj-input-search/OjInputSearchBase.js.map +1 -0
  248. package/elements/oj-input-search/OjInputSearchBase.ts +66 -0
  249. package/elements/oj-input-search/index.js +17 -0
  250. package/elements/oj-input-search/index.js.map +1 -0
  251. package/elements/oj-input-search/index.ts +27 -0
  252. package/elements/oj-input-text/OjInputText.js +10 -0
  253. package/elements/oj-input-text/OjInputText.js.map +1 -0
  254. package/elements/oj-input-text/OjInputText.ts +15 -0
  255. package/elements/oj-input-text/OjInputTextBase.js +95 -0
  256. package/elements/oj-input-text/OjInputTextBase.js.map +1 -0
  257. package/elements/oj-input-text/OjInputTextBase.ts +361 -0
  258. package/elements/oj-input-text/index.js +17 -0
  259. package/elements/oj-input-text/index.js.map +1 -0
  260. package/elements/oj-input-text/index.ts +27 -0
  261. package/elements/oj-input-time/OjInputTime.js +10 -0
  262. package/elements/oj-input-time/OjInputTime.js.map +1 -0
  263. package/elements/oj-input-time/OjInputTime.ts +14 -0
  264. package/elements/oj-input-time/OjInputTimeBase.js +101 -0
  265. package/elements/oj-input-time/OjInputTimeBase.js.map +1 -0
  266. package/elements/oj-input-time/OjInputTimeBase.ts +477 -0
  267. package/elements/oj-input-time/index.js +17 -0
  268. package/elements/oj-input-time/index.js.map +1 -0
  269. package/elements/oj-input-time/index.ts +27 -0
  270. package/elements/oj-label/OjLabel.js +8 -0
  271. package/elements/oj-label/OjLabel.js.map +1 -0
  272. package/elements/oj-label/OjLabel.ts +12 -0
  273. package/elements/oj-label/OjLabelBase.js +23 -0
  274. package/elements/oj-label/OjLabelBase.js.map +1 -0
  275. package/elements/oj-label/OjLabelBase.ts +79 -0
  276. package/elements/oj-label/index.js +17 -0
  277. package/elements/oj-label/index.js.map +1 -0
  278. package/elements/oj-label/index.ts +27 -0
  279. package/elements/oj-led-gauge/OjLedGauge.js +8 -0
  280. package/elements/oj-led-gauge/OjLedGauge.js.map +1 -0
  281. package/elements/oj-led-gauge/OjLedGauge.ts +12 -0
  282. package/elements/oj-led-gauge/OjLedGaugeBase.js +62 -0
  283. package/elements/oj-led-gauge/OjLedGaugeBase.js.map +1 -0
  284. package/elements/oj-led-gauge/OjLedGaugeBase.ts +302 -0
  285. package/elements/oj-led-gauge/index.js +17 -0
  286. package/elements/oj-led-gauge/index.js.map +1 -0
  287. package/elements/oj-led-gauge/index.ts +27 -0
  288. package/elements/oj-legend/OjLegend.js +8 -0
  289. package/elements/oj-legend/OjLegend.js.map +1 -0
  290. package/elements/oj-legend/OjLegend.ts +12 -0
  291. package/elements/oj-legend/OjLegendBase.js +74 -0
  292. package/elements/oj-legend/OjLegendBase.js.map +1 -0
  293. package/elements/oj-legend/OjLegendBase.ts +324 -0
  294. package/elements/oj-legend/index.js +17 -0
  295. package/elements/oj-legend/index.js.map +1 -0
  296. package/elements/oj-legend/index.ts +27 -0
  297. package/elements/oj-list-view/OjListView.js +25 -0
  298. package/elements/oj-list-view/OjListView.js.map +1 -0
  299. package/elements/oj-list-view/OjListView.ts +36 -0
  300. package/elements/oj-list-view/OjListViewBase.js +71 -0
  301. package/elements/oj-list-view/OjListViewBase.js.map +1 -0
  302. package/elements/oj-list-view/OjListViewBase.ts +355 -0
  303. package/elements/oj-list-view/index.js +17 -0
  304. package/elements/oj-list-view/index.js.map +1 -0
  305. package/elements/oj-list-view/index.ts +27 -0
  306. package/elements/oj-masonry-layout/OjMasonryLayout.js +8 -0
  307. package/elements/oj-masonry-layout/OjMasonryLayout.js.map +1 -0
  308. package/elements/oj-masonry-layout/OjMasonryLayout.ts +12 -0
  309. package/elements/oj-masonry-layout/OjMasonryLayoutBase.js +14 -0
  310. package/elements/oj-masonry-layout/OjMasonryLayoutBase.js.map +1 -0
  311. package/elements/oj-masonry-layout/OjMasonryLayoutBase.ts +46 -0
  312. package/elements/oj-masonry-layout/index.js +17 -0
  313. package/elements/oj-masonry-layout/index.js.map +1 -0
  314. package/elements/oj-masonry-layout/index.ts +27 -0
  315. package/elements/oj-menu/OjMenu.js +28 -0
  316. package/elements/oj-menu/OjMenu.js.map +1 -0
  317. package/elements/oj-menu/OjMenu.ts +42 -0
  318. package/elements/oj-menu/OjMenuBase.js +17 -0
  319. package/elements/oj-menu/OjMenuBase.js.map +1 -0
  320. package/elements/oj-menu/OjMenuBase.ts +121 -0
  321. package/elements/oj-menu/index.js +17 -0
  322. package/elements/oj-menu/index.js.map +1 -0
  323. package/elements/oj-menu/index.ts +27 -0
  324. package/elements/oj-menu-button/OjMenuButton.js +14 -0
  325. package/elements/oj-menu-button/OjMenuButton.js.map +1 -0
  326. package/elements/oj-menu-button/OjMenuButton.ts +20 -0
  327. package/elements/oj-menu-button/OjMenuButtonBase.js +20 -0
  328. package/elements/oj-menu-button/OjMenuButtonBase.js.map +1 -0
  329. package/elements/oj-menu-button/OjMenuButtonBase.ts +48 -0
  330. package/elements/oj-menu-button/index.js +17 -0
  331. package/elements/oj-menu-button/index.js.map +1 -0
  332. package/elements/oj-menu-button/index.ts +27 -0
  333. package/elements/oj-message/OjMessage.js +13 -0
  334. package/elements/oj-message/OjMessage.js.map +1 -0
  335. package/elements/oj-message/OjMessage.ts +19 -0
  336. package/elements/oj-message/OjMessageBase.js +17 -0
  337. package/elements/oj-message/OjMessageBase.js.map +1 -0
  338. package/elements/oj-message/OjMessageBase.ts +113 -0
  339. package/elements/oj-message/index.js +17 -0
  340. package/elements/oj-message/index.js.map +1 -0
  341. package/elements/oj-message/index.ts +27 -0
  342. package/elements/oj-n-box/OjNBox.js +8 -0
  343. package/elements/oj-n-box/OjNBox.js.map +1 -0
  344. package/elements/oj-n-box/OjNBox.ts +12 -0
  345. package/elements/oj-n-box/OjNBoxBase.js +116 -0
  346. package/elements/oj-n-box/OjNBoxBase.js.map +1 -0
  347. package/elements/oj-n-box/OjNBoxBase.ts +880 -0
  348. package/elements/oj-n-box/index.js +17 -0
  349. package/elements/oj-n-box/index.js.map +1 -0
  350. package/elements/oj-n-box/index.ts +27 -0
  351. package/elements/oj-navigation-list/OjNavigationList.js +186 -0
  352. package/elements/oj-navigation-list/OjNavigationList.js.map +1 -0
  353. package/elements/oj-navigation-list/OjNavigationList.ts +250 -0
  354. package/elements/oj-navigation-list/OjNavigationListBase.js +50 -0
  355. package/elements/oj-navigation-list/OjNavigationListBase.js.map +1 -0
  356. package/elements/oj-navigation-list/OjNavigationListBase.ts +164 -0
  357. package/elements/oj-navigation-list/index.js +17 -0
  358. package/elements/oj-navigation-list/index.js.map +1 -0
  359. package/elements/oj-navigation-list/index.ts +27 -0
  360. package/elements/oj-paging-control/OjPagingControl.js +13 -0
  361. package/elements/oj-paging-control/OjPagingControl.js.map +1 -0
  362. package/elements/oj-paging-control/OjPagingControl.ts +26 -0
  363. package/elements/oj-paging-control/OjPagingControlBase.js +29 -0
  364. package/elements/oj-paging-control/OjPagingControlBase.js.map +1 -0
  365. package/elements/oj-paging-control/OjPagingControlBase.ts +235 -0
  366. package/elements/oj-paging-control/index.js +17 -0
  367. package/elements/oj-paging-control/index.js.map +1 -0
  368. package/elements/oj-paging-control/index.ts +27 -0
  369. package/elements/oj-picto-chart/OjPictoChart.js +8 -0
  370. package/elements/oj-picto-chart/OjPictoChart.js.map +1 -0
  371. package/elements/oj-picto-chart/OjPictoChart.ts +12 -0
  372. package/elements/oj-picto-chart/OjPictoChartBase.js +86 -0
  373. package/elements/oj-picto-chart/OjPictoChartBase.js.map +1 -0
  374. package/elements/oj-picto-chart/OjPictoChartBase.ts +394 -0
  375. package/elements/oj-picto-chart/index.js +17 -0
  376. package/elements/oj-picto-chart/index.js.map +1 -0
  377. package/elements/oj-picto-chart/index.ts +27 -0
  378. package/elements/oj-popup/OjPopup.js +8 -0
  379. package/elements/oj-popup/OjPopup.js.map +1 -0
  380. package/elements/oj-popup/OjPopup.ts +11 -0
  381. package/elements/oj-popup/OjPopupBase.js +29 -0
  382. package/elements/oj-popup/OjPopupBase.js.map +1 -0
  383. package/elements/oj-popup/OjPopupBase.ts +155 -0
  384. package/elements/oj-popup/index.js +17 -0
  385. package/elements/oj-popup/index.js.map +1 -0
  386. package/elements/oj-popup/index.ts +27 -0
  387. package/elements/oj-progress/OjProgress.js +8 -0
  388. package/elements/oj-progress/OjProgress.js.map +1 -0
  389. package/elements/oj-progress/OjProgress.ts +12 -0
  390. package/elements/oj-progress/OjProgressBase.js +23 -0
  391. package/elements/oj-progress/OjProgressBase.js.map +1 -0
  392. package/elements/oj-progress/OjProgressBase.ts +65 -0
  393. package/elements/oj-progress/index.js +17 -0
  394. package/elements/oj-progress/index.js.map +1 -0
  395. package/elements/oj-progress/index.ts +27 -0
  396. package/elements/oj-progress-list/OjProgressList.js +8 -0
  397. package/elements/oj-progress-list/OjProgressList.js.map +1 -0
  398. package/elements/oj-progress-list/OjProgressList.ts +12 -0
  399. package/elements/oj-progress-list/OjProgressListBase.js +11 -0
  400. package/elements/oj-progress-list/OjProgressListBase.js.map +1 -0
  401. package/elements/oj-progress-list/OjProgressListBase.ts +21 -0
  402. package/elements/oj-progress-list/index.js +17 -0
  403. package/elements/oj-progress-list/index.js.map +1 -0
  404. package/elements/oj-progress-list/index.ts +27 -0
  405. package/elements/oj-radioset/OjRadioset.js +32 -0
  406. package/elements/oj-radioset/OjRadioset.js.map +1 -0
  407. package/elements/oj-radioset/OjRadioset.ts +63 -0
  408. package/elements/oj-radioset/OjRadiosetBase.js +68 -0
  409. package/elements/oj-radioset/OjRadiosetBase.js.map +1 -0
  410. package/elements/oj-radioset/OjRadiosetBase.ts +262 -0
  411. package/elements/oj-radioset/index.js +17 -0
  412. package/elements/oj-radioset/index.js.map +1 -0
  413. package/elements/oj-radioset/index.ts +27 -0
  414. package/elements/oj-rating-gauge/OjRatingGauge.js +8 -0
  415. package/elements/oj-rating-gauge/OjRatingGauge.js.map +1 -0
  416. package/elements/oj-rating-gauge/OjRatingGauge.ts +12 -0
  417. package/elements/oj-rating-gauge/OjRatingGaugeBase.js +80 -0
  418. package/elements/oj-rating-gauge/OjRatingGaugeBase.js.map +1 -0
  419. package/elements/oj-rating-gauge/OjRatingGaugeBase.ts +424 -0
  420. package/elements/oj-rating-gauge/index.js +17 -0
  421. package/elements/oj-rating-gauge/index.js.map +1 -0
  422. package/elements/oj-rating-gauge/index.ts +27 -0
  423. package/elements/oj-refresher/OjRefresher.js +8 -0
  424. package/elements/oj-refresher/OjRefresher.js.map +1 -0
  425. package/elements/oj-refresher/OjRefresher.ts +12 -0
  426. package/elements/oj-refresher/OjRefresherBase.js +20 -0
  427. package/elements/oj-refresher/OjRefresherBase.js.map +1 -0
  428. package/elements/oj-refresher/OjRefresherBase.ts +64 -0
  429. package/elements/oj-refresher/index.js +17 -0
  430. package/elements/oj-refresher/index.js.map +1 -0
  431. package/elements/oj-refresher/index.ts +27 -0
  432. package/elements/oj-row-expander/OjRowExpander.js +8 -0
  433. package/elements/oj-row-expander/OjRowExpander.js.map +1 -0
  434. package/elements/oj-row-expander/OjRowExpander.ts +12 -0
  435. package/elements/oj-row-expander/OjRowExpanderBase.js +20 -0
  436. package/elements/oj-row-expander/OjRowExpanderBase.js.map +1 -0
  437. package/elements/oj-row-expander/OjRowExpanderBase.ts +76 -0
  438. package/elements/oj-row-expander/index.js +17 -0
  439. package/elements/oj-row-expander/index.js.map +1 -0
  440. package/elements/oj-row-expander/index.ts +27 -0
  441. package/elements/oj-select-many/OjSelectMany.js +51 -0
  442. package/elements/oj-select-many/OjSelectMany.js.map +1 -0
  443. package/elements/oj-select-many/OjSelectMany.ts +80 -0
  444. package/elements/oj-select-many/OjSelectManyBase.js +89 -0
  445. package/elements/oj-select-many/OjSelectManyBase.js.map +1 -0
  446. package/elements/oj-select-many/OjSelectManyBase.ts +387 -0
  447. package/elements/oj-select-many/index.js +17 -0
  448. package/elements/oj-select-many/index.js.map +1 -0
  449. package/elements/oj-select-many/index.ts +27 -0
  450. package/elements/oj-select-one/OjSelectOne.js +45 -0
  451. package/elements/oj-select-one/OjSelectOne.js.map +1 -0
  452. package/elements/oj-select-one/OjSelectOne.ts +70 -0
  453. package/elements/oj-select-one/OjSelectOneBase.js +89 -0
  454. package/elements/oj-select-one/OjSelectOneBase.js.map +1 -0
  455. package/elements/oj-select-one/OjSelectOneBase.ts +387 -0
  456. package/elements/oj-select-one/index.js +17 -0
  457. package/elements/oj-select-one/index.js.map +1 -0
  458. package/elements/oj-select-one/index.ts +27 -0
  459. package/elements/oj-select-single/OjSelectSingle.js +35 -0
  460. package/elements/oj-select-single/OjSelectSingle.js.map +1 -0
  461. package/elements/oj-select-single/OjSelectSingle.ts +51 -0
  462. package/elements/oj-select-single/OjSelectSingleBase.js +77 -0
  463. package/elements/oj-select-single/OjSelectSingleBase.js.map +1 -0
  464. package/elements/oj-select-single/OjSelectSingleBase.ts +303 -0
  465. package/elements/oj-select-single/index.js +17 -0
  466. package/elements/oj-select-single/index.js.map +1 -0
  467. package/elements/oj-select-single/index.ts +27 -0
  468. package/elements/oj-selector/OjSelector.js +13 -0
  469. package/elements/oj-selector/OjSelector.js.map +1 -0
  470. package/elements/oj-selector/OjSelector.ts +20 -0
  471. package/elements/oj-selector/OjSelectorBase.js +26 -0
  472. package/elements/oj-selector/OjSelectorBase.js.map +1 -0
  473. package/elements/oj-selector/OjSelectorBase.ts +66 -0
  474. package/elements/oj-selector/index.js +17 -0
  475. package/elements/oj-selector/index.js.map +1 -0
  476. package/elements/oj-selector/index.ts +27 -0
  477. package/elements/oj-slider/OjSlider.js +15 -0
  478. package/elements/oj-slider/OjSlider.js.map +1 -0
  479. package/elements/oj-slider/OjSlider.ts +25 -0
  480. package/elements/oj-slider/OjSliderBase.js +71 -0
  481. package/elements/oj-slider/OjSliderBase.js.map +1 -0
  482. package/elements/oj-slider/OjSliderBase.ts +259 -0
  483. package/elements/oj-slider/index.js +17 -0
  484. package/elements/oj-slider/index.js.map +1 -0
  485. package/elements/oj-slider/index.ts +27 -0
  486. package/elements/oj-spark-chart/OjSparkChart.js +8 -0
  487. package/elements/oj-spark-chart/OjSparkChart.js.map +1 -0
  488. package/elements/oj-spark-chart/OjSparkChart.ts +12 -0
  489. package/elements/oj-spark-chart/OjSparkChartBase.js +95 -0
  490. package/elements/oj-spark-chart/OjSparkChartBase.js.map +1 -0
  491. package/elements/oj-spark-chart/OjSparkChartBase.ts +431 -0
  492. package/elements/oj-spark-chart/index.js +17 -0
  493. package/elements/oj-spark-chart/index.js.map +1 -0
  494. package/elements/oj-spark-chart/index.ts +27 -0
  495. package/elements/oj-status-meter-gauge/OjStatusMeterGauge.js +8 -0
  496. package/elements/oj-status-meter-gauge/OjStatusMeterGauge.js.map +1 -0
  497. package/elements/oj-status-meter-gauge/OjStatusMeterGauge.ts +12 -0
  498. package/elements/oj-status-meter-gauge/OjStatusMeterGaugeBase.js +107 -0
  499. package/elements/oj-status-meter-gauge/OjStatusMeterGaugeBase.js.map +1 -0
  500. package/elements/oj-status-meter-gauge/OjStatusMeterGaugeBase.ts +491 -0
  501. package/elements/oj-status-meter-gauge/index.js +17 -0
  502. package/elements/oj-status-meter-gauge/index.js.map +1 -0
  503. package/elements/oj-status-meter-gauge/index.ts +27 -0
  504. package/elements/oj-stream-list/OjStreamList.js +70 -0
  505. package/elements/oj-stream-list/OjStreamList.js.map +1 -0
  506. package/elements/oj-stream-list/OjStreamList.ts +79 -0
  507. package/elements/oj-stream-list/OjStreamListBase.js +29 -0
  508. package/elements/oj-stream-list/OjStreamListBase.js.map +1 -0
  509. package/elements/oj-stream-list/OjStreamListBase.ts +109 -0
  510. package/elements/oj-stream-list/index.js +17 -0
  511. package/elements/oj-stream-list/index.js.map +1 -0
  512. package/elements/oj-stream-list/index.ts +27 -0
  513. package/elements/oj-sunburst/OjSunburst.js +8 -0
  514. package/elements/oj-sunburst/OjSunburst.js.map +1 -0
  515. package/elements/oj-sunburst/OjSunburst.ts +12 -0
  516. package/elements/oj-sunburst/OjSunburstBase.js +104 -0
  517. package/elements/oj-sunburst/OjSunburstBase.js.map +1 -0
  518. package/elements/oj-sunburst/OjSunburstBase.ts +512 -0
  519. package/elements/oj-sunburst/index.js +17 -0
  520. package/elements/oj-sunburst/index.js.map +1 -0
  521. package/elements/oj-sunburst/index.ts +27 -0
  522. package/elements/oj-swipe-actions/OjSwipeActions.js +19 -0
  523. package/elements/oj-swipe-actions/OjSwipeActions.js.map +1 -0
  524. package/elements/oj-swipe-actions/OjSwipeActions.ts +30 -0
  525. package/elements/oj-swipe-actions/OjSwipeActionsBase.js +11 -0
  526. package/elements/oj-swipe-actions/OjSwipeActionsBase.js.map +1 -0
  527. package/elements/oj-swipe-actions/OjSwipeActionsBase.ts +37 -0
  528. package/elements/oj-swipe-actions/index.js +17 -0
  529. package/elements/oj-swipe-actions/index.js.map +1 -0
  530. package/elements/oj-swipe-actions/index.ts +27 -0
  531. package/elements/oj-switch/OjSwitch.js +16 -0
  532. package/elements/oj-switch/OjSwitch.js.map +1 -0
  533. package/elements/oj-switch/OjSwitch.ts +26 -0
  534. package/elements/oj-switch/OjSwitchBase.js +56 -0
  535. package/elements/oj-switch/OjSwitchBase.js.map +1 -0
  536. package/elements/oj-switch/OjSwitchBase.ts +192 -0
  537. package/elements/oj-switch/index.js +17 -0
  538. package/elements/oj-switch/index.js.map +1 -0
  539. package/elements/oj-switch/index.ts +27 -0
  540. package/elements/oj-tab-bar/OjTabBar.js +8 -0
  541. package/elements/oj-tab-bar/OjTabBar.js.map +1 -0
  542. package/elements/oj-tab-bar/OjTabBar.ts +12 -0
  543. package/elements/oj-tab-bar/OjTabBarBase.js +50 -0
  544. package/elements/oj-tab-bar/OjTabBarBase.js.map +1 -0
  545. package/elements/oj-tab-bar/OjTabBarBase.ts +200 -0
  546. package/elements/oj-tab-bar/index.js +17 -0
  547. package/elements/oj-tab-bar/index.js.map +1 -0
  548. package/elements/oj-tab-bar/index.ts +27 -0
  549. package/elements/oj-table/OjTable.js +33 -0
  550. package/elements/oj-table/OjTable.js.map +1 -0
  551. package/elements/oj-table/OjTable.ts +52 -0
  552. package/elements/oj-table/OjTableBase.js +98 -0
  553. package/elements/oj-table/OjTableBase.js.map +1 -0
  554. package/elements/oj-table/OjTableBase.ts +702 -0
  555. package/elements/oj-table/index.js +17 -0
  556. package/elements/oj-table/index.js.map +1 -0
  557. package/elements/oj-table/index.ts +27 -0
  558. package/elements/oj-tag-cloud/OjTagCloud.js +8 -0
  559. package/elements/oj-tag-cloud/OjTagCloud.js.map +1 -0
  560. package/elements/oj-tag-cloud/OjTagCloud.ts +12 -0
  561. package/elements/oj-tag-cloud/OjTagCloudBase.js +68 -0
  562. package/elements/oj-tag-cloud/OjTagCloudBase.js.map +1 -0
  563. package/elements/oj-tag-cloud/OjTagCloudBase.ts +318 -0
  564. package/elements/oj-tag-cloud/index.js +17 -0
  565. package/elements/oj-tag-cloud/index.js.map +1 -0
  566. package/elements/oj-tag-cloud/index.ts +27 -0
  567. package/elements/oj-text-area/OjTextArea.js +10 -0
  568. package/elements/oj-text-area/OjTextArea.js.map +1 -0
  569. package/elements/oj-text-area/OjTextArea.ts +14 -0
  570. package/elements/oj-text-area/OjTextAreaBase.js +95 -0
  571. package/elements/oj-text-area/OjTextAreaBase.js.map +1 -0
  572. package/elements/oj-text-area/OjTextAreaBase.ts +365 -0
  573. package/elements/oj-text-area/index.js +17 -0
  574. package/elements/oj-text-area/index.js.map +1 -0
  575. package/elements/oj-text-area/index.ts +27 -0
  576. package/elements/oj-thematic-map/OjThematicMap.js +8 -0
  577. package/elements/oj-thematic-map/OjThematicMap.js.map +1 -0
  578. package/elements/oj-thematic-map/OjThematicMap.ts +12 -0
  579. package/elements/oj-thematic-map/OjThematicMapBase.js +119 -0
  580. package/elements/oj-thematic-map/OjThematicMapBase.js.map +1 -0
  581. package/elements/oj-thematic-map/OjThematicMapBase.ts +777 -0
  582. package/elements/oj-thematic-map/index.js +17 -0
  583. package/elements/oj-thematic-map/index.js.map +1 -0
  584. package/elements/oj-thematic-map/index.ts +27 -0
  585. package/elements/oj-time-axis/OjTimeAxis.js +8 -0
  586. package/elements/oj-time-axis/OjTimeAxis.js.map +1 -0
  587. package/elements/oj-time-axis/OjTimeAxis.ts +12 -0
  588. package/elements/oj-time-axis/OjTimeAxisBase.js +26 -0
  589. package/elements/oj-time-axis/OjTimeAxisBase.js.map +1 -0
  590. package/elements/oj-time-axis/OjTimeAxisBase.ts +176 -0
  591. package/elements/oj-time-axis/index.js +17 -0
  592. package/elements/oj-time-axis/index.js.map +1 -0
  593. package/elements/oj-time-axis/index.ts +27 -0
  594. package/elements/oj-timeline/OjTimeline.js +8 -0
  595. package/elements/oj-timeline/OjTimeline.js.map +1 -0
  596. package/elements/oj-timeline/OjTimeline.ts +12 -0
  597. package/elements/oj-timeline/OjTimelineBase.js +71 -0
  598. package/elements/oj-timeline/OjTimelineBase.js.map +1 -0
  599. package/elements/oj-timeline/OjTimelineBase.ts +715 -0
  600. package/elements/oj-timeline/index.js +17 -0
  601. package/elements/oj-timeline/index.js.map +1 -0
  602. package/elements/oj-timeline/index.ts +27 -0
  603. package/elements/oj-train/OjTrain.js +8 -0
  604. package/elements/oj-train/OjTrain.js.map +1 -0
  605. package/elements/oj-train/OjTrain.ts +12 -0
  606. package/elements/oj-train/OjTrainBase.js +20 -0
  607. package/elements/oj-train/OjTrainBase.js.map +1 -0
  608. package/elements/oj-train/OjTrainBase.ts +72 -0
  609. package/elements/oj-train/index.js +17 -0
  610. package/elements/oj-train/index.js.map +1 -0
  611. package/elements/oj-train/index.ts +27 -0
  612. package/elements/oj-tree-view/OjTreeView.js +80 -0
  613. package/elements/oj-tree-view/OjTreeView.js.map +1 -0
  614. package/elements/oj-tree-view/OjTreeView.ts +117 -0
  615. package/elements/oj-tree-view/OjTreeViewBase.js +35 -0
  616. package/elements/oj-tree-view/OjTreeViewBase.js.map +1 -0
  617. package/elements/oj-tree-view/OjTreeViewBase.ts +131 -0
  618. package/elements/oj-tree-view/index.js +17 -0
  619. package/elements/oj-tree-view/index.js.map +1 -0
  620. package/elements/oj-tree-view/index.ts +27 -0
  621. package/elements/oj-treemap/OjTreemap.js +8 -0
  622. package/elements/oj-treemap/OjTreemap.js.map +1 -0
  623. package/elements/oj-treemap/OjTreemap.ts +12 -0
  624. package/elements/oj-treemap/OjTreemapBase.js +110 -0
  625. package/elements/oj-treemap/OjTreemapBase.js.map +1 -0
  626. package/elements/oj-treemap/OjTreemapBase.ts +594 -0
  627. package/elements/oj-treemap/index.js +17 -0
  628. package/elements/oj-treemap/index.js.map +1 -0
  629. package/elements/oj-treemap/index.ts +27 -0
  630. package/elements/oj-waterfall-layout/OjWaterfallLayout.js +8 -0
  631. package/elements/oj-waterfall-layout/OjWaterfallLayout.js.map +1 -0
  632. package/elements/oj-waterfall-layout/OjWaterfallLayout.ts +12 -0
  633. package/elements/oj-waterfall-layout/OjWaterfallLayoutBase.js +23 -0
  634. package/elements/oj-waterfall-layout/OjWaterfallLayoutBase.js.map +1 -0
  635. package/elements/oj-waterfall-layout/OjWaterfallLayoutBase.ts +87 -0
  636. package/elements/oj-waterfall-layout/index.js +17 -0
  637. package/elements/oj-waterfall-layout/index.js.map +1 -0
  638. package/elements/oj-waterfall-layout/index.ts +27 -0
  639. package/index.js +164 -0
  640. package/index.js.map +1 -0
  641. package/index.ts +440 -0
  642. package/lib/Expectation.js +189 -0
  643. package/lib/Expectation.js.map +1 -0
  644. package/lib/Expectation.ts +272 -0
  645. package/lib/OjFetch.js +83 -0
  646. package/lib/OjFetch.js.map +1 -0
  647. package/lib/OjFetch.ts +158 -0
  648. package/lib/ScreenshotManager.js +113 -0
  649. package/lib/ScreenshotManager.js.map +1 -0
  650. package/lib/ScreenshotManager.ts +195 -0
  651. package/lib/driver-manager.js +89 -0
  652. package/lib/driver-manager.js.map +1 -0
  653. package/lib/driver-manager.ts +330 -0
  654. package/lib/driver-override.js +120 -0
  655. package/lib/driver-override.js.map +1 -0
  656. package/lib/driver-override.ts +255 -0
  657. package/lib/input-utils.js +24 -0
  658. package/lib/input-utils.js.map +1 -0
  659. package/lib/input-utils.ts +50 -0
  660. package/lib/slot-proxy.js +25 -0
  661. package/lib/slot-proxy.js.map +1 -0
  662. package/lib/slot-proxy.ts +61 -0
  663. package/lib/stale-element.js +29 -0
  664. package/lib/stale-element.js.map +1 -0
  665. package/lib/stale-element.ts +44 -0
  666. package/package.json +19 -0
  667. package/tsconfig.json +10 -0
@@ -0,0 +1,996 @@
1
+ import {OjWebElement} from "../";
2
+
3
+ /**
4
+ * This is the base class for OjGantt, and is generated from
5
+ * the component metadata. Do not put overrides in here as the
6
+ * contents are meant to be replaced by the generated functions.
7
+ * Put overrides into the component's default class, found in
8
+ * index.ts.
9
+ */
10
+ export class OjGanttBase extends OjWebElement {
11
+ /**
12
+ * Gets the value of "animationOnDataChange" property.
13
+ * Defines the animation that is applied on data changes.
14
+ * @return The value of "animationOnDataChange" property.
15
+ */
16
+ public getAnimationOnDataChange(): Promise<string> {
17
+ return this.getProperty<string>("animationOnDataChange");
18
+ }
19
+
20
+ /**
21
+ * Gets the value of "animationOnDisplay" property.
22
+ * Defines the animation that is shown on initial display.
23
+ * @return The value of "animationOnDisplay" property.
24
+ */
25
+ public getAnimationOnDisplay(): Promise<string> {
26
+ return this.getProperty<string>("animationOnDisplay");
27
+ }
28
+
29
+ /**
30
+ * Gets the value of "as" property.
31
+ * An alias for the '$current' context variable passed to slot content for the dependencyTemplate, taskTemplate, or rowTemplate slots.
32
+ * @return The value of "as" property.
33
+ */
34
+ public getAs(): Promise<string> {
35
+ return this.getProperty<string>("as");
36
+ }
37
+
38
+ /**
39
+ * Gets the value of "axisPosition" property.
40
+ * The position of the major and minor axis.
41
+ * @return The value of "axisPosition" property.
42
+ */
43
+ public getAxisPosition(): Promise<string> {
44
+ return this.getProperty<string>("axisPosition");
45
+ }
46
+
47
+ /**
48
+ * Gets the value of "dependencies" property.
49
+ * An array of objects that defines dependencies between tasks. See the Help documentation for more information.
50
+ * @return The value of "dependencies" property.
51
+ */
52
+ public getDependencies(): Promise<Array<OjGanttBase.Dependencies>|null> {
53
+ return this.getProperty<Array<OjGanttBase.Dependencies>|null>("dependencies");
54
+ }
55
+
56
+ /**
57
+ * Gets the value of "dependencyData" property.
58
+ * Specifies the DataProvider for the dependencies of the Gantt. See the Help documentation for more information.
59
+ * @return The value of "dependencyData" property.
60
+ */
61
+ public getDependencyData(): Promise<object> {
62
+ return this.getProperty<object>("dependencyData");
63
+ }
64
+
65
+ /**
66
+ * Gets the value of "dnd" property.
67
+ * Enables drag and drop functionality.
68
+ * @return The value of "dnd" property.
69
+ */
70
+ public getDnd(): Promise<OjGanttBase.Dnd> {
71
+ return this.getProperty<OjGanttBase.Dnd>("dnd");
72
+ }
73
+
74
+ /**
75
+ * Gets the value of "dragMode" property.
76
+ * Specifies the action that is performed when a drag occurs.
77
+ * @return The value of "dragMode" property.
78
+ */
79
+ public getDragMode(): Promise<string> {
80
+ return this.getProperty<string>("dragMode");
81
+ }
82
+
83
+ /**
84
+ * Gets the value of "end" property.
85
+ * The end time of the Gantt. See the Help documentation for more information.
86
+ * @return The value of "end" property.
87
+ */
88
+ public getEnd(): Promise<string> {
89
+ return this.getProperty<string>("end");
90
+ }
91
+
92
+ /**
93
+ * Gets the value of "gridlines" property.
94
+ * An object specifying whether to display or hide the horizontal and vertical grid lines.
95
+ * @return The value of "gridlines" property.
96
+ */
97
+ public getGridlines(): Promise<OjGanttBase.Gridlines> {
98
+ return this.getProperty<OjGanttBase.Gridlines>("gridlines");
99
+ }
100
+
101
+ /**
102
+ * Gets the value of "majorAxis" property.
103
+ * Specifies the major time axis. If not specified, no major time axis is shown.
104
+ * @return The value of "majorAxis" property.
105
+ */
106
+ public getMajorAxis(): Promise<OjGanttBase.MajorAxis> {
107
+ return this.getProperty<OjGanttBase.MajorAxis>("majorAxis");
108
+ }
109
+
110
+ /**
111
+ * Gets the value of "minorAxis" property.
112
+ * Specifies the minor time axis. This is required for the Gantt to render properly.
113
+ * @return The value of "minorAxis" property.
114
+ */
115
+ public getMinorAxis(): Promise<OjGanttBase.MinorAxis> {
116
+ return this.getProperty<OjGanttBase.MinorAxis>("minorAxis");
117
+ }
118
+
119
+ /**
120
+ * Gets the value of "referenceObjects" property.
121
+ * The array of reference objects associated with the Gantt. See the Help documentation for more information.
122
+ * @return The value of "referenceObjects" property.
123
+ */
124
+ public getReferenceObjects(): Promise<Array<OjGanttBase.ReferenceObjects>> {
125
+ return this.getProperty<Array<OjGanttBase.ReferenceObjects>>("referenceObjects");
126
+ }
127
+
128
+ /**
129
+ * Gets the value of "rowAxis" property.
130
+ * Specifies properties for the row labels region.
131
+ * @return The value of "rowAxis" property.
132
+ */
133
+ public getRowAxis(): Promise<OjGanttBase.RowAxis> {
134
+ return this.getProperty<OjGanttBase.RowAxis>("rowAxis");
135
+ }
136
+
137
+ /**
138
+ * Gets the value of "rowDefaults" property.
139
+ * Specifies default styling for rows in the Gantt.
140
+ * @return The value of "rowDefaults" property.
141
+ */
142
+ public getRowDefaults(): Promise<OjGanttBase.RowDefaults> {
143
+ return this.getProperty<OjGanttBase.RowDefaults>("rowDefaults");
144
+ }
145
+
146
+ /**
147
+ * Gets the value of "rows" property.
148
+ * An array of objects used to define rows and tasks within rows. See the Help documentation for more information.
149
+ * @return The value of "rows" property.
150
+ */
151
+ public getRows(): Promise<Array<OjGanttBase.Rows>|null> {
152
+ return this.getProperty<Array<OjGanttBase.Rows>|null>("rows");
153
+ }
154
+
155
+ /**
156
+ * Sets the value of "scrollPosition" property.
157
+ * The current scroll position of the Gantt. See the Help documentation for more information.
158
+ * @param scrollPosition The value to set for "scrollPosition"
159
+ */
160
+ public changeScrollPosition(scrollPosition: OjGanttBase.ScrollPosition): Promise<void> {
161
+ return this.setProperty<OjGanttBase.ScrollPosition>("scrollPosition", scrollPosition);
162
+ }
163
+
164
+ /**
165
+ * Gets the value of "scrollPosition" property.
166
+ * The current scroll position of the Gantt. See the Help documentation for more information.
167
+ * @return The value of "scrollPosition" property.
168
+ */
169
+ public getScrollPosition(): Promise<OjGanttBase.ScrollPosition> {
170
+ return this.getProperty<OjGanttBase.ScrollPosition>("scrollPosition");
171
+ }
172
+
173
+ /**
174
+ * Sets the value of "selection" property.
175
+ * An array of strings containing the ids of the initially selected tasks.
176
+ * @param selection The value to set for "selection"
177
+ */
178
+ public changeSelection(selection: Array<any>): Promise<void> {
179
+ return this.setProperty<Array<any>>("selection", selection);
180
+ }
181
+
182
+ /**
183
+ * Gets the value of "selection" property.
184
+ * An array of strings containing the ids of the initially selected tasks.
185
+ * @return The value of "selection" property.
186
+ */
187
+ public getSelection(): Promise<Array<any>> {
188
+ return this.getProperty<Array<any>>("selection");
189
+ }
190
+
191
+ /**
192
+ * Gets the value of "selectionMode" property.
193
+ * Specifies the selection behavior of the Gantt. See the Help documentation for more information.
194
+ * @return The value of "selectionMode" property.
195
+ */
196
+ public getSelectionMode(): Promise<string> {
197
+ return this.getProperty<string>("selectionMode");
198
+ }
199
+
200
+ /**
201
+ * Gets the value of "start" property.
202
+ * The start time of the Gantt. A valid value is required for the Gantt to render properly. See the Help documentation for more information.
203
+ * @return The value of "start" property.
204
+ */
205
+ public getStart(): Promise<string> {
206
+ return this.getProperty<string>("start");
207
+ }
208
+
209
+ /**
210
+ * Gets the value of "taskData" property.
211
+ * Specifies the DataProvider for the tasks of the Gantt. See the Help documentation for more information.
212
+ * @return The value of "taskData" property.
213
+ */
214
+ public getTaskData(): Promise<object> {
215
+ return this.getProperty<object>("taskData");
216
+ }
217
+
218
+ /**
219
+ * Gets the value of "taskDefaults" property.
220
+ * Specifies default styling for tasks in the Gantt.
221
+ * @return The value of "taskDefaults" property.
222
+ */
223
+ public getTaskDefaults(): Promise<OjGanttBase.TaskDefaults> {
224
+ return this.getProperty<OjGanttBase.TaskDefaults>("taskDefaults");
225
+ }
226
+
227
+ /**
228
+ * Gets the value of "tooltip" property.
229
+ * An object containing an optional callback function for tooltip customization.
230
+ * @return The value of "tooltip" property.
231
+ */
232
+ public getTooltip(): Promise<OjGanttBase.Tooltip> {
233
+ return this.getProperty<OjGanttBase.Tooltip>("tooltip");
234
+ }
235
+
236
+ /**
237
+ * Gets the value of "trackResize" property.
238
+ * Defines whether the element will automatically render in response to changes in size. See the Help documentation for more information.
239
+ * @return The value of "trackResize" property.
240
+ */
241
+ public getTrackResize(): Promise<string> {
242
+ return this.getProperty<string>("trackResize");
243
+ }
244
+
245
+ /**
246
+ * Gets the value of "translations" property.
247
+ * A collection of translated resources from the translation bundle, or null if this component has no resources.
248
+ * @return The value of "translations" property.
249
+ */
250
+ public getTranslations(): Promise<OjGanttBase.Translations|null> {
251
+ return this.getProperty<OjGanttBase.Translations|null>("translations");
252
+ }
253
+
254
+ /**
255
+ * Gets the value of "valueFormats" property.
256
+ * An object specifying value formatting and tooltip behavior, whose keys generally correspond to task properties.
257
+ * @return The value of "valueFormats" property.
258
+ */
259
+ public getValueFormats(): Promise<OjGanttBase.ValueFormats> {
260
+ return this.getProperty<OjGanttBase.ValueFormats>("valueFormats");
261
+ }
262
+
263
+ /**
264
+ * Gets the value of "viewportEnd" property.
265
+ * The Gantt viewport end time. See the Help documentation for more information.
266
+ * @return The value of "viewportEnd" property.
267
+ */
268
+ public getViewportEnd(): Promise<string> {
269
+ return this.getProperty<string>("viewportEnd");
270
+ }
271
+
272
+ /**
273
+ * Gets the value of "viewportStart" property.
274
+ * The Gantt viewport start time. See the Help documentation for more information.
275
+ * @return The value of "viewportStart" property.
276
+ */
277
+ public getViewportStart(): Promise<string> {
278
+ return this.getProperty<string>("viewportStart");
279
+ }
280
+
281
+ }
282
+
283
+ namespace OjGanttBase {
284
+ export interface Dependencies {
285
+ /**
286
+ * The identifier for the dependency line. This must be unique across all dependency lines in Gantt. The id should be set by the application if the dependency-data DataProvider is not being used. The row key will be used as id in the case.
287
+ */
288
+ "id": any;
289
+ /**
290
+ * The identifier for the predecessor task. This must reference a task in Gantt.
291
+ */
292
+ "predecessorTaskId": any;
293
+ /**
294
+ * The description of the dependency line. This is used for accessibility.
295
+ */
296
+ "shortDesc": string;
297
+ /**
298
+ * The identifier for the successor task. This must reference a task in Gantt.
299
+ */
300
+ "successorTaskId": any;
301
+ /**
302
+ * A space delimited list of CSS style classes to apply to the dependency line.
303
+ */
304
+ "svgClassName": string;
305
+ /**
306
+ * The CSS style defining the style of the dependency line. Only SVG CSS style properties are supported.
307
+ */
308
+ "svgStyle": object;
309
+ /**
310
+ * The type of dependency.
311
+ */
312
+ "type": string;
313
+ }
314
+ export interface Dnd {
315
+ /**
316
+ * Defines a subset of high level configurations for moving elements to another location within the Gantt.
317
+ */
318
+ "move": OjGanttBase.DndMove;
319
+ }
320
+ export interface DndMove {
321
+ /**
322
+ * Enable or disable moving the non-baseline portions of tasks to a different location within the same Gantt.
323
+ */
324
+ "tasks": string;
325
+ }
326
+ export interface Gridlines {
327
+ /**
328
+ * Specifies whether to show horizontal gridlines.
329
+ */
330
+ "horizontal": string;
331
+ /**
332
+ * Specifies whether to show vertical gridlines.
333
+ */
334
+ "vertical": string;
335
+ }
336
+ export interface MajorAxis {
337
+ /**
338
+ * An object used to format the major axis labels. See the Help documentation for more information.
339
+ */
340
+ "converter": OjGanttBase.MajorAxisConverter;
341
+ /**
342
+ * Specifies the major axis height in pixels. See the Help documentation for more information.
343
+ */
344
+ "height": number;
345
+ /**
346
+ * Specifies the major axis time scale.
347
+ */
348
+ "scale": string;
349
+ /**
350
+ * An array of strings containing the names of scales used for zooming from longest to shortest. See the Help documentation for more information.
351
+ */
352
+ "zoomOrder": Array<string>;
353
+ }
354
+ export interface MajorAxisConverter {
355
+ /**
356
+ * A converter (an instance that duck types Converter) used to format the 'days' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
357
+ */
358
+ "days": object;
359
+ /**
360
+ * The default converter (an object literal or instance that duck types Converter) to use for all 'scale' values that do not otherwise have a converter object provided. See also DateTimeConverter.
361
+ */
362
+ "default": object;
363
+ /**
364
+ * A converter (an instance that duck types Converter) used to format the 'hours' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
365
+ */
366
+ "hours": object;
367
+ /**
368
+ * A converter (an instance that duck types Converter) used to format the 'minutes' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
369
+ */
370
+ "minutes": object;
371
+ /**
372
+ * A converter (an instance that duck types Converter) used to format the 'months' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
373
+ */
374
+ "months": object;
375
+ /**
376
+ * A converter (an instance that duck types Converter) used to format the 'quarters' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
377
+ */
378
+ "quarters": object;
379
+ /**
380
+ * A converter (an instance that duck types Converter) used to format the 'seconds' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
381
+ */
382
+ "seconds": object;
383
+ /**
384
+ * A converter (an instance that duck types Converter) used to format the 'weeks' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
385
+ */
386
+ "weeks": object;
387
+ /**
388
+ * A converter (an instance that duck types Converter) used to format the 'years' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
389
+ */
390
+ "years": object;
391
+ }
392
+ export interface MinorAxis {
393
+ /**
394
+ * An object used to format the minor axis labels. See the Help documentation for more information.
395
+ */
396
+ "converter": OjGanttBase.MinorAxisConverter;
397
+ /**
398
+ * Specifies the minor axis height in pixels. See the Help documentation for more information.
399
+ */
400
+ "height": number;
401
+ /**
402
+ * Specifies the minor axis time scale. This is required for the Gantt to render properly.
403
+ */
404
+ "scale": string;
405
+ /**
406
+ * An array of strings containing the names of scales used for zooming from longest to shortest. See the Help documentation for more information.
407
+ */
408
+ "zoomOrder": Array<string>;
409
+ }
410
+ export interface MinorAxisConverter {
411
+ /**
412
+ * A converter (an instance that duck types Converter) used to format the 'days' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
413
+ */
414
+ "days": object;
415
+ /**
416
+ * The default converter (an object literal or instance that duck types Converter) to use for all 'scale' values that do not otherwise have a converter object provided. See also DateTimeConverter.
417
+ */
418
+ "default": object;
419
+ /**
420
+ * A converter (an instance that duck types Converter) used to format the 'hours' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
421
+ */
422
+ "hours": object;
423
+ /**
424
+ * A converter (an instance that duck types Converter) used to format the 'minutes' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
425
+ */
426
+ "minutes": object;
427
+ /**
428
+ * A converter (an instance that duck types Converter) used to format the 'months' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
429
+ */
430
+ "months": object;
431
+ /**
432
+ * A converter (an instance that duck types Converter) used to format the 'quarters' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
433
+ */
434
+ "quarters": object;
435
+ /**
436
+ * A converter (an instance that duck types Converter) used to format the 'seconds' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
437
+ */
438
+ "seconds": object;
439
+ /**
440
+ * A converter (an instance that duck types Converter) used to format the 'weeks' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
441
+ */
442
+ "weeks": object;
443
+ /**
444
+ * A converter (an instance that duck types Converter) used to format the 'years' scale. If not specified, the default converter will be used for this scale. See also DateTimeConverter.
445
+ */
446
+ "years": object;
447
+ }
448
+ export interface ReferenceObjects {
449
+ /**
450
+ * The end time value of this reference object. See Date and Time Formats for more details on required string formats, and see type for more details.
451
+ */
452
+ "end": string;
453
+ /**
454
+ * The description of this object. This is used for accessibility and also for customizing the tooltip text.
455
+ */
456
+ "shortDesc": string;
457
+ /**
458
+ * The start time value of this reference object. See Date and Time Formats for more details on required string formats, and see type for more details.
459
+ */
460
+ "start": string;
461
+ /**
462
+ * A space delimited list of CSS style classes defining the style of the reference object. Note that only CSS style applicable to SVG elements can be used.
463
+ */
464
+ "svgClassName": string;
465
+ /**
466
+ * The CSS style defining the style of the reference object. Only SVG CSS style properties are supported.
467
+ */
468
+ "svgStyle": object;
469
+ /**
470
+ * The type of reference object being shown. If the value is set to "area", use the start and end properties of the reference object. Otherwise, use the value property.
471
+ */
472
+ "type": string;
473
+ /**
474
+ * The time value of this reference object. If not specified, no reference object will be shown. See Date and Time Formats for more details on required string formats.
475
+ */
476
+ "value": string;
477
+ }
478
+ export interface RowAxis {
479
+ /**
480
+ * Specifies the properties of the row labels.
481
+ */
482
+ "label": OjGanttBase.RowAxisLabel;
483
+ /**
484
+ * Specifies the maximum width of the region in pixels or as a percentage of the element width. If 'none', then the width has no maximum value. See the Help documentation for more information.
485
+ */
486
+ "maxWidth": string;
487
+ /**
488
+ * Specifies whether row labels are rendered.
489
+ */
490
+ "rendered": string;
491
+ /**
492
+ * Specifies the width of the region in pixels or as a percentage of the element width. If 'max-content', then the width of the widest label is used. See the Help documentation for more information.
493
+ */
494
+ "width": string;
495
+ }
496
+ export interface RowAxisLabel {
497
+ }
498
+ export interface RowDefaults {
499
+ /**
500
+ * Specifies the default row height in pixels. See the Help documentation for more information.
501
+ */
502
+ "height": number;
503
+ }
504
+ export interface Rows {
505
+ /**
506
+ * The identifier for the row. Optional if the row contains only one task. This must be unique across all rows in Gantt.
507
+ */
508
+ "id": any;
509
+ /**
510
+ * The label associated with the row.
511
+ */
512
+ "label": string;
513
+ /**
514
+ * The CSS style defining the style of the label. Only CSS style applicable to SVG elements can be used. See the Help documentation for more information.
515
+ */
516
+ "labelStyle": object;
517
+ /**
518
+ * An array of tasks. If not specified, no data will be shown.
519
+ */
520
+ "tasks": Array<object>;
521
+ }
522
+ export interface ScrollPosition {
523
+ /**
524
+ * The vertical offset in pixels relative to the row identified by 'rowIndex'.
525
+ */
526
+ "offsetY": number;
527
+ /**
528
+ * The zero-based index of the row.
529
+ */
530
+ "rowIndex": number;
531
+ /**
532
+ * The vertical position in pixels.
533
+ */
534
+ "y": number;
535
+ }
536
+ export interface TaskDefaults {
537
+ /**
538
+ * Specifies default styling for task baseline elements.
539
+ */
540
+ "baseline": OjGanttBase.TaskDefaultsBaseline;
541
+ /**
542
+ * The border radius of the task. Accepts valid CSS border-radius attribute values.
543
+ */
544
+ "borderRadius": string;
545
+ /**
546
+ * The height of the task in pixels. See the Help documentation for more information.
547
+ */
548
+ "height": number;
549
+ /**
550
+ * The position of the label relative to the task, or a priority order of label positions for the component to automatically choose from.
551
+ */
552
+ "labelPosition": string|Array<string>;
553
+ /**
554
+ * Configures the placement of chronologically overlapping tasks.
555
+ */
556
+ "overlap": OjGanttBase.TaskDefaultsOverlap;
557
+ /**
558
+ * Specifies default styling for progress bars on non-milestone tasks.
559
+ */
560
+ "progress": OjGanttBase.TaskDefaultsProgress;
561
+ /**
562
+ * Enable or disable resizing of the non-baseline portions of tasks.
563
+ */
564
+ "resizable": string;
565
+ /**
566
+ * A space delimited list of CSS style classes defining the style of the task.
567
+ */
568
+ "svgClassName": string;
569
+ /**
570
+ * The CSS style defining the style of the task.
571
+ */
572
+ "svgStyle": object;
573
+ /**
574
+ * The type of task to be rendered.
575
+ */
576
+ "type": string;
577
+ }
578
+ export interface TaskDefaultsBaseline {
579
+ /**
580
+ * The border radius of the baseline. Accepts valid CSS border-radius attribute values.
581
+ */
582
+ "borderRadius": string;
583
+ /**
584
+ * Specifies the height of the baseline in pixels. If not specified, a default height is used based upon the baseline type.
585
+ */
586
+ "height": number;
587
+ /**
588
+ * A space delimited list of CSS style classes defining the baseline style.
589
+ */
590
+ "svgClassName": string;
591
+ /**
592
+ * The CSS style defining the baseline style.
593
+ */
594
+ "svgStyle": object;
595
+ }
596
+ export interface TaskDefaultsOverlap {
597
+ /**
598
+ * Specifies the behavior when a task overlaps a chronologically previous adjacent tasks. See the Help documentation for more information.
599
+ */
600
+ "behavior": string;
601
+ /**
602
+ * Specifies the vertical offset amount in pixels to be used when laying out overlapping tasks. See the Help documentation for more information.
603
+ */
604
+ "offset": number;
605
+ }
606
+ export interface TaskDefaultsProgress {
607
+ /**
608
+ * The border radius of the progress bar. Accepts valid CSS border-radius attribute values.
609
+ */
610
+ "borderRadius": string;
611
+ /**
612
+ * Specifies the height of the progress bar in pixels or as a percentage of the associated task bar height. See the Help documentation for more information.
613
+ */
614
+ "height": string;
615
+ /**
616
+ * A space delimited list of CSS style classes to apply to the progress bar.
617
+ */
618
+ "svgClassName": string;
619
+ /**
620
+ * The CSS inline style to apply to the progress bar.
621
+ */
622
+ "svgStyle": object;
623
+ }
624
+ export interface Tooltip {
625
+ }
626
+ export interface Translations {
627
+ /**
628
+ * Provides properties to customize the screen reader text describing a specific dependency.
629
+ */
630
+ "accessibleDependencyInfo": string;
631
+ /**
632
+ * Provides properties to customize the screen reader text describing predecessors of a task.
633
+ */
634
+ "accessiblePredecessorInfo": string;
635
+ /**
636
+ * Provides properties to customize the screen reader text describing successors of a task.
637
+ */
638
+ "accessibleSuccessorInfo": string;
639
+ /**
640
+ * Used to describe milestone task type for accessibility.
641
+ */
642
+ "accessibleTaskTypeMilestone": string;
643
+ /**
644
+ * Used to describe summary task type for accessibility.
645
+ */
646
+ "accessibleTaskTypeSummary": string;
647
+ /**
648
+ * Used to describe the data visualization type for accessibility.
649
+ */
650
+ "componentName": string;
651
+ /**
652
+ * Used to describe finish to finish dependency type for accessibility.
653
+ */
654
+ "finishFinishDependencyAriaDesc": string;
655
+ /**
656
+ * Used to describe finish to start dependency type for accessibility.
657
+ */
658
+ "finishStartDependencyAriaDesc": string;
659
+ /**
660
+ * Used to display a label and its value.
661
+ */
662
+ "labelAndValue": string;
663
+ /**
664
+ * Used for the default tooltip label for baseline milestone information.
665
+ */
666
+ "labelBaselineDate": string;
667
+ /**
668
+ * Used for the default tooltip label for baseline end time information.
669
+ */
670
+ "labelBaselineEnd": string;
671
+ /**
672
+ * Used for the default tooltip label for baseline start time information.
673
+ */
674
+ "labelBaselineStart": string;
675
+ /**
676
+ * Text shown for clearing multiple selection on touch devices.
677
+ */
678
+ "labelClearSelection": string;
679
+ /**
680
+ * Used to display a count out of a total.
681
+ */
682
+ "labelCountWithTotal": string;
683
+ /**
684
+ * Label for data visualizations used for accessibility.
685
+ */
686
+ "labelDataVisualization": string;
687
+ /**
688
+ * Used for the default tooltip label for milestone information.
689
+ */
690
+ "labelDate": string;
691
+ /**
692
+ * Used for the default tooltip label for end time information.
693
+ */
694
+ "labelEnd": string;
695
+ /**
696
+ * Text shown when the component receives invalid data.
697
+ */
698
+ "labelInvalidData": string;
699
+ /**
700
+ * Used for the default tooltip label for task label information.
701
+ */
702
+ "labelLabel": string;
703
+ /**
704
+ * Used to describe row level in a hierarchical gantt for accessibility.
705
+ */
706
+ "labelLevel": string;
707
+ /**
708
+ * Used for the default tooltip label for task move scale change.
709
+ */
710
+ "labelMoveBy": string;
711
+ /**
712
+ * Text shown when the component receives no data.
713
+ */
714
+ "labelNoData": string;
715
+ /**
716
+ * Used for the default tooltip label for task progress information.
717
+ */
718
+ "labelProgress": string;
719
+ /**
720
+ * Used for the default tooltip label for task resize scale change.
721
+ */
722
+ "labelResizeBy": string;
723
+ /**
724
+ * Used for the default tooltip label for row information.
725
+ */
726
+ "labelRow": string;
727
+ /**
728
+ * Used for the default tooltip label for start time information.
729
+ */
730
+ "labelStart": string;
731
+ /**
732
+ * Used to describe start to finish dependency type for accessibility.
733
+ */
734
+ "startFinishDependencyAriaDesc": string;
735
+ /**
736
+ * Used to describe start to start dependency type for accessibility.
737
+ */
738
+ "startStartDependencyAriaDesc": string;
739
+ /**
740
+ * Used to describe the collapsed state for accessibility.
741
+ */
742
+ "stateCollapsed": string;
743
+ /**
744
+ * Used to describe a drillable object for accessibility.
745
+ */
746
+ "stateDrillable": string;
747
+ /**
748
+ * Used to describe the expanded state for accessibility.
749
+ */
750
+ "stateExpanded": string;
751
+ /**
752
+ * Used to describe the hidden state for accessibility.
753
+ */
754
+ "stateHidden": string;
755
+ /**
756
+ * Used to describe the isolated state for accessibility.
757
+ */
758
+ "stateIsolated": string;
759
+ /**
760
+ * Used to describe the maximized state for accessibility.
761
+ */
762
+ "stateMaximized": string;
763
+ /**
764
+ * Used to describe the minimized state for accessibility.
765
+ */
766
+ "stateMinimized": string;
767
+ /**
768
+ * Used to describe the selected state for accessibility.
769
+ */
770
+ "stateSelected": string;
771
+ /**
772
+ * Used to describe the unselected state for accessibility.
773
+ */
774
+ "stateUnselected": string;
775
+ /**
776
+ * Used to describe the visible state for accessibility.
777
+ */
778
+ "stateVisible": string;
779
+ /**
780
+ * Used to indicate task move is cancelled for accessibility.
781
+ */
782
+ "taskMoveCancelled": string;
783
+ /**
784
+ * Used to indicate task move is finalized for accessibility.
785
+ */
786
+ "taskMoveFinalized": string;
787
+ /**
788
+ * Used to indicate task move is initiated for accessibility.
789
+ */
790
+ "taskMoveInitiated": string;
791
+ /**
792
+ * Used to indicate task move instructions for accessibility.
793
+ */
794
+ "taskMoveInitiatedInstruction": string;
795
+ /**
796
+ * Used to indicate whether other tasks are also selected during move.
797
+ */
798
+ "taskMoveSelectionInfo": string;
799
+ /**
800
+ * Used to indicate task resize is cancelled for accessibility.
801
+ */
802
+ "taskResizeCancelled": string;
803
+ /**
804
+ * Used to indicate task end resize handle for accessibility.
805
+ */
806
+ "taskResizeEndHandle": string;
807
+ /**
808
+ * Used to indicate task resize end is initiated for accessibility.
809
+ */
810
+ "taskResizeEndInitiated": string;
811
+ /**
812
+ * Used to indicate task resize is finalized for accessibility.
813
+ */
814
+ "taskResizeFinalized": string;
815
+ /**
816
+ * Used to indicate task resize instructions for accessibility.
817
+ */
818
+ "taskResizeInitiatedInstruction": string;
819
+ /**
820
+ * Used to indicate whether other tasks are also selected during task resize.
821
+ */
822
+ "taskResizeSelectionInfo": string;
823
+ /**
824
+ * Used to indicate task start resize handle for accessibility.
825
+ */
826
+ "taskResizeStartHandle": string;
827
+ /**
828
+ * Used to indicate task resize start is initiated for accessibility.
829
+ */
830
+ "taskResizeStartInitiated": string;
831
+ /**
832
+ * Used for the zoom in tooltip.
833
+ */
834
+ "tooltipZoomIn": string;
835
+ /**
836
+ * Used for the zoom out tooltip.
837
+ */
838
+ "tooltipZoomOut": string;
839
+ }
840
+ export interface ValueFormats {
841
+ /**
842
+ * Specifies tooltip behavior for the milestone baseline date value.
843
+ */
844
+ "baselineDate": OjGanttBase.ValueFormatsBaselineDate;
845
+ /**
846
+ * Specifies tooltip behavior for the baseline end value.
847
+ */
848
+ "baselineEnd": OjGanttBase.ValueFormatsBaselineEnd;
849
+ /**
850
+ * Specifies tooltip behavior for the baseline start value.
851
+ */
852
+ "baselineStart": OjGanttBase.ValueFormatsBaselineStart;
853
+ /**
854
+ * Specifies tooltip behavior for the date value of a milestone task.
855
+ */
856
+ "date": OjGanttBase.ValueFormatsDate;
857
+ /**
858
+ * Specifies tooltip behavior for the end value.
859
+ */
860
+ "end": OjGanttBase.ValueFormatsEnd;
861
+ /**
862
+ * Specifies tooltip behavior for the label value.
863
+ */
864
+ "label": OjGanttBase.ValueFormatsLabel;
865
+ /**
866
+ * Specifies tooltip behavior for the progress value.
867
+ */
868
+ "progress": OjGanttBase.ValueFormatsProgress;
869
+ /**
870
+ * Specifies tooltip behavior for the row value.
871
+ */
872
+ "row": OjGanttBase.ValueFormatsRow;
873
+ /**
874
+ * Specifies tooltip behavior for the start value.
875
+ */
876
+ "start": OjGanttBase.ValueFormatsStart;
877
+ }
878
+ export interface ValueFormatsBaselineDate {
879
+ /**
880
+ * An object used to format the milestone baseline date value. See the Help documentation for more information.
881
+ */
882
+ "converter": object;
883
+ /**
884
+ * Specifies whether the milestone baseline date value is displayed in the tooltip.
885
+ */
886
+ "tooltipDisplay": string;
887
+ /**
888
+ * The label to display before the milestone baseline date value in the tooltip. See the Help documentation for more information.
889
+ */
890
+ "tooltipLabel": string;
891
+ }
892
+ export interface ValueFormatsBaselineEnd {
893
+ /**
894
+ * An object used to format the baseline end value. See the Help documentation for more information.
895
+ */
896
+ "converter": object;
897
+ /**
898
+ * Specifies whether the baseline end value is displayed in the tooltip.
899
+ */
900
+ "tooltipDisplay": string;
901
+ /**
902
+ * The label to display before the baseline end value in the tooltip. See the Help documentation for more information.
903
+ */
904
+ "tooltipLabel": string;
905
+ }
906
+ export interface ValueFormatsBaselineStart {
907
+ /**
908
+ * An object used to format the baseline start value. See the Help documentation for more information.
909
+ */
910
+ "converter": object;
911
+ /**
912
+ * Specifies whether the baseline start value is displayed in the tooltip.
913
+ */
914
+ "tooltipDisplay": string;
915
+ /**
916
+ * The label to display before the baseline start value in the tooltip. See the Help documentation for more information.
917
+ */
918
+ "tooltipLabel": string;
919
+ }
920
+ export interface ValueFormatsDate {
921
+ /**
922
+ * An object used to format the date value. See the Help documentation for more information.
923
+ */
924
+ "converter": object;
925
+ /**
926
+ * Specifies whether the date value is displayed in the tooltip.
927
+ */
928
+ "tooltipDisplay": string;
929
+ /**
930
+ * The label to display before the date value in the tooltip. See the Help documentation for more information.
931
+ */
932
+ "tooltipLabel": string;
933
+ }
934
+ export interface ValueFormatsEnd {
935
+ /**
936
+ * An object used to format the end value. See the Help documentation for more information.
937
+ */
938
+ "converter": object;
939
+ /**
940
+ * Specifies whether the end value is displayed in the tooltip.
941
+ */
942
+ "tooltipDisplay": string;
943
+ /**
944
+ * The label to display before the end value in the tooltip. See the Help documentation for more information.
945
+ */
946
+ "tooltipLabel": string;
947
+ }
948
+ export interface ValueFormatsLabel {
949
+ /**
950
+ * Specifies whether the label value is displayed in the tooltip.
951
+ */
952
+ "tooltipDisplay": string;
953
+ /**
954
+ * The label to display before the label value in the tooltip. See the Help documentation for more information.
955
+ */
956
+ "tooltipLabel": string;
957
+ }
958
+ export interface ValueFormatsProgress {
959
+ /**
960
+ * An object used to format the progress value. See the Help documentation for more information.
961
+ */
962
+ "converter": object;
963
+ /**
964
+ * Specifies whether the progress value is displayed in the tooltip.
965
+ */
966
+ "tooltipDisplay": string;
967
+ /**
968
+ * The label to display before the progress value in the tooltip. See the Help documentation for more information.
969
+ */
970
+ "tooltipLabel": string;
971
+ }
972
+ export interface ValueFormatsRow {
973
+ /**
974
+ * Specifies whether the row value is displayed in the tooltip.
975
+ */
976
+ "tooltipDisplay": string;
977
+ /**
978
+ * The label to display before the row value in the tooltip. See the Help documentation for more information.
979
+ */
980
+ "tooltipLabel": string;
981
+ }
982
+ export interface ValueFormatsStart {
983
+ /**
984
+ * An object used to format the start value. See the Help documentation for more information.
985
+ */
986
+ "converter": object;
987
+ /**
988
+ * Specifies whether the start value is displayed in the tooltip.
989
+ */
990
+ "tooltipDisplay": string;
991
+ /**
992
+ * The label to display before the start value in the tooltip. See the Help documentation for more information.
993
+ */
994
+ "tooltipLabel": string;
995
+ }
996
+ }