@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
@@ -30,7 +30,7 @@
30
30
  "since": "15.0.0",
31
31
  "meta": {
32
32
  "filename": "list-view.tsx",
33
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/list-view"
33
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/list-view"
34
34
  },
35
35
  "ojmodule": "list-view"
36
36
  },
@@ -47,7 +47,7 @@
47
47
  "description": "The item that currently has keyboard focus",
48
48
  "meta": {
49
49
  "filename": "list-view.tsx",
50
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/list-view"
50
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/list-view"
51
51
  },
52
52
  "type": {
53
53
  "names": [
@@ -66,7 +66,7 @@
66
66
  "description": "The data source for ListView. Must be of type DataProvider.",
67
67
  "meta": {
68
68
  "filename": "list-view.tsx",
69
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/list-view"
69
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/list-view"
70
70
  },
71
71
  "type": {
72
72
  "names": [
@@ -92,7 +92,7 @@
92
92
  "description": "Specifies whether the horizontal grid lines should be visible. By default gridlines\nare hidden.\n\nIt takes the keys `item`, `top` and `bottom`,\neach of which are optional and take a value of \"hidden\" or \"visible\". `item`\ntoggles the presence of bottom gridlines except the last item,\nand `top` and `bottom` toggle the initial and trailing gridlines.\nBy default all gridlines are hidden.",
93
93
  "meta": {
94
94
  "filename": "list-view.tsx",
95
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/list-view"
95
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/list-view"
96
96
  },
97
97
  "type": {
98
98
  "names": [
@@ -118,7 +118,7 @@
118
118
  "description": "scrollPolicy options.\n<p>\nThe following options are supported:\n<ul>\n <li>fetchSize: The number of items fetched each time when scroll to the end.</li>\n <li>scroller: The css selector that locates the element in which listview uses to determine the scroll position as well as the maximum scroll position where scroll to the end will trigger a fetch. If not specified then the root element of listview is used.</li>\n</ul>\nBy default, the next block of rows is fetched when the user scrolls to the end of the list/scroller. The fetchSize option determines how many rows are fetched in each block.",
119
119
  "meta": {
120
120
  "filename": "list-view.tsx",
121
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/list-view"
121
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/list-view"
122
122
  },
123
123
  "type": {
124
124
  "names": [
@@ -144,7 +144,7 @@
144
144
  "description": "",
145
145
  "meta": {
146
146
  "filename": "list-view.tsx",
147
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/list-view"
147
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/list-view"
148
148
  },
149
149
  "type": {
150
150
  "names": [
@@ -163,7 +163,7 @@
163
163
  "description": "",
164
164
  "meta": {
165
165
  "filename": "list-view.tsx",
166
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/list-view"
166
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/list-view"
167
167
  },
168
168
  "type": {
169
169
  "names": [
@@ -183,7 +183,7 @@
183
183
  "description": "The current selected items in the ListView. An empty KeySet indicates nothing is selected.\nNote that property change event for the deprecated selection property will still be fire when\nselected property has changed. In addition, <a href=\"AllKeySetImpl.html\">AllKeySetImpl</a> set\ncan be used to represent select all state. In this case, the value for selection would have an\n'inverted' property set to true, and would contain the keys of the items that are not selected.",
184
184
  "meta": {
185
185
  "filename": "list-view.tsx",
186
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/list-view"
186
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/list-view"
187
187
  },
188
188
  "type": {
189
189
  "names": [
@@ -209,7 +209,7 @@
209
209
  "description": "<p>The type of selection behavior that is enabled on the ListView. This attribute controls the number of selections that can be made via selection gestures at any given time.\n\n<p>If <code class=\"prettyprint\">single</code> or <code class=\"prettyprint\">multiple</code> is specified, selection gestures will be enabled, and the ListView's selection styling will be applied to all items specified by the <a href=\"#selection\">selection</a> and <a href=\"#selected\">selected</a> attributes.\nIf <code class=\"prettyprint\">none</code> is specified, selection gestures will be disabled, and the ListView's selection styling will not be applied to any items specified by the <a href=\"#selection\">selection</a> and <a href=\"#selected\">selected</a> attributes.\n\n<p>Changing the value of this attribute will not affect the value of the <a href=\"#selection\">selection</a> or <a href=\"#selected\">selected</a> attributes.",
210
210
  "meta": {
211
211
  "filename": "list-view.tsx",
212
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/list-view"
212
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/list-view"
213
213
  },
214
214
  "ojvalues": [
215
215
  {
@@ -261,7 +261,7 @@
261
261
  "description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
262
262
  "meta": {
263
263
  "filename": "list-view.tsx",
264
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/list-view"
264
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/list-view"
265
265
  },
266
266
  "scope": "instance",
267
267
  "params": [
@@ -295,7 +295,7 @@
295
295
  "description": "Retrieves the value of a property or a subproperty.",
296
296
  "meta": {
297
297
  "filename": "list-view.tsx",
298
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/list-view"
298
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/list-view"
299
299
  },
300
300
  "scope": "instance",
301
301
  "params": [
@@ -324,7 +324,7 @@
324
324
  "description": "Performs a batch set of properties.",
325
325
  "meta": {
326
326
  "filename": "list-view.tsx",
327
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/list-view"
327
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/list-view"
328
328
  },
329
329
  "scope": "instance",
330
330
  "params": [
@@ -353,7 +353,7 @@
353
353
  "description": "Triggered when user performs an action gesture on an item while ListView is in navigation mode. The action gestures include:\n<ul>\n <li>User clicks anywhere in an item</li>\n <li>User taps anywhere in an item</li>\n <li>User pressed spacebar on an item</li>\n</ul>",
354
354
  "meta": {
355
355
  "filename": "list-view.tsx",
356
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/list-view"
356
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/list-view"
357
357
  },
358
358
  "scope": "instance",
359
359
  "properties": [
@@ -384,7 +384,7 @@
384
384
  "description": "<p>The <code class=\"prettyprint\">itemTemplate</code> slot is used to specify the template for rendering each item in the List. The slot content must be a &lt;template> element.\n<p>When the template is executed for each item, it will have access to the binding context containing the following properties:</p>\n<ul>\n <li>$current - an object that contains information for the current item.</li>\n</ul>",
385
385
  "meta": {
386
386
  "filename": "list-view.tsx",
387
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/list-view"
387
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/list-view"
388
388
  },
389
389
  "scope": "instance",
390
390
  "ojchild": false,
@@ -447,7 +447,7 @@
447
447
  "description": "<p>The <code class=\"prettyprint\">noData</code> slot is used to specify the content to display when the list is empty. The slot content\nmust be a &lt;template&gt; element. If not specified then a default no data message will be displayed.",
448
448
  "meta": {
449
449
  "filename": "list-view.tsx",
450
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/list-view"
450
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/list-view"
451
451
  },
452
452
  "scope": "instance",
453
453
  "ojchild": false,
@@ -463,7 +463,7 @@
463
463
  "memberof": "oj-c.ListView",
464
464
  "meta": {
465
465
  "filename": "list-view.tsx",
466
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/list-view"
466
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/list-view"
467
467
  },
468
468
  "ojfragment": true
469
469
  },
@@ -482,7 +482,7 @@
482
482
  },
483
483
  "meta": {
484
484
  "filename": "list-view.tsx",
485
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/list-view"
485
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/list-view"
486
486
  },
487
487
  "properties": [
488
488
  {
@@ -537,7 +537,7 @@
537
537
  },
538
538
  "meta": {
539
539
  "filename": "list-view.tsx",
540
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/list-view"
540
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/list-view"
541
541
  },
542
542
  "properties": [
543
543
  {
@@ -39,7 +39,7 @@
39
39
  ],
40
40
  "meta": {
41
41
  "filename": "message-toast.tsx",
42
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
42
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
43
43
  },
44
44
  "ojmodule": "message-toast"
45
45
  },
@@ -54,7 +54,7 @@
54
54
  "description": "<p>Data for the Message Toast component. This data is used for rendering each toast message.\nThis is a required attribute. If an application needs to initialize the component with\nno initial messages, it would need to provide an empty DataProvider. When the application\nwants to show messages, it can then add new data to the existing DataProvider.</p>\n\n<p>When specifying a DataProvider for the data attribute, you need to provide the keyAttributes\nfor the DataProvider. The oj-c-message-toast component expects a single attribute of type\nstring or number as the key of the DataProvider. When the data is updated this key attribute\nwill be used to determine whether a new message is being added or an existing message is being\nupdated. This is required for performing necessary animations. When the application replaces\nthe DataProvider, the component assumes that all the messages are newly added irrespective of their\nkeys and performs animation accordingly.</p>",
55
55
  "meta": {
56
56
  "filename": "message-toast.tsx",
57
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
57
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
58
58
  },
59
59
  "type": {
60
60
  "names": [
@@ -80,7 +80,7 @@
80
80
  "description": "Applications can use this property to provide the name of a template or a function that\nreturns the name of a template to use for rendering the detail content.\n\nWhen a template name is provided as a value for this property, the corresponding template\nwill be used for rendering the detail content for all the messages. If applications want\nto use a different template for different messages, they can provide a function that\nreturns a template name instead.\n\nThe provided function should accept an ItemContext and return a key to a template for\nrendering the corresponding message's detail content. The value returned from this function\nshould be a key to one of the dynamic template slots provided. If the returned value is not\none of the keys of the provided dynamic template slots, the component will throw an Error.\n\nIf the function returns null or undefined, the component then will perform default rendering\nof the detail content using the detail property of the corresponding message.\n\nIf an application specifies both detail and a valid detail-template-value, the detail-template-value\nwill take precedence and the corresponding template will be used for rendering the detail content.",
81
81
  "meta": {
82
82
  "filename": "message-toast.tsx",
83
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
83
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
84
84
  },
85
85
  "type": {
86
86
  "names": [
@@ -106,7 +106,7 @@
106
106
  "description": "Applications can use this property to provide the name of a template or a function that\nreturns the name of a template to use for rendering the icon content.\n\nWhen a template name is provided as a value for this property, the corresponding template\nwill be used for rendering the icon content for all the messages. If applications want\nto use a different template for different messages, they can provide a function that\nreturns a template name instead.\n\nThe provided function should accept an ItemContext and return a key to a template for\nrendering the corresponding message's icon content. The value returned from this function\nshould be a key to one of the dynamic template slots provided. If the returned value is not\none of the keys of the provided dynamic template slots, the component will throw an Error.\n\nIf the function returns null or undefined, the component then will perform default rendering\nof the icon content using the icon property of the corresponding message.\n\nIf an application specifies both icon and a valid icon-template-value, the icon-template-value\nwill take precedence and the corresponding template will be used for rendering the icon content.",
107
107
  "meta": {
108
108
  "filename": "message-toast.tsx",
109
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
109
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
110
110
  },
111
111
  "type": {
112
112
  "names": [
@@ -132,7 +132,7 @@
132
132
  "description": "Defines an offset (in pixels) in the placement. Value can be supplied as a number or\nan object with horizontal and vertical values.",
133
133
  "meta": {
134
134
  "filename": "message-toast.tsx",
135
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
135
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
136
136
  },
137
137
  "defaultvalue": 0,
138
138
  "type": {
@@ -159,7 +159,7 @@
159
159
  "description": "Defines the fixed position where the messages will be positioned on the screen.\n- top-start resolves to top-left in LTR (top-right in RTL)\n- top-end resolves to top-right in LTR (top-left in RTL)\n- bottom-start resolves to bottom-left in LTR (bottom-right in RTL)\n- bottom-end resolves to bottom-right in LTR (bottom-left in RTL)",
160
160
  "meta": {
161
161
  "filename": "message-toast.tsx",
162
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
162
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
163
163
  },
164
164
  "defaultvalue": "\"bottom\"",
165
165
  "type": {
@@ -186,7 +186,7 @@
186
186
  "description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
187
187
  "meta": {
188
188
  "filename": "message-toast.tsx",
189
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
189
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
190
190
  },
191
191
  "scope": "instance",
192
192
  "params": [
@@ -220,7 +220,7 @@
220
220
  "description": "Retrieves the value of a property or a subproperty.",
221
221
  "meta": {
222
222
  "filename": "message-toast.tsx",
223
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
223
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
224
224
  },
225
225
  "scope": "instance",
226
226
  "params": [
@@ -249,7 +249,7 @@
249
249
  "description": "Performs a batch set of properties.",
250
250
  "meta": {
251
251
  "filename": "message-toast.tsx",
252
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
252
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
253
253
  },
254
254
  "scope": "instance",
255
255
  "params": [
@@ -278,7 +278,7 @@
278
278
  "description": "Triggered when a user tries to close a message through UI interaction. The application\nshould listen to this event and remove the corresponding message item from the data\nwhich would then result in the message being closed. If the application\nfails to remove the message item from the data, then no change will be done in the\nUI by the component and the message will stay in the UI opened.",
279
279
  "meta": {
280
280
  "filename": "message-toast.tsx",
281
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
281
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
282
282
  },
283
283
  "scope": "instance",
284
284
  "properties": [
@@ -347,7 +347,7 @@
347
347
  "memberof": "oj-c.MessageToast",
348
348
  "meta": {
349
349
  "filename": "message-toast.tsx",
350
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
350
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
351
351
  },
352
352
  "ojfragment": true
353
353
  }
@@ -39,7 +39,7 @@
39
39
  ],
40
40
  "meta": {
41
41
  "filename": "meter-bar.tsx",
42
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
42
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
43
43
  },
44
44
  "ojmodule": "meter-bar"
45
45
  },
@@ -54,7 +54,7 @@
54
54
  "description": "Integer value specifying the maximum value of the meter bar.",
55
55
  "meta": {
56
56
  "filename": "meter-bar.tsx",
57
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
57
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
58
58
  },
59
59
  "defaultvalue": 100,
60
60
  "type": {
@@ -74,7 +74,7 @@
74
74
  "description": "Integer value specifying the minimum value of the meter bar.",
75
75
  "meta": {
76
76
  "filename": "meter-bar.tsx",
77
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
77
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
78
78
  },
79
79
  "defaultvalue": 0,
80
80
  "type": {
@@ -94,7 +94,7 @@
94
94
  "description": "Defines whether the value of the meter bar can be changed by the end user.",
95
95
  "meta": {
96
96
  "filename": "meter-bar.tsx",
97
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
97
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
98
98
  },
99
99
  "defaultvalue": false,
100
100
  "type": {
@@ -115,7 +115,7 @@
115
115
  "description": "The value of the meter bar.",
116
116
  "meta": {
117
117
  "filename": "meter-bar.tsx",
118
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
118
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
119
119
  },
120
120
  "defaultvalue": 0,
121
121
  "type": {
@@ -135,7 +135,7 @@
135
135
  "description": "Specifies the increment by which values can be changed by the end user when readonly is false. The step must be a positive value that is smaller than the difference between the min and max.",
136
136
  "meta": {
137
137
  "filename": "meter-bar.tsx",
138
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
138
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
139
139
  },
140
140
  "defaultvalue": 1,
141
141
  "type": {
@@ -155,7 +155,7 @@
155
155
  "description": "Specifies the color of the meter bar indicator. Only applies when thresholdDisplay is not set to indicator.",
156
156
  "meta": {
157
157
  "filename": "meter-bar.tsx",
158
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
158
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
159
159
  },
160
160
  "type": {
161
161
  "names": [
@@ -174,7 +174,7 @@
174
174
  "description": "Specifies the ratio of relative thickness of the indicator to the plot area.",
175
175
  "meta": {
176
176
  "filename": "meter-bar.tsx",
177
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
177
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
178
178
  },
179
179
  "defaultvalue": 1,
180
180
  "type": {
@@ -194,7 +194,7 @@
194
194
  "description": "Specifies the plot area of the meter bar.",
195
195
  "meta": {
196
196
  "filename": "meter-bar.tsx",
197
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
197
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
198
198
  },
199
199
  "type": {
200
200
  "names": [
@@ -220,7 +220,7 @@
220
220
  "description": "Specifies the orientation of the meter bar to render.",
221
221
  "meta": {
222
222
  "filename": "meter-bar.tsx",
223
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
223
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
224
224
  },
225
225
  "defaultvalue": "\"horizontal\"",
226
226
  "type": {
@@ -241,7 +241,7 @@
241
241
  "description": "Specifies the array of objects defining the reference lines for the meter bar.",
242
242
  "meta": {
243
243
  "filename": "meter-bar.tsx",
244
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
244
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
245
245
  },
246
246
  "type": {
247
247
  "names": [
@@ -267,7 +267,7 @@
267
267
  "description": "Controls whether the current threshold is displayed on the indicator, in the plot area, or if all the thresholds are displayed in the plot area.",
268
268
  "meta": {
269
269
  "filename": "meter-bar.tsx",
270
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
270
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
271
271
  },
272
272
  "defaultvalue": "\"indicator\"",
273
273
  "type": {
@@ -289,7 +289,7 @@
289
289
  "description": "An array of objects defining the thresholds for the meter bar.",
290
290
  "meta": {
291
291
  "filename": "meter-bar.tsx",
292
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
292
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
293
293
  },
294
294
  "type": {
295
295
  "names": [
@@ -315,7 +315,7 @@
315
315
  "description": "Used to establish a relationship between this component and another element.\nTo facilitate correct screen reader behavior, the described-by attribute is\ncopied to the aria-describedby attribute on the component's dom.",
316
316
  "meta": {
317
317
  "filename": "meter-bar.tsx",
318
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
318
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
319
319
  },
320
320
  "type": {
321
321
  "names": [
@@ -334,7 +334,7 @@
334
334
  "description": "Used to establish a relationship between this component and another element.\nA common use is to tie a label, which a text in a div or some other HTML element, and the oj-c-meter-bar together for accessibility.\nThe label element has an id, which is used by the labelled-by attribute to tie the two components together to facilitate correct screen reader behavior.",
335
335
  "meta": {
336
336
  "filename": "meter-bar.tsx",
337
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
337
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
338
338
  },
339
339
  "type": {
340
340
  "names": [
@@ -353,7 +353,7 @@
353
353
  "description": "Specifies the size of the meter bar.",
354
354
  "meta": {
355
355
  "filename": "meter-bar.tsx",
356
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
356
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
357
357
  },
358
358
  "ojvalues": [
359
359
  {
@@ -407,7 +407,7 @@
407
407
  "description": "The function that returns a custom datatip string for given value of meter bar. The function is called with DatatipContext as context. If datatip is undefined,\nmeter bar will use the default datatip. If the returned value of the function is null, no datatip is shown.",
408
408
  "meta": {
409
409
  "filename": "meter-bar.tsx",
410
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
410
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
411
411
  },
412
412
  "type": {
413
413
  "names": [
@@ -435,7 +435,7 @@
435
435
  "description": "A read-only property for retrieving the transient value from the meter bar. It is triggered when dragging over the meter bar.",
436
436
  "meta": {
437
437
  "filename": "meter-bar.tsx",
438
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
438
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
439
439
  },
440
440
  "type": {
441
441
  "names": [
@@ -452,7 +452,7 @@
452
452
  "description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
453
453
  "meta": {
454
454
  "filename": "meter-bar.tsx",
455
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
455
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
456
456
  },
457
457
  "scope": "instance",
458
458
  "params": [
@@ -486,7 +486,7 @@
486
486
  "description": "Retrieves the value of a property or a subproperty.",
487
487
  "meta": {
488
488
  "filename": "meter-bar.tsx",
489
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
489
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
490
490
  },
491
491
  "scope": "instance",
492
492
  "params": [
@@ -515,7 +515,7 @@
515
515
  "description": "Performs a batch set of properties.",
516
516
  "meta": {
517
517
  "filename": "meter-bar.tsx",
518
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
518
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
519
519
  },
520
520
  "scope": "instance",
521
521
  "params": [
@@ -544,7 +544,7 @@
544
544
  "memberof": "oj-c.MeterBar",
545
545
  "meta": {
546
546
  "filename": "meter-bar.tsx",
547
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
547
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
548
548
  },
549
549
  "ojfragment": true
550
550
  },
@@ -563,7 +563,7 @@
563
563
  },
564
564
  "meta": {
565
565
  "filename": "meter-bar.tsx",
566
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
566
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
567
567
  },
568
568
  "properties": [
569
569
  {
@@ -604,7 +604,7 @@
604
604
  },
605
605
  "meta": {
606
606
  "filename": "meter-bar.tsx",
607
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
607
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
608
608
  },
609
609
  "properties": [
610
610
  {
@@ -684,7 +684,7 @@
684
684
  },
685
685
  "meta": {
686
686
  "filename": "meter-bar.tsx",
687
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
687
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
688
688
  },
689
689
  "properties": [
690
690
  {
@@ -763,7 +763,7 @@
763
763
  },
764
764
  "meta": {
765
765
  "filename": "meter-bar.tsx",
766
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
766
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/meter-bar"
767
767
  },
768
768
  "properties": [
769
769
  {