@oracle/oraclejet-core-pack 15.0.2 → 15.0.3

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 (346) hide show
  1. package/oj-c/Avatar.json +10 -10
  2. package/oj-c/Button.json +19 -19
  3. package/oj-c/Collapsible.json +14 -14
  4. package/oj-c/FilePicker.json +19 -19
  5. package/oj-c/HighlightText.json +6 -6
  6. package/oj-c/InputDateText.json +43 -43
  7. package/oj-c/InputNumber.json +49 -49
  8. package/oj-c/InputPassword.json +40 -40
  9. package/oj-c/InputText.json +47 -47
  10. package/oj-c/Legend.json +34 -34
  11. package/oj-c/LegendItem.json +15 -15
  12. package/oj-c/LegendSection.json +5 -5
  13. package/oj-c/ListItemLayout.json +16 -16
  14. package/oj-c/ListView.json +18 -18
  15. package/oj-c/MessageToast.json +11 -11
  16. package/oj-c/MeterBar.json +26 -26
  17. package/oj-c/MeterCircle.json +30 -30
  18. package/oj-c/ProgressBar.json +7 -7
  19. package/oj-c/ProgressCircle.json +7 -7
  20. package/oj-c/RatingGauge.json +21 -21
  21. package/oj-c/SelectMultiple.json +39 -39
  22. package/oj-c/SelectSingle.json +39 -39
  23. package/oj-c/Selector.json +8 -8
  24. package/oj-c/SelectorAll.json +5 -5
  25. package/oj-c/SplitMenuButton.json +17 -17
  26. package/oj-c/TagCloud.json +18 -18
  27. package/oj-c/TagCloudItem.json +10 -10
  28. package/oj-c/TextArea.json +44 -44
  29. package/oj-c/avatar/__webdriver__/AvatarWebElement.d.ts +8 -0
  30. package/oj-c/avatar/__webdriver__/AvatarWebElement.js +3 -22
  31. package/oj-c/avatar/__webdriver__/AvatarWebElement.js.map +1 -0
  32. package/oj-c/avatar/__webdriver__/AvatarWebElementBase.d.ts +51 -0
  33. package/oj-c/avatar/__webdriver__/AvatarWebElementBase.js +15 -34
  34. package/oj-c/avatar/__webdriver__/AvatarWebElementBase.js.map +1 -0
  35. package/oj-c/avatar/__webdriver__/index.d.ts +17 -0
  36. package/oj-c/avatar/__webdriver__/index.js +9 -53
  37. package/oj-c/avatar/__webdriver__/index.js.map +1 -0
  38. package/oj-c/avatar/component.json +2 -2
  39. package/oj-c/button/__webdriver__/ButtonWebElement.d.ts +65 -0
  40. package/oj-c/button/__webdriver__/ButtonWebElement.js +32 -36
  41. package/oj-c/button/__webdriver__/ButtonWebElement.js.map +1 -0
  42. package/oj-c/button/__webdriver__/ButtonWebElementBase.d.ts +65 -0
  43. package/oj-c/button/__webdriver__/ButtonWebElementBase.js +19 -38
  44. package/oj-c/button/__webdriver__/ButtonWebElementBase.js.map +1 -0
  45. package/oj-c/button/__webdriver__/index.d.ts +17 -0
  46. package/oj-c/button/__webdriver__/index.js +9 -53
  47. package/oj-c/button/__webdriver__/index.js.map +1 -0
  48. package/oj-c/button/component.json +2 -2
  49. package/oj-c/collapsible/__webdriver__/CollapsibleWebElement.d.ts +21 -0
  50. package/oj-c/collapsible/__webdriver__/CollapsibleWebElement.js +17 -90
  51. package/oj-c/collapsible/__webdriver__/CollapsibleWebElement.js.map +1 -0
  52. package/oj-c/collapsible/__webdriver__/CollapsibleWebElementBase.d.ts +30 -0
  53. package/oj-c/collapsible/__webdriver__/CollapsibleWebElementBase.js +9 -28
  54. package/oj-c/collapsible/__webdriver__/CollapsibleWebElementBase.js.map +1 -0
  55. package/oj-c/collapsible/__webdriver__/index.d.ts +17 -0
  56. package/oj-c/collapsible/__webdriver__/index.js +9 -53
  57. package/oj-c/collapsible/__webdriver__/index.js.map +1 -0
  58. package/oj-c/collapsible/component.json +2 -2
  59. package/oj-c/component.json +3 -3
  60. package/oj-c/docs/avatar.html +3 -3
  61. package/oj-c/docs/button.html +3 -3
  62. package/oj-c/docs/collapsible.html +3 -3
  63. package/oj-c/docs/file-picker.html +3 -3
  64. package/oj-c/docs/highlight-text.html +3 -3
  65. package/oj-c/docs/index.html +3 -3
  66. package/oj-c/docs/input-date-text.html +3 -3
  67. package/oj-c/docs/input-number.html +3 -3
  68. package/oj-c/docs/input-password.html +3 -3
  69. package/oj-c/docs/input-text.html +3 -3
  70. package/oj-c/docs/legend-item.html +3 -3
  71. package/oj-c/docs/legend-section.html +3 -3
  72. package/oj-c/docs/legend.html +3 -3
  73. package/oj-c/docs/list-item-layout.html +3 -3
  74. package/oj-c/docs/list-view.html +3 -3
  75. package/oj-c/docs/message-toast.html +3 -3
  76. package/oj-c/docs/meter-bar.html +3 -3
  77. package/oj-c/docs/meter-circle.html +3 -3
  78. package/oj-c/docs/oj-c.Avatar.html +3 -3
  79. package/oj-c/docs/oj-c.Button.html +3 -3
  80. package/oj-c/docs/oj-c.Collapsible.html +3 -3
  81. package/oj-c/docs/oj-c.FilePicker.html +3 -3
  82. package/oj-c/docs/oj-c.HighlightText.html +3 -3
  83. package/oj-c/docs/oj-c.InputDateText.html +3 -3
  84. package/oj-c/docs/oj-c.InputNumber.html +3 -3
  85. package/oj-c/docs/oj-c.InputPassword.html +3 -3
  86. package/oj-c/docs/oj-c.InputText.html +3 -3
  87. package/oj-c/docs/oj-c.Legend.html +3 -3
  88. package/oj-c/docs/oj-c.LegendItem.html +3 -3
  89. package/oj-c/docs/oj-c.LegendSection.html +3 -3
  90. package/oj-c/docs/oj-c.ListItemLayout.html +3 -3
  91. package/oj-c/docs/oj-c.ListView.html +3 -3
  92. package/oj-c/docs/oj-c.MessageToast.html +3 -3
  93. package/oj-c/docs/oj-c.MeterBar.html +3 -3
  94. package/oj-c/docs/oj-c.MeterCircle.html +3 -3
  95. package/oj-c/docs/oj-c.ProgressBar.html +3 -3
  96. package/oj-c/docs/oj-c.ProgressCircle.html +3 -3
  97. package/oj-c/docs/oj-c.RatingGauge.html +3 -3
  98. package/oj-c/docs/oj-c.SelectMultiple.html +3 -3
  99. package/oj-c/docs/oj-c.SelectSingle.html +3 -3
  100. package/oj-c/docs/oj-c.Selector.html +3 -3
  101. package/oj-c/docs/oj-c.SelectorAll.html +3 -3
  102. package/oj-c/docs/oj-c.SplitMenuButton.html +3 -3
  103. package/oj-c/docs/oj-c.TagCloud.html +3 -3
  104. package/oj-c/docs/oj-c.TagCloudItem.html +3 -3
  105. package/oj-c/docs/oj-c.TextArea.html +3 -3
  106. package/oj-c/docs/progress-bar.html +3 -3
  107. package/oj-c/docs/progress-circle.html +3 -3
  108. package/oj-c/docs/rating-gauge.html +3 -3
  109. package/oj-c/docs/select-multiple.html +3 -3
  110. package/oj-c/docs/select-single.html +3 -3
  111. package/oj-c/docs/selector-all.html +3 -3
  112. package/oj-c/docs/selector.html +3 -3
  113. package/oj-c/docs/split-menu-button.html +3 -3
  114. package/oj-c/docs/tag-cloud-item.html +3 -3
  115. package/oj-c/docs/tag-cloud.html +3 -3
  116. package/oj-c/docs/text-area.html +3 -3
  117. package/oj-c/file-picker/__webdriver__/FilePickerWebElement.d.ts +8 -0
  118. package/oj-c/file-picker/__webdriver__/FilePickerWebElement.js +3 -22
  119. package/oj-c/file-picker/__webdriver__/FilePickerWebElement.js.map +1 -0
  120. package/oj-c/file-picker/__webdriver__/FilePickerWebElementBase.d.ts +51 -0
  121. package/oj-c/file-picker/__webdriver__/FilePickerWebElementBase.js +15 -34
  122. package/oj-c/file-picker/__webdriver__/FilePickerWebElementBase.js.map +1 -0
  123. package/oj-c/file-picker/__webdriver__/index.d.ts +17 -0
  124. package/oj-c/file-picker/__webdriver__/index.js +9 -53
  125. package/oj-c/file-picker/__webdriver__/index.js.map +1 -0
  126. package/oj-c/file-picker/component.json +2 -2
  127. package/oj-c/highlight-text/__webdriver__/HighlightTextWebElement.d.ts +8 -0
  128. package/oj-c/highlight-text/__webdriver__/HighlightTextWebElement.js +3 -22
  129. package/oj-c/highlight-text/__webdriver__/HighlightTextWebElement.js.map +1 -0
  130. package/oj-c/highlight-text/__webdriver__/HighlightTextWebElementBase.d.ts +23 -0
  131. package/oj-c/highlight-text/__webdriver__/HighlightTextWebElementBase.js +7 -26
  132. package/oj-c/highlight-text/__webdriver__/HighlightTextWebElementBase.js.map +1 -0
  133. package/oj-c/highlight-text/__webdriver__/index.d.ts +17 -0
  134. package/oj-c/highlight-text/__webdriver__/index.js +9 -53
  135. package/oj-c/highlight-text/__webdriver__/index.js.map +1 -0
  136. package/oj-c/highlight-text/component.json +2 -2
  137. package/oj-c/input-date-text/__webdriver__/InputDateTextWebElement.d.ts +8 -0
  138. package/oj-c/input-date-text/__webdriver__/InputDateTextWebElement.js +3 -22
  139. package/oj-c/input-date-text/__webdriver__/InputDateTextWebElement.js.map +1 -0
  140. package/oj-c/input-date-text/__webdriver__/InputDateTextWebElementBase.d.ts +246 -0
  141. package/oj-c/input-date-text/__webdriver__/InputDateTextWebElementBase.js +57 -76
  142. package/oj-c/input-date-text/__webdriver__/InputDateTextWebElementBase.js.map +1 -0
  143. package/oj-c/input-date-text/__webdriver__/index.d.ts +17 -0
  144. package/oj-c/input-date-text/__webdriver__/index.js +9 -53
  145. package/oj-c/input-date-text/__webdriver__/index.js.map +1 -0
  146. package/oj-c/input-date-text/component.json +2 -2
  147. package/oj-c/input-number/__webdriver__/InputNumberWebElement.d.ts +8 -0
  148. package/oj-c/input-number/__webdriver__/InputNumberWebElement.js +3 -22
  149. package/oj-c/input-number/__webdriver__/InputNumberWebElement.js.map +1 -0
  150. package/oj-c/input-number/__webdriver__/InputNumberWebElementBase.d.ts +302 -0
  151. package/oj-c/input-number/__webdriver__/InputNumberWebElementBase.js +73 -92
  152. package/oj-c/input-number/__webdriver__/InputNumberWebElementBase.js.map +1 -0
  153. package/oj-c/input-number/__webdriver__/index.d.ts +17 -0
  154. package/oj-c/input-number/__webdriver__/index.js +9 -53
  155. package/oj-c/input-number/__webdriver__/index.js.map +1 -0
  156. package/oj-c/input-number/component.json +2 -2
  157. package/oj-c/input-password/__webdriver__/InputPasswordWebElement.d.ts +8 -0
  158. package/oj-c/input-password/__webdriver__/InputPasswordWebElement.js +3 -22
  159. package/oj-c/input-password/__webdriver__/InputPasswordWebElement.js.map +1 -0
  160. package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.d.ts +239 -0
  161. package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.js +55 -74
  162. package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.js.map +1 -0
  163. package/oj-c/input-password/__webdriver__/index.d.ts +17 -0
  164. package/oj-c/input-password/__webdriver__/index.js +9 -53
  165. package/oj-c/input-password/__webdriver__/index.js.map +1 -0
  166. package/oj-c/input-password/component.json +2 -2
  167. package/oj-c/input-text/__webdriver__/InputTextWebElement.d.ts +8 -0
  168. package/oj-c/input-text/__webdriver__/InputTextWebElement.js +3 -22
  169. package/oj-c/input-text/__webdriver__/InputTextWebElement.js.map +1 -0
  170. package/oj-c/input-text/__webdriver__/InputTextWebElementBase.d.ts +277 -0
  171. package/oj-c/input-text/__webdriver__/InputTextWebElementBase.js +63 -82
  172. package/oj-c/input-text/__webdriver__/InputTextWebElementBase.js.map +1 -0
  173. package/oj-c/input-text/__webdriver__/index.d.ts +17 -0
  174. package/oj-c/input-text/__webdriver__/index.js +9 -53
  175. package/oj-c/input-text/__webdriver__/index.js.map +1 -0
  176. package/oj-c/input-text/component.json +2 -2
  177. package/oj-c/legend/__webdriver__/LegendWebElement.d.ts +8 -0
  178. package/oj-c/legend/__webdriver__/LegendWebElement.js +3 -22
  179. package/oj-c/legend/__webdriver__/LegendWebElement.js.map +1 -0
  180. package/oj-c/legend/__webdriver__/LegendWebElementBase.d.ts +173 -0
  181. package/oj-c/legend/__webdriver__/LegendWebElementBase.js +35 -54
  182. package/oj-c/legend/__webdriver__/LegendWebElementBase.js.map +1 -0
  183. package/oj-c/legend/__webdriver__/index.d.ts +17 -0
  184. package/oj-c/legend/__webdriver__/index.js +9 -53
  185. package/oj-c/legend/__webdriver__/index.js.map +1 -0
  186. package/oj-c/legend/component.json +2 -2
  187. package/oj-c/legend-item/component.json +2 -2
  188. package/oj-c/legend-section/component.json +2 -2
  189. package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElement.d.ts +8 -0
  190. package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElement.js +3 -22
  191. package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElement.js.map +1 -0
  192. package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElementBase.d.ts +16 -0
  193. package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElementBase.js +5 -24
  194. package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElementBase.js.map +1 -0
  195. package/oj-c/list-item-layout/__webdriver__/index.d.ts +17 -0
  196. package/oj-c/list-item-layout/__webdriver__/index.js +9 -53
  197. package/oj-c/list-item-layout/__webdriver__/index.js.map +1 -0
  198. package/oj-c/list-item-layout/component.json +2 -2
  199. package/oj-c/list-view/__webdriver__/ListViewWebElement.d.ts +8 -0
  200. package/oj-c/list-view/__webdriver__/ListViewWebElement.js +3 -22
  201. package/oj-c/list-view/__webdriver__/ListViewWebElement.js.map +1 -0
  202. package/oj-c/list-view/__webdriver__/ListViewWebElementBase.d.ts +75 -0
  203. package/oj-c/list-view/__webdriver__/ListViewWebElementBase.js +15 -34
  204. package/oj-c/list-view/__webdriver__/ListViewWebElementBase.js.map +1 -0
  205. package/oj-c/list-view/__webdriver__/index.d.ts +17 -0
  206. package/oj-c/list-view/__webdriver__/index.js +9 -53
  207. package/oj-c/list-view/__webdriver__/index.js.map +1 -0
  208. package/oj-c/list-view/component.json +2 -2
  209. package/oj-c/message-toast/__webdriver__/MessageToastWebElement.d.ts +8 -0
  210. package/oj-c/message-toast/__webdriver__/MessageToastWebElement.js +3 -22
  211. package/oj-c/message-toast/__webdriver__/MessageToastWebElement.js.map +1 -0
  212. package/oj-c/message-toast/__webdriver__/MessageToastWebElementBase.d.ts +44 -0
  213. package/oj-c/message-toast/__webdriver__/MessageToastWebElementBase.js +13 -32
  214. package/oj-c/message-toast/__webdriver__/MessageToastWebElementBase.js.map +1 -0
  215. package/oj-c/message-toast/__webdriver__/index.d.ts +17 -0
  216. package/oj-c/message-toast/__webdriver__/index.js +9 -53
  217. package/oj-c/message-toast/__webdriver__/index.js.map +1 -0
  218. package/oj-c/message-toast/component.json +2 -2
  219. package/oj-c/metadata/allComponents.json +57 -57
  220. package/oj-c/meter-bar/__webdriver__/MeterBarWebElement.d.ts +8 -0
  221. package/oj-c/meter-bar/__webdriver__/MeterBarWebElement.js +3 -22
  222. package/oj-c/meter-bar/__webdriver__/MeterBarWebElement.js.map +1 -0
  223. package/oj-c/meter-bar/__webdriver__/MeterBarWebElementBase.d.ts +173 -0
  224. package/oj-c/meter-bar/__webdriver__/MeterBarWebElementBase.js +39 -58
  225. package/oj-c/meter-bar/__webdriver__/MeterBarWebElementBase.js.map +1 -0
  226. package/oj-c/meter-bar/__webdriver__/index.d.ts +17 -0
  227. package/oj-c/meter-bar/__webdriver__/index.js +9 -53
  228. package/oj-c/meter-bar/__webdriver__/index.js.map +1 -0
  229. package/oj-c/meter-bar/component.json +2 -2
  230. package/oj-c/meter-circle/__webdriver__/MeterCircleWebElement.d.ts +8 -0
  231. package/oj-c/meter-circle/__webdriver__/MeterCircleWebElement.js +3 -22
  232. package/oj-c/meter-circle/__webdriver__/MeterCircleWebElement.js.map +1 -0
  233. package/oj-c/meter-circle/__webdriver__/MeterCircleWebElementBase.d.ts +183 -0
  234. package/oj-c/meter-circle/__webdriver__/MeterCircleWebElementBase.js +43 -62
  235. package/oj-c/meter-circle/__webdriver__/MeterCircleWebElementBase.js.map +1 -0
  236. package/oj-c/meter-circle/__webdriver__/index.d.ts +17 -0
  237. package/oj-c/meter-circle/__webdriver__/index.js +9 -53
  238. package/oj-c/meter-circle/__webdriver__/index.js.map +1 -0
  239. package/oj-c/meter-circle/component.json +2 -2
  240. package/oj-c/progress-bar/__webdriver__/ProgressBarWebElement.d.ts +8 -0
  241. package/oj-c/progress-bar/__webdriver__/ProgressBarWebElement.js +3 -22
  242. package/oj-c/progress-bar/__webdriver__/ProgressBarWebElement.js.map +1 -0
  243. package/oj-c/progress-bar/__webdriver__/ProgressBarWebElementBase.d.ts +30 -0
  244. package/oj-c/progress-bar/__webdriver__/ProgressBarWebElementBase.js +9 -28
  245. package/oj-c/progress-bar/__webdriver__/ProgressBarWebElementBase.js.map +1 -0
  246. package/oj-c/progress-bar/__webdriver__/index.d.ts +17 -0
  247. package/oj-c/progress-bar/__webdriver__/index.js +9 -53
  248. package/oj-c/progress-bar/__webdriver__/index.js.map +1 -0
  249. package/oj-c/progress-bar/component.json +2 -2
  250. package/oj-c/progress-circle/__webdriver__/ProgressCircleWebElement.d.ts +8 -0
  251. package/oj-c/progress-circle/__webdriver__/ProgressCircleWebElement.js +3 -22
  252. package/oj-c/progress-circle/__webdriver__/ProgressCircleWebElement.js.map +1 -0
  253. package/oj-c/progress-circle/__webdriver__/ProgressCircleWebElementBase.d.ts +30 -0
  254. package/oj-c/progress-circle/__webdriver__/ProgressCircleWebElementBase.js +9 -28
  255. package/oj-c/progress-circle/__webdriver__/ProgressCircleWebElementBase.js.map +1 -0
  256. package/oj-c/progress-circle/__webdriver__/index.d.ts +17 -0
  257. package/oj-c/progress-circle/__webdriver__/index.js +9 -53
  258. package/oj-c/progress-circle/__webdriver__/index.js.map +1 -0
  259. package/oj-c/progress-circle/component.json +2 -2
  260. package/oj-c/rating-gauge/__webdriver__/RatingGaugeWebElement.d.ts +8 -0
  261. package/oj-c/rating-gauge/__webdriver__/RatingGaugeWebElement.js +3 -22
  262. package/oj-c/rating-gauge/__webdriver__/RatingGaugeWebElement.js.map +1 -0
  263. package/oj-c/rating-gauge/__webdriver__/RatingGaugeWebElementBase.d.ts +135 -0
  264. package/oj-c/rating-gauge/__webdriver__/RatingGaugeWebElementBase.js +35 -54
  265. package/oj-c/rating-gauge/__webdriver__/RatingGaugeWebElementBase.js.map +1 -0
  266. package/oj-c/rating-gauge/__webdriver__/index.d.ts +17 -0
  267. package/oj-c/rating-gauge/__webdriver__/index.js +9 -53
  268. package/oj-c/rating-gauge/__webdriver__/index.js.map +1 -0
  269. package/oj-c/rating-gauge/component.json +2 -2
  270. package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElement.d.ts +8 -0
  271. package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElement.js +3 -22
  272. package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElement.js.map +1 -0
  273. package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElementBase.d.ts +231 -0
  274. package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElementBase.js +55 -74
  275. package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElementBase.js.map +1 -0
  276. package/oj-c/select-multiple/__webdriver__/index.d.ts +17 -0
  277. package/oj-c/select-multiple/__webdriver__/index.js +9 -53
  278. package/oj-c/select-multiple/__webdriver__/index.js.map +1 -0
  279. package/oj-c/select-multiple/component.json +2 -2
  280. package/oj-c/select-single/__webdriver__/SelectSingleWebElement.d.ts +8 -0
  281. package/oj-c/select-single/__webdriver__/SelectSingleWebElement.js +3 -22
  282. package/oj-c/select-single/__webdriver__/SelectSingleWebElement.js.map +1 -0
  283. package/oj-c/select-single/__webdriver__/SelectSingleWebElementBase.d.ts +289 -0
  284. package/oj-c/select-single/__webdriver__/SelectSingleWebElementBase.js +55 -74
  285. package/oj-c/select-single/__webdriver__/SelectSingleWebElementBase.js.map +1 -0
  286. package/oj-c/select-single/__webdriver__/index.d.ts +17 -0
  287. package/oj-c/select-single/__webdriver__/index.js +9 -53
  288. package/oj-c/select-single/__webdriver__/index.js.map +1 -0
  289. package/oj-c/select-single/component.json +2 -2
  290. package/oj-c/selector/__webdriver__/SelectorWebElement.d.ts +8 -0
  291. package/oj-c/selector/__webdriver__/SelectorWebElement.js +3 -22
  292. package/oj-c/selector/__webdriver__/SelectorWebElement.js.map +1 -0
  293. package/oj-c/selector/__webdriver__/SelectorWebElementBase.d.ts +44 -0
  294. package/oj-c/selector/__webdriver__/SelectorWebElementBase.js +13 -32
  295. package/oj-c/selector/__webdriver__/SelectorWebElementBase.js.map +1 -0
  296. package/oj-c/selector/__webdriver__/index.d.ts +17 -0
  297. package/oj-c/selector/__webdriver__/index.js +9 -53
  298. package/oj-c/selector/__webdriver__/index.js.map +1 -0
  299. package/oj-c/selector/component.json +2 -2
  300. package/oj-c/selector-all/__webdriver__/SelectorAllWebElement.d.ts +8 -0
  301. package/oj-c/selector-all/__webdriver__/SelectorAllWebElement.js +3 -22
  302. package/oj-c/selector-all/__webdriver__/SelectorAllWebElement.js.map +1 -0
  303. package/oj-c/selector-all/__webdriver__/SelectorAllWebElementBase.d.ts +23 -0
  304. package/oj-c/selector-all/__webdriver__/SelectorAllWebElementBase.js +7 -26
  305. package/oj-c/selector-all/__webdriver__/SelectorAllWebElementBase.js.map +1 -0
  306. package/oj-c/selector-all/__webdriver__/index.d.ts +17 -0
  307. package/oj-c/selector-all/__webdriver__/index.js +9 -53
  308. package/oj-c/selector-all/__webdriver__/index.js.map +1 -0
  309. package/oj-c/selector-all/component.json +2 -2
  310. package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.d.ts +8 -0
  311. package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.js +3 -22
  312. package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.js.map +1 -0
  313. package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.d.ts +65 -0
  314. package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.js +15 -34
  315. package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.js.map +1 -0
  316. package/oj-c/split-menu-button/__webdriver__/index.d.ts +17 -0
  317. package/oj-c/split-menu-button/__webdriver__/index.js +9 -53
  318. package/oj-c/split-menu-button/__webdriver__/index.js.map +1 -0
  319. package/oj-c/split-menu-button/component.json +2 -2
  320. package/oj-c/tag-cloud/__webdriver__/TagCloudWebElement.d.ts +8 -0
  321. package/oj-c/tag-cloud/__webdriver__/TagCloudWebElement.js +3 -22
  322. package/oj-c/tag-cloud/__webdriver__/TagCloudWebElement.js.map +1 -0
  323. package/oj-c/tag-cloud/__webdriver__/TagCloudWebElementBase.d.ts +100 -0
  324. package/oj-c/tag-cloud/__webdriver__/TagCloudWebElementBase.js +29 -48
  325. package/oj-c/tag-cloud/__webdriver__/TagCloudWebElementBase.js.map +1 -0
  326. package/oj-c/tag-cloud/__webdriver__/index.d.ts +17 -0
  327. package/oj-c/tag-cloud/__webdriver__/index.js +9 -53
  328. package/oj-c/tag-cloud/__webdriver__/index.js.map +1 -0
  329. package/oj-c/tag-cloud/component.json +2 -2
  330. package/oj-c/tag-cloud-item/component.json +2 -2
  331. package/oj-c/text-area/__webdriver__/TextAreaWebElement.d.ts +8 -0
  332. package/oj-c/text-area/__webdriver__/TextAreaWebElement.js +3 -22
  333. package/oj-c/text-area/__webdriver__/TextAreaWebElement.js.map +1 -0
  334. package/oj-c/text-area/__webdriver__/TextAreaWebElementBase.d.ts +274 -0
  335. package/oj-c/text-area/__webdriver__/TextAreaWebElementBase.js +61 -80
  336. package/oj-c/text-area/__webdriver__/TextAreaWebElementBase.js.map +1 -0
  337. package/oj-c/text-area/__webdriver__/index.d.ts +17 -0
  338. package/oj-c/text-area/__webdriver__/index.js +9 -53
  339. package/oj-c/text-area/__webdriver__/index.js.map +1 -0
  340. package/oj-c/text-area/component.json +2 -2
  341. package/package.json +3 -3
  342. package/webdriver/docs/assets/search.js +1 -1
  343. package/webdriver/docs/classes/ButtonWebElement.html +17 -7
  344. package/webdriver/index.d.ts +25 -0
  345. package/webdriver/index.js +1 -0
  346. package/webdriver/index.js.map +1 -0
@@ -1,19 +1,4 @@
1
1
  "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
2
  Object.defineProperty(exports, "__esModule", { value: true });
18
3
  exports.InputNumberWebElementBase = void 0;
19
4
  var elements_1 = require("@oracle/oraclejet-webdriver/elements");
@@ -23,326 +8,322 @@ var elements_1 = require("@oracle/oraclejet-webdriver/elements");
23
8
  * during the next generation.
24
9
  * Put overrides into the WebElements's subclass, InputNumberWebElement.ts.
25
10
  */
26
- var InputNumberWebElementBase = /** @class */ (function (_super) {
27
- __extends(InputNumberWebElementBase, _super);
28
- function InputNumberWebElementBase() {
29
- return _super !== null && _super.apply(this, arguments) || this;
30
- }
11
+ class InputNumberWebElementBase extends elements_1.OjWebElement {
31
12
  /**
32
13
  * Gets the value of <code>autocomplete</code> property.
33
14
  * Dictates component's autocomplete state
34
15
  * @return The value of <code>autocomplete</code> property.
35
16
  *
36
17
  */
37
- InputNumberWebElementBase.prototype.getAutocomplete = function () {
18
+ getAutocomplete() {
38
19
  return this.getProperty('autocomplete');
39
- };
20
+ }
40
21
  /**
41
22
  * Gets the value of <code>containerReadonly</code> property.
42
23
  * Specifies whether an ancestor container, like oj-form-layout, is readonly.
43
24
  * @return The value of <code>containerReadonly</code> property.
44
25
  *
45
26
  */
46
- InputNumberWebElementBase.prototype.getContainerReadonly = function () {
27
+ getContainerReadonly() {
47
28
  return this.getProperty('containerReadonly');
48
- };
29
+ }
49
30
  /**
50
31
  * Gets the value of <code>converter</code> property.
51
32
  * Specifies the converter instance.
52
33
  * @return The value of <code>converter</code> property.
53
34
  *
54
35
  */
55
- InputNumberWebElementBase.prototype.getConverter = function () {
36
+ getConverter() {
56
37
  return this.getProperty('converter');
57
- };
38
+ }
58
39
  /**
59
40
  * Gets the value of <code>disabled</code> property.
60
41
  * Specifies whether the component is disabled.
61
42
  * @return The value of <code>disabled</code> property.
62
43
  *
63
44
  */
64
- InputNumberWebElementBase.prototype.getDisabled = function () {
45
+ getDisabled() {
65
46
  return this.getProperty('disabled');
66
- };
47
+ }
67
48
  /**
68
49
  * Gets the value of <code>displayOptions</code> property.
69
50
  * Display options for auxiliary content that determines whether or not it should be displayed.
70
51
  * @return The value of <code>displayOptions</code> property.
71
52
  *
72
53
  */
73
- InputNumberWebElementBase.prototype.getDisplayOptions = function () {
54
+ getDisplayOptions() {
74
55
  return this.getProperty('displayOptions');
75
- };
56
+ }
76
57
  /**
77
58
  * Gets the value of <code>help</code> property.
78
59
  * Form component help information.
79
60
  * @return The value of <code>help</code> property.
80
61
  *
81
62
  */
82
- InputNumberWebElementBase.prototype.getHelp = function () {
63
+ getHelp() {
83
64
  return this.getProperty('help');
84
- };
65
+ }
85
66
  /**
86
67
  * Gets the value of <code>helpHints</code> property.
87
68
  * The helpHints object contains a definition property and a source property.
88
69
  * @return The value of <code>helpHints</code> property.
89
70
  *
90
71
  */
91
- InputNumberWebElementBase.prototype.getHelpHints = function () {
72
+ getHelpHints() {
92
73
  return this.getProperty('helpHints');
93
- };
74
+ }
94
75
  /**
95
76
  * Gets the value of <code>inputPrefix</code> property.
96
77
  * The text before the input text.
97
78
  * @return The value of <code>inputPrefix</code> property.
98
79
  *
99
80
  */
100
- InputNumberWebElementBase.prototype.getInputPrefix = function () {
81
+ getInputPrefix() {
101
82
  return this.getProperty('inputPrefix');
102
- };
83
+ }
103
84
  /**
104
85
  * Gets the value of <code>inputSuffix</code> property.
105
86
  * The text after the input text.
106
87
  * @return The value of <code>inputSuffix</code> property.
107
88
  *
108
89
  */
109
- InputNumberWebElementBase.prototype.getInputSuffix = function () {
90
+ getInputSuffix() {
110
91
  return this.getProperty('inputSuffix');
111
- };
92
+ }
112
93
  /**
113
94
  * Gets the value of <code>labelEdge</code> property.
114
95
  * Specifies how the label is positioned for the component
115
96
  * @return The value of <code>labelEdge</code> property.
116
97
  *
117
98
  */
118
- InputNumberWebElementBase.prototype.getLabelEdge = function () {
99
+ getLabelEdge() {
119
100
  return this.getProperty('labelEdge');
120
- };
101
+ }
121
102
  /**
122
103
  * Gets the value of <code>labelHint</code> property.
123
104
  * Represents a hint for rendering a label on the component.
124
105
  * @return The value of <code>labelHint</code> property.
125
106
  *
126
107
  */
127
- InputNumberWebElementBase.prototype.getLabelHint = function () {
108
+ getLabelHint() {
128
109
  return this.getProperty('labelHint');
129
- };
110
+ }
130
111
  /**
131
112
  * Gets the value of <code>labelStartWidth</code> property.
132
113
  * The width of the label when labelEdge is 'start'.
133
114
  * @return The value of <code>labelStartWidth</code> property.
134
115
  *
135
116
  */
136
- InputNumberWebElementBase.prototype.getLabelStartWidth = function () {
117
+ getLabelStartWidth() {
137
118
  return this.getProperty('labelStartWidth');
138
- };
119
+ }
139
120
  /**
140
121
  * Gets the value of <code>labelWrapping</code> property.
141
122
  * Should the labels wrap or truncate when there is not enough available space.
142
123
  * @return The value of <code>labelWrapping</code> property.
143
124
  *
144
125
  */
145
- InputNumberWebElementBase.prototype.getLabelWrapping = function () {
126
+ getLabelWrapping() {
146
127
  return this.getProperty('labelWrapping');
147
- };
128
+ }
148
129
  /**
149
130
  * Gets the value of <code>max</code> property.
150
131
  * The maximum allowed value
151
132
  * @return The value of <code>max</code> property.
152
133
  *
153
134
  */
154
- InputNumberWebElementBase.prototype.getMax = function () {
135
+ getMax() {
155
136
  return this.getProperty('max');
156
- };
137
+ }
157
138
  /**
158
139
  * Gets the value of <code>min</code> property.
159
140
  * The maximum allowed value
160
141
  * @return The value of <code>min</code> property.
161
142
  *
162
143
  */
163
- InputNumberWebElementBase.prototype.getMin = function () {
144
+ getMin() {
164
145
  return this.getProperty('min');
165
- };
146
+ }
166
147
  /**
167
148
  * Sets the value of <code>messagesCustom</code> property.
168
149
  * List of custom component messages
169
150
  * @param messagesCustom The value to set for <code>messagesCustom</code>
170
151
  *
171
152
  */
172
- InputNumberWebElementBase.prototype.changeMessagesCustom = function (messagesCustom) {
153
+ changeMessagesCustom(messagesCustom) {
173
154
  return this.setProperty('messagesCustom', messagesCustom);
174
- };
155
+ }
175
156
  /**
176
157
  * Gets the value of <code>messagesCustom</code> property.
177
158
  * List of custom component messages
178
159
  * @return The value of <code>messagesCustom</code> property.
179
160
  *
180
161
  */
181
- InputNumberWebElementBase.prototype.getMessagesCustom = function () {
162
+ getMessagesCustom() {
182
163
  return this.getProperty('messagesCustom');
183
- };
164
+ }
184
165
  /**
185
166
  * Gets the value of <code>numberRangeExactMessageDetail</code> property.
186
167
  * Overrides the default NumberRangeValidator's exact message detail.
187
168
  * @return The value of <code>numberRangeExactMessageDetail</code> property.
188
169
  *
189
170
  */
190
- InputNumberWebElementBase.prototype.getNumberRangeExactMessageDetail = function () {
171
+ getNumberRangeExactMessageDetail() {
191
172
  return this.getProperty('numberRangeExactMessageDetail');
192
- };
173
+ }
193
174
  /**
194
175
  * Gets the value of <code>numberRangeOverflowMessageDetail</code> property.
195
176
  * Overrides the default NumberRangeValidator's exact message detail.
196
177
  * @return The value of <code>numberRangeOverflowMessageDetail</code> property.
197
178
  *
198
179
  */
199
- InputNumberWebElementBase.prototype.getNumberRangeOverflowMessageDetail = function () {
180
+ getNumberRangeOverflowMessageDetail() {
200
181
  return this.getProperty('numberRangeOverflowMessageDetail');
201
- };
182
+ }
202
183
  /**
203
184
  * Gets the value of <code>numberRangeUnderflowMessageDetail</code> property.
204
185
  * Overrides the default NumberRangeValidator's exact message detail.
205
186
  * @return The value of <code>numberRangeUnderflowMessageDetail</code> property.
206
187
  *
207
188
  */
208
- InputNumberWebElementBase.prototype.getNumberRangeUnderflowMessageDetail = function () {
189
+ getNumberRangeUnderflowMessageDetail() {
209
190
  return this.getProperty('numberRangeUnderflowMessageDetail');
210
- };
191
+ }
211
192
  /**
212
193
  * Gets the value of <code>placeholder</code> property.
213
194
  * The placeholder text to set on the element.
214
195
  * @return The value of <code>placeholder</code> property.
215
196
  *
216
197
  */
217
- InputNumberWebElementBase.prototype.getPlaceholder = function () {
198
+ getPlaceholder() {
218
199
  return this.getProperty('placeholder');
219
- };
200
+ }
220
201
  /**
221
202
  * Gets the value of <code>readonly</code> property.
222
203
  * Whether the component is readonly
223
204
  * @return The value of <code>readonly</code> property.
224
205
  *
225
206
  */
226
- InputNumberWebElementBase.prototype.getReadonly = function () {
207
+ getReadonly() {
227
208
  return this.getProperty('readonly');
228
- };
209
+ }
229
210
  /**
230
211
  * Gets the value of <code>required</code> property.
231
212
  * Specifies whether or not the component is required.
232
213
  * @return The value of <code>required</code> property.
233
214
  *
234
215
  */
235
- InputNumberWebElementBase.prototype.getRequired = function () {
216
+ getRequired() {
236
217
  return this.getProperty('required');
237
- };
218
+ }
238
219
  /**
239
220
  * Gets the value of <code>requiredMessageDetail</code> property.
240
221
  * Overrides the default Required error message.
241
222
  * @return The value of <code>requiredMessageDetail</code> property.
242
223
  *
243
224
  */
244
- InputNumberWebElementBase.prototype.getRequiredMessageDetail = function () {
225
+ getRequiredMessageDetail() {
245
226
  return this.getProperty('requiredMessageDetail');
246
- };
227
+ }
247
228
  /**
248
229
  * Gets the value of <code>step</code> property.
249
230
  * Specifies the amount to increase or decrease the value when moving in step increments. If 0, no step functionality.
250
231
  * @return The value of <code>step</code> property.
251
232
  *
252
233
  */
253
- InputNumberWebElementBase.prototype.getStep = function () {
234
+ getStep() {
254
235
  return this.getProperty('step');
255
- };
236
+ }
256
237
  /**
257
238
  * Gets the value of <code>textAlign</code> property.
258
239
  * Specifies how the text is aligned within the text field
259
240
  * @return The value of <code>textAlign</code> property.
260
241
  *
261
242
  */
262
- InputNumberWebElementBase.prototype.getTextAlign = function () {
243
+ getTextAlign() {
263
244
  return this.getProperty('textAlign');
264
- };
245
+ }
265
246
  /**
266
247
  * Gets the value of <code>unsafe_labelledBy</code> property.
267
248
  *
268
249
  * @return The value of <code>unsafe_labelledBy</code> property.
269
250
  *
270
251
  */
271
- InputNumberWebElementBase.prototype.getUnsafeLabelledBy = function () {
252
+ getUnsafeLabelledBy() {
272
253
  return this.getProperty('unsafe_labelledBy');
273
- };
254
+ }
274
255
  /**
275
256
  * Gets the value of <code>userAssistanceDensity</code> property.
276
257
  * Specifies the density of the form component's user assistance presentation.
277
258
  * @return The value of <code>userAssistanceDensity</code> property.
278
259
  *
279
260
  */
280
- InputNumberWebElementBase.prototype.getUserAssistanceDensity = function () {
261
+ getUserAssistanceDensity() {
281
262
  return this.getProperty('userAssistanceDensity');
282
- };
263
+ }
283
264
  /**
284
265
  * Gets the value of <code>validators</code> property.
285
266
  * Specifies the validators for the component.
286
267
  * @return The value of <code>validators</code> property.
287
268
  *
288
269
  */
289
- InputNumberWebElementBase.prototype.getValidators = function () {
270
+ getValidators() {
290
271
  return this.getProperty('validators');
291
- };
272
+ }
292
273
  /**
293
274
  * Sets the value of <code>value</code> property.
294
275
  * The value of the component.
295
276
  * @param value The value to set for <code>value</code>
296
277
  *
297
278
  */
298
- InputNumberWebElementBase.prototype.changeValue = function (value) {
279
+ changeValue(value) {
299
280
  return this.setProperty('value', value);
300
- };
281
+ }
301
282
  /**
302
283
  * Gets the value of <code>value</code> property.
303
284
  * The value of the component.
304
285
  * @return The value of <code>value</code> property.
305
286
  *
306
287
  */
307
- InputNumberWebElementBase.prototype.getValue = function () {
288
+ getValue() {
308
289
  return this.getProperty('value');
309
- };
290
+ }
310
291
  /**
311
292
  * Gets the value of <code>virtualKeyboard</code> property.
312
293
  * The type of virtual keyboard to display for entering a value on mobile browsers
313
294
  * @return The value of <code>virtualKeyboard</code> property.
314
295
  *
315
296
  */
316
- InputNumberWebElementBase.prototype.getVirtualKeyboard = function () {
297
+ getVirtualKeyboard() {
317
298
  return this.getProperty('virtualKeyboard');
318
- };
299
+ }
319
300
  /**
320
301
  * Gets the value of <code>rawValue</code> property.
321
302
  * Specifies how the raw value of the component
322
303
  * @return The value of <code>rawValue</code> property.
323
304
  *
324
305
  */
325
- InputNumberWebElementBase.prototype.getRawValue = function () {
306
+ getRawValue() {
326
307
  return this.getProperty('rawValue');
327
- };
308
+ }
328
309
  /**
329
310
  * Gets the value of <code>transientValue</code> property.
330
311
  * Specifies the transient value of the component
331
312
  * @return The value of <code>transientValue</code> property.
332
313
  *
333
314
  */
334
- InputNumberWebElementBase.prototype.getTransientValue = function () {
315
+ getTransientValue() {
335
316
  return this.getProperty('transientValue');
336
- };
317
+ }
337
318
  /**
338
319
  * Gets the value of <code>valid</code> property.
339
320
  * Specifies how the valid state of the component
340
321
  * @return The value of <code>valid</code> property.
341
322
  *
342
323
  */
343
- InputNumberWebElementBase.prototype.getValid = function () {
324
+ getValid() {
344
325
  return this.getProperty('valid');
345
- };
346
- return InputNumberWebElementBase;
347
- }(elements_1.OjWebElement));
326
+ }
327
+ }
348
328
  exports.InputNumberWebElementBase = InputNumberWebElementBase;
329
+ //# sourceMappingURL=InputNumberWebElementBase.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InputNumberWebElementBase.js","sourceRoot":"","sources":["InputNumberWebElementBase.ts"],"names":[],"mappings":"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","sourcesContent":["import { OjWebElement } from '@oracle/oraclejet-webdriver/elements';\n\n/**\n * This is the base class for oj-c-input-number WebElement, and is generated from the\n * component's metadata. Do not modify these contents since they'll be replaced\n * during the next generation.\n * Put overrides into the WebElements's subclass, InputNumberWebElement.ts.\n */\nexport class InputNumberWebElementBase extends OjWebElement {\n /**\n * Gets the value of <code>autocomplete</code> property.\n * Dictates component's autocomplete state\n * @return The value of <code>autocomplete</code> property.\n *\n */\n public getAutocomplete(): Promise<string> {\n return this.getProperty<string>('autocomplete');\n }\n\n /**\n * Gets the value of <code>containerReadonly</code> property.\n * Specifies whether an ancestor container, like oj-form-layout, is readonly.\n * @return The value of <code>containerReadonly</code> property.\n *\n */\n public getContainerReadonly(): Promise<boolean> {\n return this.getProperty<boolean>('containerReadonly');\n }\n\n /**\n * Gets the value of <code>converter</code> property.\n * Specifies the converter instance.\n * @return The value of <code>converter</code> property.\n *\n */\n public getConverter(): Promise<object | null> {\n return this.getProperty<object | null>('converter');\n }\n\n /**\n * Gets the value of <code>disabled</code> property.\n * Specifies whether the component is disabled.\n * @return The value of <code>disabled</code> property.\n *\n */\n public getDisabled(): Promise<boolean> {\n return this.getProperty<boolean>('disabled');\n }\n\n /**\n * Gets the value of <code>displayOptions</code> property.\n * Display options for auxiliary content that determines whether or not it should be displayed.\n * @return The value of <code>displayOptions</code> property.\n *\n */\n public getDisplayOptions(): Promise<DisplayOptions> {\n return this.getProperty<DisplayOptions>('displayOptions');\n }\n\n /**\n * Gets the value of <code>help</code> property.\n * Form component help information.\n * @return The value of <code>help</code> property.\n *\n */\n public getHelp(): Promise<Help> {\n return this.getProperty<Help>('help');\n }\n\n /**\n * Gets the value of <code>helpHints</code> property.\n * The helpHints object contains a definition property and a source property.\n * @return The value of <code>helpHints</code> property.\n *\n */\n public getHelpHints(): Promise<HelpHints> {\n return this.getProperty<HelpHints>('helpHints');\n }\n\n /**\n * Gets the value of <code>inputPrefix</code> property.\n * The text before the input text.\n * @return The value of <code>inputPrefix</code> property.\n *\n */\n public getInputPrefix(): Promise<string> {\n return this.getProperty<string>('inputPrefix');\n }\n\n /**\n * Gets the value of <code>inputSuffix</code> property.\n * The text after the input text.\n * @return The value of <code>inputSuffix</code> property.\n *\n */\n public getInputSuffix(): Promise<string> {\n return this.getProperty<string>('inputSuffix');\n }\n\n /**\n * Gets the value of <code>labelEdge</code> property.\n * Specifies how the label is positioned for the component\n * @return The value of <code>labelEdge</code> property.\n *\n */\n public getLabelEdge(): Promise<string> {\n return this.getProperty<string>('labelEdge');\n }\n\n /**\n * Gets the value of <code>labelHint</code> property.\n * Represents a hint for rendering a label on the component.\n * @return The value of <code>labelHint</code> property.\n *\n */\n public getLabelHint(): Promise<string> {\n return this.getProperty<string>('labelHint');\n }\n\n /**\n * Gets the value of <code>labelStartWidth</code> property.\n * The width of the label when labelEdge is 'start'.\n * @return The value of <code>labelStartWidth</code> property.\n *\n */\n public getLabelStartWidth(): Promise<number | string> {\n return this.getProperty<number | string>('labelStartWidth');\n }\n\n /**\n * Gets the value of <code>labelWrapping</code> property.\n * Should the labels wrap or truncate when there is not enough available space.\n * @return The value of <code>labelWrapping</code> property.\n *\n */\n public getLabelWrapping(): Promise<string> {\n return this.getProperty<string>('labelWrapping');\n }\n\n /**\n * Gets the value of <code>max</code> property.\n * The maximum allowed value\n * @return The value of <code>max</code> property.\n *\n */\n public getMax(): Promise<number | null> {\n return this.getProperty<number | null>('max');\n }\n\n /**\n * Gets the value of <code>min</code> property.\n * The maximum allowed value\n * @return The value of <code>min</code> property.\n *\n */\n public getMin(): Promise<number | null> {\n return this.getProperty<number | null>('min');\n }\n\n /**\n * Sets the value of <code>messagesCustom</code> property.\n * List of custom component messages\n * @param messagesCustom The value to set for <code>messagesCustom</code>\n *\n */\n public changeMessagesCustom(messagesCustom: Array<MessagesCustom>): Promise<void> {\n return this.setProperty<Array<MessagesCustom>>('messagesCustom', messagesCustom);\n }\n\n /**\n * Gets the value of <code>messagesCustom</code> property.\n * List of custom component messages\n * @return The value of <code>messagesCustom</code> property.\n *\n */\n public getMessagesCustom(): Promise<Array<MessagesCustom>> {\n return this.getProperty<Array<MessagesCustom>>('messagesCustom');\n }\n\n /**\n * Gets the value of <code>numberRangeExactMessageDetail</code> property.\n * Overrides the default NumberRangeValidator's exact message detail.\n * @return The value of <code>numberRangeExactMessageDetail</code> property.\n *\n */\n public getNumberRangeExactMessageDetail(): Promise<string> {\n return this.getProperty<string>('numberRangeExactMessageDetail');\n }\n\n /**\n * Gets the value of <code>numberRangeOverflowMessageDetail</code> property.\n * Overrides the default NumberRangeValidator's exact message detail.\n * @return The value of <code>numberRangeOverflowMessageDetail</code> property.\n *\n */\n public getNumberRangeOverflowMessageDetail(): Promise<string> {\n return this.getProperty<string>('numberRangeOverflowMessageDetail');\n }\n\n /**\n * Gets the value of <code>numberRangeUnderflowMessageDetail</code> property.\n * Overrides the default NumberRangeValidator's exact message detail.\n * @return The value of <code>numberRangeUnderflowMessageDetail</code> property.\n *\n */\n public getNumberRangeUnderflowMessageDetail(): Promise<string> {\n return this.getProperty<string>('numberRangeUnderflowMessageDetail');\n }\n\n /**\n * Gets the value of <code>placeholder</code> property.\n * The placeholder text to set on the element.\n * @return The value of <code>placeholder</code> property.\n *\n */\n public getPlaceholder(): Promise<string> {\n return this.getProperty<string>('placeholder');\n }\n\n /**\n * Gets the value of <code>readonly</code> property.\n * Whether the component is readonly\n * @return The value of <code>readonly</code> property.\n *\n */\n public getReadonly(): Promise<boolean> {\n return this.getProperty<boolean>('readonly');\n }\n\n /**\n * Gets the value of <code>required</code> property.\n * Specifies whether or not the component is required.\n * @return The value of <code>required</code> property.\n *\n */\n public getRequired(): Promise<boolean> {\n return this.getProperty<boolean>('required');\n }\n\n /**\n * Gets the value of <code>requiredMessageDetail</code> property.\n * Overrides the default Required error message.\n * @return The value of <code>requiredMessageDetail</code> property.\n *\n */\n public getRequiredMessageDetail(): Promise<string> {\n return this.getProperty<string>('requiredMessageDetail');\n }\n\n /**\n * Gets the value of <code>step</code> property.\n * Specifies the amount to increase or decrease the value when moving in step increments. If 0, no step functionality.\n * @return The value of <code>step</code> property.\n *\n */\n public getStep(): Promise<number> {\n return this.getProperty<number>('step');\n }\n\n /**\n * Gets the value of <code>textAlign</code> property.\n * Specifies how the text is aligned within the text field\n * @return The value of <code>textAlign</code> property.\n *\n */\n public getTextAlign(): Promise<string> {\n return this.getProperty<string>('textAlign');\n }\n\n /**\n * Gets the value of <code>unsafe_labelledBy</code> property.\n *\n * @return The value of <code>unsafe_labelledBy</code> property.\n *\n */\n public getUnsafeLabelledBy(): Promise<string> {\n return this.getProperty<string>('unsafe_labelledBy');\n }\n\n /**\n * Gets the value of <code>userAssistanceDensity</code> property.\n * Specifies the density of the form component's user assistance presentation.\n * @return The value of <code>userAssistanceDensity</code> property.\n *\n */\n public getUserAssistanceDensity(): Promise<string> {\n return this.getProperty<string>('userAssistanceDensity');\n }\n\n /**\n * Gets the value of <code>validators</code> property.\n * Specifies the validators for the component.\n * @return The value of <code>validators</code> property.\n *\n */\n public getValidators(): Promise<Array<object> | null> {\n return this.getProperty<Array<object> | null>('validators');\n }\n\n /**\n * Sets the value of <code>value</code> property.\n * The value of the component.\n * @param value The value to set for <code>value</code>\n *\n */\n public changeValue(value: number | null): Promise<void> {\n return this.setProperty<number | null>('value', value);\n }\n\n /**\n * Gets the value of <code>value</code> property.\n * The value of the component.\n * @return The value of <code>value</code> property.\n *\n */\n public getValue(): Promise<number | null> {\n return this.getProperty<number | null>('value');\n }\n\n /**\n * Gets the value of <code>virtualKeyboard</code> property.\n * The type of virtual keyboard to display for entering a value on mobile browsers\n * @return The value of <code>virtualKeyboard</code> property.\n *\n */\n public getVirtualKeyboard(): Promise<string> {\n return this.getProperty<string>('virtualKeyboard');\n }\n\n /**\n * Gets the value of <code>rawValue</code> property.\n * Specifies how the raw value of the component\n * @return The value of <code>rawValue</code> property.\n *\n */\n public getRawValue(): Promise<string> {\n return this.getProperty<string>('rawValue');\n }\n\n /**\n * Gets the value of <code>transientValue</code> property.\n * Specifies the transient value of the component\n * @return The value of <code>transientValue</code> property.\n *\n */\n public getTransientValue(): Promise<number> {\n return this.getProperty<number>('transientValue');\n }\n\n /**\n * Gets the value of <code>valid</code> property.\n * Specifies how the valid state of the component\n * @return The value of <code>valid</code> property.\n *\n */\n public getValid(): Promise<string> {\n return this.getProperty<string>('valid');\n }\n}\nexport interface DisplayOptions {\n /**\n *\n */\n converterHint: string;\n /**\n *\n */\n messages: string;\n /**\n *\n */\n validatorHint: string;\n}\nexport interface Help {\n /**\n *\n */\n instruction: string;\n}\nexport interface HelpHints {\n /**\n *\n */\n definition: string;\n /**\n *\n */\n source: string;\n /**\n *\n */\n sourceText: string;\n}\nexport interface MessagesCustom {\n /**\n *\n */\n summary: string;\n /**\n *\n */\n detail: string;\n /**\n *\n */\n severity: string;\n}\n"]}
@@ -0,0 +1,17 @@
1
+ import { By } from 'selenium-webdriver';
2
+ import { DriverLike } from '@oracle/oraclejet-webdriver';
3
+ import { InputNumberWebElement } from './InputNumberWebElement';
4
+ export { InputNumberWebElement };
5
+ /**
6
+ * Retrieve an instance of [[InputNumberWebElement]].
7
+ * @example
8
+ * ```javascript
9
+ * import { findInputNumber } from '@oracle/oraclejet-core-pack/webdriver';
10
+ * const el = await findInputNumber(driver, By.id('my-oj-c-input-number'));
11
+ * ```
12
+ * @param driver A WebDriver/WebElement instance from where the element will be
13
+ * searched. If WebDriver is passed, the element will be searched globally in the
14
+ * document. If WebElement is passed, the search will be relative to this element.
15
+ * @param by The locator with which to find the element
16
+ */
17
+ export declare function findInputNumber(driver: DriverLike, by: By): Promise<InputNumberWebElement>;
@@ -1,40 +1,4 @@
1
1
  "use strict";
2
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
- return new (P || (P = Promise))(function (resolve, reject) {
5
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
6
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
7
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
8
- step((generator = generator.apply(thisArg, _arguments || [])).next());
9
- });
10
- };
11
- var __generator = (this && this.__generator) || function (thisArg, body) {
12
- var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
13
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
14
- function verb(n) { return function (v) { return step([n, v]); }; }
15
- function step(op) {
16
- if (f) throw new TypeError("Generator is already executing.");
17
- while (g && (g = 0, op[0] && (_ = 0)), _) try {
18
- if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
19
- if (y = 0, t) op = [op[0] & 2, t.value];
20
- switch (op[0]) {
21
- case 0: case 1: t = op; break;
22
- case 4: _.label++; return { value: op[1], done: false };
23
- case 5: _.label++; y = op[1]; op = [0]; continue;
24
- case 7: op = _.ops.pop(); _.trys.pop(); continue;
25
- default:
26
- if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
27
- if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
28
- if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
29
- if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
30
- if (t[2]) _.ops.pop();
31
- _.trys.pop(); continue;
32
- }
33
- op = body.call(thisArg, _);
34
- } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
35
- if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
36
- }
37
- };
38
2
  Object.defineProperty(exports, "__esModule", { value: true });
39
3
  exports.findInputNumber = exports.InputNumberWebElement = void 0;
40
4
  var oraclejet_webdriver_1 = require("@oracle/oraclejet-webdriver");
@@ -52,23 +16,15 @@ Object.defineProperty(exports, "InputNumberWebElement", { enumerable: true, get:
52
16
  * document. If WebElement is passed, the search will be relative to this element.
53
17
  * @param by The locator with which to find the element
54
18
  */
55
- function findInputNumber(driver, by) {
56
- return __awaiter(this, void 0, void 0, function () {
57
- var webEl, tagName;
58
- return __generator(this, function (_a) {
59
- switch (_a.label) {
60
- case 0: return [4 /*yield*/, driver.findElement(by)];
61
- case 1:
62
- webEl = _a.sent();
63
- if (!!(webEl instanceof InputNumberWebElement_1.InputNumberWebElement)) return [3 /*break*/, 3];
64
- return [4 /*yield*/, webEl.getTagName()];
65
- case 2:
66
- tagName = _a.sent();
67
- throw Error("findInputNumber(".concat(by, ") created ").concat(webEl.constructor.name, " for <").concat(tagName, ">, but expected ").concat(InputNumberWebElement_1.InputNumberWebElement.name));
68
- case 3: return [2 /*return*/, webEl];
69
- }
70
- });
71
- });
19
+ async function findInputNumber(driver, by) {
20
+ const webEl = await driver.findElement(by);
21
+ // Check that the element is of type InputNumberWebElement
22
+ if (!(webEl instanceof InputNumberWebElement_1.InputNumberWebElement)) {
23
+ const tagName = await webEl.getTagName();
24
+ throw Error(`findInputNumber(${by}) created ${webEl.constructor.name} for <${tagName}>, but expected ${InputNumberWebElement_1.InputNumberWebElement.name}`);
25
+ }
26
+ return webEl;
72
27
  }
73
28
  exports.findInputNumber = findInputNumber;
74
29
  (0, oraclejet_webdriver_1.register)('oj-c-input-number', InputNumberWebElement_1.InputNumberWebElement);
30
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";;;AACA,mEAAmE;AACnE,iEAAgE;AACvD,sGADA,6CAAqB,OACA;AAE9B;;;;;;;;;;;GAWG;AACI,KAAK,UAAU,eAAe,CAAC,MAAkB,EAAE,EAAM;IAC9D,MAAM,KAAK,GAAG,MAAM,MAAM,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC;IAC3C,0DAA0D;IAC1D,IAAI,CAAC,CAAC,KAAK,YAAY,6CAAqB,CAAC,EAAE;QAC7C,MAAM,OAAO,GAAG,MAAM,KAAK,CAAC,UAAU,EAAE,CAAC;QACzC,MAAM,KAAK,CACT,mBAAmB,EAAE,aAAa,KAAK,CAAC,WAAW,CAAC,IAAI,SAAS,OAAO,mBAAmB,6CAAqB,CAAC,IAAI,EAAE,CACxH,CAAC;KACH;IACD,OAAO,KAAK,CAAC;AACf,CAAC;AAVD,0CAUC;AAED,IAAA,8BAAQ,EAAC,mBAAmB,EAAE,6CAAqB,CAAC,CAAC","sourcesContent":["import { By } from 'selenium-webdriver';\nimport { DriverLike, register } from '@oracle/oraclejet-webdriver';\nimport { InputNumberWebElement } from './InputNumberWebElement';\nexport { InputNumberWebElement };\n\n/**\n * Retrieve an instance of [[InputNumberWebElement]].\n * @example\n * ```javascript\n * import { findInputNumber } from '@oracle/oraclejet-core-pack/webdriver';\n * const el = await findInputNumber(driver, By.id('my-oj-c-input-number'));\n * ```\n * @param driver A WebDriver/WebElement instance from where the element will be\n * searched. If WebDriver is passed, the element will be searched globally in the\n * document. If WebElement is passed, the search will be relative to this element.\n * @param by The locator with which to find the element\n */\nexport async function findInputNumber(driver: DriverLike, by: By): Promise<InputNumberWebElement> {\n const webEl = await driver.findElement(by);\n // Check that the element is of type InputNumberWebElement\n if (!(webEl instanceof InputNumberWebElement)) {\n const tagName = await webEl.getTagName();\n throw Error(\n `findInputNumber(${by}) created ${webEl.constructor.name} for <${tagName}>, but expected ${InputNumberWebElement.name}`\n );\n }\n return webEl;\n}\n\nregister('oj-c-input-number', InputNumberWebElement);\n"]}
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "input-number",
3
- "version": "15.0.2",
4
- "jetVersion": "^15.0.2",
3
+ "version": "15.0.3",
4
+ "jetVersion": "^15.0.3",
5
5
  "pack": "oj-c",
6
6
  "type": "composite",
7
7
  "license": "https://opensource.org/licenses/UPL",
@@ -0,0 +1,8 @@
1
+ import { InputPasswordWebElementBase } from './InputPasswordWebElementBase';
2
+ /**
3
+ * The component WebElement for [oj-c-input-password](../../../oj-c/docs/oj.InputPassword.html).
4
+ * Do not instantiate this class directly, instead, use
5
+ * [findInputPassword](../modules.html#findInputPassword).
6
+ */
7
+ export declare class InputPasswordWebElement extends InputPasswordWebElementBase {
8
+ }
@@ -1,19 +1,4 @@
1
1
  "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
2
  Object.defineProperty(exports, "__esModule", { value: true });
18
3
  exports.InputPasswordWebElement = void 0;
19
4
  var InputPasswordWebElementBase_1 = require("./InputPasswordWebElementBase");
@@ -22,11 +7,7 @@ var InputPasswordWebElementBase_1 = require("./InputPasswordWebElementBase");
22
7
  * Do not instantiate this class directly, instead, use
23
8
  * [findInputPassword](../modules.html#findInputPassword).
24
9
  */
25
- var InputPasswordWebElement = /** @class */ (function (_super) {
26
- __extends(InputPasswordWebElement, _super);
27
- function InputPasswordWebElement() {
28
- return _super !== null && _super.apply(this, arguments) || this;
29
- }
30
- return InputPasswordWebElement;
31
- }(InputPasswordWebElementBase_1.InputPasswordWebElementBase));
10
+ class InputPasswordWebElement extends InputPasswordWebElementBase_1.InputPasswordWebElementBase {
11
+ }
32
12
  exports.InputPasswordWebElement = InputPasswordWebElement;
13
+ //# sourceMappingURL=InputPasswordWebElement.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InputPasswordWebElement.js","sourceRoot":"","sources":["InputPasswordWebElement.ts"],"names":[],"mappings":";;;AAAA,6EAA4E;AAE5E;;;;GAIG;AACH,MAAa,uBAAwB,SAAQ,yDAA2B;CAEvE;AAFD,0DAEC","sourcesContent":["import { InputPasswordWebElementBase } from './InputPasswordWebElementBase';\n\n/**\n * The component WebElement for [oj-c-input-password](../../../oj-c/docs/oj.InputPassword.html).\n * Do not instantiate this class directly, instead, use\n * [findInputPassword](../modules.html#findInputPassword).\n */\nexport class InputPasswordWebElement extends InputPasswordWebElementBase {\n // Put overrides here\n}\n"]}