@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": "14.0.0",
31
31
  "meta": {
32
32
  "filename": "select-single.tsx",
33
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/select-single"
33
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/select-single"
34
34
  },
35
35
  "ojmodule": "select-single"
36
36
  },
@@ -45,7 +45,7 @@
45
45
  "description": "Specifies whether an ancestor container, like oj-form-layout, is readonly.\nThis affects whether a readonly component renders in full or mixed readonly mode.\nThis is also currently used to determine if there is an ancestor container by checking if the value\nis not equal to undefined.",
46
46
  "meta": {
47
47
  "filename": "select-single.tsx",
48
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/select-single"
48
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/select-single"
49
49
  },
50
50
  "type": {
51
51
  "names": [
@@ -64,7 +64,7 @@
64
64
  "description": "The data for the Select Single.",
65
65
  "meta": {
66
66
  "filename": "select-single.tsx",
67
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/select-single"
67
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/select-single"
68
68
  },
69
69
  "defaultvalue": null,
70
70
  "type": {
@@ -91,7 +91,7 @@
91
91
  "description": "Whether the component is disabled. The default is false.\n\n<p>\nWhen the <code class=\"prettyprint\">disabled</code> property changes due to programmatic\nintervention, the component may clear messages and run validation in some cases. </br>\n<ul>\n<li>when a required component is initialized as disabled\n<code class=\"prettyprint\">value=\"{{currentValue}}\" required disabled</code>,\ndeferred validation is skipped.</li>\n<li>when a disabled component is enabled,\n <ul>\n <li>if component is invalid and showing messages then all component messages are cleared,\n and full validation run using the display value.\n <ul>\n <li>if there are validation errors, they are shown.</li>\n <li>if no errors result from the validation, the <code class=\"prettyprint\">value</code>\n property is updated. Page authors can listen to the <code class=\"prettyprint\">valueChanged</code>\n event to clear custom errors.</li>\n </ul>\n </li>\n\n <li>if component is valid and has no errors then deferred validation is run.\n <ul>\n <li>if there is a deferred validation error, then the valid property is updated. </li>\n </ul>\n </li>\n <li>if component is invalid and deferred errors then component messages are cleared and\n deferred validation re-run.\n <ul>\n <li>if there is a deferred validation error, then the valid property is updated.</li>\n </ul>\n </li>\n </ul>\n</li>\n<li>when enabled component is disabled then no validation is run and the component appears\ndisabled.</li>\n</ul>\n</p>",
92
92
  "meta": {
93
93
  "filename": "select-single.tsx",
94
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/select-single"
94
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/select-single"
95
95
  },
96
96
  "defaultvalue": false,
97
97
  "type": {
@@ -111,7 +111,7 @@
111
111
  "description": "Display options for auxiliary content that determines whether or not it should be displayed.",
112
112
  "meta": {
113
113
  "filename": "select-single.tsx",
114
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/select-single"
114
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/select-single"
115
115
  },
116
116
  "type": {
117
117
  "names": [
@@ -137,7 +137,7 @@
137
137
  "description": "Form component help information.",
138
138
  "meta": {
139
139
  "filename": "select-single.tsx",
140
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/select-single"
140
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/select-single"
141
141
  },
142
142
  "type": {
143
143
  "names": [
@@ -163,7 +163,7 @@
163
163
  "description": "The helpHints object contains a definition property and a source property.",
164
164
  "meta": {
165
165
  "filename": "select-single.tsx",
166
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/select-single"
166
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/select-single"
167
167
  },
168
168
  "type": {
169
169
  "names": [
@@ -189,7 +189,7 @@
189
189
  "description": "Specifies how to get the text string to render for a data item.\nThis attribute can be set to either:\n<ul>\n<li>a string that specifies the name of a top level data attribute to render as text, or</li>\n<li>a callback function that takes a properties object and returns the text string to\ndisplay</li>\n</ul>\n\n<p>This text will be rendered for the selected value of the component and for each data item\nin the dropdown. When rendered for the dropdown items, default matching search term\nhighlighting will be applied.</p>",
190
190
  "meta": {
191
191
  "filename": "select-single.tsx",
192
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/select-single"
192
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/select-single"
193
193
  },
194
194
  "type": {
195
195
  "names": [
@@ -218,7 +218,7 @@
218
218
  "description": "Specifies how the label of the component is positioned when the label-hint\nattribute is set on the component.",
219
219
  "meta": {
220
220
  "filename": "select-single.tsx",
221
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/select-single"
221
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/select-single"
222
222
  },
223
223
  "ojvalues": [
224
224
  {
@@ -282,7 +282,7 @@
282
282
  "description": "Represents a hint for rendering a label on the component.\nThis is used in combination with the label-edge attribute to control how the label should be rendered.",
283
283
  "meta": {
284
284
  "filename": "select-single.tsx",
285
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/select-single"
285
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/select-single"
286
286
  },
287
287
  "type": {
288
288
  "names": [
@@ -301,7 +301,7 @@
301
301
  "description": "<p> The width of the label when labelEdge is 'start'.</p>\n<p> This attribute accepts values of type\n<code>0 | `--${string}` | `${number}%` | `${number}x` | `calc(${string})`</code></p>",
302
302
  "meta": {
303
303
  "filename": "select-single.tsx",
304
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/select-single"
304
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/select-single"
305
305
  },
306
306
  "type": {
307
307
  "names": [
@@ -327,7 +327,7 @@
327
327
  "description": "Should the labels wrap or truncate when there is not enough available space.",
328
328
  "meta": {
329
329
  "filename": "select-single.tsx",
330
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/select-single"
330
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/select-single"
331
331
  },
332
332
  "ojvalues": [
333
333
  {
@@ -370,7 +370,7 @@
370
370
  "description": "List of messages an app would add to the component when it has business/custom validation\nerrors that it wants the component to show. This allows the app to perform further validation\nbefore sending data to the server. When this option is set the message shows to the\nuser right away. To clear the custom message, set <code class=\"prettyprint\">messagesCustom</code>\nback to an empty array.<br/>\n<p>\nSee the <a href=\"#validation-section\">Validation and Messages</a> section\nfor details on when the component clears <code class=\"prettyprint\">messagesCustom</code>;\nfor example, when full validation is run.\n</p>",
371
371
  "meta": {
372
372
  "filename": "select-single.tsx",
373
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/select-single"
373
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/select-single"
374
374
  },
375
375
  "defaultvalue": "[]",
376
376
  "type": {
@@ -397,7 +397,7 @@
397
397
  "description": "The placeholder text to set on the element.",
398
398
  "meta": {
399
399
  "filename": "select-single.tsx",
400
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/select-single"
400
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/select-single"
401
401
  },
402
402
  "type": {
403
403
  "names": [
@@ -416,7 +416,7 @@
416
416
  "description": "Whether the component is readonly. The readonly property sets or returns whether an element\nis readonly, or not. A readonly element cannot be modified. However, a user can tab to it,\nhighlight it, focus on it, and copy the text from it. If you want to prevent the user from\ninteracting with the element, use the disabled property instead.",
417
417
  "meta": {
418
418
  "filename": "select-single.tsx",
419
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/select-single"
419
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/select-single"
420
420
  },
421
421
  "defaultvalue": false,
422
422
  "type": {
@@ -436,7 +436,7 @@
436
436
  "description": "<p>\nThis property set to <code class=\"prettyprint\">false</code> implies that a value is not required to be provided by the user.\nThis is the default.\nThis property set to <code class=\"prettyprint\">true</code> implies that a value is required to be provided by the user.\n</p>\n<p>\nIn the Redwood theme, by default, a Required text is rendered inline when the field is empty.\nIf user-assistance-density is 'compact', it will show on the label as an icon.\n</p>\n<p>The Required error text is based on Redwood UX designs, and it is not recommended that\nit be changed.\nTo override the required error message,\nuse the <code class=\"prettyprint\">required-message-detail</code> attribute.\nThe component's label text is passed in as a token {label} and can be used in the message detail.\n</p>\n<p>When required is set to true, an implicit\nrequired validator is created, i.e.,\n<code class=\"prettyprint\">new RequiredValidator()</code>. The required validator is the only\nvalidator to run during initial render, and its error is not shown to the user at this time;\nthis is called deferred validation. The required validator also runs during normal validation;\nthis is when the errors are shown to the user.\nSee the <a href=\"#validation-section\">Validation and Messaging</a> section for details.\n</p>\n<p>\nWhen the <code class=\"prettyprint\">required</code> property changes due to programmatic intervention,\nthe component may clear component messages and run validation, based on the current state it's in. </br>\n\n<h4>Running Validation when required property changes</h4>\n<ul>\n<li>if component is valid when required is set to true, then it runs deferred validation on\nthe value property. If the field is empty, the valid state is invalidHidden. No errors are\nshown to the user.\n</li>\n<li>if component is valid when required is set from true to false, then no validation is run.\n</li>\n<li>if component is invalid and has deferred messages (invalidHidden) when required is set to false, then\ncomponent messages are cleared (messages-custom messages are not cleared)\nbut no deferred validation is run because required is false.\n</li>\n<li>if component is invalid and currently showing invalid messages (invalidShown) when required is changed\nto either true or false, then\ncomponent messages are cleared and normal validation is run using the current display value.\n<ul>\n <li>if there are validation errors, then <code class=\"prettyprint\">value</code>\n property is not updated and the error is shown.\n </li>\n <li>if no errors result from the validation, the <code class=\"prettyprint\">value</code>\n property is updated; page author can listen to the <code class=\"prettyprint\">valueChanged</code>\n event on the component to clear custom errors.</li>\n</ul>\n</li>\n</ul>\n\n<h4>Clearing Messages when required property changes</h4>\n<ul>\n<li>Only messages created by the component, like validation messages, are cleared when the required property changes.</li>\n<li><code class=\"prettyprint\">messagesCustom</code> property is not cleared.</li>\n</ul>\n\n</p>",
437
437
  "meta": {
438
438
  "filename": "select-single.tsx",
439
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/select-single"
439
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/select-single"
440
440
  },
441
441
  "defaultvalue": false,
442
442
  "type": {
@@ -456,7 +456,7 @@
456
456
  "description": "<p>\nThe component-specific message detail when the required validation fails.\nIf the component needs a required validation error message that is different from the default,\nset this property. It should be a translated string.\n</p>",
457
457
  "meta": {
458
458
  "filename": "select-single.tsx",
459
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/select-single"
459
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/select-single"
460
460
  },
461
461
  "type": {
462
462
  "names": [
@@ -475,7 +475,7 @@
475
475
  "description": "Specifies how the text is aligned within the text field",
476
476
  "meta": {
477
477
  "filename": "select-single.tsx",
478
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/select-single"
478
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/select-single"
479
479
  },
480
480
  "ojvalues": [
481
481
  {
@@ -529,7 +529,7 @@
529
529
  "ojhidden": true,
530
530
  "meta": {
531
531
  "filename": "select-single.tsx",
532
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/select-single"
532
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/select-single"
533
533
  },
534
534
  "type": {
535
535
  "names": [
@@ -548,7 +548,7 @@
548
548
  "description": "Specifies the density of the form component's user assistance presentation. It can be shown inline with\nreserved rows to prevent reflow if a user assistance text shows up, inline without reserved rows that would\nreflow if a user assistance text shows up, or it can be shown compactly in a popup instead.",
549
549
  "meta": {
550
550
  "filename": "select-single.tsx",
551
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/select-single"
551
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/select-single"
552
552
  },
553
553
  "ojvalues": [
554
554
  {
@@ -603,7 +603,7 @@
603
603
  "description": "The value of the component.\n\n<p>\nWhen the <code class=\"prettyprint\">value</code> property changes due to programmatic\nintervention, the component always clears all messages\nincluding <code class=\"prettyprint\">messagesCustom</code>, runs deferred validation, and\nalways refreshes the UI display value.</br>\n\n<h4>Running Validation</h4>\n<ul>\n<li>component always runs deferred validation; the\n<code class=\"prettyprint\">valid</code> property is updated with the result.</li>\n</ul>\n</p>",
604
604
  "meta": {
605
605
  "filename": "select-single.tsx",
606
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/select-single"
606
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/select-single"
607
607
  },
608
608
  "defaultvalue": null,
609
609
  "type": {
@@ -631,7 +631,7 @@
631
631
  "description": "The <code class=\"prettyprint\">valueItem</code> is similar to the\n<code class=\"prettyprint\">value</code>, but is a an object that\ncontain both a key and data, and optional metadata.\nThe key will be set as the <code class=\"prettyprint\">value</code> of the element.\nThe <code class=\"prettyprint\">value</code> and <code class=\"prettyprint\">valueItem</code>\nare kept in sync, both during programmatic property sets as well as during interactive user\nselection.\nIf initially both are set, the selected value in the <code class=\"prettyprint\">value</code>\nattribute have precedence.\n<p>Note: If there is an initial selection, setting it via the\n<code class=\"prettyprint\">valueItem</code> attribute initially can improve page load\nperformance because the element will not have to fetch the selected data from the data\nprovider.</p>\n<p>If <code class=\"prettyprint\">valueItem</code> is not specified or the selected value is\nmissing, then the selected data will be fetched from the data provider.</p>",
632
632
  "meta": {
633
633
  "filename": "select-single.tsx",
634
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/select-single"
634
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/select-single"
635
635
  },
636
636
  "defaultvalue": null,
637
637
  "type": {
@@ -661,7 +661,7 @@
661
661
  "description": "The type of virtual keyboard to display for entering a value on mobile browsers. This attribute has no effect on desktop browsers.",
662
662
  "meta": {
663
663
  "filename": "select-single.tsx",
664
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/select-single"
664
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/select-single"
665
665
  },
666
666
  "ojvalues": [
667
667
  {
@@ -761,7 +761,7 @@
761
761
  "description": "<p>\nThe current valid state of the component. It is evaluated on initial render.\nIt is re-evaluated\n<ul>\n <li>after each validator (validators or async-validators) is run (full or deferred)</li>\n <li>when messagesCustom is updated,\n since messagesCustom can be added by the app developer any time.</li>\n <li>when showMessages() is called. Since showMessages() moves the\n hidden messages into messages shown,\n if the valid state was \"invalidHidden\" then it would become \"invalidShown\".</li>\n <li>when the required property has changed. If a component is empty and has required\n set, the valid state may be \"invalidHidden\" (if no invalid messages are being shown as well).\n If required property is removed, the valid state would change to \"valid\".</li>\n</ul>\n</p>\n<p>\n Note: New valid states may be added to the list of valid values in future releases.\n Any new values will start with \"invalid\"\n if it is an invalid state, \"pending\" if it is pending state,\n and \"valid\" if it is a valid state.\n</p>",
762
762
  "meta": {
763
763
  "filename": "select-single.tsx",
764
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/select-single"
764
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/select-single"
765
765
  },
766
766
  "ojvalues": [
767
767
  {
@@ -823,7 +823,7 @@
823
823
  "description": "Resets the component by clearing all messages and messagesCustom attribute\nand updates the component's display value using the attribute value.\nUser entered will be erased when this method is called.",
824
824
  "meta": {
825
825
  "filename": "select-single.tsx",
826
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/select-single"
826
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/select-single"
827
827
  },
828
828
  "scope": "instance",
829
829
  "returns": [
@@ -845,7 +845,7 @@
845
845
  "description": "Takes all deferred messages and shows them.\nIt then updates the valid property;\ne.g., if the valid state was \"invalidHidden\" before showMessages(),\nthe valid state will become \"invalidShown\" after showMessages().\nIf there were no deferred messages this method simply returns.",
846
846
  "meta": {
847
847
  "filename": "select-single.tsx",
848
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/select-single"
848
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/select-single"
849
849
  },
850
850
  "scope": "instance",
851
851
  "returns": [
@@ -867,7 +867,7 @@
867
867
  "description": "If enabled, validates the component's display value (or null if display value is empty) using the converter and\nall validators registered on the component and updates the value\noption by performing the following steps.\n<ol>\n<li>All messages are cleared, including custom messages added by the app.</li>\n<li>\n If no converter is present then processing continues to next step. If a converter is present,\n the UI value is first converted (i.e., parsed). If there is a parse error then the messages are shown.</li>\n<li>\n If there are no validators setup for the component the value option is updated using the display value.\n Otherwise all validators are run in sequence using the parsed value from the previous step.\n The implicit required validator is run first if the component is marked required.\n When a validation error is encountered it is remembered and the next validator in the sequence is run.\n</li>\n<li>\n At the end of validation if there are errors, the messages are shown.\n If there were no errors, then the value option is updated.\n</li>\n</ol>\n<p>If the component is readonly or disabled, returns a Promise that resolves to 'valid'\nwithout doing any validation.</p>",
868
868
  "meta": {
869
869
  "filename": "select-single.tsx",
870
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/select-single"
870
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/select-single"
871
871
  },
872
872
  "scope": "instance",
873
873
  "returns": [
@@ -891,7 +891,7 @@
891
891
  "ojhidden": true,
892
892
  "meta": {
893
893
  "filename": "select-single.tsx",
894
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/select-single"
894
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/select-single"
895
895
  },
896
896
  "scope": "instance",
897
897
  "returns": [
@@ -914,7 +914,7 @@
914
914
  "ojhidden": true,
915
915
  "meta": {
916
916
  "filename": "select-single.tsx",
917
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/select-single"
917
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/select-single"
918
918
  },
919
919
  "scope": "instance",
920
920
  "returns": [
@@ -936,7 +936,7 @@
936
936
  "description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
937
937
  "meta": {
938
938
  "filename": "select-single.tsx",
939
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/select-single"
939
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/select-single"
940
940
  },
941
941
  "scope": "instance",
942
942
  "params": [
@@ -970,7 +970,7 @@
970
970
  "description": "Retrieves the value of a property or a subproperty.",
971
971
  "meta": {
972
972
  "filename": "select-single.tsx",
973
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/select-single"
973
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/select-single"
974
974
  },
975
975
  "scope": "instance",
976
976
  "params": [
@@ -999,7 +999,7 @@
999
999
  "description": "Performs a batch set of properties.",
1000
1000
  "meta": {
1001
1001
  "filename": "select-single.tsx",
1002
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/select-single"
1002
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/select-single"
1003
1003
  },
1004
1004
  "scope": "instance",
1005
1005
  "params": [
@@ -1028,7 +1028,7 @@
1028
1028
  "description": "Event triggered when a value is submitted by the user, even if the value is the same as the previous value.",
1029
1029
  "meta": {
1030
1030
  "filename": "select-single.tsx",
1031
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/select-single"
1031
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/select-single"
1032
1032
  },
1033
1033
  "scope": "instance",
1034
1034
  "properties": [
@@ -1094,7 +1094,7 @@
1094
1094
  "memberof": "oj-c.SelectSingle",
1095
1095
  "meta": {
1096
1096
  "filename": "select-single.tsx",
1097
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/select-single"
1097
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/select-single"
1098
1098
  },
1099
1099
  "ojfragment": true
1100
1100
  },
@@ -1107,7 +1107,7 @@
1107
1107
  "memberof": "oj-c.SelectSingle",
1108
1108
  "meta": {
1109
1109
  "filename": "select-single.tsx",
1110
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/select-single"
1110
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/select-single"
1111
1111
  },
1112
1112
  "ojfragment": true
1113
1113
  },
@@ -1126,7 +1126,7 @@
1126
1126
  },
1127
1127
  "meta": {
1128
1128
  "filename": "select-single.tsx",
1129
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/select-single"
1129
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/select-single"
1130
1130
  },
1131
1131
  "properties": [
1132
1132
  {
@@ -1158,7 +1158,7 @@
1158
1158
  },
1159
1159
  "meta": {
1160
1160
  "filename": "select-single.tsx",
1161
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/select-single"
1161
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/select-single"
1162
1162
  },
1163
1163
  "properties": [
1164
1164
  {
@@ -1188,7 +1188,7 @@
1188
1188
  },
1189
1189
  "meta": {
1190
1190
  "filename": "select-single.tsx",
1191
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/select-single"
1191
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/select-single"
1192
1192
  },
1193
1193
  "properties": [
1194
1194
  {
@@ -1238,7 +1238,7 @@
1238
1238
  },
1239
1239
  "meta": {
1240
1240
  "filename": "select-single.tsx",
1241
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/select-single"
1241
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/select-single"
1242
1242
  },
1243
1243
  "properties": [
1244
1244
  {
@@ -42,7 +42,7 @@
42
42
  "since": "15.0.0",
43
43
  "meta": {
44
44
  "filename": "selector.tsx",
45
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/selector"
45
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/selector"
46
46
  },
47
47
  "ojmodule": "selector"
48
48
  },
@@ -57,7 +57,7 @@
57
57
  "description": "Specifies the row key of each selector.",
58
58
  "meta": {
59
59
  "filename": "selector.tsx",
60
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/selector"
60
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/selector"
61
61
  },
62
62
  "type": {
63
63
  "names": [
@@ -84,7 +84,7 @@
84
84
  "description": "Specifies the selectedKeys, should be hooked into the collection component.",
85
85
  "meta": {
86
86
  "filename": "selector.tsx",
87
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/selector"
87
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/selector"
88
88
  },
89
89
  "type": {
90
90
  "names": [
@@ -110,7 +110,7 @@
110
110
  "description": "Specifies if the selector should show the visual partial state.\nThe original checked state of the selector will still be maintained.\nUser selection of checkboxes will remove the indeterminate state and reveal the checkbox state.\nOtherwise, programmatically changing the checkbox state will not change the indeterminate state.",
111
111
  "meta": {
112
112
  "filename": "selector.tsx",
113
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/selector"
113
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/selector"
114
114
  },
115
115
  "defaultvalue": false,
116
116
  "type": {
@@ -130,7 +130,7 @@
130
130
  "description": "Specifies the selection mode ('single', 'multiple'). For selection mode 'all', please refer to oj-c-selector-all component.",
131
131
  "meta": {
132
132
  "filename": "selector.tsx",
133
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/selector"
133
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/selector"
134
134
  },
135
135
  "ojvalues": [
136
136
  {
@@ -171,7 +171,7 @@
171
171
  "description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
172
172
  "meta": {
173
173
  "filename": "selector.tsx",
174
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/selector"
174
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/selector"
175
175
  },
176
176
  "scope": "instance",
177
177
  "params": [
@@ -205,7 +205,7 @@
205
205
  "description": "Retrieves the value of a property or a subproperty.",
206
206
  "meta": {
207
207
  "filename": "selector.tsx",
208
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/selector"
208
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/selector"
209
209
  },
210
210
  "scope": "instance",
211
211
  "params": [
@@ -234,7 +234,7 @@
234
234
  "description": "Performs a batch set of properties.",
235
235
  "meta": {
236
236
  "filename": "selector.tsx",
237
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/selector"
237
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/selector"
238
238
  },
239
239
  "scope": "instance",
240
240
  "params": [
@@ -42,7 +42,7 @@
42
42
  "since": "15.0.0",
43
43
  "meta": {
44
44
  "filename": "selector-all.tsx",
45
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/selector-all"
45
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/selector-all"
46
46
  },
47
47
  "ojmodule": "selector-all"
48
48
  },
@@ -58,7 +58,7 @@
58
58
  "description": "Specifies the selectedKeys, should be hooked into the collection component.",
59
59
  "meta": {
60
60
  "filename": "selector-all.tsx",
61
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/selector-all"
61
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/selector-all"
62
62
  },
63
63
  "type": {
64
64
  "names": [
@@ -82,7 +82,7 @@
82
82
  "description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
83
83
  "meta": {
84
84
  "filename": "selector-all.tsx",
85
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/selector-all"
85
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/selector-all"
86
86
  },
87
87
  "scope": "instance",
88
88
  "params": [
@@ -116,7 +116,7 @@
116
116
  "description": "Retrieves the value of a property or a subproperty.",
117
117
  "meta": {
118
118
  "filename": "selector-all.tsx",
119
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/selector-all"
119
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/selector-all"
120
120
  },
121
121
  "scope": "instance",
122
122
  "params": [
@@ -145,7 +145,7 @@
145
145
  "description": "Performs a batch set of properties.",
146
146
  "meta": {
147
147
  "filename": "selector-all.tsx",
148
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/selector-all"
148
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/selector-all"
149
149
  },
150
150
  "scope": "instance",
151
151
  "params": [
@@ -30,7 +30,7 @@
30
30
  "since": "14.0.0",
31
31
  "meta": {
32
32
  "filename": "split-menu-button.tsx",
33
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/split-menu-button"
33
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/split-menu-button"
34
34
  },
35
35
  "ojmodule": "split-menu-button"
36
36
  },
@@ -45,7 +45,7 @@
45
45
  "description": "Text to show in the button.",
46
46
  "meta": {
47
47
  "filename": "split-menu-button.tsx",
48
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/split-menu-button"
48
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/split-menu-button"
49
49
  },
50
50
  "defaultvalue": "\"\"",
51
51
  "type": {
@@ -65,7 +65,7 @@
65
65
  "description": "Items describe the menu items rendered by the menu button.",
66
66
  "meta": {
67
67
  "filename": "split-menu-button.tsx",
68
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/split-menu-button"
68
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/split-menu-button"
69
69
  },
70
70
  "defaultvalue": "[]",
71
71
  "type": {
@@ -92,7 +92,7 @@
92
92
  "description": "Specifies that the button element should be disabled.",
93
93
  "meta": {
94
94
  "filename": "split-menu-button.tsx",
95
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/split-menu-button"
95
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/split-menu-button"
96
96
  },
97
97
  "defaultvalue": false,
98
98
  "type": {
@@ -112,7 +112,7 @@
112
112
  "description": "Size of button",
113
113
  "meta": {
114
114
  "filename": "split-menu-button.tsx",
115
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/split-menu-button"
115
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/split-menu-button"
116
116
  },
117
117
  "ojvalues": [
118
118
  {
@@ -166,7 +166,7 @@
166
166
  "description": "Specifies that the button style width",
167
167
  "meta": {
168
168
  "filename": "split-menu-button.tsx",
169
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/split-menu-button"
169
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/split-menu-button"
170
170
  },
171
171
  "type": {
172
172
  "names": [
@@ -192,7 +192,7 @@
192
192
  "description": "Indicates in what states the button has chromings in background and border.",
193
193
  "meta": {
194
194
  "filename": "split-menu-button.tsx",
195
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/split-menu-button"
195
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/split-menu-button"
196
196
  },
197
197
  "ojvalues": [
198
198
  {
@@ -245,7 +245,7 @@
245
245
  "ojhidden": true,
246
246
  "meta": {
247
247
  "filename": "split-menu-button.tsx",
248
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/split-menu-button"
248
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/split-menu-button"
249
249
  },
250
250
  "scope": "instance",
251
251
  "returns": [
@@ -268,7 +268,7 @@
268
268
  "ojhidden": true,
269
269
  "meta": {
270
270
  "filename": "split-menu-button.tsx",
271
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/split-menu-button"
271
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/split-menu-button"
272
272
  },
273
273
  "scope": "instance",
274
274
  "returns": [
@@ -291,7 +291,7 @@
291
291
  "ojhidden": true,
292
292
  "meta": {
293
293
  "filename": "split-menu-button.tsx",
294
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/split-menu-button"
294
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/split-menu-button"
295
295
  },
296
296
  "scope": "instance",
297
297
  "returns": [
@@ -313,7 +313,7 @@
313
313
  "description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
314
314
  "meta": {
315
315
  "filename": "split-menu-button.tsx",
316
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/split-menu-button"
316
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/split-menu-button"
317
317
  },
318
318
  "scope": "instance",
319
319
  "params": [
@@ -347,7 +347,7 @@
347
347
  "description": "Retrieves the value of a property or a subproperty.",
348
348
  "meta": {
349
349
  "filename": "split-menu-button.tsx",
350
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/split-menu-button"
350
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/split-menu-button"
351
351
  },
352
352
  "scope": "instance",
353
353
  "params": [
@@ -376,7 +376,7 @@
376
376
  "description": "Performs a batch set of properties.",
377
377
  "meta": {
378
378
  "filename": "split-menu-button.tsx",
379
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/split-menu-button"
379
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/split-menu-button"
380
380
  },
381
381
  "scope": "instance",
382
382
  "params": [
@@ -405,7 +405,7 @@
405
405
  "description": "Triggered when a button is clicked, whether by keyboard, mouse, or touch events. To meet accessibility requirements, the only supported way to react to the click of a button is to listen for this event.",
406
406
  "meta": {
407
407
  "filename": "split-menu-button.tsx",
408
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/split-menu-button"
408
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/split-menu-button"
409
409
  },
410
410
  "scope": "instance"
411
411
  },
@@ -418,7 +418,7 @@
418
418
  "memberof": "oj-c.SplitMenuButton",
419
419
  "meta": {
420
420
  "filename": "split-menu-button.tsx",
421
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/split-menu-button"
421
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/split-menu-button"
422
422
  },
423
423
  "ojfragment": true
424
424
  },
@@ -431,7 +431,7 @@
431
431
  "memberof": "oj-c.SplitMenuButton",
432
432
  "meta": {
433
433
  "filename": "split-menu-button.tsx",
434
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/split-menu-button"
434
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/split-menu-button"
435
435
  },
436
436
  "ojfragment": true
437
437
  },
@@ -450,7 +450,7 @@
450
450
  },
451
451
  "meta": {
452
452
  "filename": "split-menu-button.tsx",
453
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/split-menu-button"
453
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.3/packages/oraclejet-core-pack/web/components/oj-c/split-menu-button"
454
454
  },
455
455
  "properties": [
456
456
  {