@oracle/oraclejet-core-pack 15.0.2 → 15.0.4

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 (354) 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 +36 -16
  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/corepackbundle.js +7 -4
  61. package/oj-c/docs/avatar.html +3 -3
  62. package/oj-c/docs/button.html +3 -3
  63. package/oj-c/docs/collapsible.html +3 -3
  64. package/oj-c/docs/file-picker.html +3 -3
  65. package/oj-c/docs/highlight-text.html +3 -3
  66. package/oj-c/docs/index.html +3 -3
  67. package/oj-c/docs/input-date-text.html +3 -3
  68. package/oj-c/docs/input-number.html +3 -3
  69. package/oj-c/docs/input-password.html +3 -3
  70. package/oj-c/docs/input-text.html +3 -3
  71. package/oj-c/docs/legend-item.html +3 -3
  72. package/oj-c/docs/legend-section.html +3 -3
  73. package/oj-c/docs/legend.html +3 -3
  74. package/oj-c/docs/list-item-layout.html +3 -3
  75. package/oj-c/docs/list-view.html +3 -3
  76. package/oj-c/docs/message-toast.html +3 -3
  77. package/oj-c/docs/meter-bar.html +3 -3
  78. package/oj-c/docs/meter-circle.html +3 -3
  79. package/oj-c/docs/oj-c.Avatar.html +3 -3
  80. package/oj-c/docs/oj-c.Button.html +3 -3
  81. package/oj-c/docs/oj-c.Collapsible.html +3 -3
  82. package/oj-c/docs/oj-c.FilePicker.html +3 -3
  83. package/oj-c/docs/oj-c.HighlightText.html +3 -3
  84. package/oj-c/docs/oj-c.InputDateText.html +3 -3
  85. package/oj-c/docs/oj-c.InputNumber.html +3 -3
  86. package/oj-c/docs/oj-c.InputPassword.html +3 -3
  87. package/oj-c/docs/oj-c.InputText.html +3 -3
  88. package/oj-c/docs/oj-c.Legend.html +3 -3
  89. package/oj-c/docs/oj-c.LegendItem.html +3 -3
  90. package/oj-c/docs/oj-c.LegendSection.html +3 -3
  91. package/oj-c/docs/oj-c.ListItemLayout.html +3 -3
  92. package/oj-c/docs/oj-c.ListView.html +3 -3
  93. package/oj-c/docs/oj-c.MessageToast.html +11 -6
  94. package/oj-c/docs/oj-c.MeterBar.html +3 -3
  95. package/oj-c/docs/oj-c.MeterCircle.html +3 -3
  96. package/oj-c/docs/oj-c.ProgressBar.html +3 -3
  97. package/oj-c/docs/oj-c.ProgressCircle.html +3 -3
  98. package/oj-c/docs/oj-c.RatingGauge.html +3 -3
  99. package/oj-c/docs/oj-c.SelectMultiple.html +3 -3
  100. package/oj-c/docs/oj-c.SelectSingle.html +3 -3
  101. package/oj-c/docs/oj-c.Selector.html +3 -3
  102. package/oj-c/docs/oj-c.SelectorAll.html +3 -3
  103. package/oj-c/docs/oj-c.SplitMenuButton.html +3 -3
  104. package/oj-c/docs/oj-c.TagCloud.html +3 -3
  105. package/oj-c/docs/oj-c.TagCloudItem.html +3 -3
  106. package/oj-c/docs/oj-c.TextArea.html +3 -3
  107. package/oj-c/docs/progress-bar.html +3 -3
  108. package/oj-c/docs/progress-circle.html +3 -3
  109. package/oj-c/docs/rating-gauge.html +3 -3
  110. package/oj-c/docs/select-multiple.html +3 -3
  111. package/oj-c/docs/select-single.html +3 -3
  112. package/oj-c/docs/selector-all.html +3 -3
  113. package/oj-c/docs/selector.html +3 -3
  114. package/oj-c/docs/split-menu-button.html +3 -3
  115. package/oj-c/docs/tag-cloud-item.html +3 -3
  116. package/oj-c/docs/tag-cloud.html +3 -3
  117. package/oj-c/docs/text-area.html +3 -3
  118. package/oj-c/file-picker/__webdriver__/FilePickerWebElement.d.ts +8 -0
  119. package/oj-c/file-picker/__webdriver__/FilePickerWebElement.js +3 -22
  120. package/oj-c/file-picker/__webdriver__/FilePickerWebElement.js.map +1 -0
  121. package/oj-c/file-picker/__webdriver__/FilePickerWebElementBase.d.ts +51 -0
  122. package/oj-c/file-picker/__webdriver__/FilePickerWebElementBase.js +15 -34
  123. package/oj-c/file-picker/__webdriver__/FilePickerWebElementBase.js.map +1 -0
  124. package/oj-c/file-picker/__webdriver__/index.d.ts +17 -0
  125. package/oj-c/file-picker/__webdriver__/index.js +9 -53
  126. package/oj-c/file-picker/__webdriver__/index.js.map +1 -0
  127. package/oj-c/file-picker/component.json +2 -2
  128. package/oj-c/highlight-text/__webdriver__/HighlightTextWebElement.d.ts +8 -0
  129. package/oj-c/highlight-text/__webdriver__/HighlightTextWebElement.js +3 -22
  130. package/oj-c/highlight-text/__webdriver__/HighlightTextWebElement.js.map +1 -0
  131. package/oj-c/highlight-text/__webdriver__/HighlightTextWebElementBase.d.ts +23 -0
  132. package/oj-c/highlight-text/__webdriver__/HighlightTextWebElementBase.js +7 -26
  133. package/oj-c/highlight-text/__webdriver__/HighlightTextWebElementBase.js.map +1 -0
  134. package/oj-c/highlight-text/__webdriver__/index.d.ts +17 -0
  135. package/oj-c/highlight-text/__webdriver__/index.js +9 -53
  136. package/oj-c/highlight-text/__webdriver__/index.js.map +1 -0
  137. package/oj-c/highlight-text/component.json +2 -2
  138. package/oj-c/input-date-text/__webdriver__/InputDateTextWebElement.d.ts +8 -0
  139. package/oj-c/input-date-text/__webdriver__/InputDateTextWebElement.js +3 -22
  140. package/oj-c/input-date-text/__webdriver__/InputDateTextWebElement.js.map +1 -0
  141. package/oj-c/input-date-text/__webdriver__/InputDateTextWebElementBase.d.ts +246 -0
  142. package/oj-c/input-date-text/__webdriver__/InputDateTextWebElementBase.js +57 -76
  143. package/oj-c/input-date-text/__webdriver__/InputDateTextWebElementBase.js.map +1 -0
  144. package/oj-c/input-date-text/__webdriver__/index.d.ts +17 -0
  145. package/oj-c/input-date-text/__webdriver__/index.js +9 -53
  146. package/oj-c/input-date-text/__webdriver__/index.js.map +1 -0
  147. package/oj-c/input-date-text/component.json +2 -2
  148. package/oj-c/input-number/__webdriver__/InputNumberWebElement.d.ts +8 -0
  149. package/oj-c/input-number/__webdriver__/InputNumberWebElement.js +3 -22
  150. package/oj-c/input-number/__webdriver__/InputNumberWebElement.js.map +1 -0
  151. package/oj-c/input-number/__webdriver__/InputNumberWebElementBase.d.ts +302 -0
  152. package/oj-c/input-number/__webdriver__/InputNumberWebElementBase.js +73 -92
  153. package/oj-c/input-number/__webdriver__/InputNumberWebElementBase.js.map +1 -0
  154. package/oj-c/input-number/__webdriver__/index.d.ts +17 -0
  155. package/oj-c/input-number/__webdriver__/index.js +9 -53
  156. package/oj-c/input-number/__webdriver__/index.js.map +1 -0
  157. package/oj-c/input-number/component.json +2 -2
  158. package/oj-c/input-password/__webdriver__/InputPasswordWebElement.d.ts +8 -0
  159. package/oj-c/input-password/__webdriver__/InputPasswordWebElement.js +3 -22
  160. package/oj-c/input-password/__webdriver__/InputPasswordWebElement.js.map +1 -0
  161. package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.d.ts +239 -0
  162. package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.js +55 -74
  163. package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.js.map +1 -0
  164. package/oj-c/input-password/__webdriver__/index.d.ts +17 -0
  165. package/oj-c/input-password/__webdriver__/index.js +9 -53
  166. package/oj-c/input-password/__webdriver__/index.js.map +1 -0
  167. package/oj-c/input-password/component.json +2 -2
  168. package/oj-c/input-text/__webdriver__/InputTextWebElement.d.ts +8 -0
  169. package/oj-c/input-text/__webdriver__/InputTextWebElement.js +3 -22
  170. package/oj-c/input-text/__webdriver__/InputTextWebElement.js.map +1 -0
  171. package/oj-c/input-text/__webdriver__/InputTextWebElementBase.d.ts +277 -0
  172. package/oj-c/input-text/__webdriver__/InputTextWebElementBase.js +63 -82
  173. package/oj-c/input-text/__webdriver__/InputTextWebElementBase.js.map +1 -0
  174. package/oj-c/input-text/__webdriver__/index.d.ts +17 -0
  175. package/oj-c/input-text/__webdriver__/index.js +9 -53
  176. package/oj-c/input-text/__webdriver__/index.js.map +1 -0
  177. package/oj-c/input-text/component.json +2 -2
  178. package/oj-c/legend/__webdriver__/LegendWebElement.d.ts +8 -0
  179. package/oj-c/legend/__webdriver__/LegendWebElement.js +3 -22
  180. package/oj-c/legend/__webdriver__/LegendWebElement.js.map +1 -0
  181. package/oj-c/legend/__webdriver__/LegendWebElementBase.d.ts +173 -0
  182. package/oj-c/legend/__webdriver__/LegendWebElementBase.js +35 -54
  183. package/oj-c/legend/__webdriver__/LegendWebElementBase.js.map +1 -0
  184. package/oj-c/legend/__webdriver__/index.d.ts +17 -0
  185. package/oj-c/legend/__webdriver__/index.js +9 -53
  186. package/oj-c/legend/__webdriver__/index.js.map +1 -0
  187. package/oj-c/legend/component.json +2 -2
  188. package/oj-c/legend-item/component.json +2 -2
  189. package/oj-c/legend-section/component.json +2 -2
  190. package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElement.d.ts +8 -0
  191. package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElement.js +3 -22
  192. package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElement.js.map +1 -0
  193. package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElementBase.d.ts +16 -0
  194. package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElementBase.js +5 -24
  195. package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElementBase.js.map +1 -0
  196. package/oj-c/list-item-layout/__webdriver__/index.d.ts +17 -0
  197. package/oj-c/list-item-layout/__webdriver__/index.js +9 -53
  198. package/oj-c/list-item-layout/__webdriver__/index.js.map +1 -0
  199. package/oj-c/list-item-layout/component.json +2 -2
  200. package/oj-c/list-view/__webdriver__/ListViewWebElement.d.ts +8 -0
  201. package/oj-c/list-view/__webdriver__/ListViewWebElement.js +3 -22
  202. package/oj-c/list-view/__webdriver__/ListViewWebElement.js.map +1 -0
  203. package/oj-c/list-view/__webdriver__/ListViewWebElementBase.d.ts +75 -0
  204. package/oj-c/list-view/__webdriver__/ListViewWebElementBase.js +15 -34
  205. package/oj-c/list-view/__webdriver__/ListViewWebElementBase.js.map +1 -0
  206. package/oj-c/list-view/__webdriver__/index.d.ts +17 -0
  207. package/oj-c/list-view/__webdriver__/index.js +9 -53
  208. package/oj-c/list-view/__webdriver__/index.js.map +1 -0
  209. package/oj-c/list-view/component.json +2 -2
  210. package/oj-c/message-toast/__webdriver__/MessageToastWebElement.d.ts +52 -0
  211. package/oj-c/message-toast/__webdriver__/MessageToastWebElement.js +87 -21
  212. package/oj-c/message-toast/__webdriver__/MessageToastWebElement.js.map +1 -0
  213. package/oj-c/message-toast/__webdriver__/MessageToastWebElementBase.d.ts +44 -0
  214. package/oj-c/message-toast/__webdriver__/MessageToastWebElementBase.js +13 -32
  215. package/oj-c/message-toast/__webdriver__/MessageToastWebElementBase.js.map +1 -0
  216. package/oj-c/message-toast/__webdriver__/index.d.ts +17 -0
  217. package/oj-c/message-toast/__webdriver__/index.js +9 -53
  218. package/oj-c/message-toast/__webdriver__/index.js.map +1 -0
  219. package/oj-c/message-toast/component.json +2 -2
  220. package/oj-c/message-toast/message-toast.js +7 -4
  221. package/oj-c/metadata/allComponents.json +57 -57
  222. package/oj-c/meter-bar/__webdriver__/MeterBarWebElement.d.ts +8 -0
  223. package/oj-c/meter-bar/__webdriver__/MeterBarWebElement.js +3 -22
  224. package/oj-c/meter-bar/__webdriver__/MeterBarWebElement.js.map +1 -0
  225. package/oj-c/meter-bar/__webdriver__/MeterBarWebElementBase.d.ts +173 -0
  226. package/oj-c/meter-bar/__webdriver__/MeterBarWebElementBase.js +39 -58
  227. package/oj-c/meter-bar/__webdriver__/MeterBarWebElementBase.js.map +1 -0
  228. package/oj-c/meter-bar/__webdriver__/index.d.ts +17 -0
  229. package/oj-c/meter-bar/__webdriver__/index.js +9 -53
  230. package/oj-c/meter-bar/__webdriver__/index.js.map +1 -0
  231. package/oj-c/meter-bar/component.json +2 -2
  232. package/oj-c/meter-circle/__webdriver__/MeterCircleWebElement.d.ts +8 -0
  233. package/oj-c/meter-circle/__webdriver__/MeterCircleWebElement.js +3 -22
  234. package/oj-c/meter-circle/__webdriver__/MeterCircleWebElement.js.map +1 -0
  235. package/oj-c/meter-circle/__webdriver__/MeterCircleWebElementBase.d.ts +183 -0
  236. package/oj-c/meter-circle/__webdriver__/MeterCircleWebElementBase.js +43 -62
  237. package/oj-c/meter-circle/__webdriver__/MeterCircleWebElementBase.js.map +1 -0
  238. package/oj-c/meter-circle/__webdriver__/index.d.ts +17 -0
  239. package/oj-c/meter-circle/__webdriver__/index.js +9 -53
  240. package/oj-c/meter-circle/__webdriver__/index.js.map +1 -0
  241. package/oj-c/meter-circle/component.json +2 -2
  242. package/oj-c/min/corepackbundle.js +4 -4
  243. package/oj-c/min/corepackbundle.js.map +1 -1
  244. package/oj-c/min/message-toast.js +1 -1
  245. package/oj-c/min/message-toast.js.map +1 -1
  246. package/oj-c/progress-bar/__webdriver__/ProgressBarWebElement.d.ts +8 -0
  247. package/oj-c/progress-bar/__webdriver__/ProgressBarWebElement.js +3 -22
  248. package/oj-c/progress-bar/__webdriver__/ProgressBarWebElement.js.map +1 -0
  249. package/oj-c/progress-bar/__webdriver__/ProgressBarWebElementBase.d.ts +30 -0
  250. package/oj-c/progress-bar/__webdriver__/ProgressBarWebElementBase.js +9 -28
  251. package/oj-c/progress-bar/__webdriver__/ProgressBarWebElementBase.js.map +1 -0
  252. package/oj-c/progress-bar/__webdriver__/index.d.ts +17 -0
  253. package/oj-c/progress-bar/__webdriver__/index.js +9 -53
  254. package/oj-c/progress-bar/__webdriver__/index.js.map +1 -0
  255. package/oj-c/progress-bar/component.json +2 -2
  256. package/oj-c/progress-circle/__webdriver__/ProgressCircleWebElement.d.ts +8 -0
  257. package/oj-c/progress-circle/__webdriver__/ProgressCircleWebElement.js +3 -22
  258. package/oj-c/progress-circle/__webdriver__/ProgressCircleWebElement.js.map +1 -0
  259. package/oj-c/progress-circle/__webdriver__/ProgressCircleWebElementBase.d.ts +30 -0
  260. package/oj-c/progress-circle/__webdriver__/ProgressCircleWebElementBase.js +9 -28
  261. package/oj-c/progress-circle/__webdriver__/ProgressCircleWebElementBase.js.map +1 -0
  262. package/oj-c/progress-circle/__webdriver__/index.d.ts +17 -0
  263. package/oj-c/progress-circle/__webdriver__/index.js +9 -53
  264. package/oj-c/progress-circle/__webdriver__/index.js.map +1 -0
  265. package/oj-c/progress-circle/component.json +2 -2
  266. package/oj-c/rating-gauge/__webdriver__/RatingGaugeWebElement.d.ts +8 -0
  267. package/oj-c/rating-gauge/__webdriver__/RatingGaugeWebElement.js +3 -22
  268. package/oj-c/rating-gauge/__webdriver__/RatingGaugeWebElement.js.map +1 -0
  269. package/oj-c/rating-gauge/__webdriver__/RatingGaugeWebElementBase.d.ts +135 -0
  270. package/oj-c/rating-gauge/__webdriver__/RatingGaugeWebElementBase.js +35 -54
  271. package/oj-c/rating-gauge/__webdriver__/RatingGaugeWebElementBase.js.map +1 -0
  272. package/oj-c/rating-gauge/__webdriver__/index.d.ts +17 -0
  273. package/oj-c/rating-gauge/__webdriver__/index.js +9 -53
  274. package/oj-c/rating-gauge/__webdriver__/index.js.map +1 -0
  275. package/oj-c/rating-gauge/component.json +2 -2
  276. package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElement.d.ts +8 -0
  277. package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElement.js +3 -22
  278. package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElement.js.map +1 -0
  279. package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElementBase.d.ts +231 -0
  280. package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElementBase.js +55 -74
  281. package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElementBase.js.map +1 -0
  282. package/oj-c/select-multiple/__webdriver__/index.d.ts +17 -0
  283. package/oj-c/select-multiple/__webdriver__/index.js +9 -53
  284. package/oj-c/select-multiple/__webdriver__/index.js.map +1 -0
  285. package/oj-c/select-multiple/component.json +2 -2
  286. package/oj-c/select-single/__webdriver__/SelectSingleWebElement.d.ts +8 -0
  287. package/oj-c/select-single/__webdriver__/SelectSingleWebElement.js +3 -22
  288. package/oj-c/select-single/__webdriver__/SelectSingleWebElement.js.map +1 -0
  289. package/oj-c/select-single/__webdriver__/SelectSingleWebElementBase.d.ts +289 -0
  290. package/oj-c/select-single/__webdriver__/SelectSingleWebElementBase.js +55 -74
  291. package/oj-c/select-single/__webdriver__/SelectSingleWebElementBase.js.map +1 -0
  292. package/oj-c/select-single/__webdriver__/index.d.ts +17 -0
  293. package/oj-c/select-single/__webdriver__/index.js +9 -53
  294. package/oj-c/select-single/__webdriver__/index.js.map +1 -0
  295. package/oj-c/select-single/component.json +2 -2
  296. package/oj-c/selector/__webdriver__/SelectorWebElement.d.ts +8 -0
  297. package/oj-c/selector/__webdriver__/SelectorWebElement.js +3 -22
  298. package/oj-c/selector/__webdriver__/SelectorWebElement.js.map +1 -0
  299. package/oj-c/selector/__webdriver__/SelectorWebElementBase.d.ts +44 -0
  300. package/oj-c/selector/__webdriver__/SelectorWebElementBase.js +13 -32
  301. package/oj-c/selector/__webdriver__/SelectorWebElementBase.js.map +1 -0
  302. package/oj-c/selector/__webdriver__/index.d.ts +17 -0
  303. package/oj-c/selector/__webdriver__/index.js +9 -53
  304. package/oj-c/selector/__webdriver__/index.js.map +1 -0
  305. package/oj-c/selector/component.json +2 -2
  306. package/oj-c/selector-all/__webdriver__/SelectorAllWebElement.d.ts +8 -0
  307. package/oj-c/selector-all/__webdriver__/SelectorAllWebElement.js +3 -22
  308. package/oj-c/selector-all/__webdriver__/SelectorAllWebElement.js.map +1 -0
  309. package/oj-c/selector-all/__webdriver__/SelectorAllWebElementBase.d.ts +23 -0
  310. package/oj-c/selector-all/__webdriver__/SelectorAllWebElementBase.js +7 -26
  311. package/oj-c/selector-all/__webdriver__/SelectorAllWebElementBase.js.map +1 -0
  312. package/oj-c/selector-all/__webdriver__/index.d.ts +17 -0
  313. package/oj-c/selector-all/__webdriver__/index.js +9 -53
  314. package/oj-c/selector-all/__webdriver__/index.js.map +1 -0
  315. package/oj-c/selector-all/component.json +2 -2
  316. package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.d.ts +8 -0
  317. package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.js +3 -22
  318. package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.js.map +1 -0
  319. package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.d.ts +65 -0
  320. package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.js +15 -34
  321. package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.js.map +1 -0
  322. package/oj-c/split-menu-button/__webdriver__/index.d.ts +17 -0
  323. package/oj-c/split-menu-button/__webdriver__/index.js +9 -53
  324. package/oj-c/split-menu-button/__webdriver__/index.js.map +1 -0
  325. package/oj-c/split-menu-button/component.json +2 -2
  326. package/oj-c/tag-cloud/__webdriver__/TagCloudWebElement.d.ts +8 -0
  327. package/oj-c/tag-cloud/__webdriver__/TagCloudWebElement.js +3 -22
  328. package/oj-c/tag-cloud/__webdriver__/TagCloudWebElement.js.map +1 -0
  329. package/oj-c/tag-cloud/__webdriver__/TagCloudWebElementBase.d.ts +100 -0
  330. package/oj-c/tag-cloud/__webdriver__/TagCloudWebElementBase.js +29 -48
  331. package/oj-c/tag-cloud/__webdriver__/TagCloudWebElementBase.js.map +1 -0
  332. package/oj-c/tag-cloud/__webdriver__/index.d.ts +17 -0
  333. package/oj-c/tag-cloud/__webdriver__/index.js +9 -53
  334. package/oj-c/tag-cloud/__webdriver__/index.js.map +1 -0
  335. package/oj-c/tag-cloud/component.json +2 -2
  336. package/oj-c/tag-cloud-item/component.json +2 -2
  337. package/oj-c/text-area/__webdriver__/TextAreaWebElement.d.ts +8 -0
  338. package/oj-c/text-area/__webdriver__/TextAreaWebElement.js +3 -22
  339. package/oj-c/text-area/__webdriver__/TextAreaWebElement.js.map +1 -0
  340. package/oj-c/text-area/__webdriver__/TextAreaWebElementBase.d.ts +274 -0
  341. package/oj-c/text-area/__webdriver__/TextAreaWebElementBase.js +61 -80
  342. package/oj-c/text-area/__webdriver__/TextAreaWebElementBase.js.map +1 -0
  343. package/oj-c/text-area/__webdriver__/index.d.ts +17 -0
  344. package/oj-c/text-area/__webdriver__/index.js +9 -53
  345. package/oj-c/text-area/__webdriver__/index.js.map +1 -0
  346. package/oj-c/text-area/component.json +2 -2
  347. package/oj-c/types/message-toast/message-toast.d.ts +44 -44
  348. package/package.json +3 -3
  349. package/webdriver/docs/assets/search.js +1 -1
  350. package/webdriver/docs/classes/ButtonWebElement.html +17 -7
  351. package/webdriver/docs/classes/MessageToastWebElement.html +89 -0
  352. package/webdriver/index.d.ts +25 -0
  353. package/webdriver/index.js +1 -0
  354. package/webdriver/index.js.map +1 -0
package/oj-c/Legend.json CHANGED
@@ -30,7 +30,7 @@
30
30
  "since": "15.0.0",
31
31
  "meta": {
32
32
  "filename": "legend.tsx",
33
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
33
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend"
34
34
  },
35
35
  "ojmodule": "legend"
36
36
  },
@@ -45,7 +45,7 @@
45
45
  "description": "The DataProvider for the sections and items of the legend. It should provide a data tree where each node in the data tree corresponds to a section or item in the legend.\nNodes that are leaves will be treated as items. The row key will be used as the id for legend sections and items. Note that when using this attribute, a template for the itemTemplate and optionally sectionTemplate slots should be provided.\nThe DataProvider can either have an arbitrary data shape, in which case an element (and an element for hierarchical data) must be specified in the itemTemplate (and sectionTemplate) slot\nor it can have oj.ojCLegend.Item (and oj.ojCLegend.Section) as its data shape, in which case no template is required.",
46
46
  "meta": {
47
47
  "filename": "legend.tsx",
48
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
48
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend"
49
49
  },
50
50
  "defaultvalue": null,
51
51
  "type": {
@@ -72,7 +72,7 @@
72
72
  "description": "Whether drilling is enabled on all legend items.\nDrillable objects will show a background opacity, a pointer cursor on hover, and fire ojDrill event on click.",
73
73
  "meta": {
74
74
  "filename": "legend.tsx",
75
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
75
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend"
76
76
  },
77
77
  "ojvalues": [
78
78
  {
@@ -115,7 +115,7 @@
115
115
  "description": "Defines the horizontal alignment of the legend contents.",
116
116
  "meta": {
117
117
  "filename": "legend.tsx",
118
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
118
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend"
119
119
  },
120
120
  "ojvalues": [
121
121
  {
@@ -170,7 +170,7 @@
170
170
  "description": "An array of categories that will be hidden.",
171
171
  "meta": {
172
172
  "filename": "legend.tsx",
173
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
173
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend"
174
174
  },
175
175
  "defaultvalue": "[]",
176
176
  "type": {
@@ -197,7 +197,7 @@
197
197
  "description": "Defines whether the legend can be used to initiate hide and show behavior on referenced data items.",
198
198
  "meta": {
199
199
  "filename": "legend.tsx",
200
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
200
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend"
201
201
  },
202
202
  "ojvalues": [
203
203
  {
@@ -241,7 +241,7 @@
241
241
  "description": "An array of categories that will be highlighted.",
242
242
  "meta": {
243
243
  "filename": "legend.tsx",
244
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
244
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend"
245
245
  },
246
246
  "defaultvalue": "[]",
247
247
  "type": {
@@ -268,7 +268,7 @@
268
268
  "description": "Defines the behavior applied when hovering over a legend item.",
269
269
  "meta": {
270
270
  "filename": "legend.tsx",
271
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
271
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend"
272
272
  },
273
273
  "ojvalues": [
274
274
  {
@@ -311,7 +311,7 @@
311
311
  "description": "Defines the orientation of the legend, which determines the direction in which the legend items are laid out.",
312
312
  "meta": {
313
313
  "filename": "legend.tsx",
314
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
314
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend"
315
315
  },
316
316
  "ojvalues": [
317
317
  {
@@ -354,7 +354,7 @@
354
354
  "description": "The height of the legend symbol in pixels. If the value is 0, it will take the same value as symbolWidth. If both symbolWidth and symbolHeight are 0, then it will use a default value that may vary based on theme.",
355
355
  "meta": {
356
356
  "filename": "legend.tsx",
357
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
357
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend"
358
358
  },
359
359
  "defaultvalue": 0,
360
360
  "type": {
@@ -374,7 +374,7 @@
374
374
  "description": "The width of the legend symbol in pixels. If the value is 0, it will take the same value as symbolHeight. If both symbolWidth and symbolHeight are 0, then it will use a default value that may vary based on theme",
375
375
  "meta": {
376
376
  "filename": "legend.tsx",
377
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
377
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend"
378
378
  },
379
379
  "defaultvalue": 0,
380
380
  "type": {
@@ -394,7 +394,7 @@
394
394
  "description": "The CSS style object defining the style of the legend item text.",
395
395
  "meta": {
396
396
  "filename": "legend.tsx",
397
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
397
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend"
398
398
  },
399
399
  "type": {
400
400
  "names": [
@@ -420,7 +420,7 @@
420
420
  "description": "",
421
421
  "meta": {
422
422
  "filename": "legend.tsx",
423
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
423
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend"
424
424
  },
425
425
  "type": {
426
426
  "names": [
@@ -439,7 +439,7 @@
439
439
  "description": "",
440
440
  "meta": {
441
441
  "filename": "legend.tsx",
442
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
442
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend"
443
443
  },
444
444
  "type": {
445
445
  "names": [
@@ -458,7 +458,7 @@
458
458
  "description": "",
459
459
  "meta": {
460
460
  "filename": "legend.tsx",
461
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
461
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend"
462
462
  },
463
463
  "type": {
464
464
  "names": [
@@ -477,7 +477,7 @@
477
477
  "description": "",
478
478
  "meta": {
479
479
  "filename": "legend.tsx",
480
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
480
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend"
481
481
  },
482
482
  "type": {
483
483
  "names": [
@@ -496,7 +496,7 @@
496
496
  "description": "",
497
497
  "meta": {
498
498
  "filename": "legend.tsx",
499
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
499
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend"
500
500
  },
501
501
  "type": {
502
502
  "names": [
@@ -515,7 +515,7 @@
515
515
  "description": "",
516
516
  "meta": {
517
517
  "filename": "legend.tsx",
518
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
518
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend"
519
519
  },
520
520
  "type": {
521
521
  "names": [
@@ -534,7 +534,7 @@
534
534
  "description": "Defines the vertical alignment of the legend contents.",
535
535
  "meta": {
536
536
  "filename": "legend.tsx",
537
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
537
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend"
538
538
  },
539
539
  "ojvalues": [
540
540
  {
@@ -588,7 +588,7 @@
588
588
  "description": "The CSS style object defining the style of the section titles' text.\nThe following style properties are supported: color, fontFamily, fontSize, fontStyle, fontWeight, textDecoration",
589
589
  "meta": {
590
590
  "filename": "legend.tsx",
591
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
591
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend"
592
592
  },
593
593
  "type": {
594
594
  "names": [
@@ -614,7 +614,7 @@
614
614
  "description": "",
615
615
  "meta": {
616
616
  "filename": "legend.tsx",
617
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
617
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend"
618
618
  },
619
619
  "type": {
620
620
  "names": [
@@ -633,7 +633,7 @@
633
633
  "description": "",
634
634
  "meta": {
635
635
  "filename": "legend.tsx",
636
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
636
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend"
637
637
  },
638
638
  "type": {
639
639
  "names": [
@@ -652,7 +652,7 @@
652
652
  "description": "",
653
653
  "meta": {
654
654
  "filename": "legend.tsx",
655
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
655
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend"
656
656
  },
657
657
  "type": {
658
658
  "names": [
@@ -671,7 +671,7 @@
671
671
  "description": "",
672
672
  "meta": {
673
673
  "filename": "legend.tsx",
674
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
674
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend"
675
675
  },
676
676
  "type": {
677
677
  "names": [
@@ -690,7 +690,7 @@
690
690
  "description": "",
691
691
  "meta": {
692
692
  "filename": "legend.tsx",
693
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
693
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend"
694
694
  },
695
695
  "type": {
696
696
  "names": [
@@ -709,7 +709,7 @@
709
709
  "description": "",
710
710
  "meta": {
711
711
  "filename": "legend.tsx",
712
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
712
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend"
713
713
  },
714
714
  "type": {
715
715
  "names": [
@@ -728,7 +728,7 @@
728
728
  "description": "The horizontal alignment of the section titles.",
729
729
  "meta": {
730
730
  "filename": "legend.tsx",
731
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
731
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend"
732
732
  },
733
733
  "ojvalues": [
734
734
  {
@@ -780,7 +780,7 @@
780
780
  "description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
781
781
  "meta": {
782
782
  "filename": "legend.tsx",
783
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
783
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend"
784
784
  },
785
785
  "scope": "instance",
786
786
  "params": [
@@ -814,7 +814,7 @@
814
814
  "description": "Retrieves the value of a property or a subproperty.",
815
815
  "meta": {
816
816
  "filename": "legend.tsx",
817
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
817
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend"
818
818
  },
819
819
  "scope": "instance",
820
820
  "params": [
@@ -843,7 +843,7 @@
843
843
  "description": "Performs a batch set of properties.",
844
844
  "meta": {
845
845
  "filename": "legend.tsx",
846
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
846
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend"
847
847
  },
848
848
  "scope": "instance",
849
849
  "params": [
@@ -872,7 +872,7 @@
872
872
  "description": "Triggered during a drill gesture (single click on the legend item).",
873
873
  "meta": {
874
874
  "filename": "legend.tsx",
875
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
875
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend"
876
876
  },
877
877
  "scope": "instance",
878
878
  "properties": [
@@ -904,7 +904,7 @@
904
904
  "description": "<p>\n The <code class=\"prettyprint\">itemTemplate</code> slot is used to specify the template for\n creating items of the legend. The slot content must be wrapped in a &lt;template>\n element. The content of the template should be a single &lt;oj-c-legend-item> element.\n See the <a target=\"_blank\" href=\"oj-c.LegendItem.html\">oj-c-legend-item</a> doc for more details.\n</p>\n<p>\n When the template is executed for each area, it will have access to the components's\n binding context containing the following properties:\n</p>\n<ul>\n <li>\n $current - an object that contains information for the current node.\n (See the table below for a list of properties available on $current)\n </li>\n <li>\n alias - if 'data-oj-as' attribute was specified, the value will be used to provide an\n application-named alias for $current.\n </li>\n</ul>",
905
905
  "meta": {
906
906
  "filename": "legend.tsx",
907
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
907
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend"
908
908
  },
909
909
  "scope": "instance",
910
910
  "ojchild": false,
@@ -998,7 +998,7 @@
998
998
  "description": " <p>\n The <code class=\"prettyprint\">sectionTemplate</code> slot is used to specify the template for\n creating sections of the legend. The slot content must be wrapped in a &lt;template>\n element. The content of the template should be a single &lt;oj-c-legend-section> element.\n See the <a target=\"_blank\" href=\"oj-c.LegendSection.html\">oj-c-legend-section</a> doc for more details.\n</p>\n<p>\n When the template is executed for each area, it will have access to the components's\n binding context containing the following properties:\n</p>\n<ul>\n <li>\n $current - an object that contains information for the current node.\n (See the table below for a list of properties available on $current)\n </li>\n <li>\n alias - if 'data-oj-as' attribute was specified, the value will be used to provide an\n application-named alias for $current.\n </li>\n</ul>",
999
999
  "meta": {
1000
1000
  "filename": "legend.tsx",
1001
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
1001
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend"
1002
1002
  },
1003
1003
  "scope": "instance",
1004
1004
  "ojchild": false,
@@ -1058,7 +1058,7 @@
1058
1058
  "memberof": "oj-c.Legend",
1059
1059
  "meta": {
1060
1060
  "filename": "legend.tsx",
1061
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend"
1061
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend"
1062
1062
  },
1063
1063
  "ojfragment": true
1064
1064
  }
@@ -30,7 +30,7 @@
30
30
  "since": "15.0.0",
31
31
  "meta": {
32
32
  "filename": "legend-item.tsx",
33
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
33
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
34
34
  },
35
35
  "ojmodule": "legend-item",
36
36
  "ojslotcomponent": true
@@ -46,7 +46,7 @@
46
46
  "description": "The legend item text.",
47
47
  "meta": {
48
48
  "filename": "legend-item.tsx",
49
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
49
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
50
50
  },
51
51
  "type": {
52
52
  "names": [
@@ -65,7 +65,7 @@
65
65
  "description": "An array of categories for the legend item. Legend items currently only support a single category.",
66
66
  "meta": {
67
67
  "filename": "legend-item.tsx",
68
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
68
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
69
69
  },
70
70
  "type": {
71
71
  "names": [
@@ -91,7 +91,7 @@
91
91
  "description": "The type of legend symbol to display.",
92
92
  "meta": {
93
93
  "filename": "legend-item.tsx",
94
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
94
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
95
95
  },
96
96
  "ojvalues": [
97
97
  {
@@ -155,7 +155,7 @@
155
155
  "description": "The URI of the image of the legend symbol.",
156
156
  "meta": {
157
157
  "filename": "legend-item.tsx",
158
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
158
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
159
159
  },
160
160
  "type": {
161
161
  "names": [
@@ -174,7 +174,7 @@
174
174
  "description": "The color of the legend symbol (line or marker). When symbolType is \"lineWithMarker\", this attribute defines the line color and the markerColor attribute defines the marker color.",
175
175
  "meta": {
176
176
  "filename": "legend-item.tsx",
177
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
177
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
178
178
  },
179
179
  "type": {
180
180
  "names": [
@@ -193,7 +193,7 @@
193
193
  "description": "The border color of the marker. Only applies if symbolType is \"marker\" or \"lineWithMarker",
194
194
  "meta": {
195
195
  "filename": "legend-item.tsx",
196
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
196
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
197
197
  },
198
198
  "type": {
199
199
  "names": [
@@ -212,7 +212,7 @@
212
212
  "description": "The line style. Only applies when the symbolType is \"line\" or \"lineWithMarker\".",
213
213
  "meta": {
214
214
  "filename": "legend-item.tsx",
215
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
215
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
216
216
  },
217
217
  "ojvalues": [
218
218
  {
@@ -265,7 +265,7 @@
265
265
  "description": "The line width in pixels. Only applies when the symbolType is \"line\" or \"lineWithMarker.",
266
266
  "meta": {
267
267
  "filename": "legend-item.tsx",
268
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
268
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
269
269
  },
270
270
  "type": {
271
271
  "names": [
@@ -284,7 +284,7 @@
284
284
  "description": "The shape of the marker. Only applies if symbolType is \"marker\" or \"lineWithMarker\". Does not apply if a custom image is specified.",
285
285
  "meta": {
286
286
  "filename": "legend-item.tsx",
287
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
287
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
288
288
  },
289
289
  "ojvalues": [
290
290
  {
@@ -414,7 +414,7 @@
414
414
  "description": "The color of the marker, if different than the line color. Only applies if the symbolType is \"lineWithMarker\".",
415
415
  "meta": {
416
416
  "filename": "legend-item.tsx",
417
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
417
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
418
418
  },
419
419
  "type": {
420
420
  "names": [
@@ -433,7 +433,7 @@
433
433
  "description": "The description of this legend item. This is used for accessibility and for customizing the tooltip text.",
434
434
  "meta": {
435
435
  "filename": "legend-item.tsx",
436
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
436
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
437
437
  },
438
438
  "type": {
439
439
  "names": [
@@ -450,7 +450,7 @@
450
450
  "description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
451
451
  "meta": {
452
452
  "filename": "legend-item.tsx",
453
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
453
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
454
454
  },
455
455
  "scope": "instance",
456
456
  "params": [
@@ -484,7 +484,7 @@
484
484
  "description": "Retrieves the value of a property or a subproperty.",
485
485
  "meta": {
486
486
  "filename": "legend-item.tsx",
487
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
487
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
488
488
  },
489
489
  "scope": "instance",
490
490
  "params": [
@@ -513,7 +513,7 @@
513
513
  "description": "Performs a batch set of properties.",
514
514
  "meta": {
515
515
  "filename": "legend-item.tsx",
516
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
516
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend-item"
517
517
  },
518
518
  "scope": "instance",
519
519
  "params": [
@@ -30,7 +30,7 @@
30
30
  "since": "15.0.0",
31
31
  "meta": {
32
32
  "filename": "legend-section.tsx",
33
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend-section"
33
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend-section"
34
34
  },
35
35
  "ojmodule": "legend-section",
36
36
  "ojslotcomponent": true
@@ -46,7 +46,7 @@
46
46
  "description": "The title of the legend section.",
47
47
  "meta": {
48
48
  "filename": "legend-section.tsx",
49
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend-section"
49
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend-section"
50
50
  },
51
51
  "type": {
52
52
  "names": [
@@ -63,7 +63,7 @@
63
63
  "description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
64
64
  "meta": {
65
65
  "filename": "legend-section.tsx",
66
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend-section"
66
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend-section"
67
67
  },
68
68
  "scope": "instance",
69
69
  "params": [
@@ -97,7 +97,7 @@
97
97
  "description": "Retrieves the value of a property or a subproperty.",
98
98
  "meta": {
99
99
  "filename": "legend-section.tsx",
100
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend-section"
100
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend-section"
101
101
  },
102
102
  "scope": "instance",
103
103
  "params": [
@@ -126,7 +126,7 @@
126
126
  "description": "Performs a batch set of properties.",
127
127
  "meta": {
128
128
  "filename": "legend-section.tsx",
129
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/legend-section"
129
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/legend-section"
130
130
  },
131
131
  "scope": "instance",
132
132
  "params": [
@@ -38,7 +38,7 @@
38
38
  ],
39
39
  "meta": {
40
40
  "filename": "list-item-layout.tsx",
41
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
41
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
42
42
  },
43
43
  "ojmodule": "list-item-layout"
44
44
  },
@@ -53,7 +53,7 @@
53
53
  "description": "Controls padding around outside of list item layouts.",
54
54
  "meta": {
55
55
  "filename": "list-item-layout.tsx",
56
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
56
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
57
57
  },
58
58
  "type": {
59
59
  "names": [
@@ -71,7 +71,7 @@
71
71
  "description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
72
72
  "meta": {
73
73
  "filename": "list-item-layout.tsx",
74
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
74
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
75
75
  },
76
76
  "scope": "instance",
77
77
  "params": [
@@ -105,7 +105,7 @@
105
105
  "description": "Retrieves the value of a property or a subproperty.",
106
106
  "meta": {
107
107
  "filename": "list-item-layout.tsx",
108
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
108
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
109
109
  },
110
110
  "scope": "instance",
111
111
  "params": [
@@ -134,7 +134,7 @@
134
134
  "description": "Performs a batch set of properties.",
135
135
  "meta": {
136
136
  "filename": "list-item-layout.tsx",
137
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
137
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
138
138
  },
139
139
  "scope": "instance",
140
140
  "params": [
@@ -163,7 +163,7 @@
163
163
  "description": "The default slot accepts the primary data to be displayed.",
164
164
  "meta": {
165
165
  "filename": "list-item-layout.tsx",
166
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
166
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
167
167
  },
168
168
  "scope": "instance",
169
169
  "ojchild": true,
@@ -178,7 +178,7 @@
178
178
  "description": "The overline slot is for adding a overline text above the default slot.",
179
179
  "meta": {
180
180
  "filename": "list-item-layout.tsx",
181
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
181
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
182
182
  },
183
183
  "scope": "instance",
184
184
  "ojchild": false,
@@ -193,7 +193,7 @@
193
193
  "description": "The selector slot can accept a oj-selector component and is optional.",
194
194
  "meta": {
195
195
  "filename": "list-item-layout.tsx",
196
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
196
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
197
197
  },
198
198
  "scope": "instance",
199
199
  "ojchild": false,
@@ -208,7 +208,7 @@
208
208
  "description": "The leading slot is used for adding a leading visual next to the selector.",
209
209
  "meta": {
210
210
  "filename": "list-item-layout.tsx",
211
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
211
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
212
212
  },
213
213
  "scope": "instance",
214
214
  "ojchild": false,
@@ -223,7 +223,7 @@
223
223
  "description": "The secondary slot is for adding a secondary text below the default text.",
224
224
  "meta": {
225
225
  "filename": "list-item-layout.tsx",
226
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
226
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
227
227
  },
228
228
  "scope": "instance",
229
229
  "ojchild": false,
@@ -238,7 +238,7 @@
238
238
  "description": "The tertiary slot is for adding a tertiary text below the secondary text.",
239
239
  "meta": {
240
240
  "filename": "list-item-layout.tsx",
241
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
241
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
242
242
  },
243
243
  "scope": "instance",
244
244
  "ojchild": false,
@@ -253,7 +253,7 @@
253
253
  "description": "The metadata for adding extra trailing information. Examples of metadata are author, date etc.",
254
254
  "meta": {
255
255
  "filename": "list-item-layout.tsx",
256
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
256
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
257
257
  },
258
258
  "scope": "instance",
259
259
  "ojchild": false,
@@ -268,7 +268,7 @@
268
268
  "description": "The trailing slot is used for adding a trailing visual.",
269
269
  "meta": {
270
270
  "filename": "list-item-layout.tsx",
271
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
271
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
272
272
  },
273
273
  "scope": "instance",
274
274
  "ojchild": false,
@@ -283,7 +283,7 @@
283
283
  "description": "Action slot often uses a toolbar. In general, the action slot should display either one primary action or one or more secondary actions.",
284
284
  "meta": {
285
285
  "filename": "list-item-layout.tsx",
286
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
286
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
287
287
  },
288
288
  "scope": "instance",
289
289
  "ojchild": false,
@@ -298,7 +298,7 @@
298
298
  "description": "The quaternary slot is for adding a quaternary text below the tertiary text.",
299
299
  "meta": {
300
300
  "filename": "list-item-layout.tsx",
301
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
301
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
302
302
  },
303
303
  "scope": "instance",
304
304
  "ojchild": false,
@@ -313,7 +313,7 @@
313
313
  "description": "The navigation slot is used for adding links below the trailing slot.",
314
314
  "meta": {
315
315
  "filename": "list-item-layout.tsx",
316
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
316
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
317
317
  },
318
318
  "scope": "instance",
319
319
  "ojchild": false,